METASWITCH-MIB DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY, OBJECT-TYPE, Integer32, enterprises,
        NOTIFICATION-TYPE, Unsigned32, Counter64
                                            FROM SNMPv2-SMI
        TEXTUAL-CONVENTION, TruthValue, DisplayString
                                            FROM SNMPv2-TC;


  metaSwitch MODULE-IDENTITY
        LAST-UPDATED "202306141957Z"
        ORGANIZATION "MetaSwitch"
        CONTACT-INFO
          "MetaSwitch
           100 Church Street
           Enfield
           EN2 6BQ
           United Kingdom
           Tel: +44 20 8366 1177"
        DESCRIPTION  ""
        ::= { dataConnection 6 }


-- /**********************************************************/
-- /* The object identifier subtree for the MetaSwitch MIBs. */
-- /**********************************************************/

memberBody      OBJECT IDENTIFIER ::= { iso 2 }
gb              OBJECT IDENTIFIER ::= { memberBody 826 }
gbNational      OBJECT IDENTIFIER ::= { gb 0 }
gbNatCompany    OBJECT IDENTIFIER ::= { gbNational 1 }
dataConnection  OBJECT IDENTIFIER ::= { gbNatCompany 1578918 }
dataConnectionTraps  OBJECT IDENTIFIER ::= { enterprises 19444 }
metaSwitchEMS  OBJECT IDENTIFIER ::= { dataConnectionTraps 6 }
unassignedOID   OBJECT IDENTIFIER ::= { metaSwitch 999999 }


-- /*********************************************************/
-- /* Textual Conventions                                   */
-- /*********************************************************/

  LongDisplayString ::= TEXTUAL-CONVENTION
    DISPLAY-HINT "65535a"
    STATUS       current
    DESCRIPTION  ""
    SYNTAX       OCTET STRING( SIZE(0..65535) )

  OperStatus ::= TEXTUAL-CONVENTION
    STATUS       current
    DESCRIPTION  ""
    SYNTAX       INTEGER {
                   operStatusUp(1),
                   operStatusDown(2),
                   operStatusGoingUp(3),
                   operStatusGoingDown(4),
                   operStatusActFailed(5),
                   operStatusQuiescing(6),
                   operStatusNotReady(7),
                   operStatusFailed(8),
                   operStatusParentFailed(9),
                   operStatusUnknown(10)
                 }

  RowStatus ::= TEXTUAL-CONVENTION
    STATUS       current
    DESCRIPTION  ""
    SYNTAX       INTEGER {
                   active(1),
                   notInService(2),
                   notReady(3),
                   createAndGo(4),
                   createAndWait(5),
                   destroy(6)
                 }

  AdminStatus ::= TEXTUAL-CONVENTION
    STATUS       current
    DESCRIPTION  ""
    SYNTAX       INTEGER {
                   adminStatusUp(1),
                   adminStatusDown(2)
                 }


-- /*********************************************************/
-- /* MIB Info Section                                      */
-- /*********************************************************/

metaswitchInfo  OBJECT IDENTIFIER ::= { metaSwitch 1 }

  metaswitchInfoVersion OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "MetaSwitch MIB Version"
    ::= { metaswitchInfo 1 }


-- /*********************************************************/
-- /* MIB tables.                                           */
-- /*********************************************************/

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element Connection'                                 */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  netElementConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  Table does not support createAndWait."
    ::= { metaSwitch  3 }

  netElementConnEntry OBJECT-TYPE
    SYNTAX       NetElementConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementConnNEConn }
    ::= {  netElementConnTable  1  }

  NetElementConnEntry  ::=  SEQUENCE
  {
    netElementConnNEConn               Unsigned32,
    netElementConnNetwkElementName     DisplayString,
    netElementConnAlrmState            INTEGER,
    netElementConnAlrmEvtsAttnRq       Integer32,
    netElementConnAlrmStateTimestamp   Unsigned32,
    netElementConnRowStatus            RowStatus,
    netElementConnOperStatus           OperStatus,
    netElementConnProcessorAddrCfgd    DisplayString,
    netElementConnProcessorAddrDiscovered
                                       DisplayString,
    netElementConnConnType             INTEGER,
    netElementConnClusterName          DisplayString,
    netElementConnNetwkElementType     INTEGER,
    netElementConnAlrmEvtsAttnRqLogCorr
                                       Counter64,
    netElementConnAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    netElementConnAlrmEvtsAtndDpLogCorr
                                       Counter64,
    netElementConnAlrmEvtsAtndDp       Integer32,
    netElementConnAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    netElementConnLineCardAlmsAtRqThreshold
                                       INTEGER,
    netElementConnLineCardAlmsAtRq     Integer32,
    netElementConnLineCardAlmsAtDpThreshold
                                       INTEGER,
    netElementConnLineCardAlmsAtDp     Integer32,
    netElementConnVirtPortAlmsAtRqThreshold
                                       INTEGER,
    netElementConnVirtPortAlmsAtRq     Integer32,
    netElementConnVirtPortAlmsAtDpThreshold
                                       INTEGER,
    netElementConnVirtPortAlmsAtDp     Integer32,
    netElementConnSigCrConnAlmsAtRqThreshold
                                       INTEGER,
    netElementConnSigCrConnAlmsAtRq    Integer32,
    netElementConnSigCrConnAlmsAtDpThreshold
                                       INTEGER,
    netElementConnSigCrConnAlmsAtDp    Integer32,
    netElementConnConnHwAlmsAtRqThreshold
                                       INTEGER,
    netElementConnConnHwAlmsAtRq       Integer32,
    netElementConnConnHwAlmsAtDpThreshold
                                       INTEGER,
    netElementConnConnHwAlmsAtDp       Integer32,
    netElementConnSigGwayAlmsAtRqThreshold
                                       INTEGER,
    netElementConnSigGwayAlmsAtRq      Integer32,
    netElementConnSigGwayAlmsAtDpThreshold
                                       INTEGER,
    netElementConnSigGwayAlmsAtDp      Integer32,
    netElementConnCtldNetwkAlmsAtRqThreshold
                                       INTEGER,
    netElementConnCtldNetwkAlmsAtRq    Integer32,
    netElementConnCtldNetwkAlmsAtDpThreshold
                                       INTEGER,
    netElementConnCtldNetwkAlmsAtDp    Integer32,
    netElementConnSigAlmsAtRqThreshold INTEGER,
    netElementConnSigAlmsAtRq          Integer32,
    netElementConnSigAlmsAtDpThreshold INTEGER,
    netElementConnSigAlmsAtDp          Integer32,
    netElementConnBillAlmsAtRqThreshold
                                       INTEGER,
    netElementConnBillAlmsAtRq         Integer32,
    netElementConnCallServAlmsAtRqThreshold
                                       INTEGER,
    netElementConnCallServAlmsAtRq     Integer32,
    netElementConnCallServAlmsAtDpThreshold
                                       INTEGER,
    netElementConnCallServAlmsAtDp     Integer32,
    netElementConnTRtgPolSvAlmsAtRqThreshold
                                       INTEGER,
    netElementConnTRtgPolSvAlmsAtRq    Integer32,
    netElementConnTRtgPolSvAlmsAtDpThreshold
                                       INTEGER,
    netElementConnTRtgPolSvAlmsAtDp    Integer32,
    netElementConnSubCfgAlmsAtRqThreshold
                                       INTEGER,
    netElementConnSubCfgAlmsAtRq       Integer32,
    netElementConnSubCfgAlmsAtDpThreshold
                                       INTEGER,
    netElementConnSubCfgAlmsAtDp       Integer32,
    netElementConnDomNmSvAlmsAtDpThreshold
                                       INTEGER,
    netElementConnDomNmSvAlmsAtDp      Integer32,
    netElementConnSysHwareAlmsAtRqThreshold
                                       INTEGER,
    netElementConnSysHwareAlmsAtRq     Integer32,
    netElementConnSysLvlAlmsAtRqThreshold
                                       INTEGER,
    netElementConnSysLvlAlmsAtRq       Integer32,
    netElementConnSysLvlAlmsAtDpThreshold
                                       INTEGER,
    netElementConnSysLvlAlmsAtDp       Integer32,
    netElementConnI1FaultMonitoringProfEMSIx
                                       Unsigned32,
    netElementConnI2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    netElementConnI3FaultMonitoringProfFMPIx
                                       Integer32,
    netElementConnFaultMonitoringProfOtherVals
                                       INTEGER
  }

  netElementConnNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementConnEntry  1 }

  netElementConnNetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementConnEntry  2 }

  netElementConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementConnEntry  3 }

  netElementConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementConnEntry  4 }

  netElementConnAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementConnEntry  5 }

  netElementConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { netElementConnEntry  8 }

  netElementConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementConnEntry  9 }

  netElementConnProcessorAddrCfgd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor address - configured'.
                  This field is only writable during create."
    ::= { netElementConnEntry  10 }

  netElementConnProcessorAddrDiscovered OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor address - discovered'."
    ::= { netElementConnEntry  11 }

  netElementConnConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   insecure(1),
                   secure(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'."
    DEFVAL       { insecure }
    ::= { netElementConnEntry  12 }

  netElementConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementConnEntry  14 }

  netElementConnNetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementConnEntry  15 }

  netElementConnAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { netElementConnEntry  16 }

  netElementConnAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { netElementConnEntry  17 }

  netElementConnAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { netElementConnEntry  18 }

  netElementConnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementConnEntry  19 }

  netElementConnAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { netElementConnEntry  20 }

  netElementConnLineCardAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Card Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  21 }

  netElementConnLineCardAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Card Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  22 }

  netElementConnLineCardAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Card Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  23 }

  netElementConnLineCardAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Card Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  24 }

  netElementConnVirtPortAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Port Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  25 }

  netElementConnVirtPortAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Port Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  26 }

  netElementConnVirtPortAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Port Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  27 }

  netElementConnVirtPortAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Port Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  28 }

  netElementConnSigCrConnAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  29 }

  netElementConnSigCrConnAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  30 }

  netElementConnSigCrConnAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  31 }

  netElementConnSigCrConnAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  32 }

  netElementConnConnHwAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  33 }

  netElementConnConnHwAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  34 }

  netElementConnConnHwAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  35 }

  netElementConnConnHwAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  36 }

  netElementConnSigGwayAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Gateway Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  37 }

  netElementConnSigGwayAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Gateway Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  38 }

  netElementConnSigGwayAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Gateway Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  39 }

  netElementConnSigGwayAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Gateway Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  40 }

  netElementConnCtldNetwkAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Network Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  41 }

  netElementConnCtldNetwkAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Network Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  42 }

  netElementConnCtldNetwkAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Network Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  43 }

  netElementConnCtldNetwkAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Network Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  44 }

  netElementConnSigAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  45 }

  netElementConnSigAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  46 }

  netElementConnSigAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  47 }

  netElementConnSigAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  48 }

  netElementConnBillAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  49 }

  netElementConnBillAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  50 }

  netElementConnCallServAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Service Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  51 }

  netElementConnCallServAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Service Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  52 }

  netElementConnCallServAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Service Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  53 }

  netElementConnCallServAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Service Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  54 }

  netElementConnTRtgPolSvAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Service Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  55 }

  netElementConnTRtgPolSvAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Service Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  56 }

  netElementConnTRtgPolSvAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Service Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  57 }

  netElementConnTRtgPolSvAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Service Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  58 }

  netElementConnSubCfgAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  59 }

  netElementConnSubCfgAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  60 }

  netElementConnSubCfgAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  61 }

  netElementConnSubCfgAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  62 }

  netElementConnDomNmSvAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Domain Name Service Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  63 }

  netElementConnDomNmSvAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Domain Name Service Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  64 }

  netElementConnSysHwareAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System Hardware Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  65 }

  netElementConnSysHwareAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System Hardware Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  66 }

  netElementConnSysLvlAlmsAtRqThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System Level Alarms - Attention Required threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  67 }

  netElementConnSysLvlAlmsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System Level Alarms - Attention Required alarms'."
    ::= { netElementConnEntry  68 }

  netElementConnSysLvlAlmsAtDpThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System Level Alarms - Attend To Dependent threshold'."
    DEFVAL       { 0 }
    ::= { netElementConnEntry  69 }

  netElementConnSysLvlAlmsAtDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System Level Alarms - Attend To Dependent alarms'."
    ::= { netElementConnEntry  70 }

  netElementConnI1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { netElementConnEntry  71 }

  netElementConnI2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { netElementConnEntry  72 }

  netElementConnI3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { netElementConnEntry  73 }

  netElementConnFaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { netElementConnEntry  74 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Adaptor Statistics'                        */
-- /* Valid from: 2.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  adaptorStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AdaptorStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  18 }

  adaptorStatsEntry OBJECT-TYPE
    SYNTAX       AdaptorStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { adaptorStatsMSwitchConn,
             adaptorStatsMSwitch,
             adaptorStatsMediaGatewayIx,
             adaptorStatsCtrlerIx,
             adaptorStatsSlotNum,
             adaptorStatsSummaryPeriod }
    ::= {  adaptorStatsTable  1  }

  AdaptorStatsEntry  ::=  SEQUENCE
  {
    adaptorStatsMSwitchConn            Unsigned32,
    adaptorStatsMSwitch                DisplayString,
    adaptorStatsMediaGatewayIx         Unsigned32,
    adaptorStatsCtrlerIx               INTEGER,
    adaptorStatsSlotNum                INTEGER,
    adaptorStatsSummaryPeriod          INTEGER,
    adaptorStatsNumFails               Integer32,
    adaptorStatsNumInternalChansAvail  Integer32,
    adaptorStatsMaxNumInternalChansAvail
                                       Integer32,
    adaptorStatsMinNumInternalChansAvail
                                       Integer32,
    adaptorStatsNumDSPBlocksAvail      Integer32,
    adaptorStatsNumDSPBlocksInUse      Integer32,
    adaptorStatsToneGeneratorCgstnLvl  INTEGER,
    adaptorStatsMaxToneGenertnCgstnLvl INTEGER,
    adaptorStatsToneDetectorCgstnLvl   INTEGER,
    adaptorStatsMaxToneDetectorCgstnLvl
                                       INTEGER,
    adaptorStatsEchoCancellorCgstnLvl  INTEGER,
    adaptorStatsMaxEchoCancellorCgstnLvl
                                       INTEGER,
    adaptorStatsTranscoderCgstnLvl     INTEGER,
    adaptorStatsMaxTranscoderCgstnLvl  INTEGER,
    adaptorStatsIVRPlayerCgstnLvl      INTEGER,
    adaptorStatsMaxIVRPlayerCgstnLvl   INTEGER,
    adaptorStatsFilePlayerCgstnLvl     INTEGER,
    adaptorStatsMaxFilePlayerCgstnLvl  INTEGER,
    adaptorStatsFileRecerCgstnLvl      INTEGER,
    adaptorStatsMaxFileRecerCgstnLvl   INTEGER,
    adaptorStatsCIDPlayerCgstnLvl      INTEGER,
    adaptorStatsMaxCIDPlayerCgstnLvl   INTEGER,
    adaptorStatsSilenceRemoverCgstnLvl INTEGER,
    adaptorStatsMaxSilenceRemoverCgstnLvl
                                       INTEGER,
    adaptorStatsComfortGeneratorCgstnLvl
                                       INTEGER,
    adaptorStatsMaxComfortGeneratorCgstnLvl
                                       INTEGER,
    adaptorStatsMixpointCgstnLvl       INTEGER,
    adaptorStatsMaxMixpointCgstnLvl    INTEGER
  }

  adaptorStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { adaptorStatsEntry  1 }

  adaptorStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { adaptorStatsEntry  2 }

  adaptorStatsMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { adaptorStatsEntry  3 }

  adaptorStatsCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { adaptorStatsEntry  4 }

  adaptorStatsSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { adaptorStatsEntry  5 }

  adaptorStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { adaptorStatsEntry  6 }

  adaptorStatsNumFails OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of failures'."
    ::= { adaptorStatsEntry  7 }

  adaptorStatsNumInternalChansAvail OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of internal channels available'."
    ::= { adaptorStatsEntry  8 }

  adaptorStatsMaxNumInternalChansAvail OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max number of internal channels available'."
    ::= { adaptorStatsEntry  9 }

  adaptorStatsMinNumInternalChansAvail OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min number of internal channels available'."
    ::= { adaptorStatsEntry  10 }

  adaptorStatsNumDSPBlocksAvail OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Estimated number of DSP blocks available'."
    ::= { adaptorStatsEntry  11 }

  adaptorStatsNumDSPBlocksInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSP blocks in use'."
    ::= { adaptorStatsEntry  12 }

  adaptorStatsToneGeneratorCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generator congestion level'."
    ::= { adaptorStatsEntry  13 }

  adaptorStatsMaxToneGenertnCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max tone generation congestion level'."
    ::= { adaptorStatsEntry  14 }

  adaptorStatsToneDetectorCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detector congestion level'."
    ::= { adaptorStatsEntry  15 }

  adaptorStatsMaxToneDetectorCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max tone detector congestion level'."
    ::= { adaptorStatsEntry  16 }

  adaptorStatsEchoCancellorCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellor congestion level'."
    ::= { adaptorStatsEntry  17 }

  adaptorStatsMaxEchoCancellorCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max echo cancellor congestion level'."
    ::= { adaptorStatsEntry  18 }

  adaptorStatsTranscoderCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transcoder congestion level'."
    ::= { adaptorStatsEntry  19 }

  adaptorStatsMaxTranscoderCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max transcoder congestion level'."
    ::= { adaptorStatsEntry  20 }

  adaptorStatsIVRPlayerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IVR player congestion level'."
    ::= { adaptorStatsEntry  21 }

  adaptorStatsMaxIVRPlayerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max IVR player congestion level'."
    ::= { adaptorStatsEntry  22 }

  adaptorStatsFilePlayerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File player congestion level'."
    ::= { adaptorStatsEntry  23 }

  adaptorStatsMaxFilePlayerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max file player congestion level'."
    ::= { adaptorStatsEntry  24 }

  adaptorStatsFileRecerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File recorder congestion level'."
    ::= { adaptorStatsEntry  25 }

  adaptorStatsMaxFileRecerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max file recorder congestion level'."
    ::= { adaptorStatsEntry  26 }

  adaptorStatsCIDPlayerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID player congestion level'."
    ::= { adaptorStatsEntry  27 }

  adaptorStatsMaxCIDPlayerCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max caller ID player congestion level'."
    ::= { adaptorStatsEntry  28 }

  adaptorStatsSilenceRemoverCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence remover congestion level'."
    ::= { adaptorStatsEntry  29 }

  adaptorStatsMaxSilenceRemoverCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max silence remover congestion level'."
    ::= { adaptorStatsEntry  30 }

  adaptorStatsComfortGeneratorCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Comfort generator congestion level'."
    ::= { adaptorStatsEntry  31 }

  adaptorStatsMaxComfortGeneratorCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max comfort generator congestion level'."
    ::= { adaptorStatsEntry  32 }

  adaptorStatsMixpointCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mixpoint congestion level'."
    ::= { adaptorStatsEntry  33 }

  adaptorStatsMaxMixpointCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   low(33),
                   medium(66),
                   high(90),
                   maximum(100),
                   notPresent(101)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max mixpoint congestion level'."
    ::= { adaptorStatsEntry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Physical DS3 Port Statistics'              */
-- /* Valid from: 2.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  physDS3PortStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS3PortStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS3 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  22 }

  physDS3PortStatsEntry OBJECT-TYPE
    SYNTAX       PhysDS3PortStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS3PortStatsMSwitchConn,
             physDS3PortStatsMSwitch,
             physDS3PortStatsMediaGatewayIx,
             physDS3PortStatsCtrlerIx,
             physDS3PortStatsSlotNum,
             physDS3PortStatsPhysDS3PortName,
             physDS3PortStatsSummaryPeriod }
    ::= {  physDS3PortStatsTable  1  }

  PhysDS3PortStatsEntry  ::=  SEQUENCE
  {
    physDS3PortStatsMSwitchConn        Unsigned32,
    physDS3PortStatsMSwitch            DisplayString,
    physDS3PortStatsMediaGatewayIx     Unsigned32,
    physDS3PortStatsCtrlerIx           INTEGER,
    physDS3PortStatsSlotNum            INTEGER,
    physDS3PortStatsPhysDS3PortName    INTEGER,
    physDS3PortStatsSummaryPeriod      INTEGER,
    physDS3PortStatsNumLossSignalErrs  Integer32,
    physDS3PortStatsNumLossFrameErrs   Integer32,
    physDS3PortStatsNumAlrmIndSentErrs Integer32,
    physDS3PortStatsNumRemAlrmIndErrs  Integer32
  }

  physDS3PortStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS3PortStatsEntry  1 }

  physDS3PortStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS3PortStatsEntry  2 }

  physDS3PortStatsMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS3PortStatsEntry  3 }

  physDS3PortStatsCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS3PortStatsEntry  4 }

  physDS3PortStatsSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS3PortStatsEntry  5 }

  physDS3PortStatsPhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { physDS3PortStatsEntry  6 }

  physDS3PortStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { physDS3PortStatsEntry  7 }

  physDS3PortStatsNumLossSignalErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Loss of Signal errors'."
    ::= { physDS3PortStatsEntry  8 }

  physDS3PortStatsNumLossFrameErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Loss of Frame errors'."
    ::= { physDS3PortStatsEntry  9 }

  physDS3PortStatsNumAlrmIndSentErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Alarm Indication Sent errors'."
    ::= { physDS3PortStatsEntry  10 }

  physDS3PortStatsNumRemAlrmIndErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Remote Alarm Indication errors'."
    ::= { physDS3PortStatsEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' ISUP Local Signaling Destination Statistics'                */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  iSUPLocalSigDestStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLocalSigDestStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  41 }

  iSUPLocalSigDestStatsEntry OBJECT-TYPE
    SYNTAX       ISUPLocalSigDestStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLocalSigDestStatsMSwitchConn,
             iSUPLocalSigDestStatsMSwitch,
             iSUPLocalSigDestStatsCallAgentIx,
             iSUPLocalSigDestStatsISUPLocalSigDestIx,
             iSUPLocalSigDestStatsSummaryPeriod }
    ::= {  iSUPLocalSigDestStatsTable  1  }

  ISUPLocalSigDestStatsEntry  ::=  SEQUENCE
  {
    iSUPLocalSigDestStatsMSwitchConn   Unsigned32,
    iSUPLocalSigDestStatsMSwitch       DisplayString,
    iSUPLocalSigDestStatsCallAgentIx   Unsigned32,
    iSUPLocalSigDestStatsISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLocalSigDestStatsSummaryPeriod INTEGER,
    iSUPLocalSigDestStatsCntStateFails Unsigned32,
    iSUPLocalSigDestStatsCumDowntime   Unsigned32,
    iSUPLocalSigDestStatsCumCgstnTime  Unsigned32,
    iSUPLocalSigDestStatsNumCircsCfgd  Unsigned32,
    iSUPLocalSigDestStatsNumCircsAvail Unsigned32,
    iSUPLocalSigDestStatsNumCircsInUse Unsigned32,
    iSUPLocalSigDestStatsCntInCallAttempts
                                       Unsigned32,
    iSUPLocalSigDestStatsCntOutCallAttempts
                                       Unsigned32
  }

  iSUPLocalSigDestStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLocalSigDestStatsEntry  1 }

  iSUPLocalSigDestStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLocalSigDestStatsEntry  2 }

  iSUPLocalSigDestStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLocalSigDestStatsEntry  3 }

  iSUPLocalSigDestStatsISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLocalSigDestStatsEntry  4 }

  iSUPLocalSigDestStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iSUPLocalSigDestStatsEntry  5 }

  iSUPLocalSigDestStatsCntStateFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of state failures'."
    ::= { iSUPLocalSigDestStatsEntry  6 }

  iSUPLocalSigDestStatsCumDowntime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cumulative downtime'."
    ::= { iSUPLocalSigDestStatsEntry  7 }

  iSUPLocalSigDestStatsCumCgstnTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cumulative congestion time'."
    ::= { iSUPLocalSigDestStatsEntry  8 }

  iSUPLocalSigDestStatsNumCircsCfgd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits configured'."
    ::= { iSUPLocalSigDestStatsEntry  9 }

  iSUPLocalSigDestStatsNumCircsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits available'."
    ::= { iSUPLocalSigDestStatsEntry  10 }

  iSUPLocalSigDestStatsNumCircsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits in use'."
    ::= { iSUPLocalSigDestStatsEntry  11 }

  iSUPLocalSigDestStatsCntInCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of incoming call attempts'."
    ::= { iSUPLocalSigDestStatsEntry  12 }

  iSUPLocalSigDestStatsCntOutCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of outgoing call attempts'."
    ::= { iSUPLocalSigDestStatsEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' ISUP Remote Signaling Destination Statistics'               */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  iSUPRemSigDestStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  43 }

  iSUPRemSigDestStatsEntry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestStatsMSwitchConn,
             iSUPRemSigDestStatsMSwitch,
             iSUPRemSigDestStatsCallAgentIx,
             iSUPRemSigDestStatsISUPLocalSigDestIx,
             iSUPRemSigDestStatsISUPRemSigDestIx,
             iSUPRemSigDestStatsSummaryPeriod }
    ::= {  iSUPRemSigDestStatsTable  1  }

  ISUPRemSigDestStatsEntry  ::=  SEQUENCE
  {
    iSUPRemSigDestStatsMSwitchConn     Unsigned32,
    iSUPRemSigDestStatsMSwitch         DisplayString,
    iSUPRemSigDestStatsCallAgentIx     Unsigned32,
    iSUPRemSigDestStatsISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestStatsISUPRemSigDestIx
                                       Unsigned32,
    iSUPRemSigDestStatsSummaryPeriod   INTEGER,
    iSUPRemSigDestStatsCntStateFails   Unsigned32,
    iSUPRemSigDestStatsCumDowntime     Unsigned32,
    iSUPRemSigDestStatsCumCgstnTime    Unsigned32,
    iSUPRemSigDestStatsNumCircsCfgd    Unsigned32,
    iSUPRemSigDestStatsNumCircsAvail   Unsigned32,
    iSUPRemSigDestStatsNumCircsInUse   Unsigned32,
    iSUPRemSigDestStatsCntInCallAttempts
                                       Unsigned32,
    iSUPRemSigDestStatsCntOutCallAttempts
                                       Unsigned32,
    iSUPRemSigDestStatsNumEvtsLogged   Unsigned32
  }

  iSUPRemSigDestStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestStatsEntry  1 }

  iSUPRemSigDestStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestStatsEntry  2 }

  iSUPRemSigDestStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestStatsEntry  3 }

  iSUPRemSigDestStatsISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestStatsEntry  4 }

  iSUPRemSigDestStatsISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestStatsEntry  5 }

  iSUPRemSigDestStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iSUPRemSigDestStatsEntry  6 }

  iSUPRemSigDestStatsCntStateFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of state failures'."
    ::= { iSUPRemSigDestStatsEntry  7 }

  iSUPRemSigDestStatsCumDowntime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cumulative downtime'."
    ::= { iSUPRemSigDestStatsEntry  8 }

  iSUPRemSigDestStatsCumCgstnTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cumulative congestion time'."
    ::= { iSUPRemSigDestStatsEntry  9 }

  iSUPRemSigDestStatsNumCircsCfgd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits configured'."
    ::= { iSUPRemSigDestStatsEntry  10 }

  iSUPRemSigDestStatsNumCircsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits available'."
    ::= { iSUPRemSigDestStatsEntry  11 }

  iSUPRemSigDestStatsNumCircsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits in use'."
    ::= { iSUPRemSigDestStatsEntry  12 }

  iSUPRemSigDestStatsCntInCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of incoming call attempts'."
    ::= { iSUPRemSigDestStatsEntry  13 }

  iSUPRemSigDestStatsCntOutCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of outgoing call attempts'."
    ::= { iSUPRemSigDestStatsEntry  14 }

  iSUPRemSigDestStatsNumEvtsLogged OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of events logged'."
    ::= { iSUPRemSigDestStatsEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MF Local Exchange Statistics'              */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  mFLocalExStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFLocalExStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Local Exchange'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  50 }

  mFLocalExStatsEntry OBJECT-TYPE
    SYNTAX       MFLocalExStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFLocalExStatsMSwitchConn,
             mFLocalExStatsMSwitch,
             mFLocalExStatsCallAgentIx,
             mFLocalExStatsMFLocalExchangeIx,
             mFLocalExStatsSummaryPeriod }
    ::= {  mFLocalExStatsTable  1  }

  MFLocalExStatsEntry  ::=  SEQUENCE
  {
    mFLocalExStatsMSwitchConn          Unsigned32,
    mFLocalExStatsMSwitch              DisplayString,
    mFLocalExStatsCallAgentIx          Unsigned32,
    mFLocalExStatsMFLocalExchangeIx    Unsigned32,
    mFLocalExStatsNumCircsAvail        Unsigned32,
    mFLocalExStatsNumCircsInUse        Unsigned32,
    mFLocalExStatsNumSetupsInProgress  Unsigned32,
    mFLocalExStatsNumReleasesInProgress
                                       Unsigned32,
    mFLocalExStatsNumCircsCfgd         Unsigned32,
    mFLocalExStatsSummaryPeriod        INTEGER,
    mFLocalExStatsCntInAndOutCalls     Unsigned32
  }

  mFLocalExStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFLocalExStatsEntry  1 }

  mFLocalExStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFLocalExStatsEntry  2 }

  mFLocalExStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFLocalExStatsEntry  3 }

  mFLocalExStatsMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFLocalExStatsEntry  4 }

  mFLocalExStatsNumCircsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits available'."
    ::= { mFLocalExStatsEntry  5 }

  mFLocalExStatsNumCircsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits in use'."
    ::= { mFLocalExStatsEntry  6 }

  mFLocalExStatsNumSetupsInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of setups in progress'."
    ::= { mFLocalExStatsEntry  7 }

  mFLocalExStatsNumReleasesInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of releases in progress'."
    ::= { mFLocalExStatsEntry  8 }

  mFLocalExStatsNumCircsCfgd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits configured'."
    ::= { mFLocalExStatsEntry  9 }

  mFLocalExStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mFLocalExStatsEntry  10 }

  mFLocalExStatsCntInAndOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of incoming and outgoing calls'."
    ::= { mFLocalExStatsEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MF Remote Exchange Statistics'             */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  mFRemExStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFRemExStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Remote Exchange'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  52 }

  mFRemExStatsEntry OBJECT-TYPE
    SYNTAX       MFRemExStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFRemExStatsMSwitchConn,
             mFRemExStatsMSwitch,
             mFRemExStatsCallAgentIx,
             mFRemExStatsMFLocalExchangeIx,
             mFRemExStatsRemExchangeIx,
             mFRemExStatsSummaryPeriod }
    ::= {  mFRemExStatsTable  1  }

  MFRemExStatsEntry  ::=  SEQUENCE
  {
    mFRemExStatsMSwitchConn            Unsigned32,
    mFRemExStatsMSwitch                DisplayString,
    mFRemExStatsCallAgentIx            Unsigned32,
    mFRemExStatsMFLocalExchangeIx      Unsigned32,
    mFRemExStatsRemExchangeIx          Unsigned32,
    mFRemExStatsCntInAndOutCalls       Unsigned32,
    mFRemExStatsNumCircsAvail          Unsigned32,
    mFRemExStatsNumCircsInUse          Unsigned32,
    mFRemExStatsNumSetupsInProgress    Unsigned32,
    mFRemExStatsNumReleasesInProgress  Unsigned32,
    mFRemExStatsNumCircsCfgd           Unsigned32,
    mFRemExStatsSummaryPeriod          INTEGER
  }

  mFRemExStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFRemExStatsEntry  1 }

  mFRemExStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFRemExStatsEntry  2 }

  mFRemExStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFRemExStatsEntry  3 }

  mFRemExStatsMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFRemExStatsEntry  4 }

  mFRemExStatsRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFRemExStatsEntry  5 }

  mFRemExStatsCntInAndOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of incoming and outgoing calls'."
    ::= { mFRemExStatsEntry  6 }

  mFRemExStatsNumCircsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits available'."
    ::= { mFRemExStatsEntry  7 }

  mFRemExStatsNumCircsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits in use'."
    ::= { mFRemExStatsEntry  8 }

  mFRemExStatsNumSetupsInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of setups in progress'."
    ::= { mFRemExStatsEntry  9 }

  mFRemExStatsNumReleasesInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of releases in progress'."
    ::= { mFRemExStatsEntry  10 }

  mFRemExStatsNumCircsCfgd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits configured'."
    ::= { mFRemExStatsEntry  11 }

  mFRemExStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mFRemExStatsEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Set'                                              */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  rPSAttrSetTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrSetEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Sets'.
                  Table does not support createAndWait."
    ::= { metaSwitch  68 }

  rPSAttrSetEntry OBJECT-TYPE
    SYNTAX       RPSAttrSetEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrSetMSwitchConn,
             rPSAttrSetMSwitch,
             rPSAttrSetCallAgentIx,
             rPSAttrSetCfgSetIx,
             rPSAttrSetAttrSetIx }
    ::= {  rPSAttrSetTable  1  }

  RPSAttrSetEntry  ::=  SEQUENCE
  {
    rPSAttrSetMSwitchConn              Unsigned32,
    rPSAttrSetMSwitch                  DisplayString,
    rPSAttrSetCallAgentIx              Unsigned32,
    rPSAttrSetCfgSetIx                 Unsigned32,
    rPSAttrSetAttrSetIx                Unsigned32,
    rPSAttrSetAttrSetName              DisplayString,
    rPSAttrSetRefsCnt                  Unsigned32,
    rPSAttrSetRowStatus                RowStatus,
    rPSAttrSetExportCnt                Integer32,
    rPSAttrSetExportStatus             DisplayString,
    rPSAttrSetExportFile               DisplayString,
    rPSAttrSetExportCorr               Counter64,
    rPSAttrSetExportCorrMSwitch        DisplayString,
    rPSAttrSetExportCorrUID            DisplayString,
    rPSAttrSetDoExtraActions           INTEGER,
    rPSAttrSetExportIncASRepData       INTEGER,
    rPSAttrSetExportChldObjectsToInc   INTEGER
  }

  rPSAttrSetMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrSetEntry  1 }

  rPSAttrSetMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrSetEntry  2 }

  rPSAttrSetCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrSetEntry  3 }

  rPSAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrSetEntry  4 }

  rPSAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrSetEntry  5 }

  rPSAttrSetAttrSetName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set name'."
    ::= { rPSAttrSetEntry  6 }

  rPSAttrSetRefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { rPSAttrSetEntry  7 }

  rPSAttrSetRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrSetEntry  8 }

  rPSAttrSetExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSAttrSetEntry  9 }

  rPSAttrSetExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSAttrSetEntry  10 }

  rPSAttrSetExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSAttrSetEntry  11 }

  rPSAttrSetExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSAttrSetEntry  12 }

  rPSAttrSetExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSAttrSetEntry  13 }

  rPSAttrSetExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSAttrSetEntry  14 }

  rPSAttrSetDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSAttrSetEntry  15 }

  rPSAttrSetExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSAttrSetEntry  16 }

  rPSAttrSetExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSAttrSetEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Billing Event Information'                                  */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  billEventInfoTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillEventInfoEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'BAF Application Controls'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  71 }

  billEventInfoEntry OBJECT-TYPE
    SYNTAX       BillEventInfoEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billEventInfoMSwitchConn,
             billEventInfoMSwitch,
             billEventInfoCallAgentIx,
             billEventInfoEvtType }
    ::= {  billEventInfoTable  1  }

  BillEventInfoEntry  ::=  SEQUENCE
  {
    billEventInfoMSwitchConn           Unsigned32,
    billEventInfoMSwitch               DisplayString,
    billEventInfoCallAgentIx           Unsigned32,
    billEventInfoEvtType               INTEGER,
    billEventInfoEvtCntThisHr          Unsigned32,
    billEventInfoEvtCntThisDay         Unsigned32,
    billEventInfoEvtAlrmLvl            INTEGER,
    billEventInfoEvtAlrmThreshold      Unsigned32,
    billEventInfoAlrmState             INTEGER,
    billEventInfoAlrmLogCorr           Counter64,
    billEventInfoAlrmEvtsAttnRq        Unsigned32,
    billEventInfoAlrmStateTimestamp    Unsigned32,
    billEventInfoRowStatus             RowStatus
  }

  billEventInfoMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billEventInfoEntry  1 }

  billEventInfoMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billEventInfoEntry  2 }

  billEventInfoCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billEventInfoEntry  3 }

  billEventInfoEvtType OBJECT-TYPE
    SYNTAX       INTEGER {
                   call(1),
                   aMACall(2),
                   callLostDataFailure(3),
                   aMALostDataFailure(4),
                   callLostDataResource(5),
                   aMALostDataResource(6),
                   abortedBAFRecord(7),
                   bAFRecord(8),
                   flaggedBAFRecord(9),
                   bAFTimingError(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Event type'.
                  This is an index field."
    ::= { billEventInfoEntry  4 }

  billEventInfoEvtCntThisHr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Event count this hour'."
    ::= { billEventInfoEntry  5 }

  billEventInfoEvtCntThisDay OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Event count this day'."
    ::= { billEventInfoEntry  6 }

  billEventInfoEvtAlrmLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   minor(2),
                   major(3),
                   critical(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Event alarm level'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billEventInfoEntry  7 }

  billEventInfoEvtAlrmThreshold OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Event alarm threshold'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { billEventInfoEntry  8 }

  billEventInfoAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { billEventInfoEntry  9 }

  billEventInfoAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { billEventInfoEntry  10 }

  billEventInfoAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billEventInfoEntry  11 }

  billEventInfoAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { billEventInfoEntry  12 }

  billEventInfoRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billEventInfoEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Range'                                               */
-- /* Valid from: 2.1                                                               */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  numberRangeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NumberRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  Table does not support createAndWait."
    ::= { metaSwitch  89 }

  numberRangeEntry OBJECT-TYPE
    SYNTAX       NumberRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { numberRangeMSwitchConn,
             numberRangeMSwitch,
             numberRangeCallAgentIx,
             numberRangeFirstNum }
    ::= {  numberRangeTable  1  }

  NumberRangeEntry  ::=  SEQUENCE
  {
    numberRangeMSwitchConn             Unsigned32,
    numberRangeMSwitch                 DisplayString,
    numberRangeCallAgentIx             Unsigned32,
    numberRangeFirstNum                DisplayString,
    numberRangeLastNum                 DisplayString,
    numberRangeRowStatus               RowStatus
  }

  numberRangeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { numberRangeEntry  1 }

  numberRangeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { numberRangeEntry  2 }

  numberRangeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { numberRangeEntry  3 }

  numberRangeFirstNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First number'.
                  This is an index field."
    ::= { numberRangeEntry  4 }

  numberRangeLastNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last number'.
                  This field is not writable when active."
    ::= { numberRangeEntry  5 }

  numberRangeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { numberRangeEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Hunting Number'                                        */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLineLineHuntNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  95 }

  indLineLineHuntNumEntry OBJECT-TYPE
    SYNTAX       IndLineLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineLineHuntNumMSwitchConn,
             indLineLineHuntNumMSwitch,
             indLineLineHuntNumCallAgentIx,
             indLineLineHuntNumDirNum,
             indLineLineHuntNumHuntSeqNum }
    ::= {  indLineLineHuntNumTable  1  }

  IndLineLineHuntNumEntry  ::=  SEQUENCE
  {
    indLineLineHuntNumMSwitchConn      Unsigned32,
    indLineLineHuntNumMSwitch          DisplayString,
    indLineLineHuntNumCallAgentIx      Unsigned32,
    indLineLineHuntNumDirNum           DisplayString,
    indLineLineHuntNumHuntSeqNum       Unsigned32,
    indLineLineHuntNumNum              DisplayString,
    indLineLineHuntNumRowStatus        RowStatus
  }

  indLineLineHuntNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineLineHuntNumEntry  1 }

  indLineLineHuntNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineLineHuntNumEntry  2 }

  indLineLineHuntNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineLineHuntNumEntry  3 }

  indLineLineHuntNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineLineHuntNumEntry  4 }

  indLineLineHuntNumHuntSeqNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt sequence number'.
                  This is an index field."
    ::= { indLineLineHuntNumEntry  5 }

  indLineLineHuntNumNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { indLineLineHuntNumEntry  6 }

  indLineLineHuntNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineLineHuntNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Trace'                                                 */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  callTraceControlTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallTraceControlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  101 }

  callTraceControlEntry OBJECT-TYPE
    SYNTAX       CallTraceControlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callTraceControlMSwitchConn,
             callTraceControlMSwitch,
             callTraceControlCallAgentIx }
    ::= {  callTraceControlTable  1  }

  CallTraceControlEntry  ::=  SEQUENCE
  {
    callTraceControlMSwitchConn        Unsigned32,
    callTraceControlMSwitch            DisplayString,
    callTraceControlCallAgentIx        Unsigned32,
    callTraceControlMaxNumCallsToTrace Unsigned32,
    callTraceControlCurrNumCallTraces  Unsigned32,
    callTraceControlAlrmState          INTEGER,
    callTraceControlAlrmLogCorr        Counter64
  }

  callTraceControlMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callTraceControlEntry  1 }

  callTraceControlMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callTraceControlEntry  2 }

  callTraceControlCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callTraceControlEntry  3 }

  callTraceControlMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max number of calls to trace'."
    ::= { callTraceControlEntry  4 }

  callTraceControlCurrNumCallTraces OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of call traces'."
    ::= { callTraceControlEntry  5 }

  callTraceControlAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { callTraceControlEntry  6 }

  callTraceControlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { callTraceControlEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Routing Number'                                    */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  rPSLocationRoutingNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSLocationRoutingNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'On-Switch and LNP Lookups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  118 }

  rPSLocationRoutingNumEntry OBJECT-TYPE
    SYNTAX       RPSLocationRoutingNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSLocationRoutingNumMSwitchConn,
             rPSLocationRoutingNumMSwitch,
             rPSLocationRoutingNumCallAgentIx,
             rPSLocationRoutingNumCfgSetIx,
             rPSLocationRoutingNumSubGp }
    ::= {  rPSLocationRoutingNumTable  1  }

  RPSLocationRoutingNumEntry  ::=  SEQUENCE
  {
    rPSLocationRoutingNumMSwitchConn   Unsigned32,
    rPSLocationRoutingNumMSwitch       DisplayString,
    rPSLocationRoutingNumCallAgentIx   Unsigned32,
    rPSLocationRoutingNumCfgSetIx      Unsigned32,
    rPSLocationRoutingNumSubGp         Unsigned32,
    rPSLocationRoutingNumName          DisplayString,
    rPSLocationRoutingNumPrimaryLRN    DisplayString,
    rPSLocationRoutingNumSecondaryLRN  DisplayString,
    rPSLocationRoutingNumRowStatus     RowStatus
  }

  rPSLocationRoutingNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSLocationRoutingNumEntry  1 }

  rPSLocationRoutingNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSLocationRoutingNumEntry  2 }

  rPSLocationRoutingNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSLocationRoutingNumEntry  3 }

  rPSLocationRoutingNumCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSLocationRoutingNumEntry  4 }

  rPSLocationRoutingNumSubGp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This field provides the final index in a
                  cross-reference to type 'BOOSubscriberGroupSE.
                  The other indices to that type are taken from the
                  other indices for this table.
                  Corresponds to MetaView field 'Subscriber Group'.
                  This is an index field."
    ::= { rPSLocationRoutingNumEntry  5 }

  rPSLocationRoutingNumName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { rPSLocationRoutingNumEntry  6 }

  rPSLocationRoutingNumPrimaryLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary LRN'."
    ::= { rPSLocationRoutingNumEntry  7 }

  rPSLocationRoutingNumSecondaryLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary LRN'."
    ::= { rPSLocationRoutingNumEntry  8 }

  rPSLocationRoutingNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSLocationRoutingNumEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Number'                           */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLineSelFwdNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  124 }

  indLineSelFwdNumEntry OBJECT-TYPE
    SYNTAX       IndLineSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSelFwdNumMSwitchConn,
             indLineSelFwdNumMSwitch,
             indLineSelFwdNumCallAgentIx,
             indLineSelFwdNumDirNum,
             indLineSelFwdNumClgNum }
    ::= {  indLineSelFwdNumTable  1  }

  IndLineSelFwdNumEntry  ::=  SEQUENCE
  {
    indLineSelFwdNumMSwitchConn        Unsigned32,
    indLineSelFwdNumMSwitch            DisplayString,
    indLineSelFwdNumCallAgentIx        Unsigned32,
    indLineSelFwdNumDirNum             DisplayString,
    indLineSelFwdNumClgNum             DisplayString,
    indLineSelFwdNumRowStatus          RowStatus
  }

  indLineSelFwdNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSelFwdNumEntry  1 }

  indLineSelFwdNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSelFwdNumEntry  2 }

  indLineSelFwdNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSelFwdNumEntry  3 }

  indLineSelFwdNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSelFwdNumEntry  4 }

  indLineSelFwdNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLineSelFwdNumEntry  5 }

  indLineSelFwdNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSelFwdNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Global Message Services Statistics'        */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  msgServStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MsgServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Message Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  142 }

  msgServStatsEntry OBJECT-TYPE
    SYNTAX       MsgServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { msgServStatsMSwitchConn,
             msgServStatsMSwitch,
             msgServStatsCallAgentIx,
             msgServStatsSummaryPeriod }
    ::= {  msgServStatsTable  1  }

  MsgServStatsEntry  ::=  SEQUENCE
  {
    msgServStatsMSwitchConn            Unsigned32,
    msgServStatsMSwitch                DisplayString,
    msgServStatsCallAgentIx            Unsigned32,
    msgServStatsSummaryPeriod          INTEGER,
    msgServStatsRemCallsCntAttempted   Unsigned32,
    msgServStatsRemCallsNumResFails    Unsigned32,
    msgServStatsRemCallsCntNotAnswrd   Unsigned32,
    msgServStatsRemCallsCntAnswrd      Unsigned32,
    msgServStatsRemCallsCntCfgAccessedThruHandset
                                       Unsigned32,
    msgServStatsRemCallsCntSetThruHandset
                                       Unsigned32,
    msgServStatsRegRemCallsCntAttempted
                                       Unsigned32,
    msgServStatsRegRemCallsNumResFails Unsigned32,
    msgServStatsRegRemCallsCntNotAnswrd
                                       Unsigned32,
    msgServStatsRegRemCallsCntAnswrd   Unsigned32,
    msgServStatsRegRemCallsCntCfgAccessedThruHandset
                                       Unsigned32,
    msgServStatsRegRemCallsCntSetThruHandset
                                       Unsigned32,
    msgServStatsSS7VoicemailAccessCnt  Unsigned32,
    msgServStatsSS7VoicemailNotAnswrdCntCallsFwd
                                       Unsigned32,
    msgServStatsSS7VoicemailBusyCntCallsFwd
                                       Unsigned32,
    msgServStatsSS7VoicemailCntFaildFwdAttempts
                                       Unsigned32
  }

  msgServStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { msgServStatsEntry  1 }

  msgServStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { msgServStatsEntry  2 }

  msgServStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { msgServStatsEntry  3 }

  msgServStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { msgServStatsEntry  4 }

  msgServStatsRemCallsCntAttempted OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - number of times attempted'."
    ::= { msgServStatsEntry  5 }

  msgServStatsRemCallsNumResFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - number of resource failures'."
    ::= { msgServStatsEntry  6 }

  msgServStatsRemCallsCntNotAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - number of times not answered'."
    ::= { msgServStatsEntry  7 }

  msgServStatsRemCallsCntAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - number of times answered'."
    ::= { msgServStatsEntry  8 }

  msgServStatsRemCallsCntCfgAccessedThruHandset OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - number of times configuration accessed through handset'."
    ::= { msgServStatsEntry  9 }

  msgServStatsRemCallsCntSetThruHandset OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - number of times set through handset'."
    ::= { msgServStatsEntry  10 }

  msgServStatsRegRemCallsCntAttempted OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - number of times attempted'."
    ::= { msgServStatsEntry  11 }

  msgServStatsRegRemCallsNumResFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - number of resource failures'."
    ::= { msgServStatsEntry  12 }

  msgServStatsRegRemCallsCntNotAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - number of times not answered'."
    ::= { msgServStatsEntry  13 }

  msgServStatsRegRemCallsCntAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - number of times answered'."
    ::= { msgServStatsEntry  14 }

  msgServStatsRegRemCallsCntCfgAccessedThruHandset OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - number of times configuration accessed through handset'."
    ::= { msgServStatsEntry  15 }

  msgServStatsRegRemCallsCntSetThruHandset OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - number of times set through handset'."
    ::= { msgServStatsEntry  16 }

  msgServStatsSS7VoicemailAccessCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TDM Voicemail - access count'."
    ::= { msgServStatsEntry  17 }

  msgServStatsSS7VoicemailNotAnswrdCntCallsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Voicemail - count of calls forwarded where call not answered'."
    ::= { msgServStatsEntry  18 }

  msgServStatsSS7VoicemailBusyCntCallsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Voicemail - count of calls forwarded when subscriber busy'."
    ::= { msgServStatsEntry  19 }

  msgServStatsSS7VoicemailCntFaildFwdAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Voicemail - count of failed forwarding attempts'."
    ::= { msgServStatsEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Log Collection Status'                                      */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  logCollectorTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LogCollectorEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  145 }

  logCollectorEntry OBJECT-TYPE
    SYNTAX       LogCollectorEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { logCollectorEMSIx,
             logCollectorEMSNodeName }
    ::= {  logCollectorTable  1  }

  LogCollectorEntry  ::=  SEQUENCE
  {
    logCollectorEMSIx                  Unsigned32,
    logCollectorEMSNodeName            DisplayString,
    logCollectorAlrmState              INTEGER,
    logCollectorAlrmLogCorr            Counter64,
    logCollectorAlrmEvts               Integer32,
    logCollectorAlrmStateTimestamp     Unsigned32,
    logCollectorAlrmResetTimestamp     Unsigned32,
    logCollectorHighestLogArrivalNum   Integer32,
    logCollectorHighestUnexpLogArrivalNum
                                       Integer32,
    logCollectorHighestErrLogArrivalNum
                                       Integer32,
    logCollectorCntSeverity09Logs      Integer32,
    logCollectorCntSeverity1019Logs    Integer32,
    logCollectorCntSeverity2029Logs    Integer32,
    logCollectorCntSeverity3039Logs    Integer32,
    logCollectorCntSeverity4049Logs    Integer32,
    logCollectorCntSeverity5059Logs    Integer32,
    logCollectorCntSeverity6069Logs    Integer32,
    logCollectorCntSeverity7079Logs    Integer32,
    logCollectorCntSeverity8089Logs    Integer32,
    logCollectorCntSeverity90100Logs   Integer32,
    logCollectorCntUnackLogs           Integer32
  }

  logCollectorEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { logCollectorEntry  1 }

  logCollectorEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { logCollectorEntry  2 }

  logCollectorAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { logCollectorEntry  3 }

  logCollectorAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { logCollectorEntry  4 }

  logCollectorAlrmEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm Events'.
                  Field is a RESET field, can only set to 0."
    ::= { logCollectorEntry  5 }

  logCollectorAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { logCollectorEntry  6 }

  logCollectorAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { logCollectorEntry  7 }

  logCollectorHighestLogArrivalNum OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Highest log arrival number'."
    ::= { logCollectorEntry  8 }

  logCollectorHighestUnexpLogArrivalNum OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Highest unexpected log arrival number'."
    ::= { logCollectorEntry  9 }

  logCollectorHighestErrLogArrivalNum OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Highest error log arrival number'."
    ::= { logCollectorEntry  10 }

  logCollectorCntSeverity09Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 0 - 9 logs'."
    ::= { logCollectorEntry  11 }

  logCollectorCntSeverity1019Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 10 - 19 logs'."
    ::= { logCollectorEntry  12 }

  logCollectorCntSeverity2029Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 20 - 29 logs'."
    ::= { logCollectorEntry  13 }

  logCollectorCntSeverity3039Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 30 - 39 logs'."
    ::= { logCollectorEntry  14 }

  logCollectorCntSeverity4049Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 40 - 49 logs'."
    ::= { logCollectorEntry  15 }

  logCollectorCntSeverity5059Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 50 - 59 logs'."
    ::= { logCollectorEntry  16 }

  logCollectorCntSeverity6069Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 60 - 69 logs'."
    ::= { logCollectorEntry  17 }

  logCollectorCntSeverity7079Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 70 - 79 logs'."
    ::= { logCollectorEntry  18 }

  logCollectorCntSeverity8089Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 80 - 89 logs'."
    ::= { logCollectorEntry  19 }

  logCollectorCntSeverity90100Logs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of severity 90 - 100 logs'."
    ::= { logCollectorEntry  20 }

  logCollectorCntUnackLogs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of unacknowledged logs'."
    ::= { logCollectorEntry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Speed Calling Number'                                       */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLineSPDNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSPDNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  152 }

  indLineSPDNumEntry OBJECT-TYPE
    SYNTAX       IndLineSPDNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSPDNumMSwitchConn,
             indLineSPDNumMSwitch,
             indLineSPDNumCallAgentIx,
             indLineSPDNumDirNum,
             indLineSPDNumSPDCode }
    ::= {  indLineSPDNumTable  1  }

  IndLineSPDNumEntry  ::=  SEQUENCE
  {
    indLineSPDNumMSwitchConn           Unsigned32,
    indLineSPDNumMSwitch               DisplayString,
    indLineSPDNumCallAgentIx           Unsigned32,
    indLineSPDNumDirNum                DisplayString,
    indLineSPDNumSPDCode               DisplayString,
    indLineSPDNumSPDNum                DisplayString,
    indLineSPDNumRowStatus             RowStatus
  }

  indLineSPDNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSPDNumEntry  1 }

  indLineSPDNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSPDNumEntry  2 }

  indLineSPDNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSPDNumEntry  3 }

  indLineSPDNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSPDNumEntry  4 }

  indLineSPDNumSPDCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed code'.
                  This is an index field."
    ::= { indLineSPDNumEntry  5 }

  indLineSPDNumSPDNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number to call'."
    ::= { indLineSPDNumEntry  6 }

  indLineSPDNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSPDNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Number'                            */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLineSelCallRejNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  155 }

  indLineSelCallRejNumEntry OBJECT-TYPE
    SYNTAX       IndLineSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSelCallRejNumMSwitchConn,
             indLineSelCallRejNumMSwitch,
             indLineSelCallRejNumCallAgentIx,
             indLineSelCallRejNumDirNum,
             indLineSelCallRejNumClgNum }
    ::= {  indLineSelCallRejNumTable  1  }

  IndLineSelCallRejNumEntry  ::=  SEQUENCE
  {
    indLineSelCallRejNumMSwitchConn    Unsigned32,
    indLineSelCallRejNumMSwitch        DisplayString,
    indLineSelCallRejNumCallAgentIx    Unsigned32,
    indLineSelCallRejNumDirNum         DisplayString,
    indLineSelCallRejNumClgNum         DisplayString,
    indLineSelCallRejNumRowStatus      RowStatus
  }

  indLineSelCallRejNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSelCallRejNumEntry  1 }

  indLineSelCallRejNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSelCallRejNumEntry  2 }

  indLineSelCallRejNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSelCallRejNumEntry  3 }

  indLineSelCallRejNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSelCallRejNumEntry  4 }

  indLineSelCallRejNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLineSelCallRejNumEntry  5 }

  indLineSelCallRejNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSelCallRejNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Priority Call Number'                                       */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLinePCNTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLinePCNEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  156 }

  indLinePCNEntry OBJECT-TYPE
    SYNTAX       IndLinePCNEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLinePCNMSwitchConn,
             indLinePCNMSwitch,
             indLinePCNCallAgentIx,
             indLinePCNDirNum,
             indLinePCNClgNum }
    ::= {  indLinePCNTable  1  }

  IndLinePCNEntry  ::=  SEQUENCE
  {
    indLinePCNMSwitchConn              Unsigned32,
    indLinePCNMSwitch                  DisplayString,
    indLinePCNCallAgentIx              Unsigned32,
    indLinePCNDirNum                   DisplayString,
    indLinePCNClgNum                   DisplayString,
    indLinePCNRowStatus                RowStatus
  }

  indLinePCNMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLinePCNEntry  1 }

  indLinePCNMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLinePCNEntry  2 }

  indLinePCNCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLinePCNEntry  3 }

  indLinePCNDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLinePCNEntry  4 }

  indLinePCNClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLinePCNEntry  5 }

  indLinePCNRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLinePCNEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Automatic Code Gapping Control'                             */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  tCAPAutoCodeGappingCtrlTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TCAPAutoCodeGappingCtrlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SS7 Signaling'.
                  This table is not creatable."
    ::= { metaSwitch  166 }

  tCAPAutoCodeGappingCtrlEntry OBJECT-TYPE
    SYNTAX       TCAPAutoCodeGappingCtrlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tCAPAutoCodeGappingCtrlMSwitchConn,
             tCAPAutoCodeGappingCtrlMSwitch,
             tCAPAutoCodeGappingCtrlCallAgentIx,
             tCAPAutoCodeGappingCtrlTranslationType,
             tCAPAutoCodeGappingCtrlCause,
             tCAPAutoCodeGappingCtrlAddrPrefix }
    ::= {  tCAPAutoCodeGappingCtrlTable  1  }

  TCAPAutoCodeGappingCtrlEntry  ::=  SEQUENCE
  {
    tCAPAutoCodeGappingCtrlMSwitchConn Unsigned32,
    tCAPAutoCodeGappingCtrlMSwitch     DisplayString,
    tCAPAutoCodeGappingCtrlCallAgentIx Unsigned32,
    tCAPAutoCodeGappingCtrlTranslationType
                                       Unsigned32,
    tCAPAutoCodeGappingCtrlCause       INTEGER,
    tCAPAutoCodeGappingCtrlAddrPrefix  DisplayString,
    tCAPAutoCodeGappingCtrlInterval    INTEGER,
    tCAPAutoCodeGappingCtrlDurn        INTEGER,
    tCAPAutoCodeGappingCtrlSetTimestamp
                                       Unsigned32,
    tCAPAutoCodeGappingCtrlLastPassedTimestamp
                                       Unsigned32,
    tCAPAutoCodeGappingCtrlPassedCnt   Unsigned32,
    tCAPAutoCodeGappingCtrlInvokedCnt  Unsigned32,
    tCAPAutoCodeGappingCtrlPointCodeRequestingSCP
                                       Unsigned32,
    tCAPAutoCodeGappingCtrlSSNRequestingSCP
                                       Unsigned32,
    tCAPAutoCodeGappingCtrlRowStatus   RowStatus
  }

  tCAPAutoCodeGappingCtrlMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tCAPAutoCodeGappingCtrlEntry  1 }

  tCAPAutoCodeGappingCtrlMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tCAPAutoCodeGappingCtrlEntry  2 }

  tCAPAutoCodeGappingCtrlCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tCAPAutoCodeGappingCtrlEntry  3 }

  tCAPAutoCodeGappingCtrlTranslationType OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Translation type'.
                  This is an index field."
    ::= { tCAPAutoCodeGappingCtrlEntry  4 }

  tCAPAutoCodeGappingCtrlCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   databaseOverloaded(1),
                   oSSInitiated(2),
                   vacantCode(3),
                   outOfBand(4),
                   destinationMassCalling(5),
                   oSSInitiatedDatabaseOverloadControl(6),
                   unknown(7)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause'.
                  This is an index field."
    ::= { tCAPAutoCodeGappingCtrlEntry  5 }

  tCAPAutoCodeGappingCtrlAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..10))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address prefix'.
                  This is an index field."
    ::= { tCAPAutoCodeGappingCtrlEntry  6 }

  tCAPAutoCodeGappingCtrlInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(1),
                   zeroPointOne(2),
                   zeroPointTwoFive(3),
                   zeroPointFive(4),
                   one(5),
                   two(6),
                   three(7),
                   four(8),
                   five(9),
                   six(10),
                   eight(11),
                   ten(12),
                   eleven(13),
                   fifteen(14),
                   sixteen(15),
                   twentyTwo(16),
                   thirty(17),
                   fortyTwo(18),
                   fiftyEight(19),
                   sixty(20),
                   eightyOne(21),
                   oneHundredAndTwelve(22),
                   oneHundredAndTwenty(23),
                   oneHundredAndFiftySix(24),
                   twoHundredAndSeventeen(25),
                   threeHundred(26),
                   sixHundred(27),
                   stopAll(28),
                   remove(29)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interval'."
    ::= { tCAPAutoCodeGappingCtrlEntry  7 }

  tCAPAutoCodeGappingCtrlDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                   one(1),
                   two(2),
                   four(3),
                   eight(4),
                   sixteen(5),
                   thirtyTwo(6),
                   sixtyFour(7),
                   oneHundredAndTwentyEight(8),
                   twoHundredAndFifySix(9),
                   fiveHundredAndTwelve(10),
                   oneThousandAndTwentyFour(11),
                   twoThousandAndFortyEight(12),
                   fourThousandAndNinetySix(13),
                   infinite(14)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Duration'."
    ::= { tCAPAutoCodeGappingCtrlEntry  8 }

  tCAPAutoCodeGappingCtrlSetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Set timestamp'."
    ::= { tCAPAutoCodeGappingCtrlEntry  9 }

  tCAPAutoCodeGappingCtrlLastPassedTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last passed timestamp'."
    ::= { tCAPAutoCodeGappingCtrlEntry  10 }

  tCAPAutoCodeGappingCtrlPassedCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Passed count'."
    ::= { tCAPAutoCodeGappingCtrlEntry  11 }

  tCAPAutoCodeGappingCtrlInvokedCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Invoked count'."
    ::= { tCAPAutoCodeGappingCtrlEntry  12 }

  tCAPAutoCodeGappingCtrlPointCodeRequestingSCP OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code of requesting SCP'."
    ::= { tCAPAutoCodeGappingCtrlEntry  13 }

  tCAPAutoCodeGappingCtrlSSNRequestingSCP OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SSN of requesting SCP'."
    ::= { tCAPAutoCodeGappingCtrlEntry  14 }

  tCAPAutoCodeGappingCtrlRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { tCAPAutoCodeGappingCtrlEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Context'                                        */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  tCAPAppContextTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TCAPAppContextEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SS7 Signaling'.
                  Table does not support createAndWait."
    ::= { metaSwitch  167 }

  tCAPAppContextEntry OBJECT-TYPE
    SYNTAX       TCAPAppContextEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tCAPAppContextMSwitchConn,
             tCAPAppContextMSwitch,
             tCAPAppContextCallAgentIx,
             tCAPAppContextAppCxtIx }
    ::= {  tCAPAppContextTable  1  }

  TCAPAppContextEntry  ::=  SEQUENCE
  {
    tCAPAppContextMSwitchConn          Unsigned32,
    tCAPAppContextMSwitch              DisplayString,
    tCAPAppContextCallAgentIx          Unsigned32,
    tCAPAppContextAppCxtIx             Unsigned32,
    tCAPAppContextAppCxtName           DisplayString,
    tCAPAppContextAppCxtRefsCnt        Unsigned32,
    tCAPAppContextRowStatus            RowStatus,
    tCAPAppContextCfgType              INTEGER,
    tCAPAppContextOIDCfg               OBJECT IDENTIFIER,
    tCAPAppContextIntegerCfg           Unsigned32
  }

  tCAPAppContextMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tCAPAppContextEntry  1 }

  tCAPAppContextMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tCAPAppContextEntry  2 }

  tCAPAppContextCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tCAPAppContextEntry  3 }

  tCAPAppContextAppCxtIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Context index'.
                  This is an index field."
    ::= { tCAPAppContextEntry  4 }

  tCAPAppContextAppCxtName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Context name'."
    ::= { tCAPAppContextEntry  5 }

  tCAPAppContextAppCxtRefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { tCAPAppContextEntry  6 }

  tCAPAppContextRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tCAPAppContextEntry  7 }

  tCAPAppContextCfgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   oIDArray(1),
                   integer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration type'.
                  This field is not writable when active."
    DEFVAL       { oIDArray }
    ::= { tCAPAppContextEntry  8 }

  tCAPAppContextOIDCfg OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'OID configuration'.
                  This field is not writable when active."
    ::= { tCAPAppContextEntry  9 }

  tCAPAppContextIntegerCfg OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Integer configuration'.
                  This field is not writable when active."
    ::= { tCAPAppContextEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Route Verification Tests'                                   */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  rVTContainerTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTContainerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  178 }

  rVTContainerEntry OBJECT-TYPE
    SYNTAX       RVTContainerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTContainerMSwitchConn,
             rVTContainerMSwitch,
             rVTContainerCallAgentIx }
    ::= {  rVTContainerTable  1  }

  RVTContainerEntry  ::=  SEQUENCE
  {
    rVTContainerMSwitchConn            Unsigned32,
    rVTContainerMSwitch                DisplayString,
    rVTContainerCallAgentIx            Unsigned32,
    rVTContainerImportCnt              Integer32,
    rVTContainerImportStatus           DisplayString,
    rVTContainerImportMode             INTEGER,
    rVTContainerImportFile             DisplayString,
    rVTContainerImportCorr             Counter64,
    rVTContainerImportCorrMSwitch      DisplayString,
    rVTContainerImportCorrUID          DisplayString,
    rVTContainerDoExtraActions         INTEGER
  }

  rVTContainerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTContainerEntry  1 }

  rVTContainerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTContainerEntry  2 }

  rVTContainerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTContainerEntry  3 }

  rVTContainerImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rVTContainerEntry  4 }

  rVTContainerImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rVTContainerEntry  5 }

  rVTContainerImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rVTContainerEntry  6 }

  rVTContainerImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rVTContainerEntry  7 }

  rVTContainerImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rVTContainerEntry  8 }

  rVTContainerImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rVTContainerEntry  9 }

  rVTContainerImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rVTContainerEntry  10 }

  rVTContainerDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTContainerEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Email Notification'                                         */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  emailNotificationTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmailNotificationEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  184 }

  emailNotificationEntry OBJECT-TYPE
    SYNTAX       EmailNotificationEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emailNotificationEMSIx,
             emailNotificationEMSNodeName }
    ::= {  emailNotificationTable  1  }

  EmailNotificationEntry  ::=  SEQUENCE
  {
    emailNotificationEMSIx             Unsigned32,
    emailNotificationEMSNodeName       DisplayString,
    emailNotificationEmailNotifsStatus INTEGER,
    emailNotificationSMTPServerAddr    LongDisplayString,
    emailNotificationMailServerEMSAccountAddr
                                       LongDisplayString,
    emailNotificationRecipientAddr     LongDisplayString,
    emailNotificationMailServerRequiresAuthentication
                                       INTEGER,
    emailNotificationMailServerUserID  LongDisplayString,
    emailNotificationMailServerPassword
                                       LongDisplayString,
    emailNotificationNewLogNotifsStatus
                                       INTEGER,
    emailNotificationNewLogSeverityThreshold
                                       INTEGER,
    emailNotificationNewLogNotifsInterval
                                       INTEGER,
    emailNotificationMaxNewLogNotifsInInterval
                                       INTEGER,
    emailNotificationUnackLogsNotifsStatus
                                       INTEGER,
    emailNotificationUnackLogNotifsInterval
                                       INTEGER,
    emailNotificationAlrmState         INTEGER,
    emailNotificationAlrmEvtsAttnRqLogCorr
                                       Counter64,
    emailNotificationAlrmEvtsAttnRq    Integer32,
    emailNotificationAlrmEvtsAtndDpLogCorr
                                       Counter64,
    emailNotificationAlrmEvtsAtndDp    Integer32,
    emailNotificationAlrmStateTimestamp
                                       Unsigned32,
    emailNotificationAlrmResetTimestamp
                                       Unsigned32,
    emailNotificationDoExtraActions    INTEGER
  }

  emailNotificationEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emailNotificationEntry  1 }

  emailNotificationEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emailNotificationEntry  2 }

  emailNotificationEmailNotifsStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(0),
                   disabled(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Email notifications - status'."
    DEFVAL       { disabled }
    ::= { emailNotificationEntry  3 }

  emailNotificationSMTPServerAddr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SMTP server address'."
    ::= { emailNotificationEntry  4 }

  emailNotificationMailServerEMSAccountAddr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mail server MetaView account address'."
    ::= { emailNotificationEntry  5 }

  emailNotificationRecipientAddr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recipient address'."
    ::= { emailNotificationEntry  6 }

  emailNotificationMailServerRequiresAuthentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mail server requires authentication'."
    DEFVAL       { false }
    ::= { emailNotificationEntry  7 }

  emailNotificationMailServerUserID OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mail server user ID'."
    ::= { emailNotificationEntry  8 }

  emailNotificationMailServerPassword OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mail server password'."
    ::= { emailNotificationEntry  9 }

  emailNotificationNewLogNotifsStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(0),
                   disabled(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New log notifications - status'."
    DEFVAL       { disabled }
    ::= { emailNotificationEntry  10 }

  emailNotificationNewLogSeverityThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   ten(10),
                   twenty(20),
                   thirty(30),
                   forty(40),
                   fifty(50),
                   sixty(60),
                   seventy(70),
                   eighty(80),
                   ninety(90)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'New log notifications - severity threshold'."
    DEFVAL       { seventy }
    ::= { emailNotificationEntry  11 }

  emailNotificationNewLogNotifsInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiveMinutes(300),
                   fifteenMinutes(900),
                   thirtyMinutes(1800),
                   oneHour(3600),
                   threeHours(10800),
                   fiveHours(18000),
                   tenHours(36000),
                   oneDay(86400),
                   threeDays(259200),
                   oneWeek(604800)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New log notifications - interval'."
    DEFVAL       { fifteenMinutes }
    ::= { emailNotificationEntry  12 }

  emailNotificationMaxNewLogNotifsInInterval OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'New log notifications - max notifications per interval'."
    DEFVAL       { 5 }
    ::= { emailNotificationEntry  13 }

  emailNotificationUnackLogsNotifsStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(0),
                   disabled(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unacknowledged log notifications - status'."
    DEFVAL       { disabled }
    ::= { emailNotificationEntry  14 }

  emailNotificationUnackLogNotifsInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiveMinutes(300),
                   fifteenMinutes(900),
                   thirtyMinutes(1800),
                   oneHour(3600),
                   threeHours(10800),
                   fiveHours(18000),
                   tenHours(36000),
                   oneDay(86400),
                   threeDays(259200),
                   oneWeek(604800)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unacknowledged log notifications - interval'."
    DEFVAL       { fifteenMinutes }
    ::= { emailNotificationEntry  15 }

  emailNotificationAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { emailNotificationEntry  16 }

  emailNotificationAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { emailNotificationEntry  17 }

  emailNotificationAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { emailNotificationEntry  18 }

  emailNotificationAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { emailNotificationEntry  19 }

  emailNotificationAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { emailNotificationEntry  20 }

  emailNotificationAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { emailNotificationEntry  21 }

  emailNotificationAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { emailNotificationEntry  22 }

  emailNotificationDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sendTestNotification(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { emailNotificationEntry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Security Certificate'                                       */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  nMSCertificateTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NMSCertificateEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'."
    ::= { metaSwitch  185 }

  nMSCertificateEntry OBJECT-TYPE
    SYNTAX       NMSCertificateEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { nMSCertificateEMSIx,
             nMSCertificateEMSNodeName,
             nMSCertificateCertificateIx }
    ::= {  nMSCertificateTable  1  }

  NMSCertificateEntry  ::=  SEQUENCE
  {
    nMSCertificateEMSIx                Unsigned32,
    nMSCertificateEMSNodeName          DisplayString,
    nMSCertificateCertificateEnabled   INTEGER,
    nMSCertificateCertificateFilename  LongDisplayString,
    nMSCertificateIssuedBy             LongDisplayString,
    nMSCertificateIssuedTo             LongDisplayString,
    nMSCertificateNotValidBefore       Unsigned32,
    nMSCertificateNotValidAfter        Unsigned32,
    nMSCertificateIssuedByDetails      LongDisplayString,
    nMSCertificateIssuedToDetails      LongDisplayString,
    nMSCertificateFingerprint          OCTET STRING,
    nMSCertificateRowStatus            RowStatus,
    nMSCertificateCertificateIx        LongDisplayString,
    nMSCertificateCertificateInX509EncodedTextFormat
                                       LongDisplayString
  }

  nMSCertificateEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { nMSCertificateEntry  1 }

  nMSCertificateEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { nMSCertificateEntry  2 }

  nMSCertificateCertificateEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Certificate authorized'."
    DEFVAL       { false }
    ::= { nMSCertificateEntry  3 }

  nMSCertificateCertificateFilename OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Certificate filename'."
    ::= { nMSCertificateEntry  4 }

  nMSCertificateIssuedBy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Issued by'."
    ::= { nMSCertificateEntry  5 }

  nMSCertificateIssuedTo OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Issued to'."
    ::= { nMSCertificateEntry  6 }

  nMSCertificateNotValidBefore OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Not valid before'."
    ::= { nMSCertificateEntry  7 }

  nMSCertificateNotValidAfter OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Not valid after'."
    ::= { nMSCertificateEntry  8 }

  nMSCertificateIssuedByDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Issued by details'."
    ::= { nMSCertificateEntry  9 }

  nMSCertificateIssuedToDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Issued to details'."
    ::= { nMSCertificateEntry  10 }

  nMSCertificateFingerprint OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fingerprint'."
    ::= { nMSCertificateEntry  11 }

  nMSCertificateRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { nMSCertificateEntry  13 }

  nMSCertificateCertificateIx OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(1..1024))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Certificate Index'.
                  This is an index field."
    ::= { nMSCertificateEntry  14 }

  nMSCertificateCertificateInX509EncodedTextFormat OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..65535))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Certificate in X.509 encoded text format'.
                  Field is write-only, GETs will return an empty string.
                  This field is only writable during create."
    ::= { nMSCertificateEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' RTP Port Statistics'                       */
-- /* Valid from: 2.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  mGRTPPortStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGRTPPortStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'RTP Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  189 }

  mGRTPPortStatsEntry OBJECT-TYPE
    SYNTAX       MGRTPPortStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGRTPPortStatsMSwitchConn,
             mGRTPPortStatsMSwitch,
             mGRTPPortStatsMediaGatewayIx,
             mGRTPPortStatsSummaryPeriod }
    ::= {  mGRTPPortStatsTable  1  }

  MGRTPPortStatsEntry  ::=  SEQUENCE
  {
    mGRTPPortStatsMSwitchConn          Unsigned32,
    mGRTPPortStatsMSwitch              DisplayString,
    mGRTPPortStatsMediaGatewayIx       Unsigned32,
    mGRTPPortStatsSummaryPeriod        INTEGER,
    mGRTPPortStatsNumPortFails         Integer32,
    mGRTPPortStatsNumAlrmIndSentErrs   Integer32,
    mGRTPPortStatsNumTermsDefined      Integer32
  }

  mGRTPPortStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGRTPPortStatsEntry  1 }

  mGRTPPortStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGRTPPortStatsEntry  2 }

  mGRTPPortStatsMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGRTPPortStatsEntry  3 }

  mGRTPPortStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mGRTPPortStatsEntry  4 }

  mGRTPPortStatsNumPortFails OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of port failures'."
    ::= { mGRTPPortStatsEntry  5 }

  mGRTPPortStatsNumAlrmIndSentErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Alarm Indication Sent errors'."
    ::= { mGRTPPortStatsEntry  6 }

  mGRTPPortStatsNumTermsDefined OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Terminations defined'."
    ::= { mGRTPPortStatsEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Digit Map Section'                                          */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  rPSDigitMapSectionTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSDigitMapSectionEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Digit Map'.
                  Table does not support createAndWait."
    ::= { metaSwitch  205 }

  rPSDigitMapSectionEntry OBJECT-TYPE
    SYNTAX       RPSDigitMapSectionEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSDigitMapSectionMSwitchConn,
             rPSDigitMapSectionMSwitch,
             rPSDigitMapSectionCallAgentIx,
             rPSDigitMapSectionCfgSetIx,
             rPSDigitMapSectionDigitMapIx,
             rPSDigitMapSectionDigitMapSecIx }
    ::= {  rPSDigitMapSectionTable  1  }

  RPSDigitMapSectionEntry  ::=  SEQUENCE
  {
    rPSDigitMapSectionMSwitchConn      Unsigned32,
    rPSDigitMapSectionMSwitch          DisplayString,
    rPSDigitMapSectionCallAgentIx      Unsigned32,
    rPSDigitMapSectionCfgSetIx         Unsigned32,
    rPSDigitMapSectionDigitMapIx       INTEGER,
    rPSDigitMapSectionDigitMapSecIx    INTEGER,
    rPSDigitMapSectionSecName          DisplayString,
    rPSDigitMapSectionDigitMapSec      DisplayString,
    rPSDigitMapSectionRowStatus        RowStatus
  }

  rPSDigitMapSectionMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSDigitMapSectionEntry  1 }

  rPSDigitMapSectionMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSDigitMapSectionEntry  2 }

  rPSDigitMapSectionCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSDigitMapSectionEntry  3 }

  rPSDigitMapSectionCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSDigitMapSectionEntry  4 }

  rPSDigitMapSectionDigitMapIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit Map index'.
                  This is an index field."
    ::= { rPSDigitMapSectionEntry  5 }

  rPSDigitMapSectionDigitMapSecIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit Map section index'.
                  This is an index field."
    ::= { rPSDigitMapSectionEntry  6 }

  rPSDigitMapSectionSecName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section name'.
                  This field is not writable when active."
    ::= { rPSDigitMapSectionEntry  7 }

  rPSDigitMapSectionDigitMapSec OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit Map Section'.
                  This field is not writable when active."
    ::= { rPSDigitMapSectionEntry  8 }

  rPSDigitMapSectionRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSDigitMapSectionEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Voicemail System Link Statistics'          */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  vSLinkStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLinkStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voicemail System Link'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  209 }

  vSLinkStatsEntry OBJECT-TYPE
    SYNTAX       VSLinkStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLinkStatsMSwitchConn,
             vSLinkStatsMSwitch,
             vSLinkStatsCallAgentIx,
             vSLinkStatsVoicemailSysLinkIx,
             vSLinkStatsSummaryPeriod }
    ::= {  vSLinkStatsTable  1  }

  VSLinkStatsEntry  ::=  SEQUENCE
  {
    vSLinkStatsMSwitchConn             Unsigned32,
    vSLinkStatsMSwitch                 DisplayString,
    vSLinkStatsCallAgentIx             Unsigned32,
    vSLinkStatsVoicemailSysLinkIx      Unsigned32,
    vSLinkStatsSummaryPeriod           INTEGER,
    vSLinkStatsCntCallHistoryMsgs      Unsigned32,
    vSLinkStatsCntCallHistoryBytes     Unsigned32,
    vSLinkStatsCntDiscardedCallHistoryBytes
                                       Unsigned32,
    vSLinkStatsCntSMDIBlockMsgs        Unsigned32,
    vSLinkStatsCntSMDIBlockBytes       Unsigned32,
    vSLinkStatsCntSMDIInvalidMsgs      Unsigned32,
    vSLinkStatsCntSMDIInvalidBytes     Unsigned32,
    vSLinkStatsCntSMDIOpMsgs           Unsigned32,
    vSLinkStatsCntSMDIRemMsgs          Unsigned32,
    vSLinkStatsCntTotSMDIOpAndRemMsgs  Unsigned32,
    vSLinkStatsCntTotSMDIOpAndRemBytes Unsigned32,
    vSLinkStatsCntInvalidMsgs          Unsigned32,
    vSLinkStatsProportionAsyncWrites   Unsigned32,
    vSLinkStatsProportionAsyncReads    Unsigned32
  }

  vSLinkStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLinkStatsEntry  1 }

  vSLinkStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLinkStatsEntry  2 }

  vSLinkStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLinkStatsEntry  3 }

  vSLinkStatsVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link index'.
                  This is an index field."
    ::= { vSLinkStatsEntry  4 }

  vSLinkStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { vSLinkStatsEntry  5 }

  vSLinkStatsCntCallHistoryMsgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of call history messages'."
    ::= { vSLinkStatsEntry  6 }

  vSLinkStatsCntCallHistoryBytes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of call history bytes'."
    ::= { vSLinkStatsEntry  7 }

  vSLinkStatsCntDiscardedCallHistoryBytes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of discarded call history bytes'."
    ::= { vSLinkStatsEntry  8 }

  vSLinkStatsCntSMDIBlockMsgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of SMDI Block messages'."
    ::= { vSLinkStatsEntry  9 }

  vSLinkStatsCntSMDIBlockBytes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of SMDI Block bytes'."
    ::= { vSLinkStatsEntry  10 }

  vSLinkStatsCntSMDIInvalidMsgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of SMDI Invalid messages'."
    ::= { vSLinkStatsEntry  11 }

  vSLinkStatsCntSMDIInvalidBytes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of SMDI Invalid bytes'."
    ::= { vSLinkStatsEntry  12 }

  vSLinkStatsCntSMDIOpMsgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of SMDI Operate messages'."
    ::= { vSLinkStatsEntry  13 }

  vSLinkStatsCntSMDIRemMsgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of SMDI Remove messages'."
    ::= { vSLinkStatsEntry  14 }

  vSLinkStatsCntTotSMDIOpAndRemMsgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of total SMDI Operate and Remove messages'."
    ::= { vSLinkStatsEntry  15 }

  vSLinkStatsCntTotSMDIOpAndRemBytes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of total SMDI Operate and Remove bytes'."
    ::= { vSLinkStatsEntry  16 }

  vSLinkStatsCntInvalidMsgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of invalid messages'."
    ::= { vSLinkStatsEntry  17 }

  vSLinkStatsProportionAsyncWrites OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proportion of asynchronous writes'."
    ::= { vSLinkStatsEntry  18 }

  vSLinkStatsProportionAsyncReads OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proportion of asynchronous reads'."
    ::= { vSLinkStatsEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voicemail System Line Group'                                */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  vSLineGpTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLineGpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Message Services'.
                  Table does not support createAndWait."
    ::= { metaSwitch  210 }

  vSLineGpEntry OBJECT-TYPE
    SYNTAX       VSLineGpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLineGpMSwitchConn,
             vSLineGpMSwitch,
             vSLineGpCallAgentIx,
             vSLineGpVSLineGpIx,
             vSLineGpDirNum }
    ::= {  vSLineGpTable  1  }

  VSLineGpEntry  ::=  SEQUENCE
  {
    vSLineGpMSwitchConn                Unsigned32,
    vSLineGpMSwitch                    DisplayString,
    vSLineGpCallAgentIx                Unsigned32,
    vSLineGpVSLineGpIx                 Unsigned32,
    vSLineGpDirNum                     DisplayString,
    voicemailSystemLineGroupI1VoicemailSysLinkMSwitchConn
                                       Unsigned32,
    voicemailSystemLineGroupI2VoicemailSysLinkMSwitch
                                       DisplayString,
    voicemailSystemLineGroupI3VoicemailSysLinkCallAgentIx
                                       Unsigned32,
    voicemailSystemLineGroupI4VoicemailSysLinkVoicemailSysLinkIx
                                       Unsigned32,
    vSLineGpVoicemailSysDeskNum        Unsigned32,
    vSLineGpNumVoicemailSysLines       Unsigned32,
    vSLineGpAlrmState                  INTEGER,
    vSLineGpAlrmLogCorr                Counter64,
    vSLineGpAlrmEvtsAtndDp             Unsigned32,
    vSLineGpAlrmStateTimestamp         Unsigned32,
    vSLineGpAlrmResetTimestamp         Unsigned32,
    vSLineGpLineAlrmsAttnRq            Unsigned32,
    vSLineGpLineAlrmEvtsAttnRq         Unsigned32,
    vSLineGpLineAlrmsAtndDp            Unsigned32,
    vSLineGpLineAlrmEvtsAtndDp         Unsigned32,
    vSLineGpSummaryChldAlrmState       INTEGER,
    vSLineGpDoExtraActions             INTEGER,
    vSLineGpRowStatus                  RowStatus
  }

  vSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLineGpEntry  1 }

  vSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLineGpEntry  2 }

  vSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLineGpEntry  3 }

  vSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System Line Group Index'.
                  This is an index field."
    ::= { vSLineGpEntry  4 }

  vSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { vSLineGpEntry  5 }

  voicemailSystemLineGroupI1VoicemailSysLinkMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voicemail System Link',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { vSLineGpEntry  6 }

  voicemailSystemLineGroupI2VoicemailSysLinkMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voicemail System Link',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { vSLineGpEntry  7 }

  voicemailSystemLineGroupI3VoicemailSysLinkCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voicemail System Link',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { vSLineGpEntry  8 }

  voicemailSystemLineGroupI4VoicemailSysLinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voicemail System Link',
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { vSLineGpEntry  9 }

  vSLineGpVoicemailSysDeskNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System Desk Number'.
                  This field is not writable when active."
    ::= { vSLineGpEntry  10 }

  vSLineGpNumVoicemailSysLines OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Voicemail System Lines'."
    ::= { vSLineGpEntry  11 }

  vSLineGpAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { vSLineGpEntry  12 }

  vSLineGpAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { vSLineGpEntry  13 }

  vSLineGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineGpEntry  14 }

  vSLineGpAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { vSLineGpEntry  15 }

  vSLineGpAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { vSLineGpEntry  16 }

  vSLineGpLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Attention Required alarms'."
    ::= { vSLineGpEntry  17 }

  vSLineGpLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineGpEntry  18 }

  vSLineGpLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Attend To Dependent alarms'."
    ::= { vSLineGpEntry  19 }

  vSLineGpLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineGpEntry  20 }

  vSLineGpSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { vSLineGpEntry  21 }

  vSLineGpDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { vSLineGpEntry  22 }

  vSLineGpRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vSLineGpEntry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Voicemail System Line Group Statistics'    */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  vSLineGpStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLineGpStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voicemail System Line Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  211 }

  vSLineGpStatsEntry OBJECT-TYPE
    SYNTAX       VSLineGpStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLineGpStatsMSwitchConn,
             vSLineGpStatsMSwitch,
             vSLineGpStatsCallAgentIx,
             vSLineGpStatsVSLineGpIx,
             vSLineGpStatsDirNum,
             vSLineGpStatsSummaryPeriod }
    ::= {  vSLineGpStatsTable  1  }

  VSLineGpStatsEntry  ::=  SEQUENCE
  {
    vSLineGpStatsMSwitchConn           Unsigned32,
    vSLineGpStatsMSwitch               DisplayString,
    vSLineGpStatsCallAgentIx           Unsigned32,
    vSLineGpStatsVSLineGpIx            Unsigned32,
    vSLineGpStatsDirNum                DisplayString,
    vSLineGpStatsSummaryPeriod         INTEGER,
    vSLineGpStatsMCLGCntCallAttempts   Unsigned32,
    vSLineGpStatsMCLGCntCallCompletions
                                       Unsigned32,
    vSLineGpStatsMCLGCntCallsBlocked   Unsigned32
  }

  vSLineGpStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLineGpStatsEntry  1 }

  vSLineGpStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLineGpStatsEntry  2 }

  vSLineGpStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLineGpStatsEntry  3 }

  vSLineGpStatsVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System Line Group Index'.
                  This is an index field."
    ::= { vSLineGpStatsEntry  4 }

  vSLineGpStatsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { vSLineGpStatsEntry  5 }

  vSLineGpStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { vSLineGpStatsEntry  6 }

  vSLineGpStatsMCLGCntCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of call attempts'."
    ::= { vSLineGpStatsEntry  7 }

  vSLineGpStatsMCLGCntCallCompletions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of call completions'."
    ::= { vSLineGpStatsEntry  8 }

  vSLineGpStatsMCLGCntCallsBlocked OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of calls blocked'."
    ::= { vSLineGpStatsEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Reserved Number Range'                                      */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  reservedNumberRangeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ReservedNumberRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  Table does not support createAndWait."
    ::= { metaSwitch  213 }

  reservedNumberRangeEntry OBJECT-TYPE
    SYNTAX       ReservedNumberRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { reservedNumberRangeMSwitchConn,
             reservedNumberRangeMSwitch,
             reservedNumberRangeCallAgentIx,
             reservedNumberRangeRsvdNumRangeIx }
    ::= {  reservedNumberRangeTable  1  }

  ReservedNumberRangeEntry  ::=  SEQUENCE
  {
    reservedNumberRangeMSwitchConn     Unsigned32,
    reservedNumberRangeMSwitch         DisplayString,
    reservedNumberRangeCallAgentIx     Unsigned32,
    reservedNumberRangeRsvdNumRangeIx  Unsigned32,
    reservedNumberRangeRsvdNumRangeType
                                       INTEGER,
    reservedNumberRangeFirstNum        DisplayString,
    reservedNumberRangeLastNum         DisplayString,
    reservedNumberRangeRowStatus       RowStatus
  }

  reservedNumberRangeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { reservedNumberRangeEntry  1 }

  reservedNumberRangeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { reservedNumberRangeEntry  2 }

  reservedNumberRangeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { reservedNumberRangeEntry  3 }

  reservedNumberRangeRsvdNumRangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reserved Number Range Index'.
                  This is an index field."
    ::= { reservedNumberRangeEntry  4 }

  reservedNumberRangeRsvdNumRangeType OBJECT-TYPE
    SYNTAX       INTEGER {
                   portedTo(1),
                   portedAway(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reserved Number Range type'.
                  This field is only writable during create."
    ::= { reservedNumberRangeEntry  5 }

  reservedNumberRangeFirstNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First number'.
                  This field is not writable when active."
    ::= { reservedNumberRangeEntry  6 }

  reservedNumberRangeLastNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last number'.
                  This field is not writable when active."
    ::= { reservedNumberRangeEntry  7 }

  reservedNumberRangeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { reservedNumberRangeEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MetaView Server Statistics'                */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  emsStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  217 }

  emsStatsEntry OBJECT-TYPE
    SYNTAX       EmsStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsStatsEMSIx,
             emsStatsEMSNodeName,
             emsStatsSummaryPeriod }
    ::= {  emsStatsTable  1  }

  EmsStatsEntry  ::=  SEQUENCE
  {
    emsStatsEMSIx                      Unsigned32,
    emsStatsEMSNodeName                DisplayString,
    emsStatsSummaryPeriod              INTEGER,
    emsStatsTotCPUUsage                Unsigned32,
    emsStatsTotCPUUsageHighWaterMark   Unsigned32,
    emsStatsUserSpaceCPUUsage          Unsigned32,
    emsStatsUserSpaceCPUUsageHighWaterMark
                                       Unsigned32,
    emsStatsKernCPUUsage               Unsigned32,
    emsStatsKernCPUUsageHighWaterMark  Unsigned32,
    emsStatsTotPhysMem                 Unsigned32,
    emsStatsPhysMemUsage               Unsigned32,
    emsStatsPhysMemUsageHighWaterMark  Unsigned32
  }

  emsStatsEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsStatsEntry  1 }

  emsStatsEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsStatsEntry  2 }

  emsStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { emsStatsEntry  3 }

  emsStatsTotCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total CPU usage'."
    ::= { emsStatsEntry  4 }

  emsStatsTotCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total CPU usage high water mark'."
    ::= { emsStatsEntry  5 }

  emsStatsUserSpaceCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User space CPU usage'."
    ::= { emsStatsEntry  6 }

  emsStatsUserSpaceCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User space CPU usage high water mark'."
    ::= { emsStatsEntry  7 }

  emsStatsKernCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Kernel CPU usage'."
    ::= { emsStatsEntry  8 }

  emsStatsKernCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Kernel CPU usage high water mark'."
    ::= { emsStatsEntry  9 }

  emsStatsTotPhysMem OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total physical memory'."
    ::= { emsStatsEntry  10 }

  emsStatsPhysMemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical memory usage'."
    ::= { emsStatsEntry  11 }

  emsStatsPhysMemUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical memory usage high water mark'."
    ::= { emsStatsEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Devices'                                             */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  tAGAccDevConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGAccDevConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  222 }

  tAGAccDevConEntry OBJECT-TYPE
    SYNTAX       TAGAccDevConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGAccDevConMSwitchConn,
             tAGAccDevConMSwitch,
             tAGAccDevConCallAgentIx,
             tAGAccDevConGatewayIx }
    ::= {  tAGAccDevConTable  1  }

  TAGAccDevConEntry  ::=  SEQUENCE
  {
    tAGAccDevConMSwitchConn            Unsigned32,
    tAGAccDevConMSwitch                DisplayString,
    tAGAccDevConCallAgentIx            Unsigned32,
    tAGAccDevConGatewayIx              Unsigned32,
    tAGAccDevConAccDevAlrmsAttnRq      Unsigned32,
    tAGAccDevConAccDevAlrmEvtsAttnRq   Unsigned32,
    tAGAccDevConAccDevAlrmsAtndDp      Unsigned32,
    tAGAccDevConAccDevAlrmEvtsAtndDp   Unsigned32,
    tAGAccDevConSummaryChldAlrmState   INTEGER,
    tAGAccDevConImportCnt              Integer32,
    tAGAccDevConImportStatus           DisplayString,
    tAGAccDevConImportMode             INTEGER,
    tAGAccDevConImportFile             DisplayString,
    tAGAccDevConImportCorr             Counter64,
    tAGAccDevConImportCorrMSwitch      DisplayString,
    tAGAccDevConImportCorrUID          DisplayString,
    tAGAccDevConExportCnt              Integer32,
    tAGAccDevConExportStatus           DisplayString,
    tAGAccDevConExportFile             DisplayString,
    tAGAccDevConExportCorr             Counter64,
    tAGAccDevConExportCorrMSwitch      DisplayString,
    tAGAccDevConExportCorrUID          DisplayString,
    tAGAccDevConDoExtraActions         INTEGER,
    tAGAccDevConExportIncASRepData     INTEGER,
    tAGAccDevConExportChldObjectsToInc INTEGER
  }

  tAGAccDevConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGAccDevConEntry  1 }

  tAGAccDevConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGAccDevConEntry  2 }

  tAGAccDevConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGAccDevConEntry  3 }

  tAGAccDevConGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGAccDevConEntry  4 }

  tAGAccDevConAccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { tAGAccDevConEntry  5 }

  tAGAccDevConAccDevAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccDevConEntry  6 }

  tAGAccDevConAccDevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { tAGAccDevConEntry  7 }

  tAGAccDevConAccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccDevConEntry  8 }

  tAGAccDevConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tAGAccDevConEntry  9 }

  tAGAccDevConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tAGAccDevConEntry  10 }

  tAGAccDevConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tAGAccDevConEntry  11 }

  tAGAccDevConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tAGAccDevConEntry  12 }

  tAGAccDevConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tAGAccDevConEntry  13 }

  tAGAccDevConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tAGAccDevConEntry  14 }

  tAGAccDevConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tAGAccDevConEntry  15 }

  tAGAccDevConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tAGAccDevConEntry  16 }

  tAGAccDevConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tAGAccDevConEntry  17 }

  tAGAccDevConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tAGAccDevConEntry  18 }

  tAGAccDevConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tAGAccDevConEntry  19 }

  tAGAccDevConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tAGAccDevConEntry  20 }

  tAGAccDevConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tAGAccDevConEntry  21 }

  tAGAccDevConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tAGAccDevConEntry  22 }

  tAGAccDevConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccDevConEntry  23 }

  tAGAccDevConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tAGAccDevConEntry  24 }

  tAGAccDevConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tAGAccDevConEntry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Line'                                                */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  tAGAccessLineTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGAccessLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Access Device'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  231 }

  tAGAccessLineEntry OBJECT-TYPE
    SYNTAX       TAGAccessLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGAccessLineMSwitchConn,
             tAGAccessLineMSwitch,
             tAGAccessLineCallAgentIx,
             tAGAccessLineGatewayIx,
             tAGAccessLineDeviceIx,
             tAGAccessLineLineNum }
    ::= {  tAGAccessLineTable  1  }

  TAGAccessLineEntry  ::=  SEQUENCE
  {
    tAGAccessLineMSwitchConn           Unsigned32,
    tAGAccessLineMSwitch               DisplayString,
    tAGAccessLineCallAgentIx           Unsigned32,
    tAGAccessLineGatewayIx             Unsigned32,
    tAGAccessLineDeviceIx              Unsigned32,
    tAGAccessLineLineNum               Unsigned32,
    tAGAccessLineProviderStatus        INTEGER,
    tAGAccessLineConnStatus            INTEGER,
    tAGAccessLineHookStatusOnLastRefresh
                                       INTEGER,
    tAGAccessLineDoExtraActions        INTEGER
  }

  tAGAccessLineMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGAccessLineEntry  1 }

  tAGAccessLineMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGAccessLineEntry  2 }

  tAGAccessLineCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGAccessLineEntry  3 }

  tAGAccessLineGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGAccessLineEntry  4 }

  tAGAccessLineDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { tAGAccessLineEntry  5 }

  tAGAccessLineLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line number'.
                  This is an index field."
    ::= { tAGAccessLineEntry  6 }

  tAGAccessLineProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGAccessLineEntry  7 }

  tAGAccessLineConnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSpecified(0),
                   sendOnly(1),
                   receiveOnly(2),
                   sendAndReceive(3),
                   inactive(4),
                   loopback(5),
                   outOfService(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection status'."
    ::= { tAGAccessLineEntry  8 }

  tAGAccessLineHookStatusOnLastRefresh OBJECT-TYPE
    SYNTAX       INTEGER {
                   onHook(1),
                   offHook(2),
                   refreshing(3),
                   unavailable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hook status on last refresh'."
    ::= { tAGAccessLineEntry  9 }

  tAGAccessLineDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refreshHookStatus(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessLineEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Line'                                                */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  subGAccessLineTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGAccessLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Access Device'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  232 }

  subGAccessLineEntry OBJECT-TYPE
    SYNTAX       SubGAccessLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGAccessLineMSwitchConn,
             subGAccessLineMSwitch,
             subGAccessLineCallAgentIx,
             subGAccessLineGatewayIx,
             subGAccessLineDeviceIx,
             subGAccessLineLineNum }
    ::= {  subGAccessLineTable  1  }

  SubGAccessLineEntry  ::=  SEQUENCE
  {
    subGAccessLineMSwitchConn          Unsigned32,
    subGAccessLineMSwitch              DisplayString,
    subGAccessLineCallAgentIx          Unsigned32,
    subGAccessLineGatewayIx            Unsigned32,
    subGAccessLineDeviceIx             Unsigned32,
    subGAccessLineLineNum              Unsigned32,
    subGAccessLineProviderStatus       INTEGER,
    subGAccessLineConnStatus           INTEGER,
    subGAccessLineHookStatusOnLastRefresh
                                       INTEGER,
    subGAccessLineDoExtraActions       INTEGER
  }

  subGAccessLineMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGAccessLineEntry  1 }

  subGAccessLineMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGAccessLineEntry  2 }

  subGAccessLineCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGAccessLineEntry  3 }

  subGAccessLineGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGAccessLineEntry  4 }

  subGAccessLineDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { subGAccessLineEntry  5 }

  subGAccessLineLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line number'.
                  This is an index field."
    ::= { subGAccessLineEntry  6 }

  subGAccessLineProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGAccessLineEntry  7 }

  subGAccessLineConnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSpecified(0),
                   sendOnly(1),
                   receiveOnly(2),
                   sendAndReceive(3),
                   inactive(4),
                   loopback(5),
                   outOfService(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection status'."
    ::= { subGAccessLineEntry  8 }

  subGAccessLineHookStatusOnLastRefresh OBJECT-TYPE
    SYNTAX       INTEGER {
                   onHook(1),
                   offHook(2),
                   refreshing(3),
                   unavailable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hook status on last refresh'."
    ::= { subGAccessLineEntry  9 }

  subGAccessLineDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refreshHookStatus(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessLineEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation'                                          */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  rPSNumValidationConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumValidationConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Config Set'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  249 }

  rPSNumValidationConEntry OBJECT-TYPE
    SYNTAX       RPSNumValidationConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumValidationConMSwitchConn,
             rPSNumValidationConMSwitch,
             rPSNumValidationConCallAgentIx,
             rPSNumValidationConCfgSetIx }
    ::= {  rPSNumValidationConTable  1  }

  RPSNumValidationConEntry  ::=  SEQUENCE
  {
    rPSNumValidationConMSwitchConn     Unsigned32,
    rPSNumValidationConMSwitch         DisplayString,
    rPSNumValidationConCallAgentIx     Unsigned32,
    rPSNumValidationConCfgSetIx        Unsigned32,
    rPSNumValidationConImportCnt       Integer32,
    rPSNumValidationConImportStatus    DisplayString,
    rPSNumValidationConImportMode      INTEGER,
    rPSNumValidationConImportFile      DisplayString,
    rPSNumValidationConImportCorr      Counter64,
    rPSNumValidationConImportCorrMSwitch
                                       DisplayString,
    rPSNumValidationConImportCorrUID   DisplayString,
    rPSNumValidationConExportCnt       Integer32,
    rPSNumValidationConExportStatus    DisplayString,
    rPSNumValidationConExportFile      DisplayString,
    rPSNumValidationConExportCorr      Counter64,
    rPSNumValidationConExportCorrMSwitch
                                       DisplayString,
    rPSNumValidationConExportCorrUID   DisplayString,
    rPSNumValidationConDoExtraActions  INTEGER,
    rPSNumValidationConExportIncASRepData
                                       INTEGER,
    rPSNumValidationConExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumValidationConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumValidationConEntry  1 }

  rPSNumValidationConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumValidationConEntry  2 }

  rPSNumValidationConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumValidationConEntry  3 }

  rPSNumValidationConCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumValidationConEntry  4 }

  rPSNumValidationConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSNumValidationConEntry  5 }

  rPSNumValidationConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSNumValidationConEntry  6 }

  rPSNumValidationConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSNumValidationConEntry  7 }

  rPSNumValidationConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSNumValidationConEntry  8 }

  rPSNumValidationConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSNumValidationConEntry  9 }

  rPSNumValidationConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSNumValidationConEntry  10 }

  rPSNumValidationConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSNumValidationConEntry  11 }

  rPSNumValidationConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumValidationConEntry  12 }

  rPSNumValidationConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumValidationConEntry  13 }

  rPSNumValidationConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumValidationConEntry  14 }

  rPSNumValidationConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumValidationConEntry  15 }

  rPSNumValidationConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumValidationConEntry  16 }

  rPSNumValidationConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumValidationConEntry  17 }

  rPSNumValidationConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumValidationConEntry  18 }

  rPSNumValidationConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumValidationConEntry  19 }

  rPSNumValidationConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumValidationConEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Digit Maps'                                                 */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  rPSDigitMapConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSDigitMapConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Config Set'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  250 }

  rPSDigitMapConEntry OBJECT-TYPE
    SYNTAX       RPSDigitMapConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSDigitMapConMSwitchConn,
             rPSDigitMapConMSwitch,
             rPSDigitMapConCallAgentIx,
             rPSDigitMapConCfgSetIx }
    ::= {  rPSDigitMapConTable  1  }

  RPSDigitMapConEntry  ::=  SEQUENCE
  {
    rPSDigitMapConMSwitchConn          Unsigned32,
    rPSDigitMapConMSwitch              DisplayString,
    rPSDigitMapConCallAgentIx          Unsigned32,
    rPSDigitMapConCfgSetIx             Unsigned32,
    rPSDigitMapConImportCnt            Integer32,
    rPSDigitMapConImportStatus         DisplayString,
    rPSDigitMapConImportMode           INTEGER,
    rPSDigitMapConImportFile           DisplayString,
    rPSDigitMapConImportCorr           Counter64,
    rPSDigitMapConImportCorrMSwitch    DisplayString,
    rPSDigitMapConImportCorrUID        DisplayString,
    rPSDigitMapConExportCnt            Integer32,
    rPSDigitMapConExportStatus         DisplayString,
    rPSDigitMapConExportFile           DisplayString,
    rPSDigitMapConExportCorr           Counter64,
    rPSDigitMapConExportCorrMSwitch    DisplayString,
    rPSDigitMapConExportCorrUID        DisplayString,
    rPSDigitMapConDoExtraActions       INTEGER,
    rPSDigitMapConExportIncASRepData   INTEGER,
    rPSDigitMapConExportChldObjectsToInc
                                       INTEGER
  }

  rPSDigitMapConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSDigitMapConEntry  1 }

  rPSDigitMapConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSDigitMapConEntry  2 }

  rPSDigitMapConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSDigitMapConEntry  3 }

  rPSDigitMapConCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSDigitMapConEntry  4 }

  rPSDigitMapConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSDigitMapConEntry  5 }

  rPSDigitMapConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSDigitMapConEntry  6 }

  rPSDigitMapConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSDigitMapConEntry  7 }

  rPSDigitMapConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSDigitMapConEntry  8 }

  rPSDigitMapConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSDigitMapConEntry  9 }

  rPSDigitMapConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSDigitMapConEntry  10 }

  rPSDigitMapConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSDigitMapConEntry  11 }

  rPSDigitMapConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSDigitMapConEntry  12 }

  rPSDigitMapConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSDigitMapConEntry  13 }

  rPSDigitMapConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSDigitMapConEntry  14 }

  rPSDigitMapConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSDigitMapConEntry  15 }

  rPSDigitMapConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSDigitMapConEntry  16 }

  rPSDigitMapConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSDigitMapConEntry  17 }

  rPSDigitMapConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSDigitMapConEntry  18 }

  rPSDigitMapConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSDigitMapConEntry  19 }

  rPSDigitMapConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSDigitMapConEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'On-Switch and LNP Lookups'                                  */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  rPSLocalRtgConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSLocalRtgConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Config Set'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  251 }

  rPSLocalRtgConEntry OBJECT-TYPE
    SYNTAX       RPSLocalRtgConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSLocalRtgConMSwitchConn,
             rPSLocalRtgConMSwitch,
             rPSLocalRtgConCallAgentIx,
             rPSLocalRtgConCfgSetIx }
    ::= {  rPSLocalRtgConTable  1  }

  RPSLocalRtgConEntry  ::=  SEQUENCE
  {
    rPSLocalRtgConMSwitchConn          Unsigned32,
    rPSLocalRtgConMSwitch              DisplayString,
    rPSLocalRtgConCallAgentIx          Unsigned32,
    rPSLocalRtgConCfgSetIx             Unsigned32,
    rPSLocalRtgConImportCnt            Integer32,
    rPSLocalRtgConImportStatus         DisplayString,
    rPSLocalRtgConImportMode           INTEGER,
    rPSLocalRtgConImportFile           DisplayString,
    rPSLocalRtgConImportCorr           Counter64,
    rPSLocalRtgConImportCorrMSwitch    DisplayString,
    rPSLocalRtgConImportCorrUID        DisplayString,
    rPSLocalRtgConExportCnt            Integer32,
    rPSLocalRtgConExportStatus         DisplayString,
    rPSLocalRtgConExportFile           DisplayString,
    rPSLocalRtgConExportCorr           Counter64,
    rPSLocalRtgConExportCorrMSwitch    DisplayString,
    rPSLocalRtgConExportCorrUID        DisplayString,
    rPSLocalRtgConDoExtraActions       INTEGER,
    rPSLocalRtgConExportIncASRepData   INTEGER,
    rPSLocalRtgConExportChldObjectsToInc
                                       INTEGER
  }

  rPSLocalRtgConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSLocalRtgConEntry  1 }

  rPSLocalRtgConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSLocalRtgConEntry  2 }

  rPSLocalRtgConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSLocalRtgConEntry  3 }

  rPSLocalRtgConCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSLocalRtgConEntry  4 }

  rPSLocalRtgConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSLocalRtgConEntry  5 }

  rPSLocalRtgConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSLocalRtgConEntry  6 }

  rPSLocalRtgConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSLocalRtgConEntry  7 }

  rPSLocalRtgConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSLocalRtgConEntry  8 }

  rPSLocalRtgConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSLocalRtgConEntry  9 }

  rPSLocalRtgConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSLocalRtgConEntry  10 }

  rPSLocalRtgConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSLocalRtgConEntry  11 }

  rPSLocalRtgConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSLocalRtgConEntry  12 }

  rPSLocalRtgConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSLocalRtgConEntry  13 }

  rPSLocalRtgConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSLocalRtgConEntry  14 }

  rPSLocalRtgConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSLocalRtgConEntry  15 }

  rPSLocalRtgConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSLocalRtgConEntry  16 }

  rPSLocalRtgConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSLocalRtgConEntry  17 }

  rPSLocalRtgConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSLocalRtgConEntry  18 }

  rPSLocalRtgConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSLocalRtgConEntry  19 }

  rPSLocalRtgConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSLocalRtgConEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Attention Required Maintenance List'             */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  subMaintListR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  276 }

  subMaintListR1Entry OBJECT-TYPE
    SYNTAX       SubMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subMaintListR1MSwitchConn,
             subMaintListR1MSwitch,
             subMaintListR1CallAgentIx }
    ::= {  subMaintListR1Table  1  }

  SubMaintListR1Entry  ::=  SEQUENCE
  {
    subMaintListR1MSwitchConn          Unsigned32,
    subMaintListR1MSwitch              DisplayString,
    subMaintListR1CallAgentIx          Unsigned32,
    subMaintListR1NumAlrmedObjectsInList
                                       Unsigned32,
    subMaintListR1TimeLastChangeToList Unsigned32,
    subMaintListR1IndLineAlrmsAttnRq   Unsigned32,
    subMaintListR1IndLineAlrmEvtsAttnRq
                                       Unsigned32,
    subMaintListR1SummaryChldAlrmState INTEGER,
    subMaintListR1Entry1               OBJECT IDENTIFIER,
    subMaintListR1Entry2               OBJECT IDENTIFIER,
    subMaintListR1Entry3               OBJECT IDENTIFIER,
    subMaintListR1Entry4               OBJECT IDENTIFIER,
    subMaintListR1Entry5               OBJECT IDENTIFIER,
    subMaintListR1Entry6               OBJECT IDENTIFIER,
    subMaintListR1Entry7               OBJECT IDENTIFIER,
    subMaintListR1Entry8               OBJECT IDENTIFIER,
    subMaintListR1Entry9               OBJECT IDENTIFIER,
    subMaintListR1Entry10              OBJECT IDENTIFIER,
    subMaintListR1BusGpAlrmsAttnRq     Unsigned32,
    subMaintListR1BusGpAlrmEvtsAttnRq  Unsigned32,
    subMaintListR1PBXAlrmsAttnRq       Unsigned32,
    subMaintListR1PBXAlrmEvtsAttnRq    Unsigned32,
    subMaintListR1TotChldAlrmsAttnRq   Unsigned32,
    subMaintListR1TotChldAlrmEvtsAttnRq
                                       Unsigned32
  }

  subMaintListR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subMaintListR1Entry  1 }

  subMaintListR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subMaintListR1Entry  2 }

  subMaintListR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subMaintListR1Entry  3 }

  subMaintListR1NumAlrmedObjectsInList OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of objects in list'."
    ::= { subMaintListR1Entry  4 }

  subMaintListR1TimeLastChangeToList OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last change to list'."
    ::= { subMaintListR1Entry  5 }

  subMaintListR1IndLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarms'."
    ::= { subMaintListR1Entry  6 }

  subMaintListR1IndLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subMaintListR1Entry  7 }

  subMaintListR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subMaintListR1Entry  8 }

  subMaintListR1Entry1 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently no entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  9 }

  subMaintListR1Entry2 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 2 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  10 }

  subMaintListR1Entry3 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 3 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  11 }

  subMaintListR1Entry4 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 4 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  12 }

  subMaintListR1Entry5 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 5 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  13 }

  subMaintListR1Entry6 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 6 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  14 }

  subMaintListR1Entry7 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 7 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  15 }

  subMaintListR1Entry8 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 8 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  16 }

  subMaintListR1Entry9 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 9 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  17 }

  subMaintListR1Entry10 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 10 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subMaintListR1Entry  18 }

  subMaintListR1BusGpAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attention Required alarms'."
    ::= { subMaintListR1Entry  19 }

  subMaintListR1BusGpAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subMaintListR1Entry  20 }

  subMaintListR1PBXAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attention Required alarms'."
    ::= { subMaintListR1Entry  21 }

  subMaintListR1PBXAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subMaintListR1Entry  22 }

  subMaintListR1TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { subMaintListR1Entry  23 }

  subMaintListR1TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { subMaintListR1Entry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Attend To Dependent Maintenance List'            */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  subAtndDpMaintListR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubAtndDpMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  277 }

  subAtndDpMaintListR1Entry OBJECT-TYPE
    SYNTAX       SubAtndDpMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subAtndDpMaintListR1MSwitchConn,
             subAtndDpMaintListR1MSwitch,
             subAtndDpMaintListR1CallAgentIx }
    ::= {  subAtndDpMaintListR1Table  1  }

  SubAtndDpMaintListR1Entry  ::=  SEQUENCE
  {
    subAtndDpMaintListR1MSwitchConn    Unsigned32,
    subAtndDpMaintListR1MSwitch        DisplayString,
    subAtndDpMaintListR1CallAgentIx    Unsigned32,
    subAtndDpMaintListR1NumAlrmedObjectsInList
                                       Unsigned32,
    subAtndDpMaintListR1TimeLastChangeToList
                                       Unsigned32,
    subAtndDpMaintListR1IndLineAlrmsAtndDp
                                       Unsigned32,
    subAtndDpMaintListR1IndLineAlrmEvtsAtndDp
                                       Unsigned32,
    subAtndDpMaintListR1SummaryChldAlrmState
                                       INTEGER,
    subAtndDpMaintListR1Entry1         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry2         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry3         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry4         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry5         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry6         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry7         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry8         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry9         OBJECT IDENTIFIER,
    subAtndDpMaintListR1Entry10        OBJECT IDENTIFIER,
    subAtndDpMaintListR1BusGpAlrmsAtndDp
                                       Unsigned32,
    subAtndDpMaintListR1BusGpAlrmEvtsAtndDp
                                       Unsigned32,
    subAtndDpMaintListR1PBXAlrmsAtndDp Unsigned32,
    subAtndDpMaintListR1PBXAlrmEvtsAtndDp
                                       Unsigned32,
    subAtndDpMaintListR1TotChldAlrmsAtndDp
                                       Unsigned32,
    subAtndDpMaintListR1TotChldAlrmEvtsAtndDp
                                       Unsigned32
  }

  subAtndDpMaintListR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subAtndDpMaintListR1Entry  1 }

  subAtndDpMaintListR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subAtndDpMaintListR1Entry  2 }

  subAtndDpMaintListR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subAtndDpMaintListR1Entry  3 }

  subAtndDpMaintListR1NumAlrmedObjectsInList OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of objects in list'."
    ::= { subAtndDpMaintListR1Entry  4 }

  subAtndDpMaintListR1TimeLastChangeToList OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last change to list'."
    ::= { subAtndDpMaintListR1Entry  5 }

  subAtndDpMaintListR1IndLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarms'."
    ::= { subAtndDpMaintListR1Entry  6 }

  subAtndDpMaintListR1IndLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subAtndDpMaintListR1Entry  7 }

  subAtndDpMaintListR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subAtndDpMaintListR1Entry  8 }

  subAtndDpMaintListR1Entry1 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently no entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  9 }

  subAtndDpMaintListR1Entry2 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 2 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  10 }

  subAtndDpMaintListR1Entry3 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 3 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  11 }

  subAtndDpMaintListR1Entry4 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 4 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  12 }

  subAtndDpMaintListR1Entry5 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 5 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  13 }

  subAtndDpMaintListR1Entry6 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 6 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  14 }

  subAtndDpMaintListR1Entry7 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 7 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  15 }

  subAtndDpMaintListR1Entry8 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 8 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  16 }

  subAtndDpMaintListR1Entry9 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 9 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  17 }

  subAtndDpMaintListR1Entry10 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 10 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subAtndDpMaintListR1Entry  18 }

  subAtndDpMaintListR1BusGpAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attend To Dependent alarms'."
    ::= { subAtndDpMaintListR1Entry  19 }

  subAtndDpMaintListR1BusGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subAtndDpMaintListR1Entry  20 }

  subAtndDpMaintListR1PBXAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attend To Dependent alarms'."
    ::= { subAtndDpMaintListR1Entry  21 }

  subAtndDpMaintListR1PBXAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subAtndDpMaintListR1Entry  22 }

  subAtndDpMaintListR1TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { subAtndDpMaintListR1Entry  23 }

  subAtndDpMaintListR1TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { subAtndDpMaintListR1Entry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Automatic Recall / Callback Request'                        */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLineARACRequestTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineARACRequestEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Caller ID Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  278 }

  bGLineARACRequestEntry OBJECT-TYPE
    SYNTAX       BGLineARACRequestEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineARACRequestMSwitchConn,
             bGLineARACRequestMSwitch,
             bGLineARACRequestCallAgentIx,
             bGLineARACRequestGpIx,
             bGLineARACRequestFirstDirNum,
             bGLineARACRequestDirNum,
             bGLineARACRequestCldNumIx }
    ::= {  bGLineARACRequestTable  1  }

  BGLineARACRequestEntry  ::=  SEQUENCE
  {
    bGLineARACRequestMSwitchConn       Unsigned32,
    bGLineARACRequestMSwitch           DisplayString,
    bGLineARACRequestCallAgentIx       Unsigned32,
    bGLineARACRequestGpIx              Unsigned32,
    bGLineARACRequestFirstDirNum       DisplayString,
    bGLineARACRequestDirNum            DisplayString,
    bGLineARACRequestCldNumIx          DisplayString,
    bGLineARACRequestARClback          INTEGER,
    bGLineARACRequestScanningType      INTEGER,
    bGLineARACRequestAccountCode       DisplayString
  }

  bGLineARACRequestMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineARACRequestEntry  1 }

  bGLineARACRequestMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineARACRequestEntry  2 }

  bGLineARACRequestCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineARACRequestEntry  3 }

  bGLineARACRequestGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineARACRequestEntry  4 }

  bGLineARACRequestFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineARACRequestEntry  5 }

  bGLineARACRequestDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineARACRequestEntry  6 }

  bGLineARACRequestCldNumIx OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called Number index'.
                  This is an index field."
    ::= { bGLineARACRequestEntry  7 }

  bGLineARACRequestARClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   automaticRecall(1),
                   automaticCallback(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall / Callback'."
    ::= { bGLineARACRequestEntry  8 }

  bGLineARACRequestScanningType OBJECT-TYPE
    SYNTAX       INTEGER {
                   originating(1),
                   terminating(2),
                   sIPTestCalls(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Scanning type'."
    ::= { bGLineARACRequestEntry  9 }

  bGLineARACRequestAccountCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account Code'."
    ::= { bGLineARACRequestEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Priority Call Number'                                       */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLinePCNTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLinePCNEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  281 }

  bGLinePCNEntry OBJECT-TYPE
    SYNTAX       BGLinePCNEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLinePCNMSwitchConn,
             bGLinePCNMSwitch,
             bGLinePCNCallAgentIx,
             bGLinePCNGpIx,
             bGLinePCNFirstDirNum,
             bGLinePCNDirNum,
             bGLinePCNClgNum }
    ::= {  bGLinePCNTable  1  }

  BGLinePCNEntry  ::=  SEQUENCE
  {
    bGLinePCNMSwitchConn               Unsigned32,
    bGLinePCNMSwitch                   DisplayString,
    bGLinePCNCallAgentIx               Unsigned32,
    bGLinePCNGpIx                      Unsigned32,
    bGLinePCNFirstDirNum               DisplayString,
    bGLinePCNDirNum                    DisplayString,
    bGLinePCNClgNum                    DisplayString,
    bGLinePCNRowStatus                 RowStatus
  }

  bGLinePCNMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLinePCNEntry  1 }

  bGLinePCNMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLinePCNEntry  2 }

  bGLinePCNCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLinePCNEntry  3 }

  bGLinePCNGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLinePCNEntry  4 }

  bGLinePCNFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLinePCNEntry  5 }

  bGLinePCNDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLinePCNEntry  6 }

  bGLinePCNClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLinePCNEntry  7 }

  bGLinePCNRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLinePCNEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Hunting Number'                                        */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLineLineHuntNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  284 }

  bGLineLineHuntNumEntry OBJECT-TYPE
    SYNTAX       BGLineLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineLineHuntNumMSwitchConn,
             bGLineLineHuntNumMSwitch,
             bGLineLineHuntNumCallAgentIx,
             bGLineLineHuntNumGpIx,
             bGLineLineHuntNumFirstDirNum,
             bGLineLineHuntNumDirNum,
             bGLineLineHuntNumHuntSeqNum }
    ::= {  bGLineLineHuntNumTable  1  }

  BGLineLineHuntNumEntry  ::=  SEQUENCE
  {
    bGLineLineHuntNumMSwitchConn       Unsigned32,
    bGLineLineHuntNumMSwitch           DisplayString,
    bGLineLineHuntNumCallAgentIx       Unsigned32,
    bGLineLineHuntNumGpIx              Unsigned32,
    bGLineLineHuntNumFirstDirNum       DisplayString,
    bGLineLineHuntNumDirNum            DisplayString,
    bGLineLineHuntNumHuntSeqNum        Unsigned32,
    bGLineLineHuntNumNum               DisplayString,
    bGLineLineHuntNumRowStatus         RowStatus
  }

  bGLineLineHuntNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineLineHuntNumEntry  1 }

  bGLineLineHuntNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineLineHuntNumEntry  2 }

  bGLineLineHuntNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineLineHuntNumEntry  3 }

  bGLineLineHuntNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineLineHuntNumEntry  4 }

  bGLineLineHuntNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineLineHuntNumEntry  5 }

  bGLineLineHuntNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineLineHuntNumEntry  6 }

  bGLineLineHuntNumHuntSeqNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt sequence number'.
                  This is an index field."
    ::= { bGLineLineHuntNumEntry  7 }

  bGLineLineHuntNumNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { bGLineLineHuntNumEntry  8 }

  bGLineLineHuntNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineLineHuntNumEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Number'                            */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLineSelCallRejNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  289 }

  bGLineSelCallRejNumEntry OBJECT-TYPE
    SYNTAX       BGLineSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSelCallRejNumMSwitchConn,
             bGLineSelCallRejNumMSwitch,
             bGLineSelCallRejNumCallAgentIx,
             bGLineSelCallRejNumGpIx,
             bGLineSelCallRejNumFirstDirNum,
             bGLineSelCallRejNumDirNum,
             bGLineSelCallRejNumClgNum }
    ::= {  bGLineSelCallRejNumTable  1  }

  BGLineSelCallRejNumEntry  ::=  SEQUENCE
  {
    bGLineSelCallRejNumMSwitchConn     Unsigned32,
    bGLineSelCallRejNumMSwitch         DisplayString,
    bGLineSelCallRejNumCallAgentIx     Unsigned32,
    bGLineSelCallRejNumGpIx            Unsigned32,
    bGLineSelCallRejNumFirstDirNum     DisplayString,
    bGLineSelCallRejNumDirNum          DisplayString,
    bGLineSelCallRejNumClgNum          DisplayString,
    bGLineSelCallRejNumRowStatus       RowStatus
  }

  bGLineSelCallRejNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSelCallRejNumEntry  1 }

  bGLineSelCallRejNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSelCallRejNumEntry  2 }

  bGLineSelCallRejNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSelCallRejNumEntry  3 }

  bGLineSelCallRejNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSelCallRejNumEntry  4 }

  bGLineSelCallRejNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSelCallRejNumEntry  5 }

  bGLineSelCallRejNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSelCallRejNumEntry  6 }

  bGLineSelCallRejNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLineSelCallRejNumEntry  7 }

  bGLineSelCallRejNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSelCallRejNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Number'                           */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLineSelFwdNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  290 }

  bGLineSelFwdNumEntry OBJECT-TYPE
    SYNTAX       BGLineSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSelFwdNumMSwitchConn,
             bGLineSelFwdNumMSwitch,
             bGLineSelFwdNumCallAgentIx,
             bGLineSelFwdNumGpIx,
             bGLineSelFwdNumFirstDirNum,
             bGLineSelFwdNumDirNum,
             bGLineSelFwdNumClgNum }
    ::= {  bGLineSelFwdNumTable  1  }

  BGLineSelFwdNumEntry  ::=  SEQUENCE
  {
    bGLineSelFwdNumMSwitchConn         Unsigned32,
    bGLineSelFwdNumMSwitch             DisplayString,
    bGLineSelFwdNumCallAgentIx         Unsigned32,
    bGLineSelFwdNumGpIx                Unsigned32,
    bGLineSelFwdNumFirstDirNum         DisplayString,
    bGLineSelFwdNumDirNum              DisplayString,
    bGLineSelFwdNumClgNum              DisplayString,
    bGLineSelFwdNumRowStatus           RowStatus
  }

  bGLineSelFwdNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSelFwdNumEntry  1 }

  bGLineSelFwdNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSelFwdNumEntry  2 }

  bGLineSelFwdNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSelFwdNumEntry  3 }

  bGLineSelFwdNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSelFwdNumEntry  4 }

  bGLineSelFwdNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSelFwdNumEntry  5 }

  bGLineSelFwdNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSelFwdNumEntry  6 }

  bGLineSelFwdNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLineSelFwdNumEntry  7 }

  bGLineSelFwdNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSelFwdNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Speed Calling Number'                                       */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLineSPDNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSPDNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  291 }

  bGLineSPDNumEntry OBJECT-TYPE
    SYNTAX       BGLineSPDNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSPDNumMSwitchConn,
             bGLineSPDNumMSwitch,
             bGLineSPDNumCallAgentIx,
             bGLineSPDNumGpIx,
             bGLineSPDNumFirstDirNum,
             bGLineSPDNumDirNum,
             bGLineSPDNumSPDCode }
    ::= {  bGLineSPDNumTable  1  }

  BGLineSPDNumEntry  ::=  SEQUENCE
  {
    bGLineSPDNumMSwitchConn            Unsigned32,
    bGLineSPDNumMSwitch                DisplayString,
    bGLineSPDNumCallAgentIx            Unsigned32,
    bGLineSPDNumGpIx                   Unsigned32,
    bGLineSPDNumFirstDirNum            DisplayString,
    bGLineSPDNumDirNum                 DisplayString,
    bGLineSPDNumSPDCode                DisplayString,
    bGLineSPDNumSPDNum                 DisplayString,
    bGLineSPDNumRowStatus              RowStatus
  }

  bGLineSPDNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSPDNumEntry  1 }

  bGLineSPDNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSPDNumEntry  2 }

  bGLineSPDNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSPDNumEntry  3 }

  bGLineSPDNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSPDNumEntry  4 }

  bGLineSPDNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSPDNumEntry  5 }

  bGLineSPDNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSPDNumEntry  6 }

  bGLineSPDNumSPDCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed code'.
                  This is an index field."
    ::= { bGLineSPDNumEntry  7 }

  bGLineSPDNumSPDNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number to call'."
    ::= { bGLineSPDNumEntry  8 }

  bGLineSPDNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSPDNumEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Intercom Code Range'                                        */
-- /* Valid from: 2.2                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  busGrpIntercomCodeRangeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpIntercomCodeRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dialing Plan'."
    ::= { metaSwitch  294 }

  busGrpIntercomCodeRangeEntry OBJECT-TYPE
    SYNTAX       BusGrpIntercomCodeRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpIntercomCodeRangeMSwitchConn,
             busGrpIntercomCodeRangeMSwitch,
             busGrpIntercomCodeRangeCallAgentIx,
             busGrpIntercomCodeRangeGpIx,
             busGrpIntercomCodeRangeFirstCode }
    ::= {  busGrpIntercomCodeRangeTable  1  }

  BusGrpIntercomCodeRangeEntry  ::=  SEQUENCE
  {
    busGrpIntercomCodeRangeMSwitchConn Unsigned32,
    busGrpIntercomCodeRangeMSwitch     DisplayString,
    busGrpIntercomCodeRangeCallAgentIx Unsigned32,
    busGrpIntercomCodeRangeGpIx        Unsigned32,
    busGrpIntercomCodeRangeFirstCode   DisplayString,
    busGrpIntercomCodeRangeLastCode    DisplayString,
    busGrpIntercomCodeRangeFirstDirNum DisplayString,
    busGrpIntercomCodeRangeLastDirNum  DisplayString,
    busGrpIntercomCodeRangeRowStatus   RowStatus
  }

  busGrpIntercomCodeRangeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeEntry  1 }

  busGrpIntercomCodeRangeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeEntry  2 }

  busGrpIntercomCodeRangeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeEntry  3 }

  busGrpIntercomCodeRangeGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeEntry  4 }

  busGrpIntercomCodeRangeFirstCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..7))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First code'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeEntry  5 }

  busGrpIntercomCodeRangeLastCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last code'."
    ::= { busGrpIntercomCodeRangeEntry  6 }

  busGrpIntercomCodeRangeFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'."
    ::= { busGrpIntercomCodeRangeEntry  7 }

  busGrpIntercomCodeRangeLastDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Directory number'."
    ::= { busGrpIntercomCodeRangeEntry  8 }

  busGrpIntercomCodeRangeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpIntercomCodeRangeEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Lines'                                                  */
-- /* Valid from: 2.2                                                               */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  pBXLineConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  302 }

  pBXLineConEntry OBJECT-TYPE
    SYNTAX       PBXLineConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineConMSwitchConn,
             pBXLineConMSwitch,
             pBXLineConCallAgentIx,
             pBXLineConDirNum }
    ::= {  pBXLineConTable  1  }

  PBXLineConEntry  ::=  SEQUENCE
  {
    pBXLineConMSwitchConn              Unsigned32,
    pBXLineConMSwitch                  DisplayString,
    pBXLineConCallAgentIx              Unsigned32,
    pBXLineConDirNum                   DisplayString,
    pBXLineConCurrPBXLineAlrmsAttnRq   Unsigned32,
    pBXLineConPrevPBXLineAlrmsAttnRq   Unsigned32,
    pBXLineConCurrPBXLineAlrmsAtndDp   Unsigned32,
    pBXLineConPrevPBXLineAlrmsAtndDp   Unsigned32,
    pBXLineConSummaryChldAlrmState     INTEGER
  }

  pBXLineConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineConEntry  1 }

  pBXLineConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineConEntry  2 }

  pBXLineConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineConEntry  3 }

  pBXLineConDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineConEntry  4 }

  pBXLineConCurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXLineConEntry  5 }

  pBXLineConPrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineConEntry  6 }

  pBXLineConCurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXLineConEntry  7 }

  pBXLineConPrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineConEntry  8 }

  pBXLineConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXLineConEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Hunting Number'                                        */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  pBXLineHuntNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  303 }

  pBXLineHuntNumEntry OBJECT-TYPE
    SYNTAX       PBXLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineHuntNumMSwitchConn,
             pBXLineHuntNumMSwitch,
             pBXLineHuntNumCallAgentIx,
             pBXLineHuntNumDirNum,
             pBXLineHuntNumHuntSeqNum }
    ::= {  pBXLineHuntNumTable  1  }

  PBXLineHuntNumEntry  ::=  SEQUENCE
  {
    pBXLineHuntNumMSwitchConn          Unsigned32,
    pBXLineHuntNumMSwitch              DisplayString,
    pBXLineHuntNumCallAgentIx          Unsigned32,
    pBXLineHuntNumDirNum               DisplayString,
    pBXLineHuntNumHuntSeqNum           Unsigned32,
    pBXLineHuntNumNum                  DisplayString,
    pBXLineHuntNumRowStatus            RowStatus
  }

  pBXLineHuntNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineHuntNumEntry  1 }

  pBXLineHuntNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineHuntNumEntry  2 }

  pBXLineHuntNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineHuntNumEntry  3 }

  pBXLineHuntNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineHuntNumEntry  4 }

  pBXLineHuntNumHuntSeqNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt sequence number'.
                  This is an index field."
    ::= { pBXLineHuntNumEntry  5 }

  pBXLineHuntNumNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { pBXLineHuntNumEntry  6 }

  pBXLineHuntNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXLineHuntNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Number'                            */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  pBXSelCallRejNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  307 }

  pBXSelCallRejNumEntry OBJECT-TYPE
    SYNTAX       PBXSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSelCallRejNumMSwitchConn,
             pBXSelCallRejNumMSwitch,
             pBXSelCallRejNumCallAgentIx,
             pBXSelCallRejNumDirNum,
             pBXSelCallRejNumClgNum }
    ::= {  pBXSelCallRejNumTable  1  }

  PBXSelCallRejNumEntry  ::=  SEQUENCE
  {
    pBXSelCallRejNumMSwitchConn        Unsigned32,
    pBXSelCallRejNumMSwitch            DisplayString,
    pBXSelCallRejNumCallAgentIx        Unsigned32,
    pBXSelCallRejNumDirNum             DisplayString,
    pBXSelCallRejNumClgNum             DisplayString,
    pBXSelCallRejNumRowStatus          RowStatus
  }

  pBXSelCallRejNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSelCallRejNumEntry  1 }

  pBXSelCallRejNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSelCallRejNumEntry  2 }

  pBXSelCallRejNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSelCallRejNumEntry  3 }

  pBXSelCallRejNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSelCallRejNumEntry  4 }

  pBXSelCallRejNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { pBXSelCallRejNumEntry  5 }

  pBXSelCallRejNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSelCallRejNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Number'                           */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  pBXSelFwdNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  308 }

  pBXSelFwdNumEntry OBJECT-TYPE
    SYNTAX       PBXSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSelFwdNumMSwitchConn,
             pBXSelFwdNumMSwitch,
             pBXSelFwdNumCallAgentIx,
             pBXSelFwdNumDirNum,
             pBXSelFwdNumClgNum }
    ::= {  pBXSelFwdNumTable  1  }

  PBXSelFwdNumEntry  ::=  SEQUENCE
  {
    pBXSelFwdNumMSwitchConn            Unsigned32,
    pBXSelFwdNumMSwitch                DisplayString,
    pBXSelFwdNumCallAgentIx            Unsigned32,
    pBXSelFwdNumDirNum                 DisplayString,
    pBXSelFwdNumClgNum                 DisplayString,
    pBXSelFwdNumRowStatus              RowStatus
  }

  pBXSelFwdNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSelFwdNumEntry  1 }

  pBXSelFwdNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSelFwdNumEntry  2 }

  pBXSelFwdNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSelFwdNumEntry  3 }

  pBXSelFwdNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSelFwdNumEntry  4 }

  pBXSelFwdNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { pBXSelFwdNumEntry  5 }

  pBXSelFwdNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSelFwdNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Speed Calling Number'                                       */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  pBXSPDNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSPDNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  309 }

  pBXSPDNumEntry OBJECT-TYPE
    SYNTAX       PBXSPDNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSPDNumMSwitchConn,
             pBXSPDNumMSwitch,
             pBXSPDNumCallAgentIx,
             pBXSPDNumDirNum,
             pBXSPDNumSPDCode }
    ::= {  pBXSPDNumTable  1  }

  PBXSPDNumEntry  ::=  SEQUENCE
  {
    pBXSPDNumMSwitchConn               Unsigned32,
    pBXSPDNumMSwitch                   DisplayString,
    pBXSPDNumCallAgentIx               Unsigned32,
    pBXSPDNumDirNum                    DisplayString,
    pBXSPDNumSPDCode                   DisplayString,
    pBXSPDNumSPDNum                    DisplayString,
    pBXSPDNumRowStatus                 RowStatus
  }

  pBXSPDNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSPDNumEntry  1 }

  pBXSPDNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSPDNumEntry  2 }

  pBXSPDNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSPDNumEntry  3 }

  pBXSPDNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSPDNumEntry  4 }

  pBXSPDNumSPDCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed code'.
                  This is an index field."
    ::= { pBXSPDNumEntry  5 }

  pBXSPDNumSPDNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number to call'."
    ::= { pBXSPDNumEntry  6 }

  pBXSPDNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSPDNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Automatic Recall / Callback Request'                        */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  indLineARACRequestR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineARACRequestR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Caller ID Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  319 }

  indLineARACRequestR1Entry OBJECT-TYPE
    SYNTAX       IndLineARACRequestR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineARACRequestR1MSwitchConn,
             indLineARACRequestR1MSwitch,
             indLineARACRequestR1CallAgentIx,
             indLineARACRequestR1DirNum,
             indLineARACRequestR1CldNumIx }
    ::= {  indLineARACRequestR1Table  1  }

  IndLineARACRequestR1Entry  ::=  SEQUENCE
  {
    indLineARACRequestR1MSwitchConn    Unsigned32,
    indLineARACRequestR1MSwitch        DisplayString,
    indLineARACRequestR1CallAgentIx    Unsigned32,
    indLineARACRequestR1DirNum         DisplayString,
    indLineARACRequestR1CldNumIx       DisplayString,
    indLineARACRequestR1ARClback       INTEGER,
    indLineARACRequestR1ScanningType   INTEGER,
    indLineARACRequestR1AccountCode    DisplayString
  }

  indLineARACRequestR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineARACRequestR1Entry  1 }

  indLineARACRequestR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineARACRequestR1Entry  2 }

  indLineARACRequestR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineARACRequestR1Entry  3 }

  indLineARACRequestR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineARACRequestR1Entry  4 }

  indLineARACRequestR1CldNumIx OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called Number index'.
                  This is an index field."
    ::= { indLineARACRequestR1Entry  5 }

  indLineARACRequestR1ARClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   automaticRecall(1),
                   automaticCallback(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall / Callback'."
    ::= { indLineARACRequestR1Entry  6 }

  indLineARACRequestR1ScanningType OBJECT-TYPE
    SYNTAX       INTEGER {
                   originating(1),
                   terminating(2),
                   sIPTestCalls(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Scanning type'."
    ::= { indLineARACRequestR1Entry  7 }

  indLineARACRequestR1AccountCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account Code'."
    ::= { indLineARACRequestR1Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MTP2 Resource Statistics'                  */
-- /* Valid from: 2.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  mTP2CtrlerStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MTP2CtrlerStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MTP2 Resource'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  324 }

  mTP2CtrlerStatsR1Entry OBJECT-TYPE
    SYNTAX       MTP2CtrlerStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mTP2CtrlerStatsR1MSwitchConn,
             mTP2CtrlerStatsR1MSwitch,
             mTP2CtrlerStatsR1MediaGatewayIx,
             mTP2CtrlerStatsR1CtrlerIx,
             mTP2CtrlerStatsR1SlotNum,
             mTP2CtrlerStatsR1MTP2PortName,
             mTP2CtrlerStatsR1SummaryPeriod }
    ::= {  mTP2CtrlerStatsR1Table  1  }

  MTP2CtrlerStatsR1Entry  ::=  SEQUENCE
  {
    mTP2CtrlerStatsR1MSwitchConn       Unsigned32,
    mTP2CtrlerStatsR1MSwitch           DisplayString,
    mTP2CtrlerStatsR1MediaGatewayIx    Unsigned32,
    mTP2CtrlerStatsR1CtrlerIx          INTEGER,
    mTP2CtrlerStatsR1SlotNum           INTEGER,
    mTP2CtrlerStatsR1MTP2PortName      DisplayString,
    mTP2CtrlerStatsR1SummaryPeriod     INTEGER,
    mTP2CtrlerStatsR1NumTermsLinkedToACall
                                       Integer32,
    mTP2CtrlerStatsR1NumTermsRsvdUse   Integer32,
    mTP2CtrlerStatsR1CntFailNotifsTerms
                                       Integer32,
    mTP2CtrlerStatsR1NumMTP2RessInUse  Integer32
  }

  mTP2CtrlerStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mTP2CtrlerStatsR1Entry  1 }

  mTP2CtrlerStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mTP2CtrlerStatsR1Entry  2 }

  mTP2CtrlerStatsR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mTP2CtrlerStatsR1Entry  3 }

  mTP2CtrlerStatsR1CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { mTP2CtrlerStatsR1Entry  4 }

  mTP2CtrlerStatsR1SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { mTP2CtrlerStatsR1Entry  5 }

  mTP2CtrlerStatsR1MTP2PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 Port Name'.
                  This is an index field."
    ::= { mTP2CtrlerStatsR1Entry  6 }

  mTP2CtrlerStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mTP2CtrlerStatsR1Entry  7 }

  mTP2CtrlerStatsR1NumTermsLinkedToACall OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of terminations linked to a call'."
    ::= { mTP2CtrlerStatsR1Entry  9 }

  mTP2CtrlerStatsR1NumTermsRsvdUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of terminations reserved for use'."
    ::= { mTP2CtrlerStatsR1Entry  10 }

  mTP2CtrlerStatsR1CntFailNotifsTerms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of failure notifications for terminations'."
    ::= { mTP2CtrlerStatsR1Entry  11 }

  mTP2CtrlerStatsR1NumMTP2RessInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of MTP2 resources in use'."
    ::= { mTP2CtrlerStatsR1Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Trace Entry'                                           */
-- /* Valid from: 2.3                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  callTraceEntryR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallTraceEntryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Trace'.
                  This table is not creatable."
    ::= { metaSwitch  350 }

  callTraceEntryR1Entry OBJECT-TYPE
    SYNTAX       CallTraceEntryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callTraceEntryR1MSwitchConn,
             callTraceEntryR1MSwitch,
             callTraceEntryR1CallAgentIx,
             callTraceEntryR1TraceIx }
    ::= {  callTraceEntryR1Table  1  }

  CallTraceEntryR1Entry  ::=  SEQUENCE
  {
    callTraceEntryR1MSwitchConn        Unsigned32,
    callTraceEntryR1MSwitch            DisplayString,
    callTraceEntryR1CallAgentIx        Unsigned32,
    callTraceEntryR1TraceIx            Unsigned32,
    callTraceEntryR1CldPartyDirNum     DisplayString,
    callTraceEntryR1TraceTime          Unsigned32,
    callTraceEntryR1ClgPartyNum        DisplayString,
    callTraceEntryR1ClgPartyPresNum    DisplayString,
    callTraceEntryR1ClgPartyType       INTEGER,
    callTraceEntryR1ClgPartyUniqueNum  INTEGER,
    callTraceEntryR1TimeCall           Unsigned32,
    callTraceEntryR1CWApplied          INTEGER,
    callTraceEntryR1CallAnswrd         INTEGER,
    callTraceEntryR1RowStatus          RowStatus,
    callTraceEntryR1ClgPartySubaddress OCTET STRING
  }

  callTraceEntryR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callTraceEntryR1Entry  1 }

  callTraceEntryR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callTraceEntryR1Entry  2 }

  callTraceEntryR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callTraceEntryR1Entry  3 }

  callTraceEntryR1TraceIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trace Index'.
                  This is an index field."
    ::= { callTraceEntryR1Entry  4 }

  callTraceEntryR1CldPartyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called party directory number'."
    ::= { callTraceEntryR1Entry  5 }

  callTraceEntryR1TraceTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trace time'."
    ::= { callTraceEntryR1Entry  6 }

  callTraceEntryR1ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - number'."
    ::= { callTraceEntryR1Entry  7 }

  callTraceEntryR1ClgPartyPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party - presentation number'."
    ::= { callTraceEntryR1Entry  8 }

  callTraceEntryR1ClgPartyType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - type'."
    ::= { callTraceEntryR1Entry  9 }

  callTraceEntryR1ClgPartyUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - unique number'."
    ::= { callTraceEntryR1Entry  10 }

  callTraceEntryR1TimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of call'."
    ::= { callTraceEntryR1Entry  11 }

  callTraceEntryR1CWApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting applied'."
    ::= { callTraceEntryR1Entry  12 }

  callTraceEntryR1CallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call answered'."
    ::= { callTraceEntryR1Entry  13 }

  callTraceEntryR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callTraceEntryR1Entry  14 }

  callTraceEntryR1ClgPartySubaddress OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..21))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - subaddress'."
    ::= { callTraceEntryR1Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MTP2 Resource'                                              */
-- /* Valid from: 2.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  mTP2CtrlerR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MTP2CtrlerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  355 }

  mTP2CtrlerR1Entry OBJECT-TYPE
    SYNTAX       MTP2CtrlerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mTP2CtrlerR1MSwitchConn,
             mTP2CtrlerR1MSwitch,
             mTP2CtrlerR1MediaGatewayIx,
             mTP2CtrlerR1CtrlerIx,
             mTP2CtrlerR1SlotNum,
             mTP2CtrlerR1MTP2PortName }
    ::= {  mTP2CtrlerR1Table  1  }

  MTP2CtrlerR1Entry  ::=  SEQUENCE
  {
    mTP2CtrlerR1MSwitchConn            Unsigned32,
    mTP2CtrlerR1MSwitch                DisplayString,
    mTP2CtrlerR1MediaGatewayIx         Unsigned32,
    mTP2CtrlerR1CtrlerIx               INTEGER,
    mTP2CtrlerR1SlotNum                INTEGER,
    mTP2CtrlerR1MTP2PortName           DisplayString,
    mTP2CtrlerR1DiagsLogLvl            INTEGER,
    mTP2CtrlerR1DiagsApiTrace          INTEGER,
    mTP2CtrlerR1DiagsTag               DisplayString,
    mTP2CtrlerR1DoExtraActions         INTEGER,
    mTP2CtrlerR1RowStatus              RowStatus,
    mTP2CtrlerR1AdminStatus            AdminStatus,
    mTP2CtrlerR1OperStatus             OperStatus
  }

  mTP2CtrlerR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mTP2CtrlerR1Entry  1 }

  mTP2CtrlerR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mTP2CtrlerR1Entry  2 }

  mTP2CtrlerR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mTP2CtrlerR1Entry  3 }

  mTP2CtrlerR1CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { mTP2CtrlerR1Entry  4 }

  mTP2CtrlerR1SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { mTP2CtrlerR1Entry  5 }

  mTP2CtrlerR1MTP2PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 Port Name'.
                  This is an index field."
    ::= { mTP2CtrlerR1Entry  6 }

  mTP2CtrlerR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mTP2CtrlerR1Entry  7 }

  mTP2CtrlerR1DiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mTP2CtrlerR1Entry  8 }

  mTP2CtrlerR1DiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mTP2CtrlerR1Entry  9 }

  mTP2CtrlerR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mTP2CtrlerR1Entry  10 }

  mTP2CtrlerR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mTP2CtrlerR1Entry  11 }

  mTP2CtrlerR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mTP2CtrlerR1Entry  12 }

  mTP2CtrlerR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mTP2CtrlerR1Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Gateway Maintenance List'                        */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  subGMaintListR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  361 }

  subGMaintListR1Entry OBJECT-TYPE
    SYNTAX       SubGMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGMaintListR1MSwitchConn,
             subGMaintListR1MSwitch,
             subGMaintListR1CallAgentIx }
    ::= {  subGMaintListR1Table  1  }

  SubGMaintListR1Entry  ::=  SEQUENCE
  {
    subGMaintListR1MSwitchConn         Unsigned32,
    subGMaintListR1MSwitch             DisplayString,
    subGMaintListR1CallAgentIx         Unsigned32,
    subGMaintListR1NumObjectsInList    Unsigned32,
    subGMaintListR1TimeLastChangeToList
                                       Unsigned32,
    subGMaintListR1SubGAlrmsAttnRq     Unsigned32,
    subGMaintListR1SubGAlrmEvtsAttnRq  Unsigned32,
    subGMaintListR1SubGAlrmsAtndDp     Unsigned32,
    subGMaintListR1SubGAlrmEvtsAtndDp  Unsigned32,
    subGMaintListR1SummaryChldAlrmState
                                       INTEGER,
    subGMaintListR1Entry1              OBJECT IDENTIFIER,
    subGMaintListR1Entry2              OBJECT IDENTIFIER,
    subGMaintListR1Entry3              OBJECT IDENTIFIER,
    subGMaintListR1Entry4              OBJECT IDENTIFIER,
    subGMaintListR1Entry5              OBJECT IDENTIFIER,
    subGMaintListR1Entry6              OBJECT IDENTIFIER,
    subGMaintListR1Entry7              OBJECT IDENTIFIER,
    subGMaintListR1Entry8              OBJECT IDENTIFIER,
    subGMaintListR1Entry9              OBJECT IDENTIFIER,
    subGMaintListR1Entry10             OBJECT IDENTIFIER
  }

  subGMaintListR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGMaintListR1Entry  1 }

  subGMaintListR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGMaintListR1Entry  2 }

  subGMaintListR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGMaintListR1Entry  3 }

  subGMaintListR1NumObjectsInList OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of objects in list'."
    ::= { subGMaintListR1Entry  4 }

  subGMaintListR1TimeLastChangeToList OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last change to list'."
    ::= { subGMaintListR1Entry  5 }

  subGMaintListR1SubGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attention Required alarms'."
    ::= { subGMaintListR1Entry  6 }

  subGMaintListR1SubGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGMaintListR1Entry  7 }

  subGMaintListR1SubGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attend To Dependent alarms'."
    ::= { subGMaintListR1Entry  8 }

  subGMaintListR1SubGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGMaintListR1Entry  9 }

  subGMaintListR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subGMaintListR1Entry  10 }

  subGMaintListR1Entry1 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently no entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  11 }

  subGMaintListR1Entry2 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 2 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  12 }

  subGMaintListR1Entry3 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 3 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  13 }

  subGMaintListR1Entry4 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 4 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  14 }

  subGMaintListR1Entry5 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 5 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  15 }

  subGMaintListR1Entry6 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 6 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  16 }

  subGMaintListR1Entry7 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 7 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  17 }

  subGMaintListR1Entry8 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 8 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  18 }

  subGMaintListR1Entry9 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 9 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  19 }

  subGMaintListR1Entry10 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 10 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { subGMaintListR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device Maintenance List'                             */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  accDevMaintListR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AccDevMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  362 }

  accDevMaintListR1Entry OBJECT-TYPE
    SYNTAX       AccDevMaintListR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { accDevMaintListR1MSwitchConn,
             accDevMaintListR1MSwitch,
             accDevMaintListR1CallAgentIx }
    ::= {  accDevMaintListR1Table  1  }

  AccDevMaintListR1Entry  ::=  SEQUENCE
  {
    accDevMaintListR1MSwitchConn       Unsigned32,
    accDevMaintListR1MSwitch           DisplayString,
    accDevMaintListR1CallAgentIx       Unsigned32,
    accDevMaintListR1NumObjectsInList  Unsigned32,
    accDevMaintListR1TimeLastChangeToList
                                       Unsigned32,
    accDevMaintListR1AccDevAlrmsAttnRq Unsigned32,
    accDevMaintListR1AcDvAlrmEvtsAttnRq
                                       Unsigned32,
    accDevMaintListR1AcDvAlrmsAtndDp   Unsigned32,
    accDevMaintListR1AccDevAlrmEvtsAtndDp
                                       Unsigned32,
    accDevMaintListR1SummaryChldAlrmState
                                       INTEGER,
    accDevMaintListR1Entry1            OBJECT IDENTIFIER,
    accDevMaintListR1Entry2            OBJECT IDENTIFIER,
    accDevMaintListR1Entry3            OBJECT IDENTIFIER,
    accDevMaintListR1Entry4            OBJECT IDENTIFIER,
    accDevMaintListR1Entry5            OBJECT IDENTIFIER,
    accDevMaintListR1Entry6            OBJECT IDENTIFIER,
    accDevMaintListR1Entry7            OBJECT IDENTIFIER,
    accDevMaintListR1Entry8            OBJECT IDENTIFIER,
    accDevMaintListR1Entry9            OBJECT IDENTIFIER,
    accDevMaintListR1Entry10           OBJECT IDENTIFIER
  }

  accDevMaintListR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { accDevMaintListR1Entry  1 }

  accDevMaintListR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { accDevMaintListR1Entry  2 }

  accDevMaintListR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { accDevMaintListR1Entry  3 }

  accDevMaintListR1NumObjectsInList OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of objects in list'."
    ::= { accDevMaintListR1Entry  4 }

  accDevMaintListR1TimeLastChangeToList OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last change to list'."
    ::= { accDevMaintListR1Entry  5 }

  accDevMaintListR1AccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { accDevMaintListR1Entry  6 }

  accDevMaintListR1AcDvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { accDevMaintListR1Entry  7 }

  accDevMaintListR1AcDvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { accDevMaintListR1Entry  8 }

  accDevMaintListR1AccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { accDevMaintListR1Entry  9 }

  accDevMaintListR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { accDevMaintListR1Entry  10 }

  accDevMaintListR1Entry1 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently no entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  11 }

  accDevMaintListR1Entry2 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 2 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  12 }

  accDevMaintListR1Entry3 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 3 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  13 }

  accDevMaintListR1Entry4 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 4 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  14 }

  accDevMaintListR1Entry5 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 5 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  15 }

  accDevMaintListR1Entry6 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 6 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  16 }

  accDevMaintListR1Entry7 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 7 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  17 }

  accDevMaintListR1Entry8 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 8 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  18 }

  accDevMaintListR1Entry9 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 9 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  19 }

  accDevMaintListR1Entry10 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 10 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { accDevMaintListR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MGCP / NCS Name Server Group'                               */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  dNSNameServerGpTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DNSNameServerGpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MGCP / NCS Name Server Groups'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  390 }

  dNSNameServerGpEntry OBJECT-TYPE
    SYNTAX       DNSNameServerGpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dNSNameServerGpMSwitchConn,
             dNSNameServerGpMSwitch,
             dNSNameServerGpSoftwareElementIx,
             dNSNameServerGpNameServerGpIx }
    ::= {  dNSNameServerGpTable  1  }

  DNSNameServerGpEntry  ::=  SEQUENCE
  {
    dNSNameServerGpMSwitchConn         Unsigned32,
    dNSNameServerGpMSwitch             DisplayString,
    dNSNameServerGpSoftwareElementIx   Unsigned32,
    dNSNameServerGpNameServerGpIx      Unsigned32,
    dNSNameServerGpNameServerGpDesc    DisplayString,
    dNSNameServerGpAlrmState           INTEGER,
    dNSNameServerGpAlrmLogCorr         Counter64,
    dNSNameServerGpAlrmEvtsAtndDp      Unsigned32,
    dNSNameServerGpAlrmStateTimestamp  Unsigned32,
    dNSNameServerGpAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    dNSNameServerGpDiagsApiTrace       INTEGER,
    dNSNameServerGpDiagsTag            DisplayString,
    dNSNameServerGpDoExtraActions      INTEGER,
    dNSNameServerGpRowStatus           RowStatus
  }

  dNSNameServerGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dNSNameServerGpEntry  1 }

  dNSNameServerGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dNSNameServerGpEntry  2 }

  dNSNameServerGpSoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { dNSNameServerGpEntry  3 }

  dNSNameServerGpNameServerGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name Server Group index'.
                  This is an index field."
    ::= { dNSNameServerGpEntry  4 }

  dNSNameServerGpNameServerGpDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { dNSNameServerGpEntry  5 }

  dNSNameServerGpAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dNSNameServerGpEntry  6 }

  dNSNameServerGpAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { dNSNameServerGpEntry  7 }

  dNSNameServerGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dNSNameServerGpEntry  8 }

  dNSNameServerGpAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dNSNameServerGpEntry  9 }

  dNSNameServerGpAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { dNSNameServerGpEntry  10 }

  dNSNameServerGpDiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { dNSNameServerGpEntry  11 }

  dNSNameServerGpDiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { dNSNameServerGpEntry  12 }

  dNSNameServerGpDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refreshAllDNSLookups(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dNSNameServerGpEntry  13 }

  dNSNameServerGpRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { dNSNameServerGpEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MGCP / NCS Domain Name Suffix'                              */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  dNSDomainNameSuffixTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DNSDomainNameSuffixEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MGCP / NCS Name Server Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  391 }

  dNSDomainNameSuffixEntry OBJECT-TYPE
    SYNTAX       DNSDomainNameSuffixEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dNSDomainNameSuffixMSwitchConn,
             dNSDomainNameSuffixMSwitch,
             dNSDomainNameSuffixSoftwareElementIx,
             dNSDomainNameSuffixNameServerGpIx,
             dNSDomainNameSuffixLookupSeqNum }
    ::= {  dNSDomainNameSuffixTable  1  }

  DNSDomainNameSuffixEntry  ::=  SEQUENCE
  {
    dNSDomainNameSuffixMSwitchConn     Unsigned32,
    dNSDomainNameSuffixMSwitch         DisplayString,
    dNSDomainNameSuffixSoftwareElementIx
                                       Unsigned32,
    dNSDomainNameSuffixNameServerGpIx  Unsigned32,
    dNSDomainNameSuffixLookupSeqNum    Unsigned32,
    dNSDomainNameSuffixSuffix          DisplayString,
    dNSDomainNameSuffixRowStatus       RowStatus
  }

  dNSDomainNameSuffixMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dNSDomainNameSuffixEntry  1 }

  dNSDomainNameSuffixMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dNSDomainNameSuffixEntry  2 }

  dNSDomainNameSuffixSoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { dNSDomainNameSuffixEntry  3 }

  dNSDomainNameSuffixNameServerGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name Server Group index'.
                  This is an index field."
    ::= { dNSDomainNameSuffixEntry  4 }

  dNSDomainNameSuffixLookupSeqNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lookup Sequence Number'.
                  This is an index field."
    ::= { dNSDomainNameSuffixEntry  5 }

  dNSDomainNameSuffixSuffix OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suffix'."
    ::= { dNSDomainNameSuffixEntry  6 }

  dNSDomainNameSuffixRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { dNSDomainNameSuffixEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MGCP / NCS Name Server'                                     */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  dNSNameServerTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DNSNameServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MGCP / NCS Name Server Group'."
    ::= { metaSwitch  392 }

  dNSNameServerEntry OBJECT-TYPE
    SYNTAX       DNSNameServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dNSNameServerMSwitchConn,
             dNSNameServerMSwitch,
             dNSNameServerSoftwareElementIx,
             dNSNameServerNameServerGpIx,
             dNSNameServerServerIx }
    ::= {  dNSNameServerTable  1  }

  DNSNameServerEntry  ::=  SEQUENCE
  {
    dNSNameServerMSwitchConn           Unsigned32,
    dNSNameServerMSwitch               DisplayString,
    dNSNameServerSoftwareElementIx     Unsigned32,
    dNSNameServerNameServerGpIx        Unsigned32,
    dNSNameServerServerIx              Unsigned32,
    dNSNameServerIPAddr                DisplayString,
    dNSNameServerUseDefIPPort          INTEGER,
    dNSNameServerIPPort                Unsigned32,
    dNSNameServerBackupLvl             Unsigned32,
    dNSNameServerPollingFreq           Unsigned32,
    dNSNameServerRequestRetransFreq    Unsigned32,
    dNSNameServerMaxRequestRetranss    Unsigned32,
    dNSNameServerLastContactTimestamp  Unsigned32,
    dNSNameServerRowStatus             RowStatus,
    dNSNameServerOperStatus            OperStatus
  }

  dNSNameServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dNSNameServerEntry  1 }

  dNSNameServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dNSNameServerEntry  2 }

  dNSNameServerSoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { dNSNameServerEntry  3 }

  dNSNameServerNameServerGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name Server Group index'.
                  This is an index field."
    ::= { dNSNameServerEntry  4 }

  dNSNameServerServerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server Index'.
                  This is an index field."
    ::= { dNSNameServerEntry  5 }

  dNSNameServerIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'."
    ::= { dNSNameServerEntry  6 }

  dNSNameServerUseDefIPPort OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use default IP port'."
    ::= { dNSNameServerEntry  7 }

  dNSNameServerIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP port'."
    DEFVAL       { 53 }
    ::= { dNSNameServerEntry  8 }

  dNSNameServerBackupLvl OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Backup level'."
    DEFVAL       { 0 }
    ::= { dNSNameServerEntry  9 }

  dNSNameServerPollingFreq OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling frequency'."
    DEFVAL       { 300000 }
    ::= { dNSNameServerEntry  10 }

  dNSNameServerRequestRetransFreq OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request retransmission frequency'."
    DEFVAL       { 200 }
    ::= { dNSNameServerEntry  11 }

  dNSNameServerMaxRequestRetranss OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum request retransmissions'."
    DEFVAL       { 5 }
    ::= { dNSNameServerEntry  12 }

  dNSNameServerLastContactTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last contact timestamp'."
    ::= { dNSNameServerEntry  13 }

  dNSNameServerRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { dNSNameServerEntry  14 }

  dNSNameServerOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { dNSNameServerEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Pickup Services'                                */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  cPUServTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CPUServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  423 }

  cPUServEntry OBJECT-TYPE
    SYNTAX       CPUServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cPUServMSwitchConn,
             cPUServMSwitch,
             cPUServCallAgentIx }
    ::= {  cPUServTable  1  }

  CPUServEntry  ::=  SEQUENCE
  {
    cPUServMSwitchConn                 Unsigned32,
    cPUServMSwitch                     DisplayString,
    cPUServCallAgentIx                 Unsigned32,
    cPUServSupportCPU                  INTEGER,
    cPUServCPUDefBusGpSetting          INTEGER,
    cPUServCPUAccessCode               DisplayString,
    cPUServSupportDPUNoBargeIn         INTEGER,
    cPUServDPUNoBargeInDefBusGpSetting INTEGER,
    cPUServDPUNoBargeInDefBusGpLineSetting
                                       INTEGER,
    cPUServDPUNoBargeInAccessCode      DisplayString,
    cPUServRowStatus                   RowStatus
  }

  cPUServMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cPUServEntry  1 }

  cPUServMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cPUServEntry  2 }

  cPUServCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cPUServEntry  3 }

  cPUServSupportCPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cPUServEntry  4 }

  cPUServCPUDefBusGpSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Pickup - default Business Group setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cPUServEntry  5 }

  cPUServCPUAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup - access code'.
                  This field is not writable when active."
    ::= { cPUServEntry  6 }

  cPUServSupportDPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cPUServEntry  7 }

  cPUServDPUNoBargeInDefBusGpSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - default Business Group setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cPUServEntry  8 }

  cPUServDPUNoBargeInDefBusGpLineSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - default Business Group Line setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cPUServEntry  9 }

  cPUServDPUNoBargeInAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - access code'.
                  This field is not writable when active."
    ::= { cPUServEntry  10 }

  cPUServRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cPUServEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Global Call Pickup Services Statistics'    */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  cPUServStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CPUServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Call Pickup Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  424 }

  cPUServStatsEntry OBJECT-TYPE
    SYNTAX       CPUServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cPUServStatsMSwitchConn,
             cPUServStatsMSwitch,
             cPUServStatsCallAgentIx,
             cPUServStatsSummaryPeriod }
    ::= {  cPUServStatsTable  1  }

  CPUServStatsEntry  ::=  SEQUENCE
  {
    cPUServStatsMSwitchConn            Unsigned32,
    cPUServStatsMSwitch                DisplayString,
    cPUServStatsCallAgentIx            Unsigned32,
    cPUServStatsSummaryPeriod          INTEGER,
    cPUServStatsCPUCntSuccessfullyCompletedAttempts
                                       Unsigned32,
    cPUServStatsCPUCntFaildAttemptsResShortage
                                       Unsigned32,
    cPUServStatsDPUNoBargeInCntSuccessfullyCompletedAttempts
                                       Unsigned32,
    cPUServStatsDPUNoBargeInResShortageCntFaildAttempts
                                       Unsigned32,
    cPUServStatsDPUNoBargeInUserErrCntFaildAttempts
                                       Unsigned32
  }

  cPUServStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cPUServStatsEntry  1 }

  cPUServStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cPUServStatsEntry  2 }

  cPUServStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cPUServStatsEntry  3 }

  cPUServStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { cPUServStatsEntry  4 }

  cPUServStatsCPUCntSuccessfullyCompletedAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Pickup - count of successfully completed attempts'."
    ::= { cPUServStatsEntry  5 }

  cPUServStatsCPUCntFaildAttemptsResShortage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Pickup - count of failed attempts (resource shortage)'."
    ::= { cPUServStatsEntry  6 }

  cPUServStatsDPUNoBargeInCntSuccessfullyCompletedAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - count of successfully completed attempts'."
    ::= { cPUServStatsEntry  7 }

  cPUServStatsDPUNoBargeInResShortageCntFaildAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - count of failed attempts (resource shortage)'."
    ::= { cPUServStatsEntry  8 }

  cPUServStatsDPUNoBargeInUserErrCntFaildAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - count of failed attempts (user error)'."
    ::= { cPUServStatsEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Off-Premises Extension Service'                      */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  oPXTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF OPXEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  425 }

  oPXEntry OBJECT-TYPE
    SYNTAX       OPXEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { oPXMSwitchConn,
             oPXMSwitch,
             oPXCallAgentIx }
    ::= {  oPXTable  1  }

  OPXEntry  ::=  SEQUENCE
  {
    oPXMSwitchConn                     Unsigned32,
    oPXMSwitch                         DisplayString,
    oPXCallAgentIx                     Unsigned32,
    oPXSupportOPX                      INTEGER,
    oPXOPXManualExclusionAccessCode    DisplayString,
    oPXRowStatus                       RowStatus
  }

  oPXMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { oPXEntry  1 }

  oPXMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { oPXEntry  2 }

  oPXCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { oPXEntry  3 }

  oPXSupportOPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Premises Extension support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { oPXEntry  4 }

  oPXOPXManualExclusionAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Premises Extension - Manual exclusion access code'.
                  This field is not writable when active."
    ::= { oPXEntry  5 }

  oPXRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { oPXEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Teen Service'                                        */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  teenTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TeenEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  427 }

  teenEntry OBJECT-TYPE
    SYNTAX       TeenEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { teenMSwitchConn,
             teenMSwitch,
             teenCallAgentIx }
    ::= {  teenTable  1  }

  TeenEntry  ::=  SEQUENCE
  {
    teenMSwitchConn                    Unsigned32,
    teenMSwitch                        DisplayString,
    teenCallAgentIx                    Unsigned32,
    teenSupportTeenServ                INTEGER,
    teenRowStatus                      RowStatus
  }

  teenMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { teenEntry  1 }

  teenMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { teenEntry  2 }

  teenCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { teenEntry  3 }

  teenSupportTeenServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { teenEntry  4 }

  teenRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { teenEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Excluded Range'                                             */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  busGrpExcludedRangeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpExcludedRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'."
    ::= { metaSwitch  434 }

  busGrpExcludedRangeEntry OBJECT-TYPE
    SYNTAX       BusGrpExcludedRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpExcludedRangeMSwitchConn,
             busGrpExcludedRangeMSwitch,
             busGrpExcludedRangeCallAgentIx,
             busGrpExcludedRangeGpIx,
             busGrpExcludedRangeFirstDirNum,
             busGrpExcludedRangeFirstExcludedNum }
    ::= {  busGrpExcludedRangeTable  1  }

  BusGrpExcludedRangeEntry  ::=  SEQUENCE
  {
    busGrpExcludedRangeMSwitchConn     Unsigned32,
    busGrpExcludedRangeMSwitch         DisplayString,
    busGrpExcludedRangeCallAgentIx     Unsigned32,
    busGrpExcludedRangeGpIx            Unsigned32,
    busGrpExcludedRangeFirstDirNum     DisplayString,
    busGrpExcludedRangeExcludedRangeSize
                                       Unsigned32,
    busGrpExcludedRangeFirstExcludedNum
                                       DisplayString,
    busGrpExcludedRangeLastExcludedNum DisplayString,
    busGrpExcludedRangeRowStatus       RowStatus
  }

  busGrpExcludedRangeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpExcludedRangeEntry  1 }

  busGrpExcludedRangeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpExcludedRangeEntry  2 }

  busGrpExcludedRangeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpExcludedRangeEntry  3 }

  busGrpExcludedRangeGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpExcludedRangeEntry  4 }

  busGrpExcludedRangeFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { busGrpExcludedRangeEntry  5 }

  busGrpExcludedRangeExcludedRangeSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Size of range'."
    ::= { busGrpExcludedRangeEntry  6 }

  busGrpExcludedRangeFirstExcludedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First number in excluded range'.
                  This is an index field."
    ::= { busGrpExcludedRangeEntry  7 }

  busGrpExcludedRangeLastExcludedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last number in excluded range'."
    ::= { busGrpExcludedRangeEntry  8 }

  busGrpExcludedRangeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpExcludedRangeEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Pickup Services'                                       */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  bGLineCPUTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineCPUEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  436 }

  bGLineCPUEntry OBJECT-TYPE
    SYNTAX       BGLineCPUEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineCPUMSwitchConn,
             bGLineCPUMSwitch,
             bGLineCPUCallAgentIx,
             bGLineCPUGpIx,
             bGLineCPUFirstDirNum,
             bGLineCPUDirNum }
    ::= {  bGLineCPUTable  1  }

  BGLineCPUEntry  ::=  SEQUENCE
  {
    bGLineCPUMSwitchConn               Unsigned32,
    bGLineCPUMSwitch                   DisplayString,
    bGLineCPUCallAgentIx               Unsigned32,
    bGLineCPUGpIx                      Unsigned32,
    bGLineCPUFirstDirNum               DisplayString,
    bGLineCPUDirNum                    DisplayString,
    bGLineCPUCPU                       INTEGER,
    bGLineCPUSDActDPUNoBargeIn         INTEGER,
    bGLineCPUSDDefDPUNoBargeIn         INTEGER,
    bGLineCPUSDUseDefDPUNoBargeIn      INTEGER
  }

  bGLineCPUMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineCPUEntry  1 }

  bGLineCPUMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineCPUEntry  2 }

  bGLineCPUCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineCPUEntry  3 }

  bGLineCPUGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineCPUEntry  4 }

  bGLineCPUFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineCPUEntry  5 }

  bGLineCPUDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineCPUEntry  6 }

  bGLineCPUCPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup - Subscribed'."
    ::= { bGLineCPUEntry  7 }

  bGLineCPUSDActDPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCPUEntry  8 }

  bGLineCPUSDDefDPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCPUEntry  9 }

  bGLineCPUSDUseDefDPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCPUEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multiple Appearance Directory Numbers'                      */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  mADNConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  439 }

  mADNConEntry OBJECT-TYPE
    SYNTAX       MADNConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNConMSwitchConn,
             mADNConMSwitch,
             mADNConCallAgentIx,
             mADNConGpIx }
    ::= {  mADNConTable  1  }

  MADNConEntry  ::=  SEQUENCE
  {
    mADNConMSwitchConn                 Unsigned32,
    mADNConMSwitch                     DisplayString,
    mADNConCallAgentIx                 Unsigned32,
    mADNConGpIx                        Unsigned32,
    mADNConCurrMADNAlrmsAttnRq         Unsigned32,
    mADNConPrevMADNAlrmsAttnRq         Unsigned32,
    mADNConCurrMADNAlrmsAtndDp         Unsigned32,
    mADNConPrevMADNAlrmsAtndDp         Unsigned32,
    mADNConSummaryChldAlrmState        INTEGER
  }

  mADNConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNConEntry  1 }

  mADNConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNConEntry  2 }

  mADNConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNConEntry  3 }

  mADNConGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNConEntry  4 }

  mADNConCurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { mADNConEntry  5 }

  mADNConPrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNConEntry  6 }

  mADNConCurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { mADNConEntry  7 }

  mADNConPrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNConEntry  8 }

  mADNConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mADNConEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MADN Statistics'                           */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  mADNStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  441 }

  mADNStatsEntry OBJECT-TYPE
    SYNTAX       MADNStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNStatsMSwitchConn,
             mADNStatsMSwitch,
             mADNStatsCallAgentIx,
             mADNStatsGpIx,
             mADNStatsDirNum,
             mADNStatsSummaryPeriod }
    ::= {  mADNStatsTable  1  }

  MADNStatsEntry  ::=  SEQUENCE
  {
    mADNStatsMSwitchConn               Unsigned32,
    mADNStatsMSwitch                   DisplayString,
    mADNStatsCallAgentIx               Unsigned32,
    mADNStatsGpIx                      Unsigned32,
    mADNStatsDirNum                    DisplayString,
    mADNStatsSummaryPeriod             INTEGER,
    mADNStatsNumCallsImmediatelyOffered
                                       Unsigned32,
    mADNStatsNumCallsQueued            Unsigned32,
    mADNStatsNumCallsRej               Unsigned32,
    mADNStatsAvSizeCallQueue           Unsigned32,
    mADNStatsMaxSizeCallQueue          Unsigned32
  }

  mADNStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNStatsEntry  1 }

  mADNStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNStatsEntry  2 }

  mADNStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNStatsEntry  3 }

  mADNStatsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNStatsEntry  4 }

  mADNStatsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNStatsEntry  5 }

  mADNStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mADNStatsEntry  6 }

  mADNStatsNumCallsImmediatelyOffered OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of calls immediately offered'."
    ::= { mADNStatsEntry  7 }

  mADNStatsNumCallsQueued OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of calls queued'."
    ::= { mADNStatsEntry  8 }

  mADNStatsNumCallsRej OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of calls rejected'."
    ::= { mADNStatsEntry  9 }

  mADNStatsAvSizeCallQueue OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Average size of call queue'."
    ::= { mADNStatsEntry  10 }

  mADNStatsMaxSizeCallQueue OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum size of call queue'."
    ::= { mADNStatsEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Hunting Number'                                        */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  mADNLineHuntNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  443 }

  mADNLineHuntNumEntry OBJECT-TYPE
    SYNTAX       MADNLineHuntNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNLineHuntNumMSwitchConn,
             mADNLineHuntNumMSwitch,
             mADNLineHuntNumCallAgentIx,
             mADNLineHuntNumGpIx,
             mADNLineHuntNumDirNum,
             mADNLineHuntNumHuntSeqNum }
    ::= {  mADNLineHuntNumTable  1  }

  MADNLineHuntNumEntry  ::=  SEQUENCE
  {
    mADNLineHuntNumMSwitchConn         Unsigned32,
    mADNLineHuntNumMSwitch             DisplayString,
    mADNLineHuntNumCallAgentIx         Unsigned32,
    mADNLineHuntNumGpIx                Unsigned32,
    mADNLineHuntNumDirNum              DisplayString,
    mADNLineHuntNumHuntSeqNum          Unsigned32,
    mADNLineHuntNumNum                 DisplayString,
    mADNLineHuntNumRowStatus           RowStatus
  }

  mADNLineHuntNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNLineHuntNumEntry  1 }

  mADNLineHuntNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNLineHuntNumEntry  2 }

  mADNLineHuntNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNLineHuntNumEntry  3 }

  mADNLineHuntNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNLineHuntNumEntry  4 }

  mADNLineHuntNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNLineHuntNumEntry  5 }

  mADNLineHuntNumHuntSeqNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt sequence number'.
                  This is an index field."
    ::= { mADNLineHuntNumEntry  6 }

  mADNLineHuntNumNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mADNLineHuntNumEntry  7 }

  mADNLineHuntNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNLineHuntNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Number'                           */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  mADNSelFwdNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  444 }

  mADNSelFwdNumEntry OBJECT-TYPE
    SYNTAX       MADNSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNSelFwdNumMSwitchConn,
             mADNSelFwdNumMSwitch,
             mADNSelFwdNumCallAgentIx,
             mADNSelFwdNumGpIx,
             mADNSelFwdNumDirNum,
             mADNSelFwdNumClgNum }
    ::= {  mADNSelFwdNumTable  1  }

  MADNSelFwdNumEntry  ::=  SEQUENCE
  {
    mADNSelFwdNumMSwitchConn           Unsigned32,
    mADNSelFwdNumMSwitch               DisplayString,
    mADNSelFwdNumCallAgentIx           Unsigned32,
    mADNSelFwdNumGpIx                  Unsigned32,
    mADNSelFwdNumDirNum                DisplayString,
    mADNSelFwdNumClgNum                DisplayString,
    mADNSelFwdNumRowStatus             RowStatus
  }

  mADNSelFwdNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNSelFwdNumEntry  1 }

  mADNSelFwdNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNSelFwdNumEntry  2 }

  mADNSelFwdNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNSelFwdNumEntry  3 }

  mADNSelFwdNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNSelFwdNumEntry  4 }

  mADNSelFwdNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNSelFwdNumEntry  5 }

  mADNSelFwdNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mADNSelFwdNumEntry  6 }

  mADNSelFwdNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNSelFwdNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Number'                            */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  mADNSelCallRejNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  446 }

  mADNSelCallRejNumEntry OBJECT-TYPE
    SYNTAX       MADNSelCallRejNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNSelCallRejNumMSwitchConn,
             mADNSelCallRejNumMSwitch,
             mADNSelCallRejNumCallAgentIx,
             mADNSelCallRejNumGpIx,
             mADNSelCallRejNumDirNum,
             mADNSelCallRejNumClgNum }
    ::= {  mADNSelCallRejNumTable  1  }

  MADNSelCallRejNumEntry  ::=  SEQUENCE
  {
    mADNSelCallRejNumMSwitchConn       Unsigned32,
    mADNSelCallRejNumMSwitch           DisplayString,
    mADNSelCallRejNumCallAgentIx       Unsigned32,
    mADNSelCallRejNumGpIx              Unsigned32,
    mADNSelCallRejNumDirNum            DisplayString,
    mADNSelCallRejNumClgNum            DisplayString,
    mADNSelCallRejNumRowStatus         RowStatus
  }

  mADNSelCallRejNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNSelCallRejNumEntry  1 }

  mADNSelCallRejNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNSelCallRejNumEntry  2 }

  mADNSelCallRejNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNSelCallRejNumEntry  3 }

  mADNSelCallRejNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNSelCallRejNumEntry  4 }

  mADNSelCallRejNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNSelCallRejNumEntry  5 }

  mADNSelCallRejNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mADNSelCallRejNumEntry  6 }

  mADNSelCallRejNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNSelCallRejNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Call Pickup Services'                        */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  busGrpCPUTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpCPUEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  450 }

  busGrpCPUEntry OBJECT-TYPE
    SYNTAX       BusGrpCPUEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpCPUMSwitchConn,
             busGrpCPUMSwitch,
             busGrpCPUCallAgentIx,
             busGrpCPUGpIx }
    ::= {  busGrpCPUTable  1  }

  BusGrpCPUEntry  ::=  SEQUENCE
  {
    busGrpCPUMSwitchConn               Unsigned32,
    busGrpCPUMSwitch                   DisplayString,
    busGrpCPUCallAgentIx               Unsigned32,
    busGrpCPUGpIx                      Unsigned32,
    busGrpCPUSDActCPU                  INTEGER,
    busGrpCPUSDDefCPU                  INTEGER,
    busGrpCPUSDUseDefCPU               INTEGER,
    busGrpCPUSDActDPUNoBargeIn         INTEGER,
    busGrpCPUSDDefDPUNoBargeIn         INTEGER,
    busGrpCPUSDUseDefDPUNoBargeIn      INTEGER,
    busGrpCPUSDActDPUNoBargeInDefBusGpLineSetting
                                       INTEGER,
    busGrpCPUSDDefDPUNoBargeInDefBusGpLineSetting
                                       INTEGER,
    busGrpCPUSDUseDefDPUNoBargeInDefBusGpLineSetting
                                       INTEGER,
    busGrpCPUImportCnt                 Integer32,
    busGrpCPUImportStatus              DisplayString,
    busGrpCPUImportMode                INTEGER,
    busGrpCPUImportFile                DisplayString,
    busGrpCPUImportCorr                Counter64,
    busGrpCPUImportCorrMSwitch         DisplayString,
    busGrpCPUImportCorrUID             DisplayString,
    busGrpCPUDoExtraActions            INTEGER
  }

  busGrpCPUMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpCPUEntry  1 }

  busGrpCPUMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpCPUEntry  2 }

  busGrpCPUCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpCPUEntry  3 }

  busGrpCPUGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpCPUEntry  4 }

  busGrpCPUSDActCPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Pickup - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpCPUEntry  5 }

  busGrpCPUSDDefCPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Pickup - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpCPUEntry  6 }

  busGrpCPUSDUseDefCPU OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Pickup - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpCPUEntry  7 }

  busGrpCPUSDActDPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpCPUEntry  8 }

  busGrpCPUSDDefDPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpCPUEntry  9 }

  busGrpCPUSDUseDefDPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpCPUEntry  10 }

  busGrpCPUSDActDPUNoBargeInDefBusGpLineSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - default Business Group Line setting'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpCPUEntry  11 }

  busGrpCPUSDDefDPUNoBargeInDefBusGpLineSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - default Business Group Line setting'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpCPUEntry  12 }

  busGrpCPUSDUseDefDPUNoBargeInDefBusGpLineSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - default Business Group Line setting'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpCPUEntry  13 }

  busGrpCPUImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { busGrpCPUEntry  14 }

  busGrpCPUImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { busGrpCPUEntry  15 }

  busGrpCPUImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { busGrpCPUEntry  16 }

  busGrpCPUImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { busGrpCPUEntry  17 }

  busGrpCPUImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { busGrpCPUEntry  18 }

  busGrpCPUImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { busGrpCPUEntry  19 }

  busGrpCPUImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { busGrpCPUEntry  20 }

  busGrpCPUDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpCPUEntry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Call Pickup Group Statistics'              */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  busGrpCPUStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpCPUStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Call Pickup Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  451 }

  busGrpCPUStatsEntry OBJECT-TYPE
    SYNTAX       BusGrpCPUStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpCPUStatsMSwitchConn,
             busGrpCPUStatsMSwitch,
             busGrpCPUStatsCallAgentIx,
             busGrpCPUStatsGpIx,
             busGrpCPUStatsSummaryPeriod }
    ::= {  busGrpCPUStatsTable  1  }

  BusGrpCPUStatsEntry  ::=  SEQUENCE
  {
    busGrpCPUStatsMSwitchConn          Unsigned32,
    busGrpCPUStatsMSwitch              DisplayString,
    busGrpCPUStatsCallAgentIx          Unsigned32,
    busGrpCPUStatsGpIx                 Unsigned32,
    busGrpCPUStatsSummaryPeriod        INTEGER,
    busGrpCPUStatsCPUCntSuccessfullyCompletedAttempts
                                       Unsigned32,
    busGrpCPUStatsCPUCntFaildAttemptsResShortage
                                       Unsigned32,
    busGrpCPUStatsDPUNoBargeInCntSuccessfullyCompletedAttempts
                                       Unsigned32,
    busGrpCPUStatsDPUNoBargeInResShortageCntFaildAttempts
                                       Unsigned32,
    busGrpCPUStatsDPUNoBargeInUserErrCntFaildAttempts
                                       Unsigned32
  }

  busGrpCPUStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpCPUStatsEntry  1 }

  busGrpCPUStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpCPUStatsEntry  2 }

  busGrpCPUStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpCPUStatsEntry  3 }

  busGrpCPUStatsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpCPUStatsEntry  4 }

  busGrpCPUStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { busGrpCPUStatsEntry  5 }

  busGrpCPUStatsCPUCntSuccessfullyCompletedAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Pickup - count of successfully completed attempts'."
    ::= { busGrpCPUStatsEntry  6 }

  busGrpCPUStatsCPUCntFaildAttemptsResShortage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Pickup - count of failed attempts (resource shortage)'."
    ::= { busGrpCPUStatsEntry  7 }

  busGrpCPUStatsDPUNoBargeInCntSuccessfullyCompletedAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - count of successfully completed attempts'."
    ::= { busGrpCPUStatsEntry  8 }

  busGrpCPUStatsDPUNoBargeInResShortageCntFaildAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - count of failed attempts (resource shortage)'."
    ::= { busGrpCPUStatsEntry  9 }

  busGrpCPUStatsDPUNoBargeInUserErrCntFaildAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Directed Pickup (no barge-in) - count of failed attempts (user error)'."
    ::= { busGrpCPUStatsEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' Business Group Call Pickup Services Statistics'             */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  cPUGroupStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CPUGroupStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Pickup Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  453 }

  cPUGroupStatsEntry OBJECT-TYPE
    SYNTAX       CPUGroupStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cPUGroupStatsMSwitchConn,
             cPUGroupStatsMSwitch,
             cPUGroupStatsCallAgentIx,
             cPUGroupStatsGpIx,
             cPUGroupStatsCPUGpIx,
             cPUGroupStatsSummaryPeriod }
    ::= {  cPUGroupStatsTable  1  }

  CPUGroupStatsEntry  ::=  SEQUENCE
  {
    cPUGroupStatsMSwitchConn           Unsigned32,
    cPUGroupStatsMSwitch               DisplayString,
    cPUGroupStatsCallAgentIx           Unsigned32,
    cPUGroupStatsGpIx                  Unsigned32,
    cPUGroupStatsCPUGpIx               Unsigned32,
    cPUGroupStatsSummaryPeriod         INTEGER,
    cPUGroupStatsCPUCntSuccessfullyCompletedAttempts
                                       Unsigned32,
    cPUGroupStatsCPUCntFaildAttemptsResShortage
                                       Unsigned32
  }

  cPUGroupStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cPUGroupStatsEntry  1 }

  cPUGroupStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cPUGroupStatsEntry  2 }

  cPUGroupStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cPUGroupStatsEntry  3 }

  cPUGroupStatsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { cPUGroupStatsEntry  4 }

  cPUGroupStatsCPUGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup Group Index'.
                  This is an index field."
    ::= { cPUGroupStatsEntry  5 }

  cPUGroupStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { cPUGroupStatsEntry  6 }

  cPUGroupStatsCPUCntSuccessfullyCompletedAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Pickup - count of successfully completed attempts'."
    ::= { cPUGroupStatsEntry  7 }

  cPUGroupStatsCPUCntFaildAttemptsResShortage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Pickup - count of failed attempts (resource shortage)'."
    ::= { cPUGroupStatsEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Pickup Group Member'                                   */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  cPUGroupMemberTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CPUGroupMemberEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Pickup Group'."
    ::= { metaSwitch  454 }

  cPUGroupMemberEntry OBJECT-TYPE
    SYNTAX       CPUGroupMemberEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cPUGroupMemberMSwitchConn,
             cPUGroupMemberMSwitch,
             cPUGroupMemberCallAgentIx,
             cPUGroupMemberGpIx,
             cPUGroupMemberCPUGpIx,
             cPUGroupMemberBusGpLine }
    ::= {  cPUGroupMemberTable  1  }

  CPUGroupMemberEntry  ::=  SEQUENCE
  {
    cPUGroupMemberMSwitchConn          Unsigned32,
    cPUGroupMemberMSwitch              DisplayString,
    cPUGroupMemberCallAgentIx          Unsigned32,
    cPUGroupMemberGpIx                 Unsigned32,
    cPUGroupMemberCPUGpIx              Unsigned32,
    cPUGroupMemberBusGpLine            DisplayString,
    cPUGroupMemberRowStatus            RowStatus
  }

  cPUGroupMemberMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cPUGroupMemberEntry  1 }

  cPUGroupMemberMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cPUGroupMemberEntry  2 }

  cPUGroupMemberCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cPUGroupMemberEntry  3 }

  cPUGroupMemberGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { cPUGroupMemberEntry  4 }

  cPUGroupMemberCPUGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup Group Index'.
                  This is an index field."
    ::= { cPUGroupMemberEntry  5 }

  cPUGroupMemberBusGpLine OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group Line'.
                  This is an index field."
    ::= { cPUGroupMemberEntry  6 }

  cPUGroupMemberRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cPUGroupMemberEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'API Trace and Configured Logging'                           */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  aPITraceTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF APITraceEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  459 }

  aPITraceEntry OBJECT-TYPE
    SYNTAX       APITraceEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aPITraceMSwitchConn,
             aPITraceMSwitch,
             aPITraceInstanceIx }
    ::= {  aPITraceTable  1  }

  APITraceEntry  ::=  SEQUENCE
  {
    aPITraceMSwitchConn                Unsigned32,
    aPITraceMSwitch                    DisplayString,
    aPITraceInstanceIx                 Unsigned32,
    aPITraceAlrmState                  INTEGER
  }

  aPITraceMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aPITraceEntry  1 }

  aPITraceMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aPITraceEntry  2 }

  aPITraceInstanceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Instance index'.
                  This is an index field."
    ::= { aPITraceEntry  3 }

  aPITraceAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aPITraceEntry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Tracing and Logging'                                        */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  aPITracingObjectTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF APITracingObjectEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'API Trace and Configured Logging'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  460 }

  aPITracingObjectEntry OBJECT-TYPE
    SYNTAX       APITracingObjectEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aPITracingObjectMSwitchConn,
             aPITracingObjectMSwitch,
             aPITracingObjectInstanceIx,
             aPITracingObjectObjectIx }
    ::= {  aPITracingObjectTable  1  }

  APITracingObjectEntry  ::=  SEQUENCE
  {
    aPITracingObjectMSwitchConn        Unsigned32,
    aPITracingObjectMSwitch            DisplayString,
    aPITracingObjectInstanceIx         Unsigned32,
    aPITracingObjectObjectIx           Unsigned32,
    aPITracingObjectObjectName         DisplayString
  }

  aPITracingObjectMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aPITracingObjectEntry  1 }

  aPITracingObjectMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aPITracingObjectEntry  2 }

  aPITracingObjectInstanceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Instance index'.
                  This is an index field."
    ::= { aPITracingObjectEntry  3 }

  aPITracingObjectObjectIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Object index'.
                  This is an index field."
    ::= { aPITracingObjectEntry  4 }

  aPITracingObjectObjectName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Object name'."
    ::= { aPITracingObjectEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Application Server Statistics'             */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  appServStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Application Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  470 }

  appServStatsEntry OBJECT-TYPE
    SYNTAX       AppServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServStatsMSwitchConn,
             appServStatsMSwitch,
             appServStatsCallAgentIx,
             appServStatsDirNum,
             appServStatsSummaryPeriod }
    ::= {  appServStatsTable  1  }

  AppServStatsEntry  ::=  SEQUENCE
  {
    appServStatsMSwitchConn            Unsigned32,
    appServStatsMSwitch                DisplayString,
    appServStatsCallAgentIx            Unsigned32,
    appServStatsDirNum                 DisplayString,
    appServStatsSummaryPeriod          INTEGER,
    appServStatsCntCallsToServer       Unsigned32,
    appServStatsMinConcurrCallsToServer
                                       Unsigned32,
    appServStatsMaxConcurrCallsToServer
                                       Unsigned32,
    appServStatsAvConcurrCallsToServer Unsigned32,
    appServStatsUsageCallsToServer     Unsigned32,
    appServStatsCntCallsFromServer     Unsigned32,
    appServStatsMinConcurrCallsFromServer
                                       Unsigned32,
    appServStatsMaxConcurrCallsFromServer
                                       Unsigned32,
    appServStatsAvConcurrCallsFromServer
                                       Unsigned32,
    appServStatsUsageCallsFromServer   Unsigned32
  }

  appServStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServStatsEntry  1 }

  appServStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServStatsEntry  2 }

  appServStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServStatsEntry  3 }

  appServStatsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServStatsEntry  4 }

  appServStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { appServStatsEntry  5 }

  appServStatsCntCallsToServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of calls to server'."
    ::= { appServStatsEntry  6 }

  appServStatsMinConcurrCallsToServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Minimum concurrent calls to server'."
    ::= { appServStatsEntry  7 }

  appServStatsMaxConcurrCallsToServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent calls to server'."
    ::= { appServStatsEntry  8 }

  appServStatsAvConcurrCallsToServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Average concurrent calls to server'."
    ::= { appServStatsEntry  9 }

  appServStatsUsageCallsToServer OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage of calls to server'."
    ::= { appServStatsEntry  10 }

  appServStatsCntCallsFromServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of calls from server'."
    ::= { appServStatsEntry  11 }

  appServStatsMinConcurrCallsFromServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Minimum concurrent calls from server'."
    ::= { appServStatsEntry  12 }

  appServStatsMaxConcurrCallsFromServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent calls from server'."
    ::= { appServStatsEntry  13 }

  appServStatsAvConcurrCallsFromServer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Average concurrent calls from server'."
    ::= { appServStatsEntry  14 }

  appServStatsUsageCallsFromServer OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage of calls from server'."
    ::= { appServStatsEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  indLineAppServsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineAppServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  472 }

  indLineAppServsEntry OBJECT-TYPE
    SYNTAX       IndLineAppServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineAppServsMSwitchConn,
             indLineAppServsMSwitch,
             indLineAppServsCallAgentIx,
             indLineAppServsDirNum }
    ::= {  indLineAppServsTable  1  }

  IndLineAppServsEntry  ::=  SEQUENCE
  {
    indLineAppServsMSwitchConn         Unsigned32,
    indLineAppServsMSwitch             DisplayString,
    indLineAppServsCallAgentIx         Unsigned32,
    indLineAppServsDirNum              DisplayString,
    indLineAppServsSDActOrig           INTEGER,
    indLineAppServsSDDefOrig           INTEGER,
    indLineAppServsSDUseDefOrig        INTEGER,
    indLineAppServsSDActI1OrigServerMSwitchConn
                                       Unsigned32,
    indLineAppServsSDActI2OrigServerMSwitch
                                       DisplayString,
    indLineAppServsSDActI3OrigServerCallAgentIx
                                       Unsigned32,
    indLineAppServsSDActI4OrigServerDirNum
                                       DisplayString,
    indLineAppServsSDDefI1OrigServerMSwitchConn
                                       Unsigned32,
    indLineAppServsSDDefI2OrigServerMSwitch
                                       DisplayString,
    indLineAppServsSDDefI3OrigServerCallAgentIx
                                       Unsigned32,
    indLineAppServsSDDefI4OrigServerDirNum
                                       DisplayString,
    indLineAppServsSDUseDefOrigServer  INTEGER,
    indLineAppServsSDActTerm           INTEGER,
    indLineAppServsSDDefTerm           INTEGER,
    indLineAppServsSDUseDefTerm        INTEGER,
    indLineAppServsSDActI1TermServerMSwitchConn
                                       Unsigned32,
    indLineAppServsSDActI2TermServerMSwitch
                                       DisplayString,
    indLineAppServsSDActI3TermServerCallAgentIx
                                       Unsigned32,
    indLineAppServsSDActI4TermServerDirNum
                                       DisplayString,
    indLineAppServsSDDefI1TermServerMSwitchConn
                                       Unsigned32,
    indLineAppServsSDDefI2TermServerMSwitch
                                       DisplayString,
    indLineAppServsSDDefI3TermServerCallAgentIx
                                       Unsigned32,
    indLineAppServsSDDefI4TermServerDirNum
                                       DisplayString,
    indLineAppServsSDUseDefTermServer  INTEGER,
    indLineAppServsAlrmState           INTEGER,
    indLineAppServsAlrmEvtsAtndDpLogCorr
                                       Counter64,
    indLineAppServsAlrmEvtsAttnRq      Unsigned32,
    indLineAppServsAlrmEvtsAtndDp      Unsigned32,
    indLineAppServsAlrmStateTimestamp  Unsigned32,
    indLineAppServsAlrmResetTimestamp  Unsigned32
  }

  indLineAppServsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineAppServsEntry  1 }

  indLineAppServsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineAppServsEntry  2 }

  indLineAppServsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineAppServsEntry  3 }

  indLineAppServsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineAppServsEntry  4 }

  indLineAppServsSDActOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineAppServsEntry  5 }

  indLineAppServsSDDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineAppServsEntry  6 }

  indLineAppServsSDUseDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineAppServsEntry  7 }

  indLineAppServsSDActI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  8 }

  indLineAppServsSDActI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  9 }

  indLineAppServsSDActI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  10 }

  indLineAppServsSDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  11 }

  indLineAppServsSDDefI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  12 }

  indLineAppServsSDDefI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  13 }

  indLineAppServsSDDefI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  14 }

  indLineAppServsSDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { indLineAppServsEntry  15 }

  indLineAppServsSDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineAppServsEntry  16 }

  indLineAppServsSDActTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineAppServsEntry  17 }

  indLineAppServsSDDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineAppServsEntry  18 }

  indLineAppServsSDUseDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineAppServsEntry  19 }

  indLineAppServsSDActI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  20 }

  indLineAppServsSDActI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  21 }

  indLineAppServsSDActI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  22 }

  indLineAppServsSDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  23 }

  indLineAppServsSDDefI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  24 }

  indLineAppServsSDDefI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  25 }

  indLineAppServsSDDefI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  26 }

  indLineAppServsSDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { indLineAppServsEntry  27 }

  indLineAppServsSDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineAppServsEntry  28 }

  indLineAppServsAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineAppServsEntry  29 }

  indLineAppServsAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineAppServsEntry  30 }

  indLineAppServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineAppServsEntry  31 }

  indLineAppServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineAppServsEntry  32 }

  indLineAppServsAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineAppServsEntry  33 }

  indLineAppServsAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { indLineAppServsEntry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Anonymous Number'                 */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLineSelFwdAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  474 }

  indLineSelFwdAnonNumEntry OBJECT-TYPE
    SYNTAX       IndLineSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSelFwdAnonNumMSwitchConn,
             indLineSelFwdAnonNumMSwitch,
             indLineSelFwdAnonNumCallAgentIx,
             indLineSelFwdAnonNumDirNum,
             indLineSelFwdAnonNumClgNum }
    ::= {  indLineSelFwdAnonNumTable  1  }

  IndLineSelFwdAnonNumEntry  ::=  SEQUENCE
  {
    indLineSelFwdAnonNumMSwitchConn    Unsigned32,
    indLineSelFwdAnonNumMSwitch        DisplayString,
    indLineSelFwdAnonNumCallAgentIx    Unsigned32,
    indLineSelFwdAnonNumDirNum         DisplayString,
    indLineSelFwdAnonNumClgNum         DisplayString,
    indLineSelFwdAnonNumRowStatus      RowStatus
  }

  indLineSelFwdAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSelFwdAnonNumEntry  1 }

  indLineSelFwdAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSelFwdAnonNumEntry  2 }

  indLineSelFwdAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSelFwdAnonNumEntry  3 }

  indLineSelFwdAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSelFwdAnonNumEntry  4 }

  indLineSelFwdAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLineSelFwdAnonNumEntry  5 }

  indLineSelFwdAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSelFwdAnonNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Anonymous Number'                  */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLineSelCallRejAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  475 }

  indLineSelCallRejAnonNumEntry OBJECT-TYPE
    SYNTAX       IndLineSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSelCallRejAnonNumMSwitchConn,
             indLineSelCallRejAnonNumMSwitch,
             indLineSelCallRejAnonNumCallAgentIx,
             indLineSelCallRejAnonNumDirNum,
             indLineSelCallRejAnonNumClgNum }
    ::= {  indLineSelCallRejAnonNumTable  1  }

  IndLineSelCallRejAnonNumEntry  ::=  SEQUENCE
  {
    indLineSelCallRejAnonNumMSwitchConn
                                       Unsigned32,
    indLineSelCallRejAnonNumMSwitch    DisplayString,
    indLineSelCallRejAnonNumCallAgentIx
                                       Unsigned32,
    indLineSelCallRejAnonNumDirNum     DisplayString,
    indLineSelCallRejAnonNumClgNum     DisplayString,
    indLineSelCallRejAnonNumRowStatus  RowStatus
  }

  indLineSelCallRejAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSelCallRejAnonNumEntry  1 }

  indLineSelCallRejAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSelCallRejAnonNumEntry  2 }

  indLineSelCallRejAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSelCallRejAnonNumEntry  3 }

  indLineSelCallRejAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSelCallRejAnonNumEntry  4 }

  indLineSelCallRejAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLineSelCallRejAnonNumEntry  5 }

  indLineSelCallRejAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSelCallRejAnonNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Priority Call Anonymous Number'                             */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  indLinePCANTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLinePCANEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  476 }

  indLinePCANEntry OBJECT-TYPE
    SYNTAX       IndLinePCANEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLinePCANMSwitchConn,
             indLinePCANMSwitch,
             indLinePCANCallAgentIx,
             indLinePCANDirNum,
             indLinePCANClgNum }
    ::= {  indLinePCANTable  1  }

  IndLinePCANEntry  ::=  SEQUENCE
  {
    indLinePCANMSwitchConn             Unsigned32,
    indLinePCANMSwitch                 DisplayString,
    indLinePCANCallAgentIx             Unsigned32,
    indLinePCANDirNum                  DisplayString,
    indLinePCANClgNum                  DisplayString,
    indLinePCANRowStatus               RowStatus
  }

  indLinePCANMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLinePCANEntry  1 }

  indLinePCANMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLinePCANEntry  2 }

  indLinePCANCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLinePCANEntry  3 }

  indLinePCANDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLinePCANEntry  4 }

  indLinePCANClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLinePCANEntry  5 }

  indLinePCANRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLinePCANEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Anonymous Number'                 */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLineSelFwdAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  478 }

  bGLineSelFwdAnonNumEntry OBJECT-TYPE
    SYNTAX       BGLineSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSelFwdAnonNumMSwitchConn,
             bGLineSelFwdAnonNumMSwitch,
             bGLineSelFwdAnonNumCallAgentIx,
             bGLineSelFwdAnonNumGpIx,
             bGLineSelFwdAnonNumFirstDirNum,
             bGLineSelFwdAnonNumDirNum,
             bGLineSelFwdAnonNumClgNum }
    ::= {  bGLineSelFwdAnonNumTable  1  }

  BGLineSelFwdAnonNumEntry  ::=  SEQUENCE
  {
    bGLineSelFwdAnonNumMSwitchConn     Unsigned32,
    bGLineSelFwdAnonNumMSwitch         DisplayString,
    bGLineSelFwdAnonNumCallAgentIx     Unsigned32,
    bGLineSelFwdAnonNumGpIx            Unsigned32,
    bGLineSelFwdAnonNumFirstDirNum     DisplayString,
    bGLineSelFwdAnonNumDirNum          DisplayString,
    bGLineSelFwdAnonNumClgNum          DisplayString,
    bGLineSelFwdAnonNumRowStatus       RowStatus
  }

  bGLineSelFwdAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSelFwdAnonNumEntry  1 }

  bGLineSelFwdAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSelFwdAnonNumEntry  2 }

  bGLineSelFwdAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSelFwdAnonNumEntry  3 }

  bGLineSelFwdAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSelFwdAnonNumEntry  4 }

  bGLineSelFwdAnonNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSelFwdAnonNumEntry  5 }

  bGLineSelFwdAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSelFwdAnonNumEntry  6 }

  bGLineSelFwdAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLineSelFwdAnonNumEntry  7 }

  bGLineSelFwdAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSelFwdAnonNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Anonymous Number'                  */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLineSelCallRejAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  479 }

  bGLineSelCallRejAnonNumEntry OBJECT-TYPE
    SYNTAX       BGLineSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSelCallRejAnonNumMSwitchConn,
             bGLineSelCallRejAnonNumMSwitch,
             bGLineSelCallRejAnonNumCallAgentIx,
             bGLineSelCallRejAnonNumGpIx,
             bGLineSelCallRejAnonNumFirstDirNum,
             bGLineSelCallRejAnonNumDirNum,
             bGLineSelCallRejAnonNumClgNum }
    ::= {  bGLineSelCallRejAnonNumTable  1  }

  BGLineSelCallRejAnonNumEntry  ::=  SEQUENCE
  {
    bGLineSelCallRejAnonNumMSwitchConn Unsigned32,
    bGLineSelCallRejAnonNumMSwitch     DisplayString,
    bGLineSelCallRejAnonNumCallAgentIx Unsigned32,
    bGLineSelCallRejAnonNumGpIx        Unsigned32,
    bGLineSelCallRejAnonNumFirstDirNum DisplayString,
    bGLineSelCallRejAnonNumDirNum      DisplayString,
    bGLineSelCallRejAnonNumClgNum      DisplayString,
    bGLineSelCallRejAnonNumRowStatus   RowStatus
  }

  bGLineSelCallRejAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSelCallRejAnonNumEntry  1 }

  bGLineSelCallRejAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSelCallRejAnonNumEntry  2 }

  bGLineSelCallRejAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSelCallRejAnonNumEntry  3 }

  bGLineSelCallRejAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSelCallRejAnonNumEntry  4 }

  bGLineSelCallRejAnonNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSelCallRejAnonNumEntry  5 }

  bGLineSelCallRejAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSelCallRejAnonNumEntry  6 }

  bGLineSelCallRejAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLineSelCallRejAnonNumEntry  7 }

  bGLineSelCallRejAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSelCallRejAnonNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Priority Call Anonymous Number'                             */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  bGLinePCANTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLinePCANEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  480 }

  bGLinePCANEntry OBJECT-TYPE
    SYNTAX       BGLinePCANEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLinePCANMSwitchConn,
             bGLinePCANMSwitch,
             bGLinePCANCallAgentIx,
             bGLinePCANGpIx,
             bGLinePCANFirstDirNum,
             bGLinePCANDirNum,
             bGLinePCANClgNum }
    ::= {  bGLinePCANTable  1  }

  BGLinePCANEntry  ::=  SEQUENCE
  {
    bGLinePCANMSwitchConn              Unsigned32,
    bGLinePCANMSwitch                  DisplayString,
    bGLinePCANCallAgentIx              Unsigned32,
    bGLinePCANGpIx                     Unsigned32,
    bGLinePCANFirstDirNum              DisplayString,
    bGLinePCANDirNum                   DisplayString,
    bGLinePCANClgNum                   DisplayString,
    bGLinePCANRowStatus                RowStatus
  }

  bGLinePCANMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLinePCANEntry  1 }

  bGLinePCANMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLinePCANEntry  2 }

  bGLinePCANCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLinePCANEntry  3 }

  bGLinePCANGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLinePCANEntry  4 }

  bGLinePCANFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLinePCANEntry  5 }

  bGLinePCANDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLinePCANEntry  6 }

  bGLinePCANClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLinePCANEntry  7 }

  bGLinePCANRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLinePCANEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Anonymous Number'                 */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  mADNSelFwdAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  481 }

  mADNSelFwdAnonNumEntry OBJECT-TYPE
    SYNTAX       MADNSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNSelFwdAnonNumMSwitchConn,
             mADNSelFwdAnonNumMSwitch,
             mADNSelFwdAnonNumCallAgentIx,
             mADNSelFwdAnonNumGpIx,
             mADNSelFwdAnonNumDirNum,
             mADNSelFwdAnonNumClgNum }
    ::= {  mADNSelFwdAnonNumTable  1  }

  MADNSelFwdAnonNumEntry  ::=  SEQUENCE
  {
    mADNSelFwdAnonNumMSwitchConn       Unsigned32,
    mADNSelFwdAnonNumMSwitch           DisplayString,
    mADNSelFwdAnonNumCallAgentIx       Unsigned32,
    mADNSelFwdAnonNumGpIx              Unsigned32,
    mADNSelFwdAnonNumDirNum            DisplayString,
    mADNSelFwdAnonNumClgNum            DisplayString,
    mADNSelFwdAnonNumRowStatus         RowStatus
  }

  mADNSelFwdAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNSelFwdAnonNumEntry  1 }

  mADNSelFwdAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNSelFwdAnonNumEntry  2 }

  mADNSelFwdAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNSelFwdAnonNumEntry  3 }

  mADNSelFwdAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNSelFwdAnonNumEntry  4 }

  mADNSelFwdAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNSelFwdAnonNumEntry  5 }

  mADNSelFwdAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mADNSelFwdAnonNumEntry  6 }

  mADNSelFwdAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNSelFwdAnonNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Anonymous Number'                  */
-- /* Valid from: 3.0                                                               */
-- /*********************************************************************************/

  mADNSelCallRejAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  482 }

  mADNSelCallRejAnonNumEntry OBJECT-TYPE
    SYNTAX       MADNSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNSelCallRejAnonNumMSwitchConn,
             mADNSelCallRejAnonNumMSwitch,
             mADNSelCallRejAnonNumCallAgentIx,
             mADNSelCallRejAnonNumGpIx,
             mADNSelCallRejAnonNumDirNum,
             mADNSelCallRejAnonNumClgNum }
    ::= {  mADNSelCallRejAnonNumTable  1  }

  MADNSelCallRejAnonNumEntry  ::=  SEQUENCE
  {
    mADNSelCallRejAnonNumMSwitchConn   Unsigned32,
    mADNSelCallRejAnonNumMSwitch       DisplayString,
    mADNSelCallRejAnonNumCallAgentIx   Unsigned32,
    mADNSelCallRejAnonNumGpIx          Unsigned32,
    mADNSelCallRejAnonNumDirNum        DisplayString,
    mADNSelCallRejAnonNumClgNum        DisplayString,
    mADNSelCallRejAnonNumRowStatus     RowStatus
  }

  mADNSelCallRejAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNSelCallRejAnonNumEntry  1 }

  mADNSelCallRejAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNSelCallRejAnonNumEntry  2 }

  mADNSelCallRejAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNSelCallRejAnonNumEntry  3 }

  mADNSelCallRejAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNSelCallRejAnonNumEntry  4 }

  mADNSelCallRejAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNSelCallRejAnonNumEntry  5 }

  mADNSelCallRejAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mADNSelCallRejAnonNumEntry  6 }

  mADNSelCallRejAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNSelCallRejAnonNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 3.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  mADNAppServsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNAppServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  483 }

  mADNAppServsEntry OBJECT-TYPE
    SYNTAX       MADNAppServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNAppServsMSwitchConn,
             mADNAppServsMSwitch,
             mADNAppServsCallAgentIx,
             mADNAppServsGpIx,
             mADNAppServsDirNum }
    ::= {  mADNAppServsTable  1  }

  MADNAppServsEntry  ::=  SEQUENCE
  {
    mADNAppServsMSwitchConn            Unsigned32,
    mADNAppServsMSwitch                DisplayString,
    mADNAppServsCallAgentIx            Unsigned32,
    mADNAppServsGpIx                   Unsigned32,
    mADNAppServsDirNum                 DisplayString,
    mADNAppServsSDActOrig              INTEGER,
    mADNAppServsSDDefOrig              INTEGER,
    mADNAppServsSDUseDefOrig           INTEGER,
    mADNAppServsSDActI1OrigServerMSwitchConn
                                       Unsigned32,
    mADNAppServsSDActI2OrigServerMSwitch
                                       DisplayString,
    mADNAppServsSDActI3OrigServerCallAgentIx
                                       Unsigned32,
    mADNAppServsSDActI4OrigServerDirNum
                                       DisplayString,
    mADNAppServsSDDefI1OrigServerMSwitchConn
                                       Unsigned32,
    mADNAppServsSDDefI2OrigServerMSwitch
                                       DisplayString,
    mADNAppServsSDDefI3OrigServerCallAgentIx
                                       Unsigned32,
    mADNAppServsSDDefI4OrigServerDirNum
                                       DisplayString,
    mADNAppServsSDUseDefOrigServer     INTEGER,
    mADNAppServsSDActTerm              INTEGER,
    mADNAppServsSDDefTerm              INTEGER,
    mADNAppServsSDUseDefTerm           INTEGER,
    mADNAppServsSDActI1TermServerMSwitchConn
                                       Unsigned32,
    mADNAppServsSDActI2TermServerMSwitch
                                       DisplayString,
    mADNAppServsSDActI3TermServerCallAgentIx
                                       Unsigned32,
    mADNAppServsSDActI4TermServerDirNum
                                       DisplayString,
    mADNAppServsSDDefI1TermServerMSwitchConn
                                       Unsigned32,
    mADNAppServsSDDefI2TermServerMSwitch
                                       DisplayString,
    mADNAppServsSDDefI3TermServerCallAgentIx
                                       Unsigned32,
    mADNAppServsSDDefI4TermServerDirNum
                                       DisplayString,
    mADNAppServsSDUseDefTermServer     INTEGER,
    mADNAppServsAlrmState              INTEGER,
    mADNAppServsAlrmEvtsAtndDpLogCorr  Counter64,
    mADNAppServsAlrmEvtsAttnRq         Unsigned32,
    mADNAppServsAlrmEvtsAtndDp         Unsigned32,
    mADNAppServsAlrmStateTimestamp     Unsigned32,
    mADNAppServsAlrmResetTimestamp     Unsigned32
  }

  mADNAppServsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNAppServsEntry  1 }

  mADNAppServsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNAppServsEntry  2 }

  mADNAppServsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNAppServsEntry  3 }

  mADNAppServsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNAppServsEntry  4 }

  mADNAppServsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNAppServsEntry  5 }

  mADNAppServsSDActOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsEntry  6 }

  mADNAppServsSDDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsEntry  7 }

  mADNAppServsSDUseDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsEntry  8 }

  mADNAppServsSDActI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  9 }

  mADNAppServsSDActI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  10 }

  mADNAppServsSDActI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  11 }

  mADNAppServsSDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  12 }

  mADNAppServsSDDefI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  13 }

  mADNAppServsSDDefI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  14 }

  mADNAppServsSDDefI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  15 }

  mADNAppServsSDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsEntry  16 }

  mADNAppServsSDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsEntry  17 }

  mADNAppServsSDActTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsEntry  18 }

  mADNAppServsSDDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsEntry  19 }

  mADNAppServsSDUseDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsEntry  20 }

  mADNAppServsSDActI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  21 }

  mADNAppServsSDActI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  22 }

  mADNAppServsSDActI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  23 }

  mADNAppServsSDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  24 }

  mADNAppServsSDDefI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  25 }

  mADNAppServsSDDefI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  26 }

  mADNAppServsSDDefI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  27 }

  mADNAppServsSDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsEntry  28 }

  mADNAppServsSDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsEntry  29 }

  mADNAppServsAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mADNAppServsEntry  30 }

  mADNAppServsAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mADNAppServsEntry  31 }

  mADNAppServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNAppServsEntry  32 }

  mADNAppServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNAppServsEntry  33 }

  mADNAppServsAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mADNAppServsEntry  34 }

  mADNAppServsAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mADNAppServsEntry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 3.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  pBXAppServsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXAppServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  484 }

  pBXAppServsEntry OBJECT-TYPE
    SYNTAX       PBXAppServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXAppServsMSwitchConn,
             pBXAppServsMSwitch,
             pBXAppServsCallAgentIx,
             pBXAppServsDirNum }
    ::= {  pBXAppServsTable  1  }

  PBXAppServsEntry  ::=  SEQUENCE
  {
    pBXAppServsMSwitchConn             Unsigned32,
    pBXAppServsMSwitch                 DisplayString,
    pBXAppServsCallAgentIx             Unsigned32,
    pBXAppServsDirNum                  DisplayString,
    pBXAppServsSDActOrig               INTEGER,
    pBXAppServsSDDefOrig               INTEGER,
    pBXAppServsSDUseDefOrig            INTEGER,
    pBXAppServsSDActI1OrigServerMSwitchConn
                                       Unsigned32,
    pBXAppServsSDActI2OrigServerMSwitch
                                       DisplayString,
    pBXAppServsSDActI3OrigServerCallAgentIx
                                       Unsigned32,
    pBXAppServsSDActI4OrigServerDirNum DisplayString,
    pBXAppServsSDDefI1OrigServerMSwitchConn
                                       Unsigned32,
    pBXAppServsSDDefI2OrigServerMSwitch
                                       DisplayString,
    pBXAppServsSDDefI3OrigServerCallAgentIx
                                       Unsigned32,
    pBXAppServsSDDefI4OrigServerDirNum DisplayString,
    pBXAppServsSDUseDefOrigServer      INTEGER,
    pBXAppServsSDActTerm               INTEGER,
    pBXAppServsSDDefTerm               INTEGER,
    pBXAppServsSDUseDefTerm            INTEGER,
    pBXAppServsSDActI1TermServerMSwitchConn
                                       Unsigned32,
    pBXAppServsSDActI2TermServerMSwitch
                                       DisplayString,
    pBXAppServsSDActI3TermServerCallAgentIx
                                       Unsigned32,
    pBXAppServsSDActI4TermServerDirNum DisplayString,
    pBXAppServsSDDefI1TermServerMSwitchConn
                                       Unsigned32,
    pBXAppServsSDDefI2TermServerMSwitch
                                       DisplayString,
    pBXAppServsSDDefI3TermServerCallAgentIx
                                       Unsigned32,
    pBXAppServsSDDefI4TermServerDirNum DisplayString,
    pBXAppServsSDUseDefTermServer      INTEGER,
    pBXAppServsAlrmState               INTEGER,
    pBXAppServsAlrmEvtsAtndDpLogCorr   Counter64,
    pBXAppServsAlrmEvtsAttnRq          Unsigned32,
    pBXAppServsAlrmEvtsAtndDp          Unsigned32,
    pBXAppServsAlrmStateTimestamp      Unsigned32,
    pBXAppServsAlrmResetTimestamp      Unsigned32
  }

  pBXAppServsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXAppServsEntry  1 }

  pBXAppServsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXAppServsEntry  2 }

  pBXAppServsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXAppServsEntry  3 }

  pBXAppServsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXAppServsEntry  4 }

  pBXAppServsSDActOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsEntry  5 }

  pBXAppServsSDDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsEntry  6 }

  pBXAppServsSDUseDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsEntry  7 }

  pBXAppServsSDActI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  8 }

  pBXAppServsSDActI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  9 }

  pBXAppServsSDActI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  10 }

  pBXAppServsSDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  11 }

  pBXAppServsSDDefI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  12 }

  pBXAppServsSDDefI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  13 }

  pBXAppServsSDDefI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  14 }

  pBXAppServsSDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsEntry  15 }

  pBXAppServsSDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsEntry  16 }

  pBXAppServsSDActTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsEntry  17 }

  pBXAppServsSDDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsEntry  18 }

  pBXAppServsSDUseDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsEntry  19 }

  pBXAppServsSDActI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  20 }

  pBXAppServsSDActI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  21 }

  pBXAppServsSDActI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  22 }

  pBXAppServsSDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  23 }

  pBXAppServsSDDefI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  24 }

  pBXAppServsSDDefI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  25 }

  pBXAppServsSDDefI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  26 }

  pBXAppServsSDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsEntry  27 }

  pBXAppServsSDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsEntry  28 }

  pBXAppServsAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXAppServsEntry  29 }

  pBXAppServsAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXAppServsEntry  30 }

  pBXAppServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXAppServsEntry  31 }

  pBXAppServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXAppServsEntry  32 }

  pBXAppServsAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXAppServsEntry  33 }

  pBXAppServsAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { pBXAppServsEntry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Anonymous Number'                 */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  pBXSelFwdAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  485 }

  pBXSelFwdAnonNumEntry OBJECT-TYPE
    SYNTAX       PBXSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSelFwdAnonNumMSwitchConn,
             pBXSelFwdAnonNumMSwitch,
             pBXSelFwdAnonNumCallAgentIx,
             pBXSelFwdAnonNumDirNum,
             pBXSelFwdAnonNumClgNum }
    ::= {  pBXSelFwdAnonNumTable  1  }

  PBXSelFwdAnonNumEntry  ::=  SEQUENCE
  {
    pBXSelFwdAnonNumMSwitchConn        Unsigned32,
    pBXSelFwdAnonNumMSwitch            DisplayString,
    pBXSelFwdAnonNumCallAgentIx        Unsigned32,
    pBXSelFwdAnonNumDirNum             DisplayString,
    pBXSelFwdAnonNumClgNum             DisplayString,
    pBXSelFwdAnonNumRowStatus          RowStatus
  }

  pBXSelFwdAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSelFwdAnonNumEntry  1 }

  pBXSelFwdAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSelFwdAnonNumEntry  2 }

  pBXSelFwdAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSelFwdAnonNumEntry  3 }

  pBXSelFwdAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSelFwdAnonNumEntry  4 }

  pBXSelFwdAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { pBXSelFwdAnonNumEntry  5 }

  pBXSelFwdAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSelFwdAnonNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Anonymous Number'                  */
-- /* Valid from: 2.2                                                               */
-- /*********************************************************************************/

  pBXSelCallRejAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  486 }

  pBXSelCallRejAnonNumEntry OBJECT-TYPE
    SYNTAX       PBXSelCallRejAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSelCallRejAnonNumMSwitchConn,
             pBXSelCallRejAnonNumMSwitch,
             pBXSelCallRejAnonNumCallAgentIx,
             pBXSelCallRejAnonNumDirNum,
             pBXSelCallRejAnonNumClgNum }
    ::= {  pBXSelCallRejAnonNumTable  1  }

  PBXSelCallRejAnonNumEntry  ::=  SEQUENCE
  {
    pBXSelCallRejAnonNumMSwitchConn    Unsigned32,
    pBXSelCallRejAnonNumMSwitch        DisplayString,
    pBXSelCallRejAnonNumCallAgentIx    Unsigned32,
    pBXSelCallRejAnonNumDirNum         DisplayString,
    pBXSelCallRejAnonNumClgNum         DisplayString,
    pBXSelCallRejAnonNumRowStatus      RowStatus
  }

  pBXSelCallRejAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSelCallRejAnonNumEntry  1 }

  pBXSelCallRejAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSelCallRejAnonNumEntry  2 }

  pBXSelCallRejAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSelCallRejAnonNumEntry  3 }

  pBXSelCallRejAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSelCallRejAnonNumEntry  4 }

  pBXSelCallRejAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { pBXSelCallRejAnonNumEntry  5 }

  pBXSelCallRejAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSelCallRejAnonNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 3.0                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  indLineWebR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineWebR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  516 }

  indLineWebR1Entry OBJECT-TYPE
    SYNTAX       IndLineWebR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineWebR1MSwitchConn,
             indLineWebR1MSwitch,
             indLineWebR1CallAgentIx,
             indLineWebR1DirNum }
    ::= {  indLineWebR1Table  1  }

  IndLineWebR1Entry  ::=  SEQUENCE
  {
    indLineWebR1MSwitchConn            Unsigned32,
    indLineWebR1MSwitch                DisplayString,
    indLineWebR1CallAgentIx            Unsigned32,
    indLineWebR1DirNum                 DisplayString,
    indLineWebR1AlrmState              INTEGER,
    indLineWebR1AlrmStateTimestamp     Unsigned32,
    indLineWebR1AlrmEvtsAtndDpLogCorr  Counter64,
    indLineWebR1AlrmEvtsAtndDp         Unsigned32,
    indLineWebR1AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    indLineWebR1DiagsApiTrace          INTEGER,
    indLineWebR1DiagsTag               DisplayString,
    indLineWebR1DoExtraActions         INTEGER
  }

  indLineWebR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineWebR1Entry  1 }

  indLineWebR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineWebR1Entry  2 }

  indLineWebR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineWebR1Entry  3 }

  indLineWebR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineWebR1Entry  4 }

  indLineWebR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineWebR1Entry  14 }

  indLineWebR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineWebR1Entry  15 }

  indLineWebR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { indLineWebR1Entry  16 }

  indLineWebR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineWebR1Entry  17 }

  indLineWebR1AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { indLineWebR1Entry  18 }

  indLineWebR1DiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineWebR1Entry  19 }

  indLineWebR1DiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineWebR1Entry  20 }

  indLineWebR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineWebR1Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 3.0                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  pBXWebR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXWebR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  518 }

  pBXWebR1Entry OBJECT-TYPE
    SYNTAX       PBXWebR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXWebR1MSwitchConn,
             pBXWebR1MSwitch,
             pBXWebR1CallAgentIx,
             pBXWebR1DirNum }
    ::= {  pBXWebR1Table  1  }

  PBXWebR1Entry  ::=  SEQUENCE
  {
    pBXWebR1MSwitchConn                Unsigned32,
    pBXWebR1MSwitch                    DisplayString,
    pBXWebR1CallAgentIx                Unsigned32,
    pBXWebR1DirNum                     DisplayString,
    pBXWebR1AlrmState                  INTEGER,
    pBXWebR1AlrmStateTimestamp         Unsigned32,
    pBXWebR1AlrmEvtsAtndDpLogCorr      Counter64,
    pBXWebR1AlrmEvtsAtndDp             Unsigned32,
    pBXWebR1AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    pBXWebR1DiagsApiTrace              INTEGER,
    pBXWebR1DiagsTag                   DisplayString,
    pBXWebR1DoExtraActions             INTEGER
  }

  pBXWebR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXWebR1Entry  1 }

  pBXWebR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXWebR1Entry  2 }

  pBXWebR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXWebR1Entry  3 }

  pBXWebR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXWebR1Entry  4 }

  pBXWebR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXWebR1Entry  14 }

  pBXWebR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXWebR1Entry  15 }

  pBXWebR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { pBXWebR1Entry  16 }

  pBXWebR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXWebR1Entry  17 }

  pBXWebR1AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { pBXWebR1Entry  18 }

  pBXWebR1DiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXWebR1Entry  19 }

  pBXWebR1DiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXWebR1Entry  20 }

  pBXWebR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXWebR1Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location'                                                   */
-- /* Valid from: 3.1                                                               */
-- /*********************************************************************************/

  locationTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocationEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'."
    ::= { metaSwitch  574 }

  locationEntry OBJECT-TYPE
    SYNTAX       LocationEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locationMSwitchConn,
             locationMSwitch,
             locationCallAgentIx,
             locationLocationIx }
    ::= {  locationTable  1  }

  LocationEntry  ::=  SEQUENCE
  {
    locationMSwitchConn                Unsigned32,
    locationMSwitch                    DisplayString,
    locationCallAgentIx                Unsigned32,
    locationLocationIx                 Unsigned32,
    locationName                       DisplayString,
    locationLocationUserInfo           LongDisplayString,
    locationRowStatus                  RowStatus
  }

  locationMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locationEntry  1 }

  locationMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locationEntry  2 }

  locationCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { locationEntry  3 }

  locationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'location index'.
                  This is an index field."
    ::= { locationEntry  4 }

  locationName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { locationEntry  5 }

  locationLocationUserInfo OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra information'."
    ::= { locationEntry  6 }

  locationRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { locationEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MTP2 Protocol Profile'                                      */
-- /* Valid from: 3.1                                                               */
-- /*********************************************************************************/

  mGMtp2ProtProfTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGMtp2ProtProfEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  Table does not support createAndWait."
    ::= { metaSwitch  579 }

  mGMtp2ProtProfEntry OBJECT-TYPE
    SYNTAX       MGMtp2ProtProfEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGMtp2ProtProfMSwitchConn,
             mGMtp2ProtProfMSwitch,
             mGMtp2ProtProfMediaGatewayIx,
             mGMtp2ProtProfProfID }
    ::= {  mGMtp2ProtProfTable  1  }

  MGMtp2ProtProfEntry  ::=  SEQUENCE
  {
    mGMtp2ProtProfMSwitchConn          Unsigned32,
    mGMtp2ProtProfMSwitch              DisplayString,
    mGMtp2ProtProfMediaGatewayIx       Unsigned32,
    mGMtp2ProtProfProfID               Unsigned32,
    mGMtp2ProtProfProfName             DisplayString,
    mGMtp2ProtProfNumRefgCrossConnects Unsigned32,
    mGMtp2ProtProfErrCorrectionMethod  INTEGER,
    mGMtp2ProtProfXmissionRate         INTEGER,
    mGMtp2ProtProfMTP2TimerT1          INTEGER,
    mGMtp2ProtProfMTP2TimerT2          INTEGER,
    mGMtp2ProtProfMTP2TimerT3          INTEGER,
    mGMtp2ProtProfMTP2TimerT4e         INTEGER,
    mGMtp2ProtProfMTP2TimerT4n         INTEGER,
    mGMtp2ProtProfMTP2TimerT5          INTEGER,
    mGMtp2ProtProfMTP2TimerT6          INTEGER,
    mGMtp2ProtProfMTP2TimerT7          INTEGER,
    mGMtp2ProtProfLoopDly              Unsigned32,
    mGMtp2ProtProfCgstnOnsetLvl1       Integer32,
    mGMtp2ProtProfCgstnAbtLvl1         Integer32,
    mGMtp2ProtProfOverallCgstnDiscardLvl
                                       Integer32,
    mGMtp2ProtProfCgstnOnsetLvl2       Integer32,
    mGMtp2ProtProfCgstnAbtLvl2         Integer32,
    mGMtp2ProtProfCgstnOnsetLvl3       Integer32,
    mGMtp2ProtProfCgstnAbtLvl3         Integer32,
    mGMtp2ProtProfCgstnDiscardLvl1     Integer32,
    mGMtp2ProtProfCgstnDiscardLvl2     Integer32,
    mGMtp2ProtProfCgstnDiscardLvl3     Integer32,
    mGMtp2ProtProfMTP2TimerTx          Integer32,
    mGMtp2ProtProfMTP2TimerTy          Integer32,
    mGMtp2ProtProfInitialCgstnLvl      Integer32,
    mGMtp2ProtProfMaxRetransMSUs       INTEGER,
    mGMtp2ProtProfMaxRetransOctets     INTEGER,
    mGMtp2ProtProfMaxInUnprocessedMSUs Integer32,
    mGMtp2ProtProfRcvCgstnOnsetThreshold
                                       Integer32,
    mGMtp2ProtProfRcvCgstnAbtThreshold Integer32,
    mGMtp2ProtProfMaxProvingAttempts   Unsigned32,
    mGMtp2ProtProfInServMonitorType    INTEGER,
    mGMtp2ProtProfMTP2AERMTin          Unsigned32,
    mGMtp2ProtProfMTP2AERMTie          Unsigned32,
    mGMtp2ProtProfMTP2AERMTn           Unsigned32,
    mGMtp2ProtProfMTP2SUERMT           Unsigned32,
    mGMtp2ProtProfMTP2SUERMD           Unsigned32,
    mGMtp2ProtProfMTP2SUERMN           Unsigned32,
    mGMtp2ProtProfMTP2EIMTE            Unsigned32,
    mGMtp2ProtProfMTP2EIMT8            Unsigned32,
    mGMtp2ProtProfMTP2EIMUE            Unsigned32,
    mGMtp2ProtProfMTP2EIMDE            Unsigned32,
    mGMtp2ProtProfRowStatus            RowStatus
  }

  mGMtp2ProtProfMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGMtp2ProtProfEntry  1 }

  mGMtp2ProtProfMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGMtp2ProtProfEntry  2 }

  mGMtp2ProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGMtp2ProtProfEntry  3 }

  mGMtp2ProtProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile ID'.
                  This is an index field."
    ::= { mGMtp2ProtProfEntry  4 }

  mGMtp2ProtProfProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name'."
    ::= { mGMtp2ProtProfEntry  5 }

  mGMtp2ProtProfNumRefgCrossConnects OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of referencing Cross Connects'."
    ::= { mGMtp2ProtProfEntry  6 }

  mGMtp2ProtProfErrCorrectionMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   basic(1),
                   pCR(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error correction method'.
                  This field is not writable when active."
    DEFVAL       { basic }
    ::= { mGMtp2ProtProfEntry  7 }

  mGMtp2ProtProfXmissionRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiftySixKBitsPerSecLowBitStuffing(1),
                   fiftySixKBitsPerSecHighBitStuffing(2),
                   sixtyFourKBitsPerSecond(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmission rate'.
                  This field is not writable when active."
    DEFVAL       { sixtyFourKBitsPerSecond }
    ::= { mGMtp2ProtProfEntry  8 }

  mGMtp2ProtProfMTP2TimerT1 OBJECT-TYPE
    SYNTAX       INTEGER ( 12900..50000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T1'.
                  This field is not writable when active."
    ::= { mGMtp2ProtProfEntry  9 }

  mGMtp2ProtProfMTP2TimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 5000..150000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T2'.
                  This field is not writable when active."
    DEFVAL       { 15000 }
    ::= { mGMtp2ProtProfEntry  10 }

  mGMtp2ProtProfMTP2TimerT3 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..14000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T3'.
                  This field is not writable when active."
    ::= { mGMtp2ProtProfEntry  11 }

  mGMtp2ProtProfMTP2TimerT4e OBJECT-TYPE
    SYNTAX       INTEGER ( 400..660 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T4e'.
                  This field is not writable when active."
    ::= { mGMtp2ProtProfEntry  12 }

  mGMtp2ProtProfMTP2TimerT4n OBJECT-TYPE
    SYNTAX       INTEGER ( 2070..9500 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T4n'.
                  This field is not writable when active."
    ::= { mGMtp2ProtProfEntry  13 }

  mGMtp2ProtProfMTP2TimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 80..120 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T5'.
                  This field is not writable when active."
    DEFVAL       { 100 }
    ::= { mGMtp2ProtProfEntry  14 }

  mGMtp2ProtProfMTP2TimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T6'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { mGMtp2ProtProfEntry  15 }

  mGMtp2ProtProfMTP2TimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 500..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1500 }
    ::= { mGMtp2ProtProfEntry  16 }

  mGMtp2ProtProfLoopDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loop delay'.
                  This field is not writable when active."
    DEFVAL       { 100 }
    ::= { mGMtp2ProtProfEntry  17 }

  mGMtp2ProtProfCgstnOnsetLvl1 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion onset (level 1)'.
                  This field is not writable when active."
    DEFVAL       { 127 }
    ::= { mGMtp2ProtProfEntry  18 }

  mGMtp2ProtProfCgstnAbtLvl1 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion abatement (level 1)'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { mGMtp2ProtProfEntry  19 }

  mGMtp2ProtProfOverallCgstnDiscardLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall congestion discard level'.
                  This field is not writable when active."
    DEFVAL       { 149 }
    ::= { mGMtp2ProtProfEntry  20 }

  mGMtp2ProtProfCgstnOnsetLvl2 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion onset (level 2)'.
                  This field is not writable when active."
    DEFVAL       { 133 }
    ::= { mGMtp2ProtProfEntry  21 }

  mGMtp2ProtProfCgstnAbtLvl2 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion abatement (level 2)'.
                  This field is not writable when active."
    DEFVAL       { 130 }
    ::= { mGMtp2ProtProfEntry  22 }

  mGMtp2ProtProfCgstnOnsetLvl3 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion onset (level 3)'.
                  This field is not writable when active."
    DEFVAL       { 139 }
    ::= { mGMtp2ProtProfEntry  23 }

  mGMtp2ProtProfCgstnAbtLvl3 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion abatement (level 3)'.
                  This field is not writable when active."
    DEFVAL       { 136 }
    ::= { mGMtp2ProtProfEntry  24 }

  mGMtp2ProtProfCgstnDiscardLvl1 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion discard (level 1)'.
                  This field is not writable when active."
    DEFVAL       { 130 }
    ::= { mGMtp2ProtProfEntry  25 }

  mGMtp2ProtProfCgstnDiscardLvl2 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion discard (level 2)'.
                  This field is not writable when active."
    DEFVAL       { 136 }
    ::= { mGMtp2ProtProfEntry  26 }

  mGMtp2ProtProfCgstnDiscardLvl3 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion discard (level 3)'.
                  This field is not writable when active."
    DEFVAL       { 145 }
    ::= { mGMtp2ProtProfEntry  27 }

  mGMtp2ProtProfMTP2TimerTx OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer Tx'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { mGMtp2ProtProfEntry  28 }

  mGMtp2ProtProfMTP2TimerTy OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 timer Ty'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { mGMtp2ProtProfEntry  29 }

  mGMtp2ProtProfInitialCgstnLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Initial congestion level'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { mGMtp2ProtProfEntry  30 }

  mGMtp2ProtProfMaxRetransMSUs OBJECT-TYPE
    SYNTAX       INTEGER ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max retransmission MSUs'.
                  This field is not writable when active."
    DEFVAL       { 127 }
    ::= { mGMtp2ProtProfEntry  31 }

  mGMtp2ProtProfMaxRetransOctets OBJECT-TYPE
    SYNTAX       INTEGER ( 0..34671 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max retransmission octets'.
                  This field is not writable when active."
    DEFVAL       { 25400 }
    ::= { mGMtp2ProtProfEntry  32 }

  mGMtp2ProtProfMaxInUnprocessedMSUs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max incoming unprocessed MSUs'.
                  This field is not writable when active."
    DEFVAL       { 25 }
    ::= { mGMtp2ProtProfEntry  33 }

  mGMtp2ProtProfRcvCgstnOnsetThreshold OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Receive congestion onset threshold'.
                  This field is not writable when active."
    DEFVAL       { 125 }
    ::= { mGMtp2ProtProfEntry  34 }

  mGMtp2ProtProfRcvCgstnAbtThreshold OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Receive congestion abatement threshold'.
                  This field is not writable when active."
    DEFVAL       { 123 }
    ::= { mGMtp2ProtProfEntry  35 }

  mGMtp2ProtProfMaxProvingAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max proving attempts'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { mGMtp2ProtProfEntry  36 }

  mGMtp2ProtProfInServMonitorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sUERM(1),
                   eIM(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In service monitor type'.
                  This field is not writable when active."
    DEFVAL       { sUERM }
    ::= { mGMtp2ProtProfEntry  37 }

  mGMtp2ProtProfMTP2AERMTin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 AERM Tin'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { mGMtp2ProtProfEntry  38 }

  mGMtp2ProtProfMTP2AERMTie OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 AERM Tie'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { mGMtp2ProtProfEntry  39 }

  mGMtp2ProtProfMTP2AERMTn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 AERM Tn'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mGMtp2ProtProfEntry  40 }

  mGMtp2ProtProfMTP2SUERMT OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 SUERM T'.
                  This field is not writable when active."
    DEFVAL       { 64 }
    ::= { mGMtp2ProtProfEntry  41 }

  mGMtp2ProtProfMTP2SUERMD OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 SUERM D'.
                  This field is not writable when active."
    DEFVAL       { 256 }
    ::= { mGMtp2ProtProfEntry  42 }

  mGMtp2ProtProfMTP2SUERMN OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 SUERM N'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mGMtp2ProtProfEntry  43 }

  mGMtp2ProtProfMTP2EIMTE OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 EIM TE'.
                  This field is not writable when active."
    DEFVAL       { 577169 }
    ::= { mGMtp2ProtProfEntry  44 }

  mGMtp2ProtProfMTP2EIMT8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 EIM T8'.
                  This field is not writable when active."
    DEFVAL       { 100 }
    ::= { mGMtp2ProtProfEntry  45 }

  mGMtp2ProtProfMTP2EIMUE OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 EIM UE'.
                  This field is not writable when active."
    DEFVAL       { 144292 }
    ::= { mGMtp2ProtProfEntry  46 }

  mGMtp2ProtProfMTP2EIMDE OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 EIM DE'.
                  This field is not writable when active."
    DEFVAL       { 9308 }
    ::= { mGMtp2ProtProfEntry  47 }

  mGMtp2ProtProfRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mGMtp2ProtProfEntry  49 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Termination'                                            */
-- /* Valid from: 3.1                                                               */
-- /*********************************************************************************/

  tDMTermR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMTermR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  620 }

  tDMTermR1Entry OBJECT-TYPE
    SYNTAX       TDMTermR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMTermR1MSwitchConn,
             tDMTermR1MSwitch,
             tDMTermR1CallAgentIx,
             tDMTermR1GatewayIx,
             tDMTermR1PortIx,
             tDMTermR1Timeslot }
    ::= {  tDMTermR1Table  1  }

  TDMTermR1Entry  ::=  SEQUENCE
  {
    tDMTermR1MSwitchConn               Unsigned32,
    tDMTermR1MSwitch                   DisplayString,
    tDMTermR1CallAgentIx               Unsigned32,
    tDMTermR1GatewayIx                 Unsigned32,
    tDMTermR1PortIx                    Unsigned32,
    tDMTermR1Timeslot                  Unsigned32,
    tDMTermR1ProviderStatus            INTEGER,
    tDMTermR1ConnStatus                INTEGER
  }

  tDMTermR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMTermR1Entry  1 }

  tDMTermR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMTermR1Entry  2 }

  tDMTermR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tDMTermR1Entry  3 }

  tDMTermR1GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tDMTermR1Entry  4 }

  tDMTermR1PortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { tDMTermR1Entry  5 }

  tDMTermR1Timeslot OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { tDMTermR1Entry  6 }

  tDMTermR1ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tDMTermR1Entry  7 }

  tDMTermR1ConnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSpecified(0),
                   sendOnly(1),
                   receiveOnly(2),
                   sendAndReceive(3),
                   inactive(4),
                   loopback(5),
                   outOfService(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection status'."
    ::= { tDMTermR1Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Circuit'                                                 */
-- /* Valid from: 3.1                                                               */
-- /*********************************************************************************/

  mFCircR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFCircR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Circuit Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  623 }

  mFCircR1Entry OBJECT-TYPE
    SYNTAX       MFCircR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFCircR1MSwitchConn,
             mFCircR1MSwitch,
             mFCircR1CallAgentIx,
             mFCircR1MFLocalExchangeIx,
             mFCircR1RemExchangeIx,
             mFCircR1CircGpIx,
             mFCircR1Timeslot }
    ::= {  mFCircR1Table  1  }

  MFCircR1Entry  ::=  SEQUENCE
  {
    mFCircR1MSwitchConn                Unsigned32,
    mFCircR1MSwitch                    DisplayString,
    mFCircR1CallAgentIx                Unsigned32,
    mFCircR1MFLocalExchangeIx          Unsigned32,
    mFCircR1RemExchangeIx              Unsigned32,
    mFCircR1CircGpIx                   Unsigned32,
    mFCircR1Timeslot                   Unsigned32,
    mFCircR1CallStatus                 INTEGER,
    mFCircR1ReverseMakeBusyStatus      INTEGER,
    mFCircR1AlrmState                  INTEGER,
    mFCircR1AlrmEvtsAttnRqLogCorr      Counter64,
    mFCircR1AlrmEvtsAttnRq             Integer32,
    mFCircR1AlrmEvtsAtndDpLogCorr      Counter64,
    mFCircR1AlrmEvtsAtndDp             Integer32,
    mFCircR1AlrmStateTimestamp         Unsigned32,
    mFCircR1AlrmResetTimestamp         Unsigned32,
    mFCircR1TermStatus                 INTEGER
  }

  mFCircR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFCircR1Entry  1 }

  mFCircR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFCircR1Entry  2 }

  mFCircR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFCircR1Entry  3 }

  mFCircR1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFCircR1Entry  4 }

  mFCircR1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFCircR1Entry  5 }

  mFCircR1CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { mFCircR1Entry  6 }

  mFCircR1Timeslot OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { mFCircR1Entry  7 }

  mFCircR1CallStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailableForCalls(1),
                   availableForCalls(2),
                   settingUpCall(3),
                   callInProgress(4),
                   releasingCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call status'."
    ::= { mFCircR1Entry  8 }

  mFCircR1ReverseMakeBusyStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   playingRMB(1),
                   detectingRMB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reverse make busy status'."
    ::= { mFCircR1Entry  9 }

  mFCircR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFCircR1Entry  10 }

  mFCircR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { mFCircR1Entry  11 }

  mFCircR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFCircR1Entry  12 }

  mFCircR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mFCircR1Entry  13 }

  mFCircR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFCircR1Entry  14 }

  mFCircR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFCircR1Entry  15 }

  mFCircR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFCircR1Entry  16 }

  mFCircR1TermStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unregistered(1),
                   unavailable(2),
                   inactive(3),
                   active(4),
                   outOfService(5),
                   quiescing(6),
                   mfgTermStatusPendAvail(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination status'."
    ::= { mFCircR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Static NAT Mapping'                                         */
-- /* Valid from: 3.1                                                               */
-- /*********************************************************************************/

  staticNATMappingTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF StaticNATMappingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'."
    ::= { metaSwitch  638 }

  staticNATMappingEntry OBJECT-TYPE
    SYNTAX       StaticNATMappingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { staticNATMappingMSwitchConn,
             staticNATMappingMSwitch,
             staticNATMappingCallAgentIx,
             staticNATMappingStaticNATMappingIx }
    ::= {  staticNATMappingTable  1  }

  StaticNATMappingEntry  ::=  SEQUENCE
  {
    staticNATMappingMSwitchConn        Unsigned32,
    staticNATMappingMSwitch            DisplayString,
    staticNATMappingCallAgentIx        Unsigned32,
    staticNATMappingStaticNATMappingIx Unsigned32,
    staticNATMappingFirstInternalIPAddr
                                       DisplayString,
    staticNATMappingLastInternalIPAddr DisplayString,
    staticNATMappingFirstExternalIPAddr
                                       DisplayString,
    staticNATMappingLastExternalIPAddr DisplayString,
    staticNATMappingRowStatus          RowStatus
  }

  staticNATMappingMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { staticNATMappingEntry  1 }

  staticNATMappingMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { staticNATMappingEntry  2 }

  staticNATMappingCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { staticNATMappingEntry  3 }

  staticNATMappingStaticNATMappingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Static NAT Mapping index'.
                  This is an index field."
    ::= { staticNATMappingEntry  4 }

  staticNATMappingFirstInternalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Static NAT - first internal IP address'."
    ::= { staticNATMappingEntry  5 }

  staticNATMappingLastInternalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Static NAT - last internal IP address'."
    ::= { staticNATMappingEntry  6 }

  staticNATMappingFirstExternalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Static NAT - first external IP address'."
    ::= { staticNATMappingEntry  7 }

  staticNATMappingLastExternalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Static NAT - last external IP address'."
    ::= { staticNATMappingEntry  8 }

  staticNATMappingRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { staticNATMappingEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' IDT Statistics'                            */
-- /* Valid from: 3.1.01                                                            */
-- /*********************************************************************************/

  iDTStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'IDT'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  658 }

  iDTStatsR1Entry OBJECT-TYPE
    SYNTAX       IDTStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTStatsR1MSwitchConn,
             iDTStatsR1MSwitch,
             iDTStatsR1MediaGatewayIx,
             iDTStatsR1PortIx,
             iDTStatsR1SummaryPeriod }
    ::= {  iDTStatsR1Table  1  }

  IDTStatsR1Entry  ::=  SEQUENCE
  {
    iDTStatsR1MSwitchConn              Unsigned32,
    iDTStatsR1MSwitch                  DisplayString,
    iDTStatsR1MediaGatewayIx           Unsigned32,
    iDTStatsR1PortIx                   Integer32,
    iDTStatsR1SummaryPeriod            INTEGER,
    iDTStatsR1ActSubsNum               Unsigned32,
    iDTStatsR1ActSubsLowWaterMark      Unsigned32,
    iDTStatsR1ActSubsHighWaterMark     Unsigned32,
    iDTStatsR1DS0sCfgdNum              Unsigned32,
    iDTStatsR1DS0sCfgdLowWaterMark     Unsigned32,
    iDTStatsR1DS0sCfgdHighWaterMark    Unsigned32,
    iDTStatsR1DS0sAvailNum             Unsigned32,
    iDTStatsR1DS0sAvailLowWaterMark    Unsigned32,
    iDTStatsR1DS0sAvailHighWaterMark   Unsigned32,
    iDTStatsR1DS0sInUseNum             Unsigned32,
    iDTStatsR1DS0sInUseLowWaterMark    Unsigned32,
    iDTStatsR1DS0sInUseHighWaterMark   Unsigned32,
    iDTStatsR1DS0sIUInCsNum            Unsigned32,
    iDTStatsR1DS0sIUInCsLowWaterMark   Unsigned32,
    iDTStatsR1DS0sIUInCsHighWaterMark  Unsigned32,
    iDTStatsR1DS0sIUOutCsNum           Unsigned32,
    iDTStatsR1DS0sIUOutCsLowWaterMark  Unsigned32,
    iDTStatsR1DS0sIUOutCsHighWaterMark Unsigned32,
    iDTStatsR1DS0sDvtdNum              Unsigned32,
    iDTStatsR1DS0sDvtdLowWaterMark     Unsigned32,
    iDTStatsR1DS0sDvtdHighWaterMark    Unsigned32,
    iDTStatsR1DS0sFaildNum             Unsigned32,
    iDTStatsR1DS0sFaildLowWaterMark    Unsigned32,
    iDTStatsR1DS0sFaildHighWaterMark   Unsigned32,
    iDTStatsR1CallAttemptsCntOrigingCallAttempts
                                       Unsigned32,
    iDTStatsR1CallAttemptsCntTermCallAttempts
                                       Unsigned32,
    iDTStatsR1CallAttemptsCntFaildCallAttemptsCgstn
                                       Unsigned32,
    iDTStatsR1CallUsageAllCalls        Unsigned32,
    iDTStatsR1CallUsageOrigingCalls    Unsigned32,
    iDTStatsR1CallUsageTermCalls       Unsigned32,
    iDTStatsR1IDTFailsHardwareFail     Unsigned32,
    iDTStatsR1IDTFailsUnexpDLCDisconnection
                                       Unsigned32,
    iDTStatsR1IDTFailsControlChanFails Unsigned32
  }

  iDTStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTStatsR1Entry  1 }

  iDTStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTStatsR1Entry  2 }

  iDTStatsR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTStatsR1Entry  3 }

  iDTStatsR1PortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { iDTStatsR1Entry  4 }

  iDTStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iDTStatsR1Entry  5 }

  iDTStatsR1ActSubsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT summary: Subscribers - subscribers currently active'."
    ::= { iDTStatsR1Entry  15 }

  iDTStatsR1ActSubsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT summary: Subscribers - subscribers currently active - low water mark'."
    ::= { iDTStatsR1Entry  16 }

  iDTStatsR1ActSubsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT summary: Subscribers - subscribers currently active - high water mark'."
    ::= { iDTStatsR1Entry  17 }

  iDTStatsR1DS0sCfgdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently configured'."
    ::= { iDTStatsR1Entry  19 }

  iDTStatsR1DS0sCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently configured - low water mark'."
    ::= { iDTStatsR1Entry  20 }

  iDTStatsR1DS0sCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently configured - high water mark'."
    ::= { iDTStatsR1Entry  21 }

  iDTStatsR1DS0sAvailNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently available'."
    ::= { iDTStatsR1Entry  23 }

  iDTStatsR1DS0sAvailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently available - low water mark'."
    ::= { iDTStatsR1Entry  24 }

  iDTStatsR1DS0sAvailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently available - high water mark'."
    ::= { iDTStatsR1Entry  25 }

  iDTStatsR1DS0sInUseNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use'."
    ::= { iDTStatsR1Entry  27 }

  iDTStatsR1DS0sInUseLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use - low water mark'."
    ::= { iDTStatsR1Entry  28 }

  iDTStatsR1DS0sInUseHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use - high water mark'."
    ::= { iDTStatsR1Entry  29 }

  iDTStatsR1DS0sIUInCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use for originating calls'."
    ::= { iDTStatsR1Entry  31 }

  iDTStatsR1DS0sIUInCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use for originating calls - low water mark'."
    ::= { iDTStatsR1Entry  32 }

  iDTStatsR1DS0sIUInCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use for originating calls - high water mark'."
    ::= { iDTStatsR1Entry  33 }

  iDTStatsR1DS0sIUOutCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use for terminating calls'."
    ::= { iDTStatsR1Entry  35 }

  iDTStatsR1DS0sIUOutCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use for terminating calls - low water mark'."
    ::= { iDTStatsR1Entry  36 }

  iDTStatsR1DS0sIUOutCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: Current DS0 termination usage - DS0 terminations currently in use for terminating calls - high water mark'."
    ::= { iDTStatsR1Entry  37 }

  iDTStatsR1DS0sDvtdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently deactivated'."
    ::= { iDTStatsR1Entry  39 }

  iDTStatsR1DS0sDvtdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently deactivated - low water mark'."
    ::= { iDTStatsR1Entry  40 }

  iDTStatsR1DS0sDvtdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently deactivated - high water mark'."
    ::= { iDTStatsR1Entry  41 }

  iDTStatsR1DS0sFaildNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently failed'."
    ::= { iDTStatsR1Entry  43 }

  iDTStatsR1DS0sFaildLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently failed - low water mark'."
    ::= { iDTStatsR1Entry  44 }

  iDTStatsR1DS0sFaildHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 terminations: DS0 termination status - DS0 terminations currently failed - high water mark'."
    ::= { iDTStatsR1Entry  45 }

  iDTStatsR1CallAttemptsCntOrigingCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Incoming calls - Call attempts'."
    ::= { iDTStatsR1Entry  47 }

  iDTStatsR1CallAttemptsCntTermCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Outgoing calls - Call attempts'."
    ::= { iDTStatsR1Entry  48 }

  iDTStatsR1CallAttemptsCntFaildCallAttemptsCgstn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Congestion - Rejected circuit requests'."
    ::= { iDTStatsR1Entry  49 }

  iDTStatsR1CallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Total call usage'."
    ::= { iDTStatsR1Entry  51 }

  iDTStatsR1CallUsageOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call usage'."
    ::= { iDTStatsR1Entry  52 }

  iDTStatsR1CallUsageTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call usage'."
    ::= { iDTStatsR1Entry  53 }

  iDTStatsR1IDTFailsHardwareFail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Call failures - calls failed due to hardware failure'."
    ::= { iDTStatsR1Entry  55 }

  iDTStatsR1IDTFailsUnexpDLCDisconnection OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Call failures - calls failed due to unexpected DLC disconnect'."
    ::= { iDTStatsR1Entry  56 }

  iDTStatsR1IDTFailsControlChanFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT summary: Failures - control channel failures'."
    ::= { iDTStatsR1Entry  57 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' ISUP Circuit Group Statistics'             */
-- /* Valid from: 3.1.01                                                            */
-- /*********************************************************************************/

  iSUPCircGpStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPCircGpStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Circuit Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  660 }

  iSUPCircGpStatsR1Entry OBJECT-TYPE
    SYNTAX       ISUPCircGpStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPCircGpStatsR1MSwitchConn,
             iSUPCircGpStatsR1MSwitch,
             iSUPCircGpStatsR1CallAgentIx,
             iSUPCircGpStatsR1ISUPLocalSigDestIx,
             iSUPCircGpStatsR1ISUPRemSigDestIx,
             iSUPCircGpStatsR1CircGpIx,
             iSUPCircGpStatsR1SummaryPeriod }
    ::= {  iSUPCircGpStatsR1Table  1  }

  ISUPCircGpStatsR1Entry  ::=  SEQUENCE
  {
    iSUPCircGpStatsR1MSwitchConn       Unsigned32,
    iSUPCircGpStatsR1MSwitch           DisplayString,
    iSUPCircGpStatsR1CallAgentIx       Unsigned32,
    iSUPCircGpStatsR1ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPCircGpStatsR1ISUPRemSigDestIx  Unsigned32,
    iSUPCircGpStatsR1CircGpIx          Unsigned32,
    iSUPCircGpStatsR1SummaryPeriod     INTEGER,
    iSUPCircGpStatsR1CircsCfgdNum      Unsigned32,
    iSUPCircGpStatsR1CircsCfgdLowWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsCfgdHighWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsAvailNum     Unsigned32,
    iSUPCircGpStatsR1CircsAvailLowWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsAvailHighWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsIUCsNum      Unsigned32,
    iSUPCircGpStatsR1CircsIUCsLowWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsIUCsHighWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsIUInCsNum    Unsigned32,
    iSUPCircGpStatsR1CircsIUInCsLowWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsIUInCsHighWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsIUOutCsNum   Unsigned32,
    iSUPCircGpStatsR1CircsIUOutCsLowWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsIUOutCsHighWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsDvtdNum      Unsigned32,
    iSUPCircGpStatsR1CircsDvtdLowWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsDvtdHighWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsFaildNum     Unsigned32,
    iSUPCircGpStatsR1CircsFaildLowWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CircsFaildHighWaterMark
                                       Unsigned32,
    iSUPCircGpStatsR1CallAttsCntInCallAttempts
                                       Unsigned32,
    iSUPCircGpStatsR1CallAttsCntOutCallAttempts
                                       Unsigned32,
    iSUPCircGpStatsR1CallAttsCntFaildCallAttemptsCgstn
                                       Unsigned32,
    iSUPCircGpStatsR1CallUsageAllCalls Unsigned32,
    iSUPCircGpStatsR1CallUsageInCalls  Unsigned32,
    iSUPCircGpStatsR1CallUsageOutCalls Unsigned32,
    iSUPCircGpStatsR1CircGpFailsCnt    Unsigned32,
    iSUPCircGpStatsR1CircGpFailsCumDowntime
                                       Unsigned32
  }

  iSUPCircGpStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPCircGpStatsR1Entry  1 }

  iSUPCircGpStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPCircGpStatsR1Entry  2 }

  iSUPCircGpStatsR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPCircGpStatsR1Entry  3 }

  iSUPCircGpStatsR1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircGpStatsR1Entry  4 }

  iSUPCircGpStatsR1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircGpStatsR1Entry  5 }

  iSUPCircGpStatsR1CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { iSUPCircGpStatsR1Entry  6 }

  iSUPCircGpStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iSUPCircGpStatsR1Entry  7 }

  iSUPCircGpStatsR1CircsCfgdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits configured - number'."
    ::= { iSUPCircGpStatsR1Entry  16 }

  iSUPCircGpStatsR1CircsCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits configured - low water mark'."
    ::= { iSUPCircGpStatsR1Entry  17 }

  iSUPCircGpStatsR1CircsCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits configured - high water mark'."
    ::= { iSUPCircGpStatsR1Entry  18 }

  iSUPCircGpStatsR1CircsAvailNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits available - number'."
    ::= { iSUPCircGpStatsR1Entry  20 }

  iSUPCircGpStatsR1CircsAvailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits available - low water mark'."
    ::= { iSUPCircGpStatsR1Entry  21 }

  iSUPCircGpStatsR1CircsAvailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits available - high water mark'."
    ::= { iSUPCircGpStatsR1Entry  22 }

  iSUPCircGpStatsR1CircsIUCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for calls - number'."
    ::= { iSUPCircGpStatsR1Entry  24 }

  iSUPCircGpStatsR1CircsIUCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for calls - low water mark'."
    ::= { iSUPCircGpStatsR1Entry  25 }

  iSUPCircGpStatsR1CircsIUCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for calls - high water mark'."
    ::= { iSUPCircGpStatsR1Entry  26 }

  iSUPCircGpStatsR1CircsIUInCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for incoming calls - number'."
    ::= { iSUPCircGpStatsR1Entry  28 }

  iSUPCircGpStatsR1CircsIUInCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for incoming calls - low water mark'."
    ::= { iSUPCircGpStatsR1Entry  29 }

  iSUPCircGpStatsR1CircsIUInCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for incoming calls - high water mark'."
    ::= { iSUPCircGpStatsR1Entry  30 }

  iSUPCircGpStatsR1CircsIUOutCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for outgoing calls - number'."
    ::= { iSUPCircGpStatsR1Entry  32 }

  iSUPCircGpStatsR1CircsIUOutCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for outgoing calls - low water mark'."
    ::= { iSUPCircGpStatsR1Entry  33 }

  iSUPCircGpStatsR1CircsIUOutCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for outgoing calls - high water mark'."
    ::= { iSUPCircGpStatsR1Entry  34 }

  iSUPCircGpStatsR1CircsDvtdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits deactivated or maintenance blocked - number'."
    ::= { iSUPCircGpStatsR1Entry  36 }

  iSUPCircGpStatsR1CircsDvtdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits deactivated or maintenance blocked - low water mark'."
    ::= { iSUPCircGpStatsR1Entry  37 }

  iSUPCircGpStatsR1CircsDvtdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits deactivated or maintenance blocked - high water mark'."
    ::= { iSUPCircGpStatsR1Entry  38 }

  iSUPCircGpStatsR1CircsFaildNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits failed - number'."
    ::= { iSUPCircGpStatsR1Entry  40 }

  iSUPCircGpStatsR1CircsFaildLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits failed - low water mark'."
    ::= { iSUPCircGpStatsR1Entry  41 }

  iSUPCircGpStatsR1CircsFaildHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits failed - high water mark'."
    ::= { iSUPCircGpStatsR1Entry  42 }

  iSUPCircGpStatsR1CallAttsCntInCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of incoming call attempts'."
    ::= { iSUPCircGpStatsR1Entry  44 }

  iSUPCircGpStatsR1CallAttsCntOutCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of outgoing call attempts'."
    ::= { iSUPCircGpStatsR1Entry  45 }

  iSUPCircGpStatsR1CallAttsCntFaildCallAttemptsCgstn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of failed call attempts (congestion)'."
    ::= { iSUPCircGpStatsR1Entry  46 }

  iSUPCircGpStatsR1CallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - all calls'."
    ::= { iSUPCircGpStatsR1Entry  48 }

  iSUPCircGpStatsR1CallUsageInCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - incoming calls'."
    ::= { iSUPCircGpStatsR1Entry  49 }

  iSUPCircGpStatsR1CallUsageOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - outgoing calls'."
    ::= { iSUPCircGpStatsR1Entry  50 }

  iSUPCircGpStatsR1CircGpFailsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit Group failures - count'."
    ::= { iSUPCircGpStatsR1Entry  52 }

  iSUPCircGpStatsR1CircGpFailsCumDowntime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit Group failures - cumulative downtime'."
    ::= { iSUPCircGpStatsR1Entry  53 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' ISUP Media Channel Statistics'             */
-- /* Valid from: 3.1.01                                                            */
-- /*********************************************************************************/

  iSUPMediaChanStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Media Channel Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  661 }

  iSUPMediaChanStatsR2Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanStatsR2MSwitchConn,
             iSUPMediaChanStatsR2MSwitch,
             iSUPMediaChanStatsR2CallAgentIx,
             iSUPMediaChanStatsR2ISUPLocalSigDestIx,
             iSUPMediaChanStatsR2ISUPRemSigDestIx,
             iSUPMediaChanStatsR2MediaChanIx,
             iSUPMediaChanStatsR2SummaryPeriod }
    ::= {  iSUPMediaChanStatsR2Table  1  }

  ISUPMediaChanStatsR2Entry  ::=  SEQUENCE
  {
    iSUPMediaChanStatsR2MSwitchConn    Unsigned32,
    iSUPMediaChanStatsR2MSwitch        DisplayString,
    iSUPMediaChanStatsR2CallAgentIx    Unsigned32,
    iSUPMediaChanStatsR2ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPMediaChanStatsR2ISUPRemSigDestIx
                                       Unsigned32,
    iSUPMediaChanStatsR2MediaChanIx    Unsigned32,
    iSUPMediaChanStatsR2SummaryPeriod  INTEGER,
    iSUPMediaChanStatsR2CircsCfgdNum   Unsigned32,
    iSUPMediaChanStatsR2CircsCfgdLowWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsCfgdHighWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsAvailNum  Unsigned32,
    iSUPMediaChanStatsR2CircsAvailLowWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsAvailHighWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsIUCsNum   Unsigned32,
    iSUPMediaChanStatsR2CircsIUCsLowWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsIUCsHighWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsIUCsUtilization
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsIUInCsNum Unsigned32,
    iSUPMediaChanStatsR2CircsIUInCsLowWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsIUInCsHighWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsIUOCsNum  Unsigned32,
    iSUPMediaChanStatsR2CircsIUOCsLowWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsIUOCsHighWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsDvtdNum   Unsigned32,
    iSUPMediaChanStatsR2CircsDvtdLowWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsDvtdHighWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsFaildNum  Unsigned32,
    iSUPMediaChanStatsR2CircsFaildLowWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CircsFaildHighWaterMark
                                       Unsigned32,
    iSUPMediaChanStatsR2CallAtsCntInCallAttempts
                                       Unsigned32,
    iSUPMediaChanStatsR2CallAtsCntOutCallAttempts
                                       Unsigned32,
    iSUPMediaChanStatsR2CallAtsCntFaildCallAttemptsCgstn
                                       Unsigned32,
    iSUPMediaChanStatsR2CallAttemptsCntFaildFirstChoice
                                       Unsigned32,
    iSUPMediaChanStatsR2CallUsageAllCalls
                                       Unsigned32,
    iSUPMediaChanStatsR2CallUsageInCalls
                                       Unsigned32,
    iSUPMediaChanStatsR2CallUsageOutCalls
                                       Unsigned32,
    iSUPMediaChanStatsR2MChanFailsCnt  Unsigned32,
    iSUPMediaChanStatsR2MChanFailsCumDowntime
                                       Unsigned32
  }

  iSUPMediaChanStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanStatsR2Entry  1 }

  iSUPMediaChanStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanStatsR2Entry  2 }

  iSUPMediaChanStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsR2Entry  3 }

  iSUPMediaChanStatsR2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsR2Entry  4 }

  iSUPMediaChanStatsR2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsR2Entry  5 }

  iSUPMediaChanStatsR2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsR2Entry  6 }

  iSUPMediaChanStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iSUPMediaChanStatsR2Entry  7 }

  iSUPMediaChanStatsR2CircsCfgdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently configured'."
    ::= { iSUPMediaChanStatsR2Entry  18 }

  iSUPMediaChanStatsR2CircsCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently configured - low water mark'."
    ::= { iSUPMediaChanStatsR2Entry  19 }

  iSUPMediaChanStatsR2CircsCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently configured - high water mark'."
    ::= { iSUPMediaChanStatsR2Entry  20 }

  iSUPMediaChanStatsR2CircsAvailNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently available'."
    ::= { iSUPMediaChanStatsR2Entry  22 }

  iSUPMediaChanStatsR2CircsAvailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently available - low water mark'."
    ::= { iSUPMediaChanStatsR2Entry  23 }

  iSUPMediaChanStatsR2CircsAvailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently available - high water mark'."
    ::= { iSUPMediaChanStatsR2Entry  24 }

  iSUPMediaChanStatsR2CircsIUCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for calls'."
    ::= { iSUPMediaChanStatsR2Entry  26 }

  iSUPMediaChanStatsR2CircsIUCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for calls - low water mark'."
    ::= { iSUPMediaChanStatsR2Entry  27 }

  iSUPMediaChanStatsR2CircsIUCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for calls - high water mark'."
    ::= { iSUPMediaChanStatsR2Entry  28 }

  iSUPMediaChanStatsR2CircsIUCsUtilization OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Percentage utilization'."
    ::= { iSUPMediaChanStatsR2Entry  29 }

  iSUPMediaChanStatsR2CircsIUInCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for incoming calls'."
    ::= { iSUPMediaChanStatsR2Entry  31 }

  iSUPMediaChanStatsR2CircsIUInCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for incoming calls - low water mark'."
    ::= { iSUPMediaChanStatsR2Entry  32 }

  iSUPMediaChanStatsR2CircsIUInCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for incoming calls - high water mark'."
    ::= { iSUPMediaChanStatsR2Entry  33 }

  iSUPMediaChanStatsR2CircsIUOCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for outgoing calls'."
    ::= { iSUPMediaChanStatsR2Entry  35 }

  iSUPMediaChanStatsR2CircsIUOCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for outgoing calls - low water mark'."
    ::= { iSUPMediaChanStatsR2Entry  36 }

  iSUPMediaChanStatsR2CircsIUOCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for outgoing calls - high water mark'."
    ::= { iSUPMediaChanStatsR2Entry  37 }

  iSUPMediaChanStatsR2CircsDvtdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently deactivated or maintenance blocked'."
    ::= { iSUPMediaChanStatsR2Entry  39 }

  iSUPMediaChanStatsR2CircsDvtdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently deactivated or maintenance blocked - low water mark'."
    ::= { iSUPMediaChanStatsR2Entry  40 }

  iSUPMediaChanStatsR2CircsDvtdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently deactivated or maintenance blocked - high water mark'."
    ::= { iSUPMediaChanStatsR2Entry  41 }

  iSUPMediaChanStatsR2CircsFaildNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently failed'."
    ::= { iSUPMediaChanStatsR2Entry  43 }

  iSUPMediaChanStatsR2CircsFaildLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently failed - low water mark'."
    ::= { iSUPMediaChanStatsR2Entry  44 }

  iSUPMediaChanStatsR2CircsFaildHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently failed - high water mark'."
    ::= { iSUPMediaChanStatsR2Entry  45 }

  iSUPMediaChanStatsR2CallAtsCntInCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call attempts'."
    ::= { iSUPMediaChanStatsR2Entry  47 }

  iSUPMediaChanStatsR2CallAtsCntOutCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call attempts'."
    ::= { iSUPMediaChanStatsR2Entry  48 }

  iSUPMediaChanStatsR2CallAtsCntFaildCallAttemptsCgstn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Congestion - Rejected circuit requests'."
    ::= { iSUPMediaChanStatsR2Entry  49 }

  iSUPMediaChanStatsR2CallAttemptsCntFaildFirstChoice OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Congestion - Rejected first-choice circuit requests'."
    ::= { iSUPMediaChanStatsR2Entry  50 }

  iSUPMediaChanStatsR2CallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Total call usage'."
    ::= { iSUPMediaChanStatsR2Entry  52 }

  iSUPMediaChanStatsR2CallUsageInCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call usage'."
    ::= { iSUPMediaChanStatsR2Entry  53 }

  iSUPMediaChanStatsR2CallUsageOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call usage'."
    ::= { iSUPMediaChanStatsR2Entry  54 }

  iSUPMediaChanStatsR2MChanFailsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel failures - count of state failures'."
    ::= { iSUPMediaChanStatsR2Entry  56 }

  iSUPMediaChanStatsR2MChanFailsCumDowntime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel status: Downtime'."
    ::= { iSUPMediaChanStatsR2Entry  57 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Off-Premises Extension Service'                             */
-- /* Valid from: 3.1.01                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  indLineOPXR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineOPXR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  668 }

  indLineOPXR1Entry OBJECT-TYPE
    SYNTAX       IndLineOPXR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineOPXR1MSwitchConn,
             indLineOPXR1MSwitch,
             indLineOPXR1CallAgentIx,
             indLineOPXR1DirNum,
             indLineOPXR1OPXDirNum }
    ::= {  indLineOPXR1Table  1  }

  IndLineOPXR1Entry  ::=  SEQUENCE
  {
    indLineOPXR1MSwitchConn            Unsigned32,
    indLineOPXR1MSwitch                DisplayString,
    indLineOPXR1CallAgentIx            Unsigned32,
    indLineOPXR1DirNum                 DisplayString,
    indLineOPXR1OPX                    INTEGER,
    indLineOPXR1OPXDirNum              DisplayString,
    indLineOPXR1T1I1AccDevMSwitchConn  Unsigned32,
    indLineOPXR1T1I2AccDevMSwitch      DisplayString,
    indLineOPXR1T1I3AccDevCallAgentIx  Unsigned32,
    indLineOPXR1T1I4AccDevGatewayIx    Unsigned32,
    indLineOPXR1T1I5AccDevDeviceIx     Unsigned32,
    indLineOPXR1T2I1AccDevMSwitchConn  Unsigned32,
    indLineOPXR1T2I2AccDevMSwitch      DisplayString,
    indLineOPXR1T2I3AccDevCallAgentIx  Unsigned32,
    indLineOPXR1T2I4AccDevGatewayIx    Unsigned32,
    indLineOPXR1T2I5AccDevDeviceIx     Unsigned32,
    indLineOPXR1AccessLineNum          Unsigned32,
    indLineOPXR1SignalFunctionCode     INTEGER,
    indLineOPXR1AlrmState              INTEGER,
    indLineOPXR1AlrmLogCorr            Counter64,
    indLineOPXR1AddtlAlrmLogCorr       Counter64,
    indLineOPXR1AlrmEvtsAttnRq         Unsigned32,
    indLineOPXR1AlrmEvtsAtndDp         Unsigned32,
    indLineOPXR1AlrmStateTimestamp     Unsigned32,
    indLineOPXR1DiagsLogLvl            INTEGER,
    indLineOPXR1DiagsApiTrace          INTEGER,
    indLineOPXR1DiagsTag               DisplayString,
    indLineOPXR1RowStatus              RowStatus,
    indLineOPXR1DialGR303Type          INTEGER,
    indLineOPXR1T1I1GatewayMSwitchConn Unsigned32,
    indLineOPXR1T1I2GatewayMSwitch     DisplayString,
    indLineOPXR1T1I3GatewayCallAgentIx Unsigned32,
    indLineOPXR1T1I4GatewayGatewayIx   Unsigned32,
    indLineOPXR1T2I1GatewayMSwitchConn Unsigned32,
    indLineOPXR1T2I2GatewayMSwitch     DisplayString,
    indLineOPXR1T2I3GatewayCallAgentIx Unsigned32,
    indLineOPXR1T2I4GatewayGatewayIx   Unsigned32
  }

  indLineOPXR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineOPXR1Entry  1 }

  indLineOPXR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineOPXR1Entry  2 }

  indLineOPXR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineOPXR1Entry  3 }

  indLineOPXR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOPXR1Entry  4 }

  indLineOPXR1OPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Premises Extension - Subscribed'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { indLineOPXR1Entry  5 }

  indLineOPXR1OPXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOPXR1Entry  6 }

  indLineOPXR1T1I1AccDevMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  7 }

  indLineOPXR1T1I2AccDevMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  8 }

  indLineOPXR1T1I3AccDevCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  9 }

  indLineOPXR1T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  10 }

  indLineOPXR1T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  11 }

  indLineOPXR1T2I1AccDevMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  12 }

  indLineOPXR1T2I2AccDevMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  13 }

  indLineOPXR1T2I3AccDevCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  14 }

  indLineOPXR1T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  15 }

  indLineOPXR1T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR1Entry  16 }

  indLineOPXR1AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineOPXR1Entry  17 }

  indLineOPXR1SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineOPXR1Entry  18 }

  indLineOPXR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineOPXR1Entry  19 }

  indLineOPXR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineOPXR1Entry  20 }

  indLineOPXR1AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineOPXR1Entry  21 }

  indLineOPXR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineOPXR1Entry  22 }

  indLineOPXR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineOPXR1Entry  23 }

  indLineOPXR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineOPXR1Entry  24 }

  indLineOPXR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineOPXR1Entry  25 }

  indLineOPXR1DiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineOPXR1Entry  26 }

  indLineOPXR1DiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineOPXR1Entry  27 }

  indLineOPXR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { indLineOPXR1Entry  28 }

  indLineOPXR1DialGR303Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineOPXR1Entry  30 }

  indLineOPXR1T1I1GatewayMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR1Entry  79 }

  indLineOPXR1T1I2GatewayMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR1Entry  80 }

  indLineOPXR1T1I3GatewayCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR1Entry  81 }

  indLineOPXR1T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR1Entry  82 }

  indLineOPXR1T2I1GatewayMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR1Entry  83 }

  indLineOPXR1T2I2GatewayMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR1Entry  84 }

  indLineOPXR1T2I3GatewayCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR1Entry  85 }

  indLineOPXR1T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR1Entry  86 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' Global Multi Party Call Services Statistics'                */
-- /* Valid from: 3.1.01                                                            */
-- /*********************************************************************************/

  multiPartyServStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MultiPartyServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Multi Party Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  676 }

  multiPartyServStatsR2Entry OBJECT-TYPE
    SYNTAX       MultiPartyServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { multiPartyServStatsR2MSwitchConn,
             multiPartyServStatsR2MSwitch,
             multiPartyServStatsR2CallAgentIx,
             multiPartyServStatsR2SummaryPeriod }
    ::= {  multiPartyServStatsR2Table  1  }

  MultiPartyServStatsR2Entry  ::=  SEQUENCE
  {
    multiPartyServStatsR2MSwitchConn   Unsigned32,
    multiPartyServStatsR2MSwitch       DisplayString,
    multiPartyServStatsR2CallAgentIx   Unsigned32,
    multiPartyServStatsR2SummaryPeriod INTEGER,
    multiPartyServStatsR2CntXferredCallsByCallXfer
                                       Unsigned32,
    multiPartyServStatsR2Cnt3WayCallSetupAttempts
                                       Unsigned32,
    multiPartyServStatsR2ActivnCntCW   Unsigned32,
    multiPartyServStatsR2DeactivnCntCW Unsigned32,
    multiPartyServStatsR2CntCWNotifs   Unsigned32,
    multiPartyServStatsR2CntAnswrdCWCalls
                                       Unsigned32,
    multiPartyServStatsR2DialCntCCWAccessCode
                                       Unsigned32,
    multiPartyServStatsR2CntFaildActivnCCW
                                       Unsigned32,
    multiPartyServStatsR2CntCallsToBusySubWithCCWInvoked
                                       Unsigned32,
    multiPartyServStatsR2CntCIDCWNotifs
                                       Unsigned32,
    multiPartyServStatsR2CntCWCallsNotAnswrd
                                       Unsigned32,
    multiPartyServStatsR2CntCompleteClgIDDelivs
                                       Unsigned32,
    multiPartyServStatsR2CntPartialClgIDDelivs
                                       Unsigned32,
    multiPartyServStatsR2CntIDWithhldInCalls
                                       Unsigned32,
    multiPartyServStatsR2CntUndetIDInCalls
                                       Unsigned32,
    multiPartyServStatsR2CntAllHICCalls
                                       Unsigned32,
    multiPartyServStatsR2CntHICCallsWithDistRinging
                                       Unsigned32,
    multiPartyServStatsR2CHCntCallsSucHeld
                                       Unsigned32,
    multiPartyServStatsR2CHCntFAtsUserErr
                                       Unsigned32,
    multiPartyServStatsR2CHCntFAtsSysFail
                                       Unsigned32,
    multiPartyServStatsR2CHCntHClsSucRetr
                                       Unsigned32,
    multiPartyServStatsR2CHCntFldRetrAts
                                       Unsigned32,
    multiPartyServStatsR2CHCntHClsCleared
                                       Unsigned32
  }

  multiPartyServStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { multiPartyServStatsR2Entry  1 }

  multiPartyServStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { multiPartyServStatsR2Entry  2 }

  multiPartyServStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { multiPartyServStatsR2Entry  3 }

  multiPartyServStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { multiPartyServStatsR2Entry  4 }

  multiPartyServStatsR2CntXferredCallsByCallXfer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of transferred calls by Call Transfer'."
    ::= { multiPartyServStatsR2Entry  5 }

  multiPartyServStatsR2Cnt3WayCallSetupAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of 3-way call setup attempts'."
    ::= { multiPartyServStatsR2Entry  6 }

  multiPartyServStatsR2ActivnCntCW OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation count of Call Waiting'."
    ::= { multiPartyServStatsR2Entry  7 }

  multiPartyServStatsR2DeactivnCntCW OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deactivation count of Call Waiting'."
    ::= { multiPartyServStatsR2Entry  8 }

  multiPartyServStatsR2CntCWNotifs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Call Waiting notifications'."
    ::= { multiPartyServStatsR2Entry  9 }

  multiPartyServStatsR2CntAnswrdCWCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of answered Call Waiting calls'."
    ::= { multiPartyServStatsR2Entry  10 }

  multiPartyServStatsR2DialCntCCWAccessCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Dial count of Cancel Call Waiting access code'."
    ::= { multiPartyServStatsR2Entry  11 }

  multiPartyServStatsR2CntFaildActivnCCW OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of failed activations of Cancel Call Waiting'."
    ::= { multiPartyServStatsR2Entry  12 }

  multiPartyServStatsR2CntCallsToBusySubWithCCWInvoked OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls to busy subscriber with Cancel Call Waiting invoked'."
    ::= { multiPartyServStatsR2Entry  13 }

  multiPartyServStatsR2CntCIDCWNotifs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Call Waiting notifications with Caller ID'."
    ::= { multiPartyServStatsR2Entry  14 }

  multiPartyServStatsR2CntCWCallsNotAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of answered Call Waiting calls with Caller ID'."
    ::= { multiPartyServStatsR2Entry  15 }

  multiPartyServStatsR2CntCompleteClgIDDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of complete calling ID deliveries'."
    ::= { multiPartyServStatsR2Entry  16 }

  multiPartyServStatsR2CntPartialClgIDDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of partial calling ID deliveries'."
    ::= { multiPartyServStatsR2Entry  17 }

  multiPartyServStatsR2CntIDWithhldInCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of incoming calls with ID withheld'."
    ::= { multiPartyServStatsR2Entry  18 }

  multiPartyServStatsR2CntUndetIDInCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of incoming calls with undetermined ID'."
    ::= { multiPartyServStatsR2Entry  19 }

  multiPartyServStatsR2CntAllHICCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of all Home Intercom calls'."
    ::= { multiPartyServStatsR2Entry  20 }

  multiPartyServStatsR2CntHICCallsWithDistRinging OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Home Intercom calls with Distinctive Ringing'."
    ::= { multiPartyServStatsR2Entry  21 }

  multiPartyServStatsR2CHCntCallsSucHeld OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Hold - count of calls successfully held'."
    ::= { multiPartyServStatsR2Entry  22 }

  multiPartyServStatsR2CHCntFAtsUserErr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Hold - count of failed attempts (user error)'."
    ::= { multiPartyServStatsR2Entry  23 }

  multiPartyServStatsR2CHCntFAtsSysFail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Hold - count of failed attempts (system failure)'."
    ::= { multiPartyServStatsR2Entry  24 }

  multiPartyServStatsR2CHCntHClsSucRetr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Hold - count of held calls successfully retrieved'."
    ::= { multiPartyServStatsR2Entry  25 }

  multiPartyServStatsR2CHCntFldRetrAts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Hold - count of failed retrieve attempts'."
    ::= { multiPartyServStatsR2Entry  26 }

  multiPartyServStatsR2CHCntHClsCleared OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Hold - count of held calls cleared'."
    ::= { multiPartyServStatsR2Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Port Maintenance List'                                  */
-- /* Valid from: 3.1.01                                                            */
-- /*********************************************************************************/

  tDMPortMaintListTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMPortMaintListEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  690 }

  tDMPortMaintListEntry OBJECT-TYPE
    SYNTAX       TDMPortMaintListEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMPortMaintListMSwitchConn,
             tDMPortMaintListMSwitch,
             tDMPortMaintListCallAgentIx,
             tDMPortMaintListGatewayIx }
    ::= {  tDMPortMaintListTable  1  }

  TDMPortMaintListEntry  ::=  SEQUENCE
  {
    tDMPortMaintListMSwitchConn        Unsigned32,
    tDMPortMaintListMSwitch            DisplayString,
    tDMPortMaintListCallAgentIx        Unsigned32,
    tDMPortMaintListGatewayIx          Unsigned32,
    tDMPortMaintListNumObjectsInList   Unsigned32,
    tDMPortMaintListTimeLastChangeToList
                                       Unsigned32,
    tDMPortMaintListCurrAlrmsAttnRq    Unsigned32,
    tDMPortMaintListPrevAlrmsAttnRq    Unsigned32,
    tDMPortMaintListCurrAlrmsAtndDp    Unsigned32,
    tDMPortMaintListPrevAlrmsAtndDp    Unsigned32,
    tDMPortMaintListSummaryChldAlrmState
                                       INTEGER,
    tDMPortMaintListEntry1             OBJECT IDENTIFIER,
    tDMPortMaintListEntry2             OBJECT IDENTIFIER,
    tDMPortMaintListEntry3             OBJECT IDENTIFIER,
    tDMPortMaintListEntry4             OBJECT IDENTIFIER,
    tDMPortMaintListEntry5             OBJECT IDENTIFIER,
    tDMPortMaintListEntry6             OBJECT IDENTIFIER,
    tDMPortMaintListEntry7             OBJECT IDENTIFIER,
    tDMPortMaintListEntry8             OBJECT IDENTIFIER,
    tDMPortMaintListEntry9             OBJECT IDENTIFIER,
    tDMPortMaintListEntry10            OBJECT IDENTIFIER
  }

  tDMPortMaintListMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMPortMaintListEntry  1 }

  tDMPortMaintListMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMPortMaintListEntry  2 }

  tDMPortMaintListCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tDMPortMaintListEntry  3 }

  tDMPortMaintListGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tDMPortMaintListEntry  4 }

  tDMPortMaintListNumObjectsInList OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of objects in list'."
    ::= { tDMPortMaintListEntry  5 }

  tDMPortMaintListTimeLastChangeToList OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last change to list'."
    ::= { tDMPortMaintListEntry  6 }

  tDMPortMaintListCurrAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarms'."
    ::= { tDMPortMaintListEntry  7 }

  tDMPortMaintListPrevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMPortMaintListEntry  8 }

  tDMPortMaintListCurrAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarms'."
    ::= { tDMPortMaintListEntry  9 }

  tDMPortMaintListPrevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMPortMaintListEntry  10 }

  tDMPortMaintListSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMPortMaintListEntry  11 }

  tDMPortMaintListEntry1 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently no entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  12 }

  tDMPortMaintListEntry2 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 2 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  13 }

  tDMPortMaintListEntry3 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 3 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  14 }

  tDMPortMaintListEntry4 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 4 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  15 }

  tDMPortMaintListEntry5 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 5 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  16 }

  tDMPortMaintListEntry6 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 6 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  17 }

  tDMPortMaintListEntry7 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 7 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  18 }

  tDMPortMaintListEntry8 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 8 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  19 }

  tDMPortMaintListEntry9 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 9 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  20 }

  tDMPortMaintListEntry10 OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This field is the object ID of the first field in
                  the sequence of fields that make up an entry that
                  is currently in this maintainance list.
                  If the MetaView object type of the entry that this field
                  refers to is represented by multiple MIB tables at
                  the entry's version, then the table with the lowest
                  'Valid from' is chosen as the table type, even
                  if that table is deprecated at that version.
                  To obtain the entry from other MIB tables that
                  the entry is valid at, replace the returned table
                  OID prefix with the OID you prefer.
                  If there are currently less than 10 + entries in this
                  maintainance list then the value is set to
                  unassignedOid"
    ::= { tDMPortMaintListEntry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID IP Destination'                                   */
-- /* Valid from: 3.1.01                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  callerIDIPDestTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallerIDIPDestEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Caller ID Services'.
                  Table does not support createAndWait."
    ::= { metaSwitch  703 }

  callerIDIPDestEntry OBJECT-TYPE
    SYNTAX       CallerIDIPDestEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callerIDIPDestMSwitchConn,
             callerIDIPDestMSwitch,
             callerIDIPDestCallAgentIx,
             callerIDIPDestIPDestIx }
    ::= {  callerIDIPDestTable  1  }

  CallerIDIPDestEntry  ::=  SEQUENCE
  {
    callerIDIPDestMSwitchConn          Unsigned32,
    callerIDIPDestMSwitch              DisplayString,
    callerIDIPDestCallAgentIx          Unsigned32,
    callerIDIPDestIPDestIx             Unsigned32,
    callerIDIPDestIPDestName           DisplayString,
    callerIDIPDestIPAddr               DisplayString,
    callerIDIPDestUDPPort              Unsigned32,
    callerIDIPDestAlrmState            INTEGER,
    callerIDIPDestAlrmEvtsAttnRqLogCorr
                                       Counter64,
    callerIDIPDestAlrmEvtsAttnRq       Unsigned32,
    callerIDIPDestAlrmStateTimestamp   Unsigned32,
    callerIDIPDestAlrmResetTimestamp   Unsigned32,
    callerIDIPDestRowStatus            RowStatus
  }

  callerIDIPDestMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callerIDIPDestEntry  1 }

  callerIDIPDestMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callerIDIPDestEntry  2 }

  callerIDIPDestCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callerIDIPDestEntry  3 }

  callerIDIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP destination index'.
                  This is an index field."
    ::= { callerIDIPDestEntry  4 }

  callerIDIPDestIPDestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { callerIDIPDestEntry  5 }

  callerIDIPDestIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { callerIDIPDestEntry  6 }

  callerIDIPDestUDPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UDP port'.
                  This field is not writable when active."
    DEFVAL       { 999 }
    ::= { callerIDIPDestEntry  7 }

  callerIDIPDestAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { callerIDIPDestEntry  8 }

  callerIDIPDestAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { callerIDIPDestEntry  9 }

  callerIDIPDestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { callerIDIPDestEntry  10 }

  callerIDIPDestAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { callerIDIPDestEntry  11 }

  callerIDIPDestAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { callerIDIPDestEntry  12 }

  callerIDIPDestRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { callerIDIPDestEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' DS1 Over DS3 Port Statistics'              */
-- /* Valid from: 3.1.01                                                            */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  dS1OverDS3PortStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OverDS3PortStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'DS1 Over DS3 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  707 }

  dS1OverDS3PortStatsR1Entry OBJECT-TYPE
    SYNTAX       DS1OverDS3PortStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OverDS3PortStatsR1MSwitchConn,
             dS1OverDS3PortStatsR1MSwitch,
             dS1OverDS3PortStatsR1MediaGatewayIx,
             dS1OverDS3PortStatsR1CtrlerIx,
             dS1OverDS3PortStatsR1SlotNum,
             dS1OverDS3PortStatsR1PhysDS3PortName,
             dS1OverDS3PortStatsR1DS1OverDS3PortName,
             dS1OverDS3PortStatsR1SummaryPeriod }
    ::= {  dS1OverDS3PortStatsR1Table  1  }

  DS1OverDS3PortStatsR1Entry  ::=  SEQUENCE
  {
    dS1OverDS3PortStatsR1MSwitchConn   Unsigned32,
    dS1OverDS3PortStatsR1MSwitch       DisplayString,
    dS1OverDS3PortStatsR1MediaGatewayIx
                                       Unsigned32,
    dS1OverDS3PortStatsR1CtrlerIx      INTEGER,
    dS1OverDS3PortStatsR1SlotNum       INTEGER,
    dS1OverDS3PortStatsR1PhysDS3PortName
                                       INTEGER,
    dS1OverDS3PortStatsR1DS1OverDS3PortName
                                       DisplayString,
    dS1OverDS3PortStatsR1SummaryPeriod INTEGER,
    dS1OverDS3PortStatsR1NumLossSignalErrs
                                       Integer32,
    dS1OverDS3PortStatsR1NumLossFrameErrs
                                       Integer32,
    dS1OverDS3PortStatsR1NumAlrmIndSentErrs
                                       Integer32,
    dS1OverDS3PortStatsR1NumRemAlrmIndErrs
                                       Integer32,
    dS1OverDS3PortStatsR1NumDS0ChsAvail
                                       Integer32,
    dS1OverDS3PortStatsR1NumDS0ChsInUse
                                       Integer32,
    dS1OverDS3PortStatsR1NumTermsLinkedToACall
                                       Integer32,
    dS1OverDS3PortStatsR1NumTermsRsvdUse
                                       Integer32,
    dS1OverDS3PortStatsR1CntFailNotifsTerms
                                       Integer32,
    dS1OverDS3PortStatsR1NumErroredSecs
                                       Integer32,
    dS1OverDS3PortStatsR1NumSeverelyErroredSecs
                                       Integer32,
    dS1OverDS3PortStatsR1NumBackgroundBlockErrs
                                       Integer32,
    dS1OverDS3PortStatsR1NumUnavailSecs
                                       Integer32,
    dS1OverDS3PortStatsR1NumAvailSecs  Integer32,
    dS1OverDS3PortStatsR1NumSlips      Integer32
  }

  dS1OverDS3PortStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  1 }

  dS1OverDS3PortStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  2 }

  dS1OverDS3PortStatsR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  3 }

  dS1OverDS3PortStatsR1CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  4 }

  dS1OverDS3PortStatsR1SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  5 }

  dS1OverDS3PortStatsR1PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  6 }

  dS1OverDS3PortStatsR1DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  7 }

  dS1OverDS3PortStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { dS1OverDS3PortStatsR1Entry  8 }

  dS1OverDS3PortStatsR1NumLossSignalErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Loss of Signal errors'."
    ::= { dS1OverDS3PortStatsR1Entry  9 }

  dS1OverDS3PortStatsR1NumLossFrameErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Loss of Frame errors'."
    ::= { dS1OverDS3PortStatsR1Entry  10 }

  dS1OverDS3PortStatsR1NumAlrmIndSentErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Alarm Indication Sent errors'."
    ::= { dS1OverDS3PortStatsR1Entry  11 }

  dS1OverDS3PortStatsR1NumRemAlrmIndErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Remote Alarm Indication errors'."
    ::= { dS1OverDS3PortStatsR1Entry  12 }

  dS1OverDS3PortStatsR1NumDS0ChsAvail OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DS0 channels available'."
    ::= { dS1OverDS3PortStatsR1Entry  13 }

  dS1OverDS3PortStatsR1NumDS0ChsInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DS0 channels in use'."
    ::= { dS1OverDS3PortStatsR1Entry  14 }

  dS1OverDS3PortStatsR1NumTermsLinkedToACall OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of terminations linked to a call'."
    ::= { dS1OverDS3PortStatsR1Entry  15 }

  dS1OverDS3PortStatsR1NumTermsRsvdUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of terminations reserved for use'."
    ::= { dS1OverDS3PortStatsR1Entry  16 }

  dS1OverDS3PortStatsR1CntFailNotifsTerms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of failure notifications for terminations'."
    ::= { dS1OverDS3PortStatsR1Entry  17 }

  dS1OverDS3PortStatsR1NumErroredSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Errored Seconds'."
    ::= { dS1OverDS3PortStatsR1Entry  18 }

  dS1OverDS3PortStatsR1NumSeverelyErroredSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Severely Errored Seconds'."
    ::= { dS1OverDS3PortStatsR1Entry  19 }

  dS1OverDS3PortStatsR1NumBackgroundBlockErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Background Block Errors'."
    ::= { dS1OverDS3PortStatsR1Entry  20 }

  dS1OverDS3PortStatsR1NumUnavailSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Unavailable Seconds'."
    ::= { dS1OverDS3PortStatsR1Entry  21 }

  dS1OverDS3PortStatsR1NumAvailSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Available Seconds'."
    ::= { dS1OverDS3PortStatsR1Entry  22 }

  dS1OverDS3PortStatsR1NumSlips OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Slips'."
    ::= { dS1OverDS3PortStatsR1Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Billing User'                                               */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  billUserR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillUserR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  718 }

  billUserR1Entry OBJECT-TYPE
    SYNTAX       BillUserR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billUserR1MSwitchConn,
             billUserR1MSwitch,
             billUserR1UserName }
    ::= {  billUserR1Table  1  }

  BillUserR1Entry  ::=  SEQUENCE
  {
    billUserR1MSwitchConn              Unsigned32,
    billUserR1MSwitch                  DisplayString,
    billUserR1UserName                 DisplayString,
    billUserR1NewPassword              DisplayString,
    billUserR1ConfirmNewPassword       DisplayString,
    billUserR1UserDesc                 DisplayString,
    billUserR1RowStatus                RowStatus,
    billUserR1SDActPasswordExpiryPeriod
                                       Unsigned32,
    billUserR1SDDefPasswordExpiryPeriod
                                       Unsigned32,
    billUserR1SDUseDefPasswordExpiryPeriod
                                       INTEGER,
    billUserR1DaysUntilPasswordExpiry  Unsigned32,
    billUserR1SDActLoginFailsBeforeLockout
                                       Unsigned32,
    billUserR1SDDefLoginFailsBeforeLockout
                                       Unsigned32,
    billUserR1SDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    billUserR1NumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    billUserR1AccountLocked            INTEGER
  }

  billUserR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billUserR1Entry  1 }

  billUserR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billUserR1Entry  2 }

  billUserR1UserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { billUserR1Entry  3 }

  billUserR1NewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { billUserR1Entry  4 }

  billUserR1ConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { billUserR1Entry  5 }

  billUserR1UserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { billUserR1Entry  6 }

  billUserR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { billUserR1Entry  7 }

  billUserR1SDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { billUserR1Entry  8 }

  billUserR1SDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { billUserR1Entry  9 }

  billUserR1SDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { billUserR1Entry  10 }

  billUserR1DaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { billUserR1Entry  11 }

  billUserR1SDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { billUserR1Entry  12 }

  billUserR1SDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { billUserR1Entry  13 }

  billUserR1SDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { billUserR1Entry  14 }

  billUserR1NumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { billUserR1Entry  15 }

  billUserR1AccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { billUserR1Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Craft User'                                                 */
-- /* Valid from: 3.2                                                               */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  emsCraftUserR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsCraftUserR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  724 }

  emsCraftUserR2Entry OBJECT-TYPE
    SYNTAX       EmsCraftUserR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsCraftUserR2EMSIx,
             emsCraftUserR2EMSNodeName,
             emsCraftUserR2UserName }
    ::= {  emsCraftUserR2Table  1  }

  EmsCraftUserR2Entry  ::=  SEQUENCE
  {
    emsCraftUserR2EMSIx                Unsigned32,
    emsCraftUserR2EMSNodeName          DisplayString,
    emsCraftUserR2UserName             DisplayString,
    emsCraftUserR2NewPassword          DisplayString,
    emsCraftUserR2ConfirmNewPassword   DisplayString,
    emsCraftUserR2UserDesc             DisplayString,
    emsCraftUserR2RowStatus            RowStatus,
    emsCraftUserR2UserSecurityLvl      INTEGER,
    emsCraftUserR2SDActPasswordExpiryPeriod
                                       Unsigned32,
    emsCraftUserR2SDDefPasswordExpiryPeriod
                                       Unsigned32,
    emsCraftUserR2SDUseDefPasswordExpiryPeriod
                                       INTEGER,
    emsCraftUserR2DaysUntilPasswordExpiry
                                       Unsigned32,
    emsCraftUserR2SDActLoginFailsBeforeLockout
                                       Unsigned32,
    emsCraftUserR2SDDefLoginFailsBeforeLockout
                                       Unsigned32,
    emsCraftUserR2SDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    emsCraftUserR2NumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    emsCraftUserR2AccountLocked        INTEGER
  }

  emsCraftUserR2EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsCraftUserR2Entry  1 }

  emsCraftUserR2EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsCraftUserR2Entry  2 }

  emsCraftUserR2UserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { emsCraftUserR2Entry  3 }

  emsCraftUserR2NewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { emsCraftUserR2Entry  4 }

  emsCraftUserR2ConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { emsCraftUserR2Entry  5 }

  emsCraftUserR2UserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { emsCraftUserR2Entry  6 }

  emsCraftUserR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { emsCraftUserR2Entry  7 }

  emsCraftUserR2UserSecurityLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   administrator(1),
                   restricted(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User security level'."
    DEFVAL       { administrator }
    ::= { emsCraftUserR2Entry  10 }

  emsCraftUserR2SDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR2Entry  11 }

  emsCraftUserR2SDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR2Entry  12 }

  emsCraftUserR2SDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { emsCraftUserR2Entry  13 }

  emsCraftUserR2DaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { emsCraftUserR2Entry  14 }

  emsCraftUserR2SDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR2Entry  15 }

  emsCraftUserR2SDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR2Entry  16 }

  emsCraftUserR2SDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { emsCraftUserR2Entry  17 }

  emsCraftUserR2NumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { emsCraftUserR2Entry  18 }

  emsCraftUserR2AccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { emsCraftUserR2Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Users'                                             */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  emsUserContainerR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsUserContainerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  725 }

  emsUserContainerR1Entry OBJECT-TYPE
    SYNTAX       EmsUserContainerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsUserContainerR1EMSIx,
             emsUserContainerR1EMSNodeName }
    ::= {  emsUserContainerR1Table  1  }

  EmsUserContainerR1Entry  ::=  SEQUENCE
  {
    emsUserContainerR1EMSIx            Unsigned32,
    emsUserContainerR1EMSNodeName      DisplayString,
    emsUserContainerR1LoginFails       Counter64
  }

  emsUserContainerR1EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsUserContainerR1Entry  1 }

  emsUserContainerR1EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsUserContainerR1Entry  2 }

  emsUserContainerR1LoginFails OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Login failures'."
    ::= { emsUserContainerR1Entry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView User'                                              */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  emsUserR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsUserR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  726 }

  emsUserR1Entry OBJECT-TYPE
    SYNTAX       EmsUserR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsUserR1EMSIx,
             emsUserR1EMSNodeName,
             emsUserR1UserName }
    ::= {  emsUserR1Table  1  }

  EmsUserR1Entry  ::=  SEQUENCE
  {
    emsUserR1EMSIx                     Unsigned32,
    emsUserR1EMSNodeName               DisplayString,
    emsUserR1UserName                  DisplayString,
    emsUserR1UserDesc                  DisplayString,
    emsUserR1NewPassword               DisplayString,
    emsUserR1ConfirmNewPassword        DisplayString,
    emsUserR1RowStatus                 RowStatus,
    emsUserR1SDActPasswordExpiryPeriod Unsigned32,
    emsUserR1SDDefPasswordExpiryPeriod Unsigned32,
    emsUserR1SDUseDefPasswordExpiryPeriod
                                       INTEGER,
    emsUserR1DaysUntilPasswordExpiry   Unsigned32,
    emsUserR1SDActLoginFailsBeforeLockout
                                       Unsigned32,
    emsUserR1SDDefLoginFailsBeforeLockout
                                       Unsigned32,
    emsUserR1SDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    emsUserR1NumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    emsUserR1AccountLocked             INTEGER,
    emsUserR1I1UserTypeEMSIx           Unsigned32,
    emsUserR1I2UserTypeEMSNodeName     DisplayString,
    emsUserR1I3UserTypeIx              INTEGER
  }

  emsUserR1EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsUserR1Entry  1 }

  emsUserR1EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsUserR1Entry  2 }

  emsUserR1UserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { emsUserR1Entry  3 }

  emsUserR1UserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { emsUserR1Entry  5 }

  emsUserR1NewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { emsUserR1Entry  6 }

  emsUserR1ConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { emsUserR1Entry  7 }

  emsUserR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { emsUserR1Entry  8 }

  emsUserR1SDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsUserR1Entry  9 }

  emsUserR1SDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsUserR1Entry  10 }

  emsUserR1SDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { emsUserR1Entry  11 }

  emsUserR1DaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { emsUserR1Entry  12 }

  emsUserR1SDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsUserR1Entry  13 }

  emsUserR1SDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsUserR1Entry  14 }

  emsUserR1SDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { emsUserR1Entry  15 }

  emsUserR1NumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { emsUserR1Entry  16 }

  emsUserR1AccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { emsUserR1Entry  17 }

  emsUserR1I1UserTypeEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'User type',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOEmsUserTypeSE'."
    ::= { emsUserR1Entry  18 }

  emsUserR1I2UserTypeEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'User type',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOEmsUserTypeSE'."
    ::= { emsUserR1Entry  19 }

  emsUserR1I3UserTypeIx OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'User type',
                  This field represents index 'Index'
                  in referenced type 'BOOEmsUserTypeSE'."
    ::= { emsUserR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Users'                                                      */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  emsUsersTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsUsersEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  727 }

  emsUsersEntry OBJECT-TYPE
    SYNTAX       EmsUsersEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsUsersEMSIx,
             emsUsersEMSNodeName }
    ::= {  emsUsersTable  1  }

  EmsUsersEntry  ::=  SEQUENCE
  {
    emsUsersEMSIx                      Unsigned32,
    emsUsersEMSNodeName                DisplayString,
    emsUsersDefPasswordExpiryPeriod    Unsigned32,
    emsUsersDefLoginFailsBeforeLockout Unsigned32
  }

  emsUsersEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsUsersEntry  1 }

  emsUsersEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsUsersEntry  2 }

  emsUsersDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default password expiry period'."
    DEFVAL       { 0 }
    ::= { emsUsersEntry  3 }

  emsUsersDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default login failures before lockout'."
    DEFVAL       { 0 }
    ::= { emsUsersEntry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Party Call Services'                                  */
-- /* Valid from: 3.2                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  indLineMultiPartyR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineMultiPartyR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  734 }

  indLineMultiPartyR3Entry OBJECT-TYPE
    SYNTAX       IndLineMultiPartyR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineMultiPartyR3MSwitchConn,
             indLineMultiPartyR3MSwitch,
             indLineMultiPartyR3CallAgentIx,
             indLineMultiPartyR3DirNum }
    ::= {  indLineMultiPartyR3Table  1  }

  IndLineMultiPartyR3Entry  ::=  SEQUENCE
  {
    indLineMultiPartyR3MSwitchConn     Unsigned32,
    indLineMultiPartyR3MSwitch         DisplayString,
    indLineMultiPartyR3CallAgentIx     Unsigned32,
    indLineMultiPartyR3DirNum          DisplayString,
    indLineMultiPartyR3SDActTWC        INTEGER,
    indLineMultiPartyR3SDDefTWC        INTEGER,
    indLineMultiPartyR3SDUseDefTWC     INTEGER,
    indLineMultiPartyR3SDActCW         INTEGER,
    indLineMultiPartyR3SDDefCW         INTEGER,
    indLineMultiPartyR3SDUseDefCW      INTEGER,
    indLineMultiPartyR3SDActCWWithCID  INTEGER,
    indLineMultiPartyR3SDDefCWWithCID  INTEGER,
    indLineMultiPartyR3SDUseDefCWWithCID
                                       INTEGER,
    indLineMultiPartyR3SDActCallXfer   INTEGER,
    indLineMultiPartyR3SDDefCallXfer   INTEGER,
    indLineMultiPartyR3SDUseDefCallXfer
                                       INTEGER,
    indLineMultiPartyR3CWEnabled       INTEGER,
    indLineMultiPartyR3SDActHIC        INTEGER,
    indLineMultiPartyR3SDDefHIC        INTEGER,
    indLineMultiPartyR3SDUseDefHIC     INTEGER,
    indLineMultiPartyR3SDActHICDistRinging
                                       INTEGER,
    indLineMultiPartyR3SDDefHICDistRinging
                                       INTEGER,
    indLineMultiPartyR3SDUseDefHICDistRinging
                                       INTEGER,
    indLineMultiPartyR3SDActCallHoldSubscribed
                                       INTEGER,
    indLineMultiPartyR3SDDefCallHoldSubscribed
                                       INTEGER,
    indLineMultiPartyR3SDUseDefCallHoldSubscribed
                                       INTEGER,
    indLineMultiPartyR3SDActTWCCTConfUSB
                                       INTEGER,
    indLineMultiPartyR3SDDefTWCCTConfUSB
                                       INTEGER,
    indLineMultiPartyR3SDUseDefTWCCTConfUSB
                                       INTEGER
  }

  indLineMultiPartyR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineMultiPartyR3Entry  1 }

  indLineMultiPartyR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineMultiPartyR3Entry  2 }

  indLineMultiPartyR3CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineMultiPartyR3Entry  3 }

  indLineMultiPartyR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineMultiPartyR3Entry  4 }

  indLineMultiPartyR3SDActTWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  5 }

  indLineMultiPartyR3SDDefTWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  6 }

  indLineMultiPartyR3SDUseDefTWC OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  7 }

  indLineMultiPartyR3SDActCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  8 }

  indLineMultiPartyR3SDDefCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  9 }

  indLineMultiPartyR3SDUseDefCW OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  10 }

  indLineMultiPartyR3SDActCWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  11 }

  indLineMultiPartyR3SDDefCWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  12 }

  indLineMultiPartyR3SDUseDefCWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  13 }

  indLineMultiPartyR3SDActCallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  14 }

  indLineMultiPartyR3SDDefCallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  15 }

  indLineMultiPartyR3SDUseDefCallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  16 }

  indLineMultiPartyR3CWEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - Enabled'."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  17 }

  indLineMultiPartyR3SDActHIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  18 }

  indLineMultiPartyR3SDDefHIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  19 }

  indLineMultiPartyR3SDUseDefHIC OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  20 }

  indLineMultiPartyR3SDActHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  21 }

  indLineMultiPartyR3SDDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  22 }

  indLineMultiPartyR3SDUseDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  23 }

  indLineMultiPartyR3SDActCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  29 }

  indLineMultiPartyR3SDDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  30 }

  indLineMultiPartyR3SDUseDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  31 }

  indLineMultiPartyR3SDActTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  32 }

  indLineMultiPartyR3SDDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR3Entry  33 }

  indLineMultiPartyR3SDUseDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR3Entry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Ports'                                                  */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  tDMPortConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMPortConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  778 }

  tDMPortConR2Entry OBJECT-TYPE
    SYNTAX       TDMPortConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMPortConR2MSwitchConn,
             tDMPortConR2MSwitch,
             tDMPortConR2CallAgentIx,
             tDMPortConR2GatewayIx }
    ::= {  tDMPortConR2Table  1  }

  TDMPortConR2Entry  ::=  SEQUENCE
  {
    tDMPortConR2MSwitchConn            Unsigned32,
    tDMPortConR2MSwitch                DisplayString,
    tDMPortConR2CallAgentIx            Unsigned32,
    tDMPortConR2GatewayIx              Unsigned32,
    tDMPortConR2CurrTDMPortAlrmsAttnRq Unsigned32,
    tDMPortConR2PrevTDMPortAlrmsAttnRq Unsigned32,
    tDMPortConR2CurrTDMPortAlrmsAtndDp Unsigned32,
    tDMPortConR2PrevTDMPortAlrmsAtndDp Unsigned32,
    tDMPortConR2SummaryChldAlrmState   INTEGER,
    tDMPortConR2ExportCnt              Integer32,
    tDMPortConR2ExportStatus           DisplayString,
    tDMPortConR2ExportFile             DisplayString,
    tDMPortConR2ExportCorr             Counter64,
    tDMPortConR2ExportCorrMSwitch      DisplayString,
    tDMPortConR2ExportCorrUID          DisplayString,
    tDMPortConR2DoExtraActions         INTEGER,
    tDMPortConR2ExportIncASRepData     INTEGER,
    tDMPortConR2ExportChldObjectsToInc INTEGER
  }

  tDMPortConR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMPortConR2Entry  1 }

  tDMPortConR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMPortConR2Entry  2 }

  tDMPortConR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tDMPortConR2Entry  3 }

  tDMPortConR2GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tDMPortConR2Entry  4 }

  tDMPortConR2CurrTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarms'."
    ::= { tDMPortConR2Entry  5 }

  tDMPortConR2PrevTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMPortConR2Entry  6 }

  tDMPortConR2CurrTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarms'."
    ::= { tDMPortConR2Entry  7 }

  tDMPortConR2PrevTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMPortConR2Entry  8 }

  tDMPortConR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMPortConR2Entry  9 }

  tDMPortConR2ExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMPortConR2Entry  10 }

  tDMPortConR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMPortConR2Entry  11 }

  tDMPortConR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMPortConR2Entry  12 }

  tDMPortConR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMPortConR2Entry  13 }

  tDMPortConR2ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMPortConR2Entry  14 }

  tDMPortConR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMPortConR2Entry  15 }

  tDMPortConR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMPortConR2Entry  16 }

  tDMPortConR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMPortConR2Entry  17 }

  tDMPortConR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMPortConR2Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Test Calls Service Statistics'             */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  testCallsStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TestCallsStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Test Calls'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  779 }

  testCallsStatsR2Entry OBJECT-TYPE
    SYNTAX       TestCallsStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { testCallsStatsR2MSwitchConn,
             testCallsStatsR2MSwitch,
             testCallsStatsR2CallAgentIx,
             testCallsStatsR2SummaryPeriod }
    ::= {  testCallsStatsR2Table  1  }

  TestCallsStatsR2Entry  ::=  SEQUENCE
  {
    testCallsStatsR2MSwitchConn        Unsigned32,
    testCallsStatsR2MSwitch            DisplayString,
    testCallsStatsR2CallAgentIx        Unsigned32,
    testCallsStatsR2SummaryPeriod      INTEGER,
    testCallsStatsR2102TotCallsSuccessfullyConnected
                                       Unsigned32,
    testCallsStatsR2102TotCallsRejAllLinesInUse
                                       Unsigned32,
    testCallsStatsR2102TotCallsRejOrCutShortNoRes
                                       Unsigned32,
    testCallsStatsR2102TotCallsRlsdByTestLineHoldingTimerExpd
                                       Unsigned32,
    testCallsStatsR2102MaxSimulTestLinesInUse
                                       Unsigned32,
    testCallsStatsR2102LongestCallMins Unsigned32,
    testCallsStatsR2102LongestCallSecs Unsigned32,
    testCallsStatsR2108TotCallsSuccessfullyConnected
                                       Unsigned32,
    testCallsStatsR2108TotCallsRejAllLinesInUse
                                       Unsigned32,
    testCallsStatsR2108TotCallsRejOrCutShortNoRes
                                       Unsigned32,
    testCallsStatsR2108TotCallsRlsdByTestLineHoldingTimerExpd
                                       Unsigned32,
    testCallsStatsR2108MaxSimulTestLinesInUse
                                       Unsigned32,
    testCallsStatsR2108LongestCallMins Unsigned32,
    testCallsStatsR2108LongestCallSecs Unsigned32,
    testCallsStatsR2ANITestServAccessCnt
                                       Unsigned32,
    testCallsStatsR2100CallsSuccessfullyConnected
                                       Unsigned32,
    testCallsStatsR2100CallsRejAllLinesInUse
                                       Unsigned32,
    testCallsStatsR2100CallsRejOrCutShortNoRes
                                       Unsigned32,
    testCallsStatsR2100CallsRlsdByTestLineHoldingTimer
                                       Unsigned32,
    testCallsStatsR2100MaxSimulTestLinesInUse
                                       Unsigned32,
    testCallsStatsR2100MinsLongestCall Unsigned32,
    testCallsStatsR2100SecsLongestCall Unsigned32
  }

  testCallsStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { testCallsStatsR2Entry  1 }

  testCallsStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { testCallsStatsR2Entry  2 }

  testCallsStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { testCallsStatsR2Entry  3 }

  testCallsStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { testCallsStatsR2Entry  4 }

  testCallsStatsR2102TotCallsSuccessfullyConnected OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - total number of calls successfully connected'."
    ::= { testCallsStatsR2Entry  5 }

  testCallsStatsR2102TotCallsRejAllLinesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - total number of calls rejected (all lines in use)'."
    ::= { testCallsStatsR2Entry  6 }

  testCallsStatsR2102TotCallsRejOrCutShortNoRes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - total number of calls rejected or cut short (no resource)'."
    ::= { testCallsStatsR2Entry  7 }

  testCallsStatsR2102TotCallsRlsdByTestLineHoldingTimerExpd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - total number of calls released by test line (holding timer expired)'."
    ::= { testCallsStatsR2Entry  8 }

  testCallsStatsR2102MaxSimulTestLinesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - maximum simultaneous test lines in use'."
    ::= { testCallsStatsR2Entry  9 }

  testCallsStatsR2102LongestCallMins OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "minutes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - length of longest call (minutes)'."
    ::= { testCallsStatsR2Entry  10 }

  testCallsStatsR2102LongestCallSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - length of longest call (seconds)'."
    ::= { testCallsStatsR2Entry  11 }

  testCallsStatsR2108TotCallsSuccessfullyConnected OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - total number of calls successfully connected'."
    ::= { testCallsStatsR2Entry  12 }

  testCallsStatsR2108TotCallsRejAllLinesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - total number of calls rejected (all lines in use)'."
    ::= { testCallsStatsR2Entry  13 }

  testCallsStatsR2108TotCallsRejOrCutShortNoRes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - total number of calls rejected or cut short (no resource)'."
    ::= { testCallsStatsR2Entry  14 }

  testCallsStatsR2108TotCallsRlsdByTestLineHoldingTimerExpd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - total number of calls released by test line (holding timer expired)'."
    ::= { testCallsStatsR2Entry  15 }

  testCallsStatsR2108MaxSimulTestLinesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - maximum simultaneous test lines in use'."
    ::= { testCallsStatsR2Entry  16 }

  testCallsStatsR2108LongestCallMins OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "minutes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - length of longest call (minutes)'."
    ::= { testCallsStatsR2Entry  17 }

  testCallsStatsR2108LongestCallSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - length of longest call (seconds)'."
    ::= { testCallsStatsR2Entry  18 }

  testCallsStatsR2ANITestServAccessCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service - access count'."
    ::= { testCallsStatsR2Entry  19 }

  testCallsStatsR2100CallsSuccessfullyConnected OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - total number of calls successfully connected'."
    ::= { testCallsStatsR2Entry  20 }

  testCallsStatsR2100CallsRejAllLinesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - total number of calls rejected (all lines in use)'."
    ::= { testCallsStatsR2Entry  21 }

  testCallsStatsR2100CallsRejOrCutShortNoRes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - total number of calls rejected or cut short (no resource)'."
    ::= { testCallsStatsR2Entry  22 }

  testCallsStatsR2100CallsRlsdByTestLineHoldingTimer OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - total number of calls released by test line (holding timer expired)'."
    ::= { testCallsStatsR2Entry  23 }

  testCallsStatsR2100MaxSimulTestLinesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - maximum simultaneous test lines in use'."
    ::= { testCallsStatsR2Entry  24 }

  testCallsStatsR2100MinsLongestCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "minutes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - length of longest call (minutes)'."
    ::= { testCallsStatsR2Entry  25 }

  testCallsStatsR2100SecsLongestCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - length of longest call (seconds)'."
    ::= { testCallsStatsR2Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Test Calls'                                                 */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  testCallsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TestCallsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  780 }

  testCallsR2Entry OBJECT-TYPE
    SYNTAX       TestCallsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { testCallsR2MSwitchConn,
             testCallsR2MSwitch,
             testCallsR2CallAgentIx }
    ::= {  testCallsR2Table  1  }

  TestCallsR2Entry  ::=  SEQUENCE
  {
    testCallsR2MSwitchConn             Unsigned32,
    testCallsR2MSwitch                 DisplayString,
    testCallsR2CallAgentIx             Unsigned32,
    testCallsR2Support102              INTEGER,
    testCallsR2102AccessNum            DisplayString,
    testCallsR2102NumAvailLines        Unsigned32,
    testCallsR2102LenToneInterruptions Unsigned32,
    testCallsR2102IntervalBetweenToneInterruptions
                                       Unsigned32,
    testCallsR2102RtnDisconnectOnHookDuringToneInterruptions
                                       INTEGER,
    testCallsR2102DisconnectHoldingTime
                                       Unsigned32,
    testCallsR2Support108              INTEGER,
    testCallsR2108AccessNum            DisplayString,
    testCallsR2108NumAvailLines        Unsigned32,
    testCallsR2108DisconnectHoldTime   Unsigned32,
    testCallsR2RowStatus               RowStatus,
    testCallsR2SupportANITestServ      INTEGER,
    testCallsR2ANITestServAccessCode   DisplayString,
    testCallsR2SupportTestLine100      INTEGER,
    testCallsR2TestLine100AccessNum    DisplayString,
    testCallsR2TestLine100NumAvailLines
                                       Unsigned32,
    testCallsR2TestLine100LenToneInterruptions
                                       Unsigned32,
    testCallsR2TestLine100IntervalBetweenToneInterruptions
                                       Unsigned32,
    testCallsR2TestLine100RtnDisconnectOnHookDuringToneInterruptions
                                       INTEGER,
    testCallsR2TestLine100DisconnectHoldingTime
                                       Unsigned32,
    testCallsR2SupportTestLine101      INTEGER,
    testCallsR2TestLine101SubNum       DisplayString,
    testCallsR2SupportTestLine105      INTEGER,
    testCallsR2TestLine105SubNum       DisplayString,
    testCallsR2AlrmState               INTEGER,
    testCallsR2AlrmStateTimestamp      Unsigned32,
    testCallsR2AlrmEvtsAttnRqLogCorr   Counter64,
    testCallsR2AlrmEvtsAttnRq          Unsigned32,
    testCallsR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    testCallsR2AlrmEvtsAtndDpLogCorr   Counter64,
    testCallsR2AlrmEvtsAtndDp          Unsigned32,
    testCallsR2AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32
  }

  testCallsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { testCallsR2Entry  1 }

  testCallsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { testCallsR2Entry  2 }

  testCallsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { testCallsR2Entry  3 }

  testCallsR2Support102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102 support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { testCallsR2Entry  4 }

  testCallsR2102AccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102 - access number'.
                  This field is not writable when active."
    ::= { testCallsR2Entry  5 }

  testCallsR2102NumAvailLines OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - number of available lines'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { testCallsR2Entry  6 }

  testCallsR2102LenToneInterruptions OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - length of tone interruptions'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { testCallsR2Entry  7 }

  testCallsR2102IntervalBetweenToneInterruptions OBJECT-TYPE
    SYNTAX       Unsigned32 ( 9..12 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - interval between tone interruptions'.
                  This field is not writable when active."
    DEFVAL       { 9 }
    ::= { testCallsR2Entry  8 }

  testCallsR2102RtnDisconnectOnHookDuringToneInterruptions OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - return disconnect (on hook) during tone interruptions'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { testCallsR2Entry  9 }

  testCallsR2102DisconnectHoldingTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 102 - disconnect holding time'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { testCallsR2Entry  10 }

  testCallsR2Support108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108 support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { testCallsR2Entry  11 }

  testCallsR2108AccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108 - access number'.
                  This field is not writable when active."
    ::= { testCallsR2Entry  12 }

  testCallsR2108NumAvailLines OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - number of available lines'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { testCallsR2Entry  13 }

  testCallsR2108DisconnectHoldTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 108 - disconnect holding time'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { testCallsR2Entry  14 }

  testCallsR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { testCallsR2Entry  15 }

  testCallsR2SupportANITestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { testCallsR2Entry  16 }

  testCallsR2ANITestServAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service - access code'.
                  This field is not writable when active."
    ::= { testCallsR2Entry  17 }

  testCallsR2SupportTestLine100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100 support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { testCallsR2Entry  18 }

  testCallsR2TestLine100AccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100 - access number'.
                  This field is not writable when active."
    ::= { testCallsR2Entry  19 }

  testCallsR2TestLine100NumAvailLines OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - number of available lines'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { testCallsR2Entry  20 }

  testCallsR2TestLine100LenToneInterruptions OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - length of tone interruptions'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { testCallsR2Entry  21 }

  testCallsR2TestLine100IntervalBetweenToneInterruptions OBJECT-TYPE
    SYNTAX       Unsigned32 ( 9..12 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - interval between tone interruptions'.
                  This field is not writable when active."
    DEFVAL       { 9 }
    ::= { testCallsR2Entry  22 }

  testCallsR2TestLine100RtnDisconnectOnHookDuringToneInterruptions OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - return disconnect (on hook) during tone interruptions'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { testCallsR2Entry  23 }

  testCallsR2TestLine100DisconnectHoldingTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Test Line 100 - disconnect holding time'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { testCallsR2Entry  24 }

  testCallsR2SupportTestLine101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101 support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { testCallsR2Entry  25 }

  testCallsR2TestLine101SubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101 - Subscriber number'.
                  This field is not writable when active."
    ::= { testCallsR2Entry  26 }

  testCallsR2SupportTestLine105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105 support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { testCallsR2Entry  27 }

  testCallsR2TestLine105SubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105 - Subscriber number'.
                  This field is not writable when active."
    ::= { testCallsR2Entry  28 }

  testCallsR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { testCallsR2Entry  29 }

  testCallsR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { testCallsR2Entry  30 }

  testCallsR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { testCallsR2Entry  31 }

  testCallsR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { testCallsR2Entry  32 }

  testCallsR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { testCallsR2Entry  33 }

  testCallsR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { testCallsR2Entry  34 }

  testCallsR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { testCallsR2Entry  35 }

  testCallsR2AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { testCallsR2Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary period' Business Group Line Statistics'            */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  bGLineStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  782 }

  bGLineStatsEntry OBJECT-TYPE
    SYNTAX       BGLineStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineStatsMSwitchConn,
             bGLineStatsMSwitch,
             bGLineStatsCallAgentIx,
             bGLineStatsGpIx,
             bGLineStatsFirstDirNum,
             bGLineStatsDirNum,
             bGLineStatsSummaryPeriod }
    ::= {  bGLineStatsTable  1  }

  BGLineStatsEntry  ::=  SEQUENCE
  {
    bGLineStatsMSwitchConn             Unsigned32,
    bGLineStatsMSwitch                 DisplayString,
    bGLineStatsCallAgentIx             Unsigned32,
    bGLineStatsGpIx                    Unsigned32,
    bGLineStatsFirstDirNum             DisplayString,
    bGLineStatsDirNum                  DisplayString,
    bGLineStatsSummaryPeriod           INTEGER,
    bGLineStatsCntOrigCallAtts         Unsigned32,
    bGLineStatsCntTermCallAtts         Unsigned32,
    bGLineStatsCntTermCallAttsAnswrd   Unsigned32,
    bGLineStatsCntTermCallAttsRejAsBusy
                                       Unsigned32,
    bGLineStatsCntTermCallAttsNotAnswrd
                                       Unsigned32,
    bGLineStatsCallUsageAllCalls       Unsigned32,
    bGLineStatsCallUsageOrigingCalls   Unsigned32,
    bGLineStatsCallUsageTermCalls      Unsigned32
  }

  bGLineStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineStatsEntry  1 }

  bGLineStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineStatsEntry  2 }

  bGLineStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineStatsEntry  3 }

  bGLineStatsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineStatsEntry  4 }

  bGLineStatsFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineStatsEntry  5 }

  bGLineStatsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineStatsEntry  6 }

  bGLineStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { bGLineStatsEntry  7 }

  bGLineStatsCntOrigCallAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of originating call attempts'."
    ::= { bGLineStatsEntry  8 }

  bGLineStatsCntTermCallAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts'."
    ::= { bGLineStatsEntry  9 }

  bGLineStatsCntTermCallAttsAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts answered'."
    ::= { bGLineStatsEntry  10 }

  bGLineStatsCntTermCallAttsRejAsBusy OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts rejected as busy'."
    ::= { bGLineStatsEntry  11 }

  bGLineStatsCntTermCallAttsNotAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts not answered'."
    ::= { bGLineStatsEntry  12 }

  bGLineStatsCallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - all calls'."
    ::= { bGLineStatsEntry  13 }

  bGLineStatsCallUsageOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - originating calls'."
    ::= { bGLineStatsEntry  14 }

  bGLineStatsCallUsageTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - terminating calls'."
    ::= { bGLineStatsEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary period' Individual Line Statistics'                */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  indLineStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  784 }

  indLineStatsEntry OBJECT-TYPE
    SYNTAX       IndLineStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineStatsMSwitchConn,
             indLineStatsMSwitch,
             indLineStatsCallAgentIx,
             indLineStatsDirNum,
             indLineStatsSummaryPeriod }
    ::= {  indLineStatsTable  1  }

  IndLineStatsEntry  ::=  SEQUENCE
  {
    indLineStatsMSwitchConn            Unsigned32,
    indLineStatsMSwitch                DisplayString,
    indLineStatsCallAgentIx            Unsigned32,
    indLineStatsDirNum                 DisplayString,
    indLineStatsSummaryPeriod          INTEGER,
    indLineStatsCntOrigCallAtts        Unsigned32,
    indLineStatsCntTermCallAtts        Unsigned32,
    indLineStatsCntTermCallAttsAnswrd  Unsigned32,
    indLineStatsCntTermCallAttsRejAsBusy
                                       Unsigned32,
    indLineStatsCntTermCallAttsNotAnswrd
                                       Unsigned32,
    indLineStatsCallUsageAllCalls      Unsigned32,
    indLineStatsCallUsageOrigingCalls  Unsigned32,
    indLineStatsCallUsageTermCalls     Unsigned32
  }

  indLineStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineStatsEntry  1 }

  indLineStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineStatsEntry  2 }

  indLineStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineStatsEntry  3 }

  indLineStatsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineStatsEntry  4 }

  indLineStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { indLineStatsEntry  5 }

  indLineStatsCntOrigCallAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of originating call attempts'."
    ::= { indLineStatsEntry  6 }

  indLineStatsCntTermCallAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts'."
    ::= { indLineStatsEntry  7 }

  indLineStatsCntTermCallAttsAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts answered'."
    ::= { indLineStatsEntry  8 }

  indLineStatsCntTermCallAttsRejAsBusy OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts rejected as busy'."
    ::= { indLineStatsEntry  9 }

  indLineStatsCntTermCallAttsNotAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts not answered'."
    ::= { indLineStatsEntry  10 }

  indLineStatsCallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - all calls'."
    ::= { indLineStatsEntry  11 }

  indLineStatsCallUsageOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - originating calls'."
    ::= { indLineStatsEntry  12 }

  indLineStatsCallUsageTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - terminating calls'."
    ::= { indLineStatsEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' PBX Statistics'                            */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  pBXStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  786 }

  pBXStatsR1Entry OBJECT-TYPE
    SYNTAX       PBXStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXStatsR1MSwitchConn,
             pBXStatsR1MSwitch,
             pBXStatsR1CallAgentIx,
             pBXStatsR1DirNum,
             pBXStatsR1SummaryPeriod }
    ::= {  pBXStatsR1Table  1  }

  PBXStatsR1Entry  ::=  SEQUENCE
  {
    pBXStatsR1MSwitchConn              Unsigned32,
    pBXStatsR1MSwitch                  DisplayString,
    pBXStatsR1CallAgentIx              Unsigned32,
    pBXStatsR1DirNum                   DisplayString,
    pBXStatsR1SummaryPeriod            INTEGER,
    pBXStatsR1LChansCfgdNum            Unsigned32,
    pBXStatsR1LChansCfgdLowWaterMark   Unsigned32,
    pBXStatsR1LChansCfgdHighWaterMark  Unsigned32,
    pBXStatsR1LChansInUseCallsNum      Unsigned32,
    pBXStatsR1LChansInUseCallsLowWaterMark
                                       Unsigned32,
    pBXStatsR1LChansInUseCallsHighWaterMark
                                       Unsigned32,
    pBXStatsR1LChansInUseOrigCallsNum  Unsigned32,
    pBXStatsR1LChansInUseOrigCallsLowWaterMark
                                       Unsigned32,
    pBXStatsR1LChansInUseOrigCallsHighWaterMark
                                       Unsigned32,
    pBXStatsR1LChansInUseTermCallsNum  Unsigned32,
    pBXStatsR1LChansInUseTermCallsLowWaterMark
                                       Unsigned32,
    pBXStatsR1LChansInUseTermCallsHighWaterMark
                                       Unsigned32,
    pBXStatsR1LinesChansDisabledNum    Unsigned32,
    pBXStatsR1LinesChansDisabledLowWaterMark
                                       Unsigned32,
    pBXStatsR1LinesChansDisabledHighWaterMark
                                       Unsigned32,
    pBXStatsR1LinesChansUnavailNum     Unsigned32,
    pBXStatsR1LinesChansUnavailLowWaterMark
                                       Unsigned32,
    pBXStatsR1LinesChansUnavailHighWaterMark
                                       Unsigned32,
    pBXStatsR1CntOrigingCallAtts       Unsigned32,
    pBXStatsR1CntTermCallAtts          Unsigned32,
    pBXStatsR1CallUsageAllCalls        Unsigned32,
    pBXStatsR1CallUsageOrigingCalls    Unsigned32,
    pBXStatsR1CallUsageTermCalls       Unsigned32,
    pBXStatsR1CntTermCallAttsAnswrd    Unsigned32,
    pBXStatsR1CntTermCallAttsRejAsBusy Unsigned32,
    pBXStatsR1CntTermCallAttsNotAnswrd Unsigned32
  }

  pBXStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXStatsR1Entry  1 }

  pBXStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXStatsR1Entry  2 }

  pBXStatsR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXStatsR1Entry  3 }

  pBXStatsR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXStatsR1Entry  4 }

  pBXStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { pBXStatsR1Entry  5 }

  pBXStatsR1LChansCfgdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels configured - number'."
    ::= { pBXStatsR1Entry  7 }

  pBXStatsR1LChansCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels configured - low water mark'."
    ::= { pBXStatsR1Entry  8 }

  pBXStatsR1LChansCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels configured - high water mark'."
    ::= { pBXStatsR1Entry  9 }

  pBXStatsR1LChansInUseCallsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for calls - number'."
    ::= { pBXStatsR1Entry  11 }

  pBXStatsR1LChansInUseCallsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for calls - low water mark'."
    ::= { pBXStatsR1Entry  12 }

  pBXStatsR1LChansInUseCallsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for calls - high water mark'."
    ::= { pBXStatsR1Entry  13 }

  pBXStatsR1LChansInUseOrigCallsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for originating calls - number'."
    ::= { pBXStatsR1Entry  15 }

  pBXStatsR1LChansInUseOrigCallsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for originating calls - low water mark'."
    ::= { pBXStatsR1Entry  16 }

  pBXStatsR1LChansInUseOrigCallsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for originating calls - high water mark'."
    ::= { pBXStatsR1Entry  17 }

  pBXStatsR1LChansInUseTermCallsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for terminating calls - number'."
    ::= { pBXStatsR1Entry  19 }

  pBXStatsR1LChansInUseTermCallsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for terminating calls - low water mark'."
    ::= { pBXStatsR1Entry  20 }

  pBXStatsR1LChansInUseTermCallsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels in use for terminating calls - high water mark'."
    ::= { pBXStatsR1Entry  21 }

  pBXStatsR1LinesChansDisabledNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lines/channels disabled - number'."
    ::= { pBXStatsR1Entry  23 }

  pBXStatsR1LinesChansDisabledLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels disabled - low water mark'."
    ::= { pBXStatsR1Entry  24 }

  pBXStatsR1LinesChansDisabledHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels disabled - high water mark'."
    ::= { pBXStatsR1Entry  25 }

  pBXStatsR1LinesChansUnavailNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels unavailable - number'."
    ::= { pBXStatsR1Entry  27 }

  pBXStatsR1LinesChansUnavailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels unavailable - low water mark'."
    ::= { pBXStatsR1Entry  28 }

  pBXStatsR1LinesChansUnavailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines/channels unavailable - high water mark'."
    ::= { pBXStatsR1Entry  29 }

  pBXStatsR1CntOrigingCallAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of originating call attempts'."
    ::= { pBXStatsR1Entry  31 }

  pBXStatsR1CntTermCallAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts'."
    ::= { pBXStatsR1Entry  32 }

  pBXStatsR1CallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - all calls'."
    ::= { pBXStatsR1Entry  35 }

  pBXStatsR1CallUsageOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - originating calls'."
    ::= { pBXStatsR1Entry  36 }

  pBXStatsR1CallUsageTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - terminating calls'."
    ::= { pBXStatsR1Entry  37 }

  pBXStatsR1CntTermCallAttsAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts answered'."
    ::= { pBXStatsR1Entry  41 }

  pBXStatsR1CntTermCallAttsRejAsBusy OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts rejected as busy'."
    ::= { pBXStatsR1Entry  42 }

  pBXStatsR1CntTermCallAttsNotAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of terminating call attempts not answered'."
    ::= { pBXStatsR1Entry  43 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voicemail System Link'                                      */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  vSLinkR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLinkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Message Services'.
                  Table does not support createAndWait."
    ::= { metaSwitch  805 }

  vSLinkR1Entry OBJECT-TYPE
    SYNTAX       VSLinkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLinkR1MSwitchConn,
             vSLinkR1MSwitch,
             vSLinkR1CallAgentIx,
             vSLinkR1VoicemailSysLinkIx }
    ::= {  vSLinkR1Table  1  }

  VSLinkR1Entry  ::=  SEQUENCE
  {
    vSLinkR1MSwitchConn                Unsigned32,
    vSLinkR1MSwitch                    DisplayString,
    vSLinkR1CallAgentIx                Unsigned32,
    vSLinkR1VoicemailSysLinkIx         Unsigned32,
    vSLinkR1VoicemailSysLinkName       DisplayString,
    vSLinkR1VoicemailSysLinkBaud       INTEGER,
    vSLinkR1NumPresentedOnFwdCall      INTEGER,
    vSLinkR1MaxCallHistoryDly          Unsigned32,
    vSLinkR1LinkRetryInterval          Unsigned32,
    vSLinkR1AllowOperationMsgWtngIndicators
                                       INTEGER,
    vSLinkR1VoicemailSysID             DisplayString,
    vSLinkR1SuppressDlvryRestrictedNums
                                       INTEGER,
    vSLinkR1AlrmState                  INTEGER,
    vSLinkR1AlrmLogCorr                Counter64,
    vSLinkR1AlrmEvtsAttnRq             Unsigned32,
    vSLinkR1AlrmStateTimestamp         Unsigned32,
    vSLinkR1AlrmResetTimestamp         Unsigned32,
    vSLinkR1DiagsLogLvl                INTEGER,
    vSLinkR1DiagsApiTrace              INTEGER,
    vSLinkR1DiagsTag                   DisplayString,
    vSLinkR1DoExtraActions             INTEGER,
    vSLinkR1RowStatus                  RowStatus,
    vSLinkR1DeviceName                 DisplayString,
    vSLinkR1PortID                     Unsigned32
  }

  vSLinkR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLinkR1Entry  1 }

  vSLinkR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLinkR1Entry  2 }

  vSLinkR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLinkR1Entry  3 }

  vSLinkR1VoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link index'.
                  This is an index field."
    ::= { vSLinkR1Entry  4 }

  vSLinkR1VoicemailSysLinkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link name'."
    ::= { vSLinkR1Entry  5 }

  vSLinkR1VoicemailSysLinkBaud OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneThousadnTwoHundred(1),
                   fourThousandEightHundred(2),
                   nineThousandSixHundred(3),
                   nineteenThousandTwoHundred(4),
                   thirtyEightThousandFourHundred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link baud'.
                  This field is not writable when active."
    DEFVAL       { oneThousadnTwoHundred }
    ::= { vSLinkR1Entry  6 }

  vSLinkR1NumPresentedOnFwdCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   first(1),
                   last(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number presented on forwarded call'.
                  This field is not writable when active."
    DEFVAL       { last }
    ::= { vSLinkR1Entry  7 }

  vSLinkR1MaxCallHistoryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call history delay'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { vSLinkR1Entry  8 }

  vSLinkR1LinkRetryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..120 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link retry interval'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { vSLinkR1Entry  9 }

  vSLinkR1AllowOperationMsgWtngIndicators OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Operation of Message Waiting Indicators allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { vSLinkR1Entry  10 }

  vSLinkR1VoicemailSysID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System ID'.
                  This field is not writable when active."
    ::= { vSLinkR1Entry  11 }

  vSLinkR1SuppressDlvryRestrictedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress delivery of restricted numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { vSLinkR1Entry  12 }

  vSLinkR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { vSLinkR1Entry  13 }

  vSLinkR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { vSLinkR1Entry  14 }

  vSLinkR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLinkR1Entry  15 }

  vSLinkR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { vSLinkR1Entry  16 }

  vSLinkR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { vSLinkR1Entry  17 }

  vSLinkR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { vSLinkR1Entry  18 }

  vSLinkR1DiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { vSLinkR1Entry  19 }

  vSLinkR1DiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { vSLinkR1Entry  20 }

  vSLinkR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { vSLinkR1Entry  21 }

  vSLinkR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vSLinkR1Entry  22 }

  vSLinkR1DeviceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device name'.
                  This field is not writable when active."
    ::= { vSLinkR1Entry  23 }

  vSLinkR1PortID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port ID'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { vSLinkR1Entry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Find-me-follow-me Rule'                                     */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  bGLineFmfmRuleTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineFmfmRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  811 }

  bGLineFmfmRuleEntry OBJECT-TYPE
    SYNTAX       BGLineFmfmRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineFmfmRuleMSwitchConn,
             bGLineFmfmRuleMSwitch,
             bGLineFmfmRuleCallAgentIx,
             bGLineFmfmRuleGpIx,
             bGLineFmfmRuleFirstDirNum,
             bGLineFmfmRuleDirNum,
             bGLineFmfmRuleFmfmRuleIx }
    ::= {  bGLineFmfmRuleTable  1  }

  BGLineFmfmRuleEntry  ::=  SEQUENCE
  {
    bGLineFmfmRuleMSwitchConn          Unsigned32,
    bGLineFmfmRuleMSwitch              DisplayString,
    bGLineFmfmRuleCallAgentIx          Unsigned32,
    bGLineFmfmRuleGpIx                 Unsigned32,
    bGLineFmfmRuleFirstDirNum          DisplayString,
    bGLineFmfmRuleDirNum               DisplayString,
    bGLineFmfmRuleFmfmRuleIx           Unsigned32,
    bGLineFmfmRuleOrder                Unsigned32,
    bGLineFmfmRuleRuleType             INTEGER,
    bGLineFmfmRuleNumToRing            DisplayString,
    bGLineFmfmRuleComment              DisplayString,
    bGLineFmfmRuleFwdPermitted         INTEGER,
    bGLineFmfmRuleRingingTimeout       Unsigned32,
    bGLineFmfmRuleRowStatus            RowStatus
  }

  bGLineFmfmRuleMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineFmfmRuleEntry  1 }

  bGLineFmfmRuleMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineFmfmRuleEntry  2 }

  bGLineFmfmRuleCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineFmfmRuleEntry  3 }

  bGLineFmfmRuleGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineFmfmRuleEntry  4 }

  bGLineFmfmRuleFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineFmfmRuleEntry  5 }

  bGLineFmfmRuleDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineFmfmRuleEntry  6 }

  bGLineFmfmRuleFmfmRuleIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fmfm Rule index'.
                  This is an index field."
    ::= { bGLineFmfmRuleEntry  7 }

  bGLineFmfmRuleOrder OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Order'."
    DEFVAL       { 1 }
    ::= { bGLineFmfmRuleEntry  8 }

  bGLineFmfmRuleRuleType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alertThisSubscriber(1),
                   ringNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Rule type'."
    DEFVAL       { alertThisSubscriber }
    ::= { bGLineFmfmRuleEntry  9 }

  bGLineFmfmRuleNumToRing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number to ring'."
    ::= { bGLineFmfmRuleEntry  10 }

  bGLineFmfmRuleComment OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Comment'."
    ::= { bGLineFmfmRuleEntry  11 }

  bGLineFmfmRuleFwdPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding Permitted'."
    DEFVAL       { false }
    ::= { bGLineFmfmRuleEntry  12 }

  bGLineFmfmRuleRingingTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ringing timeout'."
    DEFVAL       { 36 }
    ::= { bGLineFmfmRuleEntry  13 }

  bGLineFmfmRuleRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineFmfmRuleEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Anonymous Number'                 */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  bGLineSCAAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  814 }

  bGLineSCAAnonNumEntry OBJECT-TYPE
    SYNTAX       BGLineSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSCAAnonNumMSwitchConn,
             bGLineSCAAnonNumMSwitch,
             bGLineSCAAnonNumCallAgentIx,
             bGLineSCAAnonNumGpIx,
             bGLineSCAAnonNumFirstDirNum,
             bGLineSCAAnonNumDirNum,
             bGLineSCAAnonNumClgNum }
    ::= {  bGLineSCAAnonNumTable  1  }

  BGLineSCAAnonNumEntry  ::=  SEQUENCE
  {
    bGLineSCAAnonNumMSwitchConn        Unsigned32,
    bGLineSCAAnonNumMSwitch            DisplayString,
    bGLineSCAAnonNumCallAgentIx        Unsigned32,
    bGLineSCAAnonNumGpIx               Unsigned32,
    bGLineSCAAnonNumFirstDirNum        DisplayString,
    bGLineSCAAnonNumDirNum             DisplayString,
    bGLineSCAAnonNumClgNum             DisplayString,
    bGLineSCAAnonNumRowStatus          RowStatus
  }

  bGLineSCAAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSCAAnonNumEntry  1 }

  bGLineSCAAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSCAAnonNumEntry  2 }

  bGLineSCAAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSCAAnonNumEntry  3 }

  bGLineSCAAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSCAAnonNumEntry  4 }

  bGLineSCAAnonNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSCAAnonNumEntry  5 }

  bGLineSCAAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSCAAnonNumEntry  6 }

  bGLineSCAAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLineSCAAnonNumEntry  7 }

  bGLineSCAAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSCAAnonNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Number'                           */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  bGLineSCANumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  815 }

  bGLineSCANumEntry OBJECT-TYPE
    SYNTAX       BGLineSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSCANumMSwitchConn,
             bGLineSCANumMSwitch,
             bGLineSCANumCallAgentIx,
             bGLineSCANumGpIx,
             bGLineSCANumFirstDirNum,
             bGLineSCANumDirNum,
             bGLineSCANumClgNum }
    ::= {  bGLineSCANumTable  1  }

  BGLineSCANumEntry  ::=  SEQUENCE
  {
    bGLineSCANumMSwitchConn            Unsigned32,
    bGLineSCANumMSwitch                DisplayString,
    bGLineSCANumCallAgentIx            Unsigned32,
    bGLineSCANumGpIx                   Unsigned32,
    bGLineSCANumFirstDirNum            DisplayString,
    bGLineSCANumDirNum                 DisplayString,
    bGLineSCANumClgNum                 DisplayString,
    bGLineSCANumRowStatus              RowStatus
  }

  bGLineSCANumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSCANumEntry  1 }

  bGLineSCANumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSCANumEntry  2 }

  bGLineSCANumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSCANumEntry  3 }

  bGLineSCANumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSCANumEntry  4 }

  bGLineSCANumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSCANumEntry  5 }

  bGLineSCANumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSCANumEntry  6 }

  bGLineSCANumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { bGLineSCANumEntry  7 }

  bGLineSCANumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSCANumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Global Call Forwarding Services Statistics'*/
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  callFwdServStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallFwdServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Call Forwarding Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  821 }

  callFwdServStatsR2Entry OBJECT-TYPE
    SYNTAX       CallFwdServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callFwdServStatsR2MSwitchConn,
             callFwdServStatsR2MSwitch,
             callFwdServStatsR2CallAgentIx,
             callFwdServStatsR2SummaryPeriod }
    ::= {  callFwdServStatsR2Table  1  }

  CallFwdServStatsR2Entry  ::=  SEQUENCE
  {
    callFwdServStatsR2MSwitchConn      Unsigned32,
    callFwdServStatsR2MSwitch          DisplayString,
    callFwdServStatsR2CallAgentIx      Unsigned32,
    callFwdServStatsR2SummaryPeriod    INTEGER,
    callFwdServStatsR2ActivnsCFUToAllowedNums
                                       Unsigned32,
    callFwdServStatsR2ActivnsCFUToDisallowedNums
                                       Unsigned32,
    callFwdServStatsR2AnswrdCFUActivnsWithCrtsyCall
                                       Unsigned32,
    callFwdServStatsR2NotAnswrdCFUActivnsWithCrtsyCall
                                       Unsigned32,
    callFwdServStatsR2CntCFUFaildFwdAttempts
                                       Unsigned32,
    callFwdServStatsR2CntClsFwdByCFU   Unsigned32,
    callFwdServStatsR2ActivnsCFBLToAllowedNums
                                       Unsigned32,
    callFwdServStatsR2ActivnsCFBLToDisallowedNums
                                       Unsigned32,
    callFwdServStatsR2AnswrdCFBLActivnsCrtsyCall
                                       Unsigned32,
    callFwdServStatsR2NotAnswrdCFBLActivnsCrtsyCall
                                       Unsigned32,
    callFwdServStatsR2CntCFBLFaildFwdAttempts
                                       Unsigned32,
    callFwdServStatsR2CntClsFwdByCFBL  Unsigned32,
    callFwdServStatsR2ActivnsCFDAToAllowedNums
                                       Unsigned32,
    callFwdServStatsR2ActivnsCFDAToDisallowedNums
                                       Unsigned32,
    callFwdServStatsR2AnswrdCFDAActivnsWhereCrtsyCall
                                       Unsigned32,
    callFwdServStatsR2NotAnswrdCFDAActivnsWhereCrtsyCall
                                       Unsigned32,
    callFwdServStatsR2CntCFDAFaildFwdAttempts
                                       Unsigned32,
    callFwdServStatsR2CntClsFwdByCFDA  Unsigned32,
    callFwdServStatsR2AccessCntSCF     Unsigned32,
    callFwdServStatsR2ActivnsSCFToALegitNum
                                       Unsigned32,
    callFwdServStatsR2CntCallsFwdBySCF Unsigned32,
    callFwdServStatsR2CntCallFwdFailsBySCF
                                       Unsigned32,
    callFwdServStatsR2CntAccessFailsSCFCfg
                                       Unsigned32,
    callFwdServStatsR2CntLineHuntingAppFails
                                       Unsigned32,
    callFwdServStatsR2CntSuccessfulLineHuntingApps
                                       Unsigned32,
    callFwdServStatsR2RACFCntSuccessfulCalls
                                       Unsigned32,
    callFwdServStatsR2RACFCntRejClsMaxInProgress
                                       Unsigned32,
    callFwdServStatsR2RACFCntRejClsNoResAvail
                                       Unsigned32,
    callFwdServStatsR2RACFMaxSimulCalls
                                       Unsigned32,
    callFwdServStatsR2ActivnsBasicFMFMSimRing
                                       Unsigned32,
    callFwdServStatsR2DeactivnsBasicFMFMSimRing
                                       Unsigned32,
    callFwdServStatsR2CntBasicFMFMSimRingApps
                                       Unsigned32,
    callFwdServStatsR2ActivnsEnhancedFMFM
                                       Unsigned32,
    callFwdServStatsR2DeactivnsEnhancedFMFM
                                       Unsigned32,
    callFwdServStatsR2CntEnhancedFMFMApps
                                       Unsigned32
  }

  callFwdServStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callFwdServStatsR2Entry  1 }

  callFwdServStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callFwdServStatsR2Entry  2 }

  callFwdServStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callFwdServStatsR2Entry  3 }

  callFwdServStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { callFwdServStatsR2Entry  4 }

  callFwdServStatsR2ActivnsCFUToAllowedNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - activations to allowed numbers'."
    ::= { callFwdServStatsR2Entry  5 }

  callFwdServStatsR2ActivnsCFUToDisallowedNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - activations to disallowed numbers'."
    ::= { callFwdServStatsR2Entry  6 }

  callFwdServStatsR2AnswrdCFUActivnsWithCrtsyCall OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - activations with courtesy call answered'."
    ::= { callFwdServStatsR2Entry  7 }

  callFwdServStatsR2NotAnswrdCFUActivnsWithCrtsyCall OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - activations with courtesy call not answered or not required'."
    ::= { callFwdServStatsR2Entry  8 }

  callFwdServStatsR2CntCFUFaildFwdAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - count of failed forwarding attempts'."
    ::= { callFwdServStatsR2Entry  9 }

  callFwdServStatsR2CntClsFwdByCFU OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - count of calls forwarded'."
    ::= { callFwdServStatsR2Entry  10 }

  callFwdServStatsR2ActivnsCFBLToAllowedNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - activations to allowed numbers'."
    ::= { callFwdServStatsR2Entry  11 }

  callFwdServStatsR2ActivnsCFBLToDisallowedNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - activations to disallowed numbers'."
    ::= { callFwdServStatsR2Entry  12 }

  callFwdServStatsR2AnswrdCFBLActivnsCrtsyCall OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - activations with courtesy call answered'."
    ::= { callFwdServStatsR2Entry  13 }

  callFwdServStatsR2NotAnswrdCFBLActivnsCrtsyCall OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - activations with courtesy call not answered or not required'."
    ::= { callFwdServStatsR2Entry  14 }

  callFwdServStatsR2CntCFBLFaildFwdAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - count of failed forwarding attempts'."
    ::= { callFwdServStatsR2Entry  15 }

  callFwdServStatsR2CntClsFwdByCFBL OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - count of calls forwarded'."
    ::= { callFwdServStatsR2Entry  16 }

  callFwdServStatsR2ActivnsCFDAToAllowedNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - activations to allowed numbers'."
    ::= { callFwdServStatsR2Entry  17 }

  callFwdServStatsR2ActivnsCFDAToDisallowedNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - activations to disallowed numbers'."
    ::= { callFwdServStatsR2Entry  18 }

  callFwdServStatsR2AnswrdCFDAActivnsWhereCrtsyCall OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - activations with courtesy call answered'."
    ::= { callFwdServStatsR2Entry  19 }

  callFwdServStatsR2NotAnswrdCFDAActivnsWhereCrtsyCall OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - activations with courtesy call not answered or not required'."
    ::= { callFwdServStatsR2Entry  20 }

  callFwdServStatsR2CntCFDAFaildFwdAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - count of failed forwarding attempts'."
    ::= { callFwdServStatsR2Entry  21 }

  callFwdServStatsR2CntClsFwdByCFDA OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - count of calls forwarded'."
    ::= { callFwdServStatsR2Entry  22 }

  callFwdServStatsR2AccessCntSCF OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - access count'."
    ::= { callFwdServStatsR2Entry  23 }

  callFwdServStatsR2ActivnsSCFToALegitNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - activations to a legitimate number'."
    ::= { callFwdServStatsR2Entry  24 }

  callFwdServStatsR2CntCallsFwdBySCF OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - count of calls forwarded'."
    ::= { callFwdServStatsR2Entry  25 }

  callFwdServStatsR2CntCallFwdFailsBySCF OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - count of call forward failures'."
    ::= { callFwdServStatsR2Entry  26 }

  callFwdServStatsR2CntAccessFailsSCFCfg OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - count of access failures in configuration'."
    ::= { callFwdServStatsR2Entry  27 }

  callFwdServStatsR2CntLineHuntingAppFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - count of Basic Line Hunting application failures'."
    ::= { callFwdServStatsR2Entry  28 }

  callFwdServStatsR2CntSuccessfulLineHuntingApps OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - count of successful Basic Line Hunting applications'."
    ::= { callFwdServStatsR2Entry  29 }

  callFwdServStatsR2RACFCntSuccessfulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - count of successful calls'."
    ::= { callFwdServStatsR2Entry  30 }

  callFwdServStatsR2RACFCntRejClsMaxInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - count of rejected calls (maximum in progress)'."
    ::= { callFwdServStatsR2Entry  31 }

  callFwdServStatsR2RACFCntRejClsNoResAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - count of rejected calls (no resource available)'."
    ::= { callFwdServStatsR2Entry  32 }

  callFwdServStatsR2RACFMaxSimulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - maximum simultaneous calls'."
    ::= { callFwdServStatsR2Entry  33 }

  callFwdServStatsR2ActivnsBasicFMFMSimRing OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Activations of Basic Find-me-follow-me (SimRing)'."
    ::= { callFwdServStatsR2Entry  34 }

  callFwdServStatsR2DeactivnsBasicFMFMSimRing OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Deactivations of Basic Find-me-follow-me (SimRing)'."
    ::= { callFwdServStatsR2Entry  35 }

  callFwdServStatsR2CntBasicFMFMSimRingApps OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Count of Basic Find-me-follow-me (SimRing) applications'."
    ::= { callFwdServStatsR2Entry  36 }

  callFwdServStatsR2ActivnsEnhancedFMFM OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Activations of Enhanced Find-me-follow-me'."
    ::= { callFwdServStatsR2Entry  37 }

  callFwdServStatsR2DeactivnsEnhancedFMFM OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Deactivations of Enhanced Find-me-follow-me'."
    ::= { callFwdServStatsR2Entry  38 }

  callFwdServStatsR2CntEnhancedFMFMApps OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Count of Enhanced Find-me-follow-me applications'."
    ::= { callFwdServStatsR2Entry  39 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Detailed Call Log'                                          */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  detailedCallLogTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DetailedCallLogEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Logging'.
                  Table does not support createAndWait."
    ::= { metaSwitch  826 }

  detailedCallLogEntry OBJECT-TYPE
    SYNTAX       DetailedCallLogEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { detailedCallLogMSwitchConn,
             detailedCallLogMSwitch,
             detailedCallLogCallAgentIx,
             detailedCallLogClgNum,
             detailedCallLogCldNum }
    ::= {  detailedCallLogTable  1  }

  DetailedCallLogEntry  ::=  SEQUENCE
  {
    detailedCallLogMSwitchConn         Unsigned32,
    detailedCallLogMSwitch             DisplayString,
    detailedCallLogCallAgentIx         Unsigned32,
    detailedCallLogClgNumType          INTEGER,
    detailedCallLogClgNum              DisplayString,
    detailedCallLogCldNumType          INTEGER,
    detailedCallLogCldNum              DisplayString,
    detailedCallLogRowStatus           RowStatus
  }

  detailedCallLogMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { detailedCallLogEntry  1 }

  detailedCallLogMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { detailedCallLogEntry  2 }

  detailedCallLogCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { detailedCallLogEntry  3 }

  detailedCallLogClgNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCallingNumber(0),
                   matchCallingNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number type'.
                  This field is only writable during create."
    DEFVAL       { matchCallingNumber }
    ::= { detailedCallLogEntry  4 }

  detailedCallLogClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { detailedCallLogEntry  5 }

  detailedCallLogCldNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCalledNumber(0),
                   matchCalledNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number type'.
                  This field is only writable during create."
    DEFVAL       { matchCalledNumber }
    ::= { detailedCallLogEntry  6 }

  detailedCallLogCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { detailedCallLogEntry  7 }

  detailedCallLogRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { detailedCallLogEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Global Incoming Call Services Statistics'  */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  inServStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF InServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Incoming Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  833 }

  inServStatsR2Entry OBJECT-TYPE
    SYNTAX       InServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { inServStatsR2MSwitchConn,
             inServStatsR2MSwitch,
             inServStatsR2CallAgentIx,
             inServStatsR2SummaryPeriod }
    ::= {  inServStatsR2Table  1  }

  InServStatsR2Entry  ::=  SEQUENCE
  {
    inServStatsR2MSwitchConn           Unsigned32,
    inServStatsR2MSwitch               DisplayString,
    inServStatsR2CallAgentIx           Unsigned32,
    inServStatsR2SummaryPeriod         INTEGER,
    inServStatsR2ActivnCntACR          Unsigned32,
    inServStatsR2DeactivnCntACR        Unsigned32,
    inServStatsR2CntFaildActivnsACR    Unsigned32,
    inServStatsR2CntFaildDeactivnsACR  Unsigned32,
    inServStatsR2CntCallsRejByACR      Unsigned32,
    inServStatsR2SCRNumCfgAccesses     Unsigned32,
    inServStatsR2SCRNumCallsRej        Unsigned32,
    inServStatsR2SCRNumCalls           Unsigned32,
    inServStatsR2SCRNumResFails        Unsigned32,
    inServStatsR2PriCallNumCfgAccesses Unsigned32,
    inServStatsR2PriCallNumDistRingingCalls
                                       Unsigned32,
    inServStatsR2PriCallNumDistCWCalls Unsigned32,
    inServStatsR2PriCallNumResFails    Unsigned32,
    inServStatsR2DoNotDistCntAvtd      Unsigned32,
    inServStatsR2DoNotDistCntDvtd      Unsigned32,
    inServStatsR2DoNotDistNumCallsRedirected
                                       Unsigned32,
    inServStatsR2DoNotDistNumCalls     Unsigned32,
    inServStatsR2SCANumCfgAccesses     Unsigned32
  }

  inServStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { inServStatsR2Entry  1 }

  inServStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { inServStatsR2Entry  2 }

  inServStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { inServStatsR2Entry  3 }

  inServStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { inServStatsR2Entry  4 }

  inServStatsR2ActivnCntACR OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - number of times activated'."
    ::= { inServStatsR2Entry  5 }

  inServStatsR2DeactivnCntACR OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - number of times deactivated'."
    ::= { inServStatsR2Entry  6 }

  inServStatsR2CntFaildActivnsACR OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - number of failed activations'."
    ::= { inServStatsR2Entry  7 }

  inServStatsR2CntFaildDeactivnsACR OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - number of failed deactivations'."
    ::= { inServStatsR2Entry  8 }

  inServStatsR2CntCallsRejByACR OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - number of calls rejected'."
    ::= { inServStatsR2Entry  9 }

  inServStatsR2SCRNumCfgAccesses OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of config accesses'."
    ::= { inServStatsR2Entry  10 }

  inServStatsR2SCRNumCallsRej OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of calls rejected'."
    ::= { inServStatsR2Entry  11 }

  inServStatsR2SCRNumCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of calls'."
    ::= { inServStatsR2Entry  12 }

  inServStatsR2SCRNumResFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of resource failures'."
    ::= { inServStatsR2Entry  13 }

  inServStatsR2PriCallNumCfgAccesses OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - number of config accesses'."
    ::= { inServStatsR2Entry  14 }

  inServStatsR2PriCallNumDistRingingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - number of Distinctive Ringing calls'."
    ::= { inServStatsR2Entry  15 }

  inServStatsR2PriCallNumDistCWCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - number of Distinctive Call Waiting calls'."
    ::= { inServStatsR2Entry  16 }

  inServStatsR2PriCallNumResFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - number of resource failures'."
    ::= { inServStatsR2Entry  17 }

  inServStatsR2DoNotDistCntAvtd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - number of times activated'."
    ::= { inServStatsR2Entry  18 }

  inServStatsR2DoNotDistCntDvtd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - number of times deactivated'."
    ::= { inServStatsR2Entry  19 }

  inServStatsR2DoNotDistNumCallsRedirected OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - number of calls redirected'."
    ::= { inServStatsR2Entry  20 }

  inServStatsR2DoNotDistNumCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - number of calls'."
    ::= { inServStatsR2Entry  21 }

  inServStatsR2SCANumCfgAccesses OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Acceptance - number of config accesses'."
    ::= { inServStatsR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Find-me-follow-me Rule'                                     */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  indLineFmfmRuleTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineFmfmRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  837 }

  indLineFmfmRuleEntry OBJECT-TYPE
    SYNTAX       IndLineFmfmRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineFmfmRuleMSwitchConn,
             indLineFmfmRuleMSwitch,
             indLineFmfmRuleCallAgentIx,
             indLineFmfmRuleDirNum,
             indLineFmfmRuleFmfmRuleIx }
    ::= {  indLineFmfmRuleTable  1  }

  IndLineFmfmRuleEntry  ::=  SEQUENCE
  {
    indLineFmfmRuleMSwitchConn         Unsigned32,
    indLineFmfmRuleMSwitch             DisplayString,
    indLineFmfmRuleCallAgentIx         Unsigned32,
    indLineFmfmRuleDirNum              DisplayString,
    indLineFmfmRuleFmfmRuleIx          Unsigned32,
    indLineFmfmRuleOrder               Unsigned32,
    indLineFmfmRuleRuleType            INTEGER,
    indLineFmfmRuleNumToRing           DisplayString,
    indLineFmfmRuleComment             DisplayString,
    indLineFmfmRuleFwdPermitted        INTEGER,
    indLineFmfmRuleRingingTimeout      Unsigned32,
    indLineFmfmRuleRowStatus           RowStatus
  }

  indLineFmfmRuleMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineFmfmRuleEntry  1 }

  indLineFmfmRuleMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineFmfmRuleEntry  2 }

  indLineFmfmRuleCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineFmfmRuleEntry  3 }

  indLineFmfmRuleDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineFmfmRuleEntry  4 }

  indLineFmfmRuleFmfmRuleIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fmfm Rule index'.
                  This is an index field."
    ::= { indLineFmfmRuleEntry  5 }

  indLineFmfmRuleOrder OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Order'."
    DEFVAL       { 1 }
    ::= { indLineFmfmRuleEntry  6 }

  indLineFmfmRuleRuleType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alertThisSubscriber(1),
                   ringNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Rule type'."
    DEFVAL       { alertThisSubscriber }
    ::= { indLineFmfmRuleEntry  7 }

  indLineFmfmRuleNumToRing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number to ring'."
    ::= { indLineFmfmRuleEntry  8 }

  indLineFmfmRuleComment OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Comment'."
    ::= { indLineFmfmRuleEntry  9 }

  indLineFmfmRuleFwdPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding Permitted'."
    DEFVAL       { false }
    ::= { indLineFmfmRuleEntry  10 }

  indLineFmfmRuleRingingTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ringing timeout'."
    DEFVAL       { 36 }
    ::= { indLineFmfmRuleEntry  11 }

  indLineFmfmRuleRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineFmfmRuleEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Anonymous Number'                 */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  indLineSCAAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  840 }

  indLineSCAAnonNumEntry OBJECT-TYPE
    SYNTAX       IndLineSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSCAAnonNumMSwitchConn,
             indLineSCAAnonNumMSwitch,
             indLineSCAAnonNumCallAgentIx,
             indLineSCAAnonNumDirNum,
             indLineSCAAnonNumClgNum }
    ::= {  indLineSCAAnonNumTable  1  }

  IndLineSCAAnonNumEntry  ::=  SEQUENCE
  {
    indLineSCAAnonNumMSwitchConn       Unsigned32,
    indLineSCAAnonNumMSwitch           DisplayString,
    indLineSCAAnonNumCallAgentIx       Unsigned32,
    indLineSCAAnonNumDirNum            DisplayString,
    indLineSCAAnonNumClgNum            DisplayString,
    indLineSCAAnonNumRowStatus         RowStatus
  }

  indLineSCAAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSCAAnonNumEntry  1 }

  indLineSCAAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSCAAnonNumEntry  2 }

  indLineSCAAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSCAAnonNumEntry  3 }

  indLineSCAAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSCAAnonNumEntry  4 }

  indLineSCAAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLineSCAAnonNumEntry  5 }

  indLineSCAAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSCAAnonNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Number'                           */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  indLineSCANumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  841 }

  indLineSCANumEntry OBJECT-TYPE
    SYNTAX       IndLineSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSCANumMSwitchConn,
             indLineSCANumMSwitch,
             indLineSCANumCallAgentIx,
             indLineSCANumDirNum,
             indLineSCANumClgNum }
    ::= {  indLineSCANumTable  1  }

  IndLineSCANumEntry  ::=  SEQUENCE
  {
    indLineSCANumMSwitchConn           Unsigned32,
    indLineSCANumMSwitch               DisplayString,
    indLineSCANumCallAgentIx           Unsigned32,
    indLineSCANumDirNum                DisplayString,
    indLineSCANumClgNum                DisplayString,
    indLineSCANumRowStatus             RowStatus
  }

  indLineSCANumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSCANumEntry  1 }

  indLineSCANumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSCANumEntry  2 }

  indLineSCANumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSCANumEntry  3 }

  indLineSCANumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSCANumEntry  4 }

  indLineSCANumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { indLineSCANumEntry  5 }

  indLineSCANumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSCANumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Incoming Call Services'                                     */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mADNInR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNInR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  844 }

  mADNInR2Entry OBJECT-TYPE
    SYNTAX       MADNInR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNInR2MSwitchConn,
             mADNInR2MSwitch,
             mADNInR2CallAgentIx,
             mADNInR2GpIx,
             mADNInR2DirNum }
    ::= {  mADNInR2Table  1  }

  MADNInR2Entry  ::=  SEQUENCE
  {
    mADNInR2MSwitchConn                Unsigned32,
    mADNInR2MSwitch                    DisplayString,
    mADNInR2CallAgentIx                Unsigned32,
    mADNInR2GpIx                       Unsigned32,
    mADNInR2DirNum                     DisplayString,
    mADNInR2SDActSCR                   INTEGER,
    mADNInR2SDDefSCR                   INTEGER,
    mADNInR2SDUseDefSCR                INTEGER,
    mADNInR2SCREnabled                 INTEGER,
    mADNInR2SCRNumAnonNums             Unsigned32,
    mADNInR2SDActSCRUSB                INTEGER,
    mADNInR2SDDefSCRUSB                INTEGER,
    mADNInR2SDUseDefSCRUSB             INTEGER,
    mADNInR2SDActACR                   INTEGER,
    mADNInR2SDDefACR                   INTEGER,
    mADNInR2SDUseDefACR                INTEGER,
    mADNInR2ACREnabled                 INTEGER,
    mADNInR2SDActACRUSB                INTEGER,
    mADNInR2SDDefACRUSB                INTEGER,
    mADNInR2SDUseDefACRUSB             INTEGER,
    mADNInR2DoExtraActions             INTEGER,
    mADNInR2SDActDoNotDistSubscribed   INTEGER,
    mADNInR2SDDefDoNotDistSubscribed   INTEGER,
    mADNInR2SDUseDefDoNotDistSubscribed
                                       INTEGER,
    mADNInR2DoNotDistEnabled           INTEGER,
    mADNInR2SDActDoNotDistSingleRing   INTEGER,
    mADNInR2SDDefDoNotDistSingleRing   INTEGER,
    mADNInR2SDUseDefDoNotDistSingleRing
                                       INTEGER,
    mADNInR2SDActDoNotDistServLvl      INTEGER,
    mADNInR2SDDefDoNotDistServLvl      INTEGER,
    mADNInR2SDUseDefDoNotDistServLvl   INTEGER,
    mADNInR2SCANumAnonNums             Unsigned32,
    mADNInR2SDActSCAUSB                INTEGER,
    mADNInR2SDDefSCAUSB                INTEGER,
    mADNInR2SDUseDefSCAUSB             INTEGER
  }

  mADNInR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNInR2Entry  1 }

  mADNInR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNInR2Entry  2 }

  mADNInR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNInR2Entry  3 }

  mADNInR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNInR2Entry  4 }

  mADNInR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNInR2Entry  5 }

  mADNInR2SDActSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  6 }

  mADNInR2SDDefSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  7 }

  mADNInR2SDUseDefSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  8 }

  mADNInR2SCREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { mADNInR2Entry  9 }

  mADNInR2SCRNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of anonymous numbers'."
    ::= { mADNInR2Entry  10 }

  mADNInR2SDActSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  11 }

  mADNInR2SDDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  12 }

  mADNInR2SDUseDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  13 }

  mADNInR2SDActACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  14 }

  mADNInR2SDDefACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  15 }

  mADNInR2SDUseDefACR OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  16 }

  mADNInR2ACREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { mADNInR2Entry  17 }

  mADNInR2SDActACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  18 }

  mADNInR2SDDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  19 }

  mADNInR2SDUseDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  20 }

  mADNInR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveCallRejectionNumbers(1),
                   removeAnonymousSelectiveCallRejectionNumbers(2),
                   removeAllSelectiveCallAcceptanceNumbers(3),
                   removeAnonymousSelectiveCallAcceptanceNumbers(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mADNInR2Entry  29 }

  mADNInR2SDActDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  33 }

  mADNInR2SDDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  34 }

  mADNInR2SDUseDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  35 }

  mADNInR2DoNotDistEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - Enabled'."
    DEFVAL       { false }
    ::= { mADNInR2Entry  36 }

  mADNInR2SDActDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  37 }

  mADNInR2SDDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  38 }

  mADNInR2SDUseDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  39 }

  mADNInR2SDActDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  40 }

  mADNInR2SDDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  41 }

  mADNInR2SDUseDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  42 }

  mADNInR2SCANumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - number of anonymous numbers'."
    ::= { mADNInR2Entry  43 }

  mADNInR2SDActSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  44 }

  mADNInR2SDDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNInR2Entry  45 }

  mADNInR2SDUseDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNInR2Entry  46 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MADN Member'                                                */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mADNMemberR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNMemberR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'."
    ::= { metaSwitch  845 }

  mADNMemberR1Entry OBJECT-TYPE
    SYNTAX       MADNMemberR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNMemberR1MSwitchConn,
             mADNMemberR1MSwitch,
             mADNMemberR1CallAgentIx,
             mADNMemberR1GpIx,
             mADNMemberR1DirNum,
             mADNMemberR1MemberDirNum }
    ::= {  mADNMemberR1Table  1  }

  MADNMemberR1Entry  ::=  SEQUENCE
  {
    mADNMemberR1MSwitchConn            Unsigned32,
    mADNMemberR1MSwitch                DisplayString,
    mADNMemberR1CallAgentIx            Unsigned32,
    mADNMemberR1GpIx                   Unsigned32,
    mADNMemberR1DirNum                 DisplayString,
    mADNMemberR1MemberDirNum           DisplayString,
    mADNMemberR1RowStatus              RowStatus
  }

  mADNMemberR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNMemberR1Entry  1 }

  mADNMemberR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNMemberR1Entry  2 }

  mADNMemberR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNMemberR1Entry  3 }

  mADNMemberR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNMemberR1Entry  4 }

  mADNMemberR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNMemberR1Entry  5 }

  mADNMemberR1MemberDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNMemberR1Entry  6 }

  mADNMemberR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNMemberR1Entry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Anonymous Number'                 */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mADNSCAAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  846 }

  mADNSCAAnonNumEntry OBJECT-TYPE
    SYNTAX       MADNSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNSCAAnonNumMSwitchConn,
             mADNSCAAnonNumMSwitch,
             mADNSCAAnonNumCallAgentIx,
             mADNSCAAnonNumGpIx,
             mADNSCAAnonNumDirNum,
             mADNSCAAnonNumClgNum }
    ::= {  mADNSCAAnonNumTable  1  }

  MADNSCAAnonNumEntry  ::=  SEQUENCE
  {
    mADNSCAAnonNumMSwitchConn          Unsigned32,
    mADNSCAAnonNumMSwitch              DisplayString,
    mADNSCAAnonNumCallAgentIx          Unsigned32,
    mADNSCAAnonNumGpIx                 Unsigned32,
    mADNSCAAnonNumDirNum               DisplayString,
    mADNSCAAnonNumClgNum               DisplayString,
    mADNSCAAnonNumRowStatus            RowStatus
  }

  mADNSCAAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNSCAAnonNumEntry  1 }

  mADNSCAAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNSCAAnonNumEntry  2 }

  mADNSCAAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNSCAAnonNumEntry  3 }

  mADNSCAAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNSCAAnonNumEntry  4 }

  mADNSCAAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNSCAAnonNumEntry  5 }

  mADNSCAAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mADNSCAAnonNumEntry  6 }

  mADNSCAAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNSCAAnonNumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Number'                           */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mADNSCANumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  847 }

  mADNSCANumEntry OBJECT-TYPE
    SYNTAX       MADNSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNSCANumMSwitchConn,
             mADNSCANumMSwitch,
             mADNSCANumCallAgentIx,
             mADNSCANumGpIx,
             mADNSCANumDirNum,
             mADNSCANumClgNum }
    ::= {  mADNSCANumTable  1  }

  MADNSCANumEntry  ::=  SEQUENCE
  {
    mADNSCANumMSwitchConn              Unsigned32,
    mADNSCANumMSwitch                  DisplayString,
    mADNSCANumCallAgentIx              Unsigned32,
    mADNSCANumGpIx                     Unsigned32,
    mADNSCANumDirNum                   DisplayString,
    mADNSCANumClgNum                   DisplayString,
    mADNSCANumRowStatus                RowStatus
  }

  mADNSCANumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNSCANumEntry  1 }

  mADNSCANumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNSCANumEntry  2 }

  mADNSCANumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNSCANumEntry  3 }

  mADNSCANumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNSCANumEntry  4 }

  mADNSCANumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNSCANumEntry  5 }

  mADNSCANumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mADNSCANumEntry  6 }

  mADNSCANumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNSCANumEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Outgoing Call Profile Data'                              */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mFCallProfileDataR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFCallProfileDataR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Outgoing Call Profile'.
                  Table does not support createAndWait."
    ::= { metaSwitch  849 }

  mFCallProfileDataR1Entry OBJECT-TYPE
    SYNTAX       MFCallProfileDataR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFCallProfileDataR1MSwitchConn,
             mFCallProfileDataR1MSwitch,
             mFCallProfileDataR1CallAgentIx,
             mFCallProfileDataR1MFLocalExchangeIx,
             mFCallProfileDataR1CallProfRootIx,
             mFCallProfileDataR1CallProfDataIx }
    ::= {  mFCallProfileDataR1Table  1  }

  MFCallProfileDataR1Entry  ::=  SEQUENCE
  {
    mFCallProfileDataR1MSwitchConn     Unsigned32,
    mFCallProfileDataR1MSwitch         DisplayString,
    mFCallProfileDataR1CallAgentIx     Unsigned32,
    mFCallProfileDataR1MFLocalExchangeIx
                                       Unsigned32,
    mFCallProfileDataR1CallProfRootIx  Unsigned32,
    mFCallProfileDataR1CallProfDataIx  Unsigned32,
    mFCallProfileDataR1RtgType         INTEGER,
    mFCallProfileDataR1Dest            INTEGER,
    mFCallProfileDataR1Prefix          INTEGER,
    mFCallProfileDataR1OprServsReqd    INTEGER,
    mFCallProfileDataR1OprHoldStyle    INTEGER,
    mFCallProfileDataR1DigitSeq1       LongDisplayString,
    mFCallProfileDataR1DigitSeq2       LongDisplayString,
    mFCallProfileDataR1AckBeforeConnect
                                       INTEGER,
    mFCallProfileDataR1CutThruStyle    INTEGER,
    mFCallProfileDataR1RingbackStyle   INTEGER,
    mFCallProfileDataR1RowStatus       RowStatus,
    mFCallProfileDataR1MatchParmsMatchOnUsrDefMFCallType
                                       INTEGER,
    mFCallProfileDataR1UsrDefMFCallTypeVal
                                       Unsigned32,
    mFCallProfileDataR1ActionIfNoANIWhenANIIsReqd
                                       INTEGER,
    mFCallProfileDataR1OutpulseClgNumAsANI
                                       INTEGER,
    mFCallProfileDataR1DefANIIIDigits  INTEGER,
    mFCallProfileDataR1SettingsPlaySuspendedTone
                                       INTEGER
  }

  mFCallProfileDataR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFCallProfileDataR1Entry  1 }

  mFCallProfileDataR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFCallProfileDataR1Entry  2 }

  mFCallProfileDataR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFCallProfileDataR1Entry  3 }

  mFCallProfileDataR1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFCallProfileDataR1Entry  4 }

  mFCallProfileDataR1CallProfRootIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile root index'.
                  This is an index field."
    ::= { mFCallProfileDataR1Entry  5 }

  mFCallProfileDataR1CallProfDataIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile data index'.
                  This is an index field."
    ::= { mFCallProfileDataR1Entry  6 }

  mFCallProfileDataR1RtgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   completedByLEC(1),
                   national(2),
                   consolidated(3),
                   international(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing type'."
    ::= { mFCallProfileDataR1Entry  7 }

  mFCallProfileDataR1Dest OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   national(1),
                   internationalWorldZone1(2),
                   internationalNotWorldZone1(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'."
    ::= { mFCallProfileDataR1Entry  8 }

  mFCallProfileDataR1Prefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroMinus(1),
                   zeroPlus(2),
                   onePlus(3),
                   zeroOnePlus(4),
                   zeroOneOnePlus(5),
                   nineOneOne(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Prefix'."
    ::= { mFCallProfileDataR1Entry  9 }

  mFCallProfileDataR1OprServsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator services required'."
    ::= { mFCallProfileDataR1Entry  10 }

  mFCallProfileDataR1OprHoldStyle OBJECT-TYPE
    SYNTAX       INTEGER {
                   eAOSS(0),
                   none(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold style'."
    ::= { mFCallProfileDataR1Entry  11 }

  mFCallProfileDataR1DigitSeq1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..320))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit sequence 1'."
    ::= { mFCallProfileDataR1Entry  12 }

  mFCallProfileDataR1DigitSeq2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..320))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit sequence 2'."
    ::= { mFCallProfileDataR1Entry  13 }

  mFCallProfileDataR1AckBeforeConnect OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ack before connect'."
    DEFVAL       { true }
    ::= { mFCallProfileDataR1Entry  14 }

  mFCallProfileDataR1CutThruStyle OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   callStart(2),
                   holdIndication(3),
                   callAnswer(4),
                   setupComplete(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cut through style'."
    DEFVAL       { normal }
    ::= { mFCallProfileDataR1Entry  15 }

  mFCallProfileDataR1RingbackStyle OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   untilAnswer(2),
                   untilSetup(3),
                   untilBoth(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ringback style'."
    DEFVAL       { none }
    ::= { mFCallProfileDataR1Entry  16 }

  mFCallProfileDataR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFCallProfileDataR1Entry  17 }

  mFCallProfileDataR1MatchParmsMatchOnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(0),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Match on user defined MF call type'."
    DEFVAL       { false }
    ::= { mFCallProfileDataR1Entry  18 }

  mFCallProfileDataR1UsrDefMFCallTypeVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type value'."
    ::= { mFCallProfileDataR1Entry  19 }

  mFCallProfileDataR1ActionIfNoANIWhenANIIsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOutpulseANISetIIIToANIFailure(0),
                   doNotOutpulseANIOrIIIDigits(1),
                   rejectCall(2),
                   doNotOutpulseDigitSequenceContainingANI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action if no ANI when ANI is required'."
    DEFVAL       { doNotOutpulseANISetIIIToANIFailure }
    ::= { mFCallProfileDataR1Entry  20 }

  mFCallProfileDataR1OutpulseClgNumAsANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   onlyWhenNoANI(2),
                   always(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outpulse calling number as ANI'."
    DEFVAL       { never }
    ::= { mFCallProfileDataR1Entry  21 }

  mFCallProfileDataR1DefANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default ANI II digits'."
    DEFVAL       { 0 }
    ::= { mFCallProfileDataR1Entry  22 }

  mFCallProfileDataR1SettingsPlaySuspendedTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Settings - play suspended tone'."
    ::= { mFCallProfileDataR1Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Circuit Group'                                           */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mFCircGpR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFCircGpR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Remote Exchange'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  851 }

  mFCircGpR3Entry OBJECT-TYPE
    SYNTAX       MFCircGpR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFCircGpR3MSwitchConn,
             mFCircGpR3MSwitch,
             mFCircGpR3CallAgentIx,
             mFCircGpR3MFLocalExchangeIx,
             mFCircGpR3RemExchangeIx,
             mFCircGpR3CircGpIx }
    ::= {  mFCircGpR3Table  1  }

  MFCircGpR3Entry  ::=  SEQUENCE
  {
    mFCircGpR3MSwitchConn              Unsigned32,
    mFCircGpR3MSwitch                  DisplayString,
    mFCircGpR3CallAgentIx              Unsigned32,
    mFCircGpR3MFLocalExchangeIx        Unsigned32,
    mFCircGpR3RemExchangeIx            Unsigned32,
    mFCircGpR3CircGpIx                 Unsigned32,
    mFCircGpR3CircType                 INTEGER,
    mFCircGpR3I1MediaChanMSwitchConn   Unsigned32,
    mFCircGpR3I2MediaChanMSwitch       DisplayString,
    mFCircGpR3I3MediaChanCallAgentIx   Unsigned32,
    mFCircGpR3I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    mFCircGpR3I5MediaChanRemExchangeIx Unsigned32,
    mFCircGpR3I6MediaChanMediaChanIx   Unsigned32,
    mFCircGpR3I1TDMPortMSwitchConn     Unsigned32,
    mFCircGpR3I2TDMPortMSwitch         DisplayString,
    mFCircGpR3I3TDMPortCallAgentIx     Unsigned32,
    mFCircGpR3I4TDMPortGatewayIx       Unsigned32,
    mFCircGpR3I5TDMPortPortIx          Unsigned32,
    mFCircGpR3BaseTimeslot             INTEGER,
    mFCircGpR3NumCircs                 Integer32,
    mFCircGpR3AlrmState                INTEGER,
    mFCircGpR3AlrmEvtsAttnRqLogCorr    Counter64,
    mFCircGpR3AddtlAlrmEvtsAttnRqLogCorr
                                       Counter64,
    mFCircGpR3AlrmEvtsAttnRq           Integer32,
    mFCircGpR3AlrmEvtsAtndDpLogCorr    Counter64,
    mFCircGpR3AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    mFCircGpR3AlrmEvtsAtndDp           Integer32,
    mFCircGpR3AlrmStateTimestamp       Unsigned32,
    mFCircGpR3AlrmResetTimestamp       Unsigned32,
    mFCircGpR3CircAlrmsAttnRq          Integer32,
    mFCircGpR3CircAlrmEvtsAttnRq       Integer32,
    mFCircGpR3CircAlrmsAtndDp          Integer32,
    mFCircGpR3CircAlrmEvtsAtndDp       Integer32,
    mFCircGpR3SummaryChldAlrmState     INTEGER,
    mFCircGpR3DoExtraActions           INTEGER,
    mFCircGpR3RowStatus                RowStatus,
    mFCircGpR3AdminStatus              AdminStatus,
    mFCircGpR3OperStatus               OperStatus,
    mFCircGpR3Desc                     DisplayString,
    mFCircGpR3I1OutCallProfMSwitchConn Unsigned32,
    mFCircGpR3I2OutCallProfMSwitch     DisplayString,
    mFCircGpR3I3OutCallProfCallAgentIx Unsigned32,
    mFCircGpR3I4OutCallProfMFLocalExchangeIx
                                       Unsigned32,
    mFCircGpR3I5OutCallProfCallProfRootIx
                                       Unsigned32,
    mFCircGpR3I1InCallProfMSwitchConn  Unsigned32,
    mFCircGpR3I2InCallProfMSwitch      DisplayString,
    mFCircGpR3I3InCallProfCallAgentIx  Unsigned32,
    mFCircGpR3I4InCallProfMFLocalExchangeIx
                                       Unsigned32,
    mFCircGpR3I5InCallProfCallProfRootIx
                                       Unsigned32,
    mFCircGpR3DualSeizurePolicy        INTEGER,
    mFCircGpR3DiagsLogLvl              INTEGER,
    mFCircGpR3DiagsApiTrace            INTEGER,
    mFCircGpR3DiagsTag                 DisplayString,
    mFCircGpR3I1MFProtProfMSwitchConn  Unsigned32,
    mFCircGpR3I2MFProtProfMSwitch      DisplayString,
    mFCircGpR3I3MFProtProfCallAgentIx  Unsigned32,
    mFCircGpR3I4MFProtProfMFLocalExchangeIx
                                       Unsigned32,
    mFCircGpR3I5MFProtProfProfIx       Unsigned32
  }

  mFCircGpR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFCircGpR3Entry  1 }

  mFCircGpR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFCircGpR3Entry  2 }

  mFCircGpR3CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFCircGpR3Entry  3 }

  mFCircGpR3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFCircGpR3Entry  4 }

  mFCircGpR3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFCircGpR3Entry  5 }

  mFCircGpR3CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { mFCircGpR3Entry  6 }

  mFCircGpR3CircType OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingOnly(1),
                   outgoingOnly(2),
                   incomingAndOutgoing(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit type'.
                  This field is not writable when active."
    ::= { mFCircGpR3Entry  7 }

  mFCircGpR3I1MediaChanMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { mFCircGpR3Entry  8 }

  mFCircGpR3I2MediaChanMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { mFCircGpR3Entry  9 }

  mFCircGpR3I3MediaChanCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { mFCircGpR3Entry  10 }

  mFCircGpR3I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { mFCircGpR3Entry  11 }

  mFCircGpR3I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { mFCircGpR3Entry  12 }

  mFCircGpR3I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { mFCircGpR3Entry  13 }

  mFCircGpR3I1TDMPortMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMPortSE'."
    ::= { mFCircGpR3Entry  23 }

  mFCircGpR3I2TDMPortMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMPortSE'."
    ::= { mFCircGpR3Entry  24 }

  mFCircGpR3I3TDMPortCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { mFCircGpR3Entry  25 }

  mFCircGpR3I4TDMPortGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { mFCircGpR3Entry  26 }

  mFCircGpR3I5TDMPortPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { mFCircGpR3Entry  27 }

  mFCircGpR3BaseTimeslot OBJECT-TYPE
    SYNTAX       INTEGER ( 1..24 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Base timeslot'.
                  This field is not writable when active."
    ::= { mFCircGpR3Entry  28 }

  mFCircGpR3NumCircs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits'.
                  This field is not writable when active."
    ::= { mFCircGpR3Entry  29 }

  mFCircGpR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFCircGpR3Entry  30 }

  mFCircGpR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { mFCircGpR3Entry  31 }

  mFCircGpR3AddtlAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attention Required'."
    ::= { mFCircGpR3Entry  32 }

  mFCircGpR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFCircGpR3Entry  33 }

  mFCircGpR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mFCircGpR3Entry  34 }

  mFCircGpR3AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { mFCircGpR3Entry  35 }

  mFCircGpR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFCircGpR3Entry  36 }

  mFCircGpR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFCircGpR3Entry  37 }

  mFCircGpR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFCircGpR3Entry  38 }

  mFCircGpR3CircAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit Attention Required alarms'."
    ::= { mFCircGpR3Entry  39 }

  mFCircGpR3CircAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFCircGpR3Entry  40 }

  mFCircGpR3CircAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit Attend To Dependent alarms'."
    ::= { mFCircGpR3Entry  41 }

  mFCircGpR3CircAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFCircGpR3Entry  42 }

  mFCircGpR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mFCircGpR3Entry  43 }

  mFCircGpR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   playRMBSignal(1),
                   cancelRMBSignal(2),
                   resetStatistics(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFCircGpR3Entry  44 }

  mFCircGpR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFCircGpR3Entry  45 }

  mFCircGpR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFCircGpR3Entry  46 }

  mFCircGpR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mFCircGpR3Entry  47 }

  mFCircGpR3Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mFCircGpR3Entry  48 }

  mFCircGpR3I1OutCallProfMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing call profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFCallProfileRootSE'."
    ::= { mFCircGpR3Entry  49 }

  mFCircGpR3I2OutCallProfMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing call profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFCallProfileRootSE'."
    ::= { mFCircGpR3Entry  50 }

  mFCircGpR3I3OutCallProfCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing call profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFCallProfileRootSE'."
    ::= { mFCircGpR3Entry  51 }

  mFCircGpR3I4OutCallProfMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing call profile',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFCallProfileRootSE'."
    ::= { mFCircGpR3Entry  52 }

  mFCircGpR3I5OutCallProfCallProfRootIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing call profile',
                  This field represents index 'Call profile root index'
                  in referenced type 'BOOMFCallProfileRootSE'."
    ::= { mFCircGpR3Entry  53 }

  mFCircGpR3I1InCallProfMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming call profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFIncCallProfileRootSE'."
    ::= { mFCircGpR3Entry  54 }

  mFCircGpR3I2InCallProfMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming call profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFIncCallProfileRootSE'."
    ::= { mFCircGpR3Entry  55 }

  mFCircGpR3I3InCallProfCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming call profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFIncCallProfileRootSE'."
    ::= { mFCircGpR3Entry  56 }

  mFCircGpR3I4InCallProfMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming call profile',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFIncCallProfileRootSE'."
    ::= { mFCircGpR3Entry  57 }

  mFCircGpR3I5InCallProfCallProfRootIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming call profile',
                  This field represents index 'Call profile root index'
                  in referenced type 'BOOMFIncCallProfileRootSE'."
    ::= { mFCircGpR3Entry  58 }

  mFCircGpR3DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'."
    DEFVAL       { thisExchange }
    ::= { mFCircGpR3Entry  59 }

  mFCircGpR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mFCircGpR3Entry  60 }

  mFCircGpR3DiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mFCircGpR3Entry  61 }

  mFCircGpR3DiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mFCircGpR3Entry  62 }

  mFCircGpR3I1MFProtProfMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF protocol profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProtocolProfileSE'."
    ::= { mFCircGpR3Entry  63 }

  mFCircGpR3I2MFProtProfMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF protocol profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProtocolProfileSE'."
    ::= { mFCircGpR3Entry  64 }

  mFCircGpR3I3MFProtProfCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF protocol profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFProtocolProfileSE'."
    ::= { mFCircGpR3Entry  65 }

  mFCircGpR3I4MFProtProfMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF protocol profile',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFProtocolProfileSE'."
    ::= { mFCircGpR3Entry  66 }

  mFCircGpR3I5MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF protocol profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProtocolProfileSE'."
    ::= { mFCircGpR3Entry  67 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Incoming Call Profile Data'                              */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mFIncCallProfileDataTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFIncCallProfileDataEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Incoming Call Profile'.
                  Table does not support createAndWait."
    ::= { metaSwitch  852 }

  mFIncCallProfileDataEntry OBJECT-TYPE
    SYNTAX       MFIncCallProfileDataEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFIncCallProfileDataMSwitchConn,
             mFIncCallProfileDataMSwitch,
             mFIncCallProfileDataCallAgentIx,
             mFIncCallProfileDataMFLocalExchangeIx,
             mFIncCallProfileDataCallProfRootIx,
             mFIncCallProfileDataCallProfDataIx }
    ::= {  mFIncCallProfileDataTable  1  }

  MFIncCallProfileDataEntry  ::=  SEQUENCE
  {
    mFIncCallProfileDataMSwitchConn    Unsigned32,
    mFIncCallProfileDataMSwitch        DisplayString,
    mFIncCallProfileDataCallAgentIx    Unsigned32,
    mFIncCallProfileDataMFLocalExchangeIx
                                       Unsigned32,
    mFIncCallProfileDataCallProfRootIx Unsigned32,
    mFIncCallProfileDataCallProfDataIx Unsigned32,
    mFIncCallProfileDataName           DisplayString,
    mFIncCallProfileDataOrderNum       Unsigned32,
    mFIncCallProfileDataDigitSeq1      LongDisplayString,
    mFIncCallProfileDataAck1           INTEGER,
    mFIncCallProfileDataDigitSeq2      LongDisplayString,
    mFIncCallProfileDataAck2           INTEGER,
    mFIncCallProfileDataSpecifyUsrDefMFCallType
                                       INTEGER,
    mFIncCallProfileDataUsrDefMFCallTypeVal
                                       Unsigned32,
    mFIncCallProfileDataOprCall        INTEGER,
    mFIncCallProfileDataCldPartyHold   INTEGER,
    mFIncCallProfileDataTestCall       INTEGER,
    mFIncCallProfileDataPriorityCall   INTEGER,
    mFIncCallProfileDataBLVCall        INTEGER,
    mFIncCallProfileDataDialedPrefix   INTEGER,
    mFIncCallProfileDataRowStatus      RowStatus
  }

  mFIncCallProfileDataMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFIncCallProfileDataEntry  1 }

  mFIncCallProfileDataMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFIncCallProfileDataEntry  2 }

  mFIncCallProfileDataCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFIncCallProfileDataEntry  3 }

  mFIncCallProfileDataMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFIncCallProfileDataEntry  4 }

  mFIncCallProfileDataCallProfRootIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile root index'.
                  This is an index field."
    ::= { mFIncCallProfileDataEntry  5 }

  mFIncCallProfileDataCallProfDataIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile data index'.
                  This is an index field."
    ::= { mFIncCallProfileDataEntry  6 }

  mFIncCallProfileDataName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mFIncCallProfileDataEntry  7 }

  mFIncCallProfileDataOrderNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Order number'."
    ::= { mFIncCallProfileDataEntry  8 }

  mFIncCallProfileDataDigitSeq1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit sequence 1'."
    ::= { mFIncCallProfileDataEntry  9 }

  mFIncCallProfileDataAck1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   wink(0),
                   none(1),
                   seize(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Acknowledgement 1'."
    DEFVAL       { wink }
    ::= { mFIncCallProfileDataEntry  10 }

  mFIncCallProfileDataDigitSeq2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit sequence 2'."
    ::= { mFIncCallProfileDataEntry  11 }

  mFIncCallProfileDataAck2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   wink(0),
                   none(1),
                   seize(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Acknowledgement 2'."
    DEFVAL       { wink }
    ::= { mFIncCallProfileDataEntry  12 }

  mFIncCallProfileDataSpecifyUsrDefMFCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Specify user defined MF call type'."
    DEFVAL       { false }
    ::= { mFIncCallProfileDataEntry  13 }

  mFIncCallProfileDataUsrDefMFCallTypeVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type value'."
    ::= { mFIncCallProfileDataEntry  14 }

  mFIncCallProfileDataOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    DEFVAL       { false }
    ::= { mFIncCallProfileDataEntry  15 }

  mFIncCallProfileDataCldPartyHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called party hold'."
    DEFVAL       { false }
    ::= { mFIncCallProfileDataEntry  16 }

  mFIncCallProfileDataTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    DEFVAL       { false }
    ::= { mFIncCallProfileDataEntry  17 }

  mFIncCallProfileDataPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    DEFVAL       { false }
    ::= { mFIncCallProfileDataEntry  18 }

  mFIncCallProfileDataBLVCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLV call'."
    DEFVAL       { false }
    ::= { mFIncCallProfileDataEntry  19 }

  mFIncCallProfileDataDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   noInformation(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    DEFVAL       { noInformation }
    ::= { mFIncCallProfileDataEntry  20 }

  mFIncCallProfileDataRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFIncCallProfileDataEntry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 4.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  mLHGPilotDNAppServTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNAppServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  860 }

  mLHGPilotDNAppServEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNAppServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNAppServMSwitchConn,
             mLHGPilotDNAppServMSwitch,
             mLHGPilotDNAppServCallAgentIx,
             mLHGPilotDNAppServGpIx,
             mLHGPilotDNAppServMLHGGpIx,
             mLHGPilotDNAppServDirNum }
    ::= {  mLHGPilotDNAppServTable  1  }

  MLHGPilotDNAppServEntry  ::=  SEQUENCE
  {
    mLHGPilotDNAppServMSwitchConn      Unsigned32,
    mLHGPilotDNAppServMSwitch          DisplayString,
    mLHGPilotDNAppServCallAgentIx      Unsigned32,
    mLHGPilotDNAppServGpIx             Unsigned32,
    mLHGPilotDNAppServMLHGGpIx         Unsigned32,
    mLHGPilotDNAppServDirNum           DisplayString,
    mLHGPilotDNAppServSDActOrig        INTEGER,
    mLHGPilotDNAppServSDDefOrig        INTEGER,
    mLHGPilotDNAppServSDUseDefOrig     INTEGER,
    mLHGPilotDNAppServSDActI1OrigServerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNAppServSDActI2OrigServerMSwitch
                                       DisplayString,
    mLHGPilotDNAppServSDActI3OrigServerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNAppServSDActI4OrigServerDirNum
                                       DisplayString,
    mLHGPilotDNAppServSDDefI1OrigServerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNAppServSDDefI2OrigServerMSwitch
                                       DisplayString,
    mLHGPilotDNAppServSDDefI3OrigServerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNAppServSDDefI4OrigServerDirNum
                                       DisplayString,
    mLHGPilotDNAppServSDUseDefOrigServer
                                       INTEGER,
    mLHGPilotDNAppServSDActTerm        INTEGER,
    mLHGPilotDNAppServSDDefTerm        INTEGER,
    mLHGPilotDNAppServSDUseDefTerm     INTEGER,
    mLHGPilotDNAppServSDActI1TermServerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNAppServSDActI2TermServerMSwitch
                                       DisplayString,
    mLHGPilotDNAppServSDActI3TermServerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNAppServSDActI4TermServerDirNum
                                       DisplayString,
    mLHGPilotDNAppServSDDefI1TermServerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNAppServSDDefI2TermServerMSwitch
                                       DisplayString,
    mLHGPilotDNAppServSDDefI3TermServerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNAppServSDDefI4TermServerDirNum
                                       DisplayString,
    mLHGPilotDNAppServSDUseDefTermServer
                                       INTEGER,
    mLHGPilotDNAppServAlrmState        INTEGER,
    mLHGPilotDNAppServAlrmEvsAtndDpLogCorr
                                       Counter64,
    mLHGPilotDNAppServAlrmEvtsAttnRq   Unsigned32,
    mLHGPilotDNAppServAlrmEvtsAtndDp   Unsigned32,
    mLHGPilotDNAppServAlrmStateTimestamp
                                       Unsigned32,
    mLHGPilotDNAppServAlrmResetTimestamp
                                       Unsigned32
  }

  mLHGPilotDNAppServMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNAppServEntry  1 }

  mLHGPilotDNAppServMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNAppServEntry  2 }

  mLHGPilotDNAppServCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNAppServEntry  3 }

  mLHGPilotDNAppServGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNAppServEntry  4 }

  mLHGPilotDNAppServMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNAppServEntry  5 }

  mLHGPilotDNAppServDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNAppServEntry  6 }

  mLHGPilotDNAppServSDActOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNAppServEntry  7 }

  mLHGPilotDNAppServSDDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNAppServEntry  8 }

  mLHGPilotDNAppServSDUseDefOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNAppServEntry  9 }

  mLHGPilotDNAppServSDActI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  10 }

  mLHGPilotDNAppServSDActI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  11 }

  mLHGPilotDNAppServSDActI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  12 }

  mLHGPilotDNAppServSDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  13 }

  mLHGPilotDNAppServSDDefI1OrigServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  14 }

  mLHGPilotDNAppServSDDefI2OrigServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  15 }

  mLHGPilotDNAppServSDDefI3OrigServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  16 }

  mLHGPilotDNAppServSDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNAppServEntry  17 }

  mLHGPilotDNAppServSDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNAppServEntry  18 }

  mLHGPilotDNAppServSDActTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNAppServEntry  19 }

  mLHGPilotDNAppServSDDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNAppServEntry  20 }

  mLHGPilotDNAppServSDUseDefTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNAppServEntry  21 }

  mLHGPilotDNAppServSDActI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  22 }

  mLHGPilotDNAppServSDActI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  23 }

  mLHGPilotDNAppServSDActI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  24 }

  mLHGPilotDNAppServSDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  25 }

  mLHGPilotDNAppServSDDefI1TermServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  26 }

  mLHGPilotDNAppServSDDefI2TermServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  27 }

  mLHGPilotDNAppServSDDefI3TermServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  28 }

  mLHGPilotDNAppServSDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNAppServEntry  29 }

  mLHGPilotDNAppServSDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNAppServEntry  30 }

  mLHGPilotDNAppServAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mLHGPilotDNAppServEntry  31 }

  mLHGPilotDNAppServAlrmEvsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mLHGPilotDNAppServEntry  32 }

  mLHGPilotDNAppServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNAppServEntry  33 }

  mLHGPilotDNAppServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNAppServEntry  34 }

  mLHGPilotDNAppServAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mLHGPilotDNAppServEntry  35 }

  mLHGPilotDNAppServAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mLHGPilotDNAppServEntry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Incoming Call Services'                                     */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mLHGPilotDNInTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNInEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  862 }

  mLHGPilotDNInEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNInEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNInMSwitchConn,
             mLHGPilotDNInMSwitch,
             mLHGPilotDNInCallAgentIx,
             mLHGPilotDNInGpIx,
             mLHGPilotDNInMLHGGpIx,
             mLHGPilotDNInDirNum }
    ::= {  mLHGPilotDNInTable  1  }

  MLHGPilotDNInEntry  ::=  SEQUENCE
  {
    mLHGPilotDNInMSwitchConn           Unsigned32,
    mLHGPilotDNInMSwitch               DisplayString,
    mLHGPilotDNInCallAgentIx           Unsigned32,
    mLHGPilotDNInGpIx                  Unsigned32,
    mLHGPilotDNInMLHGGpIx              Unsigned32,
    mLHGPilotDNInDirNum                DisplayString,
    mLHGPilotDNInSDActSCR              INTEGER,
    mLHGPilotDNInSDDefSCR              INTEGER,
    mLHGPilotDNInSDUseDefSCR           INTEGER,
    mLHGPilotDNInSCREnabled            INTEGER,
    mLHGPilotDNInSCRNumAnonNums        Unsigned32,
    mLHGPilotDNInSDActSCRUSB           INTEGER,
    mLHGPilotDNInSDDefSCRUSB           INTEGER,
    mLHGPilotDNInSDUseDefSCRUSB        INTEGER,
    mLHGPilotDNInSDActACR              INTEGER,
    mLHGPilotDNInSDDefACR              INTEGER,
    mLHGPilotDNInSDUseDefACR           INTEGER,
    mLHGPilotDNInACREnabled            INTEGER,
    mLHGPilotDNInSDActACRUSB           INTEGER,
    mLHGPilotDNInSDDefACRUSB           INTEGER,
    mLHGPilotDNInSDUseDefACRUSB        INTEGER,
    mLHGPilotDNInDoExtraActions        INTEGER
  }

  mLHGPilotDNInMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNInEntry  1 }

  mLHGPilotDNInMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNInEntry  2 }

  mLHGPilotDNInCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNInEntry  3 }

  mLHGPilotDNInGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNInEntry  4 }

  mLHGPilotDNInMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNInEntry  5 }

  mLHGPilotDNInDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNInEntry  6 }

  mLHGPilotDNInSDActSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  7 }

  mLHGPilotDNInSDDefSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  8 }

  mLHGPilotDNInSDUseDefSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNInEntry  9 }

  mLHGPilotDNInSCREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNInEntry  10 }

  mLHGPilotDNInSCRNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of anonymous numbers'."
    ::= { mLHGPilotDNInEntry  11 }

  mLHGPilotDNInSDActSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  12 }

  mLHGPilotDNInSDDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  13 }

  mLHGPilotDNInSDUseDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNInEntry  14 }

  mLHGPilotDNInSDActACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  15 }

  mLHGPilotDNInSDDefACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  16 }

  mLHGPilotDNInSDUseDefACR OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNInEntry  17 }

  mLHGPilotDNInACREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNInEntry  18 }

  mLHGPilotDNInSDActACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  19 }

  mLHGPilotDNInSDDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNInEntry  20 }

  mLHGPilotDNInSDUseDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNInEntry  21 }

  mLHGPilotDNInDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveCallRejectionNumbers(1),
                   removeAnonymousSelectiveCallRejectionNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGPilotDNInEntry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Anonymous Number'                  */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mLHGPilotDNSCRAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNSCRAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  864 }

  mLHGPilotDNSCRAnonNumEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNSCRAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNSCRAnonNumMSwitchConn,
             mLHGPilotDNSCRAnonNumMSwitch,
             mLHGPilotDNSCRAnonNumCallAgentIx,
             mLHGPilotDNSCRAnonNumGpIx,
             mLHGPilotDNSCRAnonNumMLHGGpIx,
             mLHGPilotDNSCRAnonNumDirNum,
             mLHGPilotDNSCRAnonNumClgNum }
    ::= {  mLHGPilotDNSCRAnonNumTable  1  }

  MLHGPilotDNSCRAnonNumEntry  ::=  SEQUENCE
  {
    mLHGPilotDNSCRAnonNumMSwitchConn   Unsigned32,
    mLHGPilotDNSCRAnonNumMSwitch       DisplayString,
    mLHGPilotDNSCRAnonNumCallAgentIx   Unsigned32,
    mLHGPilotDNSCRAnonNumGpIx          Unsigned32,
    mLHGPilotDNSCRAnonNumMLHGGpIx      Unsigned32,
    mLHGPilotDNSCRAnonNumDirNum        DisplayString,
    mLHGPilotDNSCRAnonNumClgNum        DisplayString,
    mLHGPilotDNSCRAnonNumRowStatus     RowStatus
  }

  mLHGPilotDNSCRAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNSCRAnonNumEntry  1 }

  mLHGPilotDNSCRAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNSCRAnonNumEntry  2 }

  mLHGPilotDNSCRAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNSCRAnonNumEntry  3 }

  mLHGPilotDNSCRAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSCRAnonNumEntry  4 }

  mLHGPilotDNSCRAnonNumMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSCRAnonNumEntry  5 }

  mLHGPilotDNSCRAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNSCRAnonNumEntry  6 }

  mLHGPilotDNSCRAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mLHGPilotDNSCRAnonNumEntry  7 }

  mLHGPilotDNSCRAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNSCRAnonNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Rejection Number'                            */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mLHGPilotDNSCRNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNSCRNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  865 }

  mLHGPilotDNSCRNumEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNSCRNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNSCRNumMSwConn,
             mLHGPilotDNSCRNumMSwitch,
             mLHGPilotDNSCRNumCallAgentIx,
             mLHGPilotDNSCRNumGpIx,
             mLHGPilotDNSCRNumMLHGGpIx,
             mLHGPilotDNSCRNumDirNum,
             mLHGPilotDNSCRNumClgNum }
    ::= {  mLHGPilotDNSCRNumTable  1  }

  MLHGPilotDNSCRNumEntry  ::=  SEQUENCE
  {
    mLHGPilotDNSCRNumMSwConn           Unsigned32,
    mLHGPilotDNSCRNumMSwitch           DisplayString,
    mLHGPilotDNSCRNumCallAgentIx       Unsigned32,
    mLHGPilotDNSCRNumGpIx              Unsigned32,
    mLHGPilotDNSCRNumMLHGGpIx          Unsigned32,
    mLHGPilotDNSCRNumDirNum            DisplayString,
    mLHGPilotDNSCRNumClgNum            DisplayString,
    mLHGPilotDNSCRNumRowStatus         RowStatus
  }

  mLHGPilotDNSCRNumMSwConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNSCRNumEntry  1 }

  mLHGPilotDNSCRNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNSCRNumEntry  2 }

  mLHGPilotDNSCRNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNSCRNumEntry  3 }

  mLHGPilotDNSCRNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSCRNumEntry  4 }

  mLHGPilotDNSCRNumMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSCRNumEntry  5 }

  mLHGPilotDNSCRNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNSCRNumEntry  6 }

  mLHGPilotDNSCRNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mLHGPilotDNSCRNumEntry  7 }

  mLHGPilotDNSCRNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNSCRNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Anonymous Number'                 */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mLHGPilotDNSelFwdAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  866 }

  mLHGPilotDNSelFwdAnonNumEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNSelFwdAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNSelFwdAnonNumMSwConn,
             mLHGPilotDNSelFwdAnonNumMSwitch,
             mLHGPilotDNSelFwdAnonNumCallAgentIx,
             mLHGPilotDNSelFwdAnonNumGpIx,
             mLHGPilotDNSelFwdAnonNumMLHGGpIx,
             mLHGPilotDNSelFwdAnonNumDirNum,
             mLHGPilotDNSelFwdAnonNumClgNum }
    ::= {  mLHGPilotDNSelFwdAnonNumTable  1  }

  MLHGPilotDNSelFwdAnonNumEntry  ::=  SEQUENCE
  {
    mLHGPilotDNSelFwdAnonNumMSwConn    Unsigned32,
    mLHGPilotDNSelFwdAnonNumMSwitch    DisplayString,
    mLHGPilotDNSelFwdAnonNumCallAgentIx
                                       Unsigned32,
    mLHGPilotDNSelFwdAnonNumGpIx       Unsigned32,
    mLHGPilotDNSelFwdAnonNumMLHGGpIx   Unsigned32,
    mLHGPilotDNSelFwdAnonNumDirNum     DisplayString,
    mLHGPilotDNSelFwdAnonNumClgNum     DisplayString,
    mLHGPilotDNSelFwdAnonNumRowStatus  RowStatus
  }

  mLHGPilotDNSelFwdAnonNumMSwConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdAnonNumEntry  1 }

  mLHGPilotDNSelFwdAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdAnonNumEntry  2 }

  mLHGPilotDNSelFwdAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdAnonNumEntry  3 }

  mLHGPilotDNSelFwdAnonNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdAnonNumEntry  4 }

  mLHGPilotDNSelFwdAnonNumMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdAnonNumEntry  5 }

  mLHGPilotDNSelFwdAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdAnonNumEntry  6 }

  mLHGPilotDNSelFwdAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdAnonNumEntry  7 }

  mLHGPilotDNSelFwdAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNSelFwdAnonNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Forwarding Number'                           */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mLHGPilotDNSelFwdNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  867 }

  mLHGPilotDNSelFwdNumEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNSelFwdNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNSelFwdNumMSwitchConn,
             mLHGPilotDNSelFwdNumMSwitch,
             mLHGPilotDNSelFwdNumCallAgentIx,
             mLHGPilotDNSelFwdNumGpIx,
             mLHGPilotDNSelFwdNumMLHGGpIx,
             mLHGPilotDNSelFwdNumDirNum,
             mLHGPilotDNSelFwdNumClgNum }
    ::= {  mLHGPilotDNSelFwdNumTable  1  }

  MLHGPilotDNSelFwdNumEntry  ::=  SEQUENCE
  {
    mLHGPilotDNSelFwdNumMSwitchConn    Unsigned32,
    mLHGPilotDNSelFwdNumMSwitch        DisplayString,
    mLHGPilotDNSelFwdNumCallAgentIx    Unsigned32,
    mLHGPilotDNSelFwdNumGpIx           Unsigned32,
    mLHGPilotDNSelFwdNumMLHGGpIx       Unsigned32,
    mLHGPilotDNSelFwdNumDirNum         DisplayString,
    mLHGPilotDNSelFwdNumClgNum         DisplayString,
    mLHGPilotDNSelFwdNumRowStatus      RowStatus
  }

  mLHGPilotDNSelFwdNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdNumEntry  1 }

  mLHGPilotDNSelFwdNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdNumEntry  2 }

  mLHGPilotDNSelFwdNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdNumEntry  3 }

  mLHGPilotDNSelFwdNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdNumEntry  4 }

  mLHGPilotDNSelFwdNumMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdNumEntry  5 }

  mLHGPilotDNSelFwdNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdNumEntry  6 }

  mLHGPilotDNSelFwdNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mLHGPilotDNSelFwdNumEntry  7 }

  mLHGPilotDNSelFwdNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNSelFwdNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MLHG Statistics'                           */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  mLHGStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  869 }

  mLHGStatsEntry OBJECT-TYPE
    SYNTAX       MLHGStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGStatsMSwitchConn,
             mLHGStatsMSwitch,
             mLHGStatsCallAgentIx,
             mLHGStatsGpIx,
             mLHGStatsMLHGGpIx,
             mLHGStatsSummaryPeriod }
    ::= {  mLHGStatsTable  1  }

  MLHGStatsEntry  ::=  SEQUENCE
  {
    mLHGStatsMSwitchConn               Unsigned32,
    mLHGStatsMSwitch                   DisplayString,
    mLHGStatsCallAgentIx               Unsigned32,
    mLHGStatsGpIx                      Unsigned32,
    mLHGStatsMLHGGpIx                  Unsigned32,
    mLHGStatsSummaryPeriod             INTEGER,
    mLHGStatsAverageCallDurn           Integer32,
    mLHGStatsTermCallAttemptsNum       Integer32,
    mLHGStatsTermCallAttemptsAnswrd    Integer32,
    mLHGStatsTermCallAttemptsRejAsBusy Integer32,
    mLHGStatsTermCallAttemptsNotAnswrd Integer32,
    mLHGStatsTermCallAttemptsCallUsage Integer32,
    mLHGStatsCallsQueuedNum            Integer32,
    mLHGStatsCallsQueuedAnswrd         Integer32,
    mLHGStatsCallsQueuedRejAsBusy      Integer32,
    mLHGStatsCallsQueuedNotAnswrd      Integer32,
    mLHGStatsCallsQueuedRejAsQueueFull Integer32,
    mLHGStatsCallQueueSizeAverage      Integer32,
    mLHGStatsCallQueueSizeLowWaterMark Integer32,
    mLHGStatsCallQueueSizeHighWaterMark
                                       Integer32,
    mLHGStatsPercentageAllInMLHGCallsQueued
                                       Integer32,
    mLHGStatsPercentageInCallsToMLHGPilotDNsQueued
                                       Integer32,
    mLHGStatsAverageTimeInQueueQueuedCalls
                                       Integer32
  }

  mLHGStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGStatsEntry  1 }

  mLHGStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGStatsEntry  2 }

  mLHGStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGStatsEntry  3 }

  mLHGStatsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGStatsEntry  4 }

  mLHGStatsMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGStatsEntry  5 }

  mLHGStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mLHGStatsEntry  6 }

  mLHGStatsAverageCallDurn OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Average call duration'."
    ::= { mLHGStatsEntry  7 }

  mLHGStatsTermCallAttemptsNum OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'All incoming calls: Call counts - received'."
    ::= { mLHGStatsEntry  8 }

  mLHGStatsTermCallAttemptsAnswrd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'All incoming calls: Call counts - answered'."
    ::= { mLHGStatsEntry  9 }

  mLHGStatsTermCallAttemptsRejAsBusy OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'All incoming calls: Call counts - rejected as busy'."
    ::= { mLHGStatsEntry  10 }

  mLHGStatsTermCallAttemptsNotAnswrd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'All incoming calls: Call counts - not answered'."
    ::= { mLHGStatsEntry  11 }

  mLHGStatsTermCallAttemptsCallUsage OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'All incoming calls: MLHG usage - time in call'."
    ::= { mLHGStatsEntry  12 }

  mLHGStatsCallsQueuedNum OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queued calls: Call counts - received'."
    ::= { mLHGStatsEntry  13 }

  mLHGStatsCallsQueuedAnswrd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queued calls: Call counts - answered'."
    ::= { mLHGStatsEntry  14 }

  mLHGStatsCallsQueuedRejAsBusy OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queued calls: Call counts - timed out of queue'."
    ::= { mLHGStatsEntry  15 }

  mLHGStatsCallsQueuedNotAnswrd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queued calls: Call counts - not answered'."
    ::= { mLHGStatsEntry  16 }

  mLHGStatsCallsQueuedRejAsQueueFull OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'All incoming calls: Call counts - rejected when queue full'."
    ::= { mLHGStatsEntry  17 }

  mLHGStatsCallQueueSizeAverage OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queued calls: Call counts - currently in queue'."
    ::= { mLHGStatsEntry  18 }

  mLHGStatsCallQueueSizeLowWaterMark OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call queue size - low water mark'."
    ::= { mLHGStatsEntry  19 }

  mLHGStatsCallQueueSizeHighWaterMark OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call queue size - high water mark'."
    ::= { mLHGStatsEntry  20 }

  mLHGStatsPercentageAllInMLHGCallsQueued OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Percentage of all incoming MLHG calls queued'."
    ::= { mLHGStatsEntry  21 }

  mLHGStatsPercentageInCallsToMLHGPilotDNsQueued OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Percentage of incoming calls to MLHG Pilot DNs queued'."
    ::= { mLHGStatsEntry  22 }

  mLHGStatsAverageTimeInQueueQueuedCalls OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Average time in queue for queued calls'."
    ::= { mLHGStatsEntry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Find-me-follow-me Rule'                                     */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  pBXFmfmRuleTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXFmfmRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  875 }

  pBXFmfmRuleEntry OBJECT-TYPE
    SYNTAX       PBXFmfmRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXFmfmRuleMSwitchConn,
             pBXFmfmRuleMSwitch,
             pBXFmfmRuleCallAgentIx,
             pBXFmfmRuleDirNum,
             pBXFmfmRuleFmfmRuleIx }
    ::= {  pBXFmfmRuleTable  1  }

  PBXFmfmRuleEntry  ::=  SEQUENCE
  {
    pBXFmfmRuleMSwitchConn             Unsigned32,
    pBXFmfmRuleMSwitch                 DisplayString,
    pBXFmfmRuleCallAgentIx             Unsigned32,
    pBXFmfmRuleDirNum                  DisplayString,
    pBXFmfmRuleFmfmRuleIx              Unsigned32,
    pBXFmfmRuleOrder                   Unsigned32,
    pBXFmfmRuleRuleType                INTEGER,
    pBXFmfmRuleNumToRing               DisplayString,
    pBXFmfmRuleComment                 DisplayString,
    pBXFmfmRuleFwdPermitted            INTEGER,
    pBXFmfmRuleRingingTimeout          Unsigned32,
    pBXFmfmRuleRowStatus               RowStatus
  }

  pBXFmfmRuleMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXFmfmRuleEntry  1 }

  pBXFmfmRuleMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXFmfmRuleEntry  2 }

  pBXFmfmRuleCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXFmfmRuleEntry  3 }

  pBXFmfmRuleDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXFmfmRuleEntry  4 }

  pBXFmfmRuleFmfmRuleIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fmfm Rule index'.
                  This is an index field."
    ::= { pBXFmfmRuleEntry  5 }

  pBXFmfmRuleOrder OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Order'."
    DEFVAL       { 1 }
    ::= { pBXFmfmRuleEntry  6 }

  pBXFmfmRuleRuleType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alertThisSubscriber(1),
                   ringNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Rule type'."
    DEFVAL       { alertThisSubscriber }
    ::= { pBXFmfmRuleEntry  7 }

  pBXFmfmRuleNumToRing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number to ring'."
    ::= { pBXFmfmRuleEntry  8 }

  pBXFmfmRuleComment OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Comment'."
    ::= { pBXFmfmRuleEntry  9 }

  pBXFmfmRuleFwdPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding Permitted'."
    DEFVAL       { false }
    ::= { pBXFmfmRuleEntry  10 }

  pBXFmfmRuleRingingTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ringing timeout'."
    DEFVAL       { 36 }
    ::= { pBXFmfmRuleEntry  11 }

  pBXFmfmRuleRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXFmfmRuleEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Incoming Call Services'                                     */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  pBXInR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXInR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  876 }

  pBXInR2Entry OBJECT-TYPE
    SYNTAX       PBXInR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXInR2MSwitchConn,
             pBXInR2MSwitch,
             pBXInR2CallAgentIx,
             pBXInR2DirNum }
    ::= {  pBXInR2Table  1  }

  PBXInR2Entry  ::=  SEQUENCE
  {
    pBXInR2MSwitchConn                 Unsigned32,
    pBXInR2MSwitch                     DisplayString,
    pBXInR2CallAgentIx                 Unsigned32,
    pBXInR2DirNum                      DisplayString,
    pBXInR2SDActSCR                    INTEGER,
    pBXInR2SDDefSCR                    INTEGER,
    pBXInR2SDUseDefSCR                 INTEGER,
    pBXInR2SCREnabled                  INTEGER,
    pBXInR2SCRNumAnonNums              Unsigned32,
    pBXInR2SDActSCRUSB                 INTEGER,
    pBXInR2SDDefSCRUSB                 INTEGER,
    pBXInR2SDUseDefSCRUSB              INTEGER,
    pBXInR2SDActACR                    INTEGER,
    pBXInR2SDDefACR                    INTEGER,
    pBXInR2SDUseDefACR                 INTEGER,
    pBXInR2ACREnabled                  INTEGER,
    pBXInR2SDActACRUSB                 INTEGER,
    pBXInR2SDDefACRUSB                 INTEGER,
    pBXInR2SDUseDefACRUSB              INTEGER,
    pBXInR2SDActPriorityCall           INTEGER,
    pBXInR2SDDefPriorityCall           INTEGER,
    pBXInR2SDUseDefPriorityCall        INTEGER,
    pBXInR2PriorityCallEnabled         INTEGER,
    pBXInR2PriorityCallNumAnonNums     Unsigned32,
    pBXInR2SDActPriorityCallUSB        INTEGER,
    pBXInR2SDDefPriorityCallUSB        INTEGER,
    pBXInR2SDUseDefPriorityCallUSB     INTEGER,
    pBXInR2DoExtraActions              INTEGER,
    pBXInR2SDActDoNotDistSubscribed    INTEGER,
    pBXInR2SDDefDoNotDistSubscribed    INTEGER,
    pBXInR2SDUseDefDoNotDistSubscribed INTEGER,
    pBXInR2DoNotDistEnabled            INTEGER,
    pBXInR2SDActDoNotDistSingleRing    INTEGER,
    pBXInR2SDDefDoNotDistSingleRing    INTEGER,
    pBXInR2SDUseDefDoNotDistSingleRing INTEGER,
    pBXInR2SDActDoNotDistServLvl       INTEGER,
    pBXInR2SDDefDoNotDistServLvl       INTEGER,
    pBXInR2SDUseDefDoNotDistServLvl    INTEGER,
    pBXInR2SCANumAnonNums              Unsigned32,
    pBXInR2SDActSCAUSB                 INTEGER,
    pBXInR2SDDefSCAUSB                 INTEGER,
    pBXInR2SDUseDefSCAUSB              INTEGER
  }

  pBXInR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXInR2Entry  1 }

  pBXInR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXInR2Entry  2 }

  pBXInR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXInR2Entry  3 }

  pBXInR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXInR2Entry  4 }

  pBXInR2SDActSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  5 }

  pBXInR2SDDefSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  6 }

  pBXInR2SDUseDefSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  7 }

  pBXInR2SCREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { pBXInR2Entry  8 }

  pBXInR2SCRNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of anonymous numbers'."
    ::= { pBXInR2Entry  9 }

  pBXInR2SDActSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  10 }

  pBXInR2SDDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  11 }

  pBXInR2SDUseDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  12 }

  pBXInR2SDActACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  13 }

  pBXInR2SDDefACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  14 }

  pBXInR2SDUseDefACR OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  15 }

  pBXInR2ACREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { pBXInR2Entry  16 }

  pBXInR2SDActACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  17 }

  pBXInR2SDDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  18 }

  pBXInR2SDUseDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  19 }

  pBXInR2SDActPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  20 }

  pBXInR2SDDefPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  21 }

  pBXInR2SDUseDefPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  22 }

  pBXInR2PriorityCallEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call - Enabled'."
    DEFVAL       { false }
    ::= { pBXInR2Entry  23 }

  pBXInR2PriorityCallNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - number of anonymous numbers'."
    ::= { pBXInR2Entry  24 }

  pBXInR2SDActPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  25 }

  pBXInR2SDDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  26 }

  pBXInR2SDUseDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  27 }

  pBXInR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveCallRejectionNumbers(1),
                   removeAnonymousSelectiveCallRejectionNumbers(2),
                   removeAllSelectiveCallAcceptanceNumbers(3),
                   removeAnonymousSelectiveCallAcceptanceNumbers(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXInR2Entry  28 }

  pBXInR2SDActDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  32 }

  pBXInR2SDDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  33 }

  pBXInR2SDUseDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  34 }

  pBXInR2DoNotDistEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - Enabled'."
    DEFVAL       { false }
    ::= { pBXInR2Entry  35 }

  pBXInR2SDActDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  36 }

  pBXInR2SDDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  37 }

  pBXInR2SDUseDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  38 }

  pBXInR2SDActDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  39 }

  pBXInR2SDDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  40 }

  pBXInR2SDUseDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  41 }

  pBXInR2SCANumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - number of anonymous numbers'."
    ::= { pBXInR2Entry  42 }

  pBXInR2SDActSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  43 }

  pBXInR2SDDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXInR2Entry  44 }

  pBXInR2SDUseDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXInR2Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Anonymous Number'                 */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  pBXSCAAnonNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  878 }

  pBXSCAAnonNumEntry OBJECT-TYPE
    SYNTAX       PBXSCAAnonNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSCAAnonNumMSwitchConn,
             pBXSCAAnonNumMSwitch,
             pBXSCAAnonNumCallAgentIx,
             pBXSCAAnonNumDirNum,
             pBXSCAAnonNumClgNum }
    ::= {  pBXSCAAnonNumTable  1  }

  PBXSCAAnonNumEntry  ::=  SEQUENCE
  {
    pBXSCAAnonNumMSwitchConn           Unsigned32,
    pBXSCAAnonNumMSwitch               DisplayString,
    pBXSCAAnonNumCallAgentIx           Unsigned32,
    pBXSCAAnonNumDirNum                DisplayString,
    pBXSCAAnonNumClgNum                DisplayString,
    pBXSCAAnonNumRowStatus             RowStatus
  }

  pBXSCAAnonNumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSCAAnonNumEntry  1 }

  pBXSCAAnonNumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSCAAnonNumEntry  2 }

  pBXSCAAnonNumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSCAAnonNumEntry  3 }

  pBXSCAAnonNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSCAAnonNumEntry  4 }

  pBXSCAAnonNumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { pBXSCAAnonNumEntry  5 }

  pBXSCAAnonNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSCAAnonNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Acceptance Number'                           */
-- /* Valid from: 4.0                                                               */
-- /*********************************************************************************/

  pBXSCANumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Incoming Call Services'."
    ::= { metaSwitch  879 }

  pBXSCANumEntry OBJECT-TYPE
    SYNTAX       PBXSCANumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSCANumMSwitchConn,
             pBXSCANumMSwitch,
             pBXSCANumCallAgentIx,
             pBXSCANumDirNum,
             pBXSCANumClgNum }
    ::= {  pBXSCANumTable  1  }

  PBXSCANumEntry  ::=  SEQUENCE
  {
    pBXSCANumMSwitchConn               Unsigned32,
    pBXSCANumMSwitch                   DisplayString,
    pBXSCANumCallAgentIx               Unsigned32,
    pBXSCANumDirNum                    DisplayString,
    pBXSCANumClgNum                    DisplayString,
    pBXSCANumRowStatus                 RowStatus
  }

  pBXSCANumMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSCANumEntry  1 }

  pBXSCANumMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSCANumEntry  2 }

  pBXSCANumCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSCANumEntry  3 }

  pBXSCANumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSCANumEntry  4 }

  pBXSCANumClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { pBXSCANumEntry  5 }

  pBXSCANumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSCANumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Physical DS1 Port Statistics'              */
-- /* Valid from: 4.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  physDS1PortStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1PortStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS1 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  889 }

  physDS1PortStatsR2Entry OBJECT-TYPE
    SYNTAX       PhysDS1PortStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1PortStatsR2MSwitchConn,
             physDS1PortStatsR2MSwitch,
             physDS1PortStatsR2MediaGatewayIx,
             physDS1PortStatsR2CtrlerIx,
             physDS1PortStatsR2SlotNum,
             physDS1PortStatsR2PhysDS1PortName,
             physDS1PortStatsR2SummaryPeriod }
    ::= {  physDS1PortStatsR2Table  1  }

  PhysDS1PortStatsR2Entry  ::=  SEQUENCE
  {
    physDS1PortStatsR2MSwitchConn      Unsigned32,
    physDS1PortStatsR2MSwitch          DisplayString,
    physDS1PortStatsR2MediaGatewayIx   Unsigned32,
    physDS1PortStatsR2CtrlerIx         INTEGER,
    physDS1PortStatsR2SlotNum          INTEGER,
    physDS1PortStatsR2PhysDS1PortName  DisplayString,
    physDS1PortStatsR2SummaryPeriod    INTEGER,
    physDS1PortStatsR2NumLossSignalErrs
                                       Integer32,
    physDS1PortStatsR2NumLossFrameErrs Integer32,
    physDS1PortStatsR2NumAlrmIndSentErrs
                                       Integer32,
    physDS1PortStatsR2NumRemAlrmIndErrs
                                       Integer32,
    physDS1PortStatsR2NumDS0ChansAvail Integer32,
    physDS1PortStatsR2NumDS0ChansInUse Integer32,
    physDS1PortStatsR2NumTermsLinkedToACall
                                       Integer32,
    physDS1PortStatsR2NumTermsRsvdUse  Integer32,
    physDS1PortStatsR2CntFailNotifsTerms
                                       Integer32,
    physDS1PortStatsR2NumErroredSecs   Integer32,
    physDS1PortStatsR2NumSeverelyErroredSecs
                                       Integer32,
    physDS1PortStatsR2NumBackgroundBlockErrs
                                       Integer32,
    physDS1PortStatsR2NumUnavailSecs   Integer32,
    physDS1PortStatsR2NumAvailSecs     Integer32,
    physDS1PortStatsR2NumSlips         Integer32
  }

  physDS1PortStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1PortStatsR2Entry  1 }

  physDS1PortStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1PortStatsR2Entry  2 }

  physDS1PortStatsR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1PortStatsR2Entry  3 }

  physDS1PortStatsR2CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1PortStatsR2Entry  4 }

  physDS1PortStatsR2SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1PortStatsR2Entry  5 }

  physDS1PortStatsR2PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1PortStatsR2Entry  6 }

  physDS1PortStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { physDS1PortStatsR2Entry  7 }

  physDS1PortStatsR2NumLossSignalErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Loss of Signal errors'."
    ::= { physDS1PortStatsR2Entry  8 }

  physDS1PortStatsR2NumLossFrameErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Loss of Frame errors'."
    ::= { physDS1PortStatsR2Entry  9 }

  physDS1PortStatsR2NumAlrmIndSentErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Alarm Indication Sent errors'."
    ::= { physDS1PortStatsR2Entry  10 }

  physDS1PortStatsR2NumRemAlrmIndErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Remote Alarm Indication errors'."
    ::= { physDS1PortStatsR2Entry  11 }

  physDS1PortStatsR2NumDS0ChansAvail OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DS0 channels available'."
    ::= { physDS1PortStatsR2Entry  12 }

  physDS1PortStatsR2NumDS0ChansInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DS0 channels in use'."
    ::= { physDS1PortStatsR2Entry  13 }

  physDS1PortStatsR2NumTermsLinkedToACall OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of terminations linked to a call'."
    ::= { physDS1PortStatsR2Entry  14 }

  physDS1PortStatsR2NumTermsRsvdUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of terminations reserved for use'."
    ::= { physDS1PortStatsR2Entry  15 }

  physDS1PortStatsR2CntFailNotifsTerms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of failure notifications for terminations'."
    ::= { physDS1PortStatsR2Entry  16 }

  physDS1PortStatsR2NumErroredSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Errored Seconds'."
    ::= { physDS1PortStatsR2Entry  17 }

  physDS1PortStatsR2NumSeverelyErroredSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Severely Errored Seconds'."
    ::= { physDS1PortStatsR2Entry  18 }

  physDS1PortStatsR2NumBackgroundBlockErrs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Background Block Errors'."
    ::= { physDS1PortStatsR2Entry  19 }

  physDS1PortStatsR2NumUnavailSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Unavailable Seconds'."
    ::= { physDS1PortStatsR2Entry  20 }

  physDS1PortStatsR2NumAvailSecs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Available Seconds'."
    ::= { physDS1PortStatsR2Entry  21 }

  physDS1PortStatsR2NumSlips OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Slips'."
    ::= { physDS1PortStatsR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Reports'                                                    */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  reportConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ReportConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  901 }

  reportConEntry OBJECT-TYPE
    SYNTAX       ReportConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { reportConEMSIx,
             reportConEMSNodeName }
    ::= {  reportConTable  1  }

  ReportConEntry  ::=  SEQUENCE
  {
    reportConEMSIx                     Unsigned32,
    reportConEMSNodeName               DisplayString,
    reportConReportGenertnFaildAlrms   Integer32,
    reportConReportGenFaildAlrmEvts    Integer32,
    reportConSummaryChldAlrmState      INTEGER
  }

  reportConEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { reportConEntry  1 }

  reportConEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { reportConEntry  2 }

  reportConReportGenertnFaildAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Report generation failed alarms'."
    ::= { reportConEntry  3 }

  reportConReportGenFaildAlrmEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Report generation failed alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { reportConEntry  4 }

  reportConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { reportConEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Circuit'                                               */
-- /* Valid from: 3.2                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  iSUPCircR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPCircR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Circuit Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  912 }

  iSUPCircR1Entry OBJECT-TYPE
    SYNTAX       ISUPCircR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPCircR1MSwitchConn,
             iSUPCircR1MSwitch,
             iSUPCircR1CallAgentIx,
             iSUPCircR1ISUPLocalSigDestIx,
             iSUPCircR1ISUPRemSigDestIx,
             iSUPCircR1CircGpIx,
             iSUPCircR1Timeslot }
    ::= {  iSUPCircR1Table  1  }

  ISUPCircR1Entry  ::=  SEQUENCE
  {
    iSUPCircR1MSwitchConn              Unsigned32,
    iSUPCircR1MSwitch                  DisplayString,
    iSUPCircR1CallAgentIx              Unsigned32,
    iSUPCircR1ISUPLocalSigDestIx       Unsigned32,
    iSUPCircR1ISUPRemSigDestIx         Unsigned32,
    iSUPCircR1CircGpIx                 Unsigned32,
    iSUPCircR1Timeslot                 Unsigned32,
    iSUPCircR1LocalBlockStatus         INTEGER,
    iSUPCircR1RemBlockStatus           INTEGER,
    iSUPCircR1AllocationStatus         INTEGER,
    iSUPCircR1LastCircGpTestRes        INTEGER,
    iSUPCircR1DS0Status                INTEGER,
    iSUPCircR1AlrmState                INTEGER,
    iSUPCircR1AlrmEvtsAttnRqLogCorr    Counter64,
    iSUPCircR1AlrmEvtsAttnRq           Integer32,
    iSUPCircR1AlrmEvtsAtndDpLogCorr    Counter64,
    iSUPCircR1AlrmEvtsAtndDp           Integer32,
    iSUPCircR1AlrmStateTimestamp       Unsigned32,
    iSUPCircR1AlrmResetTimestamp       Unsigned32
  }

  iSUPCircR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPCircR1Entry  1 }

  iSUPCircR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPCircR1Entry  2 }

  iSUPCircR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPCircR1Entry  3 }

  iSUPCircR1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircR1Entry  4 }

  iSUPCircR1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircR1Entry  5 }

  iSUPCircR1CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { iSUPCircR1Entry  6 }

  iSUPCircR1Timeslot OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { iSUPCircR1Entry  7 }

  iSUPCircR1LocalBlockStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notBlocked(1),
                   hardwareBlocked(2),
                   maintenanceBlocked(3),
                   circuitBlocked(4),
                   unequipped(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local block status'."
    ::= { iSUPCircR1Entry  8 }

  iSUPCircR1RemBlockStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notBlocked(1),
                   hardwareBlocked(2),
                   maintenanceBlocked(3),
                   circuitBlocked(4),
                   unequipped(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote block status'."
    ::= { iSUPCircR1Entry  9 }

  iSUPCircR1AllocationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   allocated(1),
                   free(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation status'."
    ::= { iSUPCircR1Entry  10 }

  iSUPCircR1LastCircGpTestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTestRun(1),
                   circuitValidationTestRunning(2),
                   circuitValidationTestOK(3),
                   circuitValidationTestFailed(4),
                   circuitValidationTestFailedMissingParamter(5),
                   circuitValidationTestFailedInconsistentDualSeizurePolicy(6),
                   circuitValidationTestFailedInconsistentTrunkNumber(7),
                   circuitValidationTestTimedOut(8),
                   circuitValidationTestNotRunCircuitIsUnequipped(9),
                   groupQueryRunning(10),
                   groupQueryFailedResourceFailure(11),
                   groupQueryFailedTimedOut(12),
                   groupQueryNoActionTaken(13),
                   groupQueryMarkedAsRemotelyBlocked(14),
                   groupQueryMarkedAsRemotelyUnblocked(15),
                   groupQuerySentBlockingMsg(16),
                   groupQuerySentBlockingMsgMarkedAsRemotelyBlocked(17),
                   groupQuerySentBlockingMsgMarkedAsRemotelyUnblocked(18),
                   groupQuerySentUnblockingMsg(19),
                   groupQuerySentUnblockingMsgMarkedAsRemotelyBlocked(20),
                   groupQuerySentUnblockingMsgMarkedAsRemotelyUnblocked(21),
                   continuityTestRunning(22),
                   continuityTestOK(23),
                   continuityTestFailed(24),
                   continuityTestNotRunCircuitIsUnequipped(25),
                   continuityTestNotRunCircuitIsHardwareBlocked(26),
                   continuityTestNotRunCircuitIsInUseForACall(27),
                   continuityTestFailedFarEndRefusesTest(28),
                   continuityTestFailedCircuitUnavailable(29),
                   continuityTestFailedToneExchangeFailure(30),
                   continuityTestFailedInternalFailure(31),
                   continuityTestRetryPendingFarEndRefusesTest(32),
                   continuityTestRetryPendingCircuitUnavailable(33),
                   continuityTestRetryPendingToneExchangeFailure(34),
                   continuityTestRetryPendingInternalFailure(35)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last circuit group test result'."
    ::= { iSUPCircR1Entry  11 }

  iSUPCircR1DS0Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   unequipped(3),
                   transient(4),
                   quiescing(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 status'."
    ::= { iSUPCircR1Entry  12 }

  iSUPCircR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPCircR1Entry  13 }

  iSUPCircR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPCircR1Entry  14 }

  iSUPCircR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircR1Entry  15 }

  iSUPCircR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPCircR1Entry  16 }

  iSUPCircR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircR1Entry  17 }

  iSUPCircR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPCircR1Entry  18 }

  iSUPCircR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPCircR1Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SCCPs'                                                      */
-- /* Valid from: 3.1                                                               */
-- /*********************************************************************************/

  sCCPConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCPConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SS7 Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  916 }

  sCCPConEntry OBJECT-TYPE
    SYNTAX       SCCPConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCPConMSwitchConn,
             sCCPConMSwitch,
             sCCPConCallAgentIx }
    ::= {  sCCPConTable  1  }

  SCCPConEntry  ::=  SEQUENCE
  {
    sCCPConMSwitchConn                 Unsigned32,
    sCCPConMSwitch                     DisplayString,
    sCCPConCallAgentIx                 Unsigned32,
    sCCPConSCCPAlrmsAttnRq             Integer32,
    sCCPConSCCPAlrmEvtsAttnRq          Integer32,
    sCCPConSCCPAlrmsAtndDp             Integer32,
    sCCPConSCCPAlrmEvtsAtndDp          Integer32,
    sCCPConSummaryChldAlrmState        INTEGER
  }

  sCCPConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCPConEntry  1 }

  sCCPConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCPConEntry  2 }

  sCCPConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCPConEntry  3 }

  sCCPConSCCPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Attention Required alarms'."
    ::= { sCCPConEntry  4 }

  sCCPConSCCPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SCCP Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sCCPConEntry  5 }

  sCCPConSCCPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Attend To Dependent alarms'."
    ::= { sCCPConEntry  6 }

  sCCPConSCCPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SCCP Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sCCPConEntry  7 }

  sCCPConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sCCPConEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ANI Screening Tables'                                       */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  aNIScrnTblConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ANIScrnTblConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Long Distance Service Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  919 }

  aNIScrnTblConEntry OBJECT-TYPE
    SYNTAX       ANIScrnTblConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aNIScrnTblConMSwitchConn,
             aNIScrnTblConMSwitch,
             aNIScrnTblConCallAgentIx }
    ::= {  aNIScrnTblConTable  1  }

  ANIScrnTblConEntry  ::=  SEQUENCE
  {
    aNIScrnTblConMSwitchConn           Unsigned32,
    aNIScrnTblConMSwitch               DisplayString,
    aNIScrnTblConCallAgentIx           Unsigned32,
    aNIScrnTblConImportCnt             Integer32,
    aNIScrnTblConImportStatus          DisplayString,
    aNIScrnTblConImportMode            INTEGER,
    aNIScrnTblConImportFile            DisplayString,
    aNIScrnTblConImportCorr            Counter64,
    aNIScrnTblConImportCorrMSwitch     DisplayString,
    aNIScrnTblConImportCorrUID         DisplayString,
    aNIScrnTblConExportCnt             Integer32,
    aNIScrnTblConExportStatus          DisplayString,
    aNIScrnTblConExportFile            DisplayString,
    aNIScrnTblConExportCorr            Counter64,
    aNIScrnTblConExportCorrMSwitch     DisplayString,
    aNIScrnTblConExportCorrUID         DisplayString,
    aNIScrnTblConDoExtraActions        INTEGER,
    aNIScrnTblConExportIncASRepData    INTEGER,
    aNIScrnTblConExportChldObjectsToInc
                                       INTEGER
  }

  aNIScrnTblConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aNIScrnTblConEntry  1 }

  aNIScrnTblConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aNIScrnTblConEntry  2 }

  aNIScrnTblConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aNIScrnTblConEntry  3 }

  aNIScrnTblConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { aNIScrnTblConEntry  4 }

  aNIScrnTblConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { aNIScrnTblConEntry  5 }

  aNIScrnTblConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { aNIScrnTblConEntry  6 }

  aNIScrnTblConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { aNIScrnTblConEntry  7 }

  aNIScrnTblConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { aNIScrnTblConEntry  8 }

  aNIScrnTblConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { aNIScrnTblConEntry  9 }

  aNIScrnTblConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { aNIScrnTblConEntry  10 }

  aNIScrnTblConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aNIScrnTblConEntry  11 }

  aNIScrnTblConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aNIScrnTblConEntry  12 }

  aNIScrnTblConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aNIScrnTblConEntry  13 }

  aNIScrnTblConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aNIScrnTblConEntry  14 }

  aNIScrnTblConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aNIScrnTblConEntry  15 }

  aNIScrnTblConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aNIScrnTblConEntry  16 }

  aNIScrnTblConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aNIScrnTblConEntry  17 }

  aNIScrnTblConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aNIScrnTblConEntry  18 }

  aNIScrnTblConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aNIScrnTblConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Authorization Code'                                         */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  authCodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AuthCodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Authorization Code Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  922 }

  authCodeEntry OBJECT-TYPE
    SYNTAX       AuthCodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { authCodeMSwitchConn,
             authCodeMSwitch,
             authCodeCallAgentIx,
             authCodeTblIx,
             authCodeAuthCode }
    ::= {  authCodeTable  1  }

  AuthCodeEntry  ::=  SEQUENCE
  {
    authCodeMSwitchConn                Unsigned32,
    authCodeMSwitch                    DisplayString,
    authCodeCallAgentIx                Unsigned32,
    authCodeTblIx                      INTEGER,
    authCodeAuthCode                   DisplayString,
    authCodeDesc                       DisplayString,
    authCodePIN                        DisplayString,
    authCodeI1LongDistanceServClassMSwitchConn
                                       Unsigned32,
    authCodeI2LongDistanceServClassMSwitch
                                       DisplayString,
    authCodeI3LongDistanceServClassCallAgentIx
                                       Unsigned32,
    authCodeI4LongDistanceServClassServClassIx
                                       INTEGER,
    authCodeSDActSimulCallLimit        Unsigned32,
    authCodeSDDefSimulCallLimit        Unsigned32,
    authCodeSDUseDefSimulCallLimit     INTEGER,
    authCodeServSuspended              INTEGER,
    authCodeServBlocked                INTEGER,
    authCodeAuthCodeLen                Unsigned32,
    authCodeRowStatus                  RowStatus
  }

  authCodeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { authCodeEntry  1 }

  authCodeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { authCodeEntry  2 }

  authCodeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { authCodeEntry  3 }

  authCodeTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table index'.
                  This is an index field."
    ::= { authCodeEntry  4 }

  authCodeAuthCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..15))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code'.
                  This is an index field."
    ::= { authCodeEntry  5 }

  authCodeDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { authCodeEntry  6 }

  authCodePIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { authCodeEntry  7 }

  authCodeI1LongDistanceServClassMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { authCodeEntry  8 }

  authCodeI2LongDistanceServClassMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { authCodeEntry  9 }

  authCodeI3LongDistanceServClassCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { authCodeEntry  10 }

  authCodeI4LongDistanceServClassServClassIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Service class index'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { authCodeEntry  11 }

  authCodeSDActSimulCallLimit OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Simultaneous call limit'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { authCodeEntry  12 }

  authCodeSDDefSimulCallLimit OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Simultaneous call limit'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { authCodeEntry  13 }

  authCodeSDUseDefSimulCallLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Simultaneous call limit'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { authCodeEntry  14 }

  authCodeServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { false }
    ::= { authCodeEntry  15 }

  authCodeServBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service blocked'."
    DEFVAL       { false }
    ::= { authCodeEntry  16 }

  authCodeAuthCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code Length'.
                  This field is not writable when active."
    ::= { authCodeEntry  17 }

  authCodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { authCodeEntry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SCCP Remote Destination List Entry'                         */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2RemoteDestListEntryTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2RemoteDestListEntryEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Concerned Area'.
                  Table does not support createAndWait."
    ::= { metaSwitch  924 }

  sCCP2RemoteDestListEntryEntry OBJECT-TYPE
    SYNTAX       SCCP2RemoteDestListEntryEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2RemoteDestListEntryConnMSwitch,
             sCCP2RemoteDestListEntryMSwitch,
             sCCP2RemoteDestListEntryCallAgentIx,
             sCCP2RemoteDestListEntrySCCPIx,
             sCCP2RemoteDestListEntryIx,
             sCCP2RemoteDestListEntrySCCPRemDestListEntryDest }
    ::= {  sCCP2RemoteDestListEntryTable  1  }

  SCCP2RemoteDestListEntryEntry  ::=  SEQUENCE
  {
    sCCP2RemoteDestListEntryConnMSwitch
                                       Unsigned32,
    sCCP2RemoteDestListEntryMSwitch    DisplayString,
    sCCP2RemoteDestListEntryCallAgentIx
                                       Unsigned32,
    sCCP2RemoteDestListEntrySCCPIx     Unsigned32,
    sCCP2RemoteDestListEntryIx         Unsigned32,
    sCCP2RemoteDestListEntrySCCPRemDestListEntryDest
                                       Unsigned32,
    sCCP2RemoteDestListEntryRowStatus  RowStatus,
    sCCP2RemoteDestListEntryOperStatus OperStatus
  }

  sCCP2RemoteDestListEntryConnMSwitch OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2RemoteDestListEntryEntry  1 }

  sCCP2RemoteDestListEntryMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2RemoteDestListEntryEntry  2 }

  sCCP2RemoteDestListEntryCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2RemoteDestListEntryEntry  3 }

  sCCP2RemoteDestListEntrySCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2RemoteDestListEntryEntry  4 }

  sCCP2RemoteDestListEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Concerned Area index'.
                  This is an index field."
    ::= { sCCP2RemoteDestListEntryEntry  5 }

  sCCP2RemoteDestListEntrySCCPRemDestListEntryDest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This field provides the final index in a
                  cross-reference to type 'BOOSCCPRemoteSigDestSE'
                  or to type 'BOOSCCPRemoteSigDestSE'.
                  The other indices to that type are taken from the
                  other indices for this table.
                  Corresponds to MetaView field 'Destination'.
                  This is an index field."
    ::= { sCCP2RemoteDestListEntryEntry  6 }

  sCCP2RemoteDestListEntryRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2RemoteDestListEntryEntry  7 }

  sCCP2RemoteDestListEntryOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2RemoteDestListEntryEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Authorization Code Tables'                                  */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  authCodeTablesConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AuthCodeTablesConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Long Distance Service Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  926 }

  authCodeTablesConEntry OBJECT-TYPE
    SYNTAX       AuthCodeTablesConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { authCodeTablesConMSwitchConn,
             authCodeTablesConMSwitch,
             authCodeTablesConCallAgentIx }
    ::= {  authCodeTablesConTable  1  }

  AuthCodeTablesConEntry  ::=  SEQUENCE
  {
    authCodeTablesConMSwitchConn       Unsigned32,
    authCodeTablesConMSwitch           DisplayString,
    authCodeTablesConCallAgentIx       Unsigned32,
    authCodeTablesConImportCnt         Integer32,
    authCodeTablesConImportStatus      DisplayString,
    authCodeTablesConImportMode        INTEGER,
    authCodeTablesConImportFile        DisplayString,
    authCodeTablesConImportCorr        Counter64,
    authCodeTablesConImportCorrMSwitch DisplayString,
    authCodeTablesConImportCorrUID     DisplayString,
    authCodeTablesConExportCnt         Integer32,
    authCodeTablesConExportStatus      DisplayString,
    authCodeTablesConExportFile        DisplayString,
    authCodeTablesConExportCorr        Counter64,
    authCodeTablesConExportCorrMSwitch DisplayString,
    authCodeTablesConExportCorrUID     DisplayString,
    authCodeTablesConDoExtraActions    INTEGER,
    authCodeTablesConExportIncASRepData
                                       INTEGER,
    authCodeTablesConExportChldObjectsToInc
                                       INTEGER
  }

  authCodeTablesConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { authCodeTablesConEntry  1 }

  authCodeTablesConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { authCodeTablesConEntry  2 }

  authCodeTablesConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { authCodeTablesConEntry  3 }

  authCodeTablesConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { authCodeTablesConEntry  4 }

  authCodeTablesConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { authCodeTablesConEntry  5 }

  authCodeTablesConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { authCodeTablesConEntry  6 }

  authCodeTablesConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { authCodeTablesConEntry  7 }

  authCodeTablesConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { authCodeTablesConEntry  8 }

  authCodeTablesConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { authCodeTablesConEntry  9 }

  authCodeTablesConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { authCodeTablesConEntry  10 }

  authCodeTablesConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { authCodeTablesConEntry  11 }

  authCodeTablesConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { authCodeTablesConEntry  12 }

  authCodeTablesConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { authCodeTablesConEntry  13 }

  authCodeTablesConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { authCodeTablesConEntry  14 }

  authCodeTablesConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { authCodeTablesConEntry  15 }

  authCodeTablesConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { authCodeTablesConEntry  16 }

  authCodeTablesConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { authCodeTablesConEntry  17 }

  authCodeTablesConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { authCodeTablesConEntry  18 }

  authCodeTablesConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { authCodeTablesConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Intelligent Networking Services'                            */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  bGLineINSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  927 }

  bGLineINSEntry OBJECT-TYPE
    SYNTAX       BGLineINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineINSMSwitchConn,
             bGLineINSMSwitch,
             bGLineINSCallAgentIx,
             bGLineINSGpIx,
             bGLineINSFirstDirNum,
             bGLineINSDirNum }
    ::= {  bGLineINSTable  1  }

  BGLineINSEntry  ::=  SEQUENCE
  {
    bGLineINSMSwitchConn               Unsigned32,
    bGLineINSMSwitch                   DisplayString,
    bGLineINSCallAgentIx               Unsigned32,
    bGLineINSGpIx                      Unsigned32,
    bGLineINSFirstDirNum               DisplayString,
    bGLineINSDirNum                    DisplayString,
    bGLineINSSDActOHDTriggerSubscribed INTEGER,
    bGLineINSSDDefOHDTriggerSubscribed INTEGER,
    bGLineINSSDUseDefOHDTriggerSubscribed
                                       INTEGER,
    bGLineINSSDActI1OHDTriggerTriggerMSwitchConn
                                       Unsigned32,
    bGLineINSSDActI2OHDTriggerTriggerMSwitch
                                       DisplayString,
    bGLineINSSDActI3OHDTriggerTriggerCallAgentIx
                                       Unsigned32,
    bGLineINSSDActI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    bGLineINSSDDefI1OHDTriggerTriggerMSwitchConn
                                       Unsigned32,
    bGLineINSSDDefI2OHDTriggerTriggerMSwitch
                                       DisplayString,
    bGLineINSSDDefI3OHDTriggerTriggerCallAgentIx
                                       Unsigned32,
    bGLineINSSDDefI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    bGLineINSSDUseDefOHDTriggerTrigger INTEGER,
    bGLineINSSDActTATriggerSubscribed  INTEGER,
    bGLineINSSDDefTATriggerSubscribed  INTEGER,
    bGLineINSSDUseDefTATriggerSubscribed
                                       INTEGER,
    bGLineINSSDActI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    bGLineINSSDActI2TATriggerTriggerMSwitch
                                       DisplayString,
    bGLineINSSDActI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    bGLineINSSDActI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    bGLineINSSDDefI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    bGLineINSSDDefI2TATriggerTriggerMSwitch
                                       DisplayString,
    bGLineINSSDDefI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    bGLineINSSDDefI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    bGLineINSSDUseDefTATriggerTrigger  INTEGER,
    bGLineINSAlrmState                 INTEGER,
    bGLineINSAlrmEvtsAtndDpLogCorr     Counter64,
    bGLineINSAlrmEvtsAtndDp            Unsigned32,
    bGLineINSAlrmResetTimestamp        Unsigned32,
    bGLineINSAlrmStateTimestamp        Unsigned32
  }

  bGLineINSMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineINSEntry  1 }

  bGLineINSMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineINSEntry  2 }

  bGLineINSCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineINSEntry  3 }

  bGLineINSGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineINSEntry  4 }

  bGLineINSFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineINSEntry  5 }

  bGLineINSDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineINSEntry  6 }

  bGLineINSSDActOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineINSEntry  7 }

  bGLineINSSDDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineINSEntry  8 }

  bGLineINSSDUseDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineINSEntry  9 }

  bGLineINSSDActI1OHDTriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  10 }

  bGLineINSSDActI2OHDTriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  11 }

  bGLineINSSDActI3OHDTriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  12 }

  bGLineINSSDActI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  13 }

  bGLineINSSDDefI1OHDTriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  14 }

  bGLineINSSDDefI2OHDTriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  15 }

  bGLineINSSDDefI3OHDTriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  16 }

  bGLineINSSDDefI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { bGLineINSEntry  17 }

  bGLineINSSDUseDefOHDTriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineINSEntry  18 }

  bGLineINSSDActTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineINSEntry  19 }

  bGLineINSSDDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineINSEntry  20 }

  bGLineINSSDUseDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineINSEntry  21 }

  bGLineINSSDActI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  22 }

  bGLineINSSDActI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  23 }

  bGLineINSSDActI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  24 }

  bGLineINSSDActI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  25 }

  bGLineINSSDDefI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  26 }

  bGLineINSSDDefI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  27 }

  bGLineINSSDDefI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  28 }

  bGLineINSSDDefI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { bGLineINSEntry  29 }

  bGLineINSSDUseDefTATriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineINSEntry  30 }

  bGLineINSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineINSEntry  31 }

  bGLineINSAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { bGLineINSEntry  32 }

  bGLineINSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineINSEntry  33 }

  bGLineINSAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { bGLineINSEntry  34 }

  bGLineINSAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineINSEntry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Message Services'                                           */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  bGLineMsgR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineMsgR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  928 }

  bGLineMsgR4Entry OBJECT-TYPE
    SYNTAX       BGLineMsgR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineMsgR4MSwitchConn,
             bGLineMsgR4MSwitch,
             bGLineMsgR4CallAgentIx,
             bGLineMsgR4GpIx,
             bGLineMsgR4FirstDirNum,
             bGLineMsgR4DirNum }
    ::= {  bGLineMsgR4Table  1  }

  BGLineMsgR4Entry  ::=  SEQUENCE
  {
    bGLineMsgR4MSwitchConn             Unsigned32,
    bGLineMsgR4MSwitch                 DisplayString,
    bGLineMsgR4CallAgentIx             Unsigned32,
    bGLineMsgR4GpIx                    Unsigned32,
    bGLineMsgR4FirstDirNum             DisplayString,
    bGLineMsgR4DirNum                  DisplayString,
    bGLineMsgR4SDActVoicemailSubscribed
                                       INTEGER,
    bGLineMsgR4SDDefVoicemailSubscribed
                                       INTEGER,
    bGLineMsgR4SDUseDefVoicemailSubscribed
                                       INTEGER,
    bGLineMsgR4SDActI1VoicemailVSLineGpMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDActI2VoicemailVSLineGpMSwitch
                                       DisplayString,
    bGLineMsgR4SDActI3VoicemailVSLineGpCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDActI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    bGLineMsgR4SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    bGLineMsgR4SDDefI1VoicemailVSLineGpMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDDefI2VoicemailVSLineGpMSwitch
                                       DisplayString,
    bGLineMsgR4SDDefI3VoicemailVSLineGpCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDDefI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    bGLineMsgR4SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    bGLineMsgR4SDUseDefVoicemailVSLineGp
                                       INTEGER,
    bGLineMsgR4SDActVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDUseDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDActVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDUseDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4VoicemailMsgWtngIndicatorStatus
                                       INTEGER,
    bGLineMsgR4SDActVoicemailCallXferTime
                                       Unsigned32,
    bGLineMsgR4SDDefVoicemailCallXferTime
                                       Unsigned32,
    bGLineMsgR4SDUseDefVoicemailCallXferTime
                                       INTEGER,
    bGLineMsgR4SDActVoicemailRetrievalNum
                                       DisplayString,
    bGLineMsgR4SDDefVoicemailRetrievalNum
                                       DisplayString,
    bGLineMsgR4SDUseDefVoicemailRetrievalNum
                                       INTEGER,
    bGLineMsgR4SDActVoicemailInNum     DisplayString,
    bGLineMsgR4SDDefVoicemailInNum     DisplayString,
    bGLineMsgR4SDUseDefVoicemailInNum  INTEGER,
    bGLineMsgR4SDActRemCall            INTEGER,
    bGLineMsgR4SDDefRemCall            INTEGER,
    bGLineMsgR4SDUseDefRemCall         INTEGER,
    bGLineMsgR4SDActRegRemCalls        INTEGER,
    bGLineMsgR4SDDefRegRemCalls        INTEGER,
    bGLineMsgR4SDUseDefRegRemCalls     INTEGER,
    bGLineMsgR4AlrmState               INTEGER,
    bGLineMsgR4AlrmEvtsAtndDpLogCorr   Counter64,
    bGLineMsgR4AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    bGLineMsgR4AlrmEvtsAttnRq          Unsigned32,
    bGLineMsgR4AlrmEvtsAtndDp          Unsigned32,
    bGLineMsgR4AlrmStateTimestamp      Unsigned32,
    bGLineMsgR4AlrmResetTimestamp      Unsigned32,
    bGLineMsgR4DoExtraActions          INTEGER,
    bGLineMsgR4SDActI1VoicemailAppServerMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDActI2VoicemailAppServerMSwitch
                                       DisplayString,
    bGLineMsgR4SDActI3VoicemailAppServerCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    bGLineMsgR4SDDefI1VoicemailAppServerMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDDefI2VoicemailAppServerMSwitch
                                       DisplayString,
    bGLineMsgR4SDDefI3VoicemailAppServerCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    bGLineMsgR4SDUseDefVoicemailAppServer
                                       INTEGER,
    bGLineMsgR4SDActVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDUseDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    bGLineMsgR4SDActVmlCallDlvryMethod INTEGER,
    bGLineMsgR4SDDefVmlCallDlvryMethod INTEGER,
    bGLineMsgR4SDUseDefVmlCallDlvryMethod
                                       INTEGER,
    bGLineMsgR4SDActVoicemailIndicatorNotifMethod
                                       INTEGER,
    bGLineMsgR4SDDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    bGLineMsgR4SDUseDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    bGLineMsgR4SDActI1VoicemailSMDILinkMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDActI2VoicemailSMDILinkMSwitch
                                       DisplayString,
    bGLineMsgR4SDActI3VoicemailSMDILinkCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDActI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    bGLineMsgR4SDDefI1VoicemailSMDILinkMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDDefI2VoicemailSMDILinkMSwitch
                                       DisplayString,
    bGLineMsgR4SDDefI3VoicemailSMDILinkCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDDefI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    bGLineMsgR4SDUseDefVoicemailSMDILink
                                       INTEGER,
    bGLineMsgR4SDActVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    bGLineMsgR4SDDefVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    bGLineMsgR4SDUseDefVoicemailAuthorizedIDIndicatorControl
                                       INTEGER,
    bGLineMsgR4SDActI1IndicatorNotifAppServerMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDActI2IndicatorNotifAppServerMSwitch
                                       DisplayString,
    bGLineMsgR4SDActI3IndicatorNotifAppServerCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDActI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    bGLineMsgR4SDDefI1IndicatorNotifAppServerMSwitchConn
                                       Unsigned32,
    bGLineMsgR4SDDefI2IndicatorNotifAppServerMSwitch
                                       DisplayString,
    bGLineMsgR4SDDefI3IndicatorNotifAppServerCallAgentIx
                                       Unsigned32,
    bGLineMsgR4SDDefI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    bGLineMsgR4SDUseDefIndicatorNotifAppServer
                                       INTEGER
  }

  bGLineMsgR4MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineMsgR4Entry  1 }

  bGLineMsgR4MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineMsgR4Entry  2 }

  bGLineMsgR4CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineMsgR4Entry  3 }

  bGLineMsgR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineMsgR4Entry  4 }

  bGLineMsgR4FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineMsgR4Entry  5 }

  bGLineMsgR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineMsgR4Entry  6 }

  bGLineMsgR4SDActVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  7 }

  bGLineMsgR4SDDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  8 }

  bGLineMsgR4SDUseDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  9 }

  bGLineMsgR4SDActI1VoicemailVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  10 }

  bGLineMsgR4SDActI2VoicemailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  11 }

  bGLineMsgR4SDActI3VoicemailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  12 }

  bGLineMsgR4SDActI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  13 }

  bGLineMsgR4SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  14 }

  bGLineMsgR4SDDefI1VoicemailVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  15 }

  bGLineMsgR4SDDefI2VoicemailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  16 }

  bGLineMsgR4SDDefI3VoicemailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  17 }

  bGLineMsgR4SDDefI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  18 }

  bGLineMsgR4SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { bGLineMsgR4Entry  19 }

  bGLineMsgR4SDUseDefVoicemailVSLineGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  20 }

  bGLineMsgR4SDActVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  21 }

  bGLineMsgR4SDDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  22 }

  bGLineMsgR4SDUseDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  23 }

  bGLineMsgR4SDActVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  24 }

  bGLineMsgR4SDDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  25 }

  bGLineMsgR4SDUseDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  26 }

  bGLineMsgR4VoicemailMsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   on(1),
                   off(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Message Waiting Indicator status'."
    ::= { bGLineMsgR4Entry  27 }

  bGLineMsgR4SDActVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  28 }

  bGLineMsgR4SDDefVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  29 }

  bGLineMsgR4SDUseDefVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  30 }

  bGLineMsgR4SDActVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  31 }

  bGLineMsgR4SDDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  32 }

  bGLineMsgR4SDUseDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  33 }

  bGLineMsgR4SDActVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  34 }

  bGLineMsgR4SDDefVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  35 }

  bGLineMsgR4SDUseDefVoicemailInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  36 }

  bGLineMsgR4SDActRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  37 }

  bGLineMsgR4SDDefRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  38 }

  bGLineMsgR4SDUseDefRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  39 }

  bGLineMsgR4SDActRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  40 }

  bGLineMsgR4SDDefRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  41 }

  bGLineMsgR4SDUseDefRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  42 }

  bGLineMsgR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineMsgR4Entry  43 }

  bGLineMsgR4AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { bGLineMsgR4Entry  44 }

  bGLineMsgR4AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { bGLineMsgR4Entry  45 }

  bGLineMsgR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineMsgR4Entry  46 }

  bGLineMsgR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineMsgR4Entry  47 }

  bGLineMsgR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineMsgR4Entry  48 }

  bGLineMsgR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { bGLineMsgR4Entry  49 }

  bGLineMsgR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetMessageWaitingIndicator(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineMsgR4Entry  50 }

  bGLineMsgR4SDActI1VoicemailAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  51 }

  bGLineMsgR4SDActI2VoicemailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  52 }

  bGLineMsgR4SDActI3VoicemailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  53 }

  bGLineMsgR4SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  54 }

  bGLineMsgR4SDDefI1VoicemailAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  55 }

  bGLineMsgR4SDDefI2VoicemailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  56 }

  bGLineMsgR4SDDefI3VoicemailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  57 }

  bGLineMsgR4SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { bGLineMsgR4Entry  58 }

  bGLineMsgR4SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  59 }

  bGLineMsgR4SDActVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  60 }

  bGLineMsgR4SDDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  61 }

  bGLineMsgR4SDUseDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  62 }

  bGLineMsgR4SDActVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  63 }

  bGLineMsgR4SDDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  64 }

  bGLineMsgR4SDUseDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  65 }

  bGLineMsgR4SDActVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  66 }

  bGLineMsgR4SDDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  67 }

  bGLineMsgR4SDUseDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  68 }

  bGLineMsgR4SDActI1VoicemailSMDILinkMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  69 }

  bGLineMsgR4SDActI2VoicemailSMDILinkMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  70 }

  bGLineMsgR4SDActI3VoicemailSMDILinkCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  71 }

  bGLineMsgR4SDActI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  72 }

  bGLineMsgR4SDDefI1VoicemailSMDILinkMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  73 }

  bGLineMsgR4SDDefI2VoicemailSMDILinkMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  74 }

  bGLineMsgR4SDDefI3VoicemailSMDILinkCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  75 }

  bGLineMsgR4SDDefI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { bGLineMsgR4Entry  76 }

  bGLineMsgR4SDUseDefVoicemailSMDILink OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SMDI Link'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  77 }

  bGLineMsgR4SDActVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  78 }

  bGLineMsgR4SDDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMsgR4Entry  79 }

  bGLineMsgR4SDUseDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  80 }

  bGLineMsgR4SDActI1IndicatorNotifAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  81 }

  bGLineMsgR4SDActI2IndicatorNotifAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  82 }

  bGLineMsgR4SDActI3IndicatorNotifAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  83 }

  bGLineMsgR4SDActI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  84 }

  bGLineMsgR4SDDefI1IndicatorNotifAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  85 }

  bGLineMsgR4SDDefI2IndicatorNotifAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  86 }

  bGLineMsgR4SDDefI3IndicatorNotifAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  87 }

  bGLineMsgR4SDDefI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { bGLineMsgR4Entry  88 }

  bGLineMsgR4SDUseDefIndicatorNotifAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Indicator Notification Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMsgR4Entry  89 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' Global Intelligent Networking Services Trigger Statistics'  */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  iNSTrigStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF INSTrigStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Intelligent Networking Services Trigger'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  936 }

  iNSTrigStatsR2Entry OBJECT-TYPE
    SYNTAX       INSTrigStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iNSTrigStatsR2MSwitchConn,
             iNSTrigStatsR2MSwitch,
             iNSTrigStatsR2CallAgentIx,
             iNSTrigStatsR2TriggerIx,
             iNSTrigStatsR2SummaryPeriod }
    ::= {  iNSTrigStatsR2Table  1  }

  INSTrigStatsR2Entry  ::=  SEQUENCE
  {
    iNSTrigStatsR2MSwitchConn          Unsigned32,
    iNSTrigStatsR2MSwitch              DisplayString,
    iNSTrigStatsR2CallAgentIx          Unsigned32,
    iNSTrigStatsR2TriggerIx            Unsigned32,
    iNSTrigStatsR2SummaryPeriod        INTEGER,
    iNSTrigStatsR2NumInfoAnalyzedCmptsSent
                                       Unsigned32,
    iNSTrigStatsR2NumAnalyzeRouteCmptsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumSendToResCmptsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumContMsgsRcvd      Unsigned32,
    iNSTrigStatsR2NumDisconnectMsgsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumAutoCallGappingCmptsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumSendNotifCmptsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumTermNotifMsgsSent Unsigned32,
    iNSTrigStatsR2NumReportErrMsgsSent Unsigned32,
    iNSTrigStatsR2NumCloseMsgsSent     Unsigned32,
    iNSTrigStatsR2NumCallRldMsgsRcvd   Unsigned32,
    iNSTrigStatsR2NumCallRldMsgsSent   Unsigned32,
    iNSTrigStatsR2NumNonCallRldMsgsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumNonCallRldMsgsSent
                                       Unsigned32,
    iNSTrigStatsR2NumCallsEncountThisTrigger
                                       Unsigned32,
    iNSTrigStatsR2NumQueriesSupprACG   Unsigned32,
    iNSTrigStatsR2NumQueriesSupprNoQueryAllowedTests
                                       Unsigned32,
    iNSTrigStatsR2NumCallsEncountButNotBlockedByACG
                                       Unsigned32,
    iNSTrigStatsR2NumFatalErroneousDataValErrs
                                       Unsigned32,
    iNSTrigStatsR2NumFatalMissingConditionalParmErrs
                                       Unsigned32,
    iNSTrigStatsR2NumFatalUnexpCommunicationErrs
                                       Unsigned32,
    iNSTrigStatsR2NumFatalUnexpMsgErrs Unsigned32,
    iNSTrigStatsR2NumFatalUnexpMsgSeqErrs
                                       Unsigned32,
    iNSTrigStatsR2NumFatalUnexpParmSeqErrs
                                       Unsigned32,
    iNSTrigStatsR2NumUnrecognizedCmptsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumUnrecognizedParmsDiscarded
                                       Unsigned32,
    iNSTrigStatsR2NumResponsesWhereBillParmsDiscarded
                                       Unsigned32,
    iNSTrigStatsR2NumInfoCollectedMsgsSent
                                       Unsigned32,
    iNSTrigStatsR2NumTermAttemptMsgsSent
                                       Unsigned32,
    iNSTrigStatsR2NumAuthorizeTermMsgsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumFwdCallMsgsRcvd   Unsigned32,
    iNSTrigStatsR2NumSendToResToIPMsgsRcvd
                                       Unsigned32,
    iNSTrigStatsR2NumResClearMsgsSent  Unsigned32
  }

  iNSTrigStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iNSTrigStatsR2Entry  1 }

  iNSTrigStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iNSTrigStatsR2Entry  2 }

  iNSTrigStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iNSTrigStatsR2Entry  3 }

  iNSTrigStatsR2TriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trigger index'.
                  This is an index field."
    ::= { iNSTrigStatsR2Entry  4 }

  iNSTrigStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iNSTrigStatsR2Entry  5 }

  iNSTrigStatsR2NumInfoAnalyzedCmptsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of InfoAnalyzed messages sent'."
    ::= { iNSTrigStatsR2Entry  6 }

  iNSTrigStatsR2NumAnalyzeRouteCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of AnalyzeRoute messages received'."
    ::= { iNSTrigStatsR2Entry  7 }

  iNSTrigStatsR2NumSendToResCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of SendToResource messages received'."
    ::= { iNSTrigStatsR2Entry  8 }

  iNSTrigStatsR2NumContMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Continue messages received'."
    ::= { iNSTrigStatsR2Entry  9 }

  iNSTrigStatsR2NumDisconnectMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Disconnect messages received'."
    ::= { iNSTrigStatsR2Entry  10 }

  iNSTrigStatsR2NumAutoCallGappingCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Automatic Call Gapping messages received'."
    ::= { iNSTrigStatsR2Entry  11 }

  iNSTrigStatsR2NumSendNotifCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of SendNotification messages received'."
    ::= { iNSTrigStatsR2Entry  12 }

  iNSTrigStatsR2NumTermNotifMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Termination Notification messages sent'."
    ::= { iNSTrigStatsR2Entry  13 }

  iNSTrigStatsR2NumReportErrMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Report Error messages sent'."
    ::= { iNSTrigStatsR2Entry  14 }

  iNSTrigStatsR2NumCloseMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Close messages sent'."
    ::= { iNSTrigStatsR2Entry  15 }

  iNSTrigStatsR2NumCallRldMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of call related messages received'."
    ::= { iNSTrigStatsR2Entry  16 }

  iNSTrigStatsR2NumCallRldMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of call related messages sent'."
    ::= { iNSTrigStatsR2Entry  17 }

  iNSTrigStatsR2NumNonCallRldMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of non-call related messages received'."
    ::= { iNSTrigStatsR2Entry  18 }

  iNSTrigStatsR2NumNonCallRldMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of non-call related messages sent'."
    ::= { iNSTrigStatsR2Entry  19 }

  iNSTrigStatsR2NumCallsEncountThisTrigger OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of calls encountering this trigger'."
    ::= { iNSTrigStatsR2Entry  20 }

  iNSTrigStatsR2NumQueriesSupprACG OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of queries suppressed (ACG)'."
    ::= { iNSTrigStatsR2Entry  21 }

  iNSTrigStatsR2NumQueriesSupprNoQueryAllowedTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of queries suppressed (no-query-allowed tests)'."
    ::= { iNSTrigStatsR2Entry  22 }

  iNSTrigStatsR2NumCallsEncountButNotBlockedByACG OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of calls encountering but not blocked by ACG'."
    ::= { iNSTrigStatsR2Entry  23 }

  iNSTrigStatsR2NumFatalErroneousDataValErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of fatal Erroneous Data Value errors'."
    ::= { iNSTrigStatsR2Entry  24 }

  iNSTrigStatsR2NumFatalMissingConditionalParmErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of fatal Missing Conditional Parameter errors'."
    ::= { iNSTrigStatsR2Entry  25 }

  iNSTrigStatsR2NumFatalUnexpCommunicationErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of fatal Unexpected Communication errors'."
    ::= { iNSTrigStatsR2Entry  26 }

  iNSTrigStatsR2NumFatalUnexpMsgErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of fatal Unexpected Message errors'."
    ::= { iNSTrigStatsR2Entry  27 }

  iNSTrigStatsR2NumFatalUnexpMsgSeqErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of fatal Unexpected Message Sequence errors'."
    ::= { iNSTrigStatsR2Entry  28 }

  iNSTrigStatsR2NumFatalUnexpParmSeqErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of fatal Unexpected Parameter Sequence errors'."
    ::= { iNSTrigStatsR2Entry  29 }

  iNSTrigStatsR2NumUnrecognizedCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of unrecognized components received'."
    ::= { iNSTrigStatsR2Entry  30 }

  iNSTrigStatsR2NumUnrecognizedParmsDiscarded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of unrecognized parameters discarded'."
    ::= { iNSTrigStatsR2Entry  31 }

  iNSTrigStatsR2NumResponsesWhereBillParmsDiscarded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of responses where billing parameters discarded'."
    ::= { iNSTrigStatsR2Entry  32 }

  iNSTrigStatsR2NumInfoCollectedMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of InfoCollected messages sent'."
    ::= { iNSTrigStatsR2Entry  33 }

  iNSTrigStatsR2NumTermAttemptMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of TerminationAttempt messages sent'."
    ::= { iNSTrigStatsR2Entry  34 }

  iNSTrigStatsR2NumAuthorizeTermMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of AuthorizeTermination messages received'."
    ::= { iNSTrigStatsR2Entry  35 }

  iNSTrigStatsR2NumFwdCallMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of ForwardCall messages received'."
    ::= { iNSTrigStatsR2Entry  36 }

  iNSTrigStatsR2NumSendToResToIPMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Send_To_Resource to IP messages received'."
    ::= { iNSTrigStatsR2Entry  37 }

  iNSTrigStatsR2NumResClearMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of ResourceClear messages sent'."
    ::= { iNSTrigStatsR2Entry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Intelligent Networking Services'                            */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  indLineINSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  942 }

  indLineINSEntry OBJECT-TYPE
    SYNTAX       IndLineINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineINSMSwitchConn,
             indLineINSMSwitch,
             indLineINSCallAgentIx,
             indLineINSDirNum }
    ::= {  indLineINSTable  1  }

  IndLineINSEntry  ::=  SEQUENCE
  {
    indLineINSMSwitchConn              Unsigned32,
    indLineINSMSwitch                  DisplayString,
    indLineINSCallAgentIx              Unsigned32,
    indLineINSDirNum                   DisplayString,
    indLineINSSDActOHDTriggerSubscribed
                                       INTEGER,
    indLineINSSDDefOHDTriggerSubscribed
                                       INTEGER,
    indLineINSSDUseDefOHDTriggerSubscribed
                                       INTEGER,
    indLineINSSDActI1OHDTriggerTriggerMSwitchConn
                                       Unsigned32,
    indLineINSSDActI2OHDTriggerTriggerMSwitch
                                       DisplayString,
    indLineINSSDActI3OHDTriggerTriggerCallAgentIx
                                       Unsigned32,
    indLineINSSDActI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    indLineINSSDDefI1OHDTriggerTriggerMSwitchConn
                                       Unsigned32,
    indLineINSSDDefI2OHDTriggerTriggerMSwitch
                                       DisplayString,
    indLineINSSDDefI3OHDTriggerTriggerCallAgentIx
                                       Unsigned32,
    indLineINSSDDefI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    indLineINSSDUseDefOHDTriggerTrigger
                                       INTEGER,
    indLineINSSDActTATriggerSubscribed INTEGER,
    indLineINSSDDefTATriggerSubscribed INTEGER,
    indLineINSSDUseDefTATriggerSubscribed
                                       INTEGER,
    indLineINSSDActI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    indLineINSSDActI2TATriggerTriggerMSwitch
                                       DisplayString,
    indLineINSSDActI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    indLineINSSDActI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    indLineINSSDDefI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    indLineINSSDDefI2TATriggerTriggerMSwitch
                                       DisplayString,
    indLineINSSDDefI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    indLineINSSDDefI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    indLineINSSDUseDefTATriggerTrigger INTEGER,
    indLineINSAlrmState                INTEGER,
    indLineINSAlrmEvtsAtndDpLogCorr    Counter64,
    indLineINSAlrmEvtsAtndDp           Unsigned32,
    indLineINSAlrmResetTimestamp       Unsigned32,
    indLineINSAlrmStateTimestamp       Unsigned32
  }

  indLineINSMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineINSEntry  1 }

  indLineINSMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineINSEntry  2 }

  indLineINSCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineINSEntry  3 }

  indLineINSDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineINSEntry  4 }

  indLineINSSDActOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineINSEntry  5 }

  indLineINSSDDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineINSEntry  6 }

  indLineINSSDUseDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineINSEntry  7 }

  indLineINSSDActI1OHDTriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  8 }

  indLineINSSDActI2OHDTriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  9 }

  indLineINSSDActI3OHDTriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  10 }

  indLineINSSDActI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  11 }

  indLineINSSDDefI1OHDTriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  12 }

  indLineINSSDDefI2OHDTriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  13 }

  indLineINSSDDefI3OHDTriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  14 }

  indLineINSSDDefI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { indLineINSEntry  15 }

  indLineINSSDUseDefOHDTriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineINSEntry  16 }

  indLineINSSDActTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineINSEntry  17 }

  indLineINSSDDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineINSEntry  18 }

  indLineINSSDUseDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineINSEntry  19 }

  indLineINSSDActI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  20 }

  indLineINSSDActI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  21 }

  indLineINSSDActI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  22 }

  indLineINSSDActI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  23 }

  indLineINSSDDefI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  24 }

  indLineINSSDDefI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  25 }

  indLineINSSDDefI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  26 }

  indLineINSSDDefI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { indLineINSEntry  27 }

  indLineINSSDUseDefTATriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineINSEntry  28 }

  indLineINSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineINSEntry  29 }

  indLineINSAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { indLineINSEntry  30 }

  indLineINSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineINSEntry  31 }

  indLineINSAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { indLineINSEntry  32 }

  indLineINSAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineINSEntry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Message Services'                                           */
-- /* Valid from: 4.1                                                               */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  indLineMsgR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineMsgR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  943 }

  indLineMsgR5Entry OBJECT-TYPE
    SYNTAX       IndLineMsgR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineMsgR5MSwitchConn,
             indLineMsgR5MSwitch,
             indLineMsgR5CallAgentIx,
             indLineMsgR5DirNum }
    ::= {  indLineMsgR5Table  1  }

  IndLineMsgR5Entry  ::=  SEQUENCE
  {
    indLineMsgR5MSwitchConn            Unsigned32,
    indLineMsgR5MSwitch                DisplayString,
    indLineMsgR5CallAgentIx            Unsigned32,
    indLineMsgR5DirNum                 DisplayString,
    indLineMsgR5SDActVmlSubscribed     INTEGER,
    indLineMsgR5SDDefVmlSubscribed     INTEGER,
    indLineMsgR5SDUseDefVmlSubscribed  INTEGER,
    indLineMsgR5SDActI1VoicemailVSLineGpMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDActI2VoicemailVSLineGpMSwitch
                                       DisplayString,
    indLineMsgR5SDActI3VoicemailVSLineGpCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDActI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    indLineMsgR5SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    indLineMsgR5SDDefI1VoicemailVSLineGpMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDDefI2VoicemailVSLineGpMSwitch
                                       DisplayString,
    indLineMsgR5SDDefI3VoicemailVSLineGpCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDDefI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    indLineMsgR5SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    indLineMsgR5SDUseDefVoicemailVSLineGp
                                       INTEGER,
    indLineMsgR5SDActVmlVisualMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDDefVmlVisualMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDUseDefVmlVisualMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDActVmlAudibleMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDDefVmlAudibleMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDUseDefVmlAudibleMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5VmlMsgWtngIndicatorStatus
                                       INTEGER,
    indLineMsgR5SDActVmlCallXferTime   Unsigned32,
    indLineMsgR5SDDefVmlCallXferTime   Unsigned32,
    indLineMsgR5SDUseDefVmlCallXferTime
                                       INTEGER,
    indLineMsgR5SDActRemCall           INTEGER,
    indLineMsgR5SDDefRemCall           INTEGER,
    indLineMsgR5SDUseDefRemCall        INTEGER,
    indLineMsgR5SDActRegRemCalls       INTEGER,
    indLineMsgR5SDDefRegRemCalls       INTEGER,
    indLineMsgR5SDUseDefRegRemCalls    INTEGER,
    indLineMsgR5AlrmState              INTEGER,
    indLineMsgR5AlrmEvtsAtndDpLogCorr  Counter64,
    indLineMsgR5AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    indLineMsgR5AlrmEvtsAttnRq         Unsigned32,
    indLineMsgR5AlrmEvtsAtndDp         Unsigned32,
    indLineMsgR5AlrmStateTimestamp     Unsigned32,
    indLineMsgR5AlrmResetTimestamp     Unsigned32,
    indLineMsgR5DoExtraActions         INTEGER,
    indLineMsgR5SDActVmlRetrievalNum   DisplayString,
    indLineMsgR5SDDefVmlRetrievalNum   DisplayString,
    indLineMsgR5SDUseDefVmlRetrievalNum
                                       INTEGER,
    indLineMsgR5SDActVmlInNum          DisplayString,
    indLineMsgR5SDDefVmlInNum          DisplayString,
    indLineMsgR5SDUseDefVmlInNum       INTEGER,
    indLineMsgR5SharePrimaryLineVmlMailbox
                                       INTEGER,
    indLineMsgR5SDActI1VoicemailAppServerMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDActI2VoicemailAppServerMSwitch
                                       DisplayString,
    indLineMsgR5SDActI3VoicemailAppServerCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    indLineMsgR5SDDefI1VoicemailAppServerMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDDefI2VoicemailAppServerMSwitch
                                       DisplayString,
    indLineMsgR5SDDefI3VoicemailAppServerCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    indLineMsgR5SDUseDefVoicemailAppServer
                                       INTEGER,
    indLineMsgR5SDActVmlSIPMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDDefVmlSIPMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDUseDefVmlSIPMsgWtngIndicator
                                       INTEGER,
    indLineMsgR5SDActVmlCallDlvryMethod
                                       INTEGER,
    indLineMsgR5SDDefVmlCallDlvryMethod
                                       INTEGER,
    indLineMsgR5SDUseDefVmlCallDlvryMethod
                                       INTEGER,
    indLineMsgR5SDActVmlIndicatorNotifMethod
                                       INTEGER,
    indLineMsgR5SDDefVmlIndicatorNotifMethod
                                       INTEGER,
    indLineMsgR5SDUseDefVmlIndicatorNotifMethod
                                       INTEGER,
    indLineMsgR5SDActI1VoicemailSMDILinkMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDActI2VoicemailSMDILinkMSwitch
                                       DisplayString,
    indLineMsgR5SDActI3VoicemailSMDILinkCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDActI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    indLineMsgR5SDDefI1VoicemailSMDILinkMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDDefI2VoicemailSMDILinkMSwitch
                                       DisplayString,
    indLineMsgR5SDDefI3VoicemailSMDILinkCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDDefI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    indLineMsgR5SDUseDefVoicemailSMDILink
                                       INTEGER,
    indLineMsgR5SDActVmlAuthorizedIDIndicatorControl
                                       DisplayString,
    indLineMsgR5SDDefVmlAuthorizedIDIndicatorControl
                                       DisplayString,
    indLineMsgR5SDUseDefVmlAuthorizedIDIndicatorControl
                                       INTEGER,
    indLineMsgR5SDActI1IndicatorNotifAppServerMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDActI2IndicatorNotifAppServerMSwitch
                                       DisplayString,
    indLineMsgR5SDActI3IndicatorNotifAppServerCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDActI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    indLineMsgR5SDDefI1IndicatorNotifAppServerMSwitchConn
                                       Unsigned32,
    indLineMsgR5SDDefI2IndicatorNotifAppServerMSwitch
                                       DisplayString,
    indLineMsgR5SDDefI3IndicatorNotifAppServerCallAgentIx
                                       Unsigned32,
    indLineMsgR5SDDefI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    indLineMsgR5SDUseDefIndicatorNotifAppServer
                                       INTEGER
  }

  indLineMsgR5MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineMsgR5Entry  1 }

  indLineMsgR5MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineMsgR5Entry  2 }

  indLineMsgR5CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineMsgR5Entry  3 }

  indLineMsgR5DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineMsgR5Entry  4 }

  indLineMsgR5SDActVmlSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  5 }

  indLineMsgR5SDDefVmlSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  6 }

  indLineMsgR5SDUseDefVmlSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  7 }

  indLineMsgR5SDActI1VoicemailVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  8 }

  indLineMsgR5SDActI2VoicemailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  9 }

  indLineMsgR5SDActI3VoicemailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  10 }

  indLineMsgR5SDActI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  11 }

  indLineMsgR5SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  12 }

  indLineMsgR5SDDefI1VoicemailVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  13 }

  indLineMsgR5SDDefI2VoicemailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  14 }

  indLineMsgR5SDDefI3VoicemailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  15 }

  indLineMsgR5SDDefI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  16 }

  indLineMsgR5SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR5Entry  17 }

  indLineMsgR5SDUseDefVoicemailVSLineGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  18 }

  indLineMsgR5SDActVmlVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  19 }

  indLineMsgR5SDDefVmlVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  20 }

  indLineMsgR5SDUseDefVmlVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  21 }

  indLineMsgR5SDActVmlAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  22 }

  indLineMsgR5SDDefVmlAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  23 }

  indLineMsgR5SDUseDefVmlAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  24 }

  indLineMsgR5VmlMsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   on(1),
                   off(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Message Waiting Indicator status'."
    ::= { indLineMsgR5Entry  25 }

  indLineMsgR5SDActVmlCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  26 }

  indLineMsgR5SDDefVmlCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  27 }

  indLineMsgR5SDUseDefVmlCallXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  28 }

  indLineMsgR5SDActRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  29 }

  indLineMsgR5SDDefRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  30 }

  indLineMsgR5SDUseDefRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  31 }

  indLineMsgR5SDActRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  32 }

  indLineMsgR5SDDefRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  33 }

  indLineMsgR5SDUseDefRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  34 }

  indLineMsgR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineMsgR5Entry  35 }

  indLineMsgR5AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { indLineMsgR5Entry  36 }

  indLineMsgR5AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { indLineMsgR5Entry  37 }

  indLineMsgR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineMsgR5Entry  38 }

  indLineMsgR5AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineMsgR5Entry  39 }

  indLineMsgR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineMsgR5Entry  40 }

  indLineMsgR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { indLineMsgR5Entry  41 }

  indLineMsgR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetMessageWaitingIndicator(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineMsgR5Entry  42 }

  indLineMsgR5SDActVmlRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  43 }

  indLineMsgR5SDDefVmlRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  44 }

  indLineMsgR5SDUseDefVmlRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  45 }

  indLineMsgR5SDActVmlInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  46 }

  indLineMsgR5SDDefVmlInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  47 }

  indLineMsgR5SDUseDefVmlInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  48 }

  indLineMsgR5SharePrimaryLineVmlMailbox OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Share Primary Line Voicemail Mailbox'."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  49 }

  indLineMsgR5SDActI1VoicemailAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  50 }

  indLineMsgR5SDActI2VoicemailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  51 }

  indLineMsgR5SDActI3VoicemailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  52 }

  indLineMsgR5SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  53 }

  indLineMsgR5SDDefI1VoicemailAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  54 }

  indLineMsgR5SDDefI2VoicemailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  55 }

  indLineMsgR5SDDefI3VoicemailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  56 }

  indLineMsgR5SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR5Entry  57 }

  indLineMsgR5SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  58 }

  indLineMsgR5SDActVmlSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  59 }

  indLineMsgR5SDDefVmlSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  60 }

  indLineMsgR5SDUseDefVmlSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  61 }

  indLineMsgR5SDActVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  62 }

  indLineMsgR5SDDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  63 }

  indLineMsgR5SDUseDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  64 }

  indLineMsgR5SDActVmlIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  65 }

  indLineMsgR5SDDefVmlIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  66 }

  indLineMsgR5SDUseDefVmlIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  67 }

  indLineMsgR5SDActI1VoicemailSMDILinkMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  68 }

  indLineMsgR5SDActI2VoicemailSMDILinkMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  69 }

  indLineMsgR5SDActI3VoicemailSMDILinkCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  70 }

  indLineMsgR5SDActI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  71 }

  indLineMsgR5SDDefI1VoicemailSMDILinkMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  72 }

  indLineMsgR5SDDefI2VoicemailSMDILinkMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  73 }

  indLineMsgR5SDDefI3VoicemailSMDILinkCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  74 }

  indLineMsgR5SDDefI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR5Entry  75 }

  indLineMsgR5SDUseDefVoicemailSMDILink OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SMDI Link'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  76 }

  indLineMsgR5SDActVmlAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  77 }

  indLineMsgR5SDDefVmlAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR5Entry  78 }

  indLineMsgR5SDUseDefVmlAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  79 }

  indLineMsgR5SDActI1IndicatorNotifAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  80 }

  indLineMsgR5SDActI2IndicatorNotifAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  81 }

  indLineMsgR5SDActI3IndicatorNotifAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  82 }

  indLineMsgR5SDActI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  83 }

  indLineMsgR5SDDefI1IndicatorNotifAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  84 }

  indLineMsgR5SDDefI2IndicatorNotifAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  85 }

  indLineMsgR5SDDefI3IndicatorNotifAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  86 }

  indLineMsgR5SDDefI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR5Entry  87 }

  indLineMsgR5SDUseDefIndicatorNotifAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Indicator Notification Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR5Entry  88 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Long Distance Service Classes'                              */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  longDistServClassConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LongDistServClassConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Long Distance Service Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  945 }

  longDistServClassConEntry OBJECT-TYPE
    SYNTAX       LongDistServClassConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { longDistServClassConMSwitchConn,
             longDistServClassConMSwitch,
             longDistServClassConCallAgentIx }
    ::= {  longDistServClassConTable  1  }

  LongDistServClassConEntry  ::=  SEQUENCE
  {
    longDistServClassConMSwitchConn    Unsigned32,
    longDistServClassConMSwitch        DisplayString,
    longDistServClassConCallAgentIx    Unsigned32,
    longDistServClassConImportCnt      Integer32,
    longDistServClassConImportStatus   DisplayString,
    longDistServClassConImportMode     INTEGER,
    longDistServClassConImportFile     DisplayString,
    longDistServClassConImpCorr        Counter64,
    longDistServClassConImpCorrMSwitch DisplayString,
    longDistServClassConImpCorrUID     DisplayString,
    longDistServClassConExpCnt         Integer32,
    longDistServClassConExpStatus      DisplayString,
    longDistServClassConExpFile        DisplayString,
    longDistServClassConExportCorr     Counter64,
    longDistServClassConExpCorrMSwitch DisplayString,
    longDistServClassConExpCorrUID     DisplayString,
    longDistServClassConDoExtraActions INTEGER,
    longDistServClassConExportIncASRepData
                                       INTEGER,
    longDistServClassConExportChldObjectsToInc
                                       INTEGER
  }

  longDistServClassConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { longDistServClassConEntry  1 }

  longDistServClassConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { longDistServClassConEntry  2 }

  longDistServClassConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { longDistServClassConEntry  3 }

  longDistServClassConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { longDistServClassConEntry  4 }

  longDistServClassConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { longDistServClassConEntry  5 }

  longDistServClassConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { longDistServClassConEntry  6 }

  longDistServClassConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { longDistServClassConEntry  7 }

  longDistServClassConImpCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { longDistServClassConEntry  8 }

  longDistServClassConImpCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { longDistServClassConEntry  9 }

  longDistServClassConImpCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { longDistServClassConEntry  10 }

  longDistServClassConExpCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { longDistServClassConEntry  11 }

  longDistServClassConExpStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { longDistServClassConEntry  12 }

  longDistServClassConExpFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { longDistServClassConEntry  13 }

  longDistServClassConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { longDistServClassConEntry  14 }

  longDistServClassConExpCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { longDistServClassConEntry  15 }

  longDistServClassConExpCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { longDistServClassConEntry  16 }

  longDistServClassConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { longDistServClassConEntry  17 }

  longDistServClassConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { longDistServClassConEntry  18 }

  longDistServClassConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { longDistServClassConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary period' Long Distance Service Statistics'          */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  longDistServStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LongDistServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Long Distance Service Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  947 }

  longDistServStatsEntry OBJECT-TYPE
    SYNTAX       LongDistServStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { longDistServStatsMSwitchConn,
             longDistServStatsMSwitch,
             longDistServStatsCallAgentIx,
             longDistServStatsSummaryPeriod }
    ::= {  longDistServStatsTable  1  }

  LongDistServStatsEntry  ::=  SEQUENCE
  {
    longDistServStatsMSwitchConn       Unsigned32,
    longDistServStatsMSwitch           DisplayString,
    longDistServStatsCallAgentIx       Unsigned32,
    longDistServStatsSummaryPeriod     INTEGER,
    longDistServStatsCallsRejDueToANIScreening
                                       Unsigned32,
    longDistServStatsCallsMatchedAnAllowedANIScreeningEntry
                                       Unsigned32,
    longDistServStatsCallsMatchDeniedANIScreeningEntry
                                       Unsigned32,
    longDistServStatsCallsFaildToMatchAnANIScreeningEntry
                                       Unsigned32,
    longDistServStatsCallsToWhichNonValidatedAuthCodeApplied
                                       Unsigned32,
    longDistServStatsCntOnSwitchClgCardCalls
                                       Unsigned32,
    longDistServStatsOnSwitchClgCardCallsThatPassedVldn
                                       Unsigned32
  }

  longDistServStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { longDistServStatsEntry  1 }

  longDistServStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { longDistServStatsEntry  2 }

  longDistServStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { longDistServStatsEntry  3 }

  longDistServStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { longDistServStatsEntry  4 }

  longDistServStatsCallsRejDueToANIScreening OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls rejected due to ANI screening'."
    ::= { longDistServStatsEntry  5 }

  longDistServStatsCallsMatchedAnAllowedANIScreeningEntry OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls that matched an Allowed ANI Screening Entry'."
    ::= { longDistServStatsEntry  6 }

  longDistServStatsCallsMatchDeniedANIScreeningEntry OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls that matched a Denied ANI Screening Entry'."
    ::= { longDistServStatsEntry  7 }

  longDistServStatsCallsFaildToMatchAnANIScreeningEntry OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls that failed to match an ANI Screening Entry'."
    ::= { longDistServStatsEntry  8 }

  longDistServStatsCallsToWhichNonValidatedAuthCodeApplied OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls to which a non-validated authorization code was applied'."
    ::= { longDistServStatsEntry  9 }

  longDistServStatsCntOnSwitchClgCardCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of on-switch calling card calls'."
    ::= { longDistServStatsEntry  10 }

  longDistServStatsOnSwitchClgCardCallsThatPassedVldn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of on-switch calling card calls that passed validation'."
    ::= { longDistServStatsEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Long Distance Service Configuration'                        */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  longDistanceTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LongDistanceEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  949 }

  longDistanceEntry OBJECT-TYPE
    SYNTAX       LongDistanceEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { longDistanceMSwitchConn,
             longDistanceMSwitch,
             longDistanceCallAgentIx }
    ::= {  longDistanceTable  1  }

  LongDistanceEntry  ::=  SEQUENCE
  {
    longDistanceMSwitchConn            Unsigned32,
    longDistanceMSwitch                DisplayString,
    longDistanceCallAgentIx            Unsigned32,
    longDistanceSupportLongDistanceServ
                                       INTEGER,
    longDistanceImportCnt              Integer32,
    longDistanceImportStatus           DisplayString,
    longDistanceImportMode             INTEGER,
    longDistanceImportFile             DisplayString,
    longDistanceImportCorr             Counter64,
    longDistanceImportCorrMSwitch      DisplayString,
    longDistanceImportCorrUID          DisplayString,
    longDistanceDoExtraActions         INTEGER,
    longDistanceRowStatus              RowStatus
  }

  longDistanceMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { longDistanceEntry  1 }

  longDistanceMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { longDistanceEntry  2 }

  longDistanceCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { longDistanceEntry  3 }

  longDistanceSupportLongDistanceServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { longDistanceEntry  4 }

  longDistanceImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { longDistanceEntry  5 }

  longDistanceImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { longDistanceEntry  6 }

  longDistanceImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { longDistanceEntry  7 }

  longDistanceImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { longDistanceEntry  8 }

  longDistanceImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { longDistanceEntry  9 }

  longDistanceImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { longDistanceEntry  10 }

  longDistanceImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { longDistanceEntry  11 }

  longDistanceDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { longDistanceEntry  12 }

  longDistanceRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { longDistanceEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Intelligent Networking Services'                            */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  mADNINSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  950 }

  mADNINSEntry OBJECT-TYPE
    SYNTAX       MADNINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNINSMSwitchConn,
             mADNINSMSwitch,
             mADNINSCallAgentIx,
             mADNINSGpIx,
             mADNINSDirNum }
    ::= {  mADNINSTable  1  }

  MADNINSEntry  ::=  SEQUENCE
  {
    mADNINSMSwitchConn                 Unsigned32,
    mADNINSMSwitch                     DisplayString,
    mADNINSCallAgentIx                 Unsigned32,
    mADNINSGpIx                        Unsigned32,
    mADNINSDirNum                      DisplayString,
    mADNINSSDActTATriggerSubscribed    INTEGER,
    mADNINSSDDefTATriggerSubscribed    INTEGER,
    mADNINSSDUseDefTATriggerSubscribed INTEGER,
    mADNINSSDActI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    mADNINSSDActI2TATriggerTriggerMSwitch
                                       DisplayString,
    mADNINSSDActI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    mADNINSSDActI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    mADNINSSDDefI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    mADNINSSDDefI2TATriggerTriggerMSwitch
                                       DisplayString,
    mADNINSSDDefI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    mADNINSSDDefI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    mADNINSSDUseDefTATriggerTrigger    INTEGER,
    mADNINSAlrmState                   INTEGER,
    mADNINSAlrmEvtsAtndDpLogCorr       Counter64,
    mADNINSAlrmEvtsAtndDp              Unsigned32,
    mADNINSAlrmResetTimestamp          Unsigned32,
    mADNINSAlrmStateTimestamp          Unsigned32
  }

  mADNINSMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNINSEntry  1 }

  mADNINSMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNINSEntry  2 }

  mADNINSCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNINSEntry  3 }

  mADNINSGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNINSEntry  4 }

  mADNINSDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNINSEntry  5 }

  mADNINSSDActTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNINSEntry  6 }

  mADNINSSDDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNINSEntry  7 }

  mADNINSSDUseDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNINSEntry  8 }

  mADNINSSDActI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  9 }

  mADNINSSDActI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  10 }

  mADNINSSDActI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  11 }

  mADNINSSDActI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  12 }

  mADNINSSDDefI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  13 }

  mADNINSSDDefI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  14 }

  mADNINSSDDefI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  15 }

  mADNINSSDDefI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mADNINSEntry  16 }

  mADNINSSDUseDefTATriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNINSEntry  17 }

  mADNINSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mADNINSEntry  18 }

  mADNINSAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mADNINSEntry  19 }

  mADNINSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNINSEntry  20 }

  mADNINSAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mADNINSEntry  21 }

  mADNINSAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mADNINSEntry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Message Services'                                           */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  mADNMsgR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNMsgR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  951 }

  mADNMsgR3Entry OBJECT-TYPE
    SYNTAX       MADNMsgR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNMsgR3MSwitchConn,
             mADNMsgR3MSwitch,
             mADNMsgR3CallAgentIx,
             mADNMsgR3GpIx,
             mADNMsgR3DirNum }
    ::= {  mADNMsgR3Table  1  }

  MADNMsgR3Entry  ::=  SEQUENCE
  {
    mADNMsgR3MSwitchConn               Unsigned32,
    mADNMsgR3MSwitch                   DisplayString,
    mADNMsgR3CallAgentIx               Unsigned32,
    mADNMsgR3GpIx                      Unsigned32,
    mADNMsgR3DirNum                    DisplayString,
    mADNMsgR3SDActVoicemailSubscribed  INTEGER,
    mADNMsgR3SDDefVoicemailSubscribed  INTEGER,
    mADNMsgR3SDUseDefVoicemailSubscribed
                                       INTEGER,
    mADNMsgR3SDActI1VoicemailVSLineGpMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDActI2VoicemailVSLineGpMSwitch
                                       DisplayString,
    mADNMsgR3SDActI3VoicemailVSLineGpCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDActI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    mADNMsgR3SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    mADNMsgR3SDDefI1VoicemailVSLineGpMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDDefI2VoicemailVSLineGpMSwitch
                                       DisplayString,
    mADNMsgR3SDDefI3VoicemailVSLineGpCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDDefI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    mADNMsgR3SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    mADNMsgR3SDUseDefVoicemailVSLineGp INTEGER,
    mADNMsgR3SDActI1VoicemailAppServerMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDActI2VoicemailAppServerMSwitch
                                       DisplayString,
    mADNMsgR3SDActI3VoicemailAppServerCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    mADNMsgR3SDDefI1VoicemailAppServerMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDDefI2VoicemailAppServerMSwitch
                                       DisplayString,
    mADNMsgR3SDDefI3VoicemailAppServerCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    mADNMsgR3SDUseDefVoicemailAppServer
                                       INTEGER,
    mADNMsgR3SDActVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDUseDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDActVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDUseDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3VoicemailMsgWtngIndicatorStatus
                                       INTEGER,
    mADNMsgR3SDActVoicemailCallXferTime
                                       Unsigned32,
    mADNMsgR3SDDefVoicemailCallXferTime
                                       Unsigned32,
    mADNMsgR3SDUseDefVoicemailCallXferTime
                                       INTEGER,
    mADNMsgR3SDActVoicemailRetrievalNum
                                       DisplayString,
    mADNMsgR3SDDefVoicemailRetrievalNum
                                       DisplayString,
    mADNMsgR3SDUseDefVoicemailRetrievalNum
                                       INTEGER,
    mADNMsgR3SDActVoicemailInNum       DisplayString,
    mADNMsgR3SDDefVoicemailInNum       DisplayString,
    mADNMsgR3SDUseDefVoicemailInNum    INTEGER,
    mADNMsgR3SDActRemCall              INTEGER,
    mADNMsgR3SDDefRemCall              INTEGER,
    mADNMsgR3SDUseDefRemCall           INTEGER,
    mADNMsgR3SDActRegRemCalls          INTEGER,
    mADNMsgR3SDDefRegRemCalls          INTEGER,
    mADNMsgR3SDUseDefRegRemCalls       INTEGER,
    mADNMsgR3AlrmState                 INTEGER,
    mADNMsgR3AlrmEvtsAtndDpLogCorr     Counter64,
    mADNMsgR3AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    mADNMsgR3AlrmEvtsAttnRq            Unsigned32,
    mADNMsgR3AlrmEvtsAtndDp            Unsigned32,
    mADNMsgR3AlrmStateTimestamp        Unsigned32,
    mADNMsgR3AlrmResetTimestamp        Unsigned32,
    mADNMsgR3DoExtraActions            INTEGER,
    mADNMsgR3SDActVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDUseDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    mADNMsgR3SDActVoicemailCallDlvryMethod
                                       INTEGER,
    mADNMsgR3SDDefVoicemailCallDlvryMethod
                                       INTEGER,
    mADNMsgR3SDUseDefVoicemailCallDlvryMethod
                                       INTEGER,
    mADNMsgR3SDActVoicemailIndicatorNotifMethod
                                       INTEGER,
    mADNMsgR3SDDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    mADNMsgR3SDUseDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    mADNMsgR3SDActI1VoicemailSMDILinkMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDActI2VoicemailSMDILinkMSwitch
                                       DisplayString,
    mADNMsgR3SDActI3VoicemailSMDILinkCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDActI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    mADNMsgR3SDDefI1VoicemailSMDILinkMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDDefI2VoicemailSMDILinkMSwitch
                                       DisplayString,
    mADNMsgR3SDDefI3VoicemailSMDILinkCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDDefI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    mADNMsgR3SDUseDefVoicemailSMDILink INTEGER,
    mADNMsgR3SDActVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    mADNMsgR3SDDefVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    mADNMsgR3SDUseDefVoicemailAuthorizedIDIndicatorControl
                                       INTEGER,
    mADNMsgR3SDActI1IndicatorNotifAppServerMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDActI2IndicatorNotifAppServerMSwitch
                                       DisplayString,
    mADNMsgR3SDActI3IndicatorNotifAppServerCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDActI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    mADNMsgR3SDDefI1IndicatorNotifAppServerMSwitchConn
                                       Unsigned32,
    mADNMsgR3SDDefI2IndicatorNotifAppServerMSwitch
                                       DisplayString,
    mADNMsgR3SDDefI3IndicatorNotifAppServerCallAgentIx
                                       Unsigned32,
    mADNMsgR3SDDefI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    mADNMsgR3SDUseDefIndicatorNotifAppServer
                                       INTEGER
  }

  mADNMsgR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNMsgR3Entry  1 }

  mADNMsgR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNMsgR3Entry  2 }

  mADNMsgR3CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNMsgR3Entry  3 }

  mADNMsgR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNMsgR3Entry  4 }

  mADNMsgR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNMsgR3Entry  5 }

  mADNMsgR3SDActVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  6 }

  mADNMsgR3SDDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  7 }

  mADNMsgR3SDUseDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  8 }

  mADNMsgR3SDActI1VoicemailVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  9 }

  mADNMsgR3SDActI2VoicemailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  10 }

  mADNMsgR3SDActI3VoicemailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  11 }

  mADNMsgR3SDActI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  12 }

  mADNMsgR3SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  13 }

  mADNMsgR3SDDefI1VoicemailVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  14 }

  mADNMsgR3SDDefI2VoicemailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  15 }

  mADNMsgR3SDDefI3VoicemailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  16 }

  mADNMsgR3SDDefI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  17 }

  mADNMsgR3SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mADNMsgR3Entry  18 }

  mADNMsgR3SDUseDefVoicemailVSLineGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  19 }

  mADNMsgR3SDActI1VoicemailAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  20 }

  mADNMsgR3SDActI2VoicemailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  21 }

  mADNMsgR3SDActI3VoicemailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  22 }

  mADNMsgR3SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  23 }

  mADNMsgR3SDDefI1VoicemailAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  24 }

  mADNMsgR3SDDefI2VoicemailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  25 }

  mADNMsgR3SDDefI3VoicemailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  26 }

  mADNMsgR3SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mADNMsgR3Entry  27 }

  mADNMsgR3SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  28 }

  mADNMsgR3SDActVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  29 }

  mADNMsgR3SDDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  30 }

  mADNMsgR3SDUseDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  31 }

  mADNMsgR3SDActVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  32 }

  mADNMsgR3SDDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  33 }

  mADNMsgR3SDUseDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  34 }

  mADNMsgR3VoicemailMsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   on(1),
                   off(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Message Waiting Indicator status'."
    ::= { mADNMsgR3Entry  35 }

  mADNMsgR3SDActVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  36 }

  mADNMsgR3SDDefVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  37 }

  mADNMsgR3SDUseDefVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  38 }

  mADNMsgR3SDActVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  39 }

  mADNMsgR3SDDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  40 }

  mADNMsgR3SDUseDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  41 }

  mADNMsgR3SDActVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  42 }

  mADNMsgR3SDDefVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  43 }

  mADNMsgR3SDUseDefVoicemailInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  44 }

  mADNMsgR3SDActRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  45 }

  mADNMsgR3SDDefRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  46 }

  mADNMsgR3SDUseDefRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  47 }

  mADNMsgR3SDActRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  48 }

  mADNMsgR3SDDefRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  49 }

  mADNMsgR3SDUseDefRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  50 }

  mADNMsgR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mADNMsgR3Entry  51 }

  mADNMsgR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mADNMsgR3Entry  52 }

  mADNMsgR3AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { mADNMsgR3Entry  53 }

  mADNMsgR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNMsgR3Entry  54 }

  mADNMsgR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNMsgR3Entry  55 }

  mADNMsgR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mADNMsgR3Entry  56 }

  mADNMsgR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mADNMsgR3Entry  57 }

  mADNMsgR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetMessageWaitingIndicator(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mADNMsgR3Entry  58 }

  mADNMsgR3SDActVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  60 }

  mADNMsgR3SDDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  61 }

  mADNMsgR3SDUseDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  62 }

  mADNMsgR3SDActVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  63 }

  mADNMsgR3SDDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  64 }

  mADNMsgR3SDUseDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  65 }

  mADNMsgR3SDActVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  66 }

  mADNMsgR3SDDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  67 }

  mADNMsgR3SDUseDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  68 }

  mADNMsgR3SDActI1VoicemailSMDILinkMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  69 }

  mADNMsgR3SDActI2VoicemailSMDILinkMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  70 }

  mADNMsgR3SDActI3VoicemailSMDILinkCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  71 }

  mADNMsgR3SDActI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  72 }

  mADNMsgR3SDDefI1VoicemailSMDILinkMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  73 }

  mADNMsgR3SDDefI2VoicemailSMDILinkMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  74 }

  mADNMsgR3SDDefI3VoicemailSMDILinkCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  75 }

  mADNMsgR3SDDefI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { mADNMsgR3Entry  76 }

  mADNMsgR3SDUseDefVoicemailSMDILink OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SMDI Link'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  77 }

  mADNMsgR3SDActVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  78 }

  mADNMsgR3SDDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNMsgR3Entry  79 }

  mADNMsgR3SDUseDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  80 }

  mADNMsgR3SDActI1IndicatorNotifAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  81 }

  mADNMsgR3SDActI2IndicatorNotifAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  82 }

  mADNMsgR3SDActI3IndicatorNotifAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  83 }

  mADNMsgR3SDActI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  84 }

  mADNMsgR3SDDefI1IndicatorNotifAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  85 }

  mADNMsgR3SDDefI2IndicatorNotifAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  86 }

  mADNMsgR3SDDefI3IndicatorNotifAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  87 }

  mADNMsgR3SDDefI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { mADNMsgR3Entry  88 }

  mADNMsgR3SDUseDefIndicatorNotifAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Indicator Notification Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNMsgR3Entry  89 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MF Circuit Group Statistics'               */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  mFCircGpStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFCircGpStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Circuit Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  952 }

  mFCircGpStatsR1Entry OBJECT-TYPE
    SYNTAX       MFCircGpStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFCircGpStatsR1MSwitchConn,
             mFCircGpStatsR1MSwitch,
             mFCircGpStatsR1CallAgentIx,
             mFCircGpStatsR1MFLocalExchangeIx,
             mFCircGpStatsR1RemExchangeIx,
             mFCircGpStatsR1CircGpIx,
             mFCircGpStatsR1SummaryPeriod }
    ::= {  mFCircGpStatsR1Table  1  }

  MFCircGpStatsR1Entry  ::=  SEQUENCE
  {
    mFCircGpStatsR1MSwitchConn         Unsigned32,
    mFCircGpStatsR1MSwitch             DisplayString,
    mFCircGpStatsR1CallAgentIx         Unsigned32,
    mFCircGpStatsR1MFLocalExchangeIx   Unsigned32,
    mFCircGpStatsR1RemExchangeIx       Unsigned32,
    mFCircGpStatsR1CircGpIx            Unsigned32,
    mFCircGpStatsR1NumCircsAvail       Unsigned32,
    mFCircGpStatsR1NumCircsInUse       Unsigned32,
    mFCircGpStatsR1NumSetupsInProgress Unsigned32,
    mFCircGpStatsR1NumReleasesInProgress
                                       Unsigned32,
    mFCircGpStatsR1SummaryPeriod       INTEGER,
    mFCircGpStatsR1CntInAndOutCalls    Unsigned32,
    mFCircGpStatsR1CircsCfgdNum        Unsigned32,
    mFCircGpStatsR1CircsCfgdHighWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsCfgdLowWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsAvailHighWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsAvailLowWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsIUCsHighWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsIUCsLowWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsIUInCsNum      Unsigned32,
    mFCircGpStatsR1CircsIUInCsHighWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsIUInCsLowWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsIUOutCsNum     Unsigned32,
    mFCircGpStatsR1CircsIUOutCsHighWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsIUOutCsLowWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsDisabOrRMBNum  Unsigned32,
    mFCircGpStatsR1CircsDisabledOrRMBHighWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CrcsDisabledOrRMBLowWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsFaildNum       Unsigned32,
    mFCircGpStatsR1CircsFaildHighWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CircsFaildLowWaterMark
                                       Unsigned32,
    mFCircGpStatsR1CallAttemptsCntInCallAttempts
                                       Unsigned32,
    mFCircGpStatsR1CallAttemptsCntOutCallAttempts
                                       Unsigned32,
    mFCircGpStatsR1CallUsageAllCalls   Unsigned32,
    mFCircGpStatsR1CallUsageInCalls    Unsigned32,
    mFCircGpStatsR1CallUsageOutCalls   Unsigned32
  }

  mFCircGpStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFCircGpStatsR1Entry  1 }

  mFCircGpStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFCircGpStatsR1Entry  2 }

  mFCircGpStatsR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFCircGpStatsR1Entry  3 }

  mFCircGpStatsR1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFCircGpStatsR1Entry  4 }

  mFCircGpStatsR1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFCircGpStatsR1Entry  5 }

  mFCircGpStatsR1CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { mFCircGpStatsR1Entry  6 }

  mFCircGpStatsR1NumCircsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits available - number'."
    ::= { mFCircGpStatsR1Entry  7 }

  mFCircGpStatsR1NumCircsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for calls - number'."
    ::= { mFCircGpStatsR1Entry  8 }

  mFCircGpStatsR1NumSetupsInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Setups and releases in progress - number of setups'."
    ::= { mFCircGpStatsR1Entry  9 }

  mFCircGpStatsR1NumReleasesInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Setups and releases in progress - number of releases'."
    ::= { mFCircGpStatsR1Entry  10 }

  mFCircGpStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mFCircGpStatsR1Entry  11 }

  mFCircGpStatsR1CntInAndOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of call attempts'."
    ::= { mFCircGpStatsR1Entry  12 }

  mFCircGpStatsR1CircsCfgdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits configured - number'."
    ::= { mFCircGpStatsR1Entry  13 }

  mFCircGpStatsR1CircsCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits configured - high water mark'."
    ::= { mFCircGpStatsR1Entry  14 }

  mFCircGpStatsR1CircsCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits configured - low water mark'."
    ::= { mFCircGpStatsR1Entry  15 }

  mFCircGpStatsR1CircsAvailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits available - high water mark'."
    ::= { mFCircGpStatsR1Entry  16 }

  mFCircGpStatsR1CircsAvailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits available - low water mark'."
    ::= { mFCircGpStatsR1Entry  17 }

  mFCircGpStatsR1CircsIUCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for calls - high water mark'."
    ::= { mFCircGpStatsR1Entry  18 }

  mFCircGpStatsR1CircsIUCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for calls - low water mark'."
    ::= { mFCircGpStatsR1Entry  19 }

  mFCircGpStatsR1CircsIUInCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for incoming calls - number'."
    ::= { mFCircGpStatsR1Entry  20 }

  mFCircGpStatsR1CircsIUInCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for incoming calls - high water mark'."
    ::= { mFCircGpStatsR1Entry  21 }

  mFCircGpStatsR1CircsIUInCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for incoming calls - low water mark'."
    ::= { mFCircGpStatsR1Entry  22 }

  mFCircGpStatsR1CircsIUOutCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for outgoing calls - number'."
    ::= { mFCircGpStatsR1Entry  23 }

  mFCircGpStatsR1CircsIUOutCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for outgoing calls - high water mark'."
    ::= { mFCircGpStatsR1Entry  24 }

  mFCircGpStatsR1CircsIUOutCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits in use for outgoing calls - low water mark'."
    ::= { mFCircGpStatsR1Entry  25 }

  mFCircGpStatsR1CircsDisabOrRMBNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits disabled or reverse made busy - number'."
    ::= { mFCircGpStatsR1Entry  26 }

  mFCircGpStatsR1CircsDisabledOrRMBHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits disabled or reverse made busy - high water mark'."
    ::= { mFCircGpStatsR1Entry  27 }

  mFCircGpStatsR1CrcsDisabledOrRMBLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuits disabled or reverse made busy - low water mark'."
    ::= { mFCircGpStatsR1Entry  28 }

  mFCircGpStatsR1CircsFaildNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits failed - number'."
    ::= { mFCircGpStatsR1Entry  29 }

  mFCircGpStatsR1CircsFaildHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits failed - high water mark'."
    ::= { mFCircGpStatsR1Entry  30 }

  mFCircGpStatsR1CircsFaildLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits failed - low water mark'."
    ::= { mFCircGpStatsR1Entry  31 }

  mFCircGpStatsR1CallAttemptsCntInCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of incoming call attempts'."
    ::= { mFCircGpStatsR1Entry  32 }

  mFCircGpStatsR1CallAttemptsCntOutCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - count of outgoing call attempts'."
    ::= { mFCircGpStatsR1Entry  33 }

  mFCircGpStatsR1CallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - all calls'."
    ::= { mFCircGpStatsR1Entry  34 }

  mFCircGpStatsR1CallUsageInCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - incoming calls'."
    ::= { mFCircGpStatsR1Entry  35 }

  mFCircGpStatsR1CallUsageOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - outgoing calls'."
    ::= { mFCircGpStatsR1Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' MF Media Channel Statistics'               */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  mFMediaChanStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFMediaChanStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Media Channel Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  953 }

  mFMediaChanStatsR2Entry OBJECT-TYPE
    SYNTAX       MFMediaChanStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFMediaChanStatsR2MSwitchConn,
             mFMediaChanStatsR2MSwitch,
             mFMediaChanStatsR2CallAgentIx,
             mFMediaChanStatsR2MFLocalExchangeIx,
             mFMediaChanStatsR2RemExchangeIx,
             mFMediaChanStatsR2MediaChanIx,
             mFMediaChanStatsR2SummaryPeriod }
    ::= {  mFMediaChanStatsR2Table  1  }

  MFMediaChanStatsR2Entry  ::=  SEQUENCE
  {
    mFMediaChanStatsR2MSwitchConn      Unsigned32,
    mFMediaChanStatsR2MSwitch          DisplayString,
    mFMediaChanStatsR2CallAgentIx      Unsigned32,
    mFMediaChanStatsR2MFLocalExchangeIx
                                       Unsigned32,
    mFMediaChanStatsR2RemExchangeIx    Unsigned32,
    mFMediaChanStatsR2MediaChanIx      Unsigned32,
    mFMediaChanStatsR2NumCircsAvail    Unsigned32,
    mFMediaChanStatsR2NumCircsInUse    Unsigned32,
    mFMediaChanStatsR2NumSetupsInProgress
                                       Unsigned32,
    mFMediaChanStatsR2NumReleasesInProgress
                                       Unsigned32,
    mFMediaChanStatsR2SummaryPeriod    INTEGER,
    mFMediaChanStatsR2CntInAndOutCalls Unsigned32,
    mFMediaChanStatsR2CntFaildCallAttemptsCgstn
                                       Unsigned32,
    mFMediaChanStatsR2CircsCfgdNum     Unsigned32,
    mFMediaChanStatsR2CircsCfgdHighWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsCfgdLowWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsAvailHighWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsAvailLowWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsIUCsHighWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsIUCsLowWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsIUInCsNum   Unsigned32,
    mFMediaChanStatsR2CircsIUInCsHighWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsIUInCsLowWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsIUOutCsNum  Unsigned32,
    mFMediaChanStatsR2CircsIUOutCsHighWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsIUOutCsLowWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsDisabOrRMBNum
                                       Unsigned32,
    mFMediaChanStatsR2CircsDisabledOrRMBHighWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CrcsDisabledOrRMBLowWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsFaildNum    Unsigned32,
    mFMediaChanStatsR2CircsFaildHighWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CircsFaildLowWaterMark
                                       Unsigned32,
    mFMediaChanStatsR2CntInCallAttempts
                                       Unsigned32,
    mFMediaChanStatsR2CntOutCallAttempts
                                       Unsigned32,
    mFMediaChanStatsR2CntFaildFirstChoiceCallAttemptsCgs
                                       Unsigned32,
    mFMediaChanStatsR2CallUsageAllCalls
                                       Unsigned32,
    mFMediaChanStatsR2CallUsageInCalls Unsigned32,
    mFMediaChanStatsR2CallUsageOutCalls
                                       Unsigned32
  }

  mFMediaChanStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFMediaChanStatsR2Entry  1 }

  mFMediaChanStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFMediaChanStatsR2Entry  2 }

  mFMediaChanStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFMediaChanStatsR2Entry  3 }

  mFMediaChanStatsR2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFMediaChanStatsR2Entry  4 }

  mFMediaChanStatsR2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFMediaChanStatsR2Entry  5 }

  mFMediaChanStatsR2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { mFMediaChanStatsR2Entry  6 }

  mFMediaChanStatsR2NumCircsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently available'."
    ::= { mFMediaChanStatsR2Entry  7 }

  mFMediaChanStatsR2NumCircsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for calls'."
    ::= { mFMediaChanStatsR2Entry  8 }

  mFMediaChanStatsR2NumSetupsInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Calls currently connecting'."
    ::= { mFMediaChanStatsR2Entry  9 }

  mFMediaChanStatsR2NumReleasesInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Calls currently disconnecting'."
    ::= { mFMediaChanStatsR2Entry  10 }

  mFMediaChanStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { mFMediaChanStatsR2Entry  11 }

  mFMediaChanStatsR2CntInAndOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Total call attempts'."
    ::= { mFMediaChanStatsR2Entry  12 }

  mFMediaChanStatsR2CntFaildCallAttemptsCgstn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Congestion - Rejected circuit requests'."
    ::= { mFMediaChanStatsR2Entry  13 }

  mFMediaChanStatsR2CircsCfgdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently configured'."
    ::= { mFMediaChanStatsR2Entry  14 }

  mFMediaChanStatsR2CircsCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently configured - high water mark'."
    ::= { mFMediaChanStatsR2Entry  15 }

  mFMediaChanStatsR2CircsCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently configured - low water mark'."
    ::= { mFMediaChanStatsR2Entry  16 }

  mFMediaChanStatsR2CircsAvailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently available - high water mark'."
    ::= { mFMediaChanStatsR2Entry  17 }

  mFMediaChanStatsR2CircsAvailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently available - low water mark'."
    ::= { mFMediaChanStatsR2Entry  18 }

  mFMediaChanStatsR2CircsIUCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for calls - high water mark'."
    ::= { mFMediaChanStatsR2Entry  19 }

  mFMediaChanStatsR2CircsIUCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for calls - low water mark'."
    ::= { mFMediaChanStatsR2Entry  20 }

  mFMediaChanStatsR2CircsIUInCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for incoming calls'."
    ::= { mFMediaChanStatsR2Entry  21 }

  mFMediaChanStatsR2CircsIUInCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for incoming calls - high water mark'."
    ::= { mFMediaChanStatsR2Entry  22 }

  mFMediaChanStatsR2CircsIUInCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for incoming calls - low water mark'."
    ::= { mFMediaChanStatsR2Entry  23 }

  mFMediaChanStatsR2CircsIUOutCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for outgoing calls'."
    ::= { mFMediaChanStatsR2Entry  24 }

  mFMediaChanStatsR2CircsIUOutCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for outgoing calls - high water mark'."
    ::= { mFMediaChanStatsR2Entry  25 }

  mFMediaChanStatsR2CircsIUOutCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently in use for outgoing calls - low water mark'."
    ::= { mFMediaChanStatsR2Entry  26 }

  mFMediaChanStatsR2CircsDisabOrRMBNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently deactivated or reverse made busy'."
    ::= { mFMediaChanStatsR2Entry  27 }

  mFMediaChanStatsR2CircsDisabledOrRMBHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently deactivated or reverse made busy - high water mark'."
    ::= { mFMediaChanStatsR2Entry  28 }

  mFMediaChanStatsR2CrcsDisabledOrRMBLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently deactivated or reverse made busy - low water mark'."
    ::= { mFMediaChanStatsR2Entry  29 }

  mFMediaChanStatsR2CircsFaildNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently failed'."
    ::= { mFMediaChanStatsR2Entry  30 }

  mFMediaChanStatsR2CircsFaildHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently failed - high water mark'."
    ::= { mFMediaChanStatsR2Entry  31 }

  mFMediaChanStatsR2CircsFaildLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media channel status: Circuits currently failed - low water mark'."
    ::= { mFMediaChanStatsR2Entry  32 }

  mFMediaChanStatsR2CntInCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call attempts'."
    ::= { mFMediaChanStatsR2Entry  33 }

  mFMediaChanStatsR2CntOutCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call attempts'."
    ::= { mFMediaChanStatsR2Entry  34 }

  mFMediaChanStatsR2CntFaildFirstChoiceCallAttemptsCgs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Congestion - Rejected first-choice circuit requests'."
    ::= { mFMediaChanStatsR2Entry  35 }

  mFMediaChanStatsR2CallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Total call usage'."
    ::= { mFMediaChanStatsR2Entry  36 }

  mFMediaChanStatsR2CallUsageInCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call usage'."
    ::= { mFMediaChanStatsR2Entry  37 }

  mFMediaChanStatsR2CallUsageOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call usage'."
    ::= { mFMediaChanStatsR2Entry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'RTP Port'                                                   */
-- /* Valid from: 4.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  mGRTPPortR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGRTPPortR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Virtual Ports'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  955 }

  mGRTPPortR2Entry OBJECT-TYPE
    SYNTAX       MGRTPPortR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGRTPPortR2MSwitchConn,
             mGRTPPortR2MSwitch,
             mGRTPPortR2MediaGatewayIx }
    ::= {  mGRTPPortR2Table  1  }

  MGRTPPortR2Entry  ::=  SEQUENCE
  {
    mGRTPPortR2MSwitchConn             Unsigned32,
    mGRTPPortR2MSwitch                 DisplayString,
    mGRTPPortR2MediaGatewayIx          Unsigned32,
    mGRTPPortR2DeactivnMode            INTEGER,
    mGRTPPortR2AlrmState               INTEGER,
    mGRTPPortR2AlrmLogCorr             Counter64,
    mGRTPPortR2AlrmEvtsAttnRq          Integer32,
    mGRTPPortR2AlrmStateTimestamp      Unsigned32,
    mGRTPPortR2AlrmResetTimestamp      Unsigned32,
    mGRTPPortR2DoExtraActions          INTEGER,
    mGRTPPortR2RowStatus               RowStatus,
    mGRTPPortR2AdminStatus             AdminStatus,
    mGRTPPortR2OperStatus              OperStatus,
    mGRTPPortR2PortName                DisplayString,
    mGRTPPortR2G726EncodingTypeRTP     INTEGER
  }

  mGRTPPortR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGRTPPortR2Entry  1 }

  mGRTPPortR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGRTPPortR2Entry  2 }

  mGRTPPortR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGRTPPortR2Entry  3 }

  mGRTPPortR2DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { mGRTPPortR2Entry  4 }

  mGRTPPortR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mGRTPPortR2Entry  5 }

  mGRTPPortR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mGRTPPortR2Entry  6 }

  mGRTPPortR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGRTPPortR2Entry  7 }

  mGRTPPortR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mGRTPPortR2Entry  8 }

  mGRTPPortR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mGRTPPortR2Entry  9 }

  mGRTPPortR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mGRTPPortR2Entry  10 }

  mGRTPPortR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mGRTPPortR2Entry  11 }

  mGRTPPortR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mGRTPPortR2Entry  12 }

  mGRTPPortR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mGRTPPortR2Entry  13 }

  mGRTPPortR2PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { mGRTPPortR2Entry  14 }

  mGRTPPortR2G726EncodingTypeRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   littleEndian(1),
                   bigEndian(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G.726 encoding type for RTP'."
    DEFVAL       { littleEndian }
    ::= { mGRTPPortR2Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Intelligent Networking Services'                            */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  mLHGPilotDNINSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  956 }

  mLHGPilotDNINSEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNINSMSwitchConn,
             mLHGPilotDNINSMSwitch,
             mLHGPilotDNINSCallAgentIx,
             mLHGPilotDNINSGpIx,
             mLHGPilotDNINSMLHGGpIx,
             mLHGPilotDNINSDirNum }
    ::= {  mLHGPilotDNINSTable  1  }

  MLHGPilotDNINSEntry  ::=  SEQUENCE
  {
    mLHGPilotDNINSMSwitchConn          Unsigned32,
    mLHGPilotDNINSMSwitch              DisplayString,
    mLHGPilotDNINSCallAgentIx          Unsigned32,
    mLHGPilotDNINSGpIx                 Unsigned32,
    mLHGPilotDNINSMLHGGpIx             Unsigned32,
    mLHGPilotDNINSDirNum               DisplayString,
    mLHGPilotDNINSSDActTATriggerSubscribed
                                       INTEGER,
    mLHGPilotDNINSSDDefTATriggerSubscribed
                                       INTEGER,
    mLHGPilotDNINSSDUseDefTATriggerSubscribed
                                       INTEGER,
    mLHGPilotDNINSSDActI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNINSSDActI2TATriggerTriggerMSwitch
                                       DisplayString,
    mLHGPilotDNINSSDActI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNINSSDActI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    mLHGPilotDNINSSDDefI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNINSSDDefI2TATriggerTriggerMSwitch
                                       DisplayString,
    mLHGPilotDNINSSDDefI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNINSSDDefI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    mLHGPilotDNINSSDUseDefTATriggerTrigger
                                       INTEGER,
    mLHGPilotDNINSAlrmState            INTEGER,
    mLHGPilotDNINSAlrmEvtsAtndDpLogCorr
                                       Counter64,
    mLHGPilotDNINSAlrmEvtsAtndDp       Unsigned32,
    mLHGPilotDNINSAlrmResetTimestamp   Unsigned32,
    mLHGPilotDNINSAlrmStateTimestamp   Unsigned32
  }

  mLHGPilotDNINSMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNINSEntry  1 }

  mLHGPilotDNINSMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNINSEntry  2 }

  mLHGPilotDNINSCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNINSEntry  3 }

  mLHGPilotDNINSGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNINSEntry  4 }

  mLHGPilotDNINSMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNINSEntry  5 }

  mLHGPilotDNINSDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNINSEntry  6 }

  mLHGPilotDNINSSDActTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNINSEntry  7 }

  mLHGPilotDNINSSDDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNINSEntry  8 }

  mLHGPilotDNINSSDUseDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNINSEntry  9 }

  mLHGPilotDNINSSDActI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  10 }

  mLHGPilotDNINSSDActI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  11 }

  mLHGPilotDNINSSDActI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  12 }

  mLHGPilotDNINSSDActI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  13 }

  mLHGPilotDNINSSDDefI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  14 }

  mLHGPilotDNINSSDDefI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  15 }

  mLHGPilotDNINSSDDefI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  16 }

  mLHGPilotDNINSSDDefI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { mLHGPilotDNINSEntry  17 }

  mLHGPilotDNINSSDUseDefTATriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNINSEntry  18 }

  mLHGPilotDNINSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mLHGPilotDNINSEntry  19 }

  mLHGPilotDNINSAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mLHGPilotDNINSEntry  20 }

  mLHGPilotDNINSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNINSEntry  21 }

  mLHGPilotDNINSAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mLHGPilotDNINSEntry  22 }

  mLHGPilotDNINSAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mLHGPilotDNINSEntry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Message Services'                                           */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  mLHGPilotDNMsgR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNMsgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  957 }

  mLHGPilotDNMsgR1Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNMsgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNMsgR1MSwitchConn,
             mLHGPilotDNMsgR1MSwitch,
             mLHGPilotDNMsgR1CallAgentIx,
             mLHGPilotDNMsgR1GpIx,
             mLHGPilotDNMsgR1MLHGGpIx,
             mLHGPilotDNMsgR1DirNum }
    ::= {  mLHGPilotDNMsgR1Table  1  }

  MLHGPilotDNMsgR1Entry  ::=  SEQUENCE
  {
    mLHGPilotDNMsgR1MSwitchConn        Unsigned32,
    mLHGPilotDNMsgR1MSwitch            DisplayString,
    mLHGPilotDNMsgR1CallAgentIx        Unsigned32,
    mLHGPilotDNMsgR1GpIx               Unsigned32,
    mLHGPilotDNMsgR1MLHGGpIx           Unsigned32,
    mLHGPilotDNMsgR1DirNum             DisplayString,
    mLHGPilotDNMsgR1SDActVmailSubscribed
                                       INTEGER,
    mLHGPilotDNMsgR1SDDefVmailSubscribed
                                       INTEGER,
    mLHGPilotDNMsgR1SDUseDefVmailSubscribed
                                       INTEGER,
    mLHGPilotDNMsgR1SDActVmlCallDlvryMethod
                                       INTEGER,
    mLHGPilotDNMsgR1SDDefVmlCallDlvryMethod
                                       INTEGER,
    mLHGPilotDNMsgR1SDUseDefVmlCallDlvryMethod
                                       INTEGER,
    mLHGPilotDNMsgR1SDActI1VoiceVSLineGpMSwitchConn
                                       Unsigned32,
    mLHGPilotDNMsgR1SDActI2VmailVSLineGpMSwitch
                                       DisplayString,
    mLHGPilotDNMsgR1SDActI3VmailVSLineGpCallAgentIx
                                       Unsigned32,
    mLHGPilotDNMsgR1SDActI4VmailVSLineGpVSLineGpIx
                                       Unsigned32,
    mLHGPilotDNMsgR1SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    mLHGPilotDNMsgR1SDDefI1VoiceVSLineGpMSwitchConn
                                       Unsigned32,
    mLHGPilotDNMsgR1SDDefI2VmailVSLineGpMSwitch
                                       DisplayString,
    mLHGPilotDNMsgR1SDDefI3VmailVSLineGpCallAgentIx
                                       Unsigned32,
    mLHGPilotDNMsgR1SDDefI4VmailVSLineGpVSLineGpIx
                                       Unsigned32,
    mLHGPilotDNMsgR1SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    mLHGPilotDNMsgR1SDUseDefVmailVSLineGpCRData
                                       INTEGER,
    mLHGPilotDNMsgR1SDActVmailRetrievalNum
                                       DisplayString,
    mLHGPilotDNMsgR1SDDefVmailRetrievalNum
                                       DisplayString,
    mLHGPilotDNMsgR1SDUseDefVmailRetrievalNum
                                       INTEGER,
    mLHGPilotDNMsgR1SDActVmailInNum    DisplayString,
    mLHGPilotDNMsgR1SDDefVmailInNum    DisplayString,
    mLHGPilotDNMsgR1SDUseDefVmailInNum INTEGER,
    mLHGPilotDNMsgR1SDActI1VoiceAppServerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNMsgR1SDActI2VmailAppServerMSwitch
                                       DisplayString,
    mLHGPilotDNMsgR1SDActI3VmailAppServerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNMsgR1SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    mLHGPilotDNMsgR1SDDefI1VoiceAppServerMSwitchConn
                                       Unsigned32,
    mLHGPilotDNMsgR1SDDefI2VmailAppServerMSwitch
                                       DisplayString,
    mLHGPilotDNMsgR1SDDefI3VmailAppServerCallAgentIx
                                       Unsigned32,
    mLHGPilotDNMsgR1SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    mLHGPilotDNMsgR1SDUseDefVoicemailAppServer
                                       INTEGER,
    mLHGPilotDNMsgR1SDActVmailCallXferTime
                                       Unsigned32,
    mLHGPilotDNMsgR1SDDefVmailCallXferTime
                                       Unsigned32,
    mLHGPilotDNMsgR1SDUseDefVmailCallXferTime
                                       INTEGER,
    mLHGPilotDNMsgR1AlrmState          INTEGER,
    mLHGPilotDNMsgR1AlrmEvtsAtndDpLogCorr
                                       Counter64,
    mLHGPilotDNMsgR1AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    mLHGPilotDNMsgR1AlrmEvtsAttnRq     Unsigned32,
    mLHGPilotDNMsgR1AlrmEvtsAtndDp     Unsigned32,
    mLHGPilotDNMsgR1AlrmStateTimestamp Unsigned32,
    mLHGPilotDNMsgR1AlrmResetTimestamp Unsigned32
  }

  mLHGPilotDNMsgR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNMsgR1Entry  1 }

  mLHGPilotDNMsgR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNMsgR1Entry  2 }

  mLHGPilotDNMsgR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNMsgR1Entry  3 }

  mLHGPilotDNMsgR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNMsgR1Entry  4 }

  mLHGPilotDNMsgR1MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNMsgR1Entry  5 }

  mLHGPilotDNMsgR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNMsgR1Entry  6 }

  mLHGPilotDNMsgR1SDActVmailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  7 }

  mLHGPilotDNMsgR1SDDefVmailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  8 }

  mLHGPilotDNMsgR1SDUseDefVmailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNMsgR1Entry  9 }

  mLHGPilotDNMsgR1SDActVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  10 }

  mLHGPilotDNMsgR1SDDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  11 }

  mLHGPilotDNMsgR1SDUseDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNMsgR1Entry  12 }

  mLHGPilotDNMsgR1SDActI1VoiceVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  13 }

  mLHGPilotDNMsgR1SDActI2VmailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  14 }

  mLHGPilotDNMsgR1SDActI3VmailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  15 }

  mLHGPilotDNMsgR1SDActI4VmailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  16 }

  mLHGPilotDNMsgR1SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  17 }

  mLHGPilotDNMsgR1SDDefI1VoiceVSLineGpMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  18 }

  mLHGPilotDNMsgR1SDDefI2VmailVSLineGpMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  19 }

  mLHGPilotDNMsgR1SDDefI3VmailVSLineGpCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  20 }

  mLHGPilotDNMsgR1SDDefI4VmailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  21 }

  mLHGPilotDNMsgR1SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { mLHGPilotDNMsgR1Entry  22 }

  mLHGPilotDNMsgR1SDUseDefVmailVSLineGpCRData OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNMsgR1Entry  23 }

  mLHGPilotDNMsgR1SDActVmailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  24 }

  mLHGPilotDNMsgR1SDDefVmailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  25 }

  mLHGPilotDNMsgR1SDUseDefVmailRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNMsgR1Entry  26 }

  mLHGPilotDNMsgR1SDActVmailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  27 }

  mLHGPilotDNMsgR1SDDefVmailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  28 }

  mLHGPilotDNMsgR1SDUseDefVmailInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNMsgR1Entry  29 }

  mLHGPilotDNMsgR1SDActI1VoiceAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  30 }

  mLHGPilotDNMsgR1SDActI2VmailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  31 }

  mLHGPilotDNMsgR1SDActI3VmailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  32 }

  mLHGPilotDNMsgR1SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  33 }

  mLHGPilotDNMsgR1SDDefI1VoiceAppServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  34 }

  mLHGPilotDNMsgR1SDDefI2VmailAppServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  35 }

  mLHGPilotDNMsgR1SDDefI3VmailAppServerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  36 }

  mLHGPilotDNMsgR1SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { mLHGPilotDNMsgR1Entry  37 }

  mLHGPilotDNMsgR1SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNMsgR1Entry  38 }

  mLHGPilotDNMsgR1SDActVmailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  39 }

  mLHGPilotDNMsgR1SDDefVmailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNMsgR1Entry  40 }

  mLHGPilotDNMsgR1SDUseDefVmailCallXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNMsgR1Entry  41 }

  mLHGPilotDNMsgR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mLHGPilotDNMsgR1Entry  48 }

  mLHGPilotDNMsgR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mLHGPilotDNMsgR1Entry  49 }

  mLHGPilotDNMsgR1AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { mLHGPilotDNMsgR1Entry  50 }

  mLHGPilotDNMsgR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNMsgR1Entry  51 }

  mLHGPilotDNMsgR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNMsgR1Entry  52 }

  mLHGPilotDNMsgR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mLHGPilotDNMsgR1Entry  53 }

  mLHGPilotDNMsgR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mLHGPilotDNMsgR1Entry  54 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Mandatory Account Code Tables'                              */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  mACTableConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MACTableConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Outgoing Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  958 }

  mACTableConEntry OBJECT-TYPE
    SYNTAX       MACTableConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mACTableConMSwitchConn,
             mACTableConMSwitch,
             mACTableConCallAgentIx }
    ::= {  mACTableConTable  1  }

  MACTableConEntry  ::=  SEQUENCE
  {
    mACTableConMSwitchConn             Unsigned32,
    mACTableConMSwitch                 DisplayString,
    mACTableConCallAgentIx             Unsigned32,
    mACTableConImportCnt               Integer32,
    mACTableConImportStatus            DisplayString,
    mACTableConImportMode              INTEGER,
    mACTableConImportFile              DisplayString,
    mACTableConImportCorr              Counter64,
    mACTableConImportCorrMSwitch       DisplayString,
    mACTableConImportCorrUID           DisplayString,
    mACTableConExportCnt               Integer32,
    mACTableConExportStatus            DisplayString,
    mACTableConExportFile              DisplayString,
    mACTableConExportCorr              Counter64,
    mACTableConExportCorrMSwitch       DisplayString,
    mACTableConExportCorrUID           DisplayString,
    mACTableConDoExtraActions          INTEGER,
    mACTableConExportIncASRepData      INTEGER,
    mACTableConExportChldObjectsToInc  INTEGER
  }

  mACTableConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mACTableConEntry  1 }

  mACTableConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mACTableConEntry  2 }

  mACTableConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mACTableConEntry  3 }

  mACTableConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { mACTableConEntry  4 }

  mACTableConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { mACTableConEntry  5 }

  mACTableConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { mACTableConEntry  6 }

  mACTableConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { mACTableConEntry  7 }

  mACTableConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { mACTableConEntry  8 }

  mACTableConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { mACTableConEntry  9 }

  mACTableConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { mACTableConEntry  10 }

  mACTableConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mACTableConEntry  11 }

  mACTableConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mACTableConEntry  12 }

  mACTableConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mACTableConEntry  13 }

  mACTableConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mACTableConEntry  14 }

  mACTableConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mACTableConEntry  15 }

  mACTableConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mACTableConEntry  16 }

  mACTableConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mACTableConEntry  17 }

  mACTableConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mACTableConEntry  18 }

  mACTableConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mACTableConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Intelligent Networking Services'                            */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  pBXINSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  963 }

  pBXINSEntry OBJECT-TYPE
    SYNTAX       PBXINSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXINSMSwitchConn,
             pBXINSMSwitch,
             pBXINSCallAgentIx,
             pBXINSDirNum }
    ::= {  pBXINSTable  1  }

  PBXINSEntry  ::=  SEQUENCE
  {
    pBXINSMSwitchConn                  Unsigned32,
    pBXINSMSwitch                      DisplayString,
    pBXINSCallAgentIx                  Unsigned32,
    pBXINSDirNum                       DisplayString,
    pBXINSSDActOHDTriggerSubscribed    INTEGER,
    pBXINSSDDefOHDTriggerSubscribed    INTEGER,
    pBXINSSDUseDefOHDTriggerSubscribed INTEGER,
    pBXINSSDActI1OHDTriggerTriggerMSwitchConn
                                       Unsigned32,
    pBXINSSDActI2OHDTriggerTriggerMSwitch
                                       DisplayString,
    pBXINSSDActI3OHDTriggerTriggerCallAgentIx
                                       Unsigned32,
    pBXINSSDActI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    pBXINSSDDefI1OHDTriggerTriggerMSwitchConn
                                       Unsigned32,
    pBXINSSDDefI2OHDTriggerTriggerMSwitch
                                       DisplayString,
    pBXINSSDDefI3OHDTriggerTriggerCallAgentIx
                                       Unsigned32,
    pBXINSSDDefI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    pBXINSSDUseDefOHDTriggerTrigger    INTEGER,
    pBXINSSDActTATriggerSubscribed     INTEGER,
    pBXINSSDDefTATriggerSubscribed     INTEGER,
    pBXINSSDUseDefTATriggerSubscribed  INTEGER,
    pBXINSSDActI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    pBXINSSDActI2TATriggerTriggerMSwitch
                                       DisplayString,
    pBXINSSDActI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    pBXINSSDActI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    pBXINSSDDefI1TATriggerTriggerMSwitchConn
                                       Unsigned32,
    pBXINSSDDefI2TATriggerTriggerMSwitch
                                       DisplayString,
    pBXINSSDDefI3TATriggerTriggerCallAgentIx
                                       Unsigned32,
    pBXINSSDDefI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    pBXINSSDUseDefTATriggerTrigger     INTEGER,
    pBXINSAlrmState                    INTEGER,
    pBXINSAlrmEvtsAtndDpLogCorr        Counter64,
    pBXINSAlrmEvtsAtndDp               Unsigned32,
    pBXINSAlrmResetTimestamp           Unsigned32,
    pBXINSAlrmStateTimestamp           Unsigned32
  }

  pBXINSMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXINSEntry  1 }

  pBXINSMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXINSEntry  2 }

  pBXINSCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXINSEntry  3 }

  pBXINSDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXINSEntry  4 }

  pBXINSSDActOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXINSEntry  5 }

  pBXINSSDDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXINSEntry  6 }

  pBXINSSDUseDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXINSEntry  7 }

  pBXINSSDActI1OHDTriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  8 }

  pBXINSSDActI2OHDTriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  9 }

  pBXINSSDActI3OHDTriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  10 }

  pBXINSSDActI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  11 }

  pBXINSSDDefI1OHDTriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  12 }

  pBXINSSDDefI2OHDTriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  13 }

  pBXINSSDDefI3OHDTriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  14 }

  pBXINSSDDefI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { pBXINSEntry  15 }

  pBXINSSDUseDefOHDTriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXINSEntry  16 }

  pBXINSSDActTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXINSEntry  17 }

  pBXINSSDDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXINSEntry  18 }

  pBXINSSDUseDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXINSEntry  19 }

  pBXINSSDActI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  20 }

  pBXINSSDActI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  21 }

  pBXINSSDActI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  22 }

  pBXINSSDActI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  23 }

  pBXINSSDDefI1TATriggerTriggerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  24 }

  pBXINSSDDefI2TATriggerTriggerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  25 }

  pBXINSSDDefI3TATriggerTriggerCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  26 }

  pBXINSSDDefI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { pBXINSEntry  27 }

  pBXINSSDUseDefTATriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXINSEntry  28 }

  pBXINSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXINSEntry  29 }

  pBXINSAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { pBXINSEntry  30 }

  pBXINSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXINSEntry  31 }

  pBXINSAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { pBXINSEntry  32 }

  pBXINSAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXINSEntry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SCCP Entity Set'                                            */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2EntitySetTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2EntitySetEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP'."
    ::= { metaSwitch  978 }

  sCCP2EntitySetEntry OBJECT-TYPE
    SYNTAX       SCCP2EntitySetEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2EntitySetMSwitchConn,
             sCCP2EntitySetMSwitch,
             sCCP2EntitySetCallAgentIx,
             sCCP2EntitySetSCCPIx,
             sCCP2EntitySetEntitySetID }
    ::= {  sCCP2EntitySetTable  1  }

  SCCP2EntitySetEntry  ::=  SEQUENCE
  {
    sCCP2EntitySetMSwitchConn          Unsigned32,
    sCCP2EntitySetMSwitch              DisplayString,
    sCCP2EntitySetCallAgentIx          Unsigned32,
    sCCP2EntitySetSCCPIx               Unsigned32,
    sCCP2EntitySetEntitySetID          Unsigned32,
    sCCP2EntitySetEntitySetName        DisplayString,
    sCCP2EntitySetEntitySetType        INTEGER,
    sCCP2EntitySetSharingMode          INTEGER,
    sCCP2EntitySetI1FirstOutcomeMSwitchConn
                                       Unsigned32,
    sCCP2EntitySetI2FirstOutcomeMSwitch
                                       DisplayString,
    sCCP2EntitySetI3FirstOutcomeCallAgentIx
                                       Unsigned32,
    sCCP2EntitySetI4FirstOutcomeSCCPIx Unsigned32,
    sCCP2EntitySetI5FirstOutcomePointCode
                                       Unsigned32,
    sCCP2EntitySetI1SecondOutcomeMSwitchConn
                                       Unsigned32,
    sCCP2EntitySetI2SecondOutcomeMSwitch
                                       DisplayString,
    sCCP2EntitySetI3SecondOutcomeCallAgentIx
                                       Unsigned32,
    sCCP2EntitySetI4SecondOutcomeSCCPIx
                                       Unsigned32,
    sCCP2EntitySetI5SecondOutcomePointCode
                                       Unsigned32,
    sCCP2EntitySetSSN                  Unsigned32,
    sCCP2EntitySetI1FirstRemSCCPAccessPointMSwitchConn
                                       Unsigned32,
    sCCP2EntitySetI2FirstRemSCCPAccessPointMSwitch
                                       DisplayString,
    sCCP2EntitySetI3FirstRemSCCPAccessPointCallAgentIx
                                       Unsigned32,
    sCCP2EntitySetI4FirstRemSCCPAccessPointSCCPIx
                                       Unsigned32,
    sCCP2EntitySetI5FirstRemSCCPAccessPointPointCode
                                       Unsigned32,
    sCCP2EntitySetI6FirstRemSCCPAccessPointRemSSNID
                                       Unsigned32,
    sCCP2EntitySetI1SecondRemSCCPAccessPointMSwitchConn
                                       Unsigned32,
    sCCP2EntitySetI2SecondRemSCCPAccessPointMSwitch
                                       DisplayString,
    sCCP2EntitySetI3SecondRemSCCPAccessPointCallAgentIx
                                       Unsigned32,
    sCCP2EntitySetI4SecondRemSCCPAccessPointSCCPIx
                                       Unsigned32,
    sCCP2EntitySetI5SecondRemSCCPAccessPointPointCode
                                       Unsigned32,
    sCCP2EntitySetI6SecondRemSCCPAccessPointRemSSNID
                                       Unsigned32,
    sCCP2EntitySetSCCPEntitySetRefsCnt Unsigned32,
    sCCP2EntitySetDiagsLogLvl          INTEGER,
    sCCP2EntitySetDiagsApiTrace        INTEGER,
    sCCP2EntitySetDiagsTag             DisplayString
  }

  sCCP2EntitySetMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2EntitySetEntry  1 }

  sCCP2EntitySetMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2EntitySetEntry  2 }

  sCCP2EntitySetCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2EntitySetEntry  3 }

  sCCP2EntitySetSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2EntitySetEntry  4 }

  sCCP2EntitySetEntitySetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Entity Set ID'.
                  This is an index field."
    ::= { sCCP2EntitySetEntry  5 }

  sCCP2EntitySetEntitySetName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Entity Set name'."
    ::= { sCCP2EntitySetEntry  6 }

  sCCP2EntitySetEntitySetType OBJECT-TYPE
    SYNTAX       INTEGER {
                   endNodeWithoutSSN(0),
                   endNodeWithSSN(1),
                   relayNode(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Entity Set type'."
    ::= { sCCP2EntitySetEntry  7 }

  sCCP2EntitySetSharingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   single(0),
                   dominant(1),
                   replace(2),
                   loadShare(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sharing mode'."
    DEFVAL       { single }
    ::= { sCCP2EntitySetEntry  8 }

  sCCP2EntitySetI1FirstOutcomeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First outcome',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  9 }

  sCCP2EntitySetI2FirstOutcomeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First outcome',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  10 }

  sCCP2EntitySetI3FirstOutcomeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First outcome',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  11 }

  sCCP2EntitySetI4FirstOutcomeSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First outcome',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  12 }

  sCCP2EntitySetI5FirstOutcomePointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First outcome',
                  This field represents index 'Point code'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  13 }

  sCCP2EntitySetI1SecondOutcomeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second outcome',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  14 }

  sCCP2EntitySetI2SecondOutcomeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second outcome',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  15 }

  sCCP2EntitySetI3SecondOutcomeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second outcome',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  16 }

  sCCP2EntitySetI4SecondOutcomeSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second outcome',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  17 }

  sCCP2EntitySetI5SecondOutcomePointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second outcome',
                  This field represents index 'Point code'
                  in referenced type 'BOOSCCP2RemoteSigDestSE'."
    ::= { sCCP2EntitySetEntry  18 }

  sCCP2EntitySetSSN OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SSN'."
    ::= { sCCP2EntitySetEntry  19 }

  sCCP2EntitySetI1FirstRemSCCPAccessPointMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First remote SCCP access point',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  20 }

  sCCP2EntitySetI2FirstRemSCCPAccessPointMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First remote SCCP access point',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  21 }

  sCCP2EntitySetI3FirstRemSCCPAccessPointCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First remote SCCP access point',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  22 }

  sCCP2EntitySetI4FirstRemSCCPAccessPointSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First remote SCCP access point',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  23 }

  sCCP2EntitySetI5FirstRemSCCPAccessPointPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First remote SCCP access point',
                  This field represents index 'Point code'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  24 }

  sCCP2EntitySetI6FirstRemSCCPAccessPointRemSSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First remote SCCP access point',
                  This field represents index 'SSN ID'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  25 }

  sCCP2EntitySetI1SecondRemSCCPAccessPointMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second remote SCCP access point',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  26 }

  sCCP2EntitySetI2SecondRemSCCPAccessPointMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second remote SCCP access point',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  27 }

  sCCP2EntitySetI3SecondRemSCCPAccessPointCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second remote SCCP access point',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  28 }

  sCCP2EntitySetI4SecondRemSCCPAccessPointSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second remote SCCP access point',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  29 }

  sCCP2EntitySetI5SecondRemSCCPAccessPointPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second remote SCCP access point',
                  This field represents index 'Point code'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  30 }

  sCCP2EntitySetI6SecondRemSCCPAccessPointRemSSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Second remote SCCP access point',
                  This field represents index 'SSN ID'
                  in referenced type 'BOOSCCP2RemoteAccessPointSE'."
    ::= { sCCP2EntitySetEntry  31 }

  sCCP2EntitySetSCCPEntitySetRefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { sCCP2EntitySetEntry  32 }

  sCCP2EntitySetDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sCCP2EntitySetEntry  33 }

  sCCP2EntitySetDiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sCCP2EntitySetEntry  34 }

  sCCP2EntitySetDiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sCCP2EntitySetEntry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SCCP GT Translator'                                         */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2GTTranslatorTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2GTTranslatorEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP'.
                  Table does not support createAndWait."
    ::= { metaSwitch  979 }

  sCCP2GTTranslatorEntry OBJECT-TYPE
    SYNTAX       SCCP2GTTranslatorEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2GTTranslatorMSwitchConn,
             sCCP2GTTranslatorMSwitch,
             sCCP2GTTranslatorCallAgentIx,
             sCCP2GTTranslatorSCCPIx,
             sCCP2GTTranslatorGTTranslationType }
    ::= {  sCCP2GTTranslatorTable  1  }

  SCCP2GTTranslatorEntry  ::=  SEQUENCE
  {
    sCCP2GTTranslatorMSwitchConn       Unsigned32,
    sCCP2GTTranslatorMSwitch           DisplayString,
    sCCP2GTTranslatorCallAgentIx       Unsigned32,
    sCCP2GTTranslatorSCCPIx            Unsigned32,
    sCCP2GTTranslatorGTTranslationType Unsigned32,
    sCCP2GTTranslatorGTTranslatorName  DisplayString,
    sCCP2GTTranslatorI1GTTranslatorEntitySetMSwitchConn
                                       Unsigned32,
    sCCP2GTTranslatorI2GTTranslatorEntitySetMSwitch
                                       DisplayString,
    sCCP2GTTranslatorI3GTTranslatorEntitySetCallAgentIx
                                       Unsigned32,
    sCCP2GTTranslatorI4GTTranslatorEntitySetSCCPIx
                                       Unsigned32,
    sCCP2GTTranslatorI5GTTranslatorEntitySetEntitySetID
                                       Unsigned32,
    sCCP2GTTranslatorRowStatus         RowStatus,
    sCCP2GTTranslatorOperStatus        OperStatus
  }

  sCCP2GTTranslatorMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2GTTranslatorEntry  1 }

  sCCP2GTTranslatorMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2GTTranslatorEntry  2 }

  sCCP2GTTranslatorCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2GTTranslatorEntry  3 }

  sCCP2GTTranslatorSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2GTTranslatorEntry  4 }

  sCCP2GTTranslatorGTTranslationType OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GT translation type'.
                  This is an index field."
    ::= { sCCP2GTTranslatorEntry  5 }

  sCCP2GTTranslatorGTTranslatorName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GT Translator name'."
    ::= { sCCP2GTTranslatorEntry  6 }

  sCCP2GTTranslatorI1GTTranslatorEntitySetMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Entity Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2EntitySetSE'."
    ::= { sCCP2GTTranslatorEntry  7 }

  sCCP2GTTranslatorI2GTTranslatorEntitySetMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Entity Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2EntitySetSE'."
    ::= { sCCP2GTTranslatorEntry  8 }

  sCCP2GTTranslatorI3GTTranslatorEntitySetCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Entity Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2EntitySetSE'."
    ::= { sCCP2GTTranslatorEntry  9 }

  sCCP2GTTranslatorI4GTTranslatorEntitySetSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Entity Set',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2EntitySetSE'."
    ::= { sCCP2GTTranslatorEntry  10 }

  sCCP2GTTranslatorI5GTTranslatorEntitySetEntitySetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Entity Set',
                  This field represents index 'Entity Set ID'
                  in referenced type 'BOOSCCP2EntitySetSE'."
    ::= { sCCP2GTTranslatorEntry  11 }

  sCCP2GTTranslatorRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2GTTranslatorEntry  12 }

  sCCP2GTTranslatorOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2GTTranslatorEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Proxied SCCP Access Point'                                  */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2PrxdAccPtTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2PrxdAccPtEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP'.
                  Table does not support createAndWait."
    ::= { metaSwitch  982 }

  sCCP2PrxdAccPtEntry OBJECT-TYPE
    SYNTAX       SCCP2PrxdAccPtEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2PrxdAccPtMSwitchConn,
             sCCP2PrxdAccPtMSwitch,
             sCCP2PrxdAccPtCallAgentIx,
             sCCP2PrxdAccPtSCCPIx,
             sCCP2PrxdAccPtSSNID }
    ::= {  sCCP2PrxdAccPtTable  1  }

  SCCP2PrxdAccPtEntry  ::=  SEQUENCE
  {
    sCCP2PrxdAccPtMSwitchConn          Unsigned32,
    sCCP2PrxdAccPtMSwitch              DisplayString,
    sCCP2PrxdAccPtCallAgentIx          Unsigned32,
    sCCP2PrxdAccPtSCCPIx               Unsigned32,
    sCCP2PrxdAccPtSSNID                Unsigned32,
    sCCP2PrxdAccPtRowStatus            RowStatus
  }

  sCCP2PrxdAccPtMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2PrxdAccPtEntry  1 }

  sCCP2PrxdAccPtMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2PrxdAccPtEntry  2 }

  sCCP2PrxdAccPtCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2PrxdAccPtEntry  3 }

  sCCP2PrxdAccPtSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2PrxdAccPtEntry  4 }

  sCCP2PrxdAccPtSSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SSN ID'.
                  This is an index field."
    ::= { sCCP2PrxdAccPtEntry  5 }

  sCCP2PrxdAccPtRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2PrxdAccPtEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote SCCP Access Point'                                   */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2RemAccPtTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2RemAccPtEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP Remote Signaling Destination'.
                  Table does not support createAndWait."
    ::= { metaSwitch  983 }

  sCCP2RemAccPtEntry OBJECT-TYPE
    SYNTAX       SCCP2RemAccPtEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2RemAccPtMSwitchConn,
             sCCP2RemAccPtMSwitch,
             sCCP2RemAccPtCallAgentIx,
             sCCP2RemAccPtSCCPIx,
             sCCP2RemAccPtPointCode,
             sCCP2RemAccPtRemSSNID }
    ::= {  sCCP2RemAccPtTable  1  }

  SCCP2RemAccPtEntry  ::=  SEQUENCE
  {
    sCCP2RemAccPtMSwitchConn           Unsigned32,
    sCCP2RemAccPtMSwitch               DisplayString,
    sCCP2RemAccPtCallAgentIx           Unsigned32,
    sCCP2RemAccPtSCCPIx                Unsigned32,
    sCCP2RemAccPtPointCode             Unsigned32,
    sCCP2RemAccPtRemSSNID              Unsigned32,
    sCCP2RemAccPtRemSCCPAccessPointName
                                       DisplayString,
    sCCP2RemAccPtI1SCCPRAPRemConcernedAreaMSwitchConn
                                       Unsigned32,
    sCCP2RemAccPtI2SCCPRAPRemConcernedAreaMSwitch
                                       DisplayString,
    sCCP2RemAccPtI3SCCPRAPRemConcernedAreaCallAgentIx
                                       Unsigned32,
    sCCP2RemAccPtI4SCCPRAPRemConcernedAreaSCCPIx
                                       Unsigned32,
    sCCP2RemAccPtI5SCCPRAPRemConcernedAreaIx
                                       Unsigned32,
    sCCP2RemAccPtSCCPRAPRemConcernedAreaOtherVals
                                       INTEGER,
    sCCP2RemAccPtSCCPRAPAvailStatus    INTEGER,
    sCCP2RemAccPtSCCPRemAccessPointRefsCnt
                                       Unsigned32,
    sCCP2RemAccPtAlrmState             INTEGER,
    sCCP2RemAccPtAlrmEvtsAttnRqLogCorr Counter64,
    sCCP2RemAccPtAlrmEvtsAttnRq        Unsigned32,
    sCCP2RemAccPtAlrmEvtsAtndDpLogCorr Counter64,
    sCCP2RemAccPtAlrmEvtsAtndDp        Unsigned32,
    sCCP2RemAccPtAlrmStateTimestamp    Unsigned32,
    sCCP2RemAccPtAlrmResetTimestamp    Unsigned32,
    sCCP2RemAccPtDiagsLogLvl           INTEGER,
    sCCP2RemAccPtDiagsApiTrace         INTEGER,
    sCCP2RemAccPtDiagsTag              DisplayString,
    sCCP2RemAccPtRowStatus             RowStatus,
    sCCP2RemAccPtOperStatus            OperStatus
  }

  sCCP2RemAccPtMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2RemAccPtEntry  1 }

  sCCP2RemAccPtMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2RemAccPtEntry  2 }

  sCCP2RemAccPtCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2RemAccPtEntry  3 }

  sCCP2RemAccPtSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2RemAccPtEntry  4 }

  sCCP2RemAccPtPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This is an index field."
    ::= { sCCP2RemAccPtEntry  5 }

  sCCP2RemAccPtRemSSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SSN ID'.
                  This is an index field."
    ::= { sCCP2RemAccPtEntry  6 }

  sCCP2RemAccPtRemSCCPAccessPointName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote SCCP Access Point name'."
    ::= { sCCP2RemAccPtEntry  7 }

  sCCP2RemAccPtI1SCCPRAPRemConcernedAreaMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2RemAccPtEntry  8 }

  sCCP2RemAccPtI2SCCPRAPRemConcernedAreaMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2RemAccPtEntry  9 }

  sCCP2RemAccPtI3SCCPRAPRemConcernedAreaCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2RemAccPtEntry  10 }

  sCCP2RemAccPtI4SCCPRAPRemConcernedAreaSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2RemAccPtEntry  11 }

  sCCP2RemAccPtI5SCCPRAPRemConcernedAreaIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Remote Concerned Area index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2RemAccPtEntry  12 }

  sCCP2RemAccPtSCCPRAPRemConcernedAreaOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area'.
                  This field represents the fixed
                  values that Remote Concerned Area
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sCCP2RemAccPtEntry  13 }

  sCCP2RemAccPtSCCPRAPAvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   prohibited(1),
                   congested(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { sCCP2RemAccPtEntry  14 }

  sCCP2RemAccPtSCCPRemAccessPointRefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { sCCP2RemAccPtEntry  15 }

  sCCP2RemAccPtAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sCCP2RemAccPtEntry  16 }

  sCCP2RemAccPtAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sCCP2RemAccPtEntry  17 }

  sCCP2RemAccPtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2RemAccPtEntry  18 }

  sCCP2RemAccPtAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sCCP2RemAccPtEntry  19 }

  sCCP2RemAccPtAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2RemAccPtEntry  20 }

  sCCP2RemAccPtAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sCCP2RemAccPtEntry  21 }

  sCCP2RemAccPtAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sCCP2RemAccPtEntry  22 }

  sCCP2RemAccPtDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sCCP2RemAccPtEntry  23 }

  sCCP2RemAccPtDiagsApiTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sCCP2RemAccPtEntry  24 }

  sCCP2RemAccPtDiagsTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sCCP2RemAccPtEntry  25 }

  sCCP2RemAccPtRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2RemAccPtEntry  26 }

  sCCP2RemAccPtOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2RemAccPtEntry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Concerned Area'                                      */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2RemoteConcAreaTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2RemoteConcAreaEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP'.
                  Table does not support createAndWait."
    ::= { metaSwitch  985 }

  sCCP2RemoteConcAreaEntry OBJECT-TYPE
    SYNTAX       SCCP2RemoteConcAreaEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2RemoteConcAreaMSwitchConn,
             sCCP2RemoteConcAreaMSwitch,
             sCCP2RemoteConcAreaCallAgentIx,
             sCCP2RemoteConcAreaSCCPIx,
             sCCP2RemoteConcAreaIx }
    ::= {  sCCP2RemoteConcAreaTable  1  }

  SCCP2RemoteConcAreaEntry  ::=  SEQUENCE
  {
    sCCP2RemoteConcAreaMSwitchConn     Unsigned32,
    sCCP2RemoteConcAreaMSwitch         DisplayString,
    sCCP2RemoteConcAreaCallAgentIx     Unsigned32,
    sCCP2RemoteConcAreaSCCPIx          Unsigned32,
    sCCP2RemoteConcAreaIx              Unsigned32,
    sCCP2RemoteConcAreaName            DisplayString,
    sCCP2RemoteConcAreaSCCPRemConcAreaRefsCnt
                                       Unsigned32,
    sCCP2RemoteConcAreaRowStatus       RowStatus,
    sCCP2RemoteConcAreaOperStatus      OperStatus
  }

  sCCP2RemoteConcAreaMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2RemoteConcAreaEntry  1 }

  sCCP2RemoteConcAreaMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2RemoteConcAreaEntry  2 }

  sCCP2RemoteConcAreaCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2RemoteConcAreaEntry  3 }

  sCCP2RemoteConcAreaSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2RemoteConcAreaEntry  4 }

  sCCP2RemoteConcAreaIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Concerned Area index'.
                  This is an index field."
    ::= { sCCP2RemoteConcAreaEntry  5 }

  sCCP2RemoteConcAreaName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Concerned Area name'."
    ::= { sCCP2RemoteConcAreaEntry  6 }

  sCCP2RemoteConcAreaSCCPRemConcAreaRefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { sCCP2RemoteConcAreaEntry  7 }

  sCCP2RemoteConcAreaRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2RemoteConcAreaEntry  8 }

  sCCP2RemoteConcAreaOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2RemoteConcAreaEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' SCCP Remote Signaling Destination Statistics'               */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2RemSigDstStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2RemSigDstStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP Remote Signaling Destination'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  986 }

  sCCP2RemSigDstStatsEntry OBJECT-TYPE
    SYNTAX       SCCP2RemSigDstStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2RemSigDstStatsMSwitchConn,
             sCCP2RemSigDstStatsMSwitch,
             sCCP2RemSigDstStatsCallAgentIx,
             sCCP2RemSigDstStatsSCCPIx,
             sCCP2RemSigDstStatsPointCode,
             sCCP2RemSigDstStatsSummaryPeriod }
    ::= {  sCCP2RemSigDstStatsTable  1  }

  SCCP2RemSigDstStatsEntry  ::=  SEQUENCE
  {
    sCCP2RemSigDstStatsMSwitchConn     Unsigned32,
    sCCP2RemSigDstStatsMSwitch         DisplayString,
    sCCP2RemSigDstStatsCallAgentIx     Unsigned32,
    sCCP2RemSigDstStatsSCCPIx          Unsigned32,
    sCCP2RemSigDstStatsPointCode       Unsigned32,
    sCCP2RemSigDstStatsSummaryPeriod   INTEGER,
    sCCP2RemSigDstStatsCntDestWentUnavail
                                       Unsigned32,
    sCCP2RemSigDstStatsCumDowntime     Unsigned32,
    sCCP2RemSigDstStatsCumCgstnTime    Unsigned32,
    sCCP2RemSigDstStatsNumMsgsSentToDest
                                       Unsigned32,
    sCCP2RemSigDstStatsNumMsgsRcvdFromDest
                                       Unsigned32,
    sCCP2RemSigDstStatsMsgsRcvdAndRej  Unsigned32,
    sCCP2RemSigDstStatsFaildReassemblyAttempts
                                       Unsigned32
  }

  sCCP2RemSigDstStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2RemSigDstStatsEntry  1 }

  sCCP2RemSigDstStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2RemSigDstStatsEntry  2 }

  sCCP2RemSigDstStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2RemSigDstStatsEntry  3 }

  sCCP2RemSigDstStatsSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2RemSigDstStatsEntry  4 }

  sCCP2RemSigDstStatsPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This is an index field."
    ::= { sCCP2RemSigDstStatsEntry  5 }

  sCCP2RemSigDstStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { sCCP2RemSigDstStatsEntry  6 }

  sCCP2RemSigDstStatsCntDestWentUnavail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of times destination went unavailable'."
    ::= { sCCP2RemSigDstStatsEntry  7 }

  sCCP2RemSigDstStatsCumDowntime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cumulative downtime'."
    ::= { sCCP2RemSigDstStatsEntry  8 }

  sCCP2RemSigDstStatsCumCgstnTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cumulative congestion time'."
    ::= { sCCP2RemSigDstStatsEntry  9 }

  sCCP2RemSigDstStatsNumMsgsSentToDest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of messages sent to destination'."
    ::= { sCCP2RemSigDstStatsEntry  10 }

  sCCP2RemSigDstStatsNumMsgsRcvdFromDest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of messages received from destination'."
    ::= { sCCP2RemSigDstStatsEntry  11 }

  sCCP2RemSigDstStatsMsgsRcvdAndRej OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of messages received and rejected'."
    ::= { sCCP2RemSigDstStatsEntry  12 }

  sCCP2RemSigDstStatsFaildReassemblyAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Failed reassembly attempts'."
    ::= { sCCP2RemSigDstStatsEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' SCCP Statistics'                           */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  sCCP2StatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2StatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  988 }

  sCCP2StatsEntry OBJECT-TYPE
    SYNTAX       SCCP2StatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2StatsMSwitchConn,
             sCCP2StatsMSwitch,
             sCCP2StatsCallAgentIx,
             sCCP2StatsSCCPIx,
             sCCP2StatsSummaryPeriod }
    ::= {  sCCP2StatsTable  1  }

  SCCP2StatsEntry  ::=  SEQUENCE
  {
    sCCP2StatsMSwitchConn              Unsigned32,
    sCCP2StatsMSwitch                  DisplayString,
    sCCP2StatsCallAgentIx              Unsigned32,
    sCCP2StatsSCCPIx                   Unsigned32,
    sCCP2StatsSummaryPeriod            INTEGER,
    sCCP2StatsUDTNumMsgsSent           Unsigned32,
    sCCP2StatsUDTNumMsgsRcvd           Unsigned32,
    sCCP2StatsUDTSNumMsgsSent          Unsigned32,
    sCCP2StatsUDTSNumMsgsRcvd          Unsigned32,
    sCCP2StatsXUDTNumMsgsSent          Unsigned32,
    sCCP2StatsXUDTNumMsgsRcvd          Unsigned32,
    sCCP2StatsXUDTSNumMsgsSent         Unsigned32,
    sCCP2StatsXUDTSNumMsgsRcvd         Unsigned32
  }

  sCCP2StatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2StatsEntry  1 }

  sCCP2StatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2StatsEntry  2 }

  sCCP2StatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2StatsEntry  3 }

  sCCP2StatsSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2StatsEntry  4 }

  sCCP2StatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { sCCP2StatsEntry  5 }

  sCCP2StatsUDTNumMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UDT - number of messages sent'."
    ::= { sCCP2StatsEntry  6 }

  sCCP2StatsUDTNumMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UDT - number of messages received'."
    ::= { sCCP2StatsEntry  7 }

  sCCP2StatsUDTSNumMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UDTS - number of messages sent'."
    ::= { sCCP2StatsEntry  8 }

  sCCP2StatsUDTSNumMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UDTS - number of messages received'."
    ::= { sCCP2StatsEntry  9 }

  sCCP2StatsXUDTNumMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XUDT - number of messages sent'."
    ::= { sCCP2StatsEntry  10 }

  sCCP2StatsXUDTNumMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XUDT - number of messages received'."
    ::= { sCCP2StatsEntry  11 }

  sCCP2StatsXUDTSNumMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XUDTS - number of messages sent'."
    ::= { sCCP2StatsEntry  12 }

  sCCP2StatsXUDTSNumMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XUDTS - number of messages received'."
    ::= { sCCP2StatsEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE ''No summary period' Trunk / Access Gateway Statistics'      */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  tAGStatsSITable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGStatsSIEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  994 }

  tAGStatsSIEntry OBJECT-TYPE
    SYNTAX       TAGStatsSIEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGStatsSIMSwitchConn,
             tAGStatsSIMSwitch,
             tAGStatsSICallAgentIx,
             tAGStatsSIGatewayIx }
    ::= {  tAGStatsSITable  1  }

  TAGStatsSIEntry  ::=  SEQUENCE
  {
    tAGStatsSIMSwitchConn              Unsigned32,
    tAGStatsSIMSwitch                  DisplayString,
    tAGStatsSICallAgentIx              Unsigned32,
    tAGStatsSIGatewayIx                Unsigned32,
    tAGStatsSILineLineCallsCumCnt      Unsigned32,
    tAGStatsSILineLineCallsAverageNum  Unsigned32,
    tAGStatsSITrnkTrnkCallsCumCnt      Unsigned32,
    tAGStatsSITrnkTrnkCallsAverageNum  Unsigned32,
    tAGStatsSIInterGwayInterGwayCumCnt Unsigned32,
    tAGStatsSIInterGwayInterGwayAverageNum
                                       Unsigned32,
    tAGStatsSILineTrnkCallsCumCnt      Unsigned32,
    tAGStatsSILineTrnkCallsAverageNum  Unsigned32,
    tAGStatsSILineIVRCumCnt            Unsigned32,
    tAGStatsSILineIVRAverageNum        Unsigned32,
    tAGStatsSILineInterGwayCumCnt      Unsigned32,
    tAGStatsSILineInterGwayAverageNum  Unsigned32,
    tAGStatsSITrnkIVRCumCnt            Unsigned32,
    tAGStatsSITrnkIVRAverageNum        Unsigned32,
    tAGStatsSITrnkInterGwayCumCnt      Unsigned32,
    tAGStatsSITrnkInterGwayAverageNum  Unsigned32,
    tAGStatsSIInterGwayIVRCumCnt       Unsigned32,
    tAGStatsSIInterGwayIVRAverageNum   Unsigned32,
    tAGStatsSIMultipartyCallsCumCnt    Unsigned32,
    tAGStatsSIMultipartyCallsAverageNum
                                       Unsigned32
  }

  tAGStatsSIMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGStatsSIEntry  1 }

  tAGStatsSIMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGStatsSIEntry  2 }

  tAGStatsSICallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGStatsSIEntry  3 }

  tAGStatsSIGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGStatsSIEntry  4 }

  tAGStatsSILineLineCallsCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line - line calls - count'."
    ::= { tAGStatsSIEntry  5 }

  tAGStatsSILineLineCallsAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line - line calls - average number'."
    ::= { tAGStatsSIEntry  6 }

  tAGStatsSITrnkTrnkCallsCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk - trunk calls - count'."
    ::= { tAGStatsSIEntry  7 }

  tAGStatsSITrnkTrnkCallsAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk - trunk calls - average number'."
    ::= { tAGStatsSIEntry  8 }

  tAGStatsSIInterGwayInterGwayCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Inter-gateway - inter-gateway calls - count'."
    ::= { tAGStatsSIEntry  9 }

  tAGStatsSIInterGwayInterGwayAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Inter-gateway - inter-gateway calls - average number'."
    ::= { tAGStatsSIEntry  10 }

  tAGStatsSILineTrnkCallsCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line - trunk calls - count'."
    ::= { tAGStatsSIEntry  11 }

  tAGStatsSILineTrnkCallsAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line - trunk calls - average number'."
    ::= { tAGStatsSIEntry  12 }

  tAGStatsSILineIVRCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line - IVR calls - count'."
    ::= { tAGStatsSIEntry  13 }

  tAGStatsSILineIVRAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line - IVR calls - average number'."
    ::= { tAGStatsSIEntry  14 }

  tAGStatsSILineInterGwayCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line - inter-gateway calls - count'."
    ::= { tAGStatsSIEntry  15 }

  tAGStatsSILineInterGwayAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line - inter-gateway calls - average number'."
    ::= { tAGStatsSIEntry  16 }

  tAGStatsSITrnkIVRCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk - IVR calls - count'."
    ::= { tAGStatsSIEntry  17 }

  tAGStatsSITrnkIVRAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk - IVR calls - average number'."
    ::= { tAGStatsSIEntry  18 }

  tAGStatsSITrnkInterGwayCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk - inter-gateway calls - count'."
    ::= { tAGStatsSIEntry  19 }

  tAGStatsSITrnkInterGwayAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk - inter-gateway calls - average number'."
    ::= { tAGStatsSIEntry  20 }

  tAGStatsSIInterGwayIVRCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-gateway - IVR calls - count'."
    ::= { tAGStatsSIEntry  21 }

  tAGStatsSIInterGwayIVRAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Inter-gateway - IVR calls - average number'."
    ::= { tAGStatsSIEntry  22 }

  tAGStatsSIMultipartyCallsCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Multiparty calls - count'."
    ::= { tAGStatsSIEntry  23 }

  tAGStatsSIMultipartyCallsAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Multiparty calls - average number'."
    ::= { tAGStatsSIEntry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Intelligent Networking Services Trigger'             */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  iNServiceTriggerR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF INServiceTriggerR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Intelligent Networking Services'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  999 }

  iNServiceTriggerR3Entry OBJECT-TYPE
    SYNTAX       INServiceTriggerR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iNServiceTriggerR3MSwitchConn,
             iNServiceTriggerR3MSwitch,
             iNServiceTriggerR3CallAgentIx,
             iNServiceTriggerR3TriggerIx }
    ::= {  iNServiceTriggerR3Table  1  }

  INServiceTriggerR3Entry  ::=  SEQUENCE
  {
    iNServiceTriggerR3MSwitchConn      Unsigned32,
    iNServiceTriggerR3MSwitch          DisplayString,
    iNServiceTriggerR3CallAgentIx      Unsigned32,
    iNServiceTriggerR3TriggerIx        Unsigned32,
    iNServiceTriggerR3TriggerName      DisplayString,
    iNServiceTriggerR3TriggerType      INTEGER,
    iNServiceTriggerR3AssociatedServ   INTEGER,
    iNServiceTriggerR3I1ServLogicHostRouteMSwitchConn
                                       Unsigned32,
    iNServiceTriggerR3I2ServLogicHostRouteMSwitch
                                       DisplayString,
    iNServiceTriggerR3I3ServLogicHostRouteCallAgentIx
                                       Unsigned32,
    iNServiceTriggerR3I4ServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    iNServiceTriggerR3AlrmState        INTEGER,
    iNServiceTriggerR3AlrmEvtsAtRqLogCorr
                                       Counter64,
    iNServiceTriggerR3AlrmEvtsAtRq     Unsigned32,
    iNServiceTriggerR3AlrmEvtsAtDpLogCorr
                                       Counter64,
    iNServiceTriggerR3AddtlAlrmEvtsAtDpLogCorr
                                       Counter64,
    iNServiceTriggerR3AlrmEvtsAtndDp   Unsigned32,
    iNServiceTriggerR3AlrmStateTimestamp
                                       Unsigned32,
    iNServiceTriggerR3AlrmResetTimestamp
                                       Unsigned32,
    iNServiceTriggerR3RowStatus        RowStatus,
    iNServiceTriggerR3AdminStatus      AdminStatus,
    iNServiceTriggerR3OperStatus       OperStatus,
    iNServiceTriggerR3RerouteAction    INTEGER
  }

  iNServiceTriggerR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iNServiceTriggerR3Entry  1 }

  iNServiceTriggerR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iNServiceTriggerR3Entry  2 }

  iNServiceTriggerR3CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iNServiceTriggerR3Entry  3 }

  iNServiceTriggerR3TriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trigger index'.
                  This is an index field."
    ::= { iNServiceTriggerR3Entry  4 }

  iNServiceTriggerR3TriggerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trigger name'."
    ::= { iNServiceTriggerR3Entry  5 }

  iNServiceTriggerR3TriggerType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   infoAnalyzed(2),
                   infoCollected(3),
                   terminationAttempt(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trigger type'.
                  This field is only writable during create."
    ::= { iNServiceTriggerR3Entry  6 }

  iNServiceTriggerR3AssociatedServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   aINUnsolicitedMessages(1),
                   lNPLookupNorthAmericaOnly(2),
                   aINTollFreeLookupNorthAmericaOnly(4),
                   offHookDelayRoutingServiceNorthAmericaOnly(128),
                   genericSpecificDigitStringServiceNorthAmericaOnly(256),
                   offHookDelaySubscriberServiceNorthAmericaOnly(512),
                   terminationAttemptServiceNorthAmericaOnly(1024)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Associated service'.
                  This field is only writable during create."
    ::= { iNServiceTriggerR3Entry  7 }

  iNServiceTriggerR3I1ServLogicHostRouteMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { iNServiceTriggerR3Entry  8 }

  iNServiceTriggerR3I2ServLogicHostRouteMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { iNServiceTriggerR3Entry  9 }

  iNServiceTriggerR3I3ServLogicHostRouteCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { iNServiceTriggerR3Entry  10 }

  iNServiceTriggerR3I4ServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { iNServiceTriggerR3Entry  11 }

  iNServiceTriggerR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iNServiceTriggerR3Entry  12 }

  iNServiceTriggerR3AlrmEvtsAtRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iNServiceTriggerR3Entry  13 }

  iNServiceTriggerR3AlrmEvtsAtRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iNServiceTriggerR3Entry  14 }

  iNServiceTriggerR3AlrmEvtsAtDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iNServiceTriggerR3Entry  15 }

  iNServiceTriggerR3AddtlAlrmEvtsAtDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { iNServiceTriggerR3Entry  16 }

  iNServiceTriggerR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iNServiceTriggerR3Entry  17 }

  iNServiceTriggerR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iNServiceTriggerR3Entry  18 }

  iNServiceTriggerR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iNServiceTriggerR3Entry  19 }

  iNServiceTriggerR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iNServiceTriggerR3Entry  20 }

  iNServiceTriggerR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iNServiceTriggerR3Entry  21 }

  iNServiceTriggerR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iNServiceTriggerR3Entry  22 }

  iNServiceTriggerR3RerouteAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   skipNumberValidation(1),
                   doNumberValidationForRouting(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reroute action'."
    DEFVAL       { skipNumberValidation }
    ::= { iNServiceTriggerR3Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Fault Tolerant Ethernet Interface'                          */
-- /* Valid from: 4.1                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  fTEthernetIntfaceR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF FTEthernetIntfaceR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'UX9000 Series Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1001 }

  fTEthernetIntfaceR2Entry OBJECT-TYPE
    SYNTAX       FTEthernetIntfaceR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { fTEthernetIntfaceR2MSwitchConn,
             fTEthernetIntfaceR2MSwitch,
             fTEthernetIntfaceR2CtrlerIx,
             fTEthernetIntfaceR2InterfaceType }
    ::= {  fTEthernetIntfaceR2Table  1  }

  FTEthernetIntfaceR2Entry  ::=  SEQUENCE
  {
    fTEthernetIntfaceR2MSwitchConn     Unsigned32,
    fTEthernetIntfaceR2MSwitch         DisplayString,
    fTEthernetIntfaceR2CtrlerIx        Unsigned32,
    fTEthernetIntfaceR2InterfaceType   INTEGER,
    fTEthernetIntfaceR2FaultTolerantStatus
                                       INTEGER,
    fTEthernetIntfaceR2AlrmState       INTEGER,
    fTEthernetIntfaceR2AlrmStateTimestamp
                                       Unsigned32,
    fTEthernetIntfaceR2AlrmEvtsAtRqLogCorr
                                       Counter64,
    fTEthernetIntfaceR2AlrmEvtsAtRq    Integer32,
    fTEthernetIntfaceR2AlrmEvtsAtRqResetTimestamp
                                       Unsigned32,
    fTEthernetIntfaceR2ChldAlrmsAttnRq Integer32,
    fTEthernetIntfaceR2ChldAlrmEvtsAttnRq
                                       Integer32,
    fTEthernetIntfaceR2SummaryChldAlrmState
                                       INTEGER
  }

  fTEthernetIntfaceR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { fTEthernetIntfaceR2Entry  1 }

  fTEthernetIntfaceR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { fTEthernetIntfaceR2Entry  2 }

  fTEthernetIntfaceR2CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { fTEthernetIntfaceR2Entry  3 }

  fTEthernetIntfaceR2InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { fTEthernetIntfaceR2Entry  4 }

  fTEthernetIntfaceR2FaultTolerantStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   primaryFailed(2),
                   secondaryFailed(3),
                   failed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault tolerant status'."
    ::= { fTEthernetIntfaceR2Entry  5 }

  fTEthernetIntfaceR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { fTEthernetIntfaceR2Entry  7 }

  fTEthernetIntfaceR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { fTEthernetIntfaceR2Entry  8 }

  fTEthernetIntfaceR2AlrmEvtsAtRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { fTEthernetIntfaceR2Entry  9 }

  fTEthernetIntfaceR2AlrmEvtsAtRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { fTEthernetIntfaceR2Entry  10 }

  fTEthernetIntfaceR2AlrmEvtsAtRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { fTEthernetIntfaceR2Entry  11 }

  fTEthernetIntfaceR2ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { fTEthernetIntfaceR2Entry  12 }

  fTEthernetIntfaceR2ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { fTEthernetIntfaceR2Entry  13 }

  fTEthernetIntfaceR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { fTEthernetIntfaceR2Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Reserved Number'                                            */
-- /* Valid from: 4.1                                                               */
-- /*********************************************************************************/

  reservedNumberR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ReservedNumberR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'."
    ::= { metaSwitch  1011 }

  reservedNumberR3Entry OBJECT-TYPE
    SYNTAX       ReservedNumberR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { reservedNumberR3MSwitchConn,
             reservedNumberR3MSwitch,
             reservedNumberR3CallAgentIx,
             reservedNumberR3Num }
    ::= {  reservedNumberR3Table  1  }

  ReservedNumberR3Entry  ::=  SEQUENCE
  {
    reservedNumberR3MSwitchConn        Unsigned32,
    reservedNumberR3MSwitch            DisplayString,
    reservedNumberR3CallAgentIx        Unsigned32,
    reservedNumberR3Num                DisplayString,
    reservedNumberR3InUseBy            INTEGER,
    reservedNumberR3RowStatus          RowStatus
  }

  reservedNumberR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { reservedNumberR3Entry  1 }

  reservedNumberR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { reservedNumberR3Entry  2 }

  reservedNumberR3CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { reservedNumberR3Entry  3 }

  reservedNumberR3Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'.
                  This is an index field."
    ::= { reservedNumberR3Entry  4 }

  reservedNumberR3InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { reservedNumberR3Entry  5 }

  reservedNumberR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { reservedNumberR3Entry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Nomadic Subscriber Support'                                 */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  nomE911Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NomE911Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1014 }

  nomE911Entry OBJECT-TYPE
    SYNTAX       NomE911Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { nomE911EMSIx,
             nomE911EMSNodeName }
    ::= {  nomE911Table  1  }

  NomE911Entry  ::=  SEQUENCE
  {
    nomE911EMSIx                       Unsigned32,
    nomE911EMSNodeName                 DisplayString,
    nomE911NomE911UpdatesServStatus    INTEGER,
    nomE911NomE911ServProv             INTEGER,
    nomE911NomE911ServProvURL          DisplayString,
    nomE911NomE911ServProvAccount      DisplayString,
    nomE911NomE911NENAIdentity         DisplayString,
    nomE911NomE911ServProvCert         OCTET STRING,
    nomE911NomE911ServProvCertPassword DisplayString,
    nomE911NomE911ServProvKey          OCTET STRING,
    nomE911MngeSubLocMsg1              DisplayString,
    nomE911MngeSubLocMsg2              DisplayString,
    nomE911MngeSubLocMsg3              DisplayString,
    nomE911MngeSubLocNum               DisplayString,
    nomE911DoExtraActions              INTEGER
  }

  nomE911EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { nomE911Entry  1 }

  nomE911EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { nomE911Entry  2 }

  nomE911NomE911UpdatesServStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   disabled(0),
                   enabled(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service configuration - location update service - status'."
    DEFVAL       { disabled }
    ::= { nomE911Entry  3 }

  nomE911NomE911ServProv OBJECT-TYPE
    SYNTAX       INTEGER {
                   intrado(1),
                   dash911(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service configuration - service provider'."
    DEFVAL       { dash911 }
    ::= { nomE911Entry  4 }

  nomE911NomE911ServProvURL OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service configuration - service provider URL'."
    ::= { nomE911Entry  5 }

  nomE911NomE911ServProvAccount OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service configuration - account number'."
    ::= { nomE911Entry  6 }

  nomE911NomE911NENAIdentity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service configuration - NENA company identifier'."
    ::= { nomE911Entry  7 }

  nomE911NomE911ServProvCert OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..32768))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service configuration - certificate'."
    ::= { nomE911Entry  8 }

  nomE911NomE911ServProvCertPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service configuration - certificate password'."
    ::= { nomE911Entry  9 }

  nomE911NomE911ServProvKey OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..128))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service configuration - key'."
    ::= { nomE911Entry  10 }

  nomE911MngeSubLocMsg1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..18))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ManageSubscriberLocationsMessage1'."
    ::= { nomE911Entry  11 }

  nomE911MngeSubLocMsg2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..18))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ManageSubscriberLocationsMessage2'."
    ::= { nomE911Entry  12 }

  nomE911MngeSubLocMsg3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..18))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ManageSubscriberLocationsMessage3'."
    ::= { nomE911Entry  13 }

  nomE911MngeSubLocNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Manage subscriber locations - subscriber directory number'."
    ::= { nomE911Entry  14 }

  nomE911DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   queryRecord(1),
                   addRecord(2),
                   deleteRecord(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { nomE911Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Nomadic Subscriber Location Record'                         */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  nomE911RecordTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NomE911RecordEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Nomadic Subscriber Support'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1015 }

  nomE911RecordEntry OBJECT-TYPE
    SYNTAX       NomE911RecordEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { nomE911RecordEMSIx,
             nomE911RecordEMSNodeName,
             nomE911RecordNomE911RecIx,
             nomE911RecordNomE911RecInitStat }
    ::= {  nomE911RecordTable  1  }

  NomE911RecordEntry  ::=  SEQUENCE
  {
    nomE911RecordEMSIx                 Unsigned32,
    nomE911RecordEMSNodeName           DisplayString,
    nomE911RecordNomE911RecIx          Unsigned32,
    nomE911RecordNomE911RecInitStat    Unsigned32,
    nomE911RecordNomE911RecStatus      INTEGER,
    nomE911RecordNomE911RecRespCod     Integer32,
    nomE911RecordNomE911RecRespScod    Integer32,
    nomE911RecordNomE911RecBodyText    LongDisplayString,
    nomE911RecordNomE911RecCPN         DisplayString,
    nomE911RecordNomE911RecChN         DisplayString,
    nomE911RecordNomE911RecCustomerName
                                       DisplayString,
    nomE911RecordNomE911RecHouse       DisplayString,
    nomE911RecordNomE911RecStreet      DisplayString,
    nomE911RecordNomE911RecCommunity   DisplayString,
    nomE911RecordNomE911RecState       INTEGER,
    nomE911RecordNomE911RecZip         DisplayString,
    nomE911RecordNomE911RecLocation    DisplayString,
    nomE911RecordNomE911RecCLS         INTEGER,
    nomE911RecordNomE911RecComment     DisplayString,
    nomE911RecordNomE911RecESN         DisplayString,
    nomE911RecordDoExtraActions        INTEGER
  }

  nomE911RecordEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { nomE911RecordEntry  1 }

  nomE911RecordEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { nomE911RecordEntry  2 }

  nomE911RecordNomE911RecIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nomadic E911 record index'.
                  This is an index field."
    ::= { nomE911RecordEntry  3 }

  nomE911RecordNomE911RecInitStat OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Nomadic E911 record initial status'.
                  This is an index field."
    ::= { nomE911RecordEntry  4 }

  nomE911RecordNomE911RecStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   cREATE(1),
                   cREATING(2),
                   cREATECONFLICT(3),
                   qUERY(4),
                   qUERYING(5),
                   qUERIED(6),
                   uPDATING(7),
                   dELETE(8),
                   dELETING(9),
                   dELETED(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nomadic E911 record status'."
    ::= { nomE911RecordEntry  5 }

  nomE911RecordNomE911RecRespCod OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nomadic E911 record response code'."
    ::= { nomE911RecordEntry  6 }

  nomE911RecordNomE911RecRespScod OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error response subcode'."
    ::= { nomE911RecordEntry  7 }

  nomE911RecordNomE911RecBodyText OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nomadic E911 record Body Text'."
    ::= { nomE911RecordEntry  8 }

  nomE911RecordNomE911RecCPN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { nomE911RecordEntry  9 }

  nomE911RecordNomE911RecChN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { nomE911RecordEntry  10 }

  nomE911RecordNomE911RecCustomerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer name'."
    ::= { nomE911RecordEntry  11 }

  nomE911RecordNomE911RecHouse OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'House number'."
    ::= { nomE911RecordEntry  12 }

  nomE911RecordNomE911RecStreet OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..56))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Street'."
    ::= { nomE911RecordEntry  13 }

  nomE911RecordNomE911RecCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'City/Town'."
    ::= { nomE911RecordEntry  14 }

  nomE911RecordNomE911RecState OBJECT-TYPE
    SYNTAX       INTEGER {
                   aLABAMAAL(0),
                   aLASKAAK(1),
                   aRIZONAAZ(2),
                   aRKANSASAR(3),
                   cALIFORNIACA(4),
                   cOLORADOCO(5),
                   cONNECTICUTCT(6),
                   dELAWAREDE(7),
                   dISTRICTOFCOLUMBIADC(8),
                   fLORIDAFL(9),
                   gEORGIAGA(10),
                   hAWAIIHI(11),
                   iDAHOID(12),
                   iLLINOISIL(13),
                   iNDIANAIN(14),
                   iOWAIA(15),
                   kANSASKS(16),
                   kENTUCKYKY(17),
                   lOUISIANALA(18),
                   mAINEME(19),
                   mARYLANDMD(20),
                   mASSACHUSETTSMA(21),
                   mICHIGANMI(22),
                   mINNESOTAMN(23),
                   mISSISSIPPIMS(24),
                   mISSOURIMO(25),
                   mONTANAMT(26),
                   nEBRASKANE(27),
                   nEVADANV(28),
                   nEWHAMPSHIRENH(29),
                   nEWJERSEYNJ(30),
                   nEWMEXICONM(31),
                   nEWYORKNY(32),
                   nORTHCAROLINANC(33),
                   nORTHDAKOTAND(34),
                   oHIOOH(35),
                   oKLAHOMAOK(36),
                   oREGONOR(37),
                   pENNSYLVANIAPA(38),
                   rHODEISLANDRI(39),
                   sOUTHCAROLINASC(40),
                   sOUTHDAKOTASD(41),
                   tENNESSEETN(42),
                   tEXASTX(43),
                   uTAHUT(44),
                   vERMONTVT(45),
                   vIRGINIAVA(46),
                   wASHINGTONWA(47),
                   wESTVIRGINIAWV(48),
                   wISCONSINWI(49),
                   wYOMINGWY(50)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'State'."
    ::= { nomE911RecordEntry  15 }

  nomE911RecordNomE911RecZip OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Zip code'."
    ::= { nomE911RecordEntry  16 }

  nomE911RecordNomE911RecLocation OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional location information'."
    ::= { nomE911RecordEntry  17 }

  nomE911RecordNomE911RecCLS OBJECT-TYPE
    SYNTAX       INTEGER {
                   rESIDENCE(0),
                   bUSINESS(1),
                   rESIDENCEPBX(2),
                   bUSINESSPBX(3),
                   cENTREXBUSINESSGROUP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line class'."
    ::= { nomE911RecordEntry  18 }

  nomE911RecordNomE911RecComment OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..30))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service provider comment'."
    ::= { nomE911RecordEntry  19 }

  nomE911RecordNomE911RecESN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency services number'."
    ::= { nomE911RecordEntry  20 }

  nomE911RecordDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refresh(1),
                   addRecord(2),
                   queryRecord(3),
                   updateRecord(4),
                   deleteRecord(5),
                   overwriteExistingRecord(6),
                   keepExistingRecord(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { nomE911RecordEntry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView User Type'                                         */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  emsUserTypeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsUserTypeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Users'."
    ::= { metaSwitch  1020 }

  emsUserTypeEntry OBJECT-TYPE
    SYNTAX       EmsUserTypeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsUserTypeEMSIx,
             emsUserTypeEMSNodeName,
             emsUserTypeIx }
    ::= {  emsUserTypeTable  1  }

  EmsUserTypeEntry  ::=  SEQUENCE
  {
    emsUserTypeEMSIx                   Unsigned32,
    emsUserTypeEMSNodeName             DisplayString,
    emsUserTypeIx                      INTEGER,
    emsUserTypeName                    DisplayString,
    emsUserTypeAccPermMSwitchEng       INTEGER,
    emsUserTypeAccPermMSwitchCALEAEng  INTEGER,
    emsUserTypeAccPermSubAccessCfg     INTEGER,
    emsUserTypeAccPermRtgCfg           INTEGER,
    emsUserTypeAccPermSysCfg           INTEGER,
    emsUserTypeAccPermNetwkCfg         INTEGER,
    emsUserTypeAccPermHardwareCfg      INTEGER,
    emsUserTypeAccPermSensCfg          INTEGER,
    emsUserTypeAccPermRouteTesting     INTEGER,
    emsUserTypeAccPermDiags            INTEGER,
    emsUserTypeAccPermEMSUserAdmin     INTEGER,
    emsUserTypeAccPermBillCraftUserAdmin
                                       INTEGER,
    emsUserTypeAccPermLogs             INTEGER,
    emsUserTypeAccPermLawfulInterceptionCfg
                                       INTEGER,
    emsUserTypeAccPermWkflwTaskGpA     INTEGER,
    emsUserTypeAccPermWkflwTaskGpB     INTEGER,
    emsUserTypeAccPermWkflwTaskGpC     INTEGER,
    emsUserTypeAccPermWkflwTaskAndTemplateAdmin
                                       INTEGER,
    emsUserTypeRowStatus               RowStatus,
    emsUserTypeCommPortalAccPermCommPortalAdminType
                                       INTEGER,
    emsUserTypePriorityUser            INTEGER,
    emsUserTypeGROUPUSERDEFINED1       INTEGER,
    emsUserTypeGROUPUSERDEFINED2       INTEGER,
    emsUserTypeGROUPUSERDEFINED3       INTEGER,
    emsUserTypeGROUPUSERDEFINED4       INTEGER,
    emsUserTypeGROUPUSERDEFINED5       INTEGER,
    emsUserTypeAccPermSessionCtrlerCfg INTEGER,
    emsUserTypeAccPermBetaCfg          INTEGER,
    emsUserTypeUsrInactTmoutEnabled    INTEGER,
    emsUserTypeUsrInactTmoutPeriod     INTEGER
  }

  emsUserTypeEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsUserTypeEntry  1 }

  emsUserTypeEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsUserTypeEntry  2 }

  emsUserTypeIx OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { emsUserTypeEntry  3 }

  emsUserTypeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { emsUserTypeEntry  4 }

  emsUserTypeAccPermMSwitchEng OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Metaswitch Engineer'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  5 }

  emsUserTypeAccPermMSwitchCALEAEng OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Metaswitch Lawful Interception Engineer'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  6 }

  emsUserTypeAccPermSubAccessCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Subscriber / access configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  7 }

  emsUserTypeAccPermRtgCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Routing configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  8 }

  emsUserTypeAccPermSysCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - System configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  9 }

  emsUserTypeAccPermNetwkCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Network configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  10 }

  emsUserTypeAccPermHardwareCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Hardware configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  11 }

  emsUserTypeAccPermSensCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Sensitive configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  12 }

  emsUserTypeAccPermRouteTesting OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Route testing'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  13 }

  emsUserTypeAccPermDiags OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Permissions - Diagnostics'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  14 }

  emsUserTypeAccPermEMSUserAdmin OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - MetaView user administration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  15 }

  emsUserTypeAccPermBillCraftUserAdmin OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Billing/craft user administration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  16 }

  emsUserTypeAccPermLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Logs and Alarms'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  17 }

  emsUserTypeAccPermLawfulInterceptionCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Lawful Interception configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  18 }

  emsUserTypeAccPermWkflwTaskGpA OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Workflow task group A'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  19 }

  emsUserTypeAccPermWkflwTaskGpB OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Workflow task group B'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  20 }

  emsUserTypeAccPermWkflwTaskGpC OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Workflow task group C'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  21 }

  emsUserTypeAccPermWkflwTaskAndTemplateAdmin OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Workflow task and template administration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  22 }

  emsUserTypeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { emsUserTypeEntry  23 }

  emsUserTypeCommPortalAccPermCommPortalAdminType OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   administratorType1(1),
                   administratorType2(2),
                   administratorType3(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'CommPortal Access Permissions - CommPortal administration type'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  24 }

  emsUserTypePriorityUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority user'."
    DEFVAL       { false }
    ::= { emsUserTypeEntry  25 }

  emsUserTypeGROUPUSERDEFINED1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group user defined 1'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  26 }

  emsUserTypeGROUPUSERDEFINED2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group user defined 2'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  27 }

  emsUserTypeGROUPUSERDEFINED3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group user defined 3'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  28 }

  emsUserTypeGROUPUSERDEFINED4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group user defined 4'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  29 }

  emsUserTypeGROUPUSERDEFINED5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group user defined 5'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  30 }

  emsUserTypeAccPermSessionCtrlerCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - session Controller configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  31 }

  emsUserTypeAccPermBetaCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   noAccess(0),
                   readOnlyAccess(1),
                   changeAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Permissions - Beta configuration'."
    DEFVAL       { noAccess }
    ::= { emsUserTypeEntry  32 }

  emsUserTypeUsrInactTmoutEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User inactivity timeout - User inactivity timeout enabled'."
    DEFVAL       { false }
    ::= { emsUserTypeEntry  33 }

  emsUserTypeUsrInactTmoutPeriod OBJECT-TYPE
    SYNTAX       INTEGER ( 1..30000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User inactivity timeout - User inactivity timeout period'."
    DEFVAL       { 120 }
    ::= { emsUserTypeEntry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Tables'                                   */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  rPSNumVldnTabConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTabConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1021 }

  rPSNumVldnTabConEntry OBJECT-TYPE
    SYNTAX       RPSNumVldnTabConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTabConMSwitchConn,
             rPSNumVldnTabConMSwitch,
             rPSNumVldnTabConCallAgentIx,
             rPSNumVldnTabConCfgSetIx }
    ::= {  rPSNumVldnTabConTable  1  }

  RPSNumVldnTabConEntry  ::=  SEQUENCE
  {
    rPSNumVldnTabConMSwitchConn        Unsigned32,
    rPSNumVldnTabConMSwitch            DisplayString,
    rPSNumVldnTabConCallAgentIx        Unsigned32,
    rPSNumVldnTabConCfgSetIx           Unsigned32,
    rPSNumVldnTabConImportCnt          Integer32,
    rPSNumVldnTabConImportStatus       DisplayString,
    rPSNumVldnTabConImportMode         INTEGER,
    rPSNumVldnTabConImportFile         DisplayString,
    rPSNumVldnTabConImportCorr         Counter64,
    rPSNumVldnTabConImportCorrMSwitch  DisplayString,
    rPSNumVldnTabConImportCorrUID      DisplayString,
    rPSNumVldnTabConExportCnt          Integer32,
    rPSNumVldnTabConExportStatus       DisplayString,
    rPSNumVldnTabConExportFile         DisplayString,
    rPSNumVldnTabConExportCorr         Counter64,
    rPSNumVldnTabConExportCorrMSwitch  DisplayString,
    rPSNumVldnTabConExportCorrUID      DisplayString,
    rPSNumVldnTabConDoExtraActions     INTEGER,
    rPSNumVldnTabConExportIncASRepData INTEGER,
    rPSNumVldnTabConExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTabConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTabConEntry  1 }

  rPSNumVldnTabConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTabConEntry  2 }

  rPSNumVldnTabConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTabConEntry  3 }

  rPSNumVldnTabConCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTabConEntry  4 }

  rPSNumVldnTabConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSNumVldnTabConEntry  5 }

  rPSNumVldnTabConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSNumVldnTabConEntry  6 }

  rPSNumVldnTabConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSNumVldnTabConEntry  7 }

  rPSNumVldnTabConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSNumVldnTabConEntry  8 }

  rPSNumVldnTabConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSNumVldnTabConEntry  9 }

  rPSNumVldnTabConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSNumVldnTabConEntry  10 }

  rPSNumVldnTabConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSNumVldnTabConEntry  11 }

  rPSNumVldnTabConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTabConEntry  12 }

  rPSNumVldnTabConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTabConEntry  13 }

  rPSNumVldnTabConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTabConEntry  14 }

  rPSNumVldnTabConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTabConEntry  15 }

  rPSNumVldnTabConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTabConEntry  16 }

  rPSNumVldnTabConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTabConEntry  17 }

  rPSNumVldnTabConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTabConEntry  18 }

  rPSNumVldnTabConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTabConEntry  19 }

  rPSNumVldnTabConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTabConEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Sets'                                             */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  rPSAttrSetTabConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrSetTabConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1022 }

  rPSAttrSetTabConEntry OBJECT-TYPE
    SYNTAX       RPSAttrSetTabConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrSetTabConMSwitchConn,
             rPSAttrSetTabConMSwitch,
             rPSAttrSetTabConCallAgentIx,
             rPSAttrSetTabConCfgSetIx }
    ::= {  rPSAttrSetTabConTable  1  }

  RPSAttrSetTabConEntry  ::=  SEQUENCE
  {
    rPSAttrSetTabConMSwitchConn        Unsigned32,
    rPSAttrSetTabConMSwitch            DisplayString,
    rPSAttrSetTabConCallAgentIx        Unsigned32,
    rPSAttrSetTabConCfgSetIx           Unsigned32,
    rPSAttrSetTabConExportCnt          Integer32,
    rPSAttrSetTabConExportStatus       DisplayString,
    rPSAttrSetTabConExportFile         DisplayString,
    rPSAttrSetTabConExportCorr         Counter64,
    rPSAttrSetTabConExportCorrMSwitch  DisplayString,
    rPSAttrSetTabConExportCorrUID      DisplayString,
    rPSAttrSetTabConDoExtraActions     INTEGER,
    rPSAttrSetTabConImportCnt          Integer32,
    rPSAttrSetTabConImportStatus       DisplayString,
    rPSAttrSetTabConImportMode         INTEGER,
    rPSAttrSetTabConImportFile         DisplayString,
    rPSAttrSetTabConImportCorr         Counter64,
    rPSAttrSetTabConImportCorrMSwitch  DisplayString,
    rPSAttrSetTabConImportCorrUID      DisplayString,
    rPSAttrSetTabConExportIncASRepData INTEGER,
    rPSAttrSetTabConExportChldObjectsToInc
                                       INTEGER
  }

  rPSAttrSetTabConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrSetTabConEntry  1 }

  rPSAttrSetTabConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrSetTabConEntry  2 }

  rPSAttrSetTabConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrSetTabConEntry  3 }

  rPSAttrSetTabConCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrSetTabConEntry  4 }

  rPSAttrSetTabConExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSAttrSetTabConEntry  5 }

  rPSAttrSetTabConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSAttrSetTabConEntry  6 }

  rPSAttrSetTabConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSAttrSetTabConEntry  7 }

  rPSAttrSetTabConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSAttrSetTabConEntry  8 }

  rPSAttrSetTabConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSAttrSetTabConEntry  9 }

  rPSAttrSetTabConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSAttrSetTabConEntry  10 }

  rPSAttrSetTabConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSAttrSetTabConEntry  11 }

  rPSAttrSetTabConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSAttrSetTabConEntry  12 }

  rPSAttrSetTabConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSAttrSetTabConEntry  13 }

  rPSAttrSetTabConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSAttrSetTabConEntry  14 }

  rPSAttrSetTabConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSAttrSetTabConEntry  15 }

  rPSAttrSetTabConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSAttrSetTabConEntry  16 }

  rPSAttrSetTabConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSAttrSetTabConEntry  17 }

  rPSAttrSetTabConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSAttrSetTabConEntry  18 }

  rPSAttrSetTabConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSAttrSetTabConEntry  19 }

  rPSAttrSetTabConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSAttrSetTabConEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Models'                                */
-- /* Valid from: 4.1.01                                                            */
-- /*********************************************************************************/

  mGModelConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGModelConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1028 }

  mGModelConR2Entry OBJECT-TYPE
    SYNTAX       MGModelConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGModelConR2MSwitchConn,
             mGModelConR2MSwitch,
             mGModelConR2CallAgentIx }
    ::= {  mGModelConR2Table  1  }

  MGModelConR2Entry  ::=  SEQUENCE
  {
    mGModelConR2MSwitchConn            Unsigned32,
    mGModelConR2MSwitch                DisplayString,
    mGModelConR2CallAgentIx            Unsigned32,
    mGModelConR2ImportCnt              Integer32,
    mGModelConR2ImportStatus           DisplayString,
    mGModelConR2ImportMode             INTEGER,
    mGModelConR2ImportFile             DisplayString,
    mGModelConR2ImportCorr             Counter64,
    mGModelConR2ImportCorrMSwitch      DisplayString,
    mGModelConR2ImportCorrUID          DisplayString,
    mGModelConR2DoExtraActions         INTEGER,
    mGModelConR2ExportCnt              Integer32,
    mGModelConR2ExportStatus           DisplayString,
    mGModelConR2ExportFile             DisplayString,
    mGModelConR2ExportCorr             Counter64,
    mGModelConR2ExportCorrMSwitch      DisplayString,
    mGModelConR2ExportCorrUID          DisplayString,
    mGModelConR2ExportIncASRepData     INTEGER,
    mGModelConR2ExportChldObjectsToInc INTEGER
  }

  mGModelConR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGModelConR2Entry  1 }

  mGModelConR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGModelConR2Entry  2 }

  mGModelConR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mGModelConR2Entry  3 }

  mGModelConR2ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { mGModelConR2Entry  4 }

  mGModelConR2ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { mGModelConR2Entry  5 }

  mGModelConR2ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { mGModelConR2Entry  6 }

  mGModelConR2ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { mGModelConR2Entry  7 }

  mGModelConR2ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { mGModelConR2Entry  8 }

  mGModelConR2ImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { mGModelConR2Entry  9 }

  mGModelConR2ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { mGModelConR2Entry  10 }

  mGModelConR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mGModelConR2Entry  11 }

  mGModelConR2ExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mGModelConR2Entry  12 }

  mGModelConR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mGModelConR2Entry  13 }

  mGModelConR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mGModelConR2Entry  14 }

  mGModelConR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mGModelConR2Entry  15 }

  mGModelConR2ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mGModelConR2Entry  16 }

  mGModelConR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mGModelConR2Entry  17 }

  mGModelConR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mGModelConR2Entry  18 }

  mGModelConR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mGModelConR2Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Global Outgoing Call Services Statistics'  */
-- /* Valid from: 4.1.01                                                            */
-- /*********************************************************************************/

  outServStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF OutServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Outgoing Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1031 }

  outServStatsR2Entry OBJECT-TYPE
    SYNTAX       OutServStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { outServStatsR2MSwitchConn,
             outServStatsR2MSwitch,
             outServStatsR2CallAgentIx,
             outServStatsR2SummaryPeriod }
    ::= {  outServStatsR2Table  1  }

  OutServStatsR2Entry  ::=  SEQUENCE
  {
    outServStatsR2MSwitchConn          Unsigned32,
    outServStatsR2MSwitch              DisplayString,
    outServStatsR2CallAgentIx          Unsigned32,
    outServStatsR2SummaryPeriod        INTEGER,
    outServStatsR2AccessCntSpeedDiallingCfg
                                       Unsigned32,
    outServStatsR2UsageCntSpeedDialling
                                       Unsigned32,
    outServStatsR2SPDOneDigitCntUsed   Unsigned32,
    outServStatsR2SPDTwoDigitCntUsed   Unsigned32,
    outServStatsR2CntAccessFailsSpeedDiallingCfg
                                       Unsigned32,
    outServStatsR2AccessCntOCBCfg      Unsigned32,
    outServStatsR2CntCallsBlocked      Unsigned32,
    outServStatsR2CntAccessFailsOCBCfg Unsigned32,
    outServStatsR2MandAccCodesCntCalls Unsigned32,
    outServStatsR2MandAccCodesCntAcceptedCodes
                                       Unsigned32,
    outServStatsR2MandAccCodesCntRejCodes
                                       Unsigned32,
    outServStatsR2MandAccCodesCntAbandonedCalls
                                       Unsigned32,
    outServStatsR2WHLNumWarmCalls      Unsigned32,
    outServStatsR2WHLNumHotCalls       Unsigned32
  }

  outServStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { outServStatsR2Entry  1 }

  outServStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { outServStatsR2Entry  2 }

  outServStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { outServStatsR2Entry  3 }

  outServStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { outServStatsR2Entry  4 }

  outServStatsR2AccessCntSpeedDiallingCfg OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - number of times configuration accessed'."
    ::= { outServStatsR2Entry  5 }

  outServStatsR2UsageCntSpeedDialling OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - number of times used'."
    ::= { outServStatsR2Entry  6 }

  outServStatsR2SPDOneDigitCntUsed OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling (One Digit) - number of times used'."
    ::= { outServStatsR2Entry  7 }

  outServStatsR2SPDTwoDigitCntUsed OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling (Two Digit) - number of times used'."
    ::= { outServStatsR2Entry  8 }

  outServStatsR2CntAccessFailsSpeedDiallingCfg OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - number of configuration access failures'."
    ::= { outServStatsR2Entry  9 }

  outServStatsR2AccessCntOCBCfg OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - number of times configuration accessed'."
    ::= { outServStatsR2Entry  10 }

  outServStatsR2CntCallsBlocked OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - number of calls blocked'."
    ::= { outServStatsR2Entry  11 }

  outServStatsR2CntAccessFailsOCBCfg OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - number of configuration access failures'."
    ::= { outServStatsR2Entry  12 }

  outServStatsR2MandAccCodesCntCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - count of calls'."
    ::= { outServStatsR2Entry  13 }

  outServStatsR2MandAccCodesCntAcceptedCodes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - count of accepted codes'."
    ::= { outServStatsR2Entry  14 }

  outServStatsR2MandAccCodesCntRejCodes OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - count of rejected codes'."
    ::= { outServStatsR2Entry  15 }

  outServStatsR2MandAccCodesCntAbandonedCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - count of abandoned calls'."
    ::= { outServStatsR2Entry  16 }

  outServStatsR2WHLNumWarmCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - number of Warm Line calls'."
    ::= { outServStatsR2Entry  17 }

  outServStatsR2WHLNumHotCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - number of Hot Line calls'."
    ::= { outServStatsR2Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Digit Map'                                                  */
-- /* Valid from: 4.1.01                                                            */
-- /*********************************************************************************/

  rPSDigitMapR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSDigitMapR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Digit Maps'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1044 }

  rPSDigitMapR1Entry OBJECT-TYPE
    SYNTAX       RPSDigitMapR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSDigitMapR1MSwitchConn,
             rPSDigitMapR1MSwitch,
             rPSDigitMapR1CallAgentIx,
             rPSDigitMapR1CfgSetIx,
             rPSDigitMapR1DigitMapIx }
    ::= {  rPSDigitMapR1Table  1  }

  RPSDigitMapR1Entry  ::=  SEQUENCE
  {
    rPSDigitMapR1MSwitchConn           Unsigned32,
    rPSDigitMapR1MSwitch               DisplayString,
    rPSDigitMapR1CallAgentIx           Unsigned32,
    rPSDigitMapR1CfgSetIx              Unsigned32,
    rPSDigitMapR1DigitMapIx            INTEGER,
    rPSDigitMapR1DigitMapName          DisplayString,
    rPSDigitMapR1DigitMapDesc          DisplayString,
    rPSDigitMapR1NumRefsFromSubGps     Unsigned32,
    rPSDigitMapR1ExportCnt             Integer32,
    rPSDigitMapR1ExportStatus          DisplayString,
    rPSDigitMapR1ExportFile            DisplayString,
    rPSDigitMapR1ExportCorr            Counter64,
    rPSDigitMapR1ExportCorrMSwitch     DisplayString,
    rPSDigitMapR1ExportCorrUID         DisplayString,
    rPSDigitMapR1DoExtraActions        INTEGER,
    rPSDigitMapR1RowStatus             RowStatus,
    rPSDigitMapR1CriticalTimerVal      Unsigned32,
    rPSDigitMapR1PartialTimerVal       Unsigned32,
    rPSDigitMapR1ExportIncASRepData    INTEGER,
    rPSDigitMapR1ExportChldObjectsToInc
                                       INTEGER
  }

  rPSDigitMapR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSDigitMapR1Entry  1 }

  rPSDigitMapR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSDigitMapR1Entry  2 }

  rPSDigitMapR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSDigitMapR1Entry  3 }

  rPSDigitMapR1CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSDigitMapR1Entry  4 }

  rPSDigitMapR1DigitMapIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit Map index'.
                  This is an index field."
    ::= { rPSDigitMapR1Entry  5 }

  rPSDigitMapR1DigitMapName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit Map name'.
                  This field is not writable when active."
    ::= { rPSDigitMapR1Entry  6 }

  rPSDigitMapR1DigitMapDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'.
                  This field is not writable when active."
    ::= { rPSDigitMapR1Entry  7 }

  rPSDigitMapR1NumRefsFromSubGps OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of references from Subscriber Groups'."
    ::= { rPSDigitMapR1Entry  8 }

  rPSDigitMapR1ExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSDigitMapR1Entry  9 }

  rPSDigitMapR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSDigitMapR1Entry  10 }

  rPSDigitMapR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSDigitMapR1Entry  11 }

  rPSDigitMapR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSDigitMapR1Entry  12 }

  rPSDigitMapR1ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSDigitMapR1Entry  13 }

  rPSDigitMapR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSDigitMapR1Entry  14 }

  rPSDigitMapR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSDigitMapR1Entry  15 }

  rPSDigitMapR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSDigitMapR1Entry  16 }

  rPSDigitMapR1CriticalTimerVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Critical timer value'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { rPSDigitMapR1Entry  17 }

  rPSDigitMapR1PartialTimerVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Partial timer value'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { rPSDigitMapR1Entry  18 }

  rPSDigitMapR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSDigitMapR1Entry  19 }

  rPSDigitMapR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSDigitMapR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN PRI DS0'                                               */
-- /* Valid from: 4.1.01                                                            */
-- /*********************************************************************************/

  iSDNPRIDS0R2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIDS0R2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN PRI DS1'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1046 }

  iSDNPRIDS0R2Entry OBJECT-TYPE
    SYNTAX       ISDNPRIDS0R2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIDS0R2MSwitchConn,
             iSDNPRIDS0R2MSwitch,
             iSDNPRIDS0R2CallAgentIx,
             iSDNPRIDS0R2ISDNIx,
             iSDNPRIDS0R2PRIIx,
             iSDNPRIDS0R2DS1Ix,
             iSDNPRIDS0R2Timeslot }
    ::= {  iSDNPRIDS0R2Table  1  }

  ISDNPRIDS0R2Entry  ::=  SEQUENCE
  {
    iSDNPRIDS0R2MSwitchConn            Unsigned32,
    iSDNPRIDS0R2MSwitch                DisplayString,
    iSDNPRIDS0R2CallAgentIx            Unsigned32,
    iSDNPRIDS0R2ISDNIx                 Unsigned32,
    iSDNPRIDS0R2PRIIx                  Unsigned32,
    iSDNPRIDS0R2DS1Ix                  Unsigned32,
    iSDNPRIDS0R2Timeslot               Unsigned32,
    iSDNPRIDS0R2ChanType               INTEGER,
    iSDNPRIDS0R2InCall                 INTEGER,
    iSDNPRIDS0R2BearerCapability       INTEGER,
    iSDNPRIDS0R2MediaState             INTEGER,
    iSDNPRIDS0R2SigState               INTEGER,
    iSDNPRIDS0R2MaintState             INTEGER,
    iSDNPRIDS0R2DoExtraActions         INTEGER
  }

  iSDNPRIDS0R2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIDS0R2Entry  1 }

  iSDNPRIDS0R2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIDS0R2Entry  2 }

  iSDNPRIDS0R2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIDS0R2Entry  3 }

  iSDNPRIDS0R2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIDS0R2Entry  4 }

  iSDNPRIDS0R2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNPRIDS0R2Entry  5 }

  iSDNPRIDS0R2DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 index'.
                  This is an index field."
    ::= { iSDNPRIDS0R2Entry  6 }

  iSDNPRIDS0R2Timeslot OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { iSDNPRIDS0R2Entry  7 }

  iSDNPRIDS0R2ChanType OBJECT-TYPE
    SYNTAX       INTEGER {
                   bChannel(1),
                   dChannel(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel type'."
    ::= { iSDNPRIDS0R2Entry  8 }

  iSDNPRIDS0R2InCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In call'."
    ::= { iSDNPRIDS0R2Entry  9 }

  iSDNPRIDS0R2BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   speech(2),
                   threePointOneKHertzAudio(3),
                   sixtyFourKBitsPerSecondData(4),
                   fiftySixKBitsPerSecondData(5),
                   sixtyFourKbpsRestricted(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { iSDNPRIDS0R2Entry  10 }

  iSDNPRIDS0R2MediaState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   unavailable(2),
                   inactive(3),
                   active(4),
                   quiescing(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media state'."
    ::= { iSDNPRIDS0R2Entry  11 }

  iSDNPRIDS0R2SigState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   inactiveMediaDown(2),
                   inactiveSignalingFailure(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling state'."
    ::= { iSDNPRIDS0R2Entry  12 }

  iSDNPRIDS0R2MaintState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   outOfServicePeerDevice(2),
                   outOfServiceLocalDevice(3),
                   restarting(4),
                   restartFailed(5),
                   available(6),
                   maintenancePeerDevice(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maintenance state'."
    ::= { iSDNPRIDS0R2Entry  13 }

  iSDNPRIDS0R2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   restartBchannel(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIDS0R2Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Application Servers'                         */
-- /* Valid from: 4.2                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  busGrpAppServTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpAppServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1058 }

  busGrpAppServEntry OBJECT-TYPE
    SYNTAX       BusGrpAppServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpAppServMSwitchConn,
             busGrpAppServMSwitch,
             busGrpAppServCallAgentIx,
             busGrpAppServGpIx }
    ::= {  busGrpAppServTable  1  }

  BusGrpAppServEntry  ::=  SEQUENCE
  {
    busGrpAppServMSwitchConn           Unsigned32,
    busGrpAppServMSwitch               DisplayString,
    busGrpAppServCallAgentIx           Unsigned32,
    busGrpAppServGpIx                  Unsigned32,
    busGrpAppServMOHSubscribed         INTEGER,
    busGrpAppServMOHServClass          Unsigned32,
    busGrpAppServMOHServLimitConcurrCalls
                                       INTEGER,
    busGrpAppServMOHServMaxConcurrCalls
                                       Unsigned32
  }

  busGrpAppServMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpAppServEntry  1 }

  busGrpAppServMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpAppServEntry  2 }

  busGrpAppServCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpAppServEntry  3 }

  busGrpAppServGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpAppServEntry  4 }

  busGrpAppServMOHSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - Subscribed'."
    DEFVAL       { false }
    ::= { busGrpAppServEntry  5 }

  busGrpAppServMOHServClass OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - class of service'."
    DEFVAL       { 0 }
    ::= { busGrpAppServEntry  6 }

  busGrpAppServMOHServLimitConcurrCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - limit concurrent calls'."
    DEFVAL       { true }
    ::= { busGrpAppServEntry  7 }

  busGrpAppServMOHServMaxConcurrCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - maximum concurrent calls'."
    DEFVAL       { 16 }
    ::= { busGrpAppServEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' Business Group Call Park Services Statistics'               */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  busGrpCallParkStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpCallParkStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Call Park Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1059 }

  busGrpCallParkStatsEntry OBJECT-TYPE
    SYNTAX       BusGrpCallParkStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpCallParkStatsMSwitchConn,
             busGrpCallParkStatsMSwitch,
             busGrpCallParkStatsCallAgentIx,
             busGrpCallParkStatsGpIx,
             busGrpCallParkStatsSummaryPeriod }
    ::= {  busGrpCallParkStatsTable  1  }

  BusGrpCallParkStatsEntry  ::=  SEQUENCE
  {
    busGrpCallParkStatsMSwitchConn     Unsigned32,
    busGrpCallParkStatsMSwitch         DisplayString,
    busGrpCallParkStatsCallAgentIx     Unsigned32,
    busGrpCallParkStatsGpIx            Unsigned32,
    busGrpCallParkStatsSummaryPeriod   INTEGER,
    busGrpCallParkStatsSuccPrkAtts     Unsigned32,
    busGrpCallParkStatsSuccRtrvAtts    Unsigned32,
    busGrpCallParkStatsParkedCallsTimedRecalled
                                       Unsigned32,
    busGrpCallParkStatsCallsRlsdWhileParked
                                       Unsigned32
  }

  busGrpCallParkStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpCallParkStatsEntry  1 }

  busGrpCallParkStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpCallParkStatsEntry  2 }

  busGrpCallParkStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpCallParkStatsEntry  3 }

  busGrpCallParkStatsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpCallParkStatsEntry  4 }

  busGrpCallParkStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { busGrpCallParkStatsEntry  5 }

  busGrpCallParkStatsSuccPrkAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of successful call park attempts'."
    ::= { busGrpCallParkStatsEntry  6 }

  busGrpCallParkStatsSuccRtrvAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of successful call retrieve attempts'."
    ::= { busGrpCallParkStatsEntry  7 }

  busGrpCallParkStatsParkedCallsTimedRecalled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of parked calls that were timed recalled'."
    ::= { busGrpCallParkStatsEntry  8 }

  busGrpCallParkStatsCallsRlsdWhileParked OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls released while parked'."
    ::= { busGrpCallParkStatsEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Business Group Statistics'                 */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  busGrpStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1062 }

  busGrpStatsR1Entry OBJECT-TYPE
    SYNTAX       BusGrpStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpStatsR1MSwitchConn,
             busGrpStatsR1MSwitch,
             busGrpStatsR1CallAgentIx,
             busGrpStatsR1GpIx,
             busGrpStatsR1SummaryPeriod }
    ::= {  busGrpStatsR1Table  1  }

  BusGrpStatsR1Entry  ::=  SEQUENCE
  {
    busGrpStatsR1MSwitchConn           Unsigned32,
    busGrpStatsR1MSwitch               DisplayString,
    busGrpStatsR1CallAgentIx           Unsigned32,
    busGrpStatsR1GpIx                  Unsigned32,
    busGrpStatsR1SummaryPeriod         INTEGER,
    busGrpStatsR1LinesInUseExtCallsNum Unsigned32,
    busGrpStatsR1LinesInUseExtCallsHighWaterMark
                                       Unsigned32,
    busGrpStatsR1LinesInUseExtCallsLowWaterMark
                                       Unsigned32,
    busGrpStatsR1NumLinesInUseTermCalls
                                       Unsigned32,
    busGrpStatsR1MaxLinesInUseTermCalls
                                       Unsigned32,
    busGrpStatsR1MinLinesInUseTermCalls
                                       Unsigned32,
    busGrpStatsR1NumLinesInUseOrigCalls
                                       Unsigned32,
    busGrpStatsR1MaxLinesInUseOrigCalls
                                       Unsigned32,
    busGrpStatsR1MinLinesInUseOrigCalls
                                       Unsigned32,
    busGrpStatsR1CallAttemptsExternalCalls
                                       Unsigned32,
    busGrpStatsR1CallAttemptsTermCalls Unsigned32,
    busGrpStatsR1CallAttemptsOrigingCalls
                                       Unsigned32,
    busGrpStatsR1CallUsageExternalCalls
                                       Unsigned32,
    busGrpStatsR1CallUsageTermCalls    Unsigned32,
    busGrpStatsR1CallUsageOrigingCalls Unsigned32,
    busGrpStatsR1CallsRejByFacGpLimTermCalls
                                       Unsigned32,
    busGrpStatsR1CallsRejByFacGpLimOrigingCalls
                                       Unsigned32,
    busGrpStatsR1CallAttsTermCallsAnswrd
                                       Unsigned32,
    busGrpStatsR1CallAttsTermCallsRejAsBusy
                                       Unsigned32,
    busGrpStatsR1CallAttsTermCallsNotAnswrd
                                       Unsigned32
  }

  busGrpStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpStatsR1Entry  1 }

  busGrpStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpStatsR1Entry  2 }

  busGrpStatsR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpStatsR1Entry  3 }

  busGrpStatsR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpStatsR1Entry  4 }

  busGrpStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { busGrpStatsR1Entry  5 }

  busGrpStatsR1LinesInUseExtCallsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for external calls - number'."
    ::= { busGrpStatsR1Entry  6 }

  busGrpStatsR1LinesInUseExtCallsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for external calls - high water mark'."
    ::= { busGrpStatsR1Entry  7 }

  busGrpStatsR1LinesInUseExtCallsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for external calls - low water mark'."
    ::= { busGrpStatsR1Entry  8 }

  busGrpStatsR1NumLinesInUseTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for terminating calls - number'."
    ::= { busGrpStatsR1Entry  9 }

  busGrpStatsR1MaxLinesInUseTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for terminating calls - high water mark'."
    ::= { busGrpStatsR1Entry  10 }

  busGrpStatsR1MinLinesInUseTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for terminating calls - low water mark'."
    ::= { busGrpStatsR1Entry  11 }

  busGrpStatsR1NumLinesInUseOrigCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for originating calls - number'."
    ::= { busGrpStatsR1Entry  12 }

  busGrpStatsR1MaxLinesInUseOrigCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for originating calls - high water mark'."
    ::= { busGrpStatsR1Entry  13 }

  busGrpStatsR1MinLinesInUseOrigCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Lines in use for originating calls - low water mark'."
    ::= { busGrpStatsR1Entry  14 }

  busGrpStatsR1CallAttemptsExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call attempts - external calls'."
    ::= { busGrpStatsR1Entry  15 }

  busGrpStatsR1CallAttemptsTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call attempts - terminating calls'."
    ::= { busGrpStatsR1Entry  16 }

  busGrpStatsR1CallAttemptsOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call attempts - originating calls'."
    ::= { busGrpStatsR1Entry  17 }

  busGrpStatsR1CallUsageExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - external calls'."
    ::= { busGrpStatsR1Entry  18 }

  busGrpStatsR1CallUsageTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - terminating calls'."
    ::= { busGrpStatsR1Entry  19 }

  busGrpStatsR1CallUsageOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call usage - originating calls'."
    ::= { busGrpStatsR1Entry  20 }

  busGrpStatsR1CallsRejByFacGpLimTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls rejected by facility group limit - terminating calls'."
    ::= { busGrpStatsR1Entry  21 }

  busGrpStatsR1CallsRejByFacGpLimOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls rejected by facility group limit - originating calls'."
    ::= { busGrpStatsR1Entry  22 }

  busGrpStatsR1CallAttsTermCallsAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - terminating calls answered'."
    ::= { busGrpStatsR1Entry  23 }

  busGrpStatsR1CallAttsTermCallsRejAsBusy OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - terminating calls rejected as busy'."
    ::= { busGrpStatsR1Entry  24 }

  busGrpStatsR1CallAttsTermCallsNotAnswrd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempts - terminating calls not answered'."
    ::= { busGrpStatsR1Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Global Call Park Services Statistics'      */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  callParkStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallParkStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Call Park Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1067 }

  callParkStatsEntry OBJECT-TYPE
    SYNTAX       CallParkStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callParkStatsMSwitchConn,
             callParkStatsMSwitch,
             callParkStatsCallAgentIx,
             callParkStatsSummaryPeriod }
    ::= {  callParkStatsTable  1  }

  CallParkStatsEntry  ::=  SEQUENCE
  {
    callParkStatsMSwitchConn           Unsigned32,
    callParkStatsMSwitch               DisplayString,
    callParkStatsCallAgentIx           Unsigned32,
    callParkStatsSummaryPeriod         INTEGER,
    callParkStatsSuccPrkAtts           Unsigned32,
    callParkStatsSuccRtrvAtts          Unsigned32,
    callParkStatsParkedCallsTimedRecalled
                                       Unsigned32,
    callParkStatsCallsRlsdWhileParked  Unsigned32
  }

  callParkStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callParkStatsEntry  1 }

  callParkStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callParkStatsEntry  2 }

  callParkStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callParkStatsEntry  3 }

  callParkStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { callParkStatsEntry  4 }

  callParkStatsSuccPrkAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of successful call park attempts'."
    ::= { callParkStatsEntry  5 }

  callParkStatsSuccRtrvAtts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of successful call retrieve attempts'."
    ::= { callParkStatsEntry  6 }

  callParkStatsParkedCallsTimedRecalled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of parked calls that were timed recalled'."
    ::= { callParkStatsEntry  7 }

  callParkStatsCallsRlsdWhileParked OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of calls released while parked'."
    ::= { callParkStatsEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ESA Server'                                                 */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  eSAServerTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ESAServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1074 }

  eSAServerEntry OBJECT-TYPE
    SYNTAX       ESAServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eSAServerMSwitchConn,
             eSAServerMSwitch,
             eSAServerESAServerIx }
    ::= {  eSAServerTable  1  }

  ESAServerEntry  ::=  SEQUENCE
  {
    eSAServerMSwitchConn               Unsigned32,
    eSAServerMSwitch                   DisplayString,
    eSAServerESAServerIx               Unsigned32,
    eSAServerServerName                DisplayString,
    eSAServerCallAgentIPAddr           DisplayString,
    eSAServerESACtrlStatus             INTEGER,
    eSAServerNumEmgncyCallsInProgress  Unsigned32,
    eSAServerCallAgentConnStatus       INTEGER,
    eSAServerCallAgentStatus           INTEGER,
    eSAServerTimeLastConnFail          Unsigned32,
    eSAServerTimeLastCfgSynchronization
                                       Unsigned32,
    eSAServerSupprAutoSwtchovr         INTEGER,
    eSAServerAutoSwchovrQualifTime     Unsigned32,
    eSAServerTimeLastSwchovr           Unsigned32,
    eSAServerReasonLastSwchovr         INTEGER,
    eSAServerSwchbkExpRndtrpTime       Unsigned32,
    eSAServerSwchbkQualifPrd           Unsigned32,
    eSAServerSwchbkMsgAckThresh        Unsigned32,
    eSAServerSwchbkCurrMsgAckRate      Unsigned32,
    eSAServerTimeLastSwchbk            Unsigned32,
    eSAServerAlrmState                 INTEGER,
    eSAServerAlrmLogCorr               Counter64,
    eSAServerAlrmEvtsAttnRq            Unsigned32,
    eSAServerAlrmStateTimestamp        Unsigned32,
    eSAServerAlrmResetTimestamp        Unsigned32,
    eSAServerDiagsAPITraceEnabled      INTEGER,
    eSAServerDiagsAPITraceTag          DisplayString,
    eSAServerRowStatus                 RowStatus,
    eSAServerAdminStatus               AdminStatus,
    eSAServerOperStatus                OperStatus
  }

  eSAServerMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eSAServerEntry  1 }

  eSAServerMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eSAServerEntry  2 }

  eSAServerESAServerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA Server index'.
                  This is an index field."
    ::= { eSAServerEntry  3 }

  eSAServerServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { eSAServerEntry  4 }

  eSAServerCallAgentIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server Management IP address'."
    ::= { eSAServerEntry  5 }

  eSAServerESACtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   standby(1),
                   controlling(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA control status'."
    ::= { eSAServerEntry  6 }

  eSAServerNumEmgncyCallsInProgress OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of emergency calls in progress'."
    ::= { eSAServerEntry  7 }

  eSAServerCallAgentConnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   up(1),
                   down(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server connection status'."
    ::= { eSAServerEntry  8 }

  eSAServerCallAgentStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notParticipating(1),
                   cautiouslyControlling(2),
                   controlling(3),
                   unknown(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server status'."
    ::= { eSAServerEntry  9 }

  eSAServerTimeLastConnFail OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last connection failure'."
    ::= { eSAServerEntry  10 }

  eSAServerTimeLastCfgSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Time of last config synchronization'."
    ::= { eSAServerEntry  11 }

  eSAServerSupprAutoSwtchovr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchover - suppress automatic switchover'."
    DEFVAL       { false }
    ::= { eSAServerEntry  12 }

  eSAServerAutoSwchovrQualifTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchover - automatic switchover qualification time'."
    DEFVAL       { 5 }
    ::= { eSAServerEntry  13 }

  eSAServerTimeLastSwchovr OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchover - time of last switchover'."
    ::= { eSAServerEntry  14 }

  eSAServerReasonLastSwchovr OBJECT-TYPE
    SYNTAX       INTEGER {
                   hasNotOccurred(1),
                   automatic(2),
                   requestedByCallFeatureServer(3),
                   forcedThroughCraftScripts(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchover - reason for last switchover'."
    ::= { eSAServerEntry  15 }

  eSAServerSwchbkExpRndtrpTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchback - expected round trip time'."
    DEFVAL       { 500 }
    ::= { eSAServerEntry  16 }

  eSAServerSwchbkQualifPrd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switchback - qualification period'."
    DEFVAL       { 180 }
    ::= { eSAServerEntry  17 }

  eSAServerSwchbkMsgAckThresh OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchback - message acknowledgement threshold'."
    DEFVAL       { 95 }
    ::= { eSAServerEntry  18 }

  eSAServerSwchbkCurrMsgAckRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchback - current message acknowledgement rate'."
    ::= { eSAServerEntry  19 }

  eSAServerTimeLastSwchbk OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switchback - time of last switchback'."
    ::= { eSAServerEntry  20 }

  eSAServerAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { eSAServerEntry  21 }

  eSAServerAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { eSAServerEntry  22 }

  eSAServerAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { eSAServerEntry  23 }

  eSAServerAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { eSAServerEntry  24 }

  eSAServerAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { eSAServerEntry  25 }

  eSAServerDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { eSAServerEntry  26 }

  eSAServerDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { eSAServerEntry  27 }

  eSAServerRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { eSAServerEntry  28 }

  eSAServerAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { eSAServerEntry  29 }

  eSAServerOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { eSAServerEntry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Class Codes'                                           */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  lineCCConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LineCCConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing and Policy Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1080 }

  lineCCConEntry OBJECT-TYPE
    SYNTAX       LineCCConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lineCCConMSwitchConn,
             lineCCConMSwitch,
             lineCCConCallAgentIx }
    ::= {  lineCCConTable  1  }

  LineCCConEntry  ::=  SEQUENCE
  {
    lineCCConMSwitchConn               Unsigned32,
    lineCCConMSwitch                   DisplayString,
    lineCCConCallAgentIx               Unsigned32,
    lineCCConImportCnt                 Integer32,
    lineCCConImportStatus              DisplayString,
    lineCCConImportMode                INTEGER,
    lineCCConImportFile                DisplayString,
    lineCCConImportCorr                Counter64,
    lineCCConImportCorrMSwitch         DisplayString,
    lineCCConImportCorrUID             DisplayString,
    lineCCConExportNumObjectsExported  Integer32,
    lineCCConExportStatus              DisplayString,
    lineCCConExportFile                DisplayString,
    lineCCConExportCorr                Counter64,
    lineCCConExportCorrMSwitch         DisplayString,
    lineCCConExportCorrUID             DisplayString,
    lineCCConDoExtraActions            INTEGER,
    lineCCConExportIncASRepData        INTEGER,
    lineCCConExportChldObjectsToInc    INTEGER
  }

  lineCCConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lineCCConEntry  1 }

  lineCCConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lineCCConEntry  2 }

  lineCCConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { lineCCConEntry  3 }

  lineCCConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { lineCCConEntry  4 }

  lineCCConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { lineCCConEntry  5 }

  lineCCConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { lineCCConEntry  6 }

  lineCCConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { lineCCConEntry  7 }

  lineCCConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { lineCCConEntry  8 }

  lineCCConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { lineCCConEntry  9 }

  lineCCConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { lineCCConEntry  10 }

  lineCCConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { lineCCConEntry  11 }

  lineCCConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { lineCCConEntry  12 }

  lineCCConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { lineCCConEntry  13 }

  lineCCConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { lineCCConEntry  14 }

  lineCCConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { lineCCConEntry  15 }

  lineCCConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { lineCCConEntry  16 }

  lineCCConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { lineCCConEntry  17 }

  lineCCConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { lineCCConEntry  18 }

  lineCCConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { lineCCConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Class Code'                                            */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  lineCCTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LineCCEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Line Class Codes'."
    ::= { metaSwitch  1081 }

  lineCCEntry OBJECT-TYPE
    SYNTAX       LineCCEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lineCCMSwitchConn,
             lineCCMSwitch,
             lineCCCallAgentIx,
             lineCCIx }
    ::= {  lineCCTable  1  }

  LineCCEntry  ::=  SEQUENCE
  {
    lineCCMSwitchConn                  Unsigned32,
    lineCCMSwitch                      DisplayString,
    lineCCCallAgentIx                  Unsigned32,
    lineCCIx                           Unsigned32,
    lineCCDspName                      DisplayString,
    lineCCAccess                       INTEGER,
    lineCCAllowInheritance             INTEGER,
    lineCCVariant                      INTEGER,
    lineCCVals                         LongDisplayString,
    lineCCExportNumObjectsExported     Integer32,
    lineCCExportStatus                 DisplayString,
    lineCCExportFile                   DisplayString,
    lineCCExportCorr                   Counter64,
    lineCCExportCorrMSwitch            DisplayString,
    lineCCExportCorrUID                DisplayString,
    lineCCDoExtraActions               INTEGER,
    lineCCRowStatus                    RowStatus,
    lineCCExportIncASRepData           INTEGER,
    lineCCExportChldObjectsToInc       INTEGER
  }

  lineCCMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lineCCEntry  1 }

  lineCCMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lineCCEntry  2 }

  lineCCCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { lineCCEntry  3 }

  lineCCIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { lineCCEntry  4 }

  lineCCDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Display name'."
    ::= { lineCCEntry  5 }

  lineCCAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   changeAnytime(1),
                   changeInactiveOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access'."
    DEFVAL       { changeAnytime }
    ::= { lineCCEntry  6 }

  lineCCAllowInheritance OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow inheritance'."
    DEFVAL       { true }
    ::= { lineCCEntry  7 }

  lineCCVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   validated(1),
                   nonValidated(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'."
    DEFVAL       { nonValidated }
    ::= { lineCCEntry  8 }

  lineCCVals OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..65536))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Values'."
    ::= { lineCCEntry  9 }

  lineCCExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { lineCCEntry  10 }

  lineCCExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { lineCCEntry  11 }

  lineCCExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { lineCCEntry  12 }

  lineCCExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { lineCCEntry  13 }

  lineCCExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { lineCCEntry  14 }

  lineCCExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { lineCCEntry  15 }

  lineCCDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lineCCEntry  16 }

  lineCCRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { lineCCEntry  17 }

  lineCCExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { lineCCEntry  18 }

  lineCCExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { lineCCEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Long Distance Service Class'                                */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  longDistServClassR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LongDistServClassR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Long Distance Service Classes'."
    ::= { metaSwitch  1082 }

  longDistServClassR1Entry OBJECT-TYPE
    SYNTAX       LongDistServClassR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { longDistServClassR1MSwitchConn,
             longDistServClassR1MSwitch,
             longDistServClassR1CallAgentIx,
             longDistServClassR1ServClassIx }
    ::= {  longDistServClassR1Table  1  }

  LongDistServClassR1Entry  ::=  SEQUENCE
  {
    longDistServClassR1MSwitchConn     Unsigned32,
    longDistServClassR1MSwitch         DisplayString,
    longDistServClassR1CallAgentIx     Unsigned32,
    longDistServClassR1ServClassIx     INTEGER,
    longDistServClassR1ServClassName   DisplayString,
    longDistServClassR1LCC1            INTEGER,
    longDistServClassR1LCC2            INTEGER,
    longDistServClassR1LCC3            INTEGER,
    longDistServClassR1LCC4            INTEGER,
    longDistServClassR1LCC5            INTEGER,
    longDistServClassR1RefCnt          Unsigned32,
    longDistServClassR1ExportCnt       Integer32,
    longDistServClassR1ExportStatus    DisplayString,
    longDistServClassR1ExportFile      DisplayString,
    longDistServClassR1ExportCorr      Counter64,
    longDistServClassR1ExportCorrMSwitch
                                       DisplayString,
    longDistServClassR1ExportCorrUID   DisplayString,
    longDistServClassR1DoExtraActions  INTEGER,
    longDistServClassR1RowStatus       RowStatus,
    longDistServClassR1LCC6            INTEGER,
    longDistServClassR1LCC7            INTEGER,
    longDistServClassR1LCC8            INTEGER,
    longDistServClassR1LCC9            INTEGER,
    longDistServClassR1LCC10           INTEGER,
    longDistServClassR1LCC11           INTEGER,
    longDistServClassR1LCC12           INTEGER,
    longDistServClassR1LCC13           INTEGER,
    longDistServClassR1LCC14           INTEGER,
    longDistServClassR1LCC15           INTEGER,
    longDistServClassR1LCC16           INTEGER,
    longDistServClassR1LCC17           INTEGER,
    longDistServClassR1LCC18           INTEGER,
    longDistServClassR1LCC19           INTEGER,
    longDistServClassR1LCC20           INTEGER,
    longDistServClassR1ExportIncASRepData
                                       INTEGER,
    longDistServClassR1ExportChldObjectsToInc
                                       INTEGER
  }

  longDistServClassR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { longDistServClassR1Entry  1 }

  longDistServClassR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { longDistServClassR1Entry  2 }

  longDistServClassR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { longDistServClassR1Entry  3 }

  longDistServClassR1ServClassIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service class index'.
                  This is an index field."
    ::= { longDistServClassR1Entry  4 }

  longDistServClassR1ServClassName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service class name'."
    ::= { longDistServClassR1Entry  5 }

  longDistServClassR1LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  6 }

  longDistServClassR1LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  7 }

  longDistServClassR1LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  8 }

  longDistServClassR1LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  9 }

  longDistServClassR1LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  10 }

  longDistServClassR1RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { longDistServClassR1Entry  11 }

  longDistServClassR1ExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { longDistServClassR1Entry  12 }

  longDistServClassR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { longDistServClassR1Entry  13 }

  longDistServClassR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { longDistServClassR1Entry  14 }

  longDistServClassR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { longDistServClassR1Entry  15 }

  longDistServClassR1ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { longDistServClassR1Entry  16 }

  longDistServClassR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { longDistServClassR1Entry  17 }

  longDistServClassR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { longDistServClassR1Entry  18 }

  longDistServClassR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { longDistServClassR1Entry  19 }

  longDistServClassR1LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  20 }

  longDistServClassR1LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  21 }

  longDistServClassR1LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  22 }

  longDistServClassR1LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  23 }

  longDistServClassR1LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  24 }

  longDistServClassR1LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  25 }

  longDistServClassR1LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  26 }

  longDistServClassR1LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  27 }

  longDistServClassR1LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  28 }

  longDistServClassR1LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  29 }

  longDistServClassR1LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  30 }

  longDistServClassR1LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  31 }

  longDistServClassR1LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  32 }

  longDistServClassR1LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  33 }

  longDistServClassR1LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    DEFVAL       { 0 }
    ::= { longDistServClassR1Entry  34 }

  longDistServClassR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { longDistServClassR1Entry  35 }

  longDistServClassR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { longDistServClassR1Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 4.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  subGAccessDeviceR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGAccessDeviceR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1104 }

  subGAccessDeviceR4Entry OBJECT-TYPE
    SYNTAX       SubGAccessDeviceR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGAccessDeviceR4MSwitchConn,
             subGAccessDeviceR4MSwitch,
             subGAccessDeviceR4CallAgentIx,
             subGAccessDeviceR4GatewayIx,
             subGAccessDeviceR4DeviceIx }
    ::= {  subGAccessDeviceR4Table  1  }

  SubGAccessDeviceR4Entry  ::=  SEQUENCE
  {
    subGAccessDeviceR4MSwitchConn      Unsigned32,
    subGAccessDeviceR4MSwitch          DisplayString,
    subGAccessDeviceR4CallAgentIx      Unsigned32,
    subGAccessDeviceR4GatewayIx        Unsigned32,
    subGAccessDeviceR4DeviceIx         Unsigned32,
    subGAccessDeviceR4MediaGatewayType INTEGER,
    subGAccessDeviceR4AccessProt       INTEGER,
    subGAccessDeviceR4I1TAGMSwitchConn Unsigned32,
    subGAccessDeviceR4I2TAGMSwitch     DisplayString,
    subGAccessDeviceR4I3TAGCallAgentIx Unsigned32,
    subGAccessDeviceR4I4TAGGatewayIx   Unsigned32,
    subGAccessDeviceR4I1SubGMSwitchConn
                                       Unsigned32,
    subGAccessDeviceR4I2SubGMSwitch    DisplayString,
    subGAccessDeviceR4I3SubGCallAgentIx
                                       Unsigned32,
    subGAccessDeviceR4I4SubGGatewayIx  Unsigned32,
    subGAccessDeviceR4Desc             DisplayString,
    subGAccessDeviceR4AccDevNum        Unsigned32,
    subGAccessDeviceR4AccDevPortName   DisplayString,
    subGAccessDeviceR4MaxLineNum       Unsigned32,
    subGAccessDeviceR4DeactivnMode     INTEGER,
    subGAccessDeviceR4AlrmState        INTEGER,
    subGAccessDeviceR4AlEvtsAttnRq     Unsigned32,
    subGAccessDeviceR4AlEvtsAtndDp     Unsigned32,
    subGAccessDeviceR4AlStateTimestamp Unsigned32,
    subGAccessDeviceR4RowStatus        RowStatus,
    subGAccessDeviceR4AdminStatus      AdminStatus,
    subGAccessDeviceR4OperStatus       OperStatus,
    subGAccessDeviceR4ExportCnt        Integer32,
    subGAccessDeviceR4ExportStatus     DisplayString,
    subGAccessDeviceR4ExportFile       DisplayString,
    subGAccessDeviceR4ExportCorr       Counter64,
    subGAccessDeviceR4ExportCorrMSwitch
                                       DisplayString,
    subGAccessDeviceR4ExportCorrUID    DisplayString,
    subGAccessDeviceR4DoExtraActions   INTEGER,
    subGAccessDeviceR4ProviderStatus   INTEGER,
    subGAccessDeviceR4ConnType         INTEGER,
    subGAccessDeviceR4T2I1AccessHardwareMSwitchConn
                                       Unsigned32,
    subGAccessDeviceR4T2I2AccessHardwareMSwitch
                                       DisplayString,
    subGAccessDeviceR4T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR4T2I4AccessHardwarePortIx
                                       Integer32,
    subGAccessDeviceR4T3I1AccessHardwareMSwitchConn
                                       Unsigned32,
    subGAccessDeviceR4AlEvtsAttnRqLogCorr
                                       Counter64,
    subGAccessDeviceR4AlEvtsAttnRqResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR4AlEvtsAtndDpLogCorr
                                       Counter64,
    subGAccessDeviceR4AlEvtsAtndDpResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR4T4I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR4T4I4AccessHardwareCtrlerIx
                                       INTEGER,
    subGAccessDeviceR4T4I5AccessHardwareSlotNum
                                       INTEGER,
    subGAccessDeviceR4T4I6AccessHardwarePhysDS3PortName
                                       INTEGER,
    subGAccessDeviceR4T4I7AccessHardwareDS1OverDS3PortName
                                       DisplayString,
    subGAccessDeviceR4T3I2AccessHardwareMSwitch
                                       DisplayString,
    subGAccessDeviceR4T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR4T3I4AccessHardwareCtrlerIx
                                       INTEGER,
    subGAccessDeviceR4T3I5AccessHardwareSlotNum
                                       INTEGER,
    subGAccessDeviceR4T3I6AccessHardwarePhysDS1PortName
                                       DisplayString,
    subGAccessDeviceR4T4I1AccessHardwareMSwitchConn
                                       Unsigned32,
    subGAccessDeviceR4T4I2AccessHardwareMSwitch
                                       DisplayString,
    subGAccessDeviceR4ExportIncASRepData
                                       INTEGER,
    subGAccessDeviceR4ExportChldObjectsToInc
                                       INTEGER
  }

  subGAccessDeviceR4MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGAccessDeviceR4Entry  1 }

  subGAccessDeviceR4MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGAccessDeviceR4Entry  2 }

  subGAccessDeviceR4CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGAccessDeviceR4Entry  3 }

  subGAccessDeviceR4GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGAccessDeviceR4Entry  4 }

  subGAccessDeviceR4DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { subGAccessDeviceR4Entry  5 }

  subGAccessDeviceR4MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { subGAccessDeviceR4Entry  6 }

  subGAccessDeviceR4AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR4Entry  7 }

  subGAccessDeviceR4I1TAGMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  8 }

  subGAccessDeviceR4I2TAGMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  9 }

  subGAccessDeviceR4I3TAGCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  10 }

  subGAccessDeviceR4I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  11 }

  subGAccessDeviceR4I1SubGMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  12 }

  subGAccessDeviceR4I2SubGMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  13 }

  subGAccessDeviceR4I3SubGCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  14 }

  subGAccessDeviceR4I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR4Entry  15 }

  subGAccessDeviceR4Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { subGAccessDeviceR4Entry  24 }

  subGAccessDeviceR4AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR4Entry  25 }

  subGAccessDeviceR4AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR4Entry  26 }

  subGAccessDeviceR4MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR4Entry  27 }

  subGAccessDeviceR4DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { subGAccessDeviceR4Entry  28 }

  subGAccessDeviceR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { subGAccessDeviceR4Entry  29 }

  subGAccessDeviceR4AlEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR4Entry  31 }

  subGAccessDeviceR4AlEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR4Entry  32 }

  subGAccessDeviceR4AlStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { subGAccessDeviceR4Entry  33 }

  subGAccessDeviceR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGAccessDeviceR4Entry  35 }

  subGAccessDeviceR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR4Entry  36 }

  subGAccessDeviceR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR4Entry  37 }

  subGAccessDeviceR4ExportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGAccessDeviceR4Entry  38 }

  subGAccessDeviceR4ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGAccessDeviceR4Entry  39 }

  subGAccessDeviceR4ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGAccessDeviceR4Entry  40 }

  subGAccessDeviceR4ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGAccessDeviceR4Entry  41 }

  subGAccessDeviceR4ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { subGAccessDeviceR4Entry  42 }

  subGAccessDeviceR4ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGAccessDeviceR4Entry  43 }

  subGAccessDeviceR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR4Entry  44 }

  subGAccessDeviceR4ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGAccessDeviceR4Entry  45 }

  subGAccessDeviceR4ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { subGAccessDeviceR4Entry  46 }

  subGAccessDeviceR4T2I1AccessHardwareMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR4Entry  51 }

  subGAccessDeviceR4T2I2AccessHardwareMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR4Entry  52 }

  subGAccessDeviceR4T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR4Entry  53 }

  subGAccessDeviceR4T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR4Entry  54 }

  subGAccessDeviceR4T3I1AccessHardwareMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR4Entry  55 }

  subGAccessDeviceR4AlEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { subGAccessDeviceR4Entry  56 }

  subGAccessDeviceR4AlEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { subGAccessDeviceR4Entry  57 }

  subGAccessDeviceR4AlEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { subGAccessDeviceR4Entry  58 }

  subGAccessDeviceR4AlEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { subGAccessDeviceR4Entry  59 }

  subGAccessDeviceR4T4I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR4Entry  63 }

  subGAccessDeviceR4T4I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR4Entry  64 }

  subGAccessDeviceR4T4I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR4Entry  65 }

  subGAccessDeviceR4T4I6AccessHardwarePhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR4Entry  66 }

  subGAccessDeviceR4T4I7AccessHardwareDS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR4Entry  67 }

  subGAccessDeviceR4T3I2AccessHardwareMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR4Entry  68 }

  subGAccessDeviceR4T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR4Entry  69 }

  subGAccessDeviceR4T3I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR4Entry  70 }

  subGAccessDeviceR4T3I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR4Entry  71 }

  subGAccessDeviceR4T3I6AccessHardwarePhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR4Entry  72 }

  subGAccessDeviceR4T4I1AccessHardwareMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR4Entry  73 }

  subGAccessDeviceR4T4I2AccessHardwareMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR4Entry  74 }

  subGAccessDeviceR4ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGAccessDeviceR4Entry  75 }

  subGAccessDeviceR4ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGAccessDeviceR4Entry  76 }

-- /*********************************************************************************/
-- /* MIB table for SE 'User Defined Attributes'                                    */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  userDefAttrConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF UserDefAttrConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing and Policy Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1108 }

  userDefAttrConEntry OBJECT-TYPE
    SYNTAX       UserDefAttrConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { userDefAttrConMSwitchConn,
             userDefAttrConMSwitch,
             userDefAttrConCallAgentIx }
    ::= {  userDefAttrConTable  1  }

  UserDefAttrConEntry  ::=  SEQUENCE
  {
    userDefAttrConMSwitchConn          Unsigned32,
    userDefAttrConMSwitch              DisplayString,
    userDefAttrConCallAgentIx          Unsigned32,
    userDefAttrConImportCnt            Integer32,
    userDefAttrConImportStatus         DisplayString,
    userDefAttrConImportMode           INTEGER,
    userDefAttrConImportFile           DisplayString,
    userDefAttrConImportCorr           Counter64,
    userDefAttrConImportCorrMSwitch    DisplayString,
    userDefAttrConImportCorrUID        DisplayString,
    userDefAttrConExportNumObjectsExported
                                       Integer32,
    userDefAttrConExportStatus         DisplayString,
    userDefAttrConExportFile           DisplayString,
    userDefAttrConExportCorr           Counter64,
    userDefAttrConExportCorrMSwitch    DisplayString,
    userDefAttrConExportCorrUID        DisplayString,
    userDefAttrConDoExtraActions       INTEGER,
    userDefAttrConExportIncASRepData   INTEGER,
    userDefAttrConExportChldObjectsToInc
                                       INTEGER
  }

  userDefAttrConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { userDefAttrConEntry  1 }

  userDefAttrConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { userDefAttrConEntry  2 }

  userDefAttrConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { userDefAttrConEntry  3 }

  userDefAttrConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { userDefAttrConEntry  4 }

  userDefAttrConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { userDefAttrConEntry  5 }

  userDefAttrConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { userDefAttrConEntry  6 }

  userDefAttrConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { userDefAttrConEntry  7 }

  userDefAttrConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { userDefAttrConEntry  8 }

  userDefAttrConImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { userDefAttrConEntry  9 }

  userDefAttrConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { userDefAttrConEntry  10 }

  userDefAttrConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { userDefAttrConEntry  11 }

  userDefAttrConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { userDefAttrConEntry  12 }

  userDefAttrConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { userDefAttrConEntry  13 }

  userDefAttrConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { userDefAttrConEntry  14 }

  userDefAttrConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { userDefAttrConEntry  15 }

  userDefAttrConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { userDefAttrConEntry  16 }

  userDefAttrConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { userDefAttrConEntry  17 }

  userDefAttrConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { userDefAttrConEntry  18 }

  userDefAttrConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { userDefAttrConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Traffic Study'                                              */
-- /* Valid from: 4.2                                                               */
-- /*********************************************************************************/

  trafficStudyR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TrafficStudyR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1111 }

  trafficStudyR2Entry OBJECT-TYPE
    SYNTAX       TrafficStudyR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { trafficStudyR2MSwitchConn,
             trafficStudyR2MSwitch,
             trafficStudyR2CallAgentIx,
             trafficStudyR2TrafficStudyIx }
    ::= {  trafficStudyR2Table  1  }

  TrafficStudyR2Entry  ::=  SEQUENCE
  {
    trafficStudyR2MSwitchConn          Unsigned32,
    trafficStudyR2MSwitch              DisplayString,
    trafficStudyR2CallAgentIx          Unsigned32,
    trafficStudyR2TrafficStudyIx       Unsigned32,
    trafficStudyR2T1I1ObjectStudyMSwitchConn
                                       Unsigned32,
    trafficStudyR2T1I2ObjectStudyMSwitch
                                       DisplayString,
    trafficStudyR2T1I3ObjectStudyCallAgentIx
                                       Unsigned32,
    trafficStudyR2T1I4ObjectStudyDirNum
                                       DisplayString,
    trafficStudyR2T2I1ObjectStudyMSwitchConn
                                       Unsigned32,
    trafficStudyR2T2I2ObjectStudyMSwitch
                                       DisplayString,
    trafficStudyR2T2I3ObjectStudyCallAgentIx
                                       Unsigned32,
    trafficStudyR2T2I4ObjectStudyGpIx  Unsigned32,
    trafficStudyR2T2I5ObjectStudyFirstDirNum
                                       DisplayString,
    trafficStudyR2T2I6ObjectStudyDirNum
                                       DisplayString,
    trafficStudyR2T3I1ObjectStudyMSwitchConn
                                       Unsigned32,
    trafficStudyR2T3I2ObjectStudyMSwitch
                                       DisplayString,
    trafficStudyR2T3I3ObjectStudyCallAgentIx
                                       Unsigned32,
    trafficStudyR2T3I4ObjectStudyDirNum
                                       DisplayString,
    trafficStudyR2T5I1ObjectStudyMSwitchConn
                                       Unsigned32,
    trafficStudyR2T5I2ObjectStudyMSwitch
                                       DisplayString,
    trafficStudyR2T5I3ObjectStudyCallAgentIx
                                       Unsigned32,
    trafficStudyR2T5I4ObjectStudyGpIx  Unsigned32,
    trafficStudyR2T5I5ObjectStudyMLHGGpIx
                                       Unsigned32,
    trafficStudyR2T4I1ObjectStudyMSwitchConn
                                       Unsigned32,
    trafficStudyR2T4I2ObjectStudyMSwitch
                                       DisplayString,
    trafficStudyR2T4I3ObjectStudyCallAgentIx
                                       Unsigned32,
    trafficStudyR2T4I4ObjectStudyGpIx  Unsigned32
  }

  trafficStudyR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { trafficStudyR2Entry  1 }

  trafficStudyR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { trafficStudyR2Entry  2 }

  trafficStudyR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { trafficStudyR2Entry  3 }

  trafficStudyR2TrafficStudyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study Index'.
                  This is an index field."
    ::= { trafficStudyR2Entry  4 }

  trafficStudyR2T1I1ObjectStudyMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIndividualLineSE'."
    ::= { trafficStudyR2Entry  5 }

  trafficStudyR2T1I2ObjectStudyMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIndividualLineSE'."
    ::= { trafficStudyR2Entry  6 }

  trafficStudyR2T1I3ObjectStudyCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOIndividualLineSE'."
    ::= { trafficStudyR2Entry  7 }

  trafficStudyR2T1I4ObjectStudyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Directory number'
                  in referenced type 'BOOIndividualLineSE'."
    ::= { trafficStudyR2Entry  8 }

  trafficStudyR2T2I1ObjectStudyMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupLineSE'."
    ::= { trafficStudyR2Entry  9 }

  trafficStudyR2T2I2ObjectStudyMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupLineSE'."
    ::= { trafficStudyR2Entry  10 }

  trafficStudyR2T2I3ObjectStudyCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupLineSE'."
    ::= { trafficStudyR2Entry  11 }

  trafficStudyR2T2I4ObjectStudyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupLineSE'."
    ::= { trafficStudyR2Entry  12 }

  trafficStudyR2T2I5ObjectStudyFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'First Directory number'
                  in referenced type 'BOOBusinessGroupLineSE'."
    ::= { trafficStudyR2Entry  13 }

  trafficStudyR2T2I6ObjectStudyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Directory number'
                  in referenced type 'BOOBusinessGroupLineSE'."
    ::= { trafficStudyR2Entry  14 }

  trafficStudyR2T3I1ObjectStudyMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXSE'."
    ::= { trafficStudyR2Entry  15 }

  trafficStudyR2T3I2ObjectStudyMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXSE'."
    ::= { trafficStudyR2Entry  16 }

  trafficStudyR2T3I3ObjectStudyCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXSE'."
    ::= { trafficStudyR2Entry  17 }

  trafficStudyR2T3I4ObjectStudyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXSE'."
    ::= { trafficStudyR2Entry  18 }

  trafficStudyR2T5I1ObjectStudyMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { trafficStudyR2Entry  19 }

  trafficStudyR2T5I2ObjectStudyMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { trafficStudyR2Entry  20 }

  trafficStudyR2T5I3ObjectStudyCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { trafficStudyR2Entry  21 }

  trafficStudyR2T5I4ObjectStudyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { trafficStudyR2Entry  22 }

  trafficStudyR2T5I5ObjectStudyMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { trafficStudyR2Entry  23 }

  trafficStudyR2T4I1ObjectStudyMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { trafficStudyR2Entry  24 }

  trafficStudyR2T4I2ObjectStudyMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { trafficStudyR2Entry  25 }

  trafficStudyR2T4I3ObjectStudyCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { trafficStudyR2Entry  26 }

  trafficStudyR2T4I4ObjectStudyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Object of study',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { trafficStudyR2Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Direct T1 CAS Protocol Profile'                             */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  cASProtocolProfileTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CASProtocolProfileEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1121 }

  cASProtocolProfileEntry OBJECT-TYPE
    SYNTAX       CASProtocolProfileEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cASProtocolProfileMSwitchConn,
             cASProtocolProfileMSwitch,
             cASProtocolProfileMediaGatewayIx,
             cASProtocolProfileProfIx }
    ::= {  cASProtocolProfileTable  1  }

  CASProtocolProfileEntry  ::=  SEQUENCE
  {
    cASProtocolProfileMSwitchConn      Unsigned32,
    cASProtocolProfileMSwitch          DisplayString,
    cASProtocolProfileMediaGatewayIx   Unsigned32,
    cASProtocolProfileProfIx           Unsigned32,
    cASProtocolProfileProfName         DisplayString,
    cASProtocolProfileWinkGenertnDurn  Unsigned32,
    cASProtocolProfileDTMFDigitDurn    Unsigned32,
    cASProtocolProfileInterdigitSpacing
                                       Unsigned32,
    cASProtocolProfileOutpulseDly      Unsigned32,
    cASProtocolProfileNumActDS1PortsRefgThisProf
                                       Unsigned32,
    cASProtocolProfileNumDS1PortsRefgThisProf
                                       Unsigned32,
    cASProtocolProfileRowStatus        RowStatus
  }

  cASProtocolProfileMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cASProtocolProfileEntry  1 }

  cASProtocolProfileMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cASProtocolProfileEntry  2 }

  cASProtocolProfileMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { cASProtocolProfileEntry  3 }

  cASProtocolProfileProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile index'.
                  This is an index field."
    ::= { cASProtocolProfileEntry  4 }

  cASProtocolProfileProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name'.
                  This field is not writable when active."
    ::= { cASProtocolProfileEntry  5 }

  cASProtocolProfileWinkGenertnDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wink generation duration'.
                  This field is not writable when active."
    DEFVAL       { 215 }
    ::= { cASProtocolProfileEntry  6 }

  cASProtocolProfileDTMFDigitDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DTMF digit duration'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { cASProtocolProfileEntry  7 }

  cASProtocolProfileInterdigitSpacing OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interdigit spacing'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { cASProtocolProfileEntry  8 }

  cASProtocolProfileOutpulseDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outpulse delay'.
                  This field is not writable when active."
    DEFVAL       { 70 }
    ::= { cASProtocolProfileEntry  9 }

  cASProtocolProfileNumActDS1PortsRefgThisProf OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of active DS1 Ports referencing this profile'."
    ::= { cASProtocolProfileEntry  10 }

  cASProtocolProfileNumDS1PortsRefgThisProf OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of DS1 Ports referencing this profile'."
    ::= { cASProtocolProfileEntry  11 }

  cASProtocolProfileRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cASProtocolProfileEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Global Caller ID Services Statistics'      */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  cIDServStatsR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServStatsR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Caller ID Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1123 }

  cIDServStatsR5Entry OBJECT-TYPE
    SYNTAX       CIDServStatsR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServStatsR5MSwitchConn,
             cIDServStatsR5MSwitch,
             cIDServStatsR5CallAgentIx,
             cIDServStatsR5SummaryPeriod }
    ::= {  cIDServStatsR5Table  1  }

  CIDServStatsR5Entry  ::=  SEQUENCE
  {
    cIDServStatsR5MSwitchConn          Unsigned32,
    cIDServStatsR5MSwitch              DisplayString,
    cIDServStatsR5CallAgentIx          Unsigned32,
    cIDServStatsR5SummaryPeriod        INTEGER,
    cIDServStatsR5CntCompleteClgIDDelivs
                                       Unsigned32,
    cIDServStatsR5CntPartialClgIDDelivs
                                       Unsigned32,
    cIDServStatsR5CntInCallsWithIDWithhld
                                       Unsigned32,
    cIDServStatsR5CntInCallsWithUndetID
                                       Unsigned32,
    cIDServStatsR5CntCallTraceActivnWithoutProceeding
                                       Unsigned32,
    cIDServStatsR5DeactivnCntCallIDDsp Unsigned32,
    cIDServStatsR5UsageCntCNDB         Unsigned32,
    cIDServStatsR5CntDelivdCallsUsingCNDB
                                       Unsigned32,
    cIDServStatsR5CntWithhldCallsUsingCNDB
                                       Unsigned32,
    cIDServStatsR5DialCntCallTraceAccessCode
                                       Unsigned32,
    cIDServStatsR5ActivnCntCallTrace   Unsigned32,
    cIDServStatsR5CntLastClgDNUnavailToCallTrace
                                       Unsigned32,
    cIDServStatsR5CntCallTraceRequestDenials
                                       Unsigned32,
    cIDServStatsR5CntCallTraceConfirmations
                                       Unsigned32,
    cIDServStatsR5CntTracesFromCallTraceServ
                                       Unsigned32,
    cIDServStatsR5ActivnCntCND         Unsigned32,
    cIDServStatsR5ARCntNumsUnavail     Unsigned32,
    cIDServStatsR5ARCntAnonNums        Unsigned32,
    cIDServStatsR5ARCntStageOneTwoActivated
                                       Unsigned32,
    cIDServStatsR5ARCntStageTwoActivated
                                       Unsigned32,
    cIDServStatsR5ARCntStageOneOneActivated
                                       Unsigned32,
    cIDServStatsR5ARNumResFails        Unsigned32,
    cIDServStatsR5ARNumAnonNumsRej     Unsigned32,
    cIDServStatsR5ClgNamDlvryNumNamInfoDelivs
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryNumPrivateNameIndDelivs
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryNumOutAreaUnavailIndDelivs
                                       Unsigned32,
    cIDServStatsR5ClgNamDlvryNumNamDatabaseQueriesResidentialCNAM
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryNumDatabaseQueryTimeouts
                                       Unsigned32,
    cIDServStatsR5ARNumImmediatelyProcessedRequests
                                       Unsigned32,
    cIDServStatsR5ARNumDelayedRequests Unsigned32,
    cIDServStatsR5ARNumSysDeactivns    Unsigned32,
    cIDServStatsR5ARNumUserDeactivns   Unsigned32,
    cIDServStatsR5AutoClbackNumUserActivns
                                       Unsigned32,
    cIDServStatsR5AutoClbackNumFails   Unsigned32,
    cIDServStatsR5AutoClbackNumImmediatelyProcessedRequests
                                       Unsigned32,
    cIDServStatsR5AutoClbackNumDelayedRequests
                                       Unsigned32,
    cIDServStatsR5AutoClbackNumSysDeactivns
                                       Unsigned32,
    cIDServStatsR5AutoClbackNumUserDeactivns
                                       Unsigned32,
    cIDServStatsR5LastCIDErasureNumUserActivns
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryNumLocallyDefinedDelivs
                                       Unsigned32,
    cIDServStatsR5NameNumOvIPNumSuccessfulDelivs
                                       Unsigned32,
    cIDServStatsR5NameNumOvIPBufShortageFails
                                       Unsigned32,
    cIDServStatsR5NameNumOvIPIPCvtyFails
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryCNAMNumSrvrsAvail
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryCNAMLowWaterSrvrsAvail
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryCNAMHighWaterSrvrsAvail
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryNumUnmatchedNameDatabaseQueries
                                       Unsigned32,
    cIDServStatsR5ClgNameDlvryNumSrvrFailsDuringNameDBQuery
                                       Unsigned32,
    cIDServStatsR5CNAMCacheLookups     Unsigned32,
    cIDServStatsR5CNAMCacheSuccessRate Integer32,
    cIDServStatsR5CNAMCacheOverflowRate
                                       Integer32,
    cIDServStatsR5CNAMCacheSize        Integer32,
    cIDServStatsR5CNAMCacheSizeLowWaterMark
                                       Integer32,
    cIDServStatsR5CNAMCacheSizeHighWaterMark
                                       Integer32
  }

  cIDServStatsR5MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServStatsR5Entry  1 }

  cIDServStatsR5MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServStatsR5Entry  2 }

  cIDServStatsR5CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServStatsR5Entry  3 }

  cIDServStatsR5SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { cIDServStatsR5Entry  4 }

  cIDServStatsR5CntCompleteClgIDDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of complete calling ID deliveries'."
    ::= { cIDServStatsR5Entry  5 }

  cIDServStatsR5CntPartialClgIDDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of partial calling ID deliveries'."
    ::= { cIDServStatsR5Entry  6 }

  cIDServStatsR5CntInCallsWithIDWithhld OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of incoming calls with ID withheld'."
    ::= { cIDServStatsR5Entry  7 }

  cIDServStatsR5CntInCallsWithUndetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of incoming calls with undetermined ID'."
    ::= { cIDServStatsR5Entry  8 }

  cIDServStatsR5CntCallTraceActivnWithoutProceeding OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Call Trace activation without proceeding'."
    ::= { cIDServStatsR5Entry  9 }

  cIDServStatsR5DeactivnCntCallIDDsp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deactivation count of Calling Number Delivery'."
    ::= { cIDServStatsR5Entry  10 }

  cIDServStatsR5UsageCntCNDB OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Usage count of Caller Number Delivery Blocking'."
    ::= { cIDServStatsR5Entry  11 }

  cIDServStatsR5CntDelivdCallsUsingCNDB OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of delivered calls using Caller Number Delivery Blocking'."
    ::= { cIDServStatsR5Entry  12 }

  cIDServStatsR5CntWithhldCallsUsingCNDB OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of withheld calls using Caller Number Delivery Blocking'."
    ::= { cIDServStatsR5Entry  13 }

  cIDServStatsR5DialCntCallTraceAccessCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Dial count of Call Trace access code'."
    ::= { cIDServStatsR5Entry  14 }

  cIDServStatsR5ActivnCntCallTrace OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation count of Call Trace'."
    ::= { cIDServStatsR5Entry  15 }

  cIDServStatsR5CntLastClgDNUnavailToCallTrace OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of last calling directory number unavailability to Call Trace'."
    ::= { cIDServStatsR5Entry  16 }

  cIDServStatsR5CntCallTraceRequestDenials OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Call Trace request denials'."
    ::= { cIDServStatsR5Entry  17 }

  cIDServStatsR5CntCallTraceConfirmations OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Call Trace confirmations'."
    ::= { cIDServStatsR5Entry  18 }

  cIDServStatsR5CntTracesFromCallTraceServ OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of traces from Call Trace service'."
    ::= { cIDServStatsR5Entry  19 }

  cIDServStatsR5ActivnCntCND OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Activation count of Calling Number Delivery'."
    ::= { cIDServStatsR5Entry  20 }

  cIDServStatsR5ARCntNumsUnavail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - count of numbers unavailable'."
    ::= { cIDServStatsR5Entry  21 }

  cIDServStatsR5ARCntAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - count of anonymous numbers'."
    ::= { cIDServStatsR5Entry  22 }

  cIDServStatsR5ARCntStageOneTwoActivated OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of times stage one of two activated'."
    ::= { cIDServStatsR5Entry  23 }

  cIDServStatsR5ARCntStageTwoActivated OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of times stage two activated'."
    ::= { cIDServStatsR5Entry  24 }

  cIDServStatsR5ARCntStageOneOneActivated OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of times stage one of one activated'."
    ::= { cIDServStatsR5Entry  25 }

  cIDServStatsR5ARNumResFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of resource failures'."
    ::= { cIDServStatsR5Entry  26 }

  cIDServStatsR5ARNumAnonNumsRej OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of anonymous numbers rejected'."
    ::= { cIDServStatsR5Entry  27 }

  cIDServStatsR5ClgNamDlvryNumNamInfoDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of name information deliveries'."
    ::= { cIDServStatsR5Entry  28 }

  cIDServStatsR5ClgNameDlvryNumPrivateNameIndDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of private name indication deliveries'."
    ::= { cIDServStatsR5Entry  29 }

  cIDServStatsR5ClgNameDlvryNumOutAreaUnavailIndDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of out of area / unavailable indication deliveries'."
    ::= { cIDServStatsR5Entry  30 }

  cIDServStatsR5ClgNamDlvryNumNamDatabaseQueriesResidentialCNAM OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of name database queries for residential CNAM'."
    ::= { cIDServStatsR5Entry  31 }

  cIDServStatsR5ClgNameDlvryNumDatabaseQueryTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of database query timeouts'."
    ::= { cIDServStatsR5Entry  32 }

  cIDServStatsR5ARNumImmediatelyProcessedRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of immediately processed requests'."
    ::= { cIDServStatsR5Entry  33 }

  cIDServStatsR5ARNumDelayedRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of delayed requests'."
    ::= { cIDServStatsR5Entry  34 }

  cIDServStatsR5ARNumSysDeactivns OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of system deactivations'."
    ::= { cIDServStatsR5Entry  35 }

  cIDServStatsR5ARNumUserDeactivns OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of user deactivations'."
    ::= { cIDServStatsR5Entry  36 }

  cIDServStatsR5AutoClbackNumUserActivns OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - number of user activations'."
    ::= { cIDServStatsR5Entry  37 }

  cIDServStatsR5AutoClbackNumFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - number of failures'."
    ::= { cIDServStatsR5Entry  38 }

  cIDServStatsR5AutoClbackNumImmediatelyProcessedRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - number of immediately processed requests'."
    ::= { cIDServStatsR5Entry  39 }

  cIDServStatsR5AutoClbackNumDelayedRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - number of delayed requests'."
    ::= { cIDServStatsR5Entry  40 }

  cIDServStatsR5AutoClbackNumSysDeactivns OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - number of system deactivations'."
    ::= { cIDServStatsR5Entry  41 }

  cIDServStatsR5AutoClbackNumUserDeactivns OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - number of user deactivations'."
    ::= { cIDServStatsR5Entry  42 }

  cIDServStatsR5LastCIDErasureNumUserActivns OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - number of user activations'."
    ::= { cIDServStatsR5Entry  43 }

  cIDServStatsR5ClgNameDlvryNumLocallyDefinedDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of locally defined name deliveries'."
    ::= { cIDServStatsR5Entry  44 }

  cIDServStatsR5NameNumOvIPNumSuccessfulDelivs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - number of successful deliveries'."
    ::= { cIDServStatsR5Entry  45 }

  cIDServStatsR5NameNumOvIPBufShortageFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - number of failures due to buffer shortage'."
    ::= { cIDServStatsR5Entry  46 }

  cIDServStatsR5NameNumOvIPIPCvtyFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - number of failures due to IP connectivity failure'."
    ::= { cIDServStatsR5Entry  47 }

  cIDServStatsR5ClgNameDlvryCNAMNumSrvrsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - CNAM servers available - number'."
    ::= { cIDServStatsR5Entry  48 }

  cIDServStatsR5ClgNameDlvryCNAMLowWaterSrvrsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - CNAM servers available - low water mark'."
    ::= { cIDServStatsR5Entry  49 }

  cIDServStatsR5ClgNameDlvryCNAMHighWaterSrvrsAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - CNAM servers available - high water mark'."
    ::= { cIDServStatsR5Entry  50 }

  cIDServStatsR5ClgNameDlvryNumUnmatchedNameDatabaseQueries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of unmatched name database queries'."
    ::= { cIDServStatsR5Entry  51 }

  cIDServStatsR5ClgNameDlvryNumSrvrFailsDuringNameDBQuery OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - number of server failures during name database queries'."
    ::= { cIDServStatsR5Entry  52 }

  cIDServStatsR5CNAMCacheLookups OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache lookups'."
    ::= { cIDServStatsR5Entry  53 }

  cIDServStatsR5CNAMCacheSuccessRate OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache success rate'."
    ::= { cIDServStatsR5Entry  54 }

  cIDServStatsR5CNAMCacheOverflowRate OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache overflow rate'."
    ::= { cIDServStatsR5Entry  55 }

  cIDServStatsR5CNAMCacheSize OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache size'."
    ::= { cIDServStatsR5Entry  56 }

  cIDServStatsR5CNAMCacheSizeLowWaterMark OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache size - low water mark'."
    ::= { cIDServStatsR5Entry  57 }

  cIDServStatsR5CNAMCacheSizeHighWaterMark OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache size - high water mark'."
    ::= { cIDServStatsR5Entry  58 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Cable Modem Termination Systems Statistics'*/
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  cMTSConStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CMTSConStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Cable Modem Termination Systems'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1126 }

  cMTSConStatsEntry OBJECT-TYPE
    SYNTAX       CMTSConStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cMTSConStatsMSwitchConn,
             cMTSConStatsMSwitch,
             cMTSConStatsCallAgentIx,
             cMTSConStatsSummaryPeriod }
    ::= {  cMTSConStatsTable  1  }

  CMTSConStatsEntry  ::=  SEQUENCE
  {
    cMTSConStatsMSwitchConn            Unsigned32,
    cMTSConStatsMSwitch                DisplayString,
    cMTSConStatsCallAgentIx            Unsigned32,
    cMTSConStatsSummaryPeriod          INTEGER,
    cMTSConStatsCntGateSetsSent        Integer32,
    cMTSConStatsCntGateSetAckResponsesRcvd
                                       Integer32,
    cMTSConStatsCntGateSetErrResponsesRcvd
                                       Integer32,
    cMTSConStatsCntGateSetTimeouts     Integer32,
    cMTSConStatsCntGateDeletesSent     Integer32,
    cMTSConStatsCntGateDeleteAckResponsesRcvd
                                       Integer32,
    cMTSConStatsCntGateDeleteErrResponsesRcvd
                                       Integer32,
    cMTSConStatsCntGateDeleteTimeouts  Integer32
  }

  cMTSConStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cMTSConStatsEntry  1 }

  cMTSConStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cMTSConStatsEntry  2 }

  cMTSConStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cMTSConStatsEntry  3 }

  cMTSConStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { cMTSConStatsEntry  4 }

  cMTSConStatsCntGateSetsSent OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Sets sent'."
    ::= { cMTSConStatsEntry  5 }

  cMTSConStatsCntGateSetAckResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Set-Ack responses received'."
    ::= { cMTSConStatsEntry  6 }

  cMTSConStatsCntGateSetErrResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Set-Err responses received'."
    ::= { cMTSConStatsEntry  7 }

  cMTSConStatsCntGateSetTimeouts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Set timeouts'."
    ::= { cMTSConStatsEntry  8 }

  cMTSConStatsCntGateDeletesSent OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Deletes sent'."
    ::= { cMTSConStatsEntry  9 }

  cMTSConStatsCntGateDeleteAckResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Delete-Ack responses received'."
    ::= { cMTSConStatsEntry  10 }

  cMTSConStatsCntGateDeleteErrResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Delete-Err responses received'."
    ::= { cMTSConStatsEntry  11 }

  cMTSConStatsCntGateDeleteTimeouts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Delete timeouts'."
    ::= { cMTSConStatsEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Cable Modem Termination Systems'                            */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  cMTSConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CMTSConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1127 }

  cMTSConEntry OBJECT-TYPE
    SYNTAX       CMTSConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cMTSConMSwitchConn,
             cMTSConMSwitch,
             cMTSConCallAgentIx }
    ::= {  cMTSConTable  1  }

  CMTSConEntry  ::=  SEQUENCE
  {
    cMTSConMSwitchConn                 Unsigned32,
    cMTSConMSwitch                     DisplayString,
    cMTSConCallAgentIx                 Unsigned32,
    cMTSConCMTSsAlrmsAttnRq            Unsigned32,
    cMTSConCMTSsAlrmEvtsAttnRq         Unsigned32,
    cMTSConSummaryChldAlrmState        INTEGER
  }

  cMTSConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cMTSConEntry  1 }

  cMTSConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cMTSConEntry  2 }

  cMTSConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cMTSConEntry  3 }

  cMTSConCMTSsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMTSs Attention Required alarms'."
    ::= { cMTSConEntry  4 }

  cMTSConCMTSsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'CMTSs Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cMTSConEntry  5 }

  cMTSConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cMTSConEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel Statistics'                              */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  iSUPMediaChanStatsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanStatsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Media Channel'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1128 }

  iSUPMediaChanStatsConEntry OBJECT-TYPE
    SYNTAX       ISUPMediaChanStatsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanStatsConMSwitchConn,
             iSUPMediaChanStatsConMSwitch,
             iSUPMediaChanStatsConCallAgentIx,
             iSUPMediaChanStatsConISUPLocalSigDestIx,
             iSUPMediaChanStatsConISUPRemSigDestIx,
             iSUPMediaChanStatsConMediaChanIx }
    ::= {  iSUPMediaChanStatsConTable  1  }

  ISUPMediaChanStatsConEntry  ::=  SEQUENCE
  {
    iSUPMediaChanStatsConMSwitchConn   Unsigned32,
    iSUPMediaChanStatsConMSwitch       DisplayString,
    iSUPMediaChanStatsConCallAgentIx   Unsigned32,
    iSUPMediaChanStatsConISUPLocalSigDestIx
                                       Unsigned32,
    iSUPMediaChanStatsConISUPRemSigDestIx
                                       Unsigned32,
    iSUPMediaChanStatsConMediaChanIx   Unsigned32,
    iSUPMediaChanStatsConDoExtraActions
                                       INTEGER
  }

  iSUPMediaChanStatsConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanStatsConEntry  1 }

  iSUPMediaChanStatsConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanStatsConEntry  2 }

  iSUPMediaChanStatsConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsConEntry  3 }

  iSUPMediaChanStatsConISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsConEntry  4 }

  iSUPMediaChanStatsConISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsConEntry  5 }

  iSUPMediaChanStatsConMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanStatsConEntry  6 }

  iSUPMediaChanStatsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanStatsConEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' CMTS Statistics'                           */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  cMTSStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CMTSStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'CMTS'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1129 }

  cMTSStatsEntry OBJECT-TYPE
    SYNTAX       CMTSStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cMTSStatsMSwitchConn,
             cMTSStatsMSwitch,
             cMTSStatsCallAgentIx,
             cMTSStatsCMTSIx,
             cMTSStatsSummaryPeriod }
    ::= {  cMTSStatsTable  1  }

  CMTSStatsEntry  ::=  SEQUENCE
  {
    cMTSStatsMSwitchConn               Unsigned32,
    cMTSStatsMSwitch                   DisplayString,
    cMTSStatsCallAgentIx               Unsigned32,
    cMTSStatsCMTSIx                    Unsigned32,
    cMTSStatsSummaryPeriod             INTEGER,
    cMTSStatsCntGateSetsSent           Integer32,
    cMTSStatsCntGateSetAckResponsesRcvd
                                       Integer32,
    cMTSStatsCntGateSetErrResponsesRcvd
                                       Integer32,
    cMTSStatsCntGateSetTimeouts        Integer32,
    cMTSStatsCntGateDeletesSent        Integer32,
    cMTSStatsCntGateDeleteAckResponsesRcvd
                                       Integer32,
    cMTSStatsCntGateDeleteErrResponsesRcvd
                                       Integer32,
    cMTSStatsCntGateDeleteTimeouts     Integer32
  }

  cMTSStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cMTSStatsEntry  1 }

  cMTSStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cMTSStatsEntry  2 }

  cMTSStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cMTSStatsEntry  3 }

  cMTSStatsCMTSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMTS index'.
                  This is an index field."
    ::= { cMTSStatsEntry  4 }

  cMTSStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { cMTSStatsEntry  5 }

  cMTSStatsCntGateSetsSent OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Sets sent'."
    ::= { cMTSStatsEntry  6 }

  cMTSStatsCntGateSetAckResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Set-Ack responses received'."
    ::= { cMTSStatsEntry  7 }

  cMTSStatsCntGateSetErrResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Set-Err responses received'."
    ::= { cMTSStatsEntry  8 }

  cMTSStatsCntGateSetTimeouts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Set timeouts'."
    ::= { cMTSStatsEntry  9 }

  cMTSStatsCntGateDeletesSent OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Deletes sent'."
    ::= { cMTSStatsEntry  10 }

  cMTSStatsCntGateDeleteAckResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Delete-Ack responses received'."
    ::= { cMTSStatsEntry  11 }

  cMTSStatsCntGateDeleteErrResponsesRcvd OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of Gate-Delete-Err responses received'."
    ::= { cMTSStatsEntry  12 }

  cMTSStatsCntGateDeleteTimeouts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of Gate-Delete timeouts'."
    ::= { cMTSStatsEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Query Route'                                                */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  tCAPSLHRQueryRouteTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TCAPSLHRQueryRouteEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Query Routes'."
    ::= { metaSwitch  1131 }

  tCAPSLHRQueryRouteEntry OBJECT-TYPE
    SYNTAX       TCAPSLHRQueryRouteEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tCAPSLHRQueryRouteMSwitchConn,
             tCAPSLHRQueryRouteMSwitch,
             tCAPSLHRQueryRouteCallAgentIx,
             tCAPSLHRQueryRouteServLogicHostRouteIx,
             tCAPSLHRQueryRouteType,
             tCAPSLHRQueryRouteRemPointCode,
             tCAPSLHRQueryRouteSigPointID }
    ::= {  tCAPSLHRQueryRouteTable  1  }

  TCAPSLHRQueryRouteEntry  ::=  SEQUENCE
  {
    tCAPSLHRQueryRouteMSwitchConn      Unsigned32,
    tCAPSLHRQueryRouteMSwitch          DisplayString,
    tCAPSLHRQueryRouteCallAgentIx      Unsigned32,
    tCAPSLHRQueryRouteServLogicHostRouteIx
                                       Unsigned32,
    tCAPSLHRQueryRouteName             DisplayString,
    tCAPSLHRQueryRouteType             INTEGER,
    tCAPSLHRQueryRouteRemPointCode     Integer32,
    tCAPSLHRQueryRouteSigPointID       Unsigned32,
    tCAPSLHRQueryRouteI1SCCPLocalAccessPointMSwitchConn
                                       Unsigned32,
    tCAPSLHRQueryRouteI2SCCPLocalAccessPointMSwitch
                                       DisplayString,
    tCAPSLHRQueryRouteI3SCCPLocalAccessPointCallAgentIx
                                       Unsigned32,
    tCAPSLHRQueryRouteI4SCCPLocalAccessPointSCCPIx
                                       Unsigned32,
    tCAPSLHRQueryRouteI5SCCPLocalAccessPointSSNID
                                       Unsigned32,
    tCAPSLHRQueryRouteSCCPLocalAccessPointOtherVals
                                       INTEGER,
    tCAPSLHRQueryRouteRowStatus        RowStatus
  }

  tCAPSLHRQueryRouteMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tCAPSLHRQueryRouteEntry  1 }

  tCAPSLHRQueryRouteMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tCAPSLHRQueryRouteEntry  2 }

  tCAPSLHRQueryRouteCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tCAPSLHRQueryRouteEntry  3 }

  tCAPSLHRQueryRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Logic Host Route index'.
                  This is an index field."
    ::= { tCAPSLHRQueryRouteEntry  4 }

  tCAPSLHRQueryRouteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { tCAPSLHRQueryRouteEntry  5 }

  tCAPSLHRQueryRouteType OBJECT-TYPE
    SYNTAX       INTEGER {
                   authorizedIncoming(1),
                   outgoing(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    ::= { tCAPSLHRQueryRouteEntry  6 }

  tCAPSLHRQueryRouteRemPointCode OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote point code'.
                  This is an index field."
    ::= { tCAPSLHRQueryRouteEntry  7 }

  tCAPSLHRQueryRouteSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { tCAPSLHRQueryRouteEntry  8 }

  tCAPSLHRQueryRouteI1SCCPLocalAccessPointMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local SCCP Access Point',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2LocalAccessPointSE'."
    ::= { tCAPSLHRQueryRouteEntry  9 }

  tCAPSLHRQueryRouteI2SCCPLocalAccessPointMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local SCCP Access Point',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2LocalAccessPointSE'."
    ::= { tCAPSLHRQueryRouteEntry  10 }

  tCAPSLHRQueryRouteI3SCCPLocalAccessPointCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local SCCP Access Point',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2LocalAccessPointSE'."
    ::= { tCAPSLHRQueryRouteEntry  11 }

  tCAPSLHRQueryRouteI4SCCPLocalAccessPointSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local SCCP Access Point',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2LocalAccessPointSE'."
    ::= { tCAPSLHRQueryRouteEntry  12 }

  tCAPSLHRQueryRouteI5SCCPLocalAccessPointSSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local SCCP Access Point',
                  This field represents index 'SSN ID'
                  in referenced type 'BOOSCCP2LocalAccessPointSE'."
    ::= { tCAPSLHRQueryRouteEntry  13 }

  tCAPSLHRQueryRouteSCCPLocalAccessPointOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   any(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local SCCP Access Point'.
                  This field represents the fixed
                  values that Local SCCP Access Point
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tCAPSLHRQueryRouteEntry  14 }

  tCAPSLHRQueryRouteRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tCAPSLHRQueryRouteEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'FlowSpec Mapping'                                           */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  flowSpecMappingTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF FlowSpecMappingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1136 }

  flowSpecMappingEntry OBJECT-TYPE
    SYNTAX       FlowSpecMappingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { flowSpecMappingMSwitchConn,
             flowSpecMappingMSwitch,
             flowSpecMappingCallAgentIx,
             flowSpecMappingFlowSpecMappingIx }
    ::= {  flowSpecMappingTable  1  }

  FlowSpecMappingEntry  ::=  SEQUENCE
  {
    flowSpecMappingMSwitchConn         Unsigned32,
    flowSpecMappingMSwitch             DisplayString,
    flowSpecMappingCallAgentIx         Unsigned32,
    flowSpecMappingFlowSpecMappingIx   Unsigned32,
    flowSpecMappingDesc                DisplayString,
    flowSpecMappingType                INTEGER,
    flowSpecMappingRTPAVPCode          Unsigned32,
    flowSpecMappingRTPMap              DisplayString,
    flowSpecMappingPacketizationInterval
                                       Unsigned32,
    flowSpecMappingFlowSpecParmsBMM    Unsigned32,
    flowSpecMappingFlowSpecParmsRP     Unsigned32,
    flowSpecMappingRowStatus           RowStatus
  }

  flowSpecMappingMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { flowSpecMappingEntry  1 }

  flowSpecMappingMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { flowSpecMappingEntry  2 }

  flowSpecMappingCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { flowSpecMappingEntry  3 }

  flowSpecMappingFlowSpecMappingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FlowSpec Mapping index'.
                  This is an index field."
    ::= { flowSpecMappingEntry  4 }

  flowSpecMappingDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { flowSpecMappingEntry  5 }

  flowSpecMappingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   static(1),
                   dynamic(2),
                   t38(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This field is not writable when active."
    ::= { flowSpecMappingEntry  6 }

  flowSpecMappingRTPAVPCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..95 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP/AVP code'.
                  This field is not writable when active."
    ::= { flowSpecMappingEntry  7 }

  flowSpecMappingRTPMap OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTPMap'.
                  This field is not writable when active."
    ::= { flowSpecMappingEntry  8 }

  flowSpecMappingPacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'.
                  This field is not writable when active."
    ::= { flowSpecMappingEntry  9 }

  flowSpecMappingFlowSpecParmsBMM OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "bytes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FlowSpec parameters b, m, M'."
    ::= { flowSpecMappingEntry  10 }

  flowSpecMappingFlowSpecParmsRP OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "bytes per second"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FlowSpec parameters r, p'."
    ::= { flowSpecMappingEntry  11 }

  flowSpecMappingRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { flowSpecMappingEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' Global Intelligent Networking Services Statistics'          */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  iNServiceStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF INServiceStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Intelligent Networking Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1139 }

  iNServiceStatsR1Entry OBJECT-TYPE
    SYNTAX       INServiceStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iNServiceStatsR1MSwitchConn,
             iNServiceStatsR1MSwitch,
             iNServiceStatsR1CallAgentIx,
             iNServiceStatsR1SummaryPeriod }
    ::= {  iNServiceStatsR1Table  1  }

  INServiceStatsR1Entry  ::=  SEQUENCE
  {
    iNServiceStatsR1MSwitchConn        Unsigned32,
    iNServiceStatsR1MSwitch            DisplayString,
    iNServiceStatsR1CallAgentIx        Unsigned32,
    iNServiceStatsR1SummaryPeriod      INTEGER,
    iNServiceStatsR1NumPortabNumInitiatedDatabaseQueries
                                       Unsigned32,
    iNServiceStatsR1NumPortabNumFaildQueries
                                       Unsigned32,
    iNServiceStatsR1NumPortabNumResponsesPortedSubs
                                       Unsigned32,
    iNServiceStatsR1NumPortabNumRejCallsDueToMisroutedLNPCall
                                       Unsigned32,
    iNServiceStatsR1NumPortabNumRejNonPortedCallsDueToUnallocatedNum
                                       Unsigned32,
    iNServiceStatsR1NumPortabNumRejPortedCallsDueToUnallocatedNum
                                       Unsigned32,
    iNServiceStatsR1LNPCacheLookups    Unsigned32,
    iNServiceStatsR1LNPCacheSuccessRate
                                       Integer32,
    iNServiceStatsR1LNPCacheOverflowRate
                                       Integer32,
    iNServiceStatsR1LNPCacheSize       Integer32,
    iNServiceStatsR1LNPCacheSizeLowWaterMark
                                       Integer32,
    iNServiceStatsR1LNPCacheSizeHighWaterMark
                                       Integer32
  }

  iNServiceStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iNServiceStatsR1Entry  1 }

  iNServiceStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iNServiceStatsR1Entry  2 }

  iNServiceStatsR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iNServiceStatsR1Entry  3 }

  iNServiceStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iNServiceStatsR1Entry  4 }

  iNServiceStatsR1NumPortabNumInitiatedDatabaseQueries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - query exchange - number of initiated database queries'."
    ::= { iNServiceStatsR1Entry  5 }

  iNServiceStatsR1NumPortabNumFaildQueries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - query exchange - number of failed queries'."
    ::= { iNServiceStatsR1Entry  6 }

  iNServiceStatsR1NumPortabNumResponsesPortedSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - query exchange - number of responses for ported subscribers'."
    ::= { iNServiceStatsR1Entry  7 }

  iNServiceStatsR1NumPortabNumRejCallsDueToMisroutedLNPCall OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - query exchange - number of rejected calls due to misrouted LNP call'."
    ::= { iNServiceStatsR1Entry  8 }

  iNServiceStatsR1NumPortabNumRejNonPortedCallsDueToUnallocatedNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - terminating exchange - number of rejected non-ported calls due to unallocated number'."
    ::= { iNServiceStatsR1Entry  9 }

  iNServiceStatsR1NumPortabNumRejPortedCallsDueToUnallocatedNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - terminating exchange - number of rejected ported calls due to unallocated number'."
    ::= { iNServiceStatsR1Entry  10 }

  iNServiceStatsR1LNPCacheLookups OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache lookups'."
    ::= { iNServiceStatsR1Entry  11 }

  iNServiceStatsR1LNPCacheSuccessRate OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache success rate'."
    ::= { iNServiceStatsR1Entry  12 }

  iNServiceStatsR1LNPCacheOverflowRate OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache overflow rate'."
    ::= { iNServiceStatsR1Entry  13 }

  iNServiceStatsR1LNPCacheSize OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache size'."
    ::= { iNServiceStatsR1Entry  14 }

  iNServiceStatsR1LNPCacheSizeLowWaterMark OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache size - low water mark'."
    ::= { iNServiceStatsR1Entry  15 }

  iNServiceStatsR1LNPCacheSizeHighWaterMark OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache size - high water mark'."
    ::= { iNServiceStatsR1Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' ISDN Primary Rate Interface Statistics'    */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  iSDNPRIStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN Primary Rate Interface'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1142 }

  iSDNPRIStatsR2Entry OBJECT-TYPE
    SYNTAX       ISDNPRIStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIStatsR2MSwitchConn,
             iSDNPRIStatsR2MSwitch,
             iSDNPRIStatsR2CallAgentIx,
             iSDNPRIStatsR2ISDNIx,
             iSDNPRIStatsR2PRIIx,
             iSDNPRIStatsR2SummaryPeriod }
    ::= {  iSDNPRIStatsR2Table  1  }

  ISDNPRIStatsR2Entry  ::=  SEQUENCE
  {
    iSDNPRIStatsR2MSwitchConn          Unsigned32,
    iSDNPRIStatsR2MSwitch              DisplayString,
    iSDNPRIStatsR2CallAgentIx          Unsigned32,
    iSDNPRIStatsR2ISDNIx               Unsigned32,
    iSDNPRIStatsR2PRIIx                Unsigned32,
    iSDNPRIStatsR2SummaryPeriod        INTEGER,
    iSDNPRIStatsR2ChansCfgdNum         Unsigned32,
    iSDNPRIStatsR2ChansCfgdLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansCfgdHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansAvailNum        Unsigned32,
    iSDNPRIStatsR2ChansAvailLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansAvailHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansIUCsNum         Unsigned32,
    iSDNPRIStatsR2ChansIUCsLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansIUCsHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansIUInCsNum       Unsigned32,
    iSDNPRIStatsR2ChansIUInCsLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansIUInCsHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansInUseOutClsNum  Unsigned32,
    iSDNPRIStatsR2ChansInUseOutClsLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansInUseOutClsHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansDvtdNum         Unsigned32,
    iSDNPRIStatsR2ChansDvtdLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansDvtdHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansFaildNum        Unsigned32,
    iSDNPRIStatsR2ChansFaildLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChansFaildHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2InCallAttemptsTot    Unsigned32,
    iSDNPRIStatsR2InCallAttemptsSuccessfullyConnected
                                       Unsigned32,
    iSDNPRIStatsR2InCallsUnconnNormalReasons
                                       Unsigned32,
    iSDNPRIStatsR2InCallsUnconnNoChansAvail
                                       Unsigned32,
    iSDNPRIStatsR2InCallsUnconnFails   Unsigned32,
    iSDNPRIStatsR2OutCallAttemptsTot   Unsigned32,
    iSDNPRIStatsR2OutCallAttemptsSuccessfullyConnected
                                       Unsigned32,
    iSDNPRIStatsR2OutCallsUnconnNormalReasons
                                       Unsigned32,
    iSDNPRIStatsR2OutCallsUnconnNoChansAvail
                                       Unsigned32,
    iSDNPRIStatsR2OutCallsUnconnFails  Unsigned32,
    iSDNPRIStatsR2CallUsageAllCalls    Unsigned32,
    iSDNPRIStatsR2CallUsageOrigingCalls
                                       Unsigned32,
    iSDNPRIStatsR2CallUsageTermCalls   Unsigned32,
    iSDNPRIStatsR2ChanUtilizationPercentage
                                       Unsigned32,
    iSDNPRIStatsR2ChanUtilizationLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ChanUtilizationHighWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2ISDNL2SigFailsPrimaryDchannel
                                       Unsigned32,
    iSDNPRIStatsR2ISDNL2SigFailsSecondaryDchannel
                                       Unsigned32,
    iSDNPRIStatsR2ISDNL2SigFailsCallsRlsd
                                       Unsigned32,
    iSDNPRIStatsR2ProtErrsAssociatedWithCalls
                                       Unsigned32,
    iSDNPRIStatsR2ProtErrsNotAssociatedWithCalls
                                       Unsigned32,
    iSDNPRIStatsR2OTBCXsSuccessfulRequests
                                       Unsigned32,
    iSDNPRIStatsR2OTBCXsFaildRequests  Unsigned32,
    iSDNPRIStatsR2OTBCXsCurrAct        Unsigned32,
    iSDNPRIStatsR2OTBCXsActLowWaterMark
                                       Unsigned32,
    iSDNPRIStatsR2OTBCXsActHighWaterMark
                                       Unsigned32
  }

  iSDNPRIStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIStatsR2Entry  1 }

  iSDNPRIStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIStatsR2Entry  2 }

  iSDNPRIStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIStatsR2Entry  3 }

  iSDNPRIStatsR2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIStatsR2Entry  4 }

  iSDNPRIStatsR2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNPRIStatsR2Entry  5 }

  iSDNPRIStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iSDNPRIStatsR2Entry  6 }

  iSDNPRIStatsR2ChansCfgdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently configured'."
    ::= { iSDNPRIStatsR2Entry  26 }

  iSDNPRIStatsR2ChansCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently configured - low water mark'."
    ::= { iSDNPRIStatsR2Entry  27 }

  iSDNPRIStatsR2ChansCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently configured - high water mark'."
    ::= { iSDNPRIStatsR2Entry  28 }

  iSDNPRIStatsR2ChansAvailNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently available'."
    ::= { iSDNPRIStatsR2Entry  30 }

  iSDNPRIStatsR2ChansAvailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently available - low water mark'."
    ::= { iSDNPRIStatsR2Entry  31 }

  iSDNPRIStatsR2ChansAvailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently available - high water mark'."
    ::= { iSDNPRIStatsR2Entry  32 }

  iSDNPRIStatsR2ChansIUCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls'."
    ::= { iSDNPRIStatsR2Entry  34 }

  iSDNPRIStatsR2ChansIUCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls - low water mark'."
    ::= { iSDNPRIStatsR2Entry  35 }

  iSDNPRIStatsR2ChansIUCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls - high water mark'."
    ::= { iSDNPRIStatsR2Entry  36 }

  iSDNPRIStatsR2ChansIUInCsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls to Metaswitch'."
    ::= { iSDNPRIStatsR2Entry  38 }

  iSDNPRIStatsR2ChansIUInCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls to Metaswitch - low water mark'."
    ::= { iSDNPRIStatsR2Entry  39 }

  iSDNPRIStatsR2ChansIUInCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls to Metaswitch - high water mark'."
    ::= { iSDNPRIStatsR2Entry  40 }

  iSDNPRIStatsR2ChansInUseOutClsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls from Metaswitch'."
    ::= { iSDNPRIStatsR2Entry  42 }

  iSDNPRIStatsR2ChansInUseOutClsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls from Metaswitch - low water mark'."
    ::= { iSDNPRIStatsR2Entry  43 }

  iSDNPRIStatsR2ChansInUseOutClsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently in use for calls from Metaswitch - high water mark'."
    ::= { iSDNPRIStatsR2Entry  44 }

  iSDNPRIStatsR2ChansDvtdNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently deactivated or in use by maintenance'."
    ::= { iSDNPRIStatsR2Entry  46 }

  iSDNPRIStatsR2ChansDvtdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently deactivated or in use by maintenance - low water mark'."
    ::= { iSDNPRIStatsR2Entry  47 }

  iSDNPRIStatsR2ChansDvtdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently deactivated or in use by maintenance - high water mark'."
    ::= { iSDNPRIStatsR2Entry  48 }

  iSDNPRIStatsR2ChansFaildNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently failed'."
    ::= { iSDNPRIStatsR2Entry  50 }

  iSDNPRIStatsR2ChansFaildLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently failed - low water mark'."
    ::= { iSDNPRIStatsR2Entry  51 }

  iSDNPRIStatsR2ChansFaildHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Channels currently failed - high water mark'."
    ::= { iSDNPRIStatsR2Entry  52 }

  iSDNPRIStatsR2InCallAttemptsTot OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Incoming calls - Call attempts'."
    ::= { iSDNPRIStatsR2Entry  54 }

  iSDNPRIStatsR2InCallAttemptsSuccessfullyConnected OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Incoming calls - Successful call attempts'."
    ::= { iSDNPRIStatsR2Entry  55 }

  iSDNPRIStatsR2InCallsUnconnNormalReasons OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Incoming calls - Unconnected calls (normal reasons)'."
    ::= { iSDNPRIStatsR2Entry  56 }

  iSDNPRIStatsR2InCallsUnconnNoChansAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Incoming calls - Unconnected calls (congestion)'."
    ::= { iSDNPRIStatsR2Entry  57 }

  iSDNPRIStatsR2InCallsUnconnFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Incoming calls - Unconnected calls (failures)'."
    ::= { iSDNPRIStatsR2Entry  58 }

  iSDNPRIStatsR2OutCallAttemptsTot OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Outgoing calls - Call attempts'."
    ::= { iSDNPRIStatsR2Entry  60 }

  iSDNPRIStatsR2OutCallAttemptsSuccessfullyConnected OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Outgoing calls - Successful call attempts'."
    ::= { iSDNPRIStatsR2Entry  61 }

  iSDNPRIStatsR2OutCallsUnconnNormalReasons OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Outgoing calls - Unconnected calls (normal reasons)'."
    ::= { iSDNPRIStatsR2Entry  62 }

  iSDNPRIStatsR2OutCallsUnconnNoChansAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Outgoing calls - Unconnected calls (congestion)'."
    ::= { iSDNPRIStatsR2Entry  63 }

  iSDNPRIStatsR2OutCallsUnconnFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Outgoing calls - Unconnected calls (failures)'."
    ::= { iSDNPRIStatsR2Entry  64 }

  iSDNPRIStatsR2CallUsageAllCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Total call usage'."
    ::= { iSDNPRIStatsR2Entry  66 }

  iSDNPRIStatsR2CallUsageOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call usage'."
    ::= { iSDNPRIStatsR2Entry  67 }

  iSDNPRIStatsR2CallUsageTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call usage'."
    ::= { iSDNPRIStatsR2Entry  68 }

  iSDNPRIStatsR2ChanUtilizationPercentage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Percentage utilization'."
    ::= { iSDNPRIStatsR2Entry  70 }

  iSDNPRIStatsR2ChanUtilizationLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Percentage utilization - low water mark'."
    ::= { iSDNPRIStatsR2Entry  71 }

  iSDNPRIStatsR2ChanUtilizationHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PRI status: Percentage utilization - high water mark'."
    ::= { iSDNPRIStatsR2Entry  72 }

  iSDNPRIStatsR2ISDNL2SigFailsPrimaryDchannel OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: ISDN layer 2 signaling failures - Primary D-channel'."
    ::= { iSDNPRIStatsR2Entry  74 }

  iSDNPRIStatsR2ISDNL2SigFailsSecondaryDchannel OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: ISDN layer 2 signaling failures - Secondary D-channel'."
    ::= { iSDNPRIStatsR2Entry  75 }

  iSDNPRIStatsR2ISDNL2SigFailsCallsRlsd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: ISDN layer 2 signaling failures - Calls released'."
    ::= { iSDNPRIStatsR2Entry  76 }

  iSDNPRIStatsR2ProtErrsAssociatedWithCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Protocol errors - Associated with calls'."
    ::= { iSDNPRIStatsR2Entry  78 }

  iSDNPRIStatsR2ProtErrsNotAssociatedWithCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Protocol errors - Not associated with calls'."
    ::= { iSDNPRIStatsR2Entry  79 }

  iSDNPRIStatsR2OTBCXsSuccessfulRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Two B-Channel Transfers - Successful incoming requests'."
    ::= { iSDNPRIStatsR2Entry  90 }

  iSDNPRIStatsR2OTBCXsFaildRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Two B-Channel Transfers - Failed incoming requests'."
    ::= { iSDNPRIStatsR2Entry  91 }

  iSDNPRIStatsR2OTBCXsCurrAct OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Two B-Channel Transfers - Currently active'."
    ::= { iSDNPRIStatsR2Entry  92 }

  iSDNPRIStatsR2OTBCXsActLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Two B-Channel Transfers - Currently active - low water mark'."
    ::= { iSDNPRIStatsR2Entry  93 }

  iSDNPRIStatsR2OTBCXsActHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Two B-Channel Transfers - Currently active - high water mark'."
    ::= { iSDNPRIStatsR2Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Switch in VP3500 / MG3500'                         */
-- /* Valid from: 5.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysEthernetSwitchR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysEthernetSwitchR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1166 }

  sysEthernetSwitchR1Entry OBJECT-TYPE
    SYNTAX       SysEthernetSwitchR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysEthernetSwitchR1MSwitchConn,
             sysEthernetSwitchR1MSwitch,
             sysEthernetSwitchR1CtrlerIx }
    ::= {  sysEthernetSwitchR1Table  1  }

  SysEthernetSwitchR1Entry  ::=  SEQUENCE
  {
    sysEthernetSwitchR1MSwitchConn     Unsigned32,
    sysEthernetSwitchR1MSwitch         DisplayString,
    sysEthernetSwitchR1CtrlerIx        Unsigned32,
    sysEthernetSwitchR1SwitchType      INTEGER,
    sysEthernetSwitchR1Link1AlrmCardAStatus
                                       INTEGER,
    sysEthernetSwitchR1Link2CPUCardAStatus
                                       INTEGER,
    sysEthernetSwitchR1Link3IOA1Status INTEGER,
    sysEthernetSwitchR1Link4IOA2Status INTEGER,
    sysEthernetSwitchR1Link5IOA3Status INTEGER,
    sysEthernetSwitchR1Link6IOA4Status INTEGER,
    sysEthernetSwitchR1Link7IOA5Status INTEGER,
    sysEthernetSwitchR1Link8IOA6Status INTEGER,
    sysEthernetSwitchR1Link9IOA7Status INTEGER,
    sysEthernetSwitchR1Link10UnusedStatus
                                       INTEGER,
    sysEthernetSwitchR1Link11UnusedStatus
                                       INTEGER,
    sysEthernetSwitchR1Link12UnusedStatus
                                       INTEGER,
    sysEthernetSwitchR1Link13IOB7Status
                                       INTEGER,
    sysEthernetSwitchR1Link14IOB6Status
                                       INTEGER,
    sysEthernetSwitchR1Link15IOB5Status
                                       INTEGER,
    sysEthernetSwitchR1Link16IOB4Status
                                       INTEGER,
    sysEthernetSwitchR1Link17IOB3Status
                                       INTEGER,
    sysEthernetSwitchR1Link18IOB2Status
                                       INTEGER,
    sysEthernetSwitchR1Link19IOB1Status
                                       INTEGER,
    sysEthernetSwitchR1Link20CPUCardBStatus
                                       INTEGER,
    sysEthernetSwitchR1Link21AlrmCardBStatus
                                       INTEGER,
    sysEthernetSwitchR1Link22UnusedStatus
                                       INTEGER,
    sysEthernetSwitchR1Link23UnusedStatus
                                       INTEGER,
    sysEthernetSwitchR1Link24UnusedStatus
                                       INTEGER,
    sysEthernetSwitchR1Link25GigabitUplinkStatus
                                       INTEGER,
    sysEthernetSwitchR1Link26GigabitFabricUplinkStatus
                                       INTEGER,
    sysEthernetSwitchR1AlrmState       INTEGER,
    sysEthernetSwitchR1AlrmLogCorr     Counter64,
    sysEthernetSwitchR1AlrmEvtsAttnRq  Integer32,
    sysEthernetSwitchR1AlrmStateTimestamp
                                       Unsigned32,
    sysEthernetSwitchR1AlrmResetTimestamp
                                       Unsigned32,
    sysEthernetSwitchR1ChldAlrmsAttnRq Unsigned32,
    sysEthernetSwitchR1ChldAlrmEvtsAttnRq
                                       Unsigned32,
    sysEthernetSwitchR1SummaryChldAlrmState
                                       INTEGER
  }

  sysEthernetSwitchR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysEthernetSwitchR1Entry  1 }

  sysEthernetSwitchR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysEthernetSwitchR1Entry  2 }

  sysEthernetSwitchR1CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysEthernetSwitchR1Entry  3 }

  sysEthernetSwitchR1SwitchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sW2000(1),
                   sW4000(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch type'."
    ::= { sysEthernetSwitchR1Entry  4 }

  sysEthernetSwitchR1Link1AlrmCardAStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 1 (Alarm Card A) status'."
    ::= { sysEthernetSwitchR1Entry  5 }

  sysEthernetSwitchR1Link2CPUCardAStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 2 (CPU Card A) status'."
    ::= { sysEthernetSwitchR1Entry  6 }

  sysEthernetSwitchR1Link3IOA1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 3 (I/O A1) status'."
    ::= { sysEthernetSwitchR1Entry  7 }

  sysEthernetSwitchR1Link4IOA2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 4 (I/O A2) status'."
    ::= { sysEthernetSwitchR1Entry  8 }

  sysEthernetSwitchR1Link5IOA3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 5 (I/O A3) status'."
    ::= { sysEthernetSwitchR1Entry  9 }

  sysEthernetSwitchR1Link6IOA4Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 6 (I/O A4) status'."
    ::= { sysEthernetSwitchR1Entry  10 }

  sysEthernetSwitchR1Link7IOA5Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 7 (I/O A5) status'."
    ::= { sysEthernetSwitchR1Entry  11 }

  sysEthernetSwitchR1Link8IOA6Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 8 (I/O A6) status'."
    ::= { sysEthernetSwitchR1Entry  12 }

  sysEthernetSwitchR1Link9IOA7Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 9 (I/O A7) status'."
    ::= { sysEthernetSwitchR1Entry  13 }

  sysEthernetSwitchR1Link10UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 10 (unused) status'."
    ::= { sysEthernetSwitchR1Entry  14 }

  sysEthernetSwitchR1Link11UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 11 (unused) status'."
    ::= { sysEthernetSwitchR1Entry  15 }

  sysEthernetSwitchR1Link12UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 12 (unused) status'."
    ::= { sysEthernetSwitchR1Entry  16 }

  sysEthernetSwitchR1Link13IOB7Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 13 (I/O B7) status'."
    ::= { sysEthernetSwitchR1Entry  17 }

  sysEthernetSwitchR1Link14IOB6Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 14 (I/O B6) status'."
    ::= { sysEthernetSwitchR1Entry  18 }

  sysEthernetSwitchR1Link15IOB5Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 15 (I/O B5) status'."
    ::= { sysEthernetSwitchR1Entry  19 }

  sysEthernetSwitchR1Link16IOB4Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 16 (I/O B4) status'."
    ::= { sysEthernetSwitchR1Entry  20 }

  sysEthernetSwitchR1Link17IOB3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 17 (I/O B3) status'."
    ::= { sysEthernetSwitchR1Entry  21 }

  sysEthernetSwitchR1Link18IOB2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 18 (I/O B2) status'."
    ::= { sysEthernetSwitchR1Entry  22 }

  sysEthernetSwitchR1Link19IOB1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 19 (I/O B1) status'."
    ::= { sysEthernetSwitchR1Entry  23 }

  sysEthernetSwitchR1Link20CPUCardBStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 20 (CPU Card B) status'."
    ::= { sysEthernetSwitchR1Entry  24 }

  sysEthernetSwitchR1Link21AlrmCardBStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 21 (Alarm Card B) status'."
    ::= { sysEthernetSwitchR1Entry  25 }

  sysEthernetSwitchR1Link22UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 22 (unused) status'."
    ::= { sysEthernetSwitchR1Entry  26 }

  sysEthernetSwitchR1Link23UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 23 (unused) status'."
    ::= { sysEthernetSwitchR1Entry  27 }

  sysEthernetSwitchR1Link24UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 24 (unused) status'."
    ::= { sysEthernetSwitchR1Entry  29 }

  sysEthernetSwitchR1Link25GigabitUplinkStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 25 (Gigabit uplink) status'."
    ::= { sysEthernetSwitchR1Entry  30 }

  sysEthernetSwitchR1Link26GigabitFabricUplinkStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Link 26 (Gigabit fabric uplink) status'."
    ::= { sysEthernetSwitchR1Entry  31 }

  sysEthernetSwitchR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysEthernetSwitchR1Entry  33 }

  sysEthernetSwitchR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sysEthernetSwitchR1Entry  34 }

  sysEthernetSwitchR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysEthernetSwitchR1Entry  35 }

  sysEthernetSwitchR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysEthernetSwitchR1Entry  36 }

  sysEthernetSwitchR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sysEthernetSwitchR1Entry  37 }

  sysEthernetSwitchR1ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysEthernetSwitchR1Entry  38 }

  sysEthernetSwitchR1ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysEthernetSwitchR1Entry  39 }

  sysEthernetSwitchR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysEthernetSwitchR1Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Query Routes'                                               */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  tCAPSLHRQryRtsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TCAPSLHRQryRtsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Service Logic Host Route'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1173 }

  tCAPSLHRQryRtsConEntry OBJECT-TYPE
    SYNTAX       TCAPSLHRQryRtsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tCAPSLHRQryRtsConMSwitchConn,
             tCAPSLHRQryRtsConMSwitch,
             tCAPSLHRQryRtsConCallAgentIx,
             tCAPSLHRQryRtsConServLogicHostRouteIx }
    ::= {  tCAPSLHRQryRtsConTable  1  }

  TCAPSLHRQryRtsConEntry  ::=  SEQUENCE
  {
    tCAPSLHRQryRtsConMSwitchConn       Unsigned32,
    tCAPSLHRQryRtsConMSwitch           DisplayString,
    tCAPSLHRQryRtsConCallAgentIx       Unsigned32,
    tCAPSLHRQryRtsConServLogicHostRouteIx
                                       Unsigned32,
    tCAPSLHRQryRtsConExportNumObjectsExported
                                       Integer32,
    tCAPSLHRQryRtsConExportStatus      DisplayString,
    tCAPSLHRQryRtsConExportFile        DisplayString,
    tCAPSLHRQryRtsConExportCorr        Counter64,
    tCAPSLHRQryRtsConExportCorrMSwitch DisplayString,
    tCAPSLHRQryRtsConExportCorrUID     DisplayString,
    tCAPSLHRQryRtsConDoExtraActions    INTEGER,
    tCAPSLHRQryRtsConExportIncASRepData
                                       INTEGER,
    tCAPSLHRQryRtsConExportChldObjectsToInc
                                       INTEGER
  }

  tCAPSLHRQryRtsConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tCAPSLHRQryRtsConEntry  1 }

  tCAPSLHRQryRtsConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tCAPSLHRQryRtsConEntry  2 }

  tCAPSLHRQryRtsConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tCAPSLHRQryRtsConEntry  3 }

  tCAPSLHRQryRtsConServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Logic Host Route index'.
                  This is an index field."
    ::= { tCAPSLHRQryRtsConEntry  4 }

  tCAPSLHRQryRtsConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tCAPSLHRQryRtsConEntry  5 }

  tCAPSLHRQryRtsConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tCAPSLHRQryRtsConEntry  6 }

  tCAPSLHRQryRtsConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tCAPSLHRQryRtsConEntry  7 }

  tCAPSLHRQryRtsConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tCAPSLHRQryRtsConEntry  8 }

  tCAPSLHRQryRtsConExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tCAPSLHRQryRtsConEntry  9 }

  tCAPSLHRQryRtsConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tCAPSLHRQryRtsConEntry  10 }

  tCAPSLHRQryRtsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tCAPSLHRQryRtsConEntry  11 }

  tCAPSLHRQryRtsConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tCAPSLHRQryRtsConEntry  12 }

  tCAPSLHRQryRtsConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tCAPSLHRQryRtsConEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Service Logic Host Route Statistics'       */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  tCAPSLHRStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TCAPSLHRStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Service Logic Host Route'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1174 }

  tCAPSLHRStatsR1Entry OBJECT-TYPE
    SYNTAX       TCAPSLHRStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tCAPSLHRStatsR1MSwitchConn,
             tCAPSLHRStatsR1MSwitch,
             tCAPSLHRStatsR1CallAgentIx,
             tCAPSLHRStatsR1ServLogicHostRouteIx,
             tCAPSLHRStatsR1SummaryPeriod }
    ::= {  tCAPSLHRStatsR1Table  1  }

  TCAPSLHRStatsR1Entry  ::=  SEQUENCE
  {
    tCAPSLHRStatsR1MSwitchConn         Unsigned32,
    tCAPSLHRStatsR1MSwitch             DisplayString,
    tCAPSLHRStatsR1CallAgentIx         Unsigned32,
    tCAPSLHRStatsR1ServLogicHostRouteIx
                                       Unsigned32,
    tCAPSLHRStatsR1SummaryPeriod       INTEGER,
    tCAPSLHRStatsR1NumQueryMsgsSent    Unsigned32,
    tCAPSLHRStatsR1NumBeginMsgsSent    Unsigned32,
    tCAPSLHRStatsR1NumQueryMsgsRcvd    Unsigned32,
    tCAPSLHRStatsR1NumBeginMsgsRcvd    Unsigned32,
    tCAPSLHRStatsR1NumConvMsgsSent     Unsigned32,
    tCAPSLHRStatsR1NumContMsgsSent     Unsigned32,
    tCAPSLHRStatsR1NumConvMsgsRcvd     Unsigned32,
    tCAPSLHRStatsR1NumContMsgsRcvd     Unsigned32,
    tCAPSLHRStatsR1NumResponseMsgsSent Unsigned32,
    tCAPSLHRStatsR1NumEndMsgsSent      Unsigned32,
    tCAPSLHRStatsR1NumResponseMsgsRcvd Unsigned32,
    tCAPSLHRStatsR1NumEndMsgsRcvd      Unsigned32,
    tCAPSLHRStatsR1NumAbortMsgsSent    Unsigned32,
    tCAPSLHRStatsR1NumAbortMsgsRcvd    Unsigned32,
    tCAPSLHRStatsR1NumUniDirMsgsSent   Unsigned32,
    tCAPSLHRStatsR1NumUniDirMsgsRcvd   Unsigned32,
    tCAPSLHRStatsR1NumMsgsSent         Unsigned32,
    tCAPSLHRStatsR1NumMsgsRcvd         Unsigned32,
    tCAPSLHRStatsR1NumCmptsSent        Unsigned32,
    tCAPSLHRStatsR1NumCmptsRcvd        Unsigned32,
    tCAPSLHRStatsR1NumMsgsDiscarded    Unsigned32,
    tCAPSLHRStatsR1NumNewTransactions  Unsigned32,
    tCAPSLHRStatsR1AverageNumOpenTransactionsIDs
                                       Unsigned32,
    tCAPSLHRStatsR1MaxNumOpenTransactions
                                       Unsigned32,
    tCAPSLHRStatsR1CumDurnTransactions Unsigned32,
    tCAPSLHRStatsR1AvgLenPackagesRcvd  Unsigned32,
    tCAPSLHRStatsR1AvgLenPackagesSent  Unsigned32,
    tCAPSLHRStatsR1NumOperationTimeOuts
                                       Unsigned32,
    tCAPSLHRStatsR1NumTransactionTimeOuts
                                       Unsigned32,
    tCAPSLHRStatsR1NumAppCxtErrs       Unsigned32,
    tCAPSLHRStatsR1NumProtVersionErrs  Unsigned32,
    tCAPSLHRStatsR1NInvNotLastCmptsRcvd
                                       Unsigned32,
    tCAPSLHRStatsR1NInvLastCmptsRcvd   Unsigned32,
    tCAPSLHRStatsR1NumRcvdRtnResNotLastCmpts
                                       Unsigned32,
    tCAPSLHRStatsR1NRtnResLastCmptsRcvd
                                       Unsigned32,
    tCAPSLHRStatsR1NumRtnErrCmptsRcvd  Unsigned32,
    tCAPSLHRStatsR1NumRejCmptsRcvd     Unsigned32,
    tCAPSLHRStatsR1NInvNotLastCmptsSent
                                       Unsigned32,
    tCAPSLHRStatsR1NInvLastCmptsSent   Unsigned32,
    tCAPSLHRStatsR1NumSentRtnResNotLastCmpts
                                       Unsigned32,
    tCAPSLHRStatsR1NRtnResLastCmptsSent
                                       Unsigned32,
    tCAPSLHRStatsR1NumRtnErrCmptsSent  Unsigned32,
    tCAPSLHRStatsR1NumRejCmptsSent     Unsigned32,
    tCAPSLHRStatsR1AverageDurnTransactions
                                       Unsigned32,
    tCAPSLHRStatsR1NumUnauthorizedQueryMsgsRcvd
                                       Unsigned32
  }

  tCAPSLHRStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tCAPSLHRStatsR1Entry  1 }

  tCAPSLHRStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tCAPSLHRStatsR1Entry  2 }

  tCAPSLHRStatsR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tCAPSLHRStatsR1Entry  3 }

  tCAPSLHRStatsR1ServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Logic Host Route index'.
                  This is an index field."
    ::= { tCAPSLHRStatsR1Entry  4 }

  tCAPSLHRStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { tCAPSLHRStatsR1Entry  5 }

  tCAPSLHRStatsR1NumQueryMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Query messages sent'."
    ::= { tCAPSLHRStatsR1Entry  6 }

  tCAPSLHRStatsR1NumBeginMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Begin messages sent'."
    ::= { tCAPSLHRStatsR1Entry  7 }

  tCAPSLHRStatsR1NumQueryMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Query messages received'."
    ::= { tCAPSLHRStatsR1Entry  8 }

  tCAPSLHRStatsR1NumBeginMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Begin messages received'."
    ::= { tCAPSLHRStatsR1Entry  9 }

  tCAPSLHRStatsR1NumConvMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Conversation messages sent'."
    ::= { tCAPSLHRStatsR1Entry  10 }

  tCAPSLHRStatsR1NumContMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Continue messages sent'."
    ::= { tCAPSLHRStatsR1Entry  11 }

  tCAPSLHRStatsR1NumConvMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Conversation messages received'."
    ::= { tCAPSLHRStatsR1Entry  12 }

  tCAPSLHRStatsR1NumContMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Continue messages received'."
    ::= { tCAPSLHRStatsR1Entry  13 }

  tCAPSLHRStatsR1NumResponseMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Response messages sent'."
    ::= { tCAPSLHRStatsR1Entry  14 }

  tCAPSLHRStatsR1NumEndMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of End messages sent'."
    ::= { tCAPSLHRStatsR1Entry  15 }

  tCAPSLHRStatsR1NumResponseMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Response messages received'."
    ::= { tCAPSLHRStatsR1Entry  16 }

  tCAPSLHRStatsR1NumEndMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of End messages received'."
    ::= { tCAPSLHRStatsR1Entry  17 }

  tCAPSLHRStatsR1NumAbortMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Abort messages sent'."
    ::= { tCAPSLHRStatsR1Entry  18 }

  tCAPSLHRStatsR1NumAbortMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Abort messages received'."
    ::= { tCAPSLHRStatsR1Entry  19 }

  tCAPSLHRStatsR1NumUniDirMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Uni-directional messages sent'."
    ::= { tCAPSLHRStatsR1Entry  20 }

  tCAPSLHRStatsR1NumUniDirMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Uni-directional messages received'."
    ::= { tCAPSLHRStatsR1Entry  21 }

  tCAPSLHRStatsR1NumMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of messages sent'."
    ::= { tCAPSLHRStatsR1Entry  22 }

  tCAPSLHRStatsR1NumMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of messages received'."
    ::= { tCAPSLHRStatsR1Entry  23 }

  tCAPSLHRStatsR1NumCmptsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of components sent'."
    ::= { tCAPSLHRStatsR1Entry  24 }

  tCAPSLHRStatsR1NumCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of components received'."
    ::= { tCAPSLHRStatsR1Entry  25 }

  tCAPSLHRStatsR1NumMsgsDiscarded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of messages discarded'."
    ::= { tCAPSLHRStatsR1Entry  26 }

  tCAPSLHRStatsR1NumNewTransactions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of new transactions'."
    ::= { tCAPSLHRStatsR1Entry  27 }

  tCAPSLHRStatsR1AverageNumOpenTransactionsIDs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Average number of open transactions IDs'."
    ::= { tCAPSLHRStatsR1Entry  28 }

  tCAPSLHRStatsR1MaxNumOpenTransactions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of open transactions'."
    ::= { tCAPSLHRStatsR1Entry  29 }

  tCAPSLHRStatsR1CumDurnTransactions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cumulative duration of transactions'."
    ::= { tCAPSLHRStatsR1Entry  30 }

  tCAPSLHRStatsR1AvgLenPackagesRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Average length of packages received'."
    ::= { tCAPSLHRStatsR1Entry  31 }

  tCAPSLHRStatsR1AvgLenPackagesSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Average length of packages sent'."
    ::= { tCAPSLHRStatsR1Entry  32 }

  tCAPSLHRStatsR1NumOperationTimeOuts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of operation time outs'."
    ::= { tCAPSLHRStatsR1Entry  33 }

  tCAPSLHRStatsR1NumTransactionTimeOuts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of transaction time outs'."
    ::= { tCAPSLHRStatsR1Entry  34 }

  tCAPSLHRStatsR1NumAppCxtErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of application context errors'."
    ::= { tCAPSLHRStatsR1Entry  35 }

  tCAPSLHRStatsR1NumProtVersionErrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of protocol version errors'."
    ::= { tCAPSLHRStatsR1Entry  36 }

  tCAPSLHRStatsR1NInvNotLastCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Invoke (not last) components received'."
    ::= { tCAPSLHRStatsR1Entry  37 }

  tCAPSLHRStatsR1NInvLastCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Invoke (last) components received'."
    ::= { tCAPSLHRStatsR1Entry  38 }

  tCAPSLHRStatsR1NumRcvdRtnResNotLastCmpts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Return Result (not last) components received'."
    ::= { tCAPSLHRStatsR1Entry  39 }

  tCAPSLHRStatsR1NRtnResLastCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Return Result (last) components received'."
    ::= { tCAPSLHRStatsR1Entry  40 }

  tCAPSLHRStatsR1NumRtnErrCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Return Error components received'."
    ::= { tCAPSLHRStatsR1Entry  41 }

  tCAPSLHRStatsR1NumRejCmptsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Reject components received'."
    ::= { tCAPSLHRStatsR1Entry  42 }

  tCAPSLHRStatsR1NInvNotLastCmptsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Invoke (not last) components sent'."
    ::= { tCAPSLHRStatsR1Entry  43 }

  tCAPSLHRStatsR1NInvLastCmptsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Invoke (last) components sent'."
    ::= { tCAPSLHRStatsR1Entry  44 }

  tCAPSLHRStatsR1NumSentRtnResNotLastCmpts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Return Result (not last) components sent'."
    ::= { tCAPSLHRStatsR1Entry  45 }

  tCAPSLHRStatsR1NRtnResLastCmptsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Return Result (last) components sent'."
    ::= { tCAPSLHRStatsR1Entry  46 }

  tCAPSLHRStatsR1NumRtnErrCmptsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of Return Error components sent'."
    ::= { tCAPSLHRStatsR1Entry  47 }

  tCAPSLHRStatsR1NumRejCmptsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Reject components sent'."
    ::= { tCAPSLHRStatsR1Entry  48 }

  tCAPSLHRStatsR1AverageDurnTransactions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Average duration of transactions'."
    ::= { tCAPSLHRStatsR1Entry  49 }

  tCAPSLHRStatsR1NumUnauthorizedQueryMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of unauthorized Query messages received'."
    ::= { tCAPSLHRStatsR1Entry  50 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Subscriber Gateway Statistics'             */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  subGwStatsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGwStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1178 }

  subGwStatsEntry OBJECT-TYPE
    SYNTAX       SubGwStatsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGwStatsMSwitchConn,
             subGwStatsMSwitch,
             subGwStatsCallAgentIx,
             subGwStatsGatewayIx,
             subGwStatsSummaryPeriod }
    ::= {  subGwStatsTable  1  }

  SubGwStatsEntry  ::=  SEQUENCE
  {
    subGwStatsMSwitchConn              Unsigned32,
    subGwStatsMSwitch                  DisplayString,
    subGwStatsCallAgentIx              Unsigned32,
    subGwStatsGatewayIx                Unsigned32,
    subGwStatsSummaryPeriod            INTEGER,
    subGwStatsCallsClsCurCon           Unsigned32,
    subGwStatsCallsClsCurConHighWaterMark
                                       Unsigned32,
    subGwStatsCallsClsCurConLowWaterMark
                                       Unsigned32,
    subGwStatsCallsTotCallAttempts     Unsigned32,
    subGwStatsCallsSuccessfulCallAttempts
                                       Unsigned32,
    subGwStatsCallsFaildCallAttempts   Unsigned32,
    subGwStatsCallsCallUsage           Unsigned32,
    subGwStatsClAFlsCallAgentCfgdCallLimitWasReached
                                       Unsigned32,
    subGwStatsClAFlsGatewayCfgdCallLimitWasReached
                                       Unsigned32,
    subGwStatsClAFlsOther              Unsigned32
  }

  subGwStatsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGwStatsEntry  1 }

  subGwStatsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGwStatsEntry  2 }

  subGwStatsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGwStatsEntry  3 }

  subGwStatsGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGwStatsEntry  4 }

  subGwStatsSummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { subGwStatsEntry  5 }

  subGwStatsCallsClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calls - Calls currently connected'."
    ::= { subGwStatsEntry  16 }

  subGwStatsCallsClsCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls - Calls currently connected - high water mark'."
    ::= { subGwStatsEntry  17 }

  subGwStatsCallsClsCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls - Calls currently connected - low water mark'."
    ::= { subGwStatsEntry  18 }

  subGwStatsCallsTotCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calls - Total call attempts'."
    ::= { subGwStatsEntry  19 }

  subGwStatsCallsSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calls - Successful call attempts'."
    ::= { subGwStatsEntry  20 }

  subGwStatsCallsFaildCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calls - Failed call attempts'."
    ::= { subGwStatsEntry  21 }

  subGwStatsCallsCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calls - Call usage'."
    ::= { subGwStatsEntry  22 }

  subGwStatsClAFlsCallAgentCfgdCallLimitWasReached OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures - Call Feature Server - configured call limit was reached'."
    ::= { subGwStatsEntry  23 }

  subGwStatsClAFlsGatewayCfgdCallLimitWasReached OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures - Gateway-configured call limit was reached'."
    ::= { subGwStatsEntry  24 }

  subGwStatsClAFlsOther OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call attempt failures - Other'."
    ::= { subGwStatsEntry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Media Channel Statistics'                                */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  mFMediaChannelStatsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFMediaChannelStatsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Media Channel'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1179 }

  mFMediaChannelStatsConEntry OBJECT-TYPE
    SYNTAX       MFMediaChannelStatsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFMediaChannelStatsConMSwitchConn,
             mFMediaChannelStatsConMSwitch,
             mFMediaChannelStatsConCallAgentIx,
             mFMediaChannelStatsConMFLocalExchangeIx,
             mFMediaChannelStatsConRemExchangeIx,
             mFMediaChannelStatsConMediaChanIx }
    ::= {  mFMediaChannelStatsConTable  1  }

  MFMediaChannelStatsConEntry  ::=  SEQUENCE
  {
    mFMediaChannelStatsConMSwitchConn  Unsigned32,
    mFMediaChannelStatsConMSwitch      DisplayString,
    mFMediaChannelStatsConCallAgentIx  Unsigned32,
    mFMediaChannelStatsConMFLocalExchangeIx
                                       Unsigned32,
    mFMediaChannelStatsConRemExchangeIx
                                       Unsigned32,
    mFMediaChannelStatsConMediaChanIx  Unsigned32,
    mFMediaChannelStatsConDoExtraActions
                                       INTEGER
  }

  mFMediaChannelStatsConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFMediaChannelStatsConEntry  1 }

  mFMediaChannelStatsConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFMediaChannelStatsConEntry  2 }

  mFMediaChannelStatsConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFMediaChannelStatsConEntry  3 }

  mFMediaChannelStatsConMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFMediaChannelStatsConEntry  4 }

  mFMediaChannelStatsConRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFMediaChannelStatsConEntry  5 }

  mFMediaChannelStatsConMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { mFMediaChannelStatsConEntry  6 }

  mFMediaChannelStatsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChannelStatsConEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary period' Trunk / Access Gateway Statistics'         */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  tAGStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1180 }

  tAGStatsR1Entry OBJECT-TYPE
    SYNTAX       TAGStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGStatsR1MSwitchConn,
             tAGStatsR1MSwitch,
             tAGStatsR1CallAgentIx,
             tAGStatsR1GatewayIx,
             tAGStatsR1SummaryPeriod }
    ::= {  tAGStatsR1Table  1  }

  TAGStatsR1Entry  ::=  SEQUENCE
  {
    tAGStatsR1MSwitchConn              Unsigned32,
    tAGStatsR1MSwitch                  DisplayString,
    tAGStatsR1CallAgentIx              Unsigned32,
    tAGStatsR1GatewayIx                Unsigned32,
    tAGStatsR1SummaryPeriod            INTEGER,
    tAGStatsR1TrfcIOGCsSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TrfcIOGCsClsCurCon       Unsigned32,
    tAGStatsR1TrfcIOGCsClsCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TrfcIOGCsClsCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TrfcIOGCsCallUsage       Unsigned32,
    tAGStatsR1TICBTrnksSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBTrnksClsCurCon       Unsigned32,
    tAGStatsR1TICBTrnksClsCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBTrnksClsCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBTrnksCallUsage       Unsigned32,
    tAGStatsR1TICBOthGWsSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBOthGWsClsCurCon      Unsigned32,
    tAGStatsR1TICBOthGWsClsCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOthGWsClsCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOthGWsCallUsage      Unsigned32,
    tAGStatsR1TICBOGWSsAndTrnksSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBOGWSsTksClsCurCon    Unsigned32,
    tAGStatsR1TICBOGWSsTksClsCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOGWSsTksClsCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOGWSsAndTrnksCallUsage
                                       Unsigned32,
    tAGStatsR1TICBOGWSsAndIVRSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBOGWSsAndIVRCurCon    Unsigned32,
    tAGStatsR1TICBOGWSsAndIVRCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOGWSsAndIVRCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOGWSsAndIVRCallUsage Unsigned32,
    tAGStatsR1TICBOGWSsAndOthGWsSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBOGWSsOthGWsCCCon     Unsigned32,
    tAGStatsR1TICBOGWSsOthGWsCCConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOGWSsOthGWsCCConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOGWSsAndOthGWsCallUsage
                                       Unsigned32,
    tAGStatsR1TICBTrnksAndIVRSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBTrnksAndIVRCurCon    Unsigned32,
    tAGStatsR1TICBTrnksAndIVRCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBTrnksAndIVRCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBTrnksAndIVRCallUsage Unsigned32,
    tAGStatsR1TICBTrnksAndOthGWsSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBTksOthGWsCCCon       Unsigned32,
    tAGStatsR1TICBTksOthGWsCCConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBTksOthGWsCCConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBTrnksAndOthGWsCallUsage
                                       Unsigned32,
    tAGStatsR1TICBOthGWsAndIVRSuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1TICBOthGWsIVRCurCon      Unsigned32,
    tAGStatsR1TICBOthGWsIVRCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOthGWsIVRCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1TICBOthGWsAndIVRCallUsage
                                       Unsigned32,
    tAGStatsR1MultipartySuccessfulCallAttempts
                                       Unsigned32,
    tAGStatsR1MultipartyClsCurCon      Unsigned32,
    tAGStatsR1MultipartyClsCurConHighWaterMark
                                       Unsigned32,
    tAGStatsR1MultipartyClsCurConLowWaterMark
                                       Unsigned32,
    tAGStatsR1MultipartyCallUsage      Unsigned32
  }

  tAGStatsR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGStatsR1Entry  1 }

  tAGStatsR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGStatsR1Entry  2 }

  tAGStatsR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGStatsR1Entry  3 }

  tAGStatsR1GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGStatsR1Entry  4 }

  tAGStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { tAGStatsR1Entry  5 }

  tAGStatsR1TrfcIOGCsSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: On-gateway calls - Successful call attempts'."
    ::= { tAGStatsR1Entry  6 }

  tAGStatsR1TrfcIOGCsClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: On-gateway calls - Calls currently connected'."
    ::= { tAGStatsR1Entry  7 }

  tAGStatsR1TrfcIOGCsClsCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: On-gateway calls - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  8 }

  tAGStatsR1TrfcIOGCsClsCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: On-gateway calls - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  9 }

  tAGStatsR1TrfcIOGCsCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: On-gateway calls - Call usage'."
    ::= { tAGStatsR1Entry  10 }

  tAGStatsR1TICBTrnksSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks - Successful call attempts'."
    ::= { tAGStatsR1Entry  11 }

  tAGStatsR1TICBTrnksClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks - Calls currently connected'."
    ::= { tAGStatsR1Entry  12 }

  tAGStatsR1TICBTrnksClsCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  13 }

  tAGStatsR1TICBTrnksClsCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  14 }

  tAGStatsR1TICBTrnksCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks - Call usage'."
    ::= { tAGStatsR1Entry  15 }

  tAGStatsR1TICBOthGWsSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways - Successful call attempts'."
    ::= { tAGStatsR1Entry  16 }

  tAGStatsR1TICBOthGWsClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways - Calls currently connected'."
    ::= { tAGStatsR1Entry  17 }

  tAGStatsR1TICBOthGWsClsCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  18 }

  tAGStatsR1TICBOthGWsClsCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  19 }

  tAGStatsR1TICBOthGWsCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways - Call usage'."
    ::= { tAGStatsR1Entry  20 }

  tAGStatsR1TICBOGWSsAndTrnksSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and trunks - Successful call attempts'."
    ::= { tAGStatsR1Entry  21 }

  tAGStatsR1TICBOGWSsTksClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and trunks - Calls currently connected'."
    ::= { tAGStatsR1Entry  22 }

  tAGStatsR1TICBOGWSsTksClsCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and trunks - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  23 }

  tAGStatsR1TICBOGWSsTksClsCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and trunks - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  24 }

  tAGStatsR1TICBOGWSsAndTrnksCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and trunks - Call usage'."
    ::= { tAGStatsR1Entry  25 }

  tAGStatsR1TICBOGWSsAndIVRSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and IVR - Successful call attempts'."
    ::= { tAGStatsR1Entry  26 }

  tAGStatsR1TICBOGWSsAndIVRCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and IVR - Calls currently connected'."
    ::= { tAGStatsR1Entry  27 }

  tAGStatsR1TICBOGWSsAndIVRCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and IVR - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  28 }

  tAGStatsR1TICBOGWSsAndIVRCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and IVR - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  29 }

  tAGStatsR1TICBOGWSsAndIVRCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and IVR - Call usage'."
    ::= { tAGStatsR1Entry  30 }

  tAGStatsR1TICBOGWSsAndOthGWsSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and other gateways - Successful call attempts'."
    ::= { tAGStatsR1Entry  31 }

  tAGStatsR1TICBOGWSsOthGWsCCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and other gateways - Calls currently connected'."
    ::= { tAGStatsR1Entry  32 }

  tAGStatsR1TICBOGWSsOthGWsCCConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and other gateways - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  33 }

  tAGStatsR1TICBOGWSsOthGWsCCConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and other gateways - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  34 }

  tAGStatsR1TICBOGWSsAndOthGWsCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between on-gateway subscribers and other gateways - Call usage'."
    ::= { tAGStatsR1Entry  35 }

  tAGStatsR1TICBTrnksAndIVRSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and IVR - Successful call attempts'."
    ::= { tAGStatsR1Entry  36 }

  tAGStatsR1TICBTrnksAndIVRCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and IVR - Calls currently connected'."
    ::= { tAGStatsR1Entry  37 }

  tAGStatsR1TICBTrnksAndIVRCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and IVR - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  38 }

  tAGStatsR1TICBTrnksAndIVRCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and IVR - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  39 }

  tAGStatsR1TICBTrnksAndIVRCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and IVR - Call usage'."
    ::= { tAGStatsR1Entry  40 }

  tAGStatsR1TICBTrnksAndOthGWsSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and other gateways - Successful call attempts'."
    ::= { tAGStatsR1Entry  41 }

  tAGStatsR1TICBTksOthGWsCCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and other gateways - Calls currently connected'."
    ::= { tAGStatsR1Entry  42 }

  tAGStatsR1TICBTksOthGWsCCConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and other gateways - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  43 }

  tAGStatsR1TICBTksOthGWsCCConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and other gateways - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  44 }

  tAGStatsR1TICBTrnksAndOthGWsCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between trunks and other gateways - Call usage'."
    ::= { tAGStatsR1Entry  45 }

  tAGStatsR1TICBOthGWsAndIVRSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways and IVR - Successful call attempts'."
    ::= { tAGStatsR1Entry  46 }

  tAGStatsR1TICBOthGWsIVRCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways and IVR - Calls currently connected'."
    ::= { tAGStatsR1Entry  47 }

  tAGStatsR1TICBOthGWsIVRCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways and IVR - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  48 }

  tAGStatsR1TICBOthGWsIVRCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways and IVR - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  49 }

  tAGStatsR1TICBOthGWsAndIVRCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls between other gateways and IVR - Call usage'."
    ::= { tAGStatsR1Entry  50 }

  tAGStatsR1MultipartySuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Multiparty calls - Successful call attempts'."
    ::= { tAGStatsR1Entry  51 }

  tAGStatsR1MultipartyClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Multiparty calls - Calls currently connected'."
    ::= { tAGStatsR1Entry  52 }

  tAGStatsR1MultipartyClsCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Multiparty calls - Calls currently connected - high water mark'."
    ::= { tAGStatsR1Entry  53 }

  tAGStatsR1MultipartyClsCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Multiparty calls - Calls currently connected - low water mark'."
    ::= { tAGStatsR1Entry  54 }

  tAGStatsR1MultipartyCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Multiparty calls - Call usage'."
    ::= { tAGStatsR1Entry  55 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Trunk Statistics'                                       */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  sIPTrunkStatsConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPTrunkStatsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP Trunk'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1182 }

  sIPTrunkStatsConR1Entry OBJECT-TYPE
    SYNTAX       SIPTrunkStatsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPTrunkStatsConR1MSwitchConn,
             sIPTrunkStatsConR1MSwitch,
             sIPTrunkStatsConR1CallAgentIx,
             sIPTrunkStatsConR1SIPIx,
             sIPTrunkStatsConR1SIPTrnkIx }
    ::= {  sIPTrunkStatsConR1Table  1  }

  SIPTrunkStatsConR1Entry  ::=  SEQUENCE
  {
    sIPTrunkStatsConR1MSwitchConn      Unsigned32,
    sIPTrunkStatsConR1MSwitch          DisplayString,
    sIPTrunkStatsConR1CallAgentIx      Unsigned32,
    sIPTrunkStatsConR1SIPIx            Unsigned32,
    sIPTrunkStatsConR1SIPTrnkIx        Unsigned32,
    sIPTrunkStatsConR1DoExtraActions   INTEGER
  }

  sIPTrunkStatsConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPTrunkStatsConR1Entry  1 }

  sIPTrunkStatsConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPTrunkStatsConR1Entry  2 }

  sIPTrunkStatsConR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPTrunkStatsConR1Entry  3 }

  sIPTrunkStatsConR1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPTrunkStatsConR1Entry  4 }

  sIPTrunkStatsConR1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk index'.
                  This is an index field."
    ::= { sIPTrunkStatsConR1Entry  5 }

  sIPTrunkStatsConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkStatsConR1Entry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' SIP Trunk Statistics'                      */
-- /* Valid from: 5.0                                                               */
-- /*********************************************************************************/

  sIPTrunkStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPTrunkStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP Trunk Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1183 }

  sIPTrunkStatsR2Entry OBJECT-TYPE
    SYNTAX       SIPTrunkStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPTrunkStatsR2MSwitchConn,
             sIPTrunkStatsR2MSwitch,
             sIPTrunkStatsR2CallAgentIx,
             sIPTrunkStatsR2SIPIx,
             sIPTrunkStatsR2SIPTrnkIx,
             sIPTrunkStatsR2SummaryPeriod }
    ::= {  sIPTrunkStatsR2Table  1  }

  SIPTrunkStatsR2Entry  ::=  SEQUENCE
  {
    sIPTrunkStatsR2MSwitchConn         Unsigned32,
    sIPTrunkStatsR2MSwitch             DisplayString,
    sIPTrunkStatsR2CallAgentIx         Unsigned32,
    sIPTrunkStatsR2SIPIx               Unsigned32,
    sIPTrunkStatsR2SIPTrnkIx           Unsigned32,
    sIPTrunkStatsR2SummaryPeriod       INTEGER,
    sIPTrunkStatsR2TSCACCfgd           Unsigned32,
    sIPTrunkStatsR2TSCACCfgdLowWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACCfgdHighWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2CAsUnavailNum       Unsigned32,
    sIPTrunkStatsR2CAsUnavailLowWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2CAsUnavailHighWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACInUse          Unsigned32,
    sIPTrunkStatsR2TSCACInUseLowWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACInUseHighWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACIUInCs         Unsigned32,
    sIPTrunkStatsR2TSCACIUInCsLowWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACIUInCsHighWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACIUOutCs        Unsigned32,
    sIPTrunkStatsR2TSCACIUOutCsLowWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACIUOutCsHighWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACUseByMaint     Unsigned32,
    sIPTrunkStatsR2TSCACUseByMaintLowWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACUseByMaintHighWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TIClsInCallAttempts Unsigned32,
    sIPTrunkStatsR2TIClsOutCallAttempts
                                       Unsigned32,
    sIPTrunkStatsR2TIClsInCallUsage    Unsigned32,
    sIPTrunkStatsR2TIClsOutCallUsage   Unsigned32,
    sIPTrunkStatsR2TIClsTotCallUsage   Unsigned32,
    sIPTrunkStatsR2TrfcICgstnRejCircRequests
                                       Unsigned32,
    sIPTrunkStatsR2TrfcICgstnRejFirstChoiceCircRequests
                                       Unsigned32,
    sIPTrunkStatsR2CallAppearancesInUsePercentageUtilization
                                       Unsigned32,
    sIPTrunkStatsR2TSCACAvail          Unsigned32,
    sIPTrunkStatsR2TSCACAvailLowWaterMark
                                       Unsigned32,
    sIPTrunkStatsR2TSCACAvailHighWaterMark
                                       Unsigned32
  }

  sIPTrunkStatsR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPTrunkStatsR2Entry  1 }

  sIPTrunkStatsR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPTrunkStatsR2Entry  2 }

  sIPTrunkStatsR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPTrunkStatsR2Entry  3 }

  sIPTrunkStatsR2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPTrunkStatsR2Entry  4 }

  sIPTrunkStatsR2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk index'.
                  This is an index field."
    ::= { sIPTrunkStatsR2Entry  5 }

  sIPTrunkStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { sIPTrunkStatsR2Entry  6 }

  sIPTrunkStatsR2TSCACCfgd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently configured'."
    ::= { sIPTrunkStatsR2Entry  10 }

  sIPTrunkStatsR2TSCACCfgdLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently configured - low water mark'."
    ::= { sIPTrunkStatsR2Entry  11 }

  sIPTrunkStatsR2TSCACCfgdHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently configured - high water mark'."
    ::= { sIPTrunkStatsR2Entry  12 }

  sIPTrunkStatsR2CAsUnavailNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call appearances unavailable - number'."
    ::= { sIPTrunkStatsR2Entry  14 }

  sIPTrunkStatsR2CAsUnavailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call appearances unavailable - low water mark'."
    ::= { sIPTrunkStatsR2Entry  15 }

  sIPTrunkStatsR2CAsUnavailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call appearances unavailable - high water mark'."
    ::= { sIPTrunkStatsR2Entry  16 }

  sIPTrunkStatsR2TSCACInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use'."
    ::= { sIPTrunkStatsR2Entry  18 }

  sIPTrunkStatsR2TSCACInUseLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use - low water mark'."
    ::= { sIPTrunkStatsR2Entry  19 }

  sIPTrunkStatsR2TSCACInUseHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use - high water mark'."
    ::= { sIPTrunkStatsR2Entry  20 }

  sIPTrunkStatsR2TSCACIUInCs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use for incoming calls'."
    ::= { sIPTrunkStatsR2Entry  22 }

  sIPTrunkStatsR2TSCACIUInCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use for incoming calls - low water mark'."
    ::= { sIPTrunkStatsR2Entry  23 }

  sIPTrunkStatsR2TSCACIUInCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use for incoming calls - high water mark'."
    ::= { sIPTrunkStatsR2Entry  24 }

  sIPTrunkStatsR2TSCACIUOutCs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use for outgoing calls'."
    ::= { sIPTrunkStatsR2Entry  26 }

  sIPTrunkStatsR2TSCACIUOutCsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use for outgoing calls - low water mark'."
    ::= { sIPTrunkStatsR2Entry  27 }

  sIPTrunkStatsR2TSCACIUOutCsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use for outgoing calls - high water mark'."
    ::= { sIPTrunkStatsR2Entry  28 }

  sIPTrunkStatsR2TSCACUseByMaint OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use by maintenance'."
    ::= { sIPTrunkStatsR2Entry  30 }

  sIPTrunkStatsR2TSCACUseByMaintLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use by maintenance - low water mark'."
    ::= { sIPTrunkStatsR2Entry  31 }

  sIPTrunkStatsR2TSCACUseByMaintHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently in use by maintenance - high water mark'."
    ::= { sIPTrunkStatsR2Entry  32 }

  sIPTrunkStatsR2TIClsInCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call attempts'."
    ::= { sIPTrunkStatsR2Entry  34 }

  sIPTrunkStatsR2TIClsOutCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call attempts'."
    ::= { sIPTrunkStatsR2Entry  35 }

  sIPTrunkStatsR2TIClsInCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Incoming call usage'."
    ::= { sIPTrunkStatsR2Entry  37 }

  sIPTrunkStatsR2TIClsOutCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Outgoing call usage'."
    ::= { sIPTrunkStatsR2Entry  38 }

  sIPTrunkStatsR2TIClsTotCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Total call usage'."
    ::= { sIPTrunkStatsR2Entry  39 }

  sIPTrunkStatsR2TrfcICgstnRejCircRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Congestion - Rejected circuit requests'."
    ::= { sIPTrunkStatsR2Entry  40 }

  sIPTrunkStatsR2TrfcICgstnRejFirstChoiceCircRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Congestion - Rejected first-choice circuit requests'."
    ::= { sIPTrunkStatsR2Entry  41 }

  sIPTrunkStatsR2CallAppearancesInUsePercentageUtilization OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - percentage utilization'."
    ::= { sIPTrunkStatsR2Entry  43 }

  sIPTrunkStatsR2TSCACAvail OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently available'."
    ::= { sIPTrunkStatsR2Entry  44 }

  sIPTrunkStatsR2TSCACAvailLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently available - low water mark'."
    ::= { sIPTrunkStatsR2Entry  45 }

  sIPTrunkStatsR2TSCACAvailHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk status: Current status - Call appearances currently available - high water mark'."
    ::= { sIPTrunkStatsR2Entry  46 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server Repository Data'                         */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  aSRepositoryDataTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ASRepositoryDataEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1184 }

  aSRepositoryDataEntry OBJECT-TYPE
    SYNTAX       ASRepositoryDataEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aSRepositoryDataEMSIx,
             aSRepositoryDataEMSNodeName }
    ::= {  aSRepositoryDataTable  1  }

  ASRepositoryDataEntry  ::=  SEQUENCE
  {
    aSRepositoryDataEMSIx              Unsigned32,
    aSRepositoryDataEMSNodeName        DisplayString,
    aSRepositoryDataAlrmState          INTEGER,
    aSRepositoryDataAlrmStateTimestamp Unsigned32,
    aSRepositoryDataAlrmEvtsAttnRqLogCorr
                                       Counter64,
    aSRepositoryDataAlrmEvtsAttnRq     Integer32,
    aSRepositoryDataAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    aSRepositoryDataAlrmEvtsAtndDpLogCorr
                                       Counter64,
    aSRepositoryDataAlrmEvtsAtndDp     Integer32,
    aSRepositoryDataAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32
  }

  aSRepositoryDataEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { aSRepositoryDataEntry  1 }

  aSRepositoryDataEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { aSRepositoryDataEntry  2 }

  aSRepositoryDataAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aSRepositoryDataEntry  3 }

  aSRepositoryDataAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aSRepositoryDataEntry  4 }

  aSRepositoryDataAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { aSRepositoryDataEntry  5 }

  aSRepositoryDataAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { aSRepositoryDataEntry  6 }

  aSRepositoryDataAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { aSRepositoryDataEntry  7 }

  aSRepositoryDataAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { aSRepositoryDataEntry  8 }

  aSRepositoryDataAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { aSRepositoryDataEntry  9 }

  aSRepositoryDataAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { aSRepositoryDataEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Statistics Database'                                        */
-- /* Valid from: 2.3                                                               */
-- /*********************************************************************************/

  statsDbTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF StatsDbEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1185 }

  statsDbEntry OBJECT-TYPE
    SYNTAX       StatsDbEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { statsDbEMSIx,
             statsDbEMSNodeName }
    ::= {  statsDbTable  1  }

  StatsDbEntry  ::=  SEQUENCE
  {
    statsDbEMSIx                       Unsigned32,
    statsDbEMSNodeName                 DisplayString,
    statsDbCurrStatusEnabled           INTEGER,
    statsDbCurrStatusBlocked           INTEGER,
    statsDbStatusNextEnabled           INTEGER,
    statsDbAlrmState                   INTEGER,
    statsDbAlrmStateTimestamp          Unsigned32,
    statsDbAlrmEvtsAttnRqLogCorr       Counter64,
    statsDbAlrmEvtsAttnRq              Integer32,
    statsDbAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    statsDbAlrmEvtsAtndDpLogCorr       Counter64,
    statsDbAlrmEvtsAtndDp              Integer32,
    statsDbAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    statsDbMaxSupportedStatisticsCapacity
                                       Integer32,
    statsDbStatisticsCapacityInUse     Integer32,
    statsDbBreakdownStatisticsCapacityInUse
                                       LongDisplayString
  }

  statsDbEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { statsDbEntry  1 }

  statsDbEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { statsDbEntry  2 }

  statsDbCurrStatusEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current status - enabled'."
    ::= { statsDbEntry  3 }

  statsDbCurrStatusBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current status - blocked'."
    ::= { statsDbEntry  4 }

  statsDbStatusNextEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Status at next restart - enabled'."
    ::= { statsDbEntry  5 }

  statsDbAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { statsDbEntry  6 }

  statsDbAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { statsDbEntry  7 }

  statsDbAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { statsDbEntry  8 }

  statsDbAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { statsDbEntry  9 }

  statsDbAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { statsDbEntry  10 }

  statsDbAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { statsDbEntry  11 }

  statsDbAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { statsDbEntry  12 }

  statsDbAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { statsDbEntry  13 }

  statsDbMaxSupportedStatisticsCapacity OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum supported statistics capacity'."
    ::= { statsDbEntry  14 }

  statsDbStatisticsCapacityInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics capacity in use'."
    ::= { statsDbEntry  15 }

  statsDbBreakdownStatisticsCapacityInUse OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Breakdown of statistics capacity in use'."
    ::= { statsDbEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Park Orbit Code Range'                                 */
-- /* Valid from: 5.0                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  busGrpOrbitCodeRangeR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpOrbitCodeRangeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dialing Plan'."
    ::= { metaSwitch  1186 }

  busGrpOrbitCodeRangeR1Entry OBJECT-TYPE
    SYNTAX       BusGrpOrbitCodeRangeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpOrbitCodeRangeR1MSwitchConn,
             busGrpOrbitCodeRangeR1MSwitch,
             busGrpOrbitCodeRangeR1CallAgentIx,
             busGrpOrbitCodeRangeR1GpIx,
             busGrpOrbitCodeRangeR1FirstOrbitCode }
    ::= {  busGrpOrbitCodeRangeR1Table  1  }

  BusGrpOrbitCodeRangeR1Entry  ::=  SEQUENCE
  {
    busGrpOrbitCodeRangeR1MSwitchConn  Unsigned32,
    busGrpOrbitCodeRangeR1MSwitch      DisplayString,
    busGrpOrbitCodeRangeR1CallAgentIx  Unsigned32,
    busGrpOrbitCodeRangeR1GpIx         Unsigned32,
    busGrpOrbitCodeRangeR1FirstOrbitCode
                                       DisplayString,
    busGrpOrbitCodeRangeR1LastOrbitCode
                                       DisplayString,
    busGrpOrbitCodeRangeR1RowStatus    RowStatus,
    busGrpOrbitCodeRangeR1DiagLogCorr  Counter64,
    busGrpOrbitCodeRangeR1DoExtraActions
                                       INTEGER
  }

  busGrpOrbitCodeRangeR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR1Entry  1 }

  busGrpOrbitCodeRangeR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR1Entry  2 }

  busGrpOrbitCodeRangeR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR1Entry  3 }

  busGrpOrbitCodeRangeR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR1Entry  4 }

  busGrpOrbitCodeRangeR1FirstOrbitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..5))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Orbit Code'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR1Entry  5 }

  busGrpOrbitCodeRangeR1LastOrbitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Orbit Code'."
    ::= { busGrpOrbitCodeRangeR1Entry  6 }

  busGrpOrbitCodeRangeR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpOrbitCodeRangeR1Entry  7 }

  busGrpOrbitCodeRangeR1DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { busGrpOrbitCodeRangeR1Entry  8 }

  busGrpOrbitCodeRangeR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   generateDiagnosticsLog(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpOrbitCodeRangeR1Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Logging'                                               */
-- /* Valid from: 5.1                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  callLoggingR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallLoggingR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1192 }

  callLoggingR1Entry OBJECT-TYPE
    SYNTAX       CallLoggingR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callLoggingR1MSwitchConn,
             callLoggingR1MSwitch,
             callLoggingR1CallAgentIx }
    ::= {  callLoggingR1Table  1  }

  CallLoggingR1Entry  ::=  SEQUENCE
  {
    callLoggingR1MSwitchConn           Unsigned32,
    callLoggingR1MSwitch               DisplayString,
    callLoggingR1CallAgentIx           Unsigned32,
    callLoggingR1ConciseCallLoggingEnabled
                                       INTEGER,
    callLoggingR1MaxEnabledDetailedCallLogs
                                       Unsigned32,
    callLoggingR1VQMCallLoggingEnabled INTEGER,
    callLoggingR1VQMCallLoggingDefVal  INTEGER
  }

  callLoggingR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callLoggingR1Entry  1 }

  callLoggingR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callLoggingR1Entry  2 }

  callLoggingR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callLoggingR1Entry  3 }

  callLoggingR1ConciseCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Concise Call Logging Enabled'."
    DEFVAL       { false }
    ::= { callLoggingR1Entry  4 }

  callLoggingR1MaxEnabledDetailedCallLogs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum Enabled Detailed Call Logs'."
    DEFVAL       { 100 }
    ::= { callLoggingR1Entry  5 }

  callLoggingR1VQMCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VQM call logging enabled'."
    DEFVAL       { false }
    ::= { callLoggingR1Entry  6 }

  callLoggingR1VQMCallLoggingDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VQM call logging default value'."
    DEFVAL       { false }
    ::= { callLoggingR1Entry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN PRI Attention Required Maintenance List'               */
-- /* Valid from: 5.1                                                               */
-- /*********************************************************************************/

  iSDNPRIMaintListTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIMaintListEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1198 }

  iSDNPRIMaintListEntry OBJECT-TYPE
    SYNTAX       ISDNPRIMaintListEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIMaintListMSwitchConn,
             iSDNPRIMaintListMSwitch,
             iSDNPRIMaintListCallAgentIx,
             iSDNPRIMaintListISDNIx }
    ::= {  iSDNPRIMaintListTable  1  }

  ISDNPRIMaintListEntry  ::=  SEQUENCE
  {
    iSDNPRIMaintListMSwitchConn        Unsigned32,
    iSDNPRIMaintListMSwitch            DisplayString,
    iSDNPRIMaintListCallAgentIx        Unsigned32,
    iSDNPRIMaintListISDNIx             Unsigned32,
    iSDNPRIMaintListNumObjectsInList   Unsigned32,
    iSDNPRIMaintListTimeLastChangeToList
                                       Unsigned32,
    iSDNPRIMaintListISDNPRIAlrmsAttnRq Integer32,
    iSDNPRIMaintListISDNPRIAlrmEvtsAttnRq
                                       Integer32,
    iSDNPRIMaintListSummaryChldAlrmState
                                       INTEGER
  }

  iSDNPRIMaintListMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIMaintListEntry  1 }

  iSDNPRIMaintListMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIMaintListEntry  2 }

  iSDNPRIMaintListCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIMaintListEntry  3 }

  iSDNPRIMaintListISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIMaintListEntry  4 }

  iSDNPRIMaintListNumObjectsInList OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of objects in list'."
    ::= { iSDNPRIMaintListEntry  5 }

  iSDNPRIMaintListTimeLastChangeToList OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last change to list'."
    ::= { iSDNPRIMaintListEntry  6 }

  iSDNPRIMaintListISDNPRIAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attention Required alarms'."
    ::= { iSDNPRIMaintListEntry  7 }

  iSDNPRIMaintListISDNPRIAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIMaintListEntry  8 }

  iSDNPRIMaintListSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNPRIMaintListEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN PRI Attend To Dependent Maintenance List'              */
-- /* Valid from: 5.1                                                               */
-- /*********************************************************************************/

  iSDNPRIAtndDpMntLstTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIAtndDpMntLstEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1199 }

  iSDNPRIAtndDpMntLstEntry OBJECT-TYPE
    SYNTAX       ISDNPRIAtndDpMntLstEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIAtndDpMntLstMSwitchConn,
             iSDNPRIAtndDpMntLstMSw,
             iSDNPRIAtndDpMntLstCallAgentIx,
             iSDNPRIAtndDpMntLstISDNIx }
    ::= {  iSDNPRIAtndDpMntLstTable  1  }

  ISDNPRIAtndDpMntLstEntry  ::=  SEQUENCE
  {
    iSDNPRIAtndDpMntLstMSwitchConn     Unsigned32,
    iSDNPRIAtndDpMntLstMSw             DisplayString,
    iSDNPRIAtndDpMntLstCallAgentIx     Unsigned32,
    iSDNPRIAtndDpMntLstISDNIx          Unsigned32,
    iSDNPRIAtndDpMntLstNumObjectsInList
                                       Unsigned32,
    iSDNPRIAtndDpMntLstTimeLastChangeToList
                                       Unsigned32,
    iSDNPRIAtndDpMntLstISDNPRIAlrmsAtndDp
                                       Integer32,
    iSDNPRIAtndDpMntLstISDNPRIAlrmEvtsAtndDp
                                       Integer32,
    iSDNPRIAtndDpMntLstSummaryChldAlrmState
                                       INTEGER
  }

  iSDNPRIAtndDpMntLstMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIAtndDpMntLstEntry  1 }

  iSDNPRIAtndDpMntLstMSw OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIAtndDpMntLstEntry  2 }

  iSDNPRIAtndDpMntLstCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIAtndDpMntLstEntry  3 }

  iSDNPRIAtndDpMntLstISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIAtndDpMntLstEntry  4 }

  iSDNPRIAtndDpMntLstNumObjectsInList OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of objects in list'."
    ::= { iSDNPRIAtndDpMntLstEntry  5 }

  iSDNPRIAtndDpMntLstTimeLastChangeToList OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last change to list'."
    ::= { iSDNPRIAtndDpMntLstEntry  6 }

  iSDNPRIAtndDpMntLstISDNPRIAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attend To Dependent alarms'."
    ::= { iSDNPRIAtndDpMntLstEntry  7 }

  iSDNPRIAtndDpMntLstISDNPRIAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIAtndDpMntLstEntry  8 }

  iSDNPRIAtndDpMntLstSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNPRIAtndDpMntLstEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Pickup Group'                                          */
-- /* Valid from: 5.1                                                               */
-- /*********************************************************************************/

  cPUGroupR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CPUGroupR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Call Pickup Services'."
    ::= { metaSwitch  1224 }

  cPUGroupR1Entry OBJECT-TYPE
    SYNTAX       CPUGroupR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cPUGroupR1MSwitchConn,
             cPUGroupR1MSwitch,
             cPUGroupR1CallAgentIx,
             cPUGroupR1GpIx,
             cPUGroupR1CPUGpIx }
    ::= {  cPUGroupR1Table  1  }

  CPUGroupR1Entry  ::=  SEQUENCE
  {
    cPUGroupR1MSwitchConn              Unsigned32,
    cPUGroupR1MSwitch                  DisplayString,
    cPUGroupR1CallAgentIx              Unsigned32,
    cPUGroupR1GpIx                     Unsigned32,
    cPUGroupR1CPUGpIx                  Unsigned32,
    cPUGroupR1GpName                   DisplayString,
    cPUGroupR1NumMembers               Unsigned32,
    cPUGroupR1ExportNumObjectsExported Integer32,
    cPUGroupR1ExportStatus             DisplayString,
    cPUGroupR1ExportFile               DisplayString,
    cPUGroupR1ExportCorr               Counter64,
    cPUGroupR1ExportCorrMSwitch        DisplayString,
    cPUGroupR1ExportCorrUID            DisplayString,
    cPUGroupR1DoExtraActions           INTEGER,
    cPUGroupR1RowStatus                RowStatus,
    cPUGroupR1I1DepartmentMSwitchConn  Unsigned32,
    cPUGroupR1I2DepartmentMSwitch      DisplayString,
    cPUGroupR1I3DepartmentCallAgentIx  Unsigned32,
    cPUGroupR1I4DepartmentGpIx         Unsigned32,
    cPUGroupR1I5DepartmentDepartmentIx Unsigned32,
    cPUGroupR1DepartmentOtherVals      INTEGER,
    cPUGroupR1ExportIncASRepData       INTEGER,
    cPUGroupR1ExportChldObjectsToInc   INTEGER
  }

  cPUGroupR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cPUGroupR1Entry  1 }

  cPUGroupR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cPUGroupR1Entry  2 }

  cPUGroupR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cPUGroupR1Entry  3 }

  cPUGroupR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { cPUGroupR1Entry  4 }

  cPUGroupR1CPUGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup Group Index'.
                  This is an index field."
    ::= { cPUGroupR1Entry  5 }

  cPUGroupR1GpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group name'."
    ::= { cPUGroupR1Entry  6 }

  cPUGroupR1NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { cPUGroupR1Entry  7 }

  cPUGroupR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cPUGroupR1Entry  8 }

  cPUGroupR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cPUGroupR1Entry  9 }

  cPUGroupR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cPUGroupR1Entry  10 }

  cPUGroupR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cPUGroupR1Entry  11 }

  cPUGroupR1ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cPUGroupR1Entry  12 }

  cPUGroupR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cPUGroupR1Entry  13 }

  cPUGroupR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cPUGroupR1Entry  14 }

  cPUGroupR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cPUGroupR1Entry  15 }

  cPUGroupR1I1DepartmentMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { cPUGroupR1Entry  16 }

  cPUGroupR1I2DepartmentMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { cPUGroupR1Entry  17 }

  cPUGroupR1I3DepartmentCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { cPUGroupR1Entry  18 }

  cPUGroupR1I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { cPUGroupR1Entry  19 }

  cPUGroupR1I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { cPUGroupR1Entry  20 }

  cPUGroupR1DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cPUGroupR1Entry  21 }

  cPUGroupR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cPUGroupR1Entry  22 }

  cPUGroupR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cPUGroupR1Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Teen Service'                                               */
-- /* Valid from: 5.1                                                               */
-- /*********************************************************************************/

  indLineTeenR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineTeenR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1230 }

  indLineTeenR1Entry OBJECT-TYPE
    SYNTAX       IndLineTeenR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineTeenR1MSwitchConn,
             indLineTeenR1MSwitch,
             indLineTeenR1CallAgentIx,
             indLineTeenR1DirNum }
    ::= {  indLineTeenR1Table  1  }

  IndLineTeenR1Entry  ::=  SEQUENCE
  {
    indLineTeenR1MSwitchConn           Unsigned32,
    indLineTeenR1MSwitch               DisplayString,
    indLineTeenR1CallAgentIx           Unsigned32,
    indLineTeenR1DirNum                DisplayString,
    indLineTeenR1TSL1Cfgd              INTEGER,
    indLineTeenR1TSL1DirNum            DisplayString,
    indLineTeenR1TSL1RingPattn         INTEGER,
    indLineTeenR1TSL1NumStatus         INTEGER,
    indLineTeenR1TSL2Cfgd              INTEGER,
    indLineTeenR1TSL2DirNum            DisplayString,
    indLineTeenR1TSL2RingPattn         INTEGER,
    indLineTeenR1TSL2NumStatus         INTEGER,
    indLineTeenR1TSL3Cfgd              INTEGER,
    indLineTeenR1TSL3DirNum            DisplayString,
    indLineTeenR1TSL3RingPattn         INTEGER,
    indLineTeenR1TSL3NumStatus         INTEGER
  }

  indLineTeenR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineTeenR1Entry  1 }

  indLineTeenR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineTeenR1Entry  2 }

  indLineTeenR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineTeenR1Entry  3 }

  indLineTeenR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineTeenR1Entry  4 }

  indLineTeenR1TSL1Cfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line 1 configured'."
    ::= { indLineTeenR1Entry  5 }

  indLineTeenR1TSL1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 1 - Directory Number'.
                  Field is not valid at creation time."
    ::= { indLineTeenR1Entry  6 }

  indLineTeenR1TSL1RingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 1 - Ring Pattern'.
                  Field is not valid at creation time."
    ::= { indLineTeenR1Entry  7 }

  indLineTeenR1TSL1NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 1 - Number status'.
                  Field is not valid at creation time."
    DEFVAL       { normal }
    ::= { indLineTeenR1Entry  8 }

  indLineTeenR1TSL2Cfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line 2 configured'."
    ::= { indLineTeenR1Entry  9 }

  indLineTeenR1TSL2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 2 - Directory Number'.
                  Field is not valid at creation time."
    ::= { indLineTeenR1Entry  10 }

  indLineTeenR1TSL2RingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 2 - Ring Pattern'.
                  Field is not valid at creation time."
    ::= { indLineTeenR1Entry  11 }

  indLineTeenR1TSL2NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 2 - Number status'.
                  Field is not valid at creation time."
    DEFVAL       { normal }
    ::= { indLineTeenR1Entry  12 }

  indLineTeenR1TSL3Cfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line 3 configured'."
    ::= { indLineTeenR1Entry  13 }

  indLineTeenR1TSL3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 3 - Directory Number'.
                  Field is not valid at creation time."
    ::= { indLineTeenR1Entry  14 }

  indLineTeenR1TSL3RingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 3 - Ring Pattern'.
                  Field is not valid at creation time."
    ::= { indLineTeenR1Entry  15 }

  indLineTeenR1TSL3NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Teen Service Line 3 - Number status'.
                  Field is not valid at creation time."
    DEFVAL       { normal }
    ::= { indLineTeenR1Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Registered SIP Bindings for User'                           */
-- /* Valid from: 5.1                                                               */
-- /*********************************************************************************/

  registeredSIPBFUConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RegisteredSIPBFUConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1237 }

  registeredSIPBFUConEntry OBJECT-TYPE
    SYNTAX       RegisteredSIPBFUConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { registeredSIPBFUConMSwitchConn,
             registeredSIPBFUConMSwitch,
             registeredSIPBFUConCallAgentIx,
             registeredSIPBFUConSIPDomName,
             registeredSIPBFUConSIPUserName }
    ::= {  registeredSIPBFUConTable  1  }

  RegisteredSIPBFUConEntry  ::=  SEQUENCE
  {
    registeredSIPBFUConMSwitchConn     Unsigned32,
    registeredSIPBFUConMSwitch         DisplayString,
    registeredSIPBFUConCallAgentIx     Unsigned32,
    registeredSIPBFUConSIPDomName      DisplayString,
    registeredSIPBFUConSIPUserName     DisplayString,
    registeredSIPBFUConSIPDomNameAsField
                                       DisplayString,
    registeredSIPBFUConSIPUserNameAsField
                                       DisplayString
  }

  registeredSIPBFUConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { registeredSIPBFUConEntry  1 }

  registeredSIPBFUConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { registeredSIPBFUConEntry  2 }

  registeredSIPBFUConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { registeredSIPBFUConEntry  3 }

  registeredSIPBFUConSIPDomName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..40))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This is an index field."
    ::= { registeredSIPBFUConEntry  4 }

  registeredSIPBFUConSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This is an index field."
    ::= { registeredSIPBFUConEntry  5 }

  registeredSIPBFUConSIPDomNameAsField OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Copy of MetaView field 'SIPDomainName'"
    ::= { registeredSIPBFUConEntry  6 }

  registeredSIPBFUConSIPUserNameAsField OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Copy of MetaView field 'SIPUserName'"
    ::= { registeredSIPBFUConEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Server Statistics'                                 */
-- /* Valid from: 2.1                                                               */
-- /*********************************************************************************/

  emsStatsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsStatsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1250 }

  emsStatsConEntry OBJECT-TYPE
    SYNTAX       EmsStatsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsStatsConEMSIx,
             emsStatsConEMSNodeName }
    ::= {  emsStatsConTable  1  }

  EmsStatsConEntry  ::=  SEQUENCE
  {
    emsStatsConEMSIx                   Unsigned32,
    emsStatsConEMSNodeName             DisplayString,
    emsStatsConCurrSEAsAttached        Integer32,
    emsStatsConCurrAllSEsAct           Integer32,
    emsStatsConCurrBOOSEsAct           Integer32,
    emsStatsConCurrMIBSEsAct           Integer32,
    emsStatsConCurrWTOSEsAct           Integer32,
    emsStatsConTotMIBGets              Integer32,
    emsStatsConTotMIBSets              Integer32,
    emsStatsConTotMIBPolls             Integer32
  }

  emsStatsConEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsStatsConEntry  1 }

  emsStatsConEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsStatsConEntry  2 }

  emsStatsConCurrSEAsAttached OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current SEAs Attached'."
    ::= { emsStatsConEntry  3 }

  emsStatsConCurrAllSEsAct OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current All SEs Active'."
    ::= { emsStatsConEntry  4 }

  emsStatsConCurrBOOSEsAct OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current BOO SEs Active'."
    ::= { emsStatsConEntry  5 }

  emsStatsConCurrMIBSEsAct OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current MIB SEs Active'."
    ::= { emsStatsConEntry  6 }

  emsStatsConCurrWTOSEsAct OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current WTO SEs Active'."
    ::= { emsStatsConEntry  7 }

  emsStatsConTotMIBGets OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total MIB Gets'."
    ::= { emsStatsConEntry  8 }

  emsStatsConTotMIBSets OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total MIB Sets'."
    ::= { emsStatsConEntry  9 }

  emsStatsConTotMIBPolls OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total MIB Polls'."
    ::= { emsStatsConEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Switch in VP3510 / MG3510'                         */
-- /* Valid from: 5.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysPTIEthernetSwitchR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysPTIEthernetSwitchR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1264 }

  sysPTIEthernetSwitchR4Entry OBJECT-TYPE
    SYNTAX       SysPTIEthernetSwitchR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysPTIEthernetSwitchR4MSwitchConn,
             sysPTIEthernetSwitchR4MSwitch,
             sysPTIEthernetSwitchR4CtrlerIx }
    ::= {  sysPTIEthernetSwitchR4Table  1  }

  SysPTIEthernetSwitchR4Entry  ::=  SEQUENCE
  {
    sysPTIEthernetSwitchR4MSwitchConn  Unsigned32,
    sysPTIEthernetSwitchR4MSwitch      DisplayString,
    sysPTIEthernetSwitchR4CtrlerIx     Unsigned32,
    sysPTIEthernetSwitchR4SwitchType   INTEGER,
    sysPTIEthernetSwitchR4Link1IOSlot3Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link2IOSlot4Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link3IOSlot5Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link4IOSlot6Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link5IOSlot7Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link6IOSlot8Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link7IOSlot9Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link8CPUCardAStatus
                                       INTEGER,
    sysPTIEthernetSwitchR4Link9IOSlot11Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link10IOSlot12Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link11IOSlot13Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link12IOSlot14Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link13IOSlot15Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link14IOSlot16Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link15IOSlot17Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link16IOSlot18Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link17CPUCardBStatus
                                       INTEGER,
    sysPTIEthernetSwitchR4Link18IOSlot20Status
                                       INTEGER,
    sysPTIEthernetSwitchR4Link19AlrmCardAStatus
                                       INTEGER,
    sysPTIEthernetSwitchR4Link24AlrmCardBStatus
                                       INTEGER,
    sysPTIEthernetSwitchR4AlrmState    INTEGER,
    sysPTIEthernetSwitchR4AlrmLogCorr  Counter64,
    sysPTIEthernetSwitchR4AlrmEvtsAttnRq
                                       Integer32,
    sysPTIEthernetSwitchR4AlrmStateTimestamp
                                       Unsigned32,
    sysPTIEthernetSwitchR4AlrmResetTimestamp
                                       Unsigned32,
    sysPTIEthernetSwitchR4ChldAlrmsAttnRq
                                       Unsigned32,
    sysPTIEthernetSwitchR4ChldAlrmEvtsAttnRq
                                       Unsigned32,
    sysPTIEthernetSwitchR4SummaryChldAlrmState
                                       INTEGER,
    sysPTIEthernetSwitchR4SerialNum    DisplayString,
    sysPTIEthernetSwitchR4ActualFirmwareVersion
                                       DisplayString,
    sysPTIEthernetSwitchR4DesiredFirmwareVersion
                                       DisplayString
  }

  sysPTIEthernetSwitchR4MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysPTIEthernetSwitchR4Entry  1 }

  sysPTIEthernetSwitchR4MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysPTIEthernetSwitchR4Entry  2 }

  sysPTIEthernetSwitchR4CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysPTIEthernetSwitchR4Entry  3 }

  sysPTIEthernetSwitchR4SwitchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sW4000(2),
                   sW5000(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch type'."
    ::= { sysPTIEthernetSwitchR4Entry  4 }

  sysPTIEthernetSwitchR4Link1IOSlot3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 1 (I/O slot 3) status'."
    ::= { sysPTIEthernetSwitchR4Entry  5 }

  sysPTIEthernetSwitchR4Link2IOSlot4Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 2 (I/O slot 4) status'."
    ::= { sysPTIEthernetSwitchR4Entry  6 }

  sysPTIEthernetSwitchR4Link3IOSlot5Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 3 (I/O slot 5) status'."
    ::= { sysPTIEthernetSwitchR4Entry  7 }

  sysPTIEthernetSwitchR4Link4IOSlot6Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 4 (I/O slot 6) status'."
    ::= { sysPTIEthernetSwitchR4Entry  8 }

  sysPTIEthernetSwitchR4Link5IOSlot7Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 5 (I/O slot 7) status'."
    ::= { sysPTIEthernetSwitchR4Entry  9 }

  sysPTIEthernetSwitchR4Link6IOSlot8Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 6 (I/O slot 8) status'."
    ::= { sysPTIEthernetSwitchR4Entry  10 }

  sysPTIEthernetSwitchR4Link7IOSlot9Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 7 (I/O slot 9) status'."
    ::= { sysPTIEthernetSwitchR4Entry  11 }

  sysPTIEthernetSwitchR4Link8CPUCardAStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 8 (CPU Card A) status'."
    ::= { sysPTIEthernetSwitchR4Entry  12 }

  sysPTIEthernetSwitchR4Link9IOSlot11Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 9 (I/O slot 11) status'."
    ::= { sysPTIEthernetSwitchR4Entry  13 }

  sysPTIEthernetSwitchR4Link10IOSlot12Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 10 (I/O slot 12) status'."
    ::= { sysPTIEthernetSwitchR4Entry  14 }

  sysPTIEthernetSwitchR4Link11IOSlot13Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 11 (I/O slot 13) status'."
    ::= { sysPTIEthernetSwitchR4Entry  15 }

  sysPTIEthernetSwitchR4Link12IOSlot14Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 12 (I/O slot 14) status'."
    ::= { sysPTIEthernetSwitchR4Entry  16 }

  sysPTIEthernetSwitchR4Link13IOSlot15Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 13 (I/O slot 15) status'."
    ::= { sysPTIEthernetSwitchR4Entry  17 }

  sysPTIEthernetSwitchR4Link14IOSlot16Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 14 (I/O slot 16) status'."
    ::= { sysPTIEthernetSwitchR4Entry  18 }

  sysPTIEthernetSwitchR4Link15IOSlot17Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 15 (I/O slot 17) status'."
    ::= { sysPTIEthernetSwitchR4Entry  19 }

  sysPTIEthernetSwitchR4Link16IOSlot18Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 16 (I/O slot 18) status'."
    ::= { sysPTIEthernetSwitchR4Entry  20 }

  sysPTIEthernetSwitchR4Link17CPUCardBStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 17 (CPU Card B) status'."
    ::= { sysPTIEthernetSwitchR4Entry  21 }

  sysPTIEthernetSwitchR4Link18IOSlot20Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 18 (I/O slot 20) status'."
    ::= { sysPTIEthernetSwitchR4Entry  22 }

  sysPTIEthernetSwitchR4Link19AlrmCardAStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 19 (Alarm Card A) status'."
    ::= { sysPTIEthernetSwitchR4Entry  23 }

  sysPTIEthernetSwitchR4Link24AlrmCardBStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 24 (Alarm Card B) status'."
    ::= { sysPTIEthernetSwitchR4Entry  28 }

  sysPTIEthernetSwitchR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysPTIEthernetSwitchR4Entry  30 }

  sysPTIEthernetSwitchR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sysPTIEthernetSwitchR4Entry  31 }

  sysPTIEthernetSwitchR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysPTIEthernetSwitchR4Entry  32 }

  sysPTIEthernetSwitchR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysPTIEthernetSwitchR4Entry  33 }

  sysPTIEthernetSwitchR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sysPTIEthernetSwitchR4Entry  34 }

  sysPTIEthernetSwitchR4ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysPTIEthernetSwitchR4Entry  35 }

  sysPTIEthernetSwitchR4ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysPTIEthernetSwitchR4Entry  36 }

  sysPTIEthernetSwitchR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysPTIEthernetSwitchR4Entry  37 }

  sysPTIEthernetSwitchR4SerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysPTIEthernetSwitchR4Entry  40 }

  sysPTIEthernetSwitchR4ActualFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual firmware version'."
    ::= { sysPTIEthernetSwitchR4Entry  41 }

  sysPTIEthernetSwitchR4DesiredFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Desired firmware version'."
    ::= { sysPTIEthernetSwitchR4Entry  42 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Switch in VP2510 / MG2510'                         */
-- /* Valid from: 5.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sys2510EthSwitchR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF Sys2510EthSwitchR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1265 }

  sys2510EthSwitchR3Entry OBJECT-TYPE
    SYNTAX       Sys2510EthSwitchR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sys2510EthSwitchR3MSwitchConn,
             sys2510EthSwitchR3MSwitch,
             sys2510EthSwitchR3CtrlerIx }
    ::= {  sys2510EthSwitchR3Table  1  }

  Sys2510EthSwitchR3Entry  ::=  SEQUENCE
  {
    sys2510EthSwitchR3MSwitchConn      Unsigned32,
    sys2510EthSwitchR3MSwitch          DisplayString,
    sys2510EthSwitchR3CtrlerIx         Unsigned32,
    sys2510EthSwitchR3SwitchType       INTEGER,
    sys2510EthSwitchR3Link1CPUCardAStatus
                                       INTEGER,
    sys2510EthSwitchR3Link2IOSlot3Status
                                       INTEGER,
    sys2510EthSwitchR3Link3IOSlot4Status
                                       INTEGER,
    sys2510EthSwitchR3Link4IOSlot5Status
                                       INTEGER,
    sys2510EthSwitchR3Link5IOSlot6Status
                                       INTEGER,
    sys2510EthSwitchR3Link6IOSlot7Status
                                       INTEGER,
    sys2510EthSwitchR3Link7IOSlot8Status
                                       INTEGER,
    sys2510EthSwitchR3Link8CPUCardBStatus
                                       INTEGER,
    sys2510EthSwitchR3Link9ISMCardAStatus
                                       INTEGER,
    sys2510EthSwitchR3Link10ISMCardBStatus
                                       INTEGER,
    sys2510EthSwitchR3Link11UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link12UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link13UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link14UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link15UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link16UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link17UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link18UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3Link19UnusedStatus
                                       INTEGER,
    sys2510EthSwitchR3AlrmState        INTEGER,
    sys2510EthSwitchR3AlrmLogCorr      Counter64,
    sys2510EthSwitchR3AlrmEvtsAttnRq   Integer32,
    sys2510EthSwitchR3AlrmStateTimestamp
                                       Unsigned32,
    sys2510EthSwitchR3AlrmResetTimestamp
                                       Unsigned32,
    sys2510EthSwitchR3ChldAlrmsAttnRq  Unsigned32,
    sys2510EthSwitchR3ChldAlrmEvtsAttnRq
                                       Unsigned32,
    sys2510EthSwitchR3SummaryChldAlrmState
                                       INTEGER,
    sys2510EthSwitchR3SerialNum        DisplayString,
    sys2510EthSwitchR3ActualFirmwareVersion
                                       DisplayString,
    sys2510EthSwitchR3DesiredFirmwareVersion
                                       DisplayString
  }

  sys2510EthSwitchR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sys2510EthSwitchR3Entry  1 }

  sys2510EthSwitchR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sys2510EthSwitchR3Entry  2 }

  sys2510EthSwitchR3CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sys2510EthSwitchR3Entry  3 }

  sys2510EthSwitchR3SwitchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sW2100(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch type'."
    ::= { sys2510EthSwitchR3Entry  4 }

  sys2510EthSwitchR3Link1CPUCardAStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 1 (CPU Card A) status'."
    ::= { sys2510EthSwitchR3Entry  5 }

  sys2510EthSwitchR3Link2IOSlot3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 2 (I/O slot 3) status'."
    ::= { sys2510EthSwitchR3Entry  6 }

  sys2510EthSwitchR3Link3IOSlot4Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 3 (I/O slot 4) status'."
    ::= { sys2510EthSwitchR3Entry  7 }

  sys2510EthSwitchR3Link4IOSlot5Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 4 (I/O slot 5) status'."
    ::= { sys2510EthSwitchR3Entry  8 }

  sys2510EthSwitchR3Link5IOSlot6Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 5 (I/O slot 6) status'."
    ::= { sys2510EthSwitchR3Entry  9 }

  sys2510EthSwitchR3Link6IOSlot7Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 6 (I/O slot 7) status'."
    ::= { sys2510EthSwitchR3Entry  10 }

  sys2510EthSwitchR3Link7IOSlot8Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 7 (I/O slot 8) status'."
    ::= { sys2510EthSwitchR3Entry  11 }

  sys2510EthSwitchR3Link8CPUCardBStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 8 (CPU Card B) status'."
    ::= { sys2510EthSwitchR3Entry  12 }

  sys2510EthSwitchR3Link9ISMCardAStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 9 (Alarm Card A) status'."
    ::= { sys2510EthSwitchR3Entry  13 }

  sys2510EthSwitchR3Link10ISMCardBStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 10 (Alarm Card B) status'."
    ::= { sys2510EthSwitchR3Entry  14 }

  sys2510EthSwitchR3Link11UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 11 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  15 }

  sys2510EthSwitchR3Link12UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 12 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  16 }

  sys2510EthSwitchR3Link13UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 13 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  17 }

  sys2510EthSwitchR3Link14UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 14 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  18 }

  sys2510EthSwitchR3Link15UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 15 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  19 }

  sys2510EthSwitchR3Link16UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 16 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  20 }

  sys2510EthSwitchR3Link17UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 17 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  21 }

  sys2510EthSwitchR3Link18UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 18 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  22 }

  sys2510EthSwitchR3Link19UnusedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   disabled(3),
                   unknown(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   errorRateTooHigh(7),
                   multicastRateTooHigh(8),
                   broadcastRateTooHigh(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link 19 (unused) status'."
    ::= { sys2510EthSwitchR3Entry  23 }

  sys2510EthSwitchR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sys2510EthSwitchR3Entry  31 }

  sys2510EthSwitchR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sys2510EthSwitchR3Entry  32 }

  sys2510EthSwitchR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sys2510EthSwitchR3Entry  33 }

  sys2510EthSwitchR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sys2510EthSwitchR3Entry  34 }

  sys2510EthSwitchR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sys2510EthSwitchR3Entry  35 }

  sys2510EthSwitchR3ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sys2510EthSwitchR3Entry  36 }

  sys2510EthSwitchR3ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sys2510EthSwitchR3Entry  37 }

  sys2510EthSwitchR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sys2510EthSwitchR3Entry  38 }

  sys2510EthSwitchR3SerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sys2510EthSwitchR3Entry  39 }

  sys2510EthSwitchR3ActualFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual firmware version'."
    ::= { sys2510EthSwitchR3Entry  40 }

  sys2510EthSwitchR3DesiredFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Desired firmware version'."
    ::= { sys2510EthSwitchR3Entry  41 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Node'                                               */
-- /* Valid from: 6.0                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  networkNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetworkNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Nodes'."
    ::= { metaSwitch  1267 }

  networkNodeEntry OBJECT-TYPE
    SYNTAX       NetworkNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { networkNodeMSwitchConn,
             networkNodeMSwitch,
             networkNodeCallAgentIx,
             networkNodeNodeIx }
    ::= {  networkNodeTable  1  }

  NetworkNodeEntry  ::=  SEQUENCE
  {
    networkNodeMSwitchConn             Unsigned32,
    networkNodeMSwitch                 DisplayString,
    networkNodeCallAgentIx             Unsigned32,
    networkNodeNodeIx                  Unsigned32,
    networkNodeName                    DisplayString,
    networkNodeDesc                    LongDisplayString,
    networkNodeNumRefgObjects          Unsigned32,
    networkNodeUseAutoAssignment       INTEGER,
    networkNodeIPAddrRangeStart        DisplayString,
    networkNodeIPAddrRangeEnd          DisplayString,
    networkNodeRowStatus               RowStatus,
    networkNodeStatisticsAlrms         Integer32,
    networkNodeChldStatisticsAlrms     Integer32
  }

  networkNodeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { networkNodeEntry  1 }

  networkNodeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { networkNodeEntry  2 }

  networkNodeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { networkNodeEntry  3 }

  networkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { networkNodeEntry  4 }

  networkNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { networkNodeEntry  5 }

  networkNodeDesc OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { networkNodeEntry  6 }

  networkNodeNumRefgObjects OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing objects'."
    ::= { networkNodeEntry  7 }

  networkNodeUseAutoAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - use automatic assignment'."
    DEFVAL       { false }
    ::= { networkNodeEntry  8 }

  networkNodeIPAddrRangeStart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - IP address range start'."
    ::= { networkNodeEntry  9 }

  networkNodeIPAddrRangeEnd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - IP address range end'."
    ::= { networkNodeEntry  10 }

  networkNodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { networkNodeEntry  11 }

  networkNodeStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { networkNodeEntry  12 }

  networkNodeChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { networkNodeEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Interconnect'                                       */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  networkInterconnectTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetworkInterconnectEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Node'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1268 }

  networkInterconnectEntry OBJECT-TYPE
    SYNTAX       NetworkInterconnectEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { networkInterconnectMSwitchConn,
             networkInterconnectMSwitch,
             networkInterconnectCallAgentIx,
             networkInterconnectNodeIx,
             networkInterconnectNodeBIx }
    ::= {  networkInterconnectTable  1  }

  NetworkInterconnectEntry  ::=  SEQUENCE
  {
    networkInterconnectMSwitchConn     Unsigned32,
    networkInterconnectMSwitch         DisplayString,
    networkInterconnectCallAgentIx     Unsigned32,
    networkInterconnectNodeIx          Unsigned32,
    networkInterconnectNodeBIx         Unsigned32,
    networkInterconnectNodeAName       DisplayString,
    networkInterconnectNodeBName       DisplayString,
    networkInterconnectStatisticsAlrms Integer32
  }

  networkInterconnectMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { networkInterconnectEntry  1 }

  networkInterconnectMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { networkInterconnectEntry  2 }

  networkInterconnectCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { networkInterconnectEntry  3 }

  networkInterconnectNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { networkInterconnectEntry  4 }

  networkInterconnectNodeBIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node B index'.
                  This is an index field."
    ::= { networkInterconnectEntry  5 }

  networkInterconnectNodeAName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node A name'."
    ::= { networkInterconnectEntry  6 }

  networkInterconnectNodeBName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node B name'."
    ::= { networkInterconnectEntry  7 }

  networkInterconnectStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { networkInterconnectEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Registered SIP Binding'                                     */
-- /* Valid from: 6.0                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  registeredSIPBindingR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RegisteredSIPBindingR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Registered SIP Bindings for User'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1271 }

  registeredSIPBindingR1Entry OBJECT-TYPE
    SYNTAX       RegisteredSIPBindingR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { registeredSIPBindingR1MSwitchConn,
             registeredSIPBindingR1MSwitch,
             registeredSIPBindingR1CallAgentIx,
             registeredSIPBindingR1SIPDomainName,
             registeredSIPBindingR1SIPUserName,
             registeredSIPBindingR1ContactIPAddr,
             registeredSIPBindingR1ContactIPPort,
             registeredSIPBindingR1ContactName }
    ::= {  registeredSIPBindingR1Table  1  }

  RegisteredSIPBindingR1Entry  ::=  SEQUENCE
  {
    registeredSIPBindingR1MSwitchConn  Unsigned32,
    registeredSIPBindingR1MSwitch      DisplayString,
    registeredSIPBindingR1CallAgentIx  Unsigned32,
    registeredSIPBindingR1SIPDomainName
                                       DisplayString,
    registeredSIPBindingR1SIPUserName  DisplayString,
    registeredSIPBindingR1ContactURI   DisplayString,
    registeredSIPBindingR1ContactIPAddr
                                       DisplayString,
    registeredSIPBindingR1ContactIPPort
                                       Unsigned32,
    registeredSIPBindingR1ContactName  DisplayString,
    registeredSIPBindingR1TransportProt
                                       INTEGER,
    registeredSIPBindingR1ContactExpiryTime
                                       Unsigned32,
    registeredSIPBindingR1UserAgentInfo
                                       DisplayString,
    registeredSIPBindingR1I1MediaGatewayModelMSwitchConn
                                       Unsigned32,
    registeredSIPBindingR1I2MediaGatewayModelMSwitch
                                       DisplayString,
    registeredSIPBindingR1I3MediaGatewayModelCallAgentIx
                                       Unsigned32,
    registeredSIPBindingR1I4MediaGatewayModelModelIx
                                       Unsigned32,
    registeredSIPBindingR1MsgWtngIndicatorStatus
                                       INTEGER,
    registeredSIPBindingR1CallServNotifStatus
                                       INTEGER,
    registeredSIPBindingR1CallListStatus
                                       INTEGER,
    registeredSIPBindingR1NumEvtSubscriptions
                                       Unsigned32,
    registeredSIPBindingR1CauseLastCallFail
                                       INTEGER,
    registeredSIPBindingR1TimeLastCallFail
                                       Unsigned32,
    registeredSIPBindingR1CallFailLogCorr
                                       Counter64,
    registeredSIPBindingR1CurrNumMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR1CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR1I1NetwkNodeMSwitchConn
                                       Unsigned32,
    registeredSIPBindingR1I2NetwkNodeMSwitch
                                       DisplayString,
    registeredSIPBindingR1I3NetwkNodeCallAgentIx
                                       Unsigned32,
    registeredSIPBindingR1I4NetwkNodeIx
                                       Unsigned32,
    registeredSIPBindingNetwkNodeOtherVals
                                       INTEGER
  }

  registeredSIPBindingR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  1 }

  registeredSIPBindingR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  2 }

  registeredSIPBindingR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  3 }

  registeredSIPBindingR1SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..40))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  4 }

  registeredSIPBindingR1SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  5 }

  registeredSIPBindingR1ContactURI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..160))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { registeredSIPBindingR1Entry  6 }

  registeredSIPBindingR1ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  7 }

  registeredSIPBindingR1ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  8 }

  registeredSIPBindingR1ContactName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'.
                  This is an index field."
    ::= { registeredSIPBindingR1Entry  9 }

  registeredSIPBindingR1TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    ::= { registeredSIPBindingR1Entry  10 }

  registeredSIPBindingR1ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { registeredSIPBindingR1Entry  11 }

  registeredSIPBindingR1UserAgentInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User agent information'."
    ::= { registeredSIPBindingR1Entry  12 }

  registeredSIPBindingR1I1MediaGatewayModelMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR1Entry  13 }

  registeredSIPBindingR1I2MediaGatewayModelMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR1Entry  14 }

  registeredSIPBindingR1I3MediaGatewayModelCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR1Entry  15 }

  registeredSIPBindingR1I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR1Entry  16 }

  registeredSIPBindingR1MsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Message Waiting Indicator status'."
    ::= { registeredSIPBindingR1Entry  17 }

  registeredSIPBindingR1CallServNotifStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notSubscribedToNotifications(2),
                   subscribedToNotifications(3),
                   registeredForNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service notification status'."
    ::= { registeredSIPBindingR1Entry  18 }

  registeredSIPBindingR1CallListStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSupported(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call List status'."
    ::= { registeredSIPBindingR1Entry  19 }

  registeredSIPBindingR1NumEvtSubscriptions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of event subscriptions'."
    ::= { registeredSIPBindingR1Entry  20 }

  registeredSIPBindingR1CauseLastCallFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of last call failure'."
    ::= { registeredSIPBindingR1Entry  21 }

  registeredSIPBindingR1TimeLastCallFail OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last call failure'."
    ::= { registeredSIPBindingR1Entry  22 }

  registeredSIPBindingR1CallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call failure log correlator'."
    ::= { registeredSIPBindingR1Entry  23 }

  registeredSIPBindingR1CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { registeredSIPBindingR1Entry  24 }

  registeredSIPBindingR1CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { registeredSIPBindingR1Entry  25 }

  registeredSIPBindingR1I1NetwkNodeMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR1Entry  26 }

  registeredSIPBindingR1I2NetwkNodeMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR1Entry  27 }

  registeredSIPBindingR1I3NetwkNodeCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR1Entry  28 }

  registeredSIPBindingR1I4NetwkNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR1Entry  29 }

  registeredSIPBindingNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { registeredSIPBindingR1Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'On-Switch Carrier'                                          */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  rPSOnSwitchCarrierTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSOnSwitchCarrierEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'On-Switch and LNP Lookups'."
    ::= { metaSwitch  1280 }

  rPSOnSwitchCarrierEntry OBJECT-TYPE
    SYNTAX       RPSOnSwitchCarrierEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSOnSwitchCarrierMSwitchConn,
             rPSOnSwitchCarrierMSwitch,
             rPSOnSwitchCarrierCallAgentIx,
             rPSOnSwitchCarrierCfgSetIx,
             rPSOnSwitchCarrierIx }
    ::= {  rPSOnSwitchCarrierTable  1  }

  RPSOnSwitchCarrierEntry  ::=  SEQUENCE
  {
    rPSOnSwitchCarrierMSwitchConn      Unsigned32,
    rPSOnSwitchCarrierMSwitch          DisplayString,
    rPSOnSwitchCarrierCallAgentIx      Unsigned32,
    rPSOnSwitchCarrierCfgSetIx         Unsigned32,
    rPSOnSwitchCarrierIx               Unsigned32,
    rPSOnSwitchCarrierCarrID           DisplayString,
    rPSOnSwitchCarrierRowStatus        RowStatus
  }

  rPSOnSwitchCarrierMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSOnSwitchCarrierEntry  1 }

  rPSOnSwitchCarrierMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSOnSwitchCarrierEntry  2 }

  rPSOnSwitchCarrierCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSOnSwitchCarrierEntry  3 }

  rPSOnSwitchCarrierCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSOnSwitchCarrierEntry  4 }

  rPSOnSwitchCarrierIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { rPSOnSwitchCarrierEntry  5 }

  rPSOnSwitchCarrierCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier ID'."
    ::= { rPSOnSwitchCarrierEntry  6 }

  rPSOnSwitchCarrierRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSOnSwitchCarrierEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Digit Maps'                                                 */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  bGLineDigitMapsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineDigitMapsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1287 }

  bGLineDigitMapsEntry OBJECT-TYPE
    SYNTAX       BGLineDigitMapsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineDigitMapsMSwitchConn,
             bGLineDigitMapsMSwitch,
             bGLineDigitMapsCallAgentIx,
             bGLineDigitMapsGpIx,
             bGLineDigitMapsFirstDirNum,
             bGLineDigitMapsDirNum }
    ::= {  bGLineDigitMapsTable  1  }

  BGLineDigitMapsEntry  ::=  SEQUENCE
  {
    bGLineDigitMapsMSwitchConn         Unsigned32,
    bGLineDigitMapsMSwitch             DisplayString,
    bGLineDigitMapsCallAgentIx         Unsigned32,
    bGLineDigitMapsGpIx                Unsigned32,
    bGLineDigitMapsFirstDirNum         DisplayString,
    bGLineDigitMapsDirNum              DisplayString,
    bGLineDigitMapsBusGpDigitMap       LongDisplayString,
    bGLineDigitMapsBusGpCriticalTimeout
                                       Unsigned32,
    bGLineDigitMapsBusGpPartialTimeout Unsigned32,
    bGLineDigitMapsSubGpDigitMap       LongDisplayString,
    bGLineDigitMapsSubGpCriticalTimeout
                                       Unsigned32,
    bGLineDigitMapsSubGpPartialTimeout Unsigned32
  }

  bGLineDigitMapsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineDigitMapsEntry  1 }

  bGLineDigitMapsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineDigitMapsEntry  2 }

  bGLineDigitMapsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineDigitMapsEntry  3 }

  bGLineDigitMapsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineDigitMapsEntry  4 }

  bGLineDigitMapsFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineDigitMapsEntry  5 }

  bGLineDigitMapsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineDigitMapsEntry  6 }

  bGLineDigitMapsBusGpDigitMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group digit map'."
    ::= { bGLineDigitMapsEntry  7 }

  bGLineDigitMapsBusGpCriticalTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group critical timeout'."
    ::= { bGLineDigitMapsEntry  8 }

  bGLineDigitMapsBusGpPartialTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group partial timeout'."
    ::= { bGLineDigitMapsEntry  9 }

  bGLineDigitMapsSubGpDigitMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber Group digit map'."
    ::= { bGLineDigitMapsEntry  10 }

  bGLineDigitMapsSubGpCriticalTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber Group critical timeout'."
    ::= { bGLineDigitMapsEntry  11 }

  bGLineDigitMapsSubGpPartialTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber Group partial timeout'."
    ::= { bGLineDigitMapsEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 6.0                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  mADNCallFwdR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNCallFwdR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1290 }

  mADNCallFwdR5Entry OBJECT-TYPE
    SYNTAX       MADNCallFwdR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNCallFwdR5MSwitchConn,
             mADNCallFwdR5MSwitch,
             mADNCallFwdR5CallAgentIx,
             mADNCallFwdR5GpIx,
             mADNCallFwdR5DirNum }
    ::= {  mADNCallFwdR5Table  1  }

  MADNCallFwdR5Entry  ::=  SEQUENCE
  {
    mADNCallFwdR5MSwitchConn           Unsigned32,
    mADNCallFwdR5MSwitch               DisplayString,
    mADNCallFwdR5CallAgentIx           Unsigned32,
    mADNCallFwdR5GpIx                  Unsigned32,
    mADNCallFwdR5DirNum                DisplayString,
    mADNCallFwdR5SDActUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR5SDDefUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR5SDUseDefUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR5SDActNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR5SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR5SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR5SDActPlayConfirmTone  INTEGER,
    mADNCallFwdR5SDDefPlayConfirmTone  INTEGER,
    mADNCallFwdR5SDUseDefPlayConfirmTone
                                       INTEGER,
    mADNCallFwdR5SDActCFUSubscribed    INTEGER,
    mADNCallFwdR5SDDefCFUSubscribed    INTEGER,
    mADNCallFwdR5SDUseDefCFUSubscribed INTEGER,
    mADNCallFwdR5CFUEnabled            INTEGER,
    mADNCallFwdR5CFUNum                DisplayString,
    mADNCallFwdR5SDActCFBLSubscribed   INTEGER,
    mADNCallFwdR5SDDefCFBLSubscribed   INTEGER,
    mADNCallFwdR5SDUseDefCFBLSubscribed
                                       INTEGER,
    mADNCallFwdR5CFBLEnabled           INTEGER,
    mADNCallFwdR5CFBLNum               DisplayString,
    mADNCallFwdR5SDActCFDASubscribed   INTEGER,
    mADNCallFwdR5SDDefCFDASubscribed   INTEGER,
    mADNCallFwdR5SDUseDefCFDASubscribed
                                       INTEGER,
    mADNCallFwdR5CFDAEnabled           INTEGER,
    mADNCallFwdR5CFDANum               DisplayString,
    mADNCallFwdR5SDActCFDANoReplyTime  Unsigned32,
    mADNCallFwdR5SDDefCFDANoReplyTime  Unsigned32,
    mADNCallFwdR5SDUseDefCFDANoReplyTime
                                       INTEGER,
    mADNCallFwdR5SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR5SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR5SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR5SDActSCFSubscribed    INTEGER,
    mADNCallFwdR5SDDefSCFSubscribed    INTEGER,
    mADNCallFwdR5SDUseDefSCFSubscribed INTEGER,
    mADNCallFwdR5SCFEnabled            INTEGER,
    mADNCallFwdR5SCFNumToFwdTo         DisplayString,
    mADNCallFwdR5SCFNumAnonNumsFwd     Unsigned32,
    mADNCallFwdR5SDActSCFUSB           INTEGER,
    mADNCallFwdR5SDDefSCFUSB           INTEGER,
    mADNCallFwdR5SDUseDefSCFUSB        INTEGER,
    mADNCallFwdR5SDActBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR5SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR5SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR5SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    mADNCallFwdR5SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    mADNCallFwdR5SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    mADNCallFwdR5SDActBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR5SDDefBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR5SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR5SDActRACFSubscribed   INTEGER,
    mADNCallFwdR5SDDefRACFSubscribed   INTEGER,
    mADNCallFwdR5SDUseDefRACFSubscribed
                                       INTEGER,
    mADNCallFwdR5RACFBlocked           INTEGER,
    mADNCallFwdR5DoExtraActions        INTEGER,
    mADNCallFwdR5SDActMaxSimulFwds     Unsigned32,
    mADNCallFwdR5SDDefMaxSimulFwds     Unsigned32,
    mADNCallFwdR5SDUseDefMaxSimulFwds  INTEGER,
    mADNCallFwdR5SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR5SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR5SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR5SDActCFUSingleRing    INTEGER,
    mADNCallFwdR5SDDefCFUSingleRing    INTEGER,
    mADNCallFwdR5SDUseDefCFUSingleRing INTEGER,
    mADNCallFwdR5SDActSCFSingleRing    INTEGER,
    mADNCallFwdR5SDDefSCFSingleRing    INTEGER,
    mADNCallFwdR5SDUseDefSCFSingleRing INTEGER,
    mADNCallFwdR5SDActCFUVariant       INTEGER,
    mADNCallFwdR5SDDefCFUVariant       INTEGER,
    mADNCallFwdR5SDUseDefCFUVariant    INTEGER,
    mADNCallFwdR5SDActCFBLVariant      INTEGER,
    mADNCallFwdR5SDDefCFBLVariant      INTEGER,
    mADNCallFwdR5SDUseDefCFBLVariant   INTEGER,
    mADNCallFwdR5SDActCFDAVariant      INTEGER,
    mADNCallFwdR5SDDefCFDAVariant      INTEGER,
    mADNCallFwdR5SDUseDefCFDAVariant   INTEGER,
    mADNCallFwdR5BasicLineHuntingEnabled
                                       INTEGER,
    mADNCallFwdR5SDActRequireCrtsyCall INTEGER,
    mADNCallFwdR5SDDefRequireCrtsyCall INTEGER,
    mADNCallFwdR5SDUseDefRequireCrtsyCall
                                       INTEGER
  }

  mADNCallFwdR5MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNCallFwdR5Entry  1 }

  mADNCallFwdR5MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNCallFwdR5Entry  2 }

  mADNCallFwdR5CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNCallFwdR5Entry  3 }

  mADNCallFwdR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNCallFwdR5Entry  4 }

  mADNCallFwdR5DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNCallFwdR5Entry  5 }

  mADNCallFwdR5SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  6 }

  mADNCallFwdR5SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  7 }

  mADNCallFwdR5SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  8 }

  mADNCallFwdR5SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  9 }

  mADNCallFwdR5SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  10 }

  mADNCallFwdR5SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  11 }

  mADNCallFwdR5SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  12 }

  mADNCallFwdR5SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  13 }

  mADNCallFwdR5SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  14 }

  mADNCallFwdR5SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  15 }

  mADNCallFwdR5SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  16 }

  mADNCallFwdR5SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  17 }

  mADNCallFwdR5CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR5Entry  18 }

  mADNCallFwdR5CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { mADNCallFwdR5Entry  19 }

  mADNCallFwdR5SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  20 }

  mADNCallFwdR5SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  21 }

  mADNCallFwdR5SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  22 }

  mADNCallFwdR5CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR5Entry  23 }

  mADNCallFwdR5CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { mADNCallFwdR5Entry  24 }

  mADNCallFwdR5SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  25 }

  mADNCallFwdR5SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  26 }

  mADNCallFwdR5SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  27 }

  mADNCallFwdR5CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR5Entry  28 }

  mADNCallFwdR5CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { mADNCallFwdR5Entry  29 }

  mADNCallFwdR5SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  30 }

  mADNCallFwdR5SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  31 }

  mADNCallFwdR5SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  32 }

  mADNCallFwdR5SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  33 }

  mADNCallFwdR5SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  34 }

  mADNCallFwdR5SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  35 }

  mADNCallFwdR5SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  36 }

  mADNCallFwdR5SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  37 }

  mADNCallFwdR5SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  38 }

  mADNCallFwdR5SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR5Entry  39 }

  mADNCallFwdR5SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { mADNCallFwdR5Entry  40 }

  mADNCallFwdR5SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { mADNCallFwdR5Entry  41 }

  mADNCallFwdR5SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  42 }

  mADNCallFwdR5SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  43 }

  mADNCallFwdR5SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  44 }

  mADNCallFwdR5SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  45 }

  mADNCallFwdR5SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  46 }

  mADNCallFwdR5SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  47 }

  mADNCallFwdR5SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  48 }

  mADNCallFwdR5SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  49 }

  mADNCallFwdR5SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  50 }

  mADNCallFwdR5SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  51 }

  mADNCallFwdR5SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  52 }

  mADNCallFwdR5SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  53 }

  mADNCallFwdR5SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  54 }

  mADNCallFwdR5SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  55 }

  mADNCallFwdR5SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  56 }

  mADNCallFwdR5RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { mADNCallFwdR5Entry  57 }

  mADNCallFwdR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mADNCallFwdR5Entry  58 }

  mADNCallFwdR5SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  62 }

  mADNCallFwdR5SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  63 }

  mADNCallFwdR5SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  64 }

  mADNCallFwdR5SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  65 }

  mADNCallFwdR5SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  66 }

  mADNCallFwdR5SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  67 }

  mADNCallFwdR5SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  69 }

  mADNCallFwdR5SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  70 }

  mADNCallFwdR5SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  71 }

  mADNCallFwdR5SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  78 }

  mADNCallFwdR5SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  79 }

  mADNCallFwdR5SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  80 }

  mADNCallFwdR5SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  90 }

  mADNCallFwdR5SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  91 }

  mADNCallFwdR5SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  92 }

  mADNCallFwdR5SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  93 }

  mADNCallFwdR5SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  94 }

  mADNCallFwdR5SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  95 }

  mADNCallFwdR5SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  96 }

  mADNCallFwdR5SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  97 }

  mADNCallFwdR5SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  98 }

  mADNCallFwdR5BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  99 }

  mADNCallFwdR5SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  100 }

  mADNCallFwdR5SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR5Entry  101 }

  mADNCallFwdR5SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR5Entry  102 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 6.0                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  mLHGPltDNCallFwdR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPltDNCallFwdR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1292 }

  mLHGPltDNCallFwdR1Entry OBJECT-TYPE
    SYNTAX       MLHGPltDNCallFwdR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPltDNCallFwdR1MSwitchConn,
             mLHGPltDNCallFwdR1MSwitch,
             mLHGPltDNCallFwdR1CallAgentIx,
             mLHGPltDNCallFwdR1GpIx,
             mLHGPltDNCallFwdR1MLHGGpIx,
             mLHGPltDNCallFwdR1DirNum }
    ::= {  mLHGPltDNCallFwdR1Table  1  }

  MLHGPltDNCallFwdR1Entry  ::=  SEQUENCE
  {
    mLHGPltDNCallFwdR1MSwitchConn      Unsigned32,
    mLHGPltDNCallFwdR1MSwitch          DisplayString,
    mLHGPltDNCallFwdR1CallAgentIx      Unsigned32,
    mLHGPltDNCallFwdR1GpIx             Unsigned32,
    mLHGPltDNCallFwdR1MLHGGpIx         Unsigned32,
    mLHGPltDNCallFwdR1DirNum           DisplayString,
    mLHGPltDNCallFwdR1SDActMaxSimulFwds
                                       Unsigned32,
    mLHGPltDNCallFwdR1SDDefMaxSimulFwds
                                       Unsigned32,
    mLHGPltDNCallFwdR1SDUseDefMaxSimulFwds
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActCFUVariant  INTEGER,
    mLHGPltDNCallFwdR1SDDefCFUVariant  INTEGER,
    mLHGPltDNCallFwdR1SDUseDefCFUVariant
                                       INTEGER,
    mLHGPltDNCallFwdR1CFUEnabled       INTEGER,
    mLHGPltDNCallFwdR1CFUNum           DisplayString,
    mLHGPltDNCallFwdR1SDActCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActCFBLVariant INTEGER,
    mLHGPltDNCallFwdR1SDDefCFBLVariant INTEGER,
    mLHGPltDNCallFwdR1SDUseDefCFBLVariant
                                       INTEGER,
    mLHGPltDNCallFwdR1CFBLEnabled      INTEGER,
    mLHGPltDNCallFwdR1CFBLNum          DisplayString,
    mLHGPltDNCallFwdR1SDActCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActCFDAVariant INTEGER,
    mLHGPltDNCallFwdR1SDDefCFDAVariant INTEGER,
    mLHGPltDNCallFwdR1SDUseDefCFDAVariant
                                       INTEGER,
    mLHGPltDNCallFwdR1CFDAEnabled      INTEGER,
    mLHGPltDNCallFwdR1CFDANum          DisplayString,
    mLHGPltDNCallFwdR1SDActCFDANoReplyTime
                                       Unsigned32,
    mLHGPltDNCallFwdR1SDDefCFDANoReplyTime
                                       Unsigned32,
    mLHGPltDNCallFwdR1SDUseDefCFDANoReplyTime
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR1SDActSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SCFEnabled       INTEGER,
    mLHGPltDNCallFwdR1SCFNumToFwdTo    DisplayString,
    mLHGPltDNCallFwdR1SCFNumAnonNumsFwd
                                       Unsigned32,
    mLHGPltDNCallFwdR1SDActSCFUSB      INTEGER,
    mLHGPltDNCallFwdR1SDDefSCFUSB      INTEGER,
    mLHGPltDNCallFwdR1SDUseDefSCFUSB   INTEGER,
    mLHGPltDNCallFwdR1SDActRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR1RACFBlocked      INTEGER,
    mLHGPltDNCallFwdR1DoExtraActions   INTEGER,
    mLHGPltDNCallFwdR1SDActRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR1SDDefRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR1SDUseDefRequireCrtsyCall
                                       INTEGER
  }

  mLHGPltDNCallFwdR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR1Entry  1 }

  mLHGPltDNCallFwdR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR1Entry  2 }

  mLHGPltDNCallFwdR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR1Entry  3 }

  mLHGPltDNCallFwdR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR1Entry  4 }

  mLHGPltDNCallFwdR1MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR1Entry  5 }

  mLHGPltDNCallFwdR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR1Entry  6 }

  mLHGPltDNCallFwdR1SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  7 }

  mLHGPltDNCallFwdR1SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  8 }

  mLHGPltDNCallFwdR1SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  9 }

  mLHGPltDNCallFwdR1SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  10 }

  mLHGPltDNCallFwdR1SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  11 }

  mLHGPltDNCallFwdR1SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  12 }

  mLHGPltDNCallFwdR1SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  13 }

  mLHGPltDNCallFwdR1SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  14 }

  mLHGPltDNCallFwdR1SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  15 }

  mLHGPltDNCallFwdR1SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  16 }

  mLHGPltDNCallFwdR1SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  17 }

  mLHGPltDNCallFwdR1SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  18 }

  mLHGPltDNCallFwdR1SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  19 }

  mLHGPltDNCallFwdR1SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  20 }

  mLHGPltDNCallFwdR1SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  21 }

  mLHGPltDNCallFwdR1SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  22 }

  mLHGPltDNCallFwdR1SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  23 }

  mLHGPltDNCallFwdR1SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  24 }

  mLHGPltDNCallFwdR1SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  25 }

  mLHGPltDNCallFwdR1SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  26 }

  mLHGPltDNCallFwdR1SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  27 }

  mLHGPltDNCallFwdR1CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR1Entry  28 }

  mLHGPltDNCallFwdR1CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR1Entry  29 }

  mLHGPltDNCallFwdR1SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  30 }

  mLHGPltDNCallFwdR1SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  31 }

  mLHGPltDNCallFwdR1SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  32 }

  mLHGPltDNCallFwdR1SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  33 }

  mLHGPltDNCallFwdR1SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  34 }

  mLHGPltDNCallFwdR1SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  35 }

  mLHGPltDNCallFwdR1CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR1Entry  36 }

  mLHGPltDNCallFwdR1CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR1Entry  37 }

  mLHGPltDNCallFwdR1SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  38 }

  mLHGPltDNCallFwdR1SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  39 }

  mLHGPltDNCallFwdR1SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  40 }

  mLHGPltDNCallFwdR1SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  41 }

  mLHGPltDNCallFwdR1SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  42 }

  mLHGPltDNCallFwdR1SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  43 }

  mLHGPltDNCallFwdR1CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR1Entry  44 }

  mLHGPltDNCallFwdR1CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR1Entry  45 }

  mLHGPltDNCallFwdR1SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  46 }

  mLHGPltDNCallFwdR1SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  47 }

  mLHGPltDNCallFwdR1SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  48 }

  mLHGPltDNCallFwdR1SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  49 }

  mLHGPltDNCallFwdR1SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  50 }

  mLHGPltDNCallFwdR1SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  51 }

  mLHGPltDNCallFwdR1SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  52 }

  mLHGPltDNCallFwdR1SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  53 }

  mLHGPltDNCallFwdR1SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  54 }

  mLHGPltDNCallFwdR1SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR1Entry  55 }

  mLHGPltDNCallFwdR1SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { mLHGPltDNCallFwdR1Entry  56 }

  mLHGPltDNCallFwdR1SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { mLHGPltDNCallFwdR1Entry  57 }

  mLHGPltDNCallFwdR1SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  58 }

  mLHGPltDNCallFwdR1SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  59 }

  mLHGPltDNCallFwdR1SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  60 }

  mLHGPltDNCallFwdR1SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  61 }

  mLHGPltDNCallFwdR1SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  62 }

  mLHGPltDNCallFwdR1SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  63 }

  mLHGPltDNCallFwdR1RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR1Entry  64 }

  mLHGPltDNCallFwdR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGPltDNCallFwdR1Entry  65 }

  mLHGPltDNCallFwdR1SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  66 }

  mLHGPltDNCallFwdR1SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR1Entry  67 }

  mLHGPltDNCallFwdR1SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR1Entry  68 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Cards'                                                 */
-- /* Valid from: 6.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  hwConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF HwConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1316 }

  hwConR3Entry OBJECT-TYPE
    SYNTAX       HwConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { hwConR3MSwitchConn,
             hwConR3MSwitch,
             hwConR3MediaGatewayIx }
    ::= {  hwConR3Table  1  }

  HwConR3Entry  ::=  SEQUENCE
  {
    hwConR3MSwitchConn                 Unsigned32,
    hwConR3MSwitch                     DisplayString,
    hwConR3MediaGatewayIx              Unsigned32,
    hwConR3CtrlerAlrmsAttnRq           Integer32,
    hwConR3CtrlerAlrmEvtsAttnRq        Integer32,
    hwConR3SummaryChldAlrmState        INTEGER,
    hwConR3CtrlerAlrmsAtndDp           Integer32,
    hwConR3CtrlerAtndDpReqdAlrmEvts    Integer32,
    hwConR3ChldStatisticsAlrms         Integer32
  }

  hwConR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { hwConR3Entry  1 }

  hwConR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { hwConR3Entry  2 }

  hwConR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { hwConR3Entry  3 }

  hwConR3CtrlerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controller Attention Required alarms'."
    ::= { hwConR3Entry  4 }

  hwConR3CtrlerAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controller Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { hwConR3Entry  5 }

  hwConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { hwConR3Entry  12 }

  hwConR3CtrlerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controller Attend To Dependent alarms'."
    ::= { hwConR3Entry  13 }

  hwConR3CtrlerAtndDpReqdAlrmEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controller Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { hwConR3Entry  14 }

  hwConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { hwConR3Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Processor'                                                  */
-- /* Valid from: 6.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  pCISegR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PCISegR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Line Cards'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1317 }

  pCISegR3Entry OBJECT-TYPE
    SYNTAX       PCISegR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pCISegR3MSwitchConn,
             pCISegR3MSwitch,
             pCISegR3MediaGatewayIx,
             pCISegR3CtrlerIx }
    ::= {  pCISegR3Table  1  }

  PCISegR3Entry  ::=  SEQUENCE
  {
    pCISegR3MSwitchConn                Unsigned32,
    pCISegR3MSwitch                    DisplayString,
    pCISegR3MediaGatewayIx             Unsigned32,
    pCISegR3CtrlerIx                   INTEGER,
    pCISegR3DeactivnMode               INTEGER,
    pCISegR3AlrmState                  INTEGER,
    pCISegR3AlrmLogCorr                Counter64,
    pCISegR3AlrmEvtsAttnRq             Integer32,
    pCISegR3AlrmStateTimestamp         Unsigned32,
    pCISegR3AlrmResetTimestamp         Unsigned32,
    pCISegR3AdaptorAlrmsAttnRq         Integer32,
    pCISegR3AdaptorAlrmEvtsAttnRq      Integer32,
    pCISegR3SummaryChldAlrmState       INTEGER,
    pCISegR3RowStatus                  RowStatus,
    pCISegR3AdminStatus                AdminStatus,
    pCISegR3OperStatus                 OperStatus,
    pCISegR3AdaptorAlrmsAtndDp         Integer32,
    pCISegR3AdaptorAlrmEvtsAtndDp      Integer32,
    pCISegR3ChldStatisticsAlrms        Integer32
  }

  pCISegR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pCISegR3Entry  1 }

  pCISegR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pCISegR3Entry  2 }

  pCISegR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { pCISegR3Entry  3 }

  pCISegR3CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { pCISegR3Entry  4 }

  pCISegR3DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { pCISegR3Entry  5 }

  pCISegR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pCISegR3Entry  6 }

  pCISegR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pCISegR3Entry  7 }

  pCISegR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pCISegR3Entry  8 }

  pCISegR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pCISegR3Entry  9 }

  pCISegR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { pCISegR3Entry  10 }

  pCISegR3AdaptorAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adaptor Attention Required alarms'."
    ::= { pCISegR3Entry  11 }

  pCISegR3AdaptorAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptor Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { pCISegR3Entry  12 }

  pCISegR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pCISegR3Entry  13 }

  pCISegR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { pCISegR3Entry  14 }

  pCISegR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pCISegR3Entry  15 }

  pCISegR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { pCISegR3Entry  16 }

  pCISegR3AdaptorAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptor Attend To Dependent alarms'."
    ::= { pCISegR3Entry  17 }

  pCISegR3AdaptorAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptor Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { pCISegR3Entry  18 }

  pCISegR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { pCISegR3Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk / Access Gateways'                                    */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  tAGConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1321 }

  tAGConR2Entry OBJECT-TYPE
    SYNTAX       TAGConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGConR2MSwitchConn,
             tAGConR2MSwitch,
             tAGConR2CallAgentIx }
    ::= {  tAGConR2Table  1  }

  TAGConR2Entry  ::=  SEQUENCE
  {
    tAGConR2MSwitchConn                Unsigned32,
    tAGConR2MSwitch                    DisplayString,
    tAGConR2CallAgentIx                Unsigned32,
    tAGConR2TAGAlrmsAttnRq             Integer32,
    tAGConR2TAGAlrmEvtsAttnRq          Integer32,
    tAGConR2TAGAlrmsAtndDp             Integer32,
    tAGConR2TAGAlrmEvtsAtndDp          Integer32,
    tAGConR2SummaryChldAlrmState       INTEGER,
    tAGConR2ChldStatisticsAlrms        Integer32
  }

  tAGConR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGConR2Entry  1 }

  tAGConR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGConR2Entry  2 }

  tAGConR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGConR2Entry  3 }

  tAGConR2TAGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attention Required alarms'."
    ::= { tAGConR2Entry  4 }

  tAGConR2TAGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { tAGConR2Entry  5 }

  tAGConR2TAGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attend To Dependent alarms'."
    ::= { tAGConR2Entry  6 }

  tAGConR2TAGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { tAGConR2Entry  7 }

  tAGConR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tAGConR2Entry  8 }

  tAGConR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tAGConR2Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Gateways'                                        */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  subGConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1322 }

  subGConR2Entry OBJECT-TYPE
    SYNTAX       SubGConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGConR2MSwitchConn,
             subGConR2MSwitch,
             subGConR2CallAgentIx }
    ::= {  subGConR2Table  1  }

  SubGConR2Entry  ::=  SEQUENCE
  {
    subGConR2MSwitchConn               Unsigned32,
    subGConR2MSwitch                   DisplayString,
    subGConR2CallAgentIx               Unsigned32,
    subGConR2SubGAlrmsAttnRq           Integer32,
    subGConR2SubGAlrmEvtsAttnRq        Integer32,
    subGConR2SubGAlrmsAtndDp           Integer32,
    subGConR2SubGAlrmEvtsAtndDp        Integer32,
    subGConR2SummaryChldAlrmState      INTEGER,
    subGConR2ImportCnt                 Integer32,
    subGConR2ImportStatus              DisplayString,
    subGConR2ImportMode                INTEGER,
    subGConR2ImportFile                DisplayString,
    subGConR2ImportCorr                Counter64,
    subGConR2ImportCorrMSwitch         DisplayString,
    subGConR2ImportCorrUID             DisplayString,
    subGConR2ExportNumObjectsExported  Integer32,
    subGConR2ExportStatus              DisplayString,
    subGConR2ExportFile                DisplayString,
    subGConR2ExportCorr                Counter64,
    subGConR2ExportCorrMSwitch         DisplayString,
    subGConR2ExportCorrUID             DisplayString,
    subGConR2DoExtraActions            INTEGER,
    subGConR2ChldStatisticsAlrms       Integer32,
    subGConR2ExportIncASRepData        INTEGER,
    subGConR2ExportChldObjectsToInc    INTEGER
  }

  subGConR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGConR2Entry  1 }

  subGConR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGConR2Entry  2 }

  subGConR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGConR2Entry  3 }

  subGConR2SubGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attention Required alarms'."
    ::= { subGConR2Entry  4 }

  subGConR2SubGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { subGConR2Entry  5 }

  subGConR2SubGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attend To Dependent alarms'."
    ::= { subGConR2Entry  6 }

  subGConR2SubGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { subGConR2Entry  7 }

  subGConR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subGConR2Entry  8 }

  subGConR2ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { subGConR2Entry  9 }

  subGConR2ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { subGConR2Entry  10 }

  subGConR2ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { subGConR2Entry  11 }

  subGConR2ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { subGConR2Entry  12 }

  subGConR2ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { subGConR2Entry  13 }

  subGConR2ImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { subGConR2Entry  14 }

  subGConR2ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { subGConR2Entry  15 }

  subGConR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGConR2Entry  16 }

  subGConR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGConR2Entry  17 }

  subGConR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGConR2Entry  18 }

  subGConR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGConR2Entry  19 }

  subGConR2ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { subGConR2Entry  20 }

  subGConR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGConR2Entry  21 }

  subGConR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { subGConR2Entry  22 }

  subGConR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { subGConR2Entry  23 }

  subGConR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGConR2Entry  24 }

  subGConR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGConR2Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling'                                                  */
-- /* Valid from: 6.0                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  signalingConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SignalingConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1324 }

  signalingConR3Entry OBJECT-TYPE
    SYNTAX       SignalingConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { signalingConR3MSwitchConn,
             signalingConR3MSwitch,
             signalingConR3CallAgentIx }
    ::= {  signalingConR3Table  1  }

  SignalingConR3Entry  ::=  SEQUENCE
  {
    signalingConR3MSwitchConn          Unsigned32,
    signalingConR3MSwitch              DisplayString,
    signalingConR3CallAgentIx          Unsigned32,
    signalingConR3LineSigAlrmsAtndDp   Integer32,
    signalingConR3LineSigAlrmEvtsAtndDp
                                       Integer32,
    signalingConR3MFSigAlrmsAttnRq     Integer32,
    signalingConR3MFSigAlrmEvtsAttnRq  Integer32,
    signalingConR3MFSigAlrmsAtndDp     Integer32,
    signalingConR3MFSigAlrmEvtsAtndDp  Integer32,
    signalingConR3SS7SigAlrmsAttnRq    Integer32,
    signalingConR3SS7SigAlrmEvtsAttnRq Integer32,
    signalingConR3SS7SigAlrmsAtndDp    Integer32,
    signalingConR3SS7SigAlrmEvtsAtndDp Integer32,
    signalingConR3TotChldAlrmsAttnRq   Unsigned32,
    signalingConR3TotChldAlrmEvtsAttnRq
                                       Unsigned32,
    signalingConR3TotChldAlrmsAtndDp   Unsigned32,
    signalingConR3TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    signalingConR3SummaryChldAlrmState INTEGER,
    signalingConR3ISDNAlrmsAttnRq      Integer32,
    signalingConR3ISDNAlrmEvtsAttnRq   Integer32,
    signalingConR3ISDNAlrmsAtndDp      Integer32,
    signalingConR3ISDNAlrmEvtsAtndDp   Integer32,
    signalingConR3SIPAlrmsAttnRq       Integer32,
    signalingConR3SIPAlrmEvtsAttnRq    Integer32,
    signalingConR3SIPAlrmsAtndDp       Integer32,
    signalingConR3SIPAlrmEvtsAtndDp    Integer32,
    signalingConR3ChldStatisticsAlrms  Integer32
  }

  signalingConR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { signalingConR3Entry  1 }

  signalingConR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { signalingConR3Entry  2 }

  signalingConR3CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { signalingConR3Entry  3 }

  signalingConR3LineSigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Signaling Attend To Dependent alarms'."
    ::= { signalingConR3Entry  4 }

  signalingConR3LineSigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  5 }

  signalingConR3MFSigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attention Required alarms'."
    ::= { signalingConR3Entry  6 }

  signalingConR3MFSigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  7 }

  signalingConR3MFSigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attend To Dependent alarms'."
    ::= { signalingConR3Entry  8 }

  signalingConR3MFSigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  9 }

  signalingConR3SS7SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attention Required alarms'."
    ::= { signalingConR3Entry  10 }

  signalingConR3SS7SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  11 }

  signalingConR3SS7SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attend To Dependent alarms'."
    ::= { signalingConR3Entry  12 }

  signalingConR3SS7SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  13 }

  signalingConR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { signalingConR3Entry  14 }

  signalingConR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { signalingConR3Entry  15 }

  signalingConR3TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { signalingConR3Entry  16 }

  signalingConR3TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { signalingConR3Entry  17 }

  signalingConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { signalingConR3Entry  18 }

  signalingConR3ISDNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN Attention Required alarms'."
    ::= { signalingConR3Entry  19 }

  signalingConR3ISDNAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  20 }

  signalingConR3ISDNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN Attend To Dependent alarms'."
    ::= { signalingConR3Entry  21 }

  signalingConR3ISDNAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  22 }

  signalingConR3SIPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Attention Required alarms'."
    ::= { signalingConR3Entry  23 }

  signalingConR3SIPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  24 }

  signalingConR3SIPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Attend To Dependent alarms'."
    ::= { signalingConR3Entry  25 }

  signalingConR3SIPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR3Entry  26 }

  signalingConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { signalingConR3Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Primary Rate Interfaces'                               */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  iSDNPRIConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1326 }

  iSDNPRIConR1Entry OBJECT-TYPE
    SYNTAX       ISDNPRIConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIConR1MSwitchConn,
             iSDNPRIConR1MSwitch,
             iSDNPRIConR1CallAgentIx,
             iSDNPRIConR1ISDNIx }
    ::= {  iSDNPRIConR1Table  1  }

  ISDNPRIConR1Entry  ::=  SEQUENCE
  {
    iSDNPRIConR1MSwitchConn            Unsigned32,
    iSDNPRIConR1MSwitch                DisplayString,
    iSDNPRIConR1CallAgentIx            Unsigned32,
    iSDNPRIConR1ISDNIx                 Unsigned32,
    iSDNPRIConR1ISDNPRIAlrmsAttnRq     Integer32,
    iSDNPRIConR1ISDNPRIAlrmEvtsAttnRq  Integer32,
    iSDNPRIConR1ISDNPRIAlrmsAtndDp     Integer32,
    iSDNPRIConR1ISDNPRIAlrmEvtsAtndDp  Integer32,
    iSDNPRIConR1SummaryChldAlrmState   INTEGER,
    iSDNPRIConR1ImportCnt              Integer32,
    iSDNPRIConR1ImportStatus           DisplayString,
    iSDNPRIConR1ImportMode             INTEGER,
    iSDNPRIConR1ImportFile             DisplayString,
    iSDNPRIConR1ImportCorr             Counter64,
    iSDNPRIConR1ImportCorrMSwitch      DisplayString,
    iSDNPRIConR1ImportCorrUID          DisplayString,
    iSDNPRIConR1ExportNumObjectsExported
                                       Integer32,
    iSDNPRIConR1ExportStatus           DisplayString,
    iSDNPRIConR1ExportFile             DisplayString,
    iSDNPRIConR1ExportCorr             Counter64,
    iSDNPRIConR1ExportCorrMSwitch      DisplayString,
    iSDNPRIConR1ExportCorrUID          DisplayString,
    iSDNPRIConR1DoExtraActions         INTEGER,
    iSDNPRIConR1ChldStatisticsAlrms    Integer32,
    iSDNPRIConR1ExportIncASRepData     INTEGER,
    iSDNPRIConR1ExportChldObjectsToInc INTEGER
  }

  iSDNPRIConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIConR1Entry  1 }

  iSDNPRIConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIConR1Entry  2 }

  iSDNPRIConR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIConR1Entry  3 }

  iSDNPRIConR1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIConR1Entry  4 }

  iSDNPRIConR1ISDNPRIAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attention Required alarms'."
    ::= { iSDNPRIConR1Entry  5 }

  iSDNPRIConR1ISDNPRIAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIConR1Entry  6 }

  iSDNPRIConR1ISDNPRIAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attend To Dependent alarms'."
    ::= { iSDNPRIConR1Entry  7 }

  iSDNPRIConR1ISDNPRIAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIConR1Entry  8 }

  iSDNPRIConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNPRIConR1Entry  9 }

  iSDNPRIConR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { iSDNPRIConR1Entry  10 }

  iSDNPRIConR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { iSDNPRIConR1Entry  11 }

  iSDNPRIConR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { iSDNPRIConR1Entry  12 }

  iSDNPRIConR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { iSDNPRIConR1Entry  13 }

  iSDNPRIConR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { iSDNPRIConR1Entry  14 }

  iSDNPRIConR1ImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { iSDNPRIConR1Entry  15 }

  iSDNPRIConR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { iSDNPRIConR1Entry  16 }

  iSDNPRIConR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { iSDNPRIConR1Entry  17 }

  iSDNPRIConR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { iSDNPRIConR1Entry  18 }

  iSDNPRIConR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { iSDNPRIConR1Entry  19 }

  iSDNPRIConR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { iSDNPRIConR1Entry  20 }

  iSDNPRIConR1ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { iSDNPRIConR1Entry  21 }

  iSDNPRIConR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { iSDNPRIConR1Entry  22 }

  iSDNPRIConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIConR1Entry  23 }

  iSDNPRIConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSDNPRIConR1Entry  24 }

  iSDNPRIConR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { iSDNPRIConR1Entry  25 }

  iSDNPRIConR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { iSDNPRIConR1Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SS7 Signaling'                                              */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  sS7SigConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SS7SigConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1333 }

  sS7SigConR1Entry OBJECT-TYPE
    SYNTAX       SS7SigConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sS7SigConR1MSwitchConn,
             sS7SigConR1MSwitch,
             sS7SigConR1CallAgentIx }
    ::= {  sS7SigConR1Table  1  }

  SS7SigConR1Entry  ::=  SEQUENCE
  {
    sS7SigConR1MSwitchConn             Unsigned32,
    sS7SigConR1MSwitch                 DisplayString,
    sS7SigConR1CallAgentIx             Unsigned32,
    sS7SigConR1ISUPAlrmsAttnRq         Integer32,
    sS7SigConR1ISUPAlrmEvtsAttnRq      Integer32,
    sS7SigConR1ISUPAlrmsAtndDp         Integer32,
    sS7SigConR1ISUPAlrmEvtsAtndDp      Integer32,
    sS7SigConR1SCCPAlrmsAttnRq         Integer32,
    sS7SigConR1SCCPAlrmEvtsAttnRq      Integer32,
    sS7SigConR1SCCPAlrmsAtndDp         Integer32,
    sS7SigConR1SCCPAlrmEvtsAtndDp      Integer32,
    sS7SigConR1TotChldAlrmsAttnRq      Unsigned32,
    sS7SigConR1TotChldAlrmEvtsAttnRq   Unsigned32,
    sS7SigConR1TotChldAlrmsAtndDp      Unsigned32,
    sS7SigConR1TotChldAlrmEvtsAtndDp   Unsigned32,
    sS7SigConR1SummaryChldAlrmState    INTEGER,
    sS7SigConR1ChldStatisticsAlrms     Integer32
  }

  sS7SigConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sS7SigConR1Entry  1 }

  sS7SigConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sS7SigConR1Entry  2 }

  sS7SigConR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sS7SigConR1Entry  3 }

  sS7SigConR1ISUPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP Attention Required alarms'."
    ::= { sS7SigConR1Entry  4 }

  sS7SigConR1ISUPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sS7SigConR1Entry  5 }

  sS7SigConR1ISUPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP Attend To Dependent alarms'."
    ::= { sS7SigConR1Entry  6 }

  sS7SigConR1ISUPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sS7SigConR1Entry  7 }

  sS7SigConR1SCCPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Attention Required alarms'."
    ::= { sS7SigConR1Entry  8 }

  sS7SigConR1SCCPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SCCP Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sS7SigConR1Entry  9 }

  sS7SigConR1SCCPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Attend To Dependent alarms'."
    ::= { sS7SigConR1Entry  10 }

  sS7SigConR1SCCPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SCCP Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sS7SigConR1Entry  11 }

  sS7SigConR1TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sS7SigConR1Entry  12 }

  sS7SigConR1TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sS7SigConR1Entry  13 }

  sS7SigConR1TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sS7SigConR1Entry  14 }

  sS7SigConR1TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sS7SigConR1Entry  15 }

  sS7SigConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sS7SigConR1Entry  16 }

  sS7SigConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sS7SigConR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destinations'                          */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  iSUPLocalSigDestConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLocalSigDestConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SS7 Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1334 }

  iSUPLocalSigDestConR1Entry OBJECT-TYPE
    SYNTAX       ISUPLocalSigDestConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLocalSigDestConR1MSwitchConn,
             iSUPLocalSigDestConR1MSwitch,
             iSUPLocalSigDestConR1CallAgentIx }
    ::= {  iSUPLocalSigDestConR1Table  1  }

  ISUPLocalSigDestConR1Entry  ::=  SEQUENCE
  {
    iSUPLocalSigDestConR1MSwitchConn   Unsigned32,
    iSUPLocalSigDestConR1MSwitch       DisplayString,
    iSUPLocalSigDestConR1CallAgentIx   Unsigned32,
    iSUPLocalSigDestConR1ISUPLocalSigDestAlrmsAttnRq
                                       Integer32,
    iSUPLocalSigDestConR1ISUPLocSigDestAttnRqAlrmEvts
                                       Integer32,
    iSUPLocalSigDestConR1ISUPLclSigDestAtndDpAlrms
                                       Integer32,
    iSUPLocalSigDestConR1ISUPLoclSigDestAtndDpAlrmEvts
                                       Integer32,
    iSUPLocalSigDestConR1SummaryChldAlrmState
                                       INTEGER,
    iSUPLocalSigDestConR1ChldStatisticsAlrms
                                       Integer32
  }

  iSUPLocalSigDestConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLocalSigDestConR1Entry  1 }

  iSUPLocalSigDestConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLocalSigDestConR1Entry  2 }

  iSUPLocalSigDestConR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLocalSigDestConR1Entry  3 }

  iSUPLocalSigDestConR1ISUPLocalSigDestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination Attention Required alarms'."
    ::= { iSUPLocalSigDestConR1Entry  4 }

  iSUPLocalSigDestConR1ISUPLocSigDestAttnRqAlrmEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLocalSigDestConR1Entry  5 }

  iSUPLocalSigDestConR1ISUPLclSigDestAtndDpAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination Attend To Dependent alarms'."
    ::= { iSUPLocalSigDestConR1Entry  6 }

  iSUPLocalSigDestConR1ISUPLoclSigDestAtndDpAlrmEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLocalSigDestConR1Entry  7 }

  iSUPLocalSigDestConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLocalSigDestConR1Entry  8 }

  iSUPLocalSigDestConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLocalSigDestConR1Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Configuration'                                   */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  subConfConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubConfConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1338 }

  subConfConR3Entry OBJECT-TYPE
    SYNTAX       SubConfConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subConfConR3MSwitchConn,
             subConfConR3MSwitch,
             subConfConR3CallAgentIx }
    ::= {  subConfConR3Table  1  }

  SubConfConR3Entry  ::=  SEQUENCE
  {
    subConfConR3MSwitchConn            Unsigned32,
    subConfConR3MSwitch                DisplayString,
    subConfConR3CallAgentIx            Unsigned32,
    subConfConR3IndLineAlrmsAttnRq     Unsigned32,
    subConfConR3IndLineAlrmEvtsAttnRq  Unsigned32,
    subConfConR3IndLineAlrmsAtndDp     Unsigned32,
    subConfConR3IndLineAlrmEvtsAtndDp  Unsigned32,
    subConfConR3CallTraceControlAlrmsAttnRq
                                       Integer32,
    subConfConR3TotChldAlrmsAttnRq     Unsigned32,
    subConfConR3TotChldAlrmEvtsAttnRq  Unsigned32,
    subConfConR3TotChldAlrmsAtndDp     Unsigned32,
    subConfConR3TotChldAlrmEvtsAtndDp  Unsigned32,
    subConfConR3SummaryChldAlrmState   INTEGER,
    subConfConR3ImportCnt              Integer32,
    subConfConR3ImportStatus           DisplayString,
    subConfConR3ImportMode             INTEGER,
    subConfConR3ImportFile             DisplayString,
    subConfConR3ImportCorr             Counter64,
    subConfConR3ImportCorrMSwitch      DisplayString,
    subConfConR3ImportCorrUID          DisplayString,
    subConfConR3DoExtraActions         INTEGER,
    subConfConR3BusGpAlrmsAttnRq       Unsigned32,
    subConfConR3BusGpAlrmEvtsAttnRq    Unsigned32,
    subConfConR3BusGpAlrmsAtndDp       Unsigned32,
    subConfConR3BusGpAlrmEvtsAtndDp    Unsigned32,
    subConfConR3PBXAlrmsAttnRq         Unsigned32,
    subConfConR3PBXAlrmEvtsAttnRq      Unsigned32,
    subConfConR3PBXAlrmsAtndDp         Unsigned32,
    subConfConR3PBXAlrmEvtsAtndDp      Unsigned32,
    subConfConR3PerProfAlrmsAttnRq     Unsigned32,
    subConfConR3PerProfAlrmEvtsAttnRq  Unsigned32,
    subConfConR3PerProfAlrmsAtndDp     Unsigned32,
    subConfConR3PerProfAlrmEvtsAtndDp  Unsigned32,
    subConfConR3ChldStatisticsAlrms    Integer32
  }

  subConfConR3MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subConfConR3Entry  1 }

  subConfConR3MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subConfConR3Entry  2 }

  subConfConR3CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subConfConR3Entry  3 }

  subConfConR3IndLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarms'."
    ::= { subConfConR3Entry  4 }

  subConfConR3IndLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  5 }

  subConfConR3IndLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarms'."
    ::= { subConfConR3Entry  6 }

  subConfConR3IndLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  7 }

  subConfConR3CallTraceControlAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace Attention Required alarms'."
    ::= { subConfConR3Entry  8 }

  subConfConR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { subConfConR3Entry  9 }

  subConfConR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { subConfConR3Entry  10 }

  subConfConR3TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { subConfConR3Entry  11 }

  subConfConR3TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { subConfConR3Entry  12 }

  subConfConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subConfConR3Entry  13 }

  subConfConR3ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { subConfConR3Entry  14 }

  subConfConR3ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { subConfConR3Entry  15 }

  subConfConR3ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { subConfConR3Entry  16 }

  subConfConR3ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { subConfConR3Entry  17 }

  subConfConR3ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { subConfConR3Entry  18 }

  subConfConR3ImportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { subConfConR3Entry  19 }

  subConfConR3ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { subConfConR3Entry  20 }

  subConfConR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { subConfConR3Entry  21 }

  subConfConR3BusGpAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attention Required alarms'."
    ::= { subConfConR3Entry  22 }

  subConfConR3BusGpAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  23 }

  subConfConR3BusGpAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attend To Dependent alarms'."
    ::= { subConfConR3Entry  24 }

  subConfConR3BusGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  25 }

  subConfConR3PBXAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attention Required alarms'."
    ::= { subConfConR3Entry  26 }

  subConfConR3PBXAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  27 }

  subConfConR3PBXAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attend To Dependent alarms'."
    ::= { subConfConR3Entry  28 }

  subConfConR3PBXAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  29 }

  subConfConR3PerProfAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attention Required alarms'."
    ::= { subConfConR3Entry  30 }

  subConfConR3PerProfAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  31 }

  subConfConR3PerProfAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attend To Dependent alarms'."
    ::= { subConfConR3Entry  32 }

  subConfConR3PerProfAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subConfConR3Entry  33 }

  subConfConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { subConfConR3Entry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Groups'                                     */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  mLHGConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1340 }

  mLHGConR1Entry OBJECT-TYPE
    SYNTAX       MLHGConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGConR1MSwitchConn,
             mLHGConR1MSwitch,
             mLHGConR1CallAgentIx,
             mLHGConR1GpIx }
    ::= {  mLHGConR1Table  1  }

  MLHGConR1Entry  ::=  SEQUENCE
  {
    mLHGConR1MSwitchConn               Unsigned32,
    mLHGConR1MSwitch                   DisplayString,
    mLHGConR1CallAgentIx               Unsigned32,
    mLHGConR1GpIx                      Unsigned32,
    mLHGConR1MLHGAlrmsAttnRq           Unsigned32,
    mLHGConR1MLHGAlrmEvtsAttnRq        Unsigned32,
    mLHGConR1MLHGAlrmsAtndDp           Unsigned32,
    mLHGConR1MLHGAlrmEvtsAtndDp        Unsigned32,
    mLHGConR1SummaryChldAlrmState      INTEGER,
    mLHGConR1ChldStatisticsAlrms       Integer32
  }

  mLHGConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGConR1Entry  1 }

  mLHGConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGConR1Entry  2 }

  mLHGConR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGConR1Entry  3 }

  mLHGConR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGConR1Entry  4 }

  mLHGConR1MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { mLHGConR1Entry  5 }

  mLHGConR1MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGConR1Entry  6 }

  mLHGConR1MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { mLHGConR1Entry  7 }

  mLHGConR1MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGConR1Entry  8 }

  mLHGConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGConR1Entry  9 }

  mLHGConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGConR1Entry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Member'                                                */
-- /* Valid from: 6.0                                                               */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  mLHGMemberR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGMemberR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'."
    ::= { metaSwitch  1341 }

  mLHGMemberR2Entry OBJECT-TYPE
    SYNTAX       MLHGMemberR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGMemberR2MSwitchConn,
             mLHGMemberR2MSwitch,
             mLHGMemberR2CallAgentIx,
             mLHGMemberR2GpIx,
             mLHGMemberR2MLHGGpIx,
             mLHGMemberR2MLHGMemberIx }
    ::= {  mLHGMemberR2Table  1  }

  MLHGMemberR2Entry  ::=  SEQUENCE
  {
    mLHGMemberR2MSwitchConn            Unsigned32,
    mLHGMemberR2MSwitch                DisplayString,
    mLHGMemberR2CallAgentIx            Unsigned32,
    mLHGMemberR2GpIx                   Unsigned32,
    mLHGMemberR2MLHGGpIx               Unsigned32,
    mLHGMemberR2MLHGMemberIx           Unsigned32,
    mLHGMemberR2MemberDirNum           DisplayString,
    mLHGMemberR2Position               Unsigned32,
    mLHGMemberR2DoExtraActions         INTEGER,
    mLHGMemberR2RowStatus              RowStatus,
    mLHGMemberR2LoginLogoutSupported   INTEGER,
    mLHGMemberR2LoggedIn               INTEGER,
    mLHGMemberR2StatisticsAlrms        Integer32
  }

  mLHGMemberR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGMemberR2Entry  1 }

  mLHGMemberR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGMemberR2Entry  2 }

  mLHGMemberR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGMemberR2Entry  3 }

  mLHGMemberR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGMemberR2Entry  4 }

  mLHGMemberR2MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGMemberR2Entry  5 }

  mLHGMemberR2MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Member index'.
                  This is an index field."
    ::= { mLHGMemberR2Entry  6 }

  mLHGMemberR2MemberDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This field is only writable during create."
    ::= { mLHGMemberR2Entry  7 }

  mLHGMemberR2Position OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Position'."
    ::= { mLHGMemberR2Entry  8 }

  mLHGMemberR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   moveUp(1),
                   moveDown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGMemberR2Entry  9 }

  mLHGMemberR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGMemberR2Entry  10 }

  mLHGMemberR2LoginLogoutSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Login/logout supported'."
    ::= { mLHGMemberR2Entry  11 }

  mLHGMemberR2LoggedIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Logged in'."
    DEFVAL       { false }
    ::= { mLHGMemberR2Entry  12 }

  mLHGMemberR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGMemberR2Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Nodes'                                              */
-- /* Valid from: 6.0                                                               */
-- /*********************************************************************************/

  networkNodesConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetworkNodesConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1342 }

  networkNodesConEntry OBJECT-TYPE
    SYNTAX       NetworkNodesConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { networkNodesConMSwitchConn,
             networkNodesConMSwitch,
             networkNodesConCallAgentIx }
    ::= {  networkNodesConTable  1  }

  NetworkNodesConEntry  ::=  SEQUENCE
  {
    networkNodesConMSwitchConn         Unsigned32,
    networkNodesConMSwitch             DisplayString,
    networkNodesConCallAgentIx         Unsigned32,
    networkNodesConChldStatisticsAlrms Integer32
  }

  networkNodesConMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { networkNodesConEntry  1 }

  networkNodesConMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { networkNodesConEntry  2 }

  networkNodesConCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { networkNodesConEntry  3 }

  networkNodesConChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { networkNodesConEntry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Web Services'                                        */
-- /* Valid from: 6.0                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  webServicesR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF WebServicesR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1344 }

  webServicesR1Entry OBJECT-TYPE
    SYNTAX       WebServicesR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { webServicesR1MSwitchConn,
             webServicesR1MSwitch,
             webServicesR1CallAgentIx }
    ::= {  webServicesR1Table  1  }

  WebServicesR1Entry  ::=  SEQUENCE
  {
    webServicesR1MSwitchConn           Unsigned32,
    webServicesR1MSwitch               DisplayString,
    webServicesR1CallAgentIx           Unsigned32,
    webServicesR1AlrmState             INTEGER,
    webServicesR1AlrmLogCorr           Counter64,
    webServicesR1AlrmEvtsAttnRq        Unsigned32,
    webServicesR1AlrmStateTimestamp    Unsigned32,
    webServicesR1AlrmResetTimestamp    Unsigned32,
    webServicesR1RowStatus             RowStatus,
    webServicesR1SupportSDPCommPortal  INTEGER
  }

  webServicesR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { webServicesR1Entry  1 }

  webServicesR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { webServicesR1Entry  2 }

  webServicesR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { webServicesR1Entry  3 }

  webServicesR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { webServicesR1Entry  9 }

  webServicesR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { webServicesR1Entry  10 }

  webServicesR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { webServicesR1Entry  11 }

  webServicesR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { webServicesR1Entry  12 }

  webServicesR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { webServicesR1Entry  13 }

  webServicesR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { webServicesR1Entry  14 }

  webServicesR1SupportSDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal - support'."
    DEFVAL       { notDeployed }
    ::= { webServicesR1Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Connected Hardware'                                         */
-- /* Valid from: 6.1                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  connHwConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ConnHwConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1400 }

  connHwConR1Entry OBJECT-TYPE
    SYNTAX       ConnHwConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { connHwConR1MSwitchConn,
             connHwConR1MSwitch,
             connHwConR1MediaGatewayIx }
    ::= {  connHwConR1Table  1  }

  ConnHwConR1Entry  ::=  SEQUENCE
  {
    connHwConR1MSwitchConn             Unsigned32,
    connHwConR1MSwitch                 DisplayString,
    connHwConR1MediaGatewayIx          Unsigned32,
    connHwConR1IDTAlrmsAttnRq          Integer32,
    connHwConR1IDTAlrmEvtsAttnRq       Integer32,
    connHwConR1IDTAlrmsAtndDp          Integer32,
    connHwConR1IDTAlrmEvtsAtndDp       Integer32,
    connHwConR1SummaryChldAlrmState    INTEGER,
    connHwConR1ChldStatisticsAlrms     Integer32
  }

  connHwConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { connHwConR1Entry  1 }

  connHwConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { connHwConR1Entry  2 }

  connHwConR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { connHwConR1Entry  3 }

  connHwConR1IDTAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDT Attention Required alarms'."
    ::= { connHwConR1Entry  8 }

  connHwConR1IDTAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR1Entry  9 }

  connHwConR1IDTAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDT Attend To Dependent alarms'."
    ::= { connHwConR1Entry  10 }

  connHwConR1IDTAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR1Entry  11 }

  connHwConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { connHwConR1Entry  16 }

  connHwConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { connHwConR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IDTs'                                                       */
-- /* Valid from: 6.1                                                               */
-- /*********************************************************************************/

  iDTContainerR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTContainerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Connected Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1401 }

  iDTContainerR1Entry OBJECT-TYPE
    SYNTAX       IDTContainerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTContainerR1MSwitchConn,
             iDTContainerR1MSwitch,
             iDTContainerR1MediaGatewayIx }
    ::= {  iDTContainerR1Table  1  }

  IDTContainerR1Entry  ::=  SEQUENCE
  {
    iDTContainerR1MSwitchConn          Unsigned32,
    iDTContainerR1MSwitch              DisplayString,
    iDTContainerR1MediaGatewayIx       Unsigned32,
    iDTContainerR1IDTAlrmsAttnRq       Integer32,
    iDTContainerR1IDTAlrmEvtsAttnRq    Integer32,
    iDTContainerR1IDTAlrmsAtndDp       Integer32,
    iDTContainerR1IDTAlrmEvtsAtndDp    Integer32,
    iDTContainerR1SummaryChldAlrmState INTEGER,
    iDTContainerR1ChldStatisticsAlrms  Integer32
  }

  iDTContainerR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTContainerR1Entry  1 }

  iDTContainerR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTContainerR1Entry  2 }

  iDTContainerR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTContainerR1Entry  3 }

  iDTContainerR1IDTAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDT Attention Required alarms'."
    ::= { iDTContainerR1Entry  4 }

  iDTContainerR1IDTAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTContainerR1Entry  5 }

  iDTContainerR1IDTAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDT Attend To Dependent alarms'."
    ::= { iDTContainerR1Entry  6 }

  iDTContainerR1IDTAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTContainerR1Entry  7 }

  iDTContainerR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iDTContainerR1Entry  8 }

  iDTContainerR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iDTContainerR1Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Outgoing Call Profile'                                   */
-- /* Valid from: 6.1                                                               */
-- /*********************************************************************************/

  mFCallProfileRootR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFCallProfileRootR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Local Exchange'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1405 }

  mFCallProfileRootR2Entry OBJECT-TYPE
    SYNTAX       MFCallProfileRootR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFCallProfileRootR2MSwitchConn,
             mFCallProfileRootR2MSwitch,
             mFCallProfileRootR2CallAgentIx,
             mFCallProfileRootR2MFLocalExchangeIx,
             mFCallProfileRootR2CallProfRootIx }
    ::= {  mFCallProfileRootR2Table  1  }

  MFCallProfileRootR2Entry  ::=  SEQUENCE
  {
    mFCallProfileRootR2MSwitchConn     Unsigned32,
    mFCallProfileRootR2MSwitch         DisplayString,
    mFCallProfileRootR2CallAgentIx     Unsigned32,
    mFCallProfileRootR2MFLocalExchangeIx
                                       Unsigned32,
    mFCallProfileRootR2CallProfRootIx  Unsigned32,
    mFCallProfileRootR2CallProfName    DisplayString,
    mFCallProfileRootR2ProfDataType    INTEGER,
    mFCallProfileRootR2RowStatus       RowStatus,
    mFCallProfileRootR2RefCnt          Unsigned32
  }

  mFCallProfileRootR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFCallProfileRootR2Entry  1 }

  mFCallProfileRootR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFCallProfileRootR2Entry  2 }

  mFCallProfileRootR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFCallProfileRootR2Entry  3 }

  mFCallProfileRootR2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFCallProfileRootR2Entry  4 }

  mFCallProfileRootR2CallProfRootIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile root index'.
                  This is an index field."
    ::= { mFCallProfileRootR2Entry  5 }

  mFCallProfileRootR2CallProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile name'."
    ::= { mFCallProfileRootR2Entry  6 }

  mFCallProfileRootR2ProfDataType OBJECT-TYPE
    SYNTAX       INTEGER {
                   equalAccessAccessTandem(1),
                   equalAccessToCarrier(2),
                   preEqualAccess(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile data type'.
                  This field is not writable when active."
    ::= { mFCallProfileRootR2Entry  7 }

  mFCallProfileRootR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFCallProfileRootR2Entry  8 }

  mFCallProfileRootR2RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mFCallProfileRootR2Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Incoming Call Profile'                                   */
-- /* Valid from: 6.1                                                               */
-- /*********************************************************************************/

  mFIncCallProfileRootR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFIncCallProfileRootR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Local Exchange'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1406 }

  mFIncCallProfileRootR1Entry OBJECT-TYPE
    SYNTAX       MFIncCallProfileRootR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFIncCallProfileRootR1MSwitchConn,
             mFIncCallProfileRootR1MSwitch,
             mFIncCallProfileRootR1CallAgentIx,
             mFIncCallProfileRootR1MFLocalExchangeIx,
             mFIncCallProfileRootR1CallProfRootIx }
    ::= {  mFIncCallProfileRootR1Table  1  }

  MFIncCallProfileRootR1Entry  ::=  SEQUENCE
  {
    mFIncCallProfileRootR1MSwitchConn  Unsigned32,
    mFIncCallProfileRootR1MSwitch      DisplayString,
    mFIncCallProfileRootR1CallAgentIx  Unsigned32,
    mFIncCallProfileRootR1MFLocalExchangeIx
                                       Unsigned32,
    mFIncCallProfileRootR1CallProfRootIx
                                       Unsigned32,
    mFIncCallProfileRootR1CallProfName DisplayString,
    mFIncCallProfileRootR1FirstDigitMap
                                       LongDisplayString,
    mFIncCallProfileRootR1SecondDigitMap
                                       LongDisplayString,
    mFIncCallProfileRootR1RowStatus    RowStatus,
    mFIncCallProfileRootR1Type         INTEGER,
    mFIncCallProfileRootR1RefCnt       Unsigned32
  }

  mFIncCallProfileRootR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFIncCallProfileRootR1Entry  1 }

  mFIncCallProfileRootR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFIncCallProfileRootR1Entry  2 }

  mFIncCallProfileRootR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFIncCallProfileRootR1Entry  3 }

  mFIncCallProfileRootR1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFIncCallProfileRootR1Entry  4 }

  mFIncCallProfileRootR1CallProfRootIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile root index'.
                  This is an index field."
    ::= { mFIncCallProfileRootR1Entry  5 }

  mFIncCallProfileRootR1CallProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call profile name'."
    ::= { mFIncCallProfileRootR1Entry  6 }

  mFIncCallProfileRootR1FirstDigitMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Digit Map'."
    ::= { mFIncCallProfileRootR1Entry  7 }

  mFIncCallProfileRootR1SecondDigitMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second Digit Map'."
    ::= { mFIncCallProfileRootR1Entry  8 }

  mFIncCallProfileRootR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFIncCallProfileRootR1Entry  9 }

  mFIncCallProfileRootR1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   mF(1),
                   cASNFATrunk(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This field is only writable during create."
    DEFVAL       { mF }
    ::= { mFIncCallProfileRootR1Entry  10 }

  mFIncCallProfileRootR1RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mFIncCallProfileRootR1Entry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CFS MF Protocol Profile'                                    */
-- /* Valid from: 6.1                                                               */
-- /*********************************************************************************/

  mFProtocolProfileR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFProtocolProfileR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Local Exchange'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1407 }

  mFProtocolProfileR1Entry OBJECT-TYPE
    SYNTAX       MFProtocolProfileR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFProtocolProfileR1MSwitchConn,
             mFProtocolProfileR1MSwitch,
             mFProtocolProfileR1CallAgentIx,
             mFProtocolProfileR1MFLocalExchangeIx,
             mFProtocolProfileR1ProfIx }
    ::= {  mFProtocolProfileR1Table  1  }

  MFProtocolProfileR1Entry  ::=  SEQUENCE
  {
    mFProtocolProfileR1MSwitchConn     Unsigned32,
    mFProtocolProfileR1MSwitch         DisplayString,
    mFProtocolProfileR1CallAgentIx     Unsigned32,
    mFProtocolProfileR1MFLocalExchangeIx
                                       Unsigned32,
    mFProtocolProfileR1ProfIx          Unsigned32,
    mFProtocolProfileR1ProtProfName    DisplayString,
    mFProtocolProfileR1FirstDigitTimeout
                                       Unsigned32,
    mFProtocolProfileR1InterdigitTimeout
                                       Unsigned32,
    mFProtocolProfileR1FirstWinkTimeout
                                       Unsigned32,
    mFProtocolProfileR1FirstAcknowledgementTimeout
                                       Unsigned32,
    mFProtocolProfileR1SecondAcknowledgementTimeout
                                       Unsigned32,
    mFProtocolProfileR1ConnectTimeout  Unsigned32,
    mFProtocolProfileR1GlareTimeout    Unsigned32,
    mFProtocolProfileR1RowStatus       RowStatus,
    mFProtocolProfileR1RefCnt          Unsigned32
  }

  mFProtocolProfileR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFProtocolProfileR1Entry  1 }

  mFProtocolProfileR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFProtocolProfileR1Entry  2 }

  mFProtocolProfileR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFProtocolProfileR1Entry  3 }

  mFProtocolProfileR1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFProtocolProfileR1Entry  4 }

  mFProtocolProfileR1ProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile index'.
                  This is an index field."
    ::= { mFProtocolProfileR1Entry  5 }

  mFProtocolProfileR1ProtProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol profile name'."
    ::= { mFProtocolProfileR1Entry  6 }

  mFProtocolProfileR1FirstDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..99 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First digit timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { mFProtocolProfileR1Entry  7 }

  mFProtocolProfileR1InterdigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..99 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interdigit timeout'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { mFProtocolProfileR1Entry  8 }

  mFProtocolProfileR1FirstWinkTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First wink timeout'.
                  This field is not writable when active."
    DEFVAL       { 10000 }
    ::= { mFProtocolProfileR1Entry  9 }

  mFProtocolProfileR1FirstAcknowledgementTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First acknowledgement timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { mFProtocolProfileR1Entry  10 }

  mFProtocolProfileR1SecondAcknowledgementTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second acknowledgement timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { mFProtocolProfileR1Entry  11 }

  mFProtocolProfileR1ConnectTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect timeout'.
                  This field is not writable when active."
    DEFVAL       { 60000 }
    ::= { mFProtocolProfileR1Entry  12 }

  mFProtocolProfileR1GlareTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Glare timeout'.
                  This field is not writable when active."
    DEFVAL       { 5000 }
    ::= { mFProtocolProfileR1Entry  13 }

  mFProtocolProfileR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFProtocolProfileR1Entry  14 }

  mFProtocolProfileR1RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mFProtocolProfileR1Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Link to Service Assurance Server'                           */
-- /* Valid from: 6.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  servAssServTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ServAssServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1413 }

  servAssServEntry OBJECT-TYPE
    SYNTAX       ServAssServEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { servAssServMSwitchConn,
             servAssServMSwitch }
    ::= {  servAssServTable  1  }

  ServAssServEntry  ::=  SEQUENCE
  {
    servAssServMSwitchConn             Unsigned32,
    servAssServMSwitch                 DisplayString,
    servAssServServerIPAddr            DisplayString,
    servAssServAlrmState               INTEGER,
    servAssServAlrmEvtsAttnRq          Integer32,
    servAssServAlrmStateTimestamp      Unsigned32,
    servAssServAlrmEvtsAttnRqLogCorr   Counter64,
    servAssServAlrmResetTimestamp      Unsigned32,
    servAssServRowStatus               RowStatus,
    servAssServOperStatus              OperStatus,
    servAssServIPAddrSingleSignOn      LongDisplayString
  }

  servAssServMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { servAssServEntry  1 }

  servAssServMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { servAssServEntry  2 }

  servAssServServerIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server IP address'."
    ::= { servAssServEntry  3 }

  servAssServAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { servAssServEntry  4 }

  servAssServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { servAssServEntry  5 }

  servAssServAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { servAssServEntry  6 }

  servAssServAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { servAssServEntry  7 }

  servAssServAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { servAssServEntry  8 }

  servAssServRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { servAssServEntry  10 }

  servAssServOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { servAssServEntry  11 }

  servAssServIPAddrSingleSignOn OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Server IP address for Service Provider Login'."
    ::= { servAssServEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ESA Protection Domains'                                     */
-- /* Valid from: 7.0                                                               */
-- /*********************************************************************************/

  eSAProtDomConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ESAProtDomConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1425 }

  eSAProtDomConR1Entry OBJECT-TYPE
    SYNTAX       ESAProtDomConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eSAProtDomConR1MSwitchConn,
             eSAProtDomConR1MSwitch,
             eSAProtDomConR1CallAgentIx }
    ::= {  eSAProtDomConR1Table  1  }

  ESAProtDomConR1Entry  ::=  SEQUENCE
  {
    eSAProtDomConR1MSwitchConn         Unsigned32,
    eSAProtDomConR1MSwitch             DisplayString,
    eSAProtDomConR1CallAgentIx         Unsigned32,
    eSAProtDomConR1ESAProtDomAlrmsAttnRq
                                       Unsigned32,
    eSAProtDomConR1ESAProtDomAlrmEvtsAttnRq
                                       Unsigned32,
    eSAProtDomConR1SummaryChldAlrmState
                                       INTEGER,
    eSAProtDomConR1I1DefESAProtDomSIPSubsMSwitchConn
                                       Unsigned32,
    eSAProtDomConR1I2DefESAProtDomSIPSubsMSwitch
                                       DisplayString,
    eSAProtDomConR1I3DefESAProtDomSIPSubsCallAgentIx
                                       Unsigned32,
    eSAProtDomConR1I4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    eSAProtDomConR1DefESAProtDomSIPSubsOtherVals
                                       INTEGER
  }

  eSAProtDomConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eSAProtDomConR1Entry  1 }

  eSAProtDomConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eSAProtDomConR1Entry  2 }

  eSAProtDomConR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { eSAProtDomConR1Entry  3 }

  eSAProtDomConR1ESAProtDomAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA Protection Domain Attention Required alarms'."
    ::= { eSAProtDomConR1Entry  4 }

  eSAProtDomConR1ESAProtDomAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA Protection Domain Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { eSAProtDomConR1Entry  5 }

  eSAProtDomConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { eSAProtDomConR1Entry  6 }

  eSAProtDomConR1I1DefESAProtDomSIPSubsMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { eSAProtDomConR1Entry  7 }

  eSAProtDomConR1I2DefESAProtDomSIPSubsMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { eSAProtDomConR1Entry  8 }

  eSAProtDomConR1I3DefESAProtDomSIPSubsCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { eSAProtDomConR1Entry  9 }

  eSAProtDomConR1I4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { eSAProtDomConR1Entry  10 }

  eSAProtDomConR1DefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { eSAProtDomConR1Entry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN PRI DS1'                                               */
-- /* Valid from: 7.0                                                               */
-- /*********************************************************************************/

  iSDNPRIDS1R5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIDS1R5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN Primary Rate Interface'."
    ::= { metaSwitch  1429 }

  iSDNPRIDS1R5Entry OBJECT-TYPE
    SYNTAX       ISDNPRIDS1R5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIDS1R5MSwitchConn,
             iSDNPRIDS1R5MSwitch,
             iSDNPRIDS1R5CallAgentIx,
             iSDNPRIDS1R5ISDNIx,
             iSDNPRIDS1R5PRIIx,
             iSDNPRIDS1R5DS1Ix }
    ::= {  iSDNPRIDS1R5Table  1  }

  ISDNPRIDS1R5Entry  ::=  SEQUENCE
  {
    iSDNPRIDS1R5MSwitchConn            Unsigned32,
    iSDNPRIDS1R5MSwitch                DisplayString,
    iSDNPRIDS1R5CallAgentIx            Unsigned32,
    iSDNPRIDS1R5ISDNIx                 Unsigned32,
    iSDNPRIDS1R5PRIIx                  Unsigned32,
    iSDNPRIDS1R5DS1Ix                  Unsigned32,
    iSDNPRIDS1R5DS1Identifier          Unsigned32,
    iSDNPRIDS1R5Desc                   DisplayString,
    iSDNPRIDS1R5TDMPortType            INTEGER,
    iSDNPRIDS1R5I1TDMPortMSwitchConn   Unsigned32,
    iSDNPRIDS1R5I2TDMPortMSwitch       DisplayString,
    iSDNPRIDS1R5I3TDMPortCallAgentIx   Unsigned32,
    iSDNPRIDS1R5I4TDMPortGatewayIx     Unsigned32,
    iSDNPRIDS1R5I5TDMPortPortIx        Unsigned32,
    iSDNPRIDS1R5ExcludedTimeslots      BITS,
    iSDNPRIDS1R5MediaState             INTEGER,
    iSDNPRIDS1R5DeactivnMode           INTEGER,
    iSDNPRIDS1R5DChanAvail             INTEGER,
    iSDNPRIDS1R5DChanInUse             INTEGER,
    iSDNPRIDS1R5AlrmState              INTEGER,
    iSDNPRIDS1R5AlrmStateTimestamp     Unsigned32,
    iSDNPRIDS1R5AlrmEvtsAttnRqLogCorr  Counter64,
    iSDNPRIDS1R5AddtlAlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSDNPRIDS1R5AlrmEvtsAttnRq         Integer32,
    iSDNPRIDS1R5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSDNPRIDS1R5AlrmEvtsAtndDpLogCorr  Counter64,
    iSDNPRIDS1R5AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSDNPRIDS1R5AlrmEvtsAtndDp         Integer32,
    iSDNPRIDS1R5AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iSDNPRIDS1R5RowStatus              RowStatus,
    iSDNPRIDS1R5AdminStatus            AdminStatus,
    iSDNPRIDS1R5OperStatus             OperStatus,
    iSDNPRIDS1R5UserSideISDNDChanAvail INTEGER,
    iSDNPRIDS1R5BChanRestartState      INTEGER,
    iSDNPRIDS1R5DoExtraActions         INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot1        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot2        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot3        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot4        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot5        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot6        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot7        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot8        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot9        INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot10       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot11       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot12       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot13       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot14       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot15       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot16       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot17       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot18       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot19       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot20       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot21       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot22       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot23       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot24       INTEGER,
    iSDNPRIDS1R5CFMLvlOnApply          INTEGER,
    iSDNPRIDS1R5FaultMonitoringLvl     INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot25       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot26       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot27       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot28       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot29       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot30       INTEGER,
    iSDNPRIDS1R5PBXCapGpsTslot31       INTEGER
  }

  iSDNPRIDS1R5MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIDS1R5Entry  1 }

  iSDNPRIDS1R5MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIDS1R5Entry  2 }

  iSDNPRIDS1R5CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIDS1R5Entry  3 }

  iSDNPRIDS1R5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIDS1R5Entry  4 }

  iSDNPRIDS1R5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNPRIDS1R5Entry  5 }

  iSDNPRIDS1R5DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 index'.
                  This is an index field."
    ::= { iSDNPRIDS1R5Entry  6 }

  iSDNPRIDS1R5DS1Identifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..19 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 identifier'.
                  This field is only writable during create."
    ::= { iSDNPRIDS1R5Entry  7 }

  iSDNPRIDS1R5Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iSDNPRIDS1R5Entry  8 }

  iSDNPRIDS1R5TDMPortType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TDM port type'.
                  This field is only writable during create."
    ::= { iSDNPRIDS1R5Entry  9 }

  iSDNPRIDS1R5I1TDMPortMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSDNPRIDS1R5Entry  10 }

  iSDNPRIDS1R5I2TDMPortMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSDNPRIDS1R5Entry  11 }

  iSDNPRIDS1R5I3TDMPortCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSDNPRIDS1R5Entry  12 }

  iSDNPRIDS1R5I4TDMPortGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSDNPRIDS1R5Entry  13 }

  iSDNPRIDS1R5I5TDMPortPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSDNPRIDS1R5Entry  14 }

  iSDNPRIDS1R5ExcludedTimeslots OBJECT-TYPE
    SYNTAX       BITS {
                   one(0),
                   two(1),
                   three(2),
                   four(3),
                   five(4),
                   six(5),
                   seven(6),
                   eight(7),
                   nine(8),
                   ten(9),
                   eleven(10),
                   twelve(11),
                   thirteen(12),
                   fourteen(13),
                   fifteen(14),
                   sixteen(15),
                   seventeen(16),
                   eighteen(17),
                   nineteen(18),
                   twenty(19),
                   twentyOne(20),
                   twentyTwo(21),
                   twentyThree(22),
                   twentyFour(23),
                   twentyFive(24),
                   twentySix(25),
                   twentySeven(26),
                   twentyEight(27),
                   twentyNine(28),
                   thirty(29),
                   thirtyOne(30)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Excluded timeslots'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { iSDNPRIDS1R5Entry  15 }

  iSDNPRIDS1R5MediaState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   unavailable(2),
                   inactive(3),
                   active(4),
                   quiescing(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media state'."
    ::= { iSDNPRIDS1R5Entry  16 }

  iSDNPRIDS1R5DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSDNPRIDS1R5Entry  17 }

  iSDNPRIDS1R5DChanAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Network-side ISDN D-channel available'."
    ::= { iSDNPRIDS1R5Entry  18 }

  iSDNPRIDS1R5DChanInUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN D-channel in use'."
    ::= { iSDNPRIDS1R5Entry  19 }

  iSDNPRIDS1R5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSDNPRIDS1R5Entry  20 }

  iSDNPRIDS1R5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSDNPRIDS1R5Entry  21 }

  iSDNPRIDS1R5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSDNPRIDS1R5Entry  22 }

  iSDNPRIDS1R5AddtlAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attention Required'."
    ::= { iSDNPRIDS1R5Entry  23 }

  iSDNPRIDS1R5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIDS1R5Entry  24 }

  iSDNPRIDS1R5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSDNPRIDS1R5Entry  25 }

  iSDNPRIDS1R5AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIDS1R5Entry  26 }

  iSDNPRIDS1R5AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIDS1R5Entry  27 }

  iSDNPRIDS1R5AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIDS1R5Entry  28 }

  iSDNPRIDS1R5AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iSDNPRIDS1R5Entry  29 }

  iSDNPRIDS1R5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iSDNPRIDS1R5Entry  30 }

  iSDNPRIDS1R5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIDS1R5Entry  31 }

  iSDNPRIDS1R5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIDS1R5Entry  32 }

  iSDNPRIDS1R5UserSideISDNDChanAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User-side ISDN D-channel available'."
    ::= { iSDNPRIDS1R5Entry  33 }

  iSDNPRIDS1R5BChanRestartState OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   inProgress(2),
                   restartFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'B-channel restart state'."
    ::= { iSDNPRIDS1R5Entry  34 }

  iSDNPRIDS1R5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   restartAllBchannels(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIDS1R5Entry  35 }

  iSDNPRIDS1R5PBXCapGpsTslot1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 1'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  36 }

  iSDNPRIDS1R5PBXCapGpsTslot2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 2'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  37 }

  iSDNPRIDS1R5PBXCapGpsTslot3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 3'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  38 }

  iSDNPRIDS1R5PBXCapGpsTslot4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 4'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  39 }

  iSDNPRIDS1R5PBXCapGpsTslot5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 5'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  40 }

  iSDNPRIDS1R5PBXCapGpsTslot6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 6'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  41 }

  iSDNPRIDS1R5PBXCapGpsTslot7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 7'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  42 }

  iSDNPRIDS1R5PBXCapGpsTslot8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 8'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  43 }

  iSDNPRIDS1R5PBXCapGpsTslot9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 9'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  44 }

  iSDNPRIDS1R5PBXCapGpsTslot10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 10'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  45 }

  iSDNPRIDS1R5PBXCapGpsTslot11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 11'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  46 }

  iSDNPRIDS1R5PBXCapGpsTslot12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 12'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  47 }

  iSDNPRIDS1R5PBXCapGpsTslot13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 13'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  48 }

  iSDNPRIDS1R5PBXCapGpsTslot14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 14'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  49 }

  iSDNPRIDS1R5PBXCapGpsTslot15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 15'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  50 }

  iSDNPRIDS1R5PBXCapGpsTslot16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 16'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  51 }

  iSDNPRIDS1R5PBXCapGpsTslot17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 17'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  52 }

  iSDNPRIDS1R5PBXCapGpsTslot18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 18'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  53 }

  iSDNPRIDS1R5PBXCapGpsTslot19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 19'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  54 }

  iSDNPRIDS1R5PBXCapGpsTslot20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 20'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  55 }

  iSDNPRIDS1R5PBXCapGpsTslot21 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 21'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  56 }

  iSDNPRIDS1R5PBXCapGpsTslot22 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 22'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  57 }

  iSDNPRIDS1R5PBXCapGpsTslot23 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 23'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  58 }

  iSDNPRIDS1R5PBXCapGpsTslot24 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 24'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  59 }

  iSDNPRIDS1R5CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { iSDNPRIDS1R5Entry  60 }

  iSDNPRIDS1R5FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    ::= { iSDNPRIDS1R5Entry  62 }

  iSDNPRIDS1R5PBXCapGpsTslot25 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 25'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  63 }

  iSDNPRIDS1R5PBXCapGpsTslot26 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 26'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  64 }

  iSDNPRIDS1R5PBXCapGpsTslot27 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 27'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  65 }

  iSDNPRIDS1R5PBXCapGpsTslot28 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 28'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  66 }

  iSDNPRIDS1R5PBXCapGpsTslot29 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 29'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  67 }

  iSDNPRIDS1R5PBXCapGpsTslot30 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 30'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  68 }

  iSDNPRIDS1R5PBXCapGpsTslot31 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity groups - Timeslot 31'."
    DEFVAL       { default }
    ::= { iSDNPRIDS1R5Entry  69 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP to TCAP MWI Converter'                                  */
-- /* Valid from: 7.0                                                               */
-- /* Deprecated from: 9.6.40                                                       */
-- /*********************************************************************************/

  sIPToTCAPMWIConvTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPToTCAPMWIConvEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Message Services'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1437 }

  sIPToTCAPMWIConvEntry OBJECT-TYPE
    SYNTAX       SIPToTCAPMWIConvEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPToTCAPMWIConvMSwitchConn,
             sIPToTCAPMWIConvMSwitch,
             sIPToTCAPMWIConvCallAgentIx,
             sIPToTCAPMWIConvSipToTcapMwiConvIx }
    ::= {  sIPToTCAPMWIConvTable  1  }

  SIPToTCAPMWIConvEntry  ::=  SEQUENCE
  {
    sIPToTCAPMWIConvMSwitchConn        Unsigned32,
    sIPToTCAPMWIConvMSwitch            DisplayString,
    sIPToTCAPMWIConvCallAgentIx        Unsigned32,
    sIPToTCAPMWIConvSipToTcapMwiConvIx Unsigned32,
    sIPToTCAPMWIConvDesc               DisplayString,
    sIPToTCAPMWIConvTCAPDestName       DisplayString,
    sIPToTCAPMWIConvI1ServLogicHostRouteMSwitchConn
                                       Unsigned32,
    sIPToTCAPMWIConvI2ServLogicHostRouteMSwitch
                                       DisplayString,
    sIPToTCAPMWIConvI3ServLogicHostRouteCallAgentIx
                                       Unsigned32,
    sIPToTCAPMWIConvI4ServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    sIPToTCAPMWIConvTCAPQueryTimeout   Unsigned32,
    sIPToTCAPMWIConvAuthorizedMSRID    DisplayString,
    sIPToTCAPMWIConvAlrmState          INTEGER,
    sIPToTCAPMWIConvStatisticsAlrms    Integer32,
    sIPToTCAPMWIConvAlrmStateTimestamp Unsigned32,
    sIPToTCAPMWIConvAlrmEvtsAtndDpLogCorr
                                       Counter64,
    sIPToTCAPMWIConvAlrmEvtsAtndDp     Unsigned32,
    sIPToTCAPMWIConvAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    sIPToTCAPMWIConvRowStatus          RowStatus
  }

  sIPToTCAPMWIConvMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvEntry  1 }

  sIPToTCAPMWIConvMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvEntry  2 }

  sIPToTCAPMWIConvCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvEntry  3 }

  sIPToTCAPMWIConvSipToTcapMwiConvIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Converter index'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvEntry  4 }

  sIPToTCAPMWIConvDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sIPToTCAPMWIConvEntry  5 }

  sIPToTCAPMWIConvTCAPDestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP Destination name'."
    ::= { sIPToTCAPMWIConvEntry  6 }

  sIPToTCAPMWIConvI1ServLogicHostRouteMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvEntry  7 }

  sIPToTCAPMWIConvI2ServLogicHostRouteMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvEntry  8 }

  sIPToTCAPMWIConvI3ServLogicHostRouteCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvEntry  9 }

  sIPToTCAPMWIConvI4ServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvEntry  10 }

  sIPToTCAPMWIConvTCAPQueryTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP query timeout'."
    DEFVAL       { 3 }
    ::= { sIPToTCAPMWIConvEntry  11 }

  sIPToTCAPMWIConvAuthorizedMSRID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorized MSR ID'."
    ::= { sIPToTCAPMWIConvEntry  12 }

  sIPToTCAPMWIConvAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPToTCAPMWIConvEntry  13 }

  sIPToTCAPMWIConvStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPToTCAPMWIConvEntry  14 }

  sIPToTCAPMWIConvAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPToTCAPMWIConvEntry  15 }

  sIPToTCAPMWIConvAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sIPToTCAPMWIConvEntry  16 }

  sIPToTCAPMWIConvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPToTCAPMWIConvEntry  17 }

  sIPToTCAPMWIConvAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { sIPToTCAPMWIConvEntry  18 }

  sIPToTCAPMWIConvRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPToTCAPMWIConvEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Authorization Code Table'                                   */
-- /* Valid from: 7.0                                                               */
-- /*********************************************************************************/

  authCodeTableR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AuthCodeTableR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Authorization Code Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1454 }

  authCodeTableR1Entry OBJECT-TYPE
    SYNTAX       AuthCodeTableR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { authCodeTableR1MSwitchConn,
             authCodeTableR1MSwitch,
             authCodeTableR1CallAgentIx,
             authCodeTableR1TblIx }
    ::= {  authCodeTableR1Table  1  }

  AuthCodeTableR1Entry  ::=  SEQUENCE
  {
    authCodeTableR1MSwitchConn         Unsigned32,
    authCodeTableR1MSwitch             DisplayString,
    authCodeTableR1CallAgentIx         Unsigned32,
    authCodeTableR1TblIx               INTEGER,
    authCodeTableR1Desc                DisplayString,
    authCodeTableR1AuthCodeLen         Unsigned32,
    authCodeTableR1PIN                 INTEGER,
    authCodeTableR1MaxIncorrectAttempts
                                       Unsigned32,
    authCodeTableR1DefSimulCallLimit   Unsigned32,
    authCodeTableR1InitialPromptType   INTEGER,
    authCodeTableR1InitialCustomerAnnounce
                                       Unsigned32,
    authCodeTableR1DestNumPrompt       INTEGER,
    authCodeTableR1DestNumCustomerAnnounce
                                       Unsigned32,
    authCodeTableR1ServCompletedPrompt INTEGER,
    authCodeTableR1ServCompletedCustomerAnnounce
                                       Unsigned32,
    authCodeTableR1Locale              INTEGER,
    authCodeTableR1ExportNumObjectsExported
                                       Integer32,
    authCodeTableR1ExportStatus        DisplayString,
    authCodeTableR1ExportFile          DisplayString,
    authCodeTableR1ExportCorr          Counter64,
    authCodeTableR1ExportCorrMSwitch   DisplayString,
    authCodeTableR1ExportCorrUID       DisplayString,
    authCodeTableR1DoExtraActions      INTEGER,
    authCodeTableR1RowStatus           RowStatus,
    authCodeTableR1SecondLocale        INTEGER,
    authCodeTableR1ExportIncASRepData  INTEGER,
    authCodeTableR1ExportChldObjectsToInc
                                       INTEGER
  }

  authCodeTableR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { authCodeTableR1Entry  1 }

  authCodeTableR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { authCodeTableR1Entry  2 }

  authCodeTableR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { authCodeTableR1Entry  3 }

  authCodeTableR1TblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table index'.
                  This is an index field."
    ::= { authCodeTableR1Entry  4 }

  authCodeTableR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { authCodeTableR1Entry  5 }

  authCodeTableR1AuthCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code Length'.
                  This field is not writable when active."
    ::= { authCodeTableR1Entry  6 }

  authCodeTableR1PIN OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { authCodeTableR1Entry  7 }

  authCodeTableR1MaxIncorrectAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum incorrect attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { authCodeTableR1Entry  8 }

  authCodeTableR1DefSimulCallLimit OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default simultaneous call limit'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { authCodeTableR1Entry  9 }

  authCodeTableR1InitialPromptType OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardAnnouncement(1),
                   customerAnnouncement(2),
                   tone(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Initial prompt type'."
    DEFVAL       { standardAnnouncement }
    ::= { authCodeTableR1Entry  10 }

  authCodeTableR1InitialCustomerAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Initial customer announcement'."
    ::= { authCodeTableR1Entry  11 }

  authCodeTableR1DestNumPrompt OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardAnnouncement(1),
                   customerAnnouncement(2),
                   tone(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination number prompt'."
    DEFVAL       { standardAnnouncement }
    ::= { authCodeTableR1Entry  12 }

  authCodeTableR1DestNumCustomerAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Destination number customer announcement'."
    ::= { authCodeTableR1Entry  13 }

  authCodeTableR1ServCompletedPrompt OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardAnnouncement(1),
                   customerAnnouncement(2),
                   tone(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service completed prompt'."
    DEFVAL       { standardAnnouncement }
    ::= { authCodeTableR1Entry  14 }

  authCodeTableR1ServCompletedCustomerAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Service completed customer announcement'."
    ::= { authCodeTableR1Entry  15 }

  authCodeTableR1Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { authCodeTableR1Entry  16 }

  authCodeTableR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { authCodeTableR1Entry  17 }

  authCodeTableR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { authCodeTableR1Entry  18 }

  authCodeTableR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { authCodeTableR1Entry  19 }

  authCodeTableR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { authCodeTableR1Entry  20 }

  authCodeTableR1ExportCorrMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { authCodeTableR1Entry  21 }

  authCodeTableR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { authCodeTableR1Entry  22 }

  authCodeTableR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { authCodeTableR1Entry  23 }

  authCodeTableR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { authCodeTableR1Entry  24 }

  authCodeTableR1SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { authCodeTableR1Entry  25 }

  authCodeTableR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { authCodeTableR1Entry  26 }

  authCodeTableR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { authCodeTableR1Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Source'                                            */
-- /* Valid from: 7.0                                                               */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  locSrcTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocSrcEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Director Service'.
                  This table is not creatable."
    ::= { metaSwitch  1457 }

  locSrcEntry OBJECT-TYPE
    SYNTAX       LocSrcEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locSrcMSwitchConn,
             locSrcMSwitch,
             locSrcMetaViewDirectorIx,
             locSrcLocationSourceIx }
    ::= {  locSrcTable  1  }

  LocSrcEntry  ::=  SEQUENCE
  {
    locSrcMSwitchConn                  Unsigned32,
    locSrcMSwitch                      DisplayString,
    locSrcMetaViewDirectorIx           Unsigned32,
    locSrcLocationSourceIx             Unsigned32,
    locSrcLocationSourceName           DisplayString,
    locSrcLocationSourceType           INTEGER,
    locSrcLocationSourceUniqueFingerprint
                                       DisplayString,
    locSrcLocSrcTplgType1              INTEGER,
    locSrcLocSrcTplgVal1               DisplayString,
    locSrcLocSrcTplgType2              INTEGER,
    locSrcLocSrcTplgVal2               DisplayString,
    locSrcLocSrcTplgType3              INTEGER,
    locSrcLocSrcTplgVal3               DisplayString,
    locSrcLocSrcTplgType4              INTEGER,
    locSrcLocSrcTplgVal4               DisplayString,
    locSrcLocSrcTplgType5              INTEGER,
    locSrcLocSrcTplgVal5               DisplayString,
    locSrcLocSrcTplgType6              INTEGER,
    locSrcLocSrcTplgVal6               DisplayString,
    locSrcLocSrcTplgType7              INTEGER,
    locSrcLocSrcTplgVal7               DisplayString,
    locSrcLocSrcTplgType8              INTEGER,
    locSrcLocSrcTplgVal8               DisplayString,
    locSrcLocSrcTplgType9              INTEGER,
    locSrcLocSrcTplgVal9               DisplayString,
    locSrcLocSrcTplgType10             INTEGER,
    locSrcLocSrcTplgVal10              DisplayString,
    locSrcLocSrcTplgType11             INTEGER,
    locSrcLocSrcTplgVal11              DisplayString,
    locSrcLocSrcTplgType12             INTEGER,
    locSrcLocSrcTplgVal12              DisplayString,
    locSrcLocSrcTplgType13             INTEGER,
    locSrcLocSrcTplgVal13              DisplayString,
    locSrcLocSrcTplgType14             INTEGER,
    locSrcLocSrcTplgVal14              DisplayString,
    locSrcLocSrcTplgType15             INTEGER,
    locSrcLocSrcTplgVal15              DisplayString,
    locSrcLocSrcTplgType16             INTEGER,
    locSrcLocSrcTplgVal16              DisplayString,
    locSrcLocSrcTplgType17             INTEGER,
    locSrcLocSrcTplgVal17              DisplayString,
    locSrcLocSrcTplgType18             INTEGER,
    locSrcLocSrcTplgVal18              DisplayString,
    locSrcLocSrcTplgType19             INTEGER,
    locSrcLocSrcTplgVal19              DisplayString,
    locSrcLocSrcTplgType20             INTEGER,
    locSrcLocSrcTplgVal20              DisplayString,
    locSrcLocationSourceSyncStatus     INTEGER,
    locSrcLocationSourceNumKeys        Unsigned32,
    locSrcAlrmState                    INTEGER,
    locSrcStatisticsAlrms              Integer32,
    locSrcAlrmEvtsAttnRqLogCorr        Counter64,
    locSrcAlrmEvtsAttnRq               Integer32,
    locSrcAlrmStateTimestamp           Unsigned32,
    locSrcAlrmEvtsAttnRqResetTimestamp Unsigned32,
    locSrcRowStatus                    RowStatus
  }

  locSrcMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locSrcEntry  1 }

  locSrcMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locSrcEntry  2 }

  locSrcMetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { locSrcEntry  3 }

  locSrcLocationSourceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Source Index'.
                  This is an index field."
    ::= { locSrcEntry  4 }

  locSrcLocationSourceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source name'."
    ::= { locSrcEntry  5 }

  locSrcLocationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(65),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source type'."
    ::= { locSrcEntry  6 }

  locSrcLocationSourceUniqueFingerprint OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source unique fingerprint'."
    ::= { locSrcEntry  7 }

  locSrcLocSrcTplgType1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 1'."
    ::= { locSrcEntry  8 }

  locSrcLocSrcTplgVal1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 1'."
    ::= { locSrcEntry  9 }

  locSrcLocSrcTplgType2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 2'."
    ::= { locSrcEntry  10 }

  locSrcLocSrcTplgVal2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 2'."
    ::= { locSrcEntry  11 }

  locSrcLocSrcTplgType3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 3'."
    ::= { locSrcEntry  12 }

  locSrcLocSrcTplgVal3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 3'."
    ::= { locSrcEntry  13 }

  locSrcLocSrcTplgType4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 4'."
    ::= { locSrcEntry  14 }

  locSrcLocSrcTplgVal4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 4'."
    ::= { locSrcEntry  15 }

  locSrcLocSrcTplgType5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 5'."
    ::= { locSrcEntry  16 }

  locSrcLocSrcTplgVal5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 5'."
    ::= { locSrcEntry  17 }

  locSrcLocSrcTplgType6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 6'."
    ::= { locSrcEntry  18 }

  locSrcLocSrcTplgVal6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 6'."
    ::= { locSrcEntry  19 }

  locSrcLocSrcTplgType7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 7'."
    ::= { locSrcEntry  20 }

  locSrcLocSrcTplgVal7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 7'."
    ::= { locSrcEntry  21 }

  locSrcLocSrcTplgType8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 8'."
    ::= { locSrcEntry  22 }

  locSrcLocSrcTplgVal8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 8'."
    ::= { locSrcEntry  23 }

  locSrcLocSrcTplgType9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 9'."
    ::= { locSrcEntry  24 }

  locSrcLocSrcTplgVal9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 9'."
    ::= { locSrcEntry  25 }

  locSrcLocSrcTplgType10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 10'."
    ::= { locSrcEntry  26 }

  locSrcLocSrcTplgVal10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 10'."
    ::= { locSrcEntry  27 }

  locSrcLocSrcTplgType11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 11'."
    ::= { locSrcEntry  28 }

  locSrcLocSrcTplgVal11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 11'."
    ::= { locSrcEntry  29 }

  locSrcLocSrcTplgType12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 12'."
    ::= { locSrcEntry  30 }

  locSrcLocSrcTplgVal12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 12'."
    ::= { locSrcEntry  31 }

  locSrcLocSrcTplgType13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 13'."
    ::= { locSrcEntry  32 }

  locSrcLocSrcTplgVal13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 13'."
    ::= { locSrcEntry  33 }

  locSrcLocSrcTplgType14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 14'."
    ::= { locSrcEntry  34 }

  locSrcLocSrcTplgVal14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 14'."
    ::= { locSrcEntry  35 }

  locSrcLocSrcTplgType15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 15'."
    ::= { locSrcEntry  36 }

  locSrcLocSrcTplgVal15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 15'."
    ::= { locSrcEntry  37 }

  locSrcLocSrcTplgType16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 16'."
    ::= { locSrcEntry  38 }

  locSrcLocSrcTplgVal16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 16'."
    ::= { locSrcEntry  39 }

  locSrcLocSrcTplgType17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 17'."
    ::= { locSrcEntry  40 }

  locSrcLocSrcTplgVal17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 17'."
    ::= { locSrcEntry  41 }

  locSrcLocSrcTplgType18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 18'."
    ::= { locSrcEntry  42 }

  locSrcLocSrcTplgVal18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 18'."
    ::= { locSrcEntry  43 }

  locSrcLocSrcTplgType19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 19'."
    ::= { locSrcEntry  44 }

  locSrcLocSrcTplgVal19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 19'."
    ::= { locSrcEntry  45 }

  locSrcLocSrcTplgType20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availability(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 20'."
    ::= { locSrcEntry  46 }

  locSrcLocSrcTplgVal20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 20'."
    ::= { locSrcEntry  47 }

  locSrcLocationSourceSyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   lostContactWithSource(1),
                   loadingFromDisk(2),
                   synchronizingWithSource(3),
                   inSync(4),
                   deletingSource(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source synchronization status'."
    ::= { locSrcEntry  48 }

  locSrcLocationSourceNumKeys OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of keys'."
    ::= { locSrcEntry  49 }

  locSrcAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { locSrcEntry  50 }

  locSrcStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { locSrcEntry  51 }

  locSrcAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { locSrcEntry  52 }

  locSrcAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { locSrcEntry  53 }

  locSrcAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { locSrcEntry  54 }

  locSrcAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { locSrcEntry  55 }

  locSrcRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { locSrcEntry  56 }

-- /*********************************************************************************/
-- /* MIB table for SE 'System Hardware'                                            */
-- /* Valid from: 7.0                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  sysHardwareConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHardwareConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1458 }

  sysHardwareConR1Entry OBJECT-TYPE
    SYNTAX       SysHardwareConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHardwareConR1MSwitchConn,
             sysHardwareConR1MSwitch }
    ::= {  sysHardwareConR1Table  1  }

  SysHardwareConR1Entry  ::=  SEQUENCE
  {
    sysHardwareConR1MSwitchConn        Unsigned32,
    sysHardwareConR1MSwitch            DisplayString,
    sysHardwareConR1EthSwAlrmsAttnRq   Integer32,
    sysHardwareConR1EthSwAlrmEvtsAttnRq
                                       Integer32,
    sysHardwareConR1AlrmCardAlrmsAttnRq
                                       Integer32,
    sysHardwareConR1AlrmCardAlrmEvtsAttnRq
                                       Integer32,
    sysHardwareConR1CAServerAlrmsAttnRq
                                       Integer32,
    sysHardwareConR1CAServerAlrmEvtsAttnRq
                                       Integer32,
    sysHardwareConR1TotChldAlrmsAttnRq Unsigned32,
    sysHardwareConR1TotChldAlrmEvtsAttnRq
                                       Unsigned32,
    sysHardwareConR1SummaryChldAlrmState
                                       INTEGER,
    sysHardwareConR1MVDAlrmsAttnRq     Integer32,
    sysHardwareConR1MVDAlrmEvtsAttnRq  Integer32
  }

  sysHardwareConR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysHardwareConR1Entry  1 }

  sysHardwareConR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysHardwareConR1Entry  2 }

  sysHardwareConR1EthSwAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ethernet Switch Attention Required alarms'."
    ::= { sysHardwareConR1Entry  3 }

  sysHardwareConR1EthSwAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ethernet Switch Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sysHardwareConR1Entry  4 }

  sysHardwareConR1AlrmCardAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm Card Attention Required alarms'."
    ::= { sysHardwareConR1Entry  5 }

  sysHardwareConR1AlrmCardAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm Card Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sysHardwareConR1Entry  6 }

  sysHardwareConR1CAServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server Attention Required alarms'."
    ::= { sysHardwareConR1Entry  7 }

  sysHardwareConR1CAServerAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sysHardwareConR1Entry  8 }

  sysHardwareConR1TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sysHardwareConR1Entry  9 }

  sysHardwareConR1TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sysHardwareConR1Entry  10 }

  sysHardwareConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysHardwareConR1Entry  11 }

  sysHardwareConR1MVDAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Director Server Attention Required alarms'."
    ::= { sysHardwareConR1Entry  12 }

  sysHardwareConR1MVDAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Director Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sysHardwareConR1Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Link to MetaView Director'                                  */
-- /* Valid from: 7.0                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  mVDConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1461 }

  mVDConnEntry OBJECT-TYPE
    SYNTAX       MVDConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDConnMSwitchConn,
             mVDConnMSwitch }
    ::= {  mVDConnTable  1  }

  MVDConnEntry  ::=  SEQUENCE
  {
    mVDConnMSwitchConn                 Unsigned32,
    mVDConnMSwitch                     DisplayString,
    mVDConnMetaViewDirectorNetwkTopology
                                       INTEGER,
    mVDConnServerIPAddr                DisplayString,
    mVDConnLocationUpdatePort          Unsigned32,
    mVDConnStatePublicationPort        Unsigned32,
    mVDConnAlrmState                   INTEGER,
    mVDConnAlrmEvtsAttnRq              Integer32,
    mVDConnAlrmStateTimestamp          Unsigned32,
    mVDConnAlrmEvtsAttnRqLogCorr       Counter64,
    mVDConnAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    mVDConnRowStatus                   RowStatus,
    mVDConnOperStatus                  OperStatus
  }

  mVDConnMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDConnEntry  1 }

  mVDConnMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDConnEntry  2 }

  mVDConnMetaViewDirectorNetwkTopology OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorPresent(1),
                   metaViewDirectorAbsentDirectConnection(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Director Network Topology'."
    ::= { mVDConnEntry  3 }

  mVDConnServerIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server IP address'."
    ::= { mVDConnEntry  4 }

  mVDConnLocationUpdatePort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Update Port'."
    DEFVAL       { 6762 }
    ::= { mVDConnEntry  5 }

  mVDConnStatePublicationPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'State Publication Port'."
    DEFVAL       { 5062 }
    ::= { mVDConnEntry  6 }

  mVDConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mVDConnEntry  7 }

  mVDConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mVDConnEntry  8 }

  mVDConnAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mVDConnEntry  9 }

  mVDConnAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { mVDConnEntry  10 }

  mVDConnAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { mVDConnEntry  11 }

  mVDConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mVDConnEntry  12 }

  mVDConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDConnEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Web'                                               */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  mVConfigDBConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVConfigDBConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1462 }

  mVConfigDBConnEntry OBJECT-TYPE
    SYNTAX       MVConfigDBConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVConfigDBConnEMSIx,
             mVConfigDBConnEMSNodeName }
    ::= {  mVConfigDBConnTable  1  }

  MVConfigDBConnEntry  ::=  SEQUENCE
  {
    mVConfigDBConnEMSIx                Unsigned32,
    mVConfigDBConnEMSNodeName          DisplayString,
    mVConfigDBConnConnIPAddr           DisplayString,
    mVConfigDBConnConnNextIPAddr       DisplayString,
    mVConfigDBConnAlrmState            INTEGER,
    mVConfigDBConnAlrmEvts             Integer32,
    mVConfigDBConnAlrmStateTimestamp   Unsigned32,
    mVConfigDBConnAlrmResetTimestamp   Unsigned32,
    mVConfigDBConnMVWebServerRole      INTEGER,
    mVConfigDBConnMVWebNextServerRole  INTEGER,
    mVConfigDBConnMetaviewWebMetaviewDirectorIPAddr
                                       DisplayString,
    mVConfigDBConnMetaviewWebRestartMetaviewDirectorIPAddr
                                       DisplayString,
    mVConfigDBConnMVWebDeploymentTopology
                                       INTEGER,
    mVConfigDBConnMVWebDefEASWSPoolIpAddr
                                       DisplayString,
    mVConfigDBConnMVWebBuildVersion    LongDisplayString,
    mVConfigDBConnMVWebNextDeploymentTopology
                                       INTEGER,
    mVConfigDBConnMVWebNextDefEASWSPoolIpAddr
                                       DisplayString,
    mVConfigDBConnMetaViewWebWarningsShowMetaViewWebWarnings
                                       INTEGER,
    mVConfigDBConnMetaViewWebMetaViewServerIPAddrs
                                       LongDisplayString,
    mVConfigDBConnMetaViewWebNextMetaViewServerIPAddrs
                                       LongDisplayString,
    mVConfigDBConnMetaViewWebPerimetaIPAddrMap
                                       LongDisplayString,
    mVConfigDBConnMetaViewWebNextPerimetaIPAddrMap
                                       LongDisplayString,
    mVConfigDBConnMetaViewWebNSeriesIPAddrMap
                                       LongDisplayString,
    mVConfigDBConnMetaViewWebNextMstrMetaViewServer
                                       INTEGER,
    mVConfigDBConnMVWebEASServerIPAddrs
                                       LongDisplayString,
    mVConfigDBConnMVWebNextEASServerIPAddrs
                                       LongDisplayString,
    mVConfigDBConnMVWebRestartMVDIPAddrs
                                       LongDisplayString,
    mVConfigDBConnMVWebMVDIPAddrs      LongDisplayString
  }

  mVConfigDBConnEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { mVConfigDBConnEntry  1 }

  mVConfigDBConnEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { mVConfigDBConnEntry  2 }

  mVConfigDBConnConnIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - MetaView Configuration Database IP address'."
    ::= { mVConfigDBConnEntry  4 }

  mVConfigDBConnConnNextIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - MetaView Configuration Database IP address'."
    ::= { mVConfigDBConnEntry  6 }

  mVConfigDBConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mVConfigDBConnEntry  7 }

  mVConfigDBConnAlrmEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { mVConfigDBConnEntry  9 }

  mVConfigDBConnAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mVConfigDBConnEntry  10 }

  mVConfigDBConnAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mVConfigDBConnEntry  11 }

  mVConfigDBConnMVWebServerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   inMetaViewWebDeployment(2),
                   inPreV71MetaViewCSRDeployment(3),
                   runningMetaViewWeb(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Web - server role'."
    ::= { mVConfigDBConnEntry  12 }

  mVConfigDBConnMVWebNextServerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   inMetaViewWebDeployment(2),
                   inPreV71MetaViewCSRDeployment(3),
                   runningMetaViewWeb(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - server role'."
    ::= { mVConfigDBConnEntry  13 }

  mVConfigDBConnMetaviewWebMetaviewDirectorIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - MetaView Director IP address'."
    ::= { mVConfigDBConnEntry  14 }

  mVConfigDBConnMetaviewWebRestartMetaviewDirectorIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - MetaView Director IP address'."
    ::= { mVConfigDBConnEntry  15 }

  mVConfigDBConnMVWebDeploymentTopology OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisMetaViewServerSystemOnly(1),
                   thisMetaViewServerAndSingleEASSystem(2),
                   multipleEASOrMetaViewServerSystems(3),
                   multipleMetaViewServersNoMetaViewDirector(4),
                   multipleMetaViewServersAndSingleEASSystemNoMetaViewDirector(5),
                   thisMetaViewServerAndSingleEASSystemNoLoadBalancer(6),
                   multMVSesAndSingleEASSystemNoMVDNoLoadBalancer(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - deployment topology'."
    ::= { mVConfigDBConnEntry  16 }

  mVConfigDBConnMVWebDefEASWSPoolIpAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - default EAS Web Services Pool IP address'."
    ::= { mVConfigDBConnEntry  17 }

  mVConfigDBConnMVWebBuildVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Web - build version'."
    ::= { mVConfigDBConnEntry  18 }

  mVConfigDBConnMVWebNextDeploymentTopology OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisMetaViewServerSystemOnly(1),
                   thisMetaViewServerAndSingleEASSystem(2),
                   multipleEASOrMetaViewServerSystems(3),
                   multipleMetaViewServersNoMetaViewDirector(4),
                   multipleMetaViewServersAndSingleEASSystemNoMetaViewDirector(5),
                   thisMetaViewServerAndSingleEASSystemNoLoadBalancer(6),
                   multMVSesAndSingleEASSystemNoMVDNoLoadBalancer(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - deployment topology'."
    DEFVAL       { thisMetaViewServerSystemOnly }
    ::= { mVConfigDBConnEntry  19 }

  mVConfigDBConnMVWebNextDefEASWSPoolIpAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - default EAS Web Services Pool IP address'."
    ::= { mVConfigDBConnEntry  20 }

  mVConfigDBConnMetaViewWebWarningsShowMetaViewWebWarnings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web warnings - show MetaView Web warnings'."
    DEFVAL       { true }
    ::= { mVConfigDBConnEntry  21 }

  mVConfigDBConnMetaViewWebMetaViewServerIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - MetaView Server IP addresses'."
    ::= { mVConfigDBConnEntry  22 }

  mVConfigDBConnMetaViewWebNextMetaViewServerIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - MetaView Server IP addresses'."
    ::= { mVConfigDBConnEntry  23 }

  mVConfigDBConnMetaViewWebPerimetaIPAddrMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10800))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - Perimeta IP address map'."
    ::= { mVConfigDBConnEntry  24 }

  mVConfigDBConnMetaViewWebNextPerimetaIPAddrMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10800))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - Perimeta IP address map'."
    ::= { mVConfigDBConnEntry  25 }

  mVConfigDBConnMetaViewWebNSeriesIPAddrMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - N-Series IP address map'."
    ::= { mVConfigDBConnEntry  26 }

  mVConfigDBConnMetaViewWebNextMstrMetaViewServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisMetaViewServer(1),
                   remoteMetaViewServer(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - master MetaView Server'."
    DEFVAL       { thisMetaViewServer }
    ::= { mVConfigDBConnEntry  27 }

  mVConfigDBConnMVWebEASServerIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - EAS Server IP addresses'."
    ::= { mVConfigDBConnEntry  28 }

  mVConfigDBConnMVWebNextEASServerIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - EAS Server IP addresses'."
    ::= { mVConfigDBConnEntry  29 }

  mVConfigDBConnMVWebRestartMVDIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web at next restart - MetaView Director IP addresses'."
    ::= { mVConfigDBConnEntry  30 }

  mVConfigDBConnMVWebMVDIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Web - MetaView Director IP addresses'."
    ::= { mVConfigDBConnEntry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'System Alarm Card'                                          */
-- /* Valid from: 7.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysAlarmCardR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysAlarmCardR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1465 }

  sysAlarmCardR5Entry OBJECT-TYPE
    SYNTAX       SysAlarmCardR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysAlarmCardR5MSwitchConn,
             sysAlarmCardR5MSwitch,
             sysAlarmCardR5CtrlerIx }
    ::= {  sysAlarmCardR5Table  1  }

  SysAlarmCardR5Entry  ::=  SEQUENCE
  {
    sysAlarmCardR5MSwitchConn          Unsigned32,
    sysAlarmCardR5MSwitch              DisplayString,
    sysAlarmCardR5CtrlerIx             Unsigned32,
    sysAlarmCardR5AlrmCardType         INTEGER,
    sysAlarmCardR5NodeState            INTEGER,
    sysAlarmCardR5AmbientTemperature   Unsigned32,
    sysAlarmCardR5NumPowerSuppliesMonitored
                                       Unsigned32,
    sysAlarmCardR5OverallPowerOutputState
                                       INTEGER,
    sysAlarmCardR5Plus3VPowerOutputState
                                       INTEGER,
    sysAlarmCardR5ActualVoltagePlus3VSupply
                                       DisplayString,
    sysAlarmCardR5Plus5VPowerOutputState
                                       INTEGER,
    sysAlarmCardR5ActualVoltagePlus5VSupply
                                       DisplayString,
    sysAlarmCardR5Plus12VPowerOutputState
                                       INTEGER,
    sysAlarmCardR5ActualVoltagePlus12VSupply
                                       DisplayString,
    sysAlarmCardR5Minus12VPowerOutputState
                                       INTEGER,
    sysAlarmCardR5ActualVoltageMinus12VSupply
                                       DisplayString,
    sysAlarmCardR5AggStateFeedA        INTEGER,
    sysAlarmCardR5AggStateFeedB        INTEGER,
    sysAlarmCardR5CPUState             INTEGER,
    sysAlarmCardR5CPUNodeState         INTEGER,
    sysAlarmCardR5PhysStateCCNCard     INTEGER,
    sysAlarmCardR5PhysStateCOUCard     INTEGER,
    sysAlarmCardR5ActAlrmCard          INTEGER,
    sysAlarmCardR5CPUCardAState        INTEGER,
    sysAlarmCardR5CPUAState            INTEGER,
    sysAlarmCardR5PhysStateCCNCardA    INTEGER,
    sysAlarmCardR5PhysStateCPUCardA    INTEGER,
    sysAlarmCardR5CPUCardBState        INTEGER,
    sysAlarmCardR5CPUBState            INTEGER,
    sysAlarmCardR5PhysStateCCNCardB    INTEGER,
    sysAlarmCardR5PhysStateCPUCardB    INTEGER,
    sysAlarmCardR5Slot45Temperature    Unsigned32,
    sysAlarmCardR5Slot45RearTemperature
                                       Unsigned32,
    sysAlarmCardR5Slot6Temperature     Unsigned32,
    sysAlarmCardR5Slot1011Temperature  Unsigned32,
    sysAlarmCardR5Slot12Temperature    Unsigned32,
    sysAlarmCardR5Slot1617Temperature  Unsigned32,
    sysAlarmCardR5Slot1617RearTemperature
                                       Unsigned32,
    sysAlarmCardR5Slot18Temperature    Unsigned32,
    sysAlarmCardR5FanATemperature      Unsigned32,
    sysAlarmCardR5FanBTemperature      Unsigned32,
    sysAlarmCardR5FanCTemperature      Unsigned32,
    sysAlarmCardR5FanA1Speed           Unsigned32,
    sysAlarmCardR5FanA2Speed           Unsigned32,
    sysAlarmCardR5FanA3Speed           Unsigned32,
    sysAlarmCardR5FanB1Speed           Unsigned32,
    sysAlarmCardR5FanB2Speed           Unsigned32,
    sysAlarmCardR5FanB3Speed           Unsigned32,
    sysAlarmCardR5FanC1Speed           Unsigned32,
    sysAlarmCardR5FanC2Speed           Unsigned32,
    sysAlarmCardR5FanC3Speed           Unsigned32,
    sysAlarmCardR5CCNAlrmState         BITS,
    sysAlarmCardR5AlrmState            INTEGER,
    sysAlarmCardR5AlrmLogCorr          Counter64,
    sysAlarmCardR5AlrmEvtsAttnRq       Integer32,
    sysAlarmCardR5AlrmStateTimestamp   Unsigned32,
    sysAlarmCardR5AlrmResetTimestamp   Unsigned32,
    sysAlarmCardR5ChldAlrmsAttnRq      Integer32,
    sysAlarmCardR5ChldAlrmEvtsAttnRq   Integer32,
    sysAlarmCardR5TemperatureOutRange  INTEGER,
    sysAlarmCardR5Plus12VASupplyOutRange
                                       INTEGER,
    sysAlarmCardR5Plus12VBSupplyOutRange
                                       INTEGER,
    sysAlarmCardR5Plus12VSupplyOutRange
                                       INTEGER,
    sysAlarmCardR5Minus12VSupplyOutRange
                                       INTEGER,
    sysAlarmCardR5Plus5VSupplyOutRange INTEGER,
    sysAlarmCardR5Plus3VSupplyOutRange INTEGER,
    sysAlarmCardR5CCNBeingPulled       INTEGER,
    sysAlarmCardR5CPUNotPresent        INTEGER,
    sysAlarmCardR5CCNABeingPulled      INTEGER,
    sysAlarmCardR5CCNBBeingPulled      INTEGER,
    sysAlarmCardR5CPUCardANotPresent   INTEGER,
    sysAlarmCardR5CPUCardBNotPresent   INTEGER,
    sysAlarmCardR5FanAFaulty           INTEGER,
    sysAlarmCardR5FanBFaulty           INTEGER,
    sysAlarmCardR5FanCFaulty           INTEGER,
    sysAlarmCardR5WatchdogTimeoutAlrmTriggered
                                       INTEGER,
    sysAlarmCardR5CCPUnetBusAFaulty    INTEGER,
    sysAlarmCardR5CCPUnetBusBFaulty    INTEGER,
    sysAlarmCardR5SummaryChldAlrmState INTEGER,
    sysAlarmCardR5AlrmCardASerialNum   DisplayString,
    sysAlarmCardR5AlrmCardBSerialNum   DisplayString,
    sysAlarmCardR5Slot1Temperature     Unsigned32,
    sysAlarmCardR5Slot23Temperature    Unsigned32,
    sysAlarmCardR5Slot34Temperature    Unsigned32,
    sysAlarmCardR5Slot45TemperatureVP2510
                                       Unsigned32,
    sysAlarmCardR5Slot67Temperature    Unsigned32,
    sysAlarmCardR5Slot811Temperature   Unsigned32,
    sysAlarmCardR5SlotPSUABTemperature Unsigned32,
    sysAlarmCardR5SlotPSUCDTemperature Unsigned32,
    sysAlarmCardR5FanA4Speed           Unsigned32,
    sysAlarmCardR5FanA5Speed           Unsigned32,
    sysAlarmCardR5FanB4Speed           Unsigned32,
    sysAlarmCardR5FanB5Speed           Unsigned32,
    sysAlarmCardR5ActFWVersCrdA        DisplayString,
    sysAlarmCardR5ActFWVersCrdB        DisplayString,
    sysAlarmCardR5DesiredFirmwareVersion
                                       DisplayString
  }

  sysAlarmCardR5MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysAlarmCardR5Entry  1 }

  sysAlarmCardR5MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysAlarmCardR5Entry  2 }

  sysAlarmCardR5CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysAlarmCardR5Entry  3 }

  sysAlarmCardR5AlrmCardType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aL3000AlarmCard(1),
                   aL4000AlarmCard(2),
                   uX9020(3),
                   uX9024(4),
                   uX4410(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm_card_type'."
    ::= { sysAlarmCardR5Entry  4 }

  sysAlarmCardR5NodeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   off(1),
                   oSNotRunning(2),
                   powerOffWhenOSBooting(3),
                   powerOffWhenRunning(4),
                   powerOffAndShuttingDown(5),
                   powerOffWhenOSUnreachable(6),
                   oSBooting(7),
                   running(8),
                   shuttingDown(9),
                   oSUnreachable(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Power and operating system status'."
    ::= { sysAlarmCardR5Entry  5 }

  sysAlarmCardR5AmbientTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ambient temperature'."
    ::= { sysAlarmCardR5Entry  6 }

  sysAlarmCardR5NumPowerSuppliesMonitored OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of power supplies monitored'."
    ::= { sysAlarmCardR5Entry  7 }

  sysAlarmCardR5OverallPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall power output state'."
    ::= { sysAlarmCardR5Entry  8 }

  sysAlarmCardR5Plus3VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+3.3V power output state'."
    ::= { sysAlarmCardR5Entry  9 }

  sysAlarmCardR5ActualVoltagePlus3VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual voltage of +3.3V supply'."
    ::= { sysAlarmCardR5Entry  10 }

  sysAlarmCardR5Plus5VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+5V power output state'."
    ::= { sysAlarmCardR5Entry  11 }

  sysAlarmCardR5ActualVoltagePlus5VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual voltage of +5V supply'."
    ::= { sysAlarmCardR5Entry  12 }

  sysAlarmCardR5Plus12VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+12V power output state'."
    ::= { sysAlarmCardR5Entry  13 }

  sysAlarmCardR5ActualVoltagePlus12VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual voltage of +12V supply'."
    ::= { sysAlarmCardR5Entry  14 }

  sysAlarmCardR5Minus12VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '-12V power output state'."
    ::= { sysAlarmCardR5Entry  15 }

  sysAlarmCardR5ActualVoltageMinus12VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual voltage of -12V supply'."
    ::= { sysAlarmCardR5Entry  16 }

  sysAlarmCardR5AggStateFeedA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate state of Feed A'."
    ::= { sysAlarmCardR5Entry  17 }

  sysAlarmCardR5AggStateFeedB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate state of Feed B'."
    ::= { sysAlarmCardR5Entry  18 }

  sysAlarmCardR5CPUState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   discovered(2),
                   pumping(3),
                   ready(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU card state'."
    ::= { sysAlarmCardR5Entry  19 }

  sysAlarmCardR5CPUNodeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   dead(1),
                   running(2),
                   halting(3),
                   reboot(4),
                   shutdown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU state'."
    ::= { sysAlarmCardR5Entry  20 }

  sysAlarmCardR5PhysStateCCNCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state of alarm card'."
    ::= { sysAlarmCardR5Entry  21 }

  sysAlarmCardR5PhysStateCOUCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state of CPU card'."
    ::= { sysAlarmCardR5Entry  22 }

  sysAlarmCardR5ActAlrmCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active alarm card'."
    ::= { sysAlarmCardR5Entry  23 }

  sysAlarmCardR5CPUCardAState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   discovered(2),
                   pumping(3),
                   ready(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU card A state'."
    ::= { sysAlarmCardR5Entry  24 }

  sysAlarmCardR5CPUAState OBJECT-TYPE
    SYNTAX       INTEGER {
                   dead(1),
                   running(2),
                   halting(3),
                   reboot(4),
                   shutdown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU A state'."
    ::= { sysAlarmCardR5Entry  25 }

  sysAlarmCardR5PhysStateCCNCardA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state of alarm card A'."
    ::= { sysAlarmCardR5Entry  26 }

  sysAlarmCardR5PhysStateCPUCardA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state of CPU card A'."
    ::= { sysAlarmCardR5Entry  27 }

  sysAlarmCardR5CPUCardBState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   discovered(2),
                   pumping(3),
                   ready(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU card B state'."
    ::= { sysAlarmCardR5Entry  28 }

  sysAlarmCardR5CPUBState OBJECT-TYPE
    SYNTAX       INTEGER {
                   dead(1),
                   running(2),
                   halting(3),
                   reboot(4),
                   shutdown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU B state'."
    ::= { sysAlarmCardR5Entry  29 }

  sysAlarmCardR5PhysStateCCNCardB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state of alarm card B'."
    ::= { sysAlarmCardR5Entry  30 }

  sysAlarmCardR5PhysStateCPUCardB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state of CPU card B'."
    ::= { sysAlarmCardR5Entry  31 }

  sysAlarmCardR5Slot45Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 4-5 temperature'."
    ::= { sysAlarmCardR5Entry  32 }

  sysAlarmCardR5Slot45RearTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 4-5 (rear) temperature'."
    ::= { sysAlarmCardR5Entry  33 }

  sysAlarmCardR5Slot6Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 6 temperature'."
    ::= { sysAlarmCardR5Entry  34 }

  sysAlarmCardR5Slot1011Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 10-11 temperature'."
    ::= { sysAlarmCardR5Entry  35 }

  sysAlarmCardR5Slot12Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 12 temperature'."
    ::= { sysAlarmCardR5Entry  36 }

  sysAlarmCardR5Slot1617Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 16-17 temperature'."
    ::= { sysAlarmCardR5Entry  37 }

  sysAlarmCardR5Slot1617RearTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 16-17 (rear) temperature'."
    ::= { sysAlarmCardR5Entry  38 }

  sysAlarmCardR5Slot18Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 18 temperature'."
    ::= { sysAlarmCardR5Entry  39 }

  sysAlarmCardR5FanATemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan A temperature'."
    ::= { sysAlarmCardR5Entry  40 }

  sysAlarmCardR5FanBTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan B temperature'."
    ::= { sysAlarmCardR5Entry  41 }

  sysAlarmCardR5FanCTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan C temperature'."
    ::= { sysAlarmCardR5Entry  42 }

  sysAlarmCardR5FanA1Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan A1 speed'."
    ::= { sysAlarmCardR5Entry  43 }

  sysAlarmCardR5FanA2Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan A2 speed'."
    ::= { sysAlarmCardR5Entry  44 }

  sysAlarmCardR5FanA3Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan A3 speed'."
    ::= { sysAlarmCardR5Entry  45 }

  sysAlarmCardR5FanB1Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan B1 speed'."
    ::= { sysAlarmCardR5Entry  46 }

  sysAlarmCardR5FanB2Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan B2 speed'."
    ::= { sysAlarmCardR5Entry  47 }

  sysAlarmCardR5FanB3Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan B3 speed'."
    ::= { sysAlarmCardR5Entry  48 }

  sysAlarmCardR5FanC1Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan C1 speed'."
    ::= { sysAlarmCardR5Entry  49 }

  sysAlarmCardR5FanC2Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan C2 speed'."
    ::= { sysAlarmCardR5Entry  50 }

  sysAlarmCardR5FanC3Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan C3 speed'."
    ::= { sysAlarmCardR5Entry  51 }

  sysAlarmCardR5CCNAlrmState OBJECT-TYPE
    SYNTAX       BITS {
                   minor(0),
                   major(1),
                   critical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'External alarm state'."
    ::= { sysAlarmCardR5Entry  52 }

  sysAlarmCardR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysAlarmCardR5Entry  54 }

  sysAlarmCardR5AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sysAlarmCardR5Entry  55 }

  sysAlarmCardR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysAlarmCardR5Entry  56 }

  sysAlarmCardR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysAlarmCardR5Entry  57 }

  sysAlarmCardR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sysAlarmCardR5Entry  58 }

  sysAlarmCardR5ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysAlarmCardR5Entry  59 }

  sysAlarmCardR5ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysAlarmCardR5Entry  60 }

  sysAlarmCardR5TemperatureOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature out of range'."
    ::= { sysAlarmCardR5Entry  61 }

  sysAlarmCardR5Plus12VASupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+12V A supply out of range'."
    ::= { sysAlarmCardR5Entry  62 }

  sysAlarmCardR5Plus12VBSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+12V B supply out of range'."
    ::= { sysAlarmCardR5Entry  63 }

  sysAlarmCardR5Plus12VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+12V supply out of range'."
    ::= { sysAlarmCardR5Entry  64 }

  sysAlarmCardR5Minus12VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '-12V supply out of range'."
    ::= { sysAlarmCardR5Entry  65 }

  sysAlarmCardR5Plus5VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+5V supply out of range'."
    ::= { sysAlarmCardR5Entry  66 }

  sysAlarmCardR5Plus3VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+3.3V supply out of range'."
    ::= { sysAlarmCardR5Entry  67 }

  sysAlarmCardR5CCNBeingPulled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm card being pulled'."
    ::= { sysAlarmCardR5Entry  68 }

  sysAlarmCardR5CPUNotPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU card not present'."
    ::= { sysAlarmCardR5Entry  69 }

  sysAlarmCardR5CCNABeingPulled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm card A being pulled'."
    ::= { sysAlarmCardR5Entry  70 }

  sysAlarmCardR5CCNBBeingPulled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm card B being pulled'."
    ::= { sysAlarmCardR5Entry  71 }

  sysAlarmCardR5CPUCardANotPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU card A not present'."
    ::= { sysAlarmCardR5Entry  72 }

  sysAlarmCardR5CPUCardBNotPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU card B not present'."
    ::= { sysAlarmCardR5Entry  73 }

  sysAlarmCardR5FanAFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan A faulty'."
    ::= { sysAlarmCardR5Entry  74 }

  sysAlarmCardR5FanBFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan B faulty'."
    ::= { sysAlarmCardR5Entry  75 }

  sysAlarmCardR5FanCFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan C faulty'."
    ::= { sysAlarmCardR5Entry  76 }

  sysAlarmCardR5WatchdogTimeoutAlrmTriggered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Watchdog timeout alarm triggered'."
    ::= { sysAlarmCardR5Entry  77 }

  sysAlarmCardR5CCPUnetBusAFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm card Bus A faulty'."
    ::= { sysAlarmCardR5Entry  78 }

  sysAlarmCardR5CCPUnetBusBFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm card Bus B faulty'."
    ::= { sysAlarmCardR5Entry  79 }

  sysAlarmCardR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysAlarmCardR5Entry  80 }

  sysAlarmCardR5AlrmCardASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm card A serial number'."
    ::= { sysAlarmCardR5Entry  81 }

  sysAlarmCardR5AlrmCardBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm card B serial number'."
    ::= { sysAlarmCardR5Entry  82 }

  sysAlarmCardR5Slot1Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 1 temperature'."
    ::= { sysAlarmCardR5Entry  83 }

  sysAlarmCardR5Slot23Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 2-3 temperature'."
    ::= { sysAlarmCardR5Entry  84 }

  sysAlarmCardR5Slot34Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 3-4 temperature'."
    ::= { sysAlarmCardR5Entry  85 }

  sysAlarmCardR5Slot45TemperatureVP2510 OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 4-5 temperature'."
    ::= { sysAlarmCardR5Entry  86 }

  sysAlarmCardR5Slot67Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 6-7 temperature'."
    ::= { sysAlarmCardR5Entry  87 }

  sysAlarmCardR5Slot811Temperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot 8-11 temperature'."
    ::= { sysAlarmCardR5Entry  88 }

  sysAlarmCardR5SlotPSUABTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot PSU A/B temperature'."
    ::= { sysAlarmCardR5Entry  89 }

  sysAlarmCardR5SlotPSUCDTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot PSU C/D temperature'."
    ::= { sysAlarmCardR5Entry  90 }

  sysAlarmCardR5FanA4Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan A4 speed'."
    ::= { sysAlarmCardR5Entry  91 }

  sysAlarmCardR5FanA5Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan A5 speed'."
    ::= { sysAlarmCardR5Entry  92 }

  sysAlarmCardR5FanB4Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan B4 speed'."
    ::= { sysAlarmCardR5Entry  93 }

  sysAlarmCardR5FanB5Speed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan B5 speed'."
    ::= { sysAlarmCardR5Entry  94 }

  sysAlarmCardR5ActFWVersCrdA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual firmware version (card A)'."
    ::= { sysAlarmCardR5Entry  95 }

  sysAlarmCardR5ActFWVersCrdB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual firmware version (card B)'."
    ::= { sysAlarmCardR5Entry  96 }

  sysAlarmCardR5DesiredFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Desired firmware version'."
    ::= { sysAlarmCardR5Entry  97 }

-- /*********************************************************************************/
-- /* MIB table for SE 'System Power Supply'                                        */
-- /* Valid from: 7.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysAlarmCardPSupplyR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysAlarmCardPSupplyR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Alarm Card'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1466 }

  sysAlarmCardPSupplyR2Entry OBJECT-TYPE
    SYNTAX       SysAlarmCardPSupplyR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysAlarmCardPSupplyR2MSwitchConn,
             sysAlarmCardPSupplyR2MSwitch,
             sysAlarmCardPSupplyR2CtrlerIx,
             sysAlarmCardPSupplyR2PSupplyIx }
    ::= {  sysAlarmCardPSupplyR2Table  1  }

  SysAlarmCardPSupplyR2Entry  ::=  SEQUENCE
  {
    sysAlarmCardPSupplyR2MSwitchConn   Unsigned32,
    sysAlarmCardPSupplyR2MSwitch       DisplayString,
    sysAlarmCardPSupplyR2CtrlerIx      Unsigned32,
    sysAlarmCardPSupplyR2PSupplyIx     INTEGER,
    sysAlarmCardPSupplyR2PSupplyType   INTEGER,
    sysAlarmCardPSupplyR2PhysState     INTEGER,
    sysAlarmCardPSupplyR2OverallOutputState
                                       INTEGER,
    sysAlarmCardPSupplyR2StateFeedA    INTEGER,
    sysAlarmCardPSupplyR2StateFeedB    INTEGER,
    sysAlarmCardPSupplyR2AlrmState     INTEGER,
    sysAlarmCardPSupplyR2AlrmLogCorr   Counter64,
    sysAlarmCardPSupplyR2AlrmEvtsAttnRq
                                       Integer32,
    sysAlarmCardPSupplyR2AlrmStateTimestamp
                                       Unsigned32,
    sysAlarmCardPSupplyR2AlrmResetTimestamp
                                       Unsigned32
  }

  sysAlarmCardPSupplyR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysAlarmCardPSupplyR2Entry  1 }

  sysAlarmCardPSupplyR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysAlarmCardPSupplyR2Entry  2 }

  sysAlarmCardPSupplyR2CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysAlarmCardPSupplyR2Entry  3 }

  sysAlarmCardPSupplyR2PSupplyIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   pS1(1),
                   pS2(2),
                   pS3(3),
                   pS4(4),
                   pS5(5),
                   pS6(6),
                   pS7(7),
                   pS8(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Power supply index'.
                  This is an index field."
    ::= { sysAlarmCardPSupplyR2Entry  4 }

  sysAlarmCardPSupplyR2PSupplyType OBJECT-TYPE
    SYNTAX       INTEGER {
                   pS3000(1),
                   pS4000(2),
                   pS9020(3),
                   pS9024(4),
                   pS4401AC(5),
                   pS4401DC(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Power supply type'."
    ::= { sysAlarmCardPSupplyR2Entry  5 }

  sysAlarmCardPSupplyR2PhysState OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state'."
    ::= { sysAlarmCardPSupplyR2Entry  6 }

  sysAlarmCardPSupplyR2OverallOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall output state'."
    ::= { sysAlarmCardPSupplyR2Entry  7 }

  sysAlarmCardPSupplyR2StateFeedA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'State of Feed A'."
    ::= { sysAlarmCardPSupplyR2Entry  8 }

  sysAlarmCardPSupplyR2StateFeedB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'State of Feed B'."
    ::= { sysAlarmCardPSupplyR2Entry  9 }

  sysAlarmCardPSupplyR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysAlarmCardPSupplyR2Entry  11 }

  sysAlarmCardPSupplyR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sysAlarmCardPSupplyR2Entry  12 }

  sysAlarmCardPSupplyR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysAlarmCardPSupplyR2Entry  13 }

  sysAlarmCardPSupplyR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysAlarmCardPSupplyR2Entry  14 }

  sysAlarmCardPSupplyR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sysAlarmCardPSupplyR2Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Circuit Group'                                         */
-- /* Valid from: 7.0                                                               */
-- /*********************************************************************************/

  iSUPCircGpR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPCircGpR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1467 }

  iSUPCircGpR2Entry OBJECT-TYPE
    SYNTAX       ISUPCircGpR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPCircGpR2MSwitchConn,
             iSUPCircGpR2MSwitch,
             iSUPCircGpR2CallAgentIx,
             iSUPCircGpR2ISUPLocalSigDestIx,
             iSUPCircGpR2ISUPRemSigDestIx,
             iSUPCircGpR2CircGpIx }
    ::= {  iSUPCircGpR2Table  1  }

  ISUPCircGpR2Entry  ::=  SEQUENCE
  {
    iSUPCircGpR2MSwitchConn            Unsigned32,
    iSUPCircGpR2MSwitch                DisplayString,
    iSUPCircGpR2CallAgentIx            Unsigned32,
    iSUPCircGpR2ISUPLocalSigDestIx     Unsigned32,
    iSUPCircGpR2ISUPRemSigDestIx       Unsigned32,
    iSUPCircGpR2CircGpIx               Unsigned32,
    iSUPCircGpR2I1MediaChanMSwitchConn Unsigned32,
    iSUPCircGpR2I2MediaChanMSwitch     DisplayString,
    iSUPCircGpR2I3MediaChanCallAgentIx Unsigned32,
    iSUPCircGpR2I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    iSUPCircGpR2I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    iSUPCircGpR2I6MediaChanMediaChanIx Unsigned32,
    iSUPCircGpR2BaseCirc               INTEGER,
    iSUPCircGpR2I1TDMPortMSwitchConn   Unsigned32,
    iSUPCircGpR2I2TDMPortMSwitch       DisplayString,
    iSUPCircGpR2I3TDMPortCallAgentIx   Unsigned32,
    iSUPCircGpR2I4TDMPortGatewayIx     Unsigned32,
    iSUPCircGpR2I5TDMPortPortIx        Unsigned32,
    iSUPCircGpR2BaseTimeslot           INTEGER,
    iSUPCircGpR2NumCircs               Integer32,
    iSUPCircGpR2TDMPortStatus          INTEGER,
    iSUPCircGpR2LocalBlockStatus       INTEGER,
    iSUPCircGpR2RemBlockStatus         INTEGER,
    iSUPCircGpR2TrnkType               INTEGER,
    iSUPCircGpR2MaintBlockAllCircs     INTEGER,
    iSUPCircGpR2RequestedCircsToMaintBlock
                                       BITS,
    iSUPCircGpR2CircMaintBlockStatus   BITS,
    iSUPCircGpR2CircsDeniedToISUP      BITS,
    iSUPCircGpR2CircGpTestRes          INTEGER,
    iSUPCircGpR2LastCircGpTestTime     Unsigned32,
    iSUPCircGpR2TesterSendToneContinuityTesting
                                       INTEGER,
    iSUPCircGpR2TesterRcvToneContinuityTesting
                                       INTEGER,
    iSUPCircGpR2LoopbackRcvToneContinuityTesting
                                       INTEGER,
    iSUPCircGpR2LoopbackSendToneContinuityTesting
                                       INTEGER,
    iSUPCircGpR2OutCallsPerContinuityCheck
                                       Integer32,
    iSUPCircGpR2DeactivnMode           INTEGER,
    iSUPCircGpR2AlrmState              INTEGER,
    iSUPCircGpR2AlrmEvtsAttnRqLogCorr  Counter64,
    iSUPCircGpR2AlrmEvtsAttnRq         Integer32,
    iSUPCircGpR2AlrmEvtsAtndDpLogCorr  Counter64,
    iSUPCircGpR2AlrmEvtsAtndDp         Integer32,
    iSUPCircGpR2AlrmStateTimestamp     Unsigned32,
    iSUPCircGpR2AlrmResetTimestamp     Unsigned32,
    iSUPCircGpR2CircAlrmsAttnRq        Integer32,
    iSUPCircGpR2CircAlrmEvtsAttnRq     Integer32,
    iSUPCircGpR2CircAlrmsAtndDp        Integer32,
    iSUPCircGpR2CircAlrmEvtsAtndDp     Integer32,
    iSUPCircGpR2SummaryChldAlrmState   INTEGER,
    iSUPCircGpR2DoExtraActions         INTEGER,
    iSUPCircGpR2RowStatus              RowStatus,
    iSUPCircGpR2AdminStatus            AdminStatus,
    iSUPCircGpR2OperStatus             OperStatus,
    iSUPCircGpR2Desc                   DisplayString
  }

  iSUPCircGpR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPCircGpR2Entry  1 }

  iSUPCircGpR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPCircGpR2Entry  2 }

  iSUPCircGpR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPCircGpR2Entry  3 }

  iSUPCircGpR2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircGpR2Entry  4 }

  iSUPCircGpR2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircGpR2Entry  5 }

  iSUPCircGpR2CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { iSUPCircGpR2Entry  6 }

  iSUPCircGpR2I1MediaChanMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { iSUPCircGpR2Entry  7 }

  iSUPCircGpR2I2MediaChanMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { iSUPCircGpR2Entry  8 }

  iSUPCircGpR2I3MediaChanCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { iSUPCircGpR2Entry  9 }

  iSUPCircGpR2I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { iSUPCircGpR2Entry  10 }

  iSUPCircGpR2I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { iSUPCircGpR2Entry  11 }

  iSUPCircGpR2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { iSUPCircGpR2Entry  12 }

  iSUPCircGpR2BaseCirc OBJECT-TYPE
    SYNTAX       INTEGER ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Base CIC'.
                  This field is not writable when active."
    ::= { iSUPCircGpR2Entry  13 }

  iSUPCircGpR2I1TDMPortMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSUPCircGpR2Entry  14 }

  iSUPCircGpR2I2TDMPortMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSUPCircGpR2Entry  15 }

  iSUPCircGpR2I3TDMPortCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSUPCircGpR2Entry  16 }

  iSUPCircGpR2I4TDMPortGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSUPCircGpR2Entry  17 }

  iSUPCircGpR2I5TDMPortPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TDM port',
                  This field represents index 'Index'
                  in referenced type 'BOOTDMPortSE'."
    ::= { iSUPCircGpR2Entry  18 }

  iSUPCircGpR2BaseTimeslot OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Base timeslot'.
                  This field is not writable when active."
    ::= { iSUPCircGpR2Entry  19 }

  iSUPCircGpR2NumCircs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits'.
                  This field is not writable when active."
    ::= { iSUPCircGpR2Entry  20 }

  iSUPCircGpR2TDMPortStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   unequipped(3),
                   transient(4),
                   quiescing(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TDM port status'."
    ::= { iSUPCircGpR2Entry  21 }

  iSUPCircGpR2LocalBlockStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notBlocked(1),
                   hardwareBlocked(2),
                   maintenanceBlocked(3),
                   circuitBlocked(4),
                   unequipped(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local block status'."
    ::= { iSUPCircGpR2Entry  22 }

  iSUPCircGpR2RemBlockStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notBlocked(1),
                   hardwareBlocked(2),
                   maintenanceBlocked(3),
                   circuitBlocked(4),
                   unequipped(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote block status'."
    ::= { iSUPCircGpR2Entry  23 }

  iSUPCircGpR2TrnkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk type'.
                  This field is not writable when active."
    ::= { iSUPCircGpR2Entry  24 }

  iSUPCircGpR2MaintBlockAllCircs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maintenance block all circuits'."
    ::= { iSUPCircGpR2Entry  25 }

  iSUPCircGpR2RequestedCircsToMaintBlock OBJECT-TYPE
    SYNTAX       BITS {
                   baseCircuit(0),
                   baseCircuit1(1),
                   baseCircuit2(2),
                   baseCircuit3(3),
                   baseCircuit4(4),
                   baseCircuit5(5),
                   baseCircuit6(6),
                   baseCircuit7(7),
                   baseCircuit8(8),
                   baseCircuit9(9),
                   baseCircuit10(10),
                   baseCircuit11(11),
                   baseCircuit12(12),
                   baseCircuit13(13),
                   baseCircuit14(14),
                   baseCircuit15(15),
                   baseCircuit16(16),
                   baseCircuit17(17),
                   baseCircuit18(18),
                   baseCircuit19(19),
                   baseCircuit20(20),
                   baseCircuit21(21),
                   baseCircuit22(22),
                   baseCircuit23(23),
                   baseCircuit24(24),
                   baseCircuit25(25),
                   baseCircuit26(26),
                   baseCircuit27(27),
                   baseCircuit28(28),
                   baseCircuit29(29),
                   baseCircuit30(30),
                   baseCircuit31(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Requested circuits to maintenance block'."
    ::= { iSUPCircGpR2Entry  26 }

  iSUPCircGpR2CircMaintBlockStatus OBJECT-TYPE
    SYNTAX       BITS {
                   baseCircuit(0),
                   baseCircuit1(1),
                   baseCircuit2(2),
                   baseCircuit3(3),
                   baseCircuit4(4),
                   baseCircuit5(5),
                   baseCircuit6(6),
                   baseCircuit7(7),
                   baseCircuit8(8),
                   baseCircuit9(9),
                   baseCircuit10(10),
                   baseCircuit11(11),
                   baseCircuit12(12),
                   baseCircuit13(13),
                   baseCircuit14(14),
                   baseCircuit15(15),
                   baseCircuit16(16),
                   baseCircuit17(17),
                   baseCircuit18(18),
                   baseCircuit19(19),
                   baseCircuit20(20),
                   baseCircuit21(21),
                   baseCircuit22(22),
                   baseCircuit23(23),
                   baseCircuit24(24),
                   baseCircuit25(25),
                   baseCircuit26(26),
                   baseCircuit27(27),
                   baseCircuit28(28),
                   baseCircuit29(29),
                   baseCircuit30(30),
                   baseCircuit31(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maintenance blocked circuits'."
    ::= { iSUPCircGpR2Entry  27 }

  iSUPCircGpR2CircsDeniedToISUP OBJECT-TYPE
    SYNTAX       BITS {
                   baseCircuit(0),
                   baseCircuit1(1),
                   baseCircuit2(2),
                   baseCircuit3(3),
                   baseCircuit4(4),
                   baseCircuit5(5),
                   baseCircuit6(6),
                   baseCircuit7(7),
                   baseCircuit8(8),
                   baseCircuit9(9),
                   baseCircuit10(10),
                   baseCircuit11(11),
                   baseCircuit12(12),
                   baseCircuit13(13),
                   baseCircuit14(14),
                   baseCircuit15(15),
                   baseCircuit16(16),
                   baseCircuit17(17),
                   baseCircuit18(18),
                   baseCircuit19(19),
                   baseCircuit20(20),
                   baseCircuit21(21),
                   baseCircuit22(22),
                   baseCircuit23(23),
                   baseCircuit24(24),
                   baseCircuit25(25),
                   baseCircuit26(26),
                   baseCircuit27(27),
                   baseCircuit28(28),
                   baseCircuit29(29),
                   baseCircuit30(30),
                   baseCircuit31(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuits denied to ISUP'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { iSUPCircGpR2Entry  28 }

  iSUPCircGpR2CircGpTestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTest(1),
                   circuitValidationTestRunning(2),
                   circuitValidationTestOK(3),
                   circuitValidationTestFailed(4),
                   circuitValidationTestPreventedFromRunning(5),
                   circuitGroupQueryRunning(6),
                   circuitGroupQueryOK(7),
                   circuitGroupQueryFailed(8),
                   circuitGroupQueryPreventedFromRunning(9),
                   continuityTestRunning(10),
                   continuityTestOK(11),
                   continuityTestFailed(12),
                   continuityTestPreventedFromRunning(13),
                   autoGroupQueryRunning(14),
                   autoGroupQueryOK(15),
                   autoGroupQueryFailed(16)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group test result'."
    ::= { iSUPCircGpR2Entry  29 }

  iSUPCircGpR2LastCircGpTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last circuit group test time'."
    ::= { iSUPCircGpR2Entry  30 }

  iSUPCircGpR2TesterSendToneContinuityTesting OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tester send tone for Continuity Testing'.
                  This field is not writable when active."
    DEFVAL       { high }
    ::= { iSUPCircGpR2Entry  31 }

  iSUPCircGpR2TesterRcvToneContinuityTesting OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tester receive tone for Continuity Testing'.
                  This field is not writable when active."
    DEFVAL       { same }
    ::= { iSUPCircGpR2Entry  32 }

  iSUPCircGpR2LoopbackRcvToneContinuityTesting OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback receive tone for Continuity Testing'.
                  This field is not writable when active."
    DEFVAL       { either }
    ::= { iSUPCircGpR2Entry  33 }

  iSUPCircGpR2LoopbackSendToneContinuityTesting OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback send tone for Continuity Testing'.
                  This field is not writable when active."
    DEFVAL       { same }
    ::= { iSUPCircGpR2Entry  34 }

  iSUPCircGpR2OutCallsPerContinuityCheck OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing calls per continuity check'."
    DEFVAL       { 0 }
    ::= { iSUPCircGpR2Entry  35 }

  iSUPCircGpR2DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPCircGpR2Entry  36 }

  iSUPCircGpR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPCircGpR2Entry  37 }

  iSUPCircGpR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPCircGpR2Entry  38 }

  iSUPCircGpR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircGpR2Entry  39 }

  iSUPCircGpR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPCircGpR2Entry  40 }

  iSUPCircGpR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircGpR2Entry  41 }

  iSUPCircGpR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPCircGpR2Entry  42 }

  iSUPCircGpR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPCircGpR2Entry  43 }

  iSUPCircGpR2CircAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit Attention Required alarms'."
    ::= { iSUPCircGpR2Entry  44 }

  iSUPCircGpR2CircAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircGpR2Entry  45 }

  iSUPCircGpR2CircAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit Attend To Dependent alarms'."
    ::= { iSUPCircGpR2Entry  46 }

  iSUPCircGpR2CircAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircGpR2Entry  47 }

  iSUPCircGpR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPCircGpR2Entry  48 }

  iSUPCircGpR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   validateCircuits(1),
                   queryGroup(2),
                   testContinuity(3),
                   resetCircuits(4),
                   resetStatistics(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPCircGpR2Entry  49 }

  iSUPCircGpR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPCircGpR2Entry  50 }

  iSUPCircGpR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPCircGpR2Entry  51 }

  iSUPCircGpR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPCircGpR2Entry  52 }

  iSUPCircGpR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iSUPCircGpR2Entry  53 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Proxied ISUP Circuit Group'                                 */
-- /* Valid from: 7.0                                                               */
-- /*********************************************************************************/

  iSUPPrxdCircGpR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPPrxdCircGpR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1468 }

  iSUPPrxdCircGpR1Entry OBJECT-TYPE
    SYNTAX       ISUPPrxdCircGpR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPPrxdCircGpR1MSwitchConn,
             iSUPPrxdCircGpR1MSwitch,
             iSUPPrxdCircGpR1CallAgentIx,
             iSUPPrxdCircGpR1ISUPLocalSigDestIx,
             iSUPPrxdCircGpR1ISUPRemSigDestIx,
             iSUPPrxdCircGpR1CircGpIx }
    ::= {  iSUPPrxdCircGpR1Table  1  }

  ISUPPrxdCircGpR1Entry  ::=  SEQUENCE
  {
    iSUPPrxdCircGpR1MSwitchConn        Unsigned32,
    iSUPPrxdCircGpR1MSwitch            DisplayString,
    iSUPPrxdCircGpR1CallAgentIx        Unsigned32,
    iSUPPrxdCircGpR1ISUPLocalSigDestIx Unsigned32,
    iSUPPrxdCircGpR1ISUPRemSigDestIx   Unsigned32,
    iSUPPrxdCircGpR1CircGpIx           Unsigned32,
    iSUPPrxdCircGpR1BaseCirc           Unsigned32,
    iSUPPrxdCircGpR1NumCircs           Unsigned32,
    iSUPPrxdCircGpR1RowStatus          RowStatus
  }

  iSUPPrxdCircGpR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPPrxdCircGpR1Entry  1 }

  iSUPPrxdCircGpR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPPrxdCircGpR1Entry  2 }

  iSUPPrxdCircGpR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPPrxdCircGpR1Entry  3 }

  iSUPPrxdCircGpR1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPPrxdCircGpR1Entry  4 }

  iSUPPrxdCircGpR1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPPrxdCircGpR1Entry  5 }

  iSUPPrxdCircGpR1CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { iSUPPrxdCircGpR1Entry  6 }

  iSUPPrxdCircGpR1BaseCirc OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Base CIC'.
                  This field is not writable when active."
    ::= { iSUPPrxdCircGpR1Entry  7 }

  iSUPPrxdCircGpR1NumCircs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of circuits'.
                  This field is not writable when active."
    ::= { iSUPPrxdCircGpR1Entry  8 }

  iSUPPrxdCircGpR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPPrxdCircGpR1Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voicemail System Line'                                      */
-- /* Valid from: 7.0                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  vSLineR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLineR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voicemail System Line Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1479 }

  vSLineR9Entry OBJECT-TYPE
    SYNTAX       VSLineR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLineR9MSwitchConn,
             vSLineR9MSwitch,
             vSLineR9CallAgentIx,
             vSLineR9VSLineGpIx,
             vSLineR9DirNum,
             vSLineR9TerminalIx }
    ::= {  vSLineR9Table  1  }

  VSLineR9Entry  ::=  SEQUENCE
  {
    vSLineR9MSwitchConn                Unsigned32,
    vSLineR9MSwitch                    DisplayString,
    vSLineR9CallAgentIx                Unsigned32,
    vSLineR9VSLineGpIx                 Unsigned32,
    vSLineR9DirNum                     DisplayString,
    vSLineR9TerminalIx                 Unsigned32,
    vSLineR9T1I1AccDevMSwitchConn      Unsigned32,
    vSLineR9T1I2AccDevMSwitch          DisplayString,
    vSLineR9T1I3AccDevCallAgentIx      Unsigned32,
    vSLineR9T1I4AccDevGatewayIx        Unsigned32,
    vSLineR9T1I5AccDevDeviceIx         Unsigned32,
    vSLineR9T2I1AccDevMSwitchConn      Unsigned32,
    vSLineR9T2I2AccDevMSwitch          DisplayString,
    vSLineR9T2I3AccDevCallAgentIx      Unsigned32,
    vSLineR9T2I4AccDevGatewayIx        Unsigned32,
    vSLineR9T2I5AccDevDeviceIx         Unsigned32,
    vSLineR9AccessLineNum              Unsigned32,
    vSLineR9AlrmState                  INTEGER,
    vSLineR9AlrmLogCorr                Counter64,
    vSLineR9AddtlAlrmLogCorr           Counter64,
    vSLineR9AlrmEvtsAttnRq             Unsigned32,
    vSLineR9AlrmEvtsAtndDp             Unsigned32,
    vSLineR9AlrmStateTimestamp         Unsigned32,
    vSLineR9DiagsLogLvl                INTEGER,
    vSLineR9DiagsAPITraceEnabled       INTEGER,
    vSLineR9DiagsAPITraceTag           DisplayString,
    vSLineR9RowStatus                  RowStatus,
    vSLineR9CallAgentSigType           INTEGER,
    vSLineR9I1ISDNInterfaceMSwitchConn Unsigned32,
    vSLineR9I2ISDNInterfaceMSwitch     DisplayString,
    vSLineR9I3ISDNInterfaceCallAgentIx Unsigned32,
    vSLineR9I4ISDNInterfaceISDNIx      Unsigned32,
    vSLineR9I5ISDNInterfacePRIIx       Unsigned32,
    vSLineR9ISDNDefBearerCapabilities  BITS,
    vSLineR9SIPUserName                DisplayString,
    vSLineR9SIPDomainName              DisplayString,
    vSLineR9SIPRegistrationStatus      INTEGER,
    vSLineR9SIPAuthenticationReqd      INTEGER,
    vSLineR9NewSIPPassword             DisplayString,
    vSLineR9ConfirmNewSIPPassword      DisplayString,
    vSLineR9UseStaticNATMapping        INTEGER,
    vSLineR9GR303NailedUpConn          INTEGER,
    vSLineR9I1PreferredLocationTrnkGatewayMSwitchConn
                                       Unsigned32,
    vSLineR9I2PreferredLocationTrnkGatewayMSwitch
                                       DisplayString,
    vSLineR9I3PreferredLocationTrnkGatewayCallAgentIx
                                       Unsigned32,
    vSLineR9I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    vSLineR9PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    vSLineR9UseDNIdentification        INTEGER,
    vSLineR9SDActMaxCallAppearances    Unsigned32,
    vSLineR9SDDefMaxCallAppearances    Unsigned32,
    vSLineR9SDUseDefMaxCallAppearances INTEGER,
    vSLineR9SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR9SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR9SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    vSLineR9SDActI1SubMediaGatewayModelMSwitchConn
                                       Unsigned32,
    vSLineR9SDActI2SubMediaGatewayModelMSwitch
                                       DisplayString,
    vSLineR9SDActI3SubMediaGatewayModelCallAgentIx
                                       Unsigned32,
    vSLineR9SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineR9SDDefI1SubMediaGatewayModelMSwitchConn
                                       Unsigned32,
    vSLineR9SDDefI2SubMediaGatewayModelMSwitch
                                       DisplayString,
    vSLineR9SDDefI3SubMediaGatewayModelCallAgentIx
                                       Unsigned32,
    vSLineR9SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineSDActR9SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineSDDefR9SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineR9SDUseDefSubMediaGatewayModel
                                       INTEGER,
    vSLineR9T1I1GatewayMSwitchConn     Unsigned32,
    vSLineR9T1I2GatewayMSwitch         DisplayString,
    vSLineR9T1I3GatewayCallAgentIx     Unsigned32,
    vSLineR9T1I4GatewayGatewayIx       Unsigned32,
    vSLineR9T2I1GatewayMSwitchConn     Unsigned32,
    vSLineR9T2I2GatewayMSwitch         DisplayString,
    vSLineR9T2I3GatewayCallAgentIx     Unsigned32,
    vSLineR9T2I4GatewayGatewayIx       Unsigned32,
    vSLineR9SIPPassword                DisplayString
  }

  vSLineR9MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLineR9Entry  1 }

  vSLineR9MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLineR9Entry  2 }

  vSLineR9CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLineR9Entry  3 }

  vSLineR9VSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System Line Group Index'.
                  This is an index field."
    ::= { vSLineR9Entry  4 }

  vSLineR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { vSLineR9Entry  5 }

  vSLineR9TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { vSLineR9Entry  6 }

  vSLineR9T1I1AccDevMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR9Entry  7 }

  vSLineR9T1I2AccDevMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR9Entry  8 }

  vSLineR9T1I3AccDevCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR9Entry  9 }

  vSLineR9T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR9Entry  10 }

  vSLineR9T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR9Entry  11 }

  vSLineR9T2I1AccDevMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR9Entry  12 }

  vSLineR9T2I2AccDevMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR9Entry  13 }

  vSLineR9T2I3AccDevCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR9Entry  14 }

  vSLineR9T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR9Entry  15 }

  vSLineR9T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR9Entry  16 }

  vSLineR9AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { vSLineR9Entry  17 }

  vSLineR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { vSLineR9Entry  18 }

  vSLineR9AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { vSLineR9Entry  19 }

  vSLineR9AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { vSLineR9Entry  20 }

  vSLineR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR9Entry  21 }

  vSLineR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR9Entry  22 }

  vSLineR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { vSLineR9Entry  23 }

  vSLineR9DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { vSLineR9Entry  24 }

  vSLineR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { vSLineR9Entry  25 }

  vSLineR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { vSLineR9Entry  26 }

  vSLineR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vSLineR9Entry  27 }

  vSLineR9CallAgentSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { vSLineR9Entry  28 }

  vSLineR9I1ISDNInterfaceMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR9Entry  29 }

  vSLineR9I2ISDNInterfaceMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR9Entry  30 }

  vSLineR9I3ISDNInterfaceCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR9Entry  31 }

  vSLineR9I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR9Entry  32 }

  vSLineR9I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR9Entry  33 }

  vSLineR9ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { vSLineR9Entry  34 }

  vSLineR9SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { vSLineR9Entry  35 }

  vSLineR9SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { vSLineR9Entry  36 }

  vSLineR9SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { vSLineR9Entry  37 }

  vSLineR9SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { vSLineR9Entry  38 }

  vSLineR9NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR9Entry  39 }

  vSLineR9ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR9Entry  40 }

  vSLineR9UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR9Entry  43 }

  vSLineR9GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR9Entry  44 }

  vSLineR9I1PreferredLocationTrnkGatewayMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR9Entry  46 }

  vSLineR9I2PreferredLocationTrnkGatewayMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR9Entry  47 }

  vSLineR9I3PreferredLocationTrnkGatewayCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR9Entry  48 }

  vSLineR9I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR9Entry  49 }

  vSLineR9PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { vSLineR9Entry  50 }

  vSLineR9UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR9Entry  56 }

  vSLineR9SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR9Entry  60 }

  vSLineR9SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR9Entry  61 }

  vSLineR9SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR9Entry  62 }

  vSLineR9SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR9Entry  63 }

  vSLineR9SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR9Entry  64 }

  vSLineR9SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR9Entry  65 }

  vSLineR9SDActI1SubMediaGatewayModelMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  66 }

  vSLineR9SDActI2SubMediaGatewayModelMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  67 }

  vSLineR9SDActI3SubMediaGatewayModelCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  68 }

  vSLineR9SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  69 }

  vSLineR9SDDefI1SubMediaGatewayModelMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  70 }

  vSLineR9SDDefI2SubMediaGatewayModelMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  71 }

  vSLineR9SDDefI3SubMediaGatewayModelCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  72 }

  vSLineR9SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  73 }

  vSLineSDActR9SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  75 }

  vSLineSDDefR9SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR9Entry  76 }

  vSLineR9SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR9Entry  77 }

  vSLineR9T1I1GatewayMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR9Entry  87 }

  vSLineR9T1I2GatewayMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR9Entry  88 }

  vSLineR9T1I3GatewayCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR9Entry  89 }

  vSLineR9T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR9Entry  90 }

  vSLineR9T2I1GatewayMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR9Entry  91 }

  vSLineR9T2I2GatewayMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR9Entry  92 }

  vSLineR9T2I3GatewayCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR9Entry  93 }

  vSLineR9T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR9Entry  94 }

  vSLineR9SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { vSLineR9Entry  95 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CMTS'                                                       */
-- /* Valid from: 7.0                                                               */
-- /*********************************************************************************/

  cMTSR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CMTSR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Cable Modem Termination Systems'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  1485 }

  cMTSR1Entry OBJECT-TYPE
    SYNTAX       CMTSR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cMTSR1MSwitchConn,
             cMTSR1MSwitch,
             cMTSR1CallAgentIx,
             cMTSR1CMTSIx }
    ::= {  cMTSR1Table  1  }

  CMTSR1Entry  ::=  SEQUENCE
  {
    cMTSR1MSwitchConn                  Unsigned32,
    cMTSR1MSwitch                      DisplayString,
    cMTSR1CallAgentIx                  Unsigned32,
    cMTSR1CMTSIx                       Unsigned32,
    cMTSR1Desc                         DisplayString,
    cMTSR1CustInfo                     DisplayString,
    cMTSR1CustInfo2                    DisplayString,
    cMTSR1CustInfo3                    DisplayString,
    cMTSR1CustInfo4                    DisplayString,
    cMTSR1CustInfo5                    DisplayString,
    cMTSR1CustInfo6                    DisplayString,
    cMTSR1IPAddr                       DisplayString,
    cMTSR1DomainName                   DisplayString,
    cMTSR1ResolvedIPAddr               DisplayString,
    cMTSR1Port                         Unsigned32,
    cMTSR1ConnState                    INTEGER,
    cMTSR1CMTSID                       LongDisplayString,
    cMTSR1DiffServCodePointDSCPNormal  Unsigned32,
    cMTSR1DiffServCodePointDSCPPriority
                                       Unsigned32,
    cMTSR1TimersKeepAliveTimer         Unsigned32,
    cMTSR1TimersAckTimer               Unsigned32,
    cMTSR1TimersGateDeletionTimerT5    Unsigned32,
    cMTSR1TimersGateCommitTimerT1      Unsigned32,
    cMTSR1TimersAdmittedQoSParmsTimerT7
                                       Unsigned32,
    cMTSR1TimersActQoSParmsTimerT8     Unsigned32,
    cMTSR1AlrmState                    INTEGER,
    cMTSR1AlrmEvtsAttnRqLogCorr        Counter64,
    cMTSR1AlrmEvtsAttnRq               Unsigned32,
    cMTSR1AlrmStateTimestamp           Unsigned32,
    cMTSR1AlrmResetTimestamp           Unsigned32,
    cMTSR1DiagsLogLvl                  INTEGER,
    cMTSR1DiagsAPITraceEnabled         INTEGER,
    cMTSR1DiagsAPITraceTag             DisplayString,
    cMTSR1RowStatus                    RowStatus,
    cMTSR1AdminStatus                  AdminStatus,
    cMTSR1OperStatus                   OperStatus
  }

  cMTSR1MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cMTSR1Entry  1 }

  cMTSR1MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cMTSR1Entry  2 }

  cMTSR1CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cMTSR1Entry  3 }

  cMTSR1CMTSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMTS index'.
                  This is an index field."
    ::= { cMTSR1Entry  4 }

  cMTSR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { cMTSR1Entry  5 }

  cMTSR1CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cMTSR1Entry  6 }

  cMTSR1CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cMTSR1Entry  7 }

  cMTSR1CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cMTSR1Entry  8 }

  cMTSR1CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cMTSR1Entry  9 }

  cMTSR1CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cMTSR1Entry  10 }

  cMTSR1CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cMTSR1Entry  11 }

  cMTSR1IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { cMTSR1Entry  12 }

  cMTSR1DomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This field is not writable when active."
    ::= { cMTSR1Entry  13 }

  cMTSR1ResolvedIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resolved IP address'."
    ::= { cMTSR1Entry  14 }

  cMTSR1Port OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port'.
                  This field is not writable when active."
    DEFVAL       { 2126 }
    ::= { cMTSR1Entry  15 }

  cMTSR1ConnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   connecting(1),
                   connected(2),
                   neverConnected(3),
                   noLongerConnected(4),
                   inactive(5),
                   mwgcCstDoesNotExist(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection state'."
    ::= { cMTSR1Entry  16 }

  cMTSR1CMTSID OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMTS-ID'."
    ::= { cMTSR1Entry  17 }

  cMTSR1DiffServCodePointDSCPNormal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DiffServ Code Point (DSCP) - Normal'."
    DEFVAL       { 46 }
    ::= { cMTSR1Entry  18 }

  cMTSR1DiffServCodePointDSCPPriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DiffServ Code Point (DSCP) - Priority'."
    DEFVAL       { 46 }
    ::= { cMTSR1Entry  19 }

  cMTSR1TimersKeepAliveTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timers - keep-alive timer'.
                  This field is not writable when active."
    DEFVAL       { 30 }
    ::= { cMTSR1Entry  20 }

  cMTSR1TimersAckTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timers - ack timer'."
    DEFVAL       { 3000 }
    ::= { cMTSR1Entry  21 }

  cMTSR1TimersGateDeletionTimerT5 OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timers - gate deletion timer (T5)'."
    DEFVAL       { 5000 }
    ::= { cMTSR1Entry  22 }

  cMTSR1TimersGateCommitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timers - gate commit timer (T1)'."
    DEFVAL       { 300 }
    ::= { cMTSR1Entry  23 }

  cMTSR1TimersAdmittedQoSParmsTimerT7 OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Timers - admitted QoS parameters timer (T7)'."
    DEFVAL       { 200 }
    ::= { cMTSR1Entry  24 }

  cMTSR1TimersActQoSParmsTimerT8 OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Timers - active QoS parameters timer (T8)'."
    DEFVAL       { 0 }
    ::= { cMTSR1Entry  25 }

  cMTSR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cMTSR1Entry  26 }

  cMTSR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cMTSR1Entry  27 }

  cMTSR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cMTSR1Entry  28 }

  cMTSR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cMTSR1Entry  29 }

  cMTSR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cMTSR1Entry  30 }

  cMTSR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cMTSR1Entry  31 }

  cMTSR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cMTSR1Entry  32 }

  cMTSR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cMTSR1Entry  33 }

  cMTSR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cMTSR1Entry  34 }

  cMTSR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cMTSR1Entry  35 }

  cMTSR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cMTSR1Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Short Code'                                                 */
-- /* Valid from: 7.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  busGrpShortCodeR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpShortCodeR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dialing Plan'."
    ::= { metaSwitch  1486 }

  busGrpShortCodeR2Entry OBJECT-TYPE
    SYNTAX       BusGrpShortCodeR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpShortCodeR2MSwitchConn,
             busGrpShortCodeR2MSwitch,
             busGrpShortCodeR2CallAgentIx,
             busGrpShortCodeR2GpIx,
             busGrpShortCodeR2Type,
             busGrpShortCodeR2FirstShortCode }
    ::= {  busGrpShortCodeR2Table  1  }

  BusGrpShortCodeR2Entry  ::=  SEQUENCE
  {
    busGrpShortCodeR2MSwitchConn       Unsigned32,
    busGrpShortCodeR2MSwitch           DisplayString,
    busGrpShortCodeR2CallAgentIx       Unsigned32,
    busGrpShortCodeR2GpIx              Unsigned32,
    busGrpShortCodeR2Type              INTEGER,
    busGrpShortCodeR2FirstShortCode    DisplayString,
    busGrpShortCodeR2LastShortCode     DisplayString,
    busGrpShortCodeR2FirstExternalDirNum
                                       DisplayString,
    busGrpShortCodeR2LastExternalDirNum
                                       DisplayString,
    busGrpShortCodeR2DialingPlanCode   DisplayString,
    busGrpShortCodeR2RowStatus         RowStatus,
    busGrpShortCodeR2I1DepartmentMSwitchConn
                                       Unsigned32,
    busGrpShortCodeR2I2DepartmentMSwitch
                                       DisplayString,
    busGrpShortCodeR2I3DepartmentCallAgentIx
                                       Unsigned32,
    busGrpShortCodeR2I4DepartmentGpIx  Unsigned32,
    busGrpShortCodeR2I5DepartmentDepartmentIx
                                       Unsigned32,
    busGrpShortCodeR2DepartmentOtherVals
                                       INTEGER
  }

  busGrpShortCodeR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpShortCodeR2Entry  1 }

  busGrpShortCodeR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpShortCodeR2Entry  2 }

  busGrpShortCodeR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpShortCodeR2Entry  3 }

  busGrpShortCodeR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpShortCodeR2Entry  4 }

  busGrpShortCodeR2Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   externalNumber(1),
                   rangeOfExternalNumbers(2),
                   otherDialingPlanCode(3)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    ::= { busGrpShortCodeR2Entry  5 }

  busGrpShortCodeR2FirstShortCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..7))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Short code'.
                  This is an index field."
    ::= { busGrpShortCodeR2Entry  6 }

  busGrpShortCodeR2LastShortCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Short code'.
                  This field is only writable during create."
    ::= { busGrpShortCodeR2Entry  7 }

  busGrpShortCodeR2FirstExternalDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) external Directory number'."
    ::= { busGrpShortCodeR2Entry  8 }

  busGrpShortCodeR2LastExternalDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last external Directory number'."
    ::= { busGrpShortCodeR2Entry  9 }

  busGrpShortCodeR2DialingPlanCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialing Plan code'."
    ::= { busGrpShortCodeR2Entry  10 }

  busGrpShortCodeR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpShortCodeR2Entry  11 }

  busGrpShortCodeR2I1DepartmentMSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR2Entry  12 }

  busGrpShortCodeR2I2DepartmentMSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR2Entry  13 }

  busGrpShortCodeR2I3DepartmentCallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR2Entry  14 }

  busGrpShortCodeR2I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR2Entry  15 }

  busGrpShortCodeR2I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR2Entry  16 }

  busGrpShortCodeR2DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpShortCodeR2Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Delegated Management Group'                                 */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  delegatedManagementGroupTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DelegatedManagementGroupEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Delegated Management Groups'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1490 }

  delegatedManagementGroupEntry OBJECT-TYPE
    SYNTAX       DelegatedManagementGroupEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { delegatedManagementGroupEMSIx,
             delegatedManagementGroupEMSNodeName,
             delegatedManagementGroupDMGIx }
    ::= {  delegatedManagementGroupTable  1  }

  DelegatedManagementGroupEntry  ::=  SEQUENCE
  {
    delegatedManagementGroupEMSIx      Unsigned32,
    delegatedManagementGroupEMSNodeName
                                       DisplayString,
    delegatedManagementGroupDMGIx      Integer32,
    delegatedManagementGroupDMGName    DisplayString
  }

  delegatedManagementGroupEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { delegatedManagementGroupEntry  1 }

  delegatedManagementGroupEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { delegatedManagementGroupEntry  2 }

  delegatedManagementGroupDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { delegatedManagementGroupEntry  3 }

  delegatedManagementGroupDMGName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { delegatedManagementGroupEntry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Delegated Management Groups'                                */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  delegatedManagementGroupConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DelegatedManagementGroupConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Web'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1491 }

  delegatedManagementGroupConEntry OBJECT-TYPE
    SYNTAX       DelegatedManagementGroupConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { delegatedManagementGroupConEMSIx,
             delegatedManagementGroupConEMSNodeName }
    ::= {  delegatedManagementGroupConTable  1  }

  DelegatedManagementGroupConEntry  ::=  SEQUENCE
  {
    delegatedManagementGroupConEMSIx   Unsigned32,
    delegatedManagementGroupConEMSNodeName
                                       DisplayString,
    delegatedManagementGroupConDoExtraActions
                                       INTEGER
  }

  delegatedManagementGroupConEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { delegatedManagementGroupConEntry  1 }

  delegatedManagementGroupConEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { delegatedManagementGroupConEntry  2 }

  delegatedManagementGroupConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refreshDMGs(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { delegatedManagementGroupConEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Reminder Call'                                              */
-- /* Valid from: 7.0.01                                                            */
-- /*********************************************************************************/

  indLineRemCallR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineRemCallR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Message Services'."
    ::= { metaSwitch  1498 }

  indLineRemCallR2Entry OBJECT-TYPE
    SYNTAX       IndLineRemCallR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineRemCallR2MSwitchConn,
             indLineRemCallR2MSwitch,
             indLineRemCallR2CallAgentIx,
             indLineRemCallR2DirNum,
             indLineRemCallR2Repeating,
             indLineRemCallR2ReminderHr,
             indLineRemCallR2ReminderMin }
    ::= {  indLineRemCallR2Table  1  }

  IndLineRemCallR2Entry  ::=  SEQUENCE
  {
    indLineRemCallR2MSwitchConn        Unsigned32,
    indLineRemCallR2MSwitch            DisplayString,
    indLineRemCallR2CallAgentIx        Unsigned32,
    indLineRemCallR2DirNum             DisplayString,
    indLineRemCallR2Repeating          INTEGER,
    indLineRemCallR2ReminderHr         Unsigned32,
    indLineRemCallR2ReminderMin        Unsigned32,
    indLineRemCallR2RowStatus          RowStatus,
    indLineRemCallR2Timezone           INTEGER,
    indLineRemCallR2AdjustDaylightSavings
                                       INTEGER,
    indLineRemCallR2SubTimezone        LongDisplayString
  }

  indLineRemCallR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineRemCallR2Entry  1 }

  indLineRemCallR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineRemCallR2Entry  2 }

  indLineRemCallR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineRemCallR2Entry  3 }

  indLineRemCallR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineRemCallR2Entry  4 }

  indLineRemCallR2Repeating OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7),
                   everyWeekday(8),
                   everyDay(9),
                   next24Hours(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repeat interval'.
                  This is an index field."
    ::= { indLineRemCallR2Entry  5 }

  indLineRemCallR2ReminderHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder time (hour)'.
                  This is an index field."
    ::= { indLineRemCallR2Entry  6 }

  indLineRemCallR2ReminderMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder time (minute)'.
                  This is an index field."
    ::= { indLineRemCallR2Entry  7 }

  indLineRemCallR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineRemCallR2Entry  8 }

  indLineRemCallR2Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { indLineRemCallR2Entry  9 }

  indLineRemCallR2AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { indLineRemCallR2Entry  10 }

  indLineRemCallR2SubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezone'."
    ::= { indLineRemCallR2Entry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Reminder Call'                                              */
-- /* Valid from: 7.0.01                                                            */
-- /*********************************************************************************/

  bGLineRemCallR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineRemCallR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Message Services'."
    ::= { metaSwitch  1500 }

  bGLineRemCallR2Entry OBJECT-TYPE
    SYNTAX       BGLineRemCallR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineRemCallR2MSwitchConn,
             bGLineRemCallR2MSwitch,
             bGLineRemCallR2CallAgentIx,
             bGLineRemCallR2GpIx,
             bGLineRemCallR2FirstDirNum,
             bGLineRemCallR2DirNum,
             bGLineRemCallR2Repeating,
             bGLineRemCallR2ReminderHr,
             bGLineRemCallR2ReminderMin }
    ::= {  bGLineRemCallR2Table  1  }

  BGLineRemCallR2Entry  ::=  SEQUENCE
  {
    bGLineRemCallR2MSwitchConn         Unsigned32,
    bGLineRemCallR2MSwitch             DisplayString,
    bGLineRemCallR2CallAgentIx         Unsigned32,
    bGLineRemCallR2GpIx                Unsigned32,
    bGLineRemCallR2FirstDirNum         DisplayString,
    bGLineRemCallR2DirNum              DisplayString,
    bGLineRemCallR2Repeating           INTEGER,
    bGLineRemCallR2ReminderHr          Unsigned32,
    bGLineRemCallR2ReminderMin         Unsigned32,
    bGLineRemCallR2RowStatus           RowStatus,
    bGLineRemCallR2Timezone            INTEGER,
    bGLineRemCallR2AdjustDaylightSavings
                                       INTEGER,
    bGLineRemCallR2SubTimezone         LongDisplayString
  }

  bGLineRemCallR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  1 }

  bGLineRemCallR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  2 }

  bGLineRemCallR2CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  3 }

  bGLineRemCallR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  4 }

  bGLineRemCallR2FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  5 }

  bGLineRemCallR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  6 }

  bGLineRemCallR2Repeating OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7),
                   everyWeekday(8),
                   everyDay(9),
                   next24Hours(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repeat interval'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  7 }

  bGLineRemCallR2ReminderHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder time (hour)'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  8 }

  bGLineRemCallR2ReminderMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder time (minute)'.
                  This is an index field."
    ::= { bGLineRemCallR2Entry  9 }

  bGLineRemCallR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineRemCallR2Entry  10 }

  bGLineRemCallR2Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { bGLineRemCallR2Entry  11 }

  bGLineRemCallR2AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { bGLineRemCallR2Entry  12 }

  bGLineRemCallR2SubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezone'."
    ::= { bGLineRemCallR2Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Link Timer Profile'                               */
-- /* Valid from: 7.0.01                                                            */
-- /*********************************************************************************/

  sigLinkTPR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigLinkTPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateway'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1504 }

  sigLinkTPR2Entry OBJECT-TYPE
    SYNTAX       SigLinkTPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigLinkTPR2MSwitchConn,
             sigLinkTPR2MSwitch,
             sigLinkTPR2SigPointID,
             sigLinkTPR2ProfID }
    ::= {  sigLinkTPR2Table  1  }

  SigLinkTPR2Entry  ::=  SEQUENCE
  {
    sigLinkTPR2MSwitchConn             Unsigned32,
    sigLinkTPR2MSwitch                 DisplayString,
    sigLinkTPR2SigPointID              Unsigned32,
    sigLinkTPR2ProfID                  Unsigned32,
    sigLinkTPR2ProfName                DisplayString,
    sigLinkTPR2MTP3TimerT1             Unsigned32,
    sigLinkTPR2MTP3TimerT3             Unsigned32,
    sigLinkTPR2MTP3TimerT17            Unsigned32,
    sigLinkTPR2MTP3TimerITUT24         Unsigned32,
    sigLinkTPR2MTP3TimerANSIT19        Unsigned32,
    sigLinkTPR2RowStatus               RowStatus
  }

  sigLinkTPR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigLinkTPR2Entry  1 }

  sigLinkTPR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigLinkTPR2Entry  2 }

  sigLinkTPR2SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigLinkTPR2Entry  3 }

  sigLinkTPR2ProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile ID'.
                  This is an index field."
    ::= { sigLinkTPR2Entry  4 }

  sigLinkTPR2ProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name'."
    ::= { sigLinkTPR2Entry  5 }

  sigLinkTPR2MTP3TimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 500..1200 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T1'.
                  This field is not writable when active."
    ::= { sigLinkTPR2Entry  6 }

  sigLinkTPR2MTP3TimerT3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 500..1200 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T3'.
                  This field is not writable when active."
    ::= { sigLinkTPR2Entry  7 }

  sigLinkTPR2MTP3TimerT17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 800..1500 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T17'.
                  This field is not writable when active."
    ::= { sigLinkTPR2Entry  8 }

  sigLinkTPR2MTP3TimerITUT24 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 500..500 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ITU T24'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { sigLinkTPR2Entry  9 }

  sigLinkTPR2MTP3TimerANSIT19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 480000..600000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T19'.
                  This field is not writable when active."
    DEFVAL       { 540000 }
    ::= { sigLinkTPR2Entry  10 }

  sigLinkTPR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigLinkTPR2Entry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Linkset Timer Profile'                            */
-- /* Valid from: 7.0.01                                                            */
-- /*********************************************************************************/

  sigLinksetTPR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigLinksetTPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateway'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1505 }

  sigLinksetTPR2Entry OBJECT-TYPE
    SYNTAX       SigLinksetTPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigLinksetTPR2MSwitchConn,
             sigLinksetTPR2MSwitch,
             sigLinksetTPR2SigPointID,
             sigLinksetTPR2ProfID }
    ::= {  sigLinksetTPR2Table  1  }

  SigLinksetTPR2Entry  ::=  SEQUENCE
  {
    sigLinksetTPR2MSwitchConn          Unsigned32,
    sigLinksetTPR2MSwitch              DisplayString,
    sigLinksetTPR2SigPointID           Unsigned32,
    sigLinksetTPR2ProfID               Unsigned32,
    sigLinksetTPR2ProfName             DisplayString,
    sigLinksetTPR2MTP3TimerT6          INTEGER,
    sigLinksetTPR2MTP3TimerT8          INTEGER,
    sigLinksetTPR2MTP3TimerT10         INTEGER,
    sigLinksetTPR2MTP3TimerANSIT18     INTEGER,
    sigLinksetTPR2RowStatus            RowStatus
  }

  sigLinksetTPR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigLinksetTPR2Entry  1 }

  sigLinksetTPR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigLinksetTPR2Entry  2 }

  sigLinksetTPR2SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigLinksetTPR2Entry  3 }

  sigLinksetTPR2ProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile ID'.
                  This is an index field."
    ::= { sigLinksetTPR2Entry  4 }

  sigLinksetTPR2ProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name'."
    ::= { sigLinksetTPR2Entry  5 }

  sigLinksetTPR2MTP3TimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 500..1200 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T6'.
                  This field is not writable when active."
    ::= { sigLinksetTPR2Entry  6 }

  sigLinksetTPR2MTP3TimerT8 OBJECT-TYPE
    SYNTAX       INTEGER ( 800..1200 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T8'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { sigLinksetTPR2Entry  7 }

  sigLinksetTPR2MTP3TimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 30000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T10'.
                  This field is not writable when active."
    DEFVAL       { 45000 }
    ::= { sigLinksetTPR2Entry  8 }

  sigLinksetTPR2MTP3TimerANSIT18 OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T18'.
                  This field is not writable when active."
    DEFVAL       { 11000 }
    ::= { sigLinksetTPR2Entry  9 }

  sigLinksetTPR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigLinksetTPR2Entry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Point Timer Profile'                              */
-- /* Valid from: 7.0.01                                                            */
-- /*********************************************************************************/

  sigPointTPR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigPointTPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateway'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1506 }

  sigPointTPR2Entry OBJECT-TYPE
    SYNTAX       SigPointTPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigPointTPR2MSwitchConn,
             sigPointTPR2MSwitch,
             sigPointTPR2SigPointID,
             sigPointTPR2ProfID }
    ::= {  sigPointTPR2Table  1  }

  SigPointTPR2Entry  ::=  SEQUENCE
  {
    sigPointTPR2MSwitchConn            Unsigned32,
    sigPointTPR2MSwitch                DisplayString,
    sigPointTPR2SigPointID             Unsigned32,
    sigPointTPR2ProfID                 Unsigned32,
    sigPointTPR2ProfName               DisplayString,
    sigPointTPR2MTP3TimerT2            INTEGER,
    sigPointTPR2MTP3TimerT4            INTEGER,
    sigPointTPR2MTP3TimerT5            INTEGER,
    sigPointTPR2MTP3TimerT7            INTEGER,
    sigPointTPR2MTP3TimerT11           INTEGER,
    sigPointTPR2MTP3TimerT12           INTEGER,
    sigPointTPR2MTP3TimerT13           INTEGER,
    sigPointTPR2MTP3TimerT14           INTEGER,
    sigPointTPR2MTP3TimerT15           INTEGER,
    sigPointTPR2MTP3TimerT16           INTEGER,
    sigPointTPR2MTP3TimerITUT18        INTEGER,
    sigPointTPR2MTP3TimerITUT19ANSIT29 INTEGER,
    sigPointTPR2MTP3TimerITUT21        INTEGER,
    sigPointTPR2MTP3TimerITUT22ANSIT20 INTEGER,
    sigPointTPR2MTP3TimerITUT23ANSIT21 INTEGER,
    sigPointTPR2MTP3TimerSLTT1         INTEGER,
    sigPointTPR2MTP3TimerSLTT2         INTEGER,
    sigPointTPR2MTP3TimerANSIT22       INTEGER,
    sigPointTPR2MTP3TimerANSIT23       INTEGER,
    sigPointTPR2MTP3TimerANSIT25       INTEGER,
    sigPointTPR2MTP3TimerANSIT26       INTEGER,
    sigPointTPR2MTP3TimerANSIT27       INTEGER,
    sigPointTPR2MTP3TimerANSIT28       INTEGER,
    sigPointTPR2MTP3TimerANSIT31       INTEGER,
    sigPointTPR2MTP3TimerANSIT32       INTEGER,
    sigPointTPR2MTP3TimerANSIT33       INTEGER,
    sigPointTPR2MTP3TimerANSIT34       INTEGER,
    sigPointTPR2RowStatus              RowStatus
  }

  sigPointTPR2MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigPointTPR2Entry  1 }

  sigPointTPR2MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigPointTPR2Entry  2 }

  sigPointTPR2SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigPointTPR2Entry  3 }

  sigPointTPR2ProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile ID'.
                  This is an index field."
    ::= { sigPointTPR2Entry  4 }

  sigPointTPR2ProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name'."
    ::= { sigPointTPR2Entry  5 }

  sigPointTPR2MTP3TimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 700..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T2'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  6 }

  sigPointTPR2MTP3TimerT4 OBJECT-TYPE
    SYNTAX       INTEGER ( 500..1200 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T4'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  7 }

  sigPointTPR2MTP3TimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 500..1200 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T5'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  8 }

  sigPointTPR2MTP3TimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1500 }
    ::= { sigPointTPR2Entry  9 }

  sigPointTPR2MTP3TimerT11 OBJECT-TYPE
    SYNTAX       INTEGER ( 30000..90000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T11'.
                  This field is not writable when active."
    DEFVAL       { 60000 }
    ::= { sigPointTPR2Entry  10 }

  sigPointTPR2MTP3TimerT12 OBJECT-TYPE
    SYNTAX       INTEGER ( 800..1500 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T12'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  11 }

  sigPointTPR2MTP3TimerT13 OBJECT-TYPE
    SYNTAX       INTEGER ( 800..1500 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T13'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  12 }

  sigPointTPR2MTP3TimerT14 OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T14'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { sigPointTPR2Entry  13 }

  sigPointTPR2MTP3TimerT15 OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T15'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { sigPointTPR2Entry  14 }

  sigPointTPR2MTP3TimerT16 OBJECT-TYPE
    SYNTAX       INTEGER ( 1400..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer T16'.
                  This field is not writable when active."
    DEFVAL       { 1700 }
    ::= { sigPointTPR2Entry  15 }

  sigPointTPR2MTP3TimerITUT18 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..45000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ITU T18'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  16 }

  sigPointTPR2MTP3TimerITUT19ANSIT29 OBJECT-TYPE
    SYNTAX       INTEGER ( 4000..69000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ITU T19 / ANSI T29'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  17 }

  sigPointTPR2MTP3TimerITUT21 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..65000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ITU T21'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  18 }

  sigPointTPR2MTP3TimerITUT22ANSIT20 OBJECT-TYPE
    SYNTAX       INTEGER ( 90000..360000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ITU T22 / ANSI T20'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  19 }

  sigPointTPR2MTP3TimerITUT23ANSIT21 OBJECT-TYPE
    SYNTAX       INTEGER ( 90000..360000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ITU T23 / ANSI T21'.
                  This field is not writable when active."
    ::= { sigPointTPR2Entry  20 }

  sigPointTPR2MTP3TimerSLTT1 OBJECT-TYPE
    SYNTAX       INTEGER ( 4000..12000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer SLT T1'.
                  This field is not writable when active."
    DEFVAL       { 8000 }
    ::= { sigPointTPR2Entry  21 }

  sigPointTPR2MTP3TimerSLTT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 30000..90000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer SLT T2'.
                  This field is not writable when active."
    DEFVAL       { 60000 }
    ::= { sigPointTPR2Entry  22 }

  sigPointTPR2MTP3TimerANSIT22 OBJECT-TYPE
    SYNTAX       INTEGER ( 15000..25000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T22'.
                  This field is not writable when active."
    DEFVAL       { 20000 }
    ::= { sigPointTPR2Entry  23 }

  sigPointTPR2MTP3TimerANSIT23 OBJECT-TYPE
    SYNTAX       INTEGER ( 15000..25000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T23'.
                  This field is not writable when active."
    DEFVAL       { 20000 }
    ::= { sigPointTPR2Entry  24 }

  sigPointTPR2MTP3TimerANSIT25 OBJECT-TYPE
    SYNTAX       INTEGER ( 30000..35000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T25'.
                  This field is not writable when active."
    DEFVAL       { 32500 }
    ::= { sigPointTPR2Entry  25 }

  sigPointTPR2MTP3TimerANSIT26 OBJECT-TYPE
    SYNTAX       INTEGER ( 12000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T26'.
                  This field is not writable when active."
    DEFVAL       { 13500 }
    ::= { sigPointTPR2Entry  26 }

  sigPointTPR2MTP3TimerANSIT27 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T27'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { sigPointTPR2Entry  27 }

  sigPointTPR2MTP3TimerANSIT28 OBJECT-TYPE
    SYNTAX       INTEGER ( 3000..35000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T28'.
                  This field is not writable when active."
    DEFVAL       { 19000 }
    ::= { sigPointTPR2Entry  28 }

  sigPointTPR2MTP3TimerANSIT31 OBJECT-TYPE
    SYNTAX       INTEGER ( 10000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T31'.
                  This field is not writable when active."
    DEFVAL       { 65000 }
    ::= { sigPointTPR2Entry  29 }

  sigPointTPR2MTP3TimerANSIT32 OBJECT-TYPE
    SYNTAX       INTEGER ( 5000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T32'.
                  This field is not writable when active."
    DEFVAL       { 5000 }
    ::= { sigPointTPR2Entry  30 }

  sigPointTPR2MTP3TimerANSIT33 OBJECT-TYPE
    SYNTAX       INTEGER ( 60000..600000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T33'.
                  This field is not writable when active."
    DEFVAL       { 330000 }
    ::= { sigPointTPR2Entry  31 }

  sigPointTPR2MTP3TimerANSIT34 OBJECT-TYPE
    SYNTAX       INTEGER ( 5000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 timer ANSI T34'.
                  This field is not writable when active."
    DEFVAL       { 5000 }
    ::= { sigPointTPR2Entry  32 }

  sigPointTPR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigPointTPR2Entry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'BAF File Control'                                           */
-- /* Valid from: 7.0.01                                                            */
-- /*********************************************************************************/

  billFileCtrlR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillFileCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1512 }

  billFileCtrlR4Entry OBJECT-TYPE
    SYNTAX       BillFileCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billFileCtrlR4MSwitchConn,
             billFileCtrlR4MSwitch,
             billFileCtrlR4CallAgentIx }
    ::= {  billFileCtrlR4Table  1  }

  BillFileCtrlR4Entry  ::=  SEQUENCE
  {
    billFileCtrlR4MSwitchConn          Unsigned32,
    billFileCtrlR4MSwitch              DisplayString,
    billFileCtrlR4CallAgentIx          Unsigned32,
    billFileCtrlR4CurrBAFFileFlippingIntervalSec
                                       Unsigned32,
    billFileCtrlR4OpenActBAFFileRetryIntervalSec
                                       Unsigned32,
    billFileCtrlR4RecountingPrimaryFileSizeIntervalSec
                                       Unsigned32,
    billFileCtrlR4SecondaryBAFFileExpiryTimeSec
                                       Unsigned32,
    billFileCtrlR4MinorAlrmThreshold   INTEGER,
    billFileCtrlR4MajorAlrmThreshold   INTEGER,
    billFileCtrlR4CriticalAlrmThreshold
                                       INTEGER,
    billFileCtrlR4CurrAlrmLvl          INTEGER,
    billFileCtrlR4AlrmState            INTEGER,
    billFileCtrlR4AlrmLogCorr          Counter64,
    billFileCtrlR4AlrmEvtsAttnRq       Unsigned32,
    billFileCtrlR4AlrmStateTimestamp   Unsigned32,
    billFileCtrlR4AlrmResetTimestamp   Unsigned32,
    billFileCtrlR4CurrPrimaryFileSizeKb
                                       Unsigned32,
    billFileCtrlR4NumBAFRecWriteFails  Unsigned32,
    billFileCtrlR4OutputStartAndEndRecs
                                       INTEGER,
    billFileCtrlR4MSwitchFTPAddr       DisplayString,
    billFileCtrlR4DoExtraActions       INTEGER,
    billFileCtrlR4UseSeqNumInFilenames INTEGER,
    billFileCtrlR4BAFFileOPIntFixedTimeInterval
                                       INTEGER,
    billFileCtrlR4BAFFileOPIntDay      INTEGER,
    billFileCtrlR4BAFFileOPIntHr       Unsigned32,
    billFileCtrlR4BAFFileOPIntMin      Unsigned32,
    billFileCtrlR4BAFFileOPIntCATimezone
                                       INTEGER,
    billFileCtrlR4BAFFileOPIntCADSTInForce
                                       INTEGER,
    billFileCtrlR4BAFFileOPIntBAFFileNextOutputTime
                                       Unsigned32,
    billFileCtrlR4BAFFOOBAFFileFormat  INTEGER,
    billFileCtrlR4BAFFOOSourceCompIdNum
                                       INTEGER,
    billFileCtrlR4BAFFOOSourceCompType INTEGER,
    billFileCtrlR4BAFFOODestCompIdentificationNum
                                       INTEGER,
    billFileCtrlR4BAFFOODestCompType   INTEGER,
    billFileCtrlR4BAFFOODataFormatType INTEGER,
    billFileCtrlR4BAFFOOFileType       INTEGER,
    billFileCtrlR4BAFFOOFilePriorityLvl
                                       Unsigned32,
    billFileCtrlR4BAFFOORecSourceInfoType
                                       INTEGER,
    billFileCtrlR4BAFFOOPrimarySecondaryStatus
                                       INTEGER,
    billFileCtrlR4BAFFileOPIntSysTimezone
                                       LongDisplayString
  }

  billFileCtrlR4MSwitchConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billFileCtrlR4Entry  1 }

  billFileCtrlR4MSwitch OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billFileCtrlR4Entry  2 }

  billFileCtrlR4CallAgentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billFileCtrlR4Entry  3 }

  billFileCtrlR4CurrBAFFileFlippingIntervalSec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file output interval - current BAF file flipping interval (sec)'."
    DEFVAL       { 172800 }
    ::= { billFileCtrlR4Entry  4 }

  billFileCtrlR4OpenActBAFFileRetryIntervalSec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Open active BAF file retry interval (sec)'."
    DEFVAL       { 60 }
    ::= { billFileCtrlR4Entry  5 }

  billFileCtrlR4RecountingPrimaryFileSizeIntervalSec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recounting primary file size interval (sec)'."
    DEFVAL       { 10 }
    ::= { billFileCtrlR4Entry  6 }

  billFileCtrlR4SecondaryBAFFileExpiryTimeSec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Secondary BAF file expiry time (sec)'."
    DEFVAL       { 432000 }
    ::= { billFileCtrlR4Entry  7 }

  billFileCtrlR4MinorAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minor alarm threshold'."
    DEFVAL       { seventyPercent }
    ::= { billFileCtrlR4Entry  8 }

  billFileCtrlR4MajorAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Major alarm threshold'."
    DEFVAL       { eightyPercent }
    ::= { billFileCtrlR4Entry  9 }

  billFileCtrlR4CriticalAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Critical alarm threshold'."
    DEFVAL       { ninetyPercent }
    ::= { billFileCtrlR4Entry  10 }

  billFileCtrlR4CurrAlrmLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   minor(2),
                   major(3),
                   critical(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current alarm level'."
    ::= { billFileCtrlR4Entry  11 }

  billFileCtrlR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { billFileCtrlR4Entry  12 }

  billFileCtrlR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { billFileCtrlR4Entry  13 }

  billFileCtrlR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billFileCtrlR4Entry  14 }

  billFileCtrlR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { billFileCtrlR4Entry  15 }

  billFileCtrlR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { billFileCtrlR4Entry  16 }

  billFileCtrlR4CurrPrimaryFileSizeKb OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current primary file size (Kb)'."
    ::= { billFileCtrlR4Entry  17 }

  billFileCtrlR4NumBAFRecWriteFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of BAF record write failures'."
    ::= { billFileCtrlR4Entry  18 }

  billFileCtrlR4OutputStartAndEndRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Output start and end records'."
    DEFVAL       { false }
    ::= { billFileCtrlR4Entry  19 }

  billFileCtrlR4MSwitchFTPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server FTP address'."
    ::= { billFileCtrlR4Entry  20 }

  billFileCtrlR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   closeBillingFile(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { billFileCtrlR4Entry  21 }

  billFileCtrlR4UseSeqNumInFilenames OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use sequence number in filenames'."
    DEFVAL       { false }
    ::= { billFileCtrlR4Entry  22 }

  billFileCtrlR4BAFFileOPIntFixedTimeInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   useFlippingInterval(1),
                   fifteenMinutes(2),
                   thirtyMinutes(3),
                   oneHour(4),
                   twoHours(5),
                   fourHours(6),
                   twelveHours(7),
                   daily(8),
                   weekly(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file output interval - fixed time interval'."
    DEFVAL       { useFlippingInterval }
    ::= { billFileCtrlR4Entry  23 }

  billFileCtrlR4BAFFileOPIntDay OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BAF file output interval - day'."
    DEFVAL       { monday }
    ::= { billFileCtrlR4Entry  24 }

  billFileCtrlR4BAFFileOPIntHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BAF file output interval - hour'."
    DEFVAL       { 0 }
    ::= { billFileCtrlR4Entry  25 }

  billFileCtrlR4BAFFileOPIntMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BAF file output interval - minute'."
    DEFVAL       { 0 }
    ::= { billFileCtrlR4Entry  26 }

  billFileCtrlR4BAFFileOPIntCATimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file output interval - Call Agent timezone'."
    ::= { billFileCtrlR4Entry  27 }

  billFileCtrlR4BAFFileOPIntCADSTInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file output interval - Call Feature Server Daylight Savings in force'."
    ::= { billFileCtrlR4Entry  28 }

  billFileCtrlR4BAFFileOPIntBAFFileNextOutputTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file output interval - BAF file next output time'."
    ::= { billFileCtrlR4Entry  29 }

  billFileCtrlR4BAFFOOBAFFileFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMATPS(0),
                   aMADNS(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - BAF file format'."
    DEFVAL       { aMATPS }
    ::= { billFileCtrlR4Entry  30 }

  billFileCtrlR4BAFFOOSourceCompIdNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..4095 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - source component identification number'."
    ::= { billFileCtrlR4Entry  31 }

  billFileCtrlR4BAFFOOSourceCompType OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingSystem01(1),
                   dataServer02(2),
                   dPMS03(3),
                   systemManager04(4),
                   applicationSystem05(5),
                   aMATPSAMAT06(6),
                   aMATPSCollector07(7),
                   other08(8),
                   other09(9),
                   other10(10),
                   other11(11),
                   other12(12),
                   other13(13),
                   other14(14),
                   other15(15)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - source component type'."
    DEFVAL       { dataServer02 }
    ::= { billFileCtrlR4Entry  32 }

  billFileCtrlR4BAFFOODestCompIdentificationNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..4095 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - destination component identification number'."
    ::= { billFileCtrlR4Entry  33 }

  billFileCtrlR4BAFFOODestCompType OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingSystem01(1),
                   dataServer02(2),
                   dPMS03(3),
                   systemManager04(4),
                   applicationSystem05(5),
                   aMATPSAMAT06(6),
                   aMATPSCollector07(7),
                   other08(8),
                   other09(9),
                   other10(10),
                   other11(11),
                   other12(12),
                   other13(13),
                   other14(14),
                   other15(15)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - destination component type'."
    DEFVAL       { dPMS03 }
    ::= { billFileCtrlR4Entry  34 }

  billFileCtrlR4BAFFOODataFormatType OBJECT-TYPE
    SYNTAX       INTEGER {
                   bAF0(0),
                   aSN11(1),
                   aSCII2(2),
                   other3(3),
                   other4(4),
                   other5(5),
                   other6(6),
                   other7(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - data format type'."
    DEFVAL       { bAF0 }
    ::= { billFileCtrlR4Entry  35 }

  billFileCtrlR4BAFFOOFileType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tapeFormatAMAFile00(0),
                   standardAMAFile01(1),
                   errorFile02(2),
                   programFile03(3),
                   testFile04(4),
                   streamlinedAMAFile05(5),
                   other06(6),
                   other07(7),
                   other08(8),
                   other09(9),
                   other10(10),
                   other11(11),
                   other12(12),
                   other13(13),
                   other14(14),
                   other15(15),
                   other16(16),
                   other17(17),
                   other18(18),
                   other19(19),
                   other20(20),
                   other21(21),
                   other22(22),
                   other23(23),
                   other24(24),
                   other25(25),
                   other26(26),
                   other27(27),
                   other28(28),
                   other29(29),
                   other30(30),
                   other31(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - file type'."
    DEFVAL       { standardAMAFile01 }
    ::= { billFileCtrlR4Entry  36 }

  billFileCtrlR4BAFFOOFilePriorityLvl OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - file priority level'."
    DEFVAL       { 2 }
    ::= { billFileCtrlR4Entry  37 }

  billFileCtrlR4BAFFOORecSourceInfoType OBJECT-TYPE
    SYNTAX       INTEGER {
                   traditionalSensorInformation0(0),
                   aMADNSSpecificComponentIdentifier1(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - record source information type'."
    DEFVAL       { aMADNSSpecificComponentIdentifier1 }
    ::= { billFileCtrlR4Entry  38 }

  billFileCtrlR4BAFFOOPrimarySecondaryStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   primary0(0),
                   secondary1(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file other options - primary/secondary status'."
    DEFVAL       { secondary1 }
    ::= { billFileCtrlR4Entry  39 }

  billFileCtrlR4BAFFileOPIntSysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF file output interval - system timezone'."
    ::= { billFileCtrlR4Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Shadow Configuration Database'                              */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  shadowCfgDbTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ShadowCfgDbEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1513 }

  shadowCfgDbEntry OBJECT-TYPE
    SYNTAX       ShadowCfgDbEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { shadowCfgDbEMSIx,
             shadowCfgDbEMSNodeName }
    ::= {  shadowCfgDbTable  1  }

  ShadowCfgDbEntry  ::=  SEQUENCE
  {
    shadowCfgDbEMSIx                   Unsigned32,
    shadowCfgDbEMSNodeName             DisplayString,
    shadowCfgDbSCDEnabled              INTEGER,
    shadowCfgDbSCDStatus               INTEGER,
    shadowCfgDbSCDSynchronizationDetails
                                       LongDisplayString,
    shadowCfgDbSCDSynchronizationUpdateCnt
                                       Integer32,
    shadowCfgDbSCDOnNextRestartEnabled INTEGER,
    shadowCfgDbAlrmState               INTEGER,
    shadowCfgDbAlrmStateTimestamp      Unsigned32,
    shadowCfgDbAlrmEvtsAttnRqLogCorr   Counter64,
    shadowCfgDbAlrmEvtsAttnRq          Integer32,
    shadowCfgDbAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    shadowCfgDbAlrmEvtsAtndDpLogCorr   Counter64,
    shadowCfgDbAlrmEvtsAtndDp          Integer32,
    shadowCfgDbAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    shadowCfgDbDoExtraActions          INTEGER,
    shadowCfgDbSCDSynchronizationSpeed INTEGER,
    shadowCfgDbSCDPreventRprtGenSCDNotSynchd
                                       INTEGER
  }

  shadowCfgDbEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { shadowCfgDbEntry  1 }

  shadowCfgDbEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { shadowCfgDbEntry  2 }

  shadowCfgDbSCDEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Configuration Database - enabled'."
    ::= { shadowCfgDbEntry  3 }

  shadowCfgDbSCDStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   synchronizationInProgress(1),
                   complete(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Configuration Database - status'."
    ::= { shadowCfgDbEntry  4 }

  shadowCfgDbSCDSynchronizationDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Configuration Database - synchronization details'."
    ::= { shadowCfgDbEntry  5 }

  shadowCfgDbSCDSynchronizationUpdateCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Configuration Database - update count'."
    ::= { shadowCfgDbEntry  6 }

  shadowCfgDbSCDOnNextRestartEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Configuration Database on next restart - enabled'."
    DEFVAL       { false }
    ::= { shadowCfgDbEntry  7 }

  shadowCfgDbAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { shadowCfgDbEntry  8 }

  shadowCfgDbAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { shadowCfgDbEntry  9 }

  shadowCfgDbAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { shadowCfgDbEntry  10 }

  shadowCfgDbAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { shadowCfgDbEntry  11 }

  shadowCfgDbAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { shadowCfgDbEntry  12 }

  shadowCfgDbAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { shadowCfgDbEntry  13 }

  shadowCfgDbAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { shadowCfgDbEntry  14 }

  shadowCfgDbAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { shadowCfgDbEntry  15 }

  shadowCfgDbDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   stopSCDEnumeration(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { shadowCfgDbEntry  16 }

  shadowCfgDbSCDSynchronizationSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   slow(1),
                   normal(2),
                   fast(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Configuration Database - synchronization speed'."
    DEFVAL       { normal }
    ::= { shadowCfgDbEntry  17 }

  shadowCfgDbSCDPreventRprtGenSCDNotSynchd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Configuration Database - prevent report generation when SCD not synchronized'."
    DEFVAL       { false }
    ::= { shadowCfgDbEntry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Fault monitoring Profile'                                   */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  faultMonitoringProfileTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF FaultMonitoringProfileEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1514 }

  faultMonitoringProfileEntry OBJECT-TYPE
    SYNTAX       FaultMonitoringProfileEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { faultMonitoringProfileEMSIx,
             faultMonitoringProfileEMSNodeName,
             faultMonitoringProfileFMPIx }
    ::= {  faultMonitoringProfileTable  1  }

  FaultMonitoringProfileEntry  ::=  SEQUENCE
  {
    faultMonitoringProfileEMSIx        Unsigned32,
    faultMonitoringProfileEMSNodeName  DisplayString,
    faultMonitoringProfileFMPIx        Integer32,
    faultMonitoringProfileFMPName      DisplayString,
    faultMonitoringProfileSuppressAlrms
                                       INTEGER,
    faultMonitoringProfileChangeToAlrmSeverity
                                       INTEGER
  }

  faultMonitoringProfileEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { faultMonitoringProfileEntry  1 }

  faultMonitoringProfileEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { faultMonitoringProfileEntry  2 }

  faultMonitoringProfileFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FMP Index'.
                  This is an index field."
    ::= { faultMonitoringProfileEntry  3 }

  faultMonitoringProfileFMPName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { faultMonitoringProfileEntry  4 }

  faultMonitoringProfileSuppressAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   yesSuppress(1),
                   noUnsuppress(2),
                   leaveAlone(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress alarms'."
    DEFVAL       { leaveAlone }
    ::= { faultMonitoringProfileEntry  5 }

  faultMonitoringProfileChangeToAlrmSeverity OBJECT-TYPE
    SYNTAX       INTEGER {
                   increaseSeverityBy3Levels(1),
                   increaseSeverityBy2Levels(2),
                   increaseSeverityBy1Level(3),
                   noChange(4),
                   decreaseSeverityBy1Level(5),
                   decreaseSeverityBy2Levels(6),
                   decreaseSeverityBy3Levels(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Change to alarm severity'."
    DEFVAL       { noChange }
    ::= { faultMonitoringProfileEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'LAPD Resource'                                              */
-- /* Valid from: 7.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  lAPDResourceR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LAPDResourceR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1518 }

  lAPDResourceR2Entry OBJECT-TYPE
    SYNTAX       LAPDResourceR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lAPDResourceR2NEConn,
             lAPDResourceR2NetwkElement,
             lAPDResourceR2MediaGatewayIx,
             lAPDResourceR2CtrlerIx,
             lAPDResourceR2SlotNum,
             lAPDResourceR2LAPDPortName }
    ::= {  lAPDResourceR2Table  1  }

  LAPDResourceR2Entry  ::=  SEQUENCE
  {
    lAPDResourceR2NEConn               Unsigned32,
    lAPDResourceR2NetwkElement         DisplayString,
    lAPDResourceR2MediaGatewayIx       Unsigned32,
    lAPDResourceR2CtrlerIx             INTEGER,
    lAPDResourceR2SlotNum              INTEGER,
    lAPDResourceR2LAPDPortName         DisplayString,
    lAPDResourceR2LAPDResNum           INTEGER,
    lAPDResourceR2DeactivnMode         INTEGER,
    lAPDResourceR2IPAddr               DisplayString,
    lAPDResourceR2SCTPPort             Integer32,
    lAPDResourceR2NumSCTPStreamsAvail  Integer32,
    lAPDResourceR2DoExtraActions       INTEGER,
    lAPDResourceR2RowStatus            RowStatus,
    lAPDResourceR2AdminStatus          AdminStatus,
    lAPDResourceR2OperStatus           OperStatus,
    lAPDResourceR2AlrmState            INTEGER,
    lAPDResourceR2AlrmStateTimestamp   Unsigned32,
    lAPDResourceR2AlrmEvtsAttnRqLogCorr
                                       Counter64,
    lAPDResourceR2AlrmEvtsAttnRq       Integer32,
    lAPDResourceR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  lAPDResourceR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lAPDResourceR2Entry  1 }

  lAPDResourceR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lAPDResourceR2Entry  2 }

  lAPDResourceR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { lAPDResourceR2Entry  3 }

  lAPDResourceR2CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { lAPDResourceR2Entry  4 }

  lAPDResourceR2SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { lAPDResourceR2Entry  5 }

  lAPDResourceR2LAPDPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This is an index field."
    ::= { lAPDResourceR2Entry  6 }

  lAPDResourceR2LAPDResNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LAPD Resource number'.
                  This field is only writable during create."
    ::= { lAPDResourceR2Entry  7 }

  lAPDResourceR2DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { lAPDResourceR2Entry  8 }

  lAPDResourceR2IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { lAPDResourceR2Entry  9 }

  lAPDResourceR2SCTPPort OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP port'."
    ::= { lAPDResourceR2Entry  10 }

  lAPDResourceR2NumSCTPStreamsAvail OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of SCTP streams available'."
    ::= { lAPDResourceR2Entry  11 }

  lAPDResourceR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lAPDResourceR2Entry  17 }

  lAPDResourceR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { lAPDResourceR2Entry  18 }

  lAPDResourceR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lAPDResourceR2Entry  19 }

  lAPDResourceR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { lAPDResourceR2Entry  20 }

  lAPDResourceR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { lAPDResourceR2Entry  21 }

  lAPDResourceR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { lAPDResourceR2Entry  22 }

  lAPDResourceR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { lAPDResourceR2Entry  23 }

  lAPDResourceR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { lAPDResourceR2Entry  24 }

  lAPDResourceR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { lAPDResourceR2Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Port'                                                   */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  tDMPortR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMPortR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Ports'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1522 }

  tDMPortR4Entry OBJECT-TYPE
    SYNTAX       TDMPortR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMPortR4NEConn,
             tDMPortR4NetwkElement,
             tDMPortR4CFSIx,
             tDMPortR4GatewayIx,
             tDMPortR4PortIx }
    ::= {  tDMPortR4Table  1  }

  TDMPortR4Entry  ::=  SEQUENCE
  {
    tDMPortR4NEConn                    Unsigned32,
    tDMPortR4NetwkElement              DisplayString,
    tDMPortR4CFSIx                     Unsigned32,
    tDMPortR4GatewayIx                 Unsigned32,
    tDMPortR4Type                      INTEGER,
    tDMPortR4Name                      DisplayString,
    tDMPortR4PortIx                    Unsigned32,
    tDMPortR4ProfsSupported            BITS,
    tDMPortR4ProviderStatus            INTEGER,
    tDMPortR4DeactivnMode              INTEGER,
    tDMPortR4ISDNDChanAvail            INTEGER,
    tDMPortR4Desc                      DisplayString,
    tDMPortR4AlrmState                 INTEGER,
    tDMPortR4AlrmStateTimestamp        Unsigned32,
    tDMPortR4AlrmEvtsAttnRqLogCorr     Counter64,
    tDMPortR4AlrmEvtsAttnRq            Unsigned32,
    tDMPortR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMPortR4AlrmEvtsAtndDpLogCorr     Counter64,
    tDMPortR4AlrmEvtsAtndDp            Unsigned32,
    tDMPortR4AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    tDMPortR4RowStatus                 RowStatus,
    tDMPortR4AdminStatus               AdminStatus,
    tDMPortR4OperStatus                OperStatus,
    tDMPortR4UserSideISDNDChanAvail    INTEGER,
    tDMPortR4FaultMonitoringLvl        INTEGER,
    tDMPortR4I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMPortR4I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMPortR4I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMPortR4FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMPortR4ApplyFMPToReltdObjectTypes
                                       BITS,
    tDMPortR4AllowFMPsFromReltdObjectsToApply
                                       INTEGER
  }

  tDMPortR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMPortR4Entry  1 }

  tDMPortR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMPortR4Entry  2 }

  tDMPortR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tDMPortR4Entry  3 }

  tDMPortR4GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tDMPortR4Entry  4 }

  tDMPortR4Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This field is not writable when active."
    DEFVAL       { t1 }
    ::= { tDMPortR4Entry  5 }

  tDMPortR4Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { tDMPortR4Entry  6 }

  tDMPortR4PortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { tDMPortR4Entry  7 }

  tDMPortR4ProfsSupported OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   iSDN(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profiles supported'.
                  This field is not writable when active."
    DEFVAL       { {iSUP} }
    ::= { tDMPortR4Entry  8 }

  tDMPortR4ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tDMPortR4Entry  9 }

  tDMPortR4DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMPortR4Entry  10 }

  tDMPortR4ISDNDChanAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Network-side ISDN D-channel available'."
    ::= { tDMPortR4Entry  11 }

  tDMPortR4Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMPortR4Entry  13 }

  tDMPortR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMPortR4Entry  15 }

  tDMPortR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMPortR4Entry  16 }

  tDMPortR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMPortR4Entry  17 }

  tDMPortR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMPortR4Entry  18 }

  tDMPortR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMPortR4Entry  19 }

  tDMPortR4AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { tDMPortR4Entry  20 }

  tDMPortR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMPortR4Entry  21 }

  tDMPortR4AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { tDMPortR4Entry  22 }

  tDMPortR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tDMPortR4Entry  27 }

  tDMPortR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMPortR4Entry  28 }

  tDMPortR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMPortR4Entry  29 }

  tDMPortR4UserSideISDNDChanAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User-side ISDN D-channel available'."
    ::= { tDMPortR4Entry  30 }

  tDMPortR4FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { tDMPortR4Entry  31 }

  tDMPortR4I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMPortR4Entry  32 }

  tDMPortR4I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMPortR4Entry  33 }

  tDMPortR4I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMPortR4Entry  34 }

  tDMPortR4FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMPortR4Entry  35 }

  tDMPortR4ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   subscriber(1),
                   iSUPMediaChannel(6),
                   mFMediaChannel(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { tDMPortR4Entry  36 }

  tDMPortR4AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { tDMPortR4Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 7.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  tAGAccessDeviceR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGAccessDeviceR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Access Devices'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1523 }

  tAGAccessDeviceR6Entry OBJECT-TYPE
    SYNTAX       TAGAccessDeviceR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGAccessDeviceR6NEConn,
             tAGAccessDeviceR6NetwkElement,
             tAGAccessDeviceR6CFSIx,
             tAGAccessDeviceR6GatewayIx,
             tAGAccessDeviceR6DeviceIx }
    ::= {  tAGAccessDeviceR6Table  1  }

  TAGAccessDeviceR6Entry  ::=  SEQUENCE
  {
    tAGAccessDeviceR6NEConn            Unsigned32,
    tAGAccessDeviceR6NetwkElement      DisplayString,
    tAGAccessDeviceR6CFSIx             Unsigned32,
    tAGAccessDeviceR6GatewayIx         Unsigned32,
    tAGAccessDeviceR6DeviceIx          Unsigned32,
    tAGAccessDeviceR6MediaGatewayType  INTEGER,
    tAGAccessDeviceR6AccessProt        INTEGER,
    tAGAccessDeviceR6I1TAGNEConn       Unsigned32,
    tAGAccessDeviceR6I2TAGNetwkElement DisplayString,
    tAGAccessDeviceR6I3TAGCFSIx        Unsigned32,
    tAGAccessDeviceR6I4TAGGatewayIx    Unsigned32,
    tAGAccessDeviceR6I1SubGNEConn      Unsigned32,
    tAGAccessDeviceR6I2SubGNetwkElement
                                       DisplayString,
    tAGAccessDeviceR6I3SubGCFSIx       Unsigned32,
    tAGAccessDeviceR6I4SubGGatewayIx   Unsigned32,
    tAGAccessDeviceR6Desc              DisplayString,
    tAGAccessDeviceR6AccDevNum         Unsigned32,
    tAGAccessDeviceR6AccDevPortName    DisplayString,
    tAGAccessDeviceR6MaxLineNum        Unsigned32,
    tAGAccessDeviceR6DeactivnMode      INTEGER,
    tAGAccessDeviceR6AlrmState         INTEGER,
    tAGAccessDeviceR6AlrmEvtsAttnRq    Unsigned32,
    tAGAccessDeviceR6AlrmEvtsAtndDp    Unsigned32,
    tAGAccessDeviceR6AlrmStateTimestamp
                                       Unsigned32,
    tAGAccessDeviceR6RowStatus         RowStatus,
    tAGAccessDeviceR6AdminStatus       AdminStatus,
    tAGAccessDeviceR6OperStatus        OperStatus,
    tAGAccessDeviceR6ExportNumObjectsExported
                                       Integer32,
    tAGAccessDeviceR6ExportStatus      DisplayString,
    tAGAccessDeviceR6ExportFile        DisplayString,
    tAGAccessDeviceR6ExportCorr        Counter64,
    tAGAccessDeviceR6ExportCorrNode    DisplayString,
    tAGAccessDeviceR6ExportCorrUID     DisplayString,
    tAGAccessDeviceR6DoExtraActions    INTEGER,
    tAGAccessDeviceR6ProviderStatus    INTEGER,
    tAGAccessDeviceR6ConnType          INTEGER,
    tAGAccessDeviceR6T2I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR6T2I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR6T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR6T2I4AccessHardwarePortIx
                                       Integer32,
    tAGAccessDeviceR6T3I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR6AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tAGAccessDeviceR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR6AlrmEvtsAtndDpLogCorr
                                       Counter64,
    tAGAccessDeviceR6AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR6T3I6AccessHardwarePhysDS1PortName
                                       DisplayString,
    tAGAccessDeviceR6T4I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR6T4I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR6T4I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR6T4I4AccessHardwareCtrlerIx
                                       INTEGER,
    tAGAccessDeviceR6T4I5AccessHardwareSlotNum
                                       INTEGER,
    tAGAccessDeviceR6T4I6AccessHardwarePhysDS3PortName
                                       INTEGER,
    tAGAccessDeviceR6T4I7AccessHardwareDS1OverDS3PortName
                                       DisplayString,
    tAGAccessDeviceR6T3I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR6T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR6T3I4AccessHardwareCtrlerIx
                                       INTEGER,
    tAGAccessDeviceR6T3I5AccessHardwareSlotNum
                                       INTEGER,
    tAGAccessDeviceR6RcvGain           INTEGER,
    tAGAccessDeviceR6XmitGain          INTEGER,
    tAGAccessDeviceR6I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tAGAccessDeviceR6I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tAGAccessDeviceR6I3FaultMonitoringProfFMPIx
                                       Integer32,
    tAGAccessDeviceR6FaultMonitoringProfOtherVals
                                       INTEGER,
    tAGAccessDeviceR6ApplyFMPToReltdObjectTypes
                                       BITS,
    tAGAccessDeviceR6AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    tAGAccessDeviceR6ExportIncASRepData
                                       INTEGER,
    tAGAccessDeviceR6ExportChldObjectsToInc
                                       INTEGER
  }

  tAGAccessDeviceR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGAccessDeviceR6Entry  1 }

  tAGAccessDeviceR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGAccessDeviceR6Entry  2 }

  tAGAccessDeviceR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR6Entry  3 }

  tAGAccessDeviceR6GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR6Entry  4 }

  tAGAccessDeviceR6DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { tAGAccessDeviceR6Entry  5 }

  tAGAccessDeviceR6MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR6Entry  6 }

  tAGAccessDeviceR6AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR6Entry  7 }

  tAGAccessDeviceR6I1TAGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  8 }

  tAGAccessDeviceR6I2TAGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  9 }

  tAGAccessDeviceR6I3TAGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  10 }

  tAGAccessDeviceR6I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  11 }

  tAGAccessDeviceR6I1SubGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  12 }

  tAGAccessDeviceR6I2SubGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  13 }

  tAGAccessDeviceR6I3SubGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  14 }

  tAGAccessDeviceR6I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR6Entry  15 }

  tAGAccessDeviceR6Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tAGAccessDeviceR6Entry  24 }

  tAGAccessDeviceR6AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR6Entry  25 }

  tAGAccessDeviceR6AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR6Entry  26 }

  tAGAccessDeviceR6MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR6Entry  27 }

  tAGAccessDeviceR6DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tAGAccessDeviceR6Entry  28 }

  tAGAccessDeviceR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tAGAccessDeviceR6Entry  29 }

  tAGAccessDeviceR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR6Entry  31 }

  tAGAccessDeviceR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR6Entry  32 }

  tAGAccessDeviceR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tAGAccessDeviceR6Entry  33 }

  tAGAccessDeviceR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tAGAccessDeviceR6Entry  35 }

  tAGAccessDeviceR6AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR6Entry  36 }

  tAGAccessDeviceR6OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR6Entry  37 }

  tAGAccessDeviceR6ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tAGAccessDeviceR6Entry  38 }

  tAGAccessDeviceR6ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tAGAccessDeviceR6Entry  39 }

  tAGAccessDeviceR6ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tAGAccessDeviceR6Entry  40 }

  tAGAccessDeviceR6ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tAGAccessDeviceR6Entry  41 }

  tAGAccessDeviceR6ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { tAGAccessDeviceR6Entry  42 }

  tAGAccessDeviceR6ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tAGAccessDeviceR6Entry  43 }

  tAGAccessDeviceR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR6Entry  44 }

  tAGAccessDeviceR6ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGAccessDeviceR6Entry  45 }

  tAGAccessDeviceR6ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { tAGAccessDeviceR6Entry  46 }

  tAGAccessDeviceR6T2I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR6Entry  51 }

  tAGAccessDeviceR6T2I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR6Entry  52 }

  tAGAccessDeviceR6T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR6Entry  53 }

  tAGAccessDeviceR6T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR6Entry  54 }

  tAGAccessDeviceR6T3I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR6Entry  55 }

  tAGAccessDeviceR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tAGAccessDeviceR6Entry  56 }

  tAGAccessDeviceR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tAGAccessDeviceR6Entry  57 }

  tAGAccessDeviceR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { tAGAccessDeviceR6Entry  58 }

  tAGAccessDeviceR6AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { tAGAccessDeviceR6Entry  59 }

  tAGAccessDeviceR6T3I6AccessHardwarePhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR6Entry  60 }

  tAGAccessDeviceR6T4I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR6Entry  61 }

  tAGAccessDeviceR6T4I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR6Entry  62 }

  tAGAccessDeviceR6T4I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR6Entry  63 }

  tAGAccessDeviceR6T4I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR6Entry  64 }

  tAGAccessDeviceR6T4I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR6Entry  65 }

  tAGAccessDeviceR6T4I6AccessHardwarePhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR6Entry  66 }

  tAGAccessDeviceR6T4I7AccessHardwareDS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR6Entry  67 }

  tAGAccessDeviceR6T3I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR6Entry  68 }

  tAGAccessDeviceR6T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR6Entry  69 }

  tAGAccessDeviceR6T3I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR6Entry  70 }

  tAGAccessDeviceR6T3I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR6Entry  71 }

  tAGAccessDeviceR6RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR6Entry  72 }

  tAGAccessDeviceR6XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR6Entry  73 }

  tAGAccessDeviceR6I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR6Entry  74 }

  tAGAccessDeviceR6I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR6Entry  75 }

  tAGAccessDeviceR6I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR6Entry  76 }

  tAGAccessDeviceR6FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGAccessDeviceR6Entry  77 }

  tAGAccessDeviceR6ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { tAGAccessDeviceR6Entry  78 }

  tAGAccessDeviceR6AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { tAGAccessDeviceR6Entry  79 }

  tAGAccessDeviceR6ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tAGAccessDeviceR6Entry  84 }

  tAGAccessDeviceR6ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tAGAccessDeviceR6Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Gateway'                                         */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  subGR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1525 }

  subGR9Entry OBJECT-TYPE
    SYNTAX       SubGR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGR9NEConn,
             subGR9NetwkElement,
             subGR9CFSIx,
             subGR9GatewayIx }
    ::= {  subGR9Table  1  }

  SubGR9Entry  ::=  SEQUENCE
  {
    subGR9NEConn                       Unsigned32,
    subGR9NetwkElement                 DisplayString,
    subGR9CFSIx                        Unsigned32,
    subGR9GatewayIx                    Unsigned32,
    subGR9Desc                         DisplayString,
    subGR9IPAddr                       DisplayString,
    subGR9DomainName                   DisplayString,
    subGR9MediaGatewayIPPort           Unsigned32,
    subGR9CFSIPPort                    Unsigned32,
    subGR9I1MediaGatewayModelNEConn    Unsigned32,
    subGR9I2MediaGatewayModelNetwkElement
                                       DisplayString,
    subGR9I3MediaGatewayModelCFSIx     Unsigned32,
    subGR9I4MediaGatewayModelModelIx   Unsigned32,
    subGR9ProviderStatus               INTEGER,
    subGR9DeactivnMode                 INTEGER,
    subGR9AlrmState                    INTEGER,
    subGR9AlrmLogCorr                  Counter64,
    subGR9AlrmEvtsAttnRq               Unsigned32,
    subGR9AlrmEvtsAtndDp               Unsigned32,
    subGR9AlrmStateTimestamp           Unsigned32,
    subGR9AlrmResetTimestamp           Unsigned32,
    subGR9AccDevAlrmsAttnRq            Unsigned32,
    subGR9AccDevAlrmEvtsAttnRq         Unsigned32,
    subGR9AccDevAlrmsAtndDp            Unsigned32,
    subGR9AccDevAlrmEvtsAtndDp         Unsigned32,
    subGR9DiagsAPITraceEnabled         INTEGER,
    subGR9DiagsAPITraceTag             DisplayString,
    subGR9SummaryChldAlrmState         INTEGER,
    subGR9RowStatus                    RowStatus,
    subGR9AdminStatus                  AdminStatus,
    subGR9OperStatus                   OperStatus,
    subGR9ImportCnt                    Integer32,
    subGR9ImportStatus                 DisplayString,
    subGR9ImportMode                   INTEGER,
    subGR9ImportFile                   DisplayString,
    subGR9ImportCorr                   Counter64,
    subGR9ImportCorrNode               DisplayString,
    subGR9ImportCorrUID                DisplayString,
    subGR9ExportNumObjectsExported     Integer32,
    subGR9ExportStatus                 DisplayString,
    subGR9ExportFile                   DisplayString,
    subGR9ExportCorr                   Counter64,
    subGR9ExportCorrNode               DisplayString,
    subGR9ExportCorrUID                DisplayString,
    subGR9DoExtraActions               INTEGER,
    subGR9AllowMaxConcurrMediaStreams  Unsigned32,
    subGR9AllowMaxConcurrHighBandwidthMediaStreams
                                       Unsigned32,
    subGR9CurrNumMediaStreamsInUse     Unsigned32,
    subGR9CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    subGR9CustInfo                     DisplayString,
    subGR9ResolvedIPAddr               DisplayString,
    subGR9UseStaticNATMapping          INTEGER,
    subGR9CustInfo2                    DisplayString,
    subGR9CustInfo3                    DisplayString,
    subGR9CustInfo4                    DisplayString,
    subGR9CustInfo5                    DisplayString,
    subGR9CustInfo6                    DisplayString,
    subGR9AuthenticationReqd           INTEGER,
    subGR9Password                     DisplayString,
    subGR9ConfirmPassword              DisplayString,
    subGR9I1TAGLocationNEConn          Unsigned32,
    subGR9I2TAGLocationNetwkElement    DisplayString,
    subGR9I3TAGLocationCFSIx           Unsigned32,
    subGR9I4TAGLocationLocationIx      Unsigned32,
    subGR9TAGLocationOtherVals         INTEGER,
    subGR9CgstnSysLoadStatus           INTEGER,
    subGR9CgstnSysLoadVal              Unsigned32,
    subGR9CgstnRTPRessStatus           INTEGER,
    subGR9CgstnRTPRessVal              Unsigned32,
    subGR9CgstnRTPRessCombinedStatus   INTEGER,
    subGR9CgstnRTPRessCombinedVal      Unsigned32,
    subGR9I1ESAProtDomNEConn           Unsigned32,
    subGR9I2ESAProtDomNetwkElement     DisplayString,
    subGR9I3ESAProtDomCFSIx            Unsigned32,
    subGR9I4ESAProtDomESAProtDomIx     Unsigned32,
    subGR9ESAProtDomOtherVals          INTEGER,
    subGR9CFSCtrlStatus                INTEGER,
    subGR9I1CMTSNEConn                 Unsigned32,
    subGR9I2CMTSNetwkElement           DisplayString,
    subGR9I3CMTSCFSIx                  Unsigned32,
    subGR9I4CMTSCMTSIx                 Unsigned32,
    subGR9CMTSOtherVals                INTEGER,
    subGR9SDActI1NetwkNodeNEConn       Unsigned32,
    subGR9SDActI2NetwkNodeNetwkElement DisplayString,
    subGR9SDActI3NetwkNodeCFSIx        Unsigned32,
    subGR9SDActI4NetwkNodeNodeIx       Unsigned32,
    subGR9SDDefI1NetwkNodeNEConn       Unsigned32,
    subGR9SDDefI2NetwkNodeNetwkElement DisplayString,
    subGR9SDDefI3NetwkNodeCFSIx        Unsigned32,
    subGR9SDDefI4NetwkNodeNodeIx       Unsigned32,
    subGSDActR9SDActNetwkNodeOtherVals INTEGER,
    subGSDDefR9SDActNetwkNodeOtherVals INTEGER,
    subGR9SDUseDefNetwkNode            INTEGER,
    subGR9StatisticsAlrms              Integer32,
    subGR9IPAddrInESAMode              DisplayString,
    subGR9I1FaultMonitoringProfEMSIx   Unsigned32,
    subGR9I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    subGR9I3FaultMonitoringProfFMPIx   Integer32,
    subGR9FaultMonitoringProfOtherVals INTEGER,
    subGR9ApplyFMPToReltdObjectTypes   BITS,
    subGR9AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    subGR9ExportIncASRepData           INTEGER,
    subGR9ExportChldObjectsToInc       INTEGER
  }

  subGR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGR9Entry  1 }

  subGR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGR9Entry  2 }

  subGR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGR9Entry  3 }

  subGR9GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGR9Entry  4 }

  subGR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { subGR9Entry  5 }

  subGR9IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { subGR9Entry  6 }

  subGR9DomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This field is not writable when active."
    ::= { subGR9Entry  7 }

  subGR9MediaGatewayIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway IP port'.
                  This field is not writable when active."
    ::= { subGR9Entry  8 }

  subGR9CFSIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server IP port'.
                  This field is not writable when active."
    ::= { subGR9Entry  9 }

  subGR9I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR9Entry  10 }

  subGR9I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR9Entry  11 }

  subGR9I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR9Entry  12 }

  subGR9I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR9Entry  13 }

  subGR9ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGR9Entry  14 }

  subGR9DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { subGR9Entry  15 }

  subGR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { subGR9Entry  16 }

  subGR9AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { subGR9Entry  17 }

  subGR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR9Entry  18 }

  subGR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR9Entry  19 }

  subGR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { subGR9Entry  20 }

  subGR9AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { subGR9Entry  21 }

  subGR9AccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { subGR9Entry  22 }

  subGR9AccDevAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR9Entry  23 }

  subGR9AccDevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { subGR9Entry  24 }

  subGR9AccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR9Entry  25 }

  subGR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { subGR9Entry  26 }

  subGR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { subGR9Entry  27 }

  subGR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subGR9Entry  28 }

  subGR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGR9Entry  29 }

  subGR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR9Entry  30 }

  subGR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR9Entry  31 }

  subGR9ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { subGR9Entry  32 }

  subGR9ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { subGR9Entry  33 }

  subGR9ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { subGR9Entry  34 }

  subGR9ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { subGR9Entry  35 }

  subGR9ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { subGR9Entry  36 }

  subGR9ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { subGR9Entry  37 }

  subGR9ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { subGR9Entry  38 }

  subGR9ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGR9Entry  39 }

  subGR9ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGR9Entry  40 }

  subGR9ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGR9Entry  41 }

  subGR9ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGR9Entry  42 }

  subGR9ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { subGR9Entry  43 }

  subGR9ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGR9Entry  44 }

  subGR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2),
                   connectTo(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR9Entry  45 }

  subGR9AllowMaxConcurrMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent media streams allowed'."
    DEFVAL       { 0 }
    ::= { subGR9Entry  46 }

  subGR9AllowMaxConcurrHighBandwidthMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth media streams allowed'."
    DEFVAL       { 0 }
    ::= { subGR9Entry  47 }

  subGR9CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { subGR9Entry  48 }

  subGR9CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { subGR9Entry  49 }

  subGR9CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { subGR9Entry  50 }

  subGR9ResolvedIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resolved IP address'."
    ::= { subGR9Entry  51 }

  subGR9UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { subGR9Entry  52 }

  subGR9CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { subGR9Entry  53 }

  subGR9CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { subGR9Entry  54 }

  subGR9CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { subGR9Entry  55 }

  subGR9CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { subGR9Entry  56 }

  subGR9CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { subGR9Entry  57 }

  subGR9AuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication required'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { subGR9Entry  58 }

  subGR9Password OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Password'.
                  Field is write-only, GETs will return an empty string."
    ::= { subGR9Entry  59 }

  subGR9ConfirmPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm password'.
                  Field is write-only, GETs will return an empty string."
    ::= { subGR9Entry  60 }

  subGR9I1TAGLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR9Entry  61 }

  subGR9I2TAGLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR9Entry  62 }

  subGR9I3TAGLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR9Entry  63 }

  subGR9I4TAGLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR9Entry  64 }

  subGR9TAGLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR9Entry  65 }

  subGR9CgstnSysLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - status'."
    ::= { subGR9Entry  70 }

  subGR9CgstnSysLoadVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - value'."
    ::= { subGR9Entry  71 }

  subGR9CgstnRTPRessStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - status'."
    ::= { subGR9Entry  72 }

  subGR9CgstnRTPRessVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - value'."
    ::= { subGR9Entry  73 }

  subGR9CgstnRTPRessCombinedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   limitedByGateway(3),
                   limitedByCFSAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined status'."
    ::= { subGR9Entry  74 }

  subGR9CgstnRTPRessCombinedVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined value'."
    ::= { subGR9Entry  75 }

  subGR9I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR9Entry  82 }

  subGR9I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR9Entry  83 }

  subGR9I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR9Entry  84 }

  subGR9I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR9Entry  85 }

  subGR9ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR9Entry  86 }

  subGR9CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { subGR9Entry  87 }

  subGR9I1CMTSNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR9Entry  94 }

  subGR9I2CMTSNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR9Entry  95 }

  subGR9I3CMTSCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR9Entry  96 }

  subGR9I4CMTSCMTSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'CMTS index'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR9Entry  97 }

  subGR9CMTSOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS'.
                  This field represents the fixed
                  values that CMTS
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR9Entry  98 }

  subGR9SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  99 }

  subGR9SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  100 }

  subGR9SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  101 }

  subGR9SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  102 }

  subGR9SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  103 }

  subGR9SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  104 }

  subGR9SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  105 }

  subGR9SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  106 }

  subGSDActR9SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  108 }

  subGSDDefR9SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR9Entry  109 }

  subGR9SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { subGR9Entry  110 }

  subGR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { subGR9Entry  120 }

  subGR9IPAddrInESAMode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address in ESA mode'."
    ::= { subGR9Entry  121 }

  subGR9I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR9Entry  122 }

  subGR9I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR9Entry  123 }

  subGR9I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR9Entry  124 }

  subGR9FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR9Entry  125 }

  subGR9ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { subGR9Entry  126 }

  subGR9AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { subGR9Entry  127 }

  subGR9ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGR9Entry  132 }

  subGR9ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGR9Entry  134 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Call API Trace'                                        */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  iSDNCallTraceR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1528 }

  iSDNCallTraceR1Entry OBJECT-TYPE
    SYNTAX       ISDNCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNCallTraceR1NEConn,
             iSDNCallTraceR1NetwkElement,
             iSDNCallTraceR1CFSIx,
             iSDNCallTraceR1ISDNIx,
             iSDNCallTraceR1CldNum,
             iSDNCallTraceR1ClgNum }
    ::= {  iSDNCallTraceR1Table  1  }

  ISDNCallTraceR1Entry  ::=  SEQUENCE
  {
    iSDNCallTraceR1NEConn              Unsigned32,
    iSDNCallTraceR1NetwkElement        DisplayString,
    iSDNCallTraceR1CFSIx               Unsigned32,
    iSDNCallTraceR1ISDNIx              Unsigned32,
    iSDNCallTraceR1CldNumType          INTEGER,
    iSDNCallTraceR1CldNum              DisplayString,
    iSDNCallTraceR1ClgNumType          INTEGER,
    iSDNCallTraceR1ClgNum              DisplayString,
    iSDNCallTraceR1DiagsLogLvl         INTEGER,
    iSDNCallTraceR1DiagsAPITraceEnabled
                                       INTEGER,
    iSDNCallTraceR1DiagsAPITraceTag    DisplayString,
    iSDNCallTraceR1RowStatus           RowStatus,
    iSDNCallTraceR1I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    iSDNCallTraceR1I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    iSDNCallTraceR1I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    iSDNCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    iSDNCallTraceR1TestCallsOverridingCfgSetOtherVals
                                       INTEGER
  }

  iSDNCallTraceR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNCallTraceR1Entry  1 }

  iSDNCallTraceR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNCallTraceR1Entry  2 }

  iSDNCallTraceR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNCallTraceR1Entry  3 }

  iSDNCallTraceR1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNCallTraceR1Entry  4 }

  iSDNCallTraceR1CldNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCalledNumber(0),
                   specificCalledNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number type'.
                  This field is only writable during create."
    DEFVAL       { specificCalledNumber }
    ::= { iSDNCallTraceR1Entry  5 }

  iSDNCallTraceR1CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { iSDNCallTraceR1Entry  6 }

  iSDNCallTraceR1ClgNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCallingNumber(0),
                   specificCallingNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number type'.
                  This field is only writable during create."
    DEFVAL       { specificCallingNumber }
    ::= { iSDNCallTraceR1Entry  7 }

  iSDNCallTraceR1ClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { iSDNCallTraceR1Entry  8 }

  iSDNCallTraceR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSDNCallTraceR1Entry  9 }

  iSDNCallTraceR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSDNCallTraceR1Entry  10 }

  iSDNCallTraceR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSDNCallTraceR1Entry  11 }

  iSDNCallTraceR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSDNCallTraceR1Entry  12 }

  iSDNCallTraceR1I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSDNCallTraceR1Entry  13 }

  iSDNCallTraceR1I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSDNCallTraceR1Entry  14 }

  iSDNCallTraceR1I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSDNCallTraceR1Entry  15 }

  iSDNCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSDNCallTraceR1Entry  16 }

  iSDNCallTraceR1TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSDNCallTraceR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Call API Trace'                                         */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  sIPCallTraceR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1530 }

  sIPCallTraceR1Entry OBJECT-TYPE
    SYNTAX       SIPCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPCallTraceR1NEConn,
             sIPCallTraceR1NetwkElement,
             sIPCallTraceR1CFSIx,
             sIPCallTraceR1SIPIx,
             sIPCallTraceR1CldNum,
             sIPCallTraceR1ClgNum }
    ::= {  sIPCallTraceR1Table  1  }

  SIPCallTraceR1Entry  ::=  SEQUENCE
  {
    sIPCallTraceR1NEConn               Unsigned32,
    sIPCallTraceR1NetwkElement         DisplayString,
    sIPCallTraceR1CFSIx                Unsigned32,
    sIPCallTraceR1SIPIx                Unsigned32,
    sIPCallTraceR1CldNumType           INTEGER,
    sIPCallTraceR1CldNum               DisplayString,
    sIPCallTraceR1ClgNumType           INTEGER,
    sIPCallTraceR1ClgNum               DisplayString,
    sIPCallTraceR1DiagsLogLvl          INTEGER,
    sIPCallTraceR1DiagsAPITraceEnabled INTEGER,
    sIPCallTraceR1DiagsAPITraceTag     DisplayString,
    sIPCallTraceR1RowStatus            RowStatus,
    sIPCallTraceR1I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    sIPCallTraceR1I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    sIPCallTraceR1I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    sIPCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    sIPCallTraceR1TestCallsOverridingCfgSetOtherVals
                                       INTEGER
  }

  sIPCallTraceR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPCallTraceR1Entry  1 }

  sIPCallTraceR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPCallTraceR1Entry  2 }

  sIPCallTraceR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPCallTraceR1Entry  3 }

  sIPCallTraceR1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPCallTraceR1Entry  4 }

  sIPCallTraceR1CldNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCalledNumber(0),
                   specificCalledNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number type'.
                  This field is only writable during create."
    DEFVAL       { specificCalledNumber }
    ::= { sIPCallTraceR1Entry  5 }

  sIPCallTraceR1CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { sIPCallTraceR1Entry  6 }

  sIPCallTraceR1ClgNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCallingNumber(0),
                   specificCallingNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number type'.
                  This field is only writable during create."
    DEFVAL       { specificCallingNumber }
    ::= { sIPCallTraceR1Entry  7 }

  sIPCallTraceR1ClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { sIPCallTraceR1Entry  8 }

  sIPCallTraceR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sIPCallTraceR1Entry  9 }

  sIPCallTraceR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sIPCallTraceR1Entry  10 }

  sIPCallTraceR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sIPCallTraceR1Entry  11 }

  sIPCallTraceR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPCallTraceR1Entry  12 }

  sIPCallTraceR1I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { sIPCallTraceR1Entry  13 }

  sIPCallTraceR1I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { sIPCallTraceR1Entry  14 }

  sIPCallTraceR1I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { sIPCallTraceR1Entry  15 }

  sIPCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { sIPCallTraceR1Entry  16 }

  sIPCallTraceR1TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPCallTraceR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Call API Trace'                                          */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  mFCallTraceR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Local Exchange'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1532 }

  mFCallTraceR1Entry OBJECT-TYPE
    SYNTAX       MFCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFCallTraceR1NEConn,
             mFCallTraceR1NetwkElement,
             mFCallTraceR1CFSIx,
             mFCallTraceR1MFLocalExchangeIx,
             mFCallTraceR1CldNum,
             mFCallTraceR1ClgNum }
    ::= {  mFCallTraceR1Table  1  }

  MFCallTraceR1Entry  ::=  SEQUENCE
  {
    mFCallTraceR1NEConn                Unsigned32,
    mFCallTraceR1NetwkElement          DisplayString,
    mFCallTraceR1CFSIx                 Unsigned32,
    mFCallTraceR1MFLocalExchangeIx     Unsigned32,
    mFCallTraceR1ClgNumType            INTEGER,
    mFCallTraceR1ClgNum                DisplayString,
    mFCallTraceR1CldNumType            INTEGER,
    mFCallTraceR1CldNum                DisplayString,
    mFCallTraceR1DiagsLogLvl           INTEGER,
    mFCallTraceR1DiagsAPITraceEnabled  INTEGER,
    mFCallTraceR1DiagsAPITraceTag      DisplayString,
    mFCallTraceR1RowStatus             RowStatus,
    mFCallTraceR1I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    mFCallTraceR1I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    mFCallTraceR1I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    mFCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    mFCallTraceR1TestCallsOverridingCfgSetOtherVals
                                       INTEGER
  }

  mFCallTraceR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFCallTraceR1Entry  1 }

  mFCallTraceR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFCallTraceR1Entry  2 }

  mFCallTraceR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFCallTraceR1Entry  3 }

  mFCallTraceR1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFCallTraceR1Entry  4 }

  mFCallTraceR1ClgNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCallingNumber(0),
                   specificCallingNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number type'.
                  This field is only writable during create."
    DEFVAL       { specificCallingNumber }
    ::= { mFCallTraceR1Entry  5 }

  mFCallTraceR1ClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { mFCallTraceR1Entry  6 }

  mFCallTraceR1CldNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCalledNumber(0),
                   specificCalledNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number type'.
                  This field is only writable during create."
    DEFVAL       { specificCalledNumber }
    ::= { mFCallTraceR1Entry  7 }

  mFCallTraceR1CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { mFCallTraceR1Entry  8 }

  mFCallTraceR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mFCallTraceR1Entry  9 }

  mFCallTraceR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mFCallTraceR1Entry  10 }

  mFCallTraceR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mFCallTraceR1Entry  11 }

  mFCallTraceR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFCallTraceR1Entry  12 }

  mFCallTraceR1I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { mFCallTraceR1Entry  13 }

  mFCallTraceR1I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { mFCallTraceR1Entry  14 }

  mFCallTraceR1I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { mFCallTraceR1Entry  15 }

  mFCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { mFCallTraceR1Entry  16 }

  mFCallTraceR1TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mFCallTraceR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Call API Trace'                                        */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  iSUPCallTraceR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1536 }

  iSUPCallTraceR1Entry OBJECT-TYPE
    SYNTAX       ISUPCallTraceR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPCallTraceR1NEConn,
             iSUPCallTraceR1NetwkElement,
             iSUPCallTraceR1CFSIx,
             iSUPCallTraceR1ISUPLocalSigDestIx,
             iSUPCallTraceR1CldNum,
             iSUPCallTraceR1ClgNum }
    ::= {  iSUPCallTraceR1Table  1  }

  ISUPCallTraceR1Entry  ::=  SEQUENCE
  {
    iSUPCallTraceR1NEConn              Unsigned32,
    iSUPCallTraceR1NetwkElement        DisplayString,
    iSUPCallTraceR1CFSIx               Unsigned32,
    iSUPCallTraceR1ISUPLocalSigDestIx  Unsigned32,
    iSUPCallTraceR1ClgNumType          INTEGER,
    iSUPCallTraceR1ClgNum              DisplayString,
    iSUPCallTraceR1CldNumType          INTEGER,
    iSUPCallTraceR1CldNum              DisplayString,
    iSUPCallTraceR1DiagsLogLvl         INTEGER,
    iSUPCallTraceR1DiagsAPITraceEnabled
                                       INTEGER,
    iSUPCallTraceR1DiagsAPITraceTag    DisplayString,
    iSUPCallTraceR1RowStatus           RowStatus,
    iSUPCallTraceR1I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    iSUPCallTraceR1I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    iSUPCallTraceR1I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    iSUPCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    iSUPCallTraceR1TestCallsOverridingCfgSetOtherVals
                                       INTEGER
  }

  iSUPCallTraceR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPCallTraceR1Entry  1 }

  iSUPCallTraceR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPCallTraceR1Entry  2 }

  iSUPCallTraceR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPCallTraceR1Entry  3 }

  iSUPCallTraceR1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCallTraceR1Entry  4 }

  iSUPCallTraceR1ClgNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCallingNumber(0),
                   specificCallingNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number type'.
                  This field is only writable during create."
    DEFVAL       { specificCallingNumber }
    ::= { iSUPCallTraceR1Entry  5 }

  iSUPCallTraceR1ClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..20))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number'.
                  This is an index field."
    ::= { iSUPCallTraceR1Entry  6 }

  iSUPCallTraceR1CldNumType OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCalledNumber(0),
                   specificCalledNumber(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number type'.
                  This field is only writable during create."
    DEFVAL       { specificCalledNumber }
    ::= { iSUPCallTraceR1Entry  7 }

  iSUPCallTraceR1CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..20))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { iSUPCallTraceR1Entry  8 }

  iSUPCallTraceR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPCallTraceR1Entry  9 }

  iSUPCallTraceR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPCallTraceR1Entry  10 }

  iSUPCallTraceR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPCallTraceR1Entry  11 }

  iSUPCallTraceR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPCallTraceR1Entry  12 }

  iSUPCallTraceR1I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSUPCallTraceR1Entry  13 }

  iSUPCallTraceR1I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSUPCallTraceR1Entry  14 }

  iSUPCallTraceR1I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSUPCallTraceR1Entry  15 }

  iSUPCallTraceR1I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { iSUPCallTraceR1Entry  16 }

  iSUPCallTraceR1TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPCallTraceR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  indLineCallFwdR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1551 }

  indLineCallFwdR7Entry OBJECT-TYPE
    SYNTAX       IndLineCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineCallFwdR7NEConn,
             indLineCallFwdR7NetwkElement,
             indLineCallFwdR7CFSIx,
             indLineCallFwdR7DirNum }
    ::= {  indLineCallFwdR7Table  1  }

  IndLineCallFwdR7Entry  ::=  SEQUENCE
  {
    indLineCallFwdR7NEConn             Unsigned32,
    indLineCallFwdR7NetwkElement       DisplayString,
    indLineCallFwdR7CFSIx              Unsigned32,
    indLineCallFwdR7DirNum             DisplayString,
    indLineCallFwdR7SDActUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR7SDDefUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR7SDUseDefUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR7SDActNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR7SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR7SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR7SDActPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR7SDDefPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR7SDUseDefPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR7SDActCFUSubscribed INTEGER,
    indLineCallFwdR7SDDefCFUSubscribed INTEGER,
    indLineCallFwdR7SDUseDefCFUSubscribed
                                       INTEGER,
    indLineCallFwdR7CFUEnabled         INTEGER,
    indLineCallFwdR7CFUNum             DisplayString,
    indLineCallFwdR7SDActCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR7SDDefCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR7SDUseDefCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR7CFBLEnabled        INTEGER,
    indLineCallFwdR7CFBLNum            DisplayString,
    indLineCallFwdR7SDActCFDASubscribed
                                       INTEGER,
    indLineCallFwdR7SDDefCFDASubscribed
                                       INTEGER,
    indLineCallFwdR7SDUseDefCFDASubscribed
                                       INTEGER,
    indLineCallFwdR7CFDAEnabled        INTEGER,
    indLineCallFwdR7CFDANum            DisplayString,
    indLineCallFwdR7SDActCFDANoReplyTime
                                       Unsigned32,
    indLineCallFwdR7SDDefCFDANoReplyTime
                                       Unsigned32,
    indLineCallFwdR7SDUseDefCFDANoReplyTime
                                       INTEGER,
    indLineCallFwdR7SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR7SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR7SDActSCFSubscribed INTEGER,
    indLineCallFwdR7SDDefSCFSubscribed INTEGER,
    indLineCallFwdR7SDUseDefSCFSubscribed
                                       INTEGER,
    indLineCallFwdR7SCFEnabled         INTEGER,
    indLineCallFwdR7SCFNumToFwdTo      DisplayString,
    indLineCallFwdR7SCFNumAnonNumsFwd  Unsigned32,
    indLineCallFwdR7SDActSCFUSB        INTEGER,
    indLineCallFwdR7SDDefSCFUSB        INTEGER,
    indLineCallFwdR7SDUseDefSCFUSB     INTEGER,
    indLineCallFwdR7SDActLineHunt      INTEGER,
    indLineCallFwdR7SDDefLineHunt      INTEGER,
    indLineCallFwdR7SDUseDefLineHunt   INTEGER,
    indLineCallFwdR7SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLineCallFwdR7SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLineCallFwdR7SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    indLineCallFwdR7SDActBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR7SDDefBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR7SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR7DoExtraActions     INTEGER,
    indLineCallFwdR7SDActRACFSubscribed
                                       INTEGER,
    indLineCallFwdR7SDDefRACFSubscribed
                                       INTEGER,
    indLineCallFwdR7SDUseDefRACFSubscribed
                                       INTEGER,
    indLineCallFwdR7RACFBlocked        INTEGER,
    indLineCallFwdR7SDActMaxSimulFwds  Unsigned32,
    indLineCallFwdR7SDDefMaxSimulFwds  Unsigned32,
    indLineCallFwdR7SDUseDefMaxSimulFwds
                                       INTEGER,
    indLineCallFwdR7SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR7SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR7SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR7SDActCFUSingleRing INTEGER,
    indLineCallFwdR7SDDefCFUSingleRing INTEGER,
    indLineCallFwdR7SDUseDefCFUSingleRing
                                       INTEGER,
    indLineCallFwdR7SDActSCFSingleRing INTEGER,
    indLineCallFwdR7SDDefSCFSingleRing INTEGER,
    indLineCallFwdR7SDUseDefSCFSingleRing
                                       INTEGER,
    indLineCallFwdR7SDActCFUVariant    INTEGER,
    indLineCallFwdR7SDDefCFUVariant    INTEGER,
    indLineCallFwdR7SDUseDefCFUVariant INTEGER,
    indLineCallFwdR7SDActCFBLVariant   INTEGER,
    indLineCallFwdR7SDDefCFBLVariant   INTEGER,
    indLineCallFwdR7SDUseDefCFBLVariant
                                       INTEGER,
    indLineCallFwdR7SDActCFDAVariant   INTEGER,
    indLineCallFwdR7SDDefCFDAVariant   INTEGER,
    indLineCallFwdR7SDUseDefCFDAVariant
                                       INTEGER,
    indLineCallFwdR7BasicLineHuntingEnabled
                                       INTEGER,
    indLineCallFwdR7SDActFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR7SDDefFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR7SDUseDefFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR7SDActFMFMServLvl   INTEGER,
    indLineCallFwdR7SDDefFMFMServLvl   INTEGER,
    indLineCallFwdR7SDUseDefFMFMServLvl
                                       INTEGER,
    indLineCallFwdR7FMFMEnabled        INTEGER,
    indLineCallFwdR7SDActRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR7SDDefRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR7SDUseDefRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR7SDActUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR7SDDefUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR7SDUseDefUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR7UnavailCFEnabled   INTEGER,
    indLineCallFwdR7UnavailCFNum       DisplayString
  }

  indLineCallFwdR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineCallFwdR7Entry  1 }

  indLineCallFwdR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineCallFwdR7Entry  2 }

  indLineCallFwdR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineCallFwdR7Entry  3 }

  indLineCallFwdR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineCallFwdR7Entry  4 }

  indLineCallFwdR7SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  5 }

  indLineCallFwdR7SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  6 }

  indLineCallFwdR7SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  7 }

  indLineCallFwdR7SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  8 }

  indLineCallFwdR7SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  9 }

  indLineCallFwdR7SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  10 }

  indLineCallFwdR7SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  11 }

  indLineCallFwdR7SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  12 }

  indLineCallFwdR7SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  13 }

  indLineCallFwdR7SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  14 }

  indLineCallFwdR7SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  15 }

  indLineCallFwdR7SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  16 }

  indLineCallFwdR7CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR7Entry  17 }

  indLineCallFwdR7CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { indLineCallFwdR7Entry  18 }

  indLineCallFwdR7SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  19 }

  indLineCallFwdR7SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  20 }

  indLineCallFwdR7SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  21 }

  indLineCallFwdR7CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR7Entry  22 }

  indLineCallFwdR7CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { indLineCallFwdR7Entry  23 }

  indLineCallFwdR7SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  24 }

  indLineCallFwdR7SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  25 }

  indLineCallFwdR7SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  26 }

  indLineCallFwdR7CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR7Entry  27 }

  indLineCallFwdR7CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { indLineCallFwdR7Entry  28 }

  indLineCallFwdR7SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  29 }

  indLineCallFwdR7SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  30 }

  indLineCallFwdR7SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  31 }

  indLineCallFwdR7SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  32 }

  indLineCallFwdR7SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  33 }

  indLineCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  34 }

  indLineCallFwdR7SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  35 }

  indLineCallFwdR7SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  36 }

  indLineCallFwdR7SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  37 }

  indLineCallFwdR7SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR7Entry  38 }

  indLineCallFwdR7SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { indLineCallFwdR7Entry  39 }

  indLineCallFwdR7SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { indLineCallFwdR7Entry  40 }

  indLineCallFwdR7SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  41 }

  indLineCallFwdR7SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  42 }

  indLineCallFwdR7SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  43 }

  indLineCallFwdR7SDActLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  44 }

  indLineCallFwdR7SDDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  45 }

  indLineCallFwdR7SDUseDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  46 }

  indLineCallFwdR7SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  47 }

  indLineCallFwdR7SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  48 }

  indLineCallFwdR7SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  49 }

  indLineCallFwdR7SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  50 }

  indLineCallFwdR7SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  51 }

  indLineCallFwdR7SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  52 }

  indLineCallFwdR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineCallFwdR7Entry  53 }

  indLineCallFwdR7SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  54 }

  indLineCallFwdR7SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  55 }

  indLineCallFwdR7SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  56 }

  indLineCallFwdR7RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { indLineCallFwdR7Entry  57 }

  indLineCallFwdR7SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  61 }

  indLineCallFwdR7SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  62 }

  indLineCallFwdR7SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  63 }

  indLineCallFwdR7SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  64 }

  indLineCallFwdR7SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  65 }

  indLineCallFwdR7SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  66 }

  indLineCallFwdR7SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  68 }

  indLineCallFwdR7SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  69 }

  indLineCallFwdR7SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  70 }

  indLineCallFwdR7SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  77 }

  indLineCallFwdR7SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  78 }

  indLineCallFwdR7SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  79 }

  indLineCallFwdR7SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  80 }

  indLineCallFwdR7SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  81 }

  indLineCallFwdR7SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  82 }

  indLineCallFwdR7SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  83 }

  indLineCallFwdR7SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  84 }

  indLineCallFwdR7SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  85 }

  indLineCallFwdR7SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  86 }

  indLineCallFwdR7SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  87 }

  indLineCallFwdR7SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  88 }

  indLineCallFwdR7BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  89 }

  indLineCallFwdR7SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  90 }

  indLineCallFwdR7SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  91 }

  indLineCallFwdR7SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  92 }

  indLineCallFwdR7SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  93 }

  indLineCallFwdR7SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  94 }

  indLineCallFwdR7SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  95 }

  indLineCallFwdR7FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR7Entry  96 }

  indLineCallFwdR7SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  97 }

  indLineCallFwdR7SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  98 }

  indLineCallFwdR7SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  99 }

  indLineCallFwdR7SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  100 }

  indLineCallFwdR7SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR7Entry  101 }

  indLineCallFwdR7SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR7Entry  102 }

  indLineCallFwdR7UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR7Entry  103 }

  indLineCallFwdR7UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { indLineCallFwdR7Entry  104 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Department'                                                 */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  departmentR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DepartmentR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  1553 }

  departmentR1Entry OBJECT-TYPE
    SYNTAX       DepartmentR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { departmentR1NEConn,
             departmentR1NetwkElement,
             departmentR1CFSIx,
             departmentR1GpIx,
             departmentR1DepartmentIx }
    ::= {  departmentR1Table  1  }

  DepartmentR1Entry  ::=  SEQUENCE
  {
    departmentR1NEConn                 Unsigned32,
    departmentR1NetwkElement           DisplayString,
    departmentR1CFSIx                  Unsigned32,
    departmentR1GpIx                   Unsigned32,
    departmentR1DepartmentIx           Unsigned32,
    departmentR1Name                   DisplayString,
    departmentR1I1ParentDepartmentNEConn
                                       Unsigned32,
    departmentR1I2ParentDepartmentNetwkElement
                                       DisplayString,
    departmentR1I3ParentDepartmentCFSIx
                                       Unsigned32,
    departmentR1I4ParentDepartmentGpIx Unsigned32,
    departmentR1I5ParentDepartmentDepartmentIx
                                       Unsigned32,
    departmentR1ParentDepartmentOtherVals
                                       INTEGER,
    departmentR1RowStatus              RowStatus,
    departmentR1FullName               LongDisplayString,
    departmentR1SpprtDeptClLimsExternalCalls
                                       INTEGER,
    departmentR1DeptClLimsMaxExternalCalls
                                       Unsigned32,
    departmentR1SpprtDeptClLimsTermCalls
                                       INTEGER,
    departmentR1DeptClLimsMaxTermCalls Unsigned32,
    departmentR1SpprtDeptClLimsOrigingCalls
                                       INTEGER,
    departmentR1DeptClLimsMaxOrigingCalls
                                       Unsigned32
  }

  departmentR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { departmentR1Entry  1 }

  departmentR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { departmentR1Entry  2 }

  departmentR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { departmentR1Entry  3 }

  departmentR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { departmentR1Entry  4 }

  departmentR1DepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Department index'.
                  This is an index field."
    ::= { departmentR1Entry  5 }

  departmentR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { departmentR1Entry  6 }

  departmentR1I1ParentDepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Parent department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { departmentR1Entry  7 }

  departmentR1I2ParentDepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Parent department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { departmentR1Entry  8 }

  departmentR1I3ParentDepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Parent department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { departmentR1Entry  9 }

  departmentR1I4ParentDepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Parent department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { departmentR1Entry  10 }

  departmentR1I5ParentDepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Parent department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { departmentR1Entry  11 }

  departmentR1ParentDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Parent department'.
                  This field represents the fixed
                  values that Parent department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { departmentR1Entry  12 }

  departmentR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { departmentR1Entry  13 }

  departmentR1FullName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Full name'."
    ::= { departmentR1Entry  14 }

  departmentR1SpprtDeptClLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Department call limits - external Calls - support'."
    DEFVAL       { unlimited }
    ::= { departmentR1Entry  15 }

  departmentR1DeptClLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Department call limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { departmentR1Entry  16 }

  departmentR1SpprtDeptClLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Department call limits - terminating Calls  - support'."
    DEFVAL       { unlimited }
    ::= { departmentR1Entry  17 }

  departmentR1DeptClLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Department call limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { departmentR1Entry  18 }

  departmentR1SpprtDeptClLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Department call limits - originating Calls - support'."
    DEFVAL       { unlimited }
    ::= { departmentR1Entry  19 }

  departmentR1DeptClLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Department call limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { departmentR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  bGLineAppServsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineAppServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1556 }

  bGLineAppServsR1Entry OBJECT-TYPE
    SYNTAX       BGLineAppServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineAppServsR1NEConn,
             bGLineAppServsR1NetwkElement,
             bGLineAppServsR1CFSIx,
             bGLineAppServsR1GpIx,
             bGLineAppServsR1FirstDirNum,
             bGLineAppServsR1DirNum }
    ::= {  bGLineAppServsR1Table  1  }

  BGLineAppServsR1Entry  ::=  SEQUENCE
  {
    bGLineAppServsR1NEConn             Unsigned32,
    bGLineAppServsR1NetwkElement       DisplayString,
    bGLineAppServsR1CFSIx              Unsigned32,
    bGLineAppServsR1GpIx               Unsigned32,
    bGLineAppServsR1FirstDirNum        DisplayString,
    bGLineAppServsR1DirNum             DisplayString,
    bGLineAppServsR1SDActOrigSubscribed
                                       INTEGER,
    bGLineAppServsR1SDDefOrigSubscribed
                                       INTEGER,
    bGLineAppServsR1SDUseDefOrigSubscribed
                                       INTEGER,
    bGLineAppServsR1SDActI1OrigServerNEConn
                                       Unsigned32,
    bGLineAppServsR1SDActI2OrigServerNetwkElement
                                       DisplayString,
    bGLineAppServsR1SDActI3OrigServerCFSIx
                                       Unsigned32,
    bGLineAppServsR1SDActI4OrigServerDirNum
                                       DisplayString,
    bGLineAppServsR1SDDefI1OrigServerNEConn
                                       Unsigned32,
    bGLineAppServsR1SDDefI2OrigServerNetwkElement
                                       DisplayString,
    bGLineAppServsR1SDDefI3OrigServerCFSIx
                                       Unsigned32,
    bGLineAppServsR1SDDefI4OrigServerDirNum
                                       DisplayString,
    bGLineAppServsR1SDUseDefOrigServer INTEGER,
    bGLineAppServsR1SDActTermSubscribed
                                       INTEGER,
    bGLineAppServsR1SDDefTermSubscribed
                                       INTEGER,
    bGLineAppServsR1SDUseDefTermSubscribed
                                       INTEGER,
    bGLineAppServsR1SDActI1TermServerNEConn
                                       Unsigned32,
    bGLineAppServsR1SDActI2TermServerNetwkElement
                                       DisplayString,
    bGLineAppServsR1SDActI3TermServerCFSIx
                                       Unsigned32,
    bGLineAppServsR1SDActI4TermServerDirNum
                                       DisplayString,
    bGLineAppServsR1SDDefI1TermServerNEConn
                                       Unsigned32,
    bGLineAppServsR1SDDefI2TermServerNetwkElement
                                       DisplayString,
    bGLineAppServsR1SDDefI3TermServerCFSIx
                                       Unsigned32,
    bGLineAppServsR1SDDefI4TermServerDirNum
                                       DisplayString,
    bGLineAppServsR1SDUseDefTermServer INTEGER,
    bGLineAppServsR1AlrmState          INTEGER,
    bGLineAppServsR1AlrmEvtsAtndDpLogCorr
                                       Counter64,
    bGLineAppServsR1AlrmEvtsAttnRq     Unsigned32,
    bGLineAppServsR1AlrmEvtsAtndDp     Unsigned32,
    bGLineAppServsR1AlrmStateTimestamp Unsigned32,
    bGLineAppServsR1AlrmResetTimestamp Unsigned32,
    bGLineAppServsR1SDActI1PresenceServServerNEConn
                                       Unsigned32,
    bGLineAppServsR1SDActI2PresenceServServerNetwkElement
                                       DisplayString,
    bGLineAppServsR1SDActI3PresenceServServerCFSIx
                                       Unsigned32,
    bGLineAppServsR1SDActI4PresenceServServerDirNum
                                       DisplayString,
    bGLineAppServsR1SDDefI1PresenceServServerNEConn
                                       Unsigned32,
    bGLineAppServsR1SDDefI2PresenceServServerNetwkElement
                                       DisplayString,
    bGLineAppServsR1SDDefI3PresenceServServerCFSIx
                                       Unsigned32,
    bGLineAppServsR1SDDefI4PresenceServServerDirNum
                                       DisplayString,
    bGLineAppServsSDActR1SDActPresenceServServerOtherVals
                                       INTEGER,
    bGLineAppServsSDDefR1SDActPresenceServServerOtherVals
                                       INTEGER,
    bGLineAppServsR1SDUseDefPresenceServServer
                                       INTEGER
  }

  bGLineAppServsR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineAppServsR1Entry  1 }

  bGLineAppServsR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineAppServsR1Entry  2 }

  bGLineAppServsR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineAppServsR1Entry  3 }

  bGLineAppServsR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineAppServsR1Entry  4 }

  bGLineAppServsR1FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineAppServsR1Entry  5 }

  bGLineAppServsR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineAppServsR1Entry  6 }

  bGLineAppServsR1SDActOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR1Entry  7 }

  bGLineAppServsR1SDDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR1Entry  8 }

  bGLineAppServsR1SDUseDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR1Entry  9 }

  bGLineAppServsR1SDActI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  10 }

  bGLineAppServsR1SDActI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  11 }

  bGLineAppServsR1SDActI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  12 }

  bGLineAppServsR1SDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  13 }

  bGLineAppServsR1SDDefI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  14 }

  bGLineAppServsR1SDDefI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  15 }

  bGLineAppServsR1SDDefI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  16 }

  bGLineAppServsR1SDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR1Entry  17 }

  bGLineAppServsR1SDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR1Entry  18 }

  bGLineAppServsR1SDActTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR1Entry  19 }

  bGLineAppServsR1SDDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR1Entry  20 }

  bGLineAppServsR1SDUseDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR1Entry  21 }

  bGLineAppServsR1SDActI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  22 }

  bGLineAppServsR1SDActI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  23 }

  bGLineAppServsR1SDActI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  24 }

  bGLineAppServsR1SDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  25 }

  bGLineAppServsR1SDDefI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  26 }

  bGLineAppServsR1SDDefI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  27 }

  bGLineAppServsR1SDDefI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  28 }

  bGLineAppServsR1SDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR1Entry  29 }

  bGLineAppServsR1SDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR1Entry  30 }

  bGLineAppServsR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineAppServsR1Entry  31 }

  bGLineAppServsR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineAppServsR1Entry  32 }

  bGLineAppServsR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineAppServsR1Entry  33 }

  bGLineAppServsR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineAppServsR1Entry  34 }

  bGLineAppServsR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineAppServsR1Entry  35 }

  bGLineAppServsR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { bGLineAppServsR1Entry  36 }

  bGLineAppServsR1SDActI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  37 }

  bGLineAppServsR1SDActI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  38 }

  bGLineAppServsR1SDActI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  39 }

  bGLineAppServsR1SDActI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  40 }

  bGLineAppServsR1SDDefI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  41 }

  bGLineAppServsR1SDDefI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  42 }

  bGLineAppServsR1SDDefI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  43 }

  bGLineAppServsR1SDDefI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  44 }

  bGLineAppServsSDActR1SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  46 }

  bGLineAppServsSDDefR1SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR1Entry  47 }

  bGLineAppServsR1SDUseDefPresenceServServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Presence Service - ACD Presence Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR1Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  bGLineCallFwdR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineCallFwdR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1557 }

  bGLineCallFwdR6Entry OBJECT-TYPE
    SYNTAX       BGLineCallFwdR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineCallFwdR6NEConn,
             bGLineCallFwdR6NetwkElement,
             bGLineCallFwdR6CFSIx,
             bGLineCallFwdR6GpIx,
             bGLineCallFwdR6FirstDirNum,
             bGLineCallFwdR6DirNum }
    ::= {  bGLineCallFwdR6Table  1  }

  BGLineCallFwdR6Entry  ::=  SEQUENCE
  {
    bGLineCallFwdR6NEConn              Unsigned32,
    bGLineCallFwdR6NetwkElement        DisplayString,
    bGLineCallFwdR6CFSIx               Unsigned32,
    bGLineCallFwdR6GpIx                Unsigned32,
    bGLineCallFwdR6FirstDirNum         DisplayString,
    bGLineCallFwdR6DirNum              DisplayString,
    bGLineCallFwdR6SDActUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR6SDDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR6SDUseDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR6SDActNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR6SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR6SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR6SDActPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR6SDDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR6SDUseDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR6SDActCFUSubscribed  INTEGER,
    bGLineCallFwdR6SDDefCFUSubscribed  INTEGER,
    bGLineCallFwdR6SDUseDefCFUSubscribed
                                       INTEGER,
    bGLineCallFwdR6CFUEnabled          INTEGER,
    bGLineCallFwdR6CFUNum              DisplayString,
    bGLineCallFwdR6SDActCFBLSubscribed INTEGER,
    bGLineCallFwdR6SDDefCFBLSubscribed INTEGER,
    bGLineCallFwdR6SDUseDefCFBLSubscribed
                                       INTEGER,
    bGLineCallFwdR6CFBLEnabled         INTEGER,
    bGLineCallFwdR6CFBLNum             DisplayString,
    bGLineCallFwdR6SDActCFDASubscribed INTEGER,
    bGLineCallFwdR6SDDefCFDASubscribed INTEGER,
    bGLineCallFwdR6SDUseDefCFDASubscribed
                                       INTEGER,
    bGLineCallFwdR6CFDAEnabled         INTEGER,
    bGLineCallFwdR6CFDANum             DisplayString,
    bGLineCallFwdR6SDActCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR6SDDefCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR6SDUseDefCFDANoReplyTime
                                       INTEGER,
    bGLineCallFwdR6SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR6SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR6SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR6SDActSCFSubscribed  INTEGER,
    bGLineCallFwdR6SDDefSCFSubscribed  INTEGER,
    bGLineCallFwdR6SDUseDefSCFSubscribed
                                       INTEGER,
    bGLineCallFwdR6SCFEnabled          INTEGER,
    bGLineCallFwdR6SCFNumToFwdTo       DisplayString,
    bGLineCallFwdR6SCFNumAnonNumsFwd   Unsigned32,
    bGLineCallFwdR6SDActSCFUSB         INTEGER,
    bGLineCallFwdR6SDDefSCFUSB         INTEGER,
    bGLineCallFwdR6SDUseDefSCFUSB      INTEGER,
    bGLineCallFwdR6SDActBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR6SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR6SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR6SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR6SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR6SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    bGLineCallFwdR6SDActBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR6SDDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR6SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR6SDActRACFSubscribed INTEGER,
    bGLineCallFwdR6SDDefRACFSubscribed INTEGER,
    bGLineCallFwdR6SDUseDefRACFSubscribed
                                       INTEGER,
    bGLineCallFwdR6RACFBlocked         INTEGER,
    bGLineCallFwdR6DoExtraActions      INTEGER,
    bGLineCallFwdR6SDActMaxSimulFwds   Unsigned32,
    bGLineCallFwdR6SDDefMaxSimulFwds   Unsigned32,
    bGLineCallFwdR6SDUseDefMaxSimulFwds
                                       INTEGER,
    bGLineCallFwdR6SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR6SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR6SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR6SDActCFUSingleRing  INTEGER,
    bGLineCallFwdR6SDDefCFUSingleRing  INTEGER,
    bGLineCallFwdR6SDUseDefCFUSingleRing
                                       INTEGER,
    bGLineCallFwdR6SDActSCFSingleRing  INTEGER,
    bGLineCallFwdR6SDDefSCFSingleRing  INTEGER,
    bGLineCallFwdR6SDUseDefSCFSingleRing
                                       INTEGER,
    bGLineCallFwdR6SDActCFUVariant     INTEGER,
    bGLineCallFwdR6SDDefCFUVariant     INTEGER,
    bGLineCallFwdR6SDUseDefCFUVariant  INTEGER,
    bGLineCallFwdR6SDActCFBLVariant    INTEGER,
    bGLineCallFwdR6SDDefCFBLVariant    INTEGER,
    bGLineCallFwdR6SDUseDefCFBLVariant INTEGER,
    bGLineCallFwdR6SDActCFDAVariant    INTEGER,
    bGLineCallFwdR6SDDefCFDAVariant    INTEGER,
    bGLineCallFwdR6SDUseDefCFDAVariant INTEGER,
    bGLineCallFwdR6BasicLineHuntingEnabled
                                       INTEGER,
    bGLineCallFwdR6SDActFMFMSubscribed INTEGER,
    bGLineCallFwdR6SDDefFMFMSubscribed INTEGER,
    bGLineCallFwdR6SDUseDefFMFMSubscribed
                                       INTEGER,
    bGLineCallFwdR6SDActFMFMServLvl    INTEGER,
    bGLineCallFwdR6SDDefFMFMServLvl    INTEGER,
    bGLineCallFwdR6SDUseDefFMFMServLvl INTEGER,
    bGLineCallFwdR6FMFMEnabled         INTEGER,
    bGLineCallFwdR6SDActRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR6SDDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR6SDUseDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR6SDActUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR6SDDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR6SDUseDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR6UnavailCFEnabled    INTEGER,
    bGLineCallFwdR6UnavailCFNum        DisplayString
  }

  bGLineCallFwdR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineCallFwdR6Entry  1 }

  bGLineCallFwdR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineCallFwdR6Entry  2 }

  bGLineCallFwdR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineCallFwdR6Entry  3 }

  bGLineCallFwdR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineCallFwdR6Entry  4 }

  bGLineCallFwdR6FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR6Entry  5 }

  bGLineCallFwdR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR6Entry  6 }

  bGLineCallFwdR6SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  7 }

  bGLineCallFwdR6SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  8 }

  bGLineCallFwdR6SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  9 }

  bGLineCallFwdR6SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  10 }

  bGLineCallFwdR6SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  11 }

  bGLineCallFwdR6SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  12 }

  bGLineCallFwdR6SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  13 }

  bGLineCallFwdR6SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  14 }

  bGLineCallFwdR6SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  15 }

  bGLineCallFwdR6SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  16 }

  bGLineCallFwdR6SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  17 }

  bGLineCallFwdR6SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  18 }

  bGLineCallFwdR6CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR6Entry  19 }

  bGLineCallFwdR6CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { bGLineCallFwdR6Entry  20 }

  bGLineCallFwdR6SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  21 }

  bGLineCallFwdR6SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  22 }

  bGLineCallFwdR6SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  23 }

  bGLineCallFwdR6CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR6Entry  24 }

  bGLineCallFwdR6CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { bGLineCallFwdR6Entry  25 }

  bGLineCallFwdR6SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  26 }

  bGLineCallFwdR6SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  27 }

  bGLineCallFwdR6SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  28 }

  bGLineCallFwdR6CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR6Entry  29 }

  bGLineCallFwdR6CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { bGLineCallFwdR6Entry  30 }

  bGLineCallFwdR6SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  31 }

  bGLineCallFwdR6SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  32 }

  bGLineCallFwdR6SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  33 }

  bGLineCallFwdR6SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  34 }

  bGLineCallFwdR6SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  35 }

  bGLineCallFwdR6SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  36 }

  bGLineCallFwdR6SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  37 }

  bGLineCallFwdR6SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  38 }

  bGLineCallFwdR6SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  39 }

  bGLineCallFwdR6SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR6Entry  40 }

  bGLineCallFwdR6SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { bGLineCallFwdR6Entry  41 }

  bGLineCallFwdR6SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { bGLineCallFwdR6Entry  42 }

  bGLineCallFwdR6SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  43 }

  bGLineCallFwdR6SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  44 }

  bGLineCallFwdR6SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  45 }

  bGLineCallFwdR6SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  46 }

  bGLineCallFwdR6SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  47 }

  bGLineCallFwdR6SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  48 }

  bGLineCallFwdR6SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  49 }

  bGLineCallFwdR6SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  50 }

  bGLineCallFwdR6SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  51 }

  bGLineCallFwdR6SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  52 }

  bGLineCallFwdR6SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  53 }

  bGLineCallFwdR6SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  54 }

  bGLineCallFwdR6SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  55 }

  bGLineCallFwdR6SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  56 }

  bGLineCallFwdR6SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  57 }

  bGLineCallFwdR6RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR6Entry  58 }

  bGLineCallFwdR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineCallFwdR6Entry  59 }

  bGLineCallFwdR6SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  63 }

  bGLineCallFwdR6SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  64 }

  bGLineCallFwdR6SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  65 }

  bGLineCallFwdR6SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  66 }

  bGLineCallFwdR6SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  67 }

  bGLineCallFwdR6SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  68 }

  bGLineCallFwdR6SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  70 }

  bGLineCallFwdR6SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  71 }

  bGLineCallFwdR6SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  72 }

  bGLineCallFwdR6SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  79 }

  bGLineCallFwdR6SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  80 }

  bGLineCallFwdR6SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  81 }

  bGLineCallFwdR6SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  90 }

  bGLineCallFwdR6SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  91 }

  bGLineCallFwdR6SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  92 }

  bGLineCallFwdR6SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  93 }

  bGLineCallFwdR6SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  94 }

  bGLineCallFwdR6SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  95 }

  bGLineCallFwdR6SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  96 }

  bGLineCallFwdR6SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  97 }

  bGLineCallFwdR6SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  98 }

  bGLineCallFwdR6BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  99 }

  bGLineCallFwdR6SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  100 }

  bGLineCallFwdR6SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  101 }

  bGLineCallFwdR6SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  102 }

  bGLineCallFwdR6SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  103 }

  bGLineCallFwdR6SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  104 }

  bGLineCallFwdR6SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  105 }

  bGLineCallFwdR6FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR6Entry  106 }

  bGLineCallFwdR6SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  107 }

  bGLineCallFwdR6SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  108 }

  bGLineCallFwdR6SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  109 }

  bGLineCallFwdR6SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  110 }

  bGLineCallFwdR6SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR6Entry  111 }

  bGLineCallFwdR6SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR6Entry  112 }

  bGLineCallFwdR6UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR6Entry  113 }

  bGLineCallFwdR6UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { bGLineCallFwdR6Entry  114 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Dialing Plan'                                               */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  busGrpDialingPlanR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpDialingPlanR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  1558 }

  busGrpDialingPlanR1Entry OBJECT-TYPE
    SYNTAX       BusGrpDialingPlanR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpDialingPlanR1NEConn,
             busGrpDialingPlanR1NetwkElement,
             busGrpDialingPlanR1CFSIx,
             busGrpDialingPlanR1GpIx }
    ::= {  busGrpDialingPlanR1Table  1  }

  BusGrpDialingPlanR1Entry  ::=  SEQUENCE
  {
    busGrpDialingPlanR1NEConn          Unsigned32,
    busGrpDialingPlanR1NetwkElement    DisplayString,
    busGrpDialingPlanR1CFSIx           Unsigned32,
    busGrpDialingPlanR1GpIx            Unsigned32,
    busGrpDialingPlanR1ExternalLineCode
                                       DisplayString,
    busGrpDialingPlanR1StarReplacementPulseDialing
                                       DisplayString,
    busGrpDialingPlanR1SimpleMatchingAutomaticallyApplied
                                       INTEGER,
    busGrpDialingPlanR1ForceSimpleMatching
                                       INTEGER,
    busGrpDialingPlanR1DiagLogCorr     Counter64,
    busGrpDialingPlanR1DoExtraActions  INTEGER,
    busGrpDialingPlanR1RowStatus       RowStatus,
    busGrpDialingPlanR1VoicemailCodePrefix
                                       DisplayString,
    busGrpDialingPlanR1InterSwitchBusGpDialingPermitted
                                       INTEGER,
    busGrpDialingPlanR1IntercomCodeDigitMap
                                       LongDisplayString
  }

  busGrpDialingPlanR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpDialingPlanR1Entry  1 }

  busGrpDialingPlanR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpDialingPlanR1Entry  2 }

  busGrpDialingPlanR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpDialingPlanR1Entry  3 }

  busGrpDialingPlanR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpDialingPlanR1Entry  4 }

  busGrpDialingPlanR1ExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'External line code'."
    ::= { busGrpDialingPlanR1Entry  5 }

  busGrpDialingPlanR1StarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Star replacement for pulse dialing'."
    ::= { busGrpDialingPlanR1Entry  6 }

  busGrpDialingPlanR1SimpleMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Simple matching automatically applied'."
    ::= { busGrpDialingPlanR1Entry  7 }

  busGrpDialingPlanR1ForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force simple matching'."
    DEFVAL       { false }
    ::= { busGrpDialingPlanR1Entry  8 }

  busGrpDialingPlanR1DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { busGrpDialingPlanR1Entry  9 }

  busGrpDialingPlanR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   generateDiagnosticsLog(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpDialingPlanR1Entry  10 }

  busGrpDialingPlanR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpDialingPlanR1Entry  11 }

  busGrpDialingPlanR1VoicemailCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail code prefix'."
    ::= { busGrpDialingPlanR1Entry  12 }

  busGrpDialingPlanR1InterSwitchBusGpDialingPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Inter-switch Business Group dialing permitted'."
    DEFVAL       { false }
    ::= { busGrpDialingPlanR1Entry  13 }

  busGrpDialingPlanR1IntercomCodeDigitMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom code digit map'."
    ::= { busGrpDialingPlanR1Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multiple Appearance Directory Number'                       */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  mADNR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Numbers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1559 }

  mADNR8Entry OBJECT-TYPE
    SYNTAX       MADNR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNR8NEConn,
             mADNR8NetwkElement,
             mADNR8CFSIx,
             mADNR8GpIx,
             mADNR8DirNum }
    ::= {  mADNR8Table  1  }

  MADNR8Entry  ::=  SEQUENCE
  {
    mADNR8NEConn                       Unsigned32,
    mADNR8NetwkElement                 DisplayString,
    mADNR8CFSIx                        Unsigned32,
    mADNR8GpIx                         Unsigned32,
    mADNR8DirNum                       DisplayString,
    mADNR8IntercomDialingCode          DisplayString,
    mADNR8NumStatus                    INTEGER,
    mADNR8RecentlyMovedFromOldNum      INTEGER,
    mADNR8MovedFromDirNum              DisplayString,
    mADNR8ConnectCallAfterAnnounce     INTEGER,
    mADNR8MovedToDirNum                DisplayString,
    mADNR8PortedExchangeID             DisplayString,
    mADNR8PIN                          DisplayString,
    mADNR8ActYear                      Unsigned32,
    mADNR8ActMonth                     Unsigned32,
    mADNR8ActDate                      Unsigned32,
    mADNR8ChldCallServAlrmsAttnRq      Unsigned32,
    mADNR8ChldCallServAlrmEvtsAttnRq   Unsigned32,
    mADNR8ChldCallServAlrmsAtndDp      Unsigned32,
    mADNR8ChldCallServAlrmEvtsAtndDp   Unsigned32,
    mADNR8DiagsLogLvl                  INTEGER,
    mADNR8DiagsAPITraceEnabled         INTEGER,
    mADNR8DiagsAPITraceTag             DisplayString,
    mADNR8DiagsAPITraceRemNum          DisplayString,
    mADNR8SummaryChldAlrmState         INTEGER,
    mADNR8RowStatus                    RowStatus,
    mADNR8ClgPartyNum                  DisplayString,
    mADNR8ChargeNum                    DisplayString,
    mADNR8I1PerProfNEConn              Unsigned32,
    mADNR8I2PerProfNetwkElement        DisplayString,
    mADNR8I3PerProfCFSIx               Unsigned32,
    mADNR8I4PerProfGpIx                Unsigned32,
    mADNR8SDActCallLimitAlgorithm      INTEGER,
    mADNR8SDDefCallLimitAlgorithm      INTEGER,
    mADNR8SDUseDefCallLimitAlgorithm   INTEGER,
    mADNR8SDActCallLimitVal            Unsigned32,
    mADNR8SDDefCallLimitVal            Unsigned32,
    mADNR8SDUseDefCallLimitVal         INTEGER,
    mADNR8SDActForceLNPLookup          INTEGER,
    mADNR8SDDefForceLNPLookup          INTEGER,
    mADNR8SDUseDefForceLNPLookup       INTEGER,
    mADNR8MultipleAppearanceDirNum     DisplayString,
    mADNR8MLHGIx                       Unsigned32,
    mADNR8MLHGMemberIx                 Unsigned32,
    mADNR8EnabledDate                  Unsigned32,
    mADNR8I1DepartmentNEConn           Unsigned32,
    mADNR8I2DepartmentNetwkElement     DisplayString,
    mADNR8I3DepartmentCFSIx            Unsigned32,
    mADNR8I4DepartmentGpIx             Unsigned32,
    mADNR8I5DepartmentDepartmentIx     Unsigned32,
    mADNR8DepartmentOtherVals          INTEGER,
    mADNR8NumMembers                   Unsigned32,
    mADNR8MovedDate                    Unsigned32,
    mADNR8SDActExpireAfter             Unsigned32,
    mADNR8SDDefExpireAfter             Unsigned32,
    mADNR8SDUseDefExpireAfter          INTEGER,
    mADNR8ExpiryDate                   Unsigned32,
    mADNR8MADNApplyDistinctiveRingPattn
                                       INTEGER,
    mADNR8MADNRingPattn                INTEGER,
    mADNR8I1DelegatedManagementGpEMSIx Unsigned32,
    mADNR8I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mADNR8I3DelegatedManagementGpDMGIx Integer32,
    mADNR8SASHostname                  LongDisplayString,
    mADNR8SDActChargeInd               INTEGER,
    mADNR8SDDefChargeInd               INTEGER,
    mADNR8SDUseDefChargeInd            INTEGER,
    mADNR8I1FaultMonitoringProfEMSIx   Unsigned32,
    mADNR8I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mADNR8I3FaultMonitoringProfFMPIx   Integer32,
    mADNR8FaultMonitoringProfOtherVals INTEGER,
    mADNR8AllowFMPsFromReltdObjectsToApply
                                       INTEGER
  }

  mADNR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNR8Entry  1 }

  mADNR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNR8Entry  2 }

  mADNR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNR8Entry  3 }

  mADNR8GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNR8Entry  4 }

  mADNR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mADNR8Entry  5 }

  mADNR8IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mADNR8Entry  8 }

  mADNR8NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mADNR8Entry  9 }

  mADNR8RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mADNR8Entry  10 }

  mADNR8MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mADNR8Entry  11 }

  mADNR8ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mADNR8Entry  12 }

  mADNR8MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mADNR8Entry  13 }

  mADNR8PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mADNR8Entry  14 }

  mADNR8PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mADNR8Entry  15 }

  mADNR8ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mADNR8Entry  17 }

  mADNR8ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mADNR8Entry  18 }

  mADNR8ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mADNR8Entry  19 }

  mADNR8ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mADNR8Entry  20 }

  mADNR8ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR8Entry  21 }

  mADNR8ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mADNR8Entry  22 }

  mADNR8ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR8Entry  23 }

  mADNR8DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mADNR8Entry  24 }

  mADNR8DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mADNR8Entry  25 }

  mADNR8DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mADNR8Entry  26 }

  mADNR8DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mADNR8Entry  27 }

  mADNR8SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mADNR8Entry  28 }

  mADNR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNR8Entry  29 }

  mADNR8ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { mADNR8Entry  30 }

  mADNR8ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { mADNR8Entry  31 }

  mADNR8I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR8Entry  32 }

  mADNR8I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR8Entry  33 }

  mADNR8I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR8Entry  34 }

  mADNR8I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR8Entry  35 }

  mADNR8SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  90 }

  mADNR8SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  91 }

  mADNR8SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR8Entry  92 }

  mADNR8SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  93 }

  mADNR8SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  94 }

  mADNR8SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR8Entry  95 }

  mADNR8SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  96 }

  mADNR8SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  97 }

  mADNR8SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR8Entry  98 }

  mADNR8MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mADNR8Entry  99 }

  mADNR8MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mADNR8Entry  100 }

  mADNR8MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mADNR8Entry  101 }

  mADNR8EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mADNR8Entry  102 }

  mADNR8I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR8Entry  104 }

  mADNR8I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR8Entry  105 }

  mADNR8I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR8Entry  106 }

  mADNR8I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR8Entry  107 }

  mADNR8I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR8Entry  108 }

  mADNR8DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR8Entry  109 }

  mADNR8NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mADNR8Entry  110 }

  mADNR8MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mADNR8Entry  111 }

  mADNR8SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  112 }

  mADNR8SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  113 }

  mADNR8SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR8Entry  114 }

  mADNR8ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mADNR8Entry  115 }

  mADNR8MADNApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mADNR8Entry  117 }

  mADNR8MADNRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mADNR8Entry  118 }

  mADNR8I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR8Entry  119 }

  mADNR8I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR8Entry  120 }

  mADNR8I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR8Entry  121 }

  mADNR8SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mADNR8Entry  123 }

  mADNR8SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  124 }

  mADNR8SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR8Entry  125 }

  mADNR8SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR8Entry  126 }

  mADNR8I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR8Entry  127 }

  mADNR8I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR8Entry  128 }

  mADNR8I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR8Entry  129 }

  mADNR8FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR8Entry  130 }

  mADNR8AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mADNR8Entry  131 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  pBXGenCallServCtrlR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXGenCallServCtrlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1562 }

  pBXGenCallServCtrlR1Entry OBJECT-TYPE
    SYNTAX       PBXGenCallServCtrlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXGenCallServCtrlR1NEConn,
             pBXGenCallServCtrlR1NetwkElement,
             pBXGenCallServCtrlR1CFSIx,
             pBXGenCallServCtrlR1DirNum }
    ::= {  pBXGenCallServCtrlR1Table  1  }

  PBXGenCallServCtrlR1Entry  ::=  SEQUENCE
  {
    pBXGenCallServCtrlR1NEConn         Unsigned32,
    pBXGenCallServCtrlR1NetwkElement   DisplayString,
    pBXGenCallServCtrlR1CFSIx          Unsigned32,
    pBXGenCallServCtrlR1DirNum         DisplayString,
    pBXGenCallServCtrlR1SDActPINChangeSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDDefPINChangeSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDUseDefPINChangeSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDActVideoCodecsSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDDefVideoCodecsSubscribed
                                       INTEGER,
    pBXGenCallServCtrlR1SDUseDefVideoCodecsSubscribed
                                       INTEGER
  }

  pBXGenCallServCtrlR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXGenCallServCtrlR1Entry  1 }

  pBXGenCallServCtrlR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXGenCallServCtrlR1Entry  2 }

  pBXGenCallServCtrlR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXGenCallServCtrlR1Entry  3 }

  pBXGenCallServCtrlR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXGenCallServCtrlR1Entry  4 }

  pBXGenCallServCtrlR1SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGenCallServCtrlR1Entry  5 }

  pBXGenCallServCtrlR1SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGenCallServCtrlR1Entry  6 }

  pBXGenCallServCtrlR1SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGenCallServCtrlR1Entry  7 }

  pBXGenCallServCtrlR1SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGenCallServCtrlR1Entry  8 }

  pBXGenCallServCtrlR1SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGenCallServCtrlR1Entry  9 }

  pBXGenCallServCtrlR1SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGenCallServCtrlR1Entry  10 }

  pBXGenCallServCtrlR1SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGenCallServCtrlR1Entry  11 }

  pBXGenCallServCtrlR1SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGenCallServCtrlR1Entry  12 }

  pBXGenCallServCtrlR1SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGenCallServCtrlR1Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Unsupported Network Element'                                */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  unsupNetElementR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UnsupNetElementR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1572 }

  unsupNetElementR1Entry OBJECT-TYPE
    SYNTAX       UnsupNetElementR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { unsupNetElementR1NEConn,
             unsupNetElementR1NetwkElement }
    ::= {  unsupNetElementR1Table  1  }

  UnsupNetElementR1Entry  ::=  SEQUENCE
  {
    unsupNetElementR1NEConn            Unsigned32,
    unsupNetElementR1NetwkElement      DisplayString,
    unsupNetElementR1UniqueSysIdentifier
                                       DisplayString,
    unsupNetElementR1PrimaryProcessorCard
                                       INTEGER,
    unsupNetElementR1SoftwareUpgradeState
                                       INTEGER,
    unsupNetElementR1ProcASoftwareUpgradeAction
                                       INTEGER,
    unsupNetElementR1ProcASoftwareLvlRunning
                                       INTEGER,
    unsupNetElementR1ProcAUpLvlVersionLvl
                                       Integer32,
    unsupNetElementR1ProcAUpLvlServLvl Integer32,
    unsupNetElementR1ProcAUpLvlBootLvl Integer32,
    unsupNetElementR1ProcABackLvlVersionLvl
                                       Integer32,
    unsupNetElementR1ProcABackLvlServLvl
                                       Integer32,
    unsupNetElementR1ProcABackLvlBootLvl
                                       Integer32,
    unsupNetElementR1ProcANativeLvlVersionLvl
                                       Integer32,
    unsupNetElementR1ProcANativeLvlServLvl
                                       Integer32,
    unsupNetElementR1ProcANativeLvlBootLvl
                                       Integer32,
    unsupNetElementR1ProcBSoftwareUpgradeAction
                                       INTEGER,
    unsupNetElementR1ProcBSoftwareLvlRunning
                                       INTEGER,
    unsupNetElementR1ProcBUpLvlVersionLvl
                                       Integer32,
    unsupNetElementR1ProcBUpLvlServLvl Integer32,
    unsupNetElementR1ProcBUpLvlBootLvl Integer32,
    unsupNetElementR1ProcBBackLvlVersionLvl
                                       Integer32,
    unsupNetElementR1ProcBBackLvlServLvl
                                       Integer32,
    unsupNetElementR1ProcBBackLvlBootLvl
                                       Integer32,
    unsupNetElementR1ProcBNativeLvlVersionLvl
                                       Integer32,
    unsupNetElementR1ProcBNativeLvlServLvl
                                       Integer32,
    unsupNetElementR1ProcBNativeLvlBootLvl
                                       Integer32,
    unsupNetElementR1AlrmState         INTEGER
  }

  unsupNetElementR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { unsupNetElementR1Entry  1 }

  unsupNetElementR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { unsupNetElementR1Entry  2 }

  unsupNetElementR1UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { unsupNetElementR1Entry  3 }

  unsupNetElementR1PrimaryProcessorCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorCardA(0),
                   processorCardB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary processor card'."
    ::= { unsupNetElementR1Entry  4 }

  unsupNetElementR1SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { unsupNetElementR1Entry  5 }

  unsupNetElementR1ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { unsupNetElementR1Entry  6 }

  unsupNetElementR1ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { unsupNetElementR1Entry  7 }

  unsupNetElementR1ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { unsupNetElementR1Entry  8 }

  unsupNetElementR1ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { unsupNetElementR1Entry  9 }

  unsupNetElementR1ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { unsupNetElementR1Entry  10 }

  unsupNetElementR1ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { unsupNetElementR1Entry  11 }

  unsupNetElementR1ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { unsupNetElementR1Entry  12 }

  unsupNetElementR1ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { unsupNetElementR1Entry  13 }

  unsupNetElementR1ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { unsupNetElementR1Entry  14 }

  unsupNetElementR1ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { unsupNetElementR1Entry  15 }

  unsupNetElementR1ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { unsupNetElementR1Entry  16 }

  unsupNetElementR1ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { unsupNetElementR1Entry  17 }

  unsupNetElementR1ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { unsupNetElementR1Entry  18 }

  unsupNetElementR1ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { unsupNetElementR1Entry  19 }

  unsupNetElementR1ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { unsupNetElementR1Entry  20 }

  unsupNetElementR1ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { unsupNetElementR1Entry  21 }

  unsupNetElementR1ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { unsupNetElementR1Entry  22 }

  unsupNetElementR1ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { unsupNetElementR1Entry  23 }

  unsupNetElementR1ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { unsupNetElementR1Entry  24 }

  unsupNetElementR1ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { unsupNetElementR1Entry  25 }

  unsupNetElementR1ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { unsupNetElementR1Entry  26 }

  unsupNetElementR1ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { unsupNetElementR1Entry  27 }

  unsupNetElementR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { unsupNetElementR1Entry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Network Element Statistics'                */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  netElStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1573 }

  netElStatsR1Entry OBJECT-TYPE
    SYNTAX       NetElStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElStatsR1NEConn,
             netElStatsR1NetwkElement,
             netElStatsR1SummaryPeriod }
    ::= {  netElStatsR1Table  1  }

  NetElStatsR1Entry  ::=  SEQUENCE
  {
    netElStatsR1NEConn                 Unsigned32,
    netElStatsR1NetwkElement           DisplayString,
    netElStatsR1SummaryPeriod          INTEGER,
    netElStatsR1ProcATotCPUUsage       Unsigned32,
    netElStatsR1ProcATotCPUUsageHighWaterMark
                                       Unsigned32,
    netElStatsR1CPUAUserCPUUsage       Unsigned32,
    netElStatsR1CPUAUserCPUUsageHighWaterMark
                                       Unsigned32,
    netElStatsR1ProcAKernCPUUsage      Unsigned32,
    netElStatsR1ProcAKernCPUUsageHighWaterMark
                                       Unsigned32,
    netElStatsR1ProcATotPhysMem        Unsigned32,
    netElStatsR1ProcAPhysMemUsage      Unsigned32,
    netElStatsR1ProcAPhysMemUsageHighWaterMark
                                       Unsigned32,
    netElStatsR1ProcBTotCPUUsage       Unsigned32,
    netElStatsR1ProcBTotCPUUsageHighWaterMark
                                       Unsigned32,
    netElStatsR1CPUBUserCPUUsage       Unsigned32,
    netElStatsR1CPUBUserCPUUsageHighWaterMark
                                       Unsigned32,
    netElStatsR1ProcBKernCPUUsage      Unsigned32,
    netElStatsR1ProcBKernCPUUsageHighWaterMark
                                       Unsigned32,
    netElStatsR1ProcBTotPhysMem        Unsigned32,
    netElStatsR1ProcBPhysMemUsage      Unsigned32,
    netElStatsR1ProcBPhysMemUsageHighWaterMark
                                       Unsigned32
  }

  netElStatsR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElStatsR1Entry  1 }

  netElStatsR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElStatsR1Entry  2 }

  netElStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { netElStatsR1Entry  3 }

  netElStatsR1ProcATotCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - total CPU usage'."
    ::= { netElStatsR1Entry  4 }

  netElStatsR1ProcATotCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - total CPU usage high water mark'."
    ::= { netElStatsR1Entry  5 }

  netElStatsR1CPUAUserCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - user space CPU usage'."
    ::= { netElStatsR1Entry  6 }

  netElStatsR1CPUAUserCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - user space CPU usage high water mark'."
    ::= { netElStatsR1Entry  7 }

  netElStatsR1ProcAKernCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - kernel CPU usage'."
    ::= { netElStatsR1Entry  8 }

  netElStatsR1ProcAKernCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - kernel CPU usage high water mark'."
    ::= { netElStatsR1Entry  9 }

  netElStatsR1ProcATotPhysMem OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - total physical memory'."
    ::= { netElStatsR1Entry  10 }

  netElStatsR1ProcAPhysMemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - physical memory usage'."
    ::= { netElStatsR1Entry  11 }

  netElStatsR1ProcAPhysMemUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - physical memory usage high water mark'."
    ::= { netElStatsR1Entry  12 }

  netElStatsR1ProcBTotCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - total CPU usage'."
    ::= { netElStatsR1Entry  13 }

  netElStatsR1ProcBTotCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - total CPU usage high water mark'."
    ::= { netElStatsR1Entry  14 }

  netElStatsR1CPUBUserCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - user space CPU usage'."
    ::= { netElStatsR1Entry  15 }

  netElStatsR1CPUBUserCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - user space CPU usage high water mark'."
    ::= { netElStatsR1Entry  16 }

  netElStatsR1ProcBKernCPUUsage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - kernel CPU usage'."
    ::= { netElStatsR1Entry  17 }

  netElStatsR1ProcBKernCPUUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - kernel CPU usage high water mark'."
    ::= { netElStatsR1Entry  18 }

  netElStatsR1ProcBTotPhysMem OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - total physical memory'."
    ::= { netElStatsR1Entry  19 }

  netElStatsR1ProcBPhysMemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - physical memory usage'."
    ::= { netElStatsR1Entry  20 }

  netElStatsR1ProcBPhysMemUsageHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - physical memory usage high water mark'."
    ::= { netElStatsR1Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Users'                                                      */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  netElementUsersR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementUsersR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1574 }

  netElementUsersR2Entry OBJECT-TYPE
    SYNTAX       NetElementUsersR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementUsersR2NEConn,
             netElementUsersR2NetwkElement }
    ::= {  netElementUsersR2Table  1  }

  NetElementUsersR2Entry  ::=  SEQUENCE
  {
    netElementUsersR2NEConn            Unsigned32,
    netElementUsersR2NetwkElement      DisplayString,
    netElementUsersR2DefPasswordExpiryPeriod
                                       Unsigned32,
    netElementUsersR2DefLoginFailsBeforeLockout
                                       Unsigned32
  }

  netElementUsersR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementUsersR2Entry  1 }

  netElementUsersR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementUsersR2Entry  2 }

  netElementUsersR2DefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default password expiry period'."
    DEFVAL       { 0 }
    ::= { netElementUsersR2Entry  3 }

  netElementUsersR2DefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default login failures before lockout'."
    DEFVAL       { 0 }
    ::= { netElementUsersR2Entry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Craft User'                                                 */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  netElementCraftUserR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementCraftUserR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1575 }

  netElementCraftUserR3Entry OBJECT-TYPE
    SYNTAX       NetElementCraftUserR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementCraftUserR3NEConn,
             netElementCraftUserR3NetwkElement,
             netElementCraftUserR3UserName }
    ::= {  netElementCraftUserR3Table  1  }

  NetElementCraftUserR3Entry  ::=  SEQUENCE
  {
    netElementCraftUserR3NEConn        Unsigned32,
    netElementCraftUserR3NetwkElement  DisplayString,
    netElementCraftUserR3UserName      DisplayString,
    netElementCraftUserR3NewPassword   DisplayString,
    netElementCraftUserR3ConfirmNewPassword
                                       DisplayString,
    netElementCraftUserR3UserDesc      DisplayString,
    netElementCraftUserR3RowStatus     RowStatus,
    netElementCraftUserR3UserSecurityLvl
                                       INTEGER,
    netElementCraftUserR3SDActPasswordExpiryPeriod
                                       Unsigned32,
    netElementCraftUserR3SDDefPasswordExpiryPeriod
                                       Unsigned32,
    netElementCraftUserR3SDUseDefPasswordExpiryPeriod
                                       INTEGER,
    netElementCraftUserR3DaysUntilPasswordExpiry
                                       Unsigned32,
    netElementCraftUserR3SDActLoginFailsBeforeLockout
                                       Unsigned32,
    netElementCraftUserR3SDDefLoginFailsBeforeLockout
                                       Unsigned32,
    netElementCraftUserR3SDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    netElementCraftUserR3NumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    netElementCraftUserR3AccountLocked INTEGER
  }

  netElementCraftUserR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementCraftUserR3Entry  1 }

  netElementCraftUserR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementCraftUserR3Entry  2 }

  netElementCraftUserR3UserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { netElementCraftUserR3Entry  3 }

  netElementCraftUserR3NewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { netElementCraftUserR3Entry  4 }

  netElementCraftUserR3ConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { netElementCraftUserR3Entry  5 }

  netElementCraftUserR3UserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { netElementCraftUserR3Entry  6 }

  netElementCraftUserR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { netElementCraftUserR3Entry  7 }

  netElementCraftUserR3UserSecurityLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   administrator(1),
                   restricted(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User security level'."
    DEFVAL       { administrator }
    ::= { netElementCraftUserR3Entry  8 }

  netElementCraftUserR3SDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR3Entry  9 }

  netElementCraftUserR3SDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR3Entry  10 }

  netElementCraftUserR3SDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { netElementCraftUserR3Entry  11 }

  netElementCraftUserR3DaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { netElementCraftUserR3Entry  12 }

  netElementCraftUserR3SDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR3Entry  13 }

  netElementCraftUserR3SDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR3Entry  14 }

  netElementCraftUserR3SDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { netElementCraftUserR3Entry  15 }

  netElementCraftUserR3NumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { netElementCraftUserR3Entry  16 }

  netElementCraftUserR3AccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { netElementCraftUserR3Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server Statistics'                             */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  cFSStatsConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSStatsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1576 }

  cFSStatsConR1Entry OBJECT-TYPE
    SYNTAX       CFSStatsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSStatsConR1NEConn,
             cFSStatsConR1NetwkElement,
             cFSStatsConR1CFSIx }
    ::= {  cFSStatsConR1Table  1  }

  CFSStatsConR1Entry  ::=  SEQUENCE
  {
    cFSStatsConR1NEConn                Unsigned32,
    cFSStatsConR1NetwkElement          DisplayString,
    cFSStatsConR1CFSIx                 Unsigned32,
    cFSStatsConR1DoExtraActions        INTEGER
  }

  cFSStatsConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSStatsConR1Entry  1 }

  cFSStatsConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSStatsConR1Entry  2 }

  cFSStatsConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSStatsConR1Entry  3 }

  cFSStatsConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSStatsConR1Entry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE ''No Summary Period' Call Feature Server Statistics'         */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  cFSStatsSIR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSStatsSIR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1578 }

  cFSStatsSIR2Entry OBJECT-TYPE
    SYNTAX       CFSStatsSIR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSStatsSIR2NEConn,
             cFSStatsSIR2NetwkElement,
             cFSStatsSIR2CFSIx }
    ::= {  cFSStatsSIR2Table  1  }

  CFSStatsSIR2Entry  ::=  SEQUENCE
  {
    cFSStatsSIR2NEConn                 Unsigned32,
    cFSStatsSIR2NetwkElement           DisplayString,
    cFSStatsSIR2CFSIx                  Unsigned32,
    cFSStatsSIR2NumCurrActCalls        Unsigned32,
    cFSStatsSIR2MaxNumActCalls         Unsigned32,
    cFSStatsSIR2CntOnSwitchRtgAttempts Counter64,
    cFSStatsSIR2CntSuccessfulOnSwitchRtgAttempts
                                       Counter64,
    cFSStatsSIR2CTpOnSwSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsSIR2CTpOnSwClsCCon         Unsigned32,
    cFSStatsSIR2CTpOnSwSubToTrnkSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsSIR2CTOnSwSbTrClsCCon      Unsigned32,
    cFSStatsSIR2CTpOnSwSubToIVRSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsSIR2CTpSwSubToIVRCCon      Unsigned32,
    cFSStatsSIR2CTpTrOnSwSbSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsSIR2CTpTrOnSwSbClsCCon     Unsigned32,
    cFSStatsSIR2CTpTrToTrSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsSIR2TrnkToTrnkAverageNum   Unsigned32,
    cFSStatsSIR2ClTpgyTrnkToIVRSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsSIR2TrnkToIVRAverageNum    Unsigned32,
    cFSStatsSIR2MltprtyCumCnt          Unsigned32,
    cFSStatsSIR2MltprtyAverageNum      Unsigned32
  }

  cFSStatsSIR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSStatsSIR2Entry  1 }

  cFSStatsSIR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSStatsSIR2Entry  2 }

  cFSStatsSIR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSStatsSIR2Entry  3 }

  cFSStatsSIR2NumCurrActCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of currently active calls'."
    ::= { cFSStatsSIR2Entry  4 }

  cFSStatsSIR2MaxNumActCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max number of active calls'."
    ::= { cFSStatsSIR2Entry  5 }

  cFSStatsSIR2CntOnSwitchRtgAttempts OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of on-switch routing attempts'."
    ::= { cFSStatsSIR2Entry  6 }

  cFSStatsSIR2CntSuccessfulOnSwitchRtgAttempts OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Count of successful on-switch routing attempts'."
    ::= { cFSStatsSIR2Entry  7 }

  cFSStatsSIR2CTpOnSwSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'On-switch calls - count'."
    ::= { cFSStatsSIR2Entry  8 }

  cFSStatsSIR2CTpOnSwClsCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'On-switch calls - average number'."
    ::= { cFSStatsSIR2Entry  9 }

  cFSStatsSIR2CTpOnSwSubToTrnkSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from on-switch subscriber to trunk - count'."
    ::= { cFSStatsSIR2Entry  10 }

  cFSStatsSIR2CTOnSwSbTrClsCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from on-switch subscriber to trunk - average number'."
    ::= { cFSStatsSIR2Entry  11 }

  cFSStatsSIR2CTpOnSwSubToIVRSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from on-switch subscriber to IVR - count'."
    ::= { cFSStatsSIR2Entry  12 }

  cFSStatsSIR2CTpSwSubToIVRCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from on-switch subscriber to IVR - average number'."
    ::= { cFSStatsSIR2Entry  13 }

  cFSStatsSIR2CTpTrOnSwSbSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from trunk to on-switch subscriber - count'."
    ::= { cFSStatsSIR2Entry  14 }

  cFSStatsSIR2CTpTrOnSwSbClsCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from trunk to on-switch subscriber - average number'."
    ::= { cFSStatsSIR2Entry  15 }

  cFSStatsSIR2CTpTrToTrSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calls from trunk to trunk - count'."
    ::= { cFSStatsSIR2Entry  16 }

  cFSStatsSIR2TrnkToTrnkAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from trunk to trunk - average number'."
    ::= { cFSStatsSIR2Entry  17 }

  cFSStatsSIR2ClTpgyTrnkToIVRSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calls from trunk to IVR - count'."
    ::= { cFSStatsSIR2Entry  18 }

  cFSStatsSIR2TrnkToIVRAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls from trunk to IVR - average number'."
    ::= { cFSStatsSIR2Entry  19 }

  cFSStatsSIR2MltprtyCumCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Multiparty calls - count'."
    ::= { cFSStatsSIR2Entry  20 }

  cFSStatsSIR2MltprtyAverageNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Multiparty calls - average number'."
    ::= { cFSStatsSIR2Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Call Feature Server Statistics'            */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  cFSStatsR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSStatsR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1579 }

  cFSStatsR4Entry OBJECT-TYPE
    SYNTAX       CFSStatsR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSStatsR4NEConn,
             cFSStatsR4NetwkElement,
             cFSStatsR4CFSIx,
             cFSStatsR4SummaryPeriod }
    ::= {  cFSStatsR4Table  1  }

  CFSStatsR4Entry  ::=  SEQUENCE
  {
    cFSStatsR4NEConn                   Unsigned32,
    cFSStatsR4NetwkElement             DisplayString,
    cFSStatsR4CFSIx                    Unsigned32,
    cFSStatsR4SummaryPeriod            INTEGER,
    cFSStatsR4TIClsClsCurCon           Unsigned32,
    cFSStatsR4TIClsCallsCurrConnecting Unsigned32,
    cFSStatsR4TIClsCallsCurrDisconnecting
                                       Unsigned32,
    cFSStatsR4TrfcIEmgncyCallsClsCurCon
                                       Unsigned32,
    cFSStatsR4TrfcIEmgncyCallsCallsCurrConnecting
                                       Unsigned32,
    cFSStatsR4CAtsSubscr               Unsigned32,
    cFSStatsR4CAtsTrnk                 Unsigned32,
    cFSStatsR4CFlsTotSubscr            Unsigned32,
    cFSStatsR4CFlsTotTrnk              Unsigned32,
    cFSStatsR4CFlsSubBusySubscr        Unsigned32,
    cFSStatsR4CFlsSubBusyTrnk          Unsigned32,
    cFSStatsR4CFlsSubUnavailSubscr     Unsigned32,
    cFSStatsR4CFlsSubUnavailTrnk       Unsigned32,
    cFSStatsR4CFlsNoTCAvlSubscr        Unsigned32,
    cFSStatsR4CFlsNoTCAvlTrnk          Unsigned32,
    cFSStatsR4CFlsTrnkNetBOrFSubscr    Unsigned32,
    cFSStatsR4CFlsTrnkNetBOrFTrnk      Unsigned32,
    cFSStatsR4CFlsTrnkFaildSubscr      Unsigned32,
    cFSStatsR4CFlsTrnkFaildTrnk        Unsigned32,
    cFSStatsR4CFlsNumVldnFldSubscr     Unsigned32,
    cFSStatsR4CFlsNumVldnFldTrnk       Unsigned32,
    cFSStatsR4CFlsNoDigsRcvdSubscr     Unsigned32,
    cFSStatsR4CFlsNoDigsRcvdTrnk       Unsigned32,
    cFSStatsR4CFlsRtgFaildSubscr       Unsigned32,
    cFSStatsR4CFlsRtgFaildTrnk         Unsigned32,
    cFSStatsR4CFlsResShortageSubscr    Unsigned32,
    cFSStatsR4CFlsResShortageTrnk      Unsigned32,
    cFSStatsR4CFlsMediaFaildSubscr     Unsigned32,
    cFSStatsR4CFlsMediaFaildTrnk       Unsigned32,
    cFSStatsR4CFlsSigFaildSubscr       Unsigned32,
    cFSStatsR4CFlsSigFaildTrnk         Unsigned32,
    cFSStatsR4CFlsSysCgstnSubscr       Unsigned32,
    cFSStatsR4CFlsSysCgstnTrnk         Unsigned32,
    cFSStatsR4CFlsOthersSubscr         Unsigned32,
    cFSStatsR4CFlsOthersTrnk           Unsigned32,
    cFSStatsR4ActCFlsSubscr            Unsigned32,
    cFSStatsR4ActCFlsTrnk              Unsigned32,
    cFSStatsR4CFlsCallServsSubscr      Unsigned32,
    cFSStatsR4CFlsCallServsTrnk        Unsigned32,
    cFSStatsR4SubOrigCallsNum          Unsigned32,
    cFSStatsR4SubOrigCallsHighWaterMark
                                       Unsigned32,
    cFSStatsR4SubOrigCallsLowWaterMark Unsigned32,
    cFSStatsR4TIClsOriginatedOnSwitchCallUsage
                                       Unsigned32,
    cFSStatsR4InTrnkCallsNum           Unsigned32,
    cFSStatsR4InTrnkCallsHighWaterMark Unsigned32,
    cFSStatsR4InTrnkCallsLowWaterMark  Unsigned32,
    cFSStatsR4TrfcITrnksCallUsage      Unsigned32,
    cFSStatsR4CTpOnSwSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsR4CTpOnSwClsCCon           Unsigned32,
    cFSStatsR4CTpOnSwClsCConHighWaterMark
                                       Unsigned32,
    cFSStatsR4CTpOnSwClsCConLowWaterMark
                                       Unsigned32,
    cFSStatsR4CTpOnSwCallUsage         Unsigned32,
    cFSStatsR4CTpOnSwSubToTrnkSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsR4CTOnSwSbTrClsCCon        Unsigned32,
    cFSStatsR4CTOnSwSbTrClsCConHighWaterMark
                                       Unsigned32,
    cFSStatsR4CTOnSwSbTrClsCConLowWaterMark
                                       Unsigned32,
    cFSStatsR4CTpOnSwSubToTrnkCallUsage
                                       Unsigned32,
    cFSStatsR4CTpOnSwSubToIVRSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsR4CTpSwSubToIVRCCon        Unsigned32,
    cFSStatsR4CTpSwSubToIVRCConHighWaterMark
                                       Unsigned32,
    cFSStatsR4CTpSwSubToIVRCConLowWaterMark
                                       Unsigned32,
    cFSStatsR4CTpOnSwSubToIVRCallUsage Unsigned32,
    cFSStatsR4CTpTrOnSwSbSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsR4CTpTrOnSwSbClsCCon       Unsigned32,
    cFSStatsR4CTpTrOnSwSbClsCConHighWaterMark
                                       Unsigned32,
    cFSStatsR4CTpTrOnSwSbClsCConLowWaterMark
                                       Unsigned32,
    cFSStatsR4CTpTrOnSwSbCallUsage     Unsigned32,
    cFSStatsR4CTpTrToTrSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsR4CTpTrToTrClsCCon         Unsigned32,
    cFSStatsR4CTpTrToTrClsCConHighWaterMark
                                       Unsigned32,
    cFSStatsR4CTpTrToTrClsCConLowWaterMark
                                       Unsigned32,
    cFSStatsR4CTpTrToTrCallUsage       Unsigned32,
    cFSStatsR4ClTpgyTrnkToIVRSuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsR4ClTpgyTrnkToIVRCurCon    Unsigned32,
    cFSStatsR4ClTpgyTrnkToIVRCurConHighWaterMark
                                       Unsigned32,
    cFSStatsR4ClTpgyTrnkToIVRCurConLowWaterMark
                                       Unsigned32,
    cFSStatsR4ClTpgyTrnkToIVRCallUsage Unsigned32,
    cFSStatsR4MultipartySuccessfulCallAttempts
                                       Unsigned32,
    cFSStatsR4MultipartyClsCurCon      Unsigned32,
    cFSStatsR4MultipartyClsCurConHighWaterMark
                                       Unsigned32,
    cFSStatsR4MultipartyClsCurConLowWaterMark
                                       Unsigned32,
    cFSStatsR4MultipartyCallUsage      Unsigned32,
    cFSStatsR4TrfcIConnectedCallFailsCallsReachingMaxDurn
                                       Unsigned32
  }

  cFSStatsR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSStatsR4Entry  1 }

  cFSStatsR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSStatsR4Entry  2 }

  cFSStatsR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSStatsR4Entry  3 }

  cFSStatsR4SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { cFSStatsR4Entry  4 }

  cFSStatsR4TIClsClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Calls currently connected'."
    ::= { cFSStatsR4Entry  19 }

  cFSStatsR4TIClsCallsCurrConnecting OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Calls currently connecting'."
    ::= { cFSStatsR4Entry  20 }

  cFSStatsR4TIClsCallsCurrDisconnecting OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls - Calls currently disconnecting'."
    ::= { cFSStatsR4Entry  21 }

  cFSStatsR4TrfcIEmgncyCallsClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Emergency calls - Calls currently connected'."
    ::= { cFSStatsR4Entry  23 }

  cFSStatsR4TrfcIEmgncyCallsCallsCurrConnecting OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Emergency calls - Calls currently connecting'."
    ::= { cFSStatsR4Entry  24 }

  cFSStatsR4CAtsSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls originated on-switch - Total call attempts'."
    ::= { cFSStatsR4Entry  26 }

  cFSStatsR4CAtsTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls from trunks - Total call attempts'."
    ::= { cFSStatsR4Entry  27 }

  cFSStatsR4CFlsTotSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls originated on-switch - Failed call attempts'."
    ::= { cFSStatsR4Entry  29 }

  cFSStatsR4CFlsTotTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls from trunks - Failed call attempts'."
    ::= { cFSStatsR4Entry  30 }

  cFSStatsR4CFlsSubBusySubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Called on-switch subscriber busy - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  32 }

  cFSStatsR4CFlsSubBusyTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Called on-switch subscriber busy - Calls from trunks'."
    ::= { cFSStatsR4Entry  33 }

  cFSStatsR4CFlsSubUnavailSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Called on-switch subscriber device unavailable - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  35 }

  cFSStatsR4CFlsSubUnavailTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Called on-switch subscriber device unavailable - Calls from trunks'."
    ::= { cFSStatsR4Entry  36 }

  cFSStatsR4CFlsNoTCAvlSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: No outgoing trunk circuit available - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  38 }

  cFSStatsR4CFlsNoTCAvlTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: No outgoing trunk circuit available - Calls from trunks'."
    ::= { cFSStatsR4Entry  39 }

  cFSStatsR4CFlsTrnkNetBOrFSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Remote called subscriber or remote trunk busy - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  41 }

  cFSStatsR4CFlsTrnkNetBOrFTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Remote called subscriber or remote trunk busy - Calls from trunks'."
    ::= { cFSStatsR4Entry  42 }

  cFSStatsR4CFlsTrnkFaildSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Trunk from Call Feature Server failed - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  44 }

  cFSStatsR4CFlsTrnkFaildTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Trunk from Call Feature Server failed - Calls from trunks'."
    ::= { cFSStatsR4Entry  45 }

  cFSStatsR4CFlsNumVldnFldSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Number validation failed - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  47 }

  cFSStatsR4CFlsNumVldnFldTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Number validation failed - Calls from trunks'."
    ::= { cFSStatsR4Entry  48 }

  cFSStatsR4CFlsNoDigsRcvdSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures - no digits received - subscriber originated calls'."
    ::= { cFSStatsR4Entry  50 }

  cFSStatsR4CFlsNoDigsRcvdTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures - no digits received - incoming trunk calls'."
    ::= { cFSStatsR4Entry  51 }

  cFSStatsR4CFlsRtgFaildSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Routing failed - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  53 }

  cFSStatsR4CFlsRtgFaildTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Routing failed - Calls from trunks'."
    ::= { cFSStatsR4Entry  54 }

  cFSStatsR4CFlsResShortageSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Resource shortage - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  56 }

  cFSStatsR4CFlsResShortageTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Resource shortage - Calls from trunks'."
    ::= { cFSStatsR4Entry  57 }

  cFSStatsR4CFlsMediaFaildSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Media failed - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  59 }

  cFSStatsR4CFlsMediaFaildTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Media failed - Calls from trunks'."
    ::= { cFSStatsR4Entry  60 }

  cFSStatsR4CFlsSigFaildSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Signaling failed - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  62 }

  cFSStatsR4CFlsSigFaildTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Signaling failed - Calls from trunks'."
    ::= { cFSStatsR4Entry  63 }

  cFSStatsR4CFlsSysCgstnSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: System congestion - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  65 }

  cFSStatsR4CFlsSysCgstnTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: System congestion - Calls from trunks'."
    ::= { cFSStatsR4Entry  66 }

  cFSStatsR4CFlsOthersSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Other failure - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  68 }

  cFSStatsR4CFlsOthersTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Other failure - Calls from trunks'."
    ::= { cFSStatsR4Entry  69 }

  cFSStatsR4ActCFlsSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Connected call failures - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  71 }

  cFSStatsR4ActCFlsTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Connected call failures - Calls from trunks'."
    ::= { cFSStatsR4Entry  72 }

  cFSStatsR4CFlsCallServsSubscr OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Handled by Call Services - Calls originated on-switch'."
    ::= { cFSStatsR4Entry  73 }

  cFSStatsR4CFlsCallServsTrnk OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call attempt failures: Handled by Call Services - Calls from trunks'."
    ::= { cFSStatsR4Entry  74 }

  cFSStatsR4SubOrigCallsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls originated on-switch - calls in progress'."
    ::= { cFSStatsR4Entry  75 }

  cFSStatsR4SubOrigCallsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls originated on-switch - calls in progress - high water mark'."
    ::= { cFSStatsR4Entry  76 }

  cFSStatsR4SubOrigCallsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls originated on-switch - calls in progress - low water mark'."
    ::= { cFSStatsR4Entry  77 }

  cFSStatsR4TIClsOriginatedOnSwitchCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls originated on-switch - Call usage'."
    ::= { cFSStatsR4Entry  78 }

  cFSStatsR4InTrnkCallsNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls from trunks - calls in progress'."
    ::= { cFSStatsR4Entry  79 }

  cFSStatsR4InTrnkCallsHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls from trunks - calls in progress - high water mark'."
    ::= { cFSStatsR4Entry  80 }

  cFSStatsR4InTrnkCallsLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls from trunks - calls in progress - low water mark'."
    ::= { cFSStatsR4Entry  81 }

  cFSStatsR4TrfcITrnksCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls from trunks - Call usage'."
    ::= { cFSStatsR4Entry  82 }

  cFSStatsR4CTpOnSwSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch - Successful call attempts'."
    ::= { cFSStatsR4Entry  83 }

  cFSStatsR4CTpOnSwClsCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch - Calls currently connected'."
    ::= { cFSStatsR4Entry  84 }

  cFSStatsR4CTpOnSwClsCConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch - Calls currently connected - high water mark'."
    ::= { cFSStatsR4Entry  85 }

  cFSStatsR4CTpOnSwClsCConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch - Calls currently connected - low water mark'."
    ::= { cFSStatsR4Entry  86 }

  cFSStatsR4CTpOnSwCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch - Call usage'."
    ::= { cFSStatsR4Entry  87 }

  cFSStatsR4CTpOnSwSubToTrnkSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to trunk - Successful call attempts'."
    ::= { cFSStatsR4Entry  88 }

  cFSStatsR4CTOnSwSbTrClsCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to trunk - Calls currently connected'."
    ::= { cFSStatsR4Entry  89 }

  cFSStatsR4CTOnSwSbTrClsCConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to trunk - Calls currently connected - high water mark'."
    ::= { cFSStatsR4Entry  90 }

  cFSStatsR4CTOnSwSbTrClsCConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to trunk - Calls currently connected - low water mark'."
    ::= { cFSStatsR4Entry  91 }

  cFSStatsR4CTpOnSwSubToTrnkCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to trunk - Call usage'."
    ::= { cFSStatsR4Entry  92 }

  cFSStatsR4CTpOnSwSubToIVRSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to IVR - Successful call attempts'."
    ::= { cFSStatsR4Entry  93 }

  cFSStatsR4CTpSwSubToIVRCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to IVR - Calls currently connected'."
    ::= { cFSStatsR4Entry  94 }

  cFSStatsR4CTpSwSubToIVRCConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to IVR - Calls currently connected - high water mark'."
    ::= { cFSStatsR4Entry  95 }

  cFSStatsR4CTpSwSubToIVRCConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to IVR - Calls currently connected - low water mark'."
    ::= { cFSStatsR4Entry  96 }

  cFSStatsR4CTpOnSwSubToIVRCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: On-switch subscriber to IVR - Call usage'."
    ::= { cFSStatsR4Entry  97 }

  cFSStatsR4CTpTrOnSwSbSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to on-switch subscriber - Successful call attempts'."
    ::= { cFSStatsR4Entry  98 }

  cFSStatsR4CTpTrOnSwSbClsCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to on-switch subscriber - Calls currently connected'."
    ::= { cFSStatsR4Entry  99 }

  cFSStatsR4CTpTrOnSwSbClsCConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to on-switch subscriber - Calls currently connected - high water mark'."
    ::= { cFSStatsR4Entry  100 }

  cFSStatsR4CTpTrOnSwSbClsCConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to on-switch subscriber - Calls currently connected - low water mark'."
    ::= { cFSStatsR4Entry  101 }

  cFSStatsR4CTpTrOnSwSbCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to on-switch subscriber - Call usage'."
    ::= { cFSStatsR4Entry  102 }

  cFSStatsR4CTpTrToTrSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to trunk - Successful call attempts'."
    ::= { cFSStatsR4Entry  103 }

  cFSStatsR4CTpTrToTrClsCCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to trunk - Calls currently connected'."
    ::= { cFSStatsR4Entry  104 }

  cFSStatsR4CTpTrToTrClsCConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to trunk - Calls currently connected - high water mark'."
    ::= { cFSStatsR4Entry  105 }

  cFSStatsR4CTpTrToTrClsCConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to trunk - Calls currently connected - low water mark'."
    ::= { cFSStatsR4Entry  106 }

  cFSStatsR4CTpTrToTrCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to trunk - Call usage'."
    ::= { cFSStatsR4Entry  107 }

  cFSStatsR4ClTpgyTrnkToIVRSuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to IVR - Successful call attempts'."
    ::= { cFSStatsR4Entry  108 }

  cFSStatsR4ClTpgyTrnkToIVRCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to IVR - Calls currently connected'."
    ::= { cFSStatsR4Entry  109 }

  cFSStatsR4ClTpgyTrnkToIVRCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to IVR - Calls currently connected - high water mark'."
    ::= { cFSStatsR4Entry  110 }

  cFSStatsR4ClTpgyTrnkToIVRCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to IVR - Calls currently connected - low water mark'."
    ::= { cFSStatsR4Entry  111 }

  cFSStatsR4ClTpgyTrnkToIVRCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Trunk to IVR - Call usage'."
    ::= { cFSStatsR4Entry  112 }

  cFSStatsR4MultipartySuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Multiparty - Successful call attempts'."
    ::= { cFSStatsR4Entry  113 }

  cFSStatsR4MultipartyClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Multiparty - Calls currently connected'."
    ::= { cFSStatsR4Entry  114 }

  cFSStatsR4MultipartyClsCurConHighWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Multiparty - Calls currently connected - high water mark'."
    ::= { cFSStatsR4Entry  115 }

  cFSStatsR4MultipartyClsCurConLowWaterMark OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Multiparty - Calls currently connected - low water mark'."
    ::= { cFSStatsR4Entry  116 }

  cFSStatsR4MultipartyCallUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "CCS"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call topology: Multiparty - Call usage'."
    ::= { cFSStatsR4Entry  117 }

  cFSStatsR4TrfcIConnectedCallFailsCallsReachingMaxDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Connected call failures - Calls reaching maximum duration'."
    ::= { cFSStatsR4Entry  118 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Universal Media Gateway Statistics'                         */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  uMGStatsConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UMGStatsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1580 }

  uMGStatsConR1Entry OBJECT-TYPE
    SYNTAX       UMGStatsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uMGStatsConR1NEConn,
             uMGStatsConR1NetwkElement,
             uMGStatsConR1MediaGatewayIx }
    ::= {  uMGStatsConR1Table  1  }

  UMGStatsConR1Entry  ::=  SEQUENCE
  {
    uMGStatsConR1NEConn                Unsigned32,
    uMGStatsConR1NetwkElement          DisplayString,
    uMGStatsConR1MediaGatewayIx        Unsigned32,
    uMGStatsConR1DoExtraActions        INTEGER
  }

  uMGStatsConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uMGStatsConR1Entry  1 }

  uMGStatsConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uMGStatsConR1Entry  2 }

  uMGStatsConR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { uMGStatsConR1Entry  3 }

  uMGStatsConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGStatsConR1Entry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Universal Media Gateway Statistics'        */
-- /* Valid from: 7.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  uMGStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UMGStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1581 }

  uMGStatsR1Entry OBJECT-TYPE
    SYNTAX       UMGStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uMGStatsR1NEConn,
             uMGStatsR1NetwkElement,
             uMGStatsR1MediaGatewayIx,
             uMGStatsR1SummaryPeriod }
    ::= {  uMGStatsR1Table  1  }

  UMGStatsR1Entry  ::=  SEQUENCE
  {
    uMGStatsR1NEConn                   Unsigned32,
    uMGStatsR1NetwkElement             DisplayString,
    uMGStatsR1MediaGatewayIx           Unsigned32,
    uMGStatsR1SummaryPeriod            INTEGER,
    uMGStatsR1TrfcIClsCurCon           Unsigned32,
    uMGStatsR1TrfcISuccessfulCallAttempts
                                       Unsigned32,
    uMGStatsR1TrfcIFaildCallAttempts   Unsigned32,
    uMGStatsR1CntReservationFails      Unsigned32,
    uMGStatsR1OtherContinuityTestFails Unsigned32,
    uMGStatsR1OtherEchoCancellationRequestFails
                                       Unsigned32,
    uMGStatsR1NumUncfgdTerms           Unsigned32,
    uMGStatsR1ClkingFailEvts           Integer32,
    uMGStatsR1ClkingTimeFreeRunning    Integer32,
    uMGStatsR1OtherH110TimeslotsCurrInUse
                                       Integer32,
    uMGStatsR1MaxNumH110TimeslotsInUse Integer32,
    uMGStatsR1MinNumH110TimeslotsInUse Integer32,
    uMGStatsR1ClkingClkMstrSwitchovers Integer32,
    uMGStatsR1CntSecondaryMstrChanges  Integer32
  }

  uMGStatsR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uMGStatsR1Entry  1 }

  uMGStatsR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uMGStatsR1Entry  2 }

  uMGStatsR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { uMGStatsR1Entry  3 }

  uMGStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { uMGStatsR1Entry  4 }

  uMGStatsR1TrfcIClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls currently connected'."
    ::= { uMGStatsR1Entry  5 }

  uMGStatsR1TrfcISuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Successful call attempts'."
    ::= { uMGStatsR1Entry  6 }

  uMGStatsR1TrfcIFaildCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Failed call attempts'."
    ::= { uMGStatsR1Entry  7 }

  uMGStatsR1CntReservationFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of reservation failures'."
    ::= { uMGStatsR1Entry  8 }

  uMGStatsR1OtherContinuityTestFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Other: Continuity test failures'."
    ::= { uMGStatsR1Entry  9 }

  uMGStatsR1OtherEchoCancellationRequestFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Echo cancellation request failures'."
    ::= { uMGStatsR1Entry  10 }

  uMGStatsR1NumUncfgdTerms OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of unconfigured terminations'."
    ::= { uMGStatsR1Entry  11 }

  uMGStatsR1ClkingFailEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clocking: Failure events'."
    ::= { uMGStatsR1Entry  18 }

  uMGStatsR1ClkingTimeFreeRunning OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clocking: Time free running'."
    ::= { uMGStatsR1Entry  19 }

  uMGStatsR1OtherH110TimeslotsCurrInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: H110 timeslots currently in use'."
    ::= { uMGStatsR1Entry  20 }

  uMGStatsR1MaxNumH110TimeslotsInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max number of H110 timeslots in use'."
    ::= { uMGStatsR1Entry  21 }

  uMGStatsR1MinNumH110TimeslotsInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min number of H110 timeslots in use'."
    ::= { uMGStatsR1Entry  22 }

  uMGStatsR1ClkingClkMstrSwitchovers OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Clocking: Clock master switchovers'."
    ::= { uMGStatsR1Entry  23 }

  uMGStatsR1CntSecondaryMstrChanges OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of secondary master changes'."
    ::= { uMGStatsR1Entry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CFS RTP Port'                                               */
-- /* Valid from: 7.1                                                               */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  cFSRTPPortR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSRTPPortR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1582 }

  cFSRTPPortR3Entry OBJECT-TYPE
    SYNTAX       CFSRTPPortR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSRTPPortR3NEConn,
             cFSRTPPortR3NetwkElement,
             cFSRTPPortR3CFSIx,
             cFSRTPPortR3GatewayIx,
             cFSRTPPortR3PortIx }
    ::= {  cFSRTPPortR3Table  1  }

  CFSRTPPortR3Entry  ::=  SEQUENCE
  {
    cFSRTPPortR3NEConn                 Unsigned32,
    cFSRTPPortR3NetwkElement           DisplayString,
    cFSRTPPortR3CFSIx                  Unsigned32,
    cFSRTPPortR3GatewayIx              Unsigned32,
    cFSRTPPortR3PortIx                 Unsigned32,
    cFSRTPPortR3ProviderStatus         INTEGER,
    cFSRTPPortR3DeactivnMode           INTEGER,
    cFSRTPPortR3PortName               DisplayString,
    cFSRTPPortR3Desc                   DisplayString,
    cFSRTPPortR3AlrmState              INTEGER,
    cFSRTPPortR3AlrmStateTimestamp     Unsigned32,
    cFSRTPPortR3AlrmEvtsAttnRqLogCorr  Counter64,
    cFSRTPPortR3AlrmEvtsAttnRq         Unsigned32,
    cFSRTPPortR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cFSRTPPortR3AlrmEvtsAtndDpLogCorr  Counter64,
    cFSRTPPortR3AlrmEvtsAtndDp         Unsigned32,
    cFSRTPPortR3AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    cFSRTPPortR3RowStatus              RowStatus,
    cFSRTPPortR3AdminStatus            AdminStatus,
    cFSRTPPortR3OperStatus             OperStatus,
    cFSRTPPortR3ExportNumObjectsExported
                                       Integer32,
    cFSRTPPortR3ExportStatus           DisplayString,
    cFSRTPPortR3ExportFile             DisplayString,
    cFSRTPPortR3ExportCorr             Counter64,
    cFSRTPPortR3ExportCorrNode         DisplayString,
    cFSRTPPortR3ExportCorrUID          DisplayString,
    cFSRTPPortR3DoExtraActions         INTEGER,
    cFSRTPPortR3ExportIncASRepData     INTEGER,
    cFSRTPPortR3ExportChldObjectsToInc INTEGER
  }

  cFSRTPPortR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSRTPPortR3Entry  1 }

  cFSRTPPortR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSRTPPortR3Entry  2 }

  cFSRTPPortR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSRTPPortR3Entry  3 }

  cFSRTPPortR3GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { cFSRTPPortR3Entry  4 }

  cFSRTPPortR3PortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { cFSRTPPortR3Entry  5 }

  cFSRTPPortR3ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { cFSRTPPortR3Entry  6 }

  cFSRTPPortR3DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSRTPPortR3Entry  7 }

  cFSRTPPortR3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { cFSRTPPortR3Entry  8 }

  cFSRTPPortR3Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { cFSRTPPortR3Entry  9 }

  cFSRTPPortR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSRTPPortR3Entry  11 }

  cFSRTPPortR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSRTPPortR3Entry  12 }

  cFSRTPPortR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cFSRTPPortR3Entry  13 }

  cFSRTPPortR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSRTPPortR3Entry  14 }

  cFSRTPPortR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cFSRTPPortR3Entry  15 }

  cFSRTPPortR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cFSRTPPortR3Entry  16 }

  cFSRTPPortR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSRTPPortR3Entry  17 }

  cFSRTPPortR3AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { cFSRTPPortR3Entry  18 }

  cFSRTPPortR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cFSRTPPortR3Entry  20 }

  cFSRTPPortR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSRTPPortR3Entry  21 }

  cFSRTPPortR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSRTPPortR3Entry  22 }

  cFSRTPPortR3ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cFSRTPPortR3Entry  23 }

  cFSRTPPortR3ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cFSRTPPortR3Entry  24 }

  cFSRTPPortR3ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cFSRTPPortR3Entry  25 }

  cFSRTPPortR3ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cFSRTPPortR3Entry  26 }

  cFSRTPPortR3ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cFSRTPPortR3Entry  27 }

  cFSRTPPortR3ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cFSRTPPortR3Entry  28 }

  cFSRTPPortR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSRTPPortR3Entry  29 }

  cFSRTPPortR3ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cFSRTPPortR3Entry  33 }

  cFSRTPPortR3ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cFSRTPPortR3Entry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN SCTP Associations'                                     */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  iSDNSCTPAssocConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNSCTPAssocConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1583 }

  iSDNSCTPAssocConR2Entry OBJECT-TYPE
    SYNTAX       ISDNSCTPAssocConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNSCTPAssocConR2NEConn,
             iSDNSCTPAssocConR2NetwkElement,
             iSDNSCTPAssocConR2CFSIx,
             iSDNSCTPAssocConR2GatewayIx }
    ::= {  iSDNSCTPAssocConR2Table  1  }

  ISDNSCTPAssocConR2Entry  ::=  SEQUENCE
  {
    iSDNSCTPAssocConR2NEConn           Unsigned32,
    iSDNSCTPAssocConR2NetwkElement     DisplayString,
    iSDNSCTPAssocConR2CFSIx            Unsigned32,
    iSDNSCTPAssocConR2GatewayIx        Unsigned32,
    iSDNSCTPAssocConR2CurrAlmAttnRq    Unsigned32,
    iSDNSCTPAssocConR2PrevAlmAttnRq    Unsigned32,
    iSDNSCTPAssocConR2CurrAlmAtndDp    Unsigned32,
    iSDNSCTPAssocConR2PrevAlAmtndDp    Unsigned32,
    iSDNSCTPAssocConR2SummaryChldAlrmState
                                       INTEGER
  }

  iSDNSCTPAssocConR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNSCTPAssocConR2Entry  1 }

  iSDNSCTPAssocConR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNSCTPAssocConR2Entry  2 }

  iSDNSCTPAssocConR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNSCTPAssocConR2Entry  3 }

  iSDNSCTPAssocConR2GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { iSDNSCTPAssocConR2Entry  4 }

  iSDNSCTPAssocConR2CurrAlmAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarms'."
    ::= { iSDNSCTPAssocConR2Entry  5 }

  iSDNSCTPAssocConR2PrevAlmAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNSCTPAssocConR2Entry  6 }

  iSDNSCTPAssocConR2CurrAlmAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarms'."
    ::= { iSDNSCTPAssocConR2Entry  7 }

  iSDNSCTPAssocConR2PrevAlAmtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNSCTPAssocConR2Entry  8 }

  iSDNSCTPAssocConR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNSCTPAssocConR2Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN SCTP Association'                                      */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  iSDNSCTPAssocR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNSCTPAssocR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN SCTP Associations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1584 }

  iSDNSCTPAssocR3Entry OBJECT-TYPE
    SYNTAX       ISDNSCTPAssocR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNSCTPAssocR3NEConn,
             iSDNSCTPAssocR3NetwkElement,
             iSDNSCTPAssocR3CFSIx,
             iSDNSCTPAssocR3GatewayIx,
             iSDNSCTPAssocR3PortIx }
    ::= {  iSDNSCTPAssocR3Table  1  }

  ISDNSCTPAssocR3Entry  ::=  SEQUENCE
  {
    iSDNSCTPAssocR3NEConn              Unsigned32,
    iSDNSCTPAssocR3NetwkElement        DisplayString,
    iSDNSCTPAssocR3CFSIx               Unsigned32,
    iSDNSCTPAssocR3GatewayIx           Unsigned32,
    iSDNSCTPAssocR3PortIx              Unsigned32,
    iSDNSCTPAssocR3ProviderStatus      INTEGER,
    iSDNSCTPAssocR3DeactivnMode        INTEGER,
    iSDNSCTPAssocR3IPAddr              DisplayString,
    iSDNSCTPAssocR3SCTPPort            INTEGER,
    iSDNSCTPAssocR3NumSCTPStreamsAvail INTEGER,
    iSDNSCTPAssocR3RowStatus           RowStatus,
    iSDNSCTPAssocR3AdminStatus         AdminStatus,
    iSDNSCTPAssocR3OperStatus          OperStatus,
    iSDNSCTPAssocR3PortName            DisplayString,
    iSDNSCTPAssocR3Desc                DisplayString,
    iSDNSCTPAssocR3AlrmState           INTEGER,
    iSDNSCTPAssocR3AlrmStateTimestamp  Unsigned32,
    iSDNSCTPAssocR3AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSDNSCTPAssocR3AlrmEvtsAttnRq      Unsigned32,
    iSDNSCTPAssocR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSDNSCTPAssocR3AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSDNSCTPAssocR3AlrmEvtsAtndDp      Unsigned32,
    iSDNSCTPAssocR3AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iSDNSCTPAssocR3SCTPChecksumMethod  INTEGER
  }

  iSDNSCTPAssocR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNSCTPAssocR3Entry  1 }

  iSDNSCTPAssocR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNSCTPAssocR3Entry  2 }

  iSDNSCTPAssocR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNSCTPAssocR3Entry  3 }

  iSDNSCTPAssocR3GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { iSDNSCTPAssocR3Entry  4 }

  iSDNSCTPAssocR3PortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNSCTPAssocR3Entry  5 }

  iSDNSCTPAssocR3ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { iSDNSCTPAssocR3Entry  7 }

  iSDNSCTPAssocR3DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSDNSCTPAssocR3Entry  8 }

  iSDNSCTPAssocR3IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { iSDNSCTPAssocR3Entry  9 }

  iSDNSCTPAssocR3SCTPPort OBJECT-TYPE
    SYNTAX       INTEGER ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP port'.
                  This field is not writable when active."
    ::= { iSDNSCTPAssocR3Entry  10 }

  iSDNSCTPAssocR3NumSCTPStreamsAvail OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of SCTP streams available'.
                  This field is not writable when active."
    ::= { iSDNSCTPAssocR3Entry  11 }

  iSDNSCTPAssocR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSDNSCTPAssocR3Entry  12 }

  iSDNSCTPAssocR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNSCTPAssocR3Entry  13 }

  iSDNSCTPAssocR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNSCTPAssocR3Entry  14 }

  iSDNSCTPAssocR3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { iSDNSCTPAssocR3Entry  15 }

  iSDNSCTPAssocR3Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iSDNSCTPAssocR3Entry  16 }

  iSDNSCTPAssocR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSDNSCTPAssocR3Entry  18 }

  iSDNSCTPAssocR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSDNSCTPAssocR3Entry  19 }

  iSDNSCTPAssocR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSDNSCTPAssocR3Entry  20 }

  iSDNSCTPAssocR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNSCTPAssocR3Entry  21 }

  iSDNSCTPAssocR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSDNSCTPAssocR3Entry  22 }

  iSDNSCTPAssocR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSDNSCTPAssocR3Entry  23 }

  iSDNSCTPAssocR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNSCTPAssocR3Entry  24 }

  iSDNSCTPAssocR3AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iSDNSCTPAssocR3Entry  25 }

  iSDNSCTPAssocR3SCTPChecksumMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   adler32(1),
                   cRC32(2),
                   autoDetect(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP checksum method'.
                  This field is not writable when active."
    DEFVAL       { adler32 }
    ::= { iSDNSCTPAssocR3Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN SCTP Stream'                                           */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  iSDNSCTPStreamR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNSCTPStreamR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN SCTP Association'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1585 }

  iSDNSCTPStreamR2Entry OBJECT-TYPE
    SYNTAX       ISDNSCTPStreamR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNSCTPStreamR2NEConn,
             iSDNSCTPStreamR2NetwkElement,
             iSDNSCTPStreamR2CFSIx,
             iSDNSCTPStreamR2GatewayIx,
             iSDNSCTPStreamR2PortIx,
             iSDNSCTPStreamR2IUAIdentifier }
    ::= {  iSDNSCTPStreamR2Table  1  }

  ISDNSCTPStreamR2Entry  ::=  SEQUENCE
  {
    iSDNSCTPStreamR2NEConn             Unsigned32,
    iSDNSCTPStreamR2NetwkElement       DisplayString,
    iSDNSCTPStreamR2CFSIx              Unsigned32,
    iSDNSCTPStreamR2GatewayIx          Unsigned32,
    iSDNSCTPStreamR2PortIx             Unsigned32,
    iSDNSCTPStreamR2IUAIdentifier      Unsigned32,
    iSDNSCTPStreamR2ProviderStatus     INTEGER,
    iSDNSCTPStreamR2ConnStatus         INTEGER
  }

  iSDNSCTPStreamR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNSCTPStreamR2Entry  1 }

  iSDNSCTPStreamR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNSCTPStreamR2Entry  2 }

  iSDNSCTPStreamR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNSCTPStreamR2Entry  3 }

  iSDNSCTPStreamR2GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { iSDNSCTPStreamR2Entry  4 }

  iSDNSCTPStreamR2PortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNSCTPStreamR2Entry  5 }

  iSDNSCTPStreamR2IUAIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IUA identifier'.
                  This is an index field."
    ::= { iSDNSCTPStreamR2Entry  6 }

  iSDNSCTPStreamR2ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { iSDNSCTPStreamR2Entry  7 }

  iSDNSCTPStreamR2ConnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSpecified(0),
                   sendOnly(1),
                   receiveOnly(2),
                   sendAndReceive(3),
                   inactive(4),
                   loopback(5),
                   outOfService(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection status'."
    ::= { iSDNSCTPStreamR2Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'UX9000 Series Server Power Supply'                          */
-- /* Valid from: 7.1                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  cFSServerPowerSupplyR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSServerPowerSupplyR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'UX9000 Series Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1586 }

  cFSServerPowerSupplyR3Entry OBJECT-TYPE
    SYNTAX       CFSServerPowerSupplyR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSServerPowerSupplyR3NEConn,
             cFSServerPowerSupplyR3NetwkElement,
             cFSServerPowerSupplyR3CtrlerIx,
             cFSServerPowerSupplyR3PowerSupplyIx }
    ::= {  cFSServerPowerSupplyR3Table  1  }

  CFSServerPowerSupplyR3Entry  ::=  SEQUENCE
  {
    cFSServerPowerSupplyR3NEConn       Unsigned32,
    cFSServerPowerSupplyR3NetwkElement DisplayString,
    cFSServerPowerSupplyR3CtrlerIx     Unsigned32,
    cFSServerPowerSupplyR3PowerSupplyIx
                                       INTEGER,
    cFSServerPowerSupplyR3Type         INTEGER,
    cFSServerPowerSupplyR3PhysState    INTEGER,
    cFSServerPowerSupplyR3OverallOutputState
                                       INTEGER,
    cFSServerPowerSupplyR3AlrmState    INTEGER,
    cFSServerPowerSupplyR3AlrmLogCorr  Counter64,
    cFSServerPowerSupplyR3AlrmEvtsAttnRq
                                       Integer32,
    cFSServerPowerSupplyR3AlrmStateTimestamp
                                       Unsigned32,
    cFSServerPowerSupplyR3AlrmResetTimestamp
                                       Unsigned32,
    cFSServerPowerSupplyR3PSUFanState  INTEGER,
    cFSServerPowerSupplyR3StateFeedA   INTEGER,
    cFSServerPowerSupplyR3StateFeedB   INTEGER
  }

  cFSServerPowerSupplyR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSServerPowerSupplyR3Entry  1 }

  cFSServerPowerSupplyR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSServerPowerSupplyR3Entry  2 }

  cFSServerPowerSupplyR3CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { cFSServerPowerSupplyR3Entry  3 }

  cFSServerPowerSupplyR3PowerSupplyIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   pS1(1),
                   pS2(2),
                   pS3(3),
                   pS4(4),
                   pS5(5),
                   pS6(6),
                   pS7(7),
                   pS8(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Power supply index'.
                  This is an index field."
    ::= { cFSServerPowerSupplyR3Entry  4 }

  cFSServerPowerSupplyR3Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   pS3000(1),
                   pS4000(2),
                   pS9020(3),
                   pS9024(4),
                   pS4401AC(5),
                   pS4401DC(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Power supply type'."
    ::= { cFSServerPowerSupplyR3Entry  5 }

  cFSServerPowerSupplyR3PhysState OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   present(1),
                   ejectorLatchOpen(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical state'."
    ::= { cFSServerPowerSupplyR3Entry  6 }

  cFSServerPowerSupplyR3OverallOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall output state'."
    ::= { cFSServerPowerSupplyR3Entry  7 }

  cFSServerPowerSupplyR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSServerPowerSupplyR3Entry  11 }

  cFSServerPowerSupplyR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSServerPowerSupplyR3Entry  12 }

  cFSServerPowerSupplyR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSServerPowerSupplyR3Entry  13 }

  cFSServerPowerSupplyR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSServerPowerSupplyR3Entry  14 }

  cFSServerPowerSupplyR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSServerPowerSupplyR3Entry  15 }

  cFSServerPowerSupplyR3PSUFanState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PSU fan state'."
    ::= { cFSServerPowerSupplyR3Entry  16 }

  cFSServerPowerSupplyR3StateFeedA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'State of Feed A'."
    ::= { cFSServerPowerSupplyR3Entry  17 }

  cFSServerPowerSupplyR3StateFeedB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'State of Feed B'."
    ::= { cFSServerPowerSupplyR3Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' IP Media Port Statistics'                  */
-- /* Valid from: 7.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  iPMediaPortStatsR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IPMediaPortStatsR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'IP Media Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1588 }

  iPMediaPortStatsR3Entry OBJECT-TYPE
    SYNTAX       IPMediaPortStatsR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iPMediaPortStatsR3NEConn,
             iPMediaPortStatsR3NetwkElement,
             iPMediaPortStatsR3MediaGatewayIx,
             iPMediaPortStatsR3CtrlerIx,
             iPMediaPortStatsR3SlotNum,
             iPMediaPortStatsR3RTPPortName,
             iPMediaPortStatsR3SummaryPeriod }
    ::= {  iPMediaPortStatsR3Table  1  }

  IPMediaPortStatsR3Entry  ::=  SEQUENCE
  {
    iPMediaPortStatsR3NEConn           Unsigned32,
    iPMediaPortStatsR3NetwkElement     DisplayString,
    iPMediaPortStatsR3MediaGatewayIx   Unsigned32,
    iPMediaPortStatsR3CtrlerIx         INTEGER,
    iPMediaPortStatsR3SlotNum          INTEGER,
    iPMediaPortStatsR3RTPPortName      DisplayString,
    iPMediaPortStatsR3SummaryPeriod    INTEGER,
    iPMediaPortStatsR3NumPortFails     Integer32
  }

  iPMediaPortStatsR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iPMediaPortStatsR3Entry  1 }

  iPMediaPortStatsR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iPMediaPortStatsR3Entry  2 }

  iPMediaPortStatsR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iPMediaPortStatsR3Entry  3 }

  iPMediaPortStatsR3CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { iPMediaPortStatsR3Entry  4 }

  iPMediaPortStatsR3SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { iPMediaPortStatsR3Entry  5 }

  iPMediaPortStatsR3RTPPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP port name'.
                  This is an index field."
    ::= { iPMediaPortStatsR3Entry  6 }

  iPMediaPortStatsR3SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iPMediaPortStatsR3Entry  7 }

  iPMediaPortStatsR3NumPortFails OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of port failures'."
    ::= { iPMediaPortStatsR3Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Media Gateway LAPD Resource Statistics'    */
-- /* Valid from: 7.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  lAPDResourceStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LAPDResourceStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'LAPD Resource'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1589 }

  lAPDResourceStatsR2Entry OBJECT-TYPE
    SYNTAX       LAPDResourceStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lAPDResourceStatsR2NEConn,
             lAPDResourceStatsR2NetwkElement,
             lAPDResourceStatsR2MediaGatewayIx,
             lAPDResourceStatsR2CtrlerIx,
             lAPDResourceStatsR2SlotNum,
             lAPDResourceStatsR2LAPDPortName,
             lAPDResourceStatsR2SummaryPeriod }
    ::= {  lAPDResourceStatsR2Table  1  }

  LAPDResourceStatsR2Entry  ::=  SEQUENCE
  {
    lAPDResourceStatsR2NEConn          Unsigned32,
    lAPDResourceStatsR2NetwkElement    DisplayString,
    lAPDResourceStatsR2MediaGatewayIx  Unsigned32,
    lAPDResourceStatsR2CtrlerIx        INTEGER,
    lAPDResourceStatsR2SlotNum         INTEGER,
    lAPDResourceStatsR2LAPDPortName    DisplayString,
    lAPDResourceStatsR2SummaryPeriod   INTEGER,
    lAPDResourceStatsR2NumTermsInUse   Integer32
  }

  lAPDResourceStatsR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lAPDResourceStatsR2Entry  1 }

  lAPDResourceStatsR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lAPDResourceStatsR2Entry  2 }

  lAPDResourceStatsR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { lAPDResourceStatsR2Entry  3 }

  lAPDResourceStatsR2CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { lAPDResourceStatsR2Entry  4 }

  lAPDResourceStatsR2SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { lAPDResourceStatsR2Entry  5 }

  lAPDResourceStatsR2LAPDPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This is an index field."
    ::= { lAPDResourceStatsR2Entry  6 }

  lAPDResourceStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { lAPDResourceStatsR2Entry  7 }

  lAPDResourceStatsR2NumTermsInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of terminations in use'."
    ::= { lAPDResourceStatsR2Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'LAPD Termination'                                           */
-- /* Valid from: 7.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  lAPDTermR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LAPDTermR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'LAPD Resource'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1590 }

  lAPDTermR2Entry OBJECT-TYPE
    SYNTAX       LAPDTermR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lAPDTermR2NEConn,
             lAPDTermR2NetwkElement,
             lAPDTermR2MediaGatewayIx,
             lAPDTermR2CtrlerIx,
             lAPDTermR2SlotNum,
             lAPDTermR2LAPDPortName,
             lAPDTermR2TermIx }
    ::= {  lAPDTermR2Table  1  }

  LAPDTermR2Entry  ::=  SEQUENCE
  {
    lAPDTermR2NEConn                   Unsigned32,
    lAPDTermR2NetwkElement             DisplayString,
    lAPDTermR2MediaGatewayIx           Unsigned32,
    lAPDTermR2CtrlerIx                 INTEGER,
    lAPDTermR2SlotNum                  INTEGER,
    lAPDTermR2LAPDPortName             DisplayString,
    lAPDTermR2TermIx                   Integer32,
    lAPDTermR2TermIxAsField            Integer32
  }

  lAPDTermR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lAPDTermR2Entry  1 }

  lAPDTermR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lAPDTermR2Entry  2 }

  lAPDTermR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { lAPDTermR2Entry  3 }

  lAPDTermR2CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { lAPDTermR2Entry  4 }

  lAPDTermR2SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { lAPDTermR2Entry  5 }

  lAPDTermR2LAPDPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This is an index field."
    ::= { lAPDTermR2Entry  6 }

  lAPDTermR2TermIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination index'.
                  This is an index field."
    ::= { lAPDTermR2Entry  7 }

  lAPDTermR2TermIxAsField OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Copy of MetaView field 'TerminationIndex'"
    ::= { lAPDTermR2Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Message Services'                                           */
-- /* Valid from: 7.1.01                                                            */
-- /*********************************************************************************/

  pBXMsgR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXMsgR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1597 }

  pBXMsgR5Entry OBJECT-TYPE
    SYNTAX       PBXMsgR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXMsgR5NEConn,
             pBXMsgR5NetwkElement,
             pBXMsgR5CFSIx,
             pBXMsgR5DirNum }
    ::= {  pBXMsgR5Table  1  }

  PBXMsgR5Entry  ::=  SEQUENCE
  {
    pBXMsgR5NEConn                     Unsigned32,
    pBXMsgR5NetwkElement               DisplayString,
    pBXMsgR5CFSIx                      Unsigned32,
    pBXMsgR5DirNum                     DisplayString,
    pBXMsgR5SDActVoicemailSubscribed   INTEGER,
    pBXMsgR5SDDefVoicemailSubscribed   INTEGER,
    pBXMsgR5SDUseDefVoicemailSubscribed
                                       INTEGER,
    pBXMsgR5SDActI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    pBXMsgR5SDActI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    pBXMsgR5SDActI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    pBXMsgR5SDActI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    pBXMsgR5SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    pBXMsgR5SDDefI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    pBXMsgR5SDDefI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    pBXMsgR5SDDefI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    pBXMsgR5SDDefI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    pBXMsgR5SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    pBXMsgR5SDUseDefVoicemailVSLineGp  INTEGER,
    pBXMsgR5SDActVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDUseDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDActVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDUseDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5VoicemailMsgWtngIndicatorStatus
                                       INTEGER,
    pBXMsgR5SDActVoicemailCallXferTime Unsigned32,
    pBXMsgR5SDDefVoicemailCallXferTime Unsigned32,
    pBXMsgR5SDUseDefVoicemailCallXferTime
                                       INTEGER,
    pBXMsgR5SDActVoicemailRetrievalNum DisplayString,
    pBXMsgR5SDDefVoicemailRetrievalNum DisplayString,
    pBXMsgR5SDUseDefVoicemailRetrievalNum
                                       INTEGER,
    pBXMsgR5SDActVoicemailInNum        DisplayString,
    pBXMsgR5SDDefVoicemailInNum        DisplayString,
    pBXMsgR5SDUseDefVoicemailInNum     INTEGER,
    pBXMsgR5SDActRemCallsSubscribed    INTEGER,
    pBXMsgR5SDDefRemCallsSubscribed    INTEGER,
    pBXMsgR5SDUseDefRemCallsSubscribed INTEGER,
    pBXMsgR5SDActRegRemCallsSubscribed INTEGER,
    pBXMsgR5SDDefRegRemCallsSubscribed INTEGER,
    pBXMsgR5SDUseDefRegRemCallsSubscribed
                                       INTEGER,
    pBXMsgR5AlrmState                  INTEGER,
    pBXMsgR5AlrmEvtsAtndDpLogCorr      Counter64,
    pBXMsgR5AddtlAlrmEvtsAtndDpLogCorr Counter64,
    pBXMsgR5AlrmEvtsAttnRq             Unsigned32,
    pBXMsgR5AlrmEvtsAtndDp             Unsigned32,
    pBXMsgR5AlrmStateTimestamp         Unsigned32,
    pBXMsgR5AlrmResetTimestamp         Unsigned32,
    pBXMsgR5SDActI1VoicemailAppServerNEConn
                                       Unsigned32,
    pBXMsgR5SDActI2VoicemailAppServerNetwkElement
                                       DisplayString,
    pBXMsgR5SDActI3VoicemailAppServerCFSIx
                                       Unsigned32,
    pBXMsgR5SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    pBXMsgR5SDDefI1VoicemailAppServerNEConn
                                       Unsigned32,
    pBXMsgR5SDDefI2VoicemailAppServerNetwkElement
                                       DisplayString,
    pBXMsgR5SDDefI3VoicemailAppServerCFSIx
                                       Unsigned32,
    pBXMsgR5SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    pBXMsgR5SDUseDefVoicemailAppServer INTEGER,
    pBXMsgR5SDActVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDUseDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    pBXMsgR5SDActVoicemailCallDlvryMethod
                                       INTEGER,
    pBXMsgR5SDDefVoicemailCallDlvryMethod
                                       INTEGER,
    pBXMsgR5SDUseDefVoicemailCallDlvryMethod
                                       INTEGER,
    pBXMsgR5SDActVoicemailIndicatorNotifMethod
                                       INTEGER,
    pBXMsgR5SDDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    pBXMsgR5SDUseDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    pBXMsgR5SDActI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    pBXMsgR5SDActI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    pBXMsgR5SDActI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    pBXMsgR5SDActI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    pBXMsgR5SDDefI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    pBXMsgR5SDDefI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    pBXMsgR5SDDefI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    pBXMsgR5SDDefI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    pBXMsgR5SDUseDefVoicemailSMDILink  INTEGER,
    pBXMsgR5SDActVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    pBXMsgR5SDDefVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    pBXMsgR5SDUseDefVoicemailAuthorizedIDIndicatorControl
                                       INTEGER,
    pBXMsgR5SDActI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    pBXMsgR5SDActI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    pBXMsgR5SDActI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    pBXMsgR5SDActI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    pBXMsgR5SDDefI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    pBXMsgR5SDDefI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    pBXMsgR5SDDefI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    pBXMsgR5SDDefI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    pBXMsgR5SDUseDefIndicatorNotifAppServer
                                       INTEGER,
    pBXMsgR5VoicemailSendDIDNumToVoicemailServerOnFwdCalls
                                       INTEGER
  }

  pBXMsgR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXMsgR5Entry  1 }

  pBXMsgR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXMsgR5Entry  2 }

  pBXMsgR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXMsgR5Entry  3 }

  pBXMsgR5DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXMsgR5Entry  4 }

  pBXMsgR5SDActVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  5 }

  pBXMsgR5SDDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  6 }

  pBXMsgR5SDUseDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  7 }

  pBXMsgR5SDActI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  8 }

  pBXMsgR5SDActI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  9 }

  pBXMsgR5SDActI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  10 }

  pBXMsgR5SDActI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  11 }

  pBXMsgR5SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  12 }

  pBXMsgR5SDDefI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  13 }

  pBXMsgR5SDDefI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  14 }

  pBXMsgR5SDDefI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  15 }

  pBXMsgR5SDDefI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  16 }

  pBXMsgR5SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { pBXMsgR5Entry  17 }

  pBXMsgR5SDUseDefVoicemailVSLineGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  18 }

  pBXMsgR5SDActVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  19 }

  pBXMsgR5SDDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  20 }

  pBXMsgR5SDUseDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  21 }

  pBXMsgR5SDActVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  22 }

  pBXMsgR5SDDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  23 }

  pBXMsgR5SDUseDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  24 }

  pBXMsgR5VoicemailMsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   on(1),
                   off(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Message Waiting Indicator status'."
    ::= { pBXMsgR5Entry  25 }

  pBXMsgR5SDActVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  26 }

  pBXMsgR5SDDefVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  27 }

  pBXMsgR5SDUseDefVoicemailCallXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  28 }

  pBXMsgR5SDActVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  29 }

  pBXMsgR5SDDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  30 }

  pBXMsgR5SDUseDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  31 }

  pBXMsgR5SDActVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  32 }

  pBXMsgR5SDDefVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  33 }

  pBXMsgR5SDUseDefVoicemailInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  34 }

  pBXMsgR5SDActRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  35 }

  pBXMsgR5SDDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  36 }

  pBXMsgR5SDUseDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  37 }

  pBXMsgR5SDActRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  38 }

  pBXMsgR5SDDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  39 }

  pBXMsgR5SDUseDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  40 }

  pBXMsgR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXMsgR5Entry  41 }

  pBXMsgR5AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { pBXMsgR5Entry  42 }

  pBXMsgR5AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { pBXMsgR5Entry  43 }

  pBXMsgR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXMsgR5Entry  44 }

  pBXMsgR5AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXMsgR5Entry  45 }

  pBXMsgR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXMsgR5Entry  46 }

  pBXMsgR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { pBXMsgR5Entry  47 }

  pBXMsgR5SDActI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  48 }

  pBXMsgR5SDActI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  49 }

  pBXMsgR5SDActI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  50 }

  pBXMsgR5SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  51 }

  pBXMsgR5SDDefI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  52 }

  pBXMsgR5SDDefI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  53 }

  pBXMsgR5SDDefI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  54 }

  pBXMsgR5SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { pBXMsgR5Entry  55 }

  pBXMsgR5SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  56 }

  pBXMsgR5SDActVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  57 }

  pBXMsgR5SDDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  58 }

  pBXMsgR5SDUseDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  59 }

  pBXMsgR5SDActVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  60 }

  pBXMsgR5SDDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  61 }

  pBXMsgR5SDUseDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  62 }

  pBXMsgR5SDActVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  63 }

  pBXMsgR5SDDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  64 }

  pBXMsgR5SDUseDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  65 }

  pBXMsgR5SDActI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  66 }

  pBXMsgR5SDActI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  67 }

  pBXMsgR5SDActI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  68 }

  pBXMsgR5SDActI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  69 }

  pBXMsgR5SDDefI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  70 }

  pBXMsgR5SDDefI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  71 }

  pBXMsgR5SDDefI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  72 }

  pBXMsgR5SDDefI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { pBXMsgR5Entry  73 }

  pBXMsgR5SDUseDefVoicemailSMDILink OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SMDI Link'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  74 }

  pBXMsgR5SDActVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  75 }

  pBXMsgR5SDDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMsgR5Entry  76 }

  pBXMsgR5SDUseDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  77 }

  pBXMsgR5SDActI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  78 }

  pBXMsgR5SDActI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  79 }

  pBXMsgR5SDActI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  80 }

  pBXMsgR5SDActI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  81 }

  pBXMsgR5SDDefI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  82 }

  pBXMsgR5SDDefI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  83 }

  pBXMsgR5SDDefI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  84 }

  pBXMsgR5SDDefI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { pBXMsgR5Entry  85 }

  pBXMsgR5SDUseDefIndicatorNotifAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Indicator Notification Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMsgR5Entry  86 }

  pBXMsgR5VoicemailSendDIDNumToVoicemailServerOnFwdCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - send DID number to Voicemail server on forwarded calls'."
    DEFVAL       { false }
    ::= { pBXMsgR5Entry  90 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M2PA Signaling Link'                                        */
-- /* Valid from: 7.1.01                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  m2PASigLinkTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF M2PASigLinkEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Linkset'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  1601 }

  m2PASigLinkEntry OBJECT-TYPE
    SYNTAX       M2PASigLinkEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m2PASigLinkNEConn,
             m2PASigLinkNetwkElement,
             m2PASigLinkSigPointID,
             m2PASigLinkLinksetID,
             m2PASigLinkSigLinkCode }
    ::= {  m2PASigLinkTable  1  }

  M2PASigLinkEntry  ::=  SEQUENCE
  {
    m2PASigLinkNEConn                  Unsigned32,
    m2PASigLinkNetwkElement            DisplayString,
    m2PASigLinkSigPointID              Unsigned32,
    m2PASigLinkLinksetID               Unsigned32,
    m2PASigLinkSigLinkCode             INTEGER,
    m2PASigLinkLinkName                DisplayString,
    m2PASigLinkI1TimerProfNEConn       Unsigned32,
    m2PASigLinkI2TimerProfNetwkElement DisplayString,
    m2PASigLinkI3TimerProfSigPointID   Unsigned32,
    m2PASigLinkI4TimerProfProfID       Unsigned32,
    m2PASigLinkI1M2PAProtProfNEConn    Unsigned32,
    m2PASigLinkI2M2PAProtProfNetwkElement
                                       DisplayString,
    m2PASigLinkI3M2PAProtProfProfID    Unsigned32,
    m2PASigLinkLocalPortNum            INTEGER,
    m2PASigLinkRemIPAddr               DisplayString,
    m2PASigLinkOutRemPortNum           Unsigned32,
    m2PASigLinkUsesEphemeralPorts      INTEGER,
    m2PASigLinkInboundRemPortNum       Unsigned32,
    m2PASigLinkSCTPChecksumAlgorithm   INTEGER,
    m2PASigLinkLinkStatus              BITS,
    m2PASigLinkSCTPAssociationStatus   INTEGER,
    m2PASigLinkCurrCgstnLvl            INTEGER,
    m2PASigLinkLastActionStatus        INTEGER,
    m2PASigLinkLastActionTime          Unsigned32,
    m2PASigLinkAlrmState               INTEGER,
    m2PASigLinkStatisticsAlrms         Integer32,
    m2PASigLinkAlrmEvtsAttnRq          Integer32,
    m2PASigLinkAlrmLogCorr             Counter64,
    m2PASigLinkAlrmStateTimestamp      Unsigned32,
    m2PASigLinkAlrmResetTimestamp      Unsigned32,
    m2PASigLinkDiagsLogLvl             INTEGER,
    m2PASigLinkDiagsAPITraceEnabled    INTEGER,
    m2PASigLinkDiagsAPITraceTag        DisplayString,
    m2PASigLinkDoExtraActions          INTEGER,
    m2PASigLinkRowStatus               RowStatus,
    m2PASigLinkAdminStatus             AdminStatus,
    m2PASigLinkOperStatus              OperStatus
  }

  m2PASigLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m2PASigLinkEntry  1 }

  m2PASigLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m2PASigLinkEntry  2 }

  m2PASigLinkSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { m2PASigLinkEntry  3 }

  m2PASigLinkLinksetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Linkset ID'.
                  This is an index field."
    ::= { m2PASigLinkEntry  4 }

  m2PASigLinkSigLinkCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling link code'.
                  This is an index field."
    ::= { m2PASigLinkEntry  5 }

  m2PASigLinkLinkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link name'."
    ::= { m2PASigLinkEntry  6 }

  m2PASigLinkI1TimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkEntry  7 }

  m2PASigLinkI2TimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkEntry  8 }

  m2PASigLinkI3TimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkEntry  9 }

  m2PASigLinkI4TimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkEntry  10 }

  m2PASigLinkI1M2PAProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'M2PA Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOM2PAProtProfileSE'."
    ::= { m2PASigLinkEntry  11 }

  m2PASigLinkI2M2PAProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'M2PA Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOM2PAProtProfileSE'."
    ::= { m2PASigLinkEntry  12 }

  m2PASigLinkI3M2PAProtProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'M2PA Protocol Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOM2PAProtProfileSE'."
    ::= { m2PASigLinkEntry  13 }

  m2PASigLinkLocalPortNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   threeThousandFiveHundredAndSixtyFive(3565),
                   fiftyThousandAndOne(50001),
                   fiftyThousandAndTwo(50002),
                   fiftyThousandAndThree(50003),
                   fiftyThousandAndFour(50004),
                   fiftyThousandAndFive(50005),
                   fiftyThousandAndSix(50006),
                   fiftyThousandAndSeven(50007),
                   fiftyThousandAndEight(50008),
                   fiftyThousandAndNine(50009),
                   fiftyThousandAndTen(50010),
                   fiftyThousandAndEleven(50011),
                   fiftyThousandAndTwelve(50012),
                   fiftyThousandAndThirteen(50013),
                   fiftyThousandAndFourteen(50014),
                   fiftyThousandAndFifteen(50015),
                   fiftyThousandAndSixteen(50016),
                   fiftyThousandAndSeventeen(50017),
                   fiftyThousandAndEighteen(50018),
                   fiftyThousandAndNineteen(50019),
                   fiftyThousandAndTwenty(50020)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port number'.
                  This field is only writable during create."
    DEFVAL       { threeThousandFiveHundredAndSixtyFive }
    ::= { m2PASigLinkEntry  14 }

  m2PASigLinkRemIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote IP address'.
                  This field is only writable during create."
    ::= { m2PASigLinkEntry  15 }

  m2PASigLinkOutRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing remote port number'.
                  This field is only writable during create."
    DEFVAL       { 3565 }
    ::= { m2PASigLinkEntry  16 }

  m2PASigLinkUsesEphemeralPorts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Uses ephemeral ports'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { m2PASigLinkEntry  17 }

  m2PASigLinkInboundRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inbound remote port number'."
    ::= { m2PASigLinkEntry  18 }

  m2PASigLinkSCTPChecksumAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   cRC32(2),
                   adler32(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP checksum algorithm'.
                  This field is not writable when active."
    DEFVAL       { cRC32 }
    ::= { m2PASigLinkEntry  19 }

  m2PASigLinkLinkStatus OBJECT-TYPE
    SYNTAX       BITS {
                   localBlocked(0),
                   remoteBlocked(1),
                   localInhibited(2),
                   remoteInhibited(3),
                   failed(4),
                   deactivated(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link status'."
    ::= { m2PASigLinkEntry  20 }

  m2PASigLinkSCTPAssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConnected(1),
                   attemptingOutboundConnection(2),
                   connectedOutbound(3),
                   connectedInbound(4),
                   disconnecting(5),
                   connectionLost(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP association status'."
    ::= { m2PASigLinkEntry  21 }

  m2PASigLinkCurrCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER ( 0..3 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current congestion level'."
    ::= { m2PASigLinkEntry  22 }

  m2PASigLinkLastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noActionPerformed(1),
                   inhibitInProgress(2),
                   inhibitSucceeded(3),
                   inhibitFailedNoRouteToSendRequest(4),
                   inhibitFailedLastAvailableLinkForRoute(5),
                   inhibitFailedTimedOut(6),
                   inhibitFailedRejectedByRemoteDestination(7),
                   uninhibitInProgress(8),
                   uninhibitSucceeded(9),
                   uninhibitFailed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last action status'."
    ::= { m2PASigLinkEntry  23 }

  m2PASigLinkLastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last action time'."
    ::= { m2PASigLinkEntry  24 }

  m2PASigLinkAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { m2PASigLinkEntry  25 }

  m2PASigLinkStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { m2PASigLinkEntry  26 }

  m2PASigLinkAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m2PASigLinkEntry  27 }

  m2PASigLinkAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { m2PASigLinkEntry  28 }

  m2PASigLinkAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { m2PASigLinkEntry  29 }

  m2PASigLinkAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { m2PASigLinkEntry  30 }

  m2PASigLinkDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m2PASigLinkEntry  31 }

  m2PASigLinkDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { m2PASigLinkEntry  32 }

  m2PASigLinkDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { m2PASigLinkEntry  33 }

  m2PASigLinkDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   inhibit(1),
                   uninhibit(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m2PASigLinkEntry  34 }

  m2PASigLinkRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m2PASigLinkEntry  35 }

  m2PASigLinkAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m2PASigLinkEntry  36 }

  m2PASigLinkOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m2PASigLinkEntry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M2PA Protocol Profile'                                      */
-- /* Valid from: 7.1.01                                                            */
-- /*********************************************************************************/

  m2PAProtProfileTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF M2PAProtProfileEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1602 }

  m2PAProtProfileEntry OBJECT-TYPE
    SYNTAX       M2PAProtProfileEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m2PAProtProfileNEConn,
             m2PAProtProfileNetwkElement,
             m2PAProtProfileProfID }
    ::= {  m2PAProtProfileTable  1  }

  M2PAProtProfileEntry  ::=  SEQUENCE
  {
    m2PAProtProfileNEConn              Unsigned32,
    m2PAProtProfileNetwkElement        DisplayString,
    m2PAProtProfileProfID              Unsigned32,
    m2PAProtProfileProfName            DisplayString,
    m2PAProtProfileNumRefgLinks        Unsigned32,
    m2PAProtProfileM2PATimerT1         INTEGER,
    m2PAProtProfileM2PATimerT2         INTEGER,
    m2PAProtProfileM2PATimerT3         INTEGER,
    m2PAProtProfileM2PATimerT4e        INTEGER,
    m2PAProtProfileM2PATimerT4n        INTEGER,
    m2PAProtProfileM2PATimerT5         INTEGER,
    m2PAProtProfileM2PATimerT6         INTEGER,
    m2PAProtProfileM2PATimerT7         INTEGER,
    m2PAProtProfileCgstnOnsetLvl1      Integer32,
    m2PAProtProfileCgstnAbtLvl1        Integer32,
    m2PAProtProfileOverallCgstnDiscardLvl
                                       Integer32,
    m2PAProtProfileCgstnOnsetLvl2      Integer32,
    m2PAProtProfileCgstnAbtLvl2        Integer32,
    m2PAProtProfileCgstnOnsetLvl3      Integer32,
    m2PAProtProfileCgstnAbtLvl3        Integer32,
    m2PAProtProfileCgstnDiscardLvl1    Integer32,
    m2PAProtProfileCgstnDiscardLvl2    Integer32,
    m2PAProtProfileCgstnDiscardLvl3    Integer32,
    m2PAProtProfileMaxRetransMSUs      INTEGER,
    m2PAProtProfileProvingInterval     Unsigned32,
    m2PAProtProfileProvingFillerSize   Unsigned32,
    m2PAProtProfileRowStatus           RowStatus
  }

  m2PAProtProfileNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m2PAProtProfileEntry  1 }

  m2PAProtProfileNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m2PAProtProfileEntry  2 }

  m2PAProtProfileProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile ID'.
                  This is an index field."
    ::= { m2PAProtProfileEntry  3 }

  m2PAProtProfileProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name'."
    ::= { m2PAProtProfileEntry  4 }

  m2PAProtProfileNumRefgLinks OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing links'."
    ::= { m2PAProtProfileEntry  5 }

  m2PAProtProfileM2PATimerT1 OBJECT-TYPE
    SYNTAX       INTEGER ( 12900..50000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T1'.
                  This field is not writable when active."
    ::= { m2PAProtProfileEntry  6 }

  m2PAProtProfileM2PATimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 5000..150000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T2'.
                  This field is not writable when active."
    DEFVAL       { 15000 }
    ::= { m2PAProtProfileEntry  7 }

  m2PAProtProfileM2PATimerT3 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..14000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T3'.
                  This field is not writable when active."
    ::= { m2PAProtProfileEntry  8 }

  m2PAProtProfileM2PATimerT4e OBJECT-TYPE
    SYNTAX       INTEGER ( 400..660 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T4e'.
                  This field is not writable when active."
    ::= { m2PAProtProfileEntry  9 }

  m2PAProtProfileM2PATimerT4n OBJECT-TYPE
    SYNTAX       INTEGER ( 2070..9500 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T4n'.
                  This field is not writable when active."
    ::= { m2PAProtProfileEntry  10 }

  m2PAProtProfileM2PATimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 80..120 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T5'.
                  This field is not writable when active."
    DEFVAL       { 100 }
    ::= { m2PAProtProfileEntry  11 }

  m2PAProtProfileM2PATimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T6'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { m2PAProtProfileEntry  12 }

  m2PAProtProfileM2PATimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 500..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2PA timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1500 }
    ::= { m2PAProtProfileEntry  13 }

  m2PAProtProfileCgstnOnsetLvl1 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion onset (level 1)'.
                  This field is not writable when active."
    DEFVAL       { 127 }
    ::= { m2PAProtProfileEntry  14 }

  m2PAProtProfileCgstnAbtLvl1 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion abatement (level 1)'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { m2PAProtProfileEntry  15 }

  m2PAProtProfileOverallCgstnDiscardLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall congestion discard level'.
                  This field is not writable when active."
    DEFVAL       { 149 }
    ::= { m2PAProtProfileEntry  16 }

  m2PAProtProfileCgstnOnsetLvl2 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion onset (level 2)'.
                  This field is not writable when active."
    DEFVAL       { 133 }
    ::= { m2PAProtProfileEntry  17 }

  m2PAProtProfileCgstnAbtLvl2 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion abatement (level 2)'.
                  This field is not writable when active."
    DEFVAL       { 130 }
    ::= { m2PAProtProfileEntry  18 }

  m2PAProtProfileCgstnOnsetLvl3 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion onset (level 3)'.
                  This field is not writable when active."
    DEFVAL       { 139 }
    ::= { m2PAProtProfileEntry  19 }

  m2PAProtProfileCgstnAbtLvl3 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion abatement (level 3)'.
                  This field is not writable when active."
    DEFVAL       { 136 }
    ::= { m2PAProtProfileEntry  20 }

  m2PAProtProfileCgstnDiscardLvl1 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion discard (level 1)'.
                  This field is not writable when active."
    DEFVAL       { 130 }
    ::= { m2PAProtProfileEntry  21 }

  m2PAProtProfileCgstnDiscardLvl2 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion discard (level 2)'.
                  This field is not writable when active."
    DEFVAL       { 136 }
    ::= { m2PAProtProfileEntry  22 }

  m2PAProtProfileCgstnDiscardLvl3 OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion discard (level 3)'.
                  This field is not writable when active."
    DEFVAL       { 145 }
    ::= { m2PAProtProfileEntry  23 }

  m2PAProtProfileMaxRetransMSUs OBJECT-TYPE
    SYNTAX       INTEGER ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max retransmission MSUs'.
                  This field is not writable when active."
    DEFVAL       { 127 }
    ::= { m2PAProtProfileEntry  24 }

  m2PAProtProfileProvingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proving interval'.
                  This field is not writable when active."
    DEFVAL       { 100 }
    ::= { m2PAProtProfileEntry  25 }

  m2PAProtProfileProvingFillerSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..250 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proving filler size'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { m2PAProtProfileEntry  26 }

  m2PAProtProfileRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m2PAProtProfileEntry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Mandatory Account Code Table'                               */
-- /* Valid from: 7.1.01                                                            */
-- /*********************************************************************************/

  mACTableR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MACTableR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Mandatory Account Code Tables'."
    ::= { metaSwitch  1616 }

  mACTableR2Entry OBJECT-TYPE
    SYNTAX       MACTableR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mACTableR2NEConn,
             mACTableR2NetwkElement,
             mACTableR2CFSIx,
             mACTableR2TblIx }
    ::= {  mACTableR2Table  1  }

  MACTableR2Entry  ::=  SEQUENCE
  {
    mACTableR2NEConn                   Unsigned32,
    mACTableR2NetwkElement             DisplayString,
    mACTableR2CFSIx                    Unsigned32,
    mACTableR2TblIx                    Unsigned32,
    mACTableR2Desc                     DisplayString,
    mACTableR2MandAccCodeTblVariant    INTEGER,
    mACTableR2USCallTypes              BITS,
    mACTableR2UKCallTypes              BITS,
    mACTableR2CodeLen                  Unsigned32,
    mACTableR2MaxIncorrectCodeAttempts Unsigned32,
    mACTableR2ValidAccountCodes        LongDisplayString,
    mACTableR2NumRefgObjects           Unsigned32,
    mACTableR2ExportNumObjectsExported Integer32,
    mACTableR2ExportStatus             DisplayString,
    mACTableR2ExportFile               DisplayString,
    mACTableR2ExportCorr               Counter64,
    mACTableR2ExportCorrNode           DisplayString,
    mACTableR2ExportCorrUID            DisplayString,
    mACTableR2DoExtraActions           INTEGER,
    mACTableR2RowStatus                RowStatus,
    mACTableR2PerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    mACTableR2ExportIncASRepData       INTEGER,
    mACTableR2ExportChldObjectsToInc   INTEGER
  }

  mACTableR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mACTableR2Entry  1 }

  mACTableR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mACTableR2Entry  2 }

  mACTableR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mACTableR2Entry  3 }

  mACTableR2TblIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table index'.
                  This is an index field."
    ::= { mACTableR2Entry  4 }

  mACTableR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mACTableR2Entry  5 }

  mACTableR2MandAccCodeTblVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'."
    DEFVAL       { nonValidated }
    ::= { mACTableR2Entry  6 }

  mACTableR2USCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call types'."
    ::= { mACTableR2Entry  7 }

  mACTableR2UKCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call types'."
    ::= { mACTableR2Entry  8 }

  mACTableR2CodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code length'."
    DEFVAL       { 4 }
    ::= { mACTableR2Entry  9 }

  mACTableR2MaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum incorrect code attempts'."
    DEFVAL       { 10 }
    ::= { mACTableR2Entry  10 }

  mACTableR2ValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid account codes'."
    ::= { mACTableR2Entry  11 }

  mACTableR2NumRefgObjects OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing objects'."
    ::= { mACTableR2Entry  12 }

  mACTableR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mACTableR2Entry  13 }

  mACTableR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mACTableR2Entry  14 }

  mACTableR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mACTableR2Entry  15 }

  mACTableR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mACTableR2Entry  16 }

  mACTableR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mACTableR2Entry  17 }

  mACTableR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mACTableR2Entry  18 }

  mACTableR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mACTableR2Entry  19 }

  mACTableR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mACTableR2Entry  20 }

  mACTableR2PerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum incorrect code attempts per call'."
    DEFVAL       { 1 }
    ::= { mACTableR2Entry  21 }

  mACTableR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mACTableR2Entry  22 }

  mACTableR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mACTableR2Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Outgoing Call Services'                      */
-- /* Valid from: 7.1.01                                                            */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  busGrpOutR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpOutR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1620 }

  busGrpOutR3Entry OBJECT-TYPE
    SYNTAX       BusGrpOutR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpOutR3NEConn,
             busGrpOutR3NetwkElement,
             busGrpOutR3CFSIx,
             busGrpOutR3GpIx }
    ::= {  busGrpOutR3Table  1  }

  BusGrpOutR3Entry  ::=  SEQUENCE
  {
    busGrpOutR3NEConn                  Unsigned32,
    busGrpOutR3NetwkElement            DisplayString,
    busGrpOutR3CFSIx                   Unsigned32,
    busGrpOutR3GpIx                    Unsigned32,
    busGrpOutR3SDActMandAccCodes       INTEGER,
    busGrpOutR3SDDefMandAccCodes       INTEGER,
    busGrpOutR3SDUseDefMandAccCodes    INTEGER,
    busGrpOutR3SDActVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR3SDDefVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR3SDUseDefVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR3MandAccCodesAllowSubOverride
                                       INTEGER,
    busGrpOutR3SDActUKMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR3SDDefUKMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR3SDUseDefUKMandAccCodesDefCallTypes
                                       INTEGER,
    busGrpOutR3SDActUSMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR3SDDefUSMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR3SDUseDefUSMandAccCodesDefCallTypes
                                       INTEGER,
    busGrpOutR3MandAccCodesAllowCallTypesOverride
                                       INTEGER,
    busGrpOutR3SDActDefCodeLenMandAccCodes
                                       Unsigned32,
    busGrpOutR3SDDefDefCodeLenMandAccCodes
                                       Unsigned32,
    busGrpOutR3SDUseDefDefCodeLenMandAccCodes
                                       INTEGER,
    busGrpOutR3MandAccCodesAllowCodeLenOverride
                                       INTEGER,
    busGrpOutR3MandAccCodesUserViewBGCodes
                                       INTEGER,
    busGrpOutR3MandAccCodesSubEditBGLineCodes
                                       INTEGER,
    busGrpOutR3SDActDefMaxIncorrectCodesMandAccCodes
                                       Unsigned32,
    busGrpOutR3SDDefDefMaxIncorrectCodesMandAccCodes
                                       Unsigned32,
    busGrpOutR3SDUseDefDefMaxIncorrectCodesMandAccCodes
                                       INTEGER,
    busGrpOutR3MandAccCodesValidAccountCodes
                                       LongDisplayString,
    busGrpOutR3DoExtraActions          INTEGER,
    busGrpOutR3SDActUSMACDefCallTypes2 BITS,
    busGrpOutR3SDDefUSMACDefCallTypes2 BITS,
    busGrpOutR3SDUseDefUSMACDefCallTypes2
                                       INTEGER,
    busGrpOutR3SDActMACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    busGrpOutR3SDDefMACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    busGrpOutR3SDUseDefMACDefMaxIncorrectCodesPerCall
                                       INTEGER
  }

  busGrpOutR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpOutR3Entry  1 }

  busGrpOutR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpOutR3Entry  2 }

  busGrpOutR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpOutR3Entry  3 }

  busGrpOutR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpOutR3Entry  4 }

  busGrpOutR3SDActMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  5 }

  busGrpOutR3SDDefMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  6 }

  busGrpOutR3SDUseDefMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  7 }

  busGrpOutR3SDActVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  8 }

  busGrpOutR3SDDefVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  9 }

  busGrpOutR3SDUseDefVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  10 }

  busGrpOutR3MandAccCodesAllowSubOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of subscription'."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  11 }

  busGrpOutR3SDActUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  12 }

  busGrpOutR3SDDefUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  13 }

  busGrpOutR3SDUseDefUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  14 }

  busGrpOutR3SDActUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  15 }

  busGrpOutR3SDDefUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  16 }

  busGrpOutR3SDUseDefUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  17 }

  busGrpOutR3MandAccCodesAllowCallTypesOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of call types'."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  18 }

  busGrpOutR3SDActDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  19 }

  busGrpOutR3SDDefDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  20 }

  busGrpOutR3SDUseDefDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  21 }

  busGrpOutR3MandAccCodesAllowCodeLenOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of codes and code length'."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  22 }

  busGrpOutR3MandAccCodesUserViewBGCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - user can view BG codes'."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  23 }

  busGrpOutR3MandAccCodesSubEditBGLineCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   visibleWriteable(1),
                   visibleReadOnly(2),
                   hidden(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - user's access to BG line codes'."
    DEFVAL       { visibleWriteable }
    ::= { busGrpOutR3Entry  24 }

  busGrpOutR3SDActDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  25 }

  busGrpOutR3SDDefDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  26 }

  busGrpOutR3SDUseDefDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  27 }

  busGrpOutR3MandAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { busGrpOutR3Entry  28 }

  busGrpOutR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   deleteAccountCodes(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpOutR3Entry  29 }

  busGrpOutR3SDActUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  30 }

  busGrpOutR3SDDefUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  31 }

  busGrpOutR3SDUseDefUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  32 }

  busGrpOutR3SDActMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  33 }

  busGrpOutR3SDDefMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR3Entry  34 }

  busGrpOutR3SDUseDefMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR3Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DMG Number Range'                                           */
-- /* Valid from: 7.1.01                                                            */
-- /*********************************************************************************/

  dMGNumberRangeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DMGNumberRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Range'."
    ::= { metaSwitch  1626 }

  dMGNumberRangeEntry OBJECT-TYPE
    SYNTAX       DMGNumberRangeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dMGNumberRangeNEConn,
             dMGNumberRangeNetwkElement,
             dMGNumberRangeCFSIx,
             dMGNumberRangeFirstNum,
             dMGNumberRangeDMGNumRangeFirstNum }
    ::= {  dMGNumberRangeTable  1  }

  DMGNumberRangeEntry  ::=  SEQUENCE
  {
    dMGNumberRangeNEConn               Unsigned32,
    dMGNumberRangeNetwkElement         DisplayString,
    dMGNumberRangeCFSIx                Unsigned32,
    dMGNumberRangeFirstNum             DisplayString,
    dMGNumberRangeI1DelegatedManagementGpEMSIx
                                       Unsigned32,
    dMGNumberRangeI2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    dMGNumberRangeI3DelegatedManagementGpDMGIx
                                       Integer32,
    dMGNumberRangeDMGNumRangeFirstNum  DisplayString,
    dMGNumberRangeDMGNumRangeLastNum   DisplayString,
    dMGNumberRangeRowStatus            RowStatus
  }

  dMGNumberRangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dMGNumberRangeEntry  1 }

  dMGNumberRangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dMGNumberRangeEntry  2 }

  dMGNumberRangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { dMGNumberRangeEntry  3 }

  dMGNumberRangeFirstNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First number'.
                  This is an index field."
    ::= { dMGNumberRangeEntry  4 }

  dMGNumberRangeI1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { dMGNumberRangeEntry  5 }

  dMGNumberRangeI2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { dMGNumberRangeEntry  6 }

  dMGNumberRangeI3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { dMGNumberRangeEntry  7 }

  dMGNumberRangeDMGNumRangeFirstNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First number'.
                  This is an index field."
    ::= { dMGNumberRangeEntry  8 }

  dMGNumberRangeDMGNumRangeLastNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last number'.
                  This field is only writable during create."
    ::= { dMGNumberRangeEntry  9 }

  dMGNumberRangeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { dMGNumberRangeEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Line Signaling'                                             */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  lineSigR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LineSigR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1631 }

  lineSigR2Entry OBJECT-TYPE
    SYNTAX       LineSigR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lineSigR2NEConn,
             lineSigR2NetwkElement,
             lineSigR2CFSIx,
             lineSigR2SigIx }
    ::= {  lineSigR2Table  1  }

  LineSigR2Entry  ::=  SEQUENCE
  {
    lineSigR2NEConn                    Unsigned32,
    lineSigR2NetwkElement              DisplayString,
    lineSigR2CFSIx                     Unsigned32,
    lineSigR2SigIx                     Unsigned32,
    lineSigR2SuspendTimerDurn          INTEGER,
    lineSigR2RingTimerDurn             INTEGER,
    lineSigR2LineTreatmentAfterCallDisconnect
                                       INTEGER,
    lineSigR2DeactivnMode              INTEGER,
    lineSigR2AlrmState                 INTEGER,
    lineSigR2AlrmLogCorr               Counter64,
    lineSigR2AlrmEvtsAtndDp            Integer32,
    lineSigR2AlrmStateTimestamp        Unsigned32,
    lineSigR2AlrmResetTimestamp        Unsigned32,
    lineSigR2RowStatus                 RowStatus,
    lineSigR2AdminStatus               AdminStatus,
    lineSigR2OperStatus                OperStatus,
    lineSigR2TimedReleaseInterval      INTEGER,
    lineSigR2StatisticsAlrms           Integer32
  }

  lineSigR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lineSigR2Entry  1 }

  lineSigR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lineSigR2Entry  2 }

  lineSigR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { lineSigR2Entry  3 }

  lineSigR2SigIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Index'.
                  This is an index field."
    ::= { lineSigR2Entry  4 }

  lineSigR2SuspendTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 1..172800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspend timer duration'."
    DEFVAL       { 12 }
    ::= { lineSigR2Entry  5 }

  lineSigR2RingTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring timer duration'."
    DEFVAL       { 60 }
    ::= { lineSigR2Entry  6 }

  lineSigR2LineTreatmentAfterCallDisconnect OBJECT-TYPE
    SYNTAX       INTEGER {
                   permanent(1),
                   dialTone(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line treatment after call disconnect'."
    DEFVAL       { permanent }
    ::= { lineSigR2Entry  7 }

  lineSigR2DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { lineSigR2Entry  8 }

  lineSigR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { lineSigR2Entry  9 }

  lineSigR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { lineSigR2Entry  10 }

  lineSigR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { lineSigR2Entry  11 }

  lineSigR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { lineSigR2Entry  12 }

  lineSigR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { lineSigR2Entry  13 }

  lineSigR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { lineSigR2Entry  14 }

  lineSigR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { lineSigR2Entry  15 }

  lineSigR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { lineSigR2Entry  16 }

  lineSigR2TimedReleaseInterval OBJECT-TYPE
    SYNTAX       INTEGER ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timed release interval'."
    DEFVAL       { 0 }
    ::= { lineSigR2Entry  17 }

  lineSigR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { lineSigR2Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN'                                                       */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  iSDNR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1632 }

  iSDNR4Entry OBJECT-TYPE
    SYNTAX       ISDNR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNR4NEConn,
             iSDNR4NetwkElement,
             iSDNR4CFSIx,
             iSDNR4ISDNIx }
    ::= {  iSDNR4Table  1  }

  ISDNR4Entry  ::=  SEQUENCE
  {
    iSDNR4NEConn                       Unsigned32,
    iSDNR4NetwkElement                 DisplayString,
    iSDNR4CFSIx                        Unsigned32,
    iSDNR4ISDNIx                       Unsigned32,
    iSDNR4DeactivnMode                 INTEGER,
    iSDNR4AlrmState                    INTEGER,
    iSDNR4AlrmLogCorr                  Counter64,
    iSDNR4AlrmEvtsAttnRq               Integer32,
    iSDNR4AlrmStateTimestamp           Unsigned32,
    iSDNR4AlrmResetTimestamp           Unsigned32,
    iSDNR4ISDNPRIAlrmsAttnRq           Integer32,
    iSDNR4ISDNPRIAlrmEvtsAttnRq        Integer32,
    iSDNR4ISDNPRIAlrmsAtndDp           Integer32,
    iSDNR4ISDNPRIAlrmEvtsAtndDp        Integer32,
    iSDNR4SummaryChldAlrmState         INTEGER,
    iSDNR4ImportCnt                    Integer32,
    iSDNR4ImportStatus                 DisplayString,
    iSDNR4ImportMode                   INTEGER,
    iSDNR4ImportFile                   DisplayString,
    iSDNR4ImportCorr                   Counter64,
    iSDNR4ImportCorrNode               DisplayString,
    iSDNR4ImportCorrUID                DisplayString,
    iSDNR4DoExtraActions               INTEGER,
    iSDNR4RowStatus                    RowStatus,
    iSDNR4AdminStatus                  AdminStatus,
    iSDNR4OperStatus                   OperStatus,
    iSDNR4MaxNumISDNPRIs               Unsigned32,
    iSDNR4NumCfgdISDNPRIs              Unsigned32,
    iSDNR4ChldStatisticsAlrms          Integer32,
    iSDNR4MaxNumISDNPRIDS0s            Unsigned32,
    iSDNR4NumCfgdISDNPRIDS0s           Unsigned32,
    iSDNR4StatisticsAlrms              Integer32
  }

  iSDNR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNR4Entry  1 }

  iSDNR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNR4Entry  2 }

  iSDNR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNR4Entry  3 }

  iSDNR4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNR4Entry  4 }

  iSDNR4DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSDNR4Entry  5 }

  iSDNR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSDNR4Entry  6 }

  iSDNR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSDNR4Entry  7 }

  iSDNR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNR4Entry  8 }

  iSDNR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSDNR4Entry  9 }

  iSDNR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSDNR4Entry  10 }

  iSDNR4ISDNPRIAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attention Required alarms'."
    ::= { iSDNR4Entry  11 }

  iSDNR4ISDNPRIAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNR4Entry  12 }

  iSDNR4ISDNPRIAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attend To Dependent alarms'."
    ::= { iSDNR4Entry  13 }

  iSDNR4ISDNPRIAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Primary Rate Interface Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNR4Entry  14 }

  iSDNR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNR4Entry  15 }

  iSDNR4ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { iSDNR4Entry  16 }

  iSDNR4ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { iSDNR4Entry  17 }

  iSDNR4ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { iSDNR4Entry  18 }

  iSDNR4ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { iSDNR4Entry  19 }

  iSDNR4ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { iSDNR4Entry  20 }

  iSDNR4ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { iSDNR4Entry  21 }

  iSDNR4ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { iSDNR4Entry  22 }

  iSDNR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNR4Entry  23 }

  iSDNR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iSDNR4Entry  24 }

  iSDNR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNR4Entry  25 }

  iSDNR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNR4Entry  26 }

  iSDNR4MaxNumISDNPRIs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of ISDN PRIs'."
    ::= { iSDNR4Entry  27 }

  iSDNR4NumCfgdISDNPRIs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of configured ISDN PRIs'."
    ::= { iSDNR4Entry  28 }

  iSDNR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSDNR4Entry  29 }

  iSDNR4MaxNumISDNPRIDS0s OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of ISDN PRI DS0s'."
    ::= { iSDNR4Entry  30 }

  iSDNR4NumCfgdISDNPRIDS0s OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of configured ISDN PRI DS0s'."
    ::= { iSDNR4Entry  31 }

  iSDNR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSDNR4Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Local Exchange'                                          */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  mFLocalExR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFLocalExR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1635 }

  mFLocalExR2Entry OBJECT-TYPE
    SYNTAX       MFLocalExR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFLocalExR2NEConn,
             mFLocalExR2NetwkElement,
             mFLocalExR2CFSIx,
             mFLocalExR2MFLocalExchangeIx }
    ::= {  mFLocalExR2Table  1  }

  MFLocalExR2Entry  ::=  SEQUENCE
  {
    mFLocalExR2NEConn                  Unsigned32,
    mFLocalExR2NetwkElement            DisplayString,
    mFLocalExR2CFSIx                   Unsigned32,
    mFLocalExR2MFLocalExchangeIx       Unsigned32,
    mFLocalExR2MaxCallSuspendTimeBeforeRelease
                                       Unsigned32,
    mFLocalExR2DeactivnMode            INTEGER,
    mFLocalExR2AlrmState               INTEGER,
    mFLocalExR2AlrmLogCorr             Counter64,
    mFLocalExR2AlrmEvtsAttnRq          Integer32,
    mFLocalExR2AlrmStateTimestamp      Unsigned32,
    mFLocalExR2AlrmResetTimestamp      Unsigned32,
    mFLocalExR2ChldAlrmsAttnRq         Integer32,
    mFLocalExR2ChldAlrmsAtndDp         Integer32,
    mFLocalExR2ChldAlrmEvtsAttnRq      Integer32,
    mFLocalExR2ChldAlrmEvtsAtndDp      Integer32,
    mFLocalExR2SummaryChldAlrmState    INTEGER,
    mFLocalExR2RowStatus               RowStatus,
    mFLocalExR2AdminStatus             AdminStatus,
    mFLocalExR2OperStatus              OperStatus,
    mFLocalExR2DoExtraActions          INTEGER,
    mFLocalExR2ChldStatisticsAlrms     Integer32,
    mFLocalExR2StatisticsAlrms         Integer32
  }

  mFLocalExR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFLocalExR2Entry  1 }

  mFLocalExR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFLocalExR2Entry  2 }

  mFLocalExR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFLocalExR2Entry  3 }

  mFLocalExR2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFLocalExR2Entry  4 }

  mFLocalExR2MaxCallSuspendTimeBeforeRelease OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Max call suspend time before release'."
    DEFVAL       { 2700 }
    ::= { mFLocalExR2Entry  5 }

  mFLocalExR2DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { mFLocalExR2Entry  6 }

  mFLocalExR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFLocalExR2Entry  7 }

  mFLocalExR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mFLocalExR2Entry  8 }

  mFLocalExR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFLocalExR2Entry  9 }

  mFLocalExR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFLocalExR2Entry  10 }

  mFLocalExR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFLocalExR2Entry  11 }

  mFLocalExR2ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mFLocalExR2Entry  12 }

  mFLocalExR2ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mFLocalExR2Entry  13 }

  mFLocalExR2ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFLocalExR2Entry  14 }

  mFLocalExR2ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFLocalExR2Entry  15 }

  mFLocalExR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mFLocalExR2Entry  16 }

  mFLocalExR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mFLocalExR2Entry  17 }

  mFLocalExR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mFLocalExR2Entry  18 }

  mFLocalExR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mFLocalExR2Entry  19 }

  mFLocalExR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mFLocalExR2Entry  20 }

  mFLocalExR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mFLocalExR2Entry  21 }

  mFLocalExR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mFLocalExR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Remote Exchange'                                         */
-- /* Valid from: 7.3                                                               */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  mFRemExR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFRemExR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Local Exchange'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1636 }

  mFRemExR4Entry OBJECT-TYPE
    SYNTAX       MFRemExR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFRemExR4NEConn,
             mFRemExR4NetwkElement,
             mFRemExR4CFSIx,
             mFRemExR4MFLocalExchangeIx,
             mFRemExR4RemExchangeIx }
    ::= {  mFRemExR4Table  1  }

  MFRemExR4Entry  ::=  SEQUENCE
  {
    mFRemExR4NEConn                    Unsigned32,
    mFRemExR4NetwkElement              DisplayString,
    mFRemExR4CFSIx                     Unsigned32,
    mFRemExR4MFLocalExchangeIx         Unsigned32,
    mFRemExR4RemExchangeIx             Unsigned32,
    mFRemExR4AlrmState                 INTEGER,
    mFRemExR4AlrmLogCorr               Counter64,
    mFRemExR4AlrmEvtsAttnRq            Integer32,
    mFRemExR4AlrmStateTimestamp        Unsigned32,
    mFRemExR4AlrmResetTimestamp        Unsigned32,
    mFRemExR4ChldAlrmsAttnRq           Integer32,
    mFRemExR4ChldAlrmEvtsAttnRq        Integer32,
    mFRemExR4ChldAlrmsAtndDp           Integer32,
    mFRemExR4ChldAlrmEvtsAtndDp        Integer32,
    mFRemExR4DiagsLogLvl               INTEGER,
    mFRemExR4DiagsAPITraceEnabled      INTEGER,
    mFRemExR4DiagsAPITraceTag          DisplayString,
    mFRemExR4SummaryChldAlrmState      INTEGER,
    mFRemExR4RowStatus                 RowStatus,
    mFRemExR4AdminStatus               AdminStatus,
    mFRemExR4OperStatus                OperStatus,
    mFRemExR4DoExtraActions            INTEGER,
    mFRemExR4NetwkNum                  Unsigned32,
    mFRemExR4Name                      DisplayString,
    mFRemExR4ChldStatisticsAlrms       Integer32,
    mFRemExR4StatisticsAlrms           Integer32
  }

  mFRemExR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFRemExR4Entry  1 }

  mFRemExR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFRemExR4Entry  2 }

  mFRemExR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFRemExR4Entry  3 }

  mFRemExR4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFRemExR4Entry  4 }

  mFRemExR4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFRemExR4Entry  5 }

  mFRemExR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFRemExR4Entry  6 }

  mFRemExR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mFRemExR4Entry  7 }

  mFRemExR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFRemExR4Entry  8 }

  mFRemExR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFRemExR4Entry  9 }

  mFRemExR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFRemExR4Entry  10 }

  mFRemExR4ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mFRemExR4Entry  11 }

  mFRemExR4ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFRemExR4Entry  12 }

  mFRemExR4ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mFRemExR4Entry  13 }

  mFRemExR4ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFRemExR4Entry  14 }

  mFRemExR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mFRemExR4Entry  15 }

  mFRemExR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mFRemExR4Entry  16 }

  mFRemExR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mFRemExR4Entry  17 }

  mFRemExR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mFRemExR4Entry  18 }

  mFRemExR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFRemExR4Entry  19 }

  mFRemExR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFRemExR4Entry  20 }

  mFRemExR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mFRemExR4Entry  21 }

  mFRemExR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFRemExR4Entry  22 }

  mFRemExR4NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { mFRemExR4Entry  23 }

  mFRemExR4Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mFRemExR4Entry  24 }

  mFRemExR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mFRemExR4Entry  25 }

  mFRemExR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mFRemExR4Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server'                                         */
-- /* Valid from: 7.3                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  appServR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Application Servers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1640 }

  appServR7Entry OBJECT-TYPE
    SYNTAX       AppServR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServR7NEConn,
             appServR7NetwkElement,
             appServR7CFSIx,
             appServR7DirNum }
    ::= {  appServR7Table  1  }

  AppServR7Entry  ::=  SEQUENCE
  {
    appServR7NEConn                    Unsigned32,
    appServR7NetwkElement              DisplayString,
    appServR7CFSIx                     Unsigned32,
    appServR7DirNum                    DisplayString,
    appServR7Desc                      DisplayString,
    appServR7ServerType                BITS,
    appServR7SDActMaxCallAppearances   Unsigned32,
    appServR7SDDefMaxCallAppearances   Unsigned32,
    appServR7SDUseDefMaxCallAppearances
                                       INTEGER,
    appServR7AlrmState                 INTEGER,
    appServR7AlrmLogCorr               Counter64,
    appServR7AddtlAlrmLogCorr          Counter64,
    appServR7AlrmEvtsAttnRq            Unsigned32,
    appServR7AlrmEvtsAtndDp            Unsigned32,
    appServR7AlrmStateTimestamp        Unsigned32,
    appServR7DiagsLogLvl               INTEGER,
    appServR7DiagsAPITraceEnabled      INTEGER,
    appServR7DiagsAPITraceTag          DisplayString,
    appServR7DiagsAPITraceRemNum       DisplayString,
    appServR7RowStatus                 RowStatus,
    appServR7ActionOnFail              INTEGER,
    appServR7RetryDly                  Unsigned32,
    appServR7I1CfgdSIPBindingNEConn    Unsigned32,
    appServR7I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    appServR7I3CfgdSIPBindingCFSIx     Unsigned32,
    appServR7I4CfgdSIPBindingBindingIx Unsigned32,
    appServR7OrigingServerBillXfers    INTEGER,
    appServR7TermServerBillXfers       INTEGER,
    appServR7TermServerProvideClgName  INTEGER,
    appServR7SDActVQMCallLogging       INTEGER,
    appServR7SDDefVQMCallLogging       INTEGER,
    appServR7SDUseDefVQMCallLogging    INTEGER,
    appServR7TermServerOnlyCorrelateSASTrails
                                       INTEGER,
    appServR7StatisticsAlrms           Integer32
  }

  appServR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServR7Entry  1 }

  appServR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServR7Entry  2 }

  appServR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServR7Entry  3 }

  appServR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServR7Entry  4 }

  appServR7Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { appServR7Entry  5 }

  appServR7ServerType OBJECT-TYPE
    SYNTAX       BITS {
                   originating(0),
                   terminating(1),
                   voicemail(2),
                   musicOnHold(4),
                   presence(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'.
                  This field is not writable when active."
    ::= { appServR7Entry  6 }

  appServR7SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR7Entry  18 }

  appServR7SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR7Entry  19 }

  appServR7SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR7Entry  20 }

  appServR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServR7Entry  22 }

  appServR7AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { appServR7Entry  23 }

  appServR7AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { appServR7Entry  24 }

  appServR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR7Entry  25 }

  appServR7AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR7Entry  26 }

  appServR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServR7Entry  27 }

  appServR7DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { appServR7Entry  28 }

  appServR7DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { appServR7Entry  29 }

  appServR7DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { appServR7Entry  30 }

  appServR7DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { appServR7Entry  31 }

  appServR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { appServR7Entry  32 }

  appServR7ActionOnFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   rejectCall(1),
                   bypassServer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action on failure'.
                  This field is not writable when active."
    DEFVAL       { rejectCall }
    ::= { appServR7Entry  33 }

  appServR7RetryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Retry delay'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { appServR7Entry  34 }

  appServR7I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR7Entry  35 }

  appServR7I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR7Entry  36 }

  appServR7I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR7Entry  37 }

  appServR7I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR7Entry  38 }

  appServR7OrigingServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating server - billing of transfers'."
    DEFVAL       { singleRecordOriginalDN }
    ::= { appServR7Entry  39 }

  appServR7TermServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - billing of transfers'."
    DEFVAL       { twoRecords }
    ::= { appServR7Entry  40 }

  appServR7TermServerProvideClgName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - provide calling name'."
    DEFVAL       { false }
    ::= { appServR7Entry  41 }

  appServR7SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR7Entry  46 }

  appServR7SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR7Entry  47 }

  appServR7SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR7Entry  48 }

  appServR7TermServerOnlyCorrelateSASTrails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - only correlate SAS trails'."
    DEFVAL       { false }
    ::= { appServR7Entry  49 }

  appServR7StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { appServR7Entry  50 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Lines'                                           */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  indLineConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1643 }

  indLineConR1Entry OBJECT-TYPE
    SYNTAX       IndLineConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineConR1NEConn,
             indLineConR1NetwkElement,
             indLineConR1CFSIx }
    ::= {  indLineConR1Table  1  }

  IndLineConR1Entry  ::=  SEQUENCE
  {
    indLineConR1NEConn                 Unsigned32,
    indLineConR1NetwkElement           DisplayString,
    indLineConR1CFSIx                  Unsigned32,
    indLineConR1IndLineAlrmsAttnRq     Unsigned32,
    indLineConR1IndLineAlrmEvtsAttnRq  Unsigned32,
    indLineConR1IndLineAlrmsAtndDp     Unsigned32,
    indLineConR1IndLineAlrmEvtsAtndDp  Unsigned32,
    indLineConR1SummaryChldAlrmState   INTEGER,
    indLineConR1ImportCnt              Integer32,
    indLineConR1ImportStatus           DisplayString,
    indLineConR1ImportMode             INTEGER,
    indLineConR1ImportFile             DisplayString,
    indLineConR1ImportCorr             Counter64,
    indLineConR1ImportCorrNode         DisplayString,
    indLineConR1ImportCorrUID          DisplayString,
    indLineConR1ExportNumObjectsExported
                                       Integer32,
    indLineConR1ExportStatus           DisplayString,
    indLineConR1ExportFile             DisplayString,
    indLineConR1ExportCorr             Counter64,
    indLineConR1ExportCorrNode         DisplayString,
    indLineConR1ExportCorrUID          DisplayString,
    indLineConR1DoExtraActions         INTEGER,
    indLineConR1ChldStatisticsAlrms    Integer32,
    indLineConR1ExportIncASRepData     INTEGER,
    indLineConR1ExportChldObjectsToInc INTEGER
  }

  indLineConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineConR1Entry  1 }

  indLineConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineConR1Entry  2 }

  indLineConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineConR1Entry  3 }

  indLineConR1IndLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarms'."
    ::= { indLineConR1Entry  4 }

  indLineConR1IndLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineConR1Entry  5 }

  indLineConR1IndLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarms'."
    ::= { indLineConR1Entry  6 }

  indLineConR1IndLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineConR1Entry  7 }

  indLineConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineConR1Entry  8 }

  indLineConR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { indLineConR1Entry  9 }

  indLineConR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { indLineConR1Entry  10 }

  indLineConR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { indLineConR1Entry  11 }

  indLineConR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { indLineConR1Entry  12 }

  indLineConR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { indLineConR1Entry  13 }

  indLineConR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { indLineConR1Entry  14 }

  indLineConR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { indLineConR1Entry  15 }

  indLineConR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineConR1Entry  16 }

  indLineConR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineConR1Entry  17 }

  indLineConR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineConR1Entry  18 }

  indLineConR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineConR1Entry  19 }

  indLineConR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineConR1Entry  20 }

  indLineConR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineConR1Entry  21 }

  indLineConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineConR1Entry  22 }

  indLineConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { indLineConR1Entry  23 }

  indLineConR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineConR1Entry  24 }

  indLineConR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineConR1Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBXs'                                                       */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  pBXConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1648 }

  pBXConR1Entry OBJECT-TYPE
    SYNTAX       PBXConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXConR1NEConn,
             pBXConR1NetwkElement,
             pBXConR1CFSIx }
    ::= {  pBXConR1Table  1  }

  PBXConR1Entry  ::=  SEQUENCE
  {
    pBXConR1NEConn                     Unsigned32,
    pBXConR1NetwkElement               DisplayString,
    pBXConR1CFSIx                      Unsigned32,
    pBXConR1PBXAlrmsAttnRq             Unsigned32,
    pBXConR1PBXAlrmEvtsAttnRq          Unsigned32,
    pBXConR1PBXAlrmsAtndDp             Unsigned32,
    pBXConR1PBXAlrmEvtsAtndDp          Unsigned32,
    pBXConR1SummaryChldAlrmState       INTEGER,
    pBXConR1ImportCnt                  Integer32,
    pBXConR1ImportStatus               DisplayString,
    pBXConR1ImportMode                 INTEGER,
    pBXConR1ImportFile                 DisplayString,
    pBXConR1ImportCorr                 Counter64,
    pBXConR1ImportCorrNode             DisplayString,
    pBXConR1ImportCorrUID              DisplayString,
    pBXConR1ExportNumObjectsExported   Integer32,
    pBXConR1ExportStatus               DisplayString,
    pBXConR1ExportFile                 DisplayString,
    pBXConR1ExportCorr                 Counter64,
    pBXConR1ExportCorrNode             DisplayString,
    pBXConR1ExportCorrUID              DisplayString,
    pBXConR1DoExtraActions             INTEGER,
    pBXConR1ChldStatisticsAlrms        Integer32,
    pBXConR1ExportIncASRepData         INTEGER,
    pBXConR1ExportChldObjectsToInc     INTEGER
  }

  pBXConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXConR1Entry  1 }

  pBXConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXConR1Entry  2 }

  pBXConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXConR1Entry  3 }

  pBXConR1PBXAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attention Required alarms'."
    ::= { pBXConR1Entry  4 }

  pBXConR1PBXAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXConR1Entry  5 }

  pBXConR1PBXAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attend To Dependent alarms'."
    ::= { pBXConR1Entry  6 }

  pBXConR1PBXAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXConR1Entry  7 }

  pBXConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXConR1Entry  8 }

  pBXConR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { pBXConR1Entry  9 }

  pBXConR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { pBXConR1Entry  10 }

  pBXConR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { pBXConR1Entry  11 }

  pBXConR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { pBXConR1Entry  12 }

  pBXConR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { pBXConR1Entry  13 }

  pBXConR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { pBXConR1Entry  14 }

  pBXConR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { pBXConR1Entry  15 }

  pBXConR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXConR1Entry  16 }

  pBXConR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXConR1Entry  17 }

  pBXConR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXConR1Entry  18 }

  pBXConR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXConR1Entry  19 }

  pBXConR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXConR1Entry  20 }

  pBXConR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXConR1Entry  21 }

  pBXConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXConR1Entry  22 }

  pBXConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { pBXConR1Entry  23 }

  pBXConR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXConR1Entry  24 }

  pBXConR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXConR1Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Temporary DID Number Call Services'                         */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  pBXTmpDIDNumClServsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXTmpDIDNumClServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is not creatable."
    ::= { metaSwitch  1652 }

  pBXTmpDIDNumClServsEntry OBJECT-TYPE
    SYNTAX       PBXTmpDIDNumClServsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXTmpDIDNumClServsNEConn,
             pBXTmpDIDNumClServsNetwkElement,
             pBXTmpDIDNumClServsCFSIx,
             pBXTmpDIDNumClServsDirNum,
             pBXTmpDIDNumClServsDIDDirNum }
    ::= {  pBXTmpDIDNumClServsTable  1  }

  PBXTmpDIDNumClServsEntry  ::=  SEQUENCE
  {
    pBXTmpDIDNumClServsNEConn          Unsigned32,
    pBXTmpDIDNumClServsNetwkElement    DisplayString,
    pBXTmpDIDNumClServsCFSIx           Unsigned32,
    pBXTmpDIDNumClServsDirNum          DisplayString,
    pBXTmpDIDNumClServsDIDDirNum       DisplayString,
    pBXTmpDIDNumClServsRowStatus       RowStatus
  }

  pBXTmpDIDNumClServsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXTmpDIDNumClServsEntry  1 }

  pBXTmpDIDNumClServsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXTmpDIDNumClServsEntry  2 }

  pBXTmpDIDNumClServsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXTmpDIDNumClServsEntry  3 }

  pBXTmpDIDNumClServsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXTmpDIDNumClServsEntry  4 }

  pBXTmpDIDNumClServsDIDDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory Number'.
                  This is an index field."
    ::= { pBXTmpDIDNumClServsEntry  5 }

  pBXTmpDIDNumClServsRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { pBXTmpDIDNumClServsEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Party Call Services'                                  */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  pBXMultiPartyTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXMultiPartyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1653 }

  pBXMultiPartyEntry OBJECT-TYPE
    SYNTAX       PBXMultiPartyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXMultiPartyNEConn,
             pBXMultiPartyNetwkElement,
             pBXMultiPartyCFSIx,
             pBXMultiPartyDirNum }
    ::= {  pBXMultiPartyTable  1  }

  PBXMultiPartyEntry  ::=  SEQUENCE
  {
    pBXMultiPartyNEConn                Unsigned32,
    pBXMultiPartyNetwkElement          DisplayString,
    pBXMultiPartyCFSIx                 Unsigned32,
    pBXMultiPartyDirNum                DisplayString,
    pBXMultiPartySDActCallXferSubscribed
                                       INTEGER,
    pBXMultiPartySDDefCallXferSubscribed
                                       INTEGER,
    pBXMultiPartySDUseDefCallXferSubscribed
                                       INTEGER,
    pBXMultiPartySDActTWCCTConfUSB     INTEGER,
    pBXMultiPartySDDefTWCCTConfUSB     INTEGER,
    pBXMultiPartySDUseDefTWCCTConfUSB  INTEGER
  }

  pBXMultiPartyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXMultiPartyEntry  1 }

  pBXMultiPartyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXMultiPartyEntry  2 }

  pBXMultiPartyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXMultiPartyEntry  3 }

  pBXMultiPartyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXMultiPartyEntry  4 }

  pBXMultiPartySDActCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMultiPartyEntry  5 }

  pBXMultiPartySDDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMultiPartyEntry  6 }

  pBXMultiPartySDUseDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMultiPartyEntry  7 }

  pBXMultiPartySDActTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMultiPartyEntry  8 }

  pBXMultiPartySDDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXMultiPartyEntry  9 }

  pBXMultiPartySDUseDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXMultiPartyEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Physical DS3 Port'                                          */
-- /* Valid from: 7.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  physDS3PortR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS3PortR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1654 }

  physDS3PortR5Entry OBJECT-TYPE
    SYNTAX       PhysDS3PortR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS3PortR5NEConn,
             physDS3PortR5NetwkElement,
             physDS3PortR5MediaGatewayIx,
             physDS3PortR5CtrlerIx,
             physDS3PortR5SlotNum,
             physDS3PortR5PhysDS3PortName }
    ::= {  physDS3PortR5Table  1  }

  PhysDS3PortR5Entry  ::=  SEQUENCE
  {
    physDS3PortR5NEConn                Unsigned32,
    physDS3PortR5NetwkElement          DisplayString,
    physDS3PortR5MediaGatewayIx        Unsigned32,
    physDS3PortR5CtrlerIx              INTEGER,
    physDS3PortR5SlotNum               INTEGER,
    physDS3PortR5PhysDS3PortName       INTEGER,
    physDS3PortR5LineFraming           INTEGER,
    physDS3PortR5LineLen               INTEGER,
    physDS3PortR5LineClking            INTEGER,
    physDS3PortR5LineStatus            BITS,
    physDS3PortR5DeactivnMode          INTEGER,
    physDS3PortR5AlrmState             INTEGER,
    physDS3PortR5AlrmLogCorr           Counter64,
    physDS3PortR5AlrmEvtsAttnRq        Integer32,
    physDS3PortR5AlrmStateTimestamp    Unsigned32,
    physDS3PortR5AlrmResetTimestamp    Unsigned32,
    physDS3PortR5DS1PortAlrmsAttnRq    Integer32,
    physDS3PortR5DS1PortAlrmEvtsAttnRq Integer32,
    physDS3PortR5SummaryChldAlrmState  INTEGER,
    physDS3PortR5DoExtraActions        INTEGER,
    physDS3PortR5RowStatus             RowStatus,
    physDS3PortR5AdminStatus           AdminStatus,
    physDS3PortR5OperStatus            OperStatus,
    physDS3PortR5AddtlInfo             DisplayString
  }

  physDS3PortR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS3PortR5Entry  1 }

  physDS3PortR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS3PortR5Entry  2 }

  physDS3PortR5MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS3PortR5Entry  3 }

  physDS3PortR5CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS3PortR5Entry  4 }

  physDS3PortR5SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS3PortR5Entry  5 }

  physDS3PortR5PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { physDS3PortR5Entry  6 }

  physDS3PortR5LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { physDS3PortR5Entry  7 }

  physDS3PortR5LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan600ft200m(1),
                   moreThan600ft200m(2),
                   long(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line length'.
                  This field is not writable when active."
    ::= { physDS3PortR5Entry  8 }

  physDS3PortR5LineClking OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   loop(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line clocking'.
                  This field is not writable when active."
    DEFVAL       { loop }
    ::= { physDS3PortR5Entry  9 }

  physDS3PortR5LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { physDS3PortR5Entry  10 }

  physDS3PortR5DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { physDS3PortR5Entry  11 }

  physDS3PortR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS3PortR5Entry  12 }

  physDS3PortR5AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { physDS3PortR5Entry  13 }

  physDS3PortR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS3PortR5Entry  14 }

  physDS3PortR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS3PortR5Entry  15 }

  physDS3PortR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { physDS3PortR5Entry  16 }

  physDS3PortR5DS1PortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS1 Port Attention Required alarms'."
    ::= { physDS3PortR5Entry  17 }

  physDS3PortR5DS1PortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS1 Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS3PortR5Entry  18 }

  physDS3PortR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { physDS3PortR5Entry  19 }

  physDS3PortR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS3PortR5Entry  20 }

  physDS3PortR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { physDS3PortR5Entry  21 }

  physDS3PortR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS3PortR5Entry  22 }

  physDS3PortR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS3PortR5Entry  23 }

  physDS3PortR5AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { physDS3PortR5Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Restricted Number'                                          */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  restrictedNumberTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RestrictedNumberEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'."
    ::= { metaSwitch  1659 }

  restrictedNumberEntry OBJECT-TYPE
    SYNTAX       RestrictedNumberEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { restrictedNumberNEConn,
             restrictedNumberNetwkElement,
             restrictedNumberCFSIx,
             restrictedNumberExplicitOrPrefix,
             restrictedNumberNum }
    ::= {  restrictedNumberTable  1  }

  RestrictedNumberEntry  ::=  SEQUENCE
  {
    restrictedNumberNEConn             Unsigned32,
    restrictedNumberNetwkElement       DisplayString,
    restrictedNumberCFSIx              Unsigned32,
    restrictedNumberExplicitOrPrefix   INTEGER,
    restrictedNumberNum                DisplayString,
    restrictedNumberRestrictionType    BITS,
    restrictedNumberRowStatus          RowStatus
  }

  restrictedNumberNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { restrictedNumberEntry  1 }

  restrictedNumberNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { restrictedNumberEntry  2 }

  restrictedNumberCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { restrictedNumberEntry  3 }

  restrictedNumberExplicitOrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicit(1),
                   prefix(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Explicit or prefix'.
                  This is an index field."
    ::= { restrictedNumberEntry  4 }

  restrictedNumberNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'.
                  This is an index field."
    ::= { restrictedNumberEntry  5 }

  restrictedNumberRestrictionType OBJECT-TYPE
    SYNTAX       BITS {
                   callForwardingTargets(0),
                   businessGroupCodes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Restriction type'."
    DEFVAL       { {callForwardingTargets, businessGroupCodes} }
    ::= { restrictedNumberEntry  6 }

  restrictedNumberRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { restrictedNumberEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Local SCCP Access Point'                                    */
-- /* Valid from: 7.1.01                                                            */
-- /*********************************************************************************/

  sCCP2LocAccPntR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2LocAccPntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1660 }

  sCCP2LocAccPntR1Entry OBJECT-TYPE
    SYNTAX       SCCP2LocAccPntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2LocAccPntR1NEConn,
             sCCP2LocAccPntR1NetwkElement,
             sCCP2LocAccPntR1CFSIx,
             sCCP2LocAccPntR1SCCPIx,
             sCCP2LocAccPntR1SSNID }
    ::= {  sCCP2LocAccPntR1Table  1  }

  SCCP2LocAccPntR1Entry  ::=  SEQUENCE
  {
    sCCP2LocAccPntR1NEConn             Unsigned32,
    sCCP2LocAccPntR1NetwkElement       DisplayString,
    sCCP2LocAccPntR1CFSIx              Unsigned32,
    sCCP2LocAccPntR1SCCPIx             Unsigned32,
    sCCP2LocAccPntR1SSNID              Unsigned32,
    sCCP2LocAccPntR1Name               DisplayString,
    sCCP2LocAccPntR1I1SCCPLAPRemConcernedAreaNEConn
                                       Unsigned32,
    sCCP2LocAccPntR1I2SCCPLAPRemConcernedAreaNetwkElement
                                       DisplayString,
    sCCP2LocAccPntR1I3SCCPLAPRemConcernedAreaCFSIx
                                       Unsigned32,
    sCCP2LocAccPntR1I4SCCPLAPRemConcernedAreaSCCPIx
                                       Unsigned32,
    sCCP2LocAccPntR1I5SCCPLAPRemConcernedAreaIx
                                       Unsigned32,
    sCCP2LocAccPntR1SCCPLAPRemConcernedAreaOtherVals
                                       INTEGER,
    sCCP2LocAccPntR1SCCPLAPAvailStatus INTEGER,
    sCCP2LocAccPntR1AlrmState          INTEGER,
    sCCP2LocAccPntR1AlrmEvtsAttnRqLogCorr
                                       Counter64,
    sCCP2LocAccPntR1AlrmEvtsAttnRq     Unsigned32,
    sCCP2LocAccPntR1AlrmStateTimestamp Unsigned32,
    sCCP2LocAccPntR1AlrmResetTimestamp Unsigned32,
    sCCP2LocAccPntR1DiagsLogLvl        INTEGER,
    sCCP2LocAccPntR1DiagsAPITraceEnabled
                                       INTEGER,
    sCCP2LocAccPntR1DiagsAPITraceTag   DisplayString,
    sCCP2LocAccPntR1RowStatus          RowStatus,
    sCCP2LocAccPntR1OperStatus         OperStatus
  }

  sCCP2LocAccPntR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2LocAccPntR1Entry  1 }

  sCCP2LocAccPntR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2LocAccPntR1Entry  2 }

  sCCP2LocAccPntR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2LocAccPntR1Entry  3 }

  sCCP2LocAccPntR1SCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2LocAccPntR1Entry  4 }

  sCCP2LocAccPntR1SSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SSN ID'.
                  This is an index field."
    ::= { sCCP2LocAccPntR1Entry  5 }

  sCCP2LocAccPntR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local SCCP Access Point name'."
    ::= { sCCP2LocAccPntR1Entry  6 }

  sCCP2LocAccPntR1I1SCCPLAPRemConcernedAreaNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2LocAccPntR1Entry  7 }

  sCCP2LocAccPntR1I2SCCPLAPRemConcernedAreaNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2LocAccPntR1Entry  8 }

  sCCP2LocAccPntR1I3SCCPLAPRemConcernedAreaCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2LocAccPntR1Entry  9 }

  sCCP2LocAccPntR1I4SCCPLAPRemConcernedAreaSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'SCCP Index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2LocAccPntR1Entry  10 }

  sCCP2LocAccPntR1I5SCCPLAPRemConcernedAreaIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area',
                  This field represents index 'Remote Concerned Area index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2LocAccPntR1Entry  11 }

  sCCP2LocAccPntR1SCCPLAPRemConcernedAreaOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area'.
                  This field represents the fixed
                  values that Remote Concerned Area
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sCCP2LocAccPntR1Entry  12 }

  sCCP2LocAccPntR1SCCPLAPAvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   prohibited(1),
                   congested(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { sCCP2LocAccPntR1Entry  13 }

  sCCP2LocAccPntR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sCCP2LocAccPntR1Entry  14 }

  sCCP2LocAccPntR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sCCP2LocAccPntR1Entry  15 }

  sCCP2LocAccPntR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2LocAccPntR1Entry  16 }

  sCCP2LocAccPntR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sCCP2LocAccPntR1Entry  17 }

  sCCP2LocAccPntR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sCCP2LocAccPntR1Entry  18 }

  sCCP2LocAccPntR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sCCP2LocAccPntR1Entry  19 }

  sCCP2LocAccPntR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sCCP2LocAccPntR1Entry  20 }

  sCCP2LocAccPntR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sCCP2LocAccPntR1Entry  21 }

  sCCP2LocAccPntR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2LocAccPntR1Entry  22 }

  sCCP2LocAccPntR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2LocAccPntR1Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Local SCCP Access Point Statistics'        */
-- /* Valid from: 7.1.01                                                            */
-- /*********************************************************************************/

  sCCP2LocAccPntStatsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2LocAccPntStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Local SCCP Access Point'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1661 }

  sCCP2LocAccPntStatsR1Entry OBJECT-TYPE
    SYNTAX       SCCP2LocAccPntStatsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2LocAccPntStatsR1NEConn,
             sCCP2LocAccPntStatsR1NetwkElement,
             sCCP2LocAccPntStatsR1CFSIx,
             sCCP2LocAccPntStatsR1SCCPIx,
             sCCP2LocAccPntStatsR1SSNID,
             sCCP2LocAccPntStatsR1SummaryPeriod }
    ::= {  sCCP2LocAccPntStatsR1Table  1  }

  SCCP2LocAccPntStatsR1Entry  ::=  SEQUENCE
  {
    sCCP2LocAccPntStatsR1NEConn        Unsigned32,
    sCCP2LocAccPntStatsR1NetwkElement  DisplayString,
    sCCP2LocAccPntStatsR1CFSIx         Unsigned32,
    sCCP2LocAccPntStatsR1SCCPIx        Unsigned32,
    sCCP2LocAccPntStatsR1SSNID         Unsigned32,
    sCCP2LocAccPntStatsR1SummaryPeriod INTEGER,
    sCCP2LocAccPntStatsR1NumUNITDATAMsgsSent
                                       Unsigned32,
    sCCP2LocAccPntStatsR1UNITDATAMsgsRcvd
                                       Unsigned32,
    sCCP2LocAccPntStatsR1NumNOTICEIndsRcvd
                                       Unsigned32
  }

  sCCP2LocAccPntStatsR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2LocAccPntStatsR1Entry  1 }

  sCCP2LocAccPntStatsR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2LocAccPntStatsR1Entry  2 }

  sCCP2LocAccPntStatsR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2LocAccPntStatsR1Entry  3 }

  sCCP2LocAccPntStatsR1SCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2LocAccPntStatsR1Entry  4 }

  sCCP2LocAccPntStatsR1SSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SSN ID'.
                  This is an index field."
    ::= { sCCP2LocAccPntStatsR1Entry  5 }

  sCCP2LocAccPntStatsR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { sCCP2LocAccPntStatsR1Entry  6 }

  sCCP2LocAccPntStatsR1NumUNITDATAMsgsSent OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of UNITDATA messages sent'."
    ::= { sCCP2LocAccPntStatsR1Entry  7 }

  sCCP2LocAccPntStatsR1UNITDATAMsgsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of UNITDATA messages received'."
    ::= { sCCP2LocAccPntStatsR1Entry  8 }

  sCCP2LocAccPntStatsR1NumNOTICEIndsRcvd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of NOTICE indications received'."
    ::= { sCCP2LocAccPntStatsR1Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Service Logic Host Route'                                   */
-- /* Valid from: 7.1.01                                                            */
-- /*********************************************************************************/

  tCAPSLHRR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TCAPSLHRR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SS7 Signaling'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1662 }

  tCAPSLHRR5Entry OBJECT-TYPE
    SYNTAX       TCAPSLHRR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tCAPSLHRR5NEConn,
             tCAPSLHRR5NetwkElement,
             tCAPSLHRR5CFSIx,
             tCAPSLHRR5ServLogicHostRouteIx }
    ::= {  tCAPSLHRR5Table  1  }

  TCAPSLHRR5Entry  ::=  SEQUENCE
  {
    tCAPSLHRR5NEConn                   Unsigned32,
    tCAPSLHRR5NetwkElement             DisplayString,
    tCAPSLHRR5CFSIx                    Unsigned32,
    tCAPSLHRR5ServLogicHostRouteIx     Unsigned32,
    tCAPSLHRR5ServLogicHostRouteName   DisplayString,
    tCAPSLHRR5SLHRTranslationType      Unsigned32,
    tCAPSLHRR5IncProtVersionInOutTransactions
                                       INTEGER,
    tCAPSLHRR5IgnoreProtVersionInInTransactions
                                       INTEGER,
    tCAPSLHRR5SupportedTCAPProtVersions
                                       BITS,
    tCAPSLHRR5I1SLHRAppCxtNEConn       Unsigned32,
    tCAPSLHRR5I2SLHRAppCxtNetwkElement DisplayString,
    tCAPSLHRR5I3SLHRAppCxtCFSIx        Unsigned32,
    tCAPSLHRR5I4SLHRAppCxtAppCxtIx     Unsigned32,
    tCAPSLHRR5SLHRAppCxtOtherVals      INTEGER,
    tCAPSLHRR5IncAppCxtInOutTransactions
                                       INTEGER,
    tCAPSLHRR5IgnoreAppCxtInInTransactions
                                       INTEGER,
    tCAPSLHRR5SLHRInUseBy              BITS,
    tCAPSLHRR5SLHRRefsCnt              Unsigned32,
    tCAPSLHRR5RowStatus                RowStatus,
    tCAPSLHRR5SSNID                    Unsigned32,
    tCAPSLHRR5InQryRts                 INTEGER,
    tCAPSLHRR5OriginLastUnauthorizedQueryMsg
                                       Unsigned32,
    tCAPSLHRR5OutQryRts                INTEGER,
    tCAPSLHRR5ImportCnt                Integer32,
    tCAPSLHRR5ImportStatus             DisplayString,
    tCAPSLHRR5ImportMode               INTEGER,
    tCAPSLHRR5ImportFile               DisplayString,
    tCAPSLHRR5ImportCorr               Counter64,
    tCAPSLHRR5ImportCorrNode           DisplayString,
    tCAPSLHRR5ImportCorrUID            DisplayString,
    tCAPSLHRR5DoExtraActions           INTEGER
  }

  tCAPSLHRR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tCAPSLHRR5Entry  1 }

  tCAPSLHRR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tCAPSLHRR5Entry  2 }

  tCAPSLHRR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tCAPSLHRR5Entry  3 }

  tCAPSLHRR5ServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Logic Host Route index'.
                  This is an index field."
    ::= { tCAPSLHRR5Entry  4 }

  tCAPSLHRR5ServLogicHostRouteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Logic Host Route name'."
    ::= { tCAPSLHRR5Entry  5 }

  tCAPSLHRR5SLHRTranslationType OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Translation type'.
                  This field is not writable when active."
    ::= { tCAPSLHRR5Entry  10 }

  tCAPSLHRR5IncProtVersionInOutTransactions OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include protocol version in outgoing transactions'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tCAPSLHRR5Entry  11 }

  tCAPSLHRR5IgnoreProtVersionInInTransactions OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore protocol version in incoming transactions'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tCAPSLHRR5Entry  12 }

  tCAPSLHRR5SupportedTCAPProtVersions OBJECT-TYPE
    SYNTAX       BITS {
                   aNSI1996(0),
                   aNSI2000(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported TCAP protocol versions'.
                  This field is not writable when active."
    ::= { tCAPSLHRR5Entry  13 }

  tCAPSLHRR5I1SLHRAppCxtNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application Context',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTCAPAppContextSE'."
    ::= { tCAPSLHRR5Entry  14 }

  tCAPSLHRR5I2SLHRAppCxtNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application Context',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTCAPAppContextSE'."
    ::= { tCAPSLHRR5Entry  15 }

  tCAPSLHRR5I3SLHRAppCxtCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application Context',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTCAPAppContextSE'."
    ::= { tCAPSLHRR5Entry  16 }

  tCAPSLHRR5I4SLHRAppCxtAppCxtIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application Context',
                  This field represents index 'Application Context index'
                  in referenced type 'BOOTCAPAppContextSE'."
    ::= { tCAPSLHRR5Entry  17 }

  tCAPSLHRR5SLHRAppCxtOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application Context'.
                  This field represents the fixed
                  values that Application Context
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tCAPSLHRR5Entry  18 }

  tCAPSLHRR5IncAppCxtInOutTransactions OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include application context in outgoing transactions'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tCAPSLHRR5Entry  19 }

  tCAPSLHRR5IgnoreAppCxtInInTransactions OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore application context in incoming transactions'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tCAPSLHRR5Entry  20 }

  tCAPSLHRR5SLHRInUseBy OBJECT-TYPE
    SYNTAX       BITS {
                   aIN(0),
                   aINBasedLNPLookup(1),
                   aINBasedTollFreeLookup(2),
                   automaticCallbackAutomaticRecall(3),
                   callingNameDelivery(4),
                   incomingMessageWaitingNotifications(5),
                   completionOfCallsToBusySubscribers(6),
                   offHookDelayRoutingApplication(7),
                   genericSpecificDigitStringService(8),
                   offHookDelaySubscriberApplication(9),
                   terminationAttemptApplication(10),
                   cNAMQueryHandlingService(11),
                   outgoingMessageWaitingNotifications(12)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { tCAPSLHRR5Entry  21 }

  tCAPSLHRR5SLHRRefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { tCAPSLHRR5Entry  22 }

  tCAPSLHRR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tCAPSLHRR5Entry  23 }

  tCAPSLHRR5SSNID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SSN ID'.
                  This field is not writable when active."
    ::= { tCAPSLHRR5Entry  24 }

  tCAPSLHRR5InQryRts OBJECT-TYPE
    SYNTAX       INTEGER {
                   allRoutesPermitted(1),
                   specifiedRoutesOnly(2),
                   noRoutePermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming query routes'.
                  This field is not writable when active."
    DEFVAL       { allRoutesPermitted }
    ::= { tCAPSLHRR5Entry  25 }

  tCAPSLHRR5OriginLastUnauthorizedQueryMsg OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Origin of last unauthorized Query message'.
                  This field is not readable when active."
    ::= { tCAPSLHRR5Entry  26 }

  tCAPSLHRR5OutQryRts OBJECT-TYPE
    SYNTAX       INTEGER {
                   allRoutesPermitted(1),
                   specifiedRoutesOnly(2),
                   noRoutePermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing query routes'.
                  This field is not writable when active."
    DEFVAL       { allRoutesPermitted }
    ::= { tCAPSLHRR5Entry  27 }

  tCAPSLHRR5ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tCAPSLHRR5Entry  28 }

  tCAPSLHRR5ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tCAPSLHRR5Entry  29 }

  tCAPSLHRR5ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tCAPSLHRR5Entry  30 }

  tCAPSLHRR5ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tCAPSLHRR5Entry  31 }

  tCAPSLHRR5ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tCAPSLHRR5Entry  32 }

  tCAPSLHRR5ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tCAPSLHRR5Entry  33 }

  tCAPSLHRR5ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tCAPSLHRR5Entry  34 }

  tCAPSLHRR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tCAPSLHRR5Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Protocol Profile'                                        */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  mFProfileR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFProfileR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1667 }

  mFProfileR3Entry OBJECT-TYPE
    SYNTAX       MFProfileR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFProfileR3NEConn,
             mFProfileR3NetwkElement,
             mFProfileR3MediaGatewayIx,
             mFProfileR3ProfIx }
    ::= {  mFProfileR3Table  1  }

  MFProfileR3Entry  ::=  SEQUENCE
  {
    mFProfileR3NEConn                  Unsigned32,
    mFProfileR3NetwkElement            DisplayString,
    mFProfileR3MediaGatewayIx          Unsigned32,
    mFProfileR3ProfIx                  Unsigned32,
    mFProfileR3CASBitsIdleDetection    INTEGER,
    mFProfileR3CASBitsSeizedDetection  INTEGER,
    mFProfileR3WinkGenertnDurn         Unsigned32,
    mFProfileR3MinWinkDetectionDurn    Unsigned32,
    mFProfileR3MaxWinkDetectionDurn    Unsigned32,
    mFProfileR3SeizeDebounceTime       Unsigned32,
    mFProfileR3MinSeizeDurn            Unsigned32,
    mFProfileR3FlashGenertnDurn        Unsigned32,
    mFProfileR3MinFlashDetectionDurn   Unsigned32,
    mFProfileR3MaxFlashDetectionDurn   Unsigned32,
    mFProfileR3IdleDebounceTime        Unsigned32,
    mFProfileR3MinIdleDurn             Unsigned32,
    mFProfileR3KPDigitDurn             Unsigned32,
    mFProfileR3MFOrSTDigitDurn         Unsigned32,
    mFProfileR3Amplitude1stComponentTone
                                       INTEGER,
    mFProfileR3Amplitude2ndComponentTone
                                       INTEGER,
    mFProfileR3InterdigitSpacing       Unsigned32,
    mFProfileR3FreqSet                 INTEGER,
    mFProfileR3WinkDly                 Unsigned32,
    mFProfileR3OutpulseDly             Unsigned32,
    mFProfileR3RowStatus               RowStatus,
    mFProfileR3NumDS1PortsRefgThisProf Unsigned32,
    mFProfileR3CASBitsIdleXmission     INTEGER,
    mFProfileR3CASBitsSeizedXmission   INTEGER
  }

  mFProfileR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFProfileR3Entry  1 }

  mFProfileR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFProfileR3Entry  2 }

  mFProfileR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mFProfileR3Entry  3 }

  mFProfileR3ProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile index'.
                  This is an index field."
    ::= { mFProfileR3Entry  4 }

  mFProfileR3CASBitsIdleDetection OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroCommaZero(1),
                   oneCommaOne(2),
                   zeroCommaOne(3),
                   oneCommaZero(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CAS bits for Idle detection'.
                  This field is not writable when active."
    DEFVAL       { zeroCommaZero }
    ::= { mFProfileR3Entry  5 }

  mFProfileR3CASBitsSeizedDetection OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroCommaZero(1),
                   oneCommaOne(2),
                   zeroCommaOne(3),
                   oneCommaZero(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CAS bits for Seized detection'.
                  This field is not writable when active."
    DEFVAL       { oneCommaOne }
    ::= { mFProfileR3Entry  6 }

  mFProfileR3WinkGenertnDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wink generation duration'.
                  This field is not writable when active."
    DEFVAL       { 200 }
    ::= { mFProfileR3Entry  7 }

  mFProfileR3MinWinkDetectionDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Min wink detection duration'.
                  This field is not writable when active."
    DEFVAL       { 100 }
    ::= { mFProfileR3Entry  8 }

  mFProfileR3MaxWinkDetectionDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max wink detection duration'.
                  This field is not writable when active."
    DEFVAL       { 350 }
    ::= { mFProfileR3Entry  9 }

  mFProfileR3SeizeDebounceTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Seize debounce time'.
                  This field is not writable when active."
    DEFVAL       { 150 }
    ::= { mFProfileR3Entry  10 }

  mFProfileR3MinSeizeDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Min seize duration'.
                  This field is not writable when active."
    DEFVAL       { 350 }
    ::= { mFProfileR3Entry  11 }

  mFProfileR3FlashGenertnDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash generation duration'.
                  This field is not writable when active."
    DEFVAL       { 450 }
    ::= { mFProfileR3Entry  12 }

  mFProfileR3MinFlashDetectionDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Min flash detection duration'.
                  This field is not writable when active."
    DEFVAL       { 200 }
    ::= { mFProfileR3Entry  13 }

  mFProfileR3MaxFlashDetectionDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max flash detection duration'.
                  This field is not writable when active."
    DEFVAL       { 1550 }
    ::= { mFProfileR3Entry  14 }

  mFProfileR3IdleDebounceTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Idle debounce time'.
                  This field is not writable when active."
    DEFVAL       { 400 }
    ::= { mFProfileR3Entry  15 }

  mFProfileR3MinIdleDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Min idle duration'.
                  This field is not writable when active."
    DEFVAL       { 1550 }
    ::= { mFProfileR3Entry  16 }

  mFProfileR3KPDigitDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'KP digit duration'.
                  This field is not writable when active."
    DEFVAL       { 70 }
    ::= { mFProfileR3Entry  17 }

  mFProfileR3MFOrSTDigitDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF or ST digit duration'.
                  This field is not writable when active."
    DEFVAL       { 70 }
    ::= { mFProfileR3Entry  18 }

  mFProfileR3Amplitude1stComponentTone OBJECT-TYPE
    SYNTAX       INTEGER ( -32767..32767 )
    UNITS        "dBm"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Amplitude of 1st component of tone'.
                  This field is not writable when active."
    DEFVAL       { -7 }
    ::= { mFProfileR3Entry  19 }

  mFProfileR3Amplitude2ndComponentTone OBJECT-TYPE
    SYNTAX       INTEGER ( -32767..32767 )
    UNITS        "dBm"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Amplitude of 2nd component of tone'.
                  This field is not writable when active."
    DEFVAL       { -7 }
    ::= { mFProfileR3Entry  20 }

  mFProfileR3InterdigitSpacing OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interdigit spacing'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { mFProfileR3Entry  21 }

  mFProfileR3FreqSet OBJECT-TYPE
    SYNTAX       INTEGER {
                   uS(1),
                   cCITTForward(2),
                   cCITTBackward(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Frequency set'.
                  This field is not writable when active."
    DEFVAL       { uS }
    ::= { mFProfileR3Entry  23 }

  mFProfileR3WinkDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wink delay'.
                  This field is not writable when active."
    DEFVAL       { 100 }
    ::= { mFProfileR3Entry  24 }

  mFProfileR3OutpulseDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outpulse delay'.
                  This field is not writable when active."
    DEFVAL       { 70 }
    ::= { mFProfileR3Entry  27 }

  mFProfileR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFProfileR3Entry  33 }

  mFProfileR3NumDS1PortsRefgThisProf OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of DS1 Ports referencing this profile'."
    ::= { mFProfileR3Entry  34 }

  mFProfileR3CASBitsIdleXmission OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroCommaZero(1),
                   oneCommaOne(2),
                   zeroCommaOne(3),
                   oneCommaZero(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CAS bits for Idle transmission'.
                  This field is not writable when active."
    ::= { mFProfileR3Entry  35 }

  mFProfileR3CASBitsSeizedXmission OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroCommaZero(1),
                   oneCommaOne(2),
                   zeroCommaOne(3),
                   oneCommaZero(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CAS bits for Seized transmission'.
                  This field is not writable when active."
    ::= { mFProfileR3Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Controlled Networks'                                        */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  cntrldGwConR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CntrldGwConR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1671 }

  cntrldGwConR6Entry OBJECT-TYPE
    SYNTAX       CntrldGwConR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cntrldGwConR6NEConn,
             cntrldGwConR6NetwkElement,
             cntrldGwConR6CFSIx }
    ::= {  cntrldGwConR6Table  1  }

  CntrldGwConR6Entry  ::=  SEQUENCE
  {
    cntrldGwConR6NEConn                Unsigned32,
    cntrldGwConR6NetwkElement          DisplayString,
    cntrldGwConR6CFSIx                 Unsigned32,
    cntrldGwConR6TAGAlrmsAttnRq        Integer32,
    cntrldGwConR6TAGAlrmEvtsAttnRq     Integer32,
    cntrldGwConR6TAGAlrmsAtndDp        Integer32,
    cntrldGwConR6TAGAlrmEvtsAtndDp     Integer32,
    cntrldGwConR6SubGAlrmsAttnRq       Integer32,
    cntrldGwConR6SubGAlrmEvtsAttnRq    Integer32,
    cntrldGwConR6SubGAlrmsAtndDp       Integer32,
    cntrldGwConR6SubGAlrmEvtsAtndDp    Integer32,
    cntrldGwConR6TotChldAlrmsAttnRq    Unsigned32,
    cntrldGwConR6TotChldAlrmEvtsAttnRq Unsigned32,
    cntrldGwConR6TotChldAlrmsAtndDp    Unsigned32,
    cntrldGwConR6TotChldAlrmEvtsAtndDp Unsigned32,
    cntrldGwConR6SummaryChldAlrmState  INTEGER,
    cntrldGwConR6ImportCnt             Integer32,
    cntrldGwConR6ImportStatus          DisplayString,
    cntrldGwConR6ImportMode            INTEGER,
    cntrldGwConR6ImportFile            DisplayString,
    cntrldGwConR6ImportCorr            Counter64,
    cntrldGwConR6ImportCorrNode        DisplayString,
    cntrldGwConR6ImportCorrUID         DisplayString,
    cntrldGwConR6DoExtraActions        INTEGER,
    cntrldGwConR6CfgdSIPBindingAlrmsAttnRq
                                       Unsigned32,
    cntrldGwConR6CfgdSIPBindingAlrmEvtsAttnRq
                                       Unsigned32,
    cntrldGwConR6ESAProtDomAlrmsAttnRq Unsigned32,
    cntrldGwConR6ESAProtDomAlrmEvtsAttnRq
                                       Unsigned32,
    cntrldGwConR6CMTSsAlrmsAttnRq      Unsigned32,
    cntrldGwConR6CMTSsAlrmEvtsAttnRq   Unsigned32,
    cntrldGwConR6ChldStatisticsAlrms   Integer32,
    cntrldGwConR6MRSAlrmsAttnRq        Integer32,
    cntrldGwConR6MRSAlrmEvtsAttnRq     Integer32
  }

  cntrldGwConR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cntrldGwConR6Entry  1 }

  cntrldGwConR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cntrldGwConR6Entry  2 }

  cntrldGwConR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cntrldGwConR6Entry  3 }

  cntrldGwConR6TAGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attention Required alarms'."
    ::= { cntrldGwConR6Entry  4 }

  cntrldGwConR6TAGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  5 }

  cntrldGwConR6TAGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attend To Dependent alarms'."
    ::= { cntrldGwConR6Entry  6 }

  cntrldGwConR6TAGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk / Access Gateway Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  7 }

  cntrldGwConR6SubGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attention Required alarms'."
    ::= { cntrldGwConR6Entry  8 }

  cntrldGwConR6SubGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  9 }

  cntrldGwConR6SubGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attend To Dependent alarms'."
    ::= { cntrldGwConR6Entry  10 }

  cntrldGwConR6SubGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  11 }

  cntrldGwConR6TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cntrldGwConR6Entry  12 }

  cntrldGwConR6TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cntrldGwConR6Entry  13 }

  cntrldGwConR6TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cntrldGwConR6Entry  14 }

  cntrldGwConR6TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cntrldGwConR6Entry  15 }

  cntrldGwConR6SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cntrldGwConR6Entry  16 }

  cntrldGwConR6ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cntrldGwConR6Entry  17 }

  cntrldGwConR6ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cntrldGwConR6Entry  18 }

  cntrldGwConR6ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cntrldGwConR6Entry  19 }

  cntrldGwConR6ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cntrldGwConR6Entry  20 }

  cntrldGwConR6ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cntrldGwConR6Entry  21 }

  cntrldGwConR6ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cntrldGwConR6Entry  22 }

  cntrldGwConR6ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cntrldGwConR6Entry  23 }

  cntrldGwConR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cntrldGwConR6Entry  24 }

  cntrldGwConR6CfgdSIPBindingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured SIP Binding Attention Required alarms'."
    ::= { cntrldGwConR6Entry  29 }

  cntrldGwConR6CfgdSIPBindingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured SIP Binding Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  30 }

  cntrldGwConR6ESAProtDomAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA Protection Domain Attention Required alarms'."
    ::= { cntrldGwConR6Entry  31 }

  cntrldGwConR6ESAProtDomAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA Protection Domain Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  32 }

  cntrldGwConR6CMTSsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMTSs Attention Required alarms'."
    ::= { cntrldGwConR6Entry  33 }

  cntrldGwConR6CMTSsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'CMTSs Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  34 }

  cntrldGwConR6ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cntrldGwConR6Entry  35 }

  cntrldGwConR6MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cntrldGwConR6Entry  36 }

  cntrldGwConR6MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cntrldGwConR6Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Virtual Ports'                                              */
-- /* Valid from: 7.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  virtPortConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VirtPortConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1675 }

  virtPortConR1Entry OBJECT-TYPE
    SYNTAX       VirtPortConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { virtPortConR1NEConn,
             virtPortConR1NetwkElement,
             virtPortConR1MediaGatewayIx }
    ::= {  virtPortConR1Table  1  }

  VirtPortConR1Entry  ::=  SEQUENCE
  {
    virtPortConR1NEConn                Unsigned32,
    virtPortConR1NetwkElement          DisplayString,
    virtPortConR1MediaGatewayIx        Unsigned32,
    virtPortConR1RTPPortAlrmsAttnRq    Integer32,
    virtPortConR1RTPPortAlrmEvtsAttnRq Integer32,
    virtPortConR1RTPPortAlrmsAtndDp    Integer32,
    virtPortConR1RTPPortAlrmEvtsAtndDp Integer32,
    virtPortConR1SummaryChldAlrmState  INTEGER,
    virtPortConR1ChldStatisticsAlrms   Integer32
  }

  virtPortConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { virtPortConR1Entry  1 }

  virtPortConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { virtPortConR1Entry  2 }

  virtPortConR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { virtPortConR1Entry  3 }

  virtPortConR1RTPPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarms'."
    ::= { virtPortConR1Entry  8 }

  virtPortConR1RTPPortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { virtPortConR1Entry  9 }

  virtPortConR1RTPPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarms'."
    ::= { virtPortConR1Entry  10 }

  virtPortConR1RTPPortAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { virtPortConR1Entry  11 }

  virtPortConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { virtPortConR1Entry  16 }

  virtPortConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { virtPortConR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Outgoing Call Services'                              */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  outServR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF OutServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1680 }

  outServR8Entry OBJECT-TYPE
    SYNTAX       OutServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { outServR8NEConn,
             outServR8NetwkElement,
             outServR8CFSIx }
    ::= {  outServR8Table  1  }

  OutServR8Entry  ::=  SEQUENCE
  {
    outServR8NEConn                    Unsigned32,
    outServR8NetwkElement              DisplayString,
    outServR8CFSIx                     Unsigned32,
    outServR8SupportSPD                INTEGER,
    outServR8SPDMinCode                DisplayString,
    outServR8SPDMaxCode                DisplayString,
    outServR8SPDAccessCode             DisplayString,
    outServR8SPDEnableCode             DisplayString,
    outServR8SPDDisableCode            DisplayString,
    outServR8SPDCheckCode              DisplayString,
    outServR8SPDFirstOneDigitCode      DisplayString,
    outServR8SPDLastOneDigitCode       DisplayString,
    outServR8SPDFirstTwoDigitCode      DisplayString,
    outServR8SPDLastTwoDigitCode       DisplayString,
    outServR8SPDOneDigitCfgCode        DisplayString,
    outServR8SPDTwoDigitCfgCode        DisplayString,
    outServR8SPDAllowRemovalInUseNum   INTEGER,
    outServR8SupportOCB                INTEGER,
    outServR8OCBUSB                    INTEGER,
    outServR8OCBEnableCode             DisplayString,
    outServR8OCBDisableCode            DisplayString,
    outServR8OCBCheckCode              DisplayString,
    outServR8OCBEnableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outServR8OCBDisableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outServR8OCBEnableCodeBarringIntnatlCalls
                                       DisplayString,
    outServR8OCBDisableCodeBarringIntnatlCalls
                                       DisplayString,
    outServR8OCBEnableCodeBarringOprCalls
                                       DisplayString,
    outServR8OCBDisableCodeBarringOprCalls
                                       DisplayString,
    outServR8OCBEnableCodeBarringCallServs
                                       DisplayString,
    outServR8OCBDisableCodeBarringCallServs
                                       DisplayString,
    outServR8OCBEnableCodeBarringPremiumRateCalls
                                       DisplayString,
    outServR8OCBDisableCodeBarringPremiumRateCalls
                                       DisplayString,
    outServR8RowStatus                 RowStatus,
    outServR8SupportMandAccCodes       INTEGER,
    outServR8USMandAccCodesCallTypes   BITS,
    outServR8UKMandAccCodesCallTypes   BITS,
    outServR8MandAccCodesDefMaxIncorrectCodes
                                       Unsigned32,
    outServR8MandAccCodesPromptTone    INTEGER,
    outServR8USMACCallTypes2           BITS,
    outServR8ImportCnt                 Integer32,
    outServR8ImportStatus              DisplayString,
    outServR8ImportMode                INTEGER,
    outServR8ImportFile                DisplayString,
    outServR8ImportCorr                Counter64,
    outServR8ImportCorrNode            DisplayString,
    outServR8ImportCorrUID             DisplayString,
    outServR8DoExtraActions            INTEGER,
    outServR8SupportWHL                INTEGER,
    outServR8WHLDefServLvl             INTEGER,
    outServR8WHLDefWarmLineTimeout     Unsigned32,
    outServR8OCBBarringDirCalls        INTEGER,
    outServR8OCBEnableCodeBarringDirCalls
                                       DisplayString,
    outServR8OCBDisableCodeBarringDirCalls
                                       DisplayString,
    outServR8MACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    outServR8OCBTreatMobileNumsAsNatl  INTEGER,
    outServR8OCBEnableCodeBarringNtlCalls
                                       DisplayString,
    outServR8OCBDisableCodeBarringNtlCalls
                                       DisplayString,
    outServR8OCBEnableCodeBarringMobileCalls
                                       DisplayString,
    outServR8OCBDisableCodeBarringMobileCalls
                                       DisplayString
  }

  outServR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { outServR8Entry  1 }

  outServR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { outServR8Entry  2 }

  outServR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { outServR8Entry  3 }

  outServR8SupportSPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR8Entry  4 }

  outServR8SPDMinCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first allowed code'.
                  This field is not writable when active."
    ::= { outServR8Entry  5 }

  outServR8SPDMaxCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - last allowed code'.
                  This field is not writable when active."
    ::= { outServR8Entry  6 }

  outServR8SPDAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - access code'.
                  This field is not writable when active."
    ::= { outServR8Entry  7 }

  outServR8SPDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - enable code'.
                  This field is not writable when active."
    ::= { outServR8Entry  8 }

  outServR8SPDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - disable code'.
                  This field is not writable when active."
    ::= { outServR8Entry  9 }

  outServR8SPDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - check code'.
                  This field is not writable when active."
    ::= { outServR8Entry  10 }

  outServR8SPDFirstOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first one digit code'.
                  This field is not writable when active."
    ::= { outServR8Entry  11 }

  outServR8SPDLastOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last one digit code'.
                  This field is not writable when active."
    ::= { outServR8Entry  12 }

  outServR8SPDFirstTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first two digit code'.
                  This field is not writable when active."
    ::= { outServR8Entry  13 }

  outServR8SPDLastTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last two digit code'.
                  This field is not writable when active."
    ::= { outServR8Entry  14 }

  outServR8SPDOneDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - one digit configuration code'.
                  This field is not writable when active."
    ::= { outServR8Entry  15 }

  outServR8SPDTwoDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - two digit configuration code'.
                  This field is not writable when active."
    ::= { outServR8Entry  16 }

  outServR8SPDAllowRemovalInUseNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - allow removal of in use number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outServR8Entry  17 }

  outServR8SupportOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR8Entry  18 }

  outServR8OCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outServR8Entry  19 }

  outServR8OCBEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - enable code'.
                  This field is not writable when active."
    ::= { outServR8Entry  20 }

  outServR8OCBDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - disable code'.
                  This field is not writable when active."
    ::= { outServR8Entry  21 }

  outServR8OCBCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - check code'.
                  This field is not writable when active."
    ::= { outServR8Entry  22 }

  outServR8OCBEnableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  23 }

  outServR8OCBDisableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  24 }

  outServR8OCBEnableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring international calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  25 }

  outServR8OCBDisableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring international calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  26 }

  outServR8OCBEnableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  27 }

  outServR8OCBDisableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  28 }

  outServR8OCBEnableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring call services'.
                  This field is not writable when active."
    ::= { outServR8Entry  29 }

  outServR8OCBDisableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring call services'.
                  This field is not writable when active."
    ::= { outServR8Entry  30 }

  outServR8OCBEnableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  31 }

  outServR8OCBDisableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  32 }

  outServR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { outServR8Entry  33 }

  outServR8SupportMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR8Entry  34 }

  outServR8USMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outServR8Entry  36 }

  outServR8UKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outServR8Entry  37 }

  outServR8MandAccCodesDefMaxIncorrectCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { outServR8Entry  38 }

  outServR8MandAccCodesPromptTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   stutterDialTone(1),
                   continuousPromptTone400Hz(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - prompt tone'.
                  This field is not writable when active."
    DEFVAL       { stutterDialTone }
    ::= { outServR8Entry  39 }

  outServR8USMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outServR8Entry  40 }

  outServR8ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { outServR8Entry  41 }

  outServR8ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { outServR8Entry  42 }

  outServR8ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { outServR8Entry  43 }

  outServR8ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { outServR8Entry  44 }

  outServR8ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { outServR8Entry  45 }

  outServR8ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { outServR8Entry  46 }

  outServR8ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { outServR8Entry  47 }

  outServR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { outServR8Entry  48 }

  outServR8SupportWHL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR8Entry  49 }

  outServR8WHLDefServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default service level'.
                  This field is not writable when active."
    DEFVAL       { warmLine }
    ::= { outServR8Entry  50 }

  outServR8WHLDefWarmLineTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default Warm Line timeout'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { outServR8Entry  51 }

  outServR8OCBBarringDirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlledByOperatorCodes(1),
                   specifySeparateCodes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - barring directory calls'.
                  This field is not writable when active."
    DEFVAL       { controlledByOperatorCodes }
    ::= { outServR8Entry  52 }

  outServR8OCBEnableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  53 }

  outServR8OCBDisableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  54 }

  outServR8MACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts per call'."
    DEFVAL       { 1 }
    ::= { outServR8Entry  55 }

  outServR8OCBTreatMobileNumsAsNatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat mobile numbers as national numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outServR8Entry  56 }

  outServR8OCBEnableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  57 }

  outServR8OCBDisableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  58 }

  outServR8OCBEnableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  59 }

  outServR8OCBDisableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outServR8Entry  60 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  pBXLineR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1684 }

  pBXLineR10Entry OBJECT-TYPE
    SYNTAX       PBXLineR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineR10NEConn,
             pBXLineR10NetwkElement,
             pBXLineR10CFSIx,
             pBXLineR10DirNum,
             pBXLineR10TerminalIx }
    ::= {  pBXLineR10Table  1  }

  PBXLineR10Entry  ::=  SEQUENCE
  {
    pBXLineR10NEConn                   Unsigned32,
    pBXLineR10NetwkElement             DisplayString,
    pBXLineR10CFSIx                    Unsigned32,
    pBXLineR10DirNum                   DisplayString,
    pBXLineR10TerminalIx               Unsigned32,
    pBXLineR10PBXLineUsage             INTEGER,
    pBXLineR10T1I1AccDevNEConn         Unsigned32,
    pBXLineR10T1I2AccDevNetwkElement   DisplayString,
    pBXLineR10T1I3AccDevCFSIx          Unsigned32,
    pBXLineR10T1I4AccDevGatewayIx      Unsigned32,
    pBXLineR10T1I5AccDevDeviceIx       Unsigned32,
    pBXLineR10T2I1AccDevNEConn         Unsigned32,
    pBXLineR10T2I2AccDevNetwkElement   DisplayString,
    pBXLineR10T2I3AccDevCFSIx          Unsigned32,
    pBXLineR10T2I4AccDevGatewayIx      Unsigned32,
    pBXLineR10T2I5AccDevDeviceIx       Unsigned32,
    pBXLineR10AccessLineNum            Unsigned32,
    pBXLineR10SignalFunctionCode       INTEGER,
    pBXLineR10LineUsage                INTEGER,
    pBXLineR10FSKFormat                INTEGER,
    pBXLineR10LineSideAnswerSupervisionSupported
                                       INTEGER,
    pBXLineR10AlrmState                INTEGER,
    pBXLineR10AlrmLogCorr              Counter64,
    pBXLineR10AddtlAlrmLogCorr         Counter64,
    pBXLineR10AlrmEvtsAttnRq           Unsigned32,
    pBXLineR10AlrmEvtsAtndDp           Unsigned32,
    pBXLineR10AlrmStateTimestamp       Unsigned32,
    pBXLineR10DiagsLogLvl              INTEGER,
    pBXLineR10DiagsAPITraceEnabled     INTEGER,
    pBXLineR10DiagsAPITraceTag         DisplayString,
    pBXLineR10DiagsAPITraceRemNum      DisplayString,
    pBXLineR10RowStatus                RowStatus,
    pBXLineR10SigType                  INTEGER,
    pBXLineR10I1ISDNInterfaceNEConn    Unsigned32,
    pBXLineR10I2ISDNInterfaceNetwkElement
                                       DisplayString,
    pBXLineR10I3ISDNInterfaceCFSIx     Unsigned32,
    pBXLineR10I4ISDNInterfaceISDNIx    Unsigned32,
    pBXLineR10I5ISDNInterfacePRIIx     Unsigned32,
    pBXLineR10ISDNDefBearerCapabilities
                                       BITS,
    pBXLineR10GR303NailedUpConn        INTEGER,
    pBXLineR10I1CfgdSIPBindingNEConn   Unsigned32,
    pBXLineR10I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    pBXLineR10I3CfgdSIPBindingCFSIx    Unsigned32,
    pBXLineR10I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    pBXLineR10GR303DialType            INTEGER,
    pBXLineR10PBXPlaysRingback         INTEGER,
    pBXLineR10PBXPlaysDialtone         INTEGER,
    pBXLineR10T1I1GatewayNEConn        Unsigned32,
    pBXLineR10T1I2GatewayNetwkElement  DisplayString,
    pBXLineR10T1I3GatewayCFSIx         Unsigned32,
    pBXLineR10T1I4GatewayGatewayIx     Unsigned32,
    pBXLineR10T2I1GatewayNEConn        Unsigned32,
    pBXLineR10T2I2GatewayNetwkElement  DisplayString,
    pBXLineR10T2I3GatewayCFSIx         Unsigned32,
    pBXLineR10T2I4GatewayGatewayIx     Unsigned32,
    pBXLineR10SDActMaxCallAppearances  Unsigned32,
    pBXLineR10SDDefMaxCallAppearances  Unsigned32,
    pBXLineR10SDUseDefMaxCallAppearances
                                       INTEGER,
    pBXLineR10CFMLvlOnApply            INTEGER,
    pBXLineR10FaultMonitoringLvlRO     INTEGER,
    pBXLineR10CallBurstThreshold       Unsigned32
  }

  pBXLineR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineR10Entry  1 }

  pBXLineR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineR10Entry  2 }

  pBXLineR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineR10Entry  3 }

  pBXLineR10DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineR10Entry  4 }

  pBXLineR10TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { pBXLineR10Entry  5 }

  pBXLineR10PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { pBXLineR10Entry  6 }

  pBXLineR10T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR10Entry  7 }

  pBXLineR10T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR10Entry  8 }

  pBXLineR10T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR10Entry  9 }

  pBXLineR10T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR10Entry  10 }

  pBXLineR10T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR10Entry  11 }

  pBXLineR10T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR10Entry  12 }

  pBXLineR10T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR10Entry  13 }

  pBXLineR10T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR10Entry  14 }

  pBXLineR10T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR10Entry  15 }

  pBXLineR10T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR10Entry  16 }

  pBXLineR10AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { pBXLineR10Entry  17 }

  pBXLineR10SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { pBXLineR10Entry  18 }

  pBXLineR10LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { pBXLineR10Entry  19 }

  pBXLineR10FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { pBXLineR10Entry  20 }

  pBXLineR10LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXLineR10Entry  21 }

  pBXLineR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXLineR10Entry  22 }

  pBXLineR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXLineR10Entry  23 }

  pBXLineR10AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXLineR10Entry  24 }

  pBXLineR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR10Entry  25 }

  pBXLineR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR10Entry  26 }

  pBXLineR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXLineR10Entry  27 }

  pBXLineR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXLineR10Entry  28 }

  pBXLineR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXLineR10Entry  29 }

  pBXLineR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXLineR10Entry  30 }

  pBXLineR10DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXLineR10Entry  31 }

  pBXLineR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXLineR10Entry  32 }

  pBXLineR10SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXLineR10Entry  33 }

  pBXLineR10I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR10Entry  34 }

  pBXLineR10I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR10Entry  35 }

  pBXLineR10I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR10Entry  36 }

  pBXLineR10I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR10Entry  37 }

  pBXLineR10I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR10Entry  38 }

  pBXLineR10ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { pBXLineR10Entry  39 }

  pBXLineR10GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR10Entry  49 }

  pBXLineR10I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR10Entry  50 }

  pBXLineR10I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR10Entry  51 }

  pBXLineR10I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR10Entry  52 }

  pBXLineR10I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR10Entry  53 }

  pBXLineR10GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { pBXLineR10Entry  54 }

  pBXLineR10PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { pBXLineR10Entry  55 }

  pBXLineR10PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { pBXLineR10Entry  56 }

  pBXLineR10T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR10Entry  97 }

  pBXLineR10T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR10Entry  98 }

  pBXLineR10T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR10Entry  99 }

  pBXLineR10T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR10Entry  100 }

  pBXLineR10T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR10Entry  101 }

  pBXLineR10T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR10Entry  102 }

  pBXLineR10T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR10Entry  103 }

  pBXLineR10T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR10Entry  104 }

  pBXLineR10SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR10Entry  105 }

  pBXLineR10SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR10Entry  106 }

  pBXLineR10SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR10Entry  107 }

  pBXLineR10CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXLineR10Entry  108 }

  pBXLineR10FaultMonitoringLvlRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXLineR10Entry  109 }

  pBXLineR10CallBurstThreshold OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call burst threshold'."
    DEFVAL       { 0 }
    ::= { pBXLineR10Entry  110 }

-- /*********************************************************************************/
-- /* MIB table for SE 'UX9000 Series Server'                                       */
-- /* Valid from: 7.4                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  uX9000SSR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UX9000SSR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1685 }

  uX9000SSR5Entry OBJECT-TYPE
    SYNTAX       UX9000SSR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uX9000SSR5NEConn,
             uX9000SSR5NetwkElement,
             uX9000SSR5CtrlerIx }
    ::= {  uX9000SSR5Table  1  }

  UX9000SSR5Entry  ::=  SEQUENCE
  {
    uX9000SSR5NEConn                   Unsigned32,
    uX9000SSR5NetwkElement             DisplayString,
    uX9000SSR5CtrlerIx                 Unsigned32,
    uX9000SSR5NumPowerSuppliesMonitored
                                       Unsigned32,
    uX9000SSR5OverallPowerOutputState  INTEGER,
    uX9000SSR5Plus1Point2VPowerOutputState
                                       INTEGER,
    uX9000SSR5ActualVoltagePlus1Point2VSupply
                                       DisplayString,
    uX9000SSR5Plus125VPowerOutputState INTEGER,
    uX9000SSR5ActualVoltagePlus125VSupply
                                       DisplayString,
    uX9000SSR5Plus18VPowerOutputState  INTEGER,
    uX9000SSR5ActualVoltagePlus18VSupply
                                       DisplayString,
    uX9000SSR5Plus18VSBPowerOutputState
                                       INTEGER,
    uX9000SSR5ActualVoltagePlus18VSBSupply
                                       DisplayString,
    uX9000SSR5Plus25VPowerOutputState  INTEGER,
    uX9000SSR5ActualVoltagePlus25VSupply
                                       DisplayString,
    uX9000SSR5Plus3VPowerOutputState   INTEGER,
    uX9000SSR5ActualVoltagePlus3VSupply
                                       DisplayString,
    uX9000SSR5Plus33VAuxiliaryPowerOutputState
                                       INTEGER,
    uX9000SSR5ActualVoltagePlus33VAuxiliarySupply
                                       DisplayString,
    uX9000SSR5Plus5VPowerOutputState   INTEGER,
    uX9000SSR5ActualVoltagePlus5VSupply
                                       DisplayString,
    uX9000SSR5Plus5VSBPowerOutputState INTEGER,
    uX9000SSR5ActualVoltagePlus5VSBSupply
                                       DisplayString,
    uX9000SSR5Plus12VPowerOutputState  INTEGER,
    uX9000SSR5ActualVoltagePlus12VSupply
                                       DisplayString,
    uX9000SSR5Plus12VRMPowerOutputState
                                       INTEGER,
    uX9000SSR5ActualVoltagePlus12VRMSupply
                                       DisplayString,
    uX9000SSR5Minus12VPowerOutputState INTEGER,
    uX9000SSR5ActualVoltageMinus12VSupply
                                       DisplayString,
    uX9000SSR5VBATPowerOutputState     INTEGER,
    uX9000SSR5ActualVoltageVBATSupply  DisplayString,
    uX9000SSR5ProcessorVccpPowerOutputState
                                       INTEGER,
    uX9000SSR5ActualVoltageProcessorVccpSupply
                                       DisplayString,
    uX9000SSR580mmRightSysFanSpeed     Unsigned32,
    uX9000SSR580mmLeftSysFanSpeed      Unsigned32,
    uX9000SSR540mmRightSysFanSpeed     Unsigned32,
    uX9000SSR540mmLeftSysFanSpeed      Unsigned32,
    uX9000SSR5CCNAlrmState             BITS,
    uX9000SSR5AlrmState                INTEGER,
    uX9000SSR5AlrmLogCorr              Counter64,
    uX9000SSR5AlrmEvtsAttnRq           Integer32,
    uX9000SSR5AlrmStateTimestamp       Unsigned32,
    uX9000SSR5AlrmResetTimestamp       Unsigned32,
    uX9000SSR5ChldAlrmsAttnRq          Integer32,
    uX9000SSR5ChldAlrmEvtsAttnRq       Integer32,
    uX9000SSR5TemperatureOutRange      INTEGER,
    uX9000SSR5BaseboardOrCoreCPUVoltageOutRange
                                       INTEGER,
    uX9000SSR5Plus12VSupplyOutRange    INTEGER,
    uX9000SSR5Minus12VSupplyOutRange   INTEGER,
    uX9000SSR5Plus5VSupplyOutRange     INTEGER,
    uX9000SSR5Plus3VSupplyOutRange     INTEGER,
    uX9000SSR580MmSysFanFaulty         INTEGER,
    uX9000SSR540MmSysFanFaulty         INTEGER,
    uX9000SSR5SummaryChldAlrmState     INTEGER,
    uX9000SSR5BaseBoardTemperature     Unsigned32,
    uX9000SSR5FrontPanelAmbientTemperature
                                       Unsigned32,
    uX9000SSR5PowerCageTemperature     Unsigned32,
    uX9000SSR5CPUAReportedTemperature  Unsigned32,
    uX9000SSR5CPUBReportedTemperature  Unsigned32,
    uX9000SSR5SummaryEthernetCardASerialNum
                                       DisplayString,
    uX9000SSR5SummaryEthernetCardBSerialNum
                                       DisplayString,
    uX9000SSR5SummarySysFanFaulty      INTEGER,
    uX9000SSR5SummaryCPUFanFaulty      INTEGER,
    uX9000SSR5SummaryMemFault          INTEGER,
    uX9000SSR5SummaryCPUFault          INTEGER,
    uX9000SSR5VoltagesPlus15VAuxPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVPlus15VAuxSupply
                                       DisplayString,
    uX9000SSR5VoltagesPlus15VPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVPlus15VSupply
                                       DisplayString,
    uX9000SSR5VoltagesPlus15VESBPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVPlus15VESBSupply
                                       DisplayString,
    uX9000SSR5VoltagesPlus33VSTBPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVPlus33VSTBSupply
                                       DisplayString,
    uX9000SSR5VoltagesPlus12VAuxPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVPlus12VAuxSupply
                                       DisplayString,
    uX9000SSR5VoltagesPlus09VPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVPlus09VSupply
                                       DisplayString,
    uX9000SSR5VoltagesCPUAVccPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVCPUAVccSupply
                                       DisplayString,
    uX9000SSR5VoltagesCPUBVccPowerOutputState
                                       INTEGER,
    uX9000SSR5VoltagesActVCPUBVccSupply
                                       DisplayString,
    uX9000SSR5VoltagesBIOSBatteryPowerOutputState
                                       INTEGER,
    uX9000SSR5TemperaturesCPUAThermalMargin
                                       Integer32,
    uX9000SSR5TemperaturesCPUBThermalMargin
                                       Integer32,
    uX9000SSR5FanSpeedsFrontLeftFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsFrontCenterFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsFrontRightFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsRAMFanSpeed     Unsigned32,
    uX9000SSR5FanSpeedsHDDEnclosureFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsCPUAFanSpeed    Unsigned32,
    uX9000SSR5FanSpeedsCPUBFanSpeed    Unsigned32,
    uX9000SSR5TemperaturesCPUCThermalMargin
                                       Integer32,
    uX9000SSR5TemperaturesCPUDThermalMargin
                                       Integer32,
    uX9000SSR5FanSpeedsFrontFarLeftFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsFrontCenterLeftFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsFrontCenterRightFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsFrontFarRightFanSpeed
                                       Unsigned32,
    uX9000SSR5FanSpeedsHDDFanSpeed     Unsigned32,
    uX9000SSR5TemperaturesMemThermalMargin
                                       Integer32
  }

  uX9000SSR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uX9000SSR5Entry  1 }

  uX9000SSR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uX9000SSR5Entry  2 }

  uX9000SSR5CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { uX9000SSR5Entry  3 }

  uX9000SSR5NumPowerSuppliesMonitored OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - number of power supplies monitored'."
    ::= { uX9000SSR5Entry  5 }

  uX9000SSR5OverallPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - overall power output state'."
    ::= { uX9000SSR5Entry  6 }

  uX9000SSR5Plus1Point2VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +1.2V power output state'."
    ::= { uX9000SSR5Entry  7 }

  uX9000SSR5ActualVoltagePlus1Point2VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +1.2V supply'."
    ::= { uX9000SSR5Entry  8 }

  uX9000SSR5Plus125VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +1.25V power output state'."
    ::= { uX9000SSR5Entry  9 }

  uX9000SSR5ActualVoltagePlus125VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +1.25V supply'."
    ::= { uX9000SSR5Entry  10 }

  uX9000SSR5Plus18VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +1.8V power output state'."
    ::= { uX9000SSR5Entry  11 }

  uX9000SSR5ActualVoltagePlus18VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +1.8V supply'."
    ::= { uX9000SSR5Entry  12 }

  uX9000SSR5Plus18VSBPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +1.8VSB power output state'."
    ::= { uX9000SSR5Entry  13 }

  uX9000SSR5ActualVoltagePlus18VSBSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +1.8VSB supply'."
    ::= { uX9000SSR5Entry  14 }

  uX9000SSR5Plus25VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +2.5V power output state'."
    ::= { uX9000SSR5Entry  15 }

  uX9000SSR5ActualVoltagePlus25VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +2.5V supply'."
    ::= { uX9000SSR5Entry  16 }

  uX9000SSR5Plus3VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +3.3V power output state'."
    ::= { uX9000SSR5Entry  17 }

  uX9000SSR5ActualVoltagePlus3VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +3.3V supply'."
    ::= { uX9000SSR5Entry  18 }

  uX9000SSR5Plus33VAuxiliaryPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +3.3V auxiliary power output state'."
    ::= { uX9000SSR5Entry  19 }

  uX9000SSR5ActualVoltagePlus33VAuxiliarySupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +3.3V auxiliary supply'."
    ::= { uX9000SSR5Entry  20 }

  uX9000SSR5Plus5VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltages - +5V power output state'."
    ::= { uX9000SSR5Entry  21 }

  uX9000SSR5ActualVoltagePlus5VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +5V supply'."
    ::= { uX9000SSR5Entry  22 }

  uX9000SSR5Plus5VSBPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +5VSB power output state'."
    ::= { uX9000SSR5Entry  23 }

  uX9000SSR5ActualVoltagePlus5VSBSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +5VSB supply'."
    ::= { uX9000SSR5Entry  24 }

  uX9000SSR5Plus12VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +12V power output state'."
    ::= { uX9000SSR5Entry  25 }

  uX9000SSR5ActualVoltagePlus12VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +12V supply'."
    ::= { uX9000SSR5Entry  26 }

  uX9000SSR5Plus12VRMPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +12VRM power output state'."
    ::= { uX9000SSR5Entry  27 }

  uX9000SSR5ActualVoltagePlus12VRMSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +12VRM supply'."
    ::= { uX9000SSR5Entry  28 }

  uX9000SSR5Minus12VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - -12V power output state'."
    ::= { uX9000SSR5Entry  29 }

  uX9000SSR5ActualVoltageMinus12VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of -12V supply'."
    ::= { uX9000SSR5Entry  30 }

  uX9000SSR5VBATPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - VBAT power output state'."
    ::= { uX9000SSR5Entry  31 }

  uX9000SSR5ActualVoltageVBATSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of VBAT supply'."
    ::= { uX9000SSR5Entry  32 }

  uX9000SSR5ProcessorVccpPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - processor Vccp power output state'."
    ::= { uX9000SSR5Entry  33 }

  uX9000SSR5ActualVoltageProcessorVccpSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of Processor Vccp supply'."
    ::= { uX9000SSR5Entry  34 }

  uX9000SSR580mmRightSysFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - 80mm right system fan speed'."
    ::= { uX9000SSR5Entry  37 }

  uX9000SSR580mmLeftSysFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - 80mm left system fan speed'."
    ::= { uX9000SSR5Entry  38 }

  uX9000SSR540mmRightSysFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - 40mm right system fan speed'."
    ::= { uX9000SSR5Entry  39 }

  uX9000SSR540mmLeftSysFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - 40mm left system fan speed'."
    ::= { uX9000SSR5Entry  40 }

  uX9000SSR5CCNAlrmState OBJECT-TYPE
    SYNTAX       BITS {
                   minor(0),
                   major(1),
                   critical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - external alarm state'."
    ::= { uX9000SSR5Entry  41 }

  uX9000SSR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { uX9000SSR5Entry  43 }

  uX9000SSR5AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { uX9000SSR5Entry  44 }

  uX9000SSR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uX9000SSR5Entry  45 }

  uX9000SSR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { uX9000SSR5Entry  46 }

  uX9000SSR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { uX9000SSR5Entry  47 }

  uX9000SSR5ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { uX9000SSR5Entry  48 }

  uX9000SSR5ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uX9000SSR5Entry  49 }

  uX9000SSR5TemperatureOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - temperature out of range'."
    ::= { uX9000SSR5Entry  50 }

  uX9000SSR5BaseboardOrCoreCPUVoltageOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - baseboard or core CPU voltage out of range'."
    ::= { uX9000SSR5Entry  51 }

  uX9000SSR5Plus12VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - +12V supply out of range'."
    ::= { uX9000SSR5Entry  52 }

  uX9000SSR5Minus12VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - -12V supply out of range'."
    ::= { uX9000SSR5Entry  53 }

  uX9000SSR5Plus5VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - +5V supply out of range'."
    ::= { uX9000SSR5Entry  54 }

  uX9000SSR5Plus3VSupplyOutRange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - +3.3V supply out of range'."
    ::= { uX9000SSR5Entry  55 }

  uX9000SSR580MmSysFanFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - 80mm system fan faulty'."
    ::= { uX9000SSR5Entry  56 }

  uX9000SSR540MmSysFanFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - 40mm system fan faulty'."
    ::= { uX9000SSR5Entry  57 }

  uX9000SSR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { uX9000SSR5Entry  59 }

  uX9000SSR5BaseBoardTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - base board temperature'."
    ::= { uX9000SSR5Entry  60 }

  uX9000SSR5FrontPanelAmbientTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - front panel ambient temperature'."
    ::= { uX9000SSR5Entry  61 }

  uX9000SSR5PowerCageTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - power cage temperature'."
    ::= { uX9000SSR5Entry  62 }

  uX9000SSR5CPUAReportedTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - CPU A reported temperature'."
    ::= { uX9000SSR5Entry  63 }

  uX9000SSR5CPUBReportedTemperature OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - CPU B reported temperature'."
    ::= { uX9000SSR5Entry  64 }

  uX9000SSR5SummaryEthernetCardASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - Ethernet card A serial number'."
    ::= { uX9000SSR5Entry  67 }

  uX9000SSR5SummaryEthernetCardBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Summary - Ethernet card B serial number'."
    ::= { uX9000SSR5Entry  68 }

  uX9000SSR5SummarySysFanFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - system fan faulty'."
    ::= { uX9000SSR5Entry  69 }

  uX9000SSR5SummaryCPUFanFaulty OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - CPU fan faulty'."
    ::= { uX9000SSR5Entry  70 }

  uX9000SSR5SummaryMemFault OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - memory fault'."
    ::= { uX9000SSR5Entry  71 }

  uX9000SSR5SummaryCPUFault OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary - CPU fault'."
    ::= { uX9000SSR5Entry  72 }

  uX9000SSR5VoltagesPlus15VAuxPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +1.5V Aux power output state'."
    ::= { uX9000SSR5Entry  74 }

  uX9000SSR5VoltagesActVPlus15VAuxSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +1.5V Aux supply'."
    ::= { uX9000SSR5Entry  75 }

  uX9000SSR5VoltagesPlus15VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +1.5V power output state'."
    ::= { uX9000SSR5Entry  76 }

  uX9000SSR5VoltagesActVPlus15VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +1.5V supply'."
    ::= { uX9000SSR5Entry  77 }

  uX9000SSR5VoltagesPlus15VESBPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +1.5V ESB power output state'."
    ::= { uX9000SSR5Entry  78 }

  uX9000SSR5VoltagesActVPlus15VESBSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +1.5V ESB supply'."
    ::= { uX9000SSR5Entry  79 }

  uX9000SSR5VoltagesPlus33VSTBPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +3.3V STB power output state'."
    ::= { uX9000SSR5Entry  80 }

  uX9000SSR5VoltagesActVPlus33VSTBSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +3.3V STB supply'."
    ::= { uX9000SSR5Entry  81 }

  uX9000SSR5VoltagesPlus12VAuxPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +12V Aux power output state'."
    ::= { uX9000SSR5Entry  82 }

  uX9000SSR5VoltagesActVPlus12VAuxSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +12V Aux supply'."
    ::= { uX9000SSR5Entry  83 }

  uX9000SSR5VoltagesPlus09VPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - +0.9V power output state'."
    ::= { uX9000SSR5Entry  84 }

  uX9000SSR5VoltagesActVPlus09VSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of +0.9V supply'."
    ::= { uX9000SSR5Entry  85 }

  uX9000SSR5VoltagesCPUAVccPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - CPU A Vcc power output state'."
    ::= { uX9000SSR5Entry  86 }

  uX9000SSR5VoltagesActVCPUAVccSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of CPU A Vcc supply'."
    ::= { uX9000SSR5Entry  87 }

  uX9000SSR5VoltagesCPUBVccPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - CPU B Vcc power output state'."
    ::= { uX9000SSR5Entry  88 }

  uX9000SSR5VoltagesActVCPUBVccSupply OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..9))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - actual voltage of CPU B Vcc supply'."
    ::= { uX9000SSR5Entry  89 }

  uX9000SSR5VoltagesBIOSBatteryPowerOutputState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   bad(2),
                   good(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voltages - BIOS battery power output state'."
    ::= { uX9000SSR5Entry  90 }

  uX9000SSR5TemperaturesCPUAThermalMargin OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - CPU A thermal margin'."
    ::= { uX9000SSR5Entry  91 }

  uX9000SSR5TemperaturesCPUBThermalMargin OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - CPU B thermal margin'."
    ::= { uX9000SSR5Entry  92 }

  uX9000SSR5FanSpeedsFrontLeftFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan speeds - front left fan speed'."
    ::= { uX9000SSR5Entry  93 }

  uX9000SSR5FanSpeedsFrontCenterFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - front center fan speed'."
    ::= { uX9000SSR5Entry  94 }

  uX9000SSR5FanSpeedsFrontRightFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - front right fan speed'."
    ::= { uX9000SSR5Entry  95 }

  uX9000SSR5FanSpeedsRAMFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan speeds - RAM fan speed'."
    ::= { uX9000SSR5Entry  96 }

  uX9000SSR5FanSpeedsHDDEnclosureFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - HDD enclosure fan speed'."
    ::= { uX9000SSR5Entry  97 }

  uX9000SSR5FanSpeedsCPUAFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan speeds - CPU A fan speed'."
    ::= { uX9000SSR5Entry  98 }

  uX9000SSR5FanSpeedsCPUBFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan speeds - CPU B fan speed'."
    ::= { uX9000SSR5Entry  99 }

  uX9000SSR5TemperaturesCPUCThermalMargin OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - CPU C thermal margin'."
    ::= { uX9000SSR5Entry  100 }

  uX9000SSR5TemperaturesCPUDThermalMargin OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - CPU D thermal margin'."
    ::= { uX9000SSR5Entry  101 }

  uX9000SSR5FanSpeedsFrontFarLeftFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - front far left fan speed'."
    ::= { uX9000SSR5Entry  102 }

  uX9000SSR5FanSpeedsFrontCenterLeftFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - front center left fan speed'."
    ::= { uX9000SSR5Entry  103 }

  uX9000SSR5FanSpeedsFrontCenterRightFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - front center right fan speed'."
    ::= { uX9000SSR5Entry  104 }

  uX9000SSR5FanSpeedsFrontFarRightFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fan speeds - front far right fan speed'."
    ::= { uX9000SSR5Entry  105 }

  uX9000SSR5FanSpeedsHDDFanSpeed OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan speeds - HDD fan speed'."
    ::= { uX9000SSR5Entry  106 }

  uX9000SSR5TemperaturesMemThermalMargin OBJECT-TYPE
    SYNTAX       Integer32
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temperatures - Memory thermal margin'."
    ::= { uX9000SSR5Entry  107 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Log User'                                              */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  callLogUserTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallLogUserEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1686 }

  callLogUserEntry OBJECT-TYPE
    SYNTAX       CallLogUserEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callLogUserNEConn,
             callLogUserNetwkElement,
             callLogUserUserName }
    ::= {  callLogUserTable  1  }

  CallLogUserEntry  ::=  SEQUENCE
  {
    callLogUserNEConn                  Unsigned32,
    callLogUserNetwkElement            DisplayString,
    callLogUserUserName                DisplayString,
    callLogUserNewPassword             DisplayString,
    callLogUserConfirmNewPassword      DisplayString,
    callLogUserUserDesc                DisplayString,
    callLogUserSDActPasswordExpiryPeriod
                                       Unsigned32,
    callLogUserSDDefPasswordExpiryPeriod
                                       Unsigned32,
    callLogUserSDUseDefPasswordExpiryPeriod
                                       INTEGER,
    callLogUserDaysUntilPasswordExpiry Unsigned32,
    callLogUserSDActLoginFailsBeforeLockout
                                       Unsigned32,
    callLogUserSDDefLoginFailsBeforeLockout
                                       Unsigned32,
    callLogUserSDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    callLogUserNumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    callLogUserAccountLocked           INTEGER,
    callLogUserRowStatus               RowStatus
  }

  callLogUserNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callLogUserEntry  1 }

  callLogUserNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callLogUserEntry  2 }

  callLogUserUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { callLogUserEntry  3 }

  callLogUserNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { callLogUserEntry  4 }

  callLogUserConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { callLogUserEntry  5 }

  callLogUserUserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { callLogUserEntry  6 }

  callLogUserSDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserEntry  7 }

  callLogUserSDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserEntry  8 }

  callLogUserSDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { callLogUserEntry  9 }

  callLogUserDaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { callLogUserEntry  10 }

  callLogUserSDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserEntry  11 }

  callLogUserSDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserEntry  12 }

  callLogUserSDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { callLogUserEntry  13 }

  callLogUserNumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { callLogUserEntry  14 }

  callLogUserAccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { callLogUserEntry  15 }

  callLogUserRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { callLogUserEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Interface Profile'                                     */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  iSDNInterfaceProfileR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNInterfaceProfileR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1690 }

  iSDNInterfaceProfileR7Entry OBJECT-TYPE
    SYNTAX       ISDNInterfaceProfileR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNInterfaceProfileR7NEConn,
             iSDNInterfaceProfileR7NetwkElement,
             iSDNInterfaceProfileR7CFSIx,
             iSDNInterfaceProfileR7ISDNIx,
             iSDNInterfaceProfileR7InterfaceType,
             iSDNInterfaceProfileR7ProfIx }
    ::= {  iSDNInterfaceProfileR7Table  1  }

  ISDNInterfaceProfileR7Entry  ::=  SEQUENCE
  {
    iSDNInterfaceProfileR7NEConn       Unsigned32,
    iSDNInterfaceProfileR7NetwkElement DisplayString,
    iSDNInterfaceProfileR7CFSIx        Unsigned32,
    iSDNInterfaceProfileR7ISDNIx       Unsigned32,
    iSDNInterfaceProfileR7InterfaceType
                                       INTEGER,
    iSDNInterfaceProfileR7ProfIx       Unsigned32,
    iSDNInterfaceProfileR7Desc         DisplayString,
    iSDNInterfaceProfileR7ProtVariant  INTEGER,
    iSDNInterfaceProfileR7T200TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T203TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T301TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T302TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T303TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T304TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T305TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T307TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T308TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T309TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T310TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T314TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T316TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T317TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T321TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T322TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T323TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7T402TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7TprogTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7TrestTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7TDLReEstablishTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7N200Val      INTEGER,
    iSDNInterfaceProfileR7KVal         INTEGER,
    iSDNInterfaceProfileR7MaxNumInvalidMsgsAllowedOnACall
                                       Unsigned32,
    iSDNInterfaceProfileR7MaxNumProtErrsAllowedPerHr
                                       Unsigned32,
    iSDNInterfaceProfileR7FixBits      BITS,
    iSDNInterfaceProfileR7RefsCnt      Unsigned32,
    iSDNInterfaceProfileR7RowStatus    RowStatus,
    iSDNInterfaceProfileR7Usage        INTEGER,
    iSDNInterfaceProfileR7T313TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR7TservDurn    INTEGER,
    iSDNInterfaceProfileR7ClgNameFacilityMsgExpiryTime
                                       Unsigned32
  }

  iSDNInterfaceProfileR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR7Entry  1 }

  iSDNInterfaceProfileR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR7Entry  2 }

  iSDNInterfaceProfileR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR7Entry  3 }

  iSDNInterfaceProfileR7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR7Entry  4 }

  iSDNInterfaceProfileR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   primaryRate(1)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR7Entry  5 }

  iSDNInterfaceProfileR7ProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR7Entry  6 }

  iSDNInterfaceProfileR7Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iSDNInterfaceProfileR7Entry  7 }

  iSDNInterfaceProfileR7ProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordiaNationalISDN2(1),
                   dMS100(2),
                   fiveESSNational(3),
                   dMS250(4),
                   fiveESSCustom(5),
                   eTSI(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol variant'.
                  This field is only writable during create."
    ::= { iSDNInterfaceProfileR7Entry  8 }

  iSDNInterfaceProfileR7T200TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T200 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  9 }

  iSDNInterfaceProfileR7T203TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T203 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  10 }

  iSDNInterfaceProfileR7T301TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T301 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  11 }

  iSDNInterfaceProfileR7T302TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T302 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  12 }

  iSDNInterfaceProfileR7T303TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T303 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  13 }

  iSDNInterfaceProfileR7T304TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T304 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  14 }

  iSDNInterfaceProfileR7T305TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T305 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  15 }

  iSDNInterfaceProfileR7T307TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T307 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  16 }

  iSDNInterfaceProfileR7T308TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T308 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  17 }

  iSDNInterfaceProfileR7T309TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T309 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  18 }

  iSDNInterfaceProfileR7T310TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T310 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  19 }

  iSDNInterfaceProfileR7T314TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T314 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  20 }

  iSDNInterfaceProfileR7T316TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T316 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  21 }

  iSDNInterfaceProfileR7T317TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T317 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  22 }

  iSDNInterfaceProfileR7T321TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T321 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  23 }

  iSDNInterfaceProfileR7T322TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T322 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  24 }

  iSDNInterfaceProfileR7T323TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T323 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  25 }

  iSDNInterfaceProfileR7T402TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T402 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  26 }

  iSDNInterfaceProfileR7TprogTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tprog timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  27 }

  iSDNInterfaceProfileR7TrestTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trest timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  28 }

  iSDNInterfaceProfileR7TDLReEstablishTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T(DL re-establish) timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  29 }

  iSDNInterfaceProfileR7N200Val OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'N200 value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  30 }

  iSDNInterfaceProfileR7KVal OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'K value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  31 }

  iSDNInterfaceProfileR7MaxNumInvalidMsgsAllowedOnACall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of invalid messages allowed on a call'.
                  This field is not writable when active."
    DEFVAL       { 8 }
    ::= { iSDNInterfaceProfileR7Entry  32 }

  iSDNInterfaceProfileR7MaxNumProtErrsAllowedPerHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..128 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of protocol errors allowed per hour'.
                  This field is not writable when active."
    DEFVAL       { 40 }
    ::= { iSDNInterfaceProfileR7Entry  33 }

  iSDNInterfaceProfileR7FixBits OBJECT-TYPE
    SYNTAX       BITS {
                   useDisplayInformationElementForCNAM(0),
                   sendFacilityInformationElementInSETUPMessage(1),
                   doNotSendPRIScopeRESTART(2),
                   doNotSendDS1ScopeRESTART(3),
                   doesNotSupportChannelNegotiation(4),
                   playAnnouncementsWhenErrorConditionsOccur(5),
                   alwaysIncludeDS1IdentifiersInChannelIDInformationElements(6),
                   resetTheExtensionBitInTheChannelIDInformationElement(7),
                   supportsUserToUserSignaling(8),
                   useForwardingNumbersToAssociateSubscribersWithIncomingCalls(9),
                   acceptCallingNameInFACILITYMessage(10),
                   sendALERTINGWhenInterworkingEncountered(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { iSDNInterfaceProfileR7Entry  34 }

  iSDNInterfaceProfileR7RefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { iSDNInterfaceProfileR7Entry  35 }

  iSDNInterfaceProfileR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSDNInterfaceProfileR7Entry  36 }

  iSDNInterfaceProfileR7Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkSide(1),
                   userSide(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is only writable during create."
    DEFVAL       { networkSide }
    ::= { iSDNInterfaceProfileR7Entry  37 }

  iSDNInterfaceProfileR7T313TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T313 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  38 }

  iSDNInterfaceProfileR7TservDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tserv duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR7Entry  39 }

  iSDNInterfaceProfileR7ClgNameFacilityMsgExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Facility Message expiry time'.
                  This field is not writable when active."
    DEFVAL       { 2000 }
    ::= { iSDNInterfaceProfileR7Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  indLineOutR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1693 }

  indLineOutR8Entry OBJECT-TYPE
    SYNTAX       IndLineOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineOutR8NEConn,
             indLineOutR8NetwkElement,
             indLineOutR8CFSIx,
             indLineOutR8DirNum }
    ::= {  indLineOutR8Table  1  }

  IndLineOutR8Entry  ::=  SEQUENCE
  {
    indLineOutR8NEConn                 Unsigned32,
    indLineOutR8NetwkElement           DisplayString,
    indLineOutR8CFSIx                  Unsigned32,
    indLineOutR8DirNum                 DisplayString,
    indLineOutR8SDActSPDSubscribed     INTEGER,
    indLineOutR8SDDefSPDSubscribed     INTEGER,
    indLineOutR8SDUseDefSPDSubscribed  INTEGER,
    indLineOutR8SDActSPDAllowedTypes   INTEGER,
    indLineOutR8SDDefSPDAllowedTypes   INTEGER,
    indLineOutR8SDUseDefSPDAllowedTypes
                                       INTEGER,
    indLineOutR8SDActAllowSPDHandsetAccess
                                       INTEGER,
    indLineOutR8SDDefAllowSPDHandsetAccess
                                       INTEGER,
    indLineOutR8SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    indLineOutR8SDActOCBSubscribed     INTEGER,
    indLineOutR8SDDefOCBSubscribed     INTEGER,
    indLineOutR8SDUseDefOCBSubscribed  INTEGER,
    indLineOutR8SDActOCBUSB            INTEGER,
    indLineOutR8SDDefOCBUSB            INTEGER,
    indLineOutR8SDUseDefOCBUSB         INTEGER,
    indLineOutR8SDActOCBCurrSubBarredCallTypes
                                       BITS,
    indLineOutR8SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    indLineOutR8SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    indLineOutR8SDActMandAccCodesSubscribed
                                       INTEGER,
    indLineOutR8SDDefMandAccCodesSubscribed
                                       INTEGER,
    indLineOutR8SDUseDefMandAccCodesSubscribed
                                       INTEGER,
    indLineOutR8SDActCodeLenMandAccCodes
                                       Unsigned32,
    indLineOutR8SDDefCodeLenMandAccCodes
                                       Unsigned32,
    indLineOutR8SDUseDefCodeLenMandAccCodes
                                       INTEGER,
    indLineOutR8SDActVariantMandAccCodes
                                       INTEGER,
    indLineOutR8SDDefVariantMandAccCodes
                                       INTEGER,
    indLineOutR8SDUseDefVariantMandAccCodes
                                       INTEGER,
    indLineOutR8SDActUSMandAccCodesCallTypes
                                       BITS,
    indLineOutR8SDDefUSMandAccCodesCallTypes
                                       BITS,
    indLineOutR8SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    indLineOutR8SDActUKMandAccCodesCallTypes
                                       BITS,
    indLineOutR8SDDefUKMandAccCodesCallTypes
                                       BITS,
    indLineOutR8SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    indLineOutR8SDActMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    indLineOutR8SDDefMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    indLineOutR8SDUseDefMaxIncorrectCodeAttemptsMandAccCodes
                                       INTEGER,
    indLineOutR8MandAccCodesBlocked    INTEGER,
    indLineOutR8MandAccCodesValidAccountCodes
                                       LongDisplayString,
    indLineOutR8SDActUSMACCallTypes2   BITS,
    indLineOutR8SDDefUSMACCallTypes2   BITS,
    indLineOutR8SDUseDefUSMACCallTypes2
                                       INTEGER,
    indLineOutR8SDActWHLSubscribed     INTEGER,
    indLineOutR8SDDefWHLSubscribed     INTEGER,
    indLineOutR8SDUseDefWHLSubscribed  INTEGER,
    indLineOutR8SDActWHLServLvl        INTEGER,
    indLineOutR8SDDefWHLServLvl        INTEGER,
    indLineOutR8SDUseDefWHLServLvl     INTEGER,
    indLineOutR8SDActWHLTimeout        Unsigned32,
    indLineOutR8SDDefWHLTimeout        Unsigned32,
    indLineOutR8SDUseDefWHLTimeout     INTEGER,
    indLineOutR8WHLEnabled             INTEGER,
    indLineOutR8WHLNum                 DisplayString,
    indLineOutR8SDActOCBCurrOprBarredCallTypes
                                       BITS,
    indLineOutR8SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    indLineOutR8SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    indLineOutR8SDActMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    indLineOutR8SDDefMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    indLineOutR8SDUseDefMACMaxIncorrectCodeAttemptsPerCall
                                       INTEGER
  }

  indLineOutR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineOutR8Entry  1 }

  indLineOutR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineOutR8Entry  2 }

  indLineOutR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineOutR8Entry  3 }

  indLineOutR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOutR8Entry  4 }

  indLineOutR8SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  5 }

  indLineOutR8SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  6 }

  indLineOutR8SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  7 }

  indLineOutR8SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  8 }

  indLineOutR8SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  9 }

  indLineOutR8SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  10 }

  indLineOutR8SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  11 }

  indLineOutR8SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  12 }

  indLineOutR8SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  13 }

  indLineOutR8SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  14 }

  indLineOutR8SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  15 }

  indLineOutR8SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  16 }

  indLineOutR8SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  17 }

  indLineOutR8SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  18 }

  indLineOutR8SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  19 }

  indLineOutR8SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  20 }

  indLineOutR8SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  21 }

  indLineOutR8SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  22 }

  indLineOutR8SDActMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  23 }

  indLineOutR8SDDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  24 }

  indLineOutR8SDUseDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  25 }

  indLineOutR8SDActCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  26 }

  indLineOutR8SDDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  27 }

  indLineOutR8SDUseDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  28 }

  indLineOutR8SDActVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  29 }

  indLineOutR8SDDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  30 }

  indLineOutR8SDUseDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  31 }

  indLineOutR8SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  32 }

  indLineOutR8SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  33 }

  indLineOutR8SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  34 }

  indLineOutR8SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  35 }

  indLineOutR8SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  36 }

  indLineOutR8SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  37 }

  indLineOutR8SDActMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  38 }

  indLineOutR8SDDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  39 }

  indLineOutR8SDUseDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  40 }

  indLineOutR8MandAccCodesBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - blocked'."
    DEFVAL       { false }
    ::= { indLineOutR8Entry  41 }

  indLineOutR8MandAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { indLineOutR8Entry  42 }

  indLineOutR8SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  43 }

  indLineOutR8SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  44 }

  indLineOutR8SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  45 }

  indLineOutR8SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  46 }

  indLineOutR8SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  47 }

  indLineOutR8SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  48 }

  indLineOutR8SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  49 }

  indLineOutR8SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  50 }

  indLineOutR8SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  51 }

  indLineOutR8SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  52 }

  indLineOutR8SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  53 }

  indLineOutR8SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  54 }

  indLineOutR8WHLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - Enabled'."
    DEFVAL       { false }
    ::= { indLineOutR8Entry  55 }

  indLineOutR8WHLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - number'."
    ::= { indLineOutR8Entry  56 }

  indLineOutR8SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  66 }

  indLineOutR8SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  67 }

  indLineOutR8SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  68 }

  indLineOutR8SDActMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  69 }

  indLineOutR8SDDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR8Entry  70 }

  indLineOutR8SDUseDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR8Entry  71 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  bGLineOutR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineOutR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1694 }

  bGLineOutR7Entry OBJECT-TYPE
    SYNTAX       BGLineOutR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineOutR7NEConn,
             bGLineOutR7NetwkElement,
             bGLineOutR7CFSIx,
             bGLineOutR7GpIx,
             bGLineOutR7FirstDirNum,
             bGLineOutR7DirNum }
    ::= {  bGLineOutR7Table  1  }

  BGLineOutR7Entry  ::=  SEQUENCE
  {
    bGLineOutR7NEConn                  Unsigned32,
    bGLineOutR7NetwkElement            DisplayString,
    bGLineOutR7CFSIx                   Unsigned32,
    bGLineOutR7GpIx                    Unsigned32,
    bGLineOutR7FirstDirNum             DisplayString,
    bGLineOutR7DirNum                  DisplayString,
    bGLineOutR7SDActSPDSubscribed      INTEGER,
    bGLineOutR7SDDefSPDSubscribed      INTEGER,
    bGLineOutR7SDUseDefSPDSubscribed   INTEGER,
    bGLineOutR7SDActSPDAllowedTypes    INTEGER,
    bGLineOutR7SDDefSPDAllowedTypes    INTEGER,
    bGLineOutR7SDUseDefSPDAllowedTypes INTEGER,
    bGLineOutR7SDActAllowSPDHandsetAccess
                                       INTEGER,
    bGLineOutR7SDDefAllowSPDHandsetAccess
                                       INTEGER,
    bGLineOutR7SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    bGLineOutR7SDActOCBSubscribed      INTEGER,
    bGLineOutR7SDDefOCBSubscribed      INTEGER,
    bGLineOutR7SDUseDefOCBSubscribed   INTEGER,
    bGLineOutR7SDActOCBUSB             INTEGER,
    bGLineOutR7SDDefOCBUSB             INTEGER,
    bGLineOutR7SDUseDefOCBUSB          INTEGER,
    bGLineOutR7SDActOCBCurrSubBarredCallTypes
                                       BITS,
    bGLineOutR7SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    bGLineOutR7SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    bGLineOutR7SDActMandAccCodesSubscribed
                                       INTEGER,
    bGLineOutR7SDDefMandAccCodesSubscribed
                                       INTEGER,
    bGLineOutR7SDUseDefMandAccCodesSubscribed
                                       INTEGER,
    bGLineOutR7SDActMandAccCodesCodeLen
                                       Unsigned32,
    bGLineOutR7SDDefMandAccCodesCodeLen
                                       Unsigned32,
    bGLineOutR7SDUseDefMandAccCodesCodeLen
                                       INTEGER,
    bGLineOutR7SDActVariantMandAccCodes
                                       INTEGER,
    bGLineOutR7SDDefVariantMandAccCodes
                                       INTEGER,
    bGLineOutR7SDUseDefVariantMandAccCodes
                                       INTEGER,
    bGLineOutR7SDActUSMandAccCodesCallTypes
                                       BITS,
    bGLineOutR7SDDefUSMandAccCodesCallTypes
                                       BITS,
    bGLineOutR7SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    bGLineOutR7SDActUKMandAccCodesCallTypes
                                       BITS,
    bGLineOutR7SDDefUKMandAccCodesCallTypes
                                       BITS,
    bGLineOutR7SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    bGLineOutR7MandAccCodesInheritCodesAndCodeLen
                                       INTEGER,
    bGLineOutR7SDActMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    bGLineOutR7SDDefMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    bGLineOutR7SDUseDefMaxIncorrectCodeAttemptsMandAccCodes
                                       INTEGER,
    bGLineOutR7MandAccCodesBlocked     INTEGER,
    bGLineOutR7MandAccCodesValidAccountCodes
                                       LongDisplayString,
    bGLineOutR7SDActUSMACCallTypes2    BITS,
    bGLineOutR7SDDefUSMACCallTypes2    BITS,
    bGLineOutR7SDUseDefUSMACCallTypes2 INTEGER,
    bGLineOutR7SDActWHLSubscribed      INTEGER,
    bGLineOutR7SDDefWHLSubscribed      INTEGER,
    bGLineOutR7SDUseDefWHLSubscribed   INTEGER,
    bGLineOutR7SDActWHLServLvl         INTEGER,
    bGLineOutR7SDDefWHLServLvl         INTEGER,
    bGLineOutR7SDUseDefWHLServLvl      INTEGER,
    bGLineOutR7SDActWHLTimeout         Unsigned32,
    bGLineOutR7SDDefWHLTimeout         Unsigned32,
    bGLineOutR7SDUseDefWHLTimeout      INTEGER,
    bGLineOutR7WHLEnabled              INTEGER,
    bGLineOutR7WHLNum                  DisplayString,
    bGLineOutR7SDActOCBCurrOprBarredCallTypes
                                       BITS,
    bGLineOutR7SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    bGLineOutR7SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    bGLineOutR7SDActMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    bGLineOutR7SDDefMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    bGLineOutR7SDUseDefMACMaxIncorrectCodeAttemptsPerCall
                                       INTEGER
  }

  bGLineOutR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineOutR7Entry  1 }

  bGLineOutR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineOutR7Entry  2 }

  bGLineOutR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineOutR7Entry  3 }

  bGLineOutR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineOutR7Entry  4 }

  bGLineOutR7FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineOutR7Entry  5 }

  bGLineOutR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineOutR7Entry  6 }

  bGLineOutR7SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  7 }

  bGLineOutR7SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  8 }

  bGLineOutR7SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  9 }

  bGLineOutR7SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  10 }

  bGLineOutR7SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  11 }

  bGLineOutR7SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  12 }

  bGLineOutR7SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  13 }

  bGLineOutR7SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  14 }

  bGLineOutR7SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  15 }

  bGLineOutR7SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  16 }

  bGLineOutR7SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  17 }

  bGLineOutR7SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  18 }

  bGLineOutR7SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  19 }

  bGLineOutR7SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  20 }

  bGLineOutR7SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  21 }

  bGLineOutR7SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  22 }

  bGLineOutR7SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  23 }

  bGLineOutR7SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  24 }

  bGLineOutR7SDActMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  25 }

  bGLineOutR7SDDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  26 }

  bGLineOutR7SDUseDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  27 }

  bGLineOutR7SDActMandAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  28 }

  bGLineOutR7SDDefMandAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  29 }

  bGLineOutR7SDUseDefMandAccCodesCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  30 }

  bGLineOutR7SDActVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  31 }

  bGLineOutR7SDDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  32 }

  bGLineOutR7SDUseDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  33 }

  bGLineOutR7SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  34 }

  bGLineOutR7SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  35 }

  bGLineOutR7SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  36 }

  bGLineOutR7SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  37 }

  bGLineOutR7SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  38 }

  bGLineOutR7SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  39 }

  bGLineOutR7MandAccCodesInheritCodesAndCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - inherit codes and code length'."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  40 }

  bGLineOutR7SDActMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  41 }

  bGLineOutR7SDDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  42 }

  bGLineOutR7SDUseDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  43 }

  bGLineOutR7MandAccCodesBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - blocked'."
    DEFVAL       { false }
    ::= { bGLineOutR7Entry  44 }

  bGLineOutR7MandAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { bGLineOutR7Entry  45 }

  bGLineOutR7SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  46 }

  bGLineOutR7SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  47 }

  bGLineOutR7SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  48 }

  bGLineOutR7SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  49 }

  bGLineOutR7SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  50 }

  bGLineOutR7SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  51 }

  bGLineOutR7SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  52 }

  bGLineOutR7SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  53 }

  bGLineOutR7SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  54 }

  bGLineOutR7SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  55 }

  bGLineOutR7SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  56 }

  bGLineOutR7SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  57 }

  bGLineOutR7WHLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - Enabled'."
    DEFVAL       { false }
    ::= { bGLineOutR7Entry  58 }

  bGLineOutR7WHLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - number'."
    ::= { bGLineOutR7Entry  59 }

  bGLineOutR7SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  69 }

  bGLineOutR7SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  70 }

  bGLineOutR7SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  71 }

  bGLineOutR7SDActMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  72 }

  bGLineOutR7SDDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR7Entry  73 }

  bGLineOutR7SDUseDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR7Entry  74 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  pBXOutR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXOutR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1695 }

  pBXOutR7Entry OBJECT-TYPE
    SYNTAX       PBXOutR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXOutR7NEConn,
             pBXOutR7NetwkElement,
             pBXOutR7CFSIx,
             pBXOutR7DirNum }
    ::= {  pBXOutR7Table  1  }

  PBXOutR7Entry  ::=  SEQUENCE
  {
    pBXOutR7NEConn                     Unsigned32,
    pBXOutR7NetwkElement               DisplayString,
    pBXOutR7CFSIx                      Unsigned32,
    pBXOutR7DirNum                     DisplayString,
    pBXOutR7SDActSPDSubscribed         INTEGER,
    pBXOutR7SDDefSPDSubscribed         INTEGER,
    pBXOutR7SDUseDefSPDSubscribed      INTEGER,
    pBXOutR7SDActSPDAllowedTypes       INTEGER,
    pBXOutR7SDDefSPDAllowedTypes       INTEGER,
    pBXOutR7SDUseDefSPDAllowedTypes    INTEGER,
    pBXOutR7SDActAllowSPDHandsetAccess INTEGER,
    pBXOutR7SDDefAllowSPDHandsetAccess INTEGER,
    pBXOutR7SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    pBXOutR7SDActOCBSubscribed         INTEGER,
    pBXOutR7SDDefOCBSubscribed         INTEGER,
    pBXOutR7SDUseDefOCBSubscribed      INTEGER,
    pBXOutR7SDActOCBUSB                INTEGER,
    pBXOutR7SDDefOCBUSB                INTEGER,
    pBXOutR7SDUseDefOCBUSB             INTEGER,
    pBXOutR7SDActOCBCurrSubBarredCallTypes
                                       BITS,
    pBXOutR7SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    pBXOutR7SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    pBXOutR7SDActMACSubscribed         INTEGER,
    pBXOutR7SDDefMACSubscribed         INTEGER,
    pBXOutR7SDUseDefMACSubscribed      INTEGER,
    pBXOutR7SDActMACCodeLen            Unsigned32,
    pBXOutR7SDDefMACCodeLen            Unsigned32,
    pBXOutR7SDUseDefMACCodeLen         INTEGER,
    pBXOutR7SDActVariantMAC            INTEGER,
    pBXOutR7SDDefVariantMAC            INTEGER,
    pBXOutR7SDUseDefVariantMAC         INTEGER,
    pBXOutR7SDActUSMACCallTypes        BITS,
    pBXOutR7SDDefUSMACCallTypes        BITS,
    pBXOutR7SDUseDefUSMACCallTypes     INTEGER,
    pBXOutR7SDActUKMACCallTypes        BITS,
    pBXOutR7SDDefUKMACCallTypes        BITS,
    pBXOutR7SDUseDefUKMACCallTypes     INTEGER,
    pBXOutR7SDActMaxIncorrectCodeAttemptsMAC
                                       Unsigned32,
    pBXOutR7SDDefMaxIncorrectCodeAttemptsMAC
                                       Unsigned32,
    pBXOutR7SDUseDefMaxIncorrectCodeAttemptsMAC
                                       INTEGER,
    pBXOutR7MACBlocked                 INTEGER,
    pBXOutR7MACValidAccountCodes       LongDisplayString,
    pBXOutR7SDActUSMACCallTypes2       BITS,
    pBXOutR7SDDefUSMACCallTypes2       BITS,
    pBXOutR7SDUseDefUSMACCallTypes2    INTEGER,
    pBXOutR7SDActWHLSubscribed         INTEGER,
    pBXOutR7SDDefWHLSubscribed         INTEGER,
    pBXOutR7SDUseDefWHLSubscribed      INTEGER,
    pBXOutR7SDActWHLServLvl            INTEGER,
    pBXOutR7SDDefWHLServLvl            INTEGER,
    pBXOutR7SDUseDefWHLServLvl         INTEGER,
    pBXOutR7SDActWHLTimeout            Unsigned32,
    pBXOutR7SDDefWHLTimeout            Unsigned32,
    pBXOutR7SDUseDefWHLTimeout         INTEGER,
    pBXOutR7WHLEnabled                 INTEGER,
    pBXOutR7WHLNum                     DisplayString,
    pBXOutR7SDActOCBCurrOprBarredCallTypes
                                       BITS,
    pBXOutR7SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    pBXOutR7SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    pBXOutR7SDActMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    pBXOutR7SDDefMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    pBXOutR7SDUseDefMACMaxIncorrectCodeAttemptsPerCall
                                       INTEGER
  }

  pBXOutR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXOutR7Entry  1 }

  pBXOutR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXOutR7Entry  2 }

  pBXOutR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXOutR7Entry  3 }

  pBXOutR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXOutR7Entry  4 }

  pBXOutR7SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  5 }

  pBXOutR7SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  6 }

  pBXOutR7SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  7 }

  pBXOutR7SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  8 }

  pBXOutR7SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  9 }

  pBXOutR7SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  10 }

  pBXOutR7SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  11 }

  pBXOutR7SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  12 }

  pBXOutR7SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  13 }

  pBXOutR7SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  14 }

  pBXOutR7SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  15 }

  pBXOutR7SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  16 }

  pBXOutR7SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  17 }

  pBXOutR7SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  18 }

  pBXOutR7SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  19 }

  pBXOutR7SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  20 }

  pBXOutR7SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  21 }

  pBXOutR7SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  22 }

  pBXOutR7SDActMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  23 }

  pBXOutR7SDDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  24 }

  pBXOutR7SDUseDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  25 }

  pBXOutR7SDActMACCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  26 }

  pBXOutR7SDDefMACCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  27 }

  pBXOutR7SDUseDefMACCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  28 }

  pBXOutR7SDActVariantMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  29 }

  pBXOutR7SDDefVariantMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  30 }

  pBXOutR7SDUseDefVariantMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  31 }

  pBXOutR7SDActUSMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  32 }

  pBXOutR7SDDefUSMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  33 }

  pBXOutR7SDUseDefUSMACCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  34 }

  pBXOutR7SDActUKMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  35 }

  pBXOutR7SDDefUKMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  36 }

  pBXOutR7SDUseDefUKMACCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  37 }

  pBXOutR7SDActMaxIncorrectCodeAttemptsMAC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  38 }

  pBXOutR7SDDefMaxIncorrectCodeAttemptsMAC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  39 }

  pBXOutR7SDUseDefMaxIncorrectCodeAttemptsMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  40 }

  pBXOutR7MACBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - blocked'."
    DEFVAL       { false }
    ::= { pBXOutR7Entry  41 }

  pBXOutR7MACValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { pBXOutR7Entry  42 }

  pBXOutR7SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  43 }

  pBXOutR7SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  44 }

  pBXOutR7SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  45 }

  pBXOutR7SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  46 }

  pBXOutR7SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  47 }

  pBXOutR7SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  48 }

  pBXOutR7SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  49 }

  pBXOutR7SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  50 }

  pBXOutR7SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  51 }

  pBXOutR7SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  52 }

  pBXOutR7SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  53 }

  pBXOutR7SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  54 }

  pBXOutR7WHLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - Enabled'."
    DEFVAL       { false }
    ::= { pBXOutR7Entry  55 }

  pBXOutR7WHLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - number'."
    ::= { pBXOutR7Entry  56 }

  pBXOutR7SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  66 }

  pBXOutR7SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  67 }

  pBXOutR7SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  68 }

  pBXOutR7SDActMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  69 }

  pBXOutR7SDDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR7Entry  70 }

  pBXOutR7SDUseDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR7Entry  71 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Report'                                                     */
-- /* Valid from: 8.0.02                                                            */
-- /*********************************************************************************/

  reportR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ReportR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Reports'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1711 }

  reportR1Entry OBJECT-TYPE
    SYNTAX       ReportR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { reportR1EMSIx,
             reportR1EMSNodeName,
             reportR1ReportType }
    ::= {  reportR1Table  1  }

  ReportR1Entry  ::=  SEQUENCE
  {
    reportR1EMSIx                      Unsigned32,
    reportR1EMSNodeName                DisplayString,
    reportR1ReportType                 INTEGER,
    reportR1PeriodicFileGenertn        INTEGER,
    reportR1FileGenertnTime            INTEGER,
    reportR1FileName                   DisplayString,
    reportR1ObjectList                 LongDisplayString,
    reportR1NumEntriesGenerated        Integer32,
    reportR1ReportStatus               INTEGER,
    reportR1AlrmState                  INTEGER,
    reportR1AlrmLogCorr                Counter64,
    reportR1AlrmEvtsAttnRq             Integer32,
    reportR1AlrmStateTimestamp         Unsigned32,
    reportR1AlrmResetTimestamp         Unsigned32,
    reportR1DoExtraActions             INTEGER,
    reportR1ReportMaxRetries           INTEGER
  }

  reportR1EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { reportR1Entry  1 }

  reportR1EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { reportR1Entry  2 }

  reportR1ReportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriberGatewayEndpointDNMapping(1),
                   accessDeviceEndpointDNMapping(2),
                   businessGroupDNNameMapping(3)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Report type'.
                  This is an index field."
    ::= { reportR1Entry  3 }

  reportR1PeriodicFileGenertn OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   onceADay(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Periodic file generation'."
    DEFVAL       { never }
    ::= { reportR1Entry  4 }

  reportR1FileGenertnTime OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File generation time'."
    DEFVAL       { 0 }
    ::= { reportR1Entry  5 }

  reportR1FileName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File name'."
    ::= { reportR1Entry  6 }

  reportR1ObjectList OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Object list'."
    ::= { reportR1Entry  7 }

  reportR1NumEntriesGenerated OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries generated'."
    ::= { reportR1Entry  8 }

  reportR1ReportStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   inProgress(1),
                   success(2),
                   failed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Report status'."
    ::= { reportR1Entry  9 }

  reportR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { reportR1Entry  10 }

  reportR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { reportR1Entry  11 }

  reportR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { reportR1Entry  12 }

  reportR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { reportR1Entry  13 }

  reportR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { reportR1Entry  14 }

  reportR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   generateReportNow(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { reportR1Entry  15 }

  reportR1ReportMaxRetries OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of hours to retry'."
    DEFVAL       { 0 }
    ::= { reportR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Adaptor'                                                    */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  adaptorR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AdaptorR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Processor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  1720 }

  adaptorR14Entry OBJECT-TYPE
    SYNTAX       AdaptorR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { adaptorR14NEConn,
             adaptorR14NetwkElement,
             adaptorR14MediaGatewayIx,
             adaptorR14CtrlerIx,
             adaptorR14SlotNum }
    ::= {  adaptorR14Table  1  }

  AdaptorR14Entry  ::=  SEQUENCE
  {
    adaptorR14NEConn                   Unsigned32,
    adaptorR14NetwkElement             DisplayString,
    adaptorR14MediaGatewayIx           Unsigned32,
    adaptorR14CtrlerIx                 INTEGER,
    adaptorR14SlotNum                  INTEGER,
    adaptorR14AdaptorStatus            DisplayString,
    adaptorR14DeactivnMode             INTEGER,
    adaptorR14AlrmState                INTEGER,
    adaptorR14AlrmEvtsAttnRq           Integer32,
    adaptorR14AlrmStateTimestamp       Unsigned32,
    adaptorR14PortAlrmsAttnRq          Integer32,
    adaptorR14PortAlrmEvtsAttnRq       Integer32,
    adaptorR14SummaryChldAlrmState     INTEGER,
    adaptorR14DoExtraActions           INTEGER,
    adaptorR14RowStatus                RowStatus,
    adaptorR14AdminStatus              AdminStatus,
    adaptorR14OperStatus               OperStatus,
    adaptorR14CfgdAdaptorType          INTEGER,
    adaptorR14ActualAdaptorType        INTEGER,
    adaptorR14AdaptorClkStratum        INTEGER,
    adaptorR14AdaptorClkStatus         INTEGER,
    adaptorR14AdaptorClkEORAlrmStatus  INTEGER,
    adaptorR14AdaptorClkRef1Status     INTEGER,
    adaptorR14AdaptorClkRef2Status     INTEGER,
    adaptorR14PhysDS3PortDefLineFraming
                                       INTEGER,
    adaptorR14PhysDS3PortDefLineLen    INTEGER,
    adaptorR14PhysDS3PortDefLineClking INTEGER,
    adaptorR14DS1OverDS3PortsDefLineFraming
                                       INTEGER,
    adaptorR14DS1OverDS3PortsDefClkRef INTEGER,
    adaptorR14PhysDS1PortDefPhysEncoding
                                       INTEGER,
    adaptorR14PhysDS1PortDefLineFraming
                                       INTEGER,
    adaptorR14PhysDS1PortDefLineLen    INTEGER,
    adaptorR14PhysDS1PortDefLineClking INTEGER,
    adaptorR14PhysDS1PortDefClkRef     INTEGER,
    adaptorR14PortActionStatus         INTEGER,
    adaptorR14PortActionCorr           Counter64,
    adaptorR14PortActionCorrNode       DisplayString,
    adaptorR14PortActionCorrUID        DisplayString,
    adaptorR14ActualFirmwareVersion    DisplayString,
    adaptorR14DesiredFirmwareVersion   DisplayString,
    adaptorR14ProtectionMode           INTEGER,
    adaptorR14EPSNum                   INTEGER,
    adaptorR14DesiredOperationalAdaptor
                                       INTEGER,
    adaptorR14ProtectionStatus         INTEGER,
    adaptorR14ProtectorStatus          INTEGER,
    adaptorR14AlrmEvtsAtndDpLogCorr    Counter64,
    adaptorR14AlrmEvtsAtndDp           Integer32,
    adaptorR14AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    adaptorR14AlrmEvtsAttnRqLogCorr    Counter64,
    adaptorR14AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    adaptorR14I1DS1OverDS3PortsMFProtProfNEConn
                                       Unsigned32,
    adaptorR14I2DS1OverDS3PortsMFProtProfNetwkElement
                                       DisplayString,
    adaptorR14I3DS1OverDS3PortsMFProtProfMediaGatewayIx
                                       Unsigned32,
    adaptorR14I4DS1OverDS3PortsMFProtProfProfIx
                                       Unsigned32,
    adaptorR14I1PhysDS1PortMFProtProfNEConn
                                       Unsigned32,
    adaptorR14I2PhysDS1PortMFProtProfNetwkElement
                                       DisplayString,
    adaptorR14I3PhysDS1PortMFProtProfMediaGatewayIx
                                       Unsigned32,
    adaptorR14I4PhysDS1PortMFProtProfProfIx
                                       Unsigned32,
    adaptorR14ReloadFirmwareOnDeactivnOrProtectionSwitch
                                       INTEGER,
    adaptorR14ActualRearXmissionModType
                                       INTEGER,
    adaptorR14ProtectionModeChangeMsg  DisplayString,
    adaptorR14IPMediaPortIPv4Addr      DisplayString,
    adaptorR14SerialNum                DisplayString,
    adaptorR14RTMSerialNum             DisplayString,
    adaptorR14PortDeactivnMode         INTEGER,
    adaptorR14DS1DS3DefT1CAS           INTEGER,
    adaptorR14PhysDS1DefT1CAS          INTEGER,
    adaptorR14MayBeClkMstr             INTEGER,
    adaptorR14PhysPortChannelization   INTEGER,
    adaptorR14StatisticsAlrms          Integer32,
    adaptorR14IPMediaPortIPv6Addr      DisplayString
  }

  adaptorR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { adaptorR14Entry  1 }

  adaptorR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { adaptorR14Entry  2 }

  adaptorR14MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { adaptorR14Entry  3 }

  adaptorR14CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { adaptorR14Entry  4 }

  adaptorR14SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { adaptorR14Entry  5 }

  adaptorR14AdaptorStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adaptor status'."
    ::= { adaptorR14Entry  6 }

  adaptorR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { adaptorR14Entry  7 }

  adaptorR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { adaptorR14Entry  8 }

  adaptorR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { adaptorR14Entry  10 }

  adaptorR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { adaptorR14Entry  11 }

  adaptorR14PortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port Attention Required alarms'."
    ::= { adaptorR14Entry  13 }

  adaptorR14PortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { adaptorR14Entry  14 }

  adaptorR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { adaptorR14Entry  15 }

  adaptorR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1),
                   createAllPorts(2),
                   enableAllPorts(3),
                   activateAllPorts(4),
                   deactivateAllPorts(5),
                   disableAllPorts(6),
                   deleteAllPorts(7),
                   restartAdaptor(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { adaptorR14Entry  16 }

  adaptorR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { adaptorR14Entry  17 }

  adaptorR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { adaptorR14Entry  18 }

  adaptorR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { adaptorR14Entry  19 }

  adaptorR14CfgdAdaptorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tD1000E1TDMAdaptor(1),
                   tD1100E1TDMAdaptorWithDSPMezzanine(2),
                   tD2000DS3TDMAdaptor(3),
                   tD2100DS3TDMAdaptorWithDSPMezzanine(4),
                   sA1000DSPResourceCard(6),
                   sG1000PSTNSignalingAdaptor(7),
                   pB3000Adaptor(13),
                   sG1100PSTNSignalingAdaptor(15),
                   pB4000Adaptor(16),
                   sG1200PSTNSignalingAdaptor(18),
                   pB3100Adaptor(19),
                   pB4500Adaptor(20),
                   pB5000Adaptor(21)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured adaptor type'.
                  This field is not writable when active."
    ::= { adaptorR14Entry  20 }

  adaptorR14ActualAdaptorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tD1000E1TDMAdaptor(1),
                   tD1100E1TDMAdaptorWithDSPMezzanine(2),
                   tD2000DS3TDMAdaptor(3),
                   tD2100DS3TDMAdaptorWithDSPMezzanine(4),
                   pB1000ATMAdaptor(5),
                   sA1000DSPResourceCard(6),
                   sG1000PSTNSignalingAdaptor(7),
                   aM1000AudioMFAdaptor(8),
                   aM1100AudioMFAdaptor(9),
                   virtual(10),
                   unknown(11),
                   aM1200AudioMFAdaptor(12),
                   pB3000Adaptor(13),
                   pB2000ATMAdaptor(14),
                   sG1100PSTNSignalingAdaptor(15),
                   pB4000Adaptor(16),
                   aM1300AudioMFAdaptor(17),
                   sG1200PSTNSignalingAdaptor(18),
                   pB3100Adaptor(19),
                   pB4500Adaptor(20),
                   pB5000Adaptor(21),
                   informationNotAvailable(-1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual adaptor type'."
    ::= { adaptorR14Entry  21 }

  adaptorR14AdaptorClkStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   threeE(2),
                   three(3),
                   four(4),
                   none(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock stratum'."
    ::= { adaptorR14Entry  22 }

  adaptorR14AdaptorClkStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lockedOntoReference1(2),
                   lockedOntoReference2(3),
                   holdoverMode(4),
                   freeRunning(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock status'."
    ::= { adaptorR14Entry  23 }

  adaptorR14AdaptorClkEORAlrmStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   clear(2),
                   alarmed(3),
                   notApplicable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock end of range alarm status'."
    ::= { adaptorR14Entry  24 }

  adaptorR14AdaptorClkRef1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 1 - status'."
    ::= { adaptorR14Entry  25 }

  adaptorR14AdaptorClkRef2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 2 - status'."
    ::= { adaptorR14Entry  26 }

  adaptorR14PhysDS3PortDefLineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS3 Port - Default Line framing'."
    ::= { adaptorR14Entry  35 }

  adaptorR14PhysDS3PortDefLineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan600ft200m(1),
                   moreThan600ft200m(2),
                   long(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS3 Port - Default Line length'."
    ::= { adaptorR14Entry  36 }

  adaptorR14PhysDS3PortDefLineClking OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   loop(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS3 Port - Default Line clocking'."
    DEFVAL       { loop }
    ::= { adaptorR14Entry  37 }

  adaptorR14DS1OverDS3PortsDefLineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS1 Over DS3 Ports - Default Line framing'."
    ::= { adaptorR14Entry  38 }

  adaptorR14DS1OverDS3PortsDefClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS1 Over DS3 Ports - Default Clock reference'."
    DEFVAL       { no }
    ::= { adaptorR14Entry  39 }

  adaptorR14PhysDS1PortDefPhysEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   b8ZST1Only(1),
                   aMI(2),
                   hDB3E1Only(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS1 Port - Default Physical encoding'."
    ::= { adaptorR14Entry  42 }

  adaptorR14PhysDS1PortDefLineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS1 Port - Default Line framing'."
    ::= { adaptorR14Entry  43 }

  adaptorR14PhysDS1PortDefLineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   between133And266ftEquivTo40To80m(2),
                   between266And399ftEquivTo40To120m(3),
                   between399And533ftEquivTo120To160m(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS1 Port - Default Line length'."
    DEFVAL       { upTo133ft40m }
    ::= { adaptorR14Entry  44 }

  adaptorR14PhysDS1PortDefLineClking OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   loop(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS1 Port - Default Line clocking'."
    DEFVAL       { loop }
    ::= { adaptorR14Entry  46 }

  adaptorR14PhysDS1PortDefClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS1 Port - Default Clock reference'."
    DEFVAL       { no }
    ::= { adaptorR14Entry  47 }

  adaptorR14PortActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingPorts(1),
                   failedToCreatePorts(2),
                   createdPorts(3),
                   deactivatingPorts(4),
                   failedToDeactivatePorts(5),
                   deactivatedPorts(6),
                   disablingPorts(7),
                   failedToDisablePorts(8),
                   disabledPorts(9),
                   deletingPorts(10),
                   failedToDeletePorts(11),
                   deletedPorts(12),
                   activatingPorts(13),
                   failedToActivatePorts(14),
                   activatedPorts(15),
                   enablingPorts(16),
                   failedToEnablePorts(17),
                   enabledPorts(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port action status'."
    ::= { adaptorR14Entry  49 }

  adaptorR14PortActionCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port action log correlator'."
    ::= { adaptorR14Entry  50 }

  adaptorR14PortActionCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port action log correlator node'."
    ::= { adaptorR14Entry  51 }

  adaptorR14PortActionCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port action correlator uid'."
    ::= { adaptorR14Entry  52 }

  adaptorR14ActualFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual firmware version'."
    ::= { adaptorR14Entry  53 }

  adaptorR14DesiredFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Desired firmware version'."
    ::= { adaptorR14Entry  54 }

  adaptorR14ProtectionMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   backup(1),
                   primary(2),
                   standalone(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protection mode'."
    DEFVAL       { standalone }
    ::= { adaptorR14Entry  56 }

  adaptorR14EPSNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..6 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EPS number'.
                  This field is not writable when active."
    ::= { adaptorR14Entry  57 }

  adaptorR14DesiredOperationalAdaptor OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchAutomatically(1),
                   thisAdaptor(2),
                   backupAdaptor(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Desired operational adaptor'."
    DEFVAL       { switchAutomatically }
    ::= { adaptorR14Entry  58 }

  adaptorR14ProtectionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noValidBackupConfigured(1),
                   backupAvailable(2),
                   backupUnavailable(3),
                   usingBackup(4),
                   switching(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protection status'."
    ::= { adaptorR14Entry  59 }

  adaptorR14ProtectorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noValidPrimaryConfigured(1),
                   available(2),
                   inUse(3),
                   switching(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protector status'."
    ::= { adaptorR14Entry  60 }

  adaptorR14AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { adaptorR14Entry  63 }

  adaptorR14AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { adaptorR14Entry  64 }

  adaptorR14AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { adaptorR14Entry  65 }

  adaptorR14AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { adaptorR14Entry  66 }

  adaptorR14AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { adaptorR14Entry  67 }

  adaptorR14I1DS1OverDS3PortsMFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DS1 Over DS3 Ports - MF Protocol Profile',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  68 }

  adaptorR14I2DS1OverDS3PortsMFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DS1 Over DS3 Ports - MF Protocol Profile',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  69 }

  adaptorR14I3DS1OverDS3PortsMFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DS1 Over DS3 Ports - MF Protocol Profile',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  70 }

  adaptorR14I4DS1OverDS3PortsMFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DS1 Over DS3 Ports - MF Protocol Profile',
                  This field represents index
                  'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  71 }

  adaptorR14I1PhysDS1PortMFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Physical DS1 Port - MF Protocol Profile',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  72 }

  adaptorR14I2PhysDS1PortMFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Physical DS1 Port - MF Protocol Profile',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  73 }

  adaptorR14I3PhysDS1PortMFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Physical DS1 Port - MF Protocol Profile',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  74 }

  adaptorR14I4PhysDS1PortMFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Physical DS1 Port - MF Protocol Profile',
                  This field represents index
                  'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { adaptorR14Entry  75 }

  adaptorR14ReloadFirmwareOnDeactivnOrProtectionSwitch OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reload firmware on deactivation or protection switch'."
    DEFVAL       { false }
    ::= { adaptorR14Entry  76 }

  adaptorR14ActualRearXmissionModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   rPB4000(1),
                   rPS4000(2),
                   rPS4010(3),
                   rPB3100(4),
                   rPS3100(5),
                   rPS3110(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Actual rear transmission module type'."
    ::= { adaptorR14Entry  77 }

  adaptorR14ProtectionModeChangeMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..18))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ProtectionModeChangeMessage'."
    ::= { adaptorR14Entry  78 }

  adaptorR14IPMediaPortIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP Media Port - IPv4 address'."
    ::= { adaptorR14Entry  79 }

  adaptorR14SerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { adaptorR14Entry  80 }

  adaptorR14RTMSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM serial number'."
    ::= { adaptorR14Entry  81 }

  adaptorR14PortDeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port deactivation mode'."
    DEFVAL       { normal }
    ::= { adaptorR14Entry  82 }

  adaptorR14DS1DS3DefT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS1 Over DS3 Ports - Default Direct T1 CAS'."
    DEFVAL       { false }
    ::= { adaptorR14Entry  83 }

  adaptorR14PhysDS1DefT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Physical DS1 Port - Default Direct T1 CAS'."
    DEFVAL       { false }
    ::= { adaptorR14Entry  84 }

  adaptorR14MayBeClkMstr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'May be clock master'."
    ::= { adaptorR14Entry  85 }

  adaptorR14PhysPortChannelization OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical port channelization'.
                  This field is not writable when active."
    ::= { adaptorR14Entry  86 }

  adaptorR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { adaptorR14Entry  87 }

  adaptorR14IPMediaPortIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP Media Port - IPv6 address'."
    ::= { adaptorR14Entry  88 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Media Port'                                              */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  iPMediaPortR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IPMediaPortR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1721 }

  iPMediaPortR5Entry OBJECT-TYPE
    SYNTAX       IPMediaPortR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iPMediaPortR5NEConn,
             iPMediaPortR5NetwkElement,
             iPMediaPortR5MediaGatewayIx,
             iPMediaPortR5CtrlerIx,
             iPMediaPortR5SlotNum,
             iPMediaPortR5RTPPortName }
    ::= {  iPMediaPortR5Table  1  }

  IPMediaPortR5Entry  ::=  SEQUENCE
  {
    iPMediaPortR5NEConn                Unsigned32,
    iPMediaPortR5NetwkElement          DisplayString,
    iPMediaPortR5MediaGatewayIx        Unsigned32,
    iPMediaPortR5CtrlerIx              INTEGER,
    iPMediaPortR5SlotNum               INTEGER,
    iPMediaPortR5RTPPortName           DisplayString,
    iPMediaPortR5DeactivnMode          INTEGER,
    iPMediaPortR5IPAddr                DisplayString,
    iPMediaPortR5LineStatus            BITS,
    iPMediaPortR5AlrmState             INTEGER,
    iPMediaPortR5AlrmLogCorr           Counter64,
    iPMediaPortR5AlrmEvtsAttnRq        Integer32,
    iPMediaPortR5AlrmStateTimestamp    Unsigned32,
    iPMediaPortR5AlrmResetTimestamp    Unsigned32,
    iPMediaPortR5RowStatus             RowStatus,
    iPMediaPortR5AdminStatus           AdminStatus,
    iPMediaPortR5OperStatus            OperStatus,
    iPMediaPortR5EthernetPortNum       INTEGER,
    iPMediaPortR5IPv6AddrInUse         INTEGER,
    iPMediaPortR5IPv6Addr              DisplayString
  }

  iPMediaPortR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iPMediaPortR5Entry  1 }

  iPMediaPortR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iPMediaPortR5Entry  2 }

  iPMediaPortR5MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iPMediaPortR5Entry  3 }

  iPMediaPortR5CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { iPMediaPortR5Entry  4 }

  iPMediaPortR5SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { iPMediaPortR5Entry  5 }

  iPMediaPortR5RTPPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP port name'.
                  This is an index field."
    ::= { iPMediaPortR5Entry  6 }

  iPMediaPortR5DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iPMediaPortR5Entry  8 }

  iPMediaPortR5IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IPv4 address'.
                  This field is not writable when active."
    ::= { iPMediaPortR5Entry  9 }

  iPMediaPortR5LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   lineError(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { iPMediaPortR5Entry  10 }

  iPMediaPortR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iPMediaPortR5Entry  11 }

  iPMediaPortR5AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iPMediaPortR5Entry  12 }

  iPMediaPortR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iPMediaPortR5Entry  13 }

  iPMediaPortR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iPMediaPortR5Entry  14 }

  iPMediaPortR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iPMediaPortR5Entry  15 }

  iPMediaPortR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iPMediaPortR5Entry  16 }

  iPMediaPortR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iPMediaPortR5Entry  17 }

  iPMediaPortR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iPMediaPortR5Entry  18 }

  iPMediaPortR5EthernetPortNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP Media Port number'.
                  This field is only writable during create."
    ::= { iPMediaPortR5Entry  19 }

  iPMediaPortR5IPv6AddrInUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IPv6 address in use'."
    ::= { iPMediaPortR5Entry  20 }

  iPMediaPortR5IPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IPv6 address'.
                  This field is not writable when active."
    ::= { iPMediaPortR5Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Chassis Ethernet Switch'                                    */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  cesTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CesEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Resources'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1727 }

  cesEntry OBJECT-TYPE
    SYNTAX       CesEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cesNEConn,
             cesNetwkElement,
             cesSwitchIx }
    ::= {  cesTable  1  }

  CesEntry  ::=  SEQUENCE
  {
    cesNEConn                          Unsigned32,
    cesNetwkElement                    DisplayString,
    cesSwitchIx                        Unsigned32,
    cesIPSubnetworkAlrmsAttnRq         Integer32,
    cesIPSubnetworkAlrmEvtsAttnRq      Integer32,
    cesSummaryChldAlrmState            INTEGER
  }

  cesNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cesEntry  1 }

  cesNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cesEntry  2 }

  cesSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { cesEntry  4 }

  cesIPSubnetworkAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IP Subnetwork Attention Required alarms'."
    ::= { cesEntry  5 }

  cesIPSubnetworkAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IP Subnetwork Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cesEntry  6 }

  cesSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cesEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'RTM Uplink'                                                 */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  rTMUplinkTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RTMUplinkEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1730 }

  rTMUplinkEntry OBJECT-TYPE
    SYNTAX       RTMUplinkEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rTMUplinkNEConn,
             rTMUplinkNetwkElement,
             rTMUplinkSwitchIx,
             rTMUplinkInterfaceType,
             rTMUplinkEthernetPortIx }
    ::= {  rTMUplinkTable  1  }

  RTMUplinkEntry  ::=  SEQUENCE
  {
    rTMUplinkNEConn                    Unsigned32,
    rTMUplinkNetwkElement              DisplayString,
    rTMUplinkSwitchIx                  Unsigned32,
    rTMUplinkInterfaceType             INTEGER,
    rTMUplinkEthernetPortIx            INTEGER,
    rTMUplinkPortStatus                INTEGER,
    rTMUplinkMinDesiredLinkSpeed       INTEGER,
    rTMUplinkActualLinkSpeed           INTEGER,
    rTMUplinkDuplexMode                INTEGER,
    rTMUplinkLinkAggregated            INTEGER,
    rTMUplinkAlarmableMulticastRate    Unsigned32,
    rTMUplinkAlarmableBroadcastRate    Unsigned32,
    rTMUplinkSuppressAlrms             INTEGER,
    rTMUplinkSFPDetailsPresence        INTEGER,
    rTMUplinkSFPDetailsSupportedUsages BITS,
    rTMUplinkSFPDetailsSerialNum       DisplayString,
    rTMUplinkSFPDetailsIdentifier      INTEGER,
    rTMUplinkSFPDetailsConnectorVal    INTEGER,
    rTMUplinkSFPDetailsVendorName      DisplayString,
    rTMUplinkSFPDetailsVendorOUI       OCTET STRING,
    rTMUplinkSFPDetailsVendorPN        DisplayString,
    rTMUplinkSFPDetailsVendorRev       DisplayString,
    rTMUplinkSFPDetlsExpModType        INTEGER,
    rTMUplinkSFPDetlsActModType        INTEGER,
    rTMUplinkTransmitterFaultSupported INTEGER,
    rTMUplinkTransmitterFault          INTEGER,
    rTMUplinkLOSSupported              INTEGER,
    rTMUplinkLOS                       INTEGER,
    rTMUplinkSFPDetailsActualEncoding  INTEGER,
    rTMUplinkAlrmState                 INTEGER,
    rTMUplinkStatisticsAlrms           Integer32,
    rTMUplinkAlrmStateTimestamp        Unsigned32,
    rTMUplinkAlrmEvtsAttnRqLogCorr     Counter64,
    rTMUplinkAlrmEvtsAttnRq            Integer32,
    rTMUplinkAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  rTMUplinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rTMUplinkEntry  1 }

  rTMUplinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rTMUplinkEntry  2 }

  rTMUplinkSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { rTMUplinkEntry  3 }

  rTMUplinkInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { rTMUplinkEntry  4 }

  rTMUplinkEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { rTMUplinkEntry  5 }

  rTMUplinkPortStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status'."
    ::= { rTMUplinkEntry  6 }

  rTMUplinkMinDesiredLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneHundredMbps(100),
                   oneGigabitsPerSecond(1001),
                   tenGigabitsPerSecond(10000)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum desired link speed'."
    DEFVAL       { oneGigabitsPerSecond }
    ::= { rTMUplinkEntry  7 }

  rTMUplinkActualLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenMbps(10),
                   oneHundredMbps(100),
                   oneGigabitsPerSecond(1001),
                   tenGigabitsPerSecond(10000)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual link speed'."
    ::= { rTMUplinkEntry  8 }

  rTMUplinkDuplexMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   half(1),
                   full(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Duplex mode'."
    ::= { rTMUplinkEntry  9 }

  rTMUplinkLinkAggregated OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link aggregated'."
    ::= { rTMUplinkEntry  10 }

  rTMUplinkAlarmableMulticastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable multicast rate'."
    DEFVAL       { 100 }
    ::= { rTMUplinkEntry  11 }

  rTMUplinkAlarmableBroadcastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable broadcast rate'."
    DEFVAL       { 100 }
    ::= { rTMUplinkEntry  12 }

  rTMUplinkSuppressAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress alarms'."
    DEFVAL       { false }
    ::= { rTMUplinkEntry  13 }

  rTMUplinkSFPDetailsPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - presence'."
    ::= { rTMUplinkEntry  14 }

  rTMUplinkSFPDetailsSupportedUsages OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - supported usages'."
    ::= { rTMUplinkEntry  15 }

  rTMUplinkSFPDetailsSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - serial number'."
    ::= { rTMUplinkEntry  16 }

  rTMUplinkSFPDetailsIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - identifier'."
    ::= { rTMUplinkEntry  17 }

  rTMUplinkSFPDetailsConnectorVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - connector value'."
    ::= { rTMUplinkEntry  18 }

  rTMUplinkSFPDetailsVendorName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor name'."
    ::= { rTMUplinkEntry  19 }

  rTMUplinkSFPDetailsVendorOUI OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor OUI'."
    ::= { rTMUplinkEntry  20 }

  rTMUplinkSFPDetailsVendorPN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor PN'."
    ::= { rTMUplinkEntry  21 }

  rTMUplinkSFPDetailsVendorRev OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor Rev'."
    ::= { rTMUplinkEntry  22 }

  rTMUplinkSFPDetlsExpModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   copperRJ45(1),
                   copperPigtail(2),
                   mMSR(16),
                   sMLR(32),
                   mM(64),
                   sMER(128)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP details - expected module type'."
    DEFVAL       { sMLR }
    ::= { rTMUplinkEntry  23 }

  rTMUplinkSFPDetlsActModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   copperRJ45(1),
                   copperPigtail(2),
                   mMSR(16),
                   sMLR(32),
                   mM(64),
                   sMER(128)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - actual module type'."
    ::= { rTMUplinkEntry  24 }

  rTMUplinkTransmitterFaultSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP details - transmitter fault supported'."
    ::= { rTMUplinkEntry  25 }

  rTMUplinkTransmitterFault OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - transmitter fault'."
    ::= { rTMUplinkEntry  26 }

  rTMUplinkLOSSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP details - loss of Signal supported'."
    ::= { rTMUplinkEntry  27 }

  rTMUplinkLOS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - loss of Signal'."
    ::= { rTMUplinkEntry  28 }

  rTMUplinkSFPDetailsActualEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - actual encoding'."
    ::= { rTMUplinkEntry  29 }

  rTMUplinkAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rTMUplinkEntry  30 }

  rTMUplinkStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { rTMUplinkEntry  31 }

  rTMUplinkAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rTMUplinkEntry  32 }

  rTMUplinkAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rTMUplinkEntry  33 }

  rTMUplinkAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rTMUplinkEntry  34 }

  rTMUplinkAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rTMUplinkEntry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Port Group'                                                 */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  portGrpTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PortGrpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1731 }

  portGrpEntry OBJECT-TYPE
    SYNTAX       PortGrpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { portGrpNEConn,
             portGrpNetwkElement,
             portGrpSwitchIx,
             portGrpInterfaceType,
             portGrpEthernetPortIx,
             portGrpPortGpID }
    ::= {  portGrpTable  1  }

  PortGrpEntry  ::=  SEQUENCE
  {
    portGrpNEConn                      Unsigned32,
    portGrpNetwkElement                DisplayString,
    portGrpSwitchIx                    Unsigned32,
    portGrpInterfaceType               INTEGER,
    portGrpEthernetPortIx              INTEGER,
    portGrpName                        DisplayString,
    portGrpPortGpID                    Unsigned32,
    portGrpAlrmState                   INTEGER,
    portGrpAlrmStateTimestamp          Unsigned32,
    portGrpAlrmEvtsAtndDpLogCorr       Counter64,
    portGrpAlrmEvtsAtndDp              Unsigned32,
    portGrpAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32
  }

  portGrpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { portGrpEntry  1 }

  portGrpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { portGrpEntry  2 }

  portGrpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { portGrpEntry  3 }

  portGrpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { portGrpEntry  4 }

  portGrpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { portGrpEntry  5 }

  portGrpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { portGrpEntry  6 }

  portGrpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port Group ID'.
                  This is an index field."
    ::= { portGrpEntry  7 }

  portGrpAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { portGrpEntry  8 }

  portGrpAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { portGrpEntry  9 }

  portGrpAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { portGrpEntry  10 }

  portGrpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { portGrpEntry  11 }

  portGrpAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { portGrpEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Incoming Call Services'                                     */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  indLineInR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineInR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1735 }

  indLineInR3Entry OBJECT-TYPE
    SYNTAX       IndLineInR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineInR3NEConn,
             indLineInR3NetwkElement,
             indLineInR3CFSIx,
             indLineInR3DirNum }
    ::= {  indLineInR3Table  1  }

  IndLineInR3Entry  ::=  SEQUENCE
  {
    indLineInR3NEConn                  Unsigned32,
    indLineInR3NetwkElement            DisplayString,
    indLineInR3CFSIx                   Unsigned32,
    indLineInR3DirNum                  DisplayString,
    indLineInR3SDActSCRSubscribed      INTEGER,
    indLineInR3SDDefSCRSubscribed      INTEGER,
    indLineInR3SDUseDefSCRSubscribed   INTEGER,
    indLineInR3SCREnabled              INTEGER,
    indLineInR3SCRNumAnonNums          Unsigned32,
    indLineInR3SDActSCRUSB             INTEGER,
    indLineInR3SDDefSCRUSB             INTEGER,
    indLineInR3SDUseDefSCRUSB          INTEGER,
    indLineInR3SDActACRSubscribed      INTEGER,
    indLineInR3SDDefACRSubscribed      INTEGER,
    indLineInR3SDUseDefACRSubscribed   INTEGER,
    indLineInR3ACREnabled              INTEGER,
    indLineInR3SDActACRUSB             INTEGER,
    indLineInR3SDDefACRUSB             INTEGER,
    indLineInR3SDUseDefACRUSB          INTEGER,
    indLineInR3SDActPriorityCallSubscribed
                                       INTEGER,
    indLineInR3SDDefPriorityCallSubscribed
                                       INTEGER,
    indLineInR3SDUseDefPriorityCallSubscribed
                                       INTEGER,
    indLineInR3PriorityCallEnabled     INTEGER,
    indLineInR3PriorityCallNumAnonNums Unsigned32,
    indLineInR3SDActPriorityCallUSB    INTEGER,
    indLineInR3SDDefPriorityCallUSB    INTEGER,
    indLineInR3SDUseDefPriorityCallUSB INTEGER,
    indLineInR3DoExtraActions          INTEGER,
    indLineInR3SDActDoNotDistSubscribed
                                       INTEGER,
    indLineInR3SDDefDoNotDistSubscribed
                                       INTEGER,
    indLineInR3SDUseDefDoNotDistSubscribed
                                       INTEGER,
    indLineInR3DoNotDistEnabled        INTEGER,
    indLineInR3SDActDoNotDistSingleRing
                                       INTEGER,
    indLineInR3SDDefDoNotDistSingleRing
                                       INTEGER,
    indLineInR3SDUseDefDoNotDistSingleRing
                                       INTEGER,
    indLineInR3SDActDoNotDistServLvl   INTEGER,
    indLineInR3SDDefDoNotDistServLvl   INTEGER,
    indLineInR3SDUseDefDoNotDistServLvl
                                       INTEGER,
    indLineInR3SCANumAnonNums          Unsigned32,
    indLineInR3SDActSCAUSB             INTEGER,
    indLineInR3SDDefSCAUSB             INTEGER,
    indLineInR3SDUseDefSCAUSB          INTEGER,
    indLineInR3SDActLongDistanceAlertSubscribed
                                       INTEGER,
    indLineInR3SDDefLongDistanceAlertSubscribed
                                       INTEGER,
    indLineInR3SDUseDefLongDistanceAlertSubscribed
                                       INTEGER,
    indLineInR3SDActDoNotDistIntegratedDND
                                       INTEGER,
    indLineInR3SDDefDoNotDistIntegratedDND
                                       INTEGER,
    indLineInR3SDUseDefDoNotDistIntegratedDND
                                       INTEGER
  }

  indLineInR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineInR3Entry  1 }

  indLineInR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineInR3Entry  2 }

  indLineInR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineInR3Entry  3 }

  indLineInR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineInR3Entry  4 }

  indLineInR3SDActSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  5 }

  indLineInR3SDDefSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  6 }

  indLineInR3SDUseDefSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  7 }

  indLineInR3SCREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { indLineInR3Entry  8 }

  indLineInR3SCRNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of anonymous numbers'."
    ::= { indLineInR3Entry  9 }

  indLineInR3SDActSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  10 }

  indLineInR3SDDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  11 }

  indLineInR3SDUseDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  12 }

  indLineInR3SDActACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  13 }

  indLineInR3SDDefACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  14 }

  indLineInR3SDUseDefACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  15 }

  indLineInR3ACREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { indLineInR3Entry  16 }

  indLineInR3SDActACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  17 }

  indLineInR3SDDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  18 }

  indLineInR3SDUseDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  19 }

  indLineInR3SDActPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  20 }

  indLineInR3SDDefPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  21 }

  indLineInR3SDUseDefPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  22 }

  indLineInR3PriorityCallEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call - Enabled'."
    DEFVAL       { false }
    ::= { indLineInR3Entry  23 }

  indLineInR3PriorityCallNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - number of anonymous numbers'."
    ::= { indLineInR3Entry  24 }

  indLineInR3SDActPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  25 }

  indLineInR3SDDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  26 }

  indLineInR3SDUseDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  27 }

  indLineInR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveCallRejectionNumbers(1),
                   removeAnonymousSelectiveCallRejectionNumbers(2),
                   removeAllSelectiveCallAcceptanceNumbers(3),
                   removeAnonymousSelectiveCallAcceptanceNumbers(4),
                   removeAllPriorityCallNumbers(5),
                   removeAnonymousPriorityCallNumbers(6)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineInR3Entry  28 }

  indLineInR3SDActDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  32 }

  indLineInR3SDDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  33 }

  indLineInR3SDUseDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  34 }

  indLineInR3DoNotDistEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - Enabled'."
    DEFVAL       { false }
    ::= { indLineInR3Entry  35 }

  indLineInR3SDActDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  36 }

  indLineInR3SDDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  37 }

  indLineInR3SDUseDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  38 }

  indLineInR3SDActDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  39 }

  indLineInR3SDDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  40 }

  indLineInR3SDUseDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  41 }

  indLineInR3SCANumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - number of anonymous numbers'."
    ::= { indLineInR3Entry  42 }

  indLineInR3SDActSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  43 }

  indLineInR3SDDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  44 }

  indLineInR3SDUseDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  45 }

  indLineInR3SDActLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  46 }

  indLineInR3SDDefLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  47 }

  indLineInR3SDUseDefLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  48 }

  indLineInR3SDActDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  49 }

  indLineInR3SDDefDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineInR3Entry  50 }

  indLineInR3SDUseDefDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineInR3Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Incoming Call Services'                                     */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  bGLineInR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineInR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1736 }

  bGLineInR3Entry OBJECT-TYPE
    SYNTAX       BGLineInR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineInR3NEConn,
             bGLineInR3NetwkElement,
             bGLineInR3CFSIx,
             bGLineInR3GpIx,
             bGLineInR3FirstDirNum,
             bGLineInR3DirNum }
    ::= {  bGLineInR3Table  1  }

  BGLineInR3Entry  ::=  SEQUENCE
  {
    bGLineInR3NEConn                   Unsigned32,
    bGLineInR3NetwkElement             DisplayString,
    bGLineInR3CFSIx                    Unsigned32,
    bGLineInR3GpIx                     Unsigned32,
    bGLineInR3FirstDirNum              DisplayString,
    bGLineInR3DirNum                   DisplayString,
    bGLineInR3SDActSCRSubscribed       INTEGER,
    bGLineInR3SDDefSCRSubscribed       INTEGER,
    bGLineInR3SDUseDefSCRSubscribed    INTEGER,
    bGLineInR3SCREnabled               INTEGER,
    bGLineInR3SCRNumAnonNums           Unsigned32,
    bGLineInR3SDActSCRUSB              INTEGER,
    bGLineInR3SDDefSCRUSB              INTEGER,
    bGLineInR3SDUseDefSCRUSB           INTEGER,
    bGLineInR3SDActACRSubscribed       INTEGER,
    bGLineInR3SDDefACRSubscribed       INTEGER,
    bGLineInR3SDUseDefACRSubscribed    INTEGER,
    bGLineInR3ACREnabled               INTEGER,
    bGLineInR3SDActACRUSB              INTEGER,
    bGLineInR3SDDefACRUSB              INTEGER,
    bGLineInR3SDUseDefACRUSB           INTEGER,
    bGLineInR3SDActPriorityCallSubscribed
                                       INTEGER,
    bGLineInR3SDDefPriorityCallSubscribed
                                       INTEGER,
    bGLineInR3SDUseDefPriorityCallSubscribed
                                       INTEGER,
    bGLineInR3PriorityCallEnabled      INTEGER,
    bGLineInR3PriorityCallNumAnonNums  Unsigned32,
    bGLineInR3SDActPriorityCallUSB     INTEGER,
    bGLineInR3SDDefPriorityCallUSB     INTEGER,
    bGLineInR3SDUseDefPriorityCallUSB  INTEGER,
    bGLineInR3DoExtraActions           INTEGER,
    bGLineInR3SDActDoNotDistSubscribed INTEGER,
    bGLineInR3SDDefDoNotDistSubscribed INTEGER,
    bGLineInR3SDUseDefDoNotDistSubscribed
                                       INTEGER,
    bGLineInR3DoNotDistEnabled         INTEGER,
    bGLineInR3SDActDoNotDistSingleRing INTEGER,
    bGLineInR3SDDefDoNotDistSingleRing INTEGER,
    bGLineInR3SDUseDefDoNotDistSingleRing
                                       INTEGER,
    bGLineInR3SDActDoNotDistServLvl    INTEGER,
    bGLineInR3SDDefDoNotDistServLvl    INTEGER,
    bGLineInR3SDUseDefDoNotDistServLvl INTEGER,
    bGLineInR3SCANumAnonNums           Unsigned32,
    bGLineInR3SDActSCAUSB              INTEGER,
    bGLineInR3SDDefSCAUSB              INTEGER,
    bGLineInR3SDUseDefSCAUSB           INTEGER,
    bGLineInR3SDActLongDistanceAlertSubscribed
                                       INTEGER,
    bGLineInR3SDDefLongDistanceAlertSubscribed
                                       INTEGER,
    bGLineInR3SDUseDefLongDistanceAlertSubscribed
                                       INTEGER,
    bGLineInR3SDActDoNotDistIntegratedDND
                                       INTEGER,
    bGLineInR3SDDefDoNotDistIntegratedDND
                                       INTEGER,
    bGLineInR3SDUseDefDoNotDistIntegratedDND
                                       INTEGER
  }

  bGLineInR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineInR3Entry  1 }

  bGLineInR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineInR3Entry  2 }

  bGLineInR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineInR3Entry  3 }

  bGLineInR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineInR3Entry  4 }

  bGLineInR3FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineInR3Entry  5 }

  bGLineInR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineInR3Entry  6 }

  bGLineInR3SDActSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  7 }

  bGLineInR3SDDefSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  8 }

  bGLineInR3SDUseDefSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  9 }

  bGLineInR3SCREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { bGLineInR3Entry  10 }

  bGLineInR3SCRNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - number of anonymous numbers'."
    ::= { bGLineInR3Entry  11 }

  bGLineInR3SDActSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  12 }

  bGLineInR3SDDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  13 }

  bGLineInR3SDUseDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  14 }

  bGLineInR3SDActACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  15 }

  bGLineInR3SDDefACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  16 }

  bGLineInR3SDUseDefACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  17 }

  bGLineInR3ACREnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - Enabled'."
    DEFVAL       { false }
    ::= { bGLineInR3Entry  18 }

  bGLineInR3SDActACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  19 }

  bGLineInR3SDDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  20 }

  bGLineInR3SDUseDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  21 }

  bGLineInR3SDActPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  22 }

  bGLineInR3SDDefPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  23 }

  bGLineInR3SDUseDefPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  24 }

  bGLineInR3PriorityCallEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call - Enabled'."
    DEFVAL       { false }
    ::= { bGLineInR3Entry  25 }

  bGLineInR3PriorityCallNumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - number of anonymous numbers'."
    ::= { bGLineInR3Entry  26 }

  bGLineInR3SDActPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  27 }

  bGLineInR3SDDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  28 }

  bGLineInR3SDUseDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  29 }

  bGLineInR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveCallRejectionNumbers(1),
                   removeAnonymousSelectiveCallRejectionNumbers(2),
                   removeAllSelectiveCallAcceptanceNumbers(3),
                   removeAnonymousSelectiveCallAcceptanceNumbers(4),
                   removeAllPriorityCallNumbers(5),
                   removeAnonymousPriorityCallNumbers(6)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineInR3Entry  30 }

  bGLineInR3SDActDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  34 }

  bGLineInR3SDDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  35 }

  bGLineInR3SDUseDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  36 }

  bGLineInR3DoNotDistEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - Enabled'."
    DEFVAL       { false }
    ::= { bGLineInR3Entry  37 }

  bGLineInR3SDActDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  38 }

  bGLineInR3SDDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  39 }

  bGLineInR3SDUseDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  40 }

  bGLineInR3SDActDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  41 }

  bGLineInR3SDDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  42 }

  bGLineInR3SDUseDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  43 }

  bGLineInR3SCANumAnonNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - number of anonymous numbers'."
    ::= { bGLineInR3Entry  44 }

  bGLineInR3SDActSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  45 }

  bGLineInR3SDDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  46 }

  bGLineInR3SDUseDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  47 }

  bGLineInR3SDActLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  48 }

  bGLineInR3SDDefLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  49 }

  bGLineInR3SDUseDefLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  50 }

  bGLineInR3SDActDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  51 }

  bGLineInR3SDDefDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineInR3Entry  52 }

  bGLineInR3SDUseDefDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineInR3Entry  53 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Clocking'                                                   */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  clockingTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClockingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1737 }

  clockingEntry OBJECT-TYPE
    SYNTAX       ClockingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { clockingNEConn,
             clockingNetwkElement,
             clockingMediaGatewayIx }
    ::= {  clockingTable  1  }

  ClockingEntry  ::=  SEQUENCE
  {
    clockingNEConn                     Unsigned32,
    clockingNetwkElement               DisplayString,
    clockingMediaGatewayIx             Unsigned32,
    clockingLocalClkModStratum         INTEGER,
    clockingLocalClkModStatus          INTEGER,
    clockingLocalClkModUsingRef        INTEGER,
    clockingI1LCModLclClkRef1NEConn    Unsigned32,
    clockingI2LCModLclClkRef1NetwkElement
                                       DisplayString,
    clockingI3LCModLclClkRef1MediaGatewayIx
                                       Unsigned32,
    clockingI4LCModLclClkRef1Ix        Unsigned32,
    clockingLCModLclClkRef1OtherVals   INTEGER,
    clockingI1LCModLclClkRef2NEConn    Unsigned32,
    clockingI2LCModLclClkRef2NetwkElement
                                       DisplayString,
    clockingI3LCModLclClkRef2MediaGatewayIx
                                       Unsigned32,
    clockingI4LCModLclClkRef2Ix        Unsigned32,
    clockingLCModLclClkRef2OtherVals   INTEGER,
    clockingCCRProvChsClkRefA          INTEGER,
    clockingI1LclClkRefOnChsClkRefANEConn
                                       Unsigned32,
    clockingI2LclClkRefOnChsClkRefANetwkElement
                                       DisplayString,
    clockingI3LclClkRefOnChsClkRefAMediaGatewayIx
                                       Unsigned32,
    clockingI4LclClkRefOnChsClkRefAIx  Unsigned32,
    clockingLclClkRefOnChsClkRefAOtherVals
                                       INTEGER,
    clockingCCRProvChsClkRefB          INTEGER,
    clockingI1LclClkRefOnChsClkRefBNEConn
                                       Unsigned32,
    clockingI2LclClkRefOnChsClkRefBNetwkElement
                                       DisplayString,
    clockingI3LclClkRefOnChsClkRefBMediaGatewayIx
                                       Unsigned32,
    clockingI4LclClkRefOnChsClkRefBIx  Unsigned32,
    clockingLclClkRefOnChsClkRefBOtherVals
                                       INTEGER,
    clockingAlrmState                  INTEGER,
    clockingStatisticsAlrms            Integer32,
    clockingLocalClkModAlrmState       INTEGER,
    clockingLocalClkModAlrmStateChangedTimestamp
                                       Unsigned32,
    clockingLocalClkModAlrmLogCorrAttnRq
                                       Counter64,
    clockingLCModAlrmEvtsAttnRq        Integer32,
    clockingLCModAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    clockingCCRAlrmState               INTEGER,
    clockingCCRAlrmStateChangedTimestamp
                                       Unsigned32,
    clockingCCRAlrmLogCorrAttnRq       Counter64,
    clockingCCRAlrmEvtsAttnRq          Unsigned32,
    clockingCCRAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    clockingChldAlrmsAttnRq            Unsigned32,
    clockingChldAlrmEvtsAttnRq         Unsigned32,
    clockingSummaryChldAlrmState       INTEGER,
    clockingChldStatisticsAlrms        Integer32
  }

  clockingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { clockingEntry  1 }

  clockingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { clockingEntry  2 }

  clockingMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { clockingEntry  3 }

  clockingLocalClkModStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   stratum3E(2),
                   stratum3(3),
                   stratum4(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local clock module - stratum'."
    ::= { clockingEntry  4 }

  clockingLocalClkModStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   mastering(1),
                   slave(2),
                   holdover(3),
                   freerunning(4),
                   qualifying(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local clock module - status'."
    ::= { clockingEntry  5 }

  clockingLocalClkModUsingRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   chassisEthernetSwitchA(2),
                   chassisEthernetSwitchB(3),
                   localClockReference1(4),
                   localClockReference2(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local clock module - using reference'."
    ::= { clockingEntry  6 }

  clockingI1LCModLclClkRef1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  7 }

  clockingI2LCModLclClkRef1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  8 }

  clockingI3LCModLclClkRef1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 1',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  9 }

  clockingI4LCModLclClkRef1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  10 }

  clockingLCModLclClkRef1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 1'.
                  This field represents the fixed
                  values that Local clock module - local clock reference 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { clockingEntry  11 }

  clockingI1LCModLclClkRef2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  12 }

  clockingI2LCModLclClkRef2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  13 }

  clockingI3LCModLclClkRef2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 2',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  14 }

  clockingI4LCModLclClkRef2Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  15 }

  clockingLCModLclClkRef2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local clock module - local clock reference 2'.
                  This field represents the fixed
                  values that Local clock module - local clock reference 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { clockingEntry  16 }

  clockingCCRProvChsClkRefA OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis clock references - providing chassis clock reference A'."
    ::= { clockingEntry  17 }

  clockingI1LclClkRefOnChsClkRefANEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference A',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  18 }

  clockingI2LclClkRefOnChsClkRefANetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference A',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  19 }

  clockingI3LclClkRefOnChsClkRefAMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference A',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  20 }

  clockingI4LclClkRefOnChsClkRefAIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference A',
                  This field represents index
                  'Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  21 }

  clockingLclClkRefOnChsClkRefAOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference A'.
                  This field represents the fixed
                  values that Chassis clock references - local clock reference on chassis clock reference A
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { clockingEntry  22 }

  clockingCCRProvChsClkRefB OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis clock references - providing chassis clock reference B'."
    ::= { clockingEntry  23 }

  clockingI1LclClkRefOnChsClkRefBNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference B',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  24 }

  clockingI2LclClkRefOnChsClkRefBNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference B',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  25 }

  clockingI3LclClkRefOnChsClkRefBMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference B',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  26 }

  clockingI4LclClkRefOnChsClkRefBIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference B',
                  This field represents index
                  'Index'
                  in referenced type 'BOOLocalClockReferenceSE'."
    ::= { clockingEntry  27 }

  clockingLclClkRefOnChsClkRefBOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis clock references - local clock reference on chassis clock reference B'.
                  This field represents the fixed
                  values that Chassis clock references - local clock reference on chassis clock reference B
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { clockingEntry  28 }

  clockingAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { clockingEntry  29 }

  clockingStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { clockingEntry  30 }

  clockingLocalClkModAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local Clock Module alarm state'."
    ::= { clockingEntry  31 }

  clockingLocalClkModAlrmStateChangedTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Clock Module alarm state changed timestamp'."
    ::= { clockingEntry  32 }

  clockingLocalClkModAlrmLogCorrAttnRq OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Clock Module alarm log correlator - Attention Required'."
    ::= { clockingEntry  33 }

  clockingLCModAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Clock Module Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { clockingEntry  34 }

  clockingLCModAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Clock Module Attention Required alarm events reset timestamp'."
    ::= { clockingEntry  35 }

  clockingCCRAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Clock References alarm state'."
    ::= { clockingEntry  36 }

  clockingCCRAlrmStateChangedTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Clock References alarm state changed timestamp'."
    ::= { clockingEntry  37 }

  clockingCCRAlrmLogCorrAttnRq OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Clock References alarm log correlator - Attention Required'."
    ::= { clockingEntry  38 }

  clockingCCRAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Clock References Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { clockingEntry  39 }

  clockingCCRAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Clock References Attention Required alarm events reset timestamp'."
    ::= { clockingEntry  40 }

  clockingChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { clockingEntry  41 }

  clockingChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { clockingEntry  42 }

  clockingSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { clockingEntry  43 }

  clockingChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { clockingEntry  44 }

-- /*********************************************************************************/
-- /* MIB table for SE 'BITS Port'                                                  */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  bITSPortTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BITSPortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clocking'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1738 }

  bITSPortEntry OBJECT-TYPE
    SYNTAX       BITSPortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bITSPortNEConn,
             bITSPortNetwkElement,
             bITSPortMediaGatewayIx,
             bITSPortCarrId }
    ::= {  bITSPortTable  1  }

  BITSPortEntry  ::=  SEQUENCE
  {
    bITSPortNEConn                     Unsigned32,
    bITSPortNetwkElement               DisplayString,
    bITSPortMediaGatewayIx             Unsigned32,
    bITSPortCarrId                     Unsigned32,
    bITSPortName                       DisplayString,
    bITSPortLineStatus                 BITS,
    bITSPortSignalType                 INTEGER,
    bITSPortPhysEncodingT1             INTEGER,
    bITSPortPhysEncodingE1             INTEGER,
    bITSPortFramingTypeT1              INTEGER,
    bITSPortFramingTypeE1              INTEGER,
    bITSPortAlrmState                  INTEGER,
    bITSPortStatisticsAlrms            Integer32,
    bITSPortAlrmStateTimestamp         Unsigned32,
    bITSPortAlrmEvtsAttnRqLogCorr      Counter64,
    bITSPortAlrmEvtsAttnRq             Unsigned32,
    bITSPortAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    bITSPortRowStatus                  RowStatus,
    bITSPortAdminStatus                AdminStatus,
    bITSPortOperStatus                 OperStatus
  }

  bITSPortNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bITSPortEntry  1 }

  bITSPortNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bITSPortEntry  2 }

  bITSPortMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { bITSPortEntry  3 }

  bITSPortCarrId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier id'.
                  This is an index field."
    ::= { bITSPortEntry  4 }

  bITSPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { bITSPortEntry  5 }

  bITSPortLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { bITSPortEntry  6 }

  bITSPortSignalType OBJECT-TYPE
    SYNTAX       INTEGER {
                   g7032048kHzUnframed(1),
                   t1(2),
                   e1(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal type'.
                  This field is not writable when active."
    DEFVAL       { g7032048kHzUnframed }
    ::= { bITSPortEntry  7 }

  bITSPortPhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { bITSPortEntry  8 }

  bITSPortPhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { bITSPortEntry  9 }

  bITSPortFramingTypeT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1ESF(2),
                   unframed(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Framing type'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { bITSPortEntry  10 }

  bITSPortFramingTypeE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   unframed(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Framing type'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { bITSPortEntry  11 }

  bITSPortAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bITSPortEntry  12 }

  bITSPortStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bITSPortEntry  13 }

  bITSPortAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bITSPortEntry  14 }

  bITSPortAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { bITSPortEntry  15 }

  bITSPortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bITSPortEntry  16 }

  bITSPortAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { bITSPortEntry  17 }

  bITSPortRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { bITSPortEntry  18 }

  bITSPortAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bITSPortEntry  19 }

  bITSPortOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { bITSPortEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Gateway Resource MTP2 Port'                           */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  mGResMTP2PortTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGResMTP2PortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Virtual Ports'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1741 }

  mGResMTP2PortEntry OBJECT-TYPE
    SYNTAX       MGResMTP2PortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGResMTP2PortNEConn,
             mGResMTP2PortNetwkElement,
             mGResMTP2PortMediaGatewayIx }
    ::= {  mGResMTP2PortTable  1  }

  MGResMTP2PortEntry  ::=  SEQUENCE
  {
    mGResMTP2PortNEConn                Unsigned32,
    mGResMTP2PortNetwkElement          DisplayString,
    mGResMTP2PortMediaGatewayIx        Unsigned32,
    mGResMTP2PortPortName              DisplayString,
    mGResMTP2PortStatisticsAlrms       Integer32,
    mGResMTP2PortRowStatus             RowStatus,
    mGResMTP2PortOperStatus            OperStatus,
    mGResMTP2PortDiagsLoggingLogLvl    INTEGER,
    mGResMTP2PortAPITraceEnabled       INTEGER,
    mGResMTP2PortAPITraceTraceTag      DisplayString
  }

  mGResMTP2PortNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGResMTP2PortEntry  1 }

  mGResMTP2PortNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGResMTP2PortEntry  2 }

  mGResMTP2PortMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGResMTP2PortEntry  3 }

  mGResMTP2PortPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { mGResMTP2PortEntry  4 }

  mGResMTP2PortStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mGResMTP2PortEntry  6 }

  mGResMTP2PortRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mGResMTP2PortEntry  7 }

  mGResMTP2PortOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mGResMTP2PortEntry  8 }

  mGResMTP2PortDiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { mGResMTP2PortEntry  9 }

  mGResMTP2PortAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { mGResMTP2PortEntry  10 }

  mGResMTP2PortAPITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { mGResMTP2PortEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Gateway Resource LAPD Termination'                    */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  mGResLAPDTermTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGResLAPDTermEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Gateway Resource LAPD Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1743 }

  mGResLAPDTermEntry OBJECT-TYPE
    SYNTAX       MGResLAPDTermEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGResLAPDTermNEConn,
             mGResLAPDTermNetwkElement,
             mGResLAPDTermMediaGatewayIx,
             mGResLAPDTermTermIx }
    ::= {  mGResLAPDTermTable  1  }

  MGResLAPDTermEntry  ::=  SEQUENCE
  {
    mGResLAPDTermNEConn                Unsigned32,
    mGResLAPDTermNetwkElement          DisplayString,
    mGResLAPDTermMediaGatewayIx        Unsigned32,
    mGResLAPDTermTermIx                Integer32,
    mGResLAPDTermTermIxAsField         Integer32
  }

  mGResLAPDTermNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGResLAPDTermEntry  1 }

  mGResLAPDTermNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGResLAPDTermEntry  2 }

  mGResLAPDTermMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGResLAPDTermEntry  3 }

  mGResLAPDTermTermIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination index'.
                  This is an index field."
    ::= { mGResLAPDTermEntry  4 }

  mGResLAPDTermTermIxAsField OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Copy of MetaView field 'TerminationIndex'"
    ::= { mGResLAPDTermEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M2UA Cross Connect'                                         */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  mGSigCrConnR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGSigCrConnR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Cross Connects'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1745 }

  mGSigCrConnR3Entry OBJECT-TYPE
    SYNTAX       MGSigCrConnR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGSigCrConnR3NEConn,
             mGSigCrConnR3NetwkElement,
             mGSigCrConnR3MediaGatewayIx,
             mGSigCrConnR3CrossConnectIx }
    ::= {  mGSigCrConnR3Table  1  }

  MGSigCrConnR3Entry  ::=  SEQUENCE
  {
    mGSigCrConnR3NEConn                Unsigned32,
    mGSigCrConnR3NetwkElement          DisplayString,
    mGSigCrConnR3MediaGatewayIx        Unsigned32,
    mGSigCrConnR3CrossConnectIx        Unsigned32,
    mGSigCrConnR3M2UAIdentifier        DisplayString,
    mGSigCrConnR3I1MTP2ResNEConn       Unsigned32,
    mGSigCrConnR3I2MTP2ResNetwkElement DisplayString,
    mGSigCrConnR3I3MTP2ResMediaGatewayIx
                                       Unsigned32,
    mGSigCrConnR3I4MTP2ResCtrlerIx     INTEGER,
    mGSigCrConnR3I5MTP2ResSlotNum      INTEGER,
    mGSigCrConnR3I6MTP2ResMTP2PortName DisplayString,
    mGSigCrConnR3T1I1MTP2DataLinkNEConn
                                       Unsigned32,
    mGSigCrConnR3T1I2MTP2DataLinkNetwkElement
                                       DisplayString,
    mGSigCrConnR3T1I3MTP2DataLinkMediaGatewayIx
                                       Unsigned32,
    mGSigCrConnR3T1I4MTP2DataLinkCtrlerIx
                                       INTEGER,
    mGSigCrConnR3T1I5MTP2DataLinkSlotNum
                                       INTEGER,
    mGSigCrConnR3T1I6MTP2DataLinkPhysDS3PortName
                                       INTEGER,
    mGSigCrConnR3T1I7MTP2DataLinkDS1OverDS3PortName
                                       DisplayString,
    mGSigCrConnR3T1I8MTP2DataLinkTimeslot
                                       Integer32,
    mGSigCrConnR3T2I1MTP2DataLinkNEConn
                                       Unsigned32,
    mGSigCrConnR3T2I2MTP2DataLinkNetwkElement
                                       DisplayString,
    mGSigCrConnR3T2I3MTP2DataLinkMediaGatewayIx
                                       Unsigned32,
    mGSigCrConnR3T2I4MTP2DataLinkCtrlerIx
                                       INTEGER,
    mGSigCrConnR3T2I5MTP2DataLinkSlotNum
                                       INTEGER,
    mGSigCrConnR3T2I6MTP2DataLinkPhysDS1PortName
                                       DisplayString,
    mGSigCrConnR3T2I7MTP2DataLinkTimeslot
                                       Integer32,
    mGSigCrConnR3RunInLoopbackMode     INTEGER,
    mGSigCrConnR3I1InternalSigLinkNEConn
                                       Unsigned32,
    mGSigCrConnR3I2InternalSigLinkNetwkElement
                                       DisplayString,
    mGSigCrConnR3I3InternalSigLinkSigPointID
                                       Unsigned32,
    mGSigCrConnR3I4InternalSigLinkLinksetID
                                       Unsigned32,
    mGSigCrConnR3I5InternalSigLinkSigLinkCode
                                       INTEGER,
    mGSigCrConnR3AlrmState             INTEGER,
    mGSigCrConnR3AlrmEvtsAttnRqLogCorr Counter64,
    mGSigCrConnR3AlrmEvtsAttnRq        Integer32,
    mGSigCrConnR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    mGSigCrConnR3AlrmEvtsAtndDpLogCorr Counter64,
    mGSigCrConnR3AlrmEvtsAtndDp        Integer32,
    mGSigCrConnR3AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    mGSigCrConnR3AlrmStateTimestamp    Unsigned32,
    mGSigCrConnR3DiagsLogLvl           INTEGER,
    mGSigCrConnR3DiagsAPITraceEnabled  INTEGER,
    mGSigCrConnR3DiagsAPITraceTag      DisplayString,
    mGSigCrConnR3RowStatus             RowStatus,
    mGSigCrConnR3AdminStatus           AdminStatus,
    mGSigCrConnR3OperStatus            OperStatus,
    mGSigCrConnR3I1MTP2ProtProfNEConn  Unsigned32,
    mGSigCrConnR3I2MTP2ProtProfNetwkElement
                                       DisplayString,
    mGSigCrConnR3I3MTP2ProtProfMediaGatewayIx
                                       Unsigned32,
    mGSigCrConnR3I4MTP2ProtProfProfID  Unsigned32,
    mGSigCrConnR3MTP2Variant           INTEGER,
    mGSigCrConnR3StatisticsAlrms       Integer32,
    mGSigCrConnR3T3I1MTP2DataLinkNEConn
                                       Unsigned32,
    mGSigCrConnR3T3I2MTP2DataLinkNetwkElement
                                       DisplayString,
    mGSigCrConnR3T3I3MTP2DataLinkMediaGatewayIx
                                       Unsigned32,
    mGSigCrConnR3T3I4MTP2DataLinkCarrIx
                                       Unsigned32,
    mGSigCrConnR3T3I5MTP2DataLinkTimeslot
                                       Integer32
  }

  mGSigCrConnR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGSigCrConnR3Entry  1 }

  mGSigCrConnR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGSigCrConnR3Entry  2 }

  mGSigCrConnR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGSigCrConnR3Entry  3 }

  mGSigCrConnR3CrossConnectIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cross Connect index'.
                  This is an index field."
    ::= { mGSigCrConnR3Entry  4 }

  mGSigCrConnR3M2UAIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2UA identifier'.
                  This field is not writable when active."
    ::= { mGSigCrConnR3Entry  5 }

  mGSigCrConnR3I1MTP2ResNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Resource',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMTP2PortSE'."
    ::= { mGSigCrConnR3Entry  10 }

  mGSigCrConnR3I2MTP2ResNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Resource',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMTP2PortSE'."
    ::= { mGSigCrConnR3Entry  11 }

  mGSigCrConnR3I3MTP2ResMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Resource',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMTP2PortSE'."
    ::= { mGSigCrConnR3Entry  12 }

  mGSigCrConnR3I4MTP2ResCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Resource',
                  This field represents index 'Controller index'
                  in referenced type 'BOOMTP2PortSE'."
    ::= { mGSigCrConnR3Entry  13 }

  mGSigCrConnR3I5MTP2ResSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Resource',
                  This field represents index 'Slot number'
                  in referenced type 'BOOMTP2PortSE'."
    ::= { mGSigCrConnR3Entry  14 }

  mGSigCrConnR3I6MTP2ResMTP2PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Resource',
                  This field represents index 'MTP2 Port Name'
                  in referenced type 'BOOMTP2PortSE'."
    ::= { mGSigCrConnR3Entry  15 }

  mGSigCrConnR3T1I1MTP2DataLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  16 }

  mGSigCrConnR3T1I2MTP2DataLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  17 }

  mGSigCrConnR3T1I3MTP2DataLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  18 }

  mGSigCrConnR3T1I4MTP2DataLinkCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  19 }

  mGSigCrConnR3T1I5MTP2DataLinkSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  20 }

  mGSigCrConnR3T1I6MTP2DataLinkPhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  21 }

  mGSigCrConnR3T1I7MTP2DataLinkDS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  22 }

  mGSigCrConnR3T1I8MTP2DataLinkTimeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Timeslot'
                  in referenced type 'BOODS1OverDS3DS0TermSE'."
    ::= { mGSigCrConnR3Entry  23 }

  mGSigCrConnR3T2I1MTP2DataLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1DS0TermSE'."
    ::= { mGSigCrConnR3Entry  24 }

  mGSigCrConnR3T2I2MTP2DataLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1DS0TermSE'."
    ::= { mGSigCrConnR3Entry  25 }

  mGSigCrConnR3T2I3MTP2DataLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1DS0TermSE'."
    ::= { mGSigCrConnR3Entry  26 }

  mGSigCrConnR3T2I4MTP2DataLinkCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1DS0TermSE'."
    ::= { mGSigCrConnR3Entry  27 }

  mGSigCrConnR3T2I5MTP2DataLinkSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1DS0TermSE'."
    ::= { mGSigCrConnR3Entry  28 }

  mGSigCrConnR3T2I6MTP2DataLinkPhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1DS0TermSE'."
    ::= { mGSigCrConnR3Entry  29 }

  mGSigCrConnR3T2I7MTP2DataLinkTimeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Timeslot'
                  in referenced type 'BOOPhysDS1DS0TermSE'."
    ::= { mGSigCrConnR3Entry  30 }

  mGSigCrConnR3RunInLoopbackMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Run in loopback mode'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mGSigCrConnR3Entry  31 }

  mGSigCrConnR3I1InternalSigLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR3Entry  32 }

  mGSigCrConnR3I2InternalSigLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR3Entry  33 }

  mGSigCrConnR3I3InternalSigLinkSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR3Entry  34 }

  mGSigCrConnR3I4InternalSigLinkLinksetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Linkset ID'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR3Entry  35 }

  mGSigCrConnR3I5InternalSigLinkSigLinkCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Signaling link code'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR3Entry  36 }

  mGSigCrConnR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mGSigCrConnR3Entry  38 }

  mGSigCrConnR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { mGSigCrConnR3Entry  39 }

  mGSigCrConnR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCrConnR3Entry  40 }

  mGSigCrConnR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { mGSigCrConnR3Entry  41 }

  mGSigCrConnR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mGSigCrConnR3Entry  42 }

  mGSigCrConnR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCrConnR3Entry  43 }

  mGSigCrConnR3AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { mGSigCrConnR3Entry  44 }

  mGSigCrConnR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mGSigCrConnR3Entry  45 }

  mGSigCrConnR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mGSigCrConnR3Entry  47 }

  mGSigCrConnR3DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mGSigCrConnR3Entry  48 }

  mGSigCrConnR3DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mGSigCrConnR3Entry  49 }

  mGSigCrConnR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mGSigCrConnR3Entry  51 }

  mGSigCrConnR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mGSigCrConnR3Entry  52 }

  mGSigCrConnR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mGSigCrConnR3Entry  53 }

  mGSigCrConnR3I1MTP2ProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR3Entry  54 }

  mGSigCrConnR3I2MTP2ProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR3Entry  55 }

  mGSigCrConnR3I3MTP2ProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR3Entry  56 }

  mGSigCrConnR3I4MTP2ProtProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR3Entry  57 }

  mGSigCrConnR3MTP2Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 variant'.
                  This field is only writable during create."
    ::= { mGSigCrConnR3Entry  58 }

  mGSigCrConnR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mGSigCrConnR3Entry  59 }

  mGSigCrConnR3T3I1MTP2DataLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR3Entry  60 }

  mGSigCrConnR3T3I2MTP2DataLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR3Entry  61 }

  mGSigCrConnR3T3I3MTP2DataLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR3Entry  62 }

  mGSigCrConnR3T3I4MTP2DataLinkCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR3Entry  63 }

  mGSigCrConnR3T3I5MTP2DataLinkTimeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Timeslot'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR3Entry  64 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk / Access Gateway'                                     */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  tAGR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  1748 }

  tAGR9Entry OBJECT-TYPE
    SYNTAX       TAGR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGR9NEConn,
             tAGR9NetwkElement,
             tAGR9CFSIx,
             tAGR9GatewayIx }
    ::= {  tAGR9Table  1  }

  TAGR9Entry  ::=  SEQUENCE
  {
    tAGR9NEConn                        Unsigned32,
    tAGR9NetwkElement                  DisplayString,
    tAGR9CFSIx                         Unsigned32,
    tAGR9GatewayIx                     Unsigned32,
    tAGR9Desc                          DisplayString,
    tAGR9IPAddr                        DisplayString,
    tAGR9DomainName                    DisplayString,
    tAGR9MediaGatewayIPPort            Unsigned32,
    tAGR9CFSIPPort                     Unsigned32,
    tAGR9I1MediaGatewayModelNEConn     Unsigned32,
    tAGR9I2MediaGatewayModelNetwkElement
                                       DisplayString,
    tAGR9I3MediaGatewayModelCFSIx      Unsigned32,
    tAGR9I4MediaGatewayModelModelIx    Unsigned32,
    tAGR9ProviderStatus                INTEGER,
    tAGR9AlrmState                     INTEGER,
    tAGR9AlrmLogCorr                   Counter64,
    tAGR9AlrmEvtsAttnRq                Unsigned32,
    tAGR9AlrmEvtsAtndDp                Unsigned32,
    tAGR9AlrmStateTimestamp            Unsigned32,
    tAGR9AlrmResetTimestamp            Unsigned32,
    tAGR9AccDevAlrmsAttnRq             Unsigned32,
    tAGR9AccDevAlrmEvtsAttnRq          Unsigned32,
    tAGR9AccDevAlrmsAtndDp             Unsigned32,
    tAGR9AccDevAlrmEvtsAtndDp          Unsigned32,
    tAGR9DiagsAPITraceEnabled          INTEGER,
    tAGR9DiagsAPITraceTag              DisplayString,
    tAGR9SummaryChldAlrmState          INTEGER,
    tAGR9RowStatus                     RowStatus,
    tAGR9AdminStatus                   AdminStatus,
    tAGR9OperStatus                    OperStatus,
    tAGR9ImportCnt                     Integer32,
    tAGR9ImportStatus                  DisplayString,
    tAGR9ImportMode                    INTEGER,
    tAGR9ImportFile                    DisplayString,
    tAGR9ImportCorr                    Counter64,
    tAGR9ImportCorrNode                DisplayString,
    tAGR9ImportCorrUID                 DisplayString,
    tAGR9DoExtraActions                INTEGER,
    tAGR9ResolvedIPAddr                DisplayString,
    tAGR9AuthenticationReqd            INTEGER,
    tAGR9Password                      DisplayString,
    tAGR9ConfirmPassword               DisplayString,
    tAGR9IntSSwitch                    INTEGER,
    tAGR9MediaGatewayName              DisplayString,
    tAGR9ShadowCfgActionStatus         INTEGER,
    tAGR9ShadowCfgActionLogCorr        Counter64,
    tAGR9ShadowCfgActionLogCorrNode    DisplayString,
    tAGR9ShadowCfgActionLogCorrUID     DisplayString,
    tAGR9I1ShadowCfgAdaptorNEConn      Unsigned32,
    tAGR9I2ShadowCfgAdaptorNetwkElement
                                       DisplayString,
    tAGR9I3ShadowCfgAdaptorMediaGatewayIx
                                       Unsigned32,
    tAGR9I4ShadowCfgAdaptorCtrlerIx    INTEGER,
    tAGR9I5ShadowCfgAdaptorSlotNum     INTEGER,
    tAGR9ShadowCfgDeactivnMode         INTEGER,
    tAGR9ISDNSCTPAssociationAlrmsAttnRq
                                       Unsigned32,
    tAGR9ISDNSCTPAssocAlrmEvtsAttnRq   Unsigned32,
    tAGR9ISDNSCTPAssociationAlrmsAtndDp
                                       Unsigned32,
    tAGR9ISDNSCTPAssocAlrmEvtsAtndDp   Unsigned32,
    tAGR9CurrRTPPortAlrmsAttnRq        Unsigned32,
    tAGR9PrevRTPPortAlrmsAttnRq        Unsigned32,
    tAGR9CurrRTPPortAlrmsAtndDp        Unsigned32,
    tAGR9PrevRTPPortAlrmsAtndDp        Unsigned32,
    tAGR9CurrTDMPortAlrmsAttnRq        Unsigned32,
    tAGR9PrevTDMPortAlrmsAttnRq        Unsigned32,
    tAGR9CurrTDMPortAlrmsAtndDp        Unsigned32,
    tAGR9PrevTDMPortAlrmsAtndDp        Unsigned32,
    tAGR9TotChldAlrmsAttnRq            Unsigned32,
    tAGR9TotChldAlrmEvtsAttnRq         Unsigned32,
    tAGR9TotChldAlrmsAtndDp            Unsigned32,
    tAGR9TotChldAlrmEvtsAtndDp         Unsigned32,
    tAGR9I1TAGLocationNEConn           Unsigned32,
    tAGR9I2TAGLocationNetwkElement     DisplayString,
    tAGR9I3TAGLocationCFSIx            Unsigned32,
    tAGR9I4TAGLocationLocationIx       Unsigned32,
    tAGR9TAGLocationOtherVals          INTEGER,
    tAGR9CgstnSysLoadStatus            INTEGER,
    tAGR9CgstnSysLoadVal               Unsigned32,
    tAGR9CgstnRTPRessStatus            INTEGER,
    tAGR9CgstnRTPRessVal               Unsigned32,
    tAGR9CgstnRTPRessCombinedStatus    INTEGER,
    tAGR9CgstnRTPRessCombinedVal       Unsigned32,
    tAGR9ConnType                      INTEGER,
    tAGR9I1ESAProtDomNEConn            Unsigned32,
    tAGR9I2ESAProtDomNetwkElement      DisplayString,
    tAGR9I3ESAProtDomCFSIx             Unsigned32,
    tAGR9I4ESAProtDomESAProtDomIx      Unsigned32,
    tAGR9ESAProtDomOtherVals           INTEGER,
    tAGR9SDActI1NetwkNodeNEConn        Unsigned32,
    tAGR9SDActI2NetwkNodeNetwkElement  DisplayString,
    tAGR9SDActI3NetwkNodeCFSIx         Unsigned32,
    tAGR9SDActI4NetwkNodeNodeIx        Unsigned32,
    tAGR9SDDefI1NetwkNodeNEConn        Unsigned32,
    tAGR9SDDefI2NetwkNodeNetwkElement  DisplayString,
    tAGR9SDDefI3NetwkNodeCFSIx         Unsigned32,
    tAGR9SDDefI4NetwkNodeNodeIx        Unsigned32,
    tAGSDActR9SDActNetwkNodeOtherVals  INTEGER,
    tAGSDDefR9SDActNetwkNodeOtherVals  INTEGER,
    tAGR9SDUseDefNetwkNode             INTEGER,
    tAGR9StatisticsAlrms               Integer32,
    tAGR9IPAddrInESAMode               DisplayString,
    tAGR9SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR9SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR9SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER
  }

  tAGR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGR9Entry  1 }

  tAGR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGR9Entry  2 }

  tAGR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGR9Entry  3 }

  tAGR9GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGR9Entry  4 }

  tAGR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tAGR9Entry  5 }

  tAGR9IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { tAGR9Entry  6 }

  tAGR9DomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This field is not writable when active."
    ::= { tAGR9Entry  7 }

  tAGR9MediaGatewayIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway IP port'.
                  This field is not writable when active."
    ::= { tAGR9Entry  8 }

  tAGR9CFSIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server IP port'.
                  This field is not writable when active."
    ::= { tAGR9Entry  9 }

  tAGR9I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR9Entry  10 }

  tAGR9I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR9Entry  11 }

  tAGR9I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR9Entry  12 }

  tAGR9I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR9Entry  13 }

  tAGR9ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGR9Entry  14 }

  tAGR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tAGR9Entry  16 }

  tAGR9AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { tAGR9Entry  17 }

  tAGR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  18 }

  tAGR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  19 }

  tAGR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tAGR9Entry  20 }

  tAGR9AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { tAGR9Entry  21 }

  tAGR9AccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { tAGR9Entry  22 }

  tAGR9AccDevAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  23 }

  tAGR9AccDevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { tAGR9Entry  24 }

  tAGR9AccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  25 }

  tAGR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { tAGR9Entry  26 }

  tAGR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { tAGR9Entry  27 }

  tAGR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tAGR9Entry  28 }

  tAGR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tAGR9Entry  29 }

  tAGR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR9Entry  30 }

  tAGR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR9Entry  31 }

  tAGR9ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tAGR9Entry  32 }

  tAGR9ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tAGR9Entry  33 }

  tAGR9ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tAGR9Entry  34 }

  tAGR9ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tAGR9Entry  35 }

  tAGR9ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tAGR9Entry  36 }

  tAGR9ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tAGR9Entry  37 }

  tAGR9ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tAGR9Entry  38 }

  tAGR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   connectTo(2),
                   addShadowObjectsForGateway(3),
                   enableShadowObjectsForGateway(4),
                   activateShadowObjectsForGateway(5),
                   deactivateShadowObjectsForGateway(6),
                   disableShadowObjectsForGateway(7),
                   deleteShadowObjectsForGateway(8),
                   addShadowObjectsForAdaptor(9),
                   enableShadowObjectsForAdaptor(10),
                   activateShadowObjectsForAdaptor(11),
                   deactivateShadowObjectsForAdaptor(12),
                   disableShadowObjectsForAdaptor(13),
                   deleteShadowObjectsForAdaptor(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR9Entry  39 }

  tAGR9ResolvedIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resolved IP address'."
    ::= { tAGR9Entry  45 }

  tAGR9AuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication required'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tAGR9Entry  52 }

  tAGR9Password OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Password'.
                  Field is write-only, GETs will return an empty string."
    ::= { tAGR9Entry  53 }

  tAGR9ConfirmPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm password'.
                  Field is write-only, GETs will return an empty string."
    ::= { tAGR9Entry  54 }

  tAGR9IntSSwitch OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Integrated softswitch'."
    ::= { tAGR9Entry  55 }

  tAGR9MediaGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway name'."
    ::= { tAGR9Entry  56 }

  tAGR9ShadowCfgActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingPorts(1),
                   failedToCreatePorts(2),
                   createdPorts(3),
                   deactivatingPorts(4),
                   failedToDeactivatePorts(5),
                   deactivatedPorts(6),
                   disablingPorts(7),
                   failedToDisablePorts(8),
                   disabledPorts(9),
                   deletingPorts(10),
                   failedToDeletePorts(11),
                   deletedPorts(12),
                   activatingPorts(13),
                   failedToActivatePorts(14),
                   activatedPorts(15),
                   enablingPorts(16),
                   failedToEnablePorts(17),
                   enabledPorts(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action status'."
    ::= { tAGR9Entry  57 }

  tAGR9ShadowCfgActionLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator'."
    ::= { tAGR9Entry  58 }

  tAGR9ShadowCfgActionLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator node'."
    ::= { tAGR9Entry  59 }

  tAGR9ShadowCfgActionLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator MS UID'."
    ::= { tAGR9Entry  60 }

  tAGR9I1ShadowCfgAdaptorNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR9Entry  61 }

  tAGR9I2ShadowCfgAdaptorNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Network Element'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR9Entry  62 }

  tAGR9I3ShadowCfgAdaptorMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR9Entry  63 }

  tAGR9I4ShadowCfgAdaptorCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Controller index'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR9Entry  64 }

  tAGR9I5ShadowCfgAdaptorSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Slot number'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR9Entry  65 }

  tAGR9ShadowCfgDeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - deactivation mode'."
    DEFVAL       { normal }
    ::= { tAGR9Entry  66 }

  tAGR9ISDNSCTPAssociationAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarms'."
    ::= { tAGR9Entry  68 }

  tAGR9ISDNSCTPAssocAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  69 }

  tAGR9ISDNSCTPAssociationAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarms'."
    ::= { tAGR9Entry  70 }

  tAGR9ISDNSCTPAssocAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  71 }

  tAGR9CurrRTPPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarms'."
    ::= { tAGR9Entry  72 }

  tAGR9PrevRTPPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  73 }

  tAGR9CurrRTPPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarms'."
    ::= { tAGR9Entry  74 }

  tAGR9PrevRTPPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  75 }

  tAGR9CurrTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarms'."
    ::= { tAGR9Entry  76 }

  tAGR9PrevTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  77 }

  tAGR9CurrTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarms'."
    ::= { tAGR9Entry  78 }

  tAGR9PrevTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR9Entry  79 }

  tAGR9TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { tAGR9Entry  81 }

  tAGR9TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { tAGR9Entry  82 }

  tAGR9TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { tAGR9Entry  83 }

  tAGR9TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { tAGR9Entry  84 }

  tAGR9I1TAGLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR9Entry  85 }

  tAGR9I2TAGLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR9Entry  86 }

  tAGR9I3TAGLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR9Entry  87 }

  tAGR9I4TAGLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR9Entry  88 }

  tAGR9TAGLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location'.
                  This field represents the fixed
                  values that Location
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGR9Entry  89 }

  tAGR9CgstnSysLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - status'."
    ::= { tAGR9Entry  91 }

  tAGR9CgstnSysLoadVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - value'."
    ::= { tAGR9Entry  92 }

  tAGR9CgstnRTPRessStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - status'."
    ::= { tAGR9Entry  93 }

  tAGR9CgstnRTPRessVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - value'."
    ::= { tAGR9Entry  94 }

  tAGR9CgstnRTPRessCombinedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   limitedByGateway(3),
                   limitedByCFSAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined status'."
    ::= { tAGR9Entry  95 }

  tAGR9CgstnRTPRessCombinedVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined value'."
    ::= { tAGR9Entry  96 }

  tAGR9ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   insecure(1),
                   secure(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection security type'."
    DEFVAL       { insecure }
    ::= { tAGR9Entry  97 }

  tAGR9I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR9Entry  98 }

  tAGR9I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR9Entry  99 }

  tAGR9I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR9Entry  100 }

  tAGR9I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR9Entry  101 }

  tAGR9ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGR9Entry  102 }

  tAGR9SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  103 }

  tAGR9SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  104 }

  tAGR9SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  105 }

  tAGR9SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  106 }

  tAGR9SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  107 }

  tAGR9SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  108 }

  tAGR9SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  109 }

  tAGR9SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  110 }

  tAGSDActR9SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  112 }

  tAGSDDefR9SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR9Entry  113 }

  tAGR9SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { tAGR9Entry  114 }

  tAGR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tAGR9Entry  120 }

  tAGR9IPAddrInESAMode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address in ESA mode'."
    ::= { tAGR9Entry  121 }

  tAGR9SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { tAGR9Entry  122 }

  tAGR9SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { tAGR9Entry  123 }

  tAGR9SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { tAGR9Entry  124 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Destinations'                                               */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  m3UADestinationConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UADestinationConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Signaling Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1756 }

  m3UADestinationConEntry OBJECT-TYPE
    SYNTAX       M3UADestinationConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UADestinationConNEConn,
             m3UADestinationConNetwkElement,
             m3UADestinationConRemSigGatewayIx }
    ::= {  m3UADestinationConTable  1  }

  M3UADestinationConEntry  ::=  SEQUENCE
  {
    m3UADestinationConNEConn           Unsigned32,
    m3UADestinationConNetwkElement     DisplayString,
    m3UADestinationConRemSigGatewayIx  Unsigned32,
    m3UADestinationConExportNumObjectsExported
                                       Integer32,
    m3UADestinationConExportStatus     DisplayString,
    m3UADestinationConExportFile       DisplayString,
    m3UADestinationConExportCorr       Counter64,
    m3UADestinationConExportCorrNode   DisplayString,
    m3UADestinationConExportCorrUID    DisplayString,
    m3UADestinationConDoExtraActions   INTEGER,
    m3UADestinationConExportIncASRepData
                                       INTEGER,
    m3UADestinationConExportChldObjectsToInc
                                       INTEGER
  }

  m3UADestinationConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UADestinationConEntry  1 }

  m3UADestinationConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UADestinationConEntry  2 }

  m3UADestinationConRemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Signalilng Gateway index'.
                  This is an index field."
    ::= { m3UADestinationConEntry  3 }

  m3UADestinationConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { m3UADestinationConEntry  4 }

  m3UADestinationConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { m3UADestinationConEntry  5 }

  m3UADestinationConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { m3UADestinationConEntry  6 }

  m3UADestinationConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { m3UADestinationConEntry  7 }

  m3UADestinationConExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { m3UADestinationConEntry  8 }

  m3UADestinationConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { m3UADestinationConEntry  9 }

  m3UADestinationConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UADestinationConEntry  10 }

  m3UADestinationConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { m3UADestinationConEntry  11 }

  m3UADestinationConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { m3UADestinationConEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Destination'                                           */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  m3UADestinationTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UADestinationEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Destinations'."
    ::= { metaSwitch  1757 }

  m3UADestinationEntry OBJECT-TYPE
    SYNTAX       M3UADestinationEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UADestinationNEConn,
             m3UADestinationNetwkElement,
             m3UADestinationRemSigGatewayIx,
             m3UADestinationDestPointCode }
    ::= {  m3UADestinationTable  1  }

  M3UADestinationEntry  ::=  SEQUENCE
  {
    m3UADestinationNEConn              Unsigned32,
    m3UADestinationNetwkElement        DisplayString,
    m3UADestinationRemSigGatewayIx     Unsigned32,
    m3UADestinationDestPointCode       Unsigned32,
    m3UADestinationRowStatus           RowStatus
  }

  m3UADestinationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UADestinationEntry  1 }

  m3UADestinationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UADestinationEntry  2 }

  m3UADestinationRemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Signalilng Gateway index'.
                  This is an index field."
    ::= { m3UADestinationEntry  3 }

  m3UADestinationDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination point code'.
                  This is an index field."
    ::= { m3UADestinationEntry  4 }

  m3UADestinationRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UADestinationEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE                                                                */
-- /* ''Summary Period' ISUP Local Signaling Destination Message Statistics'        */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  iSUPStackMessagesR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPStackMessagesR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1760 }

  iSUPStackMessagesR1Entry OBJECT-TYPE
    SYNTAX       ISUPStackMessagesR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPStackMessagesR1NEConn,
             iSUPStackMessagesR1NetwkElement,
             iSUPStackMessagesR1CFSIx,
             iSUPStackMessagesR1ISUPLocalSigDestIx,
             iSUPStackMessagesR1SummaryPeriod }
    ::= {  iSUPStackMessagesR1Table  1  }

  ISUPStackMessagesR1Entry  ::=  SEQUENCE
  {
    iSUPStackMessagesR1NEConn          Unsigned32,
    iSUPStackMessagesR1NetwkElement    DisplayString,
    iSUPStackMessagesR1CFSIx           Unsigned32,
    iSUPStackMessagesR1ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPStackMessagesR1SummaryPeriod   INTEGER,
    iSUPStackMessagesR1IAMSendCnt      Unsigned32,
    iSUPStackMessagesR1IAMRcvCnt       Unsigned32,
    iSUPStackMessagesR1SAMSendCnt      Unsigned32,
    iSUPStackMessagesR1SAMRcvCnt       Unsigned32,
    iSUPStackMessagesR1INRSendCnt      Unsigned32,
    iSUPStackMessagesR1INRRcvCnt       Unsigned32,
    iSUPStackMessagesR1INFSendCnt      Unsigned32,
    iSUPStackMessagesR1INFRcvCnt       Unsigned32,
    iSUPStackMessagesR1COTSendCnt      Unsigned32,
    iSUPStackMessagesR1COTRcvCnt       Unsigned32,
    iSUPStackMessagesR1ACMSendCnt      Unsigned32,
    iSUPStackMessagesR1ACMRcvCnt       Unsigned32,
    iSUPStackMessagesR1CONSendCnt      Unsigned32,
    iSUPStackMessagesR1CONRcvCnt       Unsigned32,
    iSUPStackMessagesR1FOTSendCnt      Unsigned32,
    iSUPStackMessagesR1FOTRcvCnt       Unsigned32,
    iSUPStackMessagesR1ANMSendCnt      Unsigned32,
    iSUPStackMessagesR1ANMRcvCnt       Unsigned32,
    iSUPStackMessagesR1RELSendCnt      Unsigned32,
    iSUPStackMessagesR1RELRcvCnt       Unsigned32,
    iSUPStackMessagesR1SUSSendCnt      Unsigned32,
    iSUPStackMessagesR1SUSRcvCnt       Unsigned32,
    iSUPStackMessagesR1RESSendCnt      Unsigned32,
    iSUPStackMessagesR1RESRcvCnt       Unsigned32,
    iSUPStackMessagesR1RLCSendCnt      Unsigned32,
    iSUPStackMessagesR1RLCRcvCnt       Unsigned32,
    iSUPStackMessagesR1CCRSendCnt      Unsigned32,
    iSUPStackMessagesR1CCRRcvCnt       Unsigned32,
    iSUPStackMessagesR1RSCSendCnt      Unsigned32,
    iSUPStackMessagesR1RSCRcvCnt       Unsigned32,
    iSUPStackMessagesR1BLOSendCnt      Unsigned32,
    iSUPStackMessagesR1BLORcvCnt       Unsigned32,
    iSUPStackMessagesR1UBLSendCnt      Unsigned32,
    iSUPStackMessagesR1UBLRcvCnt       Unsigned32,
    iSUPStackMessagesR1BLASendCnt      Unsigned32,
    iSUPStackMessagesR1BLARcvCnt       Unsigned32,
    iSUPStackMessagesR1UBASendCnt      Unsigned32,
    iSUPStackMessagesR1UBARcvCnt       Unsigned32,
    iSUPStackMessagesR1GRSSendCnt      Unsigned32,
    iSUPStackMessagesR1GRSRcvCnt       Unsigned32,
    iSUPStackMessagesR1CGBSendCnt      Unsigned32,
    iSUPStackMessagesR1CGBRcvCnt       Unsigned32,
    iSUPStackMessagesR1CGUSendCnt      Unsigned32,
    iSUPStackMessagesR1CGURcvCnt       Unsigned32,
    iSUPStackMessagesR1CGBASendCnt     Unsigned32,
    iSUPStackMessagesR1CGBARcvCnt      Unsigned32,
    iSUPStackMessagesR1CGUASendCnt     Unsigned32,
    iSUPStackMessagesR1CGUARcvCnt      Unsigned32,
    iSUPStackMessagesR1CMRSendCnt      Unsigned32,
    iSUPStackMessagesR1CMRRcvCnt       Unsigned32,
    iSUPStackMessagesR1CMCSendCnt      Unsigned32,
    iSUPStackMessagesR1CMCRcvCnt       Unsigned32,
    iSUPStackMessagesR1CMRJSendCnt     Unsigned32,
    iSUPStackMessagesR1CMRJRcvCnt      Unsigned32,
    iSUPStackMessagesR1FARSendCnt      Unsigned32,
    iSUPStackMessagesR1FARRcvCnt       Unsigned32,
    iSUPStackMessagesR1FAASendCnt      Unsigned32,
    iSUPStackMessagesR1FAARcvCnt       Unsigned32,
    iSUPStackMessagesR1FRJSendCnt      Unsigned32,
    iSUPStackMessagesR1FRJRcvCnt       Unsigned32,
    iSUPStackMessagesR1FADSendCnt      Unsigned32,
    iSUPStackMessagesR1FADRcvCnt       Unsigned32,
    iSUPStackMessagesR1FAISendCnt      Unsigned32,
    iSUPStackMessagesR1FAIRcvCnt       Unsigned32,
    iSUPStackMessagesR1LPASendCnt      Unsigned32,
    iSUPStackMessagesR1LPARcvCnt       Unsigned32,
    iSUPStackMessagesR1DRSSendCnt      Unsigned32,
    iSUPStackMessagesR1DRSRcvCnt       Unsigned32,
    iSUPStackMessagesR1PAMSendCnt      Unsigned32,
    iSUPStackMessagesR1PAMRcvCnt       Unsigned32,
    iSUPStackMessagesR1GRASendCnt      Unsigned32,
    iSUPStackMessagesR1GRARcvCnt       Unsigned32,
    iSUPStackMessagesR1CQMSendCnt      Unsigned32,
    iSUPStackMessagesR1CQMRcvCnt       Unsigned32,
    iSUPStackMessagesR1CQRSendCnt      Unsigned32,
    iSUPStackMessagesR1CQRRcvCnt       Unsigned32,
    iSUPStackMessagesR1CPGSendCnt      Unsigned32,
    iSUPStackMessagesR1CPGRcvCnt       Unsigned32,
    iSUPStackMessagesR1USRSendCnt      Unsigned32,
    iSUPStackMessagesR1USRRcvCnt       Unsigned32,
    iSUPStackMessagesR1UCICSendCnt     Unsigned32,
    iSUPStackMessagesR1UCICRcvCnt      Unsigned32,
    iSUPStackMessagesR1CFNSendCnt      Unsigned32,
    iSUPStackMessagesR1CFNRcvCnt       Unsigned32,
    iSUPStackMessagesR1OLMSendCnt      Unsigned32,
    iSUPStackMessagesR1OLMRcvCnt       Unsigned32,
    iSUPStackMessagesR1NRMSendCnt      Unsigned32,
    iSUPStackMessagesR1NRMRcvCnt       Unsigned32,
    iSUPStackMessagesR1FACSendCnt      Unsigned32,
    iSUPStackMessagesR1FACRcvCnt       Unsigned32,
    iSUPStackMessagesR1UPTSendCnt      Unsigned32,
    iSUPStackMessagesR1UPTRcvCnt       Unsigned32,
    iSUPStackMessagesR1UPASendCnt      Unsigned32,
    iSUPStackMessagesR1UPARcvCnt       Unsigned32,
    iSUPStackMessagesR1IDRSendCnt      Unsigned32,
    iSUPStackMessagesR1IDRRcvCnt       Unsigned32,
    iSUPStackMessagesR1IRSSendCnt      Unsigned32,
    iSUPStackMessagesR1IRSRcvCnt       Unsigned32,
    iSUPStackMessagesR1SGMSendCnt      Unsigned32,
    iSUPStackMessagesR1SGMRcvCnt       Unsigned32,
    iSUPStackMessagesR1CTMSendCnt      Unsigned32,
    iSUPStackMessagesR1CTMRcvCnt       Unsigned32,
    iSUPStackMessagesR1LOPSendCnt      Unsigned32,
    iSUPStackMessagesR1LOPRcvCnt       Unsigned32,
    iSUPStackMessagesR1APMSendCnt      Unsigned32,
    iSUPStackMessagesR1APMRcvCnt       Unsigned32,
    iSUPStackMessagesR1PRISendCnt      Unsigned32,
    iSUPStackMessagesR1PRIRcvCnt       Unsigned32,
    iSUPStackMessagesR1CRASendCnt      Unsigned32,
    iSUPStackMessagesR1CRARcvCnt       Unsigned32,
    iSUPStackMessagesR1CRMSendCnt      Unsigned32,
    iSUPStackMessagesR1CRMRcvCnt       Unsigned32,
    iSUPStackMessagesR1CVRSendCnt      Unsigned32,
    iSUPStackMessagesR1CVRRcvCnt       Unsigned32,
    iSUPStackMessagesR1CVTSendCnt      Unsigned32,
    iSUPStackMessagesR1CVTRcvCnt       Unsigned32,
    iSUPStackMessagesR1EXMSendCnt      Unsigned32,
    iSUPStackMessagesR1EXMRcvCnt       Unsigned32,
    iSUPStackMessagesR1ITXSendCnt      Unsigned32,
    iSUPStackMessagesR1ITXRcvCnt       Unsigned32,
    iSUPStackMessagesR1TXASendCnt      Unsigned32,
    iSUPStackMessagesR1TXARcvCnt       Unsigned32
  }

  iSUPStackMessagesR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPStackMessagesR1Entry  1 }

  iSUPStackMessagesR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPStackMessagesR1Entry  2 }

  iSUPStackMessagesR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPStackMessagesR1Entry  3 }

  iSUPStackMessagesR1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPStackMessagesR1Entry  4 }

  iSUPStackMessagesR1SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { iSUPStackMessagesR1Entry  5 }

  iSUPStackMessagesR1IAMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IAM - send count'."
    ::= { iSUPStackMessagesR1Entry  6 }

  iSUPStackMessagesR1IAMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IAM - receive count'."
    ::= { iSUPStackMessagesR1Entry  7 }

  iSUPStackMessagesR1SAMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAM - send count'."
    ::= { iSUPStackMessagesR1Entry  8 }

  iSUPStackMessagesR1SAMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAM - receive count'."
    ::= { iSUPStackMessagesR1Entry  9 }

  iSUPStackMessagesR1INRSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'INR - send count'."
    ::= { iSUPStackMessagesR1Entry  10 }

  iSUPStackMessagesR1INRRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'INR - receive count'."
    ::= { iSUPStackMessagesR1Entry  11 }

  iSUPStackMessagesR1INFSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'INF - send count'."
    ::= { iSUPStackMessagesR1Entry  12 }

  iSUPStackMessagesR1INFRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'INF - receive count'."
    ::= { iSUPStackMessagesR1Entry  13 }

  iSUPStackMessagesR1COTSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'COT - send count'."
    ::= { iSUPStackMessagesR1Entry  14 }

  iSUPStackMessagesR1COTRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'COT - receive count'."
    ::= { iSUPStackMessagesR1Entry  15 }

  iSUPStackMessagesR1ACMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACM - send count'."
    ::= { iSUPStackMessagesR1Entry  16 }

  iSUPStackMessagesR1ACMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACM - receive count'."
    ::= { iSUPStackMessagesR1Entry  17 }

  iSUPStackMessagesR1CONSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CON - send count'."
    ::= { iSUPStackMessagesR1Entry  18 }

  iSUPStackMessagesR1CONRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CON - receive count'."
    ::= { iSUPStackMessagesR1Entry  19 }

  iSUPStackMessagesR1FOTSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FOT - send count'."
    ::= { iSUPStackMessagesR1Entry  20 }

  iSUPStackMessagesR1FOTRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FOT - receive count'."
    ::= { iSUPStackMessagesR1Entry  21 }

  iSUPStackMessagesR1ANMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANM - send count'."
    ::= { iSUPStackMessagesR1Entry  22 }

  iSUPStackMessagesR1ANMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANM - receive count'."
    ::= { iSUPStackMessagesR1Entry  23 }

  iSUPStackMessagesR1RELSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'REL - send count'."
    ::= { iSUPStackMessagesR1Entry  24 }

  iSUPStackMessagesR1RELRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'REL - receive count'."
    ::= { iSUPStackMessagesR1Entry  25 }

  iSUPStackMessagesR1SUSSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS - send count'."
    ::= { iSUPStackMessagesR1Entry  26 }

  iSUPStackMessagesR1SUSRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS - receive count'."
    ::= { iSUPStackMessagesR1Entry  27 }

  iSUPStackMessagesR1RESSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RES - send count'."
    ::= { iSUPStackMessagesR1Entry  28 }

  iSUPStackMessagesR1RESRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RES - receive count'."
    ::= { iSUPStackMessagesR1Entry  29 }

  iSUPStackMessagesR1RLCSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RLC - send count'."
    ::= { iSUPStackMessagesR1Entry  30 }

  iSUPStackMessagesR1RLCRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RLC - receive count'."
    ::= { iSUPStackMessagesR1Entry  31 }

  iSUPStackMessagesR1CCRSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR - send count'."
    ::= { iSUPStackMessagesR1Entry  32 }

  iSUPStackMessagesR1CCRRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR - receive count'."
    ::= { iSUPStackMessagesR1Entry  33 }

  iSUPStackMessagesR1RSCSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RSC - send count'."
    ::= { iSUPStackMessagesR1Entry  34 }

  iSUPStackMessagesR1RSCRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RSC - receive count'."
    ::= { iSUPStackMessagesR1Entry  35 }

  iSUPStackMessagesR1BLOSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO - send count'."
    ::= { iSUPStackMessagesR1Entry  36 }

  iSUPStackMessagesR1BLORcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO - receive count'."
    ::= { iSUPStackMessagesR1Entry  37 }

  iSUPStackMessagesR1UBLSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UBL - send count'."
    ::= { iSUPStackMessagesR1Entry  38 }

  iSUPStackMessagesR1UBLRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UBL - receive count'."
    ::= { iSUPStackMessagesR1Entry  39 }

  iSUPStackMessagesR1BLASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLA - send count'."
    ::= { iSUPStackMessagesR1Entry  40 }

  iSUPStackMessagesR1BLARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLA - receive count'."
    ::= { iSUPStackMessagesR1Entry  41 }

  iSUPStackMessagesR1UBASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UBA - send count'."
    ::= { iSUPStackMessagesR1Entry  42 }

  iSUPStackMessagesR1UBARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UBA - receive count'."
    ::= { iSUPStackMessagesR1Entry  43 }

  iSUPStackMessagesR1GRSSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GRS - send count'."
    ::= { iSUPStackMessagesR1Entry  44 }

  iSUPStackMessagesR1GRSRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GRS - receive count'."
    ::= { iSUPStackMessagesR1Entry  45 }

  iSUPStackMessagesR1CGBSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB - send count'."
    ::= { iSUPStackMessagesR1Entry  46 }

  iSUPStackMessagesR1CGBRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB - receive count'."
    ::= { iSUPStackMessagesR1Entry  47 }

  iSUPStackMessagesR1CGUSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGU - send count'."
    ::= { iSUPStackMessagesR1Entry  48 }

  iSUPStackMessagesR1CGURcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGU - receive count'."
    ::= { iSUPStackMessagesR1Entry  49 }

  iSUPStackMessagesR1CGBASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGBA - send count'."
    ::= { iSUPStackMessagesR1Entry  50 }

  iSUPStackMessagesR1CGBARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGBA - receive count'."
    ::= { iSUPStackMessagesR1Entry  51 }

  iSUPStackMessagesR1CGUASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGUA - send count'."
    ::= { iSUPStackMessagesR1Entry  52 }

  iSUPStackMessagesR1CGUARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGUA - receive count'."
    ::= { iSUPStackMessagesR1Entry  53 }

  iSUPStackMessagesR1CMRSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMR - send count'."
    ::= { iSUPStackMessagesR1Entry  54 }

  iSUPStackMessagesR1CMRRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMR - receive count'."
    ::= { iSUPStackMessagesR1Entry  55 }

  iSUPStackMessagesR1CMCSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMC - send count'."
    ::= { iSUPStackMessagesR1Entry  56 }

  iSUPStackMessagesR1CMCRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMC - receive count'."
    ::= { iSUPStackMessagesR1Entry  57 }

  iSUPStackMessagesR1CMRJSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMRJ - send count'."
    ::= { iSUPStackMessagesR1Entry  58 }

  iSUPStackMessagesR1CMRJRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CMRJ - receive count'."
    ::= { iSUPStackMessagesR1Entry  59 }

  iSUPStackMessagesR1FARSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAR - send count'."
    ::= { iSUPStackMessagesR1Entry  60 }

  iSUPStackMessagesR1FARRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAR - receive count'."
    ::= { iSUPStackMessagesR1Entry  61 }

  iSUPStackMessagesR1FAASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAA - send count'."
    ::= { iSUPStackMessagesR1Entry  62 }

  iSUPStackMessagesR1FAARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAA - receive count'."
    ::= { iSUPStackMessagesR1Entry  63 }

  iSUPStackMessagesR1FRJSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FRJ - send count'."
    ::= { iSUPStackMessagesR1Entry  64 }

  iSUPStackMessagesR1FRJRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FRJ - receive count'."
    ::= { iSUPStackMessagesR1Entry  65 }

  iSUPStackMessagesR1FADSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAD - send count'."
    ::= { iSUPStackMessagesR1Entry  66 }

  iSUPStackMessagesR1FADRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAD - receive count'."
    ::= { iSUPStackMessagesR1Entry  67 }

  iSUPStackMessagesR1FAISendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAI - send count'."
    ::= { iSUPStackMessagesR1Entry  68 }

  iSUPStackMessagesR1FAIRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAI - receive count'."
    ::= { iSUPStackMessagesR1Entry  69 }

  iSUPStackMessagesR1LPASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LPA - send count'."
    ::= { iSUPStackMessagesR1Entry  70 }

  iSUPStackMessagesR1LPARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LPA - receive count'."
    ::= { iSUPStackMessagesR1Entry  71 }

  iSUPStackMessagesR1DRSSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DRS - send count'."
    ::= { iSUPStackMessagesR1Entry  72 }

  iSUPStackMessagesR1DRSRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DRS - receive count'."
    ::= { iSUPStackMessagesR1Entry  73 }

  iSUPStackMessagesR1PAMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PAM - send count'."
    ::= { iSUPStackMessagesR1Entry  74 }

  iSUPStackMessagesR1PAMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PAM - receive count'."
    ::= { iSUPStackMessagesR1Entry  75 }

  iSUPStackMessagesR1GRASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GRA - send count'."
    ::= { iSUPStackMessagesR1Entry  76 }

  iSUPStackMessagesR1GRARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GRA - receive count'."
    ::= { iSUPStackMessagesR1Entry  77 }

  iSUPStackMessagesR1CQMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CQM - send count'."
    ::= { iSUPStackMessagesR1Entry  78 }

  iSUPStackMessagesR1CQMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CQM - receive count'."
    ::= { iSUPStackMessagesR1Entry  79 }

  iSUPStackMessagesR1CQRSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CQR - send count'."
    ::= { iSUPStackMessagesR1Entry  80 }

  iSUPStackMessagesR1CQRRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CQR - receive count'."
    ::= { iSUPStackMessagesR1Entry  81 }

  iSUPStackMessagesR1CPGSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPG - send count'."
    ::= { iSUPStackMessagesR1Entry  82 }

  iSUPStackMessagesR1CPGRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPG - receive count'."
    ::= { iSUPStackMessagesR1Entry  83 }

  iSUPStackMessagesR1USRSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USR - send count'."
    ::= { iSUPStackMessagesR1Entry  84 }

  iSUPStackMessagesR1USRRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USR - receive count'."
    ::= { iSUPStackMessagesR1Entry  85 }

  iSUPStackMessagesR1UCICSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UCIC - send count'."
    ::= { iSUPStackMessagesR1Entry  86 }

  iSUPStackMessagesR1UCICRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UCIC - receive count'."
    ::= { iSUPStackMessagesR1Entry  87 }

  iSUPStackMessagesR1CFNSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFN - send count'."
    ::= { iSUPStackMessagesR1Entry  88 }

  iSUPStackMessagesR1CFNRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFN - receive count'."
    ::= { iSUPStackMessagesR1Entry  89 }

  iSUPStackMessagesR1OLMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'OLM - send count'."
    ::= { iSUPStackMessagesR1Entry  90 }

  iSUPStackMessagesR1OLMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'OLM - receive count'."
    ::= { iSUPStackMessagesR1Entry  91 }

  iSUPStackMessagesR1NRMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'NRM - send count'."
    ::= { iSUPStackMessagesR1Entry  92 }

  iSUPStackMessagesR1NRMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'NRM - receive count'."
    ::= { iSUPStackMessagesR1Entry  93 }

  iSUPStackMessagesR1FACSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAC - send count'."
    ::= { iSUPStackMessagesR1Entry  94 }

  iSUPStackMessagesR1FACRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FAC - receive count'."
    ::= { iSUPStackMessagesR1Entry  95 }

  iSUPStackMessagesR1UPTSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UPT - send count'."
    ::= { iSUPStackMessagesR1Entry  96 }

  iSUPStackMessagesR1UPTRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UPT - receive count'."
    ::= { iSUPStackMessagesR1Entry  97 }

  iSUPStackMessagesR1UPASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UPA - send count'."
    ::= { iSUPStackMessagesR1Entry  98 }

  iSUPStackMessagesR1UPARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UPA - receive count'."
    ::= { iSUPStackMessagesR1Entry  99 }

  iSUPStackMessagesR1IDRSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDR - send count'."
    ::= { iSUPStackMessagesR1Entry  100 }

  iSUPStackMessagesR1IDRRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDR - receive count'."
    ::= { iSUPStackMessagesR1Entry  101 }

  iSUPStackMessagesR1IRSSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IRS - send count'."
    ::= { iSUPStackMessagesR1Entry  102 }

  iSUPStackMessagesR1IRSRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IRS - receive count'."
    ::= { iSUPStackMessagesR1Entry  103 }

  iSUPStackMessagesR1SGMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SGM - send count'."
    ::= { iSUPStackMessagesR1Entry  104 }

  iSUPStackMessagesR1SGMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SGM - receive count'."
    ::= { iSUPStackMessagesR1Entry  105 }

  iSUPStackMessagesR1CTMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CTM - send count'."
    ::= { iSUPStackMessagesR1Entry  106 }

  iSUPStackMessagesR1CTMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CTM - receive count'."
    ::= { iSUPStackMessagesR1Entry  107 }

  iSUPStackMessagesR1LOPSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LOP - send count'."
    ::= { iSUPStackMessagesR1Entry  108 }

  iSUPStackMessagesR1LOPRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LOP - receive count'."
    ::= { iSUPStackMessagesR1Entry  109 }

  iSUPStackMessagesR1APMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APM - send count'."
    ::= { iSUPStackMessagesR1Entry  110 }

  iSUPStackMessagesR1APMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APM - receive count'."
    ::= { iSUPStackMessagesR1Entry  111 }

  iSUPStackMessagesR1PRISendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PRI - send count'."
    ::= { iSUPStackMessagesR1Entry  112 }

  iSUPStackMessagesR1PRIRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PRI - receive count'."
    ::= { iSUPStackMessagesR1Entry  113 }

  iSUPStackMessagesR1CRASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CRA - send count'."
    ::= { iSUPStackMessagesR1Entry  114 }

  iSUPStackMessagesR1CRARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CRA - receive count'."
    ::= { iSUPStackMessagesR1Entry  115 }

  iSUPStackMessagesR1CRMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CRM - send count'."
    ::= { iSUPStackMessagesR1Entry  116 }

  iSUPStackMessagesR1CRMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CRM - receive count'."
    ::= { iSUPStackMessagesR1Entry  117 }

  iSUPStackMessagesR1CVRSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVR - send count'."
    ::= { iSUPStackMessagesR1Entry  118 }

  iSUPStackMessagesR1CVRRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVR - receive count'."
    ::= { iSUPStackMessagesR1Entry  119 }

  iSUPStackMessagesR1CVTSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT - send count'."
    ::= { iSUPStackMessagesR1Entry  120 }

  iSUPStackMessagesR1CVTRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT - receive count'."
    ::= { iSUPStackMessagesR1Entry  121 }

  iSUPStackMessagesR1EXMSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EXM - send count'."
    ::= { iSUPStackMessagesR1Entry  122 }

  iSUPStackMessagesR1EXMRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EXM - receive count'."
    ::= { iSUPStackMessagesR1Entry  123 }

  iSUPStackMessagesR1ITXSendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ITX - send count'."
    ::= { iSUPStackMessagesR1Entry  124 }

  iSUPStackMessagesR1ITXRcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ITX - receive count'."
    ::= { iSUPStackMessagesR1Entry  125 }

  iSUPStackMessagesR1TXASendCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TXA - send count'."
    ::= { iSUPStackMessagesR1Entry  126 }

  iSUPStackMessagesR1TXARcvCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TXA - receive count'."
    ::= { iSUPStackMessagesR1Entry  127 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SCCP'                                                       */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sCCP2R1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2R1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCPs'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1764 }

  sCCP2R1Entry OBJECT-TYPE
    SYNTAX       SCCP2R1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2R1NEConn,
             sCCP2R1NetwkElement,
             sCCP2R1CFSIx,
             sCCP2R1SCCPIx }
    ::= {  sCCP2R1Table  1  }

  SCCP2R1Entry  ::=  SEQUENCE
  {
    sCCP2R1NEConn                      Unsigned32,
    sCCP2R1NetwkElement                DisplayString,
    sCCP2R1CFSIx                       Unsigned32,
    sCCP2R1SCCPIx                      Unsigned32,
    sCCP2R1T1I1SigGwM3UAAppSvrNEConn   Unsigned32,
    sCCP2R1T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    sCCP2R1T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    sCCP2R1SCCPName                    DisplayString,
    sCCP2R1I1RemConcernedAreaToNotifyEvtsNEConn
                                       Unsigned32,
    sCCP2R1I2RemConcernedAreaToNotifyEvtsNetwkElement
                                       DisplayString,
    sCCP2R1I3RemConcernedAreaToNotifyEvtsCFSIx
                                       Unsigned32,
    sCCP2R1I4RemConcernedAreaToNotifyEvtsSCCPIx
                                       Unsigned32,
    sCCP2R1I5RemConcernedAreaToNotifyEvtsIx
                                       Unsigned32,
    sCCP2R1RemConcernedAreaToNotifyEvtsOtherVals
                                       INTEGER,
    sCCP2R1InitialSSTMsgTimer          Unsigned32,
    sCCP2R1MaxSSTMsgTimer              Unsigned32,
    sCCP2R1InitialSCLCReassemblyTimer  Unsigned32,
    sCCP2R1SCLCSSNCgstnTimer           Unsigned32,
    sCCP2R1SegmenttnInOctetsLowerLimit Unsigned32,
    sCCP2R1SegmenttnInOctetsUpperLimit Unsigned32,
    sCCP2R1MaxUserDataSizeAcceptedFromTCAP
                                       Unsigned32,
    sCCP2R1MaxSingleMsgDataLenSupportMTP3
                                       Unsigned32,
    sCCP2R1DeactivnMode                INTEGER,
    sCCP2R1AlrmState                   INTEGER,
    sCCP2R1AlrmEvtsAtndDpLogCorr       Counter64,
    sCCP2R1AlrmEvtsAtndDp              Unsigned32,
    sCCP2R1AlrmStateTimestamp          Unsigned32,
    sCCP2R1AlrmResetTimestamp          Unsigned32,
    sCCP2R1ChldAlrmsAttnRq             Unsigned32,
    sCCP2R1ChldAlrmEvtsAttnRq          Unsigned32,
    sCCP2R1ChldAlrmsAtndDp             Unsigned32,
    sCCP2R1ChldAlrmEvtsAtndDp          Unsigned32,
    sCCP2R1SummaryChldAlrmState        INTEGER,
    sCCP2R1DoExtraActions              INTEGER,
    sCCP2R1RowStatus                   RowStatus,
    sCCP2R1AdminStatus                 AdminStatus,
    sCCP2R1OperStatus                  OperStatus,
    sCCP2R1T2I1SigGwM3UAAppSvrNEConn   Unsigned32,
    sCCP2R1T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    sCCP2R1T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32
  }

  sCCP2R1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2R1Entry  1 }

  sCCP2R1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2R1Entry  2 }

  sCCP2R1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2R1Entry  3 }

  sCCP2R1SCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2R1Entry  4 }

  sCCP2R1T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { sCCP2R1Entry  5 }

  sCCP2R1T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { sCCP2R1Entry  6 }

  sCCP2R1T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { sCCP2R1Entry  7 }

  sCCP2R1SCCPName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP name'."
    ::= { sCCP2R1Entry  8 }

  sCCP2R1I1RemConcernedAreaToNotifyEvtsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area to notify of events',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2R1Entry  9 }

  sCCP2R1I2RemConcernedAreaToNotifyEvtsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area to notify of events',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2R1Entry  10 }

  sCCP2R1I3RemConcernedAreaToNotifyEvtsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area to notify of events',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2R1Entry  11 }

  sCCP2R1I4RemConcernedAreaToNotifyEvtsSCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area to notify of events',
                  This field represents index
                  'SCCP Index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2R1Entry  12 }

  sCCP2R1I5RemConcernedAreaToNotifyEvtsIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area to notify of events',
                  This field represents index
                  'Remote Concerned Area index'
                  in referenced type 'BOOSCCP2RemoteConcAreaSE'."
    ::= { sCCP2R1Entry  13 }

  sCCP2R1RemConcernedAreaToNotifyEvtsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Concerned Area to notify of events'.
                  This field represents the fixed
                  values that Remote Concerned Area to notify of events
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sCCP2R1Entry  14 }

  sCCP2R1InitialSSTMsgTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Initial SST message timer'."
    DEFVAL       { 8 }
    ::= { sCCP2R1Entry  15 }

  sCCP2R1MaxSSTMsgTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 600..1200 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum SST message timer'."
    DEFVAL       { 600 }
    ::= { sCCP2R1Entry  16 }

  sCCP2R1InitialSCLCReassemblyTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Initial SCLC reassembly timer'."
    DEFVAL       { 10 }
    ::= { sCCP2R1Entry  17 }

  sCCP2R1SCLCSSNCgstnTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCLC SSN congestion timer'."
    DEFVAL       { 2000 }
    ::= { sCCP2R1Entry  18 }

  sCCP2R1SegmenttnInOctetsLowerLimit OBJECT-TYPE
    SYNTAX       Unsigned32 ( 160..254 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Segmentation in octets - lower limit'."
    DEFVAL       { 170 }
    ::= { sCCP2R1Entry  19 }

  sCCP2R1SegmenttnInOctetsUpperLimit OBJECT-TYPE
    SYNTAX       Unsigned32 ( 160..254 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Segmentation in octets - upper limit'."
    DEFVAL       { 220 }
    ::= { sCCP2R1Entry  20 }

  sCCP2R1MaxUserDataSizeAcceptedFromTCAP OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum user data size accepted from TCAP'."
    ::= { sCCP2R1Entry  21 }

  sCCP2R1MaxSingleMsgDataLenSupportMTP3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum single message data length support for MTP3'."
    ::= { sCCP2R1Entry  22 }

  sCCP2R1DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sCCP2R1Entry  23 }

  sCCP2R1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sCCP2R1Entry  24 }

  sCCP2R1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sCCP2R1Entry  25 }

  sCCP2R1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2R1Entry  26 }

  sCCP2R1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sCCP2R1Entry  27 }

  sCCP2R1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sCCP2R1Entry  28 }

  sCCP2R1ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sCCP2R1Entry  29 }

  sCCP2R1ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2R1Entry  30 }

  sCCP2R1ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sCCP2R1Entry  31 }

  sCCP2R1ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2R1Entry  32 }

  sCCP2R1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sCCP2R1Entry  33 }

  sCCP2R1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2R1Entry  34 }

  sCCP2R1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2R1Entry  35 }

  sCCP2R1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2R1Entry  36 }

  sCCP2R1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2R1Entry  37 }

  sCCP2R1T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { sCCP2R1Entry  38 }

  sCCP2R1T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { sCCP2R1Entry  39 }

  sCCP2R1T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { sCCP2R1Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SCCP Remote Signaling Destination'                          */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sCCP2RemSigDstR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SCCP2RemSigDstR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SCCP'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1765 }

  sCCP2RemSigDstR1Entry OBJECT-TYPE
    SYNTAX       SCCP2RemSigDstR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sCCP2RemSigDstR1NEConn,
             sCCP2RemSigDstR1NetwkElement,
             sCCP2RemSigDstR1CFSIx,
             sCCP2RemSigDstR1SCCPIx,
             sCCP2RemSigDstR1PointCode }
    ::= {  sCCP2RemSigDstR1Table  1  }

  SCCP2RemSigDstR1Entry  ::=  SEQUENCE
  {
    sCCP2RemSigDstR1NEConn             Unsigned32,
    sCCP2RemSigDstR1NetwkElement       DisplayString,
    sCCP2RemSigDstR1CFSIx              Unsigned32,
    sCCP2RemSigDstR1SCCPIx             Unsigned32,
    sCCP2RemSigDstR1PointCode          Unsigned32,
    sCCP2RemSigDstR1I1MTP3SigDestNEConn
                                       Unsigned32,
    sCCP2RemSigDstR1I2MTP3SigDestNetwkElement
                                       DisplayString,
    sCCP2RemSigDstR1I3MTP3SigDestSigPointID
                                       Unsigned32,
    sCCP2RemSigDstR1I4MTP3SigDestDestType
                                       INTEGER,
    sCCP2RemSigDstR1I5MTP3SigDestPointCode
                                       Unsigned32,
    sCCP2RemSigDstR1Name               DisplayString,
    sCCP2RemSigDstR1AvailStatusViaMTP3Netwk
                                       INTEGER,
    sCCP2RemSigDstR1AvailStatusSCCPLayer
                                       INTEGER,
    sCCP2RemSigDstR1CgstnLvl           INTEGER,
    sCCP2RemSigDstR1RefsCnt            Unsigned32,
    sCCP2RemSigDstR1AlrmState          INTEGER,
    sCCP2RemSigDstR1AlrmEvtsAttnRqLogCorr
                                       Counter64,
    sCCP2RemSigDstR1AlrmEvtsAttnRq     Unsigned32,
    sCCP2RemSigDstR1AlrmEvtsAtndDpLogCorr
                                       Counter64,
    sCCP2RemSigDstR1AlrmEvtsAtndDp     Unsigned32,
    sCCP2RemSigDstR1AlrmStateTimestamp Unsigned32,
    sCCP2RemSigDstR1AlrmResetTimestamp Unsigned32,
    sCCP2RemSigDstR1ChldAlrmsAttnRq    Unsigned32,
    sCCP2RemSigDstR1ChldAlrmEvtsAttnRq Unsigned32,
    sCCP2RemSigDstR1ChldAlrmsAtndDp    Unsigned32,
    sCCP2RemSigDstR1ChldAlrmEvtsAtndDp Unsigned32,
    sCCP2RemSigDstR1SummaryChldAlrmState
                                       INTEGER,
    sCCP2RemSigDstR1DiagsLogLvl        INTEGER,
    sCCP2RemSigDstR1DiagsAPITraceEnabled
                                       INTEGER,
    sCCP2RemSigDstR1DiagsAPITraceTag   DisplayString,
    sCCP2RemSigDstR1DoExtraActions     INTEGER,
    sCCP2RemSigDstR1RowStatus          RowStatus,
    sCCP2RemSigDstR1OperStatus         OperStatus,
    sCCP2RemSigDstR1TransportType      INTEGER
  }

  sCCP2RemSigDstR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sCCP2RemSigDstR1Entry  1 }

  sCCP2RemSigDstR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sCCP2RemSigDstR1Entry  2 }

  sCCP2RemSigDstR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sCCP2RemSigDstR1Entry  3 }

  sCCP2RemSigDstR1SCCPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCCP Index'.
                  This is an index field."
    ::= { sCCP2RemSigDstR1Entry  4 }

  sCCP2RemSigDstR1PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This is an index field."
    ::= { sCCP2RemSigDstR1Entry  5 }

  sCCP2RemSigDstR1I1MTP3SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP3 Signaling Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { sCCP2RemSigDstR1Entry  6 }

  sCCP2RemSigDstR1I2MTP3SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP3 Signaling Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { sCCP2RemSigDstR1Entry  7 }

  sCCP2RemSigDstR1I3MTP3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP3 Signaling Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { sCCP2RemSigDstR1Entry  8 }

  sCCP2RemSigDstR1I4MTP3SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP3 Signaling Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { sCCP2RemSigDstR1Entry  9 }

  sCCP2RemSigDstR1I5MTP3SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP3 Signaling Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { sCCP2RemSigDstR1Entry  10 }

  sCCP2RemSigDstR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SCCP Remote Signaling Destination name'."
    ::= { sCCP2RemSigDstR1Entry  11 }

  sCCP2RemSigDstR1AvailStatusViaMTP3Netwk OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   prohibited(1),
                   congested(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Availability status - remote destination via MTP3 network'."
    ::= { sCCP2RemSigDstR1Entry  12 }

  sCCP2RemSigDstR1AvailStatusSCCPLayer OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   prohibited(1),
                   congested(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Availability status - remote destination SCCP layer'."
    ::= { sCCP2RemSigDstR1Entry  13 }

  sCCP2RemSigDstR1CgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion level'."
    ::= { sCCP2RemSigDstR1Entry  14 }

  sCCP2RemSigDstR1RefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { sCCP2RemSigDstR1Entry  15 }

  sCCP2RemSigDstR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sCCP2RemSigDstR1Entry  16 }

  sCCP2RemSigDstR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sCCP2RemSigDstR1Entry  17 }

  sCCP2RemSigDstR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2RemSigDstR1Entry  18 }

  sCCP2RemSigDstR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sCCP2RemSigDstR1Entry  19 }

  sCCP2RemSigDstR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2RemSigDstR1Entry  20 }

  sCCP2RemSigDstR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sCCP2RemSigDstR1Entry  21 }

  sCCP2RemSigDstR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sCCP2RemSigDstR1Entry  22 }

  sCCP2RemSigDstR1ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sCCP2RemSigDstR1Entry  23 }

  sCCP2RemSigDstR1ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2RemSigDstR1Entry  24 }

  sCCP2RemSigDstR1ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sCCP2RemSigDstR1Entry  25 }

  sCCP2RemSigDstR1ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sCCP2RemSigDstR1Entry  26 }

  sCCP2RemSigDstR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sCCP2RemSigDstR1Entry  27 }

  sCCP2RemSigDstR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sCCP2RemSigDstR1Entry  28 }

  sCCP2RemSigDstR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sCCP2RemSigDstR1Entry  29 }

  sCCP2RemSigDstR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sCCP2RemSigDstR1Entry  30 }

  sCCP2RemSigDstR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2RemSigDstR1Entry  31 }

  sCCP2RemSigDstR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sCCP2RemSigDstR1Entry  32 }

  sCCP2RemSigDstR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sCCP2RemSigDstR1Entry  33 }

  sCCP2RemSigDstR1TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { sCCP2RemSigDstR1Entry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Intelligent Networking Services'                     */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  iNR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF INR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1768 }

  iNR4Entry OBJECT-TYPE
    SYNTAX       INR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iNR4NEConn,
             iNR4NetwkElement,
             iNR4CFSIx }
    ::= {  iNR4Table  1  }

  INR4Entry  ::=  SEQUENCE
  {
    iNR4NEConn                         Unsigned32,
    iNR4NetwkElement                   DisplayString,
    iNR4CFSIx                          Unsigned32,
    iNR4AINResponseTimerT1Durn         INTEGER,
    iNR4I1TriggerTblLNPLookupNEConn    Unsigned32,
    iNR4I2TriggerTblLNPLookupNetwkElement
                                       DisplayString,
    iNR4I3TriggerTblLNPLookupCFSIx     Unsigned32,
    iNR4I4TriggerTblLNPLookupTriggerIx Unsigned32,
    iNR4TriggerTblLNPLookupOtherVals   INTEGER,
    iNR4AlrmState                      INTEGER,
    iNR4AlrmEvtsAttnRqLogCorr          Counter64,
    iNR4AlrmEvtsAttnRq                 Unsigned32,
    iNR4AlrmEvtsAtndDpLogCorr          Counter64,
    iNR4AlrmEvtsAtndDp                 Unsigned32,
    iNR4AlrmStateTimestamp             Unsigned32,
    iNR4AlrmResetTimestamp             Unsigned32,
    iNR4ChldAlrmsAttnRq                Integer32,
    iNR4ChldAlrmEvtsAttnRq             Unsigned32,
    iNR4ChldAlrmsAtndDp                Integer32,
    iNR4ChldAlrmEvtsAtndDp             Unsigned32,
    iNR4SummaryChldAlrmState           INTEGER,
    iNR4RowStatus                      RowStatus,
    iNR4AdminStatus                    AdminStatus,
    iNR4OperStatus                     OperStatus,
    iNR4SupportOHDTrigger              INTEGER,
    iNR4OHDTriggerSubByDef             INTEGER,
    iNR4I1OHDTriggerDefTriggerNEConn   Unsigned32,
    iNR4I2OHDTriggerDefTriggerNetwkElement
                                       DisplayString,
    iNR4I3OHDTriggerDefTriggerCFSIx    Unsigned32,
    iNR4I4OHDTriggerDefTriggerTriggerIx
                                       Unsigned32,
    iNR4SupportTATrigger               INTEGER,
    iNR4TATriggerSubByDef              INTEGER,
    iNR4I1TATriggerDefTriggerNEConn    Unsigned32,
    iNR4I2TATriggerDefTriggerNetwkElement
                                       DisplayString,
    iNR4I3TATriggerDefTriggerCFSIx     Unsigned32,
    iNR4I4TATriggerDefTriggerTriggerIx Unsigned32,
    iNR4LNPCacheEnabled                INTEGER,
    iNR4LocalNumPortabMaxCacheEntries  Unsigned32,
    iNR4LNPCacheEntryExpiryTime        Unsigned32,
    iNR4DoExtraActions                 INTEGER,
    iNR4IATriggerPreferTrnkGpID        INTEGER,
    iNR4IATriggerDNISFromOutpulseNum   INTEGER
  }

  iNR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iNR4Entry  1 }

  iNR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iNR4Entry  2 }

  iNR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iNR4Entry  3 }

  iNR4AINResponseTimerT1Durn OBJECT-TYPE
    SYNTAX       INTEGER ( 100..30000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AIN response timer T1 duration'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { iNR4Entry  4 }

  iNR4I1TriggerTblLNPLookupNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trigger table for LNP lookup',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  5 }

  iNR4I2TriggerTblLNPLookupNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trigger table for LNP lookup',
                  This field represents index 'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  6 }

  iNR4I3TriggerTblLNPLookupCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trigger table for LNP lookup',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  7 }

  iNR4I4TriggerTblLNPLookupTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trigger table for LNP lookup',
                  This field represents index 'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  8 }

  iNR4TriggerTblLNPLookupOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trigger table for LNP lookup'.
                  This field represents the fixed
                  values that Trigger table for LNP lookup
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iNR4Entry  9 }

  iNR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iNR4Entry  10 }

  iNR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iNR4Entry  11 }

  iNR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iNR4Entry  12 }

  iNR4AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iNR4Entry  13 }

  iNR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iNR4Entry  14 }

  iNR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iNR4Entry  15 }

  iNR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iNR4Entry  16 }

  iNR4ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iNR4Entry  17 }

  iNR4ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iNR4Entry  18 }

  iNR4ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iNR4Entry  19 }

  iNR4ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iNR4Entry  20 }

  iNR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iNR4Entry  21 }

  iNR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iNR4Entry  22 }

  iNR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iNR4Entry  23 }

  iNR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iNR4Entry  24 }

  iNR4SupportOHDTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Hook Delay Subscriber Trigger - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { iNR4Entry  25 }

  iNR4OHDTriggerSubByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Hook Delay Subscriber Trigger - subscribed by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iNR4Entry  26 }

  iNR4I1OHDTriggerDefTriggerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Off-Hook Delay Subscriber Trigger - default trigger',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  27 }

  iNR4I2OHDTriggerDefTriggerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Off-Hook Delay Subscriber Trigger - default trigger',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  28 }

  iNR4I3OHDTriggerDefTriggerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Off-Hook Delay Subscriber Trigger - default trigger',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  29 }

  iNR4I4OHDTriggerDefTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Off-Hook Delay Subscriber Trigger - default trigger',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  30 }

  iNR4SupportTATrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination Attempt Trigger - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { iNR4Entry  31 }

  iNR4TATriggerSubByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination Attempt Trigger - subscribed by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iNR4Entry  32 }

  iNR4I1TATriggerDefTriggerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Termination Attempt Trigger - default trigger',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  33 }

  iNR4I2TATriggerDefTriggerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Termination Attempt Trigger - default trigger',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  34 }

  iNR4I3TATriggerDefTriggerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Termination Attempt Trigger - default trigger',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  35 }

  iNR4I4TATriggerDefTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Termination Attempt Trigger - default trigger',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { iNR4Entry  36 }

  iNR4LNPCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache enabled'."
    DEFVAL       { false }
    ::= { iNR4Entry  37 }

  iNR4LocalNumPortabMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - maximum cache entries'."
    ::= { iNR4Entry  38 }

  iNR4LNPCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..200 )
    UNITS        "hours"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local Number Portability - cache entry expiry time'."
    DEFVAL       { 48 }
    ::= { iNR4Entry  39 }

  iNR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearLNPCache(1),
                   manageLNPCache(2),
                   runLNPNetworkQuery(3),
                   runTollFreeNetworkQuery(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iNR4Entry  42 }

  iNR4IATriggerPreferTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Info Analyzed Trigger - prefer Trunk Group ID'."
    DEFVAL       { false }
    ::= { iNR4Entry  43 }

  iNR4IATriggerDNISFromOutpulseNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Info Analyzed Trigger - DNIS from Outpulse Number'."
    DEFVAL       { false }
    ::= { iNR4Entry  44 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Route'                                                 */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.3.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  m3UARouteTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UARouteEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'M3UA Application Server'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1769 }

  m3UARouteEntry OBJECT-TYPE
    SYNTAX       M3UARouteEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UARouteNEConn,
             m3UARouteNetwkElement,
             m3UARouteM3UAAppServerIx,
             m3UARouteM3UARouteIx }
    ::= {  m3UARouteTable  1  }

  M3UARouteEntry  ::=  SEQUENCE
  {
    m3UARouteNEConn                    Unsigned32,
    m3UARouteNetwkElement              DisplayString,
    m3UARouteM3UAAppServerIx           Unsigned32,
    m3UARouteM3UARouteIx               Unsigned32,
    m3UARouteI1RemSigGatewayNEConn     Unsigned32,
    m3UARouteI2RemSigGatewayNetwkElement
                                       DisplayString,
    m3UARouteI3RemSigGatewayRemSigGatewayIx
                                       Unsigned32,
    m3UARouteRtgCxt                    Unsigned32,
    m3UARouteAlrmState                 INTEGER,
    m3UARouteAlrmEvtsAttnRqLogCorr     Counter64,
    m3UARouteAlrmEvtsAttnRq            Unsigned32,
    m3UARouteAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    m3UARouteAlrmEvtsAtndDpLogCorr     Counter64,
    m3UARouteAlrmEvtsAtndDp            Unsigned32,
    m3UARouteAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    m3UARouteAlrmStateTimestamp        Unsigned32,
    m3UARouteDiagsLogLvl               INTEGER,
    m3UARouteRowStatus                 RowStatus,
    m3UARouteAdminStatus               AdminStatus,
    m3UARouteOperStatus                OperStatus
  }

  m3UARouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UARouteEntry  1 }

  m3UARouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UARouteEntry  2 }

  m3UARouteM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M3UA Application Server index'.
                  This is an index field."
    ::= { m3UARouteEntry  3 }

  m3UARouteM3UARouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { m3UARouteEntry  4 }

  m3UARouteI1RemSigGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Signaling Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORemoteSigGatewaySE'."
    ::= { m3UARouteEntry  5 }

  m3UARouteI2RemSigGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Signaling Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOORemoteSigGatewaySE'."
    ::= { m3UARouteEntry  6 }

  m3UARouteI3RemSigGatewayRemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Signaling Gateway',
                  This field represents index 'Remote Signalilng Gateway index'
                  in referenced type 'BOORemoteSigGatewaySE'."
    ::= { m3UARouteEntry  7 }

  m3UARouteRtgCxt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing context'.
                  This field is only writable during create."
    ::= { m3UARouteEntry  8 }

  m3UARouteAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { m3UARouteEntry  9 }

  m3UARouteAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { m3UARouteEntry  10 }

  m3UARouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARouteEntry  11 }

  m3UARouteAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { m3UARouteEntry  12 }

  m3UARouteAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { m3UARouteEntry  13 }

  m3UARouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARouteEntry  14 }

  m3UARouteAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { m3UARouteEntry  15 }

  m3UARouteAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { m3UARouteEntry  16 }

  m3UARouteDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UARouteEntry  17 }

  m3UARouteRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UARouteEntry  18 }

  m3UARouteAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARouteEntry  19 }

  m3UARouteOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARouteEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Additional Validated Account Codes'                         */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  addValAccCodesTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AddValAccCodesEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Mandatory Account Code Table'."
    ::= { metaSwitch  1770 }

  addValAccCodesEntry OBJECT-TYPE
    SYNTAX       AddValAccCodesEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { addValAccCodesNEConn,
             addValAccCodesNetwkElement,
             addValAccCodesCFSIx,
             addValAccCodesTblIx,
             addValAccCodesAddtlTblIx }
    ::= {  addValAccCodesTable  1  }

  AddValAccCodesEntry  ::=  SEQUENCE
  {
    addValAccCodesNEConn               Unsigned32,
    addValAccCodesNetwkElement         DisplayString,
    addValAccCodesCFSIx                Unsigned32,
    addValAccCodesTblIx                Unsigned32,
    addValAccCodesAddtlTblIx           Unsigned32,
    addValAccCodesDesc                 DisplayString,
    addValAccCodesCodeLen              Unsigned32,
    addValAccCodesValidAccountCodes    LongDisplayString,
    addValAccCodesRowStatus            RowStatus
  }

  addValAccCodesNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { addValAccCodesEntry  1 }

  addValAccCodesNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { addValAccCodesEntry  2 }

  addValAccCodesCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { addValAccCodesEntry  3 }

  addValAccCodesTblIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table index'.
                  This is an index field."
    ::= { addValAccCodesEntry  4 }

  addValAccCodesAddtlTblIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table index'.
                  This is an index field."
    ::= { addValAccCodesEntry  5 }

  addValAccCodesDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { addValAccCodesEntry  6 }

  addValAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code length'."
    ::= { addValAccCodesEntry  7 }

  addValAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid account codes'."
    ::= { addValAccCodesEntry  8 }

  addValAccCodesRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { addValAccCodesEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 8.0                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  pBXR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1771 }

  pBXR22Entry OBJECT-TYPE
    SYNTAX       PBXR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR22NEConn,
             pBXR22NetwkElement,
             pBXR22CFSIx,
             pBXR22DirNum }
    ::= {  pBXR22Table  1  }

  PBXR22Entry  ::=  SEQUENCE
  {
    pBXR22NEConn                       Unsigned32,
    pBXR22NetwkElement                 DisplayString,
    pBXR22CFSIx                        Unsigned32,
    pBXR22DirNum                       DisplayString,
    pBXR22PresNum                      DisplayString,
    pBXR22ClgPartyNum                  DisplayString,
    pBXR22I1SubGpNEConn                Unsigned32,
    pBXR22I2SubGpNetwkElement          DisplayString,
    pBXR22I3SubGpCFSIx                 Unsigned32,
    pBXR22I4SubGpSubGpIx               Unsigned32,
    pBXR22NumStatus                    INTEGER,
    pBXR22PortedExchangeID             DisplayString,
    pBXR22LineSelMethod                INTEGER,
    pBXR22ANIDNISFormat                DisplayString,
    pBXR22PIN                          DisplayString,
    pBXR22Locale                       INTEGER,
    pBXR22DigitMaskingReqd             INTEGER,
    pBXR22TermFacilityMarksServInterception
                                       INTEGER,
    pBXR22ActYear                      Unsigned32,
    pBXR22ActMonth                     Unsigned32,
    pBXR22ActDate                      Unsigned32,
    pBXR22CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR22PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR22CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR22PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR22ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR22ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR22ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR22ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR22DiagsAPITraceEnabled         INTEGER,
    pBXR22DiagsAPITraceTag             DisplayString,
    pBXR22DiagsAPITraceRemNum          DisplayString,
    pBXR22TotChldAlrmsAttnRq           Unsigned32,
    pBXR22TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR22TotChldAlrmsAtndDp           Unsigned32,
    pBXR22TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR22SummaryChldAlrmState         INTEGER,
    pBXR22ExportNumObjectsExported     Integer32,
    pBXR22ExportStatus                 DisplayString,
    pBXR22ExportFile                   DisplayString,
    pBXR22ExportCorr                   Counter64,
    pBXR22ExportCorrNode               DisplayString,
    pBXR22ExportCorrUID                DisplayString,
    pBXR22DoExtraActions               INTEGER,
    pBXR22RowStatus                    RowStatus,
    pBXR22MovedToDirNum                DisplayString,
    pBXR22CustInfo                     DisplayString,
    pBXR22DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR22ServSuspended                INTEGER,
    pBXR22SendDIDSeqListedDirNum       INTEGER,
    pBXR22DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR22CustInfo2                    DisplayString,
    pBXR22CustInfo3                    DisplayString,
    pBXR22CustInfo4                    DisplayString,
    pBXR22CustInfo5                    DisplayString,
    pBXR22CustInfo6                    DisplayString,
    pBXR22RecentlyMovedFromOldNum      INTEGER,
    pBXR22MovedFromDirNum              DisplayString,
    pBXR22ConnectCallAfterAnnounce     INTEGER,
    pBXR22DiagsLogLvl                  INTEGER,
    pBXR22PBXFixBits                   BITS,
    pBXR22ChargeNum                    DisplayString,
    pBXR22SigType                      INTEGER,
    pBXR22SDActMaxCallAppearances      Unsigned32,
    pBXR22SDDefMaxCallAppearances      Unsigned32,
    pBXR22SDUseDefMaxCallAppearances   INTEGER,
    pBXR22I1PerProfNEConn              Unsigned32,
    pBXR22I2PerProfNetwkElement        DisplayString,
    pBXR22I3PerProfCFSIx               Unsigned32,
    pBXR22I4PerProfGpIx                Unsigned32,
    pBXR22SDActTimezone                INTEGER,
    pBXR22SDDefTimezone                INTEGER,
    pBXR22SDUseDefTimezone             INTEGER,
    pBXR22SDActAdjustDaylightSavings   INTEGER,
    pBXR22SDDefAdjustDaylightSavings   INTEGER,
    pBXR22SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR22SDActLongDistanceCarr        DisplayString,
    pBXR22SDDefLongDistanceCarr        DisplayString,
    pBXR22SDUseDefLongDistanceCarr     INTEGER,
    pBXR22SDActIntraLATACarr           DisplayString,
    pBXR22SDDefIntraLATACarr           DisplayString,
    pBXR22SDUseDefIntraLATACarr        INTEGER,
    pBXR22SDActRtgAttrs                BITS,
    pBXR22SDDefRtgAttrs                BITS,
    pBXR22SDUseDefRtgAttrs             INTEGER,
    pBXR22SDActBillType                INTEGER,
    pBXR22SDDefBillType                INTEGER,
    pBXR22SDUseDefBillType             INTEGER,
    pBXR22SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR22SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR22SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR22SDActTariffGp                INTEGER,
    pBXR22SDDefTariffGp                INTEGER,
    pBXR22SDUseDefTariffGp             INTEGER,
    pBXR22SDActIntnatlCarr             DisplayString,
    pBXR22SDDefIntnatlCarr             DisplayString,
    pBXR22SDUseDefIntnatlCarr          INTEGER,
    pBXR22SDActLCC1                    INTEGER,
    pBXR22SDDefLCC1                    INTEGER,
    pBXR22SDUseDefLCC1                 INTEGER,
    pBXR22SDActLCC2                    INTEGER,
    pBXR22SDDefLCC2                    INTEGER,
    pBXR22SDUseDefLCC2                 INTEGER,
    pBXR22SDActLCC3                    INTEGER,
    pBXR22SDDefLCC3                    INTEGER,
    pBXR22SDUseDefLCC3                 INTEGER,
    pBXR22SDActLCC4                    INTEGER,
    pBXR22SDDefLCC4                    INTEGER,
    pBXR22SDUseDefLCC4                 INTEGER,
    pBXR22SDActLCC5                    INTEGER,
    pBXR22SDDefLCC5                    INTEGER,
    pBXR22SDUseDefLCC5                 INTEGER,
    pBXR22SDActForceLNPLookup          INTEGER,
    pBXR22SDDefForceLNPLookup          INTEGER,
    pBXR22SDUseDefForceLNPLookup       INTEGER,
    pBXR22LineTrafficStudy             INTEGER,
    pBXR22DefNumDIDDigits              INTEGER,
    pBXR22EnabledDate                  Unsigned32,
    pBXR22ChargeNumReqd                INTEGER,
    pBXR22SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR22SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR22SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR22SDActLCC6                    INTEGER,
    pBXR22SDDefLCC6                    INTEGER,
    pBXR22SDUseDefLCC6                 INTEGER,
    pBXR22SDActLCC7                    INTEGER,
    pBXR22SDDefLCC7                    INTEGER,
    pBXR22SDUseDefLCC7                 INTEGER,
    pBXR22SDActLCC8                    INTEGER,
    pBXR22SDDefLCC8                    INTEGER,
    pBXR22SDUseDefLCC8                 INTEGER,
    pBXR22SDActLCC9                    INTEGER,
    pBXR22SDDefLCC9                    INTEGER,
    pBXR22SDUseDefLCC9                 INTEGER,
    pBXR22SDActLCC10                   INTEGER,
    pBXR22SDDefLCC10                   INTEGER,
    pBXR22SDUseDefLCC10                INTEGER,
    pBXR22SDActLCC11                   INTEGER,
    pBXR22SDDefLCC11                   INTEGER,
    pBXR22SDUseDefLCC11                INTEGER,
    pBXR22SDActLCC12                   INTEGER,
    pBXR22SDDefLCC12                   INTEGER,
    pBXR22SDUseDefLCC12                INTEGER,
    pBXR22SDActLCC13                   INTEGER,
    pBXR22SDDefLCC13                   INTEGER,
    pBXR22SDUseDefLCC13                INTEGER,
    pBXR22SDActLCC14                   INTEGER,
    pBXR22SDDefLCC14                   INTEGER,
    pBXR22SDUseDefLCC14                INTEGER,
    pBXR22SDActLCC15                   INTEGER,
    pBXR22SDDefLCC15                   INTEGER,
    pBXR22SDUseDefLCC15                INTEGER,
    pBXR22SDActLCC16                   INTEGER,
    pBXR22SDDefLCC16                   INTEGER,
    pBXR22SDUseDefLCC16                INTEGER,
    pBXR22SDActLCC17                   INTEGER,
    pBXR22SDDefLCC17                   INTEGER,
    pBXR22SDUseDefLCC17                INTEGER,
    pBXR22SDActLCC18                   INTEGER,
    pBXR22SDDefLCC18                   INTEGER,
    pBXR22SDUseDefLCC18                INTEGER,
    pBXR22SDActLCC19                   INTEGER,
    pBXR22SDDefLCC19                   INTEGER,
    pBXR22SDUseDefLCC19                INTEGER,
    pBXR22SDActLCC20                   INTEGER,
    pBXR22SDDefLCC20                   INTEGER,
    pBXR22SDUseDefLCC20                INTEGER,
    pBXR22LDNPBXCapacityGp             INTEGER,
    pBXR22SDActVQMCallLogging          INTEGER,
    pBXR22SDDefVQMCallLogging          INTEGER,
    pBXR22SDUseDefVQMCallLogging       INTEGER,
    pBXR22FaultMonitoringLvl           INTEGER,
    pBXR22CFMLvlOnApply2               INTEGER,
    pBXR22MovedToNumAsDialed           DisplayString,
    pBXR22MovedDate                    Unsigned32,
    pBXR22SDActExpireAfter             Unsigned32,
    pBXR22SDDefExpireAfter             Unsigned32,
    pBXR22SDUseDefExpireAfter          INTEGER,
    pBXR22ExpiryDate                   Unsigned32,
    pBXR22IntercomDialingCode          DisplayString,
    pBXR22I1BusGpBusGpNEConn           Unsigned32,
    pBXR22I2BusGpBusGpNetwkElement     DisplayString,
    pBXR22I3BusGpBusGpCFSIx            Unsigned32,
    pBXR22I4BusGpBusGpGpIx             Unsigned32,
    pBXR22BusGpBusGpOtherVals          INTEGER,
    pBXR22BusGpExternalLineCode        DisplayString,
    pBXR22BusGpInternalLineCode        DisplayString,
    pBXR22BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR22BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR22BusGpForceSimpleMatching     INTEGER,
    pBXR22BusGpDiagsLogCorr            Counter64,
    pBXR22SecondLocale                 INTEGER,
    pBXR22SDActAdvChrgAOCD             INTEGER,
    pBXR22SDDefAdvChrgAOCD             INTEGER,
    pBXR22SDUseDefAdvChrgAOCD          INTEGER,
    pBXR22SDActAdvChrgAOCE             INTEGER,
    pBXR22SDDefAdvChrgAOCE             INTEGER,
    pBXR22SDUseDefAdvChrgAOCE          INTEGER,
    pBXR22I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR22I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR22I3DelegatedManagementGpDMGIx Integer32,
    pBXR22SDActSubTimezone             LongDisplayString,
    pBXR22SDDefSubTimezone             LongDisplayString,
    pBXR22SDUseDefSubTimezone          INTEGER,
    pBXR22SDActChargeInd               INTEGER,
    pBXR22SDDefChargeInd               INTEGER,
    pBXR22SDUseDefChargeInd            INTEGER,
    pBXR22SDActSubClgCategory          INTEGER,
    pBXR22SDDefSubClgCategory          INTEGER,
    pBXR22SDUseDefSubClgCategory       INTEGER,
    pBXR22CustomerInfoFirstName        LongDisplayString,
    pBXR22CustomerInfoSecondName       LongDisplayString,
    pBXR22CustomerInfoOtherNames       LongDisplayString,
    pBXR22CustomerInfoPenultimateName  LongDisplayString,
    pBXR22CustomerInfoSurname          LongDisplayString,
    pBXR22UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR22I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR22I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR22I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR22I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR22TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR22I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR22I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR22I3FaultMonitoringProfFMPIx   Integer32,
    pBXR22FaultMonitoringProfOtherVals INTEGER,
    pBXR22ApplyFMPToReltdObjectTypes   BITS,
    pBXR22AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR22SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR22SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR22SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR22SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR22SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR22SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR22AlrmState                    INTEGER,
    pBXR22StatisticsAlrms              Integer32,
    pBXR22AlrmLogCorr                  Counter64,
    pBXR22AddtlAlrmLogCorr             Counter64,
    pBXR22AlrmEvtsAttnRq               Unsigned32,
    pBXR22AlrmEvtsAtndDp               Unsigned32,
    pBXR22AlrmStateTimestamp           Unsigned32,
    pBXR22SASHostname                  LongDisplayString,
    pBXR22UseCfgdTrnkGpID              INTEGER,
    pBXR22TrnkGpID                     INTEGER,
    pBXR22ExportIncASRepData           INTEGER,
    pBXR22ExportChldObjectsToInc       INTEGER
  }

  pBXR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR22Entry  1 }

  pBXR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR22Entry  2 }

  pBXR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR22Entry  3 }

  pBXR22DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR22Entry  4 }

  pBXR22PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR22Entry  5 }

  pBXR22ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR22Entry  6 }

  pBXR22I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR22Entry  7 }

  pBXR22I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR22Entry  8 }

  pBXR22I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR22Entry  9 }

  pBXR22I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR22Entry  10 }

  pBXR22NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR22Entry  11 }

  pBXR22PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR22Entry  12 }

  pBXR22LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR22Entry  13 }

  pBXR22ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR22Entry  14 }

  pBXR22PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR22Entry  18 }

  pBXR22Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR22Entry  19 }

  pBXR22DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR22Entry  22 }

  pBXR22TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR22Entry  24 }

  pBXR22ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR22Entry  26 }

  pBXR22ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR22Entry  27 }

  pBXR22ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR22Entry  28 }

  pBXR22CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR22Entry  29 }

  pBXR22PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR22Entry  30 }

  pBXR22CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR22Entry  31 }

  pBXR22PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR22Entry  32 }

  pBXR22ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR22Entry  33 }

  pBXR22ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR22Entry  34 }

  pBXR22ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR22Entry  35 }

  pBXR22ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR22Entry  36 }

  pBXR22DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR22Entry  37 }

  pBXR22DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR22Entry  38 }

  pBXR22DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR22Entry  39 }

  pBXR22TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR22Entry  40 }

  pBXR22TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR22Entry  41 }

  pBXR22TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR22Entry  42 }

  pBXR22TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR22Entry  43 }

  pBXR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR22Entry  44 }

  pBXR22ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR22Entry  45 }

  pBXR22ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR22Entry  46 }

  pBXR22ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR22Entry  47 }

  pBXR22ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR22Entry  48 }

  pBXR22ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR22Entry  49 }

  pBXR22ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR22Entry  50 }

  pBXR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR22Entry  51 }

  pBXR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR22Entry  52 }

  pBXR22MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR22Entry  53 }

  pBXR22CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR22Entry  54 }

  pBXR22DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR22Entry  55 }

  pBXR22ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR22Entry  57 }

  pBXR22SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR22Entry  59 }

  pBXR22DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR22Entry  60 }

  pBXR22CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR22Entry  61 }

  pBXR22CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR22Entry  62 }

  pBXR22CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR22Entry  63 }

  pBXR22CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR22Entry  64 }

  pBXR22CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR22Entry  65 }

  pBXR22RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR22Entry  66 }

  pBXR22MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR22Entry  67 }

  pBXR22ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR22Entry  68 }

  pBXR22DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR22Entry  69 }

  pBXR22PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR22Entry  71 }

  pBXR22ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR22Entry  72 }

  pBXR22SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR22Entry  74 }

  pBXR22SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  75 }

  pBXR22SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  76 }

  pBXR22SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  77 }

  pBXR22I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR22Entry  84 }

  pBXR22I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR22Entry  85 }

  pBXR22I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR22Entry  86 }

  pBXR22I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR22Entry  87 }

  pBXR22SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  88 }

  pBXR22SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  89 }

  pBXR22SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  90 }

  pBXR22SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  91 }

  pBXR22SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  92 }

  pBXR22SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  93 }

  pBXR22SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  100 }

  pBXR22SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  101 }

  pBXR22SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  102 }

  pBXR22SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  103 }

  pBXR22SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  104 }

  pBXR22SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  105 }

  pBXR22SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  106 }

  pBXR22SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  107 }

  pBXR22SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  108 }

  pBXR22SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  109 }

  pBXR22SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  110 }

  pBXR22SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  111 }

  pBXR22SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  112 }

  pBXR22SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  113 }

  pBXR22SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  114 }

  pBXR22SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  115 }

  pBXR22SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  116 }

  pBXR22SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  117 }

  pBXR22SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  118 }

  pBXR22SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  119 }

  pBXR22SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  120 }

  pBXR22SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  121 }

  pBXR22SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  122 }

  pBXR22SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  123 }

  pBXR22SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  124 }

  pBXR22SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  125 }

  pBXR22SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  126 }

  pBXR22SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  127 }

  pBXR22SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  128 }

  pBXR22SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  129 }

  pBXR22SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  130 }

  pBXR22SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  131 }

  pBXR22SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  132 }

  pBXR22SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  133 }

  pBXR22SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  134 }

  pBXR22SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  135 }

  pBXR22SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  136 }

  pBXR22SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  137 }

  pBXR22SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  138 }

  pBXR22LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR22Entry  139 }

  pBXR22DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR22Entry  140 }

  pBXR22EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR22Entry  141 }

  pBXR22ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR22Entry  142 }

  pBXR22SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  150 }

  pBXR22SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  151 }

  pBXR22SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  152 }

  pBXR22SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  153 }

  pBXR22SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  154 }

  pBXR22SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  155 }

  pBXR22SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  156 }

  pBXR22SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  157 }

  pBXR22SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  158 }

  pBXR22SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  159 }

  pBXR22SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  160 }

  pBXR22SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  161 }

  pBXR22SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  162 }

  pBXR22SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  163 }

  pBXR22SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  164 }

  pBXR22SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  165 }

  pBXR22SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  166 }

  pBXR22SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  167 }

  pBXR22SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  168 }

  pBXR22SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  169 }

  pBXR22SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  170 }

  pBXR22SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  171 }

  pBXR22SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  172 }

  pBXR22SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  173 }

  pBXR22SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  174 }

  pBXR22SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  175 }

  pBXR22SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  176 }

  pBXR22SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  177 }

  pBXR22SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  178 }

  pBXR22SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  179 }

  pBXR22SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  180 }

  pBXR22SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  181 }

  pBXR22SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  182 }

  pBXR22SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  183 }

  pBXR22SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  184 }

  pBXR22SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  185 }

  pBXR22SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  186 }

  pBXR22SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  187 }

  pBXR22SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  188 }

  pBXR22SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  189 }

  pBXR22SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  190 }

  pBXR22SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  191 }

  pBXR22SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  192 }

  pBXR22SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  193 }

  pBXR22SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  194 }

  pBXR22SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  195 }

  pBXR22SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  196 }

  pBXR22SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  197 }

  pBXR22LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR22Entry  205 }

  pBXR22SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  206 }

  pBXR22SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  207 }

  pBXR22SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  208 }

  pBXR22FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR22Entry  209 }

  pBXR22CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR22Entry  210 }

  pBXR22MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR22Entry  211 }

  pBXR22MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR22Entry  212 }

  pBXR22SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  213 }

  pBXR22SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  214 }

  pBXR22SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  215 }

  pBXR22ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR22Entry  216 }

  pBXR22IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR22Entry  217 }

  pBXR22I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR22Entry  218 }

  pBXR22I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR22Entry  219 }

  pBXR22I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR22Entry  220 }

  pBXR22I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR22Entry  221 }

  pBXR22BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR22Entry  222 }

  pBXR22BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR22Entry  223 }

  pBXR22BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR22Entry  224 }

  pBXR22BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR22Entry  225 }

  pBXR22BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR22Entry  226 }

  pBXR22BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR22Entry  227 }

  pBXR22BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR22Entry  228 }

  pBXR22SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR22Entry  230 }

  pBXR22SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  231 }

  pBXR22SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  232 }

  pBXR22SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  233 }

  pBXR22SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  234 }

  pBXR22SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  235 }

  pBXR22SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  236 }

  pBXR22I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR22Entry  237 }

  pBXR22I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR22Entry  238 }

  pBXR22I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR22Entry  239 }

  pBXR22SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  241 }

  pBXR22SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  242 }

  pBXR22SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  243 }

  pBXR22SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  244 }

  pBXR22SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  245 }

  pBXR22SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  246 }

  pBXR22SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  247 }

  pBXR22SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  248 }

  pBXR22SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  249 }

  pBXR22CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR22Entry  260 }

  pBXR22CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR22Entry  261 }

  pBXR22CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR22Entry  262 }

  pBXR22CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR22Entry  263 }

  pBXR22CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR22Entry  264 }

  pBXR22UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR22Entry  265 }

  pBXR22I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR22Entry  266 }

  pBXR22I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR22Entry  267 }

  pBXR22I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR22Entry  268 }

  pBXR22I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR22Entry  269 }

  pBXR22TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR22Entry  270 }

  pBXR22I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR22Entry  271 }

  pBXR22I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR22Entry  272 }

  pBXR22I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR22Entry  273 }

  pBXR22FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR22Entry  274 }

  pBXR22ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR22Entry  275 }

  pBXR22AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR22Entry  276 }

  pBXR22SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  277 }

  pBXR22SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  278 }

  pBXR22SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  279 }

  pBXR22SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  280 }

  pBXR22SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR22Entry  281 }

  pBXR22SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR22Entry  282 }

  pBXR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR22Entry  283 }

  pBXR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR22Entry  284 }

  pBXR22AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR22Entry  285 }

  pBXR22AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR22Entry  286 }

  pBXR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR22Entry  287 }

  pBXR22AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR22Entry  288 }

  pBXR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR22Entry  289 }

  pBXR22SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR22Entry  290 }

  pBXR22UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR22Entry  291 }

  pBXR22TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR22Entry  292 }

  pBXR22ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR22Entry  305 }

  pBXR22ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR22Entry  313 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Offline Charging'                                       */
-- /* Valid from: 8.0                                                               */
-- /* Valid before: 9.5.10                                                          */
-- /*********************************************************************************/

  iMSOfflChrgTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOfflChrgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1776 }

  iMSOfflChrgEntry OBJECT-TYPE
    SYNTAX       IMSOfflChrgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOfflChrgNEConn,
             iMSOfflChrgNetwkElement,
             iMSOfflChrgCFSIx }
    ::= {  iMSOfflChrgTable  1  }

  IMSOfflChrgEntry  ::=  SEQUENCE
  {
    iMSOfflChrgNEConn                  Unsigned32,
    iMSOfflChrgNetwkElement            DisplayString,
    iMSOfflChrgCFSIx                   Unsigned32,
    iMSOfflChrgI1LocalDiameterEntityNEConn
                                       Unsigned32,
    iMSOfflChrgI2LocalDiameterEntityNetwkElement
                                       DisplayString,
    iMSOfflChrgI3LocalDiameterEntityDiameterEntityIx
                                       Unsigned32,
    iMSOfflChrgDestRealm               DisplayString,
    iMSOfflChrgDefChargingFunctionAddrs
                                       LongDisplayString,
    iMSOfflChrgDefAddrSelAlgorithm     INTEGER,
    iMSOfflChrgCacheRetryPeriod        Unsigned32,
    iMSOfflChrgAlrmState               INTEGER,
    iMSOfflChrgStatisticsAlrms         Integer32,
    iMSOfflChrgAlrmStateTimestamp      Unsigned32,
    iMSOfflChrgAlrmEvtsAttnRqLogCorr   Counter64,
    iMSOfflChrgAlrmEvtsAttnRq          Unsigned32,
    iMSOfflChrgAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iMSOfflChrgDoExtraActions          INTEGER,
    iMSOfflChrgRowStatus               RowStatus,
    iMSOfflChrgAdminStatus             AdminStatus,
    iMSOfflChrgOperStatus              OperStatus
  }

  iMSOfflChrgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOfflChrgEntry  1 }

  iMSOfflChrgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOfflChrgEntry  2 }

  iMSOfflChrgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iMSOfflChrgEntry  3 }

  iMSOfflChrgI1LocalDiameterEntityNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgEntry  4 }

  iMSOfflChrgI2LocalDiameterEntityNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgEntry  5 }

  iMSOfflChrgI3LocalDiameterEntityDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Diameter Entity index'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgEntry  6 }

  iMSOfflChrgDestRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination realm'."
    ::= { iMSOfflChrgEntry  7 }

  iMSOfflChrgDefChargingFunctionAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..650))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default charging function addresses'."
    ::= { iMSOfflChrgEntry  8 }

  iMSOfflChrgDefAddrSelAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   inOrder(1),
                   roundRobin(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default address selection algorithm'."
    DEFVAL       { inOrder }
    ::= { iMSOfflChrgEntry  9 }

  iMSOfflChrgCacheRetryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cache retry period'."
    DEFVAL       { 3600 }
    ::= { iMSOfflChrgEntry  10 }

  iMSOfflChrgAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iMSOfflChrgEntry  11 }

  iMSOfflChrgStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iMSOfflChrgEntry  12 }

  iMSOfflChrgAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iMSOfflChrgEntry  13 }

  iMSOfflChrgAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iMSOfflChrgEntry  14 }

  iMSOfflChrgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSOfflChrgEntry  15 }

  iMSOfflChrgAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iMSOfflChrgEntry  16 }

  iMSOfflChrgDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   retryCache(1),
                   resetAlarm(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgEntry  17 }

  iMSOfflChrgRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iMSOfflChrgEntry  18 }

  iMSOfflChrgAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgEntry  19 }

  iMSOfflChrgOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Lookup Number Block'                                        */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  rPSLocalAreaNumbersR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSLocalAreaNumbersR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'On-Switch and LNP Lookups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1783 }

  rPSLocalAreaNumbersR6Entry OBJECT-TYPE
    SYNTAX       RPSLocalAreaNumbersR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSLocalAreaNumbersR6NEConn,
             rPSLocalAreaNumbersR6NetwkElement,
             rPSLocalAreaNumbersR6CFSIx,
             rPSLocalAreaNumbersR6CfgSetIx,
             rPSLocalAreaNumbersR6LocalAreaIx }
    ::= {  rPSLocalAreaNumbersR6Table  1  }

  RPSLocalAreaNumbersR6Entry  ::=  SEQUENCE
  {
    rPSLocalAreaNumbersR6NEConn        Unsigned32,
    rPSLocalAreaNumbersR6NetwkElement  DisplayString,
    rPSLocalAreaNumbersR6CFSIx         Unsigned32,
    rPSLocalAreaNumbersR6CfgSetIx      Unsigned32,
    rPSLocalAreaNumbersR6LocalAreaIx   Unsigned32,
    rPSLocalAreaNumbersR6NumBlockPrefix
                                       DisplayString,
    rPSLocalAreaNumbersR6NumBlockType  INTEGER,
    rPSLocalAreaNumbersR6RowStatus     RowStatus,
    rPSLocalAreaNumbersR6NumBlockName  DisplayString,
    rPSLocalAreaNumbersR6T1I1AsscSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSLocalAreaNumbersR6T1I2AsscSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSLocalAreaNumbersR6T1I3AsscSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSLocalAreaNumbersR6AsscSigGwM3UAAppSvrOtherVals
                                       INTEGER,
    rPSLocalAreaNumbersR6T2I1AsscSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSLocalAreaNumbersR6T2I2AsscSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSLocalAreaNumbersR6T2I3AsscSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32
  }

  rPSLocalAreaNumbersR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSLocalAreaNumbersR6Entry  1 }

  rPSLocalAreaNumbersR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSLocalAreaNumbersR6Entry  2 }

  rPSLocalAreaNumbersR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSLocalAreaNumbersR6Entry  3 }

  rPSLocalAreaNumbersR6CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSLocalAreaNumbersR6Entry  4 }

  rPSLocalAreaNumbersR6LocalAreaIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local area index'.
                  This is an index field."
    ::= { rPSLocalAreaNumbersR6Entry  5 }

  rPSLocalAreaNumbersR6NumBlockPrefix OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number block prefix'."
    ::= { rPSLocalAreaNumbersR6Entry  6 }

  rPSLocalAreaNumbersR6NumBlockType OBJECT-TYPE
    SYNTAX       INTEGER {
                   owned(1),
                   ownedButMayBePortedAway(2),
                   notOwnedButMayBePortedTo(3),
                   notOwnedButMayBePortedToServedExchange(4),
                   sparselyOwned(5),
                   sparselyOwnedAndMayBePortedAway(6),
                   notOwnedButMayBePortedToSharedLRN(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number block type'."
    DEFVAL       { owned }
    ::= { rPSLocalAreaNumbersR6Entry  7 }

  rPSLocalAreaNumbersR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSLocalAreaNumbersR6Entry  8 }

  rPSLocalAreaNumbersR6NumBlockName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number block name'."
    ::= { rPSLocalAreaNumbersR6Entry  9 }

  rPSLocalAreaNumbersR6T1I1AsscSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSLocalAreaNumbersR6Entry  10 }

  rPSLocalAreaNumbersR6T1I2AsscSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSLocalAreaNumbersR6Entry  11 }

  rPSLocalAreaNumbersR6T1I3AsscSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSLocalAreaNumbersR6Entry  12 }

  rPSLocalAreaNumbersR6AsscSigGwM3UAAppSvrOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated Signaling Gateway/M3UA Application Server'.
                  This field represents the fixed
                  values that Associated Signaling Gateway/M3UA Application Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSLocalAreaNumbersR6Entry  13 }

  rPSLocalAreaNumbersR6T2I1AsscSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSLocalAreaNumbersR6Entry  14 }

  rPSLocalAreaNumbersR6T2I2AsscSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSLocalAreaNumbersR6Entry  15 }

  rPSLocalAreaNumbersR6T2I3AsscSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSLocalAreaNumbersR6Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Chassis Connection'                                         */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  systemConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SystemConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  Table does not support createAndWait."
    ::= { metaSwitch  1785 }

  systemConnEntry OBJECT-TYPE
    SYNTAX       SystemConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { systemConnChassisConnIx,
             systemConnChassisIx }
    ::= {  systemConnTable  1  }

  SystemConnEntry  ::=  SEQUENCE
  {
    systemConnChassisConnIx            Integer32,
    systemConnChassisIx                Integer32,
    systemConnIPAddr                   DisplayString,
    systemConnName                     DisplayString,
    systemConnConnType                 INTEGER,
    systemConnClusterName              DisplayString,
    systemConnSerialNum                DisplayString,
    systemConnAlrmState                INTEGER,
    systemConnAlrmStateTimestamp       Counter64,
    systemConnAlrmEvtsAttnRq           Integer32,
    systemConnRowStatus                RowStatus,
    systemConnOperStatus               OperStatus,
    systemConnUsePreV11040SNMPCommunityConn
                                       INTEGER,
    systemConnSNMPCommunity            DisplayString
  }

  systemConnChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { systemConnEntry  1 }

  systemConnChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { systemConnEntry  2 }

  systemConnIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual IP address'.
                  This field is only writable during create."
    ::= { systemConnEntry  3 }

  systemConnName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { systemConnEntry  4 }

  systemConnConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   insecure(1),
                   secure(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  Field is write-only, GETs will return 0.
                  This field is not writable when active."
    DEFVAL       { insecure }
    ::= { systemConnEntry  5 }

  systemConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { systemConnEntry  6 }

  systemConnSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { systemConnEntry  7 }

  systemConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { systemConnEntry  8 }

  systemConnAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { systemConnEntry  9 }

  systemConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { systemConnEntry  10 }

  systemConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { systemConnEntry  11 }

  systemConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { systemConnEntry  12 }

  systemConnUsePreV11040SNMPCommunityConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use pre-V1.10.40 SNMP community for connection'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { systemConnEntry  13 }

  systemConnSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { systemConnEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Chassis'                                                    */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  systemTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SystemEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1786 }

  systemEntry OBJECT-TYPE
    SYNTAX       SystemEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { systemChassisConnIx,
             systemChassisIx }
    ::= {  systemTable  1  }

  SystemEntry  ::=  SEQUENCE
  {
    systemChassisConnIx                Integer32,
    systemChassisIx                    Integer32,
    systemName                         DisplayString,
    systemChldAlrmsAttnRq              Integer32,
    systemSummaryChldAlrmState         INTEGER,
    systemChldStatisticsAlrms          Integer32
  }

  systemChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { systemEntry  1 }

  systemChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { systemEntry  2 }

  systemName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { systemEntry  3 }

  systemChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { systemEntry  4 }

  systemSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { systemEntry  5 }

  systemChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { systemEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Hardware Inventory'                                         */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHwInvTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHwInvEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1787 }

  sysHwInvEntry OBJECT-TYPE
    SYNTAX       SysHwInvEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHwInvChassisConnIx,
             sysHwInvChassisIx }
    ::= {  sysHwInvTable  1  }

  SysHwInvEntry  ::=  SEQUENCE
  {
    sysHwInvChassisConnIx              Integer32,
    sysHwInvChassisIx                  Integer32,
    sysHwInvPartName                   LongDisplayString,
    sysHwInvSysType                    INTEGER,
    sysHwInvSysUniqueIdentifier        LongDisplayString,
    sysHwInvSerialNum                  LongDisplayString,
    sysHwInvProductVersion             LongDisplayString,
    sysHwInvManufacturedDate           Counter64,
    sysHwInvHardwarePartNum            LongDisplayString,
    sysHwInvHardwareProductName        LongDisplayString,
    sysHwInvManufacturer               LongDisplayString,
    sysHwInvAlrmState                  INTEGER,
    sysHwInvAlrmStateTimestamp         Counter64,
    sysHwInvAlrmEvtsAttnRq             Integer32,
    sysHwInvChldAlrmsAttnRq            Integer32,
    sysHwInvSummaryChldAlrmState       INTEGER
  }

  sysHwInvChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHwInvEntry  1 }

  sysHwInvChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHwInvEntry  2 }

  sysHwInvPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Part name'."
    ::= { sysHwInvEntry  3 }

  sysHwInvSysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   twoSlot(2),
                   fourteenSlot(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { sysHwInvEntry  4 }

  sysHwInvSysUniqueIdentifier OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { sysHwInvEntry  5 }

  sysHwInvSerialNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysHwInvEntry  6 }

  sysHwInvProductVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product version'."
    ::= { sysHwInvEntry  7 }

  sysHwInvManufacturedDate OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufactured date'."
    ::= { sysHwInvEntry  8 }

  sysHwInvHardwarePartNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware part number'."
    ::= { sysHwInvEntry  9 }

  sysHwInvHardwareProductName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware product name'."
    ::= { sysHwInvEntry  10 }

  sysHwInvManufacturer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufacturer'."
    ::= { sysHwInvEntry  11 }

  sysHwInvAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHwInvEntry  12 }

  sysHwInvAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHwInvEntry  13 }

  sysHwInvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHwInvEntry  14 }

  sysHwInvChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysHwInvEntry  15 }

  sysHwInvSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysHwInvEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Slot'                                                       */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHISlotTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHISlotEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Hardware Inventory'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1788 }

  sysHISlotEntry OBJECT-TYPE
    SYNTAX       SysHISlotEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHISlotChassisConnIx,
             sysHISlotChassisIx,
             sysHISlotSlotIx }
    ::= {  sysHISlotTable  1  }

  SysHISlotEntry  ::=  SEQUENCE
  {
    sysHISlotChassisConnIx             Integer32,
    sysHISlotChassisIx                 Integer32,
    sysHISlotSlotIx                    Unsigned32,
    sysHISlotDesc                      LongDisplayString,
    sysHISlotPartName                  LongDisplayString,
    sysHISlotSerialNumNGMR             LongDisplayString,
    sysHISlotSerialNumCES              LongDisplayString,
    sysHISlotProductVersionNGMR        LongDisplayString,
    sysHISlotProductVersionCES         LongDisplayString,
    sysHISlotManufacturedDate          LongDisplayString,
    sysHISlotHardwarePartNumNGMR       LongDisplayString,
    sysHISlotHardwarePartNumCES        LongDisplayString,
    sysHISlotHardwareProductNameNGMR   LongDisplayString,
    sysHISlotHardwareProductNameCES    LongDisplayString,
    sysHISlotManufacturerNGMR          LongDisplayString,
    sysHISlotManufacturerCES           LongDisplayString,
    sysHISlotAlrmState                 INTEGER,
    sysHISlotAlrmStateTimestamp        Counter64,
    sysHISlotAlrmEvtsAttnRq            Integer32,
    sysHISlotChldAlrmsAttnRq           Integer32,
    sysHISlotSummaryChldAlrmState      INTEGER
  }

  sysHISlotChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHISlotEntry  1 }

  sysHISlotChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHISlotEntry  2 }

  sysHISlotSlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot index'.
                  This is an index field."
    ::= { sysHISlotEntry  3 }

  sysHISlotDesc OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sysHISlotEntry  4 }

  sysHISlotPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Part name'."
    ::= { sysHISlotEntry  5 }

  sysHISlotSerialNumNGMR OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysHISlotEntry  6 }

  sysHISlotSerialNumCES OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysHISlotEntry  7 }

  sysHISlotProductVersionNGMR OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product version'."
    ::= { sysHISlotEntry  8 }

  sysHISlotProductVersionCES OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product version'."
    ::= { sysHISlotEntry  9 }

  sysHISlotManufacturedDate OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufactured date'."
    ::= { sysHISlotEntry  10 }

  sysHISlotHardwarePartNumNGMR OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware part number'."
    ::= { sysHISlotEntry  11 }

  sysHISlotHardwarePartNumCES OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware part number'."
    ::= { sysHISlotEntry  12 }

  sysHISlotHardwareProductNameNGMR OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware product name'."
    ::= { sysHISlotEntry  13 }

  sysHISlotHardwareProductNameCES OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware product name'."
    ::= { sysHISlotEntry  14 }

  sysHISlotManufacturerNGMR OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufacturer'."
    ::= { sysHISlotEntry  15 }

  sysHISlotManufacturerCES OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufacturer'."
    ::= { sysHISlotEntry  16 }

  sysHISlotAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHISlotEntry  17 }

  sysHISlotAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHISlotEntry  18 }

  sysHISlotAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHISlotEntry  19 }

  sysHISlotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysHISlotEntry  20 }

  sysHISlotSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysHISlotEntry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Chassis Ethernet Switch Blade'                              */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHICESBladeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHICESBladeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Slot'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1789 }

  sysHICESBladeEntry OBJECT-TYPE
    SYNTAX       SysHICESBladeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHICESBladeChassisConnIx,
             sysHICESBladeChassisIx,
             sysHICESBladeSlotIx }
    ::= {  sysHICESBladeTable  1  }

  SysHICESBladeEntry  ::=  SEQUENCE
  {
    sysHICESBladeChassisConnIx         Integer32,
    sysHICESBladeChassisIx             Integer32,
    sysHICESBladeSlotIx                Unsigned32,
    sysHICESBladeAggregatePowerStatus  LongDisplayString,
    sysHICESBladeAggregateOperationalStatus
                                       LongDisplayString,
    sysHICESBladeAggregateThermalStatus
                                       LongDisplayString,
    sysHICESBladeClkStratum            INTEGER,
    sysHICESBladeVoltage33V            LongDisplayString,
    sysHICESBladeVoltage12V            LongDisplayString,
    sysHICESBladeVoltage25V            LongDisplayString,
    sysHICESBladeVoltage15V            LongDisplayString,
    sysHICESBladeVoltage120V           LongDisplayString,
    sysHICESBladeVoltage18V            LongDisplayString,
    sysHICESBladeVoltage125V           LongDisplayString,
    sysHICESBladeVoltage105V           LongDisplayString,
    sysHICESBladeSysFirmwareProgress   LongDisplayString,
    sysHICESBladeTemperature1          LongDisplayString,
    sysHICESBladeTemperature2          LongDisplayString,
    sysHICESBladeTemperature3          LongDisplayString,
    sysHICESBladeTemperature4          LongDisplayString,
    sysHICESBladeTemperature5          LongDisplayString,
    sysHICESBladeRTMPartName           LongDisplayString,
    sysHICESBladeRTMSerialNum          LongDisplayString,
    sysHICESBladeRTMProductVersion     LongDisplayString,
    sysHICESBladeRTMManufacturedDate   Counter64,
    sysHICESBladeRTMHardwarePartNum    LongDisplayString,
    sysHICESBladeRTMHardwareProductName
                                       LongDisplayString,
    sysHICESBladeRTMManufacturer       LongDisplayString,
    sysHICESBladeRTMTemperature1       LongDisplayString,
    sysHICESBladeRTMTemperature2       LongDisplayString,
    sysHICESBladeRTMTemperature3       LongDisplayString,
    sysHICESBladeAlrmState             INTEGER,
    sysHICESBladeAlrmStateTimestamp    Counter64,
    sysHICESBladeAlrmEvtsAttnRq        Integer32
  }

  sysHICESBladeChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHICESBladeEntry  1 }

  sysHICESBladeChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHICESBladeEntry  2 }

  sysHICESBladeSlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot index'.
                  This is an index field."
    ::= { sysHICESBladeEntry  3 }

  sysHICESBladeAggregatePowerStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate power status'."
    ::= { sysHICESBladeEntry  4 }

  sysHICESBladeAggregateOperationalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate operational status'."
    ::= { sysHICESBladeEntry  5 }

  sysHICESBladeAggregateThermalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate thermal status'."
    ::= { sysHICESBladeEntry  6 }

  sysHICESBladeClkStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   stratum1(1),
                   stratum2(2),
                   stratum3(3),
                   stratum4(4),
                   stratum3E(5),
                   stratum4E(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock stratum'."
    ::= { sysHICESBladeEntry  7 }

  sysHICESBladeVoltage33V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 3.3V'."
    ::= { sysHICESBladeEntry  8 }

  sysHICESBladeVoltage12V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 12V'."
    ::= { sysHICESBladeEntry  9 }

  sysHICESBladeVoltage25V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 2.5V'."
    ::= { sysHICESBladeEntry  10 }

  sysHICESBladeVoltage15V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.5V'."
    ::= { sysHICESBladeEntry  11 }

  sysHICESBladeVoltage120V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.2V'."
    ::= { sysHICESBladeEntry  12 }

  sysHICESBladeVoltage18V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.8V'."
    ::= { sysHICESBladeEntry  13 }

  sysHICESBladeVoltage125V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.25V'."
    ::= { sysHICESBladeEntry  14 }

  sysHICESBladeVoltage105V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.05V'."
    ::= { sysHICESBladeEntry  15 }

  sysHICESBladeSysFirmwareProgress OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System firmware progress'."
    ::= { sysHICESBladeEntry  16 }

  sysHICESBladeTemperature1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 1'."
    ::= { sysHICESBladeEntry  17 }

  sysHICESBladeTemperature2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 2'."
    ::= { sysHICESBladeEntry  18 }

  sysHICESBladeTemperature3 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 3'."
    ::= { sysHICESBladeEntry  19 }

  sysHICESBladeTemperature4 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 4'."
    ::= { sysHICESBladeEntry  20 }

  sysHICESBladeTemperature5 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 5'."
    ::= { sysHICESBladeEntry  21 }

  sysHICESBladeRTMPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - part name'."
    ::= { sysHICESBladeEntry  22 }

  sysHICESBladeRTMSerialNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - serial number'."
    ::= { sysHICESBladeEntry  23 }

  sysHICESBladeRTMProductVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - product version'."
    ::= { sysHICESBladeEntry  24 }

  sysHICESBladeRTMManufacturedDate OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - manufactured date'."
    ::= { sysHICESBladeEntry  25 }

  sysHICESBladeRTMHardwarePartNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - hardware part number'."
    ::= { sysHICESBladeEntry  26 }

  sysHICESBladeRTMHardwareProductName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - hardware product name'."
    ::= { sysHICESBladeEntry  27 }

  sysHICESBladeRTMManufacturer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - manufacturer'."
    ::= { sysHICESBladeEntry  28 }

  sysHICESBladeRTMTemperature1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - temperature 1'."
    ::= { sysHICESBladeEntry  29 }

  sysHICESBladeRTMTemperature2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - temperature 2'."
    ::= { sysHICESBladeEntry  30 }

  sysHICESBladeRTMTemperature3 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - temperature 3'."
    ::= { sysHICESBladeEntry  31 }

  sysHICESBladeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHICESBladeEntry  32 }

  sysHICESBladeAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHICESBladeEntry  33 }

  sysHICESBladeAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHICESBladeEntry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Universal Media Gateway Resource Blade'                     */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHwInvBladeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHwInvBladeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Slot'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1790 }

  sysHwInvBladeEntry OBJECT-TYPE
    SYNTAX       SysHwInvBladeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHwInvBladeChassisConnIx,
             sysHwInvBladeChassisIx,
             sysHwInvBladeSlotIx }
    ::= {  sysHwInvBladeTable  1  }

  SysHwInvBladeEntry  ::=  SEQUENCE
  {
    sysHwInvBladeChassisConnIx         Integer32,
    sysHwInvBladeChassisIx             Integer32,
    sysHwInvBladeSlotIx                Unsigned32,
    sysHwInvBladeAssignedPower         LongDisplayString,
    sysHwInvBladeAggregatePowerStatus  LongDisplayString,
    sysHwInvBladeAggregateOperationalStatus
                                       LongDisplayString,
    sysHwInvBladeAggregateThermalStatus
                                       LongDisplayString,
    sysHwInvBladeNumDSPMezzanines      Integer32,
    sysHwInvBladeVoltage33V            LongDisplayString,
    sysHwInvBladeVoltage33VMgmt        LongDisplayString,
    sysHwInvBladeVoltage12V            LongDisplayString,
    sysHwInvBladeVoltage25V            LongDisplayString,
    sysHwInvBladeVoltage15V            LongDisplayString,
    sysHwInvBladeVoltage120V           LongDisplayString,
    sysHwInvBladeVoltage18V            LongDisplayString,
    sysHwInvBladeVoltage48VA           LongDisplayString,
    sysHwInvBladeVoltage48VB           LongDisplayString,
    sysHwInvBladeSysFirmwareProgress   LongDisplayString,
    sysHwInvBladeTemperature1          LongDisplayString,
    sysHwInvBladeBottomEdgeTemp        LongDisplayString,
    sysHwInvBladeTopEdgeTemp           LongDisplayString,
    sysHwInvBladeCPUTemp               LongDisplayString,
    sysHwInvBladeIPMCTemp              LongDisplayString,
    sysHwInvBladeDDRTemp1              LongDisplayString,
    sysHwInvBladeDDRTemp2              LongDisplayString,
    sysHwInvBladeDDRTemp3              LongDisplayString,
    sysHwInvBladeDDRTemp4              LongDisplayString,
    sysHwInvBladeDDRTemp5              LongDisplayString,
    sysHwInvBladeDDRTemp6              LongDisplayString,
    sysHwInvBladeDDRTemp7              LongDisplayString,
    sysHwInvBladeDDRTemp8              LongDisplayString,
    sysHwInvBladeDDRTemp9              LongDisplayString,
    sysHwInvBladeDDRTemp10             LongDisplayString,
    sysHwInvBladeDDRTemp11             LongDisplayString,
    sysHwInvBladeDDRTemp12             LongDisplayString,
    sysHwInvBladeRTMPartName           LongDisplayString,
    sysHwInvBladeRTMSerialNum          LongDisplayString,
    sysHwInvBladeRTMProductVersion     LongDisplayString,
    sysHwInvBladeRTMManufacturedDate   Counter64,
    sysHwInvBladeRTMHardwarePartNum    LongDisplayString,
    sysHwInvBladeRTMHardwareProductName
                                       LongDisplayString,
    sysHwInvBladeRTMManufacturer       LongDisplayString,
    sysHwInvBladeRTMAssignedPower      LongDisplayString,
    sysHwInvBladeRTMAggregatePowerStatus
                                       LongDisplayString,
    sysHwInvBladeRTMAggregateOperationalStatus
                                       LongDisplayString,
    sysHwInvBladeRTMAggregateThermalStatus
                                       LongDisplayString,
    sysHwInvBladeRTMVoltage10V         LongDisplayString,
    sysHwInvBladeRTMVoltage120V        LongDisplayString,
    sysHwInvBladeRTMVoltage33V         LongDisplayString,
    sysHwInvBladeRTMVoltage12VGX       LongDisplayString,
    sysHwInvBladeRTMRTMTemperature     LongDisplayString,
    sysHwInvBladeRTMHardDiskTemp       LongDisplayString,
    sysHwInvBladeRTMEthCtrlTemp        LongDisplayString,
    sysHwInvBladeAlrmState             INTEGER,
    sysHwInvBladeAlrmStateTimestamp    Counter64,
    sysHwInvBladeAlrmEvtsAttnRq        Integer32
  }

  sysHwInvBladeChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHwInvBladeEntry  1 }

  sysHwInvBladeChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHwInvBladeEntry  2 }

  sysHwInvBladeSlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot index'.
                  This is an index field."
    ::= { sysHwInvBladeEntry  3 }

  sysHwInvBladeAssignedPower OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "watts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Assigned power'."
    ::= { sysHwInvBladeEntry  4 }

  sysHwInvBladeAggregatePowerStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate power status'."
    ::= { sysHwInvBladeEntry  5 }

  sysHwInvBladeAggregateOperationalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate operational status'."
    ::= { sysHwInvBladeEntry  6 }

  sysHwInvBladeAggregateThermalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate thermal status'."
    ::= { sysHwInvBladeEntry  7 }

  sysHwInvBladeNumDSPMezzanines OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSP mezzanines'."
    ::= { sysHwInvBladeEntry  8 }

  sysHwInvBladeVoltage33V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 3.3V'."
    ::= { sysHwInvBladeEntry  9 }

  sysHwInvBladeVoltage33VMgmt OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 3.3V (management)'."
    ::= { sysHwInvBladeEntry  10 }

  sysHwInvBladeVoltage12V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 12V'."
    ::= { sysHwInvBladeEntry  11 }

  sysHwInvBladeVoltage25V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 2.5V'."
    ::= { sysHwInvBladeEntry  12 }

  sysHwInvBladeVoltage15V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.5V'."
    ::= { sysHwInvBladeEntry  13 }

  sysHwInvBladeVoltage120V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.2V'."
    ::= { sysHwInvBladeEntry  14 }

  sysHwInvBladeVoltage18V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 1.8V'."
    ::= { sysHwInvBladeEntry  15 }

  sysHwInvBladeVoltage48VA OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage -48V (Feed A)'."
    ::= { sysHwInvBladeEntry  16 }

  sysHwInvBladeVoltage48VB OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage -48V (Feed B)'."
    ::= { sysHwInvBladeEntry  17 }

  sysHwInvBladeSysFirmwareProgress OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System firmware progress'."
    ::= { sysHwInvBladeEntry  18 }

  sysHwInvBladeTemperature1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 1'."
    ::= { sysHwInvBladeEntry  19 }

  sysHwInvBladeBottomEdgeTemp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bottom edge temperature'."
    ::= { sysHwInvBladeEntry  20 }

  sysHwInvBladeTopEdgeTemp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Top edge temperature'."
    ::= { sysHwInvBladeEntry  21 }

  sysHwInvBladeCPUTemp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPU temperature'."
    ::= { sysHwInvBladeEntry  22 }

  sysHwInvBladeIPMCTemp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IPMC temperature'."
    ::= { sysHwInvBladeEntry  23 }

  sysHwInvBladeDDRTemp1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 1 temperature'."
    ::= { sysHwInvBladeEntry  24 }

  sysHwInvBladeDDRTemp2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 2 temperature'."
    ::= { sysHwInvBladeEntry  25 }

  sysHwInvBladeDDRTemp3 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 3 temperature'."
    ::= { sysHwInvBladeEntry  26 }

  sysHwInvBladeDDRTemp4 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 4 temperature'."
    ::= { sysHwInvBladeEntry  27 }

  sysHwInvBladeDDRTemp5 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 5 temperature'."
    ::= { sysHwInvBladeEntry  28 }

  sysHwInvBladeDDRTemp6 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 6 temperature'."
    ::= { sysHwInvBladeEntry  29 }

  sysHwInvBladeDDRTemp7 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 7 temperature'."
    ::= { sysHwInvBladeEntry  30 }

  sysHwInvBladeDDRTemp8 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 9 temperature'."
    ::= { sysHwInvBladeEntry  31 }

  sysHwInvBladeDDRTemp9 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 9 temperature'."
    ::= { sysHwInvBladeEntry  32 }

  sysHwInvBladeDDRTemp10 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 10 temperature'."
    ::= { sysHwInvBladeEntry  33 }

  sysHwInvBladeDDRTemp11 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 11 temperature'."
    ::= { sysHwInvBladeEntry  34 }

  sysHwInvBladeDDRTemp12 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DDR slot 12 temperature'."
    ::= { sysHwInvBladeEntry  35 }

  sysHwInvBladeRTMPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - part name'."
    ::= { sysHwInvBladeEntry  36 }

  sysHwInvBladeRTMSerialNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - serial number'."
    ::= { sysHwInvBladeEntry  37 }

  sysHwInvBladeRTMProductVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - product version'."
    ::= { sysHwInvBladeEntry  38 }

  sysHwInvBladeRTMManufacturedDate OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - manufactured date'."
    ::= { sysHwInvBladeEntry  39 }

  sysHwInvBladeRTMHardwarePartNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - hardware part number'."
    ::= { sysHwInvBladeEntry  40 }

  sysHwInvBladeRTMHardwareProductName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - hardware product name'."
    ::= { sysHwInvBladeEntry  41 }

  sysHwInvBladeRTMManufacturer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - manufacturer'."
    ::= { sysHwInvBladeEntry  42 }

  sysHwInvBladeRTMAssignedPower OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "watts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - assigned power'."
    ::= { sysHwInvBladeEntry  43 }

  sysHwInvBladeRTMAggregatePowerStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - aggregate power status'."
    ::= { sysHwInvBladeEntry  44 }

  sysHwInvBladeRTMAggregateOperationalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTM - aggregate operational status'."
    ::= { sysHwInvBladeEntry  45 }

  sysHwInvBladeRTMAggregateThermalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - aggregate thermal status'."
    ::= { sysHwInvBladeEntry  46 }

  sysHwInvBladeRTMVoltage10V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - voltage 1.0V'."
    ::= { sysHwInvBladeEntry  47 }

  sysHwInvBladeRTMVoltage120V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - voltage 1.2V'."
    ::= { sysHwInvBladeEntry  48 }

  sysHwInvBladeRTMVoltage33V OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - voltage 3.3V'."
    ::= { sysHwInvBladeEntry  49 }

  sysHwInvBladeRTMVoltage12VGX OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - voltage 12V'."
    ::= { sysHwInvBladeEntry  50 }

  sysHwInvBladeRTMRTMTemperature OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - temperature'."
    ::= { sysHwInvBladeEntry  51 }

  sysHwInvBladeRTMHardDiskTemp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - hard disk temperature'."
    ::= { sysHwInvBladeEntry  52 }

  sysHwInvBladeRTMEthCtrlTemp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTM - ethernet controller temperature'."
    ::= { sysHwInvBladeEntry  53 }

  sysHwInvBladeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHwInvBladeEntry  54 }

  sysHwInvBladeAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHwInvBladeEntry  55 }

  sysHwInvBladeAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHwInvBladeEntry  56 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Shelf Manager'                                              */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHIShMgrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHIShMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Hardware Inventory'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1791 }

  sysHIShMgrEntry OBJECT-TYPE
    SYNTAX       SysHIShMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHIShMgrChassisConnIx,
             sysHIShMgrChassisIx,
             sysHIShMgrIx }
    ::= {  sysHIShMgrTable  1  }

  SysHIShMgrEntry  ::=  SEQUENCE
  {
    sysHIShMgrChassisConnIx            Integer32,
    sysHIShMgrChassisIx                Integer32,
    sysHIShMgrIx                       Unsigned32,
    sysHIShMgrPartName                 LongDisplayString,
    sysHIShMgrSerialNum                LongDisplayString,
    sysHIShMgrProductVersion           LongDisplayString,
    sysHIShMgrManufacturedDate         Counter64,
    sysHIShMgrHardwarePartNum          LongDisplayString,
    sysHIShMgrHardwareProductName      LongDisplayString,
    sysHIShMgrManufacturer             LongDisplayString,
    sysHIShMgr12VFeedAState            LongDisplayString,
    sysHIShMgr12VFeedBState            LongDisplayString,
    sysHIShMgrAssignedPower            LongDisplayString,
    sysHIShMgrAggregateOperationalStatus
                                       LongDisplayString,
    sysHIShMgrAggregateThermalStatus   LongDisplayString,
    sysHIShMgrTemperature              LongDisplayString,
    sysHIShMgrFirmwareProgress         LongDisplayString,
    sysHIShMgrEjectorState             LongDisplayString,
    sysHIShMgrFRUDtlsSrlNum            LongDisplayString,
    sysHIShMgrFRUDtlsPrdVer            LongDisplayString,
    sysHIShMgrFRUDtlsHwPrdNum          LongDisplayString,
    sysHIShMgrFRUDtlsHwPrdName         LongDisplayString,
    sysHIShMgrFRUDtlsManuf             LongDisplayString,
    sysHIShMgrAlrmState                INTEGER,
    sysHIShMgrAlrmStateTimestamp       Counter64,
    sysHIShMgrAlrmEvtsAttnRq           Integer32
  }

  sysHIShMgrChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHIShMgrEntry  1 }

  sysHIShMgrChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHIShMgrEntry  2 }

  sysHIShMgrIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { sysHIShMgrEntry  3 }

  sysHIShMgrPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Part name'."
    ::= { sysHIShMgrEntry  4 }

  sysHIShMgrSerialNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysHIShMgrEntry  5 }

  sysHIShMgrProductVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product version'."
    ::= { sysHIShMgrEntry  6 }

  sysHIShMgrManufacturedDate OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufactured date'."
    ::= { sysHIShMgrEntry  7 }

  sysHIShMgrHardwarePartNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware part number'."
    ::= { sysHIShMgrEntry  8 }

  sysHIShMgrHardwareProductName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware product name'."
    ::= { sysHIShMgrEntry  9 }

  sysHIShMgrManufacturer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufacturer'."
    ::= { sysHIShMgrEntry  10 }

  sysHIShMgr12VFeedAState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '12V Feed A state'."
    ::= { sysHIShMgrEntry  11 }

  sysHIShMgr12VFeedBState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '12V Feed B state'."
    ::= { sysHIShMgrEntry  12 }

  sysHIShMgrAssignedPower OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "watts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Assigned power'."
    ::= { sysHIShMgrEntry  13 }

  sysHIShMgrAggregateOperationalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate operational status'."
    ::= { sysHIShMgrEntry  14 }

  sysHIShMgrAggregateThermalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate thermal status'."
    ::= { sysHIShMgrEntry  15 }

  sysHIShMgrTemperature OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature'."
    ::= { sysHIShMgrEntry  16 }

  sysHIShMgrFirmwareProgress OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Firmware progress'."
    ::= { sysHIShMgrEntry  17 }

  sysHIShMgrEjectorState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ejector state'."
    ::= { sysHIShMgrEntry  18 }

  sysHIShMgrFRUDtlsSrlNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Field replaceable unit details - serial number'."
    ::= { sysHIShMgrEntry  19 }

  sysHIShMgrFRUDtlsPrdVer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Field replaceable unit details - product version'."
    ::= { sysHIShMgrEntry  20 }

  sysHIShMgrFRUDtlsHwPrdNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Field replaceable unit details - hardware product number'."
    ::= { sysHIShMgrEntry  21 }

  sysHIShMgrFRUDtlsHwPrdName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Field replaceable unit details - hardware product name'."
    ::= { sysHIShMgrEntry  22 }

  sysHIShMgrFRUDtlsManuf OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Field replaceable unit details - manufacturer'."
    ::= { sysHIShMgrEntry  23 }

  sysHIShMgrAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHIShMgrEntry  24 }

  sysHIShMgrAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHIShMgrEntry  25 }

  sysHIShMgrAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHIShMgrEntry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Fan Tray'                                                   */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHIFanTrayTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHIFanTrayEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Hardware Inventory'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1792 }

  sysHIFanTrayEntry OBJECT-TYPE
    SYNTAX       SysHIFanTrayEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHIFanTrayChassisConnIx,
             sysHIFanTrayChassisIx,
             sysHIFanTrayIx }
    ::= {  sysHIFanTrayTable  1  }

  SysHIFanTrayEntry  ::=  SEQUENCE
  {
    sysHIFanTrayChassisConnIx          Integer32,
    sysHIFanTrayChassisIx              Integer32,
    sysHIFanTrayIx                     Unsigned32,
    sysHIFanTrayPartName               LongDisplayString,
    sysHIFanTraySerialNum              LongDisplayString,
    sysHIFanTrayProductVersion         LongDisplayString,
    sysHIFanTrayManufacturedDate       Counter64,
    sysHIFanTrayHardwarePartNum        LongDisplayString,
    sysHIFanTrayHardwareProductName    LongDisplayString,
    sysHIFanTrayManufacturer           LongDisplayString,
    sysHIFanTrayAssignedPower          LongDisplayString,
    sysHIFanTrayFan12Slot              LongDisplayString,
    sysHIFanTrayFan22Slot              LongDisplayString,
    sysHIFanTrayFan1                   LongDisplayString,
    sysHIFanTrayFan2                   LongDisplayString,
    sysHIFanTrayFan3                   LongDisplayString,
    sysHIFanTrayFan4                   LongDisplayString,
    sysHIFanTrayFan5                   LongDisplayString,
    sysHIFanTrayFan1Outlet             LongDisplayString,
    sysHIFanTrayFan2Outlet             LongDisplayString,
    sysHIFanTrayFan3Outlet             LongDisplayString,
    sysHIFanTrayFan4Outlet             LongDisplayString,
    sysHIFanTrayFan5Outlet             LongDisplayString,
    sysHIFanTrayAlrmState              INTEGER,
    sysHIFanTrayAlrmStateTimestamp     Counter64,
    sysHIFanTrayAlrmEvtsAttnRq         Integer32
  }

  sysHIFanTrayChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHIFanTrayEntry  1 }

  sysHIFanTrayChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHIFanTrayEntry  2 }

  sysHIFanTrayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { sysHIFanTrayEntry  3 }

  sysHIFanTrayPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Part name'."
    ::= { sysHIFanTrayEntry  4 }

  sysHIFanTraySerialNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysHIFanTrayEntry  5 }

  sysHIFanTrayProductVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product version'."
    ::= { sysHIFanTrayEntry  6 }

  sysHIFanTrayManufacturedDate OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufactured date'."
    ::= { sysHIFanTrayEntry  7 }

  sysHIFanTrayHardwarePartNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware part number'."
    ::= { sysHIFanTrayEntry  8 }

  sysHIFanTrayHardwareProductName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware product name'."
    ::= { sysHIFanTrayEntry  9 }

  sysHIFanTrayManufacturer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufacturer'."
    ::= { sysHIFanTrayEntry  10 }

  sysHIFanTrayAssignedPower OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "watts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Assigned power'."
    ::= { sysHIFanTrayEntry  11 }

  sysHIFanTrayFan12Slot OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 1'."
    ::= { sysHIFanTrayEntry  12 }

  sysHIFanTrayFan22Slot OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 2'."
    ::= { sysHIFanTrayEntry  13 }

  sysHIFanTrayFan1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 1'."
    ::= { sysHIFanTrayEntry  14 }

  sysHIFanTrayFan2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 2'."
    ::= { sysHIFanTrayEntry  15 }

  sysHIFanTrayFan3 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 3'."
    ::= { sysHIFanTrayEntry  16 }

  sysHIFanTrayFan4 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 4'."
    ::= { sysHIFanTrayEntry  17 }

  sysHIFanTrayFan5 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 5'."
    ::= { sysHIFanTrayEntry  18 }

  sysHIFanTrayFan1Outlet OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 1 Outlet'."
    ::= { sysHIFanTrayEntry  19 }

  sysHIFanTrayFan2Outlet OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 2 Outlet'."
    ::= { sysHIFanTrayEntry  20 }

  sysHIFanTrayFan3Outlet OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 3 Outlet'."
    ::= { sysHIFanTrayEntry  21 }

  sysHIFanTrayFan4Outlet OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 4 Outlet'."
    ::= { sysHIFanTrayEntry  22 }

  sysHIFanTrayFan5Outlet OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 5 Outlet'."
    ::= { sysHIFanTrayEntry  23 }

  sysHIFanTrayAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHIFanTrayEntry  24 }

  sysHIFanTrayAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHIFanTrayEntry  25 }

  sysHIFanTrayAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHIFanTrayEntry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Power Entry Module'                                         */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHIPwrEntModTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHIPwrEntModEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Hardware Inventory'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1793 }

  sysHIPwrEntModEntry OBJECT-TYPE
    SYNTAX       SysHIPwrEntModEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHIPwrEntModChassisConnIx,
             sysHIPwrEntModChassisIx,
             sysHIPwrEntModIx }
    ::= {  sysHIPwrEntModTable  1  }

  SysHIPwrEntModEntry  ::=  SEQUENCE
  {
    sysHIPwrEntModChassisConnIx        Integer32,
    sysHIPwrEntModChassisIx            Integer32,
    sysHIPwrEntModIx                   Unsigned32,
    sysHIPwrEntModPartName             LongDisplayString,
    sysHIPwrEntModSerialNum            LongDisplayString,
    sysHIPwrEntModProductVersion       LongDisplayString,
    sysHIPwrEntModManufacturedDate     Counter64,
    sysHIPwrEntModHardwarePartNum      LongDisplayString,
    sysHIPwrEntModHardwareProductName  LongDisplayString,
    sysHIPwrEntModManufacturer         LongDisplayString,
    sysHIPwrEntModAssignedPower        LongDisplayString,
    sysHIPwrEntModAggregatePowerStatus LongDisplayString,
    sysHIPwrEntModAggregateOperationalStatus
                                       LongDisplayString,
    sysHIPwrEntModAggregateThermalStatus
                                       LongDisplayString,
    sysHIPwrEntMod33VReading           LongDisplayString,
    sysHIPwrEntMod5VReading            LongDisplayString,
    sysHIPwrEntMod12VReading           LongDisplayString,
    sysHIPwrEntMod48VFeed1             LongDisplayString,
    sysHIPwrEntMod48VFeed2             LongDisplayString,
    sysHIPwrEntModFuse1Status          LongDisplayString,
    sysHIPwrEntModFuse2Status          LongDisplayString,
    sysHIPwrEntModFuse3Status          LongDisplayString,
    sysHIPwrEntModFuse4Status          LongDisplayString,
    sysHIPwrEntModTemperature          LongDisplayString,
    sysHIPwrEntModCurrReading1         LongDisplayString,
    sysHIPwrEntModCurrReading2         LongDisplayString,
    sysHIPwrEntModPeakVoltage          LongDisplayString,
    sysHIPwrEntModOutputVoltage        LongDisplayString,
    sysHIPwrEntModAverageCurr          LongDisplayString,
    sysHIPwrEntModOutputCurr           LongDisplayString,
    sysHIPwrEntModFan1                 LongDisplayString,
    sysHIPwrEntModFan2                 LongDisplayString,
    sysHIPwrEntModAlrmState            INTEGER,
    sysHIPwrEntModAlrmStateTimestamp   Counter64,
    sysHIPwrEntModAlrmEvtsAttnRq       Integer32
  }

  sysHIPwrEntModChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHIPwrEntModEntry  1 }

  sysHIPwrEntModChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHIPwrEntModEntry  2 }

  sysHIPwrEntModIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { sysHIPwrEntModEntry  3 }

  sysHIPwrEntModPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Part name'."
    ::= { sysHIPwrEntModEntry  4 }

  sysHIPwrEntModSerialNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysHIPwrEntModEntry  5 }

  sysHIPwrEntModProductVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product version'."
    ::= { sysHIPwrEntModEntry  6 }

  sysHIPwrEntModManufacturedDate OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufactured date'."
    ::= { sysHIPwrEntModEntry  7 }

  sysHIPwrEntModHardwarePartNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware part number'."
    ::= { sysHIPwrEntModEntry  8 }

  sysHIPwrEntModHardwareProductName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware product name'."
    ::= { sysHIPwrEntModEntry  9 }

  sysHIPwrEntModManufacturer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufacturer'."
    ::= { sysHIPwrEntModEntry  10 }

  sysHIPwrEntModAssignedPower OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "watts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Assigned power'."
    ::= { sysHIPwrEntModEntry  11 }

  sysHIPwrEntModAggregatePowerStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate power status'."
    ::= { sysHIPwrEntModEntry  12 }

  sysHIPwrEntModAggregateOperationalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate operational status'."
    ::= { sysHIPwrEntModEntry  13 }

  sysHIPwrEntModAggregateThermalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate thermal status'."
    ::= { sysHIPwrEntModEntry  14 }

  sysHIPwrEntMod33VReading OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 3.3V'."
    ::= { sysHIPwrEntModEntry  15 }

  sysHIPwrEntMod5VReading OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 5V'."
    ::= { sysHIPwrEntModEntry  16 }

  sysHIPwrEntMod12VReading OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 12V'."
    ::= { sysHIPwrEntModEntry  17 }

  sysHIPwrEntMod48VFeed1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 48V (Feed 1)'."
    ::= { sysHIPwrEntModEntry  18 }

  sysHIPwrEntMod48VFeed2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 48V (Feed 2)'."
    ::= { sysHIPwrEntModEntry  19 }

  sysHIPwrEntModFuse1Status OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fuse 1 status'."
    ::= { sysHIPwrEntModEntry  20 }

  sysHIPwrEntModFuse2Status OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fuse 2 status'."
    ::= { sysHIPwrEntModEntry  21 }

  sysHIPwrEntModFuse3Status OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fuse 3 status'."
    ::= { sysHIPwrEntModEntry  22 }

  sysHIPwrEntModFuse4Status OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fuse 4 status'."
    ::= { sysHIPwrEntModEntry  23 }

  sysHIPwrEntModTemperature OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature'."
    ::= { sysHIPwrEntModEntry  24 }

  sysHIPwrEntModCurrReading1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "amps"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current reading 1'."
    ::= { sysHIPwrEntModEntry  25 }

  sysHIPwrEntModCurrReading2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "amps"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current reading 2'."
    ::= { sysHIPwrEntModEntry  26 }

  sysHIPwrEntModPeakVoltage OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peak voltage'."
    ::= { sysHIPwrEntModEntry  27 }

  sysHIPwrEntModOutputVoltage OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Output voltage'."
    ::= { sysHIPwrEntModEntry  28 }

  sysHIPwrEntModAverageCurr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "amps"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Average current'."
    ::= { sysHIPwrEntModEntry  29 }

  sysHIPwrEntModOutputCurr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "amps"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Output current'."
    ::= { sysHIPwrEntModEntry  30 }

  sysHIPwrEntModFan1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 1'."
    ::= { sysHIPwrEntModEntry  31 }

  sysHIPwrEntModFan2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "RPM"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan 2'."
    ::= { sysHIPwrEntModEntry  32 }

  sysHIPwrEntModAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHIPwrEntModEntry  33 }

  sysHIPwrEntModAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHIPwrEntModEntry  34 }

  sysHIPwrEntModAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHIPwrEntModEntry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'User Card'                                                  */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sysHIUsrCardTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysHIUsrCardEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Hardware Inventory'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1794 }

  sysHIUsrCardEntry OBJECT-TYPE
    SYNTAX       SysHIUsrCardEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysHIUsrCardChassisConnIx,
             sysHIUsrCardChassisIx,
             sysHIUsrCardIx }
    ::= {  sysHIUsrCardTable  1  }

  SysHIUsrCardEntry  ::=  SEQUENCE
  {
    sysHIUsrCardChassisConnIx          Integer32,
    sysHIUsrCardChassisIx              Integer32,
    sysHIUsrCardIx                     Unsigned32,
    sysHIUsrCardPartName               LongDisplayString,
    sysHIUsrCardSerialNum              LongDisplayString,
    sysHIUsrCardProductVersion         LongDisplayString,
    sysHIUsrCardManufacturedDate       Counter64,
    sysHIUsrCardHardwarePartNum        LongDisplayString,
    sysHIUsrCardHardwareProductName    LongDisplayString,
    sysHIUsrCardManufacturer           LongDisplayString,
    sysHIUsrCard33VReading             LongDisplayString,
    sysHIUsrCardAggregatePowerStatus   LongDisplayString,
    sysHIUsrCardAggregateOperationalStatus
                                       LongDisplayString,
    sysHIUsrCardAggregateThermalStatus LongDisplayString,
    sysHIUsrCard5VReading              LongDisplayString,
    sysHIUsrCard1VReading              LongDisplayString,
    sysHIUsrCard33VReadingMG           LongDisplayString,
    sysHIUsrCardTemperature0           LongDisplayString,
    sysHIUsrCardTemperature1           LongDisplayString,
    sysHIUsrCardAlrmState              INTEGER,
    sysHIUsrCardAlrmStateTimestamp     Counter64,
    sysHIUsrCardAlrmEvtsAttnRq         Integer32
  }

  sysHIUsrCardChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysHIUsrCardEntry  1 }

  sysHIUsrCardChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysHIUsrCardEntry  2 }

  sysHIUsrCardIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { sysHIUsrCardEntry  3 }

  sysHIUsrCardPartName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Part name'."
    ::= { sysHIUsrCardEntry  4 }

  sysHIUsrCardSerialNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Serial number'."
    ::= { sysHIUsrCardEntry  5 }

  sysHIUsrCardProductVersion OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product version'."
    ::= { sysHIUsrCardEntry  6 }

  sysHIUsrCardManufacturedDate OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufactured date'."
    ::= { sysHIUsrCardEntry  7 }

  sysHIUsrCardHardwarePartNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware part number'."
    ::= { sysHIUsrCardEntry  8 }

  sysHIUsrCardHardwareProductName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware product name'."
    ::= { sysHIUsrCardEntry  9 }

  sysHIUsrCardManufacturer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Manufacturer'."
    ::= { sysHIUsrCardEntry  10 }

  sysHIUsrCard33VReading OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 3.3V'."
    ::= { sysHIUsrCardEntry  11 }

  sysHIUsrCardAggregatePowerStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate power status'."
    ::= { sysHIUsrCardEntry  12 }

  sysHIUsrCardAggregateOperationalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate operational status'."
    ::= { sysHIUsrCardEntry  13 }

  sysHIUsrCardAggregateThermalStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Aggregate thermal status'."
    ::= { sysHIUsrCardEntry  14 }

  sysHIUsrCard5VReading OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voltage 5V'."
    ::= { sysHIUsrCardEntry  15 }

  sysHIUsrCard1VReading OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+1V reading'."
    ::= { sysHIUsrCardEntry  16 }

  sysHIUsrCard33VReadingMG OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "volts"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '+3.3V reading'."
    ::= { sysHIUsrCardEntry  17 }

  sysHIUsrCardTemperature0 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 0'."
    ::= { sysHIUsrCardEntry  18 }

  sysHIUsrCardTemperature1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    UNITS        "degrees C"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Temperature 1'."
    ::= { sysHIUsrCardEntry  19 }

  sysHIUsrCardAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysHIUsrCardEntry  20 }

  sysHIUsrCardAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysHIUsrCardEntry  21 }

  sysHIUsrCardAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysHIUsrCardEntry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Resources'                                         */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysEthRsrcsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysEthRsrcsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1795 }

  sysEthRsrcsEntry OBJECT-TYPE
    SYNTAX       SysEthRsrcsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysEthRsrcsChassisConnIx,
             sysEthRsrcsChassisIx }
    ::= {  sysEthRsrcsTable  1  }

  SysEthRsrcsEntry  ::=  SEQUENCE
  {
    sysEthRsrcsChassisConnIx           Integer32,
    sysEthRsrcsChassisIx               Integer32,
    sysEthRsrcsSwitchUsedManagementTraffic
                                       INTEGER,
    sysEthRsrcsChldAlrmsAttnRq         Integer32,
    sysEthRsrcsSummaryChldAlrmState    INTEGER,
    sysEthRsrcsChldStatisticsAlrms     Integer32
  }

  sysEthRsrcsChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysEthRsrcsEntry  1 }

  sysEthRsrcsChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysEthRsrcsEntry  2 }

  sysEthRsrcsSwitchUsedManagementTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(0),
                   switchB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for management traffic'."
    ::= { sysEthRsrcsEntry  3 }

  sysEthRsrcsChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysEthRsrcsEntry  4 }

  sysEthRsrcsSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysEthRsrcsEntry  5 }

  sysEthRsrcsChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sysEthRsrcsEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Chassis Ethernet Switch'                                    */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysCESTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysCESEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Resources'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1796 }

  sysCESEntry OBJECT-TYPE
    SYNTAX       SysCESEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysCESChassisConnIx,
             sysCESChassisIx,
             sysCESSwitchIx }
    ::= {  sysCESTable  1  }

  SysCESEntry  ::=  SEQUENCE
  {
    sysCESChassisConnIx                Integer32,
    sysCESChassisIx                    Integer32,
    sysCESSwitchIx                     Unsigned32,
    sysCESPresence                     INTEGER,
    sysCESActualFirmwareVersion        DisplayString,
    sysCESDesiredFirmwareVersion       DisplayString,
    sysCESStatusBaseInterfaces         BITS,
    sysCESStatusFabricInterfaces       BITS,
    sysCESStatusShelfManagerInterfaces BITS,
    sysCESShMAndBladeConnectivity      BITS,
    sysCESAlrmState                    INTEGER,
    sysCESAlrmStateTimestamp           Counter64,
    sysCESAlrmEvtsAttnRq               Integer32,
    sysCESChldAlrmsAttnRq              Integer32,
    sysCESSummaryChldAlrmState         INTEGER,
    sysCESChldStatisticsAlrms          Integer32
  }

  sysCESChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysCESEntry  1 }

  sysCESChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysCESEntry  2 }

  sysCESSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { sysCESEntry  3 }

  sysCESPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   present(1),
                   notPresent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presence'."
    ::= { sysCESEntry  4 }

  sysCESActualFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual firmware version'."
    ::= { sysCESEntry  5 }

  sysCESDesiredFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Desired firmware version'."
    ::= { sysCESEntry  6 }

  sysCESStatusBaseInterfaces OBJECT-TYPE
    SYNTAX       BITS {
                   blade1(0),
                   blade2(1),
                   blade3(2),
                   blade4(3),
                   blade5(4),
                   blade6(5),
                   blade7(6),
                   blade8(7),
                   blade9(8),
                   blade10(9),
                   blade11(10),
                   blade12(11),
                   blade13(12),
                   blade14(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Status of base interfaces'."
    ::= { sysCESEntry  7 }

  sysCESStatusFabricInterfaces OBJECT-TYPE
    SYNTAX       BITS {
                   blade1(0),
                   blade2(1),
                   blade3(2),
                   blade4(3),
                   blade5(4),
                   blade6(5),
                   blade7(6),
                   blade8(7),
                   blade9(8),
                   blade10(9),
                   blade11(10),
                   blade12(11),
                   blade13(12),
                   blade14(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Status of fabric interfaces'."
    ::= { sysCESEntry  8 }

  sysCESStatusShelfManagerInterfaces OBJECT-TYPE
    SYNTAX       BITS {
                   shelfManagerA(0),
                   shelfManagerB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Status of Shelf Manager interfaces'."
    ::= { sysCESEntry  9 }

  sysCESShMAndBladeConnectivity OBJECT-TYPE
    SYNTAX       BITS {
                   interShelfManager(0),
                   blade1(1),
                   blade2(2),
                   blade3(3),
                   blade4(4),
                   blade5(5),
                   blade6(6),
                   blade7(7),
                   blade8(8),
                   blade9(9),
                   blade10(10),
                   blade11(11),
                   blade12(12),
                   blade13(13),
                   blade14(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shelf Manager and Blade connectivity'."
    ::= { sysCESEntry  10 }

  sysCESAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysCESEntry  11 }

  sysCESAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysCESEntry  12 }

  sysCESAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysCESEntry  13 }

  sysCESChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysCESEntry  14 }

  sysCESSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysCESEntry  15 }

  sysCESChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sysCESEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Clocking Module'                                            */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysClkModTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysClkModEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1797 }

  sysClkModEntry OBJECT-TYPE
    SYNTAX       SysClkModEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysClkModChassisConnIx,
             sysClkModChassisIx,
             sysClkModSwitchIx }
    ::= {  sysClkModTable  1  }

  SysClkModEntry  ::=  SEQUENCE
  {
    sysClkModChassisConnIx             Integer32,
    sysClkModChassisIx                 Integer32,
    sysClkModSwitchIx                  Unsigned32,
    sysClkModMstrStatus                INTEGER,
    sysClkModModStatus                 INTEGER,
    sysClkModResDrvChsClkRefA          LongDisplayString,
    sysClkModResDrvChsClkRefB          LongDisplayString,
    sysClkModChassisClkRefAPresence    INTEGER,
    sysClkModChassisClkRefBPresence    INTEGER,
    sysClkModUsingRef                  INTEGER,
    sysClkModAlrmState                 INTEGER,
    sysClkModAlrmStateTimestamp        Counter64,
    sysClkModAlrmEvtsAttnRq            Integer32
  }

  sysClkModChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysClkModEntry  1 }

  sysClkModChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysClkModEntry  2 }

  sysClkModSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { sysClkModEntry  3 }

  sysClkModMstrStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   backupMaster(1),
                   primaryMaster(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Master Status'."
    ::= { sysClkModEntry  4 }

  sysClkModModStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   freerunning(0),
                   locked(1),
                   holdover(2),
                   qualifying(3),
                   unknown(5),
                   notLocked(100)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Module Status'."
    ::= { sysClkModEntry  5 }

  sysClkModResDrvChsClkRefA OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Resource driving Chassis Clock Reference A'."
    ::= { sysClkModEntry  6 }

  sysClkModResDrvChsClkRefB OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Resource driving Chassis Clock Reference B'."
    ::= { sysClkModEntry  7 }

  sysClkModChassisClkRefAPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   present(0),
                   notPresent(1),
                   unknown(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Clock Reference A presence'."
    ::= { sysClkModEntry  8 }

  sysClkModChassisClkRefBPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   present(0),
                   notPresent(1),
                   unknown(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Clock Reference B presence'."
    ::= { sysClkModEntry  9 }

  sysClkModUsingRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   chassisClockReferenceA(3),
                   chassisClockReferenceB(4),
                   fromMaster(10),
                   unknown(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Using reference'."
    ::= { sysClkModEntry  10 }

  sysClkModAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysClkModEntry  11 }

  sysClkModAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysClkModEntry  12 }

  sysClkModAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysClkModEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Port Group'                                                 */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysPortGrpTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysPortGrpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1799 }

  sysPortGrpEntry OBJECT-TYPE
    SYNTAX       SysPortGrpEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysPortGrpChassisConnIx,
             sysPortGrpChassisIx,
             sysPortGrpSwitchIx,
             sysPortGrpPortGpID }
    ::= {  sysPortGrpTable  1  }

  SysPortGrpEntry  ::=  SEQUENCE
  {
    sysPortGrpChassisConnIx            Integer32,
    sysPortGrpChassisIx                Integer32,
    sysPortGrpSwitchIx                 Unsigned32,
    sysPortGrpName                     DisplayString,
    sysPortGrpPortGpID                 Unsigned32,
    sysPortGrpAlrmState                INTEGER,
    sysPortGrpAlrmStateTimestamp       Counter64,
    sysPortGrpAlrmEvtsAttnRq           Integer32
  }

  sysPortGrpChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysPortGrpEntry  1 }

  sysPortGrpChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysPortGrpEntry  2 }

  sysPortGrpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { sysPortGrpEntry  3 }

  sysPortGrpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { sysPortGrpEntry  4 }

  sysPortGrpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port Group ID'.
                  This is an index field."
    ::= { sysPortGrpEntry  5 }

  sysPortGrpAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysPortGrpEntry  6 }

  sysPortGrpAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysPortGrpEntry  7 }

  sysPortGrpAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysPortGrpEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysCESIPSubTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysCESIPSubEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1800 }

  sysCESIPSubEntry OBJECT-TYPE
    SYNTAX       SysCESIPSubEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysCESIPSubChassisConnIx,
             sysCESIPSubChassisIx,
             sysCESIPSubSwitchIx,
             sysCESIPSubSubnetworkAddrType,
             sysCESIPSubSubnetworkAddr,
             sysCESIPSubMaskLen }
    ::= {  sysCESIPSubTable  1  }

  SysCESIPSubEntry  ::=  SEQUENCE
  {
    sysCESIPSubChassisConnIx           Integer32,
    sysCESIPSubChassisIx               Integer32,
    sysCESIPSubSwitchIx                Unsigned32,
    sysCESIPSubSubnetworkAddrType      Integer32,
    sysCESIPSubSubnetworkAddr          DisplayString,
    sysCESIPSubMaskLen                 Unsigned32,
    sysCESIPSubDefRouterAddr           DisplayString,
    sysCESIPSubVLAN                    LongDisplayString,
    sysCESIPSubI1PortGpChassisConnIx   Integer32,
    sysCESIPSubI2PortGpChassisIx       Integer32,
    sysCESIPSubI3PortGpSwitchIx        Unsigned32,
    sysCESIPSubI4PortGpPortGpID        Unsigned32,
    sysCESIPSubTrafficTypes            BITS,
    sysCESIPSubConTstSrcAddr           DisplayString,
    sysCESIPSubConTstTrgt1Addr         DisplayString,
    sysCESIPSubConTstTrgt1Status       INTEGER,
    sysCESIPSubConTstTrgt2Addr         DisplayString,
    sysCESIPSubConTstTrgt2Status       INTEGER,
    sysCESIPSubConTstTrgt3Addr         DisplayString,
    sysCESIPSubConTstTrgt3Status       INTEGER,
    sysCESIPSubAlrmState               INTEGER,
    sysCESIPSubAlrmStateTimestamp      Counter64,
    sysCESIPSubAlrmEvtsAttnRq          Integer32
  }

  sysCESIPSubChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysCESIPSubEntry  1 }

  sysCESIPSubChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysCESIPSubEntry  2 }

  sysCESIPSubSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { sysCESIPSubEntry  3 }

  sysCESIPSubSubnetworkAddrType OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address type'.
                  This is an index field."
    ::= { sysCESIPSubEntry  4 }

  sysCESIPSubSubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'.
                  This is an index field."
    ::= { sysCESIPSubEntry  5 }

  sysCESIPSubMaskLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mask length'.
                  This is an index field."
    ::= { sysCESIPSubEntry  6 }

  sysCESIPSubDefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysCESIPSubEntry  7 }

  sysCESIPSubVLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysCESIPSubEntry  8 }

  sysCESIPSubI1PortGpChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemPortGroupSE'."
    ::= { sysCESIPSubEntry  9 }

  sysCESIPSubI2PortGpChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemPortGroupSE'."
    ::= { sysCESIPSubEntry  10 }

  sysCESIPSubI3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOSystemPortGroupSE'."
    ::= { sysCESIPSubEntry  11 }

  sysCESIPSubI4PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOSystemPortGroupSE'."
    ::= { sysCESIPSubEntry  12 }

  sysCESIPSubTrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   signaling(1),
                   media(2),
                   lawfulInterception(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysCESIPSubEntry  13 }

  sysCESIPSubConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { sysCESIPSubEntry  14 }

  sysCESIPSubConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysCESIPSubEntry  15 }

  sysCESIPSubConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { sysCESIPSubEntry  16 }

  sysCESIPSubConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysCESIPSubEntry  17 }

  sysCESIPSubConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { sysCESIPSubEntry  18 }

  sysCESIPSubConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysCESIPSubEntry  19 }

  sysCESIPSubConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { sysCESIPSubEntry  20 }

  sysCESIPSubAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysCESIPSubEntry  21 }

  sysCESIPSubAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysCESIPSubEntry  22 }

  sysCESIPSubAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysCESIPSubEntry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'System Users'                                               */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysUsersTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysUsersEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1801 }

  sysUsersEntry OBJECT-TYPE
    SYNTAX       SysUsersEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysUsersChassisConnIx,
             sysUsersChassisIx }
    ::= {  sysUsersTable  1  }

  SysUsersEntry  ::=  SEQUENCE
  {
    sysUsersChassisConnIx              Integer32,
    sysUsersChassisIx                  Integer32,
    sysUsersDefPasswordExpiryPeriod    Unsigned32,
    sysUsersDefLoginFailsBeforeLockout Unsigned32
  }

  sysUsersChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysUsersEntry  1 }

  sysUsersChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysUsersEntry  2 }

  sysUsersDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default password expiry period'."
    ::= { sysUsersEntry  3 }

  sysUsersDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default login failures before lockout'."
    ::= { sysUsersEntry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Craft User'                                                 */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysCraftUsrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysCraftUsrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1802 }

  sysCraftUsrEntry OBJECT-TYPE
    SYNTAX       SysCraftUsrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysCraftUsrChassisConnIx,
             sysCraftUsrChassisIx,
             sysCraftUsrUserName }
    ::= {  sysCraftUsrTable  1  }

  SysCraftUsrEntry  ::=  SEQUENCE
  {
    sysCraftUsrChassisConnIx           Integer32,
    sysCraftUsrChassisIx               Integer32,
    sysCraftUsrUserName                DisplayString,
    sysCraftUsrNewPassword             DisplayString,
    sysCraftUsrConfirmNewPassword      DisplayString,
    sysCraftUsrUserDesc                DisplayString,
    sysCraftUsrUserSecurityLvl         INTEGER,
    sysCraftUsrSDActPasswordExpiryPeriod
                                       Unsigned32,
    sysCraftUsrSDDefPasswordExpiryPeriod
                                       Unsigned32,
    sysCraftUsrSDUseDefPasswordExpiryPeriod
                                       INTEGER,
    sysCraftUsrDaysUntilPasswordExpiry Unsigned32,
    sysCraftUsrSDActLoginFailsBeforeLockout
                                       Unsigned32,
    sysCraftUsrSDDefLoginFailsBeforeLockout
                                       Unsigned32,
    sysCraftUsrSDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    sysCraftUsrNumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    sysCraftUsrAccountLocked           INTEGER,
    sysCraftUsrRowStatus               RowStatus
  }

  sysCraftUsrChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysCraftUsrEntry  1 }

  sysCraftUsrChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysCraftUsrEntry  2 }

  sysCraftUsrUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { sysCraftUsrEntry  3 }

  sysCraftUsrNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { sysCraftUsrEntry  4 }

  sysCraftUsrConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { sysCraftUsrEntry  5 }

  sysCraftUsrUserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { sysCraftUsrEntry  6 }

  sysCraftUsrUserSecurityLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   administrator(1),
                   restricted(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User security level'."
    ::= { sysCraftUsrEntry  7 }

  sysCraftUsrSDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { sysCraftUsrEntry  8 }

  sysCraftUsrSDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { sysCraftUsrEntry  9 }

  sysCraftUsrSDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { sysCraftUsrEntry  10 }

  sysCraftUsrDaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { sysCraftUsrEntry  11 }

  sysCraftUsrSDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { sysCraftUsrEntry  12 }

  sysCraftUsrSDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { sysCraftUsrEntry  13 }

  sysCraftUsrSDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { sysCraftUsrEntry  14 }

  sysCraftUsrNumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { sysCraftUsrEntry  15 }

  sysCraftUsrAccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    ::= { sysCraftUsrEntry  16 }

  sysCraftUsrRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sysCraftUsrEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'System Shelf Management'                                    */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysShMgmntTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysShMgmntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1803 }

  sysShMgmntEntry OBJECT-TYPE
    SYNTAX       SysShMgmntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysShMgmntChassisConnIx,
             sysShMgmntChassisIx }
    ::= {  sysShMgmntTable  1  }

  SysShMgmntEntry  ::=  SEQUENCE
  {
    sysShMgmntChassisConnIx            Integer32,
    sysShMgmntChassisIx                Integer32,
    sysShMgmntChldAlrmsAttnRq          Integer32,
    sysShMgmntSummaryChldAlrmState     INTEGER
  }

  sysShMgmntChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysShMgmntEntry  1 }

  sysShMgmntChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysShMgmntEntry  2 }

  sysShMgmntChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sysShMgmntEntry  3 }

  sysShMgmntSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sysShMgmntEntry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Shelf Manager'                                              */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  sysShMgrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysShMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'System Shelf Management'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1804 }

  sysShMgrEntry OBJECT-TYPE
    SYNTAX       SysShMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysShMgrChassisConnIx,
             sysShMgrChassisIx,
             sysShMgrIx }
    ::= {  sysShMgrTable  1  }

  SysShMgrEntry  ::=  SEQUENCE
  {
    sysShMgrChassisConnIx              Integer32,
    sysShMgrChassisIx                  Integer32,
    sysShMgrIx                         Unsigned32,
    sysShMgrMIBPresence                INTEGER,
    sysShMgrFirmwareVersion            DisplayString,
    sysShMgrShMStatus                  INTEGER,
    sysShMgrAlrmState                  INTEGER,
    sysShMgrAlrmStateTimestamp         Counter64,
    sysShMgrAlrmEvtsAttnRq             Integer32
  }

  sysShMgrChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysShMgrEntry  1 }

  sysShMgrChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysShMgrEntry  2 }

  sysShMgrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { sysShMgrEntry  3 }

  sysShMgrMIBPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   present(1),
                   notPresent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presence'."
    ::= { sysShMgrEntry  4 }

  sysShMgrFirmwareVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software version'."
    ::= { sysShMgrEntry  5 }

  sysShMgrShMStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   primary(1),
                   backup(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Status'."
    ::= { sysShMgrEntry  6 }

  sysShMgrAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysShMgrEntry  7 }

  sysShMgrAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysShMgrEntry  8 }

  sysShMgrAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysShMgrEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Server'                                            */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  emsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1809 }

  emsR2Entry OBJECT-TYPE
    SYNTAX       EmsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsR2EMSIx,
             emsR2EMSNodeName }
    ::= {  emsR2Table  1  }

  EmsR2Entry  ::=  SEQUENCE
  {
    emsR2EMSIx                         Unsigned32,
    emsR2EMSNodeName                   DisplayString,
    emsR2EMSName                       DisplayString,
    emsR2UniqueEMSIdentifier           DisplayString,
    emsR2VersionLvl                    Integer32,
    emsR2ServLvl                       Integer32,
    emsR2MSwitchTime                   Unsigned32,
    emsR2MinLoggingSeverityLvlStorage  Unsigned32,
    emsR2CurrSecurityMode              INTEGER,
    emsR2CurrSecurePort                INTEGER,
    emsR2CurrVPNCompatibleInsecurePort INTEGER,
    emsR2CurrInsecurePort              INTEGER,
    emsR2SecurityModeOnNextRestart     INTEGER,
    emsR2SecurePortOnNextRestart       INTEGER,
    emsR2VPNCompatibleInsecurePortOnNextRestart
                                       INTEGER,
    emsR2InsecurePortOnNextRestart     INTEGER,
    emsR2CounterStatisticsResetTimestamp
                                       Counter64,
    emsR2CurrExternalCSs               Integer32,
    emsR2DoExtraActions                INTEGER,
    emsR2BootLvl                       Integer32,
    emsR2AuditingEnabled               INTEGER,
    emsR2AlrmMonEnabled                INTEGER,
    emsR2AlrmMonLifespanClearedAlrms   INTEGER,
    emsR2AlrmMonEnabledNext            INTEGER,
    emsR2AlrmMonLifespanNextClearedAlrms
                                       INTEGER,
    emsR2UnitTestType                  INTEGER,
    emsR2WebServsAPIEnabled            INTEGER,
    emsR2WebServsAPIPortNum            INTEGER,
    emsR2WebServsAPIFullBackCompatibilityEnabled
                                       INTEGER,
    emsR2WebServsAPIExtraDiags         INTEGER,
    emsR2WebServsAPINextEnabled        INTEGER,
    emsR2WebServsAPINextPortNum        INTEGER,
    emsR2WebServsAPINextFullBackCompatibilityEnabled
                                       INTEGER,
    emsR2WebServsAPINextExtraDiags     INTEGER,
    emsR2AlrmState                     INTEGER,
    emsR2AlrmStateTimestamp            Unsigned32,
    emsR2AlrmEvtsAttnRqLogCorr         Counter64,
    emsR2AlrmEvtsAttnRq                Integer32,
    emsR2AlrmEvtsAttnRqResetTimestamp  Unsigned32,
    emsR2FaultMonitoringSNMPTrapRcvPort
                                       Integer32,
    emsR2FaultMonitoringSNMPPollingPort
                                       Integer32,
    emsR2FaultMonitoringNextSNMPTrapRcvPort
                                       Integer32,
    emsR2FaultMonitoringNextSNMPPollingPort
                                       Integer32,
    emsR2URLMetaViewSIPProvisioningServer
                                       LongDisplayString,
    emsR2AlrmMonLifespanActMetaSphereAlrms
                                       INTEGER,
    emsR2AlrmMonNextLifespanActMetaSphereAlrms
                                       INTEGER,
    emsR2URLSDPCommPortalServerSubs    LongDisplayString,
    emsR2URLSDPCommPortalServerBGAdmins
                                       LongDisplayString,
    emsR2SDPCommPortalClientVersion    DisplayString,
    emsR2SDPServProvLoginKeyID         DisplayString,
    emsR2URLSDPProvisioningServerLogin LongDisplayString,
    emsR2URLSDPProvisioningServerFindSub
                                       LongDisplayString,
    emsR2OSArchitecture                LongDisplayString,
    emsR2OSName                        LongDisplayString,
    emsR2StandbyStatus                 INTEGER,
    emsR2HardwareAlrms                 Integer32,
    emsR2HardwareAlrmEvts              Integer32,
    emsR2HardwareAlrmEvtsResetTimestamp
                                       Unsigned32,
    emsR2StatisticsAlrms               Integer32,
    emsR2ProcessorType                 INTEGER,
    emsR2HPIDiagsStatus                INTEGER,
    emsR2HPIDiagsWriteToFile           DisplayString,
    emsR2ManagingStandaloneMGsOnly     INTEGER,
    emsR2ManagingStandaloneMGsOnlyNext INTEGER,
    emsR2TraceCfg                      LongDisplayString,
    emsR2EnforceMediaChanNameUniqueness
                                       INTEGER,
    emsR2SysType                       INTEGER,
    emsR2WebServsAPIReadyUse           INTEGER,
    emsR2SNMPAPIEnabled                INTEGER,
    emsR2SNMPAPINextEnabled            INTEGER,
    emsR2SNMPAPINextCommunity          LongDisplayString,
    emsR2ChldAlrmsAttnRq               Integer32,
    emsR2ChldAlrmsAtndDp               Integer32,
    emsR2SummaryChldAlrmState          INTEGER,
    emsR2CompressClosedAuditFiles      INTEGER,
    emsR2T1I1HardwareConnChassisConnIx Integer32,
    emsR2T1I2HardwareConnChassisIx     Integer32,
    emsR2T1I3HardwareConnSlotIx        Unsigned32,
    emsR2T2I1HardwareConnDellServerConnIx
                                       Integer32,
    emsR2HardwareConnOtherVals         INTEGER,
    emsR2CurrMinSecurityLvl            INTEGER,
    emsR2AllowLegacySslTlsRenegotiationCurr
                                       INTEGER,
    emsR2MinSecurityLvlOnNextRestart   INTEGER,
    emsR2LegacySslTlsRenegotiationAllowedOnNextRestart
                                       INTEGER,
    emsR2AuditingReadOperationsEnabled INTEGER,
    emsR2AuditingDatabaseQueriesEnabled
                                       INTEGER,
    emsR2SNMPAPIStatsOnly              INTEGER,
    emsR2SNMPAPINextStatsOnly          INTEGER,
    emsR2AuditingEASSCDQueriesEnabled  INTEGER,
    emsR2DefSNMPCommunityConnToSAS     DisplayString,
    emsR2DefSNMPRemPortConnToSAS       INTEGER,
    emsR2SNMPAPIExtraDiags             INTEGER,
    emsR2SNMPAPINextExtraDiags         INTEGER,
    emsR2T3I1HardwareConnCXSrvrsContIx Integer32,
    emsR2T3I2HardwareConnCXServerConnIx
                                       Integer32,
    emsR2LCSS                          INTEGER,
    emsR2LCSSNext                      INTEGER
  }

  emsR2EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsR2Entry  1 }

  emsR2EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsR2Entry  2 }

  emsR2EMSName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Server name'."
    ::= { emsR2Entry  3 }

  emsR2UniqueEMSIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Server unique identifier'."
    ::= { emsR2Entry  4 }

  emsR2VersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Version Level'."
    ::= { emsR2Entry  5 }

  emsR2ServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Level'."
    ::= { emsR2Entry  6 }

  emsR2MSwitchTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { emsR2Entry  7 }

  emsR2MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { emsR2Entry  8 }

  emsR2CurrSecurityMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   secureOnly(2),
                   secureAndInsecure(3),
                   insecureOnly(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current security mode'."
    ::= { emsR2Entry  9 }

  emsR2CurrSecurePort OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current secure port'."
    ::= { emsR2Entry  10 }

  emsR2CurrVPNCompatibleInsecurePort OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current firewall compatible insecure port'."
    ::= { emsR2Entry  11 }

  emsR2CurrInsecurePort OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current insecure port'."
    ::= { emsR2Entry  12 }

  emsR2SecurityModeOnNextRestart OBJECT-TYPE
    SYNTAX       INTEGER {
                   secureOnly(2),
                   secureAndInsecure(3),
                   insecureOnly(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Security mode on next restart'."
    DEFVAL       { secureOnly }
    ::= { emsR2Entry  13 }

  emsR2SecurePortOnNextRestart OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secure port on next restart'."
    ::= { emsR2Entry  14 }

  emsR2VPNCompatibleInsecurePortOnNextRestart OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Firewall compatible insecure port on next restart'."
    ::= { emsR2Entry  15 }

  emsR2InsecurePortOnNextRestart OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Insecure port on next restart'."
    ::= { emsR2Entry  16 }

  emsR2CounterStatisticsResetTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Counter statistics reset timestamp'."
    ::= { emsR2Entry  17 }

  emsR2CurrExternalCSs OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of logged in users'."
    ::= { emsR2Entry  18 }

  emsR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   dumpLevel1Stats(1),
                   dumpLevel2Stats(2),
                   dumpLevel3Stats(3),
                   dumpLevel4Stats(4),
                   resetCounterStats(5),
                   closeActiveAuditFile(6),
                   checkMediaChannelNameUniqueness(7),
                   unitTests(8),
                   checkMemoryUsage(9),
                   hPIDiagnostics(10),
                   setTraceConfig(11),
                   reloadTraceConfigFromFile(12)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { emsR2Entry  27 }

  emsR2BootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Boot Level'."
    ::= { emsR2Entry  28 }

  emsR2AuditingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auditing enabled'."
    ::= { emsR2Entry  29 }

  emsR2AlrmMonEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm monitoring - enabled'."
    ::= { emsR2Entry  70 }

  emsR2AlrmMonLifespanClearedAlrms OBJECT-TYPE
    SYNTAX       INTEGER ( 0..7200 )
    UNITS        "minutes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring - lifespan of cleared alarms'."
    ::= { emsR2Entry  71 }

  emsR2AlrmMonEnabledNext OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring at next restart - enabled'."
    ::= { emsR2Entry  72 }

  emsR2AlrmMonLifespanNextClearedAlrms OBJECT-TYPE
    SYNTAX       INTEGER ( 0..7200 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring at next restart - lifespan of cleared alarms'."
    DEFVAL       { 10 }
    ::= { emsR2Entry  73 }

  emsR2UnitTestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   bOOUnitTestSimpleSE(1),
                   bOOUnitTestStatisticsSE(2),
                   bOOUnitTestTDSE(3),
                   bOOUnitTestAlarmsSE(4),
                   bOOUnitTestDashboardSE(5),
                   bOOUnitTestSearchSE(6)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unit test type'."
    DEFVAL       { bOOUnitTestSimpleSE }
    ::= { emsR2Entry  74 }

  emsR2WebServsAPIEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Web Services API - enabled'."
    ::= { emsR2Entry  78 }

  emsR2WebServsAPIPortNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Web Services API - port number'."
    ::= { emsR2Entry  79 }

  emsR2WebServsAPIFullBackCompatibilityEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Web Services API - full back-compatibility enabled'."
    ::= { emsR2Entry  80 }

  emsR2WebServsAPIExtraDiags OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Web Services API - extra diagnostics'."
    ::= { emsR2Entry  81 }

  emsR2WebServsAPINextEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Web Services API at next restart - enabled'."
    ::= { emsR2Entry  82 }

  emsR2WebServsAPINextPortNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Web Services API at next restart - port number'."
    ::= { emsR2Entry  83 }

  emsR2WebServsAPINextFullBackCompatibilityEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Web Services API at next restart - full back-compatibility enabled'."
    ::= { emsR2Entry  84 }

  emsR2WebServsAPINextExtraDiags OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Web Services API at next restart - extra diagnostics'."
    ::= { emsR2Entry  85 }

  emsR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { emsR2Entry  86 }

  emsR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { emsR2Entry  87 }

  emsR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { emsR2Entry  88 }

  emsR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { emsR2Entry  89 }

  emsR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { emsR2Entry  90 }

  emsR2FaultMonitoringSNMPTrapRcvPort OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring - local SNMP trap receive port'."
    ::= { emsR2Entry  94 }

  emsR2FaultMonitoringSNMPPollingPort OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring - local SNMP polling port'."
    ::= { emsR2Entry  95 }

  emsR2FaultMonitoringNextSNMPTrapRcvPort OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring at next restart - local SNMP trap receive port'."
    ::= { emsR2Entry  96 }

  emsR2FaultMonitoringNextSNMPPollingPort OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring at next restart - local SNMP polling port'."
    ::= { emsR2Entry  97 }

  emsR2URLMetaViewSIPProvisioningServer OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'URL of MetaView SIP Provisioning Server'."
    ::= { emsR2Entry  98 }

  emsR2AlrmMonLifespanActMetaSphereAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(0),
                   oneDay(1440),
                   twoDay(2880),
                   fourDays(5760),
                   oneWeek(10080),
                   twoWeeks(20160)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring - lifespan of events and unknown faults'."
    ::= { emsR2Entry  100 }

  emsR2AlrmMonNextLifespanActMetaSphereAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(0),
                   oneDay(1440),
                   twoDay(2880),
                   fourDays(5760),
                   oneWeek(10080),
                   twoWeeks(20160)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm monitoring at next restart - lifespan of events and unknown faults'."
    ::= { emsR2Entry  101 }

  emsR2URLSDPCommPortalServerSubs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'URL of EAS CommPortal server for subscriber lines'."
    ::= { emsR2Entry  104 }

  emsR2URLSDPCommPortalServerBGAdmins OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'URL of EAS CommPortal server for BG admins'."
    ::= { emsR2Entry  105 }

  emsR2SDPCommPortalClientVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal client version'."
    ::= { emsR2Entry  107 }

  emsR2SDPServProvLoginKeyID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS service provider login key ID'."
    ::= { emsR2Entry  109 }

  emsR2URLSDPProvisioningServerLogin OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'URL of EAS Provisioning server (login)'."
    ::= { emsR2Entry  110 }

  emsR2URLSDPProvisioningServerFindSub OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'URL of EAS Provisioning server (find subscriber)'."
    ::= { emsR2Entry  111 }

  emsR2OSArchitecture OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operating System architecture'."
    ::= { emsR2Entry  115 }

  emsR2OSName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operating System name'."
    ::= { emsR2Entry  116 }

  emsR2StandbyStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   standalone(0),
                   active(1),
                   standby(2),
                   attentionRequired(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Standby Status'."
    ::= { emsR2Entry  117 }

  emsR2HardwareAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware, backup and config alarms'."
    ::= { emsR2Entry  118 }

  emsR2HardwareAlrmEvts OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware, backup and config alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { emsR2Entry  119 }

  emsR2HardwareAlrmEvtsResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware, backup and config alarm events reset timestamp'."
    ::= { emsR2Entry  120 }

  emsR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { emsR2Entry  121 }

  emsR2ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { emsR2Entry  122 }

  emsR2HPIDiagsStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   success(1),
                   failed(2),
                   partiallyFailed(3),
                   inProgress(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'HPI diagnostics - status'."
    ::= { emsR2Entry  123 }

  emsR2HPIDiagsWriteToFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'HPI diagnostics - write to file'."
    DEFVAL       { "hpi_diags.csv" }
    ::= { emsR2Entry  124 }

  emsR2ManagingStandaloneMGsOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Managing standalone MGs only'."
    ::= { emsR2Entry  125 }

  emsR2ManagingStandaloneMGsOnlyNext OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Managing standalone MGs only at next restart'."
    DEFVAL       { false }
    ::= { emsR2Entry  126 }

  emsR2TraceCfg OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trace config'."
    ::= { emsR2Entry  127 }

  emsR2EnforceMediaChanNameUniqueness OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enforce media channel name uniqueness'."
    DEFVAL       { false }
    ::= { emsR2Entry  128 }

  emsR2SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   vP3500(1),
                   vP3510(2),
                   vP9020(3),
                   vP2510(4),
                   vP9024(5),
                   vP4410(6),
                   vP9020VP9024(7),
                   uX4410(8),
                   cH6010(9),
                   cH6050(10),
                   vMWare(11),
                   openStack(12),
                   cOTS(13),
                   cXServer(14),
                   azure(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { emsR2Entry  129 }

  emsR2WebServsAPIReadyUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Web Services API - ready for use'."
    ::= { emsR2Entry  130 }

  emsR2SNMPAPIEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP API - enabled'."
    ::= { emsR2Entry  131 }

  emsR2SNMPAPINextEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SNMP API at next restart - enabled'."
    DEFVAL       { false }
    ::= { emsR2Entry  132 }

  emsR2SNMPAPINextCommunity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SNMP API at next restart - community'.
                  Field is write-only, GETs will return an empty string."
    ::= { emsR2Entry  133 }

  emsR2ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { emsR2Entry  134 }

  emsR2ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { emsR2Entry  135 }

  emsR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { emsR2Entry  136 }

  emsR2CompressClosedAuditFiles OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Compress closed audit files'."
    ::= { emsR2Entry  137 }

  emsR2T1I1HardwareConnChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { emsR2Entry  138 }

  emsR2T1I2HardwareConnChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { emsR2Entry  139 }

  emsR2T1I3HardwareConnSlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { emsR2Entry  140 }

  emsR2T2I1HardwareConnDellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { emsR2Entry  141 }

  emsR2HardwareConnOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection'.
                  This field represents the fixed
                  values that Hardware connection
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { emsR2Entry  142 }

  emsR2CurrMinSecurityLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   sSLv3(1),
                   tLSv10(2),
                   tLSv11(3),
                   tLSv12(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current minimum security level'."
    ::= { emsR2Entry  143 }

  emsR2AllowLegacySslTlsRenegotiationCurr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Legacy SSL/TLS renegotiation currently allowed'."
    ::= { emsR2Entry  145 }

  emsR2MinSecurityLvlOnNextRestart OBJECT-TYPE
    SYNTAX       INTEGER {
                   sSLv3(1),
                   tLSv10(2),
                   tLSv11(3),
                   tLSv12(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Minimum security level on next restart'."
    DEFVAL       { tLSv12 }
    ::= { emsR2Entry  146 }

  emsR2LegacySslTlsRenegotiationAllowedOnNextRestart OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Legacy SSL/TLS renegotiation allowed on next restart'."
    DEFVAL       { false }
    ::= { emsR2Entry  148 }

  emsR2AuditingReadOperationsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auditing read operations enabled'."
    ::= { emsR2Entry  149 }

  emsR2AuditingDatabaseQueriesEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Auditing shadow configuration database queries enabled'."
    ::= { emsR2Entry  150 }

  emsR2SNMPAPIStatsOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SNMP API - Only allow access to statistics'."
    ::= { emsR2Entry  151 }

  emsR2SNMPAPINextStatsOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SNMP API at next restart - Only allow access to statistics'."
    DEFVAL       { false }
    ::= { emsR2Entry  152 }

  emsR2AuditingEASSCDQueriesEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Auditing EAS shadow configuration database queries enabled'."
    ::= { emsR2Entry  153 }

  emsR2DefSNMPCommunityConnToSAS OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default SNMP community for Connection to SAS'."
    DEFVAL       { "public" }
    ::= { emsR2Entry  154 }

  emsR2DefSNMPRemPortConnToSAS OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default SNMP remote port for Connection to SAS'."
    DEFVAL       { 8161 }
    ::= { emsR2Entry  155 }

  emsR2SNMPAPIExtraDiags OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP API - extra diagnostics'."
    ::= { emsR2Entry  156 }

  emsR2SNMPAPINextExtraDiags OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SNMP API at next restart - extra diagnostics'."
    DEFVAL       { false }
    ::= { emsR2Entry  157 }

  emsR2T3I1HardwareConnCXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { emsR2Entry  158 }

  emsR2T3I2HardwareConnCXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { emsR2Entry  159 }

  emsR2LCSS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Legacy cipher suites supported'."
    ::= { emsR2Entry  160 }

  emsR2LCSSNext OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Legacy cipher suites supported at next restart'."
    DEFVAL       { false }
    ::= { emsR2Entry  161 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Director Service'                                  */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  mVDR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1810 }

  mVDR1Entry OBJECT-TYPE
    SYNTAX       MVDR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDR1NEConn,
             mVDR1NetwkElement,
             mVDR1MetaViewDirectorIx }
    ::= {  mVDR1Table  1  }

  MVDR1Entry  ::=  SEQUENCE
  {
    mVDR1NEConn                        Unsigned32,
    mVDR1NetwkElement                  DisplayString,
    mVDR1MetaViewDirectorIx            Unsigned32,
    mVDR1NumLocationSources            Unsigned32,
    mVDR1LocationUpdateInterfacePortNum
                                       Unsigned32,
    mVDR1LocationQueryInterfacePortNum Unsigned32,
    mVDR1NotifPublicationInterfacePortNum
                                       Unsigned32,
    mVDR1NotifSubscriptionInterfacePortNum
                                       Unsigned32,
    mVDR1StatisticsAlrms               Integer32,
    mVDR1LocationSourceAlrmsAttnRq     INTEGER,
    mVDR1LocationSourceAlrmEvtsAttnRq  Unsigned32,
    mVDR1SummaryChldAlrmState          INTEGER,
    mVDR1ChldStatisticsAlrms           Integer32,
    mVDR1DoExtraActions                INTEGER,
    mVDR1MaxNumCallEvts                Unsigned32
  }

  mVDR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDR1Entry  1 }

  mVDR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDR1Entry  2 }

  mVDR1MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { mVDR1Entry  3 }

  mVDR1NumLocationSources OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of location sources'."
    ::= { mVDR1Entry  4 }

  mVDR1LocationUpdateInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Update interface port number'."
    ::= { mVDR1Entry  5 }

  mVDR1LocationQueryInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Query interface port number'."
    ::= { mVDR1Entry  6 }

  mVDR1NotifPublicationInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Publication interface port number'."
    ::= { mVDR1Entry  7 }

  mVDR1NotifSubscriptionInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Subscription interface port number'."
    ::= { mVDR1Entry  8 }

  mVDR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mVDR1Entry  9 }

  mVDR1LocationSourceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarms'."
    ::= { mVDR1Entry  10 }

  mVDR1LocationSourceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarm events'."
    ::= { mVDR1Entry  11 }

  mVDR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mVDR1Entry  12 }

  mVDR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mVDR1Entry  13 }

  mVDR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   queryDatabase(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDR1Entry  14 }

  mVDR1MaxNumCallEvts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of call events'."
    DEFVAL       { 10 }
    ::= { mVDR1Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Port'                                              */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysEthernetPortR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysEthernetPortR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3500 / MG3500'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1814 }

  sysEthernetPortR6Entry OBJECT-TYPE
    SYNTAX       SysEthernetPortR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysEthernetPortR6NEConn,
             sysEthernetPortR6NetwkElement,
             sysEthernetPortR6CtrlerIx,
             sysEthernetPortR6InterfaceType,
             sysEthernetPortR6EthernetPortIx }
    ::= {  sysEthernetPortR6Table  1  }

  SysEthernetPortR6Entry  ::=  SEQUENCE
  {
    sysEthernetPortR6NEConn            Unsigned32,
    sysEthernetPortR6NetwkElement      DisplayString,
    sysEthernetPortR6CtrlerIx          Unsigned32,
    sysEthernetPortR6InterfaceType     INTEGER,
    sysEthernetPortR6EthernetPortIx    INTEGER,
    sysEthernetPortR6AlrmState         INTEGER,
    sysEthernetPortR6AlrmStateTimestamp
                                       Unsigned32,
    sysEthernetPortR6AlrmEvtsAttnRqLogCorr
                                       Counter64,
    sysEthernetPortR6AlrmEvtsAttnRq    Integer32,
    sysEthernetPortR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysEthernetPortR6TIPAddrA          DisplayString,
    sysEthernetPortR6TIPAddrB          DisplayString,
    sysEthernetPortR6PortStatusACtrler INTEGER,
    sysEthernetPortR6PortStatusBCtrler INTEGER,
    sysEthernetPortR6SuppressAlrms     INTEGER
  }

  sysEthernetPortR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysEthernetPortR6Entry  1 }

  sysEthernetPortR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysEthernetPortR6Entry  2 }

  sysEthernetPortR6CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysEthernetPortR6Entry  3 }

  sysEthernetPortR6InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysEthernetPortR6Entry  4 }

  sysEthernetPortR6EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysEthernetPortR6Entry  5 }

  sysEthernetPortR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysEthernetPortR6Entry  8 }

  sysEthernetPortR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysEthernetPortR6Entry  9 }

  sysEthernetPortR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysEthernetPortR6Entry  10 }

  sysEthernetPortR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysEthernetPortR6Entry  11 }

  sysEthernetPortR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysEthernetPortR6Entry  12 }

  sysEthernetPortR6TIPAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test IP address (Processor A)'."
    ::= { sysEthernetPortR6Entry  13 }

  sysEthernetPortR6TIPAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test IP address (Processor B)'."
    ::= { sysEthernetPortR6Entry  14 }

  sysEthernetPortR6PortStatusACtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status (Processor A)'."
    ::= { sysEthernetPortR6Entry  15 }

  sysEthernetPortR6PortStatusBCtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status (Processor B)'."
    ::= { sysEthernetPortR6Entry  16 }

  sysEthernetPortR6SuppressAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress alarms'."
    DEFVAL       { false }
    ::= { sysEthernetPortR6Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Port'                                              */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysPTIEthernetPortR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysPTIEthernetPortR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3510 / MG3510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1816 }

  sysPTIEthernetPortR7Entry OBJECT-TYPE
    SYNTAX       SysPTIEthernetPortR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysPTIEthernetPortR7NEConn,
             sysPTIEthernetPortR7NetwkElement,
             sysPTIEthernetPortR7CtrlerIx,
             sysPTIEthernetPortR7InterfaceType,
             sysPTIEthernetPortR7EthernetPortIx }
    ::= {  sysPTIEthernetPortR7Table  1  }

  SysPTIEthernetPortR7Entry  ::=  SEQUENCE
  {
    sysPTIEthernetPortR7NEConn         Unsigned32,
    sysPTIEthernetPortR7NetwkElement   DisplayString,
    sysPTIEthernetPortR7CtrlerIx       Unsigned32,
    sysPTIEthernetPortR7InterfaceType  INTEGER,
    sysPTIEthernetPortR7EthernetPortIx INTEGER,
    sysPTIEthernetPortR7AlrmState      INTEGER,
    sysPTIEthernetPortR7AlrmStateTimestamp
                                       Unsigned32,
    sysPTIEthernetPortR7AlEvtsAtRqLogCorr
                                       Counter64,
    sysPTIEthernetPortR7AlrmEvtsAttnRq Integer32,
    sysPTIEthernetPortR7AlEvtsAtRqResetTimestamp
                                       Unsigned32,
    sysPTIEthernetPortR7TIPAddrA       DisplayString,
    sysPTIEthernetPortR7TIPAddrB       DisplayString,
    sysPTIEthernetPortR7PortStatusACtrler
                                       INTEGER,
    sysPTIEthernetPortR7PortStatusBCtrler
                                       INTEGER,
    sysPTIEthernetPortR7SuppressAlrms  INTEGER,
    sysPTIEthernetPortR7MinDesiredLinkSpeed
                                       INTEGER,
    sysPTIEthernetPortR7ActualLinkSpeed
                                       INTEGER,
    sysPTIEthernetPortR7DuplexMode     INTEGER,
    sysPTIEthernetPortR7LinkAggregated INTEGER,
    sysPTIEthernetPortR7AlarmableMulticastRate
                                       Unsigned32,
    sysPTIEthernetPortR7AlarmableBroadcastRate
                                       Unsigned32
  }

  sysPTIEthernetPortR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysPTIEthernetPortR7Entry  1 }

  sysPTIEthernetPortR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysPTIEthernetPortR7Entry  2 }

  sysPTIEthernetPortR7CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysPTIEthernetPortR7Entry  3 }

  sysPTIEthernetPortR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysPTIEthernetPortR7Entry  4 }

  sysPTIEthernetPortR7EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysPTIEthernetPortR7Entry  5 }

  sysPTIEthernetPortR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysPTIEthernetPortR7Entry  8 }

  sysPTIEthernetPortR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysPTIEthernetPortR7Entry  9 }

  sysPTIEthernetPortR7AlEvtsAtRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysPTIEthernetPortR7Entry  10 }

  sysPTIEthernetPortR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysPTIEthernetPortR7Entry  11 }

  sysPTIEthernetPortR7AlEvtsAtRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysPTIEthernetPortR7Entry  12 }

  sysPTIEthernetPortR7TIPAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test IP address (Processor A)'."
    ::= { sysPTIEthernetPortR7Entry  13 }

  sysPTIEthernetPortR7TIPAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test IP address (Processor B)'."
    ::= { sysPTIEthernetPortR7Entry  14 }

  sysPTIEthernetPortR7PortStatusACtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status (Processor A)'."
    ::= { sysPTIEthernetPortR7Entry  15 }

  sysPTIEthernetPortR7PortStatusBCtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status (Processor B)'."
    ::= { sysPTIEthernetPortR7Entry  16 }

  sysPTIEthernetPortR7SuppressAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress alarms'."
    DEFVAL       { false }
    ::= { sysPTIEthernetPortR7Entry  17 }

  sysPTIEthernetPortR7MinDesiredLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneHundred(100),
                   oneThousand(1000)
                 }
    UNITS        "Mbps"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum desired link speed'."
    DEFVAL       { oneThousand }
    ::= { sysPTIEthernetPortR7Entry  18 }

  sysPTIEthernetPortR7ActualLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   ten(10),
                   oneHundred(100),
                   oneThousand(1000)
                 }
    UNITS        "Mbps"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual link speed'."
    ::= { sysPTIEthernetPortR7Entry  19 }

  sysPTIEthernetPortR7DuplexMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   half(1),
                   full(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Duplex mode'."
    ::= { sysPTIEthernetPortR7Entry  20 }

  sysPTIEthernetPortR7LinkAggregated OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link aggregated'."
    ::= { sysPTIEthernetPortR7Entry  21 }

  sysPTIEthernetPortR7AlarmableMulticastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable multicast rate'."
    DEFVAL       { 100 }
    ::= { sysPTIEthernetPortR7Entry  22 }

  sysPTIEthernetPortR7AlarmableBroadcastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable broadcast rate'."
    DEFVAL       { 100 }
    ::= { sysPTIEthernetPortR7Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Ethernet Port Statistics'                  */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  systemPTIEthPtStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SystemPTIEthPtStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1817 }

  systemPTIEthPtStatsR2Entry OBJECT-TYPE
    SYNTAX       SystemPTIEthPtStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { systemPTIEthPtStatsR2NEConn,
             systemPTIEthPtStatsR2NetwkElement,
             systemPTIEthPtStatsR2CtrlerIx,
             systemPTIEthPtStatsR2InterfaceType,
             systemPTIEthPtStatsR2EthernetPortIx,
             systemPTIEthPtStatsR2SummaryPeriod }
    ::= {  systemPTIEthPtStatsR2Table  1  }

  SystemPTIEthPtStatsR2Entry  ::=  SEQUENCE
  {
    systemPTIEthPtStatsR2NEConn        Unsigned32,
    systemPTIEthPtStatsR2NetwkElement  DisplayString,
    systemPTIEthPtStatsR2CtrlerIx      Unsigned32,
    systemPTIEthPtStatsR2InterfaceType INTEGER,
    systemPTIEthPtStatsR2EthernetPortIx
                                       INTEGER,
    systemPTIEthPtStatsR2SummaryPeriod INTEGER,
    systemPTIEthPtStatsR2RcvdOctets    Counter64,
    systemPTIEthPtStatsR2XmittedOctets Counter64,
    systemPTIEthPtStatsR2PercentageRcvUtilization
                                       INTEGER,
    systemPTIEthPtStatsR2MaxPcntRcvUtilization
                                       INTEGER,
    systemPTIEthPtStatsR2PercentageXmitUtilization
                                       INTEGER,
    systemPTIEthPtStatsR2MaxPcntXmitUtilization
                                       INTEGER,
    systemPTIEthPtStatsR2RcvdUnicastPackets
                                       Counter64,
    systemPTIEthPtStatsR2XmittedUnicastPackets
                                       Counter64,
    systemPTIEthPtStatsR2RcvdMulticastPackets
                                       Counter64,
    systemPTIEthPtStatsR2XmittedMulticastPackets
                                       Counter64,
    systemPTIEthPtStatsR2RcvdBroadcastPackets
                                       Counter64,
    systemPTIEthPtStatsR2XmittedBroadcastPackets
                                       Counter64,
    systemPTIEthPtStatsR2AlignmentErrs Counter64,
    systemPTIEthPtStatsR2FCSErrs       Counter64,
    systemPTIEthPtStatsR2FrameTooLongErrs
                                       Counter64,
    systemPTIEthPtStatsR2InternalMACRcvErrs
                                       Counter64,
    systemPTIEthPtStatsR2SymbolErrs    Counter64
  }

  systemPTIEthPtStatsR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { systemPTIEthPtStatsR2Entry  1 }

  systemPTIEthPtStatsR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { systemPTIEthPtStatsR2Entry  2 }

  systemPTIEthPtStatsR2CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { systemPTIEthPtStatsR2Entry  3 }

  systemPTIEthPtStatsR2InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { systemPTIEthPtStatsR2Entry  4 }

  systemPTIEthPtStatsR2EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { systemPTIEthPtStatsR2Entry  5 }

  systemPTIEthPtStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { systemPTIEthPtStatsR2Entry  6 }

  systemPTIEthPtStatsR2RcvdOctets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received octets'."
    ::= { systemPTIEthPtStatsR2Entry  7 }

  systemPTIEthPtStatsR2XmittedOctets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted octets'."
    ::= { systemPTIEthPtStatsR2Entry  8 }

  systemPTIEthPtStatsR2PercentageRcvUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received utilization'."
    ::= { systemPTIEthPtStatsR2Entry  9 }

  systemPTIEthPtStatsR2MaxPcntRcvUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum received utilization'."
    ::= { systemPTIEthPtStatsR2Entry  10 }

  systemPTIEthPtStatsR2PercentageXmitUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted utilization'."
    ::= { systemPTIEthPtStatsR2Entry  11 }

  systemPTIEthPtStatsR2MaxPcntXmitUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum transmitted utilization'."
    ::= { systemPTIEthPtStatsR2Entry  12 }

  systemPTIEthPtStatsR2RcvdUnicastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received unicast packets'."
    ::= { systemPTIEthPtStatsR2Entry  13 }

  systemPTIEthPtStatsR2XmittedUnicastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted unicast packets'."
    ::= { systemPTIEthPtStatsR2Entry  14 }

  systemPTIEthPtStatsR2RcvdMulticastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received multicast packets'."
    ::= { systemPTIEthPtStatsR2Entry  15 }

  systemPTIEthPtStatsR2XmittedMulticastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted multicast packets'."
    ::= { systemPTIEthPtStatsR2Entry  16 }

  systemPTIEthPtStatsR2RcvdBroadcastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received broadcast packets'."
    ::= { systemPTIEthPtStatsR2Entry  17 }

  systemPTIEthPtStatsR2XmittedBroadcastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted broadcast packets'."
    ::= { systemPTIEthPtStatsR2Entry  18 }

  systemPTIEthPtStatsR2AlignmentErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alignment errors'."
    ::= { systemPTIEthPtStatsR2Entry  19 }

  systemPTIEthPtStatsR2FCSErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FCS errors'."
    ::= { systemPTIEthPtStatsR2Entry  20 }

  systemPTIEthPtStatsR2FrameTooLongErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Frame too long errors'."
    ::= { systemPTIEthPtStatsR2Entry  21 }

  systemPTIEthPtStatsR2InternalMACRcvErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Internal MAC receive errors'."
    ::= { systemPTIEthPtStatsR2Entry  22 }

  systemPTIEthPtStatsR2SymbolErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Symbol errors'."
    ::= { systemPTIEthPtStatsR2Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Port'                                              */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sys2510EthPortR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF Sys2510EthPortR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP2510 / MG2510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1819 }

  sys2510EthPortR5Entry OBJECT-TYPE
    SYNTAX       Sys2510EthPortR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sys2510EthPortR5NEConn,
             sys2510EthPortR5NetwkElement,
             sys2510EthPortR5CtrlerIx,
             sys2510EthPortR5InterfaceType,
             sys2510EthPortR5EthernetPortIx }
    ::= {  sys2510EthPortR5Table  1  }

  Sys2510EthPortR5Entry  ::=  SEQUENCE
  {
    sys2510EthPortR5NEConn             Unsigned32,
    sys2510EthPortR5NetwkElement       DisplayString,
    sys2510EthPortR5CtrlerIx           Unsigned32,
    sys2510EthPortR5InterfaceType      INTEGER,
    sys2510EthPortR5EthernetPortIx     INTEGER,
    sys2510EthPortR5TIPAddrA           DisplayString,
    sys2510EthPortR5TIPAddrB           DisplayString,
    sys2510EthPortR5PortStatusACtrler  INTEGER,
    sys2510EthPortR5PortStatusBtrler   INTEGER,
    sys2510EthPortR5AlrmState          INTEGER,
    sys2510EthPortR5AlrmStateTimestamp Unsigned32,
    sys2510EthPortR5AlrmEvtsAttnRqLogCorr
                                       Counter64,
    sys2510EthPortR5AlrmEvtsAttnRq     Integer32,
    sys2510EthPortR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sys2510EthPortR5MinDesiredLinkSpeed
                                       INTEGER,
    sys2510EthPortR5ActualLinkSpeed    INTEGER,
    sys2510EthPortR5DuplexMode         INTEGER,
    sys2510EthPortR5AlarmableMulticastRate
                                       Unsigned32,
    sys2510EthPortR5AlarmableBroadcastRate
                                       Unsigned32,
    sys2510EthPortR5SuppressAlrms      INTEGER
  }

  sys2510EthPortR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sys2510EthPortR5Entry  1 }

  sys2510EthPortR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sys2510EthPortR5Entry  2 }

  sys2510EthPortR5CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sys2510EthPortR5Entry  3 }

  sys2510EthPortR5InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sys2510EthPortR5Entry  4 }

  sys2510EthPortR5EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sys2510EthPortR5Entry  5 }

  sys2510EthPortR5TIPAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test IP address (Processor A)'."
    ::= { sys2510EthPortR5Entry  6 }

  sys2510EthPortR5TIPAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test IP address (Processor B)'."
    ::= { sys2510EthPortR5Entry  7 }

  sys2510EthPortR5PortStatusACtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status (Processor A)'."
    ::= { sys2510EthPortR5Entry  8 }

  sys2510EthPortR5PortStatusBtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status (Processor B)'."
    ::= { sys2510EthPortR5Entry  9 }

  sys2510EthPortR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sys2510EthPortR5Entry  10 }

  sys2510EthPortR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sys2510EthPortR5Entry  11 }

  sys2510EthPortR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sys2510EthPortR5Entry  12 }

  sys2510EthPortR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sys2510EthPortR5Entry  13 }

  sys2510EthPortR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sys2510EthPortR5Entry  14 }

  sys2510EthPortR5MinDesiredLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneHundred(100),
                   oneThousand(1000)
                 }
    UNITS        "Mbps"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum desired link speed'."
    DEFVAL       { oneThousand }
    ::= { sys2510EthPortR5Entry  15 }

  sys2510EthPortR5ActualLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   ten(10),
                   oneHundred(100),
                   oneThousand(1000)
                 }
    UNITS        "Mbps"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual link speed'."
    ::= { sys2510EthPortR5Entry  16 }

  sys2510EthPortR5DuplexMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   half(1),
                   full(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Duplex mode'."
    ::= { sys2510EthPortR5Entry  17 }

  sys2510EthPortR5AlarmableMulticastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable multicast rate'."
    DEFVAL       { 100 }
    ::= { sys2510EthPortR5Entry  18 }

  sys2510EthPortR5AlarmableBroadcastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable broadcast rate'."
    DEFVAL       { 100 }
    ::= { sys2510EthPortR5Entry  19 }

  sys2510EthPortR5SuppressAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress alarms'."
    DEFVAL       { false }
    ::= { sys2510EthPortR5Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Ethernet Port Statistics'                  */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  systemCH2510EthPtStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SystemCH2510EthPtStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1820 }

  systemCH2510EthPtStatsR2Entry OBJECT-TYPE
    SYNTAX       SystemCH2510EthPtStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { systemCH2510EthPtStatsR2NEConn,
             systemCH2510EthPtStatsR2NetwkElement,
             systemCH2510EthPtStatsR2CtrlerIx,
             systemCH2510EthPtStatsR2InterfaceType,
             systemCH2510EthPtStatsR2EthernetPortIx,
             systemCH2510EthPtStatsR2SummaryPeriod }
    ::= {  systemCH2510EthPtStatsR2Table  1  }

  SystemCH2510EthPtStatsR2Entry  ::=  SEQUENCE
  {
    systemCH2510EthPtStatsR2NEConn     Unsigned32,
    systemCH2510EthPtStatsR2NetwkElement
                                       DisplayString,
    systemCH2510EthPtStatsR2CtrlerIx   Unsigned32,
    systemCH2510EthPtStatsR2InterfaceType
                                       INTEGER,
    systemCH2510EthPtStatsR2EthernetPortIx
                                       INTEGER,
    systemCH2510EthPtStatsR2SummaryPeriod
                                       INTEGER,
    systemCH2510EthPtStatsR2RcvdOctets Counter64,
    systemCH2510EthPtStatsR2XmittedOctets
                                       Counter64,
    systemCH2510EthPtStatsR2PctRcvUtilization
                                       INTEGER,
    systemCH2510EthPtStatsR2MaxPctRcvUtilization
                                       INTEGER,
    systemCH2510EthPtStatsR2PctXmitUtilization
                                       INTEGER,
    systemCH2510EthPtStatsR2MaxPctXmitUtilization
                                       INTEGER,
    systemCH2510EthPtStatsR2RcvdUnicastPackets
                                       Counter64,
    systemCH2510EthPtStatsR2XmittedUnicastPackets
                                       Counter64,
    systemCH2510EthPtStatsR2RcvdMulticastPackets
                                       Counter64,
    systemCH2510EthPtStatsR2XmittedMulticastPackets
                                       Counter64,
    systemCH2510EthPtStatsR2RcvdBroadcastPackets
                                       Counter64,
    systemCH2510EthPtStatsR2XmittedBroadcastPackets
                                       Counter64,
    systemCH2510EthPtStatsR2AlignmentErrs
                                       Counter64,
    systemCH2510EthPtStatsR2FCSErrs    Counter64,
    systemCH2510EthPtStatsR2FrameTooLongErrs
                                       Counter64,
    systemCH2510EthPtStatsR2InternalMACRcvErrs
                                       Counter64,
    systemCH2510EthPtStatsR2SymbolErrs Counter64
  }

  systemCH2510EthPtStatsR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { systemCH2510EthPtStatsR2Entry  1 }

  systemCH2510EthPtStatsR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { systemCH2510EthPtStatsR2Entry  2 }

  systemCH2510EthPtStatsR2CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { systemCH2510EthPtStatsR2Entry  3 }

  systemCH2510EthPtStatsR2InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { systemCH2510EthPtStatsR2Entry  4 }

  systemCH2510EthPtStatsR2EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { systemCH2510EthPtStatsR2Entry  5 }

  systemCH2510EthPtStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { systemCH2510EthPtStatsR2Entry  6 }

  systemCH2510EthPtStatsR2RcvdOctets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received octets'."
    ::= { systemCH2510EthPtStatsR2Entry  7 }

  systemCH2510EthPtStatsR2XmittedOctets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted octets'."
    ::= { systemCH2510EthPtStatsR2Entry  8 }

  systemCH2510EthPtStatsR2PctRcvUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received utilization'."
    ::= { systemCH2510EthPtStatsR2Entry  9 }

  systemCH2510EthPtStatsR2MaxPctRcvUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum received utilization'."
    ::= { systemCH2510EthPtStatsR2Entry  10 }

  systemCH2510EthPtStatsR2PctXmitUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted utilization'."
    ::= { systemCH2510EthPtStatsR2Entry  11 }

  systemCH2510EthPtStatsR2MaxPctXmitUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum transmitted utilization'."
    ::= { systemCH2510EthPtStatsR2Entry  12 }

  systemCH2510EthPtStatsR2RcvdUnicastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received unicast packets'."
    ::= { systemCH2510EthPtStatsR2Entry  13 }

  systemCH2510EthPtStatsR2XmittedUnicastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted unicast packets'."
    ::= { systemCH2510EthPtStatsR2Entry  14 }

  systemCH2510EthPtStatsR2RcvdMulticastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received multicast packets'."
    ::= { systemCH2510EthPtStatsR2Entry  15 }

  systemCH2510EthPtStatsR2XmittedMulticastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted multicast packets'."
    ::= { systemCH2510EthPtStatsR2Entry  16 }

  systemCH2510EthPtStatsR2RcvdBroadcastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received broadcast packets'."
    ::= { systemCH2510EthPtStatsR2Entry  17 }

  systemCH2510EthPtStatsR2XmittedBroadcastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted broadcast packets'."
    ::= { systemCH2510EthPtStatsR2Entry  18 }

  systemCH2510EthPtStatsR2AlignmentErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alignment errors'."
    ::= { systemCH2510EthPtStatsR2Entry  19 }

  systemCH2510EthPtStatsR2FCSErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FCS errors'."
    ::= { systemCH2510EthPtStatsR2Entry  20 }

  systemCH2510EthPtStatsR2FrameTooLongErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Frame too long errors'."
    ::= { systemCH2510EthPtStatsR2Entry  21 }

  systemCH2510EthPtStatsR2InternalMACRcvErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Internal MAC receive errors'."
    ::= { systemCH2510EthPtStatsR2Entry  22 }

  systemCH2510EthPtStatsR2SymbolErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Symbol errors'."
    ::= { systemCH2510EthPtStatsR2Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Port'                                              */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  fTEthernetPortR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF FTEthernetPortR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Fault Tolerant Ethernet Interface'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1821 }

  fTEthernetPortR7Entry OBJECT-TYPE
    SYNTAX       FTEthernetPortR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { fTEthernetPortR7NEConn,
             fTEthernetPortR7NetwkElement,
             fTEthernetPortR7CtrlerIx,
             fTEthernetPortR7InterfaceType,
             fTEthernetPortR7EthernetPortIx }
    ::= {  fTEthernetPortR7Table  1  }

  FTEthernetPortR7Entry  ::=  SEQUENCE
  {
    fTEthernetPortR7NEConn             Unsigned32,
    fTEthernetPortR7NetwkElement       DisplayString,
    fTEthernetPortR7CtrlerIx           Unsigned32,
    fTEthernetPortR7InterfaceType      INTEGER,
    fTEthernetPortR7EthernetPortIx     INTEGER,
    fTEthernetPortR7TestIPAddr         DisplayString,
    fTEthernetPortR7PortStatus         INTEGER,
    fTEthernetPortR7AlrmState          INTEGER,
    fTEthernetPortR7AlrmStateTimestamp Unsigned32,
    fTEthernetPortR7AlrmEvtsAttnRqLogCorr
                                       Counter64,
    fTEthernetPortR7AlrmEvtsAttnRq     Integer32,
    fTEthernetPortR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    fTEthernetPortR7MinDesiredLinkSpeed
                                       INTEGER,
    fTEthernetPortR7ActualLinkSpeed    INTEGER,
    fTEthernetPortR7DuplexMode         INTEGER,
    fTEthernetPortR7AlarmableMulticastRate
                                       Unsigned32,
    fTEthernetPortR7AlarmableBroadcastRate
                                       Unsigned32,
    fTEthernetPortR7ChldAlrmsAttnRq    Integer32,
    fTEthernetPortR7ChldAlrmEvtsAttnRq Integer32,
    fTEthernetPortR7SummaryChldAlrmState
                                       INTEGER
  }

  fTEthernetPortR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { fTEthernetPortR7Entry  1 }

  fTEthernetPortR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { fTEthernetPortR7Entry  2 }

  fTEthernetPortR7CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { fTEthernetPortR7Entry  3 }

  fTEthernetPortR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { fTEthernetPortR7Entry  4 }

  fTEthernetPortR7EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { fTEthernetPortR7Entry  5 }

  fTEthernetPortR7TestIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test IP address'."
    ::= { fTEthernetPortR7Entry  6 }

  fTEthernetPortR7PortStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status'."
    ::= { fTEthernetPortR7Entry  7 }

  fTEthernetPortR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { fTEthernetPortR7Entry  9 }

  fTEthernetPortR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { fTEthernetPortR7Entry  10 }

  fTEthernetPortR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { fTEthernetPortR7Entry  11 }

  fTEthernetPortR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { fTEthernetPortR7Entry  12 }

  fTEthernetPortR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { fTEthernetPortR7Entry  13 }

  fTEthernetPortR7MinDesiredLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneHundred(100),
                   oneThousand(1000),
                   oneGigabitsPerSecond(1001),
                   tenGigabitsPerSecond(10000)
                 }
    UNITS        "Mbps"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum desired link speed'."
    DEFVAL       { oneThousand }
    ::= { fTEthernetPortR7Entry  14 }

  fTEthernetPortR7ActualLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   ten(10),
                   oneHundred(100),
                   oneThousand(1000),
                   oneGigabitsPerSecond(1001),
                   tenGigabitsPerSecond(10000)
                 }
    UNITS        "Mbps"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual link speed'."
    ::= { fTEthernetPortR7Entry  15 }

  fTEthernetPortR7DuplexMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   half(1),
                   full(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Duplex mode'."
    ::= { fTEthernetPortR7Entry  16 }

  fTEthernetPortR7AlarmableMulticastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable multicast rate'."
    DEFVAL       { 100 }
    ::= { fTEthernetPortR7Entry  17 }

  fTEthernetPortR7AlarmableBroadcastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable broadcast rate'."
    DEFVAL       { 100 }
    ::= { fTEthernetPortR7Entry  18 }

  fTEthernetPortR7ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { fTEthernetPortR7Entry  19 }

  fTEthernetPortR7ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { fTEthernetPortR7Entry  20 }

  fTEthernetPortR7SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { fTEthernetPortR7Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Ethernet Port Statistics'                  */
-- /* Valid from: 8.0                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  systemFTEthPtStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SystemFTEthPtStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1822 }

  systemFTEthPtStatsR2Entry OBJECT-TYPE
    SYNTAX       SystemFTEthPtStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { systemFTEthPtStatsR2NEConn,
             systemFTEthPtStatsR2NetwkElement,
             systemFTEthPtStatsR2CtrlerIx,
             systemFTEthPtStatsR2InterfaceType,
             systemFTEthPtStatsR2EthernetPortIx,
             systemFTEthPtStatsR2SummaryPeriod }
    ::= {  systemFTEthPtStatsR2Table  1  }

  SystemFTEthPtStatsR2Entry  ::=  SEQUENCE
  {
    systemFTEthPtStatsR2NEConn         Unsigned32,
    systemFTEthPtStatsR2NetwkElement   DisplayString,
    systemFTEthPtStatsR2CtrlerIx       Unsigned32,
    systemFTEthPtStatsR2InterfaceType  INTEGER,
    systemFTEthPtStatsR2EthernetPortIx INTEGER,
    systemFTEthPtStatsR2SummaryPeriod  INTEGER,
    systemFTEthPtStatsR2RcvdOctets     Counter64,
    systemFTEthPtStatsR2XmittedOctets  Counter64,
    systemFTEthPtStatsR2PercentageRcvUtilization
                                       INTEGER,
    systemFTEthPtStatsR2MaxPctRcvUtilization
                                       INTEGER,
    systemFTEthPtStatsR2PercentageXmitUtilization
                                       INTEGER,
    systemFTEthPtStatsR2MaxPctXmitUtilization
                                       INTEGER,
    systemFTEthPtStatsR2RcvdUnicastPackets
                                       Counter64,
    systemFTEthPtStatsR2XmittedUnicastPackets
                                       Counter64,
    systemFTEthPtStatsR2RcvdMulticastPackets
                                       Counter64,
    systemFTEthPtStatsR2XmittedMulticastPackets
                                       Counter64,
    systemFTEthPtStatsR2RcvdBroadcastPackets
                                       Counter64,
    systemFTEthPtStatsR2XmittedBroadcastPackets
                                       Counter64,
    systemFTEthPtStatsR2AlignmentErrs  Counter64,
    systemFTEthPtStatsR2FCSErrs        Counter64,
    systemFTEthPtStatsR2FrameTooLongErrs
                                       Counter64,
    systemFTEthPtStatsR2InternalMACRcvErrs
                                       Counter64,
    systemFTEthPtStatsR2SymbolErrs     Counter64
  }

  systemFTEthPtStatsR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { systemFTEthPtStatsR2Entry  1 }

  systemFTEthPtStatsR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { systemFTEthPtStatsR2Entry  2 }

  systemFTEthPtStatsR2CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { systemFTEthPtStatsR2Entry  3 }

  systemFTEthPtStatsR2InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { systemFTEthPtStatsR2Entry  4 }

  systemFTEthPtStatsR2EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { systemFTEthPtStatsR2Entry  5 }

  systemFTEthPtStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { systemFTEthPtStatsR2Entry  6 }

  systemFTEthPtStatsR2RcvdOctets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received octets'."
    ::= { systemFTEthPtStatsR2Entry  7 }

  systemFTEthPtStatsR2XmittedOctets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted octets'."
    ::= { systemFTEthPtStatsR2Entry  8 }

  systemFTEthPtStatsR2PercentageRcvUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received utilization'."
    ::= { systemFTEthPtStatsR2Entry  9 }

  systemFTEthPtStatsR2MaxPctRcvUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum received utilization'."
    ::= { systemFTEthPtStatsR2Entry  10 }

  systemFTEthPtStatsR2PercentageXmitUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted utilization'."
    ::= { systemFTEthPtStatsR2Entry  11 }

  systemFTEthPtStatsR2MaxPctXmitUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum transmitted utilization'."
    ::= { systemFTEthPtStatsR2Entry  12 }

  systemFTEthPtStatsR2RcvdUnicastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received unicast packets'."
    ::= { systemFTEthPtStatsR2Entry  13 }

  systemFTEthPtStatsR2XmittedUnicastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted unicast packets'."
    ::= { systemFTEthPtStatsR2Entry  14 }

  systemFTEthPtStatsR2RcvdMulticastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received multicast packets'."
    ::= { systemFTEthPtStatsR2Entry  15 }

  systemFTEthPtStatsR2XmittedMulticastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted multicast packets'."
    ::= { systemFTEthPtStatsR2Entry  16 }

  systemFTEthPtStatsR2RcvdBroadcastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received broadcast packets'."
    ::= { systemFTEthPtStatsR2Entry  17 }

  systemFTEthPtStatsR2XmittedBroadcastPackets OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmitted broadcast packets'."
    ::= { systemFTEthPtStatsR2Entry  18 }

  systemFTEthPtStatsR2AlignmentErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alignment errors'."
    ::= { systemFTEthPtStatsR2Entry  19 }

  systemFTEthPtStatsR2FCSErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FCS errors'."
    ::= { systemFTEthPtStatsR2Entry  20 }

  systemFTEthPtStatsR2FrameTooLongErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Frame too long errors'."
    ::= { systemFTEthPtStatsR2Entry  21 }

  systemFTEthPtStatsR2InternalMACRcvErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Internal MAC receive errors'."
    ::= { systemFTEthPtStatsR2Entry  22 }

  systemFTEthPtStatsR2SymbolErrs OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Symbol errors'."
    ::= { systemFTEthPtStatsR2Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Session Controller Connection'                              */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  perimetaConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerimetaConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1823 }

  perimetaConnEntry OBJECT-TYPE
    SYNTAX       PerimetaConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perimetaConnPerimetaConnIx }
    ::= {  perimetaConnTable  1  }

  PerimetaConnEntry  ::=  SEQUENCE
  {
    perimetaConnPerimetaConnIx         Integer32,
    perimetaConnIPAddr                 DisplayString,
    perimetaConnClusterName            DisplayString,
    perimetaConnServerName             DisplayString,
    perimetaConnAlrmState              INTEGER,
    perimetaConnChldAlrmsAttnRq        Integer32,
    perimetaConnSummaryChldAlrmState   INTEGER,
    perimetaConnRowStatus              RowStatus,
    perimetaConnT1I1HardwareConn1ChassisConnIx
                                       Integer32,
    perimetaConnT1I2HardwareConn1ChassisIx
                                       Integer32,
    perimetaConnT1I3HardwareConn1SlotIx
                                       Unsigned32,
    perimetaConnT2I1HardwareConn1DellServerConnIx
                                       Integer32,
    perimetaConnHardwareConn1OtherVals INTEGER,
    perimetaConnT1I1HardwareConn2ChassisConnIx
                                       Integer32,
    perimetaConnT1I2HardwareConn2ChassisIx
                                       Integer32,
    perimetaConnT1I3HardwareConn2SlotIx
                                       Unsigned32,
    perimetaConnT2I1HardwareConn2DellServerConnIx
                                       Integer32,
    perimetaConnHardwareConn2OtherVals INTEGER,
    perimetaConnSessionCtrlerCfg       INTEGER,
    perimetaConnGpName                 DisplayString,
    perimetaConnConnIx                 Integer32,
    perimetaConnT3I1HardwareConn1CXSrvrsContIx
                                       Integer32,
    perimetaConnT3I2HardwareConn1CXServerConnIx
                                       Integer32,
    perimetaConnT3I1HardwareConn2CXSrvrsContIx
                                       Integer32,
    perimetaConnT3I2HardwareConn2CXServerConnIx
                                       Integer32,
    perimetaConnSNMPCommunity          DisplayString,
    perimetaConnUseLimitOnRESTAPIRequests
                                       INTEGER,
    perimetaConnOperStatus             OperStatus
  }

  perimetaConnPerimetaConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Session Controller Connection index'.
                  This is an index field."
    ::= { perimetaConnEntry  1 }

  perimetaConnIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is only writable during create."
    ::= { perimetaConnEntry  2 }

  perimetaConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster name'."
    ::= { perimetaConnEntry  3 }

  perimetaConnServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { perimetaConnEntry  4 }

  perimetaConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { perimetaConnEntry  5 }

  perimetaConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { perimetaConnEntry  6 }

  perimetaConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perimetaConnEntry  7 }

  perimetaConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { perimetaConnEntry  8 }

  perimetaConnT1I1HardwareConn1ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 1',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { perimetaConnEntry  9 }

  perimetaConnT1I2HardwareConn1ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 1',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { perimetaConnEntry  10 }

  perimetaConnT1I3HardwareConn1SlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 1',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { perimetaConnEntry  11 }

  perimetaConnT2I1HardwareConn1DellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 1',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { perimetaConnEntry  12 }

  perimetaConnHardwareConn1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 1'.
                  This field represents the fixed
                  values that Hardware connection 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { perimetaConnEntry  13 }

  perimetaConnT1I1HardwareConn2ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 2',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { perimetaConnEntry  14 }

  perimetaConnT1I2HardwareConn2ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 2',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { perimetaConnEntry  15 }

  perimetaConnT1I3HardwareConn2SlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 2',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { perimetaConnEntry  16 }

  perimetaConnT2I1HardwareConn2DellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 2',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { perimetaConnEntry  17 }

  perimetaConnHardwareConn2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 2'.
                  This field represents the fixed
                  values that Hardware connection 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { perimetaConnEntry  18 }

  perimetaConnSessionCtrlerCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session Controller configuration'."
    DEFVAL       { disabled }
    ::= { perimetaConnEntry  19 }

  perimetaConnGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group name'."
    ::= { perimetaConnEntry  20 }

  perimetaConnConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection index'."
    ::= { perimetaConnEntry  21 }

  perimetaConnT3I1HardwareConn1CXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 1',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { perimetaConnEntry  22 }

  perimetaConnT3I2HardwareConn1CXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 1',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { perimetaConnEntry  23 }

  perimetaConnT3I1HardwareConn2CXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 2',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { perimetaConnEntry  24 }

  perimetaConnT3I2HardwareConn2CXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Hardware connection 2',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { perimetaConnEntry  25 }

  perimetaConnSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { perimetaConnEntry  26 }

  perimetaConnUseLimitOnRESTAPIRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use limit on REST API requests'."
    DEFVAL       { false }
    ::= { perimetaConnEntry  27 }

  perimetaConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { perimetaConnEntry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Session Controller'                                         */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  perimetaTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerimetaEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Session Controller Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1824 }

  perimetaEntry OBJECT-TYPE
    SYNTAX       PerimetaEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perimetaPerimetaConnIx }
    ::= {  perimetaTable  1  }

  PerimetaEntry  ::=  SEQUENCE
  {
    perimetaPerimetaConnIx             Integer32,
    perimetaServerName                 DisplayString,
    perimetaAlrmState                  INTEGER,
    perimetaCfgVersion                 DisplayString,
    perimetaSysVersion                 DisplayString,
    perimetaSysRole                    DisplayString
  }

  perimetaPerimetaConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Session Controller Connection index'.
                  This is an index field."
    ::= { perimetaEntry  1 }

  perimetaServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { perimetaEntry  2 }

  perimetaAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { perimetaEntry  3 }

  perimetaCfgVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config version'."
    ::= { perimetaEntry  4 }

  perimetaSysVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System version'."
    ::= { perimetaEntry  5 }

  perimetaSysRole OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System role'."
    ::= { perimetaEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Service Broker Connection'                                  */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  servBrkrConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ServBrkrConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1825 }

  servBrkrConnEntry OBJECT-TYPE
    SYNTAX       ServBrkrConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { servBrkrConnServBrokerConnIx }
    ::= {  servBrkrConnTable  1  }

  ServBrkrConnEntry  ::=  SEQUENCE
  {
    servBrkrConnServBrokerConnIx       Integer32,
    servBrkrConnIPAddr1                DisplayString,
    servBrkrConnIPAddr2                DisplayString,
    servBrkrConnClusterName            DisplayString,
    servBrkrConnT1I1ChsSlt1ChassisConnIx
                                       Integer32,
    servBrkrConnT1I2ChsSlt1ChassisIx   Integer32,
    servBrkrConnT1I3ChsSlt1SlotIx      Unsigned32,
    servBrkrConnChsSlt1OtherVals       INTEGER,
    servBrkrConnT1I1ChsSlt2ChassisConnIx
                                       Integer32,
    servBrkrConnT1I2ChsSlt2ChassisIx   Integer32,
    servBrkrConnT1I3ChsSlt2SlotIx      Unsigned32,
    servBrkrConnChsSlt2OtherVals       INTEGER,
    servBrkrConnServerName             DisplayString,
    servBrkrConnAlrmState              INTEGER,
    servBrkrConnChldAlrmsAttnRq        Integer32,
    servBrkrConnSummaryChldAlrmState   INTEGER,
    servBrkrConnRowStatus              RowStatus,
    servBrkrConnT2I1ChsSlt1DellServerConnIx
                                       Integer32,
    servBrkrConnT2I1ChsSlt2DellServerConnIx
                                       Integer32,
    servBrkrConnT3I1ChsSlt1CXSrvrsContIx
                                       Integer32,
    servBrkrConnT3I2ChsSlt1CXServerConnIx
                                       Integer32,
    servBrkrConnT3I1ChsSlt2CXSrvrsContIx
                                       Integer32,
    servBrkrConnT3I2ChsSlt2CXServerConnIx
                                       Integer32,
    servBrkrConnOperStatus             OperStatus
  }

  servBrkrConnServBrokerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Broker Connection index'.
                  This is an index field."
    ::= { servBrkrConnEntry  1 }

  servBrkrConnIPAddr1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address 1'.
                  This field is only writable during create."
    ::= { servBrkrConnEntry  2 }

  servBrkrConnIPAddr2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address 2'.
                  This field is only writable during create."
    ::= { servBrkrConnEntry  3 }

  servBrkrConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster name'."
    ::= { servBrkrConnEntry  4 }

  servBrkrConnT1I1ChsSlt1ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { servBrkrConnEntry  5 }

  servBrkrConnT1I2ChsSlt1ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { servBrkrConnEntry  6 }

  servBrkrConnT1I3ChsSlt1SlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { servBrkrConnEntry  7 }

  servBrkrConnChsSlt1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1'.
                  This field represents the fixed
                  values that Chassis slot 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { servBrkrConnEntry  8 }

  servBrkrConnT1I1ChsSlt2ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { servBrkrConnEntry  9 }

  servBrkrConnT1I2ChsSlt2ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { servBrkrConnEntry  10 }

  servBrkrConnT1I3ChsSlt2SlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { servBrkrConnEntry  11 }

  servBrkrConnChsSlt2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2'.
                  This field represents the fixed
                  values that Chassis slot 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { servBrkrConnEntry  12 }

  servBrkrConnServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { servBrkrConnEntry  13 }

  servBrkrConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { servBrkrConnEntry  14 }

  servBrkrConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { servBrkrConnEntry  15 }

  servBrkrConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { servBrkrConnEntry  16 }

  servBrkrConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { servBrkrConnEntry  17 }

  servBrkrConnT2I1ChsSlt1DellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { servBrkrConnEntry  18 }

  servBrkrConnT2I1ChsSlt2DellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { servBrkrConnEntry  19 }

  servBrkrConnT3I1ChsSlt1CXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { servBrkrConnEntry  20 }

  servBrkrConnT3I2ChsSlt1CXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { servBrkrConnEntry  21 }

  servBrkrConnT3I1ChsSlt2CXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { servBrkrConnEntry  22 }

  servBrkrConnT3I2ChsSlt2CXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { servBrkrConnEntry  23 }

  servBrkrConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { servBrkrConnEntry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Service Broker'                                             */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  servBrkrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ServBrkrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Service Broker Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1826 }

  servBrkrEntry OBJECT-TYPE
    SYNTAX       ServBrkrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { servBrkrServBrokerConnIx }
    ::= {  servBrkrTable  1  }

  ServBrkrEntry  ::=  SEQUENCE
  {
    servBrkrServBrokerConnIx           Integer32,
    servBrkrServerName                 DisplayString,
    servBrkrAlrmState                  INTEGER
  }

  servBrkrServBrokerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service Broker Connection index'.
                  This is an index field."
    ::= { servBrkrEntry  1 }

  servBrkrServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { servBrkrEntry  2 }

  servBrkrAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { servBrkrEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Session Router Connection'                              */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  sIPSessRtrConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPSessRtrConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1827 }

  sIPSessRtrConnEntry OBJECT-TYPE
    SYNTAX       SIPSessRtrConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPSessRtrConnSIPSessionRouterConnIx }
    ::= {  sIPSessRtrConnTable  1  }

  SIPSessRtrConnEntry  ::=  SEQUENCE
  {
    sIPSessRtrConnSIPSessionRouterConnIx
                                       Integer32,
    sIPSessRtrConnIPAddr1              DisplayString,
    sIPSessRtrConnIPAddr2              DisplayString,
    sIPSessRtrConnClusterName          DisplayString,
    sIPSessRtrConnT1I1ChsSlt1ChassisConnIx
                                       Integer32,
    sIPSessRtrConnT1I2ChsSlt1ChassisIx Integer32,
    sIPSessRtrConnT1I3ChsSlt1SlotIx    Unsigned32,
    sIPSessRtrConnChsSlt1OtherVals     INTEGER,
    sIPSessRtrConnT1I1ChsSlt2ChassisConnIx
                                       Integer32,
    sIPSessRtrConnT1I2ChsSlt2ChassisIx Integer32,
    sIPSessRtrConnT1I3ChsSlt2SlotIx    Unsigned32,
    sIPSessRtrConnChsSlt2OtherVals     INTEGER,
    sIPSessRtrConnServerName           DisplayString,
    sIPSessRtrConnAlrmState            INTEGER,
    sIPSessRtrConnChldAlrmsAttnRq      Integer32,
    sIPSessRtrConnSummaryChldAlrmState INTEGER,
    sIPSessRtrConnRowStatus            RowStatus,
    sIPSessRtrConnT2I1ChsSlt1DellServerConnIx
                                       Integer32,
    sIPSessRtrConnT2I1ChsSlt2DellServerConnIx
                                       Integer32,
    sIPSessRtrConnT3I1ChsSlt1CXSrvrsContIx
                                       Integer32,
    sIPSessRtrConnT3I2ChsSlt1CXServerConnIx
                                       Integer32,
    sIPSessRtrConnT3I1ChsSlt2CXSrvrsContIx
                                       Integer32,
    sIPSessRtrConnT3I2ChsSlt2CXServerConnIx
                                       Integer32,
    sIPSessRtrConnOperStatus           OperStatus
  }

  sIPSessRtrConnSIPSessionRouterConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Session Router Connection index'.
                  This is an index field."
    ::= { sIPSessRtrConnEntry  1 }

  sIPSessRtrConnIPAddr1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address 1'.
                  This field is only writable during create."
    ::= { sIPSessRtrConnEntry  2 }

  sIPSessRtrConnIPAddr2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address 2'.
                  This field is only writable during create."
    ::= { sIPSessRtrConnEntry  3 }

  sIPSessRtrConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster name'."
    ::= { sIPSessRtrConnEntry  4 }

  sIPSessRtrConnT1I1ChsSlt1ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { sIPSessRtrConnEntry  5 }

  sIPSessRtrConnT1I2ChsSlt1ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { sIPSessRtrConnEntry  6 }

  sIPSessRtrConnT1I3ChsSlt1SlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { sIPSessRtrConnEntry  7 }

  sIPSessRtrConnChsSlt1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1'.
                  This field represents the fixed
                  values that Chassis slot 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPSessRtrConnEntry  8 }

  sIPSessRtrConnT1I1ChsSlt2ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { sIPSessRtrConnEntry  9 }

  sIPSessRtrConnT1I2ChsSlt2ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { sIPSessRtrConnEntry  10 }

  sIPSessRtrConnT1I3ChsSlt2SlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { sIPSessRtrConnEntry  11 }

  sIPSessRtrConnChsSlt2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2'.
                  This field represents the fixed
                  values that Chassis slot 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPSessRtrConnEntry  12 }

  sIPSessRtrConnServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { sIPSessRtrConnEntry  13 }

  sIPSessRtrConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPSessRtrConnEntry  14 }

  sIPSessRtrConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPSessRtrConnEntry  15 }

  sIPSessRtrConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPSessRtrConnEntry  16 }

  sIPSessRtrConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPSessRtrConnEntry  17 }

  sIPSessRtrConnT2I1ChsSlt1DellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { sIPSessRtrConnEntry  18 }

  sIPSessRtrConnT2I1ChsSlt2DellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { sIPSessRtrConnEntry  19 }

  sIPSessRtrConnT3I1ChsSlt1CXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { sIPSessRtrConnEntry  20 }

  sIPSessRtrConnT3I2ChsSlt1CXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 1',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { sIPSessRtrConnEntry  21 }

  sIPSessRtrConnT3I1ChsSlt2CXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { sIPSessRtrConnEntry  22 }

  sIPSessRtrConnT3I2ChsSlt2CXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot 2',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { sIPSessRtrConnEntry  23 }

  sIPSessRtrConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPSessRtrConnEntry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Session Router'                                         */
-- /* Valid from: 7.3                                                               */
-- /*********************************************************************************/

  sIPSessRtrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPSessRtrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP Session Router Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1828 }

  sIPSessRtrEntry OBJECT-TYPE
    SYNTAX       SIPSessRtrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPSessRtrSIPSessionRouterConnIx }
    ::= {  sIPSessRtrTable  1  }

  SIPSessRtrEntry  ::=  SEQUENCE
  {
    sIPSessRtrSIPSessionRouterConnIx   Integer32,
    sIPSessRtrServerName               DisplayString,
    sIPSessRtrAlrmState                INTEGER
  }

  sIPSessRtrSIPSessionRouterConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Session Router Connection index'.
                  This is an index field."
    ::= { sIPSessRtrEntry  1 }

  sIPSessRtrServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { sIPSessRtrEntry  2 }

  sIPSessRtrAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPSessRtrEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Dry Alarms'                                                 */
-- /* Valid from: 8.0.02                                                            */
-- /*********************************************************************************/

  sysDryAlarmsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysDryAlarmsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1833 }

  sysDryAlarmsR1Entry OBJECT-TYPE
    SYNTAX       SysDryAlarmsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysDryAlarmsR1ChassisConnIx,
             sysDryAlarmsR1ChassisIx }
    ::= {  sysDryAlarmsR1Table  1  }

  SysDryAlarmsR1Entry  ::=  SEQUENCE
  {
    sysDryAlarmsR1ChassisConnIx        Integer32,
    sysDryAlarmsR1ChassisIx            Integer32,
    sysDryAlarmsR1AlrmStateKnown       INTEGER,
    sysDryAlarmsR1DryAlrmState         BITS,
    sysDryAlarmsR1HardareDryAlrms      BITS,
    sysDryAlarmsR1SoftwareAlrms        BITS,
    sysDryAlarmsR1ClkingModAlrms       BITS,
    sysDryAlarmsR1ShelfManagerAlrms    BITS,
    sysDryAlarmsR1EthernetSwitchAlrms  BITS,
    sysDryAlarmsR1UserCardAlrms        BITS,
    sysDryAlarmsR1FanTrayAlrms         BITS,
    sysDryAlarmsR1PowerEntryModAlrms   BITS
  }

  sysDryAlarmsR1ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysDryAlarmsR1Entry  1 }

  sysDryAlarmsR1ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysDryAlarmsR1Entry  2 }

  sysDryAlarmsR1AlrmStateKnown OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state known'."
    ::= { sysDryAlarmsR1Entry  3 }

  sysDryAlarmsR1DryAlrmState OBJECT-TYPE
    SYNTAX       BITS {
                   minor(0),
                   major(1),
                   critical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'External alarm state'."
    ::= { sysDryAlarmsR1Entry  4 }

  sysDryAlarmsR1HardareDryAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   voltage(0),
                   temperature(1),
                   fanSpeed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware alarms'."
    ::= { sysDryAlarmsR1Entry  5 }

  sysDryAlarmsR1SoftwareAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   blade1(0),
                   blade2(1),
                   blade3(2),
                   blade4(3),
                   blade5(4),
                   blade7(5),
                   blade8(6),
                   blade10(7),
                   blade11(8),
                   blade12(9),
                   blade13(10),
                   blade14(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software alarms'."
    ::= { sysDryAlarmsR1Entry  6 }

  sysDryAlarmsR1ClkingModAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   clockingModule(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clocking Module alarms'."
    ::= { sysDryAlarmsR1Entry  7 }

  sysDryAlarmsR1ShelfManagerAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   shelfManager1(0),
                   shelfManager2(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Shelf Manager alarms'."
    ::= { sysDryAlarmsR1Entry  8 }

  sysDryAlarmsR1EthernetSwitchAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   ethernetSwitch1(0),
                   ethernetSwitch2(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Switch alarms'."
    ::= { sysDryAlarmsR1Entry  9 }

  sysDryAlarmsR1UserCardAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   userCard1(0),
                   userCard2(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User Card alarms'."
    ::= { sysDryAlarmsR1Entry  10 }

  sysDryAlarmsR1FanTrayAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   fanTray1(0),
                   fanTray2(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fan Tray alarms'."
    ::= { sysDryAlarmsR1Entry  11 }

  sysDryAlarmsR1PowerEntryModAlrms OBJECT-TYPE
    SYNTAX       BITS {
                   powerEntryModule1(0),
                   powerEntryModule2(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Power Entry Module alarms'."
    ::= { sysDryAlarmsR1Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Default Carrier'                                            */
-- /* Valid from: 8.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  tDMDefCarrierR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMDefCarrierR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1835 }

  tDMDefCarrierR1Entry OBJECT-TYPE
    SYNTAX       TDMDefCarrierR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMDefCarrierR1NEConn,
             tDMDefCarrierR1NetwkElement,
             tDMDefCarrierR1MediaGatewayIx,
             tDMDefCarrierR1CarrIx }
    ::= {  tDMDefCarrierR1Table  1  }

  TDMDefCarrierR1Entry  ::=  SEQUENCE
  {
    tDMDefCarrierR1NEConn              Unsigned32,
    tDMDefCarrierR1NetwkElement        DisplayString,
    tDMDefCarrierR1MediaGatewayIx      Unsigned32,
    tDMDefCarrierR1CarrIx              Unsigned32,
    tDMDefCarrierR1Desc                DisplayString,
    tDMDefCarrierR1CarrDspName         LongDisplayString,
    tDMDefCarrierR1ExtraInfo1          DisplayString,
    tDMDefCarrierR1ExtraInfo2          DisplayString,
    tDMDefCarrierR1CarrType            INTEGER,
    tDMDefCarrierR1CfgdChldCarrType    INTEGER,
    tDMDefCarrierR1DeactivnMode        INTEGER,
    tDMDefCarrierR1DirectT1CAS         INTEGER,
    tDMDefCarrierR1I1DefMFProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR1I2DefMFProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR1I3DefMFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR1I4DefMFProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR1DefMFProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR1I1DefDirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR1I2DefDirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR1I3DefDirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR1I4DefDirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR1DefDirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR1T1LineFraming       INTEGER,
    tDMDefCarrierR1E1LineFraming       INTEGER,
    tDMDefCarrierR1PhysEncodingT1      INTEGER,
    tDMDefCarrierR1PhysEncodingE1      INTEGER,
    tDMDefCarrierR1DS1LineLen          INTEGER,
    tDMDefCarrierR1DS3LineLen          INTEGER,
    tDMDefCarrierR1DS3LineFraming      INTEGER,
    tDMDefCarrierR1SFPCfgdModType      INTEGER,
    tDMDefCarrierR1SecTrcMsgSize       INTEGER,
    tDMDefCarrierR1SecTrcXmitMsg       DisplayString,
    tDMDefCarrierR1SecTrcExpRcvMsg     DisplayString,
    tDMDefCarrierR1SecTrcCheckTIM      INTEGER,
    tDMDefCarrierR1PathTrcMsgSize      INTEGER,
    tDMDefCarrierR1PathTrcXmitMsg      DisplayString,
    tDMDefCarrierR1PathTrcExpectedRcvMsg
                                       DisplayString,
    tDMDefCarrierR1PathTrcCheckTIM     INTEGER,
    tDMDefCarrierR1DS1Type             INTEGER,
    tDMDefCarrierR1SecTrcXmitMsgHex    OCTET STRING,
    tDMDefCarrierR1SecTrcExpRcvMsgHex  OCTET STRING
  }

  tDMDefCarrierR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMDefCarrierR1Entry  1 }

  tDMDefCarrierR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMDefCarrierR1Entry  2 }

  tDMDefCarrierR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMDefCarrierR1Entry  3 }

  tDMDefCarrierR1CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMDefCarrierR1Entry  4 }

  tDMDefCarrierR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMDefCarrierR1Entry  5 }

  tDMDefCarrierR1CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMDefCarrierR1Entry  6 }

  tDMDefCarrierR1ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMDefCarrierR1Entry  7 }

  tDMDefCarrierR1ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMDefCarrierR1Entry  8 }

  tDMDefCarrierR1CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMDefCarrierR1Entry  9 }

  tDMDefCarrierR1CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR1Entry  10 }

  tDMDefCarrierR1DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMDefCarrierR1Entry  11 }

  tDMDefCarrierR1DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR1Entry  12 }

  tDMDefCarrierR1I1DefMFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR1Entry  13 }

  tDMDefCarrierR1I2DefMFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR1Entry  14 }

  tDMDefCarrierR1I3DefMFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR1Entry  15 }

  tDMDefCarrierR1I4DefMFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR1Entry  16 }

  tDMDefCarrierR1DefMFProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile'.
                  This field represents the fixed
                  values that MF Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR1Entry  17 }

  tDMDefCarrierR1I1DefDirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR1Entry  18 }

  tDMDefCarrierR1I2DefDirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR1Entry  19 }

  tDMDefCarrierR1I3DefDirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR1Entry  20 }

  tDMDefCarrierR1I4DefDirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR1Entry  21 }

  tDMDefCarrierR1DefDirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR1Entry  22 }

  tDMDefCarrierR1T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMDefCarrierR1Entry  23 }

  tDMDefCarrierR1E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMDefCarrierR1Entry  24 }

  tDMDefCarrierR1PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMDefCarrierR1Entry  25 }

  tDMDefCarrierR1PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMDefCarrierR1Entry  26 }

  tDMDefCarrierR1DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMDefCarrierR1Entry  27 }

  tDMDefCarrierR1DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMDefCarrierR1Entry  28 }

  tDMDefCarrierR1DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMDefCarrierR1Entry  29 }

  tDMDefCarrierR1SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMDefCarrierR1Entry  30 }

  tDMDefCarrierR1SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR1Entry  31 }

  tDMDefCarrierR1SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR1Entry  32 }

  tDMDefCarrierR1SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR1Entry  33 }

  tDMDefCarrierR1SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR1Entry  34 }

  tDMDefCarrierR1PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR1Entry  35 }

  tDMDefCarrierR1PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMDefCarrierR1Entry  36 }

  tDMDefCarrierR1PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMDefCarrierR1Entry  37 }

  tDMDefCarrierR1PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR1Entry  38 }

  tDMDefCarrierR1DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMDefCarrierR1Entry  39 }

  tDMDefCarrierR1SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR1Entry  40 }

  tDMDefCarrierR1SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR1Entry  41 }

-- /*********************************************************************************/
-- /* MIB table for SE 'System Uplink'                                              */
-- /* Valid from: 8.0.02                                                            */
-- /*********************************************************************************/

  sysUplnkR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysUplnkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1837 }

  sysUplnkR1Entry OBJECT-TYPE
    SYNTAX       SysUplnkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysUplnkR1ChassisConnIx,
             sysUplnkR1ChassisIx,
             sysUplnkR1SwitchIx,
             sysUplnkR1UplinkIx }
    ::= {  sysUplnkR1Table  1  }

  SysUplnkR1Entry  ::=  SEQUENCE
  {
    sysUplnkR1ChassisConnIx            Integer32,
    sysUplnkR1ChassisIx                Integer32,
    sysUplnkR1SwitchIx                 Unsigned32,
    sysUplnkR1UplinkIx                 Unsigned32,
    sysUplnkR1UplinkLocation           INTEGER,
    sysUplnkR1UplinkType               INTEGER,
    sysUplnkR1UplinkPortSpeed          INTEGER,
    sysUplnkR1UplinkDspIx              Unsigned32,
    sysUplnkR1PortStatus               INTEGER,
    sysUplnkR1MinDesiredLinkSpeed      INTEGER,
    sysUplnkR1ActualLinkSpeed          INTEGER,
    sysUplnkR1DuplexMode               INTEGER,
    sysUplnkR1LinkAggregated           INTEGER,
    sysUplnkR1SuppressAlrms            INTEGER,
    sysUplnkR1SFPDetailsSFPInfoValid   INTEGER,
    sysUplnkR1SFPDetailsPresence       INTEGER,
    sysUplnkR1SFPDetailsSupportedUsages
                                       BITS,
    sysUplnkR1SFPDetailsSerialNum      DisplayString,
    sysUplnkR1SFPDetailsIdentifier     INTEGER,
    sysUplnkR1SFPDetailsConnectorVal   INTEGER,
    sysUplnkR1SFPDetailsVendorName     DisplayString,
    sysUplnkR1SFPDetailsVendorOUI      DisplayString,
    sysUplnkR1SFPDetailsVendorPN       DisplayString,
    sysUplnkR1SFPDetailsVendorRev      DisplayString,
    sysUplnkR1SFPDetlsExpModType       INTEGER,
    sysUplnkR1SFPDetlsActModType       INTEGER,
    sysUplnkR1TransmitterFaultSupported
                                       INTEGER,
    sysUplnkR1TransmitterFault         INTEGER,
    sysUplnkR1LOSSupported             INTEGER,
    sysUplnkR1LOS                      INTEGER,
    sysUplnkR1SFPDetailsActualEncoding INTEGER,
    sysUplnkR1AlrmState                INTEGER,
    sysUplnkR1AlrmStateTimestamp       Counter64,
    sysUplnkR1AlrmEvtsAttnRq           Integer32,
    sysUplnkR1StatisticsAlrms          Integer32
  }

  sysUplnkR1ChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysUplnkR1Entry  1 }

  sysUplnkR1ChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysUplnkR1Entry  2 }

  sysUplnkR1SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { sysUplnkR1Entry  3 }

  sysUplnkR1UplinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Uplink index'.
                  This is an index field."
    ::= { sysUplnkR1Entry  4 }

  sysUplnkR1UplinkLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   rear(1),
                   front(2),
                   userCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Uplink Location'."
    ::= { sysUplnkR1Entry  5 }

  sysUplnkR1UplinkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   base(1),
                   fabric(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Uplink type'."
    ::= { sysUplnkR1Entry  6 }

  sysUplnkR1UplinkPortSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneGE(3),
                   oneGESlashTenGE(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Uplink port speed'."
    ::= { sysUplnkR1Entry  7 }

  sysUplnkR1UplinkDspIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Uplink display index'."
    ::= { sysUplnkR1Entry  8 }

  sysUplnkR1PortStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   failed(2),
                   failedLinkAggregation(3),
                   halfDuplex(4),
                   linkSpeedUnacceptable(5),
                   errorRateTooHigh(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status'."
    ::= { sysUplnkR1Entry  9 }

  sysUplnkR1MinDesiredLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenMbps(1),
                   oneHundredMbps(2),
                   oneGigabitsPerSecond(3),
                   tenGigabitsPerSecond(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum desired link speed'."
    ::= { sysUplnkR1Entry  10 }

  sysUplnkR1ActualLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   nATheUplinkHasFailed(0),
                   tenMbps(1),
                   oneHundredMbps(2),
                   oneGigabitsPerSecond(3),
                   tenGigabitsPerSecond(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual link speed'."
    ::= { sysUplnkR1Entry  11 }

  sysUplnkR1DuplexMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   half(1),
                   full(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Duplex mode'."
    ::= { sysUplnkR1Entry  12 }

  sysUplnkR1LinkAggregated OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link aggregated'."
    ::= { sysUplnkR1Entry  13 }

  sysUplnkR1SuppressAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress alarms'."
    ::= { sysUplnkR1Entry  14 }

  sysUplnkR1SFPDetailsSFPInfoValid OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP details - SFP information valid'."
    ::= { sysUplnkR1Entry  15 }

  sysUplnkR1SFPDetailsPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   present(1),
                   notPresentUnassigned(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - presence'."
    ::= { sysUplnkR1Entry  16 }

  sysUplnkR1SFPDetailsSupportedUsages OBJECT-TYPE
    SYNTAX       BITS {
                   ethernet(0),
                   tDM(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - supported usages'."
    ::= { sysUplnkR1Entry  17 }

  sysUplnkR1SFPDetailsSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - serial number'."
    ::= { sysUplnkR1Entry  18 }

  sysUplnkR1SFPDetailsIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleConnectorSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   vendorSpecific(128)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - identifier'."
    ::= { sysUplnkR1Entry  19 }

  sysUplnkR1SFPDetailsConnectorVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   reserved(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   vendorSpecific(128)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - connector value'."
    ::= { sysUplnkR1Entry  20 }

  sysUplnkR1SFPDetailsVendorName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor name'."
    ::= { sysUplnkR1Entry  21 }

  sysUplnkR1SFPDetailsVendorOUI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor OUI'."
    ::= { sysUplnkR1Entry  22 }

  sysUplnkR1SFPDetailsVendorPN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor PN'."
    ::= { sysUplnkR1Entry  23 }

  sysUplnkR1SFPDetailsVendorRev OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - vendor Rev'."
    ::= { sysUplnkR1Entry  24 }

  sysUplnkR1SFPDetlsExpModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   sMER(2),
                   mM(3),
                   sMLR(4),
                   mMSR(5),
                   copperRJ45(6),
                   copperPigtail(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP details - expected module type'."
    ::= { sysUplnkR1Entry  25 }

  sysUplnkR1SFPDetlsActModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   sMER(2),
                   mM(3),
                   sMLR(4),
                   mMSR(5),
                   copperRJ45(6),
                   copperPigtail(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - actual module type'."
    ::= { sysUplnkR1Entry  26 }

  sysUplnkR1TransmitterFaultSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP details - transmitter fault supported'."
    ::= { sysUplnkR1Entry  27 }

  sysUplnkR1TransmitterFault OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - transmitter fault'."
    ::= { sysUplnkR1Entry  28 }

  sysUplnkR1LOSSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP details - loss of Signal supported'."
    ::= { sysUplnkR1Entry  29 }

  sysUplnkR1LOS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - loss of Signal'."
    ::= { sysUplnkR1Entry  30 }

  sysUplnkR1SFPDetailsActualEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP details - actual encoding'."
    ::= { sysUplnkR1Entry  31 }

  sysUplnkR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysUplnkR1Entry  32 }

  sysUplnkR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysUplnkR1Entry  33 }

  sysUplnkR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysUplnkR1Entry  34 }

  sysUplnkR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sysUplnkR1Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Static Domain'                                              */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  staticDomainTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF StaticDomainEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Domain Name Services'."
    ::= { metaSwitch  1838 }

  staticDomainEntry OBJECT-TYPE
    SYNTAX       StaticDomainEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { staticDomainNEConn,
             staticDomainNetwkElement,
             staticDomainSoftwareElementIx,
             staticDomainDomainName }
    ::= {  staticDomainTable  1  }

  StaticDomainEntry  ::=  SEQUENCE
  {
    staticDomainNEConn                 Unsigned32,
    staticDomainNetwkElement           DisplayString,
    staticDomainSoftwareElementIx      Unsigned32,
    staticDomainDomainName             DisplayString,
    staticDomainRowStatus              RowStatus
  }

  staticDomainNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { staticDomainEntry  1 }

  staticDomainNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { staticDomainEntry  2 }

  staticDomainSoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { staticDomainEntry  3 }

  staticDomainDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..255))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This is an index field."
    ::= { staticDomainEntry  4 }

  staticDomainRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { staticDomainEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Result'                                                     */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  resultTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ResultEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Static Domain'."
    ::= { metaSwitch  1839 }

  resultEntry OBJECT-TYPE
    SYNTAX       ResultEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { resultNEConn,
             resultNetwkElement,
             resultSoftwareElementIx,
             resultDomainName,
             resultIPAddr,
             resultPort }
    ::= {  resultTable  1  }

  ResultEntry  ::=  SEQUENCE
  {
    resultNEConn                       Unsigned32,
    resultNetwkElement                 DisplayString,
    resultSoftwareElementIx            Unsigned32,
    resultDomainName                   DisplayString,
    resultIPAddr                       DisplayString,
    resultPort                         Unsigned32,
    resultPriority                     INTEGER,
    resultWeight                       INTEGER,
    resultRowStatus                    RowStatus
  }

  resultNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { resultEntry  1 }

  resultNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { resultEntry  2 }

  resultSoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { resultEntry  3 }

  resultDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..255))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This is an index field."
    ::= { resultEntry  4 }

  resultIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { resultEntry  5 }

  resultPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port'.
                  This is an index field."
    ::= { resultEntry  6 }

  resultPriority OBJECT-TYPE
    SYNTAX       INTEGER ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 1 }
    ::= { resultEntry  7 }

  resultWeight OBJECT-TYPE
    SYNTAX       INTEGER ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Weight'."
    DEFVAL       { 1 }
    ::= { resultEntry  8 }

  resultRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { resultEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Primary Rate Interface'                                */
-- /* Valid from: 8.0.03                                                            */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  iSDNPRIR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN Primary Rate Interfaces'."
    ::= { metaSwitch  1841 }

  iSDNPRIR12Entry OBJECT-TYPE
    SYNTAX       ISDNPRIR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIR12NEConn,
             iSDNPRIR12NetwkElement,
             iSDNPRIR12CFSIx,
             iSDNPRIR12ISDNIx,
             iSDNPRIR12PRIIx }
    ::= {  iSDNPRIR12Table  1  }

  ISDNPRIR12Entry  ::=  SEQUENCE
  {
    iSDNPRIR12NEConn                   Unsigned32,
    iSDNPRIR12NetwkElement             DisplayString,
    iSDNPRIR12CFSIx                    Unsigned32,
    iSDNPRIR12ISDNIx                   Unsigned32,
    iSDNPRIR12PRIIx                    Unsigned32,
    iSDNPRIR12I1PRIProfNEConn          Unsigned32,
    iSDNPRIR12I2PRIProfNetwkElement    DisplayString,
    iSDNPRIR12I3PRIProfCFSIx           Unsigned32,
    iSDNPRIR12I4PRIProfISDNIx          Unsigned32,
    iSDNPRIR12I5PRIProfInterfaceType   INTEGER,
    iSDNPRIR12I6PRIProfProfIx          Unsigned32,
    iSDNPRIR12Desc                     DisplayString,
    iSDNPRIR12CustInfo                 DisplayString,
    iSDNPRIR12NFASInterface            INTEGER,
    iSDNPRIR12DChanBackupAvail         INTEGER,
    iSDNPRIR12I1PrimaryDChanDS1NEConn  Unsigned32,
    iSDNPRIR12I2PrimaryDChanDS1NetwkElement
                                       DisplayString,
    iSDNPRIR12I3PrimaryDChanDS1CFSIx   Unsigned32,
    iSDNPRIR12I4PrimaryDChanDS1ISDNIx  Unsigned32,
    iSDNPRIR12I5PrimaryDChanDS1PRIIx   Unsigned32,
    iSDNPRIR12I6PrimaryDChanDS1DS1Ix   Unsigned32,
    iSDNPRIR12PrimaryDChanDS1OtherVals INTEGER,
    iSDNPRIR12PrimaryDChanDS0          INTEGER,
    iSDNPRIR12I1PrimaryDChanSCTPAssociationNEConn
                                       Unsigned32,
    iSDNPRIR12I2PrimaryDChanSCTPAssociationNetwkElement
                                       DisplayString,
    iSDNPRIR12I3PrimaryDChanSCTPAssociationCFSIx
                                       Unsigned32,
    iSDNPRIR12I4PrimaryDChanSCTPAssociationGatewayIx
                                       Unsigned32,
    iSDNPRIR12I5PrimaryDChanSCTPAssociationPortIx
                                       Unsigned32,
    iSDNPRIR12PrimaryDChanSCTPAssociationOtherVals
                                       INTEGER,
    iSDNPRIR12PrimaryDChanStatus       INTEGER,
    iSDNPRIR12I1SecondaryDChanDS1NEConn
                                       Unsigned32,
    iSDNPRIR12I2SecondaryDChanDS1NetwkElement
                                       DisplayString,
    iSDNPRIR12I3SecondaryDChanDS1CFSIx Unsigned32,
    iSDNPRIR12I4SecondaryDChanDS1ISDNIx
                                       Unsigned32,
    iSDNPRIR12I5SecondaryDChanDS1PRIIx Unsigned32,
    iSDNPRIR12I6SecondaryDChanDS1DS1Ix Unsigned32,
    iSDNPRIR12SecondaryDChanDS1OtherVals
                                       INTEGER,
    iSDNPRIR12SecondaryDChanDS0        INTEGER,
    iSDNPRIR12I1SecondaryDChanSCTPAssociationNEConn
                                       Unsigned32,
    iSDNPRIR12I2SecondaryDChanSCTPAssociationNetwkElement
                                       DisplayString,
    iSDNPRIR12I3SecondaryDChanSCTPAssociationCFSIx
                                       Unsigned32,
    iSDNPRIR12I4SecondaryDChanSCTPAssociationGatewayIx
                                       Unsigned32,
    iSDNPRIR12I5SecondaryDChanSCTPAssociationPortIx
                                       Unsigned32,
    iSDNPRIR12SecondaryDChanSCTPAssociationOtherVals
                                       INTEGER,
    iSDNPRIR12SecondaryDChanStatus     INTEGER,
    iSDNPRIR12OverallDChanStatus       INTEGER,
    iSDNPRIR12SupportedBearerCapabilities
                                       BITS,
    iSDNPRIR12BearerCapabilitiesWithNoPrimarySub
                                       BITS,
    iSDNPRIR12ChanAllocationPolicy     INTEGER,
    iSDNPRIR12RingbackSupported        INTEGER,
    iSDNPRIR12ClgNumReqd               INTEGER,
    iSDNPRIR12NumRefgSubs              Unsigned32,
    iSDNPRIR12DeactivnMode             INTEGER,
    iSDNPRIR12CfgdPrimaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR12ActualPrimaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR12CfgdSecondaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR12ActualSecondaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR12AlrmState                INTEGER,
    iSDNPRIR12AlrmStateTimestamp       Unsigned32,
    iSDNPRIR12AlrmEvtsAttnRqLogCorr    Counter64,
    iSDNPRIR12AddtlAlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSDNPRIR12AlrmEvtsAttnRq           Integer32,
    iSDNPRIR12AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSDNPRIR12AlrmEvtsAtndDpLogCorr    Counter64,
    iSDNPRIR12AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSDNPRIR12AlrmEvtsAtndDp           Integer32,
    iSDNPRIR12AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iSDNPRIR12ISDNPRIDS1AlrmsAttnRq    Integer32,
    iSDNPRIR12ISDNPRIDS1AlrmEvtsAttnRq Integer32,
    iSDNPRIR12ISDNPRIDS1AlrmsAtndDp    Integer32,
    iSDNPRIR12ISDNPRIDS1AlrmEvtsAtndDp Integer32,
    iSDNPRIR12DiagsLogLvl              INTEGER,
    iSDNPRIR12DiagsAPITraceEnabled     INTEGER,
    iSDNPRIR12DiagsAPITraceTag         DisplayString,
    iSDNPRIR12SummaryChldAlrmState     INTEGER,
    iSDNPRIR12ExportNumObjectsExported Integer32,
    iSDNPRIR12ExportStatus             DisplayString,
    iSDNPRIR12ExportFile               DisplayString,
    iSDNPRIR12ExportCorr               Counter64,
    iSDNPRIR12ExportCorrNode           DisplayString,
    iSDNPRIR12ExportCorrUID            DisplayString,
    iSDNPRIR12DoExtraActions           INTEGER,
    iSDNPRIR12RowStatus                RowStatus,
    iSDNPRIR12AdminStatus              AdminStatus,
    iSDNPRIR12OperStatus               OperStatus,
    iSDNPRIR12CustInfo2                DisplayString,
    iSDNPRIR12CustInfo3                DisplayString,
    iSDNPRIR12CustInfo4                DisplayString,
    iSDNPRIR12CustInfo5                DisplayString,
    iSDNPRIR12CustInfo6                DisplayString,
    iSDNPRIR12Usage                    INTEGER,
    iSDNPRIR12TrnkGpNum                Unsigned32,
    iSDNPRIR12NetwkNum                 Unsigned32,
    iSDNPRIR12ForceEchoCancellationOnInboundCalls
                                       INTEGER,
    iSDNPRIR12SupportedCallDirections  INTEGER,
    iSDNPRIR12DirectIXCConn            INTEGER,
    iSDNPRIR12BAFBillInTermCDRType     INTEGER,
    iSDNPRIR12BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSDNPRIR12BAFBillInTandemCDRType   INTEGER,
    iSDNPRIR12BAFBillOutOrigingCDRType INTEGER,
    iSDNPRIR12BAFBillOutTandemCDRType  INTEGER,
    iSDNPRIR12BAFCNABllInCllsCIC       Unsigned32,
    iSDNPRIR12BAFCNABllInCllsCNABillNum
                                       DisplayString,
    iSDNPRIR12BAFCNABllInCllsIncClgNum INTEGER,
    iSDNPRIR12BChanRestartState        INTEGER,
    iSDNPRIR12Trusted                  INTEGER,
    iSDNPRIR12RcvGain                  INTEGER,
    iSDNPRIR12XmitGain                 INTEGER,
    iSDNPRIR12AllowTwoBChanXferInTBCTRequests
                                       INTEGER,
    iSDNPRIR12TwoBChanXferSendTBCTNotifToCtrler
                                       INTEGER,
    iSDNPRIR12FaultMonitoringLvl       INTEGER,
    iSDNPRIR12CFMLvlOnApply            INTEGER,
    iSDNPRIR12AllowTwoBChanXferOutTBCTRequests
                                       INTEGER,
    iSDNPRIR12TwoBChanXferOutTBCTRequestGpID
                                       Unsigned32,
    iSDNPRIR12StatisticsAlrms          Integer32,
    iSDNPRIR12DS1Type                  INTEGER,
    iSDNPRIR12I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSDNPRIR12I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSDNPRIR12I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSDNPRIR12FaultMonitoringProfOtherVals
                                       INTEGER,
    iSDNPRIR12ApplyFMPToReltdObjectTypes
                                       BITS,
    iSDNPRIR12AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSDNPRIR12RestrictRedirectingNums  INTEGER,
    iSDNPRIR12XMLBillTrnkAccountingRef DisplayString,
    iSDNPRIR12ExportIncASRepData       INTEGER,
    iSDNPRIR12ExportChldObjectsToInc   INTEGER
  }

  iSDNPRIR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIR12Entry  1 }

  iSDNPRIR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIR12Entry  2 }

  iSDNPRIR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIR12Entry  3 }

  iSDNPRIR12ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIR12Entry  4 }

  iSDNPRIR12PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNPRIR12Entry  5 }

  iSDNPRIR12I1PRIProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR12Entry  6 }

  iSDNPRIR12I2PRIProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR12Entry  7 }

  iSDNPRIR12I3PRIProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR12Entry  8 }

  iSDNPRIR12I4PRIProfISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR12Entry  9 }

  iSDNPRIR12I5PRIProfInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   primaryRate(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Interface type'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR12Entry  10 }

  iSDNPRIR12I6PRIProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR12Entry  11 }

  iSDNPRIR12Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSDNPRIR12Entry  12 }

  iSDNPRIR12CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { iSDNPRIR12Entry  13 }

  iSDNPRIR12NFASInterface OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'NFAS interface'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  14 }

  iSDNPRIR12DChanBackupAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'D-channel backup available'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  15 }

  iSDNPRIR12I1PrimaryDChanDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  16 }

  iSDNPRIR12I2PrimaryDChanDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  17 }

  iSDNPRIR12I3PrimaryDChanDS1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  18 }

  iSDNPRIR12I4PrimaryDChanDS1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  19 }

  iSDNPRIR12I5PrimaryDChanDS1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  20 }

  iSDNPRIR12I6PrimaryDChanDS1DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'DS1 index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  21 }

  iSDNPRIR12PrimaryDChanDS1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1'.
                  This field represents the fixed
                  values that Primary D-channel DS1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  22 }

  iSDNPRIR12PrimaryDChanDS0 OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary D-channel DS0'.
                  This field is not writable when active."
    ::= { iSDNPRIR12Entry  23 }

  iSDNPRIR12I1PrimaryDChanSCTPAssociationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  24 }

  iSDNPRIR12I2PrimaryDChanSCTPAssociationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  25 }

  iSDNPRIR12I3PrimaryDChanSCTPAssociationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  26 }

  iSDNPRIR12I4PrimaryDChanSCTPAssociationGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Gateway Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  27 }

  iSDNPRIR12I5PrimaryDChanSCTPAssociationPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  28 }

  iSDNPRIR12PrimaryDChanSCTPAssociationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association'.
                  This field represents the fixed
                  values that Primary D-channel SCTP Association
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  29 }

  iSDNPRIR12PrimaryDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   inactiveMediaDown(2),
                   inactiveSignalingFailure(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary D-channel status'."
    ::= { iSDNPRIR12Entry  30 }

  iSDNPRIR12I1SecondaryDChanDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  31 }

  iSDNPRIR12I2SecondaryDChanDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  32 }

  iSDNPRIR12I3SecondaryDChanDS1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  33 }

  iSDNPRIR12I4SecondaryDChanDS1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  34 }

  iSDNPRIR12I5SecondaryDChanDS1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  35 }

  iSDNPRIR12I6SecondaryDChanDS1DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'DS1 index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  36 }

  iSDNPRIR12SecondaryDChanDS1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1'.
                  This field represents the fixed
                  values that Secondary D-channel DS1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  37 }

  iSDNPRIR12SecondaryDChanDS0 OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary D-channel DS0'.
                  This field is not writable when active."
    ::= { iSDNPRIR12Entry  38 }

  iSDNPRIR12I1SecondaryDChanSCTPAssociationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  39 }

  iSDNPRIR12I2SecondaryDChanSCTPAssociationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  40 }

  iSDNPRIR12I3SecondaryDChanSCTPAssociationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  41 }

  iSDNPRIR12I4SecondaryDChanSCTPAssociationGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Gateway Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  42 }

  iSDNPRIR12I5SecondaryDChanSCTPAssociationPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  43 }

  iSDNPRIR12SecondaryDChanSCTPAssociationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association'.
                  This field represents the fixed
                  values that Secondary D-channel SCTP Association
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR12Entry  44 }

  iSDNPRIR12SecondaryDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   inactiveMediaDown(2),
                   inactiveSignalingFailure(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary D-channel status'."
    ::= { iSDNPRIR12Entry  45 }

  iSDNPRIR12OverallDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   primaryChannelActive(2),
                   secondaryChannelActive(3),
                   inactive(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall D-channel status'."
    ::= { iSDNPRIR12Entry  46 }

  iSDNPRIR12SupportedBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { iSDNPRIR12Entry  47 }

  iSDNPRIR12BearerCapabilitiesWithNoPrimarySub OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bearer capabilities with no primary subscriber'."
    ::= { iSDNPRIR12Entry  48 }

  iSDNPRIR12ChanAllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailableChannel(1),
                   highestAvailableChannel(2),
                   mostIdle(3),
                   leastIdle(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel allocation policy'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailableChannel }
    ::= { iSDNPRIR12Entry  49 }

  iSDNPRIR12RingbackSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Far end play ringback'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSDNPRIR12Entry  50 }

  iSDNPRIR12ClgNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number required'."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  51 }

  iSDNPRIR12NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { iSDNPRIR12Entry  52 }

  iSDNPRIR12DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSDNPRIR12Entry  53 }

  iSDNPRIR12CfgdPrimaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured primary D-channel IUA / SCTP identifier'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { iSDNPRIR12Entry  54 }

  iSDNPRIR12ActualPrimaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Actual primary D-channel IUA / SCTP identifier'."
    ::= { iSDNPRIR12Entry  55 }

  iSDNPRIR12CfgdSecondaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured secondary D-channel IUA / SCTP identifier'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { iSDNPRIR12Entry  56 }

  iSDNPRIR12ActualSecondaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Actual secondary D-channel IUA / SCTP identifier'."
    ::= { iSDNPRIR12Entry  57 }

  iSDNPRIR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSDNPRIR12Entry  58 }

  iSDNPRIR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSDNPRIR12Entry  59 }

  iSDNPRIR12AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSDNPRIR12Entry  60 }

  iSDNPRIR12AddtlAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attention Required'."
    ::= { iSDNPRIR12Entry  61 }

  iSDNPRIR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR12Entry  62 }

  iSDNPRIR12AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSDNPRIR12Entry  63 }

  iSDNPRIR12AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIR12Entry  64 }

  iSDNPRIR12AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIR12Entry  65 }

  iSDNPRIR12AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR12Entry  66 }

  iSDNPRIR12AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iSDNPRIR12Entry  67 }

  iSDNPRIR12ISDNPRIDS1AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attention Required alarms'."
    ::= { iSDNPRIR12Entry  68 }

  iSDNPRIR12ISDNPRIDS1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR12Entry  69 }

  iSDNPRIR12ISDNPRIDS1AlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attend To Dependent alarms'."
    ::= { iSDNPRIR12Entry  70 }

  iSDNPRIR12ISDNPRIDS1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR12Entry  71 }

  iSDNPRIR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSDNPRIR12Entry  72 }

  iSDNPRIR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  73 }

  iSDNPRIR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSDNPRIR12Entry  74 }

  iSDNPRIR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNPRIR12Entry  75 }

  iSDNPRIR12ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { iSDNPRIR12Entry  76 }

  iSDNPRIR12ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { iSDNPRIR12Entry  77 }

  iSDNPRIR12ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { iSDNPRIR12Entry  78 }

  iSDNPRIR12ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { iSDNPRIR12Entry  79 }

  iSDNPRIR12ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { iSDNPRIR12Entry  80 }

  iSDNPRIR12ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { iSDNPRIR12Entry  81 }

  iSDNPRIR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   restartAllBchannels(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR12Entry  82 }

  iSDNPRIR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iSDNPRIR12Entry  83 }

  iSDNPRIR12AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR12Entry  84 }

  iSDNPRIR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR12Entry  85 }

  iSDNPRIR12CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { iSDNPRIR12Entry  86 }

  iSDNPRIR12CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { iSDNPRIR12Entry  87 }

  iSDNPRIR12CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { iSDNPRIR12Entry  88 }

  iSDNPRIR12CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { iSDNPRIR12Entry  89 }

  iSDNPRIR12CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { iSDNPRIR12Entry  90 }

  iSDNPRIR12Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   access(1),
                   trunk(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is not writable when active."
    DEFVAL       { access }
    ::= { iSDNPRIR12Entry  91 }

  iSDNPRIR12TrnkGpNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSDNPRIR12Entry  92 }

  iSDNPRIR12NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iSDNPRIR12Entry  93 }

  iSDNPRIR12ForceEchoCancellationOnInboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on inbound calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  96 }

  iSDNPRIR12SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'.
                  This field is not writable when active."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSDNPRIR12Entry  97 }

  iSDNPRIR12DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  98 }

  iSDNPRIR12BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   iSDN0450001(8),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR12Entry  100 }

  iSDNPRIR12BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  101 }

  iSDNPRIR12BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   iSDN0450001(8),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR12Entry  102 }

  iSDNPRIR12BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   iSDN0450001(8),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR12Entry  103 }

  iSDNPRIR12BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   iSDN0450001(8),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR12Entry  104 }

  iSDNPRIR12BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR12Entry  105 }

  iSDNPRIR12BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSDNPRIR12Entry  106 }

  iSDNPRIR12BAFCNABllInCllsIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  107 }

  iSDNPRIR12BChanRestartState OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   inProgress(2),
                   restartFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'B-channel restart state'."
    ::= { iSDNPRIR12Entry  108 }

  iSDNPRIR12Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  115 }

  iSDNPRIR12RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR12Entry  116 }

  iSDNPRIR12XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR12Entry  117 }

  iSDNPRIR12AllowTwoBChanXferInTBCTRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Incoming TBCT requests allowed'."
    DEFVAL       { false }
    ::= { iSDNPRIR12Entry  125 }

  iSDNPRIR12TwoBChanXferSendTBCTNotifToCtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - send TBCT notification to controller'."
    DEFVAL       { true }
    ::= { iSDNPRIR12Entry  126 }

  iSDNPRIR12FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { iSDNPRIR12Entry  141 }

  iSDNPRIR12CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { iSDNPRIR12Entry  142 }

  iSDNPRIR12AllowTwoBChanXferOutTBCTRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAllowed(1),
                   allowedWithinPRI(2),
                   allowedWithinPRITBCTGroup(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Outgoing TBCT requests'."
    DEFVAL       { notAllowed }
    ::= { iSDNPRIR12Entry  144 }

  iSDNPRIR12TwoBChanXferOutTBCTRequestGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Outgoing TBCT request group ID'."
    ::= { iSDNPRIR12Entry  145 }

  iSDNPRIR12StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSDNPRIR12Entry  146 }

  iSDNPRIR12DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { iSDNPRIR12Entry  147 }

  iSDNPRIR12I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR12Entry  148 }

  iSDNPRIR12I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR12Entry  149 }

  iSDNPRIR12I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR12Entry  150 }

  iSDNPRIR12FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSDNPRIR12Entry  151 }

  iSDNPRIR12ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSDNPRIR12Entry  152 }

  iSDNPRIR12AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSDNPRIR12Entry  153 }

  iSDNPRIR12RestrictRedirectingNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRestriction(1),
                   useOriginalRedirectingNumberOnly(2),
                   useLastRedirectingNumberOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Restrict Redirecting Number'."
    DEFVAL       { noRestriction }
    ::= { iSDNPRIR12Entry  154 }

  iSDNPRIR12XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSDNPRIR12Entry  155 }

  iSDNPRIR12ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { iSDNPRIR12Entry  156 }

  iSDNPRIR12ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { iSDNPRIR12Entry  157 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Media Channel'                                           */
-- /* Valid from: 8.0.03                                                            */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  mFMediaChanR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFMediaChanR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Remote Exchange'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1843 }

  mFMediaChanR9Entry OBJECT-TYPE
    SYNTAX       MFMediaChanR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFMediaChanR9NEConn,
             mFMediaChanR9NetwkElement,
             mFMediaChanR9CFSIx,
             mFMediaChanR9MFLocalExchangeIx,
             mFMediaChanR9RemExchangeIx,
             mFMediaChanR9MediaChanIx }
    ::= {  mFMediaChanR9Table  1  }

  MFMediaChanR9Entry  ::=  SEQUENCE
  {
    mFMediaChanR9NEConn                Unsigned32,
    mFMediaChanR9NetwkElement          DisplayString,
    mFMediaChanR9CFSIx                 Unsigned32,
    mFMediaChanR9MFLocalExchangeIx     Unsigned32,
    mFMediaChanR9RemExchangeIx         Unsigned32,
    mFMediaChanR9MediaChanIx           Unsigned32,
    mFMediaChanR9TrnkGpNum             INTEGER,
    mFMediaChanR9ZUtilization          INTEGER,
    mFMediaChanR9ZUtilizationAllowedCircs
                                       INTEGER,
    mFMediaChanR9AlrmState             INTEGER,
    mFMediaChanR9AlrmLogCorr           Counter64,
    mFMediaChanR9AlrmEvtsAtndDp        Integer32,
    mFMediaChanR9AlrmStateTimestamp    Unsigned32,
    mFMediaChanR9AlrmResetTimestamp    Unsigned32,
    mFMediaChanR9RowStatus             RowStatus,
    mFMediaChanR9AdminStatus           AdminStatus,
    mFMediaChanR9OperStatus            OperStatus,
    mFMediaChanR9DoExtraActions        INTEGER,
    mFMediaChanR9EchoCancellation      INTEGER,
    mFMediaChanR9Desc                  DisplayString,
    mFMediaChanR9MediaAllocationPolicy INTEGER,
    mFMediaChanR9DirectIXCConn         INTEGER,
    mFMediaChanR9BillConnSwitchLRN     DisplayString,
    mFMediaChanR9BillConnSwitchNPA     DisplayString,
    mFMediaChanR9BAFCNABllInCllsCIC    Unsigned32,
    mFMediaChanR9BAFCNABllInCllsCNABillNum
                                       DisplayString,
    mFMediaChanR9BAFCNABllInCllsAppendANI
                                       INTEGER,
    mFMediaChanR9BAFBillInTermCDRType  INTEGER,
    mFMediaChanR9BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    mFMediaChanR9BAFBillInTandemCDRType
                                       INTEGER,
    mFMediaChanR9BAFBillOutOrigingCDRType
                                       INTEGER,
    mFMediaChanR9BAFBillOutTandemCDRType
                                       INTEGER,
    mFMediaChanR9RcvGain               INTEGER,
    mFMediaChanR9XmitGain              INTEGER,
    mFMediaChanR9StatisticsAlrms       Integer32,
    mFMediaChanR9I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mFMediaChanR9I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mFMediaChanR9I3FaultMonitoringProfFMPIx
                                       Integer32,
    mFMediaChanR9FaultMonitoringProfOtherVals
                                       INTEGER,
    mFMediaChanR9ApplyFMPToReltdObjectTypes
                                       BITS,
    mFMediaChanR9AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mFMediaChanR9XMLBillTrnkAccountingRef
                                       DisplayString
  }

  mFMediaChanR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFMediaChanR9Entry  1 }

  mFMediaChanR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFMediaChanR9Entry  2 }

  mFMediaChanR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFMediaChanR9Entry  3 }

  mFMediaChanR9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFMediaChanR9Entry  4 }

  mFMediaChanR9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFMediaChanR9Entry  5 }

  mFMediaChanR9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { mFMediaChanR9Entry  6 }

  mFMediaChanR9TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { mFMediaChanR9Entry  7 }

  mFMediaChanR9ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { mFMediaChanR9Entry  8 }

  mFMediaChanR9ZUtilizationAllowedCircs OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization of allowed circuits'."
    ::= { mFMediaChanR9Entry  9 }

  mFMediaChanR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFMediaChanR9Entry  10 }

  mFMediaChanR9AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mFMediaChanR9Entry  11 }

  mFMediaChanR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFMediaChanR9Entry  12 }

  mFMediaChanR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFMediaChanR9Entry  13 }

  mFMediaChanR9AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFMediaChanR9Entry  14 }

  mFMediaChanR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFMediaChanR9Entry  15 }

  mFMediaChanR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR9Entry  16 }

  mFMediaChanR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR9Entry  17 }

  mFMediaChanR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR9Entry  18 }

  mFMediaChanR9EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mFMediaChanR9Entry  19 }

  mFMediaChanR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mFMediaChanR9Entry  20 }

  mFMediaChanR9MediaAllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   topDown(1),
                   bottomUp(2),
                   mostIdle(3),
                   leastIdle(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media allocation policy'.
                  This field is not writable when active."
    DEFVAL       { mostIdle }
    ::= { mFMediaChanR9Entry  21 }

  mFMediaChanR9DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { mFMediaChanR9Entry  22 }

  mFMediaChanR9BillConnSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { mFMediaChanR9Entry  25 }

  mFMediaChanR9BillConnSwitchNPA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..3))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch NPA'."
    ::= { mFMediaChanR9Entry  26 }

  mFMediaChanR9BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR9Entry  28 }

  mFMediaChanR9BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { mFMediaChanR9Entry  29 }

  mFMediaChanR9BAFCNABllInCllsAppendANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - append ANI'."
    DEFVAL       { false }
    ::= { mFMediaChanR9Entry  30 }

  mFMediaChanR9BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   fGC1350653(7),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR9Entry  31 }

  mFMediaChanR9BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { mFMediaChanR9Entry  32 }

  mFMediaChanR9BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   fGC1350653(7),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR9Entry  33 }

  mFMediaChanR9BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   fGC1340625(7),
                   cAMAIXC1100625(9),
                   cAMAToll0060001(10),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR9Entry  34 }

  mFMediaChanR9BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   fGC1340625(7),
                   cAMAIXC1100625(9),
                   cAMAToll0060001(10),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR9Entry  35 }

  mFMediaChanR9RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR9Entry  36 }

  mFMediaChanR9XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR9Entry  37 }

  mFMediaChanR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mFMediaChanR9Entry  38 }

  mFMediaChanR9I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR9Entry  39 }

  mFMediaChanR9I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR9Entry  40 }

  mFMediaChanR9I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR9Entry  41 }

  mFMediaChanR9FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mFMediaChanR9Entry  42 }

  mFMediaChanR9ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { mFMediaChanR9Entry  43 }

  mFMediaChanR9AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mFMediaChanR9Entry  44 }

  mFMediaChanR9XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { mFMediaChanR9Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML Application Controls'                                   */
-- /* Valid from: 8.0.03                                                            */
-- /* Valid before: 9.1                                                             */
-- /*********************************************************************************/

  billXMLAppCtrlTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLAppCtrlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1847 }

  billXMLAppCtrlEntry OBJECT-TYPE
    SYNTAX       BillXMLAppCtrlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLAppCtrlNEConn,
             billXMLAppCtrlNetwkElement,
             billXMLAppCtrlCFSIx }
    ::= {  billXMLAppCtrlTable  1  }

  BillXMLAppCtrlEntry  ::=  SEQUENCE
  {
    billXMLAppCtrlNEConn               Unsigned32,
    billXMLAppCtrlNetwkElement         DisplayString,
    billXMLAppCtrlCFSIx                Unsigned32,
    billXMLAppCtrlProdXMLBillRecsConnectedCalls
                                       INTEGER,
    billXMLAppCtrlProdXMLBillRecsUnconnectedCalls
                                       INTEGER,
    billXMLAppCtrlProdXMLBillRecsCallServEvts
                                       INTEGER,
    billXMLAppCtrlEquipmentTypeInXMLRecs
                                       DisplayString,
    billXMLAppCtrlNEIdentifierInXMLRecs
                                       DisplayString,
    billXMLAppCtrlGenertnHrTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlGenertnMinTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlGenertnSecTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlRowStatus            RowStatus
  }

  billXMLAppCtrlNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLAppCtrlEntry  1 }

  billXMLAppCtrlNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLAppCtrlEntry  2 }

  billXMLAppCtrlCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLAppCtrlEntry  3 }

  billXMLAppCtrlProdXMLBillRecsConnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for connected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlEntry  4 }

  billXMLAppCtrlProdXMLBillRecsUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for unconnected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlEntry  5 }

  billXMLAppCtrlProdXMLBillRecsCallServEvts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for call service events'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlEntry  6 }

  billXMLAppCtrlEquipmentTypeInXMLRecs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Equipment type in XML records'."
    ::= { billXMLAppCtrlEntry  7 }

  billXMLAppCtrlNEIdentifierInXMLRecs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'NE identifier in XML records'."
    ::= { billXMLAppCtrlEntry  8 }

  billXMLAppCtrlGenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlEntry  9 }

  billXMLAppCtrlGenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlEntry  10 }

  billXMLAppCtrlGenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlEntry  11 }

  billXMLAppCtrlRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billXMLAppCtrlEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML File Control'                                           */
-- /* Valid from: 8.0.03                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  billXMLFlCtrlTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLFlCtrlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1848 }

  billXMLFlCtrlEntry OBJECT-TYPE
    SYNTAX       BillXMLFlCtrlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLFlCtrlNEConn,
             billXMLFlCtrlNetwkElement,
             billXMLFlCtrlCFSIx }
    ::= {  billXMLFlCtrlTable  1  }

  BillXMLFlCtrlEntry  ::=  SEQUENCE
  {
    billXMLFlCtrlNEConn                Unsigned32,
    billXMLFlCtrlNetwkElement          DisplayString,
    billXMLFlCtrlCFSIx                 Unsigned32,
    billXMLFlCtrlXMLFileOPIntFixedTimeInterval
                                       INTEGER,
    billXMLFlCtrlXMLFileOPIntDay       INTEGER,
    billXMLFlCtrlXMLFileOPIntHr        Unsigned32,
    billXMLFlCtrlXMLFileOPIntMin       Unsigned32,
    billXMLFlCtrlXMLFileOPIntCurrFileFlippingInterval
                                       Unsigned32,
    billXMLFlCtrlXMLFileOPIntXMLFileNextOutputTime
                                       Unsigned32,
    billXMLFlCtrlXMLFileSizeMinorAlrmThreshold
                                       INTEGER,
    billXMLFlCtrlXMLFileSizeMajorAlrmThreshold
                                       INTEGER,
    billXMLFlCtrlXMLFileSizeCriticalAlrmThreshold
                                       INTEGER,
    billXMLFlCtrlXMLFileSizeRecountingPrimaryFileSizeInterval
                                       Unsigned32,
    billXMLFlCtrlXMLFileSizeCurrPrimaryFileSize
                                       Unsigned32,
    billXMLFlCtrlXMLFileSizeCurrAlrmLvl
                                       INTEGER,
    billXMLFlCtrlXMLFlOthOptsOpenActXMLFileRetryInterval
                                       Unsigned32,
    billXMLFlCtrlXMLFlOthOptsSecondaryXMLFileExpiryTime
                                       Unsigned32,
    billXMLFlCtrlXMLFlOthOptsNumXMLRecWriteFails
                                       Unsigned32,
    billXMLFlCtrlAlrmState             INTEGER,
    billXMLFlCtrlAlrmEvtsAttnRqLogCorr Counter64,
    billXMLFlCtrlAlrmEvtsAttnRq        Unsigned32,
    billXMLFlCtrlAlrmStateTimestamp    Unsigned32,
    billXMLFlCtrlAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    billXMLFlCtrlDoExtraActions        INTEGER
  }

  billXMLFlCtrlNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLFlCtrlEntry  1 }

  billXMLFlCtrlNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLFlCtrlEntry  2 }

  billXMLFlCtrlCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLFlCtrlEntry  3 }

  billXMLFlCtrlXMLFileOPIntFixedTimeInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   useFlippingInterval(1),
                   fifteenMins(2),
                   thirtyMins(3),
                   oneHour(4),
                   twoHours(5),
                   fourHours(6),
                   twelveHours(7),
                   daily(8),
                   weekly(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file output interval - fixed time interval'."
    DEFVAL       { useFlippingInterval }
    ::= { billXMLFlCtrlEntry  4 }

  billXMLFlCtrlXMLFileOPIntDay OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XML file output interval - day'."
    DEFVAL       { monday }
    ::= { billXMLFlCtrlEntry  5 }

  billXMLFlCtrlXMLFileOPIntHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XML file output interval - hour'."
    DEFVAL       { 0 }
    ::= { billXMLFlCtrlEntry  6 }

  billXMLFlCtrlXMLFileOPIntMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XML file output interval - minute'."
    DEFVAL       { 0 }
    ::= { billXMLFlCtrlEntry  7 }

  billXMLFlCtrlXMLFileOPIntCurrFileFlippingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file output interval - current file flipping interval'."
    DEFVAL       { 172800 }
    ::= { billXMLFlCtrlEntry  8 }

  billXMLFlCtrlXMLFileOPIntXMLFileNextOutputTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file output interval - XML file next output time'."
    ::= { billXMLFlCtrlEntry  9 }

  billXMLFlCtrlXMLFileSizeMinorAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - minor alarm threshold'."
    DEFVAL       { seventyPercent }
    ::= { billXMLFlCtrlEntry  10 }

  billXMLFlCtrlXMLFileSizeMajorAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - major alarm threshold'."
    DEFVAL       { eightyPercent }
    ::= { billXMLFlCtrlEntry  11 }

  billXMLFlCtrlXMLFileSizeCriticalAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - critical alarm threshold'."
    DEFVAL       { ninetyPercent }
    ::= { billXMLFlCtrlEntry  12 }

  billXMLFlCtrlXMLFileSizeRecountingPrimaryFileSizeInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - recounting primary file size interval'."
    DEFVAL       { 10 }
    ::= { billXMLFlCtrlEntry  13 }

  billXMLFlCtrlXMLFileSizeCurrPrimaryFileSize OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - current primary file size'."
    ::= { billXMLFlCtrlEntry  14 }

  billXMLFlCtrlXMLFileSizeCurrAlrmLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   minor(2),
                   major(3),
                   critical(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - current alarm level'."
    ::= { billXMLFlCtrlEntry  15 }

  billXMLFlCtrlXMLFlOthOptsOpenActXMLFileRetryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file other options - open active XML file retry interval'."
    DEFVAL       { 60 }
    ::= { billXMLFlCtrlEntry  16 }

  billXMLFlCtrlXMLFlOthOptsSecondaryXMLFileExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file other options - secondary XML file expiry time'."
    DEFVAL       { 432000 }
    ::= { billXMLFlCtrlEntry  17 }

  billXMLFlCtrlXMLFlOthOptsNumXMLRecWriteFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file other options - number of XML record write failures'."
    ::= { billXMLFlCtrlEntry  18 }

  billXMLFlCtrlAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { billXMLFlCtrlEntry  19 }

  billXMLFlCtrlAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { billXMLFlCtrlEntry  20 }

  billXMLFlCtrlAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billXMLFlCtrlEntry  21 }

  billXMLFlCtrlAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { billXMLFlCtrlEntry  22 }

  billXMLFlCtrlAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { billXMLFlCtrlEntry  23 }

  billXMLFlCtrlDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   closeBillingFile(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { billXMLFlCtrlEntry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID Services'                                         */
-- /* Valid from: 8.0.03                                                            */
-- /*********************************************************************************/

  indLineCIDR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1852 }

  indLineCIDR6Entry OBJECT-TYPE
    SYNTAX       IndLineCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineCIDR6NEConn,
             indLineCIDR6NetwkElement,
             indLineCIDR6CFSIx,
             indLineCIDR6DirNum }
    ::= {  indLineCIDR6Table  1  }

  IndLineCIDR6Entry  ::=  SEQUENCE
  {
    indLineCIDR6NEConn                 Unsigned32,
    indLineCIDR6NetwkElement           DisplayString,
    indLineCIDR6CFSIx                  Unsigned32,
    indLineCIDR6DirNum                 DisplayString,
    indLineCIDR6SDActWithholdDirNum    INTEGER,
    indLineCIDR6SDDefWithholdDirNum    INTEGER,
    indLineCIDR6SDUseDefWithholdDirNum INTEGER,
    indLineCIDR6SDActARSubscribed      INTEGER,
    indLineCIDR6SDDefARSubscribed      INTEGER,
    indLineCIDR6SDUseDefARSubscribed   INTEGER,
    indLineCIDR6SDActARUSB             INTEGER,
    indLineCIDR6SDDefARUSB             INTEGER,
    indLineCIDR6SDUseDefARUSB          INTEGER,
    indLineCIDR6SDActAutoClbackSubscribed
                                       INTEGER,
    indLineCIDR6SDDefAutoClbackSubscribed
                                       INTEGER,
    indLineCIDR6SDUseDefAutoClbackSubscribed
                                       INTEGER,
    indLineCIDR6SDActAutoClbackUSB     INTEGER,
    indLineCIDR6SDDefAutoClbackUSB     INTEGER,
    indLineCIDR6SDUseDefAutoClbackUSB  INTEGER,
    indLineCIDR6SDActCallTraceSubscribed
                                       INTEGER,
    indLineCIDR6SDDefCallTraceSubscribed
                                       INTEGER,
    indLineCIDR6SDUseDefCallTraceSubscribed
                                       INTEGER,
    indLineCIDR6SDActCallTraceUSB      INTEGER,
    indLineCIDR6SDDefCallTraceUSB      INTEGER,
    indLineCIDR6SDUseDefCallTraceUSB   INTEGER,
    indLineCIDR6SDActCNDSubscribed     INTEGER,
    indLineCIDR6SDDefCNDSubscribed     INTEGER,
    indLineCIDR6SDUseDefCNDSubscribed  INTEGER,
    indLineCIDR6CNDEnabled             INTEGER,
    indLineCIDR6SDActCNDUSB            INTEGER,
    indLineCIDR6SDDefCNDUSB            INTEGER,
    indLineCIDR6SDUseDefCNDUSB         INTEGER,
    indLineCIDR6SDActCIDPresSubscribed INTEGER,
    indLineCIDR6SDDefCIDPresSubscribed INTEGER,
    indLineCIDR6SDUseDefCIDPresSubscribed
                                       INTEGER,
    indLineCIDR6SDActCIDPresWithholdNumByDef
                                       INTEGER,
    indLineCIDR6SDDefCIDPresWithholdNumByDef
                                       INTEGER,
    indLineCIDR6SDUseDefCIDPresWithholdNumByDef
                                       INTEGER,
    indLineCIDR6SDActCIDPresPresentNumByDef
                                       INTEGER,
    indLineCIDR6SDDefCIDPresPresentNumByDef
                                       INTEGER,
    indLineCIDR6SDUseDefCIDPresPresentNumByDef
                                       INTEGER,
    indLineCIDR6SDActCNDBSubscribed    INTEGER,
    indLineCIDR6SDDefCNDBSubscribed    INTEGER,
    indLineCIDR6SDUseDefCNDBSubscribed INTEGER,
    indLineCIDR6SDActCNDBUSB           INTEGER,
    indLineCIDR6SDDefCNDBUSB           INTEGER,
    indLineCIDR6SDUseDefCNDBUSB        INTEGER,
    indLineCIDR6SDActCNamDlvrySubscrd  INTEGER,
    indLineCIDR6SDDefCNamDlvrySubscrd  INTEGER,
    indLineCIDR6SDUseDefCNamDlvrySubscrd
                                       INTEGER,
    indLineCIDR6ClgNameDlvryEnabled    INTEGER,
    indLineCIDR6SDActUSBClgNameDlvry   INTEGER,
    indLineCIDR6SDDefUSBClgNameDlvry   INTEGER,
    indLineCIDR6SDUseDefUSBClgNameDlvry
                                       INTEGER,
    indLineCIDR6SDActLastCIDErasureSubscribed
                                       INTEGER,
    indLineCIDR6SDDefLastCIDErasureSubscribed
                                       INTEGER,
    indLineCIDR6SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    indLineCIDR6ClgNameDlvryLocalName  DisplayString,
    indLineCIDR6SDActCIDPresNumWithholdRejReason
                                       INTEGER,
    indLineCIDR6SDDefCIDPresNumWithholdRejReason
                                       INTEGER,
    indLineCIDR6SDUseDefCIDPresNumWithholdRejReason
                                       INTEGER,
    indLineCIDR6SDActNameNumOvIPSubscribed
                                       INTEGER,
    indLineCIDR6SDDefNameNumOvIPSubscribed
                                       INTEGER,
    indLineCIDR6SDUseDefNameNumOvIPSubscribed
                                       INTEGER,
    indLineCIDR6NameNumOvIPEnabled     INTEGER,
    indLineCIDR6SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    indLineCIDR6SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    indLineCIDR6SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    indLineCIDR6SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    indLineCIDR6SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    indLineCIDR6SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    indLineCIDR6SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    indLineCIDR6SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    indLineCIDR6SDUseDefNameNumOvIPDest
                                       INTEGER,
    indLineCIDR6AlrmState              INTEGER,
    indLineCIDR6AlrmEvtsAtndDpLogCorr  Counter64,
    indLineCIDR6AlrmEvtsAtndDp         Unsigned32,
    indLineCIDR6AlrmStateTimestamp     Unsigned32,
    indLineCIDR6AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    indLineCIDR6SDActCNDPreferredSIPFormat
                                       INTEGER,
    indLineCIDR6SDDefCNDPreferredSIPFormat
                                       INTEGER,
    indLineCIDR6SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    indLineCIDR6SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    indLineCIDR6SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    indLineCIDR6SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    indLineCIDR6SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    indLineCIDR6SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    indLineCIDR6SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    indLineCIDR6SDActCLIDPWhldNum      INTEGER,
    indLineCIDR6SDDefCLIDPWhldNum      INTEGER,
    indLineCIDR6SDUseDefCLIDPWhldNum   INTEGER,
    indLineCIDR6SDActCIDCLIDPPresNum   INTEGER,
    indLineCIDR6SDDefCIDCLIDPPresNum   INTEGER,
    indLineCIDR6SDUseDefCIDCLIDPPresNum
                                       INTEGER,
    indLineCIDR6SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    indLineCIDR6SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    indLineCIDR6SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    indLineCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    indLineCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    indLineCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    indLineCIDR6SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    indLineCIDR6SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    indLineCIDR6SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER
  }

  indLineCIDR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineCIDR6Entry  1 }

  indLineCIDR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineCIDR6Entry  2 }

  indLineCIDR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineCIDR6Entry  3 }

  indLineCIDR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineCIDR6Entry  4 }

  indLineCIDR6SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  5 }

  indLineCIDR6SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  6 }

  indLineCIDR6SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  7 }

  indLineCIDR6SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  8 }

  indLineCIDR6SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  9 }

  indLineCIDR6SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  10 }

  indLineCIDR6SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  11 }

  indLineCIDR6SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  12 }

  indLineCIDR6SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  13 }

  indLineCIDR6SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  14 }

  indLineCIDR6SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  15 }

  indLineCIDR6SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  16 }

  indLineCIDR6SDActAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  17 }

  indLineCIDR6SDDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  18 }

  indLineCIDR6SDUseDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  19 }

  indLineCIDR6SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  20 }

  indLineCIDR6SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  21 }

  indLineCIDR6SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  22 }

  indLineCIDR6SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  23 }

  indLineCIDR6SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  24 }

  indLineCIDR6SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  25 }

  indLineCIDR6SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  26 }

  indLineCIDR6SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  27 }

  indLineCIDR6SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  28 }

  indLineCIDR6CNDEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery - Enabled'."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  29 }

  indLineCIDR6SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  30 }

  indLineCIDR6SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  31 }

  indLineCIDR6SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  32 }

  indLineCIDR6SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  33 }

  indLineCIDR6SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  34 }

  indLineCIDR6SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  35 }

  indLineCIDR6SDActCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  36 }

  indLineCIDR6SDDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  37 }

  indLineCIDR6SDUseDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  38 }

  indLineCIDR6SDActCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  39 }

  indLineCIDR6SDDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  40 }

  indLineCIDR6SDUseDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  41 }

  indLineCIDR6SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  42 }

  indLineCIDR6SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  43 }

  indLineCIDR6SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  44 }

  indLineCIDR6SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  45 }

  indLineCIDR6SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  46 }

  indLineCIDR6SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  47 }

  indLineCIDR6SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  48 }

  indLineCIDR6SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  49 }

  indLineCIDR6SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  50 }

  indLineCIDR6ClgNameDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Name Delivery - Enabled'."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  51 }

  indLineCIDR6SDActUSBClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  52 }

  indLineCIDR6SDDefUSBClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  53 }

  indLineCIDR6SDUseDefUSBClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  54 }

  indLineCIDR6SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  55 }

  indLineCIDR6SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  56 }

  indLineCIDR6SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  57 }

  indLineCIDR6ClgNameDlvryLocalName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - local name'."
    ::= { indLineCIDR6Entry  58 }

  indLineCIDR6SDActCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  59 }

  indLineCIDR6SDDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  60 }

  indLineCIDR6SDUseDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  61 }

  indLineCIDR6SDActNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  62 }

  indLineCIDR6SDDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  63 }

  indLineCIDR6SDUseDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  64 }

  indLineCIDR6NameNumOvIPEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - Enabled'."
    DEFVAL       { false }
    ::= { indLineCIDR6Entry  65 }

  indLineCIDR6SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  66 }

  indLineCIDR6SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  67 }

  indLineCIDR6SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  68 }

  indLineCIDR6SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  69 }

  indLineCIDR6SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  70 }

  indLineCIDR6SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  71 }

  indLineCIDR6SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  72 }

  indLineCIDR6SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { indLineCIDR6Entry  73 }

  indLineCIDR6SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  74 }

  indLineCIDR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineCIDR6Entry  75 }

  indLineCIDR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { indLineCIDR6Entry  76 }

  indLineCIDR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineCIDR6Entry  77 }

  indLineCIDR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineCIDR6Entry  78 }

  indLineCIDR6AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { indLineCIDR6Entry  80 }

  indLineCIDR6SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  81 }

  indLineCIDR6SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  82 }

  indLineCIDR6SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  83 }

  indLineCIDR6SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  84 }

  indLineCIDR6SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  85 }

  indLineCIDR6SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  86 }

  indLineCIDR6SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  87 }

  indLineCIDR6SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  88 }

  indLineCIDR6SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  89 }

  indLineCIDR6SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  90 }

  indLineCIDR6SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  91 }

  indLineCIDR6SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  92 }

  indLineCIDR6SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  93 }

  indLineCIDR6SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  94 }

  indLineCIDR6SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  95 }

  indLineCIDR6SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  96 }

  indLineCIDR6SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  97 }

  indLineCIDR6SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  98 }

  indLineCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  99 }

  indLineCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  100 }

  indLineCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  101 }

  indLineCIDR6SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  102 }

  indLineCIDR6SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCIDR6Entry  103 }

  indLineCIDR6SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCIDR6Entry  104 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID Services'                                         */
-- /* Valid from: 8.0.03                                                            */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  bGLineCIDR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1853 }

  bGLineCIDR6Entry OBJECT-TYPE
    SYNTAX       BGLineCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineCIDR6NEConn,
             bGLineCIDR6NetwkElement,
             bGLineCIDR6CFSIx,
             bGLineCIDR6GpIx,
             bGLineCIDR6FirstDirNum,
             bGLineCIDR6DirNum }
    ::= {  bGLineCIDR6Table  1  }

  BGLineCIDR6Entry  ::=  SEQUENCE
  {
    bGLineCIDR6NEConn                  Unsigned32,
    bGLineCIDR6NetwkElement            DisplayString,
    bGLineCIDR6CFSIx                   Unsigned32,
    bGLineCIDR6GpIx                    Unsigned32,
    bGLineCIDR6FirstDirNum             DisplayString,
    bGLineCIDR6DirNum                  DisplayString,
    bGLineCIDR6SDActARSubscribed       INTEGER,
    bGLineCIDR6SDDefARSubscribed       INTEGER,
    bGLineCIDR6SDUseDefARSubscribed    INTEGER,
    bGLineCIDR6SDActARUSB              INTEGER,
    bGLineCIDR6SDDefARUSB              INTEGER,
    bGLineCIDR6SDUseDefARUSB           INTEGER,
    bGLineCIDR6SDActAutoClbackSubscribed
                                       INTEGER,
    bGLineCIDR6SDDefAutoClbackSubscribed
                                       INTEGER,
    bGLineCIDR6SDUseDefAutoClbackSubscribed
                                       INTEGER,
    bGLineCIDR6SDActAutoClbackUSB      INTEGER,
    bGLineCIDR6SDDefAutoClbackUSB      INTEGER,
    bGLineCIDR6SDUseDefAutoClbackUSB   INTEGER,
    bGLineCIDR6SDActCallTraceSubscribed
                                       INTEGER,
    bGLineCIDR6SDDefCallTraceSubscribed
                                       INTEGER,
    bGLineCIDR6SDUseDefCallTraceSubscribed
                                       INTEGER,
    bGLineCIDR6SDActCallTraceUSB       INTEGER,
    bGLineCIDR6SDDefCallTraceUSB       INTEGER,
    bGLineCIDR6SDUseDefCallTraceUSB    INTEGER,
    bGLineCIDR6SDActCNDSubscribed      INTEGER,
    bGLineCIDR6SDDefCNDSubscribed      INTEGER,
    bGLineCIDR6SDUseDefCNDSubscribed   INTEGER,
    bGLineCIDR6CNDEnabled              INTEGER,
    bGLineCIDR6SDActCNDUSB             INTEGER,
    bGLineCIDR6SDDefCNDUSB             INTEGER,
    bGLineCIDR6SDUseDefCNDUSB          INTEGER,
    bGLineCIDR6SDActCIDPresSubscribed  INTEGER,
    bGLineCIDR6SDDefCIDPresSubscribed  INTEGER,
    bGLineCIDR6SDUseDefCIDPresSubscribed
                                       INTEGER,
    bGLineCIDR6SDActCIDPresWithholdNumByDef
                                       INTEGER,
    bGLineCIDR6SDDefCIDPresWithholdNumByDef
                                       INTEGER,
    bGLineCIDR6SDUseDefCIDPresWithholdNumByDef
                                       INTEGER,
    bGLineCIDR6SDActCIDPresPresentNumByDef
                                       INTEGER,
    bGLineCIDR6SDDefCIDPresPresentNumByDef
                                       INTEGER,
    bGLineCIDR6SDUseDefCIDPresPresentNumByDef
                                       INTEGER,
    bGLineCIDR6SDActWithholdDirNum     INTEGER,
    bGLineCIDR6SDDefWithholdDirNum     INTEGER,
    bGLineCIDR6SDUseDefWithholdDirNum  INTEGER,
    bGLineCIDR6SDActCNDBSubscribed     INTEGER,
    bGLineCIDR6SDDefCNDBSubscribed     INTEGER,
    bGLineCIDR6SDUseDefCNDBSubscribed  INTEGER,
    bGLineCIDR6SDActCNDBUSB            INTEGER,
    bGLineCIDR6SDDefCNDBUSB            INTEGER,
    bGLineCIDR6SDUseDefCNDBUSB         INTEGER,
    bGLineCIDR6SDActCNamDlvrySubscrd   INTEGER,
    bGLineCIDR6SDDefCNamDlvrySubscrd   INTEGER,
    bGLineCIDR6SDUseDefCNamDlvrySubscrd
                                       INTEGER,
    bGLineCIDR6ClgNameDlvryEnabled     INTEGER,
    bGLineCIDR6SDActClgNameDlvryUSB    INTEGER,
    bGLineCIDR6SDDefClgNameDlvryUSB    INTEGER,
    bGLineCIDR6SDUseDefClgNameDlvryUSB INTEGER,
    bGLineCIDR6SDActLastCIDErasureSubscribed
                                       INTEGER,
    bGLineCIDR6SDDefLastCIDErasureSubscribed
                                       INTEGER,
    bGLineCIDR6SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    bGLineCIDR6SDActClgNameDlvryLocalNameBusLine
                                       DisplayString,
    bGLineCIDR6SDDefClgNameDlvryLocalNameBusLine
                                       DisplayString,
    bGLineCIDR6SDUseDefClgNameDlvryLocalNameBusLine
                                       INTEGER,
    bGLineCIDR6SDActCIDPresNumWithholdRejReason
                                       INTEGER,
    bGLineCIDR6SDDefCIDPresNumWithholdRejReason
                                       INTEGER,
    bGLineCIDR6SDUseDefCIDPresNumWithholdRejReason
                                       INTEGER,
    bGLineCIDR6SDActNameNumOvIPSubscribed
                                       INTEGER,
    bGLineCIDR6SDDefNameNumOvIPSubscribed
                                       INTEGER,
    bGLineCIDR6SDUseDefNameNumOvIPSubscribed
                                       INTEGER,
    bGLineCIDR6NameNumOvIPEnabled      INTEGER,
    bGLineCIDR6SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    bGLineCIDR6SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    bGLineCIDR6SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    bGLineCIDR6SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    bGLineCIDR6SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    bGLineCIDR6SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    bGLineCIDR6SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    bGLineCIDR6SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    bGLineCIDR6SDUseDefNameNumOvIPDest INTEGER,
    bGLineCIDR6AlrmState               INTEGER,
    bGLineCIDR6AlrmEvtsAtndDpLogCorr   Counter64,
    bGLineCIDR6AlrmEvtsAtndDp          Unsigned32,
    bGLineCIDR6AlrmStateTimestamp      Unsigned32,
    bGLineCIDR6AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    bGLineCIDR6SDActCNDPreferredSIPFormat
                                       INTEGER,
    bGLineCIDR6SDDefCNDPreferredSIPFormat
                                       INTEGER,
    bGLineCIDR6SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    bGLineCIDR6SDActCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    bGLineCIDR6SDDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    bGLineCIDR6SDUseDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    bGLineCIDR6SDActCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    bGLineCIDR6SDDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    bGLineCIDR6SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    bGLineCIDR6SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    bGLineCIDR6SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    bGLineCIDR6SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    bGLineCIDR6SDActCLIDPWhldNum       INTEGER,
    bGLineCIDR6SDDefCLIDPWhldNum       INTEGER,
    bGLineCIDR6SDUseDefCLIDPWhldNum    INTEGER,
    bGLineCIDR6SDActCIDCLIDPPresNum    INTEGER,
    bGLineCIDR6SDDefCIDCLIDPPresNum    INTEGER,
    bGLineCIDR6SDUseDefCIDCLIDPPresNum INTEGER,
    bGLineCIDR6SDActCLIDPIgnore        INTEGER,
    bGLineCIDR6SDDefCLIDPIgnore        INTEGER,
    bGLineCIDR6SDUseDefCLIDPIgnore     INTEGER,
    bGLineCIDR6SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    bGLineCIDR6SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    bGLineCIDR6SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    bGLineCIDR6SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    bGLineCIDR6SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    bGLineCIDR6SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    bGLineCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    bGLineCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    bGLineCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    bGLineCIDR6SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    bGLineCIDR6SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    bGLineCIDR6SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER
  }

  bGLineCIDR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineCIDR6Entry  1 }

  bGLineCIDR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineCIDR6Entry  2 }

  bGLineCIDR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineCIDR6Entry  3 }

  bGLineCIDR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineCIDR6Entry  4 }

  bGLineCIDR6FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineCIDR6Entry  5 }

  bGLineCIDR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineCIDR6Entry  6 }

  bGLineCIDR6SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  7 }

  bGLineCIDR6SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  8 }

  bGLineCIDR6SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  9 }

  bGLineCIDR6SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  10 }

  bGLineCIDR6SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  11 }

  bGLineCIDR6SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  12 }

  bGLineCIDR6SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  13 }

  bGLineCIDR6SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  14 }

  bGLineCIDR6SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  15 }

  bGLineCIDR6SDActAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  16 }

  bGLineCIDR6SDDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  17 }

  bGLineCIDR6SDUseDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  18 }

  bGLineCIDR6SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  19 }

  bGLineCIDR6SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  20 }

  bGLineCIDR6SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  21 }

  bGLineCIDR6SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  22 }

  bGLineCIDR6SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  23 }

  bGLineCIDR6SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  24 }

  bGLineCIDR6SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  25 }

  bGLineCIDR6SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  26 }

  bGLineCIDR6SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  27 }

  bGLineCIDR6CNDEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  28 }

  bGLineCIDR6SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  29 }

  bGLineCIDR6SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  30 }

  bGLineCIDR6SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  31 }

  bGLineCIDR6SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  32 }

  bGLineCIDR6SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  33 }

  bGLineCIDR6SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  34 }

  bGLineCIDR6SDActCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  35 }

  bGLineCIDR6SDDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  36 }

  bGLineCIDR6SDUseDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  37 }

  bGLineCIDR6SDActCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  38 }

  bGLineCIDR6SDDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  39 }

  bGLineCIDR6SDUseDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  40 }

  bGLineCIDR6SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  41 }

  bGLineCIDR6SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  42 }

  bGLineCIDR6SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  43 }

  bGLineCIDR6SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  44 }

  bGLineCIDR6SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  45 }

  bGLineCIDR6SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  46 }

  bGLineCIDR6SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  47 }

  bGLineCIDR6SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  48 }

  bGLineCIDR6SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  49 }

  bGLineCIDR6SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  50 }

  bGLineCIDR6SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  51 }

  bGLineCIDR6SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  52 }

  bGLineCIDR6ClgNameDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Name Delivery - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  53 }

  bGLineCIDR6SDActClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  54 }

  bGLineCIDR6SDDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  55 }

  bGLineCIDR6SDUseDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  56 }

  bGLineCIDR6SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  57 }

  bGLineCIDR6SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  58 }

  bGLineCIDR6SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  59 }

  bGLineCIDR6SDActClgNameDlvryLocalNameBusLine OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - local name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  60 }

  bGLineCIDR6SDDefClgNameDlvryLocalNameBusLine OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - local name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  61 }

  bGLineCIDR6SDUseDefClgNameDlvryLocalNameBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - local name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  62 }

  bGLineCIDR6SDActCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  63 }

  bGLineCIDR6SDDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  64 }

  bGLineCIDR6SDUseDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  65 }

  bGLineCIDR6SDActNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  66 }

  bGLineCIDR6SDDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  67 }

  bGLineCIDR6SDUseDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  68 }

  bGLineCIDR6NameNumOvIPEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCIDR6Entry  69 }

  bGLineCIDR6SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  70 }

  bGLineCIDR6SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  71 }

  bGLineCIDR6SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  72 }

  bGLineCIDR6SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  73 }

  bGLineCIDR6SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  74 }

  bGLineCIDR6SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  75 }

  bGLineCIDR6SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  76 }

  bGLineCIDR6SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR6Entry  77 }

  bGLineCIDR6SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  78 }

  bGLineCIDR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineCIDR6Entry  79 }

  bGLineCIDR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { bGLineCIDR6Entry  80 }

  bGLineCIDR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineCIDR6Entry  81 }

  bGLineCIDR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineCIDR6Entry  82 }

  bGLineCIDR6AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { bGLineCIDR6Entry  84 }

  bGLineCIDR6SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  85 }

  bGLineCIDR6SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  86 }

  bGLineCIDR6SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  87 }

  bGLineCIDR6SDActCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  88 }

  bGLineCIDR6SDDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  89 }

  bGLineCIDR6SDUseDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  90 }

  bGLineCIDR6SDActCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  91 }

  bGLineCIDR6SDDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  92 }

  bGLineCIDR6SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  93 }

  bGLineCIDR6SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  94 }

  bGLineCIDR6SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  95 }

  bGLineCIDR6SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  96 }

  bGLineCIDR6SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  97 }

  bGLineCIDR6SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  98 }

  bGLineCIDR6SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  99 }

  bGLineCIDR6SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  100 }

  bGLineCIDR6SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  101 }

  bGLineCIDR6SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  102 }

  bGLineCIDR6SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  103 }

  bGLineCIDR6SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  104 }

  bGLineCIDR6SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  105 }

  bGLineCIDR6SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  106 }

  bGLineCIDR6SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  107 }

  bGLineCIDR6SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  108 }

  bGLineCIDR6SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  109 }

  bGLineCIDR6SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  110 }

  bGLineCIDR6SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  111 }

  bGLineCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  112 }

  bGLineCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  113 }

  bGLineCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  114 }

  bGLineCIDR6SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  115 }

  bGLineCIDR6SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR6Entry  116 }

  bGLineCIDR6SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR6Entry  117 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID Services'                                         */
-- /* Valid from: 8.0.03                                                            */
-- /* Valid before: 9.3                                                             */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  pBXCIDR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1854 }

  pBXCIDR6Entry OBJECT-TYPE
    SYNTAX       PBXCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXCIDR6NEConn,
             pBXCIDR6NetwkElement,
             pBXCIDR6CFSIx,
             pBXCIDR6DirNum }
    ::= {  pBXCIDR6Table  1  }

  PBXCIDR6Entry  ::=  SEQUENCE
  {
    pBXCIDR6NEConn                     Unsigned32,
    pBXCIDR6NetwkElement               DisplayString,
    pBXCIDR6CFSIx                      Unsigned32,
    pBXCIDR6DirNum                     DisplayString,
    pBXCIDR6SDActARSubscribed          INTEGER,
    pBXCIDR6SDDefARSubscribed          INTEGER,
    pBXCIDR6SDUseDefARSubscribed       INTEGER,
    pBXCIDR6SDActARUSB                 INTEGER,
    pBXCIDR6SDDefARUSB                 INTEGER,
    pBXCIDR6SDUseDefARUSB              INTEGER,
    pBXCIDR6SDActAutoClbackSubscribed  INTEGER,
    pBXCIDR6SDDefAutoClbackSubscribed  INTEGER,
    pBXCIDR6SDUseDefAutoClbackSubscribed
                                       INTEGER,
    pBXCIDR6SDActAutoClbackUSB         INTEGER,
    pBXCIDR6SDDefAutoClbackUSB         INTEGER,
    pBXCIDR6SDUseDefAutoClbackUSB      INTEGER,
    pBXCIDR6SDActCallTraceSubscribed   INTEGER,
    pBXCIDR6SDDefCallTraceSubscribed   INTEGER,
    pBXCIDR6SDUseDefCallTraceSubscribed
                                       INTEGER,
    pBXCIDR6SDActCallTraceUSB          INTEGER,
    pBXCIDR6SDDefCallTraceUSB          INTEGER,
    pBXCIDR6SDUseDefCallTraceUSB       INTEGER,
    pBXCIDR6SDActCNDSubscribed         INTEGER,
    pBXCIDR6SDDefCNDSubscribed         INTEGER,
    pBXCIDR6SDUseDefCNDSubscribed      INTEGER,
    pBXCIDR6CNDEnabled                 INTEGER,
    pBXCIDR6SDActCNDUSB                INTEGER,
    pBXCIDR6SDDefCNDUSB                INTEGER,
    pBXCIDR6SDUseDefCNDUSB             INTEGER,
    pBXCIDR6SDActCIDPresSubscribed     INTEGER,
    pBXCIDR6SDDefCIDPresSubscribed     INTEGER,
    pBXCIDR6SDUseDefCIDPresSubscribed  INTEGER,
    pBXCIDR6SDActCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR6SDDefCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR6SDUseDefCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR6SDActCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR6SDDefCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR6SDUseDefCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR6SDActWithholdDirNum        INTEGER,
    pBXCIDR6SDDefWithholdDirNum        INTEGER,
    pBXCIDR6SDUseDefWithholdDirNum     INTEGER,
    pBXCIDR6SDActCNDBSubscribed        INTEGER,
    pBXCIDR6SDDefCNDBSubscribed        INTEGER,
    pBXCIDR6SDUseDefCNDBSubscribed     INTEGER,
    pBXCIDR6SDActCNDBUSB               INTEGER,
    pBXCIDR6SDDefCNDBUSB               INTEGER,
    pBXCIDR6SDUseDefCNDBUSB            INTEGER,
    pBXCIDR6SDActCNamDlvrySubscrd      INTEGER,
    pBXCIDR6SDDefCNamDlvrySubscrd      INTEGER,
    pBXCIDR6SDUseDefCNamDlvrySubscrd   INTEGER,
    pBXCIDR6ClgNameDlvryEnabled        INTEGER,
    pBXCIDR6SDActClgNameDlvryUSB       INTEGER,
    pBXCIDR6SDDefClgNameDlvryUSB       INTEGER,
    pBXCIDR6SDUseDefClgNameDlvryUSB    INTEGER,
    pBXCIDR6SDActLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR6SDDefLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR6SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR6ClgNameDlvryLocalName      DisplayString,
    pBXCIDR6SDActCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR6SDDefCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR6SDUseDefCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR6SDActNameNumOvIPSubscribed INTEGER,
    pBXCIDR6SDDefNameNumOvIPSubscribed INTEGER,
    pBXCIDR6SDUseDefNameNumOvIPSubscribed
                                       INTEGER,
    pBXCIDR6NameNumOvIPEnabled         INTEGER,
    pBXCIDR6SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    pBXCIDR6SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    pBXCIDR6SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    pBXCIDR6SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    pBXCIDR6SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    pBXCIDR6SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    pBXCIDR6SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    pBXCIDR6SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    pBXCIDR6SDUseDefNameNumOvIPDest    INTEGER,
    pBXCIDR6AlrmState                  INTEGER,
    pBXCIDR6AlrmEvtsAtndDpLogCorr      Counter64,
    pBXCIDR6AlrmEvtsAtndDp             Unsigned32,
    pBXCIDR6AlrmStateTimestamp         Unsigned32,
    pBXCIDR6AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    pBXCIDR6SDActCNDPreferredSIPFormat INTEGER,
    pBXCIDR6SDDefCNDPreferredSIPFormat INTEGER,
    pBXCIDR6SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    pBXCIDR6SDActCIDIgnorePBXSigPrsnt  INTEGER,
    pBXCIDR6SDDefCIDIgnorePBXSigPrsnt  INTEGER,
    pBXCIDR6SDUseDefCIDIgnorePBXSigPrsnt
                                       INTEGER,
    pBXCIDR6SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR6SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR6SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR6SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR6SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR6SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR6SDActCLIDPWhldNum          INTEGER,
    pBXCIDR6SDDefCLIDPWhldNum          INTEGER,
    pBXCIDR6SDUseDefCLIDPWhldNum       INTEGER,
    pBXCIDR6SDActCIDCLIDPPresNum       INTEGER,
    pBXCIDR6SDDefCIDCLIDPPresNum       INTEGER,
    pBXCIDR6SDUseDefCIDCLIDPPresNum    INTEGER,
    pBXCIDR6SDActCLIDPIgnore           INTEGER,
    pBXCIDR6SDDefCLIDPIgnore           INTEGER,
    pBXCIDR6SDUseDefCLIDPIgnore        INTEGER,
    pBXCIDR6SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR6SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR6SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR6SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR6SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR6SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER
  }

  pBXCIDR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXCIDR6Entry  1 }

  pBXCIDR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXCIDR6Entry  2 }

  pBXCIDR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXCIDR6Entry  3 }

  pBXCIDR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXCIDR6Entry  4 }

  pBXCIDR6SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  5 }

  pBXCIDR6SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  6 }

  pBXCIDR6SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  7 }

  pBXCIDR6SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  8 }

  pBXCIDR6SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  9 }

  pBXCIDR6SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  10 }

  pBXCIDR6SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  11 }

  pBXCIDR6SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  12 }

  pBXCIDR6SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  13 }

  pBXCIDR6SDActAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  14 }

  pBXCIDR6SDDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  15 }

  pBXCIDR6SDUseDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  16 }

  pBXCIDR6SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  17 }

  pBXCIDR6SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  18 }

  pBXCIDR6SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  19 }

  pBXCIDR6SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  20 }

  pBXCIDR6SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  21 }

  pBXCIDR6SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  22 }

  pBXCIDR6SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  23 }

  pBXCIDR6SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  24 }

  pBXCIDR6SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  25 }

  pBXCIDR6CNDEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery - Enabled'."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  26 }

  pBXCIDR6SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  27 }

  pBXCIDR6SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  28 }

  pBXCIDR6SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  29 }

  pBXCIDR6SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  30 }

  pBXCIDR6SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  31 }

  pBXCIDR6SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  32 }

  pBXCIDR6SDActCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  33 }

  pBXCIDR6SDDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  34 }

  pBXCIDR6SDUseDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  35 }

  pBXCIDR6SDActCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  36 }

  pBXCIDR6SDDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  37 }

  pBXCIDR6SDUseDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  38 }

  pBXCIDR6SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  39 }

  pBXCIDR6SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  40 }

  pBXCIDR6SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  41 }

  pBXCIDR6SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  42 }

  pBXCIDR6SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  43 }

  pBXCIDR6SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  44 }

  pBXCIDR6SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  45 }

  pBXCIDR6SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  46 }

  pBXCIDR6SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  47 }

  pBXCIDR6SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  48 }

  pBXCIDR6SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  49 }

  pBXCIDR6SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  50 }

  pBXCIDR6ClgNameDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Name Delivery - Enabled'."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  51 }

  pBXCIDR6SDActClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  52 }

  pBXCIDR6SDDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  53 }

  pBXCIDR6SDUseDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  54 }

  pBXCIDR6SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  55 }

  pBXCIDR6SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  56 }

  pBXCIDR6SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  57 }

  pBXCIDR6ClgNameDlvryLocalName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - local name'."
    ::= { pBXCIDR6Entry  58 }

  pBXCIDR6SDActCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  59 }

  pBXCIDR6SDDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  60 }

  pBXCIDR6SDUseDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  61 }

  pBXCIDR6SDActNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  62 }

  pBXCIDR6SDDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  63 }

  pBXCIDR6SDUseDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  64 }

  pBXCIDR6NameNumOvIPEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - Enabled'."
    DEFVAL       { false }
    ::= { pBXCIDR6Entry  65 }

  pBXCIDR6SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  66 }

  pBXCIDR6SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  67 }

  pBXCIDR6SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  68 }

  pBXCIDR6SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  69 }

  pBXCIDR6SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  70 }

  pBXCIDR6SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  71 }

  pBXCIDR6SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  72 }

  pBXCIDR6SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR6Entry  73 }

  pBXCIDR6SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  74 }

  pBXCIDR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXCIDR6Entry  75 }

  pBXCIDR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { pBXCIDR6Entry  76 }

  pBXCIDR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXCIDR6Entry  77 }

  pBXCIDR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXCIDR6Entry  78 }

  pBXCIDR6AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { pBXCIDR6Entry  80 }

  pBXCIDR6SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  81 }

  pBXCIDR6SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  82 }

  pBXCIDR6SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  83 }

  pBXCIDR6SDActCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  105 }

  pBXCIDR6SDDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  106 }

  pBXCIDR6SDUseDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  107 }

  pBXCIDR6SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  108 }

  pBXCIDR6SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  109 }

  pBXCIDR6SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  110 }

  pBXCIDR6SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  111 }

  pBXCIDR6SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  112 }

  pBXCIDR6SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  113 }

  pBXCIDR6SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  114 }

  pBXCIDR6SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  115 }

  pBXCIDR6SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  116 }

  pBXCIDR6SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  117 }

  pBXCIDR6SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  118 }

  pBXCIDR6SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  119 }

  pBXCIDR6SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  120 }

  pBXCIDR6SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  121 }

  pBXCIDR6SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  122 }

  pBXCIDR6SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  123 }

  pBXCIDR6SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  124 }

  pBXCIDR6SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  125 }

  pBXCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  126 }

  pBXCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  127 }

  pBXCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  128 }

  pBXCIDR6SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  129 }

  pBXCIDR6SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR6Entry  130 }

  pBXCIDR6SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR6Entry  131 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ESA Protection Domain'                                      */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  eSAProtDomR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ESAProtDomR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ESA Protection Domains'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  1858 }

  eSAProtDomR4Entry OBJECT-TYPE
    SYNTAX       ESAProtDomR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eSAProtDomR4NEConn,
             eSAProtDomR4NetwkElement,
             eSAProtDomR4CFSIx,
             eSAProtDomR4ESAProtDomIx }
    ::= {  eSAProtDomR4Table  1  }

  ESAProtDomR4Entry  ::=  SEQUENCE
  {
    eSAProtDomR4NEConn                 Unsigned32,
    eSAProtDomR4NetwkElement           DisplayString,
    eSAProtDomR4CFSIx                  Unsigned32,
    eSAProtDomR4ESAProtDomIx           Unsigned32,
    eSAProtDomR4Name                   DisplayString,
    eSAProtDomR4ManagementIPAddr       DisplayString,
    eSAProtDomR4ConnSecurityType       INTEGER,
    eSAProtDomR4ConnStatus             INTEGER,
    eSAProtDomR4CtrlStatusCFSCtrlStatus
                                       INTEGER,
    eSAProtDomR4CtrlStatusESACtrlStatus
                                       INTEGER,
    eSAProtDomR4CtrlStatusGiveUpControl
                                       INTEGER,
    eSAProtDomR4CtrlStatusNumProtectedEntities
                                       Unsigned32,
    eSAProtDomR4CtrlStatusNumControlledEntities
                                       Unsigned32,
    eSAProtDomR4CfgSynchInterval       Unsigned32,
    eSAProtDomR4CfgSynchTimeDay        INTEGER,
    eSAProtDomR4CfgSynchLastSynchAttempt
                                       INTEGER,
    eSAProtDomR4CfgSynchTimeLastSuccSynch
                                       Unsigned32,
    eSAProtDomR4AlrmState              INTEGER,
    eSAProtDomR4AlrmLogCorr            Counter64,
    eSAProtDomR4AlrmEvtsAttnRq         Integer32,
    eSAProtDomR4AlrmStateTimestamp     Unsigned32,
    eSAProtDomR4AlrmResetTimestamp     Unsigned32,
    eSAProtDomR4DiagsAPITraceEnabled   INTEGER,
    eSAProtDomR4DiagsAPITraceTag       DisplayString,
    eSAProtDomR4DoExtraActions         INTEGER,
    eSAProtDomR4RowStatus              RowStatus,
    eSAProtDomR4AdminStatus            AdminStatus,
    eSAProtDomR4OperStatus             OperStatus,
    eSAProtDomR4SigIPv4Addr            DisplayString,
    eSAProtDomR4SigIPv6Addr            DisplayString,
    eSAProtDomR4SigDomainName          DisplayString,
    eSAProtDomR4Hardware               INTEGER,
    eSAProtDomR4NumVldnCfgFilesToSynchronize
                                       INTEGER,
    eSAProtDomR4NumVldnCfgFileExclusionList
                                       LongDisplayString,
    eSAProtDomR4NumVldnCfgFileInclusionList
                                       LongDisplayString,
    eSAProtDomR4NumVldnCfgNumMissingFiles
                                       Unsigned32,
    eSAProtDomR4NumVldnCfgNumFilesToSynchronize
                                       Unsigned32,
    eSAProtDomR4NumVldnCfgNumEntriesToSynchronize
                                       Unsigned32
  }

  eSAProtDomR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eSAProtDomR4Entry  1 }

  eSAProtDomR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eSAProtDomR4Entry  2 }

  eSAProtDomR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { eSAProtDomR4Entry  3 }

  eSAProtDomR4ESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA Protection Domain index'.
                  This is an index field."
    ::= { eSAProtDomR4Entry  4 }

  eSAProtDomR4Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { eSAProtDomR4Entry  5 }

  eSAProtDomR4ManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is not writable when active."
    ::= { eSAProtDomR4Entry  6 }

  eSAProtDomR4ConnSecurityType OBJECT-TYPE
    SYNTAX       INTEGER {
                   insecure(1),
                   secure(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection security type'."
    DEFVAL       { insecure }
    ::= { eSAProtDomR4Entry  7 }

  eSAProtDomR4ConnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   up(1),
                   down(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection status'."
    ::= { eSAProtDomR4Entry  8 }

  eSAProtDomR4CtrlStatusCFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServerControlling(1),
                   callFeatureServerNotControlling(2),
                   callFeatureServerCautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Control status - Call Feature Server control status'."
    ::= { eSAProtDomR4Entry  9 }

  eSAProtDomR4CtrlStatusESACtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   standby(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Control status - ESA control status'."
    ::= { eSAProtDomR4Entry  10 }

  eSAProtDomR4CtrlStatusGiveUpControl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control status - give up control'."
    DEFVAL       { false }
    ::= { eSAProtDomR4Entry  11 }

  eSAProtDomR4CtrlStatusNumProtectedEntities OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Control status - number of protected entities'."
    ::= { eSAProtDomR4Entry  12 }

  eSAProtDomR4CtrlStatusNumControlledEntities OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Control status - number of controlled entities'."
    ::= { eSAProtDomR4Entry  13 }

  eSAProtDomR4CfgSynchInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..72 )
    UNITS        "hours"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configuration synchronization - interval'."
    DEFVAL       { 24 }
    ::= { eSAProtDomR4Entry  14 }

  eSAProtDomR4CfgSynchTimeDay OBJECT-TYPE
    SYNTAX       INTEGER {
                   midnight(0),
                   oneAM(1),
                   twoAM(2),
                   threeAM(3),
                   fourAM(4),
                   fiveAM(5),
                   sixAM(6),
                   sevenAM(7),
                   eightAM(8),
                   nineAM(9),
                   tenAM(10),
                   elevenAM(11),
                   midday(12),
                   onePM(13),
                   twoPM(14),
                   threePM(15),
                   fourPM(16),
                   fivePM(17),
                   sixPM(18),
                   sevenPM(19),
                   eightPM(20),
                   ninePM(21),
                   tenPM(22),
                   elevenPM(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configuration synchronization - time of day'."
    DEFVAL       { threeAM }
    ::= { eSAProtDomR4Entry  15 }

  eSAProtDomR4CfgSynchLastSynchAttempt OBJECT-TYPE
    SYNTAX       INTEGER {
                   succeeded(1),
                   failed(2),
                   inProgress(3),
                   failedTooManySubscribersFileBasedNumberValidationEntries(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configuration synchronization - last synchronization attempt'."
    ::= { eSAProtDomR4Entry  16 }

  eSAProtDomR4CfgSynchTimeLastSuccSynch OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configuration synchronization - time of last successful synchronization'."
    ::= { eSAProtDomR4Entry  17 }

  eSAProtDomR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { eSAProtDomR4Entry  18 }

  eSAProtDomR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { eSAProtDomR4Entry  19 }

  eSAProtDomR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { eSAProtDomR4Entry  20 }

  eSAProtDomR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { eSAProtDomR4Entry  21 }

  eSAProtDomR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { eSAProtDomR4Entry  22 }

  eSAProtDomR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { eSAProtDomR4Entry  23 }

  eSAProtDomR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { eSAProtDomR4Entry  24 }

  eSAProtDomR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   forceConfigurationSynchronization(1),
                   unprotectAllEntities(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { eSAProtDomR4Entry  25 }

  eSAProtDomR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { eSAProtDomR4Entry  26 }

  eSAProtDomR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { eSAProtDomR4Entry  27 }

  eSAProtDomR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { eSAProtDomR4Entry  28 }

  eSAProtDomR4SigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling IPv4 address'.
                  This field is not writable when active."
    ::= { eSAProtDomR4Entry  29 }

  eSAProtDomR4SigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling IPv6 address'.
                  This field is not writable when active."
    ::= { eSAProtDomR4Entry  30 }

  eSAProtDomR4SigDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Domain Name'.
                  This field is not writable when active."
    ::= { eSAProtDomR4Entry  31 }

  eSAProtDomR4Hardware OBJECT-TYPE
    SYNTAX       INTEGER {
                   mG3510MG2510(0),
                   dX67xx(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hardware'."
    DEFVAL       { mG3510MG2510 }
    ::= { eSAProtDomR4Entry  32 }

  eSAProtDomR4NumVldnCfgFilesToSynchronize OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   all(1),
                   useExclusionList(2),
                   useInclusionList(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation configuration - files to synchronize'."
    DEFVAL       { none }
    ::= { eSAProtDomR4Entry  33 }

  eSAProtDomR4NumVldnCfgFileExclusionList OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..7712))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation configuration - file exclusion list'."
    ::= { eSAProtDomR4Entry  34 }

  eSAProtDomR4NumVldnCfgFileInclusionList OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..7712))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation configuration - file inclusion list'."
    ::= { eSAProtDomR4Entry  35 }

  eSAProtDomR4NumVldnCfgNumMissingFiles OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation configuration - number of missing files'."
    ::= { eSAProtDomR4Entry  36 }

  eSAProtDomR4NumVldnCfgNumFilesToSynchronize OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation configuration - number of files to synchronize'."
    ::= { eSAProtDomR4Entry  37 }

  eSAProtDomR4NumVldnCfgNumEntriesToSynchronize OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation configuration - number of entries to synchronize'."
    ::= { eSAProtDomR4Entry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Resource Servers'                                     */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  mdRscSrvrConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MdRscSrvrConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1859 }

  mdRscSrvrConR1Entry OBJECT-TYPE
    SYNTAX       MdRscSrvrConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mdRscSrvrConR1NEConn,
             mdRscSrvrConR1NetwkElement,
             mdRscSrvrConR1CFSIx }
    ::= {  mdRscSrvrConR1Table  1  }

  MdRscSrvrConR1Entry  ::=  SEQUENCE
  {
    mdRscSrvrConR1NEConn               Unsigned32,
    mdRscSrvrConR1NetwkElement         DisplayString,
    mdRscSrvrConR1CFSIx                Unsigned32,
    mdRscSrvrConR1MRSAlrmsAttnRq       Integer32,
    mdRscSrvrConR1MRSAlrmEvtsAttnRq    Integer32,
    mdRscSrvrConR1SummaryChldAlrmState INTEGER,
    mdRscSrvrConR1ChldStatisticsAlrms  Integer32,
    mdRscSrvrConR1TotChldAlrmsAttnRq   Unsigned32,
    mdRscSrvrConR1TotChldAlrmEvtsAttnRq
                                       Unsigned32
  }

  mdRscSrvrConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mdRscSrvrConR1Entry  1 }

  mdRscSrvrConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mdRscSrvrConR1Entry  2 }

  mdRscSrvrConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mdRscSrvrConR1Entry  3 }

  mdRscSrvrConR1MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { mdRscSrvrConR1Entry  4 }

  mdRscSrvrConR1MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { mdRscSrvrConR1Entry  5 }

  mdRscSrvrConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mdRscSrvrConR1Entry  8 }

  mdRscSrvrConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mdRscSrvrConR1Entry  9 }

  mdRscSrvrConR1TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { mdRscSrvrConR1Entry  10 }

  mdRscSrvrConR1TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { mdRscSrvrConR1Entry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Resource Server'                                      */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  mdRscSrvrR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MdRscSrvrR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Resource Servers'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  1860 }

  mdRscSrvrR2Entry OBJECT-TYPE
    SYNTAX       MdRscSrvrR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mdRscSrvrR2NEConn,
             mdRscSrvrR2NetwkElement,
             mdRscSrvrR2CFSIx,
             mdRscSrvrR2GatewayIx }
    ::= {  mdRscSrvrR2Table  1  }

  MdRscSrvrR2Entry  ::=  SEQUENCE
  {
    mdRscSrvrR2NEConn                  Unsigned32,
    mdRscSrvrR2NetwkElement            DisplayString,
    mdRscSrvrR2CFSIx                   Unsigned32,
    mdRscSrvrR2GatewayIx               Unsigned32,
    mdRscSrvrR2Desc                    DisplayString,
    mdRscSrvrR2IPAddr                  DisplayString,
    mdRscSrvrR2MediaGatewayIPPort      Unsigned32,
    mdRscSrvrR2CFSIPPort               Unsigned32,
    mdRscSrvrR2I1MediaGatewayModelNEConn
                                       Unsigned32,
    mdRscSrvrR2I2MediaGatewayModelNetwkElement
                                       DisplayString,
    mdRscSrvrR2I3MediaGatewayModelCFSIx
                                       Unsigned32,
    mdRscSrvrR2I4MediaGatewayModelModelIx
                                       Unsigned32,
    mdRscSrvrR2I1TAGLocationNEConn     Unsigned32,
    mdRscSrvrR2I2TAGLocationNetwkElement
                                       DisplayString,
    mdRscSrvrR2I3TAGLocationCFSIx      Unsigned32,
    mdRscSrvrR2I4TAGLocationLocationIx Unsigned32,
    mdRscSrvrR2TAGLocationOtherVals    INTEGER,
    mdRscSrvrR2AllowMaxConcurrMediaStreams
                                       Unsigned32,
    mdRscSrvrR2AllowMaxConcurrHighBandwidthMediaStreams
                                       Unsigned32,
    mdRscSrvrR2CurrNumMediaStreamsInUse
                                       Unsigned32,
    mdRscSrvrR2CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    mdRscSrvrR2ProviderStatus          INTEGER,
    mdRscSrvrR2CgstnRTPRessCombinedStatus
                                       INTEGER,
    mdRscSrvrR2CgstnRTPRessCombinedVal Unsigned32,
    mdRscSrvrR2AlrmState               INTEGER,
    mdRscSrvrR2StatisticsAlrms         Integer32,
    mdRscSrvrR2AlrmLogCorr             Counter64,
    mdRscSrvrR2AlrmEvtsAttnRq          Unsigned32,
    mdRscSrvrR2AlrmStateTimestamp      Unsigned32,
    mdRscSrvrR2AlrmResetTimestamp      Unsigned32,
    mdRscSrvrR2DiagsAPITraceEnabled    INTEGER,
    mdRscSrvrR2DiagsAPITraceTag        DisplayString,
    mdRscSrvrR2DoExtraActions          INTEGER,
    mdRscSrvrR2RowStatus               RowStatus,
    mdRscSrvrR2AdminStatus             AdminStatus,
    mdRscSrvrR2OperStatus              OperStatus,
    mdRscSrvrR2I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mdRscSrvrR2I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mdRscSrvrR2I3FaultMonitoringProfFMPIx
                                       Integer32,
    mdRscSrvrR2FaultMonitoringProfOtherVals
                                       INTEGER,
    mdRscSrvrR2SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    mdRscSrvrR2SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    mdRscSrvrR2SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER
  }

  mdRscSrvrR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mdRscSrvrR2Entry  1 }

  mdRscSrvrR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mdRscSrvrR2Entry  2 }

  mdRscSrvrR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mdRscSrvrR2Entry  3 }

  mdRscSrvrR2GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { mdRscSrvrR2Entry  4 }

  mdRscSrvrR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mdRscSrvrR2Entry  5 }

  mdRscSrvrR2IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { mdRscSrvrR2Entry  6 }

  mdRscSrvrR2MediaGatewayIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway IP port'.
                  This field is not writable when active."
    ::= { mdRscSrvrR2Entry  7 }

  mdRscSrvrR2CFSIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server IP port'.
                  This field is not writable when active."
    ::= { mdRscSrvrR2Entry  8 }

  mdRscSrvrR2I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { mdRscSrvrR2Entry  9 }

  mdRscSrvrR2I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { mdRscSrvrR2Entry  10 }

  mdRscSrvrR2I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { mdRscSrvrR2Entry  11 }

  mdRscSrvrR2I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { mdRscSrvrR2Entry  12 }

  mdRscSrvrR2I1TAGLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { mdRscSrvrR2Entry  13 }

  mdRscSrvrR2I2TAGLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { mdRscSrvrR2Entry  14 }

  mdRscSrvrR2I3TAGLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { mdRscSrvrR2Entry  15 }

  mdRscSrvrR2I4TAGLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { mdRscSrvrR2Entry  16 }

  mdRscSrvrR2TAGLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location'.
                  This field represents the fixed
                  values that Location
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mdRscSrvrR2Entry  17 }

  mdRscSrvrR2AllowMaxConcurrMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent media streams allowed'."
    DEFVAL       { 650 }
    ::= { mdRscSrvrR2Entry  18 }

  mdRscSrvrR2AllowMaxConcurrHighBandwidthMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth media streams allowed'."
    DEFVAL       { 650 }
    ::= { mdRscSrvrR2Entry  19 }

  mdRscSrvrR2CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { mdRscSrvrR2Entry  20 }

  mdRscSrvrR2CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { mdRscSrvrR2Entry  21 }

  mdRscSrvrR2ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { mdRscSrvrR2Entry  22 }

  mdRscSrvrR2CgstnRTPRessCombinedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   limitedByGateway(3),
                   limitedByCFSAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined status'."
    ::= { mdRscSrvrR2Entry  28 }

  mdRscSrvrR2CgstnRTPRessCombinedVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined value'."
    ::= { mdRscSrvrR2Entry  29 }

  mdRscSrvrR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mdRscSrvrR2Entry  30 }

  mdRscSrvrR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mdRscSrvrR2Entry  31 }

  mdRscSrvrR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mdRscSrvrR2Entry  32 }

  mdRscSrvrR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mdRscSrvrR2Entry  33 }

  mdRscSrvrR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mdRscSrvrR2Entry  34 }

  mdRscSrvrR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mdRscSrvrR2Entry  35 }

  mdRscSrvrR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mdRscSrvrR2Entry  36 }

  mdRscSrvrR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mdRscSrvrR2Entry  37 }

  mdRscSrvrR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   connectTo(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mdRscSrvrR2Entry  45 }

  mdRscSrvrR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mdRscSrvrR2Entry  46 }

  mdRscSrvrR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mdRscSrvrR2Entry  47 }

  mdRscSrvrR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mdRscSrvrR2Entry  48 }

  mdRscSrvrR2I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mdRscSrvrR2Entry  49 }

  mdRscSrvrR2I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mdRscSrvrR2Entry  50 }

  mdRscSrvrR2I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mdRscSrvrR2Entry  51 }

  mdRscSrvrR2FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mdRscSrvrR2Entry  52 }

  mdRscSrvrR2SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { mdRscSrvrR2Entry  53 }

  mdRscSrvrR2SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mdRscSrvrR2Entry  54 }

  mdRscSrvrR2SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mdRscSrvrR2Entry  55 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Bindings'                                    */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.6.10                                                       */
-- /*********************************************************************************/

  cfgSIPBindConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1861 }

  cfgSIPBindConR3Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindConR3NEConn,
             cfgSIPBindConR3NetwkElement,
             cfgSIPBindConR3CFSIx }
    ::= {  cfgSIPBindConR3Table  1  }

  CfgSIPBindConR3Entry  ::=  SEQUENCE
  {
    cfgSIPBindConR3NEConn              Unsigned32,
    cfgSIPBindConR3NetwkElement        DisplayString,
    cfgSIPBindConR3CFSIx               Unsigned32,
    cfgSIPBindConR3ImportCnt           Integer32,
    cfgSIPBindConR3ImportStatus        DisplayString,
    cfgSIPBindConR3ImportMode          INTEGER,
    cfgSIPBindConR3ImportFile          DisplayString,
    cfgSIPBindConR3ImportCorr          Counter64,
    cfgSIPBindConR3ImportCorrNode      DisplayString,
    cfgSIPBindConR3ImportCorrUID       DisplayString,
    cfgSIPBindConR3DoExtraActions      INTEGER,
    cfgSIPBindConR3AlrmsAttnRq         Unsigned32,
    cfgSIPBindConR3AlrmEvtsAttnRq      Unsigned32,
    cfgSIPBindConR3SummaryChldAlrmState
                                       INTEGER,
    cfgSIPBindConR3ChldStatisticsAlrms Integer32,
    cfgSIPBindConR3TotChldAlrmsAttnRq  Unsigned32,
    cfgSIPBindConR3TotChldAlrmEvtsAttnRq
                                       Unsigned32
  }

  cfgSIPBindConR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindConR3Entry  1 }

  cfgSIPBindConR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindConR3Entry  2 }

  cfgSIPBindConR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindConR3Entry  3 }

  cfgSIPBindConR3ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cfgSIPBindConR3Entry  4 }

  cfgSIPBindConR3ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cfgSIPBindConR3Entry  5 }

  cfgSIPBindConR3ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cfgSIPBindConR3Entry  6 }

  cfgSIPBindConR3ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cfgSIPBindConR3Entry  7 }

  cfgSIPBindConR3ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cfgSIPBindConR3Entry  8 }

  cfgSIPBindConR3ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cfgSIPBindConR3Entry  9 }

  cfgSIPBindConR3ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cfgSIPBindConR3Entry  10 }

  cfgSIPBindConR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindConR3Entry  11 }

  cfgSIPBindConR3AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured SIP Binding Attention Required alarms'."
    ::= { cfgSIPBindConR3Entry  12 }

  cfgSIPBindConR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured SIP Binding Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindConR3Entry  13 }

  cfgSIPBindConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cfgSIPBindConR3Entry  14 }

  cfgSIPBindConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cfgSIPBindConR3Entry  15 }

  cfgSIPBindConR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cfgSIPBindConR3Entry  16 }

  cfgSIPBindConR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cfgSIPBindConR3Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Trunks'                                                 */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  sIPTrunkConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPTrunkConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1864 }

  sIPTrunkConR3Entry OBJECT-TYPE
    SYNTAX       SIPTrunkConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPTrunkConR3NEConn,
             sIPTrunkConR3NetwkElement,
             sIPTrunkConR3CFSIx,
             sIPTrunkConR3SIPIx }
    ::= {  sIPTrunkConR3Table  1  }

  SIPTrunkConR3Entry  ::=  SEQUENCE
  {
    sIPTrunkConR3NEConn                Unsigned32,
    sIPTrunkConR3NetwkElement          DisplayString,
    sIPTrunkConR3CFSIx                 Unsigned32,
    sIPTrunkConR3SIPIx                 Unsigned32,
    sIPTrunkConR3ChldAlrmsAtndDp       Unsigned32,
    sIPTrunkConR3ChldAlrmEvtsAtndDp    Unsigned32,
    sIPTrunkConR3SummaryChldAlrmState  INTEGER,
    sIPTrunkConR3ChldAlrmsAttnRq       Unsigned32,
    sIPTrunkConR3ChldAlrmEvtsAttnRq    Unsigned32,
    sIPTrunkConR3ChldStatisticsAlrms   Integer32,
    sIPTrunkConR3TotChldAlrmsAttnRq    Unsigned32,
    sIPTrunkConR3TotChldAlrmEvtsAttnRq Unsigned32,
    sIPTrunkConR3TotChldAlrmsAtndDp    Unsigned32,
    sIPTrunkConR3TotChldAlrmEvtsAtndDp Unsigned32
  }

  sIPTrunkConR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPTrunkConR3Entry  1 }

  sIPTrunkConR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPTrunkConR3Entry  2 }

  sIPTrunkConR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPTrunkConR3Entry  3 }

  sIPTrunkConR3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPTrunkConR3Entry  4 }

  sIPTrunkConR3ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPTrunkConR3Entry  5 }

  sIPTrunkConR3ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkConR3Entry  6 }

  sIPTrunkConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPTrunkConR3Entry  7 }

  sIPTrunkConR3ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPTrunkConR3Entry  8 }

  sIPTrunkConR3ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkConR3Entry  9 }

  sIPTrunkConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPTrunkConR3Entry  10 }

  sIPTrunkConR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPTrunkConR3Entry  11 }

  sIPTrunkConR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPTrunkConR3Entry  12 }

  sIPTrunkConR3TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPTrunkConR3Entry  13 }

  sIPTrunkConR3TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPTrunkConR3Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'BAF Application Controls'                                   */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  billAppCtrlR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillAppCtrlR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1866 }

  billAppCtrlR11Entry OBJECT-TYPE
    SYNTAX       BillAppCtrlR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billAppCtrlR11NEConn,
             billAppCtrlR11NetwkElement,
             billAppCtrlR11CFSIx }
    ::= {  billAppCtrlR11Table  1  }

  BillAppCtrlR11Entry  ::=  SEQUENCE
  {
    billAppCtrlR11NEConn               Unsigned32,
    billAppCtrlR11NetwkElement         DisplayString,
    billAppCtrlR11CFSIx                Unsigned32,
    billAppCtrlR11SensorTypeCode       Unsigned32,
    billAppCtrlR11SensorIdentification Unsigned32,
    billAppCtrlR11RecingOfficeTypeCode Unsigned32,
    billAppCtrlR11RecingOfficeIdentification
                                       Unsigned32,
    billAppCtrlR11GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR11GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR11GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR11ProdBAFRecsMsgRateLocalCalls
                                       INTEGER,
    billAppCtrlR11ProdBAFRecsIntraLATADirCalls
                                       INTEGER,
    billAppCtrlR11IncTGMNCdIntLATALocalCalls
                                       INTEGER,
    billAppCtrlR11IncTGMNCdIntLATATollCalls
                                       INTEGER,
    billAppCtrlR11IncTGMNCodeFGBCalls  INTEGER,
    billAppCtrlR11IncTGMNCodeFGDCalls  INTEGER,
    billAppCtrlR11IncOCAModCodeAppropriateCalls
                                       INTEGER,
    billAppCtrlR11IncAccessTimingInOCAModCode
                                       INTEGER,
    billAppCtrlR11ProdBAFRecsTollFreeCalls
                                       INTEGER,
    billAppCtrlR11HrlyCntOrigingCalls  Unsigned32,
    billAppCtrlR11DailyCntOrigingCalls Unsigned32,
    billAppCtrlR11HrlyCntTermCalls     Unsigned32,
    billAppCtrlR11DailyCntTermCalls    Unsigned32,
    billAppCtrlR11HrlyCntOutCalls      Unsigned32,
    billAppCtrlR11DailyCntOutCalls     Unsigned32,
    billAppCtrlR11BAFBillEvtAlrmsAttnRq
                                       Unsigned32,
    billAppCtrlR11BAFBillEvtAlrmEvtsAttnRq
                                       Unsigned32,
    billAppCtrlR11SummaryChldAlrmState INTEGER,
    billAppCtrlR11RowStatus            RowStatus,
    billAppCtrlR11GenertnTimeHrDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR11GenertnTimeMinDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR11GenertnTimeSecDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR11GenerateRecsOCB      INTEGER,
    billAppCtrlR11FeatureCodeOCBBAFDailyContinutnRecs
                                       Unsigned32,
    billAppCtrlR11FeatureCodeOCBActivnBAFRecs
                                       Unsigned32,
    billAppCtrlR11FeatureCodeOCBDeactivnBAFRecs
                                       Unsigned32,
    billAppCtrlR11TollFreeBillCIC      INTEGER,
    billAppCtrlR11NumPortabBillMod     INTEGER,
    billAppCtrlR11NumPortabBillTypeReqdUnconnectedCalls
                                       INTEGER,
    billAppCtrlR11NumPortabBillFlatRateCalls
                                       INTEGER,
    billAppCtrlR11AINApndChrgPtyToAINRec
                                       INTEGER,
    billAppCtrlR11AINAINRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR11AINApndChrgPtyToConventionalRec
                                       INTEGER,
    billAppCtrlR11AINConvRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR11ProdInterLATABAFRecsIntraLATACarrCalls
                                       INTEGER,
    billAppCtrlR11AddOrigingLineInfoMod
                                       INTEGER,
    billAppCtrlR11ProdBAFRecsANITestCalls
                                       INTEGER,
    billAppCtrlR11UseNonAINBillTollFreeCalls
                                       INTEGER,
    billAppCtrlR11CFAppendMod164OrigClgNum
                                       INTEGER,
    billAppCtrlR11CFNumIdentityOrigClgNum
                                       INTEGER,
    billAppCtrlR11BillRecType          INTEGER,
    billAppCtrlR11AddtlCxtID           Unsigned32,
    billAppCtrlR11BillAllUnconnectedTrnkCallsAndRoutes
                                       INTEGER,
    billAppCtrlR11IncCallCorr          INTEGER,
    billAppCtrlR11AddtlBillOptions     BITS,
    billAppCtrlR11BAFOutputEnable      INTEGER,
    billAppCtrlR11TotChldAlrmsAttnRq   Unsigned32,
    billAppCtrlR11TotChldAlrmEvtsAttnRq
                                       Unsigned32
  }

  billAppCtrlR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billAppCtrlR11Entry  1 }

  billAppCtrlR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billAppCtrlR11Entry  2 }

  billAppCtrlR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billAppCtrlR11Entry  3 }

  billAppCtrlR11SensorTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR11Entry  4 }

  billAppCtrlR11SensorIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  5 }

  billAppCtrlR11RecingOfficeTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR11Entry  6 }

  billAppCtrlR11RecingOfficeIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  7 }

  billAppCtrlR11GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  8 }

  billAppCtrlR11GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  9 }

  billAppCtrlR11GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  10 }

  billAppCtrlR11ProdBAFRecsMsgRateLocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for message rate local calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { billAppCtrlR11Entry  11 }

  billAppCtrlR11ProdBAFRecsIntraLATADirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for IntraLATA Directory calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  12 }

  billAppCtrlR11IncTGMNCdIntLATALocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA local calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  13 }

  billAppCtrlR11IncTGMNCdIntLATATollCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA toll calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  14 }

  billAppCtrlR11IncTGMNCodeFGBCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGB calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  15 }

  billAppCtrlR11IncTGMNCodeFGDCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGD calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  16 }

  billAppCtrlR11IncOCAModCodeAppropriateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include OCA module code for appropriate calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  17 }

  billAppCtrlR11IncAccessTimingInOCAModCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include access timing in OCA module code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  18 }

  billAppCtrlR11ProdBAFRecsTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  19 }

  billAppCtrlR11HrlyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of originating calls'."
    ::= { billAppCtrlR11Entry  20 }

  billAppCtrlR11DailyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of originating calls'."
    ::= { billAppCtrlR11Entry  21 }

  billAppCtrlR11HrlyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of terminating calls'."
    ::= { billAppCtrlR11Entry  22 }

  billAppCtrlR11DailyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of terminating calls'."
    ::= { billAppCtrlR11Entry  23 }

  billAppCtrlR11HrlyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of outgoing calls'."
    ::= { billAppCtrlR11Entry  24 }

  billAppCtrlR11DailyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of outgoing calls'."
    ::= { billAppCtrlR11Entry  25 }

  billAppCtrlR11BAFBillEvtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarms'."
    ::= { billAppCtrlR11Entry  26 }

  billAppCtrlR11BAFBillEvtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billAppCtrlR11Entry  27 }

  billAppCtrlR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { billAppCtrlR11Entry  28 }

  billAppCtrlR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billAppCtrlR11Entry  29 }

  billAppCtrlR11GenertnTimeHrDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  30 }

  billAppCtrlR11GenertnTimeMinDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  31 }

  billAppCtrlR11GenertnTimeSecDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR11Entry  32 }

  billAppCtrlR11GenerateRecsOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generate records for Call Barring'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  33 }

  billAppCtrlR11FeatureCodeOCBBAFDailyContinutnRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring BAF daily continuation records'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { billAppCtrlR11Entry  34 }

  billAppCtrlR11FeatureCodeOCBActivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring activation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { billAppCtrlR11Entry  35 }

  billAppCtrlR11FeatureCodeOCBDeactivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring deactivation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { billAppCtrlR11Entry  36 }

  billAppCtrlR11TollFreeBillCIC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Toll free billing CIC'.
                  This field is not writable when active."
    DEFVAL       { 110 }
    ::= { billAppCtrlR11Entry  37 }

  billAppCtrlR11NumPortabBillMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   module719(1),
                   module720(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing module'.
                  This field is not writable when active."
    DEFVAL       { module720 }
    ::= { billAppCtrlR11Entry  38 }

  billAppCtrlR11NumPortabBillTypeReqdUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing type required for unconnected calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR11Entry  39 }

  billAppCtrlR11NumPortabBillFlatRateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing for flat rate calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR11Entry  40 }

  billAppCtrlR11AINApndChrgPtyToAINRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  41 }

  billAppCtrlR11AINAINRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  42 }

  billAppCtrlR11AINApndChrgPtyToConventionalRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  43 }

  billAppCtrlR11AINConvRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  44 }

  billAppCtrlR11ProdInterLATABAFRecsIntraLATACarrCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce InterLATA BAF records for IntraLATA carrier calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  45 }

  billAppCtrlR11AddOrigingLineInfoMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Add originating line information module'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  48 }

  billAppCtrlR11ProdBAFRecsANITestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for ANI test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  49 }

  billAppCtrlR11UseNonAINBillTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use non-AIN billing for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  50 }

  billAppCtrlR11CFAppendMod164OrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - append module 164 for original calling number'."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  55 }

  billAppCtrlR11CFNumIdentityOrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDashOrigAutoNumId(1),
                   twoDashTermNumber(2),
                   threeDashOrigCallingPartyNum(3),
                   fourDashPrivateOrigANI(4),
                   fiveDashCallingPartyNum(5),
                   sixDashRedirectNum(6),
                   sevenDashOrigCalledNum(7),
                   eightDashProvisionedBillNum(8),
                   nineDashOther(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - number identity for original calling number'."
    DEFVAL       { threeDashOrigCallingPartyNum }
    ::= { billAppCtrlR11Entry  56 }

  billAppCtrlR11BillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   full(1),
                   simple(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing record type'.
                  This field is not writable when active."
    DEFVAL       { full }
    ::= { billAppCtrlR11Entry  58 }

  billAppCtrlR11AddtlCxtID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 90000..99998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Module 611 billing number context ID'."
    DEFVAL       { 90000 }
    ::= { billAppCtrlR11Entry  59 }

  billAppCtrlR11BillAllUnconnectedTrnkCallsAndRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bill all unconnected trunk calls and routes'."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  60 }

  billAppCtrlR11IncCallCorr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Include call correlator'."
    DEFVAL       { false }
    ::= { billAppCtrlR11Entry  61 }

  billAppCtrlR11AddtlBillOptions OBJECT-TYPE
    SYNTAX       BITS {
                   includeSIPUserAgentInformation(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional billing options'."
    ::= { billAppCtrlR11Entry  62 }

  billAppCtrlR11BAFOutputEnable OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable BAF record output'."
    DEFVAL       { true }
    ::= { billAppCtrlR11Entry  63 }

  billAppCtrlR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { billAppCtrlR11Entry  64 }

  billAppCtrlR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { billAppCtrlR11Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Services'                                              */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  classServsR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClassServsR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1867 }

  classServsR18Entry OBJECT-TYPE
    SYNTAX       ClassServsR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { classServsR18NEConn,
             classServsR18NetwkElement,
             classServsR18CFSIx }
    ::= {  classServsR18Table  1  }

  ClassServsR18Entry  ::=  SEQUENCE
  {
    classServsR18NEConn                Unsigned32,
    classServsR18NetwkElement          DisplayString,
    classServsR18CFSIx                 Unsigned32,
    classServsR18CFU                   INTEGER,
    classServsR18CFBL                  INTEGER,
    classServsR18CFDA                  INTEGER,
    classServsR18AR                    INTEGER,
    classServsR18LineHunting           INTEGER,
    classServsR18TWC                   INTEGER,
    classServsR18CW                    INTEGER,
    classServsR18CWWithCID             INTEGER,
    classServsR18ACR                   INTEGER,
    classServsR18CallTrace             INTEGER,
    classServsR18CIDPres               INTEGER,
    classServsR18SCF                   INTEGER,
    classServsR18CND                   INTEGER,
    classServsR18SCR                   INTEGER,
    classServsR18PriorityCall          INTEGER,
    classServsR18RemCall               INTEGER,
    classServsR18SPD                   INTEGER,
    classServsR18OCB                   INTEGER,
    classServsR18PINChange             INTEGER,
    classServsR18ClgNameDlvry          INTEGER,
    classServsR18AutoClback            INTEGER,
    classServsR18CSAlrmsAttnRq         Integer32,
    classServsR18CSAlrmEvtsAttnRq      Integer32,
    classServsR18CSAlrmsAtndDp         Integer32,
    classServsR18CSAlrmEvtsAtndDp      Integer32,
    classServsR18SummaryChldAlrmState  INTEGER,
    classServsR18CNDB                  INTEGER,
    classServsR18Voicemail             INTEGER,
    classServsR18RegRemCalls           INTEGER,
    classServsR18CallXfer              INTEGER,
    classServsR18CCW                   INTEGER,
    classServsR18102                   INTEGER,
    classServsR18108                   INTEGER,
    classServsR18AlrmState             INTEGER,
    classServsR18AlrmLogCorr           Counter64,
    classServsR18AlrmEvtsAtndDp        Unsigned32,
    classServsR18AlrmStateTimestamp    Unsigned32,
    classServsR18AlrmResetTimestamp    Unsigned32,
    classServsR18RACF                  INTEGER,
    classServsR18LastCIDErasure        INTEGER,
    classServsR18MandAccCodes          INTEGER,
    classServsR18ANITestServ           INTEGER,
    classServsR18HIC                   INTEGER,
    classServsR18CPU                   INTEGER,
    classServsR18DPUNoBargeIn          INTEGER,
    classServsR18OPX                   INTEGER,
    classServsR18TeenServ              INTEGER,
    classServsR18AppServerOrig         INTEGER,
    classServsR18AppServerTerm         INTEGER,
    classServsR18DoNotDist             INTEGER,
    classServsR18CallHold              INTEGER,
    classServsR18ClgIDDlvryOverIP      INTEGER,
    classServsR18TestLine100           INTEGER,
    classServsR18TestLine101           INTEGER,
    classServsR18TestLine105           INTEGER,
    classServsR18CallLists             INTEGER,
    classServsR18FMFM                  INTEGER,
    classServsR18OHDTrigger            INTEGER,
    classServsR18TATrigger             INTEGER,
    classServsR18LSM                   INTEGER,
    classServsR18WarmHotLine           INTEGER,
    classServsR18AppServerMOHServ      INTEGER,
    classServsR18CallPark              INTEGER,
    classServsR18ClgNameDlvryQueryHandling
                                       INTEGER,
    classServsR18SDPCommPortal         INTEGER,
    classServsR18CallServsConnectedNumDlvry
                                       INTEGER,
    classServsR18ConnectedLineIDPres   INTEGER,
    classServsR18ChldStatisticsAlrms   Integer32,
    classServsR18UnavailCF             INTEGER,
    classServsR18Variant               INTEGER,
    classServsR18LongDistanceAlert     INTEGER,
    classServsR18ConnectedNameDlvry    INTEGER,
    classServsR18TotChldAlrmsAttnRq    Unsigned32,
    classServsR18TotChldAlrmEvtsAttnRq Unsigned32,
    classServsR18TotChldAlrmsAtndDp    Unsigned32,
    classServsR18TotChldAlrmEvtsAtndDp Unsigned32
  }

  classServsR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { classServsR18Entry  1 }

  classServsR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { classServsR18Entry  2 }

  classServsR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { classServsR18Entry  3 }

  classServsR18CFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unconditional Call Forwarding'."
    ::= { classServsR18Entry  4 }

  classServsR18CFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding'."
    ::= { classServsR18Entry  5 }

  classServsR18CFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding'."
    ::= { classServsR18Entry  6 }

  classServsR18AR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall'."
    ::= { classServsR18Entry  7 }

  classServsR18LineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting'."
    ::= { classServsR18Entry  8 }

  classServsR18TWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling'."
    ::= { classServsR18Entry  9 }

  classServsR18CW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting'."
    ::= { classServsR18Entry  10 }

  classServsR18CWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting With Caller ID'."
    ::= { classServsR18Entry  11 }

  classServsR18ACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection'."
    ::= { classServsR18Entry  12 }

  classServsR18CallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace'."
    ::= { classServsR18Entry  13 }

  classServsR18CIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation'."
    ::= { classServsR18Entry  14 }

  classServsR18SCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding'."
    ::= { classServsR18Entry  15 }

  classServsR18CND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery'."
    ::= { classServsR18Entry  16 }

  classServsR18SCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection'."
    ::= { classServsR18Entry  17 }

  classServsR18PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call'."
    ::= { classServsR18Entry  18 }

  classServsR18RemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls'."
    ::= { classServsR18Entry  19 }

  classServsR18SPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling'."
    ::= { classServsR18Entry  20 }

  classServsR18OCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring'."
    ::= { classServsR18Entry  21 }

  classServsR18PINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change'."
    ::= { classServsR18Entry  22 }

  classServsR18ClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber'."
    ::= { classServsR18Entry  23 }

  classServsR18AutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback'."
    ::= { classServsR18Entry  24 }

  classServsR18CSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { classServsR18Entry  25 }

  classServsR18CSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR18Entry  26 }

  classServsR18CSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { classServsR18Entry  27 }

  classServsR18CSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR18Entry  28 }

  classServsR18SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { classServsR18Entry  29 }

  classServsR18CNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery Blocking'."
    ::= { classServsR18Entry  30 }

  classServsR18Voicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail'."
    ::= { classServsR18Entry  31 }

  classServsR18RegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls'."
    ::= { classServsR18Entry  32 }

  classServsR18CallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer'."
    ::= { classServsR18Entry  33 }

  classServsR18CCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting'."
    ::= { classServsR18Entry  34 }

  classServsR18102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102'."
    ::= { classServsR18Entry  35 }

  classServsR18108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108'."
    ::= { classServsR18Entry  36 }

  classServsR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { classServsR18Entry  37 }

  classServsR18AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { classServsR18Entry  38 }

  classServsR18AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR18Entry  39 }

  classServsR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { classServsR18Entry  40 }

  classServsR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { classServsR18Entry  41 }

  classServsR18RACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Access to Call Forwarding'."
    ::= { classServsR18Entry  42 }

  classServsR18LastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure'."
    ::= { classServsR18Entry  43 }

  classServsR18MandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes'."
    ::= { classServsR18Entry  45 }

  classServsR18ANITestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service'."
    ::= { classServsR18Entry  46 }

  classServsR18HIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom'."
    ::= { classServsR18Entry  47 }

  classServsR18CPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup'."
    ::= { classServsR18Entry  48 }

  classServsR18DPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directed Pickup (no barge-in)'."
    ::= { classServsR18Entry  49 }

  classServsR18OPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Premises Extension'."
    ::= { classServsR18Entry  50 }

  classServsR18TeenServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service'."
    ::= { classServsR18Entry  51 }

  classServsR18AppServerOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Originating Service'."
    ::= { classServsR18Entry  52 }

  classServsR18AppServerTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Terminating Service'."
    ::= { classServsR18Entry  53 }

  classServsR18DoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb'."
    ::= { classServsR18Entry  54 }

  classServsR18CallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold'."
    ::= { classServsR18Entry  55 }

  classServsR18ClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP'."
    ::= { classServsR18Entry  56 }

  classServsR18TestLine100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100'."
    ::= { classServsR18Entry  57 }

  classServsR18TestLine101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101'."
    ::= { classServsR18Entry  58 }

  classServsR18TestLine105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105'."
    ::= { classServsR18Entry  59 }

  classServsR18CallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists'."
    ::= { classServsR18Entry  60 }

  classServsR18FMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me'."
    ::= { classServsR18Entry  61 }

  classServsR18OHDTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Hook Delay Subscriber Trigger'."
    ::= { classServsR18Entry  63 }

  classServsR18TATrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination Attempt Trigger'."
    ::= { classServsR18Entry  64 }

  classServsR18LSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring'."
    ::= { classServsR18Entry  65 }

  classServsR18WarmHotLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line'."
    ::= { classServsR18Entry  66 }

  classServsR18AppServerMOHServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Music On Hold Service'."
    ::= { classServsR18Entry  67 }

  classServsR18CallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park'."
    ::= { classServsR18Entry  68 }

  classServsR18ClgNameDlvryQueryHandling OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling'."
    ::= { classServsR18Entry  69 }

  classServsR18SDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal'."
    ::= { classServsR18Entry  70 }

  classServsR18CallServsConnectedNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Number Delivery'."
    ::= { classServsR18Entry  71 }

  classServsR18ConnectedLineIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Line ID Presentation'."
    ::= { classServsR18Entry  72 }

  classServsR18ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { classServsR18Entry  73 }

  classServsR18UnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable Call Forwarding'."
    ::= { classServsR18Entry  74 }

  classServsR18Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordia(1),
                   eTSI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    DEFVAL       { telcordia }
    ::= { classServsR18Entry  75 }

  classServsR18LongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert'."
    ::= { classServsR18Entry  76 }

  classServsR18ConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery'."
    ::= { classServsR18Entry  77 }

  classServsR18TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { classServsR18Entry  78 }

  classServsR18TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { classServsR18Entry  79 }

  classServsR18TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { classServsR18Entry  80 }

  classServsR18TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { classServsR18Entry  81 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Application Servers'                                 */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  appServsR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServsR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1868 }

  appServsR6Entry OBJECT-TYPE
    SYNTAX       AppServsR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServsR6NEConn,
             appServsR6NetwkElement,
             appServsR6CFSIx }
    ::= {  appServsR6Table  1  }

  AppServsR6Entry  ::=  SEQUENCE
  {
    appServsR6NEConn                   Unsigned32,
    appServsR6NetwkElement             DisplayString,
    appServsR6CFSIx                    Unsigned32,
    appServsR6SupportOrig              INTEGER,
    appServsR6OrigDefSetting           INTEGER,
    appServsR6I1OrigDefServerNEConn    Unsigned32,
    appServsR6I2OrigDefServerNetwkElement
                                       DisplayString,
    appServsR6I3OrigDefServerCFSIx     Unsigned32,
    appServsR6I4OrigDefServerDirNum    DisplayString,
    appServsR6SupportTerm              INTEGER,
    appServsR6TermDefSetting           INTEGER,
    appServsR6I1TermDefServerNEConn    Unsigned32,
    appServsR6I2TermDefServerNetwkElement
                                       DisplayString,
    appServsR6I3TermDefServerCFSIx     Unsigned32,
    appServsR6I4TermDefServerDirNum    DisplayString,
    appServsR6AlrmState                INTEGER,
    appServsR6AlrmEvtsAttnRqLogCorr    Counter64,
    appServsR6AlrmEvtsAttnRq           Unsigned32,
    appServsR6AlrmEvtsAtndDpLogCorr    Counter64,
    appServsR6AlrmEvtsAtndDp           Unsigned32,
    appServsR6AlrmStateTimestamp       Unsigned32,
    appServsR6AlrmResetTimestamp       Unsigned32,
    appServsR6CurrAppServerAlrmsAttnRq Unsigned32,
    appServsR6PrevAppServerAlrmsAttnRq Unsigned32,
    appServsR6CurrAppServerAlrmsAtndDp Unsigned32,
    appServsR6PrevAppServerAlrmsAtndDp Unsigned32,
    appServsR6RowStatus                RowStatus,
    appServsR6SummaryChldAlrmState     INTEGER,
    appServsR6SupportMOH               INTEGER,
    appServsR6I1MOHServerNEConn        Unsigned32,
    appServsR6I2MOHServerNetwkElement  DisplayString,
    appServsR6I3MOHServerCFSIx         Unsigned32,
    appServsR6I4MOHServerDirNum        DisplayString,
    appServsR6ASOrigCallsEnabled       INTEGER,
    appServsR6ASOrigCallsBillableDn    INTEGER,
    appServsR6ASOrigCllsBrCllTypesUs   BITS,
    appServsR6ASOrigCllsBrCllTypesUk   BITS,
    appServsR6ASOrigCallsReqMatchOnSwitchNum
                                       INTEGER,
    appServsR6ASOrigCallsLCC1          INTEGER,
    appServsR6ASOrigCallsLCC2          INTEGER,
    appServsR6ASOrigCallsLCC3          INTEGER,
    appServsR6ASOrigCallsLCC4          INTEGER,
    appServsR6ASOrigCallsLCC5          INTEGER,
    appServsR6ASOrigCallsLCC6          INTEGER,
    appServsR6ASOrigCallsLCC7          INTEGER,
    appServsR6ASOrigCallsLCC8          INTEGER,
    appServsR6ASOrigCallsLCC9          INTEGER,
    appServsR6ASOrigCallsLCC10         INTEGER,
    appServsR6ASOrigCallsLCC11         INTEGER,
    appServsR6ASOrigCallsLCC12         INTEGER,
    appServsR6ASOrigCallsLCC13         INTEGER,
    appServsR6ASOrigCallsLCC14         INTEGER,
    appServsR6ASOrigCallsLCC15         INTEGER,
    appServsR6ASOrigCallsLCC16         INTEGER,
    appServsR6ASOrigCallsLCC17         INTEGER,
    appServsR6ASOrigCallsLCC18         INTEGER,
    appServsR6ASOrigCallsLCC19         INTEGER,
    appServsR6ASOrigCallsLCC20         INTEGER,
    appServsR6ASOrigCallsPrefLongDistCarr
                                       DisplayString,
    appServsR6ASOrigCallsPrefIntraLATACarr
                                       DisplayString,
    appServsR6ASOrigCallsPrefInternatCarr
                                       DisplayString,
    appServsR6ASOrigCallsOffSwitchCDRs INTEGER,
    appServsR6ChldStatisticsAlrms      Integer32,
    appServsR6TotChldAlrmsAttnRq       Unsigned32,
    appServsR6TotChldAlrmEvtsAttnRq    Unsigned32,
    appServsR6TotChldAlrmsAtndDp       Unsigned32,
    appServsR6TotChldAlrmEvtsAtndDp    Unsigned32
  }

  appServsR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServsR6Entry  1 }

  appServsR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServsR6Entry  2 }

  appServsR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServsR6Entry  3 }

  appServsR6SupportOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR6Entry  4 }

  appServsR6OrigDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR6Entry  5 }

  appServsR6I1OrigDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  6 }

  appServsR6I2OrigDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  7 }

  appServsR6I3OrigDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  8 }

  appServsR6I4OrigDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  9 }

  appServsR6SupportTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR6Entry  10 }

  appServsR6TermDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR6Entry  11 }

  appServsR6I1TermDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  12 }

  appServsR6I2TermDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  13 }

  appServsR6I3TermDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  14 }

  appServsR6I4TermDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  15 }

  appServsR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServsR6Entry  16 }

  appServsR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { appServsR6Entry  17 }

  appServsR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR6Entry  18 }

  appServsR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { appServsR6Entry  19 }

  appServsR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR6Entry  20 }

  appServsR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServsR6Entry  21 }

  appServsR6AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { appServsR6Entry  22 }

  appServsR6CurrAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarms'."
    ::= { appServsR6Entry  23 }

  appServsR6PrevAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR6Entry  24 }

  appServsR6CurrAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarms'."
    ::= { appServsR6Entry  25 }

  appServsR6PrevAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR6Entry  26 }

  appServsR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { appServsR6Entry  27 }

  appServsR6SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { appServsR6Entry  31 }

  appServsR6SupportMOH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music On Hold Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR6Entry  32 }

  appServsR6I1MOHServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  33 }

  appServsR6I2MOHServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  34 }

  appServsR6I3MOHServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  35 }

  appServsR6I4MOHServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR6Entry  36 }

  appServsR6ASOrigCallsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - enabled'."
    DEFVAL       { false }
    ::= { appServsR6Entry  37 }

  appServsR6ASOrigCallsBillableDn OBJECT-TYPE
    SYNTAX       INTEGER {
                   mailboxOwner(1),
                   originalCaller(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - billable directory number'."
    DEFVAL       { mailboxOwner }
    ::= { appServsR6Entry  38 }

  appServsR6ASOrigCllsBrCllTypesUs OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   regional(1),
                   national(2),
                   carrierDialed(3),
                   international(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {regional, national, carrierDialed, international} }
    ::= { appServsR6Entry  39 }

  appServsR6ASOrigCllsBrCllTypesUk OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   mobile(1),
                   national(2),
                   international(3),
                   carrierDialed(4),
                   regional(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {mobile, national, international} }
    ::= { appServsR6Entry  40 }

  appServsR6ASOrigCallsReqMatchOnSwitchNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - require matching on-switch number'."
    DEFVAL       { true }
    ::= { appServsR6Entry  41 }

  appServsR6ASOrigCallsLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 1'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  42 }

  appServsR6ASOrigCallsLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 2'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  43 }

  appServsR6ASOrigCallsLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 3'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  44 }

  appServsR6ASOrigCallsLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 4'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  45 }

  appServsR6ASOrigCallsLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 5'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  46 }

  appServsR6ASOrigCallsLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 6'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  47 }

  appServsR6ASOrigCallsLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 7'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  48 }

  appServsR6ASOrigCallsLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 8'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  49 }

  appServsR6ASOrigCallsLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 9'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  50 }

  appServsR6ASOrigCallsLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 10'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  51 }

  appServsR6ASOrigCallsLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 11'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  52 }

  appServsR6ASOrigCallsLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 12'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  53 }

  appServsR6ASOrigCallsLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 13'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  54 }

  appServsR6ASOrigCallsLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 14'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  55 }

  appServsR6ASOrigCallsLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 15'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  56 }

  appServsR6ASOrigCallsLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 16'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  57 }

  appServsR6ASOrigCallsLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 17'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  58 }

  appServsR6ASOrigCallsLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 18'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  59 }

  appServsR6ASOrigCallsLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 19'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  60 }

  appServsR6ASOrigCallsLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 20'."
    DEFVAL       { 0 }
    ::= { appServsR6Entry  61 }

  appServsR6ASOrigCallsPrefLongDistCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred long distance carrier'."
    ::= { appServsR6Entry  62 }

  appServsR6ASOrigCallsPrefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred intraLATA carrier'."
    ::= { appServsR6Entry  63 }

  appServsR6ASOrigCallsPrefInternatCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred international carrier'."
    ::= { appServsR6Entry  64 }

  appServsR6ASOrigCallsOffSwitchCDRs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - generate off-switch CDRs'."
    DEFVAL       { false }
    ::= { appServsR6Entry  65 }

  appServsR6ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { appServsR6Entry  66 }

  appServsR6TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { appServsR6Entry  67 }

  appServsR6TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { appServsR6Entry  68 }

  appServsR6TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { appServsR6Entry  69 }

  appServsR6TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { appServsR6Entry  70 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 8.1                                                               */
-- /* Valid before: 9.3                                                             */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  cIDServR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1869 }

  cIDServR15Entry OBJECT-TYPE
    SYNTAX       CIDServR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR15NEConn,
             cIDServR15NetwkElement,
             cIDServR15CFSIx }
    ::= {  cIDServR15Table  1  }

  CIDServR15Entry  ::=  SEQUENCE
  {
    cIDServR15NEConn                   Unsigned32,
    cIDServR15NetwkElement             DisplayString,
    cIDServR15CFSIx                    Unsigned32,
    cIDServR15CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR15SupportAR                INTEGER,
    cIDServR15ARDefSetting             INTEGER,
    cIDServR15AROneOrTwoStageActivn    INTEGER,
    cIDServR15ARTwoStageAccessCode     DisplayString,
    cIDServR15SupportCallTrace         INTEGER,
    cIDServR15CallTraceUSB             INTEGER,
    cIDServR15CallTraceDefSetting      INTEGER,
    cIDServR15CallTraceActivateCode    DisplayString,
    cIDServR15CallTraceTwoStageActivn  INTEGER,
    cIDServR15CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR15CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR15CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR15CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR15SupportCIDPres           INTEGER,
    cIDServR15CIDPresClgPartyNum       INTEGER,
    cIDServR15CIDPresClgPartySubAddr   INTEGER,
    cIDServR15CIDPresDelivByDef        INTEGER,
    cIDServR15CIDPresPresentNumCode    DisplayString,
    cIDServR15CIDPresWitholdNumCode    DisplayString,
    cIDServR15CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR15CIDPresDefNetwkInfo      INTEGER,
    cIDServR15CIDPresDefNetwkNum       DisplayString,
    cIDServR15SupportCNDB              INTEGER,
    cIDServR15CNDBUSB                  INTEGER,
    cIDServR15CNDBDefSetting           INTEGER,
    cIDServR15CNDBDefOverrideCode      DisplayString,
    cIDServR15CNDBConfirmationTone     INTEGER,
    cIDServR15RowStatus                RowStatus,
    cIDServR15SupportCND               INTEGER,
    cIDServR15CNDUSB                   INTEGER,
    cIDServR15CNDEnableCode            DisplayString,
    cIDServR15CNDDisableCode           DisplayString,
    cIDServR15CNDCheckCode             DisplayString,
    cIDServR15ARUSB                    INTEGER,
    cIDServR15AROneStageAccessCode     DisplayString,
    cIDServR15ARSecondStageRecallKey   INTEGER,
    cIDServR15ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR15ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR15ARCallRtnTimeout         Unsigned32,
    cIDServR15ARRejNonUniqueNums       INTEGER,
    cIDServR15ARRejAnonNums            INTEGER,
    cIDServR15ARMarkBAFBillRecs        INTEGER,
    cIDServR15SupportClgNameDlvry      INTEGER,
    cIDServR15ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR15ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR15ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR15I1CNAMSLHRNEConn         Unsigned32,
    cIDServR15I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR15I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR15I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR15CNAMSLHROtherVals        INTEGER,
    cIDServR15AlrmState                INTEGER,
    cIDServR15AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR15AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR15AlrmEvtsAtndDp           Unsigned32,
    cIDServR15AlrmStateTimestamp       Unsigned32,
    cIDServR15AlrmResetTimestamp       Unsigned32,
    cIDServR15ClgNameDlvryUSB          INTEGER,
    cIDServR15ARDeactivateCode         DisplayString,
    cIDServR15SupportAutoClback        INTEGER,
    cIDServR15AutoClbackDefVal         INTEGER,
    cIDServR15AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR15AutoClbackUSB            INTEGER,
    cIDServR15AutoClbackActivateCode   DisplayString,
    cIDServR15AutoClbackDeactivateCode DisplayString,
    cIDServR15ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR15ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR15ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR15ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR15ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR15ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR15ARClbackOrigingScanRate  INTEGER,
    cIDServR15ARClbackMaxRingCycles    INTEGER,
    cIDServR15ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR15AllowARClbackTermScanning
                                       INTEGER,
    cIDServR15ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR15ARClbackMaxActivns       INTEGER,
    cIDServR15I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR15I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR15I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR15I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR15ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR15ARClbackMaxQueueSize     Unsigned32,
    cIDServR15SupportLastCIDErasure    INTEGER,
    cIDServR15LastCIDErasureDefSetting INTEGER,
    cIDServR15LastCIDErasureAccessCode DisplayString,
    cIDServR15ClgNameDlvryNameSource   BITS,
    cIDServR15CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR15ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR15SupportClgIDDlvryOverIP  INTEGER,
    cIDServR15I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR15I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR15I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR15I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR15ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR15AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR15AlrmEvtsAttnRq           Unsigned32,
    cIDServR15ChldAlrmsAttnRq          Unsigned32,
    cIDServR15ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR15SummaryChldAlrmState     INTEGER,
    cIDServR15CNDDefPreferredSIPFormat INTEGER,
    cIDServR15ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR15CIDIgnorePBXSigPrsnt     INTEGER,
    cIDServR15SupportClgNameDlvryQH    INTEGER,
    cIDServR15CNAMCacheEnabled         INTEGER,
    cIDServR15ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR15CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR15I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR15I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR15I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR15I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR15CNAMSLHRQHOtherVals      INTEGER,
    cIDServR15DoExtraActions           INTEGER,
    cIDServR15CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR15CacheQueryRess           INTEGER,
    cIDServR15CacheImportFilename      DisplayString,
    cIDServR15CacheImportSchedule      INTEGER,
    cIDServR15CacheImportHr            INTEGER,
    cIDServR15CacheImportMin           INTEGER,
    cIDServR15TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR15TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR15CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR15SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR15SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR15CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR15CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR15CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR15ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR15SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR15TotChldAlrmsAttnRq       Unsigned32,
    cIDServR15TotChldAlrmEvtsAttnRq    Unsigned32
  }

  cIDServR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR15Entry  1 }

  cIDServR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR15Entry  2 }

  cIDServR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR15Entry  3 }

  cIDServR15CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR15Entry  4 }

  cIDServR15SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  5 }

  cIDServR15ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  6 }

  cIDServR15AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  7 }

  cIDServR15ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  8 }

  cIDServR15SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  9 }

  cIDServR15CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR15Entry  10 }

  cIDServR15CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  11 }

  cIDServR15CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  12 }

  cIDServR15CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR15Entry  13 }

  cIDServR15CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR15Entry  14 }

  cIDServR15CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR15Entry  15 }

  cIDServR15CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR15Entry  16 }

  cIDServR15CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR15Entry  17 }

  cIDServR15SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  18 }

  cIDServR15CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  19 }

  cIDServR15CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  20 }

  cIDServR15CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  21 }

  cIDServR15CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  22 }

  cIDServR15CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  23 }

  cIDServR15CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  24 }

  cIDServR15CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  25 }

  cIDServR15CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  26 }

  cIDServR15SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  27 }

  cIDServR15CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  28 }

  cIDServR15CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  29 }

  cIDServR15CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  30 }

  cIDServR15CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  31 }

  cIDServR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR15Entry  32 }

  cIDServR15SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  33 }

  cIDServR15CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  34 }

  cIDServR15CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  35 }

  cIDServR15CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  36 }

  cIDServR15CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  37 }

  cIDServR15ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  38 }

  cIDServR15AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  39 }

  cIDServR15ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  40 }

  cIDServR15ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR15Entry  41 }

  cIDServR15ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR15Entry  42 }

  cIDServR15ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR15Entry  43 }

  cIDServR15ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  44 }

  cIDServR15ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR15Entry  45 }

  cIDServR15ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  46 }

  cIDServR15SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  47 }

  cIDServR15ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR15Entry  48 }

  cIDServR15ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR15Entry  50 }

  cIDServR15ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR15Entry  51 }

  cIDServR15I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  52 }

  cIDServR15I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  53 }

  cIDServR15I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  54 }

  cIDServR15I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  55 }

  cIDServR15CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR15Entry  56 }

  cIDServR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR15Entry  57 }

  cIDServR15AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR15Entry  58 }

  cIDServR15AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR15Entry  59 }

  cIDServR15AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR15Entry  60 }

  cIDServR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR15Entry  61 }

  cIDServR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR15Entry  62 }

  cIDServR15ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  63 }

  cIDServR15ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  64 }

  cIDServR15SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  65 }

  cIDServR15AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  66 }

  cIDServR15AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  67 }

  cIDServR15AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  68 }

  cIDServR15AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  69 }

  cIDServR15AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  70 }

  cIDServR15ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR15Entry  71 }

  cIDServR15ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR15Entry  72 }

  cIDServR15ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR15Entry  73 }

  cIDServR15ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR15Entry  74 }

  cIDServR15ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR15Entry  75 }

  cIDServR15ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR15Entry  76 }

  cIDServR15ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR15Entry  77 }

  cIDServR15ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR15Entry  78 }

  cIDServR15ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR15Entry  79 }

  cIDServR15AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR15Entry  80 }

  cIDServR15ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR15Entry  81 }

  cIDServR15ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR15Entry  82 }

  cIDServR15I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  83 }

  cIDServR15I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  84 }

  cIDServR15I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  85 }

  cIDServR15I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  86 }

  cIDServR15ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR15Entry  87 }

  cIDServR15ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR15Entry  88 }

  cIDServR15SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  89 }

  cIDServR15LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  90 }

  cIDServR15LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  91 }

  cIDServR15ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR15Entry  92 }

  cIDServR15CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR15Entry  93 }

  cIDServR15ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  97 }

  cIDServR15SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  98 }

  cIDServR15I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR15Entry  99 }

  cIDServR15I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR15Entry  100 }

  cIDServR15I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR15Entry  101 }

  cIDServR15I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR15Entry  102 }

  cIDServR15ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR15Entry  104 }

  cIDServR15AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR15Entry  105 }

  cIDServR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR15Entry  106 }

  cIDServR15ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR15Entry  107 }

  cIDServR15ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR15Entry  108 }

  cIDServR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR15Entry  109 }

  cIDServR15CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR15Entry  110 }

  cIDServR15ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR15Entry  111 }

  cIDServR15CIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - ignore PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  112 }

  cIDServR15SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  113 }

  cIDServR15CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR15Entry  114 }

  cIDServR15ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR15Entry  115 }

  cIDServR15CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR15Entry  116 }

  cIDServR15I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  117 }

  cIDServR15I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  118 }

  cIDServR15I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  119 }

  cIDServR15I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR15Entry  120 }

  cIDServR15CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR15Entry  121 }

  cIDServR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR15Entry  124 }

  cIDServR15CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR15Entry  125 }

  cIDServR15CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR15Entry  126 }

  cIDServR15CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR15Entry  127 }

  cIDServR15CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR15Entry  128 }

  cIDServR15CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR15Entry  129 }

  cIDServR15CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR15Entry  130 }

  cIDServR15TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR15Entry  131 }

  cIDServR15TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR15Entry  132 }

  cIDServR15CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR15Entry  133 }

  cIDServR15SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  134 }

  cIDServR15SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  135 }

  cIDServR15CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR15Entry  136 }

  cIDServR15CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR15Entry  137 }

  cIDServR15CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR15Entry  138 }

  cIDServR15ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR15Entry  139 }

  cIDServR15SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR15Entry  140 }

  cIDServR15TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR15Entry  141 }

  cIDServR15TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR15Entry  142 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Message Services'                                    */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  msgServR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MsgServR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1870 }

  msgServR11Entry OBJECT-TYPE
    SYNTAX       MsgServR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { msgServR11NEConn,
             msgServR11NetwkElement,
             msgServR11CFSIx }
    ::= {  msgServR11Table  1  }

  MsgServR11Entry  ::=  SEQUENCE
  {
    msgServR11NEConn                   Unsigned32,
    msgServR11NetwkElement             DisplayString,
    msgServR11CFSIx                    Unsigned32,
    msgServR11RowStatus                RowStatus,
    msgServR11SupportRemCall           INTEGER,
    msgServR11RemCallEnableCode        DisplayString,
    msgServR11RemCallDisableAllCode    DisplayString,
    msgServR11RemCallDisableOneCode    DisplayString,
    msgServR11RemCallCheckCode         DisplayString,
    msgServR11SupportRegRemCalls       INTEGER,
    msgServR11RegRemCallsEnableCode    DisplayString,
    msgServR11RegRemCallsDisableAllCode
                                       DisplayString,
    msgServR11RegRemCallsDisableOneCode
                                       DisplayString,
    msgServR11RegRemCallsCheckCode     DisplayString,
    msgServR11RemCallNumEngagedRetries Unsigned32,
    msgServR11RemCallRetryInterval     Unsigned32,
    msgServR11SupportVoicemail         INTEGER,
    msgServR11VoicemailAccessCode      DisplayString,
    msgServR11AlrmState                INTEGER,
    msgServR11AlrmLogCorr              Counter64,
    msgServR11AddtlAlrmLogCorr         Counter64,
    msgServR11AlrmEvtsAtndDp           Unsigned32,
    msgServR11AlrmStateTimestamp       Unsigned32,
    msgServR11AlrmResetTimestamp       Unsigned32,
    msgServR11ChldAlrmsAttnRq          Integer32,
    msgServR11ChldAlrmEvtsAttnRq       Integer32,
    msgServR11ChldAlrmsAtndDp          Integer32,
    msgServR11ChldAlrmEvtsAtndDp       Integer32,
    msgServR11SummaryChldAlrmState     INTEGER,
    msgServR11VoicemailInCallXferDly   Unsigned32,
    msgServR11AlrmEvtsAttnRq           Unsigned32,
    msgServR11VoicemailSupportedCallDlvryMethods
                                       BITS,
    msgServR11VoicemailDefCallDlvryMethod
                                       INTEGER,
    msgServR11VoicemailSupportedIndicatorNotifMethods
                                       BITS,
    msgServR11SMDICallDlvryDefNotifMethod
                                       INTEGER,
    msgServR11I1SMDICallDlvryDefVSLineGpNEConn
                                       Unsigned32,
    msgServR11I2SMDICallDlvryDefVSLineGpNetwkElement
                                       DisplayString,
    msgServR11I3SMDICallDlvryDefVSLineGpCFSIx
                                       Unsigned32,
    msgServR11I4SMDICallDlvryDefVSLineGpVSLineGpIx
                                       Unsigned32,
    msgServR11I5SMDICallDlvryDefVSLineGpDirNum
                                       DisplayString,
    msgServR11TDMCallDlvryDefNotifMethod
                                       INTEGER,
    msgServR11TDMCallDlvryDefRetrievalNum
                                       DisplayString,
    msgServR11TDMCallDlvryDefInNum     DisplayString,
    msgServR11SIPCallDlvryDefNotifMethod
                                       INTEGER,
    msgServR11I1SIPCallDlvryDefAppServerNEConn
                                       Unsigned32,
    msgServR11I2SIPCallDlvryDefAppServerNetwkElement
                                       DisplayString,
    msgServR11I3SIPCallDlvryDefAppServerCFSIx
                                       Unsigned32,
    msgServR11I4SIPCallDlvryDefAppServerDirNum
                                       DisplayString,
    msgServR11I1SMDIMsgWtngIndicatorDefSMDILinkNEConn
                                       Unsigned32,
    msgServR11I2SMDIMsgWtngIndicatorDefSMDILinkNetwkElement
                                       DisplayString,
    msgServR11I3SMDIMsgWtngIndicatorDefSMDILinkCFSIx
                                       Unsigned32,
    msgServR11I4SMDIMsgWtngIndicatorDefSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    msgServR11SMDIMsgWtngIndicatorDefSMDILinkOtherVals
                                       INTEGER,
    msgServR11I1TCAPMWISLHRNEConn      Unsigned32,
    msgServR11I2TCAPMWISLHRNetwkElement
                                       DisplayString,
    msgServR11I3TCAPMWISLHRCFSIx       Unsigned32,
    msgServR11I4TCAPMWISLHRServLogicHostRouteIx
                                       Unsigned32,
    msgServR11TCAPMWISLHROtherVals     INTEGER,
    msgServR11TCAPMsgWtngIndicatorDefAuthorizedIDIndicatorControl
                                       DisplayString,
    msgServR11SubIndicatorIndicatorTypes
                                       BITS,
    msgServR11SubIndicatorVisualIndicatorRefreshInterval
                                       INTEGER,
    msgServR11SubIndicatorIndicatorActivn
                                       BITS,
    msgServR11RemCallsMaxNumRemCalls   Unsigned32,
    msgServR11ChldStatisticsAlrms      Integer32,
    msgServR11TotChldAlrmsAttnRq       Unsigned32,
    msgServR11TotChldAlrmEvtsAttnRq    Unsigned32,
    msgServR11TotChldAlrmsAtndDp       Unsigned32,
    msgServR11TotChldAlrmEvtsAtndDp    Unsigned32
  }

  msgServR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { msgServR11Entry  1 }

  msgServR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { msgServR11Entry  2 }

  msgServR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { msgServR11Entry  3 }

  msgServR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { msgServR11Entry  4 }

  msgServR11SupportRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR11Entry  5 }

  msgServR11RemCallEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls - enable code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  6 }

  msgServR11RemCallDisableAllCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - disable all reminders code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  7 }

  msgServR11RemCallDisableOneCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - disable one reminder code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  8 }

  msgServR11RemCallCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls - check code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  9 }

  msgServR11SupportRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR11Entry  10 }

  msgServR11RegRemCallsEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - enable code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  11 }

  msgServR11RegRemCallsDisableAllCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - disable all reminders code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  12 }

  msgServR11RegRemCallsDisableOneCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - disable one reminder code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  13 }

  msgServR11RegRemCallsCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - check code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  14 }

  msgServR11RemCallNumEngagedRetries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - number of retries'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { msgServR11Entry  15 }

  msgServR11RemCallRetryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - retry interval'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { msgServR11Entry  16 }

  msgServR11SupportVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR11Entry  17 }

  msgServR11VoicemailAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail - access code'.
                  This field is not writable when active."
    ::= { msgServR11Entry  29 }

  msgServR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { msgServR11Entry  30 }

  msgServR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { msgServR11Entry  31 }

  msgServR11AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { msgServR11Entry  32 }

  msgServR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR11Entry  33 }

  msgServR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { msgServR11Entry  34 }

  msgServR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { msgServR11Entry  35 }

  msgServR11ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { msgServR11Entry  36 }

  msgServR11ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR11Entry  37 }

  msgServR11ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { msgServR11Entry  38 }

  msgServR11ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR11Entry  39 }

  msgServR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { msgServR11Entry  40 }

  msgServR11VoicemailInCallXferDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - incoming call transfer delay'.
                  This field is not writable when active."
    DEFVAL       { 36 }
    ::= { msgServR11Entry  41 }

  msgServR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR11Entry  49 }

  msgServR11VoicemailSupportedCallDlvryMethods OBJECT-TYPE
    SYNTAX       BITS {
                   sMDI(0),
                   tDM(1),
                   sIP(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - supported call delivery methods'.
                  This field is not writable when active."
    ::= { msgServR11Entry  54 }

  msgServR11VoicemailDefCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Default call delivery method'.
                  This field is not writable when active."
    ::= { msgServR11Entry  55 }

  msgServR11VoicemailSupportedIndicatorNotifMethods OBJECT-TYPE
    SYNTAX       BITS {
                   sMDI(0),
                   tCAP(1),
                   sIP(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - supported indicator notification methods'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { msgServR11Entry  56 }

  msgServR11SMDICallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SMDI Call Delivery - Default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR11Entry  57 }

  msgServR11I1SMDICallDlvryDefVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR11Entry  58 }

  msgServR11I2SMDICallDlvryDefVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR11Entry  59 }

  msgServR11I3SMDICallDlvryDefVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR11Entry  60 }

  msgServR11I4SMDICallDlvryDefVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR11Entry  61 }

  msgServR11I5SMDICallDlvryDefVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR11Entry  62 }

  msgServR11TDMCallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - Default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR11Entry  63 }

  msgServR11TDMCallDlvryDefRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - default retrieval number'.
                  This field is not writable when active."
    ::= { msgServR11Entry  64 }

  msgServR11TDMCallDlvryDefInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - default incoming number'.
                  This field is not writable when active."
    ::= { msgServR11Entry  65 }

  msgServR11SIPCallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Call Delivery - default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR11Entry  66 }

  msgServR11I1SIPCallDlvryDefAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR11Entry  67 }

  msgServR11I2SIPCallDlvryDefAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR11Entry  68 }

  msgServR11I3SIPCallDlvryDefAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR11Entry  69 }

  msgServR11I4SIPCallDlvryDefAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR11Entry  70 }

  msgServR11I1SMDIMsgWtngIndicatorDefSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR11Entry  71 }

  msgServR11I2SMDIMsgWtngIndicatorDefSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR11Entry  72 }

  msgServR11I3SMDIMsgWtngIndicatorDefSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR11Entry  73 }

  msgServR11I4SMDIMsgWtngIndicatorDefSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR11Entry  74 }

  msgServR11SMDIMsgWtngIndicatorDefSMDILinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link'.
                  This field represents the fixed
                  values that SMDI Message Waiting Indicator - Default SMDI Link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { msgServR11Entry  75 }

  msgServR11I1TCAPMWISLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR11Entry  76 }

  msgServR11I2TCAPMWISLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR11Entry  77 }

  msgServR11I3TCAPMWISLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR11Entry  78 }

  msgServR11I4TCAPMWISLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR11Entry  79 }

  msgServR11TCAPMWISLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route'.
                  This field represents the fixed
                  values that TCAP Message Waiting Indicator - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { msgServR11Entry  80 }

  msgServR11TCAPMsgWtngIndicatorDefAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP Message Waiting Indicator - default authorized ID for indicator control'.
                  This field is not writable when active."
    ::= { msgServR11Entry  81 }

  msgServR11SubIndicatorIndicatorTypes OBJECT-TYPE
    SYNTAX       BITS {
                   audible(0),
                   visual(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - indicator types'.
                  This field is not writable when active."
    ::= { msgServR11Entry  86 }

  msgServR11SubIndicatorVisualIndicatorRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(1),
                   fifteen(2),
                   thirty(3),
                   fortyFive(4),
                   sixty(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - visual indicator refresh interval'.
                  This field is not writable when active."
    DEFVAL       { thirty }
    ::= { msgServR11Entry  87 }

  msgServR11SubIndicatorIndicatorActivn OBJECT-TYPE
    SYNTAX       BITS {
                   softwareRestart(0),
                   softwareProtectionSwitch(1),
                   messageServicesActivation(2),
                   messageCenterLinkActivation(3),
                   messageCenterLinkRecovery(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - indicator activation'."
    DEFVAL       { {} }
    ::= { msgServR11Entry  88 }

  msgServR11RemCallsMaxNumRemCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - maximum number of reminder calls'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { msgServR11Entry  120 }

  msgServR11ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { msgServR11Entry  121 }

  msgServR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { msgServR11Entry  122 }

  msgServR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { msgServR11Entry  123 }

  msgServR11TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { msgServR11Entry  124 }

  msgServR11TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { msgServR11Entry  125 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Routing and Policy Services'                          */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  rPSR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1871 }

  rPSR2Entry OBJECT-TYPE
    SYNTAX       RPSR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSR2NEConn,
             rPSR2NetwkElement,
             rPSR2CFSIx }
    ::= {  rPSR2Table  1  }

  RPSR2Entry  ::=  SEQUENCE
  {
    rPSR2NEConn                        Unsigned32,
    rPSR2NetwkElement                  DisplayString,
    rPSR2CFSIx                         Unsigned32,
    rPSR2I1TrnkRtgCfgSetNEConn         Unsigned32,
    rPSR2I2TrnkRtgCfgSetNetwkElement   DisplayString,
    rPSR2I3TrnkRtgCfgSetCFSIx          Unsigned32,
    rPSR2I4TrnkRtgCfgSetCfgSetIx       Unsigned32,
    rPSR2MaxNumRtgRequests             Unsigned32,
    rPSR2MaxNumRtgTblLookups           Unsigned32,
    rPSR2MaxTimeBetweenUsageReports    Unsigned32,
    rPSR2ChldAlrmsAttnRq               Integer32,
    rPSR2ChldAlrmEvtsAttnRq            Integer32,
    rPSR2SummaryChldAlrmState          INTEGER,
    rPSR2ImportCnt                     Integer32,
    rPSR2ImportStatus                  DisplayString,
    rPSR2ImportMode                    INTEGER,
    rPSR2ImportFile                    DisplayString,
    rPSR2ImportCorr                    Counter64,
    rPSR2DoExtraActions                INTEGER,
    rPSR2ImportCorrNode                DisplayString,
    rPSR2ChldAlrmsAtndDp               Integer32,
    rPSR2ChldAlrmEvtsAtndDp            Integer32,
    rPSR2ImportCorrUID                 DisplayString,
    rPSR2ExportNumObjectsExported      Integer32,
    rPSR2ExportStatus                  DisplayString,
    rPSR2ExportFile                    DisplayString,
    rPSR2ExportCorr                    Counter64,
    rPSR2ExportCorrNode                DisplayString,
    rPSR2ExportCorrUID                 DisplayString,
    rPSR2TotChldAlrmsAttnRq            Unsigned32,
    rPSR2TotChldAlrmEvtsAttnRq         Unsigned32,
    rPSR2TotChldAlrmsAtndDp            Unsigned32,
    rPSR2TotChldAlrmEvtsAtndDp         Unsigned32,
    rPSR2ExportIncASRepData            INTEGER,
    rPSR2ExportChldObjectsToInc        INTEGER
  }

  rPSR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSR2Entry  1 }

  rPSR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSR2Entry  2 }

  rPSR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSR2Entry  3 }

  rPSR2I1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk Routing Config Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This field is not valid at creation time."
    ::= { rPSR2Entry  4 }

  rPSR2I2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk Routing Config Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This field is not valid at creation time."
    ::= { rPSR2Entry  5 }

  rPSR2I3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk Routing Config Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This field is not valid at creation time."
    ::= { rPSR2Entry  6 }

  rPSR2I4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk Routing Config Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This field is not valid at creation time."
    ::= { rPSR2Entry  7 }

  rPSR2MaxNumRtgRequests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of routing requests'."
    DEFVAL       { 3 }
    ::= { rPSR2Entry  8 }

  rPSR2MaxNumRtgTblLookups OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of routing table lookups'."
    DEFVAL       { 10 }
    ::= { rPSR2Entry  9 }

  rPSR2MaxTimeBetweenUsageReports OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum time between usage reports'.
                  This field is only writable during create."
    DEFVAL       { 5000 }
    ::= { rPSR2Entry  10 }

  rPSR2ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { rPSR2Entry  11 }

  rPSR2ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSR2Entry  12 }

  rPSR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSR2Entry  13 }

  rPSR2ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSR2Entry  14 }

  rPSR2ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSR2Entry  15 }

  rPSR2ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSR2Entry  16 }

  rPSR2ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSR2Entry  17 }

  rPSR2ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSR2Entry  18 }

  rPSR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSR2Entry  19 }

  rPSR2ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSR2Entry  20 }

  rPSR2ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { rPSR2Entry  21 }

  rPSR2ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSR2Entry  22 }

  rPSR2ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSR2Entry  23 }

  rPSR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSR2Entry  24 }

  rPSR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSR2Entry  25 }

  rPSR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSR2Entry  26 }

  rPSR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSR2Entry  27 }

  rPSR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSR2Entry  28 }

  rPSR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSR2Entry  29 }

  rPSR2TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { rPSR2Entry  30 }

  rPSR2TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { rPSR2Entry  31 }

  rPSR2TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSR2Entry  32 }

  rPSR2TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSR2Entry  33 }

  rPSR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSR2Entry  34 }

  rPSR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSR2Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Config Set'                                                 */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  rPSCfgSetR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSCfgSetR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing and Policy Services'."
    ::= { metaSwitch  1872 }

  rPSCfgSetR8Entry OBJECT-TYPE
    SYNTAX       RPSCfgSetR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSCfgSetR8NEConn,
             rPSCfgSetR8NetwkElement,
             rPSCfgSetR8CFSIx,
             rPSCfgSetR8CfgSetIx }
    ::= {  rPSCfgSetR8Table  1  }

  RPSCfgSetR8Entry  ::=  SEQUENCE
  {
    rPSCfgSetR8NEConn                  Unsigned32,
    rPSCfgSetR8NetwkElement            DisplayString,
    rPSCfgSetR8CFSIx                   Unsigned32,
    rPSCfgSetR8CfgSetIx                Unsigned32,
    rPSCfgSetR8CfgSetType              INTEGER,
    rPSCfgSetR8CfgSetName              DisplayString,
    rPSCfgSetR8I1InitialRtgTblNEConn   Unsigned32,
    rPSCfgSetR8I2InitialRtgTblNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3InitialRtgTblCFSIx    Unsigned32,
    rPSCfgSetR8I4InitialRtgTblCfgSetIx Unsigned32,
    rPSCfgSetR8I5InitialRtgTblRtgTblIx Unsigned32,
    rPSCfgSetR8InitialRtgTblOtherVals  INTEGER,
    rPSCfgSetR8I1RtgTblRemLNPLookupNEConn
                                       Unsigned32,
    rPSCfgSetR8I2RtgTblRemLNPLookupNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3RtgTblRemLNPLookupCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4RtgTblRemLNPLookupCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5RtgTblRemLNPLookupRtgTblIx
                                       Unsigned32,
    rPSCfgSetR8RtgTblRemLNPLookupOtherVals
                                       INTEGER,
    rPSCfgSetR8I1NumVldnTblCarrIDsNEConn
                                       Unsigned32,
    rPSCfgSetR8I2NumVldnTblCarrIDsNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3NumVldnTblCarrIDsCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4NumVldnTblCarrIDsCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5NumVldnTblCarrIDsNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR8NumVldnTblCarrIDsOtherVals
                                       INTEGER,
    rPSCfgSetR8I1AttrSetCarrIDsNEConn  Unsigned32,
    rPSCfgSetR8I2AttrSetCarrIDsNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3AttrSetCarrIDsCFSIx   Unsigned32,
    rPSCfgSetR8I4AttrSetCarrIDsCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5AttrSetCarrIDsAttrSetIx
                                       Unsigned32,
    rPSCfgSetR8AttrSetCarrIDsOtherVals INTEGER,
    rPSCfgSetR8ReadyUse                INTEGER,
    rPSCfgSetR8AlrmState               INTEGER,
    rPSCfgSetR8AlrmEvtsAttnRqLogCorr   Counter64,
    rPSCfgSetR8AlrmEvtsAttnRq          Integer32,
    rPSCfgSetR8AlrmStateTimestamp      Unsigned32,
    rPSCfgSetR8AlrmResetTimestamp      Unsigned32,
    rPSCfgSetR8TrnkRtgAlrmsAtndDp      Integer32,
    rPSCfgSetR8TrnkRtgAlrmEvtsAtndDp   Integer32,
    rPSCfgSetR8SummaryChldAlrmState    INTEGER,
    rPSCfgSetR8ImportCnt               Integer32,
    rPSCfgSetR8ImportStatus            DisplayString,
    rPSCfgSetR8ImportMode              INTEGER,
    rPSCfgSetR8ImportFile              DisplayString,
    rPSCfgSetR8ImportCorr              Counter64,
    rPSCfgSetR8ImportCorrNode          DisplayString,
    rPSCfgSetR8ImportCorrUID           DisplayString,
    rPSCfgSetR8ExportNumObjectsExported
                                       Integer32,
    rPSCfgSetR8ExportStatus            DisplayString,
    rPSCfgSetR8ExportFile              DisplayString,
    rPSCfgSetR8ExportCorr              Counter64,
    rPSCfgSetR8ExportCorrNode          DisplayString,
    rPSCfgSetR8ExportCorrUID           DisplayString,
    rPSCfgSetR8DoExtraActions          INTEGER,
    rPSCfgSetR8RowStatus               RowStatus,
    rPSCfgSetR8AdminStatus             AdminStatus,
    rPSCfgSetR8OperStatus              OperStatus,
    rPSCfgSetR8CfgSetUsage             BITS,
    rPSCfgSetR8ForceTrnkRtg            BITS,
    rPSCfgSetR8I1NumVldnTblPostANIScreeningLookupNEConn
                                       Unsigned32,
    rPSCfgSetR8I2NumVldnTblPostANIScreeningLookupNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3NumVldnTblPostANIScreeningLookupCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4NumVldnTblPostANIScreeningLookupCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5NumVldnTblPostANIScreeningLookupNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR8NumVldnTblPostANIScreeningLookupOtherVals
                                       INTEGER,
    rPSCfgSetR8I1NumVldnTblPostAuthCodeCollctnNEConn
                                       Unsigned32,
    rPSCfgSetR8I2NumVldnTblPostAuthCodeCollctnNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3NumVldnTblPostAuthCodeCollctnCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4NumVldnTblPostAuthCodeCollctnCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5NumVldnTblPostAuthCodeCollctnNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR8NumVldnTblPostAuthCodeCollctnOtherVals
                                       INTEGER,
    rPSCfgSetR8LastModificationTime    Unsigned32,
    rPSCfgSetR8I1NumVldnTblCallFromSubNEConn
                                       Unsigned32,
    rPSCfgSetR8I2NumVldnTblCallFromSubNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3NumVldnTblCallFromSubCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4NumVldnTblCallFromSubCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5NumVldnTblCallFromSubNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR8NumVldnTblCallFromSubOtherVals
                                       INTEGER,
    rPSCfgSetR8I1AttrSetCallFromSubNEConn
                                       Unsigned32,
    rPSCfgSetR8I2AttrSetCallFromSubNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3AttrSetCallFromSubCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4AttrSetCallFromSubCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5AttrSetCallFromSubAttrSetIx
                                       Unsigned32,
    rPSCfgSetR8AttrSetCallFromSubOtherVals
                                       INTEGER,
    rPSCfgSetR8I1NumVldnTblCallFromTrnkOrAfterTCAPQueryNEConn
                                       Unsigned32,
    rPSCfgSetR8I2NumVldnTblCallFromTrnkOrAfterTCAPQueryNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3NumVldnTblCallFromTrnkOrAfterTCAPQueryCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4NumVldnTblCallFromTrnkOrAfterTCAPQueryCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5NumVldnTblCallFromTrnkOrAfterTCAPQueryNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR8NumVldnTblCallFromTrnkOrAfterTCAPQueryOtherVals
                                       INTEGER,
    rPSCfgSetR8I1AttrSetCallFromTrnkOrAfterTCAPQueryNEConn
                                       Unsigned32,
    rPSCfgSetR8I2AttrSetCallFromTrnkOrAfterTCAPQueryNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3AttrSetCallFromTrnkOrAfterTCAPQueryCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4AttrSetCallFromTrnkOrAfterTCAPQueryCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5AttrSetCallFromTrnkOrAfterTCAPQueryAttrSetIx
                                       Unsigned32,
    rPSCfgSetR8AttrSetCallFromTrnkOrAfterTCAPQueryOtherVals
                                       INTEGER,
    rPSCfgSetR8AlrmEvtsAtndDpLogCorr   Counter64,
    rPSCfgSetR8AlrmEvtsAtndDp          Integer32,
    rPSCfgSetR8AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    rPSCfgSetR8TranslationsLvl         Unsigned32,
    rPSCfgSetR8I1RtgTblIntraClusterRtgNEConn
                                       Unsigned32,
    rPSCfgSetR8I2RtgTblIntraClusterRtgNetwkElement
                                       DisplayString,
    rPSCfgSetR8I3RtgTblIntraClusterRtgCFSIx
                                       Unsigned32,
    rPSCfgSetR8I4RtgTblIntraClusterRtgCfgSetIx
                                       Unsigned32,
    rPSCfgSetR8I5RtgTblIntraClusterRtgRtgTblIx
                                       Unsigned32,
    rPSCfgSetR8RtgTblIntraClusterRtgOtherVals
                                       INTEGER,
    rPSCfgSetR8TotChldAlrmsAtndDp      Unsigned32,
    rPSCfgSetR8TotChldAlrmEvtsAtndDp   Unsigned32,
    rPSCfgSetR8ExportIncASRepData      INTEGER,
    rPSCfgSetR8ExportChldObjectsToInc  INTEGER
  }

  rPSCfgSetR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSCfgSetR8Entry  1 }

  rPSCfgSetR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSCfgSetR8Entry  2 }

  rPSCfgSetR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSCfgSetR8Entry  3 }

  rPSCfgSetR8CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSCfgSetR8Entry  4 }

  rPSCfgSetR8CfgSetType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basic(1),
                   noLNPLookupNorthAmericaOnly(2),
                   uKRouting(3),
                   lNPLookupNorthAmericaOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set type'.
                  This field is only writable during create."
    ::= { rPSCfgSetR8Entry  5 }

  rPSCfgSetR8CfgSetName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set name'."
    ::= { rPSCfgSetR8Entry  6 }

  rPSCfgSetR8I1InitialRtgTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  7 }

  rPSCfgSetR8I2InitialRtgTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  8 }

  rPSCfgSetR8I3InitialRtgTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  9 }

  rPSCfgSetR8I4InitialRtgTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  10 }

  rPSCfgSetR8I5InitialRtgTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  11 }

  rPSCfgSetR8InitialRtgTblOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table'.
                  This field represents the fixed
                  values that Initial Routing Table
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  12 }

  rPSCfgSetR8I1RtgTblRemLNPLookupNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  13 }

  rPSCfgSetR8I2RtgTblRemLNPLookupNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  14 }

  rPSCfgSetR8I3RtgTblRemLNPLookupCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  15 }

  rPSCfgSetR8I4RtgTblRemLNPLookupCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  16 }

  rPSCfgSetR8I5RtgTblRemLNPLookupRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  17 }

  rPSCfgSetR8RtgTblRemLNPLookupOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup'.
                  This field represents the fixed
                  values that Routing Table - remote LNP lookup
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  18 }

  rPSCfgSetR8I1NumVldnTblCarrIDsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  43 }

  rPSCfgSetR8I2NumVldnTblCarrIDsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  44 }

  rPSCfgSetR8I3NumVldnTblCarrIDsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  45 }

  rPSCfgSetR8I4NumVldnTblCarrIDsCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  46 }

  rPSCfgSetR8I5NumVldnTblCarrIDsNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  47 }

  rPSCfgSetR8NumVldnTblCarrIDsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs'.
                  This field represents the fixed
                  values that Number Validation Table - carrier IDs
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  48 }

  rPSCfgSetR8I1AttrSetCarrIDsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  49 }

  rPSCfgSetR8I2AttrSetCarrIDsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  50 }

  rPSCfgSetR8I3AttrSetCarrIDsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  51 }

  rPSCfgSetR8I4AttrSetCarrIDsCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  52 }

  rPSCfgSetR8I5AttrSetCarrIDsAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  53 }

  rPSCfgSetR8AttrSetCarrIDsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs'.
                  This field represents the fixed
                  values that Attribute Set - carrier IDs
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  54 }

  rPSCfgSetR8ReadyUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ready for use'."
    ::= { rPSCfgSetR8Entry  56 }

  rPSCfgSetR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSCfgSetR8Entry  57 }

  rPSCfgSetR8AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPSCfgSetR8Entry  58 }

  rPSCfgSetR8AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR8Entry  59 }

  rPSCfgSetR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSCfgSetR8Entry  60 }

  rPSCfgSetR8AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPSCfgSetR8Entry  61 }

  rPSCfgSetR8TrnkRtgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing Attend To Dependent alarms'."
    ::= { rPSCfgSetR8Entry  62 }

  rPSCfgSetR8TrnkRtgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR8Entry  63 }

  rPSCfgSetR8SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSCfgSetR8Entry  64 }

  rPSCfgSetR8ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSCfgSetR8Entry  65 }

  rPSCfgSetR8ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSCfgSetR8Entry  66 }

  rPSCfgSetR8ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSCfgSetR8Entry  67 }

  rPSCfgSetR8ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSCfgSetR8Entry  68 }

  rPSCfgSetR8ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSCfgSetR8Entry  69 }

  rPSCfgSetR8ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSCfgSetR8Entry  70 }

  rPSCfgSetR8ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSCfgSetR8Entry  71 }

  rPSCfgSetR8ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSCfgSetR8Entry  72 }

  rPSCfgSetR8ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSCfgSetR8Entry  73 }

  rPSCfgSetR8ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSCfgSetR8Entry  74 }

  rPSCfgSetR8ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSCfgSetR8Entry  75 }

  rPSCfgSetR8ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSCfgSetR8Entry  76 }

  rPSCfgSetR8ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSCfgSetR8Entry  77 }

  rPSCfgSetR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   copy(1),
                   export(2),
                   import(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR8Entry  78 }

  rPSCfgSetR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { rPSCfgSetR8Entry  79 }

  rPSCfgSetR8AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR8Entry  80 }

  rPSCfgSetR8OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR8Entry  81 }

  rPSCfgSetR8CfgSetUsage OBJECT-TYPE
    SYNTAX       BITS {
                   transitCallsAllowed(0),
                   routingOnIncompleteCalledNumberAllowed(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set usage'."
    DEFVAL       { {} }
    ::= { rPSCfgSetR8Entry  82 }

  rPSCfgSetR8ForceTrnkRtg OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force trunk routing'."
    DEFVAL       { {prePaidOffSwitchCallingCardSubscriber} }
    ::= { rPSCfgSetR8Entry  83 }

  rPSCfgSetR8I1NumVldnTblPostANIScreeningLookupNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  84 }

  rPSCfgSetR8I2NumVldnTblPostANIScreeningLookupNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  85 }

  rPSCfgSetR8I3NumVldnTblPostANIScreeningLookupCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  86 }

  rPSCfgSetR8I4NumVldnTblPostANIScreeningLookupCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  87 }

  rPSCfgSetR8I5NumVldnTblPostANIScreeningLookupNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  88 }

  rPSCfgSetR8NumVldnTblPostANIScreeningLookupOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup'.
                  This field represents the fixed
                  values that Number Validation Table - post ANI Screening lookup
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  89 }

  rPSCfgSetR8I1NumVldnTblPostAuthCodeCollctnNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  90 }

  rPSCfgSetR8I2NumVldnTblPostAuthCodeCollctnNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  91 }

  rPSCfgSetR8I3NumVldnTblPostAuthCodeCollctnCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  92 }

  rPSCfgSetR8I4NumVldnTblPostAuthCodeCollctnCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  93 }

  rPSCfgSetR8I5NumVldnTblPostAuthCodeCollctnNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  94 }

  rPSCfgSetR8NumVldnTblPostAuthCodeCollctnOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection'.
                  This field represents the fixed
                  values that Number Validation Table - post Authorization Code collection
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  95 }

  rPSCfgSetR8LastModificationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last modification time'."
    ::= { rPSCfgSetR8Entry  97 }

  rPSCfgSetR8I1NumVldnTblCallFromSubNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  98 }

  rPSCfgSetR8I2NumVldnTblCallFromSubNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  99 }

  rPSCfgSetR8I3NumVldnTblCallFromSubCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  100 }

  rPSCfgSetR8I4NumVldnTblCallFromSubCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  101 }

  rPSCfgSetR8I5NumVldnTblCallFromSubNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  102 }

  rPSCfgSetR8NumVldnTblCallFromSubOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber'.
                  This field represents the fixed
                  values that Number Validation Table - call from subscriber
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  103 }

  rPSCfgSetR8I1AttrSetCallFromSubNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  104 }

  rPSCfgSetR8I2AttrSetCallFromSubNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  105 }

  rPSCfgSetR8I3AttrSetCallFromSubCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  106 }

  rPSCfgSetR8I4AttrSetCallFromSubCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  107 }

  rPSCfgSetR8I5AttrSetCallFromSubAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  108 }

  rPSCfgSetR8AttrSetCallFromSubOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber'.
                  This field represents the fixed
                  values that Attribute Set - call from subscriber
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  109 }

  rPSCfgSetR8I1NumVldnTblCallFromTrnkOrAfterTCAPQueryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  110 }

  rPSCfgSetR8I2NumVldnTblCallFromTrnkOrAfterTCAPQueryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  111 }

  rPSCfgSetR8I3NumVldnTblCallFromTrnkOrAfterTCAPQueryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  112 }

  rPSCfgSetR8I4NumVldnTblCallFromTrnkOrAfterTCAPQueryCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  113 }

  rPSCfgSetR8I5NumVldnTblCallFromTrnkOrAfterTCAPQueryNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  114 }

  rPSCfgSetR8NumVldnTblCallFromTrnkOrAfterTCAPQueryOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query'.
                  This field represents the fixed
                  values that Number Validation Table - call from trunk or after TCAP query
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  115 }

  rPSCfgSetR8I1AttrSetCallFromTrnkOrAfterTCAPQueryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  116 }

  rPSCfgSetR8I2AttrSetCallFromTrnkOrAfterTCAPQueryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  117 }

  rPSCfgSetR8I3AttrSetCallFromTrnkOrAfterTCAPQueryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  118 }

  rPSCfgSetR8I4AttrSetCallFromTrnkOrAfterTCAPQueryCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  119 }

  rPSCfgSetR8I5AttrSetCallFromTrnkOrAfterTCAPQueryAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  120 }

  rPSCfgSetR8AttrSetCallFromTrnkOrAfterTCAPQueryOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query'.
                  This field represents the fixed
                  values that Attribute Set - call from trunk or after TCAP query
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  121 }

  rPSCfgSetR8AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSCfgSetR8Entry  122 }

  rPSCfgSetR8AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR8Entry  123 }

  rPSCfgSetR8AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { rPSCfgSetR8Entry  124 }

  rPSCfgSetR8TranslationsLvl OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967295 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Translations level'."
    ::= { rPSCfgSetR8Entry  125 }

  rPSCfgSetR8I1RtgTblIntraClusterRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  126 }

  rPSCfgSetR8I2RtgTblIntraClusterRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  127 }

  rPSCfgSetR8I3RtgTblIntraClusterRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  128 }

  rPSCfgSetR8I4RtgTblIntraClusterRtgCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  129 }

  rPSCfgSetR8I5RtgTblIntraClusterRtgRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  130 }

  rPSCfgSetR8RtgTblIntraClusterRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing'.
                  This field represents the fixed
                  values that Routing Table - intra-cluster routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR8Entry  131 }

  rPSCfgSetR8TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSCfgSetR8Entry  132 }

  rPSCfgSetR8TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSCfgSetR8Entry  133 }

  rPSCfgSetR8ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSCfgSetR8Entry  134 }

  rPSCfgSetR8ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSCfgSetR8Entry  135 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Routing'                                              */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  rPSTrunkRtgConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSTrunkRtgConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Config Set'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1874 }

  rPSTrunkRtgConR1Entry OBJECT-TYPE
    SYNTAX       RPSTrunkRtgConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSTrunkRtgConR1NEConn,
             rPSTrunkRtgConR1NetwkElement,
             rPSTrunkRtgConR1CFSIx,
             rPSTrunkRtgConR1CfgSetIx }
    ::= {  rPSTrunkRtgConR1Table  1  }

  RPSTrunkRtgConR1Entry  ::=  SEQUENCE
  {
    rPSTrunkRtgConR1NEConn             Unsigned32,
    rPSTrunkRtgConR1NetwkElement       DisplayString,
    rPSTrunkRtgConR1CFSIx              Unsigned32,
    rPSTrunkRtgConR1CfgSetIx           Unsigned32,
    rPSTrunkRtgConR1RtgTblAlrmsAtndDp  Integer32,
    rPSTrunkRtgConR1RtgTblAlrmEvtsAtndDp
                                       Integer32,
    rPSTrunkRtgConR1SummaryChldAlrmState
                                       INTEGER,
    rPSTrunkRtgConR1ImportCnt          Integer32,
    rPSTrunkRtgConR1ImportStatus       DisplayString,
    rPSTrunkRtgConR1ImportMode         INTEGER,
    rPSTrunkRtgConR1ImportFile         DisplayString,
    rPSTrunkRtgConR1ImportCorr         Counter64,
    rPSTrunkRtgConR1ImportCorrNode     DisplayString,
    rPSTrunkRtgConR1ImportCorrUID      DisplayString,
    rPSTrunkRtgConR1ExportNumObjectsExported
                                       Integer32,
    rPSTrunkRtgConR1ExportStatus       DisplayString,
    rPSTrunkRtgConR1ExportFile         DisplayString,
    rPSTrunkRtgConR1ExportCorr         Counter64,
    rPSTrunkRtgConR1ExportCorrNode     DisplayString,
    rPSTrunkRtgConR1ExportCorrUID      DisplayString,
    rPSTrunkRtgConR1DoExtraActions     INTEGER,
    rPSTrunkRtgConR1TotChldAlrmsAtndDp Unsigned32,
    rPSTrunkRtgConR1TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    rPSTrunkRtgConR1ExportIncASRepData INTEGER,
    rPSTrunkRtgConR1ExportChldObjectsToInc
                                       INTEGER
  }

  rPSTrunkRtgConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSTrunkRtgConR1Entry  1 }

  rPSTrunkRtgConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSTrunkRtgConR1Entry  2 }

  rPSTrunkRtgConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSTrunkRtgConR1Entry  3 }

  rPSTrunkRtgConR1CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSTrunkRtgConR1Entry  4 }

  rPSTrunkRtgConR1RtgTblAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Table Attend To Dependent alarms'."
    ::= { rPSTrunkRtgConR1Entry  5 }

  rPSTrunkRtgConR1RtgTblAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Table Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSTrunkRtgConR1Entry  6 }

  rPSTrunkRtgConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSTrunkRtgConR1Entry  7 }

  rPSTrunkRtgConR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSTrunkRtgConR1Entry  8 }

  rPSTrunkRtgConR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSTrunkRtgConR1Entry  9 }

  rPSTrunkRtgConR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSTrunkRtgConR1Entry  10 }

  rPSTrunkRtgConR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSTrunkRtgConR1Entry  11 }

  rPSTrunkRtgConR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSTrunkRtgConR1Entry  12 }

  rPSTrunkRtgConR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSTrunkRtgConR1Entry  13 }

  rPSTrunkRtgConR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSTrunkRtgConR1Entry  14 }

  rPSTrunkRtgConR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSTrunkRtgConR1Entry  15 }

  rPSTrunkRtgConR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSTrunkRtgConR1Entry  16 }

  rPSTrunkRtgConR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSTrunkRtgConR1Entry  17 }

  rPSTrunkRtgConR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSTrunkRtgConR1Entry  18 }

  rPSTrunkRtgConR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSTrunkRtgConR1Entry  19 }

  rPSTrunkRtgConR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSTrunkRtgConR1Entry  20 }

  rPSTrunkRtgConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSTrunkRtgConR1Entry  21 }

  rPSTrunkRtgConR1TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSTrunkRtgConR1Entry  22 }

  rPSTrunkRtgConR1TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSTrunkRtgConR1Entry  23 }

  rPSTrunkRtgConR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSTrunkRtgConR1Entry  24 }

  rPSTrunkRtgConR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSTrunkRtgConR1Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profiles'                                        */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  perProfConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1877 }

  perProfConR1Entry OBJECT-TYPE
    SYNTAX       PerProfConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfConR1NEConn,
             perProfConR1NetwkElement,
             perProfConR1CFSIx }
    ::= {  perProfConR1Table  1  }

  PerProfConR1Entry  ::=  SEQUENCE
  {
    perProfConR1NEConn                 Unsigned32,
    perProfConR1NetwkElement           DisplayString,
    perProfConR1CFSIx                  Unsigned32,
    perProfConR1PerProfAlrmsAttnRq     Unsigned32,
    perProfConR1PerProfAlrmEvtsAttnRq  Unsigned32,
    perProfConR1PerProfAlrmsAtndDp     Unsigned32,
    perProfConR1PerProfAlrmEvtsAtndDp  Unsigned32,
    perProfConR1SummaryChldAlrmState   INTEGER,
    perProfConR1ImportCnt              Integer32,
    perProfConR1ImportStatus           DisplayString,
    perProfConR1ImportMode             INTEGER,
    perProfConR1ImportFile             DisplayString,
    perProfConR1ImportCorr             Counter64,
    perProfConR1ImportCorrNode         DisplayString,
    perProfConR1ImportCorrUID          DisplayString,
    perProfConR1ExportNumObjectsExported
                                       Integer32,
    perProfConR1ExportStatus           DisplayString,
    perProfConR1ExportFile             DisplayString,
    perProfConR1ExportCorr             Counter64,
    perProfConR1ExportCorrNode         DisplayString,
    perProfConR1ExportCorrUID          DisplayString,
    perProfConR1DoExtraActions         INTEGER,
    perProfConR1TotChldAlrmsAttnRq     Unsigned32,
    perProfConR1TotChldAlrmEvtsAttnRq  Unsigned32,
    perProfConR1TotChldAlrmsAtndDp     Unsigned32,
    perProfConR1TotChldAlrmEvtsAtndDp  Unsigned32,
    perProfConR1ExportIncASRepData     INTEGER,
    perProfConR1ExportChldObjectsToInc INTEGER
  }

  perProfConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfConR1Entry  1 }

  perProfConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfConR1Entry  2 }

  perProfConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfConR1Entry  3 }

  perProfConR1PerProfAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attention Required alarms'."
    ::= { perProfConR1Entry  4 }

  perProfConR1PerProfAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfConR1Entry  5 }

  perProfConR1PerProfAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attend To Dependent alarms'."
    ::= { perProfConR1Entry  6 }

  perProfConR1PerProfAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Persistent Profile Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfConR1Entry  7 }

  perProfConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfConR1Entry  8 }

  perProfConR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { perProfConR1Entry  9 }

  perProfConR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { perProfConR1Entry  10 }

  perProfConR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { perProfConR1Entry  11 }

  perProfConR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { perProfConR1Entry  12 }

  perProfConR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { perProfConR1Entry  13 }

  perProfConR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { perProfConR1Entry  14 }

  perProfConR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { perProfConR1Entry  15 }

  perProfConR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfConR1Entry  16 }

  perProfConR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfConR1Entry  17 }

  perProfConR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfConR1Entry  18 }

  perProfConR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfConR1Entry  19 }

  perProfConR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfConR1Entry  20 }

  perProfConR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfConR1Entry  21 }

  perProfConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfConR1Entry  22 }

  perProfConR1TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfConR1Entry  23 }

  perProfConR1TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfConR1Entry  24 }

  perProfConR1TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfConR1Entry  25 }

  perProfConR1TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfConR1Entry  26 }

  perProfConR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfConR1Entry  27 }

  perProfConR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfConR1Entry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Group'                                           */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  subGpR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGpR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1879 }

  subGpR5Entry OBJECT-TYPE
    SYNTAX       SubGpR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGpR5NEConn,
             subGpR5NetwkElement,
             subGpR5CFSIx,
             subGpR5SubGpIx }
    ::= {  subGpR5Table  1  }

  SubGpR5Entry  ::=  SEQUENCE
  {
    subGpR5NEConn                      Unsigned32,
    subGpR5NetwkElement                DisplayString,
    subGpR5CFSIx                       Unsigned32,
    subGpR5SubGpIx                     Unsigned32,
    subGpR5GpName                      DisplayString,
    subGpR5I1RPSDigitMapNEConn         Unsigned32,
    subGpR5I2RPSDigitMapNetwkElement   DisplayString,
    subGpR5I3RPSDigitMapCFSIx          Unsigned32,
    subGpR5I4RPSDigitMapCfgSetIx       Unsigned32,
    subGpR5I5RPSDigitMapDigitMapIx     INTEGER,
    subGpR5NumActSubs                  Unsigned32,
    subGpR5RowStatus                   RowStatus,
    subGpR5NumOtherRefs                Unsigned32,
    subGpR5T1I1SigGwM3UAAppSvrNEConn   Unsigned32,
    subGpR5T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    subGpR5T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    subGpR5SigGwM3UAAppSvrOtherVals    INTEGER,
    subGpR5T2I1SigGwM3UAAppSvrNEConn   Unsigned32,
    subGpR5T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    subGpR5T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    subGpR5LineGpIx                    Unsigned32,
    subGpR5NumActLines                 Unsigned32
  }

  subGpR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGpR5Entry  1 }

  subGpR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGpR5Entry  2 }

  subGpR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGpR5Entry  3 }

  subGpR5SubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber Group index'.
                  This is an index field."
    ::= { subGpR5Entry  4 }

  subGpR5GpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group name'."
    ::= { subGpR5Entry  5 }

  subGpR5I1RPSDigitMapNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Digit Map',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSDigitMapSE'."
    ::= { subGpR5Entry  6 }

  subGpR5I2RPSDigitMapNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Digit Map',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSDigitMapSE'."
    ::= { subGpR5Entry  7 }

  subGpR5I3RPSDigitMapCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Digit Map',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSDigitMapSE'."
    ::= { subGpR5Entry  8 }

  subGpR5I4RPSDigitMapCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Digit Map',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSDigitMapSE'."
    ::= { subGpR5Entry  9 }

  subGpR5I5RPSDigitMapDigitMapIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Digit Map',
                  This field represents index 'Digit Map index'
                  in referenced type 'BOORPSDigitMapSE'."
    ::= { subGpR5Entry  10 }

  subGpR5NumActSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of active subscribers'."
    ::= { subGpR5Entry  11 }

  subGpR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGpR5Entry  12 }

  subGpR5NumOtherRefs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of other references'."
    ::= { subGpR5Entry  13 }

  subGpR5T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { subGpR5Entry  15 }

  subGpR5T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { subGpR5Entry  16 }

  subGpR5T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { subGpR5Entry  17 }

  subGpR5SigGwM3UAAppSvrOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server'.
                  This field represents the fixed
                  values that Signaling Gateway/M3UA Application Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGpR5Entry  18 }

  subGpR5T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { subGpR5Entry  19 }

  subGpR5T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { subGpR5Entry  20 }

  subGpR5T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { subGpR5Entry  21 }

  subGpR5LineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Group index'.
                  This field is only writable during create."
    ::= { subGpR5Entry  22 }

  subGpR5NumActLines OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of active lines'."
    ::= { subGpR5Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Lines'                                           */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  aGCLineConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1880 }

  aGCLineConEntry OBJECT-TYPE
    SYNTAX       AGCLineConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineConNEConn,
             aGCLineConNetwkElement,
             aGCLineConCFSIx }
    ::= {  aGCLineConTable  1  }

  AGCLineConEntry  ::=  SEQUENCE
  {
    aGCLineConNEConn                   Unsigned32,
    aGCLineConNetwkElement             DisplayString,
    aGCLineConCFSIx                    Unsigned32,
    aGCLineConIndLineAlrmsAttnRq       Unsigned32,
    aGCLineConIndLineAlrmEvtsAttnRq    Unsigned32,
    aGCLineConIndLineAlrmsAtndDp       Unsigned32,
    aGCLineConIndLineAlrmEvtsAtndDp    Unsigned32,
    aGCLineConSummaryChldAlrmState     INTEGER,
    aGCLineConImportCnt                Integer32,
    aGCLineConImportStatus             DisplayString,
    aGCLineConImportMode               INTEGER,
    aGCLineConImportFile               DisplayString,
    aGCLineConImportCorr               Counter64,
    aGCLineConImportCorrNode           DisplayString,
    aGCLineConImportCorrUID            DisplayString,
    aGCLineConExportNumObjectsExported Integer32,
    aGCLineConExportStatus             DisplayString,
    aGCLineConExportFile               DisplayString,
    aGCLineConExportCorr               Counter64,
    aGCLineConExportCorrNode           DisplayString,
    aGCLineConExportCorrUID            DisplayString,
    aGCLineConDoExtraActions           INTEGER,
    aGCLineConExportIncASRepData       INTEGER,
    aGCLineConExportChldObjectsToInc   INTEGER
  }

  aGCLineConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineConEntry  1 }

  aGCLineConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineConEntry  2 }

  aGCLineConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineConEntry  3 }

  aGCLineConIndLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarms'."
    ::= { aGCLineConEntry  4 }

  aGCLineConIndLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineConEntry  5 }

  aGCLineConIndLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarms'."
    ::= { aGCLineConEntry  6 }

  aGCLineConIndLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineConEntry  7 }

  aGCLineConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCLineConEntry  8 }

  aGCLineConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { aGCLineConEntry  9 }

  aGCLineConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { aGCLineConEntry  10 }

  aGCLineConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { aGCLineConEntry  11 }

  aGCLineConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { aGCLineConEntry  12 }

  aGCLineConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { aGCLineConEntry  13 }

  aGCLineConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { aGCLineConEntry  14 }

  aGCLineConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { aGCLineConEntry  15 }

  aGCLineConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCLineConEntry  16 }

  aGCLineConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCLineConEntry  17 }

  aGCLineConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCLineConEntry  18 }

  aGCLineConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCLineConEntry  19 }

  aGCLineConExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCLineConEntry  20 }

  aGCLineConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCLineConEntry  21 }

  aGCLineConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineConEntry  22 }

  aGCLineConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCLineConEntry  23 }

  aGCLineConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCLineConEntry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  aGCLineTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1881 }

  aGCLineEntry OBJECT-TYPE
    SYNTAX       AGCLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineNEConn,
             aGCLineNetwkElement,
             aGCLineCFSIx,
             aGCLineDirNum }
    ::= {  aGCLineTable  1  }

  AGCLineEntry  ::=  SEQUENCE
  {
    aGCLineNEConn                      Unsigned32,
    aGCLineNetwkElement                DisplayString,
    aGCLineCFSIx                       Unsigned32,
    aGCLineDirNum                      DisplayString,
    aGCLineCustInfo                    DisplayString,
    aGCLineCustInfo2                   DisplayString,
    aGCLineCustInfo3                   DisplayString,
    aGCLineCustInfo4                   DisplayString,
    aGCLineCustInfo5                   DisplayString,
    aGCLineCustInfo6                   DisplayString,
    aGCLineI1LineGpNEConn              Unsigned32,
    aGCLineI2LineGpNetwkElement        DisplayString,
    aGCLineI3LineGpCFSIx               Unsigned32,
    aGCLineI4LineGpSubGpIx             Unsigned32,
    aGCLineSigType                     INTEGER,
    aGCLineT1I1GatewayNEConn           Unsigned32,
    aGCLineT1I2GatewayNetwkElement     DisplayString,
    aGCLineT1I3GatewayCFSIx            Unsigned32,
    aGCLineT1I4GatewayGatewayIx        Unsigned32,
    aGCLineT2I1GatewayNEConn           Unsigned32,
    aGCLineT2I2GatewayNetwkElement     DisplayString,
    aGCLineT2I3GatewayCFSIx            Unsigned32,
    aGCLineT2I4GatewayGatewayIx        Unsigned32,
    aGCLineT1I1AccDevNEConn            Unsigned32,
    aGCLineT1I2AccDevNetwkElement      DisplayString,
    aGCLineT1I3AccDevCFSIx             Unsigned32,
    aGCLineT1I4AccDevGatewayIx         Unsigned32,
    aGCLineT1I5AccDevDeviceIx          Unsigned32,
    aGCLineT2I1AccDevNEConn            Unsigned32,
    aGCLineT2I2AccDevNetwkElement      DisplayString,
    aGCLineT2I3AccDevCFSIx             Unsigned32,
    aGCLineT2I4AccDevGatewayIx         Unsigned32,
    aGCLineT2I5AccDevDeviceIx          Unsigned32,
    aGCLineAccessLineNum               Unsigned32,
    aGCLineI1ISDNInterfaceNEConn       Unsigned32,
    aGCLineI2ISDNInterfaceNetwkElement DisplayString,
    aGCLineI3ISDNInterfaceCFSIx        Unsigned32,
    aGCLineI4ISDNInterfaceISDNIx       Unsigned32,
    aGCLineI5ISDNInterfacePRIIx        Unsigned32,
    aGCLineISDNDefBearerCapabilities   BITS,
    aGCLineUseDNIdentification         INTEGER,
    aGCLineSIPUserName                 DisplayString,
    aGCLineUseDomainFromRegistrar      INTEGER,
    aGCLineSIPDomainName               DisplayString,
    aGCLineSIPAuthenticationReqd       INTEGER,
    aGCLineNewSIPPassword              DisplayString,
    aGCLineConfirmNewSIPPassword       DisplayString,
    aGCLineSIPPassword                 DisplayString,
    aGCLineSDActI1NetwkNodeNEConn      Unsigned32,
    aGCLineSDActI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineSDActI3NetwkNodeCFSIx       Unsigned32,
    aGCLineSDActI4NetwkNodeNodeIx      Unsigned32,
    aGCLineSDDefI1NetwkNodeNEConn      Unsigned32,
    aGCLineSDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineSDDefI3NetwkNodeCFSIx       Unsigned32,
    aGCLineSDDefI4NetwkNodeNodeIx      Unsigned32,
    aGCLineSDActNetwkNodeOtherVals     INTEGER,
    aGCLineSDDefNetwkNodeOtherVals     INTEGER,
    aGCLineSDUseDefNetwkNode           INTEGER,
    aGCLineI1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    aGCLineI2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    aGCLineI3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    aGCLineI4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    aGCLinePreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    aGCLineSignalFunctionCode          INTEGER,
    aGCLineLineUsage                   INTEGER,
    aGCLineGR303NailedUpConn           INTEGER,
    aGCLineGR303DialType               INTEGER,
    aGCLineFSKFormat                   INTEGER,
    aGCLineLineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCLineSDActAdjustDaylightSavings  INTEGER,
    aGCLineSDDefAdjustDaylightSavings  INTEGER,
    aGCLineSDUseDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineSDActLineTimezone           LongDisplayString,
    aGCLineSDDefLineTimezone           LongDisplayString,
    aGCLineSDUseDefLineTimezone        INTEGER,
    aGCLineEnabledDate                 Unsigned32,
    aGCLineSASHostname                 LongDisplayString,
    aGCLineSDActLCC1                   INTEGER,
    aGCLineSDDefLCC1                   INTEGER,
    aGCLineSDUseDefLCC1                INTEGER,
    aGCLineSDActLCC2                   INTEGER,
    aGCLineSDDefLCC2                   INTEGER,
    aGCLineSDUseDefLCC2                INTEGER,
    aGCLineSDActLCC3                   INTEGER,
    aGCLineSDDefLCC3                   INTEGER,
    aGCLineSDUseDefLCC3                INTEGER,
    aGCLineSDActLCC4                   INTEGER,
    aGCLineSDDefLCC4                   INTEGER,
    aGCLineSDUseDefLCC4                INTEGER,
    aGCLineSDActLCC5                   INTEGER,
    aGCLineSDDefLCC5                   INTEGER,
    aGCLineSDUseDefLCC5                INTEGER,
    aGCLineSDActLCC6                   INTEGER,
    aGCLineSDDefLCC6                   INTEGER,
    aGCLineSDUseDefLCC6                INTEGER,
    aGCLineSDActLCC7                   INTEGER,
    aGCLineSDDefLCC7                   INTEGER,
    aGCLineSDUseDefLCC7                INTEGER,
    aGCLineSDActLCC8                   INTEGER,
    aGCLineSDDefLCC8                   INTEGER,
    aGCLineSDUseDefLCC8                INTEGER,
    aGCLineSDActLCC9                   INTEGER,
    aGCLineSDDefLCC9                   INTEGER,
    aGCLineSDUseDefLCC9                INTEGER,
    aGCLineSDActLCC10                  INTEGER,
    aGCLineSDDefLCC10                  INTEGER,
    aGCLineSDUseDefLCC10               INTEGER,
    aGCLineSDActLCC11                  INTEGER,
    aGCLineSDDefLCC11                  INTEGER,
    aGCLineSDUseDefLCC11               INTEGER,
    aGCLineSDActLCC12                  INTEGER,
    aGCLineSDDefLCC12                  INTEGER,
    aGCLineSDUseDefLCC12               INTEGER,
    aGCLineSDActLCC13                  INTEGER,
    aGCLineSDDefLCC13                  INTEGER,
    aGCLineSDUseDefLCC13               INTEGER,
    aGCLineSDActLCC14                  INTEGER,
    aGCLineSDDefLCC14                  INTEGER,
    aGCLineSDUseDefLCC14               INTEGER,
    aGCLineSDActLCC15                  INTEGER,
    aGCLineSDDefLCC15                  INTEGER,
    aGCLineSDUseDefLCC15               INTEGER,
    aGCLineSDActLCC16                  INTEGER,
    aGCLineSDDefLCC16                  INTEGER,
    aGCLineSDUseDefLCC16               INTEGER,
    aGCLineSDActLCC17                  INTEGER,
    aGCLineSDDefLCC17                  INTEGER,
    aGCLineSDUseDefLCC17               INTEGER,
    aGCLineSDActLCC18                  INTEGER,
    aGCLineSDDefLCC18                  INTEGER,
    aGCLineSDUseDefLCC18               INTEGER,
    aGCLineSDActLCC19                  INTEGER,
    aGCLineSDDefLCC19                  INTEGER,
    aGCLineSDUseDefLCC19               INTEGER,
    aGCLineSDActLCC20                  INTEGER,
    aGCLineSDDefLCC20                  INTEGER,
    aGCLineSDUseDefLCC20               INTEGER,
    aGCLineDiagsLogLvl                 INTEGER,
    aGCLineDiagsAPITraceEnabled        INTEGER,
    aGCLineDiagsAPITraceTag            DisplayString,
    aGCLineDiagsAPITraceRemNum         DisplayString,
    aGCLineSDActVQMCallLogging         INTEGER,
    aGCLineSDDefVQMCallLogging         INTEGER,
    aGCLineSDUseDefVQMCallLogging      INTEGER,
    aGCLineI1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCLineI2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCLineI3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCLineI4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCLineTestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCLineLastInCallClgType           INTEGER,
    aGCLineLastInCallUniqueNum         INTEGER,
    aGCLineLastInCallClgNum            DisplayString,
    aGCLineLastInCallClgPresNum        DisplayString,
    aGCLineLastInCallTimeCall          Unsigned32,
    aGCLineLastInCallCallerWaited      INTEGER,
    aGCLineLastInCallCallAnswrd        INTEGER,
    aGCLineLastInCallCallTraced        INTEGER,
    aGCLineLastOutCallCldType          INTEGER,
    aGCLineLastOutCallCldNum           DisplayString,
    aGCLineLastOutCallNumPres          INTEGER,
    aGCLineLastOutCallCallType         INTEGER,
    aGCLineLastOutCallDirectDialed     INTEGER,
    aGCLineLastOutCallCarr             DisplayString,
    aGCLineRegDtlsCurrRegistered       INTEGER,
    aGCLineRegDtlsRegistrationIdentity LongDisplayString,
    aGCLineRegDtlsRegisteredIdentities LongDisplayString,
    aGCLineRegDtlsServRoute            LongDisplayString,
    aGCLineRegDtlsDurn                 Unsigned32,
    aGCLineRegDtlsExpiryTime           Unsigned32,
    aGCLineRegDtlsLastRegistrationTime Unsigned32,
    aGCLineRegDtlsErrCode              Unsigned32,
    aGCLineRegDtlsErrReason            LongDisplayString,
    aGCLineI1FaultMonitoringProfEMSIx  Unsigned32,
    aGCLineI2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCLineI3FaultMonitoringProfFMPIx  Integer32,
    aGCLineFaultMonitoringProfOtherVals
                                       INTEGER,
    aGCLineApplyFMPToReltdObjectTypes  BITS,
    aGCLineAllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCLineAlrmState                   INTEGER,
    aGCLineAlrmLogCorr                 Counter64,
    aGCLineAddtlAlrmLogCorr            Counter64,
    aGCLineAlrmEvtsAttnRq              Unsigned32,
    aGCLineAlrmEvtsAtndDp              Unsigned32,
    aGCLineAlrmStateTimestamp          Unsigned32,
    aGCLineChldCallServAlrmsAttnRq     Unsigned32,
    aGCLineChldCallServAlrmEvtsAttnRq  Unsigned32,
    aGCLineChldCallServAlrmsAtndDp     Unsigned32,
    aGCLineChldCallServAlrmEvtsAtndDp  Unsigned32,
    aGCLineSummaryChldAlrmState        INTEGER,
    aGCLineExportNumObjectsExported    Integer32,
    aGCLineExportStatus                DisplayString,
    aGCLineExportFile                  DisplayString,
    aGCLineExportCorr                  Counter64,
    aGCLineExportCorrNode              DisplayString,
    aGCLineExportCorrUID               DisplayString,
    aGCLineDoExtraActions              INTEGER,
    aGCLineRowStatus                   RowStatus,
    aGCLineSDActI1SIPRegistrarNEConn   Unsigned32,
    aGCLineSDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineSDActI3SIPRegistrarCFSIx    Unsigned32,
    aGCLineSDActI4SIPRegistrarSIPIx    Unsigned32,
    aGCLineSDActI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCLineSDDefI1SIPRegistrarNEConn   Unsigned32,
    aGCLineSDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineSDDefI3SIPRegistrarCFSIx    Unsigned32,
    aGCLineSDDefI4SIPRegistrarSIPIx    Unsigned32,
    aGCLineSDDefI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCLineSDUseDefSIPRegistrar        INTEGER,
    aGCLineExportIncASRepData          INTEGER,
    aGCLineExportChldObjectsToInc      INTEGER
  }

  aGCLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineEntry  1 }

  aGCLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineEntry  2 }

  aGCLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineEntry  3 }

  aGCLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineEntry  4 }

  aGCLineCustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCLineEntry  5 }

  aGCLineCustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCLineEntry  6 }

  aGCLineCustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCLineEntry  7 }

  aGCLineCustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCLineEntry  8 }

  aGCLineCustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCLineEntry  9 }

  aGCLineCustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCLineEntry  10 }

  aGCLineI1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineEntry  11 }

  aGCLineI2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineEntry  12 }

  aGCLineI3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineEntry  13 }

  aGCLineI4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineEntry  14 }

  aGCLineSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCLineEntry  15 }

  aGCLineT1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineEntry  16 }

  aGCLineT1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineEntry  17 }

  aGCLineT1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineEntry  18 }

  aGCLineT1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineEntry  19 }

  aGCLineT2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineEntry  20 }

  aGCLineT2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineEntry  21 }

  aGCLineT2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineEntry  22 }

  aGCLineT2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineEntry  23 }

  aGCLineT1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineEntry  24 }

  aGCLineT1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineEntry  25 }

  aGCLineT1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineEntry  26 }

  aGCLineT1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineEntry  27 }

  aGCLineT1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineEntry  28 }

  aGCLineT2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineEntry  29 }

  aGCLineT2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineEntry  30 }

  aGCLineT2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineEntry  31 }

  aGCLineT2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineEntry  32 }

  aGCLineT2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineEntry  33 }

  aGCLineAccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineEntry  34 }

  aGCLineI1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineEntry  35 }

  aGCLineI2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineEntry  36 }

  aGCLineI3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineEntry  37 }

  aGCLineI4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineEntry  38 }

  aGCLineI5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineEntry  39 }

  aGCLineISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCLineEntry  40 }

  aGCLineUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineEntry  52 }

  aGCLineSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCLineEntry  53 }

  aGCLineUseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCLineEntry  54 }

  aGCLineSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCLineEntry  55 }

  aGCLineSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCLineEntry  56 }

  aGCLineNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineEntry  57 }

  aGCLineConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineEntry  58 }

  aGCLineSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCLineEntry  59 }

  aGCLineSDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  60 }

  aGCLineSDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  61 }

  aGCLineSDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  62 }

  aGCLineSDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  63 }

  aGCLineSDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  64 }

  aGCLineSDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  65 }

  aGCLineSDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  66 }

  aGCLineSDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  67 }

  aGCLineSDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  71 }

  aGCLineSDDefNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineEntry  72 }

  aGCLineSDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  73 }

  aGCLineI1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineEntry  78 }

  aGCLineI2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineEntry  79 }

  aGCLineI3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineEntry  80 }

  aGCLineI4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineEntry  81 }

  aGCLinePreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineEntry  82 }

  aGCLineSignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineEntry  83 }

  aGCLineLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCLineEntry  84 }

  aGCLineGR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineEntry  85 }

  aGCLineGR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineEntry  86 }

  aGCLineFSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCLineEntry  87 }

  aGCLineLineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineEntry  88 }

  aGCLineSDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  89 }

  aGCLineSDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  90 }

  aGCLineSDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  91 }

  aGCLineSDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  92 }

  aGCLineSDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  93 }

  aGCLineSDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  94 }

  aGCLineEnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCLineEntry  95 }

  aGCLineSASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCLineEntry  96 }

  aGCLineSDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  97 }

  aGCLineSDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  98 }

  aGCLineSDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  99 }

  aGCLineSDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  100 }

  aGCLineSDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  101 }

  aGCLineSDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  102 }

  aGCLineSDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  103 }

  aGCLineSDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  104 }

  aGCLineSDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  105 }

  aGCLineSDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  106 }

  aGCLineSDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  107 }

  aGCLineSDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  108 }

  aGCLineSDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  109 }

  aGCLineSDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  110 }

  aGCLineSDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  111 }

  aGCLineSDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  112 }

  aGCLineSDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  113 }

  aGCLineSDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  114 }

  aGCLineSDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  115 }

  aGCLineSDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  116 }

  aGCLineSDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  117 }

  aGCLineSDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  118 }

  aGCLineSDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  119 }

  aGCLineSDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  120 }

  aGCLineSDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  121 }

  aGCLineSDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  122 }

  aGCLineSDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  123 }

  aGCLineSDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  124 }

  aGCLineSDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  125 }

  aGCLineSDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  126 }

  aGCLineSDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  127 }

  aGCLineSDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  128 }

  aGCLineSDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  129 }

  aGCLineSDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  130 }

  aGCLineSDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  131 }

  aGCLineSDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  132 }

  aGCLineSDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  133 }

  aGCLineSDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  134 }

  aGCLineSDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  135 }

  aGCLineSDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  136 }

  aGCLineSDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  137 }

  aGCLineSDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  138 }

  aGCLineSDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  139 }

  aGCLineSDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  140 }

  aGCLineSDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  141 }

  aGCLineSDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  142 }

  aGCLineSDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  143 }

  aGCLineSDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  144 }

  aGCLineSDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  145 }

  aGCLineSDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  146 }

  aGCLineSDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  147 }

  aGCLineSDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  148 }

  aGCLineSDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  149 }

  aGCLineSDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  150 }

  aGCLineSDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  151 }

  aGCLineSDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  152 }

  aGCLineSDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  153 }

  aGCLineSDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  154 }

  aGCLineSDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  155 }

  aGCLineSDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  156 }

  aGCLineDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineEntry  157 }

  aGCLineDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineEntry  158 }

  aGCLineDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineEntry  159 }

  aGCLineDiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCLineEntry  160 }

  aGCLineSDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  161 }

  aGCLineSDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineEntry  162 }

  aGCLineSDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  163 }

  aGCLineI1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineEntry  164 }

  aGCLineI2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineEntry  165 }

  aGCLineI3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineEntry  166 }

  aGCLineI4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineEntry  167 }

  aGCLineTestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineEntry  168 }

  aGCLineLastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { aGCLineEntry  169 }

  aGCLineLastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { aGCLineEntry  170 }

  aGCLineLastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { aGCLineEntry  171 }

  aGCLineLastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { aGCLineEntry  172 }

  aGCLineLastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { aGCLineEntry  173 }

  aGCLineLastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { aGCLineEntry  174 }

  aGCLineLastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { aGCLineEntry  175 }

  aGCLineLastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { aGCLineEntry  176 }

  aGCLineLastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { aGCLineEntry  177 }

  aGCLineLastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { aGCLineEntry  178 }

  aGCLineLastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { aGCLineEntry  179 }

  aGCLineLastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { aGCLineEntry  180 }

  aGCLineLastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { aGCLineEntry  181 }

  aGCLineLastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { aGCLineEntry  182 }

  aGCLineRegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCLineEntry  183 }

  aGCLineRegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCLineEntry  184 }

  aGCLineRegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCLineEntry  185 }

  aGCLineRegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCLineEntry  186 }

  aGCLineRegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCLineEntry  187 }

  aGCLineRegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCLineEntry  188 }

  aGCLineRegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCLineEntry  189 }

  aGCLineRegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCLineEntry  190 }

  aGCLineRegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCLineEntry  191 }

  aGCLineI1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineEntry  192 }

  aGCLineI2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineEntry  193 }

  aGCLineI3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineEntry  194 }

  aGCLineFaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineEntry  195 }

  aGCLineApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCLineEntry  196 }

  aGCLineAllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCLineEntry  197 }

  aGCLineAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineEntry  198 }

  aGCLineAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineEntry  199 }

  aGCLineAddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineEntry  200 }

  aGCLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineEntry  201 }

  aGCLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineEntry  202 }

  aGCLineAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineEntry  203 }

  aGCLineChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { aGCLineEntry  204 }

  aGCLineChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineEntry  205 }

  aGCLineChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { aGCLineEntry  206 }

  aGCLineChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineEntry  207 }

  aGCLineSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCLineEntry  208 }

  aGCLineExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCLineEntry  209 }

  aGCLineExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCLineEntry  210 }

  aGCLineExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCLineEntry  211 }

  aGCLineExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCLineEntry  212 }

  aGCLineExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCLineEntry  213 }

  aGCLineExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCLineEntry  214 }

  aGCLineDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineEntry  215 }

  aGCLineRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCLineEntry  216 }

  aGCLineSDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  217 }

  aGCLineSDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  218 }

  aGCLineSDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  219 }

  aGCLineSDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  220 }

  aGCLineSDActI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  221 }

  aGCLineSDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  222 }

  aGCLineSDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  223 }

  aGCLineSDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  224 }

  aGCLineSDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  225 }

  aGCLineSDDefI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineEntry  226 }

  aGCLineSDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineEntry  227 }

  aGCLineExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCLineEntry  228 }

  aGCLineExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCLineEntry  239 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Message Services'                                           */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  aGCLineMsgTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineMsgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1882 }

  aGCLineMsgEntry OBJECT-TYPE
    SYNTAX       AGCLineMsgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineMsgNEConn,
             aGCLineMsgNetwkElement,
             aGCLineMsgCFSIx,
             aGCLineMsgDirNum }
    ::= {  aGCLineMsgTable  1  }

  AGCLineMsgEntry  ::=  SEQUENCE
  {
    aGCLineMsgNEConn                   Unsigned32,
    aGCLineMsgNetwkElement             DisplayString,
    aGCLineMsgCFSIx                    Unsigned32,
    aGCLineMsgDirNum                   DisplayString,
    aGCLineMsgSDActVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    aGCLineMsgSDDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    aGCLineMsgSDUseDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    aGCLineMsgSDActVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    aGCLineMsgSDDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    aGCLineMsgSDUseDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    aGCLineMsgVoicemailMsgWtngIndicatorStatus
                                       INTEGER,
    aGCLineMsgDoExtraActions           INTEGER
  }

  aGCLineMsgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineMsgEntry  1 }

  aGCLineMsgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineMsgEntry  2 }

  aGCLineMsgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineMsgEntry  3 }

  aGCLineMsgDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineMsgEntry  4 }

  aGCLineMsgSDActVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMsgEntry  5 }

  aGCLineMsgSDDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMsgEntry  6 }

  aGCLineMsgSDUseDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMsgEntry  7 }

  aGCLineMsgSDActVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMsgEntry  8 }

  aGCLineMsgSDDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMsgEntry  9 }

  aGCLineMsgSDUseDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMsgEntry  10 }

  aGCLineMsgVoicemailMsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   on(1),
                   off(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Message Waiting Indicator status'."
    ::= { aGCLineMsgEntry  11 }

  aGCLineMsgDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetMessageWaitingIndicator(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineMsgEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  aGCLineOutTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineOutEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1883 }

  aGCLineOutEntry OBJECT-TYPE
    SYNTAX       AGCLineOutEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineOutNEConn,
             aGCLineOutNetwkElement,
             aGCLineOutCFSIx,
             aGCLineOutDirNum }
    ::= {  aGCLineOutTable  1  }

  AGCLineOutEntry  ::=  SEQUENCE
  {
    aGCLineOutNEConn                   Unsigned32,
    aGCLineOutNetwkElement             DisplayString,
    aGCLineOutCFSIx                    Unsigned32,
    aGCLineOutDirNum                   DisplayString,
    aGCLineOutSDActWHLSubscribed       INTEGER,
    aGCLineOutSDDefWHLSubscribed       INTEGER,
    aGCLineOutSDUseDefWHLSubscribed    INTEGER,
    aGCLineOutSDActWHLServLvl          INTEGER,
    aGCLineOutSDDefWHLServLvl          INTEGER,
    aGCLineOutSDUseDefWHLServLvl       INTEGER,
    aGCLineOutSDActWHLTimeout          Unsigned32,
    aGCLineOutSDDefWHLTimeout          Unsigned32,
    aGCLineOutSDUseDefWHLTimeout       INTEGER,
    aGCLineOutWHLEnabled               INTEGER,
    aGCLineOutWHLNum                   DisplayString
  }

  aGCLineOutNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineOutEntry  1 }

  aGCLineOutNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineOutEntry  2 }

  aGCLineOutCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineOutEntry  3 }

  aGCLineOutDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineOutEntry  4 }

  aGCLineOutSDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineOutEntry  5 }

  aGCLineOutSDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineOutEntry  6 }

  aGCLineOutSDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineOutEntry  7 }

  aGCLineOutSDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineOutEntry  8 }

  aGCLineOutSDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineOutEntry  9 }

  aGCLineOutSDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineOutEntry  10 }

  aGCLineOutSDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineOutEntry  11 }

  aGCLineOutSDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineOutEntry  12 }

  aGCLineOutSDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineOutEntry  13 }

  aGCLineOutWHLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - Enabled'."
    DEFVAL       { false }
    ::= { aGCLineOutEntry  14 }

  aGCLineOutWHLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - number'."
    ::= { aGCLineOutEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Off-Premises Extension Service'                             */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  aGCLineOPXTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineOPXEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1884 }

  aGCLineOPXEntry OBJECT-TYPE
    SYNTAX       AGCLineOPXEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineOPXNEConn,
             aGCLineOPXNetwkElement,
             aGCLineOPXCFSIx,
             aGCLineOPXDirNum,
             aGCLineOPXOPXDirNum }
    ::= {  aGCLineOPXTable  1  }

  AGCLineOPXEntry  ::=  SEQUENCE
  {
    aGCLineOPXNEConn                   Unsigned32,
    aGCLineOPXNetwkElement             DisplayString,
    aGCLineOPXCFSIx                    Unsigned32,
    aGCLineOPXDirNum                   DisplayString,
    aGCLineOPXOPXSubscribed            INTEGER,
    aGCLineOPXOPXDirNum                DisplayString,
    aGCLineOPXT1I1GatewayNEConn        Unsigned32,
    aGCLineOPXT1I2GatewayNetwkElement  DisplayString,
    aGCLineOPXT1I3GatewayCFSIx         Unsigned32,
    aGCLineOPXT1I4GatewayGatewayIx     Unsigned32,
    aGCLineOPXT2I1GatewayNEConn        Unsigned32,
    aGCLineOPXT2I2GatewayNetwkElement  DisplayString,
    aGCLineOPXT2I3GatewayCFSIx         Unsigned32,
    aGCLineOPXT2I4GatewayGatewayIx     Unsigned32,
    aGCLineOPXT1I1AccDevNEConn         Unsigned32,
    aGCLineOPXT1I2AccDevNetwkElement   DisplayString,
    aGCLineOPXT1I3AccDevCFSIx          Unsigned32,
    aGCLineOPXT1I4AccDevGatewayIx      Unsigned32,
    aGCLineOPXT1I5AccDevDeviceIx       Unsigned32,
    aGCLineOPXT2I1AccDevNEConn         Unsigned32,
    aGCLineOPXT2I2AccDevNetwkElement   DisplayString,
    aGCLineOPXT2I3AccDevCFSIx          Unsigned32,
    aGCLineOPXT2I4AccDevGatewayIx      Unsigned32,
    aGCLineOPXT2I5AccDevDeviceIx       Unsigned32,
    aGCLineOPXAccessLineNum            Unsigned32,
    aGCLineOPXSignalFunctionCode       INTEGER,
    aGCLineOPXGR303DialType            INTEGER,
    aGCLineOPXAlrmState                INTEGER,
    aGCLineOPXAlrmLogCorr              Counter64,
    aGCLineOPXAddtlAlrmLogCorr         Counter64,
    aGCLineOPXAlrmEvtsAttnRq           Unsigned32,
    aGCLineOPXAlrmEvtsAtndDp           Unsigned32,
    aGCLineOPXAlrmStateTimestamp       Unsigned32,
    aGCLineOPXDiagsLogLvl              INTEGER,
    aGCLineOPXDiagsAPITraceEnabled     INTEGER,
    aGCLineOPXDiagsAPITraceTag         DisplayString,
    aGCLineOPXRowStatus                RowStatus
  }

  aGCLineOPXNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineOPXEntry  1 }

  aGCLineOPXNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineOPXEntry  2 }

  aGCLineOPXCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineOPXEntry  3 }

  aGCLineOPXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineOPXEntry  4 }

  aGCLineOPXOPXSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Premises Extension - Subscribed'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { aGCLineOPXEntry  5 }

  aGCLineOPXOPXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineOPXEntry  6 }

  aGCLineOPXT1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXEntry  7 }

  aGCLineOPXT1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXEntry  8 }

  aGCLineOPXT1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXEntry  9 }

  aGCLineOPXT1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXEntry  10 }

  aGCLineOPXT2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXEntry  11 }

  aGCLineOPXT2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXEntry  12 }

  aGCLineOPXT2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXEntry  13 }

  aGCLineOPXT2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXEntry  14 }

  aGCLineOPXT1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  15 }

  aGCLineOPXT1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  16 }

  aGCLineOPXT1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  17 }

  aGCLineOPXT1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  18 }

  aGCLineOPXT1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  19 }

  aGCLineOPXT2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  20 }

  aGCLineOPXT2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  21 }

  aGCLineOPXT2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  22 }

  aGCLineOPXT2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  23 }

  aGCLineOPXT2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXEntry  24 }

  aGCLineOPXAccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineOPXEntry  25 }

  aGCLineOPXSignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineOPXEntry  26 }

  aGCLineOPXGR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineOPXEntry  27 }

  aGCLineOPXAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineOPXEntry  28 }

  aGCLineOPXAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineOPXEntry  29 }

  aGCLineOPXAddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineOPXEntry  30 }

  aGCLineOPXAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineOPXEntry  31 }

  aGCLineOPXAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineOPXEntry  32 }

  aGCLineOPXAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineOPXEntry  33 }

  aGCLineOPXDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineOPXEntry  34 }

  aGCLineOPXDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineOPXEntry  35 }

  aGCLineOPXDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineOPXEntry  36 }

  aGCLineOPXRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { aGCLineOPXEntry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBXs'                                                       */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  aGCPBXConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1885 }

  aGCPBXConEntry OBJECT-TYPE
    SYNTAX       AGCPBXConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXConNEConn,
             aGCPBXConNetwkElement,
             aGCPBXConCFSIx }
    ::= {  aGCPBXConTable  1  }

  AGCPBXConEntry  ::=  SEQUENCE
  {
    aGCPBXConNEConn                    Unsigned32,
    aGCPBXConNetwkElement              DisplayString,
    aGCPBXConCFSIx                     Unsigned32,
    aGCPBXConPBXAlrmsAttnRq            Unsigned32,
    aGCPBXConPBXAlrmEvtsAttnRq         Unsigned32,
    aGCPBXConPBXAlrmsAtndDp            Unsigned32,
    aGCPBXConPBXAlrmEvtsAtndDp         Unsigned32,
    aGCPBXConSummaryChldAlrmState      INTEGER,
    aGCPBXConImportCnt                 Integer32,
    aGCPBXConImportStatus              DisplayString,
    aGCPBXConImportMode                INTEGER,
    aGCPBXConImportFile                DisplayString,
    aGCPBXConImportCorr                Counter64,
    aGCPBXConImportCorrNode            DisplayString,
    aGCPBXConImportCorrUID             DisplayString,
    aGCPBXConExportNumObjectsExported  Integer32,
    aGCPBXConExportStatus              DisplayString,
    aGCPBXConExportFile                DisplayString,
    aGCPBXConExportCorr                Counter64,
    aGCPBXConExportCorrNode            DisplayString,
    aGCPBXConExportCorrUID             DisplayString,
    aGCPBXConDoExtraActions            INTEGER,
    aGCPBXConExportIncASRepData        INTEGER,
    aGCPBXConExportChldObjectsToInc    INTEGER
  }

  aGCPBXConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXConEntry  1 }

  aGCPBXConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXConEntry  2 }

  aGCPBXConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXConEntry  3 }

  aGCPBXConPBXAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attention Required alarms'."
    ::= { aGCPBXConEntry  4 }

  aGCPBXConPBXAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXConEntry  5 }

  aGCPBXConPBXAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Attend To Dependent alarms'."
    ::= { aGCPBXConEntry  6 }

  aGCPBXConPBXAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXConEntry  7 }

  aGCPBXConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCPBXConEntry  8 }

  aGCPBXConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { aGCPBXConEntry  9 }

  aGCPBXConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { aGCPBXConEntry  10 }

  aGCPBXConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { aGCPBXConEntry  11 }

  aGCPBXConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { aGCPBXConEntry  12 }

  aGCPBXConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { aGCPBXConEntry  13 }

  aGCPBXConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { aGCPBXConEntry  14 }

  aGCPBXConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { aGCPBXConEntry  15 }

  aGCPBXConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCPBXConEntry  16 }

  aGCPBXConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCPBXConEntry  17 }

  aGCPBXConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCPBXConEntry  18 }

  aGCPBXConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCPBXConEntry  19 }

  aGCPBXConExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCPBXConEntry  20 }

  aGCPBXConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCPBXConEntry  21 }

  aGCPBXConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCPBXConEntry  22 }

  aGCPBXConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCPBXConEntry  23 }

  aGCPBXConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCPBXConEntry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 8.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  aGCPBXTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1886 }

  aGCPBXEntry OBJECT-TYPE
    SYNTAX       AGCPBXEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXNEConn,
             aGCPBXNetwkElement,
             aGCPBXCFSIx,
             aGCPBXDirNum }
    ::= {  aGCPBXTable  1  }

  AGCPBXEntry  ::=  SEQUENCE
  {
    aGCPBXNEConn                       Unsigned32,
    aGCPBXNetwkElement                 DisplayString,
    aGCPBXCFSIx                        Unsigned32,
    aGCPBXDirNum                       DisplayString,
    aGCPBXCustInfo                     DisplayString,
    aGCPBXCustInfo2                    DisplayString,
    aGCPBXCustInfo3                    DisplayString,
    aGCPBXCustInfo4                    DisplayString,
    aGCPBXCustInfo5                    DisplayString,
    aGCPBXCustInfo6                    DisplayString,
    aGCPBXI1LineGpNEConn               Unsigned32,
    aGCPBXI2LineGpNetwkElement         DisplayString,
    aGCPBXI3LineGpCFSIx                Unsigned32,
    aGCPBXI4LineGpSubGpIx              Unsigned32,
    aGCPBXSigType                      INTEGER,
    aGCPBXLineSelMethod                INTEGER,
    aGCPBXPBXFixBits                   BITS,
    aGCPBXANIDNISFormat                DisplayString,
    aGCPBXUseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    aGCPBXUseDNIdentification          INTEGER,
    aGCPBXSIPUserName                  DisplayString,
    aGCPBXUseDomainFromRegistrar       INTEGER,
    aGCPBXSIPDomainName                DisplayString,
    aGCPBXSIPAuthenticationReqd        INTEGER,
    aGCPBXNewSIPPassword               DisplayString,
    aGCPBXConfirmNewSIPPassword        DisplayString,
    aGCPBXSIPPassword                  DisplayString,
    aGCPBXLDNPBXCapacityGp             INTEGER,
    aGCPBXSDActLineTimezone            LongDisplayString,
    aGCPBXSDDefLineTimezone            LongDisplayString,
    aGCPBXSDUseDefLineTimezone         INTEGER,
    aGCPBXEnabledDate                  Unsigned32,
    aGCPBXSASHostname                  LongDisplayString,
    aGCPBXSDActLCC1                    INTEGER,
    aGCPBXSDDefLCC1                    INTEGER,
    aGCPBXSDUseDefLCC1                 INTEGER,
    aGCPBXSDActLCC2                    INTEGER,
    aGCPBXSDDefLCC2                    INTEGER,
    aGCPBXSDUseDefLCC2                 INTEGER,
    aGCPBXSDActLCC3                    INTEGER,
    aGCPBXSDDefLCC3                    INTEGER,
    aGCPBXSDUseDefLCC3                 INTEGER,
    aGCPBXSDActLCC4                    INTEGER,
    aGCPBXSDDefLCC4                    INTEGER,
    aGCPBXSDUseDefLCC4                 INTEGER,
    aGCPBXSDActLCC5                    INTEGER,
    aGCPBXSDDefLCC5                    INTEGER,
    aGCPBXSDUseDefLCC5                 INTEGER,
    aGCPBXSDActLCC6                    INTEGER,
    aGCPBXSDDefLCC6                    INTEGER,
    aGCPBXSDUseDefLCC6                 INTEGER,
    aGCPBXSDActLCC7                    INTEGER,
    aGCPBXSDDefLCC7                    INTEGER,
    aGCPBXSDUseDefLCC7                 INTEGER,
    aGCPBXSDActLCC8                    INTEGER,
    aGCPBXSDDefLCC8                    INTEGER,
    aGCPBXSDUseDefLCC8                 INTEGER,
    aGCPBXSDActLCC9                    INTEGER,
    aGCPBXSDDefLCC9                    INTEGER,
    aGCPBXSDUseDefLCC9                 INTEGER,
    aGCPBXSDActLCC10                   INTEGER,
    aGCPBXSDDefLCC10                   INTEGER,
    aGCPBXSDUseDefLCC10                INTEGER,
    aGCPBXSDActLCC11                   INTEGER,
    aGCPBXSDDefLCC11                   INTEGER,
    aGCPBXSDUseDefLCC11                INTEGER,
    aGCPBXSDActLCC12                   INTEGER,
    aGCPBXSDDefLCC12                   INTEGER,
    aGCPBXSDUseDefLCC12                INTEGER,
    aGCPBXSDActLCC13                   INTEGER,
    aGCPBXSDDefLCC13                   INTEGER,
    aGCPBXSDUseDefLCC13                INTEGER,
    aGCPBXSDActLCC14                   INTEGER,
    aGCPBXSDDefLCC14                   INTEGER,
    aGCPBXSDUseDefLCC14                INTEGER,
    aGCPBXSDActLCC15                   INTEGER,
    aGCPBXSDDefLCC15                   INTEGER,
    aGCPBXSDUseDefLCC15                INTEGER,
    aGCPBXSDActLCC16                   INTEGER,
    aGCPBXSDDefLCC16                   INTEGER,
    aGCPBXSDUseDefLCC16                INTEGER,
    aGCPBXSDActLCC17                   INTEGER,
    aGCPBXSDDefLCC17                   INTEGER,
    aGCPBXSDUseDefLCC17                INTEGER,
    aGCPBXSDActLCC18                   INTEGER,
    aGCPBXSDDefLCC18                   INTEGER,
    aGCPBXSDUseDefLCC18                INTEGER,
    aGCPBXSDActLCC19                   INTEGER,
    aGCPBXSDDefLCC19                   INTEGER,
    aGCPBXSDUseDefLCC19                INTEGER,
    aGCPBXSDActLCC20                   INTEGER,
    aGCPBXSDDefLCC20                   INTEGER,
    aGCPBXSDUseDefLCC20                INTEGER,
    aGCPBXDiagsLogLvl                  INTEGER,
    aGCPBXDiagsAPITraceEnabled         INTEGER,
    aGCPBXDiagsAPITraceTag             DisplayString,
    aGCPBXDiagsAPITraceRemNum          DisplayString,
    aGCPBXSDActVQMCallLogging          INTEGER,
    aGCPBXSDDefVQMCallLogging          INTEGER,
    aGCPBXSDUseDefVQMCallLogging       INTEGER,
    aGCPBXI1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCPBXI2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCPBXI3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCPBXI4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCPBXTestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCPBXRegDtlsCurrRegistered        INTEGER,
    aGCPBXRegDtlsRegistrationIdentity  LongDisplayString,
    aGCPBXRegDtlsRegisteredIdentities  LongDisplayString,
    aGCPBXRegDtlsServRoute             LongDisplayString,
    aGCPBXRegDtlsDurn                  Unsigned32,
    aGCPBXRegDtlsExpiryTime            Unsigned32,
    aGCPBXRegDtlsLastRegistrationTime  Unsigned32,
    aGCPBXRegDtlsErrCode               Unsigned32,
    aGCPBXRegDtlsErrReason             LongDisplayString,
    aGCPBXI1FaultMonitoringProfEMSIx   Unsigned32,
    aGCPBXI2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCPBXI3FaultMonitoringProfFMPIx   Integer32,
    aGCPBXFaultMonitoringProfOtherVals INTEGER,
    aGCPBXApplyFMPToReltdObjectTypes   BITS,
    aGCPBXAllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCPBXAlrmState                    INTEGER,
    aGCPBXAlrmLogCorr                  Counter64,
    aGCPBXAddtlAlrmLogCorr             Counter64,
    aGCPBXAlrmEvtsAttnRq               Unsigned32,
    aGCPBXAlrmEvtsAtndDp               Unsigned32,
    aGCPBXAlrmStateTimestamp           Unsigned32,
    aGCPBXCurrPBXLineAlrmsAttnRq       Unsigned32,
    aGCPBXPrevPBXLineAlrmsAttnRq       Unsigned32,
    aGCPBXCurrPBXLineAlrmsAtndDp       Unsigned32,
    aGCPBXPrevPBXLineAlrmsAtndDp       Unsigned32,
    aGCPBXSummaryChldAlrmState         INTEGER,
    aGCPBXExportNumObjectsExported     Integer32,
    aGCPBXExportStatus                 DisplayString,
    aGCPBXExportFile                   DisplayString,
    aGCPBXExportCorr                   Counter64,
    aGCPBXExportCorrNode               DisplayString,
    aGCPBXExportCorrUID                DisplayString,
    aGCPBXDoExtraActions               INTEGER,
    aGCPBXRowStatus                    RowStatus,
    aGCPBXSDActI1SIPRegistrarNEConn    Unsigned32,
    aGCPBXSDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXSDActI3SIPRegistrarCFSIx     Unsigned32,
    aGCPBXSDActI4SIPRegistrarSIPIx     Unsigned32,
    aGCPBXSDActI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCPBXSDDefI1SIPRegistrarNEConn    Unsigned32,
    aGCPBXSDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXSDDefI3SIPRegistrarCFSIx     Unsigned32,
    aGCPBXSDDefI4SIPRegistrarSIPIx     Unsigned32,
    aGCPBXSDDefI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCPBXSDUseDefSIPRegistrar         INTEGER,
    aGCPBXExportIncASRepData           INTEGER,
    aGCPBXExportChldObjectsToInc       INTEGER
  }

  aGCPBXNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXEntry  1 }

  aGCPBXNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXEntry  2 }

  aGCPBXCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXEntry  3 }

  aGCPBXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXEntry  4 }

  aGCPBXCustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCPBXEntry  5 }

  aGCPBXCustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCPBXEntry  6 }

  aGCPBXCustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCPBXEntry  7 }

  aGCPBXCustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCPBXEntry  8 }

  aGCPBXCustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCPBXEntry  9 }

  aGCPBXCustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCPBXEntry  10 }

  aGCPBXI1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXEntry  11 }

  aGCPBXI2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXEntry  12 }

  aGCPBXI3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXEntry  13 }

  aGCPBXI4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXEntry  14 }

  aGCPBXSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXEntry  15 }

  aGCPBXLineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { aGCPBXEntry  16 }

  aGCPBXPBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { aGCPBXEntry  17 }

  aGCPBXANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { aGCPBXEntry  18 }

  aGCPBXUseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { aGCPBXEntry  19 }

  aGCPBXUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXEntry  31 }

  aGCPBXSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCPBXEntry  32 }

  aGCPBXUseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXEntry  33 }

  aGCPBXSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCPBXEntry  34 }

  aGCPBXSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCPBXEntry  35 }

  aGCPBXNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXEntry  36 }

  aGCPBXConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXEntry  37 }

  aGCPBXSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCPBXEntry  38 }

  aGCPBXLDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { aGCPBXEntry  39 }

  aGCPBXSDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  40 }

  aGCPBXSDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  41 }

  aGCPBXSDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  42 }

  aGCPBXEnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCPBXEntry  43 }

  aGCPBXSASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCPBXEntry  44 }

  aGCPBXSDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  45 }

  aGCPBXSDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  46 }

  aGCPBXSDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  47 }

  aGCPBXSDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  48 }

  aGCPBXSDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  49 }

  aGCPBXSDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  50 }

  aGCPBXSDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  51 }

  aGCPBXSDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  52 }

  aGCPBXSDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  53 }

  aGCPBXSDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  54 }

  aGCPBXSDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  55 }

  aGCPBXSDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  56 }

  aGCPBXSDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  57 }

  aGCPBXSDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  58 }

  aGCPBXSDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  59 }

  aGCPBXSDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  60 }

  aGCPBXSDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  61 }

  aGCPBXSDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  62 }

  aGCPBXSDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  63 }

  aGCPBXSDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  64 }

  aGCPBXSDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  65 }

  aGCPBXSDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  66 }

  aGCPBXSDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  67 }

  aGCPBXSDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  68 }

  aGCPBXSDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  69 }

  aGCPBXSDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  70 }

  aGCPBXSDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  71 }

  aGCPBXSDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  72 }

  aGCPBXSDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  73 }

  aGCPBXSDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  74 }

  aGCPBXSDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  75 }

  aGCPBXSDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  76 }

  aGCPBXSDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  77 }

  aGCPBXSDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  78 }

  aGCPBXSDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  79 }

  aGCPBXSDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  80 }

  aGCPBXSDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  81 }

  aGCPBXSDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  82 }

  aGCPBXSDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  83 }

  aGCPBXSDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  84 }

  aGCPBXSDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  85 }

  aGCPBXSDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  86 }

  aGCPBXSDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  87 }

  aGCPBXSDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  88 }

  aGCPBXSDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  89 }

  aGCPBXSDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  90 }

  aGCPBXSDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  91 }

  aGCPBXSDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  92 }

  aGCPBXSDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  93 }

  aGCPBXSDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  94 }

  aGCPBXSDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  95 }

  aGCPBXSDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  96 }

  aGCPBXSDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  97 }

  aGCPBXSDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  98 }

  aGCPBXSDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  99 }

  aGCPBXSDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  100 }

  aGCPBXSDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  101 }

  aGCPBXSDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  102 }

  aGCPBXSDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  103 }

  aGCPBXSDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  104 }

  aGCPBXDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXEntry  105 }

  aGCPBXDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXEntry  106 }

  aGCPBXDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXEntry  107 }

  aGCPBXDiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXEntry  108 }

  aGCPBXSDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  109 }

  aGCPBXSDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXEntry  110 }

  aGCPBXSDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  111 }

  aGCPBXI1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXEntry  112 }

  aGCPBXI2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXEntry  113 }

  aGCPBXI3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXEntry  114 }

  aGCPBXI4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXEntry  115 }

  aGCPBXTestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXEntry  116 }

  aGCPBXRegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCPBXEntry  117 }

  aGCPBXRegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCPBXEntry  118 }

  aGCPBXRegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCPBXEntry  119 }

  aGCPBXRegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCPBXEntry  120 }

  aGCPBXRegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCPBXEntry  121 }

  aGCPBXRegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCPBXEntry  122 }

  aGCPBXRegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCPBXEntry  123 }

  aGCPBXRegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCPBXEntry  124 }

  aGCPBXRegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCPBXEntry  125 }

  aGCPBXI1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXEntry  126 }

  aGCPBXI2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXEntry  127 }

  aGCPBXI3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXEntry  128 }

  aGCPBXFaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXEntry  129 }

  aGCPBXApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCPBXEntry  130 }

  aGCPBXAllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCPBXEntry  131 }

  aGCPBXAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXEntry  132 }

  aGCPBXAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXEntry  133 }

  aGCPBXAddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXEntry  134 }

  aGCPBXAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXEntry  135 }

  aGCPBXAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXEntry  136 }

  aGCPBXAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXEntry  137 }

  aGCPBXCurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { aGCPBXEntry  138 }

  aGCPBXPrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXEntry  139 }

  aGCPBXCurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { aGCPBXEntry  140 }

  aGCPBXPrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXEntry  141 }

  aGCPBXSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCPBXEntry  142 }

  aGCPBXExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCPBXEntry  143 }

  aGCPBXExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCPBXEntry  144 }

  aGCPBXExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCPBXEntry  145 }

  aGCPBXExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCPBXEntry  146 }

  aGCPBXExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCPBXEntry  147 }

  aGCPBXExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCPBXEntry  148 }

  aGCPBXDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCPBXEntry  149 }

  aGCPBXRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXEntry  150 }

  aGCPBXSDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  151 }

  aGCPBXSDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  152 }

  aGCPBXSDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  153 }

  aGCPBXSDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  154 }

  aGCPBXSDActI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  155 }

  aGCPBXSDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  156 }

  aGCPBXSDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  157 }

  aGCPBXSDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  158 }

  aGCPBXSDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  159 }

  aGCPBXSDDefI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXEntry  160 }

  aGCPBXSDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXEntry  161 }

  aGCPBXExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCPBXEntry  162 }

  aGCPBXExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCPBXEntry  163 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Lines'                                                  */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  aGCPBXLineConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXLineConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1887 }

  aGCPBXLineConEntry OBJECT-TYPE
    SYNTAX       AGCPBXLineConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXLineConNEConn,
             aGCPBXLineConNetwkElement,
             aGCPBXLineConCFSIx,
             aGCPBXLineConDirNum }
    ::= {  aGCPBXLineConTable  1  }

  AGCPBXLineConEntry  ::=  SEQUENCE
  {
    aGCPBXLineConNEConn                Unsigned32,
    aGCPBXLineConNetwkElement          DisplayString,
    aGCPBXLineConCFSIx                 Unsigned32,
    aGCPBXLineConDirNum                DisplayString,
    aGCPBXLineConCurrPBXLineAlrmsAttnRq
                                       Unsigned32,
    aGCPBXLineConPrevPBXLineAlrmsAttnRq
                                       Unsigned32,
    aGCPBXLineConCurrPBXLineAlrmsAtndDp
                                       Unsigned32,
    aGCPBXLineConPrevPBXLineAlrmsAtndDp
                                       Unsigned32,
    aGCPBXLineConSummaryChldAlrmState  INTEGER
  }

  aGCPBXLineConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXLineConEntry  1 }

  aGCPBXLineConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXLineConEntry  2 }

  aGCPBXLineConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXLineConEntry  3 }

  aGCPBXLineConDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXLineConEntry  4 }

  aGCPBXLineConCurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { aGCPBXLineConEntry  5 }

  aGCPBXLineConPrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineConEntry  6 }

  aGCPBXLineConCurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { aGCPBXLineConEntry  7 }

  aGCPBXLineConPrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineConEntry  8 }

  aGCPBXLineConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCPBXLineConEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  aGCPBXLineTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1888 }

  aGCPBXLineEntry OBJECT-TYPE
    SYNTAX       AGCPBXLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXLineNEConn,
             aGCPBXLineNetwkElement,
             aGCPBXLineCFSIx,
             aGCPBXLineDirNum,
             aGCPBXLineTerminalIx }
    ::= {  aGCPBXLineTable  1  }

  AGCPBXLineEntry  ::=  SEQUENCE
  {
    aGCPBXLineNEConn                   Unsigned32,
    aGCPBXLineNetwkElement             DisplayString,
    aGCPBXLineCFSIx                    Unsigned32,
    aGCPBXLineDirNum                   DisplayString,
    aGCPBXLineTerminalIx               Unsigned32,
    aGCPBXLineSigType                  INTEGER,
    aGCPBXLinePBXLineUsage             INTEGER,
    aGCPBXLineT1I1GatewayNEConn        Unsigned32,
    aGCPBXLineT1I2GatewayNetwkElement  DisplayString,
    aGCPBXLineT1I3GatewayCFSIx         Unsigned32,
    aGCPBXLineT1I4GatewayGatewayIx     Unsigned32,
    aGCPBXLineT2I1GatewayNEConn        Unsigned32,
    aGCPBXLineT2I2GatewayNetwkElement  DisplayString,
    aGCPBXLineT2I3GatewayCFSIx         Unsigned32,
    aGCPBXLineT2I4GatewayGatewayIx     Unsigned32,
    aGCPBXLineT1I1AccDevNEConn         Unsigned32,
    aGCPBXLineT1I2AccDevNetwkElement   DisplayString,
    aGCPBXLineT1I3AccDevCFSIx          Unsigned32,
    aGCPBXLineT1I4AccDevGatewayIx      Unsigned32,
    aGCPBXLineT1I5AccDevDeviceIx       Unsigned32,
    aGCPBXLineT2I1AccDevNEConn         Unsigned32,
    aGCPBXLineT2I2AccDevNetwkElement   DisplayString,
    aGCPBXLineT2I3AccDevCFSIx          Unsigned32,
    aGCPBXLineT2I4AccDevGatewayIx      Unsigned32,
    aGCPBXLineT2I5AccDevDeviceIx       Unsigned32,
    aGCPBXLineAccessLineNum            Unsigned32,
    aGCPBXLineI1ISDNInterfaceNEConn    Unsigned32,
    aGCPBXLineI2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCPBXLineI3ISDNInterfaceCFSIx     Unsigned32,
    aGCPBXLineI4ISDNInterfaceISDNIx    Unsigned32,
    aGCPBXLineI5ISDNInterfacePRIIx     Unsigned32,
    aGCPBXLineISDNDefBearerCapabilities
                                       BITS,
    aGCPBXLineSignalFunctionCode       INTEGER,
    aGCPBXLineLineUsage                INTEGER,
    aGCPBXLineGR303NailedUpConn        INTEGER,
    aGCPBXLineGR303DialType            INTEGER,
    aGCPBXLineFSKFormat                INTEGER,
    aGCPBXLineLineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCPBXLinePBXPlaysRingback         INTEGER,
    aGCPBXLinePBXPlaysDialtone         INTEGER,
    aGCPBXLineDiagsLogLvl              INTEGER,
    aGCPBXLineDiagsAPITraceEnabled     INTEGER,
    aGCPBXLineDiagsAPITraceTag         DisplayString,
    aGCPBXLineDiagsAPITraceRemNum      DisplayString,
    aGCPBXLineAlrmState                INTEGER,
    aGCPBXLineAlrmLogCorr              Counter64,
    aGCPBXLineAddtlAlrmLogCorr         Counter64,
    aGCPBXLineAlrmEvtsAttnRq           Unsigned32,
    aGCPBXLineAlrmEvtsAtndDp           Unsigned32,
    aGCPBXLineAlrmStateTimestamp       Unsigned32,
    aGCPBXLineRowStatus                RowStatus
  }

  aGCPBXLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXLineEntry  1 }

  aGCPBXLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXLineEntry  2 }

  aGCPBXLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXLineEntry  3 }

  aGCPBXLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXLineEntry  4 }

  aGCPBXLineTerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { aGCPBXLineEntry  5 }

  aGCPBXLineSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXLineEntry  6 }

  aGCPBXLinePBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { aGCPBXLineEntry  7 }

  aGCPBXLineT1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineEntry  8 }

  aGCPBXLineT1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineEntry  9 }

  aGCPBXLineT1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineEntry  10 }

  aGCPBXLineT1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineEntry  11 }

  aGCPBXLineT2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineEntry  12 }

  aGCPBXLineT2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineEntry  13 }

  aGCPBXLineT2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineEntry  14 }

  aGCPBXLineT2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineEntry  15 }

  aGCPBXLineT1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  16 }

  aGCPBXLineT1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  17 }

  aGCPBXLineT1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  18 }

  aGCPBXLineT1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  19 }

  aGCPBXLineT1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  20 }

  aGCPBXLineT2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  21 }

  aGCPBXLineT2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  22 }

  aGCPBXLineT2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  23 }

  aGCPBXLineT2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  24 }

  aGCPBXLineT2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineEntry  25 }

  aGCPBXLineAccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCPBXLineEntry  26 }

  aGCPBXLineI1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineEntry  27 }

  aGCPBXLineI2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineEntry  28 }

  aGCPBXLineI3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineEntry  29 }

  aGCPBXLineI4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineEntry  30 }

  aGCPBXLineI5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineEntry  31 }

  aGCPBXLineISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCPBXLineEntry  32 }

  aGCPBXLineSignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCPBXLineEntry  33 }

  aGCPBXLineLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCPBXLineEntry  34 }

  aGCPBXLineGR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXLineEntry  35 }

  aGCPBXLineGR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCPBXLineEntry  36 }

  aGCPBXLineFSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCPBXLineEntry  37 }

  aGCPBXLineLineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXLineEntry  38 }

  aGCPBXLinePBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { aGCPBXLineEntry  39 }

  aGCPBXLinePBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { aGCPBXLineEntry  40 }

  aGCPBXLineDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXLineEntry  41 }

  aGCPBXLineDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXLineEntry  42 }

  aGCPBXLineDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXLineEntry  43 }

  aGCPBXLineDiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXLineEntry  44 }

  aGCPBXLineAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXLineEntry  45 }

  aGCPBXLineAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXLineEntry  46 }

  aGCPBXLineAddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXLineEntry  47 }

  aGCPBXLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineEntry  48 }

  aGCPBXLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineEntry  49 }

  aGCPBXLineAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXLineEntry  50 }

  aGCPBXLineRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXLineEntry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MGCP / NCS Name Server Groups'                              */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  dNSNmSvrGpConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DNSNmSvrGpConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Domain Name Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1893 }

  dNSNmSvrGpConR1Entry OBJECT-TYPE
    SYNTAX       DNSNmSvrGpConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dNSNmSvrGpConR1NEConn,
             dNSNmSvrGpConR1NetwkElement,
             dNSNmSvrGpConR1SoftwareElementIx }
    ::= {  dNSNmSvrGpConR1Table  1  }

  DNSNmSvrGpConR1Entry  ::=  SEQUENCE
  {
    dNSNmSvrGpConR1NEConn              Unsigned32,
    dNSNmSvrGpConR1NetwkElement        DisplayString,
    dNSNmSvrGpConR1SoftwareElementIx   Unsigned32,
    dNSNmSvrGpConR1NameSvrGpAlrmsAtndDp
                                       Unsigned32,
    dNSNmSvrGpConR1NameSvrGpAlrmEvtsAtndDp
                                       Unsigned32,
    dNSNmSvrGpConR1SummaryChldAlrmState
                                       INTEGER
  }

  dNSNmSvrGpConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dNSNmSvrGpConR1Entry  1 }

  dNSNmSvrGpConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dNSNmSvrGpConR1Entry  2 }

  dNSNmSvrGpConR1SoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { dNSNmSvrGpConR1Entry  3 }

  dNSNmSvrGpConR1NameSvrGpAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCP / NCS Name Server Group Attend To Dependent alarms'."
    ::= { dNSNmSvrGpConR1Entry  4 }

  dNSNmSvrGpConR1NameSvrGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCP / NCS Name Server Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dNSNmSvrGpConR1Entry  5 }

  dNSNmSvrGpConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dNSNmSvrGpConR1Entry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'RPAS Service'                                               */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  rPASTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPASEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1895 }

  rPASEntry OBJECT-TYPE
    SYNTAX       RPASEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPASNEConn,
             rPASNetwkElement,
             rPASRPASIx }
    ::= {  rPASTable  1  }

  RPASEntry  ::=  SEQUENCE
  {
    rPASNEConn                         Unsigned32,
    rPASNetwkElement                   DisplayString,
    rPASRPASIx                         Unsigned32,
    rPASAlrmState                      INTEGER,
    rPASStatisticsAlrms                Integer32,
    rPASAlrmEvtsAttnRqLogCorr          Counter64,
    rPASAlrmEvtsAttnRq                 Unsigned32,
    rPASAlrmStateTimestamp             Unsigned32,
    rPASAlrmEvtsAttnRqResetTimestamp   Unsigned32,
    rPASEthernetInterfaceAlrmsAttnRq   INTEGER,
    rPASEthernetInterfaceAlrmEvtsAttnRq
                                       Unsigned32,
    rPASSummaryChldAlrmState           INTEGER,
    rPASChldStatisticsAlrms            Integer32
  }

  rPASNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPASEntry  1 }

  rPASNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPASEntry  2 }

  rPASRPASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPAS Index'.
                  This is an index field."
    ::= { rPASEntry  3 }

  rPASAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPASEntry  4 }

  rPASStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { rPASEntry  5 }

  rPASAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPASEntry  6 }

  rPASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPASEntry  7 }

  rPASAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPASEntry  8 }

  rPASAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPASEntry  9 }

  rPASEthernetInterfaceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ethernet Interface Attention required alarms'."
    ::= { rPASEntry  10 }

  rPASEthernetInterfaceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ethernet Interface Attention required alarm Events'."
    ::= { rPASEntry  11 }

  rPASSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPASEntry  12 }

  rPASChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { rPASEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Interface'                                         */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  rPASEthIntTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPASEthIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'RPAS Service'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1896 }

  rPASEthIntEntry OBJECT-TYPE
    SYNTAX       RPASEthIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPASEthIntNEConn,
             rPASEthIntNetwkElement,
             rPASEthIntRPASIx,
             rPASEthIntInterfaceType,
             rPASEthIntIPAddr,
             rPASEthIntPortNum }
    ::= {  rPASEthIntTable  1  }

  RPASEthIntEntry  ::=  SEQUENCE
  {
    rPASEthIntNEConn                   Unsigned32,
    rPASEthIntNetwkElement             DisplayString,
    rPASEthIntRPASIx                   Unsigned32,
    rPASEthIntInterfaceType            INTEGER,
    rPASEthIntIPAddr                   DisplayString,
    rPASEthIntPortNum                  Unsigned32,
    rPASEthIntAlrmState                INTEGER,
    rPASEthIntStatisticsAlrms          Integer32,
    rPASEthIntAlrmEvtsAttnRqLogCorr    Counter64,
    rPASEthIntAlrmEvtsAttnRq           Integer32,
    rPASEthIntAlrmStateTimestamp       Unsigned32,
    rPASEthIntAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  rPASEthIntNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPASEthIntEntry  1 }

  rPASEthIntNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPASEthIntEntry  2 }

  rPASEthIntRPASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPAS Index'.
                  This is an index field."
    ::= { rPASEthIntEntry  3 }

  rPASEthIntInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internalSIPSignaling(0),
                   accessSIPSignalingUsernameDomain(1),
                   accessSIPSignalingE164(2),
                   networkSIPSignaling(3),
                   applicationServerSIPSignaling(4)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { rPASEthIntEntry  4 }

  rPASEthIntIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { rPASEthIntEntry  5 }

  rPASEthIntPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { rPASEthIntEntry  6 }

  rPASEthIntAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPASEthIntEntry  7 }

  rPASEthIntStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { rPASEthIntEntry  8 }

  rPASEthIntAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPASEthIntEntry  9 }

  rPASEthIntAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPASEthIntEntry  10 }

  rPASEthIntAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPASEthIntEntry  11 }

  rPASEthIntAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPASEthIntEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Blade Ethernet Switch'                                      */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  besR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BesR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Resources'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1898 }

  besR1Entry OBJECT-TYPE
    SYNTAX       BesR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { besR1NEConn,
             besR1NetwkElement,
             besR1SwitchIx }
    ::= {  besR1Table  1  }

  BesR1Entry  ::=  SEQUENCE
  {
    besR1NEConn                        Unsigned32,
    besR1NetwkElement                  DisplayString,
    besR1SwitchIx                      Unsigned32,
    besR1RTMUplinkAlrmsAttnRq          Integer32,
    besR1RTMUplinkAlrmEvtsAttnRq       Integer32,
    besR1PortGpAlrmsAtndDp             Integer32,
    besR1PortGpAlrmEvtsAtndDp          Integer32,
    besR1IPSubnetworkAlrmsAttnRq       Integer32,
    besR1IPSubnetworkAlrmEvtsAttnRq    Integer32,
    besR1TotChldAlrmsAttnRq            Unsigned32,
    besR1TotChldAlrmEvtsAttnRq         Unsigned32,
    besR1TotChldAlrmsAtndDp            Unsigned32,
    besR1TotChldAlrmEvtsAtndDp         Unsigned32,
    besR1SummaryChldAlrmState          INTEGER,
    besR1ChldStatisticsAlrms           Integer32,
    besR1ISISSubnetworkAlrmsAttnRq     Integer32,
    besR1ISISSubnetworkAlrmEvtsAttnRq  Integer32
  }

  besR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { besR1Entry  1 }

  besR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { besR1Entry  2 }

  besR1SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { besR1Entry  3 }

  besR1RTMUplinkAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTM Uplink Attention Required alarms'."
    ::= { besR1Entry  4 }

  besR1RTMUplinkAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTM Uplink Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { besR1Entry  5 }

  besR1PortGpAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Port Group Attend To Dependent alarms'."
    ::= { besR1Entry  6 }

  besR1PortGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Port Group Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { besR1Entry  7 }

  besR1IPSubnetworkAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IP Subnetwork Attention Required alarms'."
    ::= { besR1Entry  8 }

  besR1IPSubnetworkAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IP Subnetwork Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { besR1Entry  9 }

  besR1TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { besR1Entry  10 }

  besR1TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { besR1Entry  11 }

  besR1TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { besR1Entry  12 }

  besR1TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { besR1Entry  13 }

  besR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { besR1Entry  14 }

  besR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { besR1Entry  15 }

  besR1ISISSubnetworkAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IS-IS Subnetwork Attention Required alarms'."
    ::= { besR1Entry  16 }

  besR1ISISSubnetworkAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IS-IS Subnetwork Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { besR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Processor Ethernet'                                         */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  procEthTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ProcEthEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Resources'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1901 }

  procEthEntry OBJECT-TYPE
    SYNTAX       ProcEthEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { procEthNEConn,
             procEthNetwkElement,
             procEthSwitchIx }
    ::= {  procEthTable  1  }

  ProcEthEntry  ::=  SEQUENCE
  {
    procEthNEConn                      Unsigned32,
    procEthNetwkElement                DisplayString,
    procEthSwitchIx                    Unsigned32,
    procEthPortAlrmsAttnRq             Integer32,
    procEthPortAlrmEvtsAttnRq          Integer32,
    procEthIPAddrAlrmsAttnRq           Integer32,
    procEthIPAddrAlrmEvtsAttnRq        Integer32,
    procEthTotChldAlrmsAttnRq          Unsigned32,
    procEthTotChldAlrmEvtsAttnRq       Unsigned32,
    procEthSummaryChldAlrmState        INTEGER,
    procEthChldStatisticsAlrms         Integer32
  }

  procEthNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { procEthEntry  1 }

  procEthNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { procEthEntry  2 }

  procEthSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { procEthEntry  3 }

  procEthPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port Attention Required alarms'."
    ::= { procEthEntry  4 }

  procEthPortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Port Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { procEthEntry  5 }

  procEthIPAddrAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IP Address Attention Required alarms'."
    ::= { procEthEntry  6 }

  procEthIPAddrAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IP Address Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { procEthEntry  7 }

  procEthTotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { procEthEntry  8 }

  procEthTotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { procEthEntry  9 }

  procEthSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { procEthEntry  10 }

  procEthChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { procEthEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IS-IS Port'                                                 */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  iSISPortTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISPortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Processor Ethernet'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1902 }

  iSISPortEntry OBJECT-TYPE
    SYNTAX       ISISPortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISPortNEConn,
             iSISPortNetwkElement,
             iSISPortSwitchIx,
             iSISPortInterfaceType,
             iSISPortEthernetPortIx }
    ::= {  iSISPortTable  1  }

  ISISPortEntry  ::=  SEQUENCE
  {
    iSISPortNEConn                     Unsigned32,
    iSISPortNetwkElement               DisplayString,
    iSISPortSwitchIx                   Unsigned32,
    iSISPortInterfaceType              INTEGER,
    iSISPortEthernetPortIx             INTEGER,
    iSISPortPortStatus                 INTEGER,
    iSISPortMinDesiredLinkSpeed        INTEGER,
    iSISPortActualLinkSpeed            INTEGER,
    iSISPortDuplexMode                 INTEGER,
    iSISPortLinkAggregated             INTEGER,
    iSISPortAlarmableMulticastRate     Unsigned32,
    iSISPortAlarmableBroadcastRate     Unsigned32,
    iSISPortSuppressAlrms              INTEGER,
    iSISPortAlrmState                  INTEGER,
    iSISPortStatisticsAlrms            Integer32,
    iSISPortAlrmStateTimestamp         Unsigned32,
    iSISPortAlrmEvtsAttnRqLogCorr      Counter64,
    iSISPortAlrmEvtsAttnRq             Integer32,
    iSISPortAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  iSISPortNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISPortEntry  1 }

  iSISPortNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISPortEntry  2 }

  iSISPortSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISPortEntry  3 }

  iSISPortInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { iSISPortEntry  4 }

  iSISPortEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { iSISPortEntry  5 }

  iSISPortPortStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   portOK(1),
                   layer3Failed(2),
                   hardwareError(3),
                   failed(4),
                   halfDuplex(5),
                   linkSpeedUnacceptable(6),
                   failedLinkAggregation(7),
                   errorRateTooHigh(8),
                   multicastRateTooHigh(9),
                   broadcastRateTooHigh(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port status'."
    ::= { iSISPortEntry  6 }

  iSISPortMinDesiredLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneHundredMbps(100),
                   oneGigabitsPerSecond(1001),
                   tenGigabitsPerSecond(10000)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum desired link speed'."
    DEFVAL       { oneGigabitsPerSecond }
    ::= { iSISPortEntry  7 }

  iSISPortActualLinkSpeed OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenMbps(10),
                   oneHundredMbps(100),
                   oneGigabitsPerSecond(1001),
                   tenGigabitsPerSecond(10000)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Actual link speed'."
    ::= { iSISPortEntry  8 }

  iSISPortDuplexMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   half(1),
                   full(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Duplex mode'."
    ::= { iSISPortEntry  9 }

  iSISPortLinkAggregated OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link aggregated'."
    ::= { iSISPortEntry  10 }

  iSISPortAlarmableMulticastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable multicast rate'."
    DEFVAL       { 100 }
    ::= { iSISPortEntry  11 }

  iSISPortAlarmableBroadcastRate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    UNITS        "packets per second"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarmable broadcast rate'."
    DEFVAL       { 100 }
    ::= { iSISPortEntry  12 }

  iSISPortSuppressAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress alarms'."
    DEFVAL       { false }
    ::= { iSISPortEntry  13 }

  iSISPortAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISPortEntry  14 }

  iSISPortStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSISPortEntry  15 }

  iSISPortAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISPortEntry  16 }

  iSISPortAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISPortEntry  17 }

  iSISPortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISPortEntry  18 }

  iSISPortAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISPortEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IS-IS Subnetwork'                                           */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  sysISISSubTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysISISSubEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1904 }

  sysISISSubEntry OBJECT-TYPE
    SYNTAX       SysISISSubEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysISISSubChassisConnIx,
             sysISISSubChassisIx,
             sysISISSubSwitchIx,
             sysISISSubSubnetworkAddrType,
             sysISISSubInterfaceIPAddr,
             sysISISSubMaskLen }
    ::= {  sysISISSubTable  1  }

  SysISISSubEntry  ::=  SEQUENCE
  {
    sysISISSubChassisConnIx            Integer32,
    sysISISSubChassisIx                Integer32,
    sysISISSubSwitchIx                 Unsigned32,
    sysISISSubSubnetworkAddrType       INTEGER,
    sysISISSubInterfaceIPAddr          DisplayString,
    sysISISSubMaskLen                  Unsigned32,
    sysISISSubNetmask                  DisplayString,
    sysISISSubPortBeingUsed            DisplayString,
    sysISISSubAdjacencyStatus          INTEGER,
    sysISISSubTrafficTypes             BITS,
    sysISISSubAlrmState                INTEGER,
    sysISISSubAlrmStateTimestamp       Counter64,
    sysISISSubAlrmEvtsAttnRq           Integer32
  }

  sysISISSubChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis Connection index'.
                  This is an index field."
    ::= { sysISISSubEntry  1 }

  sysISISSubChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Chassis index'.
                  This is an index field."
    ::= { sysISISSubEntry  2 }

  sysISISSubSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { sysISISSubEntry  3 }

  sysISISSubSubnetworkAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address type'.
                  This is an index field."
    ::= { sysISISSubEntry  4 }

  sysISISSubInterfaceIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface IP address'.
                  This is an index field."
    ::= { sysISISSubEntry  5 }

  sysISISSubMaskLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mask length'.
                  This is an index field."
    ::= { sysISISSubEntry  6 }

  sysISISSubNetmask OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Netmask'."
    ::= { sysISISSubEntry  7 }

  sysISISSubPortBeingUsed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port being used'."
    ::= { sysISISSubEntry  8 }

  sysISISSubAdjacencyStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   down(1),
                   up(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjacency status'."
    ::= { sysISISSubEntry  9 }

  sysISISSubTrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   signaling(1),
                   media(2),
                   lawfulInterception(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysISISSubEntry  10 }

  sysISISSubAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysISISSubEntry  11 }

  sysISISSubAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Counter64
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysISISSubEntry  12 }

  sysISISSubAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'."
    ::= { sysISISSubEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Call Pickup Services'                               */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  perProfCPUR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfCPUR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1905 }

  perProfCPUR1Entry OBJECT-TYPE
    SYNTAX       PerProfCPUR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfCPUR1NEConn,
             perProfCPUR1NetwkElement,
             perProfCPUR1CFSIx,
             perProfCPUR1GpIx }
    ::= {  perProfCPUR1Table  1  }

  PerProfCPUR1Entry  ::=  SEQUENCE
  {
    perProfCPUR1NEConn                 Unsigned32,
    perProfCPUR1NetwkElement           DisplayString,
    perProfCPUR1CFSIx                  Unsigned32,
    perProfCPUR1GpIx                   Unsigned32,
    perProfCPUR1CPUSubscribed          INTEGER,
    perProfCPUR1SDActDPUNoBargeInSubscribed
                                       INTEGER,
    perProfCPUR1SDDefDPUNoBargeInSubscribed
                                       INTEGER,
    perProfCPUR1SDUseDefDPUNoBargeInSubscribed
                                       INTEGER
  }

  perProfCPUR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfCPUR1Entry  1 }

  perProfCPUR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfCPUR1Entry  2 }

  perProfCPUR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfCPUR1Entry  3 }

  perProfCPUR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfCPUR1Entry  4 }

  perProfCPUR1CPUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup - Subscribed'."
    ::= { perProfCPUR1Entry  5 }

  perProfCPUR1SDActDPUNoBargeInSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCPUR1Entry  6 }

  perProfCPUR1SDDefDPUNoBargeInSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCPUR1Entry  7 }

  perProfCPUR1SDUseDefDPUNoBargeInSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Directed Pickup (no barge-in) - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCPUR1Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Message Services'                                   */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  perProfMsgR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfMsgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1906 }

  perProfMsgR1Entry OBJECT-TYPE
    SYNTAX       PerProfMsgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfMsgR1NEConn,
             perProfMsgR1NetwkElement,
             perProfMsgR1CFSIx,
             perProfMsgR1GpIx }
    ::= {  perProfMsgR1Table  1  }

  PerProfMsgR1Entry  ::=  SEQUENCE
  {
    perProfMsgR1NEConn                 Unsigned32,
    perProfMsgR1NetwkElement           DisplayString,
    perProfMsgR1CFSIx                  Unsigned32,
    perProfMsgR1GpIx                   Unsigned32,
    perProfMsgR1SDActVoicemailSubscribed
                                       INTEGER,
    perProfMsgR1SDDefVoicemailSubscribed
                                       INTEGER,
    perProfMsgR1SDUseDefVoicemailSubscribed
                                       INTEGER,
    perProfMsgR1SDActVoicemailCallDlvryMethod
                                       INTEGER,
    perProfMsgR1SDDefVoicemailCallDlvryMethod
                                       INTEGER,
    perProfMsgR1SDUseDefVoicemailCallDlvryMethod
                                       INTEGER,
    perProfMsgR1SDActI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    perProfMsgR1SDActI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    perProfMsgR1SDActI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    perProfMsgR1SDActI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    perProfMsgR1SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    perProfMsgR1SDDefI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    perProfMsgR1SDDefI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    perProfMsgR1SDDefI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    perProfMsgR1SDDefI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    perProfMsgR1SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    perProfMsgR1SDUseDefVoicemailVSLineGp
                                       INTEGER,
    perProfMsgR1SDActVoicemailRetrievalNum
                                       DisplayString,
    perProfMsgR1SDDefVoicemailRetrievalNum
                                       DisplayString,
    perProfMsgR1SDUseDefVoicemailRetrievalNum
                                       INTEGER,
    perProfMsgR1SDActVoicemailInNum    DisplayString,
    perProfMsgR1SDDefVoicemailInNum    DisplayString,
    perProfMsgR1SDUseDefVoicemailInNum INTEGER,
    perProfMsgR1SDActI1VoicemailAppServerNEConn
                                       Unsigned32,
    perProfMsgR1SDActI2VoicemailAppServerNetwkElement
                                       DisplayString,
    perProfMsgR1SDActI3VoicemailAppServerCFSIx
                                       Unsigned32,
    perProfMsgR1SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    perProfMsgR1SDDefI1VoicemailAppServerNEConn
                                       Unsigned32,
    perProfMsgR1SDDefI2VoicemailAppServerNetwkElement
                                       DisplayString,
    perProfMsgR1SDDefI3VoicemailAppServerCFSIx
                                       Unsigned32,
    perProfMsgR1SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    perProfMsgR1SDUseDefVoicemailAppServer
                                       INTEGER,
    perProfMsgR1SDActVoicemailIndicatorNotifMethod
                                       INTEGER,
    perProfMsgR1SDDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    perProfMsgR1SDUseDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    perProfMsgR1SDActI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    perProfMsgR1SDActI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    perProfMsgR1SDActI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    perProfMsgR1SDActI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    perProfMsgR1SDDefI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    perProfMsgR1SDDefI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    perProfMsgR1SDDefI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    perProfMsgR1SDDefI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    perProfMsgR1SDUseDefVoicemailSMDILink
                                       INTEGER,
    perProfMsgR1SDActVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    perProfMsgR1SDDefVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    perProfMsgR1SDUseDefVoicemailAuthorizedIDIndicatorControl
                                       INTEGER,
    perProfMsgR1SDActI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    perProfMsgR1SDActI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    perProfMsgR1SDActI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    perProfMsgR1SDActI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    perProfMsgR1SDDefI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    perProfMsgR1SDDefI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    perProfMsgR1SDDefI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    perProfMsgR1SDDefI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    perProfMsgR1SDUseDefIndicatorNotifAppServer
                                       INTEGER,
    perProfMsgR1SDActVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDUseDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDActVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDUseDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDActVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDUseDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    perProfMsgR1SDActVmailCllXferTime  Unsigned32,
    perProfMsgR1SDDefVmailCllXferTime  Unsigned32,
    perProfMsgR1SDUseDefVmailCllXferTime
                                       INTEGER,
    perProfMsgR1SDActRemCallsSubscribed
                                       INTEGER,
    perProfMsgR1SDDefRemCallsSubscribed
                                       INTEGER,
    perProfMsgR1SDUseDefRemCallsSubscribed
                                       INTEGER,
    perProfMsgR1SDActRegRemCallsSubscribed
                                       INTEGER,
    perProfMsgR1SDDefRegRemCallsSubscribed
                                       INTEGER,
    perProfMsgR1SDUseDefRegRemCallsSubscribed
                                       INTEGER,
    perProfMsgR1AlrmState              INTEGER,
    perProfMsgR1AlrmEvtsAtndDpLogCorr  Counter64,
    perProfMsgR1AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    perProfMsgR1AlrmEvtsAttnRq         Unsigned32,
    perProfMsgR1AlrmEvtsAtndDp         Unsigned32,
    perProfMsgR1AlrmStateTimestamp     Unsigned32,
    perProfMsgR1AlrmResetTimestamp     Unsigned32
  }

  perProfMsgR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfMsgR1Entry  1 }

  perProfMsgR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfMsgR1Entry  2 }

  perProfMsgR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfMsgR1Entry  3 }

  perProfMsgR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfMsgR1Entry  4 }

  perProfMsgR1SDActVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  5 }

  perProfMsgR1SDDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  6 }

  perProfMsgR1SDUseDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  7 }

  perProfMsgR1SDActVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  8 }

  perProfMsgR1SDDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  9 }

  perProfMsgR1SDUseDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  10 }

  perProfMsgR1SDActI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  11 }

  perProfMsgR1SDActI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  12 }

  perProfMsgR1SDActI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  13 }

  perProfMsgR1SDActI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  14 }

  perProfMsgR1SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  15 }

  perProfMsgR1SDDefI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  16 }

  perProfMsgR1SDDefI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  17 }

  perProfMsgR1SDDefI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  18 }

  perProfMsgR1SDDefI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  19 }

  perProfMsgR1SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR1Entry  20 }

  perProfMsgR1SDUseDefVoicemailVSLineGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  21 }

  perProfMsgR1SDActVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  22 }

  perProfMsgR1SDDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  23 }

  perProfMsgR1SDUseDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  24 }

  perProfMsgR1SDActVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  25 }

  perProfMsgR1SDDefVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  26 }

  perProfMsgR1SDUseDefVoicemailInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  27 }

  perProfMsgR1SDActI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  28 }

  perProfMsgR1SDActI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  29 }

  perProfMsgR1SDActI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  30 }

  perProfMsgR1SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  31 }

  perProfMsgR1SDDefI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  32 }

  perProfMsgR1SDDefI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  33 }

  perProfMsgR1SDDefI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  34 }

  perProfMsgR1SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR1Entry  35 }

  perProfMsgR1SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  36 }

  perProfMsgR1SDActVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  37 }

  perProfMsgR1SDDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  38 }

  perProfMsgR1SDUseDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  39 }

  perProfMsgR1SDActI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  40 }

  perProfMsgR1SDActI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  41 }

  perProfMsgR1SDActI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  42 }

  perProfMsgR1SDActI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  43 }

  perProfMsgR1SDDefI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  44 }

  perProfMsgR1SDDefI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  45 }

  perProfMsgR1SDDefI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  46 }

  perProfMsgR1SDDefI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR1Entry  47 }

  perProfMsgR1SDUseDefVoicemailSMDILink OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SMDI Link'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  48 }

  perProfMsgR1SDActVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  49 }

  perProfMsgR1SDDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  50 }

  perProfMsgR1SDUseDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  51 }

  perProfMsgR1SDActI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  52 }

  perProfMsgR1SDActI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  53 }

  perProfMsgR1SDActI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  54 }

  perProfMsgR1SDActI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  55 }

  perProfMsgR1SDDefI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  56 }

  perProfMsgR1SDDefI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  57 }

  perProfMsgR1SDDefI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  58 }

  perProfMsgR1SDDefI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR1Entry  59 }

  perProfMsgR1SDUseDefIndicatorNotifAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Indicator Notification Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  60 }

  perProfMsgR1SDActVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  61 }

  perProfMsgR1SDDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  62 }

  perProfMsgR1SDUseDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  63 }

  perProfMsgR1SDActVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  64 }

  perProfMsgR1SDDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  65 }

  perProfMsgR1SDUseDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  66 }

  perProfMsgR1SDActVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  67 }

  perProfMsgR1SDDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  68 }

  perProfMsgR1SDUseDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  69 }

  perProfMsgR1SDActVmailCllXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  70 }

  perProfMsgR1SDDefVmailCllXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  71 }

  perProfMsgR1SDUseDefVmailCllXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  72 }

  perProfMsgR1SDActRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  73 }

  perProfMsgR1SDDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  74 }

  perProfMsgR1SDUseDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  75 }

  perProfMsgR1SDActRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  76 }

  perProfMsgR1SDDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR1Entry  77 }

  perProfMsgR1SDUseDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR1Entry  78 }

  perProfMsgR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { perProfMsgR1Entry  79 }

  perProfMsgR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { perProfMsgR1Entry  80 }

  perProfMsgR1AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { perProfMsgR1Entry  81 }

  perProfMsgR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfMsgR1Entry  82 }

  perProfMsgR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfMsgR1Entry  83 }

  perProfMsgR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { perProfMsgR1Entry  84 }

  perProfMsgR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { perProfMsgR1Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Web Services'                                       */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  perProfWebR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfWebR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1907 }

  perProfWebR1Entry OBJECT-TYPE
    SYNTAX       PerProfWebR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfWebR1NEConn,
             perProfWebR1NetwkElement,
             perProfWebR1CFSIx,
             perProfWebR1GpIx }
    ::= {  perProfWebR1Table  1  }

  PerProfWebR1Entry  ::=  SEQUENCE
  {
    perProfWebR1NEConn                 Unsigned32,
    perProfWebR1NetwkElement           DisplayString,
    perProfWebR1CFSIx                  Unsigned32,
    perProfWebR1GpIx                   Unsigned32,
    perProfWebR1SDActBusGpAdminAccountType
                                       INTEGER,
    perProfWebR1SDDefBusGpAdminAccountType
                                       INTEGER,
    perProfWebR1SDUseDefBusGpAdminAccountType
                                       INTEGER,
    perProfWebR1DoExtraActions         INTEGER
  }

  perProfWebR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfWebR1Entry  1 }

  perProfWebR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfWebR1Entry  2 }

  perProfWebR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfWebR1Entry  3 }

  perProfWebR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfWebR1Entry  4 }

  perProfWebR1SDActBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfWebR1Entry  5 }

  perProfWebR1SDDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfWebR1Entry  6 }

  perProfWebR1SDUseDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfWebR1Entry  7 }

  perProfWebR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfWebR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Intelligent Networking Services'                    */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  perProfINSR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfINSR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1908 }

  perProfINSR1Entry OBJECT-TYPE
    SYNTAX       PerProfINSR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfINSR1NEConn,
             perProfINSR1NetwkElement,
             perProfINSR1CFSIx,
             perProfINSR1GpIx }
    ::= {  perProfINSR1Table  1  }

  PerProfINSR1Entry  ::=  SEQUENCE
  {
    perProfINSR1NEConn                 Unsigned32,
    perProfINSR1NetwkElement           DisplayString,
    perProfINSR1CFSIx                  Unsigned32,
    perProfINSR1GpIx                   Unsigned32,
    perProfINSR1SDActOHDTriggerSubscribed
                                       INTEGER,
    perProfINSR1SDDefOHDTriggerSubscribed
                                       INTEGER,
    perProfINSR1SDUseDefOHDTriggerSubscribed
                                       INTEGER,
    perProfINSR1SDActI1OHDTriggerTriggerNEConn
                                       Unsigned32,
    perProfINSR1SDActI2OHDTriggerTriggerNetwkElement
                                       DisplayString,
    perProfINSR1SDActI3OHDTriggerTriggerCFSIx
                                       Unsigned32,
    perProfINSR1SDActI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    perProfINSR1SDDefI1OHDTriggerTriggerNEConn
                                       Unsigned32,
    perProfINSR1SDDefI2OHDTriggerTriggerNetwkElement
                                       DisplayString,
    perProfINSR1SDDefI3OHDTriggerTriggerCFSIx
                                       Unsigned32,
    perProfINSR1SDDefI4OHDTriggerTriggerTriggerIx
                                       Unsigned32,
    perProfINSR1SDUseDefOHDTriggerTrigger
                                       INTEGER,
    perProfINSR1SDActTATriggerSubscribed
                                       INTEGER,
    perProfINSR1SDDefTATriggerSubscribed
                                       INTEGER,
    perProfINSR1SDUseDefTATriggerSubscribed
                                       INTEGER,
    perProfINSR1SDActI1TATriggerTriggerNEConn
                                       Unsigned32,
    perProfINSR1SDActI2TATriggerTriggerNetwkElement
                                       DisplayString,
    perProfINSR1SDActI3TATriggerTriggerCFSIx
                                       Unsigned32,
    perProfINSR1SDActI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    perProfINSR1SDDefI1TATriggerTriggerNEConn
                                       Unsigned32,
    perProfINSR1SDDefI2TATriggerTriggerNetwkElement
                                       DisplayString,
    perProfINSR1SDDefI3TATriggerTriggerCFSIx
                                       Unsigned32,
    perProfINSR1SDDefI4TATriggerTriggerTriggerIx
                                       Unsigned32,
    perProfINSR1SDUseDefTATriggerTrigger
                                       INTEGER,
    perProfINSR1AlrmState              INTEGER,
    perProfINSR1AlrmEvtsAtndDpLogCorr  Counter64,
    perProfINSR1AlrmEvtsAtndDp         Unsigned32,
    perProfINSR1AlrmResetTimestamp     Unsigned32,
    perProfINSR1AlrmStateTimestamp     Unsigned32
  }

  perProfINSR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfINSR1Entry  1 }

  perProfINSR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfINSR1Entry  2 }

  perProfINSR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfINSR1Entry  3 }

  perProfINSR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfINSR1Entry  4 }

  perProfINSR1SDActOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfINSR1Entry  5 }

  perProfINSR1SDDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfINSR1Entry  6 }

  perProfINSR1SDUseDefOHDTriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfINSR1Entry  7 }

  perProfINSR1SDActI1OHDTriggerTriggerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  8 }

  perProfINSR1SDActI2OHDTriggerTriggerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  9 }

  perProfINSR1SDActI3OHDTriggerTriggerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  10 }

  perProfINSR1SDActI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  11 }

  perProfINSR1SDDefI1OHDTriggerTriggerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  12 }

  perProfINSR1SDDefI2OHDTriggerTriggerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  13 }

  perProfINSR1SDDefI3OHDTriggerTriggerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  14 }

  perProfINSR1SDDefI4OHDTriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Off-Hook Delay Subscriber Trigger - trigger'."
    ::= { perProfINSR1Entry  15 }

  perProfINSR1SDUseDefOHDTriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Off-Hook Delay Subscriber Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfINSR1Entry  16 }

  perProfINSR1SDActTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfINSR1Entry  17 }

  perProfINSR1SDDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfINSR1Entry  18 }

  perProfINSR1SDUseDefTATriggerSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfINSR1Entry  19 }

  perProfINSR1SDActI1TATriggerTriggerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  20 }

  perProfINSR1SDActI2TATriggerTriggerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  21 }

  perProfINSR1SDActI3TATriggerTriggerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  22 }

  perProfINSR1SDActI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  23 }

  perProfINSR1SDDefI1TATriggerTriggerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  24 }

  perProfINSR1SDDefI2TATriggerTriggerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  25 }

  perProfINSR1SDDefI3TATriggerTriggerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  26 }

  perProfINSR1SDDefI4TATriggerTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Termination Attempt Trigger - trigger'.
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Termination Attempt Trigger - trigger'."
    ::= { perProfINSR1Entry  27 }

  perProfINSR1SDUseDefTATriggerTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Termination Attempt Trigger - trigger'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfINSR1Entry  28 }

  perProfINSR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { perProfINSR1Entry  29 }

  perProfINSR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { perProfINSR1Entry  30 }

  perProfINSR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfINSR1Entry  31 }

  perProfINSR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { perProfINSR1Entry  32 }

  perProfINSR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { perProfINSR1Entry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Application Servers'                                */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  perProfAppServR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfAppServR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1910 }

  perProfAppServR2Entry OBJECT-TYPE
    SYNTAX       PerProfAppServR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfAppServR2NEConn,
             perProfAppServR2NetwkElement,
             perProfAppServR2CFSIx,
             perProfAppServR2GpIx }
    ::= {  perProfAppServR2Table  1  }

  PerProfAppServR2Entry  ::=  SEQUENCE
  {
    perProfAppServR2NEConn             Unsigned32,
    perProfAppServR2NetwkElement       DisplayString,
    perProfAppServR2CFSIx              Unsigned32,
    perProfAppServR2GpIx               Unsigned32,
    perProfAppServR2SDActOrigSubscribed
                                       INTEGER,
    perProfAppServR2SDDefOrigSubscribed
                                       INTEGER,
    perProfAppServR2SDUseDefOrigSubscribed
                                       INTEGER,
    perProfAppServR2SDActI1OrigServerNEConn
                                       Unsigned32,
    perProfAppServR2SDActI2OrigServerNetwkElement
                                       DisplayString,
    perProfAppServR2SDActI3OrigServerCFSIx
                                       Unsigned32,
    perProfAppServR2SDActI4OrigServerDirNum
                                       DisplayString,
    perProfAppServR2SDDefI1OrigServerNEConn
                                       Unsigned32,
    perProfAppServR2SDDefI2OrigServerNetwkElement
                                       DisplayString,
    perProfAppServR2SDDefI3OrigServerCFSIx
                                       Unsigned32,
    perProfAppServR2SDDefI4OrigServerDirNum
                                       DisplayString,
    perProfAppServR2SDUseDefOrigServer INTEGER,
    perProfAppServR2SDActTermSubscribed
                                       INTEGER,
    perProfAppServR2SDDefTermSubscribed
                                       INTEGER,
    perProfAppServR2SDUseDefTermSubscribed
                                       INTEGER,
    perProfAppServR2SDActI1TermServerNEConn
                                       Unsigned32,
    perProfAppServR2SDActI2TermServerNetwkElement
                                       DisplayString,
    perProfAppServR2SDActI3TermServerCFSIx
                                       Unsigned32,
    perProfAppServR2SDActI4TermServerDirNum
                                       DisplayString,
    perProfAppServR2SDDefI1TermServerNEConn
                                       Unsigned32,
    perProfAppServR2SDDefI2TermServerNetwkElement
                                       DisplayString,
    perProfAppServR2SDDefI3TermServerCFSIx
                                       Unsigned32,
    perProfAppServR2SDDefI4TermServerDirNum
                                       DisplayString,
    perProfAppServR2SDUseDefTermServer INTEGER,
    perProfAppServR2AlrmState          INTEGER,
    perProfAppServR2AlrmEvtsAtndDpLogCorr
                                       Counter64,
    perProfAppServR2AlrmEvtsAttnRq     Unsigned32,
    perProfAppServR2AlrmEvtsAtndDp     Unsigned32,
    perProfAppServR2AlrmStateTimestamp Unsigned32,
    perProfAppServR2AlrmResetTimestamp Unsigned32,
    perProfAppServR2SDActI1PresenceServServerNEConn
                                       Unsigned32,
    perProfAppServR2SDActI2PresenceServServerNetwkElement
                                       DisplayString,
    perProfAppServR2SDActI3PresenceServServerCFSIx
                                       Unsigned32,
    perProfAppServR2SDActI4PresenceServServerDirNum
                                       DisplayString,
    perProfAppServR2SDDefI1PresenceServServerNEConn
                                       Unsigned32,
    perProfAppServR2SDDefI2PresenceServServerNetwkElement
                                       DisplayString,
    perProfAppServR2SDDefI3PresenceServServerCFSIx
                                       Unsigned32,
    perProfAppServR2SDDefI4PresenceServServerDirNum
                                       DisplayString,
    perProfAppServSDActR2SDActPresenceServServerOtherVals
                                       INTEGER,
    perProfAppServSDDefR2SDActPresenceServServerOtherVals
                                       INTEGER,
    perProfAppServR2SDUseDefPresenceServServer
                                       INTEGER
  }

  perProfAppServR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfAppServR2Entry  1 }

  perProfAppServR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfAppServR2Entry  2 }

  perProfAppServR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfAppServR2Entry  3 }

  perProfAppServR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfAppServR2Entry  4 }

  perProfAppServR2SDActOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR2Entry  5 }

  perProfAppServR2SDDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR2Entry  6 }

  perProfAppServR2SDUseDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR2Entry  7 }

  perProfAppServR2SDActI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  8 }

  perProfAppServR2SDActI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  9 }

  perProfAppServR2SDActI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  10 }

  perProfAppServR2SDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  11 }

  perProfAppServR2SDDefI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  12 }

  perProfAppServR2SDDefI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  13 }

  perProfAppServR2SDDefI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  14 }

  perProfAppServR2SDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR2Entry  15 }

  perProfAppServR2SDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR2Entry  16 }

  perProfAppServR2SDActTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR2Entry  17 }

  perProfAppServR2SDDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR2Entry  18 }

  perProfAppServR2SDUseDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR2Entry  19 }

  perProfAppServR2SDActI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  20 }

  perProfAppServR2SDActI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  21 }

  perProfAppServR2SDActI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  22 }

  perProfAppServR2SDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  23 }

  perProfAppServR2SDDefI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  24 }

  perProfAppServR2SDDefI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  25 }

  perProfAppServR2SDDefI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  26 }

  perProfAppServR2SDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR2Entry  27 }

  perProfAppServR2SDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR2Entry  28 }

  perProfAppServR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { perProfAppServR2Entry  29 }

  perProfAppServR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { perProfAppServR2Entry  30 }

  perProfAppServR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfAppServR2Entry  31 }

  perProfAppServR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfAppServR2Entry  32 }

  perProfAppServR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { perProfAppServR2Entry  33 }

  perProfAppServR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { perProfAppServR2Entry  34 }

  perProfAppServR2SDActI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  35 }

  perProfAppServR2SDActI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  36 }

  perProfAppServR2SDActI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  37 }

  perProfAppServR2SDActI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  38 }

  perProfAppServR2SDDefI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  39 }

  perProfAppServR2SDDefI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  40 }

  perProfAppServR2SDDefI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  41 }

  perProfAppServR2SDDefI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  42 }

  perProfAppServSDActR2SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  44 }

  perProfAppServSDDefR2SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR2Entry  45 }

  perProfAppServR2SDUseDefPresenceServServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Presence Service - ACD Presence Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR2Entry  46 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Call Forwarding Services'                           */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  perProfCallFwdR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfCallFwdR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1911 }

  perProfCallFwdR4Entry OBJECT-TYPE
    SYNTAX       PerProfCallFwdR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfCallFwdR4NEConn,
             perProfCallFwdR4NetwkElement,
             perProfCallFwdR4CFSIx,
             perProfCallFwdR4GpIx }
    ::= {  perProfCallFwdR4Table  1  }

  PerProfCallFwdR4Entry  ::=  SEQUENCE
  {
    perProfCallFwdR4NEConn             Unsigned32,
    perProfCallFwdR4NetwkElement       DisplayString,
    perProfCallFwdR4CFSIx              Unsigned32,
    perProfCallFwdR4GpIx               Unsigned32,
    perProfCallFwdR4SDActMaxSimulFwds  Unsigned32,
    perProfCallFwdR4SDDefMaxSimulFwds  Unsigned32,
    perProfCallFwdR4SDUseDefMaxSimulFwds
                                       INTEGER,
    perProfCallFwdR4SDActUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR4SDDefUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR4SDUseDefUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR4SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR4SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR4SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR4SDActNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR4SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR4SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR4SDActPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR4SDDefPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR4SDUseDefPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR4SDActCFUSubscribed INTEGER,
    perProfCallFwdR4SDDefCFUSubscribed INTEGER,
    perProfCallFwdR4SDUseDefCFUSubscribed
                                       INTEGER,
    perProfCallFwdR4SDActCFUVariant    INTEGER,
    perProfCallFwdR4SDDefCFUVariant    INTEGER,
    perProfCallFwdR4SDUseDefCFUVariant INTEGER,
    perProfCallFwdR4SDActCFUSingleRing INTEGER,
    perProfCallFwdR4SDDefCFUSingleRing INTEGER,
    perProfCallFwdR4SDUseDefCFUSingleRing
                                       INTEGER,
    perProfCallFwdR4SDActCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR4SDDefCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR4SDUseDefCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR4SDActCFBLVariant   INTEGER,
    perProfCallFwdR4SDDefCFBLVariant   INTEGER,
    perProfCallFwdR4SDUseDefCFBLVariant
                                       INTEGER,
    perProfCallFwdR4SDActCFDASubscribed
                                       INTEGER,
    perProfCallFwdR4SDDefCFDASubscribed
                                       INTEGER,
    perProfCallFwdR4SDUseDefCFDASubscribed
                                       INTEGER,
    perProfCallFwdR4SDActCFDAVariant   INTEGER,
    perProfCallFwdR4SDDefCFDAVariant   INTEGER,
    perProfCallFwdR4SDUseDefCFDAVariant
                                       INTEGER,
    perProfCallFwdR4SDActCFDANoReplyTime
                                       Unsigned32,
    perProfCallFwdR4SDDefCFDANoReplyTime
                                       Unsigned32,
    perProfCallFwdR4SDUseDefCFDANoReplyTime
                                       INTEGER,
    perProfCallFwdR4SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR4SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR4SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR4SDActSCFSubscribed INTEGER,
    perProfCallFwdR4SDDefSCFSubscribed INTEGER,
    perProfCallFwdR4SDUseDefSCFSubscribed
                                       INTEGER,
    perProfCallFwdR4SDActSCFSingleRing INTEGER,
    perProfCallFwdR4SDDefSCFSingleRing INTEGER,
    perProfCallFwdR4SDUseDefSCFSingleRing
                                       INTEGER,
    perProfCallFwdR4SDActSCFUSB        INTEGER,
    perProfCallFwdR4SDDefSCFUSB        INTEGER,
    perProfCallFwdR4SDUseDefSCFUSB     INTEGER,
    perProfCallFwdR4SDActBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR4SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR4SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR4SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    perProfCallFwdR4SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    perProfCallFwdR4SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    perProfCallFwdR4SDActBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR4SDDefBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR4SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR4SDActRACFSubscribed
                                       INTEGER,
    perProfCallFwdR4SDDefRACFSubscribed
                                       INTEGER,
    perProfCallFwdR4SDUseDefRACFSubscribed
                                       INTEGER,
    perProfCallFwdR4SDActFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR4SDDefFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR4SDUseDefFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR4SDActFMFMServLvl   INTEGER,
    perProfCallFwdR4SDDefFMFMServLvl   INTEGER,
    perProfCallFwdR4SDUseDefFMFMServLvl
                                       INTEGER,
    perProfCallFwdR4SDActRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR4SDDefRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR4SDUseDefRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR4SDActUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR4SDDefUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR4SDUseDefUnavailCFSubscribed
                                       INTEGER
  }

  perProfCallFwdR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfCallFwdR4Entry  1 }

  perProfCallFwdR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfCallFwdR4Entry  2 }

  perProfCallFwdR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfCallFwdR4Entry  3 }

  perProfCallFwdR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfCallFwdR4Entry  4 }

  perProfCallFwdR4SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  5 }

  perProfCallFwdR4SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  6 }

  perProfCallFwdR4SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  7 }

  perProfCallFwdR4SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  8 }

  perProfCallFwdR4SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  9 }

  perProfCallFwdR4SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  10 }

  perProfCallFwdR4SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  11 }

  perProfCallFwdR4SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  12 }

  perProfCallFwdR4SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  13 }

  perProfCallFwdR4SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  14 }

  perProfCallFwdR4SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  15 }

  perProfCallFwdR4SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  16 }

  perProfCallFwdR4SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  17 }

  perProfCallFwdR4SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  18 }

  perProfCallFwdR4SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  19 }

  perProfCallFwdR4SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  20 }

  perProfCallFwdR4SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  21 }

  perProfCallFwdR4SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  22 }

  perProfCallFwdR4SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  23 }

  perProfCallFwdR4SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  24 }

  perProfCallFwdR4SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  25 }

  perProfCallFwdR4SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  26 }

  perProfCallFwdR4SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  27 }

  perProfCallFwdR4SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  28 }

  perProfCallFwdR4SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  29 }

  perProfCallFwdR4SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  30 }

  perProfCallFwdR4SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  31 }

  perProfCallFwdR4SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  32 }

  perProfCallFwdR4SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  33 }

  perProfCallFwdR4SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  34 }

  perProfCallFwdR4SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  35 }

  perProfCallFwdR4SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  36 }

  perProfCallFwdR4SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  37 }

  perProfCallFwdR4SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  38 }

  perProfCallFwdR4SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  39 }

  perProfCallFwdR4SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  40 }

  perProfCallFwdR4SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  41 }

  perProfCallFwdR4SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  42 }

  perProfCallFwdR4SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  43 }

  perProfCallFwdR4SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  44 }

  perProfCallFwdR4SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  45 }

  perProfCallFwdR4SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  46 }

  perProfCallFwdR4SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  47 }

  perProfCallFwdR4SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  48 }

  perProfCallFwdR4SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  49 }

  perProfCallFwdR4SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  50 }

  perProfCallFwdR4SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  51 }

  perProfCallFwdR4SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  52 }

  perProfCallFwdR4SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  53 }

  perProfCallFwdR4SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  54 }

  perProfCallFwdR4SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  55 }

  perProfCallFwdR4SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  56 }

  perProfCallFwdR4SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  57 }

  perProfCallFwdR4SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  58 }

  perProfCallFwdR4SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  59 }

  perProfCallFwdR4SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  60 }

  perProfCallFwdR4SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  61 }

  perProfCallFwdR4SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  62 }

  perProfCallFwdR4SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  63 }

  perProfCallFwdR4SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  64 }

  perProfCallFwdR4SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  65 }

  perProfCallFwdR4SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  66 }

  perProfCallFwdR4SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  67 }

  perProfCallFwdR4SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  68 }

  perProfCallFwdR4SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  69 }

  perProfCallFwdR4SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  70 }

  perProfCallFwdR4SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  71 }

  perProfCallFwdR4SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  72 }

  perProfCallFwdR4SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  73 }

  perProfCallFwdR4SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  74 }

  perProfCallFwdR4SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  75 }

  perProfCallFwdR4SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  76 }

  perProfCallFwdR4SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  77 }

  perProfCallFwdR4SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR4Entry  78 }

  perProfCallFwdR4SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR4Entry  79 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DMG Information'                                            */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  perProfDMGInformationR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfDMGInformationR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'."
    ::= { metaSwitch  1912 }

  perProfDMGInformationR1Entry OBJECT-TYPE
    SYNTAX       PerProfDMGInformationR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfDMGInformationR1NEConn,
             perProfDMGInformationR1NetwkElement,
             perProfDMGInformationR1CFSIx,
             perProfDMGInformationR1GpIx,
             perProfDMGInformationR1DMGIx }
    ::= {  perProfDMGInformationR1Table  1  }

  PerProfDMGInformationR1Entry  ::=  SEQUENCE
  {
    perProfDMGInformationR1NEConn      Unsigned32,
    perProfDMGInformationR1NetwkElement
                                       DisplayString,
    perProfDMGInformationR1CFSIx       Unsigned32,
    perProfDMGInformationR1GpIx        Unsigned32,
    perProfDMGInformationR1DMGIx       Unsigned32,
    perProfDMGInformationR1I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    perProfDMGInformationR1I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    perProfDMGInformationR1I3DelegatedManagementGpDMGIx
                                       Integer32,
    perProfDMGInformationR1SDActFriendlyName
                                       DisplayString,
    perProfDMGInformationR1SDDefFriendlyName
                                       DisplayString,
    perProfDMGInformationR1SDUseDefFriendlyName
                                       INTEGER,
    perProfDMGInformationR1RowStatus   RowStatus
  }

  perProfDMGInformationR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfDMGInformationR1Entry  1 }

  perProfDMGInformationR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfDMGInformationR1Entry  2 }

  perProfDMGInformationR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfDMGInformationR1Entry  3 }

  perProfDMGInformationR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfDMGInformationR1Entry  4 }

  perProfDMGInformationR1DMGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DMG index'.
                  This is an index field."
    ::= { perProfDMGInformationR1Entry  5 }

  perProfDMGInformationR1I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { perProfDMGInformationR1Entry  6 }

  perProfDMGInformationR1I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { perProfDMGInformationR1Entry  7 }

  perProfDMGInformationR1I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { perProfDMGInformationR1Entry  8 }

  perProfDMGInformationR1SDActFriendlyName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Friendly name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfDMGInformationR1Entry  9 }

  perProfDMGInformationR1SDDefFriendlyName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Friendly name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfDMGInformationR1Entry  10 }

  perProfDMGInformationR1SDUseDefFriendlyName OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Friendly name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfDMGInformationR1Entry  11 }

  perProfDMGInformationR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfDMGInformationR1Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Outgoing Call Services'                             */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  perProfOutR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfOutR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1914 }

  perProfOutR7Entry OBJECT-TYPE
    SYNTAX       PerProfOutR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfOutR7NEConn,
             perProfOutR7NetwkElement,
             perProfOutR7CFSIx,
             perProfOutR7GpIx }
    ::= {  perProfOutR7Table  1  }

  PerProfOutR7Entry  ::=  SEQUENCE
  {
    perProfOutR7NEConn                 Unsigned32,
    perProfOutR7NetwkElement           DisplayString,
    perProfOutR7CFSIx                  Unsigned32,
    perProfOutR7GpIx                   Unsigned32,
    perProfOutR7SDActSPDSubscribed     INTEGER,
    perProfOutR7SDDefSPDSubscribed     INTEGER,
    perProfOutR7SDUseDefSPDSubscribed  INTEGER,
    perProfOutR7SDActSPDAllowedTypes   INTEGER,
    perProfOutR7SDDefSPDAllowedTypes   INTEGER,
    perProfOutR7SDUseDefSPDAllowedTypes
                                       INTEGER,
    perProfOutR7SDActAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR7SDDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR7SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR7SDActOCBSubscribed     INTEGER,
    perProfOutR7SDDefOCBSubscribed     INTEGER,
    perProfOutR7SDUseDefOCBSubscribed  INTEGER,
    perProfOutR7SDActOCBUSB            INTEGER,
    perProfOutR7SDDefOCBUSB            INTEGER,
    perProfOutR7SDUseDefOCBUSB         INTEGER,
    perProfOutR7SDActOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR7SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR7SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    perProfOutR7SDActMACSubscribed     INTEGER,
    perProfOutR7SDDefMACSubscribed     INTEGER,
    perProfOutR7SDUseDefMACSubscribed  INTEGER,
    perProfOutR7SDActMandAccCodesVariant
                                       INTEGER,
    perProfOutR7SDDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR7SDUseDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR7SDActUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR7SDDefUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR7SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR7SDActUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR7SDDefUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR7SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR7SDActMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR7SDDefMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR7SDUseDefMndAccCodesCodeLen
                                       INTEGER,
    perProfOutR7SDActMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR7SDDefMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR7SDUseDefMACMaxIncorrectCodeAttempts
                                       INTEGER,
    perProfOutR7SDActUSMACCallTypes2   BITS,
    perProfOutR7SDDefUSMACCallTypes2   BITS,
    perProfOutR7SDUseDefUSMACCallTypes2
                                       INTEGER,
    perProfOutR7SDActWHLSubscribed     INTEGER,
    perProfOutR7SDDefWHLSubscribed     INTEGER,
    perProfOutR7SDUseDefWHLSubscribed  INTEGER,
    perProfOutR7SDActWHLServLvl        INTEGER,
    perProfOutR7SDDefWHLServLvl        INTEGER,
    perProfOutR7SDUseDefWHLServLvl     INTEGER,
    perProfOutR7SDActWHLTimeout        Unsigned32,
    perProfOutR7SDDefWHLTimeout        Unsigned32,
    perProfOutR7SDUseDefWHLTimeout     INTEGER,
    perProfOutR7SDActOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR7SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR7SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    perProfOutR7SDActMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR7SDDefMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR7SDUseDefMACPerCallMaxIncorrectCodeAttempts
                                       INTEGER
  }

  perProfOutR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfOutR7Entry  1 }

  perProfOutR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfOutR7Entry  2 }

  perProfOutR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfOutR7Entry  3 }

  perProfOutR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfOutR7Entry  4 }

  perProfOutR7SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  5 }

  perProfOutR7SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  6 }

  perProfOutR7SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  7 }

  perProfOutR7SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  8 }

  perProfOutR7SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  9 }

  perProfOutR7SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  10 }

  perProfOutR7SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  11 }

  perProfOutR7SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  12 }

  perProfOutR7SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  13 }

  perProfOutR7SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  14 }

  perProfOutR7SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  15 }

  perProfOutR7SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  16 }

  perProfOutR7SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  17 }

  perProfOutR7SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  18 }

  perProfOutR7SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  19 }

  perProfOutR7SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  20 }

  perProfOutR7SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  21 }

  perProfOutR7SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  22 }

  perProfOutR7SDActMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  23 }

  perProfOutR7SDDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  24 }

  perProfOutR7SDUseDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  25 }

  perProfOutR7SDActMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  26 }

  perProfOutR7SDDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  27 }

  perProfOutR7SDUseDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  28 }

  perProfOutR7SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  29 }

  perProfOutR7SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  30 }

  perProfOutR7SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  31 }

  perProfOutR7SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  32 }

  perProfOutR7SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  33 }

  perProfOutR7SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  34 }

  perProfOutR7SDActMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  35 }

  perProfOutR7SDDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  36 }

  perProfOutR7SDUseDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  37 }

  perProfOutR7SDActMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  38 }

  perProfOutR7SDDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  39 }

  perProfOutR7SDUseDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  40 }

  perProfOutR7SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  41 }

  perProfOutR7SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  42 }

  perProfOutR7SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  43 }

  perProfOutR7SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  44 }

  perProfOutR7SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  45 }

  perProfOutR7SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  46 }

  perProfOutR7SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  47 }

  perProfOutR7SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  48 }

  perProfOutR7SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  49 }

  perProfOutR7SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  50 }

  perProfOutR7SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  51 }

  perProfOutR7SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  52 }

  perProfOutR7SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  62 }

  perProfOutR7SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  63 }

  perProfOutR7SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  64 }

  perProfOutR7SDActMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  65 }

  perProfOutR7SDDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR7Entry  66 }

  perProfOutR7SDUseDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR7Entry  67 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Incoming Call Services'                             */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  perProfInR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfInR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1915 }

  perProfInR4Entry OBJECT-TYPE
    SYNTAX       PerProfInR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfInR4NEConn,
             perProfInR4NetwkElement,
             perProfInR4CFSIx,
             perProfInR4GpIx }
    ::= {  perProfInR4Table  1  }

  PerProfInR4Entry  ::=  SEQUENCE
  {
    perProfInR4NEConn                  Unsigned32,
    perProfInR4NetwkElement            DisplayString,
    perProfInR4CFSIx                   Unsigned32,
    perProfInR4GpIx                    Unsigned32,
    perProfInR4SDActSCRSubscribed      INTEGER,
    perProfInR4SDDefSCRSubscribed      INTEGER,
    perProfInR4SDUseDefSCRSubscribed   INTEGER,
    perProfInR4SDActSCRUSB             INTEGER,
    perProfInR4SDDefSCRUSB             INTEGER,
    perProfInR4SDUseDefSCRUSB          INTEGER,
    perProfInR4SDActACRSubscribed      INTEGER,
    perProfInR4SDDefACRSubscribed      INTEGER,
    perProfInR4SDUseDefACRSubscribed   INTEGER,
    perProfInR4SDActACRUSB             INTEGER,
    perProfInR4SDDefACRUSB             INTEGER,
    perProfInR4SDUseDefACRUSB          INTEGER,
    perProfInR4SDActDoNotDistSubscribed
                                       INTEGER,
    perProfInR4SDDefDoNotDistSubscribed
                                       INTEGER,
    perProfInR4SDUseDefDoNotDistSubscribed
                                       INTEGER,
    perProfInR4SDActDoNotDistSingleRing
                                       INTEGER,
    perProfInR4SDDefDoNotDistSingleRing
                                       INTEGER,
    perProfInR4SDUseDefDoNotDistSingleRing
                                       INTEGER,
    perProfInR4SDActPriorityCallSubscribed
                                       INTEGER,
    perProfInR4SDDefPriorityCallSubscribed
                                       INTEGER,
    perProfInR4SDUseDefPriorityCallSubscribed
                                       INTEGER,
    perProfInR4SDActPriorityCallUSB    INTEGER,
    perProfInR4SDDefPriorityCallUSB    INTEGER,
    perProfInR4SDUseDefPriorityCallUSB INTEGER,
    perProfInR4SDActDoNotDistServLvl   INTEGER,
    perProfInR4SDDefDoNotDistServLvl   INTEGER,
    perProfInR4SDUseDefDoNotDistServLvl
                                       INTEGER,
    perProfInR4SDActSCAUSB             INTEGER,
    perProfInR4SDDefSCAUSB             INTEGER,
    perProfInR4SDUseDefSCAUSB          INTEGER,
    perProfInR4SDActMLHGsStatisticsEnabled
                                       INTEGER,
    perProfInR4SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    perProfInR4SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    perProfInR4SDActLongDistanceAlertSubscribed
                                       INTEGER,
    perProfInR4SDDefLongDistanceAlertSubscribed
                                       INTEGER,
    perProfInR4SDUseDefLongDistanceAlertSubscribed
                                       INTEGER,
    perProfInR4SDActDoNotDistIntegratedDND
                                       INTEGER,
    perProfInR4SDDefDoNotDistIntegratedDND
                                       INTEGER,
    perProfInR4SDUseDefDoNotDistIntegratedDND
                                       INTEGER
  }

  perProfInR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfInR4Entry  1 }

  perProfInR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfInR4Entry  2 }

  perProfInR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfInR4Entry  3 }

  perProfInR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfInR4Entry  4 }

  perProfInR4SDActSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  5 }

  perProfInR4SDDefSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  6 }

  perProfInR4SDUseDefSCRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  7 }

  perProfInR4SDActSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  8 }

  perProfInR4SDDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  9 }

  perProfInR4SDUseDefSCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  10 }

  perProfInR4SDActACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  11 }

  perProfInR4SDDefACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  12 }

  perProfInR4SDUseDefACRSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  13 }

  perProfInR4SDActACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  14 }

  perProfInR4SDDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  15 }

  perProfInR4SDUseDefACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Anonymous Call Rejection - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  16 }

  perProfInR4SDActDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  17 }

  perProfInR4SDDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  18 }

  perProfInR4SDUseDefDoNotDistSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  19 }

  perProfInR4SDActDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  20 }

  perProfInR4SDDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  21 }

  perProfInR4SDUseDefDoNotDistSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  22 }

  perProfInR4SDActPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  23 }

  perProfInR4SDDefPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  24 }

  perProfInR4SDUseDefPriorityCallSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  25 }

  perProfInR4SDActPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  26 }

  perProfInR4SDDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  27 }

  perProfInR4SDUseDefPriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Priority Call - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  28 }

  perProfInR4SDActDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  29 }

  perProfInR4SDDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectiveCallAcceptance(1),
                   doNotDisturb(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  30 }

  perProfInR4SDUseDefDoNotDistServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  31 }

  perProfInR4SDActSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  32 }

  perProfInR4SDDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  33 }

  perProfInR4SDUseDefSCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  34 }

  perProfInR4SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  44 }

  perProfInR4SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  45 }

  perProfInR4SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  46 }

  perProfInR4SDActLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  47 }

  perProfInR4SDDefLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  48 }

  perProfInR4SDUseDefLongDistanceAlertSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long Distance Alert - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  49 }

  perProfInR4SDActDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  50 }

  perProfInR4SDDefDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfInR4Entry  51 }

  perProfInR4SDUseDefDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Do Not Disturb - integrated DND'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfInR4Entry  52 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Caller ID Services'                                 */
-- /* Valid from: 8.1                                                               */
-- /* Valid before: 9.3                                                             */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  perProfCallerIDR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfCallerIDR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1916 }

  perProfCallerIDR5Entry OBJECT-TYPE
    SYNTAX       PerProfCallerIDR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfCallerIDR5NEConn,
             perProfCallerIDR5NetwkElement,
             perProfCallerIDR5CFSIx,
             perProfCallerIDR5GpIx }
    ::= {  perProfCallerIDR5Table  1  }

  PerProfCallerIDR5Entry  ::=  SEQUENCE
  {
    perProfCallerIDR5NEConn            Unsigned32,
    perProfCallerIDR5NetwkElement      DisplayString,
    perProfCallerIDR5CFSIx             Unsigned32,
    perProfCallerIDR5GpIx              Unsigned32,
    perProfCallerIDR5SDActARSubscribed INTEGER,
    perProfCallerIDR5SDDefARSubscribed INTEGER,
    perProfCallerIDR5SDUseDefARSubscribed
                                       INTEGER,
    perProfCallerIDR5SDActARUSB        INTEGER,
    perProfCallerIDR5SDDefARUSB        INTEGER,
    perProfCallerIDR5SDUseDefARUSB     INTEGER,
    perProfCallerIDR5SDActAutoClbackSubscribed
                                       INTEGER,
    perProfCallerIDR5SDDefAutoClbackSubscribed
                                       INTEGER,
    perProfCallerIDR5SDUseDefAutoClbackSubscribed
                                       INTEGER,
    perProfCallerIDR5USBSDActAutoClback
                                       INTEGER,
    perProfCallerIDR5USBSDDefAutoClback
                                       INTEGER,
    perProfCallerIDR5USBSDUseDefAutoClback
                                       INTEGER,
    perProfCallerIDR5SDActCallTrc      INTEGER,
    perProfCallerIDR5SDDefCallTrc      INTEGER,
    perProfCallerIDR5SDUseDefCallTrc   INTEGER,
    perProfCallerIDR5SDActCallTraceUSB INTEGER,
    perProfCallerIDR5SDDefCallTraceUSB INTEGER,
    perProfCallerIDR5SDUseDefCallTraceUSB
                                       INTEGER,
    perProfCallerIDR5SDActCNDSubscribed
                                       INTEGER,
    perProfCallerIDR5SDDefCNDSubscribed
                                       INTEGER,
    perProfCallerIDR5SDUseDefCNDSubscribed
                                       INTEGER,
    perProfCallerIDR5SDActCNDUSB       INTEGER,
    perProfCallerIDR5SDDefCNDUSB       INTEGER,
    perProfCallerIDR5SDUseDefCNDUSB    INTEGER,
    perProfCallerIDR5SDActCIDPresSubscribed
                                       INTEGER,
    perProfCallerIDR5SDDefCIDPresSubscribed
                                       INTEGER,
    perProfCallerIDR5SDUseDefCIDPresSubscribed
                                       INTEGER,
    perProfCallerIDR5SDActCmpleteWithholdCID
                                       INTEGER,
    perProfCallerIDR5SDDefCmpleteWithholdCID
                                       INTEGER,
    perProfCallerIDR5SDUseDefCmpleteWithholdCID
                                       INTEGER,
    perProfCallerIDR5SDActCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCallerIDR5SDDefCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCallerIDR5SDUseDefCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCallerIDR5SDActCompletePresCID
                                       INTEGER,
    perProfCallerIDR5SDDefCompletePresCID
                                       INTEGER,
    perProfCallerIDR5SDUseDefCompletePresCID
                                       INTEGER,
    perProfCallerIDR5SDActWithholdDirNum
                                       INTEGER,
    perProfCallerIDR5SDDefWithholdDirNum
                                       INTEGER,
    perProfCallerIDR5SDUseDefWithholdDirNum
                                       INTEGER,
    perProfCallerIDR5SDActCNDBSubscribed
                                       INTEGER,
    perProfCallerIDR5SDDefCNDBSubscribed
                                       INTEGER,
    perProfCallerIDR5SDUseDefCNDBSubscribed
                                       INTEGER,
    perProfCallerIDR5SDActCNDBUSB      INTEGER,
    perProfCallerIDR5SDDefCNDBUSB      INTEGER,
    perProfCallerIDR5SDUseDefCNDBUSB   INTEGER,
    perProfCallerIDR5SDActCNamDlvrySubscrd
                                       INTEGER,
    perProfCallerIDR5SDDefCNamDlvrySubscrd
                                       INTEGER,
    perProfCallerIDR5SDUseDefCNamDlvrySubscrd
                                       INTEGER,
    perProfCallerIDR5USBSDActClgNameDlvry
                                       INTEGER,
    perProfCallerIDR5USBSDDefClgNameDlvry
                                       INTEGER,
    perProfCallerIDR5USBSDUseDefClgNameDlvry
                                       INTEGER,
    perProfCallerIDR5SDActNamNumIPSubscribed
                                       INTEGER,
    perProfCallerIDR5SDDefNamNumIPSubscribed
                                       INTEGER,
    perProfCallerIDR5SDUseDefNamNumIPSubscribed
                                       INTEGER,
    perProfCallerIDR5SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    perProfCallerIDR5SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    perProfCallerIDR5SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    perProfCallerIDR5SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    perProfCallerIDR5SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    perProfCallerIDR5SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    perProfCallerIDR5SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    perProfCallerIDR5SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    perProfCallerIDR5SDUseDefNameNumOvIPDest
                                       INTEGER,
    perProfCallerIDR5SDActLastCIDErasureSubscribed
                                       INTEGER,
    perProfCallerIDR5SDDefLastCIDErasureSubscribed
                                       INTEGER,
    perProfCallerIDR5SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    perProfCallerIDR5SDActCNDPreferredSIPFormat
                                       INTEGER,
    perProfCallerIDR5SDDefCNDPreferredSIPFormat
                                       INTEGER,
    perProfCallerIDR5SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    perProfCallerIDR5SDActCIDIgnorePBXSigPrsnt
                                       INTEGER,
    perProfCallerIDR5SDDefCIDIgnorePBXSigPrsnt
                                       INTEGER,
    perProfCallerIDR5SDUseDefCIDIgnorePBXSigPrsnt
                                       INTEGER,
    perProfCallerIDR5SDActCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCallerIDR5SDDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCallerIDR5SDUseDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCallerIDR5SDActCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCallerIDR5SDDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCallerIDR5SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCallerIDR5SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCallerIDR5SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCallerIDR5SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCallerIDR5SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCallerIDR5SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCallerIDR5SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCallerIDR5SDActCLIDPWhldNum INTEGER,
    perProfCallerIDR5SDDefCLIDPWhldNum INTEGER,
    perProfCallerIDR5SDUseDefCLIDPWhldNum
                                       INTEGER,
    perProfCallerIDR5SDActCIDCLIDPPresNum
                                       INTEGER,
    perProfCallerIDR5SDDefCIDCLIDPPresNum
                                       INTEGER,
    perProfCallerIDR5SDUseDefCIDCLIDPPresNum
                                       INTEGER,
    perProfCallerIDR5SDActCLIDPIgnore  INTEGER,
    perProfCallerIDR5SDDefCLIDPIgnore  INTEGER,
    perProfCallerIDR5SDUseDefCLIDPIgnore
                                       INTEGER,
    perProfCallerIDR5SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCallerIDR5SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCallerIDR5SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCallerIDR5SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCallerIDR5SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCallerIDR5SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCallerIDR5SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCallerIDR5SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCallerIDR5SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER
  }

  perProfCallerIDR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfCallerIDR5Entry  1 }

  perProfCallerIDR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfCallerIDR5Entry  2 }

  perProfCallerIDR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfCallerIDR5Entry  3 }

  perProfCallerIDR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfCallerIDR5Entry  4 }

  perProfCallerIDR5SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  5 }

  perProfCallerIDR5SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  6 }

  perProfCallerIDR5SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  7 }

  perProfCallerIDR5SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  8 }

  perProfCallerIDR5SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  9 }

  perProfCallerIDR5SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  10 }

  perProfCallerIDR5SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  11 }

  perProfCallerIDR5SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  12 }

  perProfCallerIDR5SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  13 }

  perProfCallerIDR5USBSDActAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  14 }

  perProfCallerIDR5USBSDDefAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  15 }

  perProfCallerIDR5USBSDUseDefAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  16 }

  perProfCallerIDR5SDActCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  17 }

  perProfCallerIDR5SDDefCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  18 }

  perProfCallerIDR5SDUseDefCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  19 }

  perProfCallerIDR5SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  20 }

  perProfCallerIDR5SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  21 }

  perProfCallerIDR5SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  22 }

  perProfCallerIDR5SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  23 }

  perProfCallerIDR5SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  24 }

  perProfCallerIDR5SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  25 }

  perProfCallerIDR5SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  26 }

  perProfCallerIDR5SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  27 }

  perProfCallerIDR5SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  28 }

  perProfCallerIDR5SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  29 }

  perProfCallerIDR5SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  30 }

  perProfCallerIDR5SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  31 }

  perProfCallerIDR5SDActCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  32 }

  perProfCallerIDR5SDDefCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  33 }

  perProfCallerIDR5SDUseDefCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  34 }

  perProfCallerIDR5SDActCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  35 }

  perProfCallerIDR5SDDefCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  36 }

  perProfCallerIDR5SDUseDefCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  37 }

  perProfCallerIDR5SDActCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  38 }

  perProfCallerIDR5SDDefCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  39 }

  perProfCallerIDR5SDUseDefCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  40 }

  perProfCallerIDR5SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  41 }

  perProfCallerIDR5SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  42 }

  perProfCallerIDR5SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  43 }

  perProfCallerIDR5SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  44 }

  perProfCallerIDR5SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  45 }

  perProfCallerIDR5SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  46 }

  perProfCallerIDR5SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  47 }

  perProfCallerIDR5SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  48 }

  perProfCallerIDR5SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  49 }

  perProfCallerIDR5SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  50 }

  perProfCallerIDR5SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  51 }

  perProfCallerIDR5SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  52 }

  perProfCallerIDR5USBSDActClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  53 }

  perProfCallerIDR5USBSDDefClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  54 }

  perProfCallerIDR5USBSDUseDefClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  55 }

  perProfCallerIDR5SDActNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  56 }

  perProfCallerIDR5SDDefNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  57 }

  perProfCallerIDR5SDUseDefNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  58 }

  perProfCallerIDR5SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  59 }

  perProfCallerIDR5SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  60 }

  perProfCallerIDR5SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  61 }

  perProfCallerIDR5SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  62 }

  perProfCallerIDR5SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  63 }

  perProfCallerIDR5SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  64 }

  perProfCallerIDR5SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  65 }

  perProfCallerIDR5SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCallerIDR5Entry  66 }

  perProfCallerIDR5SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  67 }

  perProfCallerIDR5SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  68 }

  perProfCallerIDR5SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  69 }

  perProfCallerIDR5SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  70 }

  perProfCallerIDR5SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  71 }

  perProfCallerIDR5SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  72 }

  perProfCallerIDR5SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  73 }

  perProfCallerIDR5SDActCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  95 }

  perProfCallerIDR5SDDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  96 }

  perProfCallerIDR5SDUseDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  97 }

  perProfCallerIDR5SDActCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  98 }

  perProfCallerIDR5SDDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  99 }

  perProfCallerIDR5SDUseDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  100 }

  perProfCallerIDR5SDActCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  101 }

  perProfCallerIDR5SDDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  102 }

  perProfCallerIDR5SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  103 }

  perProfCallerIDR5SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  104 }

  perProfCallerIDR5SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  105 }

  perProfCallerIDR5SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  106 }

  perProfCallerIDR5SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  107 }

  perProfCallerIDR5SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  108 }

  perProfCallerIDR5SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  109 }

  perProfCallerIDR5SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  110 }

  perProfCallerIDR5SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  111 }

  perProfCallerIDR5SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  112 }

  perProfCallerIDR5SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  113 }

  perProfCallerIDR5SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  114 }

  perProfCallerIDR5SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  115 }

  perProfCallerIDR5SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  116 }

  perProfCallerIDR5SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  117 }

  perProfCallerIDR5SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  118 }

  perProfCallerIDR5SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  119 }

  perProfCallerIDR5SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  120 }

  perProfCallerIDR5SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  121 }

  perProfCallerIDR5SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  122 }

  perProfCallerIDR5SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  123 }

  perProfCallerIDR5SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  124 }

  perProfCallerIDR5SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  125 }

  perProfCallerIDR5SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallerIDR5Entry  126 }

  perProfCallerIDR5SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallerIDR5Entry  127 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ANI Screening Table'                                        */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  aNIScrnTblR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ANIScrnTblR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ANI Screening Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1917 }

  aNIScrnTblR2Entry OBJECT-TYPE
    SYNTAX       ANIScrnTblR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aNIScrnTblR2NEConn,
             aNIScrnTblR2NetwkElement,
             aNIScrnTblR2CFSIx,
             aNIScrnTblR2TblIx }
    ::= {  aNIScrnTblR2Table  1  }

  ANIScrnTblR2Entry  ::=  SEQUENCE
  {
    aNIScrnTblR2NEConn                 Unsigned32,
    aNIScrnTblR2NetwkElement           DisplayString,
    aNIScrnTblR2CFSIx                  Unsigned32,
    aNIScrnTblR2TblIx                  INTEGER,
    aNIScrnTblR2TblName                DisplayString,
    aNIScrnTblR2DefLocale              INTEGER,
    aNIScrnTblR2FixedLenANIScreeningEntries
                                       INTEGER,
    aNIScrnTblR2NumDigitsInANIScreeningEntries
                                       Unsigned32,
    aNIScrnTblR2ImportCnt              Integer32,
    aNIScrnTblR2ImportStatus           DisplayString,
    aNIScrnTblR2ImportMode             INTEGER,
    aNIScrnTblR2ImportFile             DisplayString,
    aNIScrnTblR2ImportCorr             Counter64,
    aNIScrnTblR2ImportCorrNode         DisplayString,
    aNIScrnTblR2ImportCorrUID          DisplayString,
    aNIScrnTblR2ExportNumObjectsExported
                                       Integer32,
    aNIScrnTblR2ExportStatus           DisplayString,
    aNIScrnTblR2ExportFile             DisplayString,
    aNIScrnTblR2ExportCorr             Counter64,
    aNIScrnTblR2ExportCorrNode         DisplayString,
    aNIScrnTblR2ExportCorrUID          DisplayString,
    aNIScrnTblR2DoExtraActions         INTEGER,
    aNIScrnTblR2RowStatus              RowStatus,
    aNIScrnTblR2DefSecondLocale        INTEGER,
    aNIScrnTblR2ExportIncASRepData     INTEGER,
    aNIScrnTblR2ExportChldObjectsToInc INTEGER
  }

  aNIScrnTblR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aNIScrnTblR2Entry  1 }

  aNIScrnTblR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aNIScrnTblR2Entry  2 }

  aNIScrnTblR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aNIScrnTblR2Entry  3 }

  aNIScrnTblR2TblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table index'.
                  This is an index field."
    ::= { aNIScrnTblR2Entry  4 }

  aNIScrnTblR2TblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table name'."
    ::= { aNIScrnTblR2Entry  5 }

  aNIScrnTblR2DefLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default locale'."
    ::= { aNIScrnTblR2Entry  6 }

  aNIScrnTblR2FixedLenANIScreeningEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fixed length ANI Screening Entries'."
    DEFVAL       { true }
    ::= { aNIScrnTblR2Entry  7 }

  aNIScrnTblR2NumDigitsInANIScreeningEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of digits in ANI Screening Entries'."
    DEFVAL       { 10 }
    ::= { aNIScrnTblR2Entry  8 }

  aNIScrnTblR2ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { aNIScrnTblR2Entry  9 }

  aNIScrnTblR2ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { aNIScrnTblR2Entry  10 }

  aNIScrnTblR2ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { aNIScrnTblR2Entry  11 }

  aNIScrnTblR2ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { aNIScrnTblR2Entry  12 }

  aNIScrnTblR2ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { aNIScrnTblR2Entry  13 }

  aNIScrnTblR2ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { aNIScrnTblR2Entry  14 }

  aNIScrnTblR2ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { aNIScrnTblR2Entry  15 }

  aNIScrnTblR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aNIScrnTblR2Entry  16 }

  aNIScrnTblR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aNIScrnTblR2Entry  17 }

  aNIScrnTblR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aNIScrnTblR2Entry  18 }

  aNIScrnTblR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aNIScrnTblR2Entry  19 }

  aNIScrnTblR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aNIScrnTblR2Entry  20 }

  aNIScrnTblR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aNIScrnTblR2Entry  21 }

  aNIScrnTblR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aNIScrnTblR2Entry  22 }

  aNIScrnTblR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aNIScrnTblR2Entry  23 }

  aNIScrnTblR2DefSecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default second locale'."
    DEFVAL       { none }
    ::= { aNIScrnTblR2Entry  24 }

  aNIScrnTblR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aNIScrnTblR2Entry  25 }

  aNIScrnTblR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aNIScrnTblR2Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ANI Screening Entry'                                        */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  aNIScreeningEntryR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ANIScreeningEntryR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ANI Screening Table'."
    ::= { metaSwitch  1918 }

  aNIScreeningEntryR2Entry OBJECT-TYPE
    SYNTAX       ANIScreeningEntryR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aNIScreeningEntryR2NEConn,
             aNIScreeningEntryR2NetwkElement,
             aNIScreeningEntryR2CFSIx,
             aNIScreeningEntryR2TblIx,
             aNIScreeningEntryR2FullANILen,
             aNIScreeningEntryR2ANIPrefix }
    ::= {  aNIScreeningEntryR2Table  1  }

  ANIScreeningEntryR2Entry  ::=  SEQUENCE
  {
    aNIScreeningEntryR2NEConn          Unsigned32,
    aNIScreeningEntryR2NetwkElement    DisplayString,
    aNIScreeningEntryR2CFSIx           Unsigned32,
    aNIScreeningEntryR2TblIx           INTEGER,
    aNIScreeningEntryR2FullANILen      INTEGER,
    aNIScreeningEntryR2ANIPrefix       DisplayString,
    aNIScreeningEntryR2ANI             DisplayString,
    aNIScreeningEntryR2EntryType       INTEGER,
    aNIScreeningEntryR2ChargeNum       DisplayString,
    aNIScreeningEntryR2Desc            DisplayString,
    aNIScreeningEntryR2I1LongDistanceServClassNEConn
                                       Unsigned32,
    aNIScreeningEntryR2I2LongDistanceServClassNetwkElement
                                       DisplayString,
    aNIScreeningEntryR2I3LongDistanceServClassCFSIx
                                       Unsigned32,
    aNIScreeningEntryR2I4LongDistanceServClassServClassIx
                                       INTEGER,
    aNIScreeningEntryR2ServSuspended   INTEGER,
    aNIScreeningEntryR2Locale          INTEGER,
    aNIScreeningEntryR2RtgAttrs        BITS,
    aNIScreeningEntryR2MandAccCodes    INTEGER,
    aNIScreeningEntryR2MandAccCodesTbl LongDisplayString,
    aNIScreeningEntryR2MandAccCodesBlocked
                                       INTEGER,
    aNIScreeningEntryR2ExportNumObjectsExported
                                       Integer32,
    aNIScreeningEntryR2ExportStatus    DisplayString,
    aNIScreeningEntryR2ExportFile      DisplayString,
    aNIScreeningEntryR2ExportCorr      Counter64,
    aNIScreeningEntryR2ExportCorrNode  DisplayString,
    aNIScreeningEntryR2ExportCorrUID   DisplayString,
    aNIScreeningEntryR2DoExtraActions  INTEGER,
    aNIScreeningEntryR2SecondLocale    INTEGER,
    aNIScreeningEntryR2ExportIncASRepData
                                       INTEGER,
    aNIScreeningEntryR2ExportChldObjectsToInc
                                       INTEGER
  }

  aNIScreeningEntryR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aNIScreeningEntryR2Entry  1 }

  aNIScreeningEntryR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aNIScreeningEntryR2Entry  2 }

  aNIScreeningEntryR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aNIScreeningEntryR2Entry  3 }

  aNIScreeningEntryR2TblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table index'.
                  This is an index field."
    ::= { aNIScreeningEntryR2Entry  4 }

  aNIScreeningEntryR2FullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Full ANI length'.
                  This is an index field."
    ::= { aNIScreeningEntryR2Entry  5 }

  aNIScreeningEntryR2ANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI prefix'.
                  This is an index field."
    ::= { aNIScreeningEntryR2Entry  6 }

  aNIScreeningEntryR2ANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI'.
                  This field is only writable during create."
    ::= { aNIScreeningEntryR2Entry  7 }

  aNIScreeningEntryR2EntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   denied(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Entry type'."
    DEFVAL       { allowed }
    ::= { aNIScreeningEntryR2Entry  8 }

  aNIScreeningEntryR2ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { aNIScreeningEntryR2Entry  9 }

  aNIScreeningEntryR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { aNIScreeningEntryR2Entry  10 }

  aNIScreeningEntryR2I1LongDistanceServClassNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { aNIScreeningEntryR2Entry  11 }

  aNIScreeningEntryR2I2LongDistanceServClassNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { aNIScreeningEntryR2Entry  12 }

  aNIScreeningEntryR2I3LongDistanceServClassCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { aNIScreeningEntryR2Entry  13 }

  aNIScreeningEntryR2I4LongDistanceServClassServClassIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Long Distance Service Class',
                  This field represents index 'Service class index'
                  in referenced type 'BOOLongDistanceServiceClassSE'."
    ::= { aNIScreeningEntryR2Entry  14 }

  aNIScreeningEntryR2ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { false }
    ::= { aNIScreeningEntryR2Entry  15 }

  aNIScreeningEntryR2Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { aNIScreeningEntryR2Entry  16 }

  aNIScreeningEntryR2RtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation and routing attributes'."
    DEFVAL       { {} }
    ::= { aNIScreeningEntryR2Entry  17 }

  aNIScreeningEntryR2MandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - Subscribed'."
    ::= { aNIScreeningEntryR2Entry  18 }

  aNIScreeningEntryR2MandAccCodesTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - table'."
    ::= { aNIScreeningEntryR2Entry  19 }

  aNIScreeningEntryR2MandAccCodesBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - blocked'."
    DEFVAL       { false }
    ::= { aNIScreeningEntryR2Entry  20 }

  aNIScreeningEntryR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aNIScreeningEntryR2Entry  21 }

  aNIScreeningEntryR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aNIScreeningEntryR2Entry  22 }

  aNIScreeningEntryR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aNIScreeningEntryR2Entry  23 }

  aNIScreeningEntryR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aNIScreeningEntryR2Entry  24 }

  aNIScreeningEntryR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aNIScreeningEntryR2Entry  25 }

  aNIScreeningEntryR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aNIScreeningEntryR2Entry  26 }

  aNIScreeningEntryR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aNIScreeningEntryR2Entry  27 }

  aNIScreeningEntryR2SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { aNIScreeningEntryR2Entry  29 }

  aNIScreeningEntryR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aNIScreeningEntryR2Entry  30 }

  aNIScreeningEntryR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aNIScreeningEntryR2Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Local Clock Reference'                                      */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  lclClkRefR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LclClkRefR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clocking'."
    ::= { metaSwitch  1919 }

  lclClkRefR1Entry OBJECT-TYPE
    SYNTAX       LclClkRefR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lclClkRefR1NEConn,
             lclClkRefR1NetwkElement,
             lclClkRefR1MediaGatewayIx,
             lclClkRefR1Ix }
    ::= {  lclClkRefR1Table  1  }

  LclClkRefR1Entry  ::=  SEQUENCE
  {
    lclClkRefR1NEConn                  Unsigned32,
    lclClkRefR1NetwkElement            DisplayString,
    lclClkRefR1MediaGatewayIx          Unsigned32,
    lclClkRefR1Ix                      Unsigned32,
    lclClkRefR1Name                    DisplayString,
    lclClkRefR1T1I1SourceCarrNEConn    Unsigned32,
    lclClkRefR1T1I2SourceCarrNetwkElement
                                       DisplayString,
    lclClkRefR1T1I3SourceCarrMediaGatewayIx
                                       Unsigned32,
    lclClkRefR1T1I4SourceCarrCarrId    Unsigned32,
    lclClkRefR1T2I1SourceCarrNEConn    Unsigned32,
    lclClkRefR1T2I2SourceCarrNetwkElement
                                       DisplayString,
    lclClkRefR1T2I3SourceCarrMediaGatewayIx
                                       Unsigned32,
    lclClkRefR1T2I4SourceCarrCarrIx    Unsigned32,
    lclClkRefR1Precedence              Unsigned32,
    lclClkRefR1Avail                   INTEGER,
    lclClkRefR1UsedByLocalClkMod       INTEGER,
    lclClkRefR1UsedAsChassisClkRefA    INTEGER,
    lclClkRefR1UsedAsChassisClkRefB    INTEGER,
    lclClkRefR1AlrmState               INTEGER,
    lclClkRefR1AlrmStateTimestamp      Unsigned32,
    lclClkRefR1AlrmEvtsAttnRqLogCorr   Counter64,
    lclClkRefR1AlrmEvtsAttnRq          Unsigned32,
    lclClkRefR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    lclClkRefR1RowStatus               RowStatus,
    lclClkRefR1AdminStatus             AdminStatus,
    lclClkRefR1OperStatus              OperStatus
  }

  lclClkRefR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lclClkRefR1Entry  1 }

  lclClkRefR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lclClkRefR1Entry  2 }

  lclClkRefR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { lclClkRefR1Entry  3 }

  lclClkRefR1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { lclClkRefR1Entry  4 }

  lclClkRefR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'.
                  This field is not writable when active."
    ::= { lclClkRefR1Entry  5 }

  lclClkRefR1T1I1SourceCarrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR1Entry  6 }

  lclClkRefR1T1I2SourceCarrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR1Entry  7 }

  lclClkRefR1T1I3SourceCarrMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR1Entry  8 }

  lclClkRefR1T1I4SourceCarrCarrId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Carrier id'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR1Entry  9 }

  lclClkRefR1T2I1SourceCarrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR1Entry  10 }

  lclClkRefR1T2I2SourceCarrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR1Entry  11 }

  lclClkRefR1T2I3SourceCarrMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR1Entry  12 }

  lclClkRefR1T2I4SourceCarrCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR1Entry  13 }

  lclClkRefR1Precedence OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Precedence'.
                  This field is not writable when active."
    ::= { lclClkRefR1Entry  14 }

  lclClkRefR1Avail OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   unavailable(3),
                   availableButCarrierAlarmed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability'."
    ::= { lclClkRefR1Entry  15 }

  lclClkRefR1UsedByLocalClkMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Used by local clock module'."
    ::= { lclClkRefR1Entry  16 }

  lclClkRefR1UsedAsChassisClkRefA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Used as chassis clock reference A'."
    ::= { lclClkRefR1Entry  17 }

  lclClkRefR1UsedAsChassisClkRefB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Used as chassis clock reference B'."
    ::= { lclClkRefR1Entry  18 }

  lclClkRefR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { lclClkRefR1Entry  19 }

  lclClkRefR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { lclClkRefR1Entry  20 }

  lclClkRefR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { lclClkRefR1Entry  21 }

  lclClkRefR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { lclClkRefR1Entry  22 }

  lclClkRefR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { lclClkRefR1Entry  23 }

  lclClkRefR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { lclClkRefR1Entry  24 }

  lclClkRefR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lclClkRefR1Entry  25 }

  lclClkRefR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { lclClkRefR1Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Alarm / Log File Management'                                */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  alrmLogFileMgrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AlrmLogFileMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1926 }

  alrmLogFileMgrEntry OBJECT-TYPE
    SYNTAX       AlrmLogFileMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { alrmLogFileMgrEMSIx,
             alrmLogFileMgrEMSNodeName }
    ::= {  alrmLogFileMgrTable  1  }

  AlrmLogFileMgrEntry  ::=  SEQUENCE
  {
    alrmLogFileMgrEMSIx                Unsigned32,
    alrmLogFileMgrEMSNodeName          DisplayString,
    alrmLogFileMgrWriteAlrmEvtsToFileEnabled
                                       INTEGER,
    alrmLogFileMgrWriteOutAlrmsThisSeverityAndAbove
                                       INTEGER,
    alrmLogFileMgrWriteOutAlrmsUnknownSeverity
                                       INTEGER,
    alrmLogFileMgrWriteLogsToFileEnabled
                                       INTEGER,
    alrmLogFileMgrWriteOutLogsThisSeverityAndAbove
                                       INTEGER,
    alrmLogFileMgrOutputFileFormat     INTEGER,
    alrmLogFileMgrHrsToEnforceFileClosure
                                       BITS,
    alrmLogFileMgrDoExtraActions       INTEGER
  }

  alrmLogFileMgrEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { alrmLogFileMgrEntry  1 }

  alrmLogFileMgrEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { alrmLogFileMgrEntry  2 }

  alrmLogFileMgrWriteAlrmEvtsToFileEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Write alarm events to file enabled'."
    DEFVAL       { false }
    ::= { alrmLogFileMgrEntry  3 }

  alrmLogFileMgrWriteOutAlrmsThisSeverityAndAbove OBJECT-TYPE
    SYNTAX       INTEGER {
                   critical90(90),
                   major80(80),
                   minor70(70),
                   informational0(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Write out alarms of this severity and above'."
    DEFVAL       { minor70 }
    ::= { alrmLogFileMgrEntry  4 }

  alrmLogFileMgrWriteOutAlrmsUnknownSeverity OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Write out alarms of unknown severity'."
    DEFVAL       { false }
    ::= { alrmLogFileMgrEntry  5 }

  alrmLogFileMgrWriteLogsToFileEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Write logs to file enabled'."
    DEFVAL       { false }
    ::= { alrmLogFileMgrEntry  6 }

  alrmLogFileMgrWriteOutLogsThisSeverityAndAbove OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Write out logs of this severity and above'."
    DEFVAL       { level70Unexpected }
    ::= { alrmLogFileMgrEntry  7 }

  alrmLogFileMgrOutputFileFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   regular(1),
                   eMDelimited(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Output file format'."
    DEFVAL       { eMDelimited }
    ::= { alrmLogFileMgrEntry  8 }

  alrmLogFileMgrHrsToEnforceFileClosure OBJECT-TYPE
    SYNTAX       BITS {
                   zeroHours(0),
                   oneHour(1),
                   twoHours(2),
                   threeHours(3),
                   fourHours(4),
                   fiveHours(5),
                   sixHours(6),
                   sevenHours(7),
                   eightHours(8),
                   nineHours(9),
                   tenHours(10),
                   elevenHours(11),
                   twelveHours(12),
                   thirteenHours(13),
                   fourteenHours(14),
                   fifteenHours(15),
                   sixteenHours(16),
                   seventeenHours(17),
                   eighteenHours(18),
                   nineteenHours(19),
                   twentyHours(20),
                   twentyOneHours(21),
                   twentyTwoHours(22),
                   twentyThreeHours(23)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hours to enforce file closure'."
    DEFVAL       { {} }
    ::= { alrmLogFileMgrEntry  9 }

  alrmLogFileMgrDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   closeActiveAlarmlogFile(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { alrmLogFileMgrEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Cluster Manager'                                            */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  clusterMgrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClusterMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1927 }

  clusterMgrEntry OBJECT-TYPE
    SYNTAX       ClusterMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { clusterMgrEMSIx,
             clusterMgrEMSNodeName }
    ::= {  clusterMgrTable  1  }

  ClusterMgrEntry  ::=  SEQUENCE
  {
    clusterMgrEMSIx                    Unsigned32,
    clusterMgrEMSNodeName              DisplayString,
    clusterMgrCurrLeader               LongDisplayString,
    clusterMgrListClusterMembers       LongDisplayString,
    clusterMgrAlrmState                INTEGER,
    clusterMgrStatisticsAlrms          Integer32
  }

  clusterMgrEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { clusterMgrEntry  1 }

  clusterMgrEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { clusterMgrEntry  2 }

  clusterMgrCurrLeader OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current leader'."
    ::= { clusterMgrEntry  3 }

  clusterMgrListClusterMembers OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'List of cluster members'."
    ::= { clusterMgrEntry  4 }

  clusterMgrAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { clusterMgrEntry  5 }

  clusterMgrStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { clusterMgrEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Virtualization Platform Connection'                         */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  virtPltfrmConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VirtPltfrmConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1928 }

  virtPltfrmConnEntry OBJECT-TYPE
    SYNTAX       VirtPltfrmConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { virtPltfrmConnVirtualizationPlatformConnIx }
    ::= {  virtPltfrmConnTable  1  }

  VirtPltfrmConnEntry  ::=  SEQUENCE
  {
    virtPltfrmConnVirtualizationPlatformConnIx
                                       Integer32,
    virtPltfrmConnIPAddr               DisplayString,
    virtPltfrmConnClusterName          DisplayString,
    virtPltfrmConnT1I1ChsSltChassisConnIx
                                       Integer32,
    virtPltfrmConnT1I2ChsSltChassisIx  Integer32,
    virtPltfrmConnT1I3ChsSltSlotIx     Unsigned32,
    virtPltfrmConnChsSltOtherVals      INTEGER,
    virtPltfrmConnServerName           DisplayString,
    virtPltfrmConnAlrmState            INTEGER,
    virtPltfrmConnChldAlrmsAttnRq      Integer32,
    virtPltfrmConnSummaryChldAlrmState INTEGER,
    virtPltfrmConnRowStatus            RowStatus,
    virtPltfrmConnT2I1ChsSltDellServerConnIx
                                       Integer32,
    virtPltfrmConnT3I1ChsSltCXSrvrsContIx
                                       Integer32,
    virtPltfrmConnT3I2ChsSltCXServerConnIx
                                       Integer32,
    virtPltfrmConnOperStatus           OperStatus
  }

  virtPltfrmConnVirtualizationPlatformConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtualization Platform Connection index'.
                  This is an index field."
    ::= { virtPltfrmConnEntry  1 }

  virtPltfrmConnIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is only writable during create."
    ::= { virtPltfrmConnEntry  2 }

  virtPltfrmConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster name'."
    ::= { virtPltfrmConnEntry  3 }

  virtPltfrmConnT1I1ChsSltChassisConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot',
                  This field represents index 'Chassis Connection index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { virtPltfrmConnEntry  4 }

  virtPltfrmConnT1I2ChsSltChassisIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot',
                  This field represents index 'Chassis index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { virtPltfrmConnEntry  5 }

  virtPltfrmConnT1I3ChsSltSlotIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot',
                  This field represents index 'Slot index'
                  in referenced type 'BOOSystemHardwareInventorySlotSE'."
    ::= { virtPltfrmConnEntry  6 }

  virtPltfrmConnChsSltOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot'.
                  This field represents the fixed
                  values that Chassis slot
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { virtPltfrmConnEntry  7 }

  virtPltfrmConnServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { virtPltfrmConnEntry  8 }

  virtPltfrmConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { virtPltfrmConnEntry  9 }

  virtPltfrmConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { virtPltfrmConnEntry  10 }

  virtPltfrmConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { virtPltfrmConnEntry  11 }

  virtPltfrmConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { virtPltfrmConnEntry  12 }

  virtPltfrmConnT2I1ChsSltDellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot',
                  This field represents index 'Dell Server Connection index'
                  in referenced type 'BOODellServerSE'."
    ::= { virtPltfrmConnEntry  13 }

  virtPltfrmConnT3I1ChsSltCXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot',
                  This field represents index 'CX Servers Container index'
                  in referenced type 'BOOCXServerSE'."
    ::= { virtPltfrmConnEntry  14 }

  virtPltfrmConnT3I2ChsSltCXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Chassis slot',
                  This field represents index 'CX Server Connection index'
                  in referenced type 'BOOCXServerSE'."
    ::= { virtPltfrmConnEntry  15 }

  virtPltfrmConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { virtPltfrmConnEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Virtualization Platform'                                    */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  virtPltfrmTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VirtPltfrmEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Virtualization Platform Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1929 }

  virtPltfrmEntry OBJECT-TYPE
    SYNTAX       VirtPltfrmEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { virtPltfrmVirtualizationPlatformConnIx }
    ::= {  virtPltfrmTable  1  }

  VirtPltfrmEntry  ::=  SEQUENCE
  {
    virtPltfrmVirtualizationPlatformConnIx
                                       Integer32,
    virtPltfrmServerName               DisplayString,
    virtPltfrmAlrmState                INTEGER
  }

  virtPltfrmVirtualizationPlatformConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtualization Platform Connection index'.
                  This is an index field."
    ::= { virtPltfrmEntry  1 }

  virtPltfrmServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { virtPltfrmEntry  2 }

  virtPltfrmAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { virtPltfrmEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IDT'                                                        */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  iDTR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'IDTs'."
    ::= { metaSwitch  1941 }

  iDTR5Entry OBJECT-TYPE
    SYNTAX       IDTR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTR5NEConn,
             iDTR5NetwkElement,
             iDTR5MediaGatewayIx,
             iDTR5PortIx }
    ::= {  iDTR5Table  1  }

  IDTR5Entry  ::=  SEQUENCE
  {
    iDTR5NEConn                        Unsigned32,
    iDTR5NetwkElement                  DisplayString,
    iDTR5MediaGatewayIx                Unsigned32,
    iDTR5PortIx                        Integer32,
    iDTR5ProtStackStatus               INTEGER,
    iDTR5I1PrimaryControlChanNEConn    Unsigned32,
    iDTR5I2PrimaryControlChanNetwkElement
                                       DisplayString,
    iDTR5I3PrimaryControlChanMediaGatewayIx
                                       Unsigned32,
    iDTR5I4PrimaryControlChanPortIx    Integer32,
    iDTR5I5PrimaryControlChanInterfaceNum
                                       INTEGER,
    iDTR5PrimaryControlChanOtherVals   INTEGER,
    iDTR5I1SecondaryControlChanNEConn  Unsigned32,
    iDTR5I2SecondaryControlChanNetwkElement
                                       DisplayString,
    iDTR5I3SecondaryControlChanMediaGatewayIx
                                       Unsigned32,
    iDTR5I4SecondaryControlChanPortIx  Integer32,
    iDTR5I5SecondaryControlChanInterfaceNum
                                       INTEGER,
    iDTR5SecondaryControlChanOtherVals INTEGER,
    iDTR5I1EOCControlChanActChanNEConn Unsigned32,
    iDTR5I2EOCControlChanActChanNetwkElement
                                       DisplayString,
    iDTR5I3EOCControlChanActChanMediaGatewayIx
                                       Unsigned32,
    iDTR5I4EOCControlChanActChanPortIx Integer32,
    iDTR5I5EOCControlChanActChanInterfaceNum
                                       INTEGER,
    iDTR5EOCControlChanActChanOtherVals
                                       INTEGER,
    iDTR5EOCControlChanActChanStatus   INTEGER,
    iDTR5I1EOCControlChanStandbyChanNEConn
                                       Unsigned32,
    iDTR5I2EOCControlChanStandbyChanNetwkElement
                                       DisplayString,
    iDTR5I3EOCControlChanStandbyChanMediaGatewayIx
                                       Unsigned32,
    iDTR5I4EOCControlChanStandbyChanPortIx
                                       Integer32,
    iDTR5I5EOCControlChanStandbyChanInterfaceNum
                                       INTEGER,
    iDTR5EOCControlChanStandbyChanOtherVals
                                       INTEGER,
    iDTR5EOCControlChanStandbyChanStatus
                                       INTEGER,
    iDTR5EOCControlChanLastPathProtectionSwitchTime
                                       Unsigned32,
    iDTR5EOCControlChanPathProtectionSwitchingInhibited
                                       INTEGER,
    iDTR5EOCControlChanForceAllPathProtectionSwitches
                                       INTEGER,
    iDTR5EOCControlChanLastActionStatus
                                       INTEGER,
    iDTR5EOCControlChanLastActionTime  Unsigned32,
    iDTR5I1TMCControlChanActChanNEConn Unsigned32,
    iDTR5I2TMCControlChanActChanNetwkElement
                                       DisplayString,
    iDTR5I3TMCControlChanActChanMediaGatewayIx
                                       Unsigned32,
    iDTR5I4TMCControlChanActChanPortIx Integer32,
    iDTR5I5TMCControlChanActChanInterfaceNum
                                       INTEGER,
    iDTR5TMCControlChanActChanOtherVals
                                       INTEGER,
    iDTR5TMCControlChanActChanStatus   INTEGER,
    iDTR5I1TMCControlChanStandbyChanNEConn
                                       Unsigned32,
    iDTR5I2TMCControlChanStandbyChanNetwkElement
                                       DisplayString,
    iDTR5I3TMCControlChanStandbyChanMediaGatewayIx
                                       Unsigned32,
    iDTR5I4TMCControlChanStandbyChanPortIx
                                       Integer32,
    iDTR5I5TMCControlChanStandbyChanInterfaceNum
                                       INTEGER,
    iDTR5TMCControlChanStandbyChanOtherVals
                                       INTEGER,
    iDTR5TMCControlChanStandbyChanStatus
                                       INTEGER,
    iDTR5TMCControlChanLastPathProtectionSwitchTime
                                       Unsigned32,
    iDTR5TMCControlChanPathProtectionSwitchingInhibited
                                       INTEGER,
    iDTR5TMCControlChanForceAllPathProtectionSwitches
                                       INTEGER,
    iDTR5TMCControlChanLastActionStatus
                                       INTEGER,
    iDTR5TMCControlChanLastActionTime  Unsigned32,
    iDTR5DeactivnMode                  INTEGER,
    iDTR5AlrmState                     INTEGER,
    iDTR5AlrmEvtsAttnRqLogCorr         Counter64,
    iDTR5AlrmEvtsAttnRq                Integer32,
    iDTR5AlrmEvtsAtndDpLogCorr         Counter64,
    iDTR5AlrmEvtsAtndDp                Integer32,
    iDTR5AlrmStateTimestamp            Unsigned32,
    iDTR5AlrmResetTimestamp            Unsigned32,
    iDTR5ChldAlrmsAtndDp               Integer32,
    iDTR5ChldAlrmEvtsAtndDp            Integer32,
    iDTR5DiagsLogLvl                   INTEGER,
    iDTR5DiagsAPITraceEnabled          INTEGER,
    iDTR5DiagsAPITraceTag              DisplayString,
    iDTR5SummaryChldAlrmState          INTEGER,
    iDTR5DoExtraActions                INTEGER,
    iDTR5RowStatus                     RowStatus,
    iDTR5AdminStatus                   AdminStatus,
    iDTR5OperStatus                    OperStatus,
    iDTR5AccDevName                    DisplayString,
    iDTR5AccDevNum                     INTEGER,
    iDTR5Desc                          DisplayString,
    iDTR5ResyncStatus                  INTEGER,
    iDTR5FlowThruProvisioningEnabled   INTEGER,
    iDTR5EOCAlrmReportingEnabled       INTEGER,
    iDTR5StatisticsAlrms               Integer32,
    iDTR5EOCAlrmReportingTypes         BITS,
    iDTR5EOCControlChanMaxOutstandingMsgs
                                       INTEGER,
    iDTR5ChldAlrmsAttnRq               Integer32,
    iDTR5ChldAlrmEvtsAttnRq            Integer32
  }

  iDTR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTR5Entry  1 }

  iDTR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTR5Entry  2 }

  iDTR5MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTR5Entry  3 }

  iDTR5PortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { iDTR5Entry  4 }

  iDTR5ProtStackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   pendingInterfaceActivation(2),
                   starting(3),
                   started(4),
                   stopping(5),
                   failed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol stack status'."
    ::= { iDTR5Entry  5 }

  iDTR5I1PrimaryControlChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  6 }

  iDTR5I2PrimaryControlChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  7 }

  iDTR5I3PrimaryControlChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  8 }

  iDTR5I4PrimaryControlChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  9 }

  iDTR5I5PrimaryControlChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  10 }

  iDTR5PrimaryControlChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel'.
                  This field represents the fixed
                  values that Primary control channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  11 }

  iDTR5I1SecondaryControlChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  12 }

  iDTR5I2SecondaryControlChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  13 }

  iDTR5I3SecondaryControlChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  14 }

  iDTR5I4SecondaryControlChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  15 }

  iDTR5I5SecondaryControlChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  16 }

  iDTR5SecondaryControlChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel'.
                  This field represents the fixed
                  values that Secondary control channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iDTR5Entry  17 }

  iDTR5I1EOCControlChanActChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  18 }

  iDTR5I2EOCControlChanActChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  19 }

  iDTR5I3EOCControlChanActChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  20 }

  iDTR5I4EOCControlChanActChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  21 }

  iDTR5I5EOCControlChanActChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  22 }

  iDTR5EOCControlChanActChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel'.
                  This field represents the fixed
                  values that EOC - active channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR5Entry  23 }

  iDTR5EOCControlChanActChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - active channel status'."
    ::= { iDTR5Entry  24 }

  iDTR5I1EOCControlChanStandbyChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  25 }

  iDTR5I2EOCControlChanStandbyChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  26 }

  iDTR5I3EOCControlChanStandbyChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  27 }

  iDTR5I4EOCControlChanStandbyChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  28 }

  iDTR5I5EOCControlChanStandbyChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  29 }

  iDTR5EOCControlChanStandbyChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel'.
                  This field represents the fixed
                  values that EOC - standby channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR5Entry  30 }

  iDTR5EOCControlChanStandbyChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - standby channel status'."
    ::= { iDTR5Entry  31 }

  iDTR5EOCControlChanLastPathProtectionSwitchTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - last path protection switch time'."
    ::= { iDTR5Entry  32 }

  iDTR5EOCControlChanPathProtectionSwitchingInhibited OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - path protection switching inhibited'."
    ::= { iDTR5Entry  33 }

  iDTR5EOCControlChanForceAllPathProtectionSwitches OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - force all path protection switches'."
    DEFVAL       { false }
    ::= { iDTR5Entry  34 }

  iDTR5EOCControlChanLastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLastAction(1),
                   initiatePPSInProgress(2),
                   initiatePPSSuccessful(3),
                   initiatePPSFailed(4),
                   inhibitPPSInProgress(5),
                   inhibitPPSSuccessful(6),
                   inhibitPPSFailed(7),
                   enablePPSInProgress(8),
                   enablePPSSuccessful(9),
                   enablePPSFailed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - last action status'."
    ::= { iDTR5Entry  35 }

  iDTR5EOCControlChanLastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - last action time'."
    ::= { iDTR5Entry  36 }

  iDTR5I1TMCControlChanActChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  37 }

  iDTR5I2TMCControlChanActChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  38 }

  iDTR5I3TMCControlChanActChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  39 }

  iDTR5I4TMCControlChanActChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  40 }

  iDTR5I5TMCControlChanActChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  41 }

  iDTR5TMCControlChanActChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel'.
                  This field represents the fixed
                  values that TMC - active channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR5Entry  42 }

  iDTR5TMCControlChanActChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - active channel status'."
    ::= { iDTR5Entry  43 }

  iDTR5I1TMCControlChanStandbyChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  44 }

  iDTR5I2TMCControlChanStandbyChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  45 }

  iDTR5I3TMCControlChanStandbyChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  46 }

  iDTR5I4TMCControlChanStandbyChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  47 }

  iDTR5I5TMCControlChanStandbyChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR5Entry  48 }

  iDTR5TMCControlChanStandbyChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel'.
                  This field represents the fixed
                  values that TMC - standby channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR5Entry  49 }

  iDTR5TMCControlChanStandbyChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - standby channel status'."
    ::= { iDTR5Entry  50 }

  iDTR5TMCControlChanLastPathProtectionSwitchTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TMC - last path protection switch time'."
    ::= { iDTR5Entry  51 }

  iDTR5TMCControlChanPathProtectionSwitchingInhibited OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TMC - path protection switching inhibited'."
    ::= { iDTR5Entry  52 }

  iDTR5TMCControlChanForceAllPathProtectionSwitches OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TMC - force all path protection switches'."
    DEFVAL       { false }
    ::= { iDTR5Entry  53 }

  iDTR5TMCControlChanLastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLastAction(1),
                   initiatePPSInProgress(2),
                   initiatePPSSuccessful(3),
                   initiatePPSFailed(4),
                   inhibitPPSInProgress(5),
                   inhibitPPSSuccessful(6),
                   inhibitPPSFailed(7),
                   enablePPSInProgress(8),
                   enablePPSSuccessful(9),
                   enablePPSFailed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - last action status'."
    ::= { iDTR5Entry  54 }

  iDTR5TMCControlChanLastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - last action time'."
    ::= { iDTR5Entry  55 }

  iDTR5DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iDTR5Entry  56 }

  iDTR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iDTR5Entry  57 }

  iDTR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iDTR5Entry  58 }

  iDTR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR5Entry  59 }

  iDTR5AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iDTR5Entry  60 }

  iDTR5AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR5Entry  61 }

  iDTR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iDTR5Entry  62 }

  iDTR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iDTR5Entry  63 }

  iDTR5ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iDTR5Entry  64 }

  iDTR5ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR5Entry  65 }

  iDTR5DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iDTR5Entry  66 }

  iDTR5DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iDTR5Entry  67 }

  iDTR5DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iDTR5Entry  68 }

  iDTR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iDTR5Entry  69 }

  iDTR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   inhibitEOCPPS(1),
                   enableEOCPPS(2),
                   requestEOCPPS(3),
                   inhibitTMCPPS(4),
                   enableTMCPPS(5),
                   requestTMCPPS(6),
                   resetEOCAlarmState(7),
                   resync(8),
                   resetStatistics(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTR5Entry  70 }

  iDTR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iDTR5Entry  71 }

  iDTR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTR5Entry  72 }

  iDTR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTR5Entry  73 }

  iDTR5AccDevName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is only writable during create."
    ::= { iDTR5Entry  74 }

  iDTR5AccDevNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is only writable during create."
    ::= { iDTR5Entry  75 }

  iDTR5Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iDTR5Entry  76 }

  iDTR5ResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverDone(1),
                   inProgress(2),
                   complete(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resync status'."
    ::= { iDTR5Entry  77 }

  iDTR5FlowThruProvisioningEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flow through provisioning enabled'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iDTR5Entry  78 }

  iDTR5EOCAlrmReportingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC alarm reporting enabled'."
    DEFVAL       { false }
    ::= { iDTR5Entry  79 }

  iDTR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iDTR5Entry  80 }

  iDTR5EOCAlrmReportingTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iDTAlarmsEnabled(0),
                   iDTInterfaceAlarmsEnabled(1),
                   iDTSubscriberTerminationAlarmsEnabled(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC alarm reporting types'."
    DEFVAL       { {iDTAlarmsEnabled} }
    ::= { iDTR5Entry  81 }

  iDTR5EOCControlChanMaxOutstandingMsgs OBJECT-TYPE
    SYNTAX       INTEGER ( 1..45 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - maximum outstanding messages'.
                  This field is not writable when active."
    DEFVAL       { 15 }
    ::= { iDTR5Entry  82 }

  iDTR5ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iDTR5Entry  83 }

  iDTR5ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR5Entry  84 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IDT Interface'                                              */
-- /* Valid from: 8.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  iDTInterfaceR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTInterfaceR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'IDT'."
    ::= { metaSwitch  1942 }

  iDTInterfaceR3Entry OBJECT-TYPE
    SYNTAX       IDTInterfaceR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTInterfaceR3NEConn,
             iDTInterfaceR3NetwkElement,
             iDTInterfaceR3MediaGatewayIx,
             iDTInterfaceR3PortIx,
             iDTInterfaceR3InterfaceNum }
    ::= {  iDTInterfaceR3Table  1  }

  IDTInterfaceR3Entry  ::=  SEQUENCE
  {
    iDTInterfaceR3NEConn               Unsigned32,
    iDTInterfaceR3NetwkElement         DisplayString,
    iDTInterfaceR3MediaGatewayIx       Unsigned32,
    iDTInterfaceR3PortIx               Integer32,
    iDTInterfaceR3InterfaceNum         INTEGER,
    iDTInterfaceR3T1I1AssociatedDS1NEConn
                                       Unsigned32,
    iDTInterfaceR3T1I2AssociatedDS1NetwkElement
                                       DisplayString,
    iDTInterfaceR3T1I3AssociatedDS1MediaGatewayIx
                                       Unsigned32,
    iDTInterfaceR3T1I4AssociatedDS1CtrlerIx
                                       INTEGER,
    iDTInterfaceR3T1I5AssociatedDS1SlotNum
                                       INTEGER,
    iDTInterfaceR3T1I6AssociatedDS1PhysDS1PortName
                                       DisplayString,
    iDTInterfaceR3InUseEOCControlChan  INTEGER,
    iDTInterfaceR3InUseTMCControlChan  INTEGER,
    iDTInterfaceR3NumCalls             Integer32,
    iDTInterfaceR3AlrmState            INTEGER,
    iDTInterfaceR3AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iDTInterfaceR3AlrmEvtsAtndDp       Integer32,
    iDTInterfaceR3AlrmStateTimestamp   Unsigned32,
    iDTInterfaceR3AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iDTInterfaceR3RowStatus            RowStatus,
    iDTInterfaceR3AdminStatus          AdminStatus,
    iDTInterfaceR3OperStatus           OperStatus,
    iDTInterfaceR3T2I1AssociatedDS1NEConn
                                       Unsigned32,
    iDTInterfaceR3T2I2AssociatedDS1NetwkElement
                                       DisplayString,
    iDTInterfaceR3T2I3AssociatedDS1MediaGatewayIx
                                       Unsigned32,
    iDTInterfaceR3T2I4AssociatedDS1CtrlerIx
                                       INTEGER,
    iDTInterfaceR3T2I5AssociatedDS1SlotNum
                                       INTEGER,
    iDTInterfaceR3T2I6AssociatedDS1PhysDS3PortName
                                       INTEGER,
    iDTInterfaceR3T2I7AssociatedDS1DS1OverDS3PortName
                                       DisplayString,
    iDTInterfaceR3T3I1AssociatedDS1NEConn
                                       Unsigned32,
    iDTInterfaceR3T3I2AssociatedDS1NetwkElement
                                       DisplayString,
    iDTInterfaceR3T3I3AssociatedDS1MediaGatewayIx
                                       Unsigned32,
    iDTInterfaceR3T3I4AssociatedDS1CarrIx
                                       Unsigned32,
    iDTInterfaceR3AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iDTInterfaceR3AlrmEvtsAttnRq       Integer32,
    iDTInterfaceR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  iDTInterfaceR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTInterfaceR3Entry  1 }

  iDTInterfaceR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTInterfaceR3Entry  2 }

  iDTInterfaceR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTInterfaceR3Entry  3 }

  iDTInterfaceR3PortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { iDTInterfaceR3Entry  4 }

  iDTInterfaceR3InterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface number'.
                  This is an index field."
    ::= { iDTInterfaceR3Entry  5 }

  iDTInterfaceR3T1I1AssociatedDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { iDTInterfaceR3Entry  6 }

  iDTInterfaceR3T1I2AssociatedDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { iDTInterfaceR3Entry  7 }

  iDTInterfaceR3T1I3AssociatedDS1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { iDTInterfaceR3Entry  8 }

  iDTInterfaceR3T1I4AssociatedDS1CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { iDTInterfaceR3Entry  9 }

  iDTInterfaceR3T1I5AssociatedDS1SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { iDTInterfaceR3Entry  10 }

  iDTInterfaceR3T1I6AssociatedDS1PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { iDTInterfaceR3Entry  11 }

  iDTInterfaceR3InUseEOCControlChan OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use for EOC control channel'."
    ::= { iDTInterfaceR3Entry  12 }

  iDTInterfaceR3InUseTMCControlChan OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use for TMC control channel'."
    ::= { iDTInterfaceR3Entry  13 }

  iDTInterfaceR3NumCalls OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of calls'."
    ::= { iDTInterfaceR3Entry  14 }

  iDTInterfaceR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iDTInterfaceR3Entry  15 }

  iDTInterfaceR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iDTInterfaceR3Entry  16 }

  iDTInterfaceR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTInterfaceR3Entry  17 }

  iDTInterfaceR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iDTInterfaceR3Entry  18 }

  iDTInterfaceR3AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iDTInterfaceR3Entry  19 }

  iDTInterfaceR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iDTInterfaceR3Entry  20 }

  iDTInterfaceR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTInterfaceR3Entry  21 }

  iDTInterfaceR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTInterfaceR3Entry  22 }

  iDTInterfaceR3T2I1AssociatedDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { iDTInterfaceR3Entry  23 }

  iDTInterfaceR3T2I2AssociatedDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { iDTInterfaceR3Entry  24 }

  iDTInterfaceR3T2I3AssociatedDS1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { iDTInterfaceR3Entry  25 }

  iDTInterfaceR3T2I4AssociatedDS1CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { iDTInterfaceR3Entry  26 }

  iDTInterfaceR3T2I5AssociatedDS1SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { iDTInterfaceR3Entry  27 }

  iDTInterfaceR3T2I6AssociatedDS1PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { iDTInterfaceR3Entry  28 }

  iDTInterfaceR3T2I7AssociatedDS1DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { iDTInterfaceR3Entry  29 }

  iDTInterfaceR3T3I1AssociatedDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR3Entry  30 }

  iDTInterfaceR3T3I2AssociatedDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR3Entry  31 }

  iDTInterfaceR3T3I3AssociatedDS1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR3Entry  32 }

  iDTInterfaceR3T3I4AssociatedDS1CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR3Entry  33 }

  iDTInterfaceR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iDTInterfaceR3Entry  34 }

  iDTInterfaceR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTInterfaceR3Entry  35 }

  iDTInterfaceR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iDTInterfaceR3Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IDT Subscriber Terminations'                                */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  iDTSubscrLnTmConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTSubscrLnTmConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'IDT'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1943 }

  iDTSubscrLnTmConEntry OBJECT-TYPE
    SYNTAX       IDTSubscrLnTmConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTSubscrLnTmConNEConn,
             iDTSubscrLnTmConNetwkElement,
             iDTSubscrLnTmConMediaGatewayIx,
             iDTSubscrLnTmConPortIx }
    ::= {  iDTSubscrLnTmConTable  1  }

  IDTSubscrLnTmConEntry  ::=  SEQUENCE
  {
    iDTSubscrLnTmConNEConn             Unsigned32,
    iDTSubscrLnTmConNetwkElement       DisplayString,
    iDTSubscrLnTmConMediaGatewayIx     Unsigned32,
    iDTSubscrLnTmConPortIx             Integer32,
    iDTSubscrLnTmConIDTSubTermAlrmsAttnRq
                                       Integer32,
    iDTSubscrLnTmConIDTSubTermAlrmEvtsAttnRq
                                       Integer32,
    iDTSubscrLnTmConSummaryChldAlrmState
                                       INTEGER
  }

  iDTSubscrLnTmConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTSubscrLnTmConEntry  1 }

  iDTSubscrLnTmConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTSubscrLnTmConEntry  2 }

  iDTSubscrLnTmConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTSubscrLnTmConEntry  3 }

  iDTSubscrLnTmConPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { iDTSubscrLnTmConEntry  4 }

  iDTSubscrLnTmConIDTSubTermAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Subscriber Termination Attention Required alarms'."
    ::= { iDTSubscrLnTmConEntry  5 }

  iDTSubscrLnTmConIDTSubTermAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Subscriber Termination Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTSubscrLnTmConEntry  6 }

  iDTSubscrLnTmConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iDTSubscrLnTmConEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IDT Subscriber Termination'                                 */
-- /* Valid from: 8.1                                                               */
-- /*********************************************************************************/

  iDTSubscrLnTmR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTSubscrLnTmR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'IDT Subscriber Terminations'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1944 }

  iDTSubscrLnTmR2Entry OBJECT-TYPE
    SYNTAX       IDTSubscrLnTmR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTSubscrLnTmR2NEConn,
             iDTSubscrLnTmR2NetwkElement,
             iDTSubscrLnTmR2MediaGatewayIx,
             iDTSubscrLnTmR2PortIx,
             iDTSubscrLnTmR2CRVIx }
    ::= {  iDTSubscrLnTmR2Table  1  }

  IDTSubscrLnTmR2Entry  ::=  SEQUENCE
  {
    iDTSubscrLnTmR2NEConn              Unsigned32,
    iDTSubscrLnTmR2NetwkElement        DisplayString,
    iDTSubscrLnTmR2MediaGatewayIx      Unsigned32,
    iDTSubscrLnTmR2PortIx              Integer32,
    iDTSubscrLnTmR2CRVIx               INTEGER,
    iDTSubscrLnTmR2GR303ConnectivityStatus
                                       INTEGER,
    iDTSubscrLnTmR2HookStatus          INTEGER,
    iDTSubscrLnTmR2AlrmState           INTEGER,
    iDTSubscrLnTmR2AlrmStateTimestamp  Unsigned32,
    iDTSubscrLnTmR2AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iDTSubscrLnTmR2AlrmEvtsAttnRq      Integer32,
    iDTSubscrLnTmR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  iDTSubscrLnTmR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTSubscrLnTmR2Entry  1 }

  iDTSubscrLnTmR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTSubscrLnTmR2Entry  2 }

  iDTSubscrLnTmR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTSubscrLnTmR2Entry  3 }

  iDTSubscrLnTmR2PortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { iDTSubscrLnTmR2Entry  4 }

  iDTSubscrLnTmR2CRVIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2048 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CRV Index'.
                  This is an index field."
    ::= { iDTSubscrLnTmR2Entry  5 }

  iDTSubscrLnTmR2GR303ConnectivityStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSpecified(1),
                   inactive(2),
                   loopback(3),
                   onlySendData(4),
                   onlyReceiveData(5),
                   sendAndReceiveData(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity status'."
    ::= { iDTSubscrLnTmR2Entry  6 }

  iDTSubscrLnTmR2HookStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   onHook(1),
                   offHook(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hook status'."
    ::= { iDTSubscrLnTmR2Entry  8 }

  iDTSubscrLnTmR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iDTSubscrLnTmR2Entry  9 }

  iDTSubscrLnTmR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iDTSubscrLnTmR2Entry  10 }

  iDTSubscrLnTmR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iDTSubscrLnTmR2Entry  11 }

  iDTSubscrLnTmR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTSubscrLnTmR2Entry  12 }

  iDTSubscrLnTmR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iDTSubscrLnTmR2Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 8.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  netElementR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1945 }

  netElementR12Entry OBJECT-TYPE
    SYNTAX       NetElementR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR12NEConn,
             netElementR12NetwkElement }
    ::= {  netElementR12Table  1  }

  NetElementR12Entry  ::=  SEQUENCE
  {
    netElementR12NEConn                Unsigned32,
    netElementR12NetwkElement          DisplayString,
    netElementR12UniqueSysIdentifier   DisplayString,
    netElementR12PrimaryProcessorCard  INTEGER,
    netElementR12DeactivnMode          INTEGER,
    netElementR12MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR12ActivnState           INTEGER,
    netElementR12PercentageCfgUpload   Unsigned32,
    netElementR12FailEvts              Unsigned32,
    netElementR12Time                  Unsigned32,
    netElementR12SoftwareUpgradeState  INTEGER,
    netElementR12ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR12ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR12ProcAUpLvlVersionLvl  Integer32,
    netElementR12ProcAUpLvlServLvl     Integer32,
    netElementR12ProcAUpLvlBootLvl     Integer32,
    netElementR12ProcABackLvlVersionLvl
                                       Integer32,
    netElementR12ProcABackLvlServLvl   Integer32,
    netElementR12ProcABackLvlBootLvl   Integer32,
    netElementR12ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR12ProcANativeLvlServLvl Integer32,
    netElementR12ProcANativeLvlBootLvl Integer32,
    netElementR12ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR12ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR12ProcBUpLvlVersionLvl  Integer32,
    netElementR12ProcBUpLvlServLvl     Integer32,
    netElementR12ProcBUpLvlBootLvl     Integer32,
    netElementR12ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR12ProcBBackLvlServLvl   Integer32,
    netElementR12ProcBBackLvlBootLvl   Integer32,
    netElementR12ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR12ProcBNativeLvlServLvl Integer32,
    netElementR12ProcBNativeLvlBootLvl Integer32,
    netElementR12EthernetSwitchesCfgd  INTEGER,
    netElementR12ProcAInterface0Act    INTEGER,
    netElementR12ProcAInterface1Act    INTEGER,
    netElementR12ProcAEthSwACont       INTEGER,
    netElementR12ProcAEthSwBCont       INTEGER,
    netElementR12ProcAProcBIntf0ContOver
                                       INTEGER,
    netElementR12ProcAProcBIntf1ContOver
                                       INTEGER,
    netElementR12ProcAMainInternalAddrLocation
                                       INTEGER,
    netElementR12ProcAMainExternalAddrLocation
                                       INTEGER,
    netElementR12ProcAVirtualAddrLocation
                                       INTEGER,
    netElementR12ProcBInterface0Act    INTEGER,
    netElementR12ProcBInterface1Act    INTEGER,
    netElementR12ProcBEthSwACont       INTEGER,
    netElementR12ProcBEthSwBCont       INTEGER,
    netElementR12ProcBProcAIntf0ContOver
                                       INTEGER,
    netElementR12ProcBProcAIntf1ContOver
                                       INTEGER,
    netElementR12ProcBMainInternalAddrLocation
                                       INTEGER,
    netElementR12ProcBMainExternalAddrLocation
                                       INTEGER,
    netElementR12ProcBVirtualAddrLocation
                                       INTEGER,
    netElementR12AlrmState             INTEGER,
    netElementR12AlrmLogCorr           Counter64,
    netElementR12AlrmEvtsAttnRq        Integer32,
    netElementR12AlrmStateTimestamp    Unsigned32,
    netElementR12AlrmResetTimestamp    Unsigned32,
    netElementR12RowStatus             RowStatus,
    netElementR12OperStatus            OperStatus,
    netElementR12GlobalSigIPv4Addr     DisplayString,
    netElementR12GlobalManagementIPAddr
                                       DisplayString,
    netElementR12GlobalCDCIRIIPAddr    DisplayString,
    netElementR12GlobalIPAddr          DisplayString,
    netElementR12NetwkElementType      INTEGER,
    netElementR12ClusterName           DisplayString,
    netElementR12PrimaryServer         INTEGER,
    netElementR12ProcASerialNum        DisplayString,
    netElementR12ProcBSerialNum        DisplayString,
    netElementR12SysType               INTEGER,
    netElementR12ProcAType             INTEGER,
    netElementR12ProcBType             INTEGER,
    netElementR12UX9000SeriesServerASerialNum
                                       DisplayString,
    netElementR12UX9000SeriesServerBSerialNum
                                       DisplayString,
    netElementR12SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR12SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR12SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR12PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR12UX4410ServerASerialNum
                                       DisplayString,
    netElementR12UX4410ServerBSerialNum
                                       DisplayString,
    netElementR12NetwkElementName      DisplayString,
    netElementR12DoExtraActions        INTEGER,
    netElementR12GlobalMediaIPv4Addr   DisplayString,
    netElementR12StatisticsAlrms       Integer32,
    netElementR12GlobalSigIPv6Addr     DisplayString,
    netElementR12GlobalMediaIPv6Addr   DisplayString,
    netElementR12HwProcSigIPv4Addr     DisplayString,
    netElementR12HwProcSigIPv6Addr     DisplayString,
    netElementR12HwProcMdIPv4Addr      DisplayString,
    netElementR12HwProcMdIPv6Addr      DisplayString,
    netElementR12PrimaryProcessor      INTEGER,
    netElementR12PreferredPrimaryLocation
                                       INTEGER,
    netElementR12ProcessorType         INTEGER,
    netElementR12SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR12SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR12SfwrVerNtvLvlServLvl  Integer32,
    netElementR12SfwrVerNtvLvlBootLvl  Integer32,
    netElementR12SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR12SfwrVerUpLvlServLvl   Integer32,
    netElementR12SfwrVerUpLvlBootLvl   Integer32,
    netElementR12SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR12SfwrVerBackLvlServLvl Integer32,
    netElementR12SfwrVerBackLvlBootLvl Integer32,
    netElementR12GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR12HwProcSigSecondaryIPv4Addr
                                       DisplayString
  }

  netElementR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR12Entry  1 }

  netElementR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR12Entry  2 }

  netElementR12UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR12Entry  3 }

  netElementR12PrimaryProcessorCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorCardA(0),
                   processorCardB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary processor card'."
    ::= { netElementR12Entry  4 }

  netElementR12DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR12Entry  5 }

  netElementR12MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR12Entry  6 }

  netElementR12ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR12Entry  7 }

  netElementR12PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR12Entry  8 }

  netElementR12FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR12Entry  9 }

  netElementR12Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR12Entry  10 }

  netElementR12SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR12Entry  11 }

  netElementR12ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR12Entry  12 }

  netElementR12ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR12Entry  13 }

  netElementR12ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR12Entry  14 }

  netElementR12ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR12Entry  15 }

  netElementR12ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR12Entry  16 }

  netElementR12ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR12Entry  17 }

  netElementR12ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR12Entry  18 }

  netElementR12ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR12Entry  19 }

  netElementR12ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR12Entry  20 }

  netElementR12ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR12Entry  21 }

  netElementR12ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR12Entry  22 }

  netElementR12ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR12Entry  23 }

  netElementR12ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR12Entry  24 }

  netElementR12ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR12Entry  25 }

  netElementR12ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR12Entry  26 }

  netElementR12ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR12Entry  27 }

  netElementR12ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR12Entry  28 }

  netElementR12ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR12Entry  29 }

  netElementR12ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR12Entry  30 }

  netElementR12ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR12Entry  31 }

  netElementR12ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR12Entry  32 }

  netElementR12ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR12Entry  33 }

  netElementR12EthernetSwitchesCfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Switches configured'."
    ::= { netElementR12Entry  34 }

  netElementR12ProcAInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 0 status'."
    ::= { netElementR12Entry  35 }

  netElementR12ProcAInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 1 status'."
    ::= { netElementR12Entry  36 }

  netElementR12ProcAEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch A contactable'."
    ::= { netElementR12Entry  37 }

  netElementR12ProcAEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch B contactable'."
    ::= { netElementR12Entry  38 }

  netElementR12ProcAProcBIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 0'."
    ::= { netElementR12Entry  39 }

  netElementR12ProcAProcBIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 1'."
    ::= { netElementR12Entry  40 }

  netElementR12ProcAMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main internal address location'."
    ::= { netElementR12Entry  41 }

  netElementR12ProcAMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main external address location'."
    ::= { netElementR12Entry  42 }

  netElementR12ProcAVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - virtual address location'."
    ::= { netElementR12Entry  43 }

  netElementR12ProcBInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 0 status'."
    ::= { netElementR12Entry  44 }

  netElementR12ProcBInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 1 status'."
    ::= { netElementR12Entry  45 }

  netElementR12ProcBEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch A contactable'."
    ::= { netElementR12Entry  46 }

  netElementR12ProcBEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch B contactable'."
    ::= { netElementR12Entry  47 }

  netElementR12ProcBProcAIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 0'."
    ::= { netElementR12Entry  48 }

  netElementR12ProcBProcAIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 1'."
    ::= { netElementR12Entry  49 }

  netElementR12ProcBMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main internal address location'."
    ::= { netElementR12Entry  50 }

  netElementR12ProcBMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main external address location'."
    ::= { netElementR12Entry  51 }

  netElementR12ProcBVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - virtual address location'."
    ::= { netElementR12Entry  52 }

  netElementR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR12Entry  53 }

  netElementR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR12Entry  54 }

  netElementR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR12Entry  55 }

  netElementR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR12Entry  56 }

  netElementR12AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR12Entry  57 }

  netElementR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR12Entry  58 }

  netElementR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR12Entry  59 }

  netElementR12GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR12Entry  60 }

  netElementR12GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR12Entry  61 }

  netElementR12GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR12Entry  62 }

  netElementR12GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR12Entry  64 }

  netElementR12NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR12Entry  65 }

  netElementR12ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR12Entry  66 }

  netElementR12PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR12Entry  67 }

  netElementR12ProcASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A serial number'."
    ::= { netElementR12Entry  68 }

  netElementR12ProcBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B serial number'."
    ::= { netElementR12Entry  69 }

  netElementR12SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR12Entry  72 }

  netElementR12ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR12Entry  73 }

  netElementR12ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR12Entry  74 }

  netElementR12UX9000SeriesServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server A serial number'."
    ::= { netElementR12Entry  80 }

  netElementR12UX9000SeriesServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server B serial number'."
    ::= { netElementR12Entry  81 }

  netElementR12SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR12Entry  82 }

  netElementR12SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR12Entry  83 }

  netElementR12SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR12Entry  84 }

  netElementR12PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorServerA(0),
                   metaViewDirectorServerB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR12Entry  85 }

  netElementR12UX4410ServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server A serial number'."
    ::= { netElementR12Entry  86 }

  netElementR12UX4410ServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server B serial number'."
    ::= { netElementR12Entry  87 }

  netElementR12NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR12Entry  88 }

  netElementR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR12Entry  99 }

  netElementR12GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR12Entry  100 }

  netElementR12StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR12Entry  101 }

  netElementR12GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR12Entry  102 }

  netElementR12GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR12Entry  103 }

  netElementR12HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR12Entry  104 }

  netElementR12HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR12Entry  105 }

  netElementR12HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR12Entry  106 }

  netElementR12HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR12Entry  107 }

  netElementR12PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR12Entry  108 }

  netElementR12PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR12Entry  109 }

  netElementR12ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR12Entry  110 }

  netElementR12SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR12Entry  111 }

  netElementR12SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR12Entry  112 }

  netElementR12SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR12Entry  113 }

  netElementR12SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR12Entry  114 }

  netElementR12SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR12Entry  115 }

  netElementR12SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR12Entry  116 }

  netElementR12SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR12Entry  117 }

  netElementR12SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR12Entry  118 }

  netElementR12SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR12Entry  119 }

  netElementR12SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR12Entry  120 }

  netElementR12GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR12Entry  121 }

  netElementR12HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR12Entry  122 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Universal Media Gateway'                                    */
-- /* Valid from: 8.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  uMGR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UMGR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1946 }

  uMGR11Entry OBJECT-TYPE
    SYNTAX       UMGR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uMGR11NEConn,
             uMGR11NetwkElement,
             uMGR11MediaGatewayIx }
    ::= {  uMGR11Table  1  }

  UMGR11Entry  ::=  SEQUENCE
  {
    uMGR11NEConn                       Unsigned32,
    uMGR11NetwkElement                 DisplayString,
    uMGR11MediaGatewayIx               Unsigned32,
    uMGR11DeactivnMode                 INTEGER,
    uMGR11ReqdClkStratum               INTEGER,
    uMGR11PriClkMstr                   LongDisplayString,
    uMGR11PriClkMstrStratum            INTEGER,
    uMGR11PriClkMstrStatus             INTEGER,
    uMGR11PriClkMstrEORAlrm            INTEGER,
    uMGR11SecClkMstr                   LongDisplayString,
    uMGR11SecClkMstrStratum            INTEGER,
    uMGR11SecClkMstrStatus             INTEGER,
    uMGR11SecClkMstrEORAlrm            INTEGER,
    uMGR11ClkRef1                      LongDisplayString,
    uMGR11ClkRef1Status                INTEGER,
    uMGR11ClkRef2                      LongDisplayString,
    uMGR11ClkRef2Status                INTEGER,
    uMGR11AlrmState                    INTEGER,
    uMGR11AlrmStateTimestamp           Unsigned32,
    uMGR11AlrmEvtsAttnRqLogCorr        Counter64,
    uMGR11AlrmEvtsAttnRq               Integer32,
    uMGR11AlrmEvtsAttnRqResetTimestamp Unsigned32,
    uMGR11AlrmEvtsAtndDpLogCorr        Counter64,
    uMGR11AlrmEvtsAtndDp               Integer32,
    uMGR11AlrmEvtsAtndDpResetTimestamp Unsigned32,
    uMGR11VrtPrtAlrmsAttnRq            Integer32,
    uMGR11VrtPrtAlrmEvtsAttnRq         Integer32,
    uMGR11VrtPrtAlrmsAtndDp            Integer32,
    uMGR11VrtPrtAlrmEvtsAtndDp         Integer32,
    uMGR11ConnHwAlrmsAttnRq            Integer32,
    uMGR11ConnHwAlrmEvtsAttnRq         Integer32,
    uMGR11ConnHwAlrmsAtndDp            Integer32,
    uMGR11ConnHwAlrmEvtsAtndDp         Integer32,
    uMGR11TotChldAlrmsAttnRq           Unsigned32,
    uMGR11TotChldAlrmEvtsAttnRq        Unsigned32,
    uMGR11TotChldAlrmsAtndDp           Unsigned32,
    uMGR11TotChldAlrmEvtsAtndDp        Unsigned32,
    uMGR11SummaryChldAlrmState         INTEGER,
    uMGR11DoExtraActions               INTEGER,
    uMGR11RowStatus                    RowStatus,
    uMGR11AdminStatus                  AdminStatus,
    uMGR11OperStatus                   OperStatus,
    uMGR11TDMProtectionSwitchingMechanism
                                       INTEGER,
    uMGR11CFSManagementIPAddr          DisplayString,
    uMGR11CFSName                      DisplayString,
    uMGR11LCardsAlrmsAttnRq            Integer32,
    uMGR11LCardsAlrmEvtsAttnRq         Integer32,
    uMGR11LCardsAlrmsAtndDp            Integer32,
    uMGR11LCardsAlrmEvtsAtndDp         Integer32,
    uMGR11SCrConnAlrmsAttnRq           Integer32,
    uMGR11SCrConnAlrmEvtsAttnRq        Integer32,
    uMGR11SCrConnAlrmsAtndDp           Integer32,
    uMGR11SCrConnAlrmEvtsAtndDp        Integer32,
    uMGR11CgstnSysLoad                 Unsigned32,
    uMGR11CgstnRTPRess                 Unsigned32,
    uMGR11PacketIntervalInternalRTP    INTEGER,
    uMGR11ClkMasteringCardType         INTEGER,
    uMGR11T38RedundancyLowSpeedDataRedundancy
                                       Unsigned32,
    uMGR11T38RedundancyHighSpeedDataRedundancy
                                       Unsigned32,
    uMGR11StatisticsAlrms              Integer32,
    uMGR11ChldStatisticsAlrms          Integer32,
    uMGR11CFSSigIPAddr                 DisplayString,
    uMGR11ProcARTMRevision             DisplayString,
    uMGR11ProcBRTMRevision             DisplayString,
    uMGR11HwFwVerBladeA                DisplayString,
    uMGR11HwFwVerBladeB                DisplayString,
    uMGR11NumDSPFarms                  Unsigned32,
    uMGR11DSPFirmwareBuildType         INTEGER,
    uMGR11TDMCfgAndClkingAlrmsAttnRq   Unsigned32,
    uMGR11TDMCfgAndClkingAlrmEvtsAttnRq
                                       Unsigned32,
    uMGR11SecondCFSSigIPAddr           DisplayString,
    uMGR11SecondCFSManagementIPAddr    DisplayString,
    uMGR11MediaProfAlrmsAttnRq         Integer32,
    uMGR11MediaProfAlrmEvtsAttnRq      Integer32,
    uMGR11H248M3UARmASAlrmsAttnRq      Unsigned32,
    uMGR11H248M3UARmASAlrmEvtsAttnRq   Unsigned32,
    uMGR11H248M3UARmASAlrmsAtndDp      Unsigned32,
    uMGR11H248M3UARmASAlrmEvtsAtndDp   Unsigned32,
    uMGR11NumDSPsRsvdIWF               Unsigned32
  }

  uMGR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uMGR11Entry  1 }

  uMGR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uMGR11Entry  2 }

  uMGR11MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { uMGR11Entry  3 }

  uMGR11DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { uMGR11Entry  4 }

  uMGR11ReqdClkStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   threeE(2),
                   three(3),
                   four(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required clock stratum'."
    DEFVAL       { three }
    ::= { uMGR11Entry  5 }

  uMGR11PriClkMstr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master'."
    ::= { uMGR11Entry  6 }

  uMGR11PriClkMstrStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   threeE(2),
                   three(3),
                   four(4),
                   none(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master - stratum'."
    ::= { uMGR11Entry  7 }

  uMGR11PriClkMstrStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lockedOntoReference1(2),
                   lockedOntoReference2(3),
                   holdoverMode(4),
                   freeRunning(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master - status'."
    ::= { uMGR11Entry  8 }

  uMGR11PriClkMstrEORAlrm OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   clear(2),
                   alarmed(3),
                   notApplicable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Primary clock master - end of range alarm'."
    ::= { uMGR11Entry  9 }

  uMGR11SecClkMstr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master'."
    ::= { uMGR11Entry  10 }

  uMGR11SecClkMstrStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   threeE(2),
                   three(3),
                   four(4),
                   none(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master - stratum'."
    ::= { uMGR11Entry  11 }

  uMGR11SecClkMstrStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lockedOntoReference1(2),
                   lockedOntoReference2(3),
                   holdoverMode(4),
                   freeRunning(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master - status'."
    ::= { uMGR11Entry  12 }

  uMGR11SecClkMstrEORAlrm OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   clear(2),
                   alarmed(3),
                   notApplicable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Secondary clock master - end of range alarm'."
    ::= { uMGR11Entry  13 }

  uMGR11ClkRef1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 1'."
    ::= { uMGR11Entry  14 }

  uMGR11ClkRef1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 1 - status'."
    ::= { uMGR11Entry  15 }

  uMGR11ClkRef2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 2'."
    ::= { uMGR11Entry  16 }

  uMGR11ClkRef2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 2 - status'."
    ::= { uMGR11Entry  17 }

  uMGR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { uMGR11Entry  18 }

  uMGR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { uMGR11Entry  19 }

  uMGR11AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { uMGR11Entry  20 }

  uMGR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  21 }

  uMGR11AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { uMGR11Entry  22 }

  uMGR11AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { uMGR11Entry  23 }

  uMGR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  24 }

  uMGR11AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { uMGR11Entry  25 }

  uMGR11VrtPrtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attention Required alarms'."
    ::= { uMGR11Entry  28 }

  uMGR11VrtPrtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  29 }

  uMGR11VrtPrtAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attend To Dependent alarms'."
    ::= { uMGR11Entry  30 }

  uMGR11VrtPrtAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  31 }

  uMGR11ConnHwAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarms'."
    ::= { uMGR11Entry  32 }

  uMGR11ConnHwAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  33 }

  uMGR11ConnHwAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarms'."
    ::= { uMGR11Entry  34 }

  uMGR11ConnHwAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  35 }

  uMGR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { uMGR11Entry  36 }

  uMGR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { uMGR11Entry  37 }

  uMGR11TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { uMGR11Entry  38 }

  uMGR11TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { uMGR11Entry  39 }

  uMGR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { uMGR11Entry  40 }

  uMGR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR11Entry  41 }

  uMGR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { uMGR11Entry  42 }

  uMGR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR11Entry  43 }

  uMGR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR11Entry  44 }

  uMGR11TDMProtectionSwitchingMechanism OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   ePS3500(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Protection Switching mechanism'."
    DEFVAL       { none }
    ::= { uMGR11Entry  45 }

  uMGR11CFSManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AGC Management IP address'."
    ::= { uMGR11Entry  46 }

  uMGR11CFSName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AGC name'."
    ::= { uMGR11Entry  47 }

  uMGR11LCardsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attention Required alarms'."
    ::= { uMGR11Entry  49 }

  uMGR11LCardsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  50 }

  uMGR11LCardsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attend To Dependent alarms'."
    ::= { uMGR11Entry  51 }

  uMGR11LCardsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  52 }

  uMGR11SCrConnAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarms'."
    ::= { uMGR11Entry  53 }

  uMGR11SCrConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  54 }

  uMGR11SCrConnAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarms'."
    ::= { uMGR11Entry  55 }

  uMGR11SCrConnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  56 }

  uMGR11CgstnSysLoad OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load'."
    ::= { uMGR11Entry  57 }

  uMGR11CgstnRTPRess OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - RTP resources'."
    ::= { uMGR11Entry  58 }

  uMGR11PacketIntervalInternalRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiveMilliseconds(1),
                   tenMilliseconds(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Packetization interval for internal RTP connections'."
    DEFVAL       { tenMilliseconds }
    ::= { uMGR11Entry  59 }

  uMGR11ClkMasteringCardType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sGFamily(1),
                   pBFamily(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock mastering card type'."
    DEFVAL       { sGFamily }
    ::= { uMGR11Entry  60 }

  uMGR11T38RedundancyLowSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..8 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - low speed data redundancy'."
    DEFVAL       { 3 }
    ::= { uMGR11Entry  61 }

  uMGR11T38RedundancyHighSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - high speed data redundancy'."
    DEFVAL       { 0 }
    ::= { uMGR11Entry  62 }

  uMGR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { uMGR11Entry  63 }

  uMGR11ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { uMGR11Entry  64 }

  uMGR11CFSSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AGC Signaling IP address'."
    ::= { uMGR11Entry  65 }

  uMGR11ProcARTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A RTM Revision'."
    ::= { uMGR11Entry  66 }

  uMGR11ProcBRTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B RTM Revision'."
    ::= { uMGR11Entry  67 }

  uMGR11HwFwVerBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade A'."
    ::= { uMGR11Entry  68 }

  uMGR11HwFwVerBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade B'."
    ::= { uMGR11Entry  69 }

  uMGR11NumDSPFarms OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSP farms'."
    ::= { uMGR11Entry  70 }

  uMGR11DSPFirmwareBuildType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tDMOptimized(1),
                   voIPOptimized(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DSP firmware build type'."
    ::= { uMGR11Entry  71 }

  uMGR11TDMCfgAndClkingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarms'."
    ::= { uMGR11Entry  72 }

  uMGR11TDMCfgAndClkingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  73 }

  uMGR11SecondCFSSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Signaling IP address'."
    ::= { uMGR11Entry  74 }

  uMGR11SecondCFSManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Management IP address'."
    ::= { uMGR11Entry  75 }

  uMGR11MediaProfAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarms'."
    ::= { uMGR11Entry  76 }

  uMGR11MediaProfAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  77 }

  uMGR11H248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { uMGR11Entry  78 }

  uMGR11H248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  79 }

  uMGR11H248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { uMGR11Entry  80 }

  uMGR11H248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR11Entry  81 }

  uMGR11NumDSPsRsvdIWF OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSPs reserved for IWF'."
    ::= { uMGR11Entry  82 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Configuration'                                          */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  tDMConfigR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMConfigR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1947 }

  tDMConfigR1Entry OBJECT-TYPE
    SYNTAX       TDMConfigR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMConfigR1NEConn,
             tDMConfigR1NetwkElement,
             tDMConfigR1MediaGatewayIx }
    ::= {  tDMConfigR1Table  1  }

  TDMConfigR1Entry  ::=  SEQUENCE
  {
    tDMConfigR1NEConn                  Unsigned32,
    tDMConfigR1NetwkElement            DisplayString,
    tDMConfigR1MediaGatewayIx          Unsigned32,
    tDMConfigR1RTMCfgdType             INTEGER,
    tDMConfigR1RTMActualTypeBladeA     INTEGER,
    tDMConfigR1RTMActualTypeBladeB     INTEGER,
    tDMConfigR1DefFacilityNamePrefix   DisplayString,
    tDMConfigR1DS1Type                 INTEGER,
    tDMConfigR1CfgCarrActSts           INTEGER,
    tDMConfigR1CfgCarrActLogCorr       Counter64,
    tDMConfigR1CfgCarrActLogCorrNode   DisplayString,
    tDMConfigR1CfgCarrActLogCorrUID    DisplayString,
    tDMConfigR1AlrmState               INTEGER,
    tDMConfigR1StatisticsAlrms         Integer32,
    tDMConfigR1AlrmStateTimestamp      Unsigned32,
    tDMConfigR1AlrmEvtsAttnRqLogCorr   Counter64,
    tDMConfigR1AlrmEvtsAttnRq          Unsigned32,
    tDMConfigR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMConfigR1ChldAlrmsAttnRq         Unsigned32,
    tDMConfigR1ChldAlrmEvtsAttnRq      Unsigned32,
    tDMConfigR1SummaryChldAlrmState    INTEGER,
    tDMConfigR1ChldStatisticsAlrms     Integer32,
    tDMConfigR1ImportCnt               Integer32,
    tDMConfigR1ImportStatus            DisplayString,
    tDMConfigR1ImportMode              INTEGER,
    tDMConfigR1ImportFile              DisplayString,
    tDMConfigR1ImportCorr              Counter64,
    tDMConfigR1ImportCorrNode          DisplayString,
    tDMConfigR1ImportCorrUID           DisplayString,
    tDMConfigR1DoExtraActions          INTEGER,
    tDMConfigR1RowStatus               RowStatus,
    tDMConfigR1AdminStatus             AdminStatus,
    tDMConfigR1OperStatus              OperStatus,
    tDMConfigR1BinaryH248PortNameBase  OCTET STRING
  }

  tDMConfigR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMConfigR1Entry  1 }

  tDMConfigR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMConfigR1Entry  2 }

  tDMConfigR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMConfigR1Entry  3 }

  tDMConfigR1RTMCfgdType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eightOC3SlashSTM1OrTwoOC12SlashSTM4(1),
                   twentyFourDS3(2),
                   fortyEightDS1(3),
                   unrecognized(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - configured type'.
                  This field is not writable when active."
    DEFVAL       { fortyEightDS1 }
    ::= { tDMConfigR1Entry  4 }

  tDMConfigR1RTMActualTypeBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eightOC3SlashSTM1OrTwoOC12SlashSTM4(1),
                   twentyFourDS3(2),
                   fortyEightDS1(3),
                   unrecognized(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - actual type - Blade A'."
    ::= { tDMConfigR1Entry  5 }

  tDMConfigR1RTMActualTypeBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eightOC3SlashSTM1OrTwoOC12SlashSTM4(1),
                   twentyFourDS3(2),
                   fortyEightDS1(3),
                   unrecognized(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - actual type - Blade B'."
    ::= { tDMConfigR1Entry  6 }

  tDMConfigR1DefFacilityNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default facility name prefix'."
    ::= { tDMConfigR1Entry  7 }

  tDMConfigR1DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { tDMConfigR1Entry  8 }

  tDMConfigR1CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMConfigR1Entry  9 }

  tDMConfigR1CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMConfigR1Entry  10 }

  tDMConfigR1CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMConfigR1Entry  11 }

  tDMConfigR1CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMConfigR1Entry  12 }

  tDMConfigR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMConfigR1Entry  13 }

  tDMConfigR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMConfigR1Entry  14 }

  tDMConfigR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMConfigR1Entry  15 }

  tDMConfigR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMConfigR1Entry  16 }

  tDMConfigR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMConfigR1Entry  17 }

  tDMConfigR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMConfigR1Entry  18 }

  tDMConfigR1ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMConfigR1Entry  19 }

  tDMConfigR1ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMConfigR1Entry  20 }

  tDMConfigR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMConfigR1Entry  21 }

  tDMConfigR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMConfigR1Entry  22 }

  tDMConfigR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMConfigR1Entry  23 }

  tDMConfigR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMConfigR1Entry  24 }

  tDMConfigR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMConfigR1Entry  25 }

  tDMConfigR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMConfigR1Entry  26 }

  tDMConfigR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMConfigR1Entry  27 }

  tDMConfigR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMConfigR1Entry  28 }

  tDMConfigR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMConfigR1Entry  29 }

  tDMConfigR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   activateAllChildren(2),
                   activateAllDescendants(3),
                   deactivateAllChildren(4),
                   deactivateAllDescendants(5),
                   enableAllChildren(6),
                   enableAllDescendants(7),
                   disableAllChildren(8),
                   disableAllDescendants(9),
                   createChildren(10),
                   createAllDescendants(11),
                   deleteChildren(12),
                   deleteAllDescendants(13)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMConfigR1Entry  30 }

  tDMConfigR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { tDMConfigR1Entry  31 }

  tDMConfigR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMConfigR1Entry  32 }

  tDMConfigR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMConfigR1Entry  33 }

  tDMConfigR1BinaryH248PortNameBase OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name base'."
    ::= { tDMConfigR1Entry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Gateway Resource RTP Port'                            */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  mGResRTPPortR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGResRTPPortR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Virtual Ports'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1949 }

  mGResRTPPortR1Entry OBJECT-TYPE
    SYNTAX       MGResRTPPortR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGResRTPPortR1NEConn,
             mGResRTPPortR1NetwkElement,
             mGResRTPPortR1MediaGatewayIx }
    ::= {  mGResRTPPortR1Table  1  }

  MGResRTPPortR1Entry  ::=  SEQUENCE
  {
    mGResRTPPortR1NEConn               Unsigned32,
    mGResRTPPortR1NetwkElement         DisplayString,
    mGResRTPPortR1MediaGatewayIx       Unsigned32,
    mGResRTPPortR1PortName             DisplayString,
    mGResRTPPortR1RTPRcvFilter         INTEGER,
    mGResRTPPortR1T38RedundancyLowSpeedDataRedundancy
                                       Unsigned32,
    mGResRTPPortR1T38RedundancyHighSpeedDataRedundancy
                                       Unsigned32,
    mGResRTPPortR1StatisticsAlrms      Integer32,
    mGResRTPPortR1RowStatus            RowStatus,
    mGResRTPPortR1OperStatus           OperStatus,
    mGResRTPPortR1DiagsLoggingLogLvl   INTEGER,
    mGResRTPPortR1APITraceEnabled      INTEGER,
    mGResRTPPortR1APITraceTraceTag     DisplayString,
    mGResRTPPortR1BinaryH248PortName   OCTET STRING,
    mGResRTPPortR1BinaryH248TermIDRangeBits
                                       Unsigned32,
    mGResRTPPortR1G726EncodingTypeRTP  INTEGER
  }

  mGResRTPPortR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGResRTPPortR1Entry  1 }

  mGResRTPPortR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGResRTPPortR1Entry  2 }

  mGResRTPPortR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGResRTPPortR1Entry  3 }

  mGResRTPPortR1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { mGResRTPPortR1Entry  4 }

  mGResRTPPortR1RTPRcvFilter OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   iPAddress(2),
                   iPAddressAndUDPPort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP receive filter'."
    ::= { mGResRTPPortR1Entry  5 }

  mGResRTPPortR1T38RedundancyLowSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..8 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - low speed data redundancy'."
    DEFVAL       { 3 }
    ::= { mGResRTPPortR1Entry  6 }

  mGResRTPPortR1T38RedundancyHighSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - high speed data redundancy'."
    DEFVAL       { 0 }
    ::= { mGResRTPPortR1Entry  7 }

  mGResRTPPortR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mGResRTPPortR1Entry  8 }

  mGResRTPPortR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mGResRTPPortR1Entry  9 }

  mGResRTPPortR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mGResRTPPortR1Entry  10 }

  mGResRTPPortR1DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { mGResRTPPortR1Entry  11 }

  mGResRTPPortR1APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { mGResRTPPortR1Entry  12 }

  mGResRTPPortR1APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { mGResRTPPortR1Entry  13 }

  mGResRTPPortR1BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { mGResRTPPortR1Entry  14 }

  mGResRTPPortR1BinaryH248TermIDRangeBits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..32 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Binary H.248 termination ID range bits'."
    DEFVAL       { 1 }
    ::= { mGResRTPPortR1Entry  15 }

  mGResRTPPortR1G726EncodingTypeRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   littleEndian(1),
                   bigEndian(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G.726 encoding type for RTP'."
    DEFVAL       { littleEndian }
    ::= { mGResRTPPortR1Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Gateway Resource LAPD Port'                           */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  mGResLAPDPortR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGResLAPDPortR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Virtual Ports'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1950 }

  mGResLAPDPortR1Entry OBJECT-TYPE
    SYNTAX       MGResLAPDPortR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGResLAPDPortR1NEConn,
             mGResLAPDPortR1NetwkElement,
             mGResLAPDPortR1MediaGatewayIx }
    ::= {  mGResLAPDPortR1Table  1  }

  MGResLAPDPortR1Entry  ::=  SEQUENCE
  {
    mGResLAPDPortR1NEConn              Unsigned32,
    mGResLAPDPortR1NetwkElement        DisplayString,
    mGResLAPDPortR1MediaGatewayIx      Unsigned32,
    mGResLAPDPortR1PortName            DisplayString,
    mGResLAPDPortR1StatisticsAlrms     Integer32,
    mGResLAPDPortR1RowStatus           RowStatus,
    mGResLAPDPortR1OperStatus          OperStatus,
    mGResLAPDPortR1DiagsLoggingLogLvl  INTEGER,
    mGResLAPDPortR1APITraceEnabled     INTEGER,
    mGResLAPDPortR1APITraceTraceTag    DisplayString,
    mGResLAPDPortR1BinaryH248PortName  OCTET STRING,
    mGResLAPDPortR1BinaryH248TermIDRangeBits
                                       Unsigned32
  }

  mGResLAPDPortR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGResLAPDPortR1Entry  1 }

  mGResLAPDPortR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGResLAPDPortR1Entry  2 }

  mGResLAPDPortR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGResLAPDPortR1Entry  3 }

  mGResLAPDPortR1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { mGResLAPDPortR1Entry  4 }

  mGResLAPDPortR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mGResLAPDPortR1Entry  6 }

  mGResLAPDPortR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mGResLAPDPortR1Entry  7 }

  mGResLAPDPortR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mGResLAPDPortR1Entry  8 }

  mGResLAPDPortR1DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { mGResLAPDPortR1Entry  9 }

  mGResLAPDPortR1APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { mGResLAPDPortR1Entry  10 }

  mGResLAPDPortR1APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { mGResLAPDPortR1Entry  11 }

  mGResLAPDPortR1BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { mGResLAPDPortR1Entry  12 }

  mGResLAPDPortR1BinaryH248TermIDRangeBits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..32 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Binary H.248 termination ID range bits'."
    DEFVAL       { 1 }
    ::= { mGResLAPDPortR1Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Gateway Resource IVR Port'                            */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  mGResIVRPortR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGResIVRPortR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Virtual Ports'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1951 }

  mGResIVRPortR1Entry OBJECT-TYPE
    SYNTAX       MGResIVRPortR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGResIVRPortR1NEConn,
             mGResIVRPortR1NetwkElement,
             mGResIVRPortR1MediaGatewayIx }
    ::= {  mGResIVRPortR1Table  1  }

  MGResIVRPortR1Entry  ::=  SEQUENCE
  {
    mGResIVRPortR1NEConn               Unsigned32,
    mGResIVRPortR1NetwkElement         DisplayString,
    mGResIVRPortR1MediaGatewayIx       Unsigned32,
    mGResIVRPortR1PortName             DisplayString,
    mGResIVRPortR1StatisticsAlrms      Integer32,
    mGResIVRPortR1RowStatus            RowStatus,
    mGResIVRPortR1OperStatus           OperStatus,
    mGResIVRPortR1DiagsLoggingLogLvl   INTEGER,
    mGResIVRPortR1APITraceEnabled      INTEGER,
    mGResIVRPortR1APITraceTraceTag     DisplayString,
    mGResIVRPortR1BinaryH248PortName   OCTET STRING,
    mGResIVRPortR1BinaryH248TermIDRangeBits
                                       Unsigned32
  }

  mGResIVRPortR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGResIVRPortR1Entry  1 }

  mGResIVRPortR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGResIVRPortR1Entry  2 }

  mGResIVRPortR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGResIVRPortR1Entry  3 }

  mGResIVRPortR1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { mGResIVRPortR1Entry  4 }

  mGResIVRPortR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mGResIVRPortR1Entry  6 }

  mGResIVRPortR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mGResIVRPortR1Entry  7 }

  mGResIVRPortR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mGResIVRPortR1Entry  8 }

  mGResIVRPortR1DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { mGResIVRPortR1Entry  9 }

  mGResIVRPortR1APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { mGResIVRPortR1Entry  10 }

  mGResIVRPortR1APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { mGResIVRPortR1Entry  11 }

  mGResIVRPortR1BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { mGResIVRPortR1Entry  12 }

  mGResIVRPortR1BinaryH248TermIDRangeBits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..32 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Binary H.248 termination ID range bits'."
    DEFVAL       { 1 }
    ::= { mGResIVRPortR1Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Configuration'                                        */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  h248CfgTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248CfgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1952 }

  h248CfgEntry OBJECT-TYPE
    SYNTAX       H248CfgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248CfgNEConn,
             h248CfgNetwkElement,
             h248CfgMediaGatewayIx }
    ::= {  h248CfgTable  1  }

  H248CfgEntry  ::=  SEQUENCE
  {
    h248CfgNEConn                      Unsigned32,
    h248CfgNetwkElement                DisplayString,
    h248CfgMediaGatewayIx              Unsigned32,
    h248CfgHighSuppH248ProtVer         Unsigned32,
    h248CfgI1PrefH248ProfNEConn        Unsigned32,
    h248CfgI2PrefH248ProfNetwkElement  DisplayString,
    h248CfgI3PrefH248ProfMediaGatewayIx
                                       Unsigned32,
    h248CfgI4PrefH248ProfH248ProfIx    INTEGER,
    h248CfgI1UsedH248ProfNEConn        Unsigned32,
    h248CfgI2UsedH248ProfNetwkElement  DisplayString,
    h248CfgI3UsedH248ProfMediaGatewayIx
                                       Unsigned32,
    h248CfgI4UsedH248ProfH248ProfIx    INTEGER,
    h248CfgUsedH248ProfOtherVals       INTEGER,
    h248CfgBinaryH248ROOTTermID        OCTET STRING,
    h248CfgH248M3UARmASAlrmsAttnRq     Unsigned32,
    h248CfgH248M3UARmASAlrmEvtsAttnRq  Unsigned32,
    h248CfgH248M3UARmASAlrmsAtndDp     Unsigned32,
    h248CfgH248M3UARmASAlrmEvtsAtndDp  Unsigned32,
    h248CfgSummaryChldAlrmState        INTEGER,
    h248CfgChldStatisticsAlrms         Integer32
  }

  h248CfgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248CfgEntry  1 }

  h248CfgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248CfgEntry  2 }

  h248CfgMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248CfgEntry  3 }

  h248CfgHighSuppH248ProtVer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Highest supported H.248 protocol version'."
    DEFVAL       { 2 }
    ::= { h248CfgEntry  4 }

  h248CfgI1PrefH248ProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  5 }

  h248CfgI2PrefH248ProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  6 }

  h248CfgI3PrefH248ProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  7 }

  h248CfgI4PrefH248ProfH248ProfIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'H.248 Profile index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  8 }

  h248CfgI1UsedH248ProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  9 }

  h248CfgI2UsedH248ProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  10 }

  h248CfgI3UsedH248ProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  11 }

  h248CfgI4UsedH248ProfH248ProfIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'H.248 Profile index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgEntry  12 }

  h248CfgUsedH248ProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile'.
                  This field represents the fixed
                  values that Used H.248 profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { h248CfgEntry  13 }

  h248CfgBinaryH248ROOTTermID OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 ROOT termination ID'."
    ::= { h248CfgEntry  14 }

  h248CfgH248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { h248CfgEntry  15 }

  h248CfgH248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248CfgEntry  16 }

  h248CfgH248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { h248CfgEntry  17 }

  h248CfgH248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248CfgEntry  18 }

  h248CfgSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248CfgEntry  19 }

  h248CfgChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248CfgEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Media Gateway Controller'                             */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  h248MGCTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248MGCEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1953 }

  h248MGCEntry OBJECT-TYPE
    SYNTAX       H248MGCEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248MGCNEConn,
             h248MGCNetwkElement,
             h248MGCMediaGatewayIx,
             h248MGCMGCIx }
    ::= {  h248MGCTable  1  }

  H248MGCEntry  ::=  SEQUENCE
  {
    h248MGCNEConn                      Unsigned32,
    h248MGCNetwkElement                DisplayString,
    h248MGCMediaGatewayIx              Unsigned32,
    h248MGCMGCIx                       INTEGER,
    h248MGCTransport                   INTEGER,
    h248MGCH248IPAddr                  DisplayString,
    h248MGCH248PortNum                 Unsigned32,
    h248MGCEncoding                    INTEGER,
    h248MGCH248Fixbits                 BITS,
    h248MGCUnsuppServChgReasons        BITS,
    h248MGCAssociationStatus           INTEGER,
    h248MGCH248M3UARmASAlrmsAttnRq     Integer32,
    h248MGCH248M3UARmASAlrmEvtsAttnRq  Integer32,
    h248MGCH248M3UARmASAlrmsAtndDp     Integer32,
    h248MGCH248M3UARmASAlrmEvtsAtndDp  Integer32,
    h248MGCSummaryChldAlrmState        INTEGER,
    h248MGCChldStatisticsAlrms         Integer32,
    h248MGCRowStatus                   RowStatus,
    h248MGCAdminStatus                 AdminStatus,
    h248MGCOperStatus                  OperStatus
  }

  h248MGCNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248MGCEntry  1 }

  h248MGCNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248MGCEntry  2 }

  h248MGCMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248MGCEntry  3 }

  h248MGCMGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248MGCEntry  4 }

  h248MGCTransport OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDP(1),
                   m3UASCTP(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport'.
                  This field is not writable when active."
    DEFVAL       { uDP }
    ::= { h248MGCEntry  5 }

  h248MGCH248IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 IP address'.
                  This field is not writable when active."
    ::= { h248MGCEntry  6 }

  h248MGCH248PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 port number'.
                  This field is not writable when active."
    DEFVAL       { 2944 }
    ::= { h248MGCEntry  7 }

  h248MGCEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   text(1),
                   binary(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Encoding'.
                  This field is not writable when active."
    DEFVAL       { text }
    ::= { h248MGCEntry  8 }

  h248MGCH248Fixbits OBJECT-TYPE
    SYNTAX       BITS {
                   doNotUseProprietaryMetaswitchConnectivityMonitoring(0),
                   doNotUseProfileNegotiation(1),
                   acceptUnsupportedMediaTopologies(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 fixbits'."
    DEFVAL       { {} }
    ::= { h248MGCEntry  9 }

  h248MGCUnsuppServChgReasons OBJECT-TYPE
    SYNTAX       BITS {
                   nineHundredAndFour(2),
                   nineHundredAndSix(3),
                   nineHundredAndSeventeen(8),
                   nineHundredAndSeventyOne(20),
                   nineHundredAndSeventyTwo(21)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unsupported ServiceChangeReasons'."
    DEFVAL       { {} }
    ::= { h248MGCEntry  10 }

  h248MGCAssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   noLostContact(2),
                   handingTo(3),
                   standby(4),
                   inactive(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Association status'."
    ::= { h248MGCEntry  11 }

  h248MGCH248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { h248MGCEntry  12 }

  h248MGCH248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { h248MGCEntry  13 }

  h248MGCH248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { h248MGCEntry  14 }

  h248MGCH248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { h248MGCEntry  15 }

  h248MGCSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248MGCEntry  16 }

  h248MGCChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248MGCEntry  17 }

  h248MGCRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { h248MGCEntry  18 }

  h248MGCAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCEntry  19 }

  h248MGCOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 M3UA Remote IPSP'                                     */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  h248M3UARemIPSPTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248M3UARemIPSPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 M3UA Remote AS'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1955 }

  h248M3UARemIPSPEntry OBJECT-TYPE
    SYNTAX       H248M3UARemIPSPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248M3UARemIPSPNEConn,
             h248M3UARemIPSPNetwkElement,
             h248M3UARemIPSPMediaGatewayIx,
             h248M3UARemIPSPMGCIx,
             h248M3UARemIPSPH248ASIx,
             h248M3UARemIPSPIPSPIx }
    ::= {  h248M3UARemIPSPTable  1  }

  H248M3UARemIPSPEntry  ::=  SEQUENCE
  {
    h248M3UARemIPSPNEConn              Unsigned32,
    h248M3UARemIPSPNetwkElement        DisplayString,
    h248M3UARemIPSPMediaGatewayIx      Unsigned32,
    h248M3UARemIPSPMGCIx               INTEGER,
    h248M3UARemIPSPH248ASIx            Unsigned32,
    h248M3UARemIPSPIPSPIx              Unsigned32,
    h248M3UARemIPSPDesc                DisplayString,
    h248M3UARemIPSPRemIPAddr           DisplayString,
    h248M3UARemIPSPRemPortNum          Unsigned32,
    h248M3UARemIPSPMaxSCTPDataStreams  Unsigned32,
    h248M3UARemIPSPTAckDurn            Unsigned32,
    h248M3UARemIPSPIPSPState           INTEGER,
    h248M3UARemIPSPAlrmState           INTEGER,
    h248M3UARemIPSPStatisticsAlrms     Integer32,
    h248M3UARemIPSPAlrmStateTimestamp  Unsigned32,
    h248M3UARemIPSPAlrmEvtsAttnRqLogCorr
                                       Counter64,
    h248M3UARemIPSPAlrmEvtsAttnRq      Unsigned32,
    h248M3UARemIPSPAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    h248M3UARemIPSPAlrmEvtsAtndDpLogCorr
                                       Counter64,
    h248M3UARemIPSPAlrmEvtsAtndDp      Unsigned32,
    h248M3UARemIPSPAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    h248M3UARemIPSPDiagsLogLvl         INTEGER,
    h248M3UARemIPSPDiagsAPITraceEnabled
                                       INTEGER,
    h248M3UARemIPSPDiagsAPITraceTag    DisplayString,
    h248M3UARemIPSPRowStatus           RowStatus,
    h248M3UARemIPSPAdminStatus         AdminStatus,
    h248M3UARemIPSPOperStatus          OperStatus
  }

  h248M3UARemIPSPNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248M3UARemIPSPEntry  1 }

  h248M3UARemIPSPNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248M3UARemIPSPEntry  2 }

  h248M3UARemIPSPMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248M3UARemIPSPEntry  3 }

  h248M3UARemIPSPMGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248M3UARemIPSPEntry  4 }

  h248M3UARemIPSPH248ASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 AS index'.
                  This is an index field."
    ::= { h248M3UARemIPSPEntry  5 }

  h248M3UARemIPSPIPSPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IPSP index'.
                  This is an index field."
    ::= { h248M3UARemIPSPEntry  6 }

  h248M3UARemIPSPDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { h248M3UARemIPSPEntry  7 }

  h248M3UARemIPSPRemIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote IP address'.
                  This field is not writable when active."
    ::= { h248M3UARemIPSPEntry  8 }

  h248M3UARemIPSPRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote port number'.
                  This field is not writable when active."
    ::= { h248M3UARemIPSPEntry  9 }

  h248M3UARemIPSPMaxSCTPDataStreams OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max SCTP data streams'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { h248M3UARemIPSPEntry  10 }

  h248M3UARemIPSPTAckDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T(ack) duration'.
                  This field is not writable when active."
    DEFVAL       { 2000 }
    ::= { h248M3UARemIPSPEntry  11 }

  h248M3UARemIPSPIPSPState OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConnected(1),
                   establishingSCTP(2),
                   goingASPUp(3),
                   goingASPActive(4),
                   active(5),
                   failed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IPSP state'."
    ::= { h248M3UARemIPSPEntry  12 }

  h248M3UARemIPSPAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { h248M3UARemIPSPEntry  13 }

  h248M3UARemIPSPStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { h248M3UARemIPSPEntry  14 }

  h248M3UARemIPSPAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { h248M3UARemIPSPEntry  15 }

  h248M3UARemIPSPAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { h248M3UARemIPSPEntry  16 }

  h248M3UARemIPSPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemIPSPEntry  17 }

  h248M3UARemIPSPAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { h248M3UARemIPSPEntry  18 }

  h248M3UARemIPSPAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { h248M3UARemIPSPEntry  19 }

  h248M3UARemIPSPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemIPSPEntry  20 }

  h248M3UARemIPSPAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { h248M3UARemIPSPEntry  21 }

  h248M3UARemIPSPDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { h248M3UARemIPSPEntry  22 }

  h248M3UARemIPSPDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { h248M3UARemIPSPEntry  23 }

  h248M3UARemIPSPDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { h248M3UARemIPSPEntry  24 }

  h248M3UARemIPSPRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248M3UARemIPSPEntry  25 }

  h248M3UARemIPSPAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemIPSPEntry  26 }

  h248M3UARemIPSPOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemIPSPEntry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Profile'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  h248ProfTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248ProfEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Configuration'."
    ::= { metaSwitch  1956 }

  h248ProfEntry OBJECT-TYPE
    SYNTAX       H248ProfEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248ProfNEConn,
             h248ProfNetwkElement,
             h248ProfMediaGatewayIx,
             h248ProfH248ProfIx }
    ::= {  h248ProfTable  1  }

  H248ProfEntry  ::=  SEQUENCE
  {
    h248ProfNEConn                     Unsigned32,
    h248ProfNetwkElement               DisplayString,
    h248ProfMediaGatewayIx             Unsigned32,
    h248ProfH248ProfIx                 INTEGER,
    h248ProfProfNameAndVersion         DisplayString,
    h248ProfDesc                       DisplayString,
    h248ProfH2481DefRTPStatisticsPackages
                                       BITS,
    h248ProfH2487GenAnncsDefAnnDurn    Unsigned32,
    h248ProfH2487GenAnncsDefAnnVarLcl  DisplayString,
    h248ProfH2487GenAnncsDefAnnNumCycles
                                       Unsigned32,
    h248ProfH24832UnsupportedResBehavior
                                       INTEGER,
    h248ProfH24832CallCapacityExtension
                                       INTEGER,
    h248ProfH24832MultipartyCxtUtilizationExtension
                                       INTEGER,
    h248ProfQ1970IPBCPVersion          Unsigned32,
    h248ProfQ1970IPBCPResponseTimer    Unsigned32,
    h248ProfRowStatus                  RowStatus,
    h248ProfH24830RTCPXRDefRTCPXRStatisticsPackages
                                       BITS
  }

  h248ProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248ProfEntry  1 }

  h248ProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248ProfEntry  2 }

  h248ProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248ProfEntry  3 }

  h248ProfH248ProfIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 Profile index'.
                  This is an index field."
    ::= { h248ProfEntry  4 }

  h248ProfProfNameAndVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..67))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name and version'."
    ::= { h248ProfEntry  5 }

  h248ProfDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { h248ProfEntry  6 }

  h248ProfH2481DefRTPStatisticsPackages OBJECT-TYPE
    SYNTAX       BITS {
                   networkPackage(0),
                   rTPPackage(1),
                   metaswitchRTPPackage(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 - default RTP statistics packages'."
    DEFVAL       { {networkPackage, rTPPackage} }
    ::= { h248ProfEntry  7 }

  h248ProfH2487GenAnncsDefAnnDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "hundredths of a second"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement duration'."
    DEFVAL       { 0 }
    ::= { h248ProfEntry  8 }

  h248ProfH2487GenAnncsDefAnnVarLcl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement variant (locale)'."
    ::= { h248ProfEntry  9 }

  h248ProfH2487GenAnncsDefAnnNumCycles OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement number of cycles'."
    DEFVAL       { 1 }
    ::= { h248ProfEntry  10 }

  h248ProfH24832UnsupportedResBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   fail(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - unsupported resource behavior'."
    DEFVAL       { ignore }
    ::= { h248ProfEntry  11 }

  h248ProfH24832CallCapacityExtension OBJECT-TYPE
    SYNTAX       INTEGER {
                   unused(0),
                   ext1(1),
                   ext2(2),
                   ext3(3),
                   ext4(4),
                   ext5(5),
                   ext6(6),
                   ext7(7),
                   ext8(8),
                   ext9(9),
                   ext10(10),
                   ext11(11),
                   ext12(12),
                   ext13(13),
                   ext14(14),
                   ext15(15),
                   ext16(16),
                   ext17(17),
                   ext18(18),
                   ext19(19),
                   ext20(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - call capacity extension'."
    DEFVAL       { unused }
    ::= { h248ProfEntry  12 }

  h248ProfH24832MultipartyCxtUtilizationExtension OBJECT-TYPE
    SYNTAX       INTEGER {
                   unused(0),
                   ext1(1),
                   ext2(2),
                   ext3(3),
                   ext4(4),
                   ext5(5),
                   ext6(6),
                   ext7(7),
                   ext8(8),
                   ext9(9),
                   ext10(10),
                   ext11(11),
                   ext12(12),
                   ext13(13),
                   ext14(14),
                   ext15(15),
                   ext16(16),
                   ext17(17),
                   ext18(18),
                   ext19(19),
                   ext20(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - multiparty context utilization extension'."
    DEFVAL       { unused }
    ::= { h248ProfEntry  13 }

  h248ProfQ1970IPBCPVersion OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.1970 - IPBCP version'."
    DEFVAL       { 1 }
    ::= { h248ProfEntry  14 }

  h248ProfQ1970IPBCPResponseTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.1970 - IPBCP response timer'."
    DEFVAL       { 5 }
    ::= { h248ProfEntry  15 }

  h248ProfRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248ProfEntry  16 }

  h248ProfH24830RTCPXRDefRTCPXRStatisticsPackages OBJECT-TYPE
    SYNTAX       BITS {
                   rTCPXRBasePackage(0),
                   rTCPXRBurstMetricsPackage(1),
                   receivedRTCPXRPackage(2),
                   receivedRTCPXRBurstMetricsPackage(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.30 RTCP-XR - default RTCP-XR statistics packages'."
    DEFVAL       { {} }
    ::= { h248ProfEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Profiles'                                             */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  mediaProfsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaProfsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1957 }

  mediaProfsConEntry OBJECT-TYPE
    SYNTAX       MediaProfsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaProfsConNEConn,
             mediaProfsConNetwkElement,
             mediaProfsConMediaGatewayIx }
    ::= {  mediaProfsConTable  1  }

  MediaProfsConEntry  ::=  SEQUENCE
  {
    mediaProfsConNEConn                Unsigned32,
    mediaProfsConNetwkElement          DisplayString,
    mediaProfsConMediaGatewayIx        Unsigned32,
    mediaProfsConRealmAlrmsAttnRq      Integer32,
    mediaProfsConRealmAlrmEvtsAttnRq   Integer32,
    mediaProfsConSummaryChldAlrmState  INTEGER,
    mediaProfsConImportCnt             Integer32,
    mediaProfsConImportStatus          DisplayString,
    mediaProfsConImportMode            INTEGER,
    mediaProfsConImportFile            DisplayString,
    mediaProfsConImportCorr            Counter64,
    mediaProfsConImportCorrNode        DisplayString,
    mediaProfsConImportCorrUID         DisplayString,
    mediaProfsConDoExtraActions        INTEGER
  }

  mediaProfsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaProfsConEntry  1 }

  mediaProfsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaProfsConEntry  2 }

  mediaProfsConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mediaProfsConEntry  3 }

  mediaProfsConRealmAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm Attention Required alarms'."
    ::= { mediaProfsConEntry  4 }

  mediaProfsConRealmAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Realm Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mediaProfsConEntry  5 }

  mediaProfsConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mediaProfsConEntry  6 }

  mediaProfsConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { mediaProfsConEntry  7 }

  mediaProfsConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { mediaProfsConEntry  8 }

  mediaProfsConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { mediaProfsConEntry  9 }

  mediaProfsConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { mediaProfsConEntry  10 }

  mediaProfsConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { mediaProfsConEntry  11 }

  mediaProfsConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { mediaProfsConEntry  12 }

  mediaProfsConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { mediaProfsConEntry  13 }

  mediaProfsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaProfsConEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media IP Interface'                                         */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  mediaIPIntTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaIPIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Profiles'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1958 }

  mediaIPIntEntry OBJECT-TYPE
    SYNTAX       MediaIPIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaIPIntNEConn,
             mediaIPIntNetwkElement,
             mediaIPIntMediaGatewayIx,
             mediaIPIntIPAddr }
    ::= {  mediaIPIntTable  1  }

  MediaIPIntEntry  ::=  SEQUENCE
  {
    mediaIPIntNEConn                   Unsigned32,
    mediaIPIntNetwkElement             DisplayString,
    mediaIPIntMediaGatewayIx           Unsigned32,
    mediaIPIntIPAddr                   DisplayString,
    mediaIPIntVLANTag                  LongDisplayString,
    mediaIPIntPortGpID                 Unsigned32
  }

  mediaIPIntNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaIPIntEntry  1 }

  mediaIPIntNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaIPIntEntry  2 }

  mediaIPIntMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mediaIPIntEntry  3 }

  mediaIPIntIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { mediaIPIntEntry  4 }

  mediaIPIntVLANTag OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN tag'."
    ::= { mediaIPIntEntry  5 }

  mediaIPIntPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port Group ID'."
    ::= { mediaIPIntEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Quality of Service Classes'                                 */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  qosClassesConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF QosClassesConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Profiles'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1959 }

  qosClassesConEntry OBJECT-TYPE
    SYNTAX       QosClassesConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { qosClassesConNEConn,
             qosClassesConNetwkElement,
             qosClassesConMediaGatewayIx }
    ::= {  qosClassesConTable  1  }

  QosClassesConEntry  ::=  SEQUENCE
  {
    qosClassesConNEConn                Unsigned32,
    qosClassesConNetwkElement          DisplayString,
    qosClassesConMediaGatewayIx        Unsigned32,
    qosClassesConImportCnt             Integer32,
    qosClassesConImportStatus          DisplayString,
    qosClassesConImportMode            INTEGER,
    qosClassesConImportFile            DisplayString,
    qosClassesConImportCorr            Counter64,
    qosClassesConImportCorrNode        DisplayString,
    qosClassesConImportCorrUID         DisplayString,
    qosClassesConExportNumObjectsExported
                                       Integer32,
    qosClassesConExportStatus          DisplayString,
    qosClassesConExportFile            DisplayString,
    qosClassesConExportCorr            Counter64,
    qosClassesConExportCorrNode        DisplayString,
    qosClassesConExportCorrUID         DisplayString,
    qosClassesConDoExtraActions        INTEGER,
    qosClassesConExportIncASRepData    INTEGER,
    qosClassesConExportChldObjectsToInc
                                       INTEGER
  }

  qosClassesConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { qosClassesConEntry  1 }

  qosClassesConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { qosClassesConEntry  2 }

  qosClassesConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { qosClassesConEntry  3 }

  qosClassesConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { qosClassesConEntry  4 }

  qosClassesConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { qosClassesConEntry  5 }

  qosClassesConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { qosClassesConEntry  6 }

  qosClassesConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { qosClassesConEntry  7 }

  qosClassesConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { qosClassesConEntry  8 }

  qosClassesConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { qosClassesConEntry  9 }

  qosClassesConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { qosClassesConEntry  10 }

  qosClassesConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { qosClassesConEntry  11 }

  qosClassesConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { qosClassesConEntry  12 }

  qosClassesConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { qosClassesConEntry  13 }

  qosClassesConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { qosClassesConEntry  14 }

  qosClassesConExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { qosClassesConEntry  15 }

  qosClassesConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { qosClassesConEntry  16 }

  qosClassesConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { qosClassesConEntry  17 }

  qosClassesConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { qosClassesConEntry  18 }

  qosClassesConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { qosClassesConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Quality of Service Class'                                   */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  qosClassTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF QosClassEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Quality of Service Classes'."
    ::= { metaSwitch  1960 }

  qosClassEntry OBJECT-TYPE
    SYNTAX       QosClassEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { qosClassNEConn,
             qosClassNetwkElement,
             qosClassMediaGatewayIx,
             qosClassQualityServClassIx }
    ::= {  qosClassTable  1  }

  QosClassEntry  ::=  SEQUENCE
  {
    qosClassNEConn                     Unsigned32,
    qosClassNetwkElement               DisplayString,
    qosClassMediaGatewayIx             Unsigned32,
    qosClassQualityServClassIx         Unsigned32,
    qosClassQualityServClass           Unsigned32,
    qosClassDSCP                       Unsigned32,
    qosClassRefCnt                     Unsigned32,
    qosClassExportNumObjectsExported   Integer32,
    qosClassExportStatus               DisplayString,
    qosClassExportFile                 DisplayString,
    qosClassExportCorr                 Counter64,
    qosClassExportCorrNode             DisplayString,
    qosClassExportCorrUID              DisplayString,
    qosClassDoExtraActions             INTEGER,
    qosClassRowStatus                  RowStatus,
    qosClassExportIncASRepData         INTEGER,
    qosClassExportChldObjectsToInc     INTEGER
  }

  qosClassNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { qosClassEntry  1 }

  qosClassNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { qosClassEntry  2 }

  qosClassMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { qosClassEntry  3 }

  qosClassQualityServClassIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..64 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Quality of Service Class index'.
                  This is an index field."
    ::= { qosClassEntry  4 }

  qosClassQualityServClass OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Quality of Service Class'.
                  This field is only writable during create."
    ::= { qosClassEntry  5 }

  qosClassDSCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DSCP'."
    DEFVAL       { 46 }
    ::= { qosClassEntry  6 }

  qosClassRefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { qosClassEntry  7 }

  qosClassExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { qosClassEntry  8 }

  qosClassExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { qosClassEntry  9 }

  qosClassExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { qosClassEntry  10 }

  qosClassExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { qosClassEntry  11 }

  qosClassExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { qosClassEntry  12 }

  qosClassExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { qosClassEntry  13 }

  qosClassDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { qosClassEntry  14 }

  qosClassRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { qosClassEntry  15 }

  qosClassExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { qosClassEntry  16 }

  qosClassExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { qosClassEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voice Quality Profiles'                                     */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  vqProfsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VqProfsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Profiles'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1961 }

  vqProfsConEntry OBJECT-TYPE
    SYNTAX       VqProfsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vqProfsConNEConn,
             vqProfsConNetwkElement,
             vqProfsConMediaGatewayIx }
    ::= {  vqProfsConTable  1  }

  VqProfsConEntry  ::=  SEQUENCE
  {
    vqProfsConNEConn                   Unsigned32,
    vqProfsConNetwkElement             DisplayString,
    vqProfsConMediaGatewayIx           Unsigned32,
    vqProfsConImportCnt                Integer32,
    vqProfsConImportStatus             DisplayString,
    vqProfsConImportMode               INTEGER,
    vqProfsConImportFile               DisplayString,
    vqProfsConImportCorr               Counter64,
    vqProfsConImportCorrNode           DisplayString,
    vqProfsConImportCorrUID            DisplayString,
    vqProfsConExportNumObjectsExported Integer32,
    vqProfsConExportStatus             DisplayString,
    vqProfsConExportFile               DisplayString,
    vqProfsConExportCorr               Counter64,
    vqProfsConExportCorrNode           DisplayString,
    vqProfsConExportCorrUID            DisplayString,
    vqProfsConDoExtraActions           INTEGER,
    vqProfsConExportIncASRepData       INTEGER,
    vqProfsConExportChldObjectsToInc   INTEGER
  }

  vqProfsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vqProfsConEntry  1 }

  vqProfsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vqProfsConEntry  2 }

  vqProfsConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { vqProfsConEntry  3 }

  vqProfsConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { vqProfsConEntry  4 }

  vqProfsConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { vqProfsConEntry  5 }

  vqProfsConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { vqProfsConEntry  6 }

  vqProfsConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { vqProfsConEntry  7 }

  vqProfsConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { vqProfsConEntry  8 }

  vqProfsConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { vqProfsConEntry  9 }

  vqProfsConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { vqProfsConEntry  10 }

  vqProfsConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { vqProfsConEntry  11 }

  vqProfsConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { vqProfsConEntry  12 }

  vqProfsConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { vqProfsConEntry  13 }

  vqProfsConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { vqProfsConEntry  14 }

  vqProfsConExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { vqProfsConEntry  15 }

  vqProfsConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { vqProfsConEntry  16 }

  vqProfsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { vqProfsConEntry  17 }

  vqProfsConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { vqProfsConEntry  18 }

  vqProfsConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { vqProfsConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voice Quality Profile'                                      */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  vqProfTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VqProfEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voice Quality Profiles'."
    ::= { metaSwitch  1962 }

  vqProfEntry OBJECT-TYPE
    SYNTAX       VqProfEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vqProfNEConn,
             vqProfNetwkElement,
             vqProfMediaGatewayIx,
             vqProfVoiceQualityProfIx }
    ::= {  vqProfTable  1  }

  VqProfEntry  ::=  SEQUENCE
  {
    vqProfNEConn                       Unsigned32,
    vqProfNetwkElement                 DisplayString,
    vqProfMediaGatewayIx               Unsigned32,
    vqProfVoiceQualityProfIx           Unsigned32,
    vqProfName                         DisplayString,
    vqProfSubDirection                 INTEGER,
    vqProfRealmRefCnt                  Unsigned32,
    vqProfCarrRefCnt                   Unsigned32,
    vqProfTDMLineEchoControlEnabled    INTEGER,
    vqProfAutoLvlControlTXEnabled      INTEGER,
    vqProfAutoLvlControlTXTargetLvl    INTEGER,
    vqProfAutoLvlControlRXEnabled      INTEGER,
    vqProfAutoLvlControlRXTargetLvl    INTEGER,
    vqProfAdaptiveNoiseReductionTXEnabled
                                       INTEGER,
    vqProfAdaptiveNoiseReductionRXEnabled
                                       INTEGER,
    vqProfAdaptiveNoiseReductionAttenuationLvl
                                       INTEGER,
    vqProfAdaptiveListenerEnhancementEnabled
                                       INTEGER,
    vqProfAcousticEchoCancellerEnabled INTEGER,
    vqProfAcousticEchoCancellerWorstAcousticEchoPathLoss
                                       INTEGER,
    vqProfAcousticEchoCancellerRoundTripDly
                                       Unsigned32,
    vqProfExportNumObjectsExported     Integer32,
    vqProfExportStatus                 DisplayString,
    vqProfExportFile                   DisplayString,
    vqProfExportCorr                   Counter64,
    vqProfExportCorrNode               DisplayString,
    vqProfExportCorrUID                DisplayString,
    vqProfDoExtraActions               INTEGER,
    vqProfRowStatus                    RowStatus,
    vqProfExportIncASRepData           INTEGER,
    vqProfExportChldObjectsToInc       INTEGER
  }

  vqProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vqProfEntry  1 }

  vqProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vqProfEntry  2 }

  vqProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { vqProfEntry  3 }

  vqProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voice Quality Profile index'.
                  This is an index field."
    ::= { vqProfEntry  4 }

  vqProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { vqProfEntry  5 }

  vqProfSubDirection OBJECT-TYPE
    SYNTAX       INTEGER {
                   tDM(1),
                   packet(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber direction'."
    ::= { vqProfEntry  6 }

  vqProfRealmRefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm reference count'."
    ::= { vqProfEntry  7 }

  vqProfCarrRefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier reference count'."
    ::= { vqProfEntry  8 }

  vqProfTDMLineEchoControlEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TDM line echo control - enabled'."
    DEFVAL       { false }
    ::= { vqProfEntry  9 }

  vqProfAutoLvlControlTXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - TX enabled'."
    DEFVAL       { false }
    ::= { vqProfEntry  10 }

  vqProfAutoLvlControlTXTargetLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   negativeTwentyFour(1),
                   negativeTwentyOne(2),
                   negativeEighteen(3),
                   negativeFifteen(4),
                   negativeTwelve(5),
                   negativeNine(6)
                 }
    UNITS        "dBm"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - TX target level'."
    DEFVAL       { negativeEighteen }
    ::= { vqProfEntry  11 }

  vqProfAutoLvlControlRXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - RX enabled'."
    DEFVAL       { false }
    ::= { vqProfEntry  12 }

  vqProfAutoLvlControlRXTargetLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   negativeTwentyFour(1),
                   negativeTwentyOne(2),
                   negativeEighteen(3),
                   negativeFifteen(4),
                   negativeTwelve(5),
                   negativeNine(6)
                 }
    UNITS        "dBm"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - RX target level'."
    DEFVAL       { negativeEighteen }
    ::= { vqProfEntry  13 }

  vqProfAdaptiveNoiseReductionTXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive noise reduction - TX enabled'."
    DEFVAL       { false }
    ::= { vqProfEntry  14 }

  vqProfAdaptiveNoiseReductionRXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive noise reduction - RX enabled'."
    DEFVAL       { false }
    ::= { vqProfEntry  15 }

  vqProfAdaptiveNoiseReductionAttenuationLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   six(1),
                   twelve(2),
                   eighteen(3),
                   twentyFour(4)
                 }
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive noise reduction - attenuation level'."
    DEFVAL       { twelve }
    ::= { vqProfEntry  16 }

  vqProfAdaptiveListenerEnhancementEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive listener enhancement - enabled'."
    DEFVAL       { false }
    ::= { vqProfEntry  17 }

  vqProfAcousticEchoCancellerEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Acoustic echo canceller - enabled'."
    DEFVAL       { false }
    ::= { vqProfEntry  18 }

  vqProfAcousticEchoCancellerWorstAcousticEchoPathLoss OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentySeven(1),
                   thirty(2),
                   thirtyThree(3),
                   thirtySix(4),
                   thirtyNine(5),
                   fortyTwo(6),
                   fortyFive(7)
                 }
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Acoustic echo canceller - worst acoustic echo path loss'."
    DEFVAL       { thirtySix }
    ::= { vqProfEntry  19 }

  vqProfAcousticEchoCancellerRoundTripDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..270 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Acoustic echo canceller - round trip delay'."
    DEFVAL       { 180 }
    ::= { vqProfEntry  20 }

  vqProfExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { vqProfEntry  21 }

  vqProfExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { vqProfEntry  22 }

  vqProfExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { vqProfEntry  23 }

  vqProfExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { vqProfEntry  24 }

  vqProfExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { vqProfEntry  25 }

  vqProfExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { vqProfEntry  26 }

  vqProfDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { vqProfEntry  27 }

  vqProfRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vqProfEntry  28 }

  vqProfExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { vqProfEntry  29 }

  vqProfExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { vqProfEntry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Realms'                                                     */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  realmsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RealmsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Profiles'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1963 }

  realmsConEntry OBJECT-TYPE
    SYNTAX       RealmsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { realmsConNEConn,
             realmsConNetwkElement,
             realmsConMediaGatewayIx }
    ::= {  realmsConTable  1  }

  RealmsConEntry  ::=  SEQUENCE
  {
    realmsConNEConn                    Unsigned32,
    realmsConNetwkElement              DisplayString,
    realmsConMediaGatewayIx            Unsigned32,
    realmsConRealmAlrmsAttnRq          Integer32,
    realmsConRealmAlrmEvtsAttnRq       Integer32,
    realmsConSummaryChldAlrmState      INTEGER
  }

  realmsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { realmsConEntry  1 }

  realmsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { realmsConEntry  2 }

  realmsConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { realmsConEntry  3 }

  realmsConRealmAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm Attention Required alarms'."
    ::= { realmsConEntry  4 }

  realmsConRealmAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Realm Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { realmsConEntry  5 }

  realmsConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { realmsConEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Realm'                                                      */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  realmTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RealmEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Realms'."
    ::= { metaSwitch  1964 }

  realmEntry OBJECT-TYPE
    SYNTAX       RealmEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { realmNEConn,
             realmNetwkElement,
             realmMediaGatewayIx,
             realmRealmIx }
    ::= {  realmTable  1  }

  RealmEntry  ::=  SEQUENCE
  {
    realmNEConn                        Unsigned32,
    realmNetwkElement                  DisplayString,
    realmMediaGatewayIx                Unsigned32,
    realmRealmIx                       Unsigned32,
    realmName                          DisplayString,
    realmH248Identifier                DisplayString,
    realmI1MediaIPInterfaceNEConn      Unsigned32,
    realmI2MediaIPInterfaceNetwkElement
                                       DisplayString,
    realmI3MediaIPInterfaceMediaGatewayIx
                                       Unsigned32,
    realmI4MediaIPInterfaceIPAddr      DisplayString,
    realmI1QualityServClassNEConn      Unsigned32,
    realmI2QualityServClassNetwkElement
                                       DisplayString,
    realmI3QualityServClassMediaGatewayIx
                                       Unsigned32,
    realmI4QualityServClassQualityServClassIx
                                       Unsigned32,
    realmI1VoiceQualityProfNEConn      Unsigned32,
    realmI2VoiceQualityProfNetwkElement
                                       DisplayString,
    realmI3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    realmI4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    realmRTPInterfaceType              INTEGER,
    realmAlrmState                     INTEGER,
    realmAlrmStateTimestamp            Unsigned32,
    realmAlrmEvtsAttnRqLogCorr         Counter64,
    realmAlrmEvtsAttnRq                Integer32,
    realmAlrmEvtsAttnRqResetTimestamp  Unsigned32,
    realmDiagsLogLvl                   INTEGER,
    realmDiagsAPITraceEnabled          INTEGER,
    realmDiagsAPITraceTag              DisplayString,
    realmRowStatus                     RowStatus
  }

  realmNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { realmEntry  1 }

  realmNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { realmEntry  2 }

  realmMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { realmEntry  3 }

  realmRealmIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm index'.
                  This is an index field."
    ::= { realmEntry  4 }

  realmName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { realmEntry  5 }

  realmH248Identifier OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 identifier'."
    ::= { realmEntry  6 }

  realmI1MediaIPInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmEntry  7 }

  realmI2MediaIPInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmEntry  8 }

  realmI3MediaIPInterfaceMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmEntry  9 }

  realmI4MediaIPInterfaceIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'IP address'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmEntry  10 }

  realmI1QualityServClassNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmEntry  11 }

  realmI2QualityServClassNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmEntry  12 }

  realmI3QualityServClassMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmEntry  13 }

  realmI4QualityServClassQualityServClassIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..64 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Quality of Service Class index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmEntry  14 }

  realmI1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmEntry  15 }

  realmI2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmEntry  16 }

  realmI3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmEntry  17 }

  realmI4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmEntry  18 }

  realmRTPInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mbDefault(1),
                   nb(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP interface type'."
    DEFVAL       { mbDefault }
    ::= { realmEntry  19 }

  realmAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { realmEntry  20 }

  realmAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { realmEntry  21 }

  realmAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { realmEntry  22 }

  realmAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { realmEntry  23 }

  realmAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { realmEntry  24 }

  realmDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { realmEntry  25 }

  realmDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { realmEntry  26 }

  realmDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { realmEntry  27 }

  realmRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { realmEntry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Cross Connects'                                   */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  mGSigCCConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGSigCCConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1965 }

  mGSigCCConR2Entry OBJECT-TYPE
    SYNTAX       MGSigCCConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGSigCCConR2NEConn,
             mGSigCCConR2NetwkElement,
             mGSigCCConR2MediaGatewayIx }
    ::= {  mGSigCCConR2Table  1  }

  MGSigCCConR2Entry  ::=  SEQUENCE
  {
    mGSigCCConR2NEConn                 Unsigned32,
    mGSigCCConR2NetwkElement           DisplayString,
    mGSigCCConR2MediaGatewayIx         Unsigned32,
    mGSigCCConR2M2UACgstnControlMethod INTEGER,
    mGSigCCConR2AlrmsAttnRq            Integer32,
    mGSigCCConR2AlrmEvtsAttnRq         Integer32,
    mGSigCCConR2AlrmsAtndDp            Integer32,
    mGSigCCConR2AlrmEvtsAtndDp         Integer32,
    mGSigCCConR2SummaryChldAlrmState   INTEGER,
    mGSigCCConR2ChldStatisticsAlrms    Integer32,
    mGSigCCConR2IUACCAlrmsAttnRq       Integer32,
    mGSigCCConR2IUACCAlrmEvtsAttnRq    Integer32,
    mGSigCCConR2IUACCAlrmsAtndDp       Integer32,
    mGSigCCConR2IUACCAlrmEvtsAtndDp    Integer32,
    mGSigCCConR2TotChldAlrmsAttnRq     Unsigned32,
    mGSigCCConR2TotChldAlrmEvtsAttnRq  Unsigned32,
    mGSigCCConR2TotChldAlrmsAtndDp     Unsigned32,
    mGSigCCConR2TotChldAlrmEvtsAtndDp  Unsigned32
  }

  mGSigCCConR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGSigCCConR2Entry  1 }

  mGSigCCConR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGSigCCConR2Entry  2 }

  mGSigCCConR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGSigCCConR2Entry  3 }

  mGSigCCConR2M2UACgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2UA congestion control method'."
    ::= { mGSigCCConR2Entry  4 }

  mGSigCCConR2AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M2UA Cross Connect Attention Required alarms'."
    ::= { mGSigCCConR2Entry  5 }

  mGSigCCConR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M2UA Cross Connect Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCCConR2Entry  6 }

  mGSigCCConR2AlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M2UA Cross Connect Attend To Dependent alarms'."
    ::= { mGSigCCConR2Entry  7 }

  mGSigCCConR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M2UA Cross Connect Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCCConR2Entry  8 }

  mGSigCCConR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mGSigCCConR2Entry  9 }

  mGSigCCConR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mGSigCCConR2Entry  10 }

  mGSigCCConR2IUACCAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IUA Cross Connect Attention Required alarms'."
    ::= { mGSigCCConR2Entry  11 }

  mGSigCCConR2IUACCAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IUA Cross Connect Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCCConR2Entry  12 }

  mGSigCCConR2IUACCAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IUA Cross Connect Attend To Dependent alarms'."
    ::= { mGSigCCConR2Entry  13 }

  mGSigCCConR2IUACCAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IUA Cross Connect Attend to Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCCConR2Entry  14 }

  mGSigCCConR2TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { mGSigCCConR2Entry  15 }

  mGSigCCConR2TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { mGSigCCConR2Entry  16 }

  mGSigCCConR2TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { mGSigCCConR2Entry  17 }

  mGSigCCConR2TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { mGSigCCConR2Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Gateways'                                         */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  sigGtwConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigGtwConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1966 }

  sigGtwConR3Entry OBJECT-TYPE
    SYNTAX       SigGtwConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigGtwConR3NEConn,
             sigGtwConR3NetwkElement }
    ::= {  sigGtwConR3Table  1  }

  SigGtwConR3Entry  ::=  SEQUENCE
  {
    sigGtwConR3NEConn                  Unsigned32,
    sigGtwConR3NetwkElement            DisplayString,
    sigGtwConR3DestAlrmsAttnRq         Integer32,
    sigGtwConR3DestAlrmEvtsAttnRq      Integer32,
    sigGtwConR3DestAlrmsAtndDp         Integer32,
    sigGtwConR3DestAlrmEvtsAtndDp      Integer32,
    sigGtwConR3LinkSetAlrmsAttnRq      Integer32,
    sigGtwConR3LinkSetAlrmEvtsAttnRq   Integer32,
    sigGtwConR3TotChldAlrmsAttnRq      Unsigned32,
    sigGtwConR3TotChldAlrmEvtsAttnRq   Unsigned32,
    sigGtwConR3TotChldAlrmsAtndDp      Unsigned32,
    sigGtwConR3TotChldAlrmEvtsAtndDp   Unsigned32,
    sigGtwConR3SummaryChldAlrmState    INTEGER,
    sigGtwConR3ChldStatisticsAlrms     Integer32,
    sigGtwConR3M3UARouteAlrmsAttnRq    Integer32,
    sigGtwConR3M3UARouteAlrmEvtsAttnRq Integer32,
    sigGtwConR3M3UARouteAlrmsAtndDp    Integer32,
    sigGtwConR3M3UARouteAlrmEvtsAtndDp Integer32,
    sigGtwConR3M3UARemSigGwAlrmsAttnRq Integer32,
    sigGtwConR3M3UARemSigGwAlrmEvtsAttnRq
                                       Integer32,
    sigGtwConR3M3UARmASAlrmsAttnRq     Unsigned32,
    sigGtwConR3M3UARmASAlrmEvtsAttnRq  Unsigned32,
    sigGtwConR3M3UARmASAlrmsAtndDp     Unsigned32,
    sigGtwConR3M3UARmASAlrmEvtsAtndDp  Unsigned32,
    sigGtwConR3M3UARemASPAlrmsAttnRq   Unsigned32,
    sigGtwConR3M3UARemASPAlrmEvtsAttnRq
                                       Unsigned32,
    sigGtwConR3M3UARemASPAlrmsAtndDp   Unsigned32,
    sigGtwConR3M3UARemASPAlrmEvtsAtndDp
                                       Unsigned32
  }

  sigGtwConR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigGtwConR3Entry  1 }

  sigGtwConR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigGtwConR3Entry  2 }

  sigGtwConR3DestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarms'."
    ::= { sigGtwConR3Entry  3 }

  sigGtwConR3DestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  4 }

  sigGtwConR3DestAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarms'."
    ::= { sigGtwConR3Entry  5 }

  sigGtwConR3DestAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  6 }

  sigGtwConR3LinkSetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarms'."
    ::= { sigGtwConR3Entry  7 }

  sigGtwConR3LinkSetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  8 }

  sigGtwConR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sigGtwConR3Entry  9 }

  sigGtwConR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sigGtwConR3Entry  10 }

  sigGtwConR3TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sigGtwConR3Entry  11 }

  sigGtwConR3TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sigGtwConR3Entry  12 }

  sigGtwConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigGtwConR3Entry  13 }

  sigGtwConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigGtwConR3Entry  14 }

  sigGtwConR3M3UARouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attention Required alarms'."
    ::= { sigGtwConR3Entry  15 }

  sigGtwConR3M3UARouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  16 }

  sigGtwConR3M3UARouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attend To Dependent alarms'."
    ::= { sigGtwConR3Entry  17 }

  sigGtwConR3M3UARouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  18 }

  sigGtwConR3M3UARemSigGwAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Signaling Gateway Attention Required alarms'."
    ::= { sigGtwConR3Entry  19 }

  sigGtwConR3M3UARemSigGwAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Signaling Gateway Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  20 }

  sigGtwConR3M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarms'."
    ::= { sigGtwConR3Entry  21 }

  sigGtwConR3M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  22 }

  sigGtwConR3M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarms'."
    ::= { sigGtwConR3Entry  23 }

  sigGtwConR3M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  24 }

  sigGtwConR3M3UARemASPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attention Required alarms'."
    ::= { sigGtwConR3Entry  25 }

  sigGtwConR3M3UARemASPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  26 }

  sigGtwConR3M3UARemASPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attend To Dependent alarms'."
    ::= { sigGtwConR3Entry  27 }

  sigGtwConR3M3UARemASPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR3Entry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Trunk'                                                  */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  sIPTrunkR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPTrunkR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP Trunks'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1973 }

  sIPTrunkR8Entry OBJECT-TYPE
    SYNTAX       SIPTrunkR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPTrunkR8NEConn,
             sIPTrunkR8NetwkElement,
             sIPTrunkR8CFSIx,
             sIPTrunkR8SIPIx,
             sIPTrunkR8SIPTrnkIx }
    ::= {  sIPTrunkR8Table  1  }

  SIPTrunkR8Entry  ::=  SEQUENCE
  {
    sIPTrunkR8NEConn                   Unsigned32,
    sIPTrunkR8NetwkElement             DisplayString,
    sIPTrunkR8CFSIx                    Unsigned32,
    sIPTrunkR8SIPIx                    Unsigned32,
    sIPTrunkR8SIPTrnkIx                Unsigned32,
    sIPTrunkR8SIPTrnkName              DisplayString,
    sIPTrunkR8Desc                     DisplayString,
    sIPTrunkR8TrnkGpNum                INTEGER,
    sIPTrunkR8NetwkNum                 Unsigned32,
    sIPTrunkR8I1CfgdSIPBindingNEConn   Unsigned32,
    sIPTrunkR8I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    sIPTrunkR8I3CfgdSIPBindingCFSIx    Unsigned32,
    sIPTrunkR8I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    sIPTrunkR8ForceEchoCltnOnInboundCalls
                                       INTEGER,
    sIPTrunkR8ForceEchoCltnOnOutboundCalls
                                       INTEGER,
    sIPTrunkR8ZUtilization             INTEGER,
    sIPTrunkR8DeactivnMode             INTEGER,
    sIPTrunkR8AlrmState                INTEGER,
    sIPTrunkR8AlrmLogCorr              Counter64,
    sIPTrunkR8AlrmEvtsAtndDp           Unsigned32,
    sIPTrunkR8AlrmStateTimestamp       Unsigned32,
    sIPTrunkR8AlrmResetTimestamp       Unsigned32,
    sIPTrunkR8DiagsLogLvl              INTEGER,
    sIPTrunkR8DiagsAPITraceEnabled     INTEGER,
    sIPTrunkR8DiagsAPITraceTag         DisplayString,
    sIPTrunkR8DoExtraActions           INTEGER,
    sIPTrunkR8RowStatus                RowStatus,
    sIPTrunkR8AdminStatus              AdminStatus,
    sIPTrunkR8OperStatus               OperStatus,
    sIPTrunkR8SupportedCallDirections  INTEGER,
    sIPTrunkR8BAFBillInTermCDRType     INTEGER,
    sIPTrunkR8BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    sIPTrunkR8BAFBillInTandemCDRType   INTEGER,
    sIPTrunkR8BAFBillOutOrigingCDRType INTEGER,
    sIPTrunkR8BAFBillOutTandemCDRType  INTEGER,
    sIPTrunkR8BAFCNABllInCllsCIC       Unsigned32,
    sIPTrunkR8BAFCNABllInCllsCNABillNum
                                       DisplayString,
    sIPTrunkR8BAFCNABllInCllsIncClgNum INTEGER,
    sIPTrunkR8DirectIXCConn            INTEGER,
    sIPTrunkR8ExchangePerformsLNPLookup
                                       INTEGER,
    sIPTrunkR8BAFBillAppendOrigingLRNMod
                                       INTEGER,
    sIPTrunkR8BAFBillConnectedSwitchLRN
                                       DisplayString,
    sIPTrunkR8BAFBillOverrideSignalledLRN
                                       INTEGER,
    sIPTrunkR8BAFCNABllInCllsIncChargeNum
                                       INTEGER,
    sIPTrunkR8AlrmEvtsAttnRq           Unsigned32,
    sIPTrunkR8AlrmEvtsAttnRqLogCorr    Counter64,
    sIPTrunkR8AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sIPTrunkR8UseFwdAddrAsChargeAddr   INTEGER,
    sIPTrunkR8StatisticsAlrms          Integer32,
    sIPTrunkR8I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    sIPTrunkR8I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    sIPTrunkR8I3FaultMonitoringProfFMPIx
                                       Integer32,
    sIPTrunkR8FaultMonitoringProfOtherVals
                                       INTEGER,
    sIPTrunkR8ApplyFMPToReltdObjectTypes
                                       BITS,
    sIPTrunkR8AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    sIPTrunkR8XMLBillTrnkAccountingRef DisplayString,
    sIPTrunkR8InBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR8OutBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR8UseSignaledTrnkGpIDInTCAPQueries
                                       INTEGER,
    sIPTrunkR8PropagationDly           Unsigned32,
    sIPTrunkR8IntnatlExchange          INTEGER,
    sIPTrunkR8SatelliteLink            INTEGER,
    sIPTrunkR8PeerNetwkType            INTEGER
  }

  sIPTrunkR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPTrunkR8Entry  1 }

  sIPTrunkR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPTrunkR8Entry  2 }

  sIPTrunkR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPTrunkR8Entry  3 }

  sIPTrunkR8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPTrunkR8Entry  4 }

  sIPTrunkR8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk index'.
                  This is an index field."
    ::= { sIPTrunkR8Entry  5 }

  sIPTrunkR8SIPTrnkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk name'."
    ::= { sIPTrunkR8Entry  6 }

  sIPTrunkR8Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sIPTrunkR8Entry  7 }

  sIPTrunkR8TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'."
    ::= { sIPTrunkR8Entry  8 }

  sIPTrunkR8NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR8Entry  9 }

  sIPTrunkR8I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR8Entry  10 }

  sIPTrunkR8I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR8Entry  11 }

  sIPTrunkR8I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR8Entry  12 }

  sIPTrunkR8I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR8Entry  13 }

  sIPTrunkR8ForceEchoCltnOnInboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on inbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  14 }

  sIPTrunkR8ForceEchoCltnOnOutboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on outbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  15 }

  sIPTrunkR8ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { sIPTrunkR8Entry  17 }

  sIPTrunkR8DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPTrunkR8Entry  20 }

  sIPTrunkR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPTrunkR8Entry  22 }

  sIPTrunkR8AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sIPTrunkR8Entry  23 }

  sIPTrunkR8AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR8Entry  24 }

  sIPTrunkR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPTrunkR8Entry  25 }

  sIPTrunkR8AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { sIPTrunkR8Entry  26 }

  sIPTrunkR8DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sIPTrunkR8Entry  28 }

  sIPTrunkR8DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  29 }

  sIPTrunkR8DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sIPTrunkR8Entry  30 }

  sIPTrunkR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR8Entry  32 }

  sIPTrunkR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPTrunkR8Entry  33 }

  sIPTrunkR8AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR8Entry  34 }

  sIPTrunkR8OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR8Entry  35 }

  sIPTrunkR8SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { sIPTrunkR8Entry  36 }

  sIPTrunkR8BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR8Entry  37 }

  sIPTrunkR8BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  38 }

  sIPTrunkR8BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR8Entry  39 }

  sIPTrunkR8BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR8Entry  40 }

  sIPTrunkR8BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR8Entry  41 }

  sIPTrunkR8BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR8Entry  42 }

  sIPTrunkR8BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { sIPTrunkR8Entry  43 }

  sIPTrunkR8BAFCNABllInCllsIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  44 }

  sIPTrunkR8DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  45 }

  sIPTrunkR8ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { sIPTrunkR8Entry  46 }

  sIPTrunkR8BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  47 }

  sIPTrunkR8BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { sIPTrunkR8Entry  48 }

  sIPTrunkR8BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  49 }

  sIPTrunkR8BAFCNABllInCllsIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  50 }

  sIPTrunkR8AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR8Entry  52 }

  sIPTrunkR8AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sIPTrunkR8Entry  57 }

  sIPTrunkR8AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sIPTrunkR8Entry  58 }

  sIPTrunkR8UseFwdAddrAsChargeAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use forwarding address as charge address'."
    DEFVAL       { true }
    ::= { sIPTrunkR8Entry  60 }

  sIPTrunkR8StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPTrunkR8Entry  61 }

  sIPTrunkR8I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR8Entry  62 }

  sIPTrunkR8I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR8Entry  63 }

  sIPTrunkR8I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR8Entry  64 }

  sIPTrunkR8FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPTrunkR8Entry  65 }

  sIPTrunkR8ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { sIPTrunkR8Entry  66 }

  sIPTrunkR8AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { sIPTrunkR8Entry  67 }

  sIPTrunkR8XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { sIPTrunkR8Entry  68 }

  sIPTrunkR8InBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR8Entry  69 }

  sIPTrunkR8OutBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR8Entry  70 }

  sIPTrunkR8UseSignaledTrnkGpIDInTCAPQueries OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use signaled trunk group ID in TCAP queries'."
    DEFVAL       { never }
    ::= { sIPTrunkR8Entry  71 }

  sIPTrunkR8PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR8Entry  72 }

  sIPTrunkR8IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  73 }

  sIPTrunkR8SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { sIPTrunkR8Entry  74 }

  sIPTrunkR8PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { sIPTrunkR8Entry  75 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Registrar'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Valid before: 9.0                                                             */
-- /*********************************************************************************/

  sIPRegistrarR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPRegistrarR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP'."
    ::= { metaSwitch  1974 }

  sIPRegistrarR2Entry OBJECT-TYPE
    SYNTAX       SIPRegistrarR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPRegistrarR2NEConn,
             sIPRegistrarR2NetwkElement,
             sIPRegistrarR2CFSIx,
             sIPRegistrarR2SIPIx,
             sIPRegistrarR2SIPRegistrarIx }
    ::= {  sIPRegistrarR2Table  1  }

  SIPRegistrarR2Entry  ::=  SEQUENCE
  {
    sIPRegistrarR2NEConn               Unsigned32,
    sIPRegistrarR2NetwkElement         DisplayString,
    sIPRegistrarR2CFSIx                Unsigned32,
    sIPRegistrarR2SIPIx                Unsigned32,
    sIPRegistrarR2SIPRegistrarIx       Unsigned32,
    sIPRegistrarR2Name                 DisplayString,
    sIPRegistrarR2I1CfgdSIPBindingNEConn
                                       Unsigned32,
    sIPRegistrarR2I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    sIPRegistrarR2I3CfgdSIPBindingCFSIx
                                       Unsigned32,
    sIPRegistrarR2I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    sIPRegistrarR2UseE164NumsDNBasedIdentities
                                       INTEGER,
    sIPRegistrarR2MaxOutstandingRegisterRequests
                                       Unsigned32,
    sIPRegistrarR2LimitRegisterRequestRate
                                       INTEGER,
    sIPRegistrarR2MaxRegisterRequestsPerSecond
                                       Unsigned32,
    sIPRegistrarR2RefgSubs             Unsigned32,
    sIPRegistrarR2RowStatus            RowStatus
  }

  sIPRegistrarR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPRegistrarR2Entry  1 }

  sIPRegistrarR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPRegistrarR2Entry  2 }

  sIPRegistrarR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPRegistrarR2Entry  3 }

  sIPRegistrarR2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPRegistrarR2Entry  4 }

  sIPRegistrarR2SIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Registrar Index'.
                  This is an index field."
    ::= { sIPRegistrarR2Entry  5 }

  sIPRegistrarR2Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { sIPRegistrarR2Entry  6 }

  sIPRegistrarR2I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR2Entry  7 }

  sIPRegistrarR2I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR2Entry  8 }

  sIPRegistrarR2I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR2Entry  9 }

  sIPRegistrarR2I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR2Entry  10 }

  sIPRegistrarR2UseE164NumsDNBasedIdentities OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use E.164 numbers for DN-based identities'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { sIPRegistrarR2Entry  11 }

  sIPRegistrarR2MaxOutstandingRegisterRequests OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum outstanding register requests'."
    DEFVAL       { 20 }
    ::= { sIPRegistrarR2Entry  12 }

  sIPRegistrarR2LimitRegisterRequestRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit register request rate'."
    DEFVAL       { true }
    ::= { sIPRegistrarR2Entry  13 }

  sIPRegistrarR2MaxRegisterRequestsPerSecond OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum register requests per second'."
    DEFVAL       { 50 }
    ::= { sIPRegistrarR2Entry  14 }

  sIPRegistrarR2RefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Referencing subscribers'."
    ::= { sIPRegistrarR2Entry  15 }

  sIPRegistrarR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPRegistrarR2Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Multi Party Call Services'                           */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  multiPartyServR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MultiPartyServR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1975 }

  multiPartyServR7Entry OBJECT-TYPE
    SYNTAX       MultiPartyServR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { multiPartyServR7NEConn,
             multiPartyServR7NetwkElement,
             multiPartyServR7CFSIx }
    ::= {  multiPartyServR7Table  1  }

  MultiPartyServR7Entry  ::=  SEQUENCE
  {
    multiPartyServR7NEConn             Unsigned32,
    multiPartyServR7NetwkElement       DisplayString,
    multiPartyServR7CFSIx              Unsigned32,
    multiPartyServR7SupportTWC         INTEGER,
    multiPartyServR7TWCEndCall         INTEGER,
    multiPartyServR7TWCShuttle         INTEGER,
    multiPartyServR7TWCEstablish       INTEGER,
    multiPartyServR7TWCXfer            INTEGER,
    multiPartyServR7TWCDisc1           INTEGER,
    multiPartyServR7TWCHold1           INTEGER,
    multiPartyServR7TWCDisc2           INTEGER,
    multiPartyServR7TWCHold2           INTEGER,
    multiPartyServR7SupportCallXfer    INTEGER,
    multiPartyServR7SupportCW          INTEGER,
    multiPartyServR7SupportCWWithCID   INTEGER,
    multiPartyServR7CWEnableCode       DisplayString,
    multiPartyServR7CWDisableCode      DisplayString,
    multiPartyServR7CWCheckCode        DisplayString,
    multiPartyServR7SupportCCW         INTEGER,
    multiPartyServR7CCWDisableDurnCallCode
                                       DisplayString,
    multiPartyServR7CCWNotEnabledBehaviour
                                       INTEGER,
    multiPartyServR7CCWDisableDuringCall
                                       INTEGER,
    multiPartyServR7RowStatus          RowStatus,
    multiPartyServR7SupportHIC         INTEGER,
    multiPartyServR7HICDefSetting      INTEGER,
    multiPartyServR7HICDistRinging     INTEGER,
    multiPartyServR7HICDistRingingDefSetting
                                       INTEGER,
    multiPartyServR7SupportCallHold    INTEGER,
    multiPartyServR7CallHoldAccessCode DisplayString,
    multiPartyServR7TWCCTBillConfBAFBillRecType
                                       INTEGER,
    multiPartyServR7TWCCTConfUSBDef    INTEGER,
    multiPartyServR7SupportLSM         INTEGER,
    multiPartyServR7LSMDefSetting      INTEGER,
    multiPartyServR7LSMDefMaxLines     INTEGER,
    multiPartyServR7LSMTotNumLines     Integer32,
    multiPartyServR7CWRedirectionReasonIfNoAnswer
                                       INTEGER,
    multiPartyServR7HICActivateDuringCall
                                       INTEGER,
    multiPartyServR7LSMMonitorDoNotDistStatusDefVal
                                       INTEGER
  }

  multiPartyServR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { multiPartyServR7Entry  1 }

  multiPartyServR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { multiPartyServR7Entry  2 }

  multiPartyServR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { multiPartyServR7Entry  3 }

  multiPartyServR7SupportTWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  4 }

  multiPartyServR7TWCEndCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - end current call'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { multiPartyServR7Entry  5 }

  multiPartyServR7TWCShuttle OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - swap calls'.
                  This field is not writable when active."
    DEFVAL       { two }
    ::= { multiPartyServR7Entry  6 }

  multiPartyServR7TWCEstablish OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - establish 3-way call'.
                  This field is not writable when active."
    DEFVAL       { three }
    ::= { multiPartyServR7Entry  7 }

  multiPartyServR7TWCXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - transfer call'.
                  This field is not writable when active."
    DEFVAL       { four }
    ::= { multiPartyServR7Entry  8 }

  multiPartyServR7TWCDisc1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect first caller'.
                  This field is not writable when active."
    DEFVAL       { five }
    ::= { multiPartyServR7Entry  9 }

  multiPartyServR7TWCHold1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put first caller on hold'.
                  This field is not writable when active."
    DEFVAL       { six }
    ::= { multiPartyServR7Entry  10 }

  multiPartyServR7TWCDisc2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect second caller'.
                  This field is not writable when active."
    DEFVAL       { seven }
    ::= { multiPartyServR7Entry  11 }

  multiPartyServR7TWCHold2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put second caller on hold'.
                  This field is not writable when active."
    DEFVAL       { eight }
    ::= { multiPartyServR7Entry  12 }

  multiPartyServR7SupportCallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  13 }

  multiPartyServR7SupportCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  14 }

  multiPartyServR7SupportCWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting With Caller ID support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  15 }

  multiPartyServR7CWEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - enable code'.
                  This field is not writable when active."
    ::= { multiPartyServR7Entry  16 }

  multiPartyServR7CWDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - disable code'.
                  This field is not writable when active."
    ::= { multiPartyServR7Entry  17 }

  multiPartyServR7CWCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - check code'.
                  This field is not writable when active."
    ::= { multiPartyServR7Entry  18 }

  multiPartyServR7SupportCCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  19 }

  multiPartyServR7CCWDisableDurnCallCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable for duration of call code'.
                  This field is not writable when active."
    ::= { multiPartyServR7Entry  20 }

  multiPartyServR7CCWNotEnabledBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   featureNotAvailable(1),
                   none(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - not enabled behavior'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { multiPartyServR7Entry  21 }

  multiPartyServR7CCWDisableDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR7Entry  22 }

  multiPartyServR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { multiPartyServR7Entry  23 }

  multiPartyServR7SupportHIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  24 }

  multiPartyServR7HICDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR7Entry  25 }

  multiPartyServR7HICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom Distinctive Ringing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR7Entry  26 }

  multiPartyServR7HICDistRingingDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom Distinctive Ringing - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR7Entry  27 }

  multiPartyServR7SupportCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  31 }

  multiPartyServR7CallHoldAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold - access code'.
                  This field is not writable when active."
    ::= { multiPartyServR7Entry  32 }

  multiPartyServR7TWCCTBillConfBAFBillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   structure0076CallType026(2),
                   structure0001CallType048(3),
                   structure0028CallType049(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - BAF billing record type'.
                  This field is not writable when active."
    DEFVAL       { structure0076CallType026 }
    ::= { multiPartyServR7Entry  33 }

  multiPartyServR7TWCCTConfUSBDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR7Entry  34 }

  multiPartyServR7SupportLSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR7Entry  35 }

  multiPartyServR7LSMDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR7Entry  36 }

  multiPartyServR7LSMDefMaxLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default maximum number of monitored lines per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { multiPartyServR7Entry  37 }

  multiPartyServR7LSMTotNumLines OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - total number of monitored lines'."
    ::= { multiPartyServR7Entry  38 }

  multiPartyServR7CWRedirectionReasonIfNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   busy(1),
                   noAnswer(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting - redirection reason if no answer'.
                  This field is not writable when active."
    DEFVAL       { noAnswer }
    ::= { multiPartyServR7Entry  39 }

  multiPartyServR7HICActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR7Entry  40 }

  multiPartyServR7LSMMonitorDoNotDistStatusDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - monitor Do Not Disturb status default value'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR7Entry  41 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  rPSActionR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1977 }

  rPSActionR19Entry OBJECT-TYPE
    SYNTAX       RPSActionR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR19NEConn,
             rPSActionR19NetwkElement,
             rPSActionR19CFSIx,
             rPSActionR19CfgSetIx,
             rPSActionR19RtgTblIx,
             rPSActionR19RtgActionIx }
    ::= {  rPSActionR19Table  1  }

  RPSActionR19Entry  ::=  SEQUENCE
  {
    rPSActionR19NEConn                 Unsigned32,
    rPSActionR19NetwkElement           DisplayString,
    rPSActionR19CFSIx                  Unsigned32,
    rPSActionR19CfgSetIx               Unsigned32,
    rPSActionR19RtgTblIx               Unsigned32,
    rPSActionR19RtgActionIx            Unsigned32,
    rPSActionR19AddrType               INTEGER,
    rPSActionR19AddrScope              INTEGER,
    rPSActionR19WildcardAddrType       INTEGER,
    rPSActionR19WildcardAddr           DisplayString,
    rPSActionR19TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR19WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR19ActionProbability      Unsigned32,
    rPSActionR19Action                 INTEGER,
    rPSActionR19T1I1MediaChanNEConn    Unsigned32,
    rPSActionR19T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR19T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR19T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR19T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR19T2I1MediaChanNEConn    Unsigned32,
    rPSActionR19T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR19T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR19T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR19T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR19I1NextTblNEConn        Unsigned32,
    rPSActionR19I2NextTblNetwkElement  DisplayString,
    rPSActionR19I3NextTblCFSIx         Unsigned32,
    rPSActionR19I4NextTblCfgSetIx      Unsigned32,
    rPSActionR19I5NextTblRtgTblIx      Unsigned32,
    rPSActionR19ActionUnavailInterval  Unsigned32,
    rPSActionR19T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR19AllowAAR               INTEGER,
    rPSActionR19AllowARR               INTEGER,
    rPSActionR19RtgControlIndicator    INTEGER,
    rPSActionR19CircCode               INTEGER,
    rPSActionR19MFTandemRtgCode        INTEGER,
    rPSActionR19MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR19MFIntnatlOprRtgCode    INTEGER,
    rPSActionR19MaxChanUsage           Unsigned32,
    rPSActionR19CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR19CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR19RowStatus              RowStatus,
    rPSActionR19OptionalAttrsToSet     BITS,
    rPSActionR19AlrmState              INTEGER,
    rPSActionR19AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR19AlrmEvtsAtndDp         Integer32,
    rPSActionR19AlrmStateTimestamp     Unsigned32,
    rPSActionR19AlrmResetTimestamp     Unsigned32,
    rPSActionR19TimeRtgPrecedence      Unsigned32,
    rPSActionR19TimeRtgMinYear         Unsigned32,
    rPSActionR19TimeRtgMinMonth        Unsigned32,
    rPSActionR19TimeRtgMinDay          Unsigned32,
    rPSActionR19TimeRtgMaxYear         Unsigned32,
    rPSActionR19TimeRtgMaxMonth        Unsigned32,
    rPSActionR19TimeRtgMaxDay          Unsigned32,
    rPSActionR19TimeRtgMinDayWeek      INTEGER,
    rPSActionR19TimeRtgMinHr           Unsigned32,
    rPSActionR19TimeRtgMinMin          Unsigned32,
    rPSActionR19TimeRtgMaxDayWeek      INTEGER,
    rPSActionR19TimeRtgMaxHr           Unsigned32,
    rPSActionR19TimeRtgMaxMin          Unsigned32,
    rPSActionR19SubRtgAttrs            BITS,
    rPSActionR19NumAction              DisplayString,
    rPSActionR19Desc                   DisplayString,
    rPSActionR19AttrValOprCallMatch    INTEGER,
    rPSActionR19AttrValOprCall         INTEGER,
    rPSActionR19AttrValSubGpMatch      INTEGER,
    rPSActionR19T3I1MediaChanNEConn    Unsigned32,
    rPSActionR19T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR19T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR19T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR19I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR19I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR19I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR19I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR19AttrValANIIIDigits     Unsigned32,
    rPSActionR19AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR19AttrValDialedPrefix    INTEGER,
    rPSActionR19AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR19AttrValDialingPattn    INTEGER,
    rPSActionR19AttrValUsrDef1Match    INTEGER,
    rPSActionR19AttrValUsrDef1         Unsigned32,
    rPSActionR19AttrValUsrDef2Match    INTEGER,
    rPSActionR19AttrValUsrDef2         Unsigned32,
    rPSActionR19AttrValUsrDef3Match    INTEGER,
    rPSActionR19AttrValUsrDef3         Unsigned32,
    rPSActionR19AttrValLCC1Match       INTEGER,
    rPSActionR19AttrValLCC1            Unsigned32,
    rPSActionR19AttrValLCC2Match       INTEGER,
    rPSActionR19AttrValLCC2            Unsigned32,
    rPSActionR19AttrValLCC3Match       INTEGER,
    rPSActionR19AttrValLCC3            Unsigned32,
    rPSActionR19AttrValLCC4Match       INTEGER,
    rPSActionR19AttrValLCC4            Unsigned32,
    rPSActionR19AttrValLCC5Match       INTEGER,
    rPSActionR19AttrValLCC5            Unsigned32,
    rPSActionR19AttrValUSCallTypeMatch INTEGER,
    rPSActionR19AttrValUSCallType      INTEGER,
    rPSActionR19AttrValUKCallTypeMatch INTEGER,
    rPSActionR19AttrValUKCallType      INTEGER,
    rPSActionR19AttrValCIPMatch        INTEGER,
    rPSActionR19AttrValCIP             Unsigned32,
    rPSActionR19AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR19InMediaType            INTEGER,
    rPSActionR19T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR19T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR19T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR19T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR19T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR19T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR19T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR19T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR19T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR19T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR19T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR19T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR19T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR19T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR19T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR19T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR19T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR19T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR19T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR19T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR19T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR19T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR19T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR19T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR19T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR19T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR19T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR19T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR19T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR19InMediaRemSigStack     INTEGER,
    rPSActionR19T4I1MediaChanNEConn    Unsigned32,
    rPSActionR19T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR19T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR19I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR19AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR19T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR19T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR19T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR19I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR19I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR19I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR19NumActCallPartyNumAct  DisplayString,
    rPSActionR19NumActChargeNumAct     DisplayString,
    rPSActionR19AttrValUsrDef4Match    INTEGER,
    rPSActionR19AttrValUsrDef4         Unsigned32,
    rPSActionR19AttrValUsrDef5Match    INTEGER,
    rPSActionR19AttrValUsrDef5         Unsigned32,
    rPSActionR19AttrValUsrDef6Match    INTEGER,
    rPSActionR19AttrValUsrDef6         Unsigned32,
    rPSActionR19AttrValUsrDef7Match    INTEGER,
    rPSActionR19AttrValUsrDef7         Unsigned32,
    rPSActionR19AttrValUsrDef8Match    INTEGER,
    rPSActionR19AttrValUsrDef8         Unsigned32,
    rPSActionR19AttrValUsrDef9Match    INTEGER,
    rPSActionR19AttrValUsrDef9         Unsigned32,
    rPSActionR19AttrValUsrDef10Match   INTEGER,
    rPSActionR19AttrValUsrDef10        Unsigned32,
    rPSActionR19AttrValUsrDef11Match   INTEGER,
    rPSActionR19AttrValUsrDef11        Unsigned32,
    rPSActionR19AttrValUsrDef12Match   INTEGER,
    rPSActionR19AttrValUsrDef12        Unsigned32,
    rPSActionR19AttrValUsrDef13Match   INTEGER,
    rPSActionR19AttrValUsrDef13        Unsigned32,
    rPSActionR19AttrValUsrDef14Match   INTEGER,
    rPSActionR19AttrValUsrDef14        Unsigned32,
    rPSActionR19AttrValUsrDef15Match   INTEGER,
    rPSActionR19AttrValUsrDef15        Unsigned32,
    rPSActionR19AttrValUsrDef16Match   INTEGER,
    rPSActionR19AttrValUsrDef16        Unsigned32,
    rPSActionR19AttrValUsrDef17Match   INTEGER,
    rPSActionR19AttrValUsrDef17        Unsigned32,
    rPSActionR19AttrValUsrDef18Match   INTEGER,
    rPSActionR19AttrValUsrDef18        Unsigned32,
    rPSActionR19AttrValUsrDef19Match   INTEGER,
    rPSActionR19AttrValUsrDef19        Unsigned32,
    rPSActionR19AttrValUsrDef20Match   INTEGER,
    rPSActionR19AttrValUsrDef20        Unsigned32,
    rPSActionR19AttrValLCC6Match       INTEGER,
    rPSActionR19AttrValLCC6            Unsigned32,
    rPSActionR19AttrValLCC7Match       INTEGER,
    rPSActionR19AttrValLCC7            Unsigned32,
    rPSActionR19AttrValLCC8Match       INTEGER,
    rPSActionR19AttrValLCC8            Unsigned32,
    rPSActionR19AttrValLCC9Match       INTEGER,
    rPSActionR19AttrValLCC9            Unsigned32,
    rPSActionR19AttrValLCC10Match      INTEGER,
    rPSActionR19AttrValLCC10           Unsigned32,
    rPSActionR19AttrValLCC11Match      INTEGER,
    rPSActionR19AttrValLCC11           Unsigned32,
    rPSActionR19AttrValLCC12Match      INTEGER,
    rPSActionR19AttrValLCC12           Unsigned32,
    rPSActionR19AttrValLCC13Match      INTEGER,
    rPSActionR19AttrValLCC13           Unsigned32,
    rPSActionR19AttrValLCC14Match      INTEGER,
    rPSActionR19AttrValLCC14           Unsigned32,
    rPSActionR19AttrValLCC15Match      INTEGER,
    rPSActionR19AttrValLCC15           Unsigned32,
    rPSActionR19AttrValLCC16Match      INTEGER,
    rPSActionR19AttrValLCC16           Unsigned32,
    rPSActionR19AttrValLCC17Match      INTEGER,
    rPSActionR19AttrValLCC17           Unsigned32,
    rPSActionR19AttrValLCC18Match      INTEGER,
    rPSActionR19AttrValLCC18           Unsigned32,
    rPSActionR19AttrValLCC19Match      INTEGER,
    rPSActionR19AttrValLCC19           Unsigned32,
    rPSActionR19AttrValLCC20Match      INTEGER,
    rPSActionR19AttrValLCC20           Unsigned32,
    rPSActionR19AttrValESAStatusMatch  INTEGER,
    rPSActionR19I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR19I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR19I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR19I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR19MaxCallDurn            Unsigned32,
    rPSActionR19InReleaseCauseMatch    INTEGER,
    rPSActionR19InReleaseCause         INTEGER,
    rPSActionR19OutQ850ReleaseCause    INTEGER,
    rPSActionR19BearerCapabilityMatch  INTEGER,
    rPSActionR19BearerCapability       BITS,
    rPSActionR19AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR19AttrValPriorityCall    INTEGER,
    rPSActionR19AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR19AttrValNetWdBGID       Unsigned32,
    rPSActionR19AttrValBGLnPrivMatch   INTEGER,
    rPSActionR19AttrValBGLnPriv        Unsigned32,
    rPSActionR19AttrValISwIBGCallMatch INTEGER,
    rPSActionR19AttrValISwIBGCall      INTEGER,
    rPSActionR19AttrValOTGpIDMatch     INTEGER,
    rPSActionR19AttrValOTGpID          DisplayString,
    rPSActionR19AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR19AttrValOrigTrCxt       DisplayString,
    rPSActionR19AttrValDTGpIDMatch     INTEGER,
    rPSActionR19AttrValDTGpID          DisplayString,
    rPSActionR19AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR19AttrValDestTrnkCxt     DisplayString,
    rPSActionR19OverrideCldAddrScope   INTEGER,
    rPSActionR19RequestCNAMDip         INTEGER,
    rPSActionR19T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR19T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR19T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR19DestTrnkGpID           DisplayString,
    rPSActionR19DestTrnkCxt            DisplayString,
    rPSActionR19GenericMatchType       INTEGER,
    rPSActionR19ClgPartyCats           BITS,
    rPSActionR19LowerPropDly           Unsigned32,
    rPSActionR19UpperPropDly           Unsigned32,
    rPSActionR19SatelliteInd           Unsigned32,
    rPSActionR19IsupPreference         BITS,
    rPSActionR19GermanNukkFsrMatchType INTEGER,
    rPSActionR19GermanNukkFsrInd       Unsigned32,
    rPSActionR19GermanNukkFszMatchType INTEGER,
    rPSActionR19GermanNukkFszInd       Unsigned32,
    rPSActionR19GermanNukkIcrMatchType INTEGER,
    rPSActionR19GermanNukkIcrInd       Unsigned32,
    rPSActionR19GermanNukkNcrMatchType INTEGER,
    rPSActionR19GermanNukkNcrInd       Unsigned32,
    rPSActionR19GermanNukkCnbMatchType INTEGER,
    rPSActionR19GermanNukkCnbInd       Unsigned32,
    rPSActionR19GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR19GermanNukkCustId       Unsigned32,
    rPSActionR19GermanNukkServMatchType
                                       INTEGER,
    rPSActionR19GermanNukkServ         Unsigned32,
    rPSActionR19GermanNsspFsmMatchType INTEGER,
    rPSActionR19GermanNsspFsmInd       Unsigned32,
    rPSActionR19GermanNsspNpfMatchType INTEGER,
    rPSActionR19GermanNsspNpfInd       Unsigned32,
    rPSActionR19GermanNsspTiMatchType  INTEGER,
    rPSActionR19GermanNsspTransitInd   Unsigned32,
    rPSActionR19GermanNsspServMatchType
                                       INTEGER,
    rPSActionR19GermanNsspServ         Unsigned32,
    rPSActionR19ENUMSuffix             DisplayString,
    rPSActionR19ENUMServers            DisplayString
  }

  rPSActionR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR19Entry  1 }

  rPSActionR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR19Entry  2 }

  rPSActionR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR19Entry  3 }

  rPSActionR19CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR19Entry  4 }

  rPSActionR19RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR19Entry  5 }

  rPSActionR19RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR19Entry  6 }

  rPSActionR19AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR19Entry  7 }

  rPSActionR19AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR19Entry  8 }

  rPSActionR19WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR19Entry  9 }

  rPSActionR19WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR19Entry  10 }

  rPSActionR19TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR19Entry  11 }

  rPSActionR19WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  12 }

  rPSActionR19ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR19Entry  13 }

  rPSActionR19Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR19Entry  14 }

  rPSActionR19T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  15 }

  rPSActionR19T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  16 }

  rPSActionR19T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  17 }

  rPSActionR19T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  18 }

  rPSActionR19T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  19 }

  rPSActionR19T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  20 }

  rPSActionR19T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  21 }

  rPSActionR19T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  22 }

  rPSActionR19T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  23 }

  rPSActionR19T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  24 }

  rPSActionR19T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  25 }

  rPSActionR19T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  26 }

  rPSActionR19I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR19Entry  27 }

  rPSActionR19I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR19Entry  28 }

  rPSActionR19I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR19Entry  29 }

  rPSActionR19I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR19Entry  30 }

  rPSActionR19I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR19Entry  31 }

  rPSActionR19ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR19Entry  32 }

  rPSActionR19T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  33 }

  rPSActionR19T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  34 }

  rPSActionR19AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR19Entry  35 }

  rPSActionR19AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR19Entry  36 }

  rPSActionR19RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR19Entry  37 }

  rPSActionR19CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR19Entry  38 }

  rPSActionR19MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR19Entry  39 }

  rPSActionR19MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR19Entry  40 }

  rPSActionR19MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR19Entry  41 }

  rPSActionR19MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR19Entry  42 }

  rPSActionR19CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR19Entry  43 }

  rPSActionR19CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR19Entry  44 }

  rPSActionR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR19Entry  50 }

  rPSActionR19OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR19Entry  51 }

  rPSActionR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR19Entry  52 }

  rPSActionR19AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR19Entry  53 }

  rPSActionR19AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR19Entry  54 }

  rPSActionR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR19Entry  55 }

  rPSActionR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR19Entry  56 }

  rPSActionR19TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR19Entry  57 }

  rPSActionR19TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR19Entry  58 }

  rPSActionR19TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR19Entry  59 }

  rPSActionR19TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR19Entry  60 }

  rPSActionR19TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR19Entry  61 }

  rPSActionR19TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR19Entry  62 }

  rPSActionR19TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR19Entry  63 }

  rPSActionR19TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR19Entry  64 }

  rPSActionR19TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR19Entry  65 }

  rPSActionR19TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR19Entry  66 }

  rPSActionR19TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR19Entry  67 }

  rPSActionR19TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR19Entry  68 }

  rPSActionR19TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR19Entry  69 }

  rPSActionR19SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR19Entry  71 }

  rPSActionR19NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR19Entry  83 }

  rPSActionR19Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR19Entry  104 }

  rPSActionR19AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  105 }

  rPSActionR19AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR19Entry  106 }

  rPSActionR19AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  107 }

  rPSActionR19T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  110 }

  rPSActionR19T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  111 }

  rPSActionR19T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  112 }

  rPSActionR19T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  113 }

  rPSActionR19T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  114 }

  rPSActionR19I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR19Entry  115 }

  rPSActionR19I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR19Entry  116 }

  rPSActionR19I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR19Entry  117 }

  rPSActionR19I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR19Entry  118 }

  rPSActionR19AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  119 }

  rPSActionR19AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  120 }

  rPSActionR19AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR19Entry  121 }

  rPSActionR19AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  122 }

  rPSActionR19AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR19Entry  123 }

  rPSActionR19AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  124 }

  rPSActionR19AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR19Entry  125 }

  rPSActionR19AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  126 }

  rPSActionR19AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR19Entry  127 }

  rPSActionR19AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  128 }

  rPSActionR19AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR19Entry  129 }

  rPSActionR19AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  130 }

  rPSActionR19AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR19Entry  131 }

  rPSActionR19AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  132 }

  rPSActionR19AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR19Entry  133 }

  rPSActionR19AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  134 }

  rPSActionR19AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR19Entry  135 }

  rPSActionR19AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  136 }

  rPSActionR19AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR19Entry  137 }

  rPSActionR19AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  138 }

  rPSActionR19AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR19Entry  139 }

  rPSActionR19AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  140 }

  rPSActionR19AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR19Entry  141 }

  rPSActionR19AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  142 }

  rPSActionR19AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR19Entry  143 }

  rPSActionR19AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  144 }

  rPSActionR19AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  145 }

  rPSActionR19AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  146 }

  rPSActionR19InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR19Entry  147 }

  rPSActionR19T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR19Entry  148 }

  rPSActionR19T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR19Entry  149 }

  rPSActionR19T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR19Entry  150 }

  rPSActionR19T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR19Entry  151 }

  rPSActionR19T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR19Entry  152 }

  rPSActionR19T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR19Entry  153 }

  rPSActionR19T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR19Entry  154 }

  rPSActionR19T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR19Entry  155 }

  rPSActionR19T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR19Entry  156 }

  rPSActionR19T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR19Entry  157 }

  rPSActionR19T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  158 }

  rPSActionR19T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  159 }

  rPSActionR19T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  160 }

  rPSActionR19T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  161 }

  rPSActionR19T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  162 }

  rPSActionR19T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR19Entry  163 }

  rPSActionR19T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  164 }

  rPSActionR19T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  165 }

  rPSActionR19T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  166 }

  rPSActionR19T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  167 }

  rPSActionR19T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  168 }

  rPSActionR19T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR19Entry  169 }

  rPSActionR19T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  170 }

  rPSActionR19T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  171 }

  rPSActionR19T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  172 }

  rPSActionR19T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  173 }

  rPSActionR19T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR19Entry  174 }

  rPSActionR19T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  175 }

  rPSActionR19T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  176 }

  rPSActionR19T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  177 }

  rPSActionR19T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  178 }

  rPSActionR19T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  179 }

  rPSActionR19InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR19Entry  180 }

  rPSActionR19T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  181 }

  rPSActionR19T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  182 }

  rPSActionR19T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR19Entry  183 }

  rPSActionR19I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR19Entry  184 }

  rPSActionR19AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  185 }

  rPSActionR19T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR19Entry  186 }

  rPSActionR19T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR19Entry  187 }

  rPSActionR19T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR19Entry  188 }

  rPSActionR19I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR19Entry  189 }

  rPSActionR19I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR19Entry  190 }

  rPSActionR19I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR19Entry  191 }

  rPSActionR19NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR19Entry  193 }

  rPSActionR19NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR19Entry  194 }

  rPSActionR19AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  195 }

  rPSActionR19AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR19Entry  196 }

  rPSActionR19AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  197 }

  rPSActionR19AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR19Entry  198 }

  rPSActionR19AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  199 }

  rPSActionR19AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR19Entry  200 }

  rPSActionR19AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  201 }

  rPSActionR19AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR19Entry  202 }

  rPSActionR19AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  203 }

  rPSActionR19AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR19Entry  204 }

  rPSActionR19AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  205 }

  rPSActionR19AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR19Entry  206 }

  rPSActionR19AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  207 }

  rPSActionR19AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR19Entry  208 }

  rPSActionR19AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  209 }

  rPSActionR19AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR19Entry  210 }

  rPSActionR19AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  211 }

  rPSActionR19AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR19Entry  212 }

  rPSActionR19AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  213 }

  rPSActionR19AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR19Entry  214 }

  rPSActionR19AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  215 }

  rPSActionR19AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR19Entry  216 }

  rPSActionR19AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  217 }

  rPSActionR19AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR19Entry  218 }

  rPSActionR19AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  219 }

  rPSActionR19AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR19Entry  220 }

  rPSActionR19AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  221 }

  rPSActionR19AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR19Entry  222 }

  rPSActionR19AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  223 }

  rPSActionR19AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR19Entry  224 }

  rPSActionR19AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  225 }

  rPSActionR19AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR19Entry  226 }

  rPSActionR19AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  227 }

  rPSActionR19AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR19Entry  228 }

  rPSActionR19AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  229 }

  rPSActionR19AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR19Entry  230 }

  rPSActionR19AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  231 }

  rPSActionR19AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR19Entry  232 }

  rPSActionR19AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  233 }

  rPSActionR19AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR19Entry  234 }

  rPSActionR19AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  235 }

  rPSActionR19AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR19Entry  236 }

  rPSActionR19AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  237 }

  rPSActionR19AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR19Entry  238 }

  rPSActionR19AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  239 }

  rPSActionR19AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR19Entry  240 }

  rPSActionR19AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  241 }

  rPSActionR19AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR19Entry  242 }

  rPSActionR19AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  243 }

  rPSActionR19AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR19Entry  244 }

  rPSActionR19AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  245 }

  rPSActionR19AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR19Entry  246 }

  rPSActionR19AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  247 }

  rPSActionR19AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR19Entry  248 }

  rPSActionR19AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  249 }

  rPSActionR19AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR19Entry  250 }

  rPSActionR19AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  251 }

  rPSActionR19AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR19Entry  252 }

  rPSActionR19AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  253 }

  rPSActionR19AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR19Entry  254 }

  rPSActionR19AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  255 }

  rPSActionR19AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR19Entry  256 }

  rPSActionR19AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  257 }

  rPSActionR19AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR19Entry  258 }

  rPSActionR19AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR19Entry  259 }

  rPSActionR19I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR19Entry  260 }

  rPSActionR19I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR19Entry  261 }

  rPSActionR19I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR19Entry  262 }

  rPSActionR19I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR19Entry  263 }

  rPSActionR19MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR19Entry  264 }

  rPSActionR19InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR19Entry  265 }

  rPSActionR19InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR19Entry  266 }

  rPSActionR19OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR19Entry  268 }

  rPSActionR19BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  269 }

  rPSActionR19BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR19Entry  270 }

  rPSActionR19AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  271 }

  rPSActionR19AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR19Entry  272 }

  rPSActionR19AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  273 }

  rPSActionR19AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR19Entry  274 }

  rPSActionR19AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  275 }

  rPSActionR19AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR19Entry  276 }

  rPSActionR19AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR19Entry  277 }

  rPSActionR19AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR19Entry  278 }

  rPSActionR19AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  279 }

  rPSActionR19AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR19Entry  280 }

  rPSActionR19AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  281 }

  rPSActionR19AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR19Entry  282 }

  rPSActionR19AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  283 }

  rPSActionR19AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR19Entry  284 }

  rPSActionR19AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR19Entry  285 }

  rPSActionR19AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR19Entry  286 }

  rPSActionR19OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR19Entry  287 }

  rPSActionR19RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR19Entry  288 }

  rPSActionR19T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR19Entry  289 }

  rPSActionR19T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR19Entry  290 }

  rPSActionR19T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR19Entry  291 }

  rPSActionR19DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR19Entry  292 }

  rPSActionR19DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR19Entry  293 }

  rPSActionR19GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR19Entry  294 }

  rPSActionR19ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR19Entry  295 }

  rPSActionR19LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  296 }

  rPSActionR19UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR19Entry  297 }

  rPSActionR19SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  298 }

  rPSActionR19IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR19Entry  299 }

  rPSActionR19GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  300 }

  rPSActionR19GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  301 }

  rPSActionR19GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  302 }

  rPSActionR19GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  303 }

  rPSActionR19GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  304 }

  rPSActionR19GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  305 }

  rPSActionR19GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  306 }

  rPSActionR19GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  307 }

  rPSActionR19GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  308 }

  rPSActionR19GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  309 }

  rPSActionR19GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  310 }

  rPSActionR19GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  311 }

  rPSActionR19GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  312 }

  rPSActionR19GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  313 }

  rPSActionR19GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  314 }

  rPSActionR19GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  315 }

  rPSActionR19GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  316 }

  rPSActionR19GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  317 }

  rPSActionR19GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  318 }

  rPSActionR19GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  319 }

  rPSActionR19GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR19Entry  320 }

  rPSActionR19GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR19Entry  321 }

  rPSActionR19ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR19Entry  322 }

  rPSActionR19ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR19Entry  323 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Multi Party Call Services'                          */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  perProfMultiPartyR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfMultiPartyR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1979 }

  perProfMultiPartyR4Entry OBJECT-TYPE
    SYNTAX       PerProfMultiPartyR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfMultiPartyR4NEConn,
             perProfMultiPartyR4NetwkElement,
             perProfMultiPartyR4CFSIx,
             perProfMultiPartyR4GpIx }
    ::= {  perProfMultiPartyR4Table  1  }

  PerProfMultiPartyR4Entry  ::=  SEQUENCE
  {
    perProfMultiPartyR4NEConn          Unsigned32,
    perProfMultiPartyR4NetwkElement    DisplayString,
    perProfMultiPartyR4CFSIx           Unsigned32,
    perProfMultiPartyR4GpIx            Unsigned32,
    perProfMultiPartyR4SDAct3WayClgSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDDef3WayClgSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDUseDef3WayClgSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDActCallXferSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDDefCallXferSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDUseDefCallXferSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDActTWCCTConfUSB
                                       INTEGER,
    perProfMultiPartyR4SDDefTWCCTConfUSB
                                       INTEGER,
    perProfMultiPartyR4SDUseDefTWCCTConfUSB
                                       INTEGER,
    perProfMultiPartyR4SDActCallHoldSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDDefCallHoldSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDUseDefCallHoldSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDActCWSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDDefCWSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDUseDefCWSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDActCWWithCIDSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDDefCWWithCIDSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDUseDefCWWithCIDSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDActHICSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDDefHICSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDUseDefHICSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDActHICDistRinging
                                       INTEGER,
    perProfMultiPartyR4SDDefHICDistRinging
                                       INTEGER,
    perProfMultiPartyR4SDUseDefHICDistRinging
                                       INTEGER,
    perProfMultiPartyR4SDActLSMSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDDefLSMSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDUseDefLSMSubscribed
                                       INTEGER,
    perProfMultiPartyR4SDActLSMMaxNumLines
                                       INTEGER,
    perProfMultiPartyR4SDDefLSMMaxNumLines
                                       INTEGER,
    perProfMultiPartyR4SDUseDefLSMMaxNumLines
                                       INTEGER,
    perProfMultiPartyR4SDActLSMMonitorDoNotDistStatus
                                       INTEGER,
    perProfMultiPartyR4SDDefLSMMonitorDoNotDistStatus
                                       INTEGER,
    perProfMultiPartyR4SDUseDefLSMMonitorDoNotDistStatus
                                       INTEGER
  }

  perProfMultiPartyR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfMultiPartyR4Entry  1 }

  perProfMultiPartyR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfMultiPartyR4Entry  2 }

  perProfMultiPartyR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfMultiPartyR4Entry  3 }

  perProfMultiPartyR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfMultiPartyR4Entry  4 }

  perProfMultiPartyR4SDAct3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  5 }

  perProfMultiPartyR4SDDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  6 }

  perProfMultiPartyR4SDUseDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  7 }

  perProfMultiPartyR4SDActCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  8 }

  perProfMultiPartyR4SDDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  9 }

  perProfMultiPartyR4SDUseDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  10 }

  perProfMultiPartyR4SDActTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  11 }

  perProfMultiPartyR4SDDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  12 }

  perProfMultiPartyR4SDUseDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  13 }

  perProfMultiPartyR4SDActCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  14 }

  perProfMultiPartyR4SDDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  15 }

  perProfMultiPartyR4SDUseDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  16 }

  perProfMultiPartyR4SDActCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  17 }

  perProfMultiPartyR4SDDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  18 }

  perProfMultiPartyR4SDUseDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  19 }

  perProfMultiPartyR4SDActCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  20 }

  perProfMultiPartyR4SDDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  21 }

  perProfMultiPartyR4SDUseDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  22 }

  perProfMultiPartyR4SDActHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  23 }

  perProfMultiPartyR4SDDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  24 }

  perProfMultiPartyR4SDUseDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  25 }

  perProfMultiPartyR4SDActHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  26 }

  perProfMultiPartyR4SDDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  27 }

  perProfMultiPartyR4SDUseDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  28 }

  perProfMultiPartyR4SDActLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  29 }

  perProfMultiPartyR4SDDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  30 }

  perProfMultiPartyR4SDUseDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  31 }

  perProfMultiPartyR4SDActLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  32 }

  perProfMultiPartyR4SDDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  33 }

  perProfMultiPartyR4SDUseDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  34 }

  perProfMultiPartyR4SDActLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  35 }

  perProfMultiPartyR4SDDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR4Entry  36 }

  perProfMultiPartyR4SDUseDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR4Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Party Call Services'                                  */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  bGLineMultiPartyR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineMultiPartyR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1981 }

  bGLineMultiPartyR6Entry OBJECT-TYPE
    SYNTAX       BGLineMultiPartyR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineMultiPartyR6NEConn,
             bGLineMultiPartyR6NetwkElement,
             bGLineMultiPartyR6CFSIx,
             bGLineMultiPartyR6GpIx,
             bGLineMultiPartyR6FirstDirNum,
             bGLineMultiPartyR6DirNum }
    ::= {  bGLineMultiPartyR6Table  1  }

  BGLineMultiPartyR6Entry  ::=  SEQUENCE
  {
    bGLineMultiPartyR6NEConn           Unsigned32,
    bGLineMultiPartyR6NetwkElement     DisplayString,
    bGLineMultiPartyR6CFSIx            Unsigned32,
    bGLineMultiPartyR6GpIx             Unsigned32,
    bGLineMultiPartyR6FirstDirNum      DisplayString,
    bGLineMultiPartyR6DirNum           DisplayString,
    bGLineMultiPartyR6SDAct3WayClgSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDDef3WayClgSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDUseDef3WayClgSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDActCWSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDDefCWSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefCWSubscribed
                                       INTEGER,
    bGLineMultiPartyR6CWEnabled        INTEGER,
    bGLineMultiPartyR6SDActCWWithCIDSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDDefCWWithCIDSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefCWWithCIDSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDActCallXferSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDDefCallXferSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefCallXferSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDActHICSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDDefHICSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefHICSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDActHICDistRinging
                                       INTEGER,
    bGLineMultiPartyR6SDDefHICDistRinging
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefHICDistRinging
                                       INTEGER,
    bGLineMultiPartyR6SDActCallHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDDefCallHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefCallHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDActTWCCTConfUSB
                                       INTEGER,
    bGLineMultiPartyR6SDDefTWCCTConfUSB
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefTWCCTConfUSB
                                       INTEGER,
    bGLineMultiPartyR6SDActLSMSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDDefLSMSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefLSMSubscribed
                                       INTEGER,
    bGLineMultiPartyR6SDActLSMMaxNumLines
                                       INTEGER,
    bGLineMultiPartyR6SDDefLSMMaxNumLines
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefLSMMaxNumLines
                                       INTEGER,
    bGLineMultiPartyR6LSMNumLines      Integer32,
    bGLineMultiPartyR6SDActLSMMonitorDoNotDistStatus
                                       INTEGER,
    bGLineMultiPartyR6SDDefLSMMonitorDoNotDistStatus
                                       INTEGER,
    bGLineMultiPartyR6SDUseDefLSMMonitorDoNotDistStatus
                                       INTEGER
  }

  bGLineMultiPartyR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineMultiPartyR6Entry  1 }

  bGLineMultiPartyR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineMultiPartyR6Entry  2 }

  bGLineMultiPartyR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineMultiPartyR6Entry  3 }

  bGLineMultiPartyR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineMultiPartyR6Entry  4 }

  bGLineMultiPartyR6FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineMultiPartyR6Entry  5 }

  bGLineMultiPartyR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineMultiPartyR6Entry  6 }

  bGLineMultiPartyR6SDAct3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  7 }

  bGLineMultiPartyR6SDDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  8 }

  bGLineMultiPartyR6SDUseDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  9 }

  bGLineMultiPartyR6SDActCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  10 }

  bGLineMultiPartyR6SDDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  11 }

  bGLineMultiPartyR6SDUseDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  12 }

  bGLineMultiPartyR6CWEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - Enabled'."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  13 }

  bGLineMultiPartyR6SDActCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  14 }

  bGLineMultiPartyR6SDDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  15 }

  bGLineMultiPartyR6SDUseDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  16 }

  bGLineMultiPartyR6SDActCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  17 }

  bGLineMultiPartyR6SDDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  18 }

  bGLineMultiPartyR6SDUseDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  19 }

  bGLineMultiPartyR6SDActHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  20 }

  bGLineMultiPartyR6SDDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  21 }

  bGLineMultiPartyR6SDUseDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  22 }

  bGLineMultiPartyR6SDActHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  23 }

  bGLineMultiPartyR6SDDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  24 }

  bGLineMultiPartyR6SDUseDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  25 }

  bGLineMultiPartyR6SDActCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  31 }

  bGLineMultiPartyR6SDDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  32 }

  bGLineMultiPartyR6SDUseDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  33 }

  bGLineMultiPartyR6SDActTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  34 }

  bGLineMultiPartyR6SDDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  35 }

  bGLineMultiPartyR6SDUseDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  36 }

  bGLineMultiPartyR6SDActLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  37 }

  bGLineMultiPartyR6SDDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  38 }

  bGLineMultiPartyR6SDUseDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  39 }

  bGLineMultiPartyR6SDActLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  40 }

  bGLineMultiPartyR6SDDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  41 }

  bGLineMultiPartyR6SDUseDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  42 }

  bGLineMultiPartyR6LSMNumLines OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - number of monitored lines'."
    ::= { bGLineMultiPartyR6Entry  43 }

  bGLineMultiPartyR6SDActLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  44 }

  bGLineMultiPartyR6SDDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR6Entry  45 }

  bGLineMultiPartyR6SDUseDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR6Entry  46 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Managed Device'                                             */
-- /* Valid from: 7.4                                                               */
-- /*********************************************************************************/

  managedDeviceR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ManagedDeviceR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  1982 }

  managedDeviceR2Entry OBJECT-TYPE
    SYNTAX       ManagedDeviceR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { managedDeviceR2NEConn,
             managedDeviceR2NetwkElement,
             managedDeviceR2CFSIx,
             managedDeviceR2GpIx,
             managedDeviceR2MACAddr }
    ::= {  managedDeviceR2Table  1  }

  ManagedDeviceR2Entry  ::=  SEQUENCE
  {
    managedDeviceR2NEConn              Unsigned32,
    managedDeviceR2NetwkElement        DisplayString,
    managedDeviceR2CFSIx               Unsigned32,
    managedDeviceR2GpIx                Unsigned32,
    managedDeviceR2MACAddr             DisplayString,
    managedDeviceR2Desc                DisplayString,
    managedDeviceR2DeviceModel         LongDisplayString,
    managedDeviceR2ExpansionMod1Model  LongDisplayString,
    managedDeviceR2ExpansionMod2Model  LongDisplayString,
    managedDeviceR2ExpansionMod3Model  LongDisplayString,
    managedDeviceR2AssignedToUser      INTEGER,
    managedDeviceR2UserDirNum          DisplayString,
    managedDeviceR2I1DepartmentNEConn  Unsigned32,
    managedDeviceR2I2DepartmentNetwkElement
                                       DisplayString,
    managedDeviceR2I3DepartmentCFSIx   Unsigned32,
    managedDeviceR2I4DepartmentGpIx    Unsigned32,
    managedDeviceR2I5DepartmentDepartmentIx
                                       Unsigned32,
    managedDeviceR2DepartmentOtherVals INTEGER,
    managedDeviceR2RowStatus           RowStatus,
    managedDeviceR2DelegatedManagementGp
                                       Integer32,
    managedDeviceR2DeviceVersion       INTEGER,
    managedDeviceR2MACTrustedUntil     Unsigned32,
    managedDeviceR2TimeAuthentication  Unsigned32
  }

  managedDeviceR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { managedDeviceR2Entry  1 }

  managedDeviceR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { managedDeviceR2Entry  2 }

  managedDeviceR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { managedDeviceR2Entry  3 }

  managedDeviceR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { managedDeviceR2Entry  4 }

  managedDeviceR2MACAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..17))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MAC address'.
                  This is an index field."
    ::= { managedDeviceR2Entry  5 }

  managedDeviceR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { managedDeviceR2Entry  6 }

  managedDeviceR2DeviceModel OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device model'."
    ::= { managedDeviceR2Entry  7 }

  managedDeviceR2ExpansionMod1Model OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expansion Module 1 model'."
    ::= { managedDeviceR2Entry  8 }

  managedDeviceR2ExpansionMod2Model OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expansion Module 2 model'."
    ::= { managedDeviceR2Entry  9 }

  managedDeviceR2ExpansionMod3Model OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expansion Module 3 model'."
    ::= { managedDeviceR2Entry  10 }

  managedDeviceR2AssignedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Assigned to user'."
    DEFVAL       { false }
    ::= { managedDeviceR2Entry  11 }

  managedDeviceR2UserDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User directory number'."
    ::= { managedDeviceR2Entry  12 }

  managedDeviceR2I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { managedDeviceR2Entry  13 }

  managedDeviceR2I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { managedDeviceR2Entry  14 }

  managedDeviceR2I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { managedDeviceR2Entry  15 }

  managedDeviceR2I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { managedDeviceR2Entry  16 }

  managedDeviceR2I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { managedDeviceR2Entry  17 }

  managedDeviceR2DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { managedDeviceR2Entry  18 }

  managedDeviceR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { managedDeviceR2Entry  19 }

  managedDeviceR2DelegatedManagementGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delegated Management Group'."
    ::= { managedDeviceR2Entry  21 }

  managedDeviceR2DeviceVersion OBJECT-TYPE
    SYNTAX       INTEGER {
                   one(1),
                   two(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device version'.
                  This field is only writable during create."
    DEFVAL       { one }
    ::= { managedDeviceR2Entry  22 }

  managedDeviceR2MACTrustedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MAC trusted until'."
    ::= { managedDeviceR2Entry  23 }

  managedDeviceR2TimeAuthentication OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of authentication'."
    ::= { managedDeviceR2Entry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Domain Name Services'                                       */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  dNSDNSR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DNSDNSR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1983 }

  dNSDNSR2Entry OBJECT-TYPE
    SYNTAX       DNSDNSR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dNSDNSR2NEConn,
             dNSDNSR2NetwkElement,
             dNSDNSR2SoftwareElementIx }
    ::= {  dNSDNSR2Table  1  }

  DNSDNSR2Entry  ::=  SEQUENCE
  {
    dNSDNSR2NEConn                     Unsigned32,
    dNSDNSR2NetwkElement               DisplayString,
    dNSDNSR2SoftwareElementIx          Unsigned32,
    dNSDNSR2MGCPNCSNameServerGpAlrmsAtndDp
                                       Unsigned32,
    dNSDNSR2MGCPNCSNameServerGpAlrmEvtsAtndDp
                                       Unsigned32,
    dNSDNSR2SummaryChldAlrmState       INTEGER,
    dNSDNSR2TotChldAlrmsAtndDp         Unsigned32,
    dNSDNSR2TotChldAlrmEvtsAtndDp      Unsigned32,
    dNSDNSR2SIPAndDiameterDNSCacheDefTimeToLive
                                       Unsigned32,
    dNSDNSR2SIPAndDiameterDNSCacheMinTimeToLive
                                       Unsigned32,
    dNSDNSR2SIPAndDiameterDNSCacheStaleCacheRetentionTime
                                       Unsigned32,
    dNSDNSR2SIPAndDiameterDNSCacheFaildQueryStorageTime
                                       Unsigned32,
    dNSDNSR2AlrmState                  INTEGER,
    dNSDNSR2StatisticsAlrms            Integer32,
    dNSDNSR2AlrmStateTimestamp         Unsigned32,
    dNSDNSR2AlrmEvtsAttnRqLogCorr      Counter64,
    dNSDNSR2AlrmEvtsAttnRq             Unsigned32,
    dNSDNSR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    dNSDNSR2DoExtraActions             INTEGER
  }

  dNSDNSR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dNSDNSR2Entry  1 }

  dNSDNSR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dNSDNSR2Entry  2 }

  dNSDNSR2SoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { dNSDNSR2Entry  3 }

  dNSDNSR2MGCPNCSNameServerGpAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCP / NCS Name Server Group Attend To Dependent alarms'."
    ::= { dNSDNSR2Entry  4 }

  dNSDNSR2MGCPNCSNameServerGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCP / NCS Name Server Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dNSDNSR2Entry  5 }

  dNSDNSR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dNSDNSR2Entry  6 }

  dNSDNSR2TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { dNSDNSR2Entry  7 }

  dNSDNSR2TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { dNSDNSR2Entry  8 }

  dNSDNSR2SIPAndDiameterDNSCacheDefTimeToLive OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..4147200 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - default time-to-live'."
    DEFVAL       { 86400 }
    ::= { dNSDNSR2Entry  9 }

  dNSDNSR2SIPAndDiameterDNSCacheMinTimeToLive OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - minimum time-to-live'."
    DEFVAL       { 300 }
    ::= { dNSDNSR2Entry  10 }

  dNSDNSR2SIPAndDiameterDNSCacheStaleCacheRetentionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - stale cache retention time'."
    DEFVAL       { 86400 }
    ::= { dNSDNSR2Entry  11 }

  dNSDNSR2SIPAndDiameterDNSCacheFaildQueryStorageTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - failed query storage time'."
    DEFVAL       { 300 }
    ::= { dNSDNSR2Entry  12 }

  dNSDNSR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dNSDNSR2Entry  13 }

  dNSDNSR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { dNSDNSR2Entry  14 }

  dNSDNSR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dNSDNSR2Entry  15 }

  dNSDNSR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { dNSDNSR2Entry  16 }

  dNSDNSR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dNSDNSR2Entry  17 }

  dNSDNSR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { dNSDNSR2Entry  18 }

  dNSDNSR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearDNSCache(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dNSDNSR2Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  besIPSubR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BesIPSubR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1984 }

  besIPSubR4Entry OBJECT-TYPE
    SYNTAX       BesIPSubR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { besIPSubR4NEConn,
             besIPSubR4NetwkElement,
             besIPSubR4SwitchIx,
             besIPSubR4InterfaceType,
             besIPSubR4EthernetPortIx,
             besIPSubR4SubnetworkIx }
    ::= {  besIPSubR4Table  1  }

  BesIPSubR4Entry  ::=  SEQUENCE
  {
    besIPSubR4NEConn                   Unsigned32,
    besIPSubR4NetwkElement             DisplayString,
    besIPSubR4SwitchIx                 Unsigned32,
    besIPSubR4InterfaceType            INTEGER,
    besIPSubR4EthernetPortIx           INTEGER,
    besIPSubR4SubnetworkIx             Unsigned32,
    besIPSubR4SubnetworkAddr           DisplayString,
    besIPSubR4DefRouterAddr            DisplayString,
    besIPSubR4VLAN                     LongDisplayString,
    besIPSubR4I1PortGpNEConn           Unsigned32,
    besIPSubR4I2PortGpNetwkElement     DisplayString,
    besIPSubR4I3PortGpSwitchIx         Unsigned32,
    besIPSubR4I4PortGpInterfaceType    INTEGER,
    besIPSubR4I5PortGpEthernetPortIx   INTEGER,
    besIPSubR4I6PortGpPortGpID         Unsigned32,
    besIPSubR4TrafficTypes             BITS,
    besIPSubR4AlrmState                INTEGER,
    besIPSubR4AlrmStateTimestamp       Unsigned32,
    besIPSubR4AlrmEvtsAttnRqLogCorr    Counter64,
    besIPSubR4AlrmEvtsAttnRq           Integer32,
    besIPSubR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    besIPSubR4ConTstSrcAddr            DisplayString,
    besIPSubR4ConTstSrcAddrPortA       DisplayString,
    besIPSubR4ConTstSrcAddrPortB       DisplayString,
    besIPSubR4ConTstTrgtAddr           DisplayString,
    besIPSubR4ConTstTrgtStatus         INTEGER,
    besIPSubR4ConnectivityTestEthernetTargetAddr
                                       DisplayString,
    besIPSubR4ConnTstEthTrgtSttsPrtA   INTEGER,
    besIPSubR4ConnTstEthTrgtSttsPrtB   INTEGER,
    besIPSubR4ConnTstPingTrgt1Addr     DisplayString,
    besIPSubR4ConnTstPingTrgt1Status   INTEGER,
    besIPSubR4ConTstTrgt2StatusPort2   INTEGER,
    besIPSubR4ConnTstPingTrgt2Addr     DisplayString,
    besIPSubR4ConnTstPingTrgt2Status   INTEGER,
    besIPSubR4ConTstTrgt3StatusPort2   INTEGER,
    besIPSubR4ConnectivityTestTestingMode
                                       INTEGER,
    besIPSubR4ConTstSrcAddrPingConnectivity
                                       DisplayString,
    besIPSubR4ConnTstPingTrgt3Addr     DisplayString,
    besIPSubR4ConnTstPingTrgt3Status   INTEGER,
    besIPSubR4InUse                    INTEGER
  }

  besIPSubR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { besIPSubR4Entry  1 }

  besIPSubR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { besIPSubR4Entry  2 }

  besIPSubR4SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { besIPSubR4Entry  3 }

  besIPSubR4InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { besIPSubR4Entry  4 }

  besIPSubR4EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { besIPSubR4Entry  5 }

  besIPSubR4SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { besIPSubR4Entry  6 }

  besIPSubR4SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { besIPSubR4Entry  7 }

  besIPSubR4DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { besIPSubR4Entry  8 }

  besIPSubR4VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { besIPSubR4Entry  9 }

  besIPSubR4I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR4Entry  10 }

  besIPSubR4I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR4Entry  11 }

  besIPSubR4I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR4Entry  12 }

  besIPSubR4I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR4Entry  13 }

  besIPSubR4I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR4Entry  14 }

  besIPSubR4I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR4Entry  15 }

  besIPSubR4TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { besIPSubR4Entry  16 }

  besIPSubR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { besIPSubR4Entry  17 }

  besIPSubR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { besIPSubR4Entry  18 }

  besIPSubR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { besIPSubR4Entry  19 }

  besIPSubR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { besIPSubR4Entry  20 }

  besIPSubR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { besIPSubR4Entry  21 }

  besIPSubR4ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { besIPSubR4Entry  22 }

  besIPSubR4ConTstSrcAddrPortA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port A)'."
    ::= { besIPSubR4Entry  23 }

  besIPSubR4ConTstSrcAddrPortB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port B)'."
    ::= { besIPSubR4Entry  24 }

  besIPSubR4ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { besIPSubR4Entry  25 }

  besIPSubR4ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { besIPSubR4Entry  26 }

  besIPSubR4ConnectivityTestEthernetTargetAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target address'."
    ::= { besIPSubR4Entry  27 }

  besIPSubR4ConnTstEthTrgtSttsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port A)'."
    ::= { besIPSubR4Entry  28 }

  besIPSubR4ConnTstEthTrgtSttsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port B)'."
    ::= { besIPSubR4Entry  29 }

  besIPSubR4ConnTstPingTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 address'."
    ::= { besIPSubR4Entry  30 }

  besIPSubR4ConnTstPingTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 status'."
    ::= { besIPSubR4Entry  31 }

  besIPSubR4ConTstTrgt2StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Port 2)'."
    ::= { besIPSubR4Entry  32 }

  besIPSubR4ConnTstPingTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 address'."
    ::= { besIPSubR4Entry  33 }

  besIPSubR4ConnTstPingTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 status'."
    ::= { besIPSubR4Entry  34 }

  besIPSubR4ConTstTrgt3StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Port 2)'."
    ::= { besIPSubR4Entry  35 }

  besIPSubR4ConnectivityTestTestingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   ethernet(1),
                   ethernetPing(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - testing mode'."
    ::= { besIPSubR4Entry  36 }

  besIPSubR4ConTstSrcAddrPingConnectivity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for ping connectivity)'."
    ::= { besIPSubR4Entry  37 }

  besIPSubR4ConnTstPingTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 address'."
    ::= { besIPSubR4Entry  38 }

  besIPSubR4ConnTstPingTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 status'."
    ::= { besIPSubR4Entry  39 }

  besIPSubR4InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { besIPSubR4Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  cesIPSubR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CesIPSubR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1985 }

  cesIPSubR3Entry OBJECT-TYPE
    SYNTAX       CesIPSubR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cesIPSubR3NEConn,
             cesIPSubR3NetwkElement,
             cesIPSubR3SwitchIx,
             cesIPSubR3InterfaceType,
             cesIPSubR3EthernetPortIx,
             cesIPSubR3SubnetworkIx }
    ::= {  cesIPSubR3Table  1  }

  CesIPSubR3Entry  ::=  SEQUENCE
  {
    cesIPSubR3NEConn                   Unsigned32,
    cesIPSubR3NetwkElement             DisplayString,
    cesIPSubR3SwitchIx                 Unsigned32,
    cesIPSubR3InterfaceType            INTEGER,
    cesIPSubR3EthernetPortIx           INTEGER,
    cesIPSubR3SubnetworkIx             Unsigned32,
    cesIPSubR3SubnetworkAddr           DisplayString,
    cesIPSubR3DefRouterAddr            DisplayString,
    cesIPSubR3VLAN                     LongDisplayString,
    cesIPSubR3I1PortGpNEConn           Unsigned32,
    cesIPSubR3I2PortGpNetwkElement     DisplayString,
    cesIPSubR3I3PortGpSwitchIx         Unsigned32,
    cesIPSubR3I4PortGpInterfaceType    INTEGER,
    cesIPSubR3I5PortGpEthernetPortIx   INTEGER,
    cesIPSubR3I6PortGpPortGpID         Unsigned32,
    cesIPSubR3TrafficTypes             BITS,
    cesIPSubR3AlrmState                INTEGER,
    cesIPSubR3AlrmStateTimestamp       Unsigned32,
    cesIPSubR3AlrmEvtsAttnRqLogCorr    Counter64,
    cesIPSubR3AlrmEvtsAttnRq           Integer32,
    cesIPSubR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cesIPSubR3ConTstSrcAddr            DisplayString,
    cesIPSubR3ConTstTrgtAddr           DisplayString,
    cesIPSubR3ConTstTrgtStatus         INTEGER,
    cesIPSubR3InUse                    INTEGER
  }

  cesIPSubR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cesIPSubR3Entry  1 }

  cesIPSubR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cesIPSubR3Entry  2 }

  cesIPSubR3SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { cesIPSubR3Entry  4 }

  cesIPSubR3InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { cesIPSubR3Entry  5 }

  cesIPSubR3EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { cesIPSubR3Entry  6 }

  cesIPSubR3SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { cesIPSubR3Entry  7 }

  cesIPSubR3SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { cesIPSubR3Entry  8 }

  cesIPSubR3DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { cesIPSubR3Entry  9 }

  cesIPSubR3VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { cesIPSubR3Entry  10 }

  cesIPSubR3I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR3Entry  11 }

  cesIPSubR3I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR3Entry  12 }

  cesIPSubR3I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR3Entry  13 }

  cesIPSubR3I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR3Entry  14 }

  cesIPSubR3I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR3Entry  15 }

  cesIPSubR3I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR3Entry  16 }

  cesIPSubR3TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { cesIPSubR3Entry  17 }

  cesIPSubR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cesIPSubR3Entry  18 }

  cesIPSubR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cesIPSubR3Entry  19 }

  cesIPSubR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cesIPSubR3Entry  20 }

  cesIPSubR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cesIPSubR3Entry  21 }

  cesIPSubR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cesIPSubR3Entry  22 }

  cesIPSubR3ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { cesIPSubR3Entry  23 }

  cesIPSubR3ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { cesIPSubR3Entry  24 }

  cesIPSubR3ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { cesIPSubR3Entry  25 }

  cesIPSubR3InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { cesIPSubR3Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SNMP Alarm Notification Destination'                        */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  sNMPAlarmDestR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SNMPAlarmDestR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1986 }

  sNMPAlarmDestR1Entry OBJECT-TYPE
    SYNTAX       SNMPAlarmDestR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sNMPAlarmDestR1EMSIx,
             sNMPAlarmDestR1EMSNodeName,
             sNMPAlarmDestR1SNMPAlrmDestIx }
    ::= {  sNMPAlarmDestR1Table  1  }

  SNMPAlarmDestR1Entry  ::=  SEQUENCE
  {
    sNMPAlarmDestR1EMSIx               Unsigned32,
    sNMPAlarmDestR1EMSNodeName         DisplayString,
    sNMPAlarmDestR1SNMPAlrmDestIx      Integer32,
    sNMPAlarmDestR1SNMPAlrmDestDesc    DisplayString,
    sNMPAlarmDestR1SNMPAlrmNotifsNotifType
                                       INTEGER,
    sNMPAlarmDestR1SNMPAlNtfDstAddr    Integer32,
    sNMPAlarmDestR1SNMPAlNtfDstPort    INTEGER,
    sNMPAlarmDestR1SNMPAlrmNotifsSourcePort
                                       INTEGER,
    sNMPAlarmDestR1SNMPAlrmNotifsCommunity
                                       DisplayString,
    sNMPAlarmDestR1DoExtraActions      INTEGER,
    sNMPAlarmDestR1RowStatus           RowStatus,
    sNMPAlarmDestR1SNMPAlrmNotifsReductionInSeveritySecondaryAlrms
                                       INTEGER,
    sNMPAlarmDestR1FltrSndAlrmsThisSeverityAndAbove
                                       INTEGER,
    sNMPAlarmDestR1FltrSndAlrmsUnknownSeverity
                                       INTEGER,
    sNMPAlarmDestR1ShortTrapsSendShortTraps
                                       INTEGER,
    sNMPAlarmDestR1ShortTrapsDescFieldSize
                                       INTEGER,
    sNMPAlarmDestR1FilteringSendCollectiveAlrms
                                       INTEGER,
    sNMPAlarmDestR1SnmpVersion         INTEGER,
    sNMPAlarmDestR1Username            DisplayString,
    sNMPAlarmDestR1AuthenticationProt  INTEGER,
    sNMPAlarmDestR1AuthenticationPassword
                                       DisplayString,
    sNMPAlarmDestR1EncryptionProt      INTEGER,
    sNMPAlarmDestR1EncryptionPassword  DisplayString
  }

  sNMPAlarmDestR1EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { sNMPAlarmDestR1Entry  1 }

  sNMPAlarmDestR1EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { sNMPAlarmDestR1Entry  2 }

  sNMPAlarmDestR1SNMPAlrmDestIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP Alarm Dest Index'.
                  This is an index field."
    ::= { sNMPAlarmDestR1Entry  3 }

  sNMPAlarmDestR1SNMPAlrmDestDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sNMPAlarmDestR1Entry  4 }

  sNMPAlarmDestR1SNMPAlrmNotifsNotifType OBJECT-TYPE
    SYNTAX       INTEGER {
                   inform(1),
                   trap(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Notification type'.
                  This field is not writable when active."
    DEFVAL       { inform }
    ::= { sNMPAlarmDestR1Entry  5 }

  sNMPAlarmDestR1SNMPAlNtfDstAddr OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination address'.
                  This field is not writable when active."
    ::= { sNMPAlarmDestR1Entry  6 }

  sNMPAlarmDestR1SNMPAlNtfDstPort OBJECT-TYPE
    SYNTAX       INTEGER ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination port'.
                  This field is not writable when active."
    DEFVAL       { 162 }
    ::= { sNMPAlarmDestR1Entry  7 }

  sNMPAlarmDestR1SNMPAlrmNotifsSourcePort OBJECT-TYPE
    SYNTAX       INTEGER ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source port (first of 5)'.
                  This field is not writable when active."
    DEFVAL       { 162 }
    ::= { sNMPAlarmDestR1Entry  8 }

  sNMPAlarmDestR1SNMPAlrmNotifsCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Community'.
                  This field is not writable when active."
    DEFVAL       { "public" }
    ::= { sNMPAlarmDestR1Entry  9 }

  sNMPAlarmDestR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sendAllSNMPNotifications(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sNMPAlarmDestR1Entry  10 }

  sNMPAlarmDestR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sNMPAlarmDestR1Entry  11 }

  sNMPAlarmDestR1SNMPAlrmNotifsReductionInSeveritySecondaryAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   noReduction(0),
                   oneLevel10(10),
                   twoLevels20(20),
                   threeLevels30(30)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SNMP Alarm Notifications - reduction in severity for secondary alarms'.
                  This field is not writable when active."
    DEFVAL       { twoLevels20 }
    ::= { sNMPAlarmDestR1Entry  12 }

  sNMPAlarmDestR1FltrSndAlrmsThisSeverityAndAbove OBJECT-TYPE
    SYNTAX       INTEGER {
                   critical90(90),
                   major80(80),
                   minor70(70),
                   informational0(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Filtering - send alarms of this severity and above'.
                  This field is not writable when active."
    DEFVAL       { informational0 }
    ::= { sNMPAlarmDestR1Entry  13 }

  sNMPAlarmDestR1FltrSndAlrmsUnknownSeverity OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Filtering - send alarms of unknown severity'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { sNMPAlarmDestR1Entry  14 }

  sNMPAlarmDestR1ShortTrapsSendShortTraps OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send short alarm notifications'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sNMPAlarmDestR1Entry  15 }

  sNMPAlarmDestR1ShortTrapsDescFieldSize OBJECT-TYPE
    SYNTAX       INTEGER ( 0..4096 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum description field size'.
                  This field is not writable when active."
    DEFVAL       { 200 }
    ::= { sNMPAlarmDestR1Entry  16 }

  sNMPAlarmDestR1FilteringSendCollectiveAlrms OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Filtering - send collective alarms'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { sNMPAlarmDestR1Entry  17 }

  sNMPAlarmDestR1SnmpVersion OBJECT-TYPE
    SYNTAX       INTEGER {
                   sNMPv2c(2),
                   sNMPv3(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP Version'.
                  This field is not writable when active."
    DEFVAL       { sNMPv2c }
    ::= { sNMPAlarmDestR1Entry  18 }

  sNMPAlarmDestR1Username OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Username'.
                  This field is not writable when active."
    ::= { sNMPAlarmDestR1Entry  19 }

  sNMPAlarmDestR1AuthenticationProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   mD5(1),
                   sHA(2),
                   sHA256(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication Protocol'.
                  This field is not writable when active."
    DEFVAL       { mD5 }
    ::= { sNMPAlarmDestR1Entry  20 }

  sNMPAlarmDestR1AuthenticationPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication Password'.
                  This field is not writable when active."
    ::= { sNMPAlarmDestR1Entry  21 }

  sNMPAlarmDestR1EncryptionProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   dES(1),
                   aES(2),
                   tripleDES(3),
                   aES192(4),
                   aES256(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Encryption Protocol'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { sNMPAlarmDestR1Entry  22 }

  sNMPAlarmDestR1EncryptionPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Encryption Password'.
                  This field is not writable when active."
    ::= { sNMPAlarmDestR1Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IUA Cross Connect'                                          */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  iUACrConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IUACrConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Cross Connects'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1987 }

  iUACrConnEntry OBJECT-TYPE
    SYNTAX       IUACrConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iUACrConnNEConn,
             iUACrConnNetwkElement,
             iUACrConnMediaGatewayIx,
             iUACrConnLAPDPortIx,
             iUACrConnIUACCIx }
    ::= {  iUACrConnTable  1  }

  IUACrConnEntry  ::=  SEQUENCE
  {
    iUACrConnNEConn                    Unsigned32,
    iUACrConnNetwkElement              DisplayString,
    iUACrConnMediaGatewayIx            Unsigned32,
    iUACrConnLAPDPortIx                Integer32,
    iUACrConnIUACCIx                   INTEGER,
    iUACrConnName                      DisplayString,
    iUACrConnI1DChanDS0NEConn          Unsigned32,
    iUACrConnI2DChanDS0NetwkElement    DisplayString,
    iUACrConnI3DChanDS0MediaGatewayIx  Unsigned32,
    iUACrConnI4DChanDS0CarrIx          Unsigned32,
    iUACrConnI5DChanDS0Timeslot        Integer32,
    iUACrConnIUAID                     Unsigned32,
    iUACrConnUsage                     INTEGER,
    iUACrConnAlrmState                 INTEGER,
    iUACrConnAlrmStateTimestamp        Unsigned32,
    iUACrConnAlrmEvtsAttnRqLogCorr     Counter64,
    iUACrConnAlrmEvtsAttnRq            Integer32,
    iUACrConnAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iUACrConnAlrmEvtsAtndDpLogCorr     Counter64,
    iUACrConnAlrmEvtsAtndDp            Integer32,
    iUACrConnAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iUACrConnDiagsLogLvl               INTEGER,
    iUACrConnDiagsAPITraceEnabled      INTEGER,
    iUACrConnDiagsAPITraceTag          DisplayString,
    iUACrConnRowStatus                 RowStatus,
    iUACrConnAdminStatus               AdminStatus,
    iUACrConnOperStatus                OperStatus
  }

  iUACrConnNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iUACrConnEntry  1 }

  iUACrConnNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iUACrConnEntry  2 }

  iUACrConnMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iUACrConnEntry  3 }

  iUACrConnLAPDPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LAPD port index'.
                  This is an index field."
    ::= { iUACrConnEntry  4 }

  iUACrConnIUACCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..719 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IUA Cross Connect index'.
                  This is an index field."
    ::= { iUACrConnEntry  5 }

  iUACrConnName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iUACrConnEntry  6 }

  iUACrConnI1DChanDS0NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'D-Channel DS0',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { iUACrConnEntry  7 }

  iUACrConnI2DChanDS0NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'D-Channel DS0',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { iUACrConnEntry  8 }

  iUACrConnI3DChanDS0MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'D-Channel DS0',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { iUACrConnEntry  9 }

  iUACrConnI4DChanDS0CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'D-Channel DS0',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { iUACrConnEntry  10 }

  iUACrConnI5DChanDS0Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'D-Channel DS0',
                  This field represents index 'Timeslot'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { iUACrConnEntry  11 }

  iUACrConnIUAID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IUA ID'.
                  This field is not writable when active."
    ::= { iUACrConnEntry  12 }

  iUACrConnUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkSide(1),
                   userSide(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is not writable when active."
    DEFVAL       { networkSide }
    ::= { iUACrConnEntry  13 }

  iUACrConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iUACrConnEntry  14 }

  iUACrConnAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iUACrConnEntry  15 }

  iUACrConnAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iUACrConnEntry  16 }

  iUACrConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iUACrConnEntry  17 }

  iUACrConnAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iUACrConnEntry  18 }

  iUACrConnAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iUACrConnEntry  19 }

  iUACrConnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iUACrConnEntry  20 }

  iUACrConnAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iUACrConnEntry  21 }

  iUACrConnDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iUACrConnEntry  22 }

  iUACrConnDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iUACrConnEntry  23 }

  iUACrConnDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iUACrConnEntry  24 }

  iUACrConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iUACrConnEntry  25 }

  iUACrConnAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iUACrConnEntry  26 }

  iUACrConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iUACrConnEntry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Remote Application Server'                             */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  m3UARemASTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UARemASEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1988 }

  m3UARemASEntry OBJECT-TYPE
    SYNTAX       M3UARemASEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UARemASNEConn,
             m3UARemASNetwkElement,
             m3UARemASSigPointID,
             m3UARemASASIx }
    ::= {  m3UARemASTable  1  }

  M3UARemASEntry  ::=  SEQUENCE
  {
    m3UARemASNEConn                    Unsigned32,
    m3UARemASNetwkElement              DisplayString,
    m3UARemASSigPointID                Unsigned32,
    m3UARemASASIx                      Unsigned32,
    m3UARemASDesc                      DisplayString,
    m3UARemASRtgCxt                    Unsigned32,
    m3UARemASUseRtgCxtInSig            INTEGER,
    m3UARemASUseNetwkAppearance        INTEGER,
    m3UARemASNetwkAppearance           Unsigned32,
    m3UARemASMatchOnServIndicators     INTEGER,
    m3UARemASServIndicators            BITS,
    m3UARemASTrafficMode               INTEGER,
    m3UARemASASState                   INTEGER,
    m3UARemASAlrmState                 INTEGER,
    m3UARemASAlrmStateTimestamp        Unsigned32,
    m3UARemASAlrmEvtsAttnRqLogCorr     Counter64,
    m3UARemASAlrmEvtsAttnRq            Unsigned32,
    m3UARemASAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    m3UARemASAlrmEvtsAtndDpLogCorr     Counter64,
    m3UARemASAlrmEvtsAtndDp            Unsigned32,
    m3UARemASAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    m3UARemASDiagsLogLvl               INTEGER,
    m3UARemASRowStatus                 RowStatus,
    m3UARemASAdminStatus               AdminStatus,
    m3UARemASOperStatus                OperStatus
  }

  m3UARemASNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UARemASEntry  1 }

  m3UARemASNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UARemASEntry  2 }

  m3UARemASSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { m3UARemASEntry  3 }

  m3UARemASASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AS index'.
                  This is an index field."
    ::= { m3UARemASEntry  4 }

  m3UARemASDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { m3UARemASEntry  5 }

  m3UARemASRtgCxt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing context'.
                  This field is not writable when active."
    ::= { m3UARemASEntry  6 }

  m3UARemASUseRtgCxtInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use routing context in signaling'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { m3UARemASEntry  7 }

  m3UARemASUseNetwkAppearance OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use network appearance'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { m3UARemASEntry  8 }

  m3UARemASNetwkAppearance OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network appearance'.
                  This field is not writable when active."
    ::= { m3UARemASEntry  9 }

  m3UARemASMatchOnServIndicators OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match on service indicators'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { m3UARemASEntry  10 }

  m3UARemASServIndicators OBJECT-TYPE
    SYNTAX       BITS {
                   m3sgSiSigNetMgmt(0),
                   m3sgSiSigNetTest(1),
                   m3sgSiSigNetTestSpcial(2),
                   sCCP(3),
                   tUP(4),
                   iSUP(5),
                   dUPCallCircuitRelated(6),
                   dUPFacilityRegistrationCancellation(7),
                   mTPTesting(8),
                   broadbandISUP(9),
                   satelliteISUP(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service indicators'.
                  This field is not writable when active."
    ::= { m3UARemASEntry  11 }

  m3UARemASTrafficMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   override(1),
                   loadshare(2),
                   broadcast(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic mode'.
                  This field is not writable when active."
    DEFVAL       { override }
    ::= { m3UARemASEntry  12 }

  m3UARemASASState OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AS state'."
    ::= { m3UARemASEntry  13 }

  m3UARemASAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { m3UARemASEntry  14 }

  m3UARemASAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { m3UARemASEntry  15 }

  m3UARemASAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { m3UARemASEntry  16 }

  m3UARemASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARemASEntry  17 }

  m3UARemASAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { m3UARemASEntry  18 }

  m3UARemASAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { m3UARemASEntry  19 }

  m3UARemASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARemASEntry  20 }

  m3UARemASAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { m3UARemASEntry  21 }

  m3UARemASDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UARemASEntry  22 }

  m3UARemASRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UARemASEntry  23 }

  m3UARemASAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARemASEntry  24 }

  m3UARemASOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARemASEntry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Remote ASP'                                            */
-- /* Valid from: 8.2                                                               */
-- /*********************************************************************************/

  m3UARemASPTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UARemASPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  1989 }

  m3UARemASPEntry OBJECT-TYPE
    SYNTAX       M3UARemASPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UARemASPNEConn,
             m3UARemASPNetwkElement,
             m3UARemASPRemIPAddr,
             m3UARemASPRemPortNum,
             m3UARemASPLocalPortNum }
    ::= {  m3UARemASPTable  1  }

  M3UARemASPEntry  ::=  SEQUENCE
  {
    m3UARemASPNEConn                   Unsigned32,
    m3UARemASPNetwkElement             DisplayString,
    m3UARemASPDesc                     DisplayString,
    m3UARemASPRemIPAddr                DisplayString,
    m3UARemASPRemPortNum               Unsigned32,
    m3UARemASPLocalPortNum             INTEGER,
    m3UARemASPI1AssociatedASNEConn     Unsigned32,
    m3UARemASPI2AssociatedASNetwkElement
                                       DisplayString,
    m3UARemASPI3AssociatedASSigPointID Unsigned32,
    m3UARemASPI4AssociatedASASIx       Unsigned32,
    m3UARemASPASPState                 INTEGER,
    m3UARemASPAlrmState                INTEGER,
    m3UARemASPStatisticsAlrms          Integer32,
    m3UARemASPAlrmStateTimestamp       Unsigned32,
    m3UARemASPAlrmEvtsAttnRqLogCorr    Counter64,
    m3UARemASPAlrmEvtsAttnRq           Unsigned32,
    m3UARemASPAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    m3UARemASPAlrmEvtsAtndDpLogCorr    Counter64,
    m3UARemASPAlrmEvtsAtndDp           Unsigned32,
    m3UARemASPAlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    m3UARemASPDiagsLogLvl              INTEGER,
    m3UARemASPDiagsAPITraceEnabled     INTEGER,
    m3UARemASPDiagsAPITraceTag         DisplayString,
    m3UARemASPRowStatus                RowStatus,
    m3UARemASPAdminStatus              AdminStatus,
    m3UARemASPOperStatus               OperStatus
  }

  m3UARemASPNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UARemASPEntry  1 }

  m3UARemASPNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UARemASPEntry  2 }

  m3UARemASPDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { m3UARemASPEntry  3 }

  m3UARemASPRemIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote IP address'.
                  This is an index field."
    ::= { m3UARemASPEntry  4 }

  m3UARemASPRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote port number'.
                  This is an index field."
    DEFVAL       { 2905 }
    ::= { m3UARemASPEntry  5 }

  m3UARemASPLocalPortNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   twoThousandNineHundredAndFive(2905),
                   fiftyTwoThousandAndOne(52001),
                   fiftyTwoThousandAndTwo(52002),
                   fiftyTwoThousandAndThree(52003),
                   fiftyTwoThousandAndFour(52004),
                   fiftyTwoThousandAndFive(52005),
                   fiftyTwoThousandAndSix(52006),
                   fiftyTwoThousandAndSeven(52007),
                   fiftyTwoThousandAndEight(52008),
                   fiftyTwoThousandAndNine(52009),
                   fiftyTwoThousandAndTen(52010),
                   fiftyTwoThousandAndEleven(52011),
                   fiftyTwoThousandAndTwelve(52012),
                   fiftyTwoThousandAndThirteen(52013),
                   fiftyTwoThousandAndFourteen(52014),
                   fiftyTwoThousandAndFifteen(52015),
                   fiftyTwoThousandAndSixteen(52016),
                   fiftyTwoThousandAndSeventeen(52017),
                   fiftyTwoThousandAndEighteen(52018),
                   fiftyTwoThousandAndNineteen(52019),
                   fiftyTwoThousandAndTwenty(52020)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port number'.
                  This is an index field."
    DEFVAL       { twoThousandNineHundredAndFive }
    ::= { m3UARemASPEntry  6 }

  m3UARemASPI1AssociatedASNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated AS',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOM3UARemoteApplicationServerSE'."
    ::= { m3UARemASPEntry  7 }

  m3UARemASPI2AssociatedASNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated AS',
                  This field represents index 'Network Element'
                  in referenced type 'BOOM3UARemoteApplicationServerSE'."
    ::= { m3UARemASPEntry  8 }

  m3UARemASPI3AssociatedASSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated AS',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOM3UARemoteApplicationServerSE'."
    ::= { m3UARemASPEntry  9 }

  m3UARemASPI4AssociatedASASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated AS',
                  This field represents index 'AS index'
                  in referenced type 'BOOM3UARemoteApplicationServerSE'."
    ::= { m3UARemASPEntry  10 }

  m3UARemASPASPState OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConnected(1),
                   sCTPEstablished(2),
                   up(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ASP state'."
    ::= { m3UARemASPEntry  11 }

  m3UARemASPAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { m3UARemASPEntry  12 }

  m3UARemASPStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { m3UARemASPEntry  13 }

  m3UARemASPAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { m3UARemASPEntry  14 }

  m3UARemASPAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { m3UARemASPEntry  15 }

  m3UARemASPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARemASPEntry  16 }

  m3UARemASPAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { m3UARemASPEntry  17 }

  m3UARemASPAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { m3UARemASPEntry  18 }

  m3UARemASPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARemASPEntry  19 }

  m3UARemASPAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { m3UARemASPEntry  20 }

  m3UARemASPDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UARemASPEntry  21 }

  m3UARemASPDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { m3UARemASPEntry  22 }

  m3UARemASPDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { m3UARemASPEntry  23 }

  m3UARemASPRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UARemASPEntry  24 }

  m3UARemASPAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARemASPEntry  25 }

  m3UARemASPOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARemASPEntry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  sysIPSubR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3500 / MG3500'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1990 }

  sysIPSubR5Entry OBJECT-TYPE
    SYNTAX       SysIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysIPSubR5NEConn,
             sysIPSubR5NetwkElement,
             sysIPSubR5CtrlerIx,
             sysIPSubR5InterfaceType,
             sysIPSubR5EthernetPortIx,
             sysIPSubR5SubnetworkIx }
    ::= {  sysIPSubR5Table  1  }

  SysIPSubR5Entry  ::=  SEQUENCE
  {
    sysIPSubR5NEConn                   Unsigned32,
    sysIPSubR5NetwkElement             DisplayString,
    sysIPSubR5CtrlerIx                 Unsigned32,
    sysIPSubR5InterfaceType            INTEGER,
    sysIPSubR5EthernetPortIx           INTEGER,
    sysIPSubR5SubnetworkIx             Unsigned32,
    sysIPSubR5SubnetworkAddr           DisplayString,
    sysIPSubR5DefRouterAddr            DisplayString,
    sysIPSubR5VLAN                     LongDisplayString,
    sysIPSubR5TrafficTypes             BITS,
    sysIPSubR5AlrmState                INTEGER,
    sysIPSubR5AlrmStateTimestamp       Unsigned32,
    sysIPSubR5AlrmEvtsAttnRqLogCorr    Counter64,
    sysIPSubR5AlrmEvtsAttnRq           Integer32,
    sysIPSubR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysIPSubR5ConTstSrcAddrA           DisplayString,
    sysIPSubR5ConTstSrcAddrB           DisplayString,
    sysIPSubR5ConTstTrgt1Addr          DisplayString,
    sysIPSubR5ConTstTrgt1SCA           INTEGER,
    sysIPSubR5ConTstTrgt1SCB           INTEGER,
    sysIPSubR5ConTstTrgt2Addr          DisplayString,
    sysIPSubR5ConTstTrgt2SCA           INTEGER,
    sysIPSubR5ConTstTrgt2SCB           INTEGER,
    sysIPSubR5ConTstTrgt3Addr          DisplayString,
    sysIPSubR5ConTstTrgt3SCA           INTEGER,
    sysIPSubR5ConTstTrgt3SCB           INTEGER
  }

  sysIPSubR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysIPSubR5Entry  1 }

  sysIPSubR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysIPSubR5Entry  2 }

  sysIPSubR5CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysIPSubR5Entry  3 }

  sysIPSubR5InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysIPSubR5Entry  4 }

  sysIPSubR5EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysIPSubR5Entry  5 }

  sysIPSubR5SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysIPSubR5Entry  6 }

  sysIPSubR5SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysIPSubR5Entry  7 }

  sysIPSubR5DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysIPSubR5Entry  8 }

  sysIPSubR5VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysIPSubR5Entry  9 }

  sysIPSubR5TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysIPSubR5Entry  10 }

  sysIPSubR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysIPSubR5Entry  11 }

  sysIPSubR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysIPSubR5Entry  12 }

  sysIPSubR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysIPSubR5Entry  13 }

  sysIPSubR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysIPSubR5Entry  14 }

  sysIPSubR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysIPSubR5Entry  15 }

  sysIPSubR5ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysIPSubR5Entry  16 }

  sysIPSubR5ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysIPSubR5Entry  17 }

  sysIPSubR5ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysIPSubR5Entry  18 }

  sysIPSubR5ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysIPSubR5Entry  19 }

  sysIPSubR5ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysIPSubR5Entry  20 }

  sysIPSubR5ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysIPSubR5Entry  21 }

  sysIPSubR5ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysIPSubR5Entry  22 }

  sysIPSubR5ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysIPSubR5Entry  23 }

  sysIPSubR5ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysIPSubR5Entry  24 }

  sysIPSubR5ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysIPSubR5Entry  25 }

  sysIPSubR5ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysIPSubR5Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  sysPTIIPSubR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysPTIIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3510 / MG3510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1991 }

  sysPTIIPSubR5Entry OBJECT-TYPE
    SYNTAX       SysPTIIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysPTIIPSubR5NEConn,
             sysPTIIPSubR5NetwkElement,
             sysPTIIPSubR5CtrlerIx,
             sysPTIIPSubR5InterfaceType,
             sysPTIIPSubR5EthernetPortIx,
             sysPTIIPSubR5SubnetworkIx }
    ::= {  sysPTIIPSubR5Table  1  }

  SysPTIIPSubR5Entry  ::=  SEQUENCE
  {
    sysPTIIPSubR5NEConn                Unsigned32,
    sysPTIIPSubR5NetwkElement          DisplayString,
    sysPTIIPSubR5CtrlerIx              Unsigned32,
    sysPTIIPSubR5InterfaceType         INTEGER,
    sysPTIIPSubR5EthernetPortIx        INTEGER,
    sysPTIIPSubR5SubnetworkIx          Unsigned32,
    sysPTIIPSubR5SubnetworkAddr        DisplayString,
    sysPTIIPSubR5DefRouterAddr         DisplayString,
    sysPTIIPSubR5VLAN                  LongDisplayString,
    sysPTIIPSubR5TrafficTypes          BITS,
    sysPTIIPSubR5AlrmState             INTEGER,
    sysPTIIPSubR5AlrmStateTimestamp    Unsigned32,
    sysPTIIPSubR5AlrmEvtsAttnRqLogCorr Counter64,
    sysPTIIPSubR5AlrmEvtsAttnRq        Integer32,
    sysPTIIPSubR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysPTIIPSubR5ConTstSrcAddrA        DisplayString,
    sysPTIIPSubR5ConTstSrcAddrB        DisplayString,
    sysPTIIPSubR5ConTstTrgt1Addr       DisplayString,
    sysPTIIPSubR5ConTstTrgt1SCA        INTEGER,
    sysPTIIPSubR5ConTstTrgt1SCB        INTEGER,
    sysPTIIPSubR5ConTstTrgt2Addr       DisplayString,
    sysPTIIPSubR5ConTstTrgt2SCA        INTEGER,
    sysPTIIPSubR5ConTstTrgt2SCB        INTEGER,
    sysPTIIPSubR5ConTstTrgt3Addr       DisplayString,
    sysPTIIPSubR5ConTstTrgt3SCA        INTEGER,
    sysPTIIPSubR5ConTstTrgt3SCB        INTEGER
  }

  sysPTIIPSubR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysPTIIPSubR5Entry  1 }

  sysPTIIPSubR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysPTIIPSubR5Entry  2 }

  sysPTIIPSubR5CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysPTIIPSubR5Entry  3 }

  sysPTIIPSubR5InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysPTIIPSubR5Entry  4 }

  sysPTIIPSubR5EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysPTIIPSubR5Entry  5 }

  sysPTIIPSubR5SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysPTIIPSubR5Entry  6 }

  sysPTIIPSubR5SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysPTIIPSubR5Entry  7 }

  sysPTIIPSubR5DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysPTIIPSubR5Entry  8 }

  sysPTIIPSubR5VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysPTIIPSubR5Entry  9 }

  sysPTIIPSubR5TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysPTIIPSubR5Entry  10 }

  sysPTIIPSubR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysPTIIPSubR5Entry  11 }

  sysPTIIPSubR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysPTIIPSubR5Entry  12 }

  sysPTIIPSubR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysPTIIPSubR5Entry  13 }

  sysPTIIPSubR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysPTIIPSubR5Entry  14 }

  sysPTIIPSubR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysPTIIPSubR5Entry  15 }

  sysPTIIPSubR5ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysPTIIPSubR5Entry  16 }

  sysPTIIPSubR5ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysPTIIPSubR5Entry  17 }

  sysPTIIPSubR5ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysPTIIPSubR5Entry  18 }

  sysPTIIPSubR5ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysPTIIPSubR5Entry  19 }

  sysPTIIPSubR5ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysPTIIPSubR5Entry  20 }

  sysPTIIPSubR5ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysPTIIPSubR5Entry  21 }

  sysPTIIPSubR5ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysPTIIPSubR5Entry  22 }

  sysPTIIPSubR5ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysPTIIPSubR5Entry  23 }

  sysPTIIPSubR5ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysPTIIPSubR5Entry  24 }

  sysPTIIPSubR5ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysPTIIPSubR5Entry  25 }

  sysPTIIPSubR5ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysPTIIPSubR5Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  sysCH2510IPSubR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysCH2510IPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP2510 / MG2510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1992 }

  sysCH2510IPSubR5Entry OBJECT-TYPE
    SYNTAX       SysCH2510IPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysCH2510IPSubR5NEConn,
             sysCH2510IPSubR5NetwkElement,
             sysCH2510IPSubR5CtrlerIx,
             sysCH2510IPSubR5InterfaceType,
             sysCH2510IPSubR5EthernetPortIx,
             sysCH2510IPSubR5SubnetworkIx }
    ::= {  sysCH2510IPSubR5Table  1  }

  SysCH2510IPSubR5Entry  ::=  SEQUENCE
  {
    sysCH2510IPSubR5NEConn             Unsigned32,
    sysCH2510IPSubR5NetwkElement       DisplayString,
    sysCH2510IPSubR5CtrlerIx           Unsigned32,
    sysCH2510IPSubR5InterfaceType      INTEGER,
    sysCH2510IPSubR5EthernetPortIx     INTEGER,
    sysCH2510IPSubR5SubnetworkIx       Unsigned32,
    sysCH2510IPSubR5SubnetworkAddr     DisplayString,
    sysCH2510IPSubR5DefRouterAddr      DisplayString,
    sysCH2510IPSubR5VLAN               LongDisplayString,
    sysCH2510IPSubR5TrafficTypes       BITS,
    sysCH2510IPSubR5AlrmState          INTEGER,
    sysCH2510IPSubR5AlrmStateTimestamp Unsigned32,
    sysCH2510IPSubR5AlrmEvtsAttnRqLogCorr
                                       Counter64,
    sysCH2510IPSubR5AlrmEvtsAttnRq     Integer32,
    sysCH2510IPSubR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysCH2510IPSubR5ConTstSrcAddrA     DisplayString,
    sysCH2510IPSubR5ConTstSrcAddrB     DisplayString,
    sysCH2510IPSubR5ConTstTrgt1Addr    DisplayString,
    sysCH2510IPSubR5ConTstTrgt1SCA     INTEGER,
    sysCH2510IPSubR5ConTstTrgt1SCB     INTEGER,
    sysCH2510IPSubR5ConTstTrgt2Addr    DisplayString,
    sysCH2510IPSubR5ConTstTrgt2SCA     INTEGER,
    sysCH2510IPSubR5ConTstTrgt2SCB     INTEGER,
    sysCH2510IPSubR5ConTstTrgt3Addr    DisplayString,
    sysCH2510IPSubR5ConTstTrgt3SCA     INTEGER,
    sysCH2510IPSubR5ConTstTrgt3SCB     INTEGER
  }

  sysCH2510IPSubR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysCH2510IPSubR5Entry  1 }

  sysCH2510IPSubR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysCH2510IPSubR5Entry  2 }

  sysCH2510IPSubR5CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysCH2510IPSubR5Entry  3 }

  sysCH2510IPSubR5InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysCH2510IPSubR5Entry  4 }

  sysCH2510IPSubR5EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysCH2510IPSubR5Entry  5 }

  sysCH2510IPSubR5SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysCH2510IPSubR5Entry  6 }

  sysCH2510IPSubR5SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysCH2510IPSubR5Entry  7 }

  sysCH2510IPSubR5DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysCH2510IPSubR5Entry  8 }

  sysCH2510IPSubR5VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysCH2510IPSubR5Entry  9 }

  sysCH2510IPSubR5TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysCH2510IPSubR5Entry  10 }

  sysCH2510IPSubR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysCH2510IPSubR5Entry  11 }

  sysCH2510IPSubR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysCH2510IPSubR5Entry  12 }

  sysCH2510IPSubR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysCH2510IPSubR5Entry  13 }

  sysCH2510IPSubR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysCH2510IPSubR5Entry  14 }

  sysCH2510IPSubR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysCH2510IPSubR5Entry  15 }

  sysCH2510IPSubR5ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysCH2510IPSubR5Entry  16 }

  sysCH2510IPSubR5ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysCH2510IPSubR5Entry  17 }

  sysCH2510IPSubR5ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysCH2510IPSubR5Entry  18 }

  sysCH2510IPSubR5ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysCH2510IPSubR5Entry  19 }

  sysCH2510IPSubR5ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysCH2510IPSubR5Entry  20 }

  sysCH2510IPSubR5ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysCH2510IPSubR5Entry  21 }

  sysCH2510IPSubR5ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysCH2510IPSubR5Entry  22 }

  sysCH2510IPSubR5ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysCH2510IPSubR5Entry  23 }

  sysCH2510IPSubR5ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysCH2510IPSubR5Entry  24 }

  sysCH2510IPSubR5ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysCH2510IPSubR5Entry  25 }

  sysCH2510IPSubR5ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysCH2510IPSubR5Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 8.2                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  cFSMVDIPSubR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSMVDIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1993 }

  cFSMVDIPSubR5Entry OBJECT-TYPE
    SYNTAX       CFSMVDIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSMVDIPSubR5NEConn,
             cFSMVDIPSubR5NetwkElement,
             cFSMVDIPSubR5CtrlerIx,
             cFSMVDIPSubR5InterfaceType,
             cFSMVDIPSubR5EthernetPortIx,
             cFSMVDIPSubR5SubnetworkIx }
    ::= {  cFSMVDIPSubR5Table  1  }

  CFSMVDIPSubR5Entry  ::=  SEQUENCE
  {
    cFSMVDIPSubR5NEConn                Unsigned32,
    cFSMVDIPSubR5NetwkElement          DisplayString,
    cFSMVDIPSubR5CtrlerIx              Unsigned32,
    cFSMVDIPSubR5InterfaceType         INTEGER,
    cFSMVDIPSubR5EthernetPortIx        INTEGER,
    cFSMVDIPSubR5SubnetworkIx          Unsigned32,
    cFSMVDIPSubR5SubnetworkAddr        DisplayString,
    cFSMVDIPSubR5DefRouterAddr         DisplayString,
    cFSMVDIPSubR5VLAN                  LongDisplayString,
    cFSMVDIPSubR5TrafficTypes          BITS,
    cFSMVDIPSubR5AlrmState             INTEGER,
    cFSMVDIPSubR5AlrmStateTimestamp    Unsigned32,
    cFSMVDIPSubR5AlrmEvtsAttnRqLogCorr Counter64,
    cFSMVDIPSubR5AlrmEvtsAttnRq        Integer32,
    cFSMVDIPSubR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cFSMVDIPSubR5ConTstSrcAddr         DisplayString,
    cFSMVDIPSubR5ConTstTrgt1Addr       DisplayString,
    cFSMVDIPSubR5ConTstTrgt1Status     INTEGER,
    cFSMVDIPSubR5ConTstTrgt2Addr       DisplayString,
    cFSMVDIPSubR5ConTstTrgt2Status     INTEGER,
    cFSMVDIPSubR5ConTstTrgt3Addr       DisplayString,
    cFSMVDIPSubR5ConTstTrgt3Status     INTEGER
  }

  cFSMVDIPSubR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSMVDIPSubR5Entry  1 }

  cFSMVDIPSubR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSMVDIPSubR5Entry  2 }

  cFSMVDIPSubR5CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { cFSMVDIPSubR5Entry  3 }

  cFSMVDIPSubR5InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { cFSMVDIPSubR5Entry  4 }

  cFSMVDIPSubR5EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { cFSMVDIPSubR5Entry  5 }

  cFSMVDIPSubR5SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { cFSMVDIPSubR5Entry  6 }

  cFSMVDIPSubR5SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { cFSMVDIPSubR5Entry  7 }

  cFSMVDIPSubR5DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { cFSMVDIPSubR5Entry  8 }

  cFSMVDIPSubR5VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { cFSMVDIPSubR5Entry  9 }

  cFSMVDIPSubR5TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { cFSMVDIPSubR5Entry  10 }

  cFSMVDIPSubR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSMVDIPSubR5Entry  11 }

  cFSMVDIPSubR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSMVDIPSubR5Entry  12 }

  cFSMVDIPSubR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cFSMVDIPSubR5Entry  13 }

  cFSMVDIPSubR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSMVDIPSubR5Entry  14 }

  cFSMVDIPSubR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cFSMVDIPSubR5Entry  15 }

  cFSMVDIPSubR5ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { cFSMVDIPSubR5Entry  16 }

  cFSMVDIPSubR5ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { cFSMVDIPSubR5Entry  17 }

  cFSMVDIPSubR5ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { cFSMVDIPSubR5Entry  18 }

  cFSMVDIPSubR5ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { cFSMVDIPSubR5Entry  19 }

  cFSMVDIPSubR5ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { cFSMVDIPSubR5Entry  20 }

  cFSMVDIPSubR5ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { cFSMVDIPSubR5Entry  21 }

  cFSMVDIPSubR5ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { cFSMVDIPSubR5Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IS-IS Subnetwork'                                           */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  iSISSubR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISSubR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1994 }

  iSISSubR2Entry OBJECT-TYPE
    SYNTAX       ISISSubR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISSubR2NEConn,
             iSISSubR2NetwkElement,
             iSISSubR2SwitchIx,
             iSISSubR2ISISSubnetworkIx }
    ::= {  iSISSubR2Table  1  }

  ISISSubR2Entry  ::=  SEQUENCE
  {
    iSISSubR2NEConn                    Unsigned32,
    iSISSubR2NetwkElement              DisplayString,
    iSISSubR2SwitchIx                  Unsigned32,
    iSISSubR2ISISSubnetworkIx          Unsigned32,
    iSISSubR2SubnetworkAddr            DisplayString,
    iSISSubR2AdjacencyStatus           INTEGER,
    iSISSubR2I1ISISUplinkNEConn        Unsigned32,
    iSISSubR2I2ISISUplinkNetwkElement  DisplayString,
    iSISSubR2I3ISISUplinkSwitchIx      Unsigned32,
    iSISSubR2I4ISISUplinkInterfaceType INTEGER,
    iSISSubR2I5ISISUplinkEthernetPortIx
                                       INTEGER,
    iSISSubR2TrafficTypes              BITS,
    iSISSubR2AlrmState                 INTEGER,
    iSISSubR2AlrmStateTimestamp        Unsigned32,
    iSISSubR2AlrmEvtsAttnRqLogCorr     Counter64,
    iSISSubR2AlrmEvtsAttnRq            Integer32,
    iSISSubR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  iSISSubR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISSubR2Entry  1 }

  iSISSubR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISSubR2Entry  2 }

  iSISSubR2SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISSubR2Entry  3 }

  iSISSubR2ISISSubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IS-IS Subnetwork Index'.
                  This is an index field."
    ::= { iSISSubR2Entry  4 }

  iSISSubR2SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { iSISSubR2Entry  5 }

  iSISSubR2AdjacencyStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   down(1),
                   up(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjacency status'."
    ::= { iSISSubR2Entry  6 }

  iSISSubR2I1ISISUplinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR2Entry  7 }

  iSISSubR2I2ISISUplinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Network Element'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR2Entry  8 }

  iSISSubR2I3ISISUplinkSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Switch index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR2Entry  9 }

  iSISSubR2I4ISISUplinkInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Interface Type'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR2Entry  10 }

  iSISSubR2I5ISISUplinkEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR2Entry  11 }

  iSISSubR2TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { iSISSubR2Entry  12 }

  iSISSubR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISSubR2Entry  13 }

  iSISSubR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISSubR2Entry  14 }

  iSISSubR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISSubR2Entry  15 }

  iSISSubR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISSubR2Entry  16 }

  iSISSubR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISSubR2Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Address'                                                 */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  iSISIPAddrR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISIPAddrR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Processor Ethernet'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1995 }

  iSISIPAddrR2Entry OBJECT-TYPE
    SYNTAX       ISISIPAddrR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISIPAddrR2NEConn,
             iSISIPAddrR2NetwkElement,
             iSISIPAddrR2SwitchIx,
             iSISIPAddrR2ISISIPAddrIx }
    ::= {  iSISIPAddrR2Table  1  }

  ISISIPAddrR2Entry  ::=  SEQUENCE
  {
    iSISIPAddrR2NEConn                 Unsigned32,
    iSISIPAddrR2NetwkElement           DisplayString,
    iSISIPAddrR2SwitchIx               Unsigned32,
    iSISIPAddrR2ISISIPAddrIx           Unsigned32,
    iSISIPAddrR2IPAddr                 DisplayString,
    iSISIPAddrR2I1EthernetPortInUseNEConn
                                       Unsigned32,
    iSISIPAddrR2I2EthernetPortInUseNetwkElement
                                       DisplayString,
    iSISIPAddrR2I3EthernetPortInUseSwitchIx
                                       Unsigned32,
    iSISIPAddrR2I4EthernetPortInUseInterfaceType
                                       INTEGER,
    iSISIPAddrR2I5EthernetPortInUseEthernetPortIx
                                       INTEGER,
    iSISIPAddrR2TrafficTypes           BITS,
    iSISIPAddrR2AlrmState              INTEGER,
    iSISIPAddrR2AlrmStateTimestamp     Unsigned32,
    iSISIPAddrR2AlrmEvtsAttnRqLogCorr  Counter64,
    iSISIPAddrR2AlrmEvtsAttnRq         Integer32,
    iSISIPAddrR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSISIPAddrR2ConTstTrgt1Addr        DisplayString,
    iSISIPAddrR2ConTstTrgt1Status      INTEGER,
    iSISIPAddrR2ConTstTrgt2Addr        DisplayString,
    iSISIPAddrR2ConTstTrgt2Status      INTEGER,
    iSISIPAddrR2ConTstTrgt3Addr        DisplayString,
    iSISIPAddrR2ConTstTrgt3Status      INTEGER
  }

  iSISIPAddrR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISIPAddrR2Entry  1 }

  iSISIPAddrR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISIPAddrR2Entry  2 }

  iSISIPAddrR2SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISIPAddrR2Entry  3 }

  iSISIPAddrR2ISISIPAddrIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP Address Index'.
                  This is an index field."
    ::= { iSISIPAddrR2Entry  4 }

  iSISIPAddrR2IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'."
    ::= { iSISIPAddrR2Entry  5 }

  iSISIPAddrR2I1EthernetPortInUseNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR2Entry  6 }

  iSISIPAddrR2I2EthernetPortInUseNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR2Entry  7 }

  iSISIPAddrR2I3EthernetPortInUseSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Switch index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR2Entry  8 }

  iSISIPAddrR2I4EthernetPortInUseInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR2Entry  9 }

  iSISIPAddrR2I5EthernetPortInUseEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR2Entry  10 }

  iSISIPAddrR2TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { iSISIPAddrR2Entry  11 }

  iSISIPAddrR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISIPAddrR2Entry  12 }

  iSISIPAddrR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISIPAddrR2Entry  13 }

  iSISIPAddrR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISIPAddrR2Entry  14 }

  iSISIPAddrR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISIPAddrR2Entry  15 }

  iSISIPAddrR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISIPAddrR2Entry  16 }

  iSISIPAddrR2ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { iSISIPAddrR2Entry  17 }

  iSISIPAddrR2ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { iSISIPAddrR2Entry  18 }

  iSISIPAddrR2ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { iSISIPAddrR2Entry  19 }

  iSISIPAddrR2ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { iSISIPAddrR2Entry  20 }

  iSISIPAddrR2ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { iSISIPAddrR2Entry  21 }

  iSISIPAddrR2ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { iSISIPAddrR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Resources'                                         */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  ethRsrcsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF EthRsrcsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1996 }

  ethRsrcsR2Entry OBJECT-TYPE
    SYNTAX       EthRsrcsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { ethRsrcsR2NEConn,
             ethRsrcsR2NetwkElement }
    ::= {  ethRsrcsR2Table  1  }

  EthRsrcsR2Entry  ::=  SEQUENCE
  {
    ethRsrcsR2NEConn                   Unsigned32,
    ethRsrcsR2NetwkElement             DisplayString,
    ethRsrcsR2SwitchUsedManagementTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv4SigTraffic INTEGER,
    ethRsrcsR2SwitchUsedIPv6SigTraffic INTEGER,
    ethRsrcsR2SwitchUsedIPv4MediaTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv6MediaTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedChassisInternalTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedBladePairInternalTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedLawfulInterceptTraffic
                                       INTEGER,
    ethRsrcsR2BESAlrmsAttnRq           Integer32,
    ethRsrcsR2BESAlrmEvtsAttnRq        Integer32,
    ethRsrcsR2BESAlrmsAtndDp           Integer32,
    ethRsrcsR2BESAlrmEvtsAtndDp        Integer32,
    ethRsrcsR2CESAlrmsAttnRq           Integer32,
    ethRsrcsR2CESAlrmEvtsAttnRq        Integer32,
    ethRsrcsR2TotChldAlrmsAttnRq       Unsigned32,
    ethRsrcsR2TotChldAlrmEvtsAttnRq    Unsigned32,
    ethRsrcsR2TotChldAlrmsAtndDp       Unsigned32,
    ethRsrcsR2TotChldAlrmEvtsAtndDp    Unsigned32,
    ethRsrcsR2SummaryChldAlrmState     INTEGER,
    ethRsrcsR2ChldStatisticsAlrms      Integer32,
    ethRsrcsR2SwitchUsedIPv4UsernameAccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv6UsernameAccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv4E164AccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv6E164AccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv4AppServerSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv6AppServerSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv4InternalSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv6InternalSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv4NetwkSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2SwitchUsedIPv6NetwkSIPSigTraffic
                                       INTEGER,
    ethRsrcsR2ProcessorEthernetAlrmsAttnRq
                                       Integer32,
    ethRsrcsR2ProcessorEthernetAlrmEvtsAttnRq
                                       Integer32
  }

  ethRsrcsR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { ethRsrcsR2Entry  1 }

  ethRsrcsR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { ethRsrcsR2Entry  2 }

  ethRsrcsR2SwitchUsedManagementTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for management traffic'."
    ::= { ethRsrcsR2Entry  3 }

  ethRsrcsR2SwitchUsedIPv4SigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 signaling traffic'."
    ::= { ethRsrcsR2Entry  4 }

  ethRsrcsR2SwitchUsedIPv6SigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 signaling traffic'."
    ::= { ethRsrcsR2Entry  5 }

  ethRsrcsR2SwitchUsedIPv4MediaTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 media traffic'."
    ::= { ethRsrcsR2Entry  6 }

  ethRsrcsR2SwitchUsedIPv6MediaTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 media traffic'."
    ::= { ethRsrcsR2Entry  7 }

  ethRsrcsR2SwitchUsedChassisInternalTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for chassis-internal traffic'."
    ::= { ethRsrcsR2Entry  8 }

  ethRsrcsR2SwitchUsedBladePairInternalTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for blade-pair-internal traffic'."
    ::= { ethRsrcsR2Entry  9 }

  ethRsrcsR2SwitchUsedLawfulInterceptTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for lawful intercept traffic'."
    ::= { ethRsrcsR2Entry  10 }

  ethRsrcsR2BESAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attention Required alarms'."
    ::= { ethRsrcsR2Entry  11 }

  ethRsrcsR2BESAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR2Entry  12 }

  ethRsrcsR2BESAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attend To Dependent alarms'."
    ::= { ethRsrcsR2Entry  13 }

  ethRsrcsR2BESAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR2Entry  14 }

  ethRsrcsR2CESAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Ethernet Switch Attention Required alarms'."
    ::= { ethRsrcsR2Entry  15 }

  ethRsrcsR2CESAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Ethernet Switch Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR2Entry  16 }

  ethRsrcsR2TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { ethRsrcsR2Entry  19 }

  ethRsrcsR2TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { ethRsrcsR2Entry  20 }

  ethRsrcsR2TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { ethRsrcsR2Entry  21 }

  ethRsrcsR2TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { ethRsrcsR2Entry  22 }

  ethRsrcsR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { ethRsrcsR2Entry  23 }

  ethRsrcsR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { ethRsrcsR2Entry  24 }

  ethRsrcsR2SwitchUsedIPv4UsernameAccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Username Access SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  25 }

  ethRsrcsR2SwitchUsedIPv6UsernameAccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Username Access SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  26 }

  ethRsrcsR2SwitchUsedIPv4E164AccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 E.164 Access SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  27 }

  ethRsrcsR2SwitchUsedIPv6E164AccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 E.164 Access SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  28 }

  ethRsrcsR2SwitchUsedIPv4AppServerSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Application Server SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  29 }

  ethRsrcsR2SwitchUsedIPv6AppServerSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Application Server SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  30 }

  ethRsrcsR2SwitchUsedIPv4InternalSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Internal SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  31 }

  ethRsrcsR2SwitchUsedIPv6InternalSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Internal SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  32 }

  ethRsrcsR2SwitchUsedIPv4NetwkSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Network SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  33 }

  ethRsrcsR2SwitchUsedIPv6NetwkSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Network SIP signaling traffic'."
    ::= { ethRsrcsR2Entry  34 }

  ethRsrcsR2ProcessorEthernetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor Ethernet Attention Required alarms'."
    ::= { ethRsrcsR2Entry  35 }

  ethRsrcsR2ProcessorEthernetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor Ethernet Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR2Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Group'                                      */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  mLHGR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  1998 }

  mLHGR4Entry OBJECT-TYPE
    SYNTAX       MLHGR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGR4NEConn,
             mLHGR4NetwkElement,
             mLHGR4CFSIx,
             mLHGR4GpIx,
             mLHGR4MLHGGpIx }
    ::= {  mLHGR4Table  1  }

  MLHGR4Entry  ::=  SEQUENCE
  {
    mLHGR4NEConn                       Unsigned32,
    mLHGR4NetwkElement                 DisplayString,
    mLHGR4CFSIx                        Unsigned32,
    mLHGR4GpIx                         Unsigned32,
    mLHGR4MLHGGpIx                     Unsigned32,
    mLHGR4Name                         DisplayString,
    mLHGR4DistributionAlgorithm        INTEGER,
    mLHGR4QueuingSupported             INTEGER,
    mLHGR4MaxQueueLen                  INTEGER,
    mLHGR4LimitQueuingTime             INTEGER,
    mLHGR4MaxQueueTimeout              INTEGER,
    mLHGR4HuntOnDirectDialedCalls      INTEGER,
    mLHGR4DlvryCldDNAsCID              INTEGER,
    mLHGR4TrafficStudy                 INTEGER,
    mLHGR4DiagsLogLvl                  INTEGER,
    mLHGR4DiagsAPITraceEnabled         INTEGER,
    mLHGR4DiagsAPITraceTag             DisplayString,
    mLHGR4DiagsAPITraceRemNum          DisplayString,
    mLHGR4ChldAlrmsAttnRq              Unsigned32,
    mLHGR4ChldAlrmEvtsAttnRq           Unsigned32,
    mLHGR4ChldAlrmsAtndDp              Unsigned32,
    mLHGR4ChldAlrmEvtsAtndDp           Unsigned32,
    mLHGR4SummaryChldAlrmState         INTEGER,
    mLHGR4RowStatus                    RowStatus,
    mLHGR4I1DepartmentNEConn           Unsigned32,
    mLHGR4I2DepartmentNetwkElement     DisplayString,
    mLHGR4I3DepartmentCFSIx            Unsigned32,
    mLHGR4I4DepartmentGpIx             Unsigned32,
    mLHGR4I5DepartmentDepartmentIx     Unsigned32,
    mLHGR4DepartmentOtherVals          INTEGER,
    mLHGR4Num                          Unsigned32,
    mLHGR4LoginLogoutSupportedByDef    INTEGER,
    mLHGR4NumMembers                   Unsigned32,
    mLHGR4NumLoggedInMembers           Unsigned32,
    mLHGR4StatisticsAlrms              Integer32,
    mLHGR4ChldStatisticsAlrms          Integer32,
    mLHGR4HuntOnNoAnswer               INTEGER,
    mLHGR4NoAnswerTimeout              INTEGER,
    mLHGR4NoAnswerExclusionTime        INTEGER,
    mLHGR4ServLvl                      INTEGER,
    mLHGR4ACDWrapUpEnabled             INTEGER,
    mLHGR4ACDDspCdsReqd                INTEGER,
    mLHGR4ACDDspCd1                    DisplayString,
    mLHGR4ACDDspCd2                    DisplayString,
    mLHGR4ACDDspCd3                    DisplayString,
    mLHGR4ACDDspCd4                    DisplayString,
    mLHGR4ACDDspCd5                    DisplayString,
    mLHGR4ACDDspCd6                    DisplayString,
    mLHGR4ACDDspCd7                    DisplayString,
    mLHGR4ACDDspCd8                    DisplayString,
    mLHGR4ACDDspCd9                    DisplayString,
    mLHGR4ACDDspCd10                   DisplayString,
    mLHGR4ACDDspCd11                   DisplayString,
    mLHGR4ACDDspCd12                   DisplayString,
    mLHGR4ACDDspCd13                   DisplayString,
    mLHGR4ACDDspCd14                   DisplayString,
    mLHGR4ACDDspCd15                   DisplayString,
    mLHGR4ACDDspCd16                   DisplayString,
    mLHGR4ACDDspCd17                   DisplayString,
    mLHGR4ACDDspCd18                   DisplayString,
    mLHGR4ACDDspCd19                   DisplayString,
    mLHGR4ACDDspCd20                   DisplayString,
    mLHGR4ACDDspCd21                   DisplayString,
    mLHGR4ACDDspCd22                   DisplayString,
    mLHGR4ACDDspCd23                   DisplayString,
    mLHGR4ACDDspCd24                   DisplayString,
    mLHGR4ACDDspCd25                   DisplayString,
    mLHGR4ACDDspCd26                   DisplayString,
    mLHGR4ACDDspCd27                   DisplayString,
    mLHGR4ACDDspCd28                   DisplayString,
    mLHGR4ACDDspCd29                   DisplayString,
    mLHGR4ACDDspCd30                   DisplayString
  }

  mLHGR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGR4Entry  1 }

  mLHGR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGR4Entry  2 }

  mLHGR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGR4Entry  3 }

  mLHGR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGR4Entry  4 }

  mLHGR4MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGR4Entry  5 }

  mLHGR4Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGR4Entry  6 }

  mLHGR4DistributionAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   linear(1),
                   circular(2),
                   uniformRoundRobin(3),
                   uniformLongestIdle(4),
                   ringAll(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distribution algorithm'."
    DEFVAL       { linear }
    ::= { mLHGR4Entry  7 }

  mLHGR4QueuingSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queuing supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR4Entry  8 }

  mLHGR4MaxQueueLen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue length'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mLHGR4Entry  9 }

  mLHGR4LimitQueuingTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit queuing time'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR4Entry  10 }

  mLHGR4MaxQueueTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue timeout'.
                  This field is not writable when active."
    ::= { mLHGR4Entry  11 }

  mLHGR4HuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on direct dialed calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR4Entry  12 }

  mLHGR4DlvryCldDNAsCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delivery of called DN as Caller ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR4Entry  13 }

  mLHGR4TrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic study'."
    DEFVAL       { false }
    ::= { mLHGR4Entry  14 }

  mLHGR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGR4Entry  15 }

  mLHGR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGR4Entry  16 }

  mLHGR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGR4Entry  17 }

  mLHGR4DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGR4Entry  18 }

  mLHGR4ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mLHGR4Entry  19 }

  mLHGR4ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR4Entry  20 }

  mLHGR4ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mLHGR4Entry  21 }

  mLHGR4ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR4Entry  22 }

  mLHGR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGR4Entry  23 }

  mLHGR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGR4Entry  24 }

  mLHGR4I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR4Entry  25 }

  mLHGR4I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR4Entry  26 }

  mLHGR4I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR4Entry  27 }

  mLHGR4I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR4Entry  28 }

  mLHGR4I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR4Entry  29 }

  mLHGR4DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGR4Entry  30 }

  mLHGR4Num OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mLHGR4Entry  31 }

  mLHGR4LoginLogoutSupportedByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Login/logout supported by default for new members'."
    DEFVAL       { false }
    ::= { mLHGR4Entry  32 }

  mLHGR4NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mLHGR4Entry  33 }

  mLHGR4NumLoggedInMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of logged-in members'."
    ::= { mLHGR4Entry  34 }

  mLHGR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGR4Entry  35 }

  mLHGR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGR4Entry  36 }

  mLHGR4HuntOnNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on no-answer'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR4Entry  37 }

  mLHGR4NoAnswerTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer timeout'."
    DEFVAL       { 30 }
    ::= { mLHGR4Entry  38 }

  mLHGR4NoAnswerExclusionTime OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer exclusion time'."
    DEFVAL       { 30 }
    ::= { mLHGR4Entry  39 }

  mLHGR4ServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service level'."
    DEFVAL       { mLHG }
    ::= { mLHGR4Entry  40 }

  mLHGR4ACDWrapUpEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - wrap-up enabled'."
    DEFVAL       { false }
    ::= { mLHGR4Entry  41 }

  mLHGR4ACDDspCdsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition codes required'."
    DEFVAL       { false }
    ::= { mLHGR4Entry  42 }

  mLHGR4ACDDspCd1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 1'."
    ::= { mLHGR4Entry  43 }

  mLHGR4ACDDspCd2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 2'."
    ::= { mLHGR4Entry  44 }

  mLHGR4ACDDspCd3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 3'."
    ::= { mLHGR4Entry  45 }

  mLHGR4ACDDspCd4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 4'."
    ::= { mLHGR4Entry  46 }

  mLHGR4ACDDspCd5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 5'."
    ::= { mLHGR4Entry  47 }

  mLHGR4ACDDspCd6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 6'."
    ::= { mLHGR4Entry  48 }

  mLHGR4ACDDspCd7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 7'."
    ::= { mLHGR4Entry  49 }

  mLHGR4ACDDspCd8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 8'."
    ::= { mLHGR4Entry  50 }

  mLHGR4ACDDspCd9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 9'."
    ::= { mLHGR4Entry  51 }

  mLHGR4ACDDspCd10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 10'."
    ::= { mLHGR4Entry  52 }

  mLHGR4ACDDspCd11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 11'."
    ::= { mLHGR4Entry  53 }

  mLHGR4ACDDspCd12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 12'."
    ::= { mLHGR4Entry  54 }

  mLHGR4ACDDspCd13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 13'."
    ::= { mLHGR4Entry  55 }

  mLHGR4ACDDspCd14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 14'."
    ::= { mLHGR4Entry  56 }

  mLHGR4ACDDspCd15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 15'."
    ::= { mLHGR4Entry  57 }

  mLHGR4ACDDspCd16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 16'."
    ::= { mLHGR4Entry  58 }

  mLHGR4ACDDspCd17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 17'."
    ::= { mLHGR4Entry  59 }

  mLHGR4ACDDspCd18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 18'."
    ::= { mLHGR4Entry  60 }

  mLHGR4ACDDspCd19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 19'."
    ::= { mLHGR4Entry  61 }

  mLHGR4ACDDspCd20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 20'."
    ::= { mLHGR4Entry  62 }

  mLHGR4ACDDspCd21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 21'."
    ::= { mLHGR4Entry  63 }

  mLHGR4ACDDspCd22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 22'."
    ::= { mLHGR4Entry  64 }

  mLHGR4ACDDspCd23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 23'."
    ::= { mLHGR4Entry  65 }

  mLHGR4ACDDspCd24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 24'."
    ::= { mLHGR4Entry  66 }

  mLHGR4ACDDspCd25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 25'."
    ::= { mLHGR4Entry  67 }

  mLHGR4ACDDspCd26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 26'."
    ::= { mLHGR4Entry  68 }

  mLHGR4ACDDspCd27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 27'."
    ::= { mLHGR4Entry  69 }

  mLHGR4ACDDspCd28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 28'."
    ::= { mLHGR4Entry  70 }

  mLHGR4ACDDspCd29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 29'."
    ::= { mLHGR4Entry  71 }

  mLHGR4ACDDspCd30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 30'."
    ::= { mLHGR4Entry  72 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 8.2                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  bGLineWebR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineWebR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  1999 }

  bGLineWebR6Entry OBJECT-TYPE
    SYNTAX       BGLineWebR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineWebR6NEConn,
             bGLineWebR6NetwkElement,
             bGLineWebR6CFSIx,
             bGLineWebR6GpIx,
             bGLineWebR6FirstDirNum,
             bGLineWebR6DirNum }
    ::= {  bGLineWebR6Table  1  }

  BGLineWebR6Entry  ::=  SEQUENCE
  {
    bGLineWebR6NEConn                  Unsigned32,
    bGLineWebR6NetwkElement            DisplayString,
    bGLineWebR6CFSIx                   Unsigned32,
    bGLineWebR6GpIx                    Unsigned32,
    bGLineWebR6FirstDirNum             DisplayString,
    bGLineWebR6DirNum                  DisplayString,
    bGLineWebR6AlrmState               INTEGER,
    bGLineWebR6AlrmStateTimestamp      Unsigned32,
    bGLineWebR6AlrmEvtsAtndDpLogCorr   Counter64,
    bGLineWebR6AlrmEvtsAtndDp          Unsigned32,
    bGLineWebR6AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    bGLineWebR6DiagsAPITraceEnabled    INTEGER,
    bGLineWebR6DiagsAPITraceTag        DisplayString,
    bGLineWebR6SDActBusGpAdminAccountType
                                       INTEGER,
    bGLineWebR6SDDefBusGpAdminAccountType
                                       INTEGER,
    bGLineWebR6SDUseDefBusGpAdminAccountType
                                       INTEGER,
    bGLineWebR6DoExtraActions          INTEGER,
    bGLineWebR6I1BusGpAdminAdminDepartmentNEConn
                                       Unsigned32,
    bGLineWebR6I2BusGpAdminAdminDepartmentNetwkElement
                                       DisplayString,
    bGLineWebR6I3BusGpAdminAdminDepartmentCFSIx
                                       Unsigned32,
    bGLineWebR6I4BusGpAdminAdminDepartmentGpIx
                                       Unsigned32,
    bGLineWebR6I5BusGpAdminAdminDepartmentDepartmentIx
                                       Unsigned32,
    bGLineWebR6BusGpAdminAdminDepartmentOtherVals
                                       INTEGER,
    bGLineWebR6BusGpAdminACDSupervisor INTEGER
  }

  bGLineWebR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineWebR6Entry  1 }

  bGLineWebR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineWebR6Entry  2 }

  bGLineWebR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineWebR6Entry  3 }

  bGLineWebR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineWebR6Entry  4 }

  bGLineWebR6FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineWebR6Entry  5 }

  bGLineWebR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineWebR6Entry  6 }

  bGLineWebR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineWebR6Entry  16 }

  bGLineWebR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineWebR6Entry  17 }

  bGLineWebR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { bGLineWebR6Entry  18 }

  bGLineWebR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineWebR6Entry  19 }

  bGLineWebR6AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { bGLineWebR6Entry  20 }

  bGLineWebR6DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineWebR6Entry  21 }

  bGLineWebR6DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineWebR6Entry  22 }

  bGLineWebR6SDActBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineWebR6Entry  30 }

  bGLineWebR6SDDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineWebR6Entry  31 }

  bGLineWebR6SDUseDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineWebR6Entry  32 }

  bGLineWebR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1),
                   connectToCommPortalAsBGAdmin(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineWebR6Entry  40 }

  bGLineWebR6I1BusGpAdminAdminDepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR6Entry  42 }

  bGLineWebR6I2BusGpAdminAdminDepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR6Entry  43 }

  bGLineWebR6I3BusGpAdminAdminDepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR6Entry  44 }

  bGLineWebR6I4BusGpAdminAdminDepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR6Entry  45 }

  bGLineWebR6I5BusGpAdminAdminDepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR6Entry  46 }

  bGLineWebR6BusGpAdminAdminDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   wholeBusinessGroup(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department'.
                  This field represents the fixed
                  values that Business Group Administration - administration department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineWebR6Entry  47 }

  bGLineWebR6BusGpAdminACDSupervisor OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Administration - ACD supervisor'."
    DEFVAL       { false }
    ::= { bGLineWebR6Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Direct Inward Calling Number'                               */
-- /* Valid from: 8.1                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  pBXDICNumberR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXDICNumberR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2002 }

  pBXDICNumberR6Entry OBJECT-TYPE
    SYNTAX       PBXDICNumberR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXDICNumberR6NEConn,
             pBXDICNumberR6NetwkElement,
             pBXDICNumberR6CFSIx,
             pBXDICNumberR6DirNum,
             pBXDICNumberR6Type,
             pBXDICNumberR6FirstDirNum }
    ::= {  pBXDICNumberR6Table  1  }

  PBXDICNumberR6Entry  ::=  SEQUENCE
  {
    pBXDICNumberR6NEConn               Unsigned32,
    pBXDICNumberR6NetwkElement         DisplayString,
    pBXDICNumberR6CFSIx                Unsigned32,
    pBXDICNumberR6DirNum               DisplayString,
    pBXDICNumberR6Type                 INTEGER,
    pBXDICNumberR6RangeSize            Unsigned32,
    pBXDICNumberR6FirstDirNum          DisplayString,
    pBXDICNumberR6LastDirNum           DisplayString,
    pBXDICNumberR6FirstCode            DisplayString,
    pBXDICNumberR6LastCode             DisplayString,
    pBXDICNumberR6RowStatus            RowStatus,
    pBXDICNumberR6LimitInCalls         INTEGER,
    pBXDICNumberR6MaxInCalls           Unsigned32,
    pBXDICNumberR6Desc                 DisplayString,
    pBXDICNumberR6PBXCapacityGp        INTEGER,
    pBXDICNumberR6SDActNumStatus       INTEGER,
    pBXDICNumberR6SDDefNumStatus       INTEGER,
    pBXDICNumberR6SDUseDefNumStatus    INTEGER,
    pBXDICNumberR6ConnectCallAfterAnnounce
                                       INTEGER,
    pBXDICNumberR6MovedToDirNum        DisplayString,
    pBXDICNumberR6PortedExchangeID     DisplayString,
    pBXDICNumberR6SDActForceLNPLookup  INTEGER,
    pBXDICNumberR6SDDefForceLNPLookup  INTEGER,
    pBXDICNumberR6SDUseDefForceLNPLookup
                                       INTEGER,
    pBXDICNumberR6MovedDate            Unsigned32,
    pBXDICNumberR6SDActExpireAfter     Unsigned32,
    pBXDICNumberR6SDDefExpireAfter     Unsigned32,
    pBXDICNumberR6SDUseDefExpireAfter  INTEGER,
    pBXDICNumberR6ExpiryDate           Unsigned32,
    pBXDICNumberR6DeleteAction         INTEGER,
    pBXDICNumberR6TwinnedStatus        INTEGER,
    pBXDICNumberR6CreateTwinnedBGNumBlock
                                       INTEGER,
    pBXDICNumberR6DoExtraActions       INTEGER
  }

  pBXDICNumberR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXDICNumberR6Entry  1 }

  pBXDICNumberR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXDICNumberR6Entry  2 }

  pBXDICNumberR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXDICNumberR6Entry  3 }

  pBXDICNumberR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXDICNumberR6Entry  4 }

  pBXDICNumberR6Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   dIDRange(1),
                   dISANumber(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    DEFVAL       { dIDRange }
    ::= { pBXDICNumberR6Entry  5 }

  pBXDICNumberR6RangeSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000000000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Range size'.
                  This field is only writable during create."
    ::= { pBXDICNumberR6Entry  6 }

  pBXDICNumberR6FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Directory number'.
                  This is an index field."
    ::= { pBXDICNumberR6Entry  7 }

  pBXDICNumberR6LastDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Directory number'."
    ::= { pBXDICNumberR6Entry  8 }

  pBXDICNumberR6FirstCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First code'.
                  This field is not writable when active."
    ::= { pBXDICNumberR6Entry  9 }

  pBXDICNumberR6LastCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last code'."
    ::= { pBXDICNumberR6Entry  10 }

  pBXDICNumberR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXDICNumberR6Entry  11 }

  pBXDICNumberR6LimitInCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit incoming calls'."
    DEFVAL       { false }
    ::= { pBXDICNumberR6Entry  12 }

  pBXDICNumberR6MaxInCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum incoming calls'."
    ::= { pBXDICNumberR6Entry  13 }

  pBXDICNumberR6Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { pBXDICNumberR6Entry  14 }

  pBXDICNumberR6PBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXDICNumberR6Entry  15 }

  pBXDICNumberR6SDActNumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR6Entry  16 }

  pBXDICNumberR6SDDefNumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR6Entry  17 }

  pBXDICNumberR6SDUseDefNumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDICNumberR6Entry  18 }

  pBXDICNumberR6ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXDICNumberR6Entry  19 }

  pBXDICNumberR6MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXDICNumberR6Entry  20 }

  pBXDICNumberR6PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'."
    ::= { pBXDICNumberR6Entry  21 }

  pBXDICNumberR6SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR6Entry  22 }

  pBXDICNumberR6SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR6Entry  23 }

  pBXDICNumberR6SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDICNumberR6Entry  24 }

  pBXDICNumberR6MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXDICNumberR6Entry  25 }

  pBXDICNumberR6SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR6Entry  26 }

  pBXDICNumberR6SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR6Entry  27 }

  pBXDICNumberR6SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDICNumberR6Entry  28 }

  pBXDICNumberR6ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXDICNumberR6Entry  29 }

  pBXDICNumberR6DeleteAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   permanentlyDeleteDIDCallServicesConfiguration(1),
                   temporarilyStoreDIDCallServicesConfiguration(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delete action'."
    DEFVAL       { temporarilyStoreDIDCallServicesConfiguration }
    ::= { pBXDICNumberR6Entry  30 }

  pBXDICNumberR6TwinnedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notTwinned(1),
                   partTwinned(2),
                   fullyTwinned(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned status'."
    ::= { pBXDICNumberR6Entry  31 }

  pBXDICNumberR6CreateTwinnedBGNumBlock OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Create twinned BG Number Block'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { false }
    ::= { pBXDICNumberR6Entry  32 }

  pBXDICNumberR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   createTwinnedBGNumberBlock(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXDICNumberR6Entry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  pBXCallFwdR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2003 }

  pBXCallFwdR7Entry OBJECT-TYPE
    SYNTAX       PBXCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXCallFwdR7NEConn,
             pBXCallFwdR7NetwkElement,
             pBXCallFwdR7CFSIx,
             pBXCallFwdR7DirNum }
    ::= {  pBXCallFwdR7Table  1  }

  PBXCallFwdR7Entry  ::=  SEQUENCE
  {
    pBXCallFwdR7NEConn                 Unsigned32,
    pBXCallFwdR7NetwkElement           DisplayString,
    pBXCallFwdR7CFSIx                  Unsigned32,
    pBXCallFwdR7DirNum                 DisplayString,
    pBXCallFwdR7SDActUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR7SDDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR7SDUseDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR7SDActNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR7SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR7SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR7SDActPlayConfirmTone   INTEGER,
    pBXCallFwdR7SDDefPlayConfirmTone   INTEGER,
    pBXCallFwdR7SDUseDefPlayConfirmTone
                                       INTEGER,
    pBXCallFwdR7SDActCFUSubscribed     INTEGER,
    pBXCallFwdR7SDDefCFUSubscribed     INTEGER,
    pBXCallFwdR7SDUseDefCFUSubscribed  INTEGER,
    pBXCallFwdR7CFUEnabled             INTEGER,
    pBXCallFwdR7CFUNum                 DisplayString,
    pBXCallFwdR7SDActCFBLSubscribed    INTEGER,
    pBXCallFwdR7SDDefCFBLSubscribed    INTEGER,
    pBXCallFwdR7SDUseDefCFBLSubscribed INTEGER,
    pBXCallFwdR7CFBLEnabled            INTEGER,
    pBXCallFwdR7CFBLNum                DisplayString,
    pBXCallFwdR7SDActCFDASubscribed    INTEGER,
    pBXCallFwdR7SDDefCFDASubscribed    INTEGER,
    pBXCallFwdR7SDUseDefCFDASubscribed INTEGER,
    pBXCallFwdR7CFDAEnabled            INTEGER,
    pBXCallFwdR7CFDANum                DisplayString,
    pBXCallFwdR7SDActCFDANoReplyTime   Unsigned32,
    pBXCallFwdR7SDDefCFDANoReplyTime   Unsigned32,
    pBXCallFwdR7SDUseDefCFDANoReplyTime
                                       INTEGER,
    pBXCallFwdR7SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR7SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR7SDActSCFSubscribed     INTEGER,
    pBXCallFwdR7SDDefSCFSubscribed     INTEGER,
    pBXCallFwdR7SDUseDefSCFSubscribed  INTEGER,
    pBXCallFwdR7SCFEnabled             INTEGER,
    pBXCallFwdR7SCFNumToFwdTo          DisplayString,
    pBXCallFwdR7SCFNumAnonNumsFwd      Unsigned32,
    pBXCallFwdR7SDActSCFUSB            INTEGER,
    pBXCallFwdR7SDDefSCFUSB            INTEGER,
    pBXCallFwdR7SDUseDefSCFUSB         INTEGER,
    pBXCallFwdR7SDActBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR7SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR7SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR7SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR7SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR7SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    pBXCallFwdR7SDActBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR7SDDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR7SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR7SDActRACFSubscribed    INTEGER,
    pBXCallFwdR7SDDefRACFSubscribed    INTEGER,
    pBXCallFwdR7SDUseDefRACFSubscribed INTEGER,
    pBXCallFwdR7RACFBlocked            INTEGER,
    pBXCallFwdR7DoExtraActions         INTEGER,
    pBXCallFwdR7SDActMaxSimulFwds      Unsigned32,
    pBXCallFwdR7SDDefMaxSimulFwds      Unsigned32,
    pBXCallFwdR7SDUseDefMaxSimulFwds   INTEGER,
    pBXCallFwdR7SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR7SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR7SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR7SDActCFUSingleRing     INTEGER,
    pBXCallFwdR7SDDefCFUSingleRing     INTEGER,
    pBXCallFwdR7SDUseDefCFUSingleRing  INTEGER,
    pBXCallFwdR7SDActSCFSingleRing     INTEGER,
    pBXCallFwdR7SDDefSCFSingleRing     INTEGER,
    pBXCallFwdR7SDUseDefSCFSingleRing  INTEGER,
    pBXCallFwdR7SDActCFUVariant        INTEGER,
    pBXCallFwdR7SDDefCFUVariant        INTEGER,
    pBXCallFwdR7SDUseDefCFUVariant     INTEGER,
    pBXCallFwdR7SDActCFBLVariant       INTEGER,
    pBXCallFwdR7SDDefCFBLVariant       INTEGER,
    pBXCallFwdR7SDUseDefCFBLVariant    INTEGER,
    pBXCallFwdR7SDActCFDAVariant       INTEGER,
    pBXCallFwdR7SDDefCFDAVariant       INTEGER,
    pBXCallFwdR7SDUseDefCFDAVariant    INTEGER,
    pBXCallFwdR7BasicLineHuntingEnabled
                                       INTEGER,
    pBXCallFwdR7SDActFMFMSubscribed    INTEGER,
    pBXCallFwdR7SDDefFMFMSubscribed    INTEGER,
    pBXCallFwdR7SDUseDefFMFMSubscribed INTEGER,
    pBXCallFwdR7SDActFMFMServLvl       INTEGER,
    pBXCallFwdR7SDDefFMFMServLvl       INTEGER,
    pBXCallFwdR7SDUseDefFMFMServLvl    INTEGER,
    pBXCallFwdR7FMFMEnabled            INTEGER,
    pBXCallFwdR7SDActRequireCrtsyCall  INTEGER,
    pBXCallFwdR7SDDefRequireCrtsyCall  INTEGER,
    pBXCallFwdR7SDUseDefRequireCrtsyCall
                                       INTEGER,
    pBXCallFwdR7SDActUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR7SDDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR7SDUseDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR7UnavailCFEnabled       INTEGER,
    pBXCallFwdR7UnavailCFNum           DisplayString,
    pBXCallFwdR7CFUUseValsAsDefsOnDIDNums
                                       INTEGER
  }

  pBXCallFwdR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXCallFwdR7Entry  1 }

  pBXCallFwdR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXCallFwdR7Entry  2 }

  pBXCallFwdR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXCallFwdR7Entry  3 }

  pBXCallFwdR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXCallFwdR7Entry  4 }

  pBXCallFwdR7SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  5 }

  pBXCallFwdR7SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  6 }

  pBXCallFwdR7SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  7 }

  pBXCallFwdR7SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  8 }

  pBXCallFwdR7SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  9 }

  pBXCallFwdR7SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  10 }

  pBXCallFwdR7SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  11 }

  pBXCallFwdR7SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  12 }

  pBXCallFwdR7SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  13 }

  pBXCallFwdR7SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  14 }

  pBXCallFwdR7SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  15 }

  pBXCallFwdR7SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  16 }

  pBXCallFwdR7CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR7Entry  17 }

  pBXCallFwdR7CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { pBXCallFwdR7Entry  18 }

  pBXCallFwdR7SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  19 }

  pBXCallFwdR7SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  20 }

  pBXCallFwdR7SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  21 }

  pBXCallFwdR7CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR7Entry  22 }

  pBXCallFwdR7CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { pBXCallFwdR7Entry  23 }

  pBXCallFwdR7SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  24 }

  pBXCallFwdR7SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  25 }

  pBXCallFwdR7SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  26 }

  pBXCallFwdR7CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR7Entry  27 }

  pBXCallFwdR7CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { pBXCallFwdR7Entry  28 }

  pBXCallFwdR7SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  29 }

  pBXCallFwdR7SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  30 }

  pBXCallFwdR7SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  31 }

  pBXCallFwdR7SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  32 }

  pBXCallFwdR7SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  33 }

  pBXCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  34 }

  pBXCallFwdR7SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  35 }

  pBXCallFwdR7SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  36 }

  pBXCallFwdR7SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  37 }

  pBXCallFwdR7SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR7Entry  38 }

  pBXCallFwdR7SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { pBXCallFwdR7Entry  39 }

  pBXCallFwdR7SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { pBXCallFwdR7Entry  40 }

  pBXCallFwdR7SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  41 }

  pBXCallFwdR7SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  42 }

  pBXCallFwdR7SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  43 }

  pBXCallFwdR7SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  44 }

  pBXCallFwdR7SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  45 }

  pBXCallFwdR7SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  46 }

  pBXCallFwdR7SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  47 }

  pBXCallFwdR7SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  48 }

  pBXCallFwdR7SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  49 }

  pBXCallFwdR7SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  50 }

  pBXCallFwdR7SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  51 }

  pBXCallFwdR7SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  52 }

  pBXCallFwdR7SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  53 }

  pBXCallFwdR7SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  54 }

  pBXCallFwdR7SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  55 }

  pBXCallFwdR7RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { pBXCallFwdR7Entry  56 }

  pBXCallFwdR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXCallFwdR7Entry  57 }

  pBXCallFwdR7SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  61 }

  pBXCallFwdR7SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  62 }

  pBXCallFwdR7SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  63 }

  pBXCallFwdR7SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  64 }

  pBXCallFwdR7SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  65 }

  pBXCallFwdR7SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  66 }

  pBXCallFwdR7SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  68 }

  pBXCallFwdR7SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  69 }

  pBXCallFwdR7SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  70 }

  pBXCallFwdR7SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  77 }

  pBXCallFwdR7SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  78 }

  pBXCallFwdR7SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  79 }

  pBXCallFwdR7SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  80 }

  pBXCallFwdR7SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  81 }

  pBXCallFwdR7SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  82 }

  pBXCallFwdR7SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  83 }

  pBXCallFwdR7SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  84 }

  pBXCallFwdR7SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  85 }

  pBXCallFwdR7SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  86 }

  pBXCallFwdR7SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  87 }

  pBXCallFwdR7SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  88 }

  pBXCallFwdR7BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  89 }

  pBXCallFwdR7SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  90 }

  pBXCallFwdR7SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  91 }

  pBXCallFwdR7SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  92 }

  pBXCallFwdR7SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  93 }

  pBXCallFwdR7SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  94 }

  pBXCallFwdR7SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  95 }

  pBXCallFwdR7FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR7Entry  96 }

  pBXCallFwdR7SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  97 }

  pBXCallFwdR7SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  98 }

  pBXCallFwdR7SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  99 }

  pBXCallFwdR7SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  100 }

  pBXCallFwdR7SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR7Entry  101 }

  pBXCallFwdR7SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  102 }

  pBXCallFwdR7UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR7Entry  103 }

  pBXCallFwdR7UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { pBXCallFwdR7Entry  104 }

  pBXCallFwdR7CFUUseValsAsDefsOnDIDNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - use values as defaults on DID Numbers'."
    DEFVAL       { true }
    ::= { pBXCallFwdR7Entry  105 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DID Number Call Services'                                   */
-- /* Valid from: 7.4                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  pBXDIDNumClServsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXDIDNumClServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Direct Inward Calling Number'."
    ::= { metaSwitch  2004 }

  pBXDIDNumClServsR1Entry OBJECT-TYPE
    SYNTAX       PBXDIDNumClServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXDIDNumClServsR1NEConn,
             pBXDIDNumClServsR1NetwkElement,
             pBXDIDNumClServsR1CFSIx,
             pBXDIDNumClServsR1DirNum,
             pBXDIDNumClServsR1Type,
             pBXDIDNumClServsR1FirstDirNum,
             pBXDIDNumClServsR1DIDDirNum }
    ::= {  pBXDIDNumClServsR1Table  1  }

  PBXDIDNumClServsR1Entry  ::=  SEQUENCE
  {
    pBXDIDNumClServsR1NEConn           Unsigned32,
    pBXDIDNumClServsR1NetwkElement     DisplayString,
    pBXDIDNumClServsR1CFSIx            Unsigned32,
    pBXDIDNumClServsR1DirNum           DisplayString,
    pBXDIDNumClServsR1Type             INTEGER,
    pBXDIDNumClServsR1FirstDirNum      DisplayString,
    pBXDIDNumClServsR1DIDDirNum        DisplayString,
    pBXDIDNumClServsR1I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    pBXDIDNumClServsR1I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXDIDNumClServsR1I3DelegatedManagementGpDMGIx
                                       Integer32,
    pBXDIDNumClServsR1CustInfo6        DisplayString,
    pBXDIDNumClServsR1CustomerInfoFirstName
                                       LongDisplayString,
    pBXDIDNumClServsR1CustomerInfoSecondName
                                       LongDisplayString,
    pBXDIDNumClServsR1CustomerInfoOtherNames
                                       LongDisplayString,
    pBXDIDNumClServsR1CustomerInfoPenultimateName
                                       LongDisplayString,
    pBXDIDNumClServsR1CustomerInfoSurname
                                       LongDisplayString,
    pBXDIDNumClServsR1SDActEnabled     INTEGER,
    pBXDIDNumClServsR1SDDefEnabled     INTEGER,
    pBXDIDNumClServsR1SDUseDefEnabled  INTEGER,
    pBXDIDNumClServsR1SDActNum         DisplayString,
    pBXDIDNumClServsR1SDDefNum         DisplayString,
    pBXDIDNumClServsR1SDUseDefNum      INTEGER,
    pBXDIDNumClServsR1RowStatus        RowStatus,
    pBXDIDNumClServsR1SDActCFUEnabled  INTEGER,
    pBXDIDNumClServsR1SDDefCFUEnabled  INTEGER,
    pBXDIDNumClServsR1SDUseDefCFUEnabled
                                       INTEGER,
    pBXDIDNumClServsR1SDActCFUNum      DisplayString,
    pBXDIDNumClServsR1SDDefCFUNum      DisplayString,
    pBXDIDNumClServsR1SDUseDefCFUNum   INTEGER
  }

  pBXDIDNumClServsR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXDIDNumClServsR1Entry  1 }

  pBXDIDNumClServsR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXDIDNumClServsR1Entry  2 }

  pBXDIDNumClServsR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXDIDNumClServsR1Entry  3 }

  pBXDIDNumClServsR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXDIDNumClServsR1Entry  4 }

  pBXDIDNumClServsR1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   dIDRange(1),
                   dISANumber(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    DEFVAL       { dIDRange }
    ::= { pBXDIDNumClServsR1Entry  5 }

  pBXDIDNumClServsR1FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Directory number'.
                  This is an index field."
    ::= { pBXDIDNumClServsR1Entry  6 }

  pBXDIDNumClServsR1DIDDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory Number'.
                  This is an index field."
    ::= { pBXDIDNumClServsR1Entry  7 }

  pBXDIDNumClServsR1I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumClServsR1Entry  8 }

  pBXDIDNumClServsR1I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumClServsR1Entry  9 }

  pBXDIDNumClServsR1I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumClServsR1Entry  10 }

  pBXDIDNumClServsR1CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { pBXDIDNumClServsR1Entry  11 }

  pBXDIDNumClServsR1CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXDIDNumClServsR1Entry  12 }

  pBXDIDNumClServsR1CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXDIDNumClServsR1Entry  13 }

  pBXDIDNumClServsR1CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXDIDNumClServsR1Entry  14 }

  pBXDIDNumClServsR1CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXDIDNumClServsR1Entry  15 }

  pBXDIDNumClServsR1CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXDIDNumClServsR1Entry  16 }

  pBXDIDNumClServsR1SDActEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  17 }

  pBXDIDNumClServsR1SDDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  18 }

  pBXDIDNumClServsR1SDUseDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumClServsR1Entry  19 }

  pBXDIDNumClServsR1SDActNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  20 }

  pBXDIDNumClServsR1SDDefNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  21 }

  pBXDIDNumClServsR1SDUseDefNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumClServsR1Entry  22 }

  pBXDIDNumClServsR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXDIDNumClServsR1Entry  23 }

  pBXDIDNumClServsR1SDActCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  24 }

  pBXDIDNumClServsR1SDDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  25 }

  pBXDIDNumClServsR1SDUseDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumClServsR1Entry  26 }

  pBXDIDNumClServsR1SDActCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  27 }

  pBXDIDNumClServsR1SDDefCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumClServsR1Entry  28 }

  pBXDIDNumClServsR1SDUseDefCFUNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumClServsR1Entry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 8.2.02                                                            */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  cFSR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2005 }

  cFSR11Entry OBJECT-TYPE
    SYNTAX       CFSR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR11NEConn,
             cFSR11NetwkElement,
             cFSR11CFSIx }
    ::= {  cFSR11Table  1  }

  CFSR11Entry  ::=  SEQUENCE
  {
    cFSR11NEConn                       Unsigned32,
    cFSR11NetwkElement                 DisplayString,
    cFSR11CFSIx                        Unsigned32,
    cFSR11DeactivnMode                 INTEGER,
    cFSR11AlrmState                    INTEGER,
    cFSR11AlrmLogCorr                  Counter64,
    cFSR11AlrmEvtsAttnRq               Integer32,
    cFSR11AlrmStateTimestamp           Unsigned32,
    cFSR11AlrmResetTimestamp           Unsigned32,
    cFSR11CntrldMGsAlrmsAttnRq         Integer32,
    cFSR11CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR11CntrldMGsAlrmsAtndDp         Integer32,
    cFSR11CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR11SigAlrmsAttnRq               Integer32,
    cFSR11SigAlrmEvtsAttnRq            Integer32,
    cFSR11SigAlrmsAtndDp               Integer32,
    cFSR11SigAlrmEvtsAtndDp            Integer32,
    cFSR11BillAlrmsAttnRq              Integer32,
    cFSR11BillAlrmEvtsAttnRq           Integer32,
    cFSR11CallServsAlrmsAttnRq         Integer32,
    cFSR11CallServsAlrmEvtsAttnRq      Integer32,
    cFSR11CallServsAlrmsAtndDp         Integer32,
    cFSR11CallServsAlrmEvtsAtndDp      Integer32,
    cFSR11RPSAlrmsAttnRq               Integer32,
    cFSR11RPSAlrmEvtsAttnRq            Integer32,
    cFSR11RPSAlrmsAtndDp               Integer32,
    cFSR11RPSAlrmEvtsAtndDp            Integer32,
    cFSR11SubCfgAlrmsAttnRq            Integer32,
    cFSR11SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR11SubCfgAlrmsAtndDp            Integer32,
    cFSR11SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR11TotChldAlrmsAttnRq           Unsigned32,
    cFSR11TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR11TotChldAlrmsAtndDp           Unsigned32,
    cFSR11TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR11SummaryChldAlrmState         INTEGER,
    cFSR11DoExtraActions               INTEGER,
    cFSR11RowStatus                    RowStatus,
    cFSR11AdminStatus                  AdminStatus,
    cFSR11OperStatus                   OperStatus,
    cFSR11Timezone                     INTEGER,
    cFSR11AdjustDaylightSavings        INTEGER,
    cFSR11DaylightSavingsInForce       INTEGER,
    cFSR11MaxNumLineTrafficStudies     Unsigned32,
    cFSR11T38GloballySupported         INTEGER,
    cFSR11ImportCnt                    Integer32,
    cFSR11ImportStatus                 DisplayString,
    cFSR11ImportMode                   INTEGER,
    cFSR11ImportFile                   DisplayString,
    cFSR11ImportCorr                   Counter64,
    cFSR11ImportCorrNode               DisplayString,
    cFSR11ImportCorrUID                DisplayString,
    cFSR11StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR11DefAnnounceLocale            INTEGER,
    cFSR11StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR11StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR11StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR11StatisticsAlrms              Integer32,
    cFSR11ChldStatisticsAlrms          Integer32,
    cFSR11SecondDefAnnounceLocale      INTEGER,
    cFSR11SysTimezone                  LongDisplayString,
    cFSR11SubTimezones                 LongDisplayString,
    cFSR11StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR11StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR11StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR11StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR11StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR11StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR11MRSAlrmsAttnRq               Integer32,
    cFSR11MRSAlrmEvtsAttnRq            Integer32,
    cFSR11CFSRole                      INTEGER,
    cFSR11SupportedLocales             LongDisplayString,
    cFSR11LineCfgAlrmsAttnRq           Integer32,
    cFSR11LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR11LineCfgAlrmsAtndDp           Integer32,
    cFSR11LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR11DefMediaType                 INTEGER
  }

  cFSR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR11Entry  1 }

  cFSR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR11Entry  2 }

  cFSR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR11Entry  3 }

  cFSR11DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR11Entry  4 }

  cFSR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR11Entry  5 }

  cFSR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR11Entry  6 }

  cFSR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  7 }

  cFSR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR11Entry  8 }

  cFSR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR11Entry  9 }

  cFSR11CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR11Entry  10 }

  cFSR11CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  11 }

  cFSR11CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR11Entry  12 }

  cFSR11CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  13 }

  cFSR11SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR11Entry  14 }

  cFSR11SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  15 }

  cFSR11SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR11Entry  16 }

  cFSR11SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  17 }

  cFSR11BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR11Entry  18 }

  cFSR11BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  19 }

  cFSR11CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR11Entry  20 }

  cFSR11CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  21 }

  cFSR11CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR11Entry  22 }

  cFSR11CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  23 }

  cFSR11RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR11Entry  24 }

  cFSR11RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  25 }

  cFSR11RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR11Entry  26 }

  cFSR11RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  27 }

  cFSR11SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR11Entry  28 }

  cFSR11SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  29 }

  cFSR11SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR11Entry  30 }

  cFSR11SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  31 }

  cFSR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR11Entry  32 }

  cFSR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR11Entry  33 }

  cFSR11TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR11Entry  34 }

  cFSR11TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR11Entry  35 }

  cFSR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR11Entry  36 }

  cFSR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR11Entry  37 }

  cFSR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR11Entry  38 }

  cFSR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR11Entry  39 }

  cFSR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR11Entry  40 }

  cFSR11Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR11Entry  41 }

  cFSR11AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR11Entry  42 }

  cFSR11DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR11Entry  43 }

  cFSR11MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR11Entry  44 }

  cFSR11T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR11Entry  45 }

  cFSR11ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR11Entry  47 }

  cFSR11ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR11Entry  48 }

  cFSR11ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR11Entry  49 }

  cFSR11ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR11Entry  50 }

  cFSR11ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR11Entry  51 }

  cFSR11ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR11Entry  52 }

  cFSR11ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR11Entry  53 }

  cFSR11StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR11Entry  54 }

  cFSR11DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR11Entry  55 }

  cFSR11StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR11Entry  56 }

  cFSR11StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR11Entry  57 }

  cFSR11StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR11Entry  58 }

  cFSR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR11Entry  59 }

  cFSR11ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR11Entry  60 }

  cFSR11SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR11Entry  61 }

  cFSR11SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR11Entry  62 }

  cFSR11SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR11Entry  63 }

  cFSR11StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR11Entry  64 }

  cFSR11StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR11Entry  65 }

  cFSR11StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR11Entry  66 }

  cFSR11StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR11Entry  67 }

  cFSR11StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR11Entry  68 }

  cFSR11StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR11Entry  69 }

  cFSR11MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR11Entry  70 }

  cFSR11MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  71 }

  cFSR11CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR11Entry  72 }

  cFSR11SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR11Entry  73 }

  cFSR11LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR11Entry  74 }

  cFSR11LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  75 }

  cFSR11LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR11Entry  76 }

  cFSR11LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR11Entry  77 }

  cFSR11DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR11Entry  78 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Billing'                                                    */
-- /* Valid from: 8.2.02                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  billConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2006 }

  billConR3Entry OBJECT-TYPE
    SYNTAX       BillConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billConR3NEConn,
             billConR3NetwkElement,
             billConR3CFSIx }
    ::= {  billConR3Table  1  }

  BillConR3Entry  ::=  SEQUENCE
  {
    billConR3NEConn                    Unsigned32,
    billConR3NetwkElement              DisplayString,
    billConR3CFSIx                     Unsigned32,
    billConR3BAFBillEvtAlrmsAttnRq     Unsigned32,
    billConR3BAFBillEvtAlrmEvtsAttnRq  Unsigned32,
    billConR3BAFBillFileControlAlrmsAttnRq
                                       Integer32,
    billConR3BAFBillFileControlAlrmEvtsAttnRq
                                       Integer32,
    billConR3TotChldAlrmsAttnRq        Unsigned32,
    billConR3TotChldAlrmEvtsAttnRq     Unsigned32,
    billConR3SummaryChldAlrmState      INTEGER,
    billConR3IMSOfflineChargingAlrmsAttnRq
                                       Integer32,
    billConR3IMSOfflineChargingAlrmEvtsAttnRq
                                       Integer32,
    billConR3ChldStatisticsAlrms       Integer32,
    billConR3GlobalChargingChargeIndDefSubSetting
                                       INTEGER,
    billConR3SupportGblChrgAdvChrg     INTEGER,
    billConR3GblChrgAdvChrgDefAOCDSubscrSetting
                                       INTEGER,
    billConR3GblChrgAdvChrgDefAOCESubscrSetting
                                       INTEGER,
    billConR3GblChrgAdvChrgNumUnitsPerChargInterval
                                       Unsigned32,
    billConR3CallClassifierUDACDRClassification
                                       Unsigned32,
    billConR3StatisticsAlrms           Integer32,
    billConR3XMLBillFileControlAlrmsAttnRq
                                       Integer32,
    billConR3XMLBillFileControlAlrmEvtsAttnRq
                                       Integer32,
    billConR3CFSNameBill               DisplayString,
    billConR3IMSOnlineChargingAlrmsAttnRq
                                       Integer32,
    billConR3IMSOnlineChargingAlrmEvtsAttnRq
                                       Integer32,
    billConR3SISChargingAlrmsAttnRq    Integer32,
    billConR3SISChargingAlrmEvtsAttnRq Integer32
  }

  billConR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billConR3Entry  1 }

  billConR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billConR3Entry  2 }

  billConR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billConR3Entry  3 }

  billConR3BAFBillEvtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarms'."
    ::= { billConR3Entry  4 }

  billConR3BAFBillEvtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billConR3Entry  5 }

  billConR3BAFBillFileControlAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing File Control Attention Required alarms'."
    ::= { billConR3Entry  6 }

  billConR3BAFBillFileControlAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing File Control Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR3Entry  7 }

  billConR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { billConR3Entry  8 }

  billConR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { billConR3Entry  9 }

  billConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { billConR3Entry  10 }

  billConR3IMSOfflineChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Offline Charging Attention Required alarms'."
    ::= { billConR3Entry  11 }

  billConR3IMSOfflineChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Offline Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR3Entry  12 }

  billConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { billConR3Entry  13 }

  billConR3GlobalChargingChargeIndDefSubSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - charge indication - default subscriber setting'."
    DEFVAL       { none }
    ::= { billConR3Entry  14 }

  billConR3SupportGblChrgAdvChrg OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Support'."
    DEFVAL       { notConfigured }
    ::= { billConR3Entry  15 }

  billConR3GblChrgAdvChrgDefAOCDSubscrSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Default AOC-D subscriber setting'."
    DEFVAL       { neverProvided }
    ::= { billConR3Entry  16 }

  billConR3GblChrgAdvChrgDefAOCESubscrSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Default AOC-E subscriber setting'."
    DEFVAL       { neverProvided }
    ::= { billConR3Entry  17 }

  billConR3GblChrgAdvChrgNumUnitsPerChargInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Number of units per charging interval'."
    DEFVAL       { 1 }
    ::= { billConR3Entry  18 }

  billConR3CallClassifierUDACDRClassification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Classifier - UDA for CDR Classification'."
    ::= { billConR3Entry  19 }

  billConR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { billConR3Entry  20 }

  billConR3XMLBillFileControlAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing File Control Attention Required alarms'."
    ::= { billConR3Entry  21 }

  billConR3XMLBillFileControlAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing File Control Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR3Entry  22 }

  billConR3CFSNameBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS name for billing'."
    ::= { billConR3Entry  23 }

  billConR3IMSOnlineChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Online Charging Attention Required alarms'."
    ::= { billConR3Entry  24 }

  billConR3IMSOnlineChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Online Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR3Entry  25 }

  billConR3SISChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIS Charging Attention Required alarms'."
    ::= { billConR3Entry  26 }

  billConR3SISChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIS Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR3Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Online Charging'                                        */
-- /* Valid from: 8.2.02                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  iMSOnChrgTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOnChrgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2007 }

  iMSOnChrgEntry OBJECT-TYPE
    SYNTAX       IMSOnChrgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOnChrgNEConn,
             iMSOnChrgNetwkElement,
             iMSOnChrgCFSIx }
    ::= {  iMSOnChrgTable  1  }

  IMSOnChrgEntry  ::=  SEQUENCE
  {
    iMSOnChrgNEConn                    Unsigned32,
    iMSOnChrgNetwkElement              DisplayString,
    iMSOnChrgCFSIx                     Unsigned32,
    iMSOnChrgEnableIMSOnlineCharging   INTEGER,
    iMSOnChrgI1LocalDiameterEntityNEConn
                                       Unsigned32,
    iMSOnChrgI2LocalDiameterEntityNetwkElement
                                       DisplayString,
    iMSOnChrgI3LocalDiameterEntityDiameterEntityIx
                                       Unsigned32,
    iMSOnChrgDestRealm                 DisplayString,
    iMSOnChrgDefPartiesCharged         INTEGER,
    iMSOnChrgDefDiameterConnFailBehavior
                                       INTEGER,
    iMSOnChrgDefESAModeConnFailBehavior
                                       INTEGER,
    iMSOnChrgReportUsedUnitsAsTotCallTime
                                       INTEGER,
    iMSOnChrgValMultipleServsIndicatorAVP
                                       INTEGER,
    iMSOnChrgTimeUnitsRequestedInCCR   Unsigned32,
    iMSOnChrgCallRatingGp              Unsigned32,
    iMSOnChrgAlrmState                 INTEGER,
    iMSOnChrgStatisticsAlrms           Integer32,
    iMSOnChrgAlrmStateTimestamp        Unsigned32,
    iMSOnChrgAlrmEvtsAttnRqLogCorr     Counter64,
    iMSOnChrgAlrmEvtsAttnRq            Unsigned32,
    iMSOnChrgAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iMSOnChrgRowStatus                 RowStatus,
    iMSOnChrgAdminStatus               AdminStatus,
    iMSOnChrgOperStatus                OperStatus
  }

  iMSOnChrgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOnChrgEntry  1 }

  iMSOnChrgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOnChrgEntry  2 }

  iMSOnChrgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iMSOnChrgEntry  3 }

  iMSOnChrgEnableIMSOnlineCharging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable IMS online charging'."
    DEFVAL       { false }
    ::= { iMSOnChrgEntry  4 }

  iMSOnChrgI1LocalDiameterEntityNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgEntry  5 }

  iMSOnChrgI2LocalDiameterEntityNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgEntry  6 }

  iMSOnChrgI3LocalDiameterEntityDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Diameter Entity index'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgEntry  7 }

  iMSOnChrgDestRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination realm'."
    ::= { iMSOnChrgEntry  8 }

  iMSOnChrgDefPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default parties charged'."
    DEFVAL       { none }
    ::= { iMSOnChrgEntry  9 }

  iMSOnChrgDefDiameterConnFailBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminate(1),
                   retryAndTerminate(2),
                   continue(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Diameter connection failure behavior'."
    DEFVAL       { retryAndTerminate }
    ::= { iMSOnChrgEntry  10 }

  iMSOnChrgDefESAModeConnFailBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminate(1),
                   retryAndTerminate(2),
                   continue(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default ESA mode connection failure behavior'."
    DEFVAL       { continue }
    ::= { iMSOnChrgEntry  11 }

  iMSOnChrgReportUsedUnitsAsTotCallTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Report Used-Units as total call time'."
    DEFVAL       { false }
    ::= { iMSOnChrgEntry  12 }

  iMSOnChrgValMultipleServsIndicatorAVP OBJECT-TYPE
    SYNTAX       INTEGER {
                   supported(1),
                   unsupported(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Value of Multiple-Services-Indicator AVP'."
    DEFVAL       { unsupported }
    ::= { iMSOnChrgEntry  13 }

  iMSOnChrgTimeUnitsRequestedInCCR OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time units requested in CCR'."
    DEFVAL       { 60 }
    ::= { iMSOnChrgEntry  14 }

  iMSOnChrgCallRatingGp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Rating-Group'."
    DEFVAL       { 0 }
    ::= { iMSOnChrgEntry  15 }

  iMSOnChrgAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iMSOnChrgEntry  16 }

  iMSOnChrgStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iMSOnChrgEntry  17 }

  iMSOnChrgAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iMSOnChrgEntry  18 }

  iMSOnChrgAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iMSOnChrgEntry  19 }

  iMSOnChrgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSOnChrgEntry  20 }

  iMSOnChrgAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iMSOnChrgEntry  21 }

  iMSOnChrgRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iMSOnChrgEntry  22 }

  iMSOnChrgAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnChrgEntry  23 }

  iMSOnChrgOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnChrgEntry  24 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIS Charging'                                               */
-- /* Valid from: 8.2.02                                                            */
-- /*********************************************************************************/

  sISChrgTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SISChrgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2008 }

  sISChrgEntry OBJECT-TYPE
    SYNTAX       SISChrgEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sISChrgNEConn,
             sISChrgNetwkElement,
             sISChrgCFSIx }
    ::= {  sISChrgTable  1  }

  SISChrgEntry  ::=  SEQUENCE
  {
    sISChrgNEConn                      Unsigned32,
    sISChrgNetwkElement                DisplayString,
    sISChrgCFSIx                       Unsigned32,
    sISChrgDefAddrs                    LongDisplayString,
    sISChrgDefAddrSelMethod            INTEGER,
    sISChrgInterimRequestInterval      Unsigned32,
    sISChrgAlrmState                   INTEGER,
    sISChrgAlrmStateTimestamp          Unsigned32,
    sISChrgAlrmEvtsAttnRqLogCorr       Counter64,
    sISChrgAlrmEvtsAttnRq              Unsigned32,
    sISChrgAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sISChrgRowStatus                   RowStatus,
    sISChrgAdminStatus                 AdminStatus,
    sISChrgOperStatus                  OperStatus
  }

  sISChrgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sISChrgEntry  1 }

  sISChrgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sISChrgEntry  2 }

  sISChrgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sISChrgEntry  3 }

  sISChrgDefAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..260))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default addresses'."
    ::= { sISChrgEntry  4 }

  sISChrgDefAddrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   inOrder(1),
                   roundRobin(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default address selection method'."
    DEFVAL       { inOrder }
    ::= { sISChrgEntry  5 }

  sISChrgInterimRequestInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interim request interval'."
    DEFVAL       { 3600 }
    ::= { sISChrgEntry  6 }

  sISChrgAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sISChrgEntry  7 }

  sISChrgAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sISChrgEntry  8 }

  sISChrgAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sISChrgEntry  9 }

  sISChrgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sISChrgEntry  10 }

  sISChrgAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sISChrgEntry  11 }

  sISChrgRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sISChrgEntry  12 }

  sISChrgAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sISChrgEntry  13 }

  sISChrgOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sISChrgEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Incoming Call Services'                              */
-- /* Valid from: 8.2.02                                                            */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  inServR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF InServR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2009 }

  inServR7Entry OBJECT-TYPE
    SYNTAX       InServR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { inServR7NEConn,
             inServR7NetwkElement,
             inServR7CFSIx }
    ::= {  inServR7Table  1  }

  InServR7Entry  ::=  SEQUENCE
  {
    inServR7NEConn                     Unsigned32,
    inServR7NetwkElement               DisplayString,
    inServR7CFSIx                      Unsigned32,
    inServR7SupportACR                 INTEGER,
    inServR7ACRUSB                     INTEGER,
    inServR7ACRAvailToAll              INTEGER,
    inServR7ACREnableCode              DisplayString,
    inServR7ACRDisableCode             DisplayString,
    inServR7ACRCheckCode               DisplayString,
    inServR7RowStatus                  RowStatus,
    inServR7SupportSCR                 INTEGER,
    inServR7SCRUSB                     INTEGER,
    inServR7AllowSCRUSBDenied          INTEGER,
    inServR7SCRAccessCode              DisplayString,
    inServR7SCRSecondaryAccessCode     DisplayString,
    inServR7SCRMaxNum                  Unsigned32,
    inServR7SupportPriorityCall        INTEGER,
    inServR7PriorityCallUSB            INTEGER,
    inServR7AllowPriorityCallUSBDenied INTEGER,
    inServR7PriorityCallAccessCode     DisplayString,
    inServR7PriorityCallSecondaryAccessCode
                                       DisplayString,
    inServR7PriorityCallMaxNum         Unsigned32,
    inServR7SupportDoNotDist           INTEGER,
    inServR7DoNotDistEnableCode        DisplayString,
    inServR7DoNotDistDisableCode       DisplayString,
    inServR7DoNotDistCheckCode         DisplayString,
    inServR7DoNotDistSingleRingDef     INTEGER,
    inServR7SupportSCA                 INTEGER,
    inServR7SCAUSB                     INTEGER,
    inServR7SCAUSBCanBeDenied          INTEGER,
    inServR7SCAAccessCode              DisplayString,
    inServR7SCAAlternativeAccessCode   DisplayString,
    inServR7SCAMaxNumsToConfigure      Unsigned32,
    inServR7MLHGsProdBAFBillRecs       INTEGER,
    inServR7MLHGsBAFBillFeatureCode    INTEGER,
    inServR7MLHGsLogInOutAccCodeSupported
                                       INTEGER,
    inServR7MLHGsLogInOutAccCode       DisplayString,
    inServR7MLHGsStatisticsEnabledByDef
                                       INTEGER,
    inServR7MADNMLHGCOClsToSIPLnsClsSprMCA
                                       INTEGER,
    inServR7SupportLongDistanceAlert   INTEGER,
    inServR7LongDistanceAlertClgAreaUndet
                                       INTEGER,
    inServR7SupportDoNotDistIntegratedDND
                                       INTEGER,
    inServR7MLHGsMonitorAccessCode     DisplayString,
    inServR7MLHGsWhisperAccessCode     DisplayString,
    inServR7MLHGsBargeInAccessCode     DisplayString
  }

  inServR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { inServR7Entry  1 }

  inServR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { inServR7Entry  2 }

  inServR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { inServR7Entry  3 }

  inServR7SupportACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR7Entry  4 }

  inServR7ACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  5 }

  inServR7ACRAvailToAll OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - available to all'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  6 }

  inServR7ACREnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - enable code'.
                  This field is not writable when active."
    ::= { inServR7Entry  7 }

  inServR7ACRDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - disable code'.
                  This field is not writable when active."
    ::= { inServR7Entry  8 }

  inServR7ACRCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - check code'.
                  This field is not writable when active."
    ::= { inServR7Entry  9 }

  inServR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { inServR7Entry  10 }

  inServR7SupportSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR7Entry  11 }

  inServR7SCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  12 }

  inServR7AllowSCRUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR7Entry  13 }

  inServR7SCRAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  14 }

  inServR7SCRSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - alternative access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  15 }

  inServR7SCRMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR7Entry  16 }

  inServR7SupportPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR7Entry  17 }

  inServR7PriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  18 }

  inServR7AllowPriorityCallUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR7Entry  19 }

  inServR7PriorityCallAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call - access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  20 }

  inServR7PriorityCallSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - alternative access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  21 }

  inServR7PriorityCallMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR7Entry  22 }

  inServR7SupportDoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR7Entry  26 }

  inServR7DoNotDistEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - enable code'.
                  This field is not writable when active."
    ::= { inServR7Entry  27 }

  inServR7DoNotDistDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - disable code'.
                  This field is not writable when active."
    ::= { inServR7Entry  28 }

  inServR7DoNotDistCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - check code'.
                  This field is not writable when active."
    ::= { inServR7Entry  29 }

  inServR7DoNotDistSingleRingDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  30 }

  inServR7SupportSCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR7Entry  31 }

  inServR7SCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  32 }

  inServR7SCAUSBCanBeDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR7Entry  33 }

  inServR7SCAAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  34 }

  inServR7SCAAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - alternative access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  35 }

  inServR7SCAMaxNumsToConfigure OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR7Entry  36 }

  inServR7MLHGsProdBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - produce BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR7Entry  37 }

  inServR7MLHGsBAFBillFeatureCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - BAF billing feature code'.
                  This field is not writable when active."
    DEFVAL       { 14 }
    ::= { inServR7Entry  38 }

  inServR7MLHGsLogInOutAccCodeSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  39 }

  inServR7MLHGsLogInOutAccCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  40 }

  inServR7MLHGsStatisticsEnabledByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - statistics enabled by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  41 }

  inServR7MADNMLHGCOClsToSIPLnsClsSprMCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MADN/MLHG calls - offer MADN/MLHG calls to SIP lines in calls with spare MCAs'."
    DEFVAL       { true }
    ::= { inServR7Entry  42 }

  inServR7SupportLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR7Entry  43 }

  inServR7LongDistanceAlertClgAreaUndet OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Long Distance Alert - treatment if calling area undetermined'.
                  This field is not writable when active."
    DEFVAL       { longDistance }
    ::= { inServR7Entry  44 }

  inServR7SupportDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - integrated DND support'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR7Entry  45 }

  inServR7MLHGsMonitorAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - monitor access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  46 }

  inServR7MLHGsWhisperAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - whisper access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  47 }

  inServR7MLHGsBargeInAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - barge-in access code'.
                  This field is not writable when active."
    ::= { inServR7Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Online Charging Controls'                           */
-- /* Valid from: 8.2.02                                                            */
-- /*********************************************************************************/

  perProfOnChrgCtrlsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2010 }

  perProfOnChrgCtrlsEntry OBJECT-TYPE
    SYNTAX       PerProfOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfOnChrgCtrlsNEConn,
             perProfOnChrgCtrlsNetwkElement,
             perProfOnChrgCtrlsCFSIx,
             perProfOnChrgCtrlsGpIx }
    ::= {  perProfOnChrgCtrlsTable  1  }

  PerProfOnChrgCtrlsEntry  ::=  SEQUENCE
  {
    perProfOnChrgCtrlsNEConn           Unsigned32,
    perProfOnChrgCtrlsNetwkElement     DisplayString,
    perProfOnChrgCtrlsCFSIx            Unsigned32,
    perProfOnChrgCtrlsGpIx             Unsigned32,
    perProfOnChrgCtrlsSDActRoPartiesCharged
                                       INTEGER,
    perProfOnChrgCtrlsSDDefRoPartiesCharged
                                       INTEGER,
    perProfOnChrgCtrlsSDUseDefRoPartiesCharged
                                       INTEGER
  }

  perProfOnChrgCtrlsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfOnChrgCtrlsEntry  1 }

  perProfOnChrgCtrlsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfOnChrgCtrlsEntry  2 }

  perProfOnChrgCtrlsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfOnChrgCtrlsEntry  3 }

  perProfOnChrgCtrlsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfOnChrgCtrlsEntry  4 }

  perProfOnChrgCtrlsSDActRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOnChrgCtrlsEntry  5 }

  perProfOnChrgCtrlsSDDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOnChrgCtrlsEntry  6 }

  perProfOnChrgCtrlsSDUseDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOnChrgCtrlsEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Online Charging Controls'                                   */
-- /* Valid from: 8.2.02                                                            */
-- /*********************************************************************************/

  indLineOnChrgCtrlsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2011 }

  indLineOnChrgCtrlsEntry OBJECT-TYPE
    SYNTAX       IndLineOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineOnChrgCtrlsNEConn,
             indLineOnChrgCtrlsNetwkElement,
             indLineOnChrgCtrlsCFSIx,
             indLineOnChrgCtrlsDirNum }
    ::= {  indLineOnChrgCtrlsTable  1  }

  IndLineOnChrgCtrlsEntry  ::=  SEQUENCE
  {
    indLineOnChrgCtrlsNEConn           Unsigned32,
    indLineOnChrgCtrlsNetwkElement     DisplayString,
    indLineOnChrgCtrlsCFSIx            Unsigned32,
    indLineOnChrgCtrlsDirNum           DisplayString,
    indLineOnChrgCtrlsSDActRoPartiesCharged
                                       INTEGER,
    indLineOnChrgCtrlsSDDefRoPartiesCharged
                                       INTEGER,
    indLineOnChrgCtrlsSDUseDefRoPartiesCharged
                                       INTEGER
  }

  indLineOnChrgCtrlsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineOnChrgCtrlsEntry  1 }

  indLineOnChrgCtrlsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineOnChrgCtrlsEntry  2 }

  indLineOnChrgCtrlsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineOnChrgCtrlsEntry  3 }

  indLineOnChrgCtrlsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOnChrgCtrlsEntry  4 }

  indLineOnChrgCtrlsSDActRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOnChrgCtrlsEntry  5 }

  indLineOnChrgCtrlsSDDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOnChrgCtrlsEntry  6 }

  indLineOnChrgCtrlsSDUseDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOnChrgCtrlsEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Online Charging Controls'                                   */
-- /* Valid from: 8.2.02                                                            */
-- /*********************************************************************************/

  bGLineOnChrgCtrlsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2012 }

  bGLineOnChrgCtrlsEntry OBJECT-TYPE
    SYNTAX       BGLineOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineOnChrgCtrlsNEConn,
             bGLineOnChrgCtrlsNetwkElement,
             bGLineOnChrgCtrlsCFSIx,
             bGLineOnChrgCtrlsGpIx,
             bGLineOnChrgCtrlsFirstDirNum,
             bGLineOnChrgCtrlsDirNum }
    ::= {  bGLineOnChrgCtrlsTable  1  }

  BGLineOnChrgCtrlsEntry  ::=  SEQUENCE
  {
    bGLineOnChrgCtrlsNEConn            Unsigned32,
    bGLineOnChrgCtrlsNetwkElement      DisplayString,
    bGLineOnChrgCtrlsCFSIx             Unsigned32,
    bGLineOnChrgCtrlsGpIx              Unsigned32,
    bGLineOnChrgCtrlsFirstDirNum       DisplayString,
    bGLineOnChrgCtrlsDirNum            DisplayString,
    bGLineOnChrgCtrlsSDActRoPartiesCharged
                                       INTEGER,
    bGLineOnChrgCtrlsSDDefRoPartiesCharged
                                       INTEGER,
    bGLineOnChrgCtrlsSDUseDefRoPartiesCharged
                                       INTEGER
  }

  bGLineOnChrgCtrlsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineOnChrgCtrlsEntry  1 }

  bGLineOnChrgCtrlsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineOnChrgCtrlsEntry  2 }

  bGLineOnChrgCtrlsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineOnChrgCtrlsEntry  3 }

  bGLineOnChrgCtrlsGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineOnChrgCtrlsEntry  4 }

  bGLineOnChrgCtrlsFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineOnChrgCtrlsEntry  5 }

  bGLineOnChrgCtrlsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineOnChrgCtrlsEntry  6 }

  bGLineOnChrgCtrlsSDActRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOnChrgCtrlsEntry  7 }

  bGLineOnChrgCtrlsSDDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOnChrgCtrlsEntry  8 }

  bGLineOnChrgCtrlsSDUseDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOnChrgCtrlsEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Online Charging Controls'                                   */
-- /* Valid from: 8.2.02                                                            */
-- /*********************************************************************************/

  pBXOnChrgCtrlsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2013 }

  pBXOnChrgCtrlsEntry OBJECT-TYPE
    SYNTAX       PBXOnChrgCtrlsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXOnChrgCtrlsNEConn,
             pBXOnChrgCtrlsNetwkElement,
             pBXOnChrgCtrlsCFSIx,
             pBXOnChrgCtrlsDirNum }
    ::= {  pBXOnChrgCtrlsTable  1  }

  PBXOnChrgCtrlsEntry  ::=  SEQUENCE
  {
    pBXOnChrgCtrlsNEConn               Unsigned32,
    pBXOnChrgCtrlsNetwkElement         DisplayString,
    pBXOnChrgCtrlsCFSIx                Unsigned32,
    pBXOnChrgCtrlsDirNum               DisplayString,
    pBXOnChrgCtrlsSDActRoPartiesCharged
                                       INTEGER,
    pBXOnChrgCtrlsSDDefRoPartiesCharged
                                       INTEGER,
    pBXOnChrgCtrlsSDUseDefRoPartiesCharged
                                       INTEGER
  }

  pBXOnChrgCtrlsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXOnChrgCtrlsEntry  1 }

  pBXOnChrgCtrlsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXOnChrgCtrlsEntry  2 }

  pBXOnChrgCtrlsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXOnChrgCtrlsEntry  3 }

  pBXOnChrgCtrlsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXOnChrgCtrlsEntry  4 }

  pBXOnChrgCtrlsSDActRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOnChrgCtrlsEntry  5 }

  pBXOnChrgCtrlsSDDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOnChrgCtrlsEntry  6 }

  pBXOnChrgCtrlsSDUseDefRoPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Ro parties charged'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOnChrgCtrlsEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Online Peer'                                            */
-- /* Valid from: 8.2.02                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  iMSOnPeerTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOnPeerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Local Diameter Entity'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2016 }

  iMSOnPeerEntry OBJECT-TYPE
    SYNTAX       IMSOnPeerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOnPeerNEConn,
             iMSOnPeerNetwkElement,
             iMSOnPeerDiameterEntityIx,
             iMSOnPeerPeerName,
             iMSOnPeerRealmName }
    ::= {  iMSOnPeerTable  1  }

  IMSOnPeerEntry  ::=  SEQUENCE
  {
    iMSOnPeerNEConn                    Unsigned32,
    iMSOnPeerNetwkElement              DisplayString,
    iMSOnPeerDiameterEntityIx          Unsigned32,
    iMSOnPeerPeerName                  DisplayString,
    iMSOnPeerRealmName                 DisplayString,
    iMSOnPeerPriority                  Unsigned32,
    iMSOnPeerTransportType             INTEGER,
    iMSOnPeerAddr                      DisplayString,
    iMSOnPeerLocalPortSCTP             Unsigned32,
    iMSOnPeerLocalPortTCP              Unsigned32,
    iMSOnPeerPeerPortSCTP              Unsigned32,
    iMSOnPeerPeerPortTCP               Unsigned32,
    iMSOnPeerWatchdogInterval          Unsigned32,
    iMSOnPeerDoExtraActions            INTEGER,
    iMSOnPeerRowStatus                 RowStatus,
    iMSOnPeerAdminStatus               AdminStatus,
    iMSOnPeerOperStatus                OperStatus
  }

  iMSOnPeerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOnPeerEntry  1 }

  iMSOnPeerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOnPeerEntry  2 }

  iMSOnPeerDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diameter Entity index'.
                  This is an index field."
    ::= { iMSOnPeerEntry  3 }

  iMSOnPeerPeerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..30))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer name'.
                  This is an index field."
    ::= { iMSOnPeerEntry  4 }

  iMSOnPeerRealmName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..63))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm name'.
                  This is an index field."
    ::= { iMSOnPeerEntry  5 }

  iMSOnPeerPriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 1 }
    ::= { iMSOnPeerEntry  6 }

  iMSOnPeerTransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCP(0),
                   sCTP(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { tCP }
    ::= { iMSOnPeerEntry  7 }

  iMSOnPeerAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address'.
                  This field is not writable when active."
    ::= { iMSOnPeerEntry  9 }

  iMSOnPeerLocalPortSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port (SCTP)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iMSOnPeerEntry  10 }

  iMSOnPeerLocalPortTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port (TCP)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iMSOnPeerEntry  11 }

  iMSOnPeerPeerPortSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer port (SCTP)'.
                  This field is not writable when active."
    DEFVAL       { 3868 }
    ::= { iMSOnPeerEntry  12 }

  iMSOnPeerPeerPortTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer port (TCP)'.
                  This field is not writable when active."
    DEFVAL       { 3868 }
    ::= { iMSOnPeerEntry  13 }

  iMSOnPeerWatchdogInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6000..4292967295 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Watchdog interval'."
    DEFVAL       { 30000 }
    ::= { iMSOnPeerEntry  15 }

  iMSOnPeerDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnPeerEntry  16 }

  iMSOnPeerRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iMSOnPeerEntry  17 }

  iMSOnPeerAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnPeerEntry  18 }

  iMSOnPeerOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnPeerEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 M3UA Remote AS'                                       */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  h248M3UARemASR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248M3UARemASR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Media Gateway Controller'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2021 }

  h248M3UARemASR1Entry OBJECT-TYPE
    SYNTAX       H248M3UARemASR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248M3UARemASR1NEConn,
             h248M3UARemASR1NetwkElement,
             h248M3UARemASR1MediaGatewayIx,
             h248M3UARemASR1MGCIx,
             h248M3UARemASR1H248ASIx }
    ::= {  h248M3UARemASR1Table  1  }

  H248M3UARemASR1Entry  ::=  SEQUENCE
  {
    h248M3UARemASR1NEConn              Unsigned32,
    h248M3UARemASR1NetwkElement        DisplayString,
    h248M3UARemASR1MediaGatewayIx      Unsigned32,
    h248M3UARemASR1MGCIx               INTEGER,
    h248M3UARemASR1H248ASIx            Unsigned32,
    h248M3UARemASR1ASState             INTEGER,
    h248M3UARemASR1SendASPIDInSig      INTEGER,
    h248M3UARemASR1MGASPID             Unsigned32,
    h248M3UARemASR1TrafficModeType     INTEGER,
    h248M3UARemASR1SendNetwkAppearanceInSig
                                       INTEGER,
    h248M3UARemASR1NetwkAppearance     Unsigned32,
    h248M3UARemASR1SendRtgCxtInSig     INTEGER,
    h248M3UARemASR1RtgCxt              Unsigned32,
    h248M3UARemASR1MTP3RtgLabelPointCodeFormat
                                       INTEGER,
    h248M3UARemASR1MTP3RtgLabelOrigingPointCode
                                       Unsigned32,
    h248M3UARemASR1MTP3RtgLabelDestPointCode
                                       Unsigned32,
    h248M3UARemASR1MTP3RtgLabelNetwkIndicator
                                       INTEGER,
    h248M3UARemASR1AlrmState           INTEGER,
    h248M3UARemASR1AlrmStateTimestamp  Unsigned32,
    h248M3UARemASR1AlrmEvtsAttnRqLogCorr
                                       Counter64,
    h248M3UARemASR1AlrmEvtsAttnRq      Unsigned32,
    h248M3UARemASR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    h248M3UARemASR1AlrmEvtsAtndDpLogCorr
                                       Counter64,
    h248M3UARemASR1AlrmEvtsAtndDp      Unsigned32,
    h248M3UARemASR1AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    h248M3UARemASR1IPSPAlrmsAttnRq     Unsigned32,
    h248M3UARemASR1IPSPAlrmEvtsAttnRq  Unsigned32,
    h248M3UARemASR1IPSPAlrmsAtndDp     Unsigned32,
    h248M3UARemASR1IPSPAlrmEvtsAtndDp  Unsigned32,
    h248M3UARemASR1SummaryChldAlrmState
                                       INTEGER,
    h248M3UARemASR1ChldStatisticsAlrms Integer32,
    h248M3UARemASR1DiagsLogLvl         INTEGER,
    h248M3UARemASR1RowStatus           RowStatus,
    h248M3UARemASR1AdminStatus         AdminStatus,
    h248M3UARemASR1OperStatus          OperStatus,
    h248M3UARemASR1MTP3RtgLabelMinorPointCodeFormat
                                       INTEGER
  }

  h248M3UARemASR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248M3UARemASR1Entry  1 }

  h248M3UARemASR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248M3UARemASR1Entry  2 }

  h248M3UARemASR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248M3UARemASR1Entry  3 }

  h248M3UARemASR1MGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248M3UARemASR1Entry  4 }

  h248M3UARemASR1H248ASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 AS index'.
                  This is an index field."
    ::= { h248M3UARemASR1Entry  5 }

  h248M3UARemASR1ASState OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AS state'."
    ::= { h248M3UARemASR1Entry  6 }

  h248M3UARemASR1SendASPIDInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send ASP ID in signaling'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { h248M3UARemASR1Entry  7 }

  h248M3UARemASR1MGASPID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MG ASP ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR1Entry  8 }

  h248M3UARemASR1TrafficModeType OBJECT-TYPE
    SYNTAX       INTEGER {
                   loadshare(2),
                   broadcast(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic mode type'.
                  This field is not writable when active."
    DEFVAL       { loadshare }
    ::= { h248M3UARemASR1Entry  9 }

  h248M3UARemASR1SendNetwkAppearanceInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send network appearance in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR1Entry  10 }

  h248M3UARemASR1NetwkAppearance OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network appearance'.
                  This field is not writable when active."
    ::= { h248M3UARemASR1Entry  11 }

  h248M3UARemASR1SendRtgCxtInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send routing context in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR1Entry  12 }

  h248M3UARemASR1RtgCxt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing context'.
                  This field is not writable when active."
    ::= { h248M3UARemASR1Entry  13 }

  h248M3UARemASR1MTP3RtgLabelPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - point code format'.
                  This field is not writable when active."
    DEFVAL       { iTU }
    ::= { h248M3UARemASR1Entry  14 }

  h248M3UARemASR1MTP3RtgLabelOrigingPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - originating point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR1Entry  15 }

  h248M3UARemASR1MTP3RtgLabelDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - destination point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR1Entry  16 }

  h248M3UARemASR1MTP3RtgLabelNetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { h248M3UARemASR1Entry  17 }

  h248M3UARemASR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { h248M3UARemASR1Entry  18 }

  h248M3UARemASR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { h248M3UARemASR1Entry  19 }

  h248M3UARemASR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { h248M3UARemASR1Entry  20 }

  h248M3UARemASR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR1Entry  21 }

  h248M3UARemASR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { h248M3UARemASR1Entry  22 }

  h248M3UARemASR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { h248M3UARemASR1Entry  23 }

  h248M3UARemASR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR1Entry  24 }

  h248M3UARemASR1AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { h248M3UARemASR1Entry  25 }

  h248M3UARemASR1IPSPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarms'."
    ::= { h248M3UARemASR1Entry  26 }

  h248M3UARemASR1IPSPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR1Entry  27 }

  h248M3UARemASR1IPSPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarms'."
    ::= { h248M3UARemASR1Entry  28 }

  h248M3UARemASR1IPSPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR1Entry  29 }

  h248M3UARemASR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248M3UARemASR1Entry  30 }

  h248M3UARemASR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248M3UARemASR1Entry  31 }

  h248M3UARemASR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { h248M3UARemASR1Entry  32 }

  h248M3UARemASR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248M3UARemASR1Entry  33 }

  h248M3UARemASR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR1Entry  34 }

  h248M3UARemASR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR1Entry  35 }

  h248M3UARemASR1MTP3RtgLabelMinorPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   bolivian(17),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   german(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - minor point code format'.
                  This field is not writable when active."
    DEFVAL       { iTUBlueBook }
    ::= { h248M3UARemASR1Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  tDMCarrierR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2022 }

  tDMCarrierR3Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR3NEConn,
             tDMCarrierR3NetwkElement,
             tDMCarrierR3MediaGatewayIx,
             tDMCarrierR3CarrIx }
    ::= {  tDMCarrierR3Table  1  }

  TDMCarrierR3Entry  ::=  SEQUENCE
  {
    tDMCarrierR3NEConn                 Unsigned32,
    tDMCarrierR3NetwkElement           DisplayString,
    tDMCarrierR3MediaGatewayIx         Unsigned32,
    tDMCarrierR3CarrIx                 Unsigned32,
    tDMCarrierR3Desc                   DisplayString,
    tDMCarrierR3CarrDspName            LongDisplayString,
    tDMCarrierR3ExtraInfo1             DisplayString,
    tDMCarrierR3ExtraInfo2             DisplayString,
    tDMCarrierR3CarrType               INTEGER,
    tDMCarrierR3CfgdChldCarrType       INTEGER,
    tDMCarrierR3ChldPosition           Unsigned32,
    tDMCarrierR3BrkOutPnlTpBldA        INTEGER,
    tDMCarrierR3BrkOutPnlTpBldB        INTEGER,
    tDMCarrierR3LineStatus             BITS,
    tDMCarrierR3DeactivnMode           INTEGER,
    tDMCarrierR3I1CarrToSwapWithNEConn Unsigned32,
    tDMCarrierR3I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR3I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR3I4CarrToSwapWithCarrIx Unsigned32,
    tDMCarrierR3FacilityName           DisplayString,
    tDMCarrierR3DirectT1CAS            INTEGER,
    tDMCarrierR3I1MFProtProfNEConn     Unsigned32,
    tDMCarrierR3I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR3I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR3I4MFProtProfProfIx     Unsigned32,
    tDMCarrierR3I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR3I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR3I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR3I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR3DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR3SupportedTerms         BITS,
    tDMCarrierR3AvailUses              BITS,
    tDMCarrierR3T1LineFraming          INTEGER,
    tDMCarrierR3E1LineFraming          INTEGER,
    tDMCarrierR3PhysEncodingT1         INTEGER,
    tDMCarrierR3PhysEncodingE1         INTEGER,
    tDMCarrierR3DS1LineLen             INTEGER,
    tDMCarrierR3TermEvtTraceIdentifier Integer32,
    tDMCarrierR3DS3LineLen             INTEGER,
    tDMCarrierR3DS3LineFraming         INTEGER,
    tDMCarrierR3BitErrRate             INTEGER,
    tDMCarrierR3SFPPresenceBladeA      INTEGER,
    tDMCarrierR3SFPPresenceBladeB      INTEGER,
    tDMCarrierR3SFPCfgdModType         INTEGER,
    tDMCarrierR3SFPActlModTpBldA       BITS,
    tDMCarrierR3SFPActlModTpBldB       BITS,
    tDMCarrierR3SFPSuppUsgBladeA       BITS,
    tDMCarrierR3SFPSuppUsgBladeB       BITS,
    tDMCarrierR3SFPSerialNumBladeA     DisplayString,
    tDMCarrierR3SFPSerialNumBladeB     DisplayString,
    tDMCarrierR3SFPIdentifierBladeA    INTEGER,
    tDMCarrierR3SFPIdentifierBladeB    INTEGER,
    tDMCarrierR3SFPConnValBldA         INTEGER,
    tDMCarrierR3SFPConnValBldB         INTEGER,
    tDMCarrierR3SFPVendorNameBladeA    DisplayString,
    tDMCarrierR3SFPVendorNameBladeB    DisplayString,
    tDMCarrierR3SFPVendorOUIBladeA     OCTET STRING,
    tDMCarrierR3SFPVendorOUIBladeB     OCTET STRING,
    tDMCarrierR3SFPVendorPNBladeA      DisplayString,
    tDMCarrierR3SFPVendorPNBladeB      DisplayString,
    tDMCarrierR3SFPVendorRevBladeA     DisplayString,
    tDMCarrierR3SFPVendorRevBladeB     DisplayString,
    tDMCarrierR3SFPTransFltSuppBldA    INTEGER,
    tDMCarrierR3SFPTransFltBldA        INTEGER,
    tDMCarrierR3SFPTransFltSuppBldB    INTEGER,
    tDMCarrierR3SFPTransFltBldB        INTEGER,
    tDMCarrierR3SFPLOSSuppBldA         INTEGER,
    tDMCarrierR3SFPLOSBldA             INTEGER,
    tDMCarrierR3SFPLOSSuppBldB         INTEGER,
    tDMCarrierR3SFPLOSBldB             INTEGER,
    tDMCarrierR3SFPActEncBladeA        INTEGER,
    tDMCarrierR3SFPActEncBladeB        INTEGER,
    tDMCarrierR3APSMode                INTEGER,
    tDMCarrierR3APSWorkingChanRx       INTEGER,
    tDMCarrierR3APSRequest             INTEGER,
    tDMCarrierR3APSXmitSignal          INTEGER,
    tDMCarrierR3APSRcvdSignal          INTEGER,
    tDMCarrierR3APSDominantSignal      INTEGER,
    tDMCarrierR3APSWaitToRestoreTime   Unsigned32,
    tDMCarrierR3APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR3APSSignalFailThreshold INTEGER,
    tDMCarrierR3SecTrcMsgSize          INTEGER,
    tDMCarrierR3SecTrcXmitMsg          DisplayString,
    tDMCarrierR3SecTrcExpRcvMsg        DisplayString,
    tDMCarrierR3SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR3SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR3SecTrcCheckTIM         INTEGER,
    tDMCarrierR3PathTrcMsgSize         INTEGER,
    tDMCarrierR3PathTrcXmitMsg         DisplayString,
    tDMCarrierR3PathTrcExpectedRcvMsg  DisplayString,
    tDMCarrierR3PathTrcActualRcvdMsg   DisplayString,
    tDMCarrierR3PathTrcCheckTIM        INTEGER,
    tDMCarrierR3BERTTestRunning        INTEGER,
    tDMCarrierR3BERTTotTestTime        Unsigned32,
    tDMCarrierR3BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR3BERTLOS                Unsigned32,
    tDMCarrierR3BERTBitErrRate         DisplayString,
    tDMCarrierR3BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR3LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR3LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR3LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR3CfgCarrActSts          INTEGER,
    tDMCarrierR3CfgCarrActLogCorr      Counter64,
    tDMCarrierR3CfgCarrActLogCorrNode  DisplayString,
    tDMCarrierR3CfgCarrActLogCorrUID   DisplayString,
    tDMCarrierR3I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR3I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR3I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR3FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR3AlrmState              INTEGER,
    tDMCarrierR3StatisticsAlrms        Integer32,
    tDMCarrierR3AlrmStateTimestamp     Unsigned32,
    tDMCarrierR3AlrmEvtsAttnRqLogCorr  Counter64,
    tDMCarrierR3AlrmEvtsAttnRq         Unsigned32,
    tDMCarrierR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR3ChldAlrmsAttnRq        Unsigned32,
    tDMCarrierR3ChldAlrmEvtsAttnRq     Unsigned32,
    tDMCarrierR3SummaryChldAlrmState   INTEGER,
    tDMCarrierR3ChldStatisticsAlrms    Integer32,
    tDMCarrierR3DiagsLoggingLogLvl     INTEGER,
    tDMCarrierR3APITraceEnabled        INTEGER,
    tDMCarrierR3APITraceTraceTag       DisplayString,
    tDMCarrierR3DS1Type                INTEGER,
    tDMCarrierR3ImportCnt              Integer32,
    tDMCarrierR3ImportStatus           DisplayString,
    tDMCarrierR3ImportMode             INTEGER,
    tDMCarrierR3ImportFile             DisplayString,
    tDMCarrierR3ImportCorr             Counter64,
    tDMCarrierR3ImportCorrNode         DisplayString,
    tDMCarrierR3ImportCorrUID          DisplayString,
    tDMCarrierR3ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR3ExportStatus           DisplayString,
    tDMCarrierR3ExportFile             DisplayString,
    tDMCarrierR3ExportCorr             Counter64,
    tDMCarrierR3ExportCorrNode         DisplayString,
    tDMCarrierR3ExportCorrUID          DisplayString,
    tDMCarrierR3DoExtraActions         INTEGER,
    tDMCarrierR3RowStatus              RowStatus,
    tDMCarrierR3AdminStatus            AdminStatus,
    tDMCarrierR3OperStatus             OperStatus,
    tDMCarrierR3ProtectLineStatus      BITS,
    tDMCarrierR3WorkingLineStatus      BITS,
    tDMCarrierR3BERTTestPattnSync      INTEGER,
    tDMCarrierR3SecTrcXmitMsgHex       OCTET STRING,
    tDMCarrierR3SecTrcExpRcvMsgHex     OCTET STRING,
    tDMCarrierR3SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR3SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR3BinaryH248PortName     OCTET STRING,
    tDMCarrierR3I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR3I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR3I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR3I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR3H2481BCTTesterSendTone INTEGER,
    tDMCarrierR3H2481BCTTesterRcvTone  INTEGER,
    tDMCarrierR3H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR3H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR3Diag                   INTEGER,
    tDMCarrierR3ExportIncASRepData     INTEGER,
    tDMCarrierR3ExportChldObjectsToInc INTEGER
  }

  tDMCarrierR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR3Entry  1 }

  tDMCarrierR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR3Entry  2 }

  tDMCarrierR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR3Entry  3 }

  tDMCarrierR3CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR3Entry  4 }

  tDMCarrierR3Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR3Entry  5 }

  tDMCarrierR3CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR3Entry  6 }

  tDMCarrierR3ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR3Entry  7 }

  tDMCarrierR3ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR3Entry  8 }

  tDMCarrierR3CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR3Entry  9 }

  tDMCarrierR3CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR3Entry  10 }

  tDMCarrierR3ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR3Entry  11 }

  tDMCarrierR3BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR3Entry  12 }

  tDMCarrierR3BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR3Entry  13 }

  tDMCarrierR3LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR3Entry  14 }

  tDMCarrierR3DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR3Entry  16 }

  tDMCarrierR3I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR3Entry  17 }

  tDMCarrierR3I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR3Entry  18 }

  tDMCarrierR3I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR3Entry  19 }

  tDMCarrierR3I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR3Entry  20 }

  tDMCarrierR3FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR3Entry  21 }

  tDMCarrierR3DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR3Entry  22 }

  tDMCarrierR3I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR3Entry  23 }

  tDMCarrierR3I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR3Entry  24 }

  tDMCarrierR3I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR3Entry  25 }

  tDMCarrierR3I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR3Entry  26 }

  tDMCarrierR3I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR3Entry  27 }

  tDMCarrierR3I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR3Entry  28 }

  tDMCarrierR3I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR3Entry  29 }

  tDMCarrierR3I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR3Entry  30 }

  tDMCarrierR3DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR3Entry  31 }

  tDMCarrierR3SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR3Entry  32 }

  tDMCarrierR3AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR3Entry  33 }

  tDMCarrierR3T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR3Entry  34 }

  tDMCarrierR3E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR3Entry  35 }

  tDMCarrierR3PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR3Entry  36 }

  tDMCarrierR3PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR3Entry  37 }

  tDMCarrierR3DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR3Entry  38 }

  tDMCarrierR3TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR3Entry  39 }

  tDMCarrierR3DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR3Entry  40 }

  tDMCarrierR3DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR3Entry  41 }

  tDMCarrierR3BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR3Entry  42 }

  tDMCarrierR3SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR3Entry  43 }

  tDMCarrierR3SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR3Entry  44 }

  tDMCarrierR3SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR3Entry  45 }

  tDMCarrierR3SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR3Entry  46 }

  tDMCarrierR3SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR3Entry  47 }

  tDMCarrierR3SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR3Entry  48 }

  tDMCarrierR3SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR3Entry  49 }

  tDMCarrierR3SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR3Entry  50 }

  tDMCarrierR3SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR3Entry  51 }

  tDMCarrierR3SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR3Entry  52 }

  tDMCarrierR3SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR3Entry  53 }

  tDMCarrierR3SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR3Entry  54 }

  tDMCarrierR3SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR3Entry  55 }

  tDMCarrierR3SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR3Entry  56 }

  tDMCarrierR3SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR3Entry  57 }

  tDMCarrierR3SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR3Entry  58 }

  tDMCarrierR3SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR3Entry  59 }

  tDMCarrierR3SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR3Entry  60 }

  tDMCarrierR3SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR3Entry  61 }

  tDMCarrierR3SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR3Entry  62 }

  tDMCarrierR3SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR3Entry  63 }

  tDMCarrierR3SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR3Entry  64 }

  tDMCarrierR3SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR3Entry  65 }

  tDMCarrierR3SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR3Entry  66 }

  tDMCarrierR3SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR3Entry  67 }

  tDMCarrierR3SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR3Entry  68 }

  tDMCarrierR3SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR3Entry  69 }

  tDMCarrierR3SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR3Entry  70 }

  tDMCarrierR3SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR3Entry  71 }

  tDMCarrierR3SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR3Entry  72 }

  tDMCarrierR3SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR3Entry  73 }

  tDMCarrierR3APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR3Entry  74 }

  tDMCarrierR3APSWorkingChanRx OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - working channel Rx'."
    ::= { tDMCarrierR3Entry  75 }

  tDMCarrierR3APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR3Entry  77 }

  tDMCarrierR3APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR3Entry  78 }

  tDMCarrierR3APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR3Entry  79 }

  tDMCarrierR3APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR3Entry  80 }

  tDMCarrierR3APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR3Entry  81 }

  tDMCarrierR3APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR3Entry  82 }

  tDMCarrierR3APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR3Entry  83 }

  tDMCarrierR3SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR3Entry  84 }

  tDMCarrierR3SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR3Entry  85 }

  tDMCarrierR3SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR3Entry  86 }

  tDMCarrierR3SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR3Entry  87 }

  tDMCarrierR3SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR3Entry  88 }

  tDMCarrierR3SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR3Entry  89 }

  tDMCarrierR3PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR3Entry  90 }

  tDMCarrierR3PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR3Entry  91 }

  tDMCarrierR3PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR3Entry  92 }

  tDMCarrierR3PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR3Entry  93 }

  tDMCarrierR3PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR3Entry  94 }

  tDMCarrierR3BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR3Entry  95 }

  tDMCarrierR3BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR3Entry  96 }

  tDMCarrierR3BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR3Entry  97 }

  tDMCarrierR3BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR3Entry  98 }

  tDMCarrierR3BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR3Entry  99 }

  tDMCarrierR3BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR3Entry  100 }

  tDMCarrierR3LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR3Entry  102 }

  tDMCarrierR3LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR3Entry  103 }

  tDMCarrierR3LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR3Entry  104 }

  tDMCarrierR3CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR3Entry  106 }

  tDMCarrierR3CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR3Entry  107 }

  tDMCarrierR3CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR3Entry  108 }

  tDMCarrierR3CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR3Entry  109 }

  tDMCarrierR3I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR3Entry  110 }

  tDMCarrierR3I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR3Entry  111 }

  tDMCarrierR3I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR3Entry  112 }

  tDMCarrierR3FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR3Entry  113 }

  tDMCarrierR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR3Entry  114 }

  tDMCarrierR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR3Entry  115 }

  tDMCarrierR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR3Entry  116 }

  tDMCarrierR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR3Entry  117 }

  tDMCarrierR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR3Entry  118 }

  tDMCarrierR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR3Entry  119 }

  tDMCarrierR3ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR3Entry  120 }

  tDMCarrierR3ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR3Entry  121 }

  tDMCarrierR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR3Entry  122 }

  tDMCarrierR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR3Entry  123 }

  tDMCarrierR3DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR3Entry  124 }

  tDMCarrierR3APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR3Entry  125 }

  tDMCarrierR3APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR3Entry  126 }

  tDMCarrierR3DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR3Entry  127 }

  tDMCarrierR3ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR3Entry  128 }

  tDMCarrierR3ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR3Entry  129 }

  tDMCarrierR3ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR3Entry  130 }

  tDMCarrierR3ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR3Entry  131 }

  tDMCarrierR3ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR3Entry  132 }

  tDMCarrierR3ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR3Entry  133 }

  tDMCarrierR3ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR3Entry  134 }

  tDMCarrierR3ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR3Entry  135 }

  tDMCarrierR3ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR3Entry  136 }

  tDMCarrierR3ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR3Entry  137 }

  tDMCarrierR3ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR3Entry  138 }

  tDMCarrierR3ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR3Entry  139 }

  tDMCarrierR3ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR3Entry  140 }

  tDMCarrierR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR3Entry  141 }

  tDMCarrierR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR3Entry  142 }

  tDMCarrierR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR3Entry  143 }

  tDMCarrierR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR3Entry  144 }

  tDMCarrierR3ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR3Entry  145 }

  tDMCarrierR3WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR3Entry  146 }

  tDMCarrierR3BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR3Entry  147 }

  tDMCarrierR3SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR3Entry  148 }

  tDMCarrierR3SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR3Entry  149 }

  tDMCarrierR3SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR3Entry  150 }

  tDMCarrierR3SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR3Entry  151 }

  tDMCarrierR3BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR3Entry  152 }

  tDMCarrierR3I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR3Entry  153 }

  tDMCarrierR3I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR3Entry  154 }

  tDMCarrierR3I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR3Entry  155 }

  tDMCarrierR3I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR3Entry  156 }

  tDMCarrierR3H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR3Entry  157 }

  tDMCarrierR3H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR3Entry  158 }

  tDMCarrierR3H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR3Entry  159 }

  tDMCarrierR3H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR3Entry  160 }

  tDMCarrierR3Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR3Entry  161 }

  tDMCarrierR3ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR3Entry  164 }

  tDMCarrierR3ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR3Entry  166 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Diagnostic DS0'                                             */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  diagDS0Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DiagDS0Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Carrier'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2023 }

  diagDS0Entry OBJECT-TYPE
    SYNTAX       DiagDS0Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { diagDS0NEConn,
             diagDS0NetwkElement,
             diagDS0MediaGatewayIx,
             diagDS0CarrIx,
             diagDS0Timeslot }
    ::= {  diagDS0Table  1  }

  DiagDS0Entry  ::=  SEQUENCE
  {
    diagDS0NEConn                      Unsigned32,
    diagDS0NetwkElement                DisplayString,
    diagDS0MediaGatewayIx              Unsigned32,
    diagDS0CarrIx                      Unsigned32,
    diagDS0Timeslot                    Unsigned32,
    diagDS0Desc                        DisplayString,
    diagDS0MonitoringEnabled           INTEGER,
    diagDS0I1MonitoringTimeslotToMonitorNEConn
                                       Unsigned32,
    diagDS0I2MonitoringTimeslotToMonitorNetwkElement
                                       DisplayString,
    diagDS0I3MonitoringTimeslotToMonitorMediaGatewayIx
                                       Unsigned32,
    diagDS0I4MonitoringTimeslotToMonitorCarrIx
                                       Unsigned32,
    diagDS0I5MonitoringTimeslotToMonitorTimeslot
                                       Integer32,
    diagDS0MonitoringDirectionToMonitor
                                       INTEGER
  }

  diagDS0NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { diagDS0Entry  1 }

  diagDS0NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { diagDS0Entry  2 }

  diagDS0MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { diagDS0Entry  3 }

  diagDS0CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { diagDS0Entry  4 }

  diagDS0Timeslot OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { diagDS0Entry  5 }

  diagDS0Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { diagDS0Entry  6 }

  diagDS0MonitoringEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Monitoring - enabled'."
    DEFVAL       { false }
    ::= { diagDS0Entry  7 }

  diagDS0I1MonitoringTimeslotToMonitorNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Monitoring - timeslot to monitor',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { diagDS0Entry  8 }

  diagDS0I2MonitoringTimeslotToMonitorNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Monitoring - timeslot to monitor',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { diagDS0Entry  9 }

  diagDS0I3MonitoringTimeslotToMonitorMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Monitoring - timeslot to monitor',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { diagDS0Entry  10 }

  diagDS0I4MonitoringTimeslotToMonitorCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Monitoring - timeslot to monitor',
                  This field represents index
                  'Carrier index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { diagDS0Entry  11 }

  diagDS0I5MonitoringTimeslotToMonitorTimeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Monitoring - timeslot to monitor',
                  This field represents index
                  'Timeslot'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { diagDS0Entry  12 }

  diagDS0MonitoringDirectionToMonitor OBJECT-TYPE
    SYNTAX       INTEGER {
                   receive(1),
                   transmit(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Monitoring - direction to monitor'."
    DEFVAL       { receive }
    ::= { diagDS0Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Application Server'                                    */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  m3UAASR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UAASR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2024 }

  m3UAASR1Entry OBJECT-TYPE
    SYNTAX       M3UAASR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UAASR1NEConn,
             m3UAASR1NetwkElement,
             m3UAASR1M3UAAppServerIx }
    ::= {  m3UAASR1Table  1  }

  M3UAASR1Entry  ::=  SEQUENCE
  {
    m3UAASR1NEConn                     Unsigned32,
    m3UAASR1NetwkElement               DisplayString,
    m3UAASR1M3UAAppServerIx            Unsigned32,
    m3UAASR1PointCodeVariant           INTEGER,
    m3UAASR1PointCode                  Unsigned32,
    m3UAASR1Desc                       DisplayString,
    m3UAASR1CgstnControlMethod         INTEGER,
    m3UAASR1I1ESAESAProtDomNEConn      Unsigned32,
    m3UAASR1I2ESAESAProtDomNetwkElement
                                       DisplayString,
    m3UAASR1I3ESAESAProtDomCFSIx       Unsigned32,
    m3UAASR1I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    m3UAASR1ESAESAProtDomOtherVals     INTEGER,
    m3UAASR1RouteAlrmsAttnRq           Unsigned32,
    m3UAASR1RouteAlrmEvtsAttnRq        Unsigned32,
    m3UAASR1RouteAlrmsAtndDp           Unsigned32,
    m3UAASR1RouteAlrmEvtsAtndDp        Unsigned32,
    m3UAASR1SummaryChldAlrmState       INTEGER,
    m3UAASR1DiagsLogLvl                INTEGER,
    m3UAASR1RowStatus                  RowStatus,
    m3UAASR1AdminStatus                AdminStatus,
    m3UAASR1OperStatus                 OperStatus,
    m3UAASR1PointCodeMinorVariant      INTEGER
  }

  m3UAASR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UAASR1Entry  1 }

  m3UAASR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UAASR1Entry  2 }

  m3UAASR1M3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M3UA Application Server index'.
                  This is an index field."
    ::= { m3UAASR1Entry  3 }

  m3UAASR1PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { m3UAASR1Entry  4 }

  m3UAASR1PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is only writable during create."
    ::= { m3UAASR1Entry  5 }

  m3UAASR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { m3UAASR1Entry  6 }

  m3UAASR1CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { m3UAASR1Entry  7 }

  m3UAASR1I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR1Entry  8 }

  m3UAASR1I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR1Entry  9 }

  m3UAASR1I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR1Entry  10 }

  m3UAASR1I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR1Entry  11 }

  m3UAASR1ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { m3UAASR1Entry  12 }

  m3UAASR1RouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarms'."
    ::= { m3UAASR1Entry  13 }

  m3UAASR1RouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR1Entry  14 }

  m3UAASR1RouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarms'."
    ::= { m3UAASR1Entry  15 }

  m3UAASR1RouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR1Entry  16 }

  m3UAASR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { m3UAASR1Entry  17 }

  m3UAASR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UAASR1Entry  18 }

  m3UAASR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UAASR1Entry  19 }

  m3UAASR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR1Entry  20 }

  m3UAASR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR1Entry  21 }

  m3UAASR1PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   bolivian(17),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   german(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { m3UAASR1Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Signaling Gateway'                                   */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  remoteSigGatewayR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RemoteSigGatewayR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2025 }

  remoteSigGatewayR1Entry OBJECT-TYPE
    SYNTAX       RemoteSigGatewayR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { remoteSigGatewayR1NEConn,
             remoteSigGatewayR1NetwkElement,
             remoteSigGatewayR1RemSigGatewayIx }
    ::= {  remoteSigGatewayR1Table  1  }

  RemoteSigGatewayR1Entry  ::=  SEQUENCE
  {
    remoteSigGatewayR1NEConn           Unsigned32,
    remoteSigGatewayR1NetwkElement     DisplayString,
    remoteSigGatewayR1RemSigGatewayIx  Unsigned32,
    remoteSigGatewayR1PointCodeVariant INTEGER,
    remoteSigGatewayR1Desc             DisplayString,
    remoteSigGatewayR1TimerTAck        Unsigned32,
    remoteSigGatewayR1SCTPIPAddr       DisplayString,
    remoteSigGatewayR1SCTPLocalPortNum INTEGER,
    remoteSigGatewayR1SCTPRemPortNum   Unsigned32,
    remoteSigGatewayR1SCTPChecksumAlgorithm
                                       INTEGER,
    remoteSigGatewayR1SCTPAssociationStatus
                                       INTEGER,
    remoteSigGatewayR1AlrmState        INTEGER,
    remoteSigGatewayR1StatisticsAlrms  Integer32,
    remoteSigGatewayR1AlrmLogCorr      Counter64,
    remoteSigGatewayR1AlrmEvtsAttnRq   Unsigned32,
    remoteSigGatewayR1AlrmStateTimestamp
                                       Unsigned32,
    remoteSigGatewayR1AlrmResetTimestamp
                                       Unsigned32,
    remoteSigGatewayR1DiagsLogLvl      INTEGER,
    remoteSigGatewayR1DiagsAPITraceEnabled
                                       INTEGER,
    remoteSigGatewayR1DiagsAPITraceTag DisplayString,
    remoteSigGatewayR1ImportCnt        Integer32,
    remoteSigGatewayR1ImportStatus     DisplayString,
    remoteSigGatewayR1ImportMode       INTEGER,
    remoteSigGatewayR1ImportFile       DisplayString,
    remoteSigGatewayR1ImportCorr       Counter64,
    remoteSigGatewayR1ImportCorrNode   DisplayString,
    remoteSigGatewayR1ImportCorrUID    DisplayString,
    remoteSigGatewayR1DoExtraActions   INTEGER,
    remoteSigGatewayR1RowStatus        RowStatus,
    remoteSigGatewayR1AdminStatus      AdminStatus,
    remoteSigGatewayR1OperStatus       OperStatus,
    remoteSigGatewayR1PointCodeMinorVariant
                                       INTEGER
  }

  remoteSigGatewayR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { remoteSigGatewayR1Entry  1 }

  remoteSigGatewayR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { remoteSigGatewayR1Entry  2 }

  remoteSigGatewayR1RemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Signalilng Gateway index'.
                  This is an index field."
    ::= { remoteSigGatewayR1Entry  3 }

  remoteSigGatewayR1PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { remoteSigGatewayR1Entry  4 }

  remoteSigGatewayR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { remoteSigGatewayR1Entry  5 }

  remoteSigGatewayR1TimerTAck OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timer T(ack)'."
    DEFVAL       { 2 }
    ::= { remoteSigGatewayR1Entry  6 }

  remoteSigGatewayR1SCTPIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - IP address'.
                  This field is only writable during create."
    ::= { remoteSigGatewayR1Entry  7 }

  remoteSigGatewayR1SCTPLocalPortNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   twoThousandNineHundredAndFive(2905),
                   fiftyOneThousandAndOne(51001),
                   fiftyOneThousandAndTwo(51002),
                   fiftyOneThousandAndThree(51003),
                   fiftyOneThousandAndFour(51004),
                   fiftyOneThousandAndFive(51005),
                   fiftyOneThousandAndSix(51006),
                   fiftyOneThousandAndSeven(51007),
                   fiftyOneThousandAndEight(51008),
                   fiftyOneThousandAndNine(51009),
                   fiftyOneThousandAndTen(51010),
                   fiftyOneThousandAndEleven(51011),
                   fiftyOneThousandAndTwelve(51012),
                   fiftyOneThousandAndThirteen(51013),
                   fiftyOneThousandAndFourteen(51014),
                   fiftyOneThousandAndFifteen(51015),
                   fiftyOneThousandAndSixteen(51016),
                   fiftyOneThousandAndSeventeen(51017),
                   fiftyOneThousandAndEighteen(51018),
                   fiftyOneThousandAndNineteen(51019),
                   fiftyOneThousandAndTwenty(51020)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - local port number'.
                  This field is only writable during create."
    DEFVAL       { twoThousandNineHundredAndFive }
    ::= { remoteSigGatewayR1Entry  8 }

  remoteSigGatewayR1SCTPRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - remote port number'.
                  This field is only writable during create."
    DEFVAL       { 2905 }
    ::= { remoteSigGatewayR1Entry  9 }

  remoteSigGatewayR1SCTPChecksumAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   adler32(1),
                   cRC32(2),
                   autoDetect(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP checksum algorithm'.
                  This field is not writable when active."
    DEFVAL       { cRC32 }
    ::= { remoteSigGatewayR1Entry  10 }

  remoteSigGatewayR1SCTPAssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   established(1),
                   establishFailedPendingRetry(2),
                   establishFailed(3),
                   deactivated(4),
                   retryingEstablishment(5),
                   establishing(6),
                   deactivating(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP association status'."
    ::= { remoteSigGatewayR1Entry  11 }

  remoteSigGatewayR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { remoteSigGatewayR1Entry  12 }

  remoteSigGatewayR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { remoteSigGatewayR1Entry  13 }

  remoteSigGatewayR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { remoteSigGatewayR1Entry  14 }

  remoteSigGatewayR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { remoteSigGatewayR1Entry  15 }

  remoteSigGatewayR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { remoteSigGatewayR1Entry  16 }

  remoteSigGatewayR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { remoteSigGatewayR1Entry  17 }

  remoteSigGatewayR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { remoteSigGatewayR1Entry  18 }

  remoteSigGatewayR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { remoteSigGatewayR1Entry  19 }

  remoteSigGatewayR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { remoteSigGatewayR1Entry  20 }

  remoteSigGatewayR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { remoteSigGatewayR1Entry  21 }

  remoteSigGatewayR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { remoteSigGatewayR1Entry  22 }

  remoteSigGatewayR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { remoteSigGatewayR1Entry  23 }

  remoteSigGatewayR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { remoteSigGatewayR1Entry  24 }

  remoteSigGatewayR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { remoteSigGatewayR1Entry  25 }

  remoteSigGatewayR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { remoteSigGatewayR1Entry  26 }

  remoteSigGatewayR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { remoteSigGatewayR1Entry  27 }

  remoteSigGatewayR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR1Entry  28 }

  remoteSigGatewayR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { remoteSigGatewayR1Entry  29 }

  remoteSigGatewayR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR1Entry  30 }

  remoteSigGatewayR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR1Entry  31 }

  remoteSigGatewayR1PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   bolivian(17),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   german(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { remoteSigGatewayR1Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  cfgSIPBindR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2026 }

  cfgSIPBindR13Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR13NEConn,
             cfgSIPBindR13NetwkElement,
             cfgSIPBindR13CFSIx,
             cfgSIPBindR13BindingIx }
    ::= {  cfgSIPBindR13Table  1  }

  CfgSIPBindR13Entry  ::=  SEQUENCE
  {
    cfgSIPBindR13NEConn                Unsigned32,
    cfgSIPBindR13NetwkElement          DisplayString,
    cfgSIPBindR13CFSIx                 Unsigned32,
    cfgSIPBindR13BindingIx             Unsigned32,
    cfgSIPBindR13Name                  DisplayString,
    cfgSIPBindR13CustInfo              DisplayString,
    cfgSIPBindR13CustInfo2             DisplayString,
    cfgSIPBindR13CustInfo3             DisplayString,
    cfgSIPBindR13CustInfo4             DisplayString,
    cfgSIPBindR13CustInfo5             DisplayString,
    cfgSIPBindR13CustInfo6             DisplayString,
    cfgSIPBindR13Usage                 INTEGER,
    cfgSIPBindR13UseDNIdentification   INTEGER,
    cfgSIPBindR13SIPAuthenticationReqd INTEGER,
    cfgSIPBindR13SIPUserName           DisplayString,
    cfgSIPBindR13SIPDomainName         DisplayString,
    cfgSIPBindR13NewSIPPassword        DisplayString,
    cfgSIPBindR13ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR13ContactIPAddr         DisplayString,
    cfgSIPBindR13ContactIPPort         Unsigned32,
    cfgSIPBindR13ProxyIPAddr           DisplayString,
    cfgSIPBindR13ProxyIPPort           Unsigned32,
    cfgSIPBindR13TransportProt         INTEGER,
    cfgSIPBindR13I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR13I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR13I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR13I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR13Trusted               INTEGER,
    cfgSIPBindR13UseStaticNATMapping   INTEGER,
    cfgSIPBindR13MaxCallAppearances    Unsigned32,
    cfgSIPBindR13AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR13ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR13ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR13DeactivnMode          INTEGER,
    cfgSIPBindR13LastCallFailCause     INTEGER,
    cfgSIPBindR13LastCallFailTimestamp Unsigned32,
    cfgSIPBindR13LastCallFailLogCorr   Counter64,
    cfgSIPBindR13DiagsLogLvl           INTEGER,
    cfgSIPBindR13DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR13DiagsAPITraceTag      DisplayString,
    cfgSIPBindR13ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR13ExportStatus          DisplayString,
    cfgSIPBindR13ExportFile            DisplayString,
    cfgSIPBindR13ExportCorr            Counter64,
    cfgSIPBindR13ExportCorrNode        DisplayString,
    cfgSIPBindR13ExportCorrUID         DisplayString,
    cfgSIPBindR13DoExtraActions        INTEGER,
    cfgSIPBindR13RowStatus             RowStatus,
    cfgSIPBindR13AdminStatus           AdminStatus,
    cfgSIPBindR13OperStatus            OperStatus,
    cfgSIPBindR13PollPeerDevice        INTEGER,
    cfgSIPBindR13PollingInterval       Unsigned32,
    cfgSIPBindR13AlrmState             INTEGER,
    cfgSIPBindR13AlrmLogCorr           Counter64,
    cfgSIPBindR13AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR13AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR13AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR13I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR13I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR13I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR13I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR13SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR13SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR13ActHopCnting          INTEGER,
    cfgSIPBindR13SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR13SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR13SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR13SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR13SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR13SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR13SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR13SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR13ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR13SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR13SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR13SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR13SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR13SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR13SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR13SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR13SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR13SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR13SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR13SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR13UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR13PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR13StatisticsAlrms       Integer32,
    cfgSIPBindR13I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR13I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR13I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR13I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR13ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR13CFSCtrlStatus         INTEGER,
    cfgSIPBindR13PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR13MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR13RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR13SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR13IPAddrMatchReqd       INTEGER,
    cfgSIPBindR13VirtualTrnkGpID       DisplayString,
    cfgSIPBindR13VirtualTrnkCxt        DisplayString,
    cfgSIPBindR13SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR13I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR13I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR13I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR13FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR13ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR13AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR13SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR13TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR13I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR13I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR13I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR13SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR13LearnsContactDetails  INTEGER,
    cfgSIPBindR13ContactURI            LongDisplayString,
    cfgSIPBindR13ContactName           LongDisplayString,
    cfgSIPBindR13ContactExpiryTime     Unsigned32,
    cfgSIPBindR13MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR13SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR13UseTrnkRtgTblsToMatchTGID
                                       INTEGER,
    cfgSIPBindR13SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR13SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR13SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR13ContactAddrScheme     INTEGER,
    cfgSIPBindR13ContactDomainName     DisplayString,
    cfgSIPBindR13ProxyAddrScheme       INTEGER,
    cfgSIPBindR13ProxyDomainName       DisplayString,
    cfgSIPBindR13PollCallPaths         INTEGER,
    cfgSIPBindR13SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR13AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR13AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR13PollServRoutes        INTEGER,
    cfgSIPBindR13ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR13SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR13SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR13SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR13SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR13ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR13ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR13ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR13TransparentHeaders    LongDisplayString,
    cfgSIPBindR13OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR13SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR13SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR13SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR13SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR13SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR13SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR13ExportIncASRepData    INTEGER,
    cfgSIPBindR13ExportChldObjectsToInc
                                       INTEGER
  }

  cfgSIPBindR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR13Entry  1 }

  cfgSIPBindR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR13Entry  2 }

  cfgSIPBindR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR13Entry  3 }

  cfgSIPBindR13BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR13Entry  4 }

  cfgSIPBindR13Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR13Entry  5 }

  cfgSIPBindR13CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR13Entry  6 }

  cfgSIPBindR13CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR13Entry  7 }

  cfgSIPBindR13CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR13Entry  8 }

  cfgSIPBindR13CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR13Entry  9 }

  cfgSIPBindR13CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR13Entry  10 }

  cfgSIPBindR13CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR13Entry  11 }

  cfgSIPBindR13Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR13Entry  12 }

  cfgSIPBindR13UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  13 }

  cfgSIPBindR13SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  14 }

  cfgSIPBindR13SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR13Entry  15 }

  cfgSIPBindR13SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR13Entry  16 }

  cfgSIPBindR13NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR13Entry  17 }

  cfgSIPBindR13ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR13Entry  18 }

  cfgSIPBindR13ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR13Entry  19 }

  cfgSIPBindR13ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR13Entry  20 }

  cfgSIPBindR13ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR13Entry  21 }

  cfgSIPBindR13ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR13Entry  22 }

  cfgSIPBindR13TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR13Entry  23 }

  cfgSIPBindR13I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR13Entry  24 }

  cfgSIPBindR13I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR13Entry  25 }

  cfgSIPBindR13I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR13Entry  26 }

  cfgSIPBindR13I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR13Entry  27 }

  cfgSIPBindR13Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  28 }

  cfgSIPBindR13UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  29 }

  cfgSIPBindR13MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR13Entry  30 }

  cfgSIPBindR13AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR13Entry  31 }

  cfgSIPBindR13ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR13Entry  32 }

  cfgSIPBindR13ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR13Entry  33 }

  cfgSIPBindR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR13Entry  34 }

  cfgSIPBindR13LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR13Entry  35 }

  cfgSIPBindR13LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR13Entry  36 }

  cfgSIPBindR13LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR13Entry  37 }

  cfgSIPBindR13DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR13Entry  38 }

  cfgSIPBindR13DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  39 }

  cfgSIPBindR13DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR13Entry  40 }

  cfgSIPBindR13ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR13Entry  41 }

  cfgSIPBindR13ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR13Entry  42 }

  cfgSIPBindR13ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR13Entry  43 }

  cfgSIPBindR13ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR13Entry  44 }

  cfgSIPBindR13ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR13Entry  45 }

  cfgSIPBindR13ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR13Entry  46 }

  cfgSIPBindR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR13Entry  47 }

  cfgSIPBindR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR13Entry  48 }

  cfgSIPBindR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR13Entry  49 }

  cfgSIPBindR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR13Entry  50 }

  cfgSIPBindR13PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  56 }

  cfgSIPBindR13PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR13Entry  57 }

  cfgSIPBindR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR13Entry  60 }

  cfgSIPBindR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR13Entry  61 }

  cfgSIPBindR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR13Entry  62 }

  cfgSIPBindR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR13Entry  63 }

  cfgSIPBindR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR13Entry  64 }

  cfgSIPBindR13I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR13Entry  65 }

  cfgSIPBindR13I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR13Entry  66 }

  cfgSIPBindR13I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR13Entry  67 }

  cfgSIPBindR13I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR13Entry  68 }

  cfgSIPBindR13SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR13Entry  69 }

  cfgSIPBindR13SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR13Entry  76 }

  cfgSIPBindR13SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  77 }

  cfgSIPBindR13SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  78 }

  cfgSIPBindR13ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  79 }

  cfgSIPBindR13SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  80 }

  cfgSIPBindR13SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR13Entry  81 }

  cfgSIPBindR13SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  82 }

  cfgSIPBindR13SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  83 }

  cfgSIPBindR13SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  84 }

  cfgSIPBindR13SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  85 }

  cfgSIPBindR13SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  86 }

  cfgSIPBindR13SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  87 }

  cfgSIPBindR13SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  88 }

  cfgSIPBindR13SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  89 }

  cfgSIPBindR13SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  90 }

  cfgSIPBindR13SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  91 }

  cfgSIPBindR13SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  92 }

  cfgSIPBindR13SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR13Entry  93 }

  cfgSIPBindR13SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR13Entry  94 }

  cfgSIPBindR13SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  101 }

  cfgSIPBindR13ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  102 }

  cfgSIPBindR13SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  103 }

  cfgSIPBindR13SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  104 }

  cfgSIPBindR13SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  105 }

  cfgSIPBindR13SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  106 }

  cfgSIPBindR13SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  107 }

  cfgSIPBindR13SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  108 }

  cfgSIPBindR13SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  109 }

  cfgSIPBindR13SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  110 }

  cfgSIPBindSDActR13SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  112 }

  cfgSIPBindSDDefR13SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR13Entry  113 }

  cfgSIPBindR13SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  114 }

  cfgSIPBindR13UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR13Entry  120 }

  cfgSIPBindR13PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR13Entry  121 }

  cfgSIPBindR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR13Entry  122 }

  cfgSIPBindR13I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR13Entry  123 }

  cfgSIPBindR13I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR13Entry  124 }

  cfgSIPBindR13I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR13Entry  125 }

  cfgSIPBindR13I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR13Entry  126 }

  cfgSIPBindR13ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR13Entry  127 }

  cfgSIPBindR13CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR13Entry  128 }

  cfgSIPBindR13PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  129 }

  cfgSIPBindR13MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR13Entry  130 }

  cfgSIPBindR13RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR13Entry  131 }

  cfgSIPBindR13SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  132 }

  cfgSIPBindR13IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  133 }

  cfgSIPBindR13VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR13Entry  134 }

  cfgSIPBindR13VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR13Entry  135 }

  cfgSIPBindR13SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  136 }

  cfgSIPBindR13I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR13Entry  137 }

  cfgSIPBindR13I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR13Entry  138 }

  cfgSIPBindR13I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR13Entry  139 }

  cfgSIPBindR13FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR13Entry  140 }

  cfgSIPBindR13ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR13Entry  141 }

  cfgSIPBindR13AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  142 }

  cfgSIPBindR13SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR13Entry  143 }

  cfgSIPBindR13TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR13Entry  144 }

  cfgSIPBindR13I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR13Entry  145 }

  cfgSIPBindR13I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR13Entry  146 }

  cfgSIPBindR13I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR13Entry  147 }

  cfgSIPBindR13SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR13Entry  148 }

  cfgSIPBindR13LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  149 }

  cfgSIPBindR13ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR13Entry  150 }

  cfgSIPBindR13ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR13Entry  151 }

  cfgSIPBindR13ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR13Entry  152 }

  cfgSIPBindR13MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR13Entry  153 }

  cfgSIPBindR13SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  154 }

  cfgSIPBindR13UseTrnkRtgTblsToMatchTGID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  155 }

  cfgSIPBindR13SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR13Entry  156 }

  cfgSIPBindR13SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR13Entry  157 }

  cfgSIPBindR13SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  158 }

  cfgSIPBindR13ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR13Entry  159 }

  cfgSIPBindR13ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR13Entry  160 }

  cfgSIPBindR13ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR13Entry  161 }

  cfgSIPBindR13ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR13Entry  162 }

  cfgSIPBindR13PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  163 }

  cfgSIPBindR13SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  164 }

  cfgSIPBindR13AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR13Entry  165 }

  cfgSIPBindR13AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR13Entry  166 }

  cfgSIPBindR13PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  167 }

  cfgSIPBindR13ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR13Entry  168 }

  cfgSIPBindR13SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR13Entry  169 }

  cfgSIPBindR13SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  170 }

  cfgSIPBindR13SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR13Entry  171 }

  cfgSIPBindR13SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR13Entry  172 }

  cfgSIPBindR13ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR13Entry  173 }

  cfgSIPBindR13ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR13Entry  174 }

  cfgSIPBindR13ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR13Entry  175 }

  cfgSIPBindR13TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR13Entry  176 }

  cfgSIPBindR13OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR13Entry  177 }

  cfgSIPBindR13SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   bolivian(20),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   german(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR13Entry  178 }

  cfgSIPBindR13SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR13Entry  179 }

  cfgSIPBindR13SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR13Entry  180 }

  cfgSIPBindR13SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR13Entry  181 }

  cfgSIPBindR13SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR13Entry  182 }

  cfgSIPBindR13SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR13Entry  183 }

  cfgSIPBindR13SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR13Entry  184 }

  cfgSIPBindR13SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR13Entry  185 }

  cfgSIPBindR13ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR13Entry  191 }

  cfgSIPBindR13ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR13Entry  199 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 8.3                                                               */
-- /* Valid before: 9.0                                                             */
-- /*********************************************************************************/

  sIPR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2027 }

  sIPR9Entry OBJECT-TYPE
    SYNTAX       SIPR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR9NEConn,
             sIPR9NetwkElement,
             sIPR9CFSIx,
             sIPR9SIPIx }
    ::= {  sIPR9Table  1  }

  SIPR9Entry  ::=  SEQUENCE
  {
    sIPR9NEConn                        Unsigned32,
    sIPR9NetwkElement                  DisplayString,
    sIPR9CFSIx                         Unsigned32,
    sIPR9SIPIx                         Unsigned32,
    sIPR9ServerAddrIPv4                DisplayString,
    sIPR9DeactivnMode                  INTEGER,
    sIPR9AlrmState                     INTEGER,
    sIPR9AlrmLogCorr                   Counter64,
    sIPR9AlrmEvtsAttnRq                Integer32,
    sIPR9AlrmStateTimestamp            Unsigned32,
    sIPR9AlrmResetTimestamp            Unsigned32,
    sIPR9RowStatus                     RowStatus,
    sIPR9AdminStatus                   AdminStatus,
    sIPR9OperStatus                    OperStatus,
    sIPR9SIPRetransmitTimerT1          Unsigned32,
    sIPR9ChldAlrmsAtndDp               Unsigned32,
    sIPR9ChldAlrmEvtsAtndDp            Unsigned32,
    sIPR9SummaryChldAlrmState          INTEGER,
    sIPR9ChldAlrmsAttnRq               Unsigned32,
    sIPR9ChldAlrmEvtsAttnRq            Unsigned32,
    sIPR9ChldStatisticsAlrms           Integer32,
    sIPR9SIPTVariant                   INTEGER,
    sIPR9StatisticsAlrms               Integer32,
    sIPR9ServerAddrIPv6                DisplayString,
    sIPR9NetwkElementID                Unsigned32,
    sIPR9FinancialentityID             DisplayString,
    sIPR9InterOprIdentifierIOI         DisplayString,
    sIPR9I1DefSIPRegistrarNEConn       Unsigned32,
    sIPR9I2DefSIPRegistrarNetwkElement DisplayString,
    sIPR9I3DefSIPRegistrarCFSIx        Unsigned32,
    sIPR9I4DefSIPRegistrarSIPIx        Unsigned32,
    sIPR9I5DefSIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    sIPR9ServerIdentity                DisplayString,
    sIPR9TransparentProxies            LongDisplayString,
    sIPR9TotChldAlrmsAttnRq            Unsigned32,
    sIPR9TotChldAlrmEvtsAttnRq         Unsigned32,
    sIPR9TotChldAlrmsAtndDp            Unsigned32,
    sIPR9TotChldAlrmEvtsAtndDp         Unsigned32,
    sIPR9ProdShortSIPHeaderEncodings   INTEGER,
    sIPR9I1DefTrnkENUMDomainRtgNEConn  Unsigned32,
    sIPR9I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR9I3DefTrnkENUMDomainRtgCFSIx   Unsigned32,
    sIPR9I4DefTrnkENUMDomainRtgSIPIx   Unsigned32,
    sIPR9I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR9DefTrnkENUMDomainRtgOtherVals INTEGER,
    sIPR9TransitIoi                    DisplayString
  }

  sIPR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR9Entry  1 }

  sIPR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR9Entry  2 }

  sIPR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR9Entry  3 }

  sIPR9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR9Entry  4 }

  sIPR9ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR9Entry  5 }

  sIPR9DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR9Entry  6 }

  sIPR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR9Entry  7 }

  sIPR9AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR9Entry  8 }

  sIPR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR9Entry  9 }

  sIPR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR9Entry  10 }

  sIPR9AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR9Entry  11 }

  sIPR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR9Entry  12 }

  sIPR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR9Entry  13 }

  sIPR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR9Entry  14 }

  sIPR9SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR9Entry  15 }

  sIPR9ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR9Entry  17 }

  sIPR9ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR9Entry  18 }

  sIPR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR9Entry  19 }

  sIPR9ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR9Entry  21 }

  sIPR9ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR9Entry  22 }

  sIPR9ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR9Entry  23 }

  sIPR9SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR9Entry  24 }

  sIPR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR9Entry  25 }

  sIPR9ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR9Entry  26 }

  sIPR9NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR9Entry  27 }

  sIPR9FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR9Entry  28 }

  sIPR9InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR9Entry  30 }

  sIPR9I1DefSIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { sIPR9Entry  32 }

  sIPR9I2DefSIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { sIPR9Entry  33 }

  sIPR9I3DefSIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { sIPR9Entry  34 }

  sIPR9I4DefSIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { sIPR9Entry  35 }

  sIPR9I5DefSIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { sIPR9Entry  36 }

  sIPR9ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR9Entry  37 }

  sIPR9TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR9Entry  39 }

  sIPR9TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR9Entry  40 }

  sIPR9TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR9Entry  41 }

  sIPR9TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR9Entry  42 }

  sIPR9TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR9Entry  43 }

  sIPR9ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR9Entry  44 }

  sIPR9I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR9Entry  45 }

  sIPR9I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR9Entry  46 }

  sIPR9I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR9Entry  47 }

  sIPR9I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR9Entry  48 }

  sIPR9I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR9Entry  49 }

  sIPR9DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR9Entry  50 }

  sIPR9TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR9Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Statistics Converter'                              */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  mVStatConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVStatConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2029 }

  mVStatConEntry OBJECT-TYPE
    SYNTAX       MVStatConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVStatConEMSIx,
             mVStatConEMSNodeName }
    ::= {  mVStatConTable  1  }

  MVStatConEntry  ::=  SEQUENCE
  {
    mVStatConEMSIx                     Unsigned32,
    mVStatConEMSNodeName               DisplayString,
    mVStatConSttsConvStatConEnabled    INTEGER,
    mVStatConSttsConvTargetIPAddr      DisplayString,
    mVStatConSttsConvTargetIPPort      LongDisplayString,
    mVStatConSttsConvTargetSFTPUserName
                                       LongDisplayString,
    mVStatConSttsConvTargetFilePath    LongDisplayString,
    mVStatConSttsConvIdFile            LongDisplayString,
    mVStatConSttsConvSecTrgtIPAddr     DisplayString,
    mVStatConSttsConvSecTrgtIPPort     LongDisplayString,
    mVStatConSttsConvSecTrgtSFTPUserName
                                       LongDisplayString,
    mVStatConSttsConvSecTrgtFilePath   LongDisplayString,
    mVStatConSttsConvSecIdFile         LongDisplayString,
    mVStatConSttsConvLocalRootPath     LongDisplayString,
    mVStatConSttsConvNextCDRCEnabled   INTEGER,
    mVStatConSttsConvNextTargetIPAddr  DisplayString,
    mVStatConSttsConvNextTargetIPPort  LongDisplayString,
    mVStatConSttsConvNextTargetSFTPUserName
                                       LongDisplayString,
    mVStatConSttsConvNextTargetSFTPPassword
                                       DisplayString,
    mVStatConSttsConvNextTargetFilePath
                                       LongDisplayString,
    mVStatConSttsConvNextIdentityFile  LongDisplayString,
    mVStatConSttsConvNxtSecTrgtIPAddr  DisplayString,
    mVStatConSttsConvNxtSecTrgtIPPort  LongDisplayString,
    mVStatConSttsConvNxtSecTrgtSFTPUserName
                                       LongDisplayString,
    mVStatConSttsConvNxtSecTrgtSFTPPassword
                                       DisplayString,
    mVStatConSttsConvNxtSecTrgtFilePath
                                       LongDisplayString,
    mVStatConSttsConvNxtSecIdFile      LongDisplayString,
    mVStatConSttsConvNextLocalRootPath LongDisplayString,
    mVStatConSttsConvStatisticsPeriod  INTEGER,
    mVStatConSttsConvNextStatisticsPeriod
                                       INTEGER
  }

  mVStatConEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { mVStatConEntry  1 }

  mVStatConEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { mVStatConEntry  2 }

  mVStatConSttsConvStatConEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Statistics Converter enabled'."
    ::= { mVStatConEntry  3 }

  mVStatConSttsConvTargetIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Target IP address'."
    ::= { mVStatConEntry  4 }

  mVStatConSttsConvTargetIPPort OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Target IP port'."
    ::= { mVStatConEntry  5 }

  mVStatConSttsConvTargetSFTPUserName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Target SFTP_user name'."
    ::= { mVStatConEntry  6 }

  mVStatConSttsConvTargetFilePath OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Target file path'."
    ::= { mVStatConEntry  7 }

  mVStatConSttsConvIdFile OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Target ID file'."
    ::= { mVStatConEntry  8 }

  mVStatConSttsConvSecTrgtIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Secondary target IP address'."
    ::= { mVStatConEntry  9 }

  mVStatConSttsConvSecTrgtIPPort OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Secondary target IP port'."
    ::= { mVStatConEntry  10 }

  mVStatConSttsConvSecTrgtSFTPUserName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Secondary target SFTP_user name'."
    ::= { mVStatConEntry  11 }

  mVStatConSttsConvSecTrgtFilePath OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Secondary target file path'."
    ::= { mVStatConEntry  12 }

  mVStatConSttsConvSecIdFile OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Secondary target ID file'."
    ::= { mVStatConEntry  13 }

  mVStatConSttsConvLocalRootPath OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter - Local root path'."
    ::= { mVStatConEntry  14 }

  mVStatConSttsConvNextCDRCEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Statistics Converter enabled'."
    ::= { mVStatConEntry  15 }

  mVStatConSttsConvNextTargetIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Target IP address'."
    ::= { mVStatConEntry  16 }

  mVStatConSttsConvNextTargetIPPort OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Target IP port'."
    ::= { mVStatConEntry  17 }

  mVStatConSttsConvNextTargetSFTPUserName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Target SFTP user name'."
    ::= { mVStatConEntry  18 }

  mVStatConSttsConvNextTargetSFTPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Target SFTP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { mVStatConEntry  19 }

  mVStatConSttsConvNextTargetFilePath OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Target file path'."
    ::= { mVStatConEntry  20 }

  mVStatConSttsConvNextIdentityFile OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Target id file'."
    ::= { mVStatConEntry  21 }

  mVStatConSttsConvNxtSecTrgtIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Secondary target IP address'."
    ::= { mVStatConEntry  22 }

  mVStatConSttsConvNxtSecTrgtIPPort OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Secondary target IP port'."
    ::= { mVStatConEntry  23 }

  mVStatConSttsConvNxtSecTrgtSFTPUserName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Secondary target SFTP user name'."
    ::= { mVStatConEntry  24 }

  mVStatConSttsConvNxtSecTrgtSFTPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Secondary target SFTP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { mVStatConEntry  25 }

  mVStatConSttsConvNxtSecTrgtFilePath OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Secondary target file path'."
    ::= { mVStatConEntry  26 }

  mVStatConSttsConvNxtSecIdFile OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Secondary target id file'."
    ::= { mVStatConEntry  27 }

  mVStatConSttsConvNextLocalRootPath OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics Converter at next restart - Local root path'."
    ::= { mVStatConEntry  28 }

  mVStatConSttsConvStatisticsPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiveMinutes(1),
                   oneHour(2),
                   twentyFourHours(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics period'."
    ::= { mVStatConEntry  29 }

  mVStatConSttsConvNextStatisticsPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiveMinutes(1),
                   oneHour(2),
                   twentyFourHours(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics period'."
    ::= { mVStatConEntry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  iSUPRemSigDestR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2030 }

  iSUPRemSigDestR18Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR18NEConn,
             iSUPRemSigDestR18NetwkElement,
             iSUPRemSigDestR18CFSIx,
             iSUPRemSigDestR18ISUPLocalSigDestIx,
             iSUPRemSigDestR18ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR18Table  1  }

  ISUPRemSigDestR18Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR18NEConn            Unsigned32,
    iSUPRemSigDestR18NetwkElement      DisplayString,
    iSUPRemSigDestR18CFSIx             Unsigned32,
    iSUPRemSigDestR18ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR18ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR18I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR18I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR18I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR18I4SigDestDestType INTEGER,
    iSUPRemSigDestR18I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR18ClusterMemberAddr INTEGER,
    iSUPRemSigDestR18ActHopCnting      INTEGER,
    iSUPRemSigDestR18MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR18CLLI              DisplayString,
    iSUPRemSigDestR18ErrHandlingMode   INTEGER,
    iSUPRemSigDestR18ConfusionMsgs     INTEGER,
    iSUPRemSigDestR18DirectIXCConn     INTEGER,
    iSUPRemSigDestR18PeerNetwkType     INTEGER,
    iSUPRemSigDestR18USIParmCodingType INTEGER,
    iSUPRemSigDestR18ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR18JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR18RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR18RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR18OrigCldNumParm    INTEGER,
    iSUPRemSigDestR18AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR18GenericAddrParm   INTEGER,
    iSUPRemSigDestR18GenericNameParm   INTEGER,
    iSUPRemSigDestR18RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR18CIPParm           INTEGER,
    iSUPRemSigDestR18InACCProcessing   INTEGER,
    iSUPRemSigDestR18TNSParm           INTEGER,
    iSUPRemSigDestR18ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR18CgstnStatus       INTEGER,
    iSUPRemSigDestR18AvailStatus       INTEGER,
    iSUPRemSigDestR18DiagsLogLvl       INTEGER,
    iSUPRemSigDestR18DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR18DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR18SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR18DoExtraActions    INTEGER,
    iSUPRemSigDestR18RowStatus         RowStatus,
    iSUPRemSigDestR18AdminStatus       AdminStatus,
    iSUPRemSigDestR18OperStatus        OperStatus,
    iSUPRemSigDestR18AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR18AlrmState         INTEGER,
    iSUPRemSigDestR18AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR18AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR18AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR18AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR18AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR18AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR18AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR18AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR18AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR18DeactivnMode      INTEGER,
    iSUPRemSigDestR18NetwkNum          Unsigned32,
    iSUPRemSigDestR18RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR18ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR18OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR18LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR18MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR18Variant           INTEGER,
    iSUPRemSigDestR18GatewayIx         Unsigned32,
    iSUPRemSigDestR18PartyInfoParm     INTEGER,
    iSUPRemSigDestR18IntnatlExchange   INTEGER,
    iSUPRemSigDestR18ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR18UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR18BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR18StatisticsAlrms   Integer32,
    iSUPRemSigDestR18EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR18M3UADest          Unsigned32,
    iSUPRemSigDestR18CctGpMsgs         INTEGER,
    iSUPRemSigDestR18ConnectedNumParm  INTEGER,
    iSUPRemSigDestR18TransportType     INTEGER,
    iSUPRemSigDestR18SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR18SatelliteLink     INTEGER,
    iSUPRemSigDestR18PropagationDly    Unsigned32,
    iSUPRemSigDestR18GISUPRole         INTEGER,
    iSUPRemSigDestR18RemISUPParms      LongDisplayString
  }

  iSUPRemSigDestR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR18Entry  1 }

  iSUPRemSigDestR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR18Entry  2 }

  iSUPRemSigDestR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR18Entry  3 }

  iSUPRemSigDestR18ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR18Entry  4 }

  iSUPRemSigDestR18ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR18Entry  5 }

  iSUPRemSigDestR18I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR18Entry  6 }

  iSUPRemSigDestR18I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR18Entry  7 }

  iSUPRemSigDestR18I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR18Entry  8 }

  iSUPRemSigDestR18I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR18Entry  9 }

  iSUPRemSigDestR18I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR18Entry  10 }

  iSUPRemSigDestR18ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR18Entry  11 }

  iSUPRemSigDestR18ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  12 }

  iSUPRemSigDestR18MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR18Entry  13 }

  iSUPRemSigDestR18CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR18Entry  14 }

  iSUPRemSigDestR18ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR18Entry  15 }

  iSUPRemSigDestR18ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR18Entry  16 }

  iSUPRemSigDestR18DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  17 }

  iSUPRemSigDestR18PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR18Entry  18 }

  iSUPRemSigDestR18USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR18Entry  19 }

  iSUPRemSigDestR18ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  20 }

  iSUPRemSigDestR18JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  21 }

  iSUPRemSigDestR18RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  22 }

  iSUPRemSigDestR18RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  23 }

  iSUPRemSigDestR18OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  24 }

  iSUPRemSigDestR18AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  25 }

  iSUPRemSigDestR18GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR18Entry  26 }

  iSUPRemSigDestR18GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR18Entry  27 }

  iSUPRemSigDestR18RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  28 }

  iSUPRemSigDestR18CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR18Entry  29 }

  iSUPRemSigDestR18InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR18Entry  30 }

  iSUPRemSigDestR18TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  31 }

  iSUPRemSigDestR18ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR18Entry  32 }

  iSUPRemSigDestR18CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR18Entry  33 }

  iSUPRemSigDestR18AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR18Entry  34 }

  iSUPRemSigDestR18DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR18Entry  35 }

  iSUPRemSigDestR18DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  36 }

  iSUPRemSigDestR18DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR18Entry  37 }

  iSUPRemSigDestR18SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR18Entry  38 }

  iSUPRemSigDestR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR18Entry  39 }

  iSUPRemSigDestR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR18Entry  40 }

  iSUPRemSigDestR18AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR18Entry  41 }

  iSUPRemSigDestR18OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR18Entry  42 }

  iSUPRemSigDestR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR18Entry  43 }

  iSUPRemSigDestR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR18Entry  44 }

  iSUPRemSigDestR18AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR18Entry  45 }

  iSUPRemSigDestR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR18Entry  46 }

  iSUPRemSigDestR18AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR18Entry  47 }

  iSUPRemSigDestR18AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR18Entry  48 }

  iSUPRemSigDestR18AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR18Entry  49 }

  iSUPRemSigDestR18AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR18Entry  50 }

  iSUPRemSigDestR18AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR18Entry  51 }

  iSUPRemSigDestR18AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR18Entry  52 }

  iSUPRemSigDestR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR18Entry  53 }

  iSUPRemSigDestR18DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR18Entry  54 }

  iSUPRemSigDestR18NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR18Entry  55 }

  iSUPRemSigDestR18RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR18Entry  56 }

  iSUPRemSigDestR18ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR18Entry  57 }

  iSUPRemSigDestR18OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  58 }

  iSUPRemSigDestR18LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR18Entry  59 }

  iSUPRemSigDestR18MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR18Entry  60 }

  iSUPRemSigDestR18Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR18Entry  61 }

  iSUPRemSigDestR18GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR18Entry  62 }

  iSUPRemSigDestR18PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  63 }

  iSUPRemSigDestR18IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  64 }

  iSUPRemSigDestR18ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR18Entry  65 }

  iSUPRemSigDestR18UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  66 }

  iSUPRemSigDestR18BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  67 }

  iSUPRemSigDestR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR18Entry  68 }

  iSUPRemSigDestR18EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR18Entry  69 }

  iSUPRemSigDestR18M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR18Entry  70 }

  iSUPRemSigDestR18CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR18Entry  71 }

  iSUPRemSigDestR18ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR18Entry  72 }

  iSUPRemSigDestR18TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR18Entry  73 }

  iSUPRemSigDestR18SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  74 }

  iSUPRemSigDestR18SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR18Entry  75 }

  iSUPRemSigDestR18PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR18Entry  76 }

  iSUPRemSigDestR18GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR18Entry  77 }

  iSUPRemSigDestR18RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR18Entry  78 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  genCallServCtrlR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenCallServCtrlR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2031 }

  genCallServCtrlR10Entry OBJECT-TYPE
    SYNTAX       GenCallServCtrlR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genCallServCtrlR10NEConn,
             genCallServCtrlR10NetwkElement,
             genCallServCtrlR10CFSIx }
    ::= {  genCallServCtrlR10Table  1  }

  GenCallServCtrlR10Entry  ::=  SEQUENCE
  {
    genCallServCtrlR10NEConn           Unsigned32,
    genCallServCtrlR10NetwkElement     DisplayString,
    genCallServCtrlR10CFSIx            Unsigned32,
    genCallServCtrlR10PINChangeAccessCode
                                       DisplayString,
    genCallServCtrlR10SLEConfirmTimeout
                                       INTEGER,
    genCallServCtrlR10SLENewNumEntryTimeout
                                       INTEGER,
    genCallServCtrlR10SLEOptionSelTimeout
                                       INTEGER,
    genCallServCtrlR10SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genCallServCtrlR10SLESPCSQueryTimeout
                                       INTEGER,
    genCallServCtrlR10SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genCallServCtrlR10SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genCallServCtrlR10SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genCallServCtrlR10RowStatus        RowStatus,
    genCallServCtrlR10SupportPINChange INTEGER,
    genCallServCtrlR10MaxInvalidPINAttempts
                                       Unsigned32,
    genCallServCtrlR10SuspendedServAccessNum
                                       DisplayString,
    genCallServCtrlR10SupportCallLists INTEGER,
    genCallServCtrlR10CLMaxNumCallsPerList
                                       Unsigned32,
    genCallServCtrlR10CallListsAlwaysReplicateEntries
                                       INTEGER,
    genCallServCtrlR10EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genCallServCtrlR10RecMvdSbExPrcHr  Unsigned32,
    genCallServCtrlR10RecMvdSbExPrcMin Unsigned32,
    genCallServCtrlR10DefRecMvdSubExpiry
                                       Unsigned32,
    genCallServCtrlR10GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genCallServCtrlR10SupportAdvancedVoiceCodecs
                                       INTEGER,
    genCallServCtrlR10SupportVideoCodecs
                                       INTEGER,
    genCallServCtrlR10CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genCallServCtrlR10SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genCallServCtrlR10LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genCallServCtrlR10CallListsDefSetting
                                       INTEGER
  }

  genCallServCtrlR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genCallServCtrlR10Entry  1 }

  genCallServCtrlR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genCallServCtrlR10Entry  2 }

  genCallServCtrlR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genCallServCtrlR10Entry  3 }

  genCallServCtrlR10PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genCallServCtrlR10Entry  4 }

  genCallServCtrlR10SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR10Entry  5 }

  genCallServCtrlR10SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR10Entry  6 }

  genCallServCtrlR10SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR10Entry  7 }

  genCallServCtrlR10SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR10Entry  8 }

  genCallServCtrlR10SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genCallServCtrlR10Entry  9 }

  genCallServCtrlR10SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genCallServCtrlR10Entry  10 }

  genCallServCtrlR10SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genCallServCtrlR10Entry  11 }

  genCallServCtrlR10SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genCallServCtrlR10Entry  12 }

  genCallServCtrlR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genCallServCtrlR10Entry  13 }

  genCallServCtrlR10SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR10Entry  14 }

  genCallServCtrlR10MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genCallServCtrlR10Entry  15 }

  genCallServCtrlR10SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genCallServCtrlR10Entry  16 }

  genCallServCtrlR10SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR10Entry  17 }

  genCallServCtrlR10CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genCallServCtrlR10Entry  18 }

  genCallServCtrlR10CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR10Entry  20 }

  genCallServCtrlR10EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR10Entry  21 }

  genCallServCtrlR10RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR10Entry  22 }

  genCallServCtrlR10RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR10Entry  23 }

  genCallServCtrlR10DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR10Entry  24 }

  genCallServCtrlR10GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genCallServCtrlR10Entry  25 }

  genCallServCtrlR10SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR10Entry  26 }

  genCallServCtrlR10SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR10Entry  27 }

  genCallServCtrlR10CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genCallServCtrlR10Entry  28 }

  genCallServCtrlR10SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genCallServCtrlR10Entry  29 }

  genCallServCtrlR10LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genCallServCtrlR10Entry  30 }

  genCallServCtrlR10CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genCallServCtrlR10Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Forwarding Services'                            */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  callFwdServR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallFwdServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2032 }

  callFwdServR8Entry OBJECT-TYPE
    SYNTAX       CallFwdServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callFwdServR8NEConn,
             callFwdServR8NetwkElement,
             callFwdServR8CFSIx }
    ::= {  callFwdServR8Table  1  }

  CallFwdServR8Entry  ::=  SEQUENCE
  {
    callFwdServR8NEConn                Unsigned32,
    callFwdServR8NetwkElement          DisplayString,
    callFwdServR8CFSIx                 Unsigned32,
    callFwdServR8AllowRestrictionUsedNum
                                       INTEGER,
    callFwdServR8MaxSimulFwdsPerSub    Unsigned32,
    callFwdServR8SupportCFU            INTEGER,
    callFwdServR8CFUAndCFBLAndCFDAUSB  INTEGER,
    callFwdServR8CFUEnableCode         DisplayString,
    callFwdServR8CFUDisableCode        DisplayString,
    callFwdServR8CFUCheckCode          DisplayString,
    callFwdServR8CFUMaxNum             Unsigned32,
    callFwdServR8CFUAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR8CFUSingleRing         INTEGER,
    callFwdServR8SupportCFBL           INTEGER,
    callFwdServR8CFBLEnableCode        DisplayString,
    callFwdServR8CFBLDisableCode       DisplayString,
    callFwdServR8CFBLCheckCode         DisplayString,
    callFwdServR8CFBLMaxNum            Unsigned32,
    callFwdServR8CFBLAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR8SupportCFDA           INTEGER,
    callFwdServR8CFDAEnableCode        DisplayString,
    callFwdServR8CFDADisableCode       DisplayString,
    callFwdServR8CFDACheckCode         DisplayString,
    callFwdServR8CFDAMaxNum            Unsigned32,
    callFwdServR8CFDAAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR8CFDASingleRing        INTEGER,
    callFwdServR8CFDAContRinging       INTEGER,
    callFwdServR8CFDAContRingingAfterFail
                                       INTEGER,
    callFwdServR8CFBLAndCFDAEnableCode DisplayString,
    callFwdServR8CFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR8RowStatus             RowStatus,
    callFwdServR8SCFUSB                INTEGER,
    callFwdServR8AllowSCFUSBDenied     INTEGER,
    callFwdServR8SupportLineHunting    INTEGER,
    callFwdServR8LineHuntingAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR8LineHuntingMaxNumEntries
                                       Unsigned32,
    callFwdServR8SupportSCF            INTEGER,
    callFwdServR8SCFMaxNum             Unsigned32,
    callFwdServR8SCFAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR8SCFSingleRing         INTEGER,
    callFwdServR8SCFMaxNumEntries      Unsigned32,
    callFwdServR8SCFAccessCode         DisplayString,
    callFwdServR8SCFAlternativeAccessCode
                                       DisplayString,
    callFwdServR8SupportRACF           INTEGER,
    callFwdServR8RACFAccessNum         DisplayString,
    callFwdServR8RACFMaxSimulCalls     Unsigned32,
    callFwdServR8LineHuntingMarkBAFBillRecs
                                       INTEGER,
    callFwdServR8LineHuntingContHuntingIfNoReply
                                       INTEGER,
    callFwdServR8SupportFMFM           INTEGER,
    callFwdServR8FMFMSimRingEnableCode DisplayString,
    callFwdServR8FMFMSimRingDisableCode
                                       DisplayString,
    callFwdServR8FMFMFMFMEnableCode    DisplayString,
    callFwdServR8FMFMFMFMDisableCode   DisplayString,
    callFwdServR8FMFMFMFMPlayComfortAnnounce
                                       INTEGER,
    callFwdServR8RequireCrtsyCallByDef INTEGER,
    callFwdServR8SupportUnavailCF      INTEGER,
    callFwdServR8UnavailCFMaxNum       Unsigned32,
    callFwdServR8CFUAndCFBLAndCFDADisableCode
                                       DisplayString
  }

  callFwdServR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callFwdServR8Entry  1 }

  callFwdServR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callFwdServR8Entry  2 }

  callFwdServR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callFwdServR8Entry  3 }

  callFwdServR8AllowRestrictionUsedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow restriction for used number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR8Entry  4 }

  callFwdServR8MaxSimulFwdsPerSub OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default maximum simultaneous forwardings per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { callFwdServR8Entry  5 }

  callFwdServR8SupportCFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  6 }

  callFwdServR8CFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR8Entry  7 }

  callFwdServR8CFUEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  8 }

  callFwdServR8CFUDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  9 }

  callFwdServR8CFUCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  10 }

  callFwdServR8CFUMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR8Entry  11 }

  callFwdServR8CFUAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR8Entry  12 }

  callFwdServR8CFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR8Entry  13 }

  callFwdServR8SupportCFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  14 }

  callFwdServR8CFBLEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  15 }

  callFwdServR8CFBLDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  16 }

  callFwdServR8CFBLCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  17 }

  callFwdServR8CFBLMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR8Entry  18 }

  callFwdServR8CFBLAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR8Entry  19 }

  callFwdServR8SupportCFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  20 }

  callFwdServR8CFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  21 }

  callFwdServR8CFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  22 }

  callFwdServR8CFDACheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  23 }

  callFwdServR8CFDAMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR8Entry  24 }

  callFwdServR8CFDAAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR8Entry  25 }

  callFwdServR8CFDASingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR8Entry  26 }

  callFwdServR8CFDAContRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing'."
    ::= { callFwdServR8Entry  27 }

  callFwdServR8CFDAContRingingAfterFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing after failure'."
    ::= { callFwdServR8Entry  28 }

  callFwdServR8CFBLAndCFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  29 }

  callFwdServR8CFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  30 }

  callFwdServR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callFwdServR8Entry  31 }

  callFwdServR8SCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR8Entry  32 }

  callFwdServR8AllowSCFUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR8Entry  33 }

  callFwdServR8SupportLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  34 }

  callFwdServR8LineHuntingAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR8Entry  35 }

  callFwdServR8LineHuntingMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR8Entry  36 }

  callFwdServR8SupportSCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  37 }

  callFwdServR8SCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR8Entry  38 }

  callFwdServR8SCFAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR8Entry  39 }

  callFwdServR8SCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR8Entry  40 }

  callFwdServR8SCFMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR8Entry  41 }

  callFwdServR8SCFAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - access code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  42 }

  callFwdServR8SCFAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - alternative access code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  43 }

  callFwdServR8SupportRACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  44 }

  callFwdServR8RACFAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - access number'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  45 }

  callFwdServR8RACFMaxSimulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - maximum simultaneous calls'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { callFwdServR8Entry  46 }

  callFwdServR8LineHuntingMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR8Entry  47 }

  callFwdServR8LineHuntingContHuntingIfNoReply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - continue hunting if no reply'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR8Entry  54 }

  callFwdServR8SupportFMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  55 }

  callFwdServR8FMFMSimRingEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing enable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  56 }

  callFwdServR8FMFMSimRingDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing disable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  57 }

  callFwdServR8FMFMFMFMEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me enable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  58 }

  callFwdServR8FMFMFMFMDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me disable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  59 }

  callFwdServR8FMFMFMFMPlayComfortAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me play comfort announcement'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR8Entry  60 }

  callFwdServR8RequireCrtsyCallByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Require courtesy call by default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR8Entry  61 }

  callFwdServR8SupportUnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - support'."
    DEFVAL       { notConfigured }
    ::= { callFwdServR8Entry  62 }

  callFwdServR8UnavailCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - max number'."
    DEFVAL       { 5 }
    ::= { callFwdServR8Entry  63 }

  callFwdServR8CFUAndCFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR8Entry  64 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Park Services'                                  */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  callParkR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallParkR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2033 }

  callParkR2Entry OBJECT-TYPE
    SYNTAX       CallParkR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callParkR2NEConn,
             callParkR2NetwkElement,
             callParkR2CFSIx }
    ::= {  callParkR2Table  1  }

  CallParkR2Entry  ::=  SEQUENCE
  {
    callParkR2NEConn                   Unsigned32,
    callParkR2NetwkElement             DisplayString,
    callParkR2CFSIx                    Unsigned32,
    callParkR2SupportCallPark          INTEGER,
    callParkR2CallParkDefBusGrpSetting INTEGER,
    callParkR2AllowCallParkDefMaxNumOrbits
                                       Unsigned32,
    callParkR2CallParkTmdRcl           INTEGER,
    callParkR2CallParkDefTmdRclBusGrpSetting
                                       INTEGER,
    callParkR2CallParkDefTmdRclTimer   Unsigned32,
    callParkR2CallParkDefTimeout       Unsigned32,
    callParkR2RowStatus                RowStatus,
    callParkR2CallParkAccessCodesSupported
                                       INTEGER,
    callParkR2CallParkParkAccessCode   DisplayString,
    callParkR2CallParkRetrieveAccessCode
                                       DisplayString,
    callParkR2CallParkDefMsgCallParkAnnounce
                                       DisplayString,
    callParkR2CallParkDefMsgSuccessfulCallPark
                                       DisplayString,
    callParkR2CallParkDefMsgUnsuccessfulCallPark
                                       DisplayString
  }

  callParkR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callParkR2Entry  1 }

  callParkR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callParkR2Entry  2 }

  callParkR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callParkR2Entry  3 }

  callParkR2SupportCallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callParkR2Entry  4 }

  callParkR2CallParkDefBusGrpSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default Business Group setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callParkR2Entry  5 }

  callParkR2AllowCallParkDefMaxNumOrbits OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default maximum number of Call Park Orbits allowed'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callParkR2Entry  6 }

  callParkR2CallParkTmdRcl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park - Timed Recall'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callParkR2Entry  7 }

  callParkR2CallParkDefTmdRclBusGrpSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default Timed Recall Business Group setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callParkR2Entry  8 }

  callParkR2CallParkDefTmdRclTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default duration of Timed Recall timer'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callParkR2Entry  9 }

  callParkR2CallParkDefTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20..1440 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default Call Park timeout'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { callParkR2Entry  10 }

  callParkR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callParkR2Entry  11 }

  callParkR2CallParkAccessCodesSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - access codes supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callParkR2Entry  12 }

  callParkR2CallParkParkAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park - park access code'.
                  This field is not writable when active."
    ::= { callParkR2Entry  13 }

  callParkR2CallParkRetrieveAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park - retrieve access code'.
                  This field is not writable when active."
    ::= { callParkR2Entry  14 }

  callParkR2CallParkDefMsgCallParkAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default message for Call Park announcement'."
    ::= { callParkR2Entry  15 }

  callParkR2CallParkDefMsgSuccessfulCallPark OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default message for successful Call Park'."
    ::= { callParkR2Entry  16 }

  callParkR2CallParkDefMsgUnsuccessfulCallPark OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - default message for unsuccessful Call Park'."
    ::= { callParkR2Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'User Defined Attribute'                                     */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  userDefAttrR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UserDefAttrR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'User Defined Attributes'."
    ::= { metaSwitch  2034 }

  userDefAttrR1Entry OBJECT-TYPE
    SYNTAX       UserDefAttrR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { userDefAttrR1NEConn,
             userDefAttrR1NetwkElement,
             userDefAttrR1CFSIx,
             userDefAttrR1Ix }
    ::= {  userDefAttrR1Table  1  }

  UserDefAttrR1Entry  ::=  SEQUENCE
  {
    userDefAttrR1NEConn                Unsigned32,
    userDefAttrR1NetwkElement          DisplayString,
    userDefAttrR1CFSIx                 Unsigned32,
    userDefAttrR1Ix                    Unsigned32,
    userDefAttrR1DspName               DisplayString,
    userDefAttrR1ExportNumObjectsExported
                                       Integer32,
    userDefAttrR1ExportStatus          DisplayString,
    userDefAttrR1ExportFile            DisplayString,
    userDefAttrR1ExportCorr            Counter64,
    userDefAttrR1ExportCorrNode        DisplayString,
    userDefAttrR1ExportCorrUID         DisplayString,
    userDefAttrR1DoExtraActions        INTEGER,
    userDefAttrR1RowStatus             RowStatus,
    userDefAttrR1ReportInBillRecs      INTEGER,
    userDefAttrR1BillRecCxtID          Unsigned32,
    userDefAttrR1ExportIncASRepData    INTEGER,
    userDefAttrR1ExportChldObjectsToInc
                                       INTEGER
  }

  userDefAttrR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { userDefAttrR1Entry  1 }

  userDefAttrR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { userDefAttrR1Entry  2 }

  userDefAttrR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { userDefAttrR1Entry  3 }

  userDefAttrR1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { userDefAttrR1Entry  4 }

  userDefAttrR1DspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Display name'."
    ::= { userDefAttrR1Entry  5 }

  userDefAttrR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { userDefAttrR1Entry  6 }

  userDefAttrR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { userDefAttrR1Entry  7 }

  userDefAttrR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { userDefAttrR1Entry  8 }

  userDefAttrR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { userDefAttrR1Entry  9 }

  userDefAttrR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { userDefAttrR1Entry  10 }

  userDefAttrR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { userDefAttrR1Entry  11 }

  userDefAttrR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { userDefAttrR1Entry  12 }

  userDefAttrR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { userDefAttrR1Entry  13 }

  userDefAttrR1ReportInBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Report in billing records'."
    DEFVAL       { false }
    ::= { userDefAttrR1Entry  14 }

  userDefAttrR1BillRecCxtID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 90000..99998 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing record context ID'."
    ::= { userDefAttrR1Entry  15 }

  userDefAttrR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { userDefAttrR1Entry  16 }

  userDefAttrR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { userDefAttrR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2035 }

  rPSAttrEntryR21Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR21NEConn,
             rPSAttrEntryR21NetwkElement,
             rPSAttrEntryR21CFSIx,
             rPSAttrEntryR21CfgSetIx,
             rPSAttrEntryR21AttrSetIx,
             rPSAttrEntryR21AttrEntryIx }
    ::= {  rPSAttrEntryR21Table  1  }

  RPSAttrEntryR21Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR21NEConn              Unsigned32,
    rPSAttrEntryR21NetwkElement        DisplayString,
    rPSAttrEntryR21CFSIx               Unsigned32,
    rPSAttrEntryR21CfgSetIx            Unsigned32,
    rPSAttrEntryR21AttrSetIx           Unsigned32,
    rPSAttrEntryR21AttrEntryIx         Unsigned32,
    rPSAttrEntryR21AttrType            INTEGER,
    rPSAttrEntryR21AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR21AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR21AttrValCldAddrScope INTEGER,
    rPSAttrEntryR21AttrValCldAddrType  INTEGER,
    rPSAttrEntryR21AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR21AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR21AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR21AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR21AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR21AttrValOprCall      INTEGER,
    rPSAttrEntryR21AttrValPriorityCall INTEGER,
    rPSAttrEntryR21AttrValRegionCode   Unsigned32,
    rPSAttrEntryR21AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR21AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR21AttrValRtgControlUK INTEGER,
    rPSAttrEntryR21AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR21AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR21AttrValTestCall     INTEGER,
    rPSAttrEntryR21AttrValAnnounceID   INTEGER,
    rPSAttrEntryR21AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR21AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR21AttrValTransitNetID Unsigned32,
    rPSAttrEntryR21AttrValUSCallType   INTEGER,
    rPSAttrEntryR21AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR21AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR21AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR21AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR21AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR21AttrValUSCarrType   INTEGER,
    rPSAttrEntryR21AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR21AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR21AttrValClgCategory  INTEGER,
    rPSAttrEntryR21RowStatus           RowStatus,
    rPSAttrEntryR21AttrValUKCallType   INTEGER,
    rPSAttrEntryR21AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR21I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR21I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR21I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR21I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR21AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR21AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR21AttrValUSLATA       Unsigned32,
    rPSAttrEntryR21AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR21AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR21AttrValUsrDef       Unsigned32,
    rPSAttrEntryR21AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR21AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR21AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR21AttrValBillCallType INTEGER,
    rPSAttrEntryR21AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR21AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR21AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR21AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR21AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR21AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR21T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR21T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR21T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR21AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR21I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR21I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR21I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR21I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR21AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR21AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR21I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR21I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR21I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR21I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR21AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR21AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR21AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR21AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR21AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR21AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR21AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR21AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR21AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR21AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR21AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR21AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR21AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR21AttrValOTGpID       INTEGER,
    rPSAttrEntryR21AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR21AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR21AttrValDTGpID       INTEGER,
    rPSAttrEntryR21AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR21AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR21AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR21AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR21T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR21T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR21T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR21AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR21AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR21AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR21AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR21AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR21AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR21AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR21AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR21AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR21AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR21AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR21ClgAddrScope        INTEGER
  }

  rPSAttrEntryR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR21Entry  1 }

  rPSAttrEntryR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR21Entry  2 }

  rPSAttrEntryR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR21Entry  3 }

  rPSAttrEntryR21CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR21Entry  4 }

  rPSAttrEntryR21AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR21Entry  5 }

  rPSAttrEntryR21AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR21Entry  6 }

  rPSAttrEntryR21AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlModeUKOnly(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR21Entry  7 }

  rPSAttrEntryR21AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  8 }

  rPSAttrEntryR21AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR21Entry  9 }

  rPSAttrEntryR21AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR21Entry  10 }

  rPSAttrEntryR21AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR21Entry  11 }

  rPSAttrEntryR21AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  12 }

  rPSAttrEntryR21AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  13 }

  rPSAttrEntryR21AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  14 }

  rPSAttrEntryR21AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR21Entry  15 }

  rPSAttrEntryR21AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  16 }

  rPSAttrEntryR21AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  17 }

  rPSAttrEntryR21AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  18 }

  rPSAttrEntryR21AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  19 }

  rPSAttrEntryR21AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR21Entry  20 }

  rPSAttrEntryR21AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  21 }

  rPSAttrEntryR21AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR21Entry  22 }

  rPSAttrEntryR21AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  23 }

  rPSAttrEntryR21AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  24 }

  rPSAttrEntryR21AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  25 }

  rPSAttrEntryR21AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR21Entry  26 }

  rPSAttrEntryR21AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR21Entry  27 }

  rPSAttrEntryR21AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR21Entry  28 }

  rPSAttrEntryR21AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  29 }

  rPSAttrEntryR21AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR21Entry  30 }

  rPSAttrEntryR21AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR21Entry  31 }

  rPSAttrEntryR21AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR21Entry  32 }

  rPSAttrEntryR21AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR21Entry  33 }

  rPSAttrEntryR21AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR21Entry  34 }

  rPSAttrEntryR21AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR21Entry  35 }

  rPSAttrEntryR21AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR21Entry  36 }

  rPSAttrEntryR21AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  37 }

  rPSAttrEntryR21AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  38 }

  rPSAttrEntryR21AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR21Entry  39 }

  rPSAttrEntryR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR21Entry  40 }

  rPSAttrEntryR21AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR21Entry  41 }

  rPSAttrEntryR21AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR21Entry  42 }

  rPSAttrEntryR21I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR21Entry  43 }

  rPSAttrEntryR21I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR21Entry  44 }

  rPSAttrEntryR21I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR21Entry  45 }

  rPSAttrEntryR21I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR21Entry  46 }

  rPSAttrEntryR21AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR21Entry  47 }

  rPSAttrEntryR21AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR21Entry  48 }

  rPSAttrEntryR21AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  49 }

  rPSAttrEntryR21AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR21Entry  50 }

  rPSAttrEntryR21AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  51 }

  rPSAttrEntryR21AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR21Entry  52 }

  rPSAttrEntryR21AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  53 }

  rPSAttrEntryR21AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR21Entry  54 }

  rPSAttrEntryR21AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR21Entry  55 }

  rPSAttrEntryR21AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR21Entry  56 }

  rPSAttrEntryR21AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR21Entry  57 }

  rPSAttrEntryR21AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  58 }

  rPSAttrEntryR21AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  59 }

  rPSAttrEntryR21AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR21Entry  60 }

  rPSAttrEntryR21AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR21Entry  61 }

  rPSAttrEntryR21AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR21Entry  62 }

  rPSAttrEntryR21T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR21Entry  63 }

  rPSAttrEntryR21T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR21Entry  64 }

  rPSAttrEntryR21T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR21Entry  65 }

  rPSAttrEntryR21AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR21Entry  66 }

  rPSAttrEntryR21I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR21Entry  67 }

  rPSAttrEntryR21I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR21Entry  68 }

  rPSAttrEntryR21I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR21Entry  69 }

  rPSAttrEntryR21I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR21Entry  70 }

  rPSAttrEntryR21AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR21Entry  71 }

  rPSAttrEntryR21AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR21Entry  72 }

  rPSAttrEntryR21I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR21Entry  73 }

  rPSAttrEntryR21I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR21Entry  74 }

  rPSAttrEntryR21I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR21Entry  75 }

  rPSAttrEntryR21I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR21Entry  76 }

  rPSAttrEntryR21AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR21Entry  77 }

  rPSAttrEntryR21AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR21Entry  78 }

  rPSAttrEntryR21AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR21Entry  79 }

  rPSAttrEntryR21AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR21Entry  80 }

  rPSAttrEntryR21AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR21Entry  81 }

  rPSAttrEntryR21AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR21Entry  82 }

  rPSAttrEntryR21AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR21Entry  83 }

  rPSAttrEntryR21AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR21Entry  84 }

  rPSAttrEntryR21AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR21Entry  85 }

  rPSAttrEntryR21AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR21Entry  86 }

  rPSAttrEntryR21AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR21Entry  88 }

  rPSAttrEntryR21AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR21Entry  89 }

  rPSAttrEntryR21AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR21Entry  90 }

  rPSAttrEntryR21AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR21Entry  91 }

  rPSAttrEntryR21AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR21Entry  92 }

  rPSAttrEntryR21AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR21Entry  93 }

  rPSAttrEntryR21AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR21Entry  94 }

  rPSAttrEntryR21AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR21Entry  95 }

  rPSAttrEntryR21AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR21Entry  96 }

  rPSAttrEntryR21AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR21Entry  97 }

  rPSAttrEntryR21AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR21Entry  98 }

  rPSAttrEntryR21T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR21Entry  99 }

  rPSAttrEntryR21T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR21Entry  100 }

  rPSAttrEntryR21T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR21Entry  101 }

  rPSAttrEntryR21AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR21Entry  102 }

  rPSAttrEntryR21AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR21Entry  103 }

  rPSAttrEntryR21AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  104 }

  rPSAttrEntryR21AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR21Entry  105 }

  rPSAttrEntryR21AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  106 }

  rPSAttrEntryR21AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  107 }

  rPSAttrEntryR21AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  108 }

  rPSAttrEntryR21AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  109 }

  rPSAttrEntryR21AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  110 }

  rPSAttrEntryR21AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  111 }

  rPSAttrEntryR21AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR21Entry  112 }

  rPSAttrEntryR21ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR21Entry  113 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  rPSNVEntryR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2036 }

  rPSNVEntryR19Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR19NEConn,
             rPSNVEntryR19NetwkElement,
             rPSNVEntryR19CFSIx,
             rPSNVEntryR19CfgSetIx,
             rPSNVEntryR19NumVldnTblIx,
             rPSNVEntryR19NumVldnEntryIx }
    ::= {  rPSNVEntryR19Table  1  }

  RPSNVEntryR19Entry  ::=  SEQUENCE
  {
    rPSNVEntryR19NEConn                Unsigned32,
    rPSNVEntryR19NetwkElement          DisplayString,
    rPSNVEntryR19CFSIx                 Unsigned32,
    rPSNVEntryR19CfgSetIx              Unsigned32,
    rPSNVEntryR19NumVldnTblIx          Unsigned32,
    rPSNVEntryR19NumVldnEntryIx        Unsigned32,
    rPSNVEntryR19NumVldnEntryName      DisplayString,
    rPSNVEntryR19Num                   DisplayString,
    rPSNVEntryR19MinMatchLen           Unsigned32,
    rPSNVEntryR19I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR19I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR19I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR19I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR19I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR19RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR19RowStatus             RowStatus,
    rPSNVEntryR19EditAction            DisplayString,
    rPSNVEntryR19BillType              INTEGER,
    rPSNVEntryR19CldAddrComplete       INTEGER,
    rPSNVEntryR19CldAddrScope          INTEGER,
    rPSNVEntryR19FgdPrefixDialed       INTEGER,
    rPSNVEntryR19OprCall               INTEGER,
    rPSNVEntryR19I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR19I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR19I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR19I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR19I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR19MatchAction           INTEGER,
    rPSNVEntryR19MatchCIP              INTEGER,
    rPSNVEntryR19AttrValCIP            INTEGER,
    rPSNVEntryR19MatchLCC1             INTEGER,
    rPSNVEntryR19LCC1                  Unsigned32,
    rPSNVEntryR19MatchLCC2             INTEGER,
    rPSNVEntryR19LCC2                  Unsigned32,
    rPSNVEntryR19MatchLCC3             INTEGER,
    rPSNVEntryR19LCC3                  Unsigned32,
    rPSNVEntryR19MatchLCC4             INTEGER,
    rPSNVEntryR19LCC4                  Unsigned32,
    rPSNVEntryR19MatchLCC5             INTEGER,
    rPSNVEntryR19LCC5                  Unsigned32,
    rPSNVEntryR19UseNumMainBillRec     INTEGER,
    rPSNVEntryR19MatchBillType         INTEGER,
    rPSNVEntryR19MatchCldAddrComplete  INTEGER,
    rPSNVEntryR19MatchCldAddrScope     INTEGER,
    rPSNVEntryR19MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR19MatchOprCall          INTEGER,
    rPSNVEntryR19MatchSubGp            INTEGER,
    rPSNVEntryR19MatchANIIIDigits      INTEGER,
    rPSNVEntryR19ANIIIDigits           Unsigned32,
    rPSNVEntryR19MatchUSCallType       INTEGER,
    rPSNVEntryR19USCallType            INTEGER,
    rPSNVEntryR19MatchUKCallType       INTEGER,
    rPSNVEntryR19UKCallType            INTEGER,
    rPSNVEntryR19MatchDialedPrefix     INTEGER,
    rPSNVEntryR19DialedPrefix          INTEGER,
    rPSNVEntryR19MatchDialingPattn     INTEGER,
    rPSNVEntryR19DialingPattn          INTEGER,
    rPSNVEntryR19MatchUsrDef1          INTEGER,
    rPSNVEntryR19UsrDef1               Unsigned32,
    rPSNVEntryR19MatchUsrDef2          INTEGER,
    rPSNVEntryR19UsrDef2               Unsigned32,
    rPSNVEntryR19MatchUsrDef3          INTEGER,
    rPSNVEntryR19UsrDef3               Unsigned32,
    rPSNVEntryR19AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR19T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR19T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR19T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR19T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR19T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR19AVInMedChMatch        INTEGER,
    rPSNVEntryR19T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR19T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR19T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR19T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR19T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR19T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR19AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR19AVInMedSigStack       INTEGER,
    rPSNVEntryR19AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR19AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR19T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR19T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR19T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR19T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR19T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR19T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR19T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR19T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR19T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR19T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR19T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR19T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR19T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR19T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR19T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR19T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR19T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR19T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR19T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR19T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR19T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR19I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR19I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR19I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR19I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR19AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR19AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR19AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR19AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR19AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR19AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR19AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR19TransitNetwkID        Unsigned32,
    rPSNVEntryR19I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR19I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR19I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR19I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR19T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR19T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR19T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR19AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR19AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR19NumActCallPartyNumAct DisplayString,
    rPSNVEntryR19NumActChargeNumAct    DisplayString,
    rPSNVEntryR19MatchUsrDef4          INTEGER,
    rPSNVEntryR19UsrDef4               Unsigned32,
    rPSNVEntryR19MatchUsrDef5          INTEGER,
    rPSNVEntryR19UsrDef5               Unsigned32,
    rPSNVEntryR19MatchUsrDef6          INTEGER,
    rPSNVEntryR19UsrDef6               Unsigned32,
    rPSNVEntryR19MatchUsrDef7          INTEGER,
    rPSNVEntryR19UsrDef7               Unsigned32,
    rPSNVEntryR19MatchUsrDef8          INTEGER,
    rPSNVEntryR19UsrDef8               Unsigned32,
    rPSNVEntryR19MatchUsrDef9          INTEGER,
    rPSNVEntryR19UsrDef9               Unsigned32,
    rPSNVEntryR19MatchUsrDef10         INTEGER,
    rPSNVEntryR19UsrDef10              Unsigned32,
    rPSNVEntryR19MatchUsrDef11         INTEGER,
    rPSNVEntryR19UsrDef11              Unsigned32,
    rPSNVEntryR19MatchUsrDef12         INTEGER,
    rPSNVEntryR19UsrDef12              Unsigned32,
    rPSNVEntryR19MatchUsrDef13         INTEGER,
    rPSNVEntryR19UsrDef13              Unsigned32,
    rPSNVEntryR19MatchUsrDef14         INTEGER,
    rPSNVEntryR19UsrDef14              Unsigned32,
    rPSNVEntryR19MatchUsrDef15         INTEGER,
    rPSNVEntryR19UsrDef15              Unsigned32,
    rPSNVEntryR19MatchUsrDef16         INTEGER,
    rPSNVEntryR19UsrDef16              Unsigned32,
    rPSNVEntryR19MatchUsrDef17         INTEGER,
    rPSNVEntryR19UsrDef17              Unsigned32,
    rPSNVEntryR19MatchUsrDef18         INTEGER,
    rPSNVEntryR19UsrDef18              Unsigned32,
    rPSNVEntryR19MatchUsrDef19         INTEGER,
    rPSNVEntryR19UsrDef19              Unsigned32,
    rPSNVEntryR19MatchUsrDef20         INTEGER,
    rPSNVEntryR19UsrDef20              Unsigned32,
    rPSNVEntryR19AttrValLCC6Match      INTEGER,
    rPSNVEntryR19AttrValLCC6           Unsigned32,
    rPSNVEntryR19AttrValLCC7Match      INTEGER,
    rPSNVEntryR19AttrValLCC7           Unsigned32,
    rPSNVEntryR19AttrValLCC8Match      INTEGER,
    rPSNVEntryR19AttrValLCC8           Unsigned32,
    rPSNVEntryR19AttrValLCC9Match      INTEGER,
    rPSNVEntryR19AttrValLCC9           Unsigned32,
    rPSNVEntryR19AttrValLCC10Match     INTEGER,
    rPSNVEntryR19AttrValLCC10          Unsigned32,
    rPSNVEntryR19AttrValLCC11Match     INTEGER,
    rPSNVEntryR19AttrValLCC11          Unsigned32,
    rPSNVEntryR19AttrValLCC12Match     INTEGER,
    rPSNVEntryR19AttrValLCC12          Unsigned32,
    rPSNVEntryR19AttrValLCC13Match     INTEGER,
    rPSNVEntryR19AttrValLCC13          Unsigned32,
    rPSNVEntryR19AttrValLCC14Match     INTEGER,
    rPSNVEntryR19AttrValLCC14          Unsigned32,
    rPSNVEntryR19AttrValLCC15Match     INTEGER,
    rPSNVEntryR19AttrValLCC15          Unsigned32,
    rPSNVEntryR19AttrValLCC16Match     INTEGER,
    rPSNVEntryR19AttrValLCC16          Unsigned32,
    rPSNVEntryR19AttrValLCC17Match     INTEGER,
    rPSNVEntryR19AttrValLCC17          Unsigned32,
    rPSNVEntryR19AttrValLCC18Match     INTEGER,
    rPSNVEntryR19AttrValLCC18          Unsigned32,
    rPSNVEntryR19AttrValLCC19Match     INTEGER,
    rPSNVEntryR19AttrValLCC19          Unsigned32,
    rPSNVEntryR19AttrValLCC20Match     INTEGER,
    rPSNVEntryR19AttrValLCC20          Unsigned32,
    rPSNVEntryR19AttrValESAStatusMatch INTEGER,
    rPSNVEntryR19I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR19I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR19I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR19I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR19AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR19AVBearerCapability    BITS,
    rPSNVEntryR19RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR19RedirectionReason     INTEGER,
    rPSNVEntryR19AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR19AttrValValidFromHr    Unsigned32,
    rPSNVEntryR19AttrValValidFromMin   Unsigned32,
    rPSNVEntryR19AttrValValidToHr      Unsigned32,
    rPSNVEntryR19AttrValValidToMin     Unsigned32,
    rPSNVEntryR19AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR19AttrValDayWeek        BITS,
    rPSNVEntryR19AttrValDateRangeMatch INTEGER,
    rPSNVEntryR19AttrValValidFromYear  Unsigned32,
    rPSNVEntryR19AttrValValidFromMonth Unsigned32,
    rPSNVEntryR19AttrValValidFromDate  Unsigned32,
    rPSNVEntryR19AttrValValidUntilYear Unsigned32,
    rPSNVEntryR19AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR19AttrValValidUntilDate Unsigned32,
    rPSNVEntryR19AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR19AttrValDialedBySub    INTEGER,
    rPSNVEntryR19AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR19AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR19AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR19AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR19AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR19AttrValISwIBGCall     INTEGER,
    rPSNVEntryR19UseNumAddBill         INTEGER,
    rPSNVEntryR19AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR19AttrValOTGpID         DisplayString,
    rPSNVEntryR19AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR19AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR19AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR19AttrValDTGpID         DisplayString,
    rPSNVEntryR19AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR19AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR19NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR19NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR19T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR19T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR19T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR19AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR19AttrValClgPrtCtgry    BITS,
    rPSNVEntryR19AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR19AttrValIsupPrefs      BITS,
    rPSNVEntryR19AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR19AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR19AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR19AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR19AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR19AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR19AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR19AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR19AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR19AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR19AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR19AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR19AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR19AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR19AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR19AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR19ClgAddrScope          INTEGER
  }

  rPSNVEntryR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR19Entry  1 }

  rPSNVEntryR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR19Entry  2 }

  rPSNVEntryR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR19Entry  3 }

  rPSNVEntryR19CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR19Entry  4 }

  rPSNVEntryR19NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR19Entry  5 }

  rPSNVEntryR19NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR19Entry  6 }

  rPSNVEntryR19NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR19Entry  7 }

  rPSNVEntryR19Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR19Entry  8 }

  rPSNVEntryR19MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  9 }

  rPSNVEntryR19I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR19Entry  10 }

  rPSNVEntryR19I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR19Entry  11 }

  rPSNVEntryR19I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR19Entry  12 }

  rPSNVEntryR19I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR19Entry  13 }

  rPSNVEntryR19I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR19Entry  14 }

  rPSNVEntryR19RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR19Entry  15 }

  rPSNVEntryR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR19Entry  16 }

  rPSNVEntryR19EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR19Entry  17 }

  rPSNVEntryR19BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR19Entry  18 }

  rPSNVEntryR19CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR19Entry  19 }

  rPSNVEntryR19CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR19Entry  20 }

  rPSNVEntryR19FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR19Entry  21 }

  rPSNVEntryR19OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR19Entry  22 }

  rPSNVEntryR19I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR19Entry  28 }

  rPSNVEntryR19I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR19Entry  29 }

  rPSNVEntryR19I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR19Entry  30 }

  rPSNVEntryR19I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR19Entry  31 }

  rPSNVEntryR19I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR19Entry  32 }

  rPSNVEntryR19MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR19Entry  33 }

  rPSNVEntryR19MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  34 }

  rPSNVEntryR19AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  35 }

  rPSNVEntryR19MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  49 }

  rPSNVEntryR19LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR19Entry  50 }

  rPSNVEntryR19MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  51 }

  rPSNVEntryR19LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR19Entry  52 }

  rPSNVEntryR19MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  53 }

  rPSNVEntryR19LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR19Entry  54 }

  rPSNVEntryR19MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  55 }

  rPSNVEntryR19LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR19Entry  56 }

  rPSNVEntryR19MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  57 }

  rPSNVEntryR19LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR19Entry  58 }

  rPSNVEntryR19UseNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR19Entry  59 }

  rPSNVEntryR19MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  60 }

  rPSNVEntryR19MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  61 }

  rPSNVEntryR19MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  62 }

  rPSNVEntryR19MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  63 }

  rPSNVEntryR19MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  64 }

  rPSNVEntryR19MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  65 }

  rPSNVEntryR19MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  68 }

  rPSNVEntryR19ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  69 }

  rPSNVEntryR19MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  70 }

  rPSNVEntryR19USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR19Entry  71 }

  rPSNVEntryR19MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  72 }

  rPSNVEntryR19UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR19Entry  73 }

  rPSNVEntryR19MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  74 }

  rPSNVEntryR19DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR19Entry  75 }

  rPSNVEntryR19MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  76 }

  rPSNVEntryR19DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR19Entry  77 }

  rPSNVEntryR19MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  78 }

  rPSNVEntryR19UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR19Entry  79 }

  rPSNVEntryR19MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  80 }

  rPSNVEntryR19UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR19Entry  81 }

  rPSNVEntryR19MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  82 }

  rPSNVEntryR19UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR19Entry  83 }

  rPSNVEntryR19AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR19Entry  84 }

  rPSNVEntryR19T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR19Entry  85 }

  rPSNVEntryR19T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR19Entry  86 }

  rPSNVEntryR19T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR19Entry  87 }

  rPSNVEntryR19T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR19Entry  88 }

  rPSNVEntryR19T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR19Entry  89 }

  rPSNVEntryR19AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  90 }

  rPSNVEntryR19T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  91 }

  rPSNVEntryR19T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  92 }

  rPSNVEntryR19T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  93 }

  rPSNVEntryR19T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  94 }

  rPSNVEntryR19T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  95 }

  rPSNVEntryR19T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  96 }

  rPSNVEntryR19AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  97 }

  rPSNVEntryR19AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR19Entry  98 }

  rPSNVEntryR19AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  99 }

  rPSNVEntryR19AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR19Entry  100 }

  rPSNVEntryR19T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  101 }

  rPSNVEntryR19T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  102 }

  rPSNVEntryR19T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR19Entry  103 }

  rPSNVEntryR19T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR19Entry  104 }

  rPSNVEntryR19T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR19Entry  105 }

  rPSNVEntryR19T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR19Entry  106 }

  rPSNVEntryR19T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR19Entry  107 }

  rPSNVEntryR19T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR19Entry  108 }

  rPSNVEntryR19T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR19Entry  109 }

  rPSNVEntryR19T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR19Entry  110 }

  rPSNVEntryR19T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR19Entry  111 }

  rPSNVEntryR19T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR19Entry  112 }

  rPSNVEntryR19T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR19Entry  113 }

  rPSNVEntryR19T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR19Entry  114 }

  rPSNVEntryR19T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR19Entry  115 }

  rPSNVEntryR19T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR19Entry  116 }

  rPSNVEntryR19T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR19Entry  117 }

  rPSNVEntryR19T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  119 }

  rPSNVEntryR19T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  120 }

  rPSNVEntryR19T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  121 }

  rPSNVEntryR19T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR19Entry  122 }

  rPSNVEntryR19I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR19Entry  123 }

  rPSNVEntryR19I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR19Entry  124 }

  rPSNVEntryR19I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR19Entry  125 }

  rPSNVEntryR19I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR19Entry  126 }

  rPSNVEntryR19AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR19Entry  127 }

  rPSNVEntryR19AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  132 }

  rPSNVEntryR19AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  136 }

  rPSNVEntryR19AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR19Entry  137 }

  rPSNVEntryR19AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  138 }

  rPSNVEntryR19AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR19Entry  139 }

  rPSNVEntryR19AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  140 }

  rPSNVEntryR19TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  141 }

  rPSNVEntryR19I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR19Entry  147 }

  rPSNVEntryR19I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR19Entry  148 }

  rPSNVEntryR19I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR19Entry  149 }

  rPSNVEntryR19I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR19Entry  150 }

  rPSNVEntryR19T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR19Entry  183 }

  rPSNVEntryR19T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR19Entry  184 }

  rPSNVEntryR19T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR19Entry  185 }

  rPSNVEntryR19AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  186 }

  rPSNVEntryR19AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR19Entry  187 }

  rPSNVEntryR19NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR19Entry  188 }

  rPSNVEntryR19NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR19Entry  189 }

  rPSNVEntryR19MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  190 }

  rPSNVEntryR19UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR19Entry  191 }

  rPSNVEntryR19MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  192 }

  rPSNVEntryR19UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR19Entry  193 }

  rPSNVEntryR19MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  194 }

  rPSNVEntryR19UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR19Entry  195 }

  rPSNVEntryR19MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  196 }

  rPSNVEntryR19UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR19Entry  197 }

  rPSNVEntryR19MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  198 }

  rPSNVEntryR19UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR19Entry  199 }

  rPSNVEntryR19MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  200 }

  rPSNVEntryR19UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR19Entry  201 }

  rPSNVEntryR19MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  202 }

  rPSNVEntryR19UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR19Entry  203 }

  rPSNVEntryR19MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  204 }

  rPSNVEntryR19UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR19Entry  205 }

  rPSNVEntryR19MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  206 }

  rPSNVEntryR19UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR19Entry  207 }

  rPSNVEntryR19MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  208 }

  rPSNVEntryR19UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR19Entry  209 }

  rPSNVEntryR19MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  210 }

  rPSNVEntryR19UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR19Entry  211 }

  rPSNVEntryR19MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  212 }

  rPSNVEntryR19UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR19Entry  213 }

  rPSNVEntryR19MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  214 }

  rPSNVEntryR19UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR19Entry  215 }

  rPSNVEntryR19MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  216 }

  rPSNVEntryR19UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR19Entry  217 }

  rPSNVEntryR19MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  218 }

  rPSNVEntryR19UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR19Entry  219 }

  rPSNVEntryR19MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  220 }

  rPSNVEntryR19UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR19Entry  221 }

  rPSNVEntryR19MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  222 }

  rPSNVEntryR19UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR19Entry  223 }

  rPSNVEntryR19AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  224 }

  rPSNVEntryR19AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR19Entry  225 }

  rPSNVEntryR19AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  226 }

  rPSNVEntryR19AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR19Entry  227 }

  rPSNVEntryR19AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  228 }

  rPSNVEntryR19AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR19Entry  229 }

  rPSNVEntryR19AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  230 }

  rPSNVEntryR19AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR19Entry  231 }

  rPSNVEntryR19AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  232 }

  rPSNVEntryR19AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR19Entry  233 }

  rPSNVEntryR19AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  234 }

  rPSNVEntryR19AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR19Entry  235 }

  rPSNVEntryR19AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  236 }

  rPSNVEntryR19AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR19Entry  237 }

  rPSNVEntryR19AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  238 }

  rPSNVEntryR19AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR19Entry  239 }

  rPSNVEntryR19AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  240 }

  rPSNVEntryR19AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR19Entry  241 }

  rPSNVEntryR19AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  242 }

  rPSNVEntryR19AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR19Entry  243 }

  rPSNVEntryR19AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  244 }

  rPSNVEntryR19AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR19Entry  245 }

  rPSNVEntryR19AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  246 }

  rPSNVEntryR19AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR19Entry  247 }

  rPSNVEntryR19AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  248 }

  rPSNVEntryR19AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR19Entry  249 }

  rPSNVEntryR19AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  250 }

  rPSNVEntryR19AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR19Entry  251 }

  rPSNVEntryR19AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  252 }

  rPSNVEntryR19AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR19Entry  253 }

  rPSNVEntryR19AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR19Entry  254 }

  rPSNVEntryR19I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR19Entry  255 }

  rPSNVEntryR19I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR19Entry  256 }

  rPSNVEntryR19I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR19Entry  257 }

  rPSNVEntryR19I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR19Entry  258 }

  rPSNVEntryR19AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  260 }

  rPSNVEntryR19AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR19Entry  261 }

  rPSNVEntryR19RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  262 }

  rPSNVEntryR19RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR19Entry  263 }

  rPSNVEntryR19AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR19Entry  264 }

  rPSNVEntryR19AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR19Entry  265 }

  rPSNVEntryR19AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR19Entry  266 }

  rPSNVEntryR19AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR19Entry  267 }

  rPSNVEntryR19AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR19Entry  268 }

  rPSNVEntryR19AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR19Entry  269 }

  rPSNVEntryR19AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR19Entry  270 }

  rPSNVEntryR19AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR19Entry  271 }

  rPSNVEntryR19AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR19Entry  272 }

  rPSNVEntryR19AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR19Entry  273 }

  rPSNVEntryR19AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR19Entry  274 }

  rPSNVEntryR19AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR19Entry  275 }

  rPSNVEntryR19AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR19Entry  276 }

  rPSNVEntryR19AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR19Entry  277 }

  rPSNVEntryR19AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  278 }

  rPSNVEntryR19AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR19Entry  279 }

  rPSNVEntryR19AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  280 }

  rPSNVEntryR19AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR19Entry  281 }

  rPSNVEntryR19AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  282 }

  rPSNVEntryR19AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR19Entry  283 }

  rPSNVEntryR19AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR19Entry  284 }

  rPSNVEntryR19AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR19Entry  285 }

  rPSNVEntryR19UseNumAddBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use number in billing Module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR19Entry  286 }

  rPSNVEntryR19AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  287 }

  rPSNVEntryR19AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR19Entry  288 }

  rPSNVEntryR19AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  289 }

  rPSNVEntryR19AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR19Entry  290 }

  rPSNVEntryR19AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  291 }

  rPSNVEntryR19AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR19Entry  292 }

  rPSNVEntryR19AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  293 }

  rPSNVEntryR19AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR19Entry  294 }

  rPSNVEntryR19NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR19Entry  295 }

  rPSNVEntryR19NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR19Entry  296 }

  rPSNVEntryR19T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR19Entry  297 }

  rPSNVEntryR19T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR19Entry  298 }

  rPSNVEntryR19T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR19Entry  299 }

  rPSNVEntryR19AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  300 }

  rPSNVEntryR19AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR19Entry  301 }

  rPSNVEntryR19AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  302 }

  rPSNVEntryR19AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR19Entry  303 }

  rPSNVEntryR19AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  304 }

  rPSNVEntryR19AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR19Entry  305 }

  rPSNVEntryR19AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  306 }

  rPSNVEntryR19AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR19Entry  307 }

  rPSNVEntryR19AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  308 }

  rPSNVEntryR19AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR19Entry  309 }

  rPSNVEntryR19AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  310 }

  rPSNVEntryR19AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR19Entry  311 }

  rPSNVEntryR19AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  312 }

  rPSNVEntryR19AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR19Entry  313 }

  rPSNVEntryR19AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  314 }

  rPSNVEntryR19AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR19Entry  315 }

  rPSNVEntryR19AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  316 }

  rPSNVEntryR19AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR19Entry  317 }

  rPSNVEntryR19AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR19Entry  318 }

  rPSNVEntryR19AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR19Entry  319 }

  rPSNVEntryR19ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR19Entry  320 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Core'                                                   */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  iMSCoreTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSCoreEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2037 }

  iMSCoreEntry OBJECT-TYPE
    SYNTAX       IMSCoreEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSCoreNEConn,
             iMSCoreNetwkElement,
             iMSCoreCFSIx,
             iMSCoreSIPIx,
             iMSCoreSIPTrnkIx }
    ::= {  iMSCoreTable  1  }

  IMSCoreEntry  ::=  SEQUENCE
  {
    iMSCoreNEConn                      Unsigned32,
    iMSCoreNetwkElement                DisplayString,
    iMSCoreCFSIx                       Unsigned32,
    iMSCoreSIPIx                       Unsigned32,
    iMSCoreSIPTrnkIx                   Unsigned32,
    iMSCoreName                        DisplayString,
    iMSCoreDesc                        DisplayString,
    iMSCoreI1CfgdSIPBindingNEConn      Unsigned32,
    iMSCoreI2CfgdSIPBindingNetwkElement
                                       DisplayString,
    iMSCoreI3CfgdSIPBindingCFSIx       Unsigned32,
    iMSCoreI4CfgdSIPBindingBindingIx   Unsigned32,
    iMSCoreDeactivnMode                INTEGER,
    iMSCoreI1FaultMonitoringProfEMSIx  Unsigned32,
    iMSCoreI2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iMSCoreI3FaultMonitoringProfFMPIx  Integer32,
    iMSCoreFaultMonitoringProfOtherVals
                                       INTEGER,
    iMSCoreApplyFMPToReltdObjectTypes  BITS,
    iMSCoreAllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iMSCoreAlrmState                   INTEGER,
    iMSCoreStatisticsAlrms             Integer32,
    iMSCoreAlrmStateTimestamp          Unsigned32,
    iMSCoreAlrmEvtsAttnRqLogCorr       Counter64,
    iMSCoreAlrmEvtsAttnRq              Unsigned32,
    iMSCoreAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iMSCoreAlrmLogCorr                 Counter64,
    iMSCoreAlrmEvtsAtndDp              Unsigned32,
    iMSCoreAlrmResetTimestamp          Unsigned32,
    iMSCoreDiagsLogLvl                 INTEGER,
    iMSCoreDiagsAPITraceEnabled        INTEGER,
    iMSCoreDiagsAPITraceTag            DisplayString,
    iMSCoreDoExtraActions              INTEGER,
    iMSCoreRowStatus                   RowStatus,
    iMSCoreAdminStatus                 AdminStatus,
    iMSCoreOperStatus                  OperStatus
  }

  iMSCoreNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSCoreEntry  1 }

  iMSCoreNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSCoreEntry  2 }

  iMSCoreCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iMSCoreEntry  3 }

  iMSCoreSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { iMSCoreEntry  4 }

  iMSCoreSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk index'.
                  This is an index field."
    ::= { iMSCoreEntry  5 }

  iMSCoreName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iMSCoreEntry  6 }

  iMSCoreDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iMSCoreEntry  7 }

  iMSCoreI1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { iMSCoreEntry  8 }

  iMSCoreI2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { iMSCoreEntry  9 }

  iMSCoreI3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { iMSCoreEntry  10 }

  iMSCoreI4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { iMSCoreEntry  11 }

  iMSCoreDeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iMSCoreEntry  12 }

  iMSCoreI1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iMSCoreEntry  13 }

  iMSCoreI2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iMSCoreEntry  14 }

  iMSCoreI3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iMSCoreEntry  15 }

  iMSCoreFaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iMSCoreEntry  16 }

  iMSCoreApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iMSCoreEntry  17 }

  iMSCoreAllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iMSCoreEntry  18 }

  iMSCoreAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iMSCoreEntry  19 }

  iMSCoreStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iMSCoreEntry  20 }

  iMSCoreAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iMSCoreEntry  21 }

  iMSCoreAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iMSCoreEntry  22 }

  iMSCoreAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSCoreEntry  23 }

  iMSCoreAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iMSCoreEntry  24 }

  iMSCoreAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iMSCoreEntry  25 }

  iMSCoreAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSCoreEntry  26 }

  iMSCoreAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iMSCoreEntry  27 }

  iMSCoreDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iMSCoreEntry  28 }

  iMSCoreDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iMSCoreEntry  29 }

  iMSCoreDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iMSCoreEntry  30 }

  iMSCoreDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSCoreEntry  31 }

  iMSCoreRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iMSCoreEntry  32 }

  iMSCoreAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSCoreEntry  33 }

  iMSCoreOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSCoreEntry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profile'                                         */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  perProfR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profiles'."
    ::= { metaSwitch  2038 }

  perProfR11Entry OBJECT-TYPE
    SYNTAX       PerProfR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfR11NEConn,
             perProfR11NetwkElement,
             perProfR11CFSIx,
             perProfR11GpIx }
    ::= {  perProfR11Table  1  }

  PerProfR11Entry  ::=  SEQUENCE
  {
    perProfR11NEConn                   Unsigned32,
    perProfR11NetwkElement             DisplayString,
    perProfR11CFSIx                    Unsigned32,
    perProfR11GpIx                     Unsigned32,
    perProfR11PerProfName              DisplayString,
    perProfR11ValidSubTypes            BITS,
    perProfR11SDActCallLimitAlgorithm  INTEGER,
    perProfR11SDDefCallLimitAlgorithm  INTEGER,
    perProfR11SDUseDefCallLimitAlgorithm
                                       INTEGER,
    perProfR11SDActCallLimitVal        Unsigned32,
    perProfR11SDDefCallLimitVal        Unsigned32,
    perProfR11SDUseDefCallLimitVal     INTEGER,
    perProfR11SDActMaxCallAppearances  Unsigned32,
    perProfR11SDDefMaxCallAppearances  Unsigned32,
    perProfR11SDUseDefMaxCallAppearances
                                       INTEGER,
    perProfR11SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR11SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR11SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    perProfR11SDActLongDistanceCarr    DisplayString,
    perProfR11SDDefLongDistanceCarr    DisplayString,
    perProfR11SDUseDefLongDistanceCarr INTEGER,
    perProfR11SDActIntraLATACarr       DisplayString,
    perProfR11SDDefIntraLATACarr       DisplayString,
    perProfR11SDUseDefIntraLATACarr    INTEGER,
    perProfR11SDActIntnatlCarr         DisplayString,
    perProfR11SDDefIntnatlCarr         DisplayString,
    perProfR11SDUseDefIntnatlCarr      INTEGER,
    perProfR11SDActBillType            INTEGER,
    perProfR11SDDefBillType            INTEGER,
    perProfR11SDUseDefBillType         INTEGER,
    perProfR11SDActRtgAttrs            BITS,
    perProfR11SDDefRtgAttrs            BITS,
    perProfR11SDUseDefRtgAttrs         INTEGER,
    perProfR11SDActDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR11SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR11SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR11SDActTariffGp            INTEGER,
    perProfR11SDDefTariffGp            INTEGER,
    perProfR11SDUseDefTariffGp         INTEGER,
    perProfR11SDActForceLNPLookup      INTEGER,
    perProfR11SDDefForceLNPLookup      INTEGER,
    perProfR11SDUseDefForceLNPLookup   INTEGER,
    perProfR11SDActTimezone            INTEGER,
    perProfR11SDDefTimezone            INTEGER,
    perProfR11SDUseDefTimezone         INTEGER,
    perProfR11SDActAdjustDaylightSavings
                                       INTEGER,
    perProfR11SDDefAdjustDaylightSavings
                                       INTEGER,
    perProfR11SDUseDefAdjustDaylightSavings
                                       INTEGER,
    perProfR11SDActLCC1                INTEGER,
    perProfR11SDDefLCC1                INTEGER,
    perProfR11SDUseDefLCC1             INTEGER,
    perProfR11SDActLCC2                INTEGER,
    perProfR11SDDefLCC2                INTEGER,
    perProfR11SDUseDefLCC2             INTEGER,
    perProfR11SDActLCC3                INTEGER,
    perProfR11SDDefLCC3                INTEGER,
    perProfR11SDUseDefLCC3             INTEGER,
    perProfR11SDActLCC4                INTEGER,
    perProfR11SDDefLCC4                INTEGER,
    perProfR11SDUseDefLCC4             INTEGER,
    perProfR11SDActLCC5                INTEGER,
    perProfR11SDDefLCC5                INTEGER,
    perProfR11SDUseDefLCC5             INTEGER,
    perProfR11ChldCallServAlrmsAttnRq  Unsigned32,
    perProfR11ChldCllSrvAlrmEvtsAttnRq Unsigned32,
    perProfR11ChldCallServAlrmsAtndDp  Unsigned32,
    perProfR11ChldCllSrvAlrmEvtsAtndDp Unsigned32,
    perProfR11SummaryChldAlrmState     INTEGER,
    perProfR11ExportNumObjectsExported Integer32,
    perProfR11ExportStatus             DisplayString,
    perProfR11ExportFile               DisplayString,
    perProfR11ExportCorr               Counter64,
    perProfR11ExportCorrNode           DisplayString,
    perProfR11ExportCorrUID            DisplayString,
    perProfR11DoExtraActions           INTEGER,
    perProfR11RowStatus                RowStatus,
    perProfR11SynchronizationInProgress
                                       INTEGER,
    perProfR11SDActClgNumScreening     INTEGER,
    perProfR11SDDefClgNumScreening     INTEGER,
    perProfR11SDUseDefClgNumScreening  INTEGER,
    perProfR11SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR11SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR11SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR11SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR11SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR11SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR11SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR11SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR11SDActLCC6                INTEGER,
    perProfR11SDDefLCC6                INTEGER,
    perProfR11SDUseDefLCC6             INTEGER,
    perProfR11SDActLCC7                INTEGER,
    perProfR11SDDefLCC7                INTEGER,
    perProfR11SDUseDefLCC7             INTEGER,
    perProfR11SDActLCC8                INTEGER,
    perProfR11SDDefLCC8                INTEGER,
    perProfR11SDUseDefLCC8             INTEGER,
    perProfR11SDActLCC9                INTEGER,
    perProfR11SDDefLCC9                INTEGER,
    perProfR11SDUseDefLCC9             INTEGER,
    perProfR11SDActLCC10               INTEGER,
    perProfR11SDDefLCC10               INTEGER,
    perProfR11SDUseDefLCC10            INTEGER,
    perProfR11SDActLCC11               INTEGER,
    perProfR11SDDefLCC11               INTEGER,
    perProfR11SDUseDefLCC11            INTEGER,
    perProfR11SDActLCC12               INTEGER,
    perProfR11SDDefLCC12               INTEGER,
    perProfR11SDUseDefLCC12            INTEGER,
    perProfR11SDActLCC13               INTEGER,
    perProfR11SDDefLCC13               INTEGER,
    perProfR11SDUseDefLCC13            INTEGER,
    perProfR11SDActLCC14               INTEGER,
    perProfR11SDDefLCC14               INTEGER,
    perProfR11SDUseDefLCC14            INTEGER,
    perProfR11SDActLCC15               INTEGER,
    perProfR11SDDefLCC15               INTEGER,
    perProfR11SDUseDefLCC15            INTEGER,
    perProfR11SDActLCC16               INTEGER,
    perProfR11SDDefLCC16               INTEGER,
    perProfR11SDUseDefLCC16            INTEGER,
    perProfR11SDActLCC17               INTEGER,
    perProfR11SDDefLCC17               INTEGER,
    perProfR11SDUseDefLCC17            INTEGER,
    perProfR11SDActLCC18               INTEGER,
    perProfR11SDDefLCC18               INTEGER,
    perProfR11SDUseDefLCC18            INTEGER,
    perProfR11SDActLCC19               INTEGER,
    perProfR11SDDefLCC19               INTEGER,
    perProfR11SDUseDefLCC19            INTEGER,
    perProfR11SDActLCC20               INTEGER,
    perProfR11SDDefLCC20               INTEGER,
    perProfR11SDUseDefLCC20            INTEGER,
    perProfSDActR11SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfSDDefR11SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfR11SDUseDefSubMediaGatewayModel
                                       INTEGER,
    perProfR11SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR11SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR11SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR11SDActMaxSimulRegistrations
                                       INTEGER,
    perProfR11SDDefMaxSimulRegistrations
                                       INTEGER,
    perProfR11SDUseDefMaxSimulRegistrations
                                       INTEGER,
    perProfR11SDActAdvChrgAOCD         INTEGER,
    perProfR11SDDefAdvChrgAOCD         INTEGER,
    perProfR11SDUseDefAdvChrgAOCD      INTEGER,
    perProfR11SDActAdvChrgAOCE         INTEGER,
    perProfR11SDDefAdvChrgAOCE         INTEGER,
    perProfR11SDUseDefAdvChrgAOCE      INTEGER,
    perProfR11SDActBusGpCallLogsEnabled
                                       INTEGER,
    perProfR11SDDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR11SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR11SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR11SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR11SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR11SDActSubTimezone         LongDisplayString,
    perProfR11SDDefSubTimezone         LongDisplayString,
    perProfR11SDUseDefSubTimezone      INTEGER,
    perProfR11SDActChargeInd           INTEGER,
    perProfR11SDDefChargeInd           INTEGER,
    perProfR11SDUseDefChargeInd        INTEGER,
    perProfR11SDActSubClgCategory      INTEGER,
    perProfR11SDDefSubClgCategory      INTEGER,
    perProfR11SDUseDefSubClgCategory   INTEGER,
    perProfR11SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR11SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR11SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR11SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR11SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR11SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR11SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR11SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR11SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR11NumRefgSubs              Unsigned32,
    perProfR11ProfIsReferencedBySubs   INTEGER,
    perProfR11TotChldAlrmsAttnRq       Unsigned32,
    perProfR11TotChldAlrmEvtsAttnRq    Unsigned32,
    perProfR11TotChldAlrmsAtndDp       Unsigned32,
    perProfR11TotChldAlrmEvtsAtndDp    Unsigned32,
    perProfR11SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR11SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR11SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR11SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR11SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR11SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR11ExportIncASRepData       INTEGER,
    perProfR11ExportChldObjectsToInc   INTEGER
  }

  perProfR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfR11Entry  1 }

  perProfR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfR11Entry  2 }

  perProfR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfR11Entry  3 }

  perProfR11GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfR11Entry  4 }

  perProfR11PerProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { perProfR11Entry  5 }

  perProfR11ValidSubTypes OBJECT-TYPE
    SYNTAX       BITS {
                   individualLine(0),
                   pBX(1),
                   businessGroup(2),
                   businessGroupLine(3),
                   multipleAppearanceDirectoryNumber(4),
                   mLHGPilotDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid subscriber types'."
    DEFVAL       { {individualLine, pBX, businessGroup, businessGroupLine, multipleAppearanceDirectoryNumber, mLHGPilotDN} }
    ::= { perProfR11Entry  6 }

  perProfR11SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  7 }

  perProfR11SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  8 }

  perProfR11SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  9 }

  perProfR11SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  10 }

  perProfR11SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  11 }

  perProfR11SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  12 }

  perProfR11SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  13 }

  perProfR11SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  14 }

  perProfR11SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  15 }

  perProfR11SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  16 }

  perProfR11SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  17 }

  perProfR11SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  18 }

  perProfR11SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  19 }

  perProfR11SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  20 }

  perProfR11SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  21 }

  perProfR11SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  22 }

  perProfR11SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  23 }

  perProfR11SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  24 }

  perProfR11SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  25 }

  perProfR11SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  26 }

  perProfR11SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  27 }

  perProfR11SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  28 }

  perProfR11SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  29 }

  perProfR11SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  30 }

  perProfR11SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  31 }

  perProfR11SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  32 }

  perProfR11SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  33 }

  perProfR11SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  34 }

  perProfR11SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  35 }

  perProfR11SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  36 }

  perProfR11SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  40 }

  perProfR11SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  41 }

  perProfR11SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  42 }

  perProfR11SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  43 }

  perProfR11SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  44 }

  perProfR11SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  45 }

  perProfR11SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  46 }

  perProfR11SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  47 }

  perProfR11SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  48 }

  perProfR11SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  49 }

  perProfR11SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  50 }

  perProfR11SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  51 }

  perProfR11SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  52 }

  perProfR11SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  53 }

  perProfR11SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  54 }

  perProfR11SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  55 }

  perProfR11SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  56 }

  perProfR11SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  57 }

  perProfR11SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  58 }

  perProfR11SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  59 }

  perProfR11SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  60 }

  perProfR11SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  61 }

  perProfR11SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  62 }

  perProfR11SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  63 }

  perProfR11SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  64 }

  perProfR11SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  65 }

  perProfR11SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  66 }

  perProfR11ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { perProfR11Entry  67 }

  perProfR11ChldCllSrvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR11Entry  68 }

  perProfR11ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { perProfR11Entry  69 }

  perProfR11ChldCllSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR11Entry  70 }

  perProfR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfR11Entry  71 }

  perProfR11ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfR11Entry  72 }

  perProfR11ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfR11Entry  73 }

  perProfR11ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfR11Entry  74 }

  perProfR11ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfR11Entry  75 }

  perProfR11ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfR11Entry  76 }

  perProfR11ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfR11Entry  77 }

  perProfR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   managePhoneProfiles(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfR11Entry  78 }

  perProfR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfR11Entry  79 }

  perProfR11SynchronizationInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization of subscribers in progress'."
    ::= { perProfR11Entry  80 }

  perProfR11SDActClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  81 }

  perProfR11SDDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  82 }

  perProfR11SDUseDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  83 }

  perProfR11SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  84 }

  perProfR11SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  85 }

  perProfR11SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  86 }

  perProfR11SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  87 }

  perProfR11SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  88 }

  perProfR11SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  89 }

  perProfR11SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  90 }

  perProfR11SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  91 }

  perProfR11SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  95 }

  perProfR11SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  96 }

  perProfR11SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  97 }

  perProfR11SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  98 }

  perProfR11SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  99 }

  perProfR11SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  100 }

  perProfR11SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  101 }

  perProfR11SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  102 }

  perProfR11SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  103 }

  perProfR11SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  104 }

  perProfR11SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  105 }

  perProfR11SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  106 }

  perProfR11SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  107 }

  perProfR11SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  108 }

  perProfR11SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  109 }

  perProfR11SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  110 }

  perProfR11SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  111 }

  perProfR11SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  112 }

  perProfR11SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  113 }

  perProfR11SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  114 }

  perProfR11SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  115 }

  perProfR11SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  116 }

  perProfR11SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  117 }

  perProfR11SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  118 }

  perProfR11SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  119 }

  perProfR11SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  120 }

  perProfR11SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  121 }

  perProfR11SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  122 }

  perProfR11SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  123 }

  perProfR11SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  124 }

  perProfR11SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  125 }

  perProfR11SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  126 }

  perProfR11SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  127 }

  perProfR11SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  128 }

  perProfR11SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  129 }

  perProfR11SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  130 }

  perProfR11SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  131 }

  perProfR11SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  132 }

  perProfR11SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  133 }

  perProfR11SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  134 }

  perProfR11SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  135 }

  perProfR11SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  136 }

  perProfR11SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  137 }

  perProfR11SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  138 }

  perProfR11SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  139 }

  perProfSDActR11SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  140 }

  perProfSDDefR11SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR11Entry  141 }

  perProfR11SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  142 }

  perProfR11SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  148 }

  perProfR11SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  149 }

  perProfR11SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  150 }

  perProfR11SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  151 }

  perProfR11SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  152 }

  perProfR11SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  153 }

  perProfR11SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  154 }

  perProfR11SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  155 }

  perProfR11SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  156 }

  perProfR11SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  157 }

  perProfR11SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  158 }

  perProfR11SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  159 }

  perProfR11SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  160 }

  perProfR11SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  161 }

  perProfR11SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  162 }

  perProfR11SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  163 }

  perProfR11SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  164 }

  perProfR11SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  165 }

  perProfR11SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  166 }

  perProfR11SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  167 }

  perProfR11SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  168 }

  perProfR11SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  169 }

  perProfR11SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  170 }

  perProfR11SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  171 }

  perProfR11SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  172 }

  perProfR11SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  173 }

  perProfR11SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  174 }

  perProfR11SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  175 }

  perProfR11SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  176 }

  perProfR11SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  177 }

  perProfR11SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  178 }

  perProfR11SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  179 }

  perProfR11SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  180 }

  perProfR11SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  181 }

  perProfR11SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  182 }

  perProfR11SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  183 }

  perProfR11NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { perProfR11Entry  184 }

  perProfR11ProfIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Profile is referenced by subscribers'."
    ::= { perProfR11Entry  185 }

  perProfR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfR11Entry  186 }

  perProfR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfR11Entry  187 }

  perProfR11TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfR11Entry  188 }

  perProfR11TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfR11Entry  189 }

  perProfR11SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  190 }

  perProfR11SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  191 }

  perProfR11SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  192 }

  perProfR11SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  193 }

  perProfR11SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR11Entry  194 }

  perProfR11SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR11Entry  195 }

  perProfR11ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfR11Entry  202 }

  perProfR11ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfR11Entry  212 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile General Call Service'                               */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  perProfGClSrvCtrlR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfGClSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2039 }

  perProfGClSrvCtrlR3Entry OBJECT-TYPE
    SYNTAX       PerProfGClSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfGClSrvCtrlR3NEConn,
             perProfGClSrvCtrlR3NetwkElement,
             perProfGClSrvCtrlR3CFSIx,
             perProfGClSrvCtrlR3GpIx }
    ::= {  perProfGClSrvCtrlR3Table  1  }

  PerProfGClSrvCtrlR3Entry  ::=  SEQUENCE
  {
    perProfGClSrvCtrlR3NEConn          Unsigned32,
    perProfGClSrvCtrlR3NetwkElement    DisplayString,
    perProfGClSrvCtrlR3CFSIx           Unsigned32,
    perProfGClSrvCtrlR3GpIx            Unsigned32,
    perProfGClSrvCtrlR3SDActPINChangeSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDDefPINChangeSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDUseDefPINChangeSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDActVideoCodecsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDDefVideoCodecsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDActCallListsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDDefCallListsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDUseDefCallListsSubscribed
                                       INTEGER,
    perProfGClSrvCtrlR3SDActCLMaxNumCallsPerList
                                       INTEGER,
    perProfGClSrvCtrlR3SDDefCLMaxNumCallsPerList
                                       INTEGER,
    perProfGClSrvCtrlR3SDUseDefCLMaxNumCallsPerList
                                       INTEGER
  }

  perProfGClSrvCtrlR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfGClSrvCtrlR3Entry  1 }

  perProfGClSrvCtrlR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfGClSrvCtrlR3Entry  2 }

  perProfGClSrvCtrlR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfGClSrvCtrlR3Entry  3 }

  perProfGClSrvCtrlR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfGClSrvCtrlR3Entry  4 }

  perProfGClSrvCtrlR3SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  5 }

  perProfGClSrvCtrlR3SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  6 }

  perProfGClSrvCtrlR3SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfGClSrvCtrlR3Entry  7 }

  perProfGClSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  8 }

  perProfGClSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  9 }

  perProfGClSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfGClSrvCtrlR3Entry  10 }

  perProfGClSrvCtrlR3SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  11 }

  perProfGClSrvCtrlR3SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  12 }

  perProfGClSrvCtrlR3SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfGClSrvCtrlR3Entry  13 }

  perProfGClSrvCtrlR3SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  14 }

  perProfGClSrvCtrlR3SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  15 }

  perProfGClSrvCtrlR3SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfGClSrvCtrlR3Entry  16 }

  perProfGClSrvCtrlR3SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  17 }

  perProfGClSrvCtrlR3SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfGClSrvCtrlR3Entry  18 }

  perProfGClSrvCtrlR3SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfGClSrvCtrlR3Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  indLineR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2040 }

  indLineR20Entry OBJECT-TYPE
    SYNTAX       IndLineR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR20NEConn,
             indLineR20NetwkElement,
             indLineR20CFSIx,
             indLineR20DirNum }
    ::= {  indLineR20Table  1  }

  IndLineR20Entry  ::=  SEQUENCE
  {
    indLineR20NEConn                   Unsigned32,
    indLineR20NetwkElement             DisplayString,
    indLineR20CFSIx                    Unsigned32,
    indLineR20DirNum                   DisplayString,
    indLineR20PresNum                  DisplayString,
    indLineR20ClgPartyNum              DisplayString,
    indLineR20I1SubGpNEConn            Unsigned32,
    indLineR20I2SubGpNetwkElement      DisplayString,
    indLineR20I3SubGpCFSIx             Unsigned32,
    indLineR20I4SubGpSubGpIx           Unsigned32,
    indLineR20NumStatus                INTEGER,
    indLineR20T1I1AccDevNEConn         Unsigned32,
    indLineR20T1I2AccDevNetwkElement   DisplayString,
    indLineR20T1I3AccDevCFSIx          Unsigned32,
    indLineR20T1I4AccDevGatewayIx      Unsigned32,
    indLineR20T1I5AccDevDeviceIx       Unsigned32,
    indLineR20T2I1AccDevNEConn         Unsigned32,
    indLineR20T2I2AccDevNetwkElement   DisplayString,
    indLineR20T2I3AccDevCFSIx          Unsigned32,
    indLineR20T2I4AccDevGatewayIx      Unsigned32,
    indLineR20T2I5AccDevDeviceIx       Unsigned32,
    indLineR20AccessLineNum            Unsigned32,
    indLineR20PortedExchangeID         DisplayString,
    indLineR20SignalFunctionCode       INTEGER,
    indLineR20LineUsage                INTEGER,
    indLineR20FSKFormat                INTEGER,
    indLineR20PIN                      DisplayString,
    indLineR20Locale                   INTEGER,
    indLineR20LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR20DigitMaskingReqd         INTEGER,
    indLineR20OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR20OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR20OrigingFacilityMarksADC  INTEGER,
    indLineR20TermFacilityMarksServInterception
                                       INTEGER,
    indLineR20TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR20ActYear                  Unsigned32,
    indLineR20ActMonth                 Unsigned32,
    indLineR20ActDate                  Unsigned32,
    indLineR20LastInCallClgType        INTEGER,
    indLineR20LastInCallUniqueNum      INTEGER,
    indLineR20LastInCallClgNum         DisplayString,
    indLineR20LastInCallClgPresNum     DisplayString,
    indLineR20LastInCallTimeCall       Unsigned32,
    indLineR20LastInCallCallerWaited   INTEGER,
    indLineR20LastInCallCallAnswrd     INTEGER,
    indLineR20LastInCallCallTraced     INTEGER,
    indLineR20AlrmState                INTEGER,
    indLineR20AlrmLogCorr              Counter64,
    indLineR20AddtlAlrmLogCorr         Counter64,
    indLineR20AlrmEvtsAttnRq           Unsigned32,
    indLineR20AlrmEvtsAtndDp           Unsigned32,
    indLineR20AlrmStateTimestamp       Unsigned32,
    indLineR20ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR20ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR20ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR20ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR20DiagsLogLvl              INTEGER,
    indLineR20DiagsAPITraceEnabled     INTEGER,
    indLineR20DiagsAPITraceTag         DisplayString,
    indLineR20DiagsAPITraceRemNum      DisplayString,
    indLineR20SummaryChldAlrmState     INTEGER,
    indLineR20RowStatus                RowStatus,
    indLineR20ExportNumObjectsExported Integer32,
    indLineR20ExportStatus             DisplayString,
    indLineR20ExportFile               DisplayString,
    indLineR20ExportCorr               Counter64,
    indLineR20ExportCorrNode           DisplayString,
    indLineR20ExportCorrUID            DisplayString,
    indLineR20DoExtraActions           INTEGER,
    indLineR20MovedToDirNum            DisplayString,
    indLineR20CustInfo                 DisplayString,
    indLineR20SigType                  INTEGER,
    indLineR20I1ISDNInterfaceNEConn    Unsigned32,
    indLineR20I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR20I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR20I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR20I5ISDNInterfacePRIIx     Unsigned32,
    indLineR20ISDNDefBearerCapabilities
                                       BITS,
    indLineR20DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR20SIPUserName              DisplayString,
    indLineR20SIPDomainName            DisplayString,
    indLineR20UseStaticNATMapping      INTEGER,
    indLineR20SIPRegistrationStatus    INTEGER,
    indLineR20SIPAuthenticationReqd    INTEGER,
    indLineR20NewSIPPassword           DisplayString,
    indLineR20ConfirmNewSIPPassword    DisplayString,
    indLineR20ServSuspended            INTEGER,
    indLineR20GR303NailedUpConn        INTEGER,
    indLineR20TSL                      INTEGER,
    indLineR20CustInfo2                DisplayString,
    indLineR20CustInfo3                DisplayString,
    indLineR20CustInfo4                DisplayString,
    indLineR20CustInfo5                DisplayString,
    indLineR20CustInfo6                DisplayString,
    indLineR20PrimaryLineDirNum        DisplayString,
    indLineR20RingPattnRO              INTEGER,
    indLineR20RecentlyMovedFromOldNum  INTEGER,
    indLineR20MovedFromDirNum          DisplayString,
    indLineR20ConnectCallAfterAnnounce INTEGER,
    indLineR20ChargeNum                DisplayString,
    indLineR20I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR20I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR20I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR20I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR20PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR20GR303DialType            INTEGER,
    indLineR20LastOutCallCldType       INTEGER,
    indLineR20LastOutCallCldNum        DisplayString,
    indLineR20LastOutCallNumPres       INTEGER,
    indLineR20LastOutCallCallType      INTEGER,
    indLineR20LastOutCallDirectDialed  INTEGER,
    indLineR20LastOutCallCarr          DisplayString,
    indLineR20I1PerProfNEConn          Unsigned32,
    indLineR20I2PerProfNetwkElement    DisplayString,
    indLineR20I3PerProfCFSIx           Unsigned32,
    indLineR20I4PerProfGpIx            Unsigned32,
    indLineR20InUseBy                  INTEGER,
    indLineR20UseDNIdentification      INTEGER,
    indLineR20SDActTimezone            INTEGER,
    indLineR20SDDefTimezone            INTEGER,
    indLineR20SDUseDefTimezone         INTEGER,
    indLineR20SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR20SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR20SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR20SDActMaxCallAppearances  Unsigned32,
    indLineR20SDDefMaxCallAppearances  Unsigned32,
    indLineR20SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR20SDActLongDistanceCarr    DisplayString,
    indLineR20SDDefLongDistanceCarr    DisplayString,
    indLineR20SDUseDefLongDistanceCarr INTEGER,
    indLineR20SDActIntraLATACarr       DisplayString,
    indLineR20SDDefIntraLATACarr       DisplayString,
    indLineR20SDUseDefIntraLATACarr    INTEGER,
    indLineR20SDActRtgAttrs            BITS,
    indLineR20SDDefRtgAttrs            BITS,
    indLineR20SDUseDefRtgAttrs         INTEGER,
    indLineR20SDActBillType            INTEGER,
    indLineR20SDDefBillType            INTEGER,
    indLineR20SDUseDefBillType         INTEGER,
    indLineR20SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR20SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR20SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR20SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR20SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR20SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR20SDActTariffGp            INTEGER,
    indLineR20SDDefTariffGp            INTEGER,
    indLineR20SDUseDefTariffGp         INTEGER,
    indLineR20SDActLCC1                INTEGER,
    indLineR20SDDefLCC1                INTEGER,
    indLineR20SDUseDefLCC1             INTEGER,
    indLineR20SDActLCC2                INTEGER,
    indLineR20SDDefLCC2                INTEGER,
    indLineR20SDUseDefLCC2             INTEGER,
    indLineR20SDActLCC3                INTEGER,
    indLineR20SDDefLCC3                INTEGER,
    indLineR20SDUseDefLCC3             INTEGER,
    indLineR20SDActLCC4                INTEGER,
    indLineR20SDDefLCC4                INTEGER,
    indLineR20SDUseDefLCC4             INTEGER,
    indLineR20SDActLCC5                INTEGER,
    indLineR20SDDefLCC5                INTEGER,
    indLineR20SDUseDefLCC5             INTEGER,
    indLineR20SDActForceLNPLookup      INTEGER,
    indLineR20SDDefForceLNPLookup      INTEGER,
    indLineR20SDUseDefForceLNPLookup   INTEGER,
    indLineR20SDActIntnatlCarr         DisplayString,
    indLineR20SDDefIntnatlCarr         DisplayString,
    indLineR20SDUseDefIntnatlCarr      INTEGER,
    indLineR20LineTrafficStudy         INTEGER,
    indLineR20CallListsMissedCalls     LongDisplayString,
    indLineR20CallListsAnswrdCalls     LongDisplayString,
    indLineR20CallListsDialedCalls     LongDisplayString,
    indLineR20EnabledDate              Unsigned32,
    indLineR20SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR20SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR20SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR20SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR20SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR20SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR20SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR20SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR20SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR20SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR20SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR20SDActLCC6                INTEGER,
    indLineR20SDDefLCC6                INTEGER,
    indLineR20SDUseDefLCC6             INTEGER,
    indLineR20SDActLCC7                INTEGER,
    indLineR20SDDefLCC7                INTEGER,
    indLineR20SDUseDefLCC7             INTEGER,
    indLineR20SDActLCC8                INTEGER,
    indLineR20SDDefLCC8                INTEGER,
    indLineR20SDUseDefLCC8             INTEGER,
    indLineR20SDActLCC9                INTEGER,
    indLineR20SDDefLCC9                INTEGER,
    indLineR20SDUseDefLCC9             INTEGER,
    indLineR20SDActLCC10               INTEGER,
    indLineR20SDDefLCC10               INTEGER,
    indLineR20SDUseDefLCC10            INTEGER,
    indLineR20SDActLCC11               INTEGER,
    indLineR20SDDefLCC11               INTEGER,
    indLineR20SDUseDefLCC11            INTEGER,
    indLineR20SDActLCC12               INTEGER,
    indLineR20SDDefLCC12               INTEGER,
    indLineR20SDUseDefLCC12            INTEGER,
    indLineR20SDActLCC13               INTEGER,
    indLineR20SDDefLCC13               INTEGER,
    indLineR20SDUseDefLCC13            INTEGER,
    indLineR20SDActLCC14               INTEGER,
    indLineR20SDDefLCC14               INTEGER,
    indLineR20SDUseDefLCC14            INTEGER,
    indLineR20SDActLCC15               INTEGER,
    indLineR20SDDefLCC15               INTEGER,
    indLineR20SDUseDefLCC15            INTEGER,
    indLineR20SDActLCC16               INTEGER,
    indLineR20SDDefLCC16               INTEGER,
    indLineR20SDUseDefLCC16            INTEGER,
    indLineR20SDActLCC17               INTEGER,
    indLineR20SDDefLCC17               INTEGER,
    indLineR20SDUseDefLCC17            INTEGER,
    indLineR20SDActLCC18               INTEGER,
    indLineR20SDDefLCC18               INTEGER,
    indLineR20SDUseDefLCC18            INTEGER,
    indLineR20SDActLCC19               INTEGER,
    indLineR20SDDefLCC19               INTEGER,
    indLineR20SDUseDefLCC19            INTEGER,
    indLineR20SDActLCC20               INTEGER,
    indLineR20SDDefLCC20               INTEGER,
    indLineR20SDUseDefLCC20            INTEGER,
    indLineR20T1I1GatewayNEConn        Unsigned32,
    indLineR20T1I2GatewayNetwkElement  DisplayString,
    indLineR20T1I3GatewayCFSIx         Unsigned32,
    indLineR20T1I4GatewayGatewayIx     Unsigned32,
    indLineR20T2I1GatewayNEConn        Unsigned32,
    indLineR20T2I2GatewayNetwkElement  DisplayString,
    indLineR20T2I3GatewayCFSIx         Unsigned32,
    indLineR20T2I4GatewayGatewayIx     Unsigned32,
    indLineR20SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR20SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR20SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR20SDActVQMCallLogging      INTEGER,
    indLineR20SDDefVQMCallLogging      INTEGER,
    indLineR20SDUseDefVQMCallLogging   INTEGER,
    indLineR20CFMLvlOnApply            INTEGER,
    indLineR20SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR20SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR20SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR20CurrNumRegistrations     Integer32,
    indLineR20FaultMonitoringLvl       INTEGER,
    indLineR20CFMLvlOnApply2           INTEGER,
    indLineR20SIPPassword              DisplayString,
    indLineR20SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR20SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR20SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR20SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR20SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR20SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR20SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR20SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR20SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR20SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR20SDUseDefNetwkNode        INTEGER,
    indLineR20MovedToNumAsDialed       DisplayString,
    indLineR20MovedDate                Unsigned32,
    indLineR20SDActExpireAfter         Unsigned32,
    indLineR20SDDefExpireAfter         Unsigned32,
    indLineR20SDUseDefExpireAfter      INTEGER,
    indLineR20ExpiryDate               Unsigned32,
    indLineR20SecondLocale             INTEGER,
    indLineR20SDActAdvChrgAOCD         INTEGER,
    indLineR20SDDefAdvChrgAOCD         INTEGER,
    indLineR20SDUseDefAdvChrgAOCD      INTEGER,
    indLineR20SDActAdvChrgAOCE         INTEGER,
    indLineR20SDDefAdvChrgAOCE         INTEGER,
    indLineR20SDUseDefAdvChrgAOCE      INTEGER,
    indLineR20PayphoneMetering         INTEGER,
    indLineR20SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR20SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR20SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR20SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR20SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR20SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR20SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR20SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR20SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR20SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR20SDUseDefESAProtDom       INTEGER,
    indLineR20SASHostname              LongDisplayString,
    indLineR20I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR20I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR20I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR20SDActSubTimezone         LongDisplayString,
    indLineR20SDDefSubTimezone         LongDisplayString,
    indLineR20SDUseDefSubTimezone      INTEGER,
    indLineR20SDActChargeInd           INTEGER,
    indLineR20SDDefChargeInd           INTEGER,
    indLineR20SDUseDefChargeInd        INTEGER,
    indLineR20SDActSubClgCategory      INTEGER,
    indLineR20SDDefSubClgCategory      INTEGER,
    indLineR20SDUseDefSubClgCategory   INTEGER,
    indLineR20CustomerInfoFirstName    LongDisplayString,
    indLineR20CustomerInfoSecondName   LongDisplayString,
    indLineR20CustomerInfoOtherNames   LongDisplayString,
    indLineR20CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR20CustomerInfoSurname      LongDisplayString,
    indLineR20I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR20I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR20I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR20I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR20TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR20I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR20I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR20I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR20FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR20ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR20AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR20SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR20SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR20SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR20StatisticsAlrms          Integer32,
    indLineR20SupportDevTwinning       INTEGER,
    indLineR20DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR20DevTwinningSIPUserName   DisplayString,
    indLineR20DevTwinningSIPDomainName DisplayString,
    indLineR20DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR20DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR20I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR20I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR20I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR20I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR20DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR20DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR20DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR20DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR20DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR20I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR20I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR20I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR20I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR20DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR20DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR20DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR20DevTwinningSIPPassword   DisplayString,
    indLineR20NoUserEquipment          INTEGER,
    indLineR20SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR20SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR20SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR20ExportIncASRepData       INTEGER,
    indLineR20ExportChldObjectsToInc   INTEGER
  }

  indLineR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR20Entry  1 }

  indLineR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR20Entry  2 }

  indLineR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR20Entry  3 }

  indLineR20DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR20Entry  4 }

  indLineR20PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR20Entry  5 }

  indLineR20ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR20Entry  6 }

  indLineR20I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR20Entry  7 }

  indLineR20I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR20Entry  8 }

  indLineR20I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR20Entry  9 }

  indLineR20I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR20Entry  10 }

  indLineR20NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR20Entry  11 }

  indLineR20T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR20Entry  12 }

  indLineR20T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR20Entry  13 }

  indLineR20T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR20Entry  14 }

  indLineR20T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR20Entry  15 }

  indLineR20T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR20Entry  16 }

  indLineR20T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR20Entry  17 }

  indLineR20T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR20Entry  18 }

  indLineR20T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR20Entry  19 }

  indLineR20T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR20Entry  20 }

  indLineR20T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR20Entry  21 }

  indLineR20AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR20Entry  22 }

  indLineR20PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR20Entry  23 }

  indLineR20SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR20Entry  24 }

  indLineR20LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR20Entry  25 }

  indLineR20FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR20Entry  26 }

  indLineR20PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR20Entry  29 }

  indLineR20Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR20Entry  30 }

  indLineR20LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR20Entry  33 }

  indLineR20DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR20Entry  34 }

  indLineR20OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR20Entry  36 }

  indLineR20OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR20Entry  37 }

  indLineR20OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR20Entry  38 }

  indLineR20TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR20Entry  39 }

  indLineR20TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR20Entry  40 }

  indLineR20ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR20Entry  42 }

  indLineR20ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR20Entry  43 }

  indLineR20ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR20Entry  44 }

  indLineR20LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR20Entry  45 }

  indLineR20LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR20Entry  46 }

  indLineR20LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR20Entry  47 }

  indLineR20LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR20Entry  48 }

  indLineR20LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR20Entry  49 }

  indLineR20LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR20Entry  50 }

  indLineR20LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR20Entry  51 }

  indLineR20LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR20Entry  52 }

  indLineR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR20Entry  53 }

  indLineR20AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR20Entry  54 }

  indLineR20AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR20Entry  55 }

  indLineR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR20Entry  56 }

  indLineR20AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR20Entry  57 }

  indLineR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR20Entry  58 }

  indLineR20ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR20Entry  59 }

  indLineR20ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR20Entry  60 }

  indLineR20ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR20Entry  61 }

  indLineR20ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR20Entry  62 }

  indLineR20DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR20Entry  63 }

  indLineR20DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR20Entry  64 }

  indLineR20DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR20Entry  65 }

  indLineR20DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR20Entry  66 }

  indLineR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR20Entry  67 }

  indLineR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR20Entry  68 }

  indLineR20ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR20Entry  69 }

  indLineR20ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR20Entry  70 }

  indLineR20ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR20Entry  71 }

  indLineR20ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR20Entry  72 }

  indLineR20ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR20Entry  73 }

  indLineR20ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR20Entry  74 }

  indLineR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR20Entry  75 }

  indLineR20MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR20Entry  76 }

  indLineR20CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR20Entry  77 }

  indLineR20SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR20Entry  78 }

  indLineR20I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR20Entry  79 }

  indLineR20I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR20Entry  80 }

  indLineR20I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR20Entry  81 }

  indLineR20I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR20Entry  82 }

  indLineR20I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR20Entry  83 }

  indLineR20ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR20Entry  84 }

  indLineR20DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR20Entry  85 }

  indLineR20SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR20Entry  86 }

  indLineR20SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR20Entry  87 }

  indLineR20UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR20Entry  88 }

  indLineR20SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR20Entry  89 }

  indLineR20SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR20Entry  90 }

  indLineR20NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR20Entry  91 }

  indLineR20ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR20Entry  92 }

  indLineR20ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR20Entry  96 }

  indLineR20GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR20Entry  97 }

  indLineR20TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR20Entry  98 }

  indLineR20CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR20Entry  99 }

  indLineR20CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR20Entry  100 }

  indLineR20CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR20Entry  101 }

  indLineR20CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR20Entry  102 }

  indLineR20CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR20Entry  103 }

  indLineR20PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR20Entry  104 }

  indLineR20RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR20Entry  105 }

  indLineR20RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR20Entry  106 }

  indLineR20MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR20Entry  107 }

  indLineR20ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR20Entry  108 }

  indLineR20ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR20Entry  109 }

  indLineR20I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  110 }

  indLineR20I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  111 }

  indLineR20I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  112 }

  indLineR20I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  113 }

  indLineR20PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR20Entry  114 }

  indLineR20GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR20Entry  120 }

  indLineR20LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR20Entry  122 }

  indLineR20LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR20Entry  123 }

  indLineR20LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR20Entry  124 }

  indLineR20LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR20Entry  125 }

  indLineR20LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR20Entry  126 }

  indLineR20LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR20Entry  127 }

  indLineR20I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR20Entry  133 }

  indLineR20I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR20Entry  134 }

  indLineR20I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR20Entry  135 }

  indLineR20I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR20Entry  136 }

  indLineR20InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR20Entry  137 }

  indLineR20UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR20Entry  138 }

  indLineR20SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  139 }

  indLineR20SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  140 }

  indLineR20SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  141 }

  indLineR20SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  142 }

  indLineR20SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  143 }

  indLineR20SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  144 }

  indLineR20SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  150 }

  indLineR20SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  151 }

  indLineR20SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  152 }

  indLineR20SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  153 }

  indLineR20SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  154 }

  indLineR20SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  155 }

  indLineR20SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  156 }

  indLineR20SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  157 }

  indLineR20SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  158 }

  indLineR20SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  159 }

  indLineR20SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  160 }

  indLineR20SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  161 }

  indLineR20SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  162 }

  indLineR20SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  163 }

  indLineR20SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  164 }

  indLineR20SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  165 }

  indLineR20SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  166 }

  indLineR20SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  167 }

  indLineR20SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  168 }

  indLineR20SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  169 }

  indLineR20SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  170 }

  indLineR20SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  171 }

  indLineR20SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  172 }

  indLineR20SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  173 }

  indLineR20SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  174 }

  indLineR20SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  175 }

  indLineR20SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  176 }

  indLineR20SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  177 }

  indLineR20SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  178 }

  indLineR20SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  179 }

  indLineR20SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  180 }

  indLineR20SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  181 }

  indLineR20SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  182 }

  indLineR20SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  183 }

  indLineR20SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  184 }

  indLineR20SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  185 }

  indLineR20SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  186 }

  indLineR20SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  187 }

  indLineR20SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  188 }

  indLineR20SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  189 }

  indLineR20SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  190 }

  indLineR20SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  191 }

  indLineR20SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  192 }

  indLineR20SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  193 }

  indLineR20SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  194 }

  indLineR20LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR20Entry  195 }

  indLineR20CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR20Entry  196 }

  indLineR20CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR20Entry  197 }

  indLineR20CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR20Entry  198 }

  indLineR20EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR20Entry  199 }

  indLineR20SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  207 }

  indLineR20SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  208 }

  indLineR20SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  209 }

  indLineR20SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  210 }

  indLineR20SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  211 }

  indLineR20SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  212 }

  indLineR20SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  213 }

  indLineR20SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  214 }

  indLineSDActR20SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  216 }

  indLineSDDefR20SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR20Entry  217 }

  indLineR20SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  218 }

  indLineR20SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  224 }

  indLineR20SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  225 }

  indLineR20SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  226 }

  indLineR20SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  227 }

  indLineR20SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  228 }

  indLineR20SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  229 }

  indLineR20SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  230 }

  indLineR20SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  231 }

  indLineR20SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  232 }

  indLineR20SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  233 }

  indLineR20SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  234 }

  indLineR20SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  235 }

  indLineR20SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  236 }

  indLineR20SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  237 }

  indLineR20SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  238 }

  indLineR20SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  239 }

  indLineR20SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  240 }

  indLineR20SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  241 }

  indLineR20SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  242 }

  indLineR20SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  243 }

  indLineR20SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  244 }

  indLineR20SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  245 }

  indLineR20SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  246 }

  indLineR20SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  247 }

  indLineR20SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  248 }

  indLineR20SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  249 }

  indLineR20SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  250 }

  indLineR20SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  251 }

  indLineR20SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  252 }

  indLineR20SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  253 }

  indLineR20SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  254 }

  indLineR20SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  255 }

  indLineR20SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  256 }

  indLineR20SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  257 }

  indLineR20SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  258 }

  indLineR20SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  259 }

  indLineR20SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  260 }

  indLineR20SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  261 }

  indLineR20SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  262 }

  indLineR20SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  263 }

  indLineR20SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  264 }

  indLineR20SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  265 }

  indLineR20SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  266 }

  indLineR20SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  267 }

  indLineR20SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  268 }

  indLineR20T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR20Entry  269 }

  indLineR20T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR20Entry  270 }

  indLineR20T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR20Entry  271 }

  indLineR20T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR20Entry  272 }

  indLineR20T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR20Entry  273 }

  indLineR20T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR20Entry  274 }

  indLineR20T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR20Entry  275 }

  indLineR20T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR20Entry  276 }

  indLineR20SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  285 }

  indLineR20SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  286 }

  indLineR20SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  287 }

  indLineR20SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  301 }

  indLineR20SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  302 }

  indLineR20SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  303 }

  indLineR20CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR20Entry  304 }

  indLineR20SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  305 }

  indLineR20SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  306 }

  indLineR20SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  307 }

  indLineR20CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR20Entry  308 }

  indLineR20FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR20Entry  309 }

  indLineR20CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR20Entry  310 }

  indLineR20SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR20Entry  311 }

  indLineR20SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  312 }

  indLineR20SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  313 }

  indLineR20SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  314 }

  indLineR20SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  315 }

  indLineR20SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  316 }

  indLineR20SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  317 }

  indLineR20SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  318 }

  indLineR20SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  319 }

  indLineSDActR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  321 }

  indLineSDDefR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR20Entry  322 }

  indLineR20SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  323 }

  indLineR20MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR20Entry  328 }

  indLineR20MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR20Entry  329 }

  indLineR20SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  330 }

  indLineR20SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  331 }

  indLineR20SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  332 }

  indLineR20ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR20Entry  333 }

  indLineR20SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR20Entry  346 }

  indLineR20SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  347 }

  indLineR20SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  348 }

  indLineR20SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  349 }

  indLineR20SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  350 }

  indLineR20SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  351 }

  indLineR20SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  352 }

  indLineR20PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR20Entry  353 }

  indLineR20SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  354 }

  indLineR20SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  355 }

  indLineR20SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  356 }

  indLineR20SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  357 }

  indLineR20SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  358 }

  indLineR20SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  359 }

  indLineR20SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  360 }

  indLineR20SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  361 }

  indLineSDActR20SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  363 }

  indLineSDDefR20SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR20Entry  364 }

  indLineR20SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  365 }

  indLineR20SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR20Entry  370 }

  indLineR20I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR20Entry  371 }

  indLineR20I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR20Entry  372 }

  indLineR20I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR20Entry  373 }

  indLineR20SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  375 }

  indLineR20SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  376 }

  indLineR20SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  377 }

  indLineR20SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  378 }

  indLineR20SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  379 }

  indLineR20SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  380 }

  indLineR20SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  381 }

  indLineR20SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  382 }

  indLineR20SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  383 }

  indLineR20CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR20Entry  390 }

  indLineR20CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR20Entry  391 }

  indLineR20CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR20Entry  392 }

  indLineR20CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR20Entry  393 }

  indLineR20CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR20Entry  394 }

  indLineR20I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR20Entry  395 }

  indLineR20I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR20Entry  396 }

  indLineR20I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR20Entry  397 }

  indLineR20I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR20Entry  398 }

  indLineR20TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR20Entry  399 }

  indLineR20I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR20Entry  400 }

  indLineR20I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR20Entry  401 }

  indLineR20I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR20Entry  402 }

  indLineR20FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR20Entry  403 }

  indLineR20ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR20Entry  404 }

  indLineR20AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR20Entry  405 }

  indLineR20SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  406 }

  indLineR20SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  407 }

  indLineR20SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  408 }

  indLineR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR20Entry  409 }

  indLineR20SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR20Entry  410 }

  indLineR20DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR20Entry  411 }

  indLineR20DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR20Entry  412 }

  indLineR20DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR20Entry  413 }

  indLineR20DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR20Entry  414 }

  indLineR20DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR20Entry  415 }

  indLineR20I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR20Entry  416 }

  indLineR20I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR20Entry  417 }

  indLineR20I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR20Entry  418 }

  indLineR20I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR20Entry  419 }

  indLineR20DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR20Entry  420 }

  indLineR20DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR20Entry  421 }

  indLineR20DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR20Entry  422 }

  indLineR20DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR20Entry  423 }

  indLineR20DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR20Entry  424 }

  indLineR20I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  425 }

  indLineR20I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  426 }

  indLineR20I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  427 }

  indLineR20I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR20Entry  428 }

  indLineR20DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR20Entry  429 }

  indLineR20DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR20Entry  430 }

  indLineR20DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR20Entry  431 }

  indLineR20DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR20Entry  432 }

  indLineR20NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR20Entry  433 }

  indLineR20SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  434 }

  indLineR20SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR20Entry  435 }

  indLineR20SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR20Entry  436 }

  indLineR20ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR20Entry  443 }

  indLineR20ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR20Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  indLineGClSrvCtrlR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineGClSrvCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2041 }

  indLineGClSrvCtrlR2Entry OBJECT-TYPE
    SYNTAX       IndLineGClSrvCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineGClSrvCtrlR2NEConn,
             indLineGClSrvCtrlR2NetwkElement,
             indLineGClSrvCtrlR2CFSIx,
             indLineGClSrvCtrlR2DirNum }
    ::= {  indLineGClSrvCtrlR2Table  1  }

  IndLineGClSrvCtrlR2Entry  ::=  SEQUENCE
  {
    indLineGClSrvCtrlR2NEConn          Unsigned32,
    indLineGClSrvCtrlR2NetwkElement    DisplayString,
    indLineGClSrvCtrlR2CFSIx           Unsigned32,
    indLineGClSrvCtrlR2DirNum          DisplayString,
    indLineGClSrvCtrlR2SDActPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDUseDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDActVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDActCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDUseDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR2SDActCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR2SDDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR2SDUseDefCLMaxNumCallsPerList
                                       INTEGER
  }

  indLineGClSrvCtrlR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR2Entry  1 }

  indLineGClSrvCtrlR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR2Entry  2 }

  indLineGClSrvCtrlR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR2Entry  3 }

  indLineGClSrvCtrlR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR2Entry  4 }

  indLineGClSrvCtrlR2SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  5 }

  indLineGClSrvCtrlR2SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  6 }

  indLineGClSrvCtrlR2SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR2Entry  7 }

  indLineGClSrvCtrlR2SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  8 }

  indLineGClSrvCtrlR2SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  9 }

  indLineGClSrvCtrlR2SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR2Entry  10 }

  indLineGClSrvCtrlR2SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  11 }

  indLineGClSrvCtrlR2SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  12 }

  indLineGClSrvCtrlR2SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR2Entry  13 }

  indLineGClSrvCtrlR2SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  14 }

  indLineGClSrvCtrlR2SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  15 }

  indLineGClSrvCtrlR2SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR2Entry  16 }

  indLineGClSrvCtrlR2SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  17 }

  indLineGClSrvCtrlR2SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR2Entry  18 }

  indLineGClSrvCtrlR2SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR2Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Groups'                                            */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  busGrpConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2042 }

  busGrpConR2Entry OBJECT-TYPE
    SYNTAX       BusGrpConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpConR2NEConn,
             busGrpConR2NetwkElement,
             busGrpConR2CFSIx }
    ::= {  busGrpConR2Table  1  }

  BusGrpConR2Entry  ::=  SEQUENCE
  {
    busGrpConR2NEConn                  Unsigned32,
    busGrpConR2NetwkElement            DisplayString,
    busGrpConR2CFSIx                   Unsigned32,
    busGrpConR2BusGpAlrmsAttnRq        Unsigned32,
    busGrpConR2BusGpAlrmEvtsAttnRq     Unsigned32,
    busGrpConR2BusGpAlrmsAtndDp        Unsigned32,
    busGrpConR2BusGpAlrmEvtsAtndDp     Unsigned32,
    busGrpConR2SummaryChldAlrmState    INTEGER,
    busGrpConR2ImportCnt               Integer32,
    busGrpConR2ImportStatus            DisplayString,
    busGrpConR2ImportMode              INTEGER,
    busGrpConR2ImportFile              DisplayString,
    busGrpConR2ImportCorr              Counter64,
    busGrpConR2ImportCorrNode          DisplayString,
    busGrpConR2ImportCorrUID           DisplayString,
    busGrpConR2ExportNumObjectsExported
                                       Integer32,
    busGrpConR2ExportStatus            DisplayString,
    busGrpConR2ExportFile              DisplayString,
    busGrpConR2ExportCorr              Counter64,
    busGrpConR2ExportCorrNode          DisplayString,
    busGrpConR2ExportCorrUID           DisplayString,
    busGrpConR2DoExtraActions          INTEGER,
    busGrpConR2ChldStatisticsAlrms     Integer32,
    busGrpConR2RemXNRsActionStatus     INTEGER,
    busGrpConR2RemXNRsLogCorr          Counter64,
    busGrpConR2RemXNRsCorrNode         DisplayString,
    busGrpConR2RemXNRsCorrUid          DisplayString,
    busGrpConR2ExportIncASRepData      INTEGER,
    busGrpConR2ExportChldObjectsToInc  INTEGER
  }

  busGrpConR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpConR2Entry  1 }

  busGrpConR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpConR2Entry  2 }

  busGrpConR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpConR2Entry  3 }

  busGrpConR2BusGpAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attention Required alarms'."
    ::= { busGrpConR2Entry  4 }

  busGrpConR2BusGpAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpConR2Entry  5 }

  busGrpConR2BusGpAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attend To Dependent alarms'."
    ::= { busGrpConR2Entry  6 }

  busGrpConR2BusGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpConR2Entry  7 }

  busGrpConR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpConR2Entry  8 }

  busGrpConR2ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { busGrpConR2Entry  9 }

  busGrpConR2ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { busGrpConR2Entry  10 }

  busGrpConR2ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { busGrpConR2Entry  11 }

  busGrpConR2ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { busGrpConR2Entry  12 }

  busGrpConR2ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { busGrpConR2Entry  13 }

  busGrpConR2ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { busGrpConR2Entry  14 }

  busGrpConR2ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { busGrpConR2Entry  15 }

  busGrpConR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpConR2Entry  16 }

  busGrpConR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpConR2Entry  17 }

  busGrpConR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpConR2Entry  18 }

  busGrpConR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpConR2Entry  19 }

  busGrpConR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpConR2Entry  20 }

  busGrpConR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpConR2Entry  21 }

  busGrpConR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2),
                   removeExcludedNumberRanges(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpConR2Entry  22 }

  busGrpConR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpConR2Entry  23 }

  busGrpConR2RemXNRsActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notStarted(0),
                   complete(1),
                   failedSeeLogsForDetails(2),
                   inProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remove Excluded Number Ranges - action status'."
    ::= { busGrpConR2Entry  24 }

  busGrpConR2RemXNRsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remove Excluded Number Ranges - log correlator'."
    ::= { busGrpConR2Entry  25 }

  busGrpConR2RemXNRsCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remove Excluded Number Ranges - correlator node'."
    ::= { busGrpConR2Entry  26 }

  busGrpConR2RemXNRsCorrUid OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remove Excluded Number Ranges - correlator uid'."
    ::= { busGrpConR2Entry  27 }

  busGrpConR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpConR2Entry  28 }

  busGrpConR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpConR2Entry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  busGrpR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'."
    ::= { metaSwitch  2043 }

  busGrpR17Entry OBJECT-TYPE
    SYNTAX       BusGrpR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR17NEConn,
             busGrpR17NetwkElement,
             busGrpR17CFSIx,
             busGrpR17GpIx }
    ::= {  busGrpR17Table  1  }

  BusGrpR17Entry  ::=  SEQUENCE
  {
    busGrpR17NEConn                    Unsigned32,
    busGrpR17NetwkElement              DisplayString,
    busGrpR17CFSIx                     Unsigned32,
    busGrpR17GpIx                      Unsigned32,
    busGrpR17BusGpName                 DisplayString,
    busGrpR17Locale                    INTEGER,
    busGrpR17DistinctiveAlerting       INTEGER,
    busGrpR17NumDirNums                Unsigned32,
    busGrpR17NumFreeDirNums            Unsigned32,
    busGrpR17BGLineAlrmsAttnRq         Unsigned32,
    busGrpR17BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR17BGLineAlrmsAtndDp         Unsigned32,
    busGrpR17BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR17SummaryChldAlrmState      INTEGER,
    busGrpR17ExportNumObjectsExported  Integer32,
    busGrpR17ExportStatus              DisplayString,
    busGrpR17ExportFile                DisplayString,
    busGrpR17ExportCorr                Counter64,
    busGrpR17ExportCorrNode            DisplayString,
    busGrpR17ExportCorrUID             DisplayString,
    busGrpR17DoExtraActions            INTEGER,
    busGrpR17RowStatus                 RowStatus,
    busGrpR17BillTypeIntercomCalls     INTEGER,
    busGrpR17LocalCNAMName             DisplayString,
    busGrpR17ServSuspended             INTEGER,
    busGrpR17CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR17PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR17CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR17PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR17TotChldAlrmsAttnRq        Unsigned32,
    busGrpR17TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR17TotChldAlrmsAtndDp        Unsigned32,
    busGrpR17TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR17I1PerProfNEConn           Unsigned32,
    busGrpR17I2PerProfNetwkElement     DisplayString,
    busGrpR17I3PerProfCFSIx            Unsigned32,
    busGrpR17I4PerProfGpIx             Unsigned32,
    busGrpR17SDActLongDistanceCarr     DisplayString,
    busGrpR17SDDefLongDistanceCarr     DisplayString,
    busGrpR17SDUseDefLongDistanceCarr  INTEGER,
    busGrpR17SDActIntraLATACarr        DisplayString,
    busGrpR17SDDefIntraLATACarr        DisplayString,
    busGrpR17SDUseDefIntraLATACarr     INTEGER,
    busGrpR17SDActBillType             INTEGER,
    busGrpR17SDDefBillType             INTEGER,
    busGrpR17SDUseDefBillType          INTEGER,
    busGrpR17SDActRtgAttrs             BITS,
    busGrpR17SDDefRtgAttrs             BITS,
    busGrpR17SDUseDefRtgAttrs          INTEGER,
    busGrpR17SDActIntnatlCarr          DisplayString,
    busGrpR17SDDefIntnatlCarr          DisplayString,
    busGrpR17SDUseDefIntnatlCarr       INTEGER,
    busGrpR17SDActLCC1                 INTEGER,
    busGrpR17SDDefLCC1                 INTEGER,
    busGrpR17SDUseDefLCC1              INTEGER,
    busGrpR17SDActLCC2                 INTEGER,
    busGrpR17SDDefLCC2                 INTEGER,
    busGrpR17SDUseDefLCC2              INTEGER,
    busGrpR17SDActLCC3                 INTEGER,
    busGrpR17SDDefLCC3                 INTEGER,
    busGrpR17SDUseDefLCC3              INTEGER,
    busGrpR17SDActLCC4                 INTEGER,
    busGrpR17SDDefLCC4                 INTEGER,
    busGrpR17SDUseDefLCC4              INTEGER,
    busGrpR17SDActLCC5                 INTEGER,
    busGrpR17SDDefLCC5                 INTEGER,
    busGrpR17SDUseDefLCC5              INTEGER,
    busGrpR17SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR17SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR17SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR17SyncWithProfInProgress    INTEGER,
    busGrpR17FacGpLimsExternalCalls    INTEGER,
    busGrpR17FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR17FacGpLimsTermCalls        INTEGER,
    busGrpR17FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR17FacGpLimsOrigingCalls     INTEGER,
    busGrpR17FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR17MLHGAlrmsAttnRq           Unsigned32,
    busGrpR17MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR17MLHGAlrmsAtndDp           Unsigned32,
    busGrpR17MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR17SDActLCC6                 INTEGER,
    busGrpR17SDDefLCC6                 INTEGER,
    busGrpR17SDUseDefLCC6              INTEGER,
    busGrpR17SDActLCC7                 INTEGER,
    busGrpR17SDDefLCC7                 INTEGER,
    busGrpR17SDUseDefLCC7              INTEGER,
    busGrpR17SDActLCC8                 INTEGER,
    busGrpR17SDDefLCC8                 INTEGER,
    busGrpR17SDUseDefLCC8              INTEGER,
    busGrpR17SDActLCC9                 INTEGER,
    busGrpR17SDDefLCC9                 INTEGER,
    busGrpR17SDUseDefLCC9              INTEGER,
    busGrpR17SDActLCC10                INTEGER,
    busGrpR17SDDefLCC10                INTEGER,
    busGrpR17SDUseDefLCC10             INTEGER,
    busGrpR17SDActLCC11                INTEGER,
    busGrpR17SDDefLCC11                INTEGER,
    busGrpR17SDUseDefLCC11             INTEGER,
    busGrpR17SDActLCC12                INTEGER,
    busGrpR17SDDefLCC12                INTEGER,
    busGrpR17SDUseDefLCC12             INTEGER,
    busGrpR17SDActLCC13                INTEGER,
    busGrpR17SDDefLCC13                INTEGER,
    busGrpR17SDUseDefLCC13             INTEGER,
    busGrpR17SDActLCC14                INTEGER,
    busGrpR17SDDefLCC14                INTEGER,
    busGrpR17SDUseDefLCC14             INTEGER,
    busGrpR17SDActLCC15                INTEGER,
    busGrpR17SDDefLCC15                INTEGER,
    busGrpR17SDUseDefLCC15             INTEGER,
    busGrpR17SDActLCC16                INTEGER,
    busGrpR17SDDefLCC16                INTEGER,
    busGrpR17SDUseDefLCC16             INTEGER,
    busGrpR17SDActLCC17                INTEGER,
    busGrpR17SDDefLCC17                INTEGER,
    busGrpR17SDUseDefLCC17             INTEGER,
    busGrpR17SDActLCC18                INTEGER,
    busGrpR17SDDefLCC18                INTEGER,
    busGrpR17SDUseDefLCC18             INTEGER,
    busGrpR17SDActLCC19                INTEGER,
    busGrpR17SDDefLCC19                INTEGER,
    busGrpR17SDUseDefLCC19             INTEGER,
    busGrpR17SDActLCC20                INTEGER,
    busGrpR17SDDefLCC20                INTEGER,
    busGrpR17SDUseDefLCC20             INTEGER,
    busGrpR17BusGpTrafficStudy         INTEGER,
    busGrpR17SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR17SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR17SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR17SDActVQMCallLogging       INTEGER,
    busGrpR17SDDefVQMCallLogging       INTEGER,
    busGrpR17SDUseDefVQMCallLogging    INTEGER,
    busGrpR17SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR17SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR17SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR17SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR17SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR17SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR17SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR17SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR17SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR17SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR17SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR17SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR17SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR17SDUseDefNetwkNode         INTEGER,
    busGrpR17NumManagedDevices         Unsigned32,
    busGrpR17ChldStatisticsAlrms       Integer32,
    busGrpR17SecondLocale              INTEGER,
    busGrpR17SDActBusGpCallLogsEnabled INTEGER,
    busGrpR17SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR17SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR17SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR17SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR17SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR17SwitchsUniqueBGID         DisplayString,
    busGrpR17SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR17SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR17SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR17SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR17SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR17SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR17SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR17SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR17SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR17SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR17SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR17I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR17I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR17I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR17NetwkWideBusGpID          DisplayString,
    busGrpR17DefBusGpLinePrivileges    Unsigned32,
    busGrpR17I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR17I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR17I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR17FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR17ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR17AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR17SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR17SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR17SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR17SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR17StatisticsAlrms           Integer32,
    busGrpR17SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR17SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR17SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR17MLHGACDAvailEnabled       INTEGER,
    busGrpR17MLHGACDUnvlRsn1           DisplayString,
    busGrpR17MLHGACDUnvlRsn2           DisplayString,
    busGrpR17MLHGACDUnvlRsn3           DisplayString,
    busGrpR17MLHGACDUnvlRsn4           DisplayString,
    busGrpR17MLHGACDUnvlRsn5           DisplayString,
    busGrpR17MLHGACDUnvlRsn6           DisplayString,
    busGrpR17MLHGACDUnvlRsn7           DisplayString,
    busGrpR17MLHGACDUnvlRsn8           DisplayString,
    busGrpR17MLHGACDUnvlRsn9           DisplayString,
    busGrpR17MLHGACDUnvlRsn10          DisplayString,
    busGrpR17MLHGACDUnvlRsn11          DisplayString,
    busGrpR17MLHGACDUnvlRsn12          DisplayString,
    busGrpR17MLHGACDUnvlRsn13          DisplayString,
    busGrpR17MLHGACDUnvlRsn14          DisplayString,
    busGrpR17MLHGACDUnvlRsn15          DisplayString,
    busGrpR17MLHGACDUnvlRsn16          DisplayString,
    busGrpR17MLHGACDUnvlRsn17          DisplayString,
    busGrpR17MLHGACDUnvlRsn18          DisplayString,
    busGrpR17MLHGACDUnvlRsn19          DisplayString,
    busGrpR17MLHGACDUnvlRsn20          DisplayString,
    busGrpR17MLHGACDUnvlRsn21          DisplayString,
    busGrpR17MLHGACDUnvlRsn22          DisplayString,
    busGrpR17MLHGACDUnvlRsn23          DisplayString,
    busGrpR17MLHGACDUnvlRsn24          DisplayString,
    busGrpR17MLHGACDUnvlRsn25          DisplayString,
    busGrpR17MLHGACDUnvlRsn26          DisplayString,
    busGrpR17MLHGACDUnvlRsn27          DisplayString,
    busGrpR17MLHGACDUnvlRsn28          DisplayString,
    busGrpR17MLHGACDUnvlRsn29          DisplayString,
    busGrpR17MLHGACDUnvlRsn30          DisplayString,
    busGrpR17AllowMLHGsMultipleLogins  INTEGER,
    busGrpR17MLHGACDMWBEnabled         INTEGER,
    busGrpR17MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR17I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR17I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR17I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR17I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR17SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR17ExportIncASRepData        INTEGER,
    busGrpR17ExportChldObjectsToInc    INTEGER,
    busGrpR17SCDObjectResyncStatus     INTEGER,
    busGrpR17AlrmState                 INTEGER
  }

  busGrpR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR17Entry  1 }

  busGrpR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR17Entry  2 }

  busGrpR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR17Entry  3 }

  busGrpR17GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR17Entry  4 }

  busGrpR17BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR17Entry  5 }

  busGrpR17Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR17Entry  12 }

  busGrpR17DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR17Entry  15 }

  busGrpR17NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR17Entry  16 }

  busGrpR17NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR17Entry  17 }

  busGrpR17BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR17Entry  18 }

  busGrpR17BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR17Entry  19 }

  busGrpR17BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR17Entry  20 }

  busGrpR17BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR17Entry  21 }

  busGrpR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR17Entry  22 }

  busGrpR17ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR17Entry  23 }

  busGrpR17ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR17Entry  24 }

  busGrpR17ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR17Entry  25 }

  busGrpR17ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR17Entry  26 }

  busGrpR17ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR17Entry  27 }

  busGrpR17ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR17Entry  28 }

  busGrpR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR17Entry  29 }

  busGrpR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR17Entry  30 }

  busGrpR17BillTypeIntercomCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intercom calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR17Entry  31 }

  busGrpR17LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR17Entry  32 }

  busGrpR17ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR17Entry  34 }

  busGrpR17CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR17Entry  35 }

  busGrpR17PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR17Entry  36 }

  busGrpR17CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR17Entry  37 }

  busGrpR17PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR17Entry  38 }

  busGrpR17TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR17Entry  39 }

  busGrpR17TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR17Entry  40 }

  busGrpR17TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR17Entry  41 }

  busGrpR17TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR17Entry  42 }

  busGrpR17I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR17Entry  49 }

  busGrpR17I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR17Entry  50 }

  busGrpR17I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR17Entry  51 }

  busGrpR17I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR17Entry  52 }

  busGrpR17SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  170 }

  busGrpR17SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  171 }

  busGrpR17SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  172 }

  busGrpR17SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  173 }

  busGrpR17SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  174 }

  busGrpR17SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  175 }

  busGrpR17SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  176 }

  busGrpR17SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  177 }

  busGrpR17SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  178 }

  busGrpR17SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  179 }

  busGrpR17SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  180 }

  busGrpR17SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  181 }

  busGrpR17SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  182 }

  busGrpR17SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  183 }

  busGrpR17SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  184 }

  busGrpR17SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  185 }

  busGrpR17SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  186 }

  busGrpR17SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  187 }

  busGrpR17SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  188 }

  busGrpR17SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  189 }

  busGrpR17SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  190 }

  busGrpR17SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  191 }

  busGrpR17SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  192 }

  busGrpR17SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  193 }

  busGrpR17SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  194 }

  busGrpR17SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  195 }

  busGrpR17SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  196 }

  busGrpR17SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  197 }

  busGrpR17SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  198 }

  busGrpR17SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  199 }

  busGrpR17SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  200 }

  busGrpR17SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  201 }

  busGrpR17SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  202 }

  busGrpR17SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR17Entry  203 }

  busGrpR17FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR17Entry  204 }

  busGrpR17FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR17Entry  205 }

  busGrpR17FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR17Entry  206 }

  busGrpR17FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR17Entry  207 }

  busGrpR17FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR17Entry  208 }

  busGrpR17FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR17Entry  209 }

  busGrpR17MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR17Entry  210 }

  busGrpR17MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR17Entry  211 }

  busGrpR17MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR17Entry  212 }

  busGrpR17MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR17Entry  213 }

  busGrpR17SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  214 }

  busGrpR17SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  215 }

  busGrpR17SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  216 }

  busGrpR17SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  217 }

  busGrpR17SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  218 }

  busGrpR17SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  219 }

  busGrpR17SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  220 }

  busGrpR17SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  221 }

  busGrpR17SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  222 }

  busGrpR17SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  223 }

  busGrpR17SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  224 }

  busGrpR17SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  225 }

  busGrpR17SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  226 }

  busGrpR17SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  227 }

  busGrpR17SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  228 }

  busGrpR17SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  229 }

  busGrpR17SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  230 }

  busGrpR17SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  231 }

  busGrpR17SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  232 }

  busGrpR17SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  233 }

  busGrpR17SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  234 }

  busGrpR17SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  235 }

  busGrpR17SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  236 }

  busGrpR17SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  237 }

  busGrpR17SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  238 }

  busGrpR17SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  239 }

  busGrpR17SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  240 }

  busGrpR17SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  241 }

  busGrpR17SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  242 }

  busGrpR17SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  243 }

  busGrpR17SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  244 }

  busGrpR17SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  245 }

  busGrpR17SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  246 }

  busGrpR17SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  247 }

  busGrpR17SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  248 }

  busGrpR17SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  249 }

  busGrpR17SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  250 }

  busGrpR17SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  251 }

  busGrpR17SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  252 }

  busGrpR17SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  253 }

  busGrpR17SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  254 }

  busGrpR17SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  255 }

  busGrpR17SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  256 }

  busGrpR17SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  257 }

  busGrpR17SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  258 }

  busGrpR17BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR17Entry  259 }

  busGrpR17SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  263 }

  busGrpR17SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  264 }

  busGrpR17SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  265 }

  busGrpR17SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  266 }

  busGrpR17SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  267 }

  busGrpR17SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  268 }

  busGrpR17SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  269 }

  busGrpR17SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  270 }

  busGrpR17SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  271 }

  busGrpR17SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  272 }

  busGrpR17SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  273 }

  busGrpR17SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  274 }

  busGrpR17SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  275 }

  busGrpR17SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  276 }

  busGrpR17SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  277 }

  busGrpR17SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  278 }

  busGrpR17SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  279 }

  busGrpSDActR17SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  281 }

  busGrpSDDefR17SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR17Entry  282 }

  busGrpR17SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  283 }

  busGrpR17NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR17Entry  290 }

  busGrpR17ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR17Entry  291 }

  busGrpR17SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR17Entry  293 }

  busGrpR17SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  305 }

  busGrpR17SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  306 }

  busGrpR17SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  307 }

  busGrpR17SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  308 }

  busGrpR17SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  309 }

  busGrpR17SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  310 }

  busGrpR17SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR17Entry  311 }

  busGrpR17SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  312 }

  busGrpR17SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  313 }

  busGrpR17SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  314 }

  busGrpR17SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  315 }

  busGrpR17SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  316 }

  busGrpR17SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  317 }

  busGrpR17SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  318 }

  busGrpR17SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  319 }

  busGrpSDActR17SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  321 }

  busGrpSDDefR17SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR17Entry  322 }

  busGrpR17SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  323 }

  busGrpR17I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR17Entry  330 }

  busGrpR17I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR17Entry  331 }

  busGrpR17I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR17Entry  332 }

  busGrpR17NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR17Entry  333 }

  busGrpR17DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR17Entry  334 }

  busGrpR17I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR17Entry  335 }

  busGrpR17I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR17Entry  336 }

  busGrpR17I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR17Entry  337 }

  busGrpR17FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR17Entry  338 }

  busGrpR17ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR17Entry  339 }

  busGrpR17AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR17Entry  340 }

  busGrpR17SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  341 }

  busGrpR17SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  342 }

  busGrpR17SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  343 }

  busGrpR17SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR17Entry  344 }

  busGrpR17StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR17Entry  345 }

  busGrpR17SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  346 }

  busGrpR17SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR17Entry  347 }

  busGrpR17SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR17Entry  348 }

  busGrpR17MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR17Entry  349 }

  busGrpR17MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR17Entry  350 }

  busGrpR17MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR17Entry  351 }

  busGrpR17MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR17Entry  352 }

  busGrpR17MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR17Entry  353 }

  busGrpR17MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR17Entry  354 }

  busGrpR17MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR17Entry  355 }

  busGrpR17MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR17Entry  356 }

  busGrpR17MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR17Entry  357 }

  busGrpR17MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR17Entry  358 }

  busGrpR17MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR17Entry  359 }

  busGrpR17MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR17Entry  360 }

  busGrpR17MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR17Entry  361 }

  busGrpR17MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR17Entry  362 }

  busGrpR17MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR17Entry  363 }

  busGrpR17MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR17Entry  364 }

  busGrpR17MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR17Entry  365 }

  busGrpR17MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR17Entry  366 }

  busGrpR17MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR17Entry  367 }

  busGrpR17MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR17Entry  368 }

  busGrpR17MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR17Entry  369 }

  busGrpR17MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR17Entry  370 }

  busGrpR17MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR17Entry  371 }

  busGrpR17MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR17Entry  372 }

  busGrpR17MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR17Entry  373 }

  busGrpR17MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR17Entry  374 }

  busGrpR17MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR17Entry  375 }

  busGrpR17MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR17Entry  376 }

  busGrpR17MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR17Entry  377 }

  busGrpR17MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR17Entry  378 }

  busGrpR17MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR17Entry  379 }

  busGrpR17AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR17Entry  380 }

  busGrpR17MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR17Entry  381 }

  busGrpR17MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR17Entry  382 }

  busGrpR17I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR17Entry  383 }

  busGrpR17I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR17Entry  384 }

  busGrpR17I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR17Entry  385 }

  busGrpR17I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR17Entry  386 }

  busGrpR17SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR17Entry  387 }

  busGrpR17ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR17Entry  399 }

  busGrpR17ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR17Entry  403 }

  busGrpR17SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR17Entry  431 }

  busGrpR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR17Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Number Block'                                */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  busGrpNumBlockR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpNumBlockR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  2044 }

  busGrpNumBlockR4Entry OBJECT-TYPE
    SYNTAX       BusGrpNumBlockR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpNumBlockR4NEConn,
             busGrpNumBlockR4NetwkElement,
             busGrpNumBlockR4CFSIx,
             busGrpNumBlockR4GpIx,
             busGrpNumBlockR4FirstDirNum }
    ::= {  busGrpNumBlockR4Table  1  }

  BusGrpNumBlockR4Entry  ::=  SEQUENCE
  {
    busGrpNumBlockR4NEConn             Unsigned32,
    busGrpNumBlockR4NetwkElement       DisplayString,
    busGrpNumBlockR4CFSIx              Unsigned32,
    busGrpNumBlockR4GpIx               Unsigned32,
    busGrpNumBlockR4BlockSize          Unsigned32,
    busGrpNumBlockR4FirstDirNum        DisplayString,
    busGrpNumBlockR4LastDirNum         DisplayString,
    busGrpNumBlockR4NumAssignedDirNums Unsigned32,
    busGrpNumBlockR4BGLnAlrmsAttnRq    Unsigned32,
    busGrpNumBlockR4BGLnAlrmEvtsAttnRq Unsigned32,
    busGrpNumBlockR4BGLnAlrmsAtndDp    Unsigned32,
    busGrpNumBlockR4BGLnAlrmEvtsAtndDp Unsigned32,
    busGrpNumBlockR4SummaryChldAlrmState
                                       INTEGER,
    busGrpNumBlockR4ImportCnt          Integer32,
    busGrpNumBlockR4ImportStatus       DisplayString,
    busGrpNumBlockR4ImportMode         INTEGER,
    busGrpNumBlockR4ImportFile         DisplayString,
    busGrpNumBlockR4ImportCorr         Counter64,
    busGrpNumBlockR4ImportCorrNode     DisplayString,
    busGrpNumBlockR4ImportCorrUID      DisplayString,
    busGrpNumBlockR4DoExtraActions     INTEGER,
    busGrpNumBlockR4RowStatus          RowStatus,
    busGrpNumBlockR4I1SubGpNEConn      Unsigned32,
    busGrpNumBlockR4I2SubGpNetwkElement
                                       DisplayString,
    busGrpNumBlockR4I3SubGpCFSIx       Unsigned32,
    busGrpNumBlockR4I4SubGpSubGpIx     Unsigned32,
    busGrpNumBlockR4ChldStatisticsAlrms
                                       Integer32,
    busGrpNumBlockR4DevTwinning        INTEGER,
    busGrpNumBlockR4SpltRszNBFirstDirNumToRem
                                       DisplayString,
    busGrpNumBlockR4SpltRszNBLastDirNumToRem
                                       DisplayString
  }

  busGrpNumBlockR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpNumBlockR4Entry  1 }

  busGrpNumBlockR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpNumBlockR4Entry  2 }

  busGrpNumBlockR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpNumBlockR4Entry  3 }

  busGrpNumBlockR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpNumBlockR4Entry  4 }

  busGrpNumBlockR4BlockSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Block size'.
                  This field is only writable during create."
    ::= { busGrpNumBlockR4Entry  5 }

  busGrpNumBlockR4FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { busGrpNumBlockR4Entry  6 }

  busGrpNumBlockR4LastDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Directory number'."
    ::= { busGrpNumBlockR4Entry  7 }

  busGrpNumBlockR4NumAssignedDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of assigned directory numbers'."
    ::= { busGrpNumBlockR4Entry  8 }

  busGrpNumBlockR4BGLnAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpNumBlockR4Entry  9 }

  busGrpNumBlockR4BGLnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpNumBlockR4Entry  10 }

  busGrpNumBlockR4BGLnAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpNumBlockR4Entry  11 }

  busGrpNumBlockR4BGLnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpNumBlockR4Entry  12 }

  busGrpNumBlockR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpNumBlockR4Entry  13 }

  busGrpNumBlockR4ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { busGrpNumBlockR4Entry  14 }

  busGrpNumBlockR4ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { busGrpNumBlockR4Entry  15 }

  busGrpNumBlockR4ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { busGrpNumBlockR4Entry  16 }

  busGrpNumBlockR4ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { busGrpNumBlockR4Entry  17 }

  busGrpNumBlockR4ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { busGrpNumBlockR4Entry  18 }

  busGrpNumBlockR4ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { busGrpNumBlockR4Entry  19 }

  busGrpNumBlockR4ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { busGrpNumBlockR4Entry  20 }

  busGrpNumBlockR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   splitresize(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpNumBlockR4Entry  21 }

  busGrpNumBlockR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpNumBlockR4Entry  22 }

  busGrpNumBlockR4I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR4Entry  23 }

  busGrpNumBlockR4I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR4Entry  24 }

  busGrpNumBlockR4I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR4Entry  25 }

  busGrpNumBlockR4I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR4Entry  26 }

  busGrpNumBlockR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpNumBlockR4Entry  27 }

  busGrpNumBlockR4DevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning'."
    DEFVAL       { none }
    ::= { busGrpNumBlockR4Entry  28 }

  busGrpNumBlockR4SpltRszNBFirstDirNumToRem OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Split/Resize Number Block - first Directory number to remove'.
                  Field is write-only, GETs will return an empty string."
    ::= { busGrpNumBlockR4Entry  29 }

  busGrpNumBlockR4SpltRszNBLastDirNumToRem OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Split/Resize Number Block - last Directory number to remove'.
                  Field is write-only, GETs will return an empty string."
    ::= { busGrpNumBlockR4Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  bGLineR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2045 }

  bGLineR20Entry OBJECT-TYPE
    SYNTAX       BGLineR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR20NEConn,
             bGLineR20NetwkElement,
             bGLineR20CFSIx,
             bGLineR20GpIx,
             bGLineR20FirstDirNum,
             bGLineR20DirNum }
    ::= {  bGLineR20Table  1  }

  BGLineR20Entry  ::=  SEQUENCE
  {
    bGLineR20NEConn                    Unsigned32,
    bGLineR20NetwkElement              DisplayString,
    bGLineR20CFSIx                     Unsigned32,
    bGLineR20GpIx                      Unsigned32,
    bGLineR20FirstDirNum               DisplayString,
    bGLineR20DirNum                    DisplayString,
    bGLineR20PresNum                   DisplayString,
    bGLineR20ClgPartyNum               DisplayString,
    bGLineR20IntercomDialingCode       DisplayString,
    bGLineR20NumStatus                 INTEGER,
    bGLineR20PortedExchangeID          DisplayString,
    bGLineR20T1I1AccDevNEConn          Unsigned32,
    bGLineR20T1I2AccDevNetwkElement    DisplayString,
    bGLineR20T1I3AccDevCFSIx           Unsigned32,
    bGLineR20T1I4AccDevGatewayIx       Unsigned32,
    bGLineR20T1I5AccDevDeviceIx        Unsigned32,
    bGLineR20T2I1AccDevNEConn          Unsigned32,
    bGLineR20T2I2AccDevNetwkElement    DisplayString,
    bGLineR20T2I3AccDevCFSIx           Unsigned32,
    bGLineR20T2I4AccDevGatewayIx       Unsigned32,
    bGLineR20T2I5AccDevDeviceIx        Unsigned32,
    bGLineR20AccessLineNum             Unsigned32,
    bGLineR20SignalFunctionCode        INTEGER,
    bGLineR20LineUsage                 INTEGER,
    bGLineR20FSKFormat                 INTEGER,
    bGLineR20PIN                       DisplayString,
    bGLineR20LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR20DigitMaskingReqd          INTEGER,
    bGLineR20OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR20OrigingFacilityMarksADC   INTEGER,
    bGLineR20TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR20TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR20ActYear                   Unsigned32,
    bGLineR20ActMonth                  Unsigned32,
    bGLineR20ActDate                   Unsigned32,
    bGLineR20LastInCallClgType         INTEGER,
    bGLineR20LastInCallUniqueNum       INTEGER,
    bGLineR20LastInCallClgNum          DisplayString,
    bGLineR20LastInCallClgPresNum      DisplayString,
    bGLineR20LastInCallTimeCall        Unsigned32,
    bGLineR20LastInCallCallerWaited    INTEGER,
    bGLineR20LastInCallCallAnswrd      INTEGER,
    bGLineR20LastInCallCallTraced      INTEGER,
    bGLineR20AlrmState                 INTEGER,
    bGLineR20AlrmLogCorr               Counter64,
    bGLineR20AddtlAlrmLogCorr          Counter64,
    bGLineR20AlrmEvtsAttnRq            Unsigned32,
    bGLineR20AlrmEvtsAtndDp            Unsigned32,
    bGLineR20AlrmStateTimestamp        Unsigned32,
    bGLineR20ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR20ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR20ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR20ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR20DiagsLogLvl               INTEGER,
    bGLineR20DiagsAPITraceEnabled      INTEGER,
    bGLineR20DiagsAPITraceTag          DisplayString,
    bGLineR20DiagsAPITraceRemNum       DisplayString,
    bGLineR20SummaryChldAlrmState      INTEGER,
    bGLineR20ExportNumObjectsExported  Integer32,
    bGLineR20ExportStatus              DisplayString,
    bGLineR20ExportFile                DisplayString,
    bGLineR20ExportCorr                Counter64,
    bGLineR20ExportCorrNode            DisplayString,
    bGLineR20ExportCorrUID             DisplayString,
    bGLineR20DoExtraActions            INTEGER,
    bGLineR20RowStatus                 RowStatus,
    bGLineR20MovedToDirNum             DisplayString,
    bGLineR20CustInfo                  DisplayString,
    bGLineR20SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR20SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR20SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR20SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR20SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR20SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR20SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR20SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR20SDUseDefSubGpBusLine      INTEGER,
    bGLineR20SigType                   INTEGER,
    bGLineR20I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR20I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR20I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR20I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR20I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR20ISDNDefBearerCapabilities BITS,
    bGLineR20SIPUserName               DisplayString,
    bGLineR20SIPDomainName             DisplayString,
    bGLineR20UseStaticNATMapping       INTEGER,
    bGLineR20SIPRegistrationStatus     INTEGER,
    bGLineR20SIPAuthenticationReqd     INTEGER,
    bGLineR20NewSIPPassword            DisplayString,
    bGLineR20ConfirmNewSIPPassword     DisplayString,
    bGLineR20SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR20SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR20SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR20SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR20SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR20SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR20GR303NailedUpConn         INTEGER,
    bGLineR20MultipleAppearanceDirNum  DisplayString,
    bGLineR20AllowDirectDialing        INTEGER,
    bGLineR20CustInfo2                 DisplayString,
    bGLineR20CustInfo3                 DisplayString,
    bGLineR20CustInfo4                 DisplayString,
    bGLineR20CustInfo5                 DisplayString,
    bGLineR20CustInfo6                 DisplayString,
    bGLineR20RecentlyMovedFromOldNum   INTEGER,
    bGLineR20MovedFromDirNum           DisplayString,
    bGLineR20ConnectCallAfterAnnounce  INTEGER,
    bGLineR20ChargeNum                 DisplayString,
    bGLineR20I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR20I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR20I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR20I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR20PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR20GR303DialType             INTEGER,
    bGLineR20LastOutCallCldType        INTEGER,
    bGLineR20LastOutCallCldNum         DisplayString,
    bGLineR20LastOutCallNumPres        INTEGER,
    bGLineR20LastOutCallCallType       INTEGER,
    bGLineR20LastOutCallDirectDialed   INTEGER,
    bGLineR20LastOutCallCarr           DisplayString,
    bGLineR20I1PerProfNEConn           Unsigned32,
    bGLineR20I2PerProfNetwkElement     DisplayString,
    bGLineR20I3PerProfCFSIx            Unsigned32,
    bGLineR20I4PerProfGpIx             Unsigned32,
    bGLineR20UseDNIdentification       INTEGER,
    bGLineR20SDActLongDistanceCarr     DisplayString,
    bGLineR20SDDefLongDistanceCarr     DisplayString,
    bGLineR20SDUseDefLongDistanceCarr  INTEGER,
    bGLineR20SDActIntraLATACarr        DisplayString,
    bGLineR20SDDefIntraLATACarr        DisplayString,
    bGLineR20SDUseDefIntraLATACarr     INTEGER,
    bGLineR20SDActIntnatlCarr          DisplayString,
    bGLineR20SDDefIntnatlCarr          DisplayString,
    bGLineR20SDUseDefIntnatlCarr       INTEGER,
    bGLineR20SDActRtgAttrs             BITS,
    bGLineR20SDDefRtgAttrs             BITS,
    bGLineR20SDUseDefRtgAttrs          INTEGER,
    bGLineR20SDActTimezone             INTEGER,
    bGLineR20SDDefTimezone             INTEGER,
    bGLineR20SDUseDefTimezone          INTEGER,
    bGLineR20SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR20SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR20SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR20SDActLCC1                 INTEGER,
    bGLineR20SDDefLCC1                 INTEGER,
    bGLineR20SDUseDefLCC1              INTEGER,
    bGLineR20SDActLCC2                 INTEGER,
    bGLineR20SDDefLCC2                 INTEGER,
    bGLineR20SDUseDefLCC2              INTEGER,
    bGLineR20SDActLCC3                 INTEGER,
    bGLineR20SDDefLCC3                 INTEGER,
    bGLineR20SDUseDefLCC3              INTEGER,
    bGLineR20SDActLCC4                 INTEGER,
    bGLineR20SDDefLCC4                 INTEGER,
    bGLineR20SDUseDefLCC4              INTEGER,
    bGLineR20SDActLCC5                 INTEGER,
    bGLineR20SDDefLCC5                 INTEGER,
    bGLineR20SDUseDefLCC5              INTEGER,
    bGLineR20SDActMaxCallAppearances   Unsigned32,
    bGLineR20SDDefMaxCallAppearances   Unsigned32,
    bGLineR20SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR20SDActTariffGp             INTEGER,
    bGLineR20SDDefTariffGp             INTEGER,
    bGLineR20SDUseDefTariffGp          INTEGER,
    bGLineR20SDActForceLNPLookup       INTEGER,
    bGLineR20SDDefForceLNPLookup       INTEGER,
    bGLineR20SDUseDefForceLNPLookup    INTEGER,
    bGLineR20LineTrafficStudy          INTEGER,
    bGLineR20MLHGIx                    Unsigned32,
    bGLineR20MLHGMemberIx              Unsigned32,
    bGLineR20CallListsMissedCalls      LongDisplayString,
    bGLineR20CallListsAnswrdCalls      LongDisplayString,
    bGLineR20CallListsDialedCalls      LongDisplayString,
    bGLineR20EnabledDate               Unsigned32,
    bGLineR20SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR20SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR20SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR20SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR20SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR20SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR20SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR20SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR20SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR20SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR20SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR20SDActLCC6                 INTEGER,
    bGLineR20SDDefLCC6                 INTEGER,
    bGLineR20SDUseDefLCC6              INTEGER,
    bGLineR20SDActLCC7                 INTEGER,
    bGLineR20SDDefLCC7                 INTEGER,
    bGLineR20SDUseDefLCC7              INTEGER,
    bGLineR20SDActLCC8                 INTEGER,
    bGLineR20SDDefLCC8                 INTEGER,
    bGLineR20SDUseDefLCC8              INTEGER,
    bGLineR20SDActLCC9                 INTEGER,
    bGLineR20SDDefLCC9                 INTEGER,
    bGLineR20SDUseDefLCC9              INTEGER,
    bGLineR20SDActLCC10                INTEGER,
    bGLineR20SDDefLCC10                INTEGER,
    bGLineR20SDUseDefLCC10             INTEGER,
    bGLineR20SDActLCC11                INTEGER,
    bGLineR20SDDefLCC11                INTEGER,
    bGLineR20SDUseDefLCC11             INTEGER,
    bGLineR20SDActLCC12                INTEGER,
    bGLineR20SDDefLCC12                INTEGER,
    bGLineR20SDUseDefLCC12             INTEGER,
    bGLineR20SDActLCC13                INTEGER,
    bGLineR20SDDefLCC13                INTEGER,
    bGLineR20SDUseDefLCC13             INTEGER,
    bGLineR20SDActLCC14                INTEGER,
    bGLineR20SDDefLCC14                INTEGER,
    bGLineR20SDUseDefLCC14             INTEGER,
    bGLineR20SDActLCC15                INTEGER,
    bGLineR20SDDefLCC15                INTEGER,
    bGLineR20SDUseDefLCC15             INTEGER,
    bGLineR20SDActLCC16                INTEGER,
    bGLineR20SDDefLCC16                INTEGER,
    bGLineR20SDUseDefLCC16             INTEGER,
    bGLineR20SDActLCC17                INTEGER,
    bGLineR20SDDefLCC17                INTEGER,
    bGLineR20SDUseDefLCC17             INTEGER,
    bGLineR20SDActLCC18                INTEGER,
    bGLineR20SDDefLCC18                INTEGER,
    bGLineR20SDUseDefLCC18             INTEGER,
    bGLineR20SDActLCC19                INTEGER,
    bGLineR20SDDefLCC19                INTEGER,
    bGLineR20SDUseDefLCC19             INTEGER,
    bGLineR20SDActLCC20                INTEGER,
    bGLineR20SDDefLCC20                INTEGER,
    bGLineR20SDUseDefLCC20             INTEGER,
    bGLineR20T1I1GatewayNEConn         Unsigned32,
    bGLineR20T1I2GatewayNetwkElement   DisplayString,
    bGLineR20T1I3GatewayCFSIx          Unsigned32,
    bGLineR20T1I4GatewayGatewayIx      Unsigned32,
    bGLineR20T2I1GatewayNEConn         Unsigned32,
    bGLineR20T2I2GatewayNetwkElement   DisplayString,
    bGLineR20T2I3GatewayCFSIx          Unsigned32,
    bGLineR20T2I4GatewayGatewayIx      Unsigned32,
    bGLineR20I1DepartmentNEConn        Unsigned32,
    bGLineR20I2DepartmentNetwkElement  DisplayString,
    bGLineR20I3DepartmentCFSIx         Unsigned32,
    bGLineR20I4DepartmentGpIx          Unsigned32,
    bGLineR20I5DepartmentDepartmentIx  Unsigned32,
    bGLineR20DepartmentOtherVals       INTEGER,
    bGLineR20SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR20SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR20SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR20SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR20SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR20SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR20CurrNumRegistrations      Integer32,
    bGLineR20SDActVQMCallLogging       INTEGER,
    bGLineR20SDDefVQMCallLogging       INTEGER,
    bGLineR20SDUseDefVQMCallLogging    INTEGER,
    bGLineR20DiagLogCorr               Counter64,
    bGLineR20FaultMonitoringLvl        INTEGER,
    bGLineR20SIPPassword               DisplayString,
    bGLineR20SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR20SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR20SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR20SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR20SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR20SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR20SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR20SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR20SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR20SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR20SDUseDefNetwkNode         INTEGER,
    bGLineR20MovedToNumAsDialed        DisplayString,
    bGLineR20MovedDate                 Unsigned32,
    bGLineR20SDActExpireAfter          Unsigned32,
    bGLineR20SDDefExpireAfter          Unsigned32,
    bGLineR20SDUseDefExpireAfter       INTEGER,
    bGLineR20ExpiryDate                Unsigned32,
    bGLineR20SASHostname               LongDisplayString,
    bGLineR20SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR20SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR20SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR20SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR20SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR20SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR20SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR20SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR20SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR20SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR20SDUseDefESAProtDom        INTEGER,
    bGLineR20I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR20I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR20I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR20SDActSubTimezone          LongDisplayString,
    bGLineR20SDDefSubTimezone          LongDisplayString,
    bGLineR20SDUseDefSubTimezone       INTEGER,
    bGLineR20SDActChargeInd            INTEGER,
    bGLineR20SDDefChargeInd            INTEGER,
    bGLineR20SDUseDefChargeInd         INTEGER,
    bGLineR20SDActSubClgCategory       INTEGER,
    bGLineR20SDDefSubClgCategory       INTEGER,
    bGLineR20SDUseDefSubClgCategory    INTEGER,
    bGLineR20CustomerInfoFirstName     LongDisplayString,
    bGLineR20CustomerInfoSecondName    LongDisplayString,
    bGLineR20CustomerInfoOtherNames    LongDisplayString,
    bGLineR20CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR20CustomerInfoSurname       LongDisplayString,
    bGLineR20SDActBusGpLinePrivileges  Unsigned32,
    bGLineR20SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR20SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR20I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR20I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR20I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR20I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR20TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR20I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR20I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR20I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR20FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR20ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR20AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR20SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR20SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR20SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR20StatisticsAlrms           Integer32,
    bGLineR20TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR20NumBlockDevTwinning       INTEGER,
    bGLineR20ACDServLvl                INTEGER,
    bGLineR20ACDAvail                  INTEGER,
    bGLineR20I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR20I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR20I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR20I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR20I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR20ACDDspCd                  INTEGER,
    bGLineR20NoUserEquipment           INTEGER,
    bGLineR20SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR20SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR20SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR20ExportIncASRepData        INTEGER,
    bGLineR20ExportChldObjectsToInc    INTEGER
  }

  bGLineR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR20Entry  1 }

  bGLineR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR20Entry  2 }

  bGLineR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR20Entry  3 }

  bGLineR20GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR20Entry  4 }

  bGLineR20FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR20Entry  5 }

  bGLineR20DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR20Entry  6 }

  bGLineR20PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  7 }

  bGLineR20ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  8 }

  bGLineR20IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR20Entry  9 }

  bGLineR20NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR20Entry  10 }

  bGLineR20PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  11 }

  bGLineR20T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR20Entry  12 }

  bGLineR20T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR20Entry  13 }

  bGLineR20T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR20Entry  14 }

  bGLineR20T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR20Entry  15 }

  bGLineR20T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR20Entry  16 }

  bGLineR20T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR20Entry  17 }

  bGLineR20T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR20Entry  18 }

  bGLineR20T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR20Entry  19 }

  bGLineR20T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR20Entry  20 }

  bGLineR20T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR20Entry  21 }

  bGLineR20AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  22 }

  bGLineR20SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR20Entry  23 }

  bGLineR20LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR20Entry  24 }

  bGLineR20FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  25 }

  bGLineR20PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR20Entry  26 }

  bGLineR20LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR20Entry  27 }

  bGLineR20DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  28 }

  bGLineR20OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  30 }

  bGLineR20OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  32 }

  bGLineR20TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  33 }

  bGLineR20TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  34 }

  bGLineR20ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR20Entry  36 }

  bGLineR20ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR20Entry  37 }

  bGLineR20ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR20Entry  38 }

  bGLineR20LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR20Entry  39 }

  bGLineR20LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR20Entry  40 }

  bGLineR20LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR20Entry  41 }

  bGLineR20LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR20Entry  42 }

  bGLineR20LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR20Entry  43 }

  bGLineR20LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR20Entry  44 }

  bGLineR20LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR20Entry  45 }

  bGLineR20LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR20Entry  46 }

  bGLineR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR20Entry  47 }

  bGLineR20AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR20Entry  48 }

  bGLineR20AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR20Entry  49 }

  bGLineR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR20Entry  50 }

  bGLineR20AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR20Entry  51 }

  bGLineR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR20Entry  52 }

  bGLineR20ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR20Entry  53 }

  bGLineR20ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR20Entry  54 }

  bGLineR20ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR20Entry  55 }

  bGLineR20ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR20Entry  56 }

  bGLineR20DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR20Entry  57 }

  bGLineR20DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  58 }

  bGLineR20DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR20Entry  59 }

  bGLineR20DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR20Entry  60 }

  bGLineR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR20Entry  61 }

  bGLineR20ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR20Entry  62 }

  bGLineR20ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR20Entry  63 }

  bGLineR20ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR20Entry  64 }

  bGLineR20ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR20Entry  65 }

  bGLineR20ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR20Entry  66 }

  bGLineR20ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR20Entry  67 }

  bGLineR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR20Entry  68 }

  bGLineR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR20Entry  69 }

  bGLineR20MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR20Entry  70 }

  bGLineR20CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR20Entry  71 }

  bGLineR20SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  72 }

  bGLineR20SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  73 }

  bGLineR20SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  74 }

  bGLineR20SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  75 }

  bGLineR20SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  76 }

  bGLineR20SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  77 }

  bGLineR20SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  78 }

  bGLineR20SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR20Entry  79 }

  bGLineR20SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  80 }

  bGLineR20SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR20Entry  81 }

  bGLineR20I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR20Entry  82 }

  bGLineR20I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR20Entry  83 }

  bGLineR20I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR20Entry  84 }

  bGLineR20I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR20Entry  85 }

  bGLineR20I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR20Entry  86 }

  bGLineR20ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR20Entry  87 }

  bGLineR20SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  88 }

  bGLineR20SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  89 }

  bGLineR20UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR20Entry  90 }

  bGLineR20SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR20Entry  91 }

  bGLineR20SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR20Entry  92 }

  bGLineR20NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR20Entry  93 }

  bGLineR20ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR20Entry  94 }

  bGLineR20SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  96 }

  bGLineR20SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  97 }

  bGLineR20SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  98 }

  bGLineR20SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  100 }

  bGLineR20SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  101 }

  bGLineR20SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  102 }

  bGLineR20GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR20Entry  103 }

  bGLineR20MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR20Entry  104 }

  bGLineR20AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR20Entry  105 }

  bGLineR20CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR20Entry  106 }

  bGLineR20CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR20Entry  107 }

  bGLineR20CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR20Entry  108 }

  bGLineR20CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR20Entry  109 }

  bGLineR20CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR20Entry  110 }

  bGLineR20RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  111 }

  bGLineR20MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR20Entry  112 }

  bGLineR20ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  113 }

  bGLineR20ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR20Entry  114 }

  bGLineR20I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR20Entry  123 }

  bGLineR20I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR20Entry  124 }

  bGLineR20I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR20Entry  125 }

  bGLineR20I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR20Entry  126 }

  bGLineR20PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR20Entry  127 }

  bGLineR20GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR20Entry  133 }

  bGLineR20LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR20Entry  137 }

  bGLineR20LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR20Entry  138 }

  bGLineR20LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR20Entry  139 }

  bGLineR20LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR20Entry  140 }

  bGLineR20LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR20Entry  141 }

  bGLineR20LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR20Entry  142 }

  bGLineR20I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR20Entry  158 }

  bGLineR20I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR20Entry  159 }

  bGLineR20I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR20Entry  160 }

  bGLineR20I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR20Entry  161 }

  bGLineR20UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR20Entry  162 }

  bGLineR20SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  163 }

  bGLineR20SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  164 }

  bGLineR20SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  165 }

  bGLineR20SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  166 }

  bGLineR20SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  167 }

  bGLineR20SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  168 }

  bGLineR20SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  169 }

  bGLineR20SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  170 }

  bGLineR20SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  171 }

  bGLineR20SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  172 }

  bGLineR20SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  173 }

  bGLineR20SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  174 }

  bGLineR20SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  175 }

  bGLineR20SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  176 }

  bGLineR20SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  177 }

  bGLineR20SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  178 }

  bGLineR20SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  179 }

  bGLineR20SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  180 }

  bGLineR20SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  181 }

  bGLineR20SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  182 }

  bGLineR20SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  183 }

  bGLineR20SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  184 }

  bGLineR20SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  185 }

  bGLineR20SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  186 }

  bGLineR20SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  187 }

  bGLineR20SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  188 }

  bGLineR20SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  189 }

  bGLineR20SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  190 }

  bGLineR20SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  191 }

  bGLineR20SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  192 }

  bGLineR20SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  193 }

  bGLineR20SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  194 }

  bGLineR20SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  195 }

  bGLineR20SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  200 }

  bGLineR20SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  201 }

  bGLineR20SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  202 }

  bGLineR20SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  203 }

  bGLineR20SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  204 }

  bGLineR20SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  205 }

  bGLineR20SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  206 }

  bGLineR20SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  207 }

  bGLineR20SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  208 }

  bGLineR20LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR20Entry  209 }

  bGLineR20MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR20Entry  210 }

  bGLineR20MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR20Entry  211 }

  bGLineR20CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR20Entry  212 }

  bGLineR20CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR20Entry  213 }

  bGLineR20CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR20Entry  214 }

  bGLineR20EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR20Entry  215 }

  bGLineR20SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  223 }

  bGLineR20SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  224 }

  bGLineR20SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  225 }

  bGLineR20SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  226 }

  bGLineR20SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  227 }

  bGLineR20SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  228 }

  bGLineR20SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  229 }

  bGLineR20SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  230 }

  bGLineSDActR20SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  232 }

  bGLineSDDefR20SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR20Entry  233 }

  bGLineR20SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  234 }

  bGLineR20SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  240 }

  bGLineR20SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  241 }

  bGLineR20SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  242 }

  bGLineR20SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  243 }

  bGLineR20SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  244 }

  bGLineR20SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  245 }

  bGLineR20SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  246 }

  bGLineR20SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  247 }

  bGLineR20SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  248 }

  bGLineR20SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  249 }

  bGLineR20SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  250 }

  bGLineR20SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  251 }

  bGLineR20SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  252 }

  bGLineR20SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  253 }

  bGLineR20SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  254 }

  bGLineR20SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  255 }

  bGLineR20SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  256 }

  bGLineR20SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  257 }

  bGLineR20SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  258 }

  bGLineR20SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  259 }

  bGLineR20SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  260 }

  bGLineR20SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  261 }

  bGLineR20SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  262 }

  bGLineR20SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  263 }

  bGLineR20SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  264 }

  bGLineR20SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  265 }

  bGLineR20SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  266 }

  bGLineR20SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  267 }

  bGLineR20SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  268 }

  bGLineR20SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  269 }

  bGLineR20SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  270 }

  bGLineR20SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  271 }

  bGLineR20SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  272 }

  bGLineR20SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  273 }

  bGLineR20SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  274 }

  bGLineR20SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  275 }

  bGLineR20SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  276 }

  bGLineR20SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  277 }

  bGLineR20SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  278 }

  bGLineR20SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  279 }

  bGLineR20SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  280 }

  bGLineR20SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  281 }

  bGLineR20SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  282 }

  bGLineR20SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  283 }

  bGLineR20SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  284 }

  bGLineR20T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR20Entry  285 }

  bGLineR20T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR20Entry  286 }

  bGLineR20T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR20Entry  287 }

  bGLineR20T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR20Entry  288 }

  bGLineR20T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR20Entry  289 }

  bGLineR20T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR20Entry  290 }

  bGLineR20T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR20Entry  291 }

  bGLineR20T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR20Entry  292 }

  bGLineR20I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR20Entry  294 }

  bGLineR20I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR20Entry  295 }

  bGLineR20I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR20Entry  296 }

  bGLineR20I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR20Entry  297 }

  bGLineR20I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR20Entry  298 }

  bGLineR20DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR20Entry  299 }

  bGLineR20SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  306 }

  bGLineR20SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  307 }

  bGLineR20SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  308 }

  bGLineR20SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  314 }

  bGLineR20SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  315 }

  bGLineR20SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  316 }

  bGLineR20CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR20Entry  319 }

  bGLineR20SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  324 }

  bGLineR20SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  325 }

  bGLineR20SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  326 }

  bGLineR20DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR20Entry  327 }

  bGLineR20FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR20Entry  328 }

  bGLineR20SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR20Entry  329 }

  bGLineR20SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  330 }

  bGLineR20SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  331 }

  bGLineR20SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  332 }

  bGLineR20SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  333 }

  bGLineR20SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  334 }

  bGLineR20SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  335 }

  bGLineR20SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  336 }

  bGLineR20SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  337 }

  bGLineSDActR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  339 }

  bGLineSDDefR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR20Entry  340 }

  bGLineR20SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  341 }

  bGLineR20MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR20Entry  346 }

  bGLineR20MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR20Entry  347 }

  bGLineR20SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  348 }

  bGLineR20SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  349 }

  bGLineR20SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  350 }

  bGLineR20ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR20Entry  351 }

  bGLineR20SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR20Entry  368 }

  bGLineR20SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  370 }

  bGLineR20SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  371 }

  bGLineR20SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  372 }

  bGLineR20SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  373 }

  bGLineR20SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  374 }

  bGLineR20SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  375 }

  bGLineR20SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  376 }

  bGLineR20SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  377 }

  bGLineSDActR20SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  379 }

  bGLineSDDefR20SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR20Entry  380 }

  bGLineR20SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  381 }

  bGLineR20I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR20Entry  390 }

  bGLineR20I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR20Entry  391 }

  bGLineR20I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR20Entry  392 }

  bGLineR20SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  394 }

  bGLineR20SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  395 }

  bGLineR20SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  396 }

  bGLineR20SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  397 }

  bGLineR20SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  398 }

  bGLineR20SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  399 }

  bGLineR20SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  400 }

  bGLineR20SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  401 }

  bGLineR20SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  402 }

  bGLineR20CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR20Entry  410 }

  bGLineR20CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR20Entry  411 }

  bGLineR20CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR20Entry  412 }

  bGLineR20CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR20Entry  413 }

  bGLineR20CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR20Entry  414 }

  bGLineR20SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  415 }

  bGLineR20SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  416 }

  bGLineR20SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  417 }

  bGLineR20I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR20Entry  418 }

  bGLineR20I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR20Entry  419 }

  bGLineR20I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR20Entry  420 }

  bGLineR20I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR20Entry  421 }

  bGLineR20TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR20Entry  422 }

  bGLineR20I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR20Entry  423 }

  bGLineR20I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR20Entry  424 }

  bGLineR20I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR20Entry  425 }

  bGLineR20FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR20Entry  426 }

  bGLineR20ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR20Entry  427 }

  bGLineR20AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR20Entry  428 }

  bGLineR20SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  429 }

  bGLineR20SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  430 }

  bGLineR20SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  431 }

  bGLineR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR20Entry  432 }

  bGLineR20TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR20Entry  441 }

  bGLineR20NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR20Entry  442 }

  bGLineR20ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR20Entry  443 }

  bGLineR20ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR20Entry  444 }

  bGLineR20I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR20Entry  445 }

  bGLineR20I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR20Entry  446 }

  bGLineR20I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR20Entry  447 }

  bGLineR20I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR20Entry  448 }

  bGLineR20I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR20Entry  449 }

  bGLineR20ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR20Entry  450 }

  bGLineR20NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR20Entry  451 }

  bGLineR20SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  452 }

  bGLineR20SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR20Entry  453 }

  bGLineR20SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR20Entry  454 }

  bGLineR20ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR20Entry  459 }

  bGLineR20ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR20Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  bGLnGnCllSrvCtrlR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLnGnCllSrvCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2046 }

  bGLnGnCllSrvCtrlR2Entry OBJECT-TYPE
    SYNTAX       BGLnGnCllSrvCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLnGnCllSrvCtrlR2NEConn,
             bGLnGnCllSrvCtrlR2NetwkElement,
             bGLnGnCllSrvCtrlR2CFSIx,
             bGLnGnCllSrvCtrlR2GpIx,
             bGLnGnCllSrvCtrlR2FirstDirNum,
             bGLnGnCllSrvCtrlR2DirNum }
    ::= {  bGLnGnCllSrvCtrlR2Table  1  }

  BGLnGnCllSrvCtrlR2Entry  ::=  SEQUENCE
  {
    bGLnGnCllSrvCtrlR2NEConn           Unsigned32,
    bGLnGnCllSrvCtrlR2NetwkElement     DisplayString,
    bGLnGnCllSrvCtrlR2CFSIx            Unsigned32,
    bGLnGnCllSrvCtrlR2GpIx             Unsigned32,
    bGLnGnCllSrvCtrlR2FirstDirNum      DisplayString,
    bGLnGnCllSrvCtrlR2DirNum           DisplayString,
    bGLnGnCllSrvCtrlR2SDActPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDUseDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDActVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDActCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDUseDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDActCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR2SDUseDefCLMaxNumCallsPerList
                                       INTEGER
  }

  bGLnGnCllSrvCtrlR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR2Entry  1 }

  bGLnGnCllSrvCtrlR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR2Entry  2 }

  bGLnGnCllSrvCtrlR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR2Entry  3 }

  bGLnGnCllSrvCtrlR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR2Entry  4 }

  bGLnGnCllSrvCtrlR2FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR2Entry  5 }

  bGLnGnCllSrvCtrlR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR2Entry  6 }

  bGLnGnCllSrvCtrlR2SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  7 }

  bGLnGnCllSrvCtrlR2SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  8 }

  bGLnGnCllSrvCtrlR2SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR2Entry  9 }

  bGLnGnCllSrvCtrlR2SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  10 }

  bGLnGnCllSrvCtrlR2SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  11 }

  bGLnGnCllSrvCtrlR2SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR2Entry  12 }

  bGLnGnCllSrvCtrlR2SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  13 }

  bGLnGnCllSrvCtrlR2SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  14 }

  bGLnGnCllSrvCtrlR2SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR2Entry  15 }

  bGLnGnCllSrvCtrlR2SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  16 }

  bGLnGnCllSrvCtrlR2SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  17 }

  bGLnGnCllSrvCtrlR2SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR2Entry  18 }

  bGLnGnCllSrvCtrlR2SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  19 }

  bGLnGnCllSrvCtrlR2SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR2Entry  20 }

  bGLnGnCllSrvCtrlR2SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR2Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Call Park Services'                          */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  bGCallParkR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGCallParkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2047 }

  bGCallParkR1Entry OBJECT-TYPE
    SYNTAX       BGCallParkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGCallParkR1NEConn,
             bGCallParkR1NetwkElement,
             bGCallParkR1CFSIx,
             bGCallParkR1GpIx }
    ::= {  bGCallParkR1Table  1  }

  BGCallParkR1Entry  ::=  SEQUENCE
  {
    bGCallParkR1NEConn                 Unsigned32,
    bGCallParkR1NetwkElement           DisplayString,
    bGCallParkR1CFSIx                  Unsigned32,
    bGCallParkR1GpIx                   Unsigned32,
    bGCallParkR1SDActCallParkSubscribed
                                       INTEGER,
    bGCallParkR1SDDefCallParkSubscribed
                                       INTEGER,
    bGCallParkR1SDUseDefCallParkSubscribed
                                       INTEGER,
    bGCallParkR1SDActCallParkMaxNumOrbits
                                       Unsigned32,
    bGCallParkR1SDDefCallParkMaxNumOrbits
                                       Unsigned32,
    bGCallParkR1SDUseDefCallParkMaxNumOrbits
                                       INTEGER,
    bGCallParkR1CallParkNumOrbits      Unsigned32,
    bGCallParkR1SDActCPkTmdRcl         INTEGER,
    bGCallParkR1SDDefCPkTmdRcl         INTEGER,
    bGCallParkR1SDUseDefCPkTmdRcl      INTEGER,
    bGCallParkR1SDActCallParkTmdRclTimer
                                       Unsigned32,
    bGCallParkR1SDDefCallParkTmdRclTimer
                                       Unsigned32,
    bGCallParkR1SDUseDefCallParkTmdRclTimer
                                       INTEGER,
    bGCallParkR1SDActCallParkTimeout   Unsigned32,
    bGCallParkR1SDDefCallParkTimeout   Unsigned32,
    bGCallParkR1SDUseDefCallParkTimeout
                                       INTEGER,
    bGCallParkR1SDActCallParkMsgCallParkAnnounce
                                       DisplayString,
    bGCallParkR1SDDefCallParkMsgCallParkAnnounce
                                       DisplayString,
    bGCallParkR1SDUseDefCallParkMsgCallParkAnnounce
                                       INTEGER,
    bGCallParkR1SDActCallParkMsgSuccessfulCallPark
                                       DisplayString,
    bGCallParkR1SDDefCallParkMsgSuccessfulCallPark
                                       DisplayString,
    bGCallParkR1SDUseDefCallParkMsgSuccessfulCallPark
                                       INTEGER,
    bGCallParkR1SDActCallParkMsgUnsuccessfulCallPark
                                       DisplayString,
    bGCallParkR1SDDefCallParkMsgUnsuccessfulCallPark
                                       DisplayString,
    bGCallParkR1SDUseDefCallParkMsgUnsuccessfulCallPark
                                       INTEGER
  }

  bGCallParkR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGCallParkR1Entry  1 }

  bGCallParkR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGCallParkR1Entry  2 }

  bGCallParkR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGCallParkR1Entry  3 }

  bGCallParkR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGCallParkR1Entry  4 }

  bGCallParkR1SDActCallParkSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  5 }

  bGCallParkR1SDDefCallParkSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  6 }

  bGCallParkR1SDUseDefCallParkSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  7 }

  bGCallParkR1SDActCallParkMaxNumOrbits OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - maximum number of Call Park Orbits allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  8 }

  bGCallParkR1SDDefCallParkMaxNumOrbits OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - maximum number of Call Park Orbits allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  9 }

  bGCallParkR1SDUseDefCallParkMaxNumOrbits OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - maximum number of Call Park Orbits allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  10 }

  bGCallParkR1CallParkNumOrbits OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Park - number of Call Park Orbits configured'."
    ::= { bGCallParkR1Entry  11 }

  bGCallParkR1SDActCPkTmdRcl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Timed Recall'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  12 }

  bGCallParkR1SDDefCPkTmdRcl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Timed Recall'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  13 }

  bGCallParkR1SDUseDefCPkTmdRcl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Timed Recall'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  14 }

  bGCallParkR1SDActCallParkTmdRclTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - duration of Timed Recall timer'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  15 }

  bGCallParkR1SDDefCallParkTmdRclTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - duration of Timed Recall timer'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  16 }

  bGCallParkR1SDUseDefCallParkTmdRclTimer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - duration of Timed Recall timer'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  17 }

  bGCallParkR1SDActCallParkTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20..1440 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Call Park timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  18 }

  bGCallParkR1SDDefCallParkTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20..1440 )
    UNITS        "minutes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Call Park timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  19 }

  bGCallParkR1SDUseDefCallParkTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - Call Park timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  20 }

  bGCallParkR1SDActCallParkMsgCallParkAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for Call Park announcement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  21 }

  bGCallParkR1SDDefCallParkMsgCallParkAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for Call Park announcement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  22 }

  bGCallParkR1SDUseDefCallParkMsgCallParkAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for Call Park announcement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  23 }

  bGCallParkR1SDActCallParkMsgSuccessfulCallPark OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for successful Call Park'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  24 }

  bGCallParkR1SDDefCallParkMsgSuccessfulCallPark OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for successful Call Park'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  25 }

  bGCallParkR1SDUseDefCallParkMsgSuccessfulCallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for successful Call Park'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  26 }

  bGCallParkR1SDActCallParkMsgUnsuccessfulCallPark OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for unsuccessful Call Park'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  27 }

  bGCallParkR1SDDefCallParkMsgUnsuccessfulCallPark OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for unsuccessful Call Park'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGCallParkR1Entry  28 }

  bGCallParkR1SDUseDefCallParkMsgUnsuccessfulCallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Park - message for unsuccessful Call Park'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGCallParkR1Entry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  mLHGPilotDNR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2048 }

  mLHGPilotDNR8Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR8NEConn,
             mLHGPilotDNR8NetwkElement,
             mLHGPilotDNR8CFSIx,
             mLHGPilotDNR8GpIx,
             mLHGPilotDNR8MLHGGpIx,
             mLHGPilotDNR8DirNum }
    ::= {  mLHGPilotDNR8Table  1  }

  MLHGPilotDNR8Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR8NEConn                Unsigned32,
    mLHGPilotDNR8NetwkElement          DisplayString,
    mLHGPilotDNR8CFSIx                 Unsigned32,
    mLHGPilotDNR8GpIx                  Unsigned32,
    mLHGPilotDNR8MLHGGpIx              Unsigned32,
    mLHGPilotDNR8DirNum                DisplayString,
    mLHGPilotDNR8I1PerProfNEConn       Unsigned32,
    mLHGPilotDNR8I2PerProfNetwkElement DisplayString,
    mLHGPilotDNR8I3PerProfCFSIx        Unsigned32,
    mLHGPilotDNR8I4PerProfGpIx         Unsigned32,
    mLHGPilotDNR8InUseBy               INTEGER,
    mLHGPilotDNR8IntercomDialingCode   DisplayString,
    mLHGPilotDNR8MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR8MLHGIx                Unsigned32,
    mLHGPilotDNR8MLHGMemberIx          Unsigned32,
    mLHGPilotDNR8CustInfo              DisplayString,
    mLHGPilotDNR8CustInfo2             DisplayString,
    mLHGPilotDNR8CustInfo3             DisplayString,
    mLHGPilotDNR8CustInfo4             DisplayString,
    mLHGPilotDNR8CustInfo5             DisplayString,
    mLHGPilotDNR8CustInfo6             DisplayString,
    mLHGPilotDNR8NumStatus             INTEGER,
    mLHGPilotDNR8RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR8MovedFromDirNum       DisplayString,
    mLHGPilotDNR8ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR8MovedToDirNum         DisplayString,
    mLHGPilotDNR8PortedExchangeID      DisplayString,
    mLHGPilotDNR8PIN                   DisplayString,
    mLHGPilotDNR8SDActForceLNPLookup   INTEGER,
    mLHGPilotDNR8SDDefForceLNPLookup   INTEGER,
    mLHGPilotDNR8SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR8SDActTimezone         INTEGER,
    mLHGPilotDNR8SDDefTimezone         INTEGER,
    mLHGPilotDNR8SDUseDefTimezone      INTEGER,
    mLHGPilotDNR8SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR8SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR8SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR8ActYear               Unsigned32,
    mLHGPilotDNR8ActMonth              Unsigned32,
    mLHGPilotDNR8ActDate               Unsigned32,
    mLHGPilotDNR8DiagsLogLvl           INTEGER,
    mLHGPilotDNR8DiagsAPITraceEnabled  INTEGER,
    mLHGPilotDNR8DiagsAPITraceTag      DisplayString,
    mLHGPilotDNR8DiagsAPITraceRemNum   DisplayString,
    mLHGPilotDNR8ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR8ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR8ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR8ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR8SummaryChldAlrmState  INTEGER,
    mLHGPilotDNR8RowStatus             RowStatus,
    mLHGPilotDNR8EnabledDate           Unsigned32,
    mLHGPilotDNR8MovedDate             Unsigned32,
    mLHGPilotDNR8SDActExpireAfter      Unsigned32,
    mLHGPilotDNR8SDDefExpireAfter      Unsigned32,
    mLHGPilotDNR8SDUseDefExpireAfter   INTEGER,
    mLHGPilotDNR8ExpiryDate            Unsigned32,
    mLHGPilotDNR8I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR8I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR8I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR8SASHostname           LongDisplayString,
    mLHGPilotDNR8SDActChargeInd        INTEGER,
    mLHGPilotDNR8SDDefChargeInd        INTEGER,
    mLHGPilotDNR8SDUseDefChargeInd     INTEGER,
    mLHGPilotDNR8CustomerInfoFirstName LongDisplayString,
    mLHGPilotDNR8CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR8CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR8CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR8CustomerInfoSurname   LongDisplayString,
    mLHGPilotDNR8I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR8I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR8I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR8FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR8AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR8MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR8MLHGRingPattn         INTEGER,
    mLHGPilotDNR8SigType               INTEGER,
    mLHGPilotDNR8UseDNIdentification   INTEGER,
    mLHGPilotDNR8SIPUserName           DisplayString,
    mLHGPilotDNR8SIPDomainName         DisplayString
  }

  mLHGPilotDNR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR8Entry  1 }

  mLHGPilotDNR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR8Entry  2 }

  mLHGPilotDNR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR8Entry  3 }

  mLHGPilotDNR8GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR8Entry  4 }

  mLHGPilotDNR8MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR8Entry  5 }

  mLHGPilotDNR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR8Entry  6 }

  mLHGPilotDNR8I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR8Entry  7 }

  mLHGPilotDNR8I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR8Entry  8 }

  mLHGPilotDNR8I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR8Entry  9 }

  mLHGPilotDNR8I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR8Entry  10 }

  mLHGPilotDNR8InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR8Entry  11 }

  mLHGPilotDNR8IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR8Entry  12 }

  mLHGPilotDNR8MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR8Entry  13 }

  mLHGPilotDNR8MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR8Entry  14 }

  mLHGPilotDNR8MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR8Entry  15 }

  mLHGPilotDNR8CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR8Entry  16 }

  mLHGPilotDNR8CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR8Entry  17 }

  mLHGPilotDNR8CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR8Entry  18 }

  mLHGPilotDNR8CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR8Entry  19 }

  mLHGPilotDNR8CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR8Entry  20 }

  mLHGPilotDNR8CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR8Entry  21 }

  mLHGPilotDNR8NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR8Entry  22 }

  mLHGPilotDNR8RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR8Entry  23 }

  mLHGPilotDNR8MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR8Entry  24 }

  mLHGPilotDNR8ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR8Entry  25 }

  mLHGPilotDNR8MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR8Entry  26 }

  mLHGPilotDNR8PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR8Entry  27 }

  mLHGPilotDNR8PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR8Entry  28 }

  mLHGPilotDNR8SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  29 }

  mLHGPilotDNR8SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  30 }

  mLHGPilotDNR8SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR8Entry  31 }

  mLHGPilotDNR8SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  32 }

  mLHGPilotDNR8SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  33 }

  mLHGPilotDNR8SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR8Entry  34 }

  mLHGPilotDNR8SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  35 }

  mLHGPilotDNR8SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  36 }

  mLHGPilotDNR8SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR8Entry  37 }

  mLHGPilotDNR8ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR8Entry  38 }

  mLHGPilotDNR8ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR8Entry  39 }

  mLHGPilotDNR8ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR8Entry  40 }

  mLHGPilotDNR8DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR8Entry  41 }

  mLHGPilotDNR8DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR8Entry  42 }

  mLHGPilotDNR8DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR8Entry  43 }

  mLHGPilotDNR8DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR8Entry  44 }

  mLHGPilotDNR8ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR8Entry  45 }

  mLHGPilotDNR8ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR8Entry  46 }

  mLHGPilotDNR8ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR8Entry  47 }

  mLHGPilotDNR8ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR8Entry  48 }

  mLHGPilotDNR8SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR8Entry  49 }

  mLHGPilotDNR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR8Entry  50 }

  mLHGPilotDNR8EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR8Entry  51 }

  mLHGPilotDNR8MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR8Entry  52 }

  mLHGPilotDNR8SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  53 }

  mLHGPilotDNR8SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  54 }

  mLHGPilotDNR8SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR8Entry  55 }

  mLHGPilotDNR8ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR8Entry  56 }

  mLHGPilotDNR8I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR8Entry  58 }

  mLHGPilotDNR8I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR8Entry  59 }

  mLHGPilotDNR8I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR8Entry  60 }

  mLHGPilotDNR8SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR8Entry  62 }

  mLHGPilotDNR8SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  63 }

  mLHGPilotDNR8SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR8Entry  64 }

  mLHGPilotDNR8SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR8Entry  65 }

  mLHGPilotDNR8CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR8Entry  80 }

  mLHGPilotDNR8CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR8Entry  81 }

  mLHGPilotDNR8CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR8Entry  82 }

  mLHGPilotDNR8CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR8Entry  83 }

  mLHGPilotDNR8CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR8Entry  84 }

  mLHGPilotDNR8I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR8Entry  85 }

  mLHGPilotDNR8I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR8Entry  86 }

  mLHGPilotDNR8I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR8Entry  87 }

  mLHGPilotDNR8FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR8Entry  88 }

  mLHGPilotDNR8AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR8Entry  89 }

  mLHGPilotDNR8MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR8Entry  90 }

  mLHGPilotDNR8MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR8Entry  91 }

  mLHGPilotDNR8SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR8Entry  92 }

  mLHGPilotDNR8UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR8Entry  93 }

  mLHGPilotDNR8SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR8Entry  94 }

  mLHGPilotDNR8SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR8Entry  95 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Route Verification Test Group'                              */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  rVTTestGroupR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestGroupR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Tests'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2049 }

  rVTTestGroupR16Entry OBJECT-TYPE
    SYNTAX       RVTTestGroupR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestGroupR16NEConn,
             rVTTestGroupR16NetwkElement,
             rVTTestGroupR16CFSIx,
             rVTTestGroupR16GpIx }
    ::= {  rVTTestGroupR16Table  1  }

  RVTTestGroupR16Entry  ::=  SEQUENCE
  {
    rVTTestGroupR16NEConn              Unsigned32,
    rVTTestGroupR16NetwkElement        DisplayString,
    rVTTestGroupR16CFSIx               Unsigned32,
    rVTTestGroupR16GpIx                Unsigned32,
    rVTTestGroupR16TestName            DisplayString,
    rVTTestGroupR16I1DefTrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestGroupR16I2DefTrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestGroupR16I3DefTrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestGroupR16I4DefTrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestGroupR16DefSubType          INTEGER,
    rVTTestGroupR16DefSubDirNum        DisplayString,
    rVTTestGroupR16I1SubGpNEConn       Unsigned32,
    rVTTestGroupR16I2SubGpNetwkElement DisplayString,
    rVTTestGroupR16I3SubGpCFSIx        Unsigned32,
    rVTTestGroupR16I4SubGpSubGpIx      Unsigned32,
    rVTTestGroupR16BillType            INTEGER,
    rVTTestGroupR16LongDistanceCarrID  DisplayString,
    rVTTestGroupR16IntraLATACarrID     DisplayString,
    rVTTestGroupR16ClgNumANIIIDigits   DisplayString,
    rVTTestGroupR16AllowOprHoldIs      INTEGER,
    rVTTestGroupR16PriorityCall        INTEGER,
    rVTTestGroupR16InTrnkGpNum         INTEGER,
    rVTTestGroupR16UseTCAPIfReqd       INTEGER,
    rVTTestGroupR16ClgPartyNum         DisplayString,
    rVTTestGroupR16ReqdRetryRtg        INTEGER,
    rVTTestGroupR16TestCall            INTEGER,
    rVTTestGroupR16TransitNetwkID      DisplayString,
    rVTTestGroupR16TestStatus          INTEGER,
    rVTTestGroupR16NumTestsExecuted    Unsigned32,
    rVTTestGroupR16NumTestsSucceeded   Unsigned32,
    rVTTestGroupR16NumTestsFaild       Unsigned32,
    rVTTestGroupR16DiagsLogLvl         INTEGER,
    rVTTestGroupR16DiagsAPITraceTag    DisplayString,
    rVTTestGroupR16ExportNumObjectsExported
                                       Integer32,
    rVTTestGroupR16ExportStatus        DisplayString,
    rVTTestGroupR16ExportFile          DisplayString,
    rVTTestGroupR16ExportCorr          Counter64,
    rVTTestGroupR16ExportCorrNode      DisplayString,
    rVTTestGroupR16ExportCorrUID       DisplayString,
    rVTTestGroupR16DoExtraActions      INTEGER,
    rVTTestGroupR16RowStatus           RowStatus,
    rVTTestGroupR16NumTests            Unsigned32,
    rVTTestGroupR16SubRtgAttrs         BITS,
    rVTTestGroupR16IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestGroupR16IgnoreTermAppServer INTEGER,
    rVTTestGroupR16T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR16T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR16T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR16T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestGroupR16T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16IntnatlCarrID       DisplayString,
    rVTTestGroupR16LCC1                INTEGER,
    rVTTestGroupR16LCC2                INTEGER,
    rVTTestGroupR16LCC3                INTEGER,
    rVTTestGroupR16LCC4                INTEGER,
    rVTTestGroupR16LCC5                INTEGER,
    rVTTestGroupR16ISUPCldAddrPrefix   DisplayString,
    rVTTestGroupR16UsrDefMFCallType    Unsigned32,
    rVTTestGroupR16T4I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR16T4I4RemMediaChanISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5RemMediaChanPRIIx
                                       Unsigned32,
    rVTTestGroupR16CarrIdentificationParm
                                       DisplayString,
    rVTTestGroupR16ChargeNumANIPresent INTEGER,
    rVTTestGroupR16ChargeNumANI        DisplayString,
    rVTTestGroupR16BearerCapability    INTEGER,
    rVTTestGroupR16OrigingExchangeAddr DisplayString,
    rVTTestGroupR16PortedNum           DisplayString,
    rVTTestGroupR16LNPLookupPerformed  INTEGER,
    rVTTestGroupR16ReleaseControlMode  INTEGER,
    rVTTestGroupR16DialedPrefix        INTEGER,
    rVTTestGroupR16AuthCodeCodeAndPIN  DisplayString,
    rVTTestGroupR16AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestGroupR16ClgNumScope         INTEGER,
    rVTTestGroupR16ClgNumPresRestricted
                                       INTEGER,
    rVTTestGroupR16OprCall             INTEGER,
    rVTTestGroupR16EchoCancellation    INTEGER,
    rVTTestGroupR16ClgCategory         INTEGER,
    rVTTestGroupR16I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestGroupR16I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestGroupR16I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestGroupR16I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestGroupR16ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestGroupR16SIPType             INTEGER,
    rVTTestGroupR16LCC6                INTEGER,
    rVTTestGroupR16LCC7                INTEGER,
    rVTTestGroupR16LCC8                INTEGER,
    rVTTestGroupR16LCC9                INTEGER,
    rVTTestGroupR16LCC10               INTEGER,
    rVTTestGroupR16LCC11               INTEGER,
    rVTTestGroupR16LCC12               INTEGER,
    rVTTestGroupR16LCC13               INTEGER,
    rVTTestGroupR16LCC14               INTEGER,
    rVTTestGroupR16LCC15               INTEGER,
    rVTTestGroupR16LCC16               INTEGER,
    rVTTestGroupR16LCC17               INTEGER,
    rVTTestGroupR16LCC18               INTEGER,
    rVTTestGroupR16LCC19               INTEGER,
    rVTTestGroupR16LCC20               INTEGER,
    rVTTestGroupR16IncMCsIncluded      INTEGER,
    rVTTestGroupR16T1I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs1OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs2OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs3OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs4OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs5OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs6OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs7OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs8OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR16T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR16T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR16T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR16T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR16T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR16T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestGroupR16T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR16T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR16T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestGroupR16T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestGroupR16IncMCs9OtherVals    INTEGER,
    rVTTestGroupR16T1I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR16T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR16T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR16T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR16T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR16T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR16T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestGroupR16T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR16T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR16T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestGroupR16T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestGroupR16IncMCs10OtherVals   INTEGER,
    rVTTestGroupR16ExpRsltsExpRslt     INTEGER,
    rVTTestGroupR16ExpRsltsExpectedDest
                                       INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC1OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC2OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC3OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC4OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC5OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC6OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC7OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC8OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestGroupR16ExpRsltMC9OtherVals INTEGER,
    rVTTestGroupR16T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR16T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR16T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR16T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR16T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR16T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR16T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR16T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR16T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR16T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestGroupR16T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR16T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR16T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR16T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR16T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestGroupR16T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestGroupR16ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestGroupR16ExpRsltsCauseFail   INTEGER,
    rVTTestGroupR16ExpRsltsNumTstsNotYetRun
                                       Unsigned32,
    rVTTestGroupR16ExpRsltsNumTstsPassed
                                       Unsigned32,
    rVTTestGroupR16ExpRsltsNumTstsFaild
                                       Unsigned32,
    rVTTestGroupR16IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestGroupR16IncMedChSimulateMedChOnlineDef
                                       INTEGER,
    rVTTestGroupR16DialedBySub         INTEGER,
    rVTTestGroupR16DateAndTimeYear     Unsigned32,
    rVTTestGroupR16DateAndTimeMonth    Unsigned32,
    rVTTestGroupR16DateAndTimeDate     Unsigned32,
    rVTTestGroupR16HrAndTimeHr         Unsigned32,
    rVTTestGroupR16MinAndTimeMin       Unsigned32,
    rVTTestGroupR16ExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestGroupR16NetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestGroupR16BusGpLinePrivileges Unsigned32,
    rVTTestGroupR16OrigTrGpID          DisplayString,
    rVTTestGroupR16OrigTrCxt           DisplayString,
    rVTTestGroupR16DestTrnkGpID        DisplayString,
    rVTTestGroupR16DestTrnkCxt         DisplayString,
    rVTTestGroupR16I1LineGpNEConn      Unsigned32,
    rVTTestGroupR16I2LineGpNetwkElement
                                       DisplayString,
    rVTTestGroupR16I3LineGpCFSIx       Unsigned32,
    rVTTestGroupR16I4LineGpSubGpIx     Unsigned32,
    rVTTestGroupR16IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestGroupR16LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestGroupR16ExpRsltsDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestGroupR16ExpRsltsDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestGroupR16PropagationDlyPresent
                                       INTEGER,
    rVTTestGroupR16PropagationDly      Unsigned32,
    rVTTestGroupR16SatelliteIndPresent INTEGER,
    rVTTestGroupR16SatelliteInd        Unsigned32,
    rVTTestGroupR16IsupPreferencePresent
                                       INTEGER,
    rVTTestGroupR16IsupPreference      INTEGER,
    rVTTestGroupR16GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestGroupR16GermanIsupUkkParm   INTEGER,
    rVTTestGroupR16GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestGroupR16GermanIsupSspParm   INTEGER,
    rVTTestGroupR16ExportIncASRepData  INTEGER,
    rVTTestGroupR16ExportChldObjectsToInc
                                       INTEGER
  }

  rVTTestGroupR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestGroupR16Entry  1 }

  rVTTestGroupR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestGroupR16Entry  2 }

  rVTTestGroupR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestGroupR16Entry  3 }

  rVTTestGroupR16GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestGroupR16Entry  4 }

  rVTTestGroupR16TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestGroupR16Entry  5 }

  rVTTestGroupR16I1DefTrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR16Entry  6 }

  rVTTestGroupR16I2DefTrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR16Entry  7 }

  rVTTestGroupR16I3DefTrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR16Entry  8 }

  rVTTestGroupR16I4DefTrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR16Entry  9 }

  rVTTestGroupR16DefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default subscriber type'."
    ::= { rVTTestGroupR16Entry  10 }

  rVTTestGroupR16DefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default subscriber directory number'."
    ::= { rVTTestGroupR16Entry  11 }

  rVTTestGroupR16I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  12 }

  rVTTestGroupR16I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  13 }

  rVTTestGroupR16I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  14 }

  rVTTestGroupR16I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  15 }

  rVTTestGroupR16BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestGroupR16Entry  16 }

  rVTTestGroupR16LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestGroupR16Entry  17 }

  rVTTestGroupR16IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestGroupR16Entry  18 }

  rVTTestGroupR16ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestGroupR16Entry  19 }

  rVTTestGroupR16AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  20 }

  rVTTestGroupR16PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  21 }

  rVTTestGroupR16InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestGroupR16Entry  22 }

  rVTTestGroupR16UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  23 }

  rVTTestGroupR16ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestGroupR16Entry  24 }

  rVTTestGroupR16ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestGroupR16Entry  25 }

  rVTTestGroupR16TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  26 }

  rVTTestGroupR16TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestGroupR16Entry  27 }

  rVTTestGroupR16TestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRun(1),
                   inProgress(2),
                   complete(3),
                   canceled(4),
                   canceling(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group test status'."
    ::= { rVTTestGroupR16Entry  28 }

  rVTTestGroupR16NumTestsExecuted OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests executed'."
    ::= { rVTTestGroupR16Entry  29 }

  rVTTestGroupR16NumTestsSucceeded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests succeeded'."
    ::= { rVTTestGroupR16Entry  30 }

  rVTTestGroupR16NumTestsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests failed'."
    ::= { rVTTestGroupR16Entry  31 }

  rVTTestGroupR16DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestGroupR16Entry  32 }

  rVTTestGroupR16DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestGroupR16Entry  33 }

  rVTTestGroupR16ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rVTTestGroupR16Entry  34 }

  rVTTestGroupR16ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rVTTestGroupR16Entry  35 }

  rVTTestGroupR16ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rVTTestGroupR16Entry  36 }

  rVTTestGroupR16ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rVTTestGroupR16Entry  37 }

  rVTTestGroupR16ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rVTTestGroupR16Entry  38 }

  rVTTestGroupR16ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rVTTestGroupR16Entry  39 }

  rVTTestGroupR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runAllTests(1),
                   cancelAllTests(2),
                   export(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestGroupR16Entry  40 }

  rVTTestGroupR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestGroupR16Entry  41 }

  rVTTestGroupR16NumTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests'."
    ::= { rVTTestGroupR16Entry  42 }

  rVTTestGroupR16SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rVTTestGroupR16Entry  43 }

  rVTTestGroupR16IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR16Entry  54 }

  rVTTestGroupR16IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR16Entry  55 }

  rVTTestGroupR16T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  56 }

  rVTTestGroupR16T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  57 }

  rVTTestGroupR16T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  58 }

  rVTTestGroupR16T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  59 }

  rVTTestGroupR16T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  60 }

  rVTTestGroupR16T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  61 }

  rVTTestGroupR16T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  62 }

  rVTTestGroupR16T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  63 }

  rVTTestGroupR16T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  64 }

  rVTTestGroupR16T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  65 }

  rVTTestGroupR16T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  66 }

  rVTTestGroupR16T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  67 }

  rVTTestGroupR16T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  68 }

  rVTTestGroupR16T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  69 }

  rVTTestGroupR16T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  70 }

  rVTTestGroupR16T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  71 }

  rVTTestGroupR16T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  72 }

  rVTTestGroupR16IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestGroupR16Entry  73 }

  rVTTestGroupR16LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestGroupR16Entry  74 }

  rVTTestGroupR16LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestGroupR16Entry  75 }

  rVTTestGroupR16LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestGroupR16Entry  76 }

  rVTTestGroupR16LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestGroupR16Entry  77 }

  rVTTestGroupR16LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestGroupR16Entry  78 }

  rVTTestGroupR16ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestGroupR16Entry  79 }

  rVTTestGroupR16UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestGroupR16Entry  80 }

  rVTTestGroupR16T4I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  81 }

  rVTTestGroupR16T4I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  82 }

  rVTTestGroupR16T4I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  83 }

  rVTTestGroupR16T4I4RemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  84 }

  rVTTestGroupR16T4I5RemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  85 }

  rVTTestGroupR16CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default carrier identification parameter'."
    ::= { rVTTestGroupR16Entry  86 }

  rVTTestGroupR16ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  87 }

  rVTTestGroupR16ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestGroupR16Entry  88 }

  rVTTestGroupR16BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { speech }
    ::= { rVTTestGroupR16Entry  89 }

  rVTTestGroupR16OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestGroupR16Entry  90 }

  rVTTestGroupR16PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestGroupR16Entry  91 }

  rVTTestGroupR16LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  92 }

  rVTTestGroupR16ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    DEFVAL       { callingParty }
    ::= { rVTTestGroupR16Entry  93 }

  rVTTestGroupR16DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR16Entry  94 }

  rVTTestGroupR16AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestGroupR16Entry  95 }

  rVTTestGroupR16AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestGroupR16Entry  96 }

  rVTTestGroupR16ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    DEFVAL       { national }
    ::= { rVTTestGroupR16Entry  97 }

  rVTTestGroupR16ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    DEFVAL       { allowed }
    ::= { rVTTestGroupR16Entry  98 }

  rVTTestGroupR16OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  99 }

  rVTTestGroupR16EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    DEFVAL       { none }
    ::= { rVTTestGroupR16Entry  100 }

  rVTTestGroupR16ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR16Entry  101 }

  rVTTestGroupR16I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR16Entry  102 }

  rVTTestGroupR16I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR16Entry  103 }

  rVTTestGroupR16I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR16Entry  104 }

  rVTTestGroupR16I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR16Entry  105 }

  rVTTestGroupR16ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  106 }

  rVTTestGroupR16SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    DEFVAL       { basicSIP }
    ::= { rVTTestGroupR16Entry  107 }

  rVTTestGroupR16LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestGroupR16Entry  108 }

  rVTTestGroupR16LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestGroupR16Entry  109 }

  rVTTestGroupR16LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestGroupR16Entry  110 }

  rVTTestGroupR16LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestGroupR16Entry  111 }

  rVTTestGroupR16LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestGroupR16Entry  112 }

  rVTTestGroupR16LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestGroupR16Entry  113 }

  rVTTestGroupR16LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestGroupR16Entry  114 }

  rVTTestGroupR16LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestGroupR16Entry  115 }

  rVTTestGroupR16LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestGroupR16Entry  116 }

  rVTTestGroupR16LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestGroupR16Entry  117 }

  rVTTestGroupR16LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestGroupR16Entry  118 }

  rVTTestGroupR16LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestGroupR16Entry  119 }

  rVTTestGroupR16LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestGroupR16Entry  120 }

  rVTTestGroupR16LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestGroupR16Entry  121 }

  rVTTestGroupR16LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestGroupR16Entry  122 }

  rVTTestGroupR16IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    DEFVAL       { all }
    ::= { rVTTestGroupR16Entry  123 }

  rVTTestGroupR16T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  124 }

  rVTTestGroupR16T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  125 }

  rVTTestGroupR16T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  126 }

  rVTTestGroupR16T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  127 }

  rVTTestGroupR16T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  128 }

  rVTTestGroupR16T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  129 }

  rVTTestGroupR16T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  131 }

  rVTTestGroupR16T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  132 }

  rVTTestGroupR16T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  133 }

  rVTTestGroupR16T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  134 }

  rVTTestGroupR16T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  135 }

  rVTTestGroupR16T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  136 }

  rVTTestGroupR16T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  138 }

  rVTTestGroupR16T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  139 }

  rVTTestGroupR16T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  140 }

  rVTTestGroupR16T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  141 }

  rVTTestGroupR16T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  142 }

  rVTTestGroupR16T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  144 }

  rVTTestGroupR16T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  145 }

  rVTTestGroupR16T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  146 }

  rVTTestGroupR16T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  147 }

  rVTTestGroupR16T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  148 }

  rVTTestGroupR16IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  149 }

  rVTTestGroupR16T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  150 }

  rVTTestGroupR16T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  151 }

  rVTTestGroupR16T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  152 }

  rVTTestGroupR16T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  153 }

  rVTTestGroupR16T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  154 }

  rVTTestGroupR16T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  155 }

  rVTTestGroupR16T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  157 }

  rVTTestGroupR16T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  158 }

  rVTTestGroupR16T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  159 }

  rVTTestGroupR16T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  160 }

  rVTTestGroupR16T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  161 }

  rVTTestGroupR16T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  162 }

  rVTTestGroupR16T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  164 }

  rVTTestGroupR16T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  165 }

  rVTTestGroupR16T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  166 }

  rVTTestGroupR16T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  167 }

  rVTTestGroupR16T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  168 }

  rVTTestGroupR16T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  170 }

  rVTTestGroupR16T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  171 }

  rVTTestGroupR16T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  172 }

  rVTTestGroupR16T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  173 }

  rVTTestGroupR16T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  174 }

  rVTTestGroupR16IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  175 }

  rVTTestGroupR16T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  176 }

  rVTTestGroupR16T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  177 }

  rVTTestGroupR16T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  178 }

  rVTTestGroupR16T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  179 }

  rVTTestGroupR16T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  180 }

  rVTTestGroupR16T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  181 }

  rVTTestGroupR16T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  183 }

  rVTTestGroupR16T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  184 }

  rVTTestGroupR16T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  185 }

  rVTTestGroupR16T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  186 }

  rVTTestGroupR16T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  187 }

  rVTTestGroupR16T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  188 }

  rVTTestGroupR16T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  190 }

  rVTTestGroupR16T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  191 }

  rVTTestGroupR16T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  192 }

  rVTTestGroupR16T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  193 }

  rVTTestGroupR16T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  194 }

  rVTTestGroupR16T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  196 }

  rVTTestGroupR16T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  197 }

  rVTTestGroupR16T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  198 }

  rVTTestGroupR16T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  199 }

  rVTTestGroupR16T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  200 }

  rVTTestGroupR16IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  201 }

  rVTTestGroupR16T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  202 }

  rVTTestGroupR16T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  203 }

  rVTTestGroupR16T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  204 }

  rVTTestGroupR16T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  205 }

  rVTTestGroupR16T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  206 }

  rVTTestGroupR16T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  207 }

  rVTTestGroupR16T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  209 }

  rVTTestGroupR16T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  210 }

  rVTTestGroupR16T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  211 }

  rVTTestGroupR16T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  212 }

  rVTTestGroupR16T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  213 }

  rVTTestGroupR16T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  214 }

  rVTTestGroupR16T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  216 }

  rVTTestGroupR16T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  217 }

  rVTTestGroupR16T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  218 }

  rVTTestGroupR16T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  219 }

  rVTTestGroupR16T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  220 }

  rVTTestGroupR16T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  222 }

  rVTTestGroupR16T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  223 }

  rVTTestGroupR16T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  224 }

  rVTTestGroupR16T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  225 }

  rVTTestGroupR16T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  226 }

  rVTTestGroupR16IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  227 }

  rVTTestGroupR16T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  228 }

  rVTTestGroupR16T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  229 }

  rVTTestGroupR16T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  230 }

  rVTTestGroupR16T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  231 }

  rVTTestGroupR16T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  232 }

  rVTTestGroupR16T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  233 }

  rVTTestGroupR16T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  235 }

  rVTTestGroupR16T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  236 }

  rVTTestGroupR16T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  237 }

  rVTTestGroupR16T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  238 }

  rVTTestGroupR16T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  239 }

  rVTTestGroupR16T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  240 }

  rVTTestGroupR16T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  242 }

  rVTTestGroupR16T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  243 }

  rVTTestGroupR16T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  244 }

  rVTTestGroupR16T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  245 }

  rVTTestGroupR16T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  246 }

  rVTTestGroupR16T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  248 }

  rVTTestGroupR16T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  249 }

  rVTTestGroupR16T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  250 }

  rVTTestGroupR16T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  251 }

  rVTTestGroupR16T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  252 }

  rVTTestGroupR16IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  253 }

  rVTTestGroupR16T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  254 }

  rVTTestGroupR16T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  255 }

  rVTTestGroupR16T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  256 }

  rVTTestGroupR16T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  257 }

  rVTTestGroupR16T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  258 }

  rVTTestGroupR16T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  259 }

  rVTTestGroupR16T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  261 }

  rVTTestGroupR16T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  262 }

  rVTTestGroupR16T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  263 }

  rVTTestGroupR16T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  264 }

  rVTTestGroupR16T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  265 }

  rVTTestGroupR16T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  266 }

  rVTTestGroupR16T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  268 }

  rVTTestGroupR16T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  269 }

  rVTTestGroupR16T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  270 }

  rVTTestGroupR16T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  271 }

  rVTTestGroupR16T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  272 }

  rVTTestGroupR16T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  274 }

  rVTTestGroupR16T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  275 }

  rVTTestGroupR16T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  276 }

  rVTTestGroupR16T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  277 }

  rVTTestGroupR16T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  278 }

  rVTTestGroupR16IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  279 }

  rVTTestGroupR16T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  280 }

  rVTTestGroupR16T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  281 }

  rVTTestGroupR16T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  282 }

  rVTTestGroupR16T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  283 }

  rVTTestGroupR16T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  284 }

  rVTTestGroupR16T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  285 }

  rVTTestGroupR16T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  287 }

  rVTTestGroupR16T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  288 }

  rVTTestGroupR16T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  289 }

  rVTTestGroupR16T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  290 }

  rVTTestGroupR16T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  291 }

  rVTTestGroupR16T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  292 }

  rVTTestGroupR16T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  294 }

  rVTTestGroupR16T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  295 }

  rVTTestGroupR16T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  296 }

  rVTTestGroupR16T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  297 }

  rVTTestGroupR16T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  298 }

  rVTTestGroupR16T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  300 }

  rVTTestGroupR16T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  301 }

  rVTTestGroupR16T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  302 }

  rVTTestGroupR16T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  303 }

  rVTTestGroupR16T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  304 }

  rVTTestGroupR16IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  305 }

  rVTTestGroupR16T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  306 }

  rVTTestGroupR16T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  307 }

  rVTTestGroupR16T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  308 }

  rVTTestGroupR16T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  309 }

  rVTTestGroupR16T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  310 }

  rVTTestGroupR16T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  311 }

  rVTTestGroupR16T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  313 }

  rVTTestGroupR16T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  314 }

  rVTTestGroupR16T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  315 }

  rVTTestGroupR16T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  316 }

  rVTTestGroupR16T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  317 }

  rVTTestGroupR16T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  318 }

  rVTTestGroupR16T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  320 }

  rVTTestGroupR16T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  321 }

  rVTTestGroupR16T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  322 }

  rVTTestGroupR16T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  323 }

  rVTTestGroupR16T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  324 }

  rVTTestGroupR16T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  326 }

  rVTTestGroupR16T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  327 }

  rVTTestGroupR16T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  328 }

  rVTTestGroupR16T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  329 }

  rVTTestGroupR16T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  330 }

  rVTTestGroupR16IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  331 }

  rVTTestGroupR16T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  332 }

  rVTTestGroupR16T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  333 }

  rVTTestGroupR16T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  334 }

  rVTTestGroupR16T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  335 }

  rVTTestGroupR16T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  336 }

  rVTTestGroupR16T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  337 }

  rVTTestGroupR16T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  339 }

  rVTTestGroupR16T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  340 }

  rVTTestGroupR16T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  341 }

  rVTTestGroupR16T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  342 }

  rVTTestGroupR16T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  343 }

  rVTTestGroupR16T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  344 }

  rVTTestGroupR16T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  346 }

  rVTTestGroupR16T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  347 }

  rVTTestGroupR16T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  348 }

  rVTTestGroupR16T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  349 }

  rVTTestGroupR16T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  350 }

  rVTTestGroupR16T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  352 }

  rVTTestGroupR16T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  353 }

  rVTTestGroupR16T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  354 }

  rVTTestGroupR16T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  355 }

  rVTTestGroupR16T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  356 }

  rVTTestGroupR16IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  357 }

  rVTTestGroupR16T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  358 }

  rVTTestGroupR16T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  359 }

  rVTTestGroupR16T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  360 }

  rVTTestGroupR16T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  361 }

  rVTTestGroupR16T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  362 }

  rVTTestGroupR16T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  363 }

  rVTTestGroupR16T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  365 }

  rVTTestGroupR16T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  366 }

  rVTTestGroupR16T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  367 }

  rVTTestGroupR16T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  368 }

  rVTTestGroupR16T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  369 }

  rVTTestGroupR16T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  370 }

  rVTTestGroupR16T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  372 }

  rVTTestGroupR16T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  373 }

  rVTTestGroupR16T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  374 }

  rVTTestGroupR16T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  375 }

  rVTTestGroupR16T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  376 }

  rVTTestGroupR16T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  378 }

  rVTTestGroupR16T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  379 }

  rVTTestGroupR16T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  380 }

  rVTTestGroupR16T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  381 }

  rVTTestGroupR16T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  382 }

  rVTTestGroupR16IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  383 }

  rVTTestGroupR16ExpRsltsExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected result'."
    DEFVAL       { none }
    ::= { rVTTestGroupR16Entry  384 }

  rVTTestGroupR16ExpRsltsExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination'."
    ::= { rVTTestGroupR16Entry  385 }

  rVTTestGroupR16T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  386 }

  rVTTestGroupR16T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  387 }

  rVTTestGroupR16T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  388 }

  rVTTestGroupR16T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  389 }

  rVTTestGroupR16T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  390 }

  rVTTestGroupR16T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  391 }

  rVTTestGroupR16T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  393 }

  rVTTestGroupR16T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  394 }

  rVTTestGroupR16T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  395 }

  rVTTestGroupR16T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  396 }

  rVTTestGroupR16T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  397 }

  rVTTestGroupR16T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  398 }

  rVTTestGroupR16T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  400 }

  rVTTestGroupR16T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  401 }

  rVTTestGroupR16T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  402 }

  rVTTestGroupR16T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  403 }

  rVTTestGroupR16T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  404 }

  rVTTestGroupR16T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  406 }

  rVTTestGroupR16T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  407 }

  rVTTestGroupR16T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  408 }

  rVTTestGroupR16T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  409 }

  rVTTestGroupR16T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  410 }

  rVTTestGroupR16ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1'.
                  This field represents the fixed
                  values that Expected results - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  411 }

  rVTTestGroupR16T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  412 }

  rVTTestGroupR16T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  413 }

  rVTTestGroupR16T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  414 }

  rVTTestGroupR16T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  415 }

  rVTTestGroupR16T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  416 }

  rVTTestGroupR16T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  417 }

  rVTTestGroupR16T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  419 }

  rVTTestGroupR16T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  420 }

  rVTTestGroupR16T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  421 }

  rVTTestGroupR16T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  422 }

  rVTTestGroupR16T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  423 }

  rVTTestGroupR16T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  424 }

  rVTTestGroupR16T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  426 }

  rVTTestGroupR16T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  427 }

  rVTTestGroupR16T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  428 }

  rVTTestGroupR16T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  429 }

  rVTTestGroupR16T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  430 }

  rVTTestGroupR16T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  432 }

  rVTTestGroupR16T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  433 }

  rVTTestGroupR16T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  434 }

  rVTTestGroupR16T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  435 }

  rVTTestGroupR16T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  436 }

  rVTTestGroupR16ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2'.
                  This field represents the fixed
                  values that Expected results - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  437 }

  rVTTestGroupR16T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  438 }

  rVTTestGroupR16T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  439 }

  rVTTestGroupR16T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  440 }

  rVTTestGroupR16T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  441 }

  rVTTestGroupR16T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  442 }

  rVTTestGroupR16T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  443 }

  rVTTestGroupR16T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  445 }

  rVTTestGroupR16T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  446 }

  rVTTestGroupR16T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  447 }

  rVTTestGroupR16T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  448 }

  rVTTestGroupR16T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  449 }

  rVTTestGroupR16T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  450 }

  rVTTestGroupR16T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  452 }

  rVTTestGroupR16T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  453 }

  rVTTestGroupR16T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  454 }

  rVTTestGroupR16T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  455 }

  rVTTestGroupR16T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  456 }

  rVTTestGroupR16T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  458 }

  rVTTestGroupR16T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  459 }

  rVTTestGroupR16T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  460 }

  rVTTestGroupR16T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  461 }

  rVTTestGroupR16T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  462 }

  rVTTestGroupR16ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3'.
                  This field represents the fixed
                  values that Expected results - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  463 }

  rVTTestGroupR16T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  464 }

  rVTTestGroupR16T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  465 }

  rVTTestGroupR16T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  466 }

  rVTTestGroupR16T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  467 }

  rVTTestGroupR16T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  468 }

  rVTTestGroupR16T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  469 }

  rVTTestGroupR16T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  471 }

  rVTTestGroupR16T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  472 }

  rVTTestGroupR16T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  473 }

  rVTTestGroupR16T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  474 }

  rVTTestGroupR16T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  475 }

  rVTTestGroupR16T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  476 }

  rVTTestGroupR16T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  478 }

  rVTTestGroupR16T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  479 }

  rVTTestGroupR16T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  480 }

  rVTTestGroupR16T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  481 }

  rVTTestGroupR16T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  482 }

  rVTTestGroupR16T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  484 }

  rVTTestGroupR16T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  485 }

  rVTTestGroupR16T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  486 }

  rVTTestGroupR16T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  487 }

  rVTTestGroupR16T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  488 }

  rVTTestGroupR16ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4'.
                  This field represents the fixed
                  values that Expected results - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  489 }

  rVTTestGroupR16T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  490 }

  rVTTestGroupR16T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  491 }

  rVTTestGroupR16T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  492 }

  rVTTestGroupR16T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  493 }

  rVTTestGroupR16T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  494 }

  rVTTestGroupR16T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  495 }

  rVTTestGroupR16T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  497 }

  rVTTestGroupR16T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  498 }

  rVTTestGroupR16T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  499 }

  rVTTestGroupR16T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  500 }

  rVTTestGroupR16T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  501 }

  rVTTestGroupR16T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  502 }

  rVTTestGroupR16T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  504 }

  rVTTestGroupR16T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  505 }

  rVTTestGroupR16T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  506 }

  rVTTestGroupR16T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  507 }

  rVTTestGroupR16T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  508 }

  rVTTestGroupR16T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  510 }

  rVTTestGroupR16T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  511 }

  rVTTestGroupR16T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  512 }

  rVTTestGroupR16T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  513 }

  rVTTestGroupR16T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  514 }

  rVTTestGroupR16ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5'.
                  This field represents the fixed
                  values that Expected results - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  515 }

  rVTTestGroupR16T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  516 }

  rVTTestGroupR16T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  517 }

  rVTTestGroupR16T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  518 }

  rVTTestGroupR16T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  519 }

  rVTTestGroupR16T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  520 }

  rVTTestGroupR16T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  521 }

  rVTTestGroupR16T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  523 }

  rVTTestGroupR16T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  524 }

  rVTTestGroupR16T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  525 }

  rVTTestGroupR16T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  526 }

  rVTTestGroupR16T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  527 }

  rVTTestGroupR16T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  528 }

  rVTTestGroupR16T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  530 }

  rVTTestGroupR16T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  531 }

  rVTTestGroupR16T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  532 }

  rVTTestGroupR16T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  533 }

  rVTTestGroupR16T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  534 }

  rVTTestGroupR16T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  536 }

  rVTTestGroupR16T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  537 }

  rVTTestGroupR16T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  538 }

  rVTTestGroupR16T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  539 }

  rVTTestGroupR16T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  540 }

  rVTTestGroupR16ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6'.
                  This field represents the fixed
                  values that Expected results - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  541 }

  rVTTestGroupR16T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  542 }

  rVTTestGroupR16T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  543 }

  rVTTestGroupR16T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  544 }

  rVTTestGroupR16T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  545 }

  rVTTestGroupR16T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  546 }

  rVTTestGroupR16T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  547 }

  rVTTestGroupR16T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  549 }

  rVTTestGroupR16T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  550 }

  rVTTestGroupR16T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  551 }

  rVTTestGroupR16T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  552 }

  rVTTestGroupR16T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  553 }

  rVTTestGroupR16T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  554 }

  rVTTestGroupR16T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  556 }

  rVTTestGroupR16T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  557 }

  rVTTestGroupR16T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  558 }

  rVTTestGroupR16T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  559 }

  rVTTestGroupR16T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  560 }

  rVTTestGroupR16T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  562 }

  rVTTestGroupR16T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  563 }

  rVTTestGroupR16T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  564 }

  rVTTestGroupR16T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  565 }

  rVTTestGroupR16T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  566 }

  rVTTestGroupR16ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7'.
                  This field represents the fixed
                  values that Expected results - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  567 }

  rVTTestGroupR16T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  568 }

  rVTTestGroupR16T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  569 }

  rVTTestGroupR16T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  570 }

  rVTTestGroupR16T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  571 }

  rVTTestGroupR16T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  572 }

  rVTTestGroupR16T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  573 }

  rVTTestGroupR16T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  575 }

  rVTTestGroupR16T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  576 }

  rVTTestGroupR16T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  577 }

  rVTTestGroupR16T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  578 }

  rVTTestGroupR16T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  579 }

  rVTTestGroupR16T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  580 }

  rVTTestGroupR16T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  582 }

  rVTTestGroupR16T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  583 }

  rVTTestGroupR16T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  584 }

  rVTTestGroupR16T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  585 }

  rVTTestGroupR16T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  586 }

  rVTTestGroupR16T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  588 }

  rVTTestGroupR16T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  589 }

  rVTTestGroupR16T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  590 }

  rVTTestGroupR16T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  591 }

  rVTTestGroupR16T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  592 }

  rVTTestGroupR16ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8'.
                  This field represents the fixed
                  values that Expected results - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  593 }

  rVTTestGroupR16T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  594 }

  rVTTestGroupR16T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  595 }

  rVTTestGroupR16T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  596 }

  rVTTestGroupR16T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  597 }

  rVTTestGroupR16T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  598 }

  rVTTestGroupR16T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  599 }

  rVTTestGroupR16T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  601 }

  rVTTestGroupR16T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  602 }

  rVTTestGroupR16T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  603 }

  rVTTestGroupR16T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  604 }

  rVTTestGroupR16T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  605 }

  rVTTestGroupR16T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  606 }

  rVTTestGroupR16T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  608 }

  rVTTestGroupR16T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  609 }

  rVTTestGroupR16T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  610 }

  rVTTestGroupR16T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  611 }

  rVTTestGroupR16T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  612 }

  rVTTestGroupR16T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  614 }

  rVTTestGroupR16T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  615 }

  rVTTestGroupR16T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  616 }

  rVTTestGroupR16T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  617 }

  rVTTestGroupR16T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  618 }

  rVTTestGroupR16ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9'.
                  This field represents the fixed
                  values that Expected results - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  619 }

  rVTTestGroupR16T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  620 }

  rVTTestGroupR16T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  621 }

  rVTTestGroupR16T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  622 }

  rVTTestGroupR16T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  623 }

  rVTTestGroupR16T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  624 }

  rVTTestGroupR16T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  625 }

  rVTTestGroupR16T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  627 }

  rVTTestGroupR16T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  628 }

  rVTTestGroupR16T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  629 }

  rVTTestGroupR16T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  630 }

  rVTTestGroupR16T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  631 }

  rVTTestGroupR16T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR16Entry  632 }

  rVTTestGroupR16T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  634 }

  rVTTestGroupR16T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  635 }

  rVTTestGroupR16T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  636 }

  rVTTestGroupR16T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  637 }

  rVTTestGroupR16T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR16Entry  638 }

  rVTTestGroupR16T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  640 }

  rVTTestGroupR16T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  641 }

  rVTTestGroupR16T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  642 }

  rVTTestGroupR16T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  643 }

  rVTTestGroupR16T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR16Entry  644 }

  rVTTestGroupR16ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10'.
                  This field represents the fixed
                  values that Expected results - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR16Entry  645 }

  rVTTestGroupR16ExpRsltsCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - cause of failure'."
    ::= { rVTTestGroupR16Entry  646 }

  rVTTestGroupR16ExpRsltsNumTstsNotYetRun OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests not yet run'."
    ::= { rVTTestGroupR16Entry  647 }

  rVTTestGroupR16ExpRsltsNumTstsPassed OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests passed'."
    ::= { rVTTestGroupR16Entry  648 }

  rVTTestGroupR16ExpRsltsNumTstsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests failed'."
    ::= { rVTTestGroupR16Entry  649 }

  rVTTestGroupR16IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestGroupR16Entry  658 }

  rVTTestGroupR16IncMedChSimulateMedChOnlineDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulate media channels online - default'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  660 }

  rVTTestGroupR16DialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed by subscriber'."
    DEFVAL       { true }
    ::= { rVTTestGroupR16Entry  661 }

  rVTTestGroupR16DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestGroupR16Entry  662 }

  rVTTestGroupR16DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestGroupR16Entry  663 }

  rVTTestGroupR16DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestGroupR16Entry  664 }

  rVTTestGroupR16HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestGroupR16Entry  665 }

  rVTTestGroupR16MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestGroupR16Entry  666 }

  rVTTestGroupR16ExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'External Business Group information present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  667 }

  rVTTestGroupR16NetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Network-wide Business Group identifier'."
    ::= { rVTTestGroupR16Entry  668 }

  rVTTestGroupR16BusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR16Entry  669 }

  rVTTestGroupR16OrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk group ID'."
    ::= { rVTTestGroupR16Entry  670 }

  rVTTestGroupR16OrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk context'."
    ::= { rVTTestGroupR16Entry  671 }

  rVTTestGroupR16DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rVTTestGroupR16Entry  672 }

  rVTTestGroupR16DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rVTTestGroupR16Entry  673 }

  rVTTestGroupR16I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  674 }

  rVTTestGroupR16I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  675 }

  rVTTestGroupR16I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  676 }

  rVTTestGroupR16I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR16Entry  677 }

  rVTTestGroupR16IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    DEFVAL       { notRoutedToRPAS }
    ::= { rVTTestGroupR16Entry  678 }

  rVTTestGroupR16LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  679 }

  rVTTestGroupR16ExpRsltsDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group ID after routing'."
    ::= { rVTTestGroupR16Entry  680 }

  rVTTestGroupR16ExpRsltsDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group context after routing'."
    ::= { rVTTestGroupR16Entry  681 }

  rVTTestGroupR16PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  682 }

  rVTTestGroupR16PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR16Entry  683 }

  rVTTestGroupR16SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  684 }

  rVTTestGroupR16SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR16Entry  685 }

  rVTTestGroupR16IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  686 }

  rVTTestGroupR16IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestGroupR16Entry  687 }

  rVTTestGroupR16GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  688 }

  rVTTestGroupR16GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR16Entry  689 }

  rVTTestGroupR16GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR16Entry  690 }

  rVTTestGroupR16GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR16Entry  691 }

  rVTTestGroupR16ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rVTTestGroupR16Entry  704 }

  rVTTestGroupR16ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rVTTestGroupR16Entry  707 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  rVTTestTrunkR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2050 }

  rVTTestTrunkR18Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR18NEConn,
             rVTTestTrunkR18NetwkElement,
             rVTTestTrunkR18CFSIx,
             rVTTestTrunkR18GpIx,
             rVTTestTrunkR18TestIx }
    ::= {  rVTTestTrunkR18Table  1  }

  RVTTestTrunkR18Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR18NEConn              Unsigned32,
    rVTTestTrunkR18NetwkElement        DisplayString,
    rVTTestTrunkR18CFSIx               Unsigned32,
    rVTTestTrunkR18GpIx                Unsigned32,
    rVTTestTrunkR18TestIx              Unsigned32,
    rVTTestTrunkR18TestName            DisplayString,
    rVTTestTrunkR18CldNum              DisplayString,
    rVTTestTrunkR18T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR18T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR18T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR18T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR18T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR18AllowOprHoldIs      INTEGER,
    rVTTestTrunkR18PriorityCall        INTEGER,
    rVTTestTrunkR18UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR18IgnoreTermAppServer INTEGER,
    rVTTestTrunkR18InTrnkGpNum         INTEGER,
    rVTTestTrunkR18ClgPartyNum         DisplayString,
    rVTTestTrunkR18ReqdRetryRtg        INTEGER,
    rVTTestTrunkR18TestCall            INTEGER,
    rVTTestTrunkR18TransitNetwkID      DisplayString,
    rVTTestTrunkR18TestRes             INTEGER,
    rVTTestTrunkR18CauseFail           INTEGER,
    rVTTestTrunkR18NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR18NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR18NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR18AllowNumVldnHold    INTEGER,
    rVTTestTrunkR18NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR18NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR18NumVldnTestCall     INTEGER,
    rVTTestTrunkR18NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR18NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR18NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR18NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR18NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR18NumVldnUDA1         Unsigned32,
    rVTTestTrunkR18NumVldnUDA2         Unsigned32,
    rVTTestTrunkR18NumVldnUDA3         Unsigned32,
    rVTTestTrunkR18NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR18RtgTestCall         INTEGER,
    rVTTestTrunkR18RtgModfdCldNum      DisplayString,
    rVTTestTrunkR18RtgOprCall          INTEGER,
    rVTTestTrunkR18RtgRtgControlInd    INTEGER,
    rVTTestTrunkR18RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR18RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR18RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR18RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR18T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR18T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR18T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR18T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR18T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR18RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR18RtgEchoCancellation INTEGER,
    rVTTestTrunkR18TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR18TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR18DiagsLogLvl         INTEGER,
    rVTTestTrunkR18DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR18DoExtraActions      INTEGER,
    rVTTestTrunkR18RowStatus           RowStatus,
    rVTTestTrunkR18NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR18NumVldnBillCallType INTEGER,
    rVTTestTrunkR18NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR18NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR18ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR18NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR18UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR18NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR18NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR18NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR18T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR18T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR18CldAddrScope        INTEGER,
    rVTTestTrunkR18ClgNumScope         INTEGER,
    rVTTestTrunkR18ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR18OprCall             INTEGER,
    rVTTestTrunkR18EchoCancellation    INTEGER,
    rVTTestTrunkR18ClgCategory         INTEGER,
    rVTTestTrunkR18CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR18ChargeNumANIPresent INTEGER,
    rVTTestTrunkR18ChargeNumANI        DisplayString,
    rVTTestTrunkR18BearerCapability    INTEGER,
    rVTTestTrunkR18OrigingExchangeAddr DisplayString,
    rVTTestTrunkR18PortedNum           DisplayString,
    rVTTestTrunkR18LNPLookupPerformed  INTEGER,
    rVTTestTrunkR18ReleaseControlMode  INTEGER,
    rVTTestTrunkR18DialedPrefix        INTEGER,
    rVTTestTrunkR18AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR18AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR18NumVldnClgCategory  INTEGER,
    rVTTestTrunkR18NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR18NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR18NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR18I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR18I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR18I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR18I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR18NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR18NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR18NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR18I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR18I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR18I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR18I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR18I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR18I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR18NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR18NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR18NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR18NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR18RtgFGDCarrID        DisplayString,
    rVTTestTrunkR18RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR18RtgChargeNumANI     DisplayString,
    rVTTestTrunkR18RtgDialedPrefix     INTEGER,
    rVTTestTrunkR18NVModCallPartyNum   DisplayString,
    rVTTestTrunkR18NVModChargeNum      DisplayString,
    rVTTestTrunkR18RtgModCallPartyNum  DisplayString,
    rVTTestTrunkR18RtgModChargeNum     DisplayString,
    rVTTestTrunkR18SIPType             INTEGER,
    rVTTestTrunkR18I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR18I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR18I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR18I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR18ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR18IncMCsIncluded      INTEGER,
    rVTTestTrunkR18T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR18T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR18T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR18T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR18T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR18T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR18T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR18T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR18T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR18T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR18T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR18IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR18T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR18T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR18T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR18T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR18T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR18T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR18T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR18T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR18T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR18T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR18T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR18IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR18ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR18ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR18ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR18T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR18T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR18T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR18T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR18T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR18T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR18T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR18T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR18T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR18T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR18T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR18T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR18T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR18T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR18T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR18T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR18ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR18ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR18ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR18NumVldnUDA4         Unsigned32,
    rVTTestTrunkR18NumVldnUDA5         Unsigned32,
    rVTTestTrunkR18NumVldnUDA6         Unsigned32,
    rVTTestTrunkR18NumVldnUDA7         Unsigned32,
    rVTTestTrunkR18NumVldnUDA8         Unsigned32,
    rVTTestTrunkR18NumVldnUDA9         Unsigned32,
    rVTTestTrunkR18NumVldnUDA10        Unsigned32,
    rVTTestTrunkR18NumVldnUDA11        Unsigned32,
    rVTTestTrunkR18NumVldnUDA12        Unsigned32,
    rVTTestTrunkR18NumVldnUDA13        Unsigned32,
    rVTTestTrunkR18NumVldnUDA14        Unsigned32,
    rVTTestTrunkR18NumVldnUDA15        Unsigned32,
    rVTTestTrunkR18NumVldnUDA16        Unsigned32,
    rVTTestTrunkR18NumVldnUDA17        Unsigned32,
    rVTTestTrunkR18NumVldnUDA18        Unsigned32,
    rVTTestTrunkR18NumVldnUDA19        Unsigned32,
    rVTTestTrunkR18NumVldnUDA20        Unsigned32,
    rVTTestTrunkR18NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR18RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR18IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR18NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR18SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR18SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR18SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR18SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR18SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR18SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR18SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR18SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR18SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR18SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR18SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR18SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR18NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR18DateAndTimeYear     Unsigned32,
    rVTTestTrunkR18DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR18DateAndTimeDate     Unsigned32,
    rVTTestTrunkR18HrAndTimeHr         Unsigned32,
    rVTTestTrunkR18MinAndTimeMin       Unsigned32,
    rVTTestTrunkR18NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR18SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR18SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR18SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR18SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR18SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR18SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR18SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR18SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR18SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR18NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR18SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR18SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR18SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR18SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR18SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR18SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR18SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR18SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR18SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR18SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR18SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR18SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR18NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR18NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR18NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR18NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR18NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR18RtgCldAddrScope     INTEGER,
    rVTTestTrunkR18LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR18ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR18ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR18RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR18RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR18PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR18PropagationDly      Unsigned32,
    rVTTestTrunkR18SatelliteIndPresent INTEGER,
    rVTTestTrunkR18SatelliteInd        Unsigned32,
    rVTTestTrunkR18IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR18IsupPreference      INTEGER,
    rVTTestTrunkR18GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR18GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR18GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR18GermanIsupSspParm   INTEGER,
    rVTTestTrunkR18ModfdClgNumScope    INTEGER,
    rVTTestTrunkR18ModfdGermanIsupUkkParm
                                       Integer32
  }

  rVTTestTrunkR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR18Entry  1 }

  rVTTestTrunkR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR18Entry  2 }

  rVTTestTrunkR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR18Entry  3 }

  rVTTestTrunkR18GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR18Entry  4 }

  rVTTestTrunkR18TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR18Entry  5 }

  rVTTestTrunkR18TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR18Entry  6 }

  rVTTestTrunkR18CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR18Entry  7 }

  rVTTestTrunkR18T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  12 }

  rVTTestTrunkR18T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  13 }

  rVTTestTrunkR18T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  14 }

  rVTTestTrunkR18T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  15 }

  rVTTestTrunkR18T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  16 }

  rVTTestTrunkR18T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  17 }

  rVTTestTrunkR18T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  18 }

  rVTTestTrunkR18T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  19 }

  rVTTestTrunkR18T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  20 }

  rVTTestTrunkR18T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  21 }

  rVTTestTrunkR18T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  22 }

  rVTTestTrunkR18T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  23 }

  rVTTestTrunkR18T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  24 }

  rVTTestTrunkR18T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  25 }

  rVTTestTrunkR18T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  26 }

  rVTTestTrunkR18T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  27 }

  rVTTestTrunkR18T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  28 }

  rVTTestTrunkR18ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR18Entry  29 }

  rVTTestTrunkR18AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR18Entry  30 }

  rVTTestTrunkR18PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR18Entry  31 }

  rVTTestTrunkR18UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR18Entry  32 }

  rVTTestTrunkR18IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR18Entry  33 }

  rVTTestTrunkR18InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR18Entry  34 }

  rVTTestTrunkR18ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR18Entry  35 }

  rVTTestTrunkR18ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR18Entry  36 }

  rVTTestTrunkR18TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR18Entry  37 }

  rVTTestTrunkR18TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR18Entry  38 }

  rVTTestTrunkR18TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR18Entry  39 }

  rVTTestTrunkR18CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR18Entry  40 }

  rVTTestTrunkR18NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR18Entry  42 }

  rVTTestTrunkR18NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR18Entry  43 }

  rVTTestTrunkR18NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR18Entry  44 }

  rVTTestTrunkR18AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR18Entry  45 }

  rVTTestTrunkR18NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR18Entry  46 }

  rVTTestTrunkR18NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR18Entry  47 }

  rVTTestTrunkR18NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR18Entry  48 }

  rVTTestTrunkR18NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR18Entry  49 }

  rVTTestTrunkR18NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR18Entry  50 }

  rVTTestTrunkR18NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR18Entry  51 }

  rVTTestTrunkR18NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR18Entry  52 }

  rVTTestTrunkR18NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR18Entry  53 }

  rVTTestTrunkR18NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR18Entry  54 }

  rVTTestTrunkR18NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR18Entry  55 }

  rVTTestTrunkR18NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR18Entry  56 }

  rVTTestTrunkR18NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR18Entry  57 }

  rVTTestTrunkR18RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR18Entry  59 }

  rVTTestTrunkR18RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR18Entry  60 }

  rVTTestTrunkR18RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR18Entry  61 }

  rVTTestTrunkR18RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR18Entry  62 }

  rVTTestTrunkR18RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR18Entry  63 }

  rVTTestTrunkR18RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR18Entry  64 }

  rVTTestTrunkR18RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR18Entry  65 }

  rVTTestTrunkR18RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR18Entry  66 }

  rVTTestTrunkR18T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  67 }

  rVTTestTrunkR18T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  68 }

  rVTTestTrunkR18T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  69 }

  rVTTestTrunkR18T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  70 }

  rVTTestTrunkR18T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  71 }

  rVTTestTrunkR18T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  72 }

  rVTTestTrunkR18T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  73 }

  rVTTestTrunkR18T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  74 }

  rVTTestTrunkR18T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  75 }

  rVTTestTrunkR18T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  76 }

  rVTTestTrunkR18T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  77 }

  rVTTestTrunkR18T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  78 }

  rVTTestTrunkR18T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  79 }

  rVTTestTrunkR18T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  80 }

  rVTTestTrunkR18T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  81 }

  rVTTestTrunkR18T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  82 }

  rVTTestTrunkR18T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  83 }

  rVTTestTrunkR18RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR18Entry  84 }

  rVTTestTrunkR18RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR18Entry  85 }

  rVTTestTrunkR18RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR18Entry  86 }

  rVTTestTrunkR18TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR18Entry  87 }

  rVTTestTrunkR18TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR18Entry  88 }

  rVTTestTrunkR18DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR18Entry  90 }

  rVTTestTrunkR18DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR18Entry  91 }

  rVTTestTrunkR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR18Entry  93 }

  rVTTestTrunkR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR18Entry  94 }

  rVTTestTrunkR18NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR18Entry  96 }

  rVTTestTrunkR18NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR18Entry  97 }

  rVTTestTrunkR18NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR18Entry  98 }

  rVTTestTrunkR18NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR18Entry  99 }

  rVTTestTrunkR18ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR18Entry  100 }

  rVTTestTrunkR18NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR18Entry  101 }

  rVTTestTrunkR18UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR18Entry  102 }

  rVTTestTrunkR18NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR18Entry  103 }

  rVTTestTrunkR18NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR18Entry  104 }

  rVTTestTrunkR18NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR18Entry  105 }

  rVTTestTrunkR18T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  106 }

  rVTTestTrunkR18T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  107 }

  rVTTestTrunkR18T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  108 }

  rVTTestTrunkR18T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  109 }

  rVTTestTrunkR18T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  110 }

  rVTTestTrunkR18CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR18Entry  111 }

  rVTTestTrunkR18ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR18Entry  112 }

  rVTTestTrunkR18ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR18Entry  113 }

  rVTTestTrunkR18OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR18Entry  114 }

  rVTTestTrunkR18EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR18Entry  115 }

  rVTTestTrunkR18ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR18Entry  116 }

  rVTTestTrunkR18CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR18Entry  117 }

  rVTTestTrunkR18ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR18Entry  118 }

  rVTTestTrunkR18ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR18Entry  119 }

  rVTTestTrunkR18BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR18Entry  120 }

  rVTTestTrunkR18OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR18Entry  121 }

  rVTTestTrunkR18PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR18Entry  122 }

  rVTTestTrunkR18LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR18Entry  123 }

  rVTTestTrunkR18ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR18Entry  124 }

  rVTTestTrunkR18DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR18Entry  125 }

  rVTTestTrunkR18AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR18Entry  126 }

  rVTTestTrunkR18AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR18Entry  127 }

  rVTTestTrunkR18NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR18Entry  128 }

  rVTTestTrunkR18NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR18Entry  129 }

  rVTTestTrunkR18NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR18Entry  130 }

  rVTTestTrunkR18NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR18Entry  131 }

  rVTTestTrunkR18I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR18Entry  132 }

  rVTTestTrunkR18I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR18Entry  133 }

  rVTTestTrunkR18I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR18Entry  134 }

  rVTTestTrunkR18I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR18Entry  135 }

  rVTTestTrunkR18NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR18Entry  136 }

  rVTTestTrunkR18NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR18Entry  137 }

  rVTTestTrunkR18NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR18Entry  138 }

  rVTTestTrunkR18I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR18Entry  139 }

  rVTTestTrunkR18I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR18Entry  140 }

  rVTTestTrunkR18I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR18Entry  141 }

  rVTTestTrunkR18I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR18Entry  142 }

  rVTTestTrunkR18I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR18Entry  143 }

  rVTTestTrunkR18I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR18Entry  144 }

  rVTTestTrunkR18NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR18Entry  145 }

  rVTTestTrunkR18NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR18Entry  146 }

  rVTTestTrunkR18NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR18Entry  147 }

  rVTTestTrunkR18NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR18Entry  148 }

  rVTTestTrunkR18RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR18Entry  149 }

  rVTTestTrunkR18RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR18Entry  150 }

  rVTTestTrunkR18RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR18Entry  151 }

  rVTTestTrunkR18RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR18Entry  152 }

  rVTTestTrunkR18NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR18Entry  153 }

  rVTTestTrunkR18NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR18Entry  154 }

  rVTTestTrunkR18RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestTrunkR18Entry  155 }

  rVTTestTrunkR18RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR18Entry  156 }

  rVTTestTrunkR18SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR18Entry  157 }

  rVTTestTrunkR18I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR18Entry  158 }

  rVTTestTrunkR18I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR18Entry  159 }

  rVTTestTrunkR18I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR18Entry  160 }

  rVTTestTrunkR18I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR18Entry  161 }

  rVTTestTrunkR18ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  162 }

  rVTTestTrunkR18IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR18Entry  163 }

  rVTTestTrunkR18T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  164 }

  rVTTestTrunkR18T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  165 }

  rVTTestTrunkR18T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  166 }

  rVTTestTrunkR18T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  167 }

  rVTTestTrunkR18T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  168 }

  rVTTestTrunkR18T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  169 }

  rVTTestTrunkR18T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  171 }

  rVTTestTrunkR18T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  172 }

  rVTTestTrunkR18T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  173 }

  rVTTestTrunkR18T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  174 }

  rVTTestTrunkR18T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  175 }

  rVTTestTrunkR18T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  176 }

  rVTTestTrunkR18T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  178 }

  rVTTestTrunkR18T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  179 }

  rVTTestTrunkR18T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  180 }

  rVTTestTrunkR18T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  181 }

  rVTTestTrunkR18T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  182 }

  rVTTestTrunkR18T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  184 }

  rVTTestTrunkR18T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  185 }

  rVTTestTrunkR18T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  186 }

  rVTTestTrunkR18T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  187 }

  rVTTestTrunkR18T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  188 }

  rVTTestTrunkR18IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  189 }

  rVTTestTrunkR18T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  190 }

  rVTTestTrunkR18T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  191 }

  rVTTestTrunkR18T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  192 }

  rVTTestTrunkR18T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  193 }

  rVTTestTrunkR18T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  194 }

  rVTTestTrunkR18T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  195 }

  rVTTestTrunkR18T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  197 }

  rVTTestTrunkR18T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  198 }

  rVTTestTrunkR18T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  199 }

  rVTTestTrunkR18T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  200 }

  rVTTestTrunkR18T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  201 }

  rVTTestTrunkR18T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  202 }

  rVTTestTrunkR18T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  204 }

  rVTTestTrunkR18T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  205 }

  rVTTestTrunkR18T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  206 }

  rVTTestTrunkR18T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  207 }

  rVTTestTrunkR18T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  208 }

  rVTTestTrunkR18T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  210 }

  rVTTestTrunkR18T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  211 }

  rVTTestTrunkR18T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  212 }

  rVTTestTrunkR18T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  213 }

  rVTTestTrunkR18T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  214 }

  rVTTestTrunkR18IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  215 }

  rVTTestTrunkR18T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  216 }

  rVTTestTrunkR18T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  217 }

  rVTTestTrunkR18T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  218 }

  rVTTestTrunkR18T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  219 }

  rVTTestTrunkR18T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  220 }

  rVTTestTrunkR18T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  221 }

  rVTTestTrunkR18T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  223 }

  rVTTestTrunkR18T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  224 }

  rVTTestTrunkR18T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  225 }

  rVTTestTrunkR18T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  226 }

  rVTTestTrunkR18T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  227 }

  rVTTestTrunkR18T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  228 }

  rVTTestTrunkR18T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  230 }

  rVTTestTrunkR18T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  231 }

  rVTTestTrunkR18T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  232 }

  rVTTestTrunkR18T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  233 }

  rVTTestTrunkR18T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  234 }

  rVTTestTrunkR18T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  236 }

  rVTTestTrunkR18T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  237 }

  rVTTestTrunkR18T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  238 }

  rVTTestTrunkR18T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  239 }

  rVTTestTrunkR18T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  240 }

  rVTTestTrunkR18IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  241 }

  rVTTestTrunkR18T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  242 }

  rVTTestTrunkR18T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  243 }

  rVTTestTrunkR18T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  244 }

  rVTTestTrunkR18T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  245 }

  rVTTestTrunkR18T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  246 }

  rVTTestTrunkR18T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  247 }

  rVTTestTrunkR18T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  249 }

  rVTTestTrunkR18T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  250 }

  rVTTestTrunkR18T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  251 }

  rVTTestTrunkR18T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  252 }

  rVTTestTrunkR18T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  253 }

  rVTTestTrunkR18T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  254 }

  rVTTestTrunkR18T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  256 }

  rVTTestTrunkR18T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  257 }

  rVTTestTrunkR18T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  258 }

  rVTTestTrunkR18T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  259 }

  rVTTestTrunkR18T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  260 }

  rVTTestTrunkR18T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  262 }

  rVTTestTrunkR18T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  263 }

  rVTTestTrunkR18T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  264 }

  rVTTestTrunkR18T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  265 }

  rVTTestTrunkR18T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  266 }

  rVTTestTrunkR18IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  267 }

  rVTTestTrunkR18T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  268 }

  rVTTestTrunkR18T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  269 }

  rVTTestTrunkR18T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  270 }

  rVTTestTrunkR18T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  271 }

  rVTTestTrunkR18T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  272 }

  rVTTestTrunkR18T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  273 }

  rVTTestTrunkR18T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  275 }

  rVTTestTrunkR18T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  276 }

  rVTTestTrunkR18T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  277 }

  rVTTestTrunkR18T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  278 }

  rVTTestTrunkR18T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  279 }

  rVTTestTrunkR18T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  280 }

  rVTTestTrunkR18T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  282 }

  rVTTestTrunkR18T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  283 }

  rVTTestTrunkR18T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  284 }

  rVTTestTrunkR18T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  285 }

  rVTTestTrunkR18T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  286 }

  rVTTestTrunkR18T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  288 }

  rVTTestTrunkR18T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  289 }

  rVTTestTrunkR18T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  290 }

  rVTTestTrunkR18T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  291 }

  rVTTestTrunkR18T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  292 }

  rVTTestTrunkR18IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  293 }

  rVTTestTrunkR18T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  294 }

  rVTTestTrunkR18T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  295 }

  rVTTestTrunkR18T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  296 }

  rVTTestTrunkR18T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  297 }

  rVTTestTrunkR18T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  298 }

  rVTTestTrunkR18T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  299 }

  rVTTestTrunkR18T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  301 }

  rVTTestTrunkR18T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  302 }

  rVTTestTrunkR18T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  303 }

  rVTTestTrunkR18T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  304 }

  rVTTestTrunkR18T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  305 }

  rVTTestTrunkR18T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  306 }

  rVTTestTrunkR18T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  308 }

  rVTTestTrunkR18T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  309 }

  rVTTestTrunkR18T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  310 }

  rVTTestTrunkR18T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  311 }

  rVTTestTrunkR18T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  312 }

  rVTTestTrunkR18T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  314 }

  rVTTestTrunkR18T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  315 }

  rVTTestTrunkR18T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  316 }

  rVTTestTrunkR18T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  317 }

  rVTTestTrunkR18T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  318 }

  rVTTestTrunkR18IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  319 }

  rVTTestTrunkR18T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  320 }

  rVTTestTrunkR18T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  321 }

  rVTTestTrunkR18T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  322 }

  rVTTestTrunkR18T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  323 }

  rVTTestTrunkR18T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  324 }

  rVTTestTrunkR18T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  325 }

  rVTTestTrunkR18T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  327 }

  rVTTestTrunkR18T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  328 }

  rVTTestTrunkR18T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  329 }

  rVTTestTrunkR18T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  330 }

  rVTTestTrunkR18T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  331 }

  rVTTestTrunkR18T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  332 }

  rVTTestTrunkR18T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  334 }

  rVTTestTrunkR18T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  335 }

  rVTTestTrunkR18T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  336 }

  rVTTestTrunkR18T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  337 }

  rVTTestTrunkR18T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  338 }

  rVTTestTrunkR18T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  340 }

  rVTTestTrunkR18T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  341 }

  rVTTestTrunkR18T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  342 }

  rVTTestTrunkR18T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  343 }

  rVTTestTrunkR18T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  344 }

  rVTTestTrunkR18IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  345 }

  rVTTestTrunkR18T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  346 }

  rVTTestTrunkR18T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  347 }

  rVTTestTrunkR18T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  348 }

  rVTTestTrunkR18T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  349 }

  rVTTestTrunkR18T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  350 }

  rVTTestTrunkR18T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  351 }

  rVTTestTrunkR18T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  353 }

  rVTTestTrunkR18T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  354 }

  rVTTestTrunkR18T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  355 }

  rVTTestTrunkR18T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  356 }

  rVTTestTrunkR18T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  357 }

  rVTTestTrunkR18T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  358 }

  rVTTestTrunkR18T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  360 }

  rVTTestTrunkR18T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  361 }

  rVTTestTrunkR18T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  362 }

  rVTTestTrunkR18T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  363 }

  rVTTestTrunkR18T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  364 }

  rVTTestTrunkR18T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  366 }

  rVTTestTrunkR18T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  367 }

  rVTTestTrunkR18T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  368 }

  rVTTestTrunkR18T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  369 }

  rVTTestTrunkR18T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  370 }

  rVTTestTrunkR18IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  371 }

  rVTTestTrunkR18T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  372 }

  rVTTestTrunkR18T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  373 }

  rVTTestTrunkR18T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  374 }

  rVTTestTrunkR18T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  375 }

  rVTTestTrunkR18T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  376 }

  rVTTestTrunkR18T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  377 }

  rVTTestTrunkR18T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  379 }

  rVTTestTrunkR18T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  380 }

  rVTTestTrunkR18T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  381 }

  rVTTestTrunkR18T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  382 }

  rVTTestTrunkR18T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  383 }

  rVTTestTrunkR18T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  384 }

  rVTTestTrunkR18T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  386 }

  rVTTestTrunkR18T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  387 }

  rVTTestTrunkR18T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  388 }

  rVTTestTrunkR18T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  389 }

  rVTTestTrunkR18T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  390 }

  rVTTestTrunkR18T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  392 }

  rVTTestTrunkR18T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  393 }

  rVTTestTrunkR18T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  394 }

  rVTTestTrunkR18T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  395 }

  rVTTestTrunkR18T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  396 }

  rVTTestTrunkR18IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  397 }

  rVTTestTrunkR18T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  398 }

  rVTTestTrunkR18T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  399 }

  rVTTestTrunkR18T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  400 }

  rVTTestTrunkR18T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  401 }

  rVTTestTrunkR18T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  402 }

  rVTTestTrunkR18T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  403 }

  rVTTestTrunkR18T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  405 }

  rVTTestTrunkR18T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  406 }

  rVTTestTrunkR18T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  407 }

  rVTTestTrunkR18T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  408 }

  rVTTestTrunkR18T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  409 }

  rVTTestTrunkR18T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  410 }

  rVTTestTrunkR18T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  412 }

  rVTTestTrunkR18T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  413 }

  rVTTestTrunkR18T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  414 }

  rVTTestTrunkR18T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  415 }

  rVTTestTrunkR18T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  416 }

  rVTTestTrunkR18T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  418 }

  rVTTestTrunkR18T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  419 }

  rVTTestTrunkR18T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  420 }

  rVTTestTrunkR18T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  421 }

  rVTTestTrunkR18T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  422 }

  rVTTestTrunkR18IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  423 }

  rVTTestTrunkR18ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR18Entry  424 }

  rVTTestTrunkR18ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR18Entry  425 }

  rVTTestTrunkR18T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  426 }

  rVTTestTrunkR18T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  427 }

  rVTTestTrunkR18T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  428 }

  rVTTestTrunkR18T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  429 }

  rVTTestTrunkR18T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  430 }

  rVTTestTrunkR18T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  431 }

  rVTTestTrunkR18T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  433 }

  rVTTestTrunkR18T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  434 }

  rVTTestTrunkR18T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  435 }

  rVTTestTrunkR18T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  436 }

  rVTTestTrunkR18T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  437 }

  rVTTestTrunkR18T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  438 }

  rVTTestTrunkR18T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  440 }

  rVTTestTrunkR18T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  441 }

  rVTTestTrunkR18T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  442 }

  rVTTestTrunkR18T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  443 }

  rVTTestTrunkR18T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  444 }

  rVTTestTrunkR18T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  446 }

  rVTTestTrunkR18T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  447 }

  rVTTestTrunkR18T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  448 }

  rVTTestTrunkR18T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  449 }

  rVTTestTrunkR18T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  450 }

  rVTTestTrunkR18ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  451 }

  rVTTestTrunkR18T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  452 }

  rVTTestTrunkR18T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  453 }

  rVTTestTrunkR18T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  454 }

  rVTTestTrunkR18T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  455 }

  rVTTestTrunkR18T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  456 }

  rVTTestTrunkR18T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  457 }

  rVTTestTrunkR18T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  459 }

  rVTTestTrunkR18T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  460 }

  rVTTestTrunkR18T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  461 }

  rVTTestTrunkR18T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  462 }

  rVTTestTrunkR18T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  463 }

  rVTTestTrunkR18T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  464 }

  rVTTestTrunkR18T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  466 }

  rVTTestTrunkR18T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  467 }

  rVTTestTrunkR18T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  468 }

  rVTTestTrunkR18T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  469 }

  rVTTestTrunkR18T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  470 }

  rVTTestTrunkR18T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  472 }

  rVTTestTrunkR18T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  473 }

  rVTTestTrunkR18T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  474 }

  rVTTestTrunkR18T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  475 }

  rVTTestTrunkR18T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  476 }

  rVTTestTrunkR18ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  477 }

  rVTTestTrunkR18T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  478 }

  rVTTestTrunkR18T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  479 }

  rVTTestTrunkR18T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  480 }

  rVTTestTrunkR18T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  481 }

  rVTTestTrunkR18T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  482 }

  rVTTestTrunkR18T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  483 }

  rVTTestTrunkR18T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  485 }

  rVTTestTrunkR18T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  486 }

  rVTTestTrunkR18T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  487 }

  rVTTestTrunkR18T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  488 }

  rVTTestTrunkR18T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  489 }

  rVTTestTrunkR18T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  490 }

  rVTTestTrunkR18T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  492 }

  rVTTestTrunkR18T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  493 }

  rVTTestTrunkR18T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  494 }

  rVTTestTrunkR18T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  495 }

  rVTTestTrunkR18T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  496 }

  rVTTestTrunkR18T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  498 }

  rVTTestTrunkR18T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  499 }

  rVTTestTrunkR18T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  500 }

  rVTTestTrunkR18T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  501 }

  rVTTestTrunkR18T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  502 }

  rVTTestTrunkR18ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  503 }

  rVTTestTrunkR18T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  504 }

  rVTTestTrunkR18T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  505 }

  rVTTestTrunkR18T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  506 }

  rVTTestTrunkR18T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  507 }

  rVTTestTrunkR18T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  508 }

  rVTTestTrunkR18T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  509 }

  rVTTestTrunkR18T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  511 }

  rVTTestTrunkR18T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  512 }

  rVTTestTrunkR18T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  513 }

  rVTTestTrunkR18T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  514 }

  rVTTestTrunkR18T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  515 }

  rVTTestTrunkR18T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  516 }

  rVTTestTrunkR18T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  518 }

  rVTTestTrunkR18T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  519 }

  rVTTestTrunkR18T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  520 }

  rVTTestTrunkR18T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  521 }

  rVTTestTrunkR18T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  522 }

  rVTTestTrunkR18T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  524 }

  rVTTestTrunkR18T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  525 }

  rVTTestTrunkR18T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  526 }

  rVTTestTrunkR18T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  527 }

  rVTTestTrunkR18T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  528 }

  rVTTestTrunkR18ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  529 }

  rVTTestTrunkR18T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  530 }

  rVTTestTrunkR18T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  531 }

  rVTTestTrunkR18T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  532 }

  rVTTestTrunkR18T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  533 }

  rVTTestTrunkR18T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  534 }

  rVTTestTrunkR18T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  535 }

  rVTTestTrunkR18T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  537 }

  rVTTestTrunkR18T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  538 }

  rVTTestTrunkR18T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  539 }

  rVTTestTrunkR18T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  540 }

  rVTTestTrunkR18T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  541 }

  rVTTestTrunkR18T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  542 }

  rVTTestTrunkR18T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  544 }

  rVTTestTrunkR18T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  545 }

  rVTTestTrunkR18T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  546 }

  rVTTestTrunkR18T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  547 }

  rVTTestTrunkR18T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  548 }

  rVTTestTrunkR18T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  550 }

  rVTTestTrunkR18T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  551 }

  rVTTestTrunkR18T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  552 }

  rVTTestTrunkR18T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  553 }

  rVTTestTrunkR18T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  554 }

  rVTTestTrunkR18ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  555 }

  rVTTestTrunkR18T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  556 }

  rVTTestTrunkR18T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  557 }

  rVTTestTrunkR18T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  558 }

  rVTTestTrunkR18T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  559 }

  rVTTestTrunkR18T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  560 }

  rVTTestTrunkR18T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  561 }

  rVTTestTrunkR18T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  563 }

  rVTTestTrunkR18T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  564 }

  rVTTestTrunkR18T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  565 }

  rVTTestTrunkR18T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  566 }

  rVTTestTrunkR18T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  567 }

  rVTTestTrunkR18T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  568 }

  rVTTestTrunkR18T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  570 }

  rVTTestTrunkR18T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  571 }

  rVTTestTrunkR18T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  572 }

  rVTTestTrunkR18T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  573 }

  rVTTestTrunkR18T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  574 }

  rVTTestTrunkR18T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  576 }

  rVTTestTrunkR18T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  577 }

  rVTTestTrunkR18T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  578 }

  rVTTestTrunkR18T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  579 }

  rVTTestTrunkR18T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  580 }

  rVTTestTrunkR18ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  581 }

  rVTTestTrunkR18T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  582 }

  rVTTestTrunkR18T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  583 }

  rVTTestTrunkR18T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  584 }

  rVTTestTrunkR18T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  585 }

  rVTTestTrunkR18T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  586 }

  rVTTestTrunkR18T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  587 }

  rVTTestTrunkR18T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  589 }

  rVTTestTrunkR18T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  590 }

  rVTTestTrunkR18T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  591 }

  rVTTestTrunkR18T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  592 }

  rVTTestTrunkR18T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  593 }

  rVTTestTrunkR18T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  594 }

  rVTTestTrunkR18T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  596 }

  rVTTestTrunkR18T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  597 }

  rVTTestTrunkR18T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  598 }

  rVTTestTrunkR18T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  599 }

  rVTTestTrunkR18T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  600 }

  rVTTestTrunkR18T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  602 }

  rVTTestTrunkR18T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  603 }

  rVTTestTrunkR18T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  604 }

  rVTTestTrunkR18T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  605 }

  rVTTestTrunkR18T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  606 }

  rVTTestTrunkR18ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  607 }

  rVTTestTrunkR18T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  608 }

  rVTTestTrunkR18T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  609 }

  rVTTestTrunkR18T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  610 }

  rVTTestTrunkR18T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  611 }

  rVTTestTrunkR18T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  612 }

  rVTTestTrunkR18T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  613 }

  rVTTestTrunkR18T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  615 }

  rVTTestTrunkR18T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  616 }

  rVTTestTrunkR18T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  617 }

  rVTTestTrunkR18T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  618 }

  rVTTestTrunkR18T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  619 }

  rVTTestTrunkR18T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  620 }

  rVTTestTrunkR18T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  622 }

  rVTTestTrunkR18T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  623 }

  rVTTestTrunkR18T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  624 }

  rVTTestTrunkR18T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  625 }

  rVTTestTrunkR18T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  626 }

  rVTTestTrunkR18T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  628 }

  rVTTestTrunkR18T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  629 }

  rVTTestTrunkR18T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  630 }

  rVTTestTrunkR18T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  631 }

  rVTTestTrunkR18T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  632 }

  rVTTestTrunkR18ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  633 }

  rVTTestTrunkR18T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  634 }

  rVTTestTrunkR18T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  635 }

  rVTTestTrunkR18T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  636 }

  rVTTestTrunkR18T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  637 }

  rVTTestTrunkR18T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  638 }

  rVTTestTrunkR18T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  639 }

  rVTTestTrunkR18T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  641 }

  rVTTestTrunkR18T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  642 }

  rVTTestTrunkR18T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  643 }

  rVTTestTrunkR18T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  644 }

  rVTTestTrunkR18T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  645 }

  rVTTestTrunkR18T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  646 }

  rVTTestTrunkR18T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  648 }

  rVTTestTrunkR18T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  649 }

  rVTTestTrunkR18T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  650 }

  rVTTestTrunkR18T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  651 }

  rVTTestTrunkR18T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  652 }

  rVTTestTrunkR18T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  654 }

  rVTTestTrunkR18T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  655 }

  rVTTestTrunkR18T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  656 }

  rVTTestTrunkR18T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  657 }

  rVTTestTrunkR18T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  658 }

  rVTTestTrunkR18ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  659 }

  rVTTestTrunkR18T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  660 }

  rVTTestTrunkR18T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  661 }

  rVTTestTrunkR18T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  662 }

  rVTTestTrunkR18T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  663 }

  rVTTestTrunkR18T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  664 }

  rVTTestTrunkR18T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  665 }

  rVTTestTrunkR18T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  667 }

  rVTTestTrunkR18T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  668 }

  rVTTestTrunkR18T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  669 }

  rVTTestTrunkR18T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  670 }

  rVTTestTrunkR18T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  671 }

  rVTTestTrunkR18T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR18Entry  672 }

  rVTTestTrunkR18T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  674 }

  rVTTestTrunkR18T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  675 }

  rVTTestTrunkR18T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  676 }

  rVTTestTrunkR18T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  677 }

  rVTTestTrunkR18T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR18Entry  678 }

  rVTTestTrunkR18T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  680 }

  rVTTestTrunkR18T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  681 }

  rVTTestTrunkR18T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  682 }

  rVTTestTrunkR18T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  683 }

  rVTTestTrunkR18T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR18Entry  684 }

  rVTTestTrunkR18ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR18Entry  685 }

  rVTTestTrunkR18ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR18Entry  686 }

  rVTTestTrunkR18ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR18Entry  687 }

  rVTTestTrunkR18NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR18Entry  688 }

  rVTTestTrunkR18NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR18Entry  689 }

  rVTTestTrunkR18NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR18Entry  690 }

  rVTTestTrunkR18NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR18Entry  691 }

  rVTTestTrunkR18NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR18Entry  692 }

  rVTTestTrunkR18NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR18Entry  693 }

  rVTTestTrunkR18NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR18Entry  694 }

  rVTTestTrunkR18NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR18Entry  695 }

  rVTTestTrunkR18NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR18Entry  696 }

  rVTTestTrunkR18NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR18Entry  697 }

  rVTTestTrunkR18NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR18Entry  698 }

  rVTTestTrunkR18NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR18Entry  699 }

  rVTTestTrunkR18NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR18Entry  700 }

  rVTTestTrunkR18NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR18Entry  701 }

  rVTTestTrunkR18NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR18Entry  702 }

  rVTTestTrunkR18NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR18Entry  703 }

  rVTTestTrunkR18NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR18Entry  704 }

  rVTTestTrunkR18NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR18Entry  705 }

  rVTTestTrunkR18RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR18Entry  706 }

  rVTTestTrunkR18IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR18Entry  708 }

  rVTTestTrunkR18NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR18Entry  709 }

  rVTTestTrunkR18SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  800 }

  rVTTestTrunkR18SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  801 }

  rVTTestTrunkR18SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  802 }

  rVTTestTrunkR18SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  803 }

  rVTTestTrunkR18SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  804 }

  rVTTestTrunkR18SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  805 }

  rVTTestTrunkR18SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  806 }

  rVTTestTrunkR18SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR18Entry  807 }

  rVTTestTrunkR18SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  808 }

  rVTTestTrunkR18SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  812 }

  rVTTestTrunkR18SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  813 }

  rVTTestTrunkR18SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  814 }

  rVTTestTrunkR18NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR18Entry  815 }

  rVTTestTrunkR18DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR18Entry  816 }

  rVTTestTrunkR18DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR18Entry  817 }

  rVTTestTrunkR18DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR18Entry  818 }

  rVTTestTrunkR18HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR18Entry  819 }

  rVTTestTrunkR18MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR18Entry  820 }

  rVTTestTrunkR18NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR18Entry  821 }

  rVTTestTrunkR18SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  822 }

  rVTTestTrunkR18SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  823 }

  rVTTestTrunkR18SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  824 }

  rVTTestTrunkR18SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  825 }

  rVTTestTrunkR18SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  826 }

  rVTTestTrunkR18SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  827 }

  rVTTestTrunkR18SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  828 }

  rVTTestTrunkR18SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  829 }

  rVTTestTrunkR18SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  830 }

  rVTTestTrunkR18NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR18Entry  831 }

  rVTTestTrunkR18SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  832 }

  rVTTestTrunkR18SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  833 }

  rVTTestTrunkR18SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  834 }

  rVTTestTrunkR18SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  835 }

  rVTTestTrunkR18SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  836 }

  rVTTestTrunkR18SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  837 }

  rVTTestTrunkR18SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  838 }

  rVTTestTrunkR18SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  839 }

  rVTTestTrunkR18SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  840 }

  rVTTestTrunkR18SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  841 }

  rVTTestTrunkR18SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR18Entry  842 }

  rVTTestTrunkR18SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR18Entry  843 }

  rVTTestTrunkR18NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR18Entry  844 }

  rVTTestTrunkR18NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR18Entry  845 }

  rVTTestTrunkR18NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR18Entry  846 }

  rVTTestTrunkR18NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR18Entry  847 }

  rVTTestTrunkR18NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR18Entry  848 }

  rVTTestTrunkR18RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR18Entry  849 }

  rVTTestTrunkR18LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR18Entry  850 }

  rVTTestTrunkR18ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR18Entry  851 }

  rVTTestTrunkR18ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR18Entry  852 }

  rVTTestTrunkR18RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR18Entry  853 }

  rVTTestTrunkR18RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR18Entry  854 }

  rVTTestTrunkR18PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR18Entry  855 }

  rVTTestTrunkR18PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR18Entry  856 }

  rVTTestTrunkR18SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR18Entry  857 }

  rVTTestTrunkR18SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR18Entry  858 }

  rVTTestTrunkR18IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR18Entry  859 }

  rVTTestTrunkR18IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR18Entry  860 }

  rVTTestTrunkR18GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR18Entry  861 }

  rVTTestTrunkR18GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR18Entry  862 }

  rVTTestTrunkR18GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR18Entry  863 }

  rVTTestTrunkR18GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR18Entry  864 }

  rVTTestTrunkR18ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR18Entry  865 }

  rVTTestTrunkR18ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR18Entry  866 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  rVTTestSubR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2051 }

  rVTTestSubR21Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR21NEConn,
             rVTTestSubR21NetwkElement,
             rVTTestSubR21CFSIx,
             rVTTestSubR21GpIx,
             rVTTestSubR21TestIx }
    ::= {  rVTTestSubR21Table  1  }

  RVTTestSubR21Entry  ::=  SEQUENCE
  {
    rVTTestSubR21NEConn                Unsigned32,
    rVTTestSubR21NetwkElement          DisplayString,
    rVTTestSubR21CFSIx                 Unsigned32,
    rVTTestSubR21TestIx                Unsigned32,
    rVTTestSubR21TestName              DisplayString,
    rVTTestSubR21DialedNum             DisplayString,
    rVTTestSubR21SDActSubType          INTEGER,
    rVTTestSubR21SDDefSubType          INTEGER,
    rVTTestSubR21SDUseDefSubType       INTEGER,
    rVTTestSubR21I3SubGpCFSIx          Unsigned32,
    rVTTestSubR21I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR21BillType              INTEGER,
    rVTTestSubR21LongDistanceCarrID    DisplayString,
    rVTTestSubR21IntraLATACarrID       DisplayString,
    rVTTestSubR21TestRes               INTEGER,
    rVTTestSubR21CauseFail             INTEGER,
    rVTTestSubR21NumVldnCarrType       INTEGER,
    rVTTestSubR21NumVldnANIIIDigits    DisplayString,
    rVTTestSubR21NumVldnAreaCode       INTEGER,
    rVTTestSubR21NumVldnModfdCldNum    DisplayString,
    rVTTestSubR21NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR21NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR21NumVldnAllowHold      INTEGER,
    rVTTestSubR21NumVldnOprCall        INTEGER,
    rVTTestSubR21NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR21NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR21NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR21NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR21NumVldnTestCall       INTEGER,
    rVTTestSubR21NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR21NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR21NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR21NumVldnTransitNetwkID DisplayString,
    rVTTestSubR21NumVldnUSCallType     INTEGER,
    rVTTestSubR21NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR21NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR21NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR21RtgTestCall           INTEGER,
    rVTTestSubR21RtgModfdCldNum        DisplayString,
    rVTTestSubR21RtgOprCall            INTEGER,
    rVTTestSubR21RtgRtgControlInd      INTEGER,
    rVTTestSubR21RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR21RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR21RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR21RtgTransitNetwkID     DisplayString,
    rVTTestSubR21RtgTandemRtgCode      INTEGER,
    rVTTestSubR21RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR21RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR21DiagsLogLvl           INTEGER,
    rVTTestSubR21DiagsAPITraceTag      DisplayString,
    rVTTestSubR21RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR21DoExtraActions        INTEGER,
    rVTTestSubR21RowStatus             RowStatus,
    rVTTestSubR21T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR21T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR21T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR21T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR21T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR21GpIx                  Unsigned32,
    rVTTestSubR21UseTCAPIfReqd         INTEGER,
    rVTTestSubR21TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR21TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR21RtgOnSwitchSubType    INTEGER,
    rVTTestSubR21SubRtgAttrs           BITS,
    rVTTestSubR21NumVldnETSICallType   INTEGER,
    rVTTestSubR21NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR21RtgEchoCancellation   INTEGER,
    rVTTestSubR21IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR21IgnoreTermAppServer   INTEGER,
    rVTTestSubR21NumVldnUDA1           Unsigned32,
    rVTTestSubR21NumVldnUDA2           Unsigned32,
    rVTTestSubR21NumVldnUDA3           Unsigned32,
    rVTTestSubR21NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR21IntnatlCarrID         DisplayString,
    rVTTestSubR21T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR21T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR21T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR21T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21LCC1                  INTEGER,
    rVTTestSubR21LCC2                  INTEGER,
    rVTTestSubR21LCC3                  INTEGER,
    rVTTestSubR21LCC4                  INTEGER,
    rVTTestSubR21LCC5                  INTEGER,
    rVTTestSubR21NumVldnBillCallType   INTEGER,
    rVTTestSubR21NumVldnStructureCode  INTEGER,
    rVTTestSubR21NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR21NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR21NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR21NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR21NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR21NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR21T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR21T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR21T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR21T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR21I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR21I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR21I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR21NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR21NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR21NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR21I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR21I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR21I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR21I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR21I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR21I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR21NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR21NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR21NumVldnValidAuthCodes INTEGER,
    rVTTestSubR21NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR21ChargeNum             DisplayString,
    rVTTestSubR21AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR21AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR21NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR21I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR21NVModCallPartyNum     DisplayString,
    rVTTestSubR21NVModChargeNum        DisplayString,
    rVTTestSubR21RtgModCallPartyNum    DisplayString,
    rVTTestSubR21RtgModChargeNum       DisplayString,
    rVTTestSubR21LCC6                  INTEGER,
    rVTTestSubR21LCC7                  INTEGER,
    rVTTestSubR21LCC8                  INTEGER,
    rVTTestSubR21LCC9                  INTEGER,
    rVTTestSubR21LCC10                 INTEGER,
    rVTTestSubR21LCC11                 INTEGER,
    rVTTestSubR21LCC12                 INTEGER,
    rVTTestSubR21LCC13                 INTEGER,
    rVTTestSubR21LCC14                 INTEGER,
    rVTTestSubR21LCC15                 INTEGER,
    rVTTestSubR21LCC16                 INTEGER,
    rVTTestSubR21LCC17                 INTEGER,
    rVTTestSubR21LCC18                 INTEGER,
    rVTTestSubR21LCC19                 INTEGER,
    rVTTestSubR21LCC20                 INTEGER,
    rVTTestSubR21I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR21I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR21I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR21I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR21ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR21IncMCsIncluded        INTEGER,
    rVTTestSubR21T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR21IncMCs1OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR21IncMCs2OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR21IncMCs3OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR21IncMCs4OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR21IncMCs5OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR21IncMCs6OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR21IncMCs7OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR21IncMCs8OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR21T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR21T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR21T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR21T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR21T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR21T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR21T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR21T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR21T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR21T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR21T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR21IncMCs9OtherVals      INTEGER,
    rVTTestSubR21T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR21T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR21T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR21T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR21T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR21T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR21T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR21T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR21T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR21T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR21T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR21T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR21IncMCs10OtherVals     INTEGER,
    rVTTestSubR21ExpRsltExpRslt        INTEGER,
    rVTTestSubR21ExpRsltExpectedDest   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR21ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR21T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR21T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR21T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR21T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR21T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR21T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR21T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR21T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR21T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR21T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR21T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR21T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR21T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR21T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR21T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR21T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR21T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR21T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR21T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR21ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR21ExpRsltCauseFail      INTEGER,
    rVTTestSubR21ExpRsltResAsExpected  INTEGER,
    rVTTestSubR21NumVldnUDA4           Unsigned32,
    rVTTestSubR21NumVldnUDA5           Unsigned32,
    rVTTestSubR21NumVldnUDA6           Unsigned32,
    rVTTestSubR21NumVldnUDA7           Unsigned32,
    rVTTestSubR21NumVldnUDA8           Unsigned32,
    rVTTestSubR21NumVldnUDA9           Unsigned32,
    rVTTestSubR21NumVldnUDA10          Unsigned32,
    rVTTestSubR21NumVldnUDA11          Unsigned32,
    rVTTestSubR21NumVldnUDA12          Unsigned32,
    rVTTestSubR21NumVldnUDA13          Unsigned32,
    rVTTestSubR21NumVldnUDA14          Unsigned32,
    rVTTestSubR21NumVldnUDA15          Unsigned32,
    rVTTestSubR21NumVldnUDA16          Unsigned32,
    rVTTestSubR21NumVldnUDA17          Unsigned32,
    rVTTestSubR21NumVldnUDA18          Unsigned32,
    rVTTestSubR21NumVldnUDA19          Unsigned32,
    rVTTestSubR21NumVldnUDA20          Unsigned32,
    rVTTestSubR21NVMaxCallDurn         Unsigned32,
    rVTTestSubR21RtgMaxCallDurn        Unsigned32,
    rVTTestSubR21IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR21I1SubGpNEConn         Unsigned32,
    rVTTestSubR21I2SubGpNetwkElement   DisplayString,
    rVTTestSubR21SDActSubDirNum        DisplayString,
    rVTTestSubR21SDDefSubDirNum        DisplayString,
    rVTTestSubR21SDUseDefSubDirNum     INTEGER,
    rVTTestSubR21SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR21SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR21SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR21SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR21SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR21SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR21SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR21SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR21SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR21SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR21SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR21SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR21CldAddrScope          INTEGER,
    rVTTestSubR21SDActDialedBySub      INTEGER,
    rVTTestSubR21SDDefDialedBySub      INTEGER,
    rVTTestSubR21SDUseDefDialedBySub   INTEGER,
    rVTTestSubR21NumVldnAnnounces      LongDisplayString,
    rVTTestSubR21DateAndTimeYear       Unsigned32,
    rVTTestSubR21DateAndTimeMonth      Unsigned32,
    rVTTestSubR21DateAndTimeDate       Unsigned32,
    rVTTestSubR21HrAndTimeHr           Unsigned32,
    rVTTestSubR21MinAndTimeMin         Unsigned32,
    rVTTestSubR21NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR21NumVldnCldAddrScope   INTEGER,
    rVTTestSubR21RtgCldAddrScope       INTEGER,
    rVTTestSubR21IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR21I1LineGpNEConn        Unsigned32,
    rVTTestSubR21I2LineGpNetwkElement  DisplayString,
    rVTTestSubR21I3LineGpCFSIx         Unsigned32,
    rVTTestSubR21I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR21ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR21ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR21RtgDestTrnkGpID       DisplayString,
    rVTTestSubR21RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR21RtgRoutedToRPAS       INTEGER,
    rVTTestSubR21ModfdClgNumScope      INTEGER,
    rVTTestSubR21ModfdGermanIsupUkkParm
                                       Integer32
  }

  rVTTestSubR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR21Entry  1 }

  rVTTestSubR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR21Entry  2 }

  rVTTestSubR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR21Entry  3 }

  rVTTestSubR21TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR21Entry  4 }

  rVTTestSubR21TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR21Entry  5 }

  rVTTestSubR21DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR21Entry  10 }

  rVTTestSubR21SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  11 }

  rVTTestSubR21SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  12 }

  rVTTestSubR21SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR21Entry  13 }

  rVTTestSubR21I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  14 }

  rVTTestSubR21I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  15 }

  rVTTestSubR21BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR21Entry  16 }

  rVTTestSubR21LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR21Entry  17 }

  rVTTestSubR21IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR21Entry  18 }

  rVTTestSubR21TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR21Entry  19 }

  rVTTestSubR21CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR21Entry  20 }

  rVTTestSubR21NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR21Entry  21 }

  rVTTestSubR21NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR21Entry  22 }

  rVTTestSubR21NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR21Entry  23 }

  rVTTestSubR21NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR21Entry  24 }

  rVTTestSubR21NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR21Entry  25 }

  rVTTestSubR21NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR21Entry  26 }

  rVTTestSubR21NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR21Entry  27 }

  rVTTestSubR21NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR21Entry  28 }

  rVTTestSubR21NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR21Entry  29 }

  rVTTestSubR21NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR21Entry  30 }

  rVTTestSubR21NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR21Entry  31 }

  rVTTestSubR21NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR21Entry  32 }

  rVTTestSubR21NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR21Entry  33 }

  rVTTestSubR21NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR21Entry  34 }

  rVTTestSubR21NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR21Entry  35 }

  rVTTestSubR21NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR21Entry  36 }

  rVTTestSubR21NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR21Entry  37 }

  rVTTestSubR21NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR21Entry  38 }

  rVTTestSubR21NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR21Entry  39 }

  rVTTestSubR21NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR21Entry  40 }

  rVTTestSubR21NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR21Entry  41 }

  rVTTestSubR21RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR21Entry  42 }

  rVTTestSubR21RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR21Entry  43 }

  rVTTestSubR21RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR21Entry  44 }

  rVTTestSubR21RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR21Entry  45 }

  rVTTestSubR21RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR21Entry  46 }

  rVTTestSubR21RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR21Entry  47 }

  rVTTestSubR21RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR21Entry  48 }

  rVTTestSubR21RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR21Entry  49 }

  rVTTestSubR21RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR21Entry  50 }

  rVTTestSubR21RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR21Entry  51 }

  rVTTestSubR21RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR21Entry  52 }

  rVTTestSubR21DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR21Entry  53 }

  rVTTestSubR21DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR21Entry  54 }

  rVTTestSubR21RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR21Entry  55 }

  rVTTestSubR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR21Entry  56 }

  rVTTestSubR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR21Entry  57 }

  rVTTestSubR21T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  58 }

  rVTTestSubR21T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  59 }

  rVTTestSubR21T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  60 }

  rVTTestSubR21T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  61 }

  rVTTestSubR21T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  62 }

  rVTTestSubR21T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  63 }

  rVTTestSubR21T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  64 }

  rVTTestSubR21T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  65 }

  rVTTestSubR21T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  66 }

  rVTTestSubR21T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  67 }

  rVTTestSubR21T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  68 }

  rVTTestSubR21T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  69 }

  rVTTestSubR21GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR21Entry  70 }

  rVTTestSubR21UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR21Entry  71 }

  rVTTestSubR21TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR21Entry  72 }

  rVTTestSubR21TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR21Entry  73 }

  rVTTestSubR21RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR21Entry  75 }

  rVTTestSubR21SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR21Entry  76 }

  rVTTestSubR21NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR21Entry  77 }

  rVTTestSubR21NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR21Entry  78 }

  rVTTestSubR21RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR21Entry  79 }

  rVTTestSubR21IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR21Entry  80 }

  rVTTestSubR21IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR21Entry  81 }

  rVTTestSubR21NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR21Entry  82 }

  rVTTestSubR21NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR21Entry  83 }

  rVTTestSubR21NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR21Entry  84 }

  rVTTestSubR21NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR21Entry  86 }

  rVTTestSubR21IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR21Entry  87 }

  rVTTestSubR21T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  90 }

  rVTTestSubR21T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  91 }

  rVTTestSubR21T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  92 }

  rVTTestSubR21T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  93 }

  rVTTestSubR21T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  94 }

  rVTTestSubR21LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR21Entry  95 }

  rVTTestSubR21LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR21Entry  96 }

  rVTTestSubR21LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR21Entry  97 }

  rVTTestSubR21LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR21Entry  98 }

  rVTTestSubR21LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR21Entry  99 }

  rVTTestSubR21NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR21Entry  100 }

  rVTTestSubR21NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR21Entry  101 }

  rVTTestSubR21NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR21Entry  102 }

  rVTTestSubR21NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR21Entry  103 }

  rVTTestSubR21NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR21Entry  104 }

  rVTTestSubR21NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR21Entry  105 }

  rVTTestSubR21NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR21Entry  106 }

  rVTTestSubR21NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR21Entry  107 }

  rVTTestSubR21T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  108 }

  rVTTestSubR21T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  109 }

  rVTTestSubR21T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  110 }

  rVTTestSubR21T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  111 }

  rVTTestSubR21T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  112 }

  rVTTestSubR21I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR21Entry  113 }

  rVTTestSubR21I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR21Entry  114 }

  rVTTestSubR21I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR21Entry  115 }

  rVTTestSubR21NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR21Entry  116 }

  rVTTestSubR21NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR21Entry  117 }

  rVTTestSubR21NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR21Entry  118 }

  rVTTestSubR21I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR21Entry  119 }

  rVTTestSubR21I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR21Entry  120 }

  rVTTestSubR21I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR21Entry  121 }

  rVTTestSubR21I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR21Entry  122 }

  rVTTestSubR21I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR21Entry  123 }

  rVTTestSubR21I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR21Entry  124 }

  rVTTestSubR21NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR21Entry  125 }

  rVTTestSubR21NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR21Entry  126 }

  rVTTestSubR21NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR21Entry  127 }

  rVTTestSubR21NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR21Entry  128 }

  rVTTestSubR21ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR21Entry  129 }

  rVTTestSubR21AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR21Entry  130 }

  rVTTestSubR21AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR21Entry  131 }

  rVTTestSubR21NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR21Entry  132 }

  rVTTestSubR21I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR21Entry  133 }

  rVTTestSubR21NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR21Entry  137 }

  rVTTestSubR21NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR21Entry  138 }

  rVTTestSubR21RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestSubR21Entry  139 }

  rVTTestSubR21RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR21Entry  140 }

  rVTTestSubR21LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR21Entry  141 }

  rVTTestSubR21LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR21Entry  142 }

  rVTTestSubR21LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR21Entry  143 }

  rVTTestSubR21LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR21Entry  144 }

  rVTTestSubR21LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR21Entry  145 }

  rVTTestSubR21LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR21Entry  146 }

  rVTTestSubR21LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR21Entry  147 }

  rVTTestSubR21LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR21Entry  148 }

  rVTTestSubR21LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR21Entry  149 }

  rVTTestSubR21LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR21Entry  150 }

  rVTTestSubR21LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR21Entry  151 }

  rVTTestSubR21LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR21Entry  152 }

  rVTTestSubR21LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR21Entry  153 }

  rVTTestSubR21LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR21Entry  154 }

  rVTTestSubR21LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR21Entry  155 }

  rVTTestSubR21I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR21Entry  156 }

  rVTTestSubR21I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR21Entry  157 }

  rVTTestSubR21I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR21Entry  158 }

  rVTTestSubR21I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR21Entry  159 }

  rVTTestSubR21ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  160 }

  rVTTestSubR21IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR21Entry  161 }

  rVTTestSubR21T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  162 }

  rVTTestSubR21T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  163 }

  rVTTestSubR21T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  164 }

  rVTTestSubR21T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  165 }

  rVTTestSubR21T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  166 }

  rVTTestSubR21T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  167 }

  rVTTestSubR21T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  169 }

  rVTTestSubR21T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  170 }

  rVTTestSubR21T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  171 }

  rVTTestSubR21T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  172 }

  rVTTestSubR21T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  173 }

  rVTTestSubR21T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  174 }

  rVTTestSubR21T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  176 }

  rVTTestSubR21T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  177 }

  rVTTestSubR21T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  178 }

  rVTTestSubR21T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  179 }

  rVTTestSubR21T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  180 }

  rVTTestSubR21T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  182 }

  rVTTestSubR21T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  183 }

  rVTTestSubR21T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  184 }

  rVTTestSubR21T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  185 }

  rVTTestSubR21T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  186 }

  rVTTestSubR21IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  187 }

  rVTTestSubR21T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  188 }

  rVTTestSubR21T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  189 }

  rVTTestSubR21T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  190 }

  rVTTestSubR21T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  191 }

  rVTTestSubR21T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  192 }

  rVTTestSubR21T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  193 }

  rVTTestSubR21T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  195 }

  rVTTestSubR21T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  196 }

  rVTTestSubR21T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  197 }

  rVTTestSubR21T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  198 }

  rVTTestSubR21T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  199 }

  rVTTestSubR21T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  200 }

  rVTTestSubR21T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  202 }

  rVTTestSubR21T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  203 }

  rVTTestSubR21T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  204 }

  rVTTestSubR21T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  205 }

  rVTTestSubR21T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  206 }

  rVTTestSubR21T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  208 }

  rVTTestSubR21T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  209 }

  rVTTestSubR21T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  210 }

  rVTTestSubR21T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  211 }

  rVTTestSubR21T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  212 }

  rVTTestSubR21IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  213 }

  rVTTestSubR21T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  214 }

  rVTTestSubR21T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  215 }

  rVTTestSubR21T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  216 }

  rVTTestSubR21T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  217 }

  rVTTestSubR21T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  218 }

  rVTTestSubR21T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  219 }

  rVTTestSubR21T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  221 }

  rVTTestSubR21T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  222 }

  rVTTestSubR21T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  223 }

  rVTTestSubR21T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  224 }

  rVTTestSubR21T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  225 }

  rVTTestSubR21T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  226 }

  rVTTestSubR21T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  228 }

  rVTTestSubR21T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  229 }

  rVTTestSubR21T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  230 }

  rVTTestSubR21T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  231 }

  rVTTestSubR21T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  232 }

  rVTTestSubR21T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  234 }

  rVTTestSubR21T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  235 }

  rVTTestSubR21T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  236 }

  rVTTestSubR21T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  237 }

  rVTTestSubR21T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  238 }

  rVTTestSubR21IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  239 }

  rVTTestSubR21T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  240 }

  rVTTestSubR21T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  241 }

  rVTTestSubR21T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  242 }

  rVTTestSubR21T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  243 }

  rVTTestSubR21T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  244 }

  rVTTestSubR21T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  245 }

  rVTTestSubR21T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  247 }

  rVTTestSubR21T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  248 }

  rVTTestSubR21T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  249 }

  rVTTestSubR21T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  250 }

  rVTTestSubR21T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  251 }

  rVTTestSubR21T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  252 }

  rVTTestSubR21T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  254 }

  rVTTestSubR21T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  255 }

  rVTTestSubR21T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  256 }

  rVTTestSubR21T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  257 }

  rVTTestSubR21T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  258 }

  rVTTestSubR21T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  260 }

  rVTTestSubR21T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  261 }

  rVTTestSubR21T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  262 }

  rVTTestSubR21T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  263 }

  rVTTestSubR21T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  264 }

  rVTTestSubR21IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  265 }

  rVTTestSubR21T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  266 }

  rVTTestSubR21T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  267 }

  rVTTestSubR21T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  268 }

  rVTTestSubR21T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  269 }

  rVTTestSubR21T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  270 }

  rVTTestSubR21T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  271 }

  rVTTestSubR21T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  273 }

  rVTTestSubR21T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  274 }

  rVTTestSubR21T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  275 }

  rVTTestSubR21T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  276 }

  rVTTestSubR21T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  277 }

  rVTTestSubR21T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  278 }

  rVTTestSubR21T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  280 }

  rVTTestSubR21T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  281 }

  rVTTestSubR21T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  282 }

  rVTTestSubR21T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  283 }

  rVTTestSubR21T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  284 }

  rVTTestSubR21T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  286 }

  rVTTestSubR21T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  287 }

  rVTTestSubR21T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  288 }

  rVTTestSubR21T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  289 }

  rVTTestSubR21T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  290 }

  rVTTestSubR21IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  291 }

  rVTTestSubR21T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  292 }

  rVTTestSubR21T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  293 }

  rVTTestSubR21T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  294 }

  rVTTestSubR21T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  295 }

  rVTTestSubR21T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  296 }

  rVTTestSubR21T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  297 }

  rVTTestSubR21T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  299 }

  rVTTestSubR21T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  300 }

  rVTTestSubR21T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  301 }

  rVTTestSubR21T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  302 }

  rVTTestSubR21T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  303 }

  rVTTestSubR21T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  304 }

  rVTTestSubR21T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  306 }

  rVTTestSubR21T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  307 }

  rVTTestSubR21T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  308 }

  rVTTestSubR21T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  309 }

  rVTTestSubR21T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  310 }

  rVTTestSubR21T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  312 }

  rVTTestSubR21T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  313 }

  rVTTestSubR21T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  314 }

  rVTTestSubR21T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  315 }

  rVTTestSubR21T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  316 }

  rVTTestSubR21IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  317 }

  rVTTestSubR21T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  318 }

  rVTTestSubR21T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  319 }

  rVTTestSubR21T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  320 }

  rVTTestSubR21T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  321 }

  rVTTestSubR21T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  322 }

  rVTTestSubR21T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  323 }

  rVTTestSubR21T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  325 }

  rVTTestSubR21T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  326 }

  rVTTestSubR21T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  327 }

  rVTTestSubR21T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  328 }

  rVTTestSubR21T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  329 }

  rVTTestSubR21T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  330 }

  rVTTestSubR21T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  332 }

  rVTTestSubR21T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  333 }

  rVTTestSubR21T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  334 }

  rVTTestSubR21T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  335 }

  rVTTestSubR21T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  336 }

  rVTTestSubR21T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  338 }

  rVTTestSubR21T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  339 }

  rVTTestSubR21T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  340 }

  rVTTestSubR21T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  341 }

  rVTTestSubR21T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  342 }

  rVTTestSubR21IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  343 }

  rVTTestSubR21T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  344 }

  rVTTestSubR21T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  345 }

  rVTTestSubR21T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  346 }

  rVTTestSubR21T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  347 }

  rVTTestSubR21T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  348 }

  rVTTestSubR21T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  349 }

  rVTTestSubR21T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  351 }

  rVTTestSubR21T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  352 }

  rVTTestSubR21T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  353 }

  rVTTestSubR21T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  354 }

  rVTTestSubR21T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  355 }

  rVTTestSubR21T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  356 }

  rVTTestSubR21T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  358 }

  rVTTestSubR21T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  359 }

  rVTTestSubR21T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  360 }

  rVTTestSubR21T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  361 }

  rVTTestSubR21T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  362 }

  rVTTestSubR21T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  364 }

  rVTTestSubR21T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  365 }

  rVTTestSubR21T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  366 }

  rVTTestSubR21T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  367 }

  rVTTestSubR21T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  368 }

  rVTTestSubR21IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  369 }

  rVTTestSubR21T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  370 }

  rVTTestSubR21T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  371 }

  rVTTestSubR21T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  372 }

  rVTTestSubR21T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  373 }

  rVTTestSubR21T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  374 }

  rVTTestSubR21T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  375 }

  rVTTestSubR21T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  377 }

  rVTTestSubR21T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  378 }

  rVTTestSubR21T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  379 }

  rVTTestSubR21T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  380 }

  rVTTestSubR21T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  381 }

  rVTTestSubR21T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  382 }

  rVTTestSubR21T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  384 }

  rVTTestSubR21T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  385 }

  rVTTestSubR21T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  386 }

  rVTTestSubR21T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  387 }

  rVTTestSubR21T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  388 }

  rVTTestSubR21T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  390 }

  rVTTestSubR21T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  391 }

  rVTTestSubR21T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  392 }

  rVTTestSubR21T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  393 }

  rVTTestSubR21T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  394 }

  rVTTestSubR21IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  395 }

  rVTTestSubR21T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  396 }

  rVTTestSubR21T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  397 }

  rVTTestSubR21T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  398 }

  rVTTestSubR21T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  399 }

  rVTTestSubR21T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  400 }

  rVTTestSubR21T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  401 }

  rVTTestSubR21T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  403 }

  rVTTestSubR21T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  404 }

  rVTTestSubR21T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  405 }

  rVTTestSubR21T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  406 }

  rVTTestSubR21T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  407 }

  rVTTestSubR21T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  408 }

  rVTTestSubR21T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  410 }

  rVTTestSubR21T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  411 }

  rVTTestSubR21T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  412 }

  rVTTestSubR21T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  413 }

  rVTTestSubR21T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  414 }

  rVTTestSubR21T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  416 }

  rVTTestSubR21T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  417 }

  rVTTestSubR21T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  418 }

  rVTTestSubR21T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  419 }

  rVTTestSubR21T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  420 }

  rVTTestSubR21IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  421 }

  rVTTestSubR21ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR21Entry  422 }

  rVTTestSubR21ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR21Entry  423 }

  rVTTestSubR21T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  424 }

  rVTTestSubR21T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  425 }

  rVTTestSubR21T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  426 }

  rVTTestSubR21T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  427 }

  rVTTestSubR21T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  428 }

  rVTTestSubR21T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  429 }

  rVTTestSubR21T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  431 }

  rVTTestSubR21T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  432 }

  rVTTestSubR21T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  433 }

  rVTTestSubR21T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  434 }

  rVTTestSubR21T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  435 }

  rVTTestSubR21T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  436 }

  rVTTestSubR21T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  438 }

  rVTTestSubR21T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  439 }

  rVTTestSubR21T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  440 }

  rVTTestSubR21T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  441 }

  rVTTestSubR21T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  442 }

  rVTTestSubR21T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  444 }

  rVTTestSubR21T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  445 }

  rVTTestSubR21T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  446 }

  rVTTestSubR21T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  447 }

  rVTTestSubR21T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  448 }

  rVTTestSubR21ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  449 }

  rVTTestSubR21T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  450 }

  rVTTestSubR21T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  451 }

  rVTTestSubR21T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  452 }

  rVTTestSubR21T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  453 }

  rVTTestSubR21T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  454 }

  rVTTestSubR21T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  455 }

  rVTTestSubR21T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  457 }

  rVTTestSubR21T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  458 }

  rVTTestSubR21T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  459 }

  rVTTestSubR21T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  460 }

  rVTTestSubR21T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  461 }

  rVTTestSubR21T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  462 }

  rVTTestSubR21T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  464 }

  rVTTestSubR21T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  465 }

  rVTTestSubR21T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  466 }

  rVTTestSubR21T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  467 }

  rVTTestSubR21T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  468 }

  rVTTestSubR21T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  470 }

  rVTTestSubR21T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  471 }

  rVTTestSubR21T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  472 }

  rVTTestSubR21T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  473 }

  rVTTestSubR21T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  474 }

  rVTTestSubR21ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  475 }

  rVTTestSubR21T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  476 }

  rVTTestSubR21T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  477 }

  rVTTestSubR21T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  478 }

  rVTTestSubR21T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  479 }

  rVTTestSubR21T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  480 }

  rVTTestSubR21T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  481 }

  rVTTestSubR21T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  483 }

  rVTTestSubR21T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  484 }

  rVTTestSubR21T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  485 }

  rVTTestSubR21T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  486 }

  rVTTestSubR21T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  487 }

  rVTTestSubR21T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  488 }

  rVTTestSubR21T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  490 }

  rVTTestSubR21T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  491 }

  rVTTestSubR21T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  492 }

  rVTTestSubR21T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  493 }

  rVTTestSubR21T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  494 }

  rVTTestSubR21T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  496 }

  rVTTestSubR21T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  497 }

  rVTTestSubR21T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  498 }

  rVTTestSubR21T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  499 }

  rVTTestSubR21T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  500 }

  rVTTestSubR21ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  501 }

  rVTTestSubR21T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  502 }

  rVTTestSubR21T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  503 }

  rVTTestSubR21T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  504 }

  rVTTestSubR21T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  505 }

  rVTTestSubR21T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  506 }

  rVTTestSubR21T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  507 }

  rVTTestSubR21T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  509 }

  rVTTestSubR21T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  510 }

  rVTTestSubR21T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  511 }

  rVTTestSubR21T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  512 }

  rVTTestSubR21T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  513 }

  rVTTestSubR21T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  514 }

  rVTTestSubR21T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  516 }

  rVTTestSubR21T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  517 }

  rVTTestSubR21T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  518 }

  rVTTestSubR21T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  519 }

  rVTTestSubR21T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  520 }

  rVTTestSubR21T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  522 }

  rVTTestSubR21T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  523 }

  rVTTestSubR21T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  524 }

  rVTTestSubR21T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  525 }

  rVTTestSubR21T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  526 }

  rVTTestSubR21ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  527 }

  rVTTestSubR21T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  528 }

  rVTTestSubR21T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  529 }

  rVTTestSubR21T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  530 }

  rVTTestSubR21T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  531 }

  rVTTestSubR21T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  532 }

  rVTTestSubR21T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  533 }

  rVTTestSubR21T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  535 }

  rVTTestSubR21T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  536 }

  rVTTestSubR21T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  537 }

  rVTTestSubR21T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  538 }

  rVTTestSubR21T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  539 }

  rVTTestSubR21T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  540 }

  rVTTestSubR21T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  542 }

  rVTTestSubR21T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  543 }

  rVTTestSubR21T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  544 }

  rVTTestSubR21T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  545 }

  rVTTestSubR21T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  546 }

  rVTTestSubR21T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  548 }

  rVTTestSubR21T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  549 }

  rVTTestSubR21T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  550 }

  rVTTestSubR21T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  551 }

  rVTTestSubR21T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  552 }

  rVTTestSubR21ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  553 }

  rVTTestSubR21T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  554 }

  rVTTestSubR21T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  555 }

  rVTTestSubR21T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  556 }

  rVTTestSubR21T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  557 }

  rVTTestSubR21T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  558 }

  rVTTestSubR21T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  559 }

  rVTTestSubR21T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  561 }

  rVTTestSubR21T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  562 }

  rVTTestSubR21T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  563 }

  rVTTestSubR21T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  564 }

  rVTTestSubR21T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  565 }

  rVTTestSubR21T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  566 }

  rVTTestSubR21T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  568 }

  rVTTestSubR21T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  569 }

  rVTTestSubR21T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  570 }

  rVTTestSubR21T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  571 }

  rVTTestSubR21T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  572 }

  rVTTestSubR21T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  574 }

  rVTTestSubR21T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  575 }

  rVTTestSubR21T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  576 }

  rVTTestSubR21T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  577 }

  rVTTestSubR21T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  578 }

  rVTTestSubR21ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  579 }

  rVTTestSubR21T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  580 }

  rVTTestSubR21T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  581 }

  rVTTestSubR21T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  582 }

  rVTTestSubR21T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  583 }

  rVTTestSubR21T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  584 }

  rVTTestSubR21T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  585 }

  rVTTestSubR21T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  587 }

  rVTTestSubR21T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  588 }

  rVTTestSubR21T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  589 }

  rVTTestSubR21T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  590 }

  rVTTestSubR21T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  591 }

  rVTTestSubR21T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  592 }

  rVTTestSubR21T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  594 }

  rVTTestSubR21T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  595 }

  rVTTestSubR21T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  596 }

  rVTTestSubR21T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  597 }

  rVTTestSubR21T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  598 }

  rVTTestSubR21T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  600 }

  rVTTestSubR21T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  601 }

  rVTTestSubR21T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  602 }

  rVTTestSubR21T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  603 }

  rVTTestSubR21T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  604 }

  rVTTestSubR21ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  605 }

  rVTTestSubR21T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  606 }

  rVTTestSubR21T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  607 }

  rVTTestSubR21T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  608 }

  rVTTestSubR21T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  609 }

  rVTTestSubR21T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  610 }

  rVTTestSubR21T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  611 }

  rVTTestSubR21T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  613 }

  rVTTestSubR21T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  614 }

  rVTTestSubR21T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  615 }

  rVTTestSubR21T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  616 }

  rVTTestSubR21T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  617 }

  rVTTestSubR21T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  618 }

  rVTTestSubR21T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  620 }

  rVTTestSubR21T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  621 }

  rVTTestSubR21T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  622 }

  rVTTestSubR21T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  623 }

  rVTTestSubR21T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  624 }

  rVTTestSubR21T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  626 }

  rVTTestSubR21T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  627 }

  rVTTestSubR21T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  628 }

  rVTTestSubR21T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  629 }

  rVTTestSubR21T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  630 }

  rVTTestSubR21ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  631 }

  rVTTestSubR21T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  632 }

  rVTTestSubR21T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  633 }

  rVTTestSubR21T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  634 }

  rVTTestSubR21T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  635 }

  rVTTestSubR21T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  636 }

  rVTTestSubR21T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  637 }

  rVTTestSubR21T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  639 }

  rVTTestSubR21T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  640 }

  rVTTestSubR21T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  641 }

  rVTTestSubR21T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  642 }

  rVTTestSubR21T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  643 }

  rVTTestSubR21T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  644 }

  rVTTestSubR21T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  646 }

  rVTTestSubR21T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  647 }

  rVTTestSubR21T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  648 }

  rVTTestSubR21T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  649 }

  rVTTestSubR21T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  650 }

  rVTTestSubR21T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  652 }

  rVTTestSubR21T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  653 }

  rVTTestSubR21T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  654 }

  rVTTestSubR21T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  655 }

  rVTTestSubR21T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  656 }

  rVTTestSubR21ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  657 }

  rVTTestSubR21T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  658 }

  rVTTestSubR21T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  659 }

  rVTTestSubR21T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  660 }

  rVTTestSubR21T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  661 }

  rVTTestSubR21T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  662 }

  rVTTestSubR21T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR21Entry  663 }

  rVTTestSubR21T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  665 }

  rVTTestSubR21T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  666 }

  rVTTestSubR21T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  667 }

  rVTTestSubR21T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  668 }

  rVTTestSubR21T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  669 }

  rVTTestSubR21T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR21Entry  670 }

  rVTTestSubR21T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  672 }

  rVTTestSubR21T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  673 }

  rVTTestSubR21T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  674 }

  rVTTestSubR21T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  675 }

  rVTTestSubR21T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR21Entry  676 }

  rVTTestSubR21T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  678 }

  rVTTestSubR21T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  679 }

  rVTTestSubR21T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  680 }

  rVTTestSubR21T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  681 }

  rVTTestSubR21T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR21Entry  682 }

  rVTTestSubR21ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR21Entry  683 }

  rVTTestSubR21ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR21Entry  684 }

  rVTTestSubR21ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR21Entry  685 }

  rVTTestSubR21NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR21Entry  686 }

  rVTTestSubR21NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR21Entry  687 }

  rVTTestSubR21NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR21Entry  688 }

  rVTTestSubR21NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR21Entry  689 }

  rVTTestSubR21NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR21Entry  690 }

  rVTTestSubR21NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR21Entry  691 }

  rVTTestSubR21NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR21Entry  692 }

  rVTTestSubR21NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR21Entry  693 }

  rVTTestSubR21NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR21Entry  694 }

  rVTTestSubR21NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR21Entry  695 }

  rVTTestSubR21NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR21Entry  696 }

  rVTTestSubR21NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR21Entry  697 }

  rVTTestSubR21NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR21Entry  698 }

  rVTTestSubR21NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR21Entry  699 }

  rVTTestSubR21NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR21Entry  700 }

  rVTTestSubR21NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR21Entry  701 }

  rVTTestSubR21NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR21Entry  702 }

  rVTTestSubR21NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR21Entry  703 }

  rVTTestSubR21RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR21Entry  704 }

  rVTTestSubR21IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR21Entry  706 }

  rVTTestSubR21I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  712 }

  rVTTestSubR21I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  713 }

  rVTTestSubR21SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  800 }

  rVTTestSubR21SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  801 }

  rVTTestSubR21SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR21Entry  802 }

  rVTTestSubR21SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  810 }

  rVTTestSubR21SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  811 }

  rVTTestSubR21SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  812 }

  rVTTestSubR21SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  813 }

  rVTTestSubR21SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  814 }

  rVTTestSubR21SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  815 }

  rVTTestSubR21SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  816 }

  rVTTestSubR21SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR21Entry  817 }

  rVTTestSubR21SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR21Entry  818 }

  rVTTestSubR21SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  822 }

  rVTTestSubR21SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  823 }

  rVTTestSubR21SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR21Entry  824 }

  rVTTestSubR21CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR21Entry  825 }

  rVTTestSubR21SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  826 }

  rVTTestSubR21SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR21Entry  827 }

  rVTTestSubR21SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR21Entry  828 }

  rVTTestSubR21NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR21Entry  829 }

  rVTTestSubR21DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR21Entry  830 }

  rVTTestSubR21DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR21Entry  831 }

  rVTTestSubR21DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR21Entry  832 }

  rVTTestSubR21HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR21Entry  833 }

  rVTTestSubR21MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR21Entry  834 }

  rVTTestSubR21NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR21Entry  835 }

  rVTTestSubR21NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR21Entry  836 }

  rVTTestSubR21RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR21Entry  837 }

  rVTTestSubR21IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR21Entry  838 }

  rVTTestSubR21I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  839 }

  rVTTestSubR21I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  840 }

  rVTTestSubR21I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  841 }

  rVTTestSubR21I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR21Entry  842 }

  rVTTestSubR21ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR21Entry  843 }

  rVTTestSubR21ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR21Entry  844 }

  rVTTestSubR21RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR21Entry  845 }

  rVTTestSubR21RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR21Entry  846 }

  rVTTestSubR21RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR21Entry  847 }

  rVTTestSubR21ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR21Entry  848 }

  rVTTestSubR21ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR21Entry  849 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 8.3.03                                                       */
-- /*********************************************************************************/

  rPSNumVldnTableR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2052 }

  rPSNumVldnTableR13Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR13NEConn,
             rPSNumVldnTableR13NetwkElement,
             rPSNumVldnTableR13CFSIx,
             rPSNumVldnTableR13CfgSetIx,
             rPSNumVldnTableR13NumVldnTblIx }
    ::= {  rPSNumVldnTableR13Table  1  }

  RPSNumVldnTableR13Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR13NEConn           Unsigned32,
    rPSNumVldnTableR13NetwkElement     DisplayString,
    rPSNumVldnTableR13CFSIx            Unsigned32,
    rPSNumVldnTableR13CfgSetIx         Unsigned32,
    rPSNumVldnTableR13NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR13NumVldnTblName   DisplayString,
    rPSNumVldnTableR13SearchType       INTEGER,
    rPSNumVldnTableR13MatchAttr1       INTEGER,
    rPSNumVldnTableR13MatchAttr2       INTEGER,
    rPSNumVldnTableR13MatchAttr3       INTEGER,
    rPSNumVldnTableR13I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR13I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR13I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR13I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR13I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR13DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR13RowStatus        RowStatus,
    rPSNumVldnTableR13ExportCorr       Counter64,
    rPSNumVldnTableR13I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR13I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR13I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR13I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR13I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR13ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR13ExportStatus     DisplayString,
    rPSNumVldnTableR13ExportFile       DisplayString,
    rPSNumVldnTableR13DefMtchAct       INTEGER,
    rPSNumVldnTableR13ExportCorrNode   DisplayString,
    rPSNumVldnTableR13DoExtraActions   INTEGER,
    rPSNumVldnTableR13ExportCorrUID    DisplayString,
    rPSNumVldnTableR13AddrMatchType    INTEGER,
    rPSNumVldnTableR13TblType          INTEGER,
    rPSNumVldnTableR13Filename         DisplayString,
    rPSNumVldnTableR13FileLoadStatus   INTEGER,
    rPSNumVldnTableR13FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR13NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR13FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR13MemUsage         Unsigned32,
    rPSNumVldnTableR13OverrideHeader   DisplayString,
    rPSNumVldnTableR13ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR13I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR13I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR13I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR13I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR13I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR13FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR13ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR13ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR13Entry  1 }

  rPSNumVldnTableR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR13Entry  2 }

  rPSNumVldnTableR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR13Entry  3 }

  rPSNumVldnTableR13CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR13Entry  4 }

  rPSNumVldnTableR13NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR13Entry  5 }

  rPSNumVldnTableR13NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR13Entry  6 }

  rPSNumVldnTableR13SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR13Entry  7 }

  rPSNumVldnTableR13MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR13Entry  8 }

  rPSNumVldnTableR13MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR13Entry  9 }

  rPSNumVldnTableR13MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR13Entry  10 }

  rPSNumVldnTableR13I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR13Entry  11 }

  rPSNumVldnTableR13I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR13Entry  12 }

  rPSNumVldnTableR13I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR13Entry  13 }

  rPSNumVldnTableR13I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR13Entry  14 }

  rPSNumVldnTableR13I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR13Entry  15 }

  rPSNumVldnTableR13DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR13Entry  16 }

  rPSNumVldnTableR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR13Entry  17 }

  rPSNumVldnTableR13ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR13Entry  18 }

  rPSNumVldnTableR13I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  19 }

  rPSNumVldnTableR13I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  20 }

  rPSNumVldnTableR13I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  21 }

  rPSNumVldnTableR13I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  22 }

  rPSNumVldnTableR13I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  23 }

  rPSNumVldnTableR13ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR13Entry  24 }

  rPSNumVldnTableR13ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR13Entry  25 }

  rPSNumVldnTableR13ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR13Entry  26 }

  rPSNumVldnTableR13DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR13Entry  27 }

  rPSNumVldnTableR13ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR13Entry  28 }

  rPSNumVldnTableR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR13Entry  29 }

  rPSNumVldnTableR13ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR13Entry  30 }

  rPSNumVldnTableR13AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR13Entry  31 }

  rPSNumVldnTableR13TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR13Entry  32 }

  rPSNumVldnTableR13Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR13Entry  33 }

  rPSNumVldnTableR13FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11),
                   loadedReplicationPending(12),
                   loadedWithErrorsReplicationPending(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR13Entry  34 }

  rPSNumVldnTableR13FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR13Entry  35 }

  rPSNumVldnTableR13NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR13Entry  36 }

  rPSNumVldnTableR13FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR13Entry  37 }

  rPSNumVldnTableR13MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR13Entry  38 }

  rPSNumVldnTableR13OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR13Entry  39 }

  rPSNumVldnTableR13ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR13Entry  40 }

  rPSNumVldnTableR13I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  41 }

  rPSNumVldnTableR13I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  42 }

  rPSNumVldnTableR13I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  43 }

  rPSNumVldnTableR13I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  44 }

  rPSNumVldnTableR13I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR13Entry  45 }

  rPSNumVldnTableR13FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR13Entry  46 }

  rPSNumVldnTableR13ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR13Entry  47 }

  rPSNumVldnTableR13ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR13Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS0 Termination'                                            */
-- /* Valid from: 8.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  physDS1DS0TermR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1DS0TermR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS1 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2053 }

  physDS1DS0TermR3Entry OBJECT-TYPE
    SYNTAX       PhysDS1DS0TermR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1DS0TermR3NEConn,
             physDS1DS0TermR3NetwkElement,
             physDS1DS0TermR3MediaGatewayIx,
             physDS1DS0TermR3CtrlerIx,
             physDS1DS0TermR3SlotNum,
             physDS1DS0TermR3PhysDS1PortName,
             physDS1DS0TermR3Timeslot }
    ::= {  physDS1DS0TermR3Table  1  }

  PhysDS1DS0TermR3Entry  ::=  SEQUENCE
  {
    physDS1DS0TermR3NEConn             Unsigned32,
    physDS1DS0TermR3NetwkElement       DisplayString,
    physDS1DS0TermR3MediaGatewayIx     Unsigned32,
    physDS1DS0TermR3CtrlerIx           INTEGER,
    physDS1DS0TermR3SlotNum            INTEGER,
    physDS1DS0TermR3PhysDS1PortName    DisplayString,
    physDS1DS0TermR3Timeslot           Integer32,
    physDS1DS0TermR3InUseBy            INTEGER,
    physDS1DS0TermR3TnGenTestStatus    INTEGER,
    physDS1DS0TermR3TnGenTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR3TnGenTestLvl       INTEGER,
    physDS1DS0TermR3TnDetTestStatus    INTEGER,
    physDS1DS0TermR3TnDetTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR3TnDetTestLvl       INTEGER,
    physDS1DS0TermR3TnDetTestFreq      INTEGER,
    physDS1DS0TermR3AlrmState          INTEGER,
    physDS1DS0TermR3AlrmStateTimestamp Unsigned32,
    physDS1DS0TermR3AlrmEvtsAttnRqLogCorr
                                       Counter64,
    physDS1DS0TermR3AlrmEvtsAttnRq     Integer32,
    physDS1DS0TermR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    physDS1DS0TermR3DoExtraActions     INTEGER
  }

  physDS1DS0TermR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1DS0TermR3Entry  1 }

  physDS1DS0TermR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1DS0TermR3Entry  2 }

  physDS1DS0TermR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1DS0TermR3Entry  3 }

  physDS1DS0TermR3CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1DS0TermR3Entry  4 }

  physDS1DS0TermR3SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1DS0TermR3Entry  5 }

  physDS1DS0TermR3PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1DS0TermR3Entry  6 }

  physDS1DS0TermR3Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { physDS1DS0TermR3Entry  7 }

  physDS1DS0TermR3InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { physDS1DS0TermR3Entry  8 }

  physDS1DS0TermR3TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { physDS1DS0TermR3Entry  9 }

  physDS1DS0TermR3TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { physDS1DS0TermR3Entry  10 }

  physDS1DS0TermR3TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { physDS1DS0TermR3Entry  11 }

  physDS1DS0TermR3TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { physDS1DS0TermR3Entry  12 }

  physDS1DS0TermR3TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { physDS1DS0TermR3Entry  13 }

  physDS1DS0TermR3TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { physDS1DS0TermR3Entry  14 }

  physDS1DS0TermR3TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { physDS1DS0TermR3Entry  15 }

  physDS1DS0TermR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1DS0TermR3Entry  16 }

  physDS1DS0TermR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1DS0TermR3Entry  17 }

  physDS1DS0TermR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { physDS1DS0TermR3Entry  18 }

  physDS1DS0TermR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1DS0TermR3Entry  19 }

  physDS1DS0TermR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { physDS1DS0TermR3Entry  20 }

  physDS1DS0TermR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1DS0TermR3Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 DS0 Termination'                               */
-- /* Valid from: 8.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  dS1OverDS3DS0TermR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OverDS3DS0TermR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'DS1 Over DS3 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2054 }

  dS1OverDS3DS0TermR3Entry OBJECT-TYPE
    SYNTAX       DS1OverDS3DS0TermR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OverDS3DS0TermR3NEConn,
             dS1OverDS3DS0TermR3NetwkElement,
             dS1OverDS3DS0TermR3MediaGatewayIx,
             dS1OverDS3DS0TermR3CtrlerIx,
             dS1OverDS3DS0TermR3SlotNum,
             dS1OverDS3DS0TermR3PhysDS3PortName,
             dS1OverDS3DS0TermR3DS1OverDS3PortName,
             dS1OverDS3DS0TermR3Timeslot }
    ::= {  dS1OverDS3DS0TermR3Table  1  }

  DS1OverDS3DS0TermR3Entry  ::=  SEQUENCE
  {
    dS1OverDS3DS0TermR3NEConn          Unsigned32,
    dS1OverDS3DS0TermR3NetwkElement    DisplayString,
    dS1OverDS3DS0TermR3MediaGatewayIx  Unsigned32,
    dS1OverDS3DS0TermR3CtrlerIx        INTEGER,
    dS1OverDS3DS0TermR3SlotNum         INTEGER,
    dS1OverDS3DS0TermR3PhysDS3PortName INTEGER,
    dS1OverDS3DS0TermR3DS1OverDS3PortName
                                       DisplayString,
    dS1OverDS3DS0TermR3Timeslot        Integer32,
    dS1OverDS3DS0TermR3InUseBy         INTEGER,
    dS1OverDS3DS0TermR3TnGenTestStatus INTEGER,
    dS1OverDS3DS0TermR3TnGenTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR3TnGenTestLvl    INTEGER,
    dS1OverDS3DS0TermR3TnDetTestStatus INTEGER,
    dS1OverDS3DS0TermR3TnDetTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR3TnDetTestLvl    INTEGER,
    dS1OverDS3DS0TermR3TnDetTestFreq   INTEGER,
    dS1OverDS3DS0TermR3AlrmState       INTEGER,
    dS1OverDS3DS0TermR3AlrmStateTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR3AlmEvtAtnRqLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR3AlmEvtAtnRq     Integer32,
    dS1OverDS3DS0TermR3AlmEvtAtnRqResetTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR3DoExtraActions  INTEGER
  }

  dS1OverDS3DS0TermR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  1 }

  dS1OverDS3DS0TermR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  2 }

  dS1OverDS3DS0TermR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  3 }

  dS1OverDS3DS0TermR3CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  4 }

  dS1OverDS3DS0TermR3SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  5 }

  dS1OverDS3DS0TermR3PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  6 }

  dS1OverDS3DS0TermR3DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  7 }

  dS1OverDS3DS0TermR3Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR3Entry  8 }

  dS1OverDS3DS0TermR3InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { dS1OverDS3DS0TermR3Entry  9 }

  dS1OverDS3DS0TermR3TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { dS1OverDS3DS0TermR3Entry  10 }

  dS1OverDS3DS0TermR3TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR3Entry  11 }

  dS1OverDS3DS0TermR3TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { dS1OverDS3DS0TermR3Entry  12 }

  dS1OverDS3DS0TermR3TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { dS1OverDS3DS0TermR3Entry  13 }

  dS1OverDS3DS0TermR3TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR3Entry  14 }

  dS1OverDS3DS0TermR3TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { dS1OverDS3DS0TermR3Entry  15 }

  dS1OverDS3DS0TermR3TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { dS1OverDS3DS0TermR3Entry  16 }

  dS1OverDS3DS0TermR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OverDS3DS0TermR3Entry  17 }

  dS1OverDS3DS0TermR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OverDS3DS0TermR3Entry  18 }

  dS1OverDS3DS0TermR3AlmEvtAtnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { dS1OverDS3DS0TermR3Entry  19 }

  dS1OverDS3DS0TermR3AlmEvtAtnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OverDS3DS0TermR3Entry  20 }

  dS1OverDS3DS0TermR3AlmEvtAtnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { dS1OverDS3DS0TermR3Entry  21 }

  dS1OverDS3DS0TermR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OverDS3DS0TermR3Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Physical DS1 Port'                                          */
-- /* Valid from: 8.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  physDS1PortR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1PortR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2055 }

  physDS1PortR11Entry OBJECT-TYPE
    SYNTAX       PhysDS1PortR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1PortR11NEConn,
             physDS1PortR11NetwkElement,
             physDS1PortR11MediaGatewayIx,
             physDS1PortR11CtrlerIx,
             physDS1PortR11SlotNum,
             physDS1PortR11PhysDS1PortName }
    ::= {  physDS1PortR11Table  1  }

  PhysDS1PortR11Entry  ::=  SEQUENCE
  {
    physDS1PortR11NEConn               Unsigned32,
    physDS1PortR11NetwkElement         DisplayString,
    physDS1PortR11MediaGatewayIx       Unsigned32,
    physDS1PortR11CtrlerIx             INTEGER,
    physDS1PortR11SlotNum              INTEGER,
    physDS1PortR11PhysDS1PortName      DisplayString,
    physDS1PortR11PhysEncoding         INTEGER,
    physDS1PortR11LineFraming          INTEGER,
    physDS1PortR11LineLen              INTEGER,
    physDS1PortR11LineClking           INTEGER,
    physDS1PortR11LineStatus           BITS,
    physDS1PortR11ClkRef               INTEGER,
    physDS1PortR11DS1Type              INTEGER,
    physDS1PortR11SupportedTerms       BITS,
    physDS1PortR11DeactivnMode         INTEGER,
    physDS1PortR11MaxDS0ChanIx         INTEGER,
    physDS1PortR11AlrmState            INTEGER,
    physDS1PortR11AlrmLogCorr          Counter64,
    physDS1PortR11AlrmEvtsAttnRq       Integer32,
    physDS1PortR11AlrmStateTimestamp   Unsigned32,
    physDS1PortR11AlrmResetTimestamp   Unsigned32,
    physDS1PortR11DiagsLogLvl          INTEGER,
    physDS1PortR11DiagsAPITraceEnabled INTEGER,
    physDS1PortR11DiagsAPITraceTag     DisplayString,
    physDS1PortR11DoExtraActions       INTEGER,
    physDS1PortR11RowStatus            RowStatus,
    physDS1PortR11AdminStatus          AdminStatus,
    physDS1PortR11OperStatus           OperStatus,
    physDS1PortR11PhysDS1PortNum       INTEGER,
    physDS1PortR11AvailUses            BITS,
    physDS1PortR11PortName             DisplayString,
    physDS1PortR11I1MFProtProfNEConn   Unsigned32,
    physDS1PortR11I2MFProtProfNetwkElement
                                       DisplayString,
    physDS1PortR11I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR11I4MFProtProfProfIx   Unsigned32,
    physDS1PortR11AddtlInfo            DisplayString,
    physDS1PortR11BitErrRate           INTEGER,
    physDS1PortR11LoopbackLocalLoopbackStatus
                                       INTEGER,
    physDS1PortR11LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    physDS1PortR11LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    physDS1PortR11BERTRessTestRunning  INTEGER,
    physDS1PortR11BERTRessTestPattnSynchronized
                                       INTEGER,
    physDS1PortR11BERTRessTotTestTime  Unsigned32,
    physDS1PortR11BERTRessLossSynchronizationSecs
                                       Unsigned32,
    physDS1PortR11BERTRessLossSignalLOSSecs
                                       Unsigned32,
    physDS1PortR11BERTRessBitErrRate   DisplayString,
    physDS1PortR11BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    physDS1PortR11DirectT1CAS          INTEGER,
    physDS1PortR11QualifiedAsUsableRef INTEGER,
    physDS1PortR11I1CASProtProfNEConn  Unsigned32,
    physDS1PortR11I2CASProtProfNetwkElement
                                       DisplayString,
    physDS1PortR11I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR11I4CASProtProfProfIx  Unsigned32,
    physDS1PortR11CASProtProfOtherVals INTEGER,
    physDS1PortR11DS0AlrmsAttnRq       Integer32,
    physDS1PortR11SummaryChldAlrmState INTEGER,
    physDS1PortR11FaultMonitoringLvl   INTEGER,
    physDS1PortR11I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    physDS1PortR11I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    physDS1PortR11I3FaultMonitoringProfFMPIx
                                       Integer32,
    physDS1PortR11FaultMonitoringProfOtherVals
                                       INTEGER
  }

  physDS1PortR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1PortR11Entry  1 }

  physDS1PortR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1PortR11Entry  2 }

  physDS1PortR11MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1PortR11Entry  3 }

  physDS1PortR11CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1PortR11Entry  4 }

  physDS1PortR11SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1PortR11Entry  5 }

  physDS1PortR11PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1PortR11Entry  6 }

  physDS1PortR11PhysEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   b8ZST1Only(1),
                   aMI(2),
                   hDB3E1Only(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical encoding'.
                  This field is not writable when active."
    ::= { physDS1PortR11Entry  7 }

  physDS1PortR11LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { physDS1PortR11Entry  8 }

  physDS1PortR11LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   between133And266ftEquivTo40To80m(2),
                   between266And399ftEquivTo40To120m(3),
                   between399And533ftEquivTo120To160m(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { physDS1PortR11Entry  9 }

  physDS1PortR11LineClking OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   loop(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line clocking'.
                  This field is not writable when active."
    DEFVAL       { loop }
    ::= { physDS1PortR11Entry  10 }

  physDS1PortR11LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { physDS1PortR11Entry  11 }

  physDS1PortR11ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { physDS1PortR11Entry  12 }

  physDS1PortR11DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { physDS1PortR11Entry  13 }

  physDS1PortR11SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { physDS1PortR11Entry  14 }

  physDS1PortR11DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { physDS1PortR11Entry  15 }

  physDS1PortR11MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { physDS1PortR11Entry  16 }

  physDS1PortR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1PortR11Entry  17 }

  physDS1PortR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { physDS1PortR11Entry  18 }

  physDS1PortR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1PortR11Entry  19 }

  physDS1PortR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1PortR11Entry  20 }

  physDS1PortR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { physDS1PortR11Entry  21 }

  physDS1PortR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { physDS1PortR11Entry  22 }

  physDS1PortR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { physDS1PortR11Entry  23 }

  physDS1PortR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { physDS1PortR11Entry  24 }

  physDS1PortR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR11Entry  25 }

  physDS1PortR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { physDS1PortR11Entry  26 }

  physDS1PortR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR11Entry  27 }

  physDS1PortR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR11Entry  28 }

  physDS1PortR11PhysDS1PortNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This field is only writable during create."
    ::= { physDS1PortR11Entry  31 }

  physDS1PortR11AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { physDS1PortR11Entry  32 }

  physDS1PortR11PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { physDS1PortR11Entry  33 }

  physDS1PortR11I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR11Entry  34 }

  physDS1PortR11I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR11Entry  35 }

  physDS1PortR11I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR11Entry  36 }

  physDS1PortR11I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR11Entry  37 }

  physDS1PortR11AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { physDS1PortR11Entry  38 }

  physDS1PortR11BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { physDS1PortR11Entry  39 }

  physDS1PortR11LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { physDS1PortR11Entry  40 }

  physDS1PortR11LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { physDS1PortR11Entry  41 }

  physDS1PortR11LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { physDS1PortR11Entry  42 }

  physDS1PortR11BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { physDS1PortR11Entry  43 }

  physDS1PortR11BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { physDS1PortR11Entry  44 }

  physDS1PortR11BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { physDS1PortR11Entry  45 }

  physDS1PortR11BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { physDS1PortR11Entry  46 }

  physDS1PortR11BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { physDS1PortR11Entry  47 }

  physDS1PortR11BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { physDS1PortR11Entry  48 }

  physDS1PortR11BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { physDS1PortR11Entry  49 }

  physDS1PortR11DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { physDS1PortR11Entry  50 }

  physDS1PortR11QualifiedAsUsableRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Qualified as usable reference'."
    ::= { physDS1PortR11Entry  51 }

  physDS1PortR11I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR11Entry  52 }

  physDS1PortR11I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR11Entry  53 }

  physDS1PortR11I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR11Entry  54 }

  physDS1PortR11I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR11Entry  55 }

  physDS1PortR11CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR11Entry  56 }

  physDS1PortR11DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { physDS1PortR11Entry  58 }

  physDS1PortR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { physDS1PortR11Entry  60 }

  physDS1PortR11FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { physDS1PortR11Entry  61 }

  physDS1PortR11I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR11Entry  62 }

  physDS1PortR11I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR11Entry  63 }

  physDS1PortR11I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR11Entry  64 }

  physDS1PortR11FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR11Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 Port'                                          */
-- /* Valid from: 8.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  dS1OvrDS3PrtR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OvrDS3PrtR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS3 Port'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2056 }

  dS1OvrDS3PrtR10Entry OBJECT-TYPE
    SYNTAX       DS1OvrDS3PrtR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OvrDS3PrtR10NEConn,
             dS1OvrDS3PrtR10NetwkElement,
             dS1OvrDS3PrtR10MediaGatewayIx,
             dS1OvrDS3PrtR10CtrlerIx,
             dS1OvrDS3PrtR10SlotNum,
             dS1OvrDS3PrtR10PhysDS3PortName,
             dS1OvrDS3PrtR10DS1OverDS3PortName }
    ::= {  dS1OvrDS3PrtR10Table  1  }

  DS1OvrDS3PrtR10Entry  ::=  SEQUENCE
  {
    dS1OvrDS3PrtR10NEConn              Unsigned32,
    dS1OvrDS3PrtR10NetwkElement        DisplayString,
    dS1OvrDS3PrtR10MediaGatewayIx      Unsigned32,
    dS1OvrDS3PrtR10CtrlerIx            INTEGER,
    dS1OvrDS3PrtR10SlotNum             INTEGER,
    dS1OvrDS3PrtR10PhysDS3PortName     INTEGER,
    dS1OvrDS3PrtR10DS1OverDS3PortName  DisplayString,
    dS1OvrDS3PrtR10ChanNum             INTEGER,
    dS1OvrDS3PrtR10LineFraming         INTEGER,
    dS1OvrDS3PrtR10LineStatus          BITS,
    dS1OvrDS3PrtR10ClkRef              INTEGER,
    dS1OvrDS3PrtR10DS1Type             INTEGER,
    dS1OvrDS3PrtR10SupportedTerms      BITS,
    dS1OvrDS3PrtR10DeactivnMode        INTEGER,
    dS1OvrDS3PrtR10MaxDS0ChanIx        INTEGER,
    dS1OvrDS3PrtR10AlrmState           INTEGER,
    dS1OvrDS3PrtR10AlrmLogCorr         Counter64,
    dS1OvrDS3PrtR10AlrmEvtsAttnRq      Integer32,
    dS1OvrDS3PrtR10AlrmStateTimestamp  Unsigned32,
    dS1OvrDS3PrtR10AlrmResetTimestamp  Unsigned32,
    dS1OvrDS3PrtR10DiagsLogLvl         INTEGER,
    dS1OvrDS3PrtR10DiagsAPITraceEnabled
                                       INTEGER,
    dS1OvrDS3PrtR10DiagsAPITraceTag    DisplayString,
    dS1OvrDS3PrtR10DoExtraActions      INTEGER,
    dS1OvrDS3PrtR10RowStatus           RowStatus,
    dS1OvrDS3PrtR10AdminStatus         AdminStatus,
    dS1OvrDS3PrtR10OperStatus          OperStatus,
    dS1OvrDS3PrtR10PortName            DisplayString,
    dS1OvrDS3PrtR10I1MFProtProfNEConn  Unsigned32,
    dS1OvrDS3PrtR10I2MFProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR10I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR10I4MFProtProfProfIx  Unsigned32,
    dS1OvrDS3PrtR10BitErrRate          INTEGER,
    dS1OvrDS3PrtR10AddtlInfo           DisplayString,
    dS1OvrDS3PrtR10LoopbackLocalLoopbackStatus
                                       INTEGER,
    dS1OvrDS3PrtR10LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    dS1OvrDS3PrtR10LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    dS1OvrDS3PrtR10BERTRessTestRunning INTEGER,
    dS1OvrDS3PrtR10BERTRessTestPattnSynchronized
                                       INTEGER,
    dS1OvrDS3PrtR10BERTRessTotTestTime Unsigned32,
    dS1OvrDS3PrtR10BERTRessLossSynchronizationSecs
                                       Unsigned32,
    dS1OvrDS3PrtR10BERTRessLossSignalLOSSecs
                                       Unsigned32,
    dS1OvrDS3PrtR10BERTRessBitErrRate  DisplayString,
    dS1OvrDS3PrtR10BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    dS1OvrDS3PrtR10DirectT1CAS         INTEGER,
    dS1OvrDS3PrtR10I1CASProtProfNEConn Unsigned32,
    dS1OvrDS3PrtR10I2CASProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR10I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR10I4CASProtProfProfIx Unsigned32,
    dS1OvrDS3PrtR10CASProtProfOtherVals
                                       INTEGER,
    dS1OvrDS3PrtR10DS0AlrmsAttnRq      Integer32,
    dS1OvrDS3PrtR10SummaryChldAlrmState
                                       INTEGER,
    dS1OvrDS3PrtR10FaultMonitoringLvl  INTEGER,
    dS1OvrDS3PrtR10I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    dS1OvrDS3PrtR10I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    dS1OvrDS3PrtR10I3FaultMonitoringProfFMPIx
                                       Integer32,
    dS1OvrDS3PrtR10FaultMonitoringProfOtherVals
                                       INTEGER
  }

  dS1OvrDS3PrtR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR10Entry  1 }

  dS1OvrDS3PrtR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR10Entry  2 }

  dS1OvrDS3PrtR10MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR10Entry  3 }

  dS1OvrDS3PrtR10CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR10Entry  4 }

  dS1OvrDS3PrtR10SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR10Entry  5 }

  dS1OvrDS3PrtR10PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR10Entry  6 }

  dS1OvrDS3PrtR10DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR10Entry  7 }

  dS1OvrDS3PrtR10ChanNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel number'.
                  This field is only writable during create."
    ::= { dS1OvrDS3PrtR10Entry  8 }

  dS1OvrDS3PrtR10LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { dS1OvrDS3PrtR10Entry  9 }

  dS1OvrDS3PrtR10LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { dS1OvrDS3PrtR10Entry  10 }

  dS1OvrDS3PrtR10ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { dS1OvrDS3PrtR10Entry  11 }

  dS1OvrDS3PrtR10DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { dS1OvrDS3PrtR10Entry  12 }

  dS1OvrDS3PrtR10SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { dS1OvrDS3PrtR10Entry  13 }

  dS1OvrDS3PrtR10DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { dS1OvrDS3PrtR10Entry  14 }

  dS1OvrDS3PrtR10MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { dS1OvrDS3PrtR10Entry  15 }

  dS1OvrDS3PrtR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OvrDS3PrtR10Entry  16 }

  dS1OvrDS3PrtR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { dS1OvrDS3PrtR10Entry  17 }

  dS1OvrDS3PrtR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OvrDS3PrtR10Entry  18 }

  dS1OvrDS3PrtR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OvrDS3PrtR10Entry  19 }

  dS1OvrDS3PrtR10AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { dS1OvrDS3PrtR10Entry  20 }

  dS1OvrDS3PrtR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { dS1OvrDS3PrtR10Entry  21 }

  dS1OvrDS3PrtR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR10Entry  22 }

  dS1OvrDS3PrtR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { dS1OvrDS3PrtR10Entry  23 }

  dS1OvrDS3PrtR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR10Entry  24 }

  dS1OvrDS3PrtR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { dS1OvrDS3PrtR10Entry  25 }

  dS1OvrDS3PrtR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR10Entry  26 }

  dS1OvrDS3PrtR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR10Entry  27 }

  dS1OvrDS3PrtR10PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { dS1OvrDS3PrtR10Entry  29 }

  dS1OvrDS3PrtR10I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  30 }

  dS1OvrDS3PrtR10I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  31 }

  dS1OvrDS3PrtR10I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  32 }

  dS1OvrDS3PrtR10I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  33 }

  dS1OvrDS3PrtR10BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { dS1OvrDS3PrtR10Entry  34 }

  dS1OvrDS3PrtR10AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { dS1OvrDS3PrtR10Entry  35 }

  dS1OvrDS3PrtR10LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { dS1OvrDS3PrtR10Entry  36 }

  dS1OvrDS3PrtR10LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { dS1OvrDS3PrtR10Entry  37 }

  dS1OvrDS3PrtR10LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { dS1OvrDS3PrtR10Entry  38 }

  dS1OvrDS3PrtR10BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { dS1OvrDS3PrtR10Entry  39 }

  dS1OvrDS3PrtR10BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { dS1OvrDS3PrtR10Entry  40 }

  dS1OvrDS3PrtR10BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { dS1OvrDS3PrtR10Entry  41 }

  dS1OvrDS3PrtR10BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { dS1OvrDS3PrtR10Entry  42 }

  dS1OvrDS3PrtR10BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { dS1OvrDS3PrtR10Entry  43 }

  dS1OvrDS3PrtR10BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { dS1OvrDS3PrtR10Entry  44 }

  dS1OvrDS3PrtR10BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { dS1OvrDS3PrtR10Entry  45 }

  dS1OvrDS3PrtR10DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR10Entry  46 }

  dS1OvrDS3PrtR10I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  47 }

  dS1OvrDS3PrtR10I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  48 }

  dS1OvrDS3PrtR10I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  49 }

  dS1OvrDS3PrtR10I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  50 }

  dS1OvrDS3PrtR10CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR10Entry  51 }

  dS1OvrDS3PrtR10DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { dS1OvrDS3PrtR10Entry  53 }

  dS1OvrDS3PrtR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dS1OvrDS3PrtR10Entry  55 }

  dS1OvrDS3PrtR10FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { dS1OvrDS3PrtR10Entry  56 }

  dS1OvrDS3PrtR10I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  57 }

  dS1OvrDS3PrtR10I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  58 }

  dS1OvrDS3PrtR10I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR10Entry  59 }

  dS1OvrDS3PrtR10FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR10Entry  60 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 TDM Carrier DS0 Termination'                            */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  tDMCrrDS0TermR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCrrDS0TermR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Carrier'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2057 }

  tDMCrrDS0TermR1Entry OBJECT-TYPE
    SYNTAX       TDMCrrDS0TermR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCrrDS0TermR1NEConn,
             tDMCrrDS0TermR1NetwkElement,
             tDMCrrDS0TermR1MediaGatewayIx,
             tDMCrrDS0TermR1CarrIx,
             tDMCrrDS0TermR1Timeslot }
    ::= {  tDMCrrDS0TermR1Table  1  }

  TDMCrrDS0TermR1Entry  ::=  SEQUENCE
  {
    tDMCrrDS0TermR1NEConn              Unsigned32,
    tDMCrrDS0TermR1NetwkElement        DisplayString,
    tDMCrrDS0TermR1MediaGatewayIx      Unsigned32,
    tDMCrrDS0TermR1CarrIx              Unsigned32,
    tDMCrrDS0TermR1Timeslot            Integer32,
    tDMCrrDS0TermR1InUseBy             INTEGER,
    tDMCrrDS0TermR1TnGenTestStatus     INTEGER,
    tDMCrrDS0TermR1TnGenTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR1TnGenTestLvl        INTEGER,
    tDMCrrDS0TermR1TnDetTestStatus     INTEGER,
    tDMCrrDS0TermR1TnDetTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR1TnDetTestLvl        INTEGER,
    tDMCrrDS0TermR1TnDetTestFreq       INTEGER,
    tDMCrrDS0TermR1AlrmState           INTEGER,
    tDMCrrDS0TermR1AlrmStateTimestamp  Unsigned32,
    tDMCrrDS0TermR1AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tDMCrrDS0TermR1AlrmEvtsAttnRq      Integer32,
    tDMCrrDS0TermR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCrrDS0TermR1DoExtraActions      INTEGER
  }

  tDMCrrDS0TermR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCrrDS0TermR1Entry  1 }

  tDMCrrDS0TermR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCrrDS0TermR1Entry  2 }

  tDMCrrDS0TermR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR1Entry  3 }

  tDMCrrDS0TermR1CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR1Entry  4 }

  tDMCrrDS0TermR1Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { tDMCrrDS0TermR1Entry  5 }

  tDMCrrDS0TermR1InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { tDMCrrDS0TermR1Entry  6 }

  tDMCrrDS0TermR1TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { tDMCrrDS0TermR1Entry  7 }

  tDMCrrDS0TermR1TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { tDMCrrDS0TermR1Entry  8 }

  tDMCrrDS0TermR1TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { tDMCrrDS0TermR1Entry  9 }

  tDMCrrDS0TermR1TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { tDMCrrDS0TermR1Entry  10 }

  tDMCrrDS0TermR1TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { tDMCrrDS0TermR1Entry  11 }

  tDMCrrDS0TermR1TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { tDMCrrDS0TermR1Entry  12 }

  tDMCrrDS0TermR1TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { tDMCrrDS0TermR1Entry  13 }

  tDMCrrDS0TermR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCrrDS0TermR1Entry  14 }

  tDMCrrDS0TermR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCrrDS0TermR1Entry  15 }

  tDMCrrDS0TermR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCrrDS0TermR1Entry  16 }

  tDMCrrDS0TermR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCrrDS0TermR1Entry  17 }

  tDMCrrDS0TermR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCrrDS0TermR1Entry  18 }

  tDMCrrDS0TermR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCrrDS0TermR1Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  iSUPLclSigDestR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2058 }

  iSUPLclSigDestR14Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR14NEConn,
             iSUPLclSigDestR14NetwkElement,
             iSUPLclSigDestR14CFSIx,
             iSUPLclSigDestR14ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR14Table  1  }

  ISUPLclSigDestR14Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR14NEConn            Unsigned32,
    iSUPLclSigDestR14NetwkElement      DisplayString,
    iSUPLclSigDestR14CFSIx             Unsigned32,
    iSUPLclSigDestR14ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR14PassOnMsg         INTEGER,
    iSUPLclSigDestR14CgstnStatus       INTEGER,
    iSUPLclSigDestR14CLLI              DisplayString,
    iSUPLclSigDestR14SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR14SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR14T1TimerDurn       Unsigned32,
    iSUPLclSigDestR14T2TimerDurn       Unsigned32,
    iSUPLclSigDestR14T3TimerDurn       Unsigned32,
    iSUPLclSigDestR14T5TimerDurn       Unsigned32,
    iSUPLclSigDestR14T6TimerDurn       Unsigned32,
    iSUPLclSigDestR14T7TimerDurn       Unsigned32,
    iSUPLclSigDestR14T8TimerDurn       Unsigned32,
    iSUPLclSigDestR14T9TimerDurn       Unsigned32,
    iSUPLclSigDestR14T10TimerDurn      Unsigned32,
    iSUPLclSigDestR14T11TimerDurn      Unsigned32,
    iSUPLclSigDestR14T12TimerDurn      Unsigned32,
    iSUPLclSigDestR14T13TimerDurn      Unsigned32,
    iSUPLclSigDestR14T14TimerDurn      Unsigned32,
    iSUPLclSigDestR14T15TimerDurn      Unsigned32,
    iSUPLclSigDestR14T16TimerDurn      Unsigned32,
    iSUPLclSigDestR14T17TimerDurn      Unsigned32,
    iSUPLclSigDestR14T18TimerDurn      Unsigned32,
    iSUPLclSigDestR14T19TimerDurn      Unsigned32,
    iSUPLclSigDestR14T20TimerDurn      Unsigned32,
    iSUPLclSigDestR14T21TimerDurn      Unsigned32,
    iSUPLclSigDestR14T22TimerDurn      Unsigned32,
    iSUPLclSigDestR14T23TimerDurn      Unsigned32,
    iSUPLclSigDestR14T25TimerDurn      Unsigned32,
    iSUPLclSigDestR14T26TimerDurn      Unsigned32,
    iSUPLclSigDestR14T27TimerDurn      Unsigned32,
    iSUPLclSigDestR14T28TimerDurn      Unsigned32,
    iSUPLclSigDestR14T29TimerDurn      Unsigned32,
    iSUPLclSigDestR14T30TimerDurn      Unsigned32,
    iSUPLclSigDestR14T33TimerDurn      Unsigned32,
    iSUPLclSigDestR14T35TimerDurn      Unsigned32,
    iSUPLclSigDestR14T38TimerDurn      Unsigned32,
    iSUPLclSigDestR14CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR14CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR14CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR14CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR14BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR14SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR14CongTimerDurn     Unsigned32,
    iSUPLclSigDestR14MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR14SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR14TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR14AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR14DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR14UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR14UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR14CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR14MaxResetRetries   Unsigned32,
    iSUPLclSigDestR14MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR14MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR14DeactivnMode      INTEGER,
    iSUPLclSigDestR14AlrmState         INTEGER,
    iSUPLclSigDestR14AlrmLogCorr       Counter64,
    iSUPLclSigDestR14AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR14AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR14AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR14ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR14ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR14ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR14ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR14SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR14DoExtraActions    INTEGER,
    iSUPLclSigDestR14RowStatus         RowStatus,
    iSUPLclSigDestR14AdminStatus       AdminStatus,
    iSUPLclSigDestR14OperStatus        OperStatus,
    iSUPLclSigDestR14SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR14T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR14T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR14T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR14Variant           INTEGER,
    iSUPLclSigDestR14ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR14RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR14ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR14EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR14RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR14ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR14StatisticsAlrms   Integer32,
    iSUPLclSigDestR14T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR14T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR14T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32
  }

  iSUPLclSigDestR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR14Entry  1 }

  iSUPLclSigDestR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR14Entry  2 }

  iSUPLclSigDestR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR14Entry  3 }

  iSUPLclSigDestR14ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR14Entry  4 }

  iSUPLclSigDestR14PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR14Entry  5 }

  iSUPLclSigDestR14CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR14Entry  6 }

  iSUPLclSigDestR14CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR14Entry  7 }

  iSUPLclSigDestR14SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR14Entry  8 }

  iSUPLclSigDestR14SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR14Entry  9 }

  iSUPLclSigDestR14T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR14Entry  10 }

  iSUPLclSigDestR14T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR14Entry  11 }

  iSUPLclSigDestR14T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR14Entry  12 }

  iSUPLclSigDestR14T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR14Entry  14 }

  iSUPLclSigDestR14T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR14Entry  15 }

  iSUPLclSigDestR14T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR14Entry  16 }

  iSUPLclSigDestR14T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR14Entry  17 }

  iSUPLclSigDestR14T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR14Entry  18 }

  iSUPLclSigDestR14T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR14Entry  19 }

  iSUPLclSigDestR14T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR14Entry  20 }

  iSUPLclSigDestR14T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  21 }

  iSUPLclSigDestR14T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  22 }

  iSUPLclSigDestR14T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  23 }

  iSUPLclSigDestR14T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  24 }

  iSUPLclSigDestR14T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR14Entry  25 }

  iSUPLclSigDestR14T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR14Entry  26 }

  iSUPLclSigDestR14T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  27 }

  iSUPLclSigDestR14T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  28 }

  iSUPLclSigDestR14T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  29 }

  iSUPLclSigDestR14T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR14Entry  30 }

  iSUPLclSigDestR14T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR14Entry  31 }

  iSUPLclSigDestR14T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR14Entry  32 }

  iSUPLclSigDestR14T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR14Entry  33 }

  iSUPLclSigDestR14T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR14Entry  34 }

  iSUPLclSigDestR14T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR14Entry  35 }

  iSUPLclSigDestR14T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR14Entry  36 }

  iSUPLclSigDestR14T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    DEFVAL       { 500 }
    ::= { iSUPLclSigDestR14Entry  37 }

  iSUPLclSigDestR14T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR14Entry  38 }

  iSUPLclSigDestR14T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR14Entry  39 }

  iSUPLclSigDestR14T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR14Entry  40 }

  iSUPLclSigDestR14T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR14Entry  42 }

  iSUPLclSigDestR14CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR14Entry  43 }

  iSUPLclSigDestR14CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR14Entry  44 }

  iSUPLclSigDestR14CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR14Entry  45 }

  iSUPLclSigDestR14CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR14Entry  46 }

  iSUPLclSigDestR14BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300000..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR14Entry  47 }

  iSUPLclSigDestR14SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR14Entry  48 }

  iSUPLclSigDestR14CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR14Entry  49 }

  iSUPLclSigDestR14MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR14Entry  50 }

  iSUPLclSigDestR14SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR14Entry  51 }

  iSUPLclSigDestR14TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR14Entry  52 }

  iSUPLclSigDestR14AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR14Entry  53 }

  iSUPLclSigDestR14DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR14Entry  54 }

  iSUPLclSigDestR14UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR14Entry  55 }

  iSUPLclSigDestR14UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR14Entry  56 }

  iSUPLclSigDestR14CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR14Entry  57 }

  iSUPLclSigDestR14MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR14Entry  58 }

  iSUPLclSigDestR14MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR14Entry  59 }

  iSUPLclSigDestR14MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR14Entry  60 }

  iSUPLclSigDestR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR14Entry  61 }

  iSUPLclSigDestR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR14Entry  62 }

  iSUPLclSigDestR14AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR14Entry  63 }

  iSUPLclSigDestR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR14Entry  64 }

  iSUPLclSigDestR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR14Entry  65 }

  iSUPLclSigDestR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR14Entry  66 }

  iSUPLclSigDestR14ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR14Entry  67 }

  iSUPLclSigDestR14ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR14Entry  68 }

  iSUPLclSigDestR14ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR14Entry  69 }

  iSUPLclSigDestR14ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR14Entry  70 }

  iSUPLclSigDestR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR14Entry  71 }

  iSUPLclSigDestR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR14Entry  72 }

  iSUPLclSigDestR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR14Entry  73 }

  iSUPLclSigDestR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR14Entry  74 }

  iSUPLclSigDestR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR14Entry  75 }

  iSUPLclSigDestR14SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR14Entry  76 }

  iSUPLclSigDestR14T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR14Entry  77 }

  iSUPLclSigDestR14T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR14Entry  78 }

  iSUPLclSigDestR14T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR14Entry  79 }

  iSUPLclSigDestR14Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   bolivian(20),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   german(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR14Entry  80 }

  iSUPLclSigDestR14ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR14Entry  81 }

  iSUPLclSigDestR14RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR14Entry  82 }

  iSUPLclSigDestR14ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR14Entry  83 }

  iSUPLclSigDestR14EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR14Entry  84 }

  iSUPLclSigDestR14RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR14Entry  85 }

  iSUPLclSigDestR14ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR14Entry  86 }

  iSUPLclSigDestR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR14Entry  87 }

  iSUPLclSigDestR14T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR14Entry  88 }

  iSUPLclSigDestR14T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR14Entry  89 }

  iSUPLclSigDestR14T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR14Entry  90 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel'                                         */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  iSUPMediaChanR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2059 }

  iSUPMediaChanR14Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanR14NEConn,
             iSUPMediaChanR14NetwkElement,
             iSUPMediaChanR14CFSIx,
             iSUPMediaChanR14ISUPLocalSigDestIx,
             iSUPMediaChanR14ISUPRemSigDestIx,
             iSUPMediaChanR14MediaChanIx }
    ::= {  iSUPMediaChanR14Table  1  }

  ISUPMediaChanR14Entry  ::=  SEQUENCE
  {
    iSUPMediaChanR14NEConn             Unsigned32,
    iSUPMediaChanR14NetwkElement       DisplayString,
    iSUPMediaChanR14CFSIx              Unsigned32,
    iSUPMediaChanR14ISUPLocalSigDestIx Unsigned32,
    iSUPMediaChanR14ISUPRemSigDestIx   Unsigned32,
    iSUPMediaChanR14MediaChanIx        Unsigned32,
    iSUPMediaChanR14AllocationPolicy   INTEGER,
    iSUPMediaChanR14GuardTimerDurn     Integer32,
    iSUPMediaChanR14TrnkGpNum          INTEGER,
    iSUPMediaChanR14DualSeizurePolicy  INTEGER,
    iSUPMediaChanR14ZUtilization       INTEGER,
    iSUPMediaChanR14AlrmState          INTEGER,
    iSUPMediaChanR14AlrmEvtsAttnRq     Integer32,
    iSUPMediaChanR14AlrmStateTimestamp Unsigned32,
    iSUPMediaChanR14AlrmResetTimestamp Unsigned32,
    iSUPMediaChanR14DoExtraActions     INTEGER,
    iSUPMediaChanR14RowStatus          RowStatus,
    iSUPMediaChanR14AdminStatus        AdminStatus,
    iSUPMediaChanR14OperStatus         OperStatus,
    iSUPMediaChanR14AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPMediaChanR14AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPMediaChanR14AlrmEvtsAtndDp     Integer32,
    iSUPMediaChanR14DisallowSigLRN     INTEGER,
    iSUPMediaChanR14BAFBillAppendOrigingLRNMod
                                       INTEGER,
    iSUPMediaChanR14BAFBillConnectedSwitchLRN
                                       DisplayString,
    iSUPMediaChanR14BAFBillOverrideSignalledLRN
                                       INTEGER,
    iSUPMediaChanR14EchoCancellation   INTEGER,
    iSUPMediaChanR14Desc               DisplayString,
    iSUPMediaChanR14UseISUPCldAddrPrefixInfo
                                       INTEGER,
    iSUPMediaChanR14SupportedCallDirections
                                       INTEGER,
    iSUPMediaChanR14RcvGain            INTEGER,
    iSUPMediaChanR14BAFBillInTermCDRType
                                       INTEGER,
    iSUPMediaChanR14BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSUPMediaChanR14BAFBillInTandemCDRType
                                       INTEGER,
    iSUPMediaChanR14BAFBillOutOrigingCDRType
                                       INTEGER,
    iSUPMediaChanR14BAFBillOutTandemCDRType
                                       INTEGER,
    iSUPMediaChanR14BAFCNABllInCllsCIC Unsigned32,
    iSUPMediaChanR14BAFCNABllInCllsIncCNABillNum
                                       INTEGER,
    iSUPMediaChanR14CNABillCNABillNum  DisplayString,
    iSUPMediaChanR14CNABillIncChargeNum
                                       INTEGER,
    iSUPMediaChanR14CNABillIncClgNum   INTEGER,
    iSUPMediaChanR14Variant            INTEGER,
    iSUPMediaChanR14GatewayIx          Unsigned32,
    iSUPMediaChanR14XmitGain           INTEGER,
    iSUPMediaChanR14OverrideLocalCLLICode
                                       INTEGER,
    iSUPMediaChanR14LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR14OverrideRemCLLICode
                                       INTEGER,
    iSUPMediaChanR14RemCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR14StatisticsAlrms    Integer32,
    iSUPMediaChanR14I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSUPMediaChanR14I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSUPMediaChanR14I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSUPMediaChanR14FaultMonitoringProfOtherVals
                                       INTEGER,
    iSUPMediaChanR14ApplyFMPToReltdObjectTypes
                                       BITS,
    iSUPMediaChanR14AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSUPMediaChanR14TransportType      INTEGER,
    iSUPMediaChanR14XMLBillTrnkAccountingRef
                                       DisplayString
  }

  iSUPMediaChanR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanR14Entry  1 }

  iSUPMediaChanR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanR14Entry  2 }

  iSUPMediaChanR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanR14Entry  3 }

  iSUPMediaChanR14ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR14Entry  4 }

  iSUPMediaChanR14ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR14Entry  5 }

  iSUPMediaChanR14MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanR14Entry  6 }

  iSUPMediaChanR14AllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   highestNumberedCIC(1),
                   lowestNumberedCIC(2),
                   mostIdle(3),
                   leastIdle(4),
                   mostIdleLeastIdle(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation policy'.
                  This field is not writable when active."
    DEFVAL       { highestNumberedCIC }
    ::= { iSUPMediaChanR14Entry  7 }

  iSUPMediaChanR14GuardTimerDurn OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Guard timer duration'.
                  This field is not writable when active."
    DEFVAL       { 750 }
    ::= { iSUPMediaChanR14Entry  8 }

  iSUPMediaChanR14TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR14Entry  9 }

  iSUPMediaChanR14DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2),
                   highPointCodeEvenCIC(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'.
                  This field is not writable when active."
    DEFVAL       { thisExchange }
    ::= { iSUPMediaChanR14Entry  10 }

  iSUPMediaChanR14ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { iSUPMediaChanR14Entry  11 }

  iSUPMediaChanR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPMediaChanR14Entry  12 }

  iSUPMediaChanR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR14Entry  13 }

  iSUPMediaChanR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPMediaChanR14Entry  14 }

  iSUPMediaChanR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPMediaChanR14Entry  15 }

  iSUPMediaChanR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR14Entry  16 }

  iSUPMediaChanR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPMediaChanR14Entry  17 }

  iSUPMediaChanR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR14Entry  18 }

  iSUPMediaChanR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR14Entry  19 }

  iSUPMediaChanR14AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPMediaChanR14Entry  20 }

  iSUPMediaChanR14AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPMediaChanR14Entry  21 }

  iSUPMediaChanR14AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR14Entry  22 }

  iSUPMediaChanR14DisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  24 }

  iSUPMediaChanR14BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  25 }

  iSUPMediaChanR14BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { iSUPMediaChanR14Entry  26 }

  iSUPMediaChanR14BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  27 }

  iSUPMediaChanR14EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { iSUPMediaChanR14Entry  34 }

  iSUPMediaChanR14Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPMediaChanR14Entry  36 }

  iSUPMediaChanR14UseISUPCldAddrPrefixInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  37 }

  iSUPMediaChanR14SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSUPMediaChanR14Entry  38 }

  iSUPMediaChanR14RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR14Entry  39 }

  iSUPMediaChanR14BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR14Entry  40 }

  iSUPMediaChanR14BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  41 }

  iSUPMediaChanR14BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR14Entry  42 }

  iSUPMediaChanR14BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR14Entry  43 }

  iSUPMediaChanR14BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR14Entry  44 }

  iSUPMediaChanR14BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR14Entry  45 }

  iSUPMediaChanR14BAFCNABllInCllsIncCNABillNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include CNA billing number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  46 }

  iSUPMediaChanR14CNABillCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSUPMediaChanR14Entry  47 }

  iSUPMediaChanR14CNABillIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  48 }

  iSUPMediaChanR14CNABillIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  49 }

  iSUPMediaChanR14Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPMediaChanR14Entry  50 }

  iSUPMediaChanR14GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR14Entry  51 }

  iSUPMediaChanR14XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR14Entry  52 }

  iSUPMediaChanR14OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  53 }

  iSUPMediaChanR14LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR14Entry  54 }

  iSUPMediaChanR14OverrideRemCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override remote CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR14Entry  55 }

  iSUPMediaChanR14RemCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR14Entry  56 }

  iSUPMediaChanR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPMediaChanR14Entry  57 }

  iSUPMediaChanR14I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR14Entry  58 }

  iSUPMediaChanR14I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR14Entry  59 }

  iSUPMediaChanR14I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR14Entry  60 }

  iSUPMediaChanR14FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPMediaChanR14Entry  61 }

  iSUPMediaChanR14ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSUPMediaChanR14Entry  62 }

  iSUPMediaChanR14AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSUPMediaChanR14Entry  63 }

  iSUPMediaChanR14TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPMediaChanR14Entry  64 }

  iSUPMediaChanR14XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSUPMediaChanR14Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Table'                                              */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  rPSRoutingTableR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSRoutingTableR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2060 }

  rPSRoutingTableR12Entry OBJECT-TYPE
    SYNTAX       RPSRoutingTableR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSRoutingTableR12NEConn,
             rPSRoutingTableR12NetwkElement,
             rPSRoutingTableR12CFSIx,
             rPSRoutingTableR12CfgSetIx,
             rPSRoutingTableR12RtgTblIx }
    ::= {  rPSRoutingTableR12Table  1  }

  RPSRoutingTableR12Entry  ::=  SEQUENCE
  {
    rPSRoutingTableR12NEConn           Unsigned32,
    rPSRoutingTableR12NetwkElement     DisplayString,
    rPSRoutingTableR12CFSIx            Unsigned32,
    rPSRoutingTableR12CfgSetIx         Unsigned32,
    rPSRoutingTableR12RtgTblIx         Unsigned32,
    rPSRoutingTableR12RtgTblType       INTEGER,
    rPSRoutingTableR12RowStatus        RowStatus,
    rPSRoutingTableR12ExportCorr       Counter64,
    rPSRoutingTableR12ExportNumObjectsExported
                                       Integer32,
    rPSRoutingTableR12ExportStatus     DisplayString,
    rPSRoutingTableR12ExportFile       DisplayString,
    rPSRoutingTableR12ExportCorrNode   DisplayString,
    rPSRoutingTableR12DoExtraActions   INTEGER,
    rPSRoutingTableR12RtgActionAlrmsAtndDp
                                       Integer32,
    rPSRoutingTableR12RtgActionAlrmEvtsAtndDp
                                       Integer32,
    rPSRoutingTableR12SummaryChldAlrmState
                                       INTEGER,
    rPSRoutingTableR12ExportCorrUID    DisplayString,
    rPSRoutingTableR12RtgTblName       DisplayString,
    rPSRoutingTableR12MatchAttr1       INTEGER,
    rPSRoutingTableR12MatchAttr2       INTEGER,
    rPSRoutingTableR12MatchAttr3       INTEGER,
    rPSRoutingTableR12TotChldAlrmsAtndDp
                                       Unsigned32,
    rPSRoutingTableR12TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    rPSRoutingTableR12ExportIncASRepData
                                       INTEGER,
    rPSRoutingTableR12ExportChldObjectsToInc
                                       INTEGER
  }

  rPSRoutingTableR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSRoutingTableR12Entry  1 }

  rPSRoutingTableR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSRoutingTableR12Entry  2 }

  rPSRoutingTableR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSRoutingTableR12Entry  3 }

  rPSRoutingTableR12CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSRoutingTableR12Entry  4 }

  rPSRoutingTableR12RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSRoutingTableR12Entry  5 }

  rPSRoutingTableR12RtgTblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   destinationAddress(1),
                   sourceAddress(2),
                   transitAddress(3),
                   currentTime(4),
                   sequentialSelection(5),
                   weightedRandom(6),
                   stickyRandom(7),
                   callGapping(8),
                   incomingMediaType(13),
                   subscriberNVAndRoutingAttributes(14),
                   numberValidationAttributes(23),
                   incomingReleaseCause(24),
                   bearerCapability(25),
                   callingPartyCategory(26),
                   propagationDelay(27),
                   satelliteIndicator(28),
                   iSUPPreferenceIndicator(29),
                   germanNationalISUPUKKParameter(30),
                   germanNationalISUPSSPParameter(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table type'."
    ::= { rPSRoutingTableR12Entry  6 }

  rPSRoutingTableR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSRoutingTableR12Entry  7 }

  rPSRoutingTableR12ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSRoutingTableR12Entry  8 }

  rPSRoutingTableR12ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSRoutingTableR12Entry  9 }

  rPSRoutingTableR12ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSRoutingTableR12Entry  10 }

  rPSRoutingTableR12ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSRoutingTableR12Entry  11 }

  rPSRoutingTableR12ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSRoutingTableR12Entry  12 }

  rPSRoutingTableR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSRoutingTableR12Entry  13 }

  rPSRoutingTableR12RtgActionAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarms'."
    ::= { rPSRoutingTableR12Entry  14 }

  rPSRoutingTableR12RtgActionAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSRoutingTableR12Entry  15 }

  rPSRoutingTableR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSRoutingTableR12Entry  16 }

  rPSRoutingTableR12ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSRoutingTableR12Entry  17 }

  rPSRoutingTableR12RtgTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table name'."
    ::= { rPSRoutingTableR12Entry  18 }

  rPSRoutingTableR12MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR12Entry  19 }

  rPSRoutingTableR12MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR12Entry  20 }

  rPSRoutingTableR12MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR12Entry  21 }

  rPSRoutingTableR12TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSRoutingTableR12Entry  22 }

  rPSRoutingTableR12TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSRoutingTableR12Entry  23 }

  rPSRoutingTableR12ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSRoutingTableR12Entry  29 }

  rPSRoutingTableR12ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSRoutingTableR12Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Gateway'                                          */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  sigGatewayR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigGatewayR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2061 }

  sigGatewayR11Entry OBJECT-TYPE
    SYNTAX       SigGatewayR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigGatewayR11NEConn,
             sigGatewayR11NetwkElement,
             sigGatewayR11SigPointID }
    ::= {  sigGatewayR11Table  1  }

  SigGatewayR11Entry  ::=  SEQUENCE
  {
    sigGatewayR11NEConn                Unsigned32,
    sigGatewayR11NetwkElement          DisplayString,
    sigGatewayR11SigPointID            Unsigned32,
    sigGatewayR11PointCode             Unsigned32,
    sigGatewayR11SigGatewayName        DisplayString,
    sigGatewayR11I1SigPointTimerProfNEConn
                                       Unsigned32,
    sigGatewayR11I2SigPointTimerProfNetwkElement
                                       DisplayString,
    sigGatewayR11I3SigPointTimerProfSigPointID
                                       Unsigned32,
    sigGatewayR11I4SigPointTimerProfProfID
                                       Unsigned32,
    sigGatewayR11DestAlrmsAttnRq       Integer32,
    sigGatewayR11DestAlrmEvtsAttnRq    Integer32,
    sigGatewayR11DestAlrmsAtndDp       Integer32,
    sigGatewayR11DestAlrmEvtsAtndDp    Integer32,
    sigGatewayR11LinkSetAlrmsAttnRq    Integer32,
    sigGatewayR11LinkSetAlrmEvtsAttnRq Integer32,
    sigGatewayR11TotChldAlrmsAttnRq    Unsigned32,
    sigGatewayR11TotChldAlrmEvtsAttnRq Unsigned32,
    sigGatewayR11TotChldAlrmsAtndDp    Unsigned32,
    sigGatewayR11TotChldAlrmEvtsAtndDp Unsigned32,
    sigGatewayR11SummaryChldAlrmState  INTEGER,
    sigGatewayR11RowStatus             RowStatus,
    sigGatewayR11AdminStatus           AdminStatus,
    sigGatewayR11OperStatus            OperStatus,
    sigGatewayR11CgstnControlMethod    INTEGER,
    sigGatewayR11AllowProxiedPointCodes
                                       INTEGER,
    sigGatewayR11SigPointType          INTEGER,
    sigGatewayR11MTP3Variant           INTEGER,
    sigGatewayR11I1ESAESAProtDomNEConn Unsigned32,
    sigGatewayR11I2ESAESAProtDomNetwkElement
                                       DisplayString,
    sigGatewayR11I3ESAESAProtDomCFSIx  Unsigned32,
    sigGatewayR11I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    sigGatewayR11ESAESAProtDomOtherVals
                                       INTEGER,
    sigGatewayR11ESAProtectionAct      INTEGER,
    sigGatewayR11ESASigGatewayCtrlStatus
                                       INTEGER,
    sigGatewayR11ESAAutoSwitchoverQualificationTime
                                       Unsigned32,
    sigGatewayR11ChldStatisticsAlrms   Integer32,
    sigGatewayR11NetwkIndicator        INTEGER,
    sigGatewayR11DeactivateLinksetsOnUserPartUnavail
                                       INTEGER,
    sigGatewayR11M3UARmASAlrmsAttnRq   Integer32,
    sigGatewayR11M3UARmASAlrmEvtsAttnRq
                                       Integer32,
    sigGatewayR11M3UARmASAlrmsAtndDp   Integer32,
    sigGatewayR11M3UARmASAlrmEvtsAtndDp
                                       Integer32,
    sigGatewayR11StatisticsAlrms       Integer32
  }

  sigGatewayR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigGatewayR11Entry  1 }

  sigGatewayR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigGatewayR11Entry  2 }

  sigGatewayR11SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigGatewayR11Entry  3 }

  sigGatewayR11PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is not writable when active."
    ::= { sigGatewayR11Entry  4 }

  sigGatewayR11SigGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway name'."
    ::= { sigGatewayR11Entry  5 }

  sigGatewayR11I1SigPointTimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR11Entry  6 }

  sigGatewayR11I2SigPointTimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR11Entry  7 }

  sigGatewayR11I3SigPointTimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR11Entry  8 }

  sigGatewayR11I4SigPointTimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR11Entry  9 }

  sigGatewayR11DestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarms'."
    ::= { sigGatewayR11Entry  10 }

  sigGatewayR11DestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR11Entry  11 }

  sigGatewayR11DestAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarms'."
    ::= { sigGatewayR11Entry  12 }

  sigGatewayR11DestAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR11Entry  13 }

  sigGatewayR11LinkSetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarms'."
    ::= { sigGatewayR11Entry  14 }

  sigGatewayR11LinkSetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR11Entry  15 }

  sigGatewayR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sigGatewayR11Entry  16 }

  sigGatewayR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sigGatewayR11Entry  17 }

  sigGatewayR11TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sigGatewayR11Entry  18 }

  sigGatewayR11TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sigGatewayR11Entry  19 }

  sigGatewayR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigGatewayR11Entry  20 }

  sigGatewayR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigGatewayR11Entry  21 }

  sigGatewayR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR11Entry  22 }

  sigGatewayR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR11Entry  23 }

  sigGatewayR11CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { sigGatewayR11Entry  24 }

  sigGatewayR11AllowProxiedPointCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow proxied point codes'."
    DEFVAL       { false }
    ::= { sigGatewayR11Entry  27 }

  sigGatewayR11SigPointType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sEP(1),
                   sTP(2),
                   sTEP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling point type'.
                  This field is not writable when active."
    ::= { sigGatewayR11Entry  28 }

  sigGatewayR11MTP3Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   bolivian(17),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   german(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 variant'.
                  This field is only writable during create."
    ::= { sigGatewayR11Entry  29 }

  sigGatewayR11I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR11Entry  30 }

  sigGatewayR11I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR11Entry  31 }

  sigGatewayR11I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR11Entry  32 }

  sigGatewayR11I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR11Entry  33 }

  sigGatewayR11ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sigGatewayR11Entry  34 }

  sigGatewayR11ESAProtectionAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA - protection active'."
    DEFVAL       { true }
    ::= { sigGatewayR11Entry  35 }

  sigGatewayR11ESASigGatewayCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   signalingGatewayControlling(1),
                   signalingGatewayNotControlling(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - Signaling Gateway control status'."
    ::= { sigGatewayR11Entry  36 }

  sigGatewayR11ESAAutoSwitchoverQualificationTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - automatic switchover qualification time'."
    DEFVAL       { 5 }
    ::= { sigGatewayR11Entry  37 }

  sigGatewayR11ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigGatewayR11Entry  38 }

  sigGatewayR11NetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { sigGatewayR11Entry  39 }

  sigGatewayR11DeactivateLinksetsOnUserPartUnavail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deactivate linksets on user part unavailability'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigGatewayR11Entry  40 }

  sigGatewayR11M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarms'."
    ::= { sigGatewayR11Entry  41 }

  sigGatewayR11M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR11Entry  42 }

  sigGatewayR11M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarms'."
    ::= { sigGatewayR11Entry  43 }

  sigGatewayR11M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR11Entry  44 }

  sigGatewayR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigGatewayR11Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 8.3                                                               */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 8.3.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2062 }

  mediaGatewayModelR29Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR29NEConn,
             mediaGatewayModelR29NetwkElement,
             mediaGatewayModelR29CFSIx,
             mediaGatewayModelR29ModelIx }
    ::= {  mediaGatewayModelR29Table  1  }

  MediaGatewayModelR29Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR29NEConn         Unsigned32,
    mediaGatewayModelR29NetwkElement   DisplayString,
    mediaGatewayModelR29CFSIx          Unsigned32,
    mediaGatewayModelR29ModelIx        Unsigned32,
    mediaGatewayModelR29Category       INTEGER,
    mediaGatewayModelR29ModelName      DisplayString,
    mediaGatewayModelR29Desc           DisplayString,
    mediaGatewayModelR29ControlProt    INTEGER,
    mediaGatewayModelR29ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR29LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR29PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR29PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR29AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR29AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR29RefCnt         Unsigned32,
    mediaGatewayModelR29RowStatus      RowStatus,
    mediaGatewayModelR29DefModel       INTEGER,
    mediaGatewayModelR29Authentication INTEGER,
    mediaGatewayModelR29SupportedConnTypes
                                       BITS,
    mediaGatewayModelR29AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR29ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR29ExportStatus   DisplayString,
    mediaGatewayModelR29ExportFile     DisplayString,
    mediaGatewayModelR29ExportCorr     Counter64,
    mediaGatewayModelR29ExportCorrNode DisplayString,
    mediaGatewayModelR29ExportCorrUID  DisplayString,
    mediaGatewayModelR29DoExtraActions INTEGER,
    mediaGatewayModelR29FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR29FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR29FBsMGCP        BITS,
    mediaGatewayModelR29FBsMeGaCo      BITS,
    mediaGatewayModelR29FBsSIP         BITS,
    mediaGatewayModelR29FixBitsMeGaCo2 BITS,
    mediaGatewayModelR29MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR29AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR29AlertInfoDR2   DisplayString,
    mediaGatewayModelR29AlertInfoDR3   DisplayString,
    mediaGatewayModelR29AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR29DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR29DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR29ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR29SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR29DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR29UpToDateCnt    Unsigned32,
    mediaGatewayModelR29SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR29PollInterval   Unsigned32,
    mediaGatewayModelR29SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR29Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR29AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR29VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR29AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR29FixBitsSIP2    BITS,
    mediaGatewayModelR29OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR29FBsMeGaCo4     BITS,
    mediaGatewayModelR29SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR29ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR29SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR29ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR29SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR29AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR29AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR29InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR29OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR29MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR29ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR29ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR29Entry  1 }

  mediaGatewayModelR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR29Entry  2 }

  mediaGatewayModelR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR29Entry  3 }

  mediaGatewayModelR29ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR29Entry  4 }

  mediaGatewayModelR29Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR29Entry  5 }

  mediaGatewayModelR29ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR29Entry  6 }

  mediaGatewayModelR29Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR29Entry  7 }

  mediaGatewayModelR29ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR29Entry  8 }

  mediaGatewayModelR29ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR29Entry  9 }

  mediaGatewayModelR29LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR29Entry  10 }

  mediaGatewayModelR29PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR29Entry  11 }

  mediaGatewayModelR29PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR29Entry  12 }

  mediaGatewayModelR29AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR29Entry  13 }

  mediaGatewayModelR29AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR29Entry  14 }

  mediaGatewayModelR29RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR29Entry  16 }

  mediaGatewayModelR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR29Entry  17 }

  mediaGatewayModelR29DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR29Entry  18 }

  mediaGatewayModelR29Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR29Entry  19 }

  mediaGatewayModelR29SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR29Entry  20 }

  mediaGatewayModelR29AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR29Entry  21 }

  mediaGatewayModelR29ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR29Entry  22 }

  mediaGatewayModelR29ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR29Entry  23 }

  mediaGatewayModelR29ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR29Entry  24 }

  mediaGatewayModelR29ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR29Entry  25 }

  mediaGatewayModelR29ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR29Entry  26 }

  mediaGatewayModelR29ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR29Entry  27 }

  mediaGatewayModelR29DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR29Entry  28 }

  mediaGatewayModelR29FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR29Entry  29 }

  mediaGatewayModelR29FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR29Entry  30 }

  mediaGatewayModelR29FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR29Entry  31 }

  mediaGatewayModelR29FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR29Entry  32 }

  mediaGatewayModelR29FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR29Entry  33 }

  mediaGatewayModelR29FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR29Entry  34 }

  mediaGatewayModelR29MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR29Entry  35 }

  mediaGatewayModelR29AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR29Entry  36 }

  mediaGatewayModelR29AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR29Entry  37 }

  mediaGatewayModelR29AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR29Entry  38 }

  mediaGatewayModelR29AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR29Entry  39 }

  mediaGatewayModelR29DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR29Entry  40 }

  mediaGatewayModelR29DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR29Entry  41 }

  mediaGatewayModelR29ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR29Entry  42 }

  mediaGatewayModelR29SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR29Entry  43 }

  mediaGatewayModelR29DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR29Entry  44 }

  mediaGatewayModelR29UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR29Entry  45 }

  mediaGatewayModelR29SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR29Entry  46 }

  mediaGatewayModelR29PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR29Entry  47 }

  mediaGatewayModelR29SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR29Entry  48 }

  mediaGatewayModelR29Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR29Entry  49 }

  mediaGatewayModelR29AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR29Entry  50 }

  mediaGatewayModelR29VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR29Entry  51 }

  mediaGatewayModelR29AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR29Entry  52 }

  mediaGatewayModelR29FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR29Entry  53 }

  mediaGatewayModelR29OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR29Entry  54 }

  mediaGatewayModelR29FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR29Entry  55 }

  mediaGatewayModelR29SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR29Entry  56 }

  mediaGatewayModelR29ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR29Entry  57 }

  mediaGatewayModelR29SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR29Entry  58 }

  mediaGatewayModelR29ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR29Entry  59 }

  mediaGatewayModelR29SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR29Entry  60 }

  mediaGatewayModelR29AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR29Entry  61 }

  mediaGatewayModelR29AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR29Entry  62 }

  mediaGatewayModelR29InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR29Entry  63 }

  mediaGatewayModelR29OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR29Entry  64 }

  mediaGatewayModelR29MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR29Entry  65 }

  mediaGatewayModelR29ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR29Entry  91 }

  mediaGatewayModelR29ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR29Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Destination'                                      */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  sigDestR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigDestR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateway'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2063 }

  sigDestR6Entry OBJECT-TYPE
    SYNTAX       SigDestR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigDestR6NEConn,
             sigDestR6NetwkElement,
             sigDestR6SigPointID,
             sigDestR6DestType,
             sigDestR6PointCode }
    ::= {  sigDestR6Table  1  }

  SigDestR6Entry  ::=  SEQUENCE
  {
    sigDestR6NEConn                    Unsigned32,
    sigDestR6NetwkElement              DisplayString,
    sigDestR6SigPointID                Unsigned32,
    sigDestR6DestType                  INTEGER,
    sigDestR6PointCode                 Unsigned32,
    sigDestR6DestName                  DisplayString,
    sigDestR6DestCgstnLvl              Integer32,
    sigDestR6AlrmState                 INTEGER,
    sigDestR6AlrmLogCorr               Counter64,
    sigDestR6AlrmEvtsAtndDp            Integer32,
    sigDestR6AlrmStateTimestamp        Unsigned32,
    sigDestR6AlrmResetTimestamp        Unsigned32,
    sigDestR6SigRouteAlrmsAttnRq       Integer32,
    sigDestR6SigRouteAlrmEvtsAttnRq    Integer32,
    sigDestR6SigRouteAlrmsAtndDp       Integer32,
    sigDestR6SigRouteAlrmEvtsAtndDp    Integer32,
    sigDestR6DiagsLogLvl               INTEGER,
    sigDestR6DiagsAPITraceEnabled      INTEGER,
    sigDestR6DiagsAPITraceTag          DisplayString,
    sigDestR6SummaryChldAlrmState      INTEGER,
    sigDestR6RowStatus                 RowStatus,
    sigDestR6SuppressTrafficRestartMsgs
                                       INTEGER,
    sigDestR6PointCodeIsProxied        INTEGER,
    sigDestR6InternalSigGateway        INTEGER,
    sigDestR6I1SigGatewayNEConn        Unsigned32,
    sigDestR6I2SigGatewayNetwkElement  DisplayString,
    sigDestR6I3SigGatewaySigPointID    Unsigned32,
    sigDestR6CallerNameProxy           INTEGER,
    sigDestR6CallerNameParm            INTEGER,
    sigDestR6MatedPairSTP              INTEGER,
    sigDestR6StatisticsAlrms           Integer32,
    sigDestR6ChldStatisticsAlrms       Integer32
  }

  sigDestR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigDestR6Entry  1 }

  sigDestR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigDestR6Entry  2 }

  sigDestR6SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigDestR6Entry  3 }

  sigDestR6DestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination type'.
                  This is an index field."
    ::= { sigDestR6Entry  4 }

  sigDestR6PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This is an index field."
    ::= { sigDestR6Entry  5 }

  sigDestR6DestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination name'."
    ::= { sigDestR6Entry  6 }

  sigDestR6DestCgstnLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination congestion level'."
    ::= { sigDestR6Entry  7 }

  sigDestR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sigDestR6Entry  8 }

  sigDestR6AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sigDestR6Entry  9 }

  sigDestR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigDestR6Entry  10 }

  sigDestR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sigDestR6Entry  11 }

  sigDestR6AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sigDestR6Entry  12 }

  sigDestR6SigRouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Route Attention Required alarms'."
    ::= { sigDestR6Entry  13 }

  sigDestR6SigRouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Route Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigDestR6Entry  14 }

  sigDestR6SigRouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Route Attend To Dependent alarms'."
    ::= { sigDestR6Entry  15 }

  sigDestR6SigRouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Route Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigDestR6Entry  16 }

  sigDestR6DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sigDestR6Entry  17 }

  sigDestR6DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sigDestR6Entry  18 }

  sigDestR6DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sigDestR6Entry  19 }

  sigDestR6SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigDestR6Entry  20 }

  sigDestR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigDestR6Entry  21 }

  sigDestR6SuppressTrafficRestartMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress Traffic Restart messages'."
    DEFVAL       { false }
    ::= { sigDestR6Entry  22 }

  sigDestR6PointCodeIsProxied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code is proxied'."
    DEFVAL       { false }
    ::= { sigDestR6Entry  23 }

  sigDestR6InternalSigGateway OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Internal Signaling Gateway'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { sigDestR6Entry  24 }

  sigDestR6I1SigGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { sigDestR6Entry  25 }

  sigDestR6I2SigGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { sigDestR6Entry  26 }

  sigDestR6I3SigGatewaySigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { sigDestR6Entry  27 }

  sigDestR6CallerNameProxy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller name proxy'."
    DEFVAL       { false }
    ::= { sigDestR6Entry  28 }

  sigDestR6CallerNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   partyInformationParameter(1),
                   genericNameParameter(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller name parameter'."
    DEFVAL       { partyInformationParameter }
    ::= { sigDestR6Entry  29 }

  sigDestR6MatedPairSTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mated Pair STP'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigDestR6Entry  30 }

  sigDestR6StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigDestR6Entry  31 }

  sigDestR6ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigDestR6Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Route'                                            */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  sigRouteR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigRouteR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Destination'."
    ::= { metaSwitch  2064 }

  sigRouteR2Entry OBJECT-TYPE
    SYNTAX       SigRouteR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigRouteR2NEConn,
             sigRouteR2NetwkElement,
             sigRouteR2SigPointID,
             sigRouteR2DestType,
             sigRouteR2PointCode,
             sigRouteR2RouteID }
    ::= {  sigRouteR2Table  1  }

  SigRouteR2Entry  ::=  SEQUENCE
  {
    sigRouteR2NEConn                   Unsigned32,
    sigRouteR2NetwkElement             DisplayString,
    sigRouteR2SigPointID               Unsigned32,
    sigRouteR2DestType                 INTEGER,
    sigRouteR2PointCode                Unsigned32,
    sigRouteR2RouteID                  Unsigned32,
    sigRouteR2RouteName                DisplayString,
    sigRouteR2I1FirstHopLinksetNEConn  Unsigned32,
    sigRouteR2I2FirstHopLinksetNetwkElement
                                       DisplayString,
    sigRouteR2I3FirstHopLinksetSigPointID
                                       Unsigned32,
    sigRouteR2I4FirstHopLinksetLinksetID
                                       Unsigned32,
    sigRouteR2RoutePriority            INTEGER,
    sigRouteR2RoutePriorityMode        INTEGER,
    sigRouteR2AlrmState                INTEGER,
    sigRouteR2AlrmEvtsAttnRq           Integer32,
    sigRouteR2AlrmEvtsAtndDp           Integer32,
    sigRouteR2AlrmStateTimestamp       Unsigned32,
    sigRouteR2AlrmResetTimestamp       Unsigned32,
    sigRouteR2RowStatus                RowStatus,
    sigRouteR2AlrmEvtsAttnRqLogCorr    Counter64,
    sigRouteR2AlrmEvtsAtndDpLogCorr    Counter64,
    sigRouteR2StatisticsAlrms          Integer32
  }

  sigRouteR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigRouteR2Entry  1 }

  sigRouteR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigRouteR2Entry  2 }

  sigRouteR2SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigRouteR2Entry  3 }

  sigRouteR2DestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination type'.
                  This is an index field."
    ::= { sigRouteR2Entry  4 }

  sigRouteR2PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This is an index field."
    ::= { sigRouteR2Entry  5 }

  sigRouteR2RouteID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route ID'.
                  This is an index field."
    ::= { sigRouteR2Entry  6 }

  sigRouteR2RouteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route name'."
    ::= { sigRouteR2Entry  7 }

  sigRouteR2I1FirstHopLinksetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First hop Linkset',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigLinksetSE'."
    ::= { sigRouteR2Entry  8 }

  sigRouteR2I2FirstHopLinksetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First hop Linkset',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigLinksetSE'."
    ::= { sigRouteR2Entry  9 }

  sigRouteR2I3FirstHopLinksetSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First hop Linkset',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigLinksetSE'."
    ::= { sigRouteR2Entry  10 }

  sigRouteR2I4FirstHopLinksetLinksetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First hop Linkset',
                  This field represents index 'Linkset ID'
                  in referenced type 'BOOSigLinksetSE'."
    ::= { sigRouteR2Entry  11 }

  sigRouteR2RoutePriority OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route priority'.
                  This field is not writable when active."
    ::= { sigRouteR2Entry  12 }

  sigRouteR2RoutePriorityMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   insert(1),
                   equal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route priority mode'.
                  This field is not writable when active."
    DEFVAL       { equal }
    ::= { sigRouteR2Entry  13 }

  sigRouteR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sigRouteR2Entry  14 }

  sigRouteR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigRouteR2Entry  15 }

  sigRouteR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigRouteR2Entry  16 }

  sigRouteR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sigRouteR2Entry  17 }

  sigRouteR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sigRouteR2Entry  18 }

  sigRouteR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { sigRouteR2Entry  19 }

  sigRouteR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sigRouteR2Entry  20 }

  sigRouteR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sigRouteR2Entry  21 }

  sigRouteR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigRouteR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Linkset'                                          */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  sigLinksetR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigLinksetR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2065 }

  sigLinksetR5Entry OBJECT-TYPE
    SYNTAX       SigLinksetR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigLinksetR5NEConn,
             sigLinksetR5NetwkElement,
             sigLinksetR5SigPointID,
             sigLinksetR5LinksetID }
    ::= {  sigLinksetR5Table  1  }

  SigLinksetR5Entry  ::=  SEQUENCE
  {
    sigLinksetR5NEConn                 Unsigned32,
    sigLinksetR5NetwkElement           DisplayString,
    sigLinksetR5SigPointID             Unsigned32,
    sigLinksetR5LinksetID              Unsigned32,
    sigLinksetR5RunPeriodicSigLinkTest INTEGER,
    sigLinksetR5I1AdjSigPointNEConn    Unsigned32,
    sigLinksetR5I2AdjSigPointNetwkElement
                                       DisplayString,
    sigLinksetR5I3AdjSigPointSigPointID
                                       Unsigned32,
    sigLinksetR5I4AdjSigPointDestType  INTEGER,
    sigLinksetR5I5AdjSigPointPointCode Unsigned32,
    sigLinksetR5I1LinksetTimerProfNEConn
                                       Unsigned32,
    sigLinksetR5I2LinksetTimerProfNetwkElement
                                       DisplayString,
    sigLinksetR5I3LinksetTimerProfSigPointID
                                       Unsigned32,
    sigLinksetR5I4LinksetTimerProfProfID
                                       Unsigned32,
    sigLinksetR5TargetNumActLinks      INTEGER,
    sigLinksetR5LinkAlrmsAttnRq        Integer32,
    sigLinksetR5LinkAlrmEvtsAttnRq     Integer32,
    sigLinksetR5SummaryChldAlrmState   INTEGER,
    sigLinksetR5RowStatus              RowStatus,
    sigLinksetR5AdminStatus            AdminStatus,
    sigLinksetR5OperStatus             OperStatus,
    sigLinksetR5AlrmState              INTEGER,
    sigLinksetR5AlrmEvtsAttnRqLogCorr  Counter64,
    sigLinksetR5AlrmEvtsAttnRq         Integer32,
    sigLinksetR5AlrmStateTimestamp     Unsigned32,
    sigLinksetR5AlrmResetTimestamp     Unsigned32,
    sigLinksetR5LinksetType            INTEGER,
    sigLinksetR5ChldStatisticsAlrms    Integer32,
    sigLinksetR5SharedLinkset          INTEGER,
    sigLinksetR5I1SharedLinksetDestNEConn
                                       Unsigned32,
    sigLinksetR5I2SharedLinksetDestNetwkElement
                                       DisplayString,
    sigLinksetR5I3SharedLinksetDestSigPointID
                                       Unsigned32,
    sigLinksetR5I4SharedLinksetDestDestType
                                       INTEGER,
    sigLinksetR5I5SharedLinksetDestPointCode
                                       Unsigned32,
    sigLinksetR5SharedLinksetDestOtherVals
                                       INTEGER,
    sigLinksetR5StatisticsAlrms        Integer32
  }

  sigLinksetR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigLinksetR5Entry  1 }

  sigLinksetR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigLinksetR5Entry  2 }

  sigLinksetR5SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigLinksetR5Entry  3 }

  sigLinksetR5LinksetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Linkset ID'.
                  This is an index field."
    ::= { sigLinksetR5Entry  4 }

  sigLinksetR5RunPeriodicSigLinkTest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Run periodic signaling link test'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigLinksetR5Entry  5 }

  sigLinksetR5I1AdjSigPointNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Adjacent Signaling Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  6 }

  sigLinksetR5I2AdjSigPointNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Adjacent Signaling Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  7 }

  sigLinksetR5I3AdjSigPointSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Adjacent Signaling Gateway',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  8 }

  sigLinksetR5I4AdjSigPointDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Adjacent Signaling Gateway',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  9 }

  sigLinksetR5I5AdjSigPointPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Adjacent Signaling Gateway',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  10 }

  sigLinksetR5I1LinksetTimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Linkset Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigLinksetTPSE'."
    ::= { sigLinksetR5Entry  13 }

  sigLinksetR5I2LinksetTimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Linkset Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigLinksetTPSE'."
    ::= { sigLinksetR5Entry  14 }

  sigLinksetR5I3LinksetTimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Linkset Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigLinksetTPSE'."
    ::= { sigLinksetR5Entry  15 }

  sigLinksetR5I4LinksetTimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Linkset Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigLinksetTPSE'."
    ::= { sigLinksetR5Entry  16 }

  sigLinksetR5TargetNumActLinks OBJECT-TYPE
    SYNTAX       INTEGER ( 0..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Target number of active links'."
    DEFVAL       { 16 }
    ::= { sigLinksetR5Entry  17 }

  sigLinksetR5LinkAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Link Attention Required alarms'."
    ::= { sigLinksetR5Entry  18 }

  sigLinksetR5LinkAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Link Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigLinksetR5Entry  19 }

  sigLinksetR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigLinksetR5Entry  20 }

  sigLinksetR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigLinksetR5Entry  21 }

  sigLinksetR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigLinksetR5Entry  22 }

  sigLinksetR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sigLinksetR5Entry  23 }

  sigLinksetR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sigLinksetR5Entry  24 }

  sigLinksetR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sigLinksetR5Entry  25 }

  sigLinksetR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigLinksetR5Entry  26 }

  sigLinksetR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sigLinksetR5Entry  27 }

  sigLinksetR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sigLinksetR5Entry  28 }

  sigLinksetR5LinksetType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tDMLinksM2UAControlled(3),
                   m2PA(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Linkset type'.
                  This field is only writable during create."
    DEFVAL       { tDMLinksM2UAControlled }
    ::= { sigLinksetR5Entry  29 }

  sigLinksetR5ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigLinksetR5Entry  30 }

  sigLinksetR5SharedLinkset OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Shared Linkset'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigLinksetR5Entry  31 }

  sigLinksetR5I1SharedLinksetDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shared Linkset destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  32 }

  sigLinksetR5I2SharedLinksetDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shared Linkset destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  33 }

  sigLinksetR5I3SharedLinksetDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shared Linkset destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  34 }

  sigLinksetR5I4SharedLinksetDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shared Linkset destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  35 }

  sigLinksetR5I5SharedLinksetDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shared Linkset destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { sigLinksetR5Entry  36 }

  sigLinksetR5SharedLinksetDestOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shared Linkset destination'.
                  This field represents the fixed
                  values that Shared Linkset destination
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sigLinksetR5Entry  37 }

  sigLinksetR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigLinksetR5Entry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Link'                                             */
-- /* Valid from: 8.3                                                               */
-- /*********************************************************************************/

  sigLinkR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigLinkR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Linkset'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  2066 }

  sigLinkR5Entry OBJECT-TYPE
    SYNTAX       SigLinkR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigLinkR5NEConn,
             sigLinkR5NetwkElement,
             sigLinkR5SigPointID,
             sigLinkR5LinksetID,
             sigLinkR5SigLinkCode }
    ::= {  sigLinkR5Table  1  }

  SigLinkR5Entry  ::=  SEQUENCE
  {
    sigLinkR5NEConn                    Unsigned32,
    sigLinkR5NetwkElement              DisplayString,
    sigLinkR5SigPointID                Unsigned32,
    sigLinkR5LinksetID                 Unsigned32,
    sigLinkR5SigLinkCode               INTEGER,
    sigLinkR5LinkName                  DisplayString,
    sigLinkR5I1TimerProfNEConn         Unsigned32,
    sigLinkR5I2TimerProfNetwkElement   DisplayString,
    sigLinkR5I3TimerProfSigPointID     Unsigned32,
    sigLinkR5I4TimerProfProfID         Unsigned32,
    sigLinkR5LinkStatus                BITS,
    sigLinkR5CurrCgstnLvl              INTEGER,
    sigLinkR5LastActionStatus          INTEGER,
    sigLinkR5LastActionTime            Unsigned32,
    sigLinkR5AlrmState                 INTEGER,
    sigLinkR5AlrmLogCorr               Counter64,
    sigLinkR5AlrmEvtsAttnRq            Integer32,
    sigLinkR5AlrmStateTimestamp        Unsigned32,
    sigLinkR5AlrmResetTimestamp        Unsigned32,
    sigLinkR5DiagsLogLvl               INTEGER,
    sigLinkR5DiagsAPITraceEnabled      INTEGER,
    sigLinkR5DiagsAPITraceTag          DisplayString,
    sigLinkR5DoExtraActions            INTEGER,
    sigLinkR5RowStatus                 RowStatus,
    sigLinkR5AdminStatus               AdminStatus,
    sigLinkR5OperStatus                OperStatus,
    sigLinkR5I1SigCrConnNEConn         Unsigned32,
    sigLinkR5I2SigCrConnNetwkElement   DisplayString,
    sigLinkR5I3SigCrConnMediaGatewayIx Unsigned32,
    sigLinkR5I4SigCrConnCrossConnectIx Unsigned32,
    sigLinkR5IPAddr                    DisplayString,
    sigLinkR5M2UAIdentifier            DisplayString,
    sigLinkR5MediaGatewaySupportsL2LinkProtection
                                       INTEGER,
    sigLinkR5StatisticsAlrms           Integer32
  }

  sigLinkR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigLinkR5Entry  1 }

  sigLinkR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigLinkR5Entry  2 }

  sigLinkR5SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigLinkR5Entry  3 }

  sigLinkR5LinksetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Linkset ID'.
                  This is an index field."
    ::= { sigLinkR5Entry  4 }

  sigLinkR5SigLinkCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling link code'.
                  This is an index field."
    ::= { sigLinkR5Entry  5 }

  sigLinkR5LinkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link name'."
    ::= { sigLinkR5Entry  6 }

  sigLinkR5I1TimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { sigLinkR5Entry  11 }

  sigLinkR5I2TimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { sigLinkR5Entry  12 }

  sigLinkR5I3TimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { sigLinkR5Entry  13 }

  sigLinkR5I4TimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { sigLinkR5Entry  14 }

  sigLinkR5LinkStatus OBJECT-TYPE
    SYNTAX       BITS {
                   localBlocked(0),
                   remoteBlocked(1),
                   localInhibited(2),
                   remoteInhibited(3),
                   failed(4),
                   deactivated(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link status'."
    ::= { sigLinkR5Entry  37 }

  sigLinkR5CurrCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER ( 0..3 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current congestion level'."
    ::= { sigLinkR5Entry  38 }

  sigLinkR5LastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noActionPerformed(1),
                   inhibitInProgress(2),
                   inhibitSucceeded(3),
                   inhibitFailedNoRouteToSendRequest(4),
                   inhibitFailedLastAvailableLinkForRoute(5),
                   inhibitFailedTimedOut(6),
                   inhibitFailedRejectedByRemoteDestination(7),
                   uninhibitInProgress(8),
                   uninhibitSucceeded(9),
                   uninhibitFailed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last action status'."
    ::= { sigLinkR5Entry  39 }

  sigLinkR5LastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last action time'."
    ::= { sigLinkR5Entry  40 }

  sigLinkR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sigLinkR5Entry  41 }

  sigLinkR5AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sigLinkR5Entry  42 }

  sigLinkR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigLinkR5Entry  43 }

  sigLinkR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sigLinkR5Entry  45 }

  sigLinkR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sigLinkR5Entry  46 }

  sigLinkR5DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sigLinkR5Entry  47 }

  sigLinkR5DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sigLinkR5Entry  48 }

  sigLinkR5DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sigLinkR5Entry  49 }

  sigLinkR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   inhibit(1),
                   uninhibit(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigLinkR5Entry  50 }

  sigLinkR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigLinkR5Entry  51 }

  sigLinkR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigLinkR5Entry  52 }

  sigLinkR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sigLinkR5Entry  53 }

  sigLinkR5I1SigCrConnNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Cross Connect',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOM2UACrossConnectSE'."
    ::= { sigLinkR5Entry  54 }

  sigLinkR5I2SigCrConnNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Cross Connect',
                  This field represents index 'Network Element'
                  in referenced type 'BOOM2UACrossConnectSE'."
    ::= { sigLinkR5Entry  55 }

  sigLinkR5I3SigCrConnMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Cross Connect',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOM2UACrossConnectSE'."
    ::= { sigLinkR5Entry  56 }

  sigLinkR5I4SigCrConnCrossConnectIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Cross Connect',
                  This field represents index 'Cross Connect index'
                  in referenced type 'BOOM2UACrossConnectSE'."
    ::= { sigLinkR5Entry  57 }

  sigLinkR5IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { sigLinkR5Entry  58 }

  sigLinkR5M2UAIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2UA identifier'."
    ::= { sigLinkR5Entry  59 }

  sigLinkR5MediaGatewaySupportsL2LinkProtection OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media gateway supports L2 link protection'."
    DEFVAL       { false }
    ::= { sigLinkR5Entry  60 }

  sigLinkR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigLinkR5Entry  61 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Local Diameter Entity'                                      */
-- /* Valid from: 8.3                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  lclDiamEntR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LclDiamEntR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2067 }

  lclDiamEntR3Entry OBJECT-TYPE
    SYNTAX       LclDiamEntR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lclDiamEntR3NEConn,
             lclDiamEntR3NetwkElement,
             lclDiamEntR3DiameterEntityIx }
    ::= {  lclDiamEntR3Table  1  }

  LclDiamEntR3Entry  ::=  SEQUENCE
  {
    lclDiamEntR3NEConn                 Unsigned32,
    lclDiamEntR3NetwkElement           DisplayString,
    lclDiamEntR3DiameterEntityIx       Unsigned32,
    lclDiamEntR3LocalRealm             DisplayString,
    lclDiamEntR3LocalHost              DisplayString,
    lclDiamEntR3LocalPortNumSCTP       Unsigned32,
    lclDiamEntR3RemPortNumSCTP         Unsigned32,
    lclDiamEntR3ProductName            DisplayString,
    lclDiamEntR3RowStatus              RowStatus,
    lclDiamEntR3AdminStatus            AdminStatus,
    lclDiamEntR3OperStatus             OperStatus,
    lclDiamEntR3TransportProt          INTEGER,
    lclDiamEntR3LocalPortNumTCP        Unsigned32,
    lclDiamEntR3RemPortNumTCP          Unsigned32
  }

  lclDiamEntR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lclDiamEntR3Entry  1 }

  lclDiamEntR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lclDiamEntR3Entry  2 }

  lclDiamEntR3DiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diameter Entity index'.
                  This is an index field."
    ::= { lclDiamEntR3Entry  3 }

  lclDiamEntR3LocalRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local realm'.
                  This field is only writable during create."
    ::= { lclDiamEntR3Entry  4 }

  lclDiamEntR3LocalHost OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local host'.
                  This field is only writable during create."
    ::= { lclDiamEntR3Entry  5 }

  lclDiamEntR3LocalPortNumSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port number (SCTP)'.
                  This field is only writable during create."
    DEFVAL       { 0 }
    ::= { lclDiamEntR3Entry  6 }

  lclDiamEntR3RemPortNumSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote port number (SCTP)'.
                  This field is only writable during create."
    DEFVAL       { 3868 }
    ::= { lclDiamEntR3Entry  7 }

  lclDiamEntR3ProductName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..30))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product name'.
                  This field is only writable during create."
    ::= { lclDiamEntR3Entry  8 }

  lclDiamEntR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { lclDiamEntR3Entry  9 }

  lclDiamEntR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lclDiamEntR3Entry  10 }

  lclDiamEntR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { lclDiamEntR3Entry  11 }

  lclDiamEntR3TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCP(0),
                   sCTP(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'.
                  This field is only writable during create."
    DEFVAL       { tCP }
    ::= { lclDiamEntR3Entry  12 }

  lclDiamEntR3LocalPortNumTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port number (TCP)'.
                  This field is only writable during create."
    DEFVAL       { 0 }
    ::= { lclDiamEntR3Entry  13 }

  lclDiamEntR3RemPortNumTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote port number (TCP)'.
                  This field is only writable during create."
    DEFVAL       { 3868 }
    ::= { lclDiamEntR3Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Connection to Object Backup Store'                          */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  connToOBSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ConnToOBSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2069 }

  connToOBSEntry OBJECT-TYPE
    SYNTAX       ConnToOBSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { connToOBSEMSIx,
             connToOBSEMSNodeName }
    ::= {  connToOBSTable  1  }

  ConnToOBSEntry  ::=  SEQUENCE
  {
    connToOBSEMSIx                     Unsigned32,
    connToOBSEMSNodeName               DisplayString,
    connToOBSOBSResynchronizationStatus
                                       LongDisplayString,
    connToOBSAlrmState                 INTEGER,
    connToOBSDoExtraActions            INTEGER
  }

  connToOBSEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { connToOBSEntry  1 }

  connToOBSEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { connToOBSEntry  2 }

  connToOBSOBSResynchronizationStatus OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10240))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Object Backup Store resynchronization status'."
    ::= { connToOBSEntry  3 }

  connToOBSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { connToOBSEntry  4 }

  connToOBSDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncDNsWithOBS(1),
                   quickResyncDNsWithOBSnotForProductionUse(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { connToOBSEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  cFSR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2070 }

  cFSR12Entry OBJECT-TYPE
    SYNTAX       CFSR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR12NEConn,
             cFSR12NetwkElement,
             cFSR12CFSIx }
    ::= {  cFSR12Table  1  }

  CFSR12Entry  ::=  SEQUENCE
  {
    cFSR12NEConn                       Unsigned32,
    cFSR12NetwkElement                 DisplayString,
    cFSR12CFSIx                        Unsigned32,
    cFSR12DeactivnMode                 INTEGER,
    cFSR12AlrmState                    INTEGER,
    cFSR12AlrmLogCorr                  Counter64,
    cFSR12AlrmEvtsAttnRq               Integer32,
    cFSR12AlrmStateTimestamp           Unsigned32,
    cFSR12AlrmResetTimestamp           Unsigned32,
    cFSR12CntrldMGsAlrmsAttnRq         Integer32,
    cFSR12CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR12CntrldMGsAlrmsAtndDp         Integer32,
    cFSR12CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR12SigAlrmsAttnRq               Integer32,
    cFSR12SigAlrmEvtsAttnRq            Integer32,
    cFSR12SigAlrmsAtndDp               Integer32,
    cFSR12SigAlrmEvtsAtndDp            Integer32,
    cFSR12BillAlrmsAttnRq              Integer32,
    cFSR12BillAlrmEvtsAttnRq           Integer32,
    cFSR12CallServsAlrmsAttnRq         Integer32,
    cFSR12CallServsAlrmEvtsAttnRq      Integer32,
    cFSR12CallServsAlrmsAtndDp         Integer32,
    cFSR12CallServsAlrmEvtsAtndDp      Integer32,
    cFSR12RPSAlrmsAttnRq               Integer32,
    cFSR12RPSAlrmEvtsAttnRq            Integer32,
    cFSR12RPSAlrmsAtndDp               Integer32,
    cFSR12RPSAlrmEvtsAtndDp            Integer32,
    cFSR12SubCfgAlrmsAttnRq            Integer32,
    cFSR12SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR12SubCfgAlrmsAtndDp            Integer32,
    cFSR12SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR12TotChldAlrmsAttnRq           Unsigned32,
    cFSR12TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR12TotChldAlrmsAtndDp           Unsigned32,
    cFSR12TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR12SummaryChldAlrmState         INTEGER,
    cFSR12DoExtraActions               INTEGER,
    cFSR12RowStatus                    RowStatus,
    cFSR12AdminStatus                  AdminStatus,
    cFSR12OperStatus                   OperStatus,
    cFSR12Timezone                     INTEGER,
    cFSR12AdjustDaylightSavings        INTEGER,
    cFSR12DaylightSavingsInForce       INTEGER,
    cFSR12MaxNumLineTrafficStudies     Unsigned32,
    cFSR12T38GloballySupported         INTEGER,
    cFSR12ImportCnt                    Integer32,
    cFSR12ImportStatus                 DisplayString,
    cFSR12ImportMode                   INTEGER,
    cFSR12ImportFile                   DisplayString,
    cFSR12ImportCorr                   Counter64,
    cFSR12ImportCorrNode               DisplayString,
    cFSR12ImportCorrUID                DisplayString,
    cFSR12StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR12DefAnnounceLocale            INTEGER,
    cFSR12StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR12StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR12StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR12StatisticsAlrms              Integer32,
    cFSR12ChldStatisticsAlrms          Integer32,
    cFSR12SecondDefAnnounceLocale      INTEGER,
    cFSR12SysTimezone                  LongDisplayString,
    cFSR12SubTimezones                 LongDisplayString,
    cFSR12StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR12StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR12StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR12StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR12StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR12StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR12MRSAlrmsAttnRq               Integer32,
    cFSR12MRSAlrmEvtsAttnRq            Integer32,
    cFSR12CFSRole                      INTEGER,
    cFSR12SupportedLocales             LongDisplayString,
    cFSR12LineCfgAlrmsAttnRq           Integer32,
    cFSR12LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR12LineCfgAlrmsAtndDp           Integer32,
    cFSR12LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR12DefMediaType                 INTEGER,
    cFSR12EmgncyCallsCnt               Unsigned32,
    cFSR12EmgncyCallsDetails           LongDisplayString
  }

  cFSR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR12Entry  1 }

  cFSR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR12Entry  2 }

  cFSR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR12Entry  3 }

  cFSR12DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR12Entry  4 }

  cFSR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR12Entry  5 }

  cFSR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR12Entry  6 }

  cFSR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  7 }

  cFSR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR12Entry  8 }

  cFSR12AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR12Entry  9 }

  cFSR12CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR12Entry  10 }

  cFSR12CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  11 }

  cFSR12CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR12Entry  12 }

  cFSR12CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  13 }

  cFSR12SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR12Entry  14 }

  cFSR12SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  15 }

  cFSR12SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR12Entry  16 }

  cFSR12SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  17 }

  cFSR12BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR12Entry  18 }

  cFSR12BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  19 }

  cFSR12CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR12Entry  20 }

  cFSR12CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  21 }

  cFSR12CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR12Entry  22 }

  cFSR12CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  23 }

  cFSR12RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR12Entry  24 }

  cFSR12RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  25 }

  cFSR12RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR12Entry  26 }

  cFSR12RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  27 }

  cFSR12SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR12Entry  28 }

  cFSR12SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  29 }

  cFSR12SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR12Entry  30 }

  cFSR12SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  31 }

  cFSR12TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR12Entry  32 }

  cFSR12TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR12Entry  33 }

  cFSR12TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR12Entry  34 }

  cFSR12TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR12Entry  35 }

  cFSR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR12Entry  36 }

  cFSR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR12Entry  37 }

  cFSR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR12Entry  38 }

  cFSR12AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR12Entry  39 }

  cFSR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR12Entry  40 }

  cFSR12Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR12Entry  41 }

  cFSR12AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR12Entry  42 }

  cFSR12DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR12Entry  43 }

  cFSR12MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR12Entry  44 }

  cFSR12T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR12Entry  45 }

  cFSR12ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR12Entry  47 }

  cFSR12ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR12Entry  48 }

  cFSR12ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR12Entry  49 }

  cFSR12ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR12Entry  50 }

  cFSR12ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR12Entry  51 }

  cFSR12ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR12Entry  52 }

  cFSR12ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR12Entry  53 }

  cFSR12StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR12Entry  54 }

  cFSR12DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR12Entry  55 }

  cFSR12StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR12Entry  56 }

  cFSR12StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR12Entry  57 }

  cFSR12StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR12Entry  58 }

  cFSR12StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR12Entry  59 }

  cFSR12ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR12Entry  60 }

  cFSR12SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR12Entry  61 }

  cFSR12SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR12Entry  62 }

  cFSR12SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR12Entry  63 }

  cFSR12StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR12Entry  64 }

  cFSR12StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR12Entry  65 }

  cFSR12StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR12Entry  66 }

  cFSR12StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR12Entry  67 }

  cFSR12StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR12Entry  68 }

  cFSR12StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR12Entry  69 }

  cFSR12MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR12Entry  70 }

  cFSR12MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  71 }

  cFSR12CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR12Entry  72 }

  cFSR12SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR12Entry  73 }

  cFSR12LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR12Entry  74 }

  cFSR12LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  75 }

  cFSR12LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR12Entry  76 }

  cFSR12LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR12Entry  77 }

  cFSR12DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR12Entry  78 }

  cFSR12EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR12Entry  79 }

  cFSR12EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR12Entry  80 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 8.3.03                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR30Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2071 }

  mediaGatewayModelR30Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR30NEConn,
             mediaGatewayModelR30NetwkElement,
             mediaGatewayModelR30CFSIx,
             mediaGatewayModelR30ModelIx }
    ::= {  mediaGatewayModelR30Table  1  }

  MediaGatewayModelR30Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR30NEConn         Unsigned32,
    mediaGatewayModelR30NetwkElement   DisplayString,
    mediaGatewayModelR30CFSIx          Unsigned32,
    mediaGatewayModelR30ModelIx        Unsigned32,
    mediaGatewayModelR30Category       INTEGER,
    mediaGatewayModelR30ModelName      DisplayString,
    mediaGatewayModelR30Desc           DisplayString,
    mediaGatewayModelR30ControlProt    INTEGER,
    mediaGatewayModelR30ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR30LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR30PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR30PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR30AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR30AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR30RefCnt         Unsigned32,
    mediaGatewayModelR30RowStatus      RowStatus,
    mediaGatewayModelR30DefModel       INTEGER,
    mediaGatewayModelR30Authentication INTEGER,
    mediaGatewayModelR30SupportedConnTypes
                                       BITS,
    mediaGatewayModelR30AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR30ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR30ExportStatus   DisplayString,
    mediaGatewayModelR30ExportFile     DisplayString,
    mediaGatewayModelR30ExportCorr     Counter64,
    mediaGatewayModelR30ExportCorrNode DisplayString,
    mediaGatewayModelR30ExportCorrUID  DisplayString,
    mediaGatewayModelR30DoExtraActions INTEGER,
    mediaGatewayModelR30FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR30FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR30FBsMGCP        BITS,
    mediaGatewayModelR30FBsMeGaCo      BITS,
    mediaGatewayModelR30FBsSIP         BITS,
    mediaGatewayModelR30FixBitsMeGaCo2 BITS,
    mediaGatewayModelR30MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR30AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR30AlertInfoDR2   DisplayString,
    mediaGatewayModelR30AlertInfoDR3   DisplayString,
    mediaGatewayModelR30AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR30DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR30DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR30ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR30SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR30DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR30UpToDateCnt    Unsigned32,
    mediaGatewayModelR30SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR30PollInterval   Unsigned32,
    mediaGatewayModelR30SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR30Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR30AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR30VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR30AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR30FixBitsSIP2    BITS,
    mediaGatewayModelR30OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR30FBsMeGaCo4     BITS,
    mediaGatewayModelR30SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR30ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR30SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR30ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR30SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR30AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR30AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR30InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR30OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR30MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR30FixBitsSIP3    BITS,
    mediaGatewayModelR30ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR30ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR30NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR30Entry  1 }

  mediaGatewayModelR30NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR30Entry  2 }

  mediaGatewayModelR30CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR30Entry  3 }

  mediaGatewayModelR30ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR30Entry  4 }

  mediaGatewayModelR30Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR30Entry  5 }

  mediaGatewayModelR30ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR30Entry  6 }

  mediaGatewayModelR30Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR30Entry  7 }

  mediaGatewayModelR30ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR30Entry  8 }

  mediaGatewayModelR30ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR30Entry  9 }

  mediaGatewayModelR30LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR30Entry  10 }

  mediaGatewayModelR30PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR30Entry  11 }

  mediaGatewayModelR30PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR30Entry  12 }

  mediaGatewayModelR30AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR30Entry  13 }

  mediaGatewayModelR30AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR30Entry  14 }

  mediaGatewayModelR30RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR30Entry  16 }

  mediaGatewayModelR30RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR30Entry  17 }

  mediaGatewayModelR30DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR30Entry  18 }

  mediaGatewayModelR30Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR30Entry  19 }

  mediaGatewayModelR30SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR30Entry  20 }

  mediaGatewayModelR30AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR30Entry  21 }

  mediaGatewayModelR30ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR30Entry  22 }

  mediaGatewayModelR30ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR30Entry  23 }

  mediaGatewayModelR30ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR30Entry  24 }

  mediaGatewayModelR30ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR30Entry  25 }

  mediaGatewayModelR30ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR30Entry  26 }

  mediaGatewayModelR30ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR30Entry  27 }

  mediaGatewayModelR30DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR30Entry  28 }

  mediaGatewayModelR30FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR30Entry  29 }

  mediaGatewayModelR30FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR30Entry  30 }

  mediaGatewayModelR30FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR30Entry  31 }

  mediaGatewayModelR30FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR30Entry  32 }

  mediaGatewayModelR30FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR30Entry  33 }

  mediaGatewayModelR30FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR30Entry  34 }

  mediaGatewayModelR30MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR30Entry  35 }

  mediaGatewayModelR30AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR30Entry  36 }

  mediaGatewayModelR30AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR30Entry  37 }

  mediaGatewayModelR30AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR30Entry  38 }

  mediaGatewayModelR30AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR30Entry  39 }

  mediaGatewayModelR30DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR30Entry  40 }

  mediaGatewayModelR30DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR30Entry  41 }

  mediaGatewayModelR30ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR30Entry  42 }

  mediaGatewayModelR30SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR30Entry  43 }

  mediaGatewayModelR30DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR30Entry  44 }

  mediaGatewayModelR30UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR30Entry  45 }

  mediaGatewayModelR30SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR30Entry  46 }

  mediaGatewayModelR30PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR30Entry  47 }

  mediaGatewayModelR30SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR30Entry  48 }

  mediaGatewayModelR30Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR30Entry  49 }

  mediaGatewayModelR30AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR30Entry  50 }

  mediaGatewayModelR30VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR30Entry  51 }

  mediaGatewayModelR30AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR30Entry  52 }

  mediaGatewayModelR30FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR30Entry  53 }

  mediaGatewayModelR30OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR30Entry  54 }

  mediaGatewayModelR30FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR30Entry  55 }

  mediaGatewayModelR30SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR30Entry  56 }

  mediaGatewayModelR30ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR30Entry  57 }

  mediaGatewayModelR30SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR30Entry  58 }

  mediaGatewayModelR30ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR30Entry  59 }

  mediaGatewayModelR30SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR30Entry  60 }

  mediaGatewayModelR30AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR30Entry  61 }

  mediaGatewayModelR30AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR30Entry  62 }

  mediaGatewayModelR30InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR30Entry  63 }

  mediaGatewayModelR30OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR30Entry  64 }

  mediaGatewayModelR30MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR30Entry  65 }

  mediaGatewayModelR30FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR30Entry  66 }

  mediaGatewayModelR30ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR30Entry  91 }

  mediaGatewayModelR30ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR30Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 8.3.03                                                            */
-- /* Valid before: 9.3                                                             */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  cIDServR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2072 }

  cIDServR16Entry OBJECT-TYPE
    SYNTAX       CIDServR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR16NEConn,
             cIDServR16NetwkElement,
             cIDServR16CFSIx }
    ::= {  cIDServR16Table  1  }

  CIDServR16Entry  ::=  SEQUENCE
  {
    cIDServR16NEConn                   Unsigned32,
    cIDServR16NetwkElement             DisplayString,
    cIDServR16CFSIx                    Unsigned32,
    cIDServR16CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR16SupportAR                INTEGER,
    cIDServR16ARDefSetting             INTEGER,
    cIDServR16AROneOrTwoStageActivn    INTEGER,
    cIDServR16ARTwoStageAccessCode     DisplayString,
    cIDServR16SupportCallTrace         INTEGER,
    cIDServR16CallTraceUSB             INTEGER,
    cIDServR16CallTraceDefSetting      INTEGER,
    cIDServR16CallTraceActivateCode    DisplayString,
    cIDServR16CallTraceTwoStageActivn  INTEGER,
    cIDServR16CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR16CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR16CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR16CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR16SupportCIDPres           INTEGER,
    cIDServR16CIDPresClgPartyNum       INTEGER,
    cIDServR16CIDPresClgPartySubAddr   INTEGER,
    cIDServR16CIDPresDelivByDef        INTEGER,
    cIDServR16CIDPresPresentNumCode    DisplayString,
    cIDServR16CIDPresWitholdNumCode    DisplayString,
    cIDServR16CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR16CIDPresDefNetwkInfo      INTEGER,
    cIDServR16CIDPresDefNetwkNum       DisplayString,
    cIDServR16SupportCNDB              INTEGER,
    cIDServR16CNDBUSB                  INTEGER,
    cIDServR16CNDBDefSetting           INTEGER,
    cIDServR16CNDBDefOverrideCode      DisplayString,
    cIDServR16CNDBConfirmationTone     INTEGER,
    cIDServR16RowStatus                RowStatus,
    cIDServR16SupportCND               INTEGER,
    cIDServR16CNDUSB                   INTEGER,
    cIDServR16CNDEnableCode            DisplayString,
    cIDServR16CNDDisableCode           DisplayString,
    cIDServR16CNDCheckCode             DisplayString,
    cIDServR16ARUSB                    INTEGER,
    cIDServR16AROneStageAccessCode     DisplayString,
    cIDServR16ARSecondStageRecallKey   INTEGER,
    cIDServR16ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR16ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR16ARCallRtnTimeout         Unsigned32,
    cIDServR16ARRejNonUniqueNums       INTEGER,
    cIDServR16ARRejAnonNums            INTEGER,
    cIDServR16ARMarkBAFBillRecs        INTEGER,
    cIDServR16SupportClgNameDlvry      INTEGER,
    cIDServR16ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR16ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR16ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR16I1CNAMSLHRNEConn         Unsigned32,
    cIDServR16I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR16I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR16I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR16CNAMSLHROtherVals        INTEGER,
    cIDServR16AlrmState                INTEGER,
    cIDServR16AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR16AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR16AlrmEvtsAtndDp           Unsigned32,
    cIDServR16AlrmStateTimestamp       Unsigned32,
    cIDServR16AlrmResetTimestamp       Unsigned32,
    cIDServR16ClgNameDlvryUSB          INTEGER,
    cIDServR16ARDeactivateCode         DisplayString,
    cIDServR16SupportAutoClback        INTEGER,
    cIDServR16AutoClbackDefVal         INTEGER,
    cIDServR16AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR16AutoClbackUSB            INTEGER,
    cIDServR16AutoClbackActivateCode   DisplayString,
    cIDServR16AutoClbackDeactivateCode DisplayString,
    cIDServR16ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR16ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR16ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR16ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR16ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR16ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR16ARClbackOrigingScanRate  INTEGER,
    cIDServR16ARClbackMaxRingCycles    INTEGER,
    cIDServR16ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR16AllowARClbackTermScanning
                                       INTEGER,
    cIDServR16ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR16ARClbackMaxActivns       INTEGER,
    cIDServR16I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR16I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR16I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR16I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR16ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR16ARClbackMaxQueueSize     Unsigned32,
    cIDServR16SupportLastCIDErasure    INTEGER,
    cIDServR16LastCIDErasureDefSetting INTEGER,
    cIDServR16LastCIDErasureAccessCode DisplayString,
    cIDServR16ClgNameDlvryNameSource   BITS,
    cIDServR16CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR16ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR16SupportClgIDDlvryOverIP  INTEGER,
    cIDServR16I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR16I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR16I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR16I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR16ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR16AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR16AlrmEvtsAttnRq           Unsigned32,
    cIDServR16ChldAlrmsAttnRq          Unsigned32,
    cIDServR16ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR16SummaryChldAlrmState     INTEGER,
    cIDServR16CNDDefPreferredSIPFormat INTEGER,
    cIDServR16ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR16CIDIgnorePBXSigPrsnt     INTEGER,
    cIDServR16SupportClgNameDlvryQH    INTEGER,
    cIDServR16CNAMCacheEnabled         INTEGER,
    cIDServR16ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR16CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR16I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR16I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR16I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR16I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR16CNAMSLHRQHOtherVals      INTEGER,
    cIDServR16DoExtraActions           INTEGER,
    cIDServR16CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR16CacheQueryRess           INTEGER,
    cIDServR16CacheImportFilename      DisplayString,
    cIDServR16CacheImportSchedule      INTEGER,
    cIDServR16CacheImportHr            INTEGER,
    cIDServR16CacheImportMin           INTEGER,
    cIDServR16TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR16TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR16CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR16SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR16SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR16CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR16CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR16CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR16ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR16SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR16TotChldAlrmsAttnRq       Unsigned32,
    cIDServR16TotChldAlrmEvtsAttnRq    Unsigned32,
    cIDServR16ARClbackUseTestCalls     INTEGER
  }

  cIDServR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR16Entry  1 }

  cIDServR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR16Entry  2 }

  cIDServR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR16Entry  3 }

  cIDServR16CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR16Entry  4 }

  cIDServR16SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  5 }

  cIDServR16ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  6 }

  cIDServR16AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  7 }

  cIDServR16ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  8 }

  cIDServR16SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  9 }

  cIDServR16CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR16Entry  10 }

  cIDServR16CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  11 }

  cIDServR16CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  12 }

  cIDServR16CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR16Entry  13 }

  cIDServR16CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR16Entry  14 }

  cIDServR16CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR16Entry  15 }

  cIDServR16CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR16Entry  16 }

  cIDServR16CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR16Entry  17 }

  cIDServR16SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  18 }

  cIDServR16CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  19 }

  cIDServR16CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  20 }

  cIDServR16CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  21 }

  cIDServR16CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  22 }

  cIDServR16CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  23 }

  cIDServR16CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  24 }

  cIDServR16CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  25 }

  cIDServR16CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  26 }

  cIDServR16SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  27 }

  cIDServR16CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  28 }

  cIDServR16CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  29 }

  cIDServR16CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  30 }

  cIDServR16CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  31 }

  cIDServR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR16Entry  32 }

  cIDServR16SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  33 }

  cIDServR16CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  34 }

  cIDServR16CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  35 }

  cIDServR16CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  36 }

  cIDServR16CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  37 }

  cIDServR16ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  38 }

  cIDServR16AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  39 }

  cIDServR16ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  40 }

  cIDServR16ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR16Entry  41 }

  cIDServR16ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR16Entry  42 }

  cIDServR16ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR16Entry  43 }

  cIDServR16ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  44 }

  cIDServR16ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR16Entry  45 }

  cIDServR16ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  46 }

  cIDServR16SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  47 }

  cIDServR16ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR16Entry  48 }

  cIDServR16ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR16Entry  50 }

  cIDServR16ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR16Entry  51 }

  cIDServR16I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  52 }

  cIDServR16I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  53 }

  cIDServR16I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  54 }

  cIDServR16I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  55 }

  cIDServR16CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR16Entry  56 }

  cIDServR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR16Entry  57 }

  cIDServR16AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR16Entry  58 }

  cIDServR16AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR16Entry  59 }

  cIDServR16AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR16Entry  60 }

  cIDServR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR16Entry  61 }

  cIDServR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR16Entry  62 }

  cIDServR16ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  63 }

  cIDServR16ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  64 }

  cIDServR16SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  65 }

  cIDServR16AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  66 }

  cIDServR16AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  67 }

  cIDServR16AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  68 }

  cIDServR16AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  69 }

  cIDServR16AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  70 }

  cIDServR16ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR16Entry  71 }

  cIDServR16ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR16Entry  72 }

  cIDServR16ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR16Entry  73 }

  cIDServR16ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR16Entry  74 }

  cIDServR16ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR16Entry  75 }

  cIDServR16ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR16Entry  76 }

  cIDServR16ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR16Entry  77 }

  cIDServR16ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR16Entry  78 }

  cIDServR16ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR16Entry  79 }

  cIDServR16AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR16Entry  80 }

  cIDServR16ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR16Entry  81 }

  cIDServR16ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR16Entry  82 }

  cIDServR16I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  83 }

  cIDServR16I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  84 }

  cIDServR16I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  85 }

  cIDServR16I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  86 }

  cIDServR16ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR16Entry  87 }

  cIDServR16ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR16Entry  88 }

  cIDServR16SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  89 }

  cIDServR16LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  90 }

  cIDServR16LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  91 }

  cIDServR16ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR16Entry  92 }

  cIDServR16CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR16Entry  93 }

  cIDServR16ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  97 }

  cIDServR16SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  98 }

  cIDServR16I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR16Entry  99 }

  cIDServR16I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR16Entry  100 }

  cIDServR16I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR16Entry  101 }

  cIDServR16I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR16Entry  102 }

  cIDServR16ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR16Entry  104 }

  cIDServR16AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR16Entry  105 }

  cIDServR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR16Entry  106 }

  cIDServR16ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR16Entry  107 }

  cIDServR16ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR16Entry  108 }

  cIDServR16SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR16Entry  109 }

  cIDServR16CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR16Entry  110 }

  cIDServR16ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR16Entry  111 }

  cIDServR16CIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - ignore PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  112 }

  cIDServR16SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  113 }

  cIDServR16CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR16Entry  114 }

  cIDServR16ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR16Entry  115 }

  cIDServR16CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR16Entry  116 }

  cIDServR16I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  117 }

  cIDServR16I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  118 }

  cIDServR16I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  119 }

  cIDServR16I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR16Entry  120 }

  cIDServR16CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR16Entry  121 }

  cIDServR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR16Entry  124 }

  cIDServR16CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR16Entry  125 }

  cIDServR16CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR16Entry  126 }

  cIDServR16CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR16Entry  127 }

  cIDServR16CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR16Entry  128 }

  cIDServR16CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR16Entry  129 }

  cIDServR16CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR16Entry  130 }

  cIDServR16TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR16Entry  131 }

  cIDServR16TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR16Entry  132 }

  cIDServR16CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR16Entry  133 }

  cIDServR16SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  134 }

  cIDServR16SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  135 }

  cIDServR16CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR16Entry  136 }

  cIDServR16CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR16Entry  137 }

  cIDServR16CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  138 }

  cIDServR16ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR16Entry  139 }

  cIDServR16SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR16Entry  140 }

  cIDServR16TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR16Entry  141 }

  cIDServR16TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR16Entry  142 }

  cIDServR16ARClbackUseTestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - use test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR16Entry  143 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  rPSActionR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2073 }

  rPSActionR20Entry OBJECT-TYPE
    SYNTAX       RPSActionR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR20NEConn,
             rPSActionR20NetwkElement,
             rPSActionR20CFSIx,
             rPSActionR20CfgSetIx,
             rPSActionR20RtgTblIx,
             rPSActionR20RtgActionIx }
    ::= {  rPSActionR20Table  1  }

  RPSActionR20Entry  ::=  SEQUENCE
  {
    rPSActionR20NEConn                 Unsigned32,
    rPSActionR20NetwkElement           DisplayString,
    rPSActionR20CFSIx                  Unsigned32,
    rPSActionR20CfgSetIx               Unsigned32,
    rPSActionR20RtgTblIx               Unsigned32,
    rPSActionR20RtgActionIx            Unsigned32,
    rPSActionR20AddrType               INTEGER,
    rPSActionR20AddrScope              INTEGER,
    rPSActionR20WildcardAddrType       INTEGER,
    rPSActionR20WildcardAddr           DisplayString,
    rPSActionR20TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR20WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR20ActionProbability      Unsigned32,
    rPSActionR20Action                 INTEGER,
    rPSActionR20T1I1MediaChanNEConn    Unsigned32,
    rPSActionR20T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR20T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR20T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR20T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR20T2I1MediaChanNEConn    Unsigned32,
    rPSActionR20T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR20T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR20T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR20T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR20I1NextTblNEConn        Unsigned32,
    rPSActionR20I2NextTblNetwkElement  DisplayString,
    rPSActionR20I3NextTblCFSIx         Unsigned32,
    rPSActionR20I4NextTblCfgSetIx      Unsigned32,
    rPSActionR20I5NextTblRtgTblIx      Unsigned32,
    rPSActionR20ActionUnavailInterval  Unsigned32,
    rPSActionR20T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR20AllowAAR               INTEGER,
    rPSActionR20AllowARR               INTEGER,
    rPSActionR20RtgControlIndicator    INTEGER,
    rPSActionR20CircCode               INTEGER,
    rPSActionR20MFTandemRtgCode        INTEGER,
    rPSActionR20MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR20MFIntnatlOprRtgCode    INTEGER,
    rPSActionR20MaxChanUsage           Unsigned32,
    rPSActionR20CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR20CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR20RowStatus              RowStatus,
    rPSActionR20OptionalAttrsToSet     BITS,
    rPSActionR20AlrmState              INTEGER,
    rPSActionR20AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR20AlrmEvtsAtndDp         Integer32,
    rPSActionR20AlrmStateTimestamp     Unsigned32,
    rPSActionR20AlrmResetTimestamp     Unsigned32,
    rPSActionR20TimeRtgPrecedence      Unsigned32,
    rPSActionR20TimeRtgMinYear         Unsigned32,
    rPSActionR20TimeRtgMinMonth        Unsigned32,
    rPSActionR20TimeRtgMinDay          Unsigned32,
    rPSActionR20TimeRtgMaxYear         Unsigned32,
    rPSActionR20TimeRtgMaxMonth        Unsigned32,
    rPSActionR20TimeRtgMaxDay          Unsigned32,
    rPSActionR20TimeRtgMinDayWeek      INTEGER,
    rPSActionR20TimeRtgMinHr           Unsigned32,
    rPSActionR20TimeRtgMinMin          Unsigned32,
    rPSActionR20TimeRtgMaxDayWeek      INTEGER,
    rPSActionR20TimeRtgMaxHr           Unsigned32,
    rPSActionR20TimeRtgMaxMin          Unsigned32,
    rPSActionR20SubRtgAttrs            BITS,
    rPSActionR20NumAction              DisplayString,
    rPSActionR20Desc                   DisplayString,
    rPSActionR20AttrValOprCallMatch    INTEGER,
    rPSActionR20AttrValOprCall         INTEGER,
    rPSActionR20AttrValSubGpMatch      INTEGER,
    rPSActionR20T3I1MediaChanNEConn    Unsigned32,
    rPSActionR20T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR20T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR20T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR20I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR20I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR20I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR20I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR20AttrValANIIIDigits     Unsigned32,
    rPSActionR20AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR20AttrValDialedPrefix    INTEGER,
    rPSActionR20AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR20AttrValDialingPattn    INTEGER,
    rPSActionR20AttrValUsrDef1Match    INTEGER,
    rPSActionR20AttrValUsrDef1         Unsigned32,
    rPSActionR20AttrValUsrDef2Match    INTEGER,
    rPSActionR20AttrValUsrDef2         Unsigned32,
    rPSActionR20AttrValUsrDef3Match    INTEGER,
    rPSActionR20AttrValUsrDef3         Unsigned32,
    rPSActionR20AttrValLCC1Match       INTEGER,
    rPSActionR20AttrValLCC1            Unsigned32,
    rPSActionR20AttrValLCC2Match       INTEGER,
    rPSActionR20AttrValLCC2            Unsigned32,
    rPSActionR20AttrValLCC3Match       INTEGER,
    rPSActionR20AttrValLCC3            Unsigned32,
    rPSActionR20AttrValLCC4Match       INTEGER,
    rPSActionR20AttrValLCC4            Unsigned32,
    rPSActionR20AttrValLCC5Match       INTEGER,
    rPSActionR20AttrValLCC5            Unsigned32,
    rPSActionR20AttrValUSCallTypeMatch INTEGER,
    rPSActionR20AttrValUSCallType      INTEGER,
    rPSActionR20AttrValUKCallTypeMatch INTEGER,
    rPSActionR20AttrValUKCallType      INTEGER,
    rPSActionR20AttrValCIPMatch        INTEGER,
    rPSActionR20AttrValCIP             Unsigned32,
    rPSActionR20AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR20InMediaType            INTEGER,
    rPSActionR20T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR20T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR20T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR20T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR20T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR20T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR20T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR20T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR20T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR20T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR20T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR20T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR20T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR20T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR20T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR20T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR20T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR20T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR20T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR20T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR20T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR20T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR20T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR20T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR20T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR20T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR20T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR20T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR20T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR20InMediaRemSigStack     INTEGER,
    rPSActionR20T4I1MediaChanNEConn    Unsigned32,
    rPSActionR20T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR20T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR20I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR20AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR20T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR20T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR20T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR20I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR20I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR20I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR20NumActCallPartyNumAct  DisplayString,
    rPSActionR20NumActChargeNumAct     DisplayString,
    rPSActionR20AttrValUsrDef4Match    INTEGER,
    rPSActionR20AttrValUsrDef4         Unsigned32,
    rPSActionR20AttrValUsrDef5Match    INTEGER,
    rPSActionR20AttrValUsrDef5         Unsigned32,
    rPSActionR20AttrValUsrDef6Match    INTEGER,
    rPSActionR20AttrValUsrDef6         Unsigned32,
    rPSActionR20AttrValUsrDef7Match    INTEGER,
    rPSActionR20AttrValUsrDef7         Unsigned32,
    rPSActionR20AttrValUsrDef8Match    INTEGER,
    rPSActionR20AttrValUsrDef8         Unsigned32,
    rPSActionR20AttrValUsrDef9Match    INTEGER,
    rPSActionR20AttrValUsrDef9         Unsigned32,
    rPSActionR20AttrValUsrDef10Match   INTEGER,
    rPSActionR20AttrValUsrDef10        Unsigned32,
    rPSActionR20AttrValUsrDef11Match   INTEGER,
    rPSActionR20AttrValUsrDef11        Unsigned32,
    rPSActionR20AttrValUsrDef12Match   INTEGER,
    rPSActionR20AttrValUsrDef12        Unsigned32,
    rPSActionR20AttrValUsrDef13Match   INTEGER,
    rPSActionR20AttrValUsrDef13        Unsigned32,
    rPSActionR20AttrValUsrDef14Match   INTEGER,
    rPSActionR20AttrValUsrDef14        Unsigned32,
    rPSActionR20AttrValUsrDef15Match   INTEGER,
    rPSActionR20AttrValUsrDef15        Unsigned32,
    rPSActionR20AttrValUsrDef16Match   INTEGER,
    rPSActionR20AttrValUsrDef16        Unsigned32,
    rPSActionR20AttrValUsrDef17Match   INTEGER,
    rPSActionR20AttrValUsrDef17        Unsigned32,
    rPSActionR20AttrValUsrDef18Match   INTEGER,
    rPSActionR20AttrValUsrDef18        Unsigned32,
    rPSActionR20AttrValUsrDef19Match   INTEGER,
    rPSActionR20AttrValUsrDef19        Unsigned32,
    rPSActionR20AttrValUsrDef20Match   INTEGER,
    rPSActionR20AttrValUsrDef20        Unsigned32,
    rPSActionR20AttrValLCC6Match       INTEGER,
    rPSActionR20AttrValLCC6            Unsigned32,
    rPSActionR20AttrValLCC7Match       INTEGER,
    rPSActionR20AttrValLCC7            Unsigned32,
    rPSActionR20AttrValLCC8Match       INTEGER,
    rPSActionR20AttrValLCC8            Unsigned32,
    rPSActionR20AttrValLCC9Match       INTEGER,
    rPSActionR20AttrValLCC9            Unsigned32,
    rPSActionR20AttrValLCC10Match      INTEGER,
    rPSActionR20AttrValLCC10           Unsigned32,
    rPSActionR20AttrValLCC11Match      INTEGER,
    rPSActionR20AttrValLCC11           Unsigned32,
    rPSActionR20AttrValLCC12Match      INTEGER,
    rPSActionR20AttrValLCC12           Unsigned32,
    rPSActionR20AttrValLCC13Match      INTEGER,
    rPSActionR20AttrValLCC13           Unsigned32,
    rPSActionR20AttrValLCC14Match      INTEGER,
    rPSActionR20AttrValLCC14           Unsigned32,
    rPSActionR20AttrValLCC15Match      INTEGER,
    rPSActionR20AttrValLCC15           Unsigned32,
    rPSActionR20AttrValLCC16Match      INTEGER,
    rPSActionR20AttrValLCC16           Unsigned32,
    rPSActionR20AttrValLCC17Match      INTEGER,
    rPSActionR20AttrValLCC17           Unsigned32,
    rPSActionR20AttrValLCC18Match      INTEGER,
    rPSActionR20AttrValLCC18           Unsigned32,
    rPSActionR20AttrValLCC19Match      INTEGER,
    rPSActionR20AttrValLCC19           Unsigned32,
    rPSActionR20AttrValLCC20Match      INTEGER,
    rPSActionR20AttrValLCC20           Unsigned32,
    rPSActionR20AttrValESAStatusMatch  INTEGER,
    rPSActionR20I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR20I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR20I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR20I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR20MaxCallDurn            Unsigned32,
    rPSActionR20InReleaseCauseMatch    INTEGER,
    rPSActionR20InReleaseCause         INTEGER,
    rPSActionR20OutQ850ReleaseCause    INTEGER,
    rPSActionR20BearerCapabilityMatch  INTEGER,
    rPSActionR20BearerCapability       BITS,
    rPSActionR20AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR20AttrValPriorityCall    INTEGER,
    rPSActionR20AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR20AttrValNetWdBGID       Unsigned32,
    rPSActionR20AttrValBGLnPrivMatch   INTEGER,
    rPSActionR20AttrValBGLnPriv        Unsigned32,
    rPSActionR20AttrValISwIBGCallMatch INTEGER,
    rPSActionR20AttrValISwIBGCall      INTEGER,
    rPSActionR20AttrValOTGpIDMatch     INTEGER,
    rPSActionR20AttrValOTGpID          DisplayString,
    rPSActionR20AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR20AttrValOrigTrCxt       DisplayString,
    rPSActionR20AttrValDTGpIDMatch     INTEGER,
    rPSActionR20AttrValDTGpID          DisplayString,
    rPSActionR20AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR20AttrValDestTrnkCxt     DisplayString,
    rPSActionR20OverrideCldAddrScope   INTEGER,
    rPSActionR20RequestCNAMDip         INTEGER,
    rPSActionR20T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR20T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR20T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR20DestTrnkGpID           DisplayString,
    rPSActionR20DestTrnkCxt            DisplayString,
    rPSActionR20GenericMatchType       INTEGER,
    rPSActionR20ClgPartyCats           BITS,
    rPSActionR20LowerPropDly           Unsigned32,
    rPSActionR20UpperPropDly           Unsigned32,
    rPSActionR20SatelliteInd           Unsigned32,
    rPSActionR20IsupPreference         BITS,
    rPSActionR20GermanNukkFsrMatchType INTEGER,
    rPSActionR20GermanNukkFsrInd       Unsigned32,
    rPSActionR20GermanNukkFszMatchType INTEGER,
    rPSActionR20GermanNukkFszInd       Unsigned32,
    rPSActionR20GermanNukkIcrMatchType INTEGER,
    rPSActionR20GermanNukkIcrInd       Unsigned32,
    rPSActionR20GermanNukkNcrMatchType INTEGER,
    rPSActionR20GermanNukkNcrInd       Unsigned32,
    rPSActionR20GermanNukkCnbMatchType INTEGER,
    rPSActionR20GermanNukkCnbInd       Unsigned32,
    rPSActionR20GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR20GermanNukkCustId       Unsigned32,
    rPSActionR20GermanNukkServMatchType
                                       INTEGER,
    rPSActionR20GermanNukkServ         Unsigned32,
    rPSActionR20GermanNsspFsmMatchType INTEGER,
    rPSActionR20GermanNsspFsmInd       Unsigned32,
    rPSActionR20GermanNsspNpfMatchType INTEGER,
    rPSActionR20GermanNsspNpfInd       Unsigned32,
    rPSActionR20GermanNsspTiMatchType  INTEGER,
    rPSActionR20GermanNsspTransitInd   Unsigned32,
    rPSActionR20GermanNsspServMatchType
                                       INTEGER,
    rPSActionR20GermanNsspServ         Unsigned32,
    rPSActionR20ENUMSuffix             DisplayString,
    rPSActionR20ENUMServers            DisplayString,
    rPSActionR20RemTollFreeLookupRequest
                                       INTEGER
  }

  rPSActionR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR20Entry  1 }

  rPSActionR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR20Entry  2 }

  rPSActionR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR20Entry  3 }

  rPSActionR20CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR20Entry  4 }

  rPSActionR20RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR20Entry  5 }

  rPSActionR20RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR20Entry  6 }

  rPSActionR20AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR20Entry  7 }

  rPSActionR20AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR20Entry  8 }

  rPSActionR20WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR20Entry  9 }

  rPSActionR20WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR20Entry  10 }

  rPSActionR20TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR20Entry  11 }

  rPSActionR20WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  12 }

  rPSActionR20ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR20Entry  13 }

  rPSActionR20Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR20Entry  14 }

  rPSActionR20T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  15 }

  rPSActionR20T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  16 }

  rPSActionR20T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  17 }

  rPSActionR20T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  18 }

  rPSActionR20T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  19 }

  rPSActionR20T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  20 }

  rPSActionR20T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  21 }

  rPSActionR20T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  22 }

  rPSActionR20T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  23 }

  rPSActionR20T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  24 }

  rPSActionR20T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  25 }

  rPSActionR20T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  26 }

  rPSActionR20I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR20Entry  27 }

  rPSActionR20I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR20Entry  28 }

  rPSActionR20I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR20Entry  29 }

  rPSActionR20I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR20Entry  30 }

  rPSActionR20I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR20Entry  31 }

  rPSActionR20ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR20Entry  32 }

  rPSActionR20T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  33 }

  rPSActionR20T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  34 }

  rPSActionR20AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR20Entry  35 }

  rPSActionR20AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR20Entry  36 }

  rPSActionR20RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR20Entry  37 }

  rPSActionR20CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR20Entry  38 }

  rPSActionR20MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR20Entry  39 }

  rPSActionR20MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR20Entry  40 }

  rPSActionR20MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR20Entry  41 }

  rPSActionR20MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR20Entry  42 }

  rPSActionR20CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR20Entry  43 }

  rPSActionR20CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR20Entry  44 }

  rPSActionR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR20Entry  50 }

  rPSActionR20OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR20Entry  51 }

  rPSActionR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR20Entry  52 }

  rPSActionR20AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR20Entry  53 }

  rPSActionR20AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR20Entry  54 }

  rPSActionR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR20Entry  55 }

  rPSActionR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR20Entry  56 }

  rPSActionR20TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR20Entry  57 }

  rPSActionR20TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR20Entry  58 }

  rPSActionR20TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR20Entry  59 }

  rPSActionR20TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR20Entry  60 }

  rPSActionR20TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR20Entry  61 }

  rPSActionR20TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR20Entry  62 }

  rPSActionR20TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR20Entry  63 }

  rPSActionR20TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR20Entry  64 }

  rPSActionR20TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR20Entry  65 }

  rPSActionR20TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR20Entry  66 }

  rPSActionR20TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR20Entry  67 }

  rPSActionR20TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR20Entry  68 }

  rPSActionR20TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR20Entry  69 }

  rPSActionR20SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR20Entry  71 }

  rPSActionR20NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR20Entry  83 }

  rPSActionR20Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR20Entry  104 }

  rPSActionR20AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  105 }

  rPSActionR20AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR20Entry  106 }

  rPSActionR20AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  107 }

  rPSActionR20T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  110 }

  rPSActionR20T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  111 }

  rPSActionR20T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  112 }

  rPSActionR20T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  113 }

  rPSActionR20T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  114 }

  rPSActionR20I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR20Entry  115 }

  rPSActionR20I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR20Entry  116 }

  rPSActionR20I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR20Entry  117 }

  rPSActionR20I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR20Entry  118 }

  rPSActionR20AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  119 }

  rPSActionR20AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  120 }

  rPSActionR20AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR20Entry  121 }

  rPSActionR20AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  122 }

  rPSActionR20AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR20Entry  123 }

  rPSActionR20AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  124 }

  rPSActionR20AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR20Entry  125 }

  rPSActionR20AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  126 }

  rPSActionR20AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR20Entry  127 }

  rPSActionR20AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  128 }

  rPSActionR20AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR20Entry  129 }

  rPSActionR20AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  130 }

  rPSActionR20AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR20Entry  131 }

  rPSActionR20AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  132 }

  rPSActionR20AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR20Entry  133 }

  rPSActionR20AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  134 }

  rPSActionR20AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR20Entry  135 }

  rPSActionR20AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  136 }

  rPSActionR20AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR20Entry  137 }

  rPSActionR20AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  138 }

  rPSActionR20AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR20Entry  139 }

  rPSActionR20AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  140 }

  rPSActionR20AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR20Entry  141 }

  rPSActionR20AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  142 }

  rPSActionR20AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR20Entry  143 }

  rPSActionR20AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  144 }

  rPSActionR20AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  145 }

  rPSActionR20AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  146 }

  rPSActionR20InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR20Entry  147 }

  rPSActionR20T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR20Entry  148 }

  rPSActionR20T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR20Entry  149 }

  rPSActionR20T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR20Entry  150 }

  rPSActionR20T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR20Entry  151 }

  rPSActionR20T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR20Entry  152 }

  rPSActionR20T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR20Entry  153 }

  rPSActionR20T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR20Entry  154 }

  rPSActionR20T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR20Entry  155 }

  rPSActionR20T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR20Entry  156 }

  rPSActionR20T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR20Entry  157 }

  rPSActionR20T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  158 }

  rPSActionR20T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  159 }

  rPSActionR20T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  160 }

  rPSActionR20T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  161 }

  rPSActionR20T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  162 }

  rPSActionR20T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR20Entry  163 }

  rPSActionR20T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  164 }

  rPSActionR20T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  165 }

  rPSActionR20T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  166 }

  rPSActionR20T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  167 }

  rPSActionR20T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  168 }

  rPSActionR20T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR20Entry  169 }

  rPSActionR20T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  170 }

  rPSActionR20T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  171 }

  rPSActionR20T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  172 }

  rPSActionR20T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  173 }

  rPSActionR20T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR20Entry  174 }

  rPSActionR20T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  175 }

  rPSActionR20T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  176 }

  rPSActionR20T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  177 }

  rPSActionR20T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  178 }

  rPSActionR20T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  179 }

  rPSActionR20InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR20Entry  180 }

  rPSActionR20T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  181 }

  rPSActionR20T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  182 }

  rPSActionR20T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR20Entry  183 }

  rPSActionR20I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR20Entry  184 }

  rPSActionR20AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  185 }

  rPSActionR20T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR20Entry  186 }

  rPSActionR20T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR20Entry  187 }

  rPSActionR20T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR20Entry  188 }

  rPSActionR20I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR20Entry  189 }

  rPSActionR20I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR20Entry  190 }

  rPSActionR20I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR20Entry  191 }

  rPSActionR20NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR20Entry  193 }

  rPSActionR20NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR20Entry  194 }

  rPSActionR20AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  195 }

  rPSActionR20AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR20Entry  196 }

  rPSActionR20AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  197 }

  rPSActionR20AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR20Entry  198 }

  rPSActionR20AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  199 }

  rPSActionR20AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR20Entry  200 }

  rPSActionR20AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  201 }

  rPSActionR20AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR20Entry  202 }

  rPSActionR20AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  203 }

  rPSActionR20AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR20Entry  204 }

  rPSActionR20AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  205 }

  rPSActionR20AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR20Entry  206 }

  rPSActionR20AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  207 }

  rPSActionR20AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR20Entry  208 }

  rPSActionR20AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  209 }

  rPSActionR20AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR20Entry  210 }

  rPSActionR20AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  211 }

  rPSActionR20AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR20Entry  212 }

  rPSActionR20AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  213 }

  rPSActionR20AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR20Entry  214 }

  rPSActionR20AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  215 }

  rPSActionR20AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR20Entry  216 }

  rPSActionR20AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  217 }

  rPSActionR20AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR20Entry  218 }

  rPSActionR20AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  219 }

  rPSActionR20AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR20Entry  220 }

  rPSActionR20AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  221 }

  rPSActionR20AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR20Entry  222 }

  rPSActionR20AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  223 }

  rPSActionR20AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR20Entry  224 }

  rPSActionR20AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  225 }

  rPSActionR20AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR20Entry  226 }

  rPSActionR20AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  227 }

  rPSActionR20AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR20Entry  228 }

  rPSActionR20AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  229 }

  rPSActionR20AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR20Entry  230 }

  rPSActionR20AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  231 }

  rPSActionR20AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR20Entry  232 }

  rPSActionR20AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  233 }

  rPSActionR20AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR20Entry  234 }

  rPSActionR20AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  235 }

  rPSActionR20AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR20Entry  236 }

  rPSActionR20AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  237 }

  rPSActionR20AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR20Entry  238 }

  rPSActionR20AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  239 }

  rPSActionR20AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR20Entry  240 }

  rPSActionR20AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  241 }

  rPSActionR20AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR20Entry  242 }

  rPSActionR20AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  243 }

  rPSActionR20AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR20Entry  244 }

  rPSActionR20AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  245 }

  rPSActionR20AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR20Entry  246 }

  rPSActionR20AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  247 }

  rPSActionR20AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR20Entry  248 }

  rPSActionR20AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  249 }

  rPSActionR20AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR20Entry  250 }

  rPSActionR20AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  251 }

  rPSActionR20AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR20Entry  252 }

  rPSActionR20AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  253 }

  rPSActionR20AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR20Entry  254 }

  rPSActionR20AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  255 }

  rPSActionR20AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR20Entry  256 }

  rPSActionR20AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  257 }

  rPSActionR20AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR20Entry  258 }

  rPSActionR20AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR20Entry  259 }

  rPSActionR20I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR20Entry  260 }

  rPSActionR20I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR20Entry  261 }

  rPSActionR20I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR20Entry  262 }

  rPSActionR20I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR20Entry  263 }

  rPSActionR20MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR20Entry  264 }

  rPSActionR20InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR20Entry  265 }

  rPSActionR20InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR20Entry  266 }

  rPSActionR20OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR20Entry  268 }

  rPSActionR20BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  269 }

  rPSActionR20BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR20Entry  270 }

  rPSActionR20AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  271 }

  rPSActionR20AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR20Entry  272 }

  rPSActionR20AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  273 }

  rPSActionR20AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR20Entry  274 }

  rPSActionR20AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  275 }

  rPSActionR20AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR20Entry  276 }

  rPSActionR20AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR20Entry  277 }

  rPSActionR20AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR20Entry  278 }

  rPSActionR20AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  279 }

  rPSActionR20AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR20Entry  280 }

  rPSActionR20AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  281 }

  rPSActionR20AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR20Entry  282 }

  rPSActionR20AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  283 }

  rPSActionR20AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR20Entry  284 }

  rPSActionR20AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR20Entry  285 }

  rPSActionR20AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR20Entry  286 }

  rPSActionR20OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR20Entry  287 }

  rPSActionR20RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR20Entry  288 }

  rPSActionR20T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR20Entry  289 }

  rPSActionR20T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR20Entry  290 }

  rPSActionR20T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR20Entry  291 }

  rPSActionR20DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR20Entry  292 }

  rPSActionR20DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR20Entry  293 }

  rPSActionR20GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR20Entry  294 }

  rPSActionR20ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR20Entry  295 }

  rPSActionR20LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  296 }

  rPSActionR20UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR20Entry  297 }

  rPSActionR20SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  298 }

  rPSActionR20IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR20Entry  299 }

  rPSActionR20GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  300 }

  rPSActionR20GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  301 }

  rPSActionR20GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  302 }

  rPSActionR20GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  303 }

  rPSActionR20GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  304 }

  rPSActionR20GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  305 }

  rPSActionR20GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  306 }

  rPSActionR20GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  307 }

  rPSActionR20GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  308 }

  rPSActionR20GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  309 }

  rPSActionR20GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  310 }

  rPSActionR20GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  311 }

  rPSActionR20GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  312 }

  rPSActionR20GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  313 }

  rPSActionR20GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  314 }

  rPSActionR20GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  315 }

  rPSActionR20GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  316 }

  rPSActionR20GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  317 }

  rPSActionR20GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  318 }

  rPSActionR20GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  319 }

  rPSActionR20GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR20Entry  320 }

  rPSActionR20GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR20Entry  321 }

  rPSActionR20ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR20Entry  322 }

  rPSActionR20ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR20Entry  323 }

  rPSActionR20RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR20Entry  324 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Range'                                               */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  numberRangeR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NumberRangeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2074 }

  numberRangeR1Entry OBJECT-TYPE
    SYNTAX       NumberRangeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { numberRangeR1NEConn,
             numberRangeR1NetwkElement,
             numberRangeR1CFSIx,
             numberRangeR1FirstNum }
    ::= {  numberRangeR1Table  1  }

  NumberRangeR1Entry  ::=  SEQUENCE
  {
    numberRangeR1NEConn                Unsigned32,
    numberRangeR1NetwkElement          DisplayString,
    numberRangeR1CFSIx                 Unsigned32,
    numberRangeR1FirstNum              DisplayString,
    numberRangeR1LastNum               DisplayString,
    numberRangeR1RowStatus             RowStatus,
    numberRangeR1Desc                  DisplayString,
    numberRangeR1I1OwningSiteClusterSiteConnIx
                                       Integer32,
    numberRangeR1ForceChange           INTEGER
  }

  numberRangeR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { numberRangeR1Entry  1 }

  numberRangeR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { numberRangeR1Entry  2 }

  numberRangeR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { numberRangeR1Entry  3 }

  numberRangeR1FirstNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First number'.
                  This is an index field."
    ::= { numberRangeR1Entry  4 }

  numberRangeR1LastNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last number'.
                  This field is not writable when active."
    ::= { numberRangeR1Entry  5 }

  numberRangeR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { numberRangeR1Entry  6 }

  numberRangeR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { numberRangeR1Entry  7 }

  numberRangeR1I1OwningSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { numberRangeR1Entry  8 }

  numberRangeR1ForceChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force change'."
    DEFVAL       { false }
    ::= { numberRangeR1Entry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  indLineR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2075 }

  indLineR21Entry OBJECT-TYPE
    SYNTAX       IndLineR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR21NEConn,
             indLineR21NetwkElement,
             indLineR21CFSIx,
             indLineR21DirNum }
    ::= {  indLineR21Table  1  }

  IndLineR21Entry  ::=  SEQUENCE
  {
    indLineR21NEConn                   Unsigned32,
    indLineR21NetwkElement             DisplayString,
    indLineR21CFSIx                    Unsigned32,
    indLineR21DirNum                   DisplayString,
    indLineR21PresNum                  DisplayString,
    indLineR21ClgPartyNum              DisplayString,
    indLineR21I1SubGpNEConn            Unsigned32,
    indLineR21I2SubGpNetwkElement      DisplayString,
    indLineR21I3SubGpCFSIx             Unsigned32,
    indLineR21I4SubGpSubGpIx           Unsigned32,
    indLineR21NumStatus                INTEGER,
    indLineR21T1I1AccDevNEConn         Unsigned32,
    indLineR21T1I2AccDevNetwkElement   DisplayString,
    indLineR21T1I3AccDevCFSIx          Unsigned32,
    indLineR21T1I4AccDevGatewayIx      Unsigned32,
    indLineR21T1I5AccDevDeviceIx       Unsigned32,
    indLineR21T2I1AccDevNEConn         Unsigned32,
    indLineR21T2I2AccDevNetwkElement   DisplayString,
    indLineR21T2I3AccDevCFSIx          Unsigned32,
    indLineR21T2I4AccDevGatewayIx      Unsigned32,
    indLineR21T2I5AccDevDeviceIx       Unsigned32,
    indLineR21AccessLineNum            Unsigned32,
    indLineR21PortedExchangeID         DisplayString,
    indLineR21SignalFunctionCode       INTEGER,
    indLineR21LineUsage                INTEGER,
    indLineR21FSKFormat                INTEGER,
    indLineR21PIN                      DisplayString,
    indLineR21Locale                   INTEGER,
    indLineR21LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR21DigitMaskingReqd         INTEGER,
    indLineR21OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR21OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR21OrigingFacilityMarksADC  INTEGER,
    indLineR21TermFacilityMarksServInterception
                                       INTEGER,
    indLineR21TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR21ActYear                  Unsigned32,
    indLineR21ActMonth                 Unsigned32,
    indLineR21ActDate                  Unsigned32,
    indLineR21LastInCallClgType        INTEGER,
    indLineR21LastInCallUniqueNum      INTEGER,
    indLineR21LastInCallClgNum         DisplayString,
    indLineR21LastInCallClgPresNum     DisplayString,
    indLineR21LastInCallTimeCall       Unsigned32,
    indLineR21LastInCallCallerWaited   INTEGER,
    indLineR21LastInCallCallAnswrd     INTEGER,
    indLineR21LastInCallCallTraced     INTEGER,
    indLineR21AlrmState                INTEGER,
    indLineR21AlrmLogCorr              Counter64,
    indLineR21AddtlAlrmLogCorr         Counter64,
    indLineR21AlrmEvtsAttnRq           Unsigned32,
    indLineR21AlrmEvtsAtndDp           Unsigned32,
    indLineR21AlrmStateTimestamp       Unsigned32,
    indLineR21ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR21ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR21ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR21ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR21DiagsLogLvl              INTEGER,
    indLineR21DiagsAPITraceEnabled     INTEGER,
    indLineR21DiagsAPITraceTag         DisplayString,
    indLineR21DiagsAPITraceRemNum      DisplayString,
    indLineR21SummaryChldAlrmState     INTEGER,
    indLineR21RowStatus                RowStatus,
    indLineR21ExportNumObjectsExported Integer32,
    indLineR21ExportStatus             DisplayString,
    indLineR21ExportFile               DisplayString,
    indLineR21ExportCorr               Counter64,
    indLineR21ExportCorrNode           DisplayString,
    indLineR21ExportCorrUID            DisplayString,
    indLineR21DoExtraActions           INTEGER,
    indLineR21MovedToDirNum            DisplayString,
    indLineR21CustInfo                 DisplayString,
    indLineR21SigType                  INTEGER,
    indLineR21I1ISDNInterfaceNEConn    Unsigned32,
    indLineR21I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR21I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR21I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR21I5ISDNInterfacePRIIx     Unsigned32,
    indLineR21ISDNDefBearerCapabilities
                                       BITS,
    indLineR21DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR21SIPUserName              DisplayString,
    indLineR21SIPDomainName            DisplayString,
    indLineR21UseStaticNATMapping      INTEGER,
    indLineR21SIPRegistrationStatus    INTEGER,
    indLineR21SIPAuthenticationReqd    INTEGER,
    indLineR21NewSIPPassword           DisplayString,
    indLineR21ConfirmNewSIPPassword    DisplayString,
    indLineR21ServSuspended            INTEGER,
    indLineR21GR303NailedUpConn        INTEGER,
    indLineR21TSL                      INTEGER,
    indLineR21CustInfo2                DisplayString,
    indLineR21CustInfo3                DisplayString,
    indLineR21CustInfo4                DisplayString,
    indLineR21CustInfo5                DisplayString,
    indLineR21CustInfo6                DisplayString,
    indLineR21PrimaryLineDirNum        DisplayString,
    indLineR21RingPattnRO              INTEGER,
    indLineR21RecentlyMovedFromOldNum  INTEGER,
    indLineR21MovedFromDirNum          DisplayString,
    indLineR21ConnectCallAfterAnnounce INTEGER,
    indLineR21ChargeNum                DisplayString,
    indLineR21I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR21I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR21I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR21I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR21PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR21GR303DialType            INTEGER,
    indLineR21LastOutCallCldType       INTEGER,
    indLineR21LastOutCallCldNum        DisplayString,
    indLineR21LastOutCallNumPres       INTEGER,
    indLineR21LastOutCallCallType      INTEGER,
    indLineR21LastOutCallDirectDialed  INTEGER,
    indLineR21LastOutCallCarr          DisplayString,
    indLineR21I1PerProfNEConn          Unsigned32,
    indLineR21I2PerProfNetwkElement    DisplayString,
    indLineR21I3PerProfCFSIx           Unsigned32,
    indLineR21I4PerProfGpIx            Unsigned32,
    indLineR21InUseBy                  INTEGER,
    indLineR21UseDNIdentification      INTEGER,
    indLineR21SDActTimezone            INTEGER,
    indLineR21SDDefTimezone            INTEGER,
    indLineR21SDUseDefTimezone         INTEGER,
    indLineR21SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR21SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR21SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR21SDActMaxCallAppearances  Unsigned32,
    indLineR21SDDefMaxCallAppearances  Unsigned32,
    indLineR21SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR21SDActLongDistanceCarr    DisplayString,
    indLineR21SDDefLongDistanceCarr    DisplayString,
    indLineR21SDUseDefLongDistanceCarr INTEGER,
    indLineR21SDActIntraLATACarr       DisplayString,
    indLineR21SDDefIntraLATACarr       DisplayString,
    indLineR21SDUseDefIntraLATACarr    INTEGER,
    indLineR21SDActRtgAttrs            BITS,
    indLineR21SDDefRtgAttrs            BITS,
    indLineR21SDUseDefRtgAttrs         INTEGER,
    indLineR21SDActBillType            INTEGER,
    indLineR21SDDefBillType            INTEGER,
    indLineR21SDUseDefBillType         INTEGER,
    indLineR21SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR21SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR21SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR21SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR21SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR21SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR21SDActTariffGp            INTEGER,
    indLineR21SDDefTariffGp            INTEGER,
    indLineR21SDUseDefTariffGp         INTEGER,
    indLineR21SDActLCC1                INTEGER,
    indLineR21SDDefLCC1                INTEGER,
    indLineR21SDUseDefLCC1             INTEGER,
    indLineR21SDActLCC2                INTEGER,
    indLineR21SDDefLCC2                INTEGER,
    indLineR21SDUseDefLCC2             INTEGER,
    indLineR21SDActLCC3                INTEGER,
    indLineR21SDDefLCC3                INTEGER,
    indLineR21SDUseDefLCC3             INTEGER,
    indLineR21SDActLCC4                INTEGER,
    indLineR21SDDefLCC4                INTEGER,
    indLineR21SDUseDefLCC4             INTEGER,
    indLineR21SDActLCC5                INTEGER,
    indLineR21SDDefLCC5                INTEGER,
    indLineR21SDUseDefLCC5             INTEGER,
    indLineR21SDActForceLNPLookup      INTEGER,
    indLineR21SDDefForceLNPLookup      INTEGER,
    indLineR21SDUseDefForceLNPLookup   INTEGER,
    indLineR21SDActIntnatlCarr         DisplayString,
    indLineR21SDDefIntnatlCarr         DisplayString,
    indLineR21SDUseDefIntnatlCarr      INTEGER,
    indLineR21LineTrafficStudy         INTEGER,
    indLineR21CallListsMissedCalls     LongDisplayString,
    indLineR21CallListsAnswrdCalls     LongDisplayString,
    indLineR21CallListsDialedCalls     LongDisplayString,
    indLineR21EnabledDate              Unsigned32,
    indLineR21SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR21SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR21SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR21SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR21SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR21SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR21SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR21SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR21SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR21SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR21SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR21SDActLCC6                INTEGER,
    indLineR21SDDefLCC6                INTEGER,
    indLineR21SDUseDefLCC6             INTEGER,
    indLineR21SDActLCC7                INTEGER,
    indLineR21SDDefLCC7                INTEGER,
    indLineR21SDUseDefLCC7             INTEGER,
    indLineR21SDActLCC8                INTEGER,
    indLineR21SDDefLCC8                INTEGER,
    indLineR21SDUseDefLCC8             INTEGER,
    indLineR21SDActLCC9                INTEGER,
    indLineR21SDDefLCC9                INTEGER,
    indLineR21SDUseDefLCC9             INTEGER,
    indLineR21SDActLCC10               INTEGER,
    indLineR21SDDefLCC10               INTEGER,
    indLineR21SDUseDefLCC10            INTEGER,
    indLineR21SDActLCC11               INTEGER,
    indLineR21SDDefLCC11               INTEGER,
    indLineR21SDUseDefLCC11            INTEGER,
    indLineR21SDActLCC12               INTEGER,
    indLineR21SDDefLCC12               INTEGER,
    indLineR21SDUseDefLCC12            INTEGER,
    indLineR21SDActLCC13               INTEGER,
    indLineR21SDDefLCC13               INTEGER,
    indLineR21SDUseDefLCC13            INTEGER,
    indLineR21SDActLCC14               INTEGER,
    indLineR21SDDefLCC14               INTEGER,
    indLineR21SDUseDefLCC14            INTEGER,
    indLineR21SDActLCC15               INTEGER,
    indLineR21SDDefLCC15               INTEGER,
    indLineR21SDUseDefLCC15            INTEGER,
    indLineR21SDActLCC16               INTEGER,
    indLineR21SDDefLCC16               INTEGER,
    indLineR21SDUseDefLCC16            INTEGER,
    indLineR21SDActLCC17               INTEGER,
    indLineR21SDDefLCC17               INTEGER,
    indLineR21SDUseDefLCC17            INTEGER,
    indLineR21SDActLCC18               INTEGER,
    indLineR21SDDefLCC18               INTEGER,
    indLineR21SDUseDefLCC18            INTEGER,
    indLineR21SDActLCC19               INTEGER,
    indLineR21SDDefLCC19               INTEGER,
    indLineR21SDUseDefLCC19            INTEGER,
    indLineR21SDActLCC20               INTEGER,
    indLineR21SDDefLCC20               INTEGER,
    indLineR21SDUseDefLCC20            INTEGER,
    indLineR21T1I1GatewayNEConn        Unsigned32,
    indLineR21T1I2GatewayNetwkElement  DisplayString,
    indLineR21T1I3GatewayCFSIx         Unsigned32,
    indLineR21T1I4GatewayGatewayIx     Unsigned32,
    indLineR21T2I1GatewayNEConn        Unsigned32,
    indLineR21T2I2GatewayNetwkElement  DisplayString,
    indLineR21T2I3GatewayCFSIx         Unsigned32,
    indLineR21T2I4GatewayGatewayIx     Unsigned32,
    indLineR21SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR21SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR21SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR21SDActVQMCallLogging      INTEGER,
    indLineR21SDDefVQMCallLogging      INTEGER,
    indLineR21SDUseDefVQMCallLogging   INTEGER,
    indLineR21CFMLvlOnApply            INTEGER,
    indLineR21SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR21SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR21SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR21CurrNumRegistrations     Integer32,
    indLineR21FaultMonitoringLvl       INTEGER,
    indLineR21CFMLvlOnApply2           INTEGER,
    indLineR21SIPPassword              DisplayString,
    indLineR21SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR21SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR21SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR21SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR21SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR21SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR21SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR21SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR21SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR21SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR21SDUseDefNetwkNode        INTEGER,
    indLineR21MovedToNumAsDialed       DisplayString,
    indLineR21MovedDate                Unsigned32,
    indLineR21SDActExpireAfter         Unsigned32,
    indLineR21SDDefExpireAfter         Unsigned32,
    indLineR21SDUseDefExpireAfter      INTEGER,
    indLineR21ExpiryDate               Unsigned32,
    indLineR21SecondLocale             INTEGER,
    indLineR21SDActAdvChrgAOCD         INTEGER,
    indLineR21SDDefAdvChrgAOCD         INTEGER,
    indLineR21SDUseDefAdvChrgAOCD      INTEGER,
    indLineR21SDActAdvChrgAOCE         INTEGER,
    indLineR21SDDefAdvChrgAOCE         INTEGER,
    indLineR21SDUseDefAdvChrgAOCE      INTEGER,
    indLineR21PayphoneMetering         INTEGER,
    indLineR21SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR21SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR21SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR21SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR21SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR21SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR21SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR21SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR21SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR21SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR21SDUseDefESAProtDom       INTEGER,
    indLineR21SASHostname              LongDisplayString,
    indLineR21I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR21I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR21I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR21SDActSubTimezone         LongDisplayString,
    indLineR21SDDefSubTimezone         LongDisplayString,
    indLineR21SDUseDefSubTimezone      INTEGER,
    indLineR21SDActChargeInd           INTEGER,
    indLineR21SDDefChargeInd           INTEGER,
    indLineR21SDUseDefChargeInd        INTEGER,
    indLineR21SDActSubClgCategory      INTEGER,
    indLineR21SDDefSubClgCategory      INTEGER,
    indLineR21SDUseDefSubClgCategory   INTEGER,
    indLineR21CustomerInfoFirstName    LongDisplayString,
    indLineR21CustomerInfoSecondName   LongDisplayString,
    indLineR21CustomerInfoOtherNames   LongDisplayString,
    indLineR21CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR21CustomerInfoSurname      LongDisplayString,
    indLineR21I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR21I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR21I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR21I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR21TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR21I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR21I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR21I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR21FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR21ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR21AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR21SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR21SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR21SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR21StatisticsAlrms          Integer32,
    indLineR21SupportDevTwinning       INTEGER,
    indLineR21DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR21DevTwinningSIPUserName   DisplayString,
    indLineR21DevTwinningSIPDomainName DisplayString,
    indLineR21DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR21DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR21I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR21I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR21I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR21I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR21DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR21DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR21DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR21DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR21DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR21I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR21I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR21I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR21I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR21DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR21DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR21DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR21DevTwinningSIPPassword   DisplayString,
    indLineR21NoUserEquipment          INTEGER,
    indLineR21SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR21SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR21SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR21AllowRehoming            INTEGER,
    indLineR21I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR21ExportIncASRepData       INTEGER,
    indLineR21ExportChldObjectsToInc   INTEGER
  }

  indLineR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR21Entry  1 }

  indLineR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR21Entry  2 }

  indLineR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR21Entry  3 }

  indLineR21DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR21Entry  4 }

  indLineR21PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR21Entry  5 }

  indLineR21ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR21Entry  6 }

  indLineR21I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR21Entry  7 }

  indLineR21I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR21Entry  8 }

  indLineR21I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR21Entry  9 }

  indLineR21I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR21Entry  10 }

  indLineR21NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR21Entry  11 }

  indLineR21T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR21Entry  12 }

  indLineR21T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR21Entry  13 }

  indLineR21T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR21Entry  14 }

  indLineR21T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR21Entry  15 }

  indLineR21T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR21Entry  16 }

  indLineR21T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR21Entry  17 }

  indLineR21T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR21Entry  18 }

  indLineR21T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR21Entry  19 }

  indLineR21T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR21Entry  20 }

  indLineR21T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR21Entry  21 }

  indLineR21AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR21Entry  22 }

  indLineR21PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR21Entry  23 }

  indLineR21SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR21Entry  24 }

  indLineR21LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR21Entry  25 }

  indLineR21FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR21Entry  26 }

  indLineR21PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR21Entry  29 }

  indLineR21Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR21Entry  30 }

  indLineR21LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR21Entry  33 }

  indLineR21DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR21Entry  34 }

  indLineR21OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR21Entry  36 }

  indLineR21OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR21Entry  37 }

  indLineR21OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR21Entry  38 }

  indLineR21TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR21Entry  39 }

  indLineR21TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR21Entry  40 }

  indLineR21ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR21Entry  42 }

  indLineR21ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR21Entry  43 }

  indLineR21ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR21Entry  44 }

  indLineR21LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR21Entry  45 }

  indLineR21LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR21Entry  46 }

  indLineR21LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR21Entry  47 }

  indLineR21LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR21Entry  48 }

  indLineR21LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR21Entry  49 }

  indLineR21LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR21Entry  50 }

  indLineR21LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR21Entry  51 }

  indLineR21LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR21Entry  52 }

  indLineR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR21Entry  53 }

  indLineR21AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR21Entry  54 }

  indLineR21AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR21Entry  55 }

  indLineR21AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR21Entry  56 }

  indLineR21AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR21Entry  57 }

  indLineR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR21Entry  58 }

  indLineR21ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR21Entry  59 }

  indLineR21ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR21Entry  60 }

  indLineR21ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR21Entry  61 }

  indLineR21ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR21Entry  62 }

  indLineR21DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR21Entry  63 }

  indLineR21DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR21Entry  64 }

  indLineR21DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR21Entry  65 }

  indLineR21DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR21Entry  66 }

  indLineR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR21Entry  67 }

  indLineR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR21Entry  68 }

  indLineR21ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR21Entry  69 }

  indLineR21ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR21Entry  70 }

  indLineR21ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR21Entry  71 }

  indLineR21ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR21Entry  72 }

  indLineR21ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR21Entry  73 }

  indLineR21ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR21Entry  74 }

  indLineR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR21Entry  75 }

  indLineR21MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR21Entry  76 }

  indLineR21CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR21Entry  77 }

  indLineR21SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR21Entry  78 }

  indLineR21I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR21Entry  79 }

  indLineR21I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR21Entry  80 }

  indLineR21I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR21Entry  81 }

  indLineR21I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR21Entry  82 }

  indLineR21I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR21Entry  83 }

  indLineR21ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR21Entry  84 }

  indLineR21DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR21Entry  85 }

  indLineR21SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR21Entry  86 }

  indLineR21SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR21Entry  87 }

  indLineR21UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR21Entry  88 }

  indLineR21SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR21Entry  89 }

  indLineR21SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR21Entry  90 }

  indLineR21NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR21Entry  91 }

  indLineR21ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR21Entry  92 }

  indLineR21ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR21Entry  96 }

  indLineR21GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR21Entry  97 }

  indLineR21TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR21Entry  98 }

  indLineR21CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR21Entry  99 }

  indLineR21CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR21Entry  100 }

  indLineR21CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR21Entry  101 }

  indLineR21CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR21Entry  102 }

  indLineR21CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR21Entry  103 }

  indLineR21PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR21Entry  104 }

  indLineR21RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR21Entry  105 }

  indLineR21RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR21Entry  106 }

  indLineR21MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR21Entry  107 }

  indLineR21ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR21Entry  108 }

  indLineR21ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR21Entry  109 }

  indLineR21I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  110 }

  indLineR21I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  111 }

  indLineR21I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  112 }

  indLineR21I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  113 }

  indLineR21PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR21Entry  114 }

  indLineR21GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR21Entry  120 }

  indLineR21LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR21Entry  122 }

  indLineR21LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR21Entry  123 }

  indLineR21LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR21Entry  124 }

  indLineR21LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR21Entry  125 }

  indLineR21LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR21Entry  126 }

  indLineR21LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR21Entry  127 }

  indLineR21I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR21Entry  133 }

  indLineR21I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR21Entry  134 }

  indLineR21I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR21Entry  135 }

  indLineR21I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR21Entry  136 }

  indLineR21InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR21Entry  137 }

  indLineR21UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR21Entry  138 }

  indLineR21SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  139 }

  indLineR21SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  140 }

  indLineR21SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  141 }

  indLineR21SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  142 }

  indLineR21SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  143 }

  indLineR21SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  144 }

  indLineR21SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  150 }

  indLineR21SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  151 }

  indLineR21SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  152 }

  indLineR21SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  153 }

  indLineR21SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  154 }

  indLineR21SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  155 }

  indLineR21SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  156 }

  indLineR21SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  157 }

  indLineR21SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  158 }

  indLineR21SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  159 }

  indLineR21SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  160 }

  indLineR21SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  161 }

  indLineR21SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  162 }

  indLineR21SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  163 }

  indLineR21SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  164 }

  indLineR21SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  165 }

  indLineR21SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  166 }

  indLineR21SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  167 }

  indLineR21SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  168 }

  indLineR21SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  169 }

  indLineR21SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  170 }

  indLineR21SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  171 }

  indLineR21SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  172 }

  indLineR21SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  173 }

  indLineR21SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  174 }

  indLineR21SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  175 }

  indLineR21SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  176 }

  indLineR21SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  177 }

  indLineR21SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  178 }

  indLineR21SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  179 }

  indLineR21SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  180 }

  indLineR21SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  181 }

  indLineR21SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  182 }

  indLineR21SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  183 }

  indLineR21SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  184 }

  indLineR21SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  185 }

  indLineR21SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  186 }

  indLineR21SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  187 }

  indLineR21SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  188 }

  indLineR21SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  189 }

  indLineR21SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  190 }

  indLineR21SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  191 }

  indLineR21SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  192 }

  indLineR21SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  193 }

  indLineR21SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  194 }

  indLineR21LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR21Entry  195 }

  indLineR21CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR21Entry  196 }

  indLineR21CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR21Entry  197 }

  indLineR21CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR21Entry  198 }

  indLineR21EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR21Entry  199 }

  indLineR21SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  207 }

  indLineR21SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  208 }

  indLineR21SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  209 }

  indLineR21SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  210 }

  indLineR21SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  211 }

  indLineR21SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  212 }

  indLineR21SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  213 }

  indLineR21SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  214 }

  indLineSDActR21SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  216 }

  indLineSDDefR21SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR21Entry  217 }

  indLineR21SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  218 }

  indLineR21SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  224 }

  indLineR21SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  225 }

  indLineR21SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  226 }

  indLineR21SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  227 }

  indLineR21SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  228 }

  indLineR21SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  229 }

  indLineR21SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  230 }

  indLineR21SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  231 }

  indLineR21SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  232 }

  indLineR21SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  233 }

  indLineR21SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  234 }

  indLineR21SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  235 }

  indLineR21SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  236 }

  indLineR21SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  237 }

  indLineR21SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  238 }

  indLineR21SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  239 }

  indLineR21SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  240 }

  indLineR21SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  241 }

  indLineR21SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  242 }

  indLineR21SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  243 }

  indLineR21SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  244 }

  indLineR21SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  245 }

  indLineR21SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  246 }

  indLineR21SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  247 }

  indLineR21SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  248 }

  indLineR21SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  249 }

  indLineR21SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  250 }

  indLineR21SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  251 }

  indLineR21SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  252 }

  indLineR21SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  253 }

  indLineR21SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  254 }

  indLineR21SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  255 }

  indLineR21SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  256 }

  indLineR21SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  257 }

  indLineR21SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  258 }

  indLineR21SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  259 }

  indLineR21SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  260 }

  indLineR21SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  261 }

  indLineR21SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  262 }

  indLineR21SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  263 }

  indLineR21SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  264 }

  indLineR21SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  265 }

  indLineR21SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  266 }

  indLineR21SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  267 }

  indLineR21SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  268 }

  indLineR21T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR21Entry  269 }

  indLineR21T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR21Entry  270 }

  indLineR21T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR21Entry  271 }

  indLineR21T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR21Entry  272 }

  indLineR21T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR21Entry  273 }

  indLineR21T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR21Entry  274 }

  indLineR21T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR21Entry  275 }

  indLineR21T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR21Entry  276 }

  indLineR21SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  285 }

  indLineR21SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  286 }

  indLineR21SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  287 }

  indLineR21SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  301 }

  indLineR21SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  302 }

  indLineR21SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  303 }

  indLineR21CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR21Entry  304 }

  indLineR21SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  305 }

  indLineR21SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  306 }

  indLineR21SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  307 }

  indLineR21CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR21Entry  308 }

  indLineR21FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR21Entry  309 }

  indLineR21CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR21Entry  310 }

  indLineR21SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR21Entry  311 }

  indLineR21SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  312 }

  indLineR21SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  313 }

  indLineR21SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  314 }

  indLineR21SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  315 }

  indLineR21SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  316 }

  indLineR21SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  317 }

  indLineR21SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  318 }

  indLineR21SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  319 }

  indLineSDActR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  321 }

  indLineSDDefR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR21Entry  322 }

  indLineR21SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  323 }

  indLineR21MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR21Entry  328 }

  indLineR21MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR21Entry  329 }

  indLineR21SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  330 }

  indLineR21SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  331 }

  indLineR21SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  332 }

  indLineR21ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR21Entry  333 }

  indLineR21SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR21Entry  346 }

  indLineR21SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  347 }

  indLineR21SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  348 }

  indLineR21SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  349 }

  indLineR21SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  350 }

  indLineR21SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  351 }

  indLineR21SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  352 }

  indLineR21PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR21Entry  353 }

  indLineR21SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  354 }

  indLineR21SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  355 }

  indLineR21SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  356 }

  indLineR21SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  357 }

  indLineR21SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  358 }

  indLineR21SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  359 }

  indLineR21SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  360 }

  indLineR21SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  361 }

  indLineSDActR21SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  363 }

  indLineSDDefR21SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR21Entry  364 }

  indLineR21SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  365 }

  indLineR21SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR21Entry  370 }

  indLineR21I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR21Entry  371 }

  indLineR21I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR21Entry  372 }

  indLineR21I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR21Entry  373 }

  indLineR21SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  375 }

  indLineR21SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  376 }

  indLineR21SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  377 }

  indLineR21SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  378 }

  indLineR21SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  379 }

  indLineR21SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  380 }

  indLineR21SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  381 }

  indLineR21SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  382 }

  indLineR21SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  383 }

  indLineR21CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR21Entry  390 }

  indLineR21CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR21Entry  391 }

  indLineR21CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR21Entry  392 }

  indLineR21CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR21Entry  393 }

  indLineR21CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR21Entry  394 }

  indLineR21I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR21Entry  395 }

  indLineR21I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR21Entry  396 }

  indLineR21I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR21Entry  397 }

  indLineR21I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR21Entry  398 }

  indLineR21TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR21Entry  399 }

  indLineR21I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR21Entry  400 }

  indLineR21I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR21Entry  401 }

  indLineR21I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR21Entry  402 }

  indLineR21FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR21Entry  403 }

  indLineR21ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR21Entry  404 }

  indLineR21AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR21Entry  405 }

  indLineR21SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  406 }

  indLineR21SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  407 }

  indLineR21SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  408 }

  indLineR21StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR21Entry  409 }

  indLineR21SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR21Entry  410 }

  indLineR21DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR21Entry  411 }

  indLineR21DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR21Entry  412 }

  indLineR21DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR21Entry  413 }

  indLineR21DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR21Entry  414 }

  indLineR21DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR21Entry  415 }

  indLineR21I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR21Entry  416 }

  indLineR21I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR21Entry  417 }

  indLineR21I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR21Entry  418 }

  indLineR21I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR21Entry  419 }

  indLineR21DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR21Entry  420 }

  indLineR21DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR21Entry  421 }

  indLineR21DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR21Entry  422 }

  indLineR21DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR21Entry  423 }

  indLineR21DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR21Entry  424 }

  indLineR21I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  425 }

  indLineR21I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  426 }

  indLineR21I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  427 }

  indLineR21I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR21Entry  428 }

  indLineR21DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR21Entry  429 }

  indLineR21DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR21Entry  430 }

  indLineR21DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR21Entry  431 }

  indLineR21DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR21Entry  432 }

  indLineR21NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR21Entry  433 }

  indLineR21SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  434 }

  indLineR21SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR21Entry  435 }

  indLineR21SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR21Entry  436 }

  indLineR21AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR21Entry  437 }

  indLineR21I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR21Entry  438 }

  indLineR21ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR21Entry  443 }

  indLineR21ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR21Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  busGrpR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'."
    ::= { metaSwitch  2076 }

  busGrpR18Entry OBJECT-TYPE
    SYNTAX       BusGrpR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR18NEConn,
             busGrpR18NetwkElement,
             busGrpR18CFSIx,
             busGrpR18GpIx }
    ::= {  busGrpR18Table  1  }

  BusGrpR18Entry  ::=  SEQUENCE
  {
    busGrpR18NEConn                    Unsigned32,
    busGrpR18NetwkElement              DisplayString,
    busGrpR18CFSIx                     Unsigned32,
    busGrpR18GpIx                      Unsigned32,
    busGrpR18BusGpName                 DisplayString,
    busGrpR18Locale                    INTEGER,
    busGrpR18DistinctiveAlerting       INTEGER,
    busGrpR18NumDirNums                Unsigned32,
    busGrpR18NumFreeDirNums            Unsigned32,
    busGrpR18BGLineAlrmsAttnRq         Unsigned32,
    busGrpR18BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR18BGLineAlrmsAtndDp         Unsigned32,
    busGrpR18BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR18SummaryChldAlrmState      INTEGER,
    busGrpR18ExportNumObjectsExported  Integer32,
    busGrpR18ExportStatus              DisplayString,
    busGrpR18ExportFile                DisplayString,
    busGrpR18ExportCorr                Counter64,
    busGrpR18ExportCorrNode            DisplayString,
    busGrpR18ExportCorrUID             DisplayString,
    busGrpR18DoExtraActions            INTEGER,
    busGrpR18RowStatus                 RowStatus,
    busGrpR18BillTypeIntercomCalls     INTEGER,
    busGrpR18LocalCNAMName             DisplayString,
    busGrpR18ServSuspended             INTEGER,
    busGrpR18CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR18PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR18CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR18PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR18TotChldAlrmsAttnRq        Unsigned32,
    busGrpR18TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR18TotChldAlrmsAtndDp        Unsigned32,
    busGrpR18TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR18I1PerProfNEConn           Unsigned32,
    busGrpR18I2PerProfNetwkElement     DisplayString,
    busGrpR18I3PerProfCFSIx            Unsigned32,
    busGrpR18I4PerProfGpIx             Unsigned32,
    busGrpR18SDActLongDistanceCarr     DisplayString,
    busGrpR18SDDefLongDistanceCarr     DisplayString,
    busGrpR18SDUseDefLongDistanceCarr  INTEGER,
    busGrpR18SDActIntraLATACarr        DisplayString,
    busGrpR18SDDefIntraLATACarr        DisplayString,
    busGrpR18SDUseDefIntraLATACarr     INTEGER,
    busGrpR18SDActBillType             INTEGER,
    busGrpR18SDDefBillType             INTEGER,
    busGrpR18SDUseDefBillType          INTEGER,
    busGrpR18SDActRtgAttrs             BITS,
    busGrpR18SDDefRtgAttrs             BITS,
    busGrpR18SDUseDefRtgAttrs          INTEGER,
    busGrpR18SDActIntnatlCarr          DisplayString,
    busGrpR18SDDefIntnatlCarr          DisplayString,
    busGrpR18SDUseDefIntnatlCarr       INTEGER,
    busGrpR18SDActLCC1                 INTEGER,
    busGrpR18SDDefLCC1                 INTEGER,
    busGrpR18SDUseDefLCC1              INTEGER,
    busGrpR18SDActLCC2                 INTEGER,
    busGrpR18SDDefLCC2                 INTEGER,
    busGrpR18SDUseDefLCC2              INTEGER,
    busGrpR18SDActLCC3                 INTEGER,
    busGrpR18SDDefLCC3                 INTEGER,
    busGrpR18SDUseDefLCC3              INTEGER,
    busGrpR18SDActLCC4                 INTEGER,
    busGrpR18SDDefLCC4                 INTEGER,
    busGrpR18SDUseDefLCC4              INTEGER,
    busGrpR18SDActLCC5                 INTEGER,
    busGrpR18SDDefLCC5                 INTEGER,
    busGrpR18SDUseDefLCC5              INTEGER,
    busGrpR18SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR18SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR18SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR18SyncWithProfInProgress    INTEGER,
    busGrpR18FacGpLimsExternalCalls    INTEGER,
    busGrpR18FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR18FacGpLimsTermCalls        INTEGER,
    busGrpR18FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR18FacGpLimsOrigingCalls     INTEGER,
    busGrpR18FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR18MLHGAlrmsAttnRq           Unsigned32,
    busGrpR18MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR18MLHGAlrmsAtndDp           Unsigned32,
    busGrpR18MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR18SDActLCC6                 INTEGER,
    busGrpR18SDDefLCC6                 INTEGER,
    busGrpR18SDUseDefLCC6              INTEGER,
    busGrpR18SDActLCC7                 INTEGER,
    busGrpR18SDDefLCC7                 INTEGER,
    busGrpR18SDUseDefLCC7              INTEGER,
    busGrpR18SDActLCC8                 INTEGER,
    busGrpR18SDDefLCC8                 INTEGER,
    busGrpR18SDUseDefLCC8              INTEGER,
    busGrpR18SDActLCC9                 INTEGER,
    busGrpR18SDDefLCC9                 INTEGER,
    busGrpR18SDUseDefLCC9              INTEGER,
    busGrpR18SDActLCC10                INTEGER,
    busGrpR18SDDefLCC10                INTEGER,
    busGrpR18SDUseDefLCC10             INTEGER,
    busGrpR18SDActLCC11                INTEGER,
    busGrpR18SDDefLCC11                INTEGER,
    busGrpR18SDUseDefLCC11             INTEGER,
    busGrpR18SDActLCC12                INTEGER,
    busGrpR18SDDefLCC12                INTEGER,
    busGrpR18SDUseDefLCC12             INTEGER,
    busGrpR18SDActLCC13                INTEGER,
    busGrpR18SDDefLCC13                INTEGER,
    busGrpR18SDUseDefLCC13             INTEGER,
    busGrpR18SDActLCC14                INTEGER,
    busGrpR18SDDefLCC14                INTEGER,
    busGrpR18SDUseDefLCC14             INTEGER,
    busGrpR18SDActLCC15                INTEGER,
    busGrpR18SDDefLCC15                INTEGER,
    busGrpR18SDUseDefLCC15             INTEGER,
    busGrpR18SDActLCC16                INTEGER,
    busGrpR18SDDefLCC16                INTEGER,
    busGrpR18SDUseDefLCC16             INTEGER,
    busGrpR18SDActLCC17                INTEGER,
    busGrpR18SDDefLCC17                INTEGER,
    busGrpR18SDUseDefLCC17             INTEGER,
    busGrpR18SDActLCC18                INTEGER,
    busGrpR18SDDefLCC18                INTEGER,
    busGrpR18SDUseDefLCC18             INTEGER,
    busGrpR18SDActLCC19                INTEGER,
    busGrpR18SDDefLCC19                INTEGER,
    busGrpR18SDUseDefLCC19             INTEGER,
    busGrpR18SDActLCC20                INTEGER,
    busGrpR18SDDefLCC20                INTEGER,
    busGrpR18SDUseDefLCC20             INTEGER,
    busGrpR18BusGpTrafficStudy         INTEGER,
    busGrpR18SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR18SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR18SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR18SDActVQMCallLogging       INTEGER,
    busGrpR18SDDefVQMCallLogging       INTEGER,
    busGrpR18SDUseDefVQMCallLogging    INTEGER,
    busGrpR18SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR18SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR18SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR18SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR18SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR18SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR18SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR18SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR18SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR18SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR18SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR18SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR18SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR18SDUseDefNetwkNode         INTEGER,
    busGrpR18NumManagedDevices         Unsigned32,
    busGrpR18ChldStatisticsAlrms       Integer32,
    busGrpR18SecondLocale              INTEGER,
    busGrpR18SDActBusGpCallLogsEnabled INTEGER,
    busGrpR18SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR18SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR18SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR18SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR18SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR18SwitchsUniqueBGID         DisplayString,
    busGrpR18SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR18SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR18SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR18SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR18SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR18SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR18SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR18SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR18SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR18SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR18SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR18I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR18I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR18I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR18NetwkWideBusGpID          DisplayString,
    busGrpR18DefBusGpLinePrivileges    Unsigned32,
    busGrpR18I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR18I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR18I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR18FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR18ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR18AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR18SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR18SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR18SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR18SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR18StatisticsAlrms           Integer32,
    busGrpR18SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR18SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR18SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR18MLHGACDAvailEnabled       INTEGER,
    busGrpR18MLHGACDUnvlRsn1           DisplayString,
    busGrpR18MLHGACDUnvlRsn2           DisplayString,
    busGrpR18MLHGACDUnvlRsn3           DisplayString,
    busGrpR18MLHGACDUnvlRsn4           DisplayString,
    busGrpR18MLHGACDUnvlRsn5           DisplayString,
    busGrpR18MLHGACDUnvlRsn6           DisplayString,
    busGrpR18MLHGACDUnvlRsn7           DisplayString,
    busGrpR18MLHGACDUnvlRsn8           DisplayString,
    busGrpR18MLHGACDUnvlRsn9           DisplayString,
    busGrpR18MLHGACDUnvlRsn10          DisplayString,
    busGrpR18MLHGACDUnvlRsn11          DisplayString,
    busGrpR18MLHGACDUnvlRsn12          DisplayString,
    busGrpR18MLHGACDUnvlRsn13          DisplayString,
    busGrpR18MLHGACDUnvlRsn14          DisplayString,
    busGrpR18MLHGACDUnvlRsn15          DisplayString,
    busGrpR18MLHGACDUnvlRsn16          DisplayString,
    busGrpR18MLHGACDUnvlRsn17          DisplayString,
    busGrpR18MLHGACDUnvlRsn18          DisplayString,
    busGrpR18MLHGACDUnvlRsn19          DisplayString,
    busGrpR18MLHGACDUnvlRsn20          DisplayString,
    busGrpR18MLHGACDUnvlRsn21          DisplayString,
    busGrpR18MLHGACDUnvlRsn22          DisplayString,
    busGrpR18MLHGACDUnvlRsn23          DisplayString,
    busGrpR18MLHGACDUnvlRsn24          DisplayString,
    busGrpR18MLHGACDUnvlRsn25          DisplayString,
    busGrpR18MLHGACDUnvlRsn26          DisplayString,
    busGrpR18MLHGACDUnvlRsn27          DisplayString,
    busGrpR18MLHGACDUnvlRsn28          DisplayString,
    busGrpR18MLHGACDUnvlRsn29          DisplayString,
    busGrpR18MLHGACDUnvlRsn30          DisplayString,
    busGrpR18AllowMLHGsMultipleLogins  INTEGER,
    busGrpR18MLHGACDMWBEnabled         INTEGER,
    busGrpR18MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR18I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR18I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR18I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR18I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR18SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR18AllowRehoming             INTEGER,
    busGrpR18I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR18ExportIncASRepData        INTEGER,
    busGrpR18ExportChldObjectsToInc    INTEGER,
    busGrpR18SCDObjectResyncStatus     INTEGER,
    busGrpR18AlrmState                 INTEGER
  }

  busGrpR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR18Entry  1 }

  busGrpR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR18Entry  2 }

  busGrpR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR18Entry  3 }

  busGrpR18GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR18Entry  4 }

  busGrpR18BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR18Entry  5 }

  busGrpR18Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR18Entry  12 }

  busGrpR18DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR18Entry  15 }

  busGrpR18NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR18Entry  16 }

  busGrpR18NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR18Entry  17 }

  busGrpR18BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR18Entry  18 }

  busGrpR18BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR18Entry  19 }

  busGrpR18BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR18Entry  20 }

  busGrpR18BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR18Entry  21 }

  busGrpR18SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR18Entry  22 }

  busGrpR18ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR18Entry  23 }

  busGrpR18ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR18Entry  24 }

  busGrpR18ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR18Entry  25 }

  busGrpR18ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR18Entry  26 }

  busGrpR18ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR18Entry  27 }

  busGrpR18ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR18Entry  28 }

  busGrpR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR18Entry  29 }

  busGrpR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR18Entry  30 }

  busGrpR18BillTypeIntercomCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intercom calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR18Entry  31 }

  busGrpR18LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR18Entry  32 }

  busGrpR18ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR18Entry  34 }

  busGrpR18CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR18Entry  35 }

  busGrpR18PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR18Entry  36 }

  busGrpR18CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR18Entry  37 }

  busGrpR18PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR18Entry  38 }

  busGrpR18TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR18Entry  39 }

  busGrpR18TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR18Entry  40 }

  busGrpR18TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR18Entry  41 }

  busGrpR18TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR18Entry  42 }

  busGrpR18I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR18Entry  49 }

  busGrpR18I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR18Entry  50 }

  busGrpR18I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR18Entry  51 }

  busGrpR18I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR18Entry  52 }

  busGrpR18SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  170 }

  busGrpR18SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  171 }

  busGrpR18SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  172 }

  busGrpR18SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  173 }

  busGrpR18SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  174 }

  busGrpR18SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  175 }

  busGrpR18SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  176 }

  busGrpR18SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  177 }

  busGrpR18SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  178 }

  busGrpR18SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  179 }

  busGrpR18SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  180 }

  busGrpR18SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  181 }

  busGrpR18SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  182 }

  busGrpR18SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  183 }

  busGrpR18SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  184 }

  busGrpR18SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  185 }

  busGrpR18SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  186 }

  busGrpR18SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  187 }

  busGrpR18SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  188 }

  busGrpR18SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  189 }

  busGrpR18SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  190 }

  busGrpR18SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  191 }

  busGrpR18SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  192 }

  busGrpR18SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  193 }

  busGrpR18SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  194 }

  busGrpR18SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  195 }

  busGrpR18SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  196 }

  busGrpR18SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  197 }

  busGrpR18SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  198 }

  busGrpR18SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  199 }

  busGrpR18SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  200 }

  busGrpR18SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  201 }

  busGrpR18SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  202 }

  busGrpR18SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR18Entry  203 }

  busGrpR18FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR18Entry  204 }

  busGrpR18FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR18Entry  205 }

  busGrpR18FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR18Entry  206 }

  busGrpR18FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR18Entry  207 }

  busGrpR18FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR18Entry  208 }

  busGrpR18FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR18Entry  209 }

  busGrpR18MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR18Entry  210 }

  busGrpR18MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR18Entry  211 }

  busGrpR18MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR18Entry  212 }

  busGrpR18MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR18Entry  213 }

  busGrpR18SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  214 }

  busGrpR18SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  215 }

  busGrpR18SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  216 }

  busGrpR18SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  217 }

  busGrpR18SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  218 }

  busGrpR18SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  219 }

  busGrpR18SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  220 }

  busGrpR18SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  221 }

  busGrpR18SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  222 }

  busGrpR18SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  223 }

  busGrpR18SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  224 }

  busGrpR18SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  225 }

  busGrpR18SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  226 }

  busGrpR18SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  227 }

  busGrpR18SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  228 }

  busGrpR18SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  229 }

  busGrpR18SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  230 }

  busGrpR18SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  231 }

  busGrpR18SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  232 }

  busGrpR18SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  233 }

  busGrpR18SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  234 }

  busGrpR18SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  235 }

  busGrpR18SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  236 }

  busGrpR18SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  237 }

  busGrpR18SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  238 }

  busGrpR18SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  239 }

  busGrpR18SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  240 }

  busGrpR18SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  241 }

  busGrpR18SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  242 }

  busGrpR18SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  243 }

  busGrpR18SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  244 }

  busGrpR18SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  245 }

  busGrpR18SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  246 }

  busGrpR18SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  247 }

  busGrpR18SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  248 }

  busGrpR18SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  249 }

  busGrpR18SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  250 }

  busGrpR18SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  251 }

  busGrpR18SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  252 }

  busGrpR18SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  253 }

  busGrpR18SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  254 }

  busGrpR18SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  255 }

  busGrpR18SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  256 }

  busGrpR18SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  257 }

  busGrpR18SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  258 }

  busGrpR18BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR18Entry  259 }

  busGrpR18SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  263 }

  busGrpR18SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  264 }

  busGrpR18SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  265 }

  busGrpR18SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  266 }

  busGrpR18SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  267 }

  busGrpR18SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  268 }

  busGrpR18SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  269 }

  busGrpR18SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  270 }

  busGrpR18SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  271 }

  busGrpR18SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  272 }

  busGrpR18SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  273 }

  busGrpR18SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  274 }

  busGrpR18SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  275 }

  busGrpR18SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  276 }

  busGrpR18SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  277 }

  busGrpR18SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  278 }

  busGrpR18SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  279 }

  busGrpSDActR18SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  281 }

  busGrpSDDefR18SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR18Entry  282 }

  busGrpR18SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  283 }

  busGrpR18NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR18Entry  290 }

  busGrpR18ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR18Entry  291 }

  busGrpR18SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR18Entry  293 }

  busGrpR18SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  305 }

  busGrpR18SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  306 }

  busGrpR18SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  307 }

  busGrpR18SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  308 }

  busGrpR18SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  309 }

  busGrpR18SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  310 }

  busGrpR18SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR18Entry  311 }

  busGrpR18SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  312 }

  busGrpR18SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  313 }

  busGrpR18SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  314 }

  busGrpR18SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  315 }

  busGrpR18SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  316 }

  busGrpR18SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  317 }

  busGrpR18SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  318 }

  busGrpR18SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  319 }

  busGrpSDActR18SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  321 }

  busGrpSDDefR18SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR18Entry  322 }

  busGrpR18SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  323 }

  busGrpR18I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR18Entry  330 }

  busGrpR18I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR18Entry  331 }

  busGrpR18I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR18Entry  332 }

  busGrpR18NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR18Entry  333 }

  busGrpR18DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR18Entry  334 }

  busGrpR18I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR18Entry  335 }

  busGrpR18I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR18Entry  336 }

  busGrpR18I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR18Entry  337 }

  busGrpR18FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR18Entry  338 }

  busGrpR18ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR18Entry  339 }

  busGrpR18AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR18Entry  340 }

  busGrpR18SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  341 }

  busGrpR18SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  342 }

  busGrpR18SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  343 }

  busGrpR18SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR18Entry  344 }

  busGrpR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR18Entry  345 }

  busGrpR18SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  346 }

  busGrpR18SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR18Entry  347 }

  busGrpR18SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR18Entry  348 }

  busGrpR18MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR18Entry  349 }

  busGrpR18MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR18Entry  350 }

  busGrpR18MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR18Entry  351 }

  busGrpR18MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR18Entry  352 }

  busGrpR18MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR18Entry  353 }

  busGrpR18MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR18Entry  354 }

  busGrpR18MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR18Entry  355 }

  busGrpR18MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR18Entry  356 }

  busGrpR18MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR18Entry  357 }

  busGrpR18MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR18Entry  358 }

  busGrpR18MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR18Entry  359 }

  busGrpR18MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR18Entry  360 }

  busGrpR18MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR18Entry  361 }

  busGrpR18MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR18Entry  362 }

  busGrpR18MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR18Entry  363 }

  busGrpR18MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR18Entry  364 }

  busGrpR18MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR18Entry  365 }

  busGrpR18MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR18Entry  366 }

  busGrpR18MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR18Entry  367 }

  busGrpR18MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR18Entry  368 }

  busGrpR18MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR18Entry  369 }

  busGrpR18MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR18Entry  370 }

  busGrpR18MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR18Entry  371 }

  busGrpR18MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR18Entry  372 }

  busGrpR18MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR18Entry  373 }

  busGrpR18MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR18Entry  374 }

  busGrpR18MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR18Entry  375 }

  busGrpR18MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR18Entry  376 }

  busGrpR18MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR18Entry  377 }

  busGrpR18MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR18Entry  378 }

  busGrpR18MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR18Entry  379 }

  busGrpR18AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR18Entry  380 }

  busGrpR18MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR18Entry  381 }

  busGrpR18MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR18Entry  382 }

  busGrpR18I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR18Entry  383 }

  busGrpR18I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR18Entry  384 }

  busGrpR18I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR18Entry  385 }

  busGrpR18I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR18Entry  386 }

  busGrpR18SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR18Entry  387 }

  busGrpR18AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR18Entry  388 }

  busGrpR18I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR18Entry  389 }

  busGrpR18ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR18Entry  399 }

  busGrpR18ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR18Entry  403 }

  busGrpR18SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR18Entry  431 }

  busGrpR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR18Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Number Block'                                */
-- /* Valid from: 8.3.03                                                            */
-- /*********************************************************************************/

  busGrpNumBlockR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpNumBlockR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  2077 }

  busGrpNumBlockR5Entry OBJECT-TYPE
    SYNTAX       BusGrpNumBlockR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpNumBlockR5NEConn,
             busGrpNumBlockR5NetwkElement,
             busGrpNumBlockR5CFSIx,
             busGrpNumBlockR5GpIx,
             busGrpNumBlockR5FirstDirNum }
    ::= {  busGrpNumBlockR5Table  1  }

  BusGrpNumBlockR5Entry  ::=  SEQUENCE
  {
    busGrpNumBlockR5NEConn             Unsigned32,
    busGrpNumBlockR5NetwkElement       DisplayString,
    busGrpNumBlockR5CFSIx              Unsigned32,
    busGrpNumBlockR5GpIx               Unsigned32,
    busGrpNumBlockR5BlockSize          Unsigned32,
    busGrpNumBlockR5FirstDirNum        DisplayString,
    busGrpNumBlockR5LastDirNum         DisplayString,
    busGrpNumBlockR5NumAssignedDirNums Unsigned32,
    busGrpNumBlockR5BGLnAlrmsAttnRq    Unsigned32,
    busGrpNumBlockR5BGLnAlrmEvtsAttnRq Unsigned32,
    busGrpNumBlockR5BGLnAlrmsAtndDp    Unsigned32,
    busGrpNumBlockR5BGLnAlrmEvtsAtndDp Unsigned32,
    busGrpNumBlockR5SummaryChldAlrmState
                                       INTEGER,
    busGrpNumBlockR5ImportCnt          Integer32,
    busGrpNumBlockR5ImportStatus       DisplayString,
    busGrpNumBlockR5ImportMode         INTEGER,
    busGrpNumBlockR5ImportFile         DisplayString,
    busGrpNumBlockR5ImportCorr         Counter64,
    busGrpNumBlockR5ImportCorrNode     DisplayString,
    busGrpNumBlockR5ImportCorrUID      DisplayString,
    busGrpNumBlockR5DoExtraActions     INTEGER,
    busGrpNumBlockR5RowStatus          RowStatus,
    busGrpNumBlockR5I1SubGpNEConn      Unsigned32,
    busGrpNumBlockR5I2SubGpNetwkElement
                                       DisplayString,
    busGrpNumBlockR5I3SubGpCFSIx       Unsigned32,
    busGrpNumBlockR5I4SubGpSubGpIx     Unsigned32,
    busGrpNumBlockR5ChldStatisticsAlrms
                                       Integer32,
    busGrpNumBlockR5DevTwinning        INTEGER,
    busGrpNumBlockR5SpltRszNBFirstDirNumToRem
                                       DisplayString,
    busGrpNumBlockR5SpltRszNBLastDirNumToRem
                                       DisplayString,
    busGrpNumBlockR5CreateEvenIfDirNumsInUse
                                       INTEGER
  }

  busGrpNumBlockR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpNumBlockR5Entry  1 }

  busGrpNumBlockR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpNumBlockR5Entry  2 }

  busGrpNumBlockR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpNumBlockR5Entry  3 }

  busGrpNumBlockR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpNumBlockR5Entry  4 }

  busGrpNumBlockR5BlockSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Block size'.
                  This field is only writable during create."
    ::= { busGrpNumBlockR5Entry  5 }

  busGrpNumBlockR5FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { busGrpNumBlockR5Entry  6 }

  busGrpNumBlockR5LastDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Directory number'."
    ::= { busGrpNumBlockR5Entry  7 }

  busGrpNumBlockR5NumAssignedDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of assigned directory numbers'."
    ::= { busGrpNumBlockR5Entry  8 }

  busGrpNumBlockR5BGLnAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpNumBlockR5Entry  9 }

  busGrpNumBlockR5BGLnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpNumBlockR5Entry  10 }

  busGrpNumBlockR5BGLnAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpNumBlockR5Entry  11 }

  busGrpNumBlockR5BGLnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpNumBlockR5Entry  12 }

  busGrpNumBlockR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpNumBlockR5Entry  13 }

  busGrpNumBlockR5ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { busGrpNumBlockR5Entry  14 }

  busGrpNumBlockR5ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { busGrpNumBlockR5Entry  15 }

  busGrpNumBlockR5ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { busGrpNumBlockR5Entry  16 }

  busGrpNumBlockR5ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { busGrpNumBlockR5Entry  17 }

  busGrpNumBlockR5ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { busGrpNumBlockR5Entry  18 }

  busGrpNumBlockR5ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { busGrpNumBlockR5Entry  19 }

  busGrpNumBlockR5ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { busGrpNumBlockR5Entry  20 }

  busGrpNumBlockR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   splitresize(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpNumBlockR5Entry  21 }

  busGrpNumBlockR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpNumBlockR5Entry  22 }

  busGrpNumBlockR5I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR5Entry  23 }

  busGrpNumBlockR5I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR5Entry  24 }

  busGrpNumBlockR5I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR5Entry  25 }

  busGrpNumBlockR5I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpNumBlockR5Entry  26 }

  busGrpNumBlockR5ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpNumBlockR5Entry  27 }

  busGrpNumBlockR5DevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning'."
    DEFVAL       { none }
    ::= { busGrpNumBlockR5Entry  28 }

  busGrpNumBlockR5SpltRszNBFirstDirNumToRem OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Split/Resize Number Block - first Directory number to remove'.
                  Field is write-only, GETs will return an empty string."
    ::= { busGrpNumBlockR5Entry  29 }

  busGrpNumBlockR5SpltRszNBLastDirNumToRem OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Split/Resize Number Block - last Directory number to remove'.
                  Field is write-only, GETs will return an empty string."
    ::= { busGrpNumBlockR5Entry  30 }

  busGrpNumBlockR5CreateEvenIfDirNumsInUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Create even if directory numbers in use'.
                  Field is write-only, GETs will return 0.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { busGrpNumBlockR5Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  bGLineR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2078 }

  bGLineR21Entry OBJECT-TYPE
    SYNTAX       BGLineR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR21NEConn,
             bGLineR21NetwkElement,
             bGLineR21CFSIx,
             bGLineR21GpIx,
             bGLineR21FirstDirNum,
             bGLineR21DirNum }
    ::= {  bGLineR21Table  1  }

  BGLineR21Entry  ::=  SEQUENCE
  {
    bGLineR21NEConn                    Unsigned32,
    bGLineR21NetwkElement              DisplayString,
    bGLineR21CFSIx                     Unsigned32,
    bGLineR21GpIx                      Unsigned32,
    bGLineR21FirstDirNum               DisplayString,
    bGLineR21DirNum                    DisplayString,
    bGLineR21PresNum                   DisplayString,
    bGLineR21ClgPartyNum               DisplayString,
    bGLineR21IntercomDialingCode       DisplayString,
    bGLineR21NumStatus                 INTEGER,
    bGLineR21PortedExchangeID          DisplayString,
    bGLineR21T1I1AccDevNEConn          Unsigned32,
    bGLineR21T1I2AccDevNetwkElement    DisplayString,
    bGLineR21T1I3AccDevCFSIx           Unsigned32,
    bGLineR21T1I4AccDevGatewayIx       Unsigned32,
    bGLineR21T1I5AccDevDeviceIx        Unsigned32,
    bGLineR21T2I1AccDevNEConn          Unsigned32,
    bGLineR21T2I2AccDevNetwkElement    DisplayString,
    bGLineR21T2I3AccDevCFSIx           Unsigned32,
    bGLineR21T2I4AccDevGatewayIx       Unsigned32,
    bGLineR21T2I5AccDevDeviceIx        Unsigned32,
    bGLineR21AccessLineNum             Unsigned32,
    bGLineR21SignalFunctionCode        INTEGER,
    bGLineR21LineUsage                 INTEGER,
    bGLineR21FSKFormat                 INTEGER,
    bGLineR21PIN                       DisplayString,
    bGLineR21LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR21DigitMaskingReqd          INTEGER,
    bGLineR21OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR21OrigingFacilityMarksADC   INTEGER,
    bGLineR21TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR21TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR21ActYear                   Unsigned32,
    bGLineR21ActMonth                  Unsigned32,
    bGLineR21ActDate                   Unsigned32,
    bGLineR21LastInCallClgType         INTEGER,
    bGLineR21LastInCallUniqueNum       INTEGER,
    bGLineR21LastInCallClgNum          DisplayString,
    bGLineR21LastInCallClgPresNum      DisplayString,
    bGLineR21LastInCallTimeCall        Unsigned32,
    bGLineR21LastInCallCallerWaited    INTEGER,
    bGLineR21LastInCallCallAnswrd      INTEGER,
    bGLineR21LastInCallCallTraced      INTEGER,
    bGLineR21AlrmState                 INTEGER,
    bGLineR21AlrmLogCorr               Counter64,
    bGLineR21AddtlAlrmLogCorr          Counter64,
    bGLineR21AlrmEvtsAttnRq            Unsigned32,
    bGLineR21AlrmEvtsAtndDp            Unsigned32,
    bGLineR21AlrmStateTimestamp        Unsigned32,
    bGLineR21ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR21ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR21ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR21ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR21DiagsLogLvl               INTEGER,
    bGLineR21DiagsAPITraceEnabled      INTEGER,
    bGLineR21DiagsAPITraceTag          DisplayString,
    bGLineR21DiagsAPITraceRemNum       DisplayString,
    bGLineR21SummaryChldAlrmState      INTEGER,
    bGLineR21ExportNumObjectsExported  Integer32,
    bGLineR21ExportStatus              DisplayString,
    bGLineR21ExportFile                DisplayString,
    bGLineR21ExportCorr                Counter64,
    bGLineR21ExportCorrNode            DisplayString,
    bGLineR21ExportCorrUID             DisplayString,
    bGLineR21DoExtraActions            INTEGER,
    bGLineR21RowStatus                 RowStatus,
    bGLineR21MovedToDirNum             DisplayString,
    bGLineR21CustInfo                  DisplayString,
    bGLineR21SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR21SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR21SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR21SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR21SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR21SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR21SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR21SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR21SDUseDefSubGpBusLine      INTEGER,
    bGLineR21SigType                   INTEGER,
    bGLineR21I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR21I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR21I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR21I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR21I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR21ISDNDefBearerCapabilities BITS,
    bGLineR21SIPUserName               DisplayString,
    bGLineR21SIPDomainName             DisplayString,
    bGLineR21UseStaticNATMapping       INTEGER,
    bGLineR21SIPRegistrationStatus     INTEGER,
    bGLineR21SIPAuthenticationReqd     INTEGER,
    bGLineR21NewSIPPassword            DisplayString,
    bGLineR21ConfirmNewSIPPassword     DisplayString,
    bGLineR21SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR21SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR21SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR21SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR21SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR21SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR21GR303NailedUpConn         INTEGER,
    bGLineR21MultipleAppearanceDirNum  DisplayString,
    bGLineR21AllowDirectDialing        INTEGER,
    bGLineR21CustInfo2                 DisplayString,
    bGLineR21CustInfo3                 DisplayString,
    bGLineR21CustInfo4                 DisplayString,
    bGLineR21CustInfo5                 DisplayString,
    bGLineR21CustInfo6                 DisplayString,
    bGLineR21RecentlyMovedFromOldNum   INTEGER,
    bGLineR21MovedFromDirNum           DisplayString,
    bGLineR21ConnectCallAfterAnnounce  INTEGER,
    bGLineR21ChargeNum                 DisplayString,
    bGLineR21I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR21I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR21I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR21I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR21PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR21GR303DialType             INTEGER,
    bGLineR21LastOutCallCldType        INTEGER,
    bGLineR21LastOutCallCldNum         DisplayString,
    bGLineR21LastOutCallNumPres        INTEGER,
    bGLineR21LastOutCallCallType       INTEGER,
    bGLineR21LastOutCallDirectDialed   INTEGER,
    bGLineR21LastOutCallCarr           DisplayString,
    bGLineR21I1PerProfNEConn           Unsigned32,
    bGLineR21I2PerProfNetwkElement     DisplayString,
    bGLineR21I3PerProfCFSIx            Unsigned32,
    bGLineR21I4PerProfGpIx             Unsigned32,
    bGLineR21UseDNIdentification       INTEGER,
    bGLineR21SDActLongDistanceCarr     DisplayString,
    bGLineR21SDDefLongDistanceCarr     DisplayString,
    bGLineR21SDUseDefLongDistanceCarr  INTEGER,
    bGLineR21SDActIntraLATACarr        DisplayString,
    bGLineR21SDDefIntraLATACarr        DisplayString,
    bGLineR21SDUseDefIntraLATACarr     INTEGER,
    bGLineR21SDActIntnatlCarr          DisplayString,
    bGLineR21SDDefIntnatlCarr          DisplayString,
    bGLineR21SDUseDefIntnatlCarr       INTEGER,
    bGLineR21SDActRtgAttrs             BITS,
    bGLineR21SDDefRtgAttrs             BITS,
    bGLineR21SDUseDefRtgAttrs          INTEGER,
    bGLineR21SDActTimezone             INTEGER,
    bGLineR21SDDefTimezone             INTEGER,
    bGLineR21SDUseDefTimezone          INTEGER,
    bGLineR21SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR21SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR21SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR21SDActLCC1                 INTEGER,
    bGLineR21SDDefLCC1                 INTEGER,
    bGLineR21SDUseDefLCC1              INTEGER,
    bGLineR21SDActLCC2                 INTEGER,
    bGLineR21SDDefLCC2                 INTEGER,
    bGLineR21SDUseDefLCC2              INTEGER,
    bGLineR21SDActLCC3                 INTEGER,
    bGLineR21SDDefLCC3                 INTEGER,
    bGLineR21SDUseDefLCC3              INTEGER,
    bGLineR21SDActLCC4                 INTEGER,
    bGLineR21SDDefLCC4                 INTEGER,
    bGLineR21SDUseDefLCC4              INTEGER,
    bGLineR21SDActLCC5                 INTEGER,
    bGLineR21SDDefLCC5                 INTEGER,
    bGLineR21SDUseDefLCC5              INTEGER,
    bGLineR21SDActMaxCallAppearances   Unsigned32,
    bGLineR21SDDefMaxCallAppearances   Unsigned32,
    bGLineR21SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR21SDActTariffGp             INTEGER,
    bGLineR21SDDefTariffGp             INTEGER,
    bGLineR21SDUseDefTariffGp          INTEGER,
    bGLineR21SDActForceLNPLookup       INTEGER,
    bGLineR21SDDefForceLNPLookup       INTEGER,
    bGLineR21SDUseDefForceLNPLookup    INTEGER,
    bGLineR21LineTrafficStudy          INTEGER,
    bGLineR21MLHGIx                    Unsigned32,
    bGLineR21MLHGMemberIx              Unsigned32,
    bGLineR21CallListsMissedCalls      LongDisplayString,
    bGLineR21CallListsAnswrdCalls      LongDisplayString,
    bGLineR21CallListsDialedCalls      LongDisplayString,
    bGLineR21EnabledDate               Unsigned32,
    bGLineR21SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR21SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR21SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR21SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR21SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR21SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR21SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR21SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR21SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR21SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR21SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR21SDActLCC6                 INTEGER,
    bGLineR21SDDefLCC6                 INTEGER,
    bGLineR21SDUseDefLCC6              INTEGER,
    bGLineR21SDActLCC7                 INTEGER,
    bGLineR21SDDefLCC7                 INTEGER,
    bGLineR21SDUseDefLCC7              INTEGER,
    bGLineR21SDActLCC8                 INTEGER,
    bGLineR21SDDefLCC8                 INTEGER,
    bGLineR21SDUseDefLCC8              INTEGER,
    bGLineR21SDActLCC9                 INTEGER,
    bGLineR21SDDefLCC9                 INTEGER,
    bGLineR21SDUseDefLCC9              INTEGER,
    bGLineR21SDActLCC10                INTEGER,
    bGLineR21SDDefLCC10                INTEGER,
    bGLineR21SDUseDefLCC10             INTEGER,
    bGLineR21SDActLCC11                INTEGER,
    bGLineR21SDDefLCC11                INTEGER,
    bGLineR21SDUseDefLCC11             INTEGER,
    bGLineR21SDActLCC12                INTEGER,
    bGLineR21SDDefLCC12                INTEGER,
    bGLineR21SDUseDefLCC12             INTEGER,
    bGLineR21SDActLCC13                INTEGER,
    bGLineR21SDDefLCC13                INTEGER,
    bGLineR21SDUseDefLCC13             INTEGER,
    bGLineR21SDActLCC14                INTEGER,
    bGLineR21SDDefLCC14                INTEGER,
    bGLineR21SDUseDefLCC14             INTEGER,
    bGLineR21SDActLCC15                INTEGER,
    bGLineR21SDDefLCC15                INTEGER,
    bGLineR21SDUseDefLCC15             INTEGER,
    bGLineR21SDActLCC16                INTEGER,
    bGLineR21SDDefLCC16                INTEGER,
    bGLineR21SDUseDefLCC16             INTEGER,
    bGLineR21SDActLCC17                INTEGER,
    bGLineR21SDDefLCC17                INTEGER,
    bGLineR21SDUseDefLCC17             INTEGER,
    bGLineR21SDActLCC18                INTEGER,
    bGLineR21SDDefLCC18                INTEGER,
    bGLineR21SDUseDefLCC18             INTEGER,
    bGLineR21SDActLCC19                INTEGER,
    bGLineR21SDDefLCC19                INTEGER,
    bGLineR21SDUseDefLCC19             INTEGER,
    bGLineR21SDActLCC20                INTEGER,
    bGLineR21SDDefLCC20                INTEGER,
    bGLineR21SDUseDefLCC20             INTEGER,
    bGLineR21T1I1GatewayNEConn         Unsigned32,
    bGLineR21T1I2GatewayNetwkElement   DisplayString,
    bGLineR21T1I3GatewayCFSIx          Unsigned32,
    bGLineR21T1I4GatewayGatewayIx      Unsigned32,
    bGLineR21T2I1GatewayNEConn         Unsigned32,
    bGLineR21T2I2GatewayNetwkElement   DisplayString,
    bGLineR21T2I3GatewayCFSIx          Unsigned32,
    bGLineR21T2I4GatewayGatewayIx      Unsigned32,
    bGLineR21I1DepartmentNEConn        Unsigned32,
    bGLineR21I2DepartmentNetwkElement  DisplayString,
    bGLineR21I3DepartmentCFSIx         Unsigned32,
    bGLineR21I4DepartmentGpIx          Unsigned32,
    bGLineR21I5DepartmentDepartmentIx  Unsigned32,
    bGLineR21DepartmentOtherVals       INTEGER,
    bGLineR21SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR21SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR21SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR21SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR21SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR21SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR21CurrNumRegistrations      Integer32,
    bGLineR21SDActVQMCallLogging       INTEGER,
    bGLineR21SDDefVQMCallLogging       INTEGER,
    bGLineR21SDUseDefVQMCallLogging    INTEGER,
    bGLineR21DiagLogCorr               Counter64,
    bGLineR21FaultMonitoringLvl        INTEGER,
    bGLineR21SIPPassword               DisplayString,
    bGLineR21SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR21SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR21SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR21SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR21SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR21SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR21SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR21SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR21SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR21SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR21SDUseDefNetwkNode         INTEGER,
    bGLineR21MovedToNumAsDialed        DisplayString,
    bGLineR21MovedDate                 Unsigned32,
    bGLineR21SDActExpireAfter          Unsigned32,
    bGLineR21SDDefExpireAfter          Unsigned32,
    bGLineR21SDUseDefExpireAfter       INTEGER,
    bGLineR21ExpiryDate                Unsigned32,
    bGLineR21SASHostname               LongDisplayString,
    bGLineR21SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR21SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR21SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR21SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR21SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR21SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR21SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR21SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR21SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR21SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR21SDUseDefESAProtDom        INTEGER,
    bGLineR21I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR21I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR21I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR21SDActSubTimezone          LongDisplayString,
    bGLineR21SDDefSubTimezone          LongDisplayString,
    bGLineR21SDUseDefSubTimezone       INTEGER,
    bGLineR21SDActChargeInd            INTEGER,
    bGLineR21SDDefChargeInd            INTEGER,
    bGLineR21SDUseDefChargeInd         INTEGER,
    bGLineR21SDActSubClgCategory       INTEGER,
    bGLineR21SDDefSubClgCategory       INTEGER,
    bGLineR21SDUseDefSubClgCategory    INTEGER,
    bGLineR21CustomerInfoFirstName     LongDisplayString,
    bGLineR21CustomerInfoSecondName    LongDisplayString,
    bGLineR21CustomerInfoOtherNames    LongDisplayString,
    bGLineR21CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR21CustomerInfoSurname       LongDisplayString,
    bGLineR21SDActBusGpLinePrivileges  Unsigned32,
    bGLineR21SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR21SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR21I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR21I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR21I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR21I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR21TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR21I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR21I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR21I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR21FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR21ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR21AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR21SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR21SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR21SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR21StatisticsAlrms           Integer32,
    bGLineR21TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR21NumBlockDevTwinning       INTEGER,
    bGLineR21ACDServLvl                INTEGER,
    bGLineR21ACDAvail                  INTEGER,
    bGLineR21I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR21I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR21I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR21I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR21I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR21ACDDspCd                  INTEGER,
    bGLineR21NoUserEquipment           INTEGER,
    bGLineR21SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR21SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR21SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR21AllowRehoming             INTEGER,
    bGLineR21I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR21ExportIncASRepData        INTEGER,
    bGLineR21ExportChldObjectsToInc    INTEGER
  }

  bGLineR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR21Entry  1 }

  bGLineR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR21Entry  2 }

  bGLineR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR21Entry  3 }

  bGLineR21GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR21Entry  4 }

  bGLineR21FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR21Entry  5 }

  bGLineR21DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR21Entry  6 }

  bGLineR21PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  7 }

  bGLineR21ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  8 }

  bGLineR21IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR21Entry  9 }

  bGLineR21NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR21Entry  10 }

  bGLineR21PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  11 }

  bGLineR21T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR21Entry  12 }

  bGLineR21T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR21Entry  13 }

  bGLineR21T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR21Entry  14 }

  bGLineR21T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR21Entry  15 }

  bGLineR21T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR21Entry  16 }

  bGLineR21T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR21Entry  17 }

  bGLineR21T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR21Entry  18 }

  bGLineR21T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR21Entry  19 }

  bGLineR21T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR21Entry  20 }

  bGLineR21T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR21Entry  21 }

  bGLineR21AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  22 }

  bGLineR21SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR21Entry  23 }

  bGLineR21LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR21Entry  24 }

  bGLineR21FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  25 }

  bGLineR21PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR21Entry  26 }

  bGLineR21LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR21Entry  27 }

  bGLineR21DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  28 }

  bGLineR21OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  30 }

  bGLineR21OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  32 }

  bGLineR21TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  33 }

  bGLineR21TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  34 }

  bGLineR21ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR21Entry  36 }

  bGLineR21ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR21Entry  37 }

  bGLineR21ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR21Entry  38 }

  bGLineR21LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR21Entry  39 }

  bGLineR21LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR21Entry  40 }

  bGLineR21LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR21Entry  41 }

  bGLineR21LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR21Entry  42 }

  bGLineR21LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR21Entry  43 }

  bGLineR21LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR21Entry  44 }

  bGLineR21LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR21Entry  45 }

  bGLineR21LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR21Entry  46 }

  bGLineR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR21Entry  47 }

  bGLineR21AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR21Entry  48 }

  bGLineR21AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR21Entry  49 }

  bGLineR21AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR21Entry  50 }

  bGLineR21AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR21Entry  51 }

  bGLineR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR21Entry  52 }

  bGLineR21ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR21Entry  53 }

  bGLineR21ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR21Entry  54 }

  bGLineR21ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR21Entry  55 }

  bGLineR21ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR21Entry  56 }

  bGLineR21DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR21Entry  57 }

  bGLineR21DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  58 }

  bGLineR21DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR21Entry  59 }

  bGLineR21DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR21Entry  60 }

  bGLineR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR21Entry  61 }

  bGLineR21ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR21Entry  62 }

  bGLineR21ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR21Entry  63 }

  bGLineR21ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR21Entry  64 }

  bGLineR21ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR21Entry  65 }

  bGLineR21ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR21Entry  66 }

  bGLineR21ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR21Entry  67 }

  bGLineR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR21Entry  68 }

  bGLineR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR21Entry  69 }

  bGLineR21MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR21Entry  70 }

  bGLineR21CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR21Entry  71 }

  bGLineR21SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  72 }

  bGLineR21SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  73 }

  bGLineR21SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  74 }

  bGLineR21SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  75 }

  bGLineR21SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  76 }

  bGLineR21SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  77 }

  bGLineR21SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  78 }

  bGLineR21SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR21Entry  79 }

  bGLineR21SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  80 }

  bGLineR21SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR21Entry  81 }

  bGLineR21I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR21Entry  82 }

  bGLineR21I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR21Entry  83 }

  bGLineR21I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR21Entry  84 }

  bGLineR21I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR21Entry  85 }

  bGLineR21I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR21Entry  86 }

  bGLineR21ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR21Entry  87 }

  bGLineR21SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  88 }

  bGLineR21SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  89 }

  bGLineR21UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR21Entry  90 }

  bGLineR21SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR21Entry  91 }

  bGLineR21SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR21Entry  92 }

  bGLineR21NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR21Entry  93 }

  bGLineR21ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR21Entry  94 }

  bGLineR21SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  96 }

  bGLineR21SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  97 }

  bGLineR21SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  98 }

  bGLineR21SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  100 }

  bGLineR21SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  101 }

  bGLineR21SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  102 }

  bGLineR21GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR21Entry  103 }

  bGLineR21MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR21Entry  104 }

  bGLineR21AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR21Entry  105 }

  bGLineR21CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR21Entry  106 }

  bGLineR21CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR21Entry  107 }

  bGLineR21CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR21Entry  108 }

  bGLineR21CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR21Entry  109 }

  bGLineR21CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR21Entry  110 }

  bGLineR21RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  111 }

  bGLineR21MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR21Entry  112 }

  bGLineR21ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  113 }

  bGLineR21ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR21Entry  114 }

  bGLineR21I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR21Entry  123 }

  bGLineR21I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR21Entry  124 }

  bGLineR21I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR21Entry  125 }

  bGLineR21I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR21Entry  126 }

  bGLineR21PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR21Entry  127 }

  bGLineR21GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR21Entry  133 }

  bGLineR21LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR21Entry  137 }

  bGLineR21LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR21Entry  138 }

  bGLineR21LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR21Entry  139 }

  bGLineR21LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR21Entry  140 }

  bGLineR21LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR21Entry  141 }

  bGLineR21LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR21Entry  142 }

  bGLineR21I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR21Entry  158 }

  bGLineR21I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR21Entry  159 }

  bGLineR21I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR21Entry  160 }

  bGLineR21I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR21Entry  161 }

  bGLineR21UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR21Entry  162 }

  bGLineR21SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  163 }

  bGLineR21SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  164 }

  bGLineR21SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  165 }

  bGLineR21SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  166 }

  bGLineR21SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  167 }

  bGLineR21SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  168 }

  bGLineR21SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  169 }

  bGLineR21SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  170 }

  bGLineR21SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  171 }

  bGLineR21SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  172 }

  bGLineR21SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  173 }

  bGLineR21SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  174 }

  bGLineR21SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  175 }

  bGLineR21SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  176 }

  bGLineR21SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  177 }

  bGLineR21SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  178 }

  bGLineR21SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  179 }

  bGLineR21SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  180 }

  bGLineR21SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  181 }

  bGLineR21SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  182 }

  bGLineR21SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  183 }

  bGLineR21SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  184 }

  bGLineR21SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  185 }

  bGLineR21SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  186 }

  bGLineR21SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  187 }

  bGLineR21SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  188 }

  bGLineR21SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  189 }

  bGLineR21SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  190 }

  bGLineR21SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  191 }

  bGLineR21SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  192 }

  bGLineR21SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  193 }

  bGLineR21SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  194 }

  bGLineR21SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  195 }

  bGLineR21SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  200 }

  bGLineR21SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  201 }

  bGLineR21SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  202 }

  bGLineR21SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  203 }

  bGLineR21SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  204 }

  bGLineR21SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  205 }

  bGLineR21SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  206 }

  bGLineR21SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  207 }

  bGLineR21SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  208 }

  bGLineR21LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR21Entry  209 }

  bGLineR21MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR21Entry  210 }

  bGLineR21MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR21Entry  211 }

  bGLineR21CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR21Entry  212 }

  bGLineR21CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR21Entry  213 }

  bGLineR21CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR21Entry  214 }

  bGLineR21EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR21Entry  215 }

  bGLineR21SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  223 }

  bGLineR21SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  224 }

  bGLineR21SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  225 }

  bGLineR21SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  226 }

  bGLineR21SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  227 }

  bGLineR21SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  228 }

  bGLineR21SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  229 }

  bGLineR21SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  230 }

  bGLineSDActR21SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  232 }

  bGLineSDDefR21SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR21Entry  233 }

  bGLineR21SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  234 }

  bGLineR21SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  240 }

  bGLineR21SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  241 }

  bGLineR21SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  242 }

  bGLineR21SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  243 }

  bGLineR21SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  244 }

  bGLineR21SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  245 }

  bGLineR21SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  246 }

  bGLineR21SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  247 }

  bGLineR21SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  248 }

  bGLineR21SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  249 }

  bGLineR21SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  250 }

  bGLineR21SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  251 }

  bGLineR21SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  252 }

  bGLineR21SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  253 }

  bGLineR21SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  254 }

  bGLineR21SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  255 }

  bGLineR21SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  256 }

  bGLineR21SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  257 }

  bGLineR21SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  258 }

  bGLineR21SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  259 }

  bGLineR21SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  260 }

  bGLineR21SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  261 }

  bGLineR21SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  262 }

  bGLineR21SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  263 }

  bGLineR21SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  264 }

  bGLineR21SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  265 }

  bGLineR21SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  266 }

  bGLineR21SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  267 }

  bGLineR21SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  268 }

  bGLineR21SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  269 }

  bGLineR21SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  270 }

  bGLineR21SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  271 }

  bGLineR21SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  272 }

  bGLineR21SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  273 }

  bGLineR21SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  274 }

  bGLineR21SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  275 }

  bGLineR21SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  276 }

  bGLineR21SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  277 }

  bGLineR21SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  278 }

  bGLineR21SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  279 }

  bGLineR21SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  280 }

  bGLineR21SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  281 }

  bGLineR21SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  282 }

  bGLineR21SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  283 }

  bGLineR21SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  284 }

  bGLineR21T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR21Entry  285 }

  bGLineR21T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR21Entry  286 }

  bGLineR21T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR21Entry  287 }

  bGLineR21T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR21Entry  288 }

  bGLineR21T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR21Entry  289 }

  bGLineR21T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR21Entry  290 }

  bGLineR21T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR21Entry  291 }

  bGLineR21T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR21Entry  292 }

  bGLineR21I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR21Entry  294 }

  bGLineR21I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR21Entry  295 }

  bGLineR21I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR21Entry  296 }

  bGLineR21I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR21Entry  297 }

  bGLineR21I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR21Entry  298 }

  bGLineR21DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR21Entry  299 }

  bGLineR21SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  306 }

  bGLineR21SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  307 }

  bGLineR21SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  308 }

  bGLineR21SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  314 }

  bGLineR21SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  315 }

  bGLineR21SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  316 }

  bGLineR21CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR21Entry  319 }

  bGLineR21SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  324 }

  bGLineR21SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  325 }

  bGLineR21SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  326 }

  bGLineR21DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR21Entry  327 }

  bGLineR21FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR21Entry  328 }

  bGLineR21SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR21Entry  329 }

  bGLineR21SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  330 }

  bGLineR21SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  331 }

  bGLineR21SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  332 }

  bGLineR21SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  333 }

  bGLineR21SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  334 }

  bGLineR21SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  335 }

  bGLineR21SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  336 }

  bGLineR21SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  337 }

  bGLineSDActR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  339 }

  bGLineSDDefR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR21Entry  340 }

  bGLineR21SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  341 }

  bGLineR21MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR21Entry  346 }

  bGLineR21MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR21Entry  347 }

  bGLineR21SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  348 }

  bGLineR21SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  349 }

  bGLineR21SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  350 }

  bGLineR21ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR21Entry  351 }

  bGLineR21SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR21Entry  368 }

  bGLineR21SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  370 }

  bGLineR21SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  371 }

  bGLineR21SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  372 }

  bGLineR21SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  373 }

  bGLineR21SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  374 }

  bGLineR21SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  375 }

  bGLineR21SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  376 }

  bGLineR21SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  377 }

  bGLineSDActR21SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  379 }

  bGLineSDDefR21SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR21Entry  380 }

  bGLineR21SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  381 }

  bGLineR21I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR21Entry  390 }

  bGLineR21I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR21Entry  391 }

  bGLineR21I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR21Entry  392 }

  bGLineR21SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  394 }

  bGLineR21SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  395 }

  bGLineR21SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  396 }

  bGLineR21SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  397 }

  bGLineR21SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  398 }

  bGLineR21SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  399 }

  bGLineR21SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  400 }

  bGLineR21SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  401 }

  bGLineR21SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  402 }

  bGLineR21CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR21Entry  410 }

  bGLineR21CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR21Entry  411 }

  bGLineR21CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR21Entry  412 }

  bGLineR21CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR21Entry  413 }

  bGLineR21CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR21Entry  414 }

  bGLineR21SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  415 }

  bGLineR21SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  416 }

  bGLineR21SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  417 }

  bGLineR21I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR21Entry  418 }

  bGLineR21I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR21Entry  419 }

  bGLineR21I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR21Entry  420 }

  bGLineR21I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR21Entry  421 }

  bGLineR21TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR21Entry  422 }

  bGLineR21I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR21Entry  423 }

  bGLineR21I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR21Entry  424 }

  bGLineR21I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR21Entry  425 }

  bGLineR21FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR21Entry  426 }

  bGLineR21ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR21Entry  427 }

  bGLineR21AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR21Entry  428 }

  bGLineR21SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  429 }

  bGLineR21SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  430 }

  bGLineR21SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  431 }

  bGLineR21StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR21Entry  432 }

  bGLineR21TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR21Entry  441 }

  bGLineR21NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR21Entry  442 }

  bGLineR21ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR21Entry  443 }

  bGLineR21ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR21Entry  444 }

  bGLineR21I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR21Entry  445 }

  bGLineR21I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR21Entry  446 }

  bGLineR21I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR21Entry  447 }

  bGLineR21I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR21Entry  448 }

  bGLineR21I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR21Entry  449 }

  bGLineR21ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR21Entry  450 }

  bGLineR21NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR21Entry  451 }

  bGLineR21SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  452 }

  bGLineR21SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR21Entry  453 }

  bGLineR21SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR21Entry  454 }

  bGLineR21AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR21Entry  455 }

  bGLineR21I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR21Entry  456 }

  bGLineR21ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR21Entry  459 }

  bGLineR21ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR21Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  pBXR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2079 }

  pBXR23Entry OBJECT-TYPE
    SYNTAX       PBXR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR23NEConn,
             pBXR23NetwkElement,
             pBXR23CFSIx,
             pBXR23DirNum }
    ::= {  pBXR23Table  1  }

  PBXR23Entry  ::=  SEQUENCE
  {
    pBXR23NEConn                       Unsigned32,
    pBXR23NetwkElement                 DisplayString,
    pBXR23CFSIx                        Unsigned32,
    pBXR23DirNum                       DisplayString,
    pBXR23PresNum                      DisplayString,
    pBXR23ClgPartyNum                  DisplayString,
    pBXR23I1SubGpNEConn                Unsigned32,
    pBXR23I2SubGpNetwkElement          DisplayString,
    pBXR23I3SubGpCFSIx                 Unsigned32,
    pBXR23I4SubGpSubGpIx               Unsigned32,
    pBXR23NumStatus                    INTEGER,
    pBXR23PortedExchangeID             DisplayString,
    pBXR23LineSelMethod                INTEGER,
    pBXR23ANIDNISFormat                DisplayString,
    pBXR23PIN                          DisplayString,
    pBXR23Locale                       INTEGER,
    pBXR23DigitMaskingReqd             INTEGER,
    pBXR23TermFacilityMarksServInterception
                                       INTEGER,
    pBXR23ActYear                      Unsigned32,
    pBXR23ActMonth                     Unsigned32,
    pBXR23ActDate                      Unsigned32,
    pBXR23CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR23PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR23CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR23PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR23ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR23ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR23ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR23ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR23DiagsAPITraceEnabled         INTEGER,
    pBXR23DiagsAPITraceTag             DisplayString,
    pBXR23DiagsAPITraceRemNum          DisplayString,
    pBXR23TotChldAlrmsAttnRq           Unsigned32,
    pBXR23TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR23TotChldAlrmsAtndDp           Unsigned32,
    pBXR23TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR23SummaryChldAlrmState         INTEGER,
    pBXR23ExportNumObjectsExported     Integer32,
    pBXR23ExportStatus                 DisplayString,
    pBXR23ExportFile                   DisplayString,
    pBXR23ExportCorr                   Counter64,
    pBXR23ExportCorrNode               DisplayString,
    pBXR23ExportCorrUID                DisplayString,
    pBXR23DoExtraActions               INTEGER,
    pBXR23RowStatus                    RowStatus,
    pBXR23MovedToDirNum                DisplayString,
    pBXR23CustInfo                     DisplayString,
    pBXR23DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR23ServSuspended                INTEGER,
    pBXR23SendDIDSeqListedDirNum       INTEGER,
    pBXR23DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR23CustInfo2                    DisplayString,
    pBXR23CustInfo3                    DisplayString,
    pBXR23CustInfo4                    DisplayString,
    pBXR23CustInfo5                    DisplayString,
    pBXR23CustInfo6                    DisplayString,
    pBXR23RecentlyMovedFromOldNum      INTEGER,
    pBXR23MovedFromDirNum              DisplayString,
    pBXR23ConnectCallAfterAnnounce     INTEGER,
    pBXR23DiagsLogLvl                  INTEGER,
    pBXR23PBXFixBits                   BITS,
    pBXR23ChargeNum                    DisplayString,
    pBXR23SigType                      INTEGER,
    pBXR23SDActMaxCallAppearances      Unsigned32,
    pBXR23SDDefMaxCallAppearances      Unsigned32,
    pBXR23SDUseDefMaxCallAppearances   INTEGER,
    pBXR23I1PerProfNEConn              Unsigned32,
    pBXR23I2PerProfNetwkElement        DisplayString,
    pBXR23I3PerProfCFSIx               Unsigned32,
    pBXR23I4PerProfGpIx                Unsigned32,
    pBXR23SDActTimezone                INTEGER,
    pBXR23SDDefTimezone                INTEGER,
    pBXR23SDUseDefTimezone             INTEGER,
    pBXR23SDActAdjustDaylightSavings   INTEGER,
    pBXR23SDDefAdjustDaylightSavings   INTEGER,
    pBXR23SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR23SDActLongDistanceCarr        DisplayString,
    pBXR23SDDefLongDistanceCarr        DisplayString,
    pBXR23SDUseDefLongDistanceCarr     INTEGER,
    pBXR23SDActIntraLATACarr           DisplayString,
    pBXR23SDDefIntraLATACarr           DisplayString,
    pBXR23SDUseDefIntraLATACarr        INTEGER,
    pBXR23SDActRtgAttrs                BITS,
    pBXR23SDDefRtgAttrs                BITS,
    pBXR23SDUseDefRtgAttrs             INTEGER,
    pBXR23SDActBillType                INTEGER,
    pBXR23SDDefBillType                INTEGER,
    pBXR23SDUseDefBillType             INTEGER,
    pBXR23SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR23SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR23SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR23SDActTariffGp                INTEGER,
    pBXR23SDDefTariffGp                INTEGER,
    pBXR23SDUseDefTariffGp             INTEGER,
    pBXR23SDActIntnatlCarr             DisplayString,
    pBXR23SDDefIntnatlCarr             DisplayString,
    pBXR23SDUseDefIntnatlCarr          INTEGER,
    pBXR23SDActLCC1                    INTEGER,
    pBXR23SDDefLCC1                    INTEGER,
    pBXR23SDUseDefLCC1                 INTEGER,
    pBXR23SDActLCC2                    INTEGER,
    pBXR23SDDefLCC2                    INTEGER,
    pBXR23SDUseDefLCC2                 INTEGER,
    pBXR23SDActLCC3                    INTEGER,
    pBXR23SDDefLCC3                    INTEGER,
    pBXR23SDUseDefLCC3                 INTEGER,
    pBXR23SDActLCC4                    INTEGER,
    pBXR23SDDefLCC4                    INTEGER,
    pBXR23SDUseDefLCC4                 INTEGER,
    pBXR23SDActLCC5                    INTEGER,
    pBXR23SDDefLCC5                    INTEGER,
    pBXR23SDUseDefLCC5                 INTEGER,
    pBXR23SDActForceLNPLookup          INTEGER,
    pBXR23SDDefForceLNPLookup          INTEGER,
    pBXR23SDUseDefForceLNPLookup       INTEGER,
    pBXR23LineTrafficStudy             INTEGER,
    pBXR23DefNumDIDDigits              INTEGER,
    pBXR23EnabledDate                  Unsigned32,
    pBXR23ChargeNumReqd                INTEGER,
    pBXR23SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR23SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR23SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR23SDActLCC6                    INTEGER,
    pBXR23SDDefLCC6                    INTEGER,
    pBXR23SDUseDefLCC6                 INTEGER,
    pBXR23SDActLCC7                    INTEGER,
    pBXR23SDDefLCC7                    INTEGER,
    pBXR23SDUseDefLCC7                 INTEGER,
    pBXR23SDActLCC8                    INTEGER,
    pBXR23SDDefLCC8                    INTEGER,
    pBXR23SDUseDefLCC8                 INTEGER,
    pBXR23SDActLCC9                    INTEGER,
    pBXR23SDDefLCC9                    INTEGER,
    pBXR23SDUseDefLCC9                 INTEGER,
    pBXR23SDActLCC10                   INTEGER,
    pBXR23SDDefLCC10                   INTEGER,
    pBXR23SDUseDefLCC10                INTEGER,
    pBXR23SDActLCC11                   INTEGER,
    pBXR23SDDefLCC11                   INTEGER,
    pBXR23SDUseDefLCC11                INTEGER,
    pBXR23SDActLCC12                   INTEGER,
    pBXR23SDDefLCC12                   INTEGER,
    pBXR23SDUseDefLCC12                INTEGER,
    pBXR23SDActLCC13                   INTEGER,
    pBXR23SDDefLCC13                   INTEGER,
    pBXR23SDUseDefLCC13                INTEGER,
    pBXR23SDActLCC14                   INTEGER,
    pBXR23SDDefLCC14                   INTEGER,
    pBXR23SDUseDefLCC14                INTEGER,
    pBXR23SDActLCC15                   INTEGER,
    pBXR23SDDefLCC15                   INTEGER,
    pBXR23SDUseDefLCC15                INTEGER,
    pBXR23SDActLCC16                   INTEGER,
    pBXR23SDDefLCC16                   INTEGER,
    pBXR23SDUseDefLCC16                INTEGER,
    pBXR23SDActLCC17                   INTEGER,
    pBXR23SDDefLCC17                   INTEGER,
    pBXR23SDUseDefLCC17                INTEGER,
    pBXR23SDActLCC18                   INTEGER,
    pBXR23SDDefLCC18                   INTEGER,
    pBXR23SDUseDefLCC18                INTEGER,
    pBXR23SDActLCC19                   INTEGER,
    pBXR23SDDefLCC19                   INTEGER,
    pBXR23SDUseDefLCC19                INTEGER,
    pBXR23SDActLCC20                   INTEGER,
    pBXR23SDDefLCC20                   INTEGER,
    pBXR23SDUseDefLCC20                INTEGER,
    pBXR23LDNPBXCapacityGp             INTEGER,
    pBXR23SDActVQMCallLogging          INTEGER,
    pBXR23SDDefVQMCallLogging          INTEGER,
    pBXR23SDUseDefVQMCallLogging       INTEGER,
    pBXR23FaultMonitoringLvl           INTEGER,
    pBXR23CFMLvlOnApply2               INTEGER,
    pBXR23MovedToNumAsDialed           DisplayString,
    pBXR23MovedDate                    Unsigned32,
    pBXR23SDActExpireAfter             Unsigned32,
    pBXR23SDDefExpireAfter             Unsigned32,
    pBXR23SDUseDefExpireAfter          INTEGER,
    pBXR23ExpiryDate                   Unsigned32,
    pBXR23IntercomDialingCode          DisplayString,
    pBXR23I1BusGpBusGpNEConn           Unsigned32,
    pBXR23I2BusGpBusGpNetwkElement     DisplayString,
    pBXR23I3BusGpBusGpCFSIx            Unsigned32,
    pBXR23I4BusGpBusGpGpIx             Unsigned32,
    pBXR23BusGpBusGpOtherVals          INTEGER,
    pBXR23BusGpExternalLineCode        DisplayString,
    pBXR23BusGpInternalLineCode        DisplayString,
    pBXR23BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR23BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR23BusGpForceSimpleMatching     INTEGER,
    pBXR23BusGpDiagsLogCorr            Counter64,
    pBXR23SecondLocale                 INTEGER,
    pBXR23SDActAdvChrgAOCD             INTEGER,
    pBXR23SDDefAdvChrgAOCD             INTEGER,
    pBXR23SDUseDefAdvChrgAOCD          INTEGER,
    pBXR23SDActAdvChrgAOCE             INTEGER,
    pBXR23SDDefAdvChrgAOCE             INTEGER,
    pBXR23SDUseDefAdvChrgAOCE          INTEGER,
    pBXR23I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR23I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR23I3DelegatedManagementGpDMGIx Integer32,
    pBXR23SDActSubTimezone             LongDisplayString,
    pBXR23SDDefSubTimezone             LongDisplayString,
    pBXR23SDUseDefSubTimezone          INTEGER,
    pBXR23SDActChargeInd               INTEGER,
    pBXR23SDDefChargeInd               INTEGER,
    pBXR23SDUseDefChargeInd            INTEGER,
    pBXR23SDActSubClgCategory          INTEGER,
    pBXR23SDDefSubClgCategory          INTEGER,
    pBXR23SDUseDefSubClgCategory       INTEGER,
    pBXR23CustomerInfoFirstName        LongDisplayString,
    pBXR23CustomerInfoSecondName       LongDisplayString,
    pBXR23CustomerInfoOtherNames       LongDisplayString,
    pBXR23CustomerInfoPenultimateName  LongDisplayString,
    pBXR23CustomerInfoSurname          LongDisplayString,
    pBXR23UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR23I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR23I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR23I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR23I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR23TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR23I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR23I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR23I3FaultMonitoringProfFMPIx   Integer32,
    pBXR23FaultMonitoringProfOtherVals INTEGER,
    pBXR23ApplyFMPToReltdObjectTypes   BITS,
    pBXR23AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR23SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR23SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR23SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR23SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR23SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR23SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR23AlrmState                    INTEGER,
    pBXR23StatisticsAlrms              Integer32,
    pBXR23AlrmLogCorr                  Counter64,
    pBXR23AddtlAlrmLogCorr             Counter64,
    pBXR23AlrmEvtsAttnRq               Unsigned32,
    pBXR23AlrmEvtsAtndDp               Unsigned32,
    pBXR23AlrmStateTimestamp           Unsigned32,
    pBXR23SASHostname                  LongDisplayString,
    pBXR23UseCfgdTrnkGpID              INTEGER,
    pBXR23TrnkGpID                     INTEGER,
    pBXR23AllowRehoming                INTEGER,
    pBXR23I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR23ExportIncASRepData           INTEGER,
    pBXR23ExportChldObjectsToInc       INTEGER
  }

  pBXR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR23Entry  1 }

  pBXR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR23Entry  2 }

  pBXR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR23Entry  3 }

  pBXR23DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR23Entry  4 }

  pBXR23PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR23Entry  5 }

  pBXR23ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR23Entry  6 }

  pBXR23I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR23Entry  7 }

  pBXR23I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR23Entry  8 }

  pBXR23I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR23Entry  9 }

  pBXR23I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR23Entry  10 }

  pBXR23NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR23Entry  11 }

  pBXR23PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR23Entry  12 }

  pBXR23LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR23Entry  13 }

  pBXR23ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR23Entry  14 }

  pBXR23PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR23Entry  18 }

  pBXR23Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR23Entry  19 }

  pBXR23DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR23Entry  22 }

  pBXR23TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR23Entry  24 }

  pBXR23ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR23Entry  26 }

  pBXR23ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR23Entry  27 }

  pBXR23ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR23Entry  28 }

  pBXR23CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR23Entry  29 }

  pBXR23PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR23Entry  30 }

  pBXR23CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR23Entry  31 }

  pBXR23PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR23Entry  32 }

  pBXR23ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR23Entry  33 }

  pBXR23ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR23Entry  34 }

  pBXR23ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR23Entry  35 }

  pBXR23ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR23Entry  36 }

  pBXR23DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR23Entry  37 }

  pBXR23DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR23Entry  38 }

  pBXR23DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR23Entry  39 }

  pBXR23TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR23Entry  40 }

  pBXR23TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR23Entry  41 }

  pBXR23TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR23Entry  42 }

  pBXR23TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR23Entry  43 }

  pBXR23SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR23Entry  44 }

  pBXR23ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR23Entry  45 }

  pBXR23ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR23Entry  46 }

  pBXR23ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR23Entry  47 }

  pBXR23ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR23Entry  48 }

  pBXR23ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR23Entry  49 }

  pBXR23ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR23Entry  50 }

  pBXR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR23Entry  51 }

  pBXR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR23Entry  52 }

  pBXR23MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR23Entry  53 }

  pBXR23CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR23Entry  54 }

  pBXR23DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR23Entry  55 }

  pBXR23ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR23Entry  57 }

  pBXR23SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR23Entry  59 }

  pBXR23DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR23Entry  60 }

  pBXR23CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR23Entry  61 }

  pBXR23CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR23Entry  62 }

  pBXR23CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR23Entry  63 }

  pBXR23CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR23Entry  64 }

  pBXR23CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR23Entry  65 }

  pBXR23RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR23Entry  66 }

  pBXR23MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR23Entry  67 }

  pBXR23ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR23Entry  68 }

  pBXR23DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR23Entry  69 }

  pBXR23PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR23Entry  71 }

  pBXR23ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR23Entry  72 }

  pBXR23SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR23Entry  74 }

  pBXR23SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  75 }

  pBXR23SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  76 }

  pBXR23SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  77 }

  pBXR23I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR23Entry  84 }

  pBXR23I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR23Entry  85 }

  pBXR23I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR23Entry  86 }

  pBXR23I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR23Entry  87 }

  pBXR23SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  88 }

  pBXR23SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  89 }

  pBXR23SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  90 }

  pBXR23SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  91 }

  pBXR23SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  92 }

  pBXR23SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  93 }

  pBXR23SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  100 }

  pBXR23SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  101 }

  pBXR23SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  102 }

  pBXR23SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  103 }

  pBXR23SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  104 }

  pBXR23SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  105 }

  pBXR23SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  106 }

  pBXR23SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  107 }

  pBXR23SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  108 }

  pBXR23SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  109 }

  pBXR23SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  110 }

  pBXR23SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  111 }

  pBXR23SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  112 }

  pBXR23SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  113 }

  pBXR23SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  114 }

  pBXR23SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  115 }

  pBXR23SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  116 }

  pBXR23SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  117 }

  pBXR23SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  118 }

  pBXR23SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  119 }

  pBXR23SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  120 }

  pBXR23SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  121 }

  pBXR23SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  122 }

  pBXR23SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  123 }

  pBXR23SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  124 }

  pBXR23SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  125 }

  pBXR23SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  126 }

  pBXR23SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  127 }

  pBXR23SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  128 }

  pBXR23SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  129 }

  pBXR23SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  130 }

  pBXR23SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  131 }

  pBXR23SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  132 }

  pBXR23SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  133 }

  pBXR23SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  134 }

  pBXR23SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  135 }

  pBXR23SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  136 }

  pBXR23SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  137 }

  pBXR23SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  138 }

  pBXR23LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR23Entry  139 }

  pBXR23DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR23Entry  140 }

  pBXR23EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR23Entry  141 }

  pBXR23ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR23Entry  142 }

  pBXR23SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  150 }

  pBXR23SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  151 }

  pBXR23SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  152 }

  pBXR23SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  153 }

  pBXR23SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  154 }

  pBXR23SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  155 }

  pBXR23SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  156 }

  pBXR23SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  157 }

  pBXR23SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  158 }

  pBXR23SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  159 }

  pBXR23SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  160 }

  pBXR23SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  161 }

  pBXR23SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  162 }

  pBXR23SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  163 }

  pBXR23SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  164 }

  pBXR23SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  165 }

  pBXR23SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  166 }

  pBXR23SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  167 }

  pBXR23SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  168 }

  pBXR23SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  169 }

  pBXR23SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  170 }

  pBXR23SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  171 }

  pBXR23SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  172 }

  pBXR23SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  173 }

  pBXR23SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  174 }

  pBXR23SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  175 }

  pBXR23SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  176 }

  pBXR23SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  177 }

  pBXR23SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  178 }

  pBXR23SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  179 }

  pBXR23SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  180 }

  pBXR23SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  181 }

  pBXR23SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  182 }

  pBXR23SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  183 }

  pBXR23SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  184 }

  pBXR23SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  185 }

  pBXR23SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  186 }

  pBXR23SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  187 }

  pBXR23SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  188 }

  pBXR23SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  189 }

  pBXR23SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  190 }

  pBXR23SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  191 }

  pBXR23SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  192 }

  pBXR23SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  193 }

  pBXR23SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  194 }

  pBXR23SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  195 }

  pBXR23SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  196 }

  pBXR23SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  197 }

  pBXR23LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR23Entry  205 }

  pBXR23SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  206 }

  pBXR23SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  207 }

  pBXR23SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  208 }

  pBXR23FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR23Entry  209 }

  pBXR23CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR23Entry  210 }

  pBXR23MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR23Entry  211 }

  pBXR23MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR23Entry  212 }

  pBXR23SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  213 }

  pBXR23SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  214 }

  pBXR23SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  215 }

  pBXR23ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR23Entry  216 }

  pBXR23IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR23Entry  217 }

  pBXR23I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR23Entry  218 }

  pBXR23I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR23Entry  219 }

  pBXR23I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR23Entry  220 }

  pBXR23I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR23Entry  221 }

  pBXR23BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR23Entry  222 }

  pBXR23BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR23Entry  223 }

  pBXR23BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR23Entry  224 }

  pBXR23BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR23Entry  225 }

  pBXR23BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR23Entry  226 }

  pBXR23BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR23Entry  227 }

  pBXR23BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR23Entry  228 }

  pBXR23SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR23Entry  230 }

  pBXR23SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  231 }

  pBXR23SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  232 }

  pBXR23SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  233 }

  pBXR23SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  234 }

  pBXR23SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  235 }

  pBXR23SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  236 }

  pBXR23I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR23Entry  237 }

  pBXR23I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR23Entry  238 }

  pBXR23I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR23Entry  239 }

  pBXR23SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  241 }

  pBXR23SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  242 }

  pBXR23SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  243 }

  pBXR23SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  244 }

  pBXR23SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  245 }

  pBXR23SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  246 }

  pBXR23SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  247 }

  pBXR23SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  248 }

  pBXR23SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  249 }

  pBXR23CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR23Entry  260 }

  pBXR23CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR23Entry  261 }

  pBXR23CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR23Entry  262 }

  pBXR23CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR23Entry  263 }

  pBXR23CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR23Entry  264 }

  pBXR23UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR23Entry  265 }

  pBXR23I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR23Entry  266 }

  pBXR23I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR23Entry  267 }

  pBXR23I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR23Entry  268 }

  pBXR23I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR23Entry  269 }

  pBXR23TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR23Entry  270 }

  pBXR23I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR23Entry  271 }

  pBXR23I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR23Entry  272 }

  pBXR23I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR23Entry  273 }

  pBXR23FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR23Entry  274 }

  pBXR23ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR23Entry  275 }

  pBXR23AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR23Entry  276 }

  pBXR23SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  277 }

  pBXR23SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  278 }

  pBXR23SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  279 }

  pBXR23SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  280 }

  pBXR23SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR23Entry  281 }

  pBXR23SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR23Entry  282 }

  pBXR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR23Entry  283 }

  pBXR23StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR23Entry  284 }

  pBXR23AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR23Entry  285 }

  pBXR23AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR23Entry  286 }

  pBXR23AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR23Entry  287 }

  pBXR23AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR23Entry  288 }

  pBXR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR23Entry  289 }

  pBXR23SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR23Entry  290 }

  pBXR23UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR23Entry  291 }

  pBXR23TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR23Entry  292 }

  pBXR23AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR23Entry  293 }

  pBXR23I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR23Entry  294 }

  pBXR23ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR23Entry  305 }

  pBXR23ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR23Entry  313 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Director Service'                                  */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  mVDR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2080 }

  mVDR2Entry OBJECT-TYPE
    SYNTAX       MVDR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDR2NEConn,
             mVDR2NetwkElement,
             mVDR2MetaViewDirectorIx }
    ::= {  mVDR2Table  1  }

  MVDR2Entry  ::=  SEQUENCE
  {
    mVDR2NEConn                        Unsigned32,
    mVDR2NetwkElement                  DisplayString,
    mVDR2MetaViewDirectorIx            Unsigned32,
    mVDR2NumLocationSources            Unsigned32,
    mVDR2LocationUpdateInterfacePortNum
                                       Unsigned32,
    mVDR2LocationQueryInterfacePortNum Unsigned32,
    mVDR2NotifPublicationInterfacePortNum
                                       Unsigned32,
    mVDR2NotifSubscriptionInterfacePortNum
                                       Unsigned32,
    mVDR2StatisticsAlrms               Integer32,
    mVDR2LocationSourceAlrmsAttnRq     INTEGER,
    mVDR2LocationSourceAlrmEvtsAttnRq  Unsigned32,
    mVDR2SummaryChldAlrmState          INTEGER,
    mVDR2ChldStatisticsAlrms           Integer32,
    mVDR2DoExtraActions                INTEGER,
    mVDR2MaxNumCallEvts                Unsigned32,
    mVDR2SiteID                        Unsigned32,
    mVDR2SiteName                      DisplayString,
    mVDR2RepatriationEnabled           INTEGER,
    mVDR2RepatriationSiteID            Unsigned32
  }

  mVDR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDR2Entry  1 }

  mVDR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDR2Entry  2 }

  mVDR2MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { mVDR2Entry  3 }

  mVDR2NumLocationSources OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of location sources'."
    ::= { mVDR2Entry  4 }

  mVDR2LocationUpdateInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Update interface port number'."
    ::= { mVDR2Entry  5 }

  mVDR2LocationQueryInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Query interface port number'."
    ::= { mVDR2Entry  6 }

  mVDR2NotifPublicationInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Publication interface port number'."
    ::= { mVDR2Entry  7 }

  mVDR2NotifSubscriptionInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Subscription interface port number'."
    ::= { mVDR2Entry  8 }

  mVDR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mVDR2Entry  9 }

  mVDR2LocationSourceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarms'."
    ::= { mVDR2Entry  10 }

  mVDR2LocationSourceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarm events'."
    ::= { mVDR2Entry  11 }

  mVDR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mVDR2Entry  12 }

  mVDR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mVDR2Entry  13 }

  mVDR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   queryDatabase(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDR2Entry  14 }

  mVDR2MaxNumCallEvts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of call events'."
    DEFVAL       { 10 }
    ::= { mVDR2Entry  15 }

  mVDR2SiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { mVDR2Entry  16 }

  mVDR2SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { mVDR2Entry  17 }

  mVDR2RepatriationEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Enabled'."
    DEFVAL       { false }
    ::= { mVDR2Entry  18 }

  mVDR2RepatriationSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Site ID'."
    ::= { mVDR2Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Source'                                            */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  locSrcR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocSrcR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Director Service'.
                  This table is not creatable."
    ::= { metaSwitch  2081 }

  locSrcR1Entry OBJECT-TYPE
    SYNTAX       LocSrcR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locSrcR1NEConn,
             locSrcR1NetwkElement,
             locSrcR1MetaViewDirectorIx,
             locSrcR1LocationSourceIx }
    ::= {  locSrcR1Table  1  }

  LocSrcR1Entry  ::=  SEQUENCE
  {
    locSrcR1NEConn                     Unsigned32,
    locSrcR1NetwkElement               DisplayString,
    locSrcR1MetaViewDirectorIx         Unsigned32,
    locSrcR1LocationSourceIx           Unsigned32,
    locSrcR1LocationSourceName         DisplayString,
    locSrcR1LocationSourceType         INTEGER,
    locSrcR1LocationSourceUniqueFingerprint
                                       DisplayString,
    locSrcR1LocSrcTplgType1            INTEGER,
    locSrcR1LocSrcTplgVal1             DisplayString,
    locSrcR1LocSrcTplgType2            INTEGER,
    locSrcR1LocSrcTplgVal2             DisplayString,
    locSrcR1LocSrcTplgType3            INTEGER,
    locSrcR1LocSrcTplgVal3             DisplayString,
    locSrcR1LocSrcTplgType4            INTEGER,
    locSrcR1LocSrcTplgVal4             DisplayString,
    locSrcR1LocSrcTplgType5            INTEGER,
    locSrcR1LocSrcTplgVal5             DisplayString,
    locSrcR1LocSrcTplgType6            INTEGER,
    locSrcR1LocSrcTplgVal6             DisplayString,
    locSrcR1LocSrcTplgType7            INTEGER,
    locSrcR1LocSrcTplgVal7             DisplayString,
    locSrcR1LocSrcTplgType8            INTEGER,
    locSrcR1LocSrcTplgVal8             DisplayString,
    locSrcR1LocSrcTplgType9            INTEGER,
    locSrcR1LocSrcTplgVal9             DisplayString,
    locSrcR1LocSrcTplgType10           INTEGER,
    locSrcR1LocSrcTplgVal10            DisplayString,
    locSrcR1LocSrcTplgType11           INTEGER,
    locSrcR1LocSrcTplgVal11            DisplayString,
    locSrcR1LocSrcTplgType12           INTEGER,
    locSrcR1LocSrcTplgVal12            DisplayString,
    locSrcR1LocSrcTplgType13           INTEGER,
    locSrcR1LocSrcTplgVal13            DisplayString,
    locSrcR1LocSrcTplgType14           INTEGER,
    locSrcR1LocSrcTplgVal14            DisplayString,
    locSrcR1LocSrcTplgType15           INTEGER,
    locSrcR1LocSrcTplgVal15            DisplayString,
    locSrcR1LocSrcTplgType16           INTEGER,
    locSrcR1LocSrcTplgVal16            DisplayString,
    locSrcR1LocSrcTplgType17           INTEGER,
    locSrcR1LocSrcTplgVal17            DisplayString,
    locSrcR1LocSrcTplgType18           INTEGER,
    locSrcR1LocSrcTplgVal18            DisplayString,
    locSrcR1LocSrcTplgType19           INTEGER,
    locSrcR1LocSrcTplgVal19            DisplayString,
    locSrcR1LocSrcTplgType20           INTEGER,
    locSrcR1LocSrcTplgVal20            DisplayString,
    locSrcR1LocationSourceSyncStatus   INTEGER,
    locSrcR1LocationSourceNumKeys      Unsigned32,
    locSrcR1AlrmState                  INTEGER,
    locSrcR1StatisticsAlrms            Integer32,
    locSrcR1AlrmEvtsAttnRqLogCorr      Counter64,
    locSrcR1AlrmEvtsAttnRq             Integer32,
    locSrcR1AlrmStateTimestamp         Unsigned32,
    locSrcR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    locSrcR1RowStatus                  RowStatus,
    locSrcR1SiteID                     Unsigned32,
    locSrcR1SiteName                   DisplayString
  }

  locSrcR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locSrcR1Entry  1 }

  locSrcR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locSrcR1Entry  2 }

  locSrcR1MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { locSrcR1Entry  3 }

  locSrcR1LocationSourceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Source Index'.
                  This is an index field."
    ::= { locSrcR1Entry  4 }

  locSrcR1LocationSourceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source name'."
    ::= { locSrcR1Entry  5 }

  locSrcR1LocationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(65),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source type'."
    ::= { locSrcR1Entry  6 }

  locSrcR1LocationSourceUniqueFingerprint OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source unique fingerprint'."
    ::= { locSrcR1Entry  7 }

  locSrcR1LocSrcTplgType1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 1'."
    ::= { locSrcR1Entry  8 }

  locSrcR1LocSrcTplgVal1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 1'."
    ::= { locSrcR1Entry  9 }

  locSrcR1LocSrcTplgType2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 2'."
    ::= { locSrcR1Entry  10 }

  locSrcR1LocSrcTplgVal2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 2'."
    ::= { locSrcR1Entry  11 }

  locSrcR1LocSrcTplgType3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 3'."
    ::= { locSrcR1Entry  12 }

  locSrcR1LocSrcTplgVal3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 3'."
    ::= { locSrcR1Entry  13 }

  locSrcR1LocSrcTplgType4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 4'."
    ::= { locSrcR1Entry  14 }

  locSrcR1LocSrcTplgVal4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 4'."
    ::= { locSrcR1Entry  15 }

  locSrcR1LocSrcTplgType5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 5'."
    ::= { locSrcR1Entry  16 }

  locSrcR1LocSrcTplgVal5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 5'."
    ::= { locSrcR1Entry  17 }

  locSrcR1LocSrcTplgType6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 6'."
    ::= { locSrcR1Entry  18 }

  locSrcR1LocSrcTplgVal6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 6'."
    ::= { locSrcR1Entry  19 }

  locSrcR1LocSrcTplgType7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 7'."
    ::= { locSrcR1Entry  20 }

  locSrcR1LocSrcTplgVal7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 7'."
    ::= { locSrcR1Entry  21 }

  locSrcR1LocSrcTplgType8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 8'."
    ::= { locSrcR1Entry  22 }

  locSrcR1LocSrcTplgVal8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 8'."
    ::= { locSrcR1Entry  23 }

  locSrcR1LocSrcTplgType9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 9'."
    ::= { locSrcR1Entry  24 }

  locSrcR1LocSrcTplgVal9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 9'."
    ::= { locSrcR1Entry  25 }

  locSrcR1LocSrcTplgType10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 10'."
    ::= { locSrcR1Entry  26 }

  locSrcR1LocSrcTplgVal10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 10'."
    ::= { locSrcR1Entry  27 }

  locSrcR1LocSrcTplgType11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 11'."
    ::= { locSrcR1Entry  28 }

  locSrcR1LocSrcTplgVal11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 11'."
    ::= { locSrcR1Entry  29 }

  locSrcR1LocSrcTplgType12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 12'."
    ::= { locSrcR1Entry  30 }

  locSrcR1LocSrcTplgVal12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 12'."
    ::= { locSrcR1Entry  31 }

  locSrcR1LocSrcTplgType13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 13'."
    ::= { locSrcR1Entry  32 }

  locSrcR1LocSrcTplgVal13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 13'."
    ::= { locSrcR1Entry  33 }

  locSrcR1LocSrcTplgType14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 14'."
    ::= { locSrcR1Entry  34 }

  locSrcR1LocSrcTplgVal14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 14'."
    ::= { locSrcR1Entry  35 }

  locSrcR1LocSrcTplgType15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 15'."
    ::= { locSrcR1Entry  36 }

  locSrcR1LocSrcTplgVal15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 15'."
    ::= { locSrcR1Entry  37 }

  locSrcR1LocSrcTplgType16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 16'."
    ::= { locSrcR1Entry  38 }

  locSrcR1LocSrcTplgVal16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 16'."
    ::= { locSrcR1Entry  39 }

  locSrcR1LocSrcTplgType17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 17'."
    ::= { locSrcR1Entry  40 }

  locSrcR1LocSrcTplgVal17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 17'."
    ::= { locSrcR1Entry  41 }

  locSrcR1LocSrcTplgType18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 18'."
    ::= { locSrcR1Entry  42 }

  locSrcR1LocSrcTplgVal18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 18'."
    ::= { locSrcR1Entry  43 }

  locSrcR1LocSrcTplgType19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 19'."
    ::= { locSrcR1Entry  44 }

  locSrcR1LocSrcTplgVal19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 19'."
    ::= { locSrcR1Entry  45 }

  locSrcR1LocSrcTplgType20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 20'."
    ::= { locSrcR1Entry  46 }

  locSrcR1LocSrcTplgVal20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 20'."
    ::= { locSrcR1Entry  47 }

  locSrcR1LocationSourceSyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   lostContactWithSource(1),
                   loadingFromDisk(2),
                   synchronizingWithSource(3),
                   inSync(4),
                   deletingSource(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source synchronization status'."
    ::= { locSrcR1Entry  48 }

  locSrcR1LocationSourceNumKeys OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of keys'."
    ::= { locSrcR1Entry  49 }

  locSrcR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { locSrcR1Entry  50 }

  locSrcR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { locSrcR1Entry  51 }

  locSrcR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { locSrcR1Entry  52 }

  locSrcR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { locSrcR1Entry  53 }

  locSrcR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { locSrcR1Entry  54 }

  locSrcR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { locSrcR1Entry  55 }

  locSrcR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { locSrcR1Entry  56 }

  locSrcR1SiteID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { locSrcR1Entry  57 }

  locSrcR1SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { locSrcR1Entry  58 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Link to Object Backup Store'                                */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  linkToOBSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LinkToOBSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2082 }

  linkToOBSEntry OBJECT-TYPE
    SYNTAX       LinkToOBSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { linkToOBSNEConn,
             linkToOBSNetwkElement }
    ::= {  linkToOBSTable  1  }

  LinkToOBSEntry  ::=  SEQUENCE
  {
    linkToOBSNEConn                    Unsigned32,
    linkToOBSNetwkElement              DisplayString,
    linkToOBSIPAddrs                   LongDisplayString,
    linkToOBSAlrmState                 INTEGER,
    linkToOBSAlrmEvtsAttnRqLogCorr     Counter64
  }

  linkToOBSNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { linkToOBSEntry  1 }

  linkToOBSNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { linkToOBSEntry  2 }

  linkToOBSIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2950))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP addresses'."
    ::= { linkToOBSEntry  3 }

  linkToOBSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { linkToOBSEntry  4 }

  linkToOBSAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { linkToOBSEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Connection to HSS Integration server'                       */
-- /* Valid from: 8.3.03                                                            */
-- /*********************************************************************************/

  hSSIConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF HSSIConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2083 }

  hSSIConnEntry OBJECT-TYPE
    SYNTAX       HSSIConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { hSSIConnNEConn,
             hSSIConnNetwkElement }
    ::= {  hSSIConnTable  1  }

  HSSIConnEntry  ::=  SEQUENCE
  {
    hSSIConnNEConn                     Unsigned32,
    hSSIConnNetwkElement               DisplayString,
    hSSIConnServerIPAddr               DisplayString,
    hSSIConnAlrmState                  INTEGER,
    hSSIConnAlrmEvtsAttnRq             Integer32,
    hSSIConnAlrmStateTimestamp         Unsigned32,
    hSSIConnAlrmEvtsAttnRqLogCorr      Counter64,
    hSSIConnAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    hSSIConnRowStatus                  RowStatus,
    hSSIConnOperStatus                 OperStatus
  }

  hSSIConnNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { hSSIConnEntry  1 }

  hSSIConnNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { hSSIConnEntry  2 }

  hSSIConnServerIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server IP address'."
    ::= { hSSIConnEntry  3 }

  hSSIConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { hSSIConnEntry  4 }

  hSSIConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { hSSIConnEntry  5 }

  hSSIConnAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { hSSIConnEntry  6 }

  hSSIConnAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { hSSIConnEntry  7 }

  hSSIConnAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { hSSIConnEntry  8 }

  hSSIConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { hSSIConnEntry  9 }

  hSSIConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { hSSIConnEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 8.3.03                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  rPSNumVldnTableR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2084 }

  rPSNumVldnTableR14Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR14NEConn,
             rPSNumVldnTableR14NetwkElement,
             rPSNumVldnTableR14CFSIx,
             rPSNumVldnTableR14CfgSetIx,
             rPSNumVldnTableR14NumVldnTblIx }
    ::= {  rPSNumVldnTableR14Table  1  }

  RPSNumVldnTableR14Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR14NEConn           Unsigned32,
    rPSNumVldnTableR14NetwkElement     DisplayString,
    rPSNumVldnTableR14CFSIx            Unsigned32,
    rPSNumVldnTableR14CfgSetIx         Unsigned32,
    rPSNumVldnTableR14NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR14NumVldnTblName   DisplayString,
    rPSNumVldnTableR14SearchType       INTEGER,
    rPSNumVldnTableR14MatchAttr1       INTEGER,
    rPSNumVldnTableR14MatchAttr2       INTEGER,
    rPSNumVldnTableR14MatchAttr3       INTEGER,
    rPSNumVldnTableR14I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR14I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR14I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR14I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR14I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR14DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR14RowStatus        RowStatus,
    rPSNumVldnTableR14ExportCorr       Counter64,
    rPSNumVldnTableR14I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR14I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR14I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR14I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR14I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR14ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR14ExportStatus     DisplayString,
    rPSNumVldnTableR14ExportFile       DisplayString,
    rPSNumVldnTableR14DefMtchAct       INTEGER,
    rPSNumVldnTableR14ExportCorrNode   DisplayString,
    rPSNumVldnTableR14DoExtraActions   INTEGER,
    rPSNumVldnTableR14ExportCorrUID    DisplayString,
    rPSNumVldnTableR14AddrMatchType    INTEGER,
    rPSNumVldnTableR14TblType          INTEGER,
    rPSNumVldnTableR14Filename         DisplayString,
    rPSNumVldnTableR14FileLoadStatus   INTEGER,
    rPSNumVldnTableR14FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR14NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR14FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR14MemUsage         Unsigned32,
    rPSNumVldnTableR14OverrideHeader   DisplayString,
    rPSNumVldnTableR14ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR14I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR14I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR14I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR14I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR14I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR14FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR14ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR14ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR14Entry  1 }

  rPSNumVldnTableR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR14Entry  2 }

  rPSNumVldnTableR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR14Entry  3 }

  rPSNumVldnTableR14CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR14Entry  4 }

  rPSNumVldnTableR14NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR14Entry  5 }

  rPSNumVldnTableR14NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR14Entry  6 }

  rPSNumVldnTableR14SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR14Entry  7 }

  rPSNumVldnTableR14MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR14Entry  8 }

  rPSNumVldnTableR14MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR14Entry  9 }

  rPSNumVldnTableR14MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR14Entry  10 }

  rPSNumVldnTableR14I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR14Entry  11 }

  rPSNumVldnTableR14I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR14Entry  12 }

  rPSNumVldnTableR14I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR14Entry  13 }

  rPSNumVldnTableR14I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR14Entry  14 }

  rPSNumVldnTableR14I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR14Entry  15 }

  rPSNumVldnTableR14DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR14Entry  16 }

  rPSNumVldnTableR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR14Entry  17 }

  rPSNumVldnTableR14ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR14Entry  18 }

  rPSNumVldnTableR14I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  19 }

  rPSNumVldnTableR14I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  20 }

  rPSNumVldnTableR14I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  21 }

  rPSNumVldnTableR14I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  22 }

  rPSNumVldnTableR14I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  23 }

  rPSNumVldnTableR14ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR14Entry  24 }

  rPSNumVldnTableR14ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR14Entry  25 }

  rPSNumVldnTableR14ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR14Entry  26 }

  rPSNumVldnTableR14DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR14Entry  27 }

  rPSNumVldnTableR14ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR14Entry  28 }

  rPSNumVldnTableR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR14Entry  29 }

  rPSNumVldnTableR14ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR14Entry  30 }

  rPSNumVldnTableR14AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR14Entry  31 }

  rPSNumVldnTableR14TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR14Entry  32 }

  rPSNumVldnTableR14Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR14Entry  33 }

  rPSNumVldnTableR14FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR14Entry  34 }

  rPSNumVldnTableR14FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR14Entry  35 }

  rPSNumVldnTableR14NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR14Entry  36 }

  rPSNumVldnTableR14FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR14Entry  37 }

  rPSNumVldnTableR14MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR14Entry  38 }

  rPSNumVldnTableR14OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR14Entry  39 }

  rPSNumVldnTableR14ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR14Entry  40 }

  rPSNumVldnTableR14I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  41 }

  rPSNumVldnTableR14I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  42 }

  rPSNumVldnTableR14I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  43 }

  rPSNumVldnTableR14I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  44 }

  rPSNumVldnTableR14I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR14Entry  45 }

  rPSNumVldnTableR14FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR14Entry  46 }

  rPSNumVldnTableR14ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR14Entry  47 }

  rPSNumVldnTableR14ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR14Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Site Connection'                                            */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  clusterSiteConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClusterSiteConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy."
    ::= { metaSwitch  2085 }

  clusterSiteConnEntry OBJECT-TYPE
    SYNTAX       ClusterSiteConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { clusterSiteConnClusterSiteConnIx }
    ::= {  clusterSiteConnTable  1  }

  ClusterSiteConnEntry  ::=  SEQUENCE
  {
    clusterSiteConnClusterSiteConnIx   Integer32,
    clusterSiteConnIPAddr              DisplayString,
    clusterSiteConnSiteName            DisplayString,
    clusterSiteConnSiteID              INTEGER,
    clusterSiteConnAlrmState           INTEGER,
    clusterSiteConnDoExtraActions      INTEGER,
    clusterSiteConnRowStatus           RowStatus
  }

  clusterSiteConnClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site Connection index'.
                  This is an index field."
    ::= { clusterSiteConnEntry  1 }

  clusterSiteConnIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is only writable during create."
    ::= { clusterSiteConnEntry  2 }

  clusterSiteConnSiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'.
                  This field is only writable during create."
    ::= { clusterSiteConnEntry  3 }

  clusterSiteConnSiteID OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'.
                  This field is only writable during create."
    ::= { clusterSiteConnEntry  4 }

  clusterSiteConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { clusterSiteConnEntry  5 }

  clusterSiteConnDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   goToSite(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { clusterSiteConnEntry  6 }

  clusterSiteConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { clusterSiteConnEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  cFSR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2110 }

  cFSR13Entry OBJECT-TYPE
    SYNTAX       CFSR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR13NEConn,
             cFSR13NetwkElement,
             cFSR13CFSIx }
    ::= {  cFSR13Table  1  }

  CFSR13Entry  ::=  SEQUENCE
  {
    cFSR13NEConn                       Unsigned32,
    cFSR13NetwkElement                 DisplayString,
    cFSR13CFSIx                        Unsigned32,
    cFSR13DeactivnMode                 INTEGER,
    cFSR13AlrmState                    INTEGER,
    cFSR13AlrmLogCorr                  Counter64,
    cFSR13AlrmEvtsAttnRq               Integer32,
    cFSR13AlrmStateTimestamp           Unsigned32,
    cFSR13AlrmResetTimestamp           Unsigned32,
    cFSR13CntrldMGsAlrmsAttnRq         Integer32,
    cFSR13CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR13CntrldMGsAlrmsAtndDp         Integer32,
    cFSR13CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR13SigAlrmsAttnRq               Integer32,
    cFSR13SigAlrmEvtsAttnRq            Integer32,
    cFSR13SigAlrmsAtndDp               Integer32,
    cFSR13SigAlrmEvtsAtndDp            Integer32,
    cFSR13BillAlrmsAttnRq              Integer32,
    cFSR13BillAlrmEvtsAttnRq           Integer32,
    cFSR13CallServsAlrmsAttnRq         Integer32,
    cFSR13CallServsAlrmEvtsAttnRq      Integer32,
    cFSR13CallServsAlrmsAtndDp         Integer32,
    cFSR13CallServsAlrmEvtsAtndDp      Integer32,
    cFSR13RPSAlrmsAttnRq               Integer32,
    cFSR13RPSAlrmEvtsAttnRq            Integer32,
    cFSR13RPSAlrmsAtndDp               Integer32,
    cFSR13RPSAlrmEvtsAtndDp            Integer32,
    cFSR13SubCfgAlrmsAttnRq            Integer32,
    cFSR13SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR13SubCfgAlrmsAtndDp            Integer32,
    cFSR13SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR13TotChldAlrmsAttnRq           Unsigned32,
    cFSR13TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR13TotChldAlrmsAtndDp           Unsigned32,
    cFSR13TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR13SummaryChldAlrmState         INTEGER,
    cFSR13DoExtraActions               INTEGER,
    cFSR13RowStatus                    RowStatus,
    cFSR13AdminStatus                  AdminStatus,
    cFSR13OperStatus                   OperStatus,
    cFSR13Timezone                     INTEGER,
    cFSR13AdjustDaylightSavings        INTEGER,
    cFSR13DaylightSavingsInForce       INTEGER,
    cFSR13MaxNumLineTrafficStudies     Unsigned32,
    cFSR13T38GloballySupported         INTEGER,
    cFSR13ImportCnt                    Integer32,
    cFSR13ImportStatus                 DisplayString,
    cFSR13ImportMode                   INTEGER,
    cFSR13ImportFile                   DisplayString,
    cFSR13ImportCorr                   Counter64,
    cFSR13ImportCorrNode               DisplayString,
    cFSR13ImportCorrUID                DisplayString,
    cFSR13StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR13DefAnnounceLocale            INTEGER,
    cFSR13StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR13StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR13StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR13StatisticsAlrms              Integer32,
    cFSR13ChldStatisticsAlrms          Integer32,
    cFSR13SecondDefAnnounceLocale      INTEGER,
    cFSR13SysTimezone                  LongDisplayString,
    cFSR13SubTimezones                 LongDisplayString,
    cFSR13StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR13StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR13StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR13StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR13StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR13StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR13MRSAlrmsAttnRq               Integer32,
    cFSR13MRSAlrmEvtsAttnRq            Integer32,
    cFSR13CFSRole                      INTEGER,
    cFSR13SupportedLocales             LongDisplayString,
    cFSR13LineCfgAlrmsAttnRq           Integer32,
    cFSR13LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR13LineCfgAlrmsAtndDp           Integer32,
    cFSR13LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR13DefMediaType                 INTEGER,
    cFSR13PublishMLHGStatus            INTEGER
  }

  cFSR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR13Entry  1 }

  cFSR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR13Entry  2 }

  cFSR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR13Entry  3 }

  cFSR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR13Entry  4 }

  cFSR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR13Entry  5 }

  cFSR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR13Entry  6 }

  cFSR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  7 }

  cFSR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR13Entry  8 }

  cFSR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR13Entry  9 }

  cFSR13CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR13Entry  10 }

  cFSR13CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  11 }

  cFSR13CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR13Entry  12 }

  cFSR13CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  13 }

  cFSR13SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR13Entry  14 }

  cFSR13SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  15 }

  cFSR13SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR13Entry  16 }

  cFSR13SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  17 }

  cFSR13BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR13Entry  18 }

  cFSR13BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  19 }

  cFSR13CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR13Entry  20 }

  cFSR13CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  21 }

  cFSR13CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR13Entry  22 }

  cFSR13CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  23 }

  cFSR13RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR13Entry  24 }

  cFSR13RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  25 }

  cFSR13RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR13Entry  26 }

  cFSR13RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  27 }

  cFSR13SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR13Entry  28 }

  cFSR13SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  29 }

  cFSR13SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR13Entry  30 }

  cFSR13SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  31 }

  cFSR13TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR13Entry  32 }

  cFSR13TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR13Entry  33 }

  cFSR13TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR13Entry  34 }

  cFSR13TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR13Entry  35 }

  cFSR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR13Entry  36 }

  cFSR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR13Entry  37 }

  cFSR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR13Entry  38 }

  cFSR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR13Entry  39 }

  cFSR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR13Entry  40 }

  cFSR13Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR13Entry  41 }

  cFSR13AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR13Entry  42 }

  cFSR13DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR13Entry  43 }

  cFSR13MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR13Entry  44 }

  cFSR13T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR13Entry  45 }

  cFSR13ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR13Entry  47 }

  cFSR13ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR13Entry  48 }

  cFSR13ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR13Entry  49 }

  cFSR13ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR13Entry  50 }

  cFSR13ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR13Entry  51 }

  cFSR13ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR13Entry  52 }

  cFSR13ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR13Entry  53 }

  cFSR13StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR13Entry  54 }

  cFSR13DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR13Entry  55 }

  cFSR13StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR13Entry  56 }

  cFSR13StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR13Entry  57 }

  cFSR13StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR13Entry  58 }

  cFSR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR13Entry  59 }

  cFSR13ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR13Entry  60 }

  cFSR13SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR13Entry  61 }

  cFSR13SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR13Entry  62 }

  cFSR13SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR13Entry  63 }

  cFSR13StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR13Entry  64 }

  cFSR13StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR13Entry  65 }

  cFSR13StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR13Entry  66 }

  cFSR13StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR13Entry  67 }

  cFSR13StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR13Entry  68 }

  cFSR13StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR13Entry  69 }

  cFSR13MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR13Entry  70 }

  cFSR13MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  71 }

  cFSR13CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR13Entry  72 }

  cFSR13SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR13Entry  73 }

  cFSR13LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR13Entry  74 }

  cFSR13LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  75 }

  cFSR13LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR13Entry  76 }

  cFSR13LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR13Entry  77 }

  cFSR13DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR13Entry  78 }

  cFSR13PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR13Entry  81 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 8.3.10                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 8.3.11                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR31Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2111 }

  mediaGatewayModelR31Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR31NEConn,
             mediaGatewayModelR31NetwkElement,
             mediaGatewayModelR31CFSIx,
             mediaGatewayModelR31ModelIx }
    ::= {  mediaGatewayModelR31Table  1  }

  MediaGatewayModelR31Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR31NEConn         Unsigned32,
    mediaGatewayModelR31NetwkElement   DisplayString,
    mediaGatewayModelR31CFSIx          Unsigned32,
    mediaGatewayModelR31ModelIx        Unsigned32,
    mediaGatewayModelR31Category       INTEGER,
    mediaGatewayModelR31ModelName      DisplayString,
    mediaGatewayModelR31Desc           DisplayString,
    mediaGatewayModelR31ControlProt    INTEGER,
    mediaGatewayModelR31ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR31LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR31PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR31PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR31AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR31AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR31RefCnt         Unsigned32,
    mediaGatewayModelR31RowStatus      RowStatus,
    mediaGatewayModelR31DefModel       INTEGER,
    mediaGatewayModelR31Authentication INTEGER,
    mediaGatewayModelR31SupportedConnTypes
                                       BITS,
    mediaGatewayModelR31AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR31ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR31ExportStatus   DisplayString,
    mediaGatewayModelR31ExportFile     DisplayString,
    mediaGatewayModelR31ExportCorr     Counter64,
    mediaGatewayModelR31ExportCorrNode DisplayString,
    mediaGatewayModelR31ExportCorrUID  DisplayString,
    mediaGatewayModelR31DoExtraActions INTEGER,
    mediaGatewayModelR31FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR31FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR31FBsMGCP        BITS,
    mediaGatewayModelR31FBsMeGaCo      BITS,
    mediaGatewayModelR31FBsSIP         BITS,
    mediaGatewayModelR31FixBitsMeGaCo2 BITS,
    mediaGatewayModelR31MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR31AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR31AlertInfoDR2   DisplayString,
    mediaGatewayModelR31AlertInfoDR3   DisplayString,
    mediaGatewayModelR31AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR31DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR31DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR31ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR31SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR31DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR31UpToDateCnt    Unsigned32,
    mediaGatewayModelR31SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR31PollInterval   Unsigned32,
    mediaGatewayModelR31SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR31Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR31AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR31VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR31AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR31FixBitsSIP2    BITS,
    mediaGatewayModelR31OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR31FBsMeGaCo4     BITS,
    mediaGatewayModelR31SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR31ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR31SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR31ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR31SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR31AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR31AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR31InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR31OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR31MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR31FixBitsSIP4    BITS,
    mediaGatewayModelR31ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR31ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR31NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR31Entry  1 }

  mediaGatewayModelR31NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR31Entry  2 }

  mediaGatewayModelR31CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR31Entry  3 }

  mediaGatewayModelR31ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR31Entry  4 }

  mediaGatewayModelR31Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR31Entry  5 }

  mediaGatewayModelR31ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR31Entry  6 }

  mediaGatewayModelR31Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR31Entry  7 }

  mediaGatewayModelR31ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR31Entry  8 }

  mediaGatewayModelR31ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR31Entry  9 }

  mediaGatewayModelR31LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR31Entry  10 }

  mediaGatewayModelR31PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR31Entry  11 }

  mediaGatewayModelR31PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR31Entry  12 }

  mediaGatewayModelR31AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR31Entry  13 }

  mediaGatewayModelR31AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR31Entry  14 }

  mediaGatewayModelR31RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR31Entry  16 }

  mediaGatewayModelR31RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR31Entry  17 }

  mediaGatewayModelR31DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR31Entry  18 }

  mediaGatewayModelR31Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR31Entry  19 }

  mediaGatewayModelR31SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR31Entry  20 }

  mediaGatewayModelR31AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR31Entry  21 }

  mediaGatewayModelR31ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR31Entry  22 }

  mediaGatewayModelR31ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR31Entry  23 }

  mediaGatewayModelR31ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR31Entry  24 }

  mediaGatewayModelR31ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR31Entry  25 }

  mediaGatewayModelR31ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR31Entry  26 }

  mediaGatewayModelR31ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR31Entry  27 }

  mediaGatewayModelR31DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR31Entry  28 }

  mediaGatewayModelR31FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR31Entry  29 }

  mediaGatewayModelR31FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR31Entry  30 }

  mediaGatewayModelR31FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR31Entry  31 }

  mediaGatewayModelR31FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR31Entry  32 }

  mediaGatewayModelR31FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR31Entry  33 }

  mediaGatewayModelR31FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR31Entry  34 }

  mediaGatewayModelR31MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR31Entry  35 }

  mediaGatewayModelR31AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR31Entry  36 }

  mediaGatewayModelR31AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR31Entry  37 }

  mediaGatewayModelR31AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR31Entry  38 }

  mediaGatewayModelR31AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR31Entry  39 }

  mediaGatewayModelR31DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR31Entry  40 }

  mediaGatewayModelR31DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR31Entry  41 }

  mediaGatewayModelR31ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR31Entry  42 }

  mediaGatewayModelR31SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR31Entry  43 }

  mediaGatewayModelR31DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR31Entry  44 }

  mediaGatewayModelR31UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR31Entry  45 }

  mediaGatewayModelR31SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR31Entry  46 }

  mediaGatewayModelR31PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR31Entry  47 }

  mediaGatewayModelR31SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR31Entry  48 }

  mediaGatewayModelR31Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR31Entry  49 }

  mediaGatewayModelR31AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR31Entry  50 }

  mediaGatewayModelR31VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR31Entry  51 }

  mediaGatewayModelR31AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR31Entry  52 }

  mediaGatewayModelR31FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR31Entry  53 }

  mediaGatewayModelR31OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR31Entry  54 }

  mediaGatewayModelR31FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR31Entry  55 }

  mediaGatewayModelR31SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR31Entry  56 }

  mediaGatewayModelR31ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR31Entry  57 }

  mediaGatewayModelR31SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR31Entry  58 }

  mediaGatewayModelR31ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR31Entry  59 }

  mediaGatewayModelR31SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR31Entry  60 }

  mediaGatewayModelR31AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR31Entry  61 }

  mediaGatewayModelR31AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR31Entry  62 }

  mediaGatewayModelR31InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR31Entry  63 }

  mediaGatewayModelR31OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR31Entry  64 }

  mediaGatewayModelR31MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR31Entry  65 }

  mediaGatewayModelR31FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR31Entry  67 }

  mediaGatewayModelR31ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR31Entry  91 }

  mediaGatewayModelR31ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR31Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  cfgSIPBindR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2112 }

  cfgSIPBindR14Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR14NEConn,
             cfgSIPBindR14NetwkElement,
             cfgSIPBindR14CFSIx,
             cfgSIPBindR14BindingIx }
    ::= {  cfgSIPBindR14Table  1  }

  CfgSIPBindR14Entry  ::=  SEQUENCE
  {
    cfgSIPBindR14NEConn                Unsigned32,
    cfgSIPBindR14NetwkElement          DisplayString,
    cfgSIPBindR14CFSIx                 Unsigned32,
    cfgSIPBindR14BindingIx             Unsigned32,
    cfgSIPBindR14Name                  DisplayString,
    cfgSIPBindR14CustInfo              DisplayString,
    cfgSIPBindR14CustInfo2             DisplayString,
    cfgSIPBindR14CustInfo3             DisplayString,
    cfgSIPBindR14CustInfo4             DisplayString,
    cfgSIPBindR14CustInfo5             DisplayString,
    cfgSIPBindR14CustInfo6             DisplayString,
    cfgSIPBindR14Usage                 INTEGER,
    cfgSIPBindR14UseDNIdentification   INTEGER,
    cfgSIPBindR14SIPAuthenticationReqd INTEGER,
    cfgSIPBindR14SIPUserName           DisplayString,
    cfgSIPBindR14SIPDomainName         DisplayString,
    cfgSIPBindR14NewSIPPassword        DisplayString,
    cfgSIPBindR14ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR14ContactIPAddr         DisplayString,
    cfgSIPBindR14ContactIPPort         Unsigned32,
    cfgSIPBindR14ProxyIPAddr           DisplayString,
    cfgSIPBindR14ProxyIPPort           Unsigned32,
    cfgSIPBindR14TransportProt         INTEGER,
    cfgSIPBindR14I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR14I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR14I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR14I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR14Trusted               INTEGER,
    cfgSIPBindR14UseStaticNATMapping   INTEGER,
    cfgSIPBindR14MaxCallAppearances    Unsigned32,
    cfgSIPBindR14AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR14ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR14ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR14DeactivnMode          INTEGER,
    cfgSIPBindR14LastCallFailCause     INTEGER,
    cfgSIPBindR14LastCallFailTimestamp Unsigned32,
    cfgSIPBindR14LastCallFailLogCorr   Counter64,
    cfgSIPBindR14DiagsLogLvl           INTEGER,
    cfgSIPBindR14DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR14DiagsAPITraceTag      DisplayString,
    cfgSIPBindR14ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR14ExportStatus          DisplayString,
    cfgSIPBindR14ExportFile            DisplayString,
    cfgSIPBindR14ExportCorr            Counter64,
    cfgSIPBindR14ExportCorrNode        DisplayString,
    cfgSIPBindR14ExportCorrUID         DisplayString,
    cfgSIPBindR14DoExtraActions        INTEGER,
    cfgSIPBindR14RowStatus             RowStatus,
    cfgSIPBindR14AdminStatus           AdminStatus,
    cfgSIPBindR14OperStatus            OperStatus,
    cfgSIPBindR14PollPeerDevice        INTEGER,
    cfgSIPBindR14PollingInterval       Unsigned32,
    cfgSIPBindR14AlrmState             INTEGER,
    cfgSIPBindR14AlrmLogCorr           Counter64,
    cfgSIPBindR14AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR14AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR14AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR14I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR14I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR14I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR14I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR14SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR14SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR14ActHopCnting          INTEGER,
    cfgSIPBindR14SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR14SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR14SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR14SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR14SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR14SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR14SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR14SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR14ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR14SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR14SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR14SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR14SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR14SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR14SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR14SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR14SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR14SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR14SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR14SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR14UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR14PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR14StatisticsAlrms       Integer32,
    cfgSIPBindR14I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR14I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR14I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR14I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR14ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR14CFSCtrlStatus         INTEGER,
    cfgSIPBindR14PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR14MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR14RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR14SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR14IPAddrMatchReqd       INTEGER,
    cfgSIPBindR14VirtualTrnkGpID       DisplayString,
    cfgSIPBindR14VirtualTrnkCxt        DisplayString,
    cfgSIPBindR14SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR14I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR14I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR14I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR14FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR14ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR14AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR14SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR14TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR14I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR14I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR14I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR14SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR14LearnsContactDetails  INTEGER,
    cfgSIPBindR14ContactURI            LongDisplayString,
    cfgSIPBindR14ContactName           LongDisplayString,
    cfgSIPBindR14ContactExpiryTime     Unsigned32,
    cfgSIPBindR14MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR14SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR14UseTrnkRtgTblsToMatchTGID
                                       INTEGER,
    cfgSIPBindR14SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR14SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR14SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR14ContactAddrScheme     INTEGER,
    cfgSIPBindR14ContactDomainName     DisplayString,
    cfgSIPBindR14ProxyAddrScheme       INTEGER,
    cfgSIPBindR14ProxyDomainName       DisplayString,
    cfgSIPBindR14PollCallPaths         INTEGER,
    cfgSIPBindR14SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR14AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR14AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR14PollServRoutes        INTEGER,
    cfgSIPBindR14ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR14SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR14SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR14SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR14SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR14ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR14ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR14ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR14TransparentHeaders    LongDisplayString,
    cfgSIPBindR14OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR14SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR14SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR14SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR14SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR14SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR14SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR14UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR14SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR14AutoRecovery          INTEGER,
    cfgSIPBindR14AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR14ExportIncASRepData    INTEGER,
    cfgSIPBindR14ExportChldObjectsToInc
                                       INTEGER
  }

  cfgSIPBindR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR14Entry  1 }

  cfgSIPBindR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR14Entry  2 }

  cfgSIPBindR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR14Entry  3 }

  cfgSIPBindR14BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR14Entry  4 }

  cfgSIPBindR14Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR14Entry  5 }

  cfgSIPBindR14CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR14Entry  6 }

  cfgSIPBindR14CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR14Entry  7 }

  cfgSIPBindR14CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR14Entry  8 }

  cfgSIPBindR14CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR14Entry  9 }

  cfgSIPBindR14CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR14Entry  10 }

  cfgSIPBindR14CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR14Entry  11 }

  cfgSIPBindR14Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR14Entry  12 }

  cfgSIPBindR14UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  13 }

  cfgSIPBindR14SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  14 }

  cfgSIPBindR14SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR14Entry  15 }

  cfgSIPBindR14SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR14Entry  16 }

  cfgSIPBindR14NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR14Entry  17 }

  cfgSIPBindR14ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR14Entry  18 }

  cfgSIPBindR14ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR14Entry  19 }

  cfgSIPBindR14ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR14Entry  20 }

  cfgSIPBindR14ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR14Entry  21 }

  cfgSIPBindR14ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR14Entry  22 }

  cfgSIPBindR14TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR14Entry  23 }

  cfgSIPBindR14I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR14Entry  24 }

  cfgSIPBindR14I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR14Entry  25 }

  cfgSIPBindR14I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR14Entry  26 }

  cfgSIPBindR14I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR14Entry  27 }

  cfgSIPBindR14Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  28 }

  cfgSIPBindR14UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  29 }

  cfgSIPBindR14MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR14Entry  30 }

  cfgSIPBindR14AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR14Entry  31 }

  cfgSIPBindR14ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR14Entry  32 }

  cfgSIPBindR14ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR14Entry  33 }

  cfgSIPBindR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR14Entry  34 }

  cfgSIPBindR14LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR14Entry  35 }

  cfgSIPBindR14LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR14Entry  36 }

  cfgSIPBindR14LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR14Entry  37 }

  cfgSIPBindR14DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR14Entry  38 }

  cfgSIPBindR14DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  39 }

  cfgSIPBindR14DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR14Entry  40 }

  cfgSIPBindR14ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR14Entry  41 }

  cfgSIPBindR14ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR14Entry  42 }

  cfgSIPBindR14ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR14Entry  43 }

  cfgSIPBindR14ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR14Entry  44 }

  cfgSIPBindR14ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR14Entry  45 }

  cfgSIPBindR14ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR14Entry  46 }

  cfgSIPBindR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR14Entry  47 }

  cfgSIPBindR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR14Entry  48 }

  cfgSIPBindR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR14Entry  49 }

  cfgSIPBindR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR14Entry  50 }

  cfgSIPBindR14PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  56 }

  cfgSIPBindR14PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR14Entry  57 }

  cfgSIPBindR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR14Entry  60 }

  cfgSIPBindR14AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR14Entry  61 }

  cfgSIPBindR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR14Entry  62 }

  cfgSIPBindR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR14Entry  63 }

  cfgSIPBindR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR14Entry  64 }

  cfgSIPBindR14I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR14Entry  65 }

  cfgSIPBindR14I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR14Entry  66 }

  cfgSIPBindR14I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR14Entry  67 }

  cfgSIPBindR14I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR14Entry  68 }

  cfgSIPBindR14SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR14Entry  69 }

  cfgSIPBindR14SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR14Entry  76 }

  cfgSIPBindR14SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  77 }

  cfgSIPBindR14SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  78 }

  cfgSIPBindR14ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  79 }

  cfgSIPBindR14SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  80 }

  cfgSIPBindR14SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR14Entry  81 }

  cfgSIPBindR14SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  82 }

  cfgSIPBindR14SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  83 }

  cfgSIPBindR14SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  84 }

  cfgSIPBindR14SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  85 }

  cfgSIPBindR14SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  86 }

  cfgSIPBindR14SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  87 }

  cfgSIPBindR14SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  88 }

  cfgSIPBindR14SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  89 }

  cfgSIPBindR14SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  90 }

  cfgSIPBindR14SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  91 }

  cfgSIPBindR14SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  92 }

  cfgSIPBindR14SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR14Entry  93 }

  cfgSIPBindR14SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR14Entry  94 }

  cfgSIPBindR14SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  101 }

  cfgSIPBindR14ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  102 }

  cfgSIPBindR14SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  103 }

  cfgSIPBindR14SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  104 }

  cfgSIPBindR14SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  105 }

  cfgSIPBindR14SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  106 }

  cfgSIPBindR14SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  107 }

  cfgSIPBindR14SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  108 }

  cfgSIPBindR14SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  109 }

  cfgSIPBindR14SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  110 }

  cfgSIPBindSDActR14SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  112 }

  cfgSIPBindSDDefR14SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR14Entry  113 }

  cfgSIPBindR14SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  114 }

  cfgSIPBindR14UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR14Entry  120 }

  cfgSIPBindR14PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR14Entry  121 }

  cfgSIPBindR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR14Entry  122 }

  cfgSIPBindR14I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR14Entry  123 }

  cfgSIPBindR14I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR14Entry  124 }

  cfgSIPBindR14I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR14Entry  125 }

  cfgSIPBindR14I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR14Entry  126 }

  cfgSIPBindR14ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR14Entry  127 }

  cfgSIPBindR14CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR14Entry  128 }

  cfgSIPBindR14PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  129 }

  cfgSIPBindR14MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR14Entry  130 }

  cfgSIPBindR14RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR14Entry  131 }

  cfgSIPBindR14SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  132 }

  cfgSIPBindR14IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  133 }

  cfgSIPBindR14VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR14Entry  134 }

  cfgSIPBindR14VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR14Entry  135 }

  cfgSIPBindR14SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  136 }

  cfgSIPBindR14I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR14Entry  137 }

  cfgSIPBindR14I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR14Entry  138 }

  cfgSIPBindR14I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR14Entry  139 }

  cfgSIPBindR14FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR14Entry  140 }

  cfgSIPBindR14ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR14Entry  141 }

  cfgSIPBindR14AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  142 }

  cfgSIPBindR14SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR14Entry  143 }

  cfgSIPBindR14TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR14Entry  144 }

  cfgSIPBindR14I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR14Entry  145 }

  cfgSIPBindR14I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR14Entry  146 }

  cfgSIPBindR14I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR14Entry  147 }

  cfgSIPBindR14SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR14Entry  148 }

  cfgSIPBindR14LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  149 }

  cfgSIPBindR14ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR14Entry  150 }

  cfgSIPBindR14ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR14Entry  151 }

  cfgSIPBindR14ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR14Entry  152 }

  cfgSIPBindR14MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR14Entry  153 }

  cfgSIPBindR14SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  154 }

  cfgSIPBindR14UseTrnkRtgTblsToMatchTGID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  155 }

  cfgSIPBindR14SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR14Entry  156 }

  cfgSIPBindR14SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR14Entry  157 }

  cfgSIPBindR14SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  158 }

  cfgSIPBindR14ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR14Entry  159 }

  cfgSIPBindR14ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR14Entry  160 }

  cfgSIPBindR14ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR14Entry  161 }

  cfgSIPBindR14ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR14Entry  162 }

  cfgSIPBindR14PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  163 }

  cfgSIPBindR14SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  164 }

  cfgSIPBindR14AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR14Entry  165 }

  cfgSIPBindR14AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR14Entry  166 }

  cfgSIPBindR14PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  167 }

  cfgSIPBindR14ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR14Entry  168 }

  cfgSIPBindR14SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR14Entry  169 }

  cfgSIPBindR14SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  170 }

  cfgSIPBindR14SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  171 }

  cfgSIPBindR14SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR14Entry  172 }

  cfgSIPBindR14ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR14Entry  173 }

  cfgSIPBindR14ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR14Entry  174 }

  cfgSIPBindR14ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR14Entry  175 }

  cfgSIPBindR14TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR14Entry  176 }

  cfgSIPBindR14OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR14Entry  177 }

  cfgSIPBindR14SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   bolivian(20),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   german(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR14Entry  178 }

  cfgSIPBindR14SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  179 }

  cfgSIPBindR14SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR14Entry  180 }

  cfgSIPBindR14SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR14Entry  181 }

  cfgSIPBindR14SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR14Entry  182 }

  cfgSIPBindR14SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR14Entry  183 }

  cfgSIPBindR14SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR14Entry  184 }

  cfgSIPBindR14SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR14Entry  185 }

  cfgSIPBindR14UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR14Entry  186 }

  cfgSIPBindR14SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR14Entry  187 }

  cfgSIPBindR14AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR14Entry  188 }

  cfgSIPBindR14AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR14Entry  189 }

  cfgSIPBindR14ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR14Entry  191 }

  cfgSIPBindR14ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR14Entry  199 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Services'                                              */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  classServsR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClassServsR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2113 }

  classServsR19Entry OBJECT-TYPE
    SYNTAX       ClassServsR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { classServsR19NEConn,
             classServsR19NetwkElement,
             classServsR19CFSIx }
    ::= {  classServsR19Table  1  }

  ClassServsR19Entry  ::=  SEQUENCE
  {
    classServsR19NEConn                Unsigned32,
    classServsR19NetwkElement          DisplayString,
    classServsR19CFSIx                 Unsigned32,
    classServsR19CFU                   INTEGER,
    classServsR19CFBL                  INTEGER,
    classServsR19CFDA                  INTEGER,
    classServsR19AR                    INTEGER,
    classServsR19LineHunting           INTEGER,
    classServsR19TWC                   INTEGER,
    classServsR19CW                    INTEGER,
    classServsR19CWWithCID             INTEGER,
    classServsR19ACR                   INTEGER,
    classServsR19CallTrace             INTEGER,
    classServsR19CIDPres               INTEGER,
    classServsR19SCF                   INTEGER,
    classServsR19CND                   INTEGER,
    classServsR19SCR                   INTEGER,
    classServsR19PriorityCall          INTEGER,
    classServsR19RemCall               INTEGER,
    classServsR19SPD                   INTEGER,
    classServsR19OCB                   INTEGER,
    classServsR19PINChange             INTEGER,
    classServsR19ClgNameDlvry          INTEGER,
    classServsR19AutoClback            INTEGER,
    classServsR19CSAlrmsAttnRq         Integer32,
    classServsR19CSAlrmEvtsAttnRq      Integer32,
    classServsR19CSAlrmsAtndDp         Integer32,
    classServsR19CSAlrmEvtsAtndDp      Integer32,
    classServsR19SummaryChldAlrmState  INTEGER,
    classServsR19CNDB                  INTEGER,
    classServsR19Voicemail             INTEGER,
    classServsR19RegRemCalls           INTEGER,
    classServsR19CallXfer              INTEGER,
    classServsR19CCW                   INTEGER,
    classServsR19102                   INTEGER,
    classServsR19108                   INTEGER,
    classServsR19AlrmState             INTEGER,
    classServsR19AlrmLogCorr           Counter64,
    classServsR19AlrmEvtsAtndDp        Unsigned32,
    classServsR19AlrmStateTimestamp    Unsigned32,
    classServsR19AlrmResetTimestamp    Unsigned32,
    classServsR19RACF                  INTEGER,
    classServsR19LastCIDErasure        INTEGER,
    classServsR19MandAccCodes          INTEGER,
    classServsR19ANITestServ           INTEGER,
    classServsR19HIC                   INTEGER,
    classServsR19CPU                   INTEGER,
    classServsR19DPUNoBargeIn          INTEGER,
    classServsR19OPX                   INTEGER,
    classServsR19TeenServ              INTEGER,
    classServsR19AppServerOrig         INTEGER,
    classServsR19AppServerTerm         INTEGER,
    classServsR19DoNotDist             INTEGER,
    classServsR19CallHold              INTEGER,
    classServsR19ClgIDDlvryOverIP      INTEGER,
    classServsR19TestLine100           INTEGER,
    classServsR19TestLine101           INTEGER,
    classServsR19TestLine105           INTEGER,
    classServsR19CallLists             INTEGER,
    classServsR19FMFM                  INTEGER,
    classServsR19OHDTrigger            INTEGER,
    classServsR19TATrigger             INTEGER,
    classServsR19LSM                   INTEGER,
    classServsR19WarmHotLine           INTEGER,
    classServsR19AppServerMOHServ      INTEGER,
    classServsR19CallPark              INTEGER,
    classServsR19ClgNameDlvryQueryHandling
                                       INTEGER,
    classServsR19SDPCommPortal         INTEGER,
    classServsR19CallServsConnectedNumDlvry
                                       INTEGER,
    classServsR19ConnectedLineIDPres   INTEGER,
    classServsR19ChldStatisticsAlrms   Integer32,
    classServsR19UnavailCF             INTEGER,
    classServsR19Variant               INTEGER,
    classServsR19LongDistanceAlert     INTEGER,
    classServsR19ConnectedNameDlvry    INTEGER,
    classServsR19TotChldAlrmsAttnRq    Unsigned32,
    classServsR19TotChldAlrmEvtsAttnRq Unsigned32,
    classServsR19TotChldAlrmsAtndDp    Unsigned32,
    classServsR19TotChldAlrmEvtsAtndDp Unsigned32,
    classServsR19BCM                   INTEGER
  }

  classServsR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { classServsR19Entry  1 }

  classServsR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { classServsR19Entry  2 }

  classServsR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { classServsR19Entry  3 }

  classServsR19CFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unconditional Call Forwarding'."
    ::= { classServsR19Entry  4 }

  classServsR19CFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding'."
    ::= { classServsR19Entry  5 }

  classServsR19CFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding'."
    ::= { classServsR19Entry  6 }

  classServsR19AR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall'."
    ::= { classServsR19Entry  7 }

  classServsR19LineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting'."
    ::= { classServsR19Entry  8 }

  classServsR19TWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling'."
    ::= { classServsR19Entry  9 }

  classServsR19CW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting'."
    ::= { classServsR19Entry  10 }

  classServsR19CWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting With Caller ID'."
    ::= { classServsR19Entry  11 }

  classServsR19ACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection'."
    ::= { classServsR19Entry  12 }

  classServsR19CallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace'."
    ::= { classServsR19Entry  13 }

  classServsR19CIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation'."
    ::= { classServsR19Entry  14 }

  classServsR19SCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding'."
    ::= { classServsR19Entry  15 }

  classServsR19CND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery'."
    ::= { classServsR19Entry  16 }

  classServsR19SCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection'."
    ::= { classServsR19Entry  17 }

  classServsR19PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call'."
    ::= { classServsR19Entry  18 }

  classServsR19RemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls'."
    ::= { classServsR19Entry  19 }

  classServsR19SPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling'."
    ::= { classServsR19Entry  20 }

  classServsR19OCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring'."
    ::= { classServsR19Entry  21 }

  classServsR19PINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change'."
    ::= { classServsR19Entry  22 }

  classServsR19ClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber'."
    ::= { classServsR19Entry  23 }

  classServsR19AutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback'."
    ::= { classServsR19Entry  24 }

  classServsR19CSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { classServsR19Entry  25 }

  classServsR19CSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR19Entry  26 }

  classServsR19CSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { classServsR19Entry  27 }

  classServsR19CSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR19Entry  28 }

  classServsR19SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { classServsR19Entry  29 }

  classServsR19CNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery Blocking'."
    ::= { classServsR19Entry  30 }

  classServsR19Voicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail'."
    ::= { classServsR19Entry  31 }

  classServsR19RegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls'."
    ::= { classServsR19Entry  32 }

  classServsR19CallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer'."
    ::= { classServsR19Entry  33 }

  classServsR19CCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting'."
    ::= { classServsR19Entry  34 }

  classServsR19102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102'."
    ::= { classServsR19Entry  35 }

  classServsR19108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108'."
    ::= { classServsR19Entry  36 }

  classServsR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { classServsR19Entry  37 }

  classServsR19AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { classServsR19Entry  38 }

  classServsR19AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR19Entry  39 }

  classServsR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { classServsR19Entry  40 }

  classServsR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { classServsR19Entry  41 }

  classServsR19RACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Access to Call Forwarding'."
    ::= { classServsR19Entry  42 }

  classServsR19LastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure'."
    ::= { classServsR19Entry  43 }

  classServsR19MandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes'."
    ::= { classServsR19Entry  45 }

  classServsR19ANITestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service'."
    ::= { classServsR19Entry  46 }

  classServsR19HIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom'."
    ::= { classServsR19Entry  47 }

  classServsR19CPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup'."
    ::= { classServsR19Entry  48 }

  classServsR19DPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directed Pickup (no barge-in)'."
    ::= { classServsR19Entry  49 }

  classServsR19OPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Premises Extension'."
    ::= { classServsR19Entry  50 }

  classServsR19TeenServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service'."
    ::= { classServsR19Entry  51 }

  classServsR19AppServerOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Originating Service'."
    ::= { classServsR19Entry  52 }

  classServsR19AppServerTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Terminating Service'."
    ::= { classServsR19Entry  53 }

  classServsR19DoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb'."
    ::= { classServsR19Entry  54 }

  classServsR19CallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold'."
    ::= { classServsR19Entry  55 }

  classServsR19ClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP'."
    ::= { classServsR19Entry  56 }

  classServsR19TestLine100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100'."
    ::= { classServsR19Entry  57 }

  classServsR19TestLine101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101'."
    ::= { classServsR19Entry  58 }

  classServsR19TestLine105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105'."
    ::= { classServsR19Entry  59 }

  classServsR19CallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists'."
    ::= { classServsR19Entry  60 }

  classServsR19FMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me'."
    ::= { classServsR19Entry  61 }

  classServsR19OHDTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Hook Delay Subscriber Trigger'."
    ::= { classServsR19Entry  63 }

  classServsR19TATrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination Attempt Trigger'."
    ::= { classServsR19Entry  64 }

  classServsR19LSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring'."
    ::= { classServsR19Entry  65 }

  classServsR19WarmHotLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line'."
    ::= { classServsR19Entry  66 }

  classServsR19AppServerMOHServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Music On Hold Service'."
    ::= { classServsR19Entry  67 }

  classServsR19CallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park'."
    ::= { classServsR19Entry  68 }

  classServsR19ClgNameDlvryQueryHandling OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling'."
    ::= { classServsR19Entry  69 }

  classServsR19SDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal'."
    ::= { classServsR19Entry  70 }

  classServsR19CallServsConnectedNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Number Delivery'."
    ::= { classServsR19Entry  71 }

  classServsR19ConnectedLineIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Line ID Presentation'."
    ::= { classServsR19Entry  72 }

  classServsR19ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { classServsR19Entry  73 }

  classServsR19UnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable Call Forwarding'."
    ::= { classServsR19Entry  74 }

  classServsR19Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordia(1),
                   eTSI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    DEFVAL       { telcordia }
    ::= { classServsR19Entry  75 }

  classServsR19LongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert'."
    ::= { classServsR19Entry  76 }

  classServsR19ConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery'."
    ::= { classServsR19Entry  77 }

  classServsR19TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { classServsR19Entry  78 }

  classServsR19TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { classServsR19Entry  79 }

  classServsR19TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { classServsR19Entry  80 }

  classServsR19TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { classServsR19Entry  81 }

  classServsR19BCM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Call Manager'."
    ::= { classServsR19Entry  82 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Web Services'                                        */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  webServicesR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF WebServicesR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2114 }

  webServicesR2Entry OBJECT-TYPE
    SYNTAX       WebServicesR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { webServicesR2NEConn,
             webServicesR2NetwkElement,
             webServicesR2CFSIx }
    ::= {  webServicesR2Table  1  }

  WebServicesR2Entry  ::=  SEQUENCE
  {
    webServicesR2NEConn                Unsigned32,
    webServicesR2NetwkElement          DisplayString,
    webServicesR2CFSIx                 Unsigned32,
    webServicesR2AlrmState             INTEGER,
    webServicesR2AlrmLogCorr           Counter64,
    webServicesR2AlrmEvtsAttnRq        Unsigned32,
    webServicesR2AlrmStateTimestamp    Unsigned32,
    webServicesR2AlrmResetTimestamp    Unsigned32,
    webServicesR2RowStatus             RowStatus,
    webServicesR2SupportSDPCommPortal  INTEGER,
    webServicesR2SupportBCM            INTEGER
  }

  webServicesR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { webServicesR2Entry  1 }

  webServicesR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { webServicesR2Entry  2 }

  webServicesR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { webServicesR2Entry  3 }

  webServicesR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { webServicesR2Entry  9 }

  webServicesR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { webServicesR2Entry  10 }

  webServicesR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { webServicesR2Entry  11 }

  webServicesR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { webServicesR2Entry  12 }

  webServicesR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { webServicesR2Entry  13 }

  webServicesR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { webServicesR2Entry  14 }

  webServicesR2SupportSDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal - support'."
    DEFVAL       { notDeployed }
    ::= { webServicesR2Entry  15 }

  webServicesR2SupportBCM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Call Manager - support'."
    DEFVAL       { notDeployed }
    ::= { webServicesR2Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profile'                                         */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  perProfR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profiles'."
    ::= { metaSwitch  2115 }

  perProfR12Entry OBJECT-TYPE
    SYNTAX       PerProfR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfR12NEConn,
             perProfR12NetwkElement,
             perProfR12CFSIx,
             perProfR12GpIx }
    ::= {  perProfR12Table  1  }

  PerProfR12Entry  ::=  SEQUENCE
  {
    perProfR12NEConn                   Unsigned32,
    perProfR12NetwkElement             DisplayString,
    perProfR12CFSIx                    Unsigned32,
    perProfR12GpIx                     Unsigned32,
    perProfR12PerProfName              DisplayString,
    perProfR12ValidSubTypes            BITS,
    perProfR12SDActCallLimitAlgorithm  INTEGER,
    perProfR12SDDefCallLimitAlgorithm  INTEGER,
    perProfR12SDUseDefCallLimitAlgorithm
                                       INTEGER,
    perProfR12SDActCallLimitVal        Unsigned32,
    perProfR12SDDefCallLimitVal        Unsigned32,
    perProfR12SDUseDefCallLimitVal     INTEGER,
    perProfR12SDActMaxCallAppearances  Unsigned32,
    perProfR12SDDefMaxCallAppearances  Unsigned32,
    perProfR12SDUseDefMaxCallAppearances
                                       INTEGER,
    perProfR12SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR12SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR12SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    perProfR12SDActLongDistanceCarr    DisplayString,
    perProfR12SDDefLongDistanceCarr    DisplayString,
    perProfR12SDUseDefLongDistanceCarr INTEGER,
    perProfR12SDActIntraLATACarr       DisplayString,
    perProfR12SDDefIntraLATACarr       DisplayString,
    perProfR12SDUseDefIntraLATACarr    INTEGER,
    perProfR12SDActIntnatlCarr         DisplayString,
    perProfR12SDDefIntnatlCarr         DisplayString,
    perProfR12SDUseDefIntnatlCarr      INTEGER,
    perProfR12SDActBillType            INTEGER,
    perProfR12SDDefBillType            INTEGER,
    perProfR12SDUseDefBillType         INTEGER,
    perProfR12SDActRtgAttrs            BITS,
    perProfR12SDDefRtgAttrs            BITS,
    perProfR12SDUseDefRtgAttrs         INTEGER,
    perProfR12SDActDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR12SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR12SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR12SDActTariffGp            INTEGER,
    perProfR12SDDefTariffGp            INTEGER,
    perProfR12SDUseDefTariffGp         INTEGER,
    perProfR12SDActForceLNPLookup      INTEGER,
    perProfR12SDDefForceLNPLookup      INTEGER,
    perProfR12SDUseDefForceLNPLookup   INTEGER,
    perProfR12SDActTimezone            INTEGER,
    perProfR12SDDefTimezone            INTEGER,
    perProfR12SDUseDefTimezone         INTEGER,
    perProfR12SDActAdjustDaylightSavings
                                       INTEGER,
    perProfR12SDDefAdjustDaylightSavings
                                       INTEGER,
    perProfR12SDUseDefAdjustDaylightSavings
                                       INTEGER,
    perProfR12SDActLCC1                INTEGER,
    perProfR12SDDefLCC1                INTEGER,
    perProfR12SDUseDefLCC1             INTEGER,
    perProfR12SDActLCC2                INTEGER,
    perProfR12SDDefLCC2                INTEGER,
    perProfR12SDUseDefLCC2             INTEGER,
    perProfR12SDActLCC3                INTEGER,
    perProfR12SDDefLCC3                INTEGER,
    perProfR12SDUseDefLCC3             INTEGER,
    perProfR12SDActLCC4                INTEGER,
    perProfR12SDDefLCC4                INTEGER,
    perProfR12SDUseDefLCC4             INTEGER,
    perProfR12SDActLCC5                INTEGER,
    perProfR12SDDefLCC5                INTEGER,
    perProfR12SDUseDefLCC5             INTEGER,
    perProfR12ChldCallServAlrmsAttnRq  Unsigned32,
    perProfR12ChldCllSrvAlrmEvtsAttnRq Unsigned32,
    perProfR12ChldCallServAlrmsAtndDp  Unsigned32,
    perProfR12ChldCllSrvAlrmEvtsAtndDp Unsigned32,
    perProfR12SummaryChldAlrmState     INTEGER,
    perProfR12ExportNumObjectsExported Integer32,
    perProfR12ExportStatus             DisplayString,
    perProfR12ExportFile               DisplayString,
    perProfR12ExportCorr               Counter64,
    perProfR12ExportCorrNode           DisplayString,
    perProfR12ExportCorrUID            DisplayString,
    perProfR12DoExtraActions           INTEGER,
    perProfR12RowStatus                RowStatus,
    perProfR12SynchronizationInProgress
                                       INTEGER,
    perProfR12SDActClgNumScreening     INTEGER,
    perProfR12SDDefClgNumScreening     INTEGER,
    perProfR12SDUseDefClgNumScreening  INTEGER,
    perProfR12SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR12SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR12SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR12SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR12SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR12SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR12SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR12SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR12SDActLCC6                INTEGER,
    perProfR12SDDefLCC6                INTEGER,
    perProfR12SDUseDefLCC6             INTEGER,
    perProfR12SDActLCC7                INTEGER,
    perProfR12SDDefLCC7                INTEGER,
    perProfR12SDUseDefLCC7             INTEGER,
    perProfR12SDActLCC8                INTEGER,
    perProfR12SDDefLCC8                INTEGER,
    perProfR12SDUseDefLCC8             INTEGER,
    perProfR12SDActLCC9                INTEGER,
    perProfR12SDDefLCC9                INTEGER,
    perProfR12SDUseDefLCC9             INTEGER,
    perProfR12SDActLCC10               INTEGER,
    perProfR12SDDefLCC10               INTEGER,
    perProfR12SDUseDefLCC10            INTEGER,
    perProfR12SDActLCC11               INTEGER,
    perProfR12SDDefLCC11               INTEGER,
    perProfR12SDUseDefLCC11            INTEGER,
    perProfR12SDActLCC12               INTEGER,
    perProfR12SDDefLCC12               INTEGER,
    perProfR12SDUseDefLCC12            INTEGER,
    perProfR12SDActLCC13               INTEGER,
    perProfR12SDDefLCC13               INTEGER,
    perProfR12SDUseDefLCC13            INTEGER,
    perProfR12SDActLCC14               INTEGER,
    perProfR12SDDefLCC14               INTEGER,
    perProfR12SDUseDefLCC14            INTEGER,
    perProfR12SDActLCC15               INTEGER,
    perProfR12SDDefLCC15               INTEGER,
    perProfR12SDUseDefLCC15            INTEGER,
    perProfR12SDActLCC16               INTEGER,
    perProfR12SDDefLCC16               INTEGER,
    perProfR12SDUseDefLCC16            INTEGER,
    perProfR12SDActLCC17               INTEGER,
    perProfR12SDDefLCC17               INTEGER,
    perProfR12SDUseDefLCC17            INTEGER,
    perProfR12SDActLCC18               INTEGER,
    perProfR12SDDefLCC18               INTEGER,
    perProfR12SDUseDefLCC18            INTEGER,
    perProfR12SDActLCC19               INTEGER,
    perProfR12SDDefLCC19               INTEGER,
    perProfR12SDUseDefLCC19            INTEGER,
    perProfR12SDActLCC20               INTEGER,
    perProfR12SDDefLCC20               INTEGER,
    perProfR12SDUseDefLCC20            INTEGER,
    perProfSDActR12SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfSDDefR12SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfR12SDUseDefSubMediaGatewayModel
                                       INTEGER,
    perProfR12SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR12SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR12SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR12SDActMaxSimulRegistrations
                                       INTEGER,
    perProfR12SDDefMaxSimulRegistrations
                                       INTEGER,
    perProfR12SDUseDefMaxSimulRegistrations
                                       INTEGER,
    perProfR12SDActAdvChrgAOCD         INTEGER,
    perProfR12SDDefAdvChrgAOCD         INTEGER,
    perProfR12SDUseDefAdvChrgAOCD      INTEGER,
    perProfR12SDActAdvChrgAOCE         INTEGER,
    perProfR12SDDefAdvChrgAOCE         INTEGER,
    perProfR12SDUseDefAdvChrgAOCE      INTEGER,
    perProfR12SDActBusGpCallLogsEnabled
                                       INTEGER,
    perProfR12SDDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR12SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR12SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR12SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR12SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR12SDActSubTimezone         LongDisplayString,
    perProfR12SDDefSubTimezone         LongDisplayString,
    perProfR12SDUseDefSubTimezone      INTEGER,
    perProfR12SDActChargeInd           INTEGER,
    perProfR12SDDefChargeInd           INTEGER,
    perProfR12SDUseDefChargeInd        INTEGER,
    perProfR12SDActSubClgCategory      INTEGER,
    perProfR12SDDefSubClgCategory      INTEGER,
    perProfR12SDUseDefSubClgCategory   INTEGER,
    perProfR12SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR12SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR12SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR12SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR12SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR12SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR12SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR12SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR12SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR12NumRefgSubs              Unsigned32,
    perProfR12ProfIsReferencedBySubs   INTEGER,
    perProfR12TotChldAlrmsAttnRq       Unsigned32,
    perProfR12TotChldAlrmEvtsAttnRq    Unsigned32,
    perProfR12TotChldAlrmsAtndDp       Unsigned32,
    perProfR12TotChldAlrmEvtsAtndDp    Unsigned32,
    perProfR12SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR12SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR12SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR12SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR12SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR12SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR12SDActAccessionClientOnly INTEGER,
    perProfR12SDDefAccessionClientOnly INTEGER,
    perProfR12SDUseDefAccessionClientOnly
                                       INTEGER,
    perProfR12ExportIncASRepData       INTEGER,
    perProfR12ExportChldObjectsToInc   INTEGER
  }

  perProfR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfR12Entry  1 }

  perProfR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfR12Entry  2 }

  perProfR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfR12Entry  3 }

  perProfR12GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfR12Entry  4 }

  perProfR12PerProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { perProfR12Entry  5 }

  perProfR12ValidSubTypes OBJECT-TYPE
    SYNTAX       BITS {
                   individualLine(0),
                   pBX(1),
                   businessGroup(2),
                   businessGroupLine(3),
                   multipleAppearanceDirectoryNumber(4),
                   mLHGPilotDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid subscriber types'."
    DEFVAL       { {individualLine, pBX, businessGroup, businessGroupLine, multipleAppearanceDirectoryNumber, mLHGPilotDN} }
    ::= { perProfR12Entry  6 }

  perProfR12SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  7 }

  perProfR12SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  8 }

  perProfR12SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  9 }

  perProfR12SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  10 }

  perProfR12SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  11 }

  perProfR12SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  12 }

  perProfR12SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  13 }

  perProfR12SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  14 }

  perProfR12SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  15 }

  perProfR12SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  16 }

  perProfR12SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  17 }

  perProfR12SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  18 }

  perProfR12SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  19 }

  perProfR12SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  20 }

  perProfR12SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  21 }

  perProfR12SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  22 }

  perProfR12SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  23 }

  perProfR12SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  24 }

  perProfR12SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  25 }

  perProfR12SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  26 }

  perProfR12SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  27 }

  perProfR12SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  28 }

  perProfR12SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  29 }

  perProfR12SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  30 }

  perProfR12SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  31 }

  perProfR12SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  32 }

  perProfR12SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  33 }

  perProfR12SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  34 }

  perProfR12SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  35 }

  perProfR12SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  36 }

  perProfR12SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  40 }

  perProfR12SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  41 }

  perProfR12SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  42 }

  perProfR12SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  43 }

  perProfR12SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  44 }

  perProfR12SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  45 }

  perProfR12SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  46 }

  perProfR12SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  47 }

  perProfR12SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  48 }

  perProfR12SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  49 }

  perProfR12SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  50 }

  perProfR12SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  51 }

  perProfR12SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  52 }

  perProfR12SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  53 }

  perProfR12SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  54 }

  perProfR12SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  55 }

  perProfR12SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  56 }

  perProfR12SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  57 }

  perProfR12SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  58 }

  perProfR12SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  59 }

  perProfR12SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  60 }

  perProfR12SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  61 }

  perProfR12SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  62 }

  perProfR12SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  63 }

  perProfR12SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  64 }

  perProfR12SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  65 }

  perProfR12SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  66 }

  perProfR12ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { perProfR12Entry  67 }

  perProfR12ChldCllSrvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR12Entry  68 }

  perProfR12ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { perProfR12Entry  69 }

  perProfR12ChldCllSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR12Entry  70 }

  perProfR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfR12Entry  71 }

  perProfR12ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfR12Entry  72 }

  perProfR12ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfR12Entry  73 }

  perProfR12ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfR12Entry  74 }

  perProfR12ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfR12Entry  75 }

  perProfR12ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfR12Entry  76 }

  perProfR12ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfR12Entry  77 }

  perProfR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   managePhoneProfiles(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfR12Entry  78 }

  perProfR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfR12Entry  79 }

  perProfR12SynchronizationInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization of subscribers in progress'."
    ::= { perProfR12Entry  80 }

  perProfR12SDActClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  81 }

  perProfR12SDDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  82 }

  perProfR12SDUseDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  83 }

  perProfR12SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  84 }

  perProfR12SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  85 }

  perProfR12SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  86 }

  perProfR12SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  87 }

  perProfR12SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  88 }

  perProfR12SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  89 }

  perProfR12SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  90 }

  perProfR12SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  91 }

  perProfR12SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  95 }

  perProfR12SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  96 }

  perProfR12SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  97 }

  perProfR12SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  98 }

  perProfR12SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  99 }

  perProfR12SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  100 }

  perProfR12SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  101 }

  perProfR12SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  102 }

  perProfR12SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  103 }

  perProfR12SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  104 }

  perProfR12SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  105 }

  perProfR12SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  106 }

  perProfR12SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  107 }

  perProfR12SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  108 }

  perProfR12SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  109 }

  perProfR12SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  110 }

  perProfR12SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  111 }

  perProfR12SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  112 }

  perProfR12SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  113 }

  perProfR12SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  114 }

  perProfR12SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  115 }

  perProfR12SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  116 }

  perProfR12SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  117 }

  perProfR12SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  118 }

  perProfR12SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  119 }

  perProfR12SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  120 }

  perProfR12SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  121 }

  perProfR12SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  122 }

  perProfR12SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  123 }

  perProfR12SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  124 }

  perProfR12SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  125 }

  perProfR12SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  126 }

  perProfR12SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  127 }

  perProfR12SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  128 }

  perProfR12SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  129 }

  perProfR12SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  130 }

  perProfR12SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  131 }

  perProfR12SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  132 }

  perProfR12SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  133 }

  perProfR12SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  134 }

  perProfR12SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  135 }

  perProfR12SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  136 }

  perProfR12SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  137 }

  perProfR12SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  138 }

  perProfR12SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  139 }

  perProfSDActR12SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  140 }

  perProfSDDefR12SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR12Entry  141 }

  perProfR12SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  142 }

  perProfR12SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  148 }

  perProfR12SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  149 }

  perProfR12SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  150 }

  perProfR12SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  151 }

  perProfR12SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  152 }

  perProfR12SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  153 }

  perProfR12SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  154 }

  perProfR12SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  155 }

  perProfR12SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  156 }

  perProfR12SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  157 }

  perProfR12SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  158 }

  perProfR12SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  159 }

  perProfR12SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  160 }

  perProfR12SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  161 }

  perProfR12SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  162 }

  perProfR12SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  163 }

  perProfR12SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  164 }

  perProfR12SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  165 }

  perProfR12SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  166 }

  perProfR12SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  167 }

  perProfR12SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  168 }

  perProfR12SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  169 }

  perProfR12SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  170 }

  perProfR12SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  171 }

  perProfR12SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  172 }

  perProfR12SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  173 }

  perProfR12SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  174 }

  perProfR12SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  175 }

  perProfR12SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  176 }

  perProfR12SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  177 }

  perProfR12SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  178 }

  perProfR12SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  179 }

  perProfR12SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  180 }

  perProfR12SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  181 }

  perProfR12SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  182 }

  perProfR12SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  183 }

  perProfR12NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { perProfR12Entry  184 }

  perProfR12ProfIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Profile is referenced by subscribers'."
    ::= { perProfR12Entry  185 }

  perProfR12TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfR12Entry  186 }

  perProfR12TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfR12Entry  187 }

  perProfR12TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfR12Entry  188 }

  perProfR12TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfR12Entry  189 }

  perProfR12SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  190 }

  perProfR12SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  191 }

  perProfR12SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  192 }

  perProfR12SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  193 }

  perProfR12SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  194 }

  perProfR12SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  195 }

  perProfR12SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  196 }

  perProfR12SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR12Entry  197 }

  perProfR12SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR12Entry  198 }

  perProfR12ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfR12Entry  202 }

  perProfR12ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfR12Entry  212 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Outgoing Call Services'                             */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  perProfOutR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2116 }

  perProfOutR8Entry OBJECT-TYPE
    SYNTAX       PerProfOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfOutR8NEConn,
             perProfOutR8NetwkElement,
             perProfOutR8CFSIx,
             perProfOutR8GpIx }
    ::= {  perProfOutR8Table  1  }

  PerProfOutR8Entry  ::=  SEQUENCE
  {
    perProfOutR8NEConn                 Unsigned32,
    perProfOutR8NetwkElement           DisplayString,
    perProfOutR8CFSIx                  Unsigned32,
    perProfOutR8GpIx                   Unsigned32,
    perProfOutR8SDActSPDSubscribed     INTEGER,
    perProfOutR8SDDefSPDSubscribed     INTEGER,
    perProfOutR8SDUseDefSPDSubscribed  INTEGER,
    perProfOutR8SDActSPDAllowedTypes   INTEGER,
    perProfOutR8SDDefSPDAllowedTypes   INTEGER,
    perProfOutR8SDUseDefSPDAllowedTypes
                                       INTEGER,
    perProfOutR8SDActAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR8SDDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR8SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR8SDActOCBSubscribed     INTEGER,
    perProfOutR8SDDefOCBSubscribed     INTEGER,
    perProfOutR8SDUseDefOCBSubscribed  INTEGER,
    perProfOutR8SDActOCBUSB            INTEGER,
    perProfOutR8SDDefOCBUSB            INTEGER,
    perProfOutR8SDUseDefOCBUSB         INTEGER,
    perProfOutR8SDActOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR8SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR8SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    perProfOutR8SDActMACSubscribed     INTEGER,
    perProfOutR8SDDefMACSubscribed     INTEGER,
    perProfOutR8SDUseDefMACSubscribed  INTEGER,
    perProfOutR8SDActMandAccCodesVariant
                                       INTEGER,
    perProfOutR8SDDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR8SDUseDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR8SDActUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR8SDDefUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR8SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR8SDActUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR8SDDefUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR8SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR8SDActMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR8SDDefMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR8SDUseDefMndAccCodesCodeLen
                                       INTEGER,
    perProfOutR8SDActMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR8SDDefMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR8SDUseDefMACMaxIncorrectCodeAttempts
                                       INTEGER,
    perProfOutR8SDActUSMACCallTypes2   BITS,
    perProfOutR8SDDefUSMACCallTypes2   BITS,
    perProfOutR8SDUseDefUSMACCallTypes2
                                       INTEGER,
    perProfOutR8SDActWHLSubscribed     INTEGER,
    perProfOutR8SDDefWHLSubscribed     INTEGER,
    perProfOutR8SDUseDefWHLSubscribed  INTEGER,
    perProfOutR8SDActWHLServLvl        INTEGER,
    perProfOutR8SDDefWHLServLvl        INTEGER,
    perProfOutR8SDUseDefWHLServLvl     INTEGER,
    perProfOutR8SDActWHLTimeout        Unsigned32,
    perProfOutR8SDDefWHLTimeout        Unsigned32,
    perProfOutR8SDUseDefWHLTimeout     INTEGER,
    perProfOutR8SDActOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR8SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR8SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    perProfOutR8SDActMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR8SDDefMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR8SDUseDefMACPerCallMaxIncorrectCodeAttempts
                                       INTEGER,
    perProfOutR8SDActOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR8SDDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR8SDUseDefOCBExemptBusGpCallsFromOCB
                                       INTEGER
  }

  perProfOutR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfOutR8Entry  1 }

  perProfOutR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfOutR8Entry  2 }

  perProfOutR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfOutR8Entry  3 }

  perProfOutR8GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfOutR8Entry  4 }

  perProfOutR8SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  5 }

  perProfOutR8SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  6 }

  perProfOutR8SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  7 }

  perProfOutR8SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  8 }

  perProfOutR8SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  9 }

  perProfOutR8SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  10 }

  perProfOutR8SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  11 }

  perProfOutR8SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  12 }

  perProfOutR8SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  13 }

  perProfOutR8SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  14 }

  perProfOutR8SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  15 }

  perProfOutR8SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  16 }

  perProfOutR8SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  17 }

  perProfOutR8SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  18 }

  perProfOutR8SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  19 }

  perProfOutR8SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  20 }

  perProfOutR8SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  21 }

  perProfOutR8SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  22 }

  perProfOutR8SDActMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  23 }

  perProfOutR8SDDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  24 }

  perProfOutR8SDUseDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  25 }

  perProfOutR8SDActMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  26 }

  perProfOutR8SDDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  27 }

  perProfOutR8SDUseDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  28 }

  perProfOutR8SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  29 }

  perProfOutR8SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  30 }

  perProfOutR8SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  31 }

  perProfOutR8SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  32 }

  perProfOutR8SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  33 }

  perProfOutR8SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  34 }

  perProfOutR8SDActMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  35 }

  perProfOutR8SDDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  36 }

  perProfOutR8SDUseDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  37 }

  perProfOutR8SDActMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  38 }

  perProfOutR8SDDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  39 }

  perProfOutR8SDUseDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  40 }

  perProfOutR8SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  41 }

  perProfOutR8SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  42 }

  perProfOutR8SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  43 }

  perProfOutR8SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  44 }

  perProfOutR8SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  45 }

  perProfOutR8SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  46 }

  perProfOutR8SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  47 }

  perProfOutR8SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  48 }

  perProfOutR8SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  49 }

  perProfOutR8SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  50 }

  perProfOutR8SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  51 }

  perProfOutR8SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  52 }

  perProfOutR8SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  62 }

  perProfOutR8SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  63 }

  perProfOutR8SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  64 }

  perProfOutR8SDActMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  65 }

  perProfOutR8SDDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  66 }

  perProfOutR8SDUseDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  67 }

  perProfOutR8SDActOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  68 }

  perProfOutR8SDDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR8Entry  69 }

  perProfOutR8SDUseDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR8Entry  70 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Web Services'                                       */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  perProfWebR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfWebR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2117 }

  perProfWebR2Entry OBJECT-TYPE
    SYNTAX       PerProfWebR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfWebR2NEConn,
             perProfWebR2NetwkElement,
             perProfWebR2CFSIx,
             perProfWebR2GpIx }
    ::= {  perProfWebR2Table  1  }

  PerProfWebR2Entry  ::=  SEQUENCE
  {
    perProfWebR2NEConn                 Unsigned32,
    perProfWebR2NetwkElement           DisplayString,
    perProfWebR2CFSIx                  Unsigned32,
    perProfWebR2GpIx                   Unsigned32,
    perProfWebR2SDActBusGpAdminAccountType
                                       INTEGER,
    perProfWebR2SDDefBusGpAdminAccountType
                                       INTEGER,
    perProfWebR2SDUseDefBusGpAdminAccountType
                                       INTEGER,
    perProfWebR2DoExtraActions         INTEGER,
    perProfWebR2SDActBCMSubscrd        INTEGER,
    perProfWebR2SDDefBCMSubscrd        INTEGER,
    perProfWebR2SDUseDefBCMSubscrd     INTEGER
  }

  perProfWebR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfWebR2Entry  1 }

  perProfWebR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfWebR2Entry  2 }

  perProfWebR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfWebR2Entry  3 }

  perProfWebR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfWebR2Entry  4 }

  perProfWebR2SDActBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfWebR2Entry  5 }

  perProfWebR2SDDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfWebR2Entry  6 }

  perProfWebR2SDUseDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfWebR2Entry  7 }

  perProfWebR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfWebR2Entry  20 }

  perProfWebR2SDActBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfWebR2Entry  21 }

  perProfWebR2SDDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfWebR2Entry  22 }

  perProfWebR2SDUseDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfWebR2Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  indLineR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2118 }

  indLineR22Entry OBJECT-TYPE
    SYNTAX       IndLineR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR22NEConn,
             indLineR22NetwkElement,
             indLineR22CFSIx,
             indLineR22DirNum }
    ::= {  indLineR22Table  1  }

  IndLineR22Entry  ::=  SEQUENCE
  {
    indLineR22NEConn                   Unsigned32,
    indLineR22NetwkElement             DisplayString,
    indLineR22CFSIx                    Unsigned32,
    indLineR22DirNum                   DisplayString,
    indLineR22PresNum                  DisplayString,
    indLineR22ClgPartyNum              DisplayString,
    indLineR22I1SubGpNEConn            Unsigned32,
    indLineR22I2SubGpNetwkElement      DisplayString,
    indLineR22I3SubGpCFSIx             Unsigned32,
    indLineR22I4SubGpSubGpIx           Unsigned32,
    indLineR22NumStatus                INTEGER,
    indLineR22T1I1AccDevNEConn         Unsigned32,
    indLineR22T1I2AccDevNetwkElement   DisplayString,
    indLineR22T1I3AccDevCFSIx          Unsigned32,
    indLineR22T1I4AccDevGatewayIx      Unsigned32,
    indLineR22T1I5AccDevDeviceIx       Unsigned32,
    indLineR22T2I1AccDevNEConn         Unsigned32,
    indLineR22T2I2AccDevNetwkElement   DisplayString,
    indLineR22T2I3AccDevCFSIx          Unsigned32,
    indLineR22T2I4AccDevGatewayIx      Unsigned32,
    indLineR22T2I5AccDevDeviceIx       Unsigned32,
    indLineR22AccessLineNum            Unsigned32,
    indLineR22PortedExchangeID         DisplayString,
    indLineR22SignalFunctionCode       INTEGER,
    indLineR22LineUsage                INTEGER,
    indLineR22FSKFormat                INTEGER,
    indLineR22PIN                      DisplayString,
    indLineR22Locale                   INTEGER,
    indLineR22LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR22DigitMaskingReqd         INTEGER,
    indLineR22OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR22OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR22OrigingFacilityMarksADC  INTEGER,
    indLineR22TermFacilityMarksServInterception
                                       INTEGER,
    indLineR22TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR22ActYear                  Unsigned32,
    indLineR22ActMonth                 Unsigned32,
    indLineR22ActDate                  Unsigned32,
    indLineR22LastInCallClgType        INTEGER,
    indLineR22LastInCallUniqueNum      INTEGER,
    indLineR22LastInCallClgNum         DisplayString,
    indLineR22LastInCallClgPresNum     DisplayString,
    indLineR22LastInCallTimeCall       Unsigned32,
    indLineR22LastInCallCallerWaited   INTEGER,
    indLineR22LastInCallCallAnswrd     INTEGER,
    indLineR22LastInCallCallTraced     INTEGER,
    indLineR22AlrmState                INTEGER,
    indLineR22AlrmLogCorr              Counter64,
    indLineR22AddtlAlrmLogCorr         Counter64,
    indLineR22AlrmEvtsAttnRq           Unsigned32,
    indLineR22AlrmEvtsAtndDp           Unsigned32,
    indLineR22AlrmStateTimestamp       Unsigned32,
    indLineR22ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR22ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR22ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR22ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR22DiagsLogLvl              INTEGER,
    indLineR22DiagsAPITraceEnabled     INTEGER,
    indLineR22DiagsAPITraceTag         DisplayString,
    indLineR22DiagsAPITraceRemNum      DisplayString,
    indLineR22SummaryChldAlrmState     INTEGER,
    indLineR22RowStatus                RowStatus,
    indLineR22ExportNumObjectsExported Integer32,
    indLineR22ExportStatus             DisplayString,
    indLineR22ExportFile               DisplayString,
    indLineR22ExportCorr               Counter64,
    indLineR22ExportCorrNode           DisplayString,
    indLineR22ExportCorrUID            DisplayString,
    indLineR22DoExtraActions           INTEGER,
    indLineR22MovedToDirNum            DisplayString,
    indLineR22CustInfo                 DisplayString,
    indLineR22SigType                  INTEGER,
    indLineR22I1ISDNInterfaceNEConn    Unsigned32,
    indLineR22I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR22I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR22I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR22I5ISDNInterfacePRIIx     Unsigned32,
    indLineR22ISDNDefBearerCapabilities
                                       BITS,
    indLineR22DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR22SIPUserName              DisplayString,
    indLineR22SIPDomainName            DisplayString,
    indLineR22UseStaticNATMapping      INTEGER,
    indLineR22SIPRegistrationStatus    INTEGER,
    indLineR22SIPAuthenticationReqd    INTEGER,
    indLineR22NewSIPPassword           DisplayString,
    indLineR22ConfirmNewSIPPassword    DisplayString,
    indLineR22ServSuspended            INTEGER,
    indLineR22GR303NailedUpConn        INTEGER,
    indLineR22TSL                      INTEGER,
    indLineR22CustInfo2                DisplayString,
    indLineR22CustInfo3                DisplayString,
    indLineR22CustInfo4                DisplayString,
    indLineR22CustInfo5                DisplayString,
    indLineR22CustInfo6                DisplayString,
    indLineR22PrimaryLineDirNum        DisplayString,
    indLineR22RingPattnRO              INTEGER,
    indLineR22RecentlyMovedFromOldNum  INTEGER,
    indLineR22MovedFromDirNum          DisplayString,
    indLineR22ConnectCallAfterAnnounce INTEGER,
    indLineR22ChargeNum                DisplayString,
    indLineR22I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR22I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR22I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR22I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR22PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR22GR303DialType            INTEGER,
    indLineR22LastOutCallCldType       INTEGER,
    indLineR22LastOutCallCldNum        DisplayString,
    indLineR22LastOutCallNumPres       INTEGER,
    indLineR22LastOutCallCallType      INTEGER,
    indLineR22LastOutCallDirectDialed  INTEGER,
    indLineR22LastOutCallCarr          DisplayString,
    indLineR22I1PerProfNEConn          Unsigned32,
    indLineR22I2PerProfNetwkElement    DisplayString,
    indLineR22I3PerProfCFSIx           Unsigned32,
    indLineR22I4PerProfGpIx            Unsigned32,
    indLineR22InUseBy                  INTEGER,
    indLineR22UseDNIdentification      INTEGER,
    indLineR22SDActTimezone            INTEGER,
    indLineR22SDDefTimezone            INTEGER,
    indLineR22SDUseDefTimezone         INTEGER,
    indLineR22SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR22SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR22SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR22SDActMaxCallAppearances  Unsigned32,
    indLineR22SDDefMaxCallAppearances  Unsigned32,
    indLineR22SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR22SDActLongDistanceCarr    DisplayString,
    indLineR22SDDefLongDistanceCarr    DisplayString,
    indLineR22SDUseDefLongDistanceCarr INTEGER,
    indLineR22SDActIntraLATACarr       DisplayString,
    indLineR22SDDefIntraLATACarr       DisplayString,
    indLineR22SDUseDefIntraLATACarr    INTEGER,
    indLineR22SDActRtgAttrs            BITS,
    indLineR22SDDefRtgAttrs            BITS,
    indLineR22SDUseDefRtgAttrs         INTEGER,
    indLineR22SDActBillType            INTEGER,
    indLineR22SDDefBillType            INTEGER,
    indLineR22SDUseDefBillType         INTEGER,
    indLineR22SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR22SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR22SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR22SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR22SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR22SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR22SDActTariffGp            INTEGER,
    indLineR22SDDefTariffGp            INTEGER,
    indLineR22SDUseDefTariffGp         INTEGER,
    indLineR22SDActLCC1                INTEGER,
    indLineR22SDDefLCC1                INTEGER,
    indLineR22SDUseDefLCC1             INTEGER,
    indLineR22SDActLCC2                INTEGER,
    indLineR22SDDefLCC2                INTEGER,
    indLineR22SDUseDefLCC2             INTEGER,
    indLineR22SDActLCC3                INTEGER,
    indLineR22SDDefLCC3                INTEGER,
    indLineR22SDUseDefLCC3             INTEGER,
    indLineR22SDActLCC4                INTEGER,
    indLineR22SDDefLCC4                INTEGER,
    indLineR22SDUseDefLCC4             INTEGER,
    indLineR22SDActLCC5                INTEGER,
    indLineR22SDDefLCC5                INTEGER,
    indLineR22SDUseDefLCC5             INTEGER,
    indLineR22SDActForceLNPLookup      INTEGER,
    indLineR22SDDefForceLNPLookup      INTEGER,
    indLineR22SDUseDefForceLNPLookup   INTEGER,
    indLineR22SDActIntnatlCarr         DisplayString,
    indLineR22SDDefIntnatlCarr         DisplayString,
    indLineR22SDUseDefIntnatlCarr      INTEGER,
    indLineR22LineTrafficStudy         INTEGER,
    indLineR22CallListsMissedCalls     LongDisplayString,
    indLineR22CallListsAnswrdCalls     LongDisplayString,
    indLineR22CallListsDialedCalls     LongDisplayString,
    indLineR22EnabledDate              Unsigned32,
    indLineR22SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR22SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR22SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR22SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR22SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR22SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR22SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR22SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR22SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR22SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR22SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR22SDActLCC6                INTEGER,
    indLineR22SDDefLCC6                INTEGER,
    indLineR22SDUseDefLCC6             INTEGER,
    indLineR22SDActLCC7                INTEGER,
    indLineR22SDDefLCC7                INTEGER,
    indLineR22SDUseDefLCC7             INTEGER,
    indLineR22SDActLCC8                INTEGER,
    indLineR22SDDefLCC8                INTEGER,
    indLineR22SDUseDefLCC8             INTEGER,
    indLineR22SDActLCC9                INTEGER,
    indLineR22SDDefLCC9                INTEGER,
    indLineR22SDUseDefLCC9             INTEGER,
    indLineR22SDActLCC10               INTEGER,
    indLineR22SDDefLCC10               INTEGER,
    indLineR22SDUseDefLCC10            INTEGER,
    indLineR22SDActLCC11               INTEGER,
    indLineR22SDDefLCC11               INTEGER,
    indLineR22SDUseDefLCC11            INTEGER,
    indLineR22SDActLCC12               INTEGER,
    indLineR22SDDefLCC12               INTEGER,
    indLineR22SDUseDefLCC12            INTEGER,
    indLineR22SDActLCC13               INTEGER,
    indLineR22SDDefLCC13               INTEGER,
    indLineR22SDUseDefLCC13            INTEGER,
    indLineR22SDActLCC14               INTEGER,
    indLineR22SDDefLCC14               INTEGER,
    indLineR22SDUseDefLCC14            INTEGER,
    indLineR22SDActLCC15               INTEGER,
    indLineR22SDDefLCC15               INTEGER,
    indLineR22SDUseDefLCC15            INTEGER,
    indLineR22SDActLCC16               INTEGER,
    indLineR22SDDefLCC16               INTEGER,
    indLineR22SDUseDefLCC16            INTEGER,
    indLineR22SDActLCC17               INTEGER,
    indLineR22SDDefLCC17               INTEGER,
    indLineR22SDUseDefLCC17            INTEGER,
    indLineR22SDActLCC18               INTEGER,
    indLineR22SDDefLCC18               INTEGER,
    indLineR22SDUseDefLCC18            INTEGER,
    indLineR22SDActLCC19               INTEGER,
    indLineR22SDDefLCC19               INTEGER,
    indLineR22SDUseDefLCC19            INTEGER,
    indLineR22SDActLCC20               INTEGER,
    indLineR22SDDefLCC20               INTEGER,
    indLineR22SDUseDefLCC20            INTEGER,
    indLineR22T1I1GatewayNEConn        Unsigned32,
    indLineR22T1I2GatewayNetwkElement  DisplayString,
    indLineR22T1I3GatewayCFSIx         Unsigned32,
    indLineR22T1I4GatewayGatewayIx     Unsigned32,
    indLineR22T2I1GatewayNEConn        Unsigned32,
    indLineR22T2I2GatewayNetwkElement  DisplayString,
    indLineR22T2I3GatewayCFSIx         Unsigned32,
    indLineR22T2I4GatewayGatewayIx     Unsigned32,
    indLineR22SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR22SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR22SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR22SDActVQMCallLogging      INTEGER,
    indLineR22SDDefVQMCallLogging      INTEGER,
    indLineR22SDUseDefVQMCallLogging   INTEGER,
    indLineR22CFMLvlOnApply            INTEGER,
    indLineR22SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR22SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR22SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR22CurrNumRegistrations     Integer32,
    indLineR22FaultMonitoringLvl       INTEGER,
    indLineR22CFMLvlOnApply2           INTEGER,
    indLineR22SIPPassword              DisplayString,
    indLineR22SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR22SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR22SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR22SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR22SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR22SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR22SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR22SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR22SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR22SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR22SDUseDefNetwkNode        INTEGER,
    indLineR22MovedToNumAsDialed       DisplayString,
    indLineR22MovedDate                Unsigned32,
    indLineR22SDActExpireAfter         Unsigned32,
    indLineR22SDDefExpireAfter         Unsigned32,
    indLineR22SDUseDefExpireAfter      INTEGER,
    indLineR22ExpiryDate               Unsigned32,
    indLineR22SecondLocale             INTEGER,
    indLineR22SDActAdvChrgAOCD         INTEGER,
    indLineR22SDDefAdvChrgAOCD         INTEGER,
    indLineR22SDUseDefAdvChrgAOCD      INTEGER,
    indLineR22SDActAdvChrgAOCE         INTEGER,
    indLineR22SDDefAdvChrgAOCE         INTEGER,
    indLineR22SDUseDefAdvChrgAOCE      INTEGER,
    indLineR22PayphoneMetering         INTEGER,
    indLineR22SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR22SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR22SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR22SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR22SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR22SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR22SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR22SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR22SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR22SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR22SDUseDefESAProtDom       INTEGER,
    indLineR22SASHostname              LongDisplayString,
    indLineR22I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR22I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR22I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR22SDActSubTimezone         LongDisplayString,
    indLineR22SDDefSubTimezone         LongDisplayString,
    indLineR22SDUseDefSubTimezone      INTEGER,
    indLineR22SDActChargeInd           INTEGER,
    indLineR22SDDefChargeInd           INTEGER,
    indLineR22SDUseDefChargeInd        INTEGER,
    indLineR22SDActSubClgCategory      INTEGER,
    indLineR22SDDefSubClgCategory      INTEGER,
    indLineR22SDUseDefSubClgCategory   INTEGER,
    indLineR22CustomerInfoFirstName    LongDisplayString,
    indLineR22CustomerInfoSecondName   LongDisplayString,
    indLineR22CustomerInfoOtherNames   LongDisplayString,
    indLineR22CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR22CustomerInfoSurname      LongDisplayString,
    indLineR22I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR22I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR22I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR22I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR22TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR22I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR22I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR22I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR22FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR22ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR22AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR22SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR22SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR22SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR22StatisticsAlrms          Integer32,
    indLineR22SupportDevTwinning       INTEGER,
    indLineR22DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR22DevTwinningSIPUserName   DisplayString,
    indLineR22DevTwinningSIPDomainName DisplayString,
    indLineR22DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR22DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR22I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR22I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR22I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR22I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR22DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR22DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR22DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR22DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR22DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR22I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR22I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR22I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR22I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR22DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR22DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR22DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR22DevTwinningSIPPassword   DisplayString,
    indLineR22NoUserEquipment          INTEGER,
    indLineR22SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR22SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR22SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR22SDActAccessionClientOnly INTEGER,
    indLineR22SDDefAccessionClientOnly INTEGER,
    indLineR22SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR22ExportIncASRepData       INTEGER,
    indLineR22ExportChldObjectsToInc   INTEGER
  }

  indLineR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR22Entry  1 }

  indLineR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR22Entry  2 }

  indLineR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR22Entry  3 }

  indLineR22DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR22Entry  4 }

  indLineR22PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR22Entry  5 }

  indLineR22ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR22Entry  6 }

  indLineR22I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR22Entry  7 }

  indLineR22I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR22Entry  8 }

  indLineR22I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR22Entry  9 }

  indLineR22I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR22Entry  10 }

  indLineR22NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR22Entry  11 }

  indLineR22T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR22Entry  12 }

  indLineR22T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR22Entry  13 }

  indLineR22T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR22Entry  14 }

  indLineR22T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR22Entry  15 }

  indLineR22T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR22Entry  16 }

  indLineR22T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR22Entry  17 }

  indLineR22T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR22Entry  18 }

  indLineR22T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR22Entry  19 }

  indLineR22T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR22Entry  20 }

  indLineR22T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR22Entry  21 }

  indLineR22AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR22Entry  22 }

  indLineR22PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR22Entry  23 }

  indLineR22SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR22Entry  24 }

  indLineR22LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR22Entry  25 }

  indLineR22FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR22Entry  26 }

  indLineR22PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR22Entry  29 }

  indLineR22Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR22Entry  30 }

  indLineR22LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR22Entry  33 }

  indLineR22DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR22Entry  34 }

  indLineR22OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR22Entry  36 }

  indLineR22OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR22Entry  37 }

  indLineR22OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR22Entry  38 }

  indLineR22TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR22Entry  39 }

  indLineR22TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR22Entry  40 }

  indLineR22ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR22Entry  42 }

  indLineR22ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR22Entry  43 }

  indLineR22ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR22Entry  44 }

  indLineR22LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR22Entry  45 }

  indLineR22LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR22Entry  46 }

  indLineR22LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR22Entry  47 }

  indLineR22LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR22Entry  48 }

  indLineR22LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR22Entry  49 }

  indLineR22LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR22Entry  50 }

  indLineR22LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR22Entry  51 }

  indLineR22LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR22Entry  52 }

  indLineR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR22Entry  53 }

  indLineR22AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR22Entry  54 }

  indLineR22AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR22Entry  55 }

  indLineR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR22Entry  56 }

  indLineR22AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR22Entry  57 }

  indLineR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR22Entry  58 }

  indLineR22ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR22Entry  59 }

  indLineR22ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR22Entry  60 }

  indLineR22ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR22Entry  61 }

  indLineR22ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR22Entry  62 }

  indLineR22DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR22Entry  63 }

  indLineR22DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR22Entry  64 }

  indLineR22DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR22Entry  65 }

  indLineR22DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR22Entry  66 }

  indLineR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR22Entry  67 }

  indLineR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR22Entry  68 }

  indLineR22ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR22Entry  69 }

  indLineR22ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR22Entry  70 }

  indLineR22ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR22Entry  71 }

  indLineR22ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR22Entry  72 }

  indLineR22ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR22Entry  73 }

  indLineR22ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR22Entry  74 }

  indLineR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR22Entry  75 }

  indLineR22MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR22Entry  76 }

  indLineR22CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR22Entry  77 }

  indLineR22SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR22Entry  78 }

  indLineR22I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR22Entry  79 }

  indLineR22I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR22Entry  80 }

  indLineR22I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR22Entry  81 }

  indLineR22I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR22Entry  82 }

  indLineR22I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR22Entry  83 }

  indLineR22ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR22Entry  84 }

  indLineR22DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR22Entry  85 }

  indLineR22SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR22Entry  86 }

  indLineR22SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR22Entry  87 }

  indLineR22UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR22Entry  88 }

  indLineR22SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR22Entry  89 }

  indLineR22SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR22Entry  90 }

  indLineR22NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR22Entry  91 }

  indLineR22ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR22Entry  92 }

  indLineR22ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR22Entry  96 }

  indLineR22GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR22Entry  97 }

  indLineR22TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR22Entry  98 }

  indLineR22CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR22Entry  99 }

  indLineR22CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR22Entry  100 }

  indLineR22CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR22Entry  101 }

  indLineR22CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR22Entry  102 }

  indLineR22CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR22Entry  103 }

  indLineR22PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR22Entry  104 }

  indLineR22RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR22Entry  105 }

  indLineR22RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR22Entry  106 }

  indLineR22MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR22Entry  107 }

  indLineR22ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR22Entry  108 }

  indLineR22ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR22Entry  109 }

  indLineR22I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  110 }

  indLineR22I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  111 }

  indLineR22I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  112 }

  indLineR22I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  113 }

  indLineR22PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR22Entry  114 }

  indLineR22GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR22Entry  120 }

  indLineR22LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR22Entry  122 }

  indLineR22LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR22Entry  123 }

  indLineR22LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR22Entry  124 }

  indLineR22LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR22Entry  125 }

  indLineR22LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR22Entry  126 }

  indLineR22LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR22Entry  127 }

  indLineR22I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR22Entry  133 }

  indLineR22I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR22Entry  134 }

  indLineR22I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR22Entry  135 }

  indLineR22I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR22Entry  136 }

  indLineR22InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR22Entry  137 }

  indLineR22UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR22Entry  138 }

  indLineR22SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  139 }

  indLineR22SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  140 }

  indLineR22SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  141 }

  indLineR22SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  142 }

  indLineR22SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  143 }

  indLineR22SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  144 }

  indLineR22SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  150 }

  indLineR22SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  151 }

  indLineR22SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  152 }

  indLineR22SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  153 }

  indLineR22SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  154 }

  indLineR22SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  155 }

  indLineR22SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  156 }

  indLineR22SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  157 }

  indLineR22SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  158 }

  indLineR22SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  159 }

  indLineR22SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  160 }

  indLineR22SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  161 }

  indLineR22SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  162 }

  indLineR22SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  163 }

  indLineR22SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  164 }

  indLineR22SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  165 }

  indLineR22SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  166 }

  indLineR22SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  167 }

  indLineR22SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  168 }

  indLineR22SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  169 }

  indLineR22SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  170 }

  indLineR22SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  171 }

  indLineR22SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  172 }

  indLineR22SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  173 }

  indLineR22SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  174 }

  indLineR22SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  175 }

  indLineR22SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  176 }

  indLineR22SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  177 }

  indLineR22SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  178 }

  indLineR22SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  179 }

  indLineR22SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  180 }

  indLineR22SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  181 }

  indLineR22SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  182 }

  indLineR22SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  183 }

  indLineR22SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  184 }

  indLineR22SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  185 }

  indLineR22SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  186 }

  indLineR22SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  187 }

  indLineR22SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  188 }

  indLineR22SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  189 }

  indLineR22SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  190 }

  indLineR22SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  191 }

  indLineR22SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  192 }

  indLineR22SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  193 }

  indLineR22SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  194 }

  indLineR22LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR22Entry  195 }

  indLineR22CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR22Entry  196 }

  indLineR22CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR22Entry  197 }

  indLineR22CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR22Entry  198 }

  indLineR22EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR22Entry  199 }

  indLineR22SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  207 }

  indLineR22SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  208 }

  indLineR22SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  209 }

  indLineR22SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  210 }

  indLineR22SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  211 }

  indLineR22SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  212 }

  indLineR22SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  213 }

  indLineR22SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  214 }

  indLineSDActR22SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  216 }

  indLineSDDefR22SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR22Entry  217 }

  indLineR22SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  218 }

  indLineR22SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  224 }

  indLineR22SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  225 }

  indLineR22SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  226 }

  indLineR22SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  227 }

  indLineR22SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  228 }

  indLineR22SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  229 }

  indLineR22SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  230 }

  indLineR22SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  231 }

  indLineR22SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  232 }

  indLineR22SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  233 }

  indLineR22SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  234 }

  indLineR22SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  235 }

  indLineR22SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  236 }

  indLineR22SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  237 }

  indLineR22SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  238 }

  indLineR22SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  239 }

  indLineR22SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  240 }

  indLineR22SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  241 }

  indLineR22SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  242 }

  indLineR22SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  243 }

  indLineR22SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  244 }

  indLineR22SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  245 }

  indLineR22SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  246 }

  indLineR22SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  247 }

  indLineR22SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  248 }

  indLineR22SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  249 }

  indLineR22SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  250 }

  indLineR22SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  251 }

  indLineR22SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  252 }

  indLineR22SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  253 }

  indLineR22SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  254 }

  indLineR22SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  255 }

  indLineR22SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  256 }

  indLineR22SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  257 }

  indLineR22SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  258 }

  indLineR22SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  259 }

  indLineR22SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  260 }

  indLineR22SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  261 }

  indLineR22SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  262 }

  indLineR22SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  263 }

  indLineR22SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  264 }

  indLineR22SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  265 }

  indLineR22SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  266 }

  indLineR22SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  267 }

  indLineR22SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  268 }

  indLineR22T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR22Entry  269 }

  indLineR22T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR22Entry  270 }

  indLineR22T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR22Entry  271 }

  indLineR22T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR22Entry  272 }

  indLineR22T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR22Entry  273 }

  indLineR22T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR22Entry  274 }

  indLineR22T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR22Entry  275 }

  indLineR22T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR22Entry  276 }

  indLineR22SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  285 }

  indLineR22SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  286 }

  indLineR22SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  287 }

  indLineR22SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  301 }

  indLineR22SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  302 }

  indLineR22SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  303 }

  indLineR22CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR22Entry  304 }

  indLineR22SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  305 }

  indLineR22SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  306 }

  indLineR22SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  307 }

  indLineR22CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR22Entry  308 }

  indLineR22FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR22Entry  309 }

  indLineR22CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR22Entry  310 }

  indLineR22SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR22Entry  311 }

  indLineR22SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  312 }

  indLineR22SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  313 }

  indLineR22SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  314 }

  indLineR22SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  315 }

  indLineR22SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  316 }

  indLineR22SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  317 }

  indLineR22SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  318 }

  indLineR22SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  319 }

  indLineSDActR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  321 }

  indLineSDDefR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR22Entry  322 }

  indLineR22SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  323 }

  indLineR22MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR22Entry  328 }

  indLineR22MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR22Entry  329 }

  indLineR22SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  330 }

  indLineR22SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  331 }

  indLineR22SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  332 }

  indLineR22ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR22Entry  333 }

  indLineR22SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR22Entry  346 }

  indLineR22SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  347 }

  indLineR22SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  348 }

  indLineR22SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  349 }

  indLineR22SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  350 }

  indLineR22SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  351 }

  indLineR22SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  352 }

  indLineR22PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR22Entry  353 }

  indLineR22SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  354 }

  indLineR22SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  355 }

  indLineR22SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  356 }

  indLineR22SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  357 }

  indLineR22SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  358 }

  indLineR22SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  359 }

  indLineR22SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  360 }

  indLineR22SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  361 }

  indLineSDActR22SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  363 }

  indLineSDDefR22SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR22Entry  364 }

  indLineR22SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  365 }

  indLineR22SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR22Entry  370 }

  indLineR22I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR22Entry  371 }

  indLineR22I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR22Entry  372 }

  indLineR22I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR22Entry  373 }

  indLineR22SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  375 }

  indLineR22SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  376 }

  indLineR22SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  377 }

  indLineR22SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  378 }

  indLineR22SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  379 }

  indLineR22SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  380 }

  indLineR22SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  381 }

  indLineR22SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  382 }

  indLineR22SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  383 }

  indLineR22CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR22Entry  390 }

  indLineR22CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR22Entry  391 }

  indLineR22CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR22Entry  392 }

  indLineR22CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR22Entry  393 }

  indLineR22CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR22Entry  394 }

  indLineR22I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR22Entry  395 }

  indLineR22I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR22Entry  396 }

  indLineR22I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR22Entry  397 }

  indLineR22I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR22Entry  398 }

  indLineR22TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR22Entry  399 }

  indLineR22I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR22Entry  400 }

  indLineR22I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR22Entry  401 }

  indLineR22I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR22Entry  402 }

  indLineR22FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR22Entry  403 }

  indLineR22ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR22Entry  404 }

  indLineR22AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR22Entry  405 }

  indLineR22SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  406 }

  indLineR22SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  407 }

  indLineR22SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  408 }

  indLineR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR22Entry  409 }

  indLineR22SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR22Entry  410 }

  indLineR22DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR22Entry  411 }

  indLineR22DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR22Entry  412 }

  indLineR22DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR22Entry  413 }

  indLineR22DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR22Entry  414 }

  indLineR22DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR22Entry  415 }

  indLineR22I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR22Entry  416 }

  indLineR22I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR22Entry  417 }

  indLineR22I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR22Entry  418 }

  indLineR22I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR22Entry  419 }

  indLineR22DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR22Entry  420 }

  indLineR22DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR22Entry  421 }

  indLineR22DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR22Entry  422 }

  indLineR22DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR22Entry  423 }

  indLineR22DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR22Entry  424 }

  indLineR22I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  425 }

  indLineR22I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  426 }

  indLineR22I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  427 }

  indLineR22I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR22Entry  428 }

  indLineR22DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR22Entry  429 }

  indLineR22DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR22Entry  430 }

  indLineR22DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR22Entry  431 }

  indLineR22DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR22Entry  432 }

  indLineR22NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR22Entry  433 }

  indLineR22SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  434 }

  indLineR22SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  435 }

  indLineR22SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  436 }

  indLineR22SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  439 }

  indLineR22SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR22Entry  440 }

  indLineR22SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR22Entry  441 }

  indLineR22ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR22Entry  443 }

  indLineR22ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR22Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  indLineWebR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineWebR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2119 }

  indLineWebR2Entry OBJECT-TYPE
    SYNTAX       IndLineWebR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineWebR2NEConn,
             indLineWebR2NetwkElement,
             indLineWebR2CFSIx,
             indLineWebR2DirNum }
    ::= {  indLineWebR2Table  1  }

  IndLineWebR2Entry  ::=  SEQUENCE
  {
    indLineWebR2NEConn                 Unsigned32,
    indLineWebR2NetwkElement           DisplayString,
    indLineWebR2CFSIx                  Unsigned32,
    indLineWebR2DirNum                 DisplayString,
    indLineWebR2AlrmState              INTEGER,
    indLineWebR2AlrmStateTimestamp     Unsigned32,
    indLineWebR2AlrmEvtsAtndDpLogCorr  Counter64,
    indLineWebR2AlrmEvtsAtndDp         Unsigned32,
    indLineWebR2AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    indLineWebR2DiagsAPITraceEnabled   INTEGER,
    indLineWebR2DiagsAPITraceTag       DisplayString,
    indLineWebR2DoExtraActions         INTEGER,
    indLineWebR2SDActBCMSubscrd        INTEGER,
    indLineWebR2SDDefBCMSubscrd        INTEGER,
    indLineWebR2SDUseDefBCMSubscrd     INTEGER
  }

  indLineWebR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineWebR2Entry  1 }

  indLineWebR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineWebR2Entry  2 }

  indLineWebR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineWebR2Entry  3 }

  indLineWebR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineWebR2Entry  4 }

  indLineWebR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineWebR2Entry  14 }

  indLineWebR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineWebR2Entry  15 }

  indLineWebR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { indLineWebR2Entry  16 }

  indLineWebR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineWebR2Entry  17 }

  indLineWebR2AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { indLineWebR2Entry  18 }

  indLineWebR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineWebR2Entry  19 }

  indLineWebR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineWebR2Entry  20 }

  indLineWebR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineWebR2Entry  22 }

  indLineWebR2SDActBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineWebR2Entry  23 }

  indLineWebR2SDDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineWebR2Entry  24 }

  indLineWebR2SDUseDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineWebR2Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  busGrpR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'."
    ::= { metaSwitch  2120 }

  busGrpR19Entry OBJECT-TYPE
    SYNTAX       BusGrpR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR19NEConn,
             busGrpR19NetwkElement,
             busGrpR19CFSIx,
             busGrpR19GpIx }
    ::= {  busGrpR19Table  1  }

  BusGrpR19Entry  ::=  SEQUENCE
  {
    busGrpR19NEConn                    Unsigned32,
    busGrpR19NetwkElement              DisplayString,
    busGrpR19CFSIx                     Unsigned32,
    busGrpR19GpIx                      Unsigned32,
    busGrpR19BusGpName                 DisplayString,
    busGrpR19Locale                    INTEGER,
    busGrpR19DistinctiveAlerting       INTEGER,
    busGrpR19NumDirNums                Unsigned32,
    busGrpR19NumFreeDirNums            Unsigned32,
    busGrpR19BGLineAlrmsAttnRq         Unsigned32,
    busGrpR19BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR19BGLineAlrmsAtndDp         Unsigned32,
    busGrpR19BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR19SummaryChldAlrmState      INTEGER,
    busGrpR19ExportNumObjectsExported  Integer32,
    busGrpR19ExportStatus              DisplayString,
    busGrpR19ExportFile                DisplayString,
    busGrpR19ExportCorr                Counter64,
    busGrpR19ExportCorrNode            DisplayString,
    busGrpR19ExportCorrUID             DisplayString,
    busGrpR19DoExtraActions            INTEGER,
    busGrpR19RowStatus                 RowStatus,
    busGrpR19BillTypeIntercomCalls     INTEGER,
    busGrpR19LocalCNAMName             DisplayString,
    busGrpR19ServSuspended             INTEGER,
    busGrpR19CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR19PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR19CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR19PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR19TotChldAlrmsAttnRq        Unsigned32,
    busGrpR19TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR19TotChldAlrmsAtndDp        Unsigned32,
    busGrpR19TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR19I1PerProfNEConn           Unsigned32,
    busGrpR19I2PerProfNetwkElement     DisplayString,
    busGrpR19I3PerProfCFSIx            Unsigned32,
    busGrpR19I4PerProfGpIx             Unsigned32,
    busGrpR19SDActLongDistanceCarr     DisplayString,
    busGrpR19SDDefLongDistanceCarr     DisplayString,
    busGrpR19SDUseDefLongDistanceCarr  INTEGER,
    busGrpR19SDActIntraLATACarr        DisplayString,
    busGrpR19SDDefIntraLATACarr        DisplayString,
    busGrpR19SDUseDefIntraLATACarr     INTEGER,
    busGrpR19SDActBillType             INTEGER,
    busGrpR19SDDefBillType             INTEGER,
    busGrpR19SDUseDefBillType          INTEGER,
    busGrpR19SDActRtgAttrs             BITS,
    busGrpR19SDDefRtgAttrs             BITS,
    busGrpR19SDUseDefRtgAttrs          INTEGER,
    busGrpR19SDActIntnatlCarr          DisplayString,
    busGrpR19SDDefIntnatlCarr          DisplayString,
    busGrpR19SDUseDefIntnatlCarr       INTEGER,
    busGrpR19SDActLCC1                 INTEGER,
    busGrpR19SDDefLCC1                 INTEGER,
    busGrpR19SDUseDefLCC1              INTEGER,
    busGrpR19SDActLCC2                 INTEGER,
    busGrpR19SDDefLCC2                 INTEGER,
    busGrpR19SDUseDefLCC2              INTEGER,
    busGrpR19SDActLCC3                 INTEGER,
    busGrpR19SDDefLCC3                 INTEGER,
    busGrpR19SDUseDefLCC3              INTEGER,
    busGrpR19SDActLCC4                 INTEGER,
    busGrpR19SDDefLCC4                 INTEGER,
    busGrpR19SDUseDefLCC4              INTEGER,
    busGrpR19SDActLCC5                 INTEGER,
    busGrpR19SDDefLCC5                 INTEGER,
    busGrpR19SDUseDefLCC5              INTEGER,
    busGrpR19SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR19SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR19SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR19SyncWithProfInProgress    INTEGER,
    busGrpR19FacGpLimsExternalCalls    INTEGER,
    busGrpR19FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR19FacGpLimsTermCalls        INTEGER,
    busGrpR19FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR19FacGpLimsOrigingCalls     INTEGER,
    busGrpR19FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR19MLHGAlrmsAttnRq           Unsigned32,
    busGrpR19MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR19MLHGAlrmsAtndDp           Unsigned32,
    busGrpR19MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR19SDActLCC6                 INTEGER,
    busGrpR19SDDefLCC6                 INTEGER,
    busGrpR19SDUseDefLCC6              INTEGER,
    busGrpR19SDActLCC7                 INTEGER,
    busGrpR19SDDefLCC7                 INTEGER,
    busGrpR19SDUseDefLCC7              INTEGER,
    busGrpR19SDActLCC8                 INTEGER,
    busGrpR19SDDefLCC8                 INTEGER,
    busGrpR19SDUseDefLCC8              INTEGER,
    busGrpR19SDActLCC9                 INTEGER,
    busGrpR19SDDefLCC9                 INTEGER,
    busGrpR19SDUseDefLCC9              INTEGER,
    busGrpR19SDActLCC10                INTEGER,
    busGrpR19SDDefLCC10                INTEGER,
    busGrpR19SDUseDefLCC10             INTEGER,
    busGrpR19SDActLCC11                INTEGER,
    busGrpR19SDDefLCC11                INTEGER,
    busGrpR19SDUseDefLCC11             INTEGER,
    busGrpR19SDActLCC12                INTEGER,
    busGrpR19SDDefLCC12                INTEGER,
    busGrpR19SDUseDefLCC12             INTEGER,
    busGrpR19SDActLCC13                INTEGER,
    busGrpR19SDDefLCC13                INTEGER,
    busGrpR19SDUseDefLCC13             INTEGER,
    busGrpR19SDActLCC14                INTEGER,
    busGrpR19SDDefLCC14                INTEGER,
    busGrpR19SDUseDefLCC14             INTEGER,
    busGrpR19SDActLCC15                INTEGER,
    busGrpR19SDDefLCC15                INTEGER,
    busGrpR19SDUseDefLCC15             INTEGER,
    busGrpR19SDActLCC16                INTEGER,
    busGrpR19SDDefLCC16                INTEGER,
    busGrpR19SDUseDefLCC16             INTEGER,
    busGrpR19SDActLCC17                INTEGER,
    busGrpR19SDDefLCC17                INTEGER,
    busGrpR19SDUseDefLCC17             INTEGER,
    busGrpR19SDActLCC18                INTEGER,
    busGrpR19SDDefLCC18                INTEGER,
    busGrpR19SDUseDefLCC18             INTEGER,
    busGrpR19SDActLCC19                INTEGER,
    busGrpR19SDDefLCC19                INTEGER,
    busGrpR19SDUseDefLCC19             INTEGER,
    busGrpR19SDActLCC20                INTEGER,
    busGrpR19SDDefLCC20                INTEGER,
    busGrpR19SDUseDefLCC20             INTEGER,
    busGrpR19BusGpTrafficStudy         INTEGER,
    busGrpR19SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR19SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR19SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR19SDActVQMCallLogging       INTEGER,
    busGrpR19SDDefVQMCallLogging       INTEGER,
    busGrpR19SDUseDefVQMCallLogging    INTEGER,
    busGrpR19SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR19SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR19SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR19SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR19SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR19SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR19SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR19SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR19SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR19SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR19SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR19SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR19SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR19SDUseDefNetwkNode         INTEGER,
    busGrpR19NumManagedDevices         Unsigned32,
    busGrpR19ChldStatisticsAlrms       Integer32,
    busGrpR19SecondLocale              INTEGER,
    busGrpR19SDActBusGpCallLogsEnabled INTEGER,
    busGrpR19SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR19SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR19SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR19SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR19SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR19SwitchsUniqueBGID         DisplayString,
    busGrpR19SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR19SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR19SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR19SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR19SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR19SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR19SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR19SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR19SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR19SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR19SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR19I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR19I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR19I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR19NetwkWideBusGpID          DisplayString,
    busGrpR19DefBusGpLinePrivileges    Unsigned32,
    busGrpR19I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR19I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR19I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR19FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR19ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR19AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR19SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR19SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR19SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR19SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR19StatisticsAlrms           Integer32,
    busGrpR19SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR19SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR19SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR19MLHGACDAvailEnabled       INTEGER,
    busGrpR19MLHGACDUnvlRsn1           DisplayString,
    busGrpR19MLHGACDUnvlRsn2           DisplayString,
    busGrpR19MLHGACDUnvlRsn3           DisplayString,
    busGrpR19MLHGACDUnvlRsn4           DisplayString,
    busGrpR19MLHGACDUnvlRsn5           DisplayString,
    busGrpR19MLHGACDUnvlRsn6           DisplayString,
    busGrpR19MLHGACDUnvlRsn7           DisplayString,
    busGrpR19MLHGACDUnvlRsn8           DisplayString,
    busGrpR19MLHGACDUnvlRsn9           DisplayString,
    busGrpR19MLHGACDUnvlRsn10          DisplayString,
    busGrpR19MLHGACDUnvlRsn11          DisplayString,
    busGrpR19MLHGACDUnvlRsn12          DisplayString,
    busGrpR19MLHGACDUnvlRsn13          DisplayString,
    busGrpR19MLHGACDUnvlRsn14          DisplayString,
    busGrpR19MLHGACDUnvlRsn15          DisplayString,
    busGrpR19MLHGACDUnvlRsn16          DisplayString,
    busGrpR19MLHGACDUnvlRsn17          DisplayString,
    busGrpR19MLHGACDUnvlRsn18          DisplayString,
    busGrpR19MLHGACDUnvlRsn19          DisplayString,
    busGrpR19MLHGACDUnvlRsn20          DisplayString,
    busGrpR19MLHGACDUnvlRsn21          DisplayString,
    busGrpR19MLHGACDUnvlRsn22          DisplayString,
    busGrpR19MLHGACDUnvlRsn23          DisplayString,
    busGrpR19MLHGACDUnvlRsn24          DisplayString,
    busGrpR19MLHGACDUnvlRsn25          DisplayString,
    busGrpR19MLHGACDUnvlRsn26          DisplayString,
    busGrpR19MLHGACDUnvlRsn27          DisplayString,
    busGrpR19MLHGACDUnvlRsn28          DisplayString,
    busGrpR19MLHGACDUnvlRsn29          DisplayString,
    busGrpR19MLHGACDUnvlRsn30          DisplayString,
    busGrpR19AllowMLHGsMultipleLogins  INTEGER,
    busGrpR19MLHGACDMWBEnabled         INTEGER,
    busGrpR19MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR19I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR19I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR19I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR19I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR19SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR19MLHGACDBasicACDLicenses   INTEGER,
    busGrpR19MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR19MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR19MLHGACDPremiumACDLicenses INTEGER,
    busGrpR19MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR19MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR19ExportIncASRepData        INTEGER,
    busGrpR19ExportChldObjectsToInc    INTEGER,
    busGrpR19SCDObjectResyncStatus     INTEGER,
    busGrpR19AlrmState                 INTEGER
  }

  busGrpR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR19Entry  1 }

  busGrpR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR19Entry  2 }

  busGrpR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR19Entry  3 }

  busGrpR19GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR19Entry  4 }

  busGrpR19BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR19Entry  5 }

  busGrpR19Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR19Entry  12 }

  busGrpR19DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR19Entry  15 }

  busGrpR19NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR19Entry  16 }

  busGrpR19NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR19Entry  17 }

  busGrpR19BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR19Entry  18 }

  busGrpR19BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR19Entry  19 }

  busGrpR19BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR19Entry  20 }

  busGrpR19BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR19Entry  21 }

  busGrpR19SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR19Entry  22 }

  busGrpR19ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR19Entry  23 }

  busGrpR19ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR19Entry  24 }

  busGrpR19ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR19Entry  25 }

  busGrpR19ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR19Entry  26 }

  busGrpR19ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR19Entry  27 }

  busGrpR19ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR19Entry  28 }

  busGrpR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR19Entry  29 }

  busGrpR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR19Entry  30 }

  busGrpR19BillTypeIntercomCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intercom calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR19Entry  31 }

  busGrpR19LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR19Entry  32 }

  busGrpR19ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR19Entry  34 }

  busGrpR19CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR19Entry  35 }

  busGrpR19PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR19Entry  36 }

  busGrpR19CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR19Entry  37 }

  busGrpR19PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR19Entry  38 }

  busGrpR19TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR19Entry  39 }

  busGrpR19TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR19Entry  40 }

  busGrpR19TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR19Entry  41 }

  busGrpR19TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR19Entry  42 }

  busGrpR19I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR19Entry  49 }

  busGrpR19I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR19Entry  50 }

  busGrpR19I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR19Entry  51 }

  busGrpR19I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR19Entry  52 }

  busGrpR19SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  170 }

  busGrpR19SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  171 }

  busGrpR19SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  172 }

  busGrpR19SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  173 }

  busGrpR19SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  174 }

  busGrpR19SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  175 }

  busGrpR19SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  176 }

  busGrpR19SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  177 }

  busGrpR19SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  178 }

  busGrpR19SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  179 }

  busGrpR19SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  180 }

  busGrpR19SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  181 }

  busGrpR19SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  182 }

  busGrpR19SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  183 }

  busGrpR19SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  184 }

  busGrpR19SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  185 }

  busGrpR19SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  186 }

  busGrpR19SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  187 }

  busGrpR19SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  188 }

  busGrpR19SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  189 }

  busGrpR19SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  190 }

  busGrpR19SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  191 }

  busGrpR19SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  192 }

  busGrpR19SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  193 }

  busGrpR19SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  194 }

  busGrpR19SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  195 }

  busGrpR19SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  196 }

  busGrpR19SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  197 }

  busGrpR19SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  198 }

  busGrpR19SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  199 }

  busGrpR19SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  200 }

  busGrpR19SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  201 }

  busGrpR19SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  202 }

  busGrpR19SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR19Entry  203 }

  busGrpR19FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR19Entry  204 }

  busGrpR19FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR19Entry  205 }

  busGrpR19FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR19Entry  206 }

  busGrpR19FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR19Entry  207 }

  busGrpR19FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR19Entry  208 }

  busGrpR19FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR19Entry  209 }

  busGrpR19MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR19Entry  210 }

  busGrpR19MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR19Entry  211 }

  busGrpR19MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR19Entry  212 }

  busGrpR19MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR19Entry  213 }

  busGrpR19SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  214 }

  busGrpR19SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  215 }

  busGrpR19SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  216 }

  busGrpR19SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  217 }

  busGrpR19SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  218 }

  busGrpR19SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  219 }

  busGrpR19SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  220 }

  busGrpR19SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  221 }

  busGrpR19SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  222 }

  busGrpR19SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  223 }

  busGrpR19SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  224 }

  busGrpR19SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  225 }

  busGrpR19SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  226 }

  busGrpR19SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  227 }

  busGrpR19SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  228 }

  busGrpR19SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  229 }

  busGrpR19SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  230 }

  busGrpR19SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  231 }

  busGrpR19SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  232 }

  busGrpR19SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  233 }

  busGrpR19SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  234 }

  busGrpR19SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  235 }

  busGrpR19SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  236 }

  busGrpR19SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  237 }

  busGrpR19SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  238 }

  busGrpR19SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  239 }

  busGrpR19SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  240 }

  busGrpR19SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  241 }

  busGrpR19SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  242 }

  busGrpR19SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  243 }

  busGrpR19SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  244 }

  busGrpR19SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  245 }

  busGrpR19SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  246 }

  busGrpR19SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  247 }

  busGrpR19SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  248 }

  busGrpR19SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  249 }

  busGrpR19SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  250 }

  busGrpR19SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  251 }

  busGrpR19SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  252 }

  busGrpR19SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  253 }

  busGrpR19SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  254 }

  busGrpR19SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  255 }

  busGrpR19SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  256 }

  busGrpR19SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  257 }

  busGrpR19SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  258 }

  busGrpR19BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR19Entry  259 }

  busGrpR19SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  263 }

  busGrpR19SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  264 }

  busGrpR19SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  265 }

  busGrpR19SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  266 }

  busGrpR19SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  267 }

  busGrpR19SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  268 }

  busGrpR19SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  269 }

  busGrpR19SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  270 }

  busGrpR19SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  271 }

  busGrpR19SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  272 }

  busGrpR19SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  273 }

  busGrpR19SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  274 }

  busGrpR19SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  275 }

  busGrpR19SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  276 }

  busGrpR19SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  277 }

  busGrpR19SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  278 }

  busGrpR19SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  279 }

  busGrpSDActR19SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  281 }

  busGrpSDDefR19SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR19Entry  282 }

  busGrpR19SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  283 }

  busGrpR19NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR19Entry  290 }

  busGrpR19ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR19Entry  291 }

  busGrpR19SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR19Entry  293 }

  busGrpR19SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  305 }

  busGrpR19SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  306 }

  busGrpR19SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  307 }

  busGrpR19SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  308 }

  busGrpR19SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  309 }

  busGrpR19SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  310 }

  busGrpR19SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR19Entry  311 }

  busGrpR19SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  312 }

  busGrpR19SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  313 }

  busGrpR19SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  314 }

  busGrpR19SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  315 }

  busGrpR19SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  316 }

  busGrpR19SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  317 }

  busGrpR19SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  318 }

  busGrpR19SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  319 }

  busGrpSDActR19SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  321 }

  busGrpSDDefR19SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR19Entry  322 }

  busGrpR19SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  323 }

  busGrpR19I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR19Entry  330 }

  busGrpR19I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR19Entry  331 }

  busGrpR19I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR19Entry  332 }

  busGrpR19NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR19Entry  333 }

  busGrpR19DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR19Entry  334 }

  busGrpR19I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR19Entry  335 }

  busGrpR19I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR19Entry  336 }

  busGrpR19I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR19Entry  337 }

  busGrpR19FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR19Entry  338 }

  busGrpR19ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR19Entry  339 }

  busGrpR19AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR19Entry  340 }

  busGrpR19SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  341 }

  busGrpR19SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  342 }

  busGrpR19SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  343 }

  busGrpR19SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR19Entry  344 }

  busGrpR19StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR19Entry  345 }

  busGrpR19SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  346 }

  busGrpR19SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR19Entry  347 }

  busGrpR19SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR19Entry  348 }

  busGrpR19MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR19Entry  349 }

  busGrpR19MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR19Entry  350 }

  busGrpR19MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR19Entry  351 }

  busGrpR19MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR19Entry  352 }

  busGrpR19MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR19Entry  353 }

  busGrpR19MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR19Entry  354 }

  busGrpR19MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR19Entry  355 }

  busGrpR19MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR19Entry  356 }

  busGrpR19MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR19Entry  357 }

  busGrpR19MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR19Entry  358 }

  busGrpR19MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR19Entry  359 }

  busGrpR19MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR19Entry  360 }

  busGrpR19MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR19Entry  361 }

  busGrpR19MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR19Entry  362 }

  busGrpR19MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR19Entry  363 }

  busGrpR19MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR19Entry  364 }

  busGrpR19MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR19Entry  365 }

  busGrpR19MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR19Entry  366 }

  busGrpR19MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR19Entry  367 }

  busGrpR19MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR19Entry  368 }

  busGrpR19MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR19Entry  369 }

  busGrpR19MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR19Entry  370 }

  busGrpR19MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR19Entry  371 }

  busGrpR19MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR19Entry  372 }

  busGrpR19MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR19Entry  373 }

  busGrpR19MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR19Entry  374 }

  busGrpR19MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR19Entry  375 }

  busGrpR19MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR19Entry  376 }

  busGrpR19MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR19Entry  377 }

  busGrpR19MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR19Entry  378 }

  busGrpR19MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR19Entry  379 }

  busGrpR19AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR19Entry  380 }

  busGrpR19MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR19Entry  381 }

  busGrpR19MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR19Entry  382 }

  busGrpR19I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR19Entry  383 }

  busGrpR19I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR19Entry  384 }

  busGrpR19I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR19Entry  385 }

  busGrpR19I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR19Entry  386 }

  busGrpR19SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR19Entry  387 }

  busGrpR19MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR19Entry  390 }

  busGrpR19MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR19Entry  391 }

  busGrpR19MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR19Entry  392 }

  busGrpR19MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR19Entry  393 }

  busGrpR19MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR19Entry  394 }

  busGrpR19MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR19Entry  395 }

  busGrpR19ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR19Entry  399 }

  busGrpR19ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR19Entry  403 }

  busGrpR19SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR19Entry  431 }

  busGrpR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR19Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  bGLineWebR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineWebR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2121 }

  bGLineWebR7Entry OBJECT-TYPE
    SYNTAX       BGLineWebR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineWebR7NEConn,
             bGLineWebR7NetwkElement,
             bGLineWebR7CFSIx,
             bGLineWebR7GpIx,
             bGLineWebR7FirstDirNum,
             bGLineWebR7DirNum }
    ::= {  bGLineWebR7Table  1  }

  BGLineWebR7Entry  ::=  SEQUENCE
  {
    bGLineWebR7NEConn                  Unsigned32,
    bGLineWebR7NetwkElement            DisplayString,
    bGLineWebR7CFSIx                   Unsigned32,
    bGLineWebR7GpIx                    Unsigned32,
    bGLineWebR7FirstDirNum             DisplayString,
    bGLineWebR7DirNum                  DisplayString,
    bGLineWebR7AlrmState               INTEGER,
    bGLineWebR7AlrmStateTimestamp      Unsigned32,
    bGLineWebR7AlrmEvtsAtndDpLogCorr   Counter64,
    bGLineWebR7AlrmEvtsAtndDp          Unsigned32,
    bGLineWebR7AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    bGLineWebR7DiagsAPITraceEnabled    INTEGER,
    bGLineWebR7DiagsAPITraceTag        DisplayString,
    bGLineWebR7SDActBusGpAdminAccountType
                                       INTEGER,
    bGLineWebR7SDDefBusGpAdminAccountType
                                       INTEGER,
    bGLineWebR7SDUseDefBusGpAdminAccountType
                                       INTEGER,
    bGLineWebR7DoExtraActions          INTEGER,
    bGLineWebR7I1BusGpAdminAdminDepartmentNEConn
                                       Unsigned32,
    bGLineWebR7I2BusGpAdminAdminDepartmentNetwkElement
                                       DisplayString,
    bGLineWebR7I3BusGpAdminAdminDepartmentCFSIx
                                       Unsigned32,
    bGLineWebR7I4BusGpAdminAdminDepartmentGpIx
                                       Unsigned32,
    bGLineWebR7I5BusGpAdminAdminDepartmentDepartmentIx
                                       Unsigned32,
    bGLineWebR7BusGpAdminAdminDepartmentOtherVals
                                       INTEGER,
    bGLineWebR7BusGpAdminACDSupervisor INTEGER,
    bGLineWebR7SDActBCMSubscrd         INTEGER,
    bGLineWebR7SDDefBCMSubscrd         INTEGER,
    bGLineWebR7SDUseDefBCMSubscrd      INTEGER
  }

  bGLineWebR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineWebR7Entry  1 }

  bGLineWebR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineWebR7Entry  2 }

  bGLineWebR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineWebR7Entry  3 }

  bGLineWebR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineWebR7Entry  4 }

  bGLineWebR7FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineWebR7Entry  5 }

  bGLineWebR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineWebR7Entry  6 }

  bGLineWebR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineWebR7Entry  16 }

  bGLineWebR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineWebR7Entry  17 }

  bGLineWebR7AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { bGLineWebR7Entry  18 }

  bGLineWebR7AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineWebR7Entry  19 }

  bGLineWebR7AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { bGLineWebR7Entry  20 }

  bGLineWebR7DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineWebR7Entry  21 }

  bGLineWebR7DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineWebR7Entry  22 }

  bGLineWebR7SDActBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineWebR7Entry  30 }

  bGLineWebR7SDDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   administrator(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineWebR7Entry  31 }

  bGLineWebR7SDUseDefBusGpAdminAccountType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Administration - account type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineWebR7Entry  32 }

  bGLineWebR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1),
                   connectToCommPortalAsBGAdmin(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineWebR7Entry  40 }

  bGLineWebR7I1BusGpAdminAdminDepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR7Entry  42 }

  bGLineWebR7I2BusGpAdminAdminDepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR7Entry  43 }

  bGLineWebR7I3BusGpAdminAdminDepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR7Entry  44 }

  bGLineWebR7I4BusGpAdminAdminDepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR7Entry  45 }

  bGLineWebR7I5BusGpAdminAdminDepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department',
                  This field represents index
                  'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineWebR7Entry  46 }

  bGLineWebR7BusGpAdminAdminDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   wholeBusinessGroup(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group Administration - administration department'.
                  This field represents the fixed
                  values that Business Group Administration - administration department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineWebR7Entry  47 }

  bGLineWebR7BusGpAdminACDSupervisor OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Administration - ACD supervisor'."
    DEFVAL       { false }
    ::= { bGLineWebR7Entry  48 }

  bGLineWebR7SDActBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineWebR7Entry  49 }

  bGLineWebR7SDDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineWebR7Entry  50 }

  bGLineWebR7SDUseDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineWebR7Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Multi Party Call Services'                   */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  bGMultiPartyTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGMultiPartyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2122 }

  bGMultiPartyEntry OBJECT-TYPE
    SYNTAX       BGMultiPartyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGMultiPartyNEConn,
             bGMultiPartyNetwkElement,
             bGMultiPartyCFSIx,
             bGMultiPartyGpIx }
    ::= {  bGMultiPartyTable  1  }

  BGMultiPartyEntry  ::=  SEQUENCE
  {
    bGMultiPartyNEConn                 Unsigned32,
    bGMultiPartyNetwkElement           DisplayString,
    bGMultiPartyCFSIx                  Unsigned32,
    bGMultiPartyGpIx                   Unsigned32,
    bGMultiPartyLSMRestrictedLSMNotifs INTEGER
  }

  bGMultiPartyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGMultiPartyEntry  1 }

  bGMultiPartyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGMultiPartyEntry  2 }

  bGMultiPartyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGMultiPartyEntry  3 }

  bGMultiPartyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGMultiPartyEntry  4 }

  bGMultiPartyLSMRestrictedLSMNotifs OBJECT-TYPE
    SYNTAX       INTEGER {
                   unrestricted(1),
                   restrictedMADNMLHGAlerting(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - restricted Line State Monitoring notifications'."
    DEFVAL       { unrestricted }
    ::= { bGMultiPartyEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Outgoing Call Services'                      */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  busGrpOutR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpOutR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2123 }

  busGrpOutR4Entry OBJECT-TYPE
    SYNTAX       BusGrpOutR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpOutR4NEConn,
             busGrpOutR4NetwkElement,
             busGrpOutR4CFSIx,
             busGrpOutR4GpIx }
    ::= {  busGrpOutR4Table  1  }

  BusGrpOutR4Entry  ::=  SEQUENCE
  {
    busGrpOutR4NEConn                  Unsigned32,
    busGrpOutR4NetwkElement            DisplayString,
    busGrpOutR4CFSIx                   Unsigned32,
    busGrpOutR4GpIx                    Unsigned32,
    busGrpOutR4SDActMandAccCodes       INTEGER,
    busGrpOutR4SDDefMandAccCodes       INTEGER,
    busGrpOutR4SDUseDefMandAccCodes    INTEGER,
    busGrpOutR4SDActVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR4SDDefVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR4SDUseDefVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR4MandAccCodesAllowSubOverride
                                       INTEGER,
    busGrpOutR4SDActUKMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR4SDDefUKMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR4SDUseDefUKMandAccCodesDefCallTypes
                                       INTEGER,
    busGrpOutR4SDActUSMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR4SDDefUSMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR4SDUseDefUSMandAccCodesDefCallTypes
                                       INTEGER,
    busGrpOutR4MandAccCodesAllowCallTypesOverride
                                       INTEGER,
    busGrpOutR4SDActDefCodeLenMandAccCodes
                                       Unsigned32,
    busGrpOutR4SDDefDefCodeLenMandAccCodes
                                       Unsigned32,
    busGrpOutR4SDUseDefDefCodeLenMandAccCodes
                                       INTEGER,
    busGrpOutR4MandAccCodesAllowCodeLenOverride
                                       INTEGER,
    busGrpOutR4MandAccCodesUserViewBGCodes
                                       INTEGER,
    busGrpOutR4MandAccCodesSubEditBGLineCodes
                                       INTEGER,
    busGrpOutR4SDActDefMaxIncorrectCodesMandAccCodes
                                       Unsigned32,
    busGrpOutR4SDDefDefMaxIncorrectCodesMandAccCodes
                                       Unsigned32,
    busGrpOutR4SDUseDefDefMaxIncorrectCodesMandAccCodes
                                       INTEGER,
    busGrpOutR4MandAccCodesValidAccountCodes
                                       LongDisplayString,
    busGrpOutR4DoExtraActions          INTEGER,
    busGrpOutR4SDActUSMACDefCallTypes2 BITS,
    busGrpOutR4SDDefUSMACDefCallTypes2 BITS,
    busGrpOutR4SDUseDefUSMACDefCallTypes2
                                       INTEGER,
    busGrpOutR4SDActMACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    busGrpOutR4SDDefMACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    busGrpOutR4SDUseDefMACDefMaxIncorrectCodesPerCall
                                       INTEGER,
    busGrpOutR4SDActOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    busGrpOutR4SDDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    busGrpOutR4SDUseDefOCBExemptBusGpCallsFromOCB
                                       INTEGER
  }

  busGrpOutR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpOutR4Entry  1 }

  busGrpOutR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpOutR4Entry  2 }

  busGrpOutR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpOutR4Entry  3 }

  busGrpOutR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpOutR4Entry  4 }

  busGrpOutR4SDActMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  5 }

  busGrpOutR4SDDefMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  6 }

  busGrpOutR4SDUseDefMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  7 }

  busGrpOutR4SDActVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  8 }

  busGrpOutR4SDDefVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  9 }

  busGrpOutR4SDUseDefVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  10 }

  busGrpOutR4MandAccCodesAllowSubOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of subscription'."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  11 }

  busGrpOutR4SDActUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  12 }

  busGrpOutR4SDDefUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  13 }

  busGrpOutR4SDUseDefUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  14 }

  busGrpOutR4SDActUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  15 }

  busGrpOutR4SDDefUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  16 }

  busGrpOutR4SDUseDefUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  17 }

  busGrpOutR4MandAccCodesAllowCallTypesOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of call types'."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  18 }

  busGrpOutR4SDActDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  19 }

  busGrpOutR4SDDefDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  20 }

  busGrpOutR4SDUseDefDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  21 }

  busGrpOutR4MandAccCodesAllowCodeLenOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of codes and code length'."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  22 }

  busGrpOutR4MandAccCodesUserViewBGCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - user can view BG codes'."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  23 }

  busGrpOutR4MandAccCodesSubEditBGLineCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   visibleWriteable(1),
                   visibleReadOnly(2),
                   hidden(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - user's access to BG line codes'."
    DEFVAL       { visibleWriteable }
    ::= { busGrpOutR4Entry  24 }

  busGrpOutR4SDActDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  25 }

  busGrpOutR4SDDefDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  26 }

  busGrpOutR4SDUseDefDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  27 }

  busGrpOutR4MandAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { busGrpOutR4Entry  28 }

  busGrpOutR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   deleteAccountCodes(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpOutR4Entry  29 }

  busGrpOutR4SDActUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  30 }

  busGrpOutR4SDDefUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  31 }

  busGrpOutR4SDUseDefUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  32 }

  busGrpOutR4SDActMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  33 }

  busGrpOutR4SDDefMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  34 }

  busGrpOutR4SDUseDefMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  35 }

  busGrpOutR4SDActOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  36 }

  busGrpOutR4SDDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR4Entry  37 }

  busGrpOutR4SDUseDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR4Entry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Park Orbit Code Range'                                 */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  busGrpOrbitCodeRangeR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpOrbitCodeRangeR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dialing Plan'."
    ::= { metaSwitch  2124 }

  busGrpOrbitCodeRangeR2Entry OBJECT-TYPE
    SYNTAX       BusGrpOrbitCodeRangeR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpOrbitCodeRangeR2NEConn,
             busGrpOrbitCodeRangeR2NetwkElement,
             busGrpOrbitCodeRangeR2CFSIx,
             busGrpOrbitCodeRangeR2GpIx,
             busGrpOrbitCodeRangeR2FirstOrbitCode }
    ::= {  busGrpOrbitCodeRangeR2Table  1  }

  BusGrpOrbitCodeRangeR2Entry  ::=  SEQUENCE
  {
    busGrpOrbitCodeRangeR2NEConn       Unsigned32,
    busGrpOrbitCodeRangeR2NetwkElement DisplayString,
    busGrpOrbitCodeRangeR2CFSIx        Unsigned32,
    busGrpOrbitCodeRangeR2GpIx         Unsigned32,
    busGrpOrbitCodeRangeR2FirstOrbitCode
                                       DisplayString,
    busGrpOrbitCodeRangeR2LastOrbitCode
                                       DisplayString,
    busGrpOrbitCodeRangeR2RowStatus    RowStatus,
    busGrpOrbitCodeRangeR2DiagLogCorr  Counter64,
    busGrpOrbitCodeRangeR2DoExtraActions
                                       INTEGER,
    busGrpOrbitCodeRangeR2I1DepartmentNEConn
                                       Unsigned32,
    busGrpOrbitCodeRangeR2I2DepartmentNetwkElement
                                       DisplayString,
    busGrpOrbitCodeRangeR2I3DepartmentCFSIx
                                       Unsigned32,
    busGrpOrbitCodeRangeR2I4DepartmentGpIx
                                       Unsigned32,
    busGrpOrbitCodeRangeR2I5DepartmentDepartmentIx
                                       Unsigned32,
    busGrpOrbitCodeRangeR2DepartmentOtherVals
                                       INTEGER
  }

  busGrpOrbitCodeRangeR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR2Entry  1 }

  busGrpOrbitCodeRangeR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR2Entry  2 }

  busGrpOrbitCodeRangeR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR2Entry  3 }

  busGrpOrbitCodeRangeR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR2Entry  4 }

  busGrpOrbitCodeRangeR2FirstOrbitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..5))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Orbit Code'.
                  This is an index field."
    ::= { busGrpOrbitCodeRangeR2Entry  5 }

  busGrpOrbitCodeRangeR2LastOrbitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Orbit Code'."
    ::= { busGrpOrbitCodeRangeR2Entry  6 }

  busGrpOrbitCodeRangeR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpOrbitCodeRangeR2Entry  7 }

  busGrpOrbitCodeRangeR2DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { busGrpOrbitCodeRangeR2Entry  8 }

  busGrpOrbitCodeRangeR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   generateDiagnosticsLog(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpOrbitCodeRangeR2Entry  9 }

  busGrpOrbitCodeRangeR2I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpOrbitCodeRangeR2Entry  10 }

  busGrpOrbitCodeRangeR2I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpOrbitCodeRangeR2Entry  11 }

  busGrpOrbitCodeRangeR2I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpOrbitCodeRangeR2Entry  12 }

  busGrpOrbitCodeRangeR2I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpOrbitCodeRangeR2Entry  13 }

  busGrpOrbitCodeRangeR2I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpOrbitCodeRangeR2Entry  14 }

  busGrpOrbitCodeRangeR2DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpOrbitCodeRangeR2Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  mADNWebTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNWebEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2125 }

  mADNWebEntry OBJECT-TYPE
    SYNTAX       MADNWebEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNWebNEConn,
             mADNWebNetwkElement,
             mADNWebCFSIx,
             mADNWebGpIx,
             mADNWebDirNum }
    ::= {  mADNWebTable  1  }

  MADNWebEntry  ::=  SEQUENCE
  {
    mADNWebNEConn                      Unsigned32,
    mADNWebNetwkElement                DisplayString,
    mADNWebCFSIx                       Unsigned32,
    mADNWebGpIx                        Unsigned32,
    mADNWebDirNum                      DisplayString,
    mADNWebSDActBCMSubscrd             INTEGER,
    mADNWebSDDefBCMSubscrd             INTEGER,
    mADNWebSDUseDefBCMSubscrd          INTEGER,
    mADNWebDiagsAPITraceEnabled        INTEGER,
    mADNWebDiagsAPITraceTag            DisplayString
  }

  mADNWebNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNWebEntry  1 }

  mADNWebNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNWebEntry  2 }

  mADNWebCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNWebEntry  3 }

  mADNWebGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNWebEntry  4 }

  mADNWebDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNWebEntry  5 }

  mADNWebSDActBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNWebEntry  6 }

  mADNWebSDDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNWebEntry  7 }

  mADNWebSDUseDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNWebEntry  8 }

  mADNWebDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mADNWebEntry  9 }

  mADNWebDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mADNWebEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Group'                                      */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  mLHGR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2126 }

  mLHGR5Entry OBJECT-TYPE
    SYNTAX       MLHGR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGR5NEConn,
             mLHGR5NetwkElement,
             mLHGR5CFSIx,
             mLHGR5GpIx,
             mLHGR5MLHGGpIx }
    ::= {  mLHGR5Table  1  }

  MLHGR5Entry  ::=  SEQUENCE
  {
    mLHGR5NEConn                       Unsigned32,
    mLHGR5NetwkElement                 DisplayString,
    mLHGR5CFSIx                        Unsigned32,
    mLHGR5GpIx                         Unsigned32,
    mLHGR5MLHGGpIx                     Unsigned32,
    mLHGR5Name                         DisplayString,
    mLHGR5DistributionAlgorithm        INTEGER,
    mLHGR5QueuingSupported             INTEGER,
    mLHGR5MaxQueueLen                  INTEGER,
    mLHGR5LimitQueuingTime             INTEGER,
    mLHGR5MaxQueueTimeout              INTEGER,
    mLHGR5HuntOnDirectDialedCalls      INTEGER,
    mLHGR5DlvryCldDNAsCID              INTEGER,
    mLHGR5TrafficStudy                 INTEGER,
    mLHGR5DiagsLogLvl                  INTEGER,
    mLHGR5DiagsAPITraceEnabled         INTEGER,
    mLHGR5DiagsAPITraceTag             DisplayString,
    mLHGR5DiagsAPITraceRemNum          DisplayString,
    mLHGR5ChldAlrmsAttnRq              Unsigned32,
    mLHGR5ChldAlrmEvtsAttnRq           Unsigned32,
    mLHGR5ChldAlrmsAtndDp              Unsigned32,
    mLHGR5ChldAlrmEvtsAtndDp           Unsigned32,
    mLHGR5SummaryChldAlrmState         INTEGER,
    mLHGR5RowStatus                    RowStatus,
    mLHGR5I1DepartmentNEConn           Unsigned32,
    mLHGR5I2DepartmentNetwkElement     DisplayString,
    mLHGR5I3DepartmentCFSIx            Unsigned32,
    mLHGR5I4DepartmentGpIx             Unsigned32,
    mLHGR5I5DepartmentDepartmentIx     Unsigned32,
    mLHGR5DepartmentOtherVals          INTEGER,
    mLHGR5Num                          Unsigned32,
    mLHGR5LoginLogoutSupportedByDef    INTEGER,
    mLHGR5NumMembers                   Unsigned32,
    mLHGR5NumLoggedInMembers           Unsigned32,
    mLHGR5StatisticsAlrms              Integer32,
    mLHGR5ChldStatisticsAlrms          Integer32,
    mLHGR5HuntOnNoAnswer               INTEGER,
    mLHGR5NoAnswerTimeout              INTEGER,
    mLHGR5NoAnswerExclusionTime        INTEGER,
    mLHGR5ServLvl                      INTEGER,
    mLHGR5ACDWrapUpEnabled             INTEGER,
    mLHGR5ACDDspCdsReqd                INTEGER,
    mLHGR5ACDDspCd1                    DisplayString,
    mLHGR5ACDDspCd2                    DisplayString,
    mLHGR5ACDDspCd3                    DisplayString,
    mLHGR5ACDDspCd4                    DisplayString,
    mLHGR5ACDDspCd5                    DisplayString,
    mLHGR5ACDDspCd6                    DisplayString,
    mLHGR5ACDDspCd7                    DisplayString,
    mLHGR5ACDDspCd8                    DisplayString,
    mLHGR5ACDDspCd9                    DisplayString,
    mLHGR5ACDDspCd10                   DisplayString,
    mLHGR5ACDDspCd11                   DisplayString,
    mLHGR5ACDDspCd12                   DisplayString,
    mLHGR5ACDDspCd13                   DisplayString,
    mLHGR5ACDDspCd14                   DisplayString,
    mLHGR5ACDDspCd15                   DisplayString,
    mLHGR5ACDDspCd16                   DisplayString,
    mLHGR5ACDDspCd17                   DisplayString,
    mLHGR5ACDDspCd18                   DisplayString,
    mLHGR5ACDDspCd19                   DisplayString,
    mLHGR5ACDDspCd20                   DisplayString,
    mLHGR5ACDDspCd21                   DisplayString,
    mLHGR5ACDDspCd22                   DisplayString,
    mLHGR5ACDDspCd23                   DisplayString,
    mLHGR5ACDDspCd24                   DisplayString,
    mLHGR5ACDDspCd25                   DisplayString,
    mLHGR5ACDDspCd26                   DisplayString,
    mLHGR5ACDDspCd27                   DisplayString,
    mLHGR5ACDDspCd28                   DisplayString,
    mLHGR5ACDDspCd29                   DisplayString,
    mLHGR5ACDDspCd30                   DisplayString,
    mLHGR5UnavailCFSupported           INTEGER
  }

  mLHGR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGR5Entry  1 }

  mLHGR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGR5Entry  2 }

  mLHGR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGR5Entry  3 }

  mLHGR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGR5Entry  4 }

  mLHGR5MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGR5Entry  5 }

  mLHGR5Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGR5Entry  6 }

  mLHGR5DistributionAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   linear(1),
                   circular(2),
                   uniformRoundRobin(3),
                   uniformLongestIdle(4),
                   ringAll(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distribution algorithm'."
    DEFVAL       { linear }
    ::= { mLHGR5Entry  7 }

  mLHGR5QueuingSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queuing supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR5Entry  8 }

  mLHGR5MaxQueueLen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue length'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mLHGR5Entry  9 }

  mLHGR5LimitQueuingTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit queuing time'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR5Entry  10 }

  mLHGR5MaxQueueTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue timeout'.
                  This field is not writable when active."
    ::= { mLHGR5Entry  11 }

  mLHGR5HuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on direct dialed calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR5Entry  12 }

  mLHGR5DlvryCldDNAsCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delivery of called DN as Caller ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR5Entry  13 }

  mLHGR5TrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic study'."
    DEFVAL       { false }
    ::= { mLHGR5Entry  14 }

  mLHGR5DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGR5Entry  15 }

  mLHGR5DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGR5Entry  16 }

  mLHGR5DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGR5Entry  17 }

  mLHGR5DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGR5Entry  18 }

  mLHGR5ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mLHGR5Entry  19 }

  mLHGR5ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR5Entry  20 }

  mLHGR5ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mLHGR5Entry  21 }

  mLHGR5ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR5Entry  22 }

  mLHGR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGR5Entry  23 }

  mLHGR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGR5Entry  24 }

  mLHGR5I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR5Entry  25 }

  mLHGR5I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR5Entry  26 }

  mLHGR5I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR5Entry  27 }

  mLHGR5I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR5Entry  28 }

  mLHGR5I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR5Entry  29 }

  mLHGR5DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGR5Entry  30 }

  mLHGR5Num OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mLHGR5Entry  31 }

  mLHGR5LoginLogoutSupportedByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Login/logout supported by default for new members'."
    DEFVAL       { false }
    ::= { mLHGR5Entry  32 }

  mLHGR5NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mLHGR5Entry  33 }

  mLHGR5NumLoggedInMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of logged-in members'."
    ::= { mLHGR5Entry  34 }

  mLHGR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGR5Entry  35 }

  mLHGR5ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGR5Entry  36 }

  mLHGR5HuntOnNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on no-answer'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR5Entry  37 }

  mLHGR5NoAnswerTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer timeout'."
    DEFVAL       { 30 }
    ::= { mLHGR5Entry  38 }

  mLHGR5NoAnswerExclusionTime OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer exclusion time'."
    DEFVAL       { 30 }
    ::= { mLHGR5Entry  39 }

  mLHGR5ServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service level'."
    DEFVAL       { mLHG }
    ::= { mLHGR5Entry  40 }

  mLHGR5ACDWrapUpEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - wrap-up enabled'."
    DEFVAL       { false }
    ::= { mLHGR5Entry  41 }

  mLHGR5ACDDspCdsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition codes required'."
    DEFVAL       { false }
    ::= { mLHGR5Entry  42 }

  mLHGR5ACDDspCd1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 1'."
    ::= { mLHGR5Entry  43 }

  mLHGR5ACDDspCd2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 2'."
    ::= { mLHGR5Entry  44 }

  mLHGR5ACDDspCd3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 3'."
    ::= { mLHGR5Entry  45 }

  mLHGR5ACDDspCd4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 4'."
    ::= { mLHGR5Entry  46 }

  mLHGR5ACDDspCd5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 5'."
    ::= { mLHGR5Entry  47 }

  mLHGR5ACDDspCd6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 6'."
    ::= { mLHGR5Entry  48 }

  mLHGR5ACDDspCd7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 7'."
    ::= { mLHGR5Entry  49 }

  mLHGR5ACDDspCd8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 8'."
    ::= { mLHGR5Entry  50 }

  mLHGR5ACDDspCd9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 9'."
    ::= { mLHGR5Entry  51 }

  mLHGR5ACDDspCd10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 10'."
    ::= { mLHGR5Entry  52 }

  mLHGR5ACDDspCd11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 11'."
    ::= { mLHGR5Entry  53 }

  mLHGR5ACDDspCd12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 12'."
    ::= { mLHGR5Entry  54 }

  mLHGR5ACDDspCd13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 13'."
    ::= { mLHGR5Entry  55 }

  mLHGR5ACDDspCd14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 14'."
    ::= { mLHGR5Entry  56 }

  mLHGR5ACDDspCd15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 15'."
    ::= { mLHGR5Entry  57 }

  mLHGR5ACDDspCd16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 16'."
    ::= { mLHGR5Entry  58 }

  mLHGR5ACDDspCd17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 17'."
    ::= { mLHGR5Entry  59 }

  mLHGR5ACDDspCd18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 18'."
    ::= { mLHGR5Entry  60 }

  mLHGR5ACDDspCd19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 19'."
    ::= { mLHGR5Entry  61 }

  mLHGR5ACDDspCd20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 20'."
    ::= { mLHGR5Entry  62 }

  mLHGR5ACDDspCd21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 21'."
    ::= { mLHGR5Entry  63 }

  mLHGR5ACDDspCd22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 22'."
    ::= { mLHGR5Entry  64 }

  mLHGR5ACDDspCd23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 23'."
    ::= { mLHGR5Entry  65 }

  mLHGR5ACDDspCd24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 24'."
    ::= { mLHGR5Entry  66 }

  mLHGR5ACDDspCd25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 25'."
    ::= { mLHGR5Entry  67 }

  mLHGR5ACDDspCd26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 26'."
    ::= { mLHGR5Entry  68 }

  mLHGR5ACDDspCd27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 27'."
    ::= { mLHGR5Entry  69 }

  mLHGR5ACDDspCd28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 28'."
    ::= { mLHGR5Entry  70 }

  mLHGR5ACDDspCd29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 29'."
    ::= { mLHGR5Entry  71 }

  mLHGR5ACDDspCd30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 30'."
    ::= { mLHGR5Entry  72 }

  mLHGR5UnavailCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding supported'."
    DEFVAL       { true }
    ::= { mLHGR5Entry  73 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  mLHGPilotDNR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2127 }

  mLHGPilotDNR9Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR9NEConn,
             mLHGPilotDNR9NetwkElement,
             mLHGPilotDNR9CFSIx,
             mLHGPilotDNR9GpIx,
             mLHGPilotDNR9MLHGGpIx,
             mLHGPilotDNR9DirNum }
    ::= {  mLHGPilotDNR9Table  1  }

  MLHGPilotDNR9Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR9NEConn                Unsigned32,
    mLHGPilotDNR9NetwkElement          DisplayString,
    mLHGPilotDNR9CFSIx                 Unsigned32,
    mLHGPilotDNR9GpIx                  Unsigned32,
    mLHGPilotDNR9MLHGGpIx              Unsigned32,
    mLHGPilotDNR9DirNum                DisplayString,
    mLHGPilotDNR9I1PerProfNEConn       Unsigned32,
    mLHGPilotDNR9I2PerProfNetwkElement DisplayString,
    mLHGPilotDNR9I3PerProfCFSIx        Unsigned32,
    mLHGPilotDNR9I4PerProfGpIx         Unsigned32,
    mLHGPilotDNR9InUseBy               INTEGER,
    mLHGPilotDNR9IntercomDialingCode   DisplayString,
    mLHGPilotDNR9MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR9MLHGIx                Unsigned32,
    mLHGPilotDNR9MLHGMemberIx          Unsigned32,
    mLHGPilotDNR9CustInfo              DisplayString,
    mLHGPilotDNR9CustInfo2             DisplayString,
    mLHGPilotDNR9CustInfo3             DisplayString,
    mLHGPilotDNR9CustInfo4             DisplayString,
    mLHGPilotDNR9CustInfo5             DisplayString,
    mLHGPilotDNR9CustInfo6             DisplayString,
    mLHGPilotDNR9NumStatus             INTEGER,
    mLHGPilotDNR9RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR9MovedFromDirNum       DisplayString,
    mLHGPilotDNR9ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR9MovedToDirNum         DisplayString,
    mLHGPilotDNR9PortedExchangeID      DisplayString,
    mLHGPilotDNR9PIN                   DisplayString,
    mLHGPilotDNR9SDActForceLNPLookup   INTEGER,
    mLHGPilotDNR9SDDefForceLNPLookup   INTEGER,
    mLHGPilotDNR9SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR9SDActTimezone         INTEGER,
    mLHGPilotDNR9SDDefTimezone         INTEGER,
    mLHGPilotDNR9SDUseDefTimezone      INTEGER,
    mLHGPilotDNR9SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR9SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR9SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR9ActYear               Unsigned32,
    mLHGPilotDNR9ActMonth              Unsigned32,
    mLHGPilotDNR9ActDate               Unsigned32,
    mLHGPilotDNR9DiagsLogLvl           INTEGER,
    mLHGPilotDNR9DiagsAPITraceEnabled  INTEGER,
    mLHGPilotDNR9DiagsAPITraceTag      DisplayString,
    mLHGPilotDNR9DiagsAPITraceRemNum   DisplayString,
    mLHGPilotDNR9ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR9ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR9ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR9ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR9SummaryChldAlrmState  INTEGER,
    mLHGPilotDNR9RowStatus             RowStatus,
    mLHGPilotDNR9EnabledDate           Unsigned32,
    mLHGPilotDNR9MovedDate             Unsigned32,
    mLHGPilotDNR9SDActExpireAfter      Unsigned32,
    mLHGPilotDNR9SDDefExpireAfter      Unsigned32,
    mLHGPilotDNR9SDUseDefExpireAfter   INTEGER,
    mLHGPilotDNR9ExpiryDate            Unsigned32,
    mLHGPilotDNR9I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR9I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR9I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR9SASHostname           LongDisplayString,
    mLHGPilotDNR9SDActChargeInd        INTEGER,
    mLHGPilotDNR9SDDefChargeInd        INTEGER,
    mLHGPilotDNR9SDUseDefChargeInd     INTEGER,
    mLHGPilotDNR9CustomerInfoFirstName LongDisplayString,
    mLHGPilotDNR9CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR9CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR9CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR9CustomerInfoSurname   LongDisplayString,
    mLHGPilotDNR9I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR9I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR9I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR9FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR9AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR9MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR9MLHGRingPattn         INTEGER,
    mLHGPilotDNR9SigType               INTEGER,
    mLHGPilotDNR9UseDNIdentification   INTEGER,
    mLHGPilotDNR9SIPUserName           DisplayString,
    mLHGPilotDNR9SIPDomainName         DisplayString,
    mLHGPilotDNR9SDActLCC1             INTEGER,
    mLHGPilotDNR9SDDefLCC1             INTEGER,
    mLHGPilotDNR9SDUseDefLCC1          INTEGER,
    mLHGPilotDNR9SDActLCC2             INTEGER,
    mLHGPilotDNR9SDDefLCC2             INTEGER,
    mLHGPilotDNR9SDUseDefLCC2          INTEGER,
    mLHGPilotDNR9SDActLCC3             INTEGER,
    mLHGPilotDNR9SDDefLCC3             INTEGER,
    mLHGPilotDNR9SDUseDefLCC3          INTEGER,
    mLHGPilotDNR9SDActLCC4             INTEGER,
    mLHGPilotDNR9SDDefLCC4             INTEGER,
    mLHGPilotDNR9SDUseDefLCC4          INTEGER,
    mLHGPilotDNR9SDActLCC5             INTEGER,
    mLHGPilotDNR9SDDefLCC5             INTEGER,
    mLHGPilotDNR9SDUseDefLCC5          INTEGER,
    mLHGPilotDNR9SDActLCC6             INTEGER,
    mLHGPilotDNR9SDDefLCC6             INTEGER,
    mLHGPilotDNR9SDUseDefLCC6          INTEGER,
    mLHGPilotDNR9SDActLCC7             INTEGER,
    mLHGPilotDNR9SDDefLCC7             INTEGER,
    mLHGPilotDNR9SDUseDefLCC7          INTEGER,
    mLHGPilotDNR9SDActLCC8             INTEGER,
    mLHGPilotDNR9SDDefLCC8             INTEGER,
    mLHGPilotDNR9SDUseDefLCC8          INTEGER,
    mLHGPilotDNR9SDActLCC9             INTEGER,
    mLHGPilotDNR9SDDefLCC9             INTEGER,
    mLHGPilotDNR9SDUseDefLCC9          INTEGER,
    mLHGPilotDNR9SDActLCC10            INTEGER,
    mLHGPilotDNR9SDDefLCC10            INTEGER,
    mLHGPilotDNR9SDUseDefLCC10         INTEGER,
    mLHGPilotDNR9SDActLCC11            INTEGER,
    mLHGPilotDNR9SDDefLCC11            INTEGER,
    mLHGPilotDNR9SDUseDefLCC11         INTEGER,
    mLHGPilotDNR9SDActLCC12            INTEGER,
    mLHGPilotDNR9SDDefLCC12            INTEGER,
    mLHGPilotDNR9SDUseDefLCC12         INTEGER,
    mLHGPilotDNR9SDActLCC13            INTEGER,
    mLHGPilotDNR9SDDefLCC13            INTEGER,
    mLHGPilotDNR9SDUseDefLCC13         INTEGER,
    mLHGPilotDNR9SDActLCC14            INTEGER,
    mLHGPilotDNR9SDDefLCC14            INTEGER,
    mLHGPilotDNR9SDUseDefLCC14         INTEGER,
    mLHGPilotDNR9SDActLCC15            INTEGER,
    mLHGPilotDNR9SDDefLCC15            INTEGER,
    mLHGPilotDNR9SDUseDefLCC15         INTEGER,
    mLHGPilotDNR9SDActLCC16            INTEGER,
    mLHGPilotDNR9SDDefLCC16            INTEGER,
    mLHGPilotDNR9SDUseDefLCC16         INTEGER,
    mLHGPilotDNR9SDActLCC17            INTEGER,
    mLHGPilotDNR9SDDefLCC17            INTEGER,
    mLHGPilotDNR9SDUseDefLCC17         INTEGER,
    mLHGPilotDNR9SDActLCC18            INTEGER,
    mLHGPilotDNR9SDDefLCC18            INTEGER,
    mLHGPilotDNR9SDUseDefLCC18         INTEGER,
    mLHGPilotDNR9SDActLCC19            INTEGER,
    mLHGPilotDNR9SDDefLCC19            INTEGER,
    mLHGPilotDNR9SDUseDefLCC19         INTEGER,
    mLHGPilotDNR9SDActLCC20            INTEGER,
    mLHGPilotDNR9SDDefLCC20            INTEGER,
    mLHGPilotDNR9SDUseDefLCC20         INTEGER
  }

  mLHGPilotDNR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR9Entry  1 }

  mLHGPilotDNR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR9Entry  2 }

  mLHGPilotDNR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR9Entry  3 }

  mLHGPilotDNR9GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR9Entry  4 }

  mLHGPilotDNR9MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR9Entry  5 }

  mLHGPilotDNR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR9Entry  6 }

  mLHGPilotDNR9I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR9Entry  7 }

  mLHGPilotDNR9I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR9Entry  8 }

  mLHGPilotDNR9I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR9Entry  9 }

  mLHGPilotDNR9I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR9Entry  10 }

  mLHGPilotDNR9InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR9Entry  11 }

  mLHGPilotDNR9IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR9Entry  12 }

  mLHGPilotDNR9MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR9Entry  13 }

  mLHGPilotDNR9MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR9Entry  14 }

  mLHGPilotDNR9MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR9Entry  15 }

  mLHGPilotDNR9CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR9Entry  16 }

  mLHGPilotDNR9CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR9Entry  17 }

  mLHGPilotDNR9CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR9Entry  18 }

  mLHGPilotDNR9CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR9Entry  19 }

  mLHGPilotDNR9CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR9Entry  20 }

  mLHGPilotDNR9CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR9Entry  21 }

  mLHGPilotDNR9NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR9Entry  22 }

  mLHGPilotDNR9RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR9Entry  23 }

  mLHGPilotDNR9MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR9Entry  24 }

  mLHGPilotDNR9ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR9Entry  25 }

  mLHGPilotDNR9MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR9Entry  26 }

  mLHGPilotDNR9PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR9Entry  27 }

  mLHGPilotDNR9PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR9Entry  28 }

  mLHGPilotDNR9SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  29 }

  mLHGPilotDNR9SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  30 }

  mLHGPilotDNR9SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  31 }

  mLHGPilotDNR9SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  32 }

  mLHGPilotDNR9SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  33 }

  mLHGPilotDNR9SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  34 }

  mLHGPilotDNR9SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  35 }

  mLHGPilotDNR9SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  36 }

  mLHGPilotDNR9SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  37 }

  mLHGPilotDNR9ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR9Entry  38 }

  mLHGPilotDNR9ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR9Entry  39 }

  mLHGPilotDNR9ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR9Entry  40 }

  mLHGPilotDNR9DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR9Entry  41 }

  mLHGPilotDNR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR9Entry  42 }

  mLHGPilotDNR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR9Entry  43 }

  mLHGPilotDNR9DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR9Entry  44 }

  mLHGPilotDNR9ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR9Entry  45 }

  mLHGPilotDNR9ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR9Entry  46 }

  mLHGPilotDNR9ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR9Entry  47 }

  mLHGPilotDNR9ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR9Entry  48 }

  mLHGPilotDNR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR9Entry  49 }

  mLHGPilotDNR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR9Entry  50 }

  mLHGPilotDNR9EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR9Entry  51 }

  mLHGPilotDNR9MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR9Entry  52 }

  mLHGPilotDNR9SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  53 }

  mLHGPilotDNR9SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  54 }

  mLHGPilotDNR9SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  55 }

  mLHGPilotDNR9ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR9Entry  56 }

  mLHGPilotDNR9I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR9Entry  58 }

  mLHGPilotDNR9I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR9Entry  59 }

  mLHGPilotDNR9I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR9Entry  60 }

  mLHGPilotDNR9SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR9Entry  62 }

  mLHGPilotDNR9SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  63 }

  mLHGPilotDNR9SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  64 }

  mLHGPilotDNR9SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  65 }

  mLHGPilotDNR9CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR9Entry  80 }

  mLHGPilotDNR9CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR9Entry  81 }

  mLHGPilotDNR9CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR9Entry  82 }

  mLHGPilotDNR9CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR9Entry  83 }

  mLHGPilotDNR9CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR9Entry  84 }

  mLHGPilotDNR9I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR9Entry  85 }

  mLHGPilotDNR9I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR9Entry  86 }

  mLHGPilotDNR9I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR9Entry  87 }

  mLHGPilotDNR9FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR9Entry  88 }

  mLHGPilotDNR9AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  89 }

  mLHGPilotDNR9MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR9Entry  90 }

  mLHGPilotDNR9MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR9Entry  91 }

  mLHGPilotDNR9SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR9Entry  92 }

  mLHGPilotDNR9UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR9Entry  93 }

  mLHGPilotDNR9SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR9Entry  94 }

  mLHGPilotDNR9SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR9Entry  95 }

  mLHGPilotDNR9SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  96 }

  mLHGPilotDNR9SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  97 }

  mLHGPilotDNR9SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  98 }

  mLHGPilotDNR9SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  99 }

  mLHGPilotDNR9SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  100 }

  mLHGPilotDNR9SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  101 }

  mLHGPilotDNR9SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  102 }

  mLHGPilotDNR9SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  103 }

  mLHGPilotDNR9SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  104 }

  mLHGPilotDNR9SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  105 }

  mLHGPilotDNR9SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  106 }

  mLHGPilotDNR9SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  107 }

  mLHGPilotDNR9SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  108 }

  mLHGPilotDNR9SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  109 }

  mLHGPilotDNR9SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  110 }

  mLHGPilotDNR9SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  111 }

  mLHGPilotDNR9SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  112 }

  mLHGPilotDNR9SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  113 }

  mLHGPilotDNR9SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  114 }

  mLHGPilotDNR9SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  115 }

  mLHGPilotDNR9SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  116 }

  mLHGPilotDNR9SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  117 }

  mLHGPilotDNR9SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  118 }

  mLHGPilotDNR9SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  119 }

  mLHGPilotDNR9SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  120 }

  mLHGPilotDNR9SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  121 }

  mLHGPilotDNR9SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  122 }

  mLHGPilotDNR9SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  123 }

  mLHGPilotDNR9SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  124 }

  mLHGPilotDNR9SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  125 }

  mLHGPilotDNR9SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  126 }

  mLHGPilotDNR9SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  127 }

  mLHGPilotDNR9SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  128 }

  mLHGPilotDNR9SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  129 }

  mLHGPilotDNR9SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  130 }

  mLHGPilotDNR9SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  131 }

  mLHGPilotDNR9SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  132 }

  mLHGPilotDNR9SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  133 }

  mLHGPilotDNR9SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  134 }

  mLHGPilotDNR9SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  135 }

  mLHGPilotDNR9SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  136 }

  mLHGPilotDNR9SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  137 }

  mLHGPilotDNR9SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  138 }

  mLHGPilotDNR9SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  139 }

  mLHGPilotDNR9SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  140 }

  mLHGPilotDNR9SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  141 }

  mLHGPilotDNR9SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  142 }

  mLHGPilotDNR9SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  143 }

  mLHGPilotDNR9SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  144 }

  mLHGPilotDNR9SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  145 }

  mLHGPilotDNR9SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  146 }

  mLHGPilotDNR9SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  147 }

  mLHGPilotDNR9SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  148 }

  mLHGPilotDNR9SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  149 }

  mLHGPilotDNR9SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  150 }

  mLHGPilotDNR9SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  151 }

  mLHGPilotDNR9SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  152 }

  mLHGPilotDNR9SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  153 }

  mLHGPilotDNR9SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR9Entry  154 }

  mLHGPilotDNR9SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR9Entry  155 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  mLHGPltDNCallFwdR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPltDNCallFwdR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2128 }

  mLHGPltDNCallFwdR2Entry OBJECT-TYPE
    SYNTAX       MLHGPltDNCallFwdR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPltDNCallFwdR2NEConn,
             mLHGPltDNCallFwdR2NetwkElement,
             mLHGPltDNCallFwdR2CFSIx,
             mLHGPltDNCallFwdR2GpIx,
             mLHGPltDNCallFwdR2MLHGGpIx,
             mLHGPltDNCallFwdR2DirNum }
    ::= {  mLHGPltDNCallFwdR2Table  1  }

  MLHGPltDNCallFwdR2Entry  ::=  SEQUENCE
  {
    mLHGPltDNCallFwdR2NEConn           Unsigned32,
    mLHGPltDNCallFwdR2NetwkElement     DisplayString,
    mLHGPltDNCallFwdR2CFSIx            Unsigned32,
    mLHGPltDNCallFwdR2GpIx             Unsigned32,
    mLHGPltDNCallFwdR2MLHGGpIx         Unsigned32,
    mLHGPltDNCallFwdR2DirNum           DisplayString,
    mLHGPltDNCallFwdR2SDActMaxSimulFwds
                                       Unsigned32,
    mLHGPltDNCallFwdR2SDDefMaxSimulFwds
                                       Unsigned32,
    mLHGPltDNCallFwdR2SDUseDefMaxSimulFwds
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActCFUVariant  INTEGER,
    mLHGPltDNCallFwdR2SDDefCFUVariant  INTEGER,
    mLHGPltDNCallFwdR2SDUseDefCFUVariant
                                       INTEGER,
    mLHGPltDNCallFwdR2CFUEnabled       INTEGER,
    mLHGPltDNCallFwdR2CFUNum           DisplayString,
    mLHGPltDNCallFwdR2SDActCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActCFBLVariant INTEGER,
    mLHGPltDNCallFwdR2SDDefCFBLVariant INTEGER,
    mLHGPltDNCallFwdR2SDUseDefCFBLVariant
                                       INTEGER,
    mLHGPltDNCallFwdR2CFBLEnabled      INTEGER,
    mLHGPltDNCallFwdR2CFBLNum          DisplayString,
    mLHGPltDNCallFwdR2SDActCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActCFDAVariant INTEGER,
    mLHGPltDNCallFwdR2SDDefCFDAVariant INTEGER,
    mLHGPltDNCallFwdR2SDUseDefCFDAVariant
                                       INTEGER,
    mLHGPltDNCallFwdR2CFDAEnabled      INTEGER,
    mLHGPltDNCallFwdR2CFDANum          DisplayString,
    mLHGPltDNCallFwdR2SDActCFDANoReplyTime
                                       Unsigned32,
    mLHGPltDNCallFwdR2SDDefCFDANoReplyTime
                                       Unsigned32,
    mLHGPltDNCallFwdR2SDUseDefCFDANoReplyTime
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SCFEnabled       INTEGER,
    mLHGPltDNCallFwdR2SCFNumToFwdTo    DisplayString,
    mLHGPltDNCallFwdR2SCFNumAnonNumsFwd
                                       Unsigned32,
    mLHGPltDNCallFwdR2SDActSCFUSB      INTEGER,
    mLHGPltDNCallFwdR2SDDefSCFUSB      INTEGER,
    mLHGPltDNCallFwdR2SDUseDefSCFUSB   INTEGER,
    mLHGPltDNCallFwdR2SDActRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2RACFBlocked      INTEGER,
    mLHGPltDNCallFwdR2DoExtraActions   INTEGER,
    mLHGPltDNCallFwdR2SDActRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR2SDActUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDDefUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2SDUseDefUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR2UnavailCFEnabled INTEGER,
    mLHGPltDNCallFwdR2UnavailCFNum     DisplayString
  }

  mLHGPltDNCallFwdR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR2Entry  1 }

  mLHGPltDNCallFwdR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR2Entry  2 }

  mLHGPltDNCallFwdR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR2Entry  3 }

  mLHGPltDNCallFwdR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR2Entry  4 }

  mLHGPltDNCallFwdR2MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR2Entry  5 }

  mLHGPltDNCallFwdR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR2Entry  6 }

  mLHGPltDNCallFwdR2SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  7 }

  mLHGPltDNCallFwdR2SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  8 }

  mLHGPltDNCallFwdR2SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  9 }

  mLHGPltDNCallFwdR2SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  10 }

  mLHGPltDNCallFwdR2SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  11 }

  mLHGPltDNCallFwdR2SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  12 }

  mLHGPltDNCallFwdR2SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  13 }

  mLHGPltDNCallFwdR2SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  14 }

  mLHGPltDNCallFwdR2SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  15 }

  mLHGPltDNCallFwdR2SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  16 }

  mLHGPltDNCallFwdR2SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  17 }

  mLHGPltDNCallFwdR2SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  18 }

  mLHGPltDNCallFwdR2SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  19 }

  mLHGPltDNCallFwdR2SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  20 }

  mLHGPltDNCallFwdR2SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  21 }

  mLHGPltDNCallFwdR2SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  22 }

  mLHGPltDNCallFwdR2SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  23 }

  mLHGPltDNCallFwdR2SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  24 }

  mLHGPltDNCallFwdR2SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  25 }

  mLHGPltDNCallFwdR2SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  26 }

  mLHGPltDNCallFwdR2SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  27 }

  mLHGPltDNCallFwdR2CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR2Entry  28 }

  mLHGPltDNCallFwdR2CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR2Entry  29 }

  mLHGPltDNCallFwdR2SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  30 }

  mLHGPltDNCallFwdR2SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  31 }

  mLHGPltDNCallFwdR2SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  32 }

  mLHGPltDNCallFwdR2SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  33 }

  mLHGPltDNCallFwdR2SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  34 }

  mLHGPltDNCallFwdR2SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  35 }

  mLHGPltDNCallFwdR2CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR2Entry  36 }

  mLHGPltDNCallFwdR2CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR2Entry  37 }

  mLHGPltDNCallFwdR2SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  38 }

  mLHGPltDNCallFwdR2SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  39 }

  mLHGPltDNCallFwdR2SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  40 }

  mLHGPltDNCallFwdR2SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  41 }

  mLHGPltDNCallFwdR2SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  42 }

  mLHGPltDNCallFwdR2SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  43 }

  mLHGPltDNCallFwdR2CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR2Entry  44 }

  mLHGPltDNCallFwdR2CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR2Entry  45 }

  mLHGPltDNCallFwdR2SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  46 }

  mLHGPltDNCallFwdR2SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  47 }

  mLHGPltDNCallFwdR2SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  48 }

  mLHGPltDNCallFwdR2SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  49 }

  mLHGPltDNCallFwdR2SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  50 }

  mLHGPltDNCallFwdR2SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  51 }

  mLHGPltDNCallFwdR2SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  52 }

  mLHGPltDNCallFwdR2SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  53 }

  mLHGPltDNCallFwdR2SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  54 }

  mLHGPltDNCallFwdR2SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR2Entry  55 }

  mLHGPltDNCallFwdR2SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { mLHGPltDNCallFwdR2Entry  56 }

  mLHGPltDNCallFwdR2SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { mLHGPltDNCallFwdR2Entry  57 }

  mLHGPltDNCallFwdR2SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  58 }

  mLHGPltDNCallFwdR2SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  59 }

  mLHGPltDNCallFwdR2SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  60 }

  mLHGPltDNCallFwdR2SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  61 }

  mLHGPltDNCallFwdR2SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  62 }

  mLHGPltDNCallFwdR2SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  63 }

  mLHGPltDNCallFwdR2RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR2Entry  64 }

  mLHGPltDNCallFwdR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGPltDNCallFwdR2Entry  65 }

  mLHGPltDNCallFwdR2SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  66 }

  mLHGPltDNCallFwdR2SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  67 }

  mLHGPltDNCallFwdR2SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  68 }

  mLHGPltDNCallFwdR2SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  69 }

  mLHGPltDNCallFwdR2SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR2Entry  70 }

  mLHGPltDNCallFwdR2SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR2Entry  71 }

  mLHGPltDNCallFwdR2UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR2Entry  72 }

  mLHGPltDNCallFwdR2UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR2Entry  73 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  mLHGPilotDNWebTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNWebEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2129 }

  mLHGPilotDNWebEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNWebEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNWebNEConn,
             mLHGPilotDNWebNetwkElement,
             mLHGPilotDNWebCFSIx,
             mLHGPilotDNWebGpIx,
             mLHGPilotDNWebMLHGGpIx,
             mLHGPilotDNWebDirNum }
    ::= {  mLHGPilotDNWebTable  1  }

  MLHGPilotDNWebEntry  ::=  SEQUENCE
  {
    mLHGPilotDNWebNEConn               Unsigned32,
    mLHGPilotDNWebNetwkElement         DisplayString,
    mLHGPilotDNWebCFSIx                Unsigned32,
    mLHGPilotDNWebGpIx                 Unsigned32,
    mLHGPilotDNWebMLHGGpIx             Unsigned32,
    mLHGPilotDNWebDirNum               DisplayString,
    mLHGPilotDNWebSDActBCMSubscrd      INTEGER,
    mLHGPilotDNWebSDDefBCMSubscrd      INTEGER,
    mLHGPilotDNWebSDUseDefBCMSubscrd   INTEGER,
    mLHGPilotDNWebDiagsAPITraceEnabled INTEGER,
    mLHGPilotDNWebDiagsAPITraceTag     DisplayString
  }

  mLHGPilotDNWebNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNWebEntry  1 }

  mLHGPilotDNWebNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNWebEntry  2 }

  mLHGPilotDNWebCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNWebEntry  3 }

  mLHGPilotDNWebGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNWebEntry  4 }

  mLHGPilotDNWebMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNWebEntry  5 }

  mLHGPilotDNWebDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNWebEntry  6 }

  mLHGPilotDNWebSDActBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNWebEntry  7 }

  mLHGPilotDNWebSDDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNWebEntry  8 }

  mLHGPilotDNWebSDUseDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNWebEntry  9 }

  mLHGPilotDNWebDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNWebEntry  10 }

  mLHGPilotDNWebDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNWebEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 8.3.10                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  pBXR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2130 }

  pBXR24Entry OBJECT-TYPE
    SYNTAX       PBXR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR24NEConn,
             pBXR24NetwkElement,
             pBXR24CFSIx,
             pBXR24DirNum }
    ::= {  pBXR24Table  1  }

  PBXR24Entry  ::=  SEQUENCE
  {
    pBXR24NEConn                       Unsigned32,
    pBXR24NetwkElement                 DisplayString,
    pBXR24CFSIx                        Unsigned32,
    pBXR24DirNum                       DisplayString,
    pBXR24PresNum                      DisplayString,
    pBXR24ClgPartyNum                  DisplayString,
    pBXR24I1SubGpNEConn                Unsigned32,
    pBXR24I2SubGpNetwkElement          DisplayString,
    pBXR24I3SubGpCFSIx                 Unsigned32,
    pBXR24I4SubGpSubGpIx               Unsigned32,
    pBXR24NumStatus                    INTEGER,
    pBXR24PortedExchangeID             DisplayString,
    pBXR24LineSelMethod                INTEGER,
    pBXR24ANIDNISFormat                DisplayString,
    pBXR24PIN                          DisplayString,
    pBXR24Locale                       INTEGER,
    pBXR24DigitMaskingReqd             INTEGER,
    pBXR24TermFacilityMarksServInterception
                                       INTEGER,
    pBXR24ActYear                      Unsigned32,
    pBXR24ActMonth                     Unsigned32,
    pBXR24ActDate                      Unsigned32,
    pBXR24CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR24PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR24CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR24PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR24ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR24ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR24ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR24ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR24DiagsAPITraceEnabled         INTEGER,
    pBXR24DiagsAPITraceTag             DisplayString,
    pBXR24DiagsAPITraceRemNum          DisplayString,
    pBXR24TotChldAlrmsAttnRq           Unsigned32,
    pBXR24TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR24TotChldAlrmsAtndDp           Unsigned32,
    pBXR24TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR24SummaryChldAlrmState         INTEGER,
    pBXR24ExportNumObjectsExported     Integer32,
    pBXR24ExportStatus                 DisplayString,
    pBXR24ExportFile                   DisplayString,
    pBXR24ExportCorr                   Counter64,
    pBXR24ExportCorrNode               DisplayString,
    pBXR24ExportCorrUID                DisplayString,
    pBXR24DoExtraActions               INTEGER,
    pBXR24RowStatus                    RowStatus,
    pBXR24MovedToDirNum                DisplayString,
    pBXR24CustInfo                     DisplayString,
    pBXR24DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR24ServSuspended                INTEGER,
    pBXR24SendDIDSeqListedDirNum       INTEGER,
    pBXR24DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR24CustInfo2                    DisplayString,
    pBXR24CustInfo3                    DisplayString,
    pBXR24CustInfo4                    DisplayString,
    pBXR24CustInfo5                    DisplayString,
    pBXR24CustInfo6                    DisplayString,
    pBXR24RecentlyMovedFromOldNum      INTEGER,
    pBXR24MovedFromDirNum              DisplayString,
    pBXR24ConnectCallAfterAnnounce     INTEGER,
    pBXR24DiagsLogLvl                  INTEGER,
    pBXR24PBXFixBits                   BITS,
    pBXR24ChargeNum                    DisplayString,
    pBXR24SigType                      INTEGER,
    pBXR24SDActMaxCallAppearances      Unsigned32,
    pBXR24SDDefMaxCallAppearances      Unsigned32,
    pBXR24SDUseDefMaxCallAppearances   INTEGER,
    pBXR24I1PerProfNEConn              Unsigned32,
    pBXR24I2PerProfNetwkElement        DisplayString,
    pBXR24I3PerProfCFSIx               Unsigned32,
    pBXR24I4PerProfGpIx                Unsigned32,
    pBXR24SDActTimezone                INTEGER,
    pBXR24SDDefTimezone                INTEGER,
    pBXR24SDUseDefTimezone             INTEGER,
    pBXR24SDActAdjustDaylightSavings   INTEGER,
    pBXR24SDDefAdjustDaylightSavings   INTEGER,
    pBXR24SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR24SDActLongDistanceCarr        DisplayString,
    pBXR24SDDefLongDistanceCarr        DisplayString,
    pBXR24SDUseDefLongDistanceCarr     INTEGER,
    pBXR24SDActIntraLATACarr           DisplayString,
    pBXR24SDDefIntraLATACarr           DisplayString,
    pBXR24SDUseDefIntraLATACarr        INTEGER,
    pBXR24SDActRtgAttrs                BITS,
    pBXR24SDDefRtgAttrs                BITS,
    pBXR24SDUseDefRtgAttrs             INTEGER,
    pBXR24SDActBillType                INTEGER,
    pBXR24SDDefBillType                INTEGER,
    pBXR24SDUseDefBillType             INTEGER,
    pBXR24SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR24SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR24SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR24SDActTariffGp                INTEGER,
    pBXR24SDDefTariffGp                INTEGER,
    pBXR24SDUseDefTariffGp             INTEGER,
    pBXR24SDActIntnatlCarr             DisplayString,
    pBXR24SDDefIntnatlCarr             DisplayString,
    pBXR24SDUseDefIntnatlCarr          INTEGER,
    pBXR24SDActLCC1                    INTEGER,
    pBXR24SDDefLCC1                    INTEGER,
    pBXR24SDUseDefLCC1                 INTEGER,
    pBXR24SDActLCC2                    INTEGER,
    pBXR24SDDefLCC2                    INTEGER,
    pBXR24SDUseDefLCC2                 INTEGER,
    pBXR24SDActLCC3                    INTEGER,
    pBXR24SDDefLCC3                    INTEGER,
    pBXR24SDUseDefLCC3                 INTEGER,
    pBXR24SDActLCC4                    INTEGER,
    pBXR24SDDefLCC4                    INTEGER,
    pBXR24SDUseDefLCC4                 INTEGER,
    pBXR24SDActLCC5                    INTEGER,
    pBXR24SDDefLCC5                    INTEGER,
    pBXR24SDUseDefLCC5                 INTEGER,
    pBXR24SDActForceLNPLookup          INTEGER,
    pBXR24SDDefForceLNPLookup          INTEGER,
    pBXR24SDUseDefForceLNPLookup       INTEGER,
    pBXR24LineTrafficStudy             INTEGER,
    pBXR24DefNumDIDDigits              INTEGER,
    pBXR24EnabledDate                  Unsigned32,
    pBXR24ChargeNumReqd                INTEGER,
    pBXR24SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR24SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR24SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR24SDActLCC6                    INTEGER,
    pBXR24SDDefLCC6                    INTEGER,
    pBXR24SDUseDefLCC6                 INTEGER,
    pBXR24SDActLCC7                    INTEGER,
    pBXR24SDDefLCC7                    INTEGER,
    pBXR24SDUseDefLCC7                 INTEGER,
    pBXR24SDActLCC8                    INTEGER,
    pBXR24SDDefLCC8                    INTEGER,
    pBXR24SDUseDefLCC8                 INTEGER,
    pBXR24SDActLCC9                    INTEGER,
    pBXR24SDDefLCC9                    INTEGER,
    pBXR24SDUseDefLCC9                 INTEGER,
    pBXR24SDActLCC10                   INTEGER,
    pBXR24SDDefLCC10                   INTEGER,
    pBXR24SDUseDefLCC10                INTEGER,
    pBXR24SDActLCC11                   INTEGER,
    pBXR24SDDefLCC11                   INTEGER,
    pBXR24SDUseDefLCC11                INTEGER,
    pBXR24SDActLCC12                   INTEGER,
    pBXR24SDDefLCC12                   INTEGER,
    pBXR24SDUseDefLCC12                INTEGER,
    pBXR24SDActLCC13                   INTEGER,
    pBXR24SDDefLCC13                   INTEGER,
    pBXR24SDUseDefLCC13                INTEGER,
    pBXR24SDActLCC14                   INTEGER,
    pBXR24SDDefLCC14                   INTEGER,
    pBXR24SDUseDefLCC14                INTEGER,
    pBXR24SDActLCC15                   INTEGER,
    pBXR24SDDefLCC15                   INTEGER,
    pBXR24SDUseDefLCC15                INTEGER,
    pBXR24SDActLCC16                   INTEGER,
    pBXR24SDDefLCC16                   INTEGER,
    pBXR24SDUseDefLCC16                INTEGER,
    pBXR24SDActLCC17                   INTEGER,
    pBXR24SDDefLCC17                   INTEGER,
    pBXR24SDUseDefLCC17                INTEGER,
    pBXR24SDActLCC18                   INTEGER,
    pBXR24SDDefLCC18                   INTEGER,
    pBXR24SDUseDefLCC18                INTEGER,
    pBXR24SDActLCC19                   INTEGER,
    pBXR24SDDefLCC19                   INTEGER,
    pBXR24SDUseDefLCC19                INTEGER,
    pBXR24SDActLCC20                   INTEGER,
    pBXR24SDDefLCC20                   INTEGER,
    pBXR24SDUseDefLCC20                INTEGER,
    pBXR24LDNPBXCapacityGp             INTEGER,
    pBXR24SDActVQMCallLogging          INTEGER,
    pBXR24SDDefVQMCallLogging          INTEGER,
    pBXR24SDUseDefVQMCallLogging       INTEGER,
    pBXR24FaultMonitoringLvl           INTEGER,
    pBXR24CFMLvlOnApply2               INTEGER,
    pBXR24MovedToNumAsDialed           DisplayString,
    pBXR24MovedDate                    Unsigned32,
    pBXR24SDActExpireAfter             Unsigned32,
    pBXR24SDDefExpireAfter             Unsigned32,
    pBXR24SDUseDefExpireAfter          INTEGER,
    pBXR24ExpiryDate                   Unsigned32,
    pBXR24IntercomDialingCode          DisplayString,
    pBXR24I1BusGpBusGpNEConn           Unsigned32,
    pBXR24I2BusGpBusGpNetwkElement     DisplayString,
    pBXR24I3BusGpBusGpCFSIx            Unsigned32,
    pBXR24I4BusGpBusGpGpIx             Unsigned32,
    pBXR24BusGpBusGpOtherVals          INTEGER,
    pBXR24BusGpExternalLineCode        DisplayString,
    pBXR24BusGpInternalLineCode        DisplayString,
    pBXR24BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR24BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR24BusGpForceSimpleMatching     INTEGER,
    pBXR24BusGpDiagsLogCorr            Counter64,
    pBXR24SecondLocale                 INTEGER,
    pBXR24SDActAdvChrgAOCD             INTEGER,
    pBXR24SDDefAdvChrgAOCD             INTEGER,
    pBXR24SDUseDefAdvChrgAOCD          INTEGER,
    pBXR24SDActAdvChrgAOCE             INTEGER,
    pBXR24SDDefAdvChrgAOCE             INTEGER,
    pBXR24SDUseDefAdvChrgAOCE          INTEGER,
    pBXR24I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR24I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR24I3DelegatedManagementGpDMGIx Integer32,
    pBXR24SDActSubTimezone             LongDisplayString,
    pBXR24SDDefSubTimezone             LongDisplayString,
    pBXR24SDUseDefSubTimezone          INTEGER,
    pBXR24SDActChargeInd               INTEGER,
    pBXR24SDDefChargeInd               INTEGER,
    pBXR24SDUseDefChargeInd            INTEGER,
    pBXR24SDActSubClgCategory          INTEGER,
    pBXR24SDDefSubClgCategory          INTEGER,
    pBXR24SDUseDefSubClgCategory       INTEGER,
    pBXR24CustomerInfoFirstName        LongDisplayString,
    pBXR24CustomerInfoSecondName       LongDisplayString,
    pBXR24CustomerInfoOtherNames       LongDisplayString,
    pBXR24CustomerInfoPenultimateName  LongDisplayString,
    pBXR24CustomerInfoSurname          LongDisplayString,
    pBXR24UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR24I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR24I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR24I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR24I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR24TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR24I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR24I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR24I3FaultMonitoringProfFMPIx   Integer32,
    pBXR24FaultMonitoringProfOtherVals INTEGER,
    pBXR24ApplyFMPToReltdObjectTypes   BITS,
    pBXR24AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR24SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR24SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR24SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR24SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR24SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR24SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR24AlrmState                    INTEGER,
    pBXR24StatisticsAlrms              Integer32,
    pBXR24AlrmLogCorr                  Counter64,
    pBXR24AddtlAlrmLogCorr             Counter64,
    pBXR24AlrmEvtsAttnRq               Unsigned32,
    pBXR24AlrmEvtsAtndDp               Unsigned32,
    pBXR24AlrmStateTimestamp           Unsigned32,
    pBXR24SASHostname                  LongDisplayString,
    pBXR24UseCfgdTrnkGpID              INTEGER,
    pBXR24TrnkGpID                     INTEGER,
    pBXR24TotCallsLimit                INTEGER,
    pBXR24MaxCalls                     Unsigned32,
    pBXR24TermCallsLimit               INTEGER,
    pBXR24MaxTermCalls                 Unsigned32,
    pBXR24OrigingCallsLimit            INTEGER,
    pBXR24MaxOrigingCalls              Unsigned32,
    pBXR24LimitIntraBGCalls            INTEGER,
    pBXR24UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR24ExportIncASRepData           INTEGER,
    pBXR24ExportChldObjectsToInc       INTEGER
  }

  pBXR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR24Entry  1 }

  pBXR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR24Entry  2 }

  pBXR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR24Entry  3 }

  pBXR24DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR24Entry  4 }

  pBXR24PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR24Entry  5 }

  pBXR24ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR24Entry  6 }

  pBXR24I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR24Entry  7 }

  pBXR24I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR24Entry  8 }

  pBXR24I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR24Entry  9 }

  pBXR24I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR24Entry  10 }

  pBXR24NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR24Entry  11 }

  pBXR24PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR24Entry  12 }

  pBXR24LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR24Entry  13 }

  pBXR24ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR24Entry  14 }

  pBXR24PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR24Entry  18 }

  pBXR24Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR24Entry  19 }

  pBXR24DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR24Entry  22 }

  pBXR24TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR24Entry  24 }

  pBXR24ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR24Entry  26 }

  pBXR24ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR24Entry  27 }

  pBXR24ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR24Entry  28 }

  pBXR24CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR24Entry  29 }

  pBXR24PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR24Entry  30 }

  pBXR24CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR24Entry  31 }

  pBXR24PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR24Entry  32 }

  pBXR24ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR24Entry  33 }

  pBXR24ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR24Entry  34 }

  pBXR24ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR24Entry  35 }

  pBXR24ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR24Entry  36 }

  pBXR24DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR24Entry  37 }

  pBXR24DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR24Entry  38 }

  pBXR24DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR24Entry  39 }

  pBXR24TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR24Entry  40 }

  pBXR24TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR24Entry  41 }

  pBXR24TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR24Entry  42 }

  pBXR24TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR24Entry  43 }

  pBXR24SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR24Entry  44 }

  pBXR24ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR24Entry  45 }

  pBXR24ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR24Entry  46 }

  pBXR24ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR24Entry  47 }

  pBXR24ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR24Entry  48 }

  pBXR24ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR24Entry  49 }

  pBXR24ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR24Entry  50 }

  pBXR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR24Entry  51 }

  pBXR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR24Entry  52 }

  pBXR24MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR24Entry  53 }

  pBXR24CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR24Entry  54 }

  pBXR24DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR24Entry  55 }

  pBXR24ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR24Entry  57 }

  pBXR24SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR24Entry  59 }

  pBXR24DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR24Entry  60 }

  pBXR24CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR24Entry  61 }

  pBXR24CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR24Entry  62 }

  pBXR24CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR24Entry  63 }

  pBXR24CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR24Entry  64 }

  pBXR24CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR24Entry  65 }

  pBXR24RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR24Entry  66 }

  pBXR24MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR24Entry  67 }

  pBXR24ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR24Entry  68 }

  pBXR24DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR24Entry  69 }

  pBXR24PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR24Entry  71 }

  pBXR24ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR24Entry  72 }

  pBXR24SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR24Entry  74 }

  pBXR24SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  75 }

  pBXR24SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  76 }

  pBXR24SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  77 }

  pBXR24I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR24Entry  84 }

  pBXR24I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR24Entry  85 }

  pBXR24I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR24Entry  86 }

  pBXR24I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR24Entry  87 }

  pBXR24SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  88 }

  pBXR24SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  89 }

  pBXR24SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  90 }

  pBXR24SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  91 }

  pBXR24SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  92 }

  pBXR24SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  93 }

  pBXR24SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  100 }

  pBXR24SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  101 }

  pBXR24SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  102 }

  pBXR24SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  103 }

  pBXR24SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  104 }

  pBXR24SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  105 }

  pBXR24SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  106 }

  pBXR24SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  107 }

  pBXR24SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  108 }

  pBXR24SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  109 }

  pBXR24SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  110 }

  pBXR24SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  111 }

  pBXR24SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  112 }

  pBXR24SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  113 }

  pBXR24SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  114 }

  pBXR24SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  115 }

  pBXR24SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  116 }

  pBXR24SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  117 }

  pBXR24SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  118 }

  pBXR24SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  119 }

  pBXR24SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  120 }

  pBXR24SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  121 }

  pBXR24SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  122 }

  pBXR24SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  123 }

  pBXR24SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  124 }

  pBXR24SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  125 }

  pBXR24SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  126 }

  pBXR24SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  127 }

  pBXR24SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  128 }

  pBXR24SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  129 }

  pBXR24SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  130 }

  pBXR24SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  131 }

  pBXR24SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  132 }

  pBXR24SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  133 }

  pBXR24SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  134 }

  pBXR24SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  135 }

  pBXR24SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  136 }

  pBXR24SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  137 }

  pBXR24SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  138 }

  pBXR24LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR24Entry  139 }

  pBXR24DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR24Entry  140 }

  pBXR24EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR24Entry  141 }

  pBXR24ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR24Entry  142 }

  pBXR24SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  150 }

  pBXR24SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  151 }

  pBXR24SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  152 }

  pBXR24SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  153 }

  pBXR24SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  154 }

  pBXR24SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  155 }

  pBXR24SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  156 }

  pBXR24SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  157 }

  pBXR24SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  158 }

  pBXR24SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  159 }

  pBXR24SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  160 }

  pBXR24SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  161 }

  pBXR24SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  162 }

  pBXR24SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  163 }

  pBXR24SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  164 }

  pBXR24SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  165 }

  pBXR24SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  166 }

  pBXR24SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  167 }

  pBXR24SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  168 }

  pBXR24SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  169 }

  pBXR24SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  170 }

  pBXR24SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  171 }

  pBXR24SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  172 }

  pBXR24SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  173 }

  pBXR24SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  174 }

  pBXR24SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  175 }

  pBXR24SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  176 }

  pBXR24SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  177 }

  pBXR24SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  178 }

  pBXR24SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  179 }

  pBXR24SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  180 }

  pBXR24SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  181 }

  pBXR24SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  182 }

  pBXR24SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  183 }

  pBXR24SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  184 }

  pBXR24SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  185 }

  pBXR24SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  186 }

  pBXR24SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  187 }

  pBXR24SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  188 }

  pBXR24SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  189 }

  pBXR24SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  190 }

  pBXR24SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  191 }

  pBXR24SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  192 }

  pBXR24SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  193 }

  pBXR24SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  194 }

  pBXR24SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  195 }

  pBXR24SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  196 }

  pBXR24SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  197 }

  pBXR24LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR24Entry  205 }

  pBXR24SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  206 }

  pBXR24SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  207 }

  pBXR24SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  208 }

  pBXR24FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR24Entry  209 }

  pBXR24CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR24Entry  210 }

  pBXR24MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR24Entry  211 }

  pBXR24MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR24Entry  212 }

  pBXR24SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  213 }

  pBXR24SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  214 }

  pBXR24SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  215 }

  pBXR24ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR24Entry  216 }

  pBXR24IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR24Entry  217 }

  pBXR24I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR24Entry  218 }

  pBXR24I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR24Entry  219 }

  pBXR24I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR24Entry  220 }

  pBXR24I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR24Entry  221 }

  pBXR24BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR24Entry  222 }

  pBXR24BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR24Entry  223 }

  pBXR24BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR24Entry  224 }

  pBXR24BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR24Entry  225 }

  pBXR24BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR24Entry  226 }

  pBXR24BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR24Entry  227 }

  pBXR24BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR24Entry  228 }

  pBXR24SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR24Entry  230 }

  pBXR24SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  231 }

  pBXR24SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  232 }

  pBXR24SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  233 }

  pBXR24SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  234 }

  pBXR24SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  235 }

  pBXR24SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  236 }

  pBXR24I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR24Entry  237 }

  pBXR24I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR24Entry  238 }

  pBXR24I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR24Entry  239 }

  pBXR24SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  241 }

  pBXR24SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  242 }

  pBXR24SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  243 }

  pBXR24SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  244 }

  pBXR24SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  245 }

  pBXR24SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  246 }

  pBXR24SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  247 }

  pBXR24SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  248 }

  pBXR24SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  249 }

  pBXR24CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR24Entry  260 }

  pBXR24CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR24Entry  261 }

  pBXR24CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR24Entry  262 }

  pBXR24CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR24Entry  263 }

  pBXR24CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR24Entry  264 }

  pBXR24UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR24Entry  265 }

  pBXR24I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR24Entry  266 }

  pBXR24I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR24Entry  267 }

  pBXR24I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR24Entry  268 }

  pBXR24I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR24Entry  269 }

  pBXR24TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR24Entry  270 }

  pBXR24I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR24Entry  271 }

  pBXR24I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR24Entry  272 }

  pBXR24I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR24Entry  273 }

  pBXR24FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR24Entry  274 }

  pBXR24ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR24Entry  275 }

  pBXR24AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR24Entry  276 }

  pBXR24SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  277 }

  pBXR24SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  278 }

  pBXR24SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  279 }

  pBXR24SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  280 }

  pBXR24SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR24Entry  281 }

  pBXR24SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR24Entry  282 }

  pBXR24AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR24Entry  283 }

  pBXR24StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR24Entry  284 }

  pBXR24AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR24Entry  285 }

  pBXR24AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR24Entry  286 }

  pBXR24AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR24Entry  287 }

  pBXR24AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR24Entry  288 }

  pBXR24AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR24Entry  289 }

  pBXR24SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR24Entry  290 }

  pBXR24UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR24Entry  291 }

  pBXR24TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR24Entry  292 }

  pBXR24TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR24Entry  295 }

  pBXR24MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR24Entry  296 }

  pBXR24TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR24Entry  297 }

  pBXR24MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR24Entry  298 }

  pBXR24OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR24Entry  299 }

  pBXR24MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR24Entry  300 }

  pBXR24LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR24Entry  301 }

  pBXR24UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR24Entry  302 }

  pBXR24ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR24Entry  305 }

  pBXR24ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR24Entry  313 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Web Services'                                               */
-- /* Valid from: 8.3.10                                                            */
-- /*********************************************************************************/

  pBXWebR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXWebR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2131 }

  pBXWebR2Entry OBJECT-TYPE
    SYNTAX       PBXWebR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXWebR2NEConn,
             pBXWebR2NetwkElement,
             pBXWebR2CFSIx,
             pBXWebR2DirNum }
    ::= {  pBXWebR2Table  1  }

  PBXWebR2Entry  ::=  SEQUENCE
  {
    pBXWebR2NEConn                     Unsigned32,
    pBXWebR2NetwkElement               DisplayString,
    pBXWebR2CFSIx                      Unsigned32,
    pBXWebR2DirNum                     DisplayString,
    pBXWebR2AlrmState                  INTEGER,
    pBXWebR2AlrmStateTimestamp         Unsigned32,
    pBXWebR2AlrmEvtsAtndDpLogCorr      Counter64,
    pBXWebR2AlrmEvtsAtndDp             Unsigned32,
    pBXWebR2AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    pBXWebR2DiagsAPITraceEnabled       INTEGER,
    pBXWebR2DiagsAPITraceTag           DisplayString,
    pBXWebR2DoExtraActions             INTEGER,
    pBXWebR2SDActBCMSubscrd            INTEGER,
    pBXWebR2SDDefBCMSubscrd            INTEGER,
    pBXWebR2SDUseDefBCMSubscrd         INTEGER
  }

  pBXWebR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXWebR2Entry  1 }

  pBXWebR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXWebR2Entry  2 }

  pBXWebR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXWebR2Entry  3 }

  pBXWebR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXWebR2Entry  4 }

  pBXWebR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXWebR2Entry  14 }

  pBXWebR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXWebR2Entry  15 }

  pBXWebR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { pBXWebR2Entry  16 }

  pBXWebR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXWebR2Entry  17 }

  pBXWebR2AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { pBXWebR2Entry  18 }

  pBXWebR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXWebR2Entry  19 }

  pBXWebR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXWebR2Entry  20 }

  pBXWebR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   recordSuccessfulLogin(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXWebR2Entry  30 }

  pBXWebR2SDActBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXWebR2Entry  31 }

  pBXWebR2SDDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXWebR2Entry  32 }

  pBXWebR2SDUseDefBCMSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Call Manager - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXWebR2Entry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  iSUPRemSigDestR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2140 }

  iSUPRemSigDestR19Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR19NEConn,
             iSUPRemSigDestR19NetwkElement,
             iSUPRemSigDestR19CFSIx,
             iSUPRemSigDestR19ISUPLocalSigDestIx,
             iSUPRemSigDestR19ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR19Table  1  }

  ISUPRemSigDestR19Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR19NEConn            Unsigned32,
    iSUPRemSigDestR19NetwkElement      DisplayString,
    iSUPRemSigDestR19CFSIx             Unsigned32,
    iSUPRemSigDestR19ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR19ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR19I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR19I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR19I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR19I4SigDestDestType INTEGER,
    iSUPRemSigDestR19I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR19ClusterMemberAddr INTEGER,
    iSUPRemSigDestR19ActHopCnting      INTEGER,
    iSUPRemSigDestR19MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR19CLLI              DisplayString,
    iSUPRemSigDestR19ErrHandlingMode   INTEGER,
    iSUPRemSigDestR19ConfusionMsgs     INTEGER,
    iSUPRemSigDestR19DirectIXCConn     INTEGER,
    iSUPRemSigDestR19PeerNetwkType     INTEGER,
    iSUPRemSigDestR19USIParmCodingType INTEGER,
    iSUPRemSigDestR19ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR19JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR19RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR19RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR19OrigCldNumParm    INTEGER,
    iSUPRemSigDestR19AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR19GenericAddrParm   INTEGER,
    iSUPRemSigDestR19GenericNameParm   INTEGER,
    iSUPRemSigDestR19RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR19CIPParm           INTEGER,
    iSUPRemSigDestR19InACCProcessing   INTEGER,
    iSUPRemSigDestR19TNSParm           INTEGER,
    iSUPRemSigDestR19ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR19CgstnStatus       INTEGER,
    iSUPRemSigDestR19AvailStatus       INTEGER,
    iSUPRemSigDestR19DiagsLogLvl       INTEGER,
    iSUPRemSigDestR19DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR19DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR19SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR19DoExtraActions    INTEGER,
    iSUPRemSigDestR19RowStatus         RowStatus,
    iSUPRemSigDestR19AdminStatus       AdminStatus,
    iSUPRemSigDestR19OperStatus        OperStatus,
    iSUPRemSigDestR19AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR19AlrmState         INTEGER,
    iSUPRemSigDestR19AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR19AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR19AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR19AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR19AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR19AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR19AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR19AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR19AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR19DeactivnMode      INTEGER,
    iSUPRemSigDestR19NetwkNum          Unsigned32,
    iSUPRemSigDestR19RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR19ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR19OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR19LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR19MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR19Variant           INTEGER,
    iSUPRemSigDestR19GatewayIx         Unsigned32,
    iSUPRemSigDestR19PartyInfoParm     INTEGER,
    iSUPRemSigDestR19IntnatlExchange   INTEGER,
    iSUPRemSigDestR19ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR19UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR19BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR19StatisticsAlrms   Integer32,
    iSUPRemSigDestR19EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR19M3UADest          Unsigned32,
    iSUPRemSigDestR19CctGpMsgs         INTEGER,
    iSUPRemSigDestR19ConnectedNumParm  INTEGER,
    iSUPRemSigDestR19TransportType     INTEGER,
    iSUPRemSigDestR19SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR19SatelliteLink     INTEGER,
    iSUPRemSigDestR19PropagationDly    Unsigned32,
    iSUPRemSigDestR19GISUPRole         INTEGER,
    iSUPRemSigDestR19RemISUPParms      LongDisplayString,
    iSUPRemSigDestR19SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER
  }

  iSUPRemSigDestR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR19Entry  1 }

  iSUPRemSigDestR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR19Entry  2 }

  iSUPRemSigDestR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR19Entry  3 }

  iSUPRemSigDestR19ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR19Entry  4 }

  iSUPRemSigDestR19ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR19Entry  5 }

  iSUPRemSigDestR19I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR19Entry  6 }

  iSUPRemSigDestR19I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR19Entry  7 }

  iSUPRemSigDestR19I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR19Entry  8 }

  iSUPRemSigDestR19I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR19Entry  9 }

  iSUPRemSigDestR19I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR19Entry  10 }

  iSUPRemSigDestR19ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR19Entry  11 }

  iSUPRemSigDestR19ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  12 }

  iSUPRemSigDestR19MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR19Entry  13 }

  iSUPRemSigDestR19CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR19Entry  14 }

  iSUPRemSigDestR19ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR19Entry  15 }

  iSUPRemSigDestR19ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR19Entry  16 }

  iSUPRemSigDestR19DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  17 }

  iSUPRemSigDestR19PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR19Entry  18 }

  iSUPRemSigDestR19USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR19Entry  19 }

  iSUPRemSigDestR19ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  20 }

  iSUPRemSigDestR19JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  21 }

  iSUPRemSigDestR19RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  22 }

  iSUPRemSigDestR19RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  23 }

  iSUPRemSigDestR19OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  24 }

  iSUPRemSigDestR19AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  25 }

  iSUPRemSigDestR19GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR19Entry  26 }

  iSUPRemSigDestR19GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR19Entry  27 }

  iSUPRemSigDestR19RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  28 }

  iSUPRemSigDestR19CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR19Entry  29 }

  iSUPRemSigDestR19InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR19Entry  30 }

  iSUPRemSigDestR19TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  31 }

  iSUPRemSigDestR19ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR19Entry  32 }

  iSUPRemSigDestR19CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR19Entry  33 }

  iSUPRemSigDestR19AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR19Entry  34 }

  iSUPRemSigDestR19DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR19Entry  35 }

  iSUPRemSigDestR19DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  36 }

  iSUPRemSigDestR19DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR19Entry  37 }

  iSUPRemSigDestR19SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR19Entry  38 }

  iSUPRemSigDestR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR19Entry  39 }

  iSUPRemSigDestR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR19Entry  40 }

  iSUPRemSigDestR19AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR19Entry  41 }

  iSUPRemSigDestR19OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR19Entry  42 }

  iSUPRemSigDestR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR19Entry  43 }

  iSUPRemSigDestR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR19Entry  44 }

  iSUPRemSigDestR19AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR19Entry  45 }

  iSUPRemSigDestR19AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR19Entry  46 }

  iSUPRemSigDestR19AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR19Entry  47 }

  iSUPRemSigDestR19AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR19Entry  48 }

  iSUPRemSigDestR19AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR19Entry  49 }

  iSUPRemSigDestR19AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR19Entry  50 }

  iSUPRemSigDestR19AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR19Entry  51 }

  iSUPRemSigDestR19AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR19Entry  52 }

  iSUPRemSigDestR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR19Entry  53 }

  iSUPRemSigDestR19DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR19Entry  54 }

  iSUPRemSigDestR19NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR19Entry  55 }

  iSUPRemSigDestR19RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR19Entry  56 }

  iSUPRemSigDestR19ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR19Entry  57 }

  iSUPRemSigDestR19OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  58 }

  iSUPRemSigDestR19LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR19Entry  59 }

  iSUPRemSigDestR19MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR19Entry  60 }

  iSUPRemSigDestR19Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR19Entry  61 }

  iSUPRemSigDestR19GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR19Entry  62 }

  iSUPRemSigDestR19PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  63 }

  iSUPRemSigDestR19IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  64 }

  iSUPRemSigDestR19ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR19Entry  65 }

  iSUPRemSigDestR19UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  66 }

  iSUPRemSigDestR19BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  67 }

  iSUPRemSigDestR19StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR19Entry  68 }

  iSUPRemSigDestR19EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR19Entry  69 }

  iSUPRemSigDestR19M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR19Entry  70 }

  iSUPRemSigDestR19CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR19Entry  71 }

  iSUPRemSigDestR19ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR19Entry  72 }

  iSUPRemSigDestR19TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR19Entry  73 }

  iSUPRemSigDestR19SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  74 }

  iSUPRemSigDestR19SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  75 }

  iSUPRemSigDestR19PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR19Entry  76 }

  iSUPRemSigDestR19GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR19Entry  77 }

  iSUPRemSigDestR19RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR19Entry  78 }

  iSUPRemSigDestR19SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR19Entry  79 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  genCallServCtrlR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenCallServCtrlR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2141 }

  genCallServCtrlR11Entry OBJECT-TYPE
    SYNTAX       GenCallServCtrlR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genCallServCtrlR11NEConn,
             genCallServCtrlR11NetwkElement,
             genCallServCtrlR11CFSIx }
    ::= {  genCallServCtrlR11Table  1  }

  GenCallServCtrlR11Entry  ::=  SEQUENCE
  {
    genCallServCtrlR11NEConn           Unsigned32,
    genCallServCtrlR11NetwkElement     DisplayString,
    genCallServCtrlR11CFSIx            Unsigned32,
    genCallServCtrlR11PINChangeAccessCode
                                       DisplayString,
    genCallServCtrlR11SLEConfirmTimeout
                                       INTEGER,
    genCallServCtrlR11SLENewNumEntryTimeout
                                       INTEGER,
    genCallServCtrlR11SLEOptionSelTimeout
                                       INTEGER,
    genCallServCtrlR11SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genCallServCtrlR11SLESPCSQueryTimeout
                                       INTEGER,
    genCallServCtrlR11SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genCallServCtrlR11SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genCallServCtrlR11SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genCallServCtrlR11RowStatus        RowStatus,
    genCallServCtrlR11SupportPINChange INTEGER,
    genCallServCtrlR11MaxInvalidPINAttempts
                                       Unsigned32,
    genCallServCtrlR11SuspendedServAccessNum
                                       DisplayString,
    genCallServCtrlR11SupportCallLists INTEGER,
    genCallServCtrlR11CLMaxNumCallsPerList
                                       Unsigned32,
    genCallServCtrlR11CallListsAlwaysReplicateEntries
                                       INTEGER,
    genCallServCtrlR11EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genCallServCtrlR11RecMvdSbExPrcHr  Unsigned32,
    genCallServCtrlR11RecMvdSbExPrcMin Unsigned32,
    genCallServCtrlR11DefRecMvdSubExpiry
                                       Unsigned32,
    genCallServCtrlR11GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genCallServCtrlR11SupportAdvancedVoiceCodecs
                                       INTEGER,
    genCallServCtrlR11SupportVideoCodecs
                                       INTEGER,
    genCallServCtrlR11CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genCallServCtrlR11SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genCallServCtrlR11LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genCallServCtrlR11CallListsDefSetting
                                       INTEGER,
    genCallServCtrlR11HRCLSubLimitType INTEGER,
    genCallServCtrlR11HRCLSubMaxHighRiskCalls
                                       Unsigned32,
    genCallServCtrlR11HRCLPBXLimitType INTEGER,
    genCallServCtrlR11HRCLPBXMaxHighRiskCalls
                                       Unsigned32
  }

  genCallServCtrlR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genCallServCtrlR11Entry  1 }

  genCallServCtrlR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genCallServCtrlR11Entry  2 }

  genCallServCtrlR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genCallServCtrlR11Entry  3 }

  genCallServCtrlR11PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genCallServCtrlR11Entry  4 }

  genCallServCtrlR11SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR11Entry  5 }

  genCallServCtrlR11SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR11Entry  6 }

  genCallServCtrlR11SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR11Entry  7 }

  genCallServCtrlR11SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR11Entry  8 }

  genCallServCtrlR11SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genCallServCtrlR11Entry  9 }

  genCallServCtrlR11SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genCallServCtrlR11Entry  10 }

  genCallServCtrlR11SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genCallServCtrlR11Entry  11 }

  genCallServCtrlR11SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genCallServCtrlR11Entry  12 }

  genCallServCtrlR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genCallServCtrlR11Entry  13 }

  genCallServCtrlR11SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR11Entry  14 }

  genCallServCtrlR11MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genCallServCtrlR11Entry  15 }

  genCallServCtrlR11SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genCallServCtrlR11Entry  16 }

  genCallServCtrlR11SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR11Entry  17 }

  genCallServCtrlR11CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genCallServCtrlR11Entry  18 }

  genCallServCtrlR11CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR11Entry  20 }

  genCallServCtrlR11EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR11Entry  21 }

  genCallServCtrlR11RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR11Entry  22 }

  genCallServCtrlR11RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR11Entry  23 }

  genCallServCtrlR11DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR11Entry  24 }

  genCallServCtrlR11GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genCallServCtrlR11Entry  25 }

  genCallServCtrlR11SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR11Entry  26 }

  genCallServCtrlR11SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR11Entry  27 }

  genCallServCtrlR11CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genCallServCtrlR11Entry  28 }

  genCallServCtrlR11SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genCallServCtrlR11Entry  29 }

  genCallServCtrlR11LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genCallServCtrlR11Entry  30 }

  genCallServCtrlR11CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genCallServCtrlR11Entry  31 }

  genCallServCtrlR11HRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber limit type'."
    DEFVAL       { limited }
    ::= { genCallServCtrlR11Entry  32 }

  genCallServCtrlR11HRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber maximum high risk calls'."
    DEFVAL       { 2 }
    ::= { genCallServCtrlR11Entry  33 }

  genCallServCtrlR11HRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX limit type'."
    DEFVAL       { limited }
    ::= { genCallServCtrlR11Entry  34 }

  genCallServCtrlR11HRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX maximum high risk calls'."
    DEFVAL       { 5 }
    ::= { genCallServCtrlR11Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  rPSAttrEntryR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2142 }

  rPSAttrEntryR22Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR22NEConn,
             rPSAttrEntryR22NetwkElement,
             rPSAttrEntryR22CFSIx,
             rPSAttrEntryR22CfgSetIx,
             rPSAttrEntryR22AttrSetIx,
             rPSAttrEntryR22AttrEntryIx }
    ::= {  rPSAttrEntryR22Table  1  }

  RPSAttrEntryR22Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR22NEConn              Unsigned32,
    rPSAttrEntryR22NetwkElement        DisplayString,
    rPSAttrEntryR22CFSIx               Unsigned32,
    rPSAttrEntryR22CfgSetIx            Unsigned32,
    rPSAttrEntryR22AttrSetIx           Unsigned32,
    rPSAttrEntryR22AttrEntryIx         Unsigned32,
    rPSAttrEntryR22AttrType            INTEGER,
    rPSAttrEntryR22AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR22AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR22AttrValCldAddrScope INTEGER,
    rPSAttrEntryR22AttrValCldAddrType  INTEGER,
    rPSAttrEntryR22AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR22AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR22AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR22AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR22AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR22AttrValOprCall      INTEGER,
    rPSAttrEntryR22AttrValPriorityCall INTEGER,
    rPSAttrEntryR22AttrValRegionCode   Unsigned32,
    rPSAttrEntryR22AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR22AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR22AttrValRtgControlUK INTEGER,
    rPSAttrEntryR22AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR22AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR22AttrValTestCall     INTEGER,
    rPSAttrEntryR22AttrValAnnounceID   INTEGER,
    rPSAttrEntryR22AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR22AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR22AttrValTransitNetID Unsigned32,
    rPSAttrEntryR22AttrValUSCallType   INTEGER,
    rPSAttrEntryR22AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR22AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR22AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR22AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR22AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR22AttrValUSCarrType   INTEGER,
    rPSAttrEntryR22AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR22AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR22AttrValClgCategory  INTEGER,
    rPSAttrEntryR22RowStatus           RowStatus,
    rPSAttrEntryR22AttrValUKCallType   INTEGER,
    rPSAttrEntryR22AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR22I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR22I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR22I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR22I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR22AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR22AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR22AttrValUSLATA       Unsigned32,
    rPSAttrEntryR22AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR22AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR22AttrValUsrDef       Unsigned32,
    rPSAttrEntryR22AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR22AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR22AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR22AttrValBillCallType INTEGER,
    rPSAttrEntryR22AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR22AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR22AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR22AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR22AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR22AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR22T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR22T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR22T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR22AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR22I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR22I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR22I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR22I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR22AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR22AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR22I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR22I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR22I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR22I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR22AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR22AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR22AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR22AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR22AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR22AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR22AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR22AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR22AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR22AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR22AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR22AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR22AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR22AttrValOTGpID       INTEGER,
    rPSAttrEntryR22AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR22AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR22AttrValDTGpID       INTEGER,
    rPSAttrEntryR22AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR22AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR22AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR22AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR22T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR22T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR22T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR22AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR22AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR22AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR22AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR22AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR22AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR22AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR22AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR22AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR22AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR22AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR22ClgAddrScope        INTEGER,
    rPSAttrEntryR22AttrValHighRiskCall INTEGER
  }

  rPSAttrEntryR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR22Entry  1 }

  rPSAttrEntryR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR22Entry  2 }

  rPSAttrEntryR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR22Entry  3 }

  rPSAttrEntryR22CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR22Entry  4 }

  rPSAttrEntryR22AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR22Entry  5 }

  rPSAttrEntryR22AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR22Entry  6 }

  rPSAttrEntryR22AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlModeUKOnly(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   highRiskCall(161)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR22Entry  7 }

  rPSAttrEntryR22AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  8 }

  rPSAttrEntryR22AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR22Entry  9 }

  rPSAttrEntryR22AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR22Entry  10 }

  rPSAttrEntryR22AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR22Entry  11 }

  rPSAttrEntryR22AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  12 }

  rPSAttrEntryR22AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  13 }

  rPSAttrEntryR22AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  14 }

  rPSAttrEntryR22AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR22Entry  15 }

  rPSAttrEntryR22AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  16 }

  rPSAttrEntryR22AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  17 }

  rPSAttrEntryR22AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  18 }

  rPSAttrEntryR22AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  19 }

  rPSAttrEntryR22AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR22Entry  20 }

  rPSAttrEntryR22AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  21 }

  rPSAttrEntryR22AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR22Entry  22 }

  rPSAttrEntryR22AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  23 }

  rPSAttrEntryR22AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  24 }

  rPSAttrEntryR22AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  25 }

  rPSAttrEntryR22AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR22Entry  26 }

  rPSAttrEntryR22AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR22Entry  27 }

  rPSAttrEntryR22AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR22Entry  28 }

  rPSAttrEntryR22AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  29 }

  rPSAttrEntryR22AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR22Entry  30 }

  rPSAttrEntryR22AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR22Entry  31 }

  rPSAttrEntryR22AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR22Entry  32 }

  rPSAttrEntryR22AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR22Entry  33 }

  rPSAttrEntryR22AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR22Entry  34 }

  rPSAttrEntryR22AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR22Entry  35 }

  rPSAttrEntryR22AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR22Entry  36 }

  rPSAttrEntryR22AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  37 }

  rPSAttrEntryR22AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  38 }

  rPSAttrEntryR22AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR22Entry  39 }

  rPSAttrEntryR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR22Entry  40 }

  rPSAttrEntryR22AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR22Entry  41 }

  rPSAttrEntryR22AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR22Entry  42 }

  rPSAttrEntryR22I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR22Entry  43 }

  rPSAttrEntryR22I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR22Entry  44 }

  rPSAttrEntryR22I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR22Entry  45 }

  rPSAttrEntryR22I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR22Entry  46 }

  rPSAttrEntryR22AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR22Entry  47 }

  rPSAttrEntryR22AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR22Entry  48 }

  rPSAttrEntryR22AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  49 }

  rPSAttrEntryR22AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR22Entry  50 }

  rPSAttrEntryR22AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  51 }

  rPSAttrEntryR22AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR22Entry  52 }

  rPSAttrEntryR22AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  53 }

  rPSAttrEntryR22AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR22Entry  54 }

  rPSAttrEntryR22AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR22Entry  55 }

  rPSAttrEntryR22AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR22Entry  56 }

  rPSAttrEntryR22AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR22Entry  57 }

  rPSAttrEntryR22AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  58 }

  rPSAttrEntryR22AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  59 }

  rPSAttrEntryR22AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR22Entry  60 }

  rPSAttrEntryR22AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR22Entry  61 }

  rPSAttrEntryR22AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR22Entry  62 }

  rPSAttrEntryR22T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR22Entry  63 }

  rPSAttrEntryR22T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR22Entry  64 }

  rPSAttrEntryR22T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR22Entry  65 }

  rPSAttrEntryR22AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR22Entry  66 }

  rPSAttrEntryR22I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR22Entry  67 }

  rPSAttrEntryR22I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR22Entry  68 }

  rPSAttrEntryR22I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR22Entry  69 }

  rPSAttrEntryR22I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR22Entry  70 }

  rPSAttrEntryR22AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR22Entry  71 }

  rPSAttrEntryR22AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR22Entry  72 }

  rPSAttrEntryR22I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR22Entry  73 }

  rPSAttrEntryR22I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR22Entry  74 }

  rPSAttrEntryR22I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR22Entry  75 }

  rPSAttrEntryR22I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR22Entry  76 }

  rPSAttrEntryR22AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR22Entry  77 }

  rPSAttrEntryR22AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR22Entry  78 }

  rPSAttrEntryR22AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR22Entry  79 }

  rPSAttrEntryR22AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR22Entry  80 }

  rPSAttrEntryR22AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR22Entry  81 }

  rPSAttrEntryR22AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR22Entry  82 }

  rPSAttrEntryR22AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR22Entry  83 }

  rPSAttrEntryR22AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR22Entry  84 }

  rPSAttrEntryR22AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR22Entry  85 }

  rPSAttrEntryR22AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR22Entry  86 }

  rPSAttrEntryR22AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR22Entry  88 }

  rPSAttrEntryR22AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR22Entry  89 }

  rPSAttrEntryR22AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR22Entry  90 }

  rPSAttrEntryR22AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR22Entry  91 }

  rPSAttrEntryR22AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR22Entry  92 }

  rPSAttrEntryR22AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR22Entry  93 }

  rPSAttrEntryR22AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR22Entry  94 }

  rPSAttrEntryR22AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR22Entry  95 }

  rPSAttrEntryR22AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR22Entry  96 }

  rPSAttrEntryR22AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR22Entry  97 }

  rPSAttrEntryR22AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR22Entry  98 }

  rPSAttrEntryR22T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR22Entry  99 }

  rPSAttrEntryR22T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR22Entry  100 }

  rPSAttrEntryR22T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR22Entry  101 }

  rPSAttrEntryR22AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR22Entry  102 }

  rPSAttrEntryR22AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR22Entry  103 }

  rPSAttrEntryR22AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  104 }

  rPSAttrEntryR22AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR22Entry  105 }

  rPSAttrEntryR22AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  106 }

  rPSAttrEntryR22AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  107 }

  rPSAttrEntryR22AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  108 }

  rPSAttrEntryR22AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  109 }

  rPSAttrEntryR22AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  110 }

  rPSAttrEntryR22AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  111 }

  rPSAttrEntryR22AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR22Entry  112 }

  rPSAttrEntryR22ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR22Entry  113 }

  rPSAttrEntryR22AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR22Entry  114 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile General Call Service'                               */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  pPrfGClSrvCtrlR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PPrfGClSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2143 }

  pPrfGClSrvCtrlR4Entry OBJECT-TYPE
    SYNTAX       PPrfGClSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pPrfGClSrvCtrlR4NEConn,
             pPrfGClSrvCtrlR4NetwkElement,
             pPrfGClSrvCtrlR4CFSIx,
             pPrfGClSrvCtrlR4GpIx }
    ::= {  pPrfGClSrvCtrlR4Table  1  }

  PPrfGClSrvCtrlR4Entry  ::=  SEQUENCE
  {
    pPrfGClSrvCtrlR4NEConn             Unsigned32,
    pPrfGClSrvCtrlR4NetwkElement       DisplayString,
    pPrfGClSrvCtrlR4CFSIx              Unsigned32,
    pPrfGClSrvCtrlR4GpIx               Unsigned32,
    pPrfGClSrvCtrlR4SDActPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDDefPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDUseDefPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDDefVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDDefCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDUseDefCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR4SDDefCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR4SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR4SDDefHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR4SDUseDefHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActHRCLSubMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR4SDDefHRCLSubMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR4SDUseDefHRCLSubMaxHighRiskCalls
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR4SDDefHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR4SDUseDefHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR4SDActHRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR4SDDefHRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR4SDUseDefHRCLPBXMaxHighRiskCalls
                                       INTEGER
  }

  pPrfGClSrvCtrlR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR4Entry  1 }

  pPrfGClSrvCtrlR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR4Entry  2 }

  pPrfGClSrvCtrlR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR4Entry  3 }

  pPrfGClSrvCtrlR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR4Entry  4 }

  pPrfGClSrvCtrlR4SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  5 }

  pPrfGClSrvCtrlR4SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  6 }

  pPrfGClSrvCtrlR4SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  7 }

  pPrfGClSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  8 }

  pPrfGClSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  9 }

  pPrfGClSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  10 }

  pPrfGClSrvCtrlR4SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  11 }

  pPrfGClSrvCtrlR4SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  12 }

  pPrfGClSrvCtrlR4SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  13 }

  pPrfGClSrvCtrlR4SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  14 }

  pPrfGClSrvCtrlR4SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  15 }

  pPrfGClSrvCtrlR4SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  16 }

  pPrfGClSrvCtrlR4SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  17 }

  pPrfGClSrvCtrlR4SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  18 }

  pPrfGClSrvCtrlR4SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  19 }

  pPrfGClSrvCtrlR4SDActHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  20 }

  pPrfGClSrvCtrlR4SDDefHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  21 }

  pPrfGClSrvCtrlR4SDUseDefHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  22 }

  pPrfGClSrvCtrlR4SDActHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  23 }

  pPrfGClSrvCtrlR4SDDefHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  24 }

  pPrfGClSrvCtrlR4SDUseDefHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  25 }

  pPrfGClSrvCtrlR4SDActHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  26 }

  pPrfGClSrvCtrlR4SDDefHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  27 }

  pPrfGClSrvCtrlR4SDUseDefHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  28 }

  pPrfGClSrvCtrlR4SDActHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  29 }

  pPrfGClSrvCtrlR4SDDefHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR4Entry  30 }

  pPrfGClSrvCtrlR4SDUseDefHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR4Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  indLineGClSrvCtrlR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineGClSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2144 }

  indLineGClSrvCtrlR3Entry OBJECT-TYPE
    SYNTAX       IndLineGClSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineGClSrvCtrlR3NEConn,
             indLineGClSrvCtrlR3NetwkElement,
             indLineGClSrvCtrlR3CFSIx,
             indLineGClSrvCtrlR3DirNum }
    ::= {  indLineGClSrvCtrlR3Table  1  }

  IndLineGClSrvCtrlR3Entry  ::=  SEQUENCE
  {
    indLineGClSrvCtrlR3NEConn          Unsigned32,
    indLineGClSrvCtrlR3NetwkElement    DisplayString,
    indLineGClSrvCtrlR3CFSIx           Unsigned32,
    indLineGClSrvCtrlR3DirNum          DisplayString,
    indLineGClSrvCtrlR3SDActPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDUseDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDActVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDActCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDUseDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR3SDActCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR3SDDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR3SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR3SDActHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR3SDDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR3SDUseDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR3SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR3SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR3SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER
  }

  indLineGClSrvCtrlR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR3Entry  1 }

  indLineGClSrvCtrlR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR3Entry  2 }

  indLineGClSrvCtrlR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR3Entry  3 }

  indLineGClSrvCtrlR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR3Entry  4 }

  indLineGClSrvCtrlR3SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  5 }

  indLineGClSrvCtrlR3SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  6 }

  indLineGClSrvCtrlR3SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR3Entry  7 }

  indLineGClSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  8 }

  indLineGClSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  9 }

  indLineGClSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR3Entry  10 }

  indLineGClSrvCtrlR3SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  11 }

  indLineGClSrvCtrlR3SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  12 }

  indLineGClSrvCtrlR3SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR3Entry  13 }

  indLineGClSrvCtrlR3SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  14 }

  indLineGClSrvCtrlR3SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  15 }

  indLineGClSrvCtrlR3SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR3Entry  16 }

  indLineGClSrvCtrlR3SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  17 }

  indLineGClSrvCtrlR3SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  18 }

  indLineGClSrvCtrlR3SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR3Entry  19 }

  indLineGClSrvCtrlR3SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { indLineGClSrvCtrlR3Entry  20 }

  indLineGClSrvCtrlR3SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  21 }

  indLineGClSrvCtrlR3SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR3Entry  22 }

  indLineGClSrvCtrlR3SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { indLineGClSrvCtrlR3Entry  23 }

  indLineGClSrvCtrlR3SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR3Entry  24 }

  indLineGClSrvCtrlR3SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR3Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  bGLineR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2145 }

  bGLineR22Entry OBJECT-TYPE
    SYNTAX       BGLineR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR22NEConn,
             bGLineR22NetwkElement,
             bGLineR22CFSIx,
             bGLineR22GpIx,
             bGLineR22FirstDirNum,
             bGLineR22DirNum }
    ::= {  bGLineR22Table  1  }

  BGLineR22Entry  ::=  SEQUENCE
  {
    bGLineR22NEConn                    Unsigned32,
    bGLineR22NetwkElement              DisplayString,
    bGLineR22CFSIx                     Unsigned32,
    bGLineR22GpIx                      Unsigned32,
    bGLineR22FirstDirNum               DisplayString,
    bGLineR22DirNum                    DisplayString,
    bGLineR22PresNum                   DisplayString,
    bGLineR22ClgPartyNum               DisplayString,
    bGLineR22IntercomDialingCode       DisplayString,
    bGLineR22NumStatus                 INTEGER,
    bGLineR22PortedExchangeID          DisplayString,
    bGLineR22T1I1AccDevNEConn          Unsigned32,
    bGLineR22T1I2AccDevNetwkElement    DisplayString,
    bGLineR22T1I3AccDevCFSIx           Unsigned32,
    bGLineR22T1I4AccDevGatewayIx       Unsigned32,
    bGLineR22T1I5AccDevDeviceIx        Unsigned32,
    bGLineR22T2I1AccDevNEConn          Unsigned32,
    bGLineR22T2I2AccDevNetwkElement    DisplayString,
    bGLineR22T2I3AccDevCFSIx           Unsigned32,
    bGLineR22T2I4AccDevGatewayIx       Unsigned32,
    bGLineR22T2I5AccDevDeviceIx        Unsigned32,
    bGLineR22AccessLineNum             Unsigned32,
    bGLineR22SignalFunctionCode        INTEGER,
    bGLineR22LineUsage                 INTEGER,
    bGLineR22FSKFormat                 INTEGER,
    bGLineR22PIN                       DisplayString,
    bGLineR22LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR22DigitMaskingReqd          INTEGER,
    bGLineR22OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR22OrigingFacilityMarksADC   INTEGER,
    bGLineR22TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR22TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR22ActYear                   Unsigned32,
    bGLineR22ActMonth                  Unsigned32,
    bGLineR22ActDate                   Unsigned32,
    bGLineR22LastInCallClgType         INTEGER,
    bGLineR22LastInCallUniqueNum       INTEGER,
    bGLineR22LastInCallClgNum          DisplayString,
    bGLineR22LastInCallClgPresNum      DisplayString,
    bGLineR22LastInCallTimeCall        Unsigned32,
    bGLineR22LastInCallCallerWaited    INTEGER,
    bGLineR22LastInCallCallAnswrd      INTEGER,
    bGLineR22LastInCallCallTraced      INTEGER,
    bGLineR22AlrmState                 INTEGER,
    bGLineR22AlrmLogCorr               Counter64,
    bGLineR22AddtlAlrmLogCorr          Counter64,
    bGLineR22AlrmEvtsAttnRq            Unsigned32,
    bGLineR22AlrmEvtsAtndDp            Unsigned32,
    bGLineR22AlrmStateTimestamp        Unsigned32,
    bGLineR22ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR22ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR22ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR22ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR22DiagsLogLvl               INTEGER,
    bGLineR22DiagsAPITraceEnabled      INTEGER,
    bGLineR22DiagsAPITraceTag          DisplayString,
    bGLineR22DiagsAPITraceRemNum       DisplayString,
    bGLineR22SummaryChldAlrmState      INTEGER,
    bGLineR22ExportNumObjectsExported  Integer32,
    bGLineR22ExportStatus              DisplayString,
    bGLineR22ExportFile                DisplayString,
    bGLineR22ExportCorr                Counter64,
    bGLineR22ExportCorrNode            DisplayString,
    bGLineR22ExportCorrUID             DisplayString,
    bGLineR22DoExtraActions            INTEGER,
    bGLineR22RowStatus                 RowStatus,
    bGLineR22MovedToDirNum             DisplayString,
    bGLineR22CustInfo                  DisplayString,
    bGLineR22SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR22SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR22SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR22SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR22SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR22SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR22SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR22SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR22SDUseDefSubGpBusLine      INTEGER,
    bGLineR22SigType                   INTEGER,
    bGLineR22I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR22I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR22I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR22I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR22I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR22ISDNDefBearerCapabilities BITS,
    bGLineR22SIPUserName               DisplayString,
    bGLineR22SIPDomainName             DisplayString,
    bGLineR22UseStaticNATMapping       INTEGER,
    bGLineR22SIPRegistrationStatus     INTEGER,
    bGLineR22SIPAuthenticationReqd     INTEGER,
    bGLineR22NewSIPPassword            DisplayString,
    bGLineR22ConfirmNewSIPPassword     DisplayString,
    bGLineR22SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR22SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR22SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR22SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR22SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR22SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR22GR303NailedUpConn         INTEGER,
    bGLineR22MultipleAppearanceDirNum  DisplayString,
    bGLineR22AllowDirectDialing        INTEGER,
    bGLineR22CustInfo2                 DisplayString,
    bGLineR22CustInfo3                 DisplayString,
    bGLineR22CustInfo4                 DisplayString,
    bGLineR22CustInfo5                 DisplayString,
    bGLineR22CustInfo6                 DisplayString,
    bGLineR22RecentlyMovedFromOldNum   INTEGER,
    bGLineR22MovedFromDirNum           DisplayString,
    bGLineR22ConnectCallAfterAnnounce  INTEGER,
    bGLineR22ChargeNum                 DisplayString,
    bGLineR22I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR22I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR22I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR22I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR22PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR22GR303DialType             INTEGER,
    bGLineR22LastOutCallCldType        INTEGER,
    bGLineR22LastOutCallCldNum         DisplayString,
    bGLineR22LastOutCallNumPres        INTEGER,
    bGLineR22LastOutCallCallType       INTEGER,
    bGLineR22LastOutCallDirectDialed   INTEGER,
    bGLineR22LastOutCallCarr           DisplayString,
    bGLineR22I1PerProfNEConn           Unsigned32,
    bGLineR22I2PerProfNetwkElement     DisplayString,
    bGLineR22I3PerProfCFSIx            Unsigned32,
    bGLineR22I4PerProfGpIx             Unsigned32,
    bGLineR22UseDNIdentification       INTEGER,
    bGLineR22SDActLongDistanceCarr     DisplayString,
    bGLineR22SDDefLongDistanceCarr     DisplayString,
    bGLineR22SDUseDefLongDistanceCarr  INTEGER,
    bGLineR22SDActIntraLATACarr        DisplayString,
    bGLineR22SDDefIntraLATACarr        DisplayString,
    bGLineR22SDUseDefIntraLATACarr     INTEGER,
    bGLineR22SDActIntnatlCarr          DisplayString,
    bGLineR22SDDefIntnatlCarr          DisplayString,
    bGLineR22SDUseDefIntnatlCarr       INTEGER,
    bGLineR22SDActRtgAttrs             BITS,
    bGLineR22SDDefRtgAttrs             BITS,
    bGLineR22SDUseDefRtgAttrs          INTEGER,
    bGLineR22SDActTimezone             INTEGER,
    bGLineR22SDDefTimezone             INTEGER,
    bGLineR22SDUseDefTimezone          INTEGER,
    bGLineR22SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR22SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR22SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR22SDActLCC1                 INTEGER,
    bGLineR22SDDefLCC1                 INTEGER,
    bGLineR22SDUseDefLCC1              INTEGER,
    bGLineR22SDActLCC2                 INTEGER,
    bGLineR22SDDefLCC2                 INTEGER,
    bGLineR22SDUseDefLCC2              INTEGER,
    bGLineR22SDActLCC3                 INTEGER,
    bGLineR22SDDefLCC3                 INTEGER,
    bGLineR22SDUseDefLCC3              INTEGER,
    bGLineR22SDActLCC4                 INTEGER,
    bGLineR22SDDefLCC4                 INTEGER,
    bGLineR22SDUseDefLCC4              INTEGER,
    bGLineR22SDActLCC5                 INTEGER,
    bGLineR22SDDefLCC5                 INTEGER,
    bGLineR22SDUseDefLCC5              INTEGER,
    bGLineR22SDActMaxCallAppearances   Unsigned32,
    bGLineR22SDDefMaxCallAppearances   Unsigned32,
    bGLineR22SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR22SDActTariffGp             INTEGER,
    bGLineR22SDDefTariffGp             INTEGER,
    bGLineR22SDUseDefTariffGp          INTEGER,
    bGLineR22SDActForceLNPLookup       INTEGER,
    bGLineR22SDDefForceLNPLookup       INTEGER,
    bGLineR22SDUseDefForceLNPLookup    INTEGER,
    bGLineR22LineTrafficStudy          INTEGER,
    bGLineR22MLHGIx                    Unsigned32,
    bGLineR22MLHGMemberIx              Unsigned32,
    bGLineR22CallListsMissedCalls      LongDisplayString,
    bGLineR22CallListsAnswrdCalls      LongDisplayString,
    bGLineR22CallListsDialedCalls      LongDisplayString,
    bGLineR22EnabledDate               Unsigned32,
    bGLineR22SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR22SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR22SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR22SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR22SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR22SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR22SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR22SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR22SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR22SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR22SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR22SDActLCC6                 INTEGER,
    bGLineR22SDDefLCC6                 INTEGER,
    bGLineR22SDUseDefLCC6              INTEGER,
    bGLineR22SDActLCC7                 INTEGER,
    bGLineR22SDDefLCC7                 INTEGER,
    bGLineR22SDUseDefLCC7              INTEGER,
    bGLineR22SDActLCC8                 INTEGER,
    bGLineR22SDDefLCC8                 INTEGER,
    bGLineR22SDUseDefLCC8              INTEGER,
    bGLineR22SDActLCC9                 INTEGER,
    bGLineR22SDDefLCC9                 INTEGER,
    bGLineR22SDUseDefLCC9              INTEGER,
    bGLineR22SDActLCC10                INTEGER,
    bGLineR22SDDefLCC10                INTEGER,
    bGLineR22SDUseDefLCC10             INTEGER,
    bGLineR22SDActLCC11                INTEGER,
    bGLineR22SDDefLCC11                INTEGER,
    bGLineR22SDUseDefLCC11             INTEGER,
    bGLineR22SDActLCC12                INTEGER,
    bGLineR22SDDefLCC12                INTEGER,
    bGLineR22SDUseDefLCC12             INTEGER,
    bGLineR22SDActLCC13                INTEGER,
    bGLineR22SDDefLCC13                INTEGER,
    bGLineR22SDUseDefLCC13             INTEGER,
    bGLineR22SDActLCC14                INTEGER,
    bGLineR22SDDefLCC14                INTEGER,
    bGLineR22SDUseDefLCC14             INTEGER,
    bGLineR22SDActLCC15                INTEGER,
    bGLineR22SDDefLCC15                INTEGER,
    bGLineR22SDUseDefLCC15             INTEGER,
    bGLineR22SDActLCC16                INTEGER,
    bGLineR22SDDefLCC16                INTEGER,
    bGLineR22SDUseDefLCC16             INTEGER,
    bGLineR22SDActLCC17                INTEGER,
    bGLineR22SDDefLCC17                INTEGER,
    bGLineR22SDUseDefLCC17             INTEGER,
    bGLineR22SDActLCC18                INTEGER,
    bGLineR22SDDefLCC18                INTEGER,
    bGLineR22SDUseDefLCC18             INTEGER,
    bGLineR22SDActLCC19                INTEGER,
    bGLineR22SDDefLCC19                INTEGER,
    bGLineR22SDUseDefLCC19             INTEGER,
    bGLineR22SDActLCC20                INTEGER,
    bGLineR22SDDefLCC20                INTEGER,
    bGLineR22SDUseDefLCC20             INTEGER,
    bGLineR22T1I1GatewayNEConn         Unsigned32,
    bGLineR22T1I2GatewayNetwkElement   DisplayString,
    bGLineR22T1I3GatewayCFSIx          Unsigned32,
    bGLineR22T1I4GatewayGatewayIx      Unsigned32,
    bGLineR22T2I1GatewayNEConn         Unsigned32,
    bGLineR22T2I2GatewayNetwkElement   DisplayString,
    bGLineR22T2I3GatewayCFSIx          Unsigned32,
    bGLineR22T2I4GatewayGatewayIx      Unsigned32,
    bGLineR22I1DepartmentNEConn        Unsigned32,
    bGLineR22I2DepartmentNetwkElement  DisplayString,
    bGLineR22I3DepartmentCFSIx         Unsigned32,
    bGLineR22I4DepartmentGpIx          Unsigned32,
    bGLineR22I5DepartmentDepartmentIx  Unsigned32,
    bGLineR22DepartmentOtherVals       INTEGER,
    bGLineR22SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR22SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR22SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR22SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR22SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR22SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR22CurrNumRegistrations      Integer32,
    bGLineR22SDActVQMCallLogging       INTEGER,
    bGLineR22SDDefVQMCallLogging       INTEGER,
    bGLineR22SDUseDefVQMCallLogging    INTEGER,
    bGLineR22DiagLogCorr               Counter64,
    bGLineR22FaultMonitoringLvl        INTEGER,
    bGLineR22SIPPassword               DisplayString,
    bGLineR22SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR22SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR22SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR22SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR22SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR22SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR22SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR22SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR22SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR22SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR22SDUseDefNetwkNode         INTEGER,
    bGLineR22MovedToNumAsDialed        DisplayString,
    bGLineR22MovedDate                 Unsigned32,
    bGLineR22SDActExpireAfter          Unsigned32,
    bGLineR22SDDefExpireAfter          Unsigned32,
    bGLineR22SDUseDefExpireAfter       INTEGER,
    bGLineR22ExpiryDate                Unsigned32,
    bGLineR22SASHostname               LongDisplayString,
    bGLineR22SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR22SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR22SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR22SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR22SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR22SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR22SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR22SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR22SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR22SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR22SDUseDefESAProtDom        INTEGER,
    bGLineR22I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR22I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR22I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR22SDActSubTimezone          LongDisplayString,
    bGLineR22SDDefSubTimezone          LongDisplayString,
    bGLineR22SDUseDefSubTimezone       INTEGER,
    bGLineR22SDActChargeInd            INTEGER,
    bGLineR22SDDefChargeInd            INTEGER,
    bGLineR22SDUseDefChargeInd         INTEGER,
    bGLineR22SDActSubClgCategory       INTEGER,
    bGLineR22SDDefSubClgCategory       INTEGER,
    bGLineR22SDUseDefSubClgCategory    INTEGER,
    bGLineR22CustomerInfoFirstName     LongDisplayString,
    bGLineR22CustomerInfoSecondName    LongDisplayString,
    bGLineR22CustomerInfoOtherNames    LongDisplayString,
    bGLineR22CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR22CustomerInfoSurname       LongDisplayString,
    bGLineR22SDActBusGpLinePrivileges  Unsigned32,
    bGLineR22SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR22SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR22I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR22I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR22I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR22I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR22TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR22I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR22I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR22I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR22FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR22ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR22AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR22SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR22SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR22SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR22StatisticsAlrms           Integer32,
    bGLineR22TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR22NumBlockDevTwinning       INTEGER,
    bGLineR22ACDServLvl                INTEGER,
    bGLineR22ACDAvail                  INTEGER,
    bGLineR22I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR22I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR22I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR22I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR22I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR22ACDDspCd                  INTEGER,
    bGLineR22NoUserEquipment           INTEGER,
    bGLineR22SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR22SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR22SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR22LoggedInMLHGs             LongDisplayString,
    bGLineR22ExportIncASRepData        INTEGER,
    bGLineR22ExportChldObjectsToInc    INTEGER
  }

  bGLineR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR22Entry  1 }

  bGLineR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR22Entry  2 }

  bGLineR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR22Entry  3 }

  bGLineR22GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR22Entry  4 }

  bGLineR22FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR22Entry  5 }

  bGLineR22DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR22Entry  6 }

  bGLineR22PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  7 }

  bGLineR22ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  8 }

  bGLineR22IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR22Entry  9 }

  bGLineR22NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR22Entry  10 }

  bGLineR22PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  11 }

  bGLineR22T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR22Entry  12 }

  bGLineR22T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR22Entry  13 }

  bGLineR22T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR22Entry  14 }

  bGLineR22T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR22Entry  15 }

  bGLineR22T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR22Entry  16 }

  bGLineR22T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR22Entry  17 }

  bGLineR22T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR22Entry  18 }

  bGLineR22T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR22Entry  19 }

  bGLineR22T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR22Entry  20 }

  bGLineR22T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR22Entry  21 }

  bGLineR22AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  22 }

  bGLineR22SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR22Entry  23 }

  bGLineR22LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR22Entry  24 }

  bGLineR22FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  25 }

  bGLineR22PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR22Entry  26 }

  bGLineR22LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR22Entry  27 }

  bGLineR22DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  28 }

  bGLineR22OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  30 }

  bGLineR22OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  32 }

  bGLineR22TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  33 }

  bGLineR22TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  34 }

  bGLineR22ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR22Entry  36 }

  bGLineR22ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR22Entry  37 }

  bGLineR22ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR22Entry  38 }

  bGLineR22LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR22Entry  39 }

  bGLineR22LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR22Entry  40 }

  bGLineR22LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR22Entry  41 }

  bGLineR22LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR22Entry  42 }

  bGLineR22LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR22Entry  43 }

  bGLineR22LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR22Entry  44 }

  bGLineR22LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR22Entry  45 }

  bGLineR22LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR22Entry  46 }

  bGLineR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR22Entry  47 }

  bGLineR22AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR22Entry  48 }

  bGLineR22AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR22Entry  49 }

  bGLineR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR22Entry  50 }

  bGLineR22AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR22Entry  51 }

  bGLineR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR22Entry  52 }

  bGLineR22ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR22Entry  53 }

  bGLineR22ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR22Entry  54 }

  bGLineR22ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR22Entry  55 }

  bGLineR22ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR22Entry  56 }

  bGLineR22DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR22Entry  57 }

  bGLineR22DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  58 }

  bGLineR22DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR22Entry  59 }

  bGLineR22DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR22Entry  60 }

  bGLineR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR22Entry  61 }

  bGLineR22ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR22Entry  62 }

  bGLineR22ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR22Entry  63 }

  bGLineR22ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR22Entry  64 }

  bGLineR22ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR22Entry  65 }

  bGLineR22ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR22Entry  66 }

  bGLineR22ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR22Entry  67 }

  bGLineR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR22Entry  68 }

  bGLineR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR22Entry  69 }

  bGLineR22MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR22Entry  70 }

  bGLineR22CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR22Entry  71 }

  bGLineR22SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  72 }

  bGLineR22SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  73 }

  bGLineR22SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  74 }

  bGLineR22SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  75 }

  bGLineR22SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  76 }

  bGLineR22SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  77 }

  bGLineR22SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  78 }

  bGLineR22SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR22Entry  79 }

  bGLineR22SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  80 }

  bGLineR22SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR22Entry  81 }

  bGLineR22I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR22Entry  82 }

  bGLineR22I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR22Entry  83 }

  bGLineR22I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR22Entry  84 }

  bGLineR22I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR22Entry  85 }

  bGLineR22I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR22Entry  86 }

  bGLineR22ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR22Entry  87 }

  bGLineR22SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  88 }

  bGLineR22SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  89 }

  bGLineR22UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR22Entry  90 }

  bGLineR22SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR22Entry  91 }

  bGLineR22SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR22Entry  92 }

  bGLineR22NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR22Entry  93 }

  bGLineR22ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR22Entry  94 }

  bGLineR22SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  96 }

  bGLineR22SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  97 }

  bGLineR22SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  98 }

  bGLineR22SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  100 }

  bGLineR22SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  101 }

  bGLineR22SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  102 }

  bGLineR22GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR22Entry  103 }

  bGLineR22MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR22Entry  104 }

  bGLineR22AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR22Entry  105 }

  bGLineR22CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR22Entry  106 }

  bGLineR22CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR22Entry  107 }

  bGLineR22CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR22Entry  108 }

  bGLineR22CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR22Entry  109 }

  bGLineR22CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR22Entry  110 }

  bGLineR22RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  111 }

  bGLineR22MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR22Entry  112 }

  bGLineR22ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  113 }

  bGLineR22ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR22Entry  114 }

  bGLineR22I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR22Entry  123 }

  bGLineR22I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR22Entry  124 }

  bGLineR22I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR22Entry  125 }

  bGLineR22I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR22Entry  126 }

  bGLineR22PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR22Entry  127 }

  bGLineR22GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR22Entry  133 }

  bGLineR22LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR22Entry  137 }

  bGLineR22LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR22Entry  138 }

  bGLineR22LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR22Entry  139 }

  bGLineR22LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR22Entry  140 }

  bGLineR22LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR22Entry  141 }

  bGLineR22LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR22Entry  142 }

  bGLineR22I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR22Entry  158 }

  bGLineR22I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR22Entry  159 }

  bGLineR22I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR22Entry  160 }

  bGLineR22I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR22Entry  161 }

  bGLineR22UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR22Entry  162 }

  bGLineR22SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  163 }

  bGLineR22SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  164 }

  bGLineR22SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  165 }

  bGLineR22SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  166 }

  bGLineR22SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  167 }

  bGLineR22SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  168 }

  bGLineR22SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  169 }

  bGLineR22SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  170 }

  bGLineR22SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  171 }

  bGLineR22SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  172 }

  bGLineR22SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  173 }

  bGLineR22SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  174 }

  bGLineR22SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  175 }

  bGLineR22SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  176 }

  bGLineR22SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  177 }

  bGLineR22SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  178 }

  bGLineR22SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  179 }

  bGLineR22SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  180 }

  bGLineR22SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  181 }

  bGLineR22SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  182 }

  bGLineR22SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  183 }

  bGLineR22SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  184 }

  bGLineR22SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  185 }

  bGLineR22SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  186 }

  bGLineR22SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  187 }

  bGLineR22SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  188 }

  bGLineR22SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  189 }

  bGLineR22SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  190 }

  bGLineR22SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  191 }

  bGLineR22SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  192 }

  bGLineR22SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  193 }

  bGLineR22SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  194 }

  bGLineR22SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  195 }

  bGLineR22SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  200 }

  bGLineR22SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  201 }

  bGLineR22SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  202 }

  bGLineR22SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  203 }

  bGLineR22SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  204 }

  bGLineR22SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  205 }

  bGLineR22SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  206 }

  bGLineR22SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  207 }

  bGLineR22SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  208 }

  bGLineR22LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR22Entry  209 }

  bGLineR22MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR22Entry  210 }

  bGLineR22MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR22Entry  211 }

  bGLineR22CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR22Entry  212 }

  bGLineR22CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR22Entry  213 }

  bGLineR22CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR22Entry  214 }

  bGLineR22EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR22Entry  215 }

  bGLineR22SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  223 }

  bGLineR22SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  224 }

  bGLineR22SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  225 }

  bGLineR22SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  226 }

  bGLineR22SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  227 }

  bGLineR22SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  228 }

  bGLineR22SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  229 }

  bGLineR22SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  230 }

  bGLineSDActR22SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  232 }

  bGLineSDDefR22SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR22Entry  233 }

  bGLineR22SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  234 }

  bGLineR22SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  240 }

  bGLineR22SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  241 }

  bGLineR22SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  242 }

  bGLineR22SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  243 }

  bGLineR22SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  244 }

  bGLineR22SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  245 }

  bGLineR22SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  246 }

  bGLineR22SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  247 }

  bGLineR22SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  248 }

  bGLineR22SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  249 }

  bGLineR22SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  250 }

  bGLineR22SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  251 }

  bGLineR22SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  252 }

  bGLineR22SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  253 }

  bGLineR22SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  254 }

  bGLineR22SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  255 }

  bGLineR22SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  256 }

  bGLineR22SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  257 }

  bGLineR22SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  258 }

  bGLineR22SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  259 }

  bGLineR22SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  260 }

  bGLineR22SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  261 }

  bGLineR22SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  262 }

  bGLineR22SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  263 }

  bGLineR22SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  264 }

  bGLineR22SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  265 }

  bGLineR22SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  266 }

  bGLineR22SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  267 }

  bGLineR22SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  268 }

  bGLineR22SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  269 }

  bGLineR22SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  270 }

  bGLineR22SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  271 }

  bGLineR22SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  272 }

  bGLineR22SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  273 }

  bGLineR22SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  274 }

  bGLineR22SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  275 }

  bGLineR22SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  276 }

  bGLineR22SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  277 }

  bGLineR22SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  278 }

  bGLineR22SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  279 }

  bGLineR22SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  280 }

  bGLineR22SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  281 }

  bGLineR22SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  282 }

  bGLineR22SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  283 }

  bGLineR22SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  284 }

  bGLineR22T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR22Entry  285 }

  bGLineR22T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR22Entry  286 }

  bGLineR22T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR22Entry  287 }

  bGLineR22T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR22Entry  288 }

  bGLineR22T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR22Entry  289 }

  bGLineR22T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR22Entry  290 }

  bGLineR22T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR22Entry  291 }

  bGLineR22T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR22Entry  292 }

  bGLineR22I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR22Entry  294 }

  bGLineR22I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR22Entry  295 }

  bGLineR22I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR22Entry  296 }

  bGLineR22I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR22Entry  297 }

  bGLineR22I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR22Entry  298 }

  bGLineR22DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR22Entry  299 }

  bGLineR22SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  306 }

  bGLineR22SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  307 }

  bGLineR22SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  308 }

  bGLineR22SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  314 }

  bGLineR22SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  315 }

  bGLineR22SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  316 }

  bGLineR22CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR22Entry  319 }

  bGLineR22SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  324 }

  bGLineR22SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  325 }

  bGLineR22SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  326 }

  bGLineR22DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR22Entry  327 }

  bGLineR22FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR22Entry  328 }

  bGLineR22SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR22Entry  329 }

  bGLineR22SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  330 }

  bGLineR22SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  331 }

  bGLineR22SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  332 }

  bGLineR22SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  333 }

  bGLineR22SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  334 }

  bGLineR22SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  335 }

  bGLineR22SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  336 }

  bGLineR22SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  337 }

  bGLineSDActR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  339 }

  bGLineSDDefR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR22Entry  340 }

  bGLineR22SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  341 }

  bGLineR22MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR22Entry  346 }

  bGLineR22MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR22Entry  347 }

  bGLineR22SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  348 }

  bGLineR22SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  349 }

  bGLineR22SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  350 }

  bGLineR22ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR22Entry  351 }

  bGLineR22SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR22Entry  368 }

  bGLineR22SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  370 }

  bGLineR22SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  371 }

  bGLineR22SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  372 }

  bGLineR22SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  373 }

  bGLineR22SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  374 }

  bGLineR22SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  375 }

  bGLineR22SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  376 }

  bGLineR22SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  377 }

  bGLineSDActR22SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  379 }

  bGLineSDDefR22SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR22Entry  380 }

  bGLineR22SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  381 }

  bGLineR22I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR22Entry  390 }

  bGLineR22I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR22Entry  391 }

  bGLineR22I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR22Entry  392 }

  bGLineR22SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  394 }

  bGLineR22SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  395 }

  bGLineR22SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  396 }

  bGLineR22SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  397 }

  bGLineR22SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  398 }

  bGLineR22SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  399 }

  bGLineR22SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  400 }

  bGLineR22SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  401 }

  bGLineR22SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  402 }

  bGLineR22CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR22Entry  410 }

  bGLineR22CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR22Entry  411 }

  bGLineR22CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR22Entry  412 }

  bGLineR22CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR22Entry  413 }

  bGLineR22CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR22Entry  414 }

  bGLineR22SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  415 }

  bGLineR22SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  416 }

  bGLineR22SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  417 }

  bGLineR22I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR22Entry  418 }

  bGLineR22I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR22Entry  419 }

  bGLineR22I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR22Entry  420 }

  bGLineR22I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR22Entry  421 }

  bGLineR22TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR22Entry  422 }

  bGLineR22I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR22Entry  423 }

  bGLineR22I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR22Entry  424 }

  bGLineR22I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR22Entry  425 }

  bGLineR22FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR22Entry  426 }

  bGLineR22ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR22Entry  427 }

  bGLineR22AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR22Entry  428 }

  bGLineR22SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  429 }

  bGLineR22SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  430 }

  bGLineR22SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  431 }

  bGLineR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR22Entry  432 }

  bGLineR22TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR22Entry  441 }

  bGLineR22NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR22Entry  442 }

  bGLineR22ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR22Entry  443 }

  bGLineR22ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR22Entry  444 }

  bGLineR22I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR22Entry  445 }

  bGLineR22I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR22Entry  446 }

  bGLineR22I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR22Entry  447 }

  bGLineR22I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR22Entry  448 }

  bGLineR22I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR22Entry  449 }

  bGLineR22ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR22Entry  450 }

  bGLineR22NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR22Entry  451 }

  bGLineR22SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  452 }

  bGLineR22SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR22Entry  453 }

  bGLineR22SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR22Entry  454 }

  bGLineR22LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR22Entry  458 }

  bGLineR22ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR22Entry  459 }

  bGLineR22ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR22Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  bGLnGnCllSrvCtrlR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLnGnCllSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2146 }

  bGLnGnCllSrvCtrlR3Entry OBJECT-TYPE
    SYNTAX       BGLnGnCllSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLnGnCllSrvCtrlR3NEConn,
             bGLnGnCllSrvCtrlR3NetwkElement,
             bGLnGnCllSrvCtrlR3CFSIx,
             bGLnGnCllSrvCtrlR3GpIx,
             bGLnGnCllSrvCtrlR3FirstDirNum,
             bGLnGnCllSrvCtrlR3DirNum }
    ::= {  bGLnGnCllSrvCtrlR3Table  1  }

  BGLnGnCllSrvCtrlR3Entry  ::=  SEQUENCE
  {
    bGLnGnCllSrvCtrlR3NEConn           Unsigned32,
    bGLnGnCllSrvCtrlR3NetwkElement     DisplayString,
    bGLnGnCllSrvCtrlR3CFSIx            Unsigned32,
    bGLnGnCllSrvCtrlR3GpIx             Unsigned32,
    bGLnGnCllSrvCtrlR3FirstDirNum      DisplayString,
    bGLnGnCllSrvCtrlR3DirNum           DisplayString,
    bGLnGnCllSrvCtrlR3SDActPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDUseDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDActVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDActCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDUseDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDActCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDActHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDUseDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR3SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER
  }

  bGLnGnCllSrvCtrlR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR3Entry  1 }

  bGLnGnCllSrvCtrlR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR3Entry  2 }

  bGLnGnCllSrvCtrlR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR3Entry  3 }

  bGLnGnCllSrvCtrlR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR3Entry  4 }

  bGLnGnCllSrvCtrlR3FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR3Entry  5 }

  bGLnGnCllSrvCtrlR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR3Entry  6 }

  bGLnGnCllSrvCtrlR3SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  7 }

  bGLnGnCllSrvCtrlR3SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  8 }

  bGLnGnCllSrvCtrlR3SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR3Entry  9 }

  bGLnGnCllSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  10 }

  bGLnGnCllSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  11 }

  bGLnGnCllSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR3Entry  12 }

  bGLnGnCllSrvCtrlR3SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  13 }

  bGLnGnCllSrvCtrlR3SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  14 }

  bGLnGnCllSrvCtrlR3SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR3Entry  15 }

  bGLnGnCllSrvCtrlR3SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  16 }

  bGLnGnCllSrvCtrlR3SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  17 }

  bGLnGnCllSrvCtrlR3SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR3Entry  18 }

  bGLnGnCllSrvCtrlR3SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  19 }

  bGLnGnCllSrvCtrlR3SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  20 }

  bGLnGnCllSrvCtrlR3SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR3Entry  21 }

  bGLnGnCllSrvCtrlR3SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { bGLnGnCllSrvCtrlR3Entry  22 }

  bGLnGnCllSrvCtrlR3SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  23 }

  bGLnGnCllSrvCtrlR3SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR3Entry  24 }

  bGLnGnCllSrvCtrlR3SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { bGLnGnCllSrvCtrlR3Entry  25 }

  bGLnGnCllSrvCtrlR3SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR3Entry  26 }

  bGLnGnCllSrvCtrlR3SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR3Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  pBXGnCllSrvCtrlR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXGnCllSrvCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2147 }

  pBXGnCllSrvCtrlR2Entry OBJECT-TYPE
    SYNTAX       PBXGnCllSrvCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXGnCllSrvCtrlR2NEConn,
             pBXGnCllSrvCtrlR2NetwkElement,
             pBXGnCllSrvCtrlR2CFSIx,
             pBXGnCllSrvCtrlR2DirNum }
    ::= {  pBXGnCllSrvCtrlR2Table  1  }

  PBXGnCllSrvCtrlR2Entry  ::=  SEQUENCE
  {
    pBXGnCllSrvCtrlR2NEConn            Unsigned32,
    pBXGnCllSrvCtrlR2NetwkElement      DisplayString,
    pBXGnCllSrvCtrlR2CFSIx             Unsigned32,
    pBXGnCllSrvCtrlR2DirNum            DisplayString,
    pBXGnCllSrvCtrlR2SDActPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDDefPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDUseDefPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDActVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDDefVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDActHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDDefHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDUseDefHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR2SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER
  }

  pBXGnCllSrvCtrlR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR2Entry  1 }

  pBXGnCllSrvCtrlR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR2Entry  2 }

  pBXGnCllSrvCtrlR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR2Entry  3 }

  pBXGnCllSrvCtrlR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR2Entry  4 }

  pBXGnCllSrvCtrlR2SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  5 }

  pBXGnCllSrvCtrlR2SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  6 }

  pBXGnCllSrvCtrlR2SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR2Entry  7 }

  pBXGnCllSrvCtrlR2SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  8 }

  pBXGnCllSrvCtrlR2SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  9 }

  pBXGnCllSrvCtrlR2SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR2Entry  10 }

  pBXGnCllSrvCtrlR2SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  11 }

  pBXGnCllSrvCtrlR2SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  12 }

  pBXGnCllSrvCtrlR2SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR2Entry  13 }

  pBXGnCllSrvCtrlR2SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { pBXGnCllSrvCtrlR2Entry  14 }

  pBXGnCllSrvCtrlR2SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  15 }

  pBXGnCllSrvCtrlR2SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR2Entry  16 }

  pBXGnCllSrvCtrlR2SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 5 }
    ::= { pBXGnCllSrvCtrlR2Entry  17 }

  pBXGnCllSrvCtrlR2SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR2Entry  18 }

  pBXGnCllSrvCtrlR2SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR2Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 8.3.11                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR32Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2148 }

  mediaGatewayModelR32Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR32NEConn,
             mediaGatewayModelR32NetwkElement,
             mediaGatewayModelR32CFSIx,
             mediaGatewayModelR32ModelIx }
    ::= {  mediaGatewayModelR32Table  1  }

  MediaGatewayModelR32Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR32NEConn         Unsigned32,
    mediaGatewayModelR32NetwkElement   DisplayString,
    mediaGatewayModelR32CFSIx          Unsigned32,
    mediaGatewayModelR32ModelIx        Unsigned32,
    mediaGatewayModelR32Category       INTEGER,
    mediaGatewayModelR32ModelName      DisplayString,
    mediaGatewayModelR32Desc           DisplayString,
    mediaGatewayModelR32ControlProt    INTEGER,
    mediaGatewayModelR32ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR32LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR32PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR32PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR32AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR32AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR32RefCnt         Unsigned32,
    mediaGatewayModelR32RowStatus      RowStatus,
    mediaGatewayModelR32DefModel       INTEGER,
    mediaGatewayModelR32Authentication INTEGER,
    mediaGatewayModelR32SupportedConnTypes
                                       BITS,
    mediaGatewayModelR32AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR32ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR32ExportStatus   DisplayString,
    mediaGatewayModelR32ExportFile     DisplayString,
    mediaGatewayModelR32ExportCorr     Counter64,
    mediaGatewayModelR32ExportCorrNode DisplayString,
    mediaGatewayModelR32ExportCorrUID  DisplayString,
    mediaGatewayModelR32DoExtraActions INTEGER,
    mediaGatewayModelR32FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR32FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR32FBsMGCP        BITS,
    mediaGatewayModelR32FBsMeGaCo      BITS,
    mediaGatewayModelR32FBsSIP         BITS,
    mediaGatewayModelR32FixBitsMeGaCo2 BITS,
    mediaGatewayModelR32MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR32AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR32AlertInfoDR2   DisplayString,
    mediaGatewayModelR32AlertInfoDR3   DisplayString,
    mediaGatewayModelR32AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR32DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR32DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR32ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR32SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR32DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR32UpToDateCnt    Unsigned32,
    mediaGatewayModelR32SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR32PollInterval   Unsigned32,
    mediaGatewayModelR32SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR32Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR32AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR32VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR32AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR32FixBitsSIP2    BITS,
    mediaGatewayModelR32OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR32FBsMeGaCo4     BITS,
    mediaGatewayModelR32SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR32ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR32SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR32ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR32SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR32AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR32AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR32InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR32OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR32MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR32FixBitsSIP4    BITS,
    mediaGatewayModelR32ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR32ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR32NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR32Entry  1 }

  mediaGatewayModelR32NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR32Entry  2 }

  mediaGatewayModelR32CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR32Entry  3 }

  mediaGatewayModelR32ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR32Entry  4 }

  mediaGatewayModelR32Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR32Entry  5 }

  mediaGatewayModelR32ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR32Entry  6 }

  mediaGatewayModelR32Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR32Entry  7 }

  mediaGatewayModelR32ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR32Entry  8 }

  mediaGatewayModelR32ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR32Entry  9 }

  mediaGatewayModelR32LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR32Entry  10 }

  mediaGatewayModelR32PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR32Entry  11 }

  mediaGatewayModelR32PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR32Entry  12 }

  mediaGatewayModelR32AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR32Entry  13 }

  mediaGatewayModelR32AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR32Entry  14 }

  mediaGatewayModelR32RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR32Entry  16 }

  mediaGatewayModelR32RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR32Entry  17 }

  mediaGatewayModelR32DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR32Entry  18 }

  mediaGatewayModelR32Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR32Entry  19 }

  mediaGatewayModelR32SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR32Entry  20 }

  mediaGatewayModelR32AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR32Entry  21 }

  mediaGatewayModelR32ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR32Entry  22 }

  mediaGatewayModelR32ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR32Entry  23 }

  mediaGatewayModelR32ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR32Entry  24 }

  mediaGatewayModelR32ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR32Entry  25 }

  mediaGatewayModelR32ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR32Entry  26 }

  mediaGatewayModelR32ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR32Entry  27 }

  mediaGatewayModelR32DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR32Entry  28 }

  mediaGatewayModelR32FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR32Entry  29 }

  mediaGatewayModelR32FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR32Entry  30 }

  mediaGatewayModelR32FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR32Entry  31 }

  mediaGatewayModelR32FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR32Entry  32 }

  mediaGatewayModelR32FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR32Entry  33 }

  mediaGatewayModelR32FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR32Entry  34 }

  mediaGatewayModelR32MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR32Entry  35 }

  mediaGatewayModelR32AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR32Entry  36 }

  mediaGatewayModelR32AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR32Entry  37 }

  mediaGatewayModelR32AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR32Entry  38 }

  mediaGatewayModelR32AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR32Entry  39 }

  mediaGatewayModelR32DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR32Entry  40 }

  mediaGatewayModelR32DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR32Entry  41 }

  mediaGatewayModelR32ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR32Entry  42 }

  mediaGatewayModelR32SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR32Entry  43 }

  mediaGatewayModelR32DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR32Entry  44 }

  mediaGatewayModelR32UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR32Entry  45 }

  mediaGatewayModelR32SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR32Entry  46 }

  mediaGatewayModelR32PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR32Entry  47 }

  mediaGatewayModelR32SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR32Entry  48 }

  mediaGatewayModelR32Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR32Entry  49 }

  mediaGatewayModelR32AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR32Entry  50 }

  mediaGatewayModelR32VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR32Entry  51 }

  mediaGatewayModelR32AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR32Entry  52 }

  mediaGatewayModelR32FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR32Entry  53 }

  mediaGatewayModelR32OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR32Entry  54 }

  mediaGatewayModelR32FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR32Entry  55 }

  mediaGatewayModelR32SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR32Entry  56 }

  mediaGatewayModelR32ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR32Entry  57 }

  mediaGatewayModelR32SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR32Entry  58 }

  mediaGatewayModelR32ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR32Entry  59 }

  mediaGatewayModelR32SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR32Entry  60 }

  mediaGatewayModelR32AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR32Entry  61 }

  mediaGatewayModelR32AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR32Entry  62 }

  mediaGatewayModelR32InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR32Entry  63 }

  mediaGatewayModelR32OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR32Entry  64 }

  mediaGatewayModelR32MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR32Entry  65 }

  mediaGatewayModelR32FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR32Entry  67 }

  mediaGatewayModelR32ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR32Entry  91 }

  mediaGatewayModelR32ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR32Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Interface Profile'                                     */
-- /* Valid from: 8.3.11                                                            */
-- /* Deprecated from: 9.0                                                          */
-- /*********************************************************************************/

  iSDNInterfaceProfileR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNInterfaceProfileR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2149 }

  iSDNInterfaceProfileR8Entry OBJECT-TYPE
    SYNTAX       ISDNInterfaceProfileR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNInterfaceProfileR8NEConn,
             iSDNInterfaceProfileR8NetwkElement,
             iSDNInterfaceProfileR8CFSIx,
             iSDNInterfaceProfileR8ISDNIx,
             iSDNInterfaceProfileR8InterfaceType,
             iSDNInterfaceProfileR8ProfIx }
    ::= {  iSDNInterfaceProfileR8Table  1  }

  ISDNInterfaceProfileR8Entry  ::=  SEQUENCE
  {
    iSDNInterfaceProfileR8NEConn       Unsigned32,
    iSDNInterfaceProfileR8NetwkElement DisplayString,
    iSDNInterfaceProfileR8CFSIx        Unsigned32,
    iSDNInterfaceProfileR8ISDNIx       Unsigned32,
    iSDNInterfaceProfileR8InterfaceType
                                       INTEGER,
    iSDNInterfaceProfileR8ProfIx       Unsigned32,
    iSDNInterfaceProfileR8Desc         DisplayString,
    iSDNInterfaceProfileR8ProtVariant  INTEGER,
    iSDNInterfaceProfileR8T200TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T203TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T301TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T302TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T303TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T304TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T305TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T307TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T308TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T309TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T310TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T314TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T316TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T317TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T321TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T322TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T323TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8T402TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8TprogTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8TrestTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8TDLReEstablishTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8N200Val      INTEGER,
    iSDNInterfaceProfileR8KVal         INTEGER,
    iSDNInterfaceProfileR8MaxNumInvalidMsgsAllowedOnACall
                                       Unsigned32,
    iSDNInterfaceProfileR8MaxNumProtErrsAllowedPerHr
                                       Unsigned32,
    iSDNInterfaceProfileR8FixBits      BITS,
    iSDNInterfaceProfileR8RefsCnt      Unsigned32,
    iSDNInterfaceProfileR8RowStatus    RowStatus,
    iSDNInterfaceProfileR8Usage        INTEGER,
    iSDNInterfaceProfileR8T313TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR8TservDurn    INTEGER,
    iSDNInterfaceProfileR8ClgNameFacilityMsgExpiryTime
                                       Unsigned32
  }

  iSDNInterfaceProfileR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR8Entry  1 }

  iSDNInterfaceProfileR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR8Entry  2 }

  iSDNInterfaceProfileR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR8Entry  3 }

  iSDNInterfaceProfileR8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR8Entry  4 }

  iSDNInterfaceProfileR8InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   primaryRate(1)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR8Entry  5 }

  iSDNInterfaceProfileR8ProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR8Entry  6 }

  iSDNInterfaceProfileR8Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iSDNInterfaceProfileR8Entry  7 }

  iSDNInterfaceProfileR8ProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordiaNationalISDN2(1),
                   dMS100(2),
                   fiveESSNational(3),
                   dMS250(4),
                   fiveESSCustom(5),
                   eTSI(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol variant'.
                  This field is only writable during create."
    ::= { iSDNInterfaceProfileR8Entry  8 }

  iSDNInterfaceProfileR8T200TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T200 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  9 }

  iSDNInterfaceProfileR8T203TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T203 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  10 }

  iSDNInterfaceProfileR8T301TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T301 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  11 }

  iSDNInterfaceProfileR8T302TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T302 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  12 }

  iSDNInterfaceProfileR8T303TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T303 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  13 }

  iSDNInterfaceProfileR8T304TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T304 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  14 }

  iSDNInterfaceProfileR8T305TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T305 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  15 }

  iSDNInterfaceProfileR8T307TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T307 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  16 }

  iSDNInterfaceProfileR8T308TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T308 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  17 }

  iSDNInterfaceProfileR8T309TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T309 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  18 }

  iSDNInterfaceProfileR8T310TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T310 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  19 }

  iSDNInterfaceProfileR8T314TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T314 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  20 }

  iSDNInterfaceProfileR8T316TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T316 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  21 }

  iSDNInterfaceProfileR8T317TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T317 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  22 }

  iSDNInterfaceProfileR8T321TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T321 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  23 }

  iSDNInterfaceProfileR8T322TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T322 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  24 }

  iSDNInterfaceProfileR8T323TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T323 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  25 }

  iSDNInterfaceProfileR8T402TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T402 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  26 }

  iSDNInterfaceProfileR8TprogTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tprog timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  27 }

  iSDNInterfaceProfileR8TrestTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trest timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  28 }

  iSDNInterfaceProfileR8TDLReEstablishTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T(DL re-establish) timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  29 }

  iSDNInterfaceProfileR8N200Val OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'N200 value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  30 }

  iSDNInterfaceProfileR8KVal OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'K value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  31 }

  iSDNInterfaceProfileR8MaxNumInvalidMsgsAllowedOnACall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of invalid messages allowed on a call'.
                  This field is not writable when active."
    DEFVAL       { 8 }
    ::= { iSDNInterfaceProfileR8Entry  32 }

  iSDNInterfaceProfileR8MaxNumProtErrsAllowedPerHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..128 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of protocol errors allowed per hour'.
                  This field is not writable when active."
    DEFVAL       { 40 }
    ::= { iSDNInterfaceProfileR8Entry  33 }

  iSDNInterfaceProfileR8FixBits OBJECT-TYPE
    SYNTAX       BITS {
                   useDisplayInformationElementForCNAM(0),
                   sendFacilityInformationElementInSETUPMessage(1),
                   doNotSendPRIScopeRESTART(2),
                   doNotSendDS1ScopeRESTART(3),
                   doesNotSupportChannelNegotiation(4),
                   playAnnouncementsWhenErrorConditionsOccur(5),
                   alwaysIncludeDS1IdentifiersInChannelIDInformationElements(6),
                   resetTheExtensionBitInTheChannelIDInformationElement(7),
                   supportsUserToUserSignaling(8),
                   useForwardingNumbersToAssociateSubscribersWithIncomingCalls(9),
                   acceptCallingNameInFACILITYMessage(10),
                   sendALERTINGWhenInterworkingEncountered(11),
                   passThroughQ850CauseValuesUnmodified(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { iSDNInterfaceProfileR8Entry  34 }

  iSDNInterfaceProfileR8RefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { iSDNInterfaceProfileR8Entry  35 }

  iSDNInterfaceProfileR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSDNInterfaceProfileR8Entry  36 }

  iSDNInterfaceProfileR8Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkSide(1),
                   userSide(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is only writable during create."
    DEFVAL       { networkSide }
    ::= { iSDNInterfaceProfileR8Entry  37 }

  iSDNInterfaceProfileR8T313TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T313 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  38 }

  iSDNInterfaceProfileR8TservDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tserv duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR8Entry  39 }

  iSDNInterfaceProfileR8ClgNameFacilityMsgExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Facility Message expiry time'.
                  This field is not writable when active."
    DEFVAL       { 2000 }
    ::= { iSDNInterfaceProfileR8Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Dell Server Connection'                                     */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  dellServerConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DellServerConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2150 }

  dellServerConnEntry OBJECT-TYPE
    SYNTAX       DellServerConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dellServerConnDellServerConnIx }
    ::= {  dellServerConnTable  1  }

  DellServerConnEntry  ::=  SEQUENCE
  {
    dellServerConnDellServerConnIx     Integer32,
    dellServerConnIPAddr               DisplayString,
    dellServerConnClusterName          DisplayString,
    dellServerConnCommunityString      DisplayString,
    dellServerConnServerName           DisplayString,
    dellServerConnAlrmState            INTEGER,
    dellServerConnChldAlrmsAttnRq      Integer32,
    dellServerConnSummaryChldAlrmState INTEGER,
    dellServerConnRowStatus            RowStatus,
    dellServerConnOperStatus           OperStatus
  }

  dellServerConnDellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dell Server Connection index'.
                  This is an index field."
    ::= { dellServerConnEntry  1 }

  dellServerConnIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..39))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is only writable during create."
    ::= { dellServerConnEntry  2 }

  dellServerConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster name'."
    ::= { dellServerConnEntry  3 }

  dellServerConnCommunityString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Community string'."
    ::= { dellServerConnEntry  4 }

  dellServerConnServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { dellServerConnEntry  5 }

  dellServerConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dellServerConnEntry  6 }

  dellServerConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { dellServerConnEntry  7 }

  dellServerConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dellServerConnEntry  8 }

  dellServerConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { dellServerConnEntry  9 }

  dellServerConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { dellServerConnEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Dell Server'                                                */
-- /* Valid from: 1.04                                                              */
-- /*********************************************************************************/

  dellServerTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF DellServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dell Server Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2151 }

  dellServerEntry OBJECT-TYPE
    SYNTAX       DellServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dellServerDellServerConnIx }
    ::= {  dellServerTable  1  }

  DellServerEntry  ::=  SEQUENCE
  {
    dellServerDellServerConnIx         Integer32,
    dellServerServerName               DisplayString,
    dellServerServerType               DisplayString,
    dellServerAlrmState                INTEGER,
    dellServerDoExtraActions           INTEGER
  }

  dellServerDellServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dell Server Connection index'.
                  This is an index field."
    ::= { dellServerEntry  1 }

  dellServerServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { dellServerEntry  2 }

  dellServerServerType OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'."
    ::= { dellServerEntry  3 }

  dellServerAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dellServerEntry  4 }

  dellServerDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   goToIDRACWebInterface(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dellServerEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR33Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2152 }

  mediaGatewayModelR33Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR33NEConn,
             mediaGatewayModelR33NetwkElement,
             mediaGatewayModelR33CFSIx,
             mediaGatewayModelR33ModelIx }
    ::= {  mediaGatewayModelR33Table  1  }

  MediaGatewayModelR33Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR33NEConn         Unsigned32,
    mediaGatewayModelR33NetwkElement   DisplayString,
    mediaGatewayModelR33CFSIx          Unsigned32,
    mediaGatewayModelR33ModelIx        Unsigned32,
    mediaGatewayModelR33Category       INTEGER,
    mediaGatewayModelR33ModelName      DisplayString,
    mediaGatewayModelR33Desc           DisplayString,
    mediaGatewayModelR33ControlProt    INTEGER,
    mediaGatewayModelR33ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR33LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR33PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR33PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR33AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR33AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR33RefCnt         Unsigned32,
    mediaGatewayModelR33RowStatus      RowStatus,
    mediaGatewayModelR33DefModel       INTEGER,
    mediaGatewayModelR33Authentication INTEGER,
    mediaGatewayModelR33SupportedConnTypes
                                       BITS,
    mediaGatewayModelR33AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR33ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR33ExportStatus   DisplayString,
    mediaGatewayModelR33ExportFile     DisplayString,
    mediaGatewayModelR33ExportCorr     Counter64,
    mediaGatewayModelR33ExportCorrNode DisplayString,
    mediaGatewayModelR33ExportCorrUID  DisplayString,
    mediaGatewayModelR33DoExtraActions INTEGER,
    mediaGatewayModelR33FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR33FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR33FBsMGCP        BITS,
    mediaGatewayModelR33FBsMeGaCo      BITS,
    mediaGatewayModelR33FBsSIP         BITS,
    mediaGatewayModelR33FixBitsMeGaCo2 BITS,
    mediaGatewayModelR33MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR33AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR33AlertInfoDR2   DisplayString,
    mediaGatewayModelR33AlertInfoDR3   DisplayString,
    mediaGatewayModelR33AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR33DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR33DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR33ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR33SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR33DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR33UpToDateCnt    Unsigned32,
    mediaGatewayModelR33SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR33PollInterval   Unsigned32,
    mediaGatewayModelR33SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR33Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR33AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR33VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR33AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR33FixBitsSIP2    BITS,
    mediaGatewayModelR33OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR33FBsMeGaCo4     BITS,
    mediaGatewayModelR33SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR33ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR33SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR33ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR33SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR33AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR33AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR33InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR33OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR33MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR33FixBitsSIP3    BITS,
    mediaGatewayModelR33FixBitsSIP4    BITS,
    mediaGatewayModelR33SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR33ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR33ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR33NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR33Entry  1 }

  mediaGatewayModelR33NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR33Entry  2 }

  mediaGatewayModelR33CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR33Entry  3 }

  mediaGatewayModelR33ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR33Entry  4 }

  mediaGatewayModelR33Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR33Entry  5 }

  mediaGatewayModelR33ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR33Entry  6 }

  mediaGatewayModelR33Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR33Entry  7 }

  mediaGatewayModelR33ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR33Entry  8 }

  mediaGatewayModelR33ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR33Entry  9 }

  mediaGatewayModelR33LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR33Entry  10 }

  mediaGatewayModelR33PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR33Entry  11 }

  mediaGatewayModelR33PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR33Entry  12 }

  mediaGatewayModelR33AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR33Entry  13 }

  mediaGatewayModelR33AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR33Entry  14 }

  mediaGatewayModelR33RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR33Entry  16 }

  mediaGatewayModelR33RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR33Entry  17 }

  mediaGatewayModelR33DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR33Entry  18 }

  mediaGatewayModelR33Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR33Entry  19 }

  mediaGatewayModelR33SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR33Entry  20 }

  mediaGatewayModelR33AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR33Entry  21 }

  mediaGatewayModelR33ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR33Entry  22 }

  mediaGatewayModelR33ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR33Entry  23 }

  mediaGatewayModelR33ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR33Entry  24 }

  mediaGatewayModelR33ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR33Entry  25 }

  mediaGatewayModelR33ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR33Entry  26 }

  mediaGatewayModelR33ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR33Entry  27 }

  mediaGatewayModelR33DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR33Entry  28 }

  mediaGatewayModelR33FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR33Entry  29 }

  mediaGatewayModelR33FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR33Entry  30 }

  mediaGatewayModelR33FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR33Entry  31 }

  mediaGatewayModelR33FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR33Entry  32 }

  mediaGatewayModelR33FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR33Entry  33 }

  mediaGatewayModelR33FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR33Entry  34 }

  mediaGatewayModelR33MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR33Entry  35 }

  mediaGatewayModelR33AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR33Entry  36 }

  mediaGatewayModelR33AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR33Entry  37 }

  mediaGatewayModelR33AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR33Entry  38 }

  mediaGatewayModelR33AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR33Entry  39 }

  mediaGatewayModelR33DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR33Entry  40 }

  mediaGatewayModelR33DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR33Entry  41 }

  mediaGatewayModelR33ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR33Entry  42 }

  mediaGatewayModelR33SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR33Entry  43 }

  mediaGatewayModelR33DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR33Entry  44 }

  mediaGatewayModelR33UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR33Entry  45 }

  mediaGatewayModelR33SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR33Entry  46 }

  mediaGatewayModelR33PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR33Entry  47 }

  mediaGatewayModelR33SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR33Entry  48 }

  mediaGatewayModelR33Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR33Entry  49 }

  mediaGatewayModelR33AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR33Entry  50 }

  mediaGatewayModelR33VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR33Entry  51 }

  mediaGatewayModelR33AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR33Entry  52 }

  mediaGatewayModelR33FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR33Entry  53 }

  mediaGatewayModelR33OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR33Entry  54 }

  mediaGatewayModelR33FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR33Entry  55 }

  mediaGatewayModelR33SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR33Entry  56 }

  mediaGatewayModelR33ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR33Entry  57 }

  mediaGatewayModelR33SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR33Entry  58 }

  mediaGatewayModelR33ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR33Entry  59 }

  mediaGatewayModelR33SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR33Entry  60 }

  mediaGatewayModelR33AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR33Entry  61 }

  mediaGatewayModelR33AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR33Entry  62 }

  mediaGatewayModelR33InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR33Entry  63 }

  mediaGatewayModelR33OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR33Entry  64 }

  mediaGatewayModelR33MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR33Entry  65 }

  mediaGatewayModelR33FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR33Entry  66 }

  mediaGatewayModelR33FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR33Entry  67 }

  mediaGatewayModelR33SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR33Entry  68 }

  mediaGatewayModelR33ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR33Entry  91 }

  mediaGatewayModelR33ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR33Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling'                                                  */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  signalingConR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SignalingConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2153 }

  signalingConR4Entry OBJECT-TYPE
    SYNTAX       SignalingConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { signalingConR4NEConn,
             signalingConR4NetwkElement,
             signalingConR4CFSIx }
    ::= {  signalingConR4Table  1  }

  SignalingConR4Entry  ::=  SEQUENCE
  {
    signalingConR4NEConn               Unsigned32,
    signalingConR4NetwkElement         DisplayString,
    signalingConR4CFSIx                Unsigned32,
    signalingConR4LineSigAlrmsAtndDp   Integer32,
    signalingConR4LineSigAlrmEvtsAtndDp
                                       Integer32,
    signalingConR4MFSigAlrmsAttnRq     Integer32,
    signalingConR4MFSigAlrmEvtsAttnRq  Integer32,
    signalingConR4MFSigAlrmsAtndDp     Integer32,
    signalingConR4MFSigAlrmEvtsAtndDp  Integer32,
    signalingConR4SS7SigAlrmsAttnRq    Integer32,
    signalingConR4SS7SigAlrmEvtsAttnRq Integer32,
    signalingConR4SS7SigAlrmsAtndDp    Integer32,
    signalingConR4SS7SigAlrmEvtsAtndDp Integer32,
    signalingConR4TotChldAlrmsAttnRq   Unsigned32,
    signalingConR4TotChldAlrmEvtsAttnRq
                                       Unsigned32,
    signalingConR4TotChldAlrmsAtndDp   Unsigned32,
    signalingConR4TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    signalingConR4SummaryChldAlrmState INTEGER,
    signalingConR4ISDNAlrmsAttnRq      Integer32,
    signalingConR4ISDNAlrmEvtsAttnRq   Integer32,
    signalingConR4ISDNAlrmsAtndDp      Integer32,
    signalingConR4ISDNAlrmEvtsAtndDp   Integer32,
    signalingConR4SIPAlrmsAttnRq       Integer32,
    signalingConR4SIPAlrmEvtsAttnRq    Integer32,
    signalingConR4SIPAlrmsAtndDp       Integer32,
    signalingConR4SIPAlrmEvtsAtndDp    Integer32,
    signalingConR4ChldStatisticsAlrms  Integer32,
    signalingConR4MGCFSIPAlrmsAttnRq   Integer32,
    signalingConR4MGCFSIPAlrmEvtsAttnRq
                                       Integer32,
    signalingConR4MGCFSIPAlrmsAtndDp   Integer32,
    signalingConR4MGCFSIPAlrmEvtsAtndDp
                                       Integer32,
    signalingConR4AGCFSIPAlrmsAttnRq   Integer32,
    signalingConR4AGCFSIPAlrmEvtsAttnRq
                                       Integer32,
    signalingConR4AGCFSIPAlrmsAtndDp   Integer32,
    signalingConR4AGCFSIPAlrmEvtsAtndDp
                                       Integer32
  }

  signalingConR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { signalingConR4Entry  1 }

  signalingConR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { signalingConR4Entry  2 }

  signalingConR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { signalingConR4Entry  3 }

  signalingConR4LineSigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Signaling Attend To Dependent alarms'."
    ::= { signalingConR4Entry  4 }

  signalingConR4LineSigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  5 }

  signalingConR4MFSigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attention Required alarms'."
    ::= { signalingConR4Entry  6 }

  signalingConR4MFSigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  7 }

  signalingConR4MFSigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attend To Dependent alarms'."
    ::= { signalingConR4Entry  8 }

  signalingConR4MFSigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  9 }

  signalingConR4SS7SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attention Required alarms'."
    ::= { signalingConR4Entry  10 }

  signalingConR4SS7SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  11 }

  signalingConR4SS7SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attend To Dependent alarms'."
    ::= { signalingConR4Entry  12 }

  signalingConR4SS7SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SS7 Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  13 }

  signalingConR4TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { signalingConR4Entry  14 }

  signalingConR4TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { signalingConR4Entry  15 }

  signalingConR4TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { signalingConR4Entry  16 }

  signalingConR4TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { signalingConR4Entry  17 }

  signalingConR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { signalingConR4Entry  18 }

  signalingConR4ISDNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN Attention Required alarms'."
    ::= { signalingConR4Entry  19 }

  signalingConR4ISDNAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  20 }

  signalingConR4ISDNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN Attend To Dependent alarms'."
    ::= { signalingConR4Entry  21 }

  signalingConR4ISDNAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  22 }

  signalingConR4SIPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Attention Required alarms'."
    ::= { signalingConR4Entry  23 }

  signalingConR4SIPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  24 }

  signalingConR4SIPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Attend To Dependent alarms'."
    ::= { signalingConR4Entry  25 }

  signalingConR4SIPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  26 }

  signalingConR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { signalingConR4Entry  27 }

  signalingConR4MGCFSIPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCF SIP Attention Required alarms'."
    ::= { signalingConR4Entry  28 }

  signalingConR4MGCFSIPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCF SIP Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  29 }

  signalingConR4MGCFSIPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCF SIP Attend To Dependent alarms'."
    ::= { signalingConR4Entry  30 }

  signalingConR4MGCFSIPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCF SIP Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  31 }

  signalingConR4AGCFSIPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AGCF SIP Attention Required alarms'."
    ::= { signalingConR4Entry  32 }

  signalingConR4AGCFSIPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AGCF SIP Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  33 }

  signalingConR4AGCFSIPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AGCF SIP Attend To Dependent alarms'."
    ::= { signalingConR4Entry  34 }

  signalingConR4AGCFSIPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AGCF SIP Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { signalingConR4Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Interface Profile'                                     */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.4.20                                                       */
-- /*********************************************************************************/

  iSDNInterfaceProfileR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNInterfaceProfileR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2154 }

  iSDNInterfaceProfileR9Entry OBJECT-TYPE
    SYNTAX       ISDNInterfaceProfileR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNInterfaceProfileR9NEConn,
             iSDNInterfaceProfileR9NetwkElement,
             iSDNInterfaceProfileR9CFSIx,
             iSDNInterfaceProfileR9ISDNIx,
             iSDNInterfaceProfileR9InterfaceType,
             iSDNInterfaceProfileR9ProfIx }
    ::= {  iSDNInterfaceProfileR9Table  1  }

  ISDNInterfaceProfileR9Entry  ::=  SEQUENCE
  {
    iSDNInterfaceProfileR9NEConn       Unsigned32,
    iSDNInterfaceProfileR9NetwkElement DisplayString,
    iSDNInterfaceProfileR9CFSIx        Unsigned32,
    iSDNInterfaceProfileR9ISDNIx       Unsigned32,
    iSDNInterfaceProfileR9InterfaceType
                                       INTEGER,
    iSDNInterfaceProfileR9ProfIx       Unsigned32,
    iSDNInterfaceProfileR9Desc         DisplayString,
    iSDNInterfaceProfileR9ProtVariant  INTEGER,
    iSDNInterfaceProfileR9T200TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T203TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T301TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T302TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T303TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T304TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T305TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T307TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T308TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T309TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T310TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T314TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T316TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T317TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T321TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T322TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T323TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9T402TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9TprogTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9TrestTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9TDLReEstablishTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9N200Val      INTEGER,
    iSDNInterfaceProfileR9KVal         INTEGER,
    iSDNInterfaceProfileR9MaxNumInvalidMsgsAllowedOnACall
                                       Unsigned32,
    iSDNInterfaceProfileR9MaxNumProtErrsAllowedPerHr
                                       Unsigned32,
    iSDNInterfaceProfileR9FixBits      BITS,
    iSDNInterfaceProfileR9RefsCnt      Unsigned32,
    iSDNInterfaceProfileR9RowStatus    RowStatus,
    iSDNInterfaceProfileR9Usage        INTEGER,
    iSDNInterfaceProfileR9T313TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR9TservDurn    INTEGER,
    iSDNInterfaceProfileR9ClgNameFacilityMsgExpiryTime
                                       Unsigned32,
    iSDNInterfaceProfileR9InterdigitTimerDurn
                                       INTEGER
  }

  iSDNInterfaceProfileR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR9Entry  1 }

  iSDNInterfaceProfileR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR9Entry  2 }

  iSDNInterfaceProfileR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR9Entry  3 }

  iSDNInterfaceProfileR9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR9Entry  4 }

  iSDNInterfaceProfileR9InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   primaryRate(1)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR9Entry  5 }

  iSDNInterfaceProfileR9ProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR9Entry  6 }

  iSDNInterfaceProfileR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iSDNInterfaceProfileR9Entry  7 }

  iSDNInterfaceProfileR9ProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordiaNationalISDN2(1),
                   dMS100(2),
                   fiveESSNational(3),
                   dMS250(4),
                   fiveESSCustom(5),
                   eTSI(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol variant'.
                  This field is only writable during create."
    ::= { iSDNInterfaceProfileR9Entry  8 }

  iSDNInterfaceProfileR9T200TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T200 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  9 }

  iSDNInterfaceProfileR9T203TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T203 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  10 }

  iSDNInterfaceProfileR9T301TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T301 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  11 }

  iSDNInterfaceProfileR9T302TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T302 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  12 }

  iSDNInterfaceProfileR9T303TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T303 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  13 }

  iSDNInterfaceProfileR9T304TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T304 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  14 }

  iSDNInterfaceProfileR9T305TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T305 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  15 }

  iSDNInterfaceProfileR9T307TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T307 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  16 }

  iSDNInterfaceProfileR9T308TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T308 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  17 }

  iSDNInterfaceProfileR9T309TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T309 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  18 }

  iSDNInterfaceProfileR9T310TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T310 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  19 }

  iSDNInterfaceProfileR9T314TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T314 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  20 }

  iSDNInterfaceProfileR9T316TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T316 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  21 }

  iSDNInterfaceProfileR9T317TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T317 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  22 }

  iSDNInterfaceProfileR9T321TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T321 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  23 }

  iSDNInterfaceProfileR9T322TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T322 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  24 }

  iSDNInterfaceProfileR9T323TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T323 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  25 }

  iSDNInterfaceProfileR9T402TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T402 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  26 }

  iSDNInterfaceProfileR9TprogTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tprog timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  27 }

  iSDNInterfaceProfileR9TrestTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trest timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  28 }

  iSDNInterfaceProfileR9TDLReEstablishTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T(DL re-establish) timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  29 }

  iSDNInterfaceProfileR9N200Val OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'N200 value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  30 }

  iSDNInterfaceProfileR9KVal OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'K value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  31 }

  iSDNInterfaceProfileR9MaxNumInvalidMsgsAllowedOnACall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of invalid messages allowed on a call'.
                  This field is not writable when active."
    DEFVAL       { 8 }
    ::= { iSDNInterfaceProfileR9Entry  32 }

  iSDNInterfaceProfileR9MaxNumProtErrsAllowedPerHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..128 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of protocol errors allowed per hour'.
                  This field is not writable when active."
    DEFVAL       { 40 }
    ::= { iSDNInterfaceProfileR9Entry  33 }

  iSDNInterfaceProfileR9FixBits OBJECT-TYPE
    SYNTAX       BITS {
                   useDisplayInformationElementForCNAM(0),
                   sendFacilityInformationElementInSETUPMessage(1),
                   doNotSendPRIScopeRESTART(2),
                   doNotSendDS1ScopeRESTART(3),
                   doesNotSupportChannelNegotiation(4),
                   playAnnouncementsWhenErrorConditionsOccur(5),
                   alwaysIncludeDS1IdentifiersInChannelIDInformationElements(6),
                   resetTheExtensionBitInTheChannelIDInformationElement(7),
                   supportsUserToUserSignaling(8),
                   useForwardingNumbersToAssociateSubscribersWithIncomingCalls(9),
                   acceptCallingNameInFACILITYMessage(10),
                   sendALERTINGWhenInterworkingEncountered(11),
                   passThroughQ850CauseValuesUnmodified(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { iSDNInterfaceProfileR9Entry  34 }

  iSDNInterfaceProfileR9RefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { iSDNInterfaceProfileR9Entry  35 }

  iSDNInterfaceProfileR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSDNInterfaceProfileR9Entry  36 }

  iSDNInterfaceProfileR9Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkSide(1),
                   userSide(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is only writable during create."
    DEFVAL       { networkSide }
    ::= { iSDNInterfaceProfileR9Entry  37 }

  iSDNInterfaceProfileR9T313TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T313 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  38 }

  iSDNInterfaceProfileR9TservDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tserv duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  39 }

  iSDNInterfaceProfileR9ClgNameFacilityMsgExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Facility Message expiry time'.
                  This field is not writable when active."
    DEFVAL       { 2000 }
    ::= { iSDNInterfaceProfileR9Entry  40 }

  iSDNInterfaceProfileR9InterdigitTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tdigit timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR9Entry  41 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  sIPR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2155 }

  sIPR10Entry OBJECT-TYPE
    SYNTAX       SIPR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR10NEConn,
             sIPR10NetwkElement,
             sIPR10CFSIx,
             sIPR10SIPIx }
    ::= {  sIPR10Table  1  }

  SIPR10Entry  ::=  SEQUENCE
  {
    sIPR10NEConn                       Unsigned32,
    sIPR10NetwkElement                 DisplayString,
    sIPR10CFSIx                        Unsigned32,
    sIPR10SIPIx                        Unsigned32,
    sIPR10ServerAddrIPv4               DisplayString,
    sIPR10DeactivnMode                 INTEGER,
    sIPR10AlrmState                    INTEGER,
    sIPR10AlrmLogCorr                  Counter64,
    sIPR10AlrmEvtsAttnRq               Integer32,
    sIPR10AlrmStateTimestamp           Unsigned32,
    sIPR10AlrmResetTimestamp           Unsigned32,
    sIPR10RowStatus                    RowStatus,
    sIPR10AdminStatus                  AdminStatus,
    sIPR10OperStatus                   OperStatus,
    sIPR10SIPRetransmitTimerT1         Unsigned32,
    sIPR10ChldAlrmsAtndDp              Unsigned32,
    sIPR10ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR10SummaryChldAlrmState         INTEGER,
    sIPR10ChldAlrmsAttnRq              Unsigned32,
    sIPR10ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR10ChldStatisticsAlrms          Integer32,
    sIPR10SIPTVariant                  INTEGER,
    sIPR10StatisticsAlrms              Integer32,
    sIPR10ServerAddrIPv6               DisplayString,
    sIPR10NetwkElementID               Unsigned32,
    sIPR10FinancialentityID            DisplayString,
    sIPR10InterOprIdentifierIOI        DisplayString,
    sIPR10ServerIdentity               DisplayString,
    sIPR10TransparentProxies           LongDisplayString,
    sIPR10TotChldAlrmsAttnRq           Unsigned32,
    sIPR10TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR10TotChldAlrmsAtndDp           Unsigned32,
    sIPR10TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR10ProdShortSIPHeaderEncodings  INTEGER,
    sIPR10I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR10I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR10I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR10I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR10I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR10DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR10TransitIoi                   DisplayString,
    sIPR10LocalServerPort              INTEGER,
    sIPR10TransitIoiSignificantChars   Unsigned32
  }

  sIPR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR10Entry  1 }

  sIPR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR10Entry  2 }

  sIPR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR10Entry  3 }

  sIPR10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR10Entry  4 }

  sIPR10ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR10Entry  5 }

  sIPR10DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR10Entry  6 }

  sIPR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR10Entry  7 }

  sIPR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR10Entry  8 }

  sIPR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR10Entry  9 }

  sIPR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR10Entry  10 }

  sIPR10AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR10Entry  11 }

  sIPR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR10Entry  12 }

  sIPR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR10Entry  13 }

  sIPR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR10Entry  14 }

  sIPR10SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR10Entry  15 }

  sIPR10ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR10Entry  17 }

  sIPR10ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR10Entry  18 }

  sIPR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR10Entry  19 }

  sIPR10ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR10Entry  21 }

  sIPR10ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR10Entry  22 }

  sIPR10ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR10Entry  23 }

  sIPR10SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR10Entry  24 }

  sIPR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR10Entry  25 }

  sIPR10ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR10Entry  26 }

  sIPR10NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR10Entry  27 }

  sIPR10FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR10Entry  28 }

  sIPR10InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR10Entry  30 }

  sIPR10ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR10Entry  37 }

  sIPR10TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR10Entry  39 }

  sIPR10TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR10Entry  40 }

  sIPR10TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR10Entry  41 }

  sIPR10TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR10Entry  42 }

  sIPR10TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR10Entry  43 }

  sIPR10ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR10Entry  44 }

  sIPR10I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR10Entry  45 }

  sIPR10I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR10Entry  46 }

  sIPR10I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR10Entry  47 }

  sIPR10I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR10Entry  48 }

  sIPR10I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR10Entry  49 }

  sIPR10DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR10Entry  50 }

  sIPR10TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR10Entry  51 }

  sIPR10LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR10Entry  52 }

  sIPR10TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR10Entry  53 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP - AGCF'                                                 */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  aGCSIPTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCSIPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2156 }

  aGCSIPEntry OBJECT-TYPE
    SYNTAX       AGCSIPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCSIPNEConn,
             aGCSIPNetwkElement,
             aGCSIPCFSIx,
             aGCSIPSIPIx }
    ::= {  aGCSIPTable  1  }

  AGCSIPEntry  ::=  SEQUENCE
  {
    aGCSIPNEConn                       Unsigned32,
    aGCSIPNetwkElement                 DisplayString,
    aGCSIPCFSIx                        Unsigned32,
    aGCSIPSIPIx                        Unsigned32,
    aGCSIPServerIdentity               DisplayString,
    aGCSIPServerAddrIPv4               DisplayString,
    aGCSIPServerAddrIPv6               DisplayString,
    aGCSIPLocalServerPort              INTEGER,
    aGCSIPSIPRetransmitTimerT1         Unsigned32,
    aGCSIPNetwkElementID               Unsigned32,
    aGCSIPFinancialentityID            DisplayString,
    aGCSIPDeactivnMode                 INTEGER,
    aGCSIPI1DefSIPRegistrarNEConn      Unsigned32,
    aGCSIPI2DefSIPRegistrarNetwkElement
                                       DisplayString,
    aGCSIPI3DefSIPRegistrarCFSIx       Unsigned32,
    aGCSIPI4DefSIPRegistrarSIPIx       Unsigned32,
    aGCSIPI5DefSIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCSIPNetwkID                      DisplayString,
    aGCSIPInterOprIdentifierIOI        DisplayString,
    aGCSIPProdShortSIPHeaderEncodings  INTEGER,
    aGCSIPAlrmState                    INTEGER,
    aGCSIPStatisticsAlrms              Integer32,
    aGCSIPAlrmLogCorr                  Counter64,
    aGCSIPAlrmEvtsAttnRq               Integer32,
    aGCSIPAlrmStateTimestamp           Unsigned32,
    aGCSIPAlrmResetTimestamp           Unsigned32,
    aGCSIPRowStatus                    RowStatus,
    aGCSIPAdminStatus                  AdminStatus,
    aGCSIPOperStatus                   OperStatus
  }

  aGCSIPNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCSIPEntry  1 }

  aGCSIPNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCSIPEntry  2 }

  aGCSIPCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCSIPEntry  3 }

  aGCSIPSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { aGCSIPEntry  4 }

  aGCSIPServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { aGCSIPEntry  5 }

  aGCSIPServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { aGCSIPEntry  6 }

  aGCSIPServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { aGCSIPEntry  7 }

  aGCSIPLocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { aGCSIPEntry  8 }

  aGCSIPSIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { aGCSIPEntry  9 }

  aGCSIPNetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { aGCSIPEntry  10 }

  aGCSIPFinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { aGCSIPEntry  11 }

  aGCSIPDeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { aGCSIPEntry  12 }

  aGCSIPI1DefSIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPEntry  13 }

  aGCSIPI2DefSIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPEntry  14 }

  aGCSIPI3DefSIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPEntry  15 }

  aGCSIPI4DefSIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPEntry  16 }

  aGCSIPI5DefSIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPEntry  17 }

  aGCSIPNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network ID'."
    ::= { aGCSIPEntry  18 }

  aGCSIPInterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { aGCSIPEntry  19 }

  aGCSIPProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { aGCSIPEntry  20 }

  aGCSIPAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCSIPEntry  21 }

  aGCSIPStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { aGCSIPEntry  22 }

  aGCSIPAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCSIPEntry  23 }

  aGCSIPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCSIPEntry  24 }

  aGCSIPAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCSIPEntry  25 }

  aGCSIPAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { aGCSIPEntry  26 }

  aGCSIPRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { aGCSIPEntry  27 }

  aGCSIPAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPEntry  28 }

  aGCSIPOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPEntry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Registrar'                                              */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  sIPRegistrarR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPRegistrarR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP - AGCF'."
    ::= { metaSwitch  2157 }

  sIPRegistrarR3Entry OBJECT-TYPE
    SYNTAX       SIPRegistrarR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPRegistrarNEConn,
             sIPRegistrarNetwkElement,
             sIPRegistrarCFSIx,
             sIPRegistrarSIPIx,
             sIPRegistrarSIPRegistrarIx }
    ::= {  sIPRegistrarR3Table  1  }

  SIPRegistrarR3Entry  ::=  SEQUENCE
  {
    sIPRegistrarNEConn                 Unsigned32,
    sIPRegistrarNetwkElement           DisplayString,
    sIPRegistrarCFSIx                  Unsigned32,
    sIPRegistrarSIPIx                  Unsigned32,
    sIPRegistrarSIPRegistrarIx         Unsigned32,
    sIPRegistrarName                   DisplayString,
    sIPRegistrarI1CfgdSIPBindingNEConn Unsigned32,
    sIPRegistrarI2CfgdSIPBindingNetwkElement
                                       DisplayString,
    sIPRegistrarI3CfgdSIPBindingCFSIx  Unsigned32,
    sIPRegistrarI4CfgdSIPBindingBindingIx
                                       Unsigned32,
    sIPRegistrarUseE164NumsDNBasedIdentities
                                       INTEGER,
    sIPRegistrarMaxOutstandingRegisterRequests
                                       Unsigned32,
    sIPRegistrarLimitRegisterRequestRate
                                       INTEGER,
    sIPRegistrarMaxRegisterRequestsPerSecond
                                       Unsigned32,
    sIPRegistrarRefgSubs               Unsigned32,
    sIPRegistrarR3RowStatus            RowStatus
  }

  sIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPRegistrarR3Entry  1 }

  sIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPRegistrarR3Entry  2 }

  sIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPRegistrarR3Entry  3 }

  sIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPRegistrarR3Entry  4 }

  sIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Registrar Index'.
                  This is an index field."
    ::= { sIPRegistrarR3Entry  5 }

  sIPRegistrarName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { sIPRegistrarR3Entry  6 }

  sIPRegistrarI1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR3Entry  7 }

  sIPRegistrarI2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR3Entry  8 }

  sIPRegistrarI3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR3Entry  9 }

  sIPRegistrarI4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPRegistrarR3Entry  10 }

  sIPRegistrarUseE164NumsDNBasedIdentities OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use E.164 numbers for DN-based identities'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { sIPRegistrarR3Entry  11 }

  sIPRegistrarMaxOutstandingRegisterRequests OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum outstanding register requests'."
    DEFVAL       { 20 }
    ::= { sIPRegistrarR3Entry  12 }

  sIPRegistrarLimitRegisterRequestRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit register request rate'."
    DEFVAL       { true }
    ::= { sIPRegistrarR3Entry  13 }

  sIPRegistrarMaxRegisterRequestsPerSecond OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum register requests per second'."
    DEFVAL       { 50 }
    ::= { sIPRegistrarR3Entry  14 }

  sIPRegistrarRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Referencing subscribers'."
    ::= { sIPRegistrarR3Entry  15 }

  sIPRegistrarR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPRegistrarR3Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  rPSNumVldnTableR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2158 }

  rPSNumVldnTableR15Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR15NEConn,
             rPSNumVldnTableR15NetwkElement,
             rPSNumVldnTableR15CFSIx,
             rPSNumVldnTableR15CfgSetIx,
             rPSNumVldnTableR15NumVldnTblIx }
    ::= {  rPSNumVldnTableR15Table  1  }

  RPSNumVldnTableR15Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR15NEConn           Unsigned32,
    rPSNumVldnTableR15NetwkElement     DisplayString,
    rPSNumVldnTableR15CFSIx            Unsigned32,
    rPSNumVldnTableR15CfgSetIx         Unsigned32,
    rPSNumVldnTableR15NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR15NumVldnTblName   DisplayString,
    rPSNumVldnTableR15SearchType       INTEGER,
    rPSNumVldnTableR15MatchAttr1       INTEGER,
    rPSNumVldnTableR15MatchAttr2       INTEGER,
    rPSNumVldnTableR15MatchAttr3       INTEGER,
    rPSNumVldnTableR15I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR15I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR15I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR15I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR15I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR15DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR15RowStatus        RowStatus,
    rPSNumVldnTableR15ExportCorr       Counter64,
    rPSNumVldnTableR15I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR15I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR15I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR15I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR15I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR15ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR15ExportStatus     DisplayString,
    rPSNumVldnTableR15ExportFile       DisplayString,
    rPSNumVldnTableR15DefMtchAct       INTEGER,
    rPSNumVldnTableR15ExportCorrNode   DisplayString,
    rPSNumVldnTableR15DoExtraActions   INTEGER,
    rPSNumVldnTableR15ExportCorrUID    DisplayString,
    rPSNumVldnTableR15AddrMatchType    INTEGER,
    rPSNumVldnTableR15TblType          INTEGER,
    rPSNumVldnTableR15Filename         DisplayString,
    rPSNumVldnTableR15FileLoadStatus   INTEGER,
    rPSNumVldnTableR15FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR15NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR15FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR15MemUsage         Unsigned32,
    rPSNumVldnTableR15OverrideHeader   DisplayString,
    rPSNumVldnTableR15ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR15I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR15I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR15I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR15I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR15I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR15FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR15ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR15ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR15Entry  1 }

  rPSNumVldnTableR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR15Entry  2 }

  rPSNumVldnTableR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR15Entry  3 }

  rPSNumVldnTableR15CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR15Entry  4 }

  rPSNumVldnTableR15NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR15Entry  5 }

  rPSNumVldnTableR15NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR15Entry  6 }

  rPSNumVldnTableR15SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR15Entry  7 }

  rPSNumVldnTableR15MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR15Entry  8 }

  rPSNumVldnTableR15MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR15Entry  9 }

  rPSNumVldnTableR15MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR15Entry  10 }

  rPSNumVldnTableR15I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR15Entry  11 }

  rPSNumVldnTableR15I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR15Entry  12 }

  rPSNumVldnTableR15I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR15Entry  13 }

  rPSNumVldnTableR15I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR15Entry  14 }

  rPSNumVldnTableR15I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR15Entry  15 }

  rPSNumVldnTableR15DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR15Entry  16 }

  rPSNumVldnTableR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR15Entry  17 }

  rPSNumVldnTableR15ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR15Entry  18 }

  rPSNumVldnTableR15I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  19 }

  rPSNumVldnTableR15I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  20 }

  rPSNumVldnTableR15I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  21 }

  rPSNumVldnTableR15I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  22 }

  rPSNumVldnTableR15I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  23 }

  rPSNumVldnTableR15ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR15Entry  24 }

  rPSNumVldnTableR15ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR15Entry  25 }

  rPSNumVldnTableR15ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR15Entry  26 }

  rPSNumVldnTableR15DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR15Entry  27 }

  rPSNumVldnTableR15ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR15Entry  28 }

  rPSNumVldnTableR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR15Entry  29 }

  rPSNumVldnTableR15ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR15Entry  30 }

  rPSNumVldnTableR15AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR15Entry  31 }

  rPSNumVldnTableR15TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR15Entry  32 }

  rPSNumVldnTableR15Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR15Entry  33 }

  rPSNumVldnTableR15FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR15Entry  34 }

  rPSNumVldnTableR15FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR15Entry  35 }

  rPSNumVldnTableR15NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR15Entry  36 }

  rPSNumVldnTableR15FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR15Entry  37 }

  rPSNumVldnTableR15MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR15Entry  38 }

  rPSNumVldnTableR15OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR15Entry  39 }

  rPSNumVldnTableR15ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR15Entry  40 }

  rPSNumVldnTableR15I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  41 }

  rPSNumVldnTableR15I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  42 }

  rPSNumVldnTableR15I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  43 }

  rPSNumVldnTableR15I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  44 }

  rPSNumVldnTableR15I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR15Entry  45 }

  rPSNumVldnTableR15FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR15Entry  46 }

  rPSNumVldnTableR15ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR15Entry  47 }

  rPSNumVldnTableR15ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR15Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Forwarding Services'                            */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  callFwdServR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallFwdServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2159 }

  callFwdServR9Entry OBJECT-TYPE
    SYNTAX       CallFwdServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callFwdServR9NEConn,
             callFwdServR9NetwkElement,
             callFwdServR9CFSIx }
    ::= {  callFwdServR9Table  1  }

  CallFwdServR9Entry  ::=  SEQUENCE
  {
    callFwdServR9NEConn                Unsigned32,
    callFwdServR9NetwkElement          DisplayString,
    callFwdServR9CFSIx                 Unsigned32,
    callFwdServR9AllowRestrictionUsedNum
                                       INTEGER,
    callFwdServR9MaxSimulFwdsPerSub    Unsigned32,
    callFwdServR9SupportCFU            INTEGER,
    callFwdServR9CFUAndCFBLAndCFDAUSB  INTEGER,
    callFwdServR9CFUEnableCode         DisplayString,
    callFwdServR9CFUDisableCode        DisplayString,
    callFwdServR9CFUCheckCode          DisplayString,
    callFwdServR9CFUMaxNum             Unsigned32,
    callFwdServR9CFUAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR9CFUSingleRing         INTEGER,
    callFwdServR9SupportCFBL           INTEGER,
    callFwdServR9CFBLEnableCode        DisplayString,
    callFwdServR9CFBLDisableCode       DisplayString,
    callFwdServR9CFBLCheckCode         DisplayString,
    callFwdServR9CFBLMaxNum            Unsigned32,
    callFwdServR9CFBLAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR9SupportCFDA           INTEGER,
    callFwdServR9CFDAEnableCode        DisplayString,
    callFwdServR9CFDADisableCode       DisplayString,
    callFwdServR9CFDACheckCode         DisplayString,
    callFwdServR9CFDAMaxNum            Unsigned32,
    callFwdServR9CFDAAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR9CFDASingleRing        INTEGER,
    callFwdServR9CFDAContRinging       INTEGER,
    callFwdServR9CFDAContRingingAfterFail
                                       INTEGER,
    callFwdServR9CFBLAndCFDAEnableCode DisplayString,
    callFwdServR9CFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR9RowStatus             RowStatus,
    callFwdServR9SCFUSB                INTEGER,
    callFwdServR9AllowSCFUSBDenied     INTEGER,
    callFwdServR9SupportLineHunting    INTEGER,
    callFwdServR9LineHuntingAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR9LineHuntingMaxNumEntries
                                       Unsigned32,
    callFwdServR9SupportSCF            INTEGER,
    callFwdServR9SCFMaxNum             Unsigned32,
    callFwdServR9SCFAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR9SCFSingleRing         INTEGER,
    callFwdServR9SCFMaxNumEntries      Unsigned32,
    callFwdServR9SCFAccessCode         DisplayString,
    callFwdServR9SCFAlternativeAccessCode
                                       DisplayString,
    callFwdServR9SupportRACF           INTEGER,
    callFwdServR9RACFAccessNum         DisplayString,
    callFwdServR9RACFMaxSimulCalls     Unsigned32,
    callFwdServR9LineHuntingMarkBAFBillRecs
                                       INTEGER,
    callFwdServR9LineHuntingContHuntingIfNoReply
                                       INTEGER,
    callFwdServR9SupportFMFM           INTEGER,
    callFwdServR9FMFMSimRingEnableCode DisplayString,
    callFwdServR9FMFMSimRingDisableCode
                                       DisplayString,
    callFwdServR9FMFMFMFMEnableCode    DisplayString,
    callFwdServR9FMFMFMFMDisableCode   DisplayString,
    callFwdServR9FMFMFMFMPlayComfortAnnounce
                                       INTEGER,
    callFwdServR9RequireCrtsyCallByDef INTEGER,
    callFwdServR9SupportUnavailCF      INTEGER,
    callFwdServR9UnavailCFMaxNum       Unsigned32,
    callFwdServR9CFUAndCFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR9UseAnnouncesforconfirmation
                                       INTEGER
  }

  callFwdServR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callFwdServR9Entry  1 }

  callFwdServR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callFwdServR9Entry  2 }

  callFwdServR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callFwdServR9Entry  3 }

  callFwdServR9AllowRestrictionUsedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow restriction for used number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR9Entry  4 }

  callFwdServR9MaxSimulFwdsPerSub OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default maximum simultaneous forwardings per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { callFwdServR9Entry  5 }

  callFwdServR9SupportCFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  6 }

  callFwdServR9CFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR9Entry  7 }

  callFwdServR9CFUEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  8 }

  callFwdServR9CFUDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  9 }

  callFwdServR9CFUCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  10 }

  callFwdServR9CFUMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR9Entry  11 }

  callFwdServR9CFUAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR9Entry  12 }

  callFwdServR9CFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR9Entry  13 }

  callFwdServR9SupportCFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  14 }

  callFwdServR9CFBLEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  15 }

  callFwdServR9CFBLDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  16 }

  callFwdServR9CFBLCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  17 }

  callFwdServR9CFBLMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR9Entry  18 }

  callFwdServR9CFBLAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR9Entry  19 }

  callFwdServR9SupportCFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  20 }

  callFwdServR9CFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  21 }

  callFwdServR9CFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  22 }

  callFwdServR9CFDACheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  23 }

  callFwdServR9CFDAMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR9Entry  24 }

  callFwdServR9CFDAAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR9Entry  25 }

  callFwdServR9CFDASingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR9Entry  26 }

  callFwdServR9CFDAContRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing'."
    ::= { callFwdServR9Entry  27 }

  callFwdServR9CFDAContRingingAfterFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing after failure'."
    ::= { callFwdServR9Entry  28 }

  callFwdServR9CFBLAndCFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  29 }

  callFwdServR9CFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  30 }

  callFwdServR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callFwdServR9Entry  31 }

  callFwdServR9SCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR9Entry  32 }

  callFwdServR9AllowSCFUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR9Entry  33 }

  callFwdServR9SupportLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  34 }

  callFwdServR9LineHuntingAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR9Entry  35 }

  callFwdServR9LineHuntingMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR9Entry  36 }

  callFwdServR9SupportSCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  37 }

  callFwdServR9SCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR9Entry  38 }

  callFwdServR9SCFAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR9Entry  39 }

  callFwdServR9SCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR9Entry  40 }

  callFwdServR9SCFMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR9Entry  41 }

  callFwdServR9SCFAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - access code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  42 }

  callFwdServR9SCFAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - alternative access code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  43 }

  callFwdServR9SupportRACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  44 }

  callFwdServR9RACFAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - access number'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  45 }

  callFwdServR9RACFMaxSimulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - maximum simultaneous calls'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { callFwdServR9Entry  46 }

  callFwdServR9LineHuntingMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR9Entry  47 }

  callFwdServR9LineHuntingContHuntingIfNoReply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - continue hunting if no reply'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR9Entry  54 }

  callFwdServR9SupportFMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  55 }

  callFwdServR9FMFMSimRingEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing enable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  56 }

  callFwdServR9FMFMSimRingDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing disable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  57 }

  callFwdServR9FMFMFMFMEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me enable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  58 }

  callFwdServR9FMFMFMFMDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me disable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  59 }

  callFwdServR9FMFMFMFMPlayComfortAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me play comfort announcement'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR9Entry  60 }

  callFwdServR9RequireCrtsyCallByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Require courtesy call by default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR9Entry  61 }

  callFwdServR9SupportUnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - support'."
    DEFVAL       { notConfigured }
    ::= { callFwdServR9Entry  62 }

  callFwdServR9UnavailCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - max number'."
    DEFVAL       { 5 }
    ::= { callFwdServR9Entry  63 }

  callFwdServR9CFUAndCFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR9Entry  64 }

  callFwdServR9UseAnnouncesforconfirmation OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use Announcements for confirmation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR9Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 9.0                                                               */
-- /* Valid before: 9.3                                                             */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  cIDServR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2160 }

  cIDServR17Entry OBJECT-TYPE
    SYNTAX       CIDServR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR17NEConn,
             cIDServR17NetwkElement,
             cIDServR17CFSIx }
    ::= {  cIDServR17Table  1  }

  CIDServR17Entry  ::=  SEQUENCE
  {
    cIDServR17NEConn                   Unsigned32,
    cIDServR17NetwkElement             DisplayString,
    cIDServR17CFSIx                    Unsigned32,
    cIDServR17CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR17SupportAR                INTEGER,
    cIDServR17ARDefSetting             INTEGER,
    cIDServR17AROneOrTwoStageActivn    INTEGER,
    cIDServR17ARTwoStageAccessCode     DisplayString,
    cIDServR17SupportCallTrace         INTEGER,
    cIDServR17CallTraceUSB             INTEGER,
    cIDServR17CallTraceDefSetting      INTEGER,
    cIDServR17CallTraceActivateCode    DisplayString,
    cIDServR17CallTraceTwoStageActivn  INTEGER,
    cIDServR17CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR17CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR17CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR17CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR17SupportCIDPres           INTEGER,
    cIDServR17CIDPresClgPartyNum       INTEGER,
    cIDServR17CIDPresClgPartySubAddr   INTEGER,
    cIDServR17CIDPresDelivByDef        INTEGER,
    cIDServR17CIDPresPresentNumCode    DisplayString,
    cIDServR17CIDPresWitholdNumCode    DisplayString,
    cIDServR17CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR17CIDPresDefNetwkInfo      INTEGER,
    cIDServR17CIDPresDefNetwkNum       DisplayString,
    cIDServR17SupportCNDB              INTEGER,
    cIDServR17CNDBUSB                  INTEGER,
    cIDServR17CNDBDefSetting           INTEGER,
    cIDServR17CNDBDefOverrideCode      DisplayString,
    cIDServR17CNDBConfirmationTone     INTEGER,
    cIDServR17RowStatus                RowStatus,
    cIDServR17SupportCND               INTEGER,
    cIDServR17CNDUSB                   INTEGER,
    cIDServR17CNDEnableCode            DisplayString,
    cIDServR17CNDDisableCode           DisplayString,
    cIDServR17CNDCheckCode             DisplayString,
    cIDServR17ARUSB                    INTEGER,
    cIDServR17AROneStageAccessCode     DisplayString,
    cIDServR17ARSecondStageRecallKey   INTEGER,
    cIDServR17ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR17ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR17ARCallRtnTimeout         Unsigned32,
    cIDServR17ARRejNonUniqueNums       INTEGER,
    cIDServR17ARRejAnonNums            INTEGER,
    cIDServR17ARMarkBAFBillRecs        INTEGER,
    cIDServR17SupportClgNameDlvry      INTEGER,
    cIDServR17ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR17ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR17ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR17I1CNAMSLHRNEConn         Unsigned32,
    cIDServR17I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR17I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR17I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR17CNAMSLHROtherVals        INTEGER,
    cIDServR17AlrmState                INTEGER,
    cIDServR17AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR17AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR17AlrmEvtsAtndDp           Unsigned32,
    cIDServR17AlrmStateTimestamp       Unsigned32,
    cIDServR17AlrmResetTimestamp       Unsigned32,
    cIDServR17ClgNameDlvryUSB          INTEGER,
    cIDServR17ARDeactivateCode         DisplayString,
    cIDServR17SupportAutoClback        INTEGER,
    cIDServR17AutoClbackDefVal         INTEGER,
    cIDServR17AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR17AutoClbackUSB            INTEGER,
    cIDServR17AutoClbackActivateCode   DisplayString,
    cIDServR17AutoClbackDeactivateCode DisplayString,
    cIDServR17ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR17ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR17ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR17ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR17ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR17ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR17ARClbackOrigingScanRate  INTEGER,
    cIDServR17ARClbackMaxRingCycles    INTEGER,
    cIDServR17ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR17AllowARClbackTermScanning
                                       INTEGER,
    cIDServR17ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR17ARClbackMaxActivns       INTEGER,
    cIDServR17I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR17I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR17I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR17I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR17ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR17ARClbackMaxQueueSize     Unsigned32,
    cIDServR17SupportLastCIDErasure    INTEGER,
    cIDServR17LastCIDErasureDefSetting INTEGER,
    cIDServR17LastCIDErasureAccessCode DisplayString,
    cIDServR17ClgNameDlvryNameSource   BITS,
    cIDServR17CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR17ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR17SupportClgIDDlvryOverIP  INTEGER,
    cIDServR17I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR17I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR17I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR17I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR17ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR17AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR17AlrmEvtsAttnRq           Unsigned32,
    cIDServR17ChldAlrmsAttnRq          Unsigned32,
    cIDServR17ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR17SummaryChldAlrmState     INTEGER,
    cIDServR17CNDDefPreferredSIPFormat INTEGER,
    cIDServR17ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR17CIDIgnorePBXSigPrsnt     INTEGER,
    cIDServR17SupportClgNameDlvryQH    INTEGER,
    cIDServR17CNAMCacheEnabled         INTEGER,
    cIDServR17ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR17CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR17I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR17I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR17I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR17I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR17CNAMSLHRQHOtherVals      INTEGER,
    cIDServR17DoExtraActions           INTEGER,
    cIDServR17CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR17CacheQueryRess           INTEGER,
    cIDServR17CacheImportFilename      DisplayString,
    cIDServR17CacheImportSchedule      INTEGER,
    cIDServR17CacheImportHr            INTEGER,
    cIDServR17CacheImportMin           INTEGER,
    cIDServR17TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR17TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR17CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR17SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR17SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR17CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR17CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR17CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR17ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR17SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR17TotChldAlrmsAttnRq       Unsigned32,
    cIDServR17TotChldAlrmEvtsAttnRq    Unsigned32,
    cIDServR17ARClbackUseTestCalls     INTEGER,
    cIDServR17I1ClgNameDlvrySIPSubscriptionServerNEConn
                                       Unsigned32,
    cIDServR17I2ClgNameDlvrySIPSubscriptionServerNetwkElement
                                       DisplayString,
    cIDServR17I3ClgNameDlvrySIPSubscriptionServerCFSIx
                                       Unsigned32,
    cIDServR17I4ClgNameDlvrySIPSubscriptionServerBindingIx
                                       Unsigned32,
    cIDServR17ClgNameDlvrySIPSubscriptionServerOtherVals
                                       INTEGER,
    cIDServR17ClgNameDlvryServerIdentity
                                       DisplayString
  }

  cIDServR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR17Entry  1 }

  cIDServR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR17Entry  2 }

  cIDServR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR17Entry  3 }

  cIDServR17CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR17Entry  4 }

  cIDServR17SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  5 }

  cIDServR17ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  6 }

  cIDServR17AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  7 }

  cIDServR17ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  8 }

  cIDServR17SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  9 }

  cIDServR17CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR17Entry  10 }

  cIDServR17CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  11 }

  cIDServR17CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  12 }

  cIDServR17CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR17Entry  13 }

  cIDServR17CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR17Entry  14 }

  cIDServR17CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR17Entry  15 }

  cIDServR17CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR17Entry  16 }

  cIDServR17CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR17Entry  17 }

  cIDServR17SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  18 }

  cIDServR17CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  19 }

  cIDServR17CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  20 }

  cIDServR17CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  21 }

  cIDServR17CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  22 }

  cIDServR17CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  23 }

  cIDServR17CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  24 }

  cIDServR17CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  25 }

  cIDServR17CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  26 }

  cIDServR17SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  27 }

  cIDServR17CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  28 }

  cIDServR17CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  29 }

  cIDServR17CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  30 }

  cIDServR17CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  31 }

  cIDServR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR17Entry  32 }

  cIDServR17SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  33 }

  cIDServR17CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  34 }

  cIDServR17CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  35 }

  cIDServR17CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  36 }

  cIDServR17CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  37 }

  cIDServR17ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  38 }

  cIDServR17AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  39 }

  cIDServR17ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  40 }

  cIDServR17ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR17Entry  41 }

  cIDServR17ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR17Entry  42 }

  cIDServR17ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR17Entry  43 }

  cIDServR17ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  44 }

  cIDServR17ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR17Entry  45 }

  cIDServR17ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  46 }

  cIDServR17SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  47 }

  cIDServR17ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR17Entry  48 }

  cIDServR17ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR17Entry  50 }

  cIDServR17ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR17Entry  51 }

  cIDServR17I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  52 }

  cIDServR17I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  53 }

  cIDServR17I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  54 }

  cIDServR17I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  55 }

  cIDServR17CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR17Entry  56 }

  cIDServR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR17Entry  57 }

  cIDServR17AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR17Entry  58 }

  cIDServR17AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR17Entry  59 }

  cIDServR17AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR17Entry  60 }

  cIDServR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR17Entry  61 }

  cIDServR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR17Entry  62 }

  cIDServR17ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  63 }

  cIDServR17ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  64 }

  cIDServR17SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  65 }

  cIDServR17AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  66 }

  cIDServR17AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  67 }

  cIDServR17AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  68 }

  cIDServR17AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  69 }

  cIDServR17AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  70 }

  cIDServR17ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR17Entry  71 }

  cIDServR17ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR17Entry  72 }

  cIDServR17ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR17Entry  73 }

  cIDServR17ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR17Entry  74 }

  cIDServR17ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR17Entry  75 }

  cIDServR17ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR17Entry  76 }

  cIDServR17ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR17Entry  77 }

  cIDServR17ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR17Entry  78 }

  cIDServR17ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR17Entry  79 }

  cIDServR17AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR17Entry  80 }

  cIDServR17ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR17Entry  81 }

  cIDServR17ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR17Entry  82 }

  cIDServR17I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  83 }

  cIDServR17I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  84 }

  cIDServR17I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  85 }

  cIDServR17I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  86 }

  cIDServR17ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR17Entry  87 }

  cIDServR17ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR17Entry  88 }

  cIDServR17SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  89 }

  cIDServR17LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  90 }

  cIDServR17LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  91 }

  cIDServR17ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR17Entry  92 }

  cIDServR17CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR17Entry  93 }

  cIDServR17ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  97 }

  cIDServR17SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  98 }

  cIDServR17I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR17Entry  99 }

  cIDServR17I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR17Entry  100 }

  cIDServR17I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR17Entry  101 }

  cIDServR17I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR17Entry  102 }

  cIDServR17ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR17Entry  104 }

  cIDServR17AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR17Entry  105 }

  cIDServR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR17Entry  106 }

  cIDServR17ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR17Entry  107 }

  cIDServR17ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR17Entry  108 }

  cIDServR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR17Entry  109 }

  cIDServR17CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR17Entry  110 }

  cIDServR17ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2),
                   sIPQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR17Entry  111 }

  cIDServR17CIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - ignore PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  112 }

  cIDServR17SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  113 }

  cIDServR17CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR17Entry  114 }

  cIDServR17ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR17Entry  115 }

  cIDServR17CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR17Entry  116 }

  cIDServR17I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  117 }

  cIDServR17I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  118 }

  cIDServR17I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  119 }

  cIDServR17I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR17Entry  120 }

  cIDServR17CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR17Entry  121 }

  cIDServR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR17Entry  124 }

  cIDServR17CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR17Entry  125 }

  cIDServR17CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR17Entry  126 }

  cIDServR17CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR17Entry  127 }

  cIDServR17CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR17Entry  128 }

  cIDServR17CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR17Entry  129 }

  cIDServR17CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR17Entry  130 }

  cIDServR17TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR17Entry  131 }

  cIDServR17TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR17Entry  132 }

  cIDServR17CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR17Entry  133 }

  cIDServR17SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  134 }

  cIDServR17SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  135 }

  cIDServR17CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR17Entry  136 }

  cIDServR17CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR17Entry  137 }

  cIDServR17CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  138 }

  cIDServR17ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR17Entry  139 }

  cIDServR17SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR17Entry  140 }

  cIDServR17TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR17Entry  141 }

  cIDServR17TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR17Entry  142 }

  cIDServR17ARClbackUseTestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - use test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR17Entry  143 }

  cIDServR17I1ClgNameDlvrySIPSubscriptionServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR17Entry  144 }

  cIDServR17I2ClgNameDlvrySIPSubscriptionServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR17Entry  145 }

  cIDServR17I3ClgNameDlvrySIPSubscriptionServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR17Entry  146 }

  cIDServR17I4ClgNameDlvrySIPSubscriptionServerBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR17Entry  147 }

  cIDServR17ClgNameDlvrySIPSubscriptionServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server'.
                  This field represents the fixed
                  values that Calling Name Delivery - SIP subscription server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR17Entry  148 }

  cIDServR17ClgNameDlvryServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - server identity'."
    ::= { cIDServR17Entry  149 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voicemail System Line'                                      */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  vSLineR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLineR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voicemail System Line Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2161 }

  vSLineR10Entry OBJECT-TYPE
    SYNTAX       VSLineR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLineR10NEConn,
             vSLineR10NetwkElement,
             vSLineR10CFSIx,
             vSLineR10VSLineGpIx,
             vSLineR10DirNum,
             vSLineR10TerminalIx }
    ::= {  vSLineR10Table  1  }

  VSLineR10Entry  ::=  SEQUENCE
  {
    vSLineR10NEConn                    Unsigned32,
    vSLineR10NetwkElement              DisplayString,
    vSLineR10CFSIx                     Unsigned32,
    vSLineR10VSLineGpIx                Unsigned32,
    vSLineR10DirNum                    DisplayString,
    vSLineR10TerminalIx                Unsigned32,
    vSLineR10T1I1AccDevNEConn          Unsigned32,
    vSLineR10T1I2AccDevNetwkElement    DisplayString,
    vSLineR10T1I3AccDevCFSIx           Unsigned32,
    vSLineR10T1I4AccDevGatewayIx       Unsigned32,
    vSLineR10T1I5AccDevDeviceIx        Unsigned32,
    vSLineR10T2I1AccDevNEConn          Unsigned32,
    vSLineR10T2I2AccDevNetwkElement    DisplayString,
    vSLineR10T2I3AccDevCFSIx           Unsigned32,
    vSLineR10T2I4AccDevGatewayIx       Unsigned32,
    vSLineR10T2I5AccDevDeviceIx        Unsigned32,
    vSLineR10AccessLineNum             Unsigned32,
    vSLineR10AlrmState                 INTEGER,
    vSLineR10AlrmLogCorr               Counter64,
    vSLineR10AddtlAlrmLogCorr          Counter64,
    vSLineR10AlrmEvtsAttnRq            Unsigned32,
    vSLineR10AlrmEvtsAtndDp            Unsigned32,
    vSLineR10AlrmStateTimestamp        Unsigned32,
    vSLineR10DiagsLogLvl               INTEGER,
    vSLineR10DiagsAPITraceEnabled      INTEGER,
    vSLineR10DiagsAPITraceTag          DisplayString,
    vSLineR10RowStatus                 RowStatus,
    vSLineR10SigType                   INTEGER,
    vSLineR10I1ISDNInterfaceNEConn     Unsigned32,
    vSLineR10I2ISDNInterfaceNetwkElement
                                       DisplayString,
    vSLineR10I3ISDNInterfaceCFSIx      Unsigned32,
    vSLineR10I4ISDNInterfaceISDNIx     Unsigned32,
    vSLineR10I5ISDNInterfacePRIIx      Unsigned32,
    vSLineR10ISDNDefBearerCapabilities BITS,
    vSLineR10SIPUserName               DisplayString,
    vSLineR10SIPDomainName             DisplayString,
    vSLineR10SIPRegistrationStatus     INTEGER,
    vSLineR10SIPAuthenticationReqd     INTEGER,
    vSLineR10NewSIPPassword            DisplayString,
    vSLineR10ConfirmNewSIPPassword     DisplayString,
    vSLineR10UseStaticNATMapping       INTEGER,
    vSLineR10GR303NailedUpConn         INTEGER,
    vSLineR10I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    vSLineR10I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    vSLineR10I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    vSLineR10I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    vSLineR10PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    vSLineR10UseDNIdentification       INTEGER,
    vSLineR10SDActMaxCallAppearances   Unsigned32,
    vSLineR10SDDefMaxCallAppearances   Unsigned32,
    vSLineR10SDUseDefMaxCallAppearances
                                       INTEGER,
    vSLineR10SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR10SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR10SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    vSLineR10SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    vSLineR10SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    vSLineR10SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    vSLineR10SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineR10SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    vSLineR10SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    vSLineR10SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    vSLineR10SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineSDActR10SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineSDDefR10SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineR10SDUseDefSubMediaGatewayModel
                                       INTEGER,
    vSLineR10T1I1GatewayNEConn         Unsigned32,
    vSLineR10T1I2GatewayNetwkElement   DisplayString,
    vSLineR10T1I3GatewayCFSIx          Unsigned32,
    vSLineR10T1I4GatewayGatewayIx      Unsigned32,
    vSLineR10T2I1GatewayNEConn         Unsigned32,
    vSLineR10T2I2GatewayNetwkElement   DisplayString,
    vSLineR10T2I3GatewayCFSIx          Unsigned32,
    vSLineR10T2I4GatewayGatewayIx      Unsigned32,
    vSLineR10SIPPassword               DisplayString,
    vSLineR10PreSubscribedConn         INTEGER
  }

  vSLineR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLineR10Entry  1 }

  vSLineR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLineR10Entry  2 }

  vSLineR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLineR10Entry  3 }

  vSLineR10VSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System Line Group Index'.
                  This is an index field."
    ::= { vSLineR10Entry  4 }

  vSLineR10DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { vSLineR10Entry  5 }

  vSLineR10TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { vSLineR10Entry  6 }

  vSLineR10T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR10Entry  7 }

  vSLineR10T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR10Entry  8 }

  vSLineR10T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR10Entry  9 }

  vSLineR10T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR10Entry  10 }

  vSLineR10T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR10Entry  11 }

  vSLineR10T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR10Entry  12 }

  vSLineR10T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR10Entry  13 }

  vSLineR10T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR10Entry  14 }

  vSLineR10T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR10Entry  15 }

  vSLineR10T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR10Entry  16 }

  vSLineR10AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { vSLineR10Entry  17 }

  vSLineR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { vSLineR10Entry  18 }

  vSLineR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { vSLineR10Entry  19 }

  vSLineR10AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { vSLineR10Entry  20 }

  vSLineR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR10Entry  21 }

  vSLineR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR10Entry  22 }

  vSLineR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { vSLineR10Entry  23 }

  vSLineR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { vSLineR10Entry  24 }

  vSLineR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { vSLineR10Entry  25 }

  vSLineR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { vSLineR10Entry  26 }

  vSLineR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vSLineR10Entry  27 }

  vSLineR10SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { vSLineR10Entry  28 }

  vSLineR10I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR10Entry  29 }

  vSLineR10I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR10Entry  30 }

  vSLineR10I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR10Entry  31 }

  vSLineR10I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR10Entry  32 }

  vSLineR10I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR10Entry  33 }

  vSLineR10ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { vSLineR10Entry  34 }

  vSLineR10SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { vSLineR10Entry  35 }

  vSLineR10SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { vSLineR10Entry  36 }

  vSLineR10SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { vSLineR10Entry  37 }

  vSLineR10SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { vSLineR10Entry  38 }

  vSLineR10NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR10Entry  39 }

  vSLineR10ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR10Entry  40 }

  vSLineR10UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR10Entry  43 }

  vSLineR10GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR10Entry  44 }

  vSLineR10I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR10Entry  46 }

  vSLineR10I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR10Entry  47 }

  vSLineR10I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR10Entry  48 }

  vSLineR10I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR10Entry  49 }

  vSLineR10PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { vSLineR10Entry  50 }

  vSLineR10UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR10Entry  56 }

  vSLineR10SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR10Entry  60 }

  vSLineR10SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR10Entry  61 }

  vSLineR10SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR10Entry  62 }

  vSLineR10SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR10Entry  63 }

  vSLineR10SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR10Entry  64 }

  vSLineR10SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR10Entry  65 }

  vSLineR10SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  66 }

  vSLineR10SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  67 }

  vSLineR10SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  68 }

  vSLineR10SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  69 }

  vSLineR10SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  70 }

  vSLineR10SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  71 }

  vSLineR10SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  72 }

  vSLineR10SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  73 }

  vSLineSDActR10SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  75 }

  vSLineSDDefR10SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR10Entry  76 }

  vSLineR10SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR10Entry  77 }

  vSLineR10T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR10Entry  87 }

  vSLineR10T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR10Entry  88 }

  vSLineR10T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR10Entry  89 }

  vSLineR10T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR10Entry  90 }

  vSLineR10T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR10Entry  91 }

  vSLineR10T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR10Entry  92 }

  vSLineR10T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR10Entry  93 }

  vSLineR10T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR10Entry  94 }

  vSLineR10SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { vSLineR10Entry  95 }

  vSLineR10PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR10Entry  96 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  rPSAttrEntryR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2162 }

  rPSAttrEntryR23Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR23NEConn,
             rPSAttrEntryR23NetwkElement,
             rPSAttrEntryR23CFSIx,
             rPSAttrEntryR23CfgSetIx,
             rPSAttrEntryR23AttrSetIx,
             rPSAttrEntryR23AttrEntryIx }
    ::= {  rPSAttrEntryR23Table  1  }

  RPSAttrEntryR23Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR23NEConn              Unsigned32,
    rPSAttrEntryR23NetwkElement        DisplayString,
    rPSAttrEntryR23CFSIx               Unsigned32,
    rPSAttrEntryR23CfgSetIx            Unsigned32,
    rPSAttrEntryR23AttrSetIx           Unsigned32,
    rPSAttrEntryR23AttrEntryIx         Unsigned32,
    rPSAttrEntryR23AttrType            INTEGER,
    rPSAttrEntryR23AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR23AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR23AttrValCldAddrScope INTEGER,
    rPSAttrEntryR23AttrValCldAddrType  INTEGER,
    rPSAttrEntryR23AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR23AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR23AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR23AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR23AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR23AttrValOprCall      INTEGER,
    rPSAttrEntryR23AttrValPriorityCall INTEGER,
    rPSAttrEntryR23AttrValRegionCode   Unsigned32,
    rPSAttrEntryR23AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR23AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR23AttrValRtgControlUK INTEGER,
    rPSAttrEntryR23AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR23AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR23AttrValTestCall     INTEGER,
    rPSAttrEntryR23AttrValAnnounceID   INTEGER,
    rPSAttrEntryR23AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR23AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR23AttrValTransitNetID Unsigned32,
    rPSAttrEntryR23AttrValUSCallType   INTEGER,
    rPSAttrEntryR23AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR23AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR23AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR23AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR23AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR23AttrValUSCarrType   INTEGER,
    rPSAttrEntryR23AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR23AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR23AttrValClgCategory  INTEGER,
    rPSAttrEntryR23RowStatus           RowStatus,
    rPSAttrEntryR23AttrValUKCallType   INTEGER,
    rPSAttrEntryR23AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR23I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR23I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR23I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR23I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR23AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR23AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR23AttrValUSLATA       Unsigned32,
    rPSAttrEntryR23AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR23AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR23AttrValUsrDef       Unsigned32,
    rPSAttrEntryR23AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR23AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR23AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR23AttrValBillCallType INTEGER,
    rPSAttrEntryR23AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR23AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR23AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR23AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR23AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR23AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR23T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR23T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR23T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR23AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR23I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR23I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR23I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR23I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR23AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR23AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR23I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR23I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR23I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR23I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR23AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR23AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR23AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR23AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR23AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR23AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR23AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR23AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR23AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR23AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR23AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR23AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR23AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR23AttrValOTGpID       INTEGER,
    rPSAttrEntryR23AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR23AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR23AttrValDTGpID       INTEGER,
    rPSAttrEntryR23AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR23AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR23AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR23AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR23T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR23T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR23T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR23AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR23AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR23AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR23AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR23AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR23AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR23AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR23AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR23AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR23AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR23AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR23ClgAddrScope        INTEGER,
    rPSAttrEntryR23AttrValHighRiskCall INTEGER,
    rPSAttrEntryR23RtgPolicyNum        Unsigned32,
    rPSAttrEntryR23RtgPolicy           LongDisplayString
  }

  rPSAttrEntryR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR23Entry  1 }

  rPSAttrEntryR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR23Entry  2 }

  rPSAttrEntryR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR23Entry  3 }

  rPSAttrEntryR23CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR23Entry  4 }

  rPSAttrEntryR23AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR23Entry  5 }

  rPSAttrEntryR23AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR23Entry  6 }

  rPSAttrEntryR23AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlModeUKOnly(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR23Entry  7 }

  rPSAttrEntryR23AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  8 }

  rPSAttrEntryR23AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR23Entry  9 }

  rPSAttrEntryR23AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR23Entry  10 }

  rPSAttrEntryR23AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR23Entry  11 }

  rPSAttrEntryR23AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  12 }

  rPSAttrEntryR23AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  13 }

  rPSAttrEntryR23AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  14 }

  rPSAttrEntryR23AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR23Entry  15 }

  rPSAttrEntryR23AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  16 }

  rPSAttrEntryR23AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  17 }

  rPSAttrEntryR23AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  18 }

  rPSAttrEntryR23AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  19 }

  rPSAttrEntryR23AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR23Entry  20 }

  rPSAttrEntryR23AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  21 }

  rPSAttrEntryR23AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR23Entry  22 }

  rPSAttrEntryR23AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  23 }

  rPSAttrEntryR23AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  24 }

  rPSAttrEntryR23AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  25 }

  rPSAttrEntryR23AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR23Entry  26 }

  rPSAttrEntryR23AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR23Entry  27 }

  rPSAttrEntryR23AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR23Entry  28 }

  rPSAttrEntryR23AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  29 }

  rPSAttrEntryR23AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR23Entry  30 }

  rPSAttrEntryR23AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR23Entry  31 }

  rPSAttrEntryR23AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR23Entry  32 }

  rPSAttrEntryR23AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR23Entry  33 }

  rPSAttrEntryR23AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR23Entry  34 }

  rPSAttrEntryR23AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR23Entry  35 }

  rPSAttrEntryR23AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR23Entry  36 }

  rPSAttrEntryR23AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  37 }

  rPSAttrEntryR23AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  38 }

  rPSAttrEntryR23AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR23Entry  39 }

  rPSAttrEntryR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR23Entry  40 }

  rPSAttrEntryR23AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR23Entry  41 }

  rPSAttrEntryR23AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR23Entry  42 }

  rPSAttrEntryR23I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR23Entry  43 }

  rPSAttrEntryR23I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR23Entry  44 }

  rPSAttrEntryR23I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR23Entry  45 }

  rPSAttrEntryR23I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR23Entry  46 }

  rPSAttrEntryR23AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR23Entry  47 }

  rPSAttrEntryR23AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR23Entry  48 }

  rPSAttrEntryR23AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  49 }

  rPSAttrEntryR23AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR23Entry  50 }

  rPSAttrEntryR23AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  51 }

  rPSAttrEntryR23AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR23Entry  52 }

  rPSAttrEntryR23AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  53 }

  rPSAttrEntryR23AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR23Entry  54 }

  rPSAttrEntryR23AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR23Entry  55 }

  rPSAttrEntryR23AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR23Entry  56 }

  rPSAttrEntryR23AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR23Entry  57 }

  rPSAttrEntryR23AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  58 }

  rPSAttrEntryR23AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  59 }

  rPSAttrEntryR23AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR23Entry  60 }

  rPSAttrEntryR23AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR23Entry  61 }

  rPSAttrEntryR23AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR23Entry  62 }

  rPSAttrEntryR23T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR23Entry  63 }

  rPSAttrEntryR23T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR23Entry  64 }

  rPSAttrEntryR23T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR23Entry  65 }

  rPSAttrEntryR23AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR23Entry  66 }

  rPSAttrEntryR23I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR23Entry  67 }

  rPSAttrEntryR23I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR23Entry  68 }

  rPSAttrEntryR23I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR23Entry  69 }

  rPSAttrEntryR23I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR23Entry  70 }

  rPSAttrEntryR23AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR23Entry  71 }

  rPSAttrEntryR23AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR23Entry  72 }

  rPSAttrEntryR23I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR23Entry  73 }

  rPSAttrEntryR23I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR23Entry  74 }

  rPSAttrEntryR23I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR23Entry  75 }

  rPSAttrEntryR23I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR23Entry  76 }

  rPSAttrEntryR23AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR23Entry  77 }

  rPSAttrEntryR23AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR23Entry  78 }

  rPSAttrEntryR23AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR23Entry  79 }

  rPSAttrEntryR23AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR23Entry  80 }

  rPSAttrEntryR23AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR23Entry  81 }

  rPSAttrEntryR23AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR23Entry  82 }

  rPSAttrEntryR23AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR23Entry  83 }

  rPSAttrEntryR23AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR23Entry  84 }

  rPSAttrEntryR23AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR23Entry  85 }

  rPSAttrEntryR23AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR23Entry  86 }

  rPSAttrEntryR23AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR23Entry  88 }

  rPSAttrEntryR23AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR23Entry  89 }

  rPSAttrEntryR23AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR23Entry  90 }

  rPSAttrEntryR23AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR23Entry  91 }

  rPSAttrEntryR23AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR23Entry  92 }

  rPSAttrEntryR23AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR23Entry  93 }

  rPSAttrEntryR23AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR23Entry  94 }

  rPSAttrEntryR23AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR23Entry  95 }

  rPSAttrEntryR23AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR23Entry  96 }

  rPSAttrEntryR23AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR23Entry  97 }

  rPSAttrEntryR23AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR23Entry  98 }

  rPSAttrEntryR23T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR23Entry  99 }

  rPSAttrEntryR23T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR23Entry  100 }

  rPSAttrEntryR23T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR23Entry  101 }

  rPSAttrEntryR23AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR23Entry  102 }

  rPSAttrEntryR23AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR23Entry  103 }

  rPSAttrEntryR23AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  104 }

  rPSAttrEntryR23AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR23Entry  105 }

  rPSAttrEntryR23AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  106 }

  rPSAttrEntryR23AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  107 }

  rPSAttrEntryR23AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  108 }

  rPSAttrEntryR23AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  109 }

  rPSAttrEntryR23AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  110 }

  rPSAttrEntryR23AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  111 }

  rPSAttrEntryR23AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR23Entry  112 }

  rPSAttrEntryR23ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR23Entry  113 }

  rPSAttrEntryR23AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR23Entry  114 }

  rPSAttrEntryR23RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR23Entry  115 }

  rPSAttrEntryR23RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR23Entry  116 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  rPSNVEntryR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2163 }

  rPSNVEntryR20Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR20NEConn,
             rPSNVEntryR20NetwkElement,
             rPSNVEntryR20CFSIx,
             rPSNVEntryR20CfgSetIx,
             rPSNVEntryR20NumVldnTblIx,
             rPSNVEntryR20NumVldnEntryIx }
    ::= {  rPSNVEntryR20Table  1  }

  RPSNVEntryR20Entry  ::=  SEQUENCE
  {
    rPSNVEntryR20NEConn                Unsigned32,
    rPSNVEntryR20NetwkElement          DisplayString,
    rPSNVEntryR20CFSIx                 Unsigned32,
    rPSNVEntryR20CfgSetIx              Unsigned32,
    rPSNVEntryR20NumVldnTblIx          Unsigned32,
    rPSNVEntryR20NumVldnEntryIx        Unsigned32,
    rPSNVEntryR20NumVldnEntryName      DisplayString,
    rPSNVEntryR20Num                   DisplayString,
    rPSNVEntryR20MinMatchLen           Unsigned32,
    rPSNVEntryR20I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR20I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR20I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR20I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR20I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR20RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR20RowStatus             RowStatus,
    rPSNVEntryR20EditAction            DisplayString,
    rPSNVEntryR20BillType              INTEGER,
    rPSNVEntryR20CldAddrComplete       INTEGER,
    rPSNVEntryR20CldAddrScope          INTEGER,
    rPSNVEntryR20FgdPrefixDialed       INTEGER,
    rPSNVEntryR20OprCall               INTEGER,
    rPSNVEntryR20I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR20I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR20I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR20I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR20I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR20MatchAction           INTEGER,
    rPSNVEntryR20MatchCIP              INTEGER,
    rPSNVEntryR20AttrValCIP            INTEGER,
    rPSNVEntryR20MatchLCC1             INTEGER,
    rPSNVEntryR20LCC1                  Unsigned32,
    rPSNVEntryR20MatchLCC2             INTEGER,
    rPSNVEntryR20LCC2                  Unsigned32,
    rPSNVEntryR20MatchLCC3             INTEGER,
    rPSNVEntryR20LCC3                  Unsigned32,
    rPSNVEntryR20MatchLCC4             INTEGER,
    rPSNVEntryR20LCC4                  Unsigned32,
    rPSNVEntryR20MatchLCC5             INTEGER,
    rPSNVEntryR20LCC5                  Unsigned32,
    rPSNVEntryR20UseNumMainBillRec     INTEGER,
    rPSNVEntryR20MatchBillType         INTEGER,
    rPSNVEntryR20MatchCldAddrComplete  INTEGER,
    rPSNVEntryR20MatchCldAddrScope     INTEGER,
    rPSNVEntryR20MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR20MatchOprCall          INTEGER,
    rPSNVEntryR20MatchSubGp            INTEGER,
    rPSNVEntryR20MatchANIIIDigits      INTEGER,
    rPSNVEntryR20ANIIIDigits           Unsigned32,
    rPSNVEntryR20MatchUSCallType       INTEGER,
    rPSNVEntryR20USCallType            INTEGER,
    rPSNVEntryR20MatchUKCallType       INTEGER,
    rPSNVEntryR20UKCallType            INTEGER,
    rPSNVEntryR20MatchDialedPrefix     INTEGER,
    rPSNVEntryR20DialedPrefix          INTEGER,
    rPSNVEntryR20MatchDialingPattn     INTEGER,
    rPSNVEntryR20DialingPattn          INTEGER,
    rPSNVEntryR20MatchUsrDef1          INTEGER,
    rPSNVEntryR20UsrDef1               Unsigned32,
    rPSNVEntryR20MatchUsrDef2          INTEGER,
    rPSNVEntryR20UsrDef2               Unsigned32,
    rPSNVEntryR20MatchUsrDef3          INTEGER,
    rPSNVEntryR20UsrDef3               Unsigned32,
    rPSNVEntryR20AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR20T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR20T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR20T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR20T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR20T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR20AVInMedChMatch        INTEGER,
    rPSNVEntryR20T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR20T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR20T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR20T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR20T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR20T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR20AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR20AVInMedSigStack       INTEGER,
    rPSNVEntryR20AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR20AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR20T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR20T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR20T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR20T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR20T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR20T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR20T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR20T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR20T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR20T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR20T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR20T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR20T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR20T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR20T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR20T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR20T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR20T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR20T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR20T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR20T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR20I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR20I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR20I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR20I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR20AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR20AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR20AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR20AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR20AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR20AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR20AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR20TransitNetwkID        Unsigned32,
    rPSNVEntryR20I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR20I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR20I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR20I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR20T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR20T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR20T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR20AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR20AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR20NumActCallPartyNumAct DisplayString,
    rPSNVEntryR20NumActChargeNumAct    DisplayString,
    rPSNVEntryR20MatchUsrDef4          INTEGER,
    rPSNVEntryR20UsrDef4               Unsigned32,
    rPSNVEntryR20MatchUsrDef5          INTEGER,
    rPSNVEntryR20UsrDef5               Unsigned32,
    rPSNVEntryR20MatchUsrDef6          INTEGER,
    rPSNVEntryR20UsrDef6               Unsigned32,
    rPSNVEntryR20MatchUsrDef7          INTEGER,
    rPSNVEntryR20UsrDef7               Unsigned32,
    rPSNVEntryR20MatchUsrDef8          INTEGER,
    rPSNVEntryR20UsrDef8               Unsigned32,
    rPSNVEntryR20MatchUsrDef9          INTEGER,
    rPSNVEntryR20UsrDef9               Unsigned32,
    rPSNVEntryR20MatchUsrDef10         INTEGER,
    rPSNVEntryR20UsrDef10              Unsigned32,
    rPSNVEntryR20MatchUsrDef11         INTEGER,
    rPSNVEntryR20UsrDef11              Unsigned32,
    rPSNVEntryR20MatchUsrDef12         INTEGER,
    rPSNVEntryR20UsrDef12              Unsigned32,
    rPSNVEntryR20MatchUsrDef13         INTEGER,
    rPSNVEntryR20UsrDef13              Unsigned32,
    rPSNVEntryR20MatchUsrDef14         INTEGER,
    rPSNVEntryR20UsrDef14              Unsigned32,
    rPSNVEntryR20MatchUsrDef15         INTEGER,
    rPSNVEntryR20UsrDef15              Unsigned32,
    rPSNVEntryR20MatchUsrDef16         INTEGER,
    rPSNVEntryR20UsrDef16              Unsigned32,
    rPSNVEntryR20MatchUsrDef17         INTEGER,
    rPSNVEntryR20UsrDef17              Unsigned32,
    rPSNVEntryR20MatchUsrDef18         INTEGER,
    rPSNVEntryR20UsrDef18              Unsigned32,
    rPSNVEntryR20MatchUsrDef19         INTEGER,
    rPSNVEntryR20UsrDef19              Unsigned32,
    rPSNVEntryR20MatchUsrDef20         INTEGER,
    rPSNVEntryR20UsrDef20              Unsigned32,
    rPSNVEntryR20AttrValLCC6Match      INTEGER,
    rPSNVEntryR20AttrValLCC6           Unsigned32,
    rPSNVEntryR20AttrValLCC7Match      INTEGER,
    rPSNVEntryR20AttrValLCC7           Unsigned32,
    rPSNVEntryR20AttrValLCC8Match      INTEGER,
    rPSNVEntryR20AttrValLCC8           Unsigned32,
    rPSNVEntryR20AttrValLCC9Match      INTEGER,
    rPSNVEntryR20AttrValLCC9           Unsigned32,
    rPSNVEntryR20AttrValLCC10Match     INTEGER,
    rPSNVEntryR20AttrValLCC10          Unsigned32,
    rPSNVEntryR20AttrValLCC11Match     INTEGER,
    rPSNVEntryR20AttrValLCC11          Unsigned32,
    rPSNVEntryR20AttrValLCC12Match     INTEGER,
    rPSNVEntryR20AttrValLCC12          Unsigned32,
    rPSNVEntryR20AttrValLCC13Match     INTEGER,
    rPSNVEntryR20AttrValLCC13          Unsigned32,
    rPSNVEntryR20AttrValLCC14Match     INTEGER,
    rPSNVEntryR20AttrValLCC14          Unsigned32,
    rPSNVEntryR20AttrValLCC15Match     INTEGER,
    rPSNVEntryR20AttrValLCC15          Unsigned32,
    rPSNVEntryR20AttrValLCC16Match     INTEGER,
    rPSNVEntryR20AttrValLCC16          Unsigned32,
    rPSNVEntryR20AttrValLCC17Match     INTEGER,
    rPSNVEntryR20AttrValLCC17          Unsigned32,
    rPSNVEntryR20AttrValLCC18Match     INTEGER,
    rPSNVEntryR20AttrValLCC18          Unsigned32,
    rPSNVEntryR20AttrValLCC19Match     INTEGER,
    rPSNVEntryR20AttrValLCC19          Unsigned32,
    rPSNVEntryR20AttrValLCC20Match     INTEGER,
    rPSNVEntryR20AttrValLCC20          Unsigned32,
    rPSNVEntryR20AttrValESAStatusMatch INTEGER,
    rPSNVEntryR20I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR20I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR20I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR20I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR20AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR20AVBearerCapability    BITS,
    rPSNVEntryR20RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR20RedirectionReason     INTEGER,
    rPSNVEntryR20AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR20AttrValValidFromHr    Unsigned32,
    rPSNVEntryR20AttrValValidFromMin   Unsigned32,
    rPSNVEntryR20AttrValValidToHr      Unsigned32,
    rPSNVEntryR20AttrValValidToMin     Unsigned32,
    rPSNVEntryR20AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR20AttrValDayWeek        BITS,
    rPSNVEntryR20AttrValDateRangeMatch INTEGER,
    rPSNVEntryR20AttrValValidFromYear  Unsigned32,
    rPSNVEntryR20AttrValValidFromMonth Unsigned32,
    rPSNVEntryR20AttrValValidFromDate  Unsigned32,
    rPSNVEntryR20AttrValValidUntilYear Unsigned32,
    rPSNVEntryR20AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR20AttrValValidUntilDate Unsigned32,
    rPSNVEntryR20AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR20AttrValDialedBySub    INTEGER,
    rPSNVEntryR20AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR20AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR20AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR20AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR20AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR20AttrValISwIBGCall     INTEGER,
    rPSNVEntryR20UseNumAddBill         INTEGER,
    rPSNVEntryR20AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR20AttrValOTGpID         DisplayString,
    rPSNVEntryR20AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR20AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR20AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR20AttrValDTGpID         DisplayString,
    rPSNVEntryR20AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR20AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR20NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR20NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR20T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR20T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR20T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR20AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR20AttrValClgPrtCtgry    BITS,
    rPSNVEntryR20AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR20AttrValIsupPrefs      BITS,
    rPSNVEntryR20AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR20AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR20AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR20AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR20AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR20AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR20AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR20AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR20AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR20AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR20AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR20AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR20AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR20AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR20AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR20AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR20ClgAddrScope          INTEGER,
    rPSNVEntryR20AttrValCPCSpecificOther
                                       DisplayString
  }

  rPSNVEntryR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR20Entry  1 }

  rPSNVEntryR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR20Entry  2 }

  rPSNVEntryR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR20Entry  3 }

  rPSNVEntryR20CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR20Entry  4 }

  rPSNVEntryR20NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR20Entry  5 }

  rPSNVEntryR20NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR20Entry  6 }

  rPSNVEntryR20NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR20Entry  7 }

  rPSNVEntryR20Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR20Entry  8 }

  rPSNVEntryR20MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  9 }

  rPSNVEntryR20I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR20Entry  10 }

  rPSNVEntryR20I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR20Entry  11 }

  rPSNVEntryR20I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR20Entry  12 }

  rPSNVEntryR20I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR20Entry  13 }

  rPSNVEntryR20I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR20Entry  14 }

  rPSNVEntryR20RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR20Entry  15 }

  rPSNVEntryR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR20Entry  16 }

  rPSNVEntryR20EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR20Entry  17 }

  rPSNVEntryR20BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR20Entry  18 }

  rPSNVEntryR20CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR20Entry  19 }

  rPSNVEntryR20CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR20Entry  20 }

  rPSNVEntryR20FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR20Entry  21 }

  rPSNVEntryR20OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR20Entry  22 }

  rPSNVEntryR20I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR20Entry  28 }

  rPSNVEntryR20I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR20Entry  29 }

  rPSNVEntryR20I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR20Entry  30 }

  rPSNVEntryR20I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR20Entry  31 }

  rPSNVEntryR20I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR20Entry  32 }

  rPSNVEntryR20MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR20Entry  33 }

  rPSNVEntryR20MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  34 }

  rPSNVEntryR20AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  35 }

  rPSNVEntryR20MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  49 }

  rPSNVEntryR20LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR20Entry  50 }

  rPSNVEntryR20MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  51 }

  rPSNVEntryR20LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR20Entry  52 }

  rPSNVEntryR20MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  53 }

  rPSNVEntryR20LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR20Entry  54 }

  rPSNVEntryR20MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  55 }

  rPSNVEntryR20LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR20Entry  56 }

  rPSNVEntryR20MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  57 }

  rPSNVEntryR20LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR20Entry  58 }

  rPSNVEntryR20UseNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR20Entry  59 }

  rPSNVEntryR20MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  60 }

  rPSNVEntryR20MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  61 }

  rPSNVEntryR20MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  62 }

  rPSNVEntryR20MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  63 }

  rPSNVEntryR20MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  64 }

  rPSNVEntryR20MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  65 }

  rPSNVEntryR20MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  68 }

  rPSNVEntryR20ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  69 }

  rPSNVEntryR20MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  70 }

  rPSNVEntryR20USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR20Entry  71 }

  rPSNVEntryR20MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  72 }

  rPSNVEntryR20UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR20Entry  73 }

  rPSNVEntryR20MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  74 }

  rPSNVEntryR20DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR20Entry  75 }

  rPSNVEntryR20MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  76 }

  rPSNVEntryR20DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR20Entry  77 }

  rPSNVEntryR20MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  78 }

  rPSNVEntryR20UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR20Entry  79 }

  rPSNVEntryR20MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  80 }

  rPSNVEntryR20UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR20Entry  81 }

  rPSNVEntryR20MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  82 }

  rPSNVEntryR20UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR20Entry  83 }

  rPSNVEntryR20AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR20Entry  84 }

  rPSNVEntryR20T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR20Entry  85 }

  rPSNVEntryR20T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR20Entry  86 }

  rPSNVEntryR20T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR20Entry  87 }

  rPSNVEntryR20T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR20Entry  88 }

  rPSNVEntryR20T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR20Entry  89 }

  rPSNVEntryR20AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  90 }

  rPSNVEntryR20T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  91 }

  rPSNVEntryR20T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  92 }

  rPSNVEntryR20T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  93 }

  rPSNVEntryR20T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  94 }

  rPSNVEntryR20T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  95 }

  rPSNVEntryR20T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  96 }

  rPSNVEntryR20AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  97 }

  rPSNVEntryR20AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR20Entry  98 }

  rPSNVEntryR20AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  99 }

  rPSNVEntryR20AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR20Entry  100 }

  rPSNVEntryR20T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  101 }

  rPSNVEntryR20T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  102 }

  rPSNVEntryR20T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR20Entry  103 }

  rPSNVEntryR20T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR20Entry  104 }

  rPSNVEntryR20T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR20Entry  105 }

  rPSNVEntryR20T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR20Entry  106 }

  rPSNVEntryR20T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR20Entry  107 }

  rPSNVEntryR20T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR20Entry  108 }

  rPSNVEntryR20T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR20Entry  109 }

  rPSNVEntryR20T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR20Entry  110 }

  rPSNVEntryR20T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR20Entry  111 }

  rPSNVEntryR20T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR20Entry  112 }

  rPSNVEntryR20T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR20Entry  113 }

  rPSNVEntryR20T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR20Entry  114 }

  rPSNVEntryR20T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR20Entry  115 }

  rPSNVEntryR20T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR20Entry  116 }

  rPSNVEntryR20T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR20Entry  117 }

  rPSNVEntryR20T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  119 }

  rPSNVEntryR20T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  120 }

  rPSNVEntryR20T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  121 }

  rPSNVEntryR20T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR20Entry  122 }

  rPSNVEntryR20I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR20Entry  123 }

  rPSNVEntryR20I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR20Entry  124 }

  rPSNVEntryR20I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR20Entry  125 }

  rPSNVEntryR20I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR20Entry  126 }

  rPSNVEntryR20AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR20Entry  127 }

  rPSNVEntryR20AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  132 }

  rPSNVEntryR20AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  136 }

  rPSNVEntryR20AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR20Entry  137 }

  rPSNVEntryR20AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  138 }

  rPSNVEntryR20AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR20Entry  139 }

  rPSNVEntryR20AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  140 }

  rPSNVEntryR20TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  141 }

  rPSNVEntryR20I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR20Entry  147 }

  rPSNVEntryR20I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR20Entry  148 }

  rPSNVEntryR20I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR20Entry  149 }

  rPSNVEntryR20I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR20Entry  150 }

  rPSNVEntryR20T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR20Entry  183 }

  rPSNVEntryR20T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR20Entry  184 }

  rPSNVEntryR20T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR20Entry  185 }

  rPSNVEntryR20AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  186 }

  rPSNVEntryR20AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR20Entry  187 }

  rPSNVEntryR20NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR20Entry  188 }

  rPSNVEntryR20NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR20Entry  189 }

  rPSNVEntryR20MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  190 }

  rPSNVEntryR20UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR20Entry  191 }

  rPSNVEntryR20MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  192 }

  rPSNVEntryR20UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR20Entry  193 }

  rPSNVEntryR20MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  194 }

  rPSNVEntryR20UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR20Entry  195 }

  rPSNVEntryR20MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  196 }

  rPSNVEntryR20UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR20Entry  197 }

  rPSNVEntryR20MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  198 }

  rPSNVEntryR20UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR20Entry  199 }

  rPSNVEntryR20MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  200 }

  rPSNVEntryR20UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR20Entry  201 }

  rPSNVEntryR20MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  202 }

  rPSNVEntryR20UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR20Entry  203 }

  rPSNVEntryR20MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  204 }

  rPSNVEntryR20UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR20Entry  205 }

  rPSNVEntryR20MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  206 }

  rPSNVEntryR20UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR20Entry  207 }

  rPSNVEntryR20MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  208 }

  rPSNVEntryR20UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR20Entry  209 }

  rPSNVEntryR20MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  210 }

  rPSNVEntryR20UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR20Entry  211 }

  rPSNVEntryR20MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  212 }

  rPSNVEntryR20UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR20Entry  213 }

  rPSNVEntryR20MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  214 }

  rPSNVEntryR20UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR20Entry  215 }

  rPSNVEntryR20MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  216 }

  rPSNVEntryR20UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR20Entry  217 }

  rPSNVEntryR20MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  218 }

  rPSNVEntryR20UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR20Entry  219 }

  rPSNVEntryR20MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  220 }

  rPSNVEntryR20UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR20Entry  221 }

  rPSNVEntryR20MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  222 }

  rPSNVEntryR20UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR20Entry  223 }

  rPSNVEntryR20AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  224 }

  rPSNVEntryR20AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR20Entry  225 }

  rPSNVEntryR20AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  226 }

  rPSNVEntryR20AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR20Entry  227 }

  rPSNVEntryR20AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  228 }

  rPSNVEntryR20AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR20Entry  229 }

  rPSNVEntryR20AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  230 }

  rPSNVEntryR20AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR20Entry  231 }

  rPSNVEntryR20AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  232 }

  rPSNVEntryR20AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR20Entry  233 }

  rPSNVEntryR20AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  234 }

  rPSNVEntryR20AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR20Entry  235 }

  rPSNVEntryR20AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  236 }

  rPSNVEntryR20AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR20Entry  237 }

  rPSNVEntryR20AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  238 }

  rPSNVEntryR20AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR20Entry  239 }

  rPSNVEntryR20AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  240 }

  rPSNVEntryR20AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR20Entry  241 }

  rPSNVEntryR20AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  242 }

  rPSNVEntryR20AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR20Entry  243 }

  rPSNVEntryR20AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  244 }

  rPSNVEntryR20AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR20Entry  245 }

  rPSNVEntryR20AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  246 }

  rPSNVEntryR20AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR20Entry  247 }

  rPSNVEntryR20AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  248 }

  rPSNVEntryR20AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR20Entry  249 }

  rPSNVEntryR20AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  250 }

  rPSNVEntryR20AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR20Entry  251 }

  rPSNVEntryR20AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  252 }

  rPSNVEntryR20AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR20Entry  253 }

  rPSNVEntryR20AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR20Entry  254 }

  rPSNVEntryR20I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR20Entry  255 }

  rPSNVEntryR20I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR20Entry  256 }

  rPSNVEntryR20I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR20Entry  257 }

  rPSNVEntryR20I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR20Entry  258 }

  rPSNVEntryR20AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  260 }

  rPSNVEntryR20AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR20Entry  261 }

  rPSNVEntryR20RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  262 }

  rPSNVEntryR20RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR20Entry  263 }

  rPSNVEntryR20AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR20Entry  264 }

  rPSNVEntryR20AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR20Entry  265 }

  rPSNVEntryR20AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR20Entry  266 }

  rPSNVEntryR20AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR20Entry  267 }

  rPSNVEntryR20AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR20Entry  268 }

  rPSNVEntryR20AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR20Entry  269 }

  rPSNVEntryR20AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR20Entry  270 }

  rPSNVEntryR20AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR20Entry  271 }

  rPSNVEntryR20AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR20Entry  272 }

  rPSNVEntryR20AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR20Entry  273 }

  rPSNVEntryR20AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR20Entry  274 }

  rPSNVEntryR20AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR20Entry  275 }

  rPSNVEntryR20AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR20Entry  276 }

  rPSNVEntryR20AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR20Entry  277 }

  rPSNVEntryR20AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  278 }

  rPSNVEntryR20AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR20Entry  279 }

  rPSNVEntryR20AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  280 }

  rPSNVEntryR20AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR20Entry  281 }

  rPSNVEntryR20AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  282 }

  rPSNVEntryR20AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR20Entry  283 }

  rPSNVEntryR20AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR20Entry  284 }

  rPSNVEntryR20AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR20Entry  285 }

  rPSNVEntryR20UseNumAddBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use number in billing Module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR20Entry  286 }

  rPSNVEntryR20AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  287 }

  rPSNVEntryR20AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR20Entry  288 }

  rPSNVEntryR20AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  289 }

  rPSNVEntryR20AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR20Entry  290 }

  rPSNVEntryR20AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  291 }

  rPSNVEntryR20AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR20Entry  292 }

  rPSNVEntryR20AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  293 }

  rPSNVEntryR20AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR20Entry  294 }

  rPSNVEntryR20NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR20Entry  295 }

  rPSNVEntryR20NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR20Entry  296 }

  rPSNVEntryR20T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR20Entry  297 }

  rPSNVEntryR20T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR20Entry  298 }

  rPSNVEntryR20T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR20Entry  299 }

  rPSNVEntryR20AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  300 }

  rPSNVEntryR20AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR20Entry  301 }

  rPSNVEntryR20AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  302 }

  rPSNVEntryR20AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR20Entry  303 }

  rPSNVEntryR20AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  304 }

  rPSNVEntryR20AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR20Entry  305 }

  rPSNVEntryR20AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  306 }

  rPSNVEntryR20AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR20Entry  307 }

  rPSNVEntryR20AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  308 }

  rPSNVEntryR20AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR20Entry  309 }

  rPSNVEntryR20AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  310 }

  rPSNVEntryR20AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR20Entry  311 }

  rPSNVEntryR20AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  312 }

  rPSNVEntryR20AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR20Entry  313 }

  rPSNVEntryR20AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  314 }

  rPSNVEntryR20AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR20Entry  315 }

  rPSNVEntryR20AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  316 }

  rPSNVEntryR20AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR20Entry  317 }

  rPSNVEntryR20AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR20Entry  318 }

  rPSNVEntryR20AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR20Entry  319 }

  rPSNVEntryR20ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR20Entry  320 }

  rPSNVEntryR20AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR20Entry  321 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Table'                                              */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  rPSRoutingTableR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSRoutingTableR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2164 }

  rPSRoutingTableR13Entry OBJECT-TYPE
    SYNTAX       RPSRoutingTableR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSRoutingTableR13NEConn,
             rPSRoutingTableR13NetwkElement,
             rPSRoutingTableR13CFSIx,
             rPSRoutingTableR13CfgSetIx,
             rPSRoutingTableR13RtgTblIx }
    ::= {  rPSRoutingTableR13Table  1  }

  RPSRoutingTableR13Entry  ::=  SEQUENCE
  {
    rPSRoutingTableR13NEConn           Unsigned32,
    rPSRoutingTableR13NetwkElement     DisplayString,
    rPSRoutingTableR13CFSIx            Unsigned32,
    rPSRoutingTableR13CfgSetIx         Unsigned32,
    rPSRoutingTableR13RtgTblIx         Unsigned32,
    rPSRoutingTableR13RtgTblType       INTEGER,
    rPSRoutingTableR13RowStatus        RowStatus,
    rPSRoutingTableR13ExportCorr       Counter64,
    rPSRoutingTableR13ExportNumObjectsExported
                                       Integer32,
    rPSRoutingTableR13ExportStatus     DisplayString,
    rPSRoutingTableR13ExportFile       DisplayString,
    rPSRoutingTableR13ExportCorrNode   DisplayString,
    rPSRoutingTableR13DoExtraActions   INTEGER,
    rPSRoutingTableR13RtgActionAlrmsAtndDp
                                       Integer32,
    rPSRoutingTableR13RtgActionAlrmEvtsAtndDp
                                       Integer32,
    rPSRoutingTableR13SummaryChldAlrmState
                                       INTEGER,
    rPSRoutingTableR13ExportCorrUID    DisplayString,
    rPSRoutingTableR13RtgTblName       DisplayString,
    rPSRoutingTableR13MatchAttr1       INTEGER,
    rPSRoutingTableR13MatchAttr2       INTEGER,
    rPSRoutingTableR13MatchAttr3       INTEGER,
    rPSRoutingTableR13TotChldAlrmsAtndDp
                                       Unsigned32,
    rPSRoutingTableR13TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    rPSRoutingTableR13FirstChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR13SecondChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR13ThirdChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR13ExportIncASRepData
                                       INTEGER,
    rPSRoutingTableR13ExportChldObjectsToInc
                                       INTEGER
  }

  rPSRoutingTableR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSRoutingTableR13Entry  1 }

  rPSRoutingTableR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSRoutingTableR13Entry  2 }

  rPSRoutingTableR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSRoutingTableR13Entry  3 }

  rPSRoutingTableR13CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSRoutingTableR13Entry  4 }

  rPSRoutingTableR13RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSRoutingTableR13Entry  5 }

  rPSRoutingTableR13RtgTblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   destinationAddress(1),
                   sourceAddress(2),
                   transitAddress(3),
                   currentTime(4),
                   sequentialSelection(5),
                   weightedRandom(6),
                   stickyRandom(7),
                   callGapping(8),
                   incomingMediaType(13),
                   subscriberNVAndRoutingAttributes(14),
                   numberValidationAttributes(23),
                   incomingReleaseCause(24),
                   bearerCapability(25),
                   callingPartyCategory(26),
                   propagationDelay(27),
                   satelliteIndicator(28),
                   iSUPPreferenceIndicator(29),
                   germanNationalISUPUKKParameter(30),
                   germanNationalISUPSSPParameter(31),
                   flexibleRoutingPolicy(32)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table type'."
    ::= { rPSRoutingTableR13Entry  6 }

  rPSRoutingTableR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSRoutingTableR13Entry  7 }

  rPSRoutingTableR13ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSRoutingTableR13Entry  8 }

  rPSRoutingTableR13ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSRoutingTableR13Entry  9 }

  rPSRoutingTableR13ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSRoutingTableR13Entry  10 }

  rPSRoutingTableR13ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSRoutingTableR13Entry  11 }

  rPSRoutingTableR13ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSRoutingTableR13Entry  12 }

  rPSRoutingTableR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSRoutingTableR13Entry  13 }

  rPSRoutingTableR13RtgActionAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarms'."
    ::= { rPSRoutingTableR13Entry  14 }

  rPSRoutingTableR13RtgActionAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSRoutingTableR13Entry  15 }

  rPSRoutingTableR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSRoutingTableR13Entry  16 }

  rPSRoutingTableR13ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSRoutingTableR13Entry  17 }

  rPSRoutingTableR13RtgTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table name'."
    ::= { rPSRoutingTableR13Entry  18 }

  rPSRoutingTableR13MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR13Entry  19 }

  rPSRoutingTableR13MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR13Entry  20 }

  rPSRoutingTableR13MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR13Entry  21 }

  rPSRoutingTableR13TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSRoutingTableR13Entry  22 }

  rPSRoutingTableR13TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSRoutingTableR13Entry  23 }

  rPSRoutingTableR13FirstChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First choice routing policy'."
    DEFVAL       { 1 }
    ::= { rPSRoutingTableR13Entry  24 }

  rPSRoutingTableR13SecondChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR13Entry  25 }

  rPSRoutingTableR13ThirdChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Third choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR13Entry  26 }

  rPSRoutingTableR13ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSRoutingTableR13Entry  29 }

  rPSRoutingTableR13ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSRoutingTableR13Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  rPSActionR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2165 }

  rPSActionR21Entry OBJECT-TYPE
    SYNTAX       RPSActionR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR21NEConn,
             rPSActionR21NetwkElement,
             rPSActionR21CFSIx,
             rPSActionR21CfgSetIx,
             rPSActionR21RtgTblIx,
             rPSActionR21RtgActionIx }
    ::= {  rPSActionR21Table  1  }

  RPSActionR21Entry  ::=  SEQUENCE
  {
    rPSActionR21NEConn                 Unsigned32,
    rPSActionR21NetwkElement           DisplayString,
    rPSActionR21CFSIx                  Unsigned32,
    rPSActionR21CfgSetIx               Unsigned32,
    rPSActionR21RtgTblIx               Unsigned32,
    rPSActionR21RtgActionIx            Unsigned32,
    rPSActionR21AddrType               INTEGER,
    rPSActionR21AddrScope              INTEGER,
    rPSActionR21WildcardAddrType       INTEGER,
    rPSActionR21WildcardAddr           DisplayString,
    rPSActionR21TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR21WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR21ActionProbability      Unsigned32,
    rPSActionR21Action                 INTEGER,
    rPSActionR21T1I1MediaChanNEConn    Unsigned32,
    rPSActionR21T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR21T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR21T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR21T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR21T2I1MediaChanNEConn    Unsigned32,
    rPSActionR21T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR21T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR21T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR21T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR21I1NextTblNEConn        Unsigned32,
    rPSActionR21I2NextTblNetwkElement  DisplayString,
    rPSActionR21I3NextTblCFSIx         Unsigned32,
    rPSActionR21I4NextTblCfgSetIx      Unsigned32,
    rPSActionR21I5NextTblRtgTblIx      Unsigned32,
    rPSActionR21ActionUnavailInterval  Unsigned32,
    rPSActionR21T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR21AllowAAR               INTEGER,
    rPSActionR21AllowARR               INTEGER,
    rPSActionR21RtgControlIndicator    INTEGER,
    rPSActionR21CircCode               INTEGER,
    rPSActionR21MFTandemRtgCode        INTEGER,
    rPSActionR21MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR21MFIntnatlOprRtgCode    INTEGER,
    rPSActionR21MaxChanUsage           Unsigned32,
    rPSActionR21CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR21CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR21RowStatus              RowStatus,
    rPSActionR21OptionalAttrsToSet     BITS,
    rPSActionR21AlrmState              INTEGER,
    rPSActionR21AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR21AlrmEvtsAtndDp         Integer32,
    rPSActionR21AlrmStateTimestamp     Unsigned32,
    rPSActionR21AlrmResetTimestamp     Unsigned32,
    rPSActionR21TimeRtgPrecedence      Unsigned32,
    rPSActionR21TimeRtgMinYear         Unsigned32,
    rPSActionR21TimeRtgMinMonth        Unsigned32,
    rPSActionR21TimeRtgMinDay          Unsigned32,
    rPSActionR21TimeRtgMaxYear         Unsigned32,
    rPSActionR21TimeRtgMaxMonth        Unsigned32,
    rPSActionR21TimeRtgMaxDay          Unsigned32,
    rPSActionR21TimeRtgMinDayWeek      INTEGER,
    rPSActionR21TimeRtgMinHr           Unsigned32,
    rPSActionR21TimeRtgMinMin          Unsigned32,
    rPSActionR21TimeRtgMaxDayWeek      INTEGER,
    rPSActionR21TimeRtgMaxHr           Unsigned32,
    rPSActionR21TimeRtgMaxMin          Unsigned32,
    rPSActionR21SubRtgAttrs            BITS,
    rPSActionR21NumAction              DisplayString,
    rPSActionR21Desc                   DisplayString,
    rPSActionR21AttrValOprCallMatch    INTEGER,
    rPSActionR21AttrValOprCall         INTEGER,
    rPSActionR21AttrValSubGpMatch      INTEGER,
    rPSActionR21T3I1MediaChanNEConn    Unsigned32,
    rPSActionR21T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR21T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR21T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR21I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR21I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR21I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR21I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR21AttrValANIIIDigits     Unsigned32,
    rPSActionR21AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR21AttrValDialedPrefix    INTEGER,
    rPSActionR21AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR21AttrValDialingPattn    INTEGER,
    rPSActionR21AttrValUsrDef1Match    INTEGER,
    rPSActionR21AttrValUsrDef1         Unsigned32,
    rPSActionR21AttrValUsrDef2Match    INTEGER,
    rPSActionR21AttrValUsrDef2         Unsigned32,
    rPSActionR21AttrValUsrDef3Match    INTEGER,
    rPSActionR21AttrValUsrDef3         Unsigned32,
    rPSActionR21AttrValLCC1Match       INTEGER,
    rPSActionR21AttrValLCC1            Unsigned32,
    rPSActionR21AttrValLCC2Match       INTEGER,
    rPSActionR21AttrValLCC2            Unsigned32,
    rPSActionR21AttrValLCC3Match       INTEGER,
    rPSActionR21AttrValLCC3            Unsigned32,
    rPSActionR21AttrValLCC4Match       INTEGER,
    rPSActionR21AttrValLCC4            Unsigned32,
    rPSActionR21AttrValLCC5Match       INTEGER,
    rPSActionR21AttrValLCC5            Unsigned32,
    rPSActionR21AttrValUSCallTypeMatch INTEGER,
    rPSActionR21AttrValUSCallType      INTEGER,
    rPSActionR21AttrValUKCallTypeMatch INTEGER,
    rPSActionR21AttrValUKCallType      INTEGER,
    rPSActionR21AttrValCIPMatch        INTEGER,
    rPSActionR21AttrValCIP             Unsigned32,
    rPSActionR21AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR21InMediaType            INTEGER,
    rPSActionR21T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR21T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR21T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR21T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR21T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR21T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR21T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR21T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR21T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR21T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR21T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR21T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR21T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR21T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR21T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR21T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR21T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR21T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR21T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR21T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR21T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR21T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR21T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR21T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR21T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR21T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR21T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR21T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR21T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR21InMediaRemSigStack     INTEGER,
    rPSActionR21T4I1MediaChanNEConn    Unsigned32,
    rPSActionR21T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR21T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR21I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR21AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR21T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR21T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR21T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR21I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR21I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR21I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR21NumActCallPartyNumAct  DisplayString,
    rPSActionR21NumActChargeNumAct     DisplayString,
    rPSActionR21AttrValUsrDef4Match    INTEGER,
    rPSActionR21AttrValUsrDef4         Unsigned32,
    rPSActionR21AttrValUsrDef5Match    INTEGER,
    rPSActionR21AttrValUsrDef5         Unsigned32,
    rPSActionR21AttrValUsrDef6Match    INTEGER,
    rPSActionR21AttrValUsrDef6         Unsigned32,
    rPSActionR21AttrValUsrDef7Match    INTEGER,
    rPSActionR21AttrValUsrDef7         Unsigned32,
    rPSActionR21AttrValUsrDef8Match    INTEGER,
    rPSActionR21AttrValUsrDef8         Unsigned32,
    rPSActionR21AttrValUsrDef9Match    INTEGER,
    rPSActionR21AttrValUsrDef9         Unsigned32,
    rPSActionR21AttrValUsrDef10Match   INTEGER,
    rPSActionR21AttrValUsrDef10        Unsigned32,
    rPSActionR21AttrValUsrDef11Match   INTEGER,
    rPSActionR21AttrValUsrDef11        Unsigned32,
    rPSActionR21AttrValUsrDef12Match   INTEGER,
    rPSActionR21AttrValUsrDef12        Unsigned32,
    rPSActionR21AttrValUsrDef13Match   INTEGER,
    rPSActionR21AttrValUsrDef13        Unsigned32,
    rPSActionR21AttrValUsrDef14Match   INTEGER,
    rPSActionR21AttrValUsrDef14        Unsigned32,
    rPSActionR21AttrValUsrDef15Match   INTEGER,
    rPSActionR21AttrValUsrDef15        Unsigned32,
    rPSActionR21AttrValUsrDef16Match   INTEGER,
    rPSActionR21AttrValUsrDef16        Unsigned32,
    rPSActionR21AttrValUsrDef17Match   INTEGER,
    rPSActionR21AttrValUsrDef17        Unsigned32,
    rPSActionR21AttrValUsrDef18Match   INTEGER,
    rPSActionR21AttrValUsrDef18        Unsigned32,
    rPSActionR21AttrValUsrDef19Match   INTEGER,
    rPSActionR21AttrValUsrDef19        Unsigned32,
    rPSActionR21AttrValUsrDef20Match   INTEGER,
    rPSActionR21AttrValUsrDef20        Unsigned32,
    rPSActionR21AttrValLCC6Match       INTEGER,
    rPSActionR21AttrValLCC6            Unsigned32,
    rPSActionR21AttrValLCC7Match       INTEGER,
    rPSActionR21AttrValLCC7            Unsigned32,
    rPSActionR21AttrValLCC8Match       INTEGER,
    rPSActionR21AttrValLCC8            Unsigned32,
    rPSActionR21AttrValLCC9Match       INTEGER,
    rPSActionR21AttrValLCC9            Unsigned32,
    rPSActionR21AttrValLCC10Match      INTEGER,
    rPSActionR21AttrValLCC10           Unsigned32,
    rPSActionR21AttrValLCC11Match      INTEGER,
    rPSActionR21AttrValLCC11           Unsigned32,
    rPSActionR21AttrValLCC12Match      INTEGER,
    rPSActionR21AttrValLCC12           Unsigned32,
    rPSActionR21AttrValLCC13Match      INTEGER,
    rPSActionR21AttrValLCC13           Unsigned32,
    rPSActionR21AttrValLCC14Match      INTEGER,
    rPSActionR21AttrValLCC14           Unsigned32,
    rPSActionR21AttrValLCC15Match      INTEGER,
    rPSActionR21AttrValLCC15           Unsigned32,
    rPSActionR21AttrValLCC16Match      INTEGER,
    rPSActionR21AttrValLCC16           Unsigned32,
    rPSActionR21AttrValLCC17Match      INTEGER,
    rPSActionR21AttrValLCC17           Unsigned32,
    rPSActionR21AttrValLCC18Match      INTEGER,
    rPSActionR21AttrValLCC18           Unsigned32,
    rPSActionR21AttrValLCC19Match      INTEGER,
    rPSActionR21AttrValLCC19           Unsigned32,
    rPSActionR21AttrValLCC20Match      INTEGER,
    rPSActionR21AttrValLCC20           Unsigned32,
    rPSActionR21AttrValESAStatusMatch  INTEGER,
    rPSActionR21I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR21I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR21I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR21I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR21MaxCallDurn            Unsigned32,
    rPSActionR21InReleaseCauseMatch    INTEGER,
    rPSActionR21InReleaseCause         INTEGER,
    rPSActionR21OutQ850ReleaseCause    INTEGER,
    rPSActionR21BearerCapabilityMatch  INTEGER,
    rPSActionR21BearerCapability       BITS,
    rPSActionR21AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR21AttrValPriorityCall    INTEGER,
    rPSActionR21AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR21AttrValNetWdBGID       Unsigned32,
    rPSActionR21AttrValBGLnPrivMatch   INTEGER,
    rPSActionR21AttrValBGLnPriv        Unsigned32,
    rPSActionR21AttrValISwIBGCallMatch INTEGER,
    rPSActionR21AttrValISwIBGCall      INTEGER,
    rPSActionR21AttrValOTGpIDMatch     INTEGER,
    rPSActionR21AttrValOTGpID          DisplayString,
    rPSActionR21AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR21AttrValOrigTrCxt       DisplayString,
    rPSActionR21AttrValDTGpIDMatch     INTEGER,
    rPSActionR21AttrValDTGpID          DisplayString,
    rPSActionR21AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR21AttrValDestTrnkCxt     DisplayString,
    rPSActionR21OverrideCldAddrScope   INTEGER,
    rPSActionR21RequestCNAMDip         INTEGER,
    rPSActionR21T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR21T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR21T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR21DestTrnkGpID           DisplayString,
    rPSActionR21DestTrnkCxt            DisplayString,
    rPSActionR21GenericMatchType       INTEGER,
    rPSActionR21ClgPartyCats           BITS,
    rPSActionR21LowerPropDly           Unsigned32,
    rPSActionR21UpperPropDly           Unsigned32,
    rPSActionR21SatelliteInd           Unsigned32,
    rPSActionR21IsupPreference         BITS,
    rPSActionR21GermanNukkFsrMatchType INTEGER,
    rPSActionR21GermanNukkFsrInd       Unsigned32,
    rPSActionR21GermanNukkFszMatchType INTEGER,
    rPSActionR21GermanNukkFszInd       Unsigned32,
    rPSActionR21GermanNukkIcrMatchType INTEGER,
    rPSActionR21GermanNukkIcrInd       Unsigned32,
    rPSActionR21GermanNukkNcrMatchType INTEGER,
    rPSActionR21GermanNukkNcrInd       Unsigned32,
    rPSActionR21GermanNukkCnbMatchType INTEGER,
    rPSActionR21GermanNukkCnbInd       Unsigned32,
    rPSActionR21GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR21GermanNukkCustId       Unsigned32,
    rPSActionR21GermanNukkServMatchType
                                       INTEGER,
    rPSActionR21GermanNukkServ         Unsigned32,
    rPSActionR21GermanNsspFsmMatchType INTEGER,
    rPSActionR21GermanNsspFsmInd       Unsigned32,
    rPSActionR21GermanNsspNpfMatchType INTEGER,
    rPSActionR21GermanNsspNpfInd       Unsigned32,
    rPSActionR21GermanNsspTiMatchType  INTEGER,
    rPSActionR21GermanNsspTransitInd   Unsigned32,
    rPSActionR21GermanNsspServMatchType
                                       INTEGER,
    rPSActionR21GermanNsspServ         Unsigned32,
    rPSActionR21ENUMSuffix             DisplayString,
    rPSActionR21ENUMServers            DisplayString,
    rPSActionR21RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR21CPCSpecificOther       DisplayString,
    rPSActionR21RouteLabel             DisplayString,
    rPSActionR21OverrideClgAddrScope   INTEGER
  }

  rPSActionR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR21Entry  1 }

  rPSActionR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR21Entry  2 }

  rPSActionR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR21Entry  3 }

  rPSActionR21CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR21Entry  4 }

  rPSActionR21RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR21Entry  5 }

  rPSActionR21RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR21Entry  6 }

  rPSActionR21AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR21Entry  7 }

  rPSActionR21AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR21Entry  8 }

  rPSActionR21WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR21Entry  9 }

  rPSActionR21WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR21Entry  10 }

  rPSActionR21TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR21Entry  11 }

  rPSActionR21WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  12 }

  rPSActionR21ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR21Entry  13 }

  rPSActionR21Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR21Entry  14 }

  rPSActionR21T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  15 }

  rPSActionR21T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  16 }

  rPSActionR21T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  17 }

  rPSActionR21T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  18 }

  rPSActionR21T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  19 }

  rPSActionR21T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  20 }

  rPSActionR21T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  21 }

  rPSActionR21T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  22 }

  rPSActionR21T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  23 }

  rPSActionR21T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  24 }

  rPSActionR21T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  25 }

  rPSActionR21T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  26 }

  rPSActionR21I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR21Entry  27 }

  rPSActionR21I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR21Entry  28 }

  rPSActionR21I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR21Entry  29 }

  rPSActionR21I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR21Entry  30 }

  rPSActionR21I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR21Entry  31 }

  rPSActionR21ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR21Entry  32 }

  rPSActionR21T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  33 }

  rPSActionR21T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  34 }

  rPSActionR21AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR21Entry  35 }

  rPSActionR21AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR21Entry  36 }

  rPSActionR21RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR21Entry  37 }

  rPSActionR21CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR21Entry  38 }

  rPSActionR21MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR21Entry  39 }

  rPSActionR21MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR21Entry  40 }

  rPSActionR21MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR21Entry  41 }

  rPSActionR21MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR21Entry  42 }

  rPSActionR21CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR21Entry  43 }

  rPSActionR21CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR21Entry  44 }

  rPSActionR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR21Entry  50 }

  rPSActionR21OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR21Entry  51 }

  rPSActionR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR21Entry  52 }

  rPSActionR21AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR21Entry  53 }

  rPSActionR21AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR21Entry  54 }

  rPSActionR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR21Entry  55 }

  rPSActionR21AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR21Entry  56 }

  rPSActionR21TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR21Entry  57 }

  rPSActionR21TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR21Entry  58 }

  rPSActionR21TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR21Entry  59 }

  rPSActionR21TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR21Entry  60 }

  rPSActionR21TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR21Entry  61 }

  rPSActionR21TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR21Entry  62 }

  rPSActionR21TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR21Entry  63 }

  rPSActionR21TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR21Entry  64 }

  rPSActionR21TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR21Entry  65 }

  rPSActionR21TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR21Entry  66 }

  rPSActionR21TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR21Entry  67 }

  rPSActionR21TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR21Entry  68 }

  rPSActionR21TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR21Entry  69 }

  rPSActionR21SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR21Entry  71 }

  rPSActionR21NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR21Entry  83 }

  rPSActionR21Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR21Entry  104 }

  rPSActionR21AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  105 }

  rPSActionR21AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR21Entry  106 }

  rPSActionR21AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  107 }

  rPSActionR21T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  110 }

  rPSActionR21T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  111 }

  rPSActionR21T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  112 }

  rPSActionR21T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  113 }

  rPSActionR21T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  114 }

  rPSActionR21I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR21Entry  115 }

  rPSActionR21I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR21Entry  116 }

  rPSActionR21I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR21Entry  117 }

  rPSActionR21I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR21Entry  118 }

  rPSActionR21AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  119 }

  rPSActionR21AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  120 }

  rPSActionR21AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR21Entry  121 }

  rPSActionR21AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  122 }

  rPSActionR21AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR21Entry  123 }

  rPSActionR21AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  124 }

  rPSActionR21AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR21Entry  125 }

  rPSActionR21AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  126 }

  rPSActionR21AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR21Entry  127 }

  rPSActionR21AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  128 }

  rPSActionR21AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR21Entry  129 }

  rPSActionR21AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  130 }

  rPSActionR21AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR21Entry  131 }

  rPSActionR21AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  132 }

  rPSActionR21AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR21Entry  133 }

  rPSActionR21AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  134 }

  rPSActionR21AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR21Entry  135 }

  rPSActionR21AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  136 }

  rPSActionR21AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR21Entry  137 }

  rPSActionR21AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  138 }

  rPSActionR21AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR21Entry  139 }

  rPSActionR21AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  140 }

  rPSActionR21AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR21Entry  141 }

  rPSActionR21AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  142 }

  rPSActionR21AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR21Entry  143 }

  rPSActionR21AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  144 }

  rPSActionR21AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  145 }

  rPSActionR21AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  146 }

  rPSActionR21InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR21Entry  147 }

  rPSActionR21T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR21Entry  148 }

  rPSActionR21T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR21Entry  149 }

  rPSActionR21T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR21Entry  150 }

  rPSActionR21T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR21Entry  151 }

  rPSActionR21T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR21Entry  152 }

  rPSActionR21T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR21Entry  153 }

  rPSActionR21T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR21Entry  154 }

  rPSActionR21T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR21Entry  155 }

  rPSActionR21T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR21Entry  156 }

  rPSActionR21T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR21Entry  157 }

  rPSActionR21T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  158 }

  rPSActionR21T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  159 }

  rPSActionR21T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  160 }

  rPSActionR21T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  161 }

  rPSActionR21T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  162 }

  rPSActionR21T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR21Entry  163 }

  rPSActionR21T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  164 }

  rPSActionR21T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  165 }

  rPSActionR21T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  166 }

  rPSActionR21T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  167 }

  rPSActionR21T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  168 }

  rPSActionR21T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR21Entry  169 }

  rPSActionR21T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  170 }

  rPSActionR21T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  171 }

  rPSActionR21T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  172 }

  rPSActionR21T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  173 }

  rPSActionR21T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR21Entry  174 }

  rPSActionR21T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  175 }

  rPSActionR21T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  176 }

  rPSActionR21T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  177 }

  rPSActionR21T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  178 }

  rPSActionR21T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  179 }

  rPSActionR21InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR21Entry  180 }

  rPSActionR21T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  181 }

  rPSActionR21T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  182 }

  rPSActionR21T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR21Entry  183 }

  rPSActionR21I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR21Entry  184 }

  rPSActionR21AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  185 }

  rPSActionR21T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR21Entry  186 }

  rPSActionR21T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR21Entry  187 }

  rPSActionR21T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR21Entry  188 }

  rPSActionR21I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR21Entry  189 }

  rPSActionR21I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR21Entry  190 }

  rPSActionR21I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR21Entry  191 }

  rPSActionR21NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR21Entry  193 }

  rPSActionR21NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR21Entry  194 }

  rPSActionR21AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  195 }

  rPSActionR21AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR21Entry  196 }

  rPSActionR21AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  197 }

  rPSActionR21AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR21Entry  198 }

  rPSActionR21AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  199 }

  rPSActionR21AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR21Entry  200 }

  rPSActionR21AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  201 }

  rPSActionR21AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR21Entry  202 }

  rPSActionR21AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  203 }

  rPSActionR21AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR21Entry  204 }

  rPSActionR21AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  205 }

  rPSActionR21AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR21Entry  206 }

  rPSActionR21AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  207 }

  rPSActionR21AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR21Entry  208 }

  rPSActionR21AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  209 }

  rPSActionR21AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR21Entry  210 }

  rPSActionR21AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  211 }

  rPSActionR21AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR21Entry  212 }

  rPSActionR21AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  213 }

  rPSActionR21AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR21Entry  214 }

  rPSActionR21AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  215 }

  rPSActionR21AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR21Entry  216 }

  rPSActionR21AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  217 }

  rPSActionR21AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR21Entry  218 }

  rPSActionR21AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  219 }

  rPSActionR21AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR21Entry  220 }

  rPSActionR21AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  221 }

  rPSActionR21AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR21Entry  222 }

  rPSActionR21AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  223 }

  rPSActionR21AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR21Entry  224 }

  rPSActionR21AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  225 }

  rPSActionR21AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR21Entry  226 }

  rPSActionR21AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  227 }

  rPSActionR21AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR21Entry  228 }

  rPSActionR21AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  229 }

  rPSActionR21AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR21Entry  230 }

  rPSActionR21AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  231 }

  rPSActionR21AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR21Entry  232 }

  rPSActionR21AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  233 }

  rPSActionR21AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR21Entry  234 }

  rPSActionR21AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  235 }

  rPSActionR21AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR21Entry  236 }

  rPSActionR21AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  237 }

  rPSActionR21AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR21Entry  238 }

  rPSActionR21AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  239 }

  rPSActionR21AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR21Entry  240 }

  rPSActionR21AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  241 }

  rPSActionR21AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR21Entry  242 }

  rPSActionR21AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  243 }

  rPSActionR21AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR21Entry  244 }

  rPSActionR21AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  245 }

  rPSActionR21AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR21Entry  246 }

  rPSActionR21AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  247 }

  rPSActionR21AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR21Entry  248 }

  rPSActionR21AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  249 }

  rPSActionR21AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR21Entry  250 }

  rPSActionR21AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  251 }

  rPSActionR21AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR21Entry  252 }

  rPSActionR21AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  253 }

  rPSActionR21AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR21Entry  254 }

  rPSActionR21AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  255 }

  rPSActionR21AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR21Entry  256 }

  rPSActionR21AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  257 }

  rPSActionR21AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR21Entry  258 }

  rPSActionR21AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR21Entry  259 }

  rPSActionR21I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR21Entry  260 }

  rPSActionR21I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR21Entry  261 }

  rPSActionR21I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR21Entry  262 }

  rPSActionR21I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR21Entry  263 }

  rPSActionR21MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR21Entry  264 }

  rPSActionR21InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR21Entry  265 }

  rPSActionR21InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR21Entry  266 }

  rPSActionR21OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR21Entry  268 }

  rPSActionR21BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  269 }

  rPSActionR21BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR21Entry  270 }

  rPSActionR21AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  271 }

  rPSActionR21AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR21Entry  272 }

  rPSActionR21AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  273 }

  rPSActionR21AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR21Entry  274 }

  rPSActionR21AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  275 }

  rPSActionR21AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR21Entry  276 }

  rPSActionR21AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR21Entry  277 }

  rPSActionR21AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR21Entry  278 }

  rPSActionR21AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  279 }

  rPSActionR21AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR21Entry  280 }

  rPSActionR21AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  281 }

  rPSActionR21AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR21Entry  282 }

  rPSActionR21AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  283 }

  rPSActionR21AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR21Entry  284 }

  rPSActionR21AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR21Entry  285 }

  rPSActionR21AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR21Entry  286 }

  rPSActionR21OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR21Entry  287 }

  rPSActionR21RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR21Entry  288 }

  rPSActionR21T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR21Entry  289 }

  rPSActionR21T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR21Entry  290 }

  rPSActionR21T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR21Entry  291 }

  rPSActionR21DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR21Entry  292 }

  rPSActionR21DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR21Entry  293 }

  rPSActionR21GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR21Entry  294 }

  rPSActionR21ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR21Entry  295 }

  rPSActionR21LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  296 }

  rPSActionR21UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR21Entry  297 }

  rPSActionR21SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  298 }

  rPSActionR21IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR21Entry  299 }

  rPSActionR21GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  300 }

  rPSActionR21GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  301 }

  rPSActionR21GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  302 }

  rPSActionR21GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  303 }

  rPSActionR21GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  304 }

  rPSActionR21GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  305 }

  rPSActionR21GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  306 }

  rPSActionR21GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  307 }

  rPSActionR21GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  308 }

  rPSActionR21GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  309 }

  rPSActionR21GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  310 }

  rPSActionR21GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  311 }

  rPSActionR21GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  312 }

  rPSActionR21GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  313 }

  rPSActionR21GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  314 }

  rPSActionR21GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  315 }

  rPSActionR21GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  316 }

  rPSActionR21GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  317 }

  rPSActionR21GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  318 }

  rPSActionR21GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  319 }

  rPSActionR21GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR21Entry  320 }

  rPSActionR21GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR21Entry  321 }

  rPSActionR21ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR21Entry  322 }

  rPSActionR21ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR21Entry  323 }

  rPSActionR21RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR21Entry  324 }

  rPSActionR21CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR21Entry  325 }

  rPSActionR21RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR21Entry  326 }

  rPSActionR21OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR21Entry  327 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  indLineR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2166 }

  indLineR23Entry OBJECT-TYPE
    SYNTAX       IndLineR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR23NEConn,
             indLineR23NetwkElement,
             indLineR23CFSIx,
             indLineR23DirNum }
    ::= {  indLineR23Table  1  }

  IndLineR23Entry  ::=  SEQUENCE
  {
    indLineR23NEConn                   Unsigned32,
    indLineR23NetwkElement             DisplayString,
    indLineR23CFSIx                    Unsigned32,
    indLineR23DirNum                   DisplayString,
    indLineR23PresNum                  DisplayString,
    indLineR23ClgPartyNum              DisplayString,
    indLineR23I1SubGpNEConn            Unsigned32,
    indLineR23I2SubGpNetwkElement      DisplayString,
    indLineR23I3SubGpCFSIx             Unsigned32,
    indLineR23I4SubGpSubGpIx           Unsigned32,
    indLineR23NumStatus                INTEGER,
    indLineR23T1I1AccDevNEConn         Unsigned32,
    indLineR23T1I2AccDevNetwkElement   DisplayString,
    indLineR23T1I3AccDevCFSIx          Unsigned32,
    indLineR23T1I4AccDevGatewayIx      Unsigned32,
    indLineR23T1I5AccDevDeviceIx       Unsigned32,
    indLineR23T2I1AccDevNEConn         Unsigned32,
    indLineR23T2I2AccDevNetwkElement   DisplayString,
    indLineR23T2I3AccDevCFSIx          Unsigned32,
    indLineR23T2I4AccDevGatewayIx      Unsigned32,
    indLineR23T2I5AccDevDeviceIx       Unsigned32,
    indLineR23AccessLineNum            Unsigned32,
    indLineR23PortedExchangeID         DisplayString,
    indLineR23SignalFunctionCode       INTEGER,
    indLineR23LineUsage                INTEGER,
    indLineR23FSKFormat                INTEGER,
    indLineR23PIN                      DisplayString,
    indLineR23Locale                   INTEGER,
    indLineR23LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR23DigitMaskingReqd         INTEGER,
    indLineR23OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR23OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR23OrigingFacilityMarksADC  INTEGER,
    indLineR23TermFacilityMarksServInterception
                                       INTEGER,
    indLineR23TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR23ActYear                  Unsigned32,
    indLineR23ActMonth                 Unsigned32,
    indLineR23ActDate                  Unsigned32,
    indLineR23LastInCallClgType        INTEGER,
    indLineR23LastInCallUniqueNum      INTEGER,
    indLineR23LastInCallClgNum         DisplayString,
    indLineR23LastInCallClgPresNum     DisplayString,
    indLineR23LastInCallTimeCall       Unsigned32,
    indLineR23LastInCallCallerWaited   INTEGER,
    indLineR23LastInCallCallAnswrd     INTEGER,
    indLineR23LastInCallCallTraced     INTEGER,
    indLineR23AlrmState                INTEGER,
    indLineR23AlrmLogCorr              Counter64,
    indLineR23AddtlAlrmLogCorr         Counter64,
    indLineR23AlrmEvtsAttnRq           Unsigned32,
    indLineR23AlrmEvtsAtndDp           Unsigned32,
    indLineR23AlrmStateTimestamp       Unsigned32,
    indLineR23ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR23ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR23ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR23ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR23DiagsLogLvl              INTEGER,
    indLineR23DiagsAPITraceEnabled     INTEGER,
    indLineR23DiagsAPITraceTag         DisplayString,
    indLineR23DiagsAPITraceRemNum      DisplayString,
    indLineR23SummaryChldAlrmState     INTEGER,
    indLineR23RowStatus                RowStatus,
    indLineR23ExportNumObjectsExported Integer32,
    indLineR23ExportStatus             DisplayString,
    indLineR23ExportFile               DisplayString,
    indLineR23ExportCorr               Counter64,
    indLineR23ExportCorrNode           DisplayString,
    indLineR23ExportCorrUID            DisplayString,
    indLineR23DoExtraActions           INTEGER,
    indLineR23MovedToDirNum            DisplayString,
    indLineR23CustInfo                 DisplayString,
    indLineR23SigType                  INTEGER,
    indLineR23I1ISDNInterfaceNEConn    Unsigned32,
    indLineR23I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR23I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR23I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR23I5ISDNInterfacePRIIx     Unsigned32,
    indLineR23ISDNDefBearerCapabilities
                                       BITS,
    indLineR23DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR23SIPUserName              DisplayString,
    indLineR23SIPDomainName            DisplayString,
    indLineR23UseStaticNATMapping      INTEGER,
    indLineR23SIPRegistrationStatus    INTEGER,
    indLineR23SIPAuthenticationReqd    INTEGER,
    indLineR23NewSIPPassword           DisplayString,
    indLineR23ConfirmNewSIPPassword    DisplayString,
    indLineR23ServSuspended            INTEGER,
    indLineR23GR303NailedUpConn        INTEGER,
    indLineR23TSL                      INTEGER,
    indLineR23CustInfo2                DisplayString,
    indLineR23CustInfo3                DisplayString,
    indLineR23CustInfo4                DisplayString,
    indLineR23CustInfo5                DisplayString,
    indLineR23CustInfo6                DisplayString,
    indLineR23PrimaryLineDirNum        DisplayString,
    indLineR23RingPattnRO              INTEGER,
    indLineR23RecentlyMovedFromOldNum  INTEGER,
    indLineR23MovedFromDirNum          DisplayString,
    indLineR23ConnectCallAfterAnnounce INTEGER,
    indLineR23ChargeNum                DisplayString,
    indLineR23I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR23I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR23I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR23I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR23PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR23GR303DialType            INTEGER,
    indLineR23LastOutCallCldType       INTEGER,
    indLineR23LastOutCallCldNum        DisplayString,
    indLineR23LastOutCallNumPres       INTEGER,
    indLineR23LastOutCallCallType      INTEGER,
    indLineR23LastOutCallDirectDialed  INTEGER,
    indLineR23LastOutCallCarr          DisplayString,
    indLineR23I1PerProfNEConn          Unsigned32,
    indLineR23I2PerProfNetwkElement    DisplayString,
    indLineR23I3PerProfCFSIx           Unsigned32,
    indLineR23I4PerProfGpIx            Unsigned32,
    indLineR23InUseBy                  INTEGER,
    indLineR23UseDNIdentification      INTEGER,
    indLineR23SDActTimezone            INTEGER,
    indLineR23SDDefTimezone            INTEGER,
    indLineR23SDUseDefTimezone         INTEGER,
    indLineR23SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR23SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR23SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR23SDActMaxCallAppearances  Unsigned32,
    indLineR23SDDefMaxCallAppearances  Unsigned32,
    indLineR23SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR23SDActLongDistanceCarr    DisplayString,
    indLineR23SDDefLongDistanceCarr    DisplayString,
    indLineR23SDUseDefLongDistanceCarr INTEGER,
    indLineR23SDActIntraLATACarr       DisplayString,
    indLineR23SDDefIntraLATACarr       DisplayString,
    indLineR23SDUseDefIntraLATACarr    INTEGER,
    indLineR23SDActRtgAttrs            BITS,
    indLineR23SDDefRtgAttrs            BITS,
    indLineR23SDUseDefRtgAttrs         INTEGER,
    indLineR23SDActBillType            INTEGER,
    indLineR23SDDefBillType            INTEGER,
    indLineR23SDUseDefBillType         INTEGER,
    indLineR23SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR23SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR23SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR23SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR23SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR23SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR23SDActTariffGp            INTEGER,
    indLineR23SDDefTariffGp            INTEGER,
    indLineR23SDUseDefTariffGp         INTEGER,
    indLineR23SDActLCC1                INTEGER,
    indLineR23SDDefLCC1                INTEGER,
    indLineR23SDUseDefLCC1             INTEGER,
    indLineR23SDActLCC2                INTEGER,
    indLineR23SDDefLCC2                INTEGER,
    indLineR23SDUseDefLCC2             INTEGER,
    indLineR23SDActLCC3                INTEGER,
    indLineR23SDDefLCC3                INTEGER,
    indLineR23SDUseDefLCC3             INTEGER,
    indLineR23SDActLCC4                INTEGER,
    indLineR23SDDefLCC4                INTEGER,
    indLineR23SDUseDefLCC4             INTEGER,
    indLineR23SDActLCC5                INTEGER,
    indLineR23SDDefLCC5                INTEGER,
    indLineR23SDUseDefLCC5             INTEGER,
    indLineR23SDActForceLNPLookup      INTEGER,
    indLineR23SDDefForceLNPLookup      INTEGER,
    indLineR23SDUseDefForceLNPLookup   INTEGER,
    indLineR23SDActIntnatlCarr         DisplayString,
    indLineR23SDDefIntnatlCarr         DisplayString,
    indLineR23SDUseDefIntnatlCarr      INTEGER,
    indLineR23LineTrafficStudy         INTEGER,
    indLineR23CallListsMissedCalls     LongDisplayString,
    indLineR23CallListsAnswrdCalls     LongDisplayString,
    indLineR23CallListsDialedCalls     LongDisplayString,
    indLineR23EnabledDate              Unsigned32,
    indLineR23SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR23SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR23SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR23SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR23SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR23SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR23SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR23SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR23SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR23SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR23SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR23SDActLCC6                INTEGER,
    indLineR23SDDefLCC6                INTEGER,
    indLineR23SDUseDefLCC6             INTEGER,
    indLineR23SDActLCC7                INTEGER,
    indLineR23SDDefLCC7                INTEGER,
    indLineR23SDUseDefLCC7             INTEGER,
    indLineR23SDActLCC8                INTEGER,
    indLineR23SDDefLCC8                INTEGER,
    indLineR23SDUseDefLCC8             INTEGER,
    indLineR23SDActLCC9                INTEGER,
    indLineR23SDDefLCC9                INTEGER,
    indLineR23SDUseDefLCC9             INTEGER,
    indLineR23SDActLCC10               INTEGER,
    indLineR23SDDefLCC10               INTEGER,
    indLineR23SDUseDefLCC10            INTEGER,
    indLineR23SDActLCC11               INTEGER,
    indLineR23SDDefLCC11               INTEGER,
    indLineR23SDUseDefLCC11            INTEGER,
    indLineR23SDActLCC12               INTEGER,
    indLineR23SDDefLCC12               INTEGER,
    indLineR23SDUseDefLCC12            INTEGER,
    indLineR23SDActLCC13               INTEGER,
    indLineR23SDDefLCC13               INTEGER,
    indLineR23SDUseDefLCC13            INTEGER,
    indLineR23SDActLCC14               INTEGER,
    indLineR23SDDefLCC14               INTEGER,
    indLineR23SDUseDefLCC14            INTEGER,
    indLineR23SDActLCC15               INTEGER,
    indLineR23SDDefLCC15               INTEGER,
    indLineR23SDUseDefLCC15            INTEGER,
    indLineR23SDActLCC16               INTEGER,
    indLineR23SDDefLCC16               INTEGER,
    indLineR23SDUseDefLCC16            INTEGER,
    indLineR23SDActLCC17               INTEGER,
    indLineR23SDDefLCC17               INTEGER,
    indLineR23SDUseDefLCC17            INTEGER,
    indLineR23SDActLCC18               INTEGER,
    indLineR23SDDefLCC18               INTEGER,
    indLineR23SDUseDefLCC18            INTEGER,
    indLineR23SDActLCC19               INTEGER,
    indLineR23SDDefLCC19               INTEGER,
    indLineR23SDUseDefLCC19            INTEGER,
    indLineR23SDActLCC20               INTEGER,
    indLineR23SDDefLCC20               INTEGER,
    indLineR23SDUseDefLCC20            INTEGER,
    indLineR23T1I1GatewayNEConn        Unsigned32,
    indLineR23T1I2GatewayNetwkElement  DisplayString,
    indLineR23T1I3GatewayCFSIx         Unsigned32,
    indLineR23T1I4GatewayGatewayIx     Unsigned32,
    indLineR23T2I1GatewayNEConn        Unsigned32,
    indLineR23T2I2GatewayNetwkElement  DisplayString,
    indLineR23T2I3GatewayCFSIx         Unsigned32,
    indLineR23T2I4GatewayGatewayIx     Unsigned32,
    indLineR23SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR23SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR23SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR23SDActVQMCallLogging      INTEGER,
    indLineR23SDDefVQMCallLogging      INTEGER,
    indLineR23SDUseDefVQMCallLogging   INTEGER,
    indLineR23CFMLvlOnApply            INTEGER,
    indLineR23SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR23SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR23SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR23CurrNumRegistrations     Integer32,
    indLineR23FaultMonitoringLvl       INTEGER,
    indLineR23CFMLvlOnApply2           INTEGER,
    indLineR23SIPPassword              DisplayString,
    indLineR23SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR23SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR23SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR23SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR23SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR23SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR23SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR23SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR23SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR23SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR23SDUseDefNetwkNode        INTEGER,
    indLineR23MovedToNumAsDialed       DisplayString,
    indLineR23MovedDate                Unsigned32,
    indLineR23SDActExpireAfter         Unsigned32,
    indLineR23SDDefExpireAfter         Unsigned32,
    indLineR23SDUseDefExpireAfter      INTEGER,
    indLineR23ExpiryDate               Unsigned32,
    indLineR23SecondLocale             INTEGER,
    indLineR23SDActAdvChrgAOCD         INTEGER,
    indLineR23SDDefAdvChrgAOCD         INTEGER,
    indLineR23SDUseDefAdvChrgAOCD      INTEGER,
    indLineR23SDActAdvChrgAOCE         INTEGER,
    indLineR23SDDefAdvChrgAOCE         INTEGER,
    indLineR23SDUseDefAdvChrgAOCE      INTEGER,
    indLineR23PayphoneMetering         INTEGER,
    indLineR23SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR23SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR23SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR23SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR23SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR23SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR23SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR23SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR23SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR23SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR23SDUseDefESAProtDom       INTEGER,
    indLineR23SASHostname              LongDisplayString,
    indLineR23I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR23I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR23I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR23SDActSubTimezone         LongDisplayString,
    indLineR23SDDefSubTimezone         LongDisplayString,
    indLineR23SDUseDefSubTimezone      INTEGER,
    indLineR23SDActChargeInd           INTEGER,
    indLineR23SDDefChargeInd           INTEGER,
    indLineR23SDUseDefChargeInd        INTEGER,
    indLineR23SDActSubClgCategory      INTEGER,
    indLineR23SDDefSubClgCategory      INTEGER,
    indLineR23SDUseDefSubClgCategory   INTEGER,
    indLineR23CustomerInfoFirstName    LongDisplayString,
    indLineR23CustomerInfoSecondName   LongDisplayString,
    indLineR23CustomerInfoOtherNames   LongDisplayString,
    indLineR23CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR23CustomerInfoSurname      LongDisplayString,
    indLineR23I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR23I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR23I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR23I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR23TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR23I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR23I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR23I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR23FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR23ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR23AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR23SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR23SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR23SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR23StatisticsAlrms          Integer32,
    indLineR23SupportDevTwinning       INTEGER,
    indLineR23DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR23DevTwinningSIPUserName   DisplayString,
    indLineR23DevTwinningSIPDomainName DisplayString,
    indLineR23DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR23DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR23I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR23I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR23I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR23I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR23DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR23DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR23DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR23DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR23DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR23I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR23I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR23I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR23I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR23DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR23DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR23DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR23DevTwinningSIPPassword   DisplayString,
    indLineR23NoUserEquipment          INTEGER,
    indLineR23SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR23SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR23SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR23AllowRehoming            INTEGER,
    indLineR23I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR23SDActAccessionClientOnly INTEGER,
    indLineR23SDDefAccessionClientOnly INTEGER,
    indLineR23SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR23PreSubscribedConn        INTEGER,
    indLineR23ExportIncASRepData       INTEGER,
    indLineR23ExportChldObjectsToInc   INTEGER
  }

  indLineR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR23Entry  1 }

  indLineR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR23Entry  2 }

  indLineR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR23Entry  3 }

  indLineR23DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR23Entry  4 }

  indLineR23PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR23Entry  5 }

  indLineR23ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR23Entry  6 }

  indLineR23I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR23Entry  7 }

  indLineR23I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR23Entry  8 }

  indLineR23I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR23Entry  9 }

  indLineR23I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR23Entry  10 }

  indLineR23NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR23Entry  11 }

  indLineR23T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR23Entry  12 }

  indLineR23T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR23Entry  13 }

  indLineR23T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR23Entry  14 }

  indLineR23T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR23Entry  15 }

  indLineR23T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR23Entry  16 }

  indLineR23T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR23Entry  17 }

  indLineR23T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR23Entry  18 }

  indLineR23T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR23Entry  19 }

  indLineR23T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR23Entry  20 }

  indLineR23T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR23Entry  21 }

  indLineR23AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR23Entry  22 }

  indLineR23PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR23Entry  23 }

  indLineR23SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR23Entry  24 }

  indLineR23LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR23Entry  25 }

  indLineR23FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR23Entry  26 }

  indLineR23PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR23Entry  29 }

  indLineR23Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR23Entry  30 }

  indLineR23LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR23Entry  33 }

  indLineR23DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR23Entry  34 }

  indLineR23OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR23Entry  36 }

  indLineR23OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR23Entry  37 }

  indLineR23OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR23Entry  38 }

  indLineR23TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR23Entry  39 }

  indLineR23TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR23Entry  40 }

  indLineR23ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR23Entry  42 }

  indLineR23ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR23Entry  43 }

  indLineR23ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR23Entry  44 }

  indLineR23LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR23Entry  45 }

  indLineR23LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR23Entry  46 }

  indLineR23LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR23Entry  47 }

  indLineR23LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR23Entry  48 }

  indLineR23LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR23Entry  49 }

  indLineR23LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR23Entry  50 }

  indLineR23LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR23Entry  51 }

  indLineR23LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR23Entry  52 }

  indLineR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR23Entry  53 }

  indLineR23AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR23Entry  54 }

  indLineR23AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR23Entry  55 }

  indLineR23AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR23Entry  56 }

  indLineR23AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR23Entry  57 }

  indLineR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR23Entry  58 }

  indLineR23ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR23Entry  59 }

  indLineR23ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR23Entry  60 }

  indLineR23ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR23Entry  61 }

  indLineR23ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR23Entry  62 }

  indLineR23DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR23Entry  63 }

  indLineR23DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR23Entry  64 }

  indLineR23DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR23Entry  65 }

  indLineR23DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR23Entry  66 }

  indLineR23SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR23Entry  67 }

  indLineR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR23Entry  68 }

  indLineR23ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR23Entry  69 }

  indLineR23ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR23Entry  70 }

  indLineR23ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR23Entry  71 }

  indLineR23ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR23Entry  72 }

  indLineR23ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR23Entry  73 }

  indLineR23ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR23Entry  74 }

  indLineR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR23Entry  75 }

  indLineR23MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR23Entry  76 }

  indLineR23CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR23Entry  77 }

  indLineR23SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR23Entry  78 }

  indLineR23I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR23Entry  79 }

  indLineR23I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR23Entry  80 }

  indLineR23I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR23Entry  81 }

  indLineR23I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR23Entry  82 }

  indLineR23I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR23Entry  83 }

  indLineR23ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR23Entry  84 }

  indLineR23DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR23Entry  85 }

  indLineR23SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR23Entry  86 }

  indLineR23SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR23Entry  87 }

  indLineR23UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR23Entry  88 }

  indLineR23SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR23Entry  89 }

  indLineR23SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR23Entry  90 }

  indLineR23NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR23Entry  91 }

  indLineR23ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR23Entry  92 }

  indLineR23ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR23Entry  96 }

  indLineR23GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR23Entry  97 }

  indLineR23TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR23Entry  98 }

  indLineR23CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR23Entry  99 }

  indLineR23CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR23Entry  100 }

  indLineR23CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR23Entry  101 }

  indLineR23CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR23Entry  102 }

  indLineR23CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR23Entry  103 }

  indLineR23PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR23Entry  104 }

  indLineR23RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR23Entry  105 }

  indLineR23RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR23Entry  106 }

  indLineR23MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR23Entry  107 }

  indLineR23ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR23Entry  108 }

  indLineR23ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR23Entry  109 }

  indLineR23I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  110 }

  indLineR23I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  111 }

  indLineR23I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  112 }

  indLineR23I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  113 }

  indLineR23PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR23Entry  114 }

  indLineR23GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR23Entry  120 }

  indLineR23LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR23Entry  122 }

  indLineR23LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR23Entry  123 }

  indLineR23LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR23Entry  124 }

  indLineR23LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR23Entry  125 }

  indLineR23LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR23Entry  126 }

  indLineR23LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR23Entry  127 }

  indLineR23I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR23Entry  133 }

  indLineR23I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR23Entry  134 }

  indLineR23I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR23Entry  135 }

  indLineR23I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR23Entry  136 }

  indLineR23InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR23Entry  137 }

  indLineR23UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR23Entry  138 }

  indLineR23SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  139 }

  indLineR23SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  140 }

  indLineR23SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  141 }

  indLineR23SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  142 }

  indLineR23SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  143 }

  indLineR23SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  144 }

  indLineR23SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  150 }

  indLineR23SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  151 }

  indLineR23SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  152 }

  indLineR23SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  153 }

  indLineR23SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  154 }

  indLineR23SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  155 }

  indLineR23SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  156 }

  indLineR23SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  157 }

  indLineR23SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  158 }

  indLineR23SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  159 }

  indLineR23SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  160 }

  indLineR23SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  161 }

  indLineR23SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  162 }

  indLineR23SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  163 }

  indLineR23SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  164 }

  indLineR23SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  165 }

  indLineR23SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  166 }

  indLineR23SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  167 }

  indLineR23SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  168 }

  indLineR23SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  169 }

  indLineR23SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  170 }

  indLineR23SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  171 }

  indLineR23SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  172 }

  indLineR23SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  173 }

  indLineR23SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  174 }

  indLineR23SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  175 }

  indLineR23SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  176 }

  indLineR23SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  177 }

  indLineR23SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  178 }

  indLineR23SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  179 }

  indLineR23SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  180 }

  indLineR23SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  181 }

  indLineR23SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  182 }

  indLineR23SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  183 }

  indLineR23SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  184 }

  indLineR23SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  185 }

  indLineR23SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  186 }

  indLineR23SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  187 }

  indLineR23SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  188 }

  indLineR23SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  189 }

  indLineR23SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  190 }

  indLineR23SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  191 }

  indLineR23SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  192 }

  indLineR23SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  193 }

  indLineR23SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  194 }

  indLineR23LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR23Entry  195 }

  indLineR23CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR23Entry  196 }

  indLineR23CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR23Entry  197 }

  indLineR23CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR23Entry  198 }

  indLineR23EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR23Entry  199 }

  indLineR23SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  207 }

  indLineR23SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  208 }

  indLineR23SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  209 }

  indLineR23SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  210 }

  indLineR23SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  211 }

  indLineR23SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  212 }

  indLineR23SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  213 }

  indLineR23SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  214 }

  indLineSDActR23SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  216 }

  indLineSDDefR23SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR23Entry  217 }

  indLineR23SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  218 }

  indLineR23SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  224 }

  indLineR23SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  225 }

  indLineR23SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  226 }

  indLineR23SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  227 }

  indLineR23SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  228 }

  indLineR23SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  229 }

  indLineR23SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  230 }

  indLineR23SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  231 }

  indLineR23SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  232 }

  indLineR23SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  233 }

  indLineR23SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  234 }

  indLineR23SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  235 }

  indLineR23SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  236 }

  indLineR23SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  237 }

  indLineR23SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  238 }

  indLineR23SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  239 }

  indLineR23SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  240 }

  indLineR23SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  241 }

  indLineR23SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  242 }

  indLineR23SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  243 }

  indLineR23SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  244 }

  indLineR23SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  245 }

  indLineR23SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  246 }

  indLineR23SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  247 }

  indLineR23SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  248 }

  indLineR23SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  249 }

  indLineR23SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  250 }

  indLineR23SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  251 }

  indLineR23SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  252 }

  indLineR23SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  253 }

  indLineR23SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  254 }

  indLineR23SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  255 }

  indLineR23SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  256 }

  indLineR23SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  257 }

  indLineR23SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  258 }

  indLineR23SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  259 }

  indLineR23SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  260 }

  indLineR23SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  261 }

  indLineR23SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  262 }

  indLineR23SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  263 }

  indLineR23SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  264 }

  indLineR23SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  265 }

  indLineR23SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  266 }

  indLineR23SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  267 }

  indLineR23SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  268 }

  indLineR23T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR23Entry  269 }

  indLineR23T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR23Entry  270 }

  indLineR23T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR23Entry  271 }

  indLineR23T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR23Entry  272 }

  indLineR23T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR23Entry  273 }

  indLineR23T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR23Entry  274 }

  indLineR23T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR23Entry  275 }

  indLineR23T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR23Entry  276 }

  indLineR23SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  285 }

  indLineR23SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  286 }

  indLineR23SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  287 }

  indLineR23SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  301 }

  indLineR23SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  302 }

  indLineR23SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  303 }

  indLineR23CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR23Entry  304 }

  indLineR23SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  305 }

  indLineR23SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  306 }

  indLineR23SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  307 }

  indLineR23CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR23Entry  308 }

  indLineR23FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR23Entry  309 }

  indLineR23CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR23Entry  310 }

  indLineR23SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR23Entry  311 }

  indLineR23SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  312 }

  indLineR23SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  313 }

  indLineR23SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  314 }

  indLineR23SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  315 }

  indLineR23SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  316 }

  indLineR23SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  317 }

  indLineR23SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  318 }

  indLineR23SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  319 }

  indLineSDActR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  321 }

  indLineSDDefR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR23Entry  322 }

  indLineR23SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  323 }

  indLineR23MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR23Entry  328 }

  indLineR23MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR23Entry  329 }

  indLineR23SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  330 }

  indLineR23SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  331 }

  indLineR23SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  332 }

  indLineR23ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR23Entry  333 }

  indLineR23SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR23Entry  346 }

  indLineR23SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  347 }

  indLineR23SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  348 }

  indLineR23SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  349 }

  indLineR23SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  350 }

  indLineR23SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  351 }

  indLineR23SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  352 }

  indLineR23PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR23Entry  353 }

  indLineR23SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  354 }

  indLineR23SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  355 }

  indLineR23SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  356 }

  indLineR23SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  357 }

  indLineR23SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  358 }

  indLineR23SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  359 }

  indLineR23SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  360 }

  indLineR23SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  361 }

  indLineSDActR23SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  363 }

  indLineSDDefR23SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR23Entry  364 }

  indLineR23SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  365 }

  indLineR23SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR23Entry  370 }

  indLineR23I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR23Entry  371 }

  indLineR23I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR23Entry  372 }

  indLineR23I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR23Entry  373 }

  indLineR23SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  375 }

  indLineR23SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  376 }

  indLineR23SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  377 }

  indLineR23SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  378 }

  indLineR23SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  379 }

  indLineR23SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  380 }

  indLineR23SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  381 }

  indLineR23SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  382 }

  indLineR23SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  383 }

  indLineR23CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR23Entry  390 }

  indLineR23CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR23Entry  391 }

  indLineR23CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR23Entry  392 }

  indLineR23CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR23Entry  393 }

  indLineR23CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR23Entry  394 }

  indLineR23I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR23Entry  395 }

  indLineR23I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR23Entry  396 }

  indLineR23I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR23Entry  397 }

  indLineR23I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR23Entry  398 }

  indLineR23TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR23Entry  399 }

  indLineR23I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR23Entry  400 }

  indLineR23I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR23Entry  401 }

  indLineR23I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR23Entry  402 }

  indLineR23FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR23Entry  403 }

  indLineR23ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR23Entry  404 }

  indLineR23AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR23Entry  405 }

  indLineR23SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  406 }

  indLineR23SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  407 }

  indLineR23SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  408 }

  indLineR23StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR23Entry  409 }

  indLineR23SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR23Entry  410 }

  indLineR23DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR23Entry  411 }

  indLineR23DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR23Entry  412 }

  indLineR23DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR23Entry  413 }

  indLineR23DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR23Entry  414 }

  indLineR23DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR23Entry  415 }

  indLineR23I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR23Entry  416 }

  indLineR23I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR23Entry  417 }

  indLineR23I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR23Entry  418 }

  indLineR23I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR23Entry  419 }

  indLineR23DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR23Entry  420 }

  indLineR23DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR23Entry  421 }

  indLineR23DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR23Entry  422 }

  indLineR23DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR23Entry  423 }

  indLineR23DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR23Entry  424 }

  indLineR23I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  425 }

  indLineR23I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  426 }

  indLineR23I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  427 }

  indLineR23I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR23Entry  428 }

  indLineR23DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR23Entry  429 }

  indLineR23DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR23Entry  430 }

  indLineR23DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR23Entry  431 }

  indLineR23DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR23Entry  432 }

  indLineR23NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR23Entry  433 }

  indLineR23SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  434 }

  indLineR23SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  435 }

  indLineR23SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  436 }

  indLineR23AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR23Entry  437 }

  indLineR23I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR23Entry  438 }

  indLineR23SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  439 }

  indLineR23SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR23Entry  440 }

  indLineR23SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR23Entry  441 }

  indLineR23PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR23Entry  442 }

  indLineR23ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR23Entry  443 }

  indLineR23ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR23Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  indLineGClSrvCtrlR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineGClSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2167 }

  indLineGClSrvCtrlR4Entry OBJECT-TYPE
    SYNTAX       IndLineGClSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineGClSrvCtrlR4NEConn,
             indLineGClSrvCtrlR4NetwkElement,
             indLineGClSrvCtrlR4CFSIx,
             indLineGClSrvCtrlR4DirNum }
    ::= {  indLineGClSrvCtrlR4Table  1  }

  IndLineGClSrvCtrlR4Entry  ::=  SEQUENCE
  {
    indLineGClSrvCtrlR4NEConn          Unsigned32,
    indLineGClSrvCtrlR4NetwkElement    DisplayString,
    indLineGClSrvCtrlR4CFSIx           Unsigned32,
    indLineGClSrvCtrlR4DirNum          DisplayString,
    indLineGClSrvCtrlR4SDActPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDUseDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDActVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDActCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDUseDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR4SDActCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR4SDDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR4SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR4SDActHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR4SDDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR4SDUseDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR4SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR4SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR4SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR4DoExtraActions  INTEGER
  }

  indLineGClSrvCtrlR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR4Entry  1 }

  indLineGClSrvCtrlR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR4Entry  2 }

  indLineGClSrvCtrlR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR4Entry  3 }

  indLineGClSrvCtrlR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR4Entry  4 }

  indLineGClSrvCtrlR4SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  5 }

  indLineGClSrvCtrlR4SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  6 }

  indLineGClSrvCtrlR4SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR4Entry  7 }

  indLineGClSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  8 }

  indLineGClSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  9 }

  indLineGClSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR4Entry  10 }

  indLineGClSrvCtrlR4SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  11 }

  indLineGClSrvCtrlR4SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  12 }

  indLineGClSrvCtrlR4SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR4Entry  13 }

  indLineGClSrvCtrlR4SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  14 }

  indLineGClSrvCtrlR4SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  15 }

  indLineGClSrvCtrlR4SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR4Entry  16 }

  indLineGClSrvCtrlR4SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  17 }

  indLineGClSrvCtrlR4SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  18 }

  indLineGClSrvCtrlR4SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR4Entry  19 }

  indLineGClSrvCtrlR4SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { indLineGClSrvCtrlR4Entry  20 }

  indLineGClSrvCtrlR4SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  21 }

  indLineGClSrvCtrlR4SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR4Entry  22 }

  indLineGClSrvCtrlR4SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { indLineGClSrvCtrlR4Entry  23 }

  indLineGClSrvCtrlR4SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR4Entry  24 }

  indLineGClSrvCtrlR4SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR4Entry  25 }

  indLineGClSrvCtrlR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCallLists(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineGClSrvCtrlR4Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  aGCLineR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2168 }

  aGCLineR1Entry OBJECT-TYPE
    SYNTAX       AGCLineR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineR1NEConn,
             aGCLineR1NetwkElement,
             aGCLineR1CFSIx,
             aGCLineR1DirNum }
    ::= {  aGCLineR1Table  1  }

  AGCLineR1Entry  ::=  SEQUENCE
  {
    aGCLineR1NEConn                    Unsigned32,
    aGCLineR1NetwkElement              DisplayString,
    aGCLineR1CFSIx                     Unsigned32,
    aGCLineR1DirNum                    DisplayString,
    aGCLineR1CustInfo                  DisplayString,
    aGCLineR1CustInfo2                 DisplayString,
    aGCLineR1CustInfo3                 DisplayString,
    aGCLineR1CustInfo4                 DisplayString,
    aGCLineR1CustInfo5                 DisplayString,
    aGCLineR1CustInfo6                 DisplayString,
    aGCLineR1I1LineGpNEConn            Unsigned32,
    aGCLineR1I2LineGpNetwkElement      DisplayString,
    aGCLineR1I3LineGpCFSIx             Unsigned32,
    aGCLineR1I4LineGpSubGpIx           Unsigned32,
    aGCLineR1SigType                   INTEGER,
    aGCLineR1T1I1GatewayNEConn         Unsigned32,
    aGCLineR1T1I2GatewayNetwkElement   DisplayString,
    aGCLineR1T1I3GatewayCFSIx          Unsigned32,
    aGCLineR1T1I4GatewayGatewayIx      Unsigned32,
    aGCLineR1T2I1GatewayNEConn         Unsigned32,
    aGCLineR1T2I2GatewayNetwkElement   DisplayString,
    aGCLineR1T2I3GatewayCFSIx          Unsigned32,
    aGCLineR1T2I4GatewayGatewayIx      Unsigned32,
    aGCLineR1T1I1AccDevNEConn          Unsigned32,
    aGCLineR1T1I2AccDevNetwkElement    DisplayString,
    aGCLineR1T1I3AccDevCFSIx           Unsigned32,
    aGCLineR1T1I4AccDevGatewayIx       Unsigned32,
    aGCLineR1T1I5AccDevDeviceIx        Unsigned32,
    aGCLineR1T2I1AccDevNEConn          Unsigned32,
    aGCLineR1T2I2AccDevNetwkElement    DisplayString,
    aGCLineR1T2I3AccDevCFSIx           Unsigned32,
    aGCLineR1T2I4AccDevGatewayIx       Unsigned32,
    aGCLineR1T2I5AccDevDeviceIx        Unsigned32,
    aGCLineR1AccessLineNum             Unsigned32,
    aGCLineR1I1ISDNInterfaceNEConn     Unsigned32,
    aGCLineR1I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCLineR1I3ISDNInterfaceCFSIx      Unsigned32,
    aGCLineR1I4ISDNInterfaceISDNIx     Unsigned32,
    aGCLineR1I5ISDNInterfacePRIIx      Unsigned32,
    aGCLineR1ISDNDefBearerCapabilities BITS,
    aGCLineR1UseDNIdentification       INTEGER,
    aGCLineR1SIPUserName               DisplayString,
    aGCLineR1UseDomainFromRegistrar    INTEGER,
    aGCLineR1SIPDomainName             DisplayString,
    aGCLineR1SIPAuthenticationReqd     INTEGER,
    aGCLineR1NewSIPPassword            DisplayString,
    aGCLineR1ConfirmNewSIPPassword     DisplayString,
    aGCLineR1SIPPassword               DisplayString,
    aGCLineR1SDActI1NetwkNodeNEConn    Unsigned32,
    aGCLineR1SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR1SDActI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR1SDActI4NetwkNodeNodeIx    Unsigned32,
    aGCLineR1SDDefI1NetwkNodeNEConn    Unsigned32,
    aGCLineR1SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR1SDDefI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR1SDDefI4NetwkNodeNodeIx    Unsigned32,
    aGCLineSDActR1SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineSDDefR1SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineR1SDUseDefNetwkNode         INTEGER,
    aGCLineR1I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    aGCLineR1I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    aGCLineR1I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    aGCLineR1I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    aGCLineR1PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    aGCLineR1SignalFunctionCode        INTEGER,
    aGCLineR1LineUsage                 INTEGER,
    aGCLineR1GR303NailedUpConn         INTEGER,
    aGCLineR1GR303DialType             INTEGER,
    aGCLineR1FSKFormat                 INTEGER,
    aGCLineR1LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCLineR1SDActAdjustDaylightSavings
                                       INTEGER,
    aGCLineR1SDDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR1SDUseDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR1SDActLineTimezone         LongDisplayString,
    aGCLineR1SDDefLineTimezone         LongDisplayString,
    aGCLineR1SDUseDefLineTimezone      INTEGER,
    aGCLineR1EnabledDate               Unsigned32,
    aGCLineR1SASHostname               LongDisplayString,
    aGCLineR1SDActLCC1                 INTEGER,
    aGCLineR1SDDefLCC1                 INTEGER,
    aGCLineR1SDUseDefLCC1              INTEGER,
    aGCLineR1SDActLCC2                 INTEGER,
    aGCLineR1SDDefLCC2                 INTEGER,
    aGCLineR1SDUseDefLCC2              INTEGER,
    aGCLineR1SDActLCC3                 INTEGER,
    aGCLineR1SDDefLCC3                 INTEGER,
    aGCLineR1SDUseDefLCC3              INTEGER,
    aGCLineR1SDActLCC4                 INTEGER,
    aGCLineR1SDDefLCC4                 INTEGER,
    aGCLineR1SDUseDefLCC4              INTEGER,
    aGCLineR1SDActLCC5                 INTEGER,
    aGCLineR1SDDefLCC5                 INTEGER,
    aGCLineR1SDUseDefLCC5              INTEGER,
    aGCLineR1SDActLCC6                 INTEGER,
    aGCLineR1SDDefLCC6                 INTEGER,
    aGCLineR1SDUseDefLCC6              INTEGER,
    aGCLineR1SDActLCC7                 INTEGER,
    aGCLineR1SDDefLCC7                 INTEGER,
    aGCLineR1SDUseDefLCC7              INTEGER,
    aGCLineR1SDActLCC8                 INTEGER,
    aGCLineR1SDDefLCC8                 INTEGER,
    aGCLineR1SDUseDefLCC8              INTEGER,
    aGCLineR1SDActLCC9                 INTEGER,
    aGCLineR1SDDefLCC9                 INTEGER,
    aGCLineR1SDUseDefLCC9              INTEGER,
    aGCLineR1SDActLCC10                INTEGER,
    aGCLineR1SDDefLCC10                INTEGER,
    aGCLineR1SDUseDefLCC10             INTEGER,
    aGCLineR1SDActLCC11                INTEGER,
    aGCLineR1SDDefLCC11                INTEGER,
    aGCLineR1SDUseDefLCC11             INTEGER,
    aGCLineR1SDActLCC12                INTEGER,
    aGCLineR1SDDefLCC12                INTEGER,
    aGCLineR1SDUseDefLCC12             INTEGER,
    aGCLineR1SDActLCC13                INTEGER,
    aGCLineR1SDDefLCC13                INTEGER,
    aGCLineR1SDUseDefLCC13             INTEGER,
    aGCLineR1SDActLCC14                INTEGER,
    aGCLineR1SDDefLCC14                INTEGER,
    aGCLineR1SDUseDefLCC14             INTEGER,
    aGCLineR1SDActLCC15                INTEGER,
    aGCLineR1SDDefLCC15                INTEGER,
    aGCLineR1SDUseDefLCC15             INTEGER,
    aGCLineR1SDActLCC16                INTEGER,
    aGCLineR1SDDefLCC16                INTEGER,
    aGCLineR1SDUseDefLCC16             INTEGER,
    aGCLineR1SDActLCC17                INTEGER,
    aGCLineR1SDDefLCC17                INTEGER,
    aGCLineR1SDUseDefLCC17             INTEGER,
    aGCLineR1SDActLCC18                INTEGER,
    aGCLineR1SDDefLCC18                INTEGER,
    aGCLineR1SDUseDefLCC18             INTEGER,
    aGCLineR1SDActLCC19                INTEGER,
    aGCLineR1SDDefLCC19                INTEGER,
    aGCLineR1SDUseDefLCC19             INTEGER,
    aGCLineR1SDActLCC20                INTEGER,
    aGCLineR1SDDefLCC20                INTEGER,
    aGCLineR1SDUseDefLCC20             INTEGER,
    aGCLineR1DiagsLogLvl               INTEGER,
    aGCLineR1DiagsAPITraceEnabled      INTEGER,
    aGCLineR1DiagsAPITraceTag          DisplayString,
    aGCLineR1DiagsAPITraceRemNum       DisplayString,
    aGCLineR1SDActVQMCallLogging       INTEGER,
    aGCLineR1SDDefVQMCallLogging       INTEGER,
    aGCLineR1SDUseDefVQMCallLogging    INTEGER,
    aGCLineR1I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCLineR1I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCLineR1I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCLineR1I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCLineR1TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCLineR1LastInCallClgType         INTEGER,
    aGCLineR1LastInCallUniqueNum       INTEGER,
    aGCLineR1LastInCallClgNum          DisplayString,
    aGCLineR1LastInCallClgPresNum      DisplayString,
    aGCLineR1LastInCallTimeCall        Unsigned32,
    aGCLineR1LastInCallCallerWaited    INTEGER,
    aGCLineR1LastInCallCallAnswrd      INTEGER,
    aGCLineR1LastInCallCallTraced      INTEGER,
    aGCLineR1LastOutCallCldType        INTEGER,
    aGCLineR1LastOutCallCldNum         DisplayString,
    aGCLineR1LastOutCallNumPres        INTEGER,
    aGCLineR1LastOutCallCallType       INTEGER,
    aGCLineR1LastOutCallDirectDialed   INTEGER,
    aGCLineR1LastOutCallCarr           DisplayString,
    aGCLineR1RegDtlsCurrRegistered     INTEGER,
    aGCLineR1RegDtlsRegistrationIdentity
                                       LongDisplayString,
    aGCLineR1RegDtlsRegisteredIdentities
                                       LongDisplayString,
    aGCLineR1RegDtlsServRoute          LongDisplayString,
    aGCLineR1RegDtlsDurn               Unsigned32,
    aGCLineR1RegDtlsExpiryTime         Unsigned32,
    aGCLineR1RegDtlsLastRegistrationTime
                                       Unsigned32,
    aGCLineR1RegDtlsErrCode            Unsigned32,
    aGCLineR1RegDtlsErrReason          LongDisplayString,
    aGCLineR1I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    aGCLineR1I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCLineR1I3FaultMonitoringProfFMPIx
                                       Integer32,
    aGCLineR1FaultMonitoringProfOtherVals
                                       INTEGER,
    aGCLineR1ApplyFMPToReltdObjectTypes
                                       BITS,
    aGCLineR1AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCLineR1AlrmState                 INTEGER,
    aGCLineR1AlrmLogCorr               Counter64,
    aGCLineR1AddtlAlrmLogCorr          Counter64,
    aGCLineR1AlrmEvtsAttnRq            Unsigned32,
    aGCLineR1AlrmEvtsAtndDp            Unsigned32,
    aGCLineR1AlrmStateTimestamp        Unsigned32,
    aGCLineR1ChldCallServAlrmsAttnRq   Unsigned32,
    aGCLineR1ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    aGCLineR1ChldCallServAlrmsAtndDp   Unsigned32,
    aGCLineR1ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    aGCLineR1SummaryChldAlrmState      INTEGER,
    aGCLineR1ExportNumObjectsExported  Integer32,
    aGCLineR1ExportStatus              DisplayString,
    aGCLineR1ExportFile                DisplayString,
    aGCLineR1ExportCorr                Counter64,
    aGCLineR1ExportCorrNode            DisplayString,
    aGCLineR1ExportCorrUID             DisplayString,
    aGCLineR1DoExtraActions            INTEGER,
    aGCLineR1RowStatus                 RowStatus,
    aGCLineR1SDActI1SIPRegistrarNEConn Unsigned32,
    aGCLineR1SDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR1SDActI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR1SDActI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR1SDActI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCLineR1SDDefI1SIPRegistrarNEConn Unsigned32,
    aGCLineR1SDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR1SDDefI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR1SDDefI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR1SDDefI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCLineR1SDUseDefSIPRegistrar      INTEGER,
    aGCLineR1ExportIncASRepData        INTEGER,
    aGCLineR1ExportChldObjectsToInc    INTEGER
  }

  aGCLineR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineR1Entry  1 }

  aGCLineR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineR1Entry  2 }

  aGCLineR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineR1Entry  3 }

  aGCLineR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineR1Entry  4 }

  aGCLineR1CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCLineR1Entry  5 }

  aGCLineR1CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCLineR1Entry  6 }

  aGCLineR1CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCLineR1Entry  7 }

  aGCLineR1CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCLineR1Entry  8 }

  aGCLineR1CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCLineR1Entry  9 }

  aGCLineR1CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCLineR1Entry  10 }

  aGCLineR1I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR1Entry  11 }

  aGCLineR1I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR1Entry  12 }

  aGCLineR1I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR1Entry  13 }

  aGCLineR1I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR1Entry  14 }

  aGCLineR1SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCLineR1Entry  15 }

  aGCLineR1T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR1Entry  16 }

  aGCLineR1T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR1Entry  17 }

  aGCLineR1T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR1Entry  18 }

  aGCLineR1T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR1Entry  19 }

  aGCLineR1T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR1Entry  20 }

  aGCLineR1T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR1Entry  21 }

  aGCLineR1T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR1Entry  22 }

  aGCLineR1T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR1Entry  23 }

  aGCLineR1T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR1Entry  24 }

  aGCLineR1T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR1Entry  25 }

  aGCLineR1T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR1Entry  26 }

  aGCLineR1T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR1Entry  27 }

  aGCLineR1T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR1Entry  28 }

  aGCLineR1T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR1Entry  29 }

  aGCLineR1T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR1Entry  30 }

  aGCLineR1T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR1Entry  31 }

  aGCLineR1T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR1Entry  32 }

  aGCLineR1T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR1Entry  33 }

  aGCLineR1AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineR1Entry  34 }

  aGCLineR1I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR1Entry  35 }

  aGCLineR1I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR1Entry  36 }

  aGCLineR1I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR1Entry  37 }

  aGCLineR1I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR1Entry  38 }

  aGCLineR1I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR1Entry  39 }

  aGCLineR1ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCLineR1Entry  40 }

  aGCLineR1UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR1Entry  52 }

  aGCLineR1SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCLineR1Entry  53 }

  aGCLineR1UseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  54 }

  aGCLineR1SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCLineR1Entry  55 }

  aGCLineR1SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  56 }

  aGCLineR1NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR1Entry  57 }

  aGCLineR1ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR1Entry  58 }

  aGCLineR1SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCLineR1Entry  59 }

  aGCLineR1SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  60 }

  aGCLineR1SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  61 }

  aGCLineR1SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  62 }

  aGCLineR1SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  63 }

  aGCLineR1SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  64 }

  aGCLineR1SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  65 }

  aGCLineR1SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  66 }

  aGCLineR1SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  67 }

  aGCLineSDActR1SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  71 }

  aGCLineSDDefR1SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR1Entry  72 }

  aGCLineR1SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  73 }

  aGCLineR1I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR1Entry  78 }

  aGCLineR1I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR1Entry  79 }

  aGCLineR1I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR1Entry  80 }

  aGCLineR1I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR1Entry  81 }

  aGCLineR1PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR1Entry  82 }

  aGCLineR1SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineR1Entry  83 }

  aGCLineR1LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCLineR1Entry  84 }

  aGCLineR1GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR1Entry  85 }

  aGCLineR1GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineR1Entry  86 }

  aGCLineR1FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCLineR1Entry  87 }

  aGCLineR1LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR1Entry  88 }

  aGCLineR1SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  89 }

  aGCLineR1SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  90 }

  aGCLineR1SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  91 }

  aGCLineR1SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  92 }

  aGCLineR1SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  93 }

  aGCLineR1SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  94 }

  aGCLineR1EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCLineR1Entry  95 }

  aGCLineR1SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCLineR1Entry  96 }

  aGCLineR1SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  97 }

  aGCLineR1SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  98 }

  aGCLineR1SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  99 }

  aGCLineR1SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  100 }

  aGCLineR1SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  101 }

  aGCLineR1SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  102 }

  aGCLineR1SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  103 }

  aGCLineR1SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  104 }

  aGCLineR1SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  105 }

  aGCLineR1SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  106 }

  aGCLineR1SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  107 }

  aGCLineR1SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  108 }

  aGCLineR1SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  109 }

  aGCLineR1SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  110 }

  aGCLineR1SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  111 }

  aGCLineR1SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  112 }

  aGCLineR1SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  113 }

  aGCLineR1SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  114 }

  aGCLineR1SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  115 }

  aGCLineR1SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  116 }

  aGCLineR1SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  117 }

  aGCLineR1SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  118 }

  aGCLineR1SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  119 }

  aGCLineR1SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  120 }

  aGCLineR1SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  121 }

  aGCLineR1SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  122 }

  aGCLineR1SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  123 }

  aGCLineR1SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  124 }

  aGCLineR1SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  125 }

  aGCLineR1SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  126 }

  aGCLineR1SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  127 }

  aGCLineR1SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  128 }

  aGCLineR1SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  129 }

  aGCLineR1SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  130 }

  aGCLineR1SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  131 }

  aGCLineR1SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  132 }

  aGCLineR1SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  133 }

  aGCLineR1SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  134 }

  aGCLineR1SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  135 }

  aGCLineR1SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  136 }

  aGCLineR1SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  137 }

  aGCLineR1SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  138 }

  aGCLineR1SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  139 }

  aGCLineR1SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  140 }

  aGCLineR1SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  141 }

  aGCLineR1SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  142 }

  aGCLineR1SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  143 }

  aGCLineR1SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  144 }

  aGCLineR1SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  145 }

  aGCLineR1SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  146 }

  aGCLineR1SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  147 }

  aGCLineR1SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  148 }

  aGCLineR1SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  149 }

  aGCLineR1SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  150 }

  aGCLineR1SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  151 }

  aGCLineR1SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  152 }

  aGCLineR1SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  153 }

  aGCLineR1SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  154 }

  aGCLineR1SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  155 }

  aGCLineR1SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  156 }

  aGCLineR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineR1Entry  157 }

  aGCLineR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineR1Entry  158 }

  aGCLineR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineR1Entry  159 }

  aGCLineR1DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCLineR1Entry  160 }

  aGCLineR1SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  161 }

  aGCLineR1SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR1Entry  162 }

  aGCLineR1SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  163 }

  aGCLineR1I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR1Entry  164 }

  aGCLineR1I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR1Entry  165 }

  aGCLineR1I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR1Entry  166 }

  aGCLineR1I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR1Entry  167 }

  aGCLineR1TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR1Entry  168 }

  aGCLineR1LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { aGCLineR1Entry  169 }

  aGCLineR1LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { aGCLineR1Entry  170 }

  aGCLineR1LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { aGCLineR1Entry  171 }

  aGCLineR1LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { aGCLineR1Entry  172 }

  aGCLineR1LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { aGCLineR1Entry  173 }

  aGCLineR1LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { aGCLineR1Entry  174 }

  aGCLineR1LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { aGCLineR1Entry  175 }

  aGCLineR1LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { aGCLineR1Entry  176 }

  aGCLineR1LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { aGCLineR1Entry  177 }

  aGCLineR1LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { aGCLineR1Entry  178 }

  aGCLineR1LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { aGCLineR1Entry  179 }

  aGCLineR1LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { aGCLineR1Entry  180 }

  aGCLineR1LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { aGCLineR1Entry  181 }

  aGCLineR1LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { aGCLineR1Entry  182 }

  aGCLineR1RegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCLineR1Entry  183 }

  aGCLineR1RegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCLineR1Entry  184 }

  aGCLineR1RegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCLineR1Entry  185 }

  aGCLineR1RegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCLineR1Entry  186 }

  aGCLineR1RegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCLineR1Entry  187 }

  aGCLineR1RegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCLineR1Entry  188 }

  aGCLineR1RegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCLineR1Entry  189 }

  aGCLineR1RegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCLineR1Entry  190 }

  aGCLineR1RegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCLineR1Entry  191 }

  aGCLineR1I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR1Entry  192 }

  aGCLineR1I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR1Entry  193 }

  aGCLineR1I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR1Entry  194 }

  aGCLineR1FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR1Entry  195 }

  aGCLineR1ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCLineR1Entry  196 }

  aGCLineR1AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  197 }

  aGCLineR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineR1Entry  198 }

  aGCLineR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineR1Entry  199 }

  aGCLineR1AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineR1Entry  200 }

  aGCLineR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR1Entry  201 }

  aGCLineR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR1Entry  202 }

  aGCLineR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineR1Entry  203 }

  aGCLineR1ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { aGCLineR1Entry  204 }

  aGCLineR1ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR1Entry  205 }

  aGCLineR1ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { aGCLineR1Entry  206 }

  aGCLineR1ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR1Entry  207 }

  aGCLineR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCLineR1Entry  208 }

  aGCLineR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCLineR1Entry  209 }

  aGCLineR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCLineR1Entry  210 }

  aGCLineR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCLineR1Entry  211 }

  aGCLineR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCLineR1Entry  212 }

  aGCLineR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCLineR1Entry  213 }

  aGCLineR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCLineR1Entry  214 }

  aGCLineR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineR1Entry  215 }

  aGCLineR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCLineR1Entry  216 }

  aGCLineR1SDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  217 }

  aGCLineR1SDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  218 }

  aGCLineR1SDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  219 }

  aGCLineR1SDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  220 }

  aGCLineR1SDActI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  221 }

  aGCLineR1SDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  222 }

  aGCLineR1SDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  223 }

  aGCLineR1SDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  224 }

  aGCLineR1SDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  225 }

  aGCLineR1SDDefI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR1Entry  226 }

  aGCLineR1SDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR1Entry  227 }

  aGCLineR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCLineR1Entry  228 }

  aGCLineR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCLineR1Entry  239 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  busGrpR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'."
    ::= { metaSwitch  2169 }

  busGrpR20Entry OBJECT-TYPE
    SYNTAX       BusGrpR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR20NEConn,
             busGrpR20NetwkElement,
             busGrpR20CFSIx,
             busGrpR20GpIx }
    ::= {  busGrpR20Table  1  }

  BusGrpR20Entry  ::=  SEQUENCE
  {
    busGrpR20NEConn                    Unsigned32,
    busGrpR20NetwkElement              DisplayString,
    busGrpR20CFSIx                     Unsigned32,
    busGrpR20GpIx                      Unsigned32,
    busGrpR20BusGpName                 DisplayString,
    busGrpR20Locale                    INTEGER,
    busGrpR20DistinctiveAlerting       INTEGER,
    busGrpR20NumDirNums                Unsigned32,
    busGrpR20NumFreeDirNums            Unsigned32,
    busGrpR20BGLineAlrmsAttnRq         Unsigned32,
    busGrpR20BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR20BGLineAlrmsAtndDp         Unsigned32,
    busGrpR20BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR20SummaryChldAlrmState      INTEGER,
    busGrpR20ExportNumObjectsExported  Integer32,
    busGrpR20ExportStatus              DisplayString,
    busGrpR20ExportFile                DisplayString,
    busGrpR20ExportCorr                Counter64,
    busGrpR20ExportCorrNode            DisplayString,
    busGrpR20ExportCorrUID             DisplayString,
    busGrpR20DoExtraActions            INTEGER,
    busGrpR20RowStatus                 RowStatus,
    busGrpR20BillTypeIntercomCalls     INTEGER,
    busGrpR20LocalCNAMName             DisplayString,
    busGrpR20ServSuspended             INTEGER,
    busGrpR20CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR20PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR20CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR20PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR20TotChldAlrmsAttnRq        Unsigned32,
    busGrpR20TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR20TotChldAlrmsAtndDp        Unsigned32,
    busGrpR20TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR20I1PerProfNEConn           Unsigned32,
    busGrpR20I2PerProfNetwkElement     DisplayString,
    busGrpR20I3PerProfCFSIx            Unsigned32,
    busGrpR20I4PerProfGpIx             Unsigned32,
    busGrpR20SDActLongDistanceCarr     DisplayString,
    busGrpR20SDDefLongDistanceCarr     DisplayString,
    busGrpR20SDUseDefLongDistanceCarr  INTEGER,
    busGrpR20SDActIntraLATACarr        DisplayString,
    busGrpR20SDDefIntraLATACarr        DisplayString,
    busGrpR20SDUseDefIntraLATACarr     INTEGER,
    busGrpR20SDActBillType             INTEGER,
    busGrpR20SDDefBillType             INTEGER,
    busGrpR20SDUseDefBillType          INTEGER,
    busGrpR20SDActRtgAttrs             BITS,
    busGrpR20SDDefRtgAttrs             BITS,
    busGrpR20SDUseDefRtgAttrs          INTEGER,
    busGrpR20SDActIntnatlCarr          DisplayString,
    busGrpR20SDDefIntnatlCarr          DisplayString,
    busGrpR20SDUseDefIntnatlCarr       INTEGER,
    busGrpR20SDActLCC1                 INTEGER,
    busGrpR20SDDefLCC1                 INTEGER,
    busGrpR20SDUseDefLCC1              INTEGER,
    busGrpR20SDActLCC2                 INTEGER,
    busGrpR20SDDefLCC2                 INTEGER,
    busGrpR20SDUseDefLCC2              INTEGER,
    busGrpR20SDActLCC3                 INTEGER,
    busGrpR20SDDefLCC3                 INTEGER,
    busGrpR20SDUseDefLCC3              INTEGER,
    busGrpR20SDActLCC4                 INTEGER,
    busGrpR20SDDefLCC4                 INTEGER,
    busGrpR20SDUseDefLCC4              INTEGER,
    busGrpR20SDActLCC5                 INTEGER,
    busGrpR20SDDefLCC5                 INTEGER,
    busGrpR20SDUseDefLCC5              INTEGER,
    busGrpR20SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR20SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR20SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR20SyncWithProfInProgress    INTEGER,
    busGrpR20FacGpLimsExternalCalls    INTEGER,
    busGrpR20FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR20FacGpLimsTermCalls        INTEGER,
    busGrpR20FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR20FacGpLimsOrigingCalls     INTEGER,
    busGrpR20FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR20MLHGAlrmsAttnRq           Unsigned32,
    busGrpR20MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR20MLHGAlrmsAtndDp           Unsigned32,
    busGrpR20MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR20SDActLCC6                 INTEGER,
    busGrpR20SDDefLCC6                 INTEGER,
    busGrpR20SDUseDefLCC6              INTEGER,
    busGrpR20SDActLCC7                 INTEGER,
    busGrpR20SDDefLCC7                 INTEGER,
    busGrpR20SDUseDefLCC7              INTEGER,
    busGrpR20SDActLCC8                 INTEGER,
    busGrpR20SDDefLCC8                 INTEGER,
    busGrpR20SDUseDefLCC8              INTEGER,
    busGrpR20SDActLCC9                 INTEGER,
    busGrpR20SDDefLCC9                 INTEGER,
    busGrpR20SDUseDefLCC9              INTEGER,
    busGrpR20SDActLCC10                INTEGER,
    busGrpR20SDDefLCC10                INTEGER,
    busGrpR20SDUseDefLCC10             INTEGER,
    busGrpR20SDActLCC11                INTEGER,
    busGrpR20SDDefLCC11                INTEGER,
    busGrpR20SDUseDefLCC11             INTEGER,
    busGrpR20SDActLCC12                INTEGER,
    busGrpR20SDDefLCC12                INTEGER,
    busGrpR20SDUseDefLCC12             INTEGER,
    busGrpR20SDActLCC13                INTEGER,
    busGrpR20SDDefLCC13                INTEGER,
    busGrpR20SDUseDefLCC13             INTEGER,
    busGrpR20SDActLCC14                INTEGER,
    busGrpR20SDDefLCC14                INTEGER,
    busGrpR20SDUseDefLCC14             INTEGER,
    busGrpR20SDActLCC15                INTEGER,
    busGrpR20SDDefLCC15                INTEGER,
    busGrpR20SDUseDefLCC15             INTEGER,
    busGrpR20SDActLCC16                INTEGER,
    busGrpR20SDDefLCC16                INTEGER,
    busGrpR20SDUseDefLCC16             INTEGER,
    busGrpR20SDActLCC17                INTEGER,
    busGrpR20SDDefLCC17                INTEGER,
    busGrpR20SDUseDefLCC17             INTEGER,
    busGrpR20SDActLCC18                INTEGER,
    busGrpR20SDDefLCC18                INTEGER,
    busGrpR20SDUseDefLCC18             INTEGER,
    busGrpR20SDActLCC19                INTEGER,
    busGrpR20SDDefLCC19                INTEGER,
    busGrpR20SDUseDefLCC19             INTEGER,
    busGrpR20SDActLCC20                INTEGER,
    busGrpR20SDDefLCC20                INTEGER,
    busGrpR20SDUseDefLCC20             INTEGER,
    busGrpR20BusGpTrafficStudy         INTEGER,
    busGrpR20SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR20SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR20SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR20SDActVQMCallLogging       INTEGER,
    busGrpR20SDDefVQMCallLogging       INTEGER,
    busGrpR20SDUseDefVQMCallLogging    INTEGER,
    busGrpR20SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR20SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR20SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR20SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR20SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR20SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR20SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR20SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR20SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR20SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR20SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR20SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR20SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR20SDUseDefNetwkNode         INTEGER,
    busGrpR20NumManagedDevices         Unsigned32,
    busGrpR20ChldStatisticsAlrms       Integer32,
    busGrpR20SecondLocale              INTEGER,
    busGrpR20SDActBusGpCallLogsEnabled INTEGER,
    busGrpR20SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR20SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR20SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR20SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR20SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR20SwitchsUniqueBGID         DisplayString,
    busGrpR20SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR20SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR20SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR20SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR20SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR20SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR20SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR20SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR20SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR20SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR20SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR20I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR20I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR20I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR20NetwkWideBusGpID          DisplayString,
    busGrpR20DefBusGpLinePrivileges    Unsigned32,
    busGrpR20I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR20I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR20I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR20FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR20ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR20AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR20SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR20SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR20SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR20SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR20StatisticsAlrms           Integer32,
    busGrpR20SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR20SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR20SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR20MLHGACDAvailEnabled       INTEGER,
    busGrpR20MLHGACDUnvlRsn1           DisplayString,
    busGrpR20MLHGACDUnvlRsn2           DisplayString,
    busGrpR20MLHGACDUnvlRsn3           DisplayString,
    busGrpR20MLHGACDUnvlRsn4           DisplayString,
    busGrpR20MLHGACDUnvlRsn5           DisplayString,
    busGrpR20MLHGACDUnvlRsn6           DisplayString,
    busGrpR20MLHGACDUnvlRsn7           DisplayString,
    busGrpR20MLHGACDUnvlRsn8           DisplayString,
    busGrpR20MLHGACDUnvlRsn9           DisplayString,
    busGrpR20MLHGACDUnvlRsn10          DisplayString,
    busGrpR20MLHGACDUnvlRsn11          DisplayString,
    busGrpR20MLHGACDUnvlRsn12          DisplayString,
    busGrpR20MLHGACDUnvlRsn13          DisplayString,
    busGrpR20MLHGACDUnvlRsn14          DisplayString,
    busGrpR20MLHGACDUnvlRsn15          DisplayString,
    busGrpR20MLHGACDUnvlRsn16          DisplayString,
    busGrpR20MLHGACDUnvlRsn17          DisplayString,
    busGrpR20MLHGACDUnvlRsn18          DisplayString,
    busGrpR20MLHGACDUnvlRsn19          DisplayString,
    busGrpR20MLHGACDUnvlRsn20          DisplayString,
    busGrpR20MLHGACDUnvlRsn21          DisplayString,
    busGrpR20MLHGACDUnvlRsn22          DisplayString,
    busGrpR20MLHGACDUnvlRsn23          DisplayString,
    busGrpR20MLHGACDUnvlRsn24          DisplayString,
    busGrpR20MLHGACDUnvlRsn25          DisplayString,
    busGrpR20MLHGACDUnvlRsn26          DisplayString,
    busGrpR20MLHGACDUnvlRsn27          DisplayString,
    busGrpR20MLHGACDUnvlRsn28          DisplayString,
    busGrpR20MLHGACDUnvlRsn29          DisplayString,
    busGrpR20MLHGACDUnvlRsn30          DisplayString,
    busGrpR20AllowMLHGsMultipleLogins  INTEGER,
    busGrpR20MLHGACDMWBEnabled         INTEGER,
    busGrpR20MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR20I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR20I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR20I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR20I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR20SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR20AllowRehoming             INTEGER,
    busGrpR20I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR20MLHGACDBasicACDLicenses   INTEGER,
    busGrpR20MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR20MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR20MLHGACDPremiumACDLicenses INTEGER,
    busGrpR20MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR20MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR20ExportIncASRepData        INTEGER,
    busGrpR20ExportChldObjectsToInc    INTEGER,
    busGrpR20SCDObjectResyncStatus     INTEGER,
    busGrpR20AlrmState                 INTEGER
  }

  busGrpR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR20Entry  1 }

  busGrpR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR20Entry  2 }

  busGrpR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR20Entry  3 }

  busGrpR20GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR20Entry  4 }

  busGrpR20BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR20Entry  5 }

  busGrpR20Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR20Entry  12 }

  busGrpR20DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR20Entry  15 }

  busGrpR20NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR20Entry  16 }

  busGrpR20NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR20Entry  17 }

  busGrpR20BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR20Entry  18 }

  busGrpR20BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR20Entry  19 }

  busGrpR20BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR20Entry  20 }

  busGrpR20BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR20Entry  21 }

  busGrpR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR20Entry  22 }

  busGrpR20ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR20Entry  23 }

  busGrpR20ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR20Entry  24 }

  busGrpR20ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR20Entry  25 }

  busGrpR20ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR20Entry  26 }

  busGrpR20ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR20Entry  27 }

  busGrpR20ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR20Entry  28 }

  busGrpR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR20Entry  29 }

  busGrpR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR20Entry  30 }

  busGrpR20BillTypeIntercomCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intercom calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR20Entry  31 }

  busGrpR20LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR20Entry  32 }

  busGrpR20ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR20Entry  34 }

  busGrpR20CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR20Entry  35 }

  busGrpR20PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR20Entry  36 }

  busGrpR20CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR20Entry  37 }

  busGrpR20PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR20Entry  38 }

  busGrpR20TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR20Entry  39 }

  busGrpR20TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR20Entry  40 }

  busGrpR20TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR20Entry  41 }

  busGrpR20TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR20Entry  42 }

  busGrpR20I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR20Entry  49 }

  busGrpR20I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR20Entry  50 }

  busGrpR20I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR20Entry  51 }

  busGrpR20I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR20Entry  52 }

  busGrpR20SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  170 }

  busGrpR20SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  171 }

  busGrpR20SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  172 }

  busGrpR20SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  173 }

  busGrpR20SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  174 }

  busGrpR20SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  175 }

  busGrpR20SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  176 }

  busGrpR20SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  177 }

  busGrpR20SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  178 }

  busGrpR20SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  179 }

  busGrpR20SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  180 }

  busGrpR20SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  181 }

  busGrpR20SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  182 }

  busGrpR20SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  183 }

  busGrpR20SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  184 }

  busGrpR20SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  185 }

  busGrpR20SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  186 }

  busGrpR20SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  187 }

  busGrpR20SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  188 }

  busGrpR20SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  189 }

  busGrpR20SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  190 }

  busGrpR20SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  191 }

  busGrpR20SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  192 }

  busGrpR20SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  193 }

  busGrpR20SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  194 }

  busGrpR20SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  195 }

  busGrpR20SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  196 }

  busGrpR20SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  197 }

  busGrpR20SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  198 }

  busGrpR20SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  199 }

  busGrpR20SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  200 }

  busGrpR20SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  201 }

  busGrpR20SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  202 }

  busGrpR20SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR20Entry  203 }

  busGrpR20FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR20Entry  204 }

  busGrpR20FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR20Entry  205 }

  busGrpR20FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR20Entry  206 }

  busGrpR20FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR20Entry  207 }

  busGrpR20FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR20Entry  208 }

  busGrpR20FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR20Entry  209 }

  busGrpR20MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR20Entry  210 }

  busGrpR20MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR20Entry  211 }

  busGrpR20MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR20Entry  212 }

  busGrpR20MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR20Entry  213 }

  busGrpR20SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  214 }

  busGrpR20SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  215 }

  busGrpR20SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  216 }

  busGrpR20SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  217 }

  busGrpR20SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  218 }

  busGrpR20SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  219 }

  busGrpR20SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  220 }

  busGrpR20SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  221 }

  busGrpR20SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  222 }

  busGrpR20SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  223 }

  busGrpR20SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  224 }

  busGrpR20SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  225 }

  busGrpR20SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  226 }

  busGrpR20SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  227 }

  busGrpR20SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  228 }

  busGrpR20SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  229 }

  busGrpR20SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  230 }

  busGrpR20SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  231 }

  busGrpR20SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  232 }

  busGrpR20SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  233 }

  busGrpR20SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  234 }

  busGrpR20SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  235 }

  busGrpR20SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  236 }

  busGrpR20SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  237 }

  busGrpR20SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  238 }

  busGrpR20SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  239 }

  busGrpR20SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  240 }

  busGrpR20SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  241 }

  busGrpR20SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  242 }

  busGrpR20SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  243 }

  busGrpR20SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  244 }

  busGrpR20SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  245 }

  busGrpR20SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  246 }

  busGrpR20SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  247 }

  busGrpR20SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  248 }

  busGrpR20SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  249 }

  busGrpR20SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  250 }

  busGrpR20SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  251 }

  busGrpR20SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  252 }

  busGrpR20SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  253 }

  busGrpR20SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  254 }

  busGrpR20SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  255 }

  busGrpR20SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  256 }

  busGrpR20SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  257 }

  busGrpR20SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  258 }

  busGrpR20BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR20Entry  259 }

  busGrpR20SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  263 }

  busGrpR20SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  264 }

  busGrpR20SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  265 }

  busGrpR20SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  266 }

  busGrpR20SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  267 }

  busGrpR20SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  268 }

  busGrpR20SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  269 }

  busGrpR20SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  270 }

  busGrpR20SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  271 }

  busGrpR20SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  272 }

  busGrpR20SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  273 }

  busGrpR20SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  274 }

  busGrpR20SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  275 }

  busGrpR20SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  276 }

  busGrpR20SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  277 }

  busGrpR20SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  278 }

  busGrpR20SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  279 }

  busGrpSDActR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  281 }

  busGrpSDDefR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR20Entry  282 }

  busGrpR20SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  283 }

  busGrpR20NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR20Entry  290 }

  busGrpR20ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR20Entry  291 }

  busGrpR20SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR20Entry  293 }

  busGrpR20SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  305 }

  busGrpR20SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  306 }

  busGrpR20SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  307 }

  busGrpR20SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  308 }

  busGrpR20SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  309 }

  busGrpR20SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  310 }

  busGrpR20SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR20Entry  311 }

  busGrpR20SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  312 }

  busGrpR20SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  313 }

  busGrpR20SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  314 }

  busGrpR20SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  315 }

  busGrpR20SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  316 }

  busGrpR20SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  317 }

  busGrpR20SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  318 }

  busGrpR20SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  319 }

  busGrpSDActR20SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  321 }

  busGrpSDDefR20SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR20Entry  322 }

  busGrpR20SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  323 }

  busGrpR20I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR20Entry  330 }

  busGrpR20I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR20Entry  331 }

  busGrpR20I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR20Entry  332 }

  busGrpR20NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR20Entry  333 }

  busGrpR20DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR20Entry  334 }

  busGrpR20I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR20Entry  335 }

  busGrpR20I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR20Entry  336 }

  busGrpR20I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR20Entry  337 }

  busGrpR20FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR20Entry  338 }

  busGrpR20ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR20Entry  339 }

  busGrpR20AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR20Entry  340 }

  busGrpR20SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  341 }

  busGrpR20SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  342 }

  busGrpR20SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  343 }

  busGrpR20SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR20Entry  344 }

  busGrpR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR20Entry  345 }

  busGrpR20SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  346 }

  busGrpR20SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR20Entry  347 }

  busGrpR20SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR20Entry  348 }

  busGrpR20MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR20Entry  349 }

  busGrpR20MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR20Entry  350 }

  busGrpR20MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR20Entry  351 }

  busGrpR20MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR20Entry  352 }

  busGrpR20MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR20Entry  353 }

  busGrpR20MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR20Entry  354 }

  busGrpR20MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR20Entry  355 }

  busGrpR20MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR20Entry  356 }

  busGrpR20MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR20Entry  357 }

  busGrpR20MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR20Entry  358 }

  busGrpR20MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR20Entry  359 }

  busGrpR20MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR20Entry  360 }

  busGrpR20MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR20Entry  361 }

  busGrpR20MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR20Entry  362 }

  busGrpR20MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR20Entry  363 }

  busGrpR20MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR20Entry  364 }

  busGrpR20MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR20Entry  365 }

  busGrpR20MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR20Entry  366 }

  busGrpR20MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR20Entry  367 }

  busGrpR20MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR20Entry  368 }

  busGrpR20MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR20Entry  369 }

  busGrpR20MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR20Entry  370 }

  busGrpR20MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR20Entry  371 }

  busGrpR20MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR20Entry  372 }

  busGrpR20MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR20Entry  373 }

  busGrpR20MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR20Entry  374 }

  busGrpR20MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR20Entry  375 }

  busGrpR20MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR20Entry  376 }

  busGrpR20MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR20Entry  377 }

  busGrpR20MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR20Entry  378 }

  busGrpR20MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR20Entry  379 }

  busGrpR20AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR20Entry  380 }

  busGrpR20MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR20Entry  381 }

  busGrpR20MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR20Entry  382 }

  busGrpR20I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR20Entry  383 }

  busGrpR20I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR20Entry  384 }

  busGrpR20I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR20Entry  385 }

  busGrpR20I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR20Entry  386 }

  busGrpR20SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR20Entry  387 }

  busGrpR20AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR20Entry  388 }

  busGrpR20I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR20Entry  389 }

  busGrpR20MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR20Entry  390 }

  busGrpR20MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR20Entry  391 }

  busGrpR20MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR20Entry  392 }

  busGrpR20MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR20Entry  393 }

  busGrpR20MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR20Entry  394 }

  busGrpR20MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR20Entry  395 }

  busGrpR20ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR20Entry  399 }

  busGrpR20ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR20Entry  403 }

  busGrpR20SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR20Entry  431 }

  busGrpR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR20Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  bGLineR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2170 }

  bGLineR23Entry OBJECT-TYPE
    SYNTAX       BGLineR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR23NEConn,
             bGLineR23NetwkElement,
             bGLineR23CFSIx,
             bGLineR23GpIx,
             bGLineR23FirstDirNum,
             bGLineR23DirNum }
    ::= {  bGLineR23Table  1  }

  BGLineR23Entry  ::=  SEQUENCE
  {
    bGLineR23NEConn                    Unsigned32,
    bGLineR23NetwkElement              DisplayString,
    bGLineR23CFSIx                     Unsigned32,
    bGLineR23GpIx                      Unsigned32,
    bGLineR23FirstDirNum               DisplayString,
    bGLineR23DirNum                    DisplayString,
    bGLineR23PresNum                   DisplayString,
    bGLineR23ClgPartyNum               DisplayString,
    bGLineR23IntercomDialingCode       DisplayString,
    bGLineR23NumStatus                 INTEGER,
    bGLineR23PortedExchangeID          DisplayString,
    bGLineR23T1I1AccDevNEConn          Unsigned32,
    bGLineR23T1I2AccDevNetwkElement    DisplayString,
    bGLineR23T1I3AccDevCFSIx           Unsigned32,
    bGLineR23T1I4AccDevGatewayIx       Unsigned32,
    bGLineR23T1I5AccDevDeviceIx        Unsigned32,
    bGLineR23T2I1AccDevNEConn          Unsigned32,
    bGLineR23T2I2AccDevNetwkElement    DisplayString,
    bGLineR23T2I3AccDevCFSIx           Unsigned32,
    bGLineR23T2I4AccDevGatewayIx       Unsigned32,
    bGLineR23T2I5AccDevDeviceIx        Unsigned32,
    bGLineR23AccessLineNum             Unsigned32,
    bGLineR23SignalFunctionCode        INTEGER,
    bGLineR23LineUsage                 INTEGER,
    bGLineR23FSKFormat                 INTEGER,
    bGLineR23PIN                       DisplayString,
    bGLineR23LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR23DigitMaskingReqd          INTEGER,
    bGLineR23OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR23OrigingFacilityMarksADC   INTEGER,
    bGLineR23TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR23TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR23ActYear                   Unsigned32,
    bGLineR23ActMonth                  Unsigned32,
    bGLineR23ActDate                   Unsigned32,
    bGLineR23LastInCallClgType         INTEGER,
    bGLineR23LastInCallUniqueNum       INTEGER,
    bGLineR23LastInCallClgNum          DisplayString,
    bGLineR23LastInCallClgPresNum      DisplayString,
    bGLineR23LastInCallTimeCall        Unsigned32,
    bGLineR23LastInCallCallerWaited    INTEGER,
    bGLineR23LastInCallCallAnswrd      INTEGER,
    bGLineR23LastInCallCallTraced      INTEGER,
    bGLineR23AlrmState                 INTEGER,
    bGLineR23AlrmLogCorr               Counter64,
    bGLineR23AddtlAlrmLogCorr          Counter64,
    bGLineR23AlrmEvtsAttnRq            Unsigned32,
    bGLineR23AlrmEvtsAtndDp            Unsigned32,
    bGLineR23AlrmStateTimestamp        Unsigned32,
    bGLineR23ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR23ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR23ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR23ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR23DiagsLogLvl               INTEGER,
    bGLineR23DiagsAPITraceEnabled      INTEGER,
    bGLineR23DiagsAPITraceTag          DisplayString,
    bGLineR23DiagsAPITraceRemNum       DisplayString,
    bGLineR23SummaryChldAlrmState      INTEGER,
    bGLineR23ExportNumObjectsExported  Integer32,
    bGLineR23ExportStatus              DisplayString,
    bGLineR23ExportFile                DisplayString,
    bGLineR23ExportCorr                Counter64,
    bGLineR23ExportCorrNode            DisplayString,
    bGLineR23ExportCorrUID             DisplayString,
    bGLineR23DoExtraActions            INTEGER,
    bGLineR23RowStatus                 RowStatus,
    bGLineR23MovedToDirNum             DisplayString,
    bGLineR23CustInfo                  DisplayString,
    bGLineR23SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR23SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR23SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR23SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR23SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR23SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR23SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR23SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR23SDUseDefSubGpBusLine      INTEGER,
    bGLineR23SigType                   INTEGER,
    bGLineR23I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR23I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR23I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR23I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR23I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR23ISDNDefBearerCapabilities BITS,
    bGLineR23SIPUserName               DisplayString,
    bGLineR23SIPDomainName             DisplayString,
    bGLineR23UseStaticNATMapping       INTEGER,
    bGLineR23SIPRegistrationStatus     INTEGER,
    bGLineR23SIPAuthenticationReqd     INTEGER,
    bGLineR23NewSIPPassword            DisplayString,
    bGLineR23ConfirmNewSIPPassword     DisplayString,
    bGLineR23SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR23SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR23SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR23SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR23SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR23SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR23GR303NailedUpConn         INTEGER,
    bGLineR23MultipleAppearanceDirNum  DisplayString,
    bGLineR23AllowDirectDialing        INTEGER,
    bGLineR23CustInfo2                 DisplayString,
    bGLineR23CustInfo3                 DisplayString,
    bGLineR23CustInfo4                 DisplayString,
    bGLineR23CustInfo5                 DisplayString,
    bGLineR23CustInfo6                 DisplayString,
    bGLineR23RecentlyMovedFromOldNum   INTEGER,
    bGLineR23MovedFromDirNum           DisplayString,
    bGLineR23ConnectCallAfterAnnounce  INTEGER,
    bGLineR23ChargeNum                 DisplayString,
    bGLineR23I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR23I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR23I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR23I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR23PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR23GR303DialType             INTEGER,
    bGLineR23LastOutCallCldType        INTEGER,
    bGLineR23LastOutCallCldNum         DisplayString,
    bGLineR23LastOutCallNumPres        INTEGER,
    bGLineR23LastOutCallCallType       INTEGER,
    bGLineR23LastOutCallDirectDialed   INTEGER,
    bGLineR23LastOutCallCarr           DisplayString,
    bGLineR23I1PerProfNEConn           Unsigned32,
    bGLineR23I2PerProfNetwkElement     DisplayString,
    bGLineR23I3PerProfCFSIx            Unsigned32,
    bGLineR23I4PerProfGpIx             Unsigned32,
    bGLineR23UseDNIdentification       INTEGER,
    bGLineR23SDActLongDistanceCarr     DisplayString,
    bGLineR23SDDefLongDistanceCarr     DisplayString,
    bGLineR23SDUseDefLongDistanceCarr  INTEGER,
    bGLineR23SDActIntraLATACarr        DisplayString,
    bGLineR23SDDefIntraLATACarr        DisplayString,
    bGLineR23SDUseDefIntraLATACarr     INTEGER,
    bGLineR23SDActIntnatlCarr          DisplayString,
    bGLineR23SDDefIntnatlCarr          DisplayString,
    bGLineR23SDUseDefIntnatlCarr       INTEGER,
    bGLineR23SDActRtgAttrs             BITS,
    bGLineR23SDDefRtgAttrs             BITS,
    bGLineR23SDUseDefRtgAttrs          INTEGER,
    bGLineR23SDActTimezone             INTEGER,
    bGLineR23SDDefTimezone             INTEGER,
    bGLineR23SDUseDefTimezone          INTEGER,
    bGLineR23SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR23SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR23SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR23SDActLCC1                 INTEGER,
    bGLineR23SDDefLCC1                 INTEGER,
    bGLineR23SDUseDefLCC1              INTEGER,
    bGLineR23SDActLCC2                 INTEGER,
    bGLineR23SDDefLCC2                 INTEGER,
    bGLineR23SDUseDefLCC2              INTEGER,
    bGLineR23SDActLCC3                 INTEGER,
    bGLineR23SDDefLCC3                 INTEGER,
    bGLineR23SDUseDefLCC3              INTEGER,
    bGLineR23SDActLCC4                 INTEGER,
    bGLineR23SDDefLCC4                 INTEGER,
    bGLineR23SDUseDefLCC4              INTEGER,
    bGLineR23SDActLCC5                 INTEGER,
    bGLineR23SDDefLCC5                 INTEGER,
    bGLineR23SDUseDefLCC5              INTEGER,
    bGLineR23SDActMaxCallAppearances   Unsigned32,
    bGLineR23SDDefMaxCallAppearances   Unsigned32,
    bGLineR23SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR23SDActTariffGp             INTEGER,
    bGLineR23SDDefTariffGp             INTEGER,
    bGLineR23SDUseDefTariffGp          INTEGER,
    bGLineR23SDActForceLNPLookup       INTEGER,
    bGLineR23SDDefForceLNPLookup       INTEGER,
    bGLineR23SDUseDefForceLNPLookup    INTEGER,
    bGLineR23LineTrafficStudy          INTEGER,
    bGLineR23MLHGIx                    Unsigned32,
    bGLineR23MLHGMemberIx              Unsigned32,
    bGLineR23CallListsMissedCalls      LongDisplayString,
    bGLineR23CallListsAnswrdCalls      LongDisplayString,
    bGLineR23CallListsDialedCalls      LongDisplayString,
    bGLineR23EnabledDate               Unsigned32,
    bGLineR23SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR23SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR23SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR23SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR23SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR23SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR23SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR23SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR23SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR23SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR23SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR23SDActLCC6                 INTEGER,
    bGLineR23SDDefLCC6                 INTEGER,
    bGLineR23SDUseDefLCC6              INTEGER,
    bGLineR23SDActLCC7                 INTEGER,
    bGLineR23SDDefLCC7                 INTEGER,
    bGLineR23SDUseDefLCC7              INTEGER,
    bGLineR23SDActLCC8                 INTEGER,
    bGLineR23SDDefLCC8                 INTEGER,
    bGLineR23SDUseDefLCC8              INTEGER,
    bGLineR23SDActLCC9                 INTEGER,
    bGLineR23SDDefLCC9                 INTEGER,
    bGLineR23SDUseDefLCC9              INTEGER,
    bGLineR23SDActLCC10                INTEGER,
    bGLineR23SDDefLCC10                INTEGER,
    bGLineR23SDUseDefLCC10             INTEGER,
    bGLineR23SDActLCC11                INTEGER,
    bGLineR23SDDefLCC11                INTEGER,
    bGLineR23SDUseDefLCC11             INTEGER,
    bGLineR23SDActLCC12                INTEGER,
    bGLineR23SDDefLCC12                INTEGER,
    bGLineR23SDUseDefLCC12             INTEGER,
    bGLineR23SDActLCC13                INTEGER,
    bGLineR23SDDefLCC13                INTEGER,
    bGLineR23SDUseDefLCC13             INTEGER,
    bGLineR23SDActLCC14                INTEGER,
    bGLineR23SDDefLCC14                INTEGER,
    bGLineR23SDUseDefLCC14             INTEGER,
    bGLineR23SDActLCC15                INTEGER,
    bGLineR23SDDefLCC15                INTEGER,
    bGLineR23SDUseDefLCC15             INTEGER,
    bGLineR23SDActLCC16                INTEGER,
    bGLineR23SDDefLCC16                INTEGER,
    bGLineR23SDUseDefLCC16             INTEGER,
    bGLineR23SDActLCC17                INTEGER,
    bGLineR23SDDefLCC17                INTEGER,
    bGLineR23SDUseDefLCC17             INTEGER,
    bGLineR23SDActLCC18                INTEGER,
    bGLineR23SDDefLCC18                INTEGER,
    bGLineR23SDUseDefLCC18             INTEGER,
    bGLineR23SDActLCC19                INTEGER,
    bGLineR23SDDefLCC19                INTEGER,
    bGLineR23SDUseDefLCC19             INTEGER,
    bGLineR23SDActLCC20                INTEGER,
    bGLineR23SDDefLCC20                INTEGER,
    bGLineR23SDUseDefLCC20             INTEGER,
    bGLineR23T1I1GatewayNEConn         Unsigned32,
    bGLineR23T1I2GatewayNetwkElement   DisplayString,
    bGLineR23T1I3GatewayCFSIx          Unsigned32,
    bGLineR23T1I4GatewayGatewayIx      Unsigned32,
    bGLineR23T2I1GatewayNEConn         Unsigned32,
    bGLineR23T2I2GatewayNetwkElement   DisplayString,
    bGLineR23T2I3GatewayCFSIx          Unsigned32,
    bGLineR23T2I4GatewayGatewayIx      Unsigned32,
    bGLineR23I1DepartmentNEConn        Unsigned32,
    bGLineR23I2DepartmentNetwkElement  DisplayString,
    bGLineR23I3DepartmentCFSIx         Unsigned32,
    bGLineR23I4DepartmentGpIx          Unsigned32,
    bGLineR23I5DepartmentDepartmentIx  Unsigned32,
    bGLineR23DepartmentOtherVals       INTEGER,
    bGLineR23SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR23SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR23SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR23SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR23SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR23SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR23CurrNumRegistrations      Integer32,
    bGLineR23SDActVQMCallLogging       INTEGER,
    bGLineR23SDDefVQMCallLogging       INTEGER,
    bGLineR23SDUseDefVQMCallLogging    INTEGER,
    bGLineR23DiagLogCorr               Counter64,
    bGLineR23FaultMonitoringLvl        INTEGER,
    bGLineR23SIPPassword               DisplayString,
    bGLineR23SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR23SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR23SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR23SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR23SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR23SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR23SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR23SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR23SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR23SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR23SDUseDefNetwkNode         INTEGER,
    bGLineR23MovedToNumAsDialed        DisplayString,
    bGLineR23MovedDate                 Unsigned32,
    bGLineR23SDActExpireAfter          Unsigned32,
    bGLineR23SDDefExpireAfter          Unsigned32,
    bGLineR23SDUseDefExpireAfter       INTEGER,
    bGLineR23ExpiryDate                Unsigned32,
    bGLineR23SASHostname               LongDisplayString,
    bGLineR23SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR23SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR23SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR23SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR23SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR23SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR23SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR23SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR23SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR23SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR23SDUseDefESAProtDom        INTEGER,
    bGLineR23I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR23I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR23I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR23SDActSubTimezone          LongDisplayString,
    bGLineR23SDDefSubTimezone          LongDisplayString,
    bGLineR23SDUseDefSubTimezone       INTEGER,
    bGLineR23SDActChargeInd            INTEGER,
    bGLineR23SDDefChargeInd            INTEGER,
    bGLineR23SDUseDefChargeInd         INTEGER,
    bGLineR23SDActSubClgCategory       INTEGER,
    bGLineR23SDDefSubClgCategory       INTEGER,
    bGLineR23SDUseDefSubClgCategory    INTEGER,
    bGLineR23CustomerInfoFirstName     LongDisplayString,
    bGLineR23CustomerInfoSecondName    LongDisplayString,
    bGLineR23CustomerInfoOtherNames    LongDisplayString,
    bGLineR23CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR23CustomerInfoSurname       LongDisplayString,
    bGLineR23SDActBusGpLinePrivileges  Unsigned32,
    bGLineR23SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR23SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR23I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR23I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR23I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR23I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR23TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR23I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR23I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR23I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR23FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR23ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR23AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR23SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR23SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR23SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR23StatisticsAlrms           Integer32,
    bGLineR23TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR23NumBlockDevTwinning       INTEGER,
    bGLineR23ACDServLvl                INTEGER,
    bGLineR23ACDAvail                  INTEGER,
    bGLineR23I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR23I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR23I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR23I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR23I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR23ACDDspCd                  INTEGER,
    bGLineR23NoUserEquipment           INTEGER,
    bGLineR23SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR23SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR23SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR23AllowRehoming             INTEGER,
    bGLineR23I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR23PreSubscribedConn         INTEGER,
    bGLineR23LoggedInMLHGs             LongDisplayString,
    bGLineR23ExportIncASRepData        INTEGER,
    bGLineR23ExportChldObjectsToInc    INTEGER
  }

  bGLineR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR23Entry  1 }

  bGLineR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR23Entry  2 }

  bGLineR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR23Entry  3 }

  bGLineR23GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR23Entry  4 }

  bGLineR23FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR23Entry  5 }

  bGLineR23DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR23Entry  6 }

  bGLineR23PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  7 }

  bGLineR23ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  8 }

  bGLineR23IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR23Entry  9 }

  bGLineR23NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR23Entry  10 }

  bGLineR23PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  11 }

  bGLineR23T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR23Entry  12 }

  bGLineR23T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR23Entry  13 }

  bGLineR23T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR23Entry  14 }

  bGLineR23T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR23Entry  15 }

  bGLineR23T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR23Entry  16 }

  bGLineR23T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR23Entry  17 }

  bGLineR23T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR23Entry  18 }

  bGLineR23T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR23Entry  19 }

  bGLineR23T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR23Entry  20 }

  bGLineR23T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR23Entry  21 }

  bGLineR23AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  22 }

  bGLineR23SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR23Entry  23 }

  bGLineR23LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR23Entry  24 }

  bGLineR23FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  25 }

  bGLineR23PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR23Entry  26 }

  bGLineR23LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR23Entry  27 }

  bGLineR23DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  28 }

  bGLineR23OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  30 }

  bGLineR23OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  32 }

  bGLineR23TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  33 }

  bGLineR23TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  34 }

  bGLineR23ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR23Entry  36 }

  bGLineR23ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR23Entry  37 }

  bGLineR23ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR23Entry  38 }

  bGLineR23LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR23Entry  39 }

  bGLineR23LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR23Entry  40 }

  bGLineR23LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR23Entry  41 }

  bGLineR23LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR23Entry  42 }

  bGLineR23LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR23Entry  43 }

  bGLineR23LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR23Entry  44 }

  bGLineR23LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR23Entry  45 }

  bGLineR23LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR23Entry  46 }

  bGLineR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR23Entry  47 }

  bGLineR23AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR23Entry  48 }

  bGLineR23AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR23Entry  49 }

  bGLineR23AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR23Entry  50 }

  bGLineR23AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR23Entry  51 }

  bGLineR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR23Entry  52 }

  bGLineR23ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR23Entry  53 }

  bGLineR23ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR23Entry  54 }

  bGLineR23ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR23Entry  55 }

  bGLineR23ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR23Entry  56 }

  bGLineR23DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR23Entry  57 }

  bGLineR23DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  58 }

  bGLineR23DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR23Entry  59 }

  bGLineR23DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR23Entry  60 }

  bGLineR23SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR23Entry  61 }

  bGLineR23ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR23Entry  62 }

  bGLineR23ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR23Entry  63 }

  bGLineR23ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR23Entry  64 }

  bGLineR23ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR23Entry  65 }

  bGLineR23ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR23Entry  66 }

  bGLineR23ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR23Entry  67 }

  bGLineR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR23Entry  68 }

  bGLineR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR23Entry  69 }

  bGLineR23MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR23Entry  70 }

  bGLineR23CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR23Entry  71 }

  bGLineR23SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  72 }

  bGLineR23SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  73 }

  bGLineR23SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  74 }

  bGLineR23SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  75 }

  bGLineR23SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  76 }

  bGLineR23SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  77 }

  bGLineR23SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  78 }

  bGLineR23SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR23Entry  79 }

  bGLineR23SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  80 }

  bGLineR23SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR23Entry  81 }

  bGLineR23I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR23Entry  82 }

  bGLineR23I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR23Entry  83 }

  bGLineR23I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR23Entry  84 }

  bGLineR23I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR23Entry  85 }

  bGLineR23I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR23Entry  86 }

  bGLineR23ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR23Entry  87 }

  bGLineR23SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  88 }

  bGLineR23SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  89 }

  bGLineR23UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR23Entry  90 }

  bGLineR23SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR23Entry  91 }

  bGLineR23SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR23Entry  92 }

  bGLineR23NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR23Entry  93 }

  bGLineR23ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR23Entry  94 }

  bGLineR23SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  96 }

  bGLineR23SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  97 }

  bGLineR23SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  98 }

  bGLineR23SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  100 }

  bGLineR23SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  101 }

  bGLineR23SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  102 }

  bGLineR23GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR23Entry  103 }

  bGLineR23MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR23Entry  104 }

  bGLineR23AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR23Entry  105 }

  bGLineR23CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR23Entry  106 }

  bGLineR23CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR23Entry  107 }

  bGLineR23CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR23Entry  108 }

  bGLineR23CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR23Entry  109 }

  bGLineR23CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR23Entry  110 }

  bGLineR23RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  111 }

  bGLineR23MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR23Entry  112 }

  bGLineR23ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  113 }

  bGLineR23ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR23Entry  114 }

  bGLineR23I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR23Entry  123 }

  bGLineR23I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR23Entry  124 }

  bGLineR23I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR23Entry  125 }

  bGLineR23I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR23Entry  126 }

  bGLineR23PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR23Entry  127 }

  bGLineR23GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR23Entry  133 }

  bGLineR23LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR23Entry  137 }

  bGLineR23LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR23Entry  138 }

  bGLineR23LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR23Entry  139 }

  bGLineR23LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR23Entry  140 }

  bGLineR23LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR23Entry  141 }

  bGLineR23LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR23Entry  142 }

  bGLineR23I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR23Entry  158 }

  bGLineR23I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR23Entry  159 }

  bGLineR23I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR23Entry  160 }

  bGLineR23I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR23Entry  161 }

  bGLineR23UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR23Entry  162 }

  bGLineR23SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  163 }

  bGLineR23SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  164 }

  bGLineR23SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  165 }

  bGLineR23SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  166 }

  bGLineR23SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  167 }

  bGLineR23SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  168 }

  bGLineR23SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  169 }

  bGLineR23SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  170 }

  bGLineR23SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  171 }

  bGLineR23SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  172 }

  bGLineR23SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  173 }

  bGLineR23SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  174 }

  bGLineR23SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  175 }

  bGLineR23SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  176 }

  bGLineR23SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  177 }

  bGLineR23SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  178 }

  bGLineR23SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  179 }

  bGLineR23SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  180 }

  bGLineR23SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  181 }

  bGLineR23SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  182 }

  bGLineR23SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  183 }

  bGLineR23SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  184 }

  bGLineR23SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  185 }

  bGLineR23SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  186 }

  bGLineR23SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  187 }

  bGLineR23SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  188 }

  bGLineR23SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  189 }

  bGLineR23SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  190 }

  bGLineR23SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  191 }

  bGLineR23SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  192 }

  bGLineR23SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  193 }

  bGLineR23SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  194 }

  bGLineR23SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  195 }

  bGLineR23SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  200 }

  bGLineR23SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  201 }

  bGLineR23SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  202 }

  bGLineR23SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  203 }

  bGLineR23SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  204 }

  bGLineR23SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  205 }

  bGLineR23SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  206 }

  bGLineR23SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  207 }

  bGLineR23SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  208 }

  bGLineR23LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR23Entry  209 }

  bGLineR23MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR23Entry  210 }

  bGLineR23MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR23Entry  211 }

  bGLineR23CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR23Entry  212 }

  bGLineR23CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR23Entry  213 }

  bGLineR23CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR23Entry  214 }

  bGLineR23EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR23Entry  215 }

  bGLineR23SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  223 }

  bGLineR23SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  224 }

  bGLineR23SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  225 }

  bGLineR23SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  226 }

  bGLineR23SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  227 }

  bGLineR23SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  228 }

  bGLineR23SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  229 }

  bGLineR23SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  230 }

  bGLineSDActR23SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  232 }

  bGLineSDDefR23SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR23Entry  233 }

  bGLineR23SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  234 }

  bGLineR23SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  240 }

  bGLineR23SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  241 }

  bGLineR23SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  242 }

  bGLineR23SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  243 }

  bGLineR23SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  244 }

  bGLineR23SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  245 }

  bGLineR23SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  246 }

  bGLineR23SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  247 }

  bGLineR23SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  248 }

  bGLineR23SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  249 }

  bGLineR23SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  250 }

  bGLineR23SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  251 }

  bGLineR23SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  252 }

  bGLineR23SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  253 }

  bGLineR23SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  254 }

  bGLineR23SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  255 }

  bGLineR23SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  256 }

  bGLineR23SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  257 }

  bGLineR23SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  258 }

  bGLineR23SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  259 }

  bGLineR23SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  260 }

  bGLineR23SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  261 }

  bGLineR23SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  262 }

  bGLineR23SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  263 }

  bGLineR23SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  264 }

  bGLineR23SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  265 }

  bGLineR23SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  266 }

  bGLineR23SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  267 }

  bGLineR23SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  268 }

  bGLineR23SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  269 }

  bGLineR23SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  270 }

  bGLineR23SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  271 }

  bGLineR23SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  272 }

  bGLineR23SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  273 }

  bGLineR23SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  274 }

  bGLineR23SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  275 }

  bGLineR23SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  276 }

  bGLineR23SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  277 }

  bGLineR23SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  278 }

  bGLineR23SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  279 }

  bGLineR23SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  280 }

  bGLineR23SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  281 }

  bGLineR23SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  282 }

  bGLineR23SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  283 }

  bGLineR23SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  284 }

  bGLineR23T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR23Entry  285 }

  bGLineR23T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR23Entry  286 }

  bGLineR23T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR23Entry  287 }

  bGLineR23T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR23Entry  288 }

  bGLineR23T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR23Entry  289 }

  bGLineR23T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR23Entry  290 }

  bGLineR23T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR23Entry  291 }

  bGLineR23T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR23Entry  292 }

  bGLineR23I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR23Entry  294 }

  bGLineR23I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR23Entry  295 }

  bGLineR23I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR23Entry  296 }

  bGLineR23I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR23Entry  297 }

  bGLineR23I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR23Entry  298 }

  bGLineR23DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR23Entry  299 }

  bGLineR23SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  306 }

  bGLineR23SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  307 }

  bGLineR23SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  308 }

  bGLineR23SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  314 }

  bGLineR23SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  315 }

  bGLineR23SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  316 }

  bGLineR23CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR23Entry  319 }

  bGLineR23SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  324 }

  bGLineR23SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  325 }

  bGLineR23SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  326 }

  bGLineR23DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR23Entry  327 }

  bGLineR23FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR23Entry  328 }

  bGLineR23SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR23Entry  329 }

  bGLineR23SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  330 }

  bGLineR23SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  331 }

  bGLineR23SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  332 }

  bGLineR23SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  333 }

  bGLineR23SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  334 }

  bGLineR23SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  335 }

  bGLineR23SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  336 }

  bGLineR23SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  337 }

  bGLineSDActR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  339 }

  bGLineSDDefR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR23Entry  340 }

  bGLineR23SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  341 }

  bGLineR23MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR23Entry  346 }

  bGLineR23MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR23Entry  347 }

  bGLineR23SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  348 }

  bGLineR23SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  349 }

  bGLineR23SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  350 }

  bGLineR23ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR23Entry  351 }

  bGLineR23SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR23Entry  368 }

  bGLineR23SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  370 }

  bGLineR23SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  371 }

  bGLineR23SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  372 }

  bGLineR23SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  373 }

  bGLineR23SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  374 }

  bGLineR23SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  375 }

  bGLineR23SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  376 }

  bGLineR23SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  377 }

  bGLineSDActR23SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  379 }

  bGLineSDDefR23SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR23Entry  380 }

  bGLineR23SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  381 }

  bGLineR23I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR23Entry  390 }

  bGLineR23I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR23Entry  391 }

  bGLineR23I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR23Entry  392 }

  bGLineR23SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  394 }

  bGLineR23SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  395 }

  bGLineR23SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  396 }

  bGLineR23SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  397 }

  bGLineR23SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  398 }

  bGLineR23SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  399 }

  bGLineR23SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  400 }

  bGLineR23SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  401 }

  bGLineR23SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  402 }

  bGLineR23CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR23Entry  410 }

  bGLineR23CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR23Entry  411 }

  bGLineR23CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR23Entry  412 }

  bGLineR23CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR23Entry  413 }

  bGLineR23CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR23Entry  414 }

  bGLineR23SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  415 }

  bGLineR23SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  416 }

  bGLineR23SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  417 }

  bGLineR23I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR23Entry  418 }

  bGLineR23I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR23Entry  419 }

  bGLineR23I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR23Entry  420 }

  bGLineR23I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR23Entry  421 }

  bGLineR23TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR23Entry  422 }

  bGLineR23I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR23Entry  423 }

  bGLineR23I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR23Entry  424 }

  bGLineR23I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR23Entry  425 }

  bGLineR23FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR23Entry  426 }

  bGLineR23ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR23Entry  427 }

  bGLineR23AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR23Entry  428 }

  bGLineR23SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  429 }

  bGLineR23SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  430 }

  bGLineR23SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  431 }

  bGLineR23StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR23Entry  432 }

  bGLineR23TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR23Entry  441 }

  bGLineR23NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR23Entry  442 }

  bGLineR23ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR23Entry  443 }

  bGLineR23ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR23Entry  444 }

  bGLineR23I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR23Entry  445 }

  bGLineR23I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR23Entry  446 }

  bGLineR23I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR23Entry  447 }

  bGLineR23I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR23Entry  448 }

  bGLineR23I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR23Entry  449 }

  bGLineR23ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR23Entry  450 }

  bGLineR23NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR23Entry  451 }

  bGLineR23SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  452 }

  bGLineR23SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR23Entry  453 }

  bGLineR23SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR23Entry  454 }

  bGLineR23AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR23Entry  455 }

  bGLineR23I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR23Entry  456 }

  bGLineR23PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR23Entry  457 }

  bGLineR23LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR23Entry  458 }

  bGLineR23ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR23Entry  459 }

  bGLineR23ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR23Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  bGLnGnCllSrvCtrlR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLnGnCllSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2171 }

  bGLnGnCllSrvCtrlR4Entry OBJECT-TYPE
    SYNTAX       BGLnGnCllSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLnGnCllSrvCtrlR4NEConn,
             bGLnGnCllSrvCtrlR4NetwkElement,
             bGLnGnCllSrvCtrlR4CFSIx,
             bGLnGnCllSrvCtrlR4GpIx,
             bGLnGnCllSrvCtrlR4FirstDirNum,
             bGLnGnCllSrvCtrlR4DirNum }
    ::= {  bGLnGnCllSrvCtrlR4Table  1  }

  BGLnGnCllSrvCtrlR4Entry  ::=  SEQUENCE
  {
    bGLnGnCllSrvCtrlR4NEConn           Unsigned32,
    bGLnGnCllSrvCtrlR4NetwkElement     DisplayString,
    bGLnGnCllSrvCtrlR4CFSIx            Unsigned32,
    bGLnGnCllSrvCtrlR4GpIx             Unsigned32,
    bGLnGnCllSrvCtrlR4FirstDirNum      DisplayString,
    bGLnGnCllSrvCtrlR4DirNum           DisplayString,
    bGLnGnCllSrvCtrlR4SDActPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDUseDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDActVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDActCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDUseDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDActCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDActHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDUseDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR4SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR4DoExtraActions   INTEGER
  }

  bGLnGnCllSrvCtrlR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR4Entry  1 }

  bGLnGnCllSrvCtrlR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR4Entry  2 }

  bGLnGnCllSrvCtrlR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR4Entry  3 }

  bGLnGnCllSrvCtrlR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR4Entry  4 }

  bGLnGnCllSrvCtrlR4FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR4Entry  5 }

  bGLnGnCllSrvCtrlR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR4Entry  6 }

  bGLnGnCllSrvCtrlR4SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  7 }

  bGLnGnCllSrvCtrlR4SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  8 }

  bGLnGnCllSrvCtrlR4SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR4Entry  9 }

  bGLnGnCllSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  10 }

  bGLnGnCllSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  11 }

  bGLnGnCllSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR4Entry  12 }

  bGLnGnCllSrvCtrlR4SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  13 }

  bGLnGnCllSrvCtrlR4SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  14 }

  bGLnGnCllSrvCtrlR4SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR4Entry  15 }

  bGLnGnCllSrvCtrlR4SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  16 }

  bGLnGnCllSrvCtrlR4SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  17 }

  bGLnGnCllSrvCtrlR4SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR4Entry  18 }

  bGLnGnCllSrvCtrlR4SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  19 }

  bGLnGnCllSrvCtrlR4SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  20 }

  bGLnGnCllSrvCtrlR4SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR4Entry  21 }

  bGLnGnCllSrvCtrlR4SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { bGLnGnCllSrvCtrlR4Entry  22 }

  bGLnGnCllSrvCtrlR4SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  23 }

  bGLnGnCllSrvCtrlR4SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR4Entry  24 }

  bGLnGnCllSrvCtrlR4SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { bGLnGnCllSrvCtrlR4Entry  25 }

  bGLnGnCllSrvCtrlR4SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR4Entry  26 }

  bGLnGnCllSrvCtrlR4SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR4Entry  27 }

  bGLnGnCllSrvCtrlR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCallLists(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLnGnCllSrvCtrlR4Entry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Group'                                      */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  mLHGR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2172 }

  mLHGR6Entry OBJECT-TYPE
    SYNTAX       MLHGR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGR6NEConn,
             mLHGR6NetwkElement,
             mLHGR6CFSIx,
             mLHGR6GpIx,
             mLHGR6MLHGGpIx }
    ::= {  mLHGR6Table  1  }

  MLHGR6Entry  ::=  SEQUENCE
  {
    mLHGR6NEConn                       Unsigned32,
    mLHGR6NetwkElement                 DisplayString,
    mLHGR6CFSIx                        Unsigned32,
    mLHGR6GpIx                         Unsigned32,
    mLHGR6MLHGGpIx                     Unsigned32,
    mLHGR6Name                         DisplayString,
    mLHGR6DistributionAlgorithm        INTEGER,
    mLHGR6QueuingSupported             INTEGER,
    mLHGR6MaxQueueLen                  INTEGER,
    mLHGR6LimitQueuingTime             INTEGER,
    mLHGR6MaxQueueTimeout              INTEGER,
    mLHGR6HuntOnDirectDialedCalls      INTEGER,
    mLHGR6DlvryCldDNAsCID              INTEGER,
    mLHGR6TrafficStudy                 INTEGER,
    mLHGR6DiagsLogLvl                  INTEGER,
    mLHGR6DiagsAPITraceEnabled         INTEGER,
    mLHGR6DiagsAPITraceTag             DisplayString,
    mLHGR6DiagsAPITraceRemNum          DisplayString,
    mLHGR6ChldAlrmsAttnRq              Unsigned32,
    mLHGR6ChldAlrmEvtsAttnRq           Unsigned32,
    mLHGR6ChldAlrmsAtndDp              Unsigned32,
    mLHGR6ChldAlrmEvtsAtndDp           Unsigned32,
    mLHGR6SummaryChldAlrmState         INTEGER,
    mLHGR6RowStatus                    RowStatus,
    mLHGR6I1DepartmentNEConn           Unsigned32,
    mLHGR6I2DepartmentNetwkElement     DisplayString,
    mLHGR6I3DepartmentCFSIx            Unsigned32,
    mLHGR6I4DepartmentGpIx             Unsigned32,
    mLHGR6I5DepartmentDepartmentIx     Unsigned32,
    mLHGR6DepartmentOtherVals          INTEGER,
    mLHGR6Num                          Unsigned32,
    mLHGR6LoginLogoutSupportedByDef    INTEGER,
    mLHGR6NumMembers                   Unsigned32,
    mLHGR6NumLoggedInMembers           Unsigned32,
    mLHGR6StatisticsAlrms              Integer32,
    mLHGR6ChldStatisticsAlrms          Integer32,
    mLHGR6HuntOnNoAnswer               INTEGER,
    mLHGR6NoAnswerTimeout              INTEGER,
    mLHGR6NoAnswerExclusionTime        INTEGER,
    mLHGR6ServLvl                      INTEGER,
    mLHGR6ACDWrapUpEnabled             INTEGER,
    mLHGR6ACDDspCdsReqd                INTEGER,
    mLHGR6ACDDspCd1                    DisplayString,
    mLHGR6ACDDspCd2                    DisplayString,
    mLHGR6ACDDspCd3                    DisplayString,
    mLHGR6ACDDspCd4                    DisplayString,
    mLHGR6ACDDspCd5                    DisplayString,
    mLHGR6ACDDspCd6                    DisplayString,
    mLHGR6ACDDspCd7                    DisplayString,
    mLHGR6ACDDspCd8                    DisplayString,
    mLHGR6ACDDspCd9                    DisplayString,
    mLHGR6ACDDspCd10                   DisplayString,
    mLHGR6ACDDspCd11                   DisplayString,
    mLHGR6ACDDspCd12                   DisplayString,
    mLHGR6ACDDspCd13                   DisplayString,
    mLHGR6ACDDspCd14                   DisplayString,
    mLHGR6ACDDspCd15                   DisplayString,
    mLHGR6ACDDspCd16                   DisplayString,
    mLHGR6ACDDspCd17                   DisplayString,
    mLHGR6ACDDspCd18                   DisplayString,
    mLHGR6ACDDspCd19                   DisplayString,
    mLHGR6ACDDspCd20                   DisplayString,
    mLHGR6ACDDspCd21                   DisplayString,
    mLHGR6ACDDspCd22                   DisplayString,
    mLHGR6ACDDspCd23                   DisplayString,
    mLHGR6ACDDspCd24                   DisplayString,
    mLHGR6ACDDspCd25                   DisplayString,
    mLHGR6ACDDspCd26                   DisplayString,
    mLHGR6ACDDspCd27                   DisplayString,
    mLHGR6ACDDspCd28                   DisplayString,
    mLHGR6ACDDspCd29                   DisplayString,
    mLHGR6ACDDspCd30                   DisplayString,
    mLHGR6UnavailCFSupported           INTEGER,
    mLHGR6ACDMaxWrapUpTime             Unsigned32
  }

  mLHGR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGR6Entry  1 }

  mLHGR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGR6Entry  2 }

  mLHGR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGR6Entry  3 }

  mLHGR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGR6Entry  4 }

  mLHGR6MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGR6Entry  5 }

  mLHGR6Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGR6Entry  6 }

  mLHGR6DistributionAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   linear(1),
                   circular(2),
                   uniformRoundRobin(3),
                   uniformLongestIdle(4),
                   ringAll(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distribution algorithm'."
    DEFVAL       { linear }
    ::= { mLHGR6Entry  7 }

  mLHGR6QueuingSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queuing supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR6Entry  8 }

  mLHGR6MaxQueueLen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue length'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mLHGR6Entry  9 }

  mLHGR6LimitQueuingTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit queuing time'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR6Entry  10 }

  mLHGR6MaxQueueTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue timeout'.
                  This field is not writable when active."
    ::= { mLHGR6Entry  11 }

  mLHGR6HuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on direct dialed calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR6Entry  12 }

  mLHGR6DlvryCldDNAsCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delivery of called DN as Caller ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR6Entry  13 }

  mLHGR6TrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic study'."
    DEFVAL       { false }
    ::= { mLHGR6Entry  14 }

  mLHGR6DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGR6Entry  15 }

  mLHGR6DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGR6Entry  16 }

  mLHGR6DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGR6Entry  17 }

  mLHGR6DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGR6Entry  18 }

  mLHGR6ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mLHGR6Entry  19 }

  mLHGR6ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR6Entry  20 }

  mLHGR6ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mLHGR6Entry  21 }

  mLHGR6ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR6Entry  22 }

  mLHGR6SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGR6Entry  23 }

  mLHGR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGR6Entry  24 }

  mLHGR6I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR6Entry  25 }

  mLHGR6I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR6Entry  26 }

  mLHGR6I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR6Entry  27 }

  mLHGR6I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR6Entry  28 }

  mLHGR6I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR6Entry  29 }

  mLHGR6DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGR6Entry  30 }

  mLHGR6Num OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mLHGR6Entry  31 }

  mLHGR6LoginLogoutSupportedByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Login/logout supported by default for new members'."
    DEFVAL       { false }
    ::= { mLHGR6Entry  32 }

  mLHGR6NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mLHGR6Entry  33 }

  mLHGR6NumLoggedInMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of logged-in members'."
    ::= { mLHGR6Entry  34 }

  mLHGR6StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGR6Entry  35 }

  mLHGR6ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGR6Entry  36 }

  mLHGR6HuntOnNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on no-answer'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR6Entry  37 }

  mLHGR6NoAnswerTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer timeout'."
    DEFVAL       { 30 }
    ::= { mLHGR6Entry  38 }

  mLHGR6NoAnswerExclusionTime OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer exclusion time'."
    DEFVAL       { 30 }
    ::= { mLHGR6Entry  39 }

  mLHGR6ServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service level'."
    DEFVAL       { mLHG }
    ::= { mLHGR6Entry  40 }

  mLHGR6ACDWrapUpEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - wrap-up enabled'."
    DEFVAL       { false }
    ::= { mLHGR6Entry  41 }

  mLHGR6ACDDspCdsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition codes required'."
    DEFVAL       { false }
    ::= { mLHGR6Entry  42 }

  mLHGR6ACDDspCd1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 1'."
    ::= { mLHGR6Entry  43 }

  mLHGR6ACDDspCd2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 2'."
    ::= { mLHGR6Entry  44 }

  mLHGR6ACDDspCd3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 3'."
    ::= { mLHGR6Entry  45 }

  mLHGR6ACDDspCd4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 4'."
    ::= { mLHGR6Entry  46 }

  mLHGR6ACDDspCd5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 5'."
    ::= { mLHGR6Entry  47 }

  mLHGR6ACDDspCd6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 6'."
    ::= { mLHGR6Entry  48 }

  mLHGR6ACDDspCd7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 7'."
    ::= { mLHGR6Entry  49 }

  mLHGR6ACDDspCd8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 8'."
    ::= { mLHGR6Entry  50 }

  mLHGR6ACDDspCd9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 9'."
    ::= { mLHGR6Entry  51 }

  mLHGR6ACDDspCd10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 10'."
    ::= { mLHGR6Entry  52 }

  mLHGR6ACDDspCd11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 11'."
    ::= { mLHGR6Entry  53 }

  mLHGR6ACDDspCd12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 12'."
    ::= { mLHGR6Entry  54 }

  mLHGR6ACDDspCd13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 13'."
    ::= { mLHGR6Entry  55 }

  mLHGR6ACDDspCd14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 14'."
    ::= { mLHGR6Entry  56 }

  mLHGR6ACDDspCd15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 15'."
    ::= { mLHGR6Entry  57 }

  mLHGR6ACDDspCd16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 16'."
    ::= { mLHGR6Entry  58 }

  mLHGR6ACDDspCd17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 17'."
    ::= { mLHGR6Entry  59 }

  mLHGR6ACDDspCd18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 18'."
    ::= { mLHGR6Entry  60 }

  mLHGR6ACDDspCd19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 19'."
    ::= { mLHGR6Entry  61 }

  mLHGR6ACDDspCd20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 20'."
    ::= { mLHGR6Entry  62 }

  mLHGR6ACDDspCd21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 21'."
    ::= { mLHGR6Entry  63 }

  mLHGR6ACDDspCd22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 22'."
    ::= { mLHGR6Entry  64 }

  mLHGR6ACDDspCd23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 23'."
    ::= { mLHGR6Entry  65 }

  mLHGR6ACDDspCd24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 24'."
    ::= { mLHGR6Entry  66 }

  mLHGR6ACDDspCd25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 25'."
    ::= { mLHGR6Entry  67 }

  mLHGR6ACDDspCd26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 26'."
    ::= { mLHGR6Entry  68 }

  mLHGR6ACDDspCd27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 27'."
    ::= { mLHGR6Entry  69 }

  mLHGR6ACDDspCd28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 28'."
    ::= { mLHGR6Entry  70 }

  mLHGR6ACDDspCd29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 29'."
    ::= { mLHGR6Entry  71 }

  mLHGR6ACDDspCd30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 30'."
    ::= { mLHGR6Entry  72 }

  mLHGR6UnavailCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding supported'."
    DEFVAL       { true }
    ::= { mLHGR6Entry  73 }

  mLHGR6ACDMaxWrapUpTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - maximum wrap up time'."
    DEFVAL       { 0 }
    ::= { mLHGR6Entry  74 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  mLHGPilotDNR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2173 }

  mLHGPilotDNR10Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR10NEConn,
             mLHGPilotDNR10NetwkElement,
             mLHGPilotDNR10CFSIx,
             mLHGPilotDNR10GpIx,
             mLHGPilotDNR10MLHGGpIx,
             mLHGPilotDNR10DirNum }
    ::= {  mLHGPilotDNR10Table  1  }

  MLHGPilotDNR10Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR10NEConn               Unsigned32,
    mLHGPilotDNR10NetwkElement         DisplayString,
    mLHGPilotDNR10CFSIx                Unsigned32,
    mLHGPilotDNR10GpIx                 Unsigned32,
    mLHGPilotDNR10MLHGGpIx             Unsigned32,
    mLHGPilotDNR10DirNum               DisplayString,
    mLHGPilotDNR10I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR10I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR10I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR10I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR10InUseBy              INTEGER,
    mLHGPilotDNR10IntercomDialingCode  DisplayString,
    mLHGPilotDNR10MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR10MLHGIx               Unsigned32,
    mLHGPilotDNR10MLHGMemberIx         Unsigned32,
    mLHGPilotDNR10CustInfo             DisplayString,
    mLHGPilotDNR10CustInfo2            DisplayString,
    mLHGPilotDNR10CustInfo3            DisplayString,
    mLHGPilotDNR10CustInfo4            DisplayString,
    mLHGPilotDNR10CustInfo5            DisplayString,
    mLHGPilotDNR10CustInfo6            DisplayString,
    mLHGPilotDNR10NumStatus            INTEGER,
    mLHGPilotDNR10RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR10MovedFromDirNum      DisplayString,
    mLHGPilotDNR10ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR10MovedToDirNum        DisplayString,
    mLHGPilotDNR10PortedExchangeID     DisplayString,
    mLHGPilotDNR10PIN                  DisplayString,
    mLHGPilotDNR10SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR10SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR10SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR10SDActTimezone        INTEGER,
    mLHGPilotDNR10SDDefTimezone        INTEGER,
    mLHGPilotDNR10SDUseDefTimezone     INTEGER,
    mLHGPilotDNR10SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR10SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR10SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR10ActYear              Unsigned32,
    mLHGPilotDNR10ActMonth             Unsigned32,
    mLHGPilotDNR10ActDate              Unsigned32,
    mLHGPilotDNR10DiagsLogLvl          INTEGER,
    mLHGPilotDNR10DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR10DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR10DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR10ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR10ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR10ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR10ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR10SummaryChldAlrmState INTEGER,
    mLHGPilotDNR10RowStatus            RowStatus,
    mLHGPilotDNR10EnabledDate          Unsigned32,
    mLHGPilotDNR10MovedDate            Unsigned32,
    mLHGPilotDNR10SDActExpireAfter     Unsigned32,
    mLHGPilotDNR10SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR10SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR10ExpiryDate           Unsigned32,
    mLHGPilotDNR10I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR10I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR10I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR10SASHostname          LongDisplayString,
    mLHGPilotDNR10SDActChargeInd       INTEGER,
    mLHGPilotDNR10SDDefChargeInd       INTEGER,
    mLHGPilotDNR10SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR10CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR10CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR10CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR10CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR10CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR10I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR10I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR10I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR10FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR10AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR10MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR10MLHGRingPattn        INTEGER,
    mLHGPilotDNR10SigType              INTEGER,
    mLHGPilotDNR10UseDNIdentification  INTEGER,
    mLHGPilotDNR10SIPUserName          DisplayString,
    mLHGPilotDNR10SIPDomainName        DisplayString,
    mLHGPilotDNR10SDActLCC1            INTEGER,
    mLHGPilotDNR10SDDefLCC1            INTEGER,
    mLHGPilotDNR10SDUseDefLCC1         INTEGER,
    mLHGPilotDNR10SDActLCC2            INTEGER,
    mLHGPilotDNR10SDDefLCC2            INTEGER,
    mLHGPilotDNR10SDUseDefLCC2         INTEGER,
    mLHGPilotDNR10SDActLCC3            INTEGER,
    mLHGPilotDNR10SDDefLCC3            INTEGER,
    mLHGPilotDNR10SDUseDefLCC3         INTEGER,
    mLHGPilotDNR10SDActLCC4            INTEGER,
    mLHGPilotDNR10SDDefLCC4            INTEGER,
    mLHGPilotDNR10SDUseDefLCC4         INTEGER,
    mLHGPilotDNR10SDActLCC5            INTEGER,
    mLHGPilotDNR10SDDefLCC5            INTEGER,
    mLHGPilotDNR10SDUseDefLCC5         INTEGER,
    mLHGPilotDNR10SDActLCC6            INTEGER,
    mLHGPilotDNR10SDDefLCC6            INTEGER,
    mLHGPilotDNR10SDUseDefLCC6         INTEGER,
    mLHGPilotDNR10SDActLCC7            INTEGER,
    mLHGPilotDNR10SDDefLCC7            INTEGER,
    mLHGPilotDNR10SDUseDefLCC7         INTEGER,
    mLHGPilotDNR10SDActLCC8            INTEGER,
    mLHGPilotDNR10SDDefLCC8            INTEGER,
    mLHGPilotDNR10SDUseDefLCC8         INTEGER,
    mLHGPilotDNR10SDActLCC9            INTEGER,
    mLHGPilotDNR10SDDefLCC9            INTEGER,
    mLHGPilotDNR10SDUseDefLCC9         INTEGER,
    mLHGPilotDNR10SDActLCC10           INTEGER,
    mLHGPilotDNR10SDDefLCC10           INTEGER,
    mLHGPilotDNR10SDUseDefLCC10        INTEGER,
    mLHGPilotDNR10SDActLCC11           INTEGER,
    mLHGPilotDNR10SDDefLCC11           INTEGER,
    mLHGPilotDNR10SDUseDefLCC11        INTEGER,
    mLHGPilotDNR10SDActLCC12           INTEGER,
    mLHGPilotDNR10SDDefLCC12           INTEGER,
    mLHGPilotDNR10SDUseDefLCC12        INTEGER,
    mLHGPilotDNR10SDActLCC13           INTEGER,
    mLHGPilotDNR10SDDefLCC13           INTEGER,
    mLHGPilotDNR10SDUseDefLCC13        INTEGER,
    mLHGPilotDNR10SDActLCC14           INTEGER,
    mLHGPilotDNR10SDDefLCC14           INTEGER,
    mLHGPilotDNR10SDUseDefLCC14        INTEGER,
    mLHGPilotDNR10SDActLCC15           INTEGER,
    mLHGPilotDNR10SDDefLCC15           INTEGER,
    mLHGPilotDNR10SDUseDefLCC15        INTEGER,
    mLHGPilotDNR10SDActLCC16           INTEGER,
    mLHGPilotDNR10SDDefLCC16           INTEGER,
    mLHGPilotDNR10SDUseDefLCC16        INTEGER,
    mLHGPilotDNR10SDActLCC17           INTEGER,
    mLHGPilotDNR10SDDefLCC17           INTEGER,
    mLHGPilotDNR10SDUseDefLCC17        INTEGER,
    mLHGPilotDNR10SDActLCC18           INTEGER,
    mLHGPilotDNR10SDDefLCC18           INTEGER,
    mLHGPilotDNR10SDUseDefLCC18        INTEGER,
    mLHGPilotDNR10SDActLCC19           INTEGER,
    mLHGPilotDNR10SDDefLCC19           INTEGER,
    mLHGPilotDNR10SDUseDefLCC19        INTEGER,
    mLHGPilotDNR10SDActLCC20           INTEGER,
    mLHGPilotDNR10SDDefLCC20           INTEGER,
    mLHGPilotDNR10SDUseDefLCC20        INTEGER,
    mLHGPilotDNR10ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR10ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR10ExitMLHGQueueNumToFwdTo
                                       DisplayString
  }

  mLHGPilotDNR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR10Entry  1 }

  mLHGPilotDNR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR10Entry  2 }

  mLHGPilotDNR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR10Entry  3 }

  mLHGPilotDNR10GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR10Entry  4 }

  mLHGPilotDNR10MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR10Entry  5 }

  mLHGPilotDNR10DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR10Entry  6 }

  mLHGPilotDNR10I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR10Entry  7 }

  mLHGPilotDNR10I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR10Entry  8 }

  mLHGPilotDNR10I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR10Entry  9 }

  mLHGPilotDNR10I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR10Entry  10 }

  mLHGPilotDNR10InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR10Entry  11 }

  mLHGPilotDNR10IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR10Entry  12 }

  mLHGPilotDNR10MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR10Entry  13 }

  mLHGPilotDNR10MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR10Entry  14 }

  mLHGPilotDNR10MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR10Entry  15 }

  mLHGPilotDNR10CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR10Entry  16 }

  mLHGPilotDNR10CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR10Entry  17 }

  mLHGPilotDNR10CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR10Entry  18 }

  mLHGPilotDNR10CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR10Entry  19 }

  mLHGPilotDNR10CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR10Entry  20 }

  mLHGPilotDNR10CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR10Entry  21 }

  mLHGPilotDNR10NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR10Entry  22 }

  mLHGPilotDNR10RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR10Entry  23 }

  mLHGPilotDNR10MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR10Entry  24 }

  mLHGPilotDNR10ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR10Entry  25 }

  mLHGPilotDNR10MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR10Entry  26 }

  mLHGPilotDNR10PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR10Entry  27 }

  mLHGPilotDNR10PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR10Entry  28 }

  mLHGPilotDNR10SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  29 }

  mLHGPilotDNR10SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  30 }

  mLHGPilotDNR10SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  31 }

  mLHGPilotDNR10SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  32 }

  mLHGPilotDNR10SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  33 }

  mLHGPilotDNR10SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  34 }

  mLHGPilotDNR10SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  35 }

  mLHGPilotDNR10SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  36 }

  mLHGPilotDNR10SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  37 }

  mLHGPilotDNR10ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR10Entry  38 }

  mLHGPilotDNR10ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR10Entry  39 }

  mLHGPilotDNR10ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR10Entry  40 }

  mLHGPilotDNR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR10Entry  41 }

  mLHGPilotDNR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR10Entry  42 }

  mLHGPilotDNR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR10Entry  43 }

  mLHGPilotDNR10DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR10Entry  44 }

  mLHGPilotDNR10ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR10Entry  45 }

  mLHGPilotDNR10ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR10Entry  46 }

  mLHGPilotDNR10ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR10Entry  47 }

  mLHGPilotDNR10ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR10Entry  48 }

  mLHGPilotDNR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR10Entry  49 }

  mLHGPilotDNR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR10Entry  50 }

  mLHGPilotDNR10EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR10Entry  51 }

  mLHGPilotDNR10MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR10Entry  52 }

  mLHGPilotDNR10SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  53 }

  mLHGPilotDNR10SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  54 }

  mLHGPilotDNR10SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  55 }

  mLHGPilotDNR10ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR10Entry  56 }

  mLHGPilotDNR10I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR10Entry  58 }

  mLHGPilotDNR10I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR10Entry  59 }

  mLHGPilotDNR10I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR10Entry  60 }

  mLHGPilotDNR10SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR10Entry  62 }

  mLHGPilotDNR10SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  63 }

  mLHGPilotDNR10SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  64 }

  mLHGPilotDNR10SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  65 }

  mLHGPilotDNR10CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR10Entry  80 }

  mLHGPilotDNR10CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR10Entry  81 }

  mLHGPilotDNR10CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR10Entry  82 }

  mLHGPilotDNR10CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR10Entry  83 }

  mLHGPilotDNR10CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR10Entry  84 }

  mLHGPilotDNR10I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR10Entry  85 }

  mLHGPilotDNR10I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR10Entry  86 }

  mLHGPilotDNR10I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR10Entry  87 }

  mLHGPilotDNR10FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR10Entry  88 }

  mLHGPilotDNR10AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  89 }

  mLHGPilotDNR10MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR10Entry  90 }

  mLHGPilotDNR10MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR10Entry  91 }

  mLHGPilotDNR10SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR10Entry  92 }

  mLHGPilotDNR10UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR10Entry  93 }

  mLHGPilotDNR10SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR10Entry  94 }

  mLHGPilotDNR10SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR10Entry  95 }

  mLHGPilotDNR10SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  96 }

  mLHGPilotDNR10SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  97 }

  mLHGPilotDNR10SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  98 }

  mLHGPilotDNR10SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  99 }

  mLHGPilotDNR10SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  100 }

  mLHGPilotDNR10SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  101 }

  mLHGPilotDNR10SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  102 }

  mLHGPilotDNR10SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  103 }

  mLHGPilotDNR10SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  104 }

  mLHGPilotDNR10SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  105 }

  mLHGPilotDNR10SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  106 }

  mLHGPilotDNR10SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  107 }

  mLHGPilotDNR10SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  108 }

  mLHGPilotDNR10SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  109 }

  mLHGPilotDNR10SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  110 }

  mLHGPilotDNR10SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  111 }

  mLHGPilotDNR10SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  112 }

  mLHGPilotDNR10SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  113 }

  mLHGPilotDNR10SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  114 }

  mLHGPilotDNR10SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  115 }

  mLHGPilotDNR10SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  116 }

  mLHGPilotDNR10SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  117 }

  mLHGPilotDNR10SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  118 }

  mLHGPilotDNR10SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  119 }

  mLHGPilotDNR10SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  120 }

  mLHGPilotDNR10SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  121 }

  mLHGPilotDNR10SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  122 }

  mLHGPilotDNR10SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  123 }

  mLHGPilotDNR10SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  124 }

  mLHGPilotDNR10SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  125 }

  mLHGPilotDNR10SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  126 }

  mLHGPilotDNR10SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  127 }

  mLHGPilotDNR10SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  128 }

  mLHGPilotDNR10SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  129 }

  mLHGPilotDNR10SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  130 }

  mLHGPilotDNR10SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  131 }

  mLHGPilotDNR10SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  132 }

  mLHGPilotDNR10SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  133 }

  mLHGPilotDNR10SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  134 }

  mLHGPilotDNR10SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  135 }

  mLHGPilotDNR10SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  136 }

  mLHGPilotDNR10SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  137 }

  mLHGPilotDNR10SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  138 }

  mLHGPilotDNR10SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  139 }

  mLHGPilotDNR10SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  140 }

  mLHGPilotDNR10SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  141 }

  mLHGPilotDNR10SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  142 }

  mLHGPilotDNR10SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  143 }

  mLHGPilotDNR10SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  144 }

  mLHGPilotDNR10SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  145 }

  mLHGPilotDNR10SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  146 }

  mLHGPilotDNR10SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  147 }

  mLHGPilotDNR10SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  148 }

  mLHGPilotDNR10SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  149 }

  mLHGPilotDNR10SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  150 }

  mLHGPilotDNR10SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  151 }

  mLHGPilotDNR10SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  152 }

  mLHGPilotDNR10SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  153 }

  mLHGPilotDNR10SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR10Entry  154 }

  mLHGPilotDNR10SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR10Entry  155 }

  mLHGPilotDNR10ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR10Entry  156 }

  mLHGPilotDNR10ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR10Entry  157 }

  mLHGPilotDNR10ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR10Entry  158 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  pBXR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2174 }

  pBXR25Entry OBJECT-TYPE
    SYNTAX       PBXR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR25NEConn,
             pBXR25NetwkElement,
             pBXR25CFSIx,
             pBXR25DirNum }
    ::= {  pBXR25Table  1  }

  PBXR25Entry  ::=  SEQUENCE
  {
    pBXR25NEConn                       Unsigned32,
    pBXR25NetwkElement                 DisplayString,
    pBXR25CFSIx                        Unsigned32,
    pBXR25DirNum                       DisplayString,
    pBXR25PresNum                      DisplayString,
    pBXR25ClgPartyNum                  DisplayString,
    pBXR25I1SubGpNEConn                Unsigned32,
    pBXR25I2SubGpNetwkElement          DisplayString,
    pBXR25I3SubGpCFSIx                 Unsigned32,
    pBXR25I4SubGpSubGpIx               Unsigned32,
    pBXR25NumStatus                    INTEGER,
    pBXR25PortedExchangeID             DisplayString,
    pBXR25LineSelMethod                INTEGER,
    pBXR25ANIDNISFormat                DisplayString,
    pBXR25PIN                          DisplayString,
    pBXR25Locale                       INTEGER,
    pBXR25DigitMaskingReqd             INTEGER,
    pBXR25TermFacilityMarksServInterception
                                       INTEGER,
    pBXR25ActYear                      Unsigned32,
    pBXR25ActMonth                     Unsigned32,
    pBXR25ActDate                      Unsigned32,
    pBXR25CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR25PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR25CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR25PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR25ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR25ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR25ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR25ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR25DiagsAPITraceEnabled         INTEGER,
    pBXR25DiagsAPITraceTag             DisplayString,
    pBXR25DiagsAPITraceRemNum          DisplayString,
    pBXR25TotChldAlrmsAttnRq           Unsigned32,
    pBXR25TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR25TotChldAlrmsAtndDp           Unsigned32,
    pBXR25TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR25SummaryChldAlrmState         INTEGER,
    pBXR25ExportNumObjectsExported     Integer32,
    pBXR25ExportStatus                 DisplayString,
    pBXR25ExportFile                   DisplayString,
    pBXR25ExportCorr                   Counter64,
    pBXR25ExportCorrNode               DisplayString,
    pBXR25ExportCorrUID                DisplayString,
    pBXR25DoExtraActions               INTEGER,
    pBXR25RowStatus                    RowStatus,
    pBXR25MovedToDirNum                DisplayString,
    pBXR25CustInfo                     DisplayString,
    pBXR25DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR25ServSuspended                INTEGER,
    pBXR25SendDIDSeqListedDirNum       INTEGER,
    pBXR25DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR25CustInfo2                    DisplayString,
    pBXR25CustInfo3                    DisplayString,
    pBXR25CustInfo4                    DisplayString,
    pBXR25CustInfo5                    DisplayString,
    pBXR25CustInfo6                    DisplayString,
    pBXR25RecentlyMovedFromOldNum      INTEGER,
    pBXR25MovedFromDirNum              DisplayString,
    pBXR25ConnectCallAfterAnnounce     INTEGER,
    pBXR25DiagsLogLvl                  INTEGER,
    pBXR25PBXFixBits                   BITS,
    pBXR25ChargeNum                    DisplayString,
    pBXR25SigType                      INTEGER,
    pBXR25SDActMaxCallAppearances      Unsigned32,
    pBXR25SDDefMaxCallAppearances      Unsigned32,
    pBXR25SDUseDefMaxCallAppearances   INTEGER,
    pBXR25I1PerProfNEConn              Unsigned32,
    pBXR25I2PerProfNetwkElement        DisplayString,
    pBXR25I3PerProfCFSIx               Unsigned32,
    pBXR25I4PerProfGpIx                Unsigned32,
    pBXR25SDActTimezone                INTEGER,
    pBXR25SDDefTimezone                INTEGER,
    pBXR25SDUseDefTimezone             INTEGER,
    pBXR25SDActAdjustDaylightSavings   INTEGER,
    pBXR25SDDefAdjustDaylightSavings   INTEGER,
    pBXR25SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR25SDActLongDistanceCarr        DisplayString,
    pBXR25SDDefLongDistanceCarr        DisplayString,
    pBXR25SDUseDefLongDistanceCarr     INTEGER,
    pBXR25SDActIntraLATACarr           DisplayString,
    pBXR25SDDefIntraLATACarr           DisplayString,
    pBXR25SDUseDefIntraLATACarr        INTEGER,
    pBXR25SDActRtgAttrs                BITS,
    pBXR25SDDefRtgAttrs                BITS,
    pBXR25SDUseDefRtgAttrs             INTEGER,
    pBXR25SDActBillType                INTEGER,
    pBXR25SDDefBillType                INTEGER,
    pBXR25SDUseDefBillType             INTEGER,
    pBXR25SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR25SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR25SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR25SDActTariffGp                INTEGER,
    pBXR25SDDefTariffGp                INTEGER,
    pBXR25SDUseDefTariffGp             INTEGER,
    pBXR25SDActIntnatlCarr             DisplayString,
    pBXR25SDDefIntnatlCarr             DisplayString,
    pBXR25SDUseDefIntnatlCarr          INTEGER,
    pBXR25SDActLCC1                    INTEGER,
    pBXR25SDDefLCC1                    INTEGER,
    pBXR25SDUseDefLCC1                 INTEGER,
    pBXR25SDActLCC2                    INTEGER,
    pBXR25SDDefLCC2                    INTEGER,
    pBXR25SDUseDefLCC2                 INTEGER,
    pBXR25SDActLCC3                    INTEGER,
    pBXR25SDDefLCC3                    INTEGER,
    pBXR25SDUseDefLCC3                 INTEGER,
    pBXR25SDActLCC4                    INTEGER,
    pBXR25SDDefLCC4                    INTEGER,
    pBXR25SDUseDefLCC4                 INTEGER,
    pBXR25SDActLCC5                    INTEGER,
    pBXR25SDDefLCC5                    INTEGER,
    pBXR25SDUseDefLCC5                 INTEGER,
    pBXR25SDActForceLNPLookup          INTEGER,
    pBXR25SDDefForceLNPLookup          INTEGER,
    pBXR25SDUseDefForceLNPLookup       INTEGER,
    pBXR25LineTrafficStudy             INTEGER,
    pBXR25DefNumDIDDigits              INTEGER,
    pBXR25EnabledDate                  Unsigned32,
    pBXR25ChargeNumReqd                INTEGER,
    pBXR25SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR25SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR25SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR25SDActLCC6                    INTEGER,
    pBXR25SDDefLCC6                    INTEGER,
    pBXR25SDUseDefLCC6                 INTEGER,
    pBXR25SDActLCC7                    INTEGER,
    pBXR25SDDefLCC7                    INTEGER,
    pBXR25SDUseDefLCC7                 INTEGER,
    pBXR25SDActLCC8                    INTEGER,
    pBXR25SDDefLCC8                    INTEGER,
    pBXR25SDUseDefLCC8                 INTEGER,
    pBXR25SDActLCC9                    INTEGER,
    pBXR25SDDefLCC9                    INTEGER,
    pBXR25SDUseDefLCC9                 INTEGER,
    pBXR25SDActLCC10                   INTEGER,
    pBXR25SDDefLCC10                   INTEGER,
    pBXR25SDUseDefLCC10                INTEGER,
    pBXR25SDActLCC11                   INTEGER,
    pBXR25SDDefLCC11                   INTEGER,
    pBXR25SDUseDefLCC11                INTEGER,
    pBXR25SDActLCC12                   INTEGER,
    pBXR25SDDefLCC12                   INTEGER,
    pBXR25SDUseDefLCC12                INTEGER,
    pBXR25SDActLCC13                   INTEGER,
    pBXR25SDDefLCC13                   INTEGER,
    pBXR25SDUseDefLCC13                INTEGER,
    pBXR25SDActLCC14                   INTEGER,
    pBXR25SDDefLCC14                   INTEGER,
    pBXR25SDUseDefLCC14                INTEGER,
    pBXR25SDActLCC15                   INTEGER,
    pBXR25SDDefLCC15                   INTEGER,
    pBXR25SDUseDefLCC15                INTEGER,
    pBXR25SDActLCC16                   INTEGER,
    pBXR25SDDefLCC16                   INTEGER,
    pBXR25SDUseDefLCC16                INTEGER,
    pBXR25SDActLCC17                   INTEGER,
    pBXR25SDDefLCC17                   INTEGER,
    pBXR25SDUseDefLCC17                INTEGER,
    pBXR25SDActLCC18                   INTEGER,
    pBXR25SDDefLCC18                   INTEGER,
    pBXR25SDUseDefLCC18                INTEGER,
    pBXR25SDActLCC19                   INTEGER,
    pBXR25SDDefLCC19                   INTEGER,
    pBXR25SDUseDefLCC19                INTEGER,
    pBXR25SDActLCC20                   INTEGER,
    pBXR25SDDefLCC20                   INTEGER,
    pBXR25SDUseDefLCC20                INTEGER,
    pBXR25LDNPBXCapacityGp             INTEGER,
    pBXR25SDActVQMCallLogging          INTEGER,
    pBXR25SDDefVQMCallLogging          INTEGER,
    pBXR25SDUseDefVQMCallLogging       INTEGER,
    pBXR25FaultMonitoringLvl           INTEGER,
    pBXR25CFMLvlOnApply2               INTEGER,
    pBXR25MovedToNumAsDialed           DisplayString,
    pBXR25MovedDate                    Unsigned32,
    pBXR25SDActExpireAfter             Unsigned32,
    pBXR25SDDefExpireAfter             Unsigned32,
    pBXR25SDUseDefExpireAfter          INTEGER,
    pBXR25ExpiryDate                   Unsigned32,
    pBXR25IntercomDialingCode          DisplayString,
    pBXR25I1BusGpBusGpNEConn           Unsigned32,
    pBXR25I2BusGpBusGpNetwkElement     DisplayString,
    pBXR25I3BusGpBusGpCFSIx            Unsigned32,
    pBXR25I4BusGpBusGpGpIx             Unsigned32,
    pBXR25BusGpBusGpOtherVals          INTEGER,
    pBXR25BusGpExternalLineCode        DisplayString,
    pBXR25BusGpInternalLineCode        DisplayString,
    pBXR25BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR25BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR25BusGpForceSimpleMatching     INTEGER,
    pBXR25BusGpDiagsLogCorr            Counter64,
    pBXR25SecondLocale                 INTEGER,
    pBXR25SDActAdvChrgAOCD             INTEGER,
    pBXR25SDDefAdvChrgAOCD             INTEGER,
    pBXR25SDUseDefAdvChrgAOCD          INTEGER,
    pBXR25SDActAdvChrgAOCE             INTEGER,
    pBXR25SDDefAdvChrgAOCE             INTEGER,
    pBXR25SDUseDefAdvChrgAOCE          INTEGER,
    pBXR25I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR25I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR25I3DelegatedManagementGpDMGIx Integer32,
    pBXR25SDActSubTimezone             LongDisplayString,
    pBXR25SDDefSubTimezone             LongDisplayString,
    pBXR25SDUseDefSubTimezone          INTEGER,
    pBXR25SDActChargeInd               INTEGER,
    pBXR25SDDefChargeInd               INTEGER,
    pBXR25SDUseDefChargeInd            INTEGER,
    pBXR25SDActSubClgCategory          INTEGER,
    pBXR25SDDefSubClgCategory          INTEGER,
    pBXR25SDUseDefSubClgCategory       INTEGER,
    pBXR25CustomerInfoFirstName        LongDisplayString,
    pBXR25CustomerInfoSecondName       LongDisplayString,
    pBXR25CustomerInfoOtherNames       LongDisplayString,
    pBXR25CustomerInfoPenultimateName  LongDisplayString,
    pBXR25CustomerInfoSurname          LongDisplayString,
    pBXR25UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR25I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR25I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR25I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR25I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR25TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR25I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR25I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR25I3FaultMonitoringProfFMPIx   Integer32,
    pBXR25FaultMonitoringProfOtherVals INTEGER,
    pBXR25ApplyFMPToReltdObjectTypes   BITS,
    pBXR25AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR25SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR25SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR25SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR25SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR25SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR25SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR25AlrmState                    INTEGER,
    pBXR25StatisticsAlrms              Integer32,
    pBXR25AlrmLogCorr                  Counter64,
    pBXR25AddtlAlrmLogCorr             Counter64,
    pBXR25AlrmEvtsAttnRq               Unsigned32,
    pBXR25AlrmEvtsAtndDp               Unsigned32,
    pBXR25AlrmStateTimestamp           Unsigned32,
    pBXR25SASHostname                  LongDisplayString,
    pBXR25UseCfgdTrnkGpID              INTEGER,
    pBXR25TrnkGpID                     INTEGER,
    pBXR25AllowRehoming                INTEGER,
    pBXR25I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR25TotCallsLimit                INTEGER,
    pBXR25MaxCalls                     Unsigned32,
    pBXR25TermCallsLimit               INTEGER,
    pBXR25MaxTermCalls                 Unsigned32,
    pBXR25OrigingCallsLimit            INTEGER,
    pBXR25MaxOrigingCalls              Unsigned32,
    pBXR25LimitIntraBGCalls            INTEGER,
    pBXR25UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR25ExportIncASRepData           INTEGER,
    pBXR25ExportChldObjectsToInc       INTEGER
  }

  pBXR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR25Entry  1 }

  pBXR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR25Entry  2 }

  pBXR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR25Entry  3 }

  pBXR25DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR25Entry  4 }

  pBXR25PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR25Entry  5 }

  pBXR25ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR25Entry  6 }

  pBXR25I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR25Entry  7 }

  pBXR25I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR25Entry  8 }

  pBXR25I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR25Entry  9 }

  pBXR25I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR25Entry  10 }

  pBXR25NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR25Entry  11 }

  pBXR25PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR25Entry  12 }

  pBXR25LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR25Entry  13 }

  pBXR25ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR25Entry  14 }

  pBXR25PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR25Entry  18 }

  pBXR25Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR25Entry  19 }

  pBXR25DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR25Entry  22 }

  pBXR25TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR25Entry  24 }

  pBXR25ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR25Entry  26 }

  pBXR25ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR25Entry  27 }

  pBXR25ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR25Entry  28 }

  pBXR25CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR25Entry  29 }

  pBXR25PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR25Entry  30 }

  pBXR25CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR25Entry  31 }

  pBXR25PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR25Entry  32 }

  pBXR25ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR25Entry  33 }

  pBXR25ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR25Entry  34 }

  pBXR25ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR25Entry  35 }

  pBXR25ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR25Entry  36 }

  pBXR25DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR25Entry  37 }

  pBXR25DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR25Entry  38 }

  pBXR25DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR25Entry  39 }

  pBXR25TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR25Entry  40 }

  pBXR25TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR25Entry  41 }

  pBXR25TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR25Entry  42 }

  pBXR25TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR25Entry  43 }

  pBXR25SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR25Entry  44 }

  pBXR25ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR25Entry  45 }

  pBXR25ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR25Entry  46 }

  pBXR25ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR25Entry  47 }

  pBXR25ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR25Entry  48 }

  pBXR25ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR25Entry  49 }

  pBXR25ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR25Entry  50 }

  pBXR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR25Entry  51 }

  pBXR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR25Entry  52 }

  pBXR25MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR25Entry  53 }

  pBXR25CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR25Entry  54 }

  pBXR25DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR25Entry  55 }

  pBXR25ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR25Entry  57 }

  pBXR25SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR25Entry  59 }

  pBXR25DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR25Entry  60 }

  pBXR25CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR25Entry  61 }

  pBXR25CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR25Entry  62 }

  pBXR25CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR25Entry  63 }

  pBXR25CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR25Entry  64 }

  pBXR25CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR25Entry  65 }

  pBXR25RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR25Entry  66 }

  pBXR25MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR25Entry  67 }

  pBXR25ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR25Entry  68 }

  pBXR25DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR25Entry  69 }

  pBXR25PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR25Entry  71 }

  pBXR25ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR25Entry  72 }

  pBXR25SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR25Entry  74 }

  pBXR25SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  75 }

  pBXR25SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  76 }

  pBXR25SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  77 }

  pBXR25I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR25Entry  84 }

  pBXR25I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR25Entry  85 }

  pBXR25I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR25Entry  86 }

  pBXR25I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR25Entry  87 }

  pBXR25SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  88 }

  pBXR25SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  89 }

  pBXR25SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  90 }

  pBXR25SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  91 }

  pBXR25SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  92 }

  pBXR25SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  93 }

  pBXR25SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  100 }

  pBXR25SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  101 }

  pBXR25SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  102 }

  pBXR25SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  103 }

  pBXR25SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  104 }

  pBXR25SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  105 }

  pBXR25SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  106 }

  pBXR25SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  107 }

  pBXR25SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  108 }

  pBXR25SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  109 }

  pBXR25SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  110 }

  pBXR25SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  111 }

  pBXR25SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  112 }

  pBXR25SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  113 }

  pBXR25SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  114 }

  pBXR25SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  115 }

  pBXR25SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  116 }

  pBXR25SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  117 }

  pBXR25SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  118 }

  pBXR25SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  119 }

  pBXR25SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  120 }

  pBXR25SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  121 }

  pBXR25SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  122 }

  pBXR25SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  123 }

  pBXR25SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  124 }

  pBXR25SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  125 }

  pBXR25SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  126 }

  pBXR25SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  127 }

  pBXR25SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  128 }

  pBXR25SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  129 }

  pBXR25SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  130 }

  pBXR25SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  131 }

  pBXR25SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  132 }

  pBXR25SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  133 }

  pBXR25SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  134 }

  pBXR25SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  135 }

  pBXR25SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  136 }

  pBXR25SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  137 }

  pBXR25SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  138 }

  pBXR25LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR25Entry  139 }

  pBXR25DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR25Entry  140 }

  pBXR25EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR25Entry  141 }

  pBXR25ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR25Entry  142 }

  pBXR25SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  150 }

  pBXR25SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  151 }

  pBXR25SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  152 }

  pBXR25SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  153 }

  pBXR25SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  154 }

  pBXR25SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  155 }

  pBXR25SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  156 }

  pBXR25SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  157 }

  pBXR25SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  158 }

  pBXR25SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  159 }

  pBXR25SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  160 }

  pBXR25SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  161 }

  pBXR25SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  162 }

  pBXR25SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  163 }

  pBXR25SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  164 }

  pBXR25SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  165 }

  pBXR25SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  166 }

  pBXR25SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  167 }

  pBXR25SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  168 }

  pBXR25SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  169 }

  pBXR25SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  170 }

  pBXR25SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  171 }

  pBXR25SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  172 }

  pBXR25SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  173 }

  pBXR25SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  174 }

  pBXR25SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  175 }

  pBXR25SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  176 }

  pBXR25SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  177 }

  pBXR25SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  178 }

  pBXR25SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  179 }

  pBXR25SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  180 }

  pBXR25SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  181 }

  pBXR25SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  182 }

  pBXR25SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  183 }

  pBXR25SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  184 }

  pBXR25SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  185 }

  pBXR25SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  186 }

  pBXR25SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  187 }

  pBXR25SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  188 }

  pBXR25SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  189 }

  pBXR25SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  190 }

  pBXR25SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  191 }

  pBXR25SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  192 }

  pBXR25SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  193 }

  pBXR25SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  194 }

  pBXR25SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  195 }

  pBXR25SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  196 }

  pBXR25SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  197 }

  pBXR25LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR25Entry  205 }

  pBXR25SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  206 }

  pBXR25SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  207 }

  pBXR25SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  208 }

  pBXR25FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR25Entry  209 }

  pBXR25CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR25Entry  210 }

  pBXR25MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR25Entry  211 }

  pBXR25MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR25Entry  212 }

  pBXR25SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  213 }

  pBXR25SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  214 }

  pBXR25SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  215 }

  pBXR25ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR25Entry  216 }

  pBXR25IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR25Entry  217 }

  pBXR25I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR25Entry  218 }

  pBXR25I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR25Entry  219 }

  pBXR25I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR25Entry  220 }

  pBXR25I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR25Entry  221 }

  pBXR25BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR25Entry  222 }

  pBXR25BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR25Entry  223 }

  pBXR25BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR25Entry  224 }

  pBXR25BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR25Entry  225 }

  pBXR25BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR25Entry  226 }

  pBXR25BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR25Entry  227 }

  pBXR25BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR25Entry  228 }

  pBXR25SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR25Entry  230 }

  pBXR25SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  231 }

  pBXR25SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  232 }

  pBXR25SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  233 }

  pBXR25SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  234 }

  pBXR25SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  235 }

  pBXR25SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  236 }

  pBXR25I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR25Entry  237 }

  pBXR25I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR25Entry  238 }

  pBXR25I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR25Entry  239 }

  pBXR25SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  241 }

  pBXR25SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  242 }

  pBXR25SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  243 }

  pBXR25SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  244 }

  pBXR25SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  245 }

  pBXR25SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  246 }

  pBXR25SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  247 }

  pBXR25SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  248 }

  pBXR25SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  249 }

  pBXR25CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR25Entry  260 }

  pBXR25CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR25Entry  261 }

  pBXR25CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR25Entry  262 }

  pBXR25CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR25Entry  263 }

  pBXR25CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR25Entry  264 }

  pBXR25UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR25Entry  265 }

  pBXR25I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR25Entry  266 }

  pBXR25I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR25Entry  267 }

  pBXR25I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR25Entry  268 }

  pBXR25I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR25Entry  269 }

  pBXR25TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR25Entry  270 }

  pBXR25I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR25Entry  271 }

  pBXR25I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR25Entry  272 }

  pBXR25I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR25Entry  273 }

  pBXR25FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR25Entry  274 }

  pBXR25ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR25Entry  275 }

  pBXR25AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR25Entry  276 }

  pBXR25SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  277 }

  pBXR25SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  278 }

  pBXR25SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  279 }

  pBXR25SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  280 }

  pBXR25SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR25Entry  281 }

  pBXR25SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR25Entry  282 }

  pBXR25AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR25Entry  283 }

  pBXR25StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR25Entry  284 }

  pBXR25AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR25Entry  285 }

  pBXR25AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR25Entry  286 }

  pBXR25AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR25Entry  287 }

  pBXR25AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR25Entry  288 }

  pBXR25AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR25Entry  289 }

  pBXR25SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR25Entry  290 }

  pBXR25UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR25Entry  291 }

  pBXR25TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR25Entry  292 }

  pBXR25AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR25Entry  293 }

  pBXR25I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR25Entry  294 }

  pBXR25TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR25Entry  295 }

  pBXR25MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR25Entry  296 }

  pBXR25TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR25Entry  297 }

  pBXR25MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR25Entry  298 }

  pBXR25OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR25Entry  299 }

  pBXR25MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR25Entry  300 }

  pBXR25LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR25Entry  301 }

  pBXR25UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR25Entry  302 }

  pBXR25ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR25Entry  305 }

  pBXR25ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR25Entry  313 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  pBXLineR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2175 }

  pBXLineR11Entry OBJECT-TYPE
    SYNTAX       PBXLineR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineR11NEConn,
             pBXLineR11NetwkElement,
             pBXLineR11CFSIx,
             pBXLineR11DirNum,
             pBXLineR11TerminalIx }
    ::= {  pBXLineR11Table  1  }

  PBXLineR11Entry  ::=  SEQUENCE
  {
    pBXLineR11NEConn                   Unsigned32,
    pBXLineR11NetwkElement             DisplayString,
    pBXLineR11CFSIx                    Unsigned32,
    pBXLineR11DirNum                   DisplayString,
    pBXLineR11TerminalIx               Unsigned32,
    pBXLineR11PBXLineUsage             INTEGER,
    pBXLineR11T1I1AccDevNEConn         Unsigned32,
    pBXLineR11T1I2AccDevNetwkElement   DisplayString,
    pBXLineR11T1I3AccDevCFSIx          Unsigned32,
    pBXLineR11T1I4AccDevGatewayIx      Unsigned32,
    pBXLineR11T1I5AccDevDeviceIx       Unsigned32,
    pBXLineR11T2I1AccDevNEConn         Unsigned32,
    pBXLineR11T2I2AccDevNetwkElement   DisplayString,
    pBXLineR11T2I3AccDevCFSIx          Unsigned32,
    pBXLineR11T2I4AccDevGatewayIx      Unsigned32,
    pBXLineR11T2I5AccDevDeviceIx       Unsigned32,
    pBXLineR11AccessLineNum            Unsigned32,
    pBXLineR11SignalFunctionCode       INTEGER,
    pBXLineR11LineUsage                INTEGER,
    pBXLineR11FSKFormat                INTEGER,
    pBXLineR11LineSideAnswerSupervisionSupported
                                       INTEGER,
    pBXLineR11AlrmState                INTEGER,
    pBXLineR11AlrmLogCorr              Counter64,
    pBXLineR11AddtlAlrmLogCorr         Counter64,
    pBXLineR11AlrmEvtsAttnRq           Unsigned32,
    pBXLineR11AlrmEvtsAtndDp           Unsigned32,
    pBXLineR11AlrmStateTimestamp       Unsigned32,
    pBXLineR11DiagsLogLvl              INTEGER,
    pBXLineR11DiagsAPITraceEnabled     INTEGER,
    pBXLineR11DiagsAPITraceTag         DisplayString,
    pBXLineR11DiagsAPITraceRemNum      DisplayString,
    pBXLineR11RowStatus                RowStatus,
    pBXLineR11SigType                  INTEGER,
    pBXLineR11I1ISDNInterfaceNEConn    Unsigned32,
    pBXLineR11I2ISDNInterfaceNetwkElement
                                       DisplayString,
    pBXLineR11I3ISDNInterfaceCFSIx     Unsigned32,
    pBXLineR11I4ISDNInterfaceISDNIx    Unsigned32,
    pBXLineR11I5ISDNInterfacePRIIx     Unsigned32,
    pBXLineR11ISDNDefBearerCapabilities
                                       BITS,
    pBXLineR11GR303NailedUpConn        INTEGER,
    pBXLineR11I1CfgdSIPBindingNEConn   Unsigned32,
    pBXLineR11I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    pBXLineR11I3CfgdSIPBindingCFSIx    Unsigned32,
    pBXLineR11I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    pBXLineR11GR303DialType            INTEGER,
    pBXLineR11PBXPlaysRingback         INTEGER,
    pBXLineR11PBXPlaysDialtone         INTEGER,
    pBXLineR11T1I1GatewayNEConn        Unsigned32,
    pBXLineR11T1I2GatewayNetwkElement  DisplayString,
    pBXLineR11T1I3GatewayCFSIx         Unsigned32,
    pBXLineR11T1I4GatewayGatewayIx     Unsigned32,
    pBXLineR11T2I1GatewayNEConn        Unsigned32,
    pBXLineR11T2I2GatewayNetwkElement  DisplayString,
    pBXLineR11T2I3GatewayCFSIx         Unsigned32,
    pBXLineR11T2I4GatewayGatewayIx     Unsigned32,
    pBXLineR11SDActMaxCallAppearances  Unsigned32,
    pBXLineR11SDDefMaxCallAppearances  Unsigned32,
    pBXLineR11SDUseDefMaxCallAppearances
                                       INTEGER,
    pBXLineR11CFMLvlOnApply            INTEGER,
    pBXLineR11FaultMonitoringLvlRO     INTEGER,
    pBXLineR11CallBurstThreshold       Unsigned32,
    pBXLineR11PreSubscribedConn        INTEGER
  }

  pBXLineR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineR11Entry  1 }

  pBXLineR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineR11Entry  2 }

  pBXLineR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineR11Entry  3 }

  pBXLineR11DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineR11Entry  4 }

  pBXLineR11TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { pBXLineR11Entry  5 }

  pBXLineR11PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { pBXLineR11Entry  6 }

  pBXLineR11T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR11Entry  7 }

  pBXLineR11T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR11Entry  8 }

  pBXLineR11T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR11Entry  9 }

  pBXLineR11T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR11Entry  10 }

  pBXLineR11T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR11Entry  11 }

  pBXLineR11T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR11Entry  12 }

  pBXLineR11T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR11Entry  13 }

  pBXLineR11T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR11Entry  14 }

  pBXLineR11T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR11Entry  15 }

  pBXLineR11T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR11Entry  16 }

  pBXLineR11AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { pBXLineR11Entry  17 }

  pBXLineR11SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { pBXLineR11Entry  18 }

  pBXLineR11LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { pBXLineR11Entry  19 }

  pBXLineR11FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { pBXLineR11Entry  20 }

  pBXLineR11LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXLineR11Entry  21 }

  pBXLineR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXLineR11Entry  22 }

  pBXLineR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXLineR11Entry  23 }

  pBXLineR11AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXLineR11Entry  24 }

  pBXLineR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR11Entry  25 }

  pBXLineR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR11Entry  26 }

  pBXLineR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXLineR11Entry  27 }

  pBXLineR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXLineR11Entry  28 }

  pBXLineR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXLineR11Entry  29 }

  pBXLineR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXLineR11Entry  30 }

  pBXLineR11DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXLineR11Entry  31 }

  pBXLineR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXLineR11Entry  32 }

  pBXLineR11SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXLineR11Entry  33 }

  pBXLineR11I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR11Entry  34 }

  pBXLineR11I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR11Entry  35 }

  pBXLineR11I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR11Entry  36 }

  pBXLineR11I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR11Entry  37 }

  pBXLineR11I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR11Entry  38 }

  pBXLineR11ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { pBXLineR11Entry  39 }

  pBXLineR11GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR11Entry  49 }

  pBXLineR11I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR11Entry  50 }

  pBXLineR11I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR11Entry  51 }

  pBXLineR11I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR11Entry  52 }

  pBXLineR11I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR11Entry  53 }

  pBXLineR11GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { pBXLineR11Entry  54 }

  pBXLineR11PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { pBXLineR11Entry  55 }

  pBXLineR11PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { pBXLineR11Entry  56 }

  pBXLineR11T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR11Entry  97 }

  pBXLineR11T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR11Entry  98 }

  pBXLineR11T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR11Entry  99 }

  pBXLineR11T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR11Entry  100 }

  pBXLineR11T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR11Entry  101 }

  pBXLineR11T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR11Entry  102 }

  pBXLineR11T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR11Entry  103 }

  pBXLineR11T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR11Entry  104 }

  pBXLineR11SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR11Entry  105 }

  pBXLineR11SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR11Entry  106 }

  pBXLineR11SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR11Entry  107 }

  pBXLineR11CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXLineR11Entry  108 }

  pBXLineR11FaultMonitoringLvlRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXLineR11Entry  109 }

  pBXLineR11CallBurstThreshold OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call burst threshold'."
    DEFVAL       { 0 }
    ::= { pBXLineR11Entry  110 }

  pBXLineR11PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR11Entry  111 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  aGCPBXR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2176 }

  aGCPBXR1Entry OBJECT-TYPE
    SYNTAX       AGCPBXR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXR1NEConn,
             aGCPBXR1NetwkElement,
             aGCPBXR1CFSIx,
             aGCPBXR1DirNum }
    ::= {  aGCPBXR1Table  1  }

  AGCPBXR1Entry  ::=  SEQUENCE
  {
    aGCPBXR1NEConn                     Unsigned32,
    aGCPBXR1NetwkElement               DisplayString,
    aGCPBXR1CFSIx                      Unsigned32,
    aGCPBXR1DirNum                     DisplayString,
    aGCPBXR1CustInfo                   DisplayString,
    aGCPBXR1CustInfo2                  DisplayString,
    aGCPBXR1CustInfo3                  DisplayString,
    aGCPBXR1CustInfo4                  DisplayString,
    aGCPBXR1CustInfo5                  DisplayString,
    aGCPBXR1CustInfo6                  DisplayString,
    aGCPBXR1I1LineGpNEConn             Unsigned32,
    aGCPBXR1I2LineGpNetwkElement       DisplayString,
    aGCPBXR1I3LineGpCFSIx              Unsigned32,
    aGCPBXR1I4LineGpSubGpIx            Unsigned32,
    aGCPBXR1SigType                    INTEGER,
    aGCPBXR1LineSelMethod              INTEGER,
    aGCPBXR1PBXFixBits                 BITS,
    aGCPBXR1ANIDNISFormat              DisplayString,
    aGCPBXR1UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    aGCPBXR1UseDNIdentification        INTEGER,
    aGCPBXR1SIPUserName                DisplayString,
    aGCPBXR1UseDomainFromRegistrar     INTEGER,
    aGCPBXR1SIPDomainName              DisplayString,
    aGCPBXR1SIPAuthenticationReqd      INTEGER,
    aGCPBXR1NewSIPPassword             DisplayString,
    aGCPBXR1ConfirmNewSIPPassword      DisplayString,
    aGCPBXR1SIPPassword                DisplayString,
    aGCPBXR1LDNPBXCapacityGp           INTEGER,
    aGCPBXR1SDActLineTimezone          LongDisplayString,
    aGCPBXR1SDDefLineTimezone          LongDisplayString,
    aGCPBXR1SDUseDefLineTimezone       INTEGER,
    aGCPBXR1EnabledDate                Unsigned32,
    aGCPBXR1SASHostname                LongDisplayString,
    aGCPBXR1SDActLCC1                  INTEGER,
    aGCPBXR1SDDefLCC1                  INTEGER,
    aGCPBXR1SDUseDefLCC1               INTEGER,
    aGCPBXR1SDActLCC2                  INTEGER,
    aGCPBXR1SDDefLCC2                  INTEGER,
    aGCPBXR1SDUseDefLCC2               INTEGER,
    aGCPBXR1SDActLCC3                  INTEGER,
    aGCPBXR1SDDefLCC3                  INTEGER,
    aGCPBXR1SDUseDefLCC3               INTEGER,
    aGCPBXR1SDActLCC4                  INTEGER,
    aGCPBXR1SDDefLCC4                  INTEGER,
    aGCPBXR1SDUseDefLCC4               INTEGER,
    aGCPBXR1SDActLCC5                  INTEGER,
    aGCPBXR1SDDefLCC5                  INTEGER,
    aGCPBXR1SDUseDefLCC5               INTEGER,
    aGCPBXR1SDActLCC6                  INTEGER,
    aGCPBXR1SDDefLCC6                  INTEGER,
    aGCPBXR1SDUseDefLCC6               INTEGER,
    aGCPBXR1SDActLCC7                  INTEGER,
    aGCPBXR1SDDefLCC7                  INTEGER,
    aGCPBXR1SDUseDefLCC7               INTEGER,
    aGCPBXR1SDActLCC8                  INTEGER,
    aGCPBXR1SDDefLCC8                  INTEGER,
    aGCPBXR1SDUseDefLCC8               INTEGER,
    aGCPBXR1SDActLCC9                  INTEGER,
    aGCPBXR1SDDefLCC9                  INTEGER,
    aGCPBXR1SDUseDefLCC9               INTEGER,
    aGCPBXR1SDActLCC10                 INTEGER,
    aGCPBXR1SDDefLCC10                 INTEGER,
    aGCPBXR1SDUseDefLCC10              INTEGER,
    aGCPBXR1SDActLCC11                 INTEGER,
    aGCPBXR1SDDefLCC11                 INTEGER,
    aGCPBXR1SDUseDefLCC11              INTEGER,
    aGCPBXR1SDActLCC12                 INTEGER,
    aGCPBXR1SDDefLCC12                 INTEGER,
    aGCPBXR1SDUseDefLCC12              INTEGER,
    aGCPBXR1SDActLCC13                 INTEGER,
    aGCPBXR1SDDefLCC13                 INTEGER,
    aGCPBXR1SDUseDefLCC13              INTEGER,
    aGCPBXR1SDActLCC14                 INTEGER,
    aGCPBXR1SDDefLCC14                 INTEGER,
    aGCPBXR1SDUseDefLCC14              INTEGER,
    aGCPBXR1SDActLCC15                 INTEGER,
    aGCPBXR1SDDefLCC15                 INTEGER,
    aGCPBXR1SDUseDefLCC15              INTEGER,
    aGCPBXR1SDActLCC16                 INTEGER,
    aGCPBXR1SDDefLCC16                 INTEGER,
    aGCPBXR1SDUseDefLCC16              INTEGER,
    aGCPBXR1SDActLCC17                 INTEGER,
    aGCPBXR1SDDefLCC17                 INTEGER,
    aGCPBXR1SDUseDefLCC17              INTEGER,
    aGCPBXR1SDActLCC18                 INTEGER,
    aGCPBXR1SDDefLCC18                 INTEGER,
    aGCPBXR1SDUseDefLCC18              INTEGER,
    aGCPBXR1SDActLCC19                 INTEGER,
    aGCPBXR1SDDefLCC19                 INTEGER,
    aGCPBXR1SDUseDefLCC19              INTEGER,
    aGCPBXR1SDActLCC20                 INTEGER,
    aGCPBXR1SDDefLCC20                 INTEGER,
    aGCPBXR1SDUseDefLCC20              INTEGER,
    aGCPBXR1DiagsLogLvl                INTEGER,
    aGCPBXR1DiagsAPITraceEnabled       INTEGER,
    aGCPBXR1DiagsAPITraceTag           DisplayString,
    aGCPBXR1DiagsAPITraceRemNum        DisplayString,
    aGCPBXR1SDActVQMCallLogging        INTEGER,
    aGCPBXR1SDDefVQMCallLogging        INTEGER,
    aGCPBXR1SDUseDefVQMCallLogging     INTEGER,
    aGCPBXR1I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCPBXR1I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCPBXR1I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCPBXR1I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCPBXR1TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCPBXR1RegDtlsCurrRegistered      INTEGER,
    aGCPBXR1RegDtlsRegistrationIdentity
                                       LongDisplayString,
    aGCPBXR1RegDtlsRegisteredIdentities
                                       LongDisplayString,
    aGCPBXR1RegDtlsServRoute           LongDisplayString,
    aGCPBXR1RegDtlsDurn                Unsigned32,
    aGCPBXR1RegDtlsExpiryTime          Unsigned32,
    aGCPBXR1RegDtlsLastRegistrationTime
                                       Unsigned32,
    aGCPBXR1RegDtlsErrCode             Unsigned32,
    aGCPBXR1RegDtlsErrReason           LongDisplayString,
    aGCPBXR1I1FaultMonitoringProfEMSIx Unsigned32,
    aGCPBXR1I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCPBXR1I3FaultMonitoringProfFMPIx Integer32,
    aGCPBXR1FaultMonitoringProfOtherVals
                                       INTEGER,
    aGCPBXR1ApplyFMPToReltdObjectTypes BITS,
    aGCPBXR1AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCPBXR1AlrmState                  INTEGER,
    aGCPBXR1AlrmLogCorr                Counter64,
    aGCPBXR1AddtlAlrmLogCorr           Counter64,
    aGCPBXR1AlrmEvtsAttnRq             Unsigned32,
    aGCPBXR1AlrmEvtsAtndDp             Unsigned32,
    aGCPBXR1AlrmStateTimestamp         Unsigned32,
    aGCPBXR1CurrPBXLineAlrmsAttnRq     Unsigned32,
    aGCPBXR1PrevPBXLineAlrmsAttnRq     Unsigned32,
    aGCPBXR1CurrPBXLineAlrmsAtndDp     Unsigned32,
    aGCPBXR1PrevPBXLineAlrmsAtndDp     Unsigned32,
    aGCPBXR1SummaryChldAlrmState       INTEGER,
    aGCPBXR1ExportNumObjectsExported   Integer32,
    aGCPBXR1ExportStatus               DisplayString,
    aGCPBXR1ExportFile                 DisplayString,
    aGCPBXR1ExportCorr                 Counter64,
    aGCPBXR1ExportCorrNode             DisplayString,
    aGCPBXR1ExportCorrUID              DisplayString,
    aGCPBXR1DoExtraActions             INTEGER,
    aGCPBXR1RowStatus                  RowStatus,
    aGCPBXR1SDActI1SIPRegistrarNEConn  Unsigned32,
    aGCPBXR1SDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXR1SDActI3SIPRegistrarCFSIx   Unsigned32,
    aGCPBXR1SDActI4SIPRegistrarSIPIx   Unsigned32,
    aGCPBXR1SDActI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCPBXR1SDDefI1SIPRegistrarNEConn  Unsigned32,
    aGCPBXR1SDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXR1SDDefI3SIPRegistrarCFSIx   Unsigned32,
    aGCPBXR1SDDefI4SIPRegistrarSIPIx   Unsigned32,
    aGCPBXR1SDDefI5SIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCPBXR1SDUseDefSIPRegistrar       INTEGER,
    aGCPBXR1ExportIncASRepData         INTEGER,
    aGCPBXR1ExportChldObjectsToInc     INTEGER
  }

  aGCPBXR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXR1Entry  1 }

  aGCPBXR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXR1Entry  2 }

  aGCPBXR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXR1Entry  3 }

  aGCPBXR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXR1Entry  4 }

  aGCPBXR1CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCPBXR1Entry  5 }

  aGCPBXR1CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCPBXR1Entry  6 }

  aGCPBXR1CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCPBXR1Entry  7 }

  aGCPBXR1CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCPBXR1Entry  8 }

  aGCPBXR1CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCPBXR1Entry  9 }

  aGCPBXR1CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCPBXR1Entry  10 }

  aGCPBXR1I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR1Entry  11 }

  aGCPBXR1I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR1Entry  12 }

  aGCPBXR1I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR1Entry  13 }

  aGCPBXR1I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR1Entry  14 }

  aGCPBXR1SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXR1Entry  15 }

  aGCPBXR1LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { aGCPBXR1Entry  16 }

  aGCPBXR1PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { aGCPBXR1Entry  17 }

  aGCPBXR1ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { aGCPBXR1Entry  18 }

  aGCPBXR1UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { aGCPBXR1Entry  19 }

  aGCPBXR1UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXR1Entry  31 }

  aGCPBXR1SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCPBXR1Entry  32 }

  aGCPBXR1UseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  33 }

  aGCPBXR1SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCPBXR1Entry  34 }

  aGCPBXR1SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  35 }

  aGCPBXR1NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXR1Entry  36 }

  aGCPBXR1ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXR1Entry  37 }

  aGCPBXR1SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCPBXR1Entry  38 }

  aGCPBXR1LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { aGCPBXR1Entry  39 }

  aGCPBXR1SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  40 }

  aGCPBXR1SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  41 }

  aGCPBXR1SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  42 }

  aGCPBXR1EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCPBXR1Entry  43 }

  aGCPBXR1SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCPBXR1Entry  44 }

  aGCPBXR1SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  45 }

  aGCPBXR1SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  46 }

  aGCPBXR1SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  47 }

  aGCPBXR1SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  48 }

  aGCPBXR1SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  49 }

  aGCPBXR1SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  50 }

  aGCPBXR1SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  51 }

  aGCPBXR1SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  52 }

  aGCPBXR1SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  53 }

  aGCPBXR1SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  54 }

  aGCPBXR1SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  55 }

  aGCPBXR1SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  56 }

  aGCPBXR1SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  57 }

  aGCPBXR1SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  58 }

  aGCPBXR1SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  59 }

  aGCPBXR1SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  60 }

  aGCPBXR1SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  61 }

  aGCPBXR1SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  62 }

  aGCPBXR1SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  63 }

  aGCPBXR1SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  64 }

  aGCPBXR1SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  65 }

  aGCPBXR1SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  66 }

  aGCPBXR1SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  67 }

  aGCPBXR1SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  68 }

  aGCPBXR1SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  69 }

  aGCPBXR1SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  70 }

  aGCPBXR1SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  71 }

  aGCPBXR1SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  72 }

  aGCPBXR1SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  73 }

  aGCPBXR1SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  74 }

  aGCPBXR1SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  75 }

  aGCPBXR1SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  76 }

  aGCPBXR1SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  77 }

  aGCPBXR1SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  78 }

  aGCPBXR1SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  79 }

  aGCPBXR1SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  80 }

  aGCPBXR1SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  81 }

  aGCPBXR1SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  82 }

  aGCPBXR1SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  83 }

  aGCPBXR1SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  84 }

  aGCPBXR1SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  85 }

  aGCPBXR1SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  86 }

  aGCPBXR1SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  87 }

  aGCPBXR1SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  88 }

  aGCPBXR1SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  89 }

  aGCPBXR1SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  90 }

  aGCPBXR1SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  91 }

  aGCPBXR1SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  92 }

  aGCPBXR1SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  93 }

  aGCPBXR1SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  94 }

  aGCPBXR1SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  95 }

  aGCPBXR1SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  96 }

  aGCPBXR1SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  97 }

  aGCPBXR1SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  98 }

  aGCPBXR1SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  99 }

  aGCPBXR1SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  100 }

  aGCPBXR1SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  101 }

  aGCPBXR1SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  102 }

  aGCPBXR1SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  103 }

  aGCPBXR1SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  104 }

  aGCPBXR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXR1Entry  105 }

  aGCPBXR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXR1Entry  106 }

  aGCPBXR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXR1Entry  107 }

  aGCPBXR1DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXR1Entry  108 }

  aGCPBXR1SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  109 }

  aGCPBXR1SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR1Entry  110 }

  aGCPBXR1SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  111 }

  aGCPBXR1I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR1Entry  112 }

  aGCPBXR1I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR1Entry  113 }

  aGCPBXR1I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR1Entry  114 }

  aGCPBXR1I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR1Entry  115 }

  aGCPBXR1TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXR1Entry  116 }

  aGCPBXR1RegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCPBXR1Entry  117 }

  aGCPBXR1RegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCPBXR1Entry  118 }

  aGCPBXR1RegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCPBXR1Entry  119 }

  aGCPBXR1RegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCPBXR1Entry  120 }

  aGCPBXR1RegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCPBXR1Entry  121 }

  aGCPBXR1RegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCPBXR1Entry  122 }

  aGCPBXR1RegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCPBXR1Entry  123 }

  aGCPBXR1RegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCPBXR1Entry  124 }

  aGCPBXR1RegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCPBXR1Entry  125 }

  aGCPBXR1I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR1Entry  126 }

  aGCPBXR1I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR1Entry  127 }

  aGCPBXR1I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR1Entry  128 }

  aGCPBXR1FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXR1Entry  129 }

  aGCPBXR1ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCPBXR1Entry  130 }

  aGCPBXR1AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  131 }

  aGCPBXR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXR1Entry  132 }

  aGCPBXR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXR1Entry  133 }

  aGCPBXR1AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXR1Entry  134 }

  aGCPBXR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR1Entry  135 }

  aGCPBXR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR1Entry  136 }

  aGCPBXR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXR1Entry  137 }

  aGCPBXR1CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { aGCPBXR1Entry  138 }

  aGCPBXR1PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR1Entry  139 }

  aGCPBXR1CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { aGCPBXR1Entry  140 }

  aGCPBXR1PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR1Entry  141 }

  aGCPBXR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCPBXR1Entry  142 }

  aGCPBXR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCPBXR1Entry  143 }

  aGCPBXR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCPBXR1Entry  144 }

  aGCPBXR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCPBXR1Entry  145 }

  aGCPBXR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCPBXR1Entry  146 }

  aGCPBXR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCPBXR1Entry  147 }

  aGCPBXR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCPBXR1Entry  148 }

  aGCPBXR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCPBXR1Entry  149 }

  aGCPBXR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXR1Entry  150 }

  aGCPBXR1SDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  151 }

  aGCPBXR1SDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  152 }

  aGCPBXR1SDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  153 }

  aGCPBXR1SDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  154 }

  aGCPBXR1SDActI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  155 }

  aGCPBXR1SDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  156 }

  aGCPBXR1SDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  157 }

  aGCPBXR1SDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  158 }

  aGCPBXR1SDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  159 }

  aGCPBXR1SDDefI5SIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR1Entry  160 }

  aGCPBXR1SDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR1Entry  161 }

  aGCPBXR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCPBXR1Entry  162 }

  aGCPBXR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCPBXR1Entry  163 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Signaling Gateway'                                   */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  remoteSigGatewayR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RemoteSigGatewayR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2177 }

  remoteSigGatewayR2Entry OBJECT-TYPE
    SYNTAX       RemoteSigGatewayR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { remoteSigGatewayR2NEConn,
             remoteSigGatewayR2NetwkElement,
             remoteSigGatewayR2RemSigGatewayIx }
    ::= {  remoteSigGatewayR2Table  1  }

  RemoteSigGatewayR2Entry  ::=  SEQUENCE
  {
    remoteSigGatewayR2NEConn           Unsigned32,
    remoteSigGatewayR2NetwkElement     DisplayString,
    remoteSigGatewayR2RemSigGatewayIx  Unsigned32,
    remoteSigGatewayR2PointCodeVariant INTEGER,
    remoteSigGatewayR2Desc             DisplayString,
    remoteSigGatewayR2TimerTAck        Unsigned32,
    remoteSigGatewayR2SCTPIPAddr       DisplayString,
    remoteSigGatewayR2SCTPLocalPortNum INTEGER,
    remoteSigGatewayR2SCTPRemPortNum   Unsigned32,
    remoteSigGatewayR2SCTPChecksumAlgorithm
                                       INTEGER,
    remoteSigGatewayR2SCTPAssociationStatus
                                       INTEGER,
    remoteSigGatewayR2AlrmState        INTEGER,
    remoteSigGatewayR2StatisticsAlrms  Integer32,
    remoteSigGatewayR2AlrmLogCorr      Counter64,
    remoteSigGatewayR2AlrmEvtsAttnRq   Unsigned32,
    remoteSigGatewayR2AlrmStateTimestamp
                                       Unsigned32,
    remoteSigGatewayR2AlrmResetTimestamp
                                       Unsigned32,
    remoteSigGatewayR2DiagsLogLvl      INTEGER,
    remoteSigGatewayR2DiagsAPITraceEnabled
                                       INTEGER,
    remoteSigGatewayR2DiagsAPITraceTag DisplayString,
    remoteSigGatewayR2ImportCnt        Integer32,
    remoteSigGatewayR2ImportStatus     DisplayString,
    remoteSigGatewayR2ImportMode       INTEGER,
    remoteSigGatewayR2ImportFile       DisplayString,
    remoteSigGatewayR2ImportCorr       Counter64,
    remoteSigGatewayR2ImportCorrNode   DisplayString,
    remoteSigGatewayR2ImportCorrUID    DisplayString,
    remoteSigGatewayR2DoExtraActions   INTEGER,
    remoteSigGatewayR2RowStatus        RowStatus,
    remoteSigGatewayR2AdminStatus      AdminStatus,
    remoteSigGatewayR2OperStatus       OperStatus,
    remoteSigGatewayR2PointCodeMinorVariant
                                       INTEGER
  }

  remoteSigGatewayR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { remoteSigGatewayR2Entry  1 }

  remoteSigGatewayR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { remoteSigGatewayR2Entry  2 }

  remoteSigGatewayR2RemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Signalilng Gateway index'.
                  This is an index field."
    ::= { remoteSigGatewayR2Entry  3 }

  remoteSigGatewayR2PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { remoteSigGatewayR2Entry  4 }

  remoteSigGatewayR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { remoteSigGatewayR2Entry  5 }

  remoteSigGatewayR2TimerTAck OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timer T(ack)'."
    DEFVAL       { 2 }
    ::= { remoteSigGatewayR2Entry  6 }

  remoteSigGatewayR2SCTPIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - IP address'.
                  This field is only writable during create."
    ::= { remoteSigGatewayR2Entry  7 }

  remoteSigGatewayR2SCTPLocalPortNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   twoThousandNineHundredAndFive(2905),
                   fiftyOneThousandAndOne(51001),
                   fiftyOneThousandAndTwo(51002),
                   fiftyOneThousandAndThree(51003),
                   fiftyOneThousandAndFour(51004),
                   fiftyOneThousandAndFive(51005),
                   fiftyOneThousandAndSix(51006),
                   fiftyOneThousandAndSeven(51007),
                   fiftyOneThousandAndEight(51008),
                   fiftyOneThousandAndNine(51009),
                   fiftyOneThousandAndTen(51010),
                   fiftyOneThousandAndEleven(51011),
                   fiftyOneThousandAndTwelve(51012),
                   fiftyOneThousandAndThirteen(51013),
                   fiftyOneThousandAndFourteen(51014),
                   fiftyOneThousandAndFifteen(51015),
                   fiftyOneThousandAndSixteen(51016),
                   fiftyOneThousandAndSeventeen(51017),
                   fiftyOneThousandAndEighteen(51018),
                   fiftyOneThousandAndNineteen(51019),
                   fiftyOneThousandAndTwenty(51020)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - local port number'.
                  This field is only writable during create."
    DEFVAL       { twoThousandNineHundredAndFive }
    ::= { remoteSigGatewayR2Entry  8 }

  remoteSigGatewayR2SCTPRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - remote port number'.
                  This field is only writable during create."
    DEFVAL       { 2905 }
    ::= { remoteSigGatewayR2Entry  9 }

  remoteSigGatewayR2SCTPChecksumAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   adler32(1),
                   cRC32(2),
                   autoDetect(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP checksum algorithm'.
                  This field is not writable when active."
    DEFVAL       { cRC32 }
    ::= { remoteSigGatewayR2Entry  10 }

  remoteSigGatewayR2SCTPAssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   established(1),
                   establishFailedPendingRetry(2),
                   establishFailed(3),
                   deactivated(4),
                   retryingEstablishment(5),
                   establishing(6),
                   deactivating(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP association status'."
    ::= { remoteSigGatewayR2Entry  11 }

  remoteSigGatewayR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { remoteSigGatewayR2Entry  12 }

  remoteSigGatewayR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { remoteSigGatewayR2Entry  13 }

  remoteSigGatewayR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { remoteSigGatewayR2Entry  14 }

  remoteSigGatewayR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { remoteSigGatewayR2Entry  15 }

  remoteSigGatewayR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { remoteSigGatewayR2Entry  16 }

  remoteSigGatewayR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { remoteSigGatewayR2Entry  17 }

  remoteSigGatewayR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { remoteSigGatewayR2Entry  18 }

  remoteSigGatewayR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { remoteSigGatewayR2Entry  19 }

  remoteSigGatewayR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { remoteSigGatewayR2Entry  20 }

  remoteSigGatewayR2ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { remoteSigGatewayR2Entry  21 }

  remoteSigGatewayR2ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { remoteSigGatewayR2Entry  22 }

  remoteSigGatewayR2ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { remoteSigGatewayR2Entry  23 }

  remoteSigGatewayR2ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { remoteSigGatewayR2Entry  24 }

  remoteSigGatewayR2ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { remoteSigGatewayR2Entry  25 }

  remoteSigGatewayR2ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { remoteSigGatewayR2Entry  26 }

  remoteSigGatewayR2ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { remoteSigGatewayR2Entry  27 }

  remoteSigGatewayR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR2Entry  28 }

  remoteSigGatewayR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { remoteSigGatewayR2Entry  29 }

  remoteSigGatewayR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR2Entry  30 }

  remoteSigGatewayR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR2Entry  31 }

  remoteSigGatewayR2PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { remoteSigGatewayR2Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  iSUPLclSigDestR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2178 }

  iSUPLclSigDestR15Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR15NEConn,
             iSUPLclSigDestR15NetwkElement,
             iSUPLclSigDestR15CFSIx,
             iSUPLclSigDestR15ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR15Table  1  }

  ISUPLclSigDestR15Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR15NEConn            Unsigned32,
    iSUPLclSigDestR15NetwkElement      DisplayString,
    iSUPLclSigDestR15CFSIx             Unsigned32,
    iSUPLclSigDestR15ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR15PassOnMsg         INTEGER,
    iSUPLclSigDestR15CgstnStatus       INTEGER,
    iSUPLclSigDestR15CLLI              DisplayString,
    iSUPLclSigDestR15SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR15SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR15T1TimerDurn       Unsigned32,
    iSUPLclSigDestR15T2TimerDurn       Unsigned32,
    iSUPLclSigDestR15T3TimerDurn       Unsigned32,
    iSUPLclSigDestR15T5TimerDurn       Unsigned32,
    iSUPLclSigDestR15T6TimerDurn       Unsigned32,
    iSUPLclSigDestR15T7TimerDurn       Unsigned32,
    iSUPLclSigDestR15T8TimerDurn       Unsigned32,
    iSUPLclSigDestR15T9TimerDurn       Unsigned32,
    iSUPLclSigDestR15T10TimerDurn      Unsigned32,
    iSUPLclSigDestR15T11TimerDurn      Unsigned32,
    iSUPLclSigDestR15T12TimerDurn      Unsigned32,
    iSUPLclSigDestR15T13TimerDurn      Unsigned32,
    iSUPLclSigDestR15T14TimerDurn      Unsigned32,
    iSUPLclSigDestR15T15TimerDurn      Unsigned32,
    iSUPLclSigDestR15T16TimerDurn      Unsigned32,
    iSUPLclSigDestR15T17TimerDurn      Unsigned32,
    iSUPLclSigDestR15T18TimerDurn      Unsigned32,
    iSUPLclSigDestR15T19TimerDurn      Unsigned32,
    iSUPLclSigDestR15T20TimerDurn      Unsigned32,
    iSUPLclSigDestR15T21TimerDurn      Unsigned32,
    iSUPLclSigDestR15T22TimerDurn      Unsigned32,
    iSUPLclSigDestR15T23TimerDurn      Unsigned32,
    iSUPLclSigDestR15T25TimerDurn      Unsigned32,
    iSUPLclSigDestR15T26TimerDurn      Unsigned32,
    iSUPLclSigDestR15T27TimerDurn      Unsigned32,
    iSUPLclSigDestR15T28TimerDurn      Unsigned32,
    iSUPLclSigDestR15T29TimerDurn      Unsigned32,
    iSUPLclSigDestR15T30TimerDurn      Unsigned32,
    iSUPLclSigDestR15T33TimerDurn      Unsigned32,
    iSUPLclSigDestR15T35TimerDurn      Unsigned32,
    iSUPLclSigDestR15T38TimerDurn      Unsigned32,
    iSUPLclSigDestR15CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR15CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR15CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR15CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR15BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR15SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR15CongTimerDurn     Unsigned32,
    iSUPLclSigDestR15MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR15SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR15TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR15AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR15DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR15UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR15UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR15CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR15MaxResetRetries   Unsigned32,
    iSUPLclSigDestR15MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR15MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR15DeactivnMode      INTEGER,
    iSUPLclSigDestR15AlrmState         INTEGER,
    iSUPLclSigDestR15AlrmLogCorr       Counter64,
    iSUPLclSigDestR15AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR15AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR15AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR15ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR15ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR15ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR15ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR15SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR15DoExtraActions    INTEGER,
    iSUPLclSigDestR15RowStatus         RowStatus,
    iSUPLclSigDestR15AdminStatus       AdminStatus,
    iSUPLclSigDestR15OperStatus        OperStatus,
    iSUPLclSigDestR15SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR15T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR15T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR15T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR15Variant           INTEGER,
    iSUPLclSigDestR15ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR15RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR15ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR15EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR15RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR15ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR15StatisticsAlrms   Integer32,
    iSUPLclSigDestR15T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR15T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR15T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32
  }

  iSUPLclSigDestR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR15Entry  1 }

  iSUPLclSigDestR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR15Entry  2 }

  iSUPLclSigDestR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR15Entry  3 }

  iSUPLclSigDestR15ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR15Entry  4 }

  iSUPLclSigDestR15PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR15Entry  5 }

  iSUPLclSigDestR15CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR15Entry  6 }

  iSUPLclSigDestR15CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR15Entry  7 }

  iSUPLclSigDestR15SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR15Entry  8 }

  iSUPLclSigDestR15SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR15Entry  9 }

  iSUPLclSigDestR15T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR15Entry  10 }

  iSUPLclSigDestR15T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR15Entry  11 }

  iSUPLclSigDestR15T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR15Entry  12 }

  iSUPLclSigDestR15T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR15Entry  14 }

  iSUPLclSigDestR15T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR15Entry  15 }

  iSUPLclSigDestR15T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR15Entry  16 }

  iSUPLclSigDestR15T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR15Entry  17 }

  iSUPLclSigDestR15T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR15Entry  18 }

  iSUPLclSigDestR15T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR15Entry  19 }

  iSUPLclSigDestR15T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR15Entry  20 }

  iSUPLclSigDestR15T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  21 }

  iSUPLclSigDestR15T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  22 }

  iSUPLclSigDestR15T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  23 }

  iSUPLclSigDestR15T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  24 }

  iSUPLclSigDestR15T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR15Entry  25 }

  iSUPLclSigDestR15T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR15Entry  26 }

  iSUPLclSigDestR15T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  27 }

  iSUPLclSigDestR15T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  28 }

  iSUPLclSigDestR15T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  29 }

  iSUPLclSigDestR15T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR15Entry  30 }

  iSUPLclSigDestR15T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR15Entry  31 }

  iSUPLclSigDestR15T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR15Entry  32 }

  iSUPLclSigDestR15T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR15Entry  33 }

  iSUPLclSigDestR15T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR15Entry  34 }

  iSUPLclSigDestR15T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR15Entry  35 }

  iSUPLclSigDestR15T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR15Entry  36 }

  iSUPLclSigDestR15T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    DEFVAL       { 500 }
    ::= { iSUPLclSigDestR15Entry  37 }

  iSUPLclSigDestR15T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR15Entry  38 }

  iSUPLclSigDestR15T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR15Entry  39 }

  iSUPLclSigDestR15T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR15Entry  40 }

  iSUPLclSigDestR15T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR15Entry  42 }

  iSUPLclSigDestR15CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR15Entry  43 }

  iSUPLclSigDestR15CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR15Entry  44 }

  iSUPLclSigDestR15CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR15Entry  45 }

  iSUPLclSigDestR15CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR15Entry  46 }

  iSUPLclSigDestR15BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300000..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR15Entry  47 }

  iSUPLclSigDestR15SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR15Entry  48 }

  iSUPLclSigDestR15CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR15Entry  49 }

  iSUPLclSigDestR15MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR15Entry  50 }

  iSUPLclSigDestR15SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR15Entry  51 }

  iSUPLclSigDestR15TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR15Entry  52 }

  iSUPLclSigDestR15AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR15Entry  53 }

  iSUPLclSigDestR15DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR15Entry  54 }

  iSUPLclSigDestR15UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR15Entry  55 }

  iSUPLclSigDestR15UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR15Entry  56 }

  iSUPLclSigDestR15CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR15Entry  57 }

  iSUPLclSigDestR15MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR15Entry  58 }

  iSUPLclSigDestR15MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR15Entry  59 }

  iSUPLclSigDestR15MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR15Entry  60 }

  iSUPLclSigDestR15DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR15Entry  61 }

  iSUPLclSigDestR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR15Entry  62 }

  iSUPLclSigDestR15AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR15Entry  63 }

  iSUPLclSigDestR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR15Entry  64 }

  iSUPLclSigDestR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR15Entry  65 }

  iSUPLclSigDestR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR15Entry  66 }

  iSUPLclSigDestR15ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR15Entry  67 }

  iSUPLclSigDestR15ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR15Entry  68 }

  iSUPLclSigDestR15ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR15Entry  69 }

  iSUPLclSigDestR15ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR15Entry  70 }

  iSUPLclSigDestR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR15Entry  71 }

  iSUPLclSigDestR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR15Entry  72 }

  iSUPLclSigDestR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR15Entry  73 }

  iSUPLclSigDestR15AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR15Entry  74 }

  iSUPLclSigDestR15OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR15Entry  75 }

  iSUPLclSigDestR15SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR15Entry  76 }

  iSUPLclSigDestR15T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR15Entry  77 }

  iSUPLclSigDestR15T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR15Entry  78 }

  iSUPLclSigDestR15T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR15Entry  79 }

  iSUPLclSigDestR15Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR15Entry  80 }

  iSUPLclSigDestR15ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR15Entry  81 }

  iSUPLclSigDestR15RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR15Entry  82 }

  iSUPLclSigDestR15ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR15Entry  83 }

  iSUPLclSigDestR15EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR15Entry  84 }

  iSUPLclSigDestR15RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR15Entry  85 }

  iSUPLclSigDestR15ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR15Entry  86 }

  iSUPLclSigDestR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR15Entry  87 }

  iSUPLclSigDestR15T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR15Entry  88 }

  iSUPLclSigDestR15T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR15Entry  89 }

  iSUPLclSigDestR15T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR15Entry  90 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  iSUPRemSigDestR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2179 }

  iSUPRemSigDestR20Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR20NEConn,
             iSUPRemSigDestR20NetwkElement,
             iSUPRemSigDestR20CFSIx,
             iSUPRemSigDestR20ISUPLocalSigDestIx,
             iSUPRemSigDestR20ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR20Table  1  }

  ISUPRemSigDestR20Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR20NEConn            Unsigned32,
    iSUPRemSigDestR20NetwkElement      DisplayString,
    iSUPRemSigDestR20CFSIx             Unsigned32,
    iSUPRemSigDestR20ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR20ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR20I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR20I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR20I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR20I4SigDestDestType INTEGER,
    iSUPRemSigDestR20I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR20ClusterMemberAddr INTEGER,
    iSUPRemSigDestR20ActHopCnting      INTEGER,
    iSUPRemSigDestR20MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR20CLLI              DisplayString,
    iSUPRemSigDestR20ErrHandlingMode   INTEGER,
    iSUPRemSigDestR20ConfusionMsgs     INTEGER,
    iSUPRemSigDestR20DirectIXCConn     INTEGER,
    iSUPRemSigDestR20PeerNetwkType     INTEGER,
    iSUPRemSigDestR20USIParmCodingType INTEGER,
    iSUPRemSigDestR20ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR20JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR20RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR20RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR20OrigCldNumParm    INTEGER,
    iSUPRemSigDestR20AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR20GenericAddrParm   INTEGER,
    iSUPRemSigDestR20GenericNameParm   INTEGER,
    iSUPRemSigDestR20RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR20CIPParm           INTEGER,
    iSUPRemSigDestR20InACCProcessing   INTEGER,
    iSUPRemSigDestR20TNSParm           INTEGER,
    iSUPRemSigDestR20ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR20CgstnStatus       INTEGER,
    iSUPRemSigDestR20AvailStatus       INTEGER,
    iSUPRemSigDestR20DiagsLogLvl       INTEGER,
    iSUPRemSigDestR20DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR20DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR20SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR20DoExtraActions    INTEGER,
    iSUPRemSigDestR20RowStatus         RowStatus,
    iSUPRemSigDestR20AdminStatus       AdminStatus,
    iSUPRemSigDestR20OperStatus        OperStatus,
    iSUPRemSigDestR20AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR20AlrmState         INTEGER,
    iSUPRemSigDestR20AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR20AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR20AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR20AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR20AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR20AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR20AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR20AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR20AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR20DeactivnMode      INTEGER,
    iSUPRemSigDestR20NetwkNum          Unsigned32,
    iSUPRemSigDestR20RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR20ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR20OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR20LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR20MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR20Variant           INTEGER,
    iSUPRemSigDestR20GatewayIx         Unsigned32,
    iSUPRemSigDestR20PartyInfoParm     INTEGER,
    iSUPRemSigDestR20IntnatlExchange   INTEGER,
    iSUPRemSigDestR20ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR20UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR20BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR20StatisticsAlrms   Integer32,
    iSUPRemSigDestR20EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR20M3UADest          Unsigned32,
    iSUPRemSigDestR20CctGpMsgs         INTEGER,
    iSUPRemSigDestR20ConnectedNumParm  INTEGER,
    iSUPRemSigDestR20TransportType     INTEGER,
    iSUPRemSigDestR20SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR20SatelliteLink     INTEGER,
    iSUPRemSigDestR20PropagationDly    Unsigned32,
    iSUPRemSigDestR20GISUPRole         INTEGER,
    iSUPRemSigDestR20RemISUPParms      LongDisplayString,
    iSUPRemSigDestR20SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER
  }

  iSUPRemSigDestR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR20Entry  1 }

  iSUPRemSigDestR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR20Entry  2 }

  iSUPRemSigDestR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR20Entry  3 }

  iSUPRemSigDestR20ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR20Entry  4 }

  iSUPRemSigDestR20ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR20Entry  5 }

  iSUPRemSigDestR20I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR20Entry  6 }

  iSUPRemSigDestR20I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR20Entry  7 }

  iSUPRemSigDestR20I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR20Entry  8 }

  iSUPRemSigDestR20I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR20Entry  9 }

  iSUPRemSigDestR20I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR20Entry  10 }

  iSUPRemSigDestR20ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR20Entry  11 }

  iSUPRemSigDestR20ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  12 }

  iSUPRemSigDestR20MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR20Entry  13 }

  iSUPRemSigDestR20CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR20Entry  14 }

  iSUPRemSigDestR20ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR20Entry  15 }

  iSUPRemSigDestR20ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR20Entry  16 }

  iSUPRemSigDestR20DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  17 }

  iSUPRemSigDestR20PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR20Entry  18 }

  iSUPRemSigDestR20USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR20Entry  19 }

  iSUPRemSigDestR20ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  20 }

  iSUPRemSigDestR20JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  21 }

  iSUPRemSigDestR20RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  22 }

  iSUPRemSigDestR20RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  23 }

  iSUPRemSigDestR20OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  24 }

  iSUPRemSigDestR20AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  25 }

  iSUPRemSigDestR20GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR20Entry  26 }

  iSUPRemSigDestR20GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR20Entry  27 }

  iSUPRemSigDestR20RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  28 }

  iSUPRemSigDestR20CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR20Entry  29 }

  iSUPRemSigDestR20InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR20Entry  30 }

  iSUPRemSigDestR20TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  31 }

  iSUPRemSigDestR20ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR20Entry  32 }

  iSUPRemSigDestR20CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR20Entry  33 }

  iSUPRemSigDestR20AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR20Entry  34 }

  iSUPRemSigDestR20DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR20Entry  35 }

  iSUPRemSigDestR20DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  36 }

  iSUPRemSigDestR20DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR20Entry  37 }

  iSUPRemSigDestR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR20Entry  38 }

  iSUPRemSigDestR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR20Entry  39 }

  iSUPRemSigDestR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR20Entry  40 }

  iSUPRemSigDestR20AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR20Entry  41 }

  iSUPRemSigDestR20OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR20Entry  42 }

  iSUPRemSigDestR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR20Entry  43 }

  iSUPRemSigDestR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR20Entry  44 }

  iSUPRemSigDestR20AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR20Entry  45 }

  iSUPRemSigDestR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR20Entry  46 }

  iSUPRemSigDestR20AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR20Entry  47 }

  iSUPRemSigDestR20AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR20Entry  48 }

  iSUPRemSigDestR20AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR20Entry  49 }

  iSUPRemSigDestR20AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR20Entry  50 }

  iSUPRemSigDestR20AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR20Entry  51 }

  iSUPRemSigDestR20AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR20Entry  52 }

  iSUPRemSigDestR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR20Entry  53 }

  iSUPRemSigDestR20DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR20Entry  54 }

  iSUPRemSigDestR20NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR20Entry  55 }

  iSUPRemSigDestR20RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR20Entry  56 }

  iSUPRemSigDestR20ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR20Entry  57 }

  iSUPRemSigDestR20OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  58 }

  iSUPRemSigDestR20LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR20Entry  59 }

  iSUPRemSigDestR20MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR20Entry  60 }

  iSUPRemSigDestR20Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR20Entry  61 }

  iSUPRemSigDestR20GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR20Entry  62 }

  iSUPRemSigDestR20PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  63 }

  iSUPRemSigDestR20IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  64 }

  iSUPRemSigDestR20ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR20Entry  65 }

  iSUPRemSigDestR20UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  66 }

  iSUPRemSigDestR20BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  67 }

  iSUPRemSigDestR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR20Entry  68 }

  iSUPRemSigDestR20EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR20Entry  69 }

  iSUPRemSigDestR20M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR20Entry  70 }

  iSUPRemSigDestR20CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR20Entry  71 }

  iSUPRemSigDestR20ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR20Entry  72 }

  iSUPRemSigDestR20TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR20Entry  73 }

  iSUPRemSigDestR20SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  74 }

  iSUPRemSigDestR20SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  75 }

  iSUPRemSigDestR20PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR20Entry  76 }

  iSUPRemSigDestR20GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR20Entry  77 }

  iSUPRemSigDestR20RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR20Entry  78 }

  iSUPRemSigDestR20SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR20Entry  79 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel'                                         */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  iSUPMediaChanR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2180 }

  iSUPMediaChanR15Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanR15NEConn,
             iSUPMediaChanR15NetwkElement,
             iSUPMediaChanR15CFSIx,
             iSUPMediaChanR15ISUPLocalSigDestIx,
             iSUPMediaChanR15ISUPRemSigDestIx,
             iSUPMediaChanR15MediaChanIx }
    ::= {  iSUPMediaChanR15Table  1  }

  ISUPMediaChanR15Entry  ::=  SEQUENCE
  {
    iSUPMediaChanR15NEConn             Unsigned32,
    iSUPMediaChanR15NetwkElement       DisplayString,
    iSUPMediaChanR15CFSIx              Unsigned32,
    iSUPMediaChanR15ISUPLocalSigDestIx Unsigned32,
    iSUPMediaChanR15ISUPRemSigDestIx   Unsigned32,
    iSUPMediaChanR15MediaChanIx        Unsigned32,
    iSUPMediaChanR15AllocationPolicy   INTEGER,
    iSUPMediaChanR15GuardTimerDurn     Integer32,
    iSUPMediaChanR15TrnkGpNum          INTEGER,
    iSUPMediaChanR15DualSeizurePolicy  INTEGER,
    iSUPMediaChanR15ZUtilization       INTEGER,
    iSUPMediaChanR15AlrmState          INTEGER,
    iSUPMediaChanR15AlrmEvtsAttnRq     Integer32,
    iSUPMediaChanR15AlrmStateTimestamp Unsigned32,
    iSUPMediaChanR15AlrmResetTimestamp Unsigned32,
    iSUPMediaChanR15DoExtraActions     INTEGER,
    iSUPMediaChanR15RowStatus          RowStatus,
    iSUPMediaChanR15AdminStatus        AdminStatus,
    iSUPMediaChanR15OperStatus         OperStatus,
    iSUPMediaChanR15AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPMediaChanR15AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPMediaChanR15AlrmEvtsAtndDp     Integer32,
    iSUPMediaChanR15DisallowSigLRN     INTEGER,
    iSUPMediaChanR15BAFBillAppendOrigingLRNMod
                                       INTEGER,
    iSUPMediaChanR15BAFBillConnectedSwitchLRN
                                       DisplayString,
    iSUPMediaChanR15BAFBillOverrideSignalledLRN
                                       INTEGER,
    iSUPMediaChanR15EchoCancellation   INTEGER,
    iSUPMediaChanR15Desc               DisplayString,
    iSUPMediaChanR15UseISUPCldAddrPrefixInfo
                                       INTEGER,
    iSUPMediaChanR15SupportedCallDirections
                                       INTEGER,
    iSUPMediaChanR15RcvGain            INTEGER,
    iSUPMediaChanR15BAFBillInTermCDRType
                                       INTEGER,
    iSUPMediaChanR15BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSUPMediaChanR15BAFBillInTandemCDRType
                                       INTEGER,
    iSUPMediaChanR15BAFBillOutOrigingCDRType
                                       INTEGER,
    iSUPMediaChanR15BAFBillOutTandemCDRType
                                       INTEGER,
    iSUPMediaChanR15BAFCNABllInCllsCIC Unsigned32,
    iSUPMediaChanR15BAFCNABllInCllsIncCNABillNum
                                       INTEGER,
    iSUPMediaChanR15CNABillCNABillNum  DisplayString,
    iSUPMediaChanR15CNABillIncChargeNum
                                       INTEGER,
    iSUPMediaChanR15CNABillIncClgNum   INTEGER,
    iSUPMediaChanR15Variant            INTEGER,
    iSUPMediaChanR15GatewayIx          Unsigned32,
    iSUPMediaChanR15XmitGain           INTEGER,
    iSUPMediaChanR15OverrideLocalCLLICode
                                       INTEGER,
    iSUPMediaChanR15LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR15OverrideRemCLLICode
                                       INTEGER,
    iSUPMediaChanR15RemCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR15StatisticsAlrms    Integer32,
    iSUPMediaChanR15I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSUPMediaChanR15I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSUPMediaChanR15I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSUPMediaChanR15FaultMonitoringProfOtherVals
                                       INTEGER,
    iSUPMediaChanR15ApplyFMPToReltdObjectTypes
                                       BITS,
    iSUPMediaChanR15AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSUPMediaChanR15TransportType      INTEGER,
    iSUPMediaChanR15XMLBillTrnkAccountingRef
                                       DisplayString
  }

  iSUPMediaChanR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanR15Entry  1 }

  iSUPMediaChanR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanR15Entry  2 }

  iSUPMediaChanR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanR15Entry  3 }

  iSUPMediaChanR15ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR15Entry  4 }

  iSUPMediaChanR15ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR15Entry  5 }

  iSUPMediaChanR15MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanR15Entry  6 }

  iSUPMediaChanR15AllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   highestNumberedCIC(1),
                   lowestNumberedCIC(2),
                   mostIdle(3),
                   leastIdle(4),
                   mostIdleLeastIdle(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation policy'.
                  This field is not writable when active."
    DEFVAL       { highestNumberedCIC }
    ::= { iSUPMediaChanR15Entry  7 }

  iSUPMediaChanR15GuardTimerDurn OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Guard timer duration'.
                  This field is not writable when active."
    DEFVAL       { 750 }
    ::= { iSUPMediaChanR15Entry  8 }

  iSUPMediaChanR15TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR15Entry  9 }

  iSUPMediaChanR15DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2),
                   highPointCodeEvenCIC(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'.
                  This field is not writable when active."
    DEFVAL       { thisExchange }
    ::= { iSUPMediaChanR15Entry  10 }

  iSUPMediaChanR15ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { iSUPMediaChanR15Entry  11 }

  iSUPMediaChanR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPMediaChanR15Entry  12 }

  iSUPMediaChanR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR15Entry  13 }

  iSUPMediaChanR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPMediaChanR15Entry  14 }

  iSUPMediaChanR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPMediaChanR15Entry  15 }

  iSUPMediaChanR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR15Entry  16 }

  iSUPMediaChanR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPMediaChanR15Entry  17 }

  iSUPMediaChanR15AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR15Entry  18 }

  iSUPMediaChanR15OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR15Entry  19 }

  iSUPMediaChanR15AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPMediaChanR15Entry  20 }

  iSUPMediaChanR15AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPMediaChanR15Entry  21 }

  iSUPMediaChanR15AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR15Entry  22 }

  iSUPMediaChanR15DisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  24 }

  iSUPMediaChanR15BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  25 }

  iSUPMediaChanR15BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { iSUPMediaChanR15Entry  26 }

  iSUPMediaChanR15BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  27 }

  iSUPMediaChanR15EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { iSUPMediaChanR15Entry  34 }

  iSUPMediaChanR15Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPMediaChanR15Entry  36 }

  iSUPMediaChanR15UseISUPCldAddrPrefixInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  37 }

  iSUPMediaChanR15SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSUPMediaChanR15Entry  38 }

  iSUPMediaChanR15RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR15Entry  39 }

  iSUPMediaChanR15BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR15Entry  40 }

  iSUPMediaChanR15BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  41 }

  iSUPMediaChanR15BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR15Entry  42 }

  iSUPMediaChanR15BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR15Entry  43 }

  iSUPMediaChanR15BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR15Entry  44 }

  iSUPMediaChanR15BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR15Entry  45 }

  iSUPMediaChanR15BAFCNABllInCllsIncCNABillNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include CNA billing number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  46 }

  iSUPMediaChanR15CNABillCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSUPMediaChanR15Entry  47 }

  iSUPMediaChanR15CNABillIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  48 }

  iSUPMediaChanR15CNABillIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  49 }

  iSUPMediaChanR15Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPMediaChanR15Entry  50 }

  iSUPMediaChanR15GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR15Entry  51 }

  iSUPMediaChanR15XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR15Entry  52 }

  iSUPMediaChanR15OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  53 }

  iSUPMediaChanR15LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR15Entry  54 }

  iSUPMediaChanR15OverrideRemCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override remote CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR15Entry  55 }

  iSUPMediaChanR15RemCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR15Entry  56 }

  iSUPMediaChanR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPMediaChanR15Entry  57 }

  iSUPMediaChanR15I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR15Entry  58 }

  iSUPMediaChanR15I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR15Entry  59 }

  iSUPMediaChanR15I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR15Entry  60 }

  iSUPMediaChanR15FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPMediaChanR15Entry  61 }

  iSUPMediaChanR15ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSUPMediaChanR15Entry  62 }

  iSUPMediaChanR15AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSUPMediaChanR15Entry  63 }

  iSUPMediaChanR15TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPMediaChanR15Entry  64 }

  iSUPMediaChanR15XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSUPMediaChanR15Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Application Server'                                    */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  m3UAASR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UAASR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2181 }

  m3UAASR2Entry OBJECT-TYPE
    SYNTAX       M3UAASR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UAASR2NEConn,
             m3UAASR2NetwkElement,
             m3UAASR2M3UAAppServerIx }
    ::= {  m3UAASR2Table  1  }

  M3UAASR2Entry  ::=  SEQUENCE
  {
    m3UAASR2NEConn                     Unsigned32,
    m3UAASR2NetwkElement               DisplayString,
    m3UAASR2M3UAAppServerIx            Unsigned32,
    m3UAASR2PointCodeVariant           INTEGER,
    m3UAASR2PointCode                  Unsigned32,
    m3UAASR2Desc                       DisplayString,
    m3UAASR2CgstnControlMethod         INTEGER,
    m3UAASR2I1ESAESAProtDomNEConn      Unsigned32,
    m3UAASR2I2ESAESAProtDomNetwkElement
                                       DisplayString,
    m3UAASR2I3ESAESAProtDomCFSIx       Unsigned32,
    m3UAASR2I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    m3UAASR2ESAESAProtDomOtherVals     INTEGER,
    m3UAASR2RouteAlrmsAttnRq           Unsigned32,
    m3UAASR2RouteAlrmEvtsAttnRq        Unsigned32,
    m3UAASR2RouteAlrmsAtndDp           Unsigned32,
    m3UAASR2RouteAlrmEvtsAtndDp        Unsigned32,
    m3UAASR2SummaryChldAlrmState       INTEGER,
    m3UAASR2DiagsLogLvl                INTEGER,
    m3UAASR2RowStatus                  RowStatus,
    m3UAASR2AdminStatus                AdminStatus,
    m3UAASR2OperStatus                 OperStatus,
    m3UAASR2PointCodeMinorVariant      INTEGER
  }

  m3UAASR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UAASR2Entry  1 }

  m3UAASR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UAASR2Entry  2 }

  m3UAASR2M3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M3UA Application Server index'.
                  This is an index field."
    ::= { m3UAASR2Entry  3 }

  m3UAASR2PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { m3UAASR2Entry  4 }

  m3UAASR2PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is only writable during create."
    ::= { m3UAASR2Entry  5 }

  m3UAASR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { m3UAASR2Entry  6 }

  m3UAASR2CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { m3UAASR2Entry  7 }

  m3UAASR2I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR2Entry  8 }

  m3UAASR2I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR2Entry  9 }

  m3UAASR2I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR2Entry  10 }

  m3UAASR2I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR2Entry  11 }

  m3UAASR2ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { m3UAASR2Entry  12 }

  m3UAASR2RouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarms'."
    ::= { m3UAASR2Entry  13 }

  m3UAASR2RouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR2Entry  14 }

  m3UAASR2RouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarms'."
    ::= { m3UAASR2Entry  15 }

  m3UAASR2RouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR2Entry  16 }

  m3UAASR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { m3UAASR2Entry  17 }

  m3UAASR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UAASR2Entry  18 }

  m3UAASR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UAASR2Entry  19 }

  m3UAASR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR2Entry  20 }

  m3UAASR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR2Entry  21 }

  m3UAASR2PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { m3UAASR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Gateway'                                          */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  sigGatewayR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigGatewayR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2182 }

  sigGatewayR12Entry OBJECT-TYPE
    SYNTAX       SigGatewayR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigGatewayR12NEConn,
             sigGatewayR12NetwkElement,
             sigGatewayR12SigPointID }
    ::= {  sigGatewayR12Table  1  }

  SigGatewayR12Entry  ::=  SEQUENCE
  {
    sigGatewayR12NEConn                Unsigned32,
    sigGatewayR12NetwkElement          DisplayString,
    sigGatewayR12SigPointID            Unsigned32,
    sigGatewayR12PointCode             Unsigned32,
    sigGatewayR12SigGatewayName        DisplayString,
    sigGatewayR12I1SigPointTimerProfNEConn
                                       Unsigned32,
    sigGatewayR12I2SigPointTimerProfNetwkElement
                                       DisplayString,
    sigGatewayR12I3SigPointTimerProfSigPointID
                                       Unsigned32,
    sigGatewayR12I4SigPointTimerProfProfID
                                       Unsigned32,
    sigGatewayR12DestAlrmsAttnRq       Integer32,
    sigGatewayR12DestAlrmEvtsAttnRq    Integer32,
    sigGatewayR12DestAlrmsAtndDp       Integer32,
    sigGatewayR12DestAlrmEvtsAtndDp    Integer32,
    sigGatewayR12LinkSetAlrmsAttnRq    Integer32,
    sigGatewayR12LinkSetAlrmEvtsAttnRq Integer32,
    sigGatewayR12TotChldAlrmsAttnRq    Unsigned32,
    sigGatewayR12TotChldAlrmEvtsAttnRq Unsigned32,
    sigGatewayR12TotChldAlrmsAtndDp    Unsigned32,
    sigGatewayR12TotChldAlrmEvtsAtndDp Unsigned32,
    sigGatewayR12SummaryChldAlrmState  INTEGER,
    sigGatewayR12RowStatus             RowStatus,
    sigGatewayR12AdminStatus           AdminStatus,
    sigGatewayR12OperStatus            OperStatus,
    sigGatewayR12CgstnControlMethod    INTEGER,
    sigGatewayR12AllowProxiedPointCodes
                                       INTEGER,
    sigGatewayR12SigPointType          INTEGER,
    sigGatewayR12MTP3Variant           INTEGER,
    sigGatewayR12I1ESAESAProtDomNEConn Unsigned32,
    sigGatewayR12I2ESAESAProtDomNetwkElement
                                       DisplayString,
    sigGatewayR12I3ESAESAProtDomCFSIx  Unsigned32,
    sigGatewayR12I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    sigGatewayR12ESAESAProtDomOtherVals
                                       INTEGER,
    sigGatewayR12ESAProtectionAct      INTEGER,
    sigGatewayR12ESASigGatewayCtrlStatus
                                       INTEGER,
    sigGatewayR12ESAAutoSwitchoverQualificationTime
                                       Unsigned32,
    sigGatewayR12ChldStatisticsAlrms   Integer32,
    sigGatewayR12NetwkIndicator        INTEGER,
    sigGatewayR12DeactivateLinksetsOnUserPartUnavail
                                       INTEGER,
    sigGatewayR12M3UARmASAlrmsAttnRq   Integer32,
    sigGatewayR12M3UARmASAlrmEvtsAttnRq
                                       Integer32,
    sigGatewayR12M3UARmASAlrmsAtndDp   Integer32,
    sigGatewayR12M3UARmASAlrmEvtsAtndDp
                                       Integer32,
    sigGatewayR12StatisticsAlrms       Integer32
  }

  sigGatewayR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigGatewayR12Entry  1 }

  sigGatewayR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigGatewayR12Entry  2 }

  sigGatewayR12SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigGatewayR12Entry  3 }

  sigGatewayR12PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is not writable when active."
    ::= { sigGatewayR12Entry  4 }

  sigGatewayR12SigGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway name'."
    ::= { sigGatewayR12Entry  5 }

  sigGatewayR12I1SigPointTimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR12Entry  6 }

  sigGatewayR12I2SigPointTimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR12Entry  7 }

  sigGatewayR12I3SigPointTimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR12Entry  8 }

  sigGatewayR12I4SigPointTimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR12Entry  9 }

  sigGatewayR12DestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarms'."
    ::= { sigGatewayR12Entry  10 }

  sigGatewayR12DestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR12Entry  11 }

  sigGatewayR12DestAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarms'."
    ::= { sigGatewayR12Entry  12 }

  sigGatewayR12DestAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR12Entry  13 }

  sigGatewayR12LinkSetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarms'."
    ::= { sigGatewayR12Entry  14 }

  sigGatewayR12LinkSetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR12Entry  15 }

  sigGatewayR12TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sigGatewayR12Entry  16 }

  sigGatewayR12TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sigGatewayR12Entry  17 }

  sigGatewayR12TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sigGatewayR12Entry  18 }

  sigGatewayR12TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sigGatewayR12Entry  19 }

  sigGatewayR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigGatewayR12Entry  20 }

  sigGatewayR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigGatewayR12Entry  21 }

  sigGatewayR12AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR12Entry  22 }

  sigGatewayR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR12Entry  23 }

  sigGatewayR12CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { sigGatewayR12Entry  24 }

  sigGatewayR12AllowProxiedPointCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow proxied point codes'."
    DEFVAL       { false }
    ::= { sigGatewayR12Entry  27 }

  sigGatewayR12SigPointType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sEP(1),
                   sTP(2),
                   sTEP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling point type'.
                  This field is not writable when active."
    ::= { sigGatewayR12Entry  28 }

  sigGatewayR12MTP3Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 variant'.
                  This field is only writable during create."
    ::= { sigGatewayR12Entry  29 }

  sigGatewayR12I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR12Entry  30 }

  sigGatewayR12I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR12Entry  31 }

  sigGatewayR12I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR12Entry  32 }

  sigGatewayR12I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR12Entry  33 }

  sigGatewayR12ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sigGatewayR12Entry  34 }

  sigGatewayR12ESAProtectionAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA - protection active'."
    DEFVAL       { true }
    ::= { sigGatewayR12Entry  35 }

  sigGatewayR12ESASigGatewayCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   signalingGatewayControlling(1),
                   signalingGatewayNotControlling(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - Signaling Gateway control status'."
    ::= { sigGatewayR12Entry  36 }

  sigGatewayR12ESAAutoSwitchoverQualificationTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - automatic switchover qualification time'."
    DEFVAL       { 5 }
    ::= { sigGatewayR12Entry  37 }

  sigGatewayR12ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigGatewayR12Entry  38 }

  sigGatewayR12NetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { sigGatewayR12Entry  39 }

  sigGatewayR12DeactivateLinksetsOnUserPartUnavail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deactivate linksets on user part unavailability'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigGatewayR12Entry  40 }

  sigGatewayR12M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarms'."
    ::= { sigGatewayR12Entry  41 }

  sigGatewayR12M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR12Entry  42 }

  sigGatewayR12M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarms'."
    ::= { sigGatewayR12Entry  43 }

  sigGatewayR12M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR12Entry  44 }

  sigGatewayR12StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigGatewayR12Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 TDM Carrier DS0 Termination'                            */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  tDMCrrDS0TermR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCrrDS0TermR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Carrier'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2183 }

  tDMCrrDS0TermR2Entry OBJECT-TYPE
    SYNTAX       TDMCrrDS0TermR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCrrDS0TermR2NEConn,
             tDMCrrDS0TermR2NetwkElement,
             tDMCrrDS0TermR2MediaGatewayIx,
             tDMCrrDS0TermR2CarrIx,
             tDMCrrDS0TermR2Timeslot }
    ::= {  tDMCrrDS0TermR2Table  1  }

  TDMCrrDS0TermR2Entry  ::=  SEQUENCE
  {
    tDMCrrDS0TermR2NEConn              Unsigned32,
    tDMCrrDS0TermR2NetwkElement        DisplayString,
    tDMCrrDS0TermR2MediaGatewayIx      Unsigned32,
    tDMCrrDS0TermR2CarrIx              Unsigned32,
    tDMCrrDS0TermR2Timeslot            Integer32,
    tDMCrrDS0TermR2InUseBy             INTEGER,
    tDMCrrDS0TermR2TnGenTestStatus     INTEGER,
    tDMCrrDS0TermR2TnGenTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR2TnGenTestLvl        INTEGER,
    tDMCrrDS0TermR2TnDetTestStatus     INTEGER,
    tDMCrrDS0TermR2TnDetTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR2TnDetTestLvl        INTEGER,
    tDMCrrDS0TermR2TnDetTestFreq       INTEGER,
    tDMCrrDS0TermR2AlrmState           INTEGER,
    tDMCrrDS0TermR2AlrmStateTimestamp  Unsigned32,
    tDMCrrDS0TermR2AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tDMCrrDS0TermR2AlrmEvtsAttnRq      Integer32,
    tDMCrrDS0TermR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCrrDS0TermR2DoExtraActions      INTEGER
  }

  tDMCrrDS0TermR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCrrDS0TermR2Entry  1 }

  tDMCrrDS0TermR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCrrDS0TermR2Entry  2 }

  tDMCrrDS0TermR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR2Entry  3 }

  tDMCrrDS0TermR2CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR2Entry  4 }

  tDMCrrDS0TermR2Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { tDMCrrDS0TermR2Entry  5 }

  tDMCrrDS0TermR2InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { tDMCrrDS0TermR2Entry  6 }

  tDMCrrDS0TermR2TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { tDMCrrDS0TermR2Entry  7 }

  tDMCrrDS0TermR2TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { tDMCrrDS0TermR2Entry  8 }

  tDMCrrDS0TermR2TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { tDMCrrDS0TermR2Entry  9 }

  tDMCrrDS0TermR2TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { tDMCrrDS0TermR2Entry  10 }

  tDMCrrDS0TermR2TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { tDMCrrDS0TermR2Entry  11 }

  tDMCrrDS0TermR2TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { tDMCrrDS0TermR2Entry  12 }

  tDMCrrDS0TermR2TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { tDMCrrDS0TermR2Entry  13 }

  tDMCrrDS0TermR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCrrDS0TermR2Entry  14 }

  tDMCrrDS0TermR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCrrDS0TermR2Entry  15 }

  tDMCrrDS0TermR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCrrDS0TermR2Entry  16 }

  tDMCrrDS0TermR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCrrDS0TermR2Entry  17 }

  tDMCrrDS0TermR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCrrDS0TermR2Entry  18 }

  tDMCrrDS0TermR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCrrDS0TermR2Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  tDMCarrierR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2184 }

  tDMCarrierR4Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR4NEConn,
             tDMCarrierR4NetwkElement,
             tDMCarrierR4MediaGatewayIx,
             tDMCarrierR4CarrIx }
    ::= {  tDMCarrierR4Table  1  }

  TDMCarrierR4Entry  ::=  SEQUENCE
  {
    tDMCarrierR4NEConn                 Unsigned32,
    tDMCarrierR4NetwkElement           DisplayString,
    tDMCarrierR4MediaGatewayIx         Unsigned32,
    tDMCarrierR4CarrIx                 Unsigned32,
    tDMCarrierR4Desc                   DisplayString,
    tDMCarrierR4CarrDspName            LongDisplayString,
    tDMCarrierR4ExtraInfo1             DisplayString,
    tDMCarrierR4ExtraInfo2             DisplayString,
    tDMCarrierR4CarrType               INTEGER,
    tDMCarrierR4CfgdChldCarrType       INTEGER,
    tDMCarrierR4ChldPosition           Unsigned32,
    tDMCarrierR4BrkOutPnlTpBldA        INTEGER,
    tDMCarrierR4BrkOutPnlTpBldB        INTEGER,
    tDMCarrierR4LineStatus             BITS,
    tDMCarrierR4DeactivnMode           INTEGER,
    tDMCarrierR4I1CarrToSwapWithNEConn Unsigned32,
    tDMCarrierR4I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR4I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR4I4CarrToSwapWithCarrIx Unsigned32,
    tDMCarrierR4FacilityName           DisplayString,
    tDMCarrierR4DirectT1CAS            INTEGER,
    tDMCarrierR4I1MFProtProfNEConn     Unsigned32,
    tDMCarrierR4I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR4I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR4I4MFProtProfProfIx     Unsigned32,
    tDMCarrierR4I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR4I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR4I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR4I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR4DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR4SupportedTerms         BITS,
    tDMCarrierR4AvailUses              BITS,
    tDMCarrierR4T1LineFraming          INTEGER,
    tDMCarrierR4E1LineFraming          INTEGER,
    tDMCarrierR4PhysEncodingT1         INTEGER,
    tDMCarrierR4PhysEncodingE1         INTEGER,
    tDMCarrierR4DS1LineLen             INTEGER,
    tDMCarrierR4TermEvtTraceIdentifier Integer32,
    tDMCarrierR4DS3LineLen             INTEGER,
    tDMCarrierR4DS3LineFraming         INTEGER,
    tDMCarrierR4BitErrRate             INTEGER,
    tDMCarrierR4SFPPresenceBladeA      INTEGER,
    tDMCarrierR4SFPPresenceBladeB      INTEGER,
    tDMCarrierR4SFPCfgdModType         INTEGER,
    tDMCarrierR4SFPActlModTpBldA       BITS,
    tDMCarrierR4SFPActlModTpBldB       BITS,
    tDMCarrierR4SFPSuppUsgBladeA       BITS,
    tDMCarrierR4SFPSuppUsgBladeB       BITS,
    tDMCarrierR4SFPSerialNumBladeA     DisplayString,
    tDMCarrierR4SFPSerialNumBladeB     DisplayString,
    tDMCarrierR4SFPIdentifierBladeA    INTEGER,
    tDMCarrierR4SFPIdentifierBladeB    INTEGER,
    tDMCarrierR4SFPConnValBldA         INTEGER,
    tDMCarrierR4SFPConnValBldB         INTEGER,
    tDMCarrierR4SFPVendorNameBladeA    DisplayString,
    tDMCarrierR4SFPVendorNameBladeB    DisplayString,
    tDMCarrierR4SFPVendorOUIBladeA     OCTET STRING,
    tDMCarrierR4SFPVendorOUIBladeB     OCTET STRING,
    tDMCarrierR4SFPVendorPNBladeA      DisplayString,
    tDMCarrierR4SFPVendorPNBladeB      DisplayString,
    tDMCarrierR4SFPVendorRevBladeA     DisplayString,
    tDMCarrierR4SFPVendorRevBladeB     DisplayString,
    tDMCarrierR4SFPTransFltSuppBldA    INTEGER,
    tDMCarrierR4SFPTransFltBldA        INTEGER,
    tDMCarrierR4SFPTransFltSuppBldB    INTEGER,
    tDMCarrierR4SFPTransFltBldB        INTEGER,
    tDMCarrierR4SFPLOSSuppBldA         INTEGER,
    tDMCarrierR4SFPLOSBldA             INTEGER,
    tDMCarrierR4SFPLOSSuppBldB         INTEGER,
    tDMCarrierR4SFPLOSBldB             INTEGER,
    tDMCarrierR4SFPActEncBladeA        INTEGER,
    tDMCarrierR4SFPActEncBladeB        INTEGER,
    tDMCarrierR4APSMode                INTEGER,
    tDMCarrierR4APSWorkingChanRx       INTEGER,
    tDMCarrierR4APSRequest             INTEGER,
    tDMCarrierR4APSXmitSignal          INTEGER,
    tDMCarrierR4APSRcvdSignal          INTEGER,
    tDMCarrierR4APSDominantSignal      INTEGER,
    tDMCarrierR4APSWaitToRestoreTime   Unsigned32,
    tDMCarrierR4APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR4APSSignalFailThreshold INTEGER,
    tDMCarrierR4SecTrcMsgSize          INTEGER,
    tDMCarrierR4SecTrcXmitMsg          DisplayString,
    tDMCarrierR4SecTrcExpRcvMsg        DisplayString,
    tDMCarrierR4SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR4SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR4SecTrcCheckTIM         INTEGER,
    tDMCarrierR4PathTrcMsgSize         INTEGER,
    tDMCarrierR4PathTrcXmitMsg         DisplayString,
    tDMCarrierR4PathTrcExpectedRcvMsg  DisplayString,
    tDMCarrierR4PathTrcActualRcvdMsg   DisplayString,
    tDMCarrierR4PathTrcCheckTIM        INTEGER,
    tDMCarrierR4BERTTestRunning        INTEGER,
    tDMCarrierR4BERTTotTestTime        Unsigned32,
    tDMCarrierR4BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR4BERTLOS                Unsigned32,
    tDMCarrierR4BERTBitErrRate         DisplayString,
    tDMCarrierR4BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR4LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR4LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR4LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR4CfgCarrActSts          INTEGER,
    tDMCarrierR4CfgCarrActLogCorr      Counter64,
    tDMCarrierR4CfgCarrActLogCorrNode  DisplayString,
    tDMCarrierR4CfgCarrActLogCorrUID   DisplayString,
    tDMCarrierR4I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR4I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR4I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR4FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR4AlrmState              INTEGER,
    tDMCarrierR4StatisticsAlrms        Integer32,
    tDMCarrierR4AlrmStateTimestamp     Unsigned32,
    tDMCarrierR4AlrmEvtsAttnRqLogCorr  Counter64,
    tDMCarrierR4AlrmEvtsAttnRq         Unsigned32,
    tDMCarrierR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR4ChldAlrmsAttnRq        Unsigned32,
    tDMCarrierR4ChldAlrmEvtsAttnRq     Unsigned32,
    tDMCarrierR4SummaryChldAlrmState   INTEGER,
    tDMCarrierR4ChldStatisticsAlrms    Integer32,
    tDMCarrierR4DiagsLoggingLogLvl     INTEGER,
    tDMCarrierR4APITraceEnabled        INTEGER,
    tDMCarrierR4APITraceTraceTag       DisplayString,
    tDMCarrierR4DS1Type                INTEGER,
    tDMCarrierR4ImportCnt              Integer32,
    tDMCarrierR4ImportStatus           DisplayString,
    tDMCarrierR4ImportMode             INTEGER,
    tDMCarrierR4ImportFile             DisplayString,
    tDMCarrierR4ImportCorr             Counter64,
    tDMCarrierR4ImportCorrNode         DisplayString,
    tDMCarrierR4ImportCorrUID          DisplayString,
    tDMCarrierR4ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR4ExportStatus           DisplayString,
    tDMCarrierR4ExportFile             DisplayString,
    tDMCarrierR4ExportCorr             Counter64,
    tDMCarrierR4ExportCorrNode         DisplayString,
    tDMCarrierR4ExportCorrUID          DisplayString,
    tDMCarrierR4DoExtraActions         INTEGER,
    tDMCarrierR4RowStatus              RowStatus,
    tDMCarrierR4AdminStatus            AdminStatus,
    tDMCarrierR4OperStatus             OperStatus,
    tDMCarrierR4ProtectLineStatus      BITS,
    tDMCarrierR4WorkingLineStatus      BITS,
    tDMCarrierR4BERTTestPattnSync      INTEGER,
    tDMCarrierR4SecTrcXmitMsgHex       OCTET STRING,
    tDMCarrierR4SecTrcExpRcvMsgHex     OCTET STRING,
    tDMCarrierR4SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR4SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR4BinaryH248PortName     OCTET STRING,
    tDMCarrierR4I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR4I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR4I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR4I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR4H2481BCTTesterSendTone INTEGER,
    tDMCarrierR4H2481BCTTesterRcvTone  INTEGER,
    tDMCarrierR4H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR4H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR4Diag                   INTEGER,
    tDMCarrierR4ExportIncASRepData     INTEGER,
    tDMCarrierR4ExportChldObjectsToInc INTEGER
  }

  tDMCarrierR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR4Entry  1 }

  tDMCarrierR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR4Entry  2 }

  tDMCarrierR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR4Entry  3 }

  tDMCarrierR4CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR4Entry  4 }

  tDMCarrierR4Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR4Entry  5 }

  tDMCarrierR4CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR4Entry  6 }

  tDMCarrierR4ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR4Entry  7 }

  tDMCarrierR4ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR4Entry  8 }

  tDMCarrierR4CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR4Entry  9 }

  tDMCarrierR4CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR4Entry  10 }

  tDMCarrierR4ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR4Entry  11 }

  tDMCarrierR4BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR4Entry  12 }

  tDMCarrierR4BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR4Entry  13 }

  tDMCarrierR4LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR4Entry  14 }

  tDMCarrierR4DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR4Entry  16 }

  tDMCarrierR4I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR4Entry  17 }

  tDMCarrierR4I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR4Entry  18 }

  tDMCarrierR4I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR4Entry  19 }

  tDMCarrierR4I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR4Entry  20 }

  tDMCarrierR4FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR4Entry  21 }

  tDMCarrierR4DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR4Entry  22 }

  tDMCarrierR4I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR4Entry  23 }

  tDMCarrierR4I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR4Entry  24 }

  tDMCarrierR4I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR4Entry  25 }

  tDMCarrierR4I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR4Entry  26 }

  tDMCarrierR4I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR4Entry  27 }

  tDMCarrierR4I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR4Entry  28 }

  tDMCarrierR4I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR4Entry  29 }

  tDMCarrierR4I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR4Entry  30 }

  tDMCarrierR4DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR4Entry  31 }

  tDMCarrierR4SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR4Entry  32 }

  tDMCarrierR4AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR4Entry  33 }

  tDMCarrierR4T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR4Entry  34 }

  tDMCarrierR4E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR4Entry  35 }

  tDMCarrierR4PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR4Entry  36 }

  tDMCarrierR4PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR4Entry  37 }

  tDMCarrierR4DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR4Entry  38 }

  tDMCarrierR4TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR4Entry  39 }

  tDMCarrierR4DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR4Entry  40 }

  tDMCarrierR4DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR4Entry  41 }

  tDMCarrierR4BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR4Entry  42 }

  tDMCarrierR4SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR4Entry  43 }

  tDMCarrierR4SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR4Entry  44 }

  tDMCarrierR4SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR4Entry  45 }

  tDMCarrierR4SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR4Entry  46 }

  tDMCarrierR4SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR4Entry  47 }

  tDMCarrierR4SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR4Entry  48 }

  tDMCarrierR4SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR4Entry  49 }

  tDMCarrierR4SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR4Entry  50 }

  tDMCarrierR4SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR4Entry  51 }

  tDMCarrierR4SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR4Entry  52 }

  tDMCarrierR4SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR4Entry  53 }

  tDMCarrierR4SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR4Entry  54 }

  tDMCarrierR4SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR4Entry  55 }

  tDMCarrierR4SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR4Entry  56 }

  tDMCarrierR4SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR4Entry  57 }

  tDMCarrierR4SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR4Entry  58 }

  tDMCarrierR4SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR4Entry  59 }

  tDMCarrierR4SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR4Entry  60 }

  tDMCarrierR4SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR4Entry  61 }

  tDMCarrierR4SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR4Entry  62 }

  tDMCarrierR4SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR4Entry  63 }

  tDMCarrierR4SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR4Entry  64 }

  tDMCarrierR4SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR4Entry  65 }

  tDMCarrierR4SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR4Entry  66 }

  tDMCarrierR4SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR4Entry  67 }

  tDMCarrierR4SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR4Entry  68 }

  tDMCarrierR4SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR4Entry  69 }

  tDMCarrierR4SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR4Entry  70 }

  tDMCarrierR4SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR4Entry  71 }

  tDMCarrierR4SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR4Entry  72 }

  tDMCarrierR4SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR4Entry  73 }

  tDMCarrierR4APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR4Entry  74 }

  tDMCarrierR4APSWorkingChanRx OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - working channel Rx'."
    ::= { tDMCarrierR4Entry  75 }

  tDMCarrierR4APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR4Entry  77 }

  tDMCarrierR4APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR4Entry  78 }

  tDMCarrierR4APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR4Entry  79 }

  tDMCarrierR4APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR4Entry  80 }

  tDMCarrierR4APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR4Entry  81 }

  tDMCarrierR4APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR4Entry  82 }

  tDMCarrierR4APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR4Entry  83 }

  tDMCarrierR4SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR4Entry  84 }

  tDMCarrierR4SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR4Entry  85 }

  tDMCarrierR4SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR4Entry  86 }

  tDMCarrierR4SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR4Entry  87 }

  tDMCarrierR4SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR4Entry  88 }

  tDMCarrierR4SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR4Entry  89 }

  tDMCarrierR4PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR4Entry  90 }

  tDMCarrierR4PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR4Entry  91 }

  tDMCarrierR4PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR4Entry  92 }

  tDMCarrierR4PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR4Entry  93 }

  tDMCarrierR4PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR4Entry  94 }

  tDMCarrierR4BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR4Entry  95 }

  tDMCarrierR4BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR4Entry  96 }

  tDMCarrierR4BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR4Entry  97 }

  tDMCarrierR4BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR4Entry  98 }

  tDMCarrierR4BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR4Entry  99 }

  tDMCarrierR4BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR4Entry  100 }

  tDMCarrierR4LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR4Entry  102 }

  tDMCarrierR4LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR4Entry  103 }

  tDMCarrierR4LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR4Entry  104 }

  tDMCarrierR4CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR4Entry  106 }

  tDMCarrierR4CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR4Entry  107 }

  tDMCarrierR4CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR4Entry  108 }

  tDMCarrierR4CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR4Entry  109 }

  tDMCarrierR4I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR4Entry  110 }

  tDMCarrierR4I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR4Entry  111 }

  tDMCarrierR4I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR4Entry  112 }

  tDMCarrierR4FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR4Entry  113 }

  tDMCarrierR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR4Entry  114 }

  tDMCarrierR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR4Entry  115 }

  tDMCarrierR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR4Entry  116 }

  tDMCarrierR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR4Entry  117 }

  tDMCarrierR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR4Entry  118 }

  tDMCarrierR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR4Entry  119 }

  tDMCarrierR4ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR4Entry  120 }

  tDMCarrierR4ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR4Entry  121 }

  tDMCarrierR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR4Entry  122 }

  tDMCarrierR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR4Entry  123 }

  tDMCarrierR4DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR4Entry  124 }

  tDMCarrierR4APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR4Entry  125 }

  tDMCarrierR4APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR4Entry  126 }

  tDMCarrierR4DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR4Entry  127 }

  tDMCarrierR4ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR4Entry  128 }

  tDMCarrierR4ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR4Entry  129 }

  tDMCarrierR4ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR4Entry  130 }

  tDMCarrierR4ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR4Entry  131 }

  tDMCarrierR4ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR4Entry  132 }

  tDMCarrierR4ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR4Entry  133 }

  tDMCarrierR4ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR4Entry  134 }

  tDMCarrierR4ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR4Entry  135 }

  tDMCarrierR4ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR4Entry  136 }

  tDMCarrierR4ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR4Entry  137 }

  tDMCarrierR4ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR4Entry  138 }

  tDMCarrierR4ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR4Entry  139 }

  tDMCarrierR4ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR4Entry  140 }

  tDMCarrierR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR4Entry  141 }

  tDMCarrierR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR4Entry  142 }

  tDMCarrierR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR4Entry  143 }

  tDMCarrierR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR4Entry  144 }

  tDMCarrierR4ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR4Entry  145 }

  tDMCarrierR4WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR4Entry  146 }

  tDMCarrierR4BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR4Entry  147 }

  tDMCarrierR4SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR4Entry  148 }

  tDMCarrierR4SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR4Entry  149 }

  tDMCarrierR4SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR4Entry  150 }

  tDMCarrierR4SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR4Entry  151 }

  tDMCarrierR4BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR4Entry  152 }

  tDMCarrierR4I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR4Entry  153 }

  tDMCarrierR4I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR4Entry  154 }

  tDMCarrierR4I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR4Entry  155 }

  tDMCarrierR4I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR4Entry  156 }

  tDMCarrierR4H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR4Entry  157 }

  tDMCarrierR4H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR4Entry  158 }

  tDMCarrierR4H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR4Entry  159 }

  tDMCarrierR4H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR4Entry  160 }

  tDMCarrierR4Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR4Entry  161 }

  tDMCarrierR4ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR4Entry  164 }

  tDMCarrierR4ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR4Entry  166 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 M3UA Remote AS'                                       */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  h248M3UARemASR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248M3UARemASR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Media Gateway Controller'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2185 }

  h248M3UARemASR2Entry OBJECT-TYPE
    SYNTAX       H248M3UARemASR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248M3UARemASR2NEConn,
             h248M3UARemASR2NetwkElement,
             h248M3UARemASR2MediaGatewayIx,
             h248M3UARemASR2MGCIx,
             h248M3UARemASR2H248ASIx }
    ::= {  h248M3UARemASR2Table  1  }

  H248M3UARemASR2Entry  ::=  SEQUENCE
  {
    h248M3UARemASR2NEConn              Unsigned32,
    h248M3UARemASR2NetwkElement        DisplayString,
    h248M3UARemASR2MediaGatewayIx      Unsigned32,
    h248M3UARemASR2MGCIx               INTEGER,
    h248M3UARemASR2H248ASIx            Unsigned32,
    h248M3UARemASR2ASState             INTEGER,
    h248M3UARemASR2SendASPIDInSig      INTEGER,
    h248M3UARemASR2MGASPID             Unsigned32,
    h248M3UARemASR2TrafficModeType     INTEGER,
    h248M3UARemASR2SendNetwkAppearanceInSig
                                       INTEGER,
    h248M3UARemASR2NetwkAppearance     Unsigned32,
    h248M3UARemASR2SendRtgCxtInSig     INTEGER,
    h248M3UARemASR2RtgCxt              Unsigned32,
    h248M3UARemASR2MTP3RtgLabelPointCodeFormat
                                       INTEGER,
    h248M3UARemASR2MTP3RtgLabelOrigingPointCode
                                       Unsigned32,
    h248M3UARemASR2MTP3RtgLabelDestPointCode
                                       Unsigned32,
    h248M3UARemASR2MTP3RtgLabelNetwkIndicator
                                       INTEGER,
    h248M3UARemASR2AlrmState           INTEGER,
    h248M3UARemASR2AlrmStateTimestamp  Unsigned32,
    h248M3UARemASR2AlrmEvtsAttnRqLogCorr
                                       Counter64,
    h248M3UARemASR2AlrmEvtsAttnRq      Unsigned32,
    h248M3UARemASR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    h248M3UARemASR2AlrmEvtsAtndDpLogCorr
                                       Counter64,
    h248M3UARemASR2AlrmEvtsAtndDp      Unsigned32,
    h248M3UARemASR2AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    h248M3UARemASR2IPSPAlrmsAttnRq     Unsigned32,
    h248M3UARemASR2IPSPAlrmEvtsAttnRq  Unsigned32,
    h248M3UARemASR2IPSPAlrmsAtndDp     Unsigned32,
    h248M3UARemASR2IPSPAlrmEvtsAtndDp  Unsigned32,
    h248M3UARemASR2SummaryChldAlrmState
                                       INTEGER,
    h248M3UARemASR2ChldStatisticsAlrms Integer32,
    h248M3UARemASR2DiagsLogLvl         INTEGER,
    h248M3UARemASR2RowStatus           RowStatus,
    h248M3UARemASR2AdminStatus         AdminStatus,
    h248M3UARemASR2OperStatus          OperStatus,
    h248M3UARemASR2MTP3RtgLabelMinorPointCodeFormat
                                       INTEGER
  }

  h248M3UARemASR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248M3UARemASR2Entry  1 }

  h248M3UARemASR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248M3UARemASR2Entry  2 }

  h248M3UARemASR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248M3UARemASR2Entry  3 }

  h248M3UARemASR2MGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248M3UARemASR2Entry  4 }

  h248M3UARemASR2H248ASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 AS index'.
                  This is an index field."
    ::= { h248M3UARemASR2Entry  5 }

  h248M3UARemASR2ASState OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AS state'."
    ::= { h248M3UARemASR2Entry  6 }

  h248M3UARemASR2SendASPIDInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send ASP ID in signaling'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { h248M3UARemASR2Entry  7 }

  h248M3UARemASR2MGASPID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MG ASP ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR2Entry  8 }

  h248M3UARemASR2TrafficModeType OBJECT-TYPE
    SYNTAX       INTEGER {
                   loadshare(2),
                   broadcast(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic mode type'.
                  This field is not writable when active."
    DEFVAL       { loadshare }
    ::= { h248M3UARemASR2Entry  9 }

  h248M3UARemASR2SendNetwkAppearanceInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send network appearance in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR2Entry  10 }

  h248M3UARemASR2NetwkAppearance OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network appearance'.
                  This field is not writable when active."
    ::= { h248M3UARemASR2Entry  11 }

  h248M3UARemASR2SendRtgCxtInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send routing context in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR2Entry  12 }

  h248M3UARemASR2RtgCxt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing context'.
                  This field is not writable when active."
    ::= { h248M3UARemASR2Entry  13 }

  h248M3UARemASR2MTP3RtgLabelPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - point code format'.
                  This field is not writable when active."
    DEFVAL       { iTU }
    ::= { h248M3UARemASR2Entry  14 }

  h248M3UARemASR2MTP3RtgLabelOrigingPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - originating point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR2Entry  15 }

  h248M3UARemASR2MTP3RtgLabelDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - destination point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR2Entry  16 }

  h248M3UARemASR2MTP3RtgLabelNetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { h248M3UARemASR2Entry  17 }

  h248M3UARemASR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { h248M3UARemASR2Entry  18 }

  h248M3UARemASR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { h248M3UARemASR2Entry  19 }

  h248M3UARemASR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { h248M3UARemASR2Entry  20 }

  h248M3UARemASR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR2Entry  21 }

  h248M3UARemASR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { h248M3UARemASR2Entry  22 }

  h248M3UARemASR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { h248M3UARemASR2Entry  23 }

  h248M3UARemASR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR2Entry  24 }

  h248M3UARemASR2AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { h248M3UARemASR2Entry  25 }

  h248M3UARemASR2IPSPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarms'."
    ::= { h248M3UARemASR2Entry  26 }

  h248M3UARemASR2IPSPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR2Entry  27 }

  h248M3UARemASR2IPSPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarms'."
    ::= { h248M3UARemASR2Entry  28 }

  h248M3UARemASR2IPSPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR2Entry  29 }

  h248M3UARemASR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248M3UARemASR2Entry  30 }

  h248M3UARemASR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248M3UARemASR2Entry  31 }

  h248M3UARemASR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { h248M3UARemASR2Entry  32 }

  h248M3UARemASR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248M3UARemASR2Entry  33 }

  h248M3UARemASR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR2Entry  34 }

  h248M3UARemASR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR2Entry  35 }

  h248M3UARemASR2MTP3RtgLabelMinorPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - minor point code format'.
                  This field is not writable when active."
    DEFVAL       { iTUBlueBook }
    ::= { h248M3UARemASR2Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 DS0 Termination'                               */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  dS1OverDS3DS0TermR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OverDS3DS0TermR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'DS1 Over DS3 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2186 }

  dS1OverDS3DS0TermR4Entry OBJECT-TYPE
    SYNTAX       DS1OverDS3DS0TermR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OverDS3DS0TermR4NEConn,
             dS1OverDS3DS0TermR4NetwkElement,
             dS1OverDS3DS0TermR4MediaGatewayIx,
             dS1OverDS3DS0TermR4CtrlerIx,
             dS1OverDS3DS0TermR4SlotNum,
             dS1OverDS3DS0TermR4PhysDS3PortName,
             dS1OverDS3DS0TermR4DS1OverDS3PortName,
             dS1OverDS3DS0TermR4Timeslot }
    ::= {  dS1OverDS3DS0TermR4Table  1  }

  DS1OverDS3DS0TermR4Entry  ::=  SEQUENCE
  {
    dS1OverDS3DS0TermR4NEConn          Unsigned32,
    dS1OverDS3DS0TermR4NetwkElement    DisplayString,
    dS1OverDS3DS0TermR4MediaGatewayIx  Unsigned32,
    dS1OverDS3DS0TermR4CtrlerIx        INTEGER,
    dS1OverDS3DS0TermR4SlotNum         INTEGER,
    dS1OverDS3DS0TermR4PhysDS3PortName INTEGER,
    dS1OverDS3DS0TermR4DS1OverDS3PortName
                                       DisplayString,
    dS1OverDS3DS0TermR4Timeslot        Integer32,
    dS1OverDS3DS0TermR4InUseBy         INTEGER,
    dS1OverDS3DS0TermR4TnGenTestStatus INTEGER,
    dS1OverDS3DS0TermR4TnGenTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR4TnGenTestLvl    INTEGER,
    dS1OverDS3DS0TermR4TnDetTestStatus INTEGER,
    dS1OverDS3DS0TermR4TnDetTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR4TnDetTestLvl    INTEGER,
    dS1OverDS3DS0TermR4TnDetTestFreq   INTEGER,
    dS1OverDS3DS0TermR4AlrmState       INTEGER,
    dS1OverDS3DS0TermR4AlrmStateTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR4AlmEvtAtnRqLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR4AlmEvtAtnRq     Integer32,
    dS1OverDS3DS0TermR4AlmEvtAtnRqResetTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR4DoExtraActions  INTEGER
  }

  dS1OverDS3DS0TermR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  1 }

  dS1OverDS3DS0TermR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  2 }

  dS1OverDS3DS0TermR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  3 }

  dS1OverDS3DS0TermR4CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  4 }

  dS1OverDS3DS0TermR4SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  5 }

  dS1OverDS3DS0TermR4PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  6 }

  dS1OverDS3DS0TermR4DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  7 }

  dS1OverDS3DS0TermR4Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR4Entry  8 }

  dS1OverDS3DS0TermR4InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { dS1OverDS3DS0TermR4Entry  9 }

  dS1OverDS3DS0TermR4TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { dS1OverDS3DS0TermR4Entry  10 }

  dS1OverDS3DS0TermR4TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR4Entry  11 }

  dS1OverDS3DS0TermR4TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { dS1OverDS3DS0TermR4Entry  12 }

  dS1OverDS3DS0TermR4TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { dS1OverDS3DS0TermR4Entry  13 }

  dS1OverDS3DS0TermR4TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR4Entry  14 }

  dS1OverDS3DS0TermR4TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { dS1OverDS3DS0TermR4Entry  15 }

  dS1OverDS3DS0TermR4TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { dS1OverDS3DS0TermR4Entry  16 }

  dS1OverDS3DS0TermR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OverDS3DS0TermR4Entry  17 }

  dS1OverDS3DS0TermR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OverDS3DS0TermR4Entry  18 }

  dS1OverDS3DS0TermR4AlmEvtAtnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { dS1OverDS3DS0TermR4Entry  19 }

  dS1OverDS3DS0TermR4AlmEvtAtnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OverDS3DS0TermR4Entry  20 }

  dS1OverDS3DS0TermR4AlmEvtAtnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { dS1OverDS3DS0TermR4Entry  21 }

  dS1OverDS3DS0TermR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OverDS3DS0TermR4Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 Port'                                          */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  dS1OvrDS3PrtR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OvrDS3PrtR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS3 Port'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2187 }

  dS1OvrDS3PrtR11Entry OBJECT-TYPE
    SYNTAX       DS1OvrDS3PrtR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OvrDS3PrtR11NEConn,
             dS1OvrDS3PrtR11NetwkElement,
             dS1OvrDS3PrtR11MediaGatewayIx,
             dS1OvrDS3PrtR11CtrlerIx,
             dS1OvrDS3PrtR11SlotNum,
             dS1OvrDS3PrtR11PhysDS3PortName,
             dS1OvrDS3PrtR11DS1OverDS3PortName }
    ::= {  dS1OvrDS3PrtR11Table  1  }

  DS1OvrDS3PrtR11Entry  ::=  SEQUENCE
  {
    dS1OvrDS3PrtR11NEConn              Unsigned32,
    dS1OvrDS3PrtR11NetwkElement        DisplayString,
    dS1OvrDS3PrtR11MediaGatewayIx      Unsigned32,
    dS1OvrDS3PrtR11CtrlerIx            INTEGER,
    dS1OvrDS3PrtR11SlotNum             INTEGER,
    dS1OvrDS3PrtR11PhysDS3PortName     INTEGER,
    dS1OvrDS3PrtR11DS1OverDS3PortName  DisplayString,
    dS1OvrDS3PrtR11ChanNum             INTEGER,
    dS1OvrDS3PrtR11LineFraming         INTEGER,
    dS1OvrDS3PrtR11LineStatus          BITS,
    dS1OvrDS3PrtR11ClkRef              INTEGER,
    dS1OvrDS3PrtR11DS1Type             INTEGER,
    dS1OvrDS3PrtR11SupportedTerms      BITS,
    dS1OvrDS3PrtR11DeactivnMode        INTEGER,
    dS1OvrDS3PrtR11MaxDS0ChanIx        INTEGER,
    dS1OvrDS3PrtR11AlrmState           INTEGER,
    dS1OvrDS3PrtR11AlrmLogCorr         Counter64,
    dS1OvrDS3PrtR11AlrmEvtsAttnRq      Integer32,
    dS1OvrDS3PrtR11AlrmStateTimestamp  Unsigned32,
    dS1OvrDS3PrtR11AlrmResetTimestamp  Unsigned32,
    dS1OvrDS3PrtR11DiagsLogLvl         INTEGER,
    dS1OvrDS3PrtR11DiagsAPITraceEnabled
                                       INTEGER,
    dS1OvrDS3PrtR11DiagsAPITraceTag    DisplayString,
    dS1OvrDS3PrtR11DoExtraActions      INTEGER,
    dS1OvrDS3PrtR11RowStatus           RowStatus,
    dS1OvrDS3PrtR11AdminStatus         AdminStatus,
    dS1OvrDS3PrtR11OperStatus          OperStatus,
    dS1OvrDS3PrtR11PortName            DisplayString,
    dS1OvrDS3PrtR11I1MFProtProfNEConn  Unsigned32,
    dS1OvrDS3PrtR11I2MFProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR11I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR11I4MFProtProfProfIx  Unsigned32,
    dS1OvrDS3PrtR11BitErrRate          INTEGER,
    dS1OvrDS3PrtR11AddtlInfo           DisplayString,
    dS1OvrDS3PrtR11LoopbackLocalLoopbackStatus
                                       INTEGER,
    dS1OvrDS3PrtR11LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    dS1OvrDS3PrtR11LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    dS1OvrDS3PrtR11BERTRessTestRunning INTEGER,
    dS1OvrDS3PrtR11BERTRessTestPattnSynchronized
                                       INTEGER,
    dS1OvrDS3PrtR11BERTRessTotTestTime Unsigned32,
    dS1OvrDS3PrtR11BERTRessLossSynchronizationSecs
                                       Unsigned32,
    dS1OvrDS3PrtR11BERTRessLossSignalLOSSecs
                                       Unsigned32,
    dS1OvrDS3PrtR11BERTRessBitErrRate  DisplayString,
    dS1OvrDS3PrtR11BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    dS1OvrDS3PrtR11DirectT1CAS         INTEGER,
    dS1OvrDS3PrtR11I1CASProtProfNEConn Unsigned32,
    dS1OvrDS3PrtR11I2CASProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR11I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR11I4CASProtProfProfIx Unsigned32,
    dS1OvrDS3PrtR11CASProtProfOtherVals
                                       INTEGER,
    dS1OvrDS3PrtR11DS0AlrmsAttnRq      Integer32,
    dS1OvrDS3PrtR11SummaryChldAlrmState
                                       INTEGER,
    dS1OvrDS3PrtR11FaultMonitoringLvl  INTEGER,
    dS1OvrDS3PrtR11I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    dS1OvrDS3PrtR11I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    dS1OvrDS3PrtR11I3FaultMonitoringProfFMPIx
                                       Integer32,
    dS1OvrDS3PrtR11FaultMonitoringProfOtherVals
                                       INTEGER
  }

  dS1OvrDS3PrtR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR11Entry  1 }

  dS1OvrDS3PrtR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR11Entry  2 }

  dS1OvrDS3PrtR11MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR11Entry  3 }

  dS1OvrDS3PrtR11CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR11Entry  4 }

  dS1OvrDS3PrtR11SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR11Entry  5 }

  dS1OvrDS3PrtR11PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR11Entry  6 }

  dS1OvrDS3PrtR11DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR11Entry  7 }

  dS1OvrDS3PrtR11ChanNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel number'.
                  This field is only writable during create."
    ::= { dS1OvrDS3PrtR11Entry  8 }

  dS1OvrDS3PrtR11LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { dS1OvrDS3PrtR11Entry  9 }

  dS1OvrDS3PrtR11LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { dS1OvrDS3PrtR11Entry  10 }

  dS1OvrDS3PrtR11ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { dS1OvrDS3PrtR11Entry  11 }

  dS1OvrDS3PrtR11DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { dS1OvrDS3PrtR11Entry  12 }

  dS1OvrDS3PrtR11SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { dS1OvrDS3PrtR11Entry  13 }

  dS1OvrDS3PrtR11DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { dS1OvrDS3PrtR11Entry  14 }

  dS1OvrDS3PrtR11MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { dS1OvrDS3PrtR11Entry  15 }

  dS1OvrDS3PrtR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OvrDS3PrtR11Entry  16 }

  dS1OvrDS3PrtR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { dS1OvrDS3PrtR11Entry  17 }

  dS1OvrDS3PrtR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OvrDS3PrtR11Entry  18 }

  dS1OvrDS3PrtR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OvrDS3PrtR11Entry  19 }

  dS1OvrDS3PrtR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { dS1OvrDS3PrtR11Entry  20 }

  dS1OvrDS3PrtR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { dS1OvrDS3PrtR11Entry  21 }

  dS1OvrDS3PrtR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR11Entry  22 }

  dS1OvrDS3PrtR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { dS1OvrDS3PrtR11Entry  23 }

  dS1OvrDS3PrtR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR11Entry  24 }

  dS1OvrDS3PrtR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { dS1OvrDS3PrtR11Entry  25 }

  dS1OvrDS3PrtR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR11Entry  26 }

  dS1OvrDS3PrtR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR11Entry  27 }

  dS1OvrDS3PrtR11PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { dS1OvrDS3PrtR11Entry  29 }

  dS1OvrDS3PrtR11I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  30 }

  dS1OvrDS3PrtR11I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  31 }

  dS1OvrDS3PrtR11I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  32 }

  dS1OvrDS3PrtR11I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  33 }

  dS1OvrDS3PrtR11BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { dS1OvrDS3PrtR11Entry  34 }

  dS1OvrDS3PrtR11AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { dS1OvrDS3PrtR11Entry  35 }

  dS1OvrDS3PrtR11LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { dS1OvrDS3PrtR11Entry  36 }

  dS1OvrDS3PrtR11LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { dS1OvrDS3PrtR11Entry  37 }

  dS1OvrDS3PrtR11LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { dS1OvrDS3PrtR11Entry  38 }

  dS1OvrDS3PrtR11BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { dS1OvrDS3PrtR11Entry  39 }

  dS1OvrDS3PrtR11BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { dS1OvrDS3PrtR11Entry  40 }

  dS1OvrDS3PrtR11BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { dS1OvrDS3PrtR11Entry  41 }

  dS1OvrDS3PrtR11BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { dS1OvrDS3PrtR11Entry  42 }

  dS1OvrDS3PrtR11BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { dS1OvrDS3PrtR11Entry  43 }

  dS1OvrDS3PrtR11BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { dS1OvrDS3PrtR11Entry  44 }

  dS1OvrDS3PrtR11BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { dS1OvrDS3PrtR11Entry  45 }

  dS1OvrDS3PrtR11DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR11Entry  46 }

  dS1OvrDS3PrtR11I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  47 }

  dS1OvrDS3PrtR11I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  48 }

  dS1OvrDS3PrtR11I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  49 }

  dS1OvrDS3PrtR11I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  50 }

  dS1OvrDS3PrtR11CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR11Entry  51 }

  dS1OvrDS3PrtR11DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { dS1OvrDS3PrtR11Entry  53 }

  dS1OvrDS3PrtR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dS1OvrDS3PrtR11Entry  55 }

  dS1OvrDS3PrtR11FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { dS1OvrDS3PrtR11Entry  56 }

  dS1OvrDS3PrtR11I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  57 }

  dS1OvrDS3PrtR11I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  58 }

  dS1OvrDS3PrtR11I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR11Entry  59 }

  dS1OvrDS3PrtR11FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR11Entry  60 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS0 Termination'                                            */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  physDS1DS0TermR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1DS0TermR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS1 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2188 }

  physDS1DS0TermR4Entry OBJECT-TYPE
    SYNTAX       PhysDS1DS0TermR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1DS0TermR4NEConn,
             physDS1DS0TermR4NetwkElement,
             physDS1DS0TermR4MediaGatewayIx,
             physDS1DS0TermR4CtrlerIx,
             physDS1DS0TermR4SlotNum,
             physDS1DS0TermR4PhysDS1PortName,
             physDS1DS0TermR4Timeslot }
    ::= {  physDS1DS0TermR4Table  1  }

  PhysDS1DS0TermR4Entry  ::=  SEQUENCE
  {
    physDS1DS0TermR4NEConn             Unsigned32,
    physDS1DS0TermR4NetwkElement       DisplayString,
    physDS1DS0TermR4MediaGatewayIx     Unsigned32,
    physDS1DS0TermR4CtrlerIx           INTEGER,
    physDS1DS0TermR4SlotNum            INTEGER,
    physDS1DS0TermR4PhysDS1PortName    DisplayString,
    physDS1DS0TermR4Timeslot           Integer32,
    physDS1DS0TermR4InUseBy            INTEGER,
    physDS1DS0TermR4TnGenTestStatus    INTEGER,
    physDS1DS0TermR4TnGenTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR4TnGenTestLvl       INTEGER,
    physDS1DS0TermR4TnDetTestStatus    INTEGER,
    physDS1DS0TermR4TnDetTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR4TnDetTestLvl       INTEGER,
    physDS1DS0TermR4TnDetTestFreq      INTEGER,
    physDS1DS0TermR4AlrmState          INTEGER,
    physDS1DS0TermR4AlrmStateTimestamp Unsigned32,
    physDS1DS0TermR4AlrmEvtsAttnRqLogCorr
                                       Counter64,
    physDS1DS0TermR4AlrmEvtsAttnRq     Integer32,
    physDS1DS0TermR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    physDS1DS0TermR4DoExtraActions     INTEGER
  }

  physDS1DS0TermR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1DS0TermR4Entry  1 }

  physDS1DS0TermR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1DS0TermR4Entry  2 }

  physDS1DS0TermR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1DS0TermR4Entry  3 }

  physDS1DS0TermR4CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1DS0TermR4Entry  4 }

  physDS1DS0TermR4SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1DS0TermR4Entry  5 }

  physDS1DS0TermR4PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1DS0TermR4Entry  6 }

  physDS1DS0TermR4Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { physDS1DS0TermR4Entry  7 }

  physDS1DS0TermR4InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { physDS1DS0TermR4Entry  8 }

  physDS1DS0TermR4TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { physDS1DS0TermR4Entry  9 }

  physDS1DS0TermR4TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { physDS1DS0TermR4Entry  10 }

  physDS1DS0TermR4TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { physDS1DS0TermR4Entry  11 }

  physDS1DS0TermR4TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { physDS1DS0TermR4Entry  12 }

  physDS1DS0TermR4TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { physDS1DS0TermR4Entry  13 }

  physDS1DS0TermR4TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { physDS1DS0TermR4Entry  14 }

  physDS1DS0TermR4TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { physDS1DS0TermR4Entry  15 }

  physDS1DS0TermR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1DS0TermR4Entry  16 }

  physDS1DS0TermR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1DS0TermR4Entry  17 }

  physDS1DS0TermR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { physDS1DS0TermR4Entry  18 }

  physDS1DS0TermR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1DS0TermR4Entry  19 }

  physDS1DS0TermR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { physDS1DS0TermR4Entry  20 }

  physDS1DS0TermR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1DS0TermR4Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Physical DS1 Port'                                          */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  physDS1PortR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1PortR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2189 }

  physDS1PortR12Entry OBJECT-TYPE
    SYNTAX       PhysDS1PortR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1PortR12NEConn,
             physDS1PortR12NetwkElement,
             physDS1PortR12MediaGatewayIx,
             physDS1PortR12CtrlerIx,
             physDS1PortR12SlotNum,
             physDS1PortR12PhysDS1PortName }
    ::= {  physDS1PortR12Table  1  }

  PhysDS1PortR12Entry  ::=  SEQUENCE
  {
    physDS1PortR12NEConn               Unsigned32,
    physDS1PortR12NetwkElement         DisplayString,
    physDS1PortR12MediaGatewayIx       Unsigned32,
    physDS1PortR12CtrlerIx             INTEGER,
    physDS1PortR12SlotNum              INTEGER,
    physDS1PortR12PhysDS1PortName      DisplayString,
    physDS1PortR12PhysEncoding         INTEGER,
    physDS1PortR12LineFraming          INTEGER,
    physDS1PortR12LineLen              INTEGER,
    physDS1PortR12LineClking           INTEGER,
    physDS1PortR12LineStatus           BITS,
    physDS1PortR12ClkRef               INTEGER,
    physDS1PortR12DS1Type              INTEGER,
    physDS1PortR12SupportedTerms       BITS,
    physDS1PortR12DeactivnMode         INTEGER,
    physDS1PortR12MaxDS0ChanIx         INTEGER,
    physDS1PortR12AlrmState            INTEGER,
    physDS1PortR12AlrmLogCorr          Counter64,
    physDS1PortR12AlrmEvtsAttnRq       Integer32,
    physDS1PortR12AlrmStateTimestamp   Unsigned32,
    physDS1PortR12AlrmResetTimestamp   Unsigned32,
    physDS1PortR12DiagsLogLvl          INTEGER,
    physDS1PortR12DiagsAPITraceEnabled INTEGER,
    physDS1PortR12DiagsAPITraceTag     DisplayString,
    physDS1PortR12DoExtraActions       INTEGER,
    physDS1PortR12RowStatus            RowStatus,
    physDS1PortR12AdminStatus          AdminStatus,
    physDS1PortR12OperStatus           OperStatus,
    physDS1PortR12PhysDS1PortNum       INTEGER,
    physDS1PortR12AvailUses            BITS,
    physDS1PortR12PortName             DisplayString,
    physDS1PortR12I1MFProtProfNEConn   Unsigned32,
    physDS1PortR12I2MFProtProfNetwkElement
                                       DisplayString,
    physDS1PortR12I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR12I4MFProtProfProfIx   Unsigned32,
    physDS1PortR12AddtlInfo            DisplayString,
    physDS1PortR12BitErrRate           INTEGER,
    physDS1PortR12LoopbackLocalLoopbackStatus
                                       INTEGER,
    physDS1PortR12LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    physDS1PortR12LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    physDS1PortR12BERTRessTestRunning  INTEGER,
    physDS1PortR12BERTRessTestPattnSynchronized
                                       INTEGER,
    physDS1PortR12BERTRessTotTestTime  Unsigned32,
    physDS1PortR12BERTRessLossSynchronizationSecs
                                       Unsigned32,
    physDS1PortR12BERTRessLossSignalLOSSecs
                                       Unsigned32,
    physDS1PortR12BERTRessBitErrRate   DisplayString,
    physDS1PortR12BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    physDS1PortR12DirectT1CAS          INTEGER,
    physDS1PortR12QualifiedAsUsableRef INTEGER,
    physDS1PortR12I1CASProtProfNEConn  Unsigned32,
    physDS1PortR12I2CASProtProfNetwkElement
                                       DisplayString,
    physDS1PortR12I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR12I4CASProtProfProfIx  Unsigned32,
    physDS1PortR12CASProtProfOtherVals INTEGER,
    physDS1PortR12DS0AlrmsAttnRq       Integer32,
    physDS1PortR12SummaryChldAlrmState INTEGER,
    physDS1PortR12FaultMonitoringLvl   INTEGER,
    physDS1PortR12I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    physDS1PortR12I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    physDS1PortR12I3FaultMonitoringProfFMPIx
                                       Integer32,
    physDS1PortR12FaultMonitoringProfOtherVals
                                       INTEGER
  }

  physDS1PortR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1PortR12Entry  1 }

  physDS1PortR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1PortR12Entry  2 }

  physDS1PortR12MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1PortR12Entry  3 }

  physDS1PortR12CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1PortR12Entry  4 }

  physDS1PortR12SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1PortR12Entry  5 }

  physDS1PortR12PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1PortR12Entry  6 }

  physDS1PortR12PhysEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   b8ZST1Only(1),
                   aMI(2),
                   hDB3E1Only(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical encoding'.
                  This field is not writable when active."
    ::= { physDS1PortR12Entry  7 }

  physDS1PortR12LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { physDS1PortR12Entry  8 }

  physDS1PortR12LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   between133And266ftEquivTo40To80m(2),
                   between266And399ftEquivTo40To120m(3),
                   between399And533ftEquivTo120To160m(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { physDS1PortR12Entry  9 }

  physDS1PortR12LineClking OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   loop(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line clocking'.
                  This field is not writable when active."
    DEFVAL       { loop }
    ::= { physDS1PortR12Entry  10 }

  physDS1PortR12LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { physDS1PortR12Entry  11 }

  physDS1PortR12ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { physDS1PortR12Entry  12 }

  physDS1PortR12DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { physDS1PortR12Entry  13 }

  physDS1PortR12SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { physDS1PortR12Entry  14 }

  physDS1PortR12DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { physDS1PortR12Entry  15 }

  physDS1PortR12MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { physDS1PortR12Entry  16 }

  physDS1PortR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1PortR12Entry  17 }

  physDS1PortR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { physDS1PortR12Entry  18 }

  physDS1PortR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1PortR12Entry  19 }

  physDS1PortR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1PortR12Entry  20 }

  physDS1PortR12AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { physDS1PortR12Entry  21 }

  physDS1PortR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { physDS1PortR12Entry  22 }

  physDS1PortR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { physDS1PortR12Entry  23 }

  physDS1PortR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { physDS1PortR12Entry  24 }

  physDS1PortR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR12Entry  25 }

  physDS1PortR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { physDS1PortR12Entry  26 }

  physDS1PortR12AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR12Entry  27 }

  physDS1PortR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR12Entry  28 }

  physDS1PortR12PhysDS1PortNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This field is only writable during create."
    ::= { physDS1PortR12Entry  31 }

  physDS1PortR12AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { physDS1PortR12Entry  32 }

  physDS1PortR12PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { physDS1PortR12Entry  33 }

  physDS1PortR12I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR12Entry  34 }

  physDS1PortR12I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR12Entry  35 }

  physDS1PortR12I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR12Entry  36 }

  physDS1PortR12I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR12Entry  37 }

  physDS1PortR12AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { physDS1PortR12Entry  38 }

  physDS1PortR12BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { physDS1PortR12Entry  39 }

  physDS1PortR12LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { physDS1PortR12Entry  40 }

  physDS1PortR12LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { physDS1PortR12Entry  41 }

  physDS1PortR12LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { physDS1PortR12Entry  42 }

  physDS1PortR12BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { physDS1PortR12Entry  43 }

  physDS1PortR12BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { physDS1PortR12Entry  44 }

  physDS1PortR12BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { physDS1PortR12Entry  45 }

  physDS1PortR12BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { physDS1PortR12Entry  46 }

  physDS1PortR12BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { physDS1PortR12Entry  47 }

  physDS1PortR12BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { physDS1PortR12Entry  48 }

  physDS1PortR12BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { physDS1PortR12Entry  49 }

  physDS1PortR12DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { physDS1PortR12Entry  50 }

  physDS1PortR12QualifiedAsUsableRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Qualified as usable reference'."
    ::= { physDS1PortR12Entry  51 }

  physDS1PortR12I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR12Entry  52 }

  physDS1PortR12I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR12Entry  53 }

  physDS1PortR12I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR12Entry  54 }

  physDS1PortR12I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR12Entry  55 }

  physDS1PortR12CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR12Entry  56 }

  physDS1PortR12DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { physDS1PortR12Entry  58 }

  physDS1PortR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { physDS1PortR12Entry  60 }

  physDS1PortR12FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { physDS1PortR12Entry  61 }

  physDS1PortR12I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR12Entry  62 }

  physDS1PortR12I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR12Entry  63 }

  physDS1PortR12I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR12Entry  64 }

  physDS1PortR12FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR12Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Off-Premises Extension Service'                             */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  indLineOPXR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineOPXR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2190 }

  indLineOPXR2Entry OBJECT-TYPE
    SYNTAX       IndLineOPXR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineOPXR2NEConn,
             indLineOPXR2NetwkElement,
             indLineOPXR2CFSIx,
             indLineOPXR2DirNum,
             indLineOPXR2OPXDirNum }
    ::= {  indLineOPXR2Table  1  }

  IndLineOPXR2Entry  ::=  SEQUENCE
  {
    indLineOPXR2NEConn                 Unsigned32,
    indLineOPXR2NetwkElement           DisplayString,
    indLineOPXR2CFSIx                  Unsigned32,
    indLineOPXR2DirNum                 DisplayString,
    indLineOPXR2OPXSubscribed          INTEGER,
    indLineOPXR2OPXDirNum              DisplayString,
    indLineOPXR2T1I1AccDevNEConn       Unsigned32,
    indLineOPXR2T1I2AccDevNetwkElement DisplayString,
    indLineOPXR2T1I3AccDevCFSIx        Unsigned32,
    indLineOPXR2T1I4AccDevGatewayIx    Unsigned32,
    indLineOPXR2T1I5AccDevDeviceIx     Unsigned32,
    indLineOPXR2T2I1AccDevNEConn       Unsigned32,
    indLineOPXR2T2I2AccDevNetwkElement DisplayString,
    indLineOPXR2T2I3AccDevCFSIx        Unsigned32,
    indLineOPXR2T2I4AccDevGatewayIx    Unsigned32,
    indLineOPXR2T2I5AccDevDeviceIx     Unsigned32,
    indLineOPXR2AccessLineNum          Unsigned32,
    indLineOPXR2SignalFunctionCode     INTEGER,
    indLineOPXR2AlrmState              INTEGER,
    indLineOPXR2AlrmLogCorr            Counter64,
    indLineOPXR2AddtlAlrmLogCorr       Counter64,
    indLineOPXR2AlrmEvtsAttnRq         Unsigned32,
    indLineOPXR2AlrmEvtsAtndDp         Unsigned32,
    indLineOPXR2AlrmStateTimestamp     Unsigned32,
    indLineOPXR2DiagsLogLvl            INTEGER,
    indLineOPXR2DiagsAPITraceEnabled   INTEGER,
    indLineOPXR2DiagsAPITraceTag       DisplayString,
    indLineOPXR2RowStatus              RowStatus,
    indLineOPXR2GR303DialType          INTEGER,
    indLineOPXR2T1I1GatewayNEConn      Unsigned32,
    indLineOPXR2T1I2GatewayNetwkElement
                                       DisplayString,
    indLineOPXR2T1I3GatewayCFSIx       Unsigned32,
    indLineOPXR2T1I4GatewayGatewayIx   Unsigned32,
    indLineOPXR2T2I1GatewayNEConn      Unsigned32,
    indLineOPXR2T2I2GatewayNetwkElement
                                       DisplayString,
    indLineOPXR2T2I3GatewayCFSIx       Unsigned32,
    indLineOPXR2T2I4GatewayGatewayIx   Unsigned32
  }

  indLineOPXR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineOPXR2Entry  1 }

  indLineOPXR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineOPXR2Entry  2 }

  indLineOPXR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineOPXR2Entry  3 }

  indLineOPXR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOPXR2Entry  4 }

  indLineOPXR2OPXSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Premises Extension - Subscribed'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { indLineOPXR2Entry  5 }

  indLineOPXR2OPXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOPXR2Entry  6 }

  indLineOPXR2T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  7 }

  indLineOPXR2T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  8 }

  indLineOPXR2T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  9 }

  indLineOPXR2T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  10 }

  indLineOPXR2T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  11 }

  indLineOPXR2T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  12 }

  indLineOPXR2T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  13 }

  indLineOPXR2T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  14 }

  indLineOPXR2T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  15 }

  indLineOPXR2T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR2Entry  16 }

  indLineOPXR2AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineOPXR2Entry  17 }

  indLineOPXR2SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineOPXR2Entry  18 }

  indLineOPXR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineOPXR2Entry  19 }

  indLineOPXR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineOPXR2Entry  20 }

  indLineOPXR2AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineOPXR2Entry  21 }

  indLineOPXR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineOPXR2Entry  22 }

  indLineOPXR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineOPXR2Entry  23 }

  indLineOPXR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineOPXR2Entry  24 }

  indLineOPXR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineOPXR2Entry  25 }

  indLineOPXR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineOPXR2Entry  26 }

  indLineOPXR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineOPXR2Entry  27 }

  indLineOPXR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { indLineOPXR2Entry  28 }

  indLineOPXR2GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineOPXR2Entry  30 }

  indLineOPXR2T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR2Entry  79 }

  indLineOPXR2T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR2Entry  80 }

  indLineOPXR2T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR2Entry  81 }

  indLineOPXR2T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR2Entry  82 }

  indLineOPXR2T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR2Entry  83 }

  indLineOPXR2T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR2Entry  84 }

  indLineOPXR2T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR2Entry  85 }

  indLineOPXR2T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR2Entry  86 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Registered SIP Binding'                                     */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  registeredSIPBindingR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RegisteredSIPBindingR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Registered SIP Bindings for User'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2191 }

  registeredSIPBindingR2Entry OBJECT-TYPE
    SYNTAX       RegisteredSIPBindingR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { registeredSIPBindingR2NEConn,
             registeredSIPBindingR2NetwkElement,
             registeredSIPBindingR2CFSIx,
             registeredSIPBindingR2SIPDomainName,
             registeredSIPBindingR2SIPUserName,
             registeredSIPBindingR2ContactIPAddr,
             registeredSIPBindingR2ContactIPPort,
             registeredSIPBindingR2ContactName }
    ::= {  registeredSIPBindingR2Table  1  }

  RegisteredSIPBindingR2Entry  ::=  SEQUENCE
  {
    registeredSIPBindingR2NEConn       Unsigned32,
    registeredSIPBindingR2NetwkElement DisplayString,
    registeredSIPBindingR2CFSIx        Unsigned32,
    registeredSIPBindingR2SIPDomainName
                                       DisplayString,
    registeredSIPBindingR2SIPUserName  DisplayString,
    registeredSIPBindingR2ContactURI   DisplayString,
    registeredSIPBindingR2ContactIPAddr
                                       DisplayString,
    registeredSIPBindingR2ContactIPPort
                                       Unsigned32,
    registeredSIPBindingR2ContactName  DisplayString,
    registeredSIPBindingR2TransportProt
                                       INTEGER,
    registeredSIPBindingR2ContactExpiryTime
                                       Unsigned32,
    registeredSIPBindingR2UserAgentInfo
                                       DisplayString,
    registeredSIPBindingR2I1MediaGatewayModelNEConn
                                       Unsigned32,
    registeredSIPBindingR2I2MediaGatewayModelNetwkElement
                                       DisplayString,
    registeredSIPBindingR2I3MediaGatewayModelCFSIx
                                       Unsigned32,
    registeredSIPBindingR2I4MediaGatewayModelModelIx
                                       Unsigned32,
    registeredSIPBindingR2MsgWtngIndicatorStatus
                                       INTEGER,
    registeredSIPBindingR2CallServNotifStatus
                                       INTEGER,
    registeredSIPBindingR2CallListStatus
                                       INTEGER,
    registeredSIPBindingR2NumEvtSubscriptions
                                       Unsigned32,
    registeredSIPBindingR2CauseLastCallFail
                                       INTEGER,
    registeredSIPBindingR2TimeLastCallFail
                                       Unsigned32,
    registeredSIPBindingR2CallFailLogCorr
                                       Counter64,
    registeredSIPBindingR2CurrNumMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR2CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR2I1NetwkNodeNEConn
                                       Unsigned32,
    registeredSIPBindingR2I2NetwkNodeNetwkElement
                                       DisplayString,
    registeredSIPBindingR2I3NetwkNodeCFSIx
                                       Unsigned32,
    registeredSIPBindingR2I4NetwkNodeNodeIx
                                       Unsigned32,
    registeredSIPBindingR2NetwkNodeOtherVals
                                       INTEGER
  }

  registeredSIPBindingR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  1 }

  registeredSIPBindingR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  2 }

  registeredSIPBindingR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  3 }

  registeredSIPBindingR2SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..40))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  4 }

  registeredSIPBindingR2SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  5 }

  registeredSIPBindingR2ContactURI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..160))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { registeredSIPBindingR2Entry  6 }

  registeredSIPBindingR2ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  7 }

  registeredSIPBindingR2ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  8 }

  registeredSIPBindingR2ContactName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'.
                  This is an index field."
    ::= { registeredSIPBindingR2Entry  9 }

  registeredSIPBindingR2TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    ::= { registeredSIPBindingR2Entry  10 }

  registeredSIPBindingR2ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { registeredSIPBindingR2Entry  11 }

  registeredSIPBindingR2UserAgentInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User agent information'."
    ::= { registeredSIPBindingR2Entry  12 }

  registeredSIPBindingR2I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR2Entry  13 }

  registeredSIPBindingR2I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR2Entry  14 }

  registeredSIPBindingR2I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR2Entry  15 }

  registeredSIPBindingR2I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR2Entry  16 }

  registeredSIPBindingR2MsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Message Waiting Indicator status'."
    ::= { registeredSIPBindingR2Entry  17 }

  registeredSIPBindingR2CallServNotifStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notSubscribedToNotifications(2),
                   subscribedToNotifications(3),
                   registeredForNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service notification status'."
    ::= { registeredSIPBindingR2Entry  18 }

  registeredSIPBindingR2CallListStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSupported(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call List status'."
    ::= { registeredSIPBindingR2Entry  19 }

  registeredSIPBindingR2NumEvtSubscriptions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of event subscriptions'."
    ::= { registeredSIPBindingR2Entry  20 }

  registeredSIPBindingR2CauseLastCallFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of last call failure'."
    ::= { registeredSIPBindingR2Entry  21 }

  registeredSIPBindingR2TimeLastCallFail OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last call failure'."
    ::= { registeredSIPBindingR2Entry  22 }

  registeredSIPBindingR2CallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call failure log correlator'."
    ::= { registeredSIPBindingR2Entry  23 }

  registeredSIPBindingR2CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { registeredSIPBindingR2Entry  24 }

  registeredSIPBindingR2CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { registeredSIPBindingR2Entry  25 }

  registeredSIPBindingR2I1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR2Entry  26 }

  registeredSIPBindingR2I2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR2Entry  27 }

  registeredSIPBindingR2I3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR2Entry  28 }

  registeredSIPBindingR2I4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR2Entry  29 }

  registeredSIPBindingR2NetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { registeredSIPBindingR2Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Off-Premises Extension Service'                             */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  aGCLineOPXR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineOPXR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2192 }

  aGCLineOPXR1Entry OBJECT-TYPE
    SYNTAX       AGCLineOPXR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineOPXR1NEConn,
             aGCLineOPXR1NetwkElement,
             aGCLineOPXR1CFSIx,
             aGCLineOPXR1DirNum,
             aGCLineOPXR1OPXDirNum }
    ::= {  aGCLineOPXR1Table  1  }

  AGCLineOPXR1Entry  ::=  SEQUENCE
  {
    aGCLineOPXR1NEConn                 Unsigned32,
    aGCLineOPXR1NetwkElement           DisplayString,
    aGCLineOPXR1CFSIx                  Unsigned32,
    aGCLineOPXR1DirNum                 DisplayString,
    aGCLineOPXR1OPXSubscribed          INTEGER,
    aGCLineOPXR1OPXDirNum              DisplayString,
    aGCLineOPXR1T1I1GatewayNEConn      Unsigned32,
    aGCLineOPXR1T1I2GatewayNetwkElement
                                       DisplayString,
    aGCLineOPXR1T1I3GatewayCFSIx       Unsigned32,
    aGCLineOPXR1T1I4GatewayGatewayIx   Unsigned32,
    aGCLineOPXR1T2I1GatewayNEConn      Unsigned32,
    aGCLineOPXR1T2I2GatewayNetwkElement
                                       DisplayString,
    aGCLineOPXR1T2I3GatewayCFSIx       Unsigned32,
    aGCLineOPXR1T2I4GatewayGatewayIx   Unsigned32,
    aGCLineOPXR1T1I1AccDevNEConn       Unsigned32,
    aGCLineOPXR1T1I2AccDevNetwkElement DisplayString,
    aGCLineOPXR1T1I3AccDevCFSIx        Unsigned32,
    aGCLineOPXR1T1I4AccDevGatewayIx    Unsigned32,
    aGCLineOPXR1T1I5AccDevDeviceIx     Unsigned32,
    aGCLineOPXR1T2I1AccDevNEConn       Unsigned32,
    aGCLineOPXR1T2I2AccDevNetwkElement DisplayString,
    aGCLineOPXR1T2I3AccDevCFSIx        Unsigned32,
    aGCLineOPXR1T2I4AccDevGatewayIx    Unsigned32,
    aGCLineOPXR1T2I5AccDevDeviceIx     Unsigned32,
    aGCLineOPXR1AccessLineNum          Unsigned32,
    aGCLineOPXR1SignalFunctionCode     INTEGER,
    aGCLineOPXR1GR303DialType          INTEGER,
    aGCLineOPXR1AlrmState              INTEGER,
    aGCLineOPXR1AlrmLogCorr            Counter64,
    aGCLineOPXR1AddtlAlrmLogCorr       Counter64,
    aGCLineOPXR1AlrmEvtsAttnRq         Unsigned32,
    aGCLineOPXR1AlrmEvtsAtndDp         Unsigned32,
    aGCLineOPXR1AlrmStateTimestamp     Unsigned32,
    aGCLineOPXR1DiagsLogLvl            INTEGER,
    aGCLineOPXR1DiagsAPITraceEnabled   INTEGER,
    aGCLineOPXR1DiagsAPITraceTag       DisplayString,
    aGCLineOPXR1RowStatus              RowStatus
  }

  aGCLineOPXR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineOPXR1Entry  1 }

  aGCLineOPXR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineOPXR1Entry  2 }

  aGCLineOPXR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineOPXR1Entry  3 }

  aGCLineOPXR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineOPXR1Entry  4 }

  aGCLineOPXR1OPXSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Premises Extension - Subscribed'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { aGCLineOPXR1Entry  5 }

  aGCLineOPXR1OPXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineOPXR1Entry  6 }

  aGCLineOPXR1T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR1Entry  7 }

  aGCLineOPXR1T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR1Entry  8 }

  aGCLineOPXR1T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR1Entry  9 }

  aGCLineOPXR1T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR1Entry  10 }

  aGCLineOPXR1T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR1Entry  11 }

  aGCLineOPXR1T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR1Entry  12 }

  aGCLineOPXR1T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR1Entry  13 }

  aGCLineOPXR1T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR1Entry  14 }

  aGCLineOPXR1T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  15 }

  aGCLineOPXR1T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  16 }

  aGCLineOPXR1T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  17 }

  aGCLineOPXR1T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  18 }

  aGCLineOPXR1T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  19 }

  aGCLineOPXR1T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  20 }

  aGCLineOPXR1T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  21 }

  aGCLineOPXR1T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  22 }

  aGCLineOPXR1T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  23 }

  aGCLineOPXR1T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR1Entry  24 }

  aGCLineOPXR1AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineOPXR1Entry  25 }

  aGCLineOPXR1SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineOPXR1Entry  26 }

  aGCLineOPXR1GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineOPXR1Entry  27 }

  aGCLineOPXR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineOPXR1Entry  28 }

  aGCLineOPXR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineOPXR1Entry  29 }

  aGCLineOPXR1AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineOPXR1Entry  30 }

  aGCLineOPXR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineOPXR1Entry  31 }

  aGCLineOPXR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineOPXR1Entry  32 }

  aGCLineOPXR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineOPXR1Entry  33 }

  aGCLineOPXR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineOPXR1Entry  34 }

  aGCLineOPXR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineOPXR1Entry  35 }

  aGCLineOPXR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineOPXR1Entry  36 }

  aGCLineOPXR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { aGCLineOPXR1Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  aGCPBXLineR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXLineR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2193 }

  aGCPBXLineR1Entry OBJECT-TYPE
    SYNTAX       AGCPBXLineR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXLineR1NEConn,
             aGCPBXLineR1NetwkElement,
             aGCPBXLineR1CFSIx,
             aGCPBXLineR1DirNum,
             aGCPBXLineR1TerminalIx }
    ::= {  aGCPBXLineR1Table  1  }

  AGCPBXLineR1Entry  ::=  SEQUENCE
  {
    aGCPBXLineR1NEConn                 Unsigned32,
    aGCPBXLineR1NetwkElement           DisplayString,
    aGCPBXLineR1CFSIx                  Unsigned32,
    aGCPBXLineR1DirNum                 DisplayString,
    aGCPBXLineR1TerminalIx             Unsigned32,
    aGCPBXLineR1SigType                INTEGER,
    aGCPBXLineR1PBXLineUsage           INTEGER,
    aGCPBXLineR1T1I1GatewayNEConn      Unsigned32,
    aGCPBXLineR1T1I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR1T1I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR1T1I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR1T2I1GatewayNEConn      Unsigned32,
    aGCPBXLineR1T2I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR1T2I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR1T2I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR1T1I1AccDevNEConn       Unsigned32,
    aGCPBXLineR1T1I2AccDevNetwkElement DisplayString,
    aGCPBXLineR1T1I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR1T1I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR1T1I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR1T2I1AccDevNEConn       Unsigned32,
    aGCPBXLineR1T2I2AccDevNetwkElement DisplayString,
    aGCPBXLineR1T2I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR1T2I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR1T2I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR1AccessLineNum          Unsigned32,
    aGCPBXLineR1I1ISDNInterfaceNEConn  Unsigned32,
    aGCPBXLineR1I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCPBXLineR1I3ISDNInterfaceCFSIx   Unsigned32,
    aGCPBXLineR1I4ISDNInterfaceISDNIx  Unsigned32,
    aGCPBXLineR1I5ISDNInterfacePRIIx   Unsigned32,
    aGCPBXLineR1ISDNDefBearerCapabilities
                                       BITS,
    aGCPBXLineR1SignalFunctionCode     INTEGER,
    aGCPBXLineR1LineUsage              INTEGER,
    aGCPBXLineR1GR303NailedUpConn      INTEGER,
    aGCPBXLineR1GR303DialType          INTEGER,
    aGCPBXLineR1FSKFormat              INTEGER,
    aGCPBXLineR1LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCPBXLineR1PBXPlaysRingback       INTEGER,
    aGCPBXLineR1PBXPlaysDialtone       INTEGER,
    aGCPBXLineR1DiagsLogLvl            INTEGER,
    aGCPBXLineR1DiagsAPITraceEnabled   INTEGER,
    aGCPBXLineR1DiagsAPITraceTag       DisplayString,
    aGCPBXLineR1DiagsAPITraceRemNum    DisplayString,
    aGCPBXLineR1AlrmState              INTEGER,
    aGCPBXLineR1AlrmLogCorr            Counter64,
    aGCPBXLineR1AddtlAlrmLogCorr       Counter64,
    aGCPBXLineR1AlrmEvtsAttnRq         Unsigned32,
    aGCPBXLineR1AlrmEvtsAtndDp         Unsigned32,
    aGCPBXLineR1AlrmStateTimestamp     Unsigned32,
    aGCPBXLineR1RowStatus              RowStatus
  }

  aGCPBXLineR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXLineR1Entry  1 }

  aGCPBXLineR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXLineR1Entry  2 }

  aGCPBXLineR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXLineR1Entry  3 }

  aGCPBXLineR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXLineR1Entry  4 }

  aGCPBXLineR1TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { aGCPBXLineR1Entry  5 }

  aGCPBXLineR1SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXLineR1Entry  6 }

  aGCPBXLineR1PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { aGCPBXLineR1Entry  7 }

  aGCPBXLineR1T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR1Entry  8 }

  aGCPBXLineR1T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR1Entry  9 }

  aGCPBXLineR1T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR1Entry  10 }

  aGCPBXLineR1T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR1Entry  11 }

  aGCPBXLineR1T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR1Entry  12 }

  aGCPBXLineR1T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR1Entry  13 }

  aGCPBXLineR1T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR1Entry  14 }

  aGCPBXLineR1T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR1Entry  15 }

  aGCPBXLineR1T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  16 }

  aGCPBXLineR1T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  17 }

  aGCPBXLineR1T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  18 }

  aGCPBXLineR1T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  19 }

  aGCPBXLineR1T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  20 }

  aGCPBXLineR1T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  21 }

  aGCPBXLineR1T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  22 }

  aGCPBXLineR1T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  23 }

  aGCPBXLineR1T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  24 }

  aGCPBXLineR1T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR1Entry  25 }

  aGCPBXLineR1AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCPBXLineR1Entry  26 }

  aGCPBXLineR1I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR1Entry  27 }

  aGCPBXLineR1I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR1Entry  28 }

  aGCPBXLineR1I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR1Entry  29 }

  aGCPBXLineR1I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR1Entry  30 }

  aGCPBXLineR1I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR1Entry  31 }

  aGCPBXLineR1ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCPBXLineR1Entry  32 }

  aGCPBXLineR1SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCPBXLineR1Entry  33 }

  aGCPBXLineR1LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCPBXLineR1Entry  34 }

  aGCPBXLineR1GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXLineR1Entry  35 }

  aGCPBXLineR1GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCPBXLineR1Entry  36 }

  aGCPBXLineR1FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCPBXLineR1Entry  37 }

  aGCPBXLineR1LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXLineR1Entry  38 }

  aGCPBXLineR1PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { aGCPBXLineR1Entry  39 }

  aGCPBXLineR1PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { aGCPBXLineR1Entry  40 }

  aGCPBXLineR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXLineR1Entry  41 }

  aGCPBXLineR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXLineR1Entry  42 }

  aGCPBXLineR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXLineR1Entry  43 }

  aGCPBXLineR1DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXLineR1Entry  44 }

  aGCPBXLineR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXLineR1Entry  45 }

  aGCPBXLineR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXLineR1Entry  46 }

  aGCPBXLineR1AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXLineR1Entry  47 }

  aGCPBXLineR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR1Entry  48 }

  aGCPBXLineR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR1Entry  49 }

  aGCPBXLineR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXLineR1Entry  50 }

  aGCPBXLineR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXLineR1Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Realm'                                                      */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  realmR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RealmR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Realms'."
    ::= { metaSwitch  2194 }

  realmR1Entry OBJECT-TYPE
    SYNTAX       RealmR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { realmR1NEConn,
             realmR1NetwkElement,
             realmR1MediaGatewayIx,
             realmR1RealmIx }
    ::= {  realmR1Table  1  }

  RealmR1Entry  ::=  SEQUENCE
  {
    realmR1NEConn                      Unsigned32,
    realmR1NetwkElement                DisplayString,
    realmR1MediaGatewayIx              Unsigned32,
    realmR1RealmIx                     Unsigned32,
    realmR1Name                        DisplayString,
    realmR1H248Identifier              DisplayString,
    realmR1I1MediaIPInterfaceNEConn    Unsigned32,
    realmR1I2MediaIPInterfaceNetwkElement
                                       DisplayString,
    realmR1I3MediaIPInterfaceMediaGatewayIx
                                       Unsigned32,
    realmR1I4MediaIPInterfaceIPAddr    DisplayString,
    realmR1I1QualityServClassNEConn    Unsigned32,
    realmR1I2QualityServClassNetwkElement
                                       DisplayString,
    realmR1I3QualityServClassMediaGatewayIx
                                       Unsigned32,
    realmR1I4QualityServClassQualityServClassIx
                                       Unsigned32,
    realmR1I1VoiceQualityProfNEConn    Unsigned32,
    realmR1I2VoiceQualityProfNetwkElement
                                       DisplayString,
    realmR1I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    realmR1I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    realmR1RTPInterfaceType            INTEGER,
    realmR1AlrmState                   INTEGER,
    realmR1AlrmStateTimestamp          Unsigned32,
    realmR1AlrmEvtsAttnRqLogCorr       Counter64,
    realmR1AlrmEvtsAttnRq              Integer32,
    realmR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    realmR1DiagsLogLvl                 INTEGER,
    realmR1DiagsAPITraceEnabled        INTEGER,
    realmR1DiagsAPITraceTag            DisplayString,
    realmR1RowStatus                   RowStatus
  }

  realmR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { realmR1Entry  1 }

  realmR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { realmR1Entry  2 }

  realmR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { realmR1Entry  3 }

  realmR1RealmIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm index'.
                  This is an index field."
    ::= { realmR1Entry  4 }

  realmR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { realmR1Entry  5 }

  realmR1H248Identifier OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 identifier'."
    ::= { realmR1Entry  6 }

  realmR1I1MediaIPInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR1Entry  7 }

  realmR1I2MediaIPInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR1Entry  8 }

  realmR1I3MediaIPInterfaceMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR1Entry  9 }

  realmR1I4MediaIPInterfaceIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'IP address'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR1Entry  10 }

  realmR1I1QualityServClassNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR1Entry  11 }

  realmR1I2QualityServClassNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR1Entry  12 }

  realmR1I3QualityServClassMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR1Entry  13 }

  realmR1I4QualityServClassQualityServClassIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..64 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Quality of Service Class index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR1Entry  14 }

  realmR1I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR1Entry  15 }

  realmR1I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR1Entry  16 }

  realmR1I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR1Entry  17 }

  realmR1I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR1Entry  18 }

  realmR1RTPInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mbDefault(1),
                   nb(2),
                   aoIP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP interface type'."
    DEFVAL       { mbDefault }
    ::= { realmR1Entry  19 }

  realmR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { realmR1Entry  20 }

  realmR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { realmR1Entry  21 }

  realmR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { realmR1Entry  22 }

  realmR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { realmR1Entry  23 }

  realmR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { realmR1Entry  24 }

  realmR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { realmR1Entry  25 }

  realmR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { realmR1Entry  26 }

  realmR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { realmR1Entry  27 }

  realmR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { realmR1Entry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voice Quality Profile'                                      */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  vqProfR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VqProfR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voice Quality Profiles'."
    ::= { metaSwitch  2195 }

  vqProfR1Entry OBJECT-TYPE
    SYNTAX       VqProfR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vqProfR1NEConn,
             vqProfR1NetwkElement,
             vqProfR1MediaGatewayIx,
             vqProfR1VoiceQualityProfIx }
    ::= {  vqProfR1Table  1  }

  VqProfR1Entry  ::=  SEQUENCE
  {
    vqProfR1NEConn                     Unsigned32,
    vqProfR1NetwkElement               DisplayString,
    vqProfR1MediaGatewayIx             Unsigned32,
    vqProfR1VoiceQualityProfIx         Unsigned32,
    vqProfR1Name                       DisplayString,
    vqProfR1SubDirection               INTEGER,
    vqProfR1RealmRefCnt                Unsigned32,
    vqProfR1CarrRefCnt                 Unsigned32,
    vqProfR1TDMLineEchoControlEnabled  INTEGER,
    vqProfR1AutoLvlControlTXEnabled    INTEGER,
    vqProfR1AutoLvlControlTXTargetLvl  INTEGER,
    vqProfR1AutoLvlControlRXEnabled    INTEGER,
    vqProfR1AutoLvlControlRXTargetLvl  INTEGER,
    vqProfR1AdaptiveNoiseReductionTXEnabled
                                       INTEGER,
    vqProfR1AdaptiveNoiseReductionRXEnabled
                                       INTEGER,
    vqProfR1AdaptiveNoiseReductionAttenuationLvl
                                       INTEGER,
    vqProfR1AdaptiveListenerEnhancementEnabled
                                       INTEGER,
    vqProfR1AcousticEchoCancellerEnabled
                                       INTEGER,
    vqProfR1AcousticEchoCancellerWorstAcousticEchoPathLoss
                                       INTEGER,
    vqProfR1AcousticEchoCancellerRoundTripDly
                                       Unsigned32,
    vqProfR1ExportNumObjectsExported   Integer32,
    vqProfR1ExportStatus               DisplayString,
    vqProfR1ExportFile                 DisplayString,
    vqProfR1ExportCorr                 Counter64,
    vqProfR1ExportCorrNode             DisplayString,
    vqProfR1ExportCorrUID              DisplayString,
    vqProfR1DoExtraActions             INTEGER,
    vqProfR1RowStatus                  RowStatus,
    vqProfR1ExportIncASRepData         INTEGER,
    vqProfR1ExportChldObjectsToInc     INTEGER
  }

  vqProfR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vqProfR1Entry  1 }

  vqProfR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vqProfR1Entry  2 }

  vqProfR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { vqProfR1Entry  3 }

  vqProfR1VoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voice Quality Profile index'.
                  This is an index field."
    ::= { vqProfR1Entry  4 }

  vqProfR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { vqProfR1Entry  5 }

  vqProfR1SubDirection OBJECT-TYPE
    SYNTAX       INTEGER {
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber direction'."
    DEFVAL       { external }
    ::= { vqProfR1Entry  6 }

  vqProfR1RealmRefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm reference count'."
    ::= { vqProfR1Entry  7 }

  vqProfR1CarrRefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier reference count'."
    ::= { vqProfR1Entry  8 }

  vqProfR1TDMLineEchoControlEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TDM line echo control - enabled'."
    DEFVAL       { false }
    ::= { vqProfR1Entry  9 }

  vqProfR1AutoLvlControlTXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - TX enabled'."
    DEFVAL       { false }
    ::= { vqProfR1Entry  10 }

  vqProfR1AutoLvlControlTXTargetLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   negativeTwentyFour(1),
                   negativeTwentyOne(2),
                   negativeEighteen(3),
                   negativeFifteen(4),
                   negativeTwelve(5),
                   negativeNine(6)
                 }
    UNITS        "dBm"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - TX target level'."
    DEFVAL       { negativeEighteen }
    ::= { vqProfR1Entry  11 }

  vqProfR1AutoLvlControlRXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - RX enabled'."
    DEFVAL       { false }
    ::= { vqProfR1Entry  12 }

  vqProfR1AutoLvlControlRXTargetLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   negativeTwentyFour(1),
                   negativeTwentyOne(2),
                   negativeEighteen(3),
                   negativeFifteen(4),
                   negativeTwelve(5),
                   negativeNine(6)
                 }
    UNITS        "dBm"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic level control - RX target level'."
    DEFVAL       { negativeEighteen }
    ::= { vqProfR1Entry  13 }

  vqProfR1AdaptiveNoiseReductionTXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive noise reduction - TX enabled'."
    DEFVAL       { false }
    ::= { vqProfR1Entry  14 }

  vqProfR1AdaptiveNoiseReductionRXEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive noise reduction - RX enabled'."
    DEFVAL       { false }
    ::= { vqProfR1Entry  15 }

  vqProfR1AdaptiveNoiseReductionAttenuationLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   six(1),
                   twelve(2),
                   eighteen(3),
                   twentyFour(4)
                 }
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive noise reduction - attenuation level'."
    DEFVAL       { twelve }
    ::= { vqProfR1Entry  16 }

  vqProfR1AdaptiveListenerEnhancementEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Adaptive listener enhancement - enabled'."
    DEFVAL       { false }
    ::= { vqProfR1Entry  17 }

  vqProfR1AcousticEchoCancellerEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Acoustic echo canceller - enabled'."
    DEFVAL       { false }
    ::= { vqProfR1Entry  18 }

  vqProfR1AcousticEchoCancellerWorstAcousticEchoPathLoss OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentySeven(1),
                   thirty(2),
                   thirtyThree(3),
                   thirtySix(4),
                   thirtyNine(5),
                   fortyTwo(6),
                   fortyFive(7)
                 }
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Acoustic echo canceller - worst acoustic echo path loss'."
    DEFVAL       { thirtySix }
    ::= { vqProfR1Entry  19 }

  vqProfR1AcousticEchoCancellerRoundTripDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..270 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Acoustic echo canceller - round trip delay'."
    DEFVAL       { 180 }
    ::= { vqProfR1Entry  20 }

  vqProfR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { vqProfR1Entry  21 }

  vqProfR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { vqProfR1Entry  22 }

  vqProfR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { vqProfR1Entry  23 }

  vqProfR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { vqProfR1Entry  24 }

  vqProfR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { vqProfR1Entry  25 }

  vqProfR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { vqProfR1Entry  26 }

  vqProfR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { vqProfR1Entry  27 }

  vqProfR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vqProfR1Entry  28 }

  vqProfR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { vqProfR1Entry  29 }

  vqProfR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { vqProfR1Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  besIPSubR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BesIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2196 }

  besIPSubR5Entry OBJECT-TYPE
    SYNTAX       BesIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { besIPSubR5NEConn,
             besIPSubR5NetwkElement,
             besIPSubR5SwitchIx,
             besIPSubR5InterfaceType,
             besIPSubR5EthernetPortIx,
             besIPSubR5SubnetworkIx }
    ::= {  besIPSubR5Table  1  }

  BesIPSubR5Entry  ::=  SEQUENCE
  {
    besIPSubR5NEConn                   Unsigned32,
    besIPSubR5NetwkElement             DisplayString,
    besIPSubR5SwitchIx                 Unsigned32,
    besIPSubR5InterfaceType            INTEGER,
    besIPSubR5EthernetPortIx           INTEGER,
    besIPSubR5SubnetworkIx             Unsigned32,
    besIPSubR5SubnetworkAddr           DisplayString,
    besIPSubR5DefRouterAddr            DisplayString,
    besIPSubR5VLAN                     LongDisplayString,
    besIPSubR5I1PortGpNEConn           Unsigned32,
    besIPSubR5I2PortGpNetwkElement     DisplayString,
    besIPSubR5I3PortGpSwitchIx         Unsigned32,
    besIPSubR5I4PortGpInterfaceType    INTEGER,
    besIPSubR5I5PortGpEthernetPortIx   INTEGER,
    besIPSubR5I6PortGpPortGpID         Unsigned32,
    besIPSubR5TrafficTypes             BITS,
    besIPSubR5AlrmState                INTEGER,
    besIPSubR5AlrmStateTimestamp       Unsigned32,
    besIPSubR5AlrmEvtsAttnRqLogCorr    Counter64,
    besIPSubR5AlrmEvtsAttnRq           Integer32,
    besIPSubR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    besIPSubR5ConTstSrcAddr            DisplayString,
    besIPSubR5ConTstSrcAddrPortA       DisplayString,
    besIPSubR5ConTstSrcAddrPortB       DisplayString,
    besIPSubR5ConTstTrgtAddr           DisplayString,
    besIPSubR5ConTstTrgtStatus         INTEGER,
    besIPSubR5ConnectivityTestEthernetTargetAddr
                                       DisplayString,
    besIPSubR5ConnTstEthTrgtSttsPrtA   INTEGER,
    besIPSubR5ConnTstEthTrgtSttsPrtB   INTEGER,
    besIPSubR5ConnTstPingTrgt1Addr     DisplayString,
    besIPSubR5ConnTstPingTrgt1Status   INTEGER,
    besIPSubR5ConTstTrgt2StatusPort2   INTEGER,
    besIPSubR5ConnTstPingTrgt2Addr     DisplayString,
    besIPSubR5ConnTstPingTrgt2Status   INTEGER,
    besIPSubR5ConTstTrgt3StatusPort2   INTEGER,
    besIPSubR5ConnectivityTestTestingMode
                                       INTEGER,
    besIPSubR5ConTstSrcAddrPingConnectivity
                                       DisplayString,
    besIPSubR5ConnTstPingTrgt3Addr     DisplayString,
    besIPSubR5ConnTstPingTrgt3Status   INTEGER,
    besIPSubR5InUse                    INTEGER
  }

  besIPSubR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { besIPSubR5Entry  1 }

  besIPSubR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { besIPSubR5Entry  2 }

  besIPSubR5SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { besIPSubR5Entry  3 }

  besIPSubR5InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { besIPSubR5Entry  4 }

  besIPSubR5EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { besIPSubR5Entry  5 }

  besIPSubR5SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { besIPSubR5Entry  6 }

  besIPSubR5SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { besIPSubR5Entry  7 }

  besIPSubR5DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { besIPSubR5Entry  8 }

  besIPSubR5VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { besIPSubR5Entry  9 }

  besIPSubR5I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR5Entry  10 }

  besIPSubR5I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR5Entry  11 }

  besIPSubR5I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR5Entry  12 }

  besIPSubR5I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR5Entry  13 }

  besIPSubR5I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR5Entry  14 }

  besIPSubR5I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR5Entry  15 }

  besIPSubR5TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { besIPSubR5Entry  16 }

  besIPSubR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { besIPSubR5Entry  17 }

  besIPSubR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { besIPSubR5Entry  18 }

  besIPSubR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { besIPSubR5Entry  19 }

  besIPSubR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { besIPSubR5Entry  20 }

  besIPSubR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { besIPSubR5Entry  21 }

  besIPSubR5ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { besIPSubR5Entry  22 }

  besIPSubR5ConTstSrcAddrPortA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port A)'."
    ::= { besIPSubR5Entry  23 }

  besIPSubR5ConTstSrcAddrPortB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port B)'."
    ::= { besIPSubR5Entry  24 }

  besIPSubR5ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { besIPSubR5Entry  25 }

  besIPSubR5ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { besIPSubR5Entry  26 }

  besIPSubR5ConnectivityTestEthernetTargetAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target address'."
    ::= { besIPSubR5Entry  27 }

  besIPSubR5ConnTstEthTrgtSttsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port A)'."
    ::= { besIPSubR5Entry  28 }

  besIPSubR5ConnTstEthTrgtSttsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port B)'."
    ::= { besIPSubR5Entry  29 }

  besIPSubR5ConnTstPingTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 address'."
    ::= { besIPSubR5Entry  30 }

  besIPSubR5ConnTstPingTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 status'."
    ::= { besIPSubR5Entry  31 }

  besIPSubR5ConTstTrgt2StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Port 2)'."
    ::= { besIPSubR5Entry  32 }

  besIPSubR5ConnTstPingTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 address'."
    ::= { besIPSubR5Entry  33 }

  besIPSubR5ConnTstPingTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 status'."
    ::= { besIPSubR5Entry  34 }

  besIPSubR5ConTstTrgt3StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Port 2)'."
    ::= { besIPSubR5Entry  35 }

  besIPSubR5ConnectivityTestTestingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   ethernet(1),
                   ethernetPing(2),
                   ping(3),
                   notSupported(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - testing mode'."
    ::= { besIPSubR5Entry  36 }

  besIPSubR5ConTstSrcAddrPingConnectivity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for ping connectivity)'."
    ::= { besIPSubR5Entry  37 }

  besIPSubR5ConnTstPingTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 address'."
    ::= { besIPSubR5Entry  38 }

  besIPSubR5ConnTstPingTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 status'."
    ::= { besIPSubR5Entry  39 }

  besIPSubR5InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { besIPSubR5Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID IP Destination'                                   */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  callerIDIPDestR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallerIDIPDestR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Caller ID Services'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2197 }

  callerIDIPDestR1Entry OBJECT-TYPE
    SYNTAX       CallerIDIPDestR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callerIDIPDestR1NEConn,
             callerIDIPDestR1NetwkElement,
             callerIDIPDestR1CFSIx,
             callerIDIPDestR1IPDestIx }
    ::= {  callerIDIPDestR1Table  1  }

  CallerIDIPDestR1Entry  ::=  SEQUENCE
  {
    callerIDIPDestR1NEConn             Unsigned32,
    callerIDIPDestR1NetwkElement       DisplayString,
    callerIDIPDestR1CFSIx              Unsigned32,
    callerIDIPDestR1IPDestIx           Unsigned32,
    callerIDIPDestR1IPDestName         DisplayString,
    callerIDIPDestR1IPAddr             DisplayString,
    callerIDIPDestR1UDPPort            Unsigned32,
    callerIDIPDestR1AlrmState          INTEGER,
    callerIDIPDestR1AlrmEvtsAttnRqLogCorr
                                       Counter64,
    callerIDIPDestR1AlrmEvtsAttnRq     Unsigned32,
    callerIDIPDestR1AlrmStateTimestamp Unsigned32,
    callerIDIPDestR1AlrmResetTimestamp Unsigned32,
    callerIDIPDestR1RowStatus          RowStatus,
    callerIDIPDestR1NotifType          INTEGER
  }

  callerIDIPDestR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callerIDIPDestR1Entry  1 }

  callerIDIPDestR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callerIDIPDestR1Entry  2 }

  callerIDIPDestR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callerIDIPDestR1Entry  3 }

  callerIDIPDestR1IPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP destination index'.
                  This is an index field."
    ::= { callerIDIPDestR1Entry  4 }

  callerIDIPDestR1IPDestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { callerIDIPDestR1Entry  5 }

  callerIDIPDestR1IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { callerIDIPDestR1Entry  6 }

  callerIDIPDestR1UDPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UDP port'.
                  This field is not writable when active."
    DEFVAL       { 999 }
    ::= { callerIDIPDestR1Entry  7 }

  callerIDIPDestR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { callerIDIPDestR1Entry  8 }

  callerIDIPDestR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { callerIDIPDestR1Entry  9 }

  callerIDIPDestR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { callerIDIPDestR1Entry  10 }

  callerIDIPDestR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { callerIDIPDestR1Entry  11 }

  callerIDIPDestR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { callerIDIPDestR1Entry  12 }

  callerIDIPDestR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { callerIDIPDestR1Entry  13 }

  callerIDIPDestR1NotifType OBJECT-TYPE
    SYNTAX       INTEGER {
                   proprietaryUDP(1),
                   sIPInviteGenbandWAM(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Notification type'.
                  This field is not writable when active."
    DEFVAL       { proprietaryUDP }
    ::= { callerIDIPDestR1Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Connected Hardware'                                         */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  connHwConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ConnHwConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2198 }

  connHwConR2Entry OBJECT-TYPE
    SYNTAX       ConnHwConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { connHwConR2NEConn,
             connHwConR2NetwkElement,
             connHwConR2MediaGatewayIx }
    ::= {  connHwConR2Table  1  }

  ConnHwConR2Entry  ::=  SEQUENCE
  {
    connHwConR2NEConn                  Unsigned32,
    connHwConR2NetwkElement            DisplayString,
    connHwConR2MediaGatewayIx          Unsigned32,
    connHwConR2IDTAlrmsAttnRq          Integer32,
    connHwConR2IDTAlrmEvtsAttnRq       Integer32,
    connHwConR2IDTAlrmsAtndDp          Integer32,
    connHwConR2IDTAlrmEvtsAtndDp       Integer32,
    connHwConR2TotChldAlrmsAttnRq      Unsigned32,
    connHwConR2TotChldAlrmEvtsAttnRq   Unsigned32,
    connHwConR2TotChldAlrmsAtndDp      Unsigned32,
    connHwConR2TotChldAlrmEvtsAtndDp   Unsigned32,
    connHwConR2SummaryChldAlrmState    INTEGER,
    connHwConR2ChldStatisticsAlrms     Integer32,
    connHwConR2V52AlrmsAttnRq          Integer32,
    connHwConR2V52AlrmEvtsAttnRq       Integer32,
    connHwConR2V52AlrmsAtndDp          Integer32,
    connHwConR2V52AlrmEvtsAtndDp       Integer32
  }

  connHwConR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { connHwConR2Entry  1 }

  connHwConR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { connHwConR2Entry  2 }

  connHwConR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { connHwConR2Entry  3 }

  connHwConR2IDTAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDT Attention Required alarms'."
    ::= { connHwConR2Entry  8 }

  connHwConR2IDTAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR2Entry  9 }

  connHwConR2IDTAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IDT Attend To Dependent alarms'."
    ::= { connHwConR2Entry  10 }

  connHwConR2IDTAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IDT Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR2Entry  11 }

  connHwConR2TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { connHwConR2Entry  12 }

  connHwConR2TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { connHwConR2Entry  13 }

  connHwConR2TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { connHwConR2Entry  14 }

  connHwConR2TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { connHwConR2Entry  15 }

  connHwConR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { connHwConR2Entry  16 }

  connHwConR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { connHwConR2Entry  17 }

  connHwConR2V52AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'V5.2 Attention Required alarms'."
    ::= { connHwConR2Entry  18 }

  connHwConR2V52AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'V5.2 Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR2Entry  19 }

  connHwConR2V52AlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'V5.2 Attend To Dependent alarms'."
    ::= { connHwConR2Entry  20 }

  connHwConR2V52AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'V5.2 Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR2Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IDT'                                                        */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  iDTR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'IDTs'."
    ::= { metaSwitch  2199 }

  iDTR6Entry OBJECT-TYPE
    SYNTAX       IDTR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTR6NEConn,
             iDTR6NetwkElement,
             iDTR6MediaGatewayIx,
             iDTR6PortIx }
    ::= {  iDTR6Table  1  }

  IDTR6Entry  ::=  SEQUENCE
  {
    iDTR6NEConn                        Unsigned32,
    iDTR6NetwkElement                  DisplayString,
    iDTR6MediaGatewayIx                Unsigned32,
    iDTR6PortIx                        Integer32,
    iDTR6ProtStackStatus               INTEGER,
    iDTR6I1PrimaryControlChanNEConn    Unsigned32,
    iDTR6I2PrimaryControlChanNetwkElement
                                       DisplayString,
    iDTR6I3PrimaryControlChanMediaGatewayIx
                                       Unsigned32,
    iDTR6I4PrimaryControlChanPortIx    Integer32,
    iDTR6I5PrimaryControlChanInterfaceNum
                                       INTEGER,
    iDTR6PrimaryControlChanOtherVals   INTEGER,
    iDTR6I1SecondaryControlChanNEConn  Unsigned32,
    iDTR6I2SecondaryControlChanNetwkElement
                                       DisplayString,
    iDTR6I3SecondaryControlChanMediaGatewayIx
                                       Unsigned32,
    iDTR6I4SecondaryControlChanPortIx  Integer32,
    iDTR6I5SecondaryControlChanInterfaceNum
                                       INTEGER,
    iDTR6SecondaryControlChanOtherVals INTEGER,
    iDTR6I1EOCControlChanActChanNEConn Unsigned32,
    iDTR6I2EOCControlChanActChanNetwkElement
                                       DisplayString,
    iDTR6I3EOCControlChanActChanMediaGatewayIx
                                       Unsigned32,
    iDTR6I4EOCControlChanActChanPortIx Integer32,
    iDTR6I5EOCControlChanActChanInterfaceNum
                                       INTEGER,
    iDTR6EOCControlChanActChanOtherVals
                                       INTEGER,
    iDTR6EOCControlChanActChanStatus   INTEGER,
    iDTR6I1EOCControlChanStandbyChanNEConn
                                       Unsigned32,
    iDTR6I2EOCControlChanStandbyChanNetwkElement
                                       DisplayString,
    iDTR6I3EOCControlChanStandbyChanMediaGatewayIx
                                       Unsigned32,
    iDTR6I4EOCControlChanStandbyChanPortIx
                                       Integer32,
    iDTR6I5EOCControlChanStandbyChanInterfaceNum
                                       INTEGER,
    iDTR6EOCControlChanStandbyChanOtherVals
                                       INTEGER,
    iDTR6EOCControlChanStandbyChanStatus
                                       INTEGER,
    iDTR6EOCControlChanLastPathProtectionSwitchTime
                                       Unsigned32,
    iDTR6EOCControlChanPathProtectionSwitchingInhibited
                                       INTEGER,
    iDTR6EOCControlChanForceAllPathProtectionSwitches
                                       INTEGER,
    iDTR6EOCControlChanLastActionStatus
                                       INTEGER,
    iDTR6EOCControlChanLastActionTime  Unsigned32,
    iDTR6I1TMCControlChanActChanNEConn Unsigned32,
    iDTR6I2TMCControlChanActChanNetwkElement
                                       DisplayString,
    iDTR6I3TMCControlChanActChanMediaGatewayIx
                                       Unsigned32,
    iDTR6I4TMCControlChanActChanPortIx Integer32,
    iDTR6I5TMCControlChanActChanInterfaceNum
                                       INTEGER,
    iDTR6TMCControlChanActChanOtherVals
                                       INTEGER,
    iDTR6TMCControlChanActChanStatus   INTEGER,
    iDTR6I1TMCControlChanStandbyChanNEConn
                                       Unsigned32,
    iDTR6I2TMCControlChanStandbyChanNetwkElement
                                       DisplayString,
    iDTR6I3TMCControlChanStandbyChanMediaGatewayIx
                                       Unsigned32,
    iDTR6I4TMCControlChanStandbyChanPortIx
                                       Integer32,
    iDTR6I5TMCControlChanStandbyChanInterfaceNum
                                       INTEGER,
    iDTR6TMCControlChanStandbyChanOtherVals
                                       INTEGER,
    iDTR6TMCControlChanStandbyChanStatus
                                       INTEGER,
    iDTR6TMCControlChanLastPathProtectionSwitchTime
                                       Unsigned32,
    iDTR6TMCControlChanPathProtectionSwitchingInhibited
                                       INTEGER,
    iDTR6TMCControlChanForceAllPathProtectionSwitches
                                       INTEGER,
    iDTR6TMCControlChanLastActionStatus
                                       INTEGER,
    iDTR6TMCControlChanLastActionTime  Unsigned32,
    iDTR6DeactivnMode                  INTEGER,
    iDTR6AlrmState                     INTEGER,
    iDTR6AlrmEvtsAttnRqLogCorr         Counter64,
    iDTR6AlrmEvtsAttnRq                Integer32,
    iDTR6AlrmEvtsAtndDpLogCorr         Counter64,
    iDTR6AlrmEvtsAtndDp                Integer32,
    iDTR6AlrmStateTimestamp            Unsigned32,
    iDTR6AlrmResetTimestamp            Unsigned32,
    iDTR6ChldAlrmsAtndDp               Integer32,
    iDTR6ChldAlrmEvtsAtndDp            Integer32,
    iDTR6DiagsLogLvl                   INTEGER,
    iDTR6DiagsAPITraceEnabled          INTEGER,
    iDTR6DiagsAPITraceTag              DisplayString,
    iDTR6SummaryChldAlrmState          INTEGER,
    iDTR6DoExtraActions                INTEGER,
    iDTR6RowStatus                     RowStatus,
    iDTR6AdminStatus                   AdminStatus,
    iDTR6OperStatus                    OperStatus,
    iDTR6AccDevName                    DisplayString,
    iDTR6AccDevNum                     INTEGER,
    iDTR6Desc                          DisplayString,
    iDTR6ResyncStatus                  INTEGER,
    iDTR6FlowThruProvisioningEnabled   INTEGER,
    iDTR6EOCAlrmReportingEnabled       INTEGER,
    iDTR6StatisticsAlrms               Integer32,
    iDTR6EOCAlrmReportingTypes         BITS,
    iDTR6EOCControlChanMaxOutstandingMsgs
                                       INTEGER,
    iDTR6ChldAlrmsAttnRq               Integer32,
    iDTR6ChldAlrmEvtsAttnRq            Integer32,
    iDTR6LFAManagementLFAManagementEnabled
                                       INTEGER,
    iDTR6LFAManagementOrigingDN        DisplayString,
    iDTR6LFAManagementTermNum          DisplayString,
    iDTR6LFAManagementManagementCommand
                                       LongDisplayString
  }

  iDTR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTR6Entry  1 }

  iDTR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTR6Entry  2 }

  iDTR6MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTR6Entry  3 }

  iDTR6PortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { iDTR6Entry  4 }

  iDTR6ProtStackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   pendingInterfaceActivation(2),
                   starting(3),
                   started(4),
                   stopping(5),
                   failed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol stack status'."
    ::= { iDTR6Entry  5 }

  iDTR6I1PrimaryControlChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  6 }

  iDTR6I2PrimaryControlChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  7 }

  iDTR6I3PrimaryControlChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  8 }

  iDTR6I4PrimaryControlChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  9 }

  iDTR6I5PrimaryControlChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  10 }

  iDTR6PrimaryControlChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary control channel'.
                  This field represents the fixed
                  values that Primary control channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  11 }

  iDTR6I1SecondaryControlChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  12 }

  iDTR6I2SecondaryControlChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  13 }

  iDTR6I3SecondaryControlChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  14 }

  iDTR6I4SecondaryControlChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  15 }

  iDTR6I5SecondaryControlChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  16 }

  iDTR6SecondaryControlChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary control channel'.
                  This field represents the fixed
                  values that Secondary control channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iDTR6Entry  17 }

  iDTR6I1EOCControlChanActChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  18 }

  iDTR6I2EOCControlChanActChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  19 }

  iDTR6I3EOCControlChanActChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  20 }

  iDTR6I4EOCControlChanActChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  21 }

  iDTR6I5EOCControlChanActChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  22 }

  iDTR6EOCControlChanActChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - active channel'.
                  This field represents the fixed
                  values that EOC - active channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR6Entry  23 }

  iDTR6EOCControlChanActChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - active channel status'."
    ::= { iDTR6Entry  24 }

  iDTR6I1EOCControlChanStandbyChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  25 }

  iDTR6I2EOCControlChanStandbyChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  26 }

  iDTR6I3EOCControlChanStandbyChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  27 }

  iDTR6I4EOCControlChanStandbyChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  28 }

  iDTR6I5EOCControlChanStandbyChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  29 }

  iDTR6EOCControlChanStandbyChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'EOC - standby channel'.
                  This field represents the fixed
                  values that EOC - standby channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR6Entry  30 }

  iDTR6EOCControlChanStandbyChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - standby channel status'."
    ::= { iDTR6Entry  31 }

  iDTR6EOCControlChanLastPathProtectionSwitchTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - last path protection switch time'."
    ::= { iDTR6Entry  32 }

  iDTR6EOCControlChanPathProtectionSwitchingInhibited OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - path protection switching inhibited'."
    ::= { iDTR6Entry  33 }

  iDTR6EOCControlChanForceAllPathProtectionSwitches OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - force all path protection switches'."
    DEFVAL       { false }
    ::= { iDTR6Entry  34 }

  iDTR6EOCControlChanLastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLastAction(1),
                   initiatePPSInProgress(2),
                   initiatePPSSuccessful(3),
                   initiatePPSFailed(4),
                   inhibitPPSInProgress(5),
                   inhibitPPSSuccessful(6),
                   inhibitPPSFailed(7),
                   enablePPSInProgress(8),
                   enablePPSSuccessful(9),
                   enablePPSFailed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - last action status'."
    ::= { iDTR6Entry  35 }

  iDTR6EOCControlChanLastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC - last action time'."
    ::= { iDTR6Entry  36 }

  iDTR6I1TMCControlChanActChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  37 }

  iDTR6I2TMCControlChanActChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  38 }

  iDTR6I3TMCControlChanActChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  39 }

  iDTR6I4TMCControlChanActChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  40 }

  iDTR6I5TMCControlChanActChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  41 }

  iDTR6TMCControlChanActChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - active channel'.
                  This field represents the fixed
                  values that TMC - active channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR6Entry  42 }

  iDTR6TMCControlChanActChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - active channel status'."
    ::= { iDTR6Entry  43 }

  iDTR6I1TMCControlChanStandbyChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  44 }

  iDTR6I2TMCControlChanStandbyChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  45 }

  iDTR6I3TMCControlChanStandbyChanMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  46 }

  iDTR6I4TMCControlChanStandbyChanPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  47 }

  iDTR6I5TMCControlChanStandbyChanInterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel',
                  This field represents index 'Interface number'
                  in referenced type 'BOOIDTInterfaceSE'."
    ::= { iDTR6Entry  48 }

  iDTR6TMCControlChanStandbyChanOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TMC - standby channel'.
                  This field represents the fixed
                  values that TMC - standby channel
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iDTR6Entry  49 }

  iDTR6TMCControlChanStandbyChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - standby channel status'."
    ::= { iDTR6Entry  50 }

  iDTR6TMCControlChanLastPathProtectionSwitchTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TMC - last path protection switch time'."
    ::= { iDTR6Entry  51 }

  iDTR6TMCControlChanPathProtectionSwitchingInhibited OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TMC - path protection switching inhibited'."
    ::= { iDTR6Entry  52 }

  iDTR6TMCControlChanForceAllPathProtectionSwitches OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TMC - force all path protection switches'."
    DEFVAL       { false }
    ::= { iDTR6Entry  53 }

  iDTR6TMCControlChanLastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLastAction(1),
                   initiatePPSInProgress(2),
                   initiatePPSSuccessful(3),
                   initiatePPSFailed(4),
                   inhibitPPSInProgress(5),
                   inhibitPPSSuccessful(6),
                   inhibitPPSFailed(7),
                   enablePPSInProgress(8),
                   enablePPSSuccessful(9),
                   enablePPSFailed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - last action status'."
    ::= { iDTR6Entry  54 }

  iDTR6TMCControlChanLastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TMC - last action time'."
    ::= { iDTR6Entry  55 }

  iDTR6DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iDTR6Entry  56 }

  iDTR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iDTR6Entry  57 }

  iDTR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iDTR6Entry  58 }

  iDTR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR6Entry  59 }

  iDTR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iDTR6Entry  60 }

  iDTR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR6Entry  61 }

  iDTR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iDTR6Entry  62 }

  iDTR6AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iDTR6Entry  63 }

  iDTR6ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iDTR6Entry  64 }

  iDTR6ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR6Entry  65 }

  iDTR6DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iDTR6Entry  66 }

  iDTR6DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iDTR6Entry  67 }

  iDTR6DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iDTR6Entry  68 }

  iDTR6SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iDTR6Entry  69 }

  iDTR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   inhibitEOCPPS(1),
                   enableEOCPPS(2),
                   requestEOCPPS(3),
                   inhibitTMCPPS(4),
                   enableTMCPPS(5),
                   requestTMCPPS(6),
                   resetEOCAlarmState(7),
                   resync(8),
                   resetStatistics(9),
                   connectToLineFrameAdapterLFA(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTR6Entry  70 }

  iDTR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iDTR6Entry  71 }

  iDTR6AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTR6Entry  72 }

  iDTR6OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTR6Entry  73 }

  iDTR6AccDevName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is only writable during create."
    ::= { iDTR6Entry  74 }

  iDTR6AccDevNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is only writable during create."
    ::= { iDTR6Entry  75 }

  iDTR6Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iDTR6Entry  76 }

  iDTR6ResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverDone(1),
                   inProgress(2),
                   complete(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resync status'."
    ::= { iDTR6Entry  77 }

  iDTR6FlowThruProvisioningEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flow through provisioning enabled'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iDTR6Entry  78 }

  iDTR6EOCAlrmReportingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC alarm reporting enabled'."
    DEFVAL       { false }
    ::= { iDTR6Entry  79 }

  iDTR6StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iDTR6Entry  80 }

  iDTR6EOCAlrmReportingTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iDTAlarmsEnabled(0),
                   iDTInterfaceAlarmsEnabled(1),
                   iDTSubscriberTerminationAlarmsEnabled(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EOC alarm reporting types'."
    DEFVAL       { {iDTAlarmsEnabled} }
    ::= { iDTR6Entry  81 }

  iDTR6EOCControlChanMaxOutstandingMsgs OBJECT-TYPE
    SYNTAX       INTEGER ( 1..45 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'EOC - maximum outstanding messages'.
                  This field is not writable when active."
    DEFVAL       { 15 }
    ::= { iDTR6Entry  82 }

  iDTR6ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iDTR6Entry  83 }

  iDTR6ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTR6Entry  84 }

  iDTR6LFAManagementLFAManagementEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'LFA Management - LFA Management Enabled'."
    DEFVAL       { false }
    ::= { iDTR6Entry  85 }

  iDTR6LFAManagementOrigingDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LFA Management - Originating DN'."
    ::= { iDTR6Entry  86 }

  iDTR6LFAManagementTermNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'LFA Management - Terminating Number'."
    ::= { iDTR6Entry  87 }

  iDTR6LFAManagementManagementCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'LFA Management - Management Command'."
    ::= { iDTR6Entry  88 }

-- /*********************************************************************************/
-- /* MIB table for SE 'V5.2 Interfaces'                                            */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  v5PortConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF V5PortConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Connected Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2200 }

  v5PortConEntry OBJECT-TYPE
    SYNTAX       V5PortConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { v5PortConNEConn,
             v5PortConNetwkElement,
             v5PortConMediaGatewayIx }
    ::= {  v5PortConTable  1  }

  V5PortConEntry  ::=  SEQUENCE
  {
    v5PortConNEConn                    Unsigned32,
    v5PortConNetwkElement              DisplayString,
    v5PortConMediaGatewayIx            Unsigned32,
    v5PortConV52AlrmsAttnRq            Integer32,
    v5PortConV52AlrmEvtsAttnRq         Integer32,
    v5PortConV52AlrmsAtndDp            Integer32,
    v5PortConV52AlrmEvtsAtndDp         Integer32,
    v5PortConTotUserPortL3Addrs        Unsigned32,
    v5PortConMaxUserPortL3Addrs        Unsigned32,
    v5PortConChldStatisticsAlrms       Integer32,
    v5PortConSummaryChldAlrmState      INTEGER
  }

  v5PortConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { v5PortConEntry  1 }

  v5PortConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { v5PortConEntry  2 }

  v5PortConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { v5PortConEntry  3 }

  v5PortConV52AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'V5.2 Attention Required alarms'."
    ::= { v5PortConEntry  4 }

  v5PortConV52AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'V5.2 Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { v5PortConEntry  5 }

  v5PortConV52AlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'V5.2 Attend To Dependent alarms'."
    ::= { v5PortConEntry  6 }

  v5PortConV52AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'V5.2 Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { v5PortConEntry  7 }

  v5PortConTotUserPortL3Addrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total user port L3 addresses'."
    ::= { v5PortConEntry  8 }

  v5PortConMaxUserPortL3Addrs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60480 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum user port L3 addresses'."
    DEFVAL       { 60480 }
    ::= { v5PortConEntry  9 }

  v5PortConChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { v5PortConEntry  10 }

  v5PortConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { v5PortConEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'V5.2 Interface'                                             */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  v5PortTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF V5PortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'V5.2 Interfaces'."
    ::= { metaSwitch  2201 }

  v5PortEntry OBJECT-TYPE
    SYNTAX       V5PortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { v5PortNEConn,
             v5PortNetwkElement,
             v5PortMediaGatewayIx,
             v5PortPortIx }
    ::= {  v5PortTable  1  }

  V5PortEntry  ::=  SEQUENCE
  {
    v5PortNEConn                       Unsigned32,
    v5PortNetwkElement                 DisplayString,
    v5PortMediaGatewayIx               Unsigned32,
    v5PortPortIx                       Integer32,
    v5PortAccDevNum                    INTEGER,
    v5PortAccDevName                   DisplayString,
    v5PortDesc                         DisplayString,
    v5PortProtStackStatus              INTEGER,
    v5PortAlrmState                    INTEGER,
    v5PortAlrmEvtsAttnRqLogCorr        Counter64,
    v5PortAlrmEvtsAttnRq               Integer32,
    v5PortAlrmEvtsAtndDpLogCorr        Counter64,
    v5PortAlrmEvtsAtndDp               Integer32,
    v5PortAlrmStateTimestamp           Unsigned32,
    v5PortChldAlrmsAtndDp              Integer32,
    v5PortChldAlrmEvtsAtndDp           Integer32,
    v5PortSummaryChldAlrmState         INTEGER,
    v5PortDiagsLogLvl                  INTEGER,
    v5PortDiagsAPITraceEnabled         INTEGER,
    v5PortDiagsAPITraceTag             DisplayString,
    v5PortDoExtraActions               INTEGER,
    v5PortRowStatus                    RowStatus,
    v5PortInterfaceIx                  Unsigned32,
    v5PortCfgVariant                   Unsigned32,
    v5PortMaxUserPorts                 Unsigned32,
    v5PortNumUserPortL3Addrs           Unsigned32,
    v5PortUserPortL3AddrRanges         LongDisplayString,
    v5PortAccessNodeVendor             INTEGER,
    v5PortNumPresubscribedSubs         Unsigned32,
    v5PortDeactivnMode                 INTEGER,
    v5PortI1ProtsPrimaryCChanLinkNEConn
                                       Unsigned32,
    v5PortI2ProtsPrimaryCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3ProtsPrimaryCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4ProtsPrimaryCChanLinkPortIx
                                       Integer32,
    v5PortI5ProtsPrimaryCChanLinkLinkNum
                                       INTEGER,
    v5PortProtsPrimaryCChanLinkOtherVals
                                       INTEGER,
    v5PortI1ProtsSecondaryCChanLinkNEConn
                                       Unsigned32,
    v5PortI2ProtsSecondaryCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3ProtsSecondaryCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4ProtsSecondaryCChanLinkPortIx
                                       Integer32,
    v5PortI5ProtsSecondaryCChanLinkLinkNum
                                       INTEGER,
    v5PortProtsSecondaryCChanLinkOtherVals
                                       INTEGER,
    v5PortProtsProtsLogicalCChanL3Addr Unsigned32,
    v5PortI1ProtsActCChanLinkNEConn    Unsigned32,
    v5PortI2ProtsActCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3ProtsActCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4ProtsActCChanLinkPortIx    Integer32,
    v5PortI5ProtsActCChanLinkLinkNum   INTEGER,
    v5PortProtsActCChanLinkOtherVals   INTEGER,
    v5PortProtsActCChanStatus          INTEGER,
    v5PortI1ProtsStandbyCChanLinkNEConn
                                       Unsigned32,
    v5PortI2ProtsStandbyCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3ProtsStandbyCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4ProtsStandbyCChanLinkPortIx
                                       Integer32,
    v5PortI5ProtsStandbyCChanLinkLinkNum
                                       INTEGER,
    v5PortProtsStandbyCChanLinkOtherVals
                                       INTEGER,
    v5PortProtsStandbyCChanStatus      INTEGER,
    v5PortProtsLastPPSTime             Unsigned32,
    v5PortProtsLastActionStatus        INTEGER,
    v5PortProtsLastActionTime          Unsigned32,
    v5PortPSTNProtPstnProtSharesCChans INTEGER,
    v5PortI1PstnProtPrimaryCChanLinkNEConn
                                       Unsigned32,
    v5PortI2PstnProtPrimaryCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3PstnProtPrimaryCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4PstnProtPrimaryCChanLinkPortIx
                                       Integer32,
    v5PortI5PstnProtPrimaryCChanLinkLinkNum
                                       INTEGER,
    v5PortPstnProtPrimaryCChanLinkOtherVals
                                       INTEGER,
    v5PortPstnProtPrimaryCChanTimeslot INTEGER,
    v5PortI1PstnProtSecondaryCChanLinkNEConn
                                       Unsigned32,
    v5PortI2PstnProtSecondaryCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3PstnProtSecondaryCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4PstnProtSecondaryCChanLinkPortIx
                                       Integer32,
    v5PortI5PstnProtSecondaryCChanLinkLinkNum
                                       INTEGER,
    v5PortPstnProtSecondaryCChanLinkOtherVals
                                       INTEGER,
    v5PortPstnProtSecondaryCChanTimeslot
                                       INTEGER,
    v5PortPstnProtPstnProtLogicalCChanL3Addr
                                       Unsigned32,
    v5PortI1PstnProtActCChanLinkNEConn Unsigned32,
    v5PortI2PstnProtActCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3PstnProtActCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4PstnProtActCChanLinkPortIx Integer32,
    v5PortI5PstnProtActCChanLinkLinkNum
                                       INTEGER,
    v5PortPstnProtActCChanLinkOtherVals
                                       INTEGER,
    v5PortPstnProtActCChanTimeslot     INTEGER,
    v5PortPstnProtActCChanStatus       INTEGER,
    v5PortI1PstnProtStandbyCChanLinkNEConn
                                       Unsigned32,
    v5PortI2PstnProtStandbyCChanLinkNetwkElement
                                       DisplayString,
    v5PortI3PstnProtStandbyCChanLinkMediaGatewayIx
                                       Unsigned32,
    v5PortI4PstnProtStandbyCChanLinkPortIx
                                       Integer32,
    v5PortI5PstnProtStandbyCChanLinkLinkNum
                                       INTEGER,
    v5PortPstnProtStandbyCChanLinkOtherVals
                                       INTEGER,
    v5PortPSTNProtStandbyCChanTimeslot INTEGER,
    v5PortPstnProtStandbyCChanStatus   INTEGER,
    v5PortPstnProtLastPPSTime          Unsigned32,
    v5PortPstnProtLastActionStatus     INTEGER,
    v5PortPstnProtLastActionTime       Unsigned32,
    v5PortRingCadenceMappingStandardRingCadence
                                       Unsigned32,
    v5PortRCMAltRngCdnc1               Unsigned32,
    v5PortRCMAltRngCdnc2               Unsigned32,
    v5PortRCMAltRngCdnc3               Unsigned32,
    v5PortRCMAltRngCdnc4               Unsigned32,
    v5PortRCMAltRngCdnc5               Unsigned32,
    v5PortRCMAltRngCdnc6               Unsigned32,
    v5PortRCMAltRngCdnc7               Unsigned32,
    v5PortRCMAltRngCdnc8               Unsigned32,
    v5PortStatisticsAlrms              Integer32,
    v5PortAlrmEvtsAttnRqResetTimestamp Unsigned32,
    v5PortAlrmEvtsAtndDpResetTimestamp Unsigned32,
    v5PortAdminStatus                  AdminStatus,
    v5PortOperStatus                   OperStatus
  }

  v5PortNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { v5PortEntry  1 }

  v5PortNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { v5PortEntry  2 }

  v5PortMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { v5PortEntry  3 }

  v5PortPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { v5PortEntry  4 }

  v5PortAccDevNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is only writable during create."
    ::= { v5PortEntry  5 }

  v5PortAccDevName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is only writable during create."
    ::= { v5PortEntry  6 }

  v5PortDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { v5PortEntry  7 }

  v5PortProtStackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   pendingLinkActivation(2),
                   starting(3),
                   started(4),
                   stopping(5),
                   failed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol stack status'."
    ::= { v5PortEntry  8 }

  v5PortAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { v5PortEntry  86 }

  v5PortAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { v5PortEntry  87 }

  v5PortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { v5PortEntry  88 }

  v5PortAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { v5PortEntry  89 }

  v5PortAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { v5PortEntry  90 }

  v5PortAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { v5PortEntry  91 }

  v5PortChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { v5PortEntry  93 }

  v5PortChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { v5PortEntry  94 }

  v5PortSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { v5PortEntry  95 }

  v5PortDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { v5PortEntry  96 }

  v5PortDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { v5PortEntry  97 }

  v5PortDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { v5PortEntry  98 }

  v5PortDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   requestProtocolsPPS(1),
                   requestPSTNProtocolPPS(2),
                   blockAllUserPorts(3),
                   unblockAllUserPorts(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { v5PortEntry  99 }

  v5PortRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { v5PortEntry  100 }

  v5PortInterfaceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface index'.
                  This field is not writable when active."
    ::= { v5PortEntry  101 }

  v5PortCfgVariant OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config variant'.
                  This field is not writable when active."
    ::= { v5PortEntry  102 }

  v5PortMaxUserPorts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32768 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum user ports'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { v5PortEntry  103 }

  v5PortNumUserPortL3Addrs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of user port L3 addresses'."
    ::= { v5PortEntry  104 }

  v5PortUserPortL3AddrRanges OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User port L3 address ranges'."
    ::= { v5PortEntry  105 }

  v5PortAccessNodeVendor OBJECT-TYPE
    SYNTAX       INTEGER {
                   generic(0),
                   ericsson(1),
                   huawei(2),
                   zhone(3),
                   tdSoft(4),
                   spare1(5),
                   spare2(6),
                   spare3(7),
                   spare4(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Node Vendor'.
                  This field is not writable when active."
    DEFVAL       { generic }
    ::= { v5PortEntry  106 }

  v5PortNumPresubscribedSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of pre-subscribed subscribers'."
    ::= { v5PortEntry  107 }

  v5PortDeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { v5PortEntry  108 }

  v5PortI1ProtsPrimaryCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - primary C-Chan link',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  109 }

  v5PortI2ProtsPrimaryCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - primary C-Chan link',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  110 }

  v5PortI3ProtsPrimaryCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - primary C-Chan link',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  111 }

  v5PortI4ProtsPrimaryCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - primary C-Chan link',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  112 }

  v5PortI5ProtsPrimaryCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - primary C-Chan link',
                  This field represents index 'Link number'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  113 }

  v5PortProtsPrimaryCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - primary C-Chan link'.
                  This field represents the fixed
                  values that Protocols - primary C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { v5PortEntry  114 }

  v5PortI1ProtsSecondaryCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - secondary C-Chan link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  115 }

  v5PortI2ProtsSecondaryCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - secondary C-Chan link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  116 }

  v5PortI3ProtsSecondaryCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - secondary C-Chan link',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  117 }

  v5PortI4ProtsSecondaryCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - secondary C-Chan link',
                  This field represents index
                  'Port index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  118 }

  v5PortI5ProtsSecondaryCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - secondary C-Chan link',
                  This field represents index
                  'Link number'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  119 }

  v5PortProtsSecondaryCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - secondary C-Chan link'.
                  This field represents the fixed
                  values that Protocols - secondary C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { v5PortEntry  120 }

  v5PortProtsProtsLogicalCChanL3Addr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Protocols - protocols logical C-Chan L3 address'.
                  This field is not writable when active."
    ::= { v5PortEntry  121 }

  v5PortI1ProtsActCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - active C-Chan link',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  122 }

  v5PortI2ProtsActCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - active C-Chan link',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  123 }

  v5PortI3ProtsActCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - active C-Chan link',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  124 }

  v5PortI4ProtsActCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - active C-Chan link',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  125 }

  v5PortI5ProtsActCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - active C-Chan link',
                  This field represents index 'Link number'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  126 }

  v5PortProtsActCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - active C-Chan link'.
                  This field represents the fixed
                  values that Protocols - active C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { v5PortEntry  127 }

  v5PortProtsActCChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocols - active C-Chan status'."
    ::= { v5PortEntry  128 }

  v5PortI1ProtsStandbyCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - standby C-Chan link',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  129 }

  v5PortI2ProtsStandbyCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - standby C-Chan link',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  130 }

  v5PortI3ProtsStandbyCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - standby C-Chan link',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  131 }

  v5PortI4ProtsStandbyCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - standby C-Chan link',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  132 }

  v5PortI5ProtsStandbyCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - standby C-Chan link',
                  This field represents index 'Link number'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  133 }

  v5PortProtsStandbyCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protocols - standby C-Chan link'.
                  This field represents the fixed
                  values that Protocols - standby C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { v5PortEntry  134 }

  v5PortProtsStandbyCChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocols - standby C-Chan status'."
    ::= { v5PortEntry  135 }

  v5PortProtsLastPPSTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocols - last PPS time'."
    ::= { v5PortEntry  136 }

  v5PortProtsLastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLastAction(1),
                   initiatePPSInProgress(2),
                   initiatePPSSuccessful(3),
                   initiatePPSFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocols - last action status'."
    ::= { v5PortEntry  137 }

  v5PortProtsLastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocols - last action time'."
    ::= { v5PortEntry  138 }

  v5PortPSTNProtPstnProtSharesCChans OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol - PSTN protocol shares C-Chans'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { v5PortEntry  139 }

  v5PortI1PstnProtPrimaryCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - primary C-Chan link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  140 }

  v5PortI2PstnProtPrimaryCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - primary C-Chan link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  141 }

  v5PortI3PstnProtPrimaryCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - primary C-Chan link',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  142 }

  v5PortI4PstnProtPrimaryCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - primary C-Chan link',
                  This field represents index
                  'Port index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  143 }

  v5PortI5PstnProtPrimaryCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - primary C-Chan link',
                  This field represents index
                  'Link number'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  144 }

  v5PortPstnProtPrimaryCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - primary C-Chan link'.
                  This field represents the fixed
                  values that PSTN protocol - primary C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { v5PortEntry  145 }

  v5PortPstnProtPrimaryCChanTimeslot OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   timeslot15(2),
                   timeslot16(3),
                   timeslot31(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol - primary C-Chan timeslot'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { v5PortEntry  146 }

  v5PortI1PstnProtSecondaryCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - secondary C-Chan link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  147 }

  v5PortI2PstnProtSecondaryCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - secondary C-Chan link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  148 }

  v5PortI3PstnProtSecondaryCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - secondary C-Chan link',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  149 }

  v5PortI4PstnProtSecondaryCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - secondary C-Chan link',
                  This field represents index
                  'Port index'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  150 }

  v5PortI5PstnProtSecondaryCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - secondary C-Chan link',
                  This field represents index
                  'Link number'
                  in referenced type 'BOOV5LinkSE'.
                  This field is not valid at creation time."
    ::= { v5PortEntry  151 }

  v5PortPstnProtSecondaryCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - secondary C-Chan link'.
                  This field represents the fixed
                  values that PSTN protocol - secondary C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { v5PortEntry  152 }

  v5PortPstnProtSecondaryCChanTimeslot OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   timeslot15(2),
                   timeslot16(3),
                   timeslot31(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol - secondary C-Chan timeslot'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { v5PortEntry  153 }

  v5PortPstnProtPstnProtLogicalCChanL3Addr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol - PSTN protocol logical C-Chan L3 address'.
                  This field is not writable when active."
    ::= { v5PortEntry  154 }

  v5PortI1PstnProtActCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - active C-Chan link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  155 }

  v5PortI2PstnProtActCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - active C-Chan link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  156 }

  v5PortI3PstnProtActCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - active C-Chan link',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  157 }

  v5PortI4PstnProtActCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - active C-Chan link',
                  This field represents index
                  'Port index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  158 }

  v5PortI5PstnProtActCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - active C-Chan link',
                  This field represents index
                  'Link number'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  159 }

  v5PortPstnProtActCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - active C-Chan link'.
                  This field represents the fixed
                  values that PSTN protocol - active C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { v5PortEntry  160 }

  v5PortPstnProtActCChanTimeslot OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   timeslot15(2),
                   timeslot16(3),
                   timeslot31(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol active C-Chan timeslot'."
    ::= { v5PortEntry  161 }

  v5PortPstnProtActCChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol - active C-Chan status'."
    ::= { v5PortEntry  162 }

  v5PortI1PstnProtStandbyCChanLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - standby C-Chan link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  163 }

  v5PortI2PstnProtStandbyCChanLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - standby C-Chan link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  164 }

  v5PortI3PstnProtStandbyCChanLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - standby C-Chan link',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  165 }

  v5PortI4PstnProtStandbyCChanLinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - standby C-Chan link',
                  This field represents index
                  'Port index'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  166 }

  v5PortI5PstnProtStandbyCChanLinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - standby C-Chan link',
                  This field represents index
                  'Link number'
                  in referenced type 'BOOV5LinkSE'."
    ::= { v5PortEntry  167 }

  v5PortPstnProtStandbyCChanLinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PSTN protocol - standby C-Chan link'.
                  This field represents the fixed
                  values that PSTN protocol - standby C-Chan link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { v5PortEntry  168 }

  v5PortPSTNProtStandbyCChanTimeslot OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   timeslot15(2),
                   timeslot16(3),
                   timeslot31(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol standby C-Chan timeslot'."
    ::= { v5PortEntry  169 }

  v5PortPstnProtStandbyCChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconfigured(1),
                   outOfService(2),
                   inService(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol - standby C-Chan status'."
    ::= { v5PortEntry  170 }

  v5PortPstnProtLastPPSTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PSTN protocol - last PPS time'."
    ::= { v5PortEntry  171 }

  v5PortPstnProtLastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLastAction(1),
                   initiatePPSInProgress(2),
                   initiatePPSSuccessful(3),
                   initiatePPSFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PSTN protocol - last action status'."
    ::= { v5PortEntry  172 }

  v5PortPstnProtLastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PSTN protocol - last action time'."
    ::= { v5PortEntry  173 }

  v5PortRingCadenceMappingStandardRingCadence OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - standard ring cadence'."
    DEFVAL       { 0 }
    ::= { v5PortEntry  174 }

  v5PortRCMAltRngCdnc1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 1'."
    DEFVAL       { 1 }
    ::= { v5PortEntry  175 }

  v5PortRCMAltRngCdnc2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 2'."
    DEFVAL       { 2 }
    ::= { v5PortEntry  176 }

  v5PortRCMAltRngCdnc3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 3'."
    DEFVAL       { 3 }
    ::= { v5PortEntry  177 }

  v5PortRCMAltRngCdnc4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 4'."
    DEFVAL       { 4 }
    ::= { v5PortEntry  178 }

  v5PortRCMAltRngCdnc5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 5'."
    DEFVAL       { 5 }
    ::= { v5PortEntry  179 }

  v5PortRCMAltRngCdnc6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 6'."
    DEFVAL       { 6 }
    ::= { v5PortEntry  180 }

  v5PortRCMAltRngCdnc7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 7'."
    DEFVAL       { 7 }
    ::= { v5PortEntry  181 }

  v5PortRCMAltRngCdnc8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring cadence mapping - alternate ring cadence 8'."
    DEFVAL       { 8 }
    ::= { v5PortEntry  182 }

  v5PortStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { v5PortEntry  183 }

  v5PortAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { v5PortEntry  184 }

  v5PortAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { v5PortEntry  185 }

  v5PortAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { v5PortEntry  186 }

  v5PortOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { v5PortEntry  187 }

-- /*********************************************************************************/
-- /* MIB table for SE 'V5.2 Link'                                                  */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  v5LinkTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF V5LinkEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'V5.2 Interface'."
    ::= { metaSwitch  2202 }

  v5LinkEntry OBJECT-TYPE
    SYNTAX       V5LinkEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { v5LinkNEConn,
             v5LinkNetwkElement,
             v5LinkMediaGatewayIx,
             v5LinkPortIx,
             v5LinkLinkNum }
    ::= {  v5LinkTable  1  }

  V5LinkEntry  ::=  SEQUENCE
  {
    v5LinkNEConn                       Unsigned32,
    v5LinkNetwkElement                 DisplayString,
    v5LinkMediaGatewayIx               Unsigned32,
    v5LinkPortIx                       Integer32,
    v5LinkLinkNum                      INTEGER,
    v5LinkI1AssociatedDS1NEConn        Unsigned32,
    v5LinkI2AssociatedDS1NetwkElement  DisplayString,
    v5LinkI3AssociatedDS1MediaGatewayIx
                                       Unsigned32,
    v5LinkI4AssociatedDS1CarrIx        Unsigned32,
    v5LinkInUseCChan                   INTEGER,
    v5LinkNumCalls                     Integer32,
    v5LinkAlrmState                    INTEGER,
    v5LinkAlrmEvtsAtndDpLogCorr        Counter64,
    v5LinkAlrmEvtsAtndDp               Integer32,
    v5LinkAlrmStateTimestamp           Unsigned32,
    v5LinkAlrmEvtsAtndDpResetTimestamp Unsigned32,
    v5LinkDoExtraActions               INTEGER,
    v5LinkRowStatus                    RowStatus,
    v5LinkAdminStatus                  AdminStatus,
    v5LinkOperStatus                   OperStatus,
    v5LinkLinkBlockingStatus           INTEGER,
    v5LinkLinkIdentificationRes        INTEGER,
    v5LinkLinkIdentificationTimestamp  Unsigned32
  }

  v5LinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { v5LinkEntry  1 }

  v5LinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { v5LinkEntry  2 }

  v5LinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { v5LinkEntry  3 }

  v5LinkPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { v5LinkEntry  4 }

  v5LinkLinkNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..16 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link number'.
                  This is an index field."
    ::= { v5LinkEntry  5 }

  v5LinkI1AssociatedDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { v5LinkEntry  6 }

  v5LinkI2AssociatedDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { v5LinkEntry  7 }

  v5LinkI3AssociatedDS1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { v5LinkEntry  8 }

  v5LinkI4AssociatedDS1CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { v5LinkEntry  9 }

  v5LinkInUseCChan OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use for C-Chan'."
    ::= { v5LinkEntry  23 }

  v5LinkNumCalls OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of calls'."
    ::= { v5LinkEntry  24 }

  v5LinkAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { v5LinkEntry  25 }

  v5LinkAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { v5LinkEntry  26 }

  v5LinkAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { v5LinkEntry  27 }

  v5LinkAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { v5LinkEntry  28 }

  v5LinkAlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { v5LinkEntry  29 }

  v5LinkDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   deferredBlockLink(1),
                   blockLink(2),
                   unblockLink(3),
                   verifyLinkIdentification(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { v5LinkEntry  30 }

  v5LinkRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { v5LinkEntry  31 }

  v5LinkAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { v5LinkEntry  32 }

  v5LinkOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { v5LinkEntry  33 }

  v5LinkLinkBlockingStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unblocked(1),
                   blocking(2),
                   deferredBlocking(3),
                   blocked(4),
                   acceleratedBlocking(5),
                   acceleratedUnblocking(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link blocking status'."
    ::= { v5LinkEntry  36 }

  v5LinkLinkIdentificationRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   noResponse(2),
                   passed(3),
                   failed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link identification result'."
    ::= { v5LinkEntry  37 }

  v5LinkLinkIdentificationTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link identification timestamp'."
    ::= { v5LinkEntry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'V5.2 Subscriber Termination'                                */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  v5SubscriberLineTermTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF V5SubscriberLineTermEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'V5.2 Interface'.
                  This table is not deletable."
    ::= { metaSwitch  2203 }

  v5SubscriberLineTermEntry OBJECT-TYPE
    SYNTAX       V5SubscriberLineTermEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { v5SubscriberLineTermNEConn,
             v5SubscriberLineTermNetwkElement,
             v5SubscriberLineTermMediaGatewayIx,
             v5SubscriberLineTermPortIx,
             v5SubscriberLineTermL3Addr }
    ::= {  v5SubscriberLineTermTable  1  }

  V5SubscriberLineTermEntry  ::=  SEQUENCE
  {
    v5SubscriberLineTermNEConn         Unsigned32,
    v5SubscriberLineTermNetwkElement   DisplayString,
    v5SubscriberLineTermMediaGatewayIx Unsigned32,
    v5SubscriberLineTermPortIx         Integer32,
    v5SubscriberLineTermL3Addr         INTEGER,
    v5SubscriberLineTermConnectivityStatus
                                       INTEGER,
    v5SubscriberLineTermHookStatus     INTEGER,
    v5SubscriberLineTermDoExtraActions INTEGER,
    v5SubscriberLineTermRowStatus      RowStatus,
    v5SubscriberLineTermV52LinkInUse   Integer32,
    v5SubscriberLineTermTimeslotInUse  Integer32,
    v5SubscriberLineTermOverallBlockingStatus
                                       INTEGER,
    v5SubscriberLineTermLocalBlockingStatus
                                       INTEGER,
    v5SubscriberLineTermRemBlockingStatus
                                       INTEGER
  }

  v5SubscriberLineTermNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { v5SubscriberLineTermEntry  1 }

  v5SubscriberLineTermNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { v5SubscriberLineTermEntry  2 }

  v5SubscriberLineTermMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { v5SubscriberLineTermEntry  3 }

  v5SubscriberLineTermPortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { v5SubscriberLineTermEntry  4 }

  v5SubscriberLineTermL3Addr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'L3 address'.
                  This is an index field."
    ::= { v5SubscriberLineTermEntry  5 }

  v5SubscriberLineTermConnectivityStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSpecified(1),
                   inactive(2),
                   loopback(3),
                   onlySendData(4),
                   onlyReceiveData(5),
                   sendAndReceiveData(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity status'."
    ::= { v5SubscriberLineTermEntry  6 }

  v5SubscriberLineTermHookStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   onHook(1),
                   offHook(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hook status'."
    ::= { v5SubscriberLineTermEntry  7 }

  v5SubscriberLineTermDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   deferredBlock(1),
                   block(2),
                   unblock(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { v5SubscriberLineTermEntry  8 }

  v5SubscriberLineTermRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { v5SubscriberLineTermEntry  9 }

  v5SubscriberLineTermV52LinkInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'V5.2 Link in use'."
    ::= { v5SubscriberLineTermEntry  11 }

  v5SubscriberLineTermTimeslotInUse OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot in use'."
    ::= { v5SubscriberLineTermEntry  12 }

  v5SubscriberLineTermOverallBlockingStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unblocked(1),
                   blocking(2),
                   deferredBlocking(3),
                   blocked(4),
                   acceleratedBlocking(5),
                   acceleratedUnblocking(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall blocking status'."
    ::= { v5SubscriberLineTermEntry  13 }

  v5SubscriberLineTermLocalBlockingStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   blockRequested(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local blocking status'."
    ::= { v5SubscriberLineTermEntry  14 }

  v5SubscriberLineTermRemBlockingStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   blockRequested(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote blocking status'."
    ::= { v5SubscriberLineTermEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  cFSR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2204 }

  cFSR14Entry OBJECT-TYPE
    SYNTAX       CFSR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR14NEConn,
             cFSR14NetwkElement,
             cFSR14CFSIx }
    ::= {  cFSR14Table  1  }

  CFSR14Entry  ::=  SEQUENCE
  {
    cFSR14NEConn                       Unsigned32,
    cFSR14NetwkElement                 DisplayString,
    cFSR14CFSIx                        Unsigned32,
    cFSR14DeactivnMode                 INTEGER,
    cFSR14AlrmState                    INTEGER,
    cFSR14AlrmLogCorr                  Counter64,
    cFSR14AlrmEvtsAttnRq               Integer32,
    cFSR14AlrmStateTimestamp           Unsigned32,
    cFSR14AlrmResetTimestamp           Unsigned32,
    cFSR14CntrldMGsAlrmsAttnRq         Integer32,
    cFSR14CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR14CntrldMGsAlrmsAtndDp         Integer32,
    cFSR14CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR14SigAlrmsAttnRq               Integer32,
    cFSR14SigAlrmEvtsAttnRq            Integer32,
    cFSR14SigAlrmsAtndDp               Integer32,
    cFSR14SigAlrmEvtsAtndDp            Integer32,
    cFSR14BillAlrmsAttnRq              Integer32,
    cFSR14BillAlrmEvtsAttnRq           Integer32,
    cFSR14CallServsAlrmsAttnRq         Integer32,
    cFSR14CallServsAlrmEvtsAttnRq      Integer32,
    cFSR14CallServsAlrmsAtndDp         Integer32,
    cFSR14CallServsAlrmEvtsAtndDp      Integer32,
    cFSR14RPSAlrmsAttnRq               Integer32,
    cFSR14RPSAlrmEvtsAttnRq            Integer32,
    cFSR14RPSAlrmsAtndDp               Integer32,
    cFSR14RPSAlrmEvtsAtndDp            Integer32,
    cFSR14SubCfgAlrmsAttnRq            Integer32,
    cFSR14SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR14SubCfgAlrmsAtndDp            Integer32,
    cFSR14SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR14TotChldAlrmsAttnRq           Unsigned32,
    cFSR14TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR14TotChldAlrmsAtndDp           Unsigned32,
    cFSR14TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR14SummaryChldAlrmState         INTEGER,
    cFSR14DoExtraActions               INTEGER,
    cFSR14RowStatus                    RowStatus,
    cFSR14AdminStatus                  AdminStatus,
    cFSR14OperStatus                   OperStatus,
    cFSR14Timezone                     INTEGER,
    cFSR14AdjustDaylightSavings        INTEGER,
    cFSR14DaylightSavingsInForce       INTEGER,
    cFSR14MaxNumLineTrafficStudies     Unsigned32,
    cFSR14T38GloballySupported         INTEGER,
    cFSR14ImportCnt                    Integer32,
    cFSR14ImportStatus                 DisplayString,
    cFSR14ImportMode                   INTEGER,
    cFSR14ImportFile                   DisplayString,
    cFSR14ImportCorr                   Counter64,
    cFSR14ImportCorrNode               DisplayString,
    cFSR14ImportCorrUID                DisplayString,
    cFSR14StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR14DefAnnounceLocale            INTEGER,
    cFSR14StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR14StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR14StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR14StatisticsAlrms              Integer32,
    cFSR14ChldStatisticsAlrms          Integer32,
    cFSR14SecondDefAnnounceLocale      INTEGER,
    cFSR14SysTimezone                  LongDisplayString,
    cFSR14SubTimezones                 LongDisplayString,
    cFSR14StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR14StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR14StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR14StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR14StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR14StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR14MRSAlrmsAttnRq               Integer32,
    cFSR14MRSAlrmEvtsAttnRq            Integer32,
    cFSR14CFSRole                      INTEGER,
    cFSR14SupportedLocales             LongDisplayString,
    cFSR14LineCfgAlrmsAttnRq           Integer32,
    cFSR14LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR14LineCfgAlrmsAtndDp           Integer32,
    cFSR14LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR14DefMediaType                 INTEGER,
    cFSR14EmgncyCallsCnt               Unsigned32,
    cFSR14EmgncyCallsDetails           LongDisplayString,
    cFSR14PublishMLHGStatus            INTEGER,
    cFSR14GatewayCtrlerRole            INTEGER,
    cFSR14EmgncyCallEquivalence        INTEGER
  }

  cFSR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR14Entry  1 }

  cFSR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR14Entry  2 }

  cFSR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR14Entry  3 }

  cFSR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR14Entry  4 }

  cFSR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR14Entry  5 }

  cFSR14AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR14Entry  6 }

  cFSR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  7 }

  cFSR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR14Entry  8 }

  cFSR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR14Entry  9 }

  cFSR14CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR14Entry  10 }

  cFSR14CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  11 }

  cFSR14CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR14Entry  12 }

  cFSR14CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  13 }

  cFSR14SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR14Entry  14 }

  cFSR14SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  15 }

  cFSR14SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR14Entry  16 }

  cFSR14SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  17 }

  cFSR14BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR14Entry  18 }

  cFSR14BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  19 }

  cFSR14CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR14Entry  20 }

  cFSR14CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  21 }

  cFSR14CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR14Entry  22 }

  cFSR14CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  23 }

  cFSR14RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR14Entry  24 }

  cFSR14RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  25 }

  cFSR14RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR14Entry  26 }

  cFSR14RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  27 }

  cFSR14SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR14Entry  28 }

  cFSR14SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  29 }

  cFSR14SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR14Entry  30 }

  cFSR14SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  31 }

  cFSR14TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR14Entry  32 }

  cFSR14TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR14Entry  33 }

  cFSR14TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR14Entry  34 }

  cFSR14TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR14Entry  35 }

  cFSR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR14Entry  36 }

  cFSR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR14Entry  37 }

  cFSR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR14Entry  38 }

  cFSR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR14Entry  39 }

  cFSR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR14Entry  40 }

  cFSR14Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR14Entry  41 }

  cFSR14AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR14Entry  42 }

  cFSR14DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR14Entry  43 }

  cFSR14MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR14Entry  44 }

  cFSR14T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR14Entry  45 }

  cFSR14ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR14Entry  47 }

  cFSR14ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR14Entry  48 }

  cFSR14ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR14Entry  49 }

  cFSR14ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR14Entry  50 }

  cFSR14ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR14Entry  51 }

  cFSR14ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR14Entry  52 }

  cFSR14ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR14Entry  53 }

  cFSR14StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR14Entry  54 }

  cFSR14DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR14Entry  55 }

  cFSR14StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR14Entry  56 }

  cFSR14StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR14Entry  57 }

  cFSR14StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR14Entry  58 }

  cFSR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR14Entry  59 }

  cFSR14ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR14Entry  60 }

  cFSR14SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR14Entry  61 }

  cFSR14SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR14Entry  62 }

  cFSR14SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR14Entry  63 }

  cFSR14StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR14Entry  64 }

  cFSR14StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR14Entry  65 }

  cFSR14StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR14Entry  66 }

  cFSR14StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR14Entry  67 }

  cFSR14StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR14Entry  68 }

  cFSR14StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR14Entry  69 }

  cFSR14MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR14Entry  70 }

  cFSR14MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  71 }

  cFSR14CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR14Entry  72 }

  cFSR14SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR14Entry  73 }

  cFSR14LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR14Entry  74 }

  cFSR14LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  75 }

  cFSR14LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR14Entry  76 }

  cFSR14LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR14Entry  77 }

  cFSR14DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR14Entry  78 }

  cFSR14EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR14Entry  79 }

  cFSR14EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR14Entry  80 }

  cFSR14PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR14Entry  81 }

  cFSR14GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR14Entry  82 }

  cFSR14EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR14Entry  83 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  tAGAccessDeviceR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGAccessDeviceR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Access Devices'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2205 }

  tAGAccessDeviceR7Entry OBJECT-TYPE
    SYNTAX       TAGAccessDeviceR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGAccessDeviceR7NEConn,
             tAGAccessDeviceR7NetwkElement,
             tAGAccessDeviceR7CFSIx,
             tAGAccessDeviceR7GatewayIx,
             tAGAccessDeviceR7DeviceIx }
    ::= {  tAGAccessDeviceR7Table  1  }

  TAGAccessDeviceR7Entry  ::=  SEQUENCE
  {
    tAGAccessDeviceR7NEConn            Unsigned32,
    tAGAccessDeviceR7NetwkElement      DisplayString,
    tAGAccessDeviceR7CFSIx             Unsigned32,
    tAGAccessDeviceR7GatewayIx         Unsigned32,
    tAGAccessDeviceR7DeviceIx          Unsigned32,
    tAGAccessDeviceR7MediaGatewayType  INTEGER,
    tAGAccessDeviceR7AccessProt        INTEGER,
    tAGAccessDeviceR7I1TAGNEConn       Unsigned32,
    tAGAccessDeviceR7I2TAGNetwkElement DisplayString,
    tAGAccessDeviceR7I3TAGCFSIx        Unsigned32,
    tAGAccessDeviceR7I4TAGGatewayIx    Unsigned32,
    tAGAccessDeviceR7I1SubGNEConn      Unsigned32,
    tAGAccessDeviceR7I2SubGNetwkElement
                                       DisplayString,
    tAGAccessDeviceR7I3SubGCFSIx       Unsigned32,
    tAGAccessDeviceR7I4SubGGatewayIx   Unsigned32,
    tAGAccessDeviceR7Desc              DisplayString,
    tAGAccessDeviceR7AccDevNum         Unsigned32,
    tAGAccessDeviceR7AccDevPortName    DisplayString,
    tAGAccessDeviceR7MaxLineNum        Unsigned32,
    tAGAccessDeviceR7DeactivnMode      INTEGER,
    tAGAccessDeviceR7AlrmState         INTEGER,
    tAGAccessDeviceR7AlrmEvtsAttnRq    Unsigned32,
    tAGAccessDeviceR7AlrmEvtsAtndDp    Unsigned32,
    tAGAccessDeviceR7AlrmStateTimestamp
                                       Unsigned32,
    tAGAccessDeviceR7RowStatus         RowStatus,
    tAGAccessDeviceR7AdminStatus       AdminStatus,
    tAGAccessDeviceR7OperStatus        OperStatus,
    tAGAccessDeviceR7ExportNumObjectsExported
                                       Integer32,
    tAGAccessDeviceR7ExportStatus      DisplayString,
    tAGAccessDeviceR7ExportFile        DisplayString,
    tAGAccessDeviceR7ExportCorr        Counter64,
    tAGAccessDeviceR7ExportCorrNode    DisplayString,
    tAGAccessDeviceR7ExportCorrUID     DisplayString,
    tAGAccessDeviceR7DoExtraActions    INTEGER,
    tAGAccessDeviceR7ProviderStatus    INTEGER,
    tAGAccessDeviceR7ConnType          INTEGER,
    tAGAccessDeviceR7T1I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR7T1I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR7T1I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR7T1I4AccessHardwarePortIx
                                       Integer32,
    tAGAccessDeviceR7T3I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR7AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tAGAccessDeviceR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR7AlrmEvtsAtndDpLogCorr
                                       Counter64,
    tAGAccessDeviceR7AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR7T3I6AccessHardwarePhysDS1PortName
                                       DisplayString,
    tAGAccessDeviceR7T4I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR7T4I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR7T4I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR7T4I4AccessHardwareCtrlerIx
                                       INTEGER,
    tAGAccessDeviceR7T4I5AccessHardwareSlotNum
                                       INTEGER,
    tAGAccessDeviceR7T4I6AccessHardwarePhysDS3PortName
                                       INTEGER,
    tAGAccessDeviceR7T4I7AccessHardwareDS1OverDS3PortName
                                       DisplayString,
    tAGAccessDeviceR7T3I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR7T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR7T3I4AccessHardwareCtrlerIx
                                       INTEGER,
    tAGAccessDeviceR7T3I5AccessHardwareSlotNum
                                       INTEGER,
    tAGAccessDeviceR7RcvGain           INTEGER,
    tAGAccessDeviceR7XmitGain          INTEGER,
    tAGAccessDeviceR7I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tAGAccessDeviceR7I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tAGAccessDeviceR7I3FaultMonitoringProfFMPIx
                                       Integer32,
    tAGAccessDeviceR7FaultMonitoringProfOtherVals
                                       INTEGER,
    tAGAccessDeviceR7ApplyFMPToReltdObjectTypes
                                       BITS,
    tAGAccessDeviceR7AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    tAGAccessDeviceR7T2I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR7T2I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR7T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR7T2I4AccessHardwarePortIx
                                       Integer32,
    tAGAccessDeviceR7ExportIncASRepData
                                       INTEGER,
    tAGAccessDeviceR7ExportChldObjectsToInc
                                       INTEGER
  }

  tAGAccessDeviceR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGAccessDeviceR7Entry  1 }

  tAGAccessDeviceR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGAccessDeviceR7Entry  2 }

  tAGAccessDeviceR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR7Entry  3 }

  tAGAccessDeviceR7GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR7Entry  4 }

  tAGAccessDeviceR7DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { tAGAccessDeviceR7Entry  5 }

  tAGAccessDeviceR7MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR7Entry  6 }

  tAGAccessDeviceR7AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6),
                   v52(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR7Entry  7 }

  tAGAccessDeviceR7I1TAGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  8 }

  tAGAccessDeviceR7I2TAGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  9 }

  tAGAccessDeviceR7I3TAGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  10 }

  tAGAccessDeviceR7I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  11 }

  tAGAccessDeviceR7I1SubGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  12 }

  tAGAccessDeviceR7I2SubGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  13 }

  tAGAccessDeviceR7I3SubGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  14 }

  tAGAccessDeviceR7I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR7Entry  15 }

  tAGAccessDeviceR7Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tAGAccessDeviceR7Entry  24 }

  tAGAccessDeviceR7AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR7Entry  25 }

  tAGAccessDeviceR7AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR7Entry  26 }

  tAGAccessDeviceR7MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR7Entry  27 }

  tAGAccessDeviceR7DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tAGAccessDeviceR7Entry  28 }

  tAGAccessDeviceR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tAGAccessDeviceR7Entry  29 }

  tAGAccessDeviceR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR7Entry  31 }

  tAGAccessDeviceR7AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR7Entry  32 }

  tAGAccessDeviceR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tAGAccessDeviceR7Entry  33 }

  tAGAccessDeviceR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tAGAccessDeviceR7Entry  35 }

  tAGAccessDeviceR7AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR7Entry  36 }

  tAGAccessDeviceR7OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR7Entry  37 }

  tAGAccessDeviceR7ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tAGAccessDeviceR7Entry  38 }

  tAGAccessDeviceR7ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tAGAccessDeviceR7Entry  39 }

  tAGAccessDeviceR7ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tAGAccessDeviceR7Entry  40 }

  tAGAccessDeviceR7ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tAGAccessDeviceR7Entry  41 }

  tAGAccessDeviceR7ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { tAGAccessDeviceR7Entry  42 }

  tAGAccessDeviceR7ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tAGAccessDeviceR7Entry  43 }

  tAGAccessDeviceR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR7Entry  44 }

  tAGAccessDeviceR7ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGAccessDeviceR7Entry  45 }

  tAGAccessDeviceR7ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { tAGAccessDeviceR7Entry  46 }

  tAGAccessDeviceR7T1I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR7Entry  51 }

  tAGAccessDeviceR7T1I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR7Entry  52 }

  tAGAccessDeviceR7T1I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR7Entry  53 }

  tAGAccessDeviceR7T1I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR7Entry  54 }

  tAGAccessDeviceR7T3I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR7Entry  55 }

  tAGAccessDeviceR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tAGAccessDeviceR7Entry  56 }

  tAGAccessDeviceR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tAGAccessDeviceR7Entry  57 }

  tAGAccessDeviceR7AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { tAGAccessDeviceR7Entry  58 }

  tAGAccessDeviceR7AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { tAGAccessDeviceR7Entry  59 }

  tAGAccessDeviceR7T3I6AccessHardwarePhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR7Entry  60 }

  tAGAccessDeviceR7T4I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR7Entry  61 }

  tAGAccessDeviceR7T4I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR7Entry  62 }

  tAGAccessDeviceR7T4I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR7Entry  63 }

  tAGAccessDeviceR7T4I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR7Entry  64 }

  tAGAccessDeviceR7T4I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR7Entry  65 }

  tAGAccessDeviceR7T4I6AccessHardwarePhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR7Entry  66 }

  tAGAccessDeviceR7T4I7AccessHardwareDS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR7Entry  67 }

  tAGAccessDeviceR7T3I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR7Entry  68 }

  tAGAccessDeviceR7T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR7Entry  69 }

  tAGAccessDeviceR7T3I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR7Entry  70 }

  tAGAccessDeviceR7T3I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR7Entry  71 }

  tAGAccessDeviceR7RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR7Entry  72 }

  tAGAccessDeviceR7XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR7Entry  73 }

  tAGAccessDeviceR7I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR7Entry  74 }

  tAGAccessDeviceR7I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR7Entry  75 }

  tAGAccessDeviceR7I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR7Entry  76 }

  tAGAccessDeviceR7FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGAccessDeviceR7Entry  77 }

  tAGAccessDeviceR7ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { tAGAccessDeviceR7Entry  78 }

  tAGAccessDeviceR7AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { tAGAccessDeviceR7Entry  79 }

  tAGAccessDeviceR7T2I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR7Entry  80 }

  tAGAccessDeviceR7T2I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR7Entry  81 }

  tAGAccessDeviceR7T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR7Entry  82 }

  tAGAccessDeviceR7T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR7Entry  83 }

  tAGAccessDeviceR7ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tAGAccessDeviceR7Entry  84 }

  tAGAccessDeviceR7ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tAGAccessDeviceR7Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 9.0                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  subGAccessDeviceR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGAccessDeviceR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2206 }

  subGAccessDeviceR5Entry OBJECT-TYPE
    SYNTAX       SubGAccessDeviceR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGAccessDeviceR5NEConn,
             subGAccessDeviceR5NetwkElement,
             subGAccessDeviceR5CFSIx,
             subGAccessDeviceR5GatewayIx,
             subGAccessDeviceR5DeviceIx }
    ::= {  subGAccessDeviceR5Table  1  }

  SubGAccessDeviceR5Entry  ::=  SEQUENCE
  {
    subGAccessDeviceR5NEConn           Unsigned32,
    subGAccessDeviceR5NetwkElement     DisplayString,
    subGAccessDeviceR5CFSIx            Unsigned32,
    subGAccessDeviceR5GatewayIx        Unsigned32,
    subGAccessDeviceR5DeviceIx         Unsigned32,
    subGAccessDeviceR5MediaGatewayType INTEGER,
    subGAccessDeviceR5AccessProt       INTEGER,
    subGAccessDeviceR5I1TAGNEConn      Unsigned32,
    subGAccessDeviceR5I2TAGNetwkElement
                                       DisplayString,
    subGAccessDeviceR5I3TAGCFSIx       Unsigned32,
    subGAccessDeviceR5I4TAGGatewayIx   Unsigned32,
    subGAccessDeviceR5I1SubGNEConn     Unsigned32,
    subGAccessDeviceR5I2SubGNetwkElement
                                       DisplayString,
    subGAccessDeviceR5I3SubGCFSIx      Unsigned32,
    subGAccessDeviceR5I4SubGGatewayIx  Unsigned32,
    subGAccessDeviceR5Desc             DisplayString,
    subGAccessDeviceR5AccDevNum        Unsigned32,
    subGAccessDeviceR5AccDevPortName   DisplayString,
    subGAccessDeviceR5MaxLineNum       Unsigned32,
    subGAccessDeviceR5DeactivnMode     INTEGER,
    subGAccessDeviceR5AlrmState        INTEGER,
    subGAccessDeviceR5AlEvtsAttnRq     Unsigned32,
    subGAccessDeviceR5AlEvtsAtndDp     Unsigned32,
    subGAccessDeviceR5AlStateTimestamp Unsigned32,
    subGAccessDeviceR5RowStatus        RowStatus,
    subGAccessDeviceR5AdminStatus      AdminStatus,
    subGAccessDeviceR5OperStatus       OperStatus,
    subGAccessDeviceR5ExportNumObjectsExported
                                       Integer32,
    subGAccessDeviceR5ExportStatus     DisplayString,
    subGAccessDeviceR5ExportFile       DisplayString,
    subGAccessDeviceR5ExportCorr       Counter64,
    subGAccessDeviceR5ExportCorrNode   DisplayString,
    subGAccessDeviceR5ExportCorrUID    DisplayString,
    subGAccessDeviceR5DoExtraActions   INTEGER,
    subGAccessDeviceR5ProviderStatus   INTEGER,
    subGAccessDeviceR5ConnType         INTEGER,
    subGAccessDeviceR5T1I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR5T1I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR5T1I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR5T1I4AccessHardwarePortIx
                                       Integer32,
    subGAccessDeviceR5T3I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR5AlEvtsAttnRqLogCorr
                                       Counter64,
    subGAccessDeviceR5AlEvtsAttnRqResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR5AlEvtsAtndDpLogCorr
                                       Counter64,
    subGAccessDeviceR5AlEvtsAtndDpResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR5T4I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR5T4I4AccessHardwareCtrlerIx
                                       INTEGER,
    subGAccessDeviceR5T4I5AccessHardwareSlotNum
                                       INTEGER,
    subGAccessDeviceR5T4I6AccessHardwarePhysDS3PortName
                                       INTEGER,
    subGAccessDeviceR5T4I7AccessHardwareDS1OverDS3PortName
                                       DisplayString,
    subGAccessDeviceR5T3I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR5T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR5T3I4AccessHardwareCtrlerIx
                                       INTEGER,
    subGAccessDeviceR5T3I5AccessHardwareSlotNum
                                       INTEGER,
    subGAccessDeviceR5T3I6AccessHardwarePhysDS1PortName
                                       DisplayString,
    subGAccessDeviceR5T4I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR5T4I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR5ExportIncASRepData
                                       INTEGER,
    subGAccessDeviceR5ExportChldObjectsToInc
                                       INTEGER,
    subGAccessDeviceR5T2I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR5T2I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR5T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR5T2I4AccessHardwarePortIx
                                       Integer32
  }

  subGAccessDeviceR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGAccessDeviceR5Entry  1 }

  subGAccessDeviceR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGAccessDeviceR5Entry  2 }

  subGAccessDeviceR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGAccessDeviceR5Entry  3 }

  subGAccessDeviceR5GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGAccessDeviceR5Entry  4 }

  subGAccessDeviceR5DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { subGAccessDeviceR5Entry  5 }

  subGAccessDeviceR5MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { subGAccessDeviceR5Entry  6 }

  subGAccessDeviceR5AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6),
                   v52(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR5Entry  7 }

  subGAccessDeviceR5I1TAGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  8 }

  subGAccessDeviceR5I2TAGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  9 }

  subGAccessDeviceR5I3TAGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  10 }

  subGAccessDeviceR5I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  11 }

  subGAccessDeviceR5I1SubGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  12 }

  subGAccessDeviceR5I2SubGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  13 }

  subGAccessDeviceR5I3SubGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  14 }

  subGAccessDeviceR5I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR5Entry  15 }

  subGAccessDeviceR5Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { subGAccessDeviceR5Entry  24 }

  subGAccessDeviceR5AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR5Entry  25 }

  subGAccessDeviceR5AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR5Entry  26 }

  subGAccessDeviceR5MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR5Entry  27 }

  subGAccessDeviceR5DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { subGAccessDeviceR5Entry  28 }

  subGAccessDeviceR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { subGAccessDeviceR5Entry  29 }

  subGAccessDeviceR5AlEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR5Entry  31 }

  subGAccessDeviceR5AlEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR5Entry  32 }

  subGAccessDeviceR5AlStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { subGAccessDeviceR5Entry  33 }

  subGAccessDeviceR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGAccessDeviceR5Entry  35 }

  subGAccessDeviceR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR5Entry  36 }

  subGAccessDeviceR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR5Entry  37 }

  subGAccessDeviceR5ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGAccessDeviceR5Entry  38 }

  subGAccessDeviceR5ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGAccessDeviceR5Entry  39 }

  subGAccessDeviceR5ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGAccessDeviceR5Entry  40 }

  subGAccessDeviceR5ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGAccessDeviceR5Entry  41 }

  subGAccessDeviceR5ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { subGAccessDeviceR5Entry  42 }

  subGAccessDeviceR5ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGAccessDeviceR5Entry  43 }

  subGAccessDeviceR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR5Entry  44 }

  subGAccessDeviceR5ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGAccessDeviceR5Entry  45 }

  subGAccessDeviceR5ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { subGAccessDeviceR5Entry  46 }

  subGAccessDeviceR5T1I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR5Entry  51 }

  subGAccessDeviceR5T1I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR5Entry  52 }

  subGAccessDeviceR5T1I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR5Entry  53 }

  subGAccessDeviceR5T1I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR5Entry  54 }

  subGAccessDeviceR5T3I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR5Entry  55 }

  subGAccessDeviceR5AlEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { subGAccessDeviceR5Entry  56 }

  subGAccessDeviceR5AlEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { subGAccessDeviceR5Entry  57 }

  subGAccessDeviceR5AlEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { subGAccessDeviceR5Entry  58 }

  subGAccessDeviceR5AlEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { subGAccessDeviceR5Entry  59 }

  subGAccessDeviceR5T4I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR5Entry  63 }

  subGAccessDeviceR5T4I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR5Entry  64 }

  subGAccessDeviceR5T4I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR5Entry  65 }

  subGAccessDeviceR5T4I6AccessHardwarePhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR5Entry  66 }

  subGAccessDeviceR5T4I7AccessHardwareDS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR5Entry  67 }

  subGAccessDeviceR5T3I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR5Entry  68 }

  subGAccessDeviceR5T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR5Entry  69 }

  subGAccessDeviceR5T3I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR5Entry  70 }

  subGAccessDeviceR5T3I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR5Entry  71 }

  subGAccessDeviceR5T3I6AccessHardwarePhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR5Entry  72 }

  subGAccessDeviceR5T4I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR5Entry  73 }

  subGAccessDeviceR5T4I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR5Entry  74 }

  subGAccessDeviceR5ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGAccessDeviceR5Entry  75 }

  subGAccessDeviceR5ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGAccessDeviceR5Entry  76 }

  subGAccessDeviceR5T2I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR5Entry  80 }

  subGAccessDeviceR5T2I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR5Entry  81 }

  subGAccessDeviceR5T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR5Entry  82 }

  subGAccessDeviceR5T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR5Entry  83 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.0                                                               */
-- /* Deprecated from: null                                                         */
-- /*********************************************************************************/

  cfgSIPBindR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2207 }

  cfgSIPBindR15Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR15NEConn,
             cfgSIPBindR15NetwkElement,
             cfgSIPBindR15CFSIx,
             cfgSIPBindR15BindingIx }
    ::= {  cfgSIPBindR15Table  1  }

  CfgSIPBindR15Entry  ::=  SEQUENCE
  {
    cfgSIPBindR15NEConn                Unsigned32,
    cfgSIPBindR15NetwkElement          DisplayString,
    cfgSIPBindR15CFSIx                 Unsigned32,
    cfgSIPBindR15BindingIx             Unsigned32,
    cfgSIPBindR15Name                  DisplayString,
    cfgSIPBindR15CustInfo              DisplayString,
    cfgSIPBindR15CustInfo2             DisplayString,
    cfgSIPBindR15CustInfo3             DisplayString,
    cfgSIPBindR15CustInfo4             DisplayString,
    cfgSIPBindR15CustInfo5             DisplayString,
    cfgSIPBindR15CustInfo6             DisplayString,
    cfgSIPBindR15Usage                 INTEGER,
    cfgSIPBindR15UseDNIdentification   INTEGER,
    cfgSIPBindR15SIPAuthenticationReqd INTEGER,
    cfgSIPBindR15SIPUserName           DisplayString,
    cfgSIPBindR15SIPDomainName         DisplayString,
    cfgSIPBindR15NewSIPPassword        DisplayString,
    cfgSIPBindR15ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR15ContactIPAddr         DisplayString,
    cfgSIPBindR15ContactIPPort         Unsigned32,
    cfgSIPBindR15ProxyIPAddr           DisplayString,
    cfgSIPBindR15ProxyIPPort           Unsigned32,
    cfgSIPBindR15TransportProt         INTEGER,
    cfgSIPBindR15I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR15I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR15I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR15I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR15Trusted               INTEGER,
    cfgSIPBindR15UseStaticNATMapping   INTEGER,
    cfgSIPBindR15MaxCallAppearances    Unsigned32,
    cfgSIPBindR15AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR15ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR15ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR15DeactivnMode          INTEGER,
    cfgSIPBindR15LastCallFailCause     INTEGER,
    cfgSIPBindR15LastCallFailTimestamp Unsigned32,
    cfgSIPBindR15LastCallFailLogCorr   Counter64,
    cfgSIPBindR15DiagsLogLvl           INTEGER,
    cfgSIPBindR15DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR15DiagsAPITraceTag      DisplayString,
    cfgSIPBindR15ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR15ExportStatus          DisplayString,
    cfgSIPBindR15ExportFile            DisplayString,
    cfgSIPBindR15ExportCorr            Counter64,
    cfgSIPBindR15ExportCorrNode        DisplayString,
    cfgSIPBindR15ExportCorrUID         DisplayString,
    cfgSIPBindR15DoExtraActions        INTEGER,
    cfgSIPBindR15RowStatus             RowStatus,
    cfgSIPBindR15AdminStatus           AdminStatus,
    cfgSIPBindR15OperStatus            OperStatus,
    cfgSIPBindR15PollPeerDevice        INTEGER,
    cfgSIPBindR15PollingInterval       Unsigned32,
    cfgSIPBindR15AlrmState             INTEGER,
    cfgSIPBindR15AlrmLogCorr           Counter64,
    cfgSIPBindR15AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR15AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR15AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR15I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR15I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR15I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR15I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR15SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR15SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR15ActHopCnting          INTEGER,
    cfgSIPBindR15SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR15SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR15SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR15SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR15SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR15SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR15SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR15SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR15ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR15SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR15SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR15SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR15SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR15SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR15SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR15SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR15SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR15SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR15SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR15SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR15UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR15PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR15StatisticsAlrms       Integer32,
    cfgSIPBindR15I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR15I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR15I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR15I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR15ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR15CFSCtrlStatus         INTEGER,
    cfgSIPBindR15PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR15MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR15RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR15SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR15IPAddrMatchReqd       INTEGER,
    cfgSIPBindR15VirtualTrnkGpID       DisplayString,
    cfgSIPBindR15VirtualTrnkCxt        DisplayString,
    cfgSIPBindR15SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR15I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR15I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR15I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR15FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR15ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR15AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR15SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR15TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR15I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR15I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR15I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR15SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR15LearnsContactDetails  INTEGER,
    cfgSIPBindR15ContactURI            LongDisplayString,
    cfgSIPBindR15ContactName           LongDisplayString,
    cfgSIPBindR15ContactExpiryTime     Unsigned32,
    cfgSIPBindR15MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR15SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR15UseTrnkRtgTblsToMatchTGID
                                       INTEGER,
    cfgSIPBindR15SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR15SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR15SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR15ContactAddrScheme     INTEGER,
    cfgSIPBindR15ContactDomainName     DisplayString,
    cfgSIPBindR15ProxyAddrScheme       INTEGER,
    cfgSIPBindR15ProxyDomainName       DisplayString,
    cfgSIPBindR15PollCallPaths         INTEGER,
    cfgSIPBindR15SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR15AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR15AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR15PollServRoutes        INTEGER,
    cfgSIPBindR15ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR15SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR15SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR15SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR15SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR15ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR15ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR15ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR15TransparentHeaders    LongDisplayString,
    cfgSIPBindR15OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR15SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR15SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR15SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR15SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR15SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR15SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR15UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR15SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR15AutoRecovery          INTEGER,
    cfgSIPBindR15AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR15SigType               INTEGER,
    cfgSIPBindR15ExportIncASRepData    INTEGER,
    cfgSIPBindR15ExportChldObjectsToInc
                                       INTEGER
  }

  cfgSIPBindR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR15Entry  1 }

  cfgSIPBindR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR15Entry  2 }

  cfgSIPBindR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR15Entry  3 }

  cfgSIPBindR15BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR15Entry  4 }

  cfgSIPBindR15Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR15Entry  5 }

  cfgSIPBindR15CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR15Entry  6 }

  cfgSIPBindR15CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR15Entry  7 }

  cfgSIPBindR15CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR15Entry  8 }

  cfgSIPBindR15CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR15Entry  9 }

  cfgSIPBindR15CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR15Entry  10 }

  cfgSIPBindR15CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR15Entry  11 }

  cfgSIPBindR15Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR15Entry  12 }

  cfgSIPBindR15UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  13 }

  cfgSIPBindR15SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  14 }

  cfgSIPBindR15SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR15Entry  15 }

  cfgSIPBindR15SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR15Entry  16 }

  cfgSIPBindR15NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR15Entry  17 }

  cfgSIPBindR15ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR15Entry  18 }

  cfgSIPBindR15ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR15Entry  19 }

  cfgSIPBindR15ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR15Entry  20 }

  cfgSIPBindR15ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR15Entry  21 }

  cfgSIPBindR15ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR15Entry  22 }

  cfgSIPBindR15TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR15Entry  23 }

  cfgSIPBindR15I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR15Entry  24 }

  cfgSIPBindR15I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR15Entry  25 }

  cfgSIPBindR15I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR15Entry  26 }

  cfgSIPBindR15I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR15Entry  27 }

  cfgSIPBindR15Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  28 }

  cfgSIPBindR15UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  29 }

  cfgSIPBindR15MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR15Entry  30 }

  cfgSIPBindR15AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR15Entry  31 }

  cfgSIPBindR15ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR15Entry  32 }

  cfgSIPBindR15ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR15Entry  33 }

  cfgSIPBindR15DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR15Entry  34 }

  cfgSIPBindR15LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR15Entry  35 }

  cfgSIPBindR15LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR15Entry  36 }

  cfgSIPBindR15LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR15Entry  37 }

  cfgSIPBindR15DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR15Entry  38 }

  cfgSIPBindR15DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  39 }

  cfgSIPBindR15DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR15Entry  40 }

  cfgSIPBindR15ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR15Entry  41 }

  cfgSIPBindR15ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR15Entry  42 }

  cfgSIPBindR15ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR15Entry  43 }

  cfgSIPBindR15ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR15Entry  44 }

  cfgSIPBindR15ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR15Entry  45 }

  cfgSIPBindR15ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR15Entry  46 }

  cfgSIPBindR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR15Entry  47 }

  cfgSIPBindR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR15Entry  48 }

  cfgSIPBindR15AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR15Entry  49 }

  cfgSIPBindR15OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR15Entry  50 }

  cfgSIPBindR15PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  56 }

  cfgSIPBindR15PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR15Entry  57 }

  cfgSIPBindR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR15Entry  60 }

  cfgSIPBindR15AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR15Entry  61 }

  cfgSIPBindR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR15Entry  62 }

  cfgSIPBindR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR15Entry  63 }

  cfgSIPBindR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR15Entry  64 }

  cfgSIPBindR15I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR15Entry  65 }

  cfgSIPBindR15I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR15Entry  66 }

  cfgSIPBindR15I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR15Entry  67 }

  cfgSIPBindR15I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR15Entry  68 }

  cfgSIPBindR15SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR15Entry  69 }

  cfgSIPBindR15SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR15Entry  76 }

  cfgSIPBindR15SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  77 }

  cfgSIPBindR15SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  78 }

  cfgSIPBindR15ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  79 }

  cfgSIPBindR15SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  80 }

  cfgSIPBindR15SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR15Entry  81 }

  cfgSIPBindR15SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  82 }

  cfgSIPBindR15SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  83 }

  cfgSIPBindR15SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  84 }

  cfgSIPBindR15SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  85 }

  cfgSIPBindR15SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  86 }

  cfgSIPBindR15SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  87 }

  cfgSIPBindR15SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  88 }

  cfgSIPBindR15SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  89 }

  cfgSIPBindR15SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  90 }

  cfgSIPBindR15SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  91 }

  cfgSIPBindR15SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  92 }

  cfgSIPBindR15SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR15Entry  93 }

  cfgSIPBindR15SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR15Entry  94 }

  cfgSIPBindR15SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  101 }

  cfgSIPBindR15ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  102 }

  cfgSIPBindR15SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  103 }

  cfgSIPBindR15SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  104 }

  cfgSIPBindR15SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  105 }

  cfgSIPBindR15SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  106 }

  cfgSIPBindR15SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  107 }

  cfgSIPBindR15SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  108 }

  cfgSIPBindR15SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  109 }

  cfgSIPBindR15SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  110 }

  cfgSIPBindSDActR15SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  112 }

  cfgSIPBindSDDefR15SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR15Entry  113 }

  cfgSIPBindR15SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  114 }

  cfgSIPBindR15UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR15Entry  120 }

  cfgSIPBindR15PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR15Entry  121 }

  cfgSIPBindR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR15Entry  122 }

  cfgSIPBindR15I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR15Entry  123 }

  cfgSIPBindR15I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR15Entry  124 }

  cfgSIPBindR15I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR15Entry  125 }

  cfgSIPBindR15I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR15Entry  126 }

  cfgSIPBindR15ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR15Entry  127 }

  cfgSIPBindR15CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR15Entry  128 }

  cfgSIPBindR15PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  129 }

  cfgSIPBindR15MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR15Entry  130 }

  cfgSIPBindR15RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR15Entry  131 }

  cfgSIPBindR15SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  132 }

  cfgSIPBindR15IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  133 }

  cfgSIPBindR15VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR15Entry  134 }

  cfgSIPBindR15VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR15Entry  135 }

  cfgSIPBindR15SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  136 }

  cfgSIPBindR15I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR15Entry  137 }

  cfgSIPBindR15I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR15Entry  138 }

  cfgSIPBindR15I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR15Entry  139 }

  cfgSIPBindR15FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR15Entry  140 }

  cfgSIPBindR15ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR15Entry  141 }

  cfgSIPBindR15AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  142 }

  cfgSIPBindR15SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR15Entry  143 }

  cfgSIPBindR15TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR15Entry  144 }

  cfgSIPBindR15I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR15Entry  145 }

  cfgSIPBindR15I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR15Entry  146 }

  cfgSIPBindR15I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR15Entry  147 }

  cfgSIPBindR15SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR15Entry  148 }

  cfgSIPBindR15LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  149 }

  cfgSIPBindR15ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR15Entry  150 }

  cfgSIPBindR15ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR15Entry  151 }

  cfgSIPBindR15ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR15Entry  152 }

  cfgSIPBindR15MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR15Entry  153 }

  cfgSIPBindR15SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  154 }

  cfgSIPBindR15UseTrnkRtgTblsToMatchTGID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  155 }

  cfgSIPBindR15SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR15Entry  156 }

  cfgSIPBindR15SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR15Entry  157 }

  cfgSIPBindR15SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  158 }

  cfgSIPBindR15ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR15Entry  159 }

  cfgSIPBindR15ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR15Entry  160 }

  cfgSIPBindR15ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR15Entry  161 }

  cfgSIPBindR15ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR15Entry  162 }

  cfgSIPBindR15PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  163 }

  cfgSIPBindR15SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  164 }

  cfgSIPBindR15AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR15Entry  165 }

  cfgSIPBindR15AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR15Entry  166 }

  cfgSIPBindR15PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  167 }

  cfgSIPBindR15ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR15Entry  168 }

  cfgSIPBindR15SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR15Entry  169 }

  cfgSIPBindR15SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  170 }

  cfgSIPBindR15SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  171 }

  cfgSIPBindR15SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR15Entry  172 }

  cfgSIPBindR15ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR15Entry  173 }

  cfgSIPBindR15ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR15Entry  174 }

  cfgSIPBindR15ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR15Entry  175 }

  cfgSIPBindR15TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR15Entry  176 }

  cfgSIPBindR15OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR15Entry  177 }

  cfgSIPBindR15SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR15Entry  178 }

  cfgSIPBindR15SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  179 }

  cfgSIPBindR15SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR15Entry  180 }

  cfgSIPBindR15SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR15Entry  181 }

  cfgSIPBindR15SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR15Entry  182 }

  cfgSIPBindR15SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR15Entry  183 }

  cfgSIPBindR15SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR15Entry  184 }

  cfgSIPBindR15SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR15Entry  185 }

  cfgSIPBindR15UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR15Entry  186 }

  cfgSIPBindR15SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR15Entry  187 }

  cfgSIPBindR15AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR15Entry  188 }

  cfgSIPBindR15AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR15Entry  189 }

  cfgSIPBindR15SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR15Entry  190 }

  cfgSIPBindR15ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR15Entry  191 }

  cfgSIPBindR15ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR15Entry  199 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Local Clock Reference'                                      */
-- /* Valid from: 9.0                                                               */
-- /*********************************************************************************/

  lclClkRefR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LclClkRefR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clocking'."
    ::= { metaSwitch  2208 }

  lclClkRefR2Entry OBJECT-TYPE
    SYNTAX       LclClkRefR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lclClkRefR2NEConn,
             lclClkRefR2NetwkElement,
             lclClkRefR2MediaGatewayIx,
             lclClkRefR2Ix }
    ::= {  lclClkRefR2Table  1  }

  LclClkRefR2Entry  ::=  SEQUENCE
  {
    lclClkRefR2NEConn                  Unsigned32,
    lclClkRefR2NetwkElement            DisplayString,
    lclClkRefR2MediaGatewayIx          Unsigned32,
    lclClkRefR2Ix                      Unsigned32,
    lclClkRefR2Name                    DisplayString,
    lclClkRefR2T1I1SourceCarrNEConn    Unsigned32,
    lclClkRefR2T1I2SourceCarrNetwkElement
                                       DisplayString,
    lclClkRefR2T1I3SourceCarrMediaGatewayIx
                                       Unsigned32,
    lclClkRefR2T1I4SourceCarrCarrId    Unsigned32,
    lclClkRefR2T2I1SourceCarrNEConn    Unsigned32,
    lclClkRefR2T2I2SourceCarrNetwkElement
                                       DisplayString,
    lclClkRefR2T2I3SourceCarrMediaGatewayIx
                                       Unsigned32,
    lclClkRefR2T2I4SourceCarrCarrIx    Unsigned32,
    lclClkRefR2Precedence              Unsigned32,
    lclClkRefR2Avail                   INTEGER,
    lclClkRefR2UsedByLocalClkMod       INTEGER,
    lclClkRefR2UsedAsChassisClkRefA    INTEGER,
    lclClkRefR2UsedAsChassisClkRefB    INTEGER,
    lclClkRefR2AlrmState               INTEGER,
    lclClkRefR2AlrmStateTimestamp      Unsigned32,
    lclClkRefR2AlrmEvtsAttnRqLogCorr   Counter64,
    lclClkRefR2AlrmEvtsAttnRq          Unsigned32,
    lclClkRefR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    lclClkRefR2RowStatus               RowStatus,
    lclClkRefR2AdminStatus             AdminStatus,
    lclClkRefR2OperStatus              OperStatus,
    lclClkRefR2T3I1SourceCarrNEConn    Unsigned32,
    lclClkRefR2T3I2SourceCarrNetwkElement
                                       DisplayString,
    lclClkRefR2T3I3SourceCarrSwitchIx  Unsigned32,
    lclClkRefR2T3I4SourceCarrInterfaceType
                                       INTEGER,
    lclClkRefR2T3I5SourceCarrEthernetPortIx
                                       INTEGER
  }

  lclClkRefR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lclClkRefR2Entry  1 }

  lclClkRefR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lclClkRefR2Entry  2 }

  lclClkRefR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { lclClkRefR2Entry  3 }

  lclClkRefR2Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { lclClkRefR2Entry  4 }

  lclClkRefR2Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'.
                  This field is not writable when active."
    ::= { lclClkRefR2Entry  5 }

  lclClkRefR2T1I1SourceCarrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR2Entry  6 }

  lclClkRefR2T1I2SourceCarrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR2Entry  7 }

  lclClkRefR2T1I3SourceCarrMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR2Entry  8 }

  lclClkRefR2T1I4SourceCarrCarrId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Carrier id'
                  in referenced type 'BOOBITSPortSE'."
    ::= { lclClkRefR2Entry  9 }

  lclClkRefR2T2I1SourceCarrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR2Entry  10 }

  lclClkRefR2T2I2SourceCarrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR2Entry  11 }

  lclClkRefR2T2I3SourceCarrMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR2Entry  12 }

  lclClkRefR2T2I4SourceCarrCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { lclClkRefR2Entry  13 }

  lclClkRefR2Precedence OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Precedence'.
                  This field is not writable when active."
    ::= { lclClkRefR2Entry  14 }

  lclClkRefR2Avail OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   unavailable(3),
                   availableButCarrierAlarmed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability'."
    ::= { lclClkRefR2Entry  15 }

  lclClkRefR2UsedByLocalClkMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Used by local clock module'."
    ::= { lclClkRefR2Entry  16 }

  lclClkRefR2UsedAsChassisClkRefA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Used as chassis clock reference A'."
    ::= { lclClkRefR2Entry  17 }

  lclClkRefR2UsedAsChassisClkRefB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Used as chassis clock reference B'."
    ::= { lclClkRefR2Entry  18 }

  lclClkRefR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { lclClkRefR2Entry  19 }

  lclClkRefR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { lclClkRefR2Entry  20 }

  lclClkRefR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { lclClkRefR2Entry  21 }

  lclClkRefR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { lclClkRefR2Entry  22 }

  lclClkRefR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { lclClkRefR2Entry  23 }

  lclClkRefR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { lclClkRefR2Entry  24 }

  lclClkRefR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lclClkRefR2Entry  25 }

  lclClkRefR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { lclClkRefR2Entry  26 }

  lclClkRefR2T3I1SourceCarrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { lclClkRefR2Entry  27 }

  lclClkRefR2T3I2SourceCarrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Network Element'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { lclClkRefR2Entry  28 }

  lclClkRefR2T3I3SourceCarrSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Switch index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { lclClkRefR2Entry  29 }

  lclClkRefR2T3I4SourceCarrInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Interface Type'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { lclClkRefR2Entry  30 }

  lclClkRefR2T3I5SourceCarrEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Source Carrier',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { lclClkRefR2Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Gateways'                                         */
-- /* Valid from: 8.3.11                                                            */
-- /*********************************************************************************/

  sigGtwConR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigGtwConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2209 }

  sigGtwConR4Entry OBJECT-TYPE
    SYNTAX       SigGtwConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigGtwConR4NEConn,
             sigGtwConR4NetwkElement }
    ::= {  sigGtwConR4Table  1  }

  SigGtwConR4Entry  ::=  SEQUENCE
  {
    sigGtwConR4NEConn                  Unsigned32,
    sigGtwConR4NetwkElement            DisplayString,
    sigGtwConR4DestAlrmsAttnRq         Integer32,
    sigGtwConR4DestAlrmEvtsAttnRq      Integer32,
    sigGtwConR4DestAlrmsAtndDp         Integer32,
    sigGtwConR4DestAlrmEvtsAtndDp      Integer32,
    sigGtwConR4LinkSetAlrmsAttnRq      Integer32,
    sigGtwConR4LinkSetAlrmEvtsAttnRq   Integer32,
    sigGtwConR4TotChldAlrmsAttnRq      Unsigned32,
    sigGtwConR4TotChldAlrmEvtsAttnRq   Unsigned32,
    sigGtwConR4TotChldAlrmsAtndDp      Unsigned32,
    sigGtwConR4TotChldAlrmEvtsAtndDp   Unsigned32,
    sigGtwConR4SummaryChldAlrmState    INTEGER,
    sigGtwConR4ChldStatisticsAlrms     Integer32,
    sigGtwConR4M3UARouteAlrmsAttnRq    Integer32,
    sigGtwConR4M3UARouteAlrmEvtsAttnRq Integer32,
    sigGtwConR4M3UARouteAlrmsAtndDp    Integer32,
    sigGtwConR4M3UARouteAlrmEvtsAtndDp Integer32,
    sigGtwConR4M3UARemSigGwAlrmsAttnRq Integer32,
    sigGtwConR4M3UARemSigGwAlrmEvtsAttnRq
                                       Integer32,
    sigGtwConR4M3UARmASAlrmsAttnRq     Unsigned32,
    sigGtwConR4M3UARmASAlrmEvtsAttnRq  Unsigned32,
    sigGtwConR4M3UARmASAlrmsAtndDp     Unsigned32,
    sigGtwConR4M3UARmASAlrmEvtsAtndDp  Unsigned32,
    sigGtwConR4M3UARemASPAlrmsAttnRq   Unsigned32,
    sigGtwConR4M3UARemASPAlrmEvtsAttnRq
                                       Unsigned32,
    sigGtwConR4M3UARemASPAlrmsAtndDp   Unsigned32,
    sigGtwConR4M3UARemASPAlrmEvtsAtndDp
                                       Unsigned32,
    sigGtwConR4ExportNumObjectsExported
                                       Integer32,
    sigGtwConR4ExportStatus            DisplayString,
    sigGtwConR4ExportFile              DisplayString,
    sigGtwConR4ExportCorr              Counter64,
    sigGtwConR4ExportCorrNode          DisplayString,
    sigGtwConR4ExportCorrUID           DisplayString,
    sigGtwConR4DoExtraActions          INTEGER,
    sigGtwConR4ExportIncASRepData      INTEGER,
    sigGtwConR4ExportChldObjectsToInc  INTEGER
  }

  sigGtwConR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigGtwConR4Entry  1 }

  sigGtwConR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigGtwConR4Entry  2 }

  sigGtwConR4DestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarms'."
    ::= { sigGtwConR4Entry  3 }

  sigGtwConR4DestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  4 }

  sigGtwConR4DestAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarms'."
    ::= { sigGtwConR4Entry  5 }

  sigGtwConR4DestAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  6 }

  sigGtwConR4LinkSetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarms'."
    ::= { sigGtwConR4Entry  7 }

  sigGtwConR4LinkSetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  8 }

  sigGtwConR4TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sigGtwConR4Entry  9 }

  sigGtwConR4TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sigGtwConR4Entry  10 }

  sigGtwConR4TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sigGtwConR4Entry  11 }

  sigGtwConR4TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sigGtwConR4Entry  12 }

  sigGtwConR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigGtwConR4Entry  13 }

  sigGtwConR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigGtwConR4Entry  14 }

  sigGtwConR4M3UARouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attention Required alarms'."
    ::= { sigGtwConR4Entry  15 }

  sigGtwConR4M3UARouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  16 }

  sigGtwConR4M3UARouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attend To Dependent alarms'."
    ::= { sigGtwConR4Entry  17 }

  sigGtwConR4M3UARouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Route Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  18 }

  sigGtwConR4M3UARemSigGwAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Signaling Gateway Attention Required alarms'."
    ::= { sigGtwConR4Entry  19 }

  sigGtwConR4M3UARemSigGwAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Signaling Gateway Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  20 }

  sigGtwConR4M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarms'."
    ::= { sigGtwConR4Entry  21 }

  sigGtwConR4M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  22 }

  sigGtwConR4M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarms'."
    ::= { sigGtwConR4Entry  23 }

  sigGtwConR4M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  24 }

  sigGtwConR4M3UARemASPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attention Required alarms'."
    ::= { sigGtwConR4Entry  25 }

  sigGtwConR4M3UARemASPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  26 }

  sigGtwConR4M3UARemASPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attend To Dependent alarms'."
    ::= { sigGtwConR4Entry  27 }

  sigGtwConR4M3UARemASPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote ASP Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGtwConR4Entry  28 }

  sigGtwConR4ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { sigGtwConR4Entry  29 }

  sigGtwConR4ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { sigGtwConR4Entry  30 }

  sigGtwConR4ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { sigGtwConR4Entry  31 }

  sigGtwConR4ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { sigGtwConR4Entry  32 }

  sigGtwConR4ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { sigGtwConR4Entry  33 }

  sigGtwConR4ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { sigGtwConR4Entry  34 }

  sigGtwConR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGtwConR4Entry  35 }

  sigGtwConR4ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { sigGtwConR4Entry  36 }

  sigGtwConR4ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { sigGtwConR4Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Universal Media Gateway'                                    */
-- /* Valid from: 8.3.11                                                            */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  uMGR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UMGR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2210 }

  uMGR12Entry OBJECT-TYPE
    SYNTAX       UMGR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uMGR12NEConn,
             uMGR12NetwkElement,
             uMGR12MediaGatewayIx }
    ::= {  uMGR12Table  1  }

  UMGR12Entry  ::=  SEQUENCE
  {
    uMGR12NEConn                       Unsigned32,
    uMGR12NetwkElement                 DisplayString,
    uMGR12MediaGatewayIx               Unsigned32,
    uMGR12DeactivnMode                 INTEGER,
    uMGR12ReqdClkStratum               INTEGER,
    uMGR12PriClkMstr                   LongDisplayString,
    uMGR12PriClkMstrStratum            INTEGER,
    uMGR12PriClkMstrStatus             INTEGER,
    uMGR12PriClkMstrEORAlrm            INTEGER,
    uMGR12SecClkMstr                   LongDisplayString,
    uMGR12SecClkMstrStratum            INTEGER,
    uMGR12SecClkMstrStatus             INTEGER,
    uMGR12SecClkMstrEORAlrm            INTEGER,
    uMGR12ClkRef1                      LongDisplayString,
    uMGR12ClkRef1Status                INTEGER,
    uMGR12ClkRef2                      LongDisplayString,
    uMGR12ClkRef2Status                INTEGER,
    uMGR12AlrmState                    INTEGER,
    uMGR12AlrmStateTimestamp           Unsigned32,
    uMGR12AlrmEvtsAttnRqLogCorr        Counter64,
    uMGR12AlrmEvtsAttnRq               Integer32,
    uMGR12AlrmEvtsAttnRqResetTimestamp Unsigned32,
    uMGR12AlrmEvtsAtndDpLogCorr        Counter64,
    uMGR12AlrmEvtsAtndDp               Integer32,
    uMGR12AlrmEvtsAtndDpResetTimestamp Unsigned32,
    uMGR12VrtPrtAlrmsAttnRq            Integer32,
    uMGR12VrtPrtAlrmEvtsAttnRq         Integer32,
    uMGR12VrtPrtAlrmsAtndDp            Integer32,
    uMGR12VrtPrtAlrmEvtsAtndDp         Integer32,
    uMGR12ConnHwAlrmsAttnRq            Integer32,
    uMGR12ConnHwAlrmEvtsAttnRq         Integer32,
    uMGR12ConnHwAlrmsAtndDp            Integer32,
    uMGR12ConnHwAlrmEvtsAtndDp         Integer32,
    uMGR12TotChldAlrmsAttnRq           Unsigned32,
    uMGR12TotChldAlrmEvtsAttnRq        Unsigned32,
    uMGR12TotChldAlrmsAtndDp           Unsigned32,
    uMGR12TotChldAlrmEvtsAtndDp        Unsigned32,
    uMGR12SummaryChldAlrmState         INTEGER,
    uMGR12DoExtraActions               INTEGER,
    uMGR12RowStatus                    RowStatus,
    uMGR12AdminStatus                  AdminStatus,
    uMGR12OperStatus                   OperStatus,
    uMGR12TDMProtectionSwitchingMechanism
                                       INTEGER,
    uMGR12CFSAGCManagementIPAddr       DisplayString,
    uMGR12CFSAGCName                   DisplayString,
    uMGR12LCardsAlrmsAttnRq            Integer32,
    uMGR12LCardsAlrmEvtsAttnRq         Integer32,
    uMGR12LCardsAlrmsAtndDp            Integer32,
    uMGR12LCardsAlrmEvtsAtndDp         Integer32,
    uMGR12SCrConnAlrmsAttnRq           Integer32,
    uMGR12SCrConnAlrmEvtsAttnRq        Integer32,
    uMGR12SCrConnAlrmsAtndDp           Integer32,
    uMGR12SCrConnAlrmEvtsAtndDp        Integer32,
    uMGR12CgstnSysLoad                 Unsigned32,
    uMGR12CgstnRTPRess                 Unsigned32,
    uMGR12PacketIntervalInternalRTP    INTEGER,
    uMGR12ClkMasteringCardType         INTEGER,
    uMGR12T38RedundancyLowSpeedDataRedundancy
                                       Unsigned32,
    uMGR12T38RedundancyHighSpeedDataRedundancy
                                       Unsigned32,
    uMGR12StatisticsAlrms              Integer32,
    uMGR12ChldStatisticsAlrms          Integer32,
    uMGR12CFSAGCSigIPAddr              DisplayString,
    uMGR12ProcARTMRevision             DisplayString,
    uMGR12ProcBRTMRevision             DisplayString,
    uMGR12HwFwVerBladeA                DisplayString,
    uMGR12HwFwVerBladeB                DisplayString,
    uMGR12NumDSPFarms                  Unsigned32,
    uMGR12DSPFirmwareBuildType         INTEGER,
    uMGR12TDMCfgAndClkingAlrmsAttnRq   Unsigned32,
    uMGR12TDMCfgAndClkingAlrmEvtsAttnRq
                                       Unsigned32,
    uMGR12SecondCFSSigIPAddr           DisplayString,
    uMGR12SecondCFSManagementIPAddr    DisplayString,
    uMGR12MediaProfAlrmsAttnRq         Integer32,
    uMGR12MediaProfAlrmEvtsAttnRq      Integer32,
    uMGR12H248M3UARmASAlrmsAttnRq      Unsigned32,
    uMGR12H248M3UARmASAlrmEvtsAttnRq   Unsigned32,
    uMGR12H248M3UARmASAlrmsAtndDp      Unsigned32,
    uMGR12H248M3UARmASAlrmEvtsAtndDp   Unsigned32,
    uMGR12NumDSPsRsvdIWF               Unsigned32,
    uMGR12ExportNumObjectsExported     Integer32,
    uMGR12ExportStatus                 DisplayString,
    uMGR12ExportFile                   DisplayString,
    uMGR12ExportCorr                   Counter64,
    uMGR12ExportCorrNode               DisplayString,
    uMGR12ExportCorrUID                DisplayString,
    uMGR12ExportIncASRepData           INTEGER,
    uMGR12ExportChldObjectsToInc       INTEGER
  }

  uMGR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uMGR12Entry  1 }

  uMGR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uMGR12Entry  2 }

  uMGR12MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { uMGR12Entry  3 }

  uMGR12DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { uMGR12Entry  4 }

  uMGR12ReqdClkStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   threeE(2),
                   three(3),
                   four(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required clock stratum'."
    DEFVAL       { three }
    ::= { uMGR12Entry  5 }

  uMGR12PriClkMstr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master'."
    ::= { uMGR12Entry  6 }

  uMGR12PriClkMstrStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   threeE(2),
                   three(3),
                   four(4),
                   none(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master - stratum'."
    ::= { uMGR12Entry  7 }

  uMGR12PriClkMstrStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lockedOntoReference1(2),
                   lockedOntoReference2(3),
                   holdoverMode(4),
                   freeRunning(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master - status'."
    ::= { uMGR12Entry  8 }

  uMGR12PriClkMstrEORAlrm OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   clear(2),
                   alarmed(3),
                   notApplicable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Primary clock master - end of range alarm'."
    ::= { uMGR12Entry  9 }

  uMGR12SecClkMstr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master'."
    ::= { uMGR12Entry  10 }

  uMGR12SecClkMstrStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   threeE(2),
                   three(3),
                   four(4),
                   none(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master - stratum'."
    ::= { uMGR12Entry  11 }

  uMGR12SecClkMstrStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lockedOntoReference1(2),
                   lockedOntoReference2(3),
                   holdoverMode(4),
                   freeRunning(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master - status'."
    ::= { uMGR12Entry  12 }

  uMGR12SecClkMstrEORAlrm OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   clear(2),
                   alarmed(3),
                   notApplicable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Secondary clock master - end of range alarm'."
    ::= { uMGR12Entry  13 }

  uMGR12ClkRef1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 1'."
    ::= { uMGR12Entry  14 }

  uMGR12ClkRef1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 1 - status'."
    ::= { uMGR12Entry  15 }

  uMGR12ClkRef2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 2'."
    ::= { uMGR12Entry  16 }

  uMGR12ClkRef2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 2 - status'."
    ::= { uMGR12Entry  17 }

  uMGR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { uMGR12Entry  18 }

  uMGR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { uMGR12Entry  19 }

  uMGR12AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { uMGR12Entry  20 }

  uMGR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  21 }

  uMGR12AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { uMGR12Entry  22 }

  uMGR12AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { uMGR12Entry  23 }

  uMGR12AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  24 }

  uMGR12AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { uMGR12Entry  25 }

  uMGR12VrtPrtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attention Required alarms'."
    ::= { uMGR12Entry  28 }

  uMGR12VrtPrtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  29 }

  uMGR12VrtPrtAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attend To Dependent alarms'."
    ::= { uMGR12Entry  30 }

  uMGR12VrtPrtAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  31 }

  uMGR12ConnHwAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarms'."
    ::= { uMGR12Entry  32 }

  uMGR12ConnHwAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  33 }

  uMGR12ConnHwAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarms'."
    ::= { uMGR12Entry  34 }

  uMGR12ConnHwAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  35 }

  uMGR12TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { uMGR12Entry  36 }

  uMGR12TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { uMGR12Entry  37 }

  uMGR12TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { uMGR12Entry  38 }

  uMGR12TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { uMGR12Entry  39 }

  uMGR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { uMGR12Entry  40 }

  uMGR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR12Entry  41 }

  uMGR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { uMGR12Entry  42 }

  uMGR12AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR12Entry  43 }

  uMGR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR12Entry  44 }

  uMGR12TDMProtectionSwitchingMechanism OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   ePS3500(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Protection Switching mechanism'."
    DEFVAL       { none }
    ::= { uMGR12Entry  45 }

  uMGR12CFSAGCManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AGC Management IP address'."
    ::= { uMGR12Entry  46 }

  uMGR12CFSAGCName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AGC name'."
    ::= { uMGR12Entry  47 }

  uMGR12LCardsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attention Required alarms'."
    ::= { uMGR12Entry  49 }

  uMGR12LCardsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  50 }

  uMGR12LCardsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attend To Dependent alarms'."
    ::= { uMGR12Entry  51 }

  uMGR12LCardsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  52 }

  uMGR12SCrConnAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarms'."
    ::= { uMGR12Entry  53 }

  uMGR12SCrConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  54 }

  uMGR12SCrConnAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarms'."
    ::= { uMGR12Entry  55 }

  uMGR12SCrConnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  56 }

  uMGR12CgstnSysLoad OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load'."
    ::= { uMGR12Entry  57 }

  uMGR12CgstnRTPRess OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - RTP resources'."
    ::= { uMGR12Entry  58 }

  uMGR12PacketIntervalInternalRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiveMilliseconds(1),
                   tenMilliseconds(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Packetization interval for internal RTP connections'."
    DEFVAL       { tenMilliseconds }
    ::= { uMGR12Entry  59 }

  uMGR12ClkMasteringCardType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sGFamily(1),
                   pBFamily(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock mastering card type'."
    DEFVAL       { sGFamily }
    ::= { uMGR12Entry  60 }

  uMGR12T38RedundancyLowSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..8 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - low speed data redundancy'."
    DEFVAL       { 3 }
    ::= { uMGR12Entry  61 }

  uMGR12T38RedundancyHighSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - high speed data redundancy'."
    DEFVAL       { 0 }
    ::= { uMGR12Entry  62 }

  uMGR12StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { uMGR12Entry  63 }

  uMGR12ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { uMGR12Entry  64 }

  uMGR12CFSAGCSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AGC Signaling IP address'."
    ::= { uMGR12Entry  65 }

  uMGR12ProcARTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A RTM Revision'."
    ::= { uMGR12Entry  66 }

  uMGR12ProcBRTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B RTM Revision'."
    ::= { uMGR12Entry  67 }

  uMGR12HwFwVerBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade A'."
    ::= { uMGR12Entry  68 }

  uMGR12HwFwVerBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade B'."
    ::= { uMGR12Entry  69 }

  uMGR12NumDSPFarms OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSP farms'."
    ::= { uMGR12Entry  70 }

  uMGR12DSPFirmwareBuildType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tDMOptimized(1),
                   voIPOptimized(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DSP firmware build type'."
    ::= { uMGR12Entry  71 }

  uMGR12TDMCfgAndClkingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarms'."
    ::= { uMGR12Entry  72 }

  uMGR12TDMCfgAndClkingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  73 }

  uMGR12SecondCFSSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Signaling IP address'."
    ::= { uMGR12Entry  74 }

  uMGR12SecondCFSManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Management IP address'."
    ::= { uMGR12Entry  75 }

  uMGR12MediaProfAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarms'."
    ::= { uMGR12Entry  76 }

  uMGR12MediaProfAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  77 }

  uMGR12H248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { uMGR12Entry  78 }

  uMGR12H248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  79 }

  uMGR12H248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { uMGR12Entry  80 }

  uMGR12H248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR12Entry  81 }

  uMGR12NumDSPsRsvdIWF OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSPs reserved for IWF'."
    ::= { uMGR12Entry  82 }

  uMGR12ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { uMGR12Entry  85 }

  uMGR12ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { uMGR12Entry  86 }

  uMGR12ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { uMGR12Entry  87 }

  uMGR12ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { uMGR12Entry  88 }

  uMGR12ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { uMGR12Entry  89 }

  uMGR12ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { uMGR12Entry  90 }

  uMGR12ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { uMGR12Entry  91 }

  uMGR12ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { uMGR12Entry  93 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 9.0.02                                                            */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  netElementR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2211 }

  netElementR13Entry OBJECT-TYPE
    SYNTAX       NetElementR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR13NEConn,
             netElementR13NetwkElement }
    ::= {  netElementR13Table  1  }

  NetElementR13Entry  ::=  SEQUENCE
  {
    netElementR13NEConn                Unsigned32,
    netElementR13NetwkElement          DisplayString,
    netElementR13UniqueSysIdentifier   DisplayString,
    netElementR13PrimaryProcessorCard  INTEGER,
    netElementR13DeactivnMode          INTEGER,
    netElementR13MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR13ActivnState           INTEGER,
    netElementR13PercentageCfgUpload   Unsigned32,
    netElementR13FailEvts              Unsigned32,
    netElementR13Time                  Unsigned32,
    netElementR13SoftwareUpgradeState  INTEGER,
    netElementR13ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR13ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR13ProcAUpLvlVersionLvl  Integer32,
    netElementR13ProcAUpLvlServLvl     Integer32,
    netElementR13ProcAUpLvlBootLvl     Integer32,
    netElementR13ProcABackLvlVersionLvl
                                       Integer32,
    netElementR13ProcABackLvlServLvl   Integer32,
    netElementR13ProcABackLvlBootLvl   Integer32,
    netElementR13ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR13ProcANativeLvlServLvl Integer32,
    netElementR13ProcANativeLvlBootLvl Integer32,
    netElementR13ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR13ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR13ProcBUpLvlVersionLvl  Integer32,
    netElementR13ProcBUpLvlServLvl     Integer32,
    netElementR13ProcBUpLvlBootLvl     Integer32,
    netElementR13ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR13ProcBBackLvlServLvl   Integer32,
    netElementR13ProcBBackLvlBootLvl   Integer32,
    netElementR13ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR13ProcBNativeLvlServLvl Integer32,
    netElementR13ProcBNativeLvlBootLvl Integer32,
    netElementR13EthernetSwitchesCfgd  INTEGER,
    netElementR13ProcAInterface0Act    INTEGER,
    netElementR13ProcAInterface1Act    INTEGER,
    netElementR13ProcAEthSwACont       INTEGER,
    netElementR13ProcAEthSwBCont       INTEGER,
    netElementR13ProcAProcBIntf0ContOver
                                       INTEGER,
    netElementR13ProcAProcBIntf1ContOver
                                       INTEGER,
    netElementR13ProcAMainInternalAddrLocation
                                       INTEGER,
    netElementR13ProcAMainExternalAddrLocation
                                       INTEGER,
    netElementR13ProcAVirtualAddrLocation
                                       INTEGER,
    netElementR13ProcBInterface0Act    INTEGER,
    netElementR13ProcBInterface1Act    INTEGER,
    netElementR13ProcBEthSwACont       INTEGER,
    netElementR13ProcBEthSwBCont       INTEGER,
    netElementR13ProcBProcAIntf0ContOver
                                       INTEGER,
    netElementR13ProcBProcAIntf1ContOver
                                       INTEGER,
    netElementR13ProcBMainInternalAddrLocation
                                       INTEGER,
    netElementR13ProcBMainExternalAddrLocation
                                       INTEGER,
    netElementR13ProcBVirtualAddrLocation
                                       INTEGER,
    netElementR13AlrmState             INTEGER,
    netElementR13AlrmLogCorr           Counter64,
    netElementR13AlrmEvtsAttnRq        Integer32,
    netElementR13AlrmStateTimestamp    Unsigned32,
    netElementR13AlrmResetTimestamp    Unsigned32,
    netElementR13RowStatus             RowStatus,
    netElementR13OperStatus            OperStatus,
    netElementR13GlobalSigIPv4Addr     DisplayString,
    netElementR13GlobalManagementIPAddr
                                       DisplayString,
    netElementR13GlobalCDCIRIIPAddr    DisplayString,
    netElementR13GlobalIPAddr          DisplayString,
    netElementR13NetwkElementType      INTEGER,
    netElementR13ClusterName           DisplayString,
    netElementR13PrimaryServer         INTEGER,
    netElementR13ProcASerialNum        DisplayString,
    netElementR13ProcBSerialNum        DisplayString,
    netElementR13SysType               INTEGER,
    netElementR13ProcAType             INTEGER,
    netElementR13ProcBType             INTEGER,
    netElementR13UX9000SeriesServerASerialNum
                                       DisplayString,
    netElementR13UX9000SeriesServerBSerialNum
                                       DisplayString,
    netElementR13SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR13SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR13SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR13PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR13UX4410ServerASerialNum
                                       DisplayString,
    netElementR13UX4410ServerBSerialNum
                                       DisplayString,
    netElementR13NetwkElementName      DisplayString,
    netElementR13DoExtraActions        INTEGER,
    netElementR13GlobalMediaIPv4Addr   DisplayString,
    netElementR13StatisticsAlrms       Integer32,
    netElementR13GlobalSigIPv6Addr     DisplayString,
    netElementR13GlobalMediaIPv6Addr   DisplayString,
    netElementR13HwProcSigIPv4Addr     DisplayString,
    netElementR13HwProcSigIPv6Addr     DisplayString,
    netElementR13HwProcMdIPv4Addr      DisplayString,
    netElementR13HwProcMdIPv6Addr      DisplayString,
    netElementR13PrimaryProcessor      INTEGER,
    netElementR13PreferredPrimaryLocation
                                       INTEGER,
    netElementR13ProcessorType         INTEGER,
    netElementR13SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR13SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR13SfwrVerNtvLvlServLvl  Integer32,
    netElementR13SfwrVerNtvLvlBootLvl  Integer32,
    netElementR13SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR13SfwrVerUpLvlServLvl   Integer32,
    netElementR13SfwrVerUpLvlBootLvl   Integer32,
    netElementR13SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR13SfwrVerBackLvlServLvl Integer32,
    netElementR13SfwrVerBackLvlBootLvl Integer32,
    netElementR13GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR13HwProcSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR13GRSiteID              Unsigned32,
    netElementR13GRSiteName            DisplayString,
    netElementR13GRRmStID              Unsigned32,
    netElementR13GRRmStName            DisplayString,
    netElementR13GRPrefSite            INTEGER,
    netElementR13GRControlling         INTEGER,
    netElementR13GRAutoSwitchoverEnabled
                                       INTEGER,
    netElementR13GRCfgChangesOverrideAvtd
                                       INTEGER,
    netElementR13GRRmStContManagement  INTEGER,
    netElementR13GRRmStContSig         INTEGER,
    netElementR13GRCalls               Unsigned32,
    netElementR13GRVulnerableCalls     Unsigned32
  }

  netElementR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR13Entry  1 }

  netElementR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR13Entry  2 }

  netElementR13UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR13Entry  3 }

  netElementR13PrimaryProcessorCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorCardA(0),
                   processorCardB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary processor card'."
    ::= { netElementR13Entry  4 }

  netElementR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR13Entry  5 }

  netElementR13MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR13Entry  6 }

  netElementR13ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR13Entry  7 }

  netElementR13PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR13Entry  8 }

  netElementR13FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR13Entry  9 }

  netElementR13Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR13Entry  10 }

  netElementR13SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR13Entry  11 }

  netElementR13ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR13Entry  12 }

  netElementR13ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR13Entry  13 }

  netElementR13ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR13Entry  14 }

  netElementR13ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR13Entry  15 }

  netElementR13ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR13Entry  16 }

  netElementR13ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR13Entry  17 }

  netElementR13ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR13Entry  18 }

  netElementR13ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR13Entry  19 }

  netElementR13ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR13Entry  20 }

  netElementR13ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR13Entry  21 }

  netElementR13ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR13Entry  22 }

  netElementR13ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR13Entry  23 }

  netElementR13ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR13Entry  24 }

  netElementR13ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR13Entry  25 }

  netElementR13ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR13Entry  26 }

  netElementR13ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR13Entry  27 }

  netElementR13ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR13Entry  28 }

  netElementR13ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR13Entry  29 }

  netElementR13ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR13Entry  30 }

  netElementR13ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR13Entry  31 }

  netElementR13ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR13Entry  32 }

  netElementR13ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR13Entry  33 }

  netElementR13EthernetSwitchesCfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Switches configured'."
    ::= { netElementR13Entry  34 }

  netElementR13ProcAInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 0 status'."
    ::= { netElementR13Entry  35 }

  netElementR13ProcAInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 1 status'."
    ::= { netElementR13Entry  36 }

  netElementR13ProcAEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch A contactable'."
    ::= { netElementR13Entry  37 }

  netElementR13ProcAEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch B contactable'."
    ::= { netElementR13Entry  38 }

  netElementR13ProcAProcBIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 0'."
    ::= { netElementR13Entry  39 }

  netElementR13ProcAProcBIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 1'."
    ::= { netElementR13Entry  40 }

  netElementR13ProcAMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main internal address location'."
    ::= { netElementR13Entry  41 }

  netElementR13ProcAMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main external address location'."
    ::= { netElementR13Entry  42 }

  netElementR13ProcAVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - virtual address location'."
    ::= { netElementR13Entry  43 }

  netElementR13ProcBInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 0 status'."
    ::= { netElementR13Entry  44 }

  netElementR13ProcBInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 1 status'."
    ::= { netElementR13Entry  45 }

  netElementR13ProcBEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch A contactable'."
    ::= { netElementR13Entry  46 }

  netElementR13ProcBEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch B contactable'."
    ::= { netElementR13Entry  47 }

  netElementR13ProcBProcAIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 0'."
    ::= { netElementR13Entry  48 }

  netElementR13ProcBProcAIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 1'."
    ::= { netElementR13Entry  49 }

  netElementR13ProcBMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main internal address location'."
    ::= { netElementR13Entry  50 }

  netElementR13ProcBMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main external address location'."
    ::= { netElementR13Entry  51 }

  netElementR13ProcBVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - virtual address location'."
    ::= { netElementR13Entry  52 }

  netElementR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR13Entry  53 }

  netElementR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR13Entry  54 }

  netElementR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR13Entry  55 }

  netElementR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR13Entry  56 }

  netElementR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR13Entry  57 }

  netElementR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR13Entry  58 }

  netElementR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR13Entry  59 }

  netElementR13GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR13Entry  60 }

  netElementR13GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR13Entry  61 }

  netElementR13GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR13Entry  62 }

  netElementR13GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR13Entry  64 }

  netElementR13NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR13Entry  65 }

  netElementR13ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR13Entry  66 }

  netElementR13PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR13Entry  67 }

  netElementR13ProcASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A serial number'."
    ::= { netElementR13Entry  68 }

  netElementR13ProcBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B serial number'."
    ::= { netElementR13Entry  69 }

  netElementR13SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR13Entry  72 }

  netElementR13ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR13Entry  73 }

  netElementR13ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR13Entry  74 }

  netElementR13UX9000SeriesServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server A serial number'."
    ::= { netElementR13Entry  80 }

  netElementR13UX9000SeriesServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server B serial number'."
    ::= { netElementR13Entry  81 }

  netElementR13SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR13Entry  82 }

  netElementR13SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR13Entry  83 }

  netElementR13SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR13Entry  84 }

  netElementR13PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorServerA(0),
                   metaViewDirectorServerB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR13Entry  85 }

  netElementR13UX4410ServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server A serial number'."
    ::= { netElementR13Entry  86 }

  netElementR13UX4410ServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server B serial number'."
    ::= { netElementR13Entry  87 }

  netElementR13NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR13Entry  88 }

  netElementR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2),
                   switchControlToThisSite(3),
                   allowConfigurationChanges(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR13Entry  99 }

  netElementR13GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR13Entry  100 }

  netElementR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR13Entry  101 }

  netElementR13GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR13Entry  102 }

  netElementR13GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR13Entry  103 }

  netElementR13HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR13Entry  104 }

  netElementR13HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR13Entry  105 }

  netElementR13HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR13Entry  106 }

  netElementR13HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR13Entry  107 }

  netElementR13PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR13Entry  108 }

  netElementR13PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR13Entry  109 }

  netElementR13ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR13Entry  110 }

  netElementR13SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR13Entry  111 }

  netElementR13SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR13Entry  112 }

  netElementR13SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR13Entry  113 }

  netElementR13SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR13Entry  114 }

  netElementR13SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR13Entry  115 }

  netElementR13SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR13Entry  116 }

  netElementR13SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR13Entry  117 }

  netElementR13SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR13Entry  118 }

  netElementR13SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR13Entry  119 }

  netElementR13SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR13Entry  120 }

  netElementR13GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR13Entry  121 }

  netElementR13HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR13Entry  122 }

  netElementR13GRSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site ID'."
    ::= { netElementR13Entry  123 }

  netElementR13GRSiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site name'."
    ::= { netElementR13Entry  124 }

  netElementR13GRRmStID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site ID'."
    ::= { netElementR13Entry  125 }

  netElementR13GRRmStName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site name'."
    ::= { netElementR13Entry  126 }

  netElementR13GRPrefSite OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - preferred site'."
    ::= { netElementR13Entry  127 }

  netElementR13GRControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - controlling'."
    ::= { netElementR13Entry  128 }

  netElementR13GRAutoSwitchoverEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - automatic switchover enabled'."
    ::= { netElementR13Entry  129 }

  netElementR13GRCfgChangesOverrideAvtd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - configuration changes override activated'."
    ::= { netElementR13Entry  130 }

  netElementR13GRRmStContManagement OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Management)'."
    ::= { netElementR13Entry  131 }

  netElementR13GRRmStContSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Signaling)'."
    ::= { netElementR13Entry  132 }

  netElementR13GRCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - calls'."
    ::= { netElementR13Entry  133 }

  netElementR13GRVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - vulnerable calls'."
    ::= { netElementR13Entry  134 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Universal Media Gateway'                                    */
-- /* Valid from: 9.0.02                                                            */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  uMGR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UMGR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2212 }

  uMGR13Entry OBJECT-TYPE
    SYNTAX       UMGR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uMGR13NEConn,
             uMGR13NetwkElement,
             uMGR13MediaGatewayIx }
    ::= {  uMGR13Table  1  }

  UMGR13Entry  ::=  SEQUENCE
  {
    uMGR13NEConn                       Unsigned32,
    uMGR13NetwkElement                 DisplayString,
    uMGR13MediaGatewayIx               Unsigned32,
    uMGR13DeactivnMode                 INTEGER,
    uMGR13ReqdClkStratum               INTEGER,
    uMGR13PriClkMstr                   LongDisplayString,
    uMGR13PriClkMstrStratum            INTEGER,
    uMGR13PriClkMstrStatus             INTEGER,
    uMGR13PriClkMstrEORAlrm            INTEGER,
    uMGR13SecClkMstr                   LongDisplayString,
    uMGR13SecClkMstrStratum            INTEGER,
    uMGR13SecClkMstrStatus             INTEGER,
    uMGR13SecClkMstrEORAlrm            INTEGER,
    uMGR13ClkRef1                      LongDisplayString,
    uMGR13ClkRef1Status                INTEGER,
    uMGR13ClkRef2                      LongDisplayString,
    uMGR13ClkRef2Status                INTEGER,
    uMGR13AlrmState                    INTEGER,
    uMGR13AlrmStateTimestamp           Unsigned32,
    uMGR13AlrmEvtsAttnRqLogCorr        Counter64,
    uMGR13AlrmEvtsAttnRq               Integer32,
    uMGR13AlrmEvtsAttnRqResetTimestamp Unsigned32,
    uMGR13AlrmEvtsAtndDpLogCorr        Counter64,
    uMGR13AlrmEvtsAtndDp               Integer32,
    uMGR13AlrmEvtsAtndDpResetTimestamp Unsigned32,
    uMGR13VrtPrtAlrmsAttnRq            Integer32,
    uMGR13VrtPrtAlrmEvtsAttnRq         Integer32,
    uMGR13VrtPrtAlrmsAtndDp            Integer32,
    uMGR13VrtPrtAlrmEvtsAtndDp         Integer32,
    uMGR13ConnHwAlrmsAttnRq            Integer32,
    uMGR13ConnHwAlrmEvtsAttnRq         Integer32,
    uMGR13ConnHwAlrmsAtndDp            Integer32,
    uMGR13ConnHwAlrmEvtsAtndDp         Integer32,
    uMGR13TotChldAlrmsAttnRq           Unsigned32,
    uMGR13TotChldAlrmEvtsAttnRq        Unsigned32,
    uMGR13TotChldAlrmsAtndDp           Unsigned32,
    uMGR13TotChldAlrmEvtsAtndDp        Unsigned32,
    uMGR13SummaryChldAlrmState         INTEGER,
    uMGR13DoExtraActions               INTEGER,
    uMGR13RowStatus                    RowStatus,
    uMGR13AdminStatus                  AdminStatus,
    uMGR13OperStatus                   OperStatus,
    uMGR13TDMProtectionSwitchingMechanism
                                       INTEGER,
    uMGR13CFSAMGCManagementIPAddr      DisplayString,
    uMGR13CFSAMGCName                  DisplayString,
    uMGR13LCardsAlrmsAttnRq            Integer32,
    uMGR13LCardsAlrmEvtsAttnRq         Integer32,
    uMGR13LCardsAlrmsAtndDp            Integer32,
    uMGR13LCardsAlrmEvtsAtndDp         Integer32,
    uMGR13SCrConnAlrmsAttnRq           Integer32,
    uMGR13SCrConnAlrmEvtsAttnRq        Integer32,
    uMGR13SCrConnAlrmsAtndDp           Integer32,
    uMGR13SCrConnAlrmEvtsAtndDp        Integer32,
    uMGR13CgstnSysLoad                 Unsigned32,
    uMGR13CgstnRTPRess                 Unsigned32,
    uMGR13PacketIntervalInternalRTP    INTEGER,
    uMGR13ClkMasteringCardType         INTEGER,
    uMGR13T38RedundancyLowSpeedDataRedundancy
                                       Unsigned32,
    uMGR13T38RedundancyHighSpeedDataRedundancy
                                       Unsigned32,
    uMGR13StatisticsAlrms              Integer32,
    uMGR13ChldStatisticsAlrms          Integer32,
    uMGR13CFSAMGCSigIPAddr             DisplayString,
    uMGR13ProcARTMRevision             DisplayString,
    uMGR13ProcBRTMRevision             DisplayString,
    uMGR13HwFwVerBladeA                DisplayString,
    uMGR13HwFwVerBladeB                DisplayString,
    uMGR13NumDSPFarms                  Unsigned32,
    uMGR13DSPFirmwareBuildType         INTEGER,
    uMGR13TDMCfgAndClkingAlrmsAttnRq   Unsigned32,
    uMGR13TDMCfgAndClkingAlrmEvtsAttnRq
                                       Unsigned32,
    uMGR13SecondCFSSigIPAddr           DisplayString,
    uMGR13SecondCFSManagementIPAddr    DisplayString,
    uMGR13MediaProfAlrmsAttnRq         Integer32,
    uMGR13MediaProfAlrmEvtsAttnRq      Integer32,
    uMGR13H248M3UARmASAlrmsAttnRq      Unsigned32,
    uMGR13H248M3UARmASAlrmEvtsAttnRq   Unsigned32,
    uMGR13H248M3UARmASAlrmsAtndDp      Unsigned32,
    uMGR13H248M3UARmASAlrmEvtsAtndDp   Unsigned32,
    uMGR13NumDSPsRsvdIWF               Unsigned32,
    uMGR13ExportNumObjectsExported     Integer32,
    uMGR13ExportStatus                 DisplayString,
    uMGR13ExportFile                   DisplayString,
    uMGR13ExportCorr                   Counter64,
    uMGR13ExportCorrNode               DisplayString,
    uMGR13ExportCorrUID                DisplayString,
    uMGR13ExportIncASRepData           INTEGER,
    uMGR13H248MGCIPAddr                DisplayString,
    uMGR13ExportChldObjectsToInc       INTEGER,
    uMGR13H248MGCName                  DisplayString
  }

  uMGR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uMGR13Entry  1 }

  uMGR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uMGR13Entry  2 }

  uMGR13MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { uMGR13Entry  3 }

  uMGR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { uMGR13Entry  4 }

  uMGR13ReqdClkStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   threeE(2),
                   three(3),
                   four(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required clock stratum'."
    DEFVAL       { three }
    ::= { uMGR13Entry  5 }

  uMGR13PriClkMstr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master'."
    ::= { uMGR13Entry  6 }

  uMGR13PriClkMstrStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   threeE(2),
                   three(3),
                   four(4),
                   none(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master - stratum'."
    ::= { uMGR13Entry  7 }

  uMGR13PriClkMstrStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lockedOntoReference1(2),
                   lockedOntoReference2(3),
                   holdoverMode(4),
                   freeRunning(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary clock master - status'."
    ::= { uMGR13Entry  8 }

  uMGR13PriClkMstrEORAlrm OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   clear(2),
                   alarmed(3),
                   notApplicable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Primary clock master - end of range alarm'."
    ::= { uMGR13Entry  9 }

  uMGR13SecClkMstr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master'."
    ::= { uMGR13Entry  10 }

  uMGR13SecClkMstrStratum OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   threeE(2),
                   three(3),
                   four(4),
                   none(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master - stratum'."
    ::= { uMGR13Entry  11 }

  uMGR13SecClkMstrStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lockedOntoReference1(2),
                   lockedOntoReference2(3),
                   holdoverMode(4),
                   freeRunning(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary clock master - status'."
    ::= { uMGR13Entry  12 }

  uMGR13SecClkMstrEORAlrm OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   clear(2),
                   alarmed(3),
                   notApplicable(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Secondary clock master - end of range alarm'."
    ::= { uMGR13Entry  13 }

  uMGR13ClkRef1 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 1'."
    ::= { uMGR13Entry  14 }

  uMGR13ClkRef1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 1 - status'."
    ::= { uMGR13Entry  15 }

  uMGR13ClkRef2 OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 2'."
    ::= { uMGR13Entry  16 }

  uMGR13ClkRef2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   available(2),
                   alarmed(3),
                   alarmedOnPrimaryOnly(4),
                   alarmedOnSecondaryOnly(5),
                   notApplicable(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference 2 - status'."
    ::= { uMGR13Entry  17 }

  uMGR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { uMGR13Entry  18 }

  uMGR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { uMGR13Entry  19 }

  uMGR13AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { uMGR13Entry  20 }

  uMGR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  21 }

  uMGR13AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { uMGR13Entry  22 }

  uMGR13AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { uMGR13Entry  23 }

  uMGR13AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  24 }

  uMGR13AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { uMGR13Entry  25 }

  uMGR13VrtPrtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attention Required alarms'."
    ::= { uMGR13Entry  28 }

  uMGR13VrtPrtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  29 }

  uMGR13VrtPrtAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attend To Dependent alarms'."
    ::= { uMGR13Entry  30 }

  uMGR13VrtPrtAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Virtual Ports Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  31 }

  uMGR13ConnHwAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarms'."
    ::= { uMGR13Entry  32 }

  uMGR13ConnHwAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  33 }

  uMGR13ConnHwAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarms'."
    ::= { uMGR13Entry  34 }

  uMGR13ConnHwAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  35 }

  uMGR13TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { uMGR13Entry  36 }

  uMGR13TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { uMGR13Entry  37 }

  uMGR13TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { uMGR13Entry  38 }

  uMGR13TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { uMGR13Entry  39 }

  uMGR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { uMGR13Entry  40 }

  uMGR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR13Entry  41 }

  uMGR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { uMGR13Entry  42 }

  uMGR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR13Entry  43 }

  uMGR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR13Entry  44 }

  uMGR13TDMProtectionSwitchingMechanism OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   ePS3500(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Protection Switching mechanism'."
    DEFVAL       { none }
    ::= { uMGR13Entry  45 }

  uMGR13CFSAMGCManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC Management IP address'."
    ::= { uMGR13Entry  46 }

  uMGR13CFSAMGCName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC name'."
    ::= { uMGR13Entry  47 }

  uMGR13LCardsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attention Required alarms'."
    ::= { uMGR13Entry  49 }

  uMGR13LCardsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  50 }

  uMGR13LCardsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attend To Dependent alarms'."
    ::= { uMGR13Entry  51 }

  uMGR13LCardsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Cards Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  52 }

  uMGR13SCrConnAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarms'."
    ::= { uMGR13Entry  53 }

  uMGR13SCrConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  54 }

  uMGR13SCrConnAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarms'."
    ::= { uMGR13Entry  55 }

  uMGR13SCrConnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  56 }

  uMGR13CgstnSysLoad OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load'."
    ::= { uMGR13Entry  57 }

  uMGR13CgstnRTPRess OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - RTP resources'."
    ::= { uMGR13Entry  58 }

  uMGR13PacketIntervalInternalRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   fiveMilliseconds(1),
                   tenMilliseconds(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Packetization interval for internal RTP connections'."
    DEFVAL       { tenMilliseconds }
    ::= { uMGR13Entry  59 }

  uMGR13ClkMasteringCardType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sGFamily(1),
                   pBFamily(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock mastering card type'."
    DEFVAL       { sGFamily }
    ::= { uMGR13Entry  60 }

  uMGR13T38RedundancyLowSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..8 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - low speed data redundancy'."
    DEFVAL       { 3 }
    ::= { uMGR13Entry  61 }

  uMGR13T38RedundancyHighSpeedDataRedundancy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T.38 redundancy - high speed data redundancy'."
    DEFVAL       { 0 }
    ::= { uMGR13Entry  62 }

  uMGR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { uMGR13Entry  63 }

  uMGR13ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { uMGR13Entry  64 }

  uMGR13CFSAMGCSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC Signaling IP address'."
    ::= { uMGR13Entry  65 }

  uMGR13ProcARTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A RTM Revision'."
    ::= { uMGR13Entry  66 }

  uMGR13ProcBRTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B RTM Revision'."
    ::= { uMGR13Entry  67 }

  uMGR13HwFwVerBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade A'."
    ::= { uMGR13Entry  68 }

  uMGR13HwFwVerBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade B'."
    ::= { uMGR13Entry  69 }

  uMGR13NumDSPFarms OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSP farms'."
    ::= { uMGR13Entry  70 }

  uMGR13DSPFirmwareBuildType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tDMOptimized(1),
                   voIPOptimized(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DSP firmware build type'."
    ::= { uMGR13Entry  71 }

  uMGR13TDMCfgAndClkingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarms'."
    ::= { uMGR13Entry  72 }

  uMGR13TDMCfgAndClkingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  73 }

  uMGR13SecondCFSSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Signaling IP address'."
    ::= { uMGR13Entry  74 }

  uMGR13SecondCFSManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Management IP address'."
    ::= { uMGR13Entry  75 }

  uMGR13MediaProfAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarms'."
    ::= { uMGR13Entry  76 }

  uMGR13MediaProfAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  77 }

  uMGR13H248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { uMGR13Entry  78 }

  uMGR13H248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  79 }

  uMGR13H248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { uMGR13Entry  80 }

  uMGR13H248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR13Entry  81 }

  uMGR13NumDSPsRsvdIWF OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSPs reserved for IWF'."
    ::= { uMGR13Entry  82 }

  uMGR13ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { uMGR13Entry  85 }

  uMGR13ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { uMGR13Entry  86 }

  uMGR13ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { uMGR13Entry  87 }

  uMGR13ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { uMGR13Entry  88 }

  uMGR13ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { uMGR13Entry  89 }

  uMGR13ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { uMGR13Entry  90 }

  uMGR13ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { uMGR13Entry  91 }

  uMGR13H248MGCIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 MGC IP address'."
    ::= { uMGR13Entry  92 }

  uMGR13ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { uMGR13Entry  93 }

  uMGR13H248MGCName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 MGC name'."
    ::= { uMGR13Entry  95 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Configuration'                                        */
-- /* Valid from: 9.0.02                                                            */
-- /*********************************************************************************/

  h248CfgR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248CfgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2213 }

  h248CfgR1Entry OBJECT-TYPE
    SYNTAX       H248CfgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248CfgR1NEConn,
             h248CfgR1NetwkElement,
             h248CfgR1MediaGatewayIx }
    ::= {  h248CfgR1Table  1  }

  H248CfgR1Entry  ::=  SEQUENCE
  {
    h248CfgR1NEConn                    Unsigned32,
    h248CfgR1NetwkElement              DisplayString,
    h248CfgR1MediaGatewayIx            Unsigned32,
    h248CfgR1HighSuppH248ProtVer       Unsigned32,
    h248CfgR1I1PrefH248ProfNEConn      Unsigned32,
    h248CfgR1I2PrefH248ProfNetwkElement
                                       DisplayString,
    h248CfgR1I3PrefH248ProfMediaGatewayIx
                                       Unsigned32,
    h248CfgR1I4PrefH248ProfH248ProfIx  INTEGER,
    h248CfgR1I1UsedH248ProfNEConn      Unsigned32,
    h248CfgR1I2UsedH248ProfNetwkElement
                                       DisplayString,
    h248CfgR1I3UsedH248ProfMediaGatewayIx
                                       Unsigned32,
    h248CfgR1I4UsedH248ProfH248ProfIx  INTEGER,
    h248CfgR1UsedH248ProfOtherVals     INTEGER,
    h248CfgR1BinaryH248ROOTTermID      OCTET STRING,
    h248CfgR1H248M3UARmASAlrmsAttnRq   Unsigned32,
    h248CfgR1H248M3UARmASAlrmEvtsAttnRq
                                       Unsigned32,
    h248CfgR1H248M3UARmASAlrmsAtndDp   Unsigned32,
    h248CfgR1H248M3UARmASAlrmEvtsAtndDp
                                       Unsigned32,
    h248CfgR1SummaryChldAlrmState      INTEGER,
    h248CfgR1ChldStatisticsAlrms       Integer32,
    h248CfgR1ImportCnt                 Integer32,
    h248CfgR1ImportStatus              DisplayString,
    h248CfgR1ImportMode                INTEGER,
    h248CfgR1ImportFile                DisplayString,
    h248CfgR1ImportCorr                Counter64,
    h248CfgR1ImportCorrNode            DisplayString,
    h248CfgR1ImportCorrUID             DisplayString,
    h248CfgR1DoExtraActions            INTEGER
  }

  h248CfgR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248CfgR1Entry  1 }

  h248CfgR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248CfgR1Entry  2 }

  h248CfgR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248CfgR1Entry  3 }

  h248CfgR1HighSuppH248ProtVer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Highest supported H.248 protocol version'."
    DEFVAL       { 2 }
    ::= { h248CfgR1Entry  4 }

  h248CfgR1I1PrefH248ProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  5 }

  h248CfgR1I2PrefH248ProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  6 }

  h248CfgR1I3PrefH248ProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  7 }

  h248CfgR1I4PrefH248ProfH248ProfIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred H.248 profile',
                  This field represents index 'H.248 Profile index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  8 }

  h248CfgR1I1UsedH248ProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  9 }

  h248CfgR1I2UsedH248ProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  10 }

  h248CfgR1I3UsedH248ProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  11 }

  h248CfgR1I4UsedH248ProfH248ProfIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile',
                  This field represents index 'H.248 Profile index'
                  in referenced type 'BOOH248ProfileSE'."
    ::= { h248CfgR1Entry  12 }

  h248CfgR1UsedH248ProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Used H.248 profile'.
                  This field represents the fixed
                  values that Used H.248 profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { h248CfgR1Entry  13 }

  h248CfgR1BinaryH248ROOTTermID OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 ROOT termination ID'."
    ::= { h248CfgR1Entry  14 }

  h248CfgR1H248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { h248CfgR1Entry  15 }

  h248CfgR1H248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248CfgR1Entry  16 }

  h248CfgR1H248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { h248CfgR1Entry  17 }

  h248CfgR1H248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248CfgR1Entry  18 }

  h248CfgR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248CfgR1Entry  19 }

  h248CfgR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248CfgR1Entry  20 }

  h248CfgR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { h248CfgR1Entry  21 }

  h248CfgR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { h248CfgR1Entry  22 }

  h248CfgR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { h248CfgR1Entry  23 }

  h248CfgR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { h248CfgR1Entry  24 }

  h248CfgR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { h248CfgR1Entry  25 }

  h248CfgR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { h248CfgR1Entry  26 }

  h248CfgR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { h248CfgR1Entry  27 }

  h248CfgR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { h248CfgR1Entry  28 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Media Gateway Controller'                             */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  h248MGCR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248MGCR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Configuration'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2214 }

  h248MGCR1Entry OBJECT-TYPE
    SYNTAX       H248MGCR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248MGCR1NEConn,
             h248MGCR1NetwkElement,
             h248MGCR1MediaGatewayIx,
             h248MGCR1MGCIx }
    ::= {  h248MGCR1Table  1  }

  H248MGCR1Entry  ::=  SEQUENCE
  {
    h248MGCR1NEConn                    Unsigned32,
    h248MGCR1NetwkElement              DisplayString,
    h248MGCR1MediaGatewayIx            Unsigned32,
    h248MGCR1MGCIx                     INTEGER,
    h248MGCR1Transport                 INTEGER,
    h248MGCR1H248IPAddr                DisplayString,
    h248MGCR1H248PortNum               Unsigned32,
    h248MGCR1Encoding                  INTEGER,
    h248MGCR1H248Fixbits               BITS,
    h248MGCR1UnsuppServChgReasons      BITS,
    h248MGCR1AssociationStatus         INTEGER,
    h248MGCR1H248M3UARmASAlrmsAttnRq   Integer32,
    h248MGCR1H248M3UARmASAlrmEvtsAttnRq
                                       Integer32,
    h248MGCR1H248M3UARmASAlrmsAtndDp   Integer32,
    h248MGCR1H248M3UARmASAlrmEvtsAtndDp
                                       Integer32,
    h248MGCR1SummaryChldAlrmState      INTEGER,
    h248MGCR1ChldStatisticsAlrms       Integer32,
    h248MGCR1RowStatus                 RowStatus,
    h248MGCR1AdminStatus               AdminStatus,
    h248MGCR1OperStatus                OperStatus,
    h248MGCR1Priority                  Unsigned32,
    h248MGCR1Name                      DisplayString,
    h248MGCR1ExportNumObjectsExported  Integer32,
    h248MGCR1ExportStatus              DisplayString,
    h248MGCR1ExportFile                DisplayString,
    h248MGCR1ExportCorr                Counter64,
    h248MGCR1ExportCorrNode            DisplayString,
    h248MGCR1ExportCorrUID             DisplayString,
    h248MGCR1DoExtraActions            INTEGER,
    h248MGCR1ExportIncASRepData        INTEGER,
    h248MGCR1ExportChldObjectsToInc    INTEGER
  }

  h248MGCR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248MGCR1Entry  1 }

  h248MGCR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248MGCR1Entry  2 }

  h248MGCR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248MGCR1Entry  3 }

  h248MGCR1MGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248MGCR1Entry  4 }

  h248MGCR1Transport OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDP(1),
                   m3UASCTP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport'.
                  This field is not writable when active."
    DEFVAL       { uDP }
    ::= { h248MGCR1Entry  5 }

  h248MGCR1H248IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 IP address'.
                  This field is not writable when active."
    ::= { h248MGCR1Entry  6 }

  h248MGCR1H248PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 port number'.
                  This field is not writable when active."
    DEFVAL       { 2944 }
    ::= { h248MGCR1Entry  7 }

  h248MGCR1Encoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   text(1),
                   binary(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Encoding'.
                  This field is not writable when active."
    DEFVAL       { text }
    ::= { h248MGCR1Entry  8 }

  h248MGCR1H248Fixbits OBJECT-TYPE
    SYNTAX       BITS {
                   doNotUseProprietaryMetaswitchConnectivityMonitoring(0),
                   doNotUseProfileNegotiation(1),
                   acceptUnsupportedMediaTopologies(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 fixbits'."
    DEFVAL       { {} }
    ::= { h248MGCR1Entry  9 }

  h248MGCR1UnsuppServChgReasons OBJECT-TYPE
    SYNTAX       BITS {
                   nineHundredAndFour(2),
                   nineHundredAndSix(3),
                   nineHundredAndSeventeen(8),
                   nineHundredAndSeventyOne(20),
                   nineHundredAndSeventyTwo(21)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unsupported ServiceChangeReasons'."
    DEFVAL       { {} }
    ::= { h248MGCR1Entry  10 }

  h248MGCR1AssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   noLostContact(2),
                   handingTo(3),
                   standby(4),
                   inactive(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Association status'."
    ::= { h248MGCR1Entry  11 }

  h248MGCR1H248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { h248MGCR1Entry  12 }

  h248MGCR1H248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { h248MGCR1Entry  13 }

  h248MGCR1H248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { h248MGCR1Entry  14 }

  h248MGCR1H248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { h248MGCR1Entry  15 }

  h248MGCR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248MGCR1Entry  16 }

  h248MGCR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248MGCR1Entry  17 }

  h248MGCR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248MGCR1Entry  18 }

  h248MGCR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCR1Entry  19 }

  h248MGCR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCR1Entry  20 }

  h248MGCR1Priority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 0 }
    ::= { h248MGCR1Entry  21 }

  h248MGCR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { h248MGCR1Entry  22 }

  h248MGCR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { h248MGCR1Entry  23 }

  h248MGCR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { h248MGCR1Entry  24 }

  h248MGCR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { h248MGCR1Entry  25 }

  h248MGCR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { h248MGCR1Entry  26 }

  h248MGCR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { h248MGCR1Entry  27 }

  h248MGCR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { h248MGCR1Entry  28 }

  h248MGCR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCR1Entry  29 }

  h248MGCR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { h248MGCR1Entry  30 }

  h248MGCR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { h248MGCR1Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  cFSR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2215 }

  cFSR15Entry OBJECT-TYPE
    SYNTAX       CFSR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR15NEConn,
             cFSR15NetwkElement,
             cFSR15CFSIx }
    ::= {  cFSR15Table  1  }

  CFSR15Entry  ::=  SEQUENCE
  {
    cFSR15NEConn                       Unsigned32,
    cFSR15NetwkElement                 DisplayString,
    cFSR15CFSIx                        Unsigned32,
    cFSR15DeactivnMode                 INTEGER,
    cFSR15AlrmState                    INTEGER,
    cFSR15AlrmLogCorr                  Counter64,
    cFSR15AlrmEvtsAttnRq               Integer32,
    cFSR15AlrmStateTimestamp           Unsigned32,
    cFSR15AlrmResetTimestamp           Unsigned32,
    cFSR15CntrldMGsAlrmsAttnRq         Integer32,
    cFSR15CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR15CntrldMGsAlrmsAtndDp         Integer32,
    cFSR15CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR15SigAlrmsAttnRq               Integer32,
    cFSR15SigAlrmEvtsAttnRq            Integer32,
    cFSR15SigAlrmsAtndDp               Integer32,
    cFSR15SigAlrmEvtsAtndDp            Integer32,
    cFSR15BillAlrmsAttnRq              Integer32,
    cFSR15BillAlrmEvtsAttnRq           Integer32,
    cFSR15CallServsAlrmsAttnRq         Integer32,
    cFSR15CallServsAlrmEvtsAttnRq      Integer32,
    cFSR15CallServsAlrmsAtndDp         Integer32,
    cFSR15CallServsAlrmEvtsAtndDp      Integer32,
    cFSR15RPSAlrmsAttnRq               Integer32,
    cFSR15RPSAlrmEvtsAttnRq            Integer32,
    cFSR15RPSAlrmsAtndDp               Integer32,
    cFSR15RPSAlrmEvtsAtndDp            Integer32,
    cFSR15SubCfgAlrmsAttnRq            Integer32,
    cFSR15SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR15SubCfgAlrmsAtndDp            Integer32,
    cFSR15SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR15TotChldAlrmsAttnRq           Unsigned32,
    cFSR15TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR15TotChldAlrmsAtndDp           Unsigned32,
    cFSR15TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR15SummaryChldAlrmState         INTEGER,
    cFSR15DoExtraActions               INTEGER,
    cFSR15RowStatus                    RowStatus,
    cFSR15AdminStatus                  AdminStatus,
    cFSR15OperStatus                   OperStatus,
    cFSR15Timezone                     INTEGER,
    cFSR15AdjustDaylightSavings        INTEGER,
    cFSR15DaylightSavingsInForce       INTEGER,
    cFSR15MaxNumLineTrafficStudies     Unsigned32,
    cFSR15T38GloballySupported         INTEGER,
    cFSR15ImportCnt                    Integer32,
    cFSR15ImportStatus                 DisplayString,
    cFSR15ImportMode                   INTEGER,
    cFSR15ImportFile                   DisplayString,
    cFSR15ImportCorr                   Counter64,
    cFSR15ImportCorrNode               DisplayString,
    cFSR15ImportCorrUID                DisplayString,
    cFSR15StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR15DefAnnounceLocale            INTEGER,
    cFSR15StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR15StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR15StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR15StatisticsAlrms              Integer32,
    cFSR15ChldStatisticsAlrms          Integer32,
    cFSR15SecondDefAnnounceLocale      INTEGER,
    cFSR15SysTimezone                  LongDisplayString,
    cFSR15SubTimezones                 LongDisplayString,
    cFSR15StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR15StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR15StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR15StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR15StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR15StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR15MRSAlrmsAttnRq               Integer32,
    cFSR15MRSAlrmEvtsAttnRq            Integer32,
    cFSR15CFSRole                      INTEGER,
    cFSR15SupportedLocales             LongDisplayString,
    cFSR15LineCfgAlrmsAttnRq           Integer32,
    cFSR15LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR15LineCfgAlrmsAtndDp           Integer32,
    cFSR15LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR15DefMediaType                 INTEGER,
    cFSR15EmgncyCallsCnt               Unsigned32,
    cFSR15EmgncyCallsDetails           LongDisplayString,
    cFSR15PublishMLHGStatus            INTEGER,
    cFSR15GatewayCtrlerRole            INTEGER,
    cFSR15EmgncyCallEquivalence        INTEGER
  }

  cFSR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR15Entry  1 }

  cFSR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR15Entry  2 }

  cFSR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR15Entry  3 }

  cFSR15DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR15Entry  4 }

  cFSR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR15Entry  5 }

  cFSR15AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR15Entry  6 }

  cFSR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  7 }

  cFSR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR15Entry  8 }

  cFSR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR15Entry  9 }

  cFSR15CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR15Entry  10 }

  cFSR15CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  11 }

  cFSR15CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR15Entry  12 }

  cFSR15CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  13 }

  cFSR15SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR15Entry  14 }

  cFSR15SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  15 }

  cFSR15SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR15Entry  16 }

  cFSR15SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  17 }

  cFSR15BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR15Entry  18 }

  cFSR15BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  19 }

  cFSR15CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR15Entry  20 }

  cFSR15CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  21 }

  cFSR15CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR15Entry  22 }

  cFSR15CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  23 }

  cFSR15RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR15Entry  24 }

  cFSR15RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  25 }

  cFSR15RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR15Entry  26 }

  cFSR15RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  27 }

  cFSR15SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR15Entry  28 }

  cFSR15SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  29 }

  cFSR15SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR15Entry  30 }

  cFSR15SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  31 }

  cFSR15TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR15Entry  32 }

  cFSR15TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR15Entry  33 }

  cFSR15TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR15Entry  34 }

  cFSR15TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR15Entry  35 }

  cFSR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR15Entry  36 }

  cFSR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR15Entry  37 }

  cFSR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR15Entry  38 }

  cFSR15AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR15Entry  39 }

  cFSR15OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR15Entry  40 }

  cFSR15Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR15Entry  41 }

  cFSR15AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR15Entry  42 }

  cFSR15DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR15Entry  43 }

  cFSR15MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR15Entry  44 }

  cFSR15T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR15Entry  45 }

  cFSR15ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR15Entry  47 }

  cFSR15ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR15Entry  48 }

  cFSR15ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR15Entry  49 }

  cFSR15ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR15Entry  50 }

  cFSR15ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR15Entry  51 }

  cFSR15ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR15Entry  52 }

  cFSR15ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR15Entry  53 }

  cFSR15StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR15Entry  54 }

  cFSR15DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR15Entry  55 }

  cFSR15StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR15Entry  56 }

  cFSR15StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR15Entry  57 }

  cFSR15StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR15Entry  58 }

  cFSR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR15Entry  59 }

  cFSR15ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR15Entry  60 }

  cFSR15SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR15Entry  61 }

  cFSR15SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR15Entry  62 }

  cFSR15SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR15Entry  63 }

  cFSR15StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR15Entry  64 }

  cFSR15StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR15Entry  65 }

  cFSR15StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR15Entry  66 }

  cFSR15StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR15Entry  67 }

  cFSR15StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR15Entry  68 }

  cFSR15StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR15Entry  69 }

  cFSR15MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR15Entry  70 }

  cFSR15MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  71 }

  cFSR15CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR15Entry  72 }

  cFSR15SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR15Entry  73 }

  cFSR15LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR15Entry  74 }

  cFSR15LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  75 }

  cFSR15LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR15Entry  76 }

  cFSR15LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR15Entry  77 }

  cFSR15DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR15Entry  78 }

  cFSR15EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR15Entry  79 }

  cFSR15EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR15Entry  80 }

  cFSR15PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR15Entry  81 }

  cFSR15GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR15Entry  82 }

  cFSR15EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR15Entry  83 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  sIPR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2216 }

  sIPR11Entry OBJECT-TYPE
    SYNTAX       SIPR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR11NEConn,
             sIPR11NetwkElement,
             sIPR11CFSIx,
             sIPR11SIPIx }
    ::= {  sIPR11Table  1  }

  SIPR11Entry  ::=  SEQUENCE
  {
    sIPR11NEConn                       Unsigned32,
    sIPR11NetwkElement                 DisplayString,
    sIPR11CFSIx                        Unsigned32,
    sIPR11SIPIx                        Unsigned32,
    sIPR11ServerAddrIPv4               DisplayString,
    sIPR11DeactivnMode                 INTEGER,
    sIPR11AlrmState                    INTEGER,
    sIPR11AlrmLogCorr                  Counter64,
    sIPR11AlrmEvtsAttnRq               Integer32,
    sIPR11AlrmStateTimestamp           Unsigned32,
    sIPR11AlrmResetTimestamp           Unsigned32,
    sIPR11RowStatus                    RowStatus,
    sIPR11AdminStatus                  AdminStatus,
    sIPR11OperStatus                   OperStatus,
    sIPR11SIPRetransmitTimerT1         Unsigned32,
    sIPR11ChldAlrmsAtndDp              Unsigned32,
    sIPR11ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR11SummaryChldAlrmState         INTEGER,
    sIPR11ChldAlrmsAttnRq              Unsigned32,
    sIPR11ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR11ChldStatisticsAlrms          Integer32,
    sIPR11SIPTVariant                  INTEGER,
    sIPR11StatisticsAlrms              Integer32,
    sIPR11ServerAddrIPv6               DisplayString,
    sIPR11NetwkElementID               Unsigned32,
    sIPR11FinancialentityID            DisplayString,
    sIPR11InterOprIdentifierIOI        DisplayString,
    sIPR11ServerIdentity               DisplayString,
    sIPR11TransparentProxies           LongDisplayString,
    sIPR11TotChldAlrmsAttnRq           Unsigned32,
    sIPR11TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR11TotChldAlrmsAtndDp           Unsigned32,
    sIPR11TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR11ProdShortSIPHeaderEncodings  INTEGER,
    sIPR11I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR11I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR11I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR11I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR11I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR11DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR11TransitIoi                   DisplayString,
    sIPR11LocalServerPort              INTEGER,
    sIPR11TransitIoiSignificantChars   Unsigned32,
    sIPR11ClusterAddr                  DisplayString
  }

  sIPR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR11Entry  1 }

  sIPR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR11Entry  2 }

  sIPR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR11Entry  3 }

  sIPR11SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR11Entry  4 }

  sIPR11ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR11Entry  5 }

  sIPR11DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR11Entry  6 }

  sIPR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR11Entry  7 }

  sIPR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR11Entry  8 }

  sIPR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR11Entry  9 }

  sIPR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR11Entry  10 }

  sIPR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR11Entry  11 }

  sIPR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR11Entry  12 }

  sIPR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR11Entry  13 }

  sIPR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR11Entry  14 }

  sIPR11SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR11Entry  15 }

  sIPR11ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR11Entry  17 }

  sIPR11ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR11Entry  18 }

  sIPR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR11Entry  19 }

  sIPR11ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR11Entry  21 }

  sIPR11ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR11Entry  22 }

  sIPR11ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR11Entry  23 }

  sIPR11SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR11Entry  24 }

  sIPR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR11Entry  25 }

  sIPR11ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR11Entry  26 }

  sIPR11NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR11Entry  27 }

  sIPR11FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR11Entry  28 }

  sIPR11InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR11Entry  30 }

  sIPR11ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR11Entry  37 }

  sIPR11TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR11Entry  39 }

  sIPR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR11Entry  40 }

  sIPR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR11Entry  41 }

  sIPR11TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR11Entry  42 }

  sIPR11TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR11Entry  43 }

  sIPR11ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR11Entry  44 }

  sIPR11I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR11Entry  45 }

  sIPR11I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR11Entry  46 }

  sIPR11I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR11Entry  47 }

  sIPR11I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR11Entry  48 }

  sIPR11I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR11Entry  49 }

  sIPR11DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR11Entry  50 }

  sIPR11TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR11Entry  51 }

  sIPR11LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR11Entry  52 }

  sIPR11TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR11Entry  53 }

  sIPR11ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR11Entry  54 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP - AGCF'                                                 */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  aGCSIPR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCSIPR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2217 }

  aGCSIPR1Entry OBJECT-TYPE
    SYNTAX       AGCSIPR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCSIPR1NEConn,
             aGCSIPR1NetwkElement,
             aGCSIPR1CFSIx,
             aGCSIPR1SIPIx }
    ::= {  aGCSIPR1Table  1  }

  AGCSIPR1Entry  ::=  SEQUENCE
  {
    aGCSIPR1NEConn                     Unsigned32,
    aGCSIPR1NetwkElement               DisplayString,
    aGCSIPR1CFSIx                      Unsigned32,
    aGCSIPR1SIPIx                      Unsigned32,
    aGCSIPR1ServerIdentity             DisplayString,
    aGCSIPR1ServerAddrIPv4             DisplayString,
    aGCSIPR1ServerAddrIPv6             DisplayString,
    aGCSIPR1LocalServerPort            INTEGER,
    aGCSIPR1SIPRetransmitTimerT1       Unsigned32,
    aGCSIPR1NetwkElementID             Unsigned32,
    aGCSIPR1FinancialentityID          DisplayString,
    aGCSIPR1DeactivnMode               INTEGER,
    aGCSIPR1I1DefSIPRegistrarNEConn    Unsigned32,
    aGCSIPR1I2DefSIPRegistrarNetwkElement
                                       DisplayString,
    aGCSIPR1I3DefSIPRegistrarCFSIx     Unsigned32,
    aGCSIPR1I4DefSIPRegistrarSIPIx     Unsigned32,
    aGCSIPR1I5DefSIPRegistrarSIPRegistrarIx
                                       Unsigned32,
    aGCSIPR1NetwkID                    DisplayString,
    aGCSIPR1InterOprIdentifierIOI      DisplayString,
    aGCSIPR1ProdShortSIPHeaderEncodings
                                       INTEGER,
    aGCSIPR1AlrmState                  INTEGER,
    aGCSIPR1StatisticsAlrms            Integer32,
    aGCSIPR1AlrmLogCorr                Counter64,
    aGCSIPR1AlrmEvtsAttnRq             Integer32,
    aGCSIPR1AlrmStateTimestamp         Unsigned32,
    aGCSIPR1AlrmResetTimestamp         Unsigned32,
    aGCSIPR1RowStatus                  RowStatus,
    aGCSIPR1AdminStatus                AdminStatus,
    aGCSIPR1OperStatus                 OperStatus,
    aGCSIPR1ClusterAddr                DisplayString
  }

  aGCSIPR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCSIPR1Entry  1 }

  aGCSIPR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCSIPR1Entry  2 }

  aGCSIPR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCSIPR1Entry  3 }

  aGCSIPR1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { aGCSIPR1Entry  4 }

  aGCSIPR1ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { aGCSIPR1Entry  5 }

  aGCSIPR1ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { aGCSIPR1Entry  6 }

  aGCSIPR1ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { aGCSIPR1Entry  7 }

  aGCSIPR1LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { aGCSIPR1Entry  8 }

  aGCSIPR1SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { aGCSIPR1Entry  9 }

  aGCSIPR1NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { aGCSIPR1Entry  10 }

  aGCSIPR1FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { aGCSIPR1Entry  11 }

  aGCSIPR1DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { aGCSIPR1Entry  12 }

  aGCSIPR1I1DefSIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR1Entry  13 }

  aGCSIPR1I2DefSIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR1Entry  14 }

  aGCSIPR1I3DefSIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR1Entry  15 }

  aGCSIPR1I4DefSIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR1Entry  16 }

  aGCSIPR1I5DefSIPRegistrarSIPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR1Entry  17 }

  aGCSIPR1NetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network ID'."
    ::= { aGCSIPR1Entry  18 }

  aGCSIPR1InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { aGCSIPR1Entry  19 }

  aGCSIPR1ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { aGCSIPR1Entry  20 }

  aGCSIPR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCSIPR1Entry  21 }

  aGCSIPR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { aGCSIPR1Entry  22 }

  aGCSIPR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCSIPR1Entry  23 }

  aGCSIPR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCSIPR1Entry  24 }

  aGCSIPR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCSIPR1Entry  25 }

  aGCSIPR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { aGCSIPR1Entry  26 }

  aGCSIPR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { aGCSIPR1Entry  27 }

  aGCSIPR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPR1Entry  28 }

  aGCSIPR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPR1Entry  29 }

  aGCSIPR1ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { aGCSIPR1Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  rPSNVEntryR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2218 }

  rPSNVEntryR21Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR21NEConn,
             rPSNVEntryR21NetwkElement,
             rPSNVEntryR21CFSIx,
             rPSNVEntryR21CfgSetIx,
             rPSNVEntryR21NumVldnTblIx,
             rPSNVEntryR21NumVldnEntryIx }
    ::= {  rPSNVEntryR21Table  1  }

  RPSNVEntryR21Entry  ::=  SEQUENCE
  {
    rPSNVEntryR21NEConn                Unsigned32,
    rPSNVEntryR21NetwkElement          DisplayString,
    rPSNVEntryR21CFSIx                 Unsigned32,
    rPSNVEntryR21CfgSetIx              Unsigned32,
    rPSNVEntryR21NumVldnTblIx          Unsigned32,
    rPSNVEntryR21NumVldnEntryIx        Unsigned32,
    rPSNVEntryR21NumVldnEntryName      DisplayString,
    rPSNVEntryR21Num                   DisplayString,
    rPSNVEntryR21MinMatchLen           Unsigned32,
    rPSNVEntryR21I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR21I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR21I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR21I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR21I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR21RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR21RowStatus             RowStatus,
    rPSNVEntryR21EditAction            DisplayString,
    rPSNVEntryR21BillType              INTEGER,
    rPSNVEntryR21CldAddrComplete       INTEGER,
    rPSNVEntryR21CldAddrScope          INTEGER,
    rPSNVEntryR21FgdPrefixDialed       INTEGER,
    rPSNVEntryR21OprCall               INTEGER,
    rPSNVEntryR21I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR21I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR21I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR21I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR21I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR21MatchAction           INTEGER,
    rPSNVEntryR21MatchCIP              INTEGER,
    rPSNVEntryR21AttrValCIP            INTEGER,
    rPSNVEntryR21MatchLCC1             INTEGER,
    rPSNVEntryR21LCC1                  Unsigned32,
    rPSNVEntryR21MatchLCC2             INTEGER,
    rPSNVEntryR21LCC2                  Unsigned32,
    rPSNVEntryR21MatchLCC3             INTEGER,
    rPSNVEntryR21LCC3                  Unsigned32,
    rPSNVEntryR21MatchLCC4             INTEGER,
    rPSNVEntryR21LCC4                  Unsigned32,
    rPSNVEntryR21MatchLCC5             INTEGER,
    rPSNVEntryR21LCC5                  Unsigned32,
    rPSNVEntryR21UseNumMainBillRec     INTEGER,
    rPSNVEntryR21MatchBillType         INTEGER,
    rPSNVEntryR21MatchCldAddrComplete  INTEGER,
    rPSNVEntryR21MatchCldAddrScope     INTEGER,
    rPSNVEntryR21MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR21MatchOprCall          INTEGER,
    rPSNVEntryR21MatchSubGp            INTEGER,
    rPSNVEntryR21MatchANIIIDigits      INTEGER,
    rPSNVEntryR21ANIIIDigits           Unsigned32,
    rPSNVEntryR21MatchUSCallType       INTEGER,
    rPSNVEntryR21USCallType            INTEGER,
    rPSNVEntryR21MatchUKCallType       INTEGER,
    rPSNVEntryR21UKCallType            INTEGER,
    rPSNVEntryR21MatchDialedPrefix     INTEGER,
    rPSNVEntryR21DialedPrefix          INTEGER,
    rPSNVEntryR21MatchDialingPattn     INTEGER,
    rPSNVEntryR21DialingPattn          INTEGER,
    rPSNVEntryR21MatchUsrDef1          INTEGER,
    rPSNVEntryR21UsrDef1               Unsigned32,
    rPSNVEntryR21MatchUsrDef2          INTEGER,
    rPSNVEntryR21UsrDef2               Unsigned32,
    rPSNVEntryR21MatchUsrDef3          INTEGER,
    rPSNVEntryR21UsrDef3               Unsigned32,
    rPSNVEntryR21AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR21T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR21T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR21T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR21T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR21T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR21AVInMedChMatch        INTEGER,
    rPSNVEntryR21T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR21T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR21T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR21T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR21T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR21T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR21AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR21AVInMedSigStack       INTEGER,
    rPSNVEntryR21AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR21AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR21T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR21T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR21T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR21T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR21T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR21T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR21T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR21T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR21T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR21T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR21T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR21T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR21T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR21T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR21T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR21T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR21T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR21T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR21T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR21T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR21T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR21I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR21I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR21I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR21I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR21AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR21AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR21AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR21AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR21AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR21AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR21AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR21TransitNetwkID        Unsigned32,
    rPSNVEntryR21I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR21I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR21I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR21I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR21T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR21T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR21T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR21AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR21AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR21NumActCallPartyNumAct DisplayString,
    rPSNVEntryR21NumActChargeNumAct    DisplayString,
    rPSNVEntryR21MatchUsrDef4          INTEGER,
    rPSNVEntryR21UsrDef4               Unsigned32,
    rPSNVEntryR21MatchUsrDef5          INTEGER,
    rPSNVEntryR21UsrDef5               Unsigned32,
    rPSNVEntryR21MatchUsrDef6          INTEGER,
    rPSNVEntryR21UsrDef6               Unsigned32,
    rPSNVEntryR21MatchUsrDef7          INTEGER,
    rPSNVEntryR21UsrDef7               Unsigned32,
    rPSNVEntryR21MatchUsrDef8          INTEGER,
    rPSNVEntryR21UsrDef8               Unsigned32,
    rPSNVEntryR21MatchUsrDef9          INTEGER,
    rPSNVEntryR21UsrDef9               Unsigned32,
    rPSNVEntryR21MatchUsrDef10         INTEGER,
    rPSNVEntryR21UsrDef10              Unsigned32,
    rPSNVEntryR21MatchUsrDef11         INTEGER,
    rPSNVEntryR21UsrDef11              Unsigned32,
    rPSNVEntryR21MatchUsrDef12         INTEGER,
    rPSNVEntryR21UsrDef12              Unsigned32,
    rPSNVEntryR21MatchUsrDef13         INTEGER,
    rPSNVEntryR21UsrDef13              Unsigned32,
    rPSNVEntryR21MatchUsrDef14         INTEGER,
    rPSNVEntryR21UsrDef14              Unsigned32,
    rPSNVEntryR21MatchUsrDef15         INTEGER,
    rPSNVEntryR21UsrDef15              Unsigned32,
    rPSNVEntryR21MatchUsrDef16         INTEGER,
    rPSNVEntryR21UsrDef16              Unsigned32,
    rPSNVEntryR21MatchUsrDef17         INTEGER,
    rPSNVEntryR21UsrDef17              Unsigned32,
    rPSNVEntryR21MatchUsrDef18         INTEGER,
    rPSNVEntryR21UsrDef18              Unsigned32,
    rPSNVEntryR21MatchUsrDef19         INTEGER,
    rPSNVEntryR21UsrDef19              Unsigned32,
    rPSNVEntryR21MatchUsrDef20         INTEGER,
    rPSNVEntryR21UsrDef20              Unsigned32,
    rPSNVEntryR21AttrValLCC6Match      INTEGER,
    rPSNVEntryR21AttrValLCC6           Unsigned32,
    rPSNVEntryR21AttrValLCC7Match      INTEGER,
    rPSNVEntryR21AttrValLCC7           Unsigned32,
    rPSNVEntryR21AttrValLCC8Match      INTEGER,
    rPSNVEntryR21AttrValLCC8           Unsigned32,
    rPSNVEntryR21AttrValLCC9Match      INTEGER,
    rPSNVEntryR21AttrValLCC9           Unsigned32,
    rPSNVEntryR21AttrValLCC10Match     INTEGER,
    rPSNVEntryR21AttrValLCC10          Unsigned32,
    rPSNVEntryR21AttrValLCC11Match     INTEGER,
    rPSNVEntryR21AttrValLCC11          Unsigned32,
    rPSNVEntryR21AttrValLCC12Match     INTEGER,
    rPSNVEntryR21AttrValLCC12          Unsigned32,
    rPSNVEntryR21AttrValLCC13Match     INTEGER,
    rPSNVEntryR21AttrValLCC13          Unsigned32,
    rPSNVEntryR21AttrValLCC14Match     INTEGER,
    rPSNVEntryR21AttrValLCC14          Unsigned32,
    rPSNVEntryR21AttrValLCC15Match     INTEGER,
    rPSNVEntryR21AttrValLCC15          Unsigned32,
    rPSNVEntryR21AttrValLCC16Match     INTEGER,
    rPSNVEntryR21AttrValLCC16          Unsigned32,
    rPSNVEntryR21AttrValLCC17Match     INTEGER,
    rPSNVEntryR21AttrValLCC17          Unsigned32,
    rPSNVEntryR21AttrValLCC18Match     INTEGER,
    rPSNVEntryR21AttrValLCC18          Unsigned32,
    rPSNVEntryR21AttrValLCC19Match     INTEGER,
    rPSNVEntryR21AttrValLCC19          Unsigned32,
    rPSNVEntryR21AttrValLCC20Match     INTEGER,
    rPSNVEntryR21AttrValLCC20          Unsigned32,
    rPSNVEntryR21AttrValESAStatusMatch INTEGER,
    rPSNVEntryR21I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR21I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR21I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR21I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR21AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR21AVBearerCapability    BITS,
    rPSNVEntryR21RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR21RedirectionReason     INTEGER,
    rPSNVEntryR21AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR21AttrValValidFromHr    Unsigned32,
    rPSNVEntryR21AttrValValidFromMin   Unsigned32,
    rPSNVEntryR21AttrValValidToHr      Unsigned32,
    rPSNVEntryR21AttrValValidToMin     Unsigned32,
    rPSNVEntryR21AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR21AttrValDayWeek        BITS,
    rPSNVEntryR21AttrValDateRangeMatch INTEGER,
    rPSNVEntryR21AttrValValidFromYear  Unsigned32,
    rPSNVEntryR21AttrValValidFromMonth Unsigned32,
    rPSNVEntryR21AttrValValidFromDate  Unsigned32,
    rPSNVEntryR21AttrValValidUntilYear Unsigned32,
    rPSNVEntryR21AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR21AttrValValidUntilDate Unsigned32,
    rPSNVEntryR21AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR21AttrValDialedBySub    INTEGER,
    rPSNVEntryR21AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR21AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR21AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR21AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR21AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR21AttrValISwIBGCall     INTEGER,
    rPSNVEntryR21UseNumAddBill         INTEGER,
    rPSNVEntryR21AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR21AttrValOTGpID         DisplayString,
    rPSNVEntryR21AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR21AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR21AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR21AttrValDTGpID         DisplayString,
    rPSNVEntryR21AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR21AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR21NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR21NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR21T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR21T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR21T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR21AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR21AttrValClgPrtCtgry    BITS,
    rPSNVEntryR21AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR21AttrValIsupPrefs      BITS,
    rPSNVEntryR21AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR21AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR21AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR21AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR21AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR21AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR21AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR21AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR21AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR21AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR21AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR21AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR21AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR21AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR21AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR21AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR21ClgAddrScope          INTEGER,
    rPSNVEntryR21AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR21AttrValCtrlStMatch    INTEGER,
    rPSNVEntryR21I1AttrValCtrlStClusterSiteConnIx
                                       Integer32
  }

  rPSNVEntryR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR21Entry  1 }

  rPSNVEntryR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR21Entry  2 }

  rPSNVEntryR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR21Entry  3 }

  rPSNVEntryR21CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR21Entry  4 }

  rPSNVEntryR21NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR21Entry  5 }

  rPSNVEntryR21NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR21Entry  6 }

  rPSNVEntryR21NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR21Entry  7 }

  rPSNVEntryR21Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR21Entry  8 }

  rPSNVEntryR21MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  9 }

  rPSNVEntryR21I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR21Entry  10 }

  rPSNVEntryR21I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR21Entry  11 }

  rPSNVEntryR21I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR21Entry  12 }

  rPSNVEntryR21I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR21Entry  13 }

  rPSNVEntryR21I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR21Entry  14 }

  rPSNVEntryR21RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR21Entry  15 }

  rPSNVEntryR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR21Entry  16 }

  rPSNVEntryR21EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR21Entry  17 }

  rPSNVEntryR21BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR21Entry  18 }

  rPSNVEntryR21CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR21Entry  19 }

  rPSNVEntryR21CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR21Entry  20 }

  rPSNVEntryR21FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR21Entry  21 }

  rPSNVEntryR21OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR21Entry  22 }

  rPSNVEntryR21I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR21Entry  28 }

  rPSNVEntryR21I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR21Entry  29 }

  rPSNVEntryR21I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR21Entry  30 }

  rPSNVEntryR21I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR21Entry  31 }

  rPSNVEntryR21I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR21Entry  32 }

  rPSNVEntryR21MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR21Entry  33 }

  rPSNVEntryR21MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  34 }

  rPSNVEntryR21AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  35 }

  rPSNVEntryR21MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  49 }

  rPSNVEntryR21LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR21Entry  50 }

  rPSNVEntryR21MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  51 }

  rPSNVEntryR21LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR21Entry  52 }

  rPSNVEntryR21MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  53 }

  rPSNVEntryR21LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR21Entry  54 }

  rPSNVEntryR21MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  55 }

  rPSNVEntryR21LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR21Entry  56 }

  rPSNVEntryR21MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  57 }

  rPSNVEntryR21LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR21Entry  58 }

  rPSNVEntryR21UseNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR21Entry  59 }

  rPSNVEntryR21MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  60 }

  rPSNVEntryR21MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  61 }

  rPSNVEntryR21MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  62 }

  rPSNVEntryR21MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  63 }

  rPSNVEntryR21MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  64 }

  rPSNVEntryR21MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  65 }

  rPSNVEntryR21MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  68 }

  rPSNVEntryR21ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  69 }

  rPSNVEntryR21MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  70 }

  rPSNVEntryR21USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR21Entry  71 }

  rPSNVEntryR21MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  72 }

  rPSNVEntryR21UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR21Entry  73 }

  rPSNVEntryR21MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  74 }

  rPSNVEntryR21DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR21Entry  75 }

  rPSNVEntryR21MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  76 }

  rPSNVEntryR21DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR21Entry  77 }

  rPSNVEntryR21MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  78 }

  rPSNVEntryR21UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR21Entry  79 }

  rPSNVEntryR21MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  80 }

  rPSNVEntryR21UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR21Entry  81 }

  rPSNVEntryR21MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  82 }

  rPSNVEntryR21UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR21Entry  83 }

  rPSNVEntryR21AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR21Entry  84 }

  rPSNVEntryR21T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR21Entry  85 }

  rPSNVEntryR21T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR21Entry  86 }

  rPSNVEntryR21T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR21Entry  87 }

  rPSNVEntryR21T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR21Entry  88 }

  rPSNVEntryR21T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR21Entry  89 }

  rPSNVEntryR21AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  90 }

  rPSNVEntryR21T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  91 }

  rPSNVEntryR21T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  92 }

  rPSNVEntryR21T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  93 }

  rPSNVEntryR21T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  94 }

  rPSNVEntryR21T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  95 }

  rPSNVEntryR21T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  96 }

  rPSNVEntryR21AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  97 }

  rPSNVEntryR21AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR21Entry  98 }

  rPSNVEntryR21AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  99 }

  rPSNVEntryR21AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR21Entry  100 }

  rPSNVEntryR21T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  101 }

  rPSNVEntryR21T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  102 }

  rPSNVEntryR21T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR21Entry  103 }

  rPSNVEntryR21T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR21Entry  104 }

  rPSNVEntryR21T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR21Entry  105 }

  rPSNVEntryR21T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR21Entry  106 }

  rPSNVEntryR21T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR21Entry  107 }

  rPSNVEntryR21T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR21Entry  108 }

  rPSNVEntryR21T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR21Entry  109 }

  rPSNVEntryR21T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR21Entry  110 }

  rPSNVEntryR21T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR21Entry  111 }

  rPSNVEntryR21T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR21Entry  112 }

  rPSNVEntryR21T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR21Entry  113 }

  rPSNVEntryR21T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR21Entry  114 }

  rPSNVEntryR21T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR21Entry  115 }

  rPSNVEntryR21T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR21Entry  116 }

  rPSNVEntryR21T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR21Entry  117 }

  rPSNVEntryR21T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  119 }

  rPSNVEntryR21T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  120 }

  rPSNVEntryR21T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  121 }

  rPSNVEntryR21T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR21Entry  122 }

  rPSNVEntryR21I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR21Entry  123 }

  rPSNVEntryR21I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR21Entry  124 }

  rPSNVEntryR21I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR21Entry  125 }

  rPSNVEntryR21I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR21Entry  126 }

  rPSNVEntryR21AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR21Entry  127 }

  rPSNVEntryR21AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  132 }

  rPSNVEntryR21AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  136 }

  rPSNVEntryR21AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR21Entry  137 }

  rPSNVEntryR21AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  138 }

  rPSNVEntryR21AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR21Entry  139 }

  rPSNVEntryR21AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  140 }

  rPSNVEntryR21TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  141 }

  rPSNVEntryR21I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR21Entry  147 }

  rPSNVEntryR21I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR21Entry  148 }

  rPSNVEntryR21I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR21Entry  149 }

  rPSNVEntryR21I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR21Entry  150 }

  rPSNVEntryR21T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR21Entry  183 }

  rPSNVEntryR21T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR21Entry  184 }

  rPSNVEntryR21T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR21Entry  185 }

  rPSNVEntryR21AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  186 }

  rPSNVEntryR21AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR21Entry  187 }

  rPSNVEntryR21NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR21Entry  188 }

  rPSNVEntryR21NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR21Entry  189 }

  rPSNVEntryR21MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  190 }

  rPSNVEntryR21UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR21Entry  191 }

  rPSNVEntryR21MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  192 }

  rPSNVEntryR21UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR21Entry  193 }

  rPSNVEntryR21MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  194 }

  rPSNVEntryR21UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR21Entry  195 }

  rPSNVEntryR21MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  196 }

  rPSNVEntryR21UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR21Entry  197 }

  rPSNVEntryR21MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  198 }

  rPSNVEntryR21UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR21Entry  199 }

  rPSNVEntryR21MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  200 }

  rPSNVEntryR21UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR21Entry  201 }

  rPSNVEntryR21MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  202 }

  rPSNVEntryR21UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR21Entry  203 }

  rPSNVEntryR21MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  204 }

  rPSNVEntryR21UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR21Entry  205 }

  rPSNVEntryR21MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  206 }

  rPSNVEntryR21UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR21Entry  207 }

  rPSNVEntryR21MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  208 }

  rPSNVEntryR21UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR21Entry  209 }

  rPSNVEntryR21MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  210 }

  rPSNVEntryR21UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR21Entry  211 }

  rPSNVEntryR21MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  212 }

  rPSNVEntryR21UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR21Entry  213 }

  rPSNVEntryR21MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  214 }

  rPSNVEntryR21UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR21Entry  215 }

  rPSNVEntryR21MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  216 }

  rPSNVEntryR21UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR21Entry  217 }

  rPSNVEntryR21MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  218 }

  rPSNVEntryR21UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR21Entry  219 }

  rPSNVEntryR21MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  220 }

  rPSNVEntryR21UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR21Entry  221 }

  rPSNVEntryR21MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  222 }

  rPSNVEntryR21UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR21Entry  223 }

  rPSNVEntryR21AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  224 }

  rPSNVEntryR21AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR21Entry  225 }

  rPSNVEntryR21AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  226 }

  rPSNVEntryR21AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR21Entry  227 }

  rPSNVEntryR21AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  228 }

  rPSNVEntryR21AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR21Entry  229 }

  rPSNVEntryR21AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  230 }

  rPSNVEntryR21AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR21Entry  231 }

  rPSNVEntryR21AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  232 }

  rPSNVEntryR21AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR21Entry  233 }

  rPSNVEntryR21AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  234 }

  rPSNVEntryR21AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR21Entry  235 }

  rPSNVEntryR21AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  236 }

  rPSNVEntryR21AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR21Entry  237 }

  rPSNVEntryR21AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  238 }

  rPSNVEntryR21AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR21Entry  239 }

  rPSNVEntryR21AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  240 }

  rPSNVEntryR21AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR21Entry  241 }

  rPSNVEntryR21AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  242 }

  rPSNVEntryR21AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR21Entry  243 }

  rPSNVEntryR21AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  244 }

  rPSNVEntryR21AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR21Entry  245 }

  rPSNVEntryR21AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  246 }

  rPSNVEntryR21AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR21Entry  247 }

  rPSNVEntryR21AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  248 }

  rPSNVEntryR21AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR21Entry  249 }

  rPSNVEntryR21AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  250 }

  rPSNVEntryR21AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR21Entry  251 }

  rPSNVEntryR21AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  252 }

  rPSNVEntryR21AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR21Entry  253 }

  rPSNVEntryR21AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR21Entry  254 }

  rPSNVEntryR21I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR21Entry  255 }

  rPSNVEntryR21I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR21Entry  256 }

  rPSNVEntryR21I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR21Entry  257 }

  rPSNVEntryR21I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR21Entry  258 }

  rPSNVEntryR21AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  260 }

  rPSNVEntryR21AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR21Entry  261 }

  rPSNVEntryR21RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  262 }

  rPSNVEntryR21RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR21Entry  263 }

  rPSNVEntryR21AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR21Entry  264 }

  rPSNVEntryR21AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR21Entry  265 }

  rPSNVEntryR21AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR21Entry  266 }

  rPSNVEntryR21AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR21Entry  267 }

  rPSNVEntryR21AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR21Entry  268 }

  rPSNVEntryR21AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR21Entry  269 }

  rPSNVEntryR21AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR21Entry  270 }

  rPSNVEntryR21AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR21Entry  271 }

  rPSNVEntryR21AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR21Entry  272 }

  rPSNVEntryR21AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR21Entry  273 }

  rPSNVEntryR21AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR21Entry  274 }

  rPSNVEntryR21AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR21Entry  275 }

  rPSNVEntryR21AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR21Entry  276 }

  rPSNVEntryR21AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR21Entry  277 }

  rPSNVEntryR21AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  278 }

  rPSNVEntryR21AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR21Entry  279 }

  rPSNVEntryR21AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  280 }

  rPSNVEntryR21AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR21Entry  281 }

  rPSNVEntryR21AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  282 }

  rPSNVEntryR21AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR21Entry  283 }

  rPSNVEntryR21AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR21Entry  284 }

  rPSNVEntryR21AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR21Entry  285 }

  rPSNVEntryR21UseNumAddBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use number in billing Module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR21Entry  286 }

  rPSNVEntryR21AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  287 }

  rPSNVEntryR21AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR21Entry  288 }

  rPSNVEntryR21AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  289 }

  rPSNVEntryR21AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR21Entry  290 }

  rPSNVEntryR21AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  291 }

  rPSNVEntryR21AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR21Entry  292 }

  rPSNVEntryR21AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  293 }

  rPSNVEntryR21AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR21Entry  294 }

  rPSNVEntryR21NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR21Entry  295 }

  rPSNVEntryR21NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR21Entry  296 }

  rPSNVEntryR21T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR21Entry  297 }

  rPSNVEntryR21T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR21Entry  298 }

  rPSNVEntryR21T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR21Entry  299 }

  rPSNVEntryR21AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  300 }

  rPSNVEntryR21AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR21Entry  301 }

  rPSNVEntryR21AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  302 }

  rPSNVEntryR21AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR21Entry  303 }

  rPSNVEntryR21AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  304 }

  rPSNVEntryR21AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR21Entry  305 }

  rPSNVEntryR21AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  306 }

  rPSNVEntryR21AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR21Entry  307 }

  rPSNVEntryR21AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  308 }

  rPSNVEntryR21AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR21Entry  309 }

  rPSNVEntryR21AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  310 }

  rPSNVEntryR21AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR21Entry  311 }

  rPSNVEntryR21AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  312 }

  rPSNVEntryR21AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR21Entry  313 }

  rPSNVEntryR21AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  314 }

  rPSNVEntryR21AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR21Entry  315 }

  rPSNVEntryR21AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  316 }

  rPSNVEntryR21AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR21Entry  317 }

  rPSNVEntryR21AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR21Entry  318 }

  rPSNVEntryR21AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  319 }

  rPSNVEntryR21ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR21Entry  320 }

  rPSNVEntryR21AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR21Entry  321 }

  rPSNVEntryR21AttrValCtrlStMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - controlling site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR21Entry  322 }

  rPSNVEntryR21I1AttrValCtrlStClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling site',
                  This field represents index
                  'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR21Entry  323 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  rPSActionR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2219 }

  rPSActionR22Entry OBJECT-TYPE
    SYNTAX       RPSActionR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR22NEConn,
             rPSActionR22NetwkElement,
             rPSActionR22CFSIx,
             rPSActionR22CfgSetIx,
             rPSActionR22RtgTblIx,
             rPSActionR22RtgActionIx }
    ::= {  rPSActionR22Table  1  }

  RPSActionR22Entry  ::=  SEQUENCE
  {
    rPSActionR22NEConn                 Unsigned32,
    rPSActionR22NetwkElement           DisplayString,
    rPSActionR22CFSIx                  Unsigned32,
    rPSActionR22CfgSetIx               Unsigned32,
    rPSActionR22RtgTblIx               Unsigned32,
    rPSActionR22RtgActionIx            Unsigned32,
    rPSActionR22AddrType               INTEGER,
    rPSActionR22AddrScope              INTEGER,
    rPSActionR22WildcardAddrType       INTEGER,
    rPSActionR22WildcardAddr           DisplayString,
    rPSActionR22TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR22WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR22ActionProbability      Unsigned32,
    rPSActionR22Action                 INTEGER,
    rPSActionR22T1I1MediaChanNEConn    Unsigned32,
    rPSActionR22T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR22T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR22T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR22T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR22T2I1MediaChanNEConn    Unsigned32,
    rPSActionR22T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR22T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR22T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR22T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR22I1NextTblNEConn        Unsigned32,
    rPSActionR22I2NextTblNetwkElement  DisplayString,
    rPSActionR22I3NextTblCFSIx         Unsigned32,
    rPSActionR22I4NextTblCfgSetIx      Unsigned32,
    rPSActionR22I5NextTblRtgTblIx      Unsigned32,
    rPSActionR22ActionUnavailInterval  Unsigned32,
    rPSActionR22T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR22AllowAAR               INTEGER,
    rPSActionR22AllowARR               INTEGER,
    rPSActionR22RtgControlIndicator    INTEGER,
    rPSActionR22CircCode               INTEGER,
    rPSActionR22MFTandemRtgCode        INTEGER,
    rPSActionR22MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR22MFIntnatlOprRtgCode    INTEGER,
    rPSActionR22MaxChanUsage           Unsigned32,
    rPSActionR22CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR22CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR22RowStatus              RowStatus,
    rPSActionR22OptionalAttrsToSet     BITS,
    rPSActionR22AlrmState              INTEGER,
    rPSActionR22AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR22AlrmEvtsAtndDp         Integer32,
    rPSActionR22AlrmStateTimestamp     Unsigned32,
    rPSActionR22AlrmResetTimestamp     Unsigned32,
    rPSActionR22TimeRtgPrecedence      Unsigned32,
    rPSActionR22TimeRtgMinYear         Unsigned32,
    rPSActionR22TimeRtgMinMonth        Unsigned32,
    rPSActionR22TimeRtgMinDay          Unsigned32,
    rPSActionR22TimeRtgMaxYear         Unsigned32,
    rPSActionR22TimeRtgMaxMonth        Unsigned32,
    rPSActionR22TimeRtgMaxDay          Unsigned32,
    rPSActionR22TimeRtgMinDayWeek      INTEGER,
    rPSActionR22TimeRtgMinHr           Unsigned32,
    rPSActionR22TimeRtgMinMin          Unsigned32,
    rPSActionR22TimeRtgMaxDayWeek      INTEGER,
    rPSActionR22TimeRtgMaxHr           Unsigned32,
    rPSActionR22TimeRtgMaxMin          Unsigned32,
    rPSActionR22SubRtgAttrs            BITS,
    rPSActionR22NumAction              DisplayString,
    rPSActionR22Desc                   DisplayString,
    rPSActionR22AttrValOprCallMatch    INTEGER,
    rPSActionR22AttrValOprCall         INTEGER,
    rPSActionR22AttrValSubGpMatch      INTEGER,
    rPSActionR22T3I1MediaChanNEConn    Unsigned32,
    rPSActionR22T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR22T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR22T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR22I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR22I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR22I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR22I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR22AttrValANIIIDigits     Unsigned32,
    rPSActionR22AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR22AttrValDialedPrefix    INTEGER,
    rPSActionR22AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR22AttrValDialingPattn    INTEGER,
    rPSActionR22AttrValUsrDef1Match    INTEGER,
    rPSActionR22AttrValUsrDef1         Unsigned32,
    rPSActionR22AttrValUsrDef2Match    INTEGER,
    rPSActionR22AttrValUsrDef2         Unsigned32,
    rPSActionR22AttrValUsrDef3Match    INTEGER,
    rPSActionR22AttrValUsrDef3         Unsigned32,
    rPSActionR22AttrValLCC1Match       INTEGER,
    rPSActionR22AttrValLCC1            Unsigned32,
    rPSActionR22AttrValLCC2Match       INTEGER,
    rPSActionR22AttrValLCC2            Unsigned32,
    rPSActionR22AttrValLCC3Match       INTEGER,
    rPSActionR22AttrValLCC3            Unsigned32,
    rPSActionR22AttrValLCC4Match       INTEGER,
    rPSActionR22AttrValLCC4            Unsigned32,
    rPSActionR22AttrValLCC5Match       INTEGER,
    rPSActionR22AttrValLCC5            Unsigned32,
    rPSActionR22AttrValUSCallTypeMatch INTEGER,
    rPSActionR22AttrValUSCallType      INTEGER,
    rPSActionR22AttrValUKCallTypeMatch INTEGER,
    rPSActionR22AttrValUKCallType      INTEGER,
    rPSActionR22AttrValCIPMatch        INTEGER,
    rPSActionR22AttrValCIP             Unsigned32,
    rPSActionR22AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR22InMediaType            INTEGER,
    rPSActionR22T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR22T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR22T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR22T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR22T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR22T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR22T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR22T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR22T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR22T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR22T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR22T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR22T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR22T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR22T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR22T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR22T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR22T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR22T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR22T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR22T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR22T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR22T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR22T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR22T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR22T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR22T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR22T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR22T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR22InMediaRemSigStack     INTEGER,
    rPSActionR22T4I1MediaChanNEConn    Unsigned32,
    rPSActionR22T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR22T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR22I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR22AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR22T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR22T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR22T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR22I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR22I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR22I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR22NumActCallPartyNumAct  DisplayString,
    rPSActionR22NumActChargeNumAct     DisplayString,
    rPSActionR22AttrValUsrDef4Match    INTEGER,
    rPSActionR22AttrValUsrDef4         Unsigned32,
    rPSActionR22AttrValUsrDef5Match    INTEGER,
    rPSActionR22AttrValUsrDef5         Unsigned32,
    rPSActionR22AttrValUsrDef6Match    INTEGER,
    rPSActionR22AttrValUsrDef6         Unsigned32,
    rPSActionR22AttrValUsrDef7Match    INTEGER,
    rPSActionR22AttrValUsrDef7         Unsigned32,
    rPSActionR22AttrValUsrDef8Match    INTEGER,
    rPSActionR22AttrValUsrDef8         Unsigned32,
    rPSActionR22AttrValUsrDef9Match    INTEGER,
    rPSActionR22AttrValUsrDef9         Unsigned32,
    rPSActionR22AttrValUsrDef10Match   INTEGER,
    rPSActionR22AttrValUsrDef10        Unsigned32,
    rPSActionR22AttrValUsrDef11Match   INTEGER,
    rPSActionR22AttrValUsrDef11        Unsigned32,
    rPSActionR22AttrValUsrDef12Match   INTEGER,
    rPSActionR22AttrValUsrDef12        Unsigned32,
    rPSActionR22AttrValUsrDef13Match   INTEGER,
    rPSActionR22AttrValUsrDef13        Unsigned32,
    rPSActionR22AttrValUsrDef14Match   INTEGER,
    rPSActionR22AttrValUsrDef14        Unsigned32,
    rPSActionR22AttrValUsrDef15Match   INTEGER,
    rPSActionR22AttrValUsrDef15        Unsigned32,
    rPSActionR22AttrValUsrDef16Match   INTEGER,
    rPSActionR22AttrValUsrDef16        Unsigned32,
    rPSActionR22AttrValUsrDef17Match   INTEGER,
    rPSActionR22AttrValUsrDef17        Unsigned32,
    rPSActionR22AttrValUsrDef18Match   INTEGER,
    rPSActionR22AttrValUsrDef18        Unsigned32,
    rPSActionR22AttrValUsrDef19Match   INTEGER,
    rPSActionR22AttrValUsrDef19        Unsigned32,
    rPSActionR22AttrValUsrDef20Match   INTEGER,
    rPSActionR22AttrValUsrDef20        Unsigned32,
    rPSActionR22AttrValLCC6Match       INTEGER,
    rPSActionR22AttrValLCC6            Unsigned32,
    rPSActionR22AttrValLCC7Match       INTEGER,
    rPSActionR22AttrValLCC7            Unsigned32,
    rPSActionR22AttrValLCC8Match       INTEGER,
    rPSActionR22AttrValLCC8            Unsigned32,
    rPSActionR22AttrValLCC9Match       INTEGER,
    rPSActionR22AttrValLCC9            Unsigned32,
    rPSActionR22AttrValLCC10Match      INTEGER,
    rPSActionR22AttrValLCC10           Unsigned32,
    rPSActionR22AttrValLCC11Match      INTEGER,
    rPSActionR22AttrValLCC11           Unsigned32,
    rPSActionR22AttrValLCC12Match      INTEGER,
    rPSActionR22AttrValLCC12           Unsigned32,
    rPSActionR22AttrValLCC13Match      INTEGER,
    rPSActionR22AttrValLCC13           Unsigned32,
    rPSActionR22AttrValLCC14Match      INTEGER,
    rPSActionR22AttrValLCC14           Unsigned32,
    rPSActionR22AttrValLCC15Match      INTEGER,
    rPSActionR22AttrValLCC15           Unsigned32,
    rPSActionR22AttrValLCC16Match      INTEGER,
    rPSActionR22AttrValLCC16           Unsigned32,
    rPSActionR22AttrValLCC17Match      INTEGER,
    rPSActionR22AttrValLCC17           Unsigned32,
    rPSActionR22AttrValLCC18Match      INTEGER,
    rPSActionR22AttrValLCC18           Unsigned32,
    rPSActionR22AttrValLCC19Match      INTEGER,
    rPSActionR22AttrValLCC19           Unsigned32,
    rPSActionR22AttrValLCC20Match      INTEGER,
    rPSActionR22AttrValLCC20           Unsigned32,
    rPSActionR22AttrValESAStatusMatch  INTEGER,
    rPSActionR22I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR22I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR22I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR22I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR22MaxCallDurn            Unsigned32,
    rPSActionR22InReleaseCauseMatch    INTEGER,
    rPSActionR22InReleaseCause         INTEGER,
    rPSActionR22OutQ850ReleaseCause    INTEGER,
    rPSActionR22BearerCapabilityMatch  INTEGER,
    rPSActionR22BearerCapability       BITS,
    rPSActionR22AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR22AttrValPriorityCall    INTEGER,
    rPSActionR22AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR22AttrValNetWdBGID       Unsigned32,
    rPSActionR22AttrValBGLnPrivMatch   INTEGER,
    rPSActionR22AttrValBGLnPriv        Unsigned32,
    rPSActionR22AttrValISwIBGCallMatch INTEGER,
    rPSActionR22AttrValISwIBGCall      INTEGER,
    rPSActionR22AttrValOTGpIDMatch     INTEGER,
    rPSActionR22AttrValOTGpID          DisplayString,
    rPSActionR22AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR22AttrValOrigTrCxt       DisplayString,
    rPSActionR22AttrValDTGpIDMatch     INTEGER,
    rPSActionR22AttrValDTGpID          DisplayString,
    rPSActionR22AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR22AttrValDestTrnkCxt     DisplayString,
    rPSActionR22OverrideCldAddrScope   INTEGER,
    rPSActionR22RequestCNAMDip         INTEGER,
    rPSActionR22T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR22T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR22T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR22DestTrnkGpID           DisplayString,
    rPSActionR22DestTrnkCxt            DisplayString,
    rPSActionR22GenericMatchType       INTEGER,
    rPSActionR22ClgPartyCats           BITS,
    rPSActionR22LowerPropDly           Unsigned32,
    rPSActionR22UpperPropDly           Unsigned32,
    rPSActionR22SatelliteInd           Unsigned32,
    rPSActionR22IsupPreference         BITS,
    rPSActionR22GermanNukkFsrMatchType INTEGER,
    rPSActionR22GermanNukkFsrInd       Unsigned32,
    rPSActionR22GermanNukkFszMatchType INTEGER,
    rPSActionR22GermanNukkFszInd       Unsigned32,
    rPSActionR22GermanNukkIcrMatchType INTEGER,
    rPSActionR22GermanNukkIcrInd       Unsigned32,
    rPSActionR22GermanNukkNcrMatchType INTEGER,
    rPSActionR22GermanNukkNcrInd       Unsigned32,
    rPSActionR22GermanNukkCnbMatchType INTEGER,
    rPSActionR22GermanNukkCnbInd       Unsigned32,
    rPSActionR22GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR22GermanNukkCustId       Unsigned32,
    rPSActionR22GermanNukkServMatchType
                                       INTEGER,
    rPSActionR22GermanNukkServ         Unsigned32,
    rPSActionR22GermanNsspFsmMatchType INTEGER,
    rPSActionR22GermanNsspFsmInd       Unsigned32,
    rPSActionR22GermanNsspNpfMatchType INTEGER,
    rPSActionR22GermanNsspNpfInd       Unsigned32,
    rPSActionR22GermanNsspTiMatchType  INTEGER,
    rPSActionR22GermanNsspTransitInd   Unsigned32,
    rPSActionR22GermanNsspServMatchType
                                       INTEGER,
    rPSActionR22GermanNsspServ         Unsigned32,
    rPSActionR22ENUMSuffix             DisplayString,
    rPSActionR22ENUMServers            DisplayString,
    rPSActionR22RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR22CPCSpecificOther       DisplayString,
    rPSActionR22RouteLabel             DisplayString,
    rPSActionR22OverrideClgAddrScope   INTEGER,
    rPSActionR22AttrValCtrlStMatch     INTEGER,
    rPSActionR22I1AttrValCtrlStClusterSiteConnIx
                                       Integer32
  }

  rPSActionR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR22Entry  1 }

  rPSActionR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR22Entry  2 }

  rPSActionR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR22Entry  3 }

  rPSActionR22CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR22Entry  4 }

  rPSActionR22RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR22Entry  5 }

  rPSActionR22RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR22Entry  6 }

  rPSActionR22AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR22Entry  7 }

  rPSActionR22AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR22Entry  8 }

  rPSActionR22WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR22Entry  9 }

  rPSActionR22WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR22Entry  10 }

  rPSActionR22TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR22Entry  11 }

  rPSActionR22WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  12 }

  rPSActionR22ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR22Entry  13 }

  rPSActionR22Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR22Entry  14 }

  rPSActionR22T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  15 }

  rPSActionR22T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  16 }

  rPSActionR22T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  17 }

  rPSActionR22T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  18 }

  rPSActionR22T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  19 }

  rPSActionR22T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  20 }

  rPSActionR22T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  21 }

  rPSActionR22T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  22 }

  rPSActionR22T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  23 }

  rPSActionR22T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  24 }

  rPSActionR22T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  25 }

  rPSActionR22T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  26 }

  rPSActionR22I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR22Entry  27 }

  rPSActionR22I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR22Entry  28 }

  rPSActionR22I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR22Entry  29 }

  rPSActionR22I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR22Entry  30 }

  rPSActionR22I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR22Entry  31 }

  rPSActionR22ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR22Entry  32 }

  rPSActionR22T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  33 }

  rPSActionR22T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  34 }

  rPSActionR22AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR22Entry  35 }

  rPSActionR22AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR22Entry  36 }

  rPSActionR22RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR22Entry  37 }

  rPSActionR22CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR22Entry  38 }

  rPSActionR22MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR22Entry  39 }

  rPSActionR22MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR22Entry  40 }

  rPSActionR22MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR22Entry  41 }

  rPSActionR22MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR22Entry  42 }

  rPSActionR22CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR22Entry  43 }

  rPSActionR22CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR22Entry  44 }

  rPSActionR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR22Entry  50 }

  rPSActionR22OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR22Entry  51 }

  rPSActionR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR22Entry  52 }

  rPSActionR22AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR22Entry  53 }

  rPSActionR22AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR22Entry  54 }

  rPSActionR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR22Entry  55 }

  rPSActionR22AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR22Entry  56 }

  rPSActionR22TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR22Entry  57 }

  rPSActionR22TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR22Entry  58 }

  rPSActionR22TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR22Entry  59 }

  rPSActionR22TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR22Entry  60 }

  rPSActionR22TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR22Entry  61 }

  rPSActionR22TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR22Entry  62 }

  rPSActionR22TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR22Entry  63 }

  rPSActionR22TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR22Entry  64 }

  rPSActionR22TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR22Entry  65 }

  rPSActionR22TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR22Entry  66 }

  rPSActionR22TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR22Entry  67 }

  rPSActionR22TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR22Entry  68 }

  rPSActionR22TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR22Entry  69 }

  rPSActionR22SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR22Entry  71 }

  rPSActionR22NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR22Entry  83 }

  rPSActionR22Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR22Entry  104 }

  rPSActionR22AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  105 }

  rPSActionR22AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR22Entry  106 }

  rPSActionR22AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  107 }

  rPSActionR22T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  110 }

  rPSActionR22T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  111 }

  rPSActionR22T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  112 }

  rPSActionR22T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  113 }

  rPSActionR22T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  114 }

  rPSActionR22I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR22Entry  115 }

  rPSActionR22I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR22Entry  116 }

  rPSActionR22I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR22Entry  117 }

  rPSActionR22I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR22Entry  118 }

  rPSActionR22AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  119 }

  rPSActionR22AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  120 }

  rPSActionR22AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR22Entry  121 }

  rPSActionR22AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  122 }

  rPSActionR22AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR22Entry  123 }

  rPSActionR22AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  124 }

  rPSActionR22AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR22Entry  125 }

  rPSActionR22AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  126 }

  rPSActionR22AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR22Entry  127 }

  rPSActionR22AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  128 }

  rPSActionR22AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR22Entry  129 }

  rPSActionR22AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  130 }

  rPSActionR22AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR22Entry  131 }

  rPSActionR22AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  132 }

  rPSActionR22AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR22Entry  133 }

  rPSActionR22AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  134 }

  rPSActionR22AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR22Entry  135 }

  rPSActionR22AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  136 }

  rPSActionR22AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR22Entry  137 }

  rPSActionR22AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  138 }

  rPSActionR22AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR22Entry  139 }

  rPSActionR22AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  140 }

  rPSActionR22AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR22Entry  141 }

  rPSActionR22AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  142 }

  rPSActionR22AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR22Entry  143 }

  rPSActionR22AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  144 }

  rPSActionR22AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  145 }

  rPSActionR22AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  146 }

  rPSActionR22InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR22Entry  147 }

  rPSActionR22T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR22Entry  148 }

  rPSActionR22T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR22Entry  149 }

  rPSActionR22T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR22Entry  150 }

  rPSActionR22T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR22Entry  151 }

  rPSActionR22T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR22Entry  152 }

  rPSActionR22T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR22Entry  153 }

  rPSActionR22T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR22Entry  154 }

  rPSActionR22T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR22Entry  155 }

  rPSActionR22T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR22Entry  156 }

  rPSActionR22T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR22Entry  157 }

  rPSActionR22T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  158 }

  rPSActionR22T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  159 }

  rPSActionR22T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  160 }

  rPSActionR22T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  161 }

  rPSActionR22T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  162 }

  rPSActionR22T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR22Entry  163 }

  rPSActionR22T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  164 }

  rPSActionR22T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  165 }

  rPSActionR22T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  166 }

  rPSActionR22T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  167 }

  rPSActionR22T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  168 }

  rPSActionR22T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR22Entry  169 }

  rPSActionR22T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  170 }

  rPSActionR22T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  171 }

  rPSActionR22T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  172 }

  rPSActionR22T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  173 }

  rPSActionR22T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR22Entry  174 }

  rPSActionR22T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  175 }

  rPSActionR22T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  176 }

  rPSActionR22T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  177 }

  rPSActionR22T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  178 }

  rPSActionR22T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  179 }

  rPSActionR22InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR22Entry  180 }

  rPSActionR22T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  181 }

  rPSActionR22T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  182 }

  rPSActionR22T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR22Entry  183 }

  rPSActionR22I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR22Entry  184 }

  rPSActionR22AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  185 }

  rPSActionR22T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR22Entry  186 }

  rPSActionR22T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR22Entry  187 }

  rPSActionR22T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR22Entry  188 }

  rPSActionR22I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR22Entry  189 }

  rPSActionR22I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR22Entry  190 }

  rPSActionR22I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR22Entry  191 }

  rPSActionR22NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR22Entry  193 }

  rPSActionR22NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR22Entry  194 }

  rPSActionR22AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  195 }

  rPSActionR22AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR22Entry  196 }

  rPSActionR22AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  197 }

  rPSActionR22AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR22Entry  198 }

  rPSActionR22AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  199 }

  rPSActionR22AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR22Entry  200 }

  rPSActionR22AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  201 }

  rPSActionR22AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR22Entry  202 }

  rPSActionR22AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  203 }

  rPSActionR22AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR22Entry  204 }

  rPSActionR22AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  205 }

  rPSActionR22AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR22Entry  206 }

  rPSActionR22AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  207 }

  rPSActionR22AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR22Entry  208 }

  rPSActionR22AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  209 }

  rPSActionR22AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR22Entry  210 }

  rPSActionR22AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  211 }

  rPSActionR22AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR22Entry  212 }

  rPSActionR22AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  213 }

  rPSActionR22AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR22Entry  214 }

  rPSActionR22AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  215 }

  rPSActionR22AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR22Entry  216 }

  rPSActionR22AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  217 }

  rPSActionR22AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR22Entry  218 }

  rPSActionR22AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  219 }

  rPSActionR22AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR22Entry  220 }

  rPSActionR22AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  221 }

  rPSActionR22AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR22Entry  222 }

  rPSActionR22AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  223 }

  rPSActionR22AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR22Entry  224 }

  rPSActionR22AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  225 }

  rPSActionR22AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR22Entry  226 }

  rPSActionR22AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  227 }

  rPSActionR22AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR22Entry  228 }

  rPSActionR22AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  229 }

  rPSActionR22AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR22Entry  230 }

  rPSActionR22AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  231 }

  rPSActionR22AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR22Entry  232 }

  rPSActionR22AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  233 }

  rPSActionR22AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR22Entry  234 }

  rPSActionR22AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  235 }

  rPSActionR22AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR22Entry  236 }

  rPSActionR22AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  237 }

  rPSActionR22AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR22Entry  238 }

  rPSActionR22AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  239 }

  rPSActionR22AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR22Entry  240 }

  rPSActionR22AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  241 }

  rPSActionR22AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR22Entry  242 }

  rPSActionR22AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  243 }

  rPSActionR22AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR22Entry  244 }

  rPSActionR22AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  245 }

  rPSActionR22AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR22Entry  246 }

  rPSActionR22AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  247 }

  rPSActionR22AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR22Entry  248 }

  rPSActionR22AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  249 }

  rPSActionR22AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR22Entry  250 }

  rPSActionR22AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  251 }

  rPSActionR22AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR22Entry  252 }

  rPSActionR22AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  253 }

  rPSActionR22AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR22Entry  254 }

  rPSActionR22AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  255 }

  rPSActionR22AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR22Entry  256 }

  rPSActionR22AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  257 }

  rPSActionR22AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR22Entry  258 }

  rPSActionR22AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR22Entry  259 }

  rPSActionR22I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR22Entry  260 }

  rPSActionR22I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR22Entry  261 }

  rPSActionR22I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR22Entry  262 }

  rPSActionR22I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR22Entry  263 }

  rPSActionR22MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR22Entry  264 }

  rPSActionR22InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR22Entry  265 }

  rPSActionR22InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR22Entry  266 }

  rPSActionR22OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR22Entry  268 }

  rPSActionR22BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  269 }

  rPSActionR22BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR22Entry  270 }

  rPSActionR22AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  271 }

  rPSActionR22AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR22Entry  272 }

  rPSActionR22AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  273 }

  rPSActionR22AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR22Entry  274 }

  rPSActionR22AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  275 }

  rPSActionR22AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR22Entry  276 }

  rPSActionR22AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR22Entry  277 }

  rPSActionR22AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR22Entry  278 }

  rPSActionR22AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  279 }

  rPSActionR22AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR22Entry  280 }

  rPSActionR22AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  281 }

  rPSActionR22AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR22Entry  282 }

  rPSActionR22AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  283 }

  rPSActionR22AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR22Entry  284 }

  rPSActionR22AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  285 }

  rPSActionR22AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR22Entry  286 }

  rPSActionR22OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR22Entry  287 }

  rPSActionR22RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR22Entry  288 }

  rPSActionR22T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR22Entry  289 }

  rPSActionR22T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR22Entry  290 }

  rPSActionR22T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR22Entry  291 }

  rPSActionR22DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR22Entry  292 }

  rPSActionR22DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR22Entry  293 }

  rPSActionR22GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR22Entry  294 }

  rPSActionR22ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR22Entry  295 }

  rPSActionR22LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  296 }

  rPSActionR22UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR22Entry  297 }

  rPSActionR22SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  298 }

  rPSActionR22IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR22Entry  299 }

  rPSActionR22GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  300 }

  rPSActionR22GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  301 }

  rPSActionR22GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  302 }

  rPSActionR22GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  303 }

  rPSActionR22GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  304 }

  rPSActionR22GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  305 }

  rPSActionR22GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  306 }

  rPSActionR22GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  307 }

  rPSActionR22GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  308 }

  rPSActionR22GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  309 }

  rPSActionR22GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  310 }

  rPSActionR22GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  311 }

  rPSActionR22GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  312 }

  rPSActionR22GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  313 }

  rPSActionR22GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  314 }

  rPSActionR22GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  315 }

  rPSActionR22GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  316 }

  rPSActionR22GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  317 }

  rPSActionR22GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  318 }

  rPSActionR22GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  319 }

  rPSActionR22GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR22Entry  320 }

  rPSActionR22GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR22Entry  321 }

  rPSActionR22ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR22Entry  322 }

  rPSActionR22ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR22Entry  323 }

  rPSActionR22RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR22Entry  324 }

  rPSActionR22CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR22Entry  325 }

  rPSActionR22RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR22Entry  326 }

  rPSActionR22OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR22Entry  327 }

  rPSActionR22AttrValCtrlStMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - controlling site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR22Entry  328 }

  rPSActionR22I1AttrValCtrlStClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling site',
                  This field represents index
                  'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR22Entry  329 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Route Verification Test Group'                              */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  rVTTestGroupR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestGroupR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Tests'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2220 }

  rVTTestGroupR17Entry OBJECT-TYPE
    SYNTAX       RVTTestGroupR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestGroupR17NEConn,
             rVTTestGroupR17NetwkElement,
             rVTTestGroupR17CFSIx,
             rVTTestGroupR17GpIx }
    ::= {  rVTTestGroupR17Table  1  }

  RVTTestGroupR17Entry  ::=  SEQUENCE
  {
    rVTTestGroupR17NEConn              Unsigned32,
    rVTTestGroupR17NetwkElement        DisplayString,
    rVTTestGroupR17CFSIx               Unsigned32,
    rVTTestGroupR17GpIx                Unsigned32,
    rVTTestGroupR17TestName            DisplayString,
    rVTTestGroupR17I1DefTrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestGroupR17I2DefTrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestGroupR17I3DefTrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestGroupR17I4DefTrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestGroupR17DefSubType          INTEGER,
    rVTTestGroupR17DefSubDirNum        DisplayString,
    rVTTestGroupR17I1SubGpNEConn       Unsigned32,
    rVTTestGroupR17I2SubGpNetwkElement DisplayString,
    rVTTestGroupR17I3SubGpCFSIx        Unsigned32,
    rVTTestGroupR17I4SubGpSubGpIx      Unsigned32,
    rVTTestGroupR17BillType            INTEGER,
    rVTTestGroupR17LongDistanceCarrID  DisplayString,
    rVTTestGroupR17IntraLATACarrID     DisplayString,
    rVTTestGroupR17ClgNumANIIIDigits   DisplayString,
    rVTTestGroupR17AllowOprHoldIs      INTEGER,
    rVTTestGroupR17PriorityCall        INTEGER,
    rVTTestGroupR17InTrnkGpNum         INTEGER,
    rVTTestGroupR17UseTCAPIfReqd       INTEGER,
    rVTTestGroupR17ClgPartyNum         DisplayString,
    rVTTestGroupR17ReqdRetryRtg        INTEGER,
    rVTTestGroupR17TestCall            INTEGER,
    rVTTestGroupR17TransitNetwkID      DisplayString,
    rVTTestGroupR17TestStatus          INTEGER,
    rVTTestGroupR17NumTestsExecuted    Unsigned32,
    rVTTestGroupR17NumTestsSucceeded   Unsigned32,
    rVTTestGroupR17NumTestsFaild       Unsigned32,
    rVTTestGroupR17DiagsLogLvl         INTEGER,
    rVTTestGroupR17DiagsAPITraceTag    DisplayString,
    rVTTestGroupR17ExportNumObjectsExported
                                       Integer32,
    rVTTestGroupR17ExportStatus        DisplayString,
    rVTTestGroupR17ExportFile          DisplayString,
    rVTTestGroupR17ExportCorr          Counter64,
    rVTTestGroupR17ExportCorrNode      DisplayString,
    rVTTestGroupR17ExportCorrUID       DisplayString,
    rVTTestGroupR17DoExtraActions      INTEGER,
    rVTTestGroupR17RowStatus           RowStatus,
    rVTTestGroupR17NumTests            Unsigned32,
    rVTTestGroupR17SubRtgAttrs         BITS,
    rVTTestGroupR17IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestGroupR17IgnoreTermAppServer INTEGER,
    rVTTestGroupR17T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR17T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR17T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR17T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestGroupR17T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17IntnatlCarrID       DisplayString,
    rVTTestGroupR17LCC1                INTEGER,
    rVTTestGroupR17LCC2                INTEGER,
    rVTTestGroupR17LCC3                INTEGER,
    rVTTestGroupR17LCC4                INTEGER,
    rVTTestGroupR17LCC5                INTEGER,
    rVTTestGroupR17ISUPCldAddrPrefix   DisplayString,
    rVTTestGroupR17UsrDefMFCallType    Unsigned32,
    rVTTestGroupR17T4I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR17T4I4RemMediaChanISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5RemMediaChanPRIIx
                                       Unsigned32,
    rVTTestGroupR17CarrIdentificationParm
                                       DisplayString,
    rVTTestGroupR17ChargeNumANIPresent INTEGER,
    rVTTestGroupR17ChargeNumANI        DisplayString,
    rVTTestGroupR17BearerCapability    INTEGER,
    rVTTestGroupR17OrigingExchangeAddr DisplayString,
    rVTTestGroupR17PortedNum           DisplayString,
    rVTTestGroupR17LNPLookupPerformed  INTEGER,
    rVTTestGroupR17ReleaseControlMode  INTEGER,
    rVTTestGroupR17DialedPrefix        INTEGER,
    rVTTestGroupR17AuthCodeCodeAndPIN  DisplayString,
    rVTTestGroupR17AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestGroupR17ClgNumScope         INTEGER,
    rVTTestGroupR17ClgNumPresRestricted
                                       INTEGER,
    rVTTestGroupR17OprCall             INTEGER,
    rVTTestGroupR17EchoCancellation    INTEGER,
    rVTTestGroupR17ClgCategory         INTEGER,
    rVTTestGroupR17I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestGroupR17I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestGroupR17I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestGroupR17I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestGroupR17ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestGroupR17SIPType             INTEGER,
    rVTTestGroupR17LCC6                INTEGER,
    rVTTestGroupR17LCC7                INTEGER,
    rVTTestGroupR17LCC8                INTEGER,
    rVTTestGroupR17LCC9                INTEGER,
    rVTTestGroupR17LCC10               INTEGER,
    rVTTestGroupR17LCC11               INTEGER,
    rVTTestGroupR17LCC12               INTEGER,
    rVTTestGroupR17LCC13               INTEGER,
    rVTTestGroupR17LCC14               INTEGER,
    rVTTestGroupR17LCC15               INTEGER,
    rVTTestGroupR17LCC16               INTEGER,
    rVTTestGroupR17LCC17               INTEGER,
    rVTTestGroupR17LCC18               INTEGER,
    rVTTestGroupR17LCC19               INTEGER,
    rVTTestGroupR17LCC20               INTEGER,
    rVTTestGroupR17IncMCsIncluded      INTEGER,
    rVTTestGroupR17T1I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs1OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs2OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs3OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs4OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs5OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs6OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs7OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs8OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR17T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR17T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR17T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR17T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR17T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR17T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestGroupR17T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR17T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR17T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestGroupR17T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestGroupR17IncMCs9OtherVals    INTEGER,
    rVTTestGroupR17T1I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR17T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR17T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR17T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR17T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR17T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR17T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestGroupR17T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR17T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR17T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestGroupR17T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestGroupR17IncMCs10OtherVals   INTEGER,
    rVTTestGroupR17ExpRsltsExpRslt     INTEGER,
    rVTTestGroupR17ExpRsltsExpectedDest
                                       INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC1OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC2OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC3OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC4OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC5OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC6OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC7OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC8OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestGroupR17ExpRsltMC9OtherVals INTEGER,
    rVTTestGroupR17T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR17T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR17T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR17T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR17T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR17T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR17T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR17T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR17T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR17T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestGroupR17T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR17T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR17T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR17T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR17T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestGroupR17T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestGroupR17ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestGroupR17ExpRsltsCauseFail   INTEGER,
    rVTTestGroupR17ExpRsltsNumTstsNotYetRun
                                       Unsigned32,
    rVTTestGroupR17ExpRsltsNumTstsPassed
                                       Unsigned32,
    rVTTestGroupR17ExpRsltsNumTstsFaild
                                       Unsigned32,
    rVTTestGroupR17IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestGroupR17IncMedChSimulateMedChOnlineDef
                                       INTEGER,
    rVTTestGroupR17DialedBySub         INTEGER,
    rVTTestGroupR17DateAndTimeYear     Unsigned32,
    rVTTestGroupR17DateAndTimeMonth    Unsigned32,
    rVTTestGroupR17DateAndTimeDate     Unsigned32,
    rVTTestGroupR17HrAndTimeHr         Unsigned32,
    rVTTestGroupR17MinAndTimeMin       Unsigned32,
    rVTTestGroupR17ExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestGroupR17NetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestGroupR17BusGpLinePrivileges Unsigned32,
    rVTTestGroupR17OrigTrGpID          DisplayString,
    rVTTestGroupR17OrigTrCxt           DisplayString,
    rVTTestGroupR17DestTrnkGpID        DisplayString,
    rVTTestGroupR17DestTrnkCxt         DisplayString,
    rVTTestGroupR17I1LineGpNEConn      Unsigned32,
    rVTTestGroupR17I2LineGpNetwkElement
                                       DisplayString,
    rVTTestGroupR17I3LineGpCFSIx       Unsigned32,
    rVTTestGroupR17I4LineGpSubGpIx     Unsigned32,
    rVTTestGroupR17IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestGroupR17LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestGroupR17ExpRsltsDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestGroupR17ExpRsltsDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestGroupR17PropagationDlyPresent
                                       INTEGER,
    rVTTestGroupR17PropagationDly      Unsigned32,
    rVTTestGroupR17SatelliteIndPresent INTEGER,
    rVTTestGroupR17SatelliteInd        Unsigned32,
    rVTTestGroupR17IsupPreferencePresent
                                       INTEGER,
    rVTTestGroupR17IsupPreference      INTEGER,
    rVTTestGroupR17GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestGroupR17GermanIsupUkkParm   INTEGER,
    rVTTestGroupR17GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestGroupR17GermanIsupSspParm   INTEGER,
    rVTTestGroupR17I1CtrlStClusterSiteConnIx
                                       Integer32,
    rVTTestGroupR17CtrlStOtherVals     INTEGER,
    rVTTestGroupR17ExportIncASRepData  INTEGER,
    rVTTestGroupR17ExportChldObjectsToInc
                                       INTEGER
  }

  rVTTestGroupR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestGroupR17Entry  1 }

  rVTTestGroupR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestGroupR17Entry  2 }

  rVTTestGroupR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestGroupR17Entry  3 }

  rVTTestGroupR17GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestGroupR17Entry  4 }

  rVTTestGroupR17TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestGroupR17Entry  5 }

  rVTTestGroupR17I1DefTrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR17Entry  6 }

  rVTTestGroupR17I2DefTrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR17Entry  7 }

  rVTTestGroupR17I3DefTrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR17Entry  8 }

  rVTTestGroupR17I4DefTrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR17Entry  9 }

  rVTTestGroupR17DefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default subscriber type'."
    ::= { rVTTestGroupR17Entry  10 }

  rVTTestGroupR17DefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default subscriber directory number'."
    ::= { rVTTestGroupR17Entry  11 }

  rVTTestGroupR17I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  12 }

  rVTTestGroupR17I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  13 }

  rVTTestGroupR17I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  14 }

  rVTTestGroupR17I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  15 }

  rVTTestGroupR17BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestGroupR17Entry  16 }

  rVTTestGroupR17LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestGroupR17Entry  17 }

  rVTTestGroupR17IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestGroupR17Entry  18 }

  rVTTestGroupR17ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestGroupR17Entry  19 }

  rVTTestGroupR17AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  20 }

  rVTTestGroupR17PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  21 }

  rVTTestGroupR17InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestGroupR17Entry  22 }

  rVTTestGroupR17UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  23 }

  rVTTestGroupR17ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestGroupR17Entry  24 }

  rVTTestGroupR17ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestGroupR17Entry  25 }

  rVTTestGroupR17TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  26 }

  rVTTestGroupR17TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestGroupR17Entry  27 }

  rVTTestGroupR17TestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRun(1),
                   inProgress(2),
                   complete(3),
                   canceled(4),
                   canceling(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group test status'."
    ::= { rVTTestGroupR17Entry  28 }

  rVTTestGroupR17NumTestsExecuted OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests executed'."
    ::= { rVTTestGroupR17Entry  29 }

  rVTTestGroupR17NumTestsSucceeded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests succeeded'."
    ::= { rVTTestGroupR17Entry  30 }

  rVTTestGroupR17NumTestsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests failed'."
    ::= { rVTTestGroupR17Entry  31 }

  rVTTestGroupR17DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestGroupR17Entry  32 }

  rVTTestGroupR17DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestGroupR17Entry  33 }

  rVTTestGroupR17ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rVTTestGroupR17Entry  34 }

  rVTTestGroupR17ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rVTTestGroupR17Entry  35 }

  rVTTestGroupR17ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rVTTestGroupR17Entry  36 }

  rVTTestGroupR17ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rVTTestGroupR17Entry  37 }

  rVTTestGroupR17ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rVTTestGroupR17Entry  38 }

  rVTTestGroupR17ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rVTTestGroupR17Entry  39 }

  rVTTestGroupR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runAllTests(1),
                   cancelAllTests(2),
                   export(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestGroupR17Entry  40 }

  rVTTestGroupR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestGroupR17Entry  41 }

  rVTTestGroupR17NumTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests'."
    ::= { rVTTestGroupR17Entry  42 }

  rVTTestGroupR17SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rVTTestGroupR17Entry  43 }

  rVTTestGroupR17IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR17Entry  54 }

  rVTTestGroupR17IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR17Entry  55 }

  rVTTestGroupR17T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  56 }

  rVTTestGroupR17T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  57 }

  rVTTestGroupR17T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  58 }

  rVTTestGroupR17T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  59 }

  rVTTestGroupR17T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  60 }

  rVTTestGroupR17T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  61 }

  rVTTestGroupR17T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  62 }

  rVTTestGroupR17T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  63 }

  rVTTestGroupR17T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  64 }

  rVTTestGroupR17T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  65 }

  rVTTestGroupR17T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  66 }

  rVTTestGroupR17T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  67 }

  rVTTestGroupR17T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  68 }

  rVTTestGroupR17T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  69 }

  rVTTestGroupR17T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  70 }

  rVTTestGroupR17T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  71 }

  rVTTestGroupR17T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  72 }

  rVTTestGroupR17IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestGroupR17Entry  73 }

  rVTTestGroupR17LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestGroupR17Entry  74 }

  rVTTestGroupR17LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestGroupR17Entry  75 }

  rVTTestGroupR17LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestGroupR17Entry  76 }

  rVTTestGroupR17LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestGroupR17Entry  77 }

  rVTTestGroupR17LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestGroupR17Entry  78 }

  rVTTestGroupR17ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestGroupR17Entry  79 }

  rVTTestGroupR17UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestGroupR17Entry  80 }

  rVTTestGroupR17T4I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  81 }

  rVTTestGroupR17T4I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  82 }

  rVTTestGroupR17T4I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  83 }

  rVTTestGroupR17T4I4RemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  84 }

  rVTTestGroupR17T4I5RemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  85 }

  rVTTestGroupR17CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default carrier identification parameter'."
    ::= { rVTTestGroupR17Entry  86 }

  rVTTestGroupR17ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  87 }

  rVTTestGroupR17ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestGroupR17Entry  88 }

  rVTTestGroupR17BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { speech }
    ::= { rVTTestGroupR17Entry  89 }

  rVTTestGroupR17OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestGroupR17Entry  90 }

  rVTTestGroupR17PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestGroupR17Entry  91 }

  rVTTestGroupR17LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  92 }

  rVTTestGroupR17ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    DEFVAL       { callingParty }
    ::= { rVTTestGroupR17Entry  93 }

  rVTTestGroupR17DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR17Entry  94 }

  rVTTestGroupR17AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestGroupR17Entry  95 }

  rVTTestGroupR17AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestGroupR17Entry  96 }

  rVTTestGroupR17ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    DEFVAL       { national }
    ::= { rVTTestGroupR17Entry  97 }

  rVTTestGroupR17ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    DEFVAL       { allowed }
    ::= { rVTTestGroupR17Entry  98 }

  rVTTestGroupR17OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  99 }

  rVTTestGroupR17EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    DEFVAL       { none }
    ::= { rVTTestGroupR17Entry  100 }

  rVTTestGroupR17ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR17Entry  101 }

  rVTTestGroupR17I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR17Entry  102 }

  rVTTestGroupR17I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR17Entry  103 }

  rVTTestGroupR17I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR17Entry  104 }

  rVTTestGroupR17I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR17Entry  105 }

  rVTTestGroupR17ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  106 }

  rVTTestGroupR17SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    DEFVAL       { basicSIP }
    ::= { rVTTestGroupR17Entry  107 }

  rVTTestGroupR17LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestGroupR17Entry  108 }

  rVTTestGroupR17LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestGroupR17Entry  109 }

  rVTTestGroupR17LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestGroupR17Entry  110 }

  rVTTestGroupR17LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestGroupR17Entry  111 }

  rVTTestGroupR17LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestGroupR17Entry  112 }

  rVTTestGroupR17LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestGroupR17Entry  113 }

  rVTTestGroupR17LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestGroupR17Entry  114 }

  rVTTestGroupR17LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestGroupR17Entry  115 }

  rVTTestGroupR17LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestGroupR17Entry  116 }

  rVTTestGroupR17LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestGroupR17Entry  117 }

  rVTTestGroupR17LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestGroupR17Entry  118 }

  rVTTestGroupR17LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestGroupR17Entry  119 }

  rVTTestGroupR17LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestGroupR17Entry  120 }

  rVTTestGroupR17LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestGroupR17Entry  121 }

  rVTTestGroupR17LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestGroupR17Entry  122 }

  rVTTestGroupR17IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    DEFVAL       { all }
    ::= { rVTTestGroupR17Entry  123 }

  rVTTestGroupR17T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  124 }

  rVTTestGroupR17T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  125 }

  rVTTestGroupR17T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  126 }

  rVTTestGroupR17T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  127 }

  rVTTestGroupR17T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  128 }

  rVTTestGroupR17T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  129 }

  rVTTestGroupR17T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  131 }

  rVTTestGroupR17T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  132 }

  rVTTestGroupR17T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  133 }

  rVTTestGroupR17T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  134 }

  rVTTestGroupR17T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  135 }

  rVTTestGroupR17T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  136 }

  rVTTestGroupR17T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  138 }

  rVTTestGroupR17T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  139 }

  rVTTestGroupR17T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  140 }

  rVTTestGroupR17T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  141 }

  rVTTestGroupR17T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  142 }

  rVTTestGroupR17T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  144 }

  rVTTestGroupR17T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  145 }

  rVTTestGroupR17T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  146 }

  rVTTestGroupR17T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  147 }

  rVTTestGroupR17T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  148 }

  rVTTestGroupR17IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  149 }

  rVTTestGroupR17T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  150 }

  rVTTestGroupR17T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  151 }

  rVTTestGroupR17T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  152 }

  rVTTestGroupR17T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  153 }

  rVTTestGroupR17T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  154 }

  rVTTestGroupR17T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  155 }

  rVTTestGroupR17T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  157 }

  rVTTestGroupR17T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  158 }

  rVTTestGroupR17T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  159 }

  rVTTestGroupR17T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  160 }

  rVTTestGroupR17T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  161 }

  rVTTestGroupR17T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  162 }

  rVTTestGroupR17T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  164 }

  rVTTestGroupR17T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  165 }

  rVTTestGroupR17T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  166 }

  rVTTestGroupR17T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  167 }

  rVTTestGroupR17T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  168 }

  rVTTestGroupR17T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  170 }

  rVTTestGroupR17T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  171 }

  rVTTestGroupR17T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  172 }

  rVTTestGroupR17T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  173 }

  rVTTestGroupR17T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  174 }

  rVTTestGroupR17IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  175 }

  rVTTestGroupR17T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  176 }

  rVTTestGroupR17T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  177 }

  rVTTestGroupR17T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  178 }

  rVTTestGroupR17T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  179 }

  rVTTestGroupR17T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  180 }

  rVTTestGroupR17T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  181 }

  rVTTestGroupR17T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  183 }

  rVTTestGroupR17T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  184 }

  rVTTestGroupR17T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  185 }

  rVTTestGroupR17T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  186 }

  rVTTestGroupR17T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  187 }

  rVTTestGroupR17T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  188 }

  rVTTestGroupR17T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  190 }

  rVTTestGroupR17T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  191 }

  rVTTestGroupR17T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  192 }

  rVTTestGroupR17T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  193 }

  rVTTestGroupR17T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  194 }

  rVTTestGroupR17T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  196 }

  rVTTestGroupR17T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  197 }

  rVTTestGroupR17T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  198 }

  rVTTestGroupR17T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  199 }

  rVTTestGroupR17T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  200 }

  rVTTestGroupR17IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  201 }

  rVTTestGroupR17T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  202 }

  rVTTestGroupR17T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  203 }

  rVTTestGroupR17T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  204 }

  rVTTestGroupR17T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  205 }

  rVTTestGroupR17T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  206 }

  rVTTestGroupR17T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  207 }

  rVTTestGroupR17T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  209 }

  rVTTestGroupR17T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  210 }

  rVTTestGroupR17T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  211 }

  rVTTestGroupR17T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  212 }

  rVTTestGroupR17T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  213 }

  rVTTestGroupR17T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  214 }

  rVTTestGroupR17T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  216 }

  rVTTestGroupR17T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  217 }

  rVTTestGroupR17T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  218 }

  rVTTestGroupR17T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  219 }

  rVTTestGroupR17T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  220 }

  rVTTestGroupR17T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  222 }

  rVTTestGroupR17T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  223 }

  rVTTestGroupR17T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  224 }

  rVTTestGroupR17T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  225 }

  rVTTestGroupR17T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  226 }

  rVTTestGroupR17IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  227 }

  rVTTestGroupR17T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  228 }

  rVTTestGroupR17T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  229 }

  rVTTestGroupR17T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  230 }

  rVTTestGroupR17T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  231 }

  rVTTestGroupR17T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  232 }

  rVTTestGroupR17T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  233 }

  rVTTestGroupR17T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  235 }

  rVTTestGroupR17T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  236 }

  rVTTestGroupR17T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  237 }

  rVTTestGroupR17T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  238 }

  rVTTestGroupR17T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  239 }

  rVTTestGroupR17T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  240 }

  rVTTestGroupR17T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  242 }

  rVTTestGroupR17T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  243 }

  rVTTestGroupR17T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  244 }

  rVTTestGroupR17T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  245 }

  rVTTestGroupR17T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  246 }

  rVTTestGroupR17T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  248 }

  rVTTestGroupR17T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  249 }

  rVTTestGroupR17T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  250 }

  rVTTestGroupR17T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  251 }

  rVTTestGroupR17T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  252 }

  rVTTestGroupR17IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  253 }

  rVTTestGroupR17T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  254 }

  rVTTestGroupR17T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  255 }

  rVTTestGroupR17T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  256 }

  rVTTestGroupR17T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  257 }

  rVTTestGroupR17T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  258 }

  rVTTestGroupR17T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  259 }

  rVTTestGroupR17T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  261 }

  rVTTestGroupR17T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  262 }

  rVTTestGroupR17T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  263 }

  rVTTestGroupR17T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  264 }

  rVTTestGroupR17T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  265 }

  rVTTestGroupR17T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  266 }

  rVTTestGroupR17T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  268 }

  rVTTestGroupR17T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  269 }

  rVTTestGroupR17T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  270 }

  rVTTestGroupR17T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  271 }

  rVTTestGroupR17T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  272 }

  rVTTestGroupR17T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  274 }

  rVTTestGroupR17T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  275 }

  rVTTestGroupR17T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  276 }

  rVTTestGroupR17T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  277 }

  rVTTestGroupR17T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  278 }

  rVTTestGroupR17IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  279 }

  rVTTestGroupR17T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  280 }

  rVTTestGroupR17T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  281 }

  rVTTestGroupR17T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  282 }

  rVTTestGroupR17T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  283 }

  rVTTestGroupR17T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  284 }

  rVTTestGroupR17T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  285 }

  rVTTestGroupR17T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  287 }

  rVTTestGroupR17T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  288 }

  rVTTestGroupR17T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  289 }

  rVTTestGroupR17T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  290 }

  rVTTestGroupR17T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  291 }

  rVTTestGroupR17T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  292 }

  rVTTestGroupR17T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  294 }

  rVTTestGroupR17T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  295 }

  rVTTestGroupR17T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  296 }

  rVTTestGroupR17T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  297 }

  rVTTestGroupR17T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  298 }

  rVTTestGroupR17T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  300 }

  rVTTestGroupR17T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  301 }

  rVTTestGroupR17T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  302 }

  rVTTestGroupR17T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  303 }

  rVTTestGroupR17T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  304 }

  rVTTestGroupR17IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  305 }

  rVTTestGroupR17T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  306 }

  rVTTestGroupR17T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  307 }

  rVTTestGroupR17T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  308 }

  rVTTestGroupR17T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  309 }

  rVTTestGroupR17T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  310 }

  rVTTestGroupR17T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  311 }

  rVTTestGroupR17T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  313 }

  rVTTestGroupR17T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  314 }

  rVTTestGroupR17T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  315 }

  rVTTestGroupR17T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  316 }

  rVTTestGroupR17T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  317 }

  rVTTestGroupR17T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  318 }

  rVTTestGroupR17T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  320 }

  rVTTestGroupR17T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  321 }

  rVTTestGroupR17T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  322 }

  rVTTestGroupR17T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  323 }

  rVTTestGroupR17T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  324 }

  rVTTestGroupR17T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  326 }

  rVTTestGroupR17T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  327 }

  rVTTestGroupR17T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  328 }

  rVTTestGroupR17T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  329 }

  rVTTestGroupR17T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  330 }

  rVTTestGroupR17IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  331 }

  rVTTestGroupR17T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  332 }

  rVTTestGroupR17T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  333 }

  rVTTestGroupR17T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  334 }

  rVTTestGroupR17T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  335 }

  rVTTestGroupR17T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  336 }

  rVTTestGroupR17T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  337 }

  rVTTestGroupR17T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  339 }

  rVTTestGroupR17T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  340 }

  rVTTestGroupR17T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  341 }

  rVTTestGroupR17T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  342 }

  rVTTestGroupR17T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  343 }

  rVTTestGroupR17T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  344 }

  rVTTestGroupR17T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  346 }

  rVTTestGroupR17T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  347 }

  rVTTestGroupR17T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  348 }

  rVTTestGroupR17T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  349 }

  rVTTestGroupR17T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  350 }

  rVTTestGroupR17T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  352 }

  rVTTestGroupR17T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  353 }

  rVTTestGroupR17T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  354 }

  rVTTestGroupR17T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  355 }

  rVTTestGroupR17T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  356 }

  rVTTestGroupR17IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  357 }

  rVTTestGroupR17T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  358 }

  rVTTestGroupR17T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  359 }

  rVTTestGroupR17T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  360 }

  rVTTestGroupR17T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  361 }

  rVTTestGroupR17T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  362 }

  rVTTestGroupR17T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  363 }

  rVTTestGroupR17T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  365 }

  rVTTestGroupR17T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  366 }

  rVTTestGroupR17T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  367 }

  rVTTestGroupR17T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  368 }

  rVTTestGroupR17T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  369 }

  rVTTestGroupR17T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  370 }

  rVTTestGroupR17T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  372 }

  rVTTestGroupR17T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  373 }

  rVTTestGroupR17T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  374 }

  rVTTestGroupR17T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  375 }

  rVTTestGroupR17T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  376 }

  rVTTestGroupR17T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  378 }

  rVTTestGroupR17T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  379 }

  rVTTestGroupR17T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  380 }

  rVTTestGroupR17T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  381 }

  rVTTestGroupR17T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  382 }

  rVTTestGroupR17IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  383 }

  rVTTestGroupR17ExpRsltsExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected result'."
    DEFVAL       { none }
    ::= { rVTTestGroupR17Entry  384 }

  rVTTestGroupR17ExpRsltsExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination'."
    ::= { rVTTestGroupR17Entry  385 }

  rVTTestGroupR17T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  386 }

  rVTTestGroupR17T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  387 }

  rVTTestGroupR17T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  388 }

  rVTTestGroupR17T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  389 }

  rVTTestGroupR17T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  390 }

  rVTTestGroupR17T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  391 }

  rVTTestGroupR17T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  393 }

  rVTTestGroupR17T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  394 }

  rVTTestGroupR17T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  395 }

  rVTTestGroupR17T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  396 }

  rVTTestGroupR17T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  397 }

  rVTTestGroupR17T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  398 }

  rVTTestGroupR17T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  400 }

  rVTTestGroupR17T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  401 }

  rVTTestGroupR17T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  402 }

  rVTTestGroupR17T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  403 }

  rVTTestGroupR17T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  404 }

  rVTTestGroupR17T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  406 }

  rVTTestGroupR17T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  407 }

  rVTTestGroupR17T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  408 }

  rVTTestGroupR17T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  409 }

  rVTTestGroupR17T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  410 }

  rVTTestGroupR17ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1'.
                  This field represents the fixed
                  values that Expected results - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  411 }

  rVTTestGroupR17T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  412 }

  rVTTestGroupR17T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  413 }

  rVTTestGroupR17T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  414 }

  rVTTestGroupR17T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  415 }

  rVTTestGroupR17T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  416 }

  rVTTestGroupR17T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  417 }

  rVTTestGroupR17T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  419 }

  rVTTestGroupR17T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  420 }

  rVTTestGroupR17T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  421 }

  rVTTestGroupR17T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  422 }

  rVTTestGroupR17T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  423 }

  rVTTestGroupR17T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  424 }

  rVTTestGroupR17T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  426 }

  rVTTestGroupR17T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  427 }

  rVTTestGroupR17T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  428 }

  rVTTestGroupR17T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  429 }

  rVTTestGroupR17T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  430 }

  rVTTestGroupR17T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  432 }

  rVTTestGroupR17T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  433 }

  rVTTestGroupR17T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  434 }

  rVTTestGroupR17T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  435 }

  rVTTestGroupR17T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  436 }

  rVTTestGroupR17ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2'.
                  This field represents the fixed
                  values that Expected results - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  437 }

  rVTTestGroupR17T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  438 }

  rVTTestGroupR17T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  439 }

  rVTTestGroupR17T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  440 }

  rVTTestGroupR17T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  441 }

  rVTTestGroupR17T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  442 }

  rVTTestGroupR17T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  443 }

  rVTTestGroupR17T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  445 }

  rVTTestGroupR17T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  446 }

  rVTTestGroupR17T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  447 }

  rVTTestGroupR17T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  448 }

  rVTTestGroupR17T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  449 }

  rVTTestGroupR17T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  450 }

  rVTTestGroupR17T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  452 }

  rVTTestGroupR17T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  453 }

  rVTTestGroupR17T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  454 }

  rVTTestGroupR17T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  455 }

  rVTTestGroupR17T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  456 }

  rVTTestGroupR17T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  458 }

  rVTTestGroupR17T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  459 }

  rVTTestGroupR17T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  460 }

  rVTTestGroupR17T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  461 }

  rVTTestGroupR17T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  462 }

  rVTTestGroupR17ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3'.
                  This field represents the fixed
                  values that Expected results - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  463 }

  rVTTestGroupR17T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  464 }

  rVTTestGroupR17T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  465 }

  rVTTestGroupR17T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  466 }

  rVTTestGroupR17T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  467 }

  rVTTestGroupR17T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  468 }

  rVTTestGroupR17T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  469 }

  rVTTestGroupR17T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  471 }

  rVTTestGroupR17T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  472 }

  rVTTestGroupR17T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  473 }

  rVTTestGroupR17T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  474 }

  rVTTestGroupR17T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  475 }

  rVTTestGroupR17T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  476 }

  rVTTestGroupR17T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  478 }

  rVTTestGroupR17T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  479 }

  rVTTestGroupR17T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  480 }

  rVTTestGroupR17T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  481 }

  rVTTestGroupR17T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  482 }

  rVTTestGroupR17T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  484 }

  rVTTestGroupR17T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  485 }

  rVTTestGroupR17T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  486 }

  rVTTestGroupR17T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  487 }

  rVTTestGroupR17T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  488 }

  rVTTestGroupR17ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4'.
                  This field represents the fixed
                  values that Expected results - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  489 }

  rVTTestGroupR17T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  490 }

  rVTTestGroupR17T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  491 }

  rVTTestGroupR17T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  492 }

  rVTTestGroupR17T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  493 }

  rVTTestGroupR17T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  494 }

  rVTTestGroupR17T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  495 }

  rVTTestGroupR17T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  497 }

  rVTTestGroupR17T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  498 }

  rVTTestGroupR17T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  499 }

  rVTTestGroupR17T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  500 }

  rVTTestGroupR17T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  501 }

  rVTTestGroupR17T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  502 }

  rVTTestGroupR17T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  504 }

  rVTTestGroupR17T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  505 }

  rVTTestGroupR17T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  506 }

  rVTTestGroupR17T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  507 }

  rVTTestGroupR17T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  508 }

  rVTTestGroupR17T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  510 }

  rVTTestGroupR17T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  511 }

  rVTTestGroupR17T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  512 }

  rVTTestGroupR17T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  513 }

  rVTTestGroupR17T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  514 }

  rVTTestGroupR17ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5'.
                  This field represents the fixed
                  values that Expected results - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  515 }

  rVTTestGroupR17T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  516 }

  rVTTestGroupR17T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  517 }

  rVTTestGroupR17T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  518 }

  rVTTestGroupR17T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  519 }

  rVTTestGroupR17T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  520 }

  rVTTestGroupR17T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  521 }

  rVTTestGroupR17T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  523 }

  rVTTestGroupR17T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  524 }

  rVTTestGroupR17T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  525 }

  rVTTestGroupR17T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  526 }

  rVTTestGroupR17T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  527 }

  rVTTestGroupR17T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  528 }

  rVTTestGroupR17T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  530 }

  rVTTestGroupR17T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  531 }

  rVTTestGroupR17T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  532 }

  rVTTestGroupR17T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  533 }

  rVTTestGroupR17T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  534 }

  rVTTestGroupR17T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  536 }

  rVTTestGroupR17T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  537 }

  rVTTestGroupR17T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  538 }

  rVTTestGroupR17T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  539 }

  rVTTestGroupR17T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  540 }

  rVTTestGroupR17ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6'.
                  This field represents the fixed
                  values that Expected results - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  541 }

  rVTTestGroupR17T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  542 }

  rVTTestGroupR17T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  543 }

  rVTTestGroupR17T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  544 }

  rVTTestGroupR17T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  545 }

  rVTTestGroupR17T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  546 }

  rVTTestGroupR17T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  547 }

  rVTTestGroupR17T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  549 }

  rVTTestGroupR17T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  550 }

  rVTTestGroupR17T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  551 }

  rVTTestGroupR17T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  552 }

  rVTTestGroupR17T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  553 }

  rVTTestGroupR17T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  554 }

  rVTTestGroupR17T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  556 }

  rVTTestGroupR17T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  557 }

  rVTTestGroupR17T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  558 }

  rVTTestGroupR17T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  559 }

  rVTTestGroupR17T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  560 }

  rVTTestGroupR17T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  562 }

  rVTTestGroupR17T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  563 }

  rVTTestGroupR17T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  564 }

  rVTTestGroupR17T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  565 }

  rVTTestGroupR17T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  566 }

  rVTTestGroupR17ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7'.
                  This field represents the fixed
                  values that Expected results - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  567 }

  rVTTestGroupR17T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  568 }

  rVTTestGroupR17T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  569 }

  rVTTestGroupR17T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  570 }

  rVTTestGroupR17T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  571 }

  rVTTestGroupR17T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  572 }

  rVTTestGroupR17T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  573 }

  rVTTestGroupR17T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  575 }

  rVTTestGroupR17T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  576 }

  rVTTestGroupR17T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  577 }

  rVTTestGroupR17T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  578 }

  rVTTestGroupR17T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  579 }

  rVTTestGroupR17T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  580 }

  rVTTestGroupR17T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  582 }

  rVTTestGroupR17T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  583 }

  rVTTestGroupR17T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  584 }

  rVTTestGroupR17T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  585 }

  rVTTestGroupR17T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  586 }

  rVTTestGroupR17T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  588 }

  rVTTestGroupR17T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  589 }

  rVTTestGroupR17T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  590 }

  rVTTestGroupR17T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  591 }

  rVTTestGroupR17T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  592 }

  rVTTestGroupR17ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8'.
                  This field represents the fixed
                  values that Expected results - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  593 }

  rVTTestGroupR17T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  594 }

  rVTTestGroupR17T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  595 }

  rVTTestGroupR17T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  596 }

  rVTTestGroupR17T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  597 }

  rVTTestGroupR17T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  598 }

  rVTTestGroupR17T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  599 }

  rVTTestGroupR17T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  601 }

  rVTTestGroupR17T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  602 }

  rVTTestGroupR17T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  603 }

  rVTTestGroupR17T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  604 }

  rVTTestGroupR17T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  605 }

  rVTTestGroupR17T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  606 }

  rVTTestGroupR17T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  608 }

  rVTTestGroupR17T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  609 }

  rVTTestGroupR17T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  610 }

  rVTTestGroupR17T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  611 }

  rVTTestGroupR17T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  612 }

  rVTTestGroupR17T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  614 }

  rVTTestGroupR17T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  615 }

  rVTTestGroupR17T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  616 }

  rVTTestGroupR17T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  617 }

  rVTTestGroupR17T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  618 }

  rVTTestGroupR17ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9'.
                  This field represents the fixed
                  values that Expected results - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  619 }

  rVTTestGroupR17T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  620 }

  rVTTestGroupR17T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  621 }

  rVTTestGroupR17T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  622 }

  rVTTestGroupR17T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  623 }

  rVTTestGroupR17T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  624 }

  rVTTestGroupR17T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  625 }

  rVTTestGroupR17T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  627 }

  rVTTestGroupR17T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  628 }

  rVTTestGroupR17T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  629 }

  rVTTestGroupR17T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  630 }

  rVTTestGroupR17T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  631 }

  rVTTestGroupR17T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR17Entry  632 }

  rVTTestGroupR17T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  634 }

  rVTTestGroupR17T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  635 }

  rVTTestGroupR17T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  636 }

  rVTTestGroupR17T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  637 }

  rVTTestGroupR17T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR17Entry  638 }

  rVTTestGroupR17T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  640 }

  rVTTestGroupR17T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  641 }

  rVTTestGroupR17T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  642 }

  rVTTestGroupR17T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  643 }

  rVTTestGroupR17T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR17Entry  644 }

  rVTTestGroupR17ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10'.
                  This field represents the fixed
                  values that Expected results - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  645 }

  rVTTestGroupR17ExpRsltsCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - cause of failure'."
    ::= { rVTTestGroupR17Entry  646 }

  rVTTestGroupR17ExpRsltsNumTstsNotYetRun OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests not yet run'."
    ::= { rVTTestGroupR17Entry  647 }

  rVTTestGroupR17ExpRsltsNumTstsPassed OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests passed'."
    ::= { rVTTestGroupR17Entry  648 }

  rVTTestGroupR17ExpRsltsNumTstsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests failed'."
    ::= { rVTTestGroupR17Entry  649 }

  rVTTestGroupR17IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestGroupR17Entry  658 }

  rVTTestGroupR17IncMedChSimulateMedChOnlineDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulate media channels online - default'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  660 }

  rVTTestGroupR17DialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed by subscriber'."
    DEFVAL       { true }
    ::= { rVTTestGroupR17Entry  661 }

  rVTTestGroupR17DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestGroupR17Entry  662 }

  rVTTestGroupR17DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestGroupR17Entry  663 }

  rVTTestGroupR17DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestGroupR17Entry  664 }

  rVTTestGroupR17HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestGroupR17Entry  665 }

  rVTTestGroupR17MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestGroupR17Entry  666 }

  rVTTestGroupR17ExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'External Business Group information present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  667 }

  rVTTestGroupR17NetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Network-wide Business Group identifier'."
    ::= { rVTTestGroupR17Entry  668 }

  rVTTestGroupR17BusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR17Entry  669 }

  rVTTestGroupR17OrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk group ID'."
    ::= { rVTTestGroupR17Entry  670 }

  rVTTestGroupR17OrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk context'."
    ::= { rVTTestGroupR17Entry  671 }

  rVTTestGroupR17DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rVTTestGroupR17Entry  672 }

  rVTTestGroupR17DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rVTTestGroupR17Entry  673 }

  rVTTestGroupR17I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  674 }

  rVTTestGroupR17I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  675 }

  rVTTestGroupR17I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  676 }

  rVTTestGroupR17I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR17Entry  677 }

  rVTTestGroupR17IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    DEFVAL       { notRoutedToRPAS }
    ::= { rVTTestGroupR17Entry  678 }

  rVTTestGroupR17LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  679 }

  rVTTestGroupR17ExpRsltsDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group ID after routing'."
    ::= { rVTTestGroupR17Entry  680 }

  rVTTestGroupR17ExpRsltsDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group context after routing'."
    ::= { rVTTestGroupR17Entry  681 }

  rVTTestGroupR17PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  682 }

  rVTTestGroupR17PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR17Entry  683 }

  rVTTestGroupR17SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  684 }

  rVTTestGroupR17SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR17Entry  685 }

  rVTTestGroupR17IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  686 }

  rVTTestGroupR17IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestGroupR17Entry  687 }

  rVTTestGroupR17GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  688 }

  rVTTestGroupR17GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR17Entry  689 }

  rVTTestGroupR17GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR17Entry  690 }

  rVTTestGroupR17GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR17Entry  691 }

  rVTTestGroupR17I1CtrlStClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestGroupR17Entry  692 }

  rVTTestGroupR17CtrlStOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling site'.
                  This field represents the fixed
                  values that Controlling site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR17Entry  693 }

  rVTTestGroupR17ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rVTTestGroupR17Entry  704 }

  rVTTestGroupR17ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rVTTestGroupR17Entry  707 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  rVTTestTrunkR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2221 }

  rVTTestTrunkR20Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR20NEConn,
             rVTTestTrunkR20NetwkElement,
             rVTTestTrunkR20CFSIx,
             rVTTestTrunkR20GpIx,
             rVTTestTrunkR20TestIx }
    ::= {  rVTTestTrunkR20Table  1  }

  RVTTestTrunkR20Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR20NEConn              Unsigned32,
    rVTTestTrunkR20NetwkElement        DisplayString,
    rVTTestTrunkR20CFSIx               Unsigned32,
    rVTTestTrunkR20GpIx                Unsigned32,
    rVTTestTrunkR20TestIx              Unsigned32,
    rVTTestTrunkR20TestName            DisplayString,
    rVTTestTrunkR20CldNum              DisplayString,
    rVTTestTrunkR20T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR20T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR20T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR20T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR20T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR20AllowOprHoldIs      INTEGER,
    rVTTestTrunkR20PriorityCall        INTEGER,
    rVTTestTrunkR20UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR20IgnoreTermAppServer INTEGER,
    rVTTestTrunkR20InTrnkGpNum         INTEGER,
    rVTTestTrunkR20ClgPartyNum         DisplayString,
    rVTTestTrunkR20ReqdRetryRtg        INTEGER,
    rVTTestTrunkR20TestCall            INTEGER,
    rVTTestTrunkR20TransitNetwkID      DisplayString,
    rVTTestTrunkR20TestRes             INTEGER,
    rVTTestTrunkR20CauseFail           INTEGER,
    rVTTestTrunkR20NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR20NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR20NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR20AllowNumVldnHold    INTEGER,
    rVTTestTrunkR20NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR20NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR20NumVldnTestCall     INTEGER,
    rVTTestTrunkR20NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR20NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR20NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR20NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR20NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR20NumVldnUDA1         Unsigned32,
    rVTTestTrunkR20NumVldnUDA2         Unsigned32,
    rVTTestTrunkR20NumVldnUDA3         Unsigned32,
    rVTTestTrunkR20NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR20RtgTestCall         INTEGER,
    rVTTestTrunkR20RtgModfdCldNum      DisplayString,
    rVTTestTrunkR20RtgOprCall          INTEGER,
    rVTTestTrunkR20RtgRtgControlInd    INTEGER,
    rVTTestTrunkR20RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR20RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR20RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR20RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR20T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR20T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR20T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR20T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR20T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR20RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR20RtgEchoCancellation INTEGER,
    rVTTestTrunkR20TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR20TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR20DiagsLogLvl         INTEGER,
    rVTTestTrunkR20DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR20DoExtraActions      INTEGER,
    rVTTestTrunkR20RowStatus           RowStatus,
    rVTTestTrunkR20NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR20NumVldnBillCallType INTEGER,
    rVTTestTrunkR20NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR20NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR20ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR20NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR20UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR20NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR20NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR20NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR20T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR20T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR20CldAddrScope        INTEGER,
    rVTTestTrunkR20ClgNumScope         INTEGER,
    rVTTestTrunkR20ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR20OprCall             INTEGER,
    rVTTestTrunkR20EchoCancellation    INTEGER,
    rVTTestTrunkR20ClgCategory         INTEGER,
    rVTTestTrunkR20CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR20ChargeNumANIPresent INTEGER,
    rVTTestTrunkR20ChargeNumANI        DisplayString,
    rVTTestTrunkR20BearerCapability    INTEGER,
    rVTTestTrunkR20OrigingExchangeAddr DisplayString,
    rVTTestTrunkR20PortedNum           DisplayString,
    rVTTestTrunkR20LNPLookupPerformed  INTEGER,
    rVTTestTrunkR20ReleaseControlMode  INTEGER,
    rVTTestTrunkR20DialedPrefix        INTEGER,
    rVTTestTrunkR20AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR20AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR20NumVldnClgCategory  INTEGER,
    rVTTestTrunkR20NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR20NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR20NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR20I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR20I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR20I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR20I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR20NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR20NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR20NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR20I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR20I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR20I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR20I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR20I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR20I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR20NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR20NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR20NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR20NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR20RtgFGDCarrID        DisplayString,
    rVTTestTrunkR20RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR20RtgChargeNumANI     DisplayString,
    rVTTestTrunkR20RtgDialedPrefix     INTEGER,
    rVTTestTrunkR20NVModCallPartyNum   DisplayString,
    rVTTestTrunkR20NVModChargeNum      DisplayString,
    rVTTestTrunkR20RtgModCallPartyNum  DisplayString,
    rVTTestTrunkR20RtgModChargeNum     DisplayString,
    rVTTestTrunkR20SIPType             INTEGER,
    rVTTestTrunkR20I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR20I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR20I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR20I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR20ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR20IncMCsIncluded      INTEGER,
    rVTTestTrunkR20T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR20T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR20T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR20T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR20T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR20T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR20T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR20T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR20T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR20T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR20T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR20IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR20T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR20T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR20T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR20T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR20T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR20T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR20T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR20T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR20T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR20T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR20T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR20IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR20ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR20ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR20ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR20T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR20T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR20T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR20T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR20T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR20T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR20T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR20T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR20T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR20T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR20T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR20T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR20T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR20T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR20T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR20T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR20ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR20ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR20ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR20NumVldnUDA4         Unsigned32,
    rVTTestTrunkR20NumVldnUDA5         Unsigned32,
    rVTTestTrunkR20NumVldnUDA6         Unsigned32,
    rVTTestTrunkR20NumVldnUDA7         Unsigned32,
    rVTTestTrunkR20NumVldnUDA8         Unsigned32,
    rVTTestTrunkR20NumVldnUDA9         Unsigned32,
    rVTTestTrunkR20NumVldnUDA10        Unsigned32,
    rVTTestTrunkR20NumVldnUDA11        Unsigned32,
    rVTTestTrunkR20NumVldnUDA12        Unsigned32,
    rVTTestTrunkR20NumVldnUDA13        Unsigned32,
    rVTTestTrunkR20NumVldnUDA14        Unsigned32,
    rVTTestTrunkR20NumVldnUDA15        Unsigned32,
    rVTTestTrunkR20NumVldnUDA16        Unsigned32,
    rVTTestTrunkR20NumVldnUDA17        Unsigned32,
    rVTTestTrunkR20NumVldnUDA18        Unsigned32,
    rVTTestTrunkR20NumVldnUDA19        Unsigned32,
    rVTTestTrunkR20NumVldnUDA20        Unsigned32,
    rVTTestTrunkR20NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR20RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR20IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR20NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR20SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR20SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR20SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR20SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR20SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR20SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR20SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR20SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR20SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR20SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR20SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR20SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR20NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR20DateAndTimeYear     Unsigned32,
    rVTTestTrunkR20DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR20DateAndTimeDate     Unsigned32,
    rVTTestTrunkR20HrAndTimeHr         Unsigned32,
    rVTTestTrunkR20MinAndTimeMin       Unsigned32,
    rVTTestTrunkR20NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR20SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR20SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR20SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR20SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR20SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR20SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR20SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR20SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR20SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR20NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR20SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR20SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR20SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR20SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR20SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR20SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR20SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR20SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR20SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR20SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR20SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR20SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR20NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR20NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR20NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR20NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR20NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR20RtgCldAddrScope     INTEGER,
    rVTTestTrunkR20LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR20ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR20ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR20RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR20RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR20PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR20PropagationDly      Unsigned32,
    rVTTestTrunkR20SatelliteIndPresent INTEGER,
    rVTTestTrunkR20SatelliteInd        Unsigned32,
    rVTTestTrunkR20IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR20IsupPreference      INTEGER,
    rVTTestTrunkR20GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR20GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR20GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR20GermanIsupSspParm   INTEGER,
    rVTTestTrunkR20ModfdClgNumScope    INTEGER,
    rVTTestTrunkR20ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR20I1CtrlStClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR20CtrlStOtherVals     INTEGER
  }

  rVTTestTrunkR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR20Entry  1 }

  rVTTestTrunkR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR20Entry  2 }

  rVTTestTrunkR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR20Entry  3 }

  rVTTestTrunkR20GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR20Entry  4 }

  rVTTestTrunkR20TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR20Entry  5 }

  rVTTestTrunkR20TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR20Entry  6 }

  rVTTestTrunkR20CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR20Entry  7 }

  rVTTestTrunkR20T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  12 }

  rVTTestTrunkR20T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  13 }

  rVTTestTrunkR20T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  14 }

  rVTTestTrunkR20T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  15 }

  rVTTestTrunkR20T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  16 }

  rVTTestTrunkR20T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  17 }

  rVTTestTrunkR20T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  18 }

  rVTTestTrunkR20T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  19 }

  rVTTestTrunkR20T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  20 }

  rVTTestTrunkR20T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  21 }

  rVTTestTrunkR20T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  22 }

  rVTTestTrunkR20T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  23 }

  rVTTestTrunkR20T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  24 }

  rVTTestTrunkR20T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  25 }

  rVTTestTrunkR20T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  26 }

  rVTTestTrunkR20T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  27 }

  rVTTestTrunkR20T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  28 }

  rVTTestTrunkR20ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR20Entry  29 }

  rVTTestTrunkR20AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR20Entry  30 }

  rVTTestTrunkR20PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR20Entry  31 }

  rVTTestTrunkR20UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR20Entry  32 }

  rVTTestTrunkR20IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR20Entry  33 }

  rVTTestTrunkR20InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR20Entry  34 }

  rVTTestTrunkR20ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR20Entry  35 }

  rVTTestTrunkR20ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR20Entry  36 }

  rVTTestTrunkR20TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR20Entry  37 }

  rVTTestTrunkR20TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR20Entry  38 }

  rVTTestTrunkR20TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR20Entry  39 }

  rVTTestTrunkR20CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR20Entry  40 }

  rVTTestTrunkR20NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR20Entry  42 }

  rVTTestTrunkR20NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR20Entry  43 }

  rVTTestTrunkR20NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR20Entry  44 }

  rVTTestTrunkR20AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR20Entry  45 }

  rVTTestTrunkR20NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR20Entry  46 }

  rVTTestTrunkR20NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR20Entry  47 }

  rVTTestTrunkR20NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR20Entry  48 }

  rVTTestTrunkR20NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR20Entry  49 }

  rVTTestTrunkR20NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR20Entry  50 }

  rVTTestTrunkR20NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR20Entry  51 }

  rVTTestTrunkR20NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR20Entry  52 }

  rVTTestTrunkR20NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR20Entry  53 }

  rVTTestTrunkR20NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR20Entry  54 }

  rVTTestTrunkR20NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR20Entry  55 }

  rVTTestTrunkR20NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR20Entry  56 }

  rVTTestTrunkR20NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR20Entry  57 }

  rVTTestTrunkR20RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR20Entry  59 }

  rVTTestTrunkR20RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR20Entry  60 }

  rVTTestTrunkR20RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR20Entry  61 }

  rVTTestTrunkR20RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR20Entry  62 }

  rVTTestTrunkR20RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR20Entry  63 }

  rVTTestTrunkR20RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR20Entry  64 }

  rVTTestTrunkR20RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR20Entry  65 }

  rVTTestTrunkR20RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR20Entry  66 }

  rVTTestTrunkR20T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  67 }

  rVTTestTrunkR20T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  68 }

  rVTTestTrunkR20T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  69 }

  rVTTestTrunkR20T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  70 }

  rVTTestTrunkR20T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  71 }

  rVTTestTrunkR20T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  72 }

  rVTTestTrunkR20T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  73 }

  rVTTestTrunkR20T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  74 }

  rVTTestTrunkR20T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  75 }

  rVTTestTrunkR20T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  76 }

  rVTTestTrunkR20T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  77 }

  rVTTestTrunkR20T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  78 }

  rVTTestTrunkR20T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  79 }

  rVTTestTrunkR20T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  80 }

  rVTTestTrunkR20T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  81 }

  rVTTestTrunkR20T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  82 }

  rVTTestTrunkR20T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  83 }

  rVTTestTrunkR20RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR20Entry  84 }

  rVTTestTrunkR20RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR20Entry  85 }

  rVTTestTrunkR20RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR20Entry  86 }

  rVTTestTrunkR20TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR20Entry  87 }

  rVTTestTrunkR20TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR20Entry  88 }

  rVTTestTrunkR20DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR20Entry  90 }

  rVTTestTrunkR20DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR20Entry  91 }

  rVTTestTrunkR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR20Entry  93 }

  rVTTestTrunkR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR20Entry  94 }

  rVTTestTrunkR20NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR20Entry  96 }

  rVTTestTrunkR20NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR20Entry  97 }

  rVTTestTrunkR20NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR20Entry  98 }

  rVTTestTrunkR20NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR20Entry  99 }

  rVTTestTrunkR20ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR20Entry  100 }

  rVTTestTrunkR20NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR20Entry  101 }

  rVTTestTrunkR20UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR20Entry  102 }

  rVTTestTrunkR20NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR20Entry  103 }

  rVTTestTrunkR20NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR20Entry  104 }

  rVTTestTrunkR20NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR20Entry  105 }

  rVTTestTrunkR20T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  106 }

  rVTTestTrunkR20T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  107 }

  rVTTestTrunkR20T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  108 }

  rVTTestTrunkR20T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  109 }

  rVTTestTrunkR20T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  110 }

  rVTTestTrunkR20CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR20Entry  111 }

  rVTTestTrunkR20ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR20Entry  112 }

  rVTTestTrunkR20ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR20Entry  113 }

  rVTTestTrunkR20OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR20Entry  114 }

  rVTTestTrunkR20EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR20Entry  115 }

  rVTTestTrunkR20ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR20Entry  116 }

  rVTTestTrunkR20CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR20Entry  117 }

  rVTTestTrunkR20ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR20Entry  118 }

  rVTTestTrunkR20ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR20Entry  119 }

  rVTTestTrunkR20BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR20Entry  120 }

  rVTTestTrunkR20OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR20Entry  121 }

  rVTTestTrunkR20PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR20Entry  122 }

  rVTTestTrunkR20LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR20Entry  123 }

  rVTTestTrunkR20ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR20Entry  124 }

  rVTTestTrunkR20DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR20Entry  125 }

  rVTTestTrunkR20AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR20Entry  126 }

  rVTTestTrunkR20AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR20Entry  127 }

  rVTTestTrunkR20NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR20Entry  128 }

  rVTTestTrunkR20NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR20Entry  129 }

  rVTTestTrunkR20NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR20Entry  130 }

  rVTTestTrunkR20NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR20Entry  131 }

  rVTTestTrunkR20I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR20Entry  132 }

  rVTTestTrunkR20I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR20Entry  133 }

  rVTTestTrunkR20I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR20Entry  134 }

  rVTTestTrunkR20I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR20Entry  135 }

  rVTTestTrunkR20NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR20Entry  136 }

  rVTTestTrunkR20NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR20Entry  137 }

  rVTTestTrunkR20NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR20Entry  138 }

  rVTTestTrunkR20I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR20Entry  139 }

  rVTTestTrunkR20I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR20Entry  140 }

  rVTTestTrunkR20I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR20Entry  141 }

  rVTTestTrunkR20I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR20Entry  142 }

  rVTTestTrunkR20I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR20Entry  143 }

  rVTTestTrunkR20I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR20Entry  144 }

  rVTTestTrunkR20NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR20Entry  145 }

  rVTTestTrunkR20NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR20Entry  146 }

  rVTTestTrunkR20NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR20Entry  147 }

  rVTTestTrunkR20NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR20Entry  148 }

  rVTTestTrunkR20RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR20Entry  149 }

  rVTTestTrunkR20RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR20Entry  150 }

  rVTTestTrunkR20RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR20Entry  151 }

  rVTTestTrunkR20RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR20Entry  152 }

  rVTTestTrunkR20NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR20Entry  153 }

  rVTTestTrunkR20NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR20Entry  154 }

  rVTTestTrunkR20RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestTrunkR20Entry  155 }

  rVTTestTrunkR20RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR20Entry  156 }

  rVTTestTrunkR20SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR20Entry  157 }

  rVTTestTrunkR20I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR20Entry  158 }

  rVTTestTrunkR20I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR20Entry  159 }

  rVTTestTrunkR20I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR20Entry  160 }

  rVTTestTrunkR20I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR20Entry  161 }

  rVTTestTrunkR20ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  162 }

  rVTTestTrunkR20IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR20Entry  163 }

  rVTTestTrunkR20T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  164 }

  rVTTestTrunkR20T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  165 }

  rVTTestTrunkR20T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  166 }

  rVTTestTrunkR20T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  167 }

  rVTTestTrunkR20T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  168 }

  rVTTestTrunkR20T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  169 }

  rVTTestTrunkR20T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  171 }

  rVTTestTrunkR20T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  172 }

  rVTTestTrunkR20T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  173 }

  rVTTestTrunkR20T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  174 }

  rVTTestTrunkR20T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  175 }

  rVTTestTrunkR20T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  176 }

  rVTTestTrunkR20T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  178 }

  rVTTestTrunkR20T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  179 }

  rVTTestTrunkR20T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  180 }

  rVTTestTrunkR20T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  181 }

  rVTTestTrunkR20T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  182 }

  rVTTestTrunkR20T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  184 }

  rVTTestTrunkR20T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  185 }

  rVTTestTrunkR20T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  186 }

  rVTTestTrunkR20T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  187 }

  rVTTestTrunkR20T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  188 }

  rVTTestTrunkR20IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  189 }

  rVTTestTrunkR20T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  190 }

  rVTTestTrunkR20T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  191 }

  rVTTestTrunkR20T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  192 }

  rVTTestTrunkR20T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  193 }

  rVTTestTrunkR20T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  194 }

  rVTTestTrunkR20T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  195 }

  rVTTestTrunkR20T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  197 }

  rVTTestTrunkR20T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  198 }

  rVTTestTrunkR20T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  199 }

  rVTTestTrunkR20T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  200 }

  rVTTestTrunkR20T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  201 }

  rVTTestTrunkR20T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  202 }

  rVTTestTrunkR20T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  204 }

  rVTTestTrunkR20T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  205 }

  rVTTestTrunkR20T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  206 }

  rVTTestTrunkR20T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  207 }

  rVTTestTrunkR20T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  208 }

  rVTTestTrunkR20T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  210 }

  rVTTestTrunkR20T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  211 }

  rVTTestTrunkR20T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  212 }

  rVTTestTrunkR20T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  213 }

  rVTTestTrunkR20T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  214 }

  rVTTestTrunkR20IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  215 }

  rVTTestTrunkR20T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  216 }

  rVTTestTrunkR20T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  217 }

  rVTTestTrunkR20T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  218 }

  rVTTestTrunkR20T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  219 }

  rVTTestTrunkR20T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  220 }

  rVTTestTrunkR20T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  221 }

  rVTTestTrunkR20T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  223 }

  rVTTestTrunkR20T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  224 }

  rVTTestTrunkR20T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  225 }

  rVTTestTrunkR20T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  226 }

  rVTTestTrunkR20T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  227 }

  rVTTestTrunkR20T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  228 }

  rVTTestTrunkR20T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  230 }

  rVTTestTrunkR20T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  231 }

  rVTTestTrunkR20T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  232 }

  rVTTestTrunkR20T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  233 }

  rVTTestTrunkR20T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  234 }

  rVTTestTrunkR20T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  236 }

  rVTTestTrunkR20T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  237 }

  rVTTestTrunkR20T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  238 }

  rVTTestTrunkR20T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  239 }

  rVTTestTrunkR20T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  240 }

  rVTTestTrunkR20IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  241 }

  rVTTestTrunkR20T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  242 }

  rVTTestTrunkR20T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  243 }

  rVTTestTrunkR20T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  244 }

  rVTTestTrunkR20T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  245 }

  rVTTestTrunkR20T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  246 }

  rVTTestTrunkR20T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  247 }

  rVTTestTrunkR20T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  249 }

  rVTTestTrunkR20T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  250 }

  rVTTestTrunkR20T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  251 }

  rVTTestTrunkR20T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  252 }

  rVTTestTrunkR20T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  253 }

  rVTTestTrunkR20T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  254 }

  rVTTestTrunkR20T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  256 }

  rVTTestTrunkR20T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  257 }

  rVTTestTrunkR20T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  258 }

  rVTTestTrunkR20T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  259 }

  rVTTestTrunkR20T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  260 }

  rVTTestTrunkR20T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  262 }

  rVTTestTrunkR20T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  263 }

  rVTTestTrunkR20T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  264 }

  rVTTestTrunkR20T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  265 }

  rVTTestTrunkR20T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  266 }

  rVTTestTrunkR20IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  267 }

  rVTTestTrunkR20T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  268 }

  rVTTestTrunkR20T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  269 }

  rVTTestTrunkR20T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  270 }

  rVTTestTrunkR20T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  271 }

  rVTTestTrunkR20T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  272 }

  rVTTestTrunkR20T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  273 }

  rVTTestTrunkR20T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  275 }

  rVTTestTrunkR20T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  276 }

  rVTTestTrunkR20T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  277 }

  rVTTestTrunkR20T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  278 }

  rVTTestTrunkR20T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  279 }

  rVTTestTrunkR20T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  280 }

  rVTTestTrunkR20T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  282 }

  rVTTestTrunkR20T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  283 }

  rVTTestTrunkR20T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  284 }

  rVTTestTrunkR20T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  285 }

  rVTTestTrunkR20T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  286 }

  rVTTestTrunkR20T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  288 }

  rVTTestTrunkR20T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  289 }

  rVTTestTrunkR20T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  290 }

  rVTTestTrunkR20T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  291 }

  rVTTestTrunkR20T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  292 }

  rVTTestTrunkR20IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  293 }

  rVTTestTrunkR20T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  294 }

  rVTTestTrunkR20T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  295 }

  rVTTestTrunkR20T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  296 }

  rVTTestTrunkR20T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  297 }

  rVTTestTrunkR20T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  298 }

  rVTTestTrunkR20T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  299 }

  rVTTestTrunkR20T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  301 }

  rVTTestTrunkR20T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  302 }

  rVTTestTrunkR20T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  303 }

  rVTTestTrunkR20T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  304 }

  rVTTestTrunkR20T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  305 }

  rVTTestTrunkR20T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  306 }

  rVTTestTrunkR20T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  308 }

  rVTTestTrunkR20T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  309 }

  rVTTestTrunkR20T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  310 }

  rVTTestTrunkR20T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  311 }

  rVTTestTrunkR20T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  312 }

  rVTTestTrunkR20T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  314 }

  rVTTestTrunkR20T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  315 }

  rVTTestTrunkR20T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  316 }

  rVTTestTrunkR20T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  317 }

  rVTTestTrunkR20T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  318 }

  rVTTestTrunkR20IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  319 }

  rVTTestTrunkR20T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  320 }

  rVTTestTrunkR20T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  321 }

  rVTTestTrunkR20T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  322 }

  rVTTestTrunkR20T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  323 }

  rVTTestTrunkR20T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  324 }

  rVTTestTrunkR20T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  325 }

  rVTTestTrunkR20T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  327 }

  rVTTestTrunkR20T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  328 }

  rVTTestTrunkR20T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  329 }

  rVTTestTrunkR20T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  330 }

  rVTTestTrunkR20T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  331 }

  rVTTestTrunkR20T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  332 }

  rVTTestTrunkR20T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  334 }

  rVTTestTrunkR20T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  335 }

  rVTTestTrunkR20T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  336 }

  rVTTestTrunkR20T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  337 }

  rVTTestTrunkR20T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  338 }

  rVTTestTrunkR20T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  340 }

  rVTTestTrunkR20T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  341 }

  rVTTestTrunkR20T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  342 }

  rVTTestTrunkR20T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  343 }

  rVTTestTrunkR20T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  344 }

  rVTTestTrunkR20IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  345 }

  rVTTestTrunkR20T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  346 }

  rVTTestTrunkR20T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  347 }

  rVTTestTrunkR20T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  348 }

  rVTTestTrunkR20T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  349 }

  rVTTestTrunkR20T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  350 }

  rVTTestTrunkR20T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  351 }

  rVTTestTrunkR20T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  353 }

  rVTTestTrunkR20T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  354 }

  rVTTestTrunkR20T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  355 }

  rVTTestTrunkR20T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  356 }

  rVTTestTrunkR20T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  357 }

  rVTTestTrunkR20T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  358 }

  rVTTestTrunkR20T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  360 }

  rVTTestTrunkR20T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  361 }

  rVTTestTrunkR20T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  362 }

  rVTTestTrunkR20T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  363 }

  rVTTestTrunkR20T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  364 }

  rVTTestTrunkR20T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  366 }

  rVTTestTrunkR20T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  367 }

  rVTTestTrunkR20T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  368 }

  rVTTestTrunkR20T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  369 }

  rVTTestTrunkR20T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  370 }

  rVTTestTrunkR20IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  371 }

  rVTTestTrunkR20T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  372 }

  rVTTestTrunkR20T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  373 }

  rVTTestTrunkR20T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  374 }

  rVTTestTrunkR20T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  375 }

  rVTTestTrunkR20T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  376 }

  rVTTestTrunkR20T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  377 }

  rVTTestTrunkR20T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  379 }

  rVTTestTrunkR20T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  380 }

  rVTTestTrunkR20T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  381 }

  rVTTestTrunkR20T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  382 }

  rVTTestTrunkR20T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  383 }

  rVTTestTrunkR20T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  384 }

  rVTTestTrunkR20T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  386 }

  rVTTestTrunkR20T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  387 }

  rVTTestTrunkR20T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  388 }

  rVTTestTrunkR20T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  389 }

  rVTTestTrunkR20T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  390 }

  rVTTestTrunkR20T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  392 }

  rVTTestTrunkR20T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  393 }

  rVTTestTrunkR20T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  394 }

  rVTTestTrunkR20T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  395 }

  rVTTestTrunkR20T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  396 }

  rVTTestTrunkR20IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  397 }

  rVTTestTrunkR20T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  398 }

  rVTTestTrunkR20T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  399 }

  rVTTestTrunkR20T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  400 }

  rVTTestTrunkR20T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  401 }

  rVTTestTrunkR20T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  402 }

  rVTTestTrunkR20T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  403 }

  rVTTestTrunkR20T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  405 }

  rVTTestTrunkR20T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  406 }

  rVTTestTrunkR20T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  407 }

  rVTTestTrunkR20T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  408 }

  rVTTestTrunkR20T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  409 }

  rVTTestTrunkR20T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  410 }

  rVTTestTrunkR20T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  412 }

  rVTTestTrunkR20T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  413 }

  rVTTestTrunkR20T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  414 }

  rVTTestTrunkR20T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  415 }

  rVTTestTrunkR20T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  416 }

  rVTTestTrunkR20T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  418 }

  rVTTestTrunkR20T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  419 }

  rVTTestTrunkR20T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  420 }

  rVTTestTrunkR20T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  421 }

  rVTTestTrunkR20T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  422 }

  rVTTestTrunkR20IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  423 }

  rVTTestTrunkR20ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR20Entry  424 }

  rVTTestTrunkR20ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR20Entry  425 }

  rVTTestTrunkR20T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  426 }

  rVTTestTrunkR20T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  427 }

  rVTTestTrunkR20T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  428 }

  rVTTestTrunkR20T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  429 }

  rVTTestTrunkR20T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  430 }

  rVTTestTrunkR20T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  431 }

  rVTTestTrunkR20T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  433 }

  rVTTestTrunkR20T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  434 }

  rVTTestTrunkR20T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  435 }

  rVTTestTrunkR20T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  436 }

  rVTTestTrunkR20T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  437 }

  rVTTestTrunkR20T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  438 }

  rVTTestTrunkR20T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  440 }

  rVTTestTrunkR20T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  441 }

  rVTTestTrunkR20T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  442 }

  rVTTestTrunkR20T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  443 }

  rVTTestTrunkR20T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  444 }

  rVTTestTrunkR20T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  446 }

  rVTTestTrunkR20T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  447 }

  rVTTestTrunkR20T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  448 }

  rVTTestTrunkR20T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  449 }

  rVTTestTrunkR20T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  450 }

  rVTTestTrunkR20ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  451 }

  rVTTestTrunkR20T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  452 }

  rVTTestTrunkR20T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  453 }

  rVTTestTrunkR20T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  454 }

  rVTTestTrunkR20T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  455 }

  rVTTestTrunkR20T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  456 }

  rVTTestTrunkR20T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  457 }

  rVTTestTrunkR20T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  459 }

  rVTTestTrunkR20T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  460 }

  rVTTestTrunkR20T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  461 }

  rVTTestTrunkR20T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  462 }

  rVTTestTrunkR20T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  463 }

  rVTTestTrunkR20T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  464 }

  rVTTestTrunkR20T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  466 }

  rVTTestTrunkR20T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  467 }

  rVTTestTrunkR20T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  468 }

  rVTTestTrunkR20T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  469 }

  rVTTestTrunkR20T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  470 }

  rVTTestTrunkR20T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  472 }

  rVTTestTrunkR20T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  473 }

  rVTTestTrunkR20T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  474 }

  rVTTestTrunkR20T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  475 }

  rVTTestTrunkR20T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  476 }

  rVTTestTrunkR20ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  477 }

  rVTTestTrunkR20T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  478 }

  rVTTestTrunkR20T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  479 }

  rVTTestTrunkR20T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  480 }

  rVTTestTrunkR20T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  481 }

  rVTTestTrunkR20T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  482 }

  rVTTestTrunkR20T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  483 }

  rVTTestTrunkR20T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  485 }

  rVTTestTrunkR20T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  486 }

  rVTTestTrunkR20T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  487 }

  rVTTestTrunkR20T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  488 }

  rVTTestTrunkR20T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  489 }

  rVTTestTrunkR20T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  490 }

  rVTTestTrunkR20T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  492 }

  rVTTestTrunkR20T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  493 }

  rVTTestTrunkR20T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  494 }

  rVTTestTrunkR20T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  495 }

  rVTTestTrunkR20T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  496 }

  rVTTestTrunkR20T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  498 }

  rVTTestTrunkR20T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  499 }

  rVTTestTrunkR20T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  500 }

  rVTTestTrunkR20T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  501 }

  rVTTestTrunkR20T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  502 }

  rVTTestTrunkR20ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  503 }

  rVTTestTrunkR20T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  504 }

  rVTTestTrunkR20T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  505 }

  rVTTestTrunkR20T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  506 }

  rVTTestTrunkR20T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  507 }

  rVTTestTrunkR20T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  508 }

  rVTTestTrunkR20T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  509 }

  rVTTestTrunkR20T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  511 }

  rVTTestTrunkR20T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  512 }

  rVTTestTrunkR20T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  513 }

  rVTTestTrunkR20T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  514 }

  rVTTestTrunkR20T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  515 }

  rVTTestTrunkR20T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  516 }

  rVTTestTrunkR20T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  518 }

  rVTTestTrunkR20T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  519 }

  rVTTestTrunkR20T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  520 }

  rVTTestTrunkR20T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  521 }

  rVTTestTrunkR20T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  522 }

  rVTTestTrunkR20T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  524 }

  rVTTestTrunkR20T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  525 }

  rVTTestTrunkR20T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  526 }

  rVTTestTrunkR20T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  527 }

  rVTTestTrunkR20T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  528 }

  rVTTestTrunkR20ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  529 }

  rVTTestTrunkR20T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  530 }

  rVTTestTrunkR20T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  531 }

  rVTTestTrunkR20T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  532 }

  rVTTestTrunkR20T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  533 }

  rVTTestTrunkR20T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  534 }

  rVTTestTrunkR20T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  535 }

  rVTTestTrunkR20T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  537 }

  rVTTestTrunkR20T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  538 }

  rVTTestTrunkR20T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  539 }

  rVTTestTrunkR20T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  540 }

  rVTTestTrunkR20T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  541 }

  rVTTestTrunkR20T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  542 }

  rVTTestTrunkR20T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  544 }

  rVTTestTrunkR20T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  545 }

  rVTTestTrunkR20T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  546 }

  rVTTestTrunkR20T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  547 }

  rVTTestTrunkR20T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  548 }

  rVTTestTrunkR20T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  550 }

  rVTTestTrunkR20T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  551 }

  rVTTestTrunkR20T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  552 }

  rVTTestTrunkR20T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  553 }

  rVTTestTrunkR20T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  554 }

  rVTTestTrunkR20ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  555 }

  rVTTestTrunkR20T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  556 }

  rVTTestTrunkR20T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  557 }

  rVTTestTrunkR20T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  558 }

  rVTTestTrunkR20T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  559 }

  rVTTestTrunkR20T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  560 }

  rVTTestTrunkR20T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  561 }

  rVTTestTrunkR20T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  563 }

  rVTTestTrunkR20T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  564 }

  rVTTestTrunkR20T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  565 }

  rVTTestTrunkR20T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  566 }

  rVTTestTrunkR20T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  567 }

  rVTTestTrunkR20T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  568 }

  rVTTestTrunkR20T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  570 }

  rVTTestTrunkR20T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  571 }

  rVTTestTrunkR20T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  572 }

  rVTTestTrunkR20T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  573 }

  rVTTestTrunkR20T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  574 }

  rVTTestTrunkR20T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  576 }

  rVTTestTrunkR20T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  577 }

  rVTTestTrunkR20T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  578 }

  rVTTestTrunkR20T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  579 }

  rVTTestTrunkR20T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  580 }

  rVTTestTrunkR20ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  581 }

  rVTTestTrunkR20T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  582 }

  rVTTestTrunkR20T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  583 }

  rVTTestTrunkR20T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  584 }

  rVTTestTrunkR20T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  585 }

  rVTTestTrunkR20T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  586 }

  rVTTestTrunkR20T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  587 }

  rVTTestTrunkR20T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  589 }

  rVTTestTrunkR20T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  590 }

  rVTTestTrunkR20T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  591 }

  rVTTestTrunkR20T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  592 }

  rVTTestTrunkR20T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  593 }

  rVTTestTrunkR20T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  594 }

  rVTTestTrunkR20T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  596 }

  rVTTestTrunkR20T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  597 }

  rVTTestTrunkR20T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  598 }

  rVTTestTrunkR20T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  599 }

  rVTTestTrunkR20T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  600 }

  rVTTestTrunkR20T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  602 }

  rVTTestTrunkR20T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  603 }

  rVTTestTrunkR20T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  604 }

  rVTTestTrunkR20T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  605 }

  rVTTestTrunkR20T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  606 }

  rVTTestTrunkR20ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  607 }

  rVTTestTrunkR20T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  608 }

  rVTTestTrunkR20T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  609 }

  rVTTestTrunkR20T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  610 }

  rVTTestTrunkR20T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  611 }

  rVTTestTrunkR20T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  612 }

  rVTTestTrunkR20T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  613 }

  rVTTestTrunkR20T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  615 }

  rVTTestTrunkR20T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  616 }

  rVTTestTrunkR20T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  617 }

  rVTTestTrunkR20T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  618 }

  rVTTestTrunkR20T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  619 }

  rVTTestTrunkR20T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  620 }

  rVTTestTrunkR20T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  622 }

  rVTTestTrunkR20T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  623 }

  rVTTestTrunkR20T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  624 }

  rVTTestTrunkR20T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  625 }

  rVTTestTrunkR20T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  626 }

  rVTTestTrunkR20T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  628 }

  rVTTestTrunkR20T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  629 }

  rVTTestTrunkR20T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  630 }

  rVTTestTrunkR20T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  631 }

  rVTTestTrunkR20T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  632 }

  rVTTestTrunkR20ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  633 }

  rVTTestTrunkR20T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  634 }

  rVTTestTrunkR20T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  635 }

  rVTTestTrunkR20T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  636 }

  rVTTestTrunkR20T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  637 }

  rVTTestTrunkR20T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  638 }

  rVTTestTrunkR20T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  639 }

  rVTTestTrunkR20T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  641 }

  rVTTestTrunkR20T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  642 }

  rVTTestTrunkR20T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  643 }

  rVTTestTrunkR20T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  644 }

  rVTTestTrunkR20T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  645 }

  rVTTestTrunkR20T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  646 }

  rVTTestTrunkR20T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  648 }

  rVTTestTrunkR20T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  649 }

  rVTTestTrunkR20T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  650 }

  rVTTestTrunkR20T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  651 }

  rVTTestTrunkR20T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  652 }

  rVTTestTrunkR20T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  654 }

  rVTTestTrunkR20T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  655 }

  rVTTestTrunkR20T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  656 }

  rVTTestTrunkR20T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  657 }

  rVTTestTrunkR20T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  658 }

  rVTTestTrunkR20ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  659 }

  rVTTestTrunkR20T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  660 }

  rVTTestTrunkR20T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  661 }

  rVTTestTrunkR20T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  662 }

  rVTTestTrunkR20T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  663 }

  rVTTestTrunkR20T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  664 }

  rVTTestTrunkR20T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  665 }

  rVTTestTrunkR20T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  667 }

  rVTTestTrunkR20T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  668 }

  rVTTestTrunkR20T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  669 }

  rVTTestTrunkR20T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  670 }

  rVTTestTrunkR20T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  671 }

  rVTTestTrunkR20T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR20Entry  672 }

  rVTTestTrunkR20T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  674 }

  rVTTestTrunkR20T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  675 }

  rVTTestTrunkR20T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  676 }

  rVTTestTrunkR20T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  677 }

  rVTTestTrunkR20T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR20Entry  678 }

  rVTTestTrunkR20T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  680 }

  rVTTestTrunkR20T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  681 }

  rVTTestTrunkR20T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  682 }

  rVTTestTrunkR20T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  683 }

  rVTTestTrunkR20T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR20Entry  684 }

  rVTTestTrunkR20ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  685 }

  rVTTestTrunkR20ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR20Entry  686 }

  rVTTestTrunkR20ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR20Entry  687 }

  rVTTestTrunkR20NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR20Entry  688 }

  rVTTestTrunkR20NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR20Entry  689 }

  rVTTestTrunkR20NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR20Entry  690 }

  rVTTestTrunkR20NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR20Entry  691 }

  rVTTestTrunkR20NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR20Entry  692 }

  rVTTestTrunkR20NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR20Entry  693 }

  rVTTestTrunkR20NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR20Entry  694 }

  rVTTestTrunkR20NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR20Entry  695 }

  rVTTestTrunkR20NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR20Entry  696 }

  rVTTestTrunkR20NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR20Entry  697 }

  rVTTestTrunkR20NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR20Entry  698 }

  rVTTestTrunkR20NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR20Entry  699 }

  rVTTestTrunkR20NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR20Entry  700 }

  rVTTestTrunkR20NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR20Entry  701 }

  rVTTestTrunkR20NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR20Entry  702 }

  rVTTestTrunkR20NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR20Entry  703 }

  rVTTestTrunkR20NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR20Entry  704 }

  rVTTestTrunkR20NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR20Entry  705 }

  rVTTestTrunkR20RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR20Entry  706 }

  rVTTestTrunkR20IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR20Entry  708 }

  rVTTestTrunkR20NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR20Entry  709 }

  rVTTestTrunkR20SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  800 }

  rVTTestTrunkR20SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  801 }

  rVTTestTrunkR20SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  802 }

  rVTTestTrunkR20SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  803 }

  rVTTestTrunkR20SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  804 }

  rVTTestTrunkR20SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  805 }

  rVTTestTrunkR20SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  806 }

  rVTTestTrunkR20SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR20Entry  807 }

  rVTTestTrunkR20SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  808 }

  rVTTestTrunkR20SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  812 }

  rVTTestTrunkR20SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  813 }

  rVTTestTrunkR20SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  814 }

  rVTTestTrunkR20NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR20Entry  815 }

  rVTTestTrunkR20DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR20Entry  816 }

  rVTTestTrunkR20DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR20Entry  817 }

  rVTTestTrunkR20DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR20Entry  818 }

  rVTTestTrunkR20HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR20Entry  819 }

  rVTTestTrunkR20MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR20Entry  820 }

  rVTTestTrunkR20NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR20Entry  821 }

  rVTTestTrunkR20SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  822 }

  rVTTestTrunkR20SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  823 }

  rVTTestTrunkR20SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  824 }

  rVTTestTrunkR20SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  825 }

  rVTTestTrunkR20SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  826 }

  rVTTestTrunkR20SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  827 }

  rVTTestTrunkR20SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  828 }

  rVTTestTrunkR20SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  829 }

  rVTTestTrunkR20SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  830 }

  rVTTestTrunkR20NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR20Entry  831 }

  rVTTestTrunkR20SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  832 }

  rVTTestTrunkR20SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  833 }

  rVTTestTrunkR20SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  834 }

  rVTTestTrunkR20SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  835 }

  rVTTestTrunkR20SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  836 }

  rVTTestTrunkR20SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  837 }

  rVTTestTrunkR20SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  838 }

  rVTTestTrunkR20SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  839 }

  rVTTestTrunkR20SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  840 }

  rVTTestTrunkR20SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  841 }

  rVTTestTrunkR20SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR20Entry  842 }

  rVTTestTrunkR20SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR20Entry  843 }

  rVTTestTrunkR20NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR20Entry  844 }

  rVTTestTrunkR20NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR20Entry  845 }

  rVTTestTrunkR20NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR20Entry  846 }

  rVTTestTrunkR20NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR20Entry  847 }

  rVTTestTrunkR20NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR20Entry  848 }

  rVTTestTrunkR20RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR20Entry  849 }

  rVTTestTrunkR20LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR20Entry  850 }

  rVTTestTrunkR20ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR20Entry  851 }

  rVTTestTrunkR20ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR20Entry  852 }

  rVTTestTrunkR20RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR20Entry  853 }

  rVTTestTrunkR20RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR20Entry  854 }

  rVTTestTrunkR20PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR20Entry  855 }

  rVTTestTrunkR20PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR20Entry  856 }

  rVTTestTrunkR20SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR20Entry  857 }

  rVTTestTrunkR20SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR20Entry  858 }

  rVTTestTrunkR20IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR20Entry  859 }

  rVTTestTrunkR20IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR20Entry  860 }

  rVTTestTrunkR20GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR20Entry  861 }

  rVTTestTrunkR20GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR20Entry  862 }

  rVTTestTrunkR20GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR20Entry  863 }

  rVTTestTrunkR20GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR20Entry  864 }

  rVTTestTrunkR20ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR20Entry  865 }

  rVTTestTrunkR20ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR20Entry  866 }

  rVTTestTrunkR20I1CtrlStClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR20Entry  867 }

  rVTTestTrunkR20CtrlStOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling site'.
                  This field represents the fixed
                  values that Controlling site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR20Entry  868 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  rVTTestSubR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2222 }

  rVTTestSubR23Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR23NEConn,
             rVTTestSubR23NetwkElement,
             rVTTestSubR23CFSIx,
             rVTTestSubR23GpIx,
             rVTTestSubR23TestIx }
    ::= {  rVTTestSubR23Table  1  }

  RVTTestSubR23Entry  ::=  SEQUENCE
  {
    rVTTestSubR23NEConn                Unsigned32,
    rVTTestSubR23NetwkElement          DisplayString,
    rVTTestSubR23CFSIx                 Unsigned32,
    rVTTestSubR23TestIx                Unsigned32,
    rVTTestSubR23TestName              DisplayString,
    rVTTestSubR23DialedNum             DisplayString,
    rVTTestSubR23SDActSubType          INTEGER,
    rVTTestSubR23SDDefSubType          INTEGER,
    rVTTestSubR23SDUseDefSubType       INTEGER,
    rVTTestSubR23I3SubGpCFSIx          Unsigned32,
    rVTTestSubR23I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR23BillType              INTEGER,
    rVTTestSubR23LongDistanceCarrID    DisplayString,
    rVTTestSubR23IntraLATACarrID       DisplayString,
    rVTTestSubR23TestRes               INTEGER,
    rVTTestSubR23CauseFail             INTEGER,
    rVTTestSubR23NumVldnCarrType       INTEGER,
    rVTTestSubR23NumVldnANIIIDigits    DisplayString,
    rVTTestSubR23NumVldnAreaCode       INTEGER,
    rVTTestSubR23NumVldnModfdCldNum    DisplayString,
    rVTTestSubR23NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR23NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR23NumVldnAllowHold      INTEGER,
    rVTTestSubR23NumVldnOprCall        INTEGER,
    rVTTestSubR23NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR23NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR23NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR23NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR23NumVldnTestCall       INTEGER,
    rVTTestSubR23NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR23NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR23NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR23NumVldnTransitNetwkID DisplayString,
    rVTTestSubR23NumVldnUSCallType     INTEGER,
    rVTTestSubR23NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR23NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR23NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR23RtgTestCall           INTEGER,
    rVTTestSubR23RtgModfdCldNum        DisplayString,
    rVTTestSubR23RtgOprCall            INTEGER,
    rVTTestSubR23RtgRtgControlInd      INTEGER,
    rVTTestSubR23RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR23RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR23RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR23RtgTransitNetwkID     DisplayString,
    rVTTestSubR23RtgTandemRtgCode      INTEGER,
    rVTTestSubR23RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR23RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR23DiagsLogLvl           INTEGER,
    rVTTestSubR23DiagsAPITraceTag      DisplayString,
    rVTTestSubR23RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR23DoExtraActions        INTEGER,
    rVTTestSubR23RowStatus             RowStatus,
    rVTTestSubR23T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR23T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR23T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR23T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR23T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR23GpIx                  Unsigned32,
    rVTTestSubR23UseTCAPIfReqd         INTEGER,
    rVTTestSubR23TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR23TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR23RtgOnSwitchSubType    INTEGER,
    rVTTestSubR23SubRtgAttrs           BITS,
    rVTTestSubR23NumVldnETSICallType   INTEGER,
    rVTTestSubR23NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR23RtgEchoCancellation   INTEGER,
    rVTTestSubR23IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR23IgnoreTermAppServer   INTEGER,
    rVTTestSubR23NumVldnUDA1           Unsigned32,
    rVTTestSubR23NumVldnUDA2           Unsigned32,
    rVTTestSubR23NumVldnUDA3           Unsigned32,
    rVTTestSubR23NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR23IntnatlCarrID         DisplayString,
    rVTTestSubR23T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR23T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR23T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR23T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23LCC1                  INTEGER,
    rVTTestSubR23LCC2                  INTEGER,
    rVTTestSubR23LCC3                  INTEGER,
    rVTTestSubR23LCC4                  INTEGER,
    rVTTestSubR23LCC5                  INTEGER,
    rVTTestSubR23NumVldnBillCallType   INTEGER,
    rVTTestSubR23NumVldnStructureCode  INTEGER,
    rVTTestSubR23NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR23NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR23NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR23NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR23NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR23NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR23T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR23T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR23T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR23T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR23I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR23I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR23I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR23NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR23NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR23NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR23I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR23I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR23I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR23I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR23I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR23I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR23NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR23NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR23NumVldnValidAuthCodes INTEGER,
    rVTTestSubR23NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR23ChargeNum             DisplayString,
    rVTTestSubR23AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR23AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR23NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR23I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR23NVModCallPartyNum     DisplayString,
    rVTTestSubR23NVModChargeNum        DisplayString,
    rVTTestSubR23RtgModCallPartyNum    DisplayString,
    rVTTestSubR23RtgModChargeNum       DisplayString,
    rVTTestSubR23LCC6                  INTEGER,
    rVTTestSubR23LCC7                  INTEGER,
    rVTTestSubR23LCC8                  INTEGER,
    rVTTestSubR23LCC9                  INTEGER,
    rVTTestSubR23LCC10                 INTEGER,
    rVTTestSubR23LCC11                 INTEGER,
    rVTTestSubR23LCC12                 INTEGER,
    rVTTestSubR23LCC13                 INTEGER,
    rVTTestSubR23LCC14                 INTEGER,
    rVTTestSubR23LCC15                 INTEGER,
    rVTTestSubR23LCC16                 INTEGER,
    rVTTestSubR23LCC17                 INTEGER,
    rVTTestSubR23LCC18                 INTEGER,
    rVTTestSubR23LCC19                 INTEGER,
    rVTTestSubR23LCC20                 INTEGER,
    rVTTestSubR23I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR23I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR23I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR23I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR23ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR23IncMCsIncluded        INTEGER,
    rVTTestSubR23T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR23IncMCs1OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR23IncMCs2OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR23IncMCs3OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR23IncMCs4OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR23IncMCs5OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR23IncMCs6OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR23IncMCs7OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR23IncMCs8OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR23T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR23T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR23T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR23T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR23T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR23T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR23T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR23T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR23T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR23T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR23T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR23IncMCs9OtherVals      INTEGER,
    rVTTestSubR23T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR23T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR23T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR23T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR23T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR23T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR23T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR23T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR23T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR23T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR23T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR23T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR23IncMCs10OtherVals     INTEGER,
    rVTTestSubR23ExpRsltExpRslt        INTEGER,
    rVTTestSubR23ExpRsltExpectedDest   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR23ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR23T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR23T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR23T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR23T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR23T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR23T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR23T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR23T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR23T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR23T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR23T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR23T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR23T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR23T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR23T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR23T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR23T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR23T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR23T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR23ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR23ExpRsltCauseFail      INTEGER,
    rVTTestSubR23ExpRsltResAsExpected  INTEGER,
    rVTTestSubR23NumVldnUDA4           Unsigned32,
    rVTTestSubR23NumVldnUDA5           Unsigned32,
    rVTTestSubR23NumVldnUDA6           Unsigned32,
    rVTTestSubR23NumVldnUDA7           Unsigned32,
    rVTTestSubR23NumVldnUDA8           Unsigned32,
    rVTTestSubR23NumVldnUDA9           Unsigned32,
    rVTTestSubR23NumVldnUDA10          Unsigned32,
    rVTTestSubR23NumVldnUDA11          Unsigned32,
    rVTTestSubR23NumVldnUDA12          Unsigned32,
    rVTTestSubR23NumVldnUDA13          Unsigned32,
    rVTTestSubR23NumVldnUDA14          Unsigned32,
    rVTTestSubR23NumVldnUDA15          Unsigned32,
    rVTTestSubR23NumVldnUDA16          Unsigned32,
    rVTTestSubR23NumVldnUDA17          Unsigned32,
    rVTTestSubR23NumVldnUDA18          Unsigned32,
    rVTTestSubR23NumVldnUDA19          Unsigned32,
    rVTTestSubR23NumVldnUDA20          Unsigned32,
    rVTTestSubR23NVMaxCallDurn         Unsigned32,
    rVTTestSubR23RtgMaxCallDurn        Unsigned32,
    rVTTestSubR23IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR23I1SubGpNEConn         Unsigned32,
    rVTTestSubR23I2SubGpNetwkElement   DisplayString,
    rVTTestSubR23SDActSubDirNum        DisplayString,
    rVTTestSubR23SDDefSubDirNum        DisplayString,
    rVTTestSubR23SDUseDefSubDirNum     INTEGER,
    rVTTestSubR23SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR23SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR23SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR23SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR23SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR23SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR23SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR23SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR23SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR23SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR23SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR23SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR23CldAddrScope          INTEGER,
    rVTTestSubR23SDActDialedBySub      INTEGER,
    rVTTestSubR23SDDefDialedBySub      INTEGER,
    rVTTestSubR23SDUseDefDialedBySub   INTEGER,
    rVTTestSubR23NumVldnAnnounces      LongDisplayString,
    rVTTestSubR23DateAndTimeYear       Unsigned32,
    rVTTestSubR23DateAndTimeMonth      Unsigned32,
    rVTTestSubR23DateAndTimeDate       Unsigned32,
    rVTTestSubR23HrAndTimeHr           Unsigned32,
    rVTTestSubR23MinAndTimeMin         Unsigned32,
    rVTTestSubR23NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR23NumVldnCldAddrScope   INTEGER,
    rVTTestSubR23RtgCldAddrScope       INTEGER,
    rVTTestSubR23IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR23I1LineGpNEConn        Unsigned32,
    rVTTestSubR23I2LineGpNetwkElement  DisplayString,
    rVTTestSubR23I3LineGpCFSIx         Unsigned32,
    rVTTestSubR23I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR23ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR23ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR23RtgDestTrnkGpID       DisplayString,
    rVTTestSubR23RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR23RtgRoutedToRPAS       INTEGER,
    rVTTestSubR23ModfdClgNumScope      INTEGER,
    rVTTestSubR23ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR23I1CtrlStClusterSiteConnIx
                                       Integer32,
    rVTTestSubR23CtrlStOtherVals       INTEGER
  }

  rVTTestSubR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR23Entry  1 }

  rVTTestSubR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR23Entry  2 }

  rVTTestSubR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR23Entry  3 }

  rVTTestSubR23TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR23Entry  4 }

  rVTTestSubR23TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR23Entry  5 }

  rVTTestSubR23DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR23Entry  10 }

  rVTTestSubR23SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  11 }

  rVTTestSubR23SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  12 }

  rVTTestSubR23SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR23Entry  13 }

  rVTTestSubR23I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  14 }

  rVTTestSubR23I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  15 }

  rVTTestSubR23BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR23Entry  16 }

  rVTTestSubR23LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR23Entry  17 }

  rVTTestSubR23IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR23Entry  18 }

  rVTTestSubR23TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR23Entry  19 }

  rVTTestSubR23CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR23Entry  20 }

  rVTTestSubR23NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR23Entry  21 }

  rVTTestSubR23NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR23Entry  22 }

  rVTTestSubR23NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR23Entry  23 }

  rVTTestSubR23NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR23Entry  24 }

  rVTTestSubR23NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR23Entry  25 }

  rVTTestSubR23NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR23Entry  26 }

  rVTTestSubR23NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR23Entry  27 }

  rVTTestSubR23NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR23Entry  28 }

  rVTTestSubR23NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR23Entry  29 }

  rVTTestSubR23NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR23Entry  30 }

  rVTTestSubR23NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR23Entry  31 }

  rVTTestSubR23NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR23Entry  32 }

  rVTTestSubR23NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR23Entry  33 }

  rVTTestSubR23NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR23Entry  34 }

  rVTTestSubR23NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR23Entry  35 }

  rVTTestSubR23NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR23Entry  36 }

  rVTTestSubR23NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR23Entry  37 }

  rVTTestSubR23NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR23Entry  38 }

  rVTTestSubR23NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR23Entry  39 }

  rVTTestSubR23NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR23Entry  40 }

  rVTTestSubR23NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR23Entry  41 }

  rVTTestSubR23RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR23Entry  42 }

  rVTTestSubR23RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR23Entry  43 }

  rVTTestSubR23RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR23Entry  44 }

  rVTTestSubR23RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR23Entry  45 }

  rVTTestSubR23RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR23Entry  46 }

  rVTTestSubR23RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR23Entry  47 }

  rVTTestSubR23RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR23Entry  48 }

  rVTTestSubR23RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR23Entry  49 }

  rVTTestSubR23RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR23Entry  50 }

  rVTTestSubR23RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR23Entry  51 }

  rVTTestSubR23RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR23Entry  52 }

  rVTTestSubR23DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR23Entry  53 }

  rVTTestSubR23DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR23Entry  54 }

  rVTTestSubR23RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR23Entry  55 }

  rVTTestSubR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR23Entry  56 }

  rVTTestSubR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR23Entry  57 }

  rVTTestSubR23T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  58 }

  rVTTestSubR23T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  59 }

  rVTTestSubR23T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  60 }

  rVTTestSubR23T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  61 }

  rVTTestSubR23T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  62 }

  rVTTestSubR23T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  63 }

  rVTTestSubR23T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  64 }

  rVTTestSubR23T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  65 }

  rVTTestSubR23T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  66 }

  rVTTestSubR23T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  67 }

  rVTTestSubR23T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  68 }

  rVTTestSubR23T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  69 }

  rVTTestSubR23GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR23Entry  70 }

  rVTTestSubR23UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR23Entry  71 }

  rVTTestSubR23TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR23Entry  72 }

  rVTTestSubR23TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR23Entry  73 }

  rVTTestSubR23RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR23Entry  75 }

  rVTTestSubR23SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR23Entry  76 }

  rVTTestSubR23NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR23Entry  77 }

  rVTTestSubR23NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR23Entry  78 }

  rVTTestSubR23RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR23Entry  79 }

  rVTTestSubR23IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR23Entry  80 }

  rVTTestSubR23IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR23Entry  81 }

  rVTTestSubR23NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR23Entry  82 }

  rVTTestSubR23NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR23Entry  83 }

  rVTTestSubR23NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR23Entry  84 }

  rVTTestSubR23NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR23Entry  86 }

  rVTTestSubR23IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR23Entry  87 }

  rVTTestSubR23T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  90 }

  rVTTestSubR23T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  91 }

  rVTTestSubR23T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  92 }

  rVTTestSubR23T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  93 }

  rVTTestSubR23T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  94 }

  rVTTestSubR23LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR23Entry  95 }

  rVTTestSubR23LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR23Entry  96 }

  rVTTestSubR23LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR23Entry  97 }

  rVTTestSubR23LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR23Entry  98 }

  rVTTestSubR23LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR23Entry  99 }

  rVTTestSubR23NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR23Entry  100 }

  rVTTestSubR23NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR23Entry  101 }

  rVTTestSubR23NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR23Entry  102 }

  rVTTestSubR23NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR23Entry  103 }

  rVTTestSubR23NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR23Entry  104 }

  rVTTestSubR23NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR23Entry  105 }

  rVTTestSubR23NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR23Entry  106 }

  rVTTestSubR23NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR23Entry  107 }

  rVTTestSubR23T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  108 }

  rVTTestSubR23T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  109 }

  rVTTestSubR23T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  110 }

  rVTTestSubR23T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  111 }

  rVTTestSubR23T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  112 }

  rVTTestSubR23I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR23Entry  113 }

  rVTTestSubR23I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR23Entry  114 }

  rVTTestSubR23I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR23Entry  115 }

  rVTTestSubR23NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR23Entry  116 }

  rVTTestSubR23NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR23Entry  117 }

  rVTTestSubR23NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR23Entry  118 }

  rVTTestSubR23I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR23Entry  119 }

  rVTTestSubR23I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR23Entry  120 }

  rVTTestSubR23I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR23Entry  121 }

  rVTTestSubR23I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR23Entry  122 }

  rVTTestSubR23I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR23Entry  123 }

  rVTTestSubR23I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR23Entry  124 }

  rVTTestSubR23NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR23Entry  125 }

  rVTTestSubR23NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR23Entry  126 }

  rVTTestSubR23NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR23Entry  127 }

  rVTTestSubR23NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR23Entry  128 }

  rVTTestSubR23ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR23Entry  129 }

  rVTTestSubR23AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR23Entry  130 }

  rVTTestSubR23AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR23Entry  131 }

  rVTTestSubR23NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR23Entry  132 }

  rVTTestSubR23I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR23Entry  133 }

  rVTTestSubR23NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR23Entry  137 }

  rVTTestSubR23NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR23Entry  138 }

  rVTTestSubR23RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestSubR23Entry  139 }

  rVTTestSubR23RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR23Entry  140 }

  rVTTestSubR23LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR23Entry  141 }

  rVTTestSubR23LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR23Entry  142 }

  rVTTestSubR23LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR23Entry  143 }

  rVTTestSubR23LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR23Entry  144 }

  rVTTestSubR23LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR23Entry  145 }

  rVTTestSubR23LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR23Entry  146 }

  rVTTestSubR23LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR23Entry  147 }

  rVTTestSubR23LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR23Entry  148 }

  rVTTestSubR23LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR23Entry  149 }

  rVTTestSubR23LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR23Entry  150 }

  rVTTestSubR23LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR23Entry  151 }

  rVTTestSubR23LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR23Entry  152 }

  rVTTestSubR23LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR23Entry  153 }

  rVTTestSubR23LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR23Entry  154 }

  rVTTestSubR23LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR23Entry  155 }

  rVTTestSubR23I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR23Entry  156 }

  rVTTestSubR23I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR23Entry  157 }

  rVTTestSubR23I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR23Entry  158 }

  rVTTestSubR23I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR23Entry  159 }

  rVTTestSubR23ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  160 }

  rVTTestSubR23IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR23Entry  161 }

  rVTTestSubR23T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  162 }

  rVTTestSubR23T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  163 }

  rVTTestSubR23T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  164 }

  rVTTestSubR23T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  165 }

  rVTTestSubR23T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  166 }

  rVTTestSubR23T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  167 }

  rVTTestSubR23T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  169 }

  rVTTestSubR23T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  170 }

  rVTTestSubR23T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  171 }

  rVTTestSubR23T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  172 }

  rVTTestSubR23T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  173 }

  rVTTestSubR23T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  174 }

  rVTTestSubR23T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  176 }

  rVTTestSubR23T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  177 }

  rVTTestSubR23T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  178 }

  rVTTestSubR23T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  179 }

  rVTTestSubR23T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  180 }

  rVTTestSubR23T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  182 }

  rVTTestSubR23T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  183 }

  rVTTestSubR23T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  184 }

  rVTTestSubR23T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  185 }

  rVTTestSubR23T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  186 }

  rVTTestSubR23IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  187 }

  rVTTestSubR23T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  188 }

  rVTTestSubR23T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  189 }

  rVTTestSubR23T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  190 }

  rVTTestSubR23T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  191 }

  rVTTestSubR23T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  192 }

  rVTTestSubR23T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  193 }

  rVTTestSubR23T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  195 }

  rVTTestSubR23T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  196 }

  rVTTestSubR23T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  197 }

  rVTTestSubR23T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  198 }

  rVTTestSubR23T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  199 }

  rVTTestSubR23T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  200 }

  rVTTestSubR23T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  202 }

  rVTTestSubR23T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  203 }

  rVTTestSubR23T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  204 }

  rVTTestSubR23T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  205 }

  rVTTestSubR23T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  206 }

  rVTTestSubR23T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  208 }

  rVTTestSubR23T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  209 }

  rVTTestSubR23T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  210 }

  rVTTestSubR23T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  211 }

  rVTTestSubR23T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  212 }

  rVTTestSubR23IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  213 }

  rVTTestSubR23T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  214 }

  rVTTestSubR23T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  215 }

  rVTTestSubR23T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  216 }

  rVTTestSubR23T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  217 }

  rVTTestSubR23T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  218 }

  rVTTestSubR23T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  219 }

  rVTTestSubR23T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  221 }

  rVTTestSubR23T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  222 }

  rVTTestSubR23T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  223 }

  rVTTestSubR23T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  224 }

  rVTTestSubR23T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  225 }

  rVTTestSubR23T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  226 }

  rVTTestSubR23T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  228 }

  rVTTestSubR23T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  229 }

  rVTTestSubR23T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  230 }

  rVTTestSubR23T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  231 }

  rVTTestSubR23T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  232 }

  rVTTestSubR23T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  234 }

  rVTTestSubR23T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  235 }

  rVTTestSubR23T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  236 }

  rVTTestSubR23T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  237 }

  rVTTestSubR23T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  238 }

  rVTTestSubR23IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  239 }

  rVTTestSubR23T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  240 }

  rVTTestSubR23T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  241 }

  rVTTestSubR23T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  242 }

  rVTTestSubR23T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  243 }

  rVTTestSubR23T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  244 }

  rVTTestSubR23T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  245 }

  rVTTestSubR23T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  247 }

  rVTTestSubR23T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  248 }

  rVTTestSubR23T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  249 }

  rVTTestSubR23T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  250 }

  rVTTestSubR23T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  251 }

  rVTTestSubR23T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  252 }

  rVTTestSubR23T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  254 }

  rVTTestSubR23T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  255 }

  rVTTestSubR23T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  256 }

  rVTTestSubR23T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  257 }

  rVTTestSubR23T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  258 }

  rVTTestSubR23T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  260 }

  rVTTestSubR23T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  261 }

  rVTTestSubR23T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  262 }

  rVTTestSubR23T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  263 }

  rVTTestSubR23T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  264 }

  rVTTestSubR23IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  265 }

  rVTTestSubR23T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  266 }

  rVTTestSubR23T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  267 }

  rVTTestSubR23T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  268 }

  rVTTestSubR23T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  269 }

  rVTTestSubR23T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  270 }

  rVTTestSubR23T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  271 }

  rVTTestSubR23T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  273 }

  rVTTestSubR23T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  274 }

  rVTTestSubR23T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  275 }

  rVTTestSubR23T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  276 }

  rVTTestSubR23T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  277 }

  rVTTestSubR23T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  278 }

  rVTTestSubR23T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  280 }

  rVTTestSubR23T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  281 }

  rVTTestSubR23T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  282 }

  rVTTestSubR23T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  283 }

  rVTTestSubR23T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  284 }

  rVTTestSubR23T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  286 }

  rVTTestSubR23T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  287 }

  rVTTestSubR23T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  288 }

  rVTTestSubR23T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  289 }

  rVTTestSubR23T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  290 }

  rVTTestSubR23IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  291 }

  rVTTestSubR23T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  292 }

  rVTTestSubR23T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  293 }

  rVTTestSubR23T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  294 }

  rVTTestSubR23T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  295 }

  rVTTestSubR23T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  296 }

  rVTTestSubR23T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  297 }

  rVTTestSubR23T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  299 }

  rVTTestSubR23T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  300 }

  rVTTestSubR23T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  301 }

  rVTTestSubR23T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  302 }

  rVTTestSubR23T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  303 }

  rVTTestSubR23T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  304 }

  rVTTestSubR23T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  306 }

  rVTTestSubR23T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  307 }

  rVTTestSubR23T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  308 }

  rVTTestSubR23T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  309 }

  rVTTestSubR23T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  310 }

  rVTTestSubR23T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  312 }

  rVTTestSubR23T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  313 }

  rVTTestSubR23T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  314 }

  rVTTestSubR23T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  315 }

  rVTTestSubR23T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  316 }

  rVTTestSubR23IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  317 }

  rVTTestSubR23T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  318 }

  rVTTestSubR23T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  319 }

  rVTTestSubR23T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  320 }

  rVTTestSubR23T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  321 }

  rVTTestSubR23T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  322 }

  rVTTestSubR23T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  323 }

  rVTTestSubR23T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  325 }

  rVTTestSubR23T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  326 }

  rVTTestSubR23T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  327 }

  rVTTestSubR23T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  328 }

  rVTTestSubR23T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  329 }

  rVTTestSubR23T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  330 }

  rVTTestSubR23T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  332 }

  rVTTestSubR23T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  333 }

  rVTTestSubR23T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  334 }

  rVTTestSubR23T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  335 }

  rVTTestSubR23T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  336 }

  rVTTestSubR23T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  338 }

  rVTTestSubR23T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  339 }

  rVTTestSubR23T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  340 }

  rVTTestSubR23T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  341 }

  rVTTestSubR23T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  342 }

  rVTTestSubR23IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  343 }

  rVTTestSubR23T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  344 }

  rVTTestSubR23T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  345 }

  rVTTestSubR23T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  346 }

  rVTTestSubR23T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  347 }

  rVTTestSubR23T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  348 }

  rVTTestSubR23T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  349 }

  rVTTestSubR23T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  351 }

  rVTTestSubR23T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  352 }

  rVTTestSubR23T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  353 }

  rVTTestSubR23T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  354 }

  rVTTestSubR23T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  355 }

  rVTTestSubR23T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  356 }

  rVTTestSubR23T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  358 }

  rVTTestSubR23T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  359 }

  rVTTestSubR23T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  360 }

  rVTTestSubR23T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  361 }

  rVTTestSubR23T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  362 }

  rVTTestSubR23T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  364 }

  rVTTestSubR23T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  365 }

  rVTTestSubR23T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  366 }

  rVTTestSubR23T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  367 }

  rVTTestSubR23T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  368 }

  rVTTestSubR23IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  369 }

  rVTTestSubR23T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  370 }

  rVTTestSubR23T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  371 }

  rVTTestSubR23T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  372 }

  rVTTestSubR23T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  373 }

  rVTTestSubR23T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  374 }

  rVTTestSubR23T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  375 }

  rVTTestSubR23T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  377 }

  rVTTestSubR23T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  378 }

  rVTTestSubR23T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  379 }

  rVTTestSubR23T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  380 }

  rVTTestSubR23T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  381 }

  rVTTestSubR23T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  382 }

  rVTTestSubR23T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  384 }

  rVTTestSubR23T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  385 }

  rVTTestSubR23T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  386 }

  rVTTestSubR23T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  387 }

  rVTTestSubR23T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  388 }

  rVTTestSubR23T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  390 }

  rVTTestSubR23T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  391 }

  rVTTestSubR23T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  392 }

  rVTTestSubR23T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  393 }

  rVTTestSubR23T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  394 }

  rVTTestSubR23IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  395 }

  rVTTestSubR23T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  396 }

  rVTTestSubR23T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  397 }

  rVTTestSubR23T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  398 }

  rVTTestSubR23T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  399 }

  rVTTestSubR23T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  400 }

  rVTTestSubR23T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  401 }

  rVTTestSubR23T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  403 }

  rVTTestSubR23T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  404 }

  rVTTestSubR23T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  405 }

  rVTTestSubR23T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  406 }

  rVTTestSubR23T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  407 }

  rVTTestSubR23T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  408 }

  rVTTestSubR23T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  410 }

  rVTTestSubR23T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  411 }

  rVTTestSubR23T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  412 }

  rVTTestSubR23T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  413 }

  rVTTestSubR23T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  414 }

  rVTTestSubR23T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  416 }

  rVTTestSubR23T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  417 }

  rVTTestSubR23T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  418 }

  rVTTestSubR23T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  419 }

  rVTTestSubR23T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  420 }

  rVTTestSubR23IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  421 }

  rVTTestSubR23ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR23Entry  422 }

  rVTTestSubR23ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR23Entry  423 }

  rVTTestSubR23T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  424 }

  rVTTestSubR23T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  425 }

  rVTTestSubR23T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  426 }

  rVTTestSubR23T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  427 }

  rVTTestSubR23T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  428 }

  rVTTestSubR23T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  429 }

  rVTTestSubR23T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  431 }

  rVTTestSubR23T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  432 }

  rVTTestSubR23T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  433 }

  rVTTestSubR23T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  434 }

  rVTTestSubR23T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  435 }

  rVTTestSubR23T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  436 }

  rVTTestSubR23T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  438 }

  rVTTestSubR23T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  439 }

  rVTTestSubR23T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  440 }

  rVTTestSubR23T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  441 }

  rVTTestSubR23T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  442 }

  rVTTestSubR23T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  444 }

  rVTTestSubR23T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  445 }

  rVTTestSubR23T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  446 }

  rVTTestSubR23T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  447 }

  rVTTestSubR23T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  448 }

  rVTTestSubR23ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  449 }

  rVTTestSubR23T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  450 }

  rVTTestSubR23T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  451 }

  rVTTestSubR23T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  452 }

  rVTTestSubR23T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  453 }

  rVTTestSubR23T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  454 }

  rVTTestSubR23T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  455 }

  rVTTestSubR23T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  457 }

  rVTTestSubR23T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  458 }

  rVTTestSubR23T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  459 }

  rVTTestSubR23T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  460 }

  rVTTestSubR23T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  461 }

  rVTTestSubR23T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  462 }

  rVTTestSubR23T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  464 }

  rVTTestSubR23T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  465 }

  rVTTestSubR23T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  466 }

  rVTTestSubR23T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  467 }

  rVTTestSubR23T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  468 }

  rVTTestSubR23T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  470 }

  rVTTestSubR23T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  471 }

  rVTTestSubR23T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  472 }

  rVTTestSubR23T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  473 }

  rVTTestSubR23T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  474 }

  rVTTestSubR23ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  475 }

  rVTTestSubR23T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  476 }

  rVTTestSubR23T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  477 }

  rVTTestSubR23T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  478 }

  rVTTestSubR23T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  479 }

  rVTTestSubR23T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  480 }

  rVTTestSubR23T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  481 }

  rVTTestSubR23T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  483 }

  rVTTestSubR23T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  484 }

  rVTTestSubR23T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  485 }

  rVTTestSubR23T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  486 }

  rVTTestSubR23T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  487 }

  rVTTestSubR23T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  488 }

  rVTTestSubR23T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  490 }

  rVTTestSubR23T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  491 }

  rVTTestSubR23T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  492 }

  rVTTestSubR23T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  493 }

  rVTTestSubR23T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  494 }

  rVTTestSubR23T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  496 }

  rVTTestSubR23T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  497 }

  rVTTestSubR23T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  498 }

  rVTTestSubR23T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  499 }

  rVTTestSubR23T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  500 }

  rVTTestSubR23ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  501 }

  rVTTestSubR23T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  502 }

  rVTTestSubR23T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  503 }

  rVTTestSubR23T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  504 }

  rVTTestSubR23T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  505 }

  rVTTestSubR23T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  506 }

  rVTTestSubR23T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  507 }

  rVTTestSubR23T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  509 }

  rVTTestSubR23T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  510 }

  rVTTestSubR23T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  511 }

  rVTTestSubR23T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  512 }

  rVTTestSubR23T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  513 }

  rVTTestSubR23T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  514 }

  rVTTestSubR23T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  516 }

  rVTTestSubR23T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  517 }

  rVTTestSubR23T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  518 }

  rVTTestSubR23T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  519 }

  rVTTestSubR23T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  520 }

  rVTTestSubR23T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  522 }

  rVTTestSubR23T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  523 }

  rVTTestSubR23T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  524 }

  rVTTestSubR23T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  525 }

  rVTTestSubR23T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  526 }

  rVTTestSubR23ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  527 }

  rVTTestSubR23T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  528 }

  rVTTestSubR23T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  529 }

  rVTTestSubR23T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  530 }

  rVTTestSubR23T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  531 }

  rVTTestSubR23T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  532 }

  rVTTestSubR23T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  533 }

  rVTTestSubR23T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  535 }

  rVTTestSubR23T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  536 }

  rVTTestSubR23T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  537 }

  rVTTestSubR23T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  538 }

  rVTTestSubR23T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  539 }

  rVTTestSubR23T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  540 }

  rVTTestSubR23T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  542 }

  rVTTestSubR23T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  543 }

  rVTTestSubR23T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  544 }

  rVTTestSubR23T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  545 }

  rVTTestSubR23T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  546 }

  rVTTestSubR23T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  548 }

  rVTTestSubR23T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  549 }

  rVTTestSubR23T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  550 }

  rVTTestSubR23T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  551 }

  rVTTestSubR23T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  552 }

  rVTTestSubR23ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  553 }

  rVTTestSubR23T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  554 }

  rVTTestSubR23T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  555 }

  rVTTestSubR23T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  556 }

  rVTTestSubR23T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  557 }

  rVTTestSubR23T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  558 }

  rVTTestSubR23T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  559 }

  rVTTestSubR23T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  561 }

  rVTTestSubR23T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  562 }

  rVTTestSubR23T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  563 }

  rVTTestSubR23T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  564 }

  rVTTestSubR23T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  565 }

  rVTTestSubR23T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  566 }

  rVTTestSubR23T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  568 }

  rVTTestSubR23T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  569 }

  rVTTestSubR23T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  570 }

  rVTTestSubR23T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  571 }

  rVTTestSubR23T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  572 }

  rVTTestSubR23T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  574 }

  rVTTestSubR23T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  575 }

  rVTTestSubR23T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  576 }

  rVTTestSubR23T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  577 }

  rVTTestSubR23T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  578 }

  rVTTestSubR23ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  579 }

  rVTTestSubR23T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  580 }

  rVTTestSubR23T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  581 }

  rVTTestSubR23T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  582 }

  rVTTestSubR23T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  583 }

  rVTTestSubR23T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  584 }

  rVTTestSubR23T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  585 }

  rVTTestSubR23T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  587 }

  rVTTestSubR23T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  588 }

  rVTTestSubR23T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  589 }

  rVTTestSubR23T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  590 }

  rVTTestSubR23T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  591 }

  rVTTestSubR23T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  592 }

  rVTTestSubR23T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  594 }

  rVTTestSubR23T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  595 }

  rVTTestSubR23T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  596 }

  rVTTestSubR23T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  597 }

  rVTTestSubR23T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  598 }

  rVTTestSubR23T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  600 }

  rVTTestSubR23T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  601 }

  rVTTestSubR23T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  602 }

  rVTTestSubR23T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  603 }

  rVTTestSubR23T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  604 }

  rVTTestSubR23ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  605 }

  rVTTestSubR23T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  606 }

  rVTTestSubR23T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  607 }

  rVTTestSubR23T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  608 }

  rVTTestSubR23T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  609 }

  rVTTestSubR23T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  610 }

  rVTTestSubR23T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  611 }

  rVTTestSubR23T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  613 }

  rVTTestSubR23T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  614 }

  rVTTestSubR23T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  615 }

  rVTTestSubR23T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  616 }

  rVTTestSubR23T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  617 }

  rVTTestSubR23T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  618 }

  rVTTestSubR23T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  620 }

  rVTTestSubR23T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  621 }

  rVTTestSubR23T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  622 }

  rVTTestSubR23T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  623 }

  rVTTestSubR23T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  624 }

  rVTTestSubR23T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  626 }

  rVTTestSubR23T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  627 }

  rVTTestSubR23T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  628 }

  rVTTestSubR23T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  629 }

  rVTTestSubR23T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  630 }

  rVTTestSubR23ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  631 }

  rVTTestSubR23T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  632 }

  rVTTestSubR23T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  633 }

  rVTTestSubR23T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  634 }

  rVTTestSubR23T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  635 }

  rVTTestSubR23T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  636 }

  rVTTestSubR23T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  637 }

  rVTTestSubR23T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  639 }

  rVTTestSubR23T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  640 }

  rVTTestSubR23T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  641 }

  rVTTestSubR23T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  642 }

  rVTTestSubR23T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  643 }

  rVTTestSubR23T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  644 }

  rVTTestSubR23T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  646 }

  rVTTestSubR23T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  647 }

  rVTTestSubR23T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  648 }

  rVTTestSubR23T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  649 }

  rVTTestSubR23T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  650 }

  rVTTestSubR23T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  652 }

  rVTTestSubR23T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  653 }

  rVTTestSubR23T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  654 }

  rVTTestSubR23T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  655 }

  rVTTestSubR23T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  656 }

  rVTTestSubR23ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  657 }

  rVTTestSubR23T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  658 }

  rVTTestSubR23T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  659 }

  rVTTestSubR23T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  660 }

  rVTTestSubR23T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  661 }

  rVTTestSubR23T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  662 }

  rVTTestSubR23T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR23Entry  663 }

  rVTTestSubR23T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  665 }

  rVTTestSubR23T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  666 }

  rVTTestSubR23T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  667 }

  rVTTestSubR23T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  668 }

  rVTTestSubR23T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  669 }

  rVTTestSubR23T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR23Entry  670 }

  rVTTestSubR23T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  672 }

  rVTTestSubR23T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  673 }

  rVTTestSubR23T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  674 }

  rVTTestSubR23T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  675 }

  rVTTestSubR23T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR23Entry  676 }

  rVTTestSubR23T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  678 }

  rVTTestSubR23T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  679 }

  rVTTestSubR23T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  680 }

  rVTTestSubR23T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  681 }

  rVTTestSubR23T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR23Entry  682 }

  rVTTestSubR23ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  683 }

  rVTTestSubR23ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR23Entry  684 }

  rVTTestSubR23ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR23Entry  685 }

  rVTTestSubR23NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR23Entry  686 }

  rVTTestSubR23NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR23Entry  687 }

  rVTTestSubR23NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR23Entry  688 }

  rVTTestSubR23NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR23Entry  689 }

  rVTTestSubR23NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR23Entry  690 }

  rVTTestSubR23NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR23Entry  691 }

  rVTTestSubR23NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR23Entry  692 }

  rVTTestSubR23NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR23Entry  693 }

  rVTTestSubR23NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR23Entry  694 }

  rVTTestSubR23NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR23Entry  695 }

  rVTTestSubR23NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR23Entry  696 }

  rVTTestSubR23NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR23Entry  697 }

  rVTTestSubR23NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR23Entry  698 }

  rVTTestSubR23NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR23Entry  699 }

  rVTTestSubR23NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR23Entry  700 }

  rVTTestSubR23NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR23Entry  701 }

  rVTTestSubR23NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR23Entry  702 }

  rVTTestSubR23NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR23Entry  703 }

  rVTTestSubR23RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR23Entry  704 }

  rVTTestSubR23IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR23Entry  706 }

  rVTTestSubR23I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  712 }

  rVTTestSubR23I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  713 }

  rVTTestSubR23SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  800 }

  rVTTestSubR23SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  801 }

  rVTTestSubR23SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR23Entry  802 }

  rVTTestSubR23SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  810 }

  rVTTestSubR23SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  811 }

  rVTTestSubR23SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  812 }

  rVTTestSubR23SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  813 }

  rVTTestSubR23SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  814 }

  rVTTestSubR23SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  815 }

  rVTTestSubR23SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  816 }

  rVTTestSubR23SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR23Entry  817 }

  rVTTestSubR23SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR23Entry  818 }

  rVTTestSubR23SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  822 }

  rVTTestSubR23SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  823 }

  rVTTestSubR23SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR23Entry  824 }

  rVTTestSubR23CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR23Entry  825 }

  rVTTestSubR23SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  826 }

  rVTTestSubR23SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR23Entry  827 }

  rVTTestSubR23SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR23Entry  828 }

  rVTTestSubR23NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR23Entry  829 }

  rVTTestSubR23DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR23Entry  830 }

  rVTTestSubR23DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR23Entry  831 }

  rVTTestSubR23DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR23Entry  832 }

  rVTTestSubR23HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR23Entry  833 }

  rVTTestSubR23MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR23Entry  834 }

  rVTTestSubR23NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR23Entry  835 }

  rVTTestSubR23NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR23Entry  836 }

  rVTTestSubR23RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR23Entry  837 }

  rVTTestSubR23IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR23Entry  838 }

  rVTTestSubR23I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  839 }

  rVTTestSubR23I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  840 }

  rVTTestSubR23I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  841 }

  rVTTestSubR23I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR23Entry  842 }

  rVTTestSubR23ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR23Entry  843 }

  rVTTestSubR23ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR23Entry  844 }

  rVTTestSubR23RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR23Entry  845 }

  rVTTestSubR23RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR23Entry  846 }

  rVTTestSubR23RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR23Entry  847 }

  rVTTestSubR23ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR23Entry  848 }

  rVTTestSubR23ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR23Entry  849 }

  rVTTestSubR23I1CtrlStClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR23Entry  850 }

  rVTTestSubR23CtrlStOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling site'.
                  This field represents the fixed
                  values that Controlling site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR23Entry  851 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  rPSNumVldnTableR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2223 }

  rPSNumVldnTableR16Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR16NEConn,
             rPSNumVldnTableR16NetwkElement,
             rPSNumVldnTableR16CFSIx,
             rPSNumVldnTableR16CfgSetIx,
             rPSNumVldnTableR16NumVldnTblIx }
    ::= {  rPSNumVldnTableR16Table  1  }

  RPSNumVldnTableR16Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR16NEConn           Unsigned32,
    rPSNumVldnTableR16NetwkElement     DisplayString,
    rPSNumVldnTableR16CFSIx            Unsigned32,
    rPSNumVldnTableR16CfgSetIx         Unsigned32,
    rPSNumVldnTableR16NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR16NumVldnTblName   DisplayString,
    rPSNumVldnTableR16SearchType       INTEGER,
    rPSNumVldnTableR16MatchAttr1       INTEGER,
    rPSNumVldnTableR16MatchAttr2       INTEGER,
    rPSNumVldnTableR16MatchAttr3       INTEGER,
    rPSNumVldnTableR16I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR16I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR16I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR16I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR16I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR16DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR16RowStatus        RowStatus,
    rPSNumVldnTableR16ExportCorr       Counter64,
    rPSNumVldnTableR16I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR16I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR16I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR16I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR16I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR16ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR16ExportStatus     DisplayString,
    rPSNumVldnTableR16ExportFile       DisplayString,
    rPSNumVldnTableR16DefMtchAct       INTEGER,
    rPSNumVldnTableR16ExportCorrNode   DisplayString,
    rPSNumVldnTableR16DoExtraActions   INTEGER,
    rPSNumVldnTableR16ExportCorrUID    DisplayString,
    rPSNumVldnTableR16AddrMatchType    INTEGER,
    rPSNumVldnTableR16TblType          INTEGER,
    rPSNumVldnTableR16Filename         DisplayString,
    rPSNumVldnTableR16FileLoadStatus   INTEGER,
    rPSNumVldnTableR16FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR16NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR16FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR16MemUsage         Unsigned32,
    rPSNumVldnTableR16OverrideHeader   DisplayString,
    rPSNumVldnTableR16ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR16I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR16I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR16I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR16I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR16I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR16FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR16ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR16ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR16Entry  1 }

  rPSNumVldnTableR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR16Entry  2 }

  rPSNumVldnTableR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR16Entry  3 }

  rPSNumVldnTableR16CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR16Entry  4 }

  rPSNumVldnTableR16NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR16Entry  5 }

  rPSNumVldnTableR16NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR16Entry  6 }

  rPSNumVldnTableR16SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR16Entry  7 }

  rPSNumVldnTableR16MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   controllingSite(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR16Entry  8 }

  rPSNumVldnTableR16MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   controllingSite(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR16Entry  9 }

  rPSNumVldnTableR16MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   controllingSite(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR16Entry  10 }

  rPSNumVldnTableR16I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR16Entry  11 }

  rPSNumVldnTableR16I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR16Entry  12 }

  rPSNumVldnTableR16I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR16Entry  13 }

  rPSNumVldnTableR16I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR16Entry  14 }

  rPSNumVldnTableR16I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR16Entry  15 }

  rPSNumVldnTableR16DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR16Entry  16 }

  rPSNumVldnTableR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR16Entry  17 }

  rPSNumVldnTableR16ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR16Entry  18 }

  rPSNumVldnTableR16I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  19 }

  rPSNumVldnTableR16I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  20 }

  rPSNumVldnTableR16I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  21 }

  rPSNumVldnTableR16I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  22 }

  rPSNumVldnTableR16I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  23 }

  rPSNumVldnTableR16ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR16Entry  24 }

  rPSNumVldnTableR16ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR16Entry  25 }

  rPSNumVldnTableR16ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR16Entry  26 }

  rPSNumVldnTableR16DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR16Entry  27 }

  rPSNumVldnTableR16ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR16Entry  28 }

  rPSNumVldnTableR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR16Entry  29 }

  rPSNumVldnTableR16ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR16Entry  30 }

  rPSNumVldnTableR16AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR16Entry  31 }

  rPSNumVldnTableR16TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR16Entry  32 }

  rPSNumVldnTableR16Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR16Entry  33 }

  rPSNumVldnTableR16FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR16Entry  34 }

  rPSNumVldnTableR16FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR16Entry  35 }

  rPSNumVldnTableR16NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR16Entry  36 }

  rPSNumVldnTableR16FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR16Entry  37 }

  rPSNumVldnTableR16MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR16Entry  38 }

  rPSNumVldnTableR16OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR16Entry  39 }

  rPSNumVldnTableR16ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR16Entry  40 }

  rPSNumVldnTableR16I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  41 }

  rPSNumVldnTableR16I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  42 }

  rPSNumVldnTableR16I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  43 }

  rPSNumVldnTableR16I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  44 }

  rPSNumVldnTableR16I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR16Entry  45 }

  rPSNumVldnTableR16FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR16Entry  46 }

  rPSNumVldnTableR16ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR16Entry  47 }

  rPSNumVldnTableR16ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR16Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Table'                                              */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  rPSRoutingTableR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSRoutingTableR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2224 }

  rPSRoutingTableR14Entry OBJECT-TYPE
    SYNTAX       RPSRoutingTableR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSRoutingTableR14NEConn,
             rPSRoutingTableR14NetwkElement,
             rPSRoutingTableR14CFSIx,
             rPSRoutingTableR14CfgSetIx,
             rPSRoutingTableR14RtgTblIx }
    ::= {  rPSRoutingTableR14Table  1  }

  RPSRoutingTableR14Entry  ::=  SEQUENCE
  {
    rPSRoutingTableR14NEConn           Unsigned32,
    rPSRoutingTableR14NetwkElement     DisplayString,
    rPSRoutingTableR14CFSIx            Unsigned32,
    rPSRoutingTableR14CfgSetIx         Unsigned32,
    rPSRoutingTableR14RtgTblIx         Unsigned32,
    rPSRoutingTableR14RtgTblType       INTEGER,
    rPSRoutingTableR14RowStatus        RowStatus,
    rPSRoutingTableR14ExportCorr       Counter64,
    rPSRoutingTableR14ExportNumObjectsExported
                                       Integer32,
    rPSRoutingTableR14ExportStatus     DisplayString,
    rPSRoutingTableR14ExportFile       DisplayString,
    rPSRoutingTableR14ExportCorrNode   DisplayString,
    rPSRoutingTableR14DoExtraActions   INTEGER,
    rPSRoutingTableR14RtgActionAlrmsAtndDp
                                       Integer32,
    rPSRoutingTableR14RtgActionAlrmEvtsAtndDp
                                       Integer32,
    rPSRoutingTableR14SummaryChldAlrmState
                                       INTEGER,
    rPSRoutingTableR14ExportCorrUID    DisplayString,
    rPSRoutingTableR14RtgTblName       DisplayString,
    rPSRoutingTableR14MatchAttr1       INTEGER,
    rPSRoutingTableR14MatchAttr2       INTEGER,
    rPSRoutingTableR14MatchAttr3       INTEGER,
    rPSRoutingTableR14TotChldAlrmsAtndDp
                                       Unsigned32,
    rPSRoutingTableR14TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    rPSRoutingTableR14FirstChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR14SecondChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR14ThirdChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR14ExportIncASRepData
                                       INTEGER,
    rPSRoutingTableR14ExportChldObjectsToInc
                                       INTEGER
  }

  rPSRoutingTableR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSRoutingTableR14Entry  1 }

  rPSRoutingTableR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSRoutingTableR14Entry  2 }

  rPSRoutingTableR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSRoutingTableR14Entry  3 }

  rPSRoutingTableR14CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSRoutingTableR14Entry  4 }

  rPSRoutingTableR14RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSRoutingTableR14Entry  5 }

  rPSRoutingTableR14RtgTblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   destinationAddress(1),
                   sourceAddress(2),
                   transitAddress(3),
                   currentTime(4),
                   sequentialSelection(5),
                   weightedRandom(6),
                   stickyRandom(7),
                   callGapping(8),
                   incomingMediaType(13),
                   subscriberNVAndRoutingAttributes(14),
                   numberValidationAttributes(23),
                   incomingReleaseCause(24),
                   bearerCapability(25),
                   callingPartyCategory(26),
                   propagationDelay(27),
                   satelliteIndicator(28),
                   iSUPPreferenceIndicator(29),
                   germanNationalISUPUKKParameter(30),
                   germanNationalISUPSSPParameter(31),
                   flexibleRoutingPolicy(32)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table type'."
    ::= { rPSRoutingTableR14Entry  6 }

  rPSRoutingTableR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSRoutingTableR14Entry  7 }

  rPSRoutingTableR14ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSRoutingTableR14Entry  8 }

  rPSRoutingTableR14ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSRoutingTableR14Entry  9 }

  rPSRoutingTableR14ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSRoutingTableR14Entry  10 }

  rPSRoutingTableR14ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSRoutingTableR14Entry  11 }

  rPSRoutingTableR14ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSRoutingTableR14Entry  12 }

  rPSRoutingTableR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSRoutingTableR14Entry  13 }

  rPSRoutingTableR14RtgActionAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarms'."
    ::= { rPSRoutingTableR14Entry  14 }

  rPSRoutingTableR14RtgActionAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSRoutingTableR14Entry  15 }

  rPSRoutingTableR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSRoutingTableR14Entry  16 }

  rPSRoutingTableR14ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSRoutingTableR14Entry  17 }

  rPSRoutingTableR14RtgTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table name'."
    ::= { rPSRoutingTableR14Entry  18 }

  rPSRoutingTableR14MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   controllingSite(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR14Entry  19 }

  rPSRoutingTableR14MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   controllingSite(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR14Entry  20 }

  rPSRoutingTableR14MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   controllingSite(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR14Entry  21 }

  rPSRoutingTableR14TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSRoutingTableR14Entry  22 }

  rPSRoutingTableR14TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSRoutingTableR14Entry  23 }

  rPSRoutingTableR14FirstChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First choice routing policy'."
    DEFVAL       { 1 }
    ::= { rPSRoutingTableR14Entry  24 }

  rPSRoutingTableR14SecondChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR14Entry  25 }

  rPSRoutingTableR14ThirdChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Third choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR14Entry  26 }

  rPSRoutingTableR14ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSRoutingTableR14Entry  29 }

  rPSRoutingTableR14ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSRoutingTableR14Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Profile'                                              */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  h248ProfR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248ProfR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Configuration'."
    ::= { metaSwitch  2225 }

  h248ProfR1Entry OBJECT-TYPE
    SYNTAX       H248ProfR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248ProfR1NEConn,
             h248ProfR1NetwkElement,
             h248ProfR1MediaGatewayIx,
             h248ProfR1H248ProfIx }
    ::= {  h248ProfR1Table  1  }

  H248ProfR1Entry  ::=  SEQUENCE
  {
    h248ProfR1NEConn                   Unsigned32,
    h248ProfR1NetwkElement             DisplayString,
    h248ProfR1MediaGatewayIx           Unsigned32,
    h248ProfR1H248ProfIx               INTEGER,
    h248ProfR1ProfNameAndVersion       DisplayString,
    h248ProfR1Desc                     DisplayString,
    h248ProfR1H2481DefRTPStatisticsPackages
                                       BITS,
    h248ProfR1H2487GenAnncsDefAnnDurn  Unsigned32,
    h248ProfR1H2487GenAnncsDefAnnVarLcl
                                       DisplayString,
    h248ProfR1H2487GenAnncsDefAnnNumCycles
                                       Unsigned32,
    h248ProfR1H24832UnsupportedResBehavior
                                       INTEGER,
    h248ProfR1H24832CallCapacityExtension
                                       INTEGER,
    h248ProfR1H24832MultipartyCxtUtilizationExtension
                                       INTEGER,
    h248ProfR1Q1970IPBCPVersion        Unsigned32,
    h248ProfR1Q1970IPBCPResponseTimer  Unsigned32,
    h248ProfR1RowStatus                RowStatus,
    h248ProfR1H24830RTCPXRDefRTCPXRStatisticsPackages
                                       BITS,
    h248ProfR1H24840DefDetectionTime   Unsigned32
  }

  h248ProfR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248ProfR1Entry  1 }

  h248ProfR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248ProfR1Entry  2 }

  h248ProfR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248ProfR1Entry  3 }

  h248ProfR1H248ProfIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 Profile index'.
                  This is an index field."
    ::= { h248ProfR1Entry  4 }

  h248ProfR1ProfNameAndVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..67))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name and version'."
    ::= { h248ProfR1Entry  5 }

  h248ProfR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { h248ProfR1Entry  6 }

  h248ProfR1H2481DefRTPStatisticsPackages OBJECT-TYPE
    SYNTAX       BITS {
                   networkPackage(0),
                   rTPPackage(1),
                   metaswitchRTPPackage(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 - default RTP statistics packages'."
    DEFVAL       { {networkPackage, rTPPackage} }
    ::= { h248ProfR1Entry  7 }

  h248ProfR1H2487GenAnncsDefAnnDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "hundredths of a second"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement duration'."
    DEFVAL       { 0 }
    ::= { h248ProfR1Entry  8 }

  h248ProfR1H2487GenAnncsDefAnnVarLcl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement variant (locale)'."
    ::= { h248ProfR1Entry  9 }

  h248ProfR1H2487GenAnncsDefAnnNumCycles OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement number of cycles'."
    DEFVAL       { 1 }
    ::= { h248ProfR1Entry  10 }

  h248ProfR1H24832UnsupportedResBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   fail(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - unsupported resource behavior'."
    DEFVAL       { ignore }
    ::= { h248ProfR1Entry  11 }

  h248ProfR1H24832CallCapacityExtension OBJECT-TYPE
    SYNTAX       INTEGER {
                   unused(0),
                   ext1(1),
                   ext2(2),
                   ext3(3),
                   ext4(4),
                   ext5(5),
                   ext6(6),
                   ext7(7),
                   ext8(8),
                   ext9(9),
                   ext10(10),
                   ext11(11),
                   ext12(12),
                   ext13(13),
                   ext14(14),
                   ext15(15),
                   ext16(16),
                   ext17(17),
                   ext18(18),
                   ext19(19),
                   ext20(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - call capacity extension'."
    DEFVAL       { unused }
    ::= { h248ProfR1Entry  12 }

  h248ProfR1H24832MultipartyCxtUtilizationExtension OBJECT-TYPE
    SYNTAX       INTEGER {
                   unused(0),
                   ext1(1),
                   ext2(2),
                   ext3(3),
                   ext4(4),
                   ext5(5),
                   ext6(6),
                   ext7(7),
                   ext8(8),
                   ext9(9),
                   ext10(10),
                   ext11(11),
                   ext12(12),
                   ext13(13),
                   ext14(14),
                   ext15(15),
                   ext16(16),
                   ext17(17),
                   ext18(18),
                   ext19(19),
                   ext20(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - multiparty context utilization extension'."
    DEFVAL       { unused }
    ::= { h248ProfR1Entry  13 }

  h248ProfR1Q1970IPBCPVersion OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.1970 - IPBCP version'."
    DEFVAL       { 1 }
    ::= { h248ProfR1Entry  14 }

  h248ProfR1Q1970IPBCPResponseTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.1970 - IPBCP response timer'."
    DEFVAL       { 5 }
    ::= { h248ProfR1Entry  15 }

  h248ProfR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248ProfR1Entry  16 }

  h248ProfR1H24830RTCPXRDefRTCPXRStatisticsPackages OBJECT-TYPE
    SYNTAX       BITS {
                   rTCPXRBasePackage(0),
                   rTCPXRBurstMetricsPackage(1),
                   receivedRTCPXRPackage(2),
                   receivedRTCPXRBurstMetricsPackage(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.30 RTCP-XR - default RTCP-XR statistics packages'."
    DEFVAL       { {} }
    ::= { h248ProfR1Entry  17 }

  h248ProfR1H24840DefDetectionTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248.40 - default detection time'."
    DEFVAL       { 10 }
    ::= { h248ProfR1Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Profiles'                                             */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  mediaProfsConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaProfsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2226 }

  mediaProfsConR1Entry OBJECT-TYPE
    SYNTAX       MediaProfsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaProfsConR1NEConn,
             mediaProfsConR1NetwkElement,
             mediaProfsConR1MediaGatewayIx }
    ::= {  mediaProfsConR1Table  1  }

  MediaProfsConR1Entry  ::=  SEQUENCE
  {
    mediaProfsConR1NEConn              Unsigned32,
    mediaProfsConR1NetwkElement        DisplayString,
    mediaProfsConR1MediaGatewayIx      Unsigned32,
    mediaProfsConR1RealmAlrmsAttnRq    Integer32,
    mediaProfsConR1RealmAlrmEvtsAttnRq Integer32,
    mediaProfsConR1SummaryChldAlrmState
                                       INTEGER,
    mediaProfsConR1ImportCnt           Integer32,
    mediaProfsConR1ImportStatus        DisplayString,
    mediaProfsConR1ImportMode          INTEGER,
    mediaProfsConR1ImportFile          DisplayString,
    mediaProfsConR1ImportCorr          Counter64,
    mediaProfsConR1ImportCorrNode      DisplayString,
    mediaProfsConR1ImportCorrUID       DisplayString,
    mediaProfsConR1DoExtraActions      INTEGER,
    mediaProfsConR1ChldStatisticsAlrms Integer32
  }

  mediaProfsConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaProfsConR1Entry  1 }

  mediaProfsConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaProfsConR1Entry  2 }

  mediaProfsConR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mediaProfsConR1Entry  3 }

  mediaProfsConR1RealmAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm Attention Required alarms'."
    ::= { mediaProfsConR1Entry  4 }

  mediaProfsConR1RealmAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Realm Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mediaProfsConR1Entry  5 }

  mediaProfsConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mediaProfsConR1Entry  6 }

  mediaProfsConR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { mediaProfsConR1Entry  7 }

  mediaProfsConR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { mediaProfsConR1Entry  8 }

  mediaProfsConR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { mediaProfsConR1Entry  9 }

  mediaProfsConR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { mediaProfsConR1Entry  10 }

  mediaProfsConR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { mediaProfsConR1Entry  11 }

  mediaProfsConR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { mediaProfsConR1Entry  12 }

  mediaProfsConR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { mediaProfsConR1Entry  13 }

  mediaProfsConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaProfsConR1Entry  14 }

  mediaProfsConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mediaProfsConR1Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Realms'                                                     */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  realmsConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RealmsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Profiles'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2227 }

  realmsConR1Entry OBJECT-TYPE
    SYNTAX       RealmsConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { realmsConR1NEConn,
             realmsConR1NetwkElement,
             realmsConR1MediaGatewayIx }
    ::= {  realmsConR1Table  1  }

  RealmsConR1Entry  ::=  SEQUENCE
  {
    realmsConR1NEConn                  Unsigned32,
    realmsConR1NetwkElement            DisplayString,
    realmsConR1MediaGatewayIx          Unsigned32,
    realmsConR1RealmAlrmsAttnRq        Integer32,
    realmsConR1RealmAlrmEvtsAttnRq     Integer32,
    realmsConR1SummaryChldAlrmState    INTEGER,
    realmsConR1ChldStatisticsAlrms     Integer32
  }

  realmsConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { realmsConR1Entry  1 }

  realmsConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { realmsConR1Entry  2 }

  realmsConR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { realmsConR1Entry  3 }

  realmsConR1RealmAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm Attention Required alarms'."
    ::= { realmsConR1Entry  4 }

  realmsConR1RealmAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Realm Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { realmsConR1Entry  5 }

  realmsConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { realmsConR1Entry  6 }

  realmsConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { realmsConR1Entry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Realm'                                                      */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  realmR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RealmR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Realms'."
    ::= { metaSwitch  2228 }

  realmR2Entry OBJECT-TYPE
    SYNTAX       RealmR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { realmR2NEConn,
             realmR2NetwkElement,
             realmR2MediaGatewayIx,
             realmR2RealmIx }
    ::= {  realmR2Table  1  }

  RealmR2Entry  ::=  SEQUENCE
  {
    realmR2NEConn                      Unsigned32,
    realmR2NetwkElement                DisplayString,
    realmR2MediaGatewayIx              Unsigned32,
    realmR2RealmIx                     Unsigned32,
    realmR2Name                        DisplayString,
    realmR2H248Identifier              DisplayString,
    realmR2I1MediaIPInterfaceNEConn    Unsigned32,
    realmR2I2MediaIPInterfaceNetwkElement
                                       DisplayString,
    realmR2I3MediaIPInterfaceMediaGatewayIx
                                       Unsigned32,
    realmR2I4MediaIPInterfaceIPAddr    DisplayString,
    realmR2I1QualityServClassNEConn    Unsigned32,
    realmR2I2QualityServClassNetwkElement
                                       DisplayString,
    realmR2I3QualityServClassMediaGatewayIx
                                       Unsigned32,
    realmR2I4QualityServClassQualityServClassIx
                                       Unsigned32,
    realmR2I1VoiceQualityProfNEConn    Unsigned32,
    realmR2I2VoiceQualityProfNetwkElement
                                       DisplayString,
    realmR2I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    realmR2I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    realmR2RTPInterfaceType            INTEGER,
    realmR2AlrmState                   INTEGER,
    realmR2AlrmStateTimestamp          Unsigned32,
    realmR2AlrmEvtsAttnRqLogCorr       Counter64,
    realmR2AlrmEvtsAttnRq              Integer32,
    realmR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    realmR2DiagsLogLvl                 INTEGER,
    realmR2DiagsAPITraceEnabled        INTEGER,
    realmR2DiagsAPITraceTag            DisplayString,
    realmR2RowStatus                   RowStatus,
    realmR2StatisticsAlrms             Integer32
  }

  realmR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { realmR2Entry  1 }

  realmR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { realmR2Entry  2 }

  realmR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { realmR2Entry  3 }

  realmR2RealmIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm index'.
                  This is an index field."
    ::= { realmR2Entry  4 }

  realmR2Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { realmR2Entry  5 }

  realmR2H248Identifier OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 identifier'."
    ::= { realmR2Entry  6 }

  realmR2I1MediaIPInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR2Entry  7 }

  realmR2I2MediaIPInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR2Entry  8 }

  realmR2I3MediaIPInterfaceMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR2Entry  9 }

  realmR2I4MediaIPInterfaceIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'IP address'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR2Entry  10 }

  realmR2I1QualityServClassNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR2Entry  11 }

  realmR2I2QualityServClassNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR2Entry  12 }

  realmR2I3QualityServClassMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR2Entry  13 }

  realmR2I4QualityServClassQualityServClassIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..64 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Quality of Service Class index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR2Entry  14 }

  realmR2I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR2Entry  15 }

  realmR2I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR2Entry  16 }

  realmR2I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR2Entry  17 }

  realmR2I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR2Entry  18 }

  realmR2RTPInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mbDefault(1),
                   nb(2),
                   aoIP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP interface type'."
    DEFVAL       { mbDefault }
    ::= { realmR2Entry  19 }

  realmR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { realmR2Entry  20 }

  realmR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { realmR2Entry  21 }

  realmR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { realmR2Entry  22 }

  realmR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { realmR2Entry  23 }

  realmR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { realmR2Entry  24 }

  realmR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { realmR2Entry  25 }

  realmR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { realmR2Entry  26 }

  realmR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { realmR2Entry  27 }

  realmR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { realmR2Entry  28 }

  realmR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { realmR2Entry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media IP Interfaces'                                        */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  mediaIPIntsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaIPIntsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media Profiles'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2229 }

  mediaIPIntsConEntry OBJECT-TYPE
    SYNTAX       MediaIPIntsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaIPIntsConNEConn,
             mediaIPIntsConNetwkElement,
             mediaIPIntsConMediaGatewayIx }
    ::= {  mediaIPIntsConTable  1  }

  MediaIPIntsConEntry  ::=  SEQUENCE
  {
    mediaIPIntsConNEConn               Unsigned32,
    mediaIPIntsConNetwkElement         DisplayString,
    mediaIPIntsConMediaGatewayIx       Unsigned32,
    mediaIPIntsConChldStatisticsAlrms  Integer32
  }

  mediaIPIntsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaIPIntsConEntry  1 }

  mediaIPIntsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaIPIntsConEntry  2 }

  mediaIPIntsConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mediaIPIntsConEntry  3 }

  mediaIPIntsConChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mediaIPIntsConEntry  4 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media IP Interface'                                         */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  mediaIPIntR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaIPIntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Media IP Interfaces'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2230 }

  mediaIPIntR1Entry OBJECT-TYPE
    SYNTAX       MediaIPIntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaIPIntR1NEConn,
             mediaIPIntR1NetwkElement,
             mediaIPIntR1MediaGatewayIx,
             mediaIPIntR1IPAddr }
    ::= {  mediaIPIntR1Table  1  }

  MediaIPIntR1Entry  ::=  SEQUENCE
  {
    mediaIPIntR1NEConn                 Unsigned32,
    mediaIPIntR1NetwkElement           DisplayString,
    mediaIPIntR1MediaGatewayIx         Unsigned32,
    mediaIPIntR1IPAddr                 DisplayString,
    mediaIPIntR1VLANTag                LongDisplayString,
    mediaIPIntR1PortGpID               Unsigned32,
    mediaIPIntR1StatisticsAlrms        Integer32
  }

  mediaIPIntR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaIPIntR1Entry  1 }

  mediaIPIntR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaIPIntR1Entry  2 }

  mediaIPIntR1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mediaIPIntR1Entry  3 }

  mediaIPIntR1IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { mediaIPIntR1Entry  4 }

  mediaIPIntR1VLANTag OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN tag'."
    ::= { mediaIPIntR1Entry  5 }

  mediaIPIntR1PortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port Group ID'."
    ::= { mediaIPIntR1Entry  6 }

  mediaIPIntR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mediaIPIntR1Entry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Services'                                              */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  classServsR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClassServsR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2231 }

  classServsR20Entry OBJECT-TYPE
    SYNTAX       ClassServsR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { classServsR20NEConn,
             classServsR20NetwkElement,
             classServsR20CFSIx }
    ::= {  classServsR20Table  1  }

  ClassServsR20Entry  ::=  SEQUENCE
  {
    classServsR20NEConn                Unsigned32,
    classServsR20NetwkElement          DisplayString,
    classServsR20CFSIx                 Unsigned32,
    classServsR20CFU                   INTEGER,
    classServsR20CFBL                  INTEGER,
    classServsR20CFDA                  INTEGER,
    classServsR20AR                    INTEGER,
    classServsR20LineHunting           INTEGER,
    classServsR20TWC                   INTEGER,
    classServsR20CW                    INTEGER,
    classServsR20CWWithCID             INTEGER,
    classServsR20ACR                   INTEGER,
    classServsR20CallTrace             INTEGER,
    classServsR20CIDPres               INTEGER,
    classServsR20SCF                   INTEGER,
    classServsR20CND                   INTEGER,
    classServsR20SCR                   INTEGER,
    classServsR20PriorityCall          INTEGER,
    classServsR20RemCall               INTEGER,
    classServsR20SPD                   INTEGER,
    classServsR20OCB                   INTEGER,
    classServsR20PINChange             INTEGER,
    classServsR20ClgNameDlvry          INTEGER,
    classServsR20AutoClback            INTEGER,
    classServsR20CSAlrmsAttnRq         Integer32,
    classServsR20CSAlrmEvtsAttnRq      Integer32,
    classServsR20CSAlrmsAtndDp         Integer32,
    classServsR20CSAlrmEvtsAtndDp      Integer32,
    classServsR20SummaryChldAlrmState  INTEGER,
    classServsR20CNDB                  INTEGER,
    classServsR20Voicemail             INTEGER,
    classServsR20RegRemCalls           INTEGER,
    classServsR20CallXfer              INTEGER,
    classServsR20CCW                   INTEGER,
    classServsR20102                   INTEGER,
    classServsR20108                   INTEGER,
    classServsR20AlrmState             INTEGER,
    classServsR20AlrmLogCorr           Counter64,
    classServsR20AlrmEvtsAtndDp        Unsigned32,
    classServsR20AlrmStateTimestamp    Unsigned32,
    classServsR20AlrmResetTimestamp    Unsigned32,
    classServsR20RACF                  INTEGER,
    classServsR20LastCIDErasure        INTEGER,
    classServsR20MandAccCodes          INTEGER,
    classServsR20ANITestServ           INTEGER,
    classServsR20HIC                   INTEGER,
    classServsR20CPU                   INTEGER,
    classServsR20DPUNoBargeIn          INTEGER,
    classServsR20OPX                   INTEGER,
    classServsR20TeenServ              INTEGER,
    classServsR20AppServerOrig         INTEGER,
    classServsR20AppServerTerm         INTEGER,
    classServsR20DoNotDist             INTEGER,
    classServsR20CallHold              INTEGER,
    classServsR20ClgIDDlvryOverIP      INTEGER,
    classServsR20TestLine100           INTEGER,
    classServsR20TestLine101           INTEGER,
    classServsR20TestLine105           INTEGER,
    classServsR20CallLists             INTEGER,
    classServsR20FMFM                  INTEGER,
    classServsR20OHDTrigger            INTEGER,
    classServsR20TATrigger             INTEGER,
    classServsR20LSM                   INTEGER,
    classServsR20WarmHotLine           INTEGER,
    classServsR20AppServerMOHServ      INTEGER,
    classServsR20CallPark              INTEGER,
    classServsR20ClgNameDlvryQueryHandling
                                       INTEGER,
    classServsR20SDPCommPortal         INTEGER,
    classServsR20CallServsConnectedNumDlvry
                                       INTEGER,
    classServsR20ConnectedLineIDPres   INTEGER,
    classServsR20ChldStatisticsAlrms   Integer32,
    classServsR20UnavailCF             INTEGER,
    classServsR20Variant               INTEGER,
    classServsR20LongDistanceAlert     INTEGER,
    classServsR20ConnectedNameDlvry    INTEGER,
    classServsR20TotChldAlrmsAttnRq    Unsigned32,
    classServsR20TotChldAlrmEvtsAttnRq Unsigned32,
    classServsR20TotChldAlrmsAtndDp    Unsigned32,
    classServsR20TotChldAlrmEvtsAtndDp Unsigned32,
    classServsR20BCM                   INTEGER,
    classServsR20ASRecSrv              INTEGER,
    classServsR20ICDNDlvry             INTEGER,
    classServsR20OCN                   INTEGER
  }

  classServsR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { classServsR20Entry  1 }

  classServsR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { classServsR20Entry  2 }

  classServsR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { classServsR20Entry  3 }

  classServsR20CFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unconditional Call Forwarding'."
    ::= { classServsR20Entry  4 }

  classServsR20CFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding'."
    ::= { classServsR20Entry  5 }

  classServsR20CFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding'."
    ::= { classServsR20Entry  6 }

  classServsR20AR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall'."
    ::= { classServsR20Entry  7 }

  classServsR20LineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting'."
    ::= { classServsR20Entry  8 }

  classServsR20TWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling'."
    ::= { classServsR20Entry  9 }

  classServsR20CW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting'."
    ::= { classServsR20Entry  10 }

  classServsR20CWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting With Caller ID'."
    ::= { classServsR20Entry  11 }

  classServsR20ACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection'."
    ::= { classServsR20Entry  12 }

  classServsR20CallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace'."
    ::= { classServsR20Entry  13 }

  classServsR20CIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation'."
    ::= { classServsR20Entry  14 }

  classServsR20SCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding'."
    ::= { classServsR20Entry  15 }

  classServsR20CND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery'."
    ::= { classServsR20Entry  16 }

  classServsR20SCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection'."
    ::= { classServsR20Entry  17 }

  classServsR20PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call'."
    ::= { classServsR20Entry  18 }

  classServsR20RemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls'."
    ::= { classServsR20Entry  19 }

  classServsR20SPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling'."
    ::= { classServsR20Entry  20 }

  classServsR20OCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring'."
    ::= { classServsR20Entry  21 }

  classServsR20PINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change'."
    ::= { classServsR20Entry  22 }

  classServsR20ClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber'."
    ::= { classServsR20Entry  23 }

  classServsR20AutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback'."
    ::= { classServsR20Entry  24 }

  classServsR20CSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { classServsR20Entry  25 }

  classServsR20CSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR20Entry  26 }

  classServsR20CSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { classServsR20Entry  27 }

  classServsR20CSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR20Entry  28 }

  classServsR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { classServsR20Entry  29 }

  classServsR20CNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery Blocking'."
    ::= { classServsR20Entry  30 }

  classServsR20Voicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail'."
    ::= { classServsR20Entry  31 }

  classServsR20RegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls'."
    ::= { classServsR20Entry  32 }

  classServsR20CallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer'."
    ::= { classServsR20Entry  33 }

  classServsR20CCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting'."
    ::= { classServsR20Entry  34 }

  classServsR20102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102'."
    ::= { classServsR20Entry  35 }

  classServsR20108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108'."
    ::= { classServsR20Entry  36 }

  classServsR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { classServsR20Entry  37 }

  classServsR20AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { classServsR20Entry  38 }

  classServsR20AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR20Entry  39 }

  classServsR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { classServsR20Entry  40 }

  classServsR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { classServsR20Entry  41 }

  classServsR20RACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Access to Call Forwarding'."
    ::= { classServsR20Entry  42 }

  classServsR20LastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure'."
    ::= { classServsR20Entry  43 }

  classServsR20MandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes'."
    ::= { classServsR20Entry  45 }

  classServsR20ANITestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service'."
    ::= { classServsR20Entry  46 }

  classServsR20HIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom'."
    ::= { classServsR20Entry  47 }

  classServsR20CPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup'."
    ::= { classServsR20Entry  48 }

  classServsR20DPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directed Pickup (no barge-in)'."
    ::= { classServsR20Entry  49 }

  classServsR20OPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Premises Extension'."
    ::= { classServsR20Entry  50 }

  classServsR20TeenServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service'."
    ::= { classServsR20Entry  51 }

  classServsR20AppServerOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Originating Service'."
    ::= { classServsR20Entry  52 }

  classServsR20AppServerTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Terminating Service'."
    ::= { classServsR20Entry  53 }

  classServsR20DoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb'."
    ::= { classServsR20Entry  54 }

  classServsR20CallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold'."
    ::= { classServsR20Entry  55 }

  classServsR20ClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP'."
    ::= { classServsR20Entry  56 }

  classServsR20TestLine100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100'."
    ::= { classServsR20Entry  57 }

  classServsR20TestLine101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101'."
    ::= { classServsR20Entry  58 }

  classServsR20TestLine105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105'."
    ::= { classServsR20Entry  59 }

  classServsR20CallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists'."
    ::= { classServsR20Entry  60 }

  classServsR20FMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me'."
    ::= { classServsR20Entry  61 }

  classServsR20OHDTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Hook Delay Subscriber Trigger'."
    ::= { classServsR20Entry  63 }

  classServsR20TATrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination Attempt Trigger'."
    ::= { classServsR20Entry  64 }

  classServsR20LSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring'."
    ::= { classServsR20Entry  65 }

  classServsR20WarmHotLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line'."
    ::= { classServsR20Entry  66 }

  classServsR20AppServerMOHServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Music On Hold Service'."
    ::= { classServsR20Entry  67 }

  classServsR20CallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park'."
    ::= { classServsR20Entry  68 }

  classServsR20ClgNameDlvryQueryHandling OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling'."
    ::= { classServsR20Entry  69 }

  classServsR20SDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal'."
    ::= { classServsR20Entry  70 }

  classServsR20CallServsConnectedNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Number Delivery'."
    ::= { classServsR20Entry  71 }

  classServsR20ConnectedLineIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Line ID Presentation'."
    ::= { classServsR20Entry  72 }

  classServsR20ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { classServsR20Entry  73 }

  classServsR20UnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable Call Forwarding'."
    ::= { classServsR20Entry  74 }

  classServsR20Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordia(1),
                   eTSI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    DEFVAL       { telcordia }
    ::= { classServsR20Entry  75 }

  classServsR20LongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert'."
    ::= { classServsR20Entry  76 }

  classServsR20ConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery'."
    ::= { classServsR20Entry  77 }

  classServsR20TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { classServsR20Entry  78 }

  classServsR20TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { classServsR20Entry  79 }

  classServsR20TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { classServsR20Entry  80 }

  classServsR20TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { classServsR20Entry  81 }

  classServsR20BCM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Call Manager'."
    ::= { classServsR20Entry  82 }

  classServsR20ASRecSrv OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Recording Service'."
    ::= { classServsR20Entry  83 }

  classServsR20ICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery'."
    ::= { classServsR20Entry  84 }

  classServsR20OCN OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Call Notifications'."
    ::= { classServsR20Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Application Servers'                                 */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.6.60                                                       */
-- /*********************************************************************************/

  appServsR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServsR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2232 }

  appServsR7Entry OBJECT-TYPE
    SYNTAX       AppServsR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServsR7NEConn,
             appServsR7NetwkElement,
             appServsR7CFSIx }
    ::= {  appServsR7Table  1  }

  AppServsR7Entry  ::=  SEQUENCE
  {
    appServsR7NEConn                   Unsigned32,
    appServsR7NetwkElement             DisplayString,
    appServsR7CFSIx                    Unsigned32,
    appServsR7SupportOrig              INTEGER,
    appServsR7OrigDefSetting           INTEGER,
    appServsR7I1OrigDefServerNEConn    Unsigned32,
    appServsR7I2OrigDefServerNetwkElement
                                       DisplayString,
    appServsR7I3OrigDefServerCFSIx     Unsigned32,
    appServsR7I4OrigDefServerDirNum    DisplayString,
    appServsR7SupportTerm              INTEGER,
    appServsR7TermDefSetting           INTEGER,
    appServsR7I1TermDefServerNEConn    Unsigned32,
    appServsR7I2TermDefServerNetwkElement
                                       DisplayString,
    appServsR7I3TermDefServerCFSIx     Unsigned32,
    appServsR7I4TermDefServerDirNum    DisplayString,
    appServsR7AlrmState                INTEGER,
    appServsR7AlrmEvtsAttnRqLogCorr    Counter64,
    appServsR7AlrmEvtsAttnRq           Unsigned32,
    appServsR7AlrmEvtsAtndDpLogCorr    Counter64,
    appServsR7AlrmEvtsAtndDp           Unsigned32,
    appServsR7AlrmStateTimestamp       Unsigned32,
    appServsR7AlrmResetTimestamp       Unsigned32,
    appServsR7CurrAppServerAlrmsAttnRq Unsigned32,
    appServsR7PrevAppServerAlrmsAttnRq Unsigned32,
    appServsR7CurrAppServerAlrmsAtndDp Unsigned32,
    appServsR7PrevAppServerAlrmsAtndDp Unsigned32,
    appServsR7RowStatus                RowStatus,
    appServsR7SummaryChldAlrmState     INTEGER,
    appServsR7SupportMOH               INTEGER,
    appServsR7I1MOHServerNEConn        Unsigned32,
    appServsR7I2MOHServerNetwkElement  DisplayString,
    appServsR7I3MOHServerCFSIx         Unsigned32,
    appServsR7I4MOHServerDirNum        DisplayString,
    appServsR7ASOrigCallsEnabled       INTEGER,
    appServsR7ASOrigCallsBillableDn    INTEGER,
    appServsR7ASOrigCllsBrCllTypesUs   BITS,
    appServsR7ASOrigCllsBrCllTypesUk   BITS,
    appServsR7ASOrigCallsReqMatchOnSwitchNum
                                       INTEGER,
    appServsR7ASOrigCallsLCC1          INTEGER,
    appServsR7ASOrigCallsLCC2          INTEGER,
    appServsR7ASOrigCallsLCC3          INTEGER,
    appServsR7ASOrigCallsLCC4          INTEGER,
    appServsR7ASOrigCallsLCC5          INTEGER,
    appServsR7ASOrigCallsLCC6          INTEGER,
    appServsR7ASOrigCallsLCC7          INTEGER,
    appServsR7ASOrigCallsLCC8          INTEGER,
    appServsR7ASOrigCallsLCC9          INTEGER,
    appServsR7ASOrigCallsLCC10         INTEGER,
    appServsR7ASOrigCallsLCC11         INTEGER,
    appServsR7ASOrigCallsLCC12         INTEGER,
    appServsR7ASOrigCallsLCC13         INTEGER,
    appServsR7ASOrigCallsLCC14         INTEGER,
    appServsR7ASOrigCallsLCC15         INTEGER,
    appServsR7ASOrigCallsLCC16         INTEGER,
    appServsR7ASOrigCallsLCC17         INTEGER,
    appServsR7ASOrigCallsLCC18         INTEGER,
    appServsR7ASOrigCallsLCC19         INTEGER,
    appServsR7ASOrigCallsLCC20         INTEGER,
    appServsR7ASOrigCallsPrefLongDistCarr
                                       DisplayString,
    appServsR7ASOrigCallsPrefIntraLATACarr
                                       DisplayString,
    appServsR7ASOrigCallsPrefInternatCarr
                                       DisplayString,
    appServsR7ASOrigCallsOffSwitchCDRs INTEGER,
    appServsR7ChldStatisticsAlrms      Integer32,
    appServsR7TotChldAlrmsAttnRq       Unsigned32,
    appServsR7TotChldAlrmEvtsAttnRq    Unsigned32,
    appServsR7TotChldAlrmsAtndDp       Unsigned32,
    appServsR7TotChldAlrmEvtsAtndDp    Unsigned32,
    appServsR7SupportRecSrv            INTEGER,
    appServsR7RecSrvDefSubscribedSetting
                                       INTEGER,
    appServsR7RecSrvDefEnabledSetting  INTEGER,
    appServsR7I1RecSrvDefServerNEConn  Unsigned32,
    appServsR7I2RecSrvDefServerNetwkElement
                                       DisplayString,
    appServsR7I3RecSrvDefServerCFSIx   Unsigned32,
    appServsR7I4RecSrvDefServerDirNum  DisplayString,
    appServsR7RecSrvDefServerWebInterfaceURL
                                       LongDisplayString
  }

  appServsR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServsR7Entry  1 }

  appServsR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServsR7Entry  2 }

  appServsR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServsR7Entry  3 }

  appServsR7SupportOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR7Entry  4 }

  appServsR7OrigDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR7Entry  5 }

  appServsR7I1OrigDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  6 }

  appServsR7I2OrigDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  7 }

  appServsR7I3OrigDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  8 }

  appServsR7I4OrigDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  9 }

  appServsR7SupportTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR7Entry  10 }

  appServsR7TermDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR7Entry  11 }

  appServsR7I1TermDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  12 }

  appServsR7I2TermDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  13 }

  appServsR7I3TermDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  14 }

  appServsR7I4TermDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  15 }

  appServsR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServsR7Entry  16 }

  appServsR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { appServsR7Entry  17 }

  appServsR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR7Entry  18 }

  appServsR7AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { appServsR7Entry  19 }

  appServsR7AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR7Entry  20 }

  appServsR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServsR7Entry  21 }

  appServsR7AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { appServsR7Entry  22 }

  appServsR7CurrAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarms'."
    ::= { appServsR7Entry  23 }

  appServsR7PrevAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR7Entry  24 }

  appServsR7CurrAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarms'."
    ::= { appServsR7Entry  25 }

  appServsR7PrevAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR7Entry  26 }

  appServsR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { appServsR7Entry  27 }

  appServsR7SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { appServsR7Entry  31 }

  appServsR7SupportMOH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music On Hold Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR7Entry  32 }

  appServsR7I1MOHServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  33 }

  appServsR7I2MOHServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  34 }

  appServsR7I3MOHServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  35 }

  appServsR7I4MOHServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  36 }

  appServsR7ASOrigCallsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - enabled'."
    DEFVAL       { false }
    ::= { appServsR7Entry  37 }

  appServsR7ASOrigCallsBillableDn OBJECT-TYPE
    SYNTAX       INTEGER {
                   mailboxOwner(1),
                   originalCaller(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - billable directory number'."
    DEFVAL       { mailboxOwner }
    ::= { appServsR7Entry  38 }

  appServsR7ASOrigCllsBrCllTypesUs OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   regional(1),
                   national(2),
                   carrierDialed(3),
                   international(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {regional, national, carrierDialed, international} }
    ::= { appServsR7Entry  39 }

  appServsR7ASOrigCllsBrCllTypesUk OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   mobile(1),
                   national(2),
                   international(3),
                   carrierDialed(4),
                   regional(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {mobile, national, international} }
    ::= { appServsR7Entry  40 }

  appServsR7ASOrigCallsReqMatchOnSwitchNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - require matching on-switch number'."
    DEFVAL       { true }
    ::= { appServsR7Entry  41 }

  appServsR7ASOrigCallsLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 1'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  42 }

  appServsR7ASOrigCallsLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 2'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  43 }

  appServsR7ASOrigCallsLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 3'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  44 }

  appServsR7ASOrigCallsLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 4'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  45 }

  appServsR7ASOrigCallsLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 5'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  46 }

  appServsR7ASOrigCallsLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 6'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  47 }

  appServsR7ASOrigCallsLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 7'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  48 }

  appServsR7ASOrigCallsLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 8'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  49 }

  appServsR7ASOrigCallsLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 9'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  50 }

  appServsR7ASOrigCallsLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 10'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  51 }

  appServsR7ASOrigCallsLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 11'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  52 }

  appServsR7ASOrigCallsLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 12'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  53 }

  appServsR7ASOrigCallsLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 13'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  54 }

  appServsR7ASOrigCallsLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 14'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  55 }

  appServsR7ASOrigCallsLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 15'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  56 }

  appServsR7ASOrigCallsLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 16'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  57 }

  appServsR7ASOrigCallsLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 17'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  58 }

  appServsR7ASOrigCallsLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 18'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  59 }

  appServsR7ASOrigCallsLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 19'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  60 }

  appServsR7ASOrigCallsLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 20'."
    DEFVAL       { 0 }
    ::= { appServsR7Entry  61 }

  appServsR7ASOrigCallsPrefLongDistCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred long distance carrier'."
    ::= { appServsR7Entry  62 }

  appServsR7ASOrigCallsPrefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred intraLATA carrier'."
    ::= { appServsR7Entry  63 }

  appServsR7ASOrigCallsPrefInternatCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred international carrier'."
    ::= { appServsR7Entry  64 }

  appServsR7ASOrigCallsOffSwitchCDRs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - generate off-switch CDRs'."
    DEFVAL       { false }
    ::= { appServsR7Entry  65 }

  appServsR7ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { appServsR7Entry  66 }

  appServsR7TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { appServsR7Entry  67 }

  appServsR7TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { appServsR7Entry  68 }

  appServsR7TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { appServsR7Entry  69 }

  appServsR7TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { appServsR7Entry  70 }

  appServsR7SupportRecSrv OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording Service - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR7Entry  71 }

  appServsR7RecSrvDefSubscribedSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default subscribed setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR7Entry  72 }

  appServsR7RecSrvDefEnabledSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default enabled setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR7Entry  73 }

  appServsR7I1RecSrvDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  74 }

  appServsR7I2RecSrvDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  75 }

  appServsR7I3RecSrvDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  76 }

  appServsR7I4RecSrvDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR7Entry  77 }

  appServsR7RecSrvDefServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default server web interface URL'."
    ::= { appServsR7Entry  78 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server'                                         */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  appServR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Application Servers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2233 }

  appServR8Entry OBJECT-TYPE
    SYNTAX       AppServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServR8NEConn,
             appServR8NetwkElement,
             appServR8CFSIx,
             appServR8DirNum }
    ::= {  appServR8Table  1  }

  AppServR8Entry  ::=  SEQUENCE
  {
    appServR8NEConn                    Unsigned32,
    appServR8NetwkElement              DisplayString,
    appServR8CFSIx                     Unsigned32,
    appServR8DirNum                    DisplayString,
    appServR8Desc                      DisplayString,
    appServR8ServerType                BITS,
    appServR8SDActMaxCallAppearances   Unsigned32,
    appServR8SDDefMaxCallAppearances   Unsigned32,
    appServR8SDUseDefMaxCallAppearances
                                       INTEGER,
    appServR8AlrmState                 INTEGER,
    appServR8AlrmLogCorr               Counter64,
    appServR8AddtlAlrmLogCorr          Counter64,
    appServR8AlrmEvtsAttnRq            Unsigned32,
    appServR8AlrmEvtsAtndDp            Unsigned32,
    appServR8AlrmStateTimestamp        Unsigned32,
    appServR8DiagsLogLvl               INTEGER,
    appServR8DiagsAPITraceEnabled      INTEGER,
    appServR8DiagsAPITraceTag          DisplayString,
    appServR8DiagsAPITraceRemNum       DisplayString,
    appServR8RowStatus                 RowStatus,
    appServR8ActionOnFail              INTEGER,
    appServR8RetryDly                  Unsigned32,
    appServR8I1CfgdSIPBindingNEConn    Unsigned32,
    appServR8I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    appServR8I3CfgdSIPBindingCFSIx     Unsigned32,
    appServR8I4CfgdSIPBindingBindingIx Unsigned32,
    appServR8OrigingServerBillXfers    INTEGER,
    appServR8TermServerBillXfers       INTEGER,
    appServR8TermServerProvideClgName  INTEGER,
    appServR8SDActVQMCallLogging       INTEGER,
    appServR8SDDefVQMCallLogging       INTEGER,
    appServR8SDUseDefVQMCallLogging    INTEGER,
    appServR8TermServerOnlyCorrelateSASTrails
                                       INTEGER,
    appServR8StatisticsAlrms           Integer32,
    appServR8RecSrvWebInterfaceURL     LongDisplayString
  }

  appServR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServR8Entry  1 }

  appServR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServR8Entry  2 }

  appServR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServR8Entry  3 }

  appServR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServR8Entry  4 }

  appServR8Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { appServR8Entry  5 }

  appServR8ServerType OBJECT-TYPE
    SYNTAX       BITS {
                   originating(0),
                   terminating(1),
                   voicemail(2),
                   musicOnHold(4),
                   presence(6),
                   recording(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'.
                  This field is not writable when active."
    ::= { appServR8Entry  6 }

  appServR8SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR8Entry  18 }

  appServR8SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR8Entry  19 }

  appServR8SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR8Entry  20 }

  appServR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServR8Entry  22 }

  appServR8AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { appServR8Entry  23 }

  appServR8AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { appServR8Entry  24 }

  appServR8AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR8Entry  25 }

  appServR8AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR8Entry  26 }

  appServR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServR8Entry  27 }

  appServR8DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { appServR8Entry  28 }

  appServR8DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { appServR8Entry  29 }

  appServR8DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { appServR8Entry  30 }

  appServR8DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { appServR8Entry  31 }

  appServR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { appServR8Entry  32 }

  appServR8ActionOnFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   rejectCall(1),
                   bypassServer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action on failure'.
                  This field is not writable when active."
    DEFVAL       { rejectCall }
    ::= { appServR8Entry  33 }

  appServR8RetryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Retry delay'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { appServR8Entry  34 }

  appServR8I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR8Entry  35 }

  appServR8I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR8Entry  36 }

  appServR8I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR8Entry  37 }

  appServR8I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR8Entry  38 }

  appServR8OrigingServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating server - billing of transfers'."
    DEFVAL       { singleRecordOriginalDN }
    ::= { appServR8Entry  39 }

  appServR8TermServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - billing of transfers'."
    DEFVAL       { twoRecords }
    ::= { appServR8Entry  40 }

  appServR8TermServerProvideClgName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - provide calling name'."
    DEFVAL       { false }
    ::= { appServR8Entry  41 }

  appServR8SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR8Entry  46 }

  appServR8SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR8Entry  47 }

  appServR8SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR8Entry  48 }

  appServR8TermServerOnlyCorrelateSASTrails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - only correlate SAS trails'."
    DEFVAL       { false }
    ::= { appServR8Entry  49 }

  appServR8StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { appServR8Entry  50 }

  appServR8RecSrvWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording server - web interface URL'."
    ::= { appServR8Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Forwarding Services'                            */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  callFwdServR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallFwdServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2234 }

  callFwdServR10Entry OBJECT-TYPE
    SYNTAX       CallFwdServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callFwdServR10NEConn,
             callFwdServR10NetwkElement,
             callFwdServR10CFSIx }
    ::= {  callFwdServR10Table  1  }

  CallFwdServR10Entry  ::=  SEQUENCE
  {
    callFwdServR10NEConn               Unsigned32,
    callFwdServR10NetwkElement         DisplayString,
    callFwdServR10CFSIx                Unsigned32,
    callFwdServR10AllowRestrictionUsedNum
                                       INTEGER,
    callFwdServR10MaxSimulFwdsPerSub   Unsigned32,
    callFwdServR10SupportCFU           INTEGER,
    callFwdServR10CFUAndCFBLAndCFDAUSB INTEGER,
    callFwdServR10CFUEnableCode        DisplayString,
    callFwdServR10CFUDisableCode       DisplayString,
    callFwdServR10CFUCheckCode         DisplayString,
    callFwdServR10CFUMaxNum            Unsigned32,
    callFwdServR10CFUAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR10CFUSingleRing        INTEGER,
    callFwdServR10SupportCFBL          INTEGER,
    callFwdServR10CFBLEnableCode       DisplayString,
    callFwdServR10CFBLDisableCode      DisplayString,
    callFwdServR10CFBLCheckCode        DisplayString,
    callFwdServR10CFBLMaxNum           Unsigned32,
    callFwdServR10CFBLAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR10SupportCFDA          INTEGER,
    callFwdServR10CFDAEnableCode       DisplayString,
    callFwdServR10CFDADisableCode      DisplayString,
    callFwdServR10CFDACheckCode        DisplayString,
    callFwdServR10CFDAMaxNum           Unsigned32,
    callFwdServR10CFDAAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR10CFDASingleRing       INTEGER,
    callFwdServR10CFDAContRinging      INTEGER,
    callFwdServR10CFDAContRingingAfterFail
                                       INTEGER,
    callFwdServR10CFBLAndCFDAEnableCode
                                       DisplayString,
    callFwdServR10CFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR10RowStatus            RowStatus,
    callFwdServR10SCFUSB               INTEGER,
    callFwdServR10AllowSCFUSBDenied    INTEGER,
    callFwdServR10SupportLineHunting   INTEGER,
    callFwdServR10LineHuntingAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR10LineHuntingMaxNumEntries
                                       Unsigned32,
    callFwdServR10SupportSCF           INTEGER,
    callFwdServR10SCFMaxNum            Unsigned32,
    callFwdServR10SCFAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR10SCFSingleRing        INTEGER,
    callFwdServR10SCFMaxNumEntries     Unsigned32,
    callFwdServR10SCFAccessCode        DisplayString,
    callFwdServR10SCFAlternativeAccessCode
                                       DisplayString,
    callFwdServR10SupportRACF          INTEGER,
    callFwdServR10RACFAccessNum        DisplayString,
    callFwdServR10RACFMaxSimulCalls    Unsigned32,
    callFwdServR10LineHuntingMarkBAFBillRecs
                                       INTEGER,
    callFwdServR10LineHuntingContHuntingIfNoReply
                                       INTEGER,
    callFwdServR10SupportFMFM          INTEGER,
    callFwdServR10FMFMSimRingEnableCode
                                       DisplayString,
    callFwdServR10FMFMSimRingDisableCode
                                       DisplayString,
    callFwdServR10FMFMFMFMEnableCode   DisplayString,
    callFwdServR10FMFMFMFMDisableCode  DisplayString,
    callFwdServR10FMFMFMFMPlayComfortAnnounce
                                       INTEGER,
    callFwdServR10RequireCrtsyCallByDef
                                       INTEGER,
    callFwdServR10SupportUnavailCF     INTEGER,
    callFwdServR10UnavailCFMaxNum      Unsigned32,
    callFwdServR10CFUAndCFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR10UseAnnouncesforconfirmation
                                       INTEGER,
    callFwdServR10BasicLineHuntingSubSEnabledFieldDef
                                       INTEGER
  }

  callFwdServR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callFwdServR10Entry  1 }

  callFwdServR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callFwdServR10Entry  2 }

  callFwdServR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callFwdServR10Entry  3 }

  callFwdServR10AllowRestrictionUsedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow restriction for used number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR10Entry  4 }

  callFwdServR10MaxSimulFwdsPerSub OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default maximum simultaneous forwardings per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { callFwdServR10Entry  5 }

  callFwdServR10SupportCFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  6 }

  callFwdServR10CFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  7 }

  callFwdServR10CFUEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  8 }

  callFwdServR10CFUDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  9 }

  callFwdServR10CFUCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  10 }

  callFwdServR10CFUMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR10Entry  11 }

  callFwdServR10CFUAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR10Entry  12 }

  callFwdServR10CFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  13 }

  callFwdServR10SupportCFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  14 }

  callFwdServR10CFBLEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  15 }

  callFwdServR10CFBLDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  16 }

  callFwdServR10CFBLCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  17 }

  callFwdServR10CFBLMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR10Entry  18 }

  callFwdServR10CFBLAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR10Entry  19 }

  callFwdServR10SupportCFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  20 }

  callFwdServR10CFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  21 }

  callFwdServR10CFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  22 }

  callFwdServR10CFDACheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  23 }

  callFwdServR10CFDAMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR10Entry  24 }

  callFwdServR10CFDAAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR10Entry  25 }

  callFwdServR10CFDASingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  26 }

  callFwdServR10CFDAContRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing'."
    ::= { callFwdServR10Entry  27 }

  callFwdServR10CFDAContRingingAfterFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing after failure'."
    ::= { callFwdServR10Entry  28 }

  callFwdServR10CFBLAndCFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  29 }

  callFwdServR10CFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  30 }

  callFwdServR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callFwdServR10Entry  31 }

  callFwdServR10SCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  32 }

  callFwdServR10AllowSCFUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR10Entry  33 }

  callFwdServR10SupportLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  34 }

  callFwdServR10LineHuntingAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR10Entry  35 }

  callFwdServR10LineHuntingMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR10Entry  36 }

  callFwdServR10SupportSCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  37 }

  callFwdServR10SCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR10Entry  38 }

  callFwdServR10SCFAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR10Entry  39 }

  callFwdServR10SCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  40 }

  callFwdServR10SCFMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR10Entry  41 }

  callFwdServR10SCFAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - access code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  42 }

  callFwdServR10SCFAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - alternative access code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  43 }

  callFwdServR10SupportRACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  44 }

  callFwdServR10RACFAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - access number'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  45 }

  callFwdServR10RACFMaxSimulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - maximum simultaneous calls'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { callFwdServR10Entry  46 }

  callFwdServR10LineHuntingMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  47 }

  callFwdServR10LineHuntingContHuntingIfNoReply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - continue hunting if no reply'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR10Entry  54 }

  callFwdServR10SupportFMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  55 }

  callFwdServR10FMFMSimRingEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing enable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  56 }

  callFwdServR10FMFMSimRingDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing disable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  57 }

  callFwdServR10FMFMFMFMEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me enable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  58 }

  callFwdServR10FMFMFMFMDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me disable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  59 }

  callFwdServR10FMFMFMFMPlayComfortAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me play comfort announcement'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR10Entry  60 }

  callFwdServR10RequireCrtsyCallByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Require courtesy call by default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR10Entry  61 }

  callFwdServR10SupportUnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - support'."
    DEFVAL       { notConfigured }
    ::= { callFwdServR10Entry  62 }

  callFwdServR10UnavailCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - max number'."
    DEFVAL       { 5 }
    ::= { callFwdServR10Entry  63 }

  callFwdServR10CFUAndCFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR10Entry  64 }

  callFwdServR10UseAnnouncesforconfirmation OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use Announcements for confirmation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  65 }

  callFwdServR10BasicLineHuntingSubSEnabledFieldDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - subscriber's Enabled field default'."
    DEFVAL       { false }
    ::= { callFwdServR10Entry  66 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 9.0.10                                                            */
-- /* Valid before: 9.3                                                             */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  cIDServR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2235 }

  cIDServR18Entry OBJECT-TYPE
    SYNTAX       CIDServR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR18NEConn,
             cIDServR18NetwkElement,
             cIDServR18CFSIx }
    ::= {  cIDServR18Table  1  }

  CIDServR18Entry  ::=  SEQUENCE
  {
    cIDServR18NEConn                   Unsigned32,
    cIDServR18NetwkElement             DisplayString,
    cIDServR18CFSIx                    Unsigned32,
    cIDServR18CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR18SupportAR                INTEGER,
    cIDServR18ARDefSetting             INTEGER,
    cIDServR18AROneOrTwoStageActivn    INTEGER,
    cIDServR18ARTwoStageAccessCode     DisplayString,
    cIDServR18SupportCallTrace         INTEGER,
    cIDServR18CallTraceUSB             INTEGER,
    cIDServR18CallTraceDefSetting      INTEGER,
    cIDServR18CallTraceActivateCode    DisplayString,
    cIDServR18CallTraceTwoStageActivn  INTEGER,
    cIDServR18CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR18CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR18CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR18CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR18SupportCIDPres           INTEGER,
    cIDServR18CIDPresClgPartyNum       INTEGER,
    cIDServR18CIDPresClgPartySubAddr   INTEGER,
    cIDServR18CIDPresDelivByDef        INTEGER,
    cIDServR18CIDPresPresentNumCode    DisplayString,
    cIDServR18CIDPresWitholdNumCode    DisplayString,
    cIDServR18CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR18CIDPresDefNetwkInfo      INTEGER,
    cIDServR18CIDPresDefNetwkNum       DisplayString,
    cIDServR18SupportCNDB              INTEGER,
    cIDServR18CNDBUSB                  INTEGER,
    cIDServR18CNDBDefSetting           INTEGER,
    cIDServR18CNDBDefOverrideCode      DisplayString,
    cIDServR18CNDBConfirmationTone     INTEGER,
    cIDServR18RowStatus                RowStatus,
    cIDServR18SupportCND               INTEGER,
    cIDServR18CNDUSB                   INTEGER,
    cIDServR18CNDEnableCode            DisplayString,
    cIDServR18CNDDisableCode           DisplayString,
    cIDServR18CNDCheckCode             DisplayString,
    cIDServR18ARUSB                    INTEGER,
    cIDServR18AROneStageAccessCode     DisplayString,
    cIDServR18ARSecondStageRecallKey   INTEGER,
    cIDServR18ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR18ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR18ARCallRtnTimeout         Unsigned32,
    cIDServR18ARRejNonUniqueNums       INTEGER,
    cIDServR18ARRejAnonNums            INTEGER,
    cIDServR18ARMarkBAFBillRecs        INTEGER,
    cIDServR18SupportClgNameDlvry      INTEGER,
    cIDServR18ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR18ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR18ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR18I1CNAMSLHRNEConn         Unsigned32,
    cIDServR18I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR18I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR18I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR18CNAMSLHROtherVals        INTEGER,
    cIDServR18AlrmState                INTEGER,
    cIDServR18AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR18AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR18AlrmEvtsAtndDp           Unsigned32,
    cIDServR18AlrmStateTimestamp       Unsigned32,
    cIDServR18AlrmResetTimestamp       Unsigned32,
    cIDServR18ClgNameDlvryUSB          INTEGER,
    cIDServR18ARDeactivateCode         DisplayString,
    cIDServR18SupportAutoClback        INTEGER,
    cIDServR18AutoClbackDefVal         INTEGER,
    cIDServR18AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR18AutoClbackUSB            INTEGER,
    cIDServR18AutoClbackActivateCode   DisplayString,
    cIDServR18AutoClbackDeactivateCode DisplayString,
    cIDServR18ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR18ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR18ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR18ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR18ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR18ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR18ARClbackOrigingScanRate  INTEGER,
    cIDServR18ARClbackMaxRingCycles    INTEGER,
    cIDServR18ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR18AllowARClbackTermScanning
                                       INTEGER,
    cIDServR18ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR18ARClbackMaxActivns       INTEGER,
    cIDServR18I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR18I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR18I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR18I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR18ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR18ARClbackMaxQueueSize     Unsigned32,
    cIDServR18SupportLastCIDErasure    INTEGER,
    cIDServR18LastCIDErasureDefSetting INTEGER,
    cIDServR18LastCIDErasureAccessCode DisplayString,
    cIDServR18ClgNameDlvryNameSource   BITS,
    cIDServR18CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR18ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR18SupportClgIDDlvryOverIP  INTEGER,
    cIDServR18I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR18I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR18I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR18I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR18ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR18AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR18AlrmEvtsAttnRq           Unsigned32,
    cIDServR18ChldAlrmsAttnRq          Unsigned32,
    cIDServR18ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR18SummaryChldAlrmState     INTEGER,
    cIDServR18CNDDefPreferredSIPFormat INTEGER,
    cIDServR18ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR18CIDIgnorePBXSigPrsnt     INTEGER,
    cIDServR18SupportClgNameDlvryQH    INTEGER,
    cIDServR18CNAMCacheEnabled         INTEGER,
    cIDServR18ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR18CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR18I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR18I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR18I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR18I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR18CNAMSLHRQHOtherVals      INTEGER,
    cIDServR18DoExtraActions           INTEGER,
    cIDServR18CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR18CacheQueryRess           INTEGER,
    cIDServR18CacheImportFilename      DisplayString,
    cIDServR18CacheImportSchedule      INTEGER,
    cIDServR18CacheImportHr            INTEGER,
    cIDServR18CacheImportMin           INTEGER,
    cIDServR18TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR18TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR18CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR18SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR18SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR18CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR18CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR18CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR18ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR18SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR18TotChldAlrmsAttnRq       Unsigned32,
    cIDServR18TotChldAlrmEvtsAttnRq    Unsigned32,
    cIDServR18ARClbackUseTestCalls     INTEGER,
    cIDServR18I1ClgNameDlvrySIPSubscriptionServerNEConn
                                       Unsigned32,
    cIDServR18I2ClgNameDlvrySIPSubscriptionServerNetwkElement
                                       DisplayString,
    cIDServR18I3ClgNameDlvrySIPSubscriptionServerCFSIx
                                       Unsigned32,
    cIDServR18I4ClgNameDlvrySIPSubscriptionServerBindingIx
                                       Unsigned32,
    cIDServR18ClgNameDlvrySIPSubscriptionServerOtherVals
                                       INTEGER,
    cIDServR18ClgNameDlvryServerIdentity
                                       DisplayString,
    cIDServR18SupportICDNDlvry         INTEGER
  }

  cIDServR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR18Entry  1 }

  cIDServR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR18Entry  2 }

  cIDServR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR18Entry  3 }

  cIDServR18CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR18Entry  4 }

  cIDServR18SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  5 }

  cIDServR18ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  6 }

  cIDServR18AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  7 }

  cIDServR18ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  8 }

  cIDServR18SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  9 }

  cIDServR18CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR18Entry  10 }

  cIDServR18CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  11 }

  cIDServR18CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  12 }

  cIDServR18CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR18Entry  13 }

  cIDServR18CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR18Entry  14 }

  cIDServR18CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR18Entry  15 }

  cIDServR18CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR18Entry  16 }

  cIDServR18CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR18Entry  17 }

  cIDServR18SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  18 }

  cIDServR18CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  19 }

  cIDServR18CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  20 }

  cIDServR18CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  21 }

  cIDServR18CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  22 }

  cIDServR18CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  23 }

  cIDServR18CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  24 }

  cIDServR18CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  25 }

  cIDServR18CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  26 }

  cIDServR18SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  27 }

  cIDServR18CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  28 }

  cIDServR18CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  29 }

  cIDServR18CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  30 }

  cIDServR18CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  31 }

  cIDServR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR18Entry  32 }

  cIDServR18SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  33 }

  cIDServR18CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  34 }

  cIDServR18CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  35 }

  cIDServR18CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  36 }

  cIDServR18CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  37 }

  cIDServR18ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  38 }

  cIDServR18AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  39 }

  cIDServR18ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  40 }

  cIDServR18ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR18Entry  41 }

  cIDServR18ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR18Entry  42 }

  cIDServR18ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR18Entry  43 }

  cIDServR18ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  44 }

  cIDServR18ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR18Entry  45 }

  cIDServR18ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  46 }

  cIDServR18SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  47 }

  cIDServR18ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR18Entry  48 }

  cIDServR18ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR18Entry  50 }

  cIDServR18ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR18Entry  51 }

  cIDServR18I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  52 }

  cIDServR18I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  53 }

  cIDServR18I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  54 }

  cIDServR18I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  55 }

  cIDServR18CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR18Entry  56 }

  cIDServR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR18Entry  57 }

  cIDServR18AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR18Entry  58 }

  cIDServR18AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR18Entry  59 }

  cIDServR18AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR18Entry  60 }

  cIDServR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR18Entry  61 }

  cIDServR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR18Entry  62 }

  cIDServR18ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  63 }

  cIDServR18ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  64 }

  cIDServR18SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  65 }

  cIDServR18AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  66 }

  cIDServR18AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  67 }

  cIDServR18AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  68 }

  cIDServR18AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  69 }

  cIDServR18AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  70 }

  cIDServR18ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR18Entry  71 }

  cIDServR18ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR18Entry  72 }

  cIDServR18ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR18Entry  73 }

  cIDServR18ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR18Entry  74 }

  cIDServR18ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR18Entry  75 }

  cIDServR18ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR18Entry  76 }

  cIDServR18ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR18Entry  77 }

  cIDServR18ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR18Entry  78 }

  cIDServR18ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR18Entry  79 }

  cIDServR18AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR18Entry  80 }

  cIDServR18ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR18Entry  81 }

  cIDServR18ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR18Entry  82 }

  cIDServR18I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  83 }

  cIDServR18I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  84 }

  cIDServR18I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  85 }

  cIDServR18I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  86 }

  cIDServR18ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR18Entry  87 }

  cIDServR18ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR18Entry  88 }

  cIDServR18SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  89 }

  cIDServR18LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  90 }

  cIDServR18LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  91 }

  cIDServR18ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR18Entry  92 }

  cIDServR18CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR18Entry  93 }

  cIDServR18ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  97 }

  cIDServR18SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  98 }

  cIDServR18I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR18Entry  99 }

  cIDServR18I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR18Entry  100 }

  cIDServR18I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR18Entry  101 }

  cIDServR18I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR18Entry  102 }

  cIDServR18ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR18Entry  104 }

  cIDServR18AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR18Entry  105 }

  cIDServR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR18Entry  106 }

  cIDServR18ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR18Entry  107 }

  cIDServR18ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR18Entry  108 }

  cIDServR18SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR18Entry  109 }

  cIDServR18CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR18Entry  110 }

  cIDServR18ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2),
                   sIPQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR18Entry  111 }

  cIDServR18CIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - ignore PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  112 }

  cIDServR18SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  113 }

  cIDServR18CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR18Entry  114 }

  cIDServR18ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR18Entry  115 }

  cIDServR18CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR18Entry  116 }

  cIDServR18I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  117 }

  cIDServR18I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  118 }

  cIDServR18I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  119 }

  cIDServR18I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR18Entry  120 }

  cIDServR18CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR18Entry  121 }

  cIDServR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR18Entry  124 }

  cIDServR18CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR18Entry  125 }

  cIDServR18CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR18Entry  126 }

  cIDServR18CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR18Entry  127 }

  cIDServR18CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR18Entry  128 }

  cIDServR18CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR18Entry  129 }

  cIDServR18CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR18Entry  130 }

  cIDServR18TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR18Entry  131 }

  cIDServR18TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR18Entry  132 }

  cIDServR18CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR18Entry  133 }

  cIDServR18SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  134 }

  cIDServR18SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  135 }

  cIDServR18CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR18Entry  136 }

  cIDServR18CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR18Entry  137 }

  cIDServR18CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  138 }

  cIDServR18ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR18Entry  139 }

  cIDServR18SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  140 }

  cIDServR18TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR18Entry  141 }

  cIDServR18TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR18Entry  142 }

  cIDServR18ARClbackUseTestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - use test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR18Entry  143 }

  cIDServR18I1ClgNameDlvrySIPSubscriptionServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR18Entry  144 }

  cIDServR18I2ClgNameDlvrySIPSubscriptionServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR18Entry  145 }

  cIDServR18I3ClgNameDlvrySIPSubscriptionServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR18Entry  146 }

  cIDServR18I4ClgNameDlvrySIPSubscriptionServerBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR18Entry  147 }

  cIDServR18ClgNameDlvrySIPSubscriptionServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server'.
                  This field represents the fixed
                  values that Calling Name Delivery - SIP subscription server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR18Entry  148 }

  cIDServR18ClgNameDlvryServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - server identity'."
    ::= { cIDServR18Entry  149 }

  cIDServR18SupportICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR18Entry  150 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Outgoing Call Services'                              */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  outServR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF OutServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2236 }

  outServR9Entry OBJECT-TYPE
    SYNTAX       OutServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { outServR9NEConn,
             outServR9NetwkElement,
             outServR9CFSIx }
    ::= {  outServR9Table  1  }

  OutServR9Entry  ::=  SEQUENCE
  {
    outServR9NEConn                    Unsigned32,
    outServR9NetwkElement              DisplayString,
    outServR9CFSIx                     Unsigned32,
    outServR9SupportSPD                INTEGER,
    outServR9SPDMinCode                DisplayString,
    outServR9SPDMaxCode                DisplayString,
    outServR9SPDAccessCode             DisplayString,
    outServR9SPDEnableCode             DisplayString,
    outServR9SPDDisableCode            DisplayString,
    outServR9SPDCheckCode              DisplayString,
    outServR9SPDFirstOneDigitCode      DisplayString,
    outServR9SPDLastOneDigitCode       DisplayString,
    outServR9SPDFirstTwoDigitCode      DisplayString,
    outServR9SPDLastTwoDigitCode       DisplayString,
    outServR9SPDOneDigitCfgCode        DisplayString,
    outServR9SPDTwoDigitCfgCode        DisplayString,
    outServR9SPDAllowRemovalInUseNum   INTEGER,
    outServR9SupportOCB                INTEGER,
    outServR9OCBUSB                    INTEGER,
    outServR9OCBEnableCode             DisplayString,
    outServR9OCBDisableCode            DisplayString,
    outServR9OCBCheckCode              DisplayString,
    outServR9OCBEnableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outServR9OCBDisableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outServR9OCBEnableCodeBarringIntnatlCalls
                                       DisplayString,
    outServR9OCBDisableCodeBarringIntnatlCalls
                                       DisplayString,
    outServR9OCBEnableCodeBarringOprCalls
                                       DisplayString,
    outServR9OCBDisableCodeBarringOprCalls
                                       DisplayString,
    outServR9OCBEnableCodeBarringCallServs
                                       DisplayString,
    outServR9OCBDisableCodeBarringCallServs
                                       DisplayString,
    outServR9OCBEnableCodeBarringPremiumRateCalls
                                       DisplayString,
    outServR9OCBDisableCodeBarringPremiumRateCalls
                                       DisplayString,
    outServR9RowStatus                 RowStatus,
    outServR9SupportMandAccCodes       INTEGER,
    outServR9USMandAccCodesCallTypes   BITS,
    outServR9UKMandAccCodesCallTypes   BITS,
    outServR9MandAccCodesDefMaxIncorrectCodes
                                       Unsigned32,
    outServR9MandAccCodesPromptTone    INTEGER,
    outServR9USMACCallTypes2           BITS,
    outServR9ImportCnt                 Integer32,
    outServR9ImportStatus              DisplayString,
    outServR9ImportMode                INTEGER,
    outServR9ImportFile                DisplayString,
    outServR9ImportCorr                Counter64,
    outServR9ImportCorrNode            DisplayString,
    outServR9ImportCorrUID             DisplayString,
    outServR9DoExtraActions            INTEGER,
    outServR9SupportWHL                INTEGER,
    outServR9WHLDefServLvl             INTEGER,
    outServR9WHLDefWarmLineTimeout     Unsigned32,
    outServR9OCBBarringDirCalls        INTEGER,
    outServR9OCBEnableCodeBarringDirCalls
                                       DisplayString,
    outServR9OCBDisableCodeBarringDirCalls
                                       DisplayString,
    outServR9MACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    outServR9OCBTreatMobileNumsAsNatl  INTEGER,
    outServR9OCBEnableCodeBarringNtlCalls
                                       DisplayString,
    outServR9OCBDisableCodeBarringNtlCalls
                                       DisplayString,
    outServR9OCBEnableCodeBarringMobileCalls
                                       DisplayString,
    outServR9OCBDisableCodeBarringMobileCalls
                                       DisplayString,
    outServR9SupportOCN                INTEGER,
    outServR9I1OCNDefAppServerNEConn   Unsigned32,
    outServR9I2OCNDefAppServerNetwkElement
                                       DisplayString,
    outServR9I3OCNDefAppServerCFSIx    Unsigned32,
    outServR9I4OCNDefAppServerDirNum   DisplayString,
    outServR9OCNDefCallTypes           BITS
  }

  outServR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { outServR9Entry  1 }

  outServR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { outServR9Entry  2 }

  outServR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { outServR9Entry  3 }

  outServR9SupportSPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR9Entry  4 }

  outServR9SPDMinCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first allowed code'.
                  This field is not writable when active."
    ::= { outServR9Entry  5 }

  outServR9SPDMaxCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - last allowed code'.
                  This field is not writable when active."
    ::= { outServR9Entry  6 }

  outServR9SPDAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - access code'.
                  This field is not writable when active."
    ::= { outServR9Entry  7 }

  outServR9SPDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - enable code'.
                  This field is not writable when active."
    ::= { outServR9Entry  8 }

  outServR9SPDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - disable code'.
                  This field is not writable when active."
    ::= { outServR9Entry  9 }

  outServR9SPDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - check code'.
                  This field is not writable when active."
    ::= { outServR9Entry  10 }

  outServR9SPDFirstOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first one digit code'.
                  This field is not writable when active."
    ::= { outServR9Entry  11 }

  outServR9SPDLastOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last one digit code'.
                  This field is not writable when active."
    ::= { outServR9Entry  12 }

  outServR9SPDFirstTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first two digit code'.
                  This field is not writable when active."
    ::= { outServR9Entry  13 }

  outServR9SPDLastTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last two digit code'.
                  This field is not writable when active."
    ::= { outServR9Entry  14 }

  outServR9SPDOneDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - one digit configuration code'.
                  This field is not writable when active."
    ::= { outServR9Entry  15 }

  outServR9SPDTwoDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - two digit configuration code'.
                  This field is not writable when active."
    ::= { outServR9Entry  16 }

  outServR9SPDAllowRemovalInUseNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - allow removal of in use number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outServR9Entry  17 }

  outServR9SupportOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR9Entry  18 }

  outServR9OCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outServR9Entry  19 }

  outServR9OCBEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - enable code'.
                  This field is not writable when active."
    ::= { outServR9Entry  20 }

  outServR9OCBDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - disable code'.
                  This field is not writable when active."
    ::= { outServR9Entry  21 }

  outServR9OCBCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - check code'.
                  This field is not writable when active."
    ::= { outServR9Entry  22 }

  outServR9OCBEnableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  23 }

  outServR9OCBDisableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  24 }

  outServR9OCBEnableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring international calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  25 }

  outServR9OCBDisableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring international calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  26 }

  outServR9OCBEnableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  27 }

  outServR9OCBDisableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  28 }

  outServR9OCBEnableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring call services'.
                  This field is not writable when active."
    ::= { outServR9Entry  29 }

  outServR9OCBDisableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring call services'.
                  This field is not writable when active."
    ::= { outServR9Entry  30 }

  outServR9OCBEnableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  31 }

  outServR9OCBDisableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  32 }

  outServR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { outServR9Entry  33 }

  outServR9SupportMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR9Entry  34 }

  outServR9USMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outServR9Entry  36 }

  outServR9UKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outServR9Entry  37 }

  outServR9MandAccCodesDefMaxIncorrectCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { outServR9Entry  38 }

  outServR9MandAccCodesPromptTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   stutterDialTone(1),
                   continuousPromptTone400Hz(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - prompt tone'.
                  This field is not writable when active."
    DEFVAL       { stutterDialTone }
    ::= { outServR9Entry  39 }

  outServR9USMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outServR9Entry  40 }

  outServR9ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { outServR9Entry  41 }

  outServR9ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { outServR9Entry  42 }

  outServR9ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { outServR9Entry  43 }

  outServR9ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { outServR9Entry  44 }

  outServR9ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { outServR9Entry  45 }

  outServR9ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { outServR9Entry  46 }

  outServR9ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { outServR9Entry  47 }

  outServR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { outServR9Entry  48 }

  outServR9SupportWHL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR9Entry  49 }

  outServR9WHLDefServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default service level'.
                  This field is not writable when active."
    DEFVAL       { warmLine }
    ::= { outServR9Entry  50 }

  outServR9WHLDefWarmLineTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default Warm Line timeout'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { outServR9Entry  51 }

  outServR9OCBBarringDirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlledByOperatorCodes(1),
                   specifySeparateCodes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - barring directory calls'.
                  This field is not writable when active."
    DEFVAL       { controlledByOperatorCodes }
    ::= { outServR9Entry  52 }

  outServR9OCBEnableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  53 }

  outServR9OCBDisableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  54 }

  outServR9MACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts per call'."
    DEFVAL       { 1 }
    ::= { outServR9Entry  55 }

  outServR9OCBTreatMobileNumsAsNatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat mobile numbers as national numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outServR9Entry  56 }

  outServR9OCBEnableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  57 }

  outServR9OCBDisableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  58 }

  outServR9OCBEnableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  59 }

  outServR9OCBDisableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outServR9Entry  60 }

  outServR9SupportOCN OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing Call Notifications - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outServR9Entry  61 }

  outServR9I1OCNDefAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outServR9Entry  62 }

  outServR9I2OCNDefAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outServR9Entry  63 }

  outServR9I3OCNDefAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outServR9Entry  64 }

  outServR9I4OCNDefAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outServR9Entry  65 }

  outServR9OCNDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing Call Notifications - default call types'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { outServR9Entry  66 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  rPSAttrEntryR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2237 }

  rPSAttrEntryR25Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR25NEConn,
             rPSAttrEntryR25NetwkElement,
             rPSAttrEntryR25CFSIx,
             rPSAttrEntryR25CfgSetIx,
             rPSAttrEntryR25AttrSetIx,
             rPSAttrEntryR25AttrEntryIx }
    ::= {  rPSAttrEntryR25Table  1  }

  RPSAttrEntryR25Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR25NEConn              Unsigned32,
    rPSAttrEntryR25NetwkElement        DisplayString,
    rPSAttrEntryR25CFSIx               Unsigned32,
    rPSAttrEntryR25CfgSetIx            Unsigned32,
    rPSAttrEntryR25AttrSetIx           Unsigned32,
    rPSAttrEntryR25AttrEntryIx         Unsigned32,
    rPSAttrEntryR25AttrType            INTEGER,
    rPSAttrEntryR25AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR25AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR25AttrValCldAddrScope INTEGER,
    rPSAttrEntryR25AttrValCldAddrType  INTEGER,
    rPSAttrEntryR25AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR25AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR25AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR25AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR25AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR25AttrValOprCall      INTEGER,
    rPSAttrEntryR25AttrValPriorityCall INTEGER,
    rPSAttrEntryR25AttrValRegionCode   Unsigned32,
    rPSAttrEntryR25AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR25AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR25AttrValRtgControlUK INTEGER,
    rPSAttrEntryR25AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR25AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR25AttrValTestCall     INTEGER,
    rPSAttrEntryR25AttrValAnnounceID   INTEGER,
    rPSAttrEntryR25AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR25AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR25AttrValTransitNetID Unsigned32,
    rPSAttrEntryR25AttrValUSCallType   INTEGER,
    rPSAttrEntryR25AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR25AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR25AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR25AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR25AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR25AttrValUSCarrType   INTEGER,
    rPSAttrEntryR25AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR25AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR25AttrValClgCategory  INTEGER,
    rPSAttrEntryR25RowStatus           RowStatus,
    rPSAttrEntryR25AttrValUKCallType   INTEGER,
    rPSAttrEntryR25AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR25I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR25I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR25I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR25I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR25AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR25AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR25AttrValUSLATA       Unsigned32,
    rPSAttrEntryR25AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR25AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR25AttrValUsrDef       Unsigned32,
    rPSAttrEntryR25AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR25AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR25AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR25AttrValBillCallType INTEGER,
    rPSAttrEntryR25AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR25AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR25AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR25AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR25AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR25AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR25T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR25T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR25T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR25AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR25I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR25I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR25I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR25I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR25AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR25AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR25I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR25I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR25I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR25I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR25AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR25AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR25AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR25AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR25AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR25AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR25AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR25AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR25AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR25AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR25AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR25AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR25AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR25AttrValOTGpID       INTEGER,
    rPSAttrEntryR25AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR25AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR25AttrValDTGpID       INTEGER,
    rPSAttrEntryR25AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR25AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR25AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR25AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR25T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR25T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR25T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR25AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR25AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR25AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR25AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR25AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR25AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR25AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR25AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR25AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR25AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR25AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR25ClgAddrScope        INTEGER,
    rPSAttrEntryR25AttrValHighRiskCall INTEGER,
    rPSAttrEntryR25RtgPolicyNum        Unsigned32,
    rPSAttrEntryR25RtgPolicy           LongDisplayString,
    rPSAttrEntryR25AttrValLCC          INTEGER,
    rPSAttrEntryR25AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER
  }

  rPSAttrEntryR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR25Entry  1 }

  rPSAttrEntryR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR25Entry  2 }

  rPSAttrEntryR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR25Entry  3 }

  rPSAttrEntryR25CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR25Entry  4 }

  rPSAttrEntryR25AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR25Entry  5 }

  rPSAttrEntryR25AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR25Entry  6 }

  rPSAttrEntryR25AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlModeUKOnly(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   dialedNameDeliveryAllowedOutsideBG(166)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR25Entry  7 }

  rPSAttrEntryR25AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  8 }

  rPSAttrEntryR25AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR25Entry  9 }

  rPSAttrEntryR25AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR25Entry  10 }

  rPSAttrEntryR25AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR25Entry  11 }

  rPSAttrEntryR25AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  12 }

  rPSAttrEntryR25AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  13 }

  rPSAttrEntryR25AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  14 }

  rPSAttrEntryR25AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR25Entry  15 }

  rPSAttrEntryR25AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  16 }

  rPSAttrEntryR25AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  17 }

  rPSAttrEntryR25AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  18 }

  rPSAttrEntryR25AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  19 }

  rPSAttrEntryR25AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR25Entry  20 }

  rPSAttrEntryR25AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  21 }

  rPSAttrEntryR25AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR25Entry  22 }

  rPSAttrEntryR25AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  23 }

  rPSAttrEntryR25AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  24 }

  rPSAttrEntryR25AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  25 }

  rPSAttrEntryR25AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR25Entry  26 }

  rPSAttrEntryR25AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR25Entry  27 }

  rPSAttrEntryR25AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR25Entry  28 }

  rPSAttrEntryR25AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  29 }

  rPSAttrEntryR25AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR25Entry  30 }

  rPSAttrEntryR25AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR25Entry  31 }

  rPSAttrEntryR25AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR25Entry  32 }

  rPSAttrEntryR25AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR25Entry  33 }

  rPSAttrEntryR25AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR25Entry  34 }

  rPSAttrEntryR25AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR25Entry  35 }

  rPSAttrEntryR25AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR25Entry  36 }

  rPSAttrEntryR25AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  37 }

  rPSAttrEntryR25AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  38 }

  rPSAttrEntryR25AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR25Entry  39 }

  rPSAttrEntryR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR25Entry  40 }

  rPSAttrEntryR25AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR25Entry  41 }

  rPSAttrEntryR25AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR25Entry  42 }

  rPSAttrEntryR25I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR25Entry  43 }

  rPSAttrEntryR25I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR25Entry  44 }

  rPSAttrEntryR25I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR25Entry  45 }

  rPSAttrEntryR25I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR25Entry  46 }

  rPSAttrEntryR25AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR25Entry  47 }

  rPSAttrEntryR25AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR25Entry  48 }

  rPSAttrEntryR25AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  49 }

  rPSAttrEntryR25AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR25Entry  50 }

  rPSAttrEntryR25AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  51 }

  rPSAttrEntryR25AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR25Entry  52 }

  rPSAttrEntryR25AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  53 }

  rPSAttrEntryR25AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR25Entry  54 }

  rPSAttrEntryR25AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR25Entry  55 }

  rPSAttrEntryR25AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR25Entry  56 }

  rPSAttrEntryR25AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR25Entry  57 }

  rPSAttrEntryR25AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  58 }

  rPSAttrEntryR25AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  59 }

  rPSAttrEntryR25AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR25Entry  60 }

  rPSAttrEntryR25AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR25Entry  61 }

  rPSAttrEntryR25AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR25Entry  62 }

  rPSAttrEntryR25T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR25Entry  63 }

  rPSAttrEntryR25T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR25Entry  64 }

  rPSAttrEntryR25T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR25Entry  65 }

  rPSAttrEntryR25AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR25Entry  66 }

  rPSAttrEntryR25I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR25Entry  67 }

  rPSAttrEntryR25I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR25Entry  68 }

  rPSAttrEntryR25I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR25Entry  69 }

  rPSAttrEntryR25I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR25Entry  70 }

  rPSAttrEntryR25AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR25Entry  71 }

  rPSAttrEntryR25AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR25Entry  72 }

  rPSAttrEntryR25I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR25Entry  73 }

  rPSAttrEntryR25I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR25Entry  74 }

  rPSAttrEntryR25I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR25Entry  75 }

  rPSAttrEntryR25I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR25Entry  76 }

  rPSAttrEntryR25AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR25Entry  77 }

  rPSAttrEntryR25AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR25Entry  78 }

  rPSAttrEntryR25AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR25Entry  79 }

  rPSAttrEntryR25AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR25Entry  80 }

  rPSAttrEntryR25AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR25Entry  81 }

  rPSAttrEntryR25AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR25Entry  82 }

  rPSAttrEntryR25AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR25Entry  83 }

  rPSAttrEntryR25AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR25Entry  84 }

  rPSAttrEntryR25AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR25Entry  85 }

  rPSAttrEntryR25AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR25Entry  86 }

  rPSAttrEntryR25AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR25Entry  88 }

  rPSAttrEntryR25AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR25Entry  89 }

  rPSAttrEntryR25AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR25Entry  90 }

  rPSAttrEntryR25AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR25Entry  91 }

  rPSAttrEntryR25AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR25Entry  92 }

  rPSAttrEntryR25AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR25Entry  93 }

  rPSAttrEntryR25AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR25Entry  94 }

  rPSAttrEntryR25AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR25Entry  95 }

  rPSAttrEntryR25AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR25Entry  96 }

  rPSAttrEntryR25AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR25Entry  97 }

  rPSAttrEntryR25AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR25Entry  98 }

  rPSAttrEntryR25T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR25Entry  99 }

  rPSAttrEntryR25T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR25Entry  100 }

  rPSAttrEntryR25T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR25Entry  101 }

  rPSAttrEntryR25AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  102 }

  rPSAttrEntryR25AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR25Entry  103 }

  rPSAttrEntryR25AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  104 }

  rPSAttrEntryR25AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR25Entry  105 }

  rPSAttrEntryR25AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  106 }

  rPSAttrEntryR25AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  107 }

  rPSAttrEntryR25AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  108 }

  rPSAttrEntryR25AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  109 }

  rPSAttrEntryR25AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  110 }

  rPSAttrEntryR25AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  111 }

  rPSAttrEntryR25AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR25Entry  112 }

  rPSAttrEntryR25ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR25Entry  113 }

  rPSAttrEntryR25AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR25Entry  114 }

  rPSAttrEntryR25RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR25Entry  115 }

  rPSAttrEntryR25RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR25Entry  116 }

  rPSAttrEntryR25AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR25Entry  117 }

  rPSAttrEntryR25AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR25Entry  118 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profile'                                         */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  perProfR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profiles'."
    ::= { metaSwitch  2238 }

  perProfR13Entry OBJECT-TYPE
    SYNTAX       PerProfR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfR13NEConn,
             perProfR13NetwkElement,
             perProfR13CFSIx,
             perProfR13GpIx }
    ::= {  perProfR13Table  1  }

  PerProfR13Entry  ::=  SEQUENCE
  {
    perProfR13NEConn                   Unsigned32,
    perProfR13NetwkElement             DisplayString,
    perProfR13CFSIx                    Unsigned32,
    perProfR13GpIx                     Unsigned32,
    perProfR13PerProfName              DisplayString,
    perProfR13ValidSubTypes            BITS,
    perProfR13SDActCallLimitAlgorithm  INTEGER,
    perProfR13SDDefCallLimitAlgorithm  INTEGER,
    perProfR13SDUseDefCallLimitAlgorithm
                                       INTEGER,
    perProfR13SDActCallLimitVal        Unsigned32,
    perProfR13SDDefCallLimitVal        Unsigned32,
    perProfR13SDUseDefCallLimitVal     INTEGER,
    perProfR13SDActMaxCallAppearances  Unsigned32,
    perProfR13SDDefMaxCallAppearances  Unsigned32,
    perProfR13SDUseDefMaxCallAppearances
                                       INTEGER,
    perProfR13SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR13SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR13SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    perProfR13SDActLongDistanceCarr    DisplayString,
    perProfR13SDDefLongDistanceCarr    DisplayString,
    perProfR13SDUseDefLongDistanceCarr INTEGER,
    perProfR13SDActIntraLATACarr       DisplayString,
    perProfR13SDDefIntraLATACarr       DisplayString,
    perProfR13SDUseDefIntraLATACarr    INTEGER,
    perProfR13SDActIntnatlCarr         DisplayString,
    perProfR13SDDefIntnatlCarr         DisplayString,
    perProfR13SDUseDefIntnatlCarr      INTEGER,
    perProfR13SDActBillType            INTEGER,
    perProfR13SDDefBillType            INTEGER,
    perProfR13SDUseDefBillType         INTEGER,
    perProfR13SDActRtgAttrs            BITS,
    perProfR13SDDefRtgAttrs            BITS,
    perProfR13SDUseDefRtgAttrs         INTEGER,
    perProfR13SDActDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR13SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR13SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR13SDActTariffGp            INTEGER,
    perProfR13SDDefTariffGp            INTEGER,
    perProfR13SDUseDefTariffGp         INTEGER,
    perProfR13SDActForceLNPLookup      INTEGER,
    perProfR13SDDefForceLNPLookup      INTEGER,
    perProfR13SDUseDefForceLNPLookup   INTEGER,
    perProfR13SDActTimezone            INTEGER,
    perProfR13SDDefTimezone            INTEGER,
    perProfR13SDUseDefTimezone         INTEGER,
    perProfR13SDActAdjustDaylightSavings
                                       INTEGER,
    perProfR13SDDefAdjustDaylightSavings
                                       INTEGER,
    perProfR13SDUseDefAdjustDaylightSavings
                                       INTEGER,
    perProfR13SDActLCC1                INTEGER,
    perProfR13SDDefLCC1                INTEGER,
    perProfR13SDUseDefLCC1             INTEGER,
    perProfR13SDActLCC2                INTEGER,
    perProfR13SDDefLCC2                INTEGER,
    perProfR13SDUseDefLCC2             INTEGER,
    perProfR13SDActLCC3                INTEGER,
    perProfR13SDDefLCC3                INTEGER,
    perProfR13SDUseDefLCC3             INTEGER,
    perProfR13SDActLCC4                INTEGER,
    perProfR13SDDefLCC4                INTEGER,
    perProfR13SDUseDefLCC4             INTEGER,
    perProfR13SDActLCC5                INTEGER,
    perProfR13SDDefLCC5                INTEGER,
    perProfR13SDUseDefLCC5             INTEGER,
    perProfR13ChldCallServAlrmsAttnRq  Unsigned32,
    perProfR13ChldCllSrvAlrmEvtsAttnRq Unsigned32,
    perProfR13ChldCallServAlrmsAtndDp  Unsigned32,
    perProfR13ChldCllSrvAlrmEvtsAtndDp Unsigned32,
    perProfR13SummaryChldAlrmState     INTEGER,
    perProfR13ExportNumObjectsExported Integer32,
    perProfR13ExportStatus             DisplayString,
    perProfR13ExportFile               DisplayString,
    perProfR13ExportCorr               Counter64,
    perProfR13ExportCorrNode           DisplayString,
    perProfR13ExportCorrUID            DisplayString,
    perProfR13DoExtraActions           INTEGER,
    perProfR13RowStatus                RowStatus,
    perProfR13SynchronizationInProgress
                                       INTEGER,
    perProfR13SDActClgNumScreening     INTEGER,
    perProfR13SDDefClgNumScreening     INTEGER,
    perProfR13SDUseDefClgNumScreening  INTEGER,
    perProfR13SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR13SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR13SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR13SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR13SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR13SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR13SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR13SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR13SDActLCC6                INTEGER,
    perProfR13SDDefLCC6                INTEGER,
    perProfR13SDUseDefLCC6             INTEGER,
    perProfR13SDActLCC7                INTEGER,
    perProfR13SDDefLCC7                INTEGER,
    perProfR13SDUseDefLCC7             INTEGER,
    perProfR13SDActLCC8                INTEGER,
    perProfR13SDDefLCC8                INTEGER,
    perProfR13SDUseDefLCC8             INTEGER,
    perProfR13SDActLCC9                INTEGER,
    perProfR13SDDefLCC9                INTEGER,
    perProfR13SDUseDefLCC9             INTEGER,
    perProfR13SDActLCC10               INTEGER,
    perProfR13SDDefLCC10               INTEGER,
    perProfR13SDUseDefLCC10            INTEGER,
    perProfR13SDActLCC11               INTEGER,
    perProfR13SDDefLCC11               INTEGER,
    perProfR13SDUseDefLCC11            INTEGER,
    perProfR13SDActLCC12               INTEGER,
    perProfR13SDDefLCC12               INTEGER,
    perProfR13SDUseDefLCC12            INTEGER,
    perProfR13SDActLCC13               INTEGER,
    perProfR13SDDefLCC13               INTEGER,
    perProfR13SDUseDefLCC13            INTEGER,
    perProfR13SDActLCC14               INTEGER,
    perProfR13SDDefLCC14               INTEGER,
    perProfR13SDUseDefLCC14            INTEGER,
    perProfR13SDActLCC15               INTEGER,
    perProfR13SDDefLCC15               INTEGER,
    perProfR13SDUseDefLCC15            INTEGER,
    perProfR13SDActLCC16               INTEGER,
    perProfR13SDDefLCC16               INTEGER,
    perProfR13SDUseDefLCC16            INTEGER,
    perProfR13SDActLCC17               INTEGER,
    perProfR13SDDefLCC17               INTEGER,
    perProfR13SDUseDefLCC17            INTEGER,
    perProfR13SDActLCC18               INTEGER,
    perProfR13SDDefLCC18               INTEGER,
    perProfR13SDUseDefLCC18            INTEGER,
    perProfR13SDActLCC19               INTEGER,
    perProfR13SDDefLCC19               INTEGER,
    perProfR13SDUseDefLCC19            INTEGER,
    perProfR13SDActLCC20               INTEGER,
    perProfR13SDDefLCC20               INTEGER,
    perProfR13SDUseDefLCC20            INTEGER,
    perProfSDActR13SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfSDDefR13SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfR13SDUseDefSubMediaGatewayModel
                                       INTEGER,
    perProfR13SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR13SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR13SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR13SDActMaxSimulRegistrations
                                       INTEGER,
    perProfR13SDDefMaxSimulRegistrations
                                       INTEGER,
    perProfR13SDUseDefMaxSimulRegistrations
                                       INTEGER,
    perProfR13SDActAdvChrgAOCD         INTEGER,
    perProfR13SDDefAdvChrgAOCD         INTEGER,
    perProfR13SDUseDefAdvChrgAOCD      INTEGER,
    perProfR13SDActAdvChrgAOCE         INTEGER,
    perProfR13SDDefAdvChrgAOCE         INTEGER,
    perProfR13SDUseDefAdvChrgAOCE      INTEGER,
    perProfR13SDActBusGpCallLogsEnabled
                                       INTEGER,
    perProfR13SDDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR13SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR13SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR13SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR13SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR13SDActSubTimezone         LongDisplayString,
    perProfR13SDDefSubTimezone         LongDisplayString,
    perProfR13SDUseDefSubTimezone      INTEGER,
    perProfR13SDActChargeInd           INTEGER,
    perProfR13SDDefChargeInd           INTEGER,
    perProfR13SDUseDefChargeInd        INTEGER,
    perProfR13SDActSubClgCategory      INTEGER,
    perProfR13SDDefSubClgCategory      INTEGER,
    perProfR13SDUseDefSubClgCategory   INTEGER,
    perProfR13SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR13SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR13SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR13SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR13SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR13SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR13SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR13SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR13SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR13NumRefgSubs              Unsigned32,
    perProfR13ProfIsReferencedBySubs   INTEGER,
    perProfR13TotChldAlrmsAttnRq       Unsigned32,
    perProfR13TotChldAlrmEvtsAttnRq    Unsigned32,
    perProfR13TotChldAlrmsAtndDp       Unsigned32,
    perProfR13TotChldAlrmEvtsAtndDp    Unsigned32,
    perProfR13SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR13SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR13SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR13SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR13SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR13SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR13SDActAccessionClientOnly INTEGER,
    perProfR13SDDefAccessionClientOnly INTEGER,
    perProfR13SDUseDefAccessionClientOnly
                                       INTEGER,
    perProfR13SDActInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR13SDDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR13SDUseDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR13ExportIncASRepData       INTEGER,
    perProfR13ExportChldObjectsToInc   INTEGER
  }

  perProfR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfR13Entry  1 }

  perProfR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfR13Entry  2 }

  perProfR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfR13Entry  3 }

  perProfR13GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfR13Entry  4 }

  perProfR13PerProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { perProfR13Entry  5 }

  perProfR13ValidSubTypes OBJECT-TYPE
    SYNTAX       BITS {
                   individualLine(0),
                   pBX(1),
                   businessGroup(2),
                   businessGroupLine(3),
                   multipleAppearanceDirectoryNumber(4),
                   mLHGPilotDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid subscriber types'."
    DEFVAL       { {individualLine, pBX, businessGroup, businessGroupLine, multipleAppearanceDirectoryNumber, mLHGPilotDN} }
    ::= { perProfR13Entry  6 }

  perProfR13SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  7 }

  perProfR13SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  8 }

  perProfR13SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  9 }

  perProfR13SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  10 }

  perProfR13SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  11 }

  perProfR13SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  12 }

  perProfR13SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  13 }

  perProfR13SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  14 }

  perProfR13SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  15 }

  perProfR13SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  16 }

  perProfR13SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  17 }

  perProfR13SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  18 }

  perProfR13SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  19 }

  perProfR13SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  20 }

  perProfR13SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  21 }

  perProfR13SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  22 }

  perProfR13SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  23 }

  perProfR13SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  24 }

  perProfR13SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  25 }

  perProfR13SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  26 }

  perProfR13SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  27 }

  perProfR13SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  28 }

  perProfR13SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  29 }

  perProfR13SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  30 }

  perProfR13SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  31 }

  perProfR13SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  32 }

  perProfR13SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  33 }

  perProfR13SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  34 }

  perProfR13SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  35 }

  perProfR13SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  36 }

  perProfR13SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  40 }

  perProfR13SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  41 }

  perProfR13SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  42 }

  perProfR13SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  43 }

  perProfR13SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  44 }

  perProfR13SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  45 }

  perProfR13SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  46 }

  perProfR13SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  47 }

  perProfR13SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  48 }

  perProfR13SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  49 }

  perProfR13SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  50 }

  perProfR13SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  51 }

  perProfR13SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  52 }

  perProfR13SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  53 }

  perProfR13SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  54 }

  perProfR13SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  55 }

  perProfR13SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  56 }

  perProfR13SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  57 }

  perProfR13SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  58 }

  perProfR13SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  59 }

  perProfR13SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  60 }

  perProfR13SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  61 }

  perProfR13SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  62 }

  perProfR13SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  63 }

  perProfR13SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  64 }

  perProfR13SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  65 }

  perProfR13SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  66 }

  perProfR13ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { perProfR13Entry  67 }

  perProfR13ChldCllSrvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR13Entry  68 }

  perProfR13ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { perProfR13Entry  69 }

  perProfR13ChldCllSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR13Entry  70 }

  perProfR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfR13Entry  71 }

  perProfR13ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfR13Entry  72 }

  perProfR13ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfR13Entry  73 }

  perProfR13ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfR13Entry  74 }

  perProfR13ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfR13Entry  75 }

  perProfR13ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfR13Entry  76 }

  perProfR13ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfR13Entry  77 }

  perProfR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   managePhoneProfiles(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfR13Entry  78 }

  perProfR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfR13Entry  79 }

  perProfR13SynchronizationInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization of subscribers in progress'."
    ::= { perProfR13Entry  80 }

  perProfR13SDActClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  81 }

  perProfR13SDDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  82 }

  perProfR13SDUseDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  83 }

  perProfR13SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  84 }

  perProfR13SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  85 }

  perProfR13SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  86 }

  perProfR13SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  87 }

  perProfR13SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  88 }

  perProfR13SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  89 }

  perProfR13SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  90 }

  perProfR13SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  91 }

  perProfR13SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  95 }

  perProfR13SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  96 }

  perProfR13SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  97 }

  perProfR13SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  98 }

  perProfR13SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  99 }

  perProfR13SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  100 }

  perProfR13SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  101 }

  perProfR13SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  102 }

  perProfR13SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  103 }

  perProfR13SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  104 }

  perProfR13SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  105 }

  perProfR13SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  106 }

  perProfR13SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  107 }

  perProfR13SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  108 }

  perProfR13SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  109 }

  perProfR13SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  110 }

  perProfR13SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  111 }

  perProfR13SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  112 }

  perProfR13SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  113 }

  perProfR13SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  114 }

  perProfR13SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  115 }

  perProfR13SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  116 }

  perProfR13SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  117 }

  perProfR13SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  118 }

  perProfR13SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  119 }

  perProfR13SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  120 }

  perProfR13SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  121 }

  perProfR13SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  122 }

  perProfR13SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  123 }

  perProfR13SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  124 }

  perProfR13SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  125 }

  perProfR13SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  126 }

  perProfR13SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  127 }

  perProfR13SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  128 }

  perProfR13SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  129 }

  perProfR13SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  130 }

  perProfR13SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  131 }

  perProfR13SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  132 }

  perProfR13SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  133 }

  perProfR13SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  134 }

  perProfR13SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  135 }

  perProfR13SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  136 }

  perProfR13SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  137 }

  perProfR13SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  138 }

  perProfR13SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  139 }

  perProfSDActR13SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  140 }

  perProfSDDefR13SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR13Entry  141 }

  perProfR13SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  142 }

  perProfR13SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  148 }

  perProfR13SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  149 }

  perProfR13SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  150 }

  perProfR13SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  151 }

  perProfR13SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  152 }

  perProfR13SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  153 }

  perProfR13SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  154 }

  perProfR13SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  155 }

  perProfR13SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  156 }

  perProfR13SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  157 }

  perProfR13SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  158 }

  perProfR13SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  159 }

  perProfR13SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  160 }

  perProfR13SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  161 }

  perProfR13SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  162 }

  perProfR13SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  163 }

  perProfR13SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  164 }

  perProfR13SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  165 }

  perProfR13SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  166 }

  perProfR13SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  167 }

  perProfR13SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  168 }

  perProfR13SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  169 }

  perProfR13SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  170 }

  perProfR13SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  171 }

  perProfR13SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  172 }

  perProfR13SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  173 }

  perProfR13SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  174 }

  perProfR13SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  175 }

  perProfR13SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  176 }

  perProfR13SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  177 }

  perProfR13SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  178 }

  perProfR13SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  179 }

  perProfR13SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  180 }

  perProfR13SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  181 }

  perProfR13SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  182 }

  perProfR13SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  183 }

  perProfR13NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { perProfR13Entry  184 }

  perProfR13ProfIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Profile is referenced by subscribers'."
    ::= { perProfR13Entry  185 }

  perProfR13TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfR13Entry  186 }

  perProfR13TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfR13Entry  187 }

  perProfR13TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfR13Entry  188 }

  perProfR13TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfR13Entry  189 }

  perProfR13SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  190 }

  perProfR13SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  191 }

  perProfR13SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  192 }

  perProfR13SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  193 }

  perProfR13SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  194 }

  perProfR13SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  195 }

  perProfR13SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  196 }

  perProfR13SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  197 }

  perProfR13SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  198 }

  perProfR13SDActInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  199 }

  perProfR13SDDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR13Entry  200 }

  perProfR13SDUseDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR13Entry  201 }

  perProfR13ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfR13Entry  202 }

  perProfR13ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfR13Entry  212 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Application Servers'                                */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  perProfAppServR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfAppServR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2239 }

  perProfAppServR3Entry OBJECT-TYPE
    SYNTAX       PerProfAppServR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfAppServR3NEConn,
             perProfAppServR3NetwkElement,
             perProfAppServR3CFSIx,
             perProfAppServR3GpIx }
    ::= {  perProfAppServR3Table  1  }

  PerProfAppServR3Entry  ::=  SEQUENCE
  {
    perProfAppServR3NEConn             Unsigned32,
    perProfAppServR3NetwkElement       DisplayString,
    perProfAppServR3CFSIx              Unsigned32,
    perProfAppServR3GpIx               Unsigned32,
    perProfAppServR3SDActOrigSubscribed
                                       INTEGER,
    perProfAppServR3SDDefOrigSubscribed
                                       INTEGER,
    perProfAppServR3SDUseDefOrigSubscribed
                                       INTEGER,
    perProfAppServR3SDActI1OrigServerNEConn
                                       Unsigned32,
    perProfAppServR3SDActI2OrigServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDActI3OrigServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDActI4OrigServerDirNum
                                       DisplayString,
    perProfAppServR3SDDefI1OrigServerNEConn
                                       Unsigned32,
    perProfAppServR3SDDefI2OrigServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDDefI3OrigServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDDefI4OrigServerDirNum
                                       DisplayString,
    perProfAppServR3SDUseDefOrigServer INTEGER,
    perProfAppServR3SDActTermSubscribed
                                       INTEGER,
    perProfAppServR3SDDefTermSubscribed
                                       INTEGER,
    perProfAppServR3SDUseDefTermSubscribed
                                       INTEGER,
    perProfAppServR3SDActI1TermServerNEConn
                                       Unsigned32,
    perProfAppServR3SDActI2TermServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDActI3TermServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDActI4TermServerDirNum
                                       DisplayString,
    perProfAppServR3SDDefI1TermServerNEConn
                                       Unsigned32,
    perProfAppServR3SDDefI2TermServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDDefI3TermServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDDefI4TermServerDirNum
                                       DisplayString,
    perProfAppServR3SDUseDefTermServer INTEGER,
    perProfAppServR3AlrmState          INTEGER,
    perProfAppServR3AlrmEvtsAtndDpLogCorr
                                       Counter64,
    perProfAppServR3AlrmEvtsAttnRq     Unsigned32,
    perProfAppServR3AlrmEvtsAtndDp     Unsigned32,
    perProfAppServR3AlrmStateTimestamp Unsigned32,
    perProfAppServR3AlrmResetTimestamp Unsigned32,
    perProfAppServR3SDActI1PresenceServServerNEConn
                                       Unsigned32,
    perProfAppServR3SDActI2PresenceServServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDActI3PresenceServServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDActI4PresenceServServerDirNum
                                       DisplayString,
    perProfAppServR3SDDefI1PresenceServServerNEConn
                                       Unsigned32,
    perProfAppServR3SDDefI2PresenceServServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDDefI3PresenceServServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDDefI4PresenceServServerDirNum
                                       DisplayString,
    perProfAppServSDActR3SDActPresenceServServerOtherVals
                                       INTEGER,
    perProfAppServSDDefR3SDActPresenceServServerOtherVals
                                       INTEGER,
    perProfAppServR3SDUseDefPresenceServServer
                                       INTEGER,
    perProfAppServR3SDActRecSrvSubscribed
                                       INTEGER,
    perProfAppServR3SDDefRecSrvSubscribed
                                       INTEGER,
    perProfAppServR3SDUseDefRecSrvSubscribed
                                       INTEGER,
    perProfAppServR3SDActRecSrvEnabled INTEGER,
    perProfAppServR3SDDefRecSrvEnabled INTEGER,
    perProfAppServR3SDUseDefRecSrvEnabled
                                       INTEGER,
    perProfAppServR3SDActI1RecSrvServerNEConn
                                       Unsigned32,
    perProfAppServR3SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDActI4RecSrvServerDirNum
                                       DisplayString,
    perProfAppServR3SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    perProfAppServR3SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    perProfAppServR3SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    perProfAppServR3SDDefI4RecSrvServerDirNum
                                       DisplayString,
    perProfAppServR3SDUseDefRecSrvServer
                                       INTEGER,
    perProfAppServR3RecSrvServerWebInterfaceURL
                                       LongDisplayString
  }

  perProfAppServR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfAppServR3Entry  1 }

  perProfAppServR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfAppServR3Entry  2 }

  perProfAppServR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfAppServR3Entry  3 }

  perProfAppServR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfAppServR3Entry  4 }

  perProfAppServR3SDActOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  5 }

  perProfAppServR3SDDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  6 }

  perProfAppServR3SDUseDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  7 }

  perProfAppServR3SDActI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  8 }

  perProfAppServR3SDActI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  9 }

  perProfAppServR3SDActI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  10 }

  perProfAppServR3SDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  11 }

  perProfAppServR3SDDefI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  12 }

  perProfAppServR3SDDefI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  13 }

  perProfAppServR3SDDefI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  14 }

  perProfAppServR3SDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { perProfAppServR3Entry  15 }

  perProfAppServR3SDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  16 }

  perProfAppServR3SDActTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  17 }

  perProfAppServR3SDDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  18 }

  perProfAppServR3SDUseDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  19 }

  perProfAppServR3SDActI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  20 }

  perProfAppServR3SDActI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  21 }

  perProfAppServR3SDActI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  22 }

  perProfAppServR3SDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  23 }

  perProfAppServR3SDDefI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  24 }

  perProfAppServR3SDDefI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  25 }

  perProfAppServR3SDDefI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  26 }

  perProfAppServR3SDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { perProfAppServR3Entry  27 }

  perProfAppServR3SDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  28 }

  perProfAppServR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { perProfAppServR3Entry  29 }

  perProfAppServR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { perProfAppServR3Entry  30 }

  perProfAppServR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfAppServR3Entry  31 }

  perProfAppServR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfAppServR3Entry  32 }

  perProfAppServR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { perProfAppServR3Entry  33 }

  perProfAppServR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { perProfAppServR3Entry  34 }

  perProfAppServR3SDActI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  35 }

  perProfAppServR3SDActI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  36 }

  perProfAppServR3SDActI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  37 }

  perProfAppServR3SDActI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  38 }

  perProfAppServR3SDDefI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  39 }

  perProfAppServR3SDDefI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  40 }

  perProfAppServR3SDDefI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  41 }

  perProfAppServR3SDDefI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  42 }

  perProfAppServSDActR3SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  44 }

  perProfAppServSDDefR3SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { perProfAppServR3Entry  45 }

  perProfAppServR3SDUseDefPresenceServServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Presence Service - ACD Presence Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  46 }

  perProfAppServR3SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  52 }

  perProfAppServR3SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  53 }

  perProfAppServR3SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  54 }

  perProfAppServR3SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  55 }

  perProfAppServR3SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfAppServR3Entry  56 }

  perProfAppServR3SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  57 }

  perProfAppServR3SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  58 }

  perProfAppServR3SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  59 }

  perProfAppServR3SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  60 }

  perProfAppServR3SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  61 }

  perProfAppServR3SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  62 }

  perProfAppServR3SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  63 }

  perProfAppServR3SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  64 }

  perProfAppServR3SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { perProfAppServR3Entry  65 }

  perProfAppServR3SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfAppServR3Entry  66 }

  perProfAppServR3RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { perProfAppServR3Entry  67 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Caller ID Services'                                 */
-- /* Valid from: 9.0.10                                                            */
-- /* Valid before: 9.3                                                             */
-- /*********************************************************************************/

  perProfCIDR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2240 }

  perProfCIDR6Entry OBJECT-TYPE
    SYNTAX       PerProfCIDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfCIDR6NEConn,
             perProfCIDR6NetwkElement,
             perProfCIDR6CFSIx,
             perProfCIDR6GpIx }
    ::= {  perProfCIDR6Table  1  }

  PerProfCIDR6Entry  ::=  SEQUENCE
  {
    perProfCIDR6NEConn                 Unsigned32,
    perProfCIDR6NetwkElement           DisplayString,
    perProfCIDR6CFSIx                  Unsigned32,
    perProfCIDR6GpIx                   Unsigned32,
    perProfCIDR6SDActARSubscribed      INTEGER,
    perProfCIDR6SDDefARSubscribed      INTEGER,
    perProfCIDR6SDUseDefARSubscribed   INTEGER,
    perProfCIDR6SDActARUSB             INTEGER,
    perProfCIDR6SDDefARUSB             INTEGER,
    perProfCIDR6SDUseDefARUSB          INTEGER,
    perProfCIDR6SDActAutoClbackSubscribed
                                       INTEGER,
    perProfCIDR6SDDefAutoClbackSubscribed
                                       INTEGER,
    perProfCIDR6SDUseDefAutoClbackSubscribed
                                       INTEGER,
    perProfCIDR6USBSDActAutoClback     INTEGER,
    perProfCIDR6USBSDDefAutoClback     INTEGER,
    perProfCIDR6USBSDUseDefAutoClback  INTEGER,
    perProfCIDR6SDActCallTrc           INTEGER,
    perProfCIDR6SDDefCallTrc           INTEGER,
    perProfCIDR6SDUseDefCallTrc        INTEGER,
    perProfCIDR6SDActCallTraceUSB      INTEGER,
    perProfCIDR6SDDefCallTraceUSB      INTEGER,
    perProfCIDR6SDUseDefCallTraceUSB   INTEGER,
    perProfCIDR6SDActCNDSubscribed     INTEGER,
    perProfCIDR6SDDefCNDSubscribed     INTEGER,
    perProfCIDR6SDUseDefCNDSubscribed  INTEGER,
    perProfCIDR6SDActCNDUSB            INTEGER,
    perProfCIDR6SDDefCNDUSB            INTEGER,
    perProfCIDR6SDUseDefCNDUSB         INTEGER,
    perProfCIDR6SDActCIDPresSubscribed INTEGER,
    perProfCIDR6SDDefCIDPresSubscribed INTEGER,
    perProfCIDR6SDUseDefCIDPresSubscribed
                                       INTEGER,
    perProfCIDR6SDActCmpleteWithholdCID
                                       INTEGER,
    perProfCIDR6SDDefCmpleteWithholdCID
                                       INTEGER,
    perProfCIDR6SDUseDefCmpleteWithholdCID
                                       INTEGER,
    perProfCIDR6SDActCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCIDR6SDDefCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCIDR6SDUseDefCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCIDR6SDActCompletePresCID   INTEGER,
    perProfCIDR6SDDefCompletePresCID   INTEGER,
    perProfCIDR6SDUseDefCompletePresCID
                                       INTEGER,
    perProfCIDR6SDActWithholdDirNum    INTEGER,
    perProfCIDR6SDDefWithholdDirNum    INTEGER,
    perProfCIDR6SDUseDefWithholdDirNum INTEGER,
    perProfCIDR6SDActCNDBSubscribed    INTEGER,
    perProfCIDR6SDDefCNDBSubscribed    INTEGER,
    perProfCIDR6SDUseDefCNDBSubscribed INTEGER,
    perProfCIDR6SDActCNDBUSB           INTEGER,
    perProfCIDR6SDDefCNDBUSB           INTEGER,
    perProfCIDR6SDUseDefCNDBUSB        INTEGER,
    perProfCIDR6SDActCNamDlvrySubscrd  INTEGER,
    perProfCIDR6SDDefCNamDlvrySubscrd  INTEGER,
    perProfCIDR6SDUseDefCNamDlvrySubscrd
                                       INTEGER,
    perProfCIDR6USBSDActClgNameDlvry   INTEGER,
    perProfCIDR6USBSDDefClgNameDlvry   INTEGER,
    perProfCIDR6USBSDUseDefClgNameDlvry
                                       INTEGER,
    perProfCIDR6SDActNamNumIPSubscribed
                                       INTEGER,
    perProfCIDR6SDDefNamNumIPSubscribed
                                       INTEGER,
    perProfCIDR6SDUseDefNamNumIPSubscribed
                                       INTEGER,
    perProfCIDR6SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    perProfCIDR6SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    perProfCIDR6SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    perProfCIDR6SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    perProfCIDR6SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    perProfCIDR6SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    perProfCIDR6SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    perProfCIDR6SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    perProfCIDR6SDUseDefNameNumOvIPDest
                                       INTEGER,
    perProfCIDR6SDActLastCIDErasureSubscribed
                                       INTEGER,
    perProfCIDR6SDDefLastCIDErasureSubscribed
                                       INTEGER,
    perProfCIDR6SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    perProfCIDR6SDActCNDPreferredSIPFormat
                                       INTEGER,
    perProfCIDR6SDDefCNDPreferredSIPFormat
                                       INTEGER,
    perProfCIDR6SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    perProfCIDR6SDActCIDIgnorePBXSigPrsnt
                                       INTEGER,
    perProfCIDR6SDDefCIDIgnorePBXSigPrsnt
                                       INTEGER,
    perProfCIDR6SDUseDefCIDIgnorePBXSigPrsnt
                                       INTEGER,
    perProfCIDR6SDActCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCIDR6SDDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCIDR6SDUseDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCIDR6SDActCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCIDR6SDDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCIDR6SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCIDR6SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCIDR6SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCIDR6SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCIDR6SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCIDR6SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCIDR6SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCIDR6SDActCLIDPWhldNum      INTEGER,
    perProfCIDR6SDDefCLIDPWhldNum      INTEGER,
    perProfCIDR6SDUseDefCLIDPWhldNum   INTEGER,
    perProfCIDR6SDActCIDCLIDPPresNum   INTEGER,
    perProfCIDR6SDDefCIDCLIDPPresNum   INTEGER,
    perProfCIDR6SDUseDefCIDCLIDPPresNum
                                       INTEGER,
    perProfCIDR6SDActCLIDPIgnore       INTEGER,
    perProfCIDR6SDDefCLIDPIgnore       INTEGER,
    perProfCIDR6SDUseDefCLIDPIgnore    INTEGER,
    perProfCIDR6SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCIDR6SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCIDR6SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCIDR6SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCIDR6SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCIDR6SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCIDR6SDActICDNDlvrySubscribed
                                       INTEGER,
    perProfCIDR6SDDefICDNDlvrySubscribed
                                       INTEGER,
    perProfCIDR6SDUseDefICDNDlvrySubscribed
                                       INTEGER,
    perProfCIDR6SDActICDNDlvryEnabled  INTEGER,
    perProfCIDR6SDDefICDNDlvryEnabled  INTEGER,
    perProfCIDR6SDUseDefICDNDlvryEnabled
                                       INTEGER
  }

  perProfCIDR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfCIDR6Entry  1 }

  perProfCIDR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfCIDR6Entry  2 }

  perProfCIDR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfCIDR6Entry  3 }

  perProfCIDR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfCIDR6Entry  4 }

  perProfCIDR6SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  5 }

  perProfCIDR6SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  6 }

  perProfCIDR6SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  7 }

  perProfCIDR6SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  8 }

  perProfCIDR6SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  9 }

  perProfCIDR6SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  10 }

  perProfCIDR6SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  11 }

  perProfCIDR6SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  12 }

  perProfCIDR6SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  13 }

  perProfCIDR6USBSDActAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  14 }

  perProfCIDR6USBSDDefAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  15 }

  perProfCIDR6USBSDUseDefAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  16 }

  perProfCIDR6SDActCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  17 }

  perProfCIDR6SDDefCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  18 }

  perProfCIDR6SDUseDefCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  19 }

  perProfCIDR6SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  20 }

  perProfCIDR6SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  21 }

  perProfCIDR6SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  22 }

  perProfCIDR6SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  23 }

  perProfCIDR6SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  24 }

  perProfCIDR6SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  25 }

  perProfCIDR6SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  26 }

  perProfCIDR6SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  27 }

  perProfCIDR6SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  28 }

  perProfCIDR6SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  29 }

  perProfCIDR6SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  30 }

  perProfCIDR6SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  31 }

  perProfCIDR6SDActCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  32 }

  perProfCIDR6SDDefCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  33 }

  perProfCIDR6SDUseDefCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  34 }

  perProfCIDR6SDActCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  35 }

  perProfCIDR6SDDefCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  36 }

  perProfCIDR6SDUseDefCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  37 }

  perProfCIDR6SDActCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  38 }

  perProfCIDR6SDDefCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  39 }

  perProfCIDR6SDUseDefCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  40 }

  perProfCIDR6SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  41 }

  perProfCIDR6SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  42 }

  perProfCIDR6SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  43 }

  perProfCIDR6SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  44 }

  perProfCIDR6SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  45 }

  perProfCIDR6SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  46 }

  perProfCIDR6SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  47 }

  perProfCIDR6SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  48 }

  perProfCIDR6SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  49 }

  perProfCIDR6SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  50 }

  perProfCIDR6SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  51 }

  perProfCIDR6SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  52 }

  perProfCIDR6USBSDActClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  53 }

  perProfCIDR6USBSDDefClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  54 }

  perProfCIDR6USBSDUseDefClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  55 }

  perProfCIDR6SDActNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  56 }

  perProfCIDR6SDDefNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  57 }

  perProfCIDR6SDUseDefNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  58 }

  perProfCIDR6SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  59 }

  perProfCIDR6SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  60 }

  perProfCIDR6SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  61 }

  perProfCIDR6SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  62 }

  perProfCIDR6SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  63 }

  perProfCIDR6SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  64 }

  perProfCIDR6SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  65 }

  perProfCIDR6SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR6Entry  66 }

  perProfCIDR6SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  67 }

  perProfCIDR6SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  68 }

  perProfCIDR6SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  69 }

  perProfCIDR6SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  70 }

  perProfCIDR6SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  71 }

  perProfCIDR6SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  72 }

  perProfCIDR6SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  73 }

  perProfCIDR6SDActCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  95 }

  perProfCIDR6SDDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  96 }

  perProfCIDR6SDUseDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  97 }

  perProfCIDR6SDActCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  98 }

  perProfCIDR6SDDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  99 }

  perProfCIDR6SDUseDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  100 }

  perProfCIDR6SDActCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  101 }

  perProfCIDR6SDDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  102 }

  perProfCIDR6SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  103 }

  perProfCIDR6SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  104 }

  perProfCIDR6SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  105 }

  perProfCIDR6SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  106 }

  perProfCIDR6SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  107 }

  perProfCIDR6SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  108 }

  perProfCIDR6SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  109 }

  perProfCIDR6SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  110 }

  perProfCIDR6SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  111 }

  perProfCIDR6SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  112 }

  perProfCIDR6SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  113 }

  perProfCIDR6SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  114 }

  perProfCIDR6SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  115 }

  perProfCIDR6SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  116 }

  perProfCIDR6SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  117 }

  perProfCIDR6SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  118 }

  perProfCIDR6SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  119 }

  perProfCIDR6SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  120 }

  perProfCIDR6SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  121 }

  perProfCIDR6SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  122 }

  perProfCIDR6SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  123 }

  perProfCIDR6SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  124 }

  perProfCIDR6SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  125 }

  perProfCIDR6SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  126 }

  perProfCIDR6SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  127 }

  perProfCIDR6SDActICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  128 }

  perProfCIDR6SDDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  129 }

  perProfCIDR6SDUseDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  130 }

  perProfCIDR6SDActICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  131 }

  perProfCIDR6SDDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR6Entry  132 }

  perProfCIDR6SDUseDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR6Entry  133 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Outgoing Call Services'                             */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  perProfOutR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfOutR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2241 }

  perProfOutR9Entry OBJECT-TYPE
    SYNTAX       PerProfOutR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfOutR9NEConn,
             perProfOutR9NetwkElement,
             perProfOutR9CFSIx,
             perProfOutR9GpIx }
    ::= {  perProfOutR9Table  1  }

  PerProfOutR9Entry  ::=  SEQUENCE
  {
    perProfOutR9NEConn                 Unsigned32,
    perProfOutR9NetwkElement           DisplayString,
    perProfOutR9CFSIx                  Unsigned32,
    perProfOutR9GpIx                   Unsigned32,
    perProfOutR9SDActSPDSubscribed     INTEGER,
    perProfOutR9SDDefSPDSubscribed     INTEGER,
    perProfOutR9SDUseDefSPDSubscribed  INTEGER,
    perProfOutR9SDActSPDAllowedTypes   INTEGER,
    perProfOutR9SDDefSPDAllowedTypes   INTEGER,
    perProfOutR9SDUseDefSPDAllowedTypes
                                       INTEGER,
    perProfOutR9SDActAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR9SDDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR9SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR9SDActOCBSubscribed     INTEGER,
    perProfOutR9SDDefOCBSubscribed     INTEGER,
    perProfOutR9SDUseDefOCBSubscribed  INTEGER,
    perProfOutR9SDActOCBUSB            INTEGER,
    perProfOutR9SDDefOCBUSB            INTEGER,
    perProfOutR9SDUseDefOCBUSB         INTEGER,
    perProfOutR9SDActOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR9SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR9SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    perProfOutR9SDActMACSubscribed     INTEGER,
    perProfOutR9SDDefMACSubscribed     INTEGER,
    perProfOutR9SDUseDefMACSubscribed  INTEGER,
    perProfOutR9SDActMandAccCodesVariant
                                       INTEGER,
    perProfOutR9SDDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR9SDUseDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR9SDActUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR9SDDefUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR9SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR9SDActUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR9SDDefUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR9SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR9SDActMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR9SDDefMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR9SDUseDefMndAccCodesCodeLen
                                       INTEGER,
    perProfOutR9SDActMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR9SDDefMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR9SDUseDefMACMaxIncorrectCodeAttempts
                                       INTEGER,
    perProfOutR9SDActUSMACCallTypes2   BITS,
    perProfOutR9SDDefUSMACCallTypes2   BITS,
    perProfOutR9SDUseDefUSMACCallTypes2
                                       INTEGER,
    perProfOutR9SDActWHLSubscribed     INTEGER,
    perProfOutR9SDDefWHLSubscribed     INTEGER,
    perProfOutR9SDUseDefWHLSubscribed  INTEGER,
    perProfOutR9SDActWHLServLvl        INTEGER,
    perProfOutR9SDDefWHLServLvl        INTEGER,
    perProfOutR9SDUseDefWHLServLvl     INTEGER,
    perProfOutR9SDActWHLTimeout        Unsigned32,
    perProfOutR9SDDefWHLTimeout        Unsigned32,
    perProfOutR9SDUseDefWHLTimeout     INTEGER,
    perProfOutR9SDActOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR9SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR9SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    perProfOutR9SDActMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR9SDDefMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR9SDUseDefMACPerCallMaxIncorrectCodeAttempts
                                       INTEGER,
    perProfOutR9SDActOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR9SDDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR9SDUseDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR9SDActOCNSubscribed     INTEGER,
    perProfOutR9SDDefOCNSubscribed     INTEGER,
    perProfOutR9SDUseDefOCNSubscribed  INTEGER,
    perProfOutR9SDActI1OCNAppServerNEConn
                                       Unsigned32,
    perProfOutR9SDActI2OCNAppServerNetwkElement
                                       DisplayString,
    perProfOutR9SDActI3OCNAppServerCFSIx
                                       Unsigned32,
    perProfOutR9SDActI4OCNAppServerDirNum
                                       DisplayString,
    perProfOutR9SDDefI1OCNAppServerNEConn
                                       Unsigned32,
    perProfOutR9SDDefI2OCNAppServerNetwkElement
                                       DisplayString,
    perProfOutR9SDDefI3OCNAppServerCFSIx
                                       Unsigned32,
    perProfOutR9SDDefI4OCNAppServerDirNum
                                       DisplayString,
    perProfOutR9SDUseDefOCNAppServer   INTEGER,
    perProfOutR9SDActOCNCallTypes      BITS,
    perProfOutR9SDDefOCNCallTypes      BITS,
    perProfOutR9SDUseDefOCNCallTypes   INTEGER
  }

  perProfOutR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfOutR9Entry  1 }

  perProfOutR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfOutR9Entry  2 }

  perProfOutR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfOutR9Entry  3 }

  perProfOutR9GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfOutR9Entry  4 }

  perProfOutR9SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  5 }

  perProfOutR9SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  6 }

  perProfOutR9SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  7 }

  perProfOutR9SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  8 }

  perProfOutR9SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  9 }

  perProfOutR9SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  10 }

  perProfOutR9SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  11 }

  perProfOutR9SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  12 }

  perProfOutR9SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  13 }

  perProfOutR9SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  14 }

  perProfOutR9SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  15 }

  perProfOutR9SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  16 }

  perProfOutR9SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  17 }

  perProfOutR9SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  18 }

  perProfOutR9SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  19 }

  perProfOutR9SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  20 }

  perProfOutR9SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  21 }

  perProfOutR9SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  22 }

  perProfOutR9SDActMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  23 }

  perProfOutR9SDDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  24 }

  perProfOutR9SDUseDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  25 }

  perProfOutR9SDActMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  26 }

  perProfOutR9SDDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  27 }

  perProfOutR9SDUseDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  28 }

  perProfOutR9SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  29 }

  perProfOutR9SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  30 }

  perProfOutR9SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  31 }

  perProfOutR9SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  32 }

  perProfOutR9SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  33 }

  perProfOutR9SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  34 }

  perProfOutR9SDActMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  35 }

  perProfOutR9SDDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  36 }

  perProfOutR9SDUseDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  37 }

  perProfOutR9SDActMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  38 }

  perProfOutR9SDDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  39 }

  perProfOutR9SDUseDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  40 }

  perProfOutR9SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  41 }

  perProfOutR9SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  42 }

  perProfOutR9SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  43 }

  perProfOutR9SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  44 }

  perProfOutR9SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  45 }

  perProfOutR9SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  46 }

  perProfOutR9SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  47 }

  perProfOutR9SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  48 }

  perProfOutR9SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  49 }

  perProfOutR9SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  50 }

  perProfOutR9SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  51 }

  perProfOutR9SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  52 }

  perProfOutR9SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  62 }

  perProfOutR9SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  63 }

  perProfOutR9SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  64 }

  perProfOutR9SDActMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  65 }

  perProfOutR9SDDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  66 }

  perProfOutR9SDUseDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  67 }

  perProfOutR9SDActOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  68 }

  perProfOutR9SDDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  69 }

  perProfOutR9SDUseDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  70 }

  perProfOutR9SDActOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  71 }

  perProfOutR9SDDefOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  72 }

  perProfOutR9SDUseDefOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  73 }

  perProfOutR9SDActI1OCNAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  74 }

  perProfOutR9SDActI2OCNAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  75 }

  perProfOutR9SDActI3OCNAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  76 }

  perProfOutR9SDActI4OCNAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  77 }

  perProfOutR9SDDefI1OCNAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  78 }

  perProfOutR9SDDefI2OCNAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  79 }

  perProfOutR9SDDefI3OCNAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  80 }

  perProfOutR9SDDefI4OCNAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR9Entry  81 }

  perProfOutR9SDUseDefOCNAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - application server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  82 }

  perProfOutR9SDActOCNCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  83 }

  perProfOutR9SDDefOCNCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR9Entry  84 }

  perProfOutR9SDUseDefOCNCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR9Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  busGrpR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'."
    ::= { metaSwitch  2242 }

  busGrpR21Entry OBJECT-TYPE
    SYNTAX       BusGrpR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR21NEConn,
             busGrpR21NetwkElement,
             busGrpR21CFSIx,
             busGrpR21GpIx }
    ::= {  busGrpR21Table  1  }

  BusGrpR21Entry  ::=  SEQUENCE
  {
    busGrpR21NEConn                    Unsigned32,
    busGrpR21NetwkElement              DisplayString,
    busGrpR21CFSIx                     Unsigned32,
    busGrpR21GpIx                      Unsigned32,
    busGrpR21BusGpName                 DisplayString,
    busGrpR21Locale                    INTEGER,
    busGrpR21DistinctiveAlerting       INTEGER,
    busGrpR21NumDirNums                Unsigned32,
    busGrpR21NumFreeDirNums            Unsigned32,
    busGrpR21BGLineAlrmsAttnRq         Unsigned32,
    busGrpR21BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR21BGLineAlrmsAtndDp         Unsigned32,
    busGrpR21BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR21SummaryChldAlrmState      INTEGER,
    busGrpR21ExportNumObjectsExported  Integer32,
    busGrpR21ExportStatus              DisplayString,
    busGrpR21ExportFile                DisplayString,
    busGrpR21ExportCorr                Counter64,
    busGrpR21ExportCorrNode            DisplayString,
    busGrpR21ExportCorrUID             DisplayString,
    busGrpR21DoExtraActions            INTEGER,
    busGrpR21RowStatus                 RowStatus,
    busGrpR21BillTypeIntercomCalls     INTEGER,
    busGrpR21LocalCNAMName             DisplayString,
    busGrpR21ServSuspended             INTEGER,
    busGrpR21CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR21PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR21CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR21PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR21TotChldAlrmsAttnRq        Unsigned32,
    busGrpR21TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR21TotChldAlrmsAtndDp        Unsigned32,
    busGrpR21TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR21I1PerProfNEConn           Unsigned32,
    busGrpR21I2PerProfNetwkElement     DisplayString,
    busGrpR21I3PerProfCFSIx            Unsigned32,
    busGrpR21I4PerProfGpIx             Unsigned32,
    busGrpR21SDActLongDistanceCarr     DisplayString,
    busGrpR21SDDefLongDistanceCarr     DisplayString,
    busGrpR21SDUseDefLongDistanceCarr  INTEGER,
    busGrpR21SDActIntraLATACarr        DisplayString,
    busGrpR21SDDefIntraLATACarr        DisplayString,
    busGrpR21SDUseDefIntraLATACarr     INTEGER,
    busGrpR21SDActBillType             INTEGER,
    busGrpR21SDDefBillType             INTEGER,
    busGrpR21SDUseDefBillType          INTEGER,
    busGrpR21SDActRtgAttrs             BITS,
    busGrpR21SDDefRtgAttrs             BITS,
    busGrpR21SDUseDefRtgAttrs          INTEGER,
    busGrpR21SDActIntnatlCarr          DisplayString,
    busGrpR21SDDefIntnatlCarr          DisplayString,
    busGrpR21SDUseDefIntnatlCarr       INTEGER,
    busGrpR21SDActLCC1                 INTEGER,
    busGrpR21SDDefLCC1                 INTEGER,
    busGrpR21SDUseDefLCC1              INTEGER,
    busGrpR21SDActLCC2                 INTEGER,
    busGrpR21SDDefLCC2                 INTEGER,
    busGrpR21SDUseDefLCC2              INTEGER,
    busGrpR21SDActLCC3                 INTEGER,
    busGrpR21SDDefLCC3                 INTEGER,
    busGrpR21SDUseDefLCC3              INTEGER,
    busGrpR21SDActLCC4                 INTEGER,
    busGrpR21SDDefLCC4                 INTEGER,
    busGrpR21SDUseDefLCC4              INTEGER,
    busGrpR21SDActLCC5                 INTEGER,
    busGrpR21SDDefLCC5                 INTEGER,
    busGrpR21SDUseDefLCC5              INTEGER,
    busGrpR21SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR21SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR21SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR21SyncWithProfInProgress    INTEGER,
    busGrpR21FacGpLimsExternalCalls    INTEGER,
    busGrpR21FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR21FacGpLimsTermCalls        INTEGER,
    busGrpR21FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR21FacGpLimsOrigingCalls     INTEGER,
    busGrpR21FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR21MLHGAlrmsAttnRq           Unsigned32,
    busGrpR21MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR21MLHGAlrmsAtndDp           Unsigned32,
    busGrpR21MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR21SDActLCC6                 INTEGER,
    busGrpR21SDDefLCC6                 INTEGER,
    busGrpR21SDUseDefLCC6              INTEGER,
    busGrpR21SDActLCC7                 INTEGER,
    busGrpR21SDDefLCC7                 INTEGER,
    busGrpR21SDUseDefLCC7              INTEGER,
    busGrpR21SDActLCC8                 INTEGER,
    busGrpR21SDDefLCC8                 INTEGER,
    busGrpR21SDUseDefLCC8              INTEGER,
    busGrpR21SDActLCC9                 INTEGER,
    busGrpR21SDDefLCC9                 INTEGER,
    busGrpR21SDUseDefLCC9              INTEGER,
    busGrpR21SDActLCC10                INTEGER,
    busGrpR21SDDefLCC10                INTEGER,
    busGrpR21SDUseDefLCC10             INTEGER,
    busGrpR21SDActLCC11                INTEGER,
    busGrpR21SDDefLCC11                INTEGER,
    busGrpR21SDUseDefLCC11             INTEGER,
    busGrpR21SDActLCC12                INTEGER,
    busGrpR21SDDefLCC12                INTEGER,
    busGrpR21SDUseDefLCC12             INTEGER,
    busGrpR21SDActLCC13                INTEGER,
    busGrpR21SDDefLCC13                INTEGER,
    busGrpR21SDUseDefLCC13             INTEGER,
    busGrpR21SDActLCC14                INTEGER,
    busGrpR21SDDefLCC14                INTEGER,
    busGrpR21SDUseDefLCC14             INTEGER,
    busGrpR21SDActLCC15                INTEGER,
    busGrpR21SDDefLCC15                INTEGER,
    busGrpR21SDUseDefLCC15             INTEGER,
    busGrpR21SDActLCC16                INTEGER,
    busGrpR21SDDefLCC16                INTEGER,
    busGrpR21SDUseDefLCC16             INTEGER,
    busGrpR21SDActLCC17                INTEGER,
    busGrpR21SDDefLCC17                INTEGER,
    busGrpR21SDUseDefLCC17             INTEGER,
    busGrpR21SDActLCC18                INTEGER,
    busGrpR21SDDefLCC18                INTEGER,
    busGrpR21SDUseDefLCC18             INTEGER,
    busGrpR21SDActLCC19                INTEGER,
    busGrpR21SDDefLCC19                INTEGER,
    busGrpR21SDUseDefLCC19             INTEGER,
    busGrpR21SDActLCC20                INTEGER,
    busGrpR21SDDefLCC20                INTEGER,
    busGrpR21SDUseDefLCC20             INTEGER,
    busGrpR21BusGpTrafficStudy         INTEGER,
    busGrpR21SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR21SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR21SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR21SDActVQMCallLogging       INTEGER,
    busGrpR21SDDefVQMCallLogging       INTEGER,
    busGrpR21SDUseDefVQMCallLogging    INTEGER,
    busGrpR21SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR21SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR21SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR21SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR21SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR21SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR21SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR21SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR21SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR21SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR21SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR21SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR21SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR21SDUseDefNetwkNode         INTEGER,
    busGrpR21NumManagedDevices         Unsigned32,
    busGrpR21ChldStatisticsAlrms       Integer32,
    busGrpR21SecondLocale              INTEGER,
    busGrpR21SDActBusGpCallLogsEnabled INTEGER,
    busGrpR21SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR21SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR21SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR21SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR21SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR21SwitchsUniqueBGID         DisplayString,
    busGrpR21SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR21SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR21SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR21SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR21SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR21SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR21SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR21SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR21SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR21SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR21SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR21I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR21I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR21I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR21NetwkWideBusGpID          DisplayString,
    busGrpR21DefBusGpLinePrivileges    Unsigned32,
    busGrpR21I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR21I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR21I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR21FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR21ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR21AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR21SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR21SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR21SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR21SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR21StatisticsAlrms           Integer32,
    busGrpR21SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR21SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR21SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR21MLHGACDAvailEnabled       INTEGER,
    busGrpR21MLHGACDUnvlRsn1           DisplayString,
    busGrpR21MLHGACDUnvlRsn2           DisplayString,
    busGrpR21MLHGACDUnvlRsn3           DisplayString,
    busGrpR21MLHGACDUnvlRsn4           DisplayString,
    busGrpR21MLHGACDUnvlRsn5           DisplayString,
    busGrpR21MLHGACDUnvlRsn6           DisplayString,
    busGrpR21MLHGACDUnvlRsn7           DisplayString,
    busGrpR21MLHGACDUnvlRsn8           DisplayString,
    busGrpR21MLHGACDUnvlRsn9           DisplayString,
    busGrpR21MLHGACDUnvlRsn10          DisplayString,
    busGrpR21MLHGACDUnvlRsn11          DisplayString,
    busGrpR21MLHGACDUnvlRsn12          DisplayString,
    busGrpR21MLHGACDUnvlRsn13          DisplayString,
    busGrpR21MLHGACDUnvlRsn14          DisplayString,
    busGrpR21MLHGACDUnvlRsn15          DisplayString,
    busGrpR21MLHGACDUnvlRsn16          DisplayString,
    busGrpR21MLHGACDUnvlRsn17          DisplayString,
    busGrpR21MLHGACDUnvlRsn18          DisplayString,
    busGrpR21MLHGACDUnvlRsn19          DisplayString,
    busGrpR21MLHGACDUnvlRsn20          DisplayString,
    busGrpR21MLHGACDUnvlRsn21          DisplayString,
    busGrpR21MLHGACDUnvlRsn22          DisplayString,
    busGrpR21MLHGACDUnvlRsn23          DisplayString,
    busGrpR21MLHGACDUnvlRsn24          DisplayString,
    busGrpR21MLHGACDUnvlRsn25          DisplayString,
    busGrpR21MLHGACDUnvlRsn26          DisplayString,
    busGrpR21MLHGACDUnvlRsn27          DisplayString,
    busGrpR21MLHGACDUnvlRsn28          DisplayString,
    busGrpR21MLHGACDUnvlRsn29          DisplayString,
    busGrpR21MLHGACDUnvlRsn30          DisplayString,
    busGrpR21AllowMLHGsMultipleLogins  INTEGER,
    busGrpR21MLHGACDMWBEnabled         INTEGER,
    busGrpR21MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR21I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR21I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR21I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR21I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR21SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR21AllowRehoming             INTEGER,
    busGrpR21I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR21MLHGACDBasicACDLicenses   INTEGER,
    busGrpR21MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR21MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR21MLHGACDPremiumACDLicenses INTEGER,
    busGrpR21MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR21MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR21SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR21SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR21SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR21ExportIncASRepData        INTEGER,
    busGrpR21ExportChldObjectsToInc    INTEGER,
    busGrpR21SCDObjectResyncStatus     INTEGER,
    busGrpR21AlrmState                 INTEGER
  }

  busGrpR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR21Entry  1 }

  busGrpR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR21Entry  2 }

  busGrpR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR21Entry  3 }

  busGrpR21GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR21Entry  4 }

  busGrpR21BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR21Entry  5 }

  busGrpR21Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR21Entry  12 }

  busGrpR21DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR21Entry  15 }

  busGrpR21NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR21Entry  16 }

  busGrpR21NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR21Entry  17 }

  busGrpR21BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR21Entry  18 }

  busGrpR21BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR21Entry  19 }

  busGrpR21BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR21Entry  20 }

  busGrpR21BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR21Entry  21 }

  busGrpR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR21Entry  22 }

  busGrpR21ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR21Entry  23 }

  busGrpR21ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR21Entry  24 }

  busGrpR21ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR21Entry  25 }

  busGrpR21ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR21Entry  26 }

  busGrpR21ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR21Entry  27 }

  busGrpR21ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR21Entry  28 }

  busGrpR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR21Entry  29 }

  busGrpR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR21Entry  30 }

  busGrpR21BillTypeIntercomCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intercom calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR21Entry  31 }

  busGrpR21LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR21Entry  32 }

  busGrpR21ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR21Entry  34 }

  busGrpR21CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR21Entry  35 }

  busGrpR21PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR21Entry  36 }

  busGrpR21CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR21Entry  37 }

  busGrpR21PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR21Entry  38 }

  busGrpR21TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR21Entry  39 }

  busGrpR21TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR21Entry  40 }

  busGrpR21TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR21Entry  41 }

  busGrpR21TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR21Entry  42 }

  busGrpR21I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR21Entry  49 }

  busGrpR21I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR21Entry  50 }

  busGrpR21I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR21Entry  51 }

  busGrpR21I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR21Entry  52 }

  busGrpR21SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  170 }

  busGrpR21SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  171 }

  busGrpR21SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  172 }

  busGrpR21SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  173 }

  busGrpR21SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  174 }

  busGrpR21SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  175 }

  busGrpR21SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  176 }

  busGrpR21SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  177 }

  busGrpR21SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  178 }

  busGrpR21SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  179 }

  busGrpR21SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  180 }

  busGrpR21SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  181 }

  busGrpR21SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  182 }

  busGrpR21SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  183 }

  busGrpR21SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  184 }

  busGrpR21SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  185 }

  busGrpR21SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  186 }

  busGrpR21SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  187 }

  busGrpR21SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  188 }

  busGrpR21SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  189 }

  busGrpR21SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  190 }

  busGrpR21SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  191 }

  busGrpR21SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  192 }

  busGrpR21SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  193 }

  busGrpR21SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  194 }

  busGrpR21SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  195 }

  busGrpR21SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  196 }

  busGrpR21SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  197 }

  busGrpR21SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  198 }

  busGrpR21SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  199 }

  busGrpR21SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  200 }

  busGrpR21SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  201 }

  busGrpR21SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  202 }

  busGrpR21SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR21Entry  203 }

  busGrpR21FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR21Entry  204 }

  busGrpR21FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR21Entry  205 }

  busGrpR21FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR21Entry  206 }

  busGrpR21FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR21Entry  207 }

  busGrpR21FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR21Entry  208 }

  busGrpR21FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR21Entry  209 }

  busGrpR21MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR21Entry  210 }

  busGrpR21MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR21Entry  211 }

  busGrpR21MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR21Entry  212 }

  busGrpR21MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR21Entry  213 }

  busGrpR21SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  214 }

  busGrpR21SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  215 }

  busGrpR21SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  216 }

  busGrpR21SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  217 }

  busGrpR21SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  218 }

  busGrpR21SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  219 }

  busGrpR21SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  220 }

  busGrpR21SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  221 }

  busGrpR21SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  222 }

  busGrpR21SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  223 }

  busGrpR21SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  224 }

  busGrpR21SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  225 }

  busGrpR21SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  226 }

  busGrpR21SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  227 }

  busGrpR21SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  228 }

  busGrpR21SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  229 }

  busGrpR21SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  230 }

  busGrpR21SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  231 }

  busGrpR21SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  232 }

  busGrpR21SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  233 }

  busGrpR21SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  234 }

  busGrpR21SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  235 }

  busGrpR21SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  236 }

  busGrpR21SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  237 }

  busGrpR21SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  238 }

  busGrpR21SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  239 }

  busGrpR21SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  240 }

  busGrpR21SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  241 }

  busGrpR21SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  242 }

  busGrpR21SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  243 }

  busGrpR21SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  244 }

  busGrpR21SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  245 }

  busGrpR21SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  246 }

  busGrpR21SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  247 }

  busGrpR21SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  248 }

  busGrpR21SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  249 }

  busGrpR21SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  250 }

  busGrpR21SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  251 }

  busGrpR21SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  252 }

  busGrpR21SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  253 }

  busGrpR21SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  254 }

  busGrpR21SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  255 }

  busGrpR21SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  256 }

  busGrpR21SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  257 }

  busGrpR21SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  258 }

  busGrpR21BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR21Entry  259 }

  busGrpR21SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  263 }

  busGrpR21SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  264 }

  busGrpR21SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  265 }

  busGrpR21SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  266 }

  busGrpR21SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  267 }

  busGrpR21SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  268 }

  busGrpR21SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  269 }

  busGrpR21SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  270 }

  busGrpR21SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  271 }

  busGrpR21SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  272 }

  busGrpR21SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  273 }

  busGrpR21SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  274 }

  busGrpR21SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  275 }

  busGrpR21SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  276 }

  busGrpR21SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  277 }

  busGrpR21SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  278 }

  busGrpR21SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  279 }

  busGrpSDActR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  281 }

  busGrpSDDefR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR21Entry  282 }

  busGrpR21SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  283 }

  busGrpR21NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR21Entry  290 }

  busGrpR21ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR21Entry  291 }

  busGrpR21SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR21Entry  293 }

  busGrpR21SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  305 }

  busGrpR21SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  306 }

  busGrpR21SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  307 }

  busGrpR21SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  308 }

  busGrpR21SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  309 }

  busGrpR21SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  310 }

  busGrpR21SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR21Entry  311 }

  busGrpR21SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  312 }

  busGrpR21SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  313 }

  busGrpR21SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  314 }

  busGrpR21SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  315 }

  busGrpR21SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  316 }

  busGrpR21SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  317 }

  busGrpR21SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  318 }

  busGrpR21SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  319 }

  busGrpSDActR21SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  321 }

  busGrpSDDefR21SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR21Entry  322 }

  busGrpR21SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  323 }

  busGrpR21I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR21Entry  330 }

  busGrpR21I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR21Entry  331 }

  busGrpR21I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR21Entry  332 }

  busGrpR21NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR21Entry  333 }

  busGrpR21DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR21Entry  334 }

  busGrpR21I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR21Entry  335 }

  busGrpR21I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR21Entry  336 }

  busGrpR21I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR21Entry  337 }

  busGrpR21FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR21Entry  338 }

  busGrpR21ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR21Entry  339 }

  busGrpR21AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR21Entry  340 }

  busGrpR21SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  341 }

  busGrpR21SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  342 }

  busGrpR21SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  343 }

  busGrpR21SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR21Entry  344 }

  busGrpR21StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR21Entry  345 }

  busGrpR21SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  346 }

  busGrpR21SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  347 }

  busGrpR21SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  348 }

  busGrpR21MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR21Entry  349 }

  busGrpR21MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR21Entry  350 }

  busGrpR21MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR21Entry  351 }

  busGrpR21MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR21Entry  352 }

  busGrpR21MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR21Entry  353 }

  busGrpR21MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR21Entry  354 }

  busGrpR21MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR21Entry  355 }

  busGrpR21MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR21Entry  356 }

  busGrpR21MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR21Entry  357 }

  busGrpR21MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR21Entry  358 }

  busGrpR21MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR21Entry  359 }

  busGrpR21MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR21Entry  360 }

  busGrpR21MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR21Entry  361 }

  busGrpR21MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR21Entry  362 }

  busGrpR21MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR21Entry  363 }

  busGrpR21MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR21Entry  364 }

  busGrpR21MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR21Entry  365 }

  busGrpR21MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR21Entry  366 }

  busGrpR21MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR21Entry  367 }

  busGrpR21MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR21Entry  368 }

  busGrpR21MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR21Entry  369 }

  busGrpR21MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR21Entry  370 }

  busGrpR21MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR21Entry  371 }

  busGrpR21MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR21Entry  372 }

  busGrpR21MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR21Entry  373 }

  busGrpR21MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR21Entry  374 }

  busGrpR21MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR21Entry  375 }

  busGrpR21MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR21Entry  376 }

  busGrpR21MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR21Entry  377 }

  busGrpR21MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR21Entry  378 }

  busGrpR21MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR21Entry  379 }

  busGrpR21AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR21Entry  380 }

  busGrpR21MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR21Entry  381 }

  busGrpR21MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR21Entry  382 }

  busGrpR21I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR21Entry  383 }

  busGrpR21I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR21Entry  384 }

  busGrpR21I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR21Entry  385 }

  busGrpR21I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR21Entry  386 }

  busGrpR21SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR21Entry  387 }

  busGrpR21AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR21Entry  388 }

  busGrpR21I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR21Entry  389 }

  busGrpR21MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR21Entry  390 }

  busGrpR21MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR21Entry  391 }

  busGrpR21MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR21Entry  392 }

  busGrpR21MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR21Entry  393 }

  busGrpR21MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR21Entry  394 }

  busGrpR21MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR21Entry  395 }

  busGrpR21SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  396 }

  busGrpR21SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR21Entry  397 }

  busGrpR21SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR21Entry  398 }

  busGrpR21ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR21Entry  399 }

  busGrpR21ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR21Entry  403 }

  busGrpR21SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR21Entry  431 }

  busGrpR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR21Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  bGLineAppServsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineAppServsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2243 }

  bGLineAppServsR2Entry OBJECT-TYPE
    SYNTAX       BGLineAppServsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineAppServsR2NEConn,
             bGLineAppServsR2NetwkElement,
             bGLineAppServsR2CFSIx,
             bGLineAppServsR2GpIx,
             bGLineAppServsR2FirstDirNum,
             bGLineAppServsR2DirNum }
    ::= {  bGLineAppServsR2Table  1  }

  BGLineAppServsR2Entry  ::=  SEQUENCE
  {
    bGLineAppServsR2NEConn             Unsigned32,
    bGLineAppServsR2NetwkElement       DisplayString,
    bGLineAppServsR2CFSIx              Unsigned32,
    bGLineAppServsR2GpIx               Unsigned32,
    bGLineAppServsR2FirstDirNum        DisplayString,
    bGLineAppServsR2DirNum             DisplayString,
    bGLineAppServsR2SDActOrigSubscribed
                                       INTEGER,
    bGLineAppServsR2SDDefOrigSubscribed
                                       INTEGER,
    bGLineAppServsR2SDUseDefOrigSubscribed
                                       INTEGER,
    bGLineAppServsR2SDActI1OrigServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDActI2OrigServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDActI3OrigServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDActI4OrigServerDirNum
                                       DisplayString,
    bGLineAppServsR2SDDefI1OrigServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDDefI2OrigServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDDefI3OrigServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDDefI4OrigServerDirNum
                                       DisplayString,
    bGLineAppServsR2SDUseDefOrigServer INTEGER,
    bGLineAppServsR2SDActTermSubscribed
                                       INTEGER,
    bGLineAppServsR2SDDefTermSubscribed
                                       INTEGER,
    bGLineAppServsR2SDUseDefTermSubscribed
                                       INTEGER,
    bGLineAppServsR2SDActI1TermServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDActI2TermServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDActI3TermServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDActI4TermServerDirNum
                                       DisplayString,
    bGLineAppServsR2SDDefI1TermServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDDefI2TermServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDDefI3TermServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDDefI4TermServerDirNum
                                       DisplayString,
    bGLineAppServsR2SDUseDefTermServer INTEGER,
    bGLineAppServsR2AlrmState          INTEGER,
    bGLineAppServsR2AlrmEvtsAtndDpLogCorr
                                       Counter64,
    bGLineAppServsR2AlrmEvtsAttnRq     Unsigned32,
    bGLineAppServsR2AlrmEvtsAtndDp     Unsigned32,
    bGLineAppServsR2AlrmStateTimestamp Unsigned32,
    bGLineAppServsR2AlrmResetTimestamp Unsigned32,
    bGLineAppServsR2SDActI1PresenceServServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDActI2PresenceServServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDActI3PresenceServServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDActI4PresenceServServerDirNum
                                       DisplayString,
    bGLineAppServsR2SDDefI1PresenceServServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDDefI2PresenceServServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDDefI3PresenceServServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDDefI4PresenceServServerDirNum
                                       DisplayString,
    bGLineAppServsSDActR2SDActPresenceServServerOtherVals
                                       INTEGER,
    bGLineAppServsSDDefR2SDActPresenceServServerOtherVals
                                       INTEGER,
    bGLineAppServsR2SDUseDefPresenceServServer
                                       INTEGER,
    bGLineAppServsR2SDActRecSrvSubscribed
                                       INTEGER,
    bGLineAppServsR2SDDefRecSrvSubscribed
                                       INTEGER,
    bGLineAppServsR2SDUseDefRecSrvSubscribed
                                       INTEGER,
    bGLineAppServsR2SDActRecSrvEnabled INTEGER,
    bGLineAppServsR2SDDefRecSrvEnabled INTEGER,
    bGLineAppServsR2SDUseDefRecSrvEnabled
                                       INTEGER,
    bGLineAppServsR2SDActI1RecSrvServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDActI4RecSrvServerDirNum
                                       DisplayString,
    bGLineAppServsR2SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    bGLineAppServsR2SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    bGLineAppServsR2SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    bGLineAppServsR2SDDefI4RecSrvServerDirNum
                                       DisplayString,
    bGLineAppServsR2SDUseDefRecSrvServer
                                       INTEGER,
    bGLineAppServsR2RecSrvServerWebInterfaceURL
                                       LongDisplayString
  }

  bGLineAppServsR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineAppServsR2Entry  1 }

  bGLineAppServsR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineAppServsR2Entry  2 }

  bGLineAppServsR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineAppServsR2Entry  3 }

  bGLineAppServsR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineAppServsR2Entry  4 }

  bGLineAppServsR2FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineAppServsR2Entry  5 }

  bGLineAppServsR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineAppServsR2Entry  6 }

  bGLineAppServsR2SDActOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  7 }

  bGLineAppServsR2SDDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  8 }

  bGLineAppServsR2SDUseDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  9 }

  bGLineAppServsR2SDActI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  10 }

  bGLineAppServsR2SDActI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  11 }

  bGLineAppServsR2SDActI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  12 }

  bGLineAppServsR2SDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  13 }

  bGLineAppServsR2SDDefI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  14 }

  bGLineAppServsR2SDDefI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  15 }

  bGLineAppServsR2SDDefI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  16 }

  bGLineAppServsR2SDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { bGLineAppServsR2Entry  17 }

  bGLineAppServsR2SDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  18 }

  bGLineAppServsR2SDActTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  19 }

  bGLineAppServsR2SDDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  20 }

  bGLineAppServsR2SDUseDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  21 }

  bGLineAppServsR2SDActI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  22 }

  bGLineAppServsR2SDActI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  23 }

  bGLineAppServsR2SDActI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  24 }

  bGLineAppServsR2SDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  25 }

  bGLineAppServsR2SDDefI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  26 }

  bGLineAppServsR2SDDefI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  27 }

  bGLineAppServsR2SDDefI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  28 }

  bGLineAppServsR2SDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { bGLineAppServsR2Entry  29 }

  bGLineAppServsR2SDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  30 }

  bGLineAppServsR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineAppServsR2Entry  31 }

  bGLineAppServsR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineAppServsR2Entry  32 }

  bGLineAppServsR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineAppServsR2Entry  33 }

  bGLineAppServsR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineAppServsR2Entry  34 }

  bGLineAppServsR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineAppServsR2Entry  35 }

  bGLineAppServsR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { bGLineAppServsR2Entry  36 }

  bGLineAppServsR2SDActI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  37 }

  bGLineAppServsR2SDActI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  38 }

  bGLineAppServsR2SDActI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  39 }

  bGLineAppServsR2SDActI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  40 }

  bGLineAppServsR2SDDefI1PresenceServServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  41 }

  bGLineAppServsR2SDDefI2PresenceServServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  42 }

  bGLineAppServsR2SDDefI3PresenceServServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  43 }

  bGLineAppServsR2SDDefI4PresenceServServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Presence Service - ACD Presence Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  44 }

  bGLineAppServsSDActR2SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  46 }

  bGLineAppServsSDDefR2SDActPresenceServServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Presence Service - ACD Presence Server'.
                  This field represents the fixed
                  values that Presence Service - ACD Presence Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Presence Service - ACD Presence Server'."
    ::= { bGLineAppServsR2Entry  47 }

  bGLineAppServsR2SDUseDefPresenceServServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Presence Service - ACD Presence Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  48 }

  bGLineAppServsR2SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  53 }

  bGLineAppServsR2SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  54 }

  bGLineAppServsR2SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  55 }

  bGLineAppServsR2SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  56 }

  bGLineAppServsR2SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineAppServsR2Entry  57 }

  bGLineAppServsR2SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  58 }

  bGLineAppServsR2SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  59 }

  bGLineAppServsR2SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  60 }

  bGLineAppServsR2SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  61 }

  bGLineAppServsR2SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  62 }

  bGLineAppServsR2SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  63 }

  bGLineAppServsR2SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  64 }

  bGLineAppServsR2SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  65 }

  bGLineAppServsR2SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { bGLineAppServsR2Entry  66 }

  bGLineAppServsR2SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineAppServsR2Entry  67 }

  bGLineAppServsR2RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { bGLineAppServsR2Entry  68 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID Services'                                         */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  bGLineCIDR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineCIDR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2244 }

  bGLineCIDR7Entry OBJECT-TYPE
    SYNTAX       BGLineCIDR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineCIDR7NEConn,
             bGLineCIDR7NetwkElement,
             bGLineCIDR7CFSIx,
             bGLineCIDR7GpIx,
             bGLineCIDR7FirstDirNum,
             bGLineCIDR7DirNum }
    ::= {  bGLineCIDR7Table  1  }

  BGLineCIDR7Entry  ::=  SEQUENCE
  {
    bGLineCIDR7NEConn                  Unsigned32,
    bGLineCIDR7NetwkElement            DisplayString,
    bGLineCIDR7CFSIx                   Unsigned32,
    bGLineCIDR7GpIx                    Unsigned32,
    bGLineCIDR7FirstDirNum             DisplayString,
    bGLineCIDR7DirNum                  DisplayString,
    bGLineCIDR7SDActARSubscribed       INTEGER,
    bGLineCIDR7SDDefARSubscribed       INTEGER,
    bGLineCIDR7SDUseDefARSubscribed    INTEGER,
    bGLineCIDR7SDActARUSB              INTEGER,
    bGLineCIDR7SDDefARUSB              INTEGER,
    bGLineCIDR7SDUseDefARUSB           INTEGER,
    bGLineCIDR7SDActAutoClbackSubscribed
                                       INTEGER,
    bGLineCIDR7SDDefAutoClbackSubscribed
                                       INTEGER,
    bGLineCIDR7SDUseDefAutoClbackSubscribed
                                       INTEGER,
    bGLineCIDR7SDActAutoClbackUSB      INTEGER,
    bGLineCIDR7SDDefAutoClbackUSB      INTEGER,
    bGLineCIDR7SDUseDefAutoClbackUSB   INTEGER,
    bGLineCIDR7SDActCallTraceSubscribed
                                       INTEGER,
    bGLineCIDR7SDDefCallTraceSubscribed
                                       INTEGER,
    bGLineCIDR7SDUseDefCallTraceSubscribed
                                       INTEGER,
    bGLineCIDR7SDActCallTraceUSB       INTEGER,
    bGLineCIDR7SDDefCallTraceUSB       INTEGER,
    bGLineCIDR7SDUseDefCallTraceUSB    INTEGER,
    bGLineCIDR7SDActCNDSubscribed      INTEGER,
    bGLineCIDR7SDDefCNDSubscribed      INTEGER,
    bGLineCIDR7SDUseDefCNDSubscribed   INTEGER,
    bGLineCIDR7CNDEnabled              INTEGER,
    bGLineCIDR7SDActCNDUSB             INTEGER,
    bGLineCIDR7SDDefCNDUSB             INTEGER,
    bGLineCIDR7SDUseDefCNDUSB          INTEGER,
    bGLineCIDR7SDActCIDPresSubscribed  INTEGER,
    bGLineCIDR7SDDefCIDPresSubscribed  INTEGER,
    bGLineCIDR7SDUseDefCIDPresSubscribed
                                       INTEGER,
    bGLineCIDR7SDActCIDPresWithholdNumByDef
                                       INTEGER,
    bGLineCIDR7SDDefCIDPresWithholdNumByDef
                                       INTEGER,
    bGLineCIDR7SDUseDefCIDPresWithholdNumByDef
                                       INTEGER,
    bGLineCIDR7SDActCIDPresPresentNumByDef
                                       INTEGER,
    bGLineCIDR7SDDefCIDPresPresentNumByDef
                                       INTEGER,
    bGLineCIDR7SDUseDefCIDPresPresentNumByDef
                                       INTEGER,
    bGLineCIDR7SDActWithholdDirNum     INTEGER,
    bGLineCIDR7SDDefWithholdDirNum     INTEGER,
    bGLineCIDR7SDUseDefWithholdDirNum  INTEGER,
    bGLineCIDR7SDActCNDBSubscribed     INTEGER,
    bGLineCIDR7SDDefCNDBSubscribed     INTEGER,
    bGLineCIDR7SDUseDefCNDBSubscribed  INTEGER,
    bGLineCIDR7SDActCNDBUSB            INTEGER,
    bGLineCIDR7SDDefCNDBUSB            INTEGER,
    bGLineCIDR7SDUseDefCNDBUSB         INTEGER,
    bGLineCIDR7SDActCNamDlvrySubscrd   INTEGER,
    bGLineCIDR7SDDefCNamDlvrySubscrd   INTEGER,
    bGLineCIDR7SDUseDefCNamDlvrySubscrd
                                       INTEGER,
    bGLineCIDR7ClgNameDlvryEnabled     INTEGER,
    bGLineCIDR7SDActClgNameDlvryUSB    INTEGER,
    bGLineCIDR7SDDefClgNameDlvryUSB    INTEGER,
    bGLineCIDR7SDUseDefClgNameDlvryUSB INTEGER,
    bGLineCIDR7SDActLastCIDErasureSubscribed
                                       INTEGER,
    bGLineCIDR7SDDefLastCIDErasureSubscribed
                                       INTEGER,
    bGLineCIDR7SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    bGLineCIDR7SDActClgNameDlvryLocalNameBusLine
                                       DisplayString,
    bGLineCIDR7SDDefClgNameDlvryLocalNameBusLine
                                       DisplayString,
    bGLineCIDR7SDUseDefClgNameDlvryLocalNameBusLine
                                       INTEGER,
    bGLineCIDR7SDActCIDPresNumWithholdRejReason
                                       INTEGER,
    bGLineCIDR7SDDefCIDPresNumWithholdRejReason
                                       INTEGER,
    bGLineCIDR7SDUseDefCIDPresNumWithholdRejReason
                                       INTEGER,
    bGLineCIDR7SDActNameNumOvIPSubscribed
                                       INTEGER,
    bGLineCIDR7SDDefNameNumOvIPSubscribed
                                       INTEGER,
    bGLineCIDR7SDUseDefNameNumOvIPSubscribed
                                       INTEGER,
    bGLineCIDR7NameNumOvIPEnabled      INTEGER,
    bGLineCIDR7SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    bGLineCIDR7SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    bGLineCIDR7SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    bGLineCIDR7SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    bGLineCIDR7SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    bGLineCIDR7SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    bGLineCIDR7SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    bGLineCIDR7SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    bGLineCIDR7SDUseDefNameNumOvIPDest INTEGER,
    bGLineCIDR7AlrmState               INTEGER,
    bGLineCIDR7AlrmEvtsAtndDpLogCorr   Counter64,
    bGLineCIDR7AlrmEvtsAtndDp          Unsigned32,
    bGLineCIDR7AlrmStateTimestamp      Unsigned32,
    bGLineCIDR7AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    bGLineCIDR7SDActCNDPreferredSIPFormat
                                       INTEGER,
    bGLineCIDR7SDDefCNDPreferredSIPFormat
                                       INTEGER,
    bGLineCIDR7SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    bGLineCIDR7SDActCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    bGLineCIDR7SDDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    bGLineCIDR7SDUseDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    bGLineCIDR7SDActCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    bGLineCIDR7SDDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    bGLineCIDR7SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    bGLineCIDR7SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    bGLineCIDR7SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    bGLineCIDR7SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    bGLineCIDR7SDActCLIDPWhldNum       INTEGER,
    bGLineCIDR7SDDefCLIDPWhldNum       INTEGER,
    bGLineCIDR7SDUseDefCLIDPWhldNum    INTEGER,
    bGLineCIDR7SDActCIDCLIDPPresNum    INTEGER,
    bGLineCIDR7SDDefCIDCLIDPPresNum    INTEGER,
    bGLineCIDR7SDUseDefCIDCLIDPPresNum INTEGER,
    bGLineCIDR7SDActCLIDPIgnore        INTEGER,
    bGLineCIDR7SDDefCLIDPIgnore        INTEGER,
    bGLineCIDR7SDUseDefCLIDPIgnore     INTEGER,
    bGLineCIDR7SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    bGLineCIDR7SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    bGLineCIDR7SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    bGLineCIDR7SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    bGLineCIDR7SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    bGLineCIDR7SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    bGLineCIDR7SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    bGLineCIDR7SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    bGLineCIDR7SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    bGLineCIDR7SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    bGLineCIDR7SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    bGLineCIDR7SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    bGLineCIDR7SDActICDNDlvrySubscribed
                                       INTEGER,
    bGLineCIDR7SDDefICDNDlvrySubscribed
                                       INTEGER,
    bGLineCIDR7SDUseDefICDNDlvrySubscribed
                                       INTEGER,
    bGLineCIDR7SDActICDNDlvryEnabled   INTEGER,
    bGLineCIDR7SDDefICDNDlvryEnabled   INTEGER,
    bGLineCIDR7SDUseDefICDNDlvryEnabled
                                       INTEGER
  }

  bGLineCIDR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineCIDR7Entry  1 }

  bGLineCIDR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineCIDR7Entry  2 }

  bGLineCIDR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineCIDR7Entry  3 }

  bGLineCIDR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineCIDR7Entry  4 }

  bGLineCIDR7FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineCIDR7Entry  5 }

  bGLineCIDR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineCIDR7Entry  6 }

  bGLineCIDR7SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  7 }

  bGLineCIDR7SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  8 }

  bGLineCIDR7SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  9 }

  bGLineCIDR7SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  10 }

  bGLineCIDR7SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  11 }

  bGLineCIDR7SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  12 }

  bGLineCIDR7SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  13 }

  bGLineCIDR7SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  14 }

  bGLineCIDR7SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  15 }

  bGLineCIDR7SDActAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  16 }

  bGLineCIDR7SDDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  17 }

  bGLineCIDR7SDUseDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  18 }

  bGLineCIDR7SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  19 }

  bGLineCIDR7SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  20 }

  bGLineCIDR7SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  21 }

  bGLineCIDR7SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  22 }

  bGLineCIDR7SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  23 }

  bGLineCIDR7SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  24 }

  bGLineCIDR7SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  25 }

  bGLineCIDR7SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  26 }

  bGLineCIDR7SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  27 }

  bGLineCIDR7CNDEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  28 }

  bGLineCIDR7SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  29 }

  bGLineCIDR7SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  30 }

  bGLineCIDR7SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  31 }

  bGLineCIDR7SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  32 }

  bGLineCIDR7SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  33 }

  bGLineCIDR7SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  34 }

  bGLineCIDR7SDActCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  35 }

  bGLineCIDR7SDDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  36 }

  bGLineCIDR7SDUseDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  37 }

  bGLineCIDR7SDActCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  38 }

  bGLineCIDR7SDDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  39 }

  bGLineCIDR7SDUseDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  40 }

  bGLineCIDR7SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  41 }

  bGLineCIDR7SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  42 }

  bGLineCIDR7SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  43 }

  bGLineCIDR7SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  44 }

  bGLineCIDR7SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  45 }

  bGLineCIDR7SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  46 }

  bGLineCIDR7SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  47 }

  bGLineCIDR7SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  48 }

  bGLineCIDR7SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  49 }

  bGLineCIDR7SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  50 }

  bGLineCIDR7SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  51 }

  bGLineCIDR7SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  52 }

  bGLineCIDR7ClgNameDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Name Delivery - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  53 }

  bGLineCIDR7SDActClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  54 }

  bGLineCIDR7SDDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  55 }

  bGLineCIDR7SDUseDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  56 }

  bGLineCIDR7SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  57 }

  bGLineCIDR7SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  58 }

  bGLineCIDR7SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  59 }

  bGLineCIDR7SDActClgNameDlvryLocalNameBusLine OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - local name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  60 }

  bGLineCIDR7SDDefClgNameDlvryLocalNameBusLine OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - local name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  61 }

  bGLineCIDR7SDUseDefClgNameDlvryLocalNameBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - local name'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  62 }

  bGLineCIDR7SDActCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  63 }

  bGLineCIDR7SDDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  64 }

  bGLineCIDR7SDUseDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  65 }

  bGLineCIDR7SDActNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  66 }

  bGLineCIDR7SDDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  67 }

  bGLineCIDR7SDUseDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  68 }

  bGLineCIDR7NameNumOvIPEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCIDR7Entry  69 }

  bGLineCIDR7SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  70 }

  bGLineCIDR7SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  71 }

  bGLineCIDR7SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  72 }

  bGLineCIDR7SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  73 }

  bGLineCIDR7SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  74 }

  bGLineCIDR7SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  75 }

  bGLineCIDR7SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  76 }

  bGLineCIDR7SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { bGLineCIDR7Entry  77 }

  bGLineCIDR7SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  78 }

  bGLineCIDR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineCIDR7Entry  79 }

  bGLineCIDR7AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { bGLineCIDR7Entry  80 }

  bGLineCIDR7AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineCIDR7Entry  81 }

  bGLineCIDR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineCIDR7Entry  82 }

  bGLineCIDR7AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { bGLineCIDR7Entry  84 }

  bGLineCIDR7SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  85 }

  bGLineCIDR7SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  86 }

  bGLineCIDR7SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  87 }

  bGLineCIDR7SDActCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  88 }

  bGLineCIDR7SDDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  89 }

  bGLineCIDR7SDUseDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  90 }

  bGLineCIDR7SDActCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  91 }

  bGLineCIDR7SDDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  92 }

  bGLineCIDR7SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  93 }

  bGLineCIDR7SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  94 }

  bGLineCIDR7SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  95 }

  bGLineCIDR7SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  96 }

  bGLineCIDR7SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  97 }

  bGLineCIDR7SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  98 }

  bGLineCIDR7SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  99 }

  bGLineCIDR7SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  100 }

  bGLineCIDR7SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  101 }

  bGLineCIDR7SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  102 }

  bGLineCIDR7SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  103 }

  bGLineCIDR7SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  104 }

  bGLineCIDR7SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  105 }

  bGLineCIDR7SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  106 }

  bGLineCIDR7SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  107 }

  bGLineCIDR7SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  108 }

  bGLineCIDR7SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  109 }

  bGLineCIDR7SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  110 }

  bGLineCIDR7SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  111 }

  bGLineCIDR7SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  112 }

  bGLineCIDR7SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  113 }

  bGLineCIDR7SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  114 }

  bGLineCIDR7SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  115 }

  bGLineCIDR7SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  116 }

  bGLineCIDR7SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  117 }

  bGLineCIDR7SDActICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  118 }

  bGLineCIDR7SDDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  119 }

  bGLineCIDR7SDUseDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  120 }

  bGLineCIDR7SDActICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  121 }

  bGLineCIDR7SDDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCIDR7Entry  122 }

  bGLineCIDR7SDUseDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCIDR7Entry  123 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Outgoing Call Services'                      */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  busGrpOutR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpOutR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2245 }

  busGrpOutR5Entry OBJECT-TYPE
    SYNTAX       BusGrpOutR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpOutR5NEConn,
             busGrpOutR5NetwkElement,
             busGrpOutR5CFSIx,
             busGrpOutR5GpIx }
    ::= {  busGrpOutR5Table  1  }

  BusGrpOutR5Entry  ::=  SEQUENCE
  {
    busGrpOutR5NEConn                  Unsigned32,
    busGrpOutR5NetwkElement            DisplayString,
    busGrpOutR5CFSIx                   Unsigned32,
    busGrpOutR5GpIx                    Unsigned32,
    busGrpOutR5SDActMandAccCodes       INTEGER,
    busGrpOutR5SDDefMandAccCodes       INTEGER,
    busGrpOutR5SDUseDefMandAccCodes    INTEGER,
    busGrpOutR5SDActVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR5SDDefVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR5SDUseDefVariantMandAccCodesDef
                                       INTEGER,
    busGrpOutR5MandAccCodesAllowSubOverride
                                       INTEGER,
    busGrpOutR5SDActUKMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR5SDDefUKMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR5SDUseDefUKMandAccCodesDefCallTypes
                                       INTEGER,
    busGrpOutR5SDActUSMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR5SDDefUSMandAccCodesDefCallTypes
                                       BITS,
    busGrpOutR5SDUseDefUSMandAccCodesDefCallTypes
                                       INTEGER,
    busGrpOutR5MandAccCodesAllowCallTypesOverride
                                       INTEGER,
    busGrpOutR5SDActDefCodeLenMandAccCodes
                                       Unsigned32,
    busGrpOutR5SDDefDefCodeLenMandAccCodes
                                       Unsigned32,
    busGrpOutR5SDUseDefDefCodeLenMandAccCodes
                                       INTEGER,
    busGrpOutR5MandAccCodesAllowCodeLenOverride
                                       INTEGER,
    busGrpOutR5MandAccCodesUserViewBGCodes
                                       INTEGER,
    busGrpOutR5MandAccCodesSubEditBGLineCodes
                                       INTEGER,
    busGrpOutR5SDActDefMaxIncorrectCodesMandAccCodes
                                       Unsigned32,
    busGrpOutR5SDDefDefMaxIncorrectCodesMandAccCodes
                                       Unsigned32,
    busGrpOutR5SDUseDefDefMaxIncorrectCodesMandAccCodes
                                       INTEGER,
    busGrpOutR5MandAccCodesValidAccountCodes
                                       LongDisplayString,
    busGrpOutR5DoExtraActions          INTEGER,
    busGrpOutR5SDActUSMACDefCallTypes2 BITS,
    busGrpOutR5SDDefUSMACDefCallTypes2 BITS,
    busGrpOutR5SDUseDefUSMACDefCallTypes2
                                       INTEGER,
    busGrpOutR5SDActMACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    busGrpOutR5SDDefMACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    busGrpOutR5SDUseDefMACDefMaxIncorrectCodesPerCall
                                       INTEGER,
    busGrpOutR5SDActOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    busGrpOutR5SDDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    busGrpOutR5SDUseDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    busGrpOutR5SDActOCNSubscribed      INTEGER,
    busGrpOutR5SDDefOCNSubscribed      INTEGER,
    busGrpOutR5SDUseDefOCNSubscribed   INTEGER,
    busGrpOutR5SDActI1OCNAppServerNEConn
                                       Unsigned32,
    busGrpOutR5SDActI2OCNAppServerNetwkElement
                                       DisplayString,
    busGrpOutR5SDActI3OCNAppServerCFSIx
                                       Unsigned32,
    busGrpOutR5SDActI4OCNAppServerDirNum
                                       DisplayString,
    busGrpOutR5SDDefI1OCNAppServerNEConn
                                       Unsigned32,
    busGrpOutR5SDDefI2OCNAppServerNetwkElement
                                       DisplayString,
    busGrpOutR5SDDefI3OCNAppServerCFSIx
                                       Unsigned32,
    busGrpOutR5SDDefI4OCNAppServerDirNum
                                       DisplayString,
    busGrpOutR5SDUseDefOCNAppServer    INTEGER,
    busGrpOutR5SDActOCNCallTypes       BITS,
    busGrpOutR5SDDefOCNCallTypes       BITS,
    busGrpOutR5SDUseDefOCNCallTypes    INTEGER
  }

  busGrpOutR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpOutR5Entry  1 }

  busGrpOutR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpOutR5Entry  2 }

  busGrpOutR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpOutR5Entry  3 }

  busGrpOutR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpOutR5Entry  4 }

  busGrpOutR5SDActMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  5 }

  busGrpOutR5SDDefMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  6 }

  busGrpOutR5SDUseDefMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  7 }

  busGrpOutR5SDActVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  8 }

  busGrpOutR5SDDefVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  9 }

  busGrpOutR5SDUseDefVariantMandAccCodesDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  10 }

  busGrpOutR5MandAccCodesAllowSubOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of subscription'."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  11 }

  busGrpOutR5SDActUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  12 }

  busGrpOutR5SDDefUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  13 }

  busGrpOutR5SDUseDefUKMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  14 }

  busGrpOutR5SDActUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  15 }

  busGrpOutR5SDDefUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  16 }

  busGrpOutR5SDUseDefUSMandAccCodesDefCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  17 }

  busGrpOutR5MandAccCodesAllowCallTypesOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of call types'."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  18 }

  busGrpOutR5SDActDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  19 }

  busGrpOutR5SDDefDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  20 }

  busGrpOutR5SDUseDefDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  21 }

  busGrpOutR5MandAccCodesAllowCodeLenOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - allow override of codes and code length'."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  22 }

  busGrpOutR5MandAccCodesUserViewBGCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - user can view BG codes'."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  23 }

  busGrpOutR5MandAccCodesSubEditBGLineCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   visibleWriteable(1),
                   visibleReadOnly(2),
                   hidden(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - user's access to BG line codes'."
    DEFVAL       { visibleWriteable }
    ::= { busGrpOutR5Entry  24 }

  busGrpOutR5SDActDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  25 }

  busGrpOutR5SDDefDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  26 }

  busGrpOutR5SDUseDefDefMaxIncorrectCodesMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  27 }

  busGrpOutR5MandAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { busGrpOutR5Entry  28 }

  busGrpOutR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   deleteAccountCodes(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpOutR5Entry  29 }

  busGrpOutR5SDActUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  30 }

  busGrpOutR5SDDefUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  31 }

  busGrpOutR5SDUseDefUSMACDefCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  32 }

  busGrpOutR5SDActMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  33 }

  busGrpOutR5SDDefMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  34 }

  busGrpOutR5SDUseDefMACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - default max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  35 }

  busGrpOutR5SDActOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  36 }

  busGrpOutR5SDDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  37 }

  busGrpOutR5SDUseDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  38 }

  busGrpOutR5SDActOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  39 }

  busGrpOutR5SDDefOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  40 }

  busGrpOutR5SDUseDefOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  41 }

  busGrpOutR5SDActI1OCNAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  42 }

  busGrpOutR5SDActI2OCNAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  43 }

  busGrpOutR5SDActI3OCNAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  44 }

  busGrpOutR5SDActI4OCNAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  45 }

  busGrpOutR5SDDefI1OCNAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  46 }

  busGrpOutR5SDDefI2OCNAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  47 }

  busGrpOutR5SDDefI3OCNAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  48 }

  busGrpOutR5SDDefI4OCNAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { busGrpOutR5Entry  49 }

  busGrpOutR5SDUseDefOCNAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - application server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  50 }

  busGrpOutR5SDActOCNCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  51 }

  busGrpOutR5SDDefOCNCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpOutR5Entry  52 }

  busGrpOutR5SDUseDefOCNCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpOutR5Entry  53 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  mADNAppServsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNAppServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2246 }

  mADNAppServsR1Entry OBJECT-TYPE
    SYNTAX       MADNAppServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNAppServsR1NEConn,
             mADNAppServsR1NetwkElement,
             mADNAppServsR1CFSIx,
             mADNAppServsR1GpIx,
             mADNAppServsR1DirNum }
    ::= {  mADNAppServsR1Table  1  }

  MADNAppServsR1Entry  ::=  SEQUENCE
  {
    mADNAppServsR1NEConn               Unsigned32,
    mADNAppServsR1NetwkElement         DisplayString,
    mADNAppServsR1CFSIx                Unsigned32,
    mADNAppServsR1GpIx                 Unsigned32,
    mADNAppServsR1DirNum               DisplayString,
    mADNAppServsR1SDActOrigSubscribed  INTEGER,
    mADNAppServsR1SDDefOrigSubscribed  INTEGER,
    mADNAppServsR1SDUseDefOrigSubscribed
                                       INTEGER,
    mADNAppServsR1SDActI1OrigServerNEConn
                                       Unsigned32,
    mADNAppServsR1SDActI2OrigServerNetwkElement
                                       DisplayString,
    mADNAppServsR1SDActI3OrigServerCFSIx
                                       Unsigned32,
    mADNAppServsR1SDActI4OrigServerDirNum
                                       DisplayString,
    mADNAppServsR1SDDefI1OrigServerNEConn
                                       Unsigned32,
    mADNAppServsR1SDDefI2OrigServerNetwkElement
                                       DisplayString,
    mADNAppServsR1SDDefI3OrigServerCFSIx
                                       Unsigned32,
    mADNAppServsR1SDDefI4OrigServerDirNum
                                       DisplayString,
    mADNAppServsR1SDUseDefOrigServer   INTEGER,
    mADNAppServsR1SDActTermSubscribed  INTEGER,
    mADNAppServsR1SDDefTermSubscribed  INTEGER,
    mADNAppServsR1SDUseDefTermSubscribed
                                       INTEGER,
    mADNAppServsR1SDActI1TermServerNEConn
                                       Unsigned32,
    mADNAppServsR1SDActI2TermServerNetwkElement
                                       DisplayString,
    mADNAppServsR1SDActI3TermServerCFSIx
                                       Unsigned32,
    mADNAppServsR1SDActI4TermServerDirNum
                                       DisplayString,
    mADNAppServsR1SDDefI1TermServerNEConn
                                       Unsigned32,
    mADNAppServsR1SDDefI2TermServerNetwkElement
                                       DisplayString,
    mADNAppServsR1SDDefI3TermServerCFSIx
                                       Unsigned32,
    mADNAppServsR1SDDefI4TermServerDirNum
                                       DisplayString,
    mADNAppServsR1SDUseDefTermServer   INTEGER,
    mADNAppServsR1AlrmState            INTEGER,
    mADNAppServsR1AlrmEvtsAtndDpLogCorr
                                       Counter64,
    mADNAppServsR1AlrmEvtsAttnRq       Unsigned32,
    mADNAppServsR1AlrmEvtsAtndDp       Unsigned32,
    mADNAppServsR1AlrmStateTimestamp   Unsigned32,
    mADNAppServsR1AlrmResetTimestamp   Unsigned32,
    mADNAppServsR1SDActRecSrvSubscribed
                                       INTEGER,
    mADNAppServsR1SDDefRecSrvSubscribed
                                       INTEGER,
    mADNAppServsR1SDUseDefRecSrvSubscribed
                                       INTEGER,
    mADNAppServsR1SDActRecSrvEnabled   INTEGER,
    mADNAppServsR1SDDefRecSrvEnabled   INTEGER,
    mADNAppServsR1SDUseDefRecSrvEnabled
                                       INTEGER,
    mADNAppServsR1SDActI1RecSrvServerNEConn
                                       Unsigned32,
    mADNAppServsR1SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    mADNAppServsR1SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    mADNAppServsR1SDActI4RecSrvServerDirNum
                                       DisplayString,
    mADNAppServsR1SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    mADNAppServsR1SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    mADNAppServsR1SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    mADNAppServsR1SDDefI4RecSrvServerDirNum
                                       DisplayString,
    mADNAppServsR1SDUseDefRecSrvServer INTEGER,
    mADNAppServsR1RecSrvServerWebInterfaceURL
                                       LongDisplayString
  }

  mADNAppServsR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNAppServsR1Entry  1 }

  mADNAppServsR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNAppServsR1Entry  2 }

  mADNAppServsR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNAppServsR1Entry  3 }

  mADNAppServsR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNAppServsR1Entry  4 }

  mADNAppServsR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNAppServsR1Entry  5 }

  mADNAppServsR1SDActOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  6 }

  mADNAppServsR1SDDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  7 }

  mADNAppServsR1SDUseDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsR1Entry  8 }

  mADNAppServsR1SDActI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  9 }

  mADNAppServsR1SDActI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  10 }

  mADNAppServsR1SDActI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  11 }

  mADNAppServsR1SDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  12 }

  mADNAppServsR1SDDefI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  13 }

  mADNAppServsR1SDDefI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  14 }

  mADNAppServsR1SDDefI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  15 }

  mADNAppServsR1SDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mADNAppServsR1Entry  16 }

  mADNAppServsR1SDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsR1Entry  17 }

  mADNAppServsR1SDActTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  18 }

  mADNAppServsR1SDDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  19 }

  mADNAppServsR1SDUseDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsR1Entry  20 }

  mADNAppServsR1SDActI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  21 }

  mADNAppServsR1SDActI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  22 }

  mADNAppServsR1SDActI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  23 }

  mADNAppServsR1SDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  24 }

  mADNAppServsR1SDDefI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  25 }

  mADNAppServsR1SDDefI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  26 }

  mADNAppServsR1SDDefI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  27 }

  mADNAppServsR1SDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mADNAppServsR1Entry  28 }

  mADNAppServsR1SDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsR1Entry  29 }

  mADNAppServsR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mADNAppServsR1Entry  30 }

  mADNAppServsR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mADNAppServsR1Entry  31 }

  mADNAppServsR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNAppServsR1Entry  32 }

  mADNAppServsR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNAppServsR1Entry  33 }

  mADNAppServsR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mADNAppServsR1Entry  34 }

  mADNAppServsR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mADNAppServsR1Entry  35 }

  mADNAppServsR1SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  36 }

  mADNAppServsR1SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  37 }

  mADNAppServsR1SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsR1Entry  38 }

  mADNAppServsR1SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  39 }

  mADNAppServsR1SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNAppServsR1Entry  40 }

  mADNAppServsR1SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsR1Entry  41 }

  mADNAppServsR1SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  42 }

  mADNAppServsR1SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  43 }

  mADNAppServsR1SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  44 }

  mADNAppServsR1SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  45 }

  mADNAppServsR1SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  46 }

  mADNAppServsR1SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  47 }

  mADNAppServsR1SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  48 }

  mADNAppServsR1SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mADNAppServsR1Entry  49 }

  mADNAppServsR1SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNAppServsR1Entry  50 }

  mADNAppServsR1RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { mADNAppServsR1Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  mLHGPilotDNR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2247 }

  mLHGPilotDNR11Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR11NEConn,
             mLHGPilotDNR11NetwkElement,
             mLHGPilotDNR11CFSIx,
             mLHGPilotDNR11GpIx,
             mLHGPilotDNR11MLHGGpIx,
             mLHGPilotDNR11DirNum }
    ::= {  mLHGPilotDNR11Table  1  }

  MLHGPilotDNR11Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR11NEConn               Unsigned32,
    mLHGPilotDNR11NetwkElement         DisplayString,
    mLHGPilotDNR11CFSIx                Unsigned32,
    mLHGPilotDNR11GpIx                 Unsigned32,
    mLHGPilotDNR11MLHGGpIx             Unsigned32,
    mLHGPilotDNR11DirNum               DisplayString,
    mLHGPilotDNR11I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR11I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR11I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR11I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR11InUseBy              INTEGER,
    mLHGPilotDNR11IntercomDialingCode  DisplayString,
    mLHGPilotDNR11MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR11MLHGIx               Unsigned32,
    mLHGPilotDNR11MLHGMemberIx         Unsigned32,
    mLHGPilotDNR11CustInfo             DisplayString,
    mLHGPilotDNR11CustInfo2            DisplayString,
    mLHGPilotDNR11CustInfo3            DisplayString,
    mLHGPilotDNR11CustInfo4            DisplayString,
    mLHGPilotDNR11CustInfo5            DisplayString,
    mLHGPilotDNR11CustInfo6            DisplayString,
    mLHGPilotDNR11NumStatus            INTEGER,
    mLHGPilotDNR11RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR11MovedFromDirNum      DisplayString,
    mLHGPilotDNR11ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR11MovedToDirNum        DisplayString,
    mLHGPilotDNR11PortedExchangeID     DisplayString,
    mLHGPilotDNR11PIN                  DisplayString,
    mLHGPilotDNR11SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR11SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR11SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR11SDActTimezone        INTEGER,
    mLHGPilotDNR11SDDefTimezone        INTEGER,
    mLHGPilotDNR11SDUseDefTimezone     INTEGER,
    mLHGPilotDNR11SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR11SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR11SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR11ActYear              Unsigned32,
    mLHGPilotDNR11ActMonth             Unsigned32,
    mLHGPilotDNR11ActDate              Unsigned32,
    mLHGPilotDNR11DiagsLogLvl          INTEGER,
    mLHGPilotDNR11DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR11DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR11DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR11ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR11ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR11ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR11ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR11SummaryChldAlrmState INTEGER,
    mLHGPilotDNR11RowStatus            RowStatus,
    mLHGPilotDNR11EnabledDate          Unsigned32,
    mLHGPilotDNR11MovedDate            Unsigned32,
    mLHGPilotDNR11SDActExpireAfter     Unsigned32,
    mLHGPilotDNR11SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR11SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR11ExpiryDate           Unsigned32,
    mLHGPilotDNR11I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR11I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR11I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR11SASHostname          LongDisplayString,
    mLHGPilotDNR11SDActChargeInd       INTEGER,
    mLHGPilotDNR11SDDefChargeInd       INTEGER,
    mLHGPilotDNR11SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR11CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR11CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR11CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR11CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR11CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR11I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR11I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR11I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR11FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR11AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR11MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR11MLHGRingPattn        INTEGER,
    mLHGPilotDNR11SigType              INTEGER,
    mLHGPilotDNR11UseDNIdentification  INTEGER,
    mLHGPilotDNR11SIPUserName          DisplayString,
    mLHGPilotDNR11SIPDomainName        DisplayString,
    mLHGPilotDNR11SDActLCC1            INTEGER,
    mLHGPilotDNR11SDDefLCC1            INTEGER,
    mLHGPilotDNR11SDUseDefLCC1         INTEGER,
    mLHGPilotDNR11SDActLCC2            INTEGER,
    mLHGPilotDNR11SDDefLCC2            INTEGER,
    mLHGPilotDNR11SDUseDefLCC2         INTEGER,
    mLHGPilotDNR11SDActLCC3            INTEGER,
    mLHGPilotDNR11SDDefLCC3            INTEGER,
    mLHGPilotDNR11SDUseDefLCC3         INTEGER,
    mLHGPilotDNR11SDActLCC4            INTEGER,
    mLHGPilotDNR11SDDefLCC4            INTEGER,
    mLHGPilotDNR11SDUseDefLCC4         INTEGER,
    mLHGPilotDNR11SDActLCC5            INTEGER,
    mLHGPilotDNR11SDDefLCC5            INTEGER,
    mLHGPilotDNR11SDUseDefLCC5         INTEGER,
    mLHGPilotDNR11SDActLCC6            INTEGER,
    mLHGPilotDNR11SDDefLCC6            INTEGER,
    mLHGPilotDNR11SDUseDefLCC6         INTEGER,
    mLHGPilotDNR11SDActLCC7            INTEGER,
    mLHGPilotDNR11SDDefLCC7            INTEGER,
    mLHGPilotDNR11SDUseDefLCC7         INTEGER,
    mLHGPilotDNR11SDActLCC8            INTEGER,
    mLHGPilotDNR11SDDefLCC8            INTEGER,
    mLHGPilotDNR11SDUseDefLCC8         INTEGER,
    mLHGPilotDNR11SDActLCC9            INTEGER,
    mLHGPilotDNR11SDDefLCC9            INTEGER,
    mLHGPilotDNR11SDUseDefLCC9         INTEGER,
    mLHGPilotDNR11SDActLCC10           INTEGER,
    mLHGPilotDNR11SDDefLCC10           INTEGER,
    mLHGPilotDNR11SDUseDefLCC10        INTEGER,
    mLHGPilotDNR11SDActLCC11           INTEGER,
    mLHGPilotDNR11SDDefLCC11           INTEGER,
    mLHGPilotDNR11SDUseDefLCC11        INTEGER,
    mLHGPilotDNR11SDActLCC12           INTEGER,
    mLHGPilotDNR11SDDefLCC12           INTEGER,
    mLHGPilotDNR11SDUseDefLCC12        INTEGER,
    mLHGPilotDNR11SDActLCC13           INTEGER,
    mLHGPilotDNR11SDDefLCC13           INTEGER,
    mLHGPilotDNR11SDUseDefLCC13        INTEGER,
    mLHGPilotDNR11SDActLCC14           INTEGER,
    mLHGPilotDNR11SDDefLCC14           INTEGER,
    mLHGPilotDNR11SDUseDefLCC14        INTEGER,
    mLHGPilotDNR11SDActLCC15           INTEGER,
    mLHGPilotDNR11SDDefLCC15           INTEGER,
    mLHGPilotDNR11SDUseDefLCC15        INTEGER,
    mLHGPilotDNR11SDActLCC16           INTEGER,
    mLHGPilotDNR11SDDefLCC16           INTEGER,
    mLHGPilotDNR11SDUseDefLCC16        INTEGER,
    mLHGPilotDNR11SDActLCC17           INTEGER,
    mLHGPilotDNR11SDDefLCC17           INTEGER,
    mLHGPilotDNR11SDUseDefLCC17        INTEGER,
    mLHGPilotDNR11SDActLCC18           INTEGER,
    mLHGPilotDNR11SDDefLCC18           INTEGER,
    mLHGPilotDNR11SDUseDefLCC18        INTEGER,
    mLHGPilotDNR11SDActLCC19           INTEGER,
    mLHGPilotDNR11SDDefLCC19           INTEGER,
    mLHGPilotDNR11SDUseDefLCC19        INTEGER,
    mLHGPilotDNR11SDActLCC20           INTEGER,
    mLHGPilotDNR11SDDefLCC20           INTEGER,
    mLHGPilotDNR11SDUseDefLCC20        INTEGER,
    mLHGPilotDNR11ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR11ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR11ExitMLHGQueueNumToFwdTo
                                       DisplayString,
    mLHGPilotDNR11PresentPilotNameToAgents
                                       INTEGER
  }

  mLHGPilotDNR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR11Entry  1 }

  mLHGPilotDNR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR11Entry  2 }

  mLHGPilotDNR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR11Entry  3 }

  mLHGPilotDNR11GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR11Entry  4 }

  mLHGPilotDNR11MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR11Entry  5 }

  mLHGPilotDNR11DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR11Entry  6 }

  mLHGPilotDNR11I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR11Entry  7 }

  mLHGPilotDNR11I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR11Entry  8 }

  mLHGPilotDNR11I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR11Entry  9 }

  mLHGPilotDNR11I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR11Entry  10 }

  mLHGPilotDNR11InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR11Entry  11 }

  mLHGPilotDNR11IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR11Entry  12 }

  mLHGPilotDNR11MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR11Entry  13 }

  mLHGPilotDNR11MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR11Entry  14 }

  mLHGPilotDNR11MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR11Entry  15 }

  mLHGPilotDNR11CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR11Entry  16 }

  mLHGPilotDNR11CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR11Entry  17 }

  mLHGPilotDNR11CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR11Entry  18 }

  mLHGPilotDNR11CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR11Entry  19 }

  mLHGPilotDNR11CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR11Entry  20 }

  mLHGPilotDNR11CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR11Entry  21 }

  mLHGPilotDNR11NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR11Entry  22 }

  mLHGPilotDNR11RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  23 }

  mLHGPilotDNR11MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR11Entry  24 }

  mLHGPilotDNR11ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  25 }

  mLHGPilotDNR11MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR11Entry  26 }

  mLHGPilotDNR11PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR11Entry  27 }

  mLHGPilotDNR11PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR11Entry  28 }

  mLHGPilotDNR11SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  29 }

  mLHGPilotDNR11SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  30 }

  mLHGPilotDNR11SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  31 }

  mLHGPilotDNR11SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  32 }

  mLHGPilotDNR11SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  33 }

  mLHGPilotDNR11SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  34 }

  mLHGPilotDNR11SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  35 }

  mLHGPilotDNR11SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  36 }

  mLHGPilotDNR11SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  37 }

  mLHGPilotDNR11ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR11Entry  38 }

  mLHGPilotDNR11ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR11Entry  39 }

  mLHGPilotDNR11ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR11Entry  40 }

  mLHGPilotDNR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR11Entry  41 }

  mLHGPilotDNR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  42 }

  mLHGPilotDNR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR11Entry  43 }

  mLHGPilotDNR11DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR11Entry  44 }

  mLHGPilotDNR11ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR11Entry  45 }

  mLHGPilotDNR11ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR11Entry  46 }

  mLHGPilotDNR11ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR11Entry  47 }

  mLHGPilotDNR11ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR11Entry  48 }

  mLHGPilotDNR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR11Entry  49 }

  mLHGPilotDNR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR11Entry  50 }

  mLHGPilotDNR11EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR11Entry  51 }

  mLHGPilotDNR11MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR11Entry  52 }

  mLHGPilotDNR11SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  53 }

  mLHGPilotDNR11SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  54 }

  mLHGPilotDNR11SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  55 }

  mLHGPilotDNR11ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR11Entry  56 }

  mLHGPilotDNR11I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR11Entry  58 }

  mLHGPilotDNR11I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR11Entry  59 }

  mLHGPilotDNR11I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR11Entry  60 }

  mLHGPilotDNR11SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR11Entry  62 }

  mLHGPilotDNR11SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  63 }

  mLHGPilotDNR11SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  64 }

  mLHGPilotDNR11SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  65 }

  mLHGPilotDNR11CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR11Entry  80 }

  mLHGPilotDNR11CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR11Entry  81 }

  mLHGPilotDNR11CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR11Entry  82 }

  mLHGPilotDNR11CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR11Entry  83 }

  mLHGPilotDNR11CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR11Entry  84 }

  mLHGPilotDNR11I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR11Entry  85 }

  mLHGPilotDNR11I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR11Entry  86 }

  mLHGPilotDNR11I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR11Entry  87 }

  mLHGPilotDNR11FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR11Entry  88 }

  mLHGPilotDNR11AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  89 }

  mLHGPilotDNR11MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  90 }

  mLHGPilotDNR11MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR11Entry  91 }

  mLHGPilotDNR11SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR11Entry  92 }

  mLHGPilotDNR11UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  93 }

  mLHGPilotDNR11SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR11Entry  94 }

  mLHGPilotDNR11SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR11Entry  95 }

  mLHGPilotDNR11SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  96 }

  mLHGPilotDNR11SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  97 }

  mLHGPilotDNR11SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  98 }

  mLHGPilotDNR11SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  99 }

  mLHGPilotDNR11SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  100 }

  mLHGPilotDNR11SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  101 }

  mLHGPilotDNR11SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  102 }

  mLHGPilotDNR11SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  103 }

  mLHGPilotDNR11SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  104 }

  mLHGPilotDNR11SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  105 }

  mLHGPilotDNR11SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  106 }

  mLHGPilotDNR11SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  107 }

  mLHGPilotDNR11SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  108 }

  mLHGPilotDNR11SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  109 }

  mLHGPilotDNR11SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  110 }

  mLHGPilotDNR11SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  111 }

  mLHGPilotDNR11SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  112 }

  mLHGPilotDNR11SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  113 }

  mLHGPilotDNR11SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  114 }

  mLHGPilotDNR11SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  115 }

  mLHGPilotDNR11SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  116 }

  mLHGPilotDNR11SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  117 }

  mLHGPilotDNR11SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  118 }

  mLHGPilotDNR11SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  119 }

  mLHGPilotDNR11SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  120 }

  mLHGPilotDNR11SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  121 }

  mLHGPilotDNR11SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  122 }

  mLHGPilotDNR11SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  123 }

  mLHGPilotDNR11SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  124 }

  mLHGPilotDNR11SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  125 }

  mLHGPilotDNR11SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  126 }

  mLHGPilotDNR11SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  127 }

  mLHGPilotDNR11SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  128 }

  mLHGPilotDNR11SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  129 }

  mLHGPilotDNR11SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  130 }

  mLHGPilotDNR11SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  131 }

  mLHGPilotDNR11SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  132 }

  mLHGPilotDNR11SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  133 }

  mLHGPilotDNR11SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  134 }

  mLHGPilotDNR11SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  135 }

  mLHGPilotDNR11SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  136 }

  mLHGPilotDNR11SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  137 }

  mLHGPilotDNR11SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  138 }

  mLHGPilotDNR11SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  139 }

  mLHGPilotDNR11SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  140 }

  mLHGPilotDNR11SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  141 }

  mLHGPilotDNR11SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  142 }

  mLHGPilotDNR11SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  143 }

  mLHGPilotDNR11SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  144 }

  mLHGPilotDNR11SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  145 }

  mLHGPilotDNR11SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  146 }

  mLHGPilotDNR11SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  147 }

  mLHGPilotDNR11SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  148 }

  mLHGPilotDNR11SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  149 }

  mLHGPilotDNR11SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  150 }

  mLHGPilotDNR11SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  151 }

  mLHGPilotDNR11SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  152 }

  mLHGPilotDNR11SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  153 }

  mLHGPilotDNR11SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR11Entry  154 }

  mLHGPilotDNR11SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR11Entry  155 }

  mLHGPilotDNR11ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  156 }

  mLHGPilotDNR11ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  157 }

  mLHGPilotDNR11ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR11Entry  158 }

  mLHGPilotDNR11PresentPilotNameToAgents OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Present pilot name to agents'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR11Entry  159 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  mLHGPilotDNASR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNASR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2248 }

  mLHGPilotDNASR1Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNASR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNASR1NEConn,
             mLHGPilotDNASR1NetwkElement,
             mLHGPilotDNASR1CFSIx,
             mLHGPilotDNASR1GpIx,
             mLHGPilotDNASR1MLHGGpIx,
             mLHGPilotDNASR1DirNum }
    ::= {  mLHGPilotDNASR1Table  1  }

  MLHGPilotDNASR1Entry  ::=  SEQUENCE
  {
    mLHGPilotDNASR1NEConn              Unsigned32,
    mLHGPilotDNASR1NetwkElement        DisplayString,
    mLHGPilotDNASR1CFSIx               Unsigned32,
    mLHGPilotDNASR1GpIx                Unsigned32,
    mLHGPilotDNASR1MLHGGpIx            Unsigned32,
    mLHGPilotDNASR1DirNum              DisplayString,
    mLHGPilotDNASR1SDActOrigSubscribed INTEGER,
    mLHGPilotDNASR1SDDefOrigSubscribed INTEGER,
    mLHGPilotDNASR1SDUseDefOrigSubscribed
                                       INTEGER,
    mLHGPilotDNASR1SDActI1OrigServerNEConn
                                       Unsigned32,
    mLHGPilotDNASR1SDActI2OrigServerNetwkElement
                                       DisplayString,
    mLHGPilotDNASR1SDActI3OrigServerCFSIx
                                       Unsigned32,
    mLHGPilotDNASR1SDActI4OrigServerDirNum
                                       DisplayString,
    mLHGPilotDNASR1SDDefI1OrigServerNEConn
                                       Unsigned32,
    mLHGPilotDNASR1SDDefI2OrigServerNetwkElement
                                       DisplayString,
    mLHGPilotDNASR1SDDefI3OrigServerCFSIx
                                       Unsigned32,
    mLHGPilotDNASR1SDDefI4OrigServerDirNum
                                       DisplayString,
    mLHGPilotDNASR1SDUseDefOrigServer  INTEGER,
    mLHGPilotDNASR1SDActTermSubscribed INTEGER,
    mLHGPilotDNASR1SDDefTermSubscribed INTEGER,
    mLHGPilotDNASR1SDUseDefTermSubscribed
                                       INTEGER,
    mLHGPilotDNASR1SDActI1TermServerNEConn
                                       Unsigned32,
    mLHGPilotDNASR1SDActI2TermServerNetwkElement
                                       DisplayString,
    mLHGPilotDNASR1SDActI3TermServerCFSIx
                                       Unsigned32,
    mLHGPilotDNASR1SDActI4TermServerDirNum
                                       DisplayString,
    mLHGPilotDNASR1SDDefI1TermServerNEConn
                                       Unsigned32,
    mLHGPilotDNASR1SDDefI2TermServerNetwkElement
                                       DisplayString,
    mLHGPilotDNASR1SDDefI3TermServerCFSIx
                                       Unsigned32,
    mLHGPilotDNASR1SDDefI4TermServerDirNum
                                       DisplayString,
    mLHGPilotDNASR1SDUseDefTermServer  INTEGER,
    mLHGPilotDNASR1AlrmState           INTEGER,
    mLHGPilotDNASR1AlrmEvsAtndDpLogCorr
                                       Counter64,
    mLHGPilotDNASR1AlrmEvtsAttnRq      Unsigned32,
    mLHGPilotDNASR1AlrmEvtsAtndDp      Unsigned32,
    mLHGPilotDNASR1AlrmStateTimestamp  Unsigned32,
    mLHGPilotDNASR1AlrmResetTimestamp  Unsigned32,
    mLHGPilotDNASR1SDActRecSrvSubscribed
                                       INTEGER,
    mLHGPilotDNASR1SDDefRecSrvSubscribed
                                       INTEGER,
    mLHGPilotDNASR1SDUseDefRecSrvSubscribed
                                       INTEGER,
    mLHGPilotDNASR1SDActRecSrvEnabled  INTEGER,
    mLHGPilotDNASR1SDDefRecSrvEnabled  INTEGER,
    mLHGPilotDNASR1SDUseDefRecSrvEnabled
                                       INTEGER,
    mLHGPilotDNASR1SDActI1RecSrvServerNEConn
                                       Unsigned32,
    mLHGPilotDNASR1SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    mLHGPilotDNASR1SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    mLHGPilotDNASR1SDActI4RecSrvServerDirNum
                                       DisplayString,
    mLHGPilotDNASR1SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    mLHGPilotDNASR1SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    mLHGPilotDNASR1SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    mLHGPilotDNASR1SDDefI4RecSrvServerDirNum
                                       DisplayString,
    mLHGPilotDNASR1SDUseDefRecSrvServer
                                       INTEGER,
    mLHGPilotDNASR1RecSrvServerWebInterfaceURL
                                       LongDisplayString
  }

  mLHGPilotDNASR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNASR1Entry  1 }

  mLHGPilotDNASR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNASR1Entry  2 }

  mLHGPilotDNASR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNASR1Entry  3 }

  mLHGPilotDNASR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNASR1Entry  4 }

  mLHGPilotDNASR1MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNASR1Entry  5 }

  mLHGPilotDNASR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNASR1Entry  6 }

  mLHGPilotDNASR1SDActOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  7 }

  mLHGPilotDNASR1SDDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  8 }

  mLHGPilotDNASR1SDUseDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNASR1Entry  9 }

  mLHGPilotDNASR1SDActI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  10 }

  mLHGPilotDNASR1SDActI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  11 }

  mLHGPilotDNASR1SDActI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  12 }

  mLHGPilotDNASR1SDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  13 }

  mLHGPilotDNASR1SDDefI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  14 }

  mLHGPilotDNASR1SDDefI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  15 }

  mLHGPilotDNASR1SDDefI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  16 }

  mLHGPilotDNASR1SDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { mLHGPilotDNASR1Entry  17 }

  mLHGPilotDNASR1SDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNASR1Entry  18 }

  mLHGPilotDNASR1SDActTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  19 }

  mLHGPilotDNASR1SDDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  20 }

  mLHGPilotDNASR1SDUseDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNASR1Entry  21 }

  mLHGPilotDNASR1SDActI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  22 }

  mLHGPilotDNASR1SDActI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  23 }

  mLHGPilotDNASR1SDActI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  24 }

  mLHGPilotDNASR1SDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  25 }

  mLHGPilotDNASR1SDDefI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  26 }

  mLHGPilotDNASR1SDDefI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  27 }

  mLHGPilotDNASR1SDDefI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  28 }

  mLHGPilotDNASR1SDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { mLHGPilotDNASR1Entry  29 }

  mLHGPilotDNASR1SDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNASR1Entry  30 }

  mLHGPilotDNASR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mLHGPilotDNASR1Entry  31 }

  mLHGPilotDNASR1AlrmEvsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mLHGPilotDNASR1Entry  32 }

  mLHGPilotDNASR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNASR1Entry  33 }

  mLHGPilotDNASR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNASR1Entry  34 }

  mLHGPilotDNASR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mLHGPilotDNASR1Entry  35 }

  mLHGPilotDNASR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mLHGPilotDNASR1Entry  36 }

  mLHGPilotDNASR1SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  37 }

  mLHGPilotDNASR1SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  38 }

  mLHGPilotDNASR1SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNASR1Entry  39 }

  mLHGPilotDNASR1SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  40 }

  mLHGPilotDNASR1SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNASR1Entry  41 }

  mLHGPilotDNASR1SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNASR1Entry  42 }

  mLHGPilotDNASR1SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  43 }

  mLHGPilotDNASR1SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  44 }

  mLHGPilotDNASR1SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  45 }

  mLHGPilotDNASR1SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  46 }

  mLHGPilotDNASR1SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  47 }

  mLHGPilotDNASR1SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  48 }

  mLHGPilotDNASR1SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  49 }

  mLHGPilotDNASR1SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { mLHGPilotDNASR1Entry  50 }

  mLHGPilotDNASR1SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNASR1Entry  51 }

  mLHGPilotDNASR1RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { mLHGPilotDNASR1Entry  52 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  pBXR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2249 }

  pBXR26Entry OBJECT-TYPE
    SYNTAX       PBXR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR26NEConn,
             pBXR26NetwkElement,
             pBXR26CFSIx,
             pBXR26DirNum }
    ::= {  pBXR26Table  1  }

  PBXR26Entry  ::=  SEQUENCE
  {
    pBXR26NEConn                       Unsigned32,
    pBXR26NetwkElement                 DisplayString,
    pBXR26CFSIx                        Unsigned32,
    pBXR26DirNum                       DisplayString,
    pBXR26PresNum                      DisplayString,
    pBXR26ClgPartyNum                  DisplayString,
    pBXR26I1SubGpNEConn                Unsigned32,
    pBXR26I2SubGpNetwkElement          DisplayString,
    pBXR26I3SubGpCFSIx                 Unsigned32,
    pBXR26I4SubGpSubGpIx               Unsigned32,
    pBXR26NumStatus                    INTEGER,
    pBXR26PortedExchangeID             DisplayString,
    pBXR26LineSelMethod                INTEGER,
    pBXR26ANIDNISFormat                DisplayString,
    pBXR26PIN                          DisplayString,
    pBXR26Locale                       INTEGER,
    pBXR26DigitMaskingReqd             INTEGER,
    pBXR26TermFacilityMarksServInterception
                                       INTEGER,
    pBXR26ActYear                      Unsigned32,
    pBXR26ActMonth                     Unsigned32,
    pBXR26ActDate                      Unsigned32,
    pBXR26CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR26PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR26CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR26PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR26ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR26ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR26ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR26ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR26DiagsAPITraceEnabled         INTEGER,
    pBXR26DiagsAPITraceTag             DisplayString,
    pBXR26DiagsAPITraceRemNum          DisplayString,
    pBXR26TotChldAlrmsAttnRq           Unsigned32,
    pBXR26TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR26TotChldAlrmsAtndDp           Unsigned32,
    pBXR26TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR26SummaryChldAlrmState         INTEGER,
    pBXR26ExportNumObjectsExported     Integer32,
    pBXR26ExportStatus                 DisplayString,
    pBXR26ExportFile                   DisplayString,
    pBXR26ExportCorr                   Counter64,
    pBXR26ExportCorrNode               DisplayString,
    pBXR26ExportCorrUID                DisplayString,
    pBXR26DoExtraActions               INTEGER,
    pBXR26RowStatus                    RowStatus,
    pBXR26MovedToDirNum                DisplayString,
    pBXR26CustInfo                     DisplayString,
    pBXR26DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR26ServSuspended                INTEGER,
    pBXR26SendDIDSeqListedDirNum       INTEGER,
    pBXR26DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR26CustInfo2                    DisplayString,
    pBXR26CustInfo3                    DisplayString,
    pBXR26CustInfo4                    DisplayString,
    pBXR26CustInfo5                    DisplayString,
    pBXR26CustInfo6                    DisplayString,
    pBXR26RecentlyMovedFromOldNum      INTEGER,
    pBXR26MovedFromDirNum              DisplayString,
    pBXR26ConnectCallAfterAnnounce     INTEGER,
    pBXR26DiagsLogLvl                  INTEGER,
    pBXR26PBXFixBits                   BITS,
    pBXR26ChargeNum                    DisplayString,
    pBXR26SigType                      INTEGER,
    pBXR26SDActMaxCallAppearances      Unsigned32,
    pBXR26SDDefMaxCallAppearances      Unsigned32,
    pBXR26SDUseDefMaxCallAppearances   INTEGER,
    pBXR26I1PerProfNEConn              Unsigned32,
    pBXR26I2PerProfNetwkElement        DisplayString,
    pBXR26I3PerProfCFSIx               Unsigned32,
    pBXR26I4PerProfGpIx                Unsigned32,
    pBXR26SDActTimezone                INTEGER,
    pBXR26SDDefTimezone                INTEGER,
    pBXR26SDUseDefTimezone             INTEGER,
    pBXR26SDActAdjustDaylightSavings   INTEGER,
    pBXR26SDDefAdjustDaylightSavings   INTEGER,
    pBXR26SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR26SDActLongDistanceCarr        DisplayString,
    pBXR26SDDefLongDistanceCarr        DisplayString,
    pBXR26SDUseDefLongDistanceCarr     INTEGER,
    pBXR26SDActIntraLATACarr           DisplayString,
    pBXR26SDDefIntraLATACarr           DisplayString,
    pBXR26SDUseDefIntraLATACarr        INTEGER,
    pBXR26SDActRtgAttrs                BITS,
    pBXR26SDDefRtgAttrs                BITS,
    pBXR26SDUseDefRtgAttrs             INTEGER,
    pBXR26SDActBillType                INTEGER,
    pBXR26SDDefBillType                INTEGER,
    pBXR26SDUseDefBillType             INTEGER,
    pBXR26SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR26SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR26SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR26SDActTariffGp                INTEGER,
    pBXR26SDDefTariffGp                INTEGER,
    pBXR26SDUseDefTariffGp             INTEGER,
    pBXR26SDActIntnatlCarr             DisplayString,
    pBXR26SDDefIntnatlCarr             DisplayString,
    pBXR26SDUseDefIntnatlCarr          INTEGER,
    pBXR26SDActLCC1                    INTEGER,
    pBXR26SDDefLCC1                    INTEGER,
    pBXR26SDUseDefLCC1                 INTEGER,
    pBXR26SDActLCC2                    INTEGER,
    pBXR26SDDefLCC2                    INTEGER,
    pBXR26SDUseDefLCC2                 INTEGER,
    pBXR26SDActLCC3                    INTEGER,
    pBXR26SDDefLCC3                    INTEGER,
    pBXR26SDUseDefLCC3                 INTEGER,
    pBXR26SDActLCC4                    INTEGER,
    pBXR26SDDefLCC4                    INTEGER,
    pBXR26SDUseDefLCC4                 INTEGER,
    pBXR26SDActLCC5                    INTEGER,
    pBXR26SDDefLCC5                    INTEGER,
    pBXR26SDUseDefLCC5                 INTEGER,
    pBXR26SDActForceLNPLookup          INTEGER,
    pBXR26SDDefForceLNPLookup          INTEGER,
    pBXR26SDUseDefForceLNPLookup       INTEGER,
    pBXR26LineTrafficStudy             INTEGER,
    pBXR26DefNumDIDDigits              INTEGER,
    pBXR26EnabledDate                  Unsigned32,
    pBXR26ChargeNumReqd                INTEGER,
    pBXR26SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR26SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR26SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR26SDActLCC6                    INTEGER,
    pBXR26SDDefLCC6                    INTEGER,
    pBXR26SDUseDefLCC6                 INTEGER,
    pBXR26SDActLCC7                    INTEGER,
    pBXR26SDDefLCC7                    INTEGER,
    pBXR26SDUseDefLCC7                 INTEGER,
    pBXR26SDActLCC8                    INTEGER,
    pBXR26SDDefLCC8                    INTEGER,
    pBXR26SDUseDefLCC8                 INTEGER,
    pBXR26SDActLCC9                    INTEGER,
    pBXR26SDDefLCC9                    INTEGER,
    pBXR26SDUseDefLCC9                 INTEGER,
    pBXR26SDActLCC10                   INTEGER,
    pBXR26SDDefLCC10                   INTEGER,
    pBXR26SDUseDefLCC10                INTEGER,
    pBXR26SDActLCC11                   INTEGER,
    pBXR26SDDefLCC11                   INTEGER,
    pBXR26SDUseDefLCC11                INTEGER,
    pBXR26SDActLCC12                   INTEGER,
    pBXR26SDDefLCC12                   INTEGER,
    pBXR26SDUseDefLCC12                INTEGER,
    pBXR26SDActLCC13                   INTEGER,
    pBXR26SDDefLCC13                   INTEGER,
    pBXR26SDUseDefLCC13                INTEGER,
    pBXR26SDActLCC14                   INTEGER,
    pBXR26SDDefLCC14                   INTEGER,
    pBXR26SDUseDefLCC14                INTEGER,
    pBXR26SDActLCC15                   INTEGER,
    pBXR26SDDefLCC15                   INTEGER,
    pBXR26SDUseDefLCC15                INTEGER,
    pBXR26SDActLCC16                   INTEGER,
    pBXR26SDDefLCC16                   INTEGER,
    pBXR26SDUseDefLCC16                INTEGER,
    pBXR26SDActLCC17                   INTEGER,
    pBXR26SDDefLCC17                   INTEGER,
    pBXR26SDUseDefLCC17                INTEGER,
    pBXR26SDActLCC18                   INTEGER,
    pBXR26SDDefLCC18                   INTEGER,
    pBXR26SDUseDefLCC18                INTEGER,
    pBXR26SDActLCC19                   INTEGER,
    pBXR26SDDefLCC19                   INTEGER,
    pBXR26SDUseDefLCC19                INTEGER,
    pBXR26SDActLCC20                   INTEGER,
    pBXR26SDDefLCC20                   INTEGER,
    pBXR26SDUseDefLCC20                INTEGER,
    pBXR26LDNPBXCapacityGp             INTEGER,
    pBXR26SDActVQMCallLogging          INTEGER,
    pBXR26SDDefVQMCallLogging          INTEGER,
    pBXR26SDUseDefVQMCallLogging       INTEGER,
    pBXR26FaultMonitoringLvl           INTEGER,
    pBXR26CFMLvlOnApply2               INTEGER,
    pBXR26MovedToNumAsDialed           DisplayString,
    pBXR26MovedDate                    Unsigned32,
    pBXR26SDActExpireAfter             Unsigned32,
    pBXR26SDDefExpireAfter             Unsigned32,
    pBXR26SDUseDefExpireAfter          INTEGER,
    pBXR26ExpiryDate                   Unsigned32,
    pBXR26IntercomDialingCode          DisplayString,
    pBXR26I1BusGpBusGpNEConn           Unsigned32,
    pBXR26I2BusGpBusGpNetwkElement     DisplayString,
    pBXR26I3BusGpBusGpCFSIx            Unsigned32,
    pBXR26I4BusGpBusGpGpIx             Unsigned32,
    pBXR26BusGpBusGpOtherVals          INTEGER,
    pBXR26BusGpExternalLineCode        DisplayString,
    pBXR26BusGpInternalLineCode        DisplayString,
    pBXR26BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR26BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR26BusGpForceSimpleMatching     INTEGER,
    pBXR26BusGpDiagsLogCorr            Counter64,
    pBXR26SecondLocale                 INTEGER,
    pBXR26SDActAdvChrgAOCD             INTEGER,
    pBXR26SDDefAdvChrgAOCD             INTEGER,
    pBXR26SDUseDefAdvChrgAOCD          INTEGER,
    pBXR26SDActAdvChrgAOCE             INTEGER,
    pBXR26SDDefAdvChrgAOCE             INTEGER,
    pBXR26SDUseDefAdvChrgAOCE          INTEGER,
    pBXR26I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR26I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR26I3DelegatedManagementGpDMGIx Integer32,
    pBXR26SDActSubTimezone             LongDisplayString,
    pBXR26SDDefSubTimezone             LongDisplayString,
    pBXR26SDUseDefSubTimezone          INTEGER,
    pBXR26SDActChargeInd               INTEGER,
    pBXR26SDDefChargeInd               INTEGER,
    pBXR26SDUseDefChargeInd            INTEGER,
    pBXR26SDActSubClgCategory          INTEGER,
    pBXR26SDDefSubClgCategory          INTEGER,
    pBXR26SDUseDefSubClgCategory       INTEGER,
    pBXR26CustomerInfoFirstName        LongDisplayString,
    pBXR26CustomerInfoSecondName       LongDisplayString,
    pBXR26CustomerInfoOtherNames       LongDisplayString,
    pBXR26CustomerInfoPenultimateName  LongDisplayString,
    pBXR26CustomerInfoSurname          LongDisplayString,
    pBXR26UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR26I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR26I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR26I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR26I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR26TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR26I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR26I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR26I3FaultMonitoringProfFMPIx   Integer32,
    pBXR26FaultMonitoringProfOtherVals INTEGER,
    pBXR26ApplyFMPToReltdObjectTypes   BITS,
    pBXR26AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR26SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR26SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR26SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR26SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR26SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR26SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR26AlrmState                    INTEGER,
    pBXR26StatisticsAlrms              Integer32,
    pBXR26AlrmLogCorr                  Counter64,
    pBXR26AddtlAlrmLogCorr             Counter64,
    pBXR26AlrmEvtsAttnRq               Unsigned32,
    pBXR26AlrmEvtsAtndDp               Unsigned32,
    pBXR26AlrmStateTimestamp           Unsigned32,
    pBXR26SASHostname                  LongDisplayString,
    pBXR26UseCfgdTrnkGpID              INTEGER,
    pBXR26TrnkGpID                     INTEGER,
    pBXR26AllowRehoming                INTEGER,
    pBXR26I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR26TotCallsLimit                INTEGER,
    pBXR26MaxCalls                     Unsigned32,
    pBXR26TermCallsLimit               INTEGER,
    pBXR26MaxTermCalls                 Unsigned32,
    pBXR26OrigingCallsLimit            INTEGER,
    pBXR26MaxOrigingCalls              Unsigned32,
    pBXR26LimitIntraBGCalls            INTEGER,
    pBXR26UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR26PBXIsDuplicate               INTEGER,
    pBXR26PBXIsRenumbering             INTEGER,
    pBXR26ExportIncASRepData           INTEGER,
    pBXR26ExportChldObjectsToInc       INTEGER
  }

  pBXR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR26Entry  1 }

  pBXR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR26Entry  2 }

  pBXR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR26Entry  3 }

  pBXR26DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR26Entry  4 }

  pBXR26PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR26Entry  5 }

  pBXR26ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR26Entry  6 }

  pBXR26I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR26Entry  7 }

  pBXR26I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR26Entry  8 }

  pBXR26I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR26Entry  9 }

  pBXR26I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR26Entry  10 }

  pBXR26NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR26Entry  11 }

  pBXR26PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR26Entry  12 }

  pBXR26LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR26Entry  13 }

  pBXR26ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR26Entry  14 }

  pBXR26PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR26Entry  18 }

  pBXR26Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR26Entry  19 }

  pBXR26DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR26Entry  22 }

  pBXR26TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR26Entry  24 }

  pBXR26ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR26Entry  26 }

  pBXR26ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR26Entry  27 }

  pBXR26ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR26Entry  28 }

  pBXR26CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR26Entry  29 }

  pBXR26PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR26Entry  30 }

  pBXR26CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR26Entry  31 }

  pBXR26PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR26Entry  32 }

  pBXR26ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR26Entry  33 }

  pBXR26ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR26Entry  34 }

  pBXR26ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR26Entry  35 }

  pBXR26ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR26Entry  36 }

  pBXR26DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR26Entry  37 }

  pBXR26DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR26Entry  38 }

  pBXR26DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR26Entry  39 }

  pBXR26TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR26Entry  40 }

  pBXR26TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR26Entry  41 }

  pBXR26TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR26Entry  42 }

  pBXR26TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR26Entry  43 }

  pBXR26SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR26Entry  44 }

  pBXR26ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR26Entry  45 }

  pBXR26ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR26Entry  46 }

  pBXR26ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR26Entry  47 }

  pBXR26ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR26Entry  48 }

  pBXR26ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR26Entry  49 }

  pBXR26ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR26Entry  50 }

  pBXR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR26Entry  51 }

  pBXR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR26Entry  52 }

  pBXR26MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR26Entry  53 }

  pBXR26CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR26Entry  54 }

  pBXR26DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR26Entry  55 }

  pBXR26ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR26Entry  57 }

  pBXR26SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR26Entry  59 }

  pBXR26DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR26Entry  60 }

  pBXR26CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR26Entry  61 }

  pBXR26CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR26Entry  62 }

  pBXR26CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR26Entry  63 }

  pBXR26CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR26Entry  64 }

  pBXR26CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR26Entry  65 }

  pBXR26RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR26Entry  66 }

  pBXR26MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR26Entry  67 }

  pBXR26ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR26Entry  68 }

  pBXR26DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR26Entry  69 }

  pBXR26PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR26Entry  71 }

  pBXR26ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR26Entry  72 }

  pBXR26SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR26Entry  74 }

  pBXR26SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  75 }

  pBXR26SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  76 }

  pBXR26SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  77 }

  pBXR26I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR26Entry  84 }

  pBXR26I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR26Entry  85 }

  pBXR26I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR26Entry  86 }

  pBXR26I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR26Entry  87 }

  pBXR26SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  88 }

  pBXR26SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  89 }

  pBXR26SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  90 }

  pBXR26SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  91 }

  pBXR26SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  92 }

  pBXR26SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  93 }

  pBXR26SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  100 }

  pBXR26SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  101 }

  pBXR26SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  102 }

  pBXR26SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  103 }

  pBXR26SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  104 }

  pBXR26SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  105 }

  pBXR26SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  106 }

  pBXR26SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  107 }

  pBXR26SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  108 }

  pBXR26SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  109 }

  pBXR26SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  110 }

  pBXR26SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  111 }

  pBXR26SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  112 }

  pBXR26SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  113 }

  pBXR26SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  114 }

  pBXR26SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  115 }

  pBXR26SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  116 }

  pBXR26SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  117 }

  pBXR26SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  118 }

  pBXR26SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  119 }

  pBXR26SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  120 }

  pBXR26SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  121 }

  pBXR26SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  122 }

  pBXR26SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  123 }

  pBXR26SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  124 }

  pBXR26SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  125 }

  pBXR26SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  126 }

  pBXR26SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  127 }

  pBXR26SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  128 }

  pBXR26SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  129 }

  pBXR26SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  130 }

  pBXR26SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  131 }

  pBXR26SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  132 }

  pBXR26SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  133 }

  pBXR26SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  134 }

  pBXR26SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  135 }

  pBXR26SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  136 }

  pBXR26SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  137 }

  pBXR26SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  138 }

  pBXR26LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR26Entry  139 }

  pBXR26DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR26Entry  140 }

  pBXR26EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR26Entry  141 }

  pBXR26ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR26Entry  142 }

  pBXR26SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  150 }

  pBXR26SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  151 }

  pBXR26SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  152 }

  pBXR26SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  153 }

  pBXR26SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  154 }

  pBXR26SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  155 }

  pBXR26SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  156 }

  pBXR26SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  157 }

  pBXR26SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  158 }

  pBXR26SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  159 }

  pBXR26SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  160 }

  pBXR26SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  161 }

  pBXR26SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  162 }

  pBXR26SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  163 }

  pBXR26SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  164 }

  pBXR26SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  165 }

  pBXR26SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  166 }

  pBXR26SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  167 }

  pBXR26SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  168 }

  pBXR26SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  169 }

  pBXR26SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  170 }

  pBXR26SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  171 }

  pBXR26SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  172 }

  pBXR26SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  173 }

  pBXR26SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  174 }

  pBXR26SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  175 }

  pBXR26SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  176 }

  pBXR26SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  177 }

  pBXR26SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  178 }

  pBXR26SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  179 }

  pBXR26SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  180 }

  pBXR26SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  181 }

  pBXR26SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  182 }

  pBXR26SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  183 }

  pBXR26SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  184 }

  pBXR26SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  185 }

  pBXR26SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  186 }

  pBXR26SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  187 }

  pBXR26SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  188 }

  pBXR26SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  189 }

  pBXR26SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  190 }

  pBXR26SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  191 }

  pBXR26SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  192 }

  pBXR26SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  193 }

  pBXR26SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  194 }

  pBXR26SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  195 }

  pBXR26SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  196 }

  pBXR26SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  197 }

  pBXR26LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR26Entry  205 }

  pBXR26SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  206 }

  pBXR26SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  207 }

  pBXR26SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  208 }

  pBXR26FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR26Entry  209 }

  pBXR26CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR26Entry  210 }

  pBXR26MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR26Entry  211 }

  pBXR26MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR26Entry  212 }

  pBXR26SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  213 }

  pBXR26SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  214 }

  pBXR26SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  215 }

  pBXR26ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR26Entry  216 }

  pBXR26IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR26Entry  217 }

  pBXR26I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR26Entry  218 }

  pBXR26I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR26Entry  219 }

  pBXR26I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR26Entry  220 }

  pBXR26I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR26Entry  221 }

  pBXR26BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR26Entry  222 }

  pBXR26BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR26Entry  223 }

  pBXR26BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR26Entry  224 }

  pBXR26BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR26Entry  225 }

  pBXR26BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR26Entry  226 }

  pBXR26BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR26Entry  227 }

  pBXR26BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR26Entry  228 }

  pBXR26SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR26Entry  230 }

  pBXR26SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  231 }

  pBXR26SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  232 }

  pBXR26SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  233 }

  pBXR26SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  234 }

  pBXR26SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  235 }

  pBXR26SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  236 }

  pBXR26I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR26Entry  237 }

  pBXR26I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR26Entry  238 }

  pBXR26I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR26Entry  239 }

  pBXR26SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  241 }

  pBXR26SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  242 }

  pBXR26SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  243 }

  pBXR26SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  244 }

  pBXR26SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  245 }

  pBXR26SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  246 }

  pBXR26SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  247 }

  pBXR26SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  248 }

  pBXR26SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  249 }

  pBXR26CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR26Entry  260 }

  pBXR26CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR26Entry  261 }

  pBXR26CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR26Entry  262 }

  pBXR26CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR26Entry  263 }

  pBXR26CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR26Entry  264 }

  pBXR26UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR26Entry  265 }

  pBXR26I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR26Entry  266 }

  pBXR26I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR26Entry  267 }

  pBXR26I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR26Entry  268 }

  pBXR26I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR26Entry  269 }

  pBXR26TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR26Entry  270 }

  pBXR26I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR26Entry  271 }

  pBXR26I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR26Entry  272 }

  pBXR26I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR26Entry  273 }

  pBXR26FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR26Entry  274 }

  pBXR26ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR26Entry  275 }

  pBXR26AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR26Entry  276 }

  pBXR26SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  277 }

  pBXR26SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  278 }

  pBXR26SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  279 }

  pBXR26SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  280 }

  pBXR26SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR26Entry  281 }

  pBXR26SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR26Entry  282 }

  pBXR26AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR26Entry  283 }

  pBXR26StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR26Entry  284 }

  pBXR26AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR26Entry  285 }

  pBXR26AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR26Entry  286 }

  pBXR26AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR26Entry  287 }

  pBXR26AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR26Entry  288 }

  pBXR26AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR26Entry  289 }

  pBXR26SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR26Entry  290 }

  pBXR26UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR26Entry  291 }

  pBXR26TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR26Entry  292 }

  pBXR26AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR26Entry  293 }

  pBXR26I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR26Entry  294 }

  pBXR26TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR26Entry  295 }

  pBXR26MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR26Entry  296 }

  pBXR26TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR26Entry  297 }

  pBXR26MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR26Entry  298 }

  pBXR26OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR26Entry  299 }

  pBXR26MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR26Entry  300 }

  pBXR26LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR26Entry  301 }

  pBXR26UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR26Entry  302 }

  pBXR26PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR26Entry  303 }

  pBXR26PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR26Entry  304 }

  pBXR26ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR26Entry  305 }

  pBXR26ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR26Entry  313 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DID Number Call Services'                                   */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  pBXDIDNumCSR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXDIDNumCSR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Direct Inward Calling Number'."
    ::= { metaSwitch  2250 }

  pBXDIDNumCSR2Entry OBJECT-TYPE
    SYNTAX       PBXDIDNumCSR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXDIDNumCSR2NEConn,
             pBXDIDNumCSR2NetwkElement,
             pBXDIDNumCSR2CFSIx,
             pBXDIDNumCSR2DirNum,
             pBXDIDNumCSR2Type,
             pBXDIDNumCSR2FirstDirNum,
             pBXDIDNumCSR2DIDDirNum }
    ::= {  pBXDIDNumCSR2Table  1  }

  PBXDIDNumCSR2Entry  ::=  SEQUENCE
  {
    pBXDIDNumCSR2NEConn                Unsigned32,
    pBXDIDNumCSR2NetwkElement          DisplayString,
    pBXDIDNumCSR2CFSIx                 Unsigned32,
    pBXDIDNumCSR2DirNum                DisplayString,
    pBXDIDNumCSR2Type                  INTEGER,
    pBXDIDNumCSR2FirstDirNum           DisplayString,
    pBXDIDNumCSR2DIDDirNum             DisplayString,
    pBXDIDNumCSR2I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    pBXDIDNumCSR2I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXDIDNumCSR2I3DelegatedManagementGpDMGIx
                                       Integer32,
    pBXDIDNumCSR2CustInfo6             DisplayString,
    pBXDIDNumCSR2CustomerInfoFirstName LongDisplayString,
    pBXDIDNumCSR2CustomerInfoSecondName
                                       LongDisplayString,
    pBXDIDNumCSR2CustomerInfoOtherNames
                                       LongDisplayString,
    pBXDIDNumCSR2CustomerInfoPenultimateName
                                       LongDisplayString,
    pBXDIDNumCSR2CustomerInfoSurname   LongDisplayString,
    pBXDIDNumCSR2SDActEnabled          INTEGER,
    pBXDIDNumCSR2SDDefEnabled          INTEGER,
    pBXDIDNumCSR2SDUseDefEnabled       INTEGER,
    pBXDIDNumCSR2SDActNum              DisplayString,
    pBXDIDNumCSR2SDDefNum              DisplayString,
    pBXDIDNumCSR2SDUseDefNum           INTEGER,
    pBXDIDNumCSR2RowStatus             RowStatus,
    pBXDIDNumCSR2SDActCFUEnabled       INTEGER,
    pBXDIDNumCSR2SDDefCFUEnabled       INTEGER,
    pBXDIDNumCSR2SDUseDefCFUEnabled    INTEGER,
    pBXDIDNumCSR2SDActCFUNum           DisplayString,
    pBXDIDNumCSR2SDDefCFUNum           DisplayString,
    pBXDIDNumCSR2SDUseDefCFUNum        INTEGER,
    pBXDIDNumCSR2SDActRecSrvSubscribed INTEGER,
    pBXDIDNumCSR2SDDefRecSrvSubscribed INTEGER,
    pBXDIDNumCSR2SDUseDefRecSrvSubscribed
                                       INTEGER,
    pBXDIDNumCSR2SDActRecSrvEnabled    INTEGER,
    pBXDIDNumCSR2SDDefRecSrvEnabled    INTEGER,
    pBXDIDNumCSR2SDUseDefRecSrvEnabled INTEGER,
    pBXDIDNumCSR2SDActI1RecSrvServerNEConn
                                       Unsigned32,
    pBXDIDNumCSR2SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXDIDNumCSR2SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXDIDNumCSR2SDActI4RecSrvServerDirNum
                                       DisplayString,
    pBXDIDNumCSR2SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    pBXDIDNumCSR2SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXDIDNumCSR2SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXDIDNumCSR2SDDefI4RecSrvServerDirNum
                                       DisplayString,
    pBXDIDNumCSR2SDUseDefRecSrvServer  INTEGER,
    pBXDIDNumCSR2RecSrvServerWebInterfaceURL
                                       LongDisplayString
  }

  pBXDIDNumCSR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXDIDNumCSR2Entry  1 }

  pBXDIDNumCSR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXDIDNumCSR2Entry  2 }

  pBXDIDNumCSR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXDIDNumCSR2Entry  3 }

  pBXDIDNumCSR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXDIDNumCSR2Entry  4 }

  pBXDIDNumCSR2Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   dIDRange(1),
                   dISANumber(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    DEFVAL       { dIDRange }
    ::= { pBXDIDNumCSR2Entry  5 }

  pBXDIDNumCSR2FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Directory number'.
                  This is an index field."
    ::= { pBXDIDNumCSR2Entry  6 }

  pBXDIDNumCSR2DIDDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory Number'.
                  This is an index field."
    ::= { pBXDIDNumCSR2Entry  7 }

  pBXDIDNumCSR2I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR2Entry  8 }

  pBXDIDNumCSR2I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR2Entry  9 }

  pBXDIDNumCSR2I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR2Entry  10 }

  pBXDIDNumCSR2CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { pBXDIDNumCSR2Entry  11 }

  pBXDIDNumCSR2CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXDIDNumCSR2Entry  12 }

  pBXDIDNumCSR2CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXDIDNumCSR2Entry  13 }

  pBXDIDNumCSR2CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXDIDNumCSR2Entry  14 }

  pBXDIDNumCSR2CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXDIDNumCSR2Entry  15 }

  pBXDIDNumCSR2CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXDIDNumCSR2Entry  16 }

  pBXDIDNumCSR2SDActEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  17 }

  pBXDIDNumCSR2SDDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  18 }

  pBXDIDNumCSR2SDUseDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR2Entry  19 }

  pBXDIDNumCSR2SDActNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  20 }

  pBXDIDNumCSR2SDDefNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  21 }

  pBXDIDNumCSR2SDUseDefNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR2Entry  22 }

  pBXDIDNumCSR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXDIDNumCSR2Entry  23 }

  pBXDIDNumCSR2SDActCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  24 }

  pBXDIDNumCSR2SDDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  25 }

  pBXDIDNumCSR2SDUseDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR2Entry  26 }

  pBXDIDNumCSR2SDActCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  27 }

  pBXDIDNumCSR2SDDefCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  28 }

  pBXDIDNumCSR2SDUseDefCFUNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR2Entry  29 }

  pBXDIDNumCSR2SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  30 }

  pBXDIDNumCSR2SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  31 }

  pBXDIDNumCSR2SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR2Entry  32 }

  pBXDIDNumCSR2SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  33 }

  pBXDIDNumCSR2SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR2Entry  34 }

  pBXDIDNumCSR2SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR2Entry  35 }

  pBXDIDNumCSR2SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  36 }

  pBXDIDNumCSR2SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  37 }

  pBXDIDNumCSR2SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  38 }

  pBXDIDNumCSR2SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  39 }

  pBXDIDNumCSR2SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  40 }

  pBXDIDNumCSR2SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  41 }

  pBXDIDNumCSR2SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  42 }

  pBXDIDNumCSR2SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR2Entry  43 }

  pBXDIDNumCSR2SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR2Entry  44 }

  pBXDIDNumCSR2RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { pBXDIDNumCSR2Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Servers'                                        */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  pBXAppServsR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXAppServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2251 }

  pBXAppServsR1Entry OBJECT-TYPE
    SYNTAX       PBXAppServsR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXAppServsR1NEConn,
             pBXAppServsR1NetwkElement,
             pBXAppServsR1CFSIx,
             pBXAppServsR1DirNum }
    ::= {  pBXAppServsR1Table  1  }

  PBXAppServsR1Entry  ::=  SEQUENCE
  {
    pBXAppServsR1NEConn                Unsigned32,
    pBXAppServsR1NetwkElement          DisplayString,
    pBXAppServsR1CFSIx                 Unsigned32,
    pBXAppServsR1DirNum                DisplayString,
    pBXAppServsR1SDActOrigSubscribed   INTEGER,
    pBXAppServsR1SDDefOrigSubscribed   INTEGER,
    pBXAppServsR1SDUseDefOrigSubscribed
                                       INTEGER,
    pBXAppServsR1SDActI1OrigServerNEConn
                                       Unsigned32,
    pBXAppServsR1SDActI2OrigServerNetwkElement
                                       DisplayString,
    pBXAppServsR1SDActI3OrigServerCFSIx
                                       Unsigned32,
    pBXAppServsR1SDActI4OrigServerDirNum
                                       DisplayString,
    pBXAppServsR1SDDefI1OrigServerNEConn
                                       Unsigned32,
    pBXAppServsR1SDDefI2OrigServerNetwkElement
                                       DisplayString,
    pBXAppServsR1SDDefI3OrigServerCFSIx
                                       Unsigned32,
    pBXAppServsR1SDDefI4OrigServerDirNum
                                       DisplayString,
    pBXAppServsR1SDUseDefOrigServer    INTEGER,
    pBXAppServsR1SDActTermSubscribed   INTEGER,
    pBXAppServsR1SDDefTermSubscribed   INTEGER,
    pBXAppServsR1SDUseDefTermSubscribed
                                       INTEGER,
    pBXAppServsR1SDActI1TermServerNEConn
                                       Unsigned32,
    pBXAppServsR1SDActI2TermServerNetwkElement
                                       DisplayString,
    pBXAppServsR1SDActI3TermServerCFSIx
                                       Unsigned32,
    pBXAppServsR1SDActI4TermServerDirNum
                                       DisplayString,
    pBXAppServsR1SDDefI1TermServerNEConn
                                       Unsigned32,
    pBXAppServsR1SDDefI2TermServerNetwkElement
                                       DisplayString,
    pBXAppServsR1SDDefI3TermServerCFSIx
                                       Unsigned32,
    pBXAppServsR1SDDefI4TermServerDirNum
                                       DisplayString,
    pBXAppServsR1SDUseDefTermServer    INTEGER,
    pBXAppServsR1AlrmState             INTEGER,
    pBXAppServsR1AlrmEvtsAtndDpLogCorr Counter64,
    pBXAppServsR1AlrmEvtsAttnRq        Unsigned32,
    pBXAppServsR1AlrmEvtsAtndDp        Unsigned32,
    pBXAppServsR1AlrmStateTimestamp    Unsigned32,
    pBXAppServsR1AlrmResetTimestamp    Unsigned32,
    pBXAppServsR1SDActRecSrvSubscribed INTEGER,
    pBXAppServsR1SDDefRecSrvSubscribed INTEGER,
    pBXAppServsR1SDUseDefRecSrvSubscribed
                                       INTEGER,
    pBXAppServsR1SDActRecSrvEnabled    INTEGER,
    pBXAppServsR1SDDefRecSrvEnabled    INTEGER,
    pBXAppServsR1SDUseDefRecSrvEnabled INTEGER,
    pBXAppServsR1SDActI1RecSrvServerNEConn
                                       Unsigned32,
    pBXAppServsR1SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXAppServsR1SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXAppServsR1SDActI4RecSrvServerDirNum
                                       DisplayString,
    pBXAppServsR1SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    pBXAppServsR1SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXAppServsR1SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXAppServsR1SDDefI4RecSrvServerDirNum
                                       DisplayString,
    pBXAppServsR1SDUseDefRecSrvServer  INTEGER,
    pBXAppServsR1RecSrvServerWebInterfaceURL
                                       LongDisplayString
  }

  pBXAppServsR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXAppServsR1Entry  1 }

  pBXAppServsR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXAppServsR1Entry  2 }

  pBXAppServsR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXAppServsR1Entry  3 }

  pBXAppServsR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXAppServsR1Entry  4 }

  pBXAppServsR1SDActOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  5 }

  pBXAppServsR1SDDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  6 }

  pBXAppServsR1SDUseDefOrigSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsR1Entry  7 }

  pBXAppServsR1SDActI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  8 }

  pBXAppServsR1SDActI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  9 }

  pBXAppServsR1SDActI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  10 }

  pBXAppServsR1SDActI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  11 }

  pBXAppServsR1SDDefI1OrigServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  12 }

  pBXAppServsR1SDDefI2OrigServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  13 }

  pBXAppServsR1SDDefI3OrigServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  14 }

  pBXAppServsR1SDDefI4OrigServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Originating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Originating Service - server'."
    ::= { pBXAppServsR1Entry  15 }

  pBXAppServsR1SDUseDefOrigServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsR1Entry  16 }

  pBXAppServsR1SDActTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  17 }

  pBXAppServsR1SDDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  18 }

  pBXAppServsR1SDUseDefTermSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsR1Entry  19 }

  pBXAppServsR1SDActI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  20 }

  pBXAppServsR1SDActI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  21 }

  pBXAppServsR1SDActI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  22 }

  pBXAppServsR1SDActI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  23 }

  pBXAppServsR1SDDefI1TermServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  24 }

  pBXAppServsR1SDDefI2TermServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  25 }

  pBXAppServsR1SDDefI3TermServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  26 }

  pBXAppServsR1SDDefI4TermServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Terminating Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Terminating Service - server'."
    ::= { pBXAppServsR1Entry  27 }

  pBXAppServsR1SDUseDefTermServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Terminating Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsR1Entry  28 }

  pBXAppServsR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXAppServsR1Entry  29 }

  pBXAppServsR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXAppServsR1Entry  30 }

  pBXAppServsR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXAppServsR1Entry  31 }

  pBXAppServsR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXAppServsR1Entry  32 }

  pBXAppServsR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXAppServsR1Entry  33 }

  pBXAppServsR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { pBXAppServsR1Entry  34 }

  pBXAppServsR1SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  35 }

  pBXAppServsR1SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  36 }

  pBXAppServsR1SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsR1Entry  37 }

  pBXAppServsR1SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  38 }

  pBXAppServsR1SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXAppServsR1Entry  39 }

  pBXAppServsR1SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsR1Entry  40 }

  pBXAppServsR1SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  41 }

  pBXAppServsR1SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  42 }

  pBXAppServsR1SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  43 }

  pBXAppServsR1SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  44 }

  pBXAppServsR1SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  45 }

  pBXAppServsR1SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  46 }

  pBXAppServsR1SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  47 }

  pBXAppServsR1SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXAppServsR1Entry  48 }

  pBXAppServsR1SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXAppServsR1Entry  49 }

  pBXAppServsR1RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { pBXAppServsR1Entry  50 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID Services'                                         */
-- /* Valid from: 9.0.10                                                            */
-- /* Valid before: 9.3                                                             */
-- /*********************************************************************************/

  pBXCIDR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXCIDR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2252 }

  pBXCIDR7Entry OBJECT-TYPE
    SYNTAX       PBXCIDR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXCIDR7NEConn,
             pBXCIDR7NetwkElement,
             pBXCIDR7CFSIx,
             pBXCIDR7DirNum }
    ::= {  pBXCIDR7Table  1  }

  PBXCIDR7Entry  ::=  SEQUENCE
  {
    pBXCIDR7NEConn                     Unsigned32,
    pBXCIDR7NetwkElement               DisplayString,
    pBXCIDR7CFSIx                      Unsigned32,
    pBXCIDR7DirNum                     DisplayString,
    pBXCIDR7SDActARSubscribed          INTEGER,
    pBXCIDR7SDDefARSubscribed          INTEGER,
    pBXCIDR7SDUseDefARSubscribed       INTEGER,
    pBXCIDR7SDActARUSB                 INTEGER,
    pBXCIDR7SDDefARUSB                 INTEGER,
    pBXCIDR7SDUseDefARUSB              INTEGER,
    pBXCIDR7SDActAutoClbackSubscribed  INTEGER,
    pBXCIDR7SDDefAutoClbackSubscribed  INTEGER,
    pBXCIDR7SDUseDefAutoClbackSubscribed
                                       INTEGER,
    pBXCIDR7SDActAutoClbackUSB         INTEGER,
    pBXCIDR7SDDefAutoClbackUSB         INTEGER,
    pBXCIDR7SDUseDefAutoClbackUSB      INTEGER,
    pBXCIDR7SDActCallTraceSubscribed   INTEGER,
    pBXCIDR7SDDefCallTraceSubscribed   INTEGER,
    pBXCIDR7SDUseDefCallTraceSubscribed
                                       INTEGER,
    pBXCIDR7SDActCallTraceUSB          INTEGER,
    pBXCIDR7SDDefCallTraceUSB          INTEGER,
    pBXCIDR7SDUseDefCallTraceUSB       INTEGER,
    pBXCIDR7SDActCNDSubscribed         INTEGER,
    pBXCIDR7SDDefCNDSubscribed         INTEGER,
    pBXCIDR7SDUseDefCNDSubscribed      INTEGER,
    pBXCIDR7CNDEnabled                 INTEGER,
    pBXCIDR7SDActCNDUSB                INTEGER,
    pBXCIDR7SDDefCNDUSB                INTEGER,
    pBXCIDR7SDUseDefCNDUSB             INTEGER,
    pBXCIDR7SDActCIDPresSubscribed     INTEGER,
    pBXCIDR7SDDefCIDPresSubscribed     INTEGER,
    pBXCIDR7SDUseDefCIDPresSubscribed  INTEGER,
    pBXCIDR7SDActCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR7SDDefCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR7SDUseDefCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR7SDActCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR7SDDefCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR7SDUseDefCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR7SDActWithholdDirNum        INTEGER,
    pBXCIDR7SDDefWithholdDirNum        INTEGER,
    pBXCIDR7SDUseDefWithholdDirNum     INTEGER,
    pBXCIDR7SDActCNDBSubscribed        INTEGER,
    pBXCIDR7SDDefCNDBSubscribed        INTEGER,
    pBXCIDR7SDUseDefCNDBSubscribed     INTEGER,
    pBXCIDR7SDActCNDBUSB               INTEGER,
    pBXCIDR7SDDefCNDBUSB               INTEGER,
    pBXCIDR7SDUseDefCNDBUSB            INTEGER,
    pBXCIDR7SDActCNamDlvrySubscrd      INTEGER,
    pBXCIDR7SDDefCNamDlvrySubscrd      INTEGER,
    pBXCIDR7SDUseDefCNamDlvrySubscrd   INTEGER,
    pBXCIDR7ClgNameDlvryEnabled        INTEGER,
    pBXCIDR7SDActClgNameDlvryUSB       INTEGER,
    pBXCIDR7SDDefClgNameDlvryUSB       INTEGER,
    pBXCIDR7SDUseDefClgNameDlvryUSB    INTEGER,
    pBXCIDR7SDActLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR7SDDefLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR7SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR7ClgNameDlvryLocalName      DisplayString,
    pBXCIDR7SDActCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR7SDDefCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR7SDUseDefCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR7SDActNameNumOvIPSubscribed INTEGER,
    pBXCIDR7SDDefNameNumOvIPSubscribed INTEGER,
    pBXCIDR7SDUseDefNameNumOvIPSubscribed
                                       INTEGER,
    pBXCIDR7NameNumOvIPEnabled         INTEGER,
    pBXCIDR7SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    pBXCIDR7SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    pBXCIDR7SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    pBXCIDR7SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    pBXCIDR7SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    pBXCIDR7SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    pBXCIDR7SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    pBXCIDR7SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    pBXCIDR7SDUseDefNameNumOvIPDest    INTEGER,
    pBXCIDR7AlrmState                  INTEGER,
    pBXCIDR7AlrmEvtsAtndDpLogCorr      Counter64,
    pBXCIDR7AlrmEvtsAtndDp             Unsigned32,
    pBXCIDR7AlrmStateTimestamp         Unsigned32,
    pBXCIDR7AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    pBXCIDR7SDActCNDPreferredSIPFormat INTEGER,
    pBXCIDR7SDDefCNDPreferredSIPFormat INTEGER,
    pBXCIDR7SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    pBXCIDR7SDActCIDIgnorePBXSigPrsnt  INTEGER,
    pBXCIDR7SDDefCIDIgnorePBXSigPrsnt  INTEGER,
    pBXCIDR7SDUseDefCIDIgnorePBXSigPrsnt
                                       INTEGER,
    pBXCIDR7SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR7SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR7SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR7SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR7SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR7SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR7SDActCLIDPWhldNum          INTEGER,
    pBXCIDR7SDDefCLIDPWhldNum          INTEGER,
    pBXCIDR7SDUseDefCLIDPWhldNum       INTEGER,
    pBXCIDR7SDActCIDCLIDPPresNum       INTEGER,
    pBXCIDR7SDDefCIDCLIDPPresNum       INTEGER,
    pBXCIDR7SDUseDefCIDCLIDPPresNum    INTEGER,
    pBXCIDR7SDActCLIDPIgnore           INTEGER,
    pBXCIDR7SDDefCLIDPIgnore           INTEGER,
    pBXCIDR7SDUseDefCLIDPIgnore        INTEGER,
    pBXCIDR7SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR7SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR7SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR7SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR7SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR7SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR7SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR7SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR7SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR7SDActICDNDlvrySubscribed   INTEGER,
    pBXCIDR7SDDefICDNDlvrySubscribed   INTEGER,
    pBXCIDR7SDUseDefICDNDlvrySubscribed
                                       INTEGER,
    pBXCIDR7SDActICDNDlvryEnabled      INTEGER,
    pBXCIDR7SDDefICDNDlvryEnabled      INTEGER,
    pBXCIDR7SDUseDefICDNDlvryEnabled   INTEGER
  }

  pBXCIDR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXCIDR7Entry  1 }

  pBXCIDR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXCIDR7Entry  2 }

  pBXCIDR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXCIDR7Entry  3 }

  pBXCIDR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXCIDR7Entry  4 }

  pBXCIDR7SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  5 }

  pBXCIDR7SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  6 }

  pBXCIDR7SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  7 }

  pBXCIDR7SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  8 }

  pBXCIDR7SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  9 }

  pBXCIDR7SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  10 }

  pBXCIDR7SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  11 }

  pBXCIDR7SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  12 }

  pBXCIDR7SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  13 }

  pBXCIDR7SDActAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  14 }

  pBXCIDR7SDDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  15 }

  pBXCIDR7SDUseDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  16 }

  pBXCIDR7SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  17 }

  pBXCIDR7SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  18 }

  pBXCIDR7SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  19 }

  pBXCIDR7SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  20 }

  pBXCIDR7SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  21 }

  pBXCIDR7SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  22 }

  pBXCIDR7SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  23 }

  pBXCIDR7SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  24 }

  pBXCIDR7SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  25 }

  pBXCIDR7CNDEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery - Enabled'."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  26 }

  pBXCIDR7SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  27 }

  pBXCIDR7SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  28 }

  pBXCIDR7SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  29 }

  pBXCIDR7SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  30 }

  pBXCIDR7SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  31 }

  pBXCIDR7SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  32 }

  pBXCIDR7SDActCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  33 }

  pBXCIDR7SDDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  34 }

  pBXCIDR7SDUseDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  35 }

  pBXCIDR7SDActCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  36 }

  pBXCIDR7SDDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  37 }

  pBXCIDR7SDUseDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  38 }

  pBXCIDR7SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  39 }

  pBXCIDR7SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  40 }

  pBXCIDR7SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  41 }

  pBXCIDR7SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  42 }

  pBXCIDR7SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  43 }

  pBXCIDR7SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  44 }

  pBXCIDR7SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  45 }

  pBXCIDR7SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  46 }

  pBXCIDR7SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  47 }

  pBXCIDR7SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  48 }

  pBXCIDR7SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  49 }

  pBXCIDR7SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  50 }

  pBXCIDR7ClgNameDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Name Delivery - Enabled'."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  51 }

  pBXCIDR7SDActClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  52 }

  pBXCIDR7SDDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  53 }

  pBXCIDR7SDUseDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  54 }

  pBXCIDR7SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  55 }

  pBXCIDR7SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  56 }

  pBXCIDR7SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  57 }

  pBXCIDR7ClgNameDlvryLocalName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - local name'."
    ::= { pBXCIDR7Entry  58 }

  pBXCIDR7SDActCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  59 }

  pBXCIDR7SDDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  60 }

  pBXCIDR7SDUseDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  61 }

  pBXCIDR7SDActNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  62 }

  pBXCIDR7SDDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  63 }

  pBXCIDR7SDUseDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  64 }

  pBXCIDR7NameNumOvIPEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - Enabled'."
    DEFVAL       { false }
    ::= { pBXCIDR7Entry  65 }

  pBXCIDR7SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  66 }

  pBXCIDR7SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  67 }

  pBXCIDR7SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  68 }

  pBXCIDR7SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  69 }

  pBXCIDR7SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  70 }

  pBXCIDR7SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  71 }

  pBXCIDR7SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  72 }

  pBXCIDR7SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR7Entry  73 }

  pBXCIDR7SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  74 }

  pBXCIDR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXCIDR7Entry  75 }

  pBXCIDR7AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { pBXCIDR7Entry  76 }

  pBXCIDR7AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXCIDR7Entry  77 }

  pBXCIDR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXCIDR7Entry  78 }

  pBXCIDR7AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { pBXCIDR7Entry  80 }

  pBXCIDR7SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  81 }

  pBXCIDR7SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  82 }

  pBXCIDR7SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  83 }

  pBXCIDR7SDActCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  105 }

  pBXCIDR7SDDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  106 }

  pBXCIDR7SDUseDefCIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  107 }

  pBXCIDR7SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  108 }

  pBXCIDR7SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  109 }

  pBXCIDR7SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  110 }

  pBXCIDR7SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  111 }

  pBXCIDR7SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  112 }

  pBXCIDR7SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  113 }

  pBXCIDR7SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  114 }

  pBXCIDR7SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  115 }

  pBXCIDR7SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  116 }

  pBXCIDR7SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  117 }

  pBXCIDR7SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  118 }

  pBXCIDR7SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  119 }

  pBXCIDR7SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  120 }

  pBXCIDR7SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  121 }

  pBXCIDR7SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  122 }

  pBXCIDR7SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  123 }

  pBXCIDR7SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  124 }

  pBXCIDR7SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  125 }

  pBXCIDR7SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  126 }

  pBXCIDR7SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  127 }

  pBXCIDR7SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  128 }

  pBXCIDR7SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  129 }

  pBXCIDR7SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  130 }

  pBXCIDR7SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  131 }

  pBXCIDR7SDActICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  132 }

  pBXCIDR7SDDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  133 }

  pBXCIDR7SDUseDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  134 }

  pBXCIDR7SDActICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  135 }

  pBXCIDR7SDDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR7Entry  136 }

  pBXCIDR7SDUseDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR7Entry  137 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multiple Appearance Directory Number'                       */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  mADNR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Numbers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2253 }

  mADNR9Entry OBJECT-TYPE
    SYNTAX       MADNR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNR9NEConn,
             mADNR9NetwkElement,
             mADNR9CFSIx,
             mADNR9GpIx,
             mADNR9DirNum }
    ::= {  mADNR9Table  1  }

  MADNR9Entry  ::=  SEQUENCE
  {
    mADNR9NEConn                       Unsigned32,
    mADNR9NetwkElement                 DisplayString,
    mADNR9CFSIx                        Unsigned32,
    mADNR9GpIx                         Unsigned32,
    mADNR9DirNum                       DisplayString,
    mADNR9IntercomDialingCode          DisplayString,
    mADNR9NumStatus                    INTEGER,
    mADNR9RecentlyMovedFromOldNum      INTEGER,
    mADNR9MovedFromDirNum              DisplayString,
    mADNR9ConnectCallAfterAnnounce     INTEGER,
    mADNR9MovedToDirNum                DisplayString,
    mADNR9PortedExchangeID             DisplayString,
    mADNR9PIN                          DisplayString,
    mADNR9ActYear                      Unsigned32,
    mADNR9ActMonth                     Unsigned32,
    mADNR9ActDate                      Unsigned32,
    mADNR9ChldCallServAlrmsAttnRq      Unsigned32,
    mADNR9ChldCallServAlrmEvtsAttnRq   Unsigned32,
    mADNR9ChldCallServAlrmsAtndDp      Unsigned32,
    mADNR9ChldCallServAlrmEvtsAtndDp   Unsigned32,
    mADNR9DiagsLogLvl                  INTEGER,
    mADNR9DiagsAPITraceEnabled         INTEGER,
    mADNR9DiagsAPITraceTag             DisplayString,
    mADNR9DiagsAPITraceRemNum          DisplayString,
    mADNR9SummaryChldAlrmState         INTEGER,
    mADNR9RowStatus                    RowStatus,
    mADNR9ClgPartyNum                  DisplayString,
    mADNR9ChargeNum                    DisplayString,
    mADNR9I1PerProfNEConn              Unsigned32,
    mADNR9I2PerProfNetwkElement        DisplayString,
    mADNR9I3PerProfCFSIx               Unsigned32,
    mADNR9I4PerProfGpIx                Unsigned32,
    mADNR9SDActCallLimitAlgorithm      INTEGER,
    mADNR9SDDefCallLimitAlgorithm      INTEGER,
    mADNR9SDUseDefCallLimitAlgorithm   INTEGER,
    mADNR9SDActCallLimitVal            Unsigned32,
    mADNR9SDDefCallLimitVal            Unsigned32,
    mADNR9SDUseDefCallLimitVal         INTEGER,
    mADNR9SDActForceLNPLookup          INTEGER,
    mADNR9SDDefForceLNPLookup          INTEGER,
    mADNR9SDUseDefForceLNPLookup       INTEGER,
    mADNR9MultipleAppearanceDirNum     DisplayString,
    mADNR9MLHGIx                       Unsigned32,
    mADNR9MLHGMemberIx                 Unsigned32,
    mADNR9EnabledDate                  Unsigned32,
    mADNR9I1DepartmentNEConn           Unsigned32,
    mADNR9I2DepartmentNetwkElement     DisplayString,
    mADNR9I3DepartmentCFSIx            Unsigned32,
    mADNR9I4DepartmentGpIx             Unsigned32,
    mADNR9I5DepartmentDepartmentIx     Unsigned32,
    mADNR9DepartmentOtherVals          INTEGER,
    mADNR9NumMembers                   Unsigned32,
    mADNR9MovedDate                    Unsigned32,
    mADNR9SDActExpireAfter             Unsigned32,
    mADNR9SDDefExpireAfter             Unsigned32,
    mADNR9SDUseDefExpireAfter          INTEGER,
    mADNR9ExpiryDate                   Unsigned32,
    mADNR9MADNApplyDistinctiveRingPattn
                                       INTEGER,
    mADNR9MADNRingPattn                INTEGER,
    mADNR9I1DelegatedManagementGpEMSIx Unsigned32,
    mADNR9I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mADNR9I3DelegatedManagementGpDMGIx Integer32,
    mADNR9SASHostname                  LongDisplayString,
    mADNR9SDActChargeInd               INTEGER,
    mADNR9SDDefChargeInd               INTEGER,
    mADNR9SDUseDefChargeInd            INTEGER,
    mADNR9I1FaultMonitoringProfEMSIx   Unsigned32,
    mADNR9I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mADNR9I3FaultMonitoringProfFMPIx   Integer32,
    mADNR9FaultMonitoringProfOtherVals INTEGER,
    mADNR9AllowFMPsFromReltdObjectsToApply
                                       INTEGER
  }

  mADNR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNR9Entry  1 }

  mADNR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNR9Entry  2 }

  mADNR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNR9Entry  3 }

  mADNR9GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNR9Entry  4 }

  mADNR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mADNR9Entry  5 }

  mADNR9IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mADNR9Entry  8 }

  mADNR9NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mADNR9Entry  9 }

  mADNR9RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mADNR9Entry  10 }

  mADNR9MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mADNR9Entry  11 }

  mADNR9ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mADNR9Entry  12 }

  mADNR9MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mADNR9Entry  13 }

  mADNR9PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mADNR9Entry  14 }

  mADNR9PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mADNR9Entry  15 }

  mADNR9ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mADNR9Entry  17 }

  mADNR9ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mADNR9Entry  18 }

  mADNR9ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mADNR9Entry  19 }

  mADNR9ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mADNR9Entry  20 }

  mADNR9ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR9Entry  21 }

  mADNR9ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mADNR9Entry  22 }

  mADNR9ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR9Entry  23 }

  mADNR9DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mADNR9Entry  24 }

  mADNR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mADNR9Entry  25 }

  mADNR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mADNR9Entry  26 }

  mADNR9DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mADNR9Entry  27 }

  mADNR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mADNR9Entry  28 }

  mADNR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNR9Entry  29 }

  mADNR9ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { mADNR9Entry  30 }

  mADNR9ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { mADNR9Entry  31 }

  mADNR9I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR9Entry  32 }

  mADNR9I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR9Entry  33 }

  mADNR9I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR9Entry  34 }

  mADNR9I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR9Entry  35 }

  mADNR9SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  90 }

  mADNR9SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  91 }

  mADNR9SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR9Entry  92 }

  mADNR9SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  93 }

  mADNR9SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  94 }

  mADNR9SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR9Entry  95 }

  mADNR9SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  96 }

  mADNR9SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  97 }

  mADNR9SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR9Entry  98 }

  mADNR9MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mADNR9Entry  99 }

  mADNR9MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mADNR9Entry  100 }

  mADNR9MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mADNR9Entry  101 }

  mADNR9EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mADNR9Entry  102 }

  mADNR9I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR9Entry  104 }

  mADNR9I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR9Entry  105 }

  mADNR9I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR9Entry  106 }

  mADNR9I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR9Entry  107 }

  mADNR9I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR9Entry  108 }

  mADNR9DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR9Entry  109 }

  mADNR9NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mADNR9Entry  110 }

  mADNR9MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mADNR9Entry  111 }

  mADNR9SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  112 }

  mADNR9SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  113 }

  mADNR9SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR9Entry  114 }

  mADNR9ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mADNR9Entry  115 }

  mADNR9MADNApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mADNR9Entry  117 }

  mADNR9MADNRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mADNR9Entry  118 }

  mADNR9I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR9Entry  119 }

  mADNR9I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR9Entry  120 }

  mADNR9I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR9Entry  121 }

  mADNR9SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mADNR9Entry  123 }

  mADNR9SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  124 }

  mADNR9SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR9Entry  125 }

  mADNR9SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR9Entry  126 }

  mADNR9I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR9Entry  127 }

  mADNR9I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR9Entry  128 }

  mADNR9I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR9Entry  129 }

  mADNR9FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR9Entry  130 }

  mADNR9AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mADNR9Entry  131 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Direct Inward Calling Number'                               */
-- /* Valid from: 9.0.10                                                            */
-- /*********************************************************************************/

  pBXDICNumberR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXDICNumberR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2254 }

  pBXDICNumberR7Entry OBJECT-TYPE
    SYNTAX       PBXDICNumberR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXDICNumberR7NEConn,
             pBXDICNumberR7NetwkElement,
             pBXDICNumberR7CFSIx,
             pBXDICNumberR7DirNum,
             pBXDICNumberR7Type,
             pBXDICNumberR7FirstDirNum }
    ::= {  pBXDICNumberR7Table  1  }

  PBXDICNumberR7Entry  ::=  SEQUENCE
  {
    pBXDICNumberR7NEConn               Unsigned32,
    pBXDICNumberR7NetwkElement         DisplayString,
    pBXDICNumberR7CFSIx                Unsigned32,
    pBXDICNumberR7DirNum               DisplayString,
    pBXDICNumberR7Type                 INTEGER,
    pBXDICNumberR7RangeSize            Unsigned32,
    pBXDICNumberR7FirstDirNum          DisplayString,
    pBXDICNumberR7LastDirNum           DisplayString,
    pBXDICNumberR7FirstCode            DisplayString,
    pBXDICNumberR7LastCode             DisplayString,
    pBXDICNumberR7RowStatus            RowStatus,
    pBXDICNumberR7LimitInCalls         INTEGER,
    pBXDICNumberR7MaxInCalls           Unsigned32,
    pBXDICNumberR7Desc                 DisplayString,
    pBXDICNumberR7PBXCapacityGp        INTEGER,
    pBXDICNumberR7SDActNumStatus       INTEGER,
    pBXDICNumberR7SDDefNumStatus       INTEGER,
    pBXDICNumberR7SDUseDefNumStatus    INTEGER,
    pBXDICNumberR7ConnectCallAfterAnnounce
                                       INTEGER,
    pBXDICNumberR7MovedToDirNum        DisplayString,
    pBXDICNumberR7PortedExchangeID     DisplayString,
    pBXDICNumberR7SDActForceLNPLookup  INTEGER,
    pBXDICNumberR7SDDefForceLNPLookup  INTEGER,
    pBXDICNumberR7SDUseDefForceLNPLookup
                                       INTEGER,
    pBXDICNumberR7MovedDate            Unsigned32,
    pBXDICNumberR7SDActExpireAfter     Unsigned32,
    pBXDICNumberR7SDDefExpireAfter     Unsigned32,
    pBXDICNumberR7SDUseDefExpireAfter  INTEGER,
    pBXDICNumberR7ExpiryDate           Unsigned32,
    pBXDICNumberR7DeleteAction         INTEGER,
    pBXDICNumberR7TwinnedStatus        INTEGER,
    pBXDICNumberR7CreateTwinnedBGNumBlock
                                       INTEGER,
    pBXDICNumberR7DoExtraActions       INTEGER
  }

  pBXDICNumberR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXDICNumberR7Entry  1 }

  pBXDICNumberR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXDICNumberR7Entry  2 }

  pBXDICNumberR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXDICNumberR7Entry  3 }

  pBXDICNumberR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXDICNumberR7Entry  4 }

  pBXDICNumberR7Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   dIDRange(1),
                   dISANumber(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    DEFVAL       { dIDRange }
    ::= { pBXDICNumberR7Entry  5 }

  pBXDICNumberR7RangeSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000000000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Range size'.
                  This field is only writable during create."
    ::= { pBXDICNumberR7Entry  6 }

  pBXDICNumberR7FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Directory number'.
                  This is an index field."
    ::= { pBXDICNumberR7Entry  7 }

  pBXDICNumberR7LastDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Directory number'."
    ::= { pBXDICNumberR7Entry  8 }

  pBXDICNumberR7FirstCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First code'.
                  This field is not writable when active."
    ::= { pBXDICNumberR7Entry  9 }

  pBXDICNumberR7LastCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last code'."
    ::= { pBXDICNumberR7Entry  10 }

  pBXDICNumberR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXDICNumberR7Entry  11 }

  pBXDICNumberR7LimitInCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit incoming calls'."
    DEFVAL       { false }
    ::= { pBXDICNumberR7Entry  12 }

  pBXDICNumberR7MaxInCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum incoming calls'."
    ::= { pBXDICNumberR7Entry  13 }

  pBXDICNumberR7Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { pBXDICNumberR7Entry  14 }

  pBXDICNumberR7PBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXDICNumberR7Entry  15 }

  pBXDICNumberR7SDActNumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR7Entry  16 }

  pBXDICNumberR7SDDefNumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR7Entry  17 }

  pBXDICNumberR7SDUseDefNumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDICNumberR7Entry  18 }

  pBXDICNumberR7ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXDICNumberR7Entry  19 }

  pBXDICNumberR7MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXDICNumberR7Entry  20 }

  pBXDICNumberR7PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'."
    ::= { pBXDICNumberR7Entry  21 }

  pBXDICNumberR7SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR7Entry  22 }

  pBXDICNumberR7SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR7Entry  23 }

  pBXDICNumberR7SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDICNumberR7Entry  24 }

  pBXDICNumberR7MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXDICNumberR7Entry  25 }

  pBXDICNumberR7SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR7Entry  26 }

  pBXDICNumberR7SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDICNumberR7Entry  27 }

  pBXDICNumberR7SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDICNumberR7Entry  28 }

  pBXDICNumberR7ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXDICNumberR7Entry  29 }

  pBXDICNumberR7DeleteAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   permanentlyDeleteDIDCallServicesConfiguration(1),
                   temporarilyStoreDIDCallServicesConfiguration(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delete action'."
    DEFVAL       { temporarilyStoreDIDCallServicesConfiguration }
    ::= { pBXDICNumberR7Entry  30 }

  pBXDICNumberR7TwinnedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notTwinned(1),
                   partTwinned(2),
                   fullyTwinned(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned status'."
    ::= { pBXDICNumberR7Entry  31 }

  pBXDICNumberR7CreateTwinnedBGNumBlock OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Create twinned BG Number Block'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { false }
    ::= { pBXDICNumberR7Entry  32 }

  pBXDICNumberR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   createTwinnedBGNumberBlock(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXDICNumberR7Entry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.0.10                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR35Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2255 }

  mediaGatewayModelR35Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR35NEConn,
             mediaGatewayModelR35NetwkElement,
             mediaGatewayModelR35CFSIx,
             mediaGatewayModelR35ModelIx }
    ::= {  mediaGatewayModelR35Table  1  }

  MediaGatewayModelR35Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR35NEConn         Unsigned32,
    mediaGatewayModelR35NetwkElement   DisplayString,
    mediaGatewayModelR35CFSIx          Unsigned32,
    mediaGatewayModelR35ModelIx        Unsigned32,
    mediaGatewayModelR35Category       INTEGER,
    mediaGatewayModelR35ModelName      DisplayString,
    mediaGatewayModelR35Desc           DisplayString,
    mediaGatewayModelR35ControlProt    INTEGER,
    mediaGatewayModelR35ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR35LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR35PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR35PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR35AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR35AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR35RefCnt         Unsigned32,
    mediaGatewayModelR35RowStatus      RowStatus,
    mediaGatewayModelR35DefModel       INTEGER,
    mediaGatewayModelR35Authentication INTEGER,
    mediaGatewayModelR35SupportedConnTypes
                                       BITS,
    mediaGatewayModelR35AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR35ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR35ExportStatus   DisplayString,
    mediaGatewayModelR35ExportFile     DisplayString,
    mediaGatewayModelR35ExportCorr     Counter64,
    mediaGatewayModelR35ExportCorrNode DisplayString,
    mediaGatewayModelR35ExportCorrUID  DisplayString,
    mediaGatewayModelR35DoExtraActions INTEGER,
    mediaGatewayModelR35FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR35FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR35FBsMGCP        BITS,
    mediaGatewayModelR35FBsMeGaCo      BITS,
    mediaGatewayModelR35FBsSIP         BITS,
    mediaGatewayModelR35FixBitsMeGaCo2 BITS,
    mediaGatewayModelR35MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR35AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR35AlertInfoDR2   DisplayString,
    mediaGatewayModelR35AlertInfoDR3   DisplayString,
    mediaGatewayModelR35AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR35DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR35DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR35ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR35SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR35DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR35UpToDateCnt    Unsigned32,
    mediaGatewayModelR35SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR35PollInterval   Unsigned32,
    mediaGatewayModelR35SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR35Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR35AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR35VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR35AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR35FixBitsSIP2    BITS,
    mediaGatewayModelR35OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR35FBsMeGaCo4     BITS,
    mediaGatewayModelR35SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR35ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR35SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR35ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR35SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR35AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR35AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR35InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR35OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR35MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR35FixBitsSIP3    BITS,
    mediaGatewayModelR35FixBitsSIP4    BITS,
    mediaGatewayModelR35SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR35ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR35ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR35NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR35Entry  1 }

  mediaGatewayModelR35NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR35Entry  2 }

  mediaGatewayModelR35CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR35Entry  3 }

  mediaGatewayModelR35ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR35Entry  4 }

  mediaGatewayModelR35Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR35Entry  5 }

  mediaGatewayModelR35ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR35Entry  6 }

  mediaGatewayModelR35Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR35Entry  7 }

  mediaGatewayModelR35ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR35Entry  8 }

  mediaGatewayModelR35ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR35Entry  9 }

  mediaGatewayModelR35LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR35Entry  10 }

  mediaGatewayModelR35PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR35Entry  11 }

  mediaGatewayModelR35PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR35Entry  12 }

  mediaGatewayModelR35AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR35Entry  13 }

  mediaGatewayModelR35AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR35Entry  14 }

  mediaGatewayModelR35RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR35Entry  16 }

  mediaGatewayModelR35RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR35Entry  17 }

  mediaGatewayModelR35DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR35Entry  18 }

  mediaGatewayModelR35Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR35Entry  19 }

  mediaGatewayModelR35SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR35Entry  20 }

  mediaGatewayModelR35AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR35Entry  21 }

  mediaGatewayModelR35ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR35Entry  22 }

  mediaGatewayModelR35ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR35Entry  23 }

  mediaGatewayModelR35ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR35Entry  24 }

  mediaGatewayModelR35ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR35Entry  25 }

  mediaGatewayModelR35ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR35Entry  26 }

  mediaGatewayModelR35ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR35Entry  27 }

  mediaGatewayModelR35DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR35Entry  28 }

  mediaGatewayModelR35FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR35Entry  29 }

  mediaGatewayModelR35FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR35Entry  30 }

  mediaGatewayModelR35FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR35Entry  31 }

  mediaGatewayModelR35FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR35Entry  32 }

  mediaGatewayModelR35FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR35Entry  33 }

  mediaGatewayModelR35FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR35Entry  34 }

  mediaGatewayModelR35MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR35Entry  35 }

  mediaGatewayModelR35AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR35Entry  36 }

  mediaGatewayModelR35AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR35Entry  37 }

  mediaGatewayModelR35AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR35Entry  38 }

  mediaGatewayModelR35AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR35Entry  39 }

  mediaGatewayModelR35DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR35Entry  40 }

  mediaGatewayModelR35DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR35Entry  41 }

  mediaGatewayModelR35ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR35Entry  42 }

  mediaGatewayModelR35SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR35Entry  43 }

  mediaGatewayModelR35DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR35Entry  44 }

  mediaGatewayModelR35UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR35Entry  45 }

  mediaGatewayModelR35SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR35Entry  46 }

  mediaGatewayModelR35PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR35Entry  47 }

  mediaGatewayModelR35SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR35Entry  48 }

  mediaGatewayModelR35Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR35Entry  49 }

  mediaGatewayModelR35AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR35Entry  50 }

  mediaGatewayModelR35VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR35Entry  51 }

  mediaGatewayModelR35AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR35Entry  52 }

  mediaGatewayModelR35FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR35Entry  53 }

  mediaGatewayModelR35OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR35Entry  54 }

  mediaGatewayModelR35FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR35Entry  55 }

  mediaGatewayModelR35SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR35Entry  56 }

  mediaGatewayModelR35ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR35Entry  57 }

  mediaGatewayModelR35SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR35Entry  58 }

  mediaGatewayModelR35ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR35Entry  59 }

  mediaGatewayModelR35SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR35Entry  60 }

  mediaGatewayModelR35AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR35Entry  61 }

  mediaGatewayModelR35AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR35Entry  62 }

  mediaGatewayModelR35InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR35Entry  63 }

  mediaGatewayModelR35OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR35Entry  64 }

  mediaGatewayModelR35MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR35Entry  65 }

  mediaGatewayModelR35FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR35Entry  66 }

  mediaGatewayModelR35FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR35Entry  67 }

  mediaGatewayModelR35SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR35Entry  68 }

  mediaGatewayModelR35ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR35Entry  91 }

  mediaGatewayModelR35ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR35Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  indLineR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2256 }

  indLineR24Entry OBJECT-TYPE
    SYNTAX       IndLineR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR24NEConn,
             indLineR24NetwkElement,
             indLineR24CFSIx,
             indLineR24DirNum }
    ::= {  indLineR24Table  1  }

  IndLineR24Entry  ::=  SEQUENCE
  {
    indLineR24NEConn                   Unsigned32,
    indLineR24NetwkElement             DisplayString,
    indLineR24CFSIx                    Unsigned32,
    indLineR24DirNum                   DisplayString,
    indLineR24PresNum                  DisplayString,
    indLineR24ClgPartyNum              DisplayString,
    indLineR24I1SubGpNEConn            Unsigned32,
    indLineR24I2SubGpNetwkElement      DisplayString,
    indLineR24I3SubGpCFSIx             Unsigned32,
    indLineR24I4SubGpSubGpIx           Unsigned32,
    indLineR24NumStatus                INTEGER,
    indLineR24T1I1AccDevNEConn         Unsigned32,
    indLineR24T1I2AccDevNetwkElement   DisplayString,
    indLineR24T1I3AccDevCFSIx          Unsigned32,
    indLineR24T1I4AccDevGatewayIx      Unsigned32,
    indLineR24T1I5AccDevDeviceIx       Unsigned32,
    indLineR24T2I1AccDevNEConn         Unsigned32,
    indLineR24T2I2AccDevNetwkElement   DisplayString,
    indLineR24T2I3AccDevCFSIx          Unsigned32,
    indLineR24T2I4AccDevGatewayIx      Unsigned32,
    indLineR24T2I5AccDevDeviceIx       Unsigned32,
    indLineR24AccessLineNum            Unsigned32,
    indLineR24PortedExchangeID         DisplayString,
    indLineR24SignalFunctionCode       INTEGER,
    indLineR24LineUsage                INTEGER,
    indLineR24FSKFormat                INTEGER,
    indLineR24PIN                      DisplayString,
    indLineR24Locale                   INTEGER,
    indLineR24LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR24DigitMaskingReqd         INTEGER,
    indLineR24OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR24OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR24OrigingFacilityMarksADC  INTEGER,
    indLineR24TermFacilityMarksServInterception
                                       INTEGER,
    indLineR24TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR24ActYear                  Unsigned32,
    indLineR24ActMonth                 Unsigned32,
    indLineR24ActDate                  Unsigned32,
    indLineR24LastInCallClgType        INTEGER,
    indLineR24LastInCallUniqueNum      INTEGER,
    indLineR24LastInCallClgNum         DisplayString,
    indLineR24LastInCallClgPresNum     DisplayString,
    indLineR24LastInCallTimeCall       Unsigned32,
    indLineR24LastInCallCallerWaited   INTEGER,
    indLineR24LastInCallCallAnswrd     INTEGER,
    indLineR24LastInCallCallTraced     INTEGER,
    indLineR24AlrmState                INTEGER,
    indLineR24AlrmLogCorr              Counter64,
    indLineR24AddtlAlrmLogCorr         Counter64,
    indLineR24AlrmEvtsAttnRq           Unsigned32,
    indLineR24AlrmEvtsAtndDp           Unsigned32,
    indLineR24AlrmStateTimestamp       Unsigned32,
    indLineR24ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR24ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR24ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR24ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR24DiagsLogLvl              INTEGER,
    indLineR24DiagsAPITraceEnabled     INTEGER,
    indLineR24DiagsAPITraceTag         DisplayString,
    indLineR24DiagsAPITraceRemNum      DisplayString,
    indLineR24SummaryChldAlrmState     INTEGER,
    indLineR24RowStatus                RowStatus,
    indLineR24ExportNumObjectsExported Integer32,
    indLineR24ExportStatus             DisplayString,
    indLineR24ExportFile               DisplayString,
    indLineR24ExportCorr               Counter64,
    indLineR24ExportCorrNode           DisplayString,
    indLineR24ExportCorrUID            DisplayString,
    indLineR24DoExtraActions           INTEGER,
    indLineR24MovedToDirNum            DisplayString,
    indLineR24CustInfo                 DisplayString,
    indLineR24SigType                  INTEGER,
    indLineR24I1ISDNInterfaceNEConn    Unsigned32,
    indLineR24I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR24I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR24I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR24I5ISDNInterfacePRIIx     Unsigned32,
    indLineR24ISDNDefBearerCapabilities
                                       BITS,
    indLineR24DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR24SIPUserName              DisplayString,
    indLineR24SIPDomainName            DisplayString,
    indLineR24UseStaticNATMapping      INTEGER,
    indLineR24SIPRegistrationStatus    INTEGER,
    indLineR24SIPAuthenticationReqd    INTEGER,
    indLineR24NewSIPPassword           DisplayString,
    indLineR24ConfirmNewSIPPassword    DisplayString,
    indLineR24ServSuspended            INTEGER,
    indLineR24GR303NailedUpConn        INTEGER,
    indLineR24TSL                      INTEGER,
    indLineR24CustInfo2                DisplayString,
    indLineR24CustInfo3                DisplayString,
    indLineR24CustInfo4                DisplayString,
    indLineR24CustInfo5                DisplayString,
    indLineR24CustInfo6                DisplayString,
    indLineR24PrimaryLineDirNum        DisplayString,
    indLineR24RingPattnRO              INTEGER,
    indLineR24RecentlyMovedFromOldNum  INTEGER,
    indLineR24MovedFromDirNum          DisplayString,
    indLineR24ConnectCallAfterAnnounce INTEGER,
    indLineR24ChargeNum                DisplayString,
    indLineR24I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR24I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR24I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR24I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR24PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR24GR303DialType            INTEGER,
    indLineR24LastOutCallCldType       INTEGER,
    indLineR24LastOutCallCldNum        DisplayString,
    indLineR24LastOutCallNumPres       INTEGER,
    indLineR24LastOutCallCallType      INTEGER,
    indLineR24LastOutCallDirectDialed  INTEGER,
    indLineR24LastOutCallCarr          DisplayString,
    indLineR24I1PerProfNEConn          Unsigned32,
    indLineR24I2PerProfNetwkElement    DisplayString,
    indLineR24I3PerProfCFSIx           Unsigned32,
    indLineR24I4PerProfGpIx            Unsigned32,
    indLineR24InUseBy                  INTEGER,
    indLineR24UseDNIdentification      INTEGER,
    indLineR24SDActTimezone            INTEGER,
    indLineR24SDDefTimezone            INTEGER,
    indLineR24SDUseDefTimezone         INTEGER,
    indLineR24SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR24SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR24SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR24SDActMaxCallAppearances  Unsigned32,
    indLineR24SDDefMaxCallAppearances  Unsigned32,
    indLineR24SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR24SDActLongDistanceCarr    DisplayString,
    indLineR24SDDefLongDistanceCarr    DisplayString,
    indLineR24SDUseDefLongDistanceCarr INTEGER,
    indLineR24SDActIntraLATACarr       DisplayString,
    indLineR24SDDefIntraLATACarr       DisplayString,
    indLineR24SDUseDefIntraLATACarr    INTEGER,
    indLineR24SDActRtgAttrs            BITS,
    indLineR24SDDefRtgAttrs            BITS,
    indLineR24SDUseDefRtgAttrs         INTEGER,
    indLineR24SDActBillType            INTEGER,
    indLineR24SDDefBillType            INTEGER,
    indLineR24SDUseDefBillType         INTEGER,
    indLineR24SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR24SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR24SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR24SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR24SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR24SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR24SDActTariffGp            INTEGER,
    indLineR24SDDefTariffGp            INTEGER,
    indLineR24SDUseDefTariffGp         INTEGER,
    indLineR24SDActLCC1                INTEGER,
    indLineR24SDDefLCC1                INTEGER,
    indLineR24SDUseDefLCC1             INTEGER,
    indLineR24SDActLCC2                INTEGER,
    indLineR24SDDefLCC2                INTEGER,
    indLineR24SDUseDefLCC2             INTEGER,
    indLineR24SDActLCC3                INTEGER,
    indLineR24SDDefLCC3                INTEGER,
    indLineR24SDUseDefLCC3             INTEGER,
    indLineR24SDActLCC4                INTEGER,
    indLineR24SDDefLCC4                INTEGER,
    indLineR24SDUseDefLCC4             INTEGER,
    indLineR24SDActLCC5                INTEGER,
    indLineR24SDDefLCC5                INTEGER,
    indLineR24SDUseDefLCC5             INTEGER,
    indLineR24SDActForceLNPLookup      INTEGER,
    indLineR24SDDefForceLNPLookup      INTEGER,
    indLineR24SDUseDefForceLNPLookup   INTEGER,
    indLineR24SDActIntnatlCarr         DisplayString,
    indLineR24SDDefIntnatlCarr         DisplayString,
    indLineR24SDUseDefIntnatlCarr      INTEGER,
    indLineR24LineTrafficStudy         INTEGER,
    indLineR24CallListsMissedCalls     LongDisplayString,
    indLineR24CallListsAnswrdCalls     LongDisplayString,
    indLineR24CallListsDialedCalls     LongDisplayString,
    indLineR24EnabledDate              Unsigned32,
    indLineR24SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR24SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR24SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR24SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR24SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR24SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR24SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR24SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR24SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR24SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR24SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR24SDActLCC6                INTEGER,
    indLineR24SDDefLCC6                INTEGER,
    indLineR24SDUseDefLCC6             INTEGER,
    indLineR24SDActLCC7                INTEGER,
    indLineR24SDDefLCC7                INTEGER,
    indLineR24SDUseDefLCC7             INTEGER,
    indLineR24SDActLCC8                INTEGER,
    indLineR24SDDefLCC8                INTEGER,
    indLineR24SDUseDefLCC8             INTEGER,
    indLineR24SDActLCC9                INTEGER,
    indLineR24SDDefLCC9                INTEGER,
    indLineR24SDUseDefLCC9             INTEGER,
    indLineR24SDActLCC10               INTEGER,
    indLineR24SDDefLCC10               INTEGER,
    indLineR24SDUseDefLCC10            INTEGER,
    indLineR24SDActLCC11               INTEGER,
    indLineR24SDDefLCC11               INTEGER,
    indLineR24SDUseDefLCC11            INTEGER,
    indLineR24SDActLCC12               INTEGER,
    indLineR24SDDefLCC12               INTEGER,
    indLineR24SDUseDefLCC12            INTEGER,
    indLineR24SDActLCC13               INTEGER,
    indLineR24SDDefLCC13               INTEGER,
    indLineR24SDUseDefLCC13            INTEGER,
    indLineR24SDActLCC14               INTEGER,
    indLineR24SDDefLCC14               INTEGER,
    indLineR24SDUseDefLCC14            INTEGER,
    indLineR24SDActLCC15               INTEGER,
    indLineR24SDDefLCC15               INTEGER,
    indLineR24SDUseDefLCC15            INTEGER,
    indLineR24SDActLCC16               INTEGER,
    indLineR24SDDefLCC16               INTEGER,
    indLineR24SDUseDefLCC16            INTEGER,
    indLineR24SDActLCC17               INTEGER,
    indLineR24SDDefLCC17               INTEGER,
    indLineR24SDUseDefLCC17            INTEGER,
    indLineR24SDActLCC18               INTEGER,
    indLineR24SDDefLCC18               INTEGER,
    indLineR24SDUseDefLCC18            INTEGER,
    indLineR24SDActLCC19               INTEGER,
    indLineR24SDDefLCC19               INTEGER,
    indLineR24SDUseDefLCC19            INTEGER,
    indLineR24SDActLCC20               INTEGER,
    indLineR24SDDefLCC20               INTEGER,
    indLineR24SDUseDefLCC20            INTEGER,
    indLineR24T1I1GatewayNEConn        Unsigned32,
    indLineR24T1I2GatewayNetwkElement  DisplayString,
    indLineR24T1I3GatewayCFSIx         Unsigned32,
    indLineR24T1I4GatewayGatewayIx     Unsigned32,
    indLineR24T2I1GatewayNEConn        Unsigned32,
    indLineR24T2I2GatewayNetwkElement  DisplayString,
    indLineR24T2I3GatewayCFSIx         Unsigned32,
    indLineR24T2I4GatewayGatewayIx     Unsigned32,
    indLineR24SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR24SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR24SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR24SDActVQMCallLogging      INTEGER,
    indLineR24SDDefVQMCallLogging      INTEGER,
    indLineR24SDUseDefVQMCallLogging   INTEGER,
    indLineR24CFMLvlOnApply            INTEGER,
    indLineR24SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR24SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR24SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR24CurrNumRegistrations     Integer32,
    indLineR24FaultMonitoringLvl       INTEGER,
    indLineR24CFMLvlOnApply2           INTEGER,
    indLineR24SIPPassword              DisplayString,
    indLineR24SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR24SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR24SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR24SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR24SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR24SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR24SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR24SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR24SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR24SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR24SDUseDefNetwkNode        INTEGER,
    indLineR24MovedToNumAsDialed       DisplayString,
    indLineR24MovedDate                Unsigned32,
    indLineR24SDActExpireAfter         Unsigned32,
    indLineR24SDDefExpireAfter         Unsigned32,
    indLineR24SDUseDefExpireAfter      INTEGER,
    indLineR24ExpiryDate               Unsigned32,
    indLineR24SecondLocale             INTEGER,
    indLineR24SDActAdvChrgAOCD         INTEGER,
    indLineR24SDDefAdvChrgAOCD         INTEGER,
    indLineR24SDUseDefAdvChrgAOCD      INTEGER,
    indLineR24SDActAdvChrgAOCE         INTEGER,
    indLineR24SDDefAdvChrgAOCE         INTEGER,
    indLineR24SDUseDefAdvChrgAOCE      INTEGER,
    indLineR24PayphoneMetering         INTEGER,
    indLineR24SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR24SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR24SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR24SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR24SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR24SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR24SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR24SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR24SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR24SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR24SDUseDefESAProtDom       INTEGER,
    indLineR24SASHostname              LongDisplayString,
    indLineR24I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR24I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR24I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR24SDActSubTimezone         LongDisplayString,
    indLineR24SDDefSubTimezone         LongDisplayString,
    indLineR24SDUseDefSubTimezone      INTEGER,
    indLineR24SDActChargeInd           INTEGER,
    indLineR24SDDefChargeInd           INTEGER,
    indLineR24SDUseDefChargeInd        INTEGER,
    indLineR24SDActSubClgCategory      INTEGER,
    indLineR24SDDefSubClgCategory      INTEGER,
    indLineR24SDUseDefSubClgCategory   INTEGER,
    indLineR24CustomerInfoFirstName    LongDisplayString,
    indLineR24CustomerInfoSecondName   LongDisplayString,
    indLineR24CustomerInfoOtherNames   LongDisplayString,
    indLineR24CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR24CustomerInfoSurname      LongDisplayString,
    indLineR24I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR24I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR24I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR24I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR24TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR24I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR24I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR24I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR24FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR24ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR24AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR24SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR24SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR24SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR24StatisticsAlrms          Integer32,
    indLineR24SupportDevTwinning       INTEGER,
    indLineR24DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR24DevTwinningSIPUserName   DisplayString,
    indLineR24DevTwinningSIPDomainName DisplayString,
    indLineR24DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR24DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR24I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR24I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR24I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR24I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR24DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR24DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR24DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR24DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR24DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR24I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR24I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR24I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR24I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR24DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR24DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR24DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR24DevTwinningSIPPassword   DisplayString,
    indLineR24NoUserEquipment          INTEGER,
    indLineR24SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR24SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR24SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR24AllowRehoming            INTEGER,
    indLineR24I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR24SDActAccessionClientOnly INTEGER,
    indLineR24SDDefAccessionClientOnly INTEGER,
    indLineR24SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR24PreSubscribedConn        INTEGER,
    indLineR24ExportIncASRepData       INTEGER,
    indLineR24ExportChldObjectsToInc   INTEGER
  }

  indLineR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR24Entry  1 }

  indLineR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR24Entry  2 }

  indLineR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR24Entry  3 }

  indLineR24DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR24Entry  4 }

  indLineR24PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR24Entry  5 }

  indLineR24ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR24Entry  6 }

  indLineR24I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR24Entry  7 }

  indLineR24I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR24Entry  8 }

  indLineR24I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR24Entry  9 }

  indLineR24I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR24Entry  10 }

  indLineR24NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR24Entry  11 }

  indLineR24T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR24Entry  12 }

  indLineR24T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR24Entry  13 }

  indLineR24T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR24Entry  14 }

  indLineR24T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR24Entry  15 }

  indLineR24T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR24Entry  16 }

  indLineR24T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR24Entry  17 }

  indLineR24T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR24Entry  18 }

  indLineR24T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR24Entry  19 }

  indLineR24T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR24Entry  20 }

  indLineR24T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR24Entry  21 }

  indLineR24AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR24Entry  22 }

  indLineR24PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR24Entry  23 }

  indLineR24SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR24Entry  24 }

  indLineR24LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR24Entry  25 }

  indLineR24FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR24Entry  26 }

  indLineR24PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR24Entry  29 }

  indLineR24Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR24Entry  30 }

  indLineR24LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR24Entry  33 }

  indLineR24DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR24Entry  34 }

  indLineR24OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR24Entry  36 }

  indLineR24OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR24Entry  37 }

  indLineR24OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR24Entry  38 }

  indLineR24TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR24Entry  39 }

  indLineR24TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR24Entry  40 }

  indLineR24ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR24Entry  42 }

  indLineR24ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR24Entry  43 }

  indLineR24ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR24Entry  44 }

  indLineR24LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR24Entry  45 }

  indLineR24LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR24Entry  46 }

  indLineR24LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR24Entry  47 }

  indLineR24LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR24Entry  48 }

  indLineR24LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR24Entry  49 }

  indLineR24LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR24Entry  50 }

  indLineR24LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR24Entry  51 }

  indLineR24LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR24Entry  52 }

  indLineR24AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR24Entry  53 }

  indLineR24AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR24Entry  54 }

  indLineR24AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR24Entry  55 }

  indLineR24AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR24Entry  56 }

  indLineR24AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR24Entry  57 }

  indLineR24AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR24Entry  58 }

  indLineR24ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR24Entry  59 }

  indLineR24ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR24Entry  60 }

  indLineR24ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR24Entry  61 }

  indLineR24ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR24Entry  62 }

  indLineR24DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR24Entry  63 }

  indLineR24DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR24Entry  64 }

  indLineR24DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR24Entry  65 }

  indLineR24DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR24Entry  66 }

  indLineR24SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR24Entry  67 }

  indLineR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR24Entry  68 }

  indLineR24ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR24Entry  69 }

  indLineR24ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR24Entry  70 }

  indLineR24ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR24Entry  71 }

  indLineR24ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR24Entry  72 }

  indLineR24ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR24Entry  73 }

  indLineR24ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR24Entry  74 }

  indLineR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR24Entry  75 }

  indLineR24MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR24Entry  76 }

  indLineR24CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR24Entry  77 }

  indLineR24SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR24Entry  78 }

  indLineR24I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR24Entry  79 }

  indLineR24I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR24Entry  80 }

  indLineR24I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR24Entry  81 }

  indLineR24I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR24Entry  82 }

  indLineR24I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR24Entry  83 }

  indLineR24ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR24Entry  84 }

  indLineR24DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR24Entry  85 }

  indLineR24SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR24Entry  86 }

  indLineR24SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR24Entry  87 }

  indLineR24UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR24Entry  88 }

  indLineR24SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR24Entry  89 }

  indLineR24SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR24Entry  90 }

  indLineR24NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR24Entry  91 }

  indLineR24ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR24Entry  92 }

  indLineR24ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR24Entry  96 }

  indLineR24GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR24Entry  97 }

  indLineR24TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR24Entry  98 }

  indLineR24CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR24Entry  99 }

  indLineR24CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR24Entry  100 }

  indLineR24CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR24Entry  101 }

  indLineR24CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR24Entry  102 }

  indLineR24CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR24Entry  103 }

  indLineR24PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR24Entry  104 }

  indLineR24RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR24Entry  105 }

  indLineR24RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR24Entry  106 }

  indLineR24MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR24Entry  107 }

  indLineR24ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR24Entry  108 }

  indLineR24ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR24Entry  109 }

  indLineR24I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  110 }

  indLineR24I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  111 }

  indLineR24I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  112 }

  indLineR24I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  113 }

  indLineR24PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR24Entry  114 }

  indLineR24GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR24Entry  120 }

  indLineR24LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR24Entry  122 }

  indLineR24LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR24Entry  123 }

  indLineR24LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR24Entry  124 }

  indLineR24LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR24Entry  125 }

  indLineR24LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR24Entry  126 }

  indLineR24LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR24Entry  127 }

  indLineR24I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR24Entry  133 }

  indLineR24I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR24Entry  134 }

  indLineR24I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR24Entry  135 }

  indLineR24I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR24Entry  136 }

  indLineR24InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR24Entry  137 }

  indLineR24UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR24Entry  138 }

  indLineR24SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  139 }

  indLineR24SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  140 }

  indLineR24SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  141 }

  indLineR24SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  142 }

  indLineR24SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  143 }

  indLineR24SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  144 }

  indLineR24SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  150 }

  indLineR24SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  151 }

  indLineR24SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  152 }

  indLineR24SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  153 }

  indLineR24SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  154 }

  indLineR24SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  155 }

  indLineR24SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  156 }

  indLineR24SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  157 }

  indLineR24SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  158 }

  indLineR24SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  159 }

  indLineR24SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  160 }

  indLineR24SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  161 }

  indLineR24SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  162 }

  indLineR24SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  163 }

  indLineR24SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  164 }

  indLineR24SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  165 }

  indLineR24SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  166 }

  indLineR24SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  167 }

  indLineR24SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  168 }

  indLineR24SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  169 }

  indLineR24SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  170 }

  indLineR24SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  171 }

  indLineR24SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  172 }

  indLineR24SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  173 }

  indLineR24SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  174 }

  indLineR24SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  175 }

  indLineR24SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  176 }

  indLineR24SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  177 }

  indLineR24SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  178 }

  indLineR24SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  179 }

  indLineR24SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  180 }

  indLineR24SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  181 }

  indLineR24SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  182 }

  indLineR24SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  183 }

  indLineR24SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  184 }

  indLineR24SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  185 }

  indLineR24SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  186 }

  indLineR24SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  187 }

  indLineR24SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  188 }

  indLineR24SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  189 }

  indLineR24SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  190 }

  indLineR24SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  191 }

  indLineR24SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  192 }

  indLineR24SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  193 }

  indLineR24SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  194 }

  indLineR24LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR24Entry  195 }

  indLineR24CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR24Entry  196 }

  indLineR24CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR24Entry  197 }

  indLineR24CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR24Entry  198 }

  indLineR24EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR24Entry  199 }

  indLineR24SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  207 }

  indLineR24SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  208 }

  indLineR24SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  209 }

  indLineR24SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  210 }

  indLineR24SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  211 }

  indLineR24SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  212 }

  indLineR24SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  213 }

  indLineR24SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  214 }

  indLineSDActR24SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  216 }

  indLineSDDefR24SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR24Entry  217 }

  indLineR24SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  218 }

  indLineR24SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  224 }

  indLineR24SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  225 }

  indLineR24SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  226 }

  indLineR24SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  227 }

  indLineR24SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  228 }

  indLineR24SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  229 }

  indLineR24SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  230 }

  indLineR24SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  231 }

  indLineR24SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  232 }

  indLineR24SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  233 }

  indLineR24SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  234 }

  indLineR24SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  235 }

  indLineR24SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  236 }

  indLineR24SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  237 }

  indLineR24SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  238 }

  indLineR24SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  239 }

  indLineR24SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  240 }

  indLineR24SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  241 }

  indLineR24SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  242 }

  indLineR24SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  243 }

  indLineR24SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  244 }

  indLineR24SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  245 }

  indLineR24SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  246 }

  indLineR24SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  247 }

  indLineR24SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  248 }

  indLineR24SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  249 }

  indLineR24SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  250 }

  indLineR24SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  251 }

  indLineR24SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  252 }

  indLineR24SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  253 }

  indLineR24SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  254 }

  indLineR24SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  255 }

  indLineR24SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  256 }

  indLineR24SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  257 }

  indLineR24SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  258 }

  indLineR24SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  259 }

  indLineR24SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  260 }

  indLineR24SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  261 }

  indLineR24SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  262 }

  indLineR24SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  263 }

  indLineR24SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  264 }

  indLineR24SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  265 }

  indLineR24SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  266 }

  indLineR24SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  267 }

  indLineR24SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  268 }

  indLineR24T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR24Entry  269 }

  indLineR24T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR24Entry  270 }

  indLineR24T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR24Entry  271 }

  indLineR24T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR24Entry  272 }

  indLineR24T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR24Entry  273 }

  indLineR24T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR24Entry  274 }

  indLineR24T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR24Entry  275 }

  indLineR24T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR24Entry  276 }

  indLineR24SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  285 }

  indLineR24SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  286 }

  indLineR24SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  287 }

  indLineR24SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  301 }

  indLineR24SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  302 }

  indLineR24SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  303 }

  indLineR24CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR24Entry  304 }

  indLineR24SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  305 }

  indLineR24SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  306 }

  indLineR24SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  307 }

  indLineR24CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR24Entry  308 }

  indLineR24FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR24Entry  309 }

  indLineR24CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR24Entry  310 }

  indLineR24SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR24Entry  311 }

  indLineR24SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  312 }

  indLineR24SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  313 }

  indLineR24SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  314 }

  indLineR24SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  315 }

  indLineR24SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  316 }

  indLineR24SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  317 }

  indLineR24SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  318 }

  indLineR24SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  319 }

  indLineSDActR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  321 }

  indLineSDDefR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR24Entry  322 }

  indLineR24SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  323 }

  indLineR24MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR24Entry  328 }

  indLineR24MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR24Entry  329 }

  indLineR24SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  330 }

  indLineR24SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  331 }

  indLineR24SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  332 }

  indLineR24ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR24Entry  333 }

  indLineR24SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR24Entry  346 }

  indLineR24SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  347 }

  indLineR24SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  348 }

  indLineR24SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  349 }

  indLineR24SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  350 }

  indLineR24SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  351 }

  indLineR24SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  352 }

  indLineR24PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR24Entry  353 }

  indLineR24SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  354 }

  indLineR24SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  355 }

  indLineR24SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  356 }

  indLineR24SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  357 }

  indLineR24SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  358 }

  indLineR24SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  359 }

  indLineR24SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  360 }

  indLineR24SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  361 }

  indLineSDActR24SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  363 }

  indLineSDDefR24SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR24Entry  364 }

  indLineR24SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  365 }

  indLineR24SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR24Entry  370 }

  indLineR24I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR24Entry  371 }

  indLineR24I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR24Entry  372 }

  indLineR24I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR24Entry  373 }

  indLineR24SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  375 }

  indLineR24SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  376 }

  indLineR24SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  377 }

  indLineR24SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  378 }

  indLineR24SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  379 }

  indLineR24SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  380 }

  indLineR24SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  381 }

  indLineR24SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  382 }

  indLineR24SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  383 }

  indLineR24CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR24Entry  390 }

  indLineR24CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR24Entry  391 }

  indLineR24CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR24Entry  392 }

  indLineR24CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR24Entry  393 }

  indLineR24CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR24Entry  394 }

  indLineR24I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR24Entry  395 }

  indLineR24I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR24Entry  396 }

  indLineR24I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR24Entry  397 }

  indLineR24I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR24Entry  398 }

  indLineR24TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR24Entry  399 }

  indLineR24I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR24Entry  400 }

  indLineR24I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR24Entry  401 }

  indLineR24I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR24Entry  402 }

  indLineR24FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR24Entry  403 }

  indLineR24ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR24Entry  404 }

  indLineR24AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR24Entry  405 }

  indLineR24SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  406 }

  indLineR24SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  407 }

  indLineR24SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  408 }

  indLineR24StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR24Entry  409 }

  indLineR24SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR24Entry  410 }

  indLineR24DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR24Entry  411 }

  indLineR24DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR24Entry  412 }

  indLineR24DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR24Entry  413 }

  indLineR24DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR24Entry  414 }

  indLineR24DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR24Entry  415 }

  indLineR24I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR24Entry  416 }

  indLineR24I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR24Entry  417 }

  indLineR24I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR24Entry  418 }

  indLineR24I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR24Entry  419 }

  indLineR24DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR24Entry  420 }

  indLineR24DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR24Entry  421 }

  indLineR24DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR24Entry  422 }

  indLineR24DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR24Entry  423 }

  indLineR24DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR24Entry  424 }

  indLineR24I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  425 }

  indLineR24I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  426 }

  indLineR24I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  427 }

  indLineR24I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR24Entry  428 }

  indLineR24DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR24Entry  429 }

  indLineR24DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR24Entry  430 }

  indLineR24DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR24Entry  431 }

  indLineR24DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR24Entry  432 }

  indLineR24NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR24Entry  433 }

  indLineR24SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  434 }

  indLineR24SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  435 }

  indLineR24SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  436 }

  indLineR24AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR24Entry  437 }

  indLineR24I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR24Entry  438 }

  indLineR24SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  439 }

  indLineR24SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR24Entry  440 }

  indLineR24SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR24Entry  441 }

  indLineR24PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR24Entry  442 }

  indLineR24ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR24Entry  443 }

  indLineR24ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR24Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  bGLineR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2257 }

  bGLineR24Entry OBJECT-TYPE
    SYNTAX       BGLineR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR24NEConn,
             bGLineR24NetwkElement,
             bGLineR24CFSIx,
             bGLineR24GpIx,
             bGLineR24FirstDirNum,
             bGLineR24DirNum }
    ::= {  bGLineR24Table  1  }

  BGLineR24Entry  ::=  SEQUENCE
  {
    bGLineR24NEConn                    Unsigned32,
    bGLineR24NetwkElement              DisplayString,
    bGLineR24CFSIx                     Unsigned32,
    bGLineR24GpIx                      Unsigned32,
    bGLineR24FirstDirNum               DisplayString,
    bGLineR24DirNum                    DisplayString,
    bGLineR24PresNum                   DisplayString,
    bGLineR24ClgPartyNum               DisplayString,
    bGLineR24IntercomDialingCode       DisplayString,
    bGLineR24NumStatus                 INTEGER,
    bGLineR24PortedExchangeID          DisplayString,
    bGLineR24T1I1AccDevNEConn          Unsigned32,
    bGLineR24T1I2AccDevNetwkElement    DisplayString,
    bGLineR24T1I3AccDevCFSIx           Unsigned32,
    bGLineR24T1I4AccDevGatewayIx       Unsigned32,
    bGLineR24T1I5AccDevDeviceIx        Unsigned32,
    bGLineR24T2I1AccDevNEConn          Unsigned32,
    bGLineR24T2I2AccDevNetwkElement    DisplayString,
    bGLineR24T2I3AccDevCFSIx           Unsigned32,
    bGLineR24T2I4AccDevGatewayIx       Unsigned32,
    bGLineR24T2I5AccDevDeviceIx        Unsigned32,
    bGLineR24AccessLineNum             Unsigned32,
    bGLineR24SignalFunctionCode        INTEGER,
    bGLineR24LineUsage                 INTEGER,
    bGLineR24FSKFormat                 INTEGER,
    bGLineR24PIN                       DisplayString,
    bGLineR24LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR24DigitMaskingReqd          INTEGER,
    bGLineR24OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR24OrigingFacilityMarksADC   INTEGER,
    bGLineR24TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR24TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR24ActYear                   Unsigned32,
    bGLineR24ActMonth                  Unsigned32,
    bGLineR24ActDate                   Unsigned32,
    bGLineR24LastInCallClgType         INTEGER,
    bGLineR24LastInCallUniqueNum       INTEGER,
    bGLineR24LastInCallClgNum          DisplayString,
    bGLineR24LastInCallClgPresNum      DisplayString,
    bGLineR24LastInCallTimeCall        Unsigned32,
    bGLineR24LastInCallCallerWaited    INTEGER,
    bGLineR24LastInCallCallAnswrd      INTEGER,
    bGLineR24LastInCallCallTraced      INTEGER,
    bGLineR24AlrmState                 INTEGER,
    bGLineR24AlrmLogCorr               Counter64,
    bGLineR24AddtlAlrmLogCorr          Counter64,
    bGLineR24AlrmEvtsAttnRq            Unsigned32,
    bGLineR24AlrmEvtsAtndDp            Unsigned32,
    bGLineR24AlrmStateTimestamp        Unsigned32,
    bGLineR24ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR24ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR24ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR24ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR24DiagsLogLvl               INTEGER,
    bGLineR24DiagsAPITraceEnabled      INTEGER,
    bGLineR24DiagsAPITraceTag          DisplayString,
    bGLineR24DiagsAPITraceRemNum       DisplayString,
    bGLineR24SummaryChldAlrmState      INTEGER,
    bGLineR24ExportNumObjectsExported  Integer32,
    bGLineR24ExportStatus              DisplayString,
    bGLineR24ExportFile                DisplayString,
    bGLineR24ExportCorr                Counter64,
    bGLineR24ExportCorrNode            DisplayString,
    bGLineR24ExportCorrUID             DisplayString,
    bGLineR24DoExtraActions            INTEGER,
    bGLineR24RowStatus                 RowStatus,
    bGLineR24MovedToDirNum             DisplayString,
    bGLineR24CustInfo                  DisplayString,
    bGLineR24SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR24SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR24SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR24SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR24SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR24SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR24SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR24SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR24SDUseDefSubGpBusLine      INTEGER,
    bGLineR24SigType                   INTEGER,
    bGLineR24I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR24I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR24I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR24I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR24I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR24ISDNDefBearerCapabilities BITS,
    bGLineR24SIPUserName               DisplayString,
    bGLineR24SIPDomainName             DisplayString,
    bGLineR24UseStaticNATMapping       INTEGER,
    bGLineR24SIPRegistrationStatus     INTEGER,
    bGLineR24SIPAuthenticationReqd     INTEGER,
    bGLineR24NewSIPPassword            DisplayString,
    bGLineR24ConfirmNewSIPPassword     DisplayString,
    bGLineR24SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR24SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR24SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR24SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR24SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR24SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR24GR303NailedUpConn         INTEGER,
    bGLineR24MultipleAppearanceDirNum  DisplayString,
    bGLineR24AllowDirectDialing        INTEGER,
    bGLineR24CustInfo2                 DisplayString,
    bGLineR24CustInfo3                 DisplayString,
    bGLineR24CustInfo4                 DisplayString,
    bGLineR24CustInfo5                 DisplayString,
    bGLineR24CustInfo6                 DisplayString,
    bGLineR24RecentlyMovedFromOldNum   INTEGER,
    bGLineR24MovedFromDirNum           DisplayString,
    bGLineR24ConnectCallAfterAnnounce  INTEGER,
    bGLineR24ChargeNum                 DisplayString,
    bGLineR24I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR24I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR24I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR24I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR24PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR24GR303DialType             INTEGER,
    bGLineR24LastOutCallCldType        INTEGER,
    bGLineR24LastOutCallCldNum         DisplayString,
    bGLineR24LastOutCallNumPres        INTEGER,
    bGLineR24LastOutCallCallType       INTEGER,
    bGLineR24LastOutCallDirectDialed   INTEGER,
    bGLineR24LastOutCallCarr           DisplayString,
    bGLineR24I1PerProfNEConn           Unsigned32,
    bGLineR24I2PerProfNetwkElement     DisplayString,
    bGLineR24I3PerProfCFSIx            Unsigned32,
    bGLineR24I4PerProfGpIx             Unsigned32,
    bGLineR24UseDNIdentification       INTEGER,
    bGLineR24SDActLongDistanceCarr     DisplayString,
    bGLineR24SDDefLongDistanceCarr     DisplayString,
    bGLineR24SDUseDefLongDistanceCarr  INTEGER,
    bGLineR24SDActIntraLATACarr        DisplayString,
    bGLineR24SDDefIntraLATACarr        DisplayString,
    bGLineR24SDUseDefIntraLATACarr     INTEGER,
    bGLineR24SDActIntnatlCarr          DisplayString,
    bGLineR24SDDefIntnatlCarr          DisplayString,
    bGLineR24SDUseDefIntnatlCarr       INTEGER,
    bGLineR24SDActRtgAttrs             BITS,
    bGLineR24SDDefRtgAttrs             BITS,
    bGLineR24SDUseDefRtgAttrs          INTEGER,
    bGLineR24SDActTimezone             INTEGER,
    bGLineR24SDDefTimezone             INTEGER,
    bGLineR24SDUseDefTimezone          INTEGER,
    bGLineR24SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR24SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR24SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR24SDActLCC1                 INTEGER,
    bGLineR24SDDefLCC1                 INTEGER,
    bGLineR24SDUseDefLCC1              INTEGER,
    bGLineR24SDActLCC2                 INTEGER,
    bGLineR24SDDefLCC2                 INTEGER,
    bGLineR24SDUseDefLCC2              INTEGER,
    bGLineR24SDActLCC3                 INTEGER,
    bGLineR24SDDefLCC3                 INTEGER,
    bGLineR24SDUseDefLCC3              INTEGER,
    bGLineR24SDActLCC4                 INTEGER,
    bGLineR24SDDefLCC4                 INTEGER,
    bGLineR24SDUseDefLCC4              INTEGER,
    bGLineR24SDActLCC5                 INTEGER,
    bGLineR24SDDefLCC5                 INTEGER,
    bGLineR24SDUseDefLCC5              INTEGER,
    bGLineR24SDActMaxCallAppearances   Unsigned32,
    bGLineR24SDDefMaxCallAppearances   Unsigned32,
    bGLineR24SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR24SDActTariffGp             INTEGER,
    bGLineR24SDDefTariffGp             INTEGER,
    bGLineR24SDUseDefTariffGp          INTEGER,
    bGLineR24SDActForceLNPLookup       INTEGER,
    bGLineR24SDDefForceLNPLookup       INTEGER,
    bGLineR24SDUseDefForceLNPLookup    INTEGER,
    bGLineR24LineTrafficStudy          INTEGER,
    bGLineR24MLHGIx                    Unsigned32,
    bGLineR24MLHGMemberIx              Unsigned32,
    bGLineR24CallListsMissedCalls      LongDisplayString,
    bGLineR24CallListsAnswrdCalls      LongDisplayString,
    bGLineR24CallListsDialedCalls      LongDisplayString,
    bGLineR24EnabledDate               Unsigned32,
    bGLineR24SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR24SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR24SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR24SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR24SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR24SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR24SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR24SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR24SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR24SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR24SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR24SDActLCC6                 INTEGER,
    bGLineR24SDDefLCC6                 INTEGER,
    bGLineR24SDUseDefLCC6              INTEGER,
    bGLineR24SDActLCC7                 INTEGER,
    bGLineR24SDDefLCC7                 INTEGER,
    bGLineR24SDUseDefLCC7              INTEGER,
    bGLineR24SDActLCC8                 INTEGER,
    bGLineR24SDDefLCC8                 INTEGER,
    bGLineR24SDUseDefLCC8              INTEGER,
    bGLineR24SDActLCC9                 INTEGER,
    bGLineR24SDDefLCC9                 INTEGER,
    bGLineR24SDUseDefLCC9              INTEGER,
    bGLineR24SDActLCC10                INTEGER,
    bGLineR24SDDefLCC10                INTEGER,
    bGLineR24SDUseDefLCC10             INTEGER,
    bGLineR24SDActLCC11                INTEGER,
    bGLineR24SDDefLCC11                INTEGER,
    bGLineR24SDUseDefLCC11             INTEGER,
    bGLineR24SDActLCC12                INTEGER,
    bGLineR24SDDefLCC12                INTEGER,
    bGLineR24SDUseDefLCC12             INTEGER,
    bGLineR24SDActLCC13                INTEGER,
    bGLineR24SDDefLCC13                INTEGER,
    bGLineR24SDUseDefLCC13             INTEGER,
    bGLineR24SDActLCC14                INTEGER,
    bGLineR24SDDefLCC14                INTEGER,
    bGLineR24SDUseDefLCC14             INTEGER,
    bGLineR24SDActLCC15                INTEGER,
    bGLineR24SDDefLCC15                INTEGER,
    bGLineR24SDUseDefLCC15             INTEGER,
    bGLineR24SDActLCC16                INTEGER,
    bGLineR24SDDefLCC16                INTEGER,
    bGLineR24SDUseDefLCC16             INTEGER,
    bGLineR24SDActLCC17                INTEGER,
    bGLineR24SDDefLCC17                INTEGER,
    bGLineR24SDUseDefLCC17             INTEGER,
    bGLineR24SDActLCC18                INTEGER,
    bGLineR24SDDefLCC18                INTEGER,
    bGLineR24SDUseDefLCC18             INTEGER,
    bGLineR24SDActLCC19                INTEGER,
    bGLineR24SDDefLCC19                INTEGER,
    bGLineR24SDUseDefLCC19             INTEGER,
    bGLineR24SDActLCC20                INTEGER,
    bGLineR24SDDefLCC20                INTEGER,
    bGLineR24SDUseDefLCC20             INTEGER,
    bGLineR24T1I1GatewayNEConn         Unsigned32,
    bGLineR24T1I2GatewayNetwkElement   DisplayString,
    bGLineR24T1I3GatewayCFSIx          Unsigned32,
    bGLineR24T1I4GatewayGatewayIx      Unsigned32,
    bGLineR24T2I1GatewayNEConn         Unsigned32,
    bGLineR24T2I2GatewayNetwkElement   DisplayString,
    bGLineR24T2I3GatewayCFSIx          Unsigned32,
    bGLineR24T2I4GatewayGatewayIx      Unsigned32,
    bGLineR24I1DepartmentNEConn        Unsigned32,
    bGLineR24I2DepartmentNetwkElement  DisplayString,
    bGLineR24I3DepartmentCFSIx         Unsigned32,
    bGLineR24I4DepartmentGpIx          Unsigned32,
    bGLineR24I5DepartmentDepartmentIx  Unsigned32,
    bGLineR24DepartmentOtherVals       INTEGER,
    bGLineR24SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR24SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR24SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR24SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR24SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR24SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR24CurrNumRegistrations      Integer32,
    bGLineR24SDActVQMCallLogging       INTEGER,
    bGLineR24SDDefVQMCallLogging       INTEGER,
    bGLineR24SDUseDefVQMCallLogging    INTEGER,
    bGLineR24DiagLogCorr               Counter64,
    bGLineR24FaultMonitoringLvl        INTEGER,
    bGLineR24SIPPassword               DisplayString,
    bGLineR24SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR24SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR24SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR24SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR24SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR24SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR24SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR24SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR24SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR24SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR24SDUseDefNetwkNode         INTEGER,
    bGLineR24MovedToNumAsDialed        DisplayString,
    bGLineR24MovedDate                 Unsigned32,
    bGLineR24SDActExpireAfter          Unsigned32,
    bGLineR24SDDefExpireAfter          Unsigned32,
    bGLineR24SDUseDefExpireAfter       INTEGER,
    bGLineR24ExpiryDate                Unsigned32,
    bGLineR24SASHostname               LongDisplayString,
    bGLineR24SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR24SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR24SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR24SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR24SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR24SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR24SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR24SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR24SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR24SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR24SDUseDefESAProtDom        INTEGER,
    bGLineR24I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR24I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR24I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR24SDActSubTimezone          LongDisplayString,
    bGLineR24SDDefSubTimezone          LongDisplayString,
    bGLineR24SDUseDefSubTimezone       INTEGER,
    bGLineR24SDActChargeInd            INTEGER,
    bGLineR24SDDefChargeInd            INTEGER,
    bGLineR24SDUseDefChargeInd         INTEGER,
    bGLineR24SDActSubClgCategory       INTEGER,
    bGLineR24SDDefSubClgCategory       INTEGER,
    bGLineR24SDUseDefSubClgCategory    INTEGER,
    bGLineR24CustomerInfoFirstName     LongDisplayString,
    bGLineR24CustomerInfoSecondName    LongDisplayString,
    bGLineR24CustomerInfoOtherNames    LongDisplayString,
    bGLineR24CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR24CustomerInfoSurname       LongDisplayString,
    bGLineR24SDActBusGpLinePrivileges  Unsigned32,
    bGLineR24SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR24SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR24I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR24I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR24I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR24I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR24TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR24I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR24I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR24I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR24FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR24ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR24AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR24SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR24SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR24SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR24StatisticsAlrms           Integer32,
    bGLineR24TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR24NumBlockDevTwinning       INTEGER,
    bGLineR24ACDServLvl                INTEGER,
    bGLineR24ACDAvail                  INTEGER,
    bGLineR24I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR24I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR24I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR24I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR24I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR24ACDDspCd                  INTEGER,
    bGLineR24NoUserEquipment           INTEGER,
    bGLineR24SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR24SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR24SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR24AllowRehoming             INTEGER,
    bGLineR24I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR24PreSubscribedConn         INTEGER,
    bGLineR24LoggedInMLHGs             LongDisplayString,
    bGLineR24ExportIncASRepData        INTEGER,
    bGLineR24ExportChldObjectsToInc    INTEGER
  }

  bGLineR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR24Entry  1 }

  bGLineR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR24Entry  2 }

  bGLineR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR24Entry  3 }

  bGLineR24GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR24Entry  4 }

  bGLineR24FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR24Entry  5 }

  bGLineR24DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR24Entry  6 }

  bGLineR24PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  7 }

  bGLineR24ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  8 }

  bGLineR24IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR24Entry  9 }

  bGLineR24NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR24Entry  10 }

  bGLineR24PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  11 }

  bGLineR24T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR24Entry  12 }

  bGLineR24T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR24Entry  13 }

  bGLineR24T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR24Entry  14 }

  bGLineR24T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR24Entry  15 }

  bGLineR24T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR24Entry  16 }

  bGLineR24T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR24Entry  17 }

  bGLineR24T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR24Entry  18 }

  bGLineR24T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR24Entry  19 }

  bGLineR24T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR24Entry  20 }

  bGLineR24T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR24Entry  21 }

  bGLineR24AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  22 }

  bGLineR24SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR24Entry  23 }

  bGLineR24LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR24Entry  24 }

  bGLineR24FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  25 }

  bGLineR24PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR24Entry  26 }

  bGLineR24LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR24Entry  27 }

  bGLineR24DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  28 }

  bGLineR24OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  30 }

  bGLineR24OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  32 }

  bGLineR24TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  33 }

  bGLineR24TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  34 }

  bGLineR24ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR24Entry  36 }

  bGLineR24ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR24Entry  37 }

  bGLineR24ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR24Entry  38 }

  bGLineR24LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR24Entry  39 }

  bGLineR24LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR24Entry  40 }

  bGLineR24LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR24Entry  41 }

  bGLineR24LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR24Entry  42 }

  bGLineR24LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR24Entry  43 }

  bGLineR24LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR24Entry  44 }

  bGLineR24LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR24Entry  45 }

  bGLineR24LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR24Entry  46 }

  bGLineR24AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR24Entry  47 }

  bGLineR24AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR24Entry  48 }

  bGLineR24AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR24Entry  49 }

  bGLineR24AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR24Entry  50 }

  bGLineR24AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR24Entry  51 }

  bGLineR24AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR24Entry  52 }

  bGLineR24ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR24Entry  53 }

  bGLineR24ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR24Entry  54 }

  bGLineR24ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR24Entry  55 }

  bGLineR24ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR24Entry  56 }

  bGLineR24DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR24Entry  57 }

  bGLineR24DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  58 }

  bGLineR24DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR24Entry  59 }

  bGLineR24DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR24Entry  60 }

  bGLineR24SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR24Entry  61 }

  bGLineR24ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR24Entry  62 }

  bGLineR24ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR24Entry  63 }

  bGLineR24ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR24Entry  64 }

  bGLineR24ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR24Entry  65 }

  bGLineR24ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR24Entry  66 }

  bGLineR24ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR24Entry  67 }

  bGLineR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR24Entry  68 }

  bGLineR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR24Entry  69 }

  bGLineR24MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR24Entry  70 }

  bGLineR24CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR24Entry  71 }

  bGLineR24SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  72 }

  bGLineR24SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  73 }

  bGLineR24SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  74 }

  bGLineR24SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  75 }

  bGLineR24SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  76 }

  bGLineR24SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  77 }

  bGLineR24SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  78 }

  bGLineR24SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR24Entry  79 }

  bGLineR24SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  80 }

  bGLineR24SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR24Entry  81 }

  bGLineR24I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR24Entry  82 }

  bGLineR24I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR24Entry  83 }

  bGLineR24I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR24Entry  84 }

  bGLineR24I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR24Entry  85 }

  bGLineR24I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR24Entry  86 }

  bGLineR24ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR24Entry  87 }

  bGLineR24SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  88 }

  bGLineR24SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  89 }

  bGLineR24UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR24Entry  90 }

  bGLineR24SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR24Entry  91 }

  bGLineR24SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR24Entry  92 }

  bGLineR24NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR24Entry  93 }

  bGLineR24ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR24Entry  94 }

  bGLineR24SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  96 }

  bGLineR24SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  97 }

  bGLineR24SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  98 }

  bGLineR24SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  100 }

  bGLineR24SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  101 }

  bGLineR24SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  102 }

  bGLineR24GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR24Entry  103 }

  bGLineR24MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR24Entry  104 }

  bGLineR24AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR24Entry  105 }

  bGLineR24CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR24Entry  106 }

  bGLineR24CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR24Entry  107 }

  bGLineR24CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR24Entry  108 }

  bGLineR24CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR24Entry  109 }

  bGLineR24CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR24Entry  110 }

  bGLineR24RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  111 }

  bGLineR24MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR24Entry  112 }

  bGLineR24ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  113 }

  bGLineR24ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR24Entry  114 }

  bGLineR24I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR24Entry  123 }

  bGLineR24I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR24Entry  124 }

  bGLineR24I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR24Entry  125 }

  bGLineR24I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR24Entry  126 }

  bGLineR24PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR24Entry  127 }

  bGLineR24GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR24Entry  133 }

  bGLineR24LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR24Entry  137 }

  bGLineR24LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR24Entry  138 }

  bGLineR24LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR24Entry  139 }

  bGLineR24LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR24Entry  140 }

  bGLineR24LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR24Entry  141 }

  bGLineR24LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR24Entry  142 }

  bGLineR24I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR24Entry  158 }

  bGLineR24I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR24Entry  159 }

  bGLineR24I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR24Entry  160 }

  bGLineR24I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR24Entry  161 }

  bGLineR24UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR24Entry  162 }

  bGLineR24SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  163 }

  bGLineR24SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  164 }

  bGLineR24SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  165 }

  bGLineR24SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  166 }

  bGLineR24SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  167 }

  bGLineR24SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  168 }

  bGLineR24SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  169 }

  bGLineR24SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  170 }

  bGLineR24SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  171 }

  bGLineR24SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  172 }

  bGLineR24SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  173 }

  bGLineR24SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  174 }

  bGLineR24SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  175 }

  bGLineR24SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  176 }

  bGLineR24SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  177 }

  bGLineR24SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  178 }

  bGLineR24SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  179 }

  bGLineR24SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  180 }

  bGLineR24SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  181 }

  bGLineR24SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  182 }

  bGLineR24SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  183 }

  bGLineR24SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  184 }

  bGLineR24SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  185 }

  bGLineR24SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  186 }

  bGLineR24SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  187 }

  bGLineR24SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  188 }

  bGLineR24SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  189 }

  bGLineR24SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  190 }

  bGLineR24SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  191 }

  bGLineR24SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  192 }

  bGLineR24SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  193 }

  bGLineR24SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  194 }

  bGLineR24SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  195 }

  bGLineR24SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  200 }

  bGLineR24SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  201 }

  bGLineR24SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  202 }

  bGLineR24SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  203 }

  bGLineR24SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  204 }

  bGLineR24SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  205 }

  bGLineR24SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  206 }

  bGLineR24SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  207 }

  bGLineR24SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  208 }

  bGLineR24LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR24Entry  209 }

  bGLineR24MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR24Entry  210 }

  bGLineR24MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR24Entry  211 }

  bGLineR24CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR24Entry  212 }

  bGLineR24CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR24Entry  213 }

  bGLineR24CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR24Entry  214 }

  bGLineR24EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR24Entry  215 }

  bGLineR24SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  223 }

  bGLineR24SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  224 }

  bGLineR24SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  225 }

  bGLineR24SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  226 }

  bGLineR24SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  227 }

  bGLineR24SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  228 }

  bGLineR24SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  229 }

  bGLineR24SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  230 }

  bGLineSDActR24SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  232 }

  bGLineSDDefR24SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR24Entry  233 }

  bGLineR24SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  234 }

  bGLineR24SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  240 }

  bGLineR24SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  241 }

  bGLineR24SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  242 }

  bGLineR24SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  243 }

  bGLineR24SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  244 }

  bGLineR24SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  245 }

  bGLineR24SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  246 }

  bGLineR24SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  247 }

  bGLineR24SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  248 }

  bGLineR24SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  249 }

  bGLineR24SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  250 }

  bGLineR24SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  251 }

  bGLineR24SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  252 }

  bGLineR24SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  253 }

  bGLineR24SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  254 }

  bGLineR24SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  255 }

  bGLineR24SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  256 }

  bGLineR24SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  257 }

  bGLineR24SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  258 }

  bGLineR24SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  259 }

  bGLineR24SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  260 }

  bGLineR24SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  261 }

  bGLineR24SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  262 }

  bGLineR24SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  263 }

  bGLineR24SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  264 }

  bGLineR24SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  265 }

  bGLineR24SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  266 }

  bGLineR24SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  267 }

  bGLineR24SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  268 }

  bGLineR24SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  269 }

  bGLineR24SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  270 }

  bGLineR24SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  271 }

  bGLineR24SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  272 }

  bGLineR24SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  273 }

  bGLineR24SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  274 }

  bGLineR24SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  275 }

  bGLineR24SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  276 }

  bGLineR24SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  277 }

  bGLineR24SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  278 }

  bGLineR24SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  279 }

  bGLineR24SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  280 }

  bGLineR24SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  281 }

  bGLineR24SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  282 }

  bGLineR24SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  283 }

  bGLineR24SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  284 }

  bGLineR24T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR24Entry  285 }

  bGLineR24T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR24Entry  286 }

  bGLineR24T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR24Entry  287 }

  bGLineR24T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR24Entry  288 }

  bGLineR24T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR24Entry  289 }

  bGLineR24T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR24Entry  290 }

  bGLineR24T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR24Entry  291 }

  bGLineR24T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR24Entry  292 }

  bGLineR24I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR24Entry  294 }

  bGLineR24I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR24Entry  295 }

  bGLineR24I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR24Entry  296 }

  bGLineR24I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR24Entry  297 }

  bGLineR24I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR24Entry  298 }

  bGLineR24DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR24Entry  299 }

  bGLineR24SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  306 }

  bGLineR24SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  307 }

  bGLineR24SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  308 }

  bGLineR24SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  314 }

  bGLineR24SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  315 }

  bGLineR24SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  316 }

  bGLineR24CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR24Entry  319 }

  bGLineR24SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  324 }

  bGLineR24SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  325 }

  bGLineR24SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  326 }

  bGLineR24DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR24Entry  327 }

  bGLineR24FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR24Entry  328 }

  bGLineR24SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR24Entry  329 }

  bGLineR24SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  330 }

  bGLineR24SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  331 }

  bGLineR24SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  332 }

  bGLineR24SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  333 }

  bGLineR24SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  334 }

  bGLineR24SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  335 }

  bGLineR24SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  336 }

  bGLineR24SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  337 }

  bGLineSDActR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  339 }

  bGLineSDDefR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR24Entry  340 }

  bGLineR24SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  341 }

  bGLineR24MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR24Entry  346 }

  bGLineR24MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR24Entry  347 }

  bGLineR24SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  348 }

  bGLineR24SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  349 }

  bGLineR24SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  350 }

  bGLineR24ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR24Entry  351 }

  bGLineR24SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR24Entry  368 }

  bGLineR24SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  370 }

  bGLineR24SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  371 }

  bGLineR24SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  372 }

  bGLineR24SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  373 }

  bGLineR24SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  374 }

  bGLineR24SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  375 }

  bGLineR24SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  376 }

  bGLineR24SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  377 }

  bGLineSDActR24SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  379 }

  bGLineSDDefR24SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR24Entry  380 }

  bGLineR24SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  381 }

  bGLineR24I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR24Entry  390 }

  bGLineR24I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR24Entry  391 }

  bGLineR24I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR24Entry  392 }

  bGLineR24SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  394 }

  bGLineR24SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  395 }

  bGLineR24SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  396 }

  bGLineR24SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  397 }

  bGLineR24SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  398 }

  bGLineR24SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  399 }

  bGLineR24SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  400 }

  bGLineR24SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  401 }

  bGLineR24SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  402 }

  bGLineR24CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR24Entry  410 }

  bGLineR24CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR24Entry  411 }

  bGLineR24CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR24Entry  412 }

  bGLineR24CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR24Entry  413 }

  bGLineR24CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR24Entry  414 }

  bGLineR24SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  415 }

  bGLineR24SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  416 }

  bGLineR24SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  417 }

  bGLineR24I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR24Entry  418 }

  bGLineR24I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR24Entry  419 }

  bGLineR24I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR24Entry  420 }

  bGLineR24I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR24Entry  421 }

  bGLineR24TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR24Entry  422 }

  bGLineR24I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR24Entry  423 }

  bGLineR24I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR24Entry  424 }

  bGLineR24I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR24Entry  425 }

  bGLineR24FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR24Entry  426 }

  bGLineR24ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR24Entry  427 }

  bGLineR24AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR24Entry  428 }

  bGLineR24SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  429 }

  bGLineR24SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  430 }

  bGLineR24SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  431 }

  bGLineR24StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR24Entry  432 }

  bGLineR24TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR24Entry  441 }

  bGLineR24NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR24Entry  442 }

  bGLineR24ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR24Entry  443 }

  bGLineR24ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR24Entry  444 }

  bGLineR24I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR24Entry  445 }

  bGLineR24I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR24Entry  446 }

  bGLineR24I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR24Entry  447 }

  bGLineR24I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR24Entry  448 }

  bGLineR24I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR24Entry  449 }

  bGLineR24ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR24Entry  450 }

  bGLineR24NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR24Entry  451 }

  bGLineR24SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  452 }

  bGLineR24SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR24Entry  453 }

  bGLineR24SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR24Entry  454 }

  bGLineR24AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR24Entry  455 }

  bGLineR24I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR24Entry  456 }

  bGLineR24PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR24Entry  457 }

  bGLineR24LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR24Entry  458 }

  bGLineR24ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR24Entry  459 }

  bGLineR24ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR24Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 9.0.03                                                            */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  netElementR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2258 }

  netElementR14Entry OBJECT-TYPE
    SYNTAX       NetElementR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR14NEConn,
             netElementR14NetwkElement }
    ::= {  netElementR14Table  1  }

  NetElementR14Entry  ::=  SEQUENCE
  {
    netElementR14NEConn                Unsigned32,
    netElementR14NetwkElement          DisplayString,
    netElementR14UniqueSysIdentifier   DisplayString,
    netElementR14PrimaryProcessorCard  INTEGER,
    netElementR14DeactivnMode          INTEGER,
    netElementR14MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR14ActivnState           INTEGER,
    netElementR14PercentageCfgUpload   Unsigned32,
    netElementR14FailEvts              Unsigned32,
    netElementR14Time                  Unsigned32,
    netElementR14SoftwareUpgradeState  INTEGER,
    netElementR14ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR14ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR14ProcAUpLvlVersionLvl  Integer32,
    netElementR14ProcAUpLvlServLvl     Integer32,
    netElementR14ProcAUpLvlBootLvl     Integer32,
    netElementR14ProcABackLvlVersionLvl
                                       Integer32,
    netElementR14ProcABackLvlServLvl   Integer32,
    netElementR14ProcABackLvlBootLvl   Integer32,
    netElementR14ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR14ProcANativeLvlServLvl Integer32,
    netElementR14ProcANativeLvlBootLvl Integer32,
    netElementR14ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR14ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR14ProcBUpLvlVersionLvl  Integer32,
    netElementR14ProcBUpLvlServLvl     Integer32,
    netElementR14ProcBUpLvlBootLvl     Integer32,
    netElementR14ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR14ProcBBackLvlServLvl   Integer32,
    netElementR14ProcBBackLvlBootLvl   Integer32,
    netElementR14ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR14ProcBNativeLvlServLvl Integer32,
    netElementR14ProcBNativeLvlBootLvl Integer32,
    netElementR14EthernetSwitchesCfgd  INTEGER,
    netElementR14ProcAInterface0Act    INTEGER,
    netElementR14ProcAInterface1Act    INTEGER,
    netElementR14ProcAEthSwACont       INTEGER,
    netElementR14ProcAEthSwBCont       INTEGER,
    netElementR14ProcAProcBIntf0ContOver
                                       INTEGER,
    netElementR14ProcAProcBIntf1ContOver
                                       INTEGER,
    netElementR14ProcAMainInternalAddrLocation
                                       INTEGER,
    netElementR14ProcAMainExternalAddrLocation
                                       INTEGER,
    netElementR14ProcAVirtualAddrLocation
                                       INTEGER,
    netElementR14ProcBInterface0Act    INTEGER,
    netElementR14ProcBInterface1Act    INTEGER,
    netElementR14ProcBEthSwACont       INTEGER,
    netElementR14ProcBEthSwBCont       INTEGER,
    netElementR14ProcBProcAIntf0ContOver
                                       INTEGER,
    netElementR14ProcBProcAIntf1ContOver
                                       INTEGER,
    netElementR14ProcBMainInternalAddrLocation
                                       INTEGER,
    netElementR14ProcBMainExternalAddrLocation
                                       INTEGER,
    netElementR14ProcBVirtualAddrLocation
                                       INTEGER,
    netElementR14AlrmState             INTEGER,
    netElementR14AlrmLogCorr           Counter64,
    netElementR14AlrmEvtsAttnRq        Integer32,
    netElementR14AlrmStateTimestamp    Unsigned32,
    netElementR14AlrmResetTimestamp    Unsigned32,
    netElementR14RowStatus             RowStatus,
    netElementR14OperStatus            OperStatus,
    netElementR14GlobalSigIPv4Addr     DisplayString,
    netElementR14GlobalManagementIPAddr
                                       DisplayString,
    netElementR14GlobalCDCIRIIPAddr    DisplayString,
    netElementR14GlobalIPAddr          DisplayString,
    netElementR14NetwkElementType      INTEGER,
    netElementR14ClusterName           DisplayString,
    netElementR14PrimaryServer         INTEGER,
    netElementR14ProcASerialNum        DisplayString,
    netElementR14ProcBSerialNum        DisplayString,
    netElementR14SysType               INTEGER,
    netElementR14ProcAType             INTEGER,
    netElementR14ProcBType             INTEGER,
    netElementR14UX9000SeriesServerASerialNum
                                       DisplayString,
    netElementR14UX9000SeriesServerBSerialNum
                                       DisplayString,
    netElementR14SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR14SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR14SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR14PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR14UX4410ServerASerialNum
                                       DisplayString,
    netElementR14UX4410ServerBSerialNum
                                       DisplayString,
    netElementR14NetwkElementName      DisplayString,
    netElementR14DoExtraActions        INTEGER,
    netElementR14GlobalMediaIPv4Addr   DisplayString,
    netElementR14StatisticsAlrms       Integer32,
    netElementR14GlobalSigIPv6Addr     DisplayString,
    netElementR14GlobalMediaIPv6Addr   DisplayString,
    netElementR14HwProcSigIPv4Addr     DisplayString,
    netElementR14HwProcSigIPv6Addr     DisplayString,
    netElementR14HwProcMdIPv4Addr      DisplayString,
    netElementR14HwProcMdIPv6Addr      DisplayString,
    netElementR14PrimaryProcessor      INTEGER,
    netElementR14PreferredPrimaryLocation
                                       INTEGER,
    netElementR14ProcessorType         INTEGER,
    netElementR14SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR14SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR14SfwrVerNtvLvlServLvl  Integer32,
    netElementR14SfwrVerNtvLvlBootLvl  Integer32,
    netElementR14SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR14SfwrVerUpLvlServLvl   Integer32,
    netElementR14SfwrVerUpLvlBootLvl   Integer32,
    netElementR14SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR14SfwrVerBackLvlServLvl Integer32,
    netElementR14SfwrVerBackLvlBootLvl Integer32,
    netElementR14GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR14HwProcSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR14LicensingLicenseStatus
                                       INTEGER,
    netElementR14LicensingExpiryDate   Unsigned32,
    netElementR14LicensingLicensingAlrmLogCorr
                                       Counter64
  }

  netElementR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR14Entry  1 }

  netElementR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR14Entry  2 }

  netElementR14UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR14Entry  3 }

  netElementR14PrimaryProcessorCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorCardA(0),
                   processorCardB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary processor card'."
    ::= { netElementR14Entry  4 }

  netElementR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR14Entry  5 }

  netElementR14MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR14Entry  6 }

  netElementR14ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR14Entry  7 }

  netElementR14PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR14Entry  8 }

  netElementR14FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR14Entry  9 }

  netElementR14Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR14Entry  10 }

  netElementR14SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR14Entry  11 }

  netElementR14ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR14Entry  12 }

  netElementR14ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR14Entry  13 }

  netElementR14ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR14Entry  14 }

  netElementR14ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR14Entry  15 }

  netElementR14ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR14Entry  16 }

  netElementR14ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR14Entry  17 }

  netElementR14ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR14Entry  18 }

  netElementR14ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR14Entry  19 }

  netElementR14ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR14Entry  20 }

  netElementR14ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR14Entry  21 }

  netElementR14ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR14Entry  22 }

  netElementR14ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR14Entry  23 }

  netElementR14ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR14Entry  24 }

  netElementR14ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR14Entry  25 }

  netElementR14ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR14Entry  26 }

  netElementR14ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR14Entry  27 }

  netElementR14ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR14Entry  28 }

  netElementR14ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR14Entry  29 }

  netElementR14ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR14Entry  30 }

  netElementR14ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR14Entry  31 }

  netElementR14ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR14Entry  32 }

  netElementR14ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR14Entry  33 }

  netElementR14EthernetSwitchesCfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Switches configured'."
    ::= { netElementR14Entry  34 }

  netElementR14ProcAInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 0 status'."
    ::= { netElementR14Entry  35 }

  netElementR14ProcAInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 1 status'."
    ::= { netElementR14Entry  36 }

  netElementR14ProcAEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch A contactable'."
    ::= { netElementR14Entry  37 }

  netElementR14ProcAEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch B contactable'."
    ::= { netElementR14Entry  38 }

  netElementR14ProcAProcBIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 0'."
    ::= { netElementR14Entry  39 }

  netElementR14ProcAProcBIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 1'."
    ::= { netElementR14Entry  40 }

  netElementR14ProcAMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main internal address location'."
    ::= { netElementR14Entry  41 }

  netElementR14ProcAMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main external address location'."
    ::= { netElementR14Entry  42 }

  netElementR14ProcAVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - virtual address location'."
    ::= { netElementR14Entry  43 }

  netElementR14ProcBInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 0 status'."
    ::= { netElementR14Entry  44 }

  netElementR14ProcBInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 1 status'."
    ::= { netElementR14Entry  45 }

  netElementR14ProcBEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch A contactable'."
    ::= { netElementR14Entry  46 }

  netElementR14ProcBEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch B contactable'."
    ::= { netElementR14Entry  47 }

  netElementR14ProcBProcAIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 0'."
    ::= { netElementR14Entry  48 }

  netElementR14ProcBProcAIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 1'."
    ::= { netElementR14Entry  49 }

  netElementR14ProcBMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main internal address location'."
    ::= { netElementR14Entry  50 }

  netElementR14ProcBMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main external address location'."
    ::= { netElementR14Entry  51 }

  netElementR14ProcBVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - virtual address location'."
    ::= { netElementR14Entry  52 }

  netElementR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR14Entry  53 }

  netElementR14AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR14Entry  54 }

  netElementR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR14Entry  55 }

  netElementR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR14Entry  56 }

  netElementR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR14Entry  57 }

  netElementR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR14Entry  58 }

  netElementR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR14Entry  59 }

  netElementR14GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR14Entry  60 }

  netElementR14GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR14Entry  61 }

  netElementR14GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR14Entry  62 }

  netElementR14GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR14Entry  64 }

  netElementR14NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR14Entry  65 }

  netElementR14ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR14Entry  66 }

  netElementR14PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR14Entry  67 }

  netElementR14ProcASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A serial number'."
    ::= { netElementR14Entry  68 }

  netElementR14ProcBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B serial number'."
    ::= { netElementR14Entry  69 }

  netElementR14SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR14Entry  72 }

  netElementR14ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR14Entry  73 }

  netElementR14ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR14Entry  74 }

  netElementR14UX9000SeriesServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server A serial number'."
    ::= { netElementR14Entry  80 }

  netElementR14UX9000SeriesServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server B serial number'."
    ::= { netElementR14Entry  81 }

  netElementR14SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR14Entry  82 }

  netElementR14SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR14Entry  83 }

  netElementR14SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR14Entry  84 }

  netElementR14PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorServerA(0),
                   metaViewDirectorServerB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR14Entry  85 }

  netElementR14UX4410ServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server A serial number'."
    ::= { netElementR14Entry  86 }

  netElementR14UX4410ServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server B serial number'."
    ::= { netElementR14Entry  87 }

  netElementR14NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR14Entry  88 }

  netElementR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR14Entry  99 }

  netElementR14GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR14Entry  100 }

  netElementR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR14Entry  101 }

  netElementR14GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR14Entry  102 }

  netElementR14GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR14Entry  103 }

  netElementR14HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR14Entry  104 }

  netElementR14HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR14Entry  105 }

  netElementR14HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR14Entry  106 }

  netElementR14HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR14Entry  107 }

  netElementR14PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR14Entry  108 }

  netElementR14PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR14Entry  109 }

  netElementR14ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR14Entry  110 }

  netElementR14SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR14Entry  111 }

  netElementR14SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR14Entry  112 }

  netElementR14SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR14Entry  113 }

  netElementR14SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR14Entry  114 }

  netElementR14SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR14Entry  115 }

  netElementR14SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR14Entry  116 }

  netElementR14SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR14Entry  117 }

  netElementR14SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR14Entry  118 }

  netElementR14SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR14Entry  119 }

  netElementR14SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR14Entry  120 }

  netElementR14GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR14Entry  121 }

  netElementR14HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR14Entry  122 }

  netElementR14LicensingLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - license status'."
    ::= { netElementR14Entry  135 }

  netElementR14LicensingExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - expiry date'."
    ::= { netElementR14Entry  136 }

  netElementR14LicensingLicensingAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Licensing - licensing alarm log correlator'."
    ::= { netElementR14Entry  137 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CFS RTP Port'                                               */
-- /* Valid from: 9.0.03                                                            */
-- /*********************************************************************************/

  cFSRTPPortR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSRTPPortR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2259 }

  cFSRTPPortR4Entry OBJECT-TYPE
    SYNTAX       CFSRTPPortR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSRTPPortR4NEConn,
             cFSRTPPortR4NetwkElement,
             cFSRTPPortR4CFSIx,
             cFSRTPPortR4GatewayIx,
             cFSRTPPortR4PortIx }
    ::= {  cFSRTPPortR4Table  1  }

  CFSRTPPortR4Entry  ::=  SEQUENCE
  {
    cFSRTPPortR4NEConn                 Unsigned32,
    cFSRTPPortR4NetwkElement           DisplayString,
    cFSRTPPortR4CFSIx                  Unsigned32,
    cFSRTPPortR4GatewayIx              Unsigned32,
    cFSRTPPortR4PortIx                 Unsigned32,
    cFSRTPPortR4ProviderStatus         INTEGER,
    cFSRTPPortR4DeactivnMode           INTEGER,
    cFSRTPPortR4PortName               DisplayString,
    cFSRTPPortR4Desc                   DisplayString,
    cFSRTPPortR4AlrmState              INTEGER,
    cFSRTPPortR4AlrmStateTimestamp     Unsigned32,
    cFSRTPPortR4AlrmEvtsAttnRqLogCorr  Counter64,
    cFSRTPPortR4AlrmEvtsAttnRq         Unsigned32,
    cFSRTPPortR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cFSRTPPortR4AlrmEvtsAtndDpLogCorr  Counter64,
    cFSRTPPortR4AlrmEvtsAtndDp         Unsigned32,
    cFSRTPPortR4AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    cFSRTPPortR4RowStatus              RowStatus,
    cFSRTPPortR4AdminStatus            AdminStatus,
    cFSRTPPortR4OperStatus             OperStatus,
    cFSRTPPortR4ExportNumObjectsExported
                                       Integer32,
    cFSRTPPortR4ExportStatus           DisplayString,
    cFSRTPPortR4ExportFile             DisplayString,
    cFSRTPPortR4ExportCorr             Counter64,
    cFSRTPPortR4ExportCorrNode         DisplayString,
    cFSRTPPortR4ExportCorrUID          DisplayString,
    cFSRTPPortR4DoExtraActions         INTEGER,
    cFSRTPPortR4SendChooseWildcardWithoutPortName
                                       INTEGER,
    cFSRTPPortR4UseSeparatorCharacterInTermID
                                       INTEGER,
    cFSRTPPortR4SeparatorCharacter     DisplayString,
    cFSRTPPortR4ExportIncASRepData     INTEGER,
    cFSRTPPortR4ExportChldObjectsToInc INTEGER
  }

  cFSRTPPortR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSRTPPortR4Entry  1 }

  cFSRTPPortR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSRTPPortR4Entry  2 }

  cFSRTPPortR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSRTPPortR4Entry  3 }

  cFSRTPPortR4GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { cFSRTPPortR4Entry  4 }

  cFSRTPPortR4PortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { cFSRTPPortR4Entry  5 }

  cFSRTPPortR4ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { cFSRTPPortR4Entry  6 }

  cFSRTPPortR4DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSRTPPortR4Entry  7 }

  cFSRTPPortR4PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { cFSRTPPortR4Entry  8 }

  cFSRTPPortR4Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { cFSRTPPortR4Entry  9 }

  cFSRTPPortR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSRTPPortR4Entry  11 }

  cFSRTPPortR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSRTPPortR4Entry  12 }

  cFSRTPPortR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cFSRTPPortR4Entry  13 }

  cFSRTPPortR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSRTPPortR4Entry  14 }

  cFSRTPPortR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cFSRTPPortR4Entry  15 }

  cFSRTPPortR4AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cFSRTPPortR4Entry  16 }

  cFSRTPPortR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSRTPPortR4Entry  17 }

  cFSRTPPortR4AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { cFSRTPPortR4Entry  18 }

  cFSRTPPortR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cFSRTPPortR4Entry  20 }

  cFSRTPPortR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSRTPPortR4Entry  21 }

  cFSRTPPortR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSRTPPortR4Entry  22 }

  cFSRTPPortR4ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cFSRTPPortR4Entry  23 }

  cFSRTPPortR4ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cFSRTPPortR4Entry  24 }

  cFSRTPPortR4ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cFSRTPPortR4Entry  25 }

  cFSRTPPortR4ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cFSRTPPortR4Entry  26 }

  cFSRTPPortR4ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cFSRTPPortR4Entry  27 }

  cFSRTPPortR4ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cFSRTPPortR4Entry  28 }

  cFSRTPPortR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSRTPPortR4Entry  29 }

  cFSRTPPortR4SendChooseWildcardWithoutPortName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send choose wildcard without port name'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cFSRTPPortR4Entry  30 }

  cFSRTPPortR4UseSeparatorCharacterInTermID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use separator character in termination ID'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cFSRTPPortR4Entry  31 }

  cFSRTPPortR4SeparatorCharacter OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Separator character'.
                  This field is not writable when active."
    DEFVAL       { "/" }
    ::= { cFSRTPPortR4Entry  32 }

  cFSRTPPortR4ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cFSRTPPortR4Entry  33 }

  cFSRTPPortR4ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cFSRTPPortR4Entry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Message Services'                                    */
-- /* Valid from: 9.0.03                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  msgServR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MsgServR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2260 }

  msgServR12Entry OBJECT-TYPE
    SYNTAX       MsgServR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { msgServR12NEConn,
             msgServR12NetwkElement,
             msgServR12CFSIx }
    ::= {  msgServR12Table  1  }

  MsgServR12Entry  ::=  SEQUENCE
  {
    msgServR12NEConn                   Unsigned32,
    msgServR12NetwkElement             DisplayString,
    msgServR12CFSIx                    Unsigned32,
    msgServR12RowStatus                RowStatus,
    msgServR12SupportRemCall           INTEGER,
    msgServR12RemCallEnableCode        DisplayString,
    msgServR12RemCallDisableAllCode    DisplayString,
    msgServR12RemCallDisableOneCode    DisplayString,
    msgServR12RemCallCheckCode         DisplayString,
    msgServR12SupportRegRemCalls       INTEGER,
    msgServR12RegRemCallsEnableCode    DisplayString,
    msgServR12RegRemCallsDisableAllCode
                                       DisplayString,
    msgServR12RegRemCallsDisableOneCode
                                       DisplayString,
    msgServR12RegRemCallsCheckCode     DisplayString,
    msgServR12RemCallNumEngagedRetries Unsigned32,
    msgServR12RemCallRetryInterval     Unsigned32,
    msgServR12SupportVoicemail         INTEGER,
    msgServR12VoicemailAccessCode      DisplayString,
    msgServR12AlrmState                INTEGER,
    msgServR12AlrmLogCorr              Counter64,
    msgServR12AddtlAlrmLogCorr         Counter64,
    msgServR12AlrmEvtsAtndDp           Unsigned32,
    msgServR12AlrmStateTimestamp       Unsigned32,
    msgServR12AlrmResetTimestamp       Unsigned32,
    msgServR12ChldAlrmsAttnRq          Integer32,
    msgServR12ChldAlrmEvtsAttnRq       Integer32,
    msgServR12ChldAlrmsAtndDp          Integer32,
    msgServR12ChldAlrmEvtsAtndDp       Integer32,
    msgServR12SummaryChldAlrmState     INTEGER,
    msgServR12VoicemailInCallXferDly   Unsigned32,
    msgServR12AlrmEvtsAttnRq           Unsigned32,
    msgServR12VoicemailSupportedCallDlvryMethods
                                       BITS,
    msgServR12VoicemailDefCallDlvryMethod
                                       INTEGER,
    msgServR12VoicemailSupportedIndicatorNotifMethods
                                       BITS,
    msgServR12SMDICallDlvryDefNotifMethod
                                       INTEGER,
    msgServR12I1SMDICallDlvryDefVSLineGpNEConn
                                       Unsigned32,
    msgServR12I2SMDICallDlvryDefVSLineGpNetwkElement
                                       DisplayString,
    msgServR12I3SMDICallDlvryDefVSLineGpCFSIx
                                       Unsigned32,
    msgServR12I4SMDICallDlvryDefVSLineGpVSLineGpIx
                                       Unsigned32,
    msgServR12I5SMDICallDlvryDefVSLineGpDirNum
                                       DisplayString,
    msgServR12TDMCallDlvryDefNotifMethod
                                       INTEGER,
    msgServR12TDMCallDlvryDefRetrievalNum
                                       DisplayString,
    msgServR12TDMCallDlvryDefInNum     DisplayString,
    msgServR12SIPCallDlvryDefNotifMethod
                                       INTEGER,
    msgServR12I1SIPCallDlvryDefAppServerNEConn
                                       Unsigned32,
    msgServR12I2SIPCallDlvryDefAppServerNetwkElement
                                       DisplayString,
    msgServR12I3SIPCallDlvryDefAppServerCFSIx
                                       Unsigned32,
    msgServR12I4SIPCallDlvryDefAppServerDirNum
                                       DisplayString,
    msgServR12I1SMDIMsgWtngIndicatorDefSMDILinkNEConn
                                       Unsigned32,
    msgServR12I2SMDIMsgWtngIndicatorDefSMDILinkNetwkElement
                                       DisplayString,
    msgServR12I3SMDIMsgWtngIndicatorDefSMDILinkCFSIx
                                       Unsigned32,
    msgServR12I4SMDIMsgWtngIndicatorDefSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    msgServR12SMDIMsgWtngIndicatorDefSMDILinkOtherVals
                                       INTEGER,
    msgServR12I1TCAPMWISLHRNEConn      Unsigned32,
    msgServR12I2TCAPMWISLHRNetwkElement
                                       DisplayString,
    msgServR12I3TCAPMWISLHRCFSIx       Unsigned32,
    msgServR12I4TCAPMWISLHRServLogicHostRouteIx
                                       Unsigned32,
    msgServR12TCAPMWISLHROtherVals     INTEGER,
    msgServR12TCAPMsgWtngIndicatorDefAuthorizedIDIndicatorControl
                                       DisplayString,
    msgServR12SubIndicatorIndicatorTypes
                                       BITS,
    msgServR12SubIndicatorVisualIndicatorRefreshInterval
                                       INTEGER,
    msgServR12SubIndicatorIndicatorActivn
                                       BITS,
    msgServR12RemCallsMaxNumRemCalls   Unsigned32,
    msgServR12ChldStatisticsAlrms      Integer32,
    msgServR12TotChldAlrmsAttnRq       Unsigned32,
    msgServR12TotChldAlrmEvtsAttnRq    Unsigned32,
    msgServR12TotChldAlrmsAtndDp       Unsigned32,
    msgServR12TotChldAlrmEvtsAtndDp    Unsigned32,
    msgServR12RemCallsUSB              INTEGER
  }

  msgServR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { msgServR12Entry  1 }

  msgServR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { msgServR12Entry  2 }

  msgServR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { msgServR12Entry  3 }

  msgServR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { msgServR12Entry  4 }

  msgServR12SupportRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR12Entry  5 }

  msgServR12RemCallEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls - enable code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  6 }

  msgServR12RemCallDisableAllCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - disable all reminders code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  7 }

  msgServR12RemCallDisableOneCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - disable one reminder code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  8 }

  msgServR12RemCallCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls - check code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  9 }

  msgServR12SupportRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR12Entry  10 }

  msgServR12RegRemCallsEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - enable code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  11 }

  msgServR12RegRemCallsDisableAllCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - disable all reminders code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  12 }

  msgServR12RegRemCallsDisableOneCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - disable one reminder code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  13 }

  msgServR12RegRemCallsCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - check code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  14 }

  msgServR12RemCallNumEngagedRetries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - number of retries'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { msgServR12Entry  15 }

  msgServR12RemCallRetryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - retry interval'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { msgServR12Entry  16 }

  msgServR12SupportVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR12Entry  17 }

  msgServR12VoicemailAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail - access code'.
                  This field is not writable when active."
    ::= { msgServR12Entry  29 }

  msgServR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { msgServR12Entry  30 }

  msgServR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { msgServR12Entry  31 }

  msgServR12AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { msgServR12Entry  32 }

  msgServR12AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR12Entry  33 }

  msgServR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { msgServR12Entry  34 }

  msgServR12AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { msgServR12Entry  35 }

  msgServR12ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { msgServR12Entry  36 }

  msgServR12ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR12Entry  37 }

  msgServR12ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { msgServR12Entry  38 }

  msgServR12ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR12Entry  39 }

  msgServR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { msgServR12Entry  40 }

  msgServR12VoicemailInCallXferDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - incoming call transfer delay'.
                  This field is not writable when active."
    DEFVAL       { 36 }
    ::= { msgServR12Entry  41 }

  msgServR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR12Entry  49 }

  msgServR12VoicemailSupportedCallDlvryMethods OBJECT-TYPE
    SYNTAX       BITS {
                   sMDI(0),
                   tDM(1),
                   sIP(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - supported call delivery methods'.
                  This field is not writable when active."
    ::= { msgServR12Entry  54 }

  msgServR12VoicemailDefCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Default call delivery method'.
                  This field is not writable when active."
    ::= { msgServR12Entry  55 }

  msgServR12VoicemailSupportedIndicatorNotifMethods OBJECT-TYPE
    SYNTAX       BITS {
                   sMDI(0),
                   tCAP(1),
                   sIP(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - supported indicator notification methods'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { msgServR12Entry  56 }

  msgServR12SMDICallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SMDI Call Delivery - Default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR12Entry  57 }

  msgServR12I1SMDICallDlvryDefVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR12Entry  58 }

  msgServR12I2SMDICallDlvryDefVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR12Entry  59 }

  msgServR12I3SMDICallDlvryDefVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR12Entry  60 }

  msgServR12I4SMDICallDlvryDefVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR12Entry  61 }

  msgServR12I5SMDICallDlvryDefVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR12Entry  62 }

  msgServR12TDMCallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - Default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR12Entry  63 }

  msgServR12TDMCallDlvryDefRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - default retrieval number'.
                  This field is not writable when active."
    ::= { msgServR12Entry  64 }

  msgServR12TDMCallDlvryDefInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - default incoming number'.
                  This field is not writable when active."
    ::= { msgServR12Entry  65 }

  msgServR12SIPCallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Call Delivery - default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR12Entry  66 }

  msgServR12I1SIPCallDlvryDefAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR12Entry  67 }

  msgServR12I2SIPCallDlvryDefAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR12Entry  68 }

  msgServR12I3SIPCallDlvryDefAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR12Entry  69 }

  msgServR12I4SIPCallDlvryDefAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR12Entry  70 }

  msgServR12I1SMDIMsgWtngIndicatorDefSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR12Entry  71 }

  msgServR12I2SMDIMsgWtngIndicatorDefSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR12Entry  72 }

  msgServR12I3SMDIMsgWtngIndicatorDefSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR12Entry  73 }

  msgServR12I4SMDIMsgWtngIndicatorDefSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR12Entry  74 }

  msgServR12SMDIMsgWtngIndicatorDefSMDILinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link'.
                  This field represents the fixed
                  values that SMDI Message Waiting Indicator - Default SMDI Link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { msgServR12Entry  75 }

  msgServR12I1TCAPMWISLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR12Entry  76 }

  msgServR12I2TCAPMWISLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR12Entry  77 }

  msgServR12I3TCAPMWISLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR12Entry  78 }

  msgServR12I4TCAPMWISLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR12Entry  79 }

  msgServR12TCAPMWISLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route'.
                  This field represents the fixed
                  values that TCAP Message Waiting Indicator - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { msgServR12Entry  80 }

  msgServR12TCAPMsgWtngIndicatorDefAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP Message Waiting Indicator - default authorized ID for indicator control'.
                  This field is not writable when active."
    ::= { msgServR12Entry  81 }

  msgServR12SubIndicatorIndicatorTypes OBJECT-TYPE
    SYNTAX       BITS {
                   audible(0),
                   visual(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - indicator types'.
                  This field is not writable when active."
    ::= { msgServR12Entry  86 }

  msgServR12SubIndicatorVisualIndicatorRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(1),
                   fifteen(2),
                   thirty(3),
                   fortyFive(4),
                   sixty(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - visual indicator refresh interval'.
                  This field is not writable when active."
    DEFVAL       { thirty }
    ::= { msgServR12Entry  87 }

  msgServR12SubIndicatorIndicatorActivn OBJECT-TYPE
    SYNTAX       BITS {
                   softwareRestart(0),
                   softwareProtectionSwitch(1),
                   messageServicesActivation(2),
                   messageCenterLinkActivation(3),
                   messageCenterLinkRecovery(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - indicator activation'."
    DEFVAL       { {} }
    ::= { msgServR12Entry  88 }

  msgServR12RemCallsMaxNumRemCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - maximum number of reminder calls'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { msgServR12Entry  120 }

  msgServR12ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { msgServR12Entry  121 }

  msgServR12TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { msgServR12Entry  122 }

  msgServR12TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { msgServR12Entry  123 }

  msgServR12TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { msgServR12Entry  124 }

  msgServR12TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { msgServR12Entry  125 }

  msgServR12RemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   answered(1),
                   all(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { never }
    ::= { msgServR12Entry  126 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Message Services'                                   */
-- /* Valid from: 9.0.03                                                            */
-- /*********************************************************************************/

  perProfMsgR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfMsgR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2261 }

  perProfMsgR2Entry OBJECT-TYPE
    SYNTAX       PerProfMsgR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfMsgR2NEConn,
             perProfMsgR2NetwkElement,
             perProfMsgR2CFSIx,
             perProfMsgR2GpIx }
    ::= {  perProfMsgR2Table  1  }

  PerProfMsgR2Entry  ::=  SEQUENCE
  {
    perProfMsgR2NEConn                 Unsigned32,
    perProfMsgR2NetwkElement           DisplayString,
    perProfMsgR2CFSIx                  Unsigned32,
    perProfMsgR2GpIx                   Unsigned32,
    perProfMsgR2SDActVoicemailSubscribed
                                       INTEGER,
    perProfMsgR2SDDefVoicemailSubscribed
                                       INTEGER,
    perProfMsgR2SDUseDefVoicemailSubscribed
                                       INTEGER,
    perProfMsgR2SDActVoicemailCallDlvryMethod
                                       INTEGER,
    perProfMsgR2SDDefVoicemailCallDlvryMethod
                                       INTEGER,
    perProfMsgR2SDUseDefVoicemailCallDlvryMethod
                                       INTEGER,
    perProfMsgR2SDActI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    perProfMsgR2SDActI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    perProfMsgR2SDActI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    perProfMsgR2SDActI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    perProfMsgR2SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    perProfMsgR2SDDefI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    perProfMsgR2SDDefI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    perProfMsgR2SDDefI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    perProfMsgR2SDDefI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    perProfMsgR2SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    perProfMsgR2SDUseDefVoicemailVSLineGp
                                       INTEGER,
    perProfMsgR2SDActVoicemailRetrievalNum
                                       DisplayString,
    perProfMsgR2SDDefVoicemailRetrievalNum
                                       DisplayString,
    perProfMsgR2SDUseDefVoicemailRetrievalNum
                                       INTEGER,
    perProfMsgR2SDActVoicemailInNum    DisplayString,
    perProfMsgR2SDDefVoicemailInNum    DisplayString,
    perProfMsgR2SDUseDefVoicemailInNum INTEGER,
    perProfMsgR2SDActI1VoicemailAppServerNEConn
                                       Unsigned32,
    perProfMsgR2SDActI2VoicemailAppServerNetwkElement
                                       DisplayString,
    perProfMsgR2SDActI3VoicemailAppServerCFSIx
                                       Unsigned32,
    perProfMsgR2SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    perProfMsgR2SDDefI1VoicemailAppServerNEConn
                                       Unsigned32,
    perProfMsgR2SDDefI2VoicemailAppServerNetwkElement
                                       DisplayString,
    perProfMsgR2SDDefI3VoicemailAppServerCFSIx
                                       Unsigned32,
    perProfMsgR2SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    perProfMsgR2SDUseDefVoicemailAppServer
                                       INTEGER,
    perProfMsgR2SDActVoicemailIndicatorNotifMethod
                                       INTEGER,
    perProfMsgR2SDDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    perProfMsgR2SDUseDefVoicemailIndicatorNotifMethod
                                       INTEGER,
    perProfMsgR2SDActI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    perProfMsgR2SDActI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    perProfMsgR2SDActI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    perProfMsgR2SDActI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    perProfMsgR2SDDefI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    perProfMsgR2SDDefI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    perProfMsgR2SDDefI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    perProfMsgR2SDDefI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    perProfMsgR2SDUseDefVoicemailSMDILink
                                       INTEGER,
    perProfMsgR2SDActVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    perProfMsgR2SDDefVoicemailAuthorizedIDIndicatorControl
                                       DisplayString,
    perProfMsgR2SDUseDefVoicemailAuthorizedIDIndicatorControl
                                       INTEGER,
    perProfMsgR2SDActI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    perProfMsgR2SDActI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    perProfMsgR2SDActI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    perProfMsgR2SDActI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    perProfMsgR2SDDefI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    perProfMsgR2SDDefI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    perProfMsgR2SDDefI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    perProfMsgR2SDDefI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    perProfMsgR2SDUseDefIndicatorNotifAppServer
                                       INTEGER,
    perProfMsgR2SDActVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDUseDefVoicemailVisualMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDActVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDUseDefVoicemailAudibleMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDActVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDUseDefVoicemailSIPMsgWtngIndicator
                                       INTEGER,
    perProfMsgR2SDActVmailCllXferTime  Unsigned32,
    perProfMsgR2SDDefVmailCllXferTime  Unsigned32,
    perProfMsgR2SDUseDefVmailCllXferTime
                                       INTEGER,
    perProfMsgR2SDActRemCallsSubscribed
                                       INTEGER,
    perProfMsgR2SDDefRemCallsSubscribed
                                       INTEGER,
    perProfMsgR2SDUseDefRemCallsSubscribed
                                       INTEGER,
    perProfMsgR2SDActRegRemCallsSubscribed
                                       INTEGER,
    perProfMsgR2SDDefRegRemCallsSubscribed
                                       INTEGER,
    perProfMsgR2SDUseDefRegRemCallsSubscribed
                                       INTEGER,
    perProfMsgR2AlrmState              INTEGER,
    perProfMsgR2AlrmEvtsAtndDpLogCorr  Counter64,
    perProfMsgR2AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    perProfMsgR2AlrmEvtsAttnRq         Unsigned32,
    perProfMsgR2AlrmEvtsAtndDp         Unsigned32,
    perProfMsgR2AlrmStateTimestamp     Unsigned32,
    perProfMsgR2AlrmResetTimestamp     Unsigned32,
    perProfMsgR2SDActRemCallsUSB       INTEGER,
    perProfMsgR2SDDefRemCallsUSB       INTEGER,
    perProfMsgR2SDUseDefRemCallsUSB    INTEGER
  }

  perProfMsgR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfMsgR2Entry  1 }

  perProfMsgR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfMsgR2Entry  2 }

  perProfMsgR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfMsgR2Entry  3 }

  perProfMsgR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfMsgR2Entry  4 }

  perProfMsgR2SDActVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  5 }

  perProfMsgR2SDDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  6 }

  perProfMsgR2SDUseDefVoicemailSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  7 }

  perProfMsgR2SDActVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  8 }

  perProfMsgR2SDDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  9 }

  perProfMsgR2SDUseDefVoicemailCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  10 }

  perProfMsgR2SDActI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  11 }

  perProfMsgR2SDActI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  12 }

  perProfMsgR2SDActI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  13 }

  perProfMsgR2SDActI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  14 }

  perProfMsgR2SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  15 }

  perProfMsgR2SDDefI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  16 }

  perProfMsgR2SDDefI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  17 }

  perProfMsgR2SDDefI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  18 }

  perProfMsgR2SDDefI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  19 }

  perProfMsgR2SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { perProfMsgR2Entry  20 }

  perProfMsgR2SDUseDefVoicemailVSLineGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  21 }

  perProfMsgR2SDActVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  22 }

  perProfMsgR2SDDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  23 }

  perProfMsgR2SDUseDefVoicemailRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  24 }

  perProfMsgR2SDActVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  25 }

  perProfMsgR2SDDefVoicemailInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  26 }

  perProfMsgR2SDUseDefVoicemailInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  27 }

  perProfMsgR2SDActI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  28 }

  perProfMsgR2SDActI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  29 }

  perProfMsgR2SDActI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  30 }

  perProfMsgR2SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  31 }

  perProfMsgR2SDDefI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  32 }

  perProfMsgR2SDDefI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  33 }

  perProfMsgR2SDDefI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  34 }

  perProfMsgR2SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { perProfMsgR2Entry  35 }

  perProfMsgR2SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  36 }

  perProfMsgR2SDActVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  37 }

  perProfMsgR2SDDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  38 }

  perProfMsgR2SDUseDefVoicemailIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  39 }

  perProfMsgR2SDActI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  40 }

  perProfMsgR2SDActI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  41 }

  perProfMsgR2SDActI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  42 }

  perProfMsgR2SDActI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  43 }

  perProfMsgR2SDDefI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  44 }

  perProfMsgR2SDDefI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  45 }

  perProfMsgR2SDDefI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  46 }

  perProfMsgR2SDDefI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { perProfMsgR2Entry  47 }

  perProfMsgR2SDUseDefVoicemailSMDILink OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SMDI Link'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  48 }

  perProfMsgR2SDActVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  49 }

  perProfMsgR2SDDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  50 }

  perProfMsgR2SDUseDefVoicemailAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  51 }

  perProfMsgR2SDActI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  52 }

  perProfMsgR2SDActI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  53 }

  perProfMsgR2SDActI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  54 }

  perProfMsgR2SDActI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  55 }

  perProfMsgR2SDDefI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  56 }

  perProfMsgR2SDDefI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  57 }

  perProfMsgR2SDDefI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  58 }

  perProfMsgR2SDDefI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { perProfMsgR2Entry  59 }

  perProfMsgR2SDUseDefIndicatorNotifAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Indicator Notification Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  60 }

  perProfMsgR2SDActVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  61 }

  perProfMsgR2SDDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  62 }

  perProfMsgR2SDUseDefVoicemailVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  63 }

  perProfMsgR2SDActVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  64 }

  perProfMsgR2SDDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  65 }

  perProfMsgR2SDUseDefVoicemailAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  66 }

  perProfMsgR2SDActVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  67 }

  perProfMsgR2SDDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  68 }

  perProfMsgR2SDUseDefVoicemailSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  69 }

  perProfMsgR2SDActVmailCllXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  70 }

  perProfMsgR2SDDefVmailCllXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  71 }

  perProfMsgR2SDUseDefVmailCllXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  72 }

  perProfMsgR2SDActRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  73 }

  perProfMsgR2SDDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  74 }

  perProfMsgR2SDUseDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  75 }

  perProfMsgR2SDActRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  76 }

  perProfMsgR2SDDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  77 }

  perProfMsgR2SDUseDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  78 }

  perProfMsgR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { perProfMsgR2Entry  79 }

  perProfMsgR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { perProfMsgR2Entry  80 }

  perProfMsgR2AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { perProfMsgR2Entry  81 }

  perProfMsgR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfMsgR2Entry  82 }

  perProfMsgR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfMsgR2Entry  83 }

  perProfMsgR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { perProfMsgR2Entry  84 }

  perProfMsgR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { perProfMsgR2Entry  85 }

  perProfMsgR2SDActRemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   answered(1),
                   all(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  86 }

  perProfMsgR2SDDefRemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   answered(1),
                   all(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMsgR2Entry  87 }

  perProfMsgR2SDUseDefRemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMsgR2Entry  88 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Message Services'                                           */
-- /* Valid from: 9.0.03                                                            */
-- /*********************************************************************************/

  indLineMsgR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineMsgR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2262 }

  indLineMsgR6Entry OBJECT-TYPE
    SYNTAX       IndLineMsgR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineMsgR6NEConn,
             indLineMsgR6NetwkElement,
             indLineMsgR6CFSIx,
             indLineMsgR6DirNum }
    ::= {  indLineMsgR6Table  1  }

  IndLineMsgR6Entry  ::=  SEQUENCE
  {
    indLineMsgR6NEConn                 Unsigned32,
    indLineMsgR6NetwkElement           DisplayString,
    indLineMsgR6CFSIx                  Unsigned32,
    indLineMsgR6DirNum                 DisplayString,
    indLineMsgR6SDActVmlSubscribed     INTEGER,
    indLineMsgR6SDDefVmlSubscribed     INTEGER,
    indLineMsgR6SDUseDefVmlSubscribed  INTEGER,
    indLineMsgR6SDActI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    indLineMsgR6SDActI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    indLineMsgR6SDActI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    indLineMsgR6SDActI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    indLineMsgR6SDActI5VoicemailVSLineGpDirNum
                                       DisplayString,
    indLineMsgR6SDDefI1VoicemailVSLineGpNEConn
                                       Unsigned32,
    indLineMsgR6SDDefI2VoicemailVSLineGpNetwkElement
                                       DisplayString,
    indLineMsgR6SDDefI3VoicemailVSLineGpCFSIx
                                       Unsigned32,
    indLineMsgR6SDDefI4VoicemailVSLineGpVSLineGpIx
                                       Unsigned32,
    indLineMsgR6SDDefI5VoicemailVSLineGpDirNum
                                       DisplayString,
    indLineMsgR6SDUseDefVoicemailVSLineGp
                                       INTEGER,
    indLineMsgR6SDActVmlVisualMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDDefVmlVisualMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDUseDefVmlVisualMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDActVmlAudibleMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDDefVmlAudibleMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDUseDefVmlAudibleMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6VmlMsgWtngIndicatorStatus
                                       INTEGER,
    indLineMsgR6SDActVmlCallXferTime   Unsigned32,
    indLineMsgR6SDDefVmlCallXferTime   Unsigned32,
    indLineMsgR6SDUseDefVmlCallXferTime
                                       INTEGER,
    indLineMsgR6SDActRemCallsSubscribed
                                       INTEGER,
    indLineMsgR6SDDefRemCallsSubscribed
                                       INTEGER,
    indLineMsgR6SDUseDefRemCallsSubscribed
                                       INTEGER,
    indLineMsgR6SDActRegRemCallsSubscribed
                                       INTEGER,
    indLineMsgR6SDDefRegRemCallsSubscribed
                                       INTEGER,
    indLineMsgR6SDUseDefRegRemCallsSubscribed
                                       INTEGER,
    indLineMsgR6AlrmState              INTEGER,
    indLineMsgR6AlrmEvtsAtndDpLogCorr  Counter64,
    indLineMsgR6AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    indLineMsgR6AlrmEvtsAttnRq         Unsigned32,
    indLineMsgR6AlrmEvtsAtndDp         Unsigned32,
    indLineMsgR6AlrmStateTimestamp     Unsigned32,
    indLineMsgR6AlrmResetTimestamp     Unsigned32,
    indLineMsgR6DoExtraActions         INTEGER,
    indLineMsgR6SDActVmlRetrievalNum   DisplayString,
    indLineMsgR6SDDefVmlRetrievalNum   DisplayString,
    indLineMsgR6SDUseDefVmlRetrievalNum
                                       INTEGER,
    indLineMsgR6SDActVmlInNum          DisplayString,
    indLineMsgR6SDDefVmlInNum          DisplayString,
    indLineMsgR6SDUseDefVmlInNum       INTEGER,
    indLineMsgR6SharePrimaryLineVmlMailbox
                                       INTEGER,
    indLineMsgR6SDActI1VoicemailAppServerNEConn
                                       Unsigned32,
    indLineMsgR6SDActI2VoicemailAppServerNetwkElement
                                       DisplayString,
    indLineMsgR6SDActI3VoicemailAppServerCFSIx
                                       Unsigned32,
    indLineMsgR6SDActI4VoicemailAppServerDirNum
                                       DisplayString,
    indLineMsgR6SDDefI1VoicemailAppServerNEConn
                                       Unsigned32,
    indLineMsgR6SDDefI2VoicemailAppServerNetwkElement
                                       DisplayString,
    indLineMsgR6SDDefI3VoicemailAppServerCFSIx
                                       Unsigned32,
    indLineMsgR6SDDefI4VoicemailAppServerDirNum
                                       DisplayString,
    indLineMsgR6SDUseDefVoicemailAppServer
                                       INTEGER,
    indLineMsgR6SDActVmlSIPMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDDefVmlSIPMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDUseDefVmlSIPMsgWtngIndicator
                                       INTEGER,
    indLineMsgR6SDActVmlCallDlvryMethod
                                       INTEGER,
    indLineMsgR6SDDefVmlCallDlvryMethod
                                       INTEGER,
    indLineMsgR6SDUseDefVmlCallDlvryMethod
                                       INTEGER,
    indLineMsgR6SDActVmlIndicatorNotifMethod
                                       INTEGER,
    indLineMsgR6SDDefVmlIndicatorNotifMethod
                                       INTEGER,
    indLineMsgR6SDUseDefVmlIndicatorNotifMethod
                                       INTEGER,
    indLineMsgR6SDActI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    indLineMsgR6SDActI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    indLineMsgR6SDActI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    indLineMsgR6SDActI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    indLineMsgR6SDDefI1VoicemailSMDILinkNEConn
                                       Unsigned32,
    indLineMsgR6SDDefI2VoicemailSMDILinkNetwkElement
                                       DisplayString,
    indLineMsgR6SDDefI3VoicemailSMDILinkCFSIx
                                       Unsigned32,
    indLineMsgR6SDDefI4VoicemailSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    indLineMsgR6SDUseDefVoicemailSMDILink
                                       INTEGER,
    indLineMsgR6SDActVmlAuthorizedIDIndicatorControl
                                       DisplayString,
    indLineMsgR6SDDefVmlAuthorizedIDIndicatorControl
                                       DisplayString,
    indLineMsgR6SDUseDefVmlAuthorizedIDIndicatorControl
                                       INTEGER,
    indLineMsgR6SDActI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    indLineMsgR6SDActI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    indLineMsgR6SDActI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    indLineMsgR6SDActI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    indLineMsgR6SDDefI1IndicatorNotifAppServerNEConn
                                       Unsigned32,
    indLineMsgR6SDDefI2IndicatorNotifAppServerNetwkElement
                                       DisplayString,
    indLineMsgR6SDDefI3IndicatorNotifAppServerCFSIx
                                       Unsigned32,
    indLineMsgR6SDDefI4IndicatorNotifAppServerDirNum
                                       DisplayString,
    indLineMsgR6SDUseDefIndicatorNotifAppServer
                                       INTEGER,
    indLineMsgR6SDActRemCallsUSB       INTEGER,
    indLineMsgR6SDDefRemCallsUSB       INTEGER,
    indLineMsgR6SDUseDefRemCallsUSB    INTEGER
  }

  indLineMsgR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineMsgR6Entry  1 }

  indLineMsgR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineMsgR6Entry  2 }

  indLineMsgR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineMsgR6Entry  3 }

  indLineMsgR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineMsgR6Entry  4 }

  indLineMsgR6SDActVmlSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  5 }

  indLineMsgR6SDDefVmlSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  6 }

  indLineMsgR6SDUseDefVmlSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  7 }

  indLineMsgR6SDActI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  8 }

  indLineMsgR6SDActI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  9 }

  indLineMsgR6SDActI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  10 }

  indLineMsgR6SDActI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  11 }

  indLineMsgR6SDActI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  12 }

  indLineMsgR6SDDefI1VoicemailVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  13 }

  indLineMsgR6SDDefI2VoicemailVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  14 }

  indLineMsgR6SDDefI3VoicemailVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  15 }

  indLineMsgR6SDDefI4VoicemailVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  16 }

  indLineMsgR6SDDefI5VoicemailVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Voicemail System Line Group'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Voicemail System Line Group'."
    ::= { indLineMsgR6Entry  17 }

  indLineMsgR6SDUseDefVoicemailVSLineGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Voicemail System Line Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  18 }

  indLineMsgR6SDActVmlVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  19 }

  indLineMsgR6SDDefVmlVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  20 }

  indLineMsgR6SDUseDefVmlVisualMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Visual Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  21 }

  indLineMsgR6SDActVmlAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  22 }

  indLineMsgR6SDDefVmlAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  23 }

  indLineMsgR6SDUseDefVmlAudibleMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Audible Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  24 }

  indLineMsgR6VmlMsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   on(1),
                   off(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Message Waiting Indicator status'."
    ::= { indLineMsgR6Entry  25 }

  indLineMsgR6SDActVmlCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  26 }

  indLineMsgR6SDDefVmlCallXferTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  27 }

  indLineMsgR6SDUseDefVmlCallXferTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call transfer time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  28 }

  indLineMsgR6SDActRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  29 }

  indLineMsgR6SDDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  30 }

  indLineMsgR6SDUseDefRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  31 }

  indLineMsgR6SDActRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  32 }

  indLineMsgR6SDDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  33 }

  indLineMsgR6SDUseDefRegRemCallsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Regular Reminder Calls - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  34 }

  indLineMsgR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineMsgR6Entry  35 }

  indLineMsgR6AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { indLineMsgR6Entry  36 }

  indLineMsgR6AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { indLineMsgR6Entry  37 }

  indLineMsgR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineMsgR6Entry  38 }

  indLineMsgR6AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineMsgR6Entry  39 }

  indLineMsgR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineMsgR6Entry  40 }

  indLineMsgR6AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { indLineMsgR6Entry  41 }

  indLineMsgR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetMessageWaitingIndicator(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineMsgR6Entry  42 }

  indLineMsgR6SDActVmlRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  43 }

  indLineMsgR6SDDefVmlRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  44 }

  indLineMsgR6SDUseDefVmlRetrievalNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - retrieval number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  45 }

  indLineMsgR6SDActVmlInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  46 }

  indLineMsgR6SDDefVmlInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  47 }

  indLineMsgR6SDUseDefVmlInNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - incoming number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  48 }

  indLineMsgR6SharePrimaryLineVmlMailbox OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Share Primary Line Voicemail Mailbox'."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  49 }

  indLineMsgR6SDActI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  50 }

  indLineMsgR6SDActI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  51 }

  indLineMsgR6SDActI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  52 }

  indLineMsgR6SDActI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  53 }

  indLineMsgR6SDDefI1VoicemailAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  54 }

  indLineMsgR6SDDefI2VoicemailAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  55 }

  indLineMsgR6SDDefI3VoicemailAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  56 }

  indLineMsgR6SDDefI4VoicemailAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - Application Server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - Application Server'."
    ::= { indLineMsgR6Entry  57 }

  indLineMsgR6SDUseDefVoicemailAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  58 }

  indLineMsgR6SDActVmlSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  59 }

  indLineMsgR6SDDefVmlSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  60 }

  indLineMsgR6SDUseDefVmlSIPMsgWtngIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SIP Message Waiting Indicator'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  61 }

  indLineMsgR6SDActVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  62 }

  indLineMsgR6SDDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  63 }

  indLineMsgR6SDUseDefVmlCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - call delivery method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  64 }

  indLineMsgR6SDActVmlIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  65 }

  indLineMsgR6SDDefVmlIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  66 }

  indLineMsgR6SDUseDefVmlIndicatorNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - indicator notification method'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  67 }

  indLineMsgR6SDActI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  68 }

  indLineMsgR6SDActI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  69 }

  indLineMsgR6SDActI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  70 }

  indLineMsgR6SDActI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  71 }

  indLineMsgR6SDDefI1VoicemailSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  72 }

  indLineMsgR6SDDefI2VoicemailSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  73 }

  indLineMsgR6SDDefI3VoicemailSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  74 }

  indLineMsgR6SDDefI4VoicemailSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Voicemail - SMDI Link'.
                  This field represents index 'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Voicemail - SMDI Link'."
    ::= { indLineMsgR6Entry  75 }

  indLineMsgR6SDUseDefVoicemailSMDILink OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - SMDI Link'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  76 }

  indLineMsgR6SDActVmlAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  77 }

  indLineMsgR6SDDefVmlAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  78 }

  indLineMsgR6SDUseDefVmlAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Voicemail - authorized ID for indicator control'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  79 }

  indLineMsgR6SDActI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  80 }

  indLineMsgR6SDActI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  81 }

  indLineMsgR6SDActI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  82 }

  indLineMsgR6SDActI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  83 }

  indLineMsgR6SDDefI1IndicatorNotifAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  84 }

  indLineMsgR6SDDefI2IndicatorNotifAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  85 }

  indLineMsgR6SDDefI3IndicatorNotifAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  86 }

  indLineMsgR6SDDefI4IndicatorNotifAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Indicator Notification Application Server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Indicator Notification Application Server'."
    ::= { indLineMsgR6Entry  87 }

  indLineMsgR6SDUseDefIndicatorNotifAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Indicator Notification Application Server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  88 }

  indLineMsgR6SDActRemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   answered(1),
                   all(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  89 }

  indLineMsgR6SDDefRemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   answered(1),
                   all(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMsgR6Entry  90 }

  indLineMsgR6SDUseDefRemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Reminder Calls - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMsgR6Entry  91 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Virtual Network Interface'                                  */
-- /* Valid from: 9.0.03                                                            */
-- /*********************************************************************************/

  virtNtwkIntTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VirtNtwkIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2264 }

  virtNtwkIntEntry OBJECT-TYPE
    SYNTAX       VirtNtwkIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { virtNtwkIntNEConn,
             virtNtwkIntNetwkElement,
             virtNtwkIntSwitchIx,
             virtNtwkIntInterfaceType,
             virtNtwkIntEthernetPortIx,
             virtNtwkIntVirtualNetwkInterfaceID }
    ::= {  virtNtwkIntTable  1  }

  VirtNtwkIntEntry  ::=  SEQUENCE
  {
    virtNtwkIntNEConn                  Unsigned32,
    virtNtwkIntNetwkElement            DisplayString,
    virtNtwkIntSwitchIx                Unsigned32,
    virtNtwkIntInterfaceType           INTEGER,
    virtNtwkIntEthernetPortIx          INTEGER,
    virtNtwkIntVirtualNetwkInterfaceID Unsigned32,
    virtNtwkIntName                    DisplayString
  }

  virtNtwkIntNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { virtNtwkIntEntry  1 }

  virtNtwkIntNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { virtNtwkIntEntry  2 }

  virtNtwkIntSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { virtNtwkIntEntry  3 }

  virtNtwkIntInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { virtNtwkIntEntry  4 }

  virtNtwkIntEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { virtNtwkIntEntry  5 }

  virtNtwkIntVirtualNetwkInterfaceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual Network Interface ID'.
                  This is an index field."
    ::= { virtNtwkIntEntry  6 }

  virtNtwkIntName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { virtNtwkIntEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.0.03                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  virtIPSubTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VirtIPSubEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2265 }

  virtIPSubEntry OBJECT-TYPE
    SYNTAX       VirtIPSubEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { virtIPSubNEConn,
             virtIPSubNetwkElement,
             virtIPSubSwitchIx,
             virtIPSubInterfaceType,
             virtIPSubEthernetPortIx,
             virtIPSubSubnetworkIx }
    ::= {  virtIPSubTable  1  }

  VirtIPSubEntry  ::=  SEQUENCE
  {
    virtIPSubNEConn                    Unsigned32,
    virtIPSubNetwkElement              DisplayString,
    virtIPSubSwitchIx                  Unsigned32,
    virtIPSubInterfaceType             INTEGER,
    virtIPSubEthernetPortIx            INTEGER,
    virtIPSubSubnetworkIx              Unsigned32,
    virtIPSubSubnetworkAddr            DisplayString,
    virtIPSubDefRouterAddr             DisplayString,
    virtIPSubI1VirtualNetwkInterfaceNEConn
                                       Unsigned32,
    virtIPSubI2VirtualNetwkInterfaceNetwkElement
                                       DisplayString,
    virtIPSubI3VirtualNetwkInterfaceSwitchIx
                                       Unsigned32,
    virtIPSubI4VirtualNetwkInterfaceInterfaceType
                                       INTEGER,
    virtIPSubI5VirtualNetwkInterfaceEthernetPortIx
                                       INTEGER,
    virtIPSubI6VirtualNetwkInterfaceVirtualNetwkInterfaceID
                                       Unsigned32,
    virtIPSubAlrmState                 INTEGER,
    virtIPSubAlrmStateTimestamp        Unsigned32,
    virtIPSubAlrmEvtsAttnRqLogCorr     Counter64,
    virtIPSubAlrmEvtsAttnRq            Integer32,
    virtIPSubAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    virtIPSubConTstTrgt1Addr           DisplayString,
    virtIPSubConTstTrgt2Addr           DisplayString,
    virtIPSubConTstTrgt3Addr           DisplayString,
    virtIPSubConTstSrcAddr             DisplayString,
    virtIPSubConTstTrgt1Status         INTEGER,
    virtIPSubConTstTrgt2Status         INTEGER,
    virtIPSubConTstTrgt3Status         INTEGER
  }

  virtIPSubNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { virtIPSubEntry  1 }

  virtIPSubNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { virtIPSubEntry  2 }

  virtIPSubSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { virtIPSubEntry  3 }

  virtIPSubInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { virtIPSubEntry  4 }

  virtIPSubEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { virtIPSubEntry  5 }

  virtIPSubSubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { virtIPSubEntry  6 }

  virtIPSubSubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { virtIPSubEntry  7 }

  virtIPSubDefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { virtIPSubEntry  8 }

  virtIPSubI1VirtualNetwkInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubEntry  9 }

  virtIPSubI2VirtualNetwkInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubEntry  10 }

  virtIPSubI3VirtualNetwkInterfaceSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Switch index'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubEntry  11 }

  virtIPSubI4VirtualNetwkInterfaceInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubEntry  12 }

  virtIPSubI5VirtualNetwkInterfaceEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubEntry  13 }

  virtIPSubI6VirtualNetwkInterfaceVirtualNetwkInterfaceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Virtual Network Interface ID'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubEntry  14 }

  virtIPSubAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { virtIPSubEntry  15 }

  virtIPSubAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { virtIPSubEntry  16 }

  virtIPSubAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { virtIPSubEntry  17 }

  virtIPSubAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { virtIPSubEntry  18 }

  virtIPSubAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { virtIPSubEntry  19 }

  virtIPSubConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { virtIPSubEntry  22 }

  virtIPSubConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { virtIPSubEntry  25 }

  virtIPSubConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { virtIPSubEntry  28 }

  virtIPSubConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { virtIPSubEntry  31 }

  virtIPSubConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { virtIPSubEntry  32 }

  virtIPSubConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { virtIPSubEntry  33 }

  virtIPSubConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { virtIPSubEntry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.0.03                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR34Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2266 }

  mediaGatewayModelR34Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR34NEConn,
             mediaGatewayModelR34NetwkElement,
             mediaGatewayModelR34CFSIx,
             mediaGatewayModelR34ModelIx }
    ::= {  mediaGatewayModelR34Table  1  }

  MediaGatewayModelR34Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR34NEConn         Unsigned32,
    mediaGatewayModelR34NetwkElement   DisplayString,
    mediaGatewayModelR34CFSIx          Unsigned32,
    mediaGatewayModelR34ModelIx        Unsigned32,
    mediaGatewayModelR34Category       INTEGER,
    mediaGatewayModelR34ModelName      DisplayString,
    mediaGatewayModelR34Desc           DisplayString,
    mediaGatewayModelR34ControlProt    INTEGER,
    mediaGatewayModelR34ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR34LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR34PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR34PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR34AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR34AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR34RefCnt         Unsigned32,
    mediaGatewayModelR34RowStatus      RowStatus,
    mediaGatewayModelR34DefModel       INTEGER,
    mediaGatewayModelR34Authentication INTEGER,
    mediaGatewayModelR34SupportedConnTypes
                                       BITS,
    mediaGatewayModelR34AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR34ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR34ExportStatus   DisplayString,
    mediaGatewayModelR34ExportFile     DisplayString,
    mediaGatewayModelR34ExportCorr     Counter64,
    mediaGatewayModelR34ExportCorrNode DisplayString,
    mediaGatewayModelR34ExportCorrUID  DisplayString,
    mediaGatewayModelR34DoExtraActions INTEGER,
    mediaGatewayModelR34FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR34FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR34FBsMGCP        BITS,
    mediaGatewayModelR34FBsMeGaCo      BITS,
    mediaGatewayModelR34FBsSIP         BITS,
    mediaGatewayModelR34FixBitsMeGaCo2 BITS,
    mediaGatewayModelR34MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR34AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR34AlertInfoDR2   DisplayString,
    mediaGatewayModelR34AlertInfoDR3   DisplayString,
    mediaGatewayModelR34AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR34DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR34DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR34ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR34SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR34DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR34UpToDateCnt    Unsigned32,
    mediaGatewayModelR34SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR34PollInterval   Unsigned32,
    mediaGatewayModelR34SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR34Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR34AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR34VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR34AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR34FixBitsSIP2    BITS,
    mediaGatewayModelR34OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR34FBsMeGaCo4     BITS,
    mediaGatewayModelR34SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR34ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR34SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR34ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR34SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR34AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR34AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR34InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR34OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR34MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR34FixBitsSIP3    BITS,
    mediaGatewayModelR34FixBitsSIP4    BITS,
    mediaGatewayModelR34SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR34ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR34ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR34NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR34Entry  1 }

  mediaGatewayModelR34NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR34Entry  2 }

  mediaGatewayModelR34CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR34Entry  3 }

  mediaGatewayModelR34ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR34Entry  4 }

  mediaGatewayModelR34Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR34Entry  5 }

  mediaGatewayModelR34ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR34Entry  6 }

  mediaGatewayModelR34Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR34Entry  7 }

  mediaGatewayModelR34ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR34Entry  8 }

  mediaGatewayModelR34ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR34Entry  9 }

  mediaGatewayModelR34LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR34Entry  10 }

  mediaGatewayModelR34PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR34Entry  11 }

  mediaGatewayModelR34PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR34Entry  12 }

  mediaGatewayModelR34AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR34Entry  13 }

  mediaGatewayModelR34AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR34Entry  14 }

  mediaGatewayModelR34RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR34Entry  16 }

  mediaGatewayModelR34RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR34Entry  17 }

  mediaGatewayModelR34DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR34Entry  18 }

  mediaGatewayModelR34Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR34Entry  19 }

  mediaGatewayModelR34SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR34Entry  20 }

  mediaGatewayModelR34AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR34Entry  21 }

  mediaGatewayModelR34ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR34Entry  22 }

  mediaGatewayModelR34ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR34Entry  23 }

  mediaGatewayModelR34ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR34Entry  24 }

  mediaGatewayModelR34ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR34Entry  25 }

  mediaGatewayModelR34ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR34Entry  26 }

  mediaGatewayModelR34ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR34Entry  27 }

  mediaGatewayModelR34DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR34Entry  28 }

  mediaGatewayModelR34FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR34Entry  29 }

  mediaGatewayModelR34FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR34Entry  30 }

  mediaGatewayModelR34FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR34Entry  31 }

  mediaGatewayModelR34FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR34Entry  32 }

  mediaGatewayModelR34FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR34Entry  33 }

  mediaGatewayModelR34FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR34Entry  34 }

  mediaGatewayModelR34MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR34Entry  35 }

  mediaGatewayModelR34AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR34Entry  36 }

  mediaGatewayModelR34AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR34Entry  37 }

  mediaGatewayModelR34AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR34Entry  38 }

  mediaGatewayModelR34AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR34Entry  39 }

  mediaGatewayModelR34DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR34Entry  40 }

  mediaGatewayModelR34DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR34Entry  41 }

  mediaGatewayModelR34ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR34Entry  42 }

  mediaGatewayModelR34SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR34Entry  43 }

  mediaGatewayModelR34DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR34Entry  44 }

  mediaGatewayModelR34UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR34Entry  45 }

  mediaGatewayModelR34SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR34Entry  46 }

  mediaGatewayModelR34PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR34Entry  47 }

  mediaGatewayModelR34SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR34Entry  48 }

  mediaGatewayModelR34Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR34Entry  49 }

  mediaGatewayModelR34AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR34Entry  50 }

  mediaGatewayModelR34VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR34Entry  51 }

  mediaGatewayModelR34AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR34Entry  52 }

  mediaGatewayModelR34FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR34Entry  53 }

  mediaGatewayModelR34OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR34Entry  54 }

  mediaGatewayModelR34FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR34Entry  55 }

  mediaGatewayModelR34SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR34Entry  56 }

  mediaGatewayModelR34ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR34Entry  57 }

  mediaGatewayModelR34SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR34Entry  58 }

  mediaGatewayModelR34ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR34Entry  59 }

  mediaGatewayModelR34SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR34Entry  60 }

  mediaGatewayModelR34AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR34Entry  61 }

  mediaGatewayModelR34AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR34Entry  62 }

  mediaGatewayModelR34InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR34Entry  63 }

  mediaGatewayModelR34OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR34Entry  64 }

  mediaGatewayModelR34MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR34Entry  65 }

  mediaGatewayModelR34FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR34Entry  66 }

  mediaGatewayModelR34FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR34Entry  67 }

  mediaGatewayModelR34SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR34Entry  68 }

  mediaGatewayModelR34ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR34Entry  91 }

  mediaGatewayModelR34ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR34Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Short Code'                                                 */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  busGrpShortCodeR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpShortCodeR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dialing Plan'."
    ::= { metaSwitch  2267 }

  busGrpShortCodeR3Entry OBJECT-TYPE
    SYNTAX       BusGrpShortCodeR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpShortCodeR3NEConn,
             busGrpShortCodeR3NetwkElement,
             busGrpShortCodeR3CFSIx,
             busGrpShortCodeR3GpIx,
             busGrpShortCodeR3Type,
             busGrpShortCodeR3FirstShortCode }
    ::= {  busGrpShortCodeR3Table  1  }

  BusGrpShortCodeR3Entry  ::=  SEQUENCE
  {
    busGrpShortCodeR3NEConn            Unsigned32,
    busGrpShortCodeR3NetwkElement      DisplayString,
    busGrpShortCodeR3CFSIx             Unsigned32,
    busGrpShortCodeR3GpIx              Unsigned32,
    busGrpShortCodeR3Type              INTEGER,
    busGrpShortCodeR3FirstShortCode    DisplayString,
    busGrpShortCodeR3LastShortCode     DisplayString,
    busGrpShortCodeR3FirstExternalDirNum
                                       DisplayString,
    busGrpShortCodeR3LastExternalDirNum
                                       DisplayString,
    busGrpShortCodeR3DialingPlanCode   DisplayString,
    busGrpShortCodeR3RowStatus         RowStatus,
    busGrpShortCodeR3I1DepartmentNEConn
                                       Unsigned32,
    busGrpShortCodeR3I2DepartmentNetwkElement
                                       DisplayString,
    busGrpShortCodeR3I3DepartmentCFSIx Unsigned32,
    busGrpShortCodeR3I4DepartmentGpIx  Unsigned32,
    busGrpShortCodeR3I5DepartmentDepartmentIx
                                       Unsigned32,
    busGrpShortCodeR3DepartmentOtherVals
                                       INTEGER,
    busGrpShortCodeR3ShortCodeInterSwitchBusGp
                                       INTEGER
  }

  busGrpShortCodeR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpShortCodeR3Entry  1 }

  busGrpShortCodeR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpShortCodeR3Entry  2 }

  busGrpShortCodeR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpShortCodeR3Entry  3 }

  busGrpShortCodeR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpShortCodeR3Entry  4 }

  busGrpShortCodeR3Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   externalNumber(1),
                   rangeOfExternalNumbers(2),
                   otherDialingPlanCode(3)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    ::= { busGrpShortCodeR3Entry  5 }

  busGrpShortCodeR3FirstShortCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..7))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Short code'.
                  This is an index field."
    ::= { busGrpShortCodeR3Entry  6 }

  busGrpShortCodeR3LastShortCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Short code'.
                  This field is only writable during create."
    ::= { busGrpShortCodeR3Entry  7 }

  busGrpShortCodeR3FirstExternalDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) external Directory number'."
    ::= { busGrpShortCodeR3Entry  8 }

  busGrpShortCodeR3LastExternalDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last external Directory number'."
    ::= { busGrpShortCodeR3Entry  9 }

  busGrpShortCodeR3DialingPlanCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialing Plan code'."
    ::= { busGrpShortCodeR3Entry  10 }

  busGrpShortCodeR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpShortCodeR3Entry  11 }

  busGrpShortCodeR3I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR3Entry  12 }

  busGrpShortCodeR3I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR3Entry  13 }

  busGrpShortCodeR3I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR3Entry  14 }

  busGrpShortCodeR3I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR3Entry  15 }

  busGrpShortCodeR3I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR3Entry  16 }

  busGrpShortCodeR3DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpShortCodeR3Entry  17 }

  busGrpShortCodeR3ShortCodeInterSwitchBusGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Short code for Inter-switch Business Group'."
    DEFVAL       { false }
    ::= { busGrpShortCodeR3Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Circuit'                                               */
-- /* Valid from: null                                                              */
-- /*********************************************************************************/

  iSUPCircR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPCircR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Circuit Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2268 }

  iSUPCircR2Entry OBJECT-TYPE
    SYNTAX       ISUPCircR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPCircR2NEConn,
             iSUPCircR2NetwkElement,
             iSUPCircR2CFSIx,
             iSUPCircR2ISUPLocalSigDestIx,
             iSUPCircR2ISUPRemSigDestIx,
             iSUPCircR2CircGpIx,
             iSUPCircR2Timeslot }
    ::= {  iSUPCircR2Table  1  }

  ISUPCircR2Entry  ::=  SEQUENCE
  {
    iSUPCircR2NEConn                   Unsigned32,
    iSUPCircR2NetwkElement             DisplayString,
    iSUPCircR2CFSIx                    Unsigned32,
    iSUPCircR2ISUPLocalSigDestIx       Unsigned32,
    iSUPCircR2ISUPRemSigDestIx         Unsigned32,
    iSUPCircR2CircGpIx                 Unsigned32,
    iSUPCircR2Timeslot                 Unsigned32,
    iSUPCircR2LocalBlockStatus         INTEGER,
    iSUPCircR2RemBlockStatus           INTEGER,
    iSUPCircR2AllocationStatus         INTEGER,
    iSUPCircR2LastCircGpTestRes        INTEGER,
    iSUPCircR2DS0Status                INTEGER,
    iSUPCircR2AlrmState                INTEGER,
    iSUPCircR2AlrmEvtsAttnRqLogCorr    Counter64,
    iSUPCircR2AlrmEvtsAttnRq           Integer32,
    iSUPCircR2AlrmEvtsAtndDpLogCorr    Counter64,
    iSUPCircR2AlrmEvtsAtndDp           Integer32,
    iSUPCircR2AlrmStateTimestamp       Unsigned32,
    iSUPCircR2AlrmResetTimestamp       Unsigned32,
    iSUPCircR2CIC                      Integer32,
    iSUPCircR2LastCircTestRes          INTEGER,
    iSUPCircR2DoExtraActions           INTEGER
  }

  iSUPCircR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPCircR2Entry  1 }

  iSUPCircR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPCircR2Entry  2 }

  iSUPCircR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPCircR2Entry  3 }

  iSUPCircR2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircR2Entry  4 }

  iSUPCircR2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPCircR2Entry  5 }

  iSUPCircR2CircGpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group index'.
                  This is an index field."
    ::= { iSUPCircR2Entry  6 }

  iSUPCircR2Timeslot OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { iSUPCircR2Entry  7 }

  iSUPCircR2LocalBlockStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notBlocked(1),
                   hardwareBlocked(2),
                   maintenanceBlocked(3),
                   circuitBlocked(4),
                   unequipped(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local block status'."
    ::= { iSUPCircR2Entry  8 }

  iSUPCircR2RemBlockStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notBlocked(1),
                   hardwareBlocked(2),
                   maintenanceBlocked(3),
                   circuitBlocked(4),
                   unequipped(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote block status'."
    ::= { iSUPCircR2Entry  9 }

  iSUPCircR2AllocationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   allocated(1),
                   free(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation status'."
    ::= { iSUPCircR2Entry  10 }

  iSUPCircR2LastCircGpTestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTestRun(1),
                   circuitValidationTestRunning(2),
                   circuitValidationTestOK(3),
                   circuitValidationTestFailed(4),
                   circuitValidationTestFailedMissingParameter(5),
                   circuitValidationTestFailedInconsistentDualSeizurePolicy(6),
                   circuitValidationTestFailedInconsistentTrunkNumber(7),
                   circuitValidationTestTimedOut(8),
                   circuitValidationTestNotRunCircuitIsUnequipped(9),
                   groupQueryRunning(10),
                   groupQueryFailedResourceFailure(11),
                   groupQueryFailedTimedOut(12),
                   groupQueryNoActionTaken(13),
                   groupQueryMarkedAsRemotelyBlocked(14),
                   groupQueryMarkedAsRemotelyUnblocked(15),
                   groupQuerySentBlockingMsg(16),
                   groupQuerySentBlockingMsgMarkedAsRemotelyBlocked(17),
                   groupQuerySentBlockingMsgMarkedAsRemotelyUnblocked(18),
                   groupQuerySentUnblockingMsg(19),
                   groupQuerySentUnblockingMsgMarkedAsRemotelyBlocked(20),
                   groupQuerySentUnblockingMsgMarkedAsRemotelyUnblocked(21),
                   continuityTestRunning(22),
                   continuityTestOK(23),
                   continuityTestFailed(24),
                   continuityTestNotRunCircuitIsUnequipped(25),
                   continuityTestNotRunCircuitIsHardwareBlocked(26),
                   continuityTestNotRunCircuitIsInUseForACall(27),
                   continuityTestFailedFarEndRefusesTest(28),
                   continuityTestFailedCircuitUnavailable(29),
                   continuityTestFailedToneExchangeFailure(30),
                   continuityTestFailedInternalFailure(31),
                   continuityTestRetryPendingFarEndRefusesTest(32),
                   continuityTestRetryPendingCircuitUnavailable(33),
                   continuityTestRetryPendingToneExchangeFailure(34),
                   continuityTestRetryPendingInternalFailure(35),
                   circuitValidationTestNotRun(36),
                   groupQueryNotRun(37),
                   continuityTestNotRun(38)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last circuit group test result'."
    ::= { iSUPCircR2Entry  11 }

  iSUPCircR2DS0Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   inactive(2),
                   unequipped(3),
                   transient(4),
                   quiescing(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 status'."
    ::= { iSUPCircR2Entry  12 }

  iSUPCircR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPCircR2Entry  13 }

  iSUPCircR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPCircR2Entry  14 }

  iSUPCircR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircR2Entry  15 }

  iSUPCircR2AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPCircR2Entry  16 }

  iSUPCircR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPCircR2Entry  17 }

  iSUPCircR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPCircR2Entry  18 }

  iSUPCircR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPCircR2Entry  19 }

  iSUPCircR2CIC OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIC'."
    ::= { iSUPCircR2Entry  20 }

  iSUPCircR2LastCircTestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTestRun(1),
                   circuitValidationTestRunning(2),
                   circuitValidationTestOK(3),
                   circuitValidationTestFailed(4),
                   circuitValidationTestFailedMissingParameter(5),
                   circuitValidationTestFailedInconsistentDualSeizurePolicy(6),
                   circuitValidationTestFailedInconsistentTrunkNumber(7),
                   circuitValidationTestTimedOut(8),
                   circuitValidationTestNotRunCircuitIsUnequipped(9),
                   groupQueryRunning(10),
                   groupQueryFailedResourceFailure(11),
                   groupQueryFailedTimedOut(12),
                   groupQueryNoActionTaken(13),
                   groupQueryMarkedAsRemotelyBlocked(14),
                   groupQueryMarkedAsRemotelyUnblocked(15),
                   groupQuerySentBlockingMsg(16),
                   groupQuerySentBlockingMsgMarkedAsRemotelyBlocked(17),
                   groupQuerySentBlockingMsgMarkedAsRemotelyUnblocked(18),
                   groupQuerySentUnblockingMsg(19),
                   groupQuerySentUnblockingMsgMarkedAsRemotelyBlocked(20),
                   groupQuerySentUnblockingMsgMarkedAsRemotelyUnblocked(21),
                   continuityTestRunning(22),
                   continuityTestOK(23),
                   continuityTestFailed(24),
                   continuityTestNotRunCircuitIsUnequipped(25),
                   continuityTestNotRunCircuitIsHardwareBlocked(26),
                   continuityTestNotRunCircuitIsInUseForACall(27),
                   continuityTestFailedFarEndRefusesTest(28),
                   continuityTestFailedCircuitUnavailable(29),
                   continuityTestFailedToneExchangeFailure(30),
                   continuityTestFailedInternalFailure(31),
                   continuityTestRetryPendingFarEndRefusesTest(32),
                   continuityTestRetryPendingCircuitUnavailable(33),
                   continuityTestRetryPendingToneExchangeFailure(34),
                   continuityTestRetryPendingInternalFailure(35),
                   circuitValidationTestNotRun(36),
                   groupQueryNotRun(37),
                   continuityTestNotRun(38)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last circuit test result'."
    ::= { iSUPCircR2Entry  21 }

  iSUPCircR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   validateCircuit(1),
                   queryCircuit(2),
                   testContinuity(3),
                   resetCircuit(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPCircR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Primary Rate Interface'                                */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  iSDNPRIR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN Primary Rate Interfaces'."
    ::= { metaSwitch  2269 }

  iSDNPRIR13Entry OBJECT-TYPE
    SYNTAX       ISDNPRIR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIR13NEConn,
             iSDNPRIR13NetwkElement,
             iSDNPRIR13CFSIx,
             iSDNPRIR13ISDNIx,
             iSDNPRIR13PRIIx }
    ::= {  iSDNPRIR13Table  1  }

  ISDNPRIR13Entry  ::=  SEQUENCE
  {
    iSDNPRIR13NEConn                   Unsigned32,
    iSDNPRIR13NetwkElement             DisplayString,
    iSDNPRIR13CFSIx                    Unsigned32,
    iSDNPRIR13ISDNIx                   Unsigned32,
    iSDNPRIR13PRIIx                    Unsigned32,
    iSDNPRIR13I1PRIProfNEConn          Unsigned32,
    iSDNPRIR13I2PRIProfNetwkElement    DisplayString,
    iSDNPRIR13I3PRIProfCFSIx           Unsigned32,
    iSDNPRIR13I4PRIProfISDNIx          Unsigned32,
    iSDNPRIR13I5PRIProfInterfaceType   INTEGER,
    iSDNPRIR13I6PRIProfProfIx          Unsigned32,
    iSDNPRIR13Desc                     DisplayString,
    iSDNPRIR13CustInfo                 DisplayString,
    iSDNPRIR13NFASInterface            INTEGER,
    iSDNPRIR13DChanBackupAvail         INTEGER,
    iSDNPRIR13I1PrimaryDChanDS1NEConn  Unsigned32,
    iSDNPRIR13I2PrimaryDChanDS1NetwkElement
                                       DisplayString,
    iSDNPRIR13I3PrimaryDChanDS1CFSIx   Unsigned32,
    iSDNPRIR13I4PrimaryDChanDS1ISDNIx  Unsigned32,
    iSDNPRIR13I5PrimaryDChanDS1PRIIx   Unsigned32,
    iSDNPRIR13I6PrimaryDChanDS1DS1Ix   Unsigned32,
    iSDNPRIR13PrimaryDChanDS1OtherVals INTEGER,
    iSDNPRIR13PrimaryDChanDS0          INTEGER,
    iSDNPRIR13I1PrimaryDChanSCTPAssociationNEConn
                                       Unsigned32,
    iSDNPRIR13I2PrimaryDChanSCTPAssociationNetwkElement
                                       DisplayString,
    iSDNPRIR13I3PrimaryDChanSCTPAssociationCFSIx
                                       Unsigned32,
    iSDNPRIR13I4PrimaryDChanSCTPAssociationGatewayIx
                                       Unsigned32,
    iSDNPRIR13I5PrimaryDChanSCTPAssociationPortIx
                                       Unsigned32,
    iSDNPRIR13PrimaryDChanSCTPAssociationOtherVals
                                       INTEGER,
    iSDNPRIR13PrimaryDChanStatus       INTEGER,
    iSDNPRIR13I1SecondaryDChanDS1NEConn
                                       Unsigned32,
    iSDNPRIR13I2SecondaryDChanDS1NetwkElement
                                       DisplayString,
    iSDNPRIR13I3SecondaryDChanDS1CFSIx Unsigned32,
    iSDNPRIR13I4SecondaryDChanDS1ISDNIx
                                       Unsigned32,
    iSDNPRIR13I5SecondaryDChanDS1PRIIx Unsigned32,
    iSDNPRIR13I6SecondaryDChanDS1DS1Ix Unsigned32,
    iSDNPRIR13SecondaryDChanDS1OtherVals
                                       INTEGER,
    iSDNPRIR13SecondaryDChanDS0        INTEGER,
    iSDNPRIR13I1SecondaryDChanSCTPAssociationNEConn
                                       Unsigned32,
    iSDNPRIR13I2SecondaryDChanSCTPAssociationNetwkElement
                                       DisplayString,
    iSDNPRIR13I3SecondaryDChanSCTPAssociationCFSIx
                                       Unsigned32,
    iSDNPRIR13I4SecondaryDChanSCTPAssociationGatewayIx
                                       Unsigned32,
    iSDNPRIR13I5SecondaryDChanSCTPAssociationPortIx
                                       Unsigned32,
    iSDNPRIR13SecondaryDChanSCTPAssociationOtherVals
                                       INTEGER,
    iSDNPRIR13SecondaryDChanStatus     INTEGER,
    iSDNPRIR13OverallDChanStatus       INTEGER,
    iSDNPRIR13SupportedBearerCapabilities
                                       BITS,
    iSDNPRIR13BearerCapabilitiesWithNoPrimarySub
                                       BITS,
    iSDNPRIR13ChanAllocationPolicy     INTEGER,
    iSDNPRIR13RingbackSupported        INTEGER,
    iSDNPRIR13ClgNumReqd               INTEGER,
    iSDNPRIR13NumRefgSubs              Unsigned32,
    iSDNPRIR13DeactivnMode             INTEGER,
    iSDNPRIR13CfgdPrimaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR13ActualPrimaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR13CfgdSecondaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR13ActualSecondaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR13AlrmState                INTEGER,
    iSDNPRIR13AlrmStateTimestamp       Unsigned32,
    iSDNPRIR13AlrmEvtsAttnRqLogCorr    Counter64,
    iSDNPRIR13AddtlAlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSDNPRIR13AlrmEvtsAttnRq           Integer32,
    iSDNPRIR13AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSDNPRIR13AlrmEvtsAtndDpLogCorr    Counter64,
    iSDNPRIR13AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSDNPRIR13AlrmEvtsAtndDp           Integer32,
    iSDNPRIR13AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iSDNPRIR13ISDNPRIDS1AlrmsAttnRq    Integer32,
    iSDNPRIR13ISDNPRIDS1AlrmEvtsAttnRq Integer32,
    iSDNPRIR13ISDNPRIDS1AlrmsAtndDp    Integer32,
    iSDNPRIR13ISDNPRIDS1AlrmEvtsAtndDp Integer32,
    iSDNPRIR13DiagsLogLvl              INTEGER,
    iSDNPRIR13DiagsAPITraceEnabled     INTEGER,
    iSDNPRIR13DiagsAPITraceTag         DisplayString,
    iSDNPRIR13SummaryChldAlrmState     INTEGER,
    iSDNPRIR13ExportNumObjectsExported Integer32,
    iSDNPRIR13ExportStatus             DisplayString,
    iSDNPRIR13ExportFile               DisplayString,
    iSDNPRIR13ExportCorr               Counter64,
    iSDNPRIR13ExportCorrNode           DisplayString,
    iSDNPRIR13ExportCorrUID            DisplayString,
    iSDNPRIR13DoExtraActions           INTEGER,
    iSDNPRIR13RowStatus                RowStatus,
    iSDNPRIR13AdminStatus              AdminStatus,
    iSDNPRIR13OperStatus               OperStatus,
    iSDNPRIR13CustInfo2                DisplayString,
    iSDNPRIR13CustInfo3                DisplayString,
    iSDNPRIR13CustInfo4                DisplayString,
    iSDNPRIR13CustInfo5                DisplayString,
    iSDNPRIR13CustInfo6                DisplayString,
    iSDNPRIR13Usage                    INTEGER,
    iSDNPRIR13TrnkGpNum                Unsigned32,
    iSDNPRIR13NetwkNum                 Unsigned32,
    iSDNPRIR13ForceEchoCancellationOnInboundCalls
                                       INTEGER,
    iSDNPRIR13SupportedCallDirections  INTEGER,
    iSDNPRIR13DirectIXCConn            INTEGER,
    iSDNPRIR13BAFBillInTermCDRType     INTEGER,
    iSDNPRIR13BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSDNPRIR13BAFBillInTandemCDRType   INTEGER,
    iSDNPRIR13BAFBillOutOrigingCDRType INTEGER,
    iSDNPRIR13BAFBillOutTandemCDRType  INTEGER,
    iSDNPRIR13BAFCNABllInCllsCIC       Unsigned32,
    iSDNPRIR13BAFCNABllInCllsCNABillNum
                                       DisplayString,
    iSDNPRIR13BAFCNABllInCllsIncClgNum INTEGER,
    iSDNPRIR13BChanRestartState        INTEGER,
    iSDNPRIR13Trusted                  INTEGER,
    iSDNPRIR13RcvGain                  INTEGER,
    iSDNPRIR13XmitGain                 INTEGER,
    iSDNPRIR13AllowTwoBChanXferInTBCTRequests
                                       INTEGER,
    iSDNPRIR13TwoBChanXferSendTBCTNotifToCtrler
                                       INTEGER,
    iSDNPRIR13FaultMonitoringLvl       INTEGER,
    iSDNPRIR13CFMLvlOnApply            INTEGER,
    iSDNPRIR13AllowTwoBChanXferOutTBCTRequests
                                       INTEGER,
    iSDNPRIR13TwoBChanXferOutTBCTRequestGpID
                                       Unsigned32,
    iSDNPRIR13StatisticsAlrms          Integer32,
    iSDNPRIR13DS1Type                  INTEGER,
    iSDNPRIR13I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSDNPRIR13I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSDNPRIR13I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSDNPRIR13FaultMonitoringProfOtherVals
                                       INTEGER,
    iSDNPRIR13ApplyFMPToReltdObjectTypes
                                       BITS,
    iSDNPRIR13AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSDNPRIR13RestrictRedirectingNums  INTEGER,
    iSDNPRIR13XMLBillTrnkAccountingRef DisplayString,
    iSDNPRIR13ExportIncASRepData       INTEGER,
    iSDNPRIR13ExportChldObjectsToInc   INTEGER
  }

  iSDNPRIR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIR13Entry  1 }

  iSDNPRIR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIR13Entry  2 }

  iSDNPRIR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIR13Entry  3 }

  iSDNPRIR13ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIR13Entry  4 }

  iSDNPRIR13PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNPRIR13Entry  5 }

  iSDNPRIR13I1PRIProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR13Entry  6 }

  iSDNPRIR13I2PRIProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR13Entry  7 }

  iSDNPRIR13I3PRIProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR13Entry  8 }

  iSDNPRIR13I4PRIProfISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR13Entry  9 }

  iSDNPRIR13I5PRIProfInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   primaryRate(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Interface type'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR13Entry  10 }

  iSDNPRIR13I6PRIProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR13Entry  11 }

  iSDNPRIR13Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSDNPRIR13Entry  12 }

  iSDNPRIR13CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { iSDNPRIR13Entry  13 }

  iSDNPRIR13NFASInterface OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'NFAS interface'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  14 }

  iSDNPRIR13DChanBackupAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'D-channel backup available'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  15 }

  iSDNPRIR13I1PrimaryDChanDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  16 }

  iSDNPRIR13I2PrimaryDChanDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  17 }

  iSDNPRIR13I3PrimaryDChanDS1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  18 }

  iSDNPRIR13I4PrimaryDChanDS1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  19 }

  iSDNPRIR13I5PrimaryDChanDS1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  20 }

  iSDNPRIR13I6PrimaryDChanDS1DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'DS1 index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  21 }

  iSDNPRIR13PrimaryDChanDS1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1'.
                  This field represents the fixed
                  values that Primary D-channel DS1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  22 }

  iSDNPRIR13PrimaryDChanDS0 OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary D-channel DS0'.
                  This field is not writable when active."
    ::= { iSDNPRIR13Entry  23 }

  iSDNPRIR13I1PrimaryDChanSCTPAssociationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  24 }

  iSDNPRIR13I2PrimaryDChanSCTPAssociationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  25 }

  iSDNPRIR13I3PrimaryDChanSCTPAssociationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  26 }

  iSDNPRIR13I4PrimaryDChanSCTPAssociationGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Gateway Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  27 }

  iSDNPRIR13I5PrimaryDChanSCTPAssociationPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  28 }

  iSDNPRIR13PrimaryDChanSCTPAssociationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association'.
                  This field represents the fixed
                  values that Primary D-channel SCTP Association
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  29 }

  iSDNPRIR13PrimaryDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   inactiveMediaDown(2),
                   inactiveSignalingFailure(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary D-channel status'."
    ::= { iSDNPRIR13Entry  30 }

  iSDNPRIR13I1SecondaryDChanDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  31 }

  iSDNPRIR13I2SecondaryDChanDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  32 }

  iSDNPRIR13I3SecondaryDChanDS1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  33 }

  iSDNPRIR13I4SecondaryDChanDS1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  34 }

  iSDNPRIR13I5SecondaryDChanDS1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  35 }

  iSDNPRIR13I6SecondaryDChanDS1DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'DS1 index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  36 }

  iSDNPRIR13SecondaryDChanDS1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1'.
                  This field represents the fixed
                  values that Secondary D-channel DS1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  37 }

  iSDNPRIR13SecondaryDChanDS0 OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary D-channel DS0'.
                  This field is not writable when active."
    ::= { iSDNPRIR13Entry  38 }

  iSDNPRIR13I1SecondaryDChanSCTPAssociationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  39 }

  iSDNPRIR13I2SecondaryDChanSCTPAssociationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  40 }

  iSDNPRIR13I3SecondaryDChanSCTPAssociationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  41 }

  iSDNPRIR13I4SecondaryDChanSCTPAssociationGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Gateway Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  42 }

  iSDNPRIR13I5SecondaryDChanSCTPAssociationPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  43 }

  iSDNPRIR13SecondaryDChanSCTPAssociationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association'.
                  This field represents the fixed
                  values that Secondary D-channel SCTP Association
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR13Entry  44 }

  iSDNPRIR13SecondaryDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   inactiveMediaDown(2),
                   inactiveSignalingFailure(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary D-channel status'."
    ::= { iSDNPRIR13Entry  45 }

  iSDNPRIR13OverallDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   primaryChannelActive(2),
                   secondaryChannelActive(3),
                   inactive(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall D-channel status'."
    ::= { iSDNPRIR13Entry  46 }

  iSDNPRIR13SupportedBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { iSDNPRIR13Entry  47 }

  iSDNPRIR13BearerCapabilitiesWithNoPrimarySub OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bearer capabilities with no primary subscriber'."
    ::= { iSDNPRIR13Entry  48 }

  iSDNPRIR13ChanAllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailableChannel(1),
                   highestAvailableChannel(2),
                   mostIdle(3),
                   leastIdle(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel allocation policy'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailableChannel }
    ::= { iSDNPRIR13Entry  49 }

  iSDNPRIR13RingbackSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Far end play ringback'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSDNPRIR13Entry  50 }

  iSDNPRIR13ClgNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number required'."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  51 }

  iSDNPRIR13NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { iSDNPRIR13Entry  52 }

  iSDNPRIR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSDNPRIR13Entry  53 }

  iSDNPRIR13CfgdPrimaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured primary D-channel IUA / SCTP identifier'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { iSDNPRIR13Entry  54 }

  iSDNPRIR13ActualPrimaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Actual primary D-channel IUA / SCTP identifier'."
    ::= { iSDNPRIR13Entry  55 }

  iSDNPRIR13CfgdSecondaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured secondary D-channel IUA / SCTP identifier'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { iSDNPRIR13Entry  56 }

  iSDNPRIR13ActualSecondaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Actual secondary D-channel IUA / SCTP identifier'."
    ::= { iSDNPRIR13Entry  57 }

  iSDNPRIR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSDNPRIR13Entry  58 }

  iSDNPRIR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSDNPRIR13Entry  59 }

  iSDNPRIR13AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSDNPRIR13Entry  60 }

  iSDNPRIR13AddtlAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attention Required'."
    ::= { iSDNPRIR13Entry  61 }

  iSDNPRIR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR13Entry  62 }

  iSDNPRIR13AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSDNPRIR13Entry  63 }

  iSDNPRIR13AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIR13Entry  64 }

  iSDNPRIR13AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIR13Entry  65 }

  iSDNPRIR13AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR13Entry  66 }

  iSDNPRIR13AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iSDNPRIR13Entry  67 }

  iSDNPRIR13ISDNPRIDS1AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attention Required alarms'."
    ::= { iSDNPRIR13Entry  68 }

  iSDNPRIR13ISDNPRIDS1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR13Entry  69 }

  iSDNPRIR13ISDNPRIDS1AlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attend To Dependent alarms'."
    ::= { iSDNPRIR13Entry  70 }

  iSDNPRIR13ISDNPRIDS1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR13Entry  71 }

  iSDNPRIR13DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSDNPRIR13Entry  72 }

  iSDNPRIR13DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  73 }

  iSDNPRIR13DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSDNPRIR13Entry  74 }

  iSDNPRIR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNPRIR13Entry  75 }

  iSDNPRIR13ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { iSDNPRIR13Entry  76 }

  iSDNPRIR13ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { iSDNPRIR13Entry  77 }

  iSDNPRIR13ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { iSDNPRIR13Entry  78 }

  iSDNPRIR13ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { iSDNPRIR13Entry  79 }

  iSDNPRIR13ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { iSDNPRIR13Entry  80 }

  iSDNPRIR13ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { iSDNPRIR13Entry  81 }

  iSDNPRIR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   restartAllBchannels(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR13Entry  82 }

  iSDNPRIR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iSDNPRIR13Entry  83 }

  iSDNPRIR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR13Entry  84 }

  iSDNPRIR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR13Entry  85 }

  iSDNPRIR13CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { iSDNPRIR13Entry  86 }

  iSDNPRIR13CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { iSDNPRIR13Entry  87 }

  iSDNPRIR13CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { iSDNPRIR13Entry  88 }

  iSDNPRIR13CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { iSDNPRIR13Entry  89 }

  iSDNPRIR13CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { iSDNPRIR13Entry  90 }

  iSDNPRIR13Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   access(1),
                   trunk(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is not writable when active."
    DEFVAL       { access }
    ::= { iSDNPRIR13Entry  91 }

  iSDNPRIR13TrnkGpNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSDNPRIR13Entry  92 }

  iSDNPRIR13NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iSDNPRIR13Entry  93 }

  iSDNPRIR13ForceEchoCancellationOnInboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on inbound calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  96 }

  iSDNPRIR13SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'.
                  This field is not writable when active."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSDNPRIR13Entry  97 }

  iSDNPRIR13DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  98 }

  iSDNPRIR13BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   iSDN0450001(8),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR13Entry  100 }

  iSDNPRIR13BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  101 }

  iSDNPRIR13BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   iSDN0450001(8),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR13Entry  102 }

  iSDNPRIR13BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   iSDN0450001(8),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR13Entry  103 }

  iSDNPRIR13BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   iSDN0450001(8),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR13Entry  104 }

  iSDNPRIR13BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR13Entry  105 }

  iSDNPRIR13BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSDNPRIR13Entry  106 }

  iSDNPRIR13BAFCNABllInCllsIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  107 }

  iSDNPRIR13BChanRestartState OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   inProgress(2),
                   restartFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'B-channel restart state'."
    ::= { iSDNPRIR13Entry  108 }

  iSDNPRIR13Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  115 }

  iSDNPRIR13RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR13Entry  116 }

  iSDNPRIR13XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR13Entry  117 }

  iSDNPRIR13AllowTwoBChanXferInTBCTRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Incoming TBCT requests allowed'."
    DEFVAL       { false }
    ::= { iSDNPRIR13Entry  125 }

  iSDNPRIR13TwoBChanXferSendTBCTNotifToCtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - send TBCT notification to controller'."
    DEFVAL       { true }
    ::= { iSDNPRIR13Entry  126 }

  iSDNPRIR13FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { iSDNPRIR13Entry  141 }

  iSDNPRIR13CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { iSDNPRIR13Entry  142 }

  iSDNPRIR13AllowTwoBChanXferOutTBCTRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAllowed(1),
                   allowedWithinPRI(2),
                   allowedWithinPRITBCTGroup(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Outgoing TBCT requests'."
    DEFVAL       { notAllowed }
    ::= { iSDNPRIR13Entry  144 }

  iSDNPRIR13TwoBChanXferOutTBCTRequestGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Outgoing TBCT request group ID'."
    ::= { iSDNPRIR13Entry  145 }

  iSDNPRIR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSDNPRIR13Entry  146 }

  iSDNPRIR13DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { iSDNPRIR13Entry  147 }

  iSDNPRIR13I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR13Entry  148 }

  iSDNPRIR13I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR13Entry  149 }

  iSDNPRIR13I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR13Entry  150 }

  iSDNPRIR13FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSDNPRIR13Entry  151 }

  iSDNPRIR13ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSDNPRIR13Entry  152 }

  iSDNPRIR13AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSDNPRIR13Entry  153 }

  iSDNPRIR13RestrictRedirectingNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRestriction(1),
                   useOriginalRedirectingNumberOnly(2),
                   useLastRedirectingNumberOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Restrict Redirecting Number'."
    DEFVAL       { noRestriction }
    ::= { iSDNPRIR13Entry  154 }

  iSDNPRIR13XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSDNPRIR13Entry  155 }

  iSDNPRIR13ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { iSDNPRIR13Entry  156 }

  iSDNPRIR13ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { iSDNPRIR13Entry  157 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Media Channel'                                           */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  mFMediaChanR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFMediaChanR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Remote Exchange'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2270 }

  mFMediaChanR10Entry OBJECT-TYPE
    SYNTAX       MFMediaChanR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFMediaChanR10NEConn,
             mFMediaChanR10NetwkElement,
             mFMediaChanR10CFSIx,
             mFMediaChanR10MFLocalExchangeIx,
             mFMediaChanR10RemExchangeIx,
             mFMediaChanR10MediaChanIx }
    ::= {  mFMediaChanR10Table  1  }

  MFMediaChanR10Entry  ::=  SEQUENCE
  {
    mFMediaChanR10NEConn               Unsigned32,
    mFMediaChanR10NetwkElement         DisplayString,
    mFMediaChanR10CFSIx                Unsigned32,
    mFMediaChanR10MFLocalExchangeIx    Unsigned32,
    mFMediaChanR10RemExchangeIx        Unsigned32,
    mFMediaChanR10MediaChanIx          Unsigned32,
    mFMediaChanR10TrnkGpNum            INTEGER,
    mFMediaChanR10ZUtilization         INTEGER,
    mFMediaChanR10ZUtilizationAllowedCircs
                                       INTEGER,
    mFMediaChanR10AlrmState            INTEGER,
    mFMediaChanR10AlrmLogCorr          Counter64,
    mFMediaChanR10AlrmEvtsAtndDp       Integer32,
    mFMediaChanR10AlrmStateTimestamp   Unsigned32,
    mFMediaChanR10AlrmResetTimestamp   Unsigned32,
    mFMediaChanR10RowStatus            RowStatus,
    mFMediaChanR10AdminStatus          AdminStatus,
    mFMediaChanR10OperStatus           OperStatus,
    mFMediaChanR10DoExtraActions       INTEGER,
    mFMediaChanR10EchoCancellation     INTEGER,
    mFMediaChanR10Desc                 DisplayString,
    mFMediaChanR10MediaAllocationPolicy
                                       INTEGER,
    mFMediaChanR10DirectIXCConn        INTEGER,
    mFMediaChanR10BillConnSwitchLRN    DisplayString,
    mFMediaChanR10BillConnSwitchNPA    DisplayString,
    mFMediaChanR10BAFCNABllInCllsCIC   Unsigned32,
    mFMediaChanR10BAFCNABllInCllsCNABillNum
                                       DisplayString,
    mFMediaChanR10BAFCNABllInCllsAppendANI
                                       INTEGER,
    mFMediaChanR10BAFBillInTermCDRType INTEGER,
    mFMediaChanR10BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    mFMediaChanR10BAFBillInTandemCDRType
                                       INTEGER,
    mFMediaChanR10BAFBillOutOrigingCDRType
                                       INTEGER,
    mFMediaChanR10BAFBillOutTandemCDRType
                                       INTEGER,
    mFMediaChanR10RcvGain              INTEGER,
    mFMediaChanR10XmitGain             INTEGER,
    mFMediaChanR10StatisticsAlrms      Integer32,
    mFMediaChanR10I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mFMediaChanR10I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mFMediaChanR10I3FaultMonitoringProfFMPIx
                                       Integer32,
    mFMediaChanR10FaultMonitoringProfOtherVals
                                       INTEGER,
    mFMediaChanR10ApplyFMPToReltdObjectTypes
                                       BITS,
    mFMediaChanR10AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mFMediaChanR10XMLBillTrnkAccountingRef
                                       DisplayString
  }

  mFMediaChanR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFMediaChanR10Entry  1 }

  mFMediaChanR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFMediaChanR10Entry  2 }

  mFMediaChanR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFMediaChanR10Entry  3 }

  mFMediaChanR10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFMediaChanR10Entry  4 }

  mFMediaChanR10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFMediaChanR10Entry  5 }

  mFMediaChanR10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { mFMediaChanR10Entry  6 }

  mFMediaChanR10TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { mFMediaChanR10Entry  7 }

  mFMediaChanR10ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { mFMediaChanR10Entry  8 }

  mFMediaChanR10ZUtilizationAllowedCircs OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization of allowed circuits'."
    ::= { mFMediaChanR10Entry  9 }

  mFMediaChanR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFMediaChanR10Entry  10 }

  mFMediaChanR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mFMediaChanR10Entry  11 }

  mFMediaChanR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFMediaChanR10Entry  12 }

  mFMediaChanR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFMediaChanR10Entry  13 }

  mFMediaChanR10AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFMediaChanR10Entry  14 }

  mFMediaChanR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFMediaChanR10Entry  15 }

  mFMediaChanR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR10Entry  16 }

  mFMediaChanR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR10Entry  17 }

  mFMediaChanR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR10Entry  18 }

  mFMediaChanR10EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mFMediaChanR10Entry  19 }

  mFMediaChanR10Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mFMediaChanR10Entry  20 }

  mFMediaChanR10MediaAllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   topDown(1),
                   bottomUp(2),
                   mostIdle(3),
                   leastIdle(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media allocation policy'.
                  This field is not writable when active."
    DEFVAL       { mostIdle }
    ::= { mFMediaChanR10Entry  21 }

  mFMediaChanR10DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { mFMediaChanR10Entry  22 }

  mFMediaChanR10BillConnSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { mFMediaChanR10Entry  25 }

  mFMediaChanR10BillConnSwitchNPA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..3))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch NPA'."
    ::= { mFMediaChanR10Entry  26 }

  mFMediaChanR10BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR10Entry  28 }

  mFMediaChanR10BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { mFMediaChanR10Entry  29 }

  mFMediaChanR10BAFCNABllInCllsAppendANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - append ANI'."
    DEFVAL       { false }
    ::= { mFMediaChanR10Entry  30 }

  mFMediaChanR10BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   fGC1350653(7),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR10Entry  31 }

  mFMediaChanR10BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { mFMediaChanR10Entry  32 }

  mFMediaChanR10BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   fGC1350653(7),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR10Entry  33 }

  mFMediaChanR10BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   fGC1340625(7),
                   cAMAIXC1100625(9),
                   cAMAToll0060001(10),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR10Entry  34 }

  mFMediaChanR10BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   fGC1340625(7),
                   cAMAIXC1100625(9),
                   cAMAToll0060001(10),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR10Entry  35 }

  mFMediaChanR10RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR10Entry  36 }

  mFMediaChanR10XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR10Entry  37 }

  mFMediaChanR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mFMediaChanR10Entry  38 }

  mFMediaChanR10I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR10Entry  39 }

  mFMediaChanR10I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR10Entry  40 }

  mFMediaChanR10I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR10Entry  41 }

  mFMediaChanR10FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mFMediaChanR10Entry  42 }

  mFMediaChanR10ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { mFMediaChanR10Entry  43 }

  mFMediaChanR10AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mFMediaChanR10Entry  44 }

  mFMediaChanR10XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { mFMediaChanR10Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Trunk'                                                  */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.6.10                                                       */
-- /*********************************************************************************/

  sIPTrunkR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPTrunkR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP Trunks'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2271 }

  sIPTrunkR9Entry OBJECT-TYPE
    SYNTAX       SIPTrunkR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPTrunkR9NEConn,
             sIPTrunkR9NetwkElement,
             sIPTrunkR9CFSIx,
             sIPTrunkR9SIPIx,
             sIPTrunkR9SIPTrnkIx }
    ::= {  sIPTrunkR9Table  1  }

  SIPTrunkR9Entry  ::=  SEQUENCE
  {
    sIPTrunkR9NEConn                   Unsigned32,
    sIPTrunkR9NetwkElement             DisplayString,
    sIPTrunkR9CFSIx                    Unsigned32,
    sIPTrunkR9SIPIx                    Unsigned32,
    sIPTrunkR9SIPTrnkIx                Unsigned32,
    sIPTrunkR9SIPTrnkName              DisplayString,
    sIPTrunkR9Desc                     DisplayString,
    sIPTrunkR9TrnkGpNum                INTEGER,
    sIPTrunkR9NetwkNum                 Unsigned32,
    sIPTrunkR9I1CfgdSIPBindingNEConn   Unsigned32,
    sIPTrunkR9I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    sIPTrunkR9I3CfgdSIPBindingCFSIx    Unsigned32,
    sIPTrunkR9I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    sIPTrunkR9ForceEchoCltnOnInboundCalls
                                       INTEGER,
    sIPTrunkR9ForceEchoCltnOnOutboundCalls
                                       INTEGER,
    sIPTrunkR9ZUtilization             INTEGER,
    sIPTrunkR9DeactivnMode             INTEGER,
    sIPTrunkR9AlrmState                INTEGER,
    sIPTrunkR9AlrmLogCorr              Counter64,
    sIPTrunkR9AlrmEvtsAtndDp           Unsigned32,
    sIPTrunkR9AlrmStateTimestamp       Unsigned32,
    sIPTrunkR9AlrmResetTimestamp       Unsigned32,
    sIPTrunkR9DiagsLogLvl              INTEGER,
    sIPTrunkR9DiagsAPITraceEnabled     INTEGER,
    sIPTrunkR9DiagsAPITraceTag         DisplayString,
    sIPTrunkR9DoExtraActions           INTEGER,
    sIPTrunkR9RowStatus                RowStatus,
    sIPTrunkR9AdminStatus              AdminStatus,
    sIPTrunkR9OperStatus               OperStatus,
    sIPTrunkR9SupportedCallDirections  INTEGER,
    sIPTrunkR9BAFBillInTermCDRType     INTEGER,
    sIPTrunkR9BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    sIPTrunkR9BAFBillInTandemCDRType   INTEGER,
    sIPTrunkR9BAFBillOutOrigingCDRType INTEGER,
    sIPTrunkR9BAFBillOutTandemCDRType  INTEGER,
    sIPTrunkR9BAFCNABllInCllsCIC       Unsigned32,
    sIPTrunkR9BAFCNABllInCllsCNABillNum
                                       DisplayString,
    sIPTrunkR9BAFCNABllInCllsIncClgNum INTEGER,
    sIPTrunkR9DirectIXCConn            INTEGER,
    sIPTrunkR9ExchangePerformsLNPLookup
                                       INTEGER,
    sIPTrunkR9BAFBillAppendOrigingLRNMod
                                       INTEGER,
    sIPTrunkR9BAFBillConnectedSwitchLRN
                                       DisplayString,
    sIPTrunkR9BAFBillOverrideSignalledLRN
                                       INTEGER,
    sIPTrunkR9BAFCNABllInCllsIncChargeNum
                                       INTEGER,
    sIPTrunkR9AlrmEvtsAttnRq           Unsigned32,
    sIPTrunkR9AlrmEvtsAttnRqLogCorr    Counter64,
    sIPTrunkR9AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sIPTrunkR9UseFwdAddrAsChargeAddr   INTEGER,
    sIPTrunkR9StatisticsAlrms          Integer32,
    sIPTrunkR9I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    sIPTrunkR9I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    sIPTrunkR9I3FaultMonitoringProfFMPIx
                                       Integer32,
    sIPTrunkR9FaultMonitoringProfOtherVals
                                       INTEGER,
    sIPTrunkR9ApplyFMPToReltdObjectTypes
                                       BITS,
    sIPTrunkR9AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    sIPTrunkR9XMLBillTrnkAccountingRef DisplayString,
    sIPTrunkR9InBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR9OutBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR9UseSignaledTrnkGpIDInTCAPQueries
                                       INTEGER,
    sIPTrunkR9PropagationDly           Unsigned32,
    sIPTrunkR9IntnatlExchange          INTEGER,
    sIPTrunkR9SatelliteLink            INTEGER,
    sIPTrunkR9PeerNetwkType            INTEGER
  }

  sIPTrunkR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPTrunkR9Entry  1 }

  sIPTrunkR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPTrunkR9Entry  2 }

  sIPTrunkR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPTrunkR9Entry  3 }

  sIPTrunkR9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPTrunkR9Entry  4 }

  sIPTrunkR9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk index'.
                  This is an index field."
    ::= { sIPTrunkR9Entry  5 }

  sIPTrunkR9SIPTrnkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk name'."
    ::= { sIPTrunkR9Entry  6 }

  sIPTrunkR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sIPTrunkR9Entry  7 }

  sIPTrunkR9TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'."
    ::= { sIPTrunkR9Entry  8 }

  sIPTrunkR9NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR9Entry  9 }

  sIPTrunkR9I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR9Entry  10 }

  sIPTrunkR9I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR9Entry  11 }

  sIPTrunkR9I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR9Entry  12 }

  sIPTrunkR9I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR9Entry  13 }

  sIPTrunkR9ForceEchoCltnOnInboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on inbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  14 }

  sIPTrunkR9ForceEchoCltnOnOutboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on outbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  15 }

  sIPTrunkR9ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { sIPTrunkR9Entry  17 }

  sIPTrunkR9DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPTrunkR9Entry  20 }

  sIPTrunkR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPTrunkR9Entry  22 }

  sIPTrunkR9AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sIPTrunkR9Entry  23 }

  sIPTrunkR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR9Entry  24 }

  sIPTrunkR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPTrunkR9Entry  25 }

  sIPTrunkR9AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { sIPTrunkR9Entry  26 }

  sIPTrunkR9DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sIPTrunkR9Entry  28 }

  sIPTrunkR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  29 }

  sIPTrunkR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sIPTrunkR9Entry  30 }

  sIPTrunkR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR9Entry  32 }

  sIPTrunkR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPTrunkR9Entry  33 }

  sIPTrunkR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR9Entry  34 }

  sIPTrunkR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR9Entry  35 }

  sIPTrunkR9SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { sIPTrunkR9Entry  36 }

  sIPTrunkR9BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR9Entry  37 }

  sIPTrunkR9BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  38 }

  sIPTrunkR9BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR9Entry  39 }

  sIPTrunkR9BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR9Entry  40 }

  sIPTrunkR9BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR9Entry  41 }

  sIPTrunkR9BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR9Entry  42 }

  sIPTrunkR9BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { sIPTrunkR9Entry  43 }

  sIPTrunkR9BAFCNABllInCllsIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  44 }

  sIPTrunkR9DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  45 }

  sIPTrunkR9ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { sIPTrunkR9Entry  46 }

  sIPTrunkR9BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  47 }

  sIPTrunkR9BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { sIPTrunkR9Entry  48 }

  sIPTrunkR9BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  49 }

  sIPTrunkR9BAFCNABllInCllsIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  50 }

  sIPTrunkR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR9Entry  52 }

  sIPTrunkR9AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sIPTrunkR9Entry  57 }

  sIPTrunkR9AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sIPTrunkR9Entry  58 }

  sIPTrunkR9UseFwdAddrAsChargeAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use forwarding address as charge address'."
    DEFVAL       { true }
    ::= { sIPTrunkR9Entry  60 }

  sIPTrunkR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPTrunkR9Entry  61 }

  sIPTrunkR9I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR9Entry  62 }

  sIPTrunkR9I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR9Entry  63 }

  sIPTrunkR9I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR9Entry  64 }

  sIPTrunkR9FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPTrunkR9Entry  65 }

  sIPTrunkR9ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { sIPTrunkR9Entry  66 }

  sIPTrunkR9AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { sIPTrunkR9Entry  67 }

  sIPTrunkR9XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { sIPTrunkR9Entry  68 }

  sIPTrunkR9InBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR9Entry  69 }

  sIPTrunkR9OutBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR9Entry  70 }

  sIPTrunkR9UseSignaledTrnkGpIDInTCAPQueries OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use signaled trunk group ID in TCAP queries'."
    DEFVAL       { never }
    ::= { sIPTrunkR9Entry  71 }

  sIPTrunkR9PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR9Entry  72 }

  sIPTrunkR9IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  73 }

  sIPTrunkR9SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { sIPTrunkR9Entry  74 }

  sIPTrunkR9PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { sIPTrunkR9Entry  75 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  rVTTestTrunkR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2272 }

  rVTTestTrunkR19Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR19NEConn,
             rVTTestTrunkR19NetwkElement,
             rVTTestTrunkR19CFSIx,
             rVTTestTrunkR19GpIx,
             rVTTestTrunkR19TestIx }
    ::= {  rVTTestTrunkR19Table  1  }

  RVTTestTrunkR19Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR19NEConn              Unsigned32,
    rVTTestTrunkR19NetwkElement        DisplayString,
    rVTTestTrunkR19CFSIx               Unsigned32,
    rVTTestTrunkR19GpIx                Unsigned32,
    rVTTestTrunkR19TestIx              Unsigned32,
    rVTTestTrunkR19TestName            DisplayString,
    rVTTestTrunkR19CldNum              DisplayString,
    rVTTestTrunkR19T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR19T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR19T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR19T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR19T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR19AllowOprHoldIs      INTEGER,
    rVTTestTrunkR19PriorityCall        INTEGER,
    rVTTestTrunkR19UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR19IgnoreTermAppServer INTEGER,
    rVTTestTrunkR19InTrnkGpNum         INTEGER,
    rVTTestTrunkR19ClgPartyNum         DisplayString,
    rVTTestTrunkR19ReqdRetryRtg        INTEGER,
    rVTTestTrunkR19TestCall            INTEGER,
    rVTTestTrunkR19TransitNetwkID      DisplayString,
    rVTTestTrunkR19TestRes             INTEGER,
    rVTTestTrunkR19CauseFail           INTEGER,
    rVTTestTrunkR19NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR19NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR19NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR19AllowNumVldnHold    INTEGER,
    rVTTestTrunkR19NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR19NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR19NumVldnTestCall     INTEGER,
    rVTTestTrunkR19NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR19NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR19NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR19NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR19NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR19NumVldnUDA1         Unsigned32,
    rVTTestTrunkR19NumVldnUDA2         Unsigned32,
    rVTTestTrunkR19NumVldnUDA3         Unsigned32,
    rVTTestTrunkR19NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR19RtgTestCall         INTEGER,
    rVTTestTrunkR19RtgModfdCldNum      DisplayString,
    rVTTestTrunkR19RtgOprCall          INTEGER,
    rVTTestTrunkR19RtgRtgControlInd    INTEGER,
    rVTTestTrunkR19RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR19RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR19RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR19RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR19T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR19T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR19T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR19T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR19T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR19RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR19RtgEchoCancellation INTEGER,
    rVTTestTrunkR19TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR19TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR19DiagsLogLvl         INTEGER,
    rVTTestTrunkR19DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR19DoExtraActions      INTEGER,
    rVTTestTrunkR19RowStatus           RowStatus,
    rVTTestTrunkR19NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR19NumVldnBillCallType INTEGER,
    rVTTestTrunkR19NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR19NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR19ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR19NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR19UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR19NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR19NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR19NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR19T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR19T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR19CldAddrScope        INTEGER,
    rVTTestTrunkR19ClgNumScope         INTEGER,
    rVTTestTrunkR19ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR19OprCall             INTEGER,
    rVTTestTrunkR19EchoCancellation    INTEGER,
    rVTTestTrunkR19ClgCategory         INTEGER,
    rVTTestTrunkR19CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR19ChargeNumANIPresent INTEGER,
    rVTTestTrunkR19ChargeNumANI        DisplayString,
    rVTTestTrunkR19BearerCapability    INTEGER,
    rVTTestTrunkR19OrigingExchangeAddr DisplayString,
    rVTTestTrunkR19PortedNum           DisplayString,
    rVTTestTrunkR19LNPLookupPerformed  INTEGER,
    rVTTestTrunkR19ReleaseControlMode  INTEGER,
    rVTTestTrunkR19DialedPrefix        INTEGER,
    rVTTestTrunkR19AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR19AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR19NumVldnClgCategory  INTEGER,
    rVTTestTrunkR19NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR19NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR19NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR19I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR19I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR19I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR19I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR19NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR19NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR19NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR19I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR19I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR19I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR19I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR19I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR19I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR19NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR19NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR19NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR19NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR19RtgFGDCarrID        DisplayString,
    rVTTestTrunkR19RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR19RtgChargeNumANI     DisplayString,
    rVTTestTrunkR19RtgDialedPrefix     INTEGER,
    rVTTestTrunkR19NVModCallPartyNum   DisplayString,
    rVTTestTrunkR19NVModChargeNum      DisplayString,
    rVTTestTrunkR19RtgModCallPartyNum  DisplayString,
    rVTTestTrunkR19RtgModChargeNum     DisplayString,
    rVTTestTrunkR19SIPType             INTEGER,
    rVTTestTrunkR19I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR19I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR19I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR19I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR19ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR19IncMCsIncluded      INTEGER,
    rVTTestTrunkR19T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR19T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR19T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR19T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR19T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR19T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR19T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR19T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR19T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR19T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR19T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR19IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR19T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR19T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR19T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR19T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR19T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR19T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR19T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR19T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR19T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR19T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR19T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR19IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR19ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR19ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR19ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR19T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR19T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR19T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR19T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR19T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR19T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR19T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR19T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR19T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR19T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR19T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR19T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR19T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR19T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR19T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR19T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR19ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR19ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR19ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR19NumVldnUDA4         Unsigned32,
    rVTTestTrunkR19NumVldnUDA5         Unsigned32,
    rVTTestTrunkR19NumVldnUDA6         Unsigned32,
    rVTTestTrunkR19NumVldnUDA7         Unsigned32,
    rVTTestTrunkR19NumVldnUDA8         Unsigned32,
    rVTTestTrunkR19NumVldnUDA9         Unsigned32,
    rVTTestTrunkR19NumVldnUDA10        Unsigned32,
    rVTTestTrunkR19NumVldnUDA11        Unsigned32,
    rVTTestTrunkR19NumVldnUDA12        Unsigned32,
    rVTTestTrunkR19NumVldnUDA13        Unsigned32,
    rVTTestTrunkR19NumVldnUDA14        Unsigned32,
    rVTTestTrunkR19NumVldnUDA15        Unsigned32,
    rVTTestTrunkR19NumVldnUDA16        Unsigned32,
    rVTTestTrunkR19NumVldnUDA17        Unsigned32,
    rVTTestTrunkR19NumVldnUDA18        Unsigned32,
    rVTTestTrunkR19NumVldnUDA19        Unsigned32,
    rVTTestTrunkR19NumVldnUDA20        Unsigned32,
    rVTTestTrunkR19NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR19RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR19IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR19NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR19SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR19SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR19SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR19SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR19SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR19SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR19SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR19SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR19SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR19SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR19SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR19SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR19NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR19DateAndTimeYear     Unsigned32,
    rVTTestTrunkR19DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR19DateAndTimeDate     Unsigned32,
    rVTTestTrunkR19HrAndTimeHr         Unsigned32,
    rVTTestTrunkR19MinAndTimeMin       Unsigned32,
    rVTTestTrunkR19NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR19SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR19SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR19SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR19SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR19SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR19SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR19SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR19SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR19SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR19NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR19SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR19SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR19SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR19SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR19SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR19SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR19SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR19SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR19SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR19SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR19SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR19SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR19NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR19NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR19NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR19NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR19NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR19RtgCldAddrScope     INTEGER,
    rVTTestTrunkR19LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR19ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR19ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR19RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR19RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR19PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR19PropagationDly      Unsigned32,
    rVTTestTrunkR19SatelliteIndPresent INTEGER,
    rVTTestTrunkR19SatelliteInd        Unsigned32,
    rVTTestTrunkR19IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR19IsupPreference      INTEGER,
    rVTTestTrunkR19GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR19GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR19GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR19GermanIsupSspParm   INTEGER,
    rVTTestTrunkR19ModfdClgNumScope    INTEGER,
    rVTTestTrunkR19ModfdGermanIsupUkkParm
                                       Integer32
  }

  rVTTestTrunkR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR19Entry  1 }

  rVTTestTrunkR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR19Entry  2 }

  rVTTestTrunkR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR19Entry  3 }

  rVTTestTrunkR19GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR19Entry  4 }

  rVTTestTrunkR19TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR19Entry  5 }

  rVTTestTrunkR19TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR19Entry  6 }

  rVTTestTrunkR19CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR19Entry  7 }

  rVTTestTrunkR19T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  12 }

  rVTTestTrunkR19T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  13 }

  rVTTestTrunkR19T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  14 }

  rVTTestTrunkR19T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  15 }

  rVTTestTrunkR19T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  16 }

  rVTTestTrunkR19T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  17 }

  rVTTestTrunkR19T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  18 }

  rVTTestTrunkR19T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  19 }

  rVTTestTrunkR19T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  20 }

  rVTTestTrunkR19T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  21 }

  rVTTestTrunkR19T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  22 }

  rVTTestTrunkR19T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  23 }

  rVTTestTrunkR19T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  24 }

  rVTTestTrunkR19T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  25 }

  rVTTestTrunkR19T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  26 }

  rVTTestTrunkR19T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  27 }

  rVTTestTrunkR19T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  28 }

  rVTTestTrunkR19ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR19Entry  29 }

  rVTTestTrunkR19AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR19Entry  30 }

  rVTTestTrunkR19PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR19Entry  31 }

  rVTTestTrunkR19UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR19Entry  32 }

  rVTTestTrunkR19IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR19Entry  33 }

  rVTTestTrunkR19InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR19Entry  34 }

  rVTTestTrunkR19ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR19Entry  35 }

  rVTTestTrunkR19ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR19Entry  36 }

  rVTTestTrunkR19TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR19Entry  37 }

  rVTTestTrunkR19TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR19Entry  38 }

  rVTTestTrunkR19TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR19Entry  39 }

  rVTTestTrunkR19CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR19Entry  40 }

  rVTTestTrunkR19NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR19Entry  42 }

  rVTTestTrunkR19NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR19Entry  43 }

  rVTTestTrunkR19NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR19Entry  44 }

  rVTTestTrunkR19AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR19Entry  45 }

  rVTTestTrunkR19NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR19Entry  46 }

  rVTTestTrunkR19NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR19Entry  47 }

  rVTTestTrunkR19NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR19Entry  48 }

  rVTTestTrunkR19NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR19Entry  49 }

  rVTTestTrunkR19NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR19Entry  50 }

  rVTTestTrunkR19NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR19Entry  51 }

  rVTTestTrunkR19NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR19Entry  52 }

  rVTTestTrunkR19NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR19Entry  53 }

  rVTTestTrunkR19NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR19Entry  54 }

  rVTTestTrunkR19NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR19Entry  55 }

  rVTTestTrunkR19NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR19Entry  56 }

  rVTTestTrunkR19NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR19Entry  57 }

  rVTTestTrunkR19RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR19Entry  59 }

  rVTTestTrunkR19RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR19Entry  60 }

  rVTTestTrunkR19RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR19Entry  61 }

  rVTTestTrunkR19RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR19Entry  62 }

  rVTTestTrunkR19RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR19Entry  63 }

  rVTTestTrunkR19RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR19Entry  64 }

  rVTTestTrunkR19RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR19Entry  65 }

  rVTTestTrunkR19RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR19Entry  66 }

  rVTTestTrunkR19T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  67 }

  rVTTestTrunkR19T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  68 }

  rVTTestTrunkR19T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  69 }

  rVTTestTrunkR19T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  70 }

  rVTTestTrunkR19T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  71 }

  rVTTestTrunkR19T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  72 }

  rVTTestTrunkR19T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  73 }

  rVTTestTrunkR19T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  74 }

  rVTTestTrunkR19T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  75 }

  rVTTestTrunkR19T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  76 }

  rVTTestTrunkR19T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  77 }

  rVTTestTrunkR19T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  78 }

  rVTTestTrunkR19T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  79 }

  rVTTestTrunkR19T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  80 }

  rVTTestTrunkR19T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  81 }

  rVTTestTrunkR19T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  82 }

  rVTTestTrunkR19T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  83 }

  rVTTestTrunkR19RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR19Entry  84 }

  rVTTestTrunkR19RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR19Entry  85 }

  rVTTestTrunkR19RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR19Entry  86 }

  rVTTestTrunkR19TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR19Entry  87 }

  rVTTestTrunkR19TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR19Entry  88 }

  rVTTestTrunkR19DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR19Entry  90 }

  rVTTestTrunkR19DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR19Entry  91 }

  rVTTestTrunkR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR19Entry  93 }

  rVTTestTrunkR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR19Entry  94 }

  rVTTestTrunkR19NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR19Entry  96 }

  rVTTestTrunkR19NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR19Entry  97 }

  rVTTestTrunkR19NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR19Entry  98 }

  rVTTestTrunkR19NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR19Entry  99 }

  rVTTestTrunkR19ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR19Entry  100 }

  rVTTestTrunkR19NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR19Entry  101 }

  rVTTestTrunkR19UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR19Entry  102 }

  rVTTestTrunkR19NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR19Entry  103 }

  rVTTestTrunkR19NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR19Entry  104 }

  rVTTestTrunkR19NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR19Entry  105 }

  rVTTestTrunkR19T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  106 }

  rVTTestTrunkR19T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  107 }

  rVTTestTrunkR19T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  108 }

  rVTTestTrunkR19T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  109 }

  rVTTestTrunkR19T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  110 }

  rVTTestTrunkR19CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR19Entry  111 }

  rVTTestTrunkR19ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR19Entry  112 }

  rVTTestTrunkR19ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR19Entry  113 }

  rVTTestTrunkR19OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR19Entry  114 }

  rVTTestTrunkR19EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR19Entry  115 }

  rVTTestTrunkR19ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR19Entry  116 }

  rVTTestTrunkR19CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR19Entry  117 }

  rVTTestTrunkR19ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR19Entry  118 }

  rVTTestTrunkR19ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR19Entry  119 }

  rVTTestTrunkR19BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR19Entry  120 }

  rVTTestTrunkR19OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR19Entry  121 }

  rVTTestTrunkR19PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR19Entry  122 }

  rVTTestTrunkR19LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR19Entry  123 }

  rVTTestTrunkR19ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR19Entry  124 }

  rVTTestTrunkR19DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR19Entry  125 }

  rVTTestTrunkR19AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR19Entry  126 }

  rVTTestTrunkR19AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR19Entry  127 }

  rVTTestTrunkR19NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR19Entry  128 }

  rVTTestTrunkR19NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR19Entry  129 }

  rVTTestTrunkR19NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR19Entry  130 }

  rVTTestTrunkR19NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR19Entry  131 }

  rVTTestTrunkR19I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR19Entry  132 }

  rVTTestTrunkR19I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR19Entry  133 }

  rVTTestTrunkR19I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR19Entry  134 }

  rVTTestTrunkR19I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR19Entry  135 }

  rVTTestTrunkR19NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR19Entry  136 }

  rVTTestTrunkR19NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR19Entry  137 }

  rVTTestTrunkR19NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR19Entry  138 }

  rVTTestTrunkR19I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR19Entry  139 }

  rVTTestTrunkR19I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR19Entry  140 }

  rVTTestTrunkR19I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR19Entry  141 }

  rVTTestTrunkR19I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR19Entry  142 }

  rVTTestTrunkR19I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR19Entry  143 }

  rVTTestTrunkR19I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR19Entry  144 }

  rVTTestTrunkR19NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR19Entry  145 }

  rVTTestTrunkR19NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR19Entry  146 }

  rVTTestTrunkR19NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR19Entry  147 }

  rVTTestTrunkR19NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR19Entry  148 }

  rVTTestTrunkR19RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR19Entry  149 }

  rVTTestTrunkR19RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR19Entry  150 }

  rVTTestTrunkR19RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR19Entry  151 }

  rVTTestTrunkR19RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR19Entry  152 }

  rVTTestTrunkR19NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR19Entry  153 }

  rVTTestTrunkR19NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR19Entry  154 }

  rVTTestTrunkR19RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestTrunkR19Entry  155 }

  rVTTestTrunkR19RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR19Entry  156 }

  rVTTestTrunkR19SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR19Entry  157 }

  rVTTestTrunkR19I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR19Entry  158 }

  rVTTestTrunkR19I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR19Entry  159 }

  rVTTestTrunkR19I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR19Entry  160 }

  rVTTestTrunkR19I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR19Entry  161 }

  rVTTestTrunkR19ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  162 }

  rVTTestTrunkR19IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR19Entry  163 }

  rVTTestTrunkR19T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  164 }

  rVTTestTrunkR19T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  165 }

  rVTTestTrunkR19T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  166 }

  rVTTestTrunkR19T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  167 }

  rVTTestTrunkR19T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  168 }

  rVTTestTrunkR19T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  169 }

  rVTTestTrunkR19T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  171 }

  rVTTestTrunkR19T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  172 }

  rVTTestTrunkR19T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  173 }

  rVTTestTrunkR19T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  174 }

  rVTTestTrunkR19T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  175 }

  rVTTestTrunkR19T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  176 }

  rVTTestTrunkR19T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  178 }

  rVTTestTrunkR19T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  179 }

  rVTTestTrunkR19T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  180 }

  rVTTestTrunkR19T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  181 }

  rVTTestTrunkR19T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  182 }

  rVTTestTrunkR19T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  184 }

  rVTTestTrunkR19T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  185 }

  rVTTestTrunkR19T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  186 }

  rVTTestTrunkR19T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  187 }

  rVTTestTrunkR19T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  188 }

  rVTTestTrunkR19IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  189 }

  rVTTestTrunkR19T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  190 }

  rVTTestTrunkR19T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  191 }

  rVTTestTrunkR19T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  192 }

  rVTTestTrunkR19T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  193 }

  rVTTestTrunkR19T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  194 }

  rVTTestTrunkR19T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  195 }

  rVTTestTrunkR19T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  197 }

  rVTTestTrunkR19T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  198 }

  rVTTestTrunkR19T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  199 }

  rVTTestTrunkR19T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  200 }

  rVTTestTrunkR19T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  201 }

  rVTTestTrunkR19T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  202 }

  rVTTestTrunkR19T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  204 }

  rVTTestTrunkR19T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  205 }

  rVTTestTrunkR19T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  206 }

  rVTTestTrunkR19T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  207 }

  rVTTestTrunkR19T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  208 }

  rVTTestTrunkR19T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  210 }

  rVTTestTrunkR19T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  211 }

  rVTTestTrunkR19T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  212 }

  rVTTestTrunkR19T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  213 }

  rVTTestTrunkR19T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  214 }

  rVTTestTrunkR19IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  215 }

  rVTTestTrunkR19T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  216 }

  rVTTestTrunkR19T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  217 }

  rVTTestTrunkR19T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  218 }

  rVTTestTrunkR19T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  219 }

  rVTTestTrunkR19T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  220 }

  rVTTestTrunkR19T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  221 }

  rVTTestTrunkR19T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  223 }

  rVTTestTrunkR19T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  224 }

  rVTTestTrunkR19T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  225 }

  rVTTestTrunkR19T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  226 }

  rVTTestTrunkR19T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  227 }

  rVTTestTrunkR19T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  228 }

  rVTTestTrunkR19T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  230 }

  rVTTestTrunkR19T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  231 }

  rVTTestTrunkR19T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  232 }

  rVTTestTrunkR19T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  233 }

  rVTTestTrunkR19T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  234 }

  rVTTestTrunkR19T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  236 }

  rVTTestTrunkR19T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  237 }

  rVTTestTrunkR19T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  238 }

  rVTTestTrunkR19T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  239 }

  rVTTestTrunkR19T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  240 }

  rVTTestTrunkR19IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  241 }

  rVTTestTrunkR19T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  242 }

  rVTTestTrunkR19T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  243 }

  rVTTestTrunkR19T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  244 }

  rVTTestTrunkR19T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  245 }

  rVTTestTrunkR19T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  246 }

  rVTTestTrunkR19T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  247 }

  rVTTestTrunkR19T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  249 }

  rVTTestTrunkR19T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  250 }

  rVTTestTrunkR19T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  251 }

  rVTTestTrunkR19T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  252 }

  rVTTestTrunkR19T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  253 }

  rVTTestTrunkR19T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  254 }

  rVTTestTrunkR19T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  256 }

  rVTTestTrunkR19T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  257 }

  rVTTestTrunkR19T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  258 }

  rVTTestTrunkR19T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  259 }

  rVTTestTrunkR19T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  260 }

  rVTTestTrunkR19T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  262 }

  rVTTestTrunkR19T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  263 }

  rVTTestTrunkR19T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  264 }

  rVTTestTrunkR19T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  265 }

  rVTTestTrunkR19T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  266 }

  rVTTestTrunkR19IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  267 }

  rVTTestTrunkR19T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  268 }

  rVTTestTrunkR19T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  269 }

  rVTTestTrunkR19T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  270 }

  rVTTestTrunkR19T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  271 }

  rVTTestTrunkR19T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  272 }

  rVTTestTrunkR19T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  273 }

  rVTTestTrunkR19T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  275 }

  rVTTestTrunkR19T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  276 }

  rVTTestTrunkR19T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  277 }

  rVTTestTrunkR19T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  278 }

  rVTTestTrunkR19T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  279 }

  rVTTestTrunkR19T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  280 }

  rVTTestTrunkR19T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  282 }

  rVTTestTrunkR19T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  283 }

  rVTTestTrunkR19T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  284 }

  rVTTestTrunkR19T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  285 }

  rVTTestTrunkR19T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  286 }

  rVTTestTrunkR19T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  288 }

  rVTTestTrunkR19T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  289 }

  rVTTestTrunkR19T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  290 }

  rVTTestTrunkR19T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  291 }

  rVTTestTrunkR19T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  292 }

  rVTTestTrunkR19IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  293 }

  rVTTestTrunkR19T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  294 }

  rVTTestTrunkR19T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  295 }

  rVTTestTrunkR19T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  296 }

  rVTTestTrunkR19T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  297 }

  rVTTestTrunkR19T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  298 }

  rVTTestTrunkR19T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  299 }

  rVTTestTrunkR19T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  301 }

  rVTTestTrunkR19T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  302 }

  rVTTestTrunkR19T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  303 }

  rVTTestTrunkR19T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  304 }

  rVTTestTrunkR19T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  305 }

  rVTTestTrunkR19T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  306 }

  rVTTestTrunkR19T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  308 }

  rVTTestTrunkR19T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  309 }

  rVTTestTrunkR19T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  310 }

  rVTTestTrunkR19T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  311 }

  rVTTestTrunkR19T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  312 }

  rVTTestTrunkR19T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  314 }

  rVTTestTrunkR19T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  315 }

  rVTTestTrunkR19T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  316 }

  rVTTestTrunkR19T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  317 }

  rVTTestTrunkR19T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  318 }

  rVTTestTrunkR19IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  319 }

  rVTTestTrunkR19T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  320 }

  rVTTestTrunkR19T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  321 }

  rVTTestTrunkR19T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  322 }

  rVTTestTrunkR19T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  323 }

  rVTTestTrunkR19T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  324 }

  rVTTestTrunkR19T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  325 }

  rVTTestTrunkR19T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  327 }

  rVTTestTrunkR19T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  328 }

  rVTTestTrunkR19T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  329 }

  rVTTestTrunkR19T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  330 }

  rVTTestTrunkR19T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  331 }

  rVTTestTrunkR19T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  332 }

  rVTTestTrunkR19T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  334 }

  rVTTestTrunkR19T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  335 }

  rVTTestTrunkR19T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  336 }

  rVTTestTrunkR19T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  337 }

  rVTTestTrunkR19T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  338 }

  rVTTestTrunkR19T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  340 }

  rVTTestTrunkR19T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  341 }

  rVTTestTrunkR19T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  342 }

  rVTTestTrunkR19T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  343 }

  rVTTestTrunkR19T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  344 }

  rVTTestTrunkR19IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  345 }

  rVTTestTrunkR19T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  346 }

  rVTTestTrunkR19T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  347 }

  rVTTestTrunkR19T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  348 }

  rVTTestTrunkR19T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  349 }

  rVTTestTrunkR19T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  350 }

  rVTTestTrunkR19T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  351 }

  rVTTestTrunkR19T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  353 }

  rVTTestTrunkR19T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  354 }

  rVTTestTrunkR19T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  355 }

  rVTTestTrunkR19T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  356 }

  rVTTestTrunkR19T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  357 }

  rVTTestTrunkR19T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  358 }

  rVTTestTrunkR19T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  360 }

  rVTTestTrunkR19T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  361 }

  rVTTestTrunkR19T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  362 }

  rVTTestTrunkR19T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  363 }

  rVTTestTrunkR19T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  364 }

  rVTTestTrunkR19T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  366 }

  rVTTestTrunkR19T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  367 }

  rVTTestTrunkR19T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  368 }

  rVTTestTrunkR19T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  369 }

  rVTTestTrunkR19T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  370 }

  rVTTestTrunkR19IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  371 }

  rVTTestTrunkR19T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  372 }

  rVTTestTrunkR19T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  373 }

  rVTTestTrunkR19T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  374 }

  rVTTestTrunkR19T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  375 }

  rVTTestTrunkR19T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  376 }

  rVTTestTrunkR19T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  377 }

  rVTTestTrunkR19T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  379 }

  rVTTestTrunkR19T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  380 }

  rVTTestTrunkR19T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  381 }

  rVTTestTrunkR19T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  382 }

  rVTTestTrunkR19T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  383 }

  rVTTestTrunkR19T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  384 }

  rVTTestTrunkR19T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  386 }

  rVTTestTrunkR19T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  387 }

  rVTTestTrunkR19T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  388 }

  rVTTestTrunkR19T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  389 }

  rVTTestTrunkR19T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  390 }

  rVTTestTrunkR19T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  392 }

  rVTTestTrunkR19T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  393 }

  rVTTestTrunkR19T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  394 }

  rVTTestTrunkR19T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  395 }

  rVTTestTrunkR19T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  396 }

  rVTTestTrunkR19IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  397 }

  rVTTestTrunkR19T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  398 }

  rVTTestTrunkR19T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  399 }

  rVTTestTrunkR19T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  400 }

  rVTTestTrunkR19T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  401 }

  rVTTestTrunkR19T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  402 }

  rVTTestTrunkR19T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  403 }

  rVTTestTrunkR19T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  405 }

  rVTTestTrunkR19T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  406 }

  rVTTestTrunkR19T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  407 }

  rVTTestTrunkR19T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  408 }

  rVTTestTrunkR19T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  409 }

  rVTTestTrunkR19T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  410 }

  rVTTestTrunkR19T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  412 }

  rVTTestTrunkR19T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  413 }

  rVTTestTrunkR19T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  414 }

  rVTTestTrunkR19T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  415 }

  rVTTestTrunkR19T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  416 }

  rVTTestTrunkR19T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  418 }

  rVTTestTrunkR19T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  419 }

  rVTTestTrunkR19T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  420 }

  rVTTestTrunkR19T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  421 }

  rVTTestTrunkR19T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  422 }

  rVTTestTrunkR19IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  423 }

  rVTTestTrunkR19ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR19Entry  424 }

  rVTTestTrunkR19ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR19Entry  425 }

  rVTTestTrunkR19T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  426 }

  rVTTestTrunkR19T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  427 }

  rVTTestTrunkR19T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  428 }

  rVTTestTrunkR19T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  429 }

  rVTTestTrunkR19T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  430 }

  rVTTestTrunkR19T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  431 }

  rVTTestTrunkR19T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  433 }

  rVTTestTrunkR19T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  434 }

  rVTTestTrunkR19T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  435 }

  rVTTestTrunkR19T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  436 }

  rVTTestTrunkR19T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  437 }

  rVTTestTrunkR19T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  438 }

  rVTTestTrunkR19T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  440 }

  rVTTestTrunkR19T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  441 }

  rVTTestTrunkR19T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  442 }

  rVTTestTrunkR19T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  443 }

  rVTTestTrunkR19T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  444 }

  rVTTestTrunkR19T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  446 }

  rVTTestTrunkR19T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  447 }

  rVTTestTrunkR19T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  448 }

  rVTTestTrunkR19T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  449 }

  rVTTestTrunkR19T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  450 }

  rVTTestTrunkR19ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  451 }

  rVTTestTrunkR19T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  452 }

  rVTTestTrunkR19T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  453 }

  rVTTestTrunkR19T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  454 }

  rVTTestTrunkR19T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  455 }

  rVTTestTrunkR19T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  456 }

  rVTTestTrunkR19T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  457 }

  rVTTestTrunkR19T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  459 }

  rVTTestTrunkR19T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  460 }

  rVTTestTrunkR19T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  461 }

  rVTTestTrunkR19T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  462 }

  rVTTestTrunkR19T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  463 }

  rVTTestTrunkR19T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  464 }

  rVTTestTrunkR19T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  466 }

  rVTTestTrunkR19T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  467 }

  rVTTestTrunkR19T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  468 }

  rVTTestTrunkR19T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  469 }

  rVTTestTrunkR19T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  470 }

  rVTTestTrunkR19T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  472 }

  rVTTestTrunkR19T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  473 }

  rVTTestTrunkR19T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  474 }

  rVTTestTrunkR19T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  475 }

  rVTTestTrunkR19T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  476 }

  rVTTestTrunkR19ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  477 }

  rVTTestTrunkR19T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  478 }

  rVTTestTrunkR19T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  479 }

  rVTTestTrunkR19T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  480 }

  rVTTestTrunkR19T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  481 }

  rVTTestTrunkR19T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  482 }

  rVTTestTrunkR19T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  483 }

  rVTTestTrunkR19T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  485 }

  rVTTestTrunkR19T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  486 }

  rVTTestTrunkR19T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  487 }

  rVTTestTrunkR19T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  488 }

  rVTTestTrunkR19T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  489 }

  rVTTestTrunkR19T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  490 }

  rVTTestTrunkR19T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  492 }

  rVTTestTrunkR19T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  493 }

  rVTTestTrunkR19T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  494 }

  rVTTestTrunkR19T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  495 }

  rVTTestTrunkR19T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  496 }

  rVTTestTrunkR19T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  498 }

  rVTTestTrunkR19T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  499 }

  rVTTestTrunkR19T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  500 }

  rVTTestTrunkR19T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  501 }

  rVTTestTrunkR19T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  502 }

  rVTTestTrunkR19ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  503 }

  rVTTestTrunkR19T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  504 }

  rVTTestTrunkR19T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  505 }

  rVTTestTrunkR19T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  506 }

  rVTTestTrunkR19T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  507 }

  rVTTestTrunkR19T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  508 }

  rVTTestTrunkR19T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  509 }

  rVTTestTrunkR19T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  511 }

  rVTTestTrunkR19T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  512 }

  rVTTestTrunkR19T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  513 }

  rVTTestTrunkR19T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  514 }

  rVTTestTrunkR19T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  515 }

  rVTTestTrunkR19T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  516 }

  rVTTestTrunkR19T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  518 }

  rVTTestTrunkR19T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  519 }

  rVTTestTrunkR19T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  520 }

  rVTTestTrunkR19T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  521 }

  rVTTestTrunkR19T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  522 }

  rVTTestTrunkR19T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  524 }

  rVTTestTrunkR19T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  525 }

  rVTTestTrunkR19T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  526 }

  rVTTestTrunkR19T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  527 }

  rVTTestTrunkR19T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  528 }

  rVTTestTrunkR19ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  529 }

  rVTTestTrunkR19T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  530 }

  rVTTestTrunkR19T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  531 }

  rVTTestTrunkR19T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  532 }

  rVTTestTrunkR19T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  533 }

  rVTTestTrunkR19T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  534 }

  rVTTestTrunkR19T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  535 }

  rVTTestTrunkR19T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  537 }

  rVTTestTrunkR19T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  538 }

  rVTTestTrunkR19T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  539 }

  rVTTestTrunkR19T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  540 }

  rVTTestTrunkR19T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  541 }

  rVTTestTrunkR19T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  542 }

  rVTTestTrunkR19T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  544 }

  rVTTestTrunkR19T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  545 }

  rVTTestTrunkR19T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  546 }

  rVTTestTrunkR19T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  547 }

  rVTTestTrunkR19T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  548 }

  rVTTestTrunkR19T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  550 }

  rVTTestTrunkR19T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  551 }

  rVTTestTrunkR19T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  552 }

  rVTTestTrunkR19T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  553 }

  rVTTestTrunkR19T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  554 }

  rVTTestTrunkR19ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  555 }

  rVTTestTrunkR19T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  556 }

  rVTTestTrunkR19T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  557 }

  rVTTestTrunkR19T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  558 }

  rVTTestTrunkR19T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  559 }

  rVTTestTrunkR19T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  560 }

  rVTTestTrunkR19T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  561 }

  rVTTestTrunkR19T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  563 }

  rVTTestTrunkR19T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  564 }

  rVTTestTrunkR19T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  565 }

  rVTTestTrunkR19T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  566 }

  rVTTestTrunkR19T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  567 }

  rVTTestTrunkR19T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  568 }

  rVTTestTrunkR19T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  570 }

  rVTTestTrunkR19T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  571 }

  rVTTestTrunkR19T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  572 }

  rVTTestTrunkR19T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  573 }

  rVTTestTrunkR19T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  574 }

  rVTTestTrunkR19T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  576 }

  rVTTestTrunkR19T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  577 }

  rVTTestTrunkR19T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  578 }

  rVTTestTrunkR19T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  579 }

  rVTTestTrunkR19T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  580 }

  rVTTestTrunkR19ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  581 }

  rVTTestTrunkR19T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  582 }

  rVTTestTrunkR19T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  583 }

  rVTTestTrunkR19T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  584 }

  rVTTestTrunkR19T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  585 }

  rVTTestTrunkR19T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  586 }

  rVTTestTrunkR19T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  587 }

  rVTTestTrunkR19T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  589 }

  rVTTestTrunkR19T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  590 }

  rVTTestTrunkR19T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  591 }

  rVTTestTrunkR19T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  592 }

  rVTTestTrunkR19T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  593 }

  rVTTestTrunkR19T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  594 }

  rVTTestTrunkR19T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  596 }

  rVTTestTrunkR19T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  597 }

  rVTTestTrunkR19T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  598 }

  rVTTestTrunkR19T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  599 }

  rVTTestTrunkR19T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  600 }

  rVTTestTrunkR19T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  602 }

  rVTTestTrunkR19T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  603 }

  rVTTestTrunkR19T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  604 }

  rVTTestTrunkR19T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  605 }

  rVTTestTrunkR19T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  606 }

  rVTTestTrunkR19ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  607 }

  rVTTestTrunkR19T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  608 }

  rVTTestTrunkR19T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  609 }

  rVTTestTrunkR19T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  610 }

  rVTTestTrunkR19T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  611 }

  rVTTestTrunkR19T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  612 }

  rVTTestTrunkR19T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  613 }

  rVTTestTrunkR19T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  615 }

  rVTTestTrunkR19T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  616 }

  rVTTestTrunkR19T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  617 }

  rVTTestTrunkR19T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  618 }

  rVTTestTrunkR19T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  619 }

  rVTTestTrunkR19T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  620 }

  rVTTestTrunkR19T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  622 }

  rVTTestTrunkR19T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  623 }

  rVTTestTrunkR19T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  624 }

  rVTTestTrunkR19T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  625 }

  rVTTestTrunkR19T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  626 }

  rVTTestTrunkR19T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  628 }

  rVTTestTrunkR19T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  629 }

  rVTTestTrunkR19T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  630 }

  rVTTestTrunkR19T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  631 }

  rVTTestTrunkR19T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  632 }

  rVTTestTrunkR19ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  633 }

  rVTTestTrunkR19T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  634 }

  rVTTestTrunkR19T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  635 }

  rVTTestTrunkR19T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  636 }

  rVTTestTrunkR19T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  637 }

  rVTTestTrunkR19T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  638 }

  rVTTestTrunkR19T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  639 }

  rVTTestTrunkR19T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  641 }

  rVTTestTrunkR19T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  642 }

  rVTTestTrunkR19T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  643 }

  rVTTestTrunkR19T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  644 }

  rVTTestTrunkR19T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  645 }

  rVTTestTrunkR19T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  646 }

  rVTTestTrunkR19T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  648 }

  rVTTestTrunkR19T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  649 }

  rVTTestTrunkR19T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  650 }

  rVTTestTrunkR19T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  651 }

  rVTTestTrunkR19T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  652 }

  rVTTestTrunkR19T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  654 }

  rVTTestTrunkR19T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  655 }

  rVTTestTrunkR19T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  656 }

  rVTTestTrunkR19T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  657 }

  rVTTestTrunkR19T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  658 }

  rVTTestTrunkR19ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  659 }

  rVTTestTrunkR19T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  660 }

  rVTTestTrunkR19T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  661 }

  rVTTestTrunkR19T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  662 }

  rVTTestTrunkR19T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  663 }

  rVTTestTrunkR19T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  664 }

  rVTTestTrunkR19T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  665 }

  rVTTestTrunkR19T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  667 }

  rVTTestTrunkR19T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  668 }

  rVTTestTrunkR19T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  669 }

  rVTTestTrunkR19T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  670 }

  rVTTestTrunkR19T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  671 }

  rVTTestTrunkR19T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR19Entry  672 }

  rVTTestTrunkR19T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  674 }

  rVTTestTrunkR19T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  675 }

  rVTTestTrunkR19T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  676 }

  rVTTestTrunkR19T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  677 }

  rVTTestTrunkR19T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR19Entry  678 }

  rVTTestTrunkR19T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  680 }

  rVTTestTrunkR19T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  681 }

  rVTTestTrunkR19T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  682 }

  rVTTestTrunkR19T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  683 }

  rVTTestTrunkR19T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR19Entry  684 }

  rVTTestTrunkR19ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR19Entry  685 }

  rVTTestTrunkR19ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR19Entry  686 }

  rVTTestTrunkR19ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR19Entry  687 }

  rVTTestTrunkR19NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR19Entry  688 }

  rVTTestTrunkR19NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR19Entry  689 }

  rVTTestTrunkR19NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR19Entry  690 }

  rVTTestTrunkR19NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR19Entry  691 }

  rVTTestTrunkR19NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR19Entry  692 }

  rVTTestTrunkR19NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR19Entry  693 }

  rVTTestTrunkR19NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR19Entry  694 }

  rVTTestTrunkR19NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR19Entry  695 }

  rVTTestTrunkR19NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR19Entry  696 }

  rVTTestTrunkR19NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR19Entry  697 }

  rVTTestTrunkR19NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR19Entry  698 }

  rVTTestTrunkR19NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR19Entry  699 }

  rVTTestTrunkR19NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR19Entry  700 }

  rVTTestTrunkR19NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR19Entry  701 }

  rVTTestTrunkR19NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR19Entry  702 }

  rVTTestTrunkR19NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR19Entry  703 }

  rVTTestTrunkR19NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR19Entry  704 }

  rVTTestTrunkR19NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR19Entry  705 }

  rVTTestTrunkR19RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR19Entry  706 }

  rVTTestTrunkR19IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR19Entry  708 }

  rVTTestTrunkR19NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR19Entry  709 }

  rVTTestTrunkR19SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  800 }

  rVTTestTrunkR19SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  801 }

  rVTTestTrunkR19SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  802 }

  rVTTestTrunkR19SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  803 }

  rVTTestTrunkR19SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  804 }

  rVTTestTrunkR19SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  805 }

  rVTTestTrunkR19SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  806 }

  rVTTestTrunkR19SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR19Entry  807 }

  rVTTestTrunkR19SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  808 }

  rVTTestTrunkR19SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  812 }

  rVTTestTrunkR19SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  813 }

  rVTTestTrunkR19SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  814 }

  rVTTestTrunkR19NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR19Entry  815 }

  rVTTestTrunkR19DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR19Entry  816 }

  rVTTestTrunkR19DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR19Entry  817 }

  rVTTestTrunkR19DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR19Entry  818 }

  rVTTestTrunkR19HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR19Entry  819 }

  rVTTestTrunkR19MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR19Entry  820 }

  rVTTestTrunkR19NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR19Entry  821 }

  rVTTestTrunkR19SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  822 }

  rVTTestTrunkR19SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  823 }

  rVTTestTrunkR19SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  824 }

  rVTTestTrunkR19SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  825 }

  rVTTestTrunkR19SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  826 }

  rVTTestTrunkR19SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  827 }

  rVTTestTrunkR19SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  828 }

  rVTTestTrunkR19SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  829 }

  rVTTestTrunkR19SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  830 }

  rVTTestTrunkR19NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR19Entry  831 }

  rVTTestTrunkR19SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  832 }

  rVTTestTrunkR19SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  833 }

  rVTTestTrunkR19SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  834 }

  rVTTestTrunkR19SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  835 }

  rVTTestTrunkR19SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  836 }

  rVTTestTrunkR19SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  837 }

  rVTTestTrunkR19SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  838 }

  rVTTestTrunkR19SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  839 }

  rVTTestTrunkR19SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  840 }

  rVTTestTrunkR19SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  841 }

  rVTTestTrunkR19SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR19Entry  842 }

  rVTTestTrunkR19SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR19Entry  843 }

  rVTTestTrunkR19NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR19Entry  844 }

  rVTTestTrunkR19NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR19Entry  845 }

  rVTTestTrunkR19NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR19Entry  846 }

  rVTTestTrunkR19NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR19Entry  847 }

  rVTTestTrunkR19NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR19Entry  848 }

  rVTTestTrunkR19RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR19Entry  849 }

  rVTTestTrunkR19LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR19Entry  850 }

  rVTTestTrunkR19ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR19Entry  851 }

  rVTTestTrunkR19ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR19Entry  852 }

  rVTTestTrunkR19RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR19Entry  853 }

  rVTTestTrunkR19RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR19Entry  854 }

  rVTTestTrunkR19PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR19Entry  855 }

  rVTTestTrunkR19PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR19Entry  856 }

  rVTTestTrunkR19SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR19Entry  857 }

  rVTTestTrunkR19SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR19Entry  858 }

  rVTTestTrunkR19IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR19Entry  859 }

  rVTTestTrunkR19IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR19Entry  860 }

  rVTTestTrunkR19GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR19Entry  861 }

  rVTTestTrunkR19GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR19Entry  862 }

  rVTTestTrunkR19GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR19Entry  863 }

  rVTTestTrunkR19GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR19Entry  864 }

  rVTTestTrunkR19ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR19Entry  865 }

  rVTTestTrunkR19ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR19Entry  866 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  rVTTestSubR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2273 }

  rVTTestSubR22Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR22NEConn,
             rVTTestSubR22NetwkElement,
             rVTTestSubR22CFSIx,
             rVTTestSubR22GpIx,
             rVTTestSubR22TestIx }
    ::= {  rVTTestSubR22Table  1  }

  RVTTestSubR22Entry  ::=  SEQUENCE
  {
    rVTTestSubR22NEConn                Unsigned32,
    rVTTestSubR22NetwkElement          DisplayString,
    rVTTestSubR22CFSIx                 Unsigned32,
    rVTTestSubR22TestIx                Unsigned32,
    rVTTestSubR22TestName              DisplayString,
    rVTTestSubR22DialedNum             DisplayString,
    rVTTestSubR22SDActSubType          INTEGER,
    rVTTestSubR22SDDefSubType          INTEGER,
    rVTTestSubR22SDUseDefSubType       INTEGER,
    rVTTestSubR22I3SubGpCFSIx          Unsigned32,
    rVTTestSubR22I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR22BillType              INTEGER,
    rVTTestSubR22LongDistanceCarrID    DisplayString,
    rVTTestSubR22IntraLATACarrID       DisplayString,
    rVTTestSubR22TestRes               INTEGER,
    rVTTestSubR22CauseFail             INTEGER,
    rVTTestSubR22NumVldnCarrType       INTEGER,
    rVTTestSubR22NumVldnANIIIDigits    DisplayString,
    rVTTestSubR22NumVldnAreaCode       INTEGER,
    rVTTestSubR22NumVldnModfdCldNum    DisplayString,
    rVTTestSubR22NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR22NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR22NumVldnAllowHold      INTEGER,
    rVTTestSubR22NumVldnOprCall        INTEGER,
    rVTTestSubR22NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR22NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR22NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR22NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR22NumVldnTestCall       INTEGER,
    rVTTestSubR22NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR22NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR22NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR22NumVldnTransitNetwkID DisplayString,
    rVTTestSubR22NumVldnUSCallType     INTEGER,
    rVTTestSubR22NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR22NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR22NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR22RtgTestCall           INTEGER,
    rVTTestSubR22RtgModfdCldNum        DisplayString,
    rVTTestSubR22RtgOprCall            INTEGER,
    rVTTestSubR22RtgRtgControlInd      INTEGER,
    rVTTestSubR22RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR22RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR22RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR22RtgTransitNetwkID     DisplayString,
    rVTTestSubR22RtgTandemRtgCode      INTEGER,
    rVTTestSubR22RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR22RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR22DiagsLogLvl           INTEGER,
    rVTTestSubR22DiagsAPITraceTag      DisplayString,
    rVTTestSubR22RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR22DoExtraActions        INTEGER,
    rVTTestSubR22RowStatus             RowStatus,
    rVTTestSubR22T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR22T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR22T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR22T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR22T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR22GpIx                  Unsigned32,
    rVTTestSubR22UseTCAPIfReqd         INTEGER,
    rVTTestSubR22TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR22TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR22RtgOnSwitchSubType    INTEGER,
    rVTTestSubR22SubRtgAttrs           BITS,
    rVTTestSubR22NumVldnETSICallType   INTEGER,
    rVTTestSubR22NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR22RtgEchoCancellation   INTEGER,
    rVTTestSubR22IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR22IgnoreTermAppServer   INTEGER,
    rVTTestSubR22NumVldnUDA1           Unsigned32,
    rVTTestSubR22NumVldnUDA2           Unsigned32,
    rVTTestSubR22NumVldnUDA3           Unsigned32,
    rVTTestSubR22NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR22IntnatlCarrID         DisplayString,
    rVTTestSubR22T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR22T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR22T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR22T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22LCC1                  INTEGER,
    rVTTestSubR22LCC2                  INTEGER,
    rVTTestSubR22LCC3                  INTEGER,
    rVTTestSubR22LCC4                  INTEGER,
    rVTTestSubR22LCC5                  INTEGER,
    rVTTestSubR22NumVldnBillCallType   INTEGER,
    rVTTestSubR22NumVldnStructureCode  INTEGER,
    rVTTestSubR22NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR22NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR22NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR22NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR22NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR22NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR22T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR22T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR22T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR22T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR22I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR22I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR22I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR22NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR22NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR22NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR22I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR22I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR22I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR22I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR22I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR22I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR22NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR22NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR22NumVldnValidAuthCodes INTEGER,
    rVTTestSubR22NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR22ChargeNum             DisplayString,
    rVTTestSubR22AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR22AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR22NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR22I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR22NVModCallPartyNum     DisplayString,
    rVTTestSubR22NVModChargeNum        DisplayString,
    rVTTestSubR22RtgModCallPartyNum    DisplayString,
    rVTTestSubR22RtgModChargeNum       DisplayString,
    rVTTestSubR22LCC6                  INTEGER,
    rVTTestSubR22LCC7                  INTEGER,
    rVTTestSubR22LCC8                  INTEGER,
    rVTTestSubR22LCC9                  INTEGER,
    rVTTestSubR22LCC10                 INTEGER,
    rVTTestSubR22LCC11                 INTEGER,
    rVTTestSubR22LCC12                 INTEGER,
    rVTTestSubR22LCC13                 INTEGER,
    rVTTestSubR22LCC14                 INTEGER,
    rVTTestSubR22LCC15                 INTEGER,
    rVTTestSubR22LCC16                 INTEGER,
    rVTTestSubR22LCC17                 INTEGER,
    rVTTestSubR22LCC18                 INTEGER,
    rVTTestSubR22LCC19                 INTEGER,
    rVTTestSubR22LCC20                 INTEGER,
    rVTTestSubR22I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR22I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR22I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR22I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR22ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR22IncMCsIncluded        INTEGER,
    rVTTestSubR22T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR22IncMCs1OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR22IncMCs2OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR22IncMCs3OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR22IncMCs4OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR22IncMCs5OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR22IncMCs6OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR22IncMCs7OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR22IncMCs8OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR22T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR22T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR22T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR22T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR22T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR22T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR22T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR22T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR22T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR22T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR22T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR22IncMCs9OtherVals      INTEGER,
    rVTTestSubR22T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR22T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR22T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR22T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR22T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR22T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR22T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR22T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR22T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR22T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR22T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR22T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR22IncMCs10OtherVals     INTEGER,
    rVTTestSubR22ExpRsltExpRslt        INTEGER,
    rVTTestSubR22ExpRsltExpectedDest   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR22ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR22T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR22T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR22T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR22T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR22T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR22T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR22T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR22T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR22T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR22T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR22T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR22T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR22T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR22T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR22T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR22T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR22T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR22T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR22T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR22ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR22ExpRsltCauseFail      INTEGER,
    rVTTestSubR22ExpRsltResAsExpected  INTEGER,
    rVTTestSubR22NumVldnUDA4           Unsigned32,
    rVTTestSubR22NumVldnUDA5           Unsigned32,
    rVTTestSubR22NumVldnUDA6           Unsigned32,
    rVTTestSubR22NumVldnUDA7           Unsigned32,
    rVTTestSubR22NumVldnUDA8           Unsigned32,
    rVTTestSubR22NumVldnUDA9           Unsigned32,
    rVTTestSubR22NumVldnUDA10          Unsigned32,
    rVTTestSubR22NumVldnUDA11          Unsigned32,
    rVTTestSubR22NumVldnUDA12          Unsigned32,
    rVTTestSubR22NumVldnUDA13          Unsigned32,
    rVTTestSubR22NumVldnUDA14          Unsigned32,
    rVTTestSubR22NumVldnUDA15          Unsigned32,
    rVTTestSubR22NumVldnUDA16          Unsigned32,
    rVTTestSubR22NumVldnUDA17          Unsigned32,
    rVTTestSubR22NumVldnUDA18          Unsigned32,
    rVTTestSubR22NumVldnUDA19          Unsigned32,
    rVTTestSubR22NumVldnUDA20          Unsigned32,
    rVTTestSubR22NVMaxCallDurn         Unsigned32,
    rVTTestSubR22RtgMaxCallDurn        Unsigned32,
    rVTTestSubR22IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR22I1SubGpNEConn         Unsigned32,
    rVTTestSubR22I2SubGpNetwkElement   DisplayString,
    rVTTestSubR22SDActSubDirNum        DisplayString,
    rVTTestSubR22SDDefSubDirNum        DisplayString,
    rVTTestSubR22SDUseDefSubDirNum     INTEGER,
    rVTTestSubR22SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR22SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR22SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR22SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR22SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR22SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR22SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR22SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR22SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR22SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR22SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR22SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR22CldAddrScope          INTEGER,
    rVTTestSubR22SDActDialedBySub      INTEGER,
    rVTTestSubR22SDDefDialedBySub      INTEGER,
    rVTTestSubR22SDUseDefDialedBySub   INTEGER,
    rVTTestSubR22NumVldnAnnounces      LongDisplayString,
    rVTTestSubR22DateAndTimeYear       Unsigned32,
    rVTTestSubR22DateAndTimeMonth      Unsigned32,
    rVTTestSubR22DateAndTimeDate       Unsigned32,
    rVTTestSubR22HrAndTimeHr           Unsigned32,
    rVTTestSubR22MinAndTimeMin         Unsigned32,
    rVTTestSubR22NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR22NumVldnCldAddrScope   INTEGER,
    rVTTestSubR22RtgCldAddrScope       INTEGER,
    rVTTestSubR22IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR22I1LineGpNEConn        Unsigned32,
    rVTTestSubR22I2LineGpNetwkElement  DisplayString,
    rVTTestSubR22I3LineGpCFSIx         Unsigned32,
    rVTTestSubR22I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR22ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR22ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR22RtgDestTrnkGpID       DisplayString,
    rVTTestSubR22RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR22RtgRoutedToRPAS       INTEGER,
    rVTTestSubR22ModfdClgNumScope      INTEGER,
    rVTTestSubR22ModfdGermanIsupUkkParm
                                       Integer32
  }

  rVTTestSubR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR22Entry  1 }

  rVTTestSubR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR22Entry  2 }

  rVTTestSubR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR22Entry  3 }

  rVTTestSubR22TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR22Entry  4 }

  rVTTestSubR22TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR22Entry  5 }

  rVTTestSubR22DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR22Entry  10 }

  rVTTestSubR22SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  11 }

  rVTTestSubR22SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  12 }

  rVTTestSubR22SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR22Entry  13 }

  rVTTestSubR22I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  14 }

  rVTTestSubR22I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  15 }

  rVTTestSubR22BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR22Entry  16 }

  rVTTestSubR22LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR22Entry  17 }

  rVTTestSubR22IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR22Entry  18 }

  rVTTestSubR22TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR22Entry  19 }

  rVTTestSubR22CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR22Entry  20 }

  rVTTestSubR22NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR22Entry  21 }

  rVTTestSubR22NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR22Entry  22 }

  rVTTestSubR22NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR22Entry  23 }

  rVTTestSubR22NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR22Entry  24 }

  rVTTestSubR22NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR22Entry  25 }

  rVTTestSubR22NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR22Entry  26 }

  rVTTestSubR22NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR22Entry  27 }

  rVTTestSubR22NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR22Entry  28 }

  rVTTestSubR22NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR22Entry  29 }

  rVTTestSubR22NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR22Entry  30 }

  rVTTestSubR22NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR22Entry  31 }

  rVTTestSubR22NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR22Entry  32 }

  rVTTestSubR22NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR22Entry  33 }

  rVTTestSubR22NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR22Entry  34 }

  rVTTestSubR22NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR22Entry  35 }

  rVTTestSubR22NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR22Entry  36 }

  rVTTestSubR22NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR22Entry  37 }

  rVTTestSubR22NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR22Entry  38 }

  rVTTestSubR22NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR22Entry  39 }

  rVTTestSubR22NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR22Entry  40 }

  rVTTestSubR22NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR22Entry  41 }

  rVTTestSubR22RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR22Entry  42 }

  rVTTestSubR22RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR22Entry  43 }

  rVTTestSubR22RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR22Entry  44 }

  rVTTestSubR22RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR22Entry  45 }

  rVTTestSubR22RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR22Entry  46 }

  rVTTestSubR22RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR22Entry  47 }

  rVTTestSubR22RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR22Entry  48 }

  rVTTestSubR22RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR22Entry  49 }

  rVTTestSubR22RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR22Entry  50 }

  rVTTestSubR22RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR22Entry  51 }

  rVTTestSubR22RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR22Entry  52 }

  rVTTestSubR22DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR22Entry  53 }

  rVTTestSubR22DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR22Entry  54 }

  rVTTestSubR22RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR22Entry  55 }

  rVTTestSubR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR22Entry  56 }

  rVTTestSubR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR22Entry  57 }

  rVTTestSubR22T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  58 }

  rVTTestSubR22T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  59 }

  rVTTestSubR22T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  60 }

  rVTTestSubR22T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  61 }

  rVTTestSubR22T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  62 }

  rVTTestSubR22T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  63 }

  rVTTestSubR22T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  64 }

  rVTTestSubR22T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  65 }

  rVTTestSubR22T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  66 }

  rVTTestSubR22T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  67 }

  rVTTestSubR22T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  68 }

  rVTTestSubR22T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  69 }

  rVTTestSubR22GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR22Entry  70 }

  rVTTestSubR22UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR22Entry  71 }

  rVTTestSubR22TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR22Entry  72 }

  rVTTestSubR22TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR22Entry  73 }

  rVTTestSubR22RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR22Entry  75 }

  rVTTestSubR22SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR22Entry  76 }

  rVTTestSubR22NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR22Entry  77 }

  rVTTestSubR22NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR22Entry  78 }

  rVTTestSubR22RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR22Entry  79 }

  rVTTestSubR22IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR22Entry  80 }

  rVTTestSubR22IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR22Entry  81 }

  rVTTestSubR22NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR22Entry  82 }

  rVTTestSubR22NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR22Entry  83 }

  rVTTestSubR22NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR22Entry  84 }

  rVTTestSubR22NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR22Entry  86 }

  rVTTestSubR22IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR22Entry  87 }

  rVTTestSubR22T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  90 }

  rVTTestSubR22T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  91 }

  rVTTestSubR22T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  92 }

  rVTTestSubR22T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  93 }

  rVTTestSubR22T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  94 }

  rVTTestSubR22LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR22Entry  95 }

  rVTTestSubR22LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR22Entry  96 }

  rVTTestSubR22LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR22Entry  97 }

  rVTTestSubR22LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR22Entry  98 }

  rVTTestSubR22LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR22Entry  99 }

  rVTTestSubR22NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR22Entry  100 }

  rVTTestSubR22NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR22Entry  101 }

  rVTTestSubR22NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR22Entry  102 }

  rVTTestSubR22NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR22Entry  103 }

  rVTTestSubR22NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR22Entry  104 }

  rVTTestSubR22NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR22Entry  105 }

  rVTTestSubR22NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR22Entry  106 }

  rVTTestSubR22NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR22Entry  107 }

  rVTTestSubR22T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  108 }

  rVTTestSubR22T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  109 }

  rVTTestSubR22T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  110 }

  rVTTestSubR22T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  111 }

  rVTTestSubR22T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  112 }

  rVTTestSubR22I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR22Entry  113 }

  rVTTestSubR22I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR22Entry  114 }

  rVTTestSubR22I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR22Entry  115 }

  rVTTestSubR22NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR22Entry  116 }

  rVTTestSubR22NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR22Entry  117 }

  rVTTestSubR22NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR22Entry  118 }

  rVTTestSubR22I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR22Entry  119 }

  rVTTestSubR22I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR22Entry  120 }

  rVTTestSubR22I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR22Entry  121 }

  rVTTestSubR22I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR22Entry  122 }

  rVTTestSubR22I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR22Entry  123 }

  rVTTestSubR22I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR22Entry  124 }

  rVTTestSubR22NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR22Entry  125 }

  rVTTestSubR22NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR22Entry  126 }

  rVTTestSubR22NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR22Entry  127 }

  rVTTestSubR22NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR22Entry  128 }

  rVTTestSubR22ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR22Entry  129 }

  rVTTestSubR22AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR22Entry  130 }

  rVTTestSubR22AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR22Entry  131 }

  rVTTestSubR22NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR22Entry  132 }

  rVTTestSubR22I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR22Entry  133 }

  rVTTestSubR22NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR22Entry  137 }

  rVTTestSubR22NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR22Entry  138 }

  rVTTestSubR22RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestSubR22Entry  139 }

  rVTTestSubR22RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR22Entry  140 }

  rVTTestSubR22LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR22Entry  141 }

  rVTTestSubR22LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR22Entry  142 }

  rVTTestSubR22LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR22Entry  143 }

  rVTTestSubR22LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR22Entry  144 }

  rVTTestSubR22LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR22Entry  145 }

  rVTTestSubR22LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR22Entry  146 }

  rVTTestSubR22LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR22Entry  147 }

  rVTTestSubR22LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR22Entry  148 }

  rVTTestSubR22LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR22Entry  149 }

  rVTTestSubR22LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR22Entry  150 }

  rVTTestSubR22LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR22Entry  151 }

  rVTTestSubR22LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR22Entry  152 }

  rVTTestSubR22LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR22Entry  153 }

  rVTTestSubR22LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR22Entry  154 }

  rVTTestSubR22LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR22Entry  155 }

  rVTTestSubR22I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR22Entry  156 }

  rVTTestSubR22I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR22Entry  157 }

  rVTTestSubR22I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR22Entry  158 }

  rVTTestSubR22I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR22Entry  159 }

  rVTTestSubR22ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  160 }

  rVTTestSubR22IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR22Entry  161 }

  rVTTestSubR22T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  162 }

  rVTTestSubR22T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  163 }

  rVTTestSubR22T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  164 }

  rVTTestSubR22T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  165 }

  rVTTestSubR22T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  166 }

  rVTTestSubR22T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  167 }

  rVTTestSubR22T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  169 }

  rVTTestSubR22T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  170 }

  rVTTestSubR22T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  171 }

  rVTTestSubR22T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  172 }

  rVTTestSubR22T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  173 }

  rVTTestSubR22T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  174 }

  rVTTestSubR22T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  176 }

  rVTTestSubR22T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  177 }

  rVTTestSubR22T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  178 }

  rVTTestSubR22T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  179 }

  rVTTestSubR22T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  180 }

  rVTTestSubR22T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  182 }

  rVTTestSubR22T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  183 }

  rVTTestSubR22T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  184 }

  rVTTestSubR22T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  185 }

  rVTTestSubR22T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  186 }

  rVTTestSubR22IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  187 }

  rVTTestSubR22T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  188 }

  rVTTestSubR22T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  189 }

  rVTTestSubR22T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  190 }

  rVTTestSubR22T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  191 }

  rVTTestSubR22T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  192 }

  rVTTestSubR22T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  193 }

  rVTTestSubR22T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  195 }

  rVTTestSubR22T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  196 }

  rVTTestSubR22T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  197 }

  rVTTestSubR22T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  198 }

  rVTTestSubR22T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  199 }

  rVTTestSubR22T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  200 }

  rVTTestSubR22T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  202 }

  rVTTestSubR22T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  203 }

  rVTTestSubR22T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  204 }

  rVTTestSubR22T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  205 }

  rVTTestSubR22T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  206 }

  rVTTestSubR22T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  208 }

  rVTTestSubR22T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  209 }

  rVTTestSubR22T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  210 }

  rVTTestSubR22T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  211 }

  rVTTestSubR22T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  212 }

  rVTTestSubR22IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  213 }

  rVTTestSubR22T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  214 }

  rVTTestSubR22T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  215 }

  rVTTestSubR22T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  216 }

  rVTTestSubR22T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  217 }

  rVTTestSubR22T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  218 }

  rVTTestSubR22T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  219 }

  rVTTestSubR22T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  221 }

  rVTTestSubR22T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  222 }

  rVTTestSubR22T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  223 }

  rVTTestSubR22T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  224 }

  rVTTestSubR22T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  225 }

  rVTTestSubR22T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  226 }

  rVTTestSubR22T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  228 }

  rVTTestSubR22T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  229 }

  rVTTestSubR22T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  230 }

  rVTTestSubR22T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  231 }

  rVTTestSubR22T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  232 }

  rVTTestSubR22T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  234 }

  rVTTestSubR22T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  235 }

  rVTTestSubR22T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  236 }

  rVTTestSubR22T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  237 }

  rVTTestSubR22T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  238 }

  rVTTestSubR22IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  239 }

  rVTTestSubR22T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  240 }

  rVTTestSubR22T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  241 }

  rVTTestSubR22T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  242 }

  rVTTestSubR22T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  243 }

  rVTTestSubR22T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  244 }

  rVTTestSubR22T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  245 }

  rVTTestSubR22T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  247 }

  rVTTestSubR22T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  248 }

  rVTTestSubR22T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  249 }

  rVTTestSubR22T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  250 }

  rVTTestSubR22T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  251 }

  rVTTestSubR22T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  252 }

  rVTTestSubR22T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  254 }

  rVTTestSubR22T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  255 }

  rVTTestSubR22T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  256 }

  rVTTestSubR22T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  257 }

  rVTTestSubR22T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  258 }

  rVTTestSubR22T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  260 }

  rVTTestSubR22T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  261 }

  rVTTestSubR22T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  262 }

  rVTTestSubR22T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  263 }

  rVTTestSubR22T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  264 }

  rVTTestSubR22IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  265 }

  rVTTestSubR22T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  266 }

  rVTTestSubR22T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  267 }

  rVTTestSubR22T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  268 }

  rVTTestSubR22T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  269 }

  rVTTestSubR22T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  270 }

  rVTTestSubR22T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  271 }

  rVTTestSubR22T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  273 }

  rVTTestSubR22T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  274 }

  rVTTestSubR22T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  275 }

  rVTTestSubR22T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  276 }

  rVTTestSubR22T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  277 }

  rVTTestSubR22T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  278 }

  rVTTestSubR22T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  280 }

  rVTTestSubR22T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  281 }

  rVTTestSubR22T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  282 }

  rVTTestSubR22T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  283 }

  rVTTestSubR22T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  284 }

  rVTTestSubR22T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  286 }

  rVTTestSubR22T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  287 }

  rVTTestSubR22T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  288 }

  rVTTestSubR22T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  289 }

  rVTTestSubR22T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  290 }

  rVTTestSubR22IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  291 }

  rVTTestSubR22T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  292 }

  rVTTestSubR22T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  293 }

  rVTTestSubR22T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  294 }

  rVTTestSubR22T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  295 }

  rVTTestSubR22T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  296 }

  rVTTestSubR22T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  297 }

  rVTTestSubR22T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  299 }

  rVTTestSubR22T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  300 }

  rVTTestSubR22T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  301 }

  rVTTestSubR22T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  302 }

  rVTTestSubR22T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  303 }

  rVTTestSubR22T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  304 }

  rVTTestSubR22T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  306 }

  rVTTestSubR22T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  307 }

  rVTTestSubR22T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  308 }

  rVTTestSubR22T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  309 }

  rVTTestSubR22T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  310 }

  rVTTestSubR22T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  312 }

  rVTTestSubR22T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  313 }

  rVTTestSubR22T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  314 }

  rVTTestSubR22T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  315 }

  rVTTestSubR22T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  316 }

  rVTTestSubR22IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  317 }

  rVTTestSubR22T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  318 }

  rVTTestSubR22T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  319 }

  rVTTestSubR22T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  320 }

  rVTTestSubR22T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  321 }

  rVTTestSubR22T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  322 }

  rVTTestSubR22T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  323 }

  rVTTestSubR22T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  325 }

  rVTTestSubR22T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  326 }

  rVTTestSubR22T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  327 }

  rVTTestSubR22T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  328 }

  rVTTestSubR22T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  329 }

  rVTTestSubR22T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  330 }

  rVTTestSubR22T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  332 }

  rVTTestSubR22T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  333 }

  rVTTestSubR22T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  334 }

  rVTTestSubR22T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  335 }

  rVTTestSubR22T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  336 }

  rVTTestSubR22T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  338 }

  rVTTestSubR22T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  339 }

  rVTTestSubR22T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  340 }

  rVTTestSubR22T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  341 }

  rVTTestSubR22T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  342 }

  rVTTestSubR22IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  343 }

  rVTTestSubR22T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  344 }

  rVTTestSubR22T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  345 }

  rVTTestSubR22T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  346 }

  rVTTestSubR22T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  347 }

  rVTTestSubR22T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  348 }

  rVTTestSubR22T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  349 }

  rVTTestSubR22T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  351 }

  rVTTestSubR22T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  352 }

  rVTTestSubR22T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  353 }

  rVTTestSubR22T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  354 }

  rVTTestSubR22T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  355 }

  rVTTestSubR22T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  356 }

  rVTTestSubR22T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  358 }

  rVTTestSubR22T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  359 }

  rVTTestSubR22T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  360 }

  rVTTestSubR22T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  361 }

  rVTTestSubR22T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  362 }

  rVTTestSubR22T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  364 }

  rVTTestSubR22T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  365 }

  rVTTestSubR22T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  366 }

  rVTTestSubR22T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  367 }

  rVTTestSubR22T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  368 }

  rVTTestSubR22IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  369 }

  rVTTestSubR22T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  370 }

  rVTTestSubR22T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  371 }

  rVTTestSubR22T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  372 }

  rVTTestSubR22T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  373 }

  rVTTestSubR22T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  374 }

  rVTTestSubR22T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  375 }

  rVTTestSubR22T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  377 }

  rVTTestSubR22T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  378 }

  rVTTestSubR22T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  379 }

  rVTTestSubR22T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  380 }

  rVTTestSubR22T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  381 }

  rVTTestSubR22T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  382 }

  rVTTestSubR22T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  384 }

  rVTTestSubR22T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  385 }

  rVTTestSubR22T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  386 }

  rVTTestSubR22T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  387 }

  rVTTestSubR22T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  388 }

  rVTTestSubR22T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  390 }

  rVTTestSubR22T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  391 }

  rVTTestSubR22T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  392 }

  rVTTestSubR22T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  393 }

  rVTTestSubR22T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  394 }

  rVTTestSubR22IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  395 }

  rVTTestSubR22T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  396 }

  rVTTestSubR22T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  397 }

  rVTTestSubR22T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  398 }

  rVTTestSubR22T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  399 }

  rVTTestSubR22T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  400 }

  rVTTestSubR22T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  401 }

  rVTTestSubR22T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  403 }

  rVTTestSubR22T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  404 }

  rVTTestSubR22T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  405 }

  rVTTestSubR22T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  406 }

  rVTTestSubR22T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  407 }

  rVTTestSubR22T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  408 }

  rVTTestSubR22T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  410 }

  rVTTestSubR22T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  411 }

  rVTTestSubR22T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  412 }

  rVTTestSubR22T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  413 }

  rVTTestSubR22T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  414 }

  rVTTestSubR22T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  416 }

  rVTTestSubR22T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  417 }

  rVTTestSubR22T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  418 }

  rVTTestSubR22T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  419 }

  rVTTestSubR22T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  420 }

  rVTTestSubR22IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  421 }

  rVTTestSubR22ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR22Entry  422 }

  rVTTestSubR22ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR22Entry  423 }

  rVTTestSubR22T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  424 }

  rVTTestSubR22T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  425 }

  rVTTestSubR22T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  426 }

  rVTTestSubR22T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  427 }

  rVTTestSubR22T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  428 }

  rVTTestSubR22T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  429 }

  rVTTestSubR22T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  431 }

  rVTTestSubR22T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  432 }

  rVTTestSubR22T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  433 }

  rVTTestSubR22T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  434 }

  rVTTestSubR22T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  435 }

  rVTTestSubR22T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  436 }

  rVTTestSubR22T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  438 }

  rVTTestSubR22T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  439 }

  rVTTestSubR22T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  440 }

  rVTTestSubR22T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  441 }

  rVTTestSubR22T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  442 }

  rVTTestSubR22T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  444 }

  rVTTestSubR22T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  445 }

  rVTTestSubR22T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  446 }

  rVTTestSubR22T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  447 }

  rVTTestSubR22T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  448 }

  rVTTestSubR22ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  449 }

  rVTTestSubR22T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  450 }

  rVTTestSubR22T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  451 }

  rVTTestSubR22T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  452 }

  rVTTestSubR22T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  453 }

  rVTTestSubR22T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  454 }

  rVTTestSubR22T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  455 }

  rVTTestSubR22T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  457 }

  rVTTestSubR22T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  458 }

  rVTTestSubR22T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  459 }

  rVTTestSubR22T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  460 }

  rVTTestSubR22T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  461 }

  rVTTestSubR22T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  462 }

  rVTTestSubR22T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  464 }

  rVTTestSubR22T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  465 }

  rVTTestSubR22T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  466 }

  rVTTestSubR22T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  467 }

  rVTTestSubR22T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  468 }

  rVTTestSubR22T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  470 }

  rVTTestSubR22T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  471 }

  rVTTestSubR22T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  472 }

  rVTTestSubR22T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  473 }

  rVTTestSubR22T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  474 }

  rVTTestSubR22ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  475 }

  rVTTestSubR22T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  476 }

  rVTTestSubR22T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  477 }

  rVTTestSubR22T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  478 }

  rVTTestSubR22T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  479 }

  rVTTestSubR22T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  480 }

  rVTTestSubR22T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  481 }

  rVTTestSubR22T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  483 }

  rVTTestSubR22T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  484 }

  rVTTestSubR22T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  485 }

  rVTTestSubR22T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  486 }

  rVTTestSubR22T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  487 }

  rVTTestSubR22T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  488 }

  rVTTestSubR22T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  490 }

  rVTTestSubR22T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  491 }

  rVTTestSubR22T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  492 }

  rVTTestSubR22T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  493 }

  rVTTestSubR22T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  494 }

  rVTTestSubR22T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  496 }

  rVTTestSubR22T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  497 }

  rVTTestSubR22T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  498 }

  rVTTestSubR22T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  499 }

  rVTTestSubR22T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  500 }

  rVTTestSubR22ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  501 }

  rVTTestSubR22T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  502 }

  rVTTestSubR22T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  503 }

  rVTTestSubR22T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  504 }

  rVTTestSubR22T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  505 }

  rVTTestSubR22T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  506 }

  rVTTestSubR22T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  507 }

  rVTTestSubR22T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  509 }

  rVTTestSubR22T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  510 }

  rVTTestSubR22T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  511 }

  rVTTestSubR22T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  512 }

  rVTTestSubR22T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  513 }

  rVTTestSubR22T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  514 }

  rVTTestSubR22T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  516 }

  rVTTestSubR22T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  517 }

  rVTTestSubR22T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  518 }

  rVTTestSubR22T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  519 }

  rVTTestSubR22T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  520 }

  rVTTestSubR22T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  522 }

  rVTTestSubR22T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  523 }

  rVTTestSubR22T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  524 }

  rVTTestSubR22T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  525 }

  rVTTestSubR22T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  526 }

  rVTTestSubR22ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  527 }

  rVTTestSubR22T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  528 }

  rVTTestSubR22T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  529 }

  rVTTestSubR22T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  530 }

  rVTTestSubR22T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  531 }

  rVTTestSubR22T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  532 }

  rVTTestSubR22T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  533 }

  rVTTestSubR22T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  535 }

  rVTTestSubR22T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  536 }

  rVTTestSubR22T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  537 }

  rVTTestSubR22T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  538 }

  rVTTestSubR22T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  539 }

  rVTTestSubR22T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  540 }

  rVTTestSubR22T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  542 }

  rVTTestSubR22T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  543 }

  rVTTestSubR22T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  544 }

  rVTTestSubR22T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  545 }

  rVTTestSubR22T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  546 }

  rVTTestSubR22T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  548 }

  rVTTestSubR22T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  549 }

  rVTTestSubR22T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  550 }

  rVTTestSubR22T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  551 }

  rVTTestSubR22T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  552 }

  rVTTestSubR22ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  553 }

  rVTTestSubR22T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  554 }

  rVTTestSubR22T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  555 }

  rVTTestSubR22T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  556 }

  rVTTestSubR22T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  557 }

  rVTTestSubR22T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  558 }

  rVTTestSubR22T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  559 }

  rVTTestSubR22T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  561 }

  rVTTestSubR22T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  562 }

  rVTTestSubR22T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  563 }

  rVTTestSubR22T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  564 }

  rVTTestSubR22T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  565 }

  rVTTestSubR22T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  566 }

  rVTTestSubR22T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  568 }

  rVTTestSubR22T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  569 }

  rVTTestSubR22T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  570 }

  rVTTestSubR22T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  571 }

  rVTTestSubR22T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  572 }

  rVTTestSubR22T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  574 }

  rVTTestSubR22T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  575 }

  rVTTestSubR22T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  576 }

  rVTTestSubR22T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  577 }

  rVTTestSubR22T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  578 }

  rVTTestSubR22ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  579 }

  rVTTestSubR22T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  580 }

  rVTTestSubR22T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  581 }

  rVTTestSubR22T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  582 }

  rVTTestSubR22T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  583 }

  rVTTestSubR22T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  584 }

  rVTTestSubR22T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  585 }

  rVTTestSubR22T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  587 }

  rVTTestSubR22T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  588 }

  rVTTestSubR22T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  589 }

  rVTTestSubR22T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  590 }

  rVTTestSubR22T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  591 }

  rVTTestSubR22T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  592 }

  rVTTestSubR22T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  594 }

  rVTTestSubR22T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  595 }

  rVTTestSubR22T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  596 }

  rVTTestSubR22T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  597 }

  rVTTestSubR22T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  598 }

  rVTTestSubR22T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  600 }

  rVTTestSubR22T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  601 }

  rVTTestSubR22T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  602 }

  rVTTestSubR22T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  603 }

  rVTTestSubR22T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  604 }

  rVTTestSubR22ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  605 }

  rVTTestSubR22T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  606 }

  rVTTestSubR22T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  607 }

  rVTTestSubR22T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  608 }

  rVTTestSubR22T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  609 }

  rVTTestSubR22T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  610 }

  rVTTestSubR22T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  611 }

  rVTTestSubR22T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  613 }

  rVTTestSubR22T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  614 }

  rVTTestSubR22T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  615 }

  rVTTestSubR22T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  616 }

  rVTTestSubR22T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  617 }

  rVTTestSubR22T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  618 }

  rVTTestSubR22T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  620 }

  rVTTestSubR22T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  621 }

  rVTTestSubR22T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  622 }

  rVTTestSubR22T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  623 }

  rVTTestSubR22T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  624 }

  rVTTestSubR22T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  626 }

  rVTTestSubR22T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  627 }

  rVTTestSubR22T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  628 }

  rVTTestSubR22T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  629 }

  rVTTestSubR22T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  630 }

  rVTTestSubR22ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  631 }

  rVTTestSubR22T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  632 }

  rVTTestSubR22T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  633 }

  rVTTestSubR22T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  634 }

  rVTTestSubR22T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  635 }

  rVTTestSubR22T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  636 }

  rVTTestSubR22T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  637 }

  rVTTestSubR22T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  639 }

  rVTTestSubR22T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  640 }

  rVTTestSubR22T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  641 }

  rVTTestSubR22T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  642 }

  rVTTestSubR22T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  643 }

  rVTTestSubR22T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  644 }

  rVTTestSubR22T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  646 }

  rVTTestSubR22T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  647 }

  rVTTestSubR22T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  648 }

  rVTTestSubR22T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  649 }

  rVTTestSubR22T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  650 }

  rVTTestSubR22T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  652 }

  rVTTestSubR22T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  653 }

  rVTTestSubR22T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  654 }

  rVTTestSubR22T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  655 }

  rVTTestSubR22T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  656 }

  rVTTestSubR22ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  657 }

  rVTTestSubR22T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  658 }

  rVTTestSubR22T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  659 }

  rVTTestSubR22T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  660 }

  rVTTestSubR22T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  661 }

  rVTTestSubR22T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  662 }

  rVTTestSubR22T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR22Entry  663 }

  rVTTestSubR22T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  665 }

  rVTTestSubR22T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  666 }

  rVTTestSubR22T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  667 }

  rVTTestSubR22T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  668 }

  rVTTestSubR22T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  669 }

  rVTTestSubR22T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR22Entry  670 }

  rVTTestSubR22T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  672 }

  rVTTestSubR22T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  673 }

  rVTTestSubR22T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  674 }

  rVTTestSubR22T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  675 }

  rVTTestSubR22T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR22Entry  676 }

  rVTTestSubR22T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  678 }

  rVTTestSubR22T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  679 }

  rVTTestSubR22T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  680 }

  rVTTestSubR22T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  681 }

  rVTTestSubR22T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR22Entry  682 }

  rVTTestSubR22ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR22Entry  683 }

  rVTTestSubR22ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR22Entry  684 }

  rVTTestSubR22ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR22Entry  685 }

  rVTTestSubR22NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR22Entry  686 }

  rVTTestSubR22NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR22Entry  687 }

  rVTTestSubR22NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR22Entry  688 }

  rVTTestSubR22NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR22Entry  689 }

  rVTTestSubR22NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR22Entry  690 }

  rVTTestSubR22NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR22Entry  691 }

  rVTTestSubR22NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR22Entry  692 }

  rVTTestSubR22NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR22Entry  693 }

  rVTTestSubR22NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR22Entry  694 }

  rVTTestSubR22NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR22Entry  695 }

  rVTTestSubR22NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR22Entry  696 }

  rVTTestSubR22NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR22Entry  697 }

  rVTTestSubR22NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR22Entry  698 }

  rVTTestSubR22NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR22Entry  699 }

  rVTTestSubR22NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR22Entry  700 }

  rVTTestSubR22NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR22Entry  701 }

  rVTTestSubR22NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR22Entry  702 }

  rVTTestSubR22NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR22Entry  703 }

  rVTTestSubR22RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR22Entry  704 }

  rVTTestSubR22IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR22Entry  706 }

  rVTTestSubR22I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  712 }

  rVTTestSubR22I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  713 }

  rVTTestSubR22SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  800 }

  rVTTestSubR22SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  801 }

  rVTTestSubR22SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR22Entry  802 }

  rVTTestSubR22SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  810 }

  rVTTestSubR22SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  811 }

  rVTTestSubR22SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  812 }

  rVTTestSubR22SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  813 }

  rVTTestSubR22SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  814 }

  rVTTestSubR22SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  815 }

  rVTTestSubR22SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  816 }

  rVTTestSubR22SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR22Entry  817 }

  rVTTestSubR22SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR22Entry  818 }

  rVTTestSubR22SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  822 }

  rVTTestSubR22SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  823 }

  rVTTestSubR22SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR22Entry  824 }

  rVTTestSubR22CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR22Entry  825 }

  rVTTestSubR22SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  826 }

  rVTTestSubR22SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR22Entry  827 }

  rVTTestSubR22SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR22Entry  828 }

  rVTTestSubR22NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR22Entry  829 }

  rVTTestSubR22DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR22Entry  830 }

  rVTTestSubR22DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR22Entry  831 }

  rVTTestSubR22DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR22Entry  832 }

  rVTTestSubR22HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR22Entry  833 }

  rVTTestSubR22MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR22Entry  834 }

  rVTTestSubR22NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR22Entry  835 }

  rVTTestSubR22NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR22Entry  836 }

  rVTTestSubR22RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR22Entry  837 }

  rVTTestSubR22IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR22Entry  838 }

  rVTTestSubR22I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  839 }

  rVTTestSubR22I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  840 }

  rVTTestSubR22I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  841 }

  rVTTestSubR22I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR22Entry  842 }

  rVTTestSubR22ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR22Entry  843 }

  rVTTestSubR22ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR22Entry  844 }

  rVTTestSubR22RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR22Entry  845 }

  rVTTestSubR22RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR22Entry  846 }

  rVTTestSubR22RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR22Entry  847 }

  rVTTestSubR22ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR22Entry  848 }

  rVTTestSubR22ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR22Entry  849 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 M3UA Remote AS'                                       */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  h248M3UARemASR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248M3UARemASR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Media Gateway Controller'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2274 }

  h248M3UARemASR3Entry OBJECT-TYPE
    SYNTAX       H248M3UARemASR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248M3UARemASR3NEConn,
             h248M3UARemASR3NetwkElement,
             h248M3UARemASR3MediaGatewayIx,
             h248M3UARemASR3MGCIx,
             h248M3UARemASR3H248ASIx }
    ::= {  h248M3UARemASR3Table  1  }

  H248M3UARemASR3Entry  ::=  SEQUENCE
  {
    h248M3UARemASR3NEConn              Unsigned32,
    h248M3UARemASR3NetwkElement        DisplayString,
    h248M3UARemASR3MediaGatewayIx      Unsigned32,
    h248M3UARemASR3MGCIx               INTEGER,
    h248M3UARemASR3H248ASIx            Unsigned32,
    h248M3UARemASR3ASState             INTEGER,
    h248M3UARemASR3SendASPIDInSig      INTEGER,
    h248M3UARemASR3MGASPID             Unsigned32,
    h248M3UARemASR3TrafficModeType     INTEGER,
    h248M3UARemASR3SendNetwkAppearanceInSig
                                       INTEGER,
    h248M3UARemASR3NetwkAppearance     Unsigned32,
    h248M3UARemASR3SendRtgCxtInSig     INTEGER,
    h248M3UARemASR3RtgCxt              Unsigned32,
    h248M3UARemASR3MTP3RtgLabelPointCodeFormat
                                       INTEGER,
    h248M3UARemASR3MTP3RtgLabelOrigingPointCode
                                       Unsigned32,
    h248M3UARemASR3MTP3RtgLabelDestPointCode
                                       Unsigned32,
    h248M3UARemASR3MTP3RtgLabelNetwkIndicator
                                       INTEGER,
    h248M3UARemASR3AlrmState           INTEGER,
    h248M3UARemASR3AlrmStateTimestamp  Unsigned32,
    h248M3UARemASR3AlrmEvtsAttnRqLogCorr
                                       Counter64,
    h248M3UARemASR3AlrmEvtsAttnRq      Unsigned32,
    h248M3UARemASR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    h248M3UARemASR3AlrmEvtsAtndDpLogCorr
                                       Counter64,
    h248M3UARemASR3AlrmEvtsAtndDp      Unsigned32,
    h248M3UARemASR3AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    h248M3UARemASR3IPSPAlrmsAttnRq     Unsigned32,
    h248M3UARemASR3IPSPAlrmEvtsAttnRq  Unsigned32,
    h248M3UARemASR3IPSPAlrmsAtndDp     Unsigned32,
    h248M3UARemASR3IPSPAlrmEvtsAtndDp  Unsigned32,
    h248M3UARemASR3SummaryChldAlrmState
                                       INTEGER,
    h248M3UARemASR3ChldStatisticsAlrms Integer32,
    h248M3UARemASR3DiagsLogLvl         INTEGER,
    h248M3UARemASR3RowStatus           RowStatus,
    h248M3UARemASR3AdminStatus         AdminStatus,
    h248M3UARemASR3OperStatus          OperStatus,
    h248M3UARemASR3MTP3RtgLabelMinorPointCodeFormat
                                       INTEGER
  }

  h248M3UARemASR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248M3UARemASR3Entry  1 }

  h248M3UARemASR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248M3UARemASR3Entry  2 }

  h248M3UARemASR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248M3UARemASR3Entry  3 }

  h248M3UARemASR3MGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248M3UARemASR3Entry  4 }

  h248M3UARemASR3H248ASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 AS index'.
                  This is an index field."
    ::= { h248M3UARemASR3Entry  5 }

  h248M3UARemASR3ASState OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AS state'."
    ::= { h248M3UARemASR3Entry  6 }

  h248M3UARemASR3SendASPIDInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send ASP ID in signaling'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { h248M3UARemASR3Entry  7 }

  h248M3UARemASR3MGASPID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MG ASP ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR3Entry  8 }

  h248M3UARemASR3TrafficModeType OBJECT-TYPE
    SYNTAX       INTEGER {
                   loadshare(2),
                   broadcast(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic mode type'.
                  This field is not writable when active."
    DEFVAL       { loadshare }
    ::= { h248M3UARemASR3Entry  9 }

  h248M3UARemASR3SendNetwkAppearanceInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send network appearance in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR3Entry  10 }

  h248M3UARemASR3NetwkAppearance OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network appearance'.
                  This field is not writable when active."
    ::= { h248M3UARemASR3Entry  11 }

  h248M3UARemASR3SendRtgCxtInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send routing context in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR3Entry  12 }

  h248M3UARemASR3RtgCxt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing context'.
                  This field is not writable when active."
    ::= { h248M3UARemASR3Entry  13 }

  h248M3UARemASR3MTP3RtgLabelPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - point code format'.
                  This field is not writable when active."
    DEFVAL       { iTU }
    ::= { h248M3UARemASR3Entry  14 }

  h248M3UARemASR3MTP3RtgLabelOrigingPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - originating point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR3Entry  15 }

  h248M3UARemASR3MTP3RtgLabelDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - destination point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR3Entry  16 }

  h248M3UARemASR3MTP3RtgLabelNetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { h248M3UARemASR3Entry  17 }

  h248M3UARemASR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { h248M3UARemASR3Entry  18 }

  h248M3UARemASR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { h248M3UARemASR3Entry  19 }

  h248M3UARemASR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { h248M3UARemASR3Entry  20 }

  h248M3UARemASR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR3Entry  21 }

  h248M3UARemASR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { h248M3UARemASR3Entry  22 }

  h248M3UARemASR3AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { h248M3UARemASR3Entry  23 }

  h248M3UARemASR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR3Entry  24 }

  h248M3UARemASR3AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { h248M3UARemASR3Entry  25 }

  h248M3UARemASR3IPSPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarms'."
    ::= { h248M3UARemASR3Entry  26 }

  h248M3UARemASR3IPSPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR3Entry  27 }

  h248M3UARemASR3IPSPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarms'."
    ::= { h248M3UARemASR3Entry  28 }

  h248M3UARemASR3IPSPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR3Entry  29 }

  h248M3UARemASR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248M3UARemASR3Entry  30 }

  h248M3UARemASR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248M3UARemASR3Entry  31 }

  h248M3UARemASR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { h248M3UARemASR3Entry  32 }

  h248M3UARemASR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248M3UARemASR3Entry  33 }

  h248M3UARemASR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR3Entry  34 }

  h248M3UARemASR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR3Entry  35 }

  h248M3UARemASR3MTP3RtgLabelMinorPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - minor point code format'.
                  This field is not writable when active."
    DEFVAL       { iTUBlueBook }
    ::= { h248M3UARemASR3Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Gateway'                                          */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  sigGatewayR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigGatewayR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2275 }

  sigGatewayR13Entry OBJECT-TYPE
    SYNTAX       SigGatewayR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigGatewayR13NEConn,
             sigGatewayR13NetwkElement,
             sigGatewayR13SigPointID }
    ::= {  sigGatewayR13Table  1  }

  SigGatewayR13Entry  ::=  SEQUENCE
  {
    sigGatewayR13NEConn                Unsigned32,
    sigGatewayR13NetwkElement          DisplayString,
    sigGatewayR13SigPointID            Unsigned32,
    sigGatewayR13PointCode             Unsigned32,
    sigGatewayR13SigGatewayName        DisplayString,
    sigGatewayR13I1SigPointTimerProfNEConn
                                       Unsigned32,
    sigGatewayR13I2SigPointTimerProfNetwkElement
                                       DisplayString,
    sigGatewayR13I3SigPointTimerProfSigPointID
                                       Unsigned32,
    sigGatewayR13I4SigPointTimerProfProfID
                                       Unsigned32,
    sigGatewayR13DestAlrmsAttnRq       Integer32,
    sigGatewayR13DestAlrmEvtsAttnRq    Integer32,
    sigGatewayR13DestAlrmsAtndDp       Integer32,
    sigGatewayR13DestAlrmEvtsAtndDp    Integer32,
    sigGatewayR13LinkSetAlrmsAttnRq    Integer32,
    sigGatewayR13LinkSetAlrmEvtsAttnRq Integer32,
    sigGatewayR13TotChldAlrmsAttnRq    Unsigned32,
    sigGatewayR13TotChldAlrmEvtsAttnRq Unsigned32,
    sigGatewayR13TotChldAlrmsAtndDp    Unsigned32,
    sigGatewayR13TotChldAlrmEvtsAtndDp Unsigned32,
    sigGatewayR13SummaryChldAlrmState  INTEGER,
    sigGatewayR13RowStatus             RowStatus,
    sigGatewayR13AdminStatus           AdminStatus,
    sigGatewayR13OperStatus            OperStatus,
    sigGatewayR13CgstnControlMethod    INTEGER,
    sigGatewayR13AllowProxiedPointCodes
                                       INTEGER,
    sigGatewayR13SigPointType          INTEGER,
    sigGatewayR13MTP3Variant           INTEGER,
    sigGatewayR13I1ESAESAProtDomNEConn Unsigned32,
    sigGatewayR13I2ESAESAProtDomNetwkElement
                                       DisplayString,
    sigGatewayR13I3ESAESAProtDomCFSIx  Unsigned32,
    sigGatewayR13I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    sigGatewayR13ESAESAProtDomOtherVals
                                       INTEGER,
    sigGatewayR13ESAProtectionAct      INTEGER,
    sigGatewayR13ESASigGatewayCtrlStatus
                                       INTEGER,
    sigGatewayR13ESAAutoSwitchoverQualificationTime
                                       Unsigned32,
    sigGatewayR13ChldStatisticsAlrms   Integer32,
    sigGatewayR13NetwkIndicator        INTEGER,
    sigGatewayR13DeactivateLinksetsOnUserPartUnavail
                                       INTEGER,
    sigGatewayR13M3UARmASAlrmsAttnRq   Integer32,
    sigGatewayR13M3UARmASAlrmEvtsAttnRq
                                       Integer32,
    sigGatewayR13M3UARmASAlrmsAtndDp   Integer32,
    sigGatewayR13M3UARmASAlrmEvtsAtndDp
                                       Integer32,
    sigGatewayR13StatisticsAlrms       Integer32
  }

  sigGatewayR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigGatewayR13Entry  1 }

  sigGatewayR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigGatewayR13Entry  2 }

  sigGatewayR13SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigGatewayR13Entry  3 }

  sigGatewayR13PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is not writable when active."
    ::= { sigGatewayR13Entry  4 }

  sigGatewayR13SigGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway name'."
    ::= { sigGatewayR13Entry  5 }

  sigGatewayR13I1SigPointTimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR13Entry  6 }

  sigGatewayR13I2SigPointTimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR13Entry  7 }

  sigGatewayR13I3SigPointTimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR13Entry  8 }

  sigGatewayR13I4SigPointTimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR13Entry  9 }

  sigGatewayR13DestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarms'."
    ::= { sigGatewayR13Entry  10 }

  sigGatewayR13DestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR13Entry  11 }

  sigGatewayR13DestAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarms'."
    ::= { sigGatewayR13Entry  12 }

  sigGatewayR13DestAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR13Entry  13 }

  sigGatewayR13LinkSetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarms'."
    ::= { sigGatewayR13Entry  14 }

  sigGatewayR13LinkSetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR13Entry  15 }

  sigGatewayR13TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sigGatewayR13Entry  16 }

  sigGatewayR13TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sigGatewayR13Entry  17 }

  sigGatewayR13TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sigGatewayR13Entry  18 }

  sigGatewayR13TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sigGatewayR13Entry  19 }

  sigGatewayR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigGatewayR13Entry  20 }

  sigGatewayR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigGatewayR13Entry  21 }

  sigGatewayR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR13Entry  22 }

  sigGatewayR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR13Entry  23 }

  sigGatewayR13CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { sigGatewayR13Entry  24 }

  sigGatewayR13AllowProxiedPointCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow proxied point codes'."
    DEFVAL       { false }
    ::= { sigGatewayR13Entry  27 }

  sigGatewayR13SigPointType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sEP(1),
                   sTP(2),
                   sTEP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling point type'.
                  This field is not writable when active."
    ::= { sigGatewayR13Entry  28 }

  sigGatewayR13MTP3Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 variant'.
                  This field is only writable during create."
    ::= { sigGatewayR13Entry  29 }

  sigGatewayR13I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR13Entry  30 }

  sigGatewayR13I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR13Entry  31 }

  sigGatewayR13I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR13Entry  32 }

  sigGatewayR13I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR13Entry  33 }

  sigGatewayR13ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sigGatewayR13Entry  34 }

  sigGatewayR13ESAProtectionAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA - protection active'."
    DEFVAL       { true }
    ::= { sigGatewayR13Entry  35 }

  sigGatewayR13ESASigGatewayCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   signalingGatewayControlling(1),
                   signalingGatewayNotControlling(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - Signaling Gateway control status'."
    ::= { sigGatewayR13Entry  36 }

  sigGatewayR13ESAAutoSwitchoverQualificationTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - automatic switchover qualification time'."
    DEFVAL       { 5 }
    ::= { sigGatewayR13Entry  37 }

  sigGatewayR13ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigGatewayR13Entry  38 }

  sigGatewayR13NetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { sigGatewayR13Entry  39 }

  sigGatewayR13DeactivateLinksetsOnUserPartUnavail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deactivate linksets on user part unavailability'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigGatewayR13Entry  40 }

  sigGatewayR13M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarms'."
    ::= { sigGatewayR13Entry  41 }

  sigGatewayR13M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR13Entry  42 }

  sigGatewayR13M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarms'."
    ::= { sigGatewayR13Entry  43 }

  sigGatewayR13M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR13Entry  44 }

  sigGatewayR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigGatewayR13Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Application Server'                                    */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  m3UAASR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UAASR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2276 }

  m3UAASR3Entry OBJECT-TYPE
    SYNTAX       M3UAASR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UAASR3NEConn,
             m3UAASR3NetwkElement,
             m3UAASR3M3UAAppServerIx }
    ::= {  m3UAASR3Table  1  }

  M3UAASR3Entry  ::=  SEQUENCE
  {
    m3UAASR3NEConn                     Unsigned32,
    m3UAASR3NetwkElement               DisplayString,
    m3UAASR3M3UAAppServerIx            Unsigned32,
    m3UAASR3PointCodeVariant           INTEGER,
    m3UAASR3PointCode                  Unsigned32,
    m3UAASR3Desc                       DisplayString,
    m3UAASR3CgstnControlMethod         INTEGER,
    m3UAASR3I1ESAESAProtDomNEConn      Unsigned32,
    m3UAASR3I2ESAESAProtDomNetwkElement
                                       DisplayString,
    m3UAASR3I3ESAESAProtDomCFSIx       Unsigned32,
    m3UAASR3I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    m3UAASR3ESAESAProtDomOtherVals     INTEGER,
    m3UAASR3RouteAlrmsAttnRq           Unsigned32,
    m3UAASR3RouteAlrmEvtsAttnRq        Unsigned32,
    m3UAASR3RouteAlrmsAtndDp           Unsigned32,
    m3UAASR3RouteAlrmEvtsAtndDp        Unsigned32,
    m3UAASR3SummaryChldAlrmState       INTEGER,
    m3UAASR3DiagsLogLvl                INTEGER,
    m3UAASR3RowStatus                  RowStatus,
    m3UAASR3AdminStatus                AdminStatus,
    m3UAASR3OperStatus                 OperStatus,
    m3UAASR3PointCodeMinorVariant      INTEGER
  }

  m3UAASR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UAASR3Entry  1 }

  m3UAASR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UAASR3Entry  2 }

  m3UAASR3M3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M3UA Application Server index'.
                  This is an index field."
    ::= { m3UAASR3Entry  3 }

  m3UAASR3PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { m3UAASR3Entry  4 }

  m3UAASR3PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is only writable during create."
    ::= { m3UAASR3Entry  5 }

  m3UAASR3Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { m3UAASR3Entry  6 }

  m3UAASR3CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { m3UAASR3Entry  7 }

  m3UAASR3I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR3Entry  8 }

  m3UAASR3I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR3Entry  9 }

  m3UAASR3I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR3Entry  10 }

  m3UAASR3I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR3Entry  11 }

  m3UAASR3ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { m3UAASR3Entry  12 }

  m3UAASR3RouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarms'."
    ::= { m3UAASR3Entry  13 }

  m3UAASR3RouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR3Entry  14 }

  m3UAASR3RouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarms'."
    ::= { m3UAASR3Entry  15 }

  m3UAASR3RouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR3Entry  16 }

  m3UAASR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { m3UAASR3Entry  17 }

  m3UAASR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UAASR3Entry  18 }

  m3UAASR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UAASR3Entry  19 }

  m3UAASR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR3Entry  20 }

  m3UAASR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR3Entry  21 }

  m3UAASR3PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { m3UAASR3Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Signaling Gateway'                                   */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  remoteSigGatewayR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RemoteSigGatewayR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2277 }

  remoteSigGatewayR3Entry OBJECT-TYPE
    SYNTAX       RemoteSigGatewayR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { remoteSigGatewayR3NEConn,
             remoteSigGatewayR3NetwkElement,
             remoteSigGatewayR3RemSigGatewayIx }
    ::= {  remoteSigGatewayR3Table  1  }

  RemoteSigGatewayR3Entry  ::=  SEQUENCE
  {
    remoteSigGatewayR3NEConn           Unsigned32,
    remoteSigGatewayR3NetwkElement     DisplayString,
    remoteSigGatewayR3RemSigGatewayIx  Unsigned32,
    remoteSigGatewayR3PointCodeVariant INTEGER,
    remoteSigGatewayR3Desc             DisplayString,
    remoteSigGatewayR3TimerTAck        Unsigned32,
    remoteSigGatewayR3SCTPIPAddr       DisplayString,
    remoteSigGatewayR3SCTPLocalPortNum INTEGER,
    remoteSigGatewayR3SCTPRemPortNum   Unsigned32,
    remoteSigGatewayR3SCTPChecksumAlgorithm
                                       INTEGER,
    remoteSigGatewayR3SCTPAssociationStatus
                                       INTEGER,
    remoteSigGatewayR3AlrmState        INTEGER,
    remoteSigGatewayR3StatisticsAlrms  Integer32,
    remoteSigGatewayR3AlrmLogCorr      Counter64,
    remoteSigGatewayR3AlrmEvtsAttnRq   Unsigned32,
    remoteSigGatewayR3AlrmStateTimestamp
                                       Unsigned32,
    remoteSigGatewayR3AlrmResetTimestamp
                                       Unsigned32,
    remoteSigGatewayR3DiagsLogLvl      INTEGER,
    remoteSigGatewayR3DiagsAPITraceEnabled
                                       INTEGER,
    remoteSigGatewayR3DiagsAPITraceTag DisplayString,
    remoteSigGatewayR3ImportCnt        Integer32,
    remoteSigGatewayR3ImportStatus     DisplayString,
    remoteSigGatewayR3ImportMode       INTEGER,
    remoteSigGatewayR3ImportFile       DisplayString,
    remoteSigGatewayR3ImportCorr       Counter64,
    remoteSigGatewayR3ImportCorrNode   DisplayString,
    remoteSigGatewayR3ImportCorrUID    DisplayString,
    remoteSigGatewayR3DoExtraActions   INTEGER,
    remoteSigGatewayR3RowStatus        RowStatus,
    remoteSigGatewayR3AdminStatus      AdminStatus,
    remoteSigGatewayR3OperStatus       OperStatus,
    remoteSigGatewayR3PointCodeMinorVariant
                                       INTEGER
  }

  remoteSigGatewayR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { remoteSigGatewayR3Entry  1 }

  remoteSigGatewayR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { remoteSigGatewayR3Entry  2 }

  remoteSigGatewayR3RemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Signalilng Gateway index'.
                  This is an index field."
    ::= { remoteSigGatewayR3Entry  3 }

  remoteSigGatewayR3PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { remoteSigGatewayR3Entry  4 }

  remoteSigGatewayR3Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { remoteSigGatewayR3Entry  5 }

  remoteSigGatewayR3TimerTAck OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timer T(ack)'."
    DEFVAL       { 2 }
    ::= { remoteSigGatewayR3Entry  6 }

  remoteSigGatewayR3SCTPIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - IP address'.
                  This field is only writable during create."
    ::= { remoteSigGatewayR3Entry  7 }

  remoteSigGatewayR3SCTPLocalPortNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   twoThousandNineHundredAndFive(2905),
                   fiftyOneThousandAndOne(51001),
                   fiftyOneThousandAndTwo(51002),
                   fiftyOneThousandAndThree(51003),
                   fiftyOneThousandAndFour(51004),
                   fiftyOneThousandAndFive(51005),
                   fiftyOneThousandAndSix(51006),
                   fiftyOneThousandAndSeven(51007),
                   fiftyOneThousandAndEight(51008),
                   fiftyOneThousandAndNine(51009),
                   fiftyOneThousandAndTen(51010),
                   fiftyOneThousandAndEleven(51011),
                   fiftyOneThousandAndTwelve(51012),
                   fiftyOneThousandAndThirteen(51013),
                   fiftyOneThousandAndFourteen(51014),
                   fiftyOneThousandAndFifteen(51015),
                   fiftyOneThousandAndSixteen(51016),
                   fiftyOneThousandAndSeventeen(51017),
                   fiftyOneThousandAndEighteen(51018),
                   fiftyOneThousandAndNineteen(51019),
                   fiftyOneThousandAndTwenty(51020)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - local port number'.
                  This field is only writable during create."
    DEFVAL       { twoThousandNineHundredAndFive }
    ::= { remoteSigGatewayR3Entry  8 }

  remoteSigGatewayR3SCTPRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - remote port number'.
                  This field is only writable during create."
    DEFVAL       { 2905 }
    ::= { remoteSigGatewayR3Entry  9 }

  remoteSigGatewayR3SCTPChecksumAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   adler32(1),
                   cRC32(2),
                   autoDetect(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP checksum algorithm'.
                  This field is not writable when active."
    DEFVAL       { cRC32 }
    ::= { remoteSigGatewayR3Entry  10 }

  remoteSigGatewayR3SCTPAssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   established(1),
                   establishFailedPendingRetry(2),
                   establishFailed(3),
                   deactivated(4),
                   retryingEstablishment(5),
                   establishing(6),
                   deactivating(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP association status'."
    ::= { remoteSigGatewayR3Entry  11 }

  remoteSigGatewayR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { remoteSigGatewayR3Entry  12 }

  remoteSigGatewayR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { remoteSigGatewayR3Entry  13 }

  remoteSigGatewayR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { remoteSigGatewayR3Entry  14 }

  remoteSigGatewayR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { remoteSigGatewayR3Entry  15 }

  remoteSigGatewayR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { remoteSigGatewayR3Entry  16 }

  remoteSigGatewayR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { remoteSigGatewayR3Entry  17 }

  remoteSigGatewayR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { remoteSigGatewayR3Entry  18 }

  remoteSigGatewayR3DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { remoteSigGatewayR3Entry  19 }

  remoteSigGatewayR3DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { remoteSigGatewayR3Entry  20 }

  remoteSigGatewayR3ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { remoteSigGatewayR3Entry  21 }

  remoteSigGatewayR3ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { remoteSigGatewayR3Entry  22 }

  remoteSigGatewayR3ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { remoteSigGatewayR3Entry  23 }

  remoteSigGatewayR3ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { remoteSigGatewayR3Entry  24 }

  remoteSigGatewayR3ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { remoteSigGatewayR3Entry  25 }

  remoteSigGatewayR3ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { remoteSigGatewayR3Entry  26 }

  remoteSigGatewayR3ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { remoteSigGatewayR3Entry  27 }

  remoteSigGatewayR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR3Entry  28 }

  remoteSigGatewayR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { remoteSigGatewayR3Entry  29 }

  remoteSigGatewayR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR3Entry  30 }

  remoteSigGatewayR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR3Entry  31 }

  remoteSigGatewayR3PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { remoteSigGatewayR3Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  cfgSIPBindR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2278 }

  cfgSIPBindR16Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR16NEConn,
             cfgSIPBindR16NetwkElement,
             cfgSIPBindR16CFSIx,
             cfgSIPBindR16BindingIx }
    ::= {  cfgSIPBindR16Table  1  }

  CfgSIPBindR16Entry  ::=  SEQUENCE
  {
    cfgSIPBindR16NEConn                Unsigned32,
    cfgSIPBindR16NetwkElement          DisplayString,
    cfgSIPBindR16CFSIx                 Unsigned32,
    cfgSIPBindR16BindingIx             Unsigned32,
    cfgSIPBindR16Name                  DisplayString,
    cfgSIPBindR16CustInfo              DisplayString,
    cfgSIPBindR16CustInfo2             DisplayString,
    cfgSIPBindR16CustInfo3             DisplayString,
    cfgSIPBindR16CustInfo4             DisplayString,
    cfgSIPBindR16CustInfo5             DisplayString,
    cfgSIPBindR16CustInfo6             DisplayString,
    cfgSIPBindR16Usage                 INTEGER,
    cfgSIPBindR16UseDNIdentification   INTEGER,
    cfgSIPBindR16SIPAuthenticationReqd INTEGER,
    cfgSIPBindR16SIPUserName           DisplayString,
    cfgSIPBindR16SIPDomainName         DisplayString,
    cfgSIPBindR16NewSIPPassword        DisplayString,
    cfgSIPBindR16ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR16ContactIPAddr         DisplayString,
    cfgSIPBindR16ContactIPPort         Unsigned32,
    cfgSIPBindR16ProxyIPAddr           DisplayString,
    cfgSIPBindR16ProxyIPPort           Unsigned32,
    cfgSIPBindR16TransportProt         INTEGER,
    cfgSIPBindR16I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR16I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR16I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR16I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR16Trusted               INTEGER,
    cfgSIPBindR16UseStaticNATMapping   INTEGER,
    cfgSIPBindR16MaxCallAppearances    Unsigned32,
    cfgSIPBindR16AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR16ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR16ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR16DeactivnMode          INTEGER,
    cfgSIPBindR16LastCallFailCause     INTEGER,
    cfgSIPBindR16LastCallFailTimestamp Unsigned32,
    cfgSIPBindR16LastCallFailLogCorr   Counter64,
    cfgSIPBindR16DiagsLogLvl           INTEGER,
    cfgSIPBindR16DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR16DiagsAPITraceTag      DisplayString,
    cfgSIPBindR16ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR16ExportStatus          DisplayString,
    cfgSIPBindR16ExportFile            DisplayString,
    cfgSIPBindR16ExportCorr            Counter64,
    cfgSIPBindR16ExportCorrNode        DisplayString,
    cfgSIPBindR16ExportCorrUID         DisplayString,
    cfgSIPBindR16DoExtraActions        INTEGER,
    cfgSIPBindR16RowStatus             RowStatus,
    cfgSIPBindR16AdminStatus           AdminStatus,
    cfgSIPBindR16OperStatus            OperStatus,
    cfgSIPBindR16PollPeerDevice        INTEGER,
    cfgSIPBindR16PollingInterval       Unsigned32,
    cfgSIPBindR16AlrmState             INTEGER,
    cfgSIPBindR16AlrmLogCorr           Counter64,
    cfgSIPBindR16AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR16AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR16AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR16I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR16I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR16I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR16I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR16SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR16SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR16ActHopCnting          INTEGER,
    cfgSIPBindR16SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR16SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR16SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR16SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR16SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR16SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR16SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR16SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR16ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR16SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR16SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR16SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR16SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR16SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR16SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR16SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR16SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR16SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR16SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR16SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR16UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR16PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR16StatisticsAlrms       Integer32,
    cfgSIPBindR16I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR16I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR16I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR16I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR16ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR16CFSCtrlStatus         INTEGER,
    cfgSIPBindR16PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR16MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR16RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR16SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR16IPAddrMatchReqd       INTEGER,
    cfgSIPBindR16VirtualTrnkGpID       DisplayString,
    cfgSIPBindR16VirtualTrnkCxt        DisplayString,
    cfgSIPBindR16SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR16I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR16I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR16I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR16FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR16ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR16AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR16SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR16TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR16I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR16I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR16I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR16SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR16LearnsContactDetails  INTEGER,
    cfgSIPBindR16ContactURI            LongDisplayString,
    cfgSIPBindR16ContactName           LongDisplayString,
    cfgSIPBindR16ContactExpiryTime     Unsigned32,
    cfgSIPBindR16MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR16SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR16UseTrnkRtgTblsToMatchTGID
                                       INTEGER,
    cfgSIPBindR16SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR16SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR16SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR16ContactAddrScheme     INTEGER,
    cfgSIPBindR16ContactDomainName     DisplayString,
    cfgSIPBindR16ProxyAddrScheme       INTEGER,
    cfgSIPBindR16ProxyDomainName       DisplayString,
    cfgSIPBindR16PollCallPaths         INTEGER,
    cfgSIPBindR16SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR16AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR16AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR16PollServRoutes        INTEGER,
    cfgSIPBindR16ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR16SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR16SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR16SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR16SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR16ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR16ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR16ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR16TransparentHeaders    LongDisplayString,
    cfgSIPBindR16OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR16SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR16SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR16SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR16SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR16SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR16SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR16UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR16SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR16AutoRecovery          INTEGER,
    cfgSIPBindR16AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR16SigType               INTEGER,
    cfgSIPBindR16ExportIncASRepData    INTEGER,
    cfgSIPBindR16ExportChldObjectsToInc
                                       INTEGER
  }

  cfgSIPBindR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR16Entry  1 }

  cfgSIPBindR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR16Entry  2 }

  cfgSIPBindR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR16Entry  3 }

  cfgSIPBindR16BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR16Entry  4 }

  cfgSIPBindR16Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR16Entry  5 }

  cfgSIPBindR16CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR16Entry  6 }

  cfgSIPBindR16CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR16Entry  7 }

  cfgSIPBindR16CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR16Entry  8 }

  cfgSIPBindR16CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR16Entry  9 }

  cfgSIPBindR16CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR16Entry  10 }

  cfgSIPBindR16CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR16Entry  11 }

  cfgSIPBindR16Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR16Entry  12 }

  cfgSIPBindR16UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  13 }

  cfgSIPBindR16SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  14 }

  cfgSIPBindR16SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR16Entry  15 }

  cfgSIPBindR16SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR16Entry  16 }

  cfgSIPBindR16NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR16Entry  17 }

  cfgSIPBindR16ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR16Entry  18 }

  cfgSIPBindR16ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR16Entry  19 }

  cfgSIPBindR16ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR16Entry  20 }

  cfgSIPBindR16ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR16Entry  21 }

  cfgSIPBindR16ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR16Entry  22 }

  cfgSIPBindR16TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR16Entry  23 }

  cfgSIPBindR16I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR16Entry  24 }

  cfgSIPBindR16I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR16Entry  25 }

  cfgSIPBindR16I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR16Entry  26 }

  cfgSIPBindR16I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR16Entry  27 }

  cfgSIPBindR16Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  28 }

  cfgSIPBindR16UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  29 }

  cfgSIPBindR16MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR16Entry  30 }

  cfgSIPBindR16AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR16Entry  31 }

  cfgSIPBindR16ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR16Entry  32 }

  cfgSIPBindR16ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR16Entry  33 }

  cfgSIPBindR16DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR16Entry  34 }

  cfgSIPBindR16LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR16Entry  35 }

  cfgSIPBindR16LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR16Entry  36 }

  cfgSIPBindR16LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR16Entry  37 }

  cfgSIPBindR16DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR16Entry  38 }

  cfgSIPBindR16DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  39 }

  cfgSIPBindR16DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR16Entry  40 }

  cfgSIPBindR16ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR16Entry  41 }

  cfgSIPBindR16ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR16Entry  42 }

  cfgSIPBindR16ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR16Entry  43 }

  cfgSIPBindR16ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR16Entry  44 }

  cfgSIPBindR16ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR16Entry  45 }

  cfgSIPBindR16ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR16Entry  46 }

  cfgSIPBindR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR16Entry  47 }

  cfgSIPBindR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR16Entry  48 }

  cfgSIPBindR16AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR16Entry  49 }

  cfgSIPBindR16OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR16Entry  50 }

  cfgSIPBindR16PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  56 }

  cfgSIPBindR16PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR16Entry  57 }

  cfgSIPBindR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR16Entry  60 }

  cfgSIPBindR16AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR16Entry  61 }

  cfgSIPBindR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR16Entry  62 }

  cfgSIPBindR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR16Entry  63 }

  cfgSIPBindR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR16Entry  64 }

  cfgSIPBindR16I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR16Entry  65 }

  cfgSIPBindR16I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR16Entry  66 }

  cfgSIPBindR16I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR16Entry  67 }

  cfgSIPBindR16I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR16Entry  68 }

  cfgSIPBindR16SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR16Entry  69 }

  cfgSIPBindR16SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR16Entry  76 }

  cfgSIPBindR16SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  77 }

  cfgSIPBindR16SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  78 }

  cfgSIPBindR16ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  79 }

  cfgSIPBindR16SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  80 }

  cfgSIPBindR16SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR16Entry  81 }

  cfgSIPBindR16SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  82 }

  cfgSIPBindR16SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  83 }

  cfgSIPBindR16SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  84 }

  cfgSIPBindR16SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  85 }

  cfgSIPBindR16SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  86 }

  cfgSIPBindR16SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  87 }

  cfgSIPBindR16SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  88 }

  cfgSIPBindR16SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  89 }

  cfgSIPBindR16SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  90 }

  cfgSIPBindR16SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  91 }

  cfgSIPBindR16SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  92 }

  cfgSIPBindR16SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR16Entry  93 }

  cfgSIPBindR16SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR16Entry  94 }

  cfgSIPBindR16SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  101 }

  cfgSIPBindR16ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  102 }

  cfgSIPBindR16SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  103 }

  cfgSIPBindR16SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  104 }

  cfgSIPBindR16SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  105 }

  cfgSIPBindR16SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  106 }

  cfgSIPBindR16SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  107 }

  cfgSIPBindR16SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  108 }

  cfgSIPBindR16SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  109 }

  cfgSIPBindR16SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  110 }

  cfgSIPBindSDActR16SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  112 }

  cfgSIPBindSDDefR16SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR16Entry  113 }

  cfgSIPBindR16SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  114 }

  cfgSIPBindR16UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR16Entry  120 }

  cfgSIPBindR16PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR16Entry  121 }

  cfgSIPBindR16StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR16Entry  122 }

  cfgSIPBindR16I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR16Entry  123 }

  cfgSIPBindR16I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR16Entry  124 }

  cfgSIPBindR16I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR16Entry  125 }

  cfgSIPBindR16I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR16Entry  126 }

  cfgSIPBindR16ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR16Entry  127 }

  cfgSIPBindR16CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR16Entry  128 }

  cfgSIPBindR16PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  129 }

  cfgSIPBindR16MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR16Entry  130 }

  cfgSIPBindR16RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR16Entry  131 }

  cfgSIPBindR16SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  132 }

  cfgSIPBindR16IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  133 }

  cfgSIPBindR16VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR16Entry  134 }

  cfgSIPBindR16VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR16Entry  135 }

  cfgSIPBindR16SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  136 }

  cfgSIPBindR16I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR16Entry  137 }

  cfgSIPBindR16I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR16Entry  138 }

  cfgSIPBindR16I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR16Entry  139 }

  cfgSIPBindR16FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR16Entry  140 }

  cfgSIPBindR16ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR16Entry  141 }

  cfgSIPBindR16AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  142 }

  cfgSIPBindR16SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR16Entry  143 }

  cfgSIPBindR16TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR16Entry  144 }

  cfgSIPBindR16I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR16Entry  145 }

  cfgSIPBindR16I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR16Entry  146 }

  cfgSIPBindR16I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR16Entry  147 }

  cfgSIPBindR16SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR16Entry  148 }

  cfgSIPBindR16LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  149 }

  cfgSIPBindR16ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR16Entry  150 }

  cfgSIPBindR16ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR16Entry  151 }

  cfgSIPBindR16ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR16Entry  152 }

  cfgSIPBindR16MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR16Entry  153 }

  cfgSIPBindR16SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  154 }

  cfgSIPBindR16UseTrnkRtgTblsToMatchTGID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  155 }

  cfgSIPBindR16SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR16Entry  156 }

  cfgSIPBindR16SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR16Entry  157 }

  cfgSIPBindR16SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  158 }

  cfgSIPBindR16ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR16Entry  159 }

  cfgSIPBindR16ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR16Entry  160 }

  cfgSIPBindR16ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR16Entry  161 }

  cfgSIPBindR16ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR16Entry  162 }

  cfgSIPBindR16PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  163 }

  cfgSIPBindR16SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  164 }

  cfgSIPBindR16AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR16Entry  165 }

  cfgSIPBindR16AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR16Entry  166 }

  cfgSIPBindR16PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  167 }

  cfgSIPBindR16ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR16Entry  168 }

  cfgSIPBindR16SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR16Entry  169 }

  cfgSIPBindR16SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  170 }

  cfgSIPBindR16SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  171 }

  cfgSIPBindR16SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR16Entry  172 }

  cfgSIPBindR16ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR16Entry  173 }

  cfgSIPBindR16ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR16Entry  174 }

  cfgSIPBindR16ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR16Entry  175 }

  cfgSIPBindR16TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR16Entry  176 }

  cfgSIPBindR16OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR16Entry  177 }

  cfgSIPBindR16SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR16Entry  178 }

  cfgSIPBindR16SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  179 }

  cfgSIPBindR16SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR16Entry  180 }

  cfgSIPBindR16SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR16Entry  181 }

  cfgSIPBindR16SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR16Entry  182 }

  cfgSIPBindR16SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR16Entry  183 }

  cfgSIPBindR16SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR16Entry  184 }

  cfgSIPBindR16SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR16Entry  185 }

  cfgSIPBindR16UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR16Entry  186 }

  cfgSIPBindR16SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR16Entry  187 }

  cfgSIPBindR16AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR16Entry  188 }

  cfgSIPBindR16AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR16Entry  189 }

  cfgSIPBindR16SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR16Entry  190 }

  cfgSIPBindR16ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR16Entry  191 }

  cfgSIPBindR16ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR16Entry  199 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  iSUPRemSigDestR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2279 }

  iSUPRemSigDestR21Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR21NEConn,
             iSUPRemSigDestR21NetwkElement,
             iSUPRemSigDestR21CFSIx,
             iSUPRemSigDestR21ISUPLocalSigDestIx,
             iSUPRemSigDestR21ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR21Table  1  }

  ISUPRemSigDestR21Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR21NEConn            Unsigned32,
    iSUPRemSigDestR21NetwkElement      DisplayString,
    iSUPRemSigDestR21CFSIx             Unsigned32,
    iSUPRemSigDestR21ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR21ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR21I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR21I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR21I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR21I4SigDestDestType INTEGER,
    iSUPRemSigDestR21I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR21ClusterMemberAddr INTEGER,
    iSUPRemSigDestR21ActHopCnting      INTEGER,
    iSUPRemSigDestR21MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR21CLLI              DisplayString,
    iSUPRemSigDestR21ErrHandlingMode   INTEGER,
    iSUPRemSigDestR21ConfusionMsgs     INTEGER,
    iSUPRemSigDestR21DirectIXCConn     INTEGER,
    iSUPRemSigDestR21PeerNetwkType     INTEGER,
    iSUPRemSigDestR21USIParmCodingType INTEGER,
    iSUPRemSigDestR21ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR21JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR21RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR21RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR21OrigCldNumParm    INTEGER,
    iSUPRemSigDestR21AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR21GenericAddrParm   INTEGER,
    iSUPRemSigDestR21GenericNameParm   INTEGER,
    iSUPRemSigDestR21RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR21CIPParm           INTEGER,
    iSUPRemSigDestR21InACCProcessing   INTEGER,
    iSUPRemSigDestR21TNSParm           INTEGER,
    iSUPRemSigDestR21ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR21CgstnStatus       INTEGER,
    iSUPRemSigDestR21AvailStatus       INTEGER,
    iSUPRemSigDestR21DiagsLogLvl       INTEGER,
    iSUPRemSigDestR21DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR21DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR21SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR21DoExtraActions    INTEGER,
    iSUPRemSigDestR21RowStatus         RowStatus,
    iSUPRemSigDestR21AdminStatus       AdminStatus,
    iSUPRemSigDestR21OperStatus        OperStatus,
    iSUPRemSigDestR21AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR21AlrmState         INTEGER,
    iSUPRemSigDestR21AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR21AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR21AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR21AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR21AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR21AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR21AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR21AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR21AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR21DeactivnMode      INTEGER,
    iSUPRemSigDestR21NetwkNum          Unsigned32,
    iSUPRemSigDestR21RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR21ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR21OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR21LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR21MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR21Variant           INTEGER,
    iSUPRemSigDestR21GatewayIx         Unsigned32,
    iSUPRemSigDestR21PartyInfoParm     INTEGER,
    iSUPRemSigDestR21IntnatlExchange   INTEGER,
    iSUPRemSigDestR21ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR21UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR21BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR21StatisticsAlrms   Integer32,
    iSUPRemSigDestR21EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR21M3UADest          Unsigned32,
    iSUPRemSigDestR21CctGpMsgs         INTEGER,
    iSUPRemSigDestR21ConnectedNumParm  INTEGER,
    iSUPRemSigDestR21TransportType     INTEGER,
    iSUPRemSigDestR21SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR21SatelliteLink     INTEGER,
    iSUPRemSigDestR21PropagationDly    Unsigned32,
    iSUPRemSigDestR21GISUPRole         INTEGER,
    iSUPRemSigDestR21RemISUPParms      LongDisplayString,
    iSUPRemSigDestR21SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER
  }

  iSUPRemSigDestR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR21Entry  1 }

  iSUPRemSigDestR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR21Entry  2 }

  iSUPRemSigDestR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR21Entry  3 }

  iSUPRemSigDestR21ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR21Entry  4 }

  iSUPRemSigDestR21ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR21Entry  5 }

  iSUPRemSigDestR21I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR21Entry  6 }

  iSUPRemSigDestR21I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR21Entry  7 }

  iSUPRemSigDestR21I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR21Entry  8 }

  iSUPRemSigDestR21I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR21Entry  9 }

  iSUPRemSigDestR21I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR21Entry  10 }

  iSUPRemSigDestR21ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR21Entry  11 }

  iSUPRemSigDestR21ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  12 }

  iSUPRemSigDestR21MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR21Entry  13 }

  iSUPRemSigDestR21CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR21Entry  14 }

  iSUPRemSigDestR21ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR21Entry  15 }

  iSUPRemSigDestR21ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR21Entry  16 }

  iSUPRemSigDestR21DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  17 }

  iSUPRemSigDestR21PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR21Entry  18 }

  iSUPRemSigDestR21USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR21Entry  19 }

  iSUPRemSigDestR21ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  20 }

  iSUPRemSigDestR21JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  21 }

  iSUPRemSigDestR21RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  22 }

  iSUPRemSigDestR21RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  23 }

  iSUPRemSigDestR21OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  24 }

  iSUPRemSigDestR21AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  25 }

  iSUPRemSigDestR21GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR21Entry  26 }

  iSUPRemSigDestR21GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR21Entry  27 }

  iSUPRemSigDestR21RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  28 }

  iSUPRemSigDestR21CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR21Entry  29 }

  iSUPRemSigDestR21InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR21Entry  30 }

  iSUPRemSigDestR21TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  31 }

  iSUPRemSigDestR21ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR21Entry  32 }

  iSUPRemSigDestR21CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR21Entry  33 }

  iSUPRemSigDestR21AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR21Entry  34 }

  iSUPRemSigDestR21DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR21Entry  35 }

  iSUPRemSigDestR21DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  36 }

  iSUPRemSigDestR21DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR21Entry  37 }

  iSUPRemSigDestR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR21Entry  38 }

  iSUPRemSigDestR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR21Entry  39 }

  iSUPRemSigDestR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR21Entry  40 }

  iSUPRemSigDestR21AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR21Entry  41 }

  iSUPRemSigDestR21OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR21Entry  42 }

  iSUPRemSigDestR21AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR21Entry  43 }

  iSUPRemSigDestR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR21Entry  44 }

  iSUPRemSigDestR21AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR21Entry  45 }

  iSUPRemSigDestR21AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR21Entry  46 }

  iSUPRemSigDestR21AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR21Entry  47 }

  iSUPRemSigDestR21AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR21Entry  48 }

  iSUPRemSigDestR21AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR21Entry  49 }

  iSUPRemSigDestR21AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR21Entry  50 }

  iSUPRemSigDestR21AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR21Entry  51 }

  iSUPRemSigDestR21AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR21Entry  52 }

  iSUPRemSigDestR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR21Entry  53 }

  iSUPRemSigDestR21DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR21Entry  54 }

  iSUPRemSigDestR21NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR21Entry  55 }

  iSUPRemSigDestR21RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR21Entry  56 }

  iSUPRemSigDestR21ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR21Entry  57 }

  iSUPRemSigDestR21OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  58 }

  iSUPRemSigDestR21LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR21Entry  59 }

  iSUPRemSigDestR21MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR21Entry  60 }

  iSUPRemSigDestR21Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR21Entry  61 }

  iSUPRemSigDestR21GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR21Entry  62 }

  iSUPRemSigDestR21PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  63 }

  iSUPRemSigDestR21IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  64 }

  iSUPRemSigDestR21ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR21Entry  65 }

  iSUPRemSigDestR21UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  66 }

  iSUPRemSigDestR21BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  67 }

  iSUPRemSigDestR21StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR21Entry  68 }

  iSUPRemSigDestR21EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR21Entry  69 }

  iSUPRemSigDestR21M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR21Entry  70 }

  iSUPRemSigDestR21CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR21Entry  71 }

  iSUPRemSigDestR21ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR21Entry  72 }

  iSUPRemSigDestR21TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR21Entry  73 }

  iSUPRemSigDestR21SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  74 }

  iSUPRemSigDestR21SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  75 }

  iSUPRemSigDestR21PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR21Entry  76 }

  iSUPRemSigDestR21GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR21Entry  77 }

  iSUPRemSigDestR21RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR21Entry  78 }

  iSUPRemSigDestR21SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR21Entry  79 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel'                                         */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  iSUPMediaChanR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2280 }

  iSUPMediaChanR16Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanR16NEConn,
             iSUPMediaChanR16NetwkElement,
             iSUPMediaChanR16CFSIx,
             iSUPMediaChanR16ISUPLocalSigDestIx,
             iSUPMediaChanR16ISUPRemSigDestIx,
             iSUPMediaChanR16MediaChanIx }
    ::= {  iSUPMediaChanR16Table  1  }

  ISUPMediaChanR16Entry  ::=  SEQUENCE
  {
    iSUPMediaChanR16NEConn             Unsigned32,
    iSUPMediaChanR16NetwkElement       DisplayString,
    iSUPMediaChanR16CFSIx              Unsigned32,
    iSUPMediaChanR16ISUPLocalSigDestIx Unsigned32,
    iSUPMediaChanR16ISUPRemSigDestIx   Unsigned32,
    iSUPMediaChanR16MediaChanIx        Unsigned32,
    iSUPMediaChanR16AllocationPolicy   INTEGER,
    iSUPMediaChanR16GuardTimerDurn     Integer32,
    iSUPMediaChanR16TrnkGpNum          INTEGER,
    iSUPMediaChanR16DualSeizurePolicy  INTEGER,
    iSUPMediaChanR16ZUtilization       INTEGER,
    iSUPMediaChanR16AlrmState          INTEGER,
    iSUPMediaChanR16AlrmEvtsAttnRq     Integer32,
    iSUPMediaChanR16AlrmStateTimestamp Unsigned32,
    iSUPMediaChanR16AlrmResetTimestamp Unsigned32,
    iSUPMediaChanR16DoExtraActions     INTEGER,
    iSUPMediaChanR16RowStatus          RowStatus,
    iSUPMediaChanR16AdminStatus        AdminStatus,
    iSUPMediaChanR16OperStatus         OperStatus,
    iSUPMediaChanR16AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPMediaChanR16AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPMediaChanR16AlrmEvtsAtndDp     Integer32,
    iSUPMediaChanR16DisallowSigLRN     INTEGER,
    iSUPMediaChanR16BAFBillAppendOrigingLRNMod
                                       INTEGER,
    iSUPMediaChanR16BAFBillConnectedSwitchLRN
                                       DisplayString,
    iSUPMediaChanR16BAFBillOverrideSignalledLRN
                                       INTEGER,
    iSUPMediaChanR16EchoCancellation   INTEGER,
    iSUPMediaChanR16Desc               DisplayString,
    iSUPMediaChanR16UseISUPCldAddrPrefixInfo
                                       INTEGER,
    iSUPMediaChanR16SupportedCallDirections
                                       INTEGER,
    iSUPMediaChanR16RcvGain            INTEGER,
    iSUPMediaChanR16BAFBillInTermCDRType
                                       INTEGER,
    iSUPMediaChanR16BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSUPMediaChanR16BAFBillInTandemCDRType
                                       INTEGER,
    iSUPMediaChanR16BAFBillOutOrigingCDRType
                                       INTEGER,
    iSUPMediaChanR16BAFBillOutTandemCDRType
                                       INTEGER,
    iSUPMediaChanR16BAFCNABllInCllsCIC Unsigned32,
    iSUPMediaChanR16BAFCNABllInCllsIncCNABillNum
                                       INTEGER,
    iSUPMediaChanR16CNABillCNABillNum  DisplayString,
    iSUPMediaChanR16CNABillIncChargeNum
                                       INTEGER,
    iSUPMediaChanR16CNABillIncClgNum   INTEGER,
    iSUPMediaChanR16Variant            INTEGER,
    iSUPMediaChanR16GatewayIx          Unsigned32,
    iSUPMediaChanR16XmitGain           INTEGER,
    iSUPMediaChanR16OverrideLocalCLLICode
                                       INTEGER,
    iSUPMediaChanR16LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR16OverrideRemCLLICode
                                       INTEGER,
    iSUPMediaChanR16RemCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR16StatisticsAlrms    Integer32,
    iSUPMediaChanR16I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSUPMediaChanR16I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSUPMediaChanR16I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSUPMediaChanR16FaultMonitoringProfOtherVals
                                       INTEGER,
    iSUPMediaChanR16ApplyFMPToReltdObjectTypes
                                       BITS,
    iSUPMediaChanR16AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSUPMediaChanR16TransportType      INTEGER,
    iSUPMediaChanR16XMLBillTrnkAccountingRef
                                       DisplayString
  }

  iSUPMediaChanR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanR16Entry  1 }

  iSUPMediaChanR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanR16Entry  2 }

  iSUPMediaChanR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanR16Entry  3 }

  iSUPMediaChanR16ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR16Entry  4 }

  iSUPMediaChanR16ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR16Entry  5 }

  iSUPMediaChanR16MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanR16Entry  6 }

  iSUPMediaChanR16AllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   highestNumberedCIC(1),
                   lowestNumberedCIC(2),
                   mostIdle(3),
                   leastIdle(4),
                   mostIdleLeastIdle(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation policy'.
                  This field is not writable when active."
    DEFVAL       { highestNumberedCIC }
    ::= { iSUPMediaChanR16Entry  7 }

  iSUPMediaChanR16GuardTimerDurn OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Guard timer duration'.
                  This field is not writable when active."
    DEFVAL       { 750 }
    ::= { iSUPMediaChanR16Entry  8 }

  iSUPMediaChanR16TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR16Entry  9 }

  iSUPMediaChanR16DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2),
                   highPointCodeEvenCIC(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'.
                  This field is not writable when active."
    DEFVAL       { thisExchange }
    ::= { iSUPMediaChanR16Entry  10 }

  iSUPMediaChanR16ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { iSUPMediaChanR16Entry  11 }

  iSUPMediaChanR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPMediaChanR16Entry  12 }

  iSUPMediaChanR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR16Entry  13 }

  iSUPMediaChanR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPMediaChanR16Entry  14 }

  iSUPMediaChanR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPMediaChanR16Entry  15 }

  iSUPMediaChanR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR16Entry  16 }

  iSUPMediaChanR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPMediaChanR16Entry  17 }

  iSUPMediaChanR16AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR16Entry  18 }

  iSUPMediaChanR16OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR16Entry  19 }

  iSUPMediaChanR16AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPMediaChanR16Entry  20 }

  iSUPMediaChanR16AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPMediaChanR16Entry  21 }

  iSUPMediaChanR16AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR16Entry  22 }

  iSUPMediaChanR16DisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  24 }

  iSUPMediaChanR16BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  25 }

  iSUPMediaChanR16BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { iSUPMediaChanR16Entry  26 }

  iSUPMediaChanR16BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  27 }

  iSUPMediaChanR16EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { iSUPMediaChanR16Entry  34 }

  iSUPMediaChanR16Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPMediaChanR16Entry  36 }

  iSUPMediaChanR16UseISUPCldAddrPrefixInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  37 }

  iSUPMediaChanR16SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSUPMediaChanR16Entry  38 }

  iSUPMediaChanR16RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR16Entry  39 }

  iSUPMediaChanR16BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR16Entry  40 }

  iSUPMediaChanR16BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  41 }

  iSUPMediaChanR16BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR16Entry  42 }

  iSUPMediaChanR16BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR16Entry  43 }

  iSUPMediaChanR16BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR16Entry  44 }

  iSUPMediaChanR16BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR16Entry  45 }

  iSUPMediaChanR16BAFCNABllInCllsIncCNABillNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include CNA billing number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  46 }

  iSUPMediaChanR16CNABillCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSUPMediaChanR16Entry  47 }

  iSUPMediaChanR16CNABillIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  48 }

  iSUPMediaChanR16CNABillIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  49 }

  iSUPMediaChanR16Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPMediaChanR16Entry  50 }

  iSUPMediaChanR16GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR16Entry  51 }

  iSUPMediaChanR16XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR16Entry  52 }

  iSUPMediaChanR16OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  53 }

  iSUPMediaChanR16LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR16Entry  54 }

  iSUPMediaChanR16OverrideRemCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override remote CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR16Entry  55 }

  iSUPMediaChanR16RemCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR16Entry  56 }

  iSUPMediaChanR16StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPMediaChanR16Entry  57 }

  iSUPMediaChanR16I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR16Entry  58 }

  iSUPMediaChanR16I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR16Entry  59 }

  iSUPMediaChanR16I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR16Entry  60 }

  iSUPMediaChanR16FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPMediaChanR16Entry  61 }

  iSUPMediaChanR16ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSUPMediaChanR16Entry  62 }

  iSUPMediaChanR16AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSUPMediaChanR16Entry  63 }

  iSUPMediaChanR16TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPMediaChanR16Entry  64 }

  iSUPMediaChanR16XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSUPMediaChanR16Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2281 }

  rPSAttrEntryR24Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR24NEConn,
             rPSAttrEntryR24NetwkElement,
             rPSAttrEntryR24CFSIx,
             rPSAttrEntryR24CfgSetIx,
             rPSAttrEntryR24AttrSetIx,
             rPSAttrEntryR24AttrEntryIx }
    ::= {  rPSAttrEntryR24Table  1  }

  RPSAttrEntryR24Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR24NEConn              Unsigned32,
    rPSAttrEntryR24NetwkElement        DisplayString,
    rPSAttrEntryR24CFSIx               Unsigned32,
    rPSAttrEntryR24CfgSetIx            Unsigned32,
    rPSAttrEntryR24AttrSetIx           Unsigned32,
    rPSAttrEntryR24AttrEntryIx         Unsigned32,
    rPSAttrEntryR24AttrType            INTEGER,
    rPSAttrEntryR24AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR24AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR24AttrValCldAddrScope INTEGER,
    rPSAttrEntryR24AttrValCldAddrType  INTEGER,
    rPSAttrEntryR24AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR24AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR24AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR24AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR24AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR24AttrValOprCall      INTEGER,
    rPSAttrEntryR24AttrValPriorityCall INTEGER,
    rPSAttrEntryR24AttrValRegionCode   Unsigned32,
    rPSAttrEntryR24AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR24AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR24AttrValRtgControlUK INTEGER,
    rPSAttrEntryR24AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR24AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR24AttrValTestCall     INTEGER,
    rPSAttrEntryR24AttrValAnnounceID   INTEGER,
    rPSAttrEntryR24AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR24AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR24AttrValTransitNetID Unsigned32,
    rPSAttrEntryR24AttrValUSCallType   INTEGER,
    rPSAttrEntryR24AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR24AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR24AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR24AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR24AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR24AttrValUSCarrType   INTEGER,
    rPSAttrEntryR24AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR24AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR24AttrValClgCategory  INTEGER,
    rPSAttrEntryR24RowStatus           RowStatus,
    rPSAttrEntryR24AttrValUKCallType   INTEGER,
    rPSAttrEntryR24AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR24I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR24I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR24I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR24I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR24AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR24AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR24AttrValUSLATA       Unsigned32,
    rPSAttrEntryR24AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR24AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR24AttrValUsrDef       Unsigned32,
    rPSAttrEntryR24AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR24AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR24AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR24AttrValBillCallType INTEGER,
    rPSAttrEntryR24AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR24AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR24AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR24AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR24AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR24AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR24T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR24T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR24T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR24AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR24I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR24I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR24I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR24I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR24AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR24AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR24I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR24I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR24I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR24I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR24AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR24AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR24AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR24AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR24AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR24AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR24AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR24AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR24AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR24AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR24AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR24AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR24AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR24AttrValOTGpID       INTEGER,
    rPSAttrEntryR24AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR24AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR24AttrValDTGpID       INTEGER,
    rPSAttrEntryR24AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR24AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR24AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR24AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR24T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR24T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR24T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR24AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR24AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR24AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR24AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR24AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR24AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR24AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR24AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR24AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR24AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR24AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR24ClgAddrScope        INTEGER,
    rPSAttrEntryR24AttrValHighRiskCall INTEGER,
    rPSAttrEntryR24RtgPolicyNum        Unsigned32,
    rPSAttrEntryR24RtgPolicy           LongDisplayString
  }

  rPSAttrEntryR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR24Entry  1 }

  rPSAttrEntryR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR24Entry  2 }

  rPSAttrEntryR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR24Entry  3 }

  rPSAttrEntryR24CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR24Entry  4 }

  rPSAttrEntryR24AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR24Entry  5 }

  rPSAttrEntryR24AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR24Entry  6 }

  rPSAttrEntryR24AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlModeUKOnly(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR24Entry  7 }

  rPSAttrEntryR24AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  8 }

  rPSAttrEntryR24AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR24Entry  9 }

  rPSAttrEntryR24AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR24Entry  10 }

  rPSAttrEntryR24AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR24Entry  11 }

  rPSAttrEntryR24AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  12 }

  rPSAttrEntryR24AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  13 }

  rPSAttrEntryR24AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  14 }

  rPSAttrEntryR24AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR24Entry  15 }

  rPSAttrEntryR24AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  16 }

  rPSAttrEntryR24AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  17 }

  rPSAttrEntryR24AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  18 }

  rPSAttrEntryR24AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  19 }

  rPSAttrEntryR24AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR24Entry  20 }

  rPSAttrEntryR24AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  21 }

  rPSAttrEntryR24AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR24Entry  22 }

  rPSAttrEntryR24AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  23 }

  rPSAttrEntryR24AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  24 }

  rPSAttrEntryR24AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  25 }

  rPSAttrEntryR24AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR24Entry  26 }

  rPSAttrEntryR24AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR24Entry  27 }

  rPSAttrEntryR24AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR24Entry  28 }

  rPSAttrEntryR24AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  29 }

  rPSAttrEntryR24AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR24Entry  30 }

  rPSAttrEntryR24AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR24Entry  31 }

  rPSAttrEntryR24AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR24Entry  32 }

  rPSAttrEntryR24AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR24Entry  33 }

  rPSAttrEntryR24AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR24Entry  34 }

  rPSAttrEntryR24AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR24Entry  35 }

  rPSAttrEntryR24AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR24Entry  36 }

  rPSAttrEntryR24AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  37 }

  rPSAttrEntryR24AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  38 }

  rPSAttrEntryR24AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR24Entry  39 }

  rPSAttrEntryR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR24Entry  40 }

  rPSAttrEntryR24AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR24Entry  41 }

  rPSAttrEntryR24AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR24Entry  42 }

  rPSAttrEntryR24I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR24Entry  43 }

  rPSAttrEntryR24I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR24Entry  44 }

  rPSAttrEntryR24I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR24Entry  45 }

  rPSAttrEntryR24I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR24Entry  46 }

  rPSAttrEntryR24AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR24Entry  47 }

  rPSAttrEntryR24AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR24Entry  48 }

  rPSAttrEntryR24AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  49 }

  rPSAttrEntryR24AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR24Entry  50 }

  rPSAttrEntryR24AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  51 }

  rPSAttrEntryR24AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR24Entry  52 }

  rPSAttrEntryR24AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  53 }

  rPSAttrEntryR24AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR24Entry  54 }

  rPSAttrEntryR24AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR24Entry  55 }

  rPSAttrEntryR24AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR24Entry  56 }

  rPSAttrEntryR24AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR24Entry  57 }

  rPSAttrEntryR24AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  58 }

  rPSAttrEntryR24AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  59 }

  rPSAttrEntryR24AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR24Entry  60 }

  rPSAttrEntryR24AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR24Entry  61 }

  rPSAttrEntryR24AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR24Entry  62 }

  rPSAttrEntryR24T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR24Entry  63 }

  rPSAttrEntryR24T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR24Entry  64 }

  rPSAttrEntryR24T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR24Entry  65 }

  rPSAttrEntryR24AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR24Entry  66 }

  rPSAttrEntryR24I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR24Entry  67 }

  rPSAttrEntryR24I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR24Entry  68 }

  rPSAttrEntryR24I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR24Entry  69 }

  rPSAttrEntryR24I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR24Entry  70 }

  rPSAttrEntryR24AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR24Entry  71 }

  rPSAttrEntryR24AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR24Entry  72 }

  rPSAttrEntryR24I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR24Entry  73 }

  rPSAttrEntryR24I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR24Entry  74 }

  rPSAttrEntryR24I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR24Entry  75 }

  rPSAttrEntryR24I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR24Entry  76 }

  rPSAttrEntryR24AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR24Entry  77 }

  rPSAttrEntryR24AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR24Entry  78 }

  rPSAttrEntryR24AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR24Entry  79 }

  rPSAttrEntryR24AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR24Entry  80 }

  rPSAttrEntryR24AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR24Entry  81 }

  rPSAttrEntryR24AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR24Entry  82 }

  rPSAttrEntryR24AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR24Entry  83 }

  rPSAttrEntryR24AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR24Entry  84 }

  rPSAttrEntryR24AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR24Entry  85 }

  rPSAttrEntryR24AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR24Entry  86 }

  rPSAttrEntryR24AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR24Entry  88 }

  rPSAttrEntryR24AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR24Entry  89 }

  rPSAttrEntryR24AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR24Entry  90 }

  rPSAttrEntryR24AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR24Entry  91 }

  rPSAttrEntryR24AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR24Entry  92 }

  rPSAttrEntryR24AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR24Entry  93 }

  rPSAttrEntryR24AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR24Entry  94 }

  rPSAttrEntryR24AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR24Entry  95 }

  rPSAttrEntryR24AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR24Entry  96 }

  rPSAttrEntryR24AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR24Entry  97 }

  rPSAttrEntryR24AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR24Entry  98 }

  rPSAttrEntryR24T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR24Entry  99 }

  rPSAttrEntryR24T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR24Entry  100 }

  rPSAttrEntryR24T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR24Entry  101 }

  rPSAttrEntryR24AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR24Entry  102 }

  rPSAttrEntryR24AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR24Entry  103 }

  rPSAttrEntryR24AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  104 }

  rPSAttrEntryR24AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR24Entry  105 }

  rPSAttrEntryR24AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  106 }

  rPSAttrEntryR24AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  107 }

  rPSAttrEntryR24AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  108 }

  rPSAttrEntryR24AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  109 }

  rPSAttrEntryR24AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  110 }

  rPSAttrEntryR24AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  111 }

  rPSAttrEntryR24AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR24Entry  112 }

  rPSAttrEntryR24ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR24Entry  113 }

  rPSAttrEntryR24AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR24Entry  114 }

  rPSAttrEntryR24RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR24Entry  115 }

  rPSAttrEntryR24RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR24Entry  116 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: null                                                              */
-- /* Deprecated from: 9.0.02                                                       */
-- /*********************************************************************************/

  iSUPLclSigDestR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2282 }

  iSUPLclSigDestR16Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR16NEConn,
             iSUPLclSigDestR16NetwkElement,
             iSUPLclSigDestR16CFSIx,
             iSUPLclSigDestR16ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR16Table  1  }

  ISUPLclSigDestR16Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR16NEConn            Unsigned32,
    iSUPLclSigDestR16NetwkElement      DisplayString,
    iSUPLclSigDestR16CFSIx             Unsigned32,
    iSUPLclSigDestR16ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR16PassOnMsg         INTEGER,
    iSUPLclSigDestR16CgstnStatus       INTEGER,
    iSUPLclSigDestR16CLLI              DisplayString,
    iSUPLclSigDestR16SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR16SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR16T1TimerDurn       Unsigned32,
    iSUPLclSigDestR16T2TimerDurn       Unsigned32,
    iSUPLclSigDestR16T3TimerDurn       Unsigned32,
    iSUPLclSigDestR16T5TimerDurn       Unsigned32,
    iSUPLclSigDestR16T6TimerDurn       Unsigned32,
    iSUPLclSigDestR16T7TimerDurn       Unsigned32,
    iSUPLclSigDestR16T8TimerDurn       Unsigned32,
    iSUPLclSigDestR16T9TimerDurn       Unsigned32,
    iSUPLclSigDestR16T10TimerDurn      Unsigned32,
    iSUPLclSigDestR16T11TimerDurn      Unsigned32,
    iSUPLclSigDestR16T12TimerDurn      Unsigned32,
    iSUPLclSigDestR16T13TimerDurn      Unsigned32,
    iSUPLclSigDestR16T14TimerDurn      Unsigned32,
    iSUPLclSigDestR16T15TimerDurn      Unsigned32,
    iSUPLclSigDestR16T16TimerDurn      Unsigned32,
    iSUPLclSigDestR16T17TimerDurn      Unsigned32,
    iSUPLclSigDestR16T18TimerDurn      Unsigned32,
    iSUPLclSigDestR16T19TimerDurn      Unsigned32,
    iSUPLclSigDestR16T20TimerDurn      Unsigned32,
    iSUPLclSigDestR16T21TimerDurn      Unsigned32,
    iSUPLclSigDestR16T22TimerDurn      Unsigned32,
    iSUPLclSigDestR16T23TimerDurn      Unsigned32,
    iSUPLclSigDestR16T25TimerDurn      Unsigned32,
    iSUPLclSigDestR16T26TimerDurn      Unsigned32,
    iSUPLclSigDestR16T27TimerDurn      Unsigned32,
    iSUPLclSigDestR16T28TimerDurn      Unsigned32,
    iSUPLclSigDestR16T29TimerDurn      Unsigned32,
    iSUPLclSigDestR16T30TimerDurn      Unsigned32,
    iSUPLclSigDestR16T33TimerDurn      Unsigned32,
    iSUPLclSigDestR16T35TimerDurn      Unsigned32,
    iSUPLclSigDestR16T38TimerDurn      Unsigned32,
    iSUPLclSigDestR16CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR16CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR16CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR16CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR16BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR16SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR16CongTimerDurn     Unsigned32,
    iSUPLclSigDestR16MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR16SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR16TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR16AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR16DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR16UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR16UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR16CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR16MaxResetRetries   Unsigned32,
    iSUPLclSigDestR16MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR16MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR16DeactivnMode      INTEGER,
    iSUPLclSigDestR16AlrmState         INTEGER,
    iSUPLclSigDestR16AlrmLogCorr       Counter64,
    iSUPLclSigDestR16AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR16AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR16AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR16ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR16ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR16ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR16ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR16SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR16DoExtraActions    INTEGER,
    iSUPLclSigDestR16RowStatus         RowStatus,
    iSUPLclSigDestR16AdminStatus       AdminStatus,
    iSUPLclSigDestR16OperStatus        OperStatus,
    iSUPLclSigDestR16SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR16T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR16T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR16T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR16Variant           INTEGER,
    iSUPLclSigDestR16ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR16RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR16ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR16EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR16RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR16ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR16StatisticsAlrms   Integer32,
    iSUPLclSigDestR16T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR16T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR16T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    iSUPLclSigDestR16Name              DisplayString
  }

  iSUPLclSigDestR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR16Entry  1 }

  iSUPLclSigDestR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR16Entry  2 }

  iSUPLclSigDestR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR16Entry  3 }

  iSUPLclSigDestR16ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR16Entry  4 }

  iSUPLclSigDestR16PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR16Entry  5 }

  iSUPLclSigDestR16CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR16Entry  6 }

  iSUPLclSigDestR16CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR16Entry  7 }

  iSUPLclSigDestR16SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR16Entry  8 }

  iSUPLclSigDestR16SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR16Entry  9 }

  iSUPLclSigDestR16T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR16Entry  10 }

  iSUPLclSigDestR16T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR16Entry  11 }

  iSUPLclSigDestR16T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR16Entry  12 }

  iSUPLclSigDestR16T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR16Entry  14 }

  iSUPLclSigDestR16T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR16Entry  15 }

  iSUPLclSigDestR16T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR16Entry  16 }

  iSUPLclSigDestR16T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR16Entry  17 }

  iSUPLclSigDestR16T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR16Entry  18 }

  iSUPLclSigDestR16T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR16Entry  19 }

  iSUPLclSigDestR16T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR16Entry  20 }

  iSUPLclSigDestR16T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  21 }

  iSUPLclSigDestR16T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  22 }

  iSUPLclSigDestR16T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  23 }

  iSUPLclSigDestR16T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  24 }

  iSUPLclSigDestR16T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR16Entry  25 }

  iSUPLclSigDestR16T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR16Entry  26 }

  iSUPLclSigDestR16T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  27 }

  iSUPLclSigDestR16T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  28 }

  iSUPLclSigDestR16T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  29 }

  iSUPLclSigDestR16T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR16Entry  30 }

  iSUPLclSigDestR16T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR16Entry  31 }

  iSUPLclSigDestR16T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR16Entry  32 }

  iSUPLclSigDestR16T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR16Entry  33 }

  iSUPLclSigDestR16T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR16Entry  34 }

  iSUPLclSigDestR16T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR16Entry  35 }

  iSUPLclSigDestR16T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR16Entry  36 }

  iSUPLclSigDestR16T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    DEFVAL       { 500 }
    ::= { iSUPLclSigDestR16Entry  37 }

  iSUPLclSigDestR16T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR16Entry  38 }

  iSUPLclSigDestR16T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR16Entry  39 }

  iSUPLclSigDestR16T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR16Entry  40 }

  iSUPLclSigDestR16T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR16Entry  42 }

  iSUPLclSigDestR16CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR16Entry  43 }

  iSUPLclSigDestR16CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR16Entry  44 }

  iSUPLclSigDestR16CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR16Entry  45 }

  iSUPLclSigDestR16CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR16Entry  46 }

  iSUPLclSigDestR16BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR16Entry  47 }

  iSUPLclSigDestR16SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR16Entry  48 }

  iSUPLclSigDestR16CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR16Entry  49 }

  iSUPLclSigDestR16MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR16Entry  50 }

  iSUPLclSigDestR16SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR16Entry  51 }

  iSUPLclSigDestR16TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR16Entry  52 }

  iSUPLclSigDestR16AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR16Entry  53 }

  iSUPLclSigDestR16DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR16Entry  54 }

  iSUPLclSigDestR16UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR16Entry  55 }

  iSUPLclSigDestR16UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR16Entry  56 }

  iSUPLclSigDestR16CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR16Entry  57 }

  iSUPLclSigDestR16MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR16Entry  58 }

  iSUPLclSigDestR16MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR16Entry  59 }

  iSUPLclSigDestR16MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR16Entry  60 }

  iSUPLclSigDestR16DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR16Entry  61 }

  iSUPLclSigDestR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR16Entry  62 }

  iSUPLclSigDestR16AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR16Entry  63 }

  iSUPLclSigDestR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR16Entry  64 }

  iSUPLclSigDestR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR16Entry  65 }

  iSUPLclSigDestR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR16Entry  66 }

  iSUPLclSigDestR16ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR16Entry  67 }

  iSUPLclSigDestR16ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR16Entry  68 }

  iSUPLclSigDestR16ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR16Entry  69 }

  iSUPLclSigDestR16ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR16Entry  70 }

  iSUPLclSigDestR16SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR16Entry  71 }

  iSUPLclSigDestR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR16Entry  72 }

  iSUPLclSigDestR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR16Entry  73 }

  iSUPLclSigDestR16AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR16Entry  74 }

  iSUPLclSigDestR16OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR16Entry  75 }

  iSUPLclSigDestR16SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR16Entry  76 }

  iSUPLclSigDestR16T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR16Entry  77 }

  iSUPLclSigDestR16T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR16Entry  78 }

  iSUPLclSigDestR16T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR16Entry  79 }

  iSUPLclSigDestR16Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR16Entry  80 }

  iSUPLclSigDestR16ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR16Entry  81 }

  iSUPLclSigDestR16RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR16Entry  82 }

  iSUPLclSigDestR16ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR16Entry  83 }

  iSUPLclSigDestR16EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR16Entry  84 }

  iSUPLclSigDestR16RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR16Entry  85 }

  iSUPLclSigDestR16ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR16Entry  86 }

  iSUPLclSigDestR16StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR16Entry  87 }

  iSUPLclSigDestR16T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR16Entry  88 }

  iSUPLclSigDestR16T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR16Entry  89 }

  iSUPLclSigDestR16T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR16Entry  90 }

  iSUPLclSigDestR16Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPLclSigDestR16Entry  91 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.0.02                                                            */
-- /* Deprecated from: 9.0.03                                                       */
-- /*********************************************************************************/

  iSUPLclSigDestR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2283 }

  iSUPLclSigDestR17Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR17NEConn,
             iSUPLclSigDestR17NetwkElement,
             iSUPLclSigDestR17CFSIx,
             iSUPLclSigDestR17ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR17Table  1  }

  ISUPLclSigDestR17Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR17NEConn            Unsigned32,
    iSUPLclSigDestR17NetwkElement      DisplayString,
    iSUPLclSigDestR17CFSIx             Unsigned32,
    iSUPLclSigDestR17ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR17PassOnMsg         INTEGER,
    iSUPLclSigDestR17CgstnStatus       INTEGER,
    iSUPLclSigDestR17CLLI              DisplayString,
    iSUPLclSigDestR17SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR17SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR17T1TimerDurn       Unsigned32,
    iSUPLclSigDestR17T2TimerDurn       Unsigned32,
    iSUPLclSigDestR17T3TimerDurn       Unsigned32,
    iSUPLclSigDestR17T5TimerDurn       Unsigned32,
    iSUPLclSigDestR17T6TimerDurn       Unsigned32,
    iSUPLclSigDestR17T7TimerDurn       Unsigned32,
    iSUPLclSigDestR17T8TimerDurn       Unsigned32,
    iSUPLclSigDestR17T9TimerDurn       Unsigned32,
    iSUPLclSigDestR17T10TimerDurn      Unsigned32,
    iSUPLclSigDestR17T11TimerDurn      Unsigned32,
    iSUPLclSigDestR17T12TimerDurn      Unsigned32,
    iSUPLclSigDestR17T13TimerDurn      Unsigned32,
    iSUPLclSigDestR17T14TimerDurn      Unsigned32,
    iSUPLclSigDestR17T15TimerDurn      Unsigned32,
    iSUPLclSigDestR17T16TimerDurn      Unsigned32,
    iSUPLclSigDestR17T17TimerDurn      Unsigned32,
    iSUPLclSigDestR17T18TimerDurn      Unsigned32,
    iSUPLclSigDestR17T19TimerDurn      Unsigned32,
    iSUPLclSigDestR17T20TimerDurn      Unsigned32,
    iSUPLclSigDestR17T21TimerDurn      Unsigned32,
    iSUPLclSigDestR17T22TimerDurn      Unsigned32,
    iSUPLclSigDestR17T23TimerDurn      Unsigned32,
    iSUPLclSigDestR17T25TimerDurn      Unsigned32,
    iSUPLclSigDestR17T26TimerDurn      Unsigned32,
    iSUPLclSigDestR17T27TimerDurn      Unsigned32,
    iSUPLclSigDestR17T28TimerDurn      Unsigned32,
    iSUPLclSigDestR17T29TimerDurn      Unsigned32,
    iSUPLclSigDestR17T30TimerDurn      Unsigned32,
    iSUPLclSigDestR17T33TimerDurn      Unsigned32,
    iSUPLclSigDestR17T35TimerDurn      Unsigned32,
    iSUPLclSigDestR17T38TimerDurn      Unsigned32,
    iSUPLclSigDestR17CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR17CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR17CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR17CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR17BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR17SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR17CongTimerDurn     Unsigned32,
    iSUPLclSigDestR17MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR17SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR17TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR17AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR17DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR17UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR17UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR17CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR17MaxResetRetries   Unsigned32,
    iSUPLclSigDestR17MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR17MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR17DeactivnMode      INTEGER,
    iSUPLclSigDestR17AlrmState         INTEGER,
    iSUPLclSigDestR17AlrmLogCorr       Counter64,
    iSUPLclSigDestR17AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR17AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR17AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR17ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR17ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR17ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR17ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR17SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR17DoExtraActions    INTEGER,
    iSUPLclSigDestR17RowStatus         RowStatus,
    iSUPLclSigDestR17AdminStatus       AdminStatus,
    iSUPLclSigDestR17OperStatus        OperStatus,
    iSUPLclSigDestR17SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR17T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR17T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR17T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR17Variant           INTEGER,
    iSUPLclSigDestR17ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR17RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR17ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR17EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR17RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR17ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR17StatisticsAlrms   Integer32,
    iSUPLclSigDestR17T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR17T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR17T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32
  }

  iSUPLclSigDestR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR17Entry  1 }

  iSUPLclSigDestR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR17Entry  2 }

  iSUPLclSigDestR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR17Entry  3 }

  iSUPLclSigDestR17ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR17Entry  4 }

  iSUPLclSigDestR17PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR17Entry  5 }

  iSUPLclSigDestR17CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR17Entry  6 }

  iSUPLclSigDestR17CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR17Entry  7 }

  iSUPLclSigDestR17SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR17Entry  8 }

  iSUPLclSigDestR17SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR17Entry  9 }

  iSUPLclSigDestR17T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR17Entry  10 }

  iSUPLclSigDestR17T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR17Entry  11 }

  iSUPLclSigDestR17T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR17Entry  12 }

  iSUPLclSigDestR17T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR17Entry  14 }

  iSUPLclSigDestR17T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR17Entry  15 }

  iSUPLclSigDestR17T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR17Entry  16 }

  iSUPLclSigDestR17T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR17Entry  17 }

  iSUPLclSigDestR17T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR17Entry  18 }

  iSUPLclSigDestR17T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR17Entry  19 }

  iSUPLclSigDestR17T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR17Entry  20 }

  iSUPLclSigDestR17T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  21 }

  iSUPLclSigDestR17T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  22 }

  iSUPLclSigDestR17T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  23 }

  iSUPLclSigDestR17T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  24 }

  iSUPLclSigDestR17T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR17Entry  25 }

  iSUPLclSigDestR17T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR17Entry  26 }

  iSUPLclSigDestR17T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  27 }

  iSUPLclSigDestR17T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  28 }

  iSUPLclSigDestR17T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  29 }

  iSUPLclSigDestR17T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR17Entry  30 }

  iSUPLclSigDestR17T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR17Entry  31 }

  iSUPLclSigDestR17T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR17Entry  32 }

  iSUPLclSigDestR17T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR17Entry  33 }

  iSUPLclSigDestR17T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR17Entry  34 }

  iSUPLclSigDestR17T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR17Entry  35 }

  iSUPLclSigDestR17T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR17Entry  36 }

  iSUPLclSigDestR17T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    DEFVAL       { 500 }
    ::= { iSUPLclSigDestR17Entry  37 }

  iSUPLclSigDestR17T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR17Entry  38 }

  iSUPLclSigDestR17T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR17Entry  39 }

  iSUPLclSigDestR17T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR17Entry  40 }

  iSUPLclSigDestR17T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR17Entry  42 }

  iSUPLclSigDestR17CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR17Entry  43 }

  iSUPLclSigDestR17CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR17Entry  44 }

  iSUPLclSigDestR17CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR17Entry  45 }

  iSUPLclSigDestR17CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR17Entry  46 }

  iSUPLclSigDestR17BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR17Entry  47 }

  iSUPLclSigDestR17SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR17Entry  48 }

  iSUPLclSigDestR17CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR17Entry  49 }

  iSUPLclSigDestR17MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR17Entry  50 }

  iSUPLclSigDestR17SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR17Entry  51 }

  iSUPLclSigDestR17TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR17Entry  52 }

  iSUPLclSigDestR17AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR17Entry  53 }

  iSUPLclSigDestR17DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR17Entry  54 }

  iSUPLclSigDestR17UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR17Entry  55 }

  iSUPLclSigDestR17UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR17Entry  56 }

  iSUPLclSigDestR17CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR17Entry  57 }

  iSUPLclSigDestR17MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR17Entry  58 }

  iSUPLclSigDestR17MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR17Entry  59 }

  iSUPLclSigDestR17MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR17Entry  60 }

  iSUPLclSigDestR17DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR17Entry  61 }

  iSUPLclSigDestR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR17Entry  62 }

  iSUPLclSigDestR17AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR17Entry  63 }

  iSUPLclSigDestR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR17Entry  64 }

  iSUPLclSigDestR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR17Entry  65 }

  iSUPLclSigDestR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR17Entry  66 }

  iSUPLclSigDestR17ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR17Entry  67 }

  iSUPLclSigDestR17ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR17Entry  68 }

  iSUPLclSigDestR17ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR17Entry  69 }

  iSUPLclSigDestR17ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR17Entry  70 }

  iSUPLclSigDestR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR17Entry  71 }

  iSUPLclSigDestR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR17Entry  72 }

  iSUPLclSigDestR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR17Entry  73 }

  iSUPLclSigDestR17AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR17Entry  74 }

  iSUPLclSigDestR17OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR17Entry  75 }

  iSUPLclSigDestR17SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR17Entry  76 }

  iSUPLclSigDestR17T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR17Entry  77 }

  iSUPLclSigDestR17T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR17Entry  78 }

  iSUPLclSigDestR17T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR17Entry  79 }

  iSUPLclSigDestR17Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR17Entry  80 }

  iSUPLclSigDestR17ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR17Entry  81 }

  iSUPLclSigDestR17RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR17Entry  82 }

  iSUPLclSigDestR17ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR17Entry  83 }

  iSUPLclSigDestR17EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR17Entry  84 }

  iSUPLclSigDestR17RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR17Entry  85 }

  iSUPLclSigDestR17ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR17Entry  86 }

  iSUPLclSigDestR17StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR17Entry  87 }

  iSUPLclSigDestR17T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR17Entry  88 }

  iSUPLclSigDestR17T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR17Entry  89 }

  iSUPLclSigDestR17T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR17Entry  90 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.0.03                                                            */
-- /* Deprecated from: 9.0.10                                                       */
-- /*********************************************************************************/

  iSUPLclSigDestR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2284 }

  iSUPLclSigDestR18Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR18NEConn,
             iSUPLclSigDestR18NetwkElement,
             iSUPLclSigDestR18CFSIx,
             iSUPLclSigDestR18ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR18Table  1  }

  ISUPLclSigDestR18Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR18NEConn            Unsigned32,
    iSUPLclSigDestR18NetwkElement      DisplayString,
    iSUPLclSigDestR18CFSIx             Unsigned32,
    iSUPLclSigDestR18ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR18PassOnMsg         INTEGER,
    iSUPLclSigDestR18CgstnStatus       INTEGER,
    iSUPLclSigDestR18CLLI              DisplayString,
    iSUPLclSigDestR18SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR18SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR18T1TimerDurn       Unsigned32,
    iSUPLclSigDestR18T2TimerDurn       Unsigned32,
    iSUPLclSigDestR18T3TimerDurn       Unsigned32,
    iSUPLclSigDestR18T5TimerDurn       Unsigned32,
    iSUPLclSigDestR18T6TimerDurn       Unsigned32,
    iSUPLclSigDestR18T7TimerDurn       Unsigned32,
    iSUPLclSigDestR18T8TimerDurn       Unsigned32,
    iSUPLclSigDestR18T9TimerDurn       Unsigned32,
    iSUPLclSigDestR18T10TimerDurn      Unsigned32,
    iSUPLclSigDestR18T11TimerDurn      Unsigned32,
    iSUPLclSigDestR18T12TimerDurn      Unsigned32,
    iSUPLclSigDestR18T13TimerDurn      Unsigned32,
    iSUPLclSigDestR18T14TimerDurn      Unsigned32,
    iSUPLclSigDestR18T15TimerDurn      Unsigned32,
    iSUPLclSigDestR18T16TimerDurn      Unsigned32,
    iSUPLclSigDestR18T17TimerDurn      Unsigned32,
    iSUPLclSigDestR18T18TimerDurn      Unsigned32,
    iSUPLclSigDestR18T19TimerDurn      Unsigned32,
    iSUPLclSigDestR18T20TimerDurn      Unsigned32,
    iSUPLclSigDestR18T21TimerDurn      Unsigned32,
    iSUPLclSigDestR18T22TimerDurn      Unsigned32,
    iSUPLclSigDestR18T23TimerDurn      Unsigned32,
    iSUPLclSigDestR18T25TimerDurn      Unsigned32,
    iSUPLclSigDestR18T26TimerDurn      Unsigned32,
    iSUPLclSigDestR18T27TimerDurn      Unsigned32,
    iSUPLclSigDestR18T28TimerDurn      Unsigned32,
    iSUPLclSigDestR18T29TimerDurn      Unsigned32,
    iSUPLclSigDestR18T30TimerDurn      Unsigned32,
    iSUPLclSigDestR18T33TimerDurn      Unsigned32,
    iSUPLclSigDestR18T35TimerDurn      Unsigned32,
    iSUPLclSigDestR18T38TimerDurn      Unsigned32,
    iSUPLclSigDestR18CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR18CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR18CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR18CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR18BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR18SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR18CongTimerDurn     Unsigned32,
    iSUPLclSigDestR18MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR18SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR18TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR18AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR18DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR18UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR18UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR18CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR18MaxResetRetries   Unsigned32,
    iSUPLclSigDestR18MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR18MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR18DeactivnMode      INTEGER,
    iSUPLclSigDestR18AlrmState         INTEGER,
    iSUPLclSigDestR18AlrmLogCorr       Counter64,
    iSUPLclSigDestR18AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR18AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR18AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR18ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR18ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR18ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR18ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR18SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR18DoExtraActions    INTEGER,
    iSUPLclSigDestR18RowStatus         RowStatus,
    iSUPLclSigDestR18AdminStatus       AdminStatus,
    iSUPLclSigDestR18OperStatus        OperStatus,
    iSUPLclSigDestR18SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR18T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR18T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR18T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR18Variant           INTEGER,
    iSUPLclSigDestR18ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR18RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR18ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR18EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR18RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR18ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR18StatisticsAlrms   Integer32,
    iSUPLclSigDestR18T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR18T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR18T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32
  }

  iSUPLclSigDestR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR18Entry  1 }

  iSUPLclSigDestR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR18Entry  2 }

  iSUPLclSigDestR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR18Entry  3 }

  iSUPLclSigDestR18ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR18Entry  4 }

  iSUPLclSigDestR18PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR18Entry  5 }

  iSUPLclSigDestR18CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR18Entry  6 }

  iSUPLclSigDestR18CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR18Entry  7 }

  iSUPLclSigDestR18SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR18Entry  8 }

  iSUPLclSigDestR18SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR18Entry  9 }

  iSUPLclSigDestR18T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR18Entry  10 }

  iSUPLclSigDestR18T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR18Entry  11 }

  iSUPLclSigDestR18T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR18Entry  12 }

  iSUPLclSigDestR18T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR18Entry  14 }

  iSUPLclSigDestR18T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR18Entry  15 }

  iSUPLclSigDestR18T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR18Entry  16 }

  iSUPLclSigDestR18T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR18Entry  17 }

  iSUPLclSigDestR18T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR18Entry  18 }

  iSUPLclSigDestR18T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR18Entry  19 }

  iSUPLclSigDestR18T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR18Entry  20 }

  iSUPLclSigDestR18T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  21 }

  iSUPLclSigDestR18T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  22 }

  iSUPLclSigDestR18T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  23 }

  iSUPLclSigDestR18T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  24 }

  iSUPLclSigDestR18T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR18Entry  25 }

  iSUPLclSigDestR18T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR18Entry  26 }

  iSUPLclSigDestR18T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  27 }

  iSUPLclSigDestR18T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  28 }

  iSUPLclSigDestR18T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  29 }

  iSUPLclSigDestR18T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR18Entry  30 }

  iSUPLclSigDestR18T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR18Entry  31 }

  iSUPLclSigDestR18T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR18Entry  32 }

  iSUPLclSigDestR18T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR18Entry  33 }

  iSUPLclSigDestR18T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR18Entry  34 }

  iSUPLclSigDestR18T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR18Entry  35 }

  iSUPLclSigDestR18T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR18Entry  36 }

  iSUPLclSigDestR18T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    DEFVAL       { 500 }
    ::= { iSUPLclSigDestR18Entry  37 }

  iSUPLclSigDestR18T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR18Entry  38 }

  iSUPLclSigDestR18T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR18Entry  39 }

  iSUPLclSigDestR18T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR18Entry  40 }

  iSUPLclSigDestR18T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR18Entry  42 }

  iSUPLclSigDestR18CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR18Entry  43 }

  iSUPLclSigDestR18CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR18Entry  44 }

  iSUPLclSigDestR18CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR18Entry  45 }

  iSUPLclSigDestR18CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR18Entry  46 }

  iSUPLclSigDestR18BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR18Entry  47 }

  iSUPLclSigDestR18SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR18Entry  48 }

  iSUPLclSigDestR18CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR18Entry  49 }

  iSUPLclSigDestR18MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR18Entry  50 }

  iSUPLclSigDestR18SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR18Entry  51 }

  iSUPLclSigDestR18TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR18Entry  52 }

  iSUPLclSigDestR18AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR18Entry  53 }

  iSUPLclSigDestR18DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR18Entry  54 }

  iSUPLclSigDestR18UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR18Entry  55 }

  iSUPLclSigDestR18UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR18Entry  56 }

  iSUPLclSigDestR18CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR18Entry  57 }

  iSUPLclSigDestR18MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR18Entry  58 }

  iSUPLclSigDestR18MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR18Entry  59 }

  iSUPLclSigDestR18MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR18Entry  60 }

  iSUPLclSigDestR18DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR18Entry  61 }

  iSUPLclSigDestR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR18Entry  62 }

  iSUPLclSigDestR18AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR18Entry  63 }

  iSUPLclSigDestR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR18Entry  64 }

  iSUPLclSigDestR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR18Entry  65 }

  iSUPLclSigDestR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR18Entry  66 }

  iSUPLclSigDestR18ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR18Entry  67 }

  iSUPLclSigDestR18ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR18Entry  68 }

  iSUPLclSigDestR18ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR18Entry  69 }

  iSUPLclSigDestR18ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR18Entry  70 }

  iSUPLclSigDestR18SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR18Entry  71 }

  iSUPLclSigDestR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR18Entry  72 }

  iSUPLclSigDestR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR18Entry  73 }

  iSUPLclSigDestR18AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR18Entry  74 }

  iSUPLclSigDestR18OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR18Entry  75 }

  iSUPLclSigDestR18SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR18Entry  76 }

  iSUPLclSigDestR18T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR18Entry  77 }

  iSUPLclSigDestR18T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR18Entry  78 }

  iSUPLclSigDestR18T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR18Entry  79 }

  iSUPLclSigDestR18Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR18Entry  80 }

  iSUPLclSigDestR18ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR18Entry  81 }

  iSUPLclSigDestR18RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR18Entry  82 }

  iSUPLclSigDestR18ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR18Entry  83 }

  iSUPLclSigDestR18EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR18Entry  84 }

  iSUPLclSigDestR18RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR18Entry  85 }

  iSUPLclSigDestR18ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR18Entry  86 }

  iSUPLclSigDestR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR18Entry  87 }

  iSUPLclSigDestR18T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR18Entry  88 }

  iSUPLclSigDestR18T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR18Entry  89 }

  iSUPLclSigDestR18T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR18Entry  90 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.0.10                                                            */
-- /* Deprecated from: 9.1                                                          */
-- /*********************************************************************************/

  iSUPLclSigDestR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2285 }

  iSUPLclSigDestR19Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR19NEConn,
             iSUPLclSigDestR19NetwkElement,
             iSUPLclSigDestR19CFSIx,
             iSUPLclSigDestR19ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR19Table  1  }

  ISUPLclSigDestR19Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR19NEConn            Unsigned32,
    iSUPLclSigDestR19NetwkElement      DisplayString,
    iSUPLclSigDestR19CFSIx             Unsigned32,
    iSUPLclSigDestR19ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR19PassOnMsg         INTEGER,
    iSUPLclSigDestR19CgstnStatus       INTEGER,
    iSUPLclSigDestR19CLLI              DisplayString,
    iSUPLclSigDestR19SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR19SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR19T1TimerDurn       Unsigned32,
    iSUPLclSigDestR19T2TimerDurn       Unsigned32,
    iSUPLclSigDestR19T3TimerDurn       Unsigned32,
    iSUPLclSigDestR19T5TimerDurn       Unsigned32,
    iSUPLclSigDestR19T6TimerDurn       Unsigned32,
    iSUPLclSigDestR19T7TimerDurn       Unsigned32,
    iSUPLclSigDestR19T8TimerDurn       Unsigned32,
    iSUPLclSigDestR19T9TimerDurn       Unsigned32,
    iSUPLclSigDestR19T10TimerDurn      Unsigned32,
    iSUPLclSigDestR19T11TimerDurn      Unsigned32,
    iSUPLclSigDestR19T12TimerDurn      Unsigned32,
    iSUPLclSigDestR19T13TimerDurn      Unsigned32,
    iSUPLclSigDestR19T14TimerDurn      Unsigned32,
    iSUPLclSigDestR19T15TimerDurn      Unsigned32,
    iSUPLclSigDestR19T16TimerDurn      Unsigned32,
    iSUPLclSigDestR19T17TimerDurn      Unsigned32,
    iSUPLclSigDestR19T18TimerDurn      Unsigned32,
    iSUPLclSigDestR19T19TimerDurn      Unsigned32,
    iSUPLclSigDestR19T20TimerDurn      Unsigned32,
    iSUPLclSigDestR19T21TimerDurn      Unsigned32,
    iSUPLclSigDestR19T22TimerDurn      Unsigned32,
    iSUPLclSigDestR19T23TimerDurn      Unsigned32,
    iSUPLclSigDestR19T25TimerDurn      Unsigned32,
    iSUPLclSigDestR19T26TimerDurn      Unsigned32,
    iSUPLclSigDestR19T27TimerDurn      Unsigned32,
    iSUPLclSigDestR19T28TimerDurn      Unsigned32,
    iSUPLclSigDestR19T29TimerDurn      Unsigned32,
    iSUPLclSigDestR19T30TimerDurn      Unsigned32,
    iSUPLclSigDestR19T33TimerDurn      Unsigned32,
    iSUPLclSigDestR19T35TimerDurn      Unsigned32,
    iSUPLclSigDestR19T38TimerDurn      Unsigned32,
    iSUPLclSigDestR19CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR19CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR19CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR19CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR19BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR19SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR19CongTimerDurn     Unsigned32,
    iSUPLclSigDestR19MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR19SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR19TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR19AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR19DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR19UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR19UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR19CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR19MaxResetRetries   Unsigned32,
    iSUPLclSigDestR19MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR19MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR19DeactivnMode      INTEGER,
    iSUPLclSigDestR19AlrmState         INTEGER,
    iSUPLclSigDestR19AlrmLogCorr       Counter64,
    iSUPLclSigDestR19AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR19AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR19AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR19ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR19ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR19ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR19ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR19SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR19DoExtraActions    INTEGER,
    iSUPLclSigDestR19RowStatus         RowStatus,
    iSUPLclSigDestR19AdminStatus       AdminStatus,
    iSUPLclSigDestR19OperStatus        OperStatus,
    iSUPLclSigDestR19SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR19T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR19T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR19T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR19Variant           INTEGER,
    iSUPLclSigDestR19ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR19RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR19ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR19EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR19RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR19ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR19StatisticsAlrms   Integer32,
    iSUPLclSigDestR19T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR19T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR19T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32
  }

  iSUPLclSigDestR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR19Entry  1 }

  iSUPLclSigDestR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR19Entry  2 }

  iSUPLclSigDestR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR19Entry  3 }

  iSUPLclSigDestR19ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR19Entry  4 }

  iSUPLclSigDestR19PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR19Entry  5 }

  iSUPLclSigDestR19CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR19Entry  6 }

  iSUPLclSigDestR19CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR19Entry  7 }

  iSUPLclSigDestR19SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR19Entry  8 }

  iSUPLclSigDestR19SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR19Entry  9 }

  iSUPLclSigDestR19T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR19Entry  10 }

  iSUPLclSigDestR19T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR19Entry  11 }

  iSUPLclSigDestR19T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR19Entry  12 }

  iSUPLclSigDestR19T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR19Entry  14 }

  iSUPLclSigDestR19T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR19Entry  15 }

  iSUPLclSigDestR19T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR19Entry  16 }

  iSUPLclSigDestR19T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR19Entry  17 }

  iSUPLclSigDestR19T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR19Entry  18 }

  iSUPLclSigDestR19T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR19Entry  19 }

  iSUPLclSigDestR19T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR19Entry  20 }

  iSUPLclSigDestR19T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  21 }

  iSUPLclSigDestR19T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  22 }

  iSUPLclSigDestR19T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  23 }

  iSUPLclSigDestR19T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  24 }

  iSUPLclSigDestR19T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR19Entry  25 }

  iSUPLclSigDestR19T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR19Entry  26 }

  iSUPLclSigDestR19T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  27 }

  iSUPLclSigDestR19T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  28 }

  iSUPLclSigDestR19T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  29 }

  iSUPLclSigDestR19T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR19Entry  30 }

  iSUPLclSigDestR19T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR19Entry  31 }

  iSUPLclSigDestR19T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR19Entry  32 }

  iSUPLclSigDestR19T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR19Entry  33 }

  iSUPLclSigDestR19T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR19Entry  34 }

  iSUPLclSigDestR19T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR19Entry  35 }

  iSUPLclSigDestR19T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR19Entry  36 }

  iSUPLclSigDestR19T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    DEFVAL       { 500 }
    ::= { iSUPLclSigDestR19Entry  37 }

  iSUPLclSigDestR19T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR19Entry  38 }

  iSUPLclSigDestR19T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR19Entry  39 }

  iSUPLclSigDestR19T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR19Entry  40 }

  iSUPLclSigDestR19T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR19Entry  42 }

  iSUPLclSigDestR19CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR19Entry  43 }

  iSUPLclSigDestR19CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR19Entry  44 }

  iSUPLclSigDestR19CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR19Entry  45 }

  iSUPLclSigDestR19CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR19Entry  46 }

  iSUPLclSigDestR19BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR19Entry  47 }

  iSUPLclSigDestR19SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR19Entry  48 }

  iSUPLclSigDestR19CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR19Entry  49 }

  iSUPLclSigDestR19MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR19Entry  50 }

  iSUPLclSigDestR19SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR19Entry  51 }

  iSUPLclSigDestR19TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR19Entry  52 }

  iSUPLclSigDestR19AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR19Entry  53 }

  iSUPLclSigDestR19DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR19Entry  54 }

  iSUPLclSigDestR19UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR19Entry  55 }

  iSUPLclSigDestR19UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR19Entry  56 }

  iSUPLclSigDestR19CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR19Entry  57 }

  iSUPLclSigDestR19MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR19Entry  58 }

  iSUPLclSigDestR19MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR19Entry  59 }

  iSUPLclSigDestR19MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR19Entry  60 }

  iSUPLclSigDestR19DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR19Entry  61 }

  iSUPLclSigDestR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR19Entry  62 }

  iSUPLclSigDestR19AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR19Entry  63 }

  iSUPLclSigDestR19AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR19Entry  64 }

  iSUPLclSigDestR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR19Entry  65 }

  iSUPLclSigDestR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR19Entry  66 }

  iSUPLclSigDestR19ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR19Entry  67 }

  iSUPLclSigDestR19ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR19Entry  68 }

  iSUPLclSigDestR19ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR19Entry  69 }

  iSUPLclSigDestR19ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR19Entry  70 }

  iSUPLclSigDestR19SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR19Entry  71 }

  iSUPLclSigDestR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR19Entry  72 }

  iSUPLclSigDestR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR19Entry  73 }

  iSUPLclSigDestR19AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR19Entry  74 }

  iSUPLclSigDestR19OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR19Entry  75 }

  iSUPLclSigDestR19SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR19Entry  76 }

  iSUPLclSigDestR19T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR19Entry  77 }

  iSUPLclSigDestR19T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR19Entry  78 }

  iSUPLclSigDestR19T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR19Entry  79 }

  iSUPLclSigDestR19Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR19Entry  80 }

  iSUPLclSigDestR19ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR19Entry  81 }

  iSUPLclSigDestR19RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR19Entry  82 }

  iSUPLclSigDestR19ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR19Entry  83 }

  iSUPLclSigDestR19EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR19Entry  84 }

  iSUPLclSigDestR19RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR19Entry  85 }

  iSUPLclSigDestR19ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR19Entry  86 }

  iSUPLclSigDestR19StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR19Entry  87 }

  iSUPLclSigDestR19T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR19Entry  88 }

  iSUPLclSigDestR19T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR19Entry  89 }

  iSUPLclSigDestR19T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR19Entry  90 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Trace Entry'                                           */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  callTraceEntryR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallTraceEntryR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Trace'.
                  This table is not creatable."
    ::= { metaSwitch  2286 }

  callTraceEntryR2Entry OBJECT-TYPE
    SYNTAX       CallTraceEntryR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callTraceEntryR2NEConn,
             callTraceEntryR2NetwkElement,
             callTraceEntryR2CFSIx,
             callTraceEntryR2TraceIx }
    ::= {  callTraceEntryR2Table  1  }

  CallTraceEntryR2Entry  ::=  SEQUENCE
  {
    callTraceEntryR2NEConn             Unsigned32,
    callTraceEntryR2NetwkElement       DisplayString,
    callTraceEntryR2CFSIx              Unsigned32,
    callTraceEntryR2TraceIx            Unsigned32,
    callTraceEntryR2CldPartyDirNum     DisplayString,
    callTraceEntryR2TraceTime          Unsigned32,
    callTraceEntryR2ClgPartyNum        DisplayString,
    callTraceEntryR2ClgPartyPresNum    DisplayString,
    callTraceEntryR2ClgPartyType       INTEGER,
    callTraceEntryR2ClgPartyUniqueNum  INTEGER,
    callTraceEntryR2TimeCall           Unsigned32,
    callTraceEntryR2CWApplied          INTEGER,
    callTraceEntryR2CallAnswrd         INTEGER,
    callTraceEntryR2RowStatus          RowStatus,
    callTraceEntryR2ClgPartySubaddress OCTET STRING,
    callTraceEntryR2AlrmState          INTEGER,
    callTraceEntryR2AlrmLogCorr        Counter64
  }

  callTraceEntryR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callTraceEntryR2Entry  1 }

  callTraceEntryR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callTraceEntryR2Entry  2 }

  callTraceEntryR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callTraceEntryR2Entry  3 }

  callTraceEntryR2TraceIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trace Index'.
                  This is an index field."
    ::= { callTraceEntryR2Entry  4 }

  callTraceEntryR2CldPartyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called party directory number'."
    ::= { callTraceEntryR2Entry  5 }

  callTraceEntryR2TraceTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trace time'."
    ::= { callTraceEntryR2Entry  6 }

  callTraceEntryR2ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - number'."
    ::= { callTraceEntryR2Entry  7 }

  callTraceEntryR2ClgPartyPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party - presentation number'."
    ::= { callTraceEntryR2Entry  8 }

  callTraceEntryR2ClgPartyType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - type'."
    ::= { callTraceEntryR2Entry  9 }

  callTraceEntryR2ClgPartyUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - unique number'."
    ::= { callTraceEntryR2Entry  10 }

  callTraceEntryR2TimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of call'."
    ::= { callTraceEntryR2Entry  11 }

  callTraceEntryR2CWApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting applied'."
    ::= { callTraceEntryR2Entry  12 }

  callTraceEntryR2CallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call answered'."
    ::= { callTraceEntryR2Entry  13 }

  callTraceEntryR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callTraceEntryR2Entry  14 }

  callTraceEntryR2ClgPartySubaddress OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..21))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - subaddress'."
    ::= { callTraceEntryR2Entry  15 }

  callTraceEntryR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { callTraceEntryR2Entry  16 }

  callTraceEntryR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { callTraceEntryR2Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  rVTTestTrunkR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2287 }

  rVTTestTrunkR21Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR21NEConn,
             rVTTestTrunkR21NetwkElement,
             rVTTestTrunkR21CFSIx,
             rVTTestTrunkR21GpIx,
             rVTTestTrunkR21TestIx }
    ::= {  rVTTestTrunkR21Table  1  }

  RVTTestTrunkR21Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR21NEConn              Unsigned32,
    rVTTestTrunkR21NetwkElement        DisplayString,
    rVTTestTrunkR21CFSIx               Unsigned32,
    rVTTestTrunkR21GpIx                Unsigned32,
    rVTTestTrunkR21TestIx              Unsigned32,
    rVTTestTrunkR21TestName            DisplayString,
    rVTTestTrunkR21CldNum              DisplayString,
    rVTTestTrunkR21T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR21T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR21T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR21T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR21T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR21AllowOprHoldIs      INTEGER,
    rVTTestTrunkR21PriorityCall        INTEGER,
    rVTTestTrunkR21UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR21IgnoreTermAppServer INTEGER,
    rVTTestTrunkR21InTrnkGpNum         INTEGER,
    rVTTestTrunkR21ClgPartyNum         DisplayString,
    rVTTestTrunkR21ReqdRetryRtg        INTEGER,
    rVTTestTrunkR21TestCall            INTEGER,
    rVTTestTrunkR21TransitNetwkID      DisplayString,
    rVTTestTrunkR21TestRes             INTEGER,
    rVTTestTrunkR21CauseFail           INTEGER,
    rVTTestTrunkR21NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR21NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR21NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR21AllowNumVldnHold    INTEGER,
    rVTTestTrunkR21NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR21NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR21NumVldnTestCall     INTEGER,
    rVTTestTrunkR21NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR21NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR21NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR21NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR21NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR21NumVldnUDA1         Unsigned32,
    rVTTestTrunkR21NumVldnUDA2         Unsigned32,
    rVTTestTrunkR21NumVldnUDA3         Unsigned32,
    rVTTestTrunkR21NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR21RtgTestCall         INTEGER,
    rVTTestTrunkR21RtgModfdCldNum      DisplayString,
    rVTTestTrunkR21RtgOprCall          INTEGER,
    rVTTestTrunkR21RtgRtgControlInd    INTEGER,
    rVTTestTrunkR21RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR21RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR21RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR21RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR21T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR21T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR21T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR21T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR21T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR21RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR21RtgEchoCancellation INTEGER,
    rVTTestTrunkR21TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR21TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR21DiagsLogLvl         INTEGER,
    rVTTestTrunkR21DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR21DoExtraActions      INTEGER,
    rVTTestTrunkR21RowStatus           RowStatus,
    rVTTestTrunkR21NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR21NumVldnBillCallType INTEGER,
    rVTTestTrunkR21NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR21NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR21ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR21NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR21UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR21NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR21NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR21NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR21T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR21T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR21CldAddrScope        INTEGER,
    rVTTestTrunkR21ClgNumScope         INTEGER,
    rVTTestTrunkR21ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR21OprCall             INTEGER,
    rVTTestTrunkR21EchoCancellation    INTEGER,
    rVTTestTrunkR21ClgCategory         INTEGER,
    rVTTestTrunkR21CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR21ChargeNumANIPresent INTEGER,
    rVTTestTrunkR21ChargeNumANI        DisplayString,
    rVTTestTrunkR21BearerCapability    INTEGER,
    rVTTestTrunkR21OrigingExchangeAddr DisplayString,
    rVTTestTrunkR21PortedNum           DisplayString,
    rVTTestTrunkR21LNPLookupPerformed  INTEGER,
    rVTTestTrunkR21ReleaseControlMode  INTEGER,
    rVTTestTrunkR21DialedPrefix        INTEGER,
    rVTTestTrunkR21AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR21AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR21NumVldnClgCategory  INTEGER,
    rVTTestTrunkR21NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR21NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR21NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR21I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR21I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR21I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR21I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR21NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR21NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR21NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR21I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR21I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR21I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR21I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR21I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR21I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR21NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR21NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR21NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR21NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR21RtgFGDCarrID        DisplayString,
    rVTTestTrunkR21RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR21RtgChargeNumANI     DisplayString,
    rVTTestTrunkR21RtgDialedPrefix     INTEGER,
    rVTTestTrunkR21NVModCallPartyNum   DisplayString,
    rVTTestTrunkR21NVModChargeNum      DisplayString,
    rVTTestTrunkR21RtgModCallPartyNum  DisplayString,
    rVTTestTrunkR21RtgModChargeNum     DisplayString,
    rVTTestTrunkR21SIPType             INTEGER,
    rVTTestTrunkR21I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR21I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR21I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR21I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR21ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR21IncMCsIncluded      INTEGER,
    rVTTestTrunkR21T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR21T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR21T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR21T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR21T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR21T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR21T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR21T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR21T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR21T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR21T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR21IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR21T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR21T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR21T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR21T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR21T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR21T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR21T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR21T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR21T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR21T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR21T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR21IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR21ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR21ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR21ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR21T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR21T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR21T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR21T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR21T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR21T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR21T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR21T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR21T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR21T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR21T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR21T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR21T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR21T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR21T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR21T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR21ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR21ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR21ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR21NumVldnUDA4         Unsigned32,
    rVTTestTrunkR21NumVldnUDA5         Unsigned32,
    rVTTestTrunkR21NumVldnUDA6         Unsigned32,
    rVTTestTrunkR21NumVldnUDA7         Unsigned32,
    rVTTestTrunkR21NumVldnUDA8         Unsigned32,
    rVTTestTrunkR21NumVldnUDA9         Unsigned32,
    rVTTestTrunkR21NumVldnUDA10        Unsigned32,
    rVTTestTrunkR21NumVldnUDA11        Unsigned32,
    rVTTestTrunkR21NumVldnUDA12        Unsigned32,
    rVTTestTrunkR21NumVldnUDA13        Unsigned32,
    rVTTestTrunkR21NumVldnUDA14        Unsigned32,
    rVTTestTrunkR21NumVldnUDA15        Unsigned32,
    rVTTestTrunkR21NumVldnUDA16        Unsigned32,
    rVTTestTrunkR21NumVldnUDA17        Unsigned32,
    rVTTestTrunkR21NumVldnUDA18        Unsigned32,
    rVTTestTrunkR21NumVldnUDA19        Unsigned32,
    rVTTestTrunkR21NumVldnUDA20        Unsigned32,
    rVTTestTrunkR21NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR21RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR21IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR21NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR21SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR21SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR21SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR21SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR21SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR21SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR21SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR21SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR21SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR21SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR21SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR21SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR21NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR21DateAndTimeYear     Unsigned32,
    rVTTestTrunkR21DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR21DateAndTimeDate     Unsigned32,
    rVTTestTrunkR21HrAndTimeHr         Unsigned32,
    rVTTestTrunkR21MinAndTimeMin       Unsigned32,
    rVTTestTrunkR21NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR21SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR21SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR21SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR21SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR21SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR21SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR21SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR21SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR21SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR21NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR21SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR21SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR21SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR21SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR21SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR21SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR21SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR21SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR21SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR21SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR21SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR21SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR21NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR21NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR21NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR21NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR21NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR21RtgCldAddrScope     INTEGER,
    rVTTestTrunkR21LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR21ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR21ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR21RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR21RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR21PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR21PropagationDly      Unsigned32,
    rVTTestTrunkR21SatelliteIndPresent INTEGER,
    rVTTestTrunkR21SatelliteInd        Unsigned32,
    rVTTestTrunkR21IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR21IsupPreference      INTEGER,
    rVTTestTrunkR21GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR21GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR21GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR21GermanIsupSspParm   INTEGER,
    rVTTestTrunkR21ModfdClgNumScope    INTEGER,
    rVTTestTrunkR21ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR21I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR21SiteOtherVals       INTEGER,
    rVTTestTrunkR21LCC1                INTEGER,
    rVTTestTrunkR21LCC2                INTEGER,
    rVTTestTrunkR21LCC3                INTEGER,
    rVTTestTrunkR21LCC4                INTEGER,
    rVTTestTrunkR21LCC5                INTEGER,
    rVTTestTrunkR21LCC6                INTEGER,
    rVTTestTrunkR21LCC7                INTEGER,
    rVTTestTrunkR21LCC8                INTEGER,
    rVTTestTrunkR21LCC9                INTEGER,
    rVTTestTrunkR21LCC10               INTEGER,
    rVTTestTrunkR21LCC11               INTEGER,
    rVTTestTrunkR21LCC12               INTEGER,
    rVTTestTrunkR21LCC13               INTEGER,
    rVTTestTrunkR21LCC14               INTEGER,
    rVTTestTrunkR21LCC15               INTEGER,
    rVTTestTrunkR21LCC16               INTEGER,
    rVTTestTrunkR21LCC17               INTEGER,
    rVTTestTrunkR21LCC18               INTEGER,
    rVTTestTrunkR21LCC19               INTEGER,
    rVTTestTrunkR21LCC20               INTEGER
  }

  rVTTestTrunkR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR21Entry  1 }

  rVTTestTrunkR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR21Entry  2 }

  rVTTestTrunkR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR21Entry  3 }

  rVTTestTrunkR21GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR21Entry  4 }

  rVTTestTrunkR21TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR21Entry  5 }

  rVTTestTrunkR21TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR21Entry  6 }

  rVTTestTrunkR21CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR21Entry  7 }

  rVTTestTrunkR21T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  12 }

  rVTTestTrunkR21T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  13 }

  rVTTestTrunkR21T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  14 }

  rVTTestTrunkR21T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  15 }

  rVTTestTrunkR21T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  16 }

  rVTTestTrunkR21T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  17 }

  rVTTestTrunkR21T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  18 }

  rVTTestTrunkR21T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  19 }

  rVTTestTrunkR21T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  20 }

  rVTTestTrunkR21T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  21 }

  rVTTestTrunkR21T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  22 }

  rVTTestTrunkR21T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  23 }

  rVTTestTrunkR21T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  24 }

  rVTTestTrunkR21T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  25 }

  rVTTestTrunkR21T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  26 }

  rVTTestTrunkR21T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  27 }

  rVTTestTrunkR21T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  28 }

  rVTTestTrunkR21ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR21Entry  29 }

  rVTTestTrunkR21AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR21Entry  30 }

  rVTTestTrunkR21PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR21Entry  31 }

  rVTTestTrunkR21UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR21Entry  32 }

  rVTTestTrunkR21IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR21Entry  33 }

  rVTTestTrunkR21InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR21Entry  34 }

  rVTTestTrunkR21ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR21Entry  35 }

  rVTTestTrunkR21ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR21Entry  36 }

  rVTTestTrunkR21TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR21Entry  37 }

  rVTTestTrunkR21TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR21Entry  38 }

  rVTTestTrunkR21TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR21Entry  39 }

  rVTTestTrunkR21CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR21Entry  40 }

  rVTTestTrunkR21NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR21Entry  42 }

  rVTTestTrunkR21NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR21Entry  43 }

  rVTTestTrunkR21NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR21Entry  44 }

  rVTTestTrunkR21AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR21Entry  45 }

  rVTTestTrunkR21NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR21Entry  46 }

  rVTTestTrunkR21NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR21Entry  47 }

  rVTTestTrunkR21NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR21Entry  48 }

  rVTTestTrunkR21NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR21Entry  49 }

  rVTTestTrunkR21NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR21Entry  50 }

  rVTTestTrunkR21NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR21Entry  51 }

  rVTTestTrunkR21NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR21Entry  52 }

  rVTTestTrunkR21NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR21Entry  53 }

  rVTTestTrunkR21NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR21Entry  54 }

  rVTTestTrunkR21NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR21Entry  55 }

  rVTTestTrunkR21NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR21Entry  56 }

  rVTTestTrunkR21NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR21Entry  57 }

  rVTTestTrunkR21RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR21Entry  59 }

  rVTTestTrunkR21RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR21Entry  60 }

  rVTTestTrunkR21RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR21Entry  61 }

  rVTTestTrunkR21RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR21Entry  62 }

  rVTTestTrunkR21RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR21Entry  63 }

  rVTTestTrunkR21RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR21Entry  64 }

  rVTTestTrunkR21RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR21Entry  65 }

  rVTTestTrunkR21RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR21Entry  66 }

  rVTTestTrunkR21T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  67 }

  rVTTestTrunkR21T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  68 }

  rVTTestTrunkR21T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  69 }

  rVTTestTrunkR21T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  70 }

  rVTTestTrunkR21T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  71 }

  rVTTestTrunkR21T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  72 }

  rVTTestTrunkR21T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  73 }

  rVTTestTrunkR21T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  74 }

  rVTTestTrunkR21T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  75 }

  rVTTestTrunkR21T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  76 }

  rVTTestTrunkR21T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  77 }

  rVTTestTrunkR21T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  78 }

  rVTTestTrunkR21T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  79 }

  rVTTestTrunkR21T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  80 }

  rVTTestTrunkR21T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  81 }

  rVTTestTrunkR21T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  82 }

  rVTTestTrunkR21T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  83 }

  rVTTestTrunkR21RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR21Entry  84 }

  rVTTestTrunkR21RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR21Entry  85 }

  rVTTestTrunkR21RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR21Entry  86 }

  rVTTestTrunkR21TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR21Entry  87 }

  rVTTestTrunkR21TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR21Entry  88 }

  rVTTestTrunkR21DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR21Entry  90 }

  rVTTestTrunkR21DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR21Entry  91 }

  rVTTestTrunkR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR21Entry  93 }

  rVTTestTrunkR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR21Entry  94 }

  rVTTestTrunkR21NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR21Entry  96 }

  rVTTestTrunkR21NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR21Entry  97 }

  rVTTestTrunkR21NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR21Entry  98 }

  rVTTestTrunkR21NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR21Entry  99 }

  rVTTestTrunkR21ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR21Entry  100 }

  rVTTestTrunkR21NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR21Entry  101 }

  rVTTestTrunkR21UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR21Entry  102 }

  rVTTestTrunkR21NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR21Entry  103 }

  rVTTestTrunkR21NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR21Entry  104 }

  rVTTestTrunkR21NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR21Entry  105 }

  rVTTestTrunkR21T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  106 }

  rVTTestTrunkR21T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  107 }

  rVTTestTrunkR21T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  108 }

  rVTTestTrunkR21T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  109 }

  rVTTestTrunkR21T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  110 }

  rVTTestTrunkR21CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR21Entry  111 }

  rVTTestTrunkR21ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR21Entry  112 }

  rVTTestTrunkR21ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR21Entry  113 }

  rVTTestTrunkR21OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR21Entry  114 }

  rVTTestTrunkR21EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR21Entry  115 }

  rVTTestTrunkR21ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR21Entry  116 }

  rVTTestTrunkR21CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR21Entry  117 }

  rVTTestTrunkR21ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR21Entry  118 }

  rVTTestTrunkR21ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR21Entry  119 }

  rVTTestTrunkR21BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR21Entry  120 }

  rVTTestTrunkR21OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR21Entry  121 }

  rVTTestTrunkR21PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR21Entry  122 }

  rVTTestTrunkR21LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR21Entry  123 }

  rVTTestTrunkR21ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR21Entry  124 }

  rVTTestTrunkR21DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR21Entry  125 }

  rVTTestTrunkR21AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR21Entry  126 }

  rVTTestTrunkR21AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR21Entry  127 }

  rVTTestTrunkR21NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR21Entry  128 }

  rVTTestTrunkR21NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR21Entry  129 }

  rVTTestTrunkR21NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR21Entry  130 }

  rVTTestTrunkR21NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR21Entry  131 }

  rVTTestTrunkR21I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR21Entry  132 }

  rVTTestTrunkR21I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR21Entry  133 }

  rVTTestTrunkR21I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR21Entry  134 }

  rVTTestTrunkR21I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR21Entry  135 }

  rVTTestTrunkR21NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR21Entry  136 }

  rVTTestTrunkR21NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR21Entry  137 }

  rVTTestTrunkR21NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR21Entry  138 }

  rVTTestTrunkR21I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR21Entry  139 }

  rVTTestTrunkR21I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR21Entry  140 }

  rVTTestTrunkR21I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR21Entry  141 }

  rVTTestTrunkR21I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR21Entry  142 }

  rVTTestTrunkR21I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR21Entry  143 }

  rVTTestTrunkR21I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR21Entry  144 }

  rVTTestTrunkR21NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR21Entry  145 }

  rVTTestTrunkR21NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR21Entry  146 }

  rVTTestTrunkR21NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR21Entry  147 }

  rVTTestTrunkR21NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR21Entry  148 }

  rVTTestTrunkR21RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR21Entry  149 }

  rVTTestTrunkR21RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR21Entry  150 }

  rVTTestTrunkR21RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR21Entry  151 }

  rVTTestTrunkR21RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR21Entry  152 }

  rVTTestTrunkR21NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR21Entry  153 }

  rVTTestTrunkR21NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR21Entry  154 }

  rVTTestTrunkR21RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestTrunkR21Entry  155 }

  rVTTestTrunkR21RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR21Entry  156 }

  rVTTestTrunkR21SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR21Entry  157 }

  rVTTestTrunkR21I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR21Entry  158 }

  rVTTestTrunkR21I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR21Entry  159 }

  rVTTestTrunkR21I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR21Entry  160 }

  rVTTestTrunkR21I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR21Entry  161 }

  rVTTestTrunkR21ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  162 }

  rVTTestTrunkR21IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR21Entry  163 }

  rVTTestTrunkR21T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  164 }

  rVTTestTrunkR21T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  165 }

  rVTTestTrunkR21T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  166 }

  rVTTestTrunkR21T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  167 }

  rVTTestTrunkR21T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  168 }

  rVTTestTrunkR21T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  169 }

  rVTTestTrunkR21T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  171 }

  rVTTestTrunkR21T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  172 }

  rVTTestTrunkR21T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  173 }

  rVTTestTrunkR21T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  174 }

  rVTTestTrunkR21T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  175 }

  rVTTestTrunkR21T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  176 }

  rVTTestTrunkR21T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  178 }

  rVTTestTrunkR21T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  179 }

  rVTTestTrunkR21T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  180 }

  rVTTestTrunkR21T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  181 }

  rVTTestTrunkR21T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  182 }

  rVTTestTrunkR21T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  184 }

  rVTTestTrunkR21T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  185 }

  rVTTestTrunkR21T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  186 }

  rVTTestTrunkR21T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  187 }

  rVTTestTrunkR21T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  188 }

  rVTTestTrunkR21IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  189 }

  rVTTestTrunkR21T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  190 }

  rVTTestTrunkR21T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  191 }

  rVTTestTrunkR21T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  192 }

  rVTTestTrunkR21T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  193 }

  rVTTestTrunkR21T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  194 }

  rVTTestTrunkR21T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  195 }

  rVTTestTrunkR21T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  197 }

  rVTTestTrunkR21T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  198 }

  rVTTestTrunkR21T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  199 }

  rVTTestTrunkR21T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  200 }

  rVTTestTrunkR21T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  201 }

  rVTTestTrunkR21T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  202 }

  rVTTestTrunkR21T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  204 }

  rVTTestTrunkR21T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  205 }

  rVTTestTrunkR21T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  206 }

  rVTTestTrunkR21T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  207 }

  rVTTestTrunkR21T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  208 }

  rVTTestTrunkR21T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  210 }

  rVTTestTrunkR21T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  211 }

  rVTTestTrunkR21T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  212 }

  rVTTestTrunkR21T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  213 }

  rVTTestTrunkR21T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  214 }

  rVTTestTrunkR21IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  215 }

  rVTTestTrunkR21T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  216 }

  rVTTestTrunkR21T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  217 }

  rVTTestTrunkR21T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  218 }

  rVTTestTrunkR21T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  219 }

  rVTTestTrunkR21T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  220 }

  rVTTestTrunkR21T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  221 }

  rVTTestTrunkR21T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  223 }

  rVTTestTrunkR21T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  224 }

  rVTTestTrunkR21T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  225 }

  rVTTestTrunkR21T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  226 }

  rVTTestTrunkR21T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  227 }

  rVTTestTrunkR21T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  228 }

  rVTTestTrunkR21T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  230 }

  rVTTestTrunkR21T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  231 }

  rVTTestTrunkR21T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  232 }

  rVTTestTrunkR21T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  233 }

  rVTTestTrunkR21T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  234 }

  rVTTestTrunkR21T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  236 }

  rVTTestTrunkR21T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  237 }

  rVTTestTrunkR21T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  238 }

  rVTTestTrunkR21T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  239 }

  rVTTestTrunkR21T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  240 }

  rVTTestTrunkR21IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  241 }

  rVTTestTrunkR21T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  242 }

  rVTTestTrunkR21T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  243 }

  rVTTestTrunkR21T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  244 }

  rVTTestTrunkR21T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  245 }

  rVTTestTrunkR21T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  246 }

  rVTTestTrunkR21T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  247 }

  rVTTestTrunkR21T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  249 }

  rVTTestTrunkR21T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  250 }

  rVTTestTrunkR21T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  251 }

  rVTTestTrunkR21T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  252 }

  rVTTestTrunkR21T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  253 }

  rVTTestTrunkR21T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  254 }

  rVTTestTrunkR21T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  256 }

  rVTTestTrunkR21T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  257 }

  rVTTestTrunkR21T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  258 }

  rVTTestTrunkR21T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  259 }

  rVTTestTrunkR21T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  260 }

  rVTTestTrunkR21T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  262 }

  rVTTestTrunkR21T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  263 }

  rVTTestTrunkR21T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  264 }

  rVTTestTrunkR21T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  265 }

  rVTTestTrunkR21T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  266 }

  rVTTestTrunkR21IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  267 }

  rVTTestTrunkR21T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  268 }

  rVTTestTrunkR21T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  269 }

  rVTTestTrunkR21T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  270 }

  rVTTestTrunkR21T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  271 }

  rVTTestTrunkR21T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  272 }

  rVTTestTrunkR21T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  273 }

  rVTTestTrunkR21T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  275 }

  rVTTestTrunkR21T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  276 }

  rVTTestTrunkR21T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  277 }

  rVTTestTrunkR21T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  278 }

  rVTTestTrunkR21T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  279 }

  rVTTestTrunkR21T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  280 }

  rVTTestTrunkR21T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  282 }

  rVTTestTrunkR21T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  283 }

  rVTTestTrunkR21T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  284 }

  rVTTestTrunkR21T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  285 }

  rVTTestTrunkR21T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  286 }

  rVTTestTrunkR21T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  288 }

  rVTTestTrunkR21T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  289 }

  rVTTestTrunkR21T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  290 }

  rVTTestTrunkR21T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  291 }

  rVTTestTrunkR21T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  292 }

  rVTTestTrunkR21IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  293 }

  rVTTestTrunkR21T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  294 }

  rVTTestTrunkR21T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  295 }

  rVTTestTrunkR21T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  296 }

  rVTTestTrunkR21T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  297 }

  rVTTestTrunkR21T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  298 }

  rVTTestTrunkR21T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  299 }

  rVTTestTrunkR21T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  301 }

  rVTTestTrunkR21T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  302 }

  rVTTestTrunkR21T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  303 }

  rVTTestTrunkR21T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  304 }

  rVTTestTrunkR21T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  305 }

  rVTTestTrunkR21T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  306 }

  rVTTestTrunkR21T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  308 }

  rVTTestTrunkR21T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  309 }

  rVTTestTrunkR21T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  310 }

  rVTTestTrunkR21T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  311 }

  rVTTestTrunkR21T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  312 }

  rVTTestTrunkR21T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  314 }

  rVTTestTrunkR21T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  315 }

  rVTTestTrunkR21T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  316 }

  rVTTestTrunkR21T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  317 }

  rVTTestTrunkR21T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  318 }

  rVTTestTrunkR21IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  319 }

  rVTTestTrunkR21T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  320 }

  rVTTestTrunkR21T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  321 }

  rVTTestTrunkR21T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  322 }

  rVTTestTrunkR21T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  323 }

  rVTTestTrunkR21T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  324 }

  rVTTestTrunkR21T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  325 }

  rVTTestTrunkR21T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  327 }

  rVTTestTrunkR21T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  328 }

  rVTTestTrunkR21T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  329 }

  rVTTestTrunkR21T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  330 }

  rVTTestTrunkR21T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  331 }

  rVTTestTrunkR21T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  332 }

  rVTTestTrunkR21T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  334 }

  rVTTestTrunkR21T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  335 }

  rVTTestTrunkR21T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  336 }

  rVTTestTrunkR21T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  337 }

  rVTTestTrunkR21T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  338 }

  rVTTestTrunkR21T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  340 }

  rVTTestTrunkR21T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  341 }

  rVTTestTrunkR21T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  342 }

  rVTTestTrunkR21T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  343 }

  rVTTestTrunkR21T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  344 }

  rVTTestTrunkR21IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  345 }

  rVTTestTrunkR21T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  346 }

  rVTTestTrunkR21T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  347 }

  rVTTestTrunkR21T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  348 }

  rVTTestTrunkR21T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  349 }

  rVTTestTrunkR21T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  350 }

  rVTTestTrunkR21T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  351 }

  rVTTestTrunkR21T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  353 }

  rVTTestTrunkR21T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  354 }

  rVTTestTrunkR21T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  355 }

  rVTTestTrunkR21T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  356 }

  rVTTestTrunkR21T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  357 }

  rVTTestTrunkR21T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  358 }

  rVTTestTrunkR21T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  360 }

  rVTTestTrunkR21T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  361 }

  rVTTestTrunkR21T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  362 }

  rVTTestTrunkR21T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  363 }

  rVTTestTrunkR21T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  364 }

  rVTTestTrunkR21T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  366 }

  rVTTestTrunkR21T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  367 }

  rVTTestTrunkR21T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  368 }

  rVTTestTrunkR21T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  369 }

  rVTTestTrunkR21T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  370 }

  rVTTestTrunkR21IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  371 }

  rVTTestTrunkR21T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  372 }

  rVTTestTrunkR21T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  373 }

  rVTTestTrunkR21T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  374 }

  rVTTestTrunkR21T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  375 }

  rVTTestTrunkR21T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  376 }

  rVTTestTrunkR21T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  377 }

  rVTTestTrunkR21T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  379 }

  rVTTestTrunkR21T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  380 }

  rVTTestTrunkR21T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  381 }

  rVTTestTrunkR21T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  382 }

  rVTTestTrunkR21T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  383 }

  rVTTestTrunkR21T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  384 }

  rVTTestTrunkR21T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  386 }

  rVTTestTrunkR21T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  387 }

  rVTTestTrunkR21T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  388 }

  rVTTestTrunkR21T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  389 }

  rVTTestTrunkR21T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  390 }

  rVTTestTrunkR21T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  392 }

  rVTTestTrunkR21T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  393 }

  rVTTestTrunkR21T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  394 }

  rVTTestTrunkR21T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  395 }

  rVTTestTrunkR21T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  396 }

  rVTTestTrunkR21IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  397 }

  rVTTestTrunkR21T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  398 }

  rVTTestTrunkR21T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  399 }

  rVTTestTrunkR21T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  400 }

  rVTTestTrunkR21T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  401 }

  rVTTestTrunkR21T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  402 }

  rVTTestTrunkR21T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  403 }

  rVTTestTrunkR21T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  405 }

  rVTTestTrunkR21T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  406 }

  rVTTestTrunkR21T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  407 }

  rVTTestTrunkR21T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  408 }

  rVTTestTrunkR21T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  409 }

  rVTTestTrunkR21T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  410 }

  rVTTestTrunkR21T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  412 }

  rVTTestTrunkR21T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  413 }

  rVTTestTrunkR21T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  414 }

  rVTTestTrunkR21T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  415 }

  rVTTestTrunkR21T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  416 }

  rVTTestTrunkR21T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  418 }

  rVTTestTrunkR21T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  419 }

  rVTTestTrunkR21T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  420 }

  rVTTestTrunkR21T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  421 }

  rVTTestTrunkR21T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  422 }

  rVTTestTrunkR21IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  423 }

  rVTTestTrunkR21ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR21Entry  424 }

  rVTTestTrunkR21ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR21Entry  425 }

  rVTTestTrunkR21T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  426 }

  rVTTestTrunkR21T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  427 }

  rVTTestTrunkR21T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  428 }

  rVTTestTrunkR21T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  429 }

  rVTTestTrunkR21T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  430 }

  rVTTestTrunkR21T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  431 }

  rVTTestTrunkR21T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  433 }

  rVTTestTrunkR21T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  434 }

  rVTTestTrunkR21T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  435 }

  rVTTestTrunkR21T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  436 }

  rVTTestTrunkR21T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  437 }

  rVTTestTrunkR21T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  438 }

  rVTTestTrunkR21T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  440 }

  rVTTestTrunkR21T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  441 }

  rVTTestTrunkR21T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  442 }

  rVTTestTrunkR21T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  443 }

  rVTTestTrunkR21T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  444 }

  rVTTestTrunkR21T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  446 }

  rVTTestTrunkR21T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  447 }

  rVTTestTrunkR21T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  448 }

  rVTTestTrunkR21T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  449 }

  rVTTestTrunkR21T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  450 }

  rVTTestTrunkR21ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  451 }

  rVTTestTrunkR21T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  452 }

  rVTTestTrunkR21T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  453 }

  rVTTestTrunkR21T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  454 }

  rVTTestTrunkR21T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  455 }

  rVTTestTrunkR21T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  456 }

  rVTTestTrunkR21T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  457 }

  rVTTestTrunkR21T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  459 }

  rVTTestTrunkR21T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  460 }

  rVTTestTrunkR21T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  461 }

  rVTTestTrunkR21T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  462 }

  rVTTestTrunkR21T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  463 }

  rVTTestTrunkR21T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  464 }

  rVTTestTrunkR21T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  466 }

  rVTTestTrunkR21T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  467 }

  rVTTestTrunkR21T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  468 }

  rVTTestTrunkR21T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  469 }

  rVTTestTrunkR21T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  470 }

  rVTTestTrunkR21T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  472 }

  rVTTestTrunkR21T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  473 }

  rVTTestTrunkR21T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  474 }

  rVTTestTrunkR21T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  475 }

  rVTTestTrunkR21T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  476 }

  rVTTestTrunkR21ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  477 }

  rVTTestTrunkR21T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  478 }

  rVTTestTrunkR21T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  479 }

  rVTTestTrunkR21T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  480 }

  rVTTestTrunkR21T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  481 }

  rVTTestTrunkR21T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  482 }

  rVTTestTrunkR21T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  483 }

  rVTTestTrunkR21T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  485 }

  rVTTestTrunkR21T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  486 }

  rVTTestTrunkR21T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  487 }

  rVTTestTrunkR21T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  488 }

  rVTTestTrunkR21T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  489 }

  rVTTestTrunkR21T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  490 }

  rVTTestTrunkR21T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  492 }

  rVTTestTrunkR21T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  493 }

  rVTTestTrunkR21T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  494 }

  rVTTestTrunkR21T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  495 }

  rVTTestTrunkR21T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  496 }

  rVTTestTrunkR21T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  498 }

  rVTTestTrunkR21T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  499 }

  rVTTestTrunkR21T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  500 }

  rVTTestTrunkR21T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  501 }

  rVTTestTrunkR21T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  502 }

  rVTTestTrunkR21ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  503 }

  rVTTestTrunkR21T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  504 }

  rVTTestTrunkR21T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  505 }

  rVTTestTrunkR21T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  506 }

  rVTTestTrunkR21T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  507 }

  rVTTestTrunkR21T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  508 }

  rVTTestTrunkR21T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  509 }

  rVTTestTrunkR21T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  511 }

  rVTTestTrunkR21T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  512 }

  rVTTestTrunkR21T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  513 }

  rVTTestTrunkR21T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  514 }

  rVTTestTrunkR21T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  515 }

  rVTTestTrunkR21T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  516 }

  rVTTestTrunkR21T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  518 }

  rVTTestTrunkR21T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  519 }

  rVTTestTrunkR21T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  520 }

  rVTTestTrunkR21T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  521 }

  rVTTestTrunkR21T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  522 }

  rVTTestTrunkR21T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  524 }

  rVTTestTrunkR21T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  525 }

  rVTTestTrunkR21T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  526 }

  rVTTestTrunkR21T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  527 }

  rVTTestTrunkR21T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  528 }

  rVTTestTrunkR21ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  529 }

  rVTTestTrunkR21T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  530 }

  rVTTestTrunkR21T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  531 }

  rVTTestTrunkR21T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  532 }

  rVTTestTrunkR21T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  533 }

  rVTTestTrunkR21T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  534 }

  rVTTestTrunkR21T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  535 }

  rVTTestTrunkR21T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  537 }

  rVTTestTrunkR21T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  538 }

  rVTTestTrunkR21T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  539 }

  rVTTestTrunkR21T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  540 }

  rVTTestTrunkR21T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  541 }

  rVTTestTrunkR21T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  542 }

  rVTTestTrunkR21T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  544 }

  rVTTestTrunkR21T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  545 }

  rVTTestTrunkR21T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  546 }

  rVTTestTrunkR21T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  547 }

  rVTTestTrunkR21T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  548 }

  rVTTestTrunkR21T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  550 }

  rVTTestTrunkR21T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  551 }

  rVTTestTrunkR21T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  552 }

  rVTTestTrunkR21T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  553 }

  rVTTestTrunkR21T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  554 }

  rVTTestTrunkR21ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  555 }

  rVTTestTrunkR21T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  556 }

  rVTTestTrunkR21T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  557 }

  rVTTestTrunkR21T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  558 }

  rVTTestTrunkR21T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  559 }

  rVTTestTrunkR21T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  560 }

  rVTTestTrunkR21T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  561 }

  rVTTestTrunkR21T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  563 }

  rVTTestTrunkR21T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  564 }

  rVTTestTrunkR21T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  565 }

  rVTTestTrunkR21T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  566 }

  rVTTestTrunkR21T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  567 }

  rVTTestTrunkR21T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  568 }

  rVTTestTrunkR21T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  570 }

  rVTTestTrunkR21T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  571 }

  rVTTestTrunkR21T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  572 }

  rVTTestTrunkR21T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  573 }

  rVTTestTrunkR21T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  574 }

  rVTTestTrunkR21T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  576 }

  rVTTestTrunkR21T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  577 }

  rVTTestTrunkR21T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  578 }

  rVTTestTrunkR21T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  579 }

  rVTTestTrunkR21T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  580 }

  rVTTestTrunkR21ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  581 }

  rVTTestTrunkR21T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  582 }

  rVTTestTrunkR21T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  583 }

  rVTTestTrunkR21T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  584 }

  rVTTestTrunkR21T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  585 }

  rVTTestTrunkR21T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  586 }

  rVTTestTrunkR21T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  587 }

  rVTTestTrunkR21T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  589 }

  rVTTestTrunkR21T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  590 }

  rVTTestTrunkR21T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  591 }

  rVTTestTrunkR21T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  592 }

  rVTTestTrunkR21T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  593 }

  rVTTestTrunkR21T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  594 }

  rVTTestTrunkR21T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  596 }

  rVTTestTrunkR21T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  597 }

  rVTTestTrunkR21T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  598 }

  rVTTestTrunkR21T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  599 }

  rVTTestTrunkR21T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  600 }

  rVTTestTrunkR21T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  602 }

  rVTTestTrunkR21T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  603 }

  rVTTestTrunkR21T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  604 }

  rVTTestTrunkR21T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  605 }

  rVTTestTrunkR21T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  606 }

  rVTTestTrunkR21ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  607 }

  rVTTestTrunkR21T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  608 }

  rVTTestTrunkR21T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  609 }

  rVTTestTrunkR21T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  610 }

  rVTTestTrunkR21T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  611 }

  rVTTestTrunkR21T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  612 }

  rVTTestTrunkR21T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  613 }

  rVTTestTrunkR21T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  615 }

  rVTTestTrunkR21T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  616 }

  rVTTestTrunkR21T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  617 }

  rVTTestTrunkR21T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  618 }

  rVTTestTrunkR21T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  619 }

  rVTTestTrunkR21T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  620 }

  rVTTestTrunkR21T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  622 }

  rVTTestTrunkR21T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  623 }

  rVTTestTrunkR21T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  624 }

  rVTTestTrunkR21T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  625 }

  rVTTestTrunkR21T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  626 }

  rVTTestTrunkR21T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  628 }

  rVTTestTrunkR21T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  629 }

  rVTTestTrunkR21T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  630 }

  rVTTestTrunkR21T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  631 }

  rVTTestTrunkR21T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  632 }

  rVTTestTrunkR21ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  633 }

  rVTTestTrunkR21T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  634 }

  rVTTestTrunkR21T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  635 }

  rVTTestTrunkR21T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  636 }

  rVTTestTrunkR21T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  637 }

  rVTTestTrunkR21T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  638 }

  rVTTestTrunkR21T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  639 }

  rVTTestTrunkR21T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  641 }

  rVTTestTrunkR21T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  642 }

  rVTTestTrunkR21T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  643 }

  rVTTestTrunkR21T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  644 }

  rVTTestTrunkR21T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  645 }

  rVTTestTrunkR21T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  646 }

  rVTTestTrunkR21T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  648 }

  rVTTestTrunkR21T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  649 }

  rVTTestTrunkR21T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  650 }

  rVTTestTrunkR21T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  651 }

  rVTTestTrunkR21T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  652 }

  rVTTestTrunkR21T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  654 }

  rVTTestTrunkR21T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  655 }

  rVTTestTrunkR21T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  656 }

  rVTTestTrunkR21T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  657 }

  rVTTestTrunkR21T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  658 }

  rVTTestTrunkR21ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  659 }

  rVTTestTrunkR21T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  660 }

  rVTTestTrunkR21T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  661 }

  rVTTestTrunkR21T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  662 }

  rVTTestTrunkR21T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  663 }

  rVTTestTrunkR21T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  664 }

  rVTTestTrunkR21T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  665 }

  rVTTestTrunkR21T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  667 }

  rVTTestTrunkR21T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  668 }

  rVTTestTrunkR21T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  669 }

  rVTTestTrunkR21T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  670 }

  rVTTestTrunkR21T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  671 }

  rVTTestTrunkR21T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR21Entry  672 }

  rVTTestTrunkR21T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  674 }

  rVTTestTrunkR21T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  675 }

  rVTTestTrunkR21T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  676 }

  rVTTestTrunkR21T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  677 }

  rVTTestTrunkR21T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR21Entry  678 }

  rVTTestTrunkR21T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  680 }

  rVTTestTrunkR21T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  681 }

  rVTTestTrunkR21T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  682 }

  rVTTestTrunkR21T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  683 }

  rVTTestTrunkR21T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR21Entry  684 }

  rVTTestTrunkR21ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  685 }

  rVTTestTrunkR21ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR21Entry  686 }

  rVTTestTrunkR21ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR21Entry  687 }

  rVTTestTrunkR21NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR21Entry  688 }

  rVTTestTrunkR21NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR21Entry  689 }

  rVTTestTrunkR21NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR21Entry  690 }

  rVTTestTrunkR21NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR21Entry  691 }

  rVTTestTrunkR21NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR21Entry  692 }

  rVTTestTrunkR21NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR21Entry  693 }

  rVTTestTrunkR21NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR21Entry  694 }

  rVTTestTrunkR21NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR21Entry  695 }

  rVTTestTrunkR21NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR21Entry  696 }

  rVTTestTrunkR21NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR21Entry  697 }

  rVTTestTrunkR21NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR21Entry  698 }

  rVTTestTrunkR21NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR21Entry  699 }

  rVTTestTrunkR21NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR21Entry  700 }

  rVTTestTrunkR21NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR21Entry  701 }

  rVTTestTrunkR21NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR21Entry  702 }

  rVTTestTrunkR21NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR21Entry  703 }

  rVTTestTrunkR21NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR21Entry  704 }

  rVTTestTrunkR21NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR21Entry  705 }

  rVTTestTrunkR21RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR21Entry  706 }

  rVTTestTrunkR21IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR21Entry  708 }

  rVTTestTrunkR21NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR21Entry  709 }

  rVTTestTrunkR21SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  800 }

  rVTTestTrunkR21SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  801 }

  rVTTestTrunkR21SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  802 }

  rVTTestTrunkR21SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  803 }

  rVTTestTrunkR21SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  804 }

  rVTTestTrunkR21SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  805 }

  rVTTestTrunkR21SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  806 }

  rVTTestTrunkR21SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR21Entry  807 }

  rVTTestTrunkR21SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  808 }

  rVTTestTrunkR21SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  812 }

  rVTTestTrunkR21SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  813 }

  rVTTestTrunkR21SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  814 }

  rVTTestTrunkR21NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR21Entry  815 }

  rVTTestTrunkR21DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR21Entry  816 }

  rVTTestTrunkR21DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR21Entry  817 }

  rVTTestTrunkR21DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR21Entry  818 }

  rVTTestTrunkR21HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR21Entry  819 }

  rVTTestTrunkR21MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR21Entry  820 }

  rVTTestTrunkR21NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR21Entry  821 }

  rVTTestTrunkR21SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  822 }

  rVTTestTrunkR21SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  823 }

  rVTTestTrunkR21SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  824 }

  rVTTestTrunkR21SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  825 }

  rVTTestTrunkR21SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  826 }

  rVTTestTrunkR21SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  827 }

  rVTTestTrunkR21SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  828 }

  rVTTestTrunkR21SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  829 }

  rVTTestTrunkR21SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  830 }

  rVTTestTrunkR21NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR21Entry  831 }

  rVTTestTrunkR21SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  832 }

  rVTTestTrunkR21SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  833 }

  rVTTestTrunkR21SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  834 }

  rVTTestTrunkR21SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  835 }

  rVTTestTrunkR21SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  836 }

  rVTTestTrunkR21SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  837 }

  rVTTestTrunkR21SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  838 }

  rVTTestTrunkR21SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  839 }

  rVTTestTrunkR21SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  840 }

  rVTTestTrunkR21SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  841 }

  rVTTestTrunkR21SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR21Entry  842 }

  rVTTestTrunkR21SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR21Entry  843 }

  rVTTestTrunkR21NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR21Entry  844 }

  rVTTestTrunkR21NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR21Entry  845 }

  rVTTestTrunkR21NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR21Entry  846 }

  rVTTestTrunkR21NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR21Entry  847 }

  rVTTestTrunkR21NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR21Entry  848 }

  rVTTestTrunkR21RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR21Entry  849 }

  rVTTestTrunkR21LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR21Entry  850 }

  rVTTestTrunkR21ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR21Entry  851 }

  rVTTestTrunkR21ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR21Entry  852 }

  rVTTestTrunkR21RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR21Entry  853 }

  rVTTestTrunkR21RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR21Entry  854 }

  rVTTestTrunkR21PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR21Entry  855 }

  rVTTestTrunkR21PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR21Entry  856 }

  rVTTestTrunkR21SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR21Entry  857 }

  rVTTestTrunkR21SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR21Entry  858 }

  rVTTestTrunkR21IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR21Entry  859 }

  rVTTestTrunkR21IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR21Entry  860 }

  rVTTestTrunkR21GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR21Entry  861 }

  rVTTestTrunkR21GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR21Entry  862 }

  rVTTestTrunkR21GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR21Entry  863 }

  rVTTestTrunkR21GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR21Entry  864 }

  rVTTestTrunkR21ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR21Entry  865 }

  rVTTestTrunkR21ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR21Entry  866 }

  rVTTestTrunkR21I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR21Entry  867 }

  rVTTestTrunkR21SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR21Entry  868 }

  rVTTestTrunkR21LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestTrunkR21Entry  869 }

  rVTTestTrunkR21LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestTrunkR21Entry  870 }

  rVTTestTrunkR21LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestTrunkR21Entry  871 }

  rVTTestTrunkR21LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestTrunkR21Entry  872 }

  rVTTestTrunkR21LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestTrunkR21Entry  873 }

  rVTTestTrunkR21LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestTrunkR21Entry  874 }

  rVTTestTrunkR21LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestTrunkR21Entry  875 }

  rVTTestTrunkR21LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestTrunkR21Entry  876 }

  rVTTestTrunkR21LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestTrunkR21Entry  877 }

  rVTTestTrunkR21LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestTrunkR21Entry  878 }

  rVTTestTrunkR21LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestTrunkR21Entry  879 }

  rVTTestTrunkR21LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestTrunkR21Entry  880 }

  rVTTestTrunkR21LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestTrunkR21Entry  881 }

  rVTTestTrunkR21LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestTrunkR21Entry  882 }

  rVTTestTrunkR21LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestTrunkR21Entry  883 }

  rVTTestTrunkR21LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestTrunkR21Entry  884 }

  rVTTestTrunkR21LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestTrunkR21Entry  885 }

  rVTTestTrunkR21LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestTrunkR21Entry  886 }

  rVTTestTrunkR21LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestTrunkR21Entry  887 }

  rVTTestTrunkR21LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestTrunkR21Entry  888 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Domain Name Services'                                       */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  dNSDNSR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DNSDNSR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2288 }

  dNSDNSR3Entry OBJECT-TYPE
    SYNTAX       DNSDNSR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dNSDNSR3NEConn,
             dNSDNSR3NetwkElement,
             dNSDNSR3SoftwareElementIx }
    ::= {  dNSDNSR3Table  1  }

  DNSDNSR3Entry  ::=  SEQUENCE
  {
    dNSDNSR3NEConn                     Unsigned32,
    dNSDNSR3NetwkElement               DisplayString,
    dNSDNSR3SoftwareElementIx          Unsigned32,
    dNSDNSR3MGCPNCSNameServerGpAlrmsAtndDp
                                       Unsigned32,
    dNSDNSR3MGCPNCSNameServerGpAlrmEvtsAtndDp
                                       Unsigned32,
    dNSDNSR3SummaryChldAlrmState       INTEGER,
    dNSDNSR3TotChldAlrmsAtndDp         Unsigned32,
    dNSDNSR3TotChldAlrmEvtsAtndDp      Unsigned32,
    dNSDNSR3SIPAndDiameterDNSCacheDefTimeToLive
                                       Unsigned32,
    dNSDNSR3SIPAndDiameterDNSCacheMinTimeToLive
                                       Unsigned32,
    dNSDNSR3SIPAndDiameterDNSCacheStaleCacheRetentionTime
                                       Unsigned32,
    dNSDNSR3SIPAndDiameterDNSCacheFaildQueryStorageTime
                                       Unsigned32,
    dNSDNSR3AlrmState                  INTEGER,
    dNSDNSR3StatisticsAlrms            Integer32,
    dNSDNSR3AlrmStateTimestamp         Unsigned32,
    dNSDNSR3AlrmEvtsAttnRqLogCorr      Counter64,
    dNSDNSR3AlrmEvtsAttnRq             Unsigned32,
    dNSDNSR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    dNSDNSR3DoExtraActions             INTEGER,
    dNSDNSR3Netwk                      INTEGER
  }

  dNSDNSR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dNSDNSR3Entry  1 }

  dNSDNSR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dNSDNSR3Entry  2 }

  dNSDNSR3SoftwareElementIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Element index'.
                  This is an index field."
    ::= { dNSDNSR3Entry  3 }

  dNSDNSR3MGCPNCSNameServerGpAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCP / NCS Name Server Group Attend To Dependent alarms'."
    ::= { dNSDNSR3Entry  4 }

  dNSDNSR3MGCPNCSNameServerGpAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MGCP / NCS Name Server Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dNSDNSR3Entry  5 }

  dNSDNSR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dNSDNSR3Entry  6 }

  dNSDNSR3TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { dNSDNSR3Entry  7 }

  dNSDNSR3TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { dNSDNSR3Entry  8 }

  dNSDNSR3SIPAndDiameterDNSCacheDefTimeToLive OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..4147200 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - default time-to-live'."
    DEFVAL       { 86400 }
    ::= { dNSDNSR3Entry  9 }

  dNSDNSR3SIPAndDiameterDNSCacheMinTimeToLive OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - minimum time-to-live'."
    DEFVAL       { 300 }
    ::= { dNSDNSR3Entry  10 }

  dNSDNSR3SIPAndDiameterDNSCacheStaleCacheRetentionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - stale cache retention time'."
    DEFVAL       { 86400 }
    ::= { dNSDNSR3Entry  11 }

  dNSDNSR3SIPAndDiameterDNSCacheFaildQueryStorageTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP and Diameter DNS cache - failed query storage time'."
    DEFVAL       { 300 }
    ::= { dNSDNSR3Entry  12 }

  dNSDNSR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dNSDNSR3Entry  13 }

  dNSDNSR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { dNSDNSR3Entry  14 }

  dNSDNSR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dNSDNSR3Entry  15 }

  dNSDNSR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { dNSDNSR3Entry  16 }

  dNSDNSR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dNSDNSR3Entry  17 }

  dNSDNSR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { dNSDNSR3Entry  18 }

  dNSDNSR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearDNSCache(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dNSDNSR3Entry  19 }

  dNSDNSR3Netwk OBJECT-TYPE
    SYNTAX       INTEGER {
                   management(0),
                   signaling(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network'."
    DEFVAL       { signaling }
    ::= { dNSDNSR3Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Link to MetaView Director'                                  */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  mVDConnR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDConnR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2289 }

  mVDConnR1Entry OBJECT-TYPE
    SYNTAX       MVDConnR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDConnR1NEConn,
             mVDConnR1NetwkElement }
    ::= {  mVDConnR1Table  1  }

  MVDConnR1Entry  ::=  SEQUENCE
  {
    mVDConnR1NEConn                    Unsigned32,
    mVDConnR1NetwkElement              DisplayString,
    mVDConnR1MetaViewDirectorNetwkTopology
                                       INTEGER,
    mVDConnR1ServerIPAddr              DisplayString,
    mVDConnR1LocationUpdatePort        Unsigned32,
    mVDConnR1StatePublicationPort      Unsigned32,
    mVDConnR1AlrmState                 INTEGER,
    mVDConnR1AlrmEvtsAttnRq            Integer32,
    mVDConnR1AlrmStateTimestamp        Unsigned32,
    mVDConnR1AlrmEvtsAttnRqLogCorr     Counter64,
    mVDConnR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    mVDConnR1RowStatus                 RowStatus,
    mVDConnR1OperStatus                OperStatus,
    mVDConnR1Netwk                     INTEGER
  }

  mVDConnR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDConnR1Entry  1 }

  mVDConnR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDConnR1Entry  2 }

  mVDConnR1MetaViewDirectorNetwkTopology OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorPresent(1),
                   metaViewDirectorAbsentDirectConnection(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MetaView Director Network Topology'."
    ::= { mVDConnR1Entry  3 }

  mVDConnR1ServerIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server IP address'."
    ::= { mVDConnR1Entry  4 }

  mVDConnR1LocationUpdatePort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Update Port'."
    DEFVAL       { 6762 }
    ::= { mVDConnR1Entry  5 }

  mVDConnR1StatePublicationPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'State Publication Port'."
    DEFVAL       { 5062 }
    ::= { mVDConnR1Entry  6 }

  mVDConnR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mVDConnR1Entry  7 }

  mVDConnR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mVDConnR1Entry  8 }

  mVDConnR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mVDConnR1Entry  9 }

  mVDConnR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { mVDConnR1Entry  10 }

  mVDConnR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { mVDConnR1Entry  11 }

  mVDConnR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mVDConnR1Entry  12 }

  mVDConnR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDConnR1Entry  13 }

  mVDConnR1Netwk OBJECT-TYPE
    SYNTAX       INTEGER {
                   management(0),
                   signaling(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network'."
    DEFVAL       { management }
    ::= { mVDConnR1Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Log User'                                              */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  callLogUserR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallLogUserR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2290 }

  callLogUserR1Entry OBJECT-TYPE
    SYNTAX       CallLogUserR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callLogUserR1NEConn,
             callLogUserR1NetwkElement,
             callLogUserR1UserName }
    ::= {  callLogUserR1Table  1  }

  CallLogUserR1Entry  ::=  SEQUENCE
  {
    callLogUserR1NEConn                Unsigned32,
    callLogUserR1NetwkElement          DisplayString,
    callLogUserR1UserName              DisplayString,
    callLogUserR1NewPassword           DisplayString,
    callLogUserR1ConfirmNewPassword    DisplayString,
    callLogUserR1UserDesc              DisplayString,
    callLogUserR1SDActPasswordExpiryPeriod
                                       Unsigned32,
    callLogUserR1SDDefPasswordExpiryPeriod
                                       Unsigned32,
    callLogUserR1SDUseDefPasswordExpiryPeriod
                                       INTEGER,
    callLogUserR1DaysUntilPasswordExpiry
                                       Unsigned32,
    callLogUserR1SDActLoginFailsBeforeLockout
                                       Unsigned32,
    callLogUserR1SDDefLoginFailsBeforeLockout
                                       Unsigned32,
    callLogUserR1SDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    callLogUserR1NumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    callLogUserR1AccountLocked         INTEGER,
    callLogUserR1RowStatus             RowStatus,
    callLogUserR1LogTypes              BITS
  }

  callLogUserR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callLogUserR1Entry  1 }

  callLogUserR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callLogUserR1Entry  2 }

  callLogUserR1UserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { callLogUserR1Entry  3 }

  callLogUserR1NewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { callLogUserR1Entry  4 }

  callLogUserR1ConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { callLogUserR1Entry  5 }

  callLogUserR1UserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { callLogUserR1Entry  6 }

  callLogUserR1SDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserR1Entry  7 }

  callLogUserR1SDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserR1Entry  8 }

  callLogUserR1SDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { callLogUserR1Entry  9 }

  callLogUserR1DaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { callLogUserR1Entry  10 }

  callLogUserR1SDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserR1Entry  11 }

  callLogUserR1SDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { callLogUserR1Entry  12 }

  callLogUserR1SDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { callLogUserR1Entry  13 }

  callLogUserR1NumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { callLogUserR1Entry  14 }

  callLogUserR1AccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { callLogUserR1Entry  15 }

  callLogUserR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { callLogUserR1Entry  16 }

  callLogUserR1LogTypes OBJECT-TYPE
    SYNTAX       BITS {
                   conciseCallLogs(0),
                   voiceQualityMonitoringLogs(1),
                   perPartyVoiceQualityLogs(2),
                   keepAliveLogs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Log types'."
    DEFVAL       { {conciseCallLogs} }
    ::= { callLogUserR1Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Source'                                            */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  locSrcR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocSrcR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Director Service'.
                  This table is not creatable."
    ::= { metaSwitch  2291 }

  locSrcR2Entry OBJECT-TYPE
    SYNTAX       LocSrcR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locSrcR2NEConn,
             locSrcR2NetwkElement,
             locSrcR2MetaViewDirectorIx,
             locSrcR2LocationSourceIx }
    ::= {  locSrcR2Table  1  }

  LocSrcR2Entry  ::=  SEQUENCE
  {
    locSrcR2NEConn                     Unsigned32,
    locSrcR2NetwkElement               DisplayString,
    locSrcR2MetaViewDirectorIx         Unsigned32,
    locSrcR2LocationSourceIx           Unsigned32,
    locSrcR2LocationSourceName         DisplayString,
    locSrcR2LocationSourceType         INTEGER,
    locSrcR2LocationSourceUniqueFingerprint
                                       DisplayString,
    locSrcR2LocSrcTplgType1            INTEGER,
    locSrcR2LocSrcTplgVal1             DisplayString,
    locSrcR2LocSrcTplgType2            INTEGER,
    locSrcR2LocSrcTplgVal2             DisplayString,
    locSrcR2LocSrcTplgType3            INTEGER,
    locSrcR2LocSrcTplgVal3             DisplayString,
    locSrcR2LocSrcTplgType4            INTEGER,
    locSrcR2LocSrcTplgVal4             DisplayString,
    locSrcR2LocSrcTplgType5            INTEGER,
    locSrcR2LocSrcTplgVal5             DisplayString,
    locSrcR2LocSrcTplgType6            INTEGER,
    locSrcR2LocSrcTplgVal6             DisplayString,
    locSrcR2LocSrcTplgType7            INTEGER,
    locSrcR2LocSrcTplgVal7             DisplayString,
    locSrcR2LocSrcTplgType8            INTEGER,
    locSrcR2LocSrcTplgVal8             DisplayString,
    locSrcR2LocSrcTplgType9            INTEGER,
    locSrcR2LocSrcTplgVal9             DisplayString,
    locSrcR2LocSrcTplgType10           INTEGER,
    locSrcR2LocSrcTplgVal10            DisplayString,
    locSrcR2LocSrcTplgType11           INTEGER,
    locSrcR2LocSrcTplgVal11            DisplayString,
    locSrcR2LocSrcTplgType12           INTEGER,
    locSrcR2LocSrcTplgVal12            DisplayString,
    locSrcR2LocSrcTplgType13           INTEGER,
    locSrcR2LocSrcTplgVal13            DisplayString,
    locSrcR2LocSrcTplgType14           INTEGER,
    locSrcR2LocSrcTplgVal14            DisplayString,
    locSrcR2LocSrcTplgType15           INTEGER,
    locSrcR2LocSrcTplgVal15            DisplayString,
    locSrcR2LocSrcTplgType16           INTEGER,
    locSrcR2LocSrcTplgVal16            DisplayString,
    locSrcR2LocSrcTplgType17           INTEGER,
    locSrcR2LocSrcTplgVal17            DisplayString,
    locSrcR2LocSrcTplgType18           INTEGER,
    locSrcR2LocSrcTplgVal18            DisplayString,
    locSrcR2LocSrcTplgType19           INTEGER,
    locSrcR2LocSrcTplgVal19            DisplayString,
    locSrcR2LocSrcTplgType20           INTEGER,
    locSrcR2LocSrcTplgVal20            DisplayString,
    locSrcR2LocationSourceSyncStatus   INTEGER,
    locSrcR2LocationSourceNumKeys      Unsigned32,
    locSrcR2AlrmState                  INTEGER,
    locSrcR2StatisticsAlrms            Integer32,
    locSrcR2AlrmEvtsAttnRqLogCorr      Counter64,
    locSrcR2AlrmEvtsAttnRq             Integer32,
    locSrcR2AlrmStateTimestamp         Unsigned32,
    locSrcR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    locSrcR2RowStatus                  RowStatus,
    locSrcR2SiteID                     Unsigned32,
    locSrcR2SiteName                   DisplayString,
    locSrcR2DoExtraActions             INTEGER
  }

  locSrcR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locSrcR2Entry  1 }

  locSrcR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locSrcR2Entry  2 }

  locSrcR2MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { locSrcR2Entry  3 }

  locSrcR2LocationSourceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Source Index'.
                  This is an index field."
    ::= { locSrcR2Entry  4 }

  locSrcR2LocationSourceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source name'."
    ::= { locSrcR2Entry  5 }

  locSrcR2LocationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(65),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source type'."
    ::= { locSrcR2Entry  6 }

  locSrcR2LocationSourceUniqueFingerprint OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source unique fingerprint'."
    ::= { locSrcR2Entry  7 }

  locSrcR2LocSrcTplgType1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 1'."
    ::= { locSrcR2Entry  8 }

  locSrcR2LocSrcTplgVal1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 1'."
    ::= { locSrcR2Entry  9 }

  locSrcR2LocSrcTplgType2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 2'."
    ::= { locSrcR2Entry  10 }

  locSrcR2LocSrcTplgVal2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 2'."
    ::= { locSrcR2Entry  11 }

  locSrcR2LocSrcTplgType3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 3'."
    ::= { locSrcR2Entry  12 }

  locSrcR2LocSrcTplgVal3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 3'."
    ::= { locSrcR2Entry  13 }

  locSrcR2LocSrcTplgType4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 4'."
    ::= { locSrcR2Entry  14 }

  locSrcR2LocSrcTplgVal4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 4'."
    ::= { locSrcR2Entry  15 }

  locSrcR2LocSrcTplgType5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 5'."
    ::= { locSrcR2Entry  16 }

  locSrcR2LocSrcTplgVal5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 5'."
    ::= { locSrcR2Entry  17 }

  locSrcR2LocSrcTplgType6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 6'."
    ::= { locSrcR2Entry  18 }

  locSrcR2LocSrcTplgVal6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 6'."
    ::= { locSrcR2Entry  19 }

  locSrcR2LocSrcTplgType7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 7'."
    ::= { locSrcR2Entry  20 }

  locSrcR2LocSrcTplgVal7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 7'."
    ::= { locSrcR2Entry  21 }

  locSrcR2LocSrcTplgType8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 8'."
    ::= { locSrcR2Entry  22 }

  locSrcR2LocSrcTplgVal8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 8'."
    ::= { locSrcR2Entry  23 }

  locSrcR2LocSrcTplgType9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 9'."
    ::= { locSrcR2Entry  24 }

  locSrcR2LocSrcTplgVal9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 9'."
    ::= { locSrcR2Entry  25 }

  locSrcR2LocSrcTplgType10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 10'."
    ::= { locSrcR2Entry  26 }

  locSrcR2LocSrcTplgVal10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 10'."
    ::= { locSrcR2Entry  27 }

  locSrcR2LocSrcTplgType11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 11'."
    ::= { locSrcR2Entry  28 }

  locSrcR2LocSrcTplgVal11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 11'."
    ::= { locSrcR2Entry  29 }

  locSrcR2LocSrcTplgType12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 12'."
    ::= { locSrcR2Entry  30 }

  locSrcR2LocSrcTplgVal12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 12'."
    ::= { locSrcR2Entry  31 }

  locSrcR2LocSrcTplgType13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 13'."
    ::= { locSrcR2Entry  32 }

  locSrcR2LocSrcTplgVal13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 13'."
    ::= { locSrcR2Entry  33 }

  locSrcR2LocSrcTplgType14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 14'."
    ::= { locSrcR2Entry  34 }

  locSrcR2LocSrcTplgVal14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 14'."
    ::= { locSrcR2Entry  35 }

  locSrcR2LocSrcTplgType15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 15'."
    ::= { locSrcR2Entry  36 }

  locSrcR2LocSrcTplgVal15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 15'."
    ::= { locSrcR2Entry  37 }

  locSrcR2LocSrcTplgType16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 16'."
    ::= { locSrcR2Entry  38 }

  locSrcR2LocSrcTplgVal16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 16'."
    ::= { locSrcR2Entry  39 }

  locSrcR2LocSrcTplgType17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 17'."
    ::= { locSrcR2Entry  40 }

  locSrcR2LocSrcTplgVal17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 17'."
    ::= { locSrcR2Entry  41 }

  locSrcR2LocSrcTplgType18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 18'."
    ::= { locSrcR2Entry  42 }

  locSrcR2LocSrcTplgVal18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 18'."
    ::= { locSrcR2Entry  43 }

  locSrcR2LocSrcTplgType19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 19'."
    ::= { locSrcR2Entry  44 }

  locSrcR2LocSrcTplgVal19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 19'."
    ::= { locSrcR2Entry  45 }

  locSrcR2LocSrcTplgType20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 20'."
    ::= { locSrcR2Entry  46 }

  locSrcR2LocSrcTplgVal20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 20'."
    ::= { locSrcR2Entry  47 }

  locSrcR2LocationSourceSyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   lostContactWithSource(1),
                   loadingFromDisk(2),
                   synchronizingWithSource(3),
                   inSync(4),
                   deletingSource(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source synchronization status'."
    ::= { locSrcR2Entry  48 }

  locSrcR2LocationSourceNumKeys OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of keys'."
    ::= { locSrcR2Entry  49 }

  locSrcR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { locSrcR2Entry  50 }

  locSrcR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { locSrcR2Entry  51 }

  locSrcR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { locSrcR2Entry  52 }

  locSrcR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { locSrcR2Entry  53 }

  locSrcR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { locSrcR2Entry  54 }

  locSrcR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { locSrcR2Entry  55 }

  locSrcR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { locSrcR2Entry  56 }

  locSrcR2SiteID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { locSrcR2Entry  57 }

  locSrcR2SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { locSrcR2Entry  58 }

  locSrcR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resync(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { locSrcR2Entry  59 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView RPI'                                               */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  mVRpiTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVRpiEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2292 }

  mVRpiEntry OBJECT-TYPE
    SYNTAX       MVRpiEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVRpiEMSIx,
             mVRpiEMSNodeName }
    ::= {  mVRpiTable  1  }

  MVRpiEntry  ::=  SEQUENCE
  {
    mVRpiEMSIx                         Unsigned32,
    mVRpiEMSNodeName                   DisplayString,
    mVRpiRPICLIEnabled                 INTEGER,
    mVRpiRPICLIPassword                DisplayString,
    mVRpiRPIFTPEnabled                 INTEGER,
    mVRpiRPIFTPPassword                DisplayString,
    mVRpiRPIEnabledNext                INTEGER,
    mVRpiRPIEnabled                    INTEGER,
    mVRpiRPISchedulerTimer             Unsigned32,
    mVRpiRPILogLvl                     INTEGER
  }

  mVRpiEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { mVRpiEntry  1 }

  mVRpiEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { mVRpiEntry  2 }

  mVRpiRPICLIEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI Accounts - 'rpicli' enabled'."
    ::= { mVRpiEntry  3 }

  mVRpiRPICLIPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI Accounts - 'rpicli' password'.
                  Field is write-only, GETs will return an empty string."
    ::= { mVRpiEntry  4 }

  mVRpiRPIFTPEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI Accounts - 'rpiftp' enabled'."
    ::= { mVRpiEntry  5 }

  mVRpiRPIFTPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI Accounts - 'rpiftp' password'.
                  Field is write-only, GETs will return an empty string."
    ::= { mVRpiEntry  6 }

  mVRpiRPIEnabledNext OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI at next restart - RPI enabled'."
    ::= { mVRpiEntry  7 }

  mVRpiRPIEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - RPI enabled'."
    ::= { mVRpiEntry  8 }

  mVRpiRPISchedulerTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..86400 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - RPI scheduler timer'."
    ::= { mVRpiEntry  9 }

  mVRpiRPILogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   rPILogLevelFatal(0),
                   rPILogLevelError(1),
                   rPILogLevelWarn(2),
                   rPILogLevelInfo(3),
                   rPILogLevelFromXML(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - Log level'."
    ::= { mVRpiEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView RPI CFS'                                           */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  mVRpiCfsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVRpiCfsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView RPI'."
    ::= { metaSwitch  2293 }

  mVRpiCfsEntry OBJECT-TYPE
    SYNTAX       MVRpiCfsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVRpiCfsEMSIx,
             mVRpiCfsEMSNodeName,
             mVRpiCfsRPICFSIx }
    ::= {  mVRpiCfsTable  1  }

  MVRpiCfsEntry  ::=  SEQUENCE
  {
    mVRpiCfsEMSIx                      Unsigned32,
    mVRpiCfsEMSNodeName                DisplayString,
    mVRpiCfsRPICFSIx                   INTEGER,
    mVRpiCfsRPICFSAddr                 DisplayString,
    mVRpiCfsRPICFSPort                 LongDisplayString,
    mVRpiCfsRPICFSUserName             LongDisplayString,
    mVRpiCfsRPICFSPassword             DisplayString,
    mVRpiCfsRPICFSFbnvPath             LongDisplayString,
    mVRpiCfsRowStatus                  RowStatus
  }

  mVRpiCfsEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { mVRpiCfsEntry  1 }

  mVRpiCfsEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { mVRpiCfsEntry  2 }

  mVRpiCfsRPICFSIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..10 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - CFS index'.
                  This is an index field."
    ::= { mVRpiCfsEntry  3 }

  mVRpiCfsRPICFSAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - CFS address'."
    ::= { mVRpiCfsEntry  4 }

  mVRpiCfsRPICFSPort OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - CFS port'."
    ::= { mVRpiCfsEntry  5 }

  mVRpiCfsRPICFSUserName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - CFS user name'."
    ::= { mVRpiCfsEntry  6 }

  mVRpiCfsRPICFSPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - CFS password'.
                  Field is write-only, GETs will return an empty string."
    ::= { mVRpiCfsEntry  7 }

  mVRpiCfsRPICFSFbnvPath OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPI - CFS FBNV path'."
    ::= { mVRpiCfsEntry  8 }

  mVRpiCfsRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mVRpiCfsEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Director Service'                                  */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  mVDR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2294 }

  mVDR3Entry OBJECT-TYPE
    SYNTAX       MVDR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDR3NEConn,
             mVDR3NetwkElement,
             mVDR3MetaViewDirectorIx }
    ::= {  mVDR3Table  1  }

  MVDR3Entry  ::=  SEQUENCE
  {
    mVDR3NEConn                        Unsigned32,
    mVDR3NetwkElement                  DisplayString,
    mVDR3MetaViewDirectorIx            Unsigned32,
    mVDR3NumLocationSources            Unsigned32,
    mVDR3LocationUpdateInterfacePortNum
                                       Unsigned32,
    mVDR3LocationQueryInterfacePortNum Unsigned32,
    mVDR3NotifPublicationInterfacePortNum
                                       Unsigned32,
    mVDR3NotifSubscriptionInterfacePortNum
                                       Unsigned32,
    mVDR3StatisticsAlrms               Integer32,
    mVDR3LocationSourceAlrmsAttnRq     INTEGER,
    mVDR3LocationSourceAlrmEvtsAttnRq  Unsigned32,
    mVDR3SummaryChldAlrmState          INTEGER,
    mVDR3ChldStatisticsAlrms           Integer32,
    mVDR3DoExtraActions                INTEGER,
    mVDR3MaxNumCallEvts                Unsigned32,
    mVDR3SiteID                        Unsigned32,
    mVDR3SiteName                      DisplayString,
    mVDR3RepatriationEnabled           INTEGER,
    mVDR3RepatriationSiteID            Unsigned32,
    mVDR3I1RepatriationSiteClusterSiteConnIx
                                       Integer32,
    mVDR3RepatriationSiteOtherVals     INTEGER
  }

  mVDR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDR3Entry  1 }

  mVDR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDR3Entry  2 }

  mVDR3MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { mVDR3Entry  3 }

  mVDR3NumLocationSources OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of location sources'."
    ::= { mVDR3Entry  4 }

  mVDR3LocationUpdateInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Update interface port number'."
    ::= { mVDR3Entry  5 }

  mVDR3LocationQueryInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Query interface port number'."
    ::= { mVDR3Entry  6 }

  mVDR3NotifPublicationInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Publication interface port number'."
    ::= { mVDR3Entry  7 }

  mVDR3NotifSubscriptionInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Subscription interface port number'."
    ::= { mVDR3Entry  8 }

  mVDR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mVDR3Entry  9 }

  mVDR3LocationSourceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarms'."
    ::= { mVDR3Entry  10 }

  mVDR3LocationSourceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarm events'."
    ::= { mVDR3Entry  11 }

  mVDR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mVDR3Entry  12 }

  mVDR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mVDR3Entry  13 }

  mVDR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   queryDatabase(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDR3Entry  14 }

  mVDR3MaxNumCallEvts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of call events'."
    DEFVAL       { 10 }
    ::= { mVDR3Entry  15 }

  mVDR3SiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { mVDR3Entry  16 }

  mVDR3SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { mVDR3Entry  17 }

  mVDR3RepatriationEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Enabled'."
    DEFVAL       { false }
    ::= { mVDR3Entry  18 }

  mVDR3RepatriationSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Site ID'."
    ::= { mVDR3Entry  19 }

  mVDR3I1RepatriationSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { mVDR3Entry  20 }

  mVDR3RepatriationSiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   all(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site'.
                  This field represents the fixed
                  values that Repatriation Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mVDR3Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  tDMCarrierR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2295 }

  tDMCarrierR5Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR5NEConn,
             tDMCarrierR5NetwkElement,
             tDMCarrierR5MediaGatewayIx,
             tDMCarrierR5CarrIx }
    ::= {  tDMCarrierR5Table  1  }

  TDMCarrierR5Entry  ::=  SEQUENCE
  {
    tDMCarrierR5NEConn                 Unsigned32,
    tDMCarrierR5NetwkElement           DisplayString,
    tDMCarrierR5MediaGatewayIx         Unsigned32,
    tDMCarrierR5CarrIx                 Unsigned32,
    tDMCarrierR5Desc                   DisplayString,
    tDMCarrierR5CarrDspName            LongDisplayString,
    tDMCarrierR5ExtraInfo1             DisplayString,
    tDMCarrierR5ExtraInfo2             DisplayString,
    tDMCarrierR5CarrType               INTEGER,
    tDMCarrierR5CfgdChldCarrType       INTEGER,
    tDMCarrierR5ChldPosition           Unsigned32,
    tDMCarrierR5BrkOutPnlTpBldA        INTEGER,
    tDMCarrierR5BrkOutPnlTpBldB        INTEGER,
    tDMCarrierR5LineStatus             BITS,
    tDMCarrierR5DeactivnMode           INTEGER,
    tDMCarrierR5I1CarrToSwapWithNEConn Unsigned32,
    tDMCarrierR5I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR5I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR5I4CarrToSwapWithCarrIx Unsigned32,
    tDMCarrierR5FacilityName           DisplayString,
    tDMCarrierR5DirectT1CAS            INTEGER,
    tDMCarrierR5I1MFProtProfNEConn     Unsigned32,
    tDMCarrierR5I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR5I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR5I4MFProtProfProfIx     Unsigned32,
    tDMCarrierR5I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR5I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR5I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR5I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR5DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR5SupportedTerms         BITS,
    tDMCarrierR5AvailUses              BITS,
    tDMCarrierR5T1LineFraming          INTEGER,
    tDMCarrierR5E1LineFraming          INTEGER,
    tDMCarrierR5PhysEncodingT1         INTEGER,
    tDMCarrierR5PhysEncodingE1         INTEGER,
    tDMCarrierR5DS1LineLen             INTEGER,
    tDMCarrierR5TermEvtTraceIdentifier Integer32,
    tDMCarrierR5DS3LineLen             INTEGER,
    tDMCarrierR5DS3LineFraming         INTEGER,
    tDMCarrierR5BitErrRate             INTEGER,
    tDMCarrierR5SFPPresenceBladeA      INTEGER,
    tDMCarrierR5SFPPresenceBladeB      INTEGER,
    tDMCarrierR5SFPCfgdModType         INTEGER,
    tDMCarrierR5SFPActlModTpBldA       BITS,
    tDMCarrierR5SFPActlModTpBldB       BITS,
    tDMCarrierR5SFPSuppUsgBladeA       BITS,
    tDMCarrierR5SFPSuppUsgBladeB       BITS,
    tDMCarrierR5SFPSerialNumBladeA     DisplayString,
    tDMCarrierR5SFPSerialNumBladeB     DisplayString,
    tDMCarrierR5SFPIdentifierBladeA    INTEGER,
    tDMCarrierR5SFPIdentifierBladeB    INTEGER,
    tDMCarrierR5SFPConnValBldA         INTEGER,
    tDMCarrierR5SFPConnValBldB         INTEGER,
    tDMCarrierR5SFPVendorNameBladeA    DisplayString,
    tDMCarrierR5SFPVendorNameBladeB    DisplayString,
    tDMCarrierR5SFPVendorOUIBladeA     OCTET STRING,
    tDMCarrierR5SFPVendorOUIBladeB     OCTET STRING,
    tDMCarrierR5SFPVendorPNBladeA      DisplayString,
    tDMCarrierR5SFPVendorPNBladeB      DisplayString,
    tDMCarrierR5SFPVendorRevBladeA     DisplayString,
    tDMCarrierR5SFPVendorRevBladeB     DisplayString,
    tDMCarrierR5SFPTransFltSuppBldA    INTEGER,
    tDMCarrierR5SFPTransFltBldA        INTEGER,
    tDMCarrierR5SFPTransFltSuppBldB    INTEGER,
    tDMCarrierR5SFPTransFltBldB        INTEGER,
    tDMCarrierR5SFPLOSSuppBldA         INTEGER,
    tDMCarrierR5SFPLOSBldA             INTEGER,
    tDMCarrierR5SFPLOSSuppBldB         INTEGER,
    tDMCarrierR5SFPLOSBldB             INTEGER,
    tDMCarrierR5SFPActEncBladeA        INTEGER,
    tDMCarrierR5SFPActEncBladeB        INTEGER,
    tDMCarrierR5APSMode                INTEGER,
    tDMCarrierR5APSWorkingChanRx       INTEGER,
    tDMCarrierR5APSRequest             INTEGER,
    tDMCarrierR5APSXmitSignal          INTEGER,
    tDMCarrierR5APSRcvdSignal          INTEGER,
    tDMCarrierR5APSDominantSignal      INTEGER,
    tDMCarrierR5APSWaitToRestoreTime   Unsigned32,
    tDMCarrierR5APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR5APSSignalFailThreshold INTEGER,
    tDMCarrierR5SecTrcMsgSize          INTEGER,
    tDMCarrierR5SecTrcXmitMsg          DisplayString,
    tDMCarrierR5SecTrcExpRcvMsg        DisplayString,
    tDMCarrierR5SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR5SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR5SecTrcCheckTIM         INTEGER,
    tDMCarrierR5PathTrcMsgSize         INTEGER,
    tDMCarrierR5PathTrcXmitMsg         DisplayString,
    tDMCarrierR5PathTrcExpectedRcvMsg  DisplayString,
    tDMCarrierR5PathTrcActualRcvdMsg   DisplayString,
    tDMCarrierR5PathTrcCheckTIM        INTEGER,
    tDMCarrierR5BERTTestRunning        INTEGER,
    tDMCarrierR5BERTTotTestTime        Unsigned32,
    tDMCarrierR5BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR5BERTLOS                Unsigned32,
    tDMCarrierR5BERTBitErrRate         DisplayString,
    tDMCarrierR5BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR5LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR5LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR5LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR5CfgCarrActSts          INTEGER,
    tDMCarrierR5CfgCarrActLogCorr      Counter64,
    tDMCarrierR5CfgCarrActLogCorrNode  DisplayString,
    tDMCarrierR5CfgCarrActLogCorrUID   DisplayString,
    tDMCarrierR5I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR5I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR5I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR5FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR5AlrmState              INTEGER,
    tDMCarrierR5StatisticsAlrms        Integer32,
    tDMCarrierR5AlrmStateTimestamp     Unsigned32,
    tDMCarrierR5AlrmEvtsAttnRqLogCorr  Counter64,
    tDMCarrierR5AlrmEvtsAttnRq         Unsigned32,
    tDMCarrierR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR5ChldAlrmsAttnRq        Unsigned32,
    tDMCarrierR5ChldAlrmEvtsAttnRq     Unsigned32,
    tDMCarrierR5SummaryChldAlrmState   INTEGER,
    tDMCarrierR5ChldStatisticsAlrms    Integer32,
    tDMCarrierR5DiagsLoggingLogLvl     INTEGER,
    tDMCarrierR5APITraceEnabled        INTEGER,
    tDMCarrierR5APITraceTraceTag       DisplayString,
    tDMCarrierR5DS1Type                INTEGER,
    tDMCarrierR5ImportCnt              Integer32,
    tDMCarrierR5ImportStatus           DisplayString,
    tDMCarrierR5ImportMode             INTEGER,
    tDMCarrierR5ImportFile             DisplayString,
    tDMCarrierR5ImportCorr             Counter64,
    tDMCarrierR5ImportCorrNode         DisplayString,
    tDMCarrierR5ImportCorrUID          DisplayString,
    tDMCarrierR5ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR5ExportStatus           DisplayString,
    tDMCarrierR5ExportFile             DisplayString,
    tDMCarrierR5ExportCorr             Counter64,
    tDMCarrierR5ExportCorrNode         DisplayString,
    tDMCarrierR5ExportCorrUID          DisplayString,
    tDMCarrierR5DoExtraActions         INTEGER,
    tDMCarrierR5RowStatus              RowStatus,
    tDMCarrierR5AdminStatus            AdminStatus,
    tDMCarrierR5OperStatus             OperStatus,
    tDMCarrierR5ProtectLineStatus      BITS,
    tDMCarrierR5WorkingLineStatus      BITS,
    tDMCarrierR5BERTTestPattnSync      INTEGER,
    tDMCarrierR5SecTrcXmitMsgHex       OCTET STRING,
    tDMCarrierR5SecTrcExpRcvMsgHex     OCTET STRING,
    tDMCarrierR5SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR5SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR5BinaryH248PortName     OCTET STRING,
    tDMCarrierR5I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR5I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR5I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR5I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR5H2481BCTTesterSendTone INTEGER,
    tDMCarrierR5H2481BCTTesterRcvTone  INTEGER,
    tDMCarrierR5H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR5H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR5Diag                   INTEGER,
    tDMCarrierR5RcvdQ50TRM             INTEGER,
    tDMCarrierR5ExportIncASRepData     INTEGER,
    tDMCarrierR5ExportChldObjectsToInc INTEGER
  }

  tDMCarrierR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR5Entry  1 }

  tDMCarrierR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR5Entry  2 }

  tDMCarrierR5MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR5Entry  3 }

  tDMCarrierR5CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR5Entry  4 }

  tDMCarrierR5Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR5Entry  5 }

  tDMCarrierR5CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR5Entry  6 }

  tDMCarrierR5ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR5Entry  7 }

  tDMCarrierR5ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR5Entry  8 }

  tDMCarrierR5CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR5Entry  9 }

  tDMCarrierR5CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR5Entry  10 }

  tDMCarrierR5ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR5Entry  11 }

  tDMCarrierR5BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR5Entry  12 }

  tDMCarrierR5BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR5Entry  13 }

  tDMCarrierR5LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR5Entry  14 }

  tDMCarrierR5DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR5Entry  16 }

  tDMCarrierR5I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR5Entry  17 }

  tDMCarrierR5I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR5Entry  18 }

  tDMCarrierR5I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR5Entry  19 }

  tDMCarrierR5I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR5Entry  20 }

  tDMCarrierR5FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR5Entry  21 }

  tDMCarrierR5DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR5Entry  22 }

  tDMCarrierR5I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR5Entry  23 }

  tDMCarrierR5I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR5Entry  24 }

  tDMCarrierR5I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR5Entry  25 }

  tDMCarrierR5I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR5Entry  26 }

  tDMCarrierR5I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR5Entry  27 }

  tDMCarrierR5I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR5Entry  28 }

  tDMCarrierR5I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR5Entry  29 }

  tDMCarrierR5I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR5Entry  30 }

  tDMCarrierR5DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR5Entry  31 }

  tDMCarrierR5SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR5Entry  32 }

  tDMCarrierR5AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR5Entry  33 }

  tDMCarrierR5T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR5Entry  34 }

  tDMCarrierR5E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR5Entry  35 }

  tDMCarrierR5PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR5Entry  36 }

  tDMCarrierR5PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR5Entry  37 }

  tDMCarrierR5DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR5Entry  38 }

  tDMCarrierR5TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR5Entry  39 }

  tDMCarrierR5DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR5Entry  40 }

  tDMCarrierR5DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR5Entry  41 }

  tDMCarrierR5BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR5Entry  42 }

  tDMCarrierR5SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR5Entry  43 }

  tDMCarrierR5SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR5Entry  44 }

  tDMCarrierR5SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR5Entry  45 }

  tDMCarrierR5SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR5Entry  46 }

  tDMCarrierR5SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR5Entry  47 }

  tDMCarrierR5SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR5Entry  48 }

  tDMCarrierR5SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR5Entry  49 }

  tDMCarrierR5SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR5Entry  50 }

  tDMCarrierR5SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR5Entry  51 }

  tDMCarrierR5SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR5Entry  52 }

  tDMCarrierR5SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR5Entry  53 }

  tDMCarrierR5SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR5Entry  54 }

  tDMCarrierR5SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR5Entry  55 }

  tDMCarrierR5SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR5Entry  56 }

  tDMCarrierR5SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR5Entry  57 }

  tDMCarrierR5SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR5Entry  58 }

  tDMCarrierR5SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR5Entry  59 }

  tDMCarrierR5SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR5Entry  60 }

  tDMCarrierR5SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR5Entry  61 }

  tDMCarrierR5SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR5Entry  62 }

  tDMCarrierR5SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR5Entry  63 }

  tDMCarrierR5SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR5Entry  64 }

  tDMCarrierR5SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR5Entry  65 }

  tDMCarrierR5SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR5Entry  66 }

  tDMCarrierR5SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR5Entry  67 }

  tDMCarrierR5SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR5Entry  68 }

  tDMCarrierR5SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR5Entry  69 }

  tDMCarrierR5SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR5Entry  70 }

  tDMCarrierR5SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR5Entry  71 }

  tDMCarrierR5SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR5Entry  72 }

  tDMCarrierR5SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR5Entry  73 }

  tDMCarrierR5APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR5Entry  74 }

  tDMCarrierR5APSWorkingChanRx OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - working channel Rx'."
    ::= { tDMCarrierR5Entry  75 }

  tDMCarrierR5APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR5Entry  77 }

  tDMCarrierR5APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR5Entry  78 }

  tDMCarrierR5APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR5Entry  79 }

  tDMCarrierR5APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR5Entry  80 }

  tDMCarrierR5APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR5Entry  81 }

  tDMCarrierR5APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR5Entry  82 }

  tDMCarrierR5APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR5Entry  83 }

  tDMCarrierR5SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR5Entry  84 }

  tDMCarrierR5SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR5Entry  85 }

  tDMCarrierR5SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR5Entry  86 }

  tDMCarrierR5SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR5Entry  87 }

  tDMCarrierR5SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR5Entry  88 }

  tDMCarrierR5SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR5Entry  89 }

  tDMCarrierR5PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR5Entry  90 }

  tDMCarrierR5PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR5Entry  91 }

  tDMCarrierR5PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR5Entry  92 }

  tDMCarrierR5PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR5Entry  93 }

  tDMCarrierR5PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR5Entry  94 }

  tDMCarrierR5BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR5Entry  95 }

  tDMCarrierR5BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR5Entry  96 }

  tDMCarrierR5BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR5Entry  97 }

  tDMCarrierR5BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR5Entry  98 }

  tDMCarrierR5BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR5Entry  99 }

  tDMCarrierR5BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR5Entry  100 }

  tDMCarrierR5LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR5Entry  102 }

  tDMCarrierR5LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR5Entry  103 }

  tDMCarrierR5LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR5Entry  104 }

  tDMCarrierR5CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR5Entry  106 }

  tDMCarrierR5CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR5Entry  107 }

  tDMCarrierR5CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR5Entry  108 }

  tDMCarrierR5CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR5Entry  109 }

  tDMCarrierR5I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR5Entry  110 }

  tDMCarrierR5I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR5Entry  111 }

  tDMCarrierR5I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR5Entry  112 }

  tDMCarrierR5FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR5Entry  113 }

  tDMCarrierR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR5Entry  114 }

  tDMCarrierR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR5Entry  115 }

  tDMCarrierR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR5Entry  116 }

  tDMCarrierR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR5Entry  117 }

  tDMCarrierR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR5Entry  118 }

  tDMCarrierR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR5Entry  119 }

  tDMCarrierR5ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR5Entry  120 }

  tDMCarrierR5ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR5Entry  121 }

  tDMCarrierR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR5Entry  122 }

  tDMCarrierR5ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR5Entry  123 }

  tDMCarrierR5DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR5Entry  124 }

  tDMCarrierR5APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR5Entry  125 }

  tDMCarrierR5APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR5Entry  126 }

  tDMCarrierR5DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR5Entry  127 }

  tDMCarrierR5ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR5Entry  128 }

  tDMCarrierR5ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR5Entry  129 }

  tDMCarrierR5ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR5Entry  130 }

  tDMCarrierR5ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR5Entry  131 }

  tDMCarrierR5ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR5Entry  132 }

  tDMCarrierR5ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR5Entry  133 }

  tDMCarrierR5ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR5Entry  134 }

  tDMCarrierR5ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR5Entry  135 }

  tDMCarrierR5ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR5Entry  136 }

  tDMCarrierR5ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR5Entry  137 }

  tDMCarrierR5ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR5Entry  138 }

  tDMCarrierR5ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR5Entry  139 }

  tDMCarrierR5ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR5Entry  140 }

  tDMCarrierR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR5Entry  141 }

  tDMCarrierR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR5Entry  142 }

  tDMCarrierR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR5Entry  143 }

  tDMCarrierR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR5Entry  144 }

  tDMCarrierR5ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR5Entry  145 }

  tDMCarrierR5WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR5Entry  146 }

  tDMCarrierR5BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR5Entry  147 }

  tDMCarrierR5SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR5Entry  148 }

  tDMCarrierR5SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR5Entry  149 }

  tDMCarrierR5SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR5Entry  150 }

  tDMCarrierR5SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR5Entry  151 }

  tDMCarrierR5BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR5Entry  152 }

  tDMCarrierR5I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR5Entry  153 }

  tDMCarrierR5I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR5Entry  154 }

  tDMCarrierR5I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR5Entry  155 }

  tDMCarrierR5I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR5Entry  156 }

  tDMCarrierR5H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR5Entry  157 }

  tDMCarrierR5H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR5Entry  158 }

  tDMCarrierR5H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR5Entry  159 }

  tDMCarrierR5H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR5Entry  160 }

  tDMCarrierR5Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR5Entry  161 }

  tDMCarrierR5RcvdQ50TRM OBJECT-TYPE
    SYNTAX       INTEGER {
                   invalid0x0(0),
                   invalid0x1(1),
                   invalid0x2(2),
                   invalid0x3(3),
                   invalid0x4(4),
                   invalid0x5(5),
                   invalid0x6(6),
                   invalid0x7(7),
                   dCMENormal(8),
                   no64kbitSCapacityAvailable(9),
                   maintenanceReleaseRequest(10),
                   no31kHzCapacityAvailableDLC(11),
                   invalid0xC(12),
                   invalid0xD(13),
                   invalid0xE(14),
                   invalid0xF(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM'."
    ::= { tDMCarrierR5Entry  162 }

  tDMCarrierR5ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR5Entry  164 }

  tDMCarrierR5ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR5Entry  166 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Default Carrier'                                            */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  tDMDefCarrierR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMDefCarrierR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2296 }

  tDMDefCarrierR2Entry OBJECT-TYPE
    SYNTAX       TDMDefCarrierR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMDefCarrierR2NEConn,
             tDMDefCarrierR2NetwkElement,
             tDMDefCarrierR2MediaGatewayIx,
             tDMDefCarrierR2CarrIx }
    ::= {  tDMDefCarrierR2Table  1  }

  TDMDefCarrierR2Entry  ::=  SEQUENCE
  {
    tDMDefCarrierR2NEConn              Unsigned32,
    tDMDefCarrierR2NetwkElement        DisplayString,
    tDMDefCarrierR2MediaGatewayIx      Unsigned32,
    tDMDefCarrierR2CarrIx              Unsigned32,
    tDMDefCarrierR2Desc                DisplayString,
    tDMDefCarrierR2CarrDspName         LongDisplayString,
    tDMDefCarrierR2ExtraInfo1          DisplayString,
    tDMDefCarrierR2ExtraInfo2          DisplayString,
    tDMDefCarrierR2CarrType            INTEGER,
    tDMDefCarrierR2CfgdChldCarrType    INTEGER,
    tDMDefCarrierR2DeactivnMode        INTEGER,
    tDMDefCarrierR2DirectT1CAS         INTEGER,
    tDMDefCarrierR2I1DefMFProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR2I2DefMFProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR2I3DefMFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR2I4DefMFProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR2DefMFProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR2I1DefDirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR2I2DefDirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR2I3DefDirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR2I4DefDirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR2DefDirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR2T1LineFraming       INTEGER,
    tDMDefCarrierR2E1LineFraming       INTEGER,
    tDMDefCarrierR2PhysEncodingT1      INTEGER,
    tDMDefCarrierR2PhysEncodingE1      INTEGER,
    tDMDefCarrierR2DS1LineLen          INTEGER,
    tDMDefCarrierR2DS3LineLen          INTEGER,
    tDMDefCarrierR2DS3LineFraming      INTEGER,
    tDMDefCarrierR2SFPCfgdModType      INTEGER,
    tDMDefCarrierR2SecTrcMsgSize       INTEGER,
    tDMDefCarrierR2SecTrcXmitMsg       DisplayString,
    tDMDefCarrierR2SecTrcExpRcvMsg     DisplayString,
    tDMDefCarrierR2SecTrcCheckTIM      INTEGER,
    tDMDefCarrierR2PathTrcMsgSize      INTEGER,
    tDMDefCarrierR2PathTrcXmitMsg      DisplayString,
    tDMDefCarrierR2PathTrcExpectedRcvMsg
                                       DisplayString,
    tDMDefCarrierR2PathTrcCheckTIM     INTEGER,
    tDMDefCarrierR2DS1Type             INTEGER,
    tDMDefCarrierR2SecTrcXmitMsgHex    OCTET STRING,
    tDMDefCarrierR2SecTrcExpRcvMsgHex  OCTET STRING
  }

  tDMDefCarrierR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMDefCarrierR2Entry  1 }

  tDMDefCarrierR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMDefCarrierR2Entry  2 }

  tDMDefCarrierR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMDefCarrierR2Entry  3 }

  tDMDefCarrierR2CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMDefCarrierR2Entry  4 }

  tDMDefCarrierR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMDefCarrierR2Entry  5 }

  tDMDefCarrierR2CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMDefCarrierR2Entry  6 }

  tDMDefCarrierR2ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMDefCarrierR2Entry  7 }

  tDMDefCarrierR2ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMDefCarrierR2Entry  8 }

  tDMDefCarrierR2CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMDefCarrierR2Entry  9 }

  tDMDefCarrierR2CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR2Entry  10 }

  tDMDefCarrierR2DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMDefCarrierR2Entry  11 }

  tDMDefCarrierR2DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR2Entry  12 }

  tDMDefCarrierR2I1DefMFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR2Entry  13 }

  tDMDefCarrierR2I2DefMFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR2Entry  14 }

  tDMDefCarrierR2I3DefMFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR2Entry  15 }

  tDMDefCarrierR2I4DefMFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR2Entry  16 }

  tDMDefCarrierR2DefMFProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile'.
                  This field represents the fixed
                  values that MF Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR2Entry  17 }

  tDMDefCarrierR2I1DefDirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR2Entry  18 }

  tDMDefCarrierR2I2DefDirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR2Entry  19 }

  tDMDefCarrierR2I3DefDirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR2Entry  20 }

  tDMDefCarrierR2I4DefDirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR2Entry  21 }

  tDMDefCarrierR2DefDirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR2Entry  22 }

  tDMDefCarrierR2T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMDefCarrierR2Entry  23 }

  tDMDefCarrierR2E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMDefCarrierR2Entry  24 }

  tDMDefCarrierR2PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMDefCarrierR2Entry  25 }

  tDMDefCarrierR2PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMDefCarrierR2Entry  26 }

  tDMDefCarrierR2DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMDefCarrierR2Entry  27 }

  tDMDefCarrierR2DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMDefCarrierR2Entry  28 }

  tDMDefCarrierR2DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMDefCarrierR2Entry  29 }

  tDMDefCarrierR2SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMDefCarrierR2Entry  30 }

  tDMDefCarrierR2SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR2Entry  31 }

  tDMDefCarrierR2SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR2Entry  32 }

  tDMDefCarrierR2SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR2Entry  33 }

  tDMDefCarrierR2SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR2Entry  34 }

  tDMDefCarrierR2PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR2Entry  35 }

  tDMDefCarrierR2PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMDefCarrierR2Entry  36 }

  tDMDefCarrierR2PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMDefCarrierR2Entry  37 }

  tDMDefCarrierR2PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR2Entry  38 }

  tDMDefCarrierR2DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMDefCarrierR2Entry  39 }

  tDMDefCarrierR2SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR2Entry  40 }

  tDMDefCarrierR2SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR2Entry  41 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 TDM Carrier DS0 Termination'                            */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  tDMCrrDS0TermR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCrrDS0TermR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Carrier'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2297 }

  tDMCrrDS0TermR3Entry OBJECT-TYPE
    SYNTAX       TDMCrrDS0TermR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCrrDS0TermR3NEConn,
             tDMCrrDS0TermR3NetwkElement,
             tDMCrrDS0TermR3MediaGatewayIx,
             tDMCrrDS0TermR3CarrIx,
             tDMCrrDS0TermR3Timeslot }
    ::= {  tDMCrrDS0TermR3Table  1  }

  TDMCrrDS0TermR3Entry  ::=  SEQUENCE
  {
    tDMCrrDS0TermR3NEConn              Unsigned32,
    tDMCrrDS0TermR3NetwkElement        DisplayString,
    tDMCrrDS0TermR3MediaGatewayIx      Unsigned32,
    tDMCrrDS0TermR3CarrIx              Unsigned32,
    tDMCrrDS0TermR3Timeslot            Integer32,
    tDMCrrDS0TermR3InUseBy             INTEGER,
    tDMCrrDS0TermR3TnGenTestStatus     INTEGER,
    tDMCrrDS0TermR3TnGenTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR3TnGenTestLvl        INTEGER,
    tDMCrrDS0TermR3TnDetTestStatus     INTEGER,
    tDMCrrDS0TermR3TnDetTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR3TnDetTestLvl        INTEGER,
    tDMCrrDS0TermR3TnDetTestFreq       INTEGER,
    tDMCrrDS0TermR3AlrmState           INTEGER,
    tDMCrrDS0TermR3AlrmStateTimestamp  Unsigned32,
    tDMCrrDS0TermR3AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tDMCrrDS0TermR3AlrmEvtsAttnRq      Integer32,
    tDMCrrDS0TermR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCrrDS0TermR3DoExtraActions      INTEGER,
    tDMCrrDS0TermR3Q50Status           INTEGER
  }

  tDMCrrDS0TermR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCrrDS0TermR3Entry  1 }

  tDMCrrDS0TermR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCrrDS0TermR3Entry  2 }

  tDMCrrDS0TermR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR3Entry  3 }

  tDMCrrDS0TermR3CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR3Entry  4 }

  tDMCrrDS0TermR3Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { tDMCrrDS0TermR3Entry  5 }

  tDMCrrDS0TermR3InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { tDMCrrDS0TermR3Entry  6 }

  tDMCrrDS0TermR3TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { tDMCrrDS0TermR3Entry  7 }

  tDMCrrDS0TermR3TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { tDMCrrDS0TermR3Entry  8 }

  tDMCrrDS0TermR3TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { tDMCrrDS0TermR3Entry  9 }

  tDMCrrDS0TermR3TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { tDMCrrDS0TermR3Entry  10 }

  tDMCrrDS0TermR3TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { tDMCrrDS0TermR3Entry  11 }

  tDMCrrDS0TermR3TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { tDMCrrDS0TermR3Entry  12 }

  tDMCrrDS0TermR3TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { tDMCrrDS0TermR3Entry  13 }

  tDMCrrDS0TermR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCrrDS0TermR3Entry  14 }

  tDMCrrDS0TermR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCrrDS0TermR3Entry  15 }

  tDMCrrDS0TermR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCrrDS0TermR3Entry  16 }

  tDMCrrDS0TermR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCrrDS0TermR3Entry  17 }

  tDMCrrDS0TermR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCrrDS0TermR3Entry  18 }

  tDMCrrDS0TermR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCrrDS0TermR3Entry  19 }

  tDMCrrDS0TermR3Q50Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   inService(1),
                   channelUnavailableCHOOS(2),
                   maintenance(3),
                   dynamicLoadControlDLC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 status'."
    ::= { tDMCrrDS0TermR3Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Logging'                                               */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  callLoggingR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallLoggingR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2298 }

  callLoggingR2Entry OBJECT-TYPE
    SYNTAX       CallLoggingR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callLoggingR2NEConn,
             callLoggingR2NetwkElement,
             callLoggingR2CFSIx }
    ::= {  callLoggingR2Table  1  }

  CallLoggingR2Entry  ::=  SEQUENCE
  {
    callLoggingR2NEConn                Unsigned32,
    callLoggingR2NetwkElement          DisplayString,
    callLoggingR2CFSIx                 Unsigned32,
    callLoggingR2ConciseCallLoggingEnabled
                                       INTEGER,
    callLoggingR2MaxEnabledDetailedCallLogs
                                       Unsigned32,
    callLoggingR2VQMCallLoggingEnabled INTEGER,
    callLoggingR2VQMCallLoggingDefVal  INTEGER,
    callLoggingR2PerPartyVQMCallLoggingEnabled
                                       INTEGER
  }

  callLoggingR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callLoggingR2Entry  1 }

  callLoggingR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callLoggingR2Entry  2 }

  callLoggingR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callLoggingR2Entry  3 }

  callLoggingR2ConciseCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Concise Call Logging Enabled'."
    DEFVAL       { false }
    ::= { callLoggingR2Entry  4 }

  callLoggingR2MaxEnabledDetailedCallLogs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum Enabled Detailed Call Logs'."
    DEFVAL       { 100 }
    ::= { callLoggingR2Entry  5 }

  callLoggingR2VQMCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VQM call logging enabled'."
    DEFVAL       { false }
    ::= { callLoggingR2Entry  6 }

  callLoggingR2VQMCallLoggingDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VQM call logging default value'."
    DEFVAL       { false }
    ::= { callLoggingR2Entry  7 }

  callLoggingR2PerPartyVQMCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Per-party VQM call logging enabled'."
    DEFVAL       { false }
    ::= { callLoggingR2Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML Application Controls'                                   */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  billXMLAppCtrlR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLAppCtrlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2299 }

  billXMLAppCtrlR1Entry OBJECT-TYPE
    SYNTAX       BillXMLAppCtrlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLAppCtrlR1NEConn,
             billXMLAppCtrlR1NetwkElement,
             billXMLAppCtrlR1CFSIx }
    ::= {  billXMLAppCtrlR1Table  1  }

  BillXMLAppCtrlR1Entry  ::=  SEQUENCE
  {
    billXMLAppCtrlR1NEConn             Unsigned32,
    billXMLAppCtrlR1NetwkElement       DisplayString,
    billXMLAppCtrlR1CFSIx              Unsigned32,
    billXMLAppCtrlR1PrdXMLBRecsConnectedCalls
                                       INTEGER,
    billXMLAppCtrlR1PrdXMLBRecsUnconnectedCalls
                                       INTEGER,
    billXMLAppCtrlR1PrdXMLBRecsCallServEvts
                                       INTEGER,
    billXMLAppCtrlR1GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR1GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR1GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR1RowStatus          RowStatus
  }

  billXMLAppCtrlR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLAppCtrlR1Entry  1 }

  billXMLAppCtrlR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLAppCtrlR1Entry  2 }

  billXMLAppCtrlR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLAppCtrlR1Entry  3 }

  billXMLAppCtrlR1PrdXMLBRecsConnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for connected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR1Entry  4 }

  billXMLAppCtrlR1PrdXMLBRecsUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for unconnected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR1Entry  5 }

  billXMLAppCtrlR1PrdXMLBRecsCallServEvts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for call service events'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR1Entry  6 }

  billXMLAppCtrlR1GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR1Entry  9 }

  billXMLAppCtrlR1GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR1Entry  10 }

  billXMLAppCtrlR1GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR1Entry  11 }

  billXMLAppCtrlR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billXMLAppCtrlR1Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 9.1                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  netElementR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2300 }

  netElementR15Entry OBJECT-TYPE
    SYNTAX       NetElementR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR15NEConn,
             netElementR15NetwkElement }
    ::= {  netElementR15Table  1  }

  NetElementR15Entry  ::=  SEQUENCE
  {
    netElementR15NEConn                Unsigned32,
    netElementR15NetwkElement          DisplayString,
    netElementR15UniqueSysIdentifier   DisplayString,
    netElementR15PrimaryProcessorCard  INTEGER,
    netElementR15DeactivnMode          INTEGER,
    netElementR15MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR15ActivnState           INTEGER,
    netElementR15PercentageCfgUpload   Unsigned32,
    netElementR15FailEvts              Unsigned32,
    netElementR15Time                  Unsigned32,
    netElementR15SoftwareUpgradeState  INTEGER,
    netElementR15ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR15ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR15ProcAUpLvlVersionLvl  Integer32,
    netElementR15ProcAUpLvlServLvl     Integer32,
    netElementR15ProcAUpLvlBootLvl     Integer32,
    netElementR15ProcABackLvlVersionLvl
                                       Integer32,
    netElementR15ProcABackLvlServLvl   Integer32,
    netElementR15ProcABackLvlBootLvl   Integer32,
    netElementR15ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR15ProcANativeLvlServLvl Integer32,
    netElementR15ProcANativeLvlBootLvl Integer32,
    netElementR15ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR15ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR15ProcBUpLvlVersionLvl  Integer32,
    netElementR15ProcBUpLvlServLvl     Integer32,
    netElementR15ProcBUpLvlBootLvl     Integer32,
    netElementR15ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR15ProcBBackLvlServLvl   Integer32,
    netElementR15ProcBBackLvlBootLvl   Integer32,
    netElementR15ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR15ProcBNativeLvlServLvl Integer32,
    netElementR15ProcBNativeLvlBootLvl Integer32,
    netElementR15EthernetSwitchesCfgd  INTEGER,
    netElementR15ProcAInterface0Act    INTEGER,
    netElementR15ProcAInterface1Act    INTEGER,
    netElementR15ProcAEthSwACont       INTEGER,
    netElementR15ProcAEthSwBCont       INTEGER,
    netElementR15ProcAProcBIntf0ContOver
                                       INTEGER,
    netElementR15ProcAProcBIntf1ContOver
                                       INTEGER,
    netElementR15ProcAMainInternalAddrLocation
                                       INTEGER,
    netElementR15ProcAMainExternalAddrLocation
                                       INTEGER,
    netElementR15ProcAVirtualAddrLocation
                                       INTEGER,
    netElementR15ProcBInterface0Act    INTEGER,
    netElementR15ProcBInterface1Act    INTEGER,
    netElementR15ProcBEthSwACont       INTEGER,
    netElementR15ProcBEthSwBCont       INTEGER,
    netElementR15ProcBProcAIntf0ContOver
                                       INTEGER,
    netElementR15ProcBProcAIntf1ContOver
                                       INTEGER,
    netElementR15ProcBMainInternalAddrLocation
                                       INTEGER,
    netElementR15ProcBMainExternalAddrLocation
                                       INTEGER,
    netElementR15ProcBVirtualAddrLocation
                                       INTEGER,
    netElementR15AlrmState             INTEGER,
    netElementR15AlrmLogCorr           Counter64,
    netElementR15AlrmEvtsAttnRq        Integer32,
    netElementR15AlrmStateTimestamp    Unsigned32,
    netElementR15AlrmResetTimestamp    Unsigned32,
    netElementR15RowStatus             RowStatus,
    netElementR15OperStatus            OperStatus,
    netElementR15GlobalSigIPv4Addr     DisplayString,
    netElementR15GlobalManagementIPAddr
                                       DisplayString,
    netElementR15GlobalCDCIRIIPAddr    DisplayString,
    netElementR15GlobalIPAddr          DisplayString,
    netElementR15NetwkElementType      INTEGER,
    netElementR15ClusterName           DisplayString,
    netElementR15PrimaryServer         INTEGER,
    netElementR15ProcASerialNum        DisplayString,
    netElementR15ProcBSerialNum        DisplayString,
    netElementR15SysType               INTEGER,
    netElementR15ProcAType             INTEGER,
    netElementR15ProcBType             INTEGER,
    netElementR15UX9000SeriesServerASerialNum
                                       DisplayString,
    netElementR15UX9000SeriesServerBSerialNum
                                       DisplayString,
    netElementR15SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR15SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR15SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR15PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR15UX4410ServerASerialNum
                                       DisplayString,
    netElementR15UX4410ServerBSerialNum
                                       DisplayString,
    netElementR15NetwkElementName      DisplayString,
    netElementR15DoExtraActions        INTEGER,
    netElementR15GlobalMediaIPv4Addr   DisplayString,
    netElementR15StatisticsAlrms       Integer32,
    netElementR15GlobalSigIPv6Addr     DisplayString,
    netElementR15GlobalMediaIPv6Addr   DisplayString,
    netElementR15HwProcSigIPv4Addr     DisplayString,
    netElementR15HwProcSigIPv6Addr     DisplayString,
    netElementR15HwProcMdIPv4Addr      DisplayString,
    netElementR15HwProcMdIPv6Addr      DisplayString,
    netElementR15PrimaryProcessor      INTEGER,
    netElementR15PreferredPrimaryLocation
                                       INTEGER,
    netElementR15ProcessorType         INTEGER,
    netElementR15SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR15SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR15SfwrVerNtvLvlServLvl  Integer32,
    netElementR15SfwrVerNtvLvlBootLvl  Integer32,
    netElementR15SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR15SfwrVerUpLvlServLvl   Integer32,
    netElementR15SfwrVerUpLvlBootLvl   Integer32,
    netElementR15SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR15SfwrVerBackLvlServLvl Integer32,
    netElementR15SfwrVerBackLvlBootLvl Integer32,
    netElementR15GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR15HwProcSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR15GRSiteID              Unsigned32,
    netElementR15GRSiteName            DisplayString,
    netElementR15GRRmStID              Unsigned32,
    netElementR15GRRmStName            DisplayString,
    netElementR15GRPrefSite            INTEGER,
    netElementR15GRControlling         INTEGER,
    netElementR15GRAutoSwitchoverEnabled
                                       INTEGER,
    netElementR15GRCfgChangesOverrideAvtd
                                       INTEGER,
    netElementR15GRRmStContManagement  INTEGER,
    netElementR15GRRmStContSig         INTEGER,
    netElementR15GRCalls               Unsigned32,
    netElementR15GRVulnerableCalls     Unsigned32,
    netElementR15LicensingLicenseStatus
                                       INTEGER,
    netElementR15LicensingExpiryDate   Unsigned32,
    netElementR15LicensingLicensingAlrmLogCorr
                                       Counter64
  }

  netElementR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR15Entry  1 }

  netElementR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR15Entry  2 }

  netElementR15UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR15Entry  3 }

  netElementR15PrimaryProcessorCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorCardA(0),
                   processorCardB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary processor card'."
    ::= { netElementR15Entry  4 }

  netElementR15DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR15Entry  5 }

  netElementR15MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR15Entry  6 }

  netElementR15ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR15Entry  7 }

  netElementR15PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR15Entry  8 }

  netElementR15FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR15Entry  9 }

  netElementR15Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR15Entry  10 }

  netElementR15SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR15Entry  11 }

  netElementR15ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR15Entry  12 }

  netElementR15ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR15Entry  13 }

  netElementR15ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR15Entry  14 }

  netElementR15ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR15Entry  15 }

  netElementR15ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR15Entry  16 }

  netElementR15ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR15Entry  17 }

  netElementR15ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR15Entry  18 }

  netElementR15ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR15Entry  19 }

  netElementR15ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR15Entry  20 }

  netElementR15ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR15Entry  21 }

  netElementR15ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR15Entry  22 }

  netElementR15ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR15Entry  23 }

  netElementR15ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR15Entry  24 }

  netElementR15ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR15Entry  25 }

  netElementR15ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR15Entry  26 }

  netElementR15ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR15Entry  27 }

  netElementR15ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR15Entry  28 }

  netElementR15ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR15Entry  29 }

  netElementR15ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR15Entry  30 }

  netElementR15ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR15Entry  31 }

  netElementR15ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR15Entry  32 }

  netElementR15ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR15Entry  33 }

  netElementR15EthernetSwitchesCfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Switches configured'."
    ::= { netElementR15Entry  34 }

  netElementR15ProcAInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 0 status'."
    ::= { netElementR15Entry  35 }

  netElementR15ProcAInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 1 status'."
    ::= { netElementR15Entry  36 }

  netElementR15ProcAEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch A contactable'."
    ::= { netElementR15Entry  37 }

  netElementR15ProcAEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch B contactable'."
    ::= { netElementR15Entry  38 }

  netElementR15ProcAProcBIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 0'."
    ::= { netElementR15Entry  39 }

  netElementR15ProcAProcBIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 1'."
    ::= { netElementR15Entry  40 }

  netElementR15ProcAMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main internal address location'."
    ::= { netElementR15Entry  41 }

  netElementR15ProcAMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main external address location'."
    ::= { netElementR15Entry  42 }

  netElementR15ProcAVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - virtual address location'."
    ::= { netElementR15Entry  43 }

  netElementR15ProcBInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 0 status'."
    ::= { netElementR15Entry  44 }

  netElementR15ProcBInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 1 status'."
    ::= { netElementR15Entry  45 }

  netElementR15ProcBEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch A contactable'."
    ::= { netElementR15Entry  46 }

  netElementR15ProcBEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch B contactable'."
    ::= { netElementR15Entry  47 }

  netElementR15ProcBProcAIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 0'."
    ::= { netElementR15Entry  48 }

  netElementR15ProcBProcAIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 1'."
    ::= { netElementR15Entry  49 }

  netElementR15ProcBMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main internal address location'."
    ::= { netElementR15Entry  50 }

  netElementR15ProcBMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main external address location'."
    ::= { netElementR15Entry  51 }

  netElementR15ProcBVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - virtual address location'."
    ::= { netElementR15Entry  52 }

  netElementR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR15Entry  53 }

  netElementR15AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR15Entry  54 }

  netElementR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR15Entry  55 }

  netElementR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR15Entry  56 }

  netElementR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR15Entry  57 }

  netElementR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR15Entry  58 }

  netElementR15OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR15Entry  59 }

  netElementR15GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR15Entry  60 }

  netElementR15GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR15Entry  61 }

  netElementR15GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR15Entry  62 }

  netElementR15GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR15Entry  64 }

  netElementR15NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR15Entry  65 }

  netElementR15ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR15Entry  66 }

  netElementR15PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR15Entry  67 }

  netElementR15ProcASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A serial number'."
    ::= { netElementR15Entry  68 }

  netElementR15ProcBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B serial number'."
    ::= { netElementR15Entry  69 }

  netElementR15SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR15Entry  72 }

  netElementR15ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR15Entry  73 }

  netElementR15ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR15Entry  74 }

  netElementR15UX9000SeriesServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server A serial number'."
    ::= { netElementR15Entry  80 }

  netElementR15UX9000SeriesServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server B serial number'."
    ::= { netElementR15Entry  81 }

  netElementR15SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR15Entry  82 }

  netElementR15SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR15Entry  83 }

  netElementR15SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR15Entry  84 }

  netElementR15PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorServerA(0),
                   metaViewDirectorServerB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR15Entry  85 }

  netElementR15UX4410ServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server A serial number'."
    ::= { netElementR15Entry  86 }

  netElementR15UX4410ServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server B serial number'."
    ::= { netElementR15Entry  87 }

  netElementR15NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR15Entry  88 }

  netElementR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2),
                   switchControlToThisSite(3),
                   allowConfigurationChanges(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR15Entry  99 }

  netElementR15GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR15Entry  100 }

  netElementR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR15Entry  101 }

  netElementR15GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR15Entry  102 }

  netElementR15GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR15Entry  103 }

  netElementR15HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR15Entry  104 }

  netElementR15HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR15Entry  105 }

  netElementR15HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR15Entry  106 }

  netElementR15HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR15Entry  107 }

  netElementR15PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR15Entry  108 }

  netElementR15PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR15Entry  109 }

  netElementR15ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR15Entry  110 }

  netElementR15SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR15Entry  111 }

  netElementR15SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR15Entry  112 }

  netElementR15SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR15Entry  113 }

  netElementR15SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR15Entry  114 }

  netElementR15SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR15Entry  115 }

  netElementR15SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR15Entry  116 }

  netElementR15SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR15Entry  117 }

  netElementR15SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR15Entry  118 }

  netElementR15SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR15Entry  119 }

  netElementR15SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR15Entry  120 }

  netElementR15GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR15Entry  121 }

  netElementR15HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR15Entry  122 }

  netElementR15GRSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site ID'."
    ::= { netElementR15Entry  123 }

  netElementR15GRSiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site name'."
    ::= { netElementR15Entry  124 }

  netElementR15GRRmStID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site ID'."
    ::= { netElementR15Entry  125 }

  netElementR15GRRmStName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site name'."
    ::= { netElementR15Entry  126 }

  netElementR15GRPrefSite OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - preferred site'."
    ::= { netElementR15Entry  127 }

  netElementR15GRControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - controlling'."
    ::= { netElementR15Entry  128 }

  netElementR15GRAutoSwitchoverEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - automatic switchover enabled'."
    ::= { netElementR15Entry  129 }

  netElementR15GRCfgChangesOverrideAvtd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - configuration changes override activated'."
    ::= { netElementR15Entry  130 }

  netElementR15GRRmStContManagement OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Management)'."
    ::= { netElementR15Entry  131 }

  netElementR15GRRmStContSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Signaling)'."
    ::= { netElementR15Entry  132 }

  netElementR15GRCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - calls'."
    ::= { netElementR15Entry  133 }

  netElementR15GRVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - vulnerable calls'."
    ::= { netElementR15Entry  134 }

  netElementR15LicensingLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - license status'."
    ::= { netElementR15Entry  135 }

  netElementR15LicensingExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - expiry date'."
    ::= { netElementR15Entry  136 }

  netElementR15LicensingLicensingAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Licensing - licensing alarm log correlator'."
    ::= { netElementR15Entry  137 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  iSUPLclSigDestR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2301 }

  iSUPLclSigDestR20Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR20NEConn,
             iSUPLclSigDestR20NetwkElement,
             iSUPLclSigDestR20CFSIx,
             iSUPLclSigDestR20ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR20Table  1  }

  ISUPLclSigDestR20Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR20NEConn            Unsigned32,
    iSUPLclSigDestR20NetwkElement      DisplayString,
    iSUPLclSigDestR20CFSIx             Unsigned32,
    iSUPLclSigDestR20ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR20PassOnMsg         INTEGER,
    iSUPLclSigDestR20CgstnStatus       INTEGER,
    iSUPLclSigDestR20CLLI              DisplayString,
    iSUPLclSigDestR20SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR20SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR20T1TimerDurn       Unsigned32,
    iSUPLclSigDestR20T2TimerDurn       Unsigned32,
    iSUPLclSigDestR20T3TimerDurn       Unsigned32,
    iSUPLclSigDestR20T5TimerDurn       Unsigned32,
    iSUPLclSigDestR20T6TimerDurn       Unsigned32,
    iSUPLclSigDestR20T7TimerDurn       Unsigned32,
    iSUPLclSigDestR20T8TimerDurn       Unsigned32,
    iSUPLclSigDestR20T9TimerDurn       Unsigned32,
    iSUPLclSigDestR20T10TimerDurn      Unsigned32,
    iSUPLclSigDestR20T11TimerDurn      Unsigned32,
    iSUPLclSigDestR20T12TimerDurn      Unsigned32,
    iSUPLclSigDestR20T13TimerDurn      Unsigned32,
    iSUPLclSigDestR20T14TimerDurn      Unsigned32,
    iSUPLclSigDestR20T15TimerDurn      Unsigned32,
    iSUPLclSigDestR20T16TimerDurn      Unsigned32,
    iSUPLclSigDestR20T17TimerDurn      Unsigned32,
    iSUPLclSigDestR20T18TimerDurn      Unsigned32,
    iSUPLclSigDestR20T19TimerDurn      Unsigned32,
    iSUPLclSigDestR20T20TimerDurn      Unsigned32,
    iSUPLclSigDestR20T21TimerDurn      Unsigned32,
    iSUPLclSigDestR20T22TimerDurn      Unsigned32,
    iSUPLclSigDestR20T23TimerDurn      Unsigned32,
    iSUPLclSigDestR20T25TimerDurn      Unsigned32,
    iSUPLclSigDestR20T26TimerDurn      Unsigned32,
    iSUPLclSigDestR20T27TimerDurn      Unsigned32,
    iSUPLclSigDestR20T28TimerDurn      Unsigned32,
    iSUPLclSigDestR20T29TimerDurn      Unsigned32,
    iSUPLclSigDestR20T30TimerDurn      Unsigned32,
    iSUPLclSigDestR20T33TimerDurn      Unsigned32,
    iSUPLclSigDestR20T35TimerDurn      Unsigned32,
    iSUPLclSigDestR20T38TimerDurn      Unsigned32,
    iSUPLclSigDestR20CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR20CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR20CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR20CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR20BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR20SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR20CongTimerDurn     Unsigned32,
    iSUPLclSigDestR20MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR20SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR20TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR20AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR20DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR20UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR20UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR20CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR20MaxResetRetries   Unsigned32,
    iSUPLclSigDestR20MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR20MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR20DeactivnMode      INTEGER,
    iSUPLclSigDestR20AlrmState         INTEGER,
    iSUPLclSigDestR20AlrmLogCorr       Counter64,
    iSUPLclSigDestR20AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR20AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR20AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR20ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR20ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR20ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR20ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR20SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR20DoExtraActions    INTEGER,
    iSUPLclSigDestR20RowStatus         RowStatus,
    iSUPLclSigDestR20AdminStatus       AdminStatus,
    iSUPLclSigDestR20OperStatus        OperStatus,
    iSUPLclSigDestR20SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR20T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR20T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR20T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR20Variant           INTEGER,
    iSUPLclSigDestR20ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR20RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR20ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR20EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR20RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR20ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR20StatisticsAlrms   Integer32,
    iSUPLclSigDestR20T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR20T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR20T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    iSUPLclSigDestR20Name              DisplayString,
    iSUPLclSigDestR20EnableCallRefSig  INTEGER,
    iSUPLclSigDestR20IncExtraParmsInXMLBillRecs
                                       INTEGER
  }

  iSUPLclSigDestR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR20Entry  1 }

  iSUPLclSigDestR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR20Entry  2 }

  iSUPLclSigDestR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR20Entry  3 }

  iSUPLclSigDestR20ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR20Entry  4 }

  iSUPLclSigDestR20PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR20Entry  5 }

  iSUPLclSigDestR20CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR20Entry  6 }

  iSUPLclSigDestR20CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR20Entry  7 }

  iSUPLclSigDestR20SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR20Entry  8 }

  iSUPLclSigDestR20SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR20Entry  9 }

  iSUPLclSigDestR20T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR20Entry  10 }

  iSUPLclSigDestR20T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR20Entry  11 }

  iSUPLclSigDestR20T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR20Entry  12 }

  iSUPLclSigDestR20T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR20Entry  14 }

  iSUPLclSigDestR20T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR20Entry  15 }

  iSUPLclSigDestR20T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR20Entry  16 }

  iSUPLclSigDestR20T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR20Entry  17 }

  iSUPLclSigDestR20T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR20Entry  18 }

  iSUPLclSigDestR20T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR20Entry  19 }

  iSUPLclSigDestR20T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR20Entry  20 }

  iSUPLclSigDestR20T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  21 }

  iSUPLclSigDestR20T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  22 }

  iSUPLclSigDestR20T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  23 }

  iSUPLclSigDestR20T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  24 }

  iSUPLclSigDestR20T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR20Entry  25 }

  iSUPLclSigDestR20T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR20Entry  26 }

  iSUPLclSigDestR20T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  27 }

  iSUPLclSigDestR20T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  28 }

  iSUPLclSigDestR20T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  29 }

  iSUPLclSigDestR20T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR20Entry  30 }

  iSUPLclSigDestR20T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR20Entry  31 }

  iSUPLclSigDestR20T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR20Entry  32 }

  iSUPLclSigDestR20T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR20Entry  33 }

  iSUPLclSigDestR20T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR20Entry  34 }

  iSUPLclSigDestR20T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR20Entry  35 }

  iSUPLclSigDestR20T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR20Entry  36 }

  iSUPLclSigDestR20T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    DEFVAL       { 500 }
    ::= { iSUPLclSigDestR20Entry  37 }

  iSUPLclSigDestR20T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR20Entry  38 }

  iSUPLclSigDestR20T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR20Entry  39 }

  iSUPLclSigDestR20T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR20Entry  40 }

  iSUPLclSigDestR20T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR20Entry  42 }

  iSUPLclSigDestR20CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR20Entry  43 }

  iSUPLclSigDestR20CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR20Entry  44 }

  iSUPLclSigDestR20CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR20Entry  45 }

  iSUPLclSigDestR20CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR20Entry  46 }

  iSUPLclSigDestR20BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR20Entry  47 }

  iSUPLclSigDestR20SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR20Entry  48 }

  iSUPLclSigDestR20CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR20Entry  49 }

  iSUPLclSigDestR20MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR20Entry  50 }

  iSUPLclSigDestR20SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR20Entry  51 }

  iSUPLclSigDestR20TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR20Entry  52 }

  iSUPLclSigDestR20AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR20Entry  53 }

  iSUPLclSigDestR20DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR20Entry  54 }

  iSUPLclSigDestR20UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR20Entry  55 }

  iSUPLclSigDestR20UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR20Entry  56 }

  iSUPLclSigDestR20CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR20Entry  57 }

  iSUPLclSigDestR20MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR20Entry  58 }

  iSUPLclSigDestR20MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR20Entry  59 }

  iSUPLclSigDestR20MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR20Entry  60 }

  iSUPLclSigDestR20DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR20Entry  61 }

  iSUPLclSigDestR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR20Entry  62 }

  iSUPLclSigDestR20AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR20Entry  63 }

  iSUPLclSigDestR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR20Entry  64 }

  iSUPLclSigDestR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR20Entry  65 }

  iSUPLclSigDestR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR20Entry  66 }

  iSUPLclSigDestR20ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR20Entry  67 }

  iSUPLclSigDestR20ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR20Entry  68 }

  iSUPLclSigDestR20ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR20Entry  69 }

  iSUPLclSigDestR20ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR20Entry  70 }

  iSUPLclSigDestR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR20Entry  71 }

  iSUPLclSigDestR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR20Entry  72 }

  iSUPLclSigDestR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR20Entry  73 }

  iSUPLclSigDestR20AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR20Entry  74 }

  iSUPLclSigDestR20OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR20Entry  75 }

  iSUPLclSigDestR20SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR20Entry  76 }

  iSUPLclSigDestR20T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR20Entry  77 }

  iSUPLclSigDestR20T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR20Entry  78 }

  iSUPLclSigDestR20T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR20Entry  79 }

  iSUPLclSigDestR20Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR20Entry  80 }

  iSUPLclSigDestR20ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR20Entry  81 }

  iSUPLclSigDestR20RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR20Entry  82 }

  iSUPLclSigDestR20ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR20Entry  83 }

  iSUPLclSigDestR20EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR20Entry  84 }

  iSUPLclSigDestR20RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR20Entry  85 }

  iSUPLclSigDestR20ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR20Entry  86 }

  iSUPLclSigDestR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR20Entry  87 }

  iSUPLclSigDestR20T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR20Entry  88 }

  iSUPLclSigDestR20T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR20Entry  89 }

  iSUPLclSigDestR20T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR20Entry  90 }

  iSUPLclSigDestR20Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPLclSigDestR20Entry  91 }

  iSUPLclSigDestR20EnableCallRefSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable Call Reference signaling'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR20Entry  92 }

  iSUPLclSigDestR20IncExtraParmsInXMLBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra parameters in XML billing records'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR20Entry  93 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  rPSNVEntryR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2302 }

  rPSNVEntryR22Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR22NEConn,
             rPSNVEntryR22NetwkElement,
             rPSNVEntryR22CFSIx,
             rPSNVEntryR22CfgSetIx,
             rPSNVEntryR22NumVldnTblIx,
             rPSNVEntryR22NumVldnEntryIx }
    ::= {  rPSNVEntryR22Table  1  }

  RPSNVEntryR22Entry  ::=  SEQUENCE
  {
    rPSNVEntryR22NEConn                Unsigned32,
    rPSNVEntryR22NetwkElement          DisplayString,
    rPSNVEntryR22CFSIx                 Unsigned32,
    rPSNVEntryR22CfgSetIx              Unsigned32,
    rPSNVEntryR22NumVldnTblIx          Unsigned32,
    rPSNVEntryR22NumVldnEntryIx        Unsigned32,
    rPSNVEntryR22NumVldnEntryName      DisplayString,
    rPSNVEntryR22Num                   DisplayString,
    rPSNVEntryR22MinMatchLen           Unsigned32,
    rPSNVEntryR22I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR22I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR22I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR22I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR22I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR22RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR22RowStatus             RowStatus,
    rPSNVEntryR22EditAction            DisplayString,
    rPSNVEntryR22BillType              INTEGER,
    rPSNVEntryR22CldAddrComplete       INTEGER,
    rPSNVEntryR22CldAddrScope          INTEGER,
    rPSNVEntryR22FgdPrefixDialed       INTEGER,
    rPSNVEntryR22OprCall               INTEGER,
    rPSNVEntryR22I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR22I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR22I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR22I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR22I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR22MatchAction           INTEGER,
    rPSNVEntryR22MatchCIP              INTEGER,
    rPSNVEntryR22AttrValCIP            INTEGER,
    rPSNVEntryR22MatchLCC1             INTEGER,
    rPSNVEntryR22LCC1                  Unsigned32,
    rPSNVEntryR22MatchLCC2             INTEGER,
    rPSNVEntryR22LCC2                  Unsigned32,
    rPSNVEntryR22MatchLCC3             INTEGER,
    rPSNVEntryR22LCC3                  Unsigned32,
    rPSNVEntryR22MatchLCC4             INTEGER,
    rPSNVEntryR22LCC4                  Unsigned32,
    rPSNVEntryR22MatchLCC5             INTEGER,
    rPSNVEntryR22LCC5                  Unsigned32,
    rPSNVEntryR22UseNumMainBillRec     INTEGER,
    rPSNVEntryR22MatchBillType         INTEGER,
    rPSNVEntryR22MatchCldAddrComplete  INTEGER,
    rPSNVEntryR22MatchCldAddrScope     INTEGER,
    rPSNVEntryR22MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR22MatchOprCall          INTEGER,
    rPSNVEntryR22MatchSubGp            INTEGER,
    rPSNVEntryR22MatchANIIIDigits      INTEGER,
    rPSNVEntryR22ANIIIDigits           Unsigned32,
    rPSNVEntryR22MatchUSCallType       INTEGER,
    rPSNVEntryR22USCallType            INTEGER,
    rPSNVEntryR22MatchUKCallType       INTEGER,
    rPSNVEntryR22UKCallType            INTEGER,
    rPSNVEntryR22MatchDialedPrefix     INTEGER,
    rPSNVEntryR22DialedPrefix          INTEGER,
    rPSNVEntryR22MatchDialingPattn     INTEGER,
    rPSNVEntryR22DialingPattn          INTEGER,
    rPSNVEntryR22MatchUsrDef1          INTEGER,
    rPSNVEntryR22UsrDef1               Unsigned32,
    rPSNVEntryR22MatchUsrDef2          INTEGER,
    rPSNVEntryR22UsrDef2               Unsigned32,
    rPSNVEntryR22MatchUsrDef3          INTEGER,
    rPSNVEntryR22UsrDef3               Unsigned32,
    rPSNVEntryR22AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR22T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR22T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR22T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR22T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR22T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR22AVInMedChMatch        INTEGER,
    rPSNVEntryR22T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR22T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR22T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR22T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR22T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR22T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR22AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR22AVInMedSigStack       INTEGER,
    rPSNVEntryR22AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR22AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR22T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR22T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR22T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR22T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR22T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR22T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR22T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR22T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR22T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR22T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR22T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR22T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR22T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR22T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR22T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR22T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR22T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR22T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR22T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR22T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR22T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR22I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR22I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR22I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR22I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR22AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR22AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR22AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR22AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR22AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR22AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR22AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR22TransitNetwkID        Unsigned32,
    rPSNVEntryR22I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR22I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR22I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR22I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR22T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR22T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR22T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR22AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR22AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR22NumActCallPartyNumAct DisplayString,
    rPSNVEntryR22NumActChargeNumAct    DisplayString,
    rPSNVEntryR22MatchUsrDef4          INTEGER,
    rPSNVEntryR22UsrDef4               Unsigned32,
    rPSNVEntryR22MatchUsrDef5          INTEGER,
    rPSNVEntryR22UsrDef5               Unsigned32,
    rPSNVEntryR22MatchUsrDef6          INTEGER,
    rPSNVEntryR22UsrDef6               Unsigned32,
    rPSNVEntryR22MatchUsrDef7          INTEGER,
    rPSNVEntryR22UsrDef7               Unsigned32,
    rPSNVEntryR22MatchUsrDef8          INTEGER,
    rPSNVEntryR22UsrDef8               Unsigned32,
    rPSNVEntryR22MatchUsrDef9          INTEGER,
    rPSNVEntryR22UsrDef9               Unsigned32,
    rPSNVEntryR22MatchUsrDef10         INTEGER,
    rPSNVEntryR22UsrDef10              Unsigned32,
    rPSNVEntryR22MatchUsrDef11         INTEGER,
    rPSNVEntryR22UsrDef11              Unsigned32,
    rPSNVEntryR22MatchUsrDef12         INTEGER,
    rPSNVEntryR22UsrDef12              Unsigned32,
    rPSNVEntryR22MatchUsrDef13         INTEGER,
    rPSNVEntryR22UsrDef13              Unsigned32,
    rPSNVEntryR22MatchUsrDef14         INTEGER,
    rPSNVEntryR22UsrDef14              Unsigned32,
    rPSNVEntryR22MatchUsrDef15         INTEGER,
    rPSNVEntryR22UsrDef15              Unsigned32,
    rPSNVEntryR22MatchUsrDef16         INTEGER,
    rPSNVEntryR22UsrDef16              Unsigned32,
    rPSNVEntryR22MatchUsrDef17         INTEGER,
    rPSNVEntryR22UsrDef17              Unsigned32,
    rPSNVEntryR22MatchUsrDef18         INTEGER,
    rPSNVEntryR22UsrDef18              Unsigned32,
    rPSNVEntryR22MatchUsrDef19         INTEGER,
    rPSNVEntryR22UsrDef19              Unsigned32,
    rPSNVEntryR22MatchUsrDef20         INTEGER,
    rPSNVEntryR22UsrDef20              Unsigned32,
    rPSNVEntryR22AttrValLCC6Match      INTEGER,
    rPSNVEntryR22AttrValLCC6           Unsigned32,
    rPSNVEntryR22AttrValLCC7Match      INTEGER,
    rPSNVEntryR22AttrValLCC7           Unsigned32,
    rPSNVEntryR22AttrValLCC8Match      INTEGER,
    rPSNVEntryR22AttrValLCC8           Unsigned32,
    rPSNVEntryR22AttrValLCC9Match      INTEGER,
    rPSNVEntryR22AttrValLCC9           Unsigned32,
    rPSNVEntryR22AttrValLCC10Match     INTEGER,
    rPSNVEntryR22AttrValLCC10          Unsigned32,
    rPSNVEntryR22AttrValLCC11Match     INTEGER,
    rPSNVEntryR22AttrValLCC11          Unsigned32,
    rPSNVEntryR22AttrValLCC12Match     INTEGER,
    rPSNVEntryR22AttrValLCC12          Unsigned32,
    rPSNVEntryR22AttrValLCC13Match     INTEGER,
    rPSNVEntryR22AttrValLCC13          Unsigned32,
    rPSNVEntryR22AttrValLCC14Match     INTEGER,
    rPSNVEntryR22AttrValLCC14          Unsigned32,
    rPSNVEntryR22AttrValLCC15Match     INTEGER,
    rPSNVEntryR22AttrValLCC15          Unsigned32,
    rPSNVEntryR22AttrValLCC16Match     INTEGER,
    rPSNVEntryR22AttrValLCC16          Unsigned32,
    rPSNVEntryR22AttrValLCC17Match     INTEGER,
    rPSNVEntryR22AttrValLCC17          Unsigned32,
    rPSNVEntryR22AttrValLCC18Match     INTEGER,
    rPSNVEntryR22AttrValLCC18          Unsigned32,
    rPSNVEntryR22AttrValLCC19Match     INTEGER,
    rPSNVEntryR22AttrValLCC19          Unsigned32,
    rPSNVEntryR22AttrValLCC20Match     INTEGER,
    rPSNVEntryR22AttrValLCC20          Unsigned32,
    rPSNVEntryR22AttrValESAStatusMatch INTEGER,
    rPSNVEntryR22I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR22I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR22I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR22I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR22AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR22AVBearerCapability    BITS,
    rPSNVEntryR22RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR22RedirectionReason     INTEGER,
    rPSNVEntryR22AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR22AttrValValidFromHr    Unsigned32,
    rPSNVEntryR22AttrValValidFromMin   Unsigned32,
    rPSNVEntryR22AttrValValidToHr      Unsigned32,
    rPSNVEntryR22AttrValValidToMin     Unsigned32,
    rPSNVEntryR22AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR22AttrValDayWeek        BITS,
    rPSNVEntryR22AttrValDateRangeMatch INTEGER,
    rPSNVEntryR22AttrValValidFromYear  Unsigned32,
    rPSNVEntryR22AttrValValidFromMonth Unsigned32,
    rPSNVEntryR22AttrValValidFromDate  Unsigned32,
    rPSNVEntryR22AttrValValidUntilYear Unsigned32,
    rPSNVEntryR22AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR22AttrValValidUntilDate Unsigned32,
    rPSNVEntryR22AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR22AttrValDialedBySub    INTEGER,
    rPSNVEntryR22AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR22AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR22AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR22AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR22AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR22AttrValISwIBGCall     INTEGER,
    rPSNVEntryR22UseNumAddBill         INTEGER,
    rPSNVEntryR22AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR22AttrValOTGpID         DisplayString,
    rPSNVEntryR22AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR22AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR22AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR22AttrValDTGpID         DisplayString,
    rPSNVEntryR22AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR22AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR22NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR22NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR22T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR22T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR22T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR22AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR22AttrValClgPrtCtgry    BITS,
    rPSNVEntryR22AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR22AttrValIsupPrefs      BITS,
    rPSNVEntryR22AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR22AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR22AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR22AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR22AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR22AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR22AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR22AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR22AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR22AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR22AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR22AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR22AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR22AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR22AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR22AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR22ClgAddrScope          INTEGER,
    rPSNVEntryR22AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR22AttrValSiteMatch      INTEGER,
    rPSNVEntryR22I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR22NumActionSignaledCIDAction
                                       DisplayString
  }

  rPSNVEntryR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR22Entry  1 }

  rPSNVEntryR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR22Entry  2 }

  rPSNVEntryR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR22Entry  3 }

  rPSNVEntryR22CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR22Entry  4 }

  rPSNVEntryR22NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR22Entry  5 }

  rPSNVEntryR22NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR22Entry  6 }

  rPSNVEntryR22NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR22Entry  7 }

  rPSNVEntryR22Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR22Entry  8 }

  rPSNVEntryR22MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  9 }

  rPSNVEntryR22I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR22Entry  10 }

  rPSNVEntryR22I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR22Entry  11 }

  rPSNVEntryR22I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR22Entry  12 }

  rPSNVEntryR22I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR22Entry  13 }

  rPSNVEntryR22I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR22Entry  14 }

  rPSNVEntryR22RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR22Entry  15 }

  rPSNVEntryR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR22Entry  16 }

  rPSNVEntryR22EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR22Entry  17 }

  rPSNVEntryR22BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR22Entry  18 }

  rPSNVEntryR22CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR22Entry  19 }

  rPSNVEntryR22CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR22Entry  20 }

  rPSNVEntryR22FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR22Entry  21 }

  rPSNVEntryR22OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR22Entry  22 }

  rPSNVEntryR22I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR22Entry  28 }

  rPSNVEntryR22I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR22Entry  29 }

  rPSNVEntryR22I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR22Entry  30 }

  rPSNVEntryR22I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR22Entry  31 }

  rPSNVEntryR22I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR22Entry  32 }

  rPSNVEntryR22MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR22Entry  33 }

  rPSNVEntryR22MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  34 }

  rPSNVEntryR22AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  35 }

  rPSNVEntryR22MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  49 }

  rPSNVEntryR22LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR22Entry  50 }

  rPSNVEntryR22MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  51 }

  rPSNVEntryR22LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR22Entry  52 }

  rPSNVEntryR22MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  53 }

  rPSNVEntryR22LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR22Entry  54 }

  rPSNVEntryR22MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  55 }

  rPSNVEntryR22LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR22Entry  56 }

  rPSNVEntryR22MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  57 }

  rPSNVEntryR22LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR22Entry  58 }

  rPSNVEntryR22UseNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR22Entry  59 }

  rPSNVEntryR22MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  60 }

  rPSNVEntryR22MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  61 }

  rPSNVEntryR22MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  62 }

  rPSNVEntryR22MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  63 }

  rPSNVEntryR22MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  64 }

  rPSNVEntryR22MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  65 }

  rPSNVEntryR22MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  68 }

  rPSNVEntryR22ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  69 }

  rPSNVEntryR22MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  70 }

  rPSNVEntryR22USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR22Entry  71 }

  rPSNVEntryR22MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  72 }

  rPSNVEntryR22UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR22Entry  73 }

  rPSNVEntryR22MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  74 }

  rPSNVEntryR22DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR22Entry  75 }

  rPSNVEntryR22MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  76 }

  rPSNVEntryR22DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR22Entry  77 }

  rPSNVEntryR22MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  78 }

  rPSNVEntryR22UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR22Entry  79 }

  rPSNVEntryR22MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  80 }

  rPSNVEntryR22UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR22Entry  81 }

  rPSNVEntryR22MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  82 }

  rPSNVEntryR22UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR22Entry  83 }

  rPSNVEntryR22AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR22Entry  84 }

  rPSNVEntryR22T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR22Entry  85 }

  rPSNVEntryR22T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR22Entry  86 }

  rPSNVEntryR22T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR22Entry  87 }

  rPSNVEntryR22T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR22Entry  88 }

  rPSNVEntryR22T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR22Entry  89 }

  rPSNVEntryR22AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  90 }

  rPSNVEntryR22T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  91 }

  rPSNVEntryR22T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  92 }

  rPSNVEntryR22T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  93 }

  rPSNVEntryR22T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  94 }

  rPSNVEntryR22T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  95 }

  rPSNVEntryR22T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  96 }

  rPSNVEntryR22AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  97 }

  rPSNVEntryR22AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR22Entry  98 }

  rPSNVEntryR22AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  99 }

  rPSNVEntryR22AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR22Entry  100 }

  rPSNVEntryR22T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  101 }

  rPSNVEntryR22T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  102 }

  rPSNVEntryR22T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR22Entry  103 }

  rPSNVEntryR22T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR22Entry  104 }

  rPSNVEntryR22T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR22Entry  105 }

  rPSNVEntryR22T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR22Entry  106 }

  rPSNVEntryR22T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR22Entry  107 }

  rPSNVEntryR22T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR22Entry  108 }

  rPSNVEntryR22T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR22Entry  109 }

  rPSNVEntryR22T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR22Entry  110 }

  rPSNVEntryR22T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR22Entry  111 }

  rPSNVEntryR22T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR22Entry  112 }

  rPSNVEntryR22T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR22Entry  113 }

  rPSNVEntryR22T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR22Entry  114 }

  rPSNVEntryR22T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR22Entry  115 }

  rPSNVEntryR22T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR22Entry  116 }

  rPSNVEntryR22T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR22Entry  117 }

  rPSNVEntryR22T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  119 }

  rPSNVEntryR22T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  120 }

  rPSNVEntryR22T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  121 }

  rPSNVEntryR22T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR22Entry  122 }

  rPSNVEntryR22I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR22Entry  123 }

  rPSNVEntryR22I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR22Entry  124 }

  rPSNVEntryR22I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR22Entry  125 }

  rPSNVEntryR22I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR22Entry  126 }

  rPSNVEntryR22AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR22Entry  127 }

  rPSNVEntryR22AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  132 }

  rPSNVEntryR22AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  136 }

  rPSNVEntryR22AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR22Entry  137 }

  rPSNVEntryR22AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  138 }

  rPSNVEntryR22AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR22Entry  139 }

  rPSNVEntryR22AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  140 }

  rPSNVEntryR22TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  141 }

  rPSNVEntryR22I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR22Entry  147 }

  rPSNVEntryR22I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR22Entry  148 }

  rPSNVEntryR22I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR22Entry  149 }

  rPSNVEntryR22I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR22Entry  150 }

  rPSNVEntryR22T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR22Entry  183 }

  rPSNVEntryR22T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR22Entry  184 }

  rPSNVEntryR22T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR22Entry  185 }

  rPSNVEntryR22AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  186 }

  rPSNVEntryR22AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR22Entry  187 }

  rPSNVEntryR22NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR22Entry  188 }

  rPSNVEntryR22NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR22Entry  189 }

  rPSNVEntryR22MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  190 }

  rPSNVEntryR22UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR22Entry  191 }

  rPSNVEntryR22MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  192 }

  rPSNVEntryR22UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR22Entry  193 }

  rPSNVEntryR22MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  194 }

  rPSNVEntryR22UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR22Entry  195 }

  rPSNVEntryR22MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  196 }

  rPSNVEntryR22UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR22Entry  197 }

  rPSNVEntryR22MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  198 }

  rPSNVEntryR22UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR22Entry  199 }

  rPSNVEntryR22MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  200 }

  rPSNVEntryR22UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR22Entry  201 }

  rPSNVEntryR22MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  202 }

  rPSNVEntryR22UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR22Entry  203 }

  rPSNVEntryR22MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  204 }

  rPSNVEntryR22UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR22Entry  205 }

  rPSNVEntryR22MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  206 }

  rPSNVEntryR22UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR22Entry  207 }

  rPSNVEntryR22MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  208 }

  rPSNVEntryR22UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR22Entry  209 }

  rPSNVEntryR22MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  210 }

  rPSNVEntryR22UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR22Entry  211 }

  rPSNVEntryR22MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  212 }

  rPSNVEntryR22UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR22Entry  213 }

  rPSNVEntryR22MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  214 }

  rPSNVEntryR22UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR22Entry  215 }

  rPSNVEntryR22MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  216 }

  rPSNVEntryR22UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR22Entry  217 }

  rPSNVEntryR22MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  218 }

  rPSNVEntryR22UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR22Entry  219 }

  rPSNVEntryR22MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  220 }

  rPSNVEntryR22UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR22Entry  221 }

  rPSNVEntryR22MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  222 }

  rPSNVEntryR22UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR22Entry  223 }

  rPSNVEntryR22AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  224 }

  rPSNVEntryR22AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR22Entry  225 }

  rPSNVEntryR22AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  226 }

  rPSNVEntryR22AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR22Entry  227 }

  rPSNVEntryR22AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  228 }

  rPSNVEntryR22AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR22Entry  229 }

  rPSNVEntryR22AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  230 }

  rPSNVEntryR22AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR22Entry  231 }

  rPSNVEntryR22AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  232 }

  rPSNVEntryR22AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR22Entry  233 }

  rPSNVEntryR22AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  234 }

  rPSNVEntryR22AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR22Entry  235 }

  rPSNVEntryR22AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  236 }

  rPSNVEntryR22AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR22Entry  237 }

  rPSNVEntryR22AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  238 }

  rPSNVEntryR22AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR22Entry  239 }

  rPSNVEntryR22AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  240 }

  rPSNVEntryR22AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR22Entry  241 }

  rPSNVEntryR22AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  242 }

  rPSNVEntryR22AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR22Entry  243 }

  rPSNVEntryR22AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  244 }

  rPSNVEntryR22AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR22Entry  245 }

  rPSNVEntryR22AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  246 }

  rPSNVEntryR22AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR22Entry  247 }

  rPSNVEntryR22AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  248 }

  rPSNVEntryR22AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR22Entry  249 }

  rPSNVEntryR22AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  250 }

  rPSNVEntryR22AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR22Entry  251 }

  rPSNVEntryR22AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  252 }

  rPSNVEntryR22AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR22Entry  253 }

  rPSNVEntryR22AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR22Entry  254 }

  rPSNVEntryR22I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR22Entry  255 }

  rPSNVEntryR22I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR22Entry  256 }

  rPSNVEntryR22I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR22Entry  257 }

  rPSNVEntryR22I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR22Entry  258 }

  rPSNVEntryR22AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  260 }

  rPSNVEntryR22AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR22Entry  261 }

  rPSNVEntryR22RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  262 }

  rPSNVEntryR22RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR22Entry  263 }

  rPSNVEntryR22AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR22Entry  264 }

  rPSNVEntryR22AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR22Entry  265 }

  rPSNVEntryR22AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR22Entry  266 }

  rPSNVEntryR22AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR22Entry  267 }

  rPSNVEntryR22AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR22Entry  268 }

  rPSNVEntryR22AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR22Entry  269 }

  rPSNVEntryR22AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR22Entry  270 }

  rPSNVEntryR22AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR22Entry  271 }

  rPSNVEntryR22AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR22Entry  272 }

  rPSNVEntryR22AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR22Entry  273 }

  rPSNVEntryR22AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR22Entry  274 }

  rPSNVEntryR22AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR22Entry  275 }

  rPSNVEntryR22AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR22Entry  276 }

  rPSNVEntryR22AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR22Entry  277 }

  rPSNVEntryR22AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  278 }

  rPSNVEntryR22AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR22Entry  279 }

  rPSNVEntryR22AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  280 }

  rPSNVEntryR22AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR22Entry  281 }

  rPSNVEntryR22AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  282 }

  rPSNVEntryR22AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR22Entry  283 }

  rPSNVEntryR22AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR22Entry  284 }

  rPSNVEntryR22AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR22Entry  285 }

  rPSNVEntryR22UseNumAddBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use number in billing Module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR22Entry  286 }

  rPSNVEntryR22AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  287 }

  rPSNVEntryR22AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR22Entry  288 }

  rPSNVEntryR22AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  289 }

  rPSNVEntryR22AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR22Entry  290 }

  rPSNVEntryR22AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  291 }

  rPSNVEntryR22AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR22Entry  292 }

  rPSNVEntryR22AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  293 }

  rPSNVEntryR22AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR22Entry  294 }

  rPSNVEntryR22NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR22Entry  295 }

  rPSNVEntryR22NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR22Entry  296 }

  rPSNVEntryR22T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR22Entry  297 }

  rPSNVEntryR22T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR22Entry  298 }

  rPSNVEntryR22T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR22Entry  299 }

  rPSNVEntryR22AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  300 }

  rPSNVEntryR22AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR22Entry  301 }

  rPSNVEntryR22AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  302 }

  rPSNVEntryR22AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR22Entry  303 }

  rPSNVEntryR22AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  304 }

  rPSNVEntryR22AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR22Entry  305 }

  rPSNVEntryR22AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  306 }

  rPSNVEntryR22AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR22Entry  307 }

  rPSNVEntryR22AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  308 }

  rPSNVEntryR22AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR22Entry  309 }

  rPSNVEntryR22AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  310 }

  rPSNVEntryR22AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR22Entry  311 }

  rPSNVEntryR22AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  312 }

  rPSNVEntryR22AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR22Entry  313 }

  rPSNVEntryR22AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  314 }

  rPSNVEntryR22AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR22Entry  315 }

  rPSNVEntryR22AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  316 }

  rPSNVEntryR22AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR22Entry  317 }

  rPSNVEntryR22AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR22Entry  318 }

  rPSNVEntryR22AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  319 }

  rPSNVEntryR22ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR22Entry  320 }

  rPSNVEntryR22AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR22Entry  321 }

  rPSNVEntryR22AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR22Entry  322 }

  rPSNVEntryR22I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR22Entry  323 }

  rPSNVEntryR22NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR22Entry  325 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Table'                                              */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  rPSRoutingTableR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSRoutingTableR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2303 }

  rPSRoutingTableR15Entry OBJECT-TYPE
    SYNTAX       RPSRoutingTableR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSRoutingTableR15NEConn,
             rPSRoutingTableR15NetwkElement,
             rPSRoutingTableR15CFSIx,
             rPSRoutingTableR15CfgSetIx,
             rPSRoutingTableR15RtgTblIx }
    ::= {  rPSRoutingTableR15Table  1  }

  RPSRoutingTableR15Entry  ::=  SEQUENCE
  {
    rPSRoutingTableR15NEConn           Unsigned32,
    rPSRoutingTableR15NetwkElement     DisplayString,
    rPSRoutingTableR15CFSIx            Unsigned32,
    rPSRoutingTableR15CfgSetIx         Unsigned32,
    rPSRoutingTableR15RtgTblIx         Unsigned32,
    rPSRoutingTableR15RtgTblType       INTEGER,
    rPSRoutingTableR15RowStatus        RowStatus,
    rPSRoutingTableR15ExportCorr       Counter64,
    rPSRoutingTableR15ExportNumObjectsExported
                                       Integer32,
    rPSRoutingTableR15ExportStatus     DisplayString,
    rPSRoutingTableR15ExportFile       DisplayString,
    rPSRoutingTableR15ExportCorrNode   DisplayString,
    rPSRoutingTableR15DoExtraActions   INTEGER,
    rPSRoutingTableR15RtgActionAlrmsAtndDp
                                       Integer32,
    rPSRoutingTableR15RtgActionAlrmEvtsAtndDp
                                       Integer32,
    rPSRoutingTableR15SummaryChldAlrmState
                                       INTEGER,
    rPSRoutingTableR15ExportCorrUID    DisplayString,
    rPSRoutingTableR15RtgTblName       DisplayString,
    rPSRoutingTableR15MatchAttr1       INTEGER,
    rPSRoutingTableR15MatchAttr2       INTEGER,
    rPSRoutingTableR15MatchAttr3       INTEGER,
    rPSRoutingTableR15TotChldAlrmsAtndDp
                                       Unsigned32,
    rPSRoutingTableR15TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    rPSRoutingTableR15FirstChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR15SecondChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR15ThirdChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR15RtgPolicyChoiceControl
                                       INTEGER,
    rPSRoutingTableR15ARRBehavior      INTEGER,
    rPSRoutingTableR15ExportIncASRepData
                                       INTEGER,
    rPSRoutingTableR15ExportChldObjectsToInc
                                       INTEGER
  }

  rPSRoutingTableR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSRoutingTableR15Entry  1 }

  rPSRoutingTableR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSRoutingTableR15Entry  2 }

  rPSRoutingTableR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSRoutingTableR15Entry  3 }

  rPSRoutingTableR15CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSRoutingTableR15Entry  4 }

  rPSRoutingTableR15RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSRoutingTableR15Entry  5 }

  rPSRoutingTableR15RtgTblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   destinationAddress(1),
                   sourceAddress(2),
                   transitAddress(3),
                   currentTime(4),
                   sequentialSelection(5),
                   weightedRandom(6),
                   stickyRandom(7),
                   callGapping(8),
                   incomingMediaType(13),
                   subscriberNVAndRoutingAttributes(14),
                   numberValidationAttributes(23),
                   incomingReleaseCause(24),
                   bearerCapability(25),
                   callingPartyCategory(26),
                   propagationDelay(27),
                   satelliteIndicator(28),
                   iSUPPreferenceIndicator(29),
                   germanNationalISUPUKKParameter(30),
                   germanNationalISUPSSPParameter(31),
                   flexibleRoutingPolicy(32),
                   signaledCallerID(33)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table type'."
    ::= { rPSRoutingTableR15Entry  6 }

  rPSRoutingTableR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSRoutingTableR15Entry  7 }

  rPSRoutingTableR15ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSRoutingTableR15Entry  8 }

  rPSRoutingTableR15ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSRoutingTableR15Entry  9 }

  rPSRoutingTableR15ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSRoutingTableR15Entry  10 }

  rPSRoutingTableR15ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSRoutingTableR15Entry  11 }

  rPSRoutingTableR15ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSRoutingTableR15Entry  12 }

  rPSRoutingTableR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSRoutingTableR15Entry  13 }

  rPSRoutingTableR15RtgActionAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarms'."
    ::= { rPSRoutingTableR15Entry  14 }

  rPSRoutingTableR15RtgActionAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSRoutingTableR15Entry  15 }

  rPSRoutingTableR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSRoutingTableR15Entry  16 }

  rPSRoutingTableR15ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSRoutingTableR15Entry  17 }

  rPSRoutingTableR15RtgTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table name'."
    ::= { rPSRoutingTableR15Entry  18 }

  rPSRoutingTableR15MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR15Entry  19 }

  rPSRoutingTableR15MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR15Entry  20 }

  rPSRoutingTableR15MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR15Entry  21 }

  rPSRoutingTableR15TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSRoutingTableR15Entry  22 }

  rPSRoutingTableR15TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSRoutingTableR15Entry  23 }

  rPSRoutingTableR15FirstChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First choice routing policy'."
    DEFVAL       { 1 }
    ::= { rPSRoutingTableR15Entry  24 }

  rPSRoutingTableR15SecondChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR15Entry  25 }

  rPSRoutingTableR15ThirdChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Third choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR15Entry  26 }

  rPSRoutingTableR15RtgPolicyChoiceControl OBJECT-TYPE
    SYNTAX       INTEGER {
                   sequential(0),
                   bestAvailableOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy choice control'."
    DEFVAL       { sequential }
    ::= { rPSRoutingTableR15Entry  27 }

  rPSRoutingTableR15ARRBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectNewLabel(0),
                   continueWithCurrentLabel(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR behavior'."
    DEFVAL       { selectNewLabel }
    ::= { rPSRoutingTableR15Entry  28 }

  rPSRoutingTableR15ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSRoutingTableR15Entry  29 }

  rPSRoutingTableR15ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSRoutingTableR15Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  rPSActionR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2304 }

  rPSActionR23Entry OBJECT-TYPE
    SYNTAX       RPSActionR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR23NEConn,
             rPSActionR23NetwkElement,
             rPSActionR23CFSIx,
             rPSActionR23CfgSetIx,
             rPSActionR23RtgTblIx,
             rPSActionR23RtgActionIx }
    ::= {  rPSActionR23Table  1  }

  RPSActionR23Entry  ::=  SEQUENCE
  {
    rPSActionR23NEConn                 Unsigned32,
    rPSActionR23NetwkElement           DisplayString,
    rPSActionR23CFSIx                  Unsigned32,
    rPSActionR23CfgSetIx               Unsigned32,
    rPSActionR23RtgTblIx               Unsigned32,
    rPSActionR23RtgActionIx            Unsigned32,
    rPSActionR23AddrType               INTEGER,
    rPSActionR23AddrScope              INTEGER,
    rPSActionR23WildcardAddrType       INTEGER,
    rPSActionR23WildcardAddr           DisplayString,
    rPSActionR23TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR23WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR23ActionProbability      Unsigned32,
    rPSActionR23Action                 INTEGER,
    rPSActionR23T1I1MediaChanNEConn    Unsigned32,
    rPSActionR23T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR23T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR23T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR23T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR23T2I1MediaChanNEConn    Unsigned32,
    rPSActionR23T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR23T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR23T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR23T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR23I1NextTblNEConn        Unsigned32,
    rPSActionR23I2NextTblNetwkElement  DisplayString,
    rPSActionR23I3NextTblCFSIx         Unsigned32,
    rPSActionR23I4NextTblCfgSetIx      Unsigned32,
    rPSActionR23I5NextTblRtgTblIx      Unsigned32,
    rPSActionR23ActionUnavailInterval  Unsigned32,
    rPSActionR23T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR23AllowAAR               INTEGER,
    rPSActionR23AllowARR               INTEGER,
    rPSActionR23RtgControlIndicator    INTEGER,
    rPSActionR23CircCode               INTEGER,
    rPSActionR23MFTandemRtgCode        INTEGER,
    rPSActionR23MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR23MFIntnatlOprRtgCode    INTEGER,
    rPSActionR23MaxChanUsage           Unsigned32,
    rPSActionR23CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR23CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR23RowStatus              RowStatus,
    rPSActionR23OptionalAttrsToSet     BITS,
    rPSActionR23AlrmState              INTEGER,
    rPSActionR23AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR23AlrmEvtsAtndDp         Integer32,
    rPSActionR23AlrmStateTimestamp     Unsigned32,
    rPSActionR23AlrmResetTimestamp     Unsigned32,
    rPSActionR23TimeRtgPrecedence      Unsigned32,
    rPSActionR23TimeRtgMinYear         Unsigned32,
    rPSActionR23TimeRtgMinMonth        Unsigned32,
    rPSActionR23TimeRtgMinDay          Unsigned32,
    rPSActionR23TimeRtgMaxYear         Unsigned32,
    rPSActionR23TimeRtgMaxMonth        Unsigned32,
    rPSActionR23TimeRtgMaxDay          Unsigned32,
    rPSActionR23TimeRtgMinDayWeek      INTEGER,
    rPSActionR23TimeRtgMinHr           Unsigned32,
    rPSActionR23TimeRtgMinMin          Unsigned32,
    rPSActionR23TimeRtgMaxDayWeek      INTEGER,
    rPSActionR23TimeRtgMaxHr           Unsigned32,
    rPSActionR23TimeRtgMaxMin          Unsigned32,
    rPSActionR23SubRtgAttrs            BITS,
    rPSActionR23NumAction              DisplayString,
    rPSActionR23Desc                   DisplayString,
    rPSActionR23AttrValOprCallMatch    INTEGER,
    rPSActionR23AttrValOprCall         INTEGER,
    rPSActionR23AttrValSubGpMatch      INTEGER,
    rPSActionR23T3I1MediaChanNEConn    Unsigned32,
    rPSActionR23T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR23T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR23T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR23I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR23I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR23I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR23I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR23AttrValANIIIDigits     Unsigned32,
    rPSActionR23AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR23AttrValDialedPrefix    INTEGER,
    rPSActionR23AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR23AttrValDialingPattn    INTEGER,
    rPSActionR23AttrValUsrDef1Match    INTEGER,
    rPSActionR23AttrValUsrDef1         Unsigned32,
    rPSActionR23AttrValUsrDef2Match    INTEGER,
    rPSActionR23AttrValUsrDef2         Unsigned32,
    rPSActionR23AttrValUsrDef3Match    INTEGER,
    rPSActionR23AttrValUsrDef3         Unsigned32,
    rPSActionR23AttrValLCC1Match       INTEGER,
    rPSActionR23AttrValLCC1            Unsigned32,
    rPSActionR23AttrValLCC2Match       INTEGER,
    rPSActionR23AttrValLCC2            Unsigned32,
    rPSActionR23AttrValLCC3Match       INTEGER,
    rPSActionR23AttrValLCC3            Unsigned32,
    rPSActionR23AttrValLCC4Match       INTEGER,
    rPSActionR23AttrValLCC4            Unsigned32,
    rPSActionR23AttrValLCC5Match       INTEGER,
    rPSActionR23AttrValLCC5            Unsigned32,
    rPSActionR23AttrValUSCallTypeMatch INTEGER,
    rPSActionR23AttrValUSCallType      INTEGER,
    rPSActionR23AttrValUKCallTypeMatch INTEGER,
    rPSActionR23AttrValUKCallType      INTEGER,
    rPSActionR23AttrValCIPMatch        INTEGER,
    rPSActionR23AttrValCIP             Unsigned32,
    rPSActionR23AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR23InMediaType            INTEGER,
    rPSActionR23T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR23T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR23T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR23T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR23T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR23T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR23T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR23T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR23T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR23T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR23T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR23T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR23T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR23T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR23T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR23T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR23T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR23T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR23T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR23T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR23T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR23T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR23T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR23T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR23T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR23T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR23T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR23T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR23T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR23InMediaRemSigStack     INTEGER,
    rPSActionR23T4I1MediaChanNEConn    Unsigned32,
    rPSActionR23T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR23T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR23I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR23AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR23T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR23T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR23T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR23I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR23I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR23I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR23NumActCallPartyNumAct  DisplayString,
    rPSActionR23NumActChargeNumAct     DisplayString,
    rPSActionR23AttrValUsrDef4Match    INTEGER,
    rPSActionR23AttrValUsrDef4         Unsigned32,
    rPSActionR23AttrValUsrDef5Match    INTEGER,
    rPSActionR23AttrValUsrDef5         Unsigned32,
    rPSActionR23AttrValUsrDef6Match    INTEGER,
    rPSActionR23AttrValUsrDef6         Unsigned32,
    rPSActionR23AttrValUsrDef7Match    INTEGER,
    rPSActionR23AttrValUsrDef7         Unsigned32,
    rPSActionR23AttrValUsrDef8Match    INTEGER,
    rPSActionR23AttrValUsrDef8         Unsigned32,
    rPSActionR23AttrValUsrDef9Match    INTEGER,
    rPSActionR23AttrValUsrDef9         Unsigned32,
    rPSActionR23AttrValUsrDef10Match   INTEGER,
    rPSActionR23AttrValUsrDef10        Unsigned32,
    rPSActionR23AttrValUsrDef11Match   INTEGER,
    rPSActionR23AttrValUsrDef11        Unsigned32,
    rPSActionR23AttrValUsrDef12Match   INTEGER,
    rPSActionR23AttrValUsrDef12        Unsigned32,
    rPSActionR23AttrValUsrDef13Match   INTEGER,
    rPSActionR23AttrValUsrDef13        Unsigned32,
    rPSActionR23AttrValUsrDef14Match   INTEGER,
    rPSActionR23AttrValUsrDef14        Unsigned32,
    rPSActionR23AttrValUsrDef15Match   INTEGER,
    rPSActionR23AttrValUsrDef15        Unsigned32,
    rPSActionR23AttrValUsrDef16Match   INTEGER,
    rPSActionR23AttrValUsrDef16        Unsigned32,
    rPSActionR23AttrValUsrDef17Match   INTEGER,
    rPSActionR23AttrValUsrDef17        Unsigned32,
    rPSActionR23AttrValUsrDef18Match   INTEGER,
    rPSActionR23AttrValUsrDef18        Unsigned32,
    rPSActionR23AttrValUsrDef19Match   INTEGER,
    rPSActionR23AttrValUsrDef19        Unsigned32,
    rPSActionR23AttrValUsrDef20Match   INTEGER,
    rPSActionR23AttrValUsrDef20        Unsigned32,
    rPSActionR23AttrValLCC6Match       INTEGER,
    rPSActionR23AttrValLCC6            Unsigned32,
    rPSActionR23AttrValLCC7Match       INTEGER,
    rPSActionR23AttrValLCC7            Unsigned32,
    rPSActionR23AttrValLCC8Match       INTEGER,
    rPSActionR23AttrValLCC8            Unsigned32,
    rPSActionR23AttrValLCC9Match       INTEGER,
    rPSActionR23AttrValLCC9            Unsigned32,
    rPSActionR23AttrValLCC10Match      INTEGER,
    rPSActionR23AttrValLCC10           Unsigned32,
    rPSActionR23AttrValLCC11Match      INTEGER,
    rPSActionR23AttrValLCC11           Unsigned32,
    rPSActionR23AttrValLCC12Match      INTEGER,
    rPSActionR23AttrValLCC12           Unsigned32,
    rPSActionR23AttrValLCC13Match      INTEGER,
    rPSActionR23AttrValLCC13           Unsigned32,
    rPSActionR23AttrValLCC14Match      INTEGER,
    rPSActionR23AttrValLCC14           Unsigned32,
    rPSActionR23AttrValLCC15Match      INTEGER,
    rPSActionR23AttrValLCC15           Unsigned32,
    rPSActionR23AttrValLCC16Match      INTEGER,
    rPSActionR23AttrValLCC16           Unsigned32,
    rPSActionR23AttrValLCC17Match      INTEGER,
    rPSActionR23AttrValLCC17           Unsigned32,
    rPSActionR23AttrValLCC18Match      INTEGER,
    rPSActionR23AttrValLCC18           Unsigned32,
    rPSActionR23AttrValLCC19Match      INTEGER,
    rPSActionR23AttrValLCC19           Unsigned32,
    rPSActionR23AttrValLCC20Match      INTEGER,
    rPSActionR23AttrValLCC20           Unsigned32,
    rPSActionR23AttrValESAStatusMatch  INTEGER,
    rPSActionR23I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR23I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR23I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR23I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR23MaxCallDurn            Unsigned32,
    rPSActionR23InReleaseCauseMatch    INTEGER,
    rPSActionR23InReleaseCause         INTEGER,
    rPSActionR23OutQ850ReleaseCause    INTEGER,
    rPSActionR23BearerCapabilityMatch  INTEGER,
    rPSActionR23BearerCapability       BITS,
    rPSActionR23AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR23AttrValPriorityCall    INTEGER,
    rPSActionR23AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR23AttrValNetWdBGID       Unsigned32,
    rPSActionR23AttrValBGLnPrivMatch   INTEGER,
    rPSActionR23AttrValBGLnPriv        Unsigned32,
    rPSActionR23AttrValISwIBGCallMatch INTEGER,
    rPSActionR23AttrValISwIBGCall      INTEGER,
    rPSActionR23AttrValOTGpIDMatch     INTEGER,
    rPSActionR23AttrValOTGpID          DisplayString,
    rPSActionR23AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR23AttrValOrigTrCxt       DisplayString,
    rPSActionR23AttrValDTGpIDMatch     INTEGER,
    rPSActionR23AttrValDTGpID          DisplayString,
    rPSActionR23AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR23AttrValDestTrnkCxt     DisplayString,
    rPSActionR23OverrideCldAddrScope   INTEGER,
    rPSActionR23RequestCNAMDip         INTEGER,
    rPSActionR23T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR23T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR23T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR23DestTrnkGpID           DisplayString,
    rPSActionR23DestTrnkCxt            DisplayString,
    rPSActionR23GenericMatchType       INTEGER,
    rPSActionR23ClgPartyCats           BITS,
    rPSActionR23LowerPropDly           Unsigned32,
    rPSActionR23UpperPropDly           Unsigned32,
    rPSActionR23SatelliteInd           Unsigned32,
    rPSActionR23IsupPreference         BITS,
    rPSActionR23GermanNukkFsrMatchType INTEGER,
    rPSActionR23GermanNukkFsrInd       Unsigned32,
    rPSActionR23GermanNukkFszMatchType INTEGER,
    rPSActionR23GermanNukkFszInd       Unsigned32,
    rPSActionR23GermanNukkIcrMatchType INTEGER,
    rPSActionR23GermanNukkIcrInd       Unsigned32,
    rPSActionR23GermanNukkNcrMatchType INTEGER,
    rPSActionR23GermanNukkNcrInd       Unsigned32,
    rPSActionR23GermanNukkCnbMatchType INTEGER,
    rPSActionR23GermanNukkCnbInd       Unsigned32,
    rPSActionR23GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR23GermanNukkCustId       Unsigned32,
    rPSActionR23GermanNukkServMatchType
                                       INTEGER,
    rPSActionR23GermanNukkServ         Unsigned32,
    rPSActionR23GermanNsspFsmMatchType INTEGER,
    rPSActionR23GermanNsspFsmInd       Unsigned32,
    rPSActionR23GermanNsspNpfMatchType INTEGER,
    rPSActionR23GermanNsspNpfInd       Unsigned32,
    rPSActionR23GermanNsspTiMatchType  INTEGER,
    rPSActionR23GermanNsspTransitInd   Unsigned32,
    rPSActionR23GermanNsspServMatchType
                                       INTEGER,
    rPSActionR23GermanNsspServ         Unsigned32,
    rPSActionR23ENUMSuffix             DisplayString,
    rPSActionR23ENUMServers            DisplayString,
    rPSActionR23RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR23CPCSpecificOther       DisplayString,
    rPSActionR23RouteLabel             DisplayString,
    rPSActionR23OverrideClgAddrScope   INTEGER,
    rPSActionR23AttrValSiteMatch       INTEGER,
    rPSActionR23I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR23NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR23OverrideISUPRetryScope INTEGER
  }

  rPSActionR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR23Entry  1 }

  rPSActionR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR23Entry  2 }

  rPSActionR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR23Entry  3 }

  rPSActionR23CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR23Entry  4 }

  rPSActionR23RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR23Entry  5 }

  rPSActionR23RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR23Entry  6 }

  rPSActionR23AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR23Entry  7 }

  rPSActionR23AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR23Entry  8 }

  rPSActionR23WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR23Entry  9 }

  rPSActionR23WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR23Entry  10 }

  rPSActionR23TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR23Entry  11 }

  rPSActionR23WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  12 }

  rPSActionR23ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR23Entry  13 }

  rPSActionR23Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR23Entry  14 }

  rPSActionR23T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  15 }

  rPSActionR23T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  16 }

  rPSActionR23T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  17 }

  rPSActionR23T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  18 }

  rPSActionR23T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  19 }

  rPSActionR23T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  20 }

  rPSActionR23T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  21 }

  rPSActionR23T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  22 }

  rPSActionR23T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  23 }

  rPSActionR23T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  24 }

  rPSActionR23T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  25 }

  rPSActionR23T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  26 }

  rPSActionR23I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR23Entry  27 }

  rPSActionR23I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR23Entry  28 }

  rPSActionR23I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR23Entry  29 }

  rPSActionR23I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR23Entry  30 }

  rPSActionR23I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR23Entry  31 }

  rPSActionR23ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR23Entry  32 }

  rPSActionR23T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  33 }

  rPSActionR23T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  34 }

  rPSActionR23AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR23Entry  35 }

  rPSActionR23AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR23Entry  36 }

  rPSActionR23RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR23Entry  37 }

  rPSActionR23CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR23Entry  38 }

  rPSActionR23MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR23Entry  39 }

  rPSActionR23MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR23Entry  40 }

  rPSActionR23MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR23Entry  41 }

  rPSActionR23MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR23Entry  42 }

  rPSActionR23CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR23Entry  43 }

  rPSActionR23CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR23Entry  44 }

  rPSActionR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR23Entry  50 }

  rPSActionR23OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR23Entry  51 }

  rPSActionR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR23Entry  52 }

  rPSActionR23AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR23Entry  53 }

  rPSActionR23AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR23Entry  54 }

  rPSActionR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR23Entry  55 }

  rPSActionR23AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR23Entry  56 }

  rPSActionR23TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR23Entry  57 }

  rPSActionR23TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR23Entry  58 }

  rPSActionR23TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR23Entry  59 }

  rPSActionR23TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR23Entry  60 }

  rPSActionR23TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR23Entry  61 }

  rPSActionR23TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR23Entry  62 }

  rPSActionR23TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR23Entry  63 }

  rPSActionR23TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR23Entry  64 }

  rPSActionR23TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR23Entry  65 }

  rPSActionR23TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR23Entry  66 }

  rPSActionR23TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR23Entry  67 }

  rPSActionR23TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR23Entry  68 }

  rPSActionR23TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR23Entry  69 }

  rPSActionR23SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR23Entry  71 }

  rPSActionR23NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR23Entry  83 }

  rPSActionR23Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR23Entry  104 }

  rPSActionR23AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  105 }

  rPSActionR23AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR23Entry  106 }

  rPSActionR23AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  107 }

  rPSActionR23T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  110 }

  rPSActionR23T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  111 }

  rPSActionR23T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  112 }

  rPSActionR23T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  113 }

  rPSActionR23T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  114 }

  rPSActionR23I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR23Entry  115 }

  rPSActionR23I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR23Entry  116 }

  rPSActionR23I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR23Entry  117 }

  rPSActionR23I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR23Entry  118 }

  rPSActionR23AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  119 }

  rPSActionR23AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  120 }

  rPSActionR23AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR23Entry  121 }

  rPSActionR23AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  122 }

  rPSActionR23AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR23Entry  123 }

  rPSActionR23AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  124 }

  rPSActionR23AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR23Entry  125 }

  rPSActionR23AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  126 }

  rPSActionR23AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR23Entry  127 }

  rPSActionR23AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  128 }

  rPSActionR23AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR23Entry  129 }

  rPSActionR23AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  130 }

  rPSActionR23AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR23Entry  131 }

  rPSActionR23AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  132 }

  rPSActionR23AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR23Entry  133 }

  rPSActionR23AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  134 }

  rPSActionR23AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR23Entry  135 }

  rPSActionR23AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  136 }

  rPSActionR23AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR23Entry  137 }

  rPSActionR23AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  138 }

  rPSActionR23AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR23Entry  139 }

  rPSActionR23AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  140 }

  rPSActionR23AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR23Entry  141 }

  rPSActionR23AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  142 }

  rPSActionR23AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR23Entry  143 }

  rPSActionR23AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  144 }

  rPSActionR23AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  145 }

  rPSActionR23AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  146 }

  rPSActionR23InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR23Entry  147 }

  rPSActionR23T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR23Entry  148 }

  rPSActionR23T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR23Entry  149 }

  rPSActionR23T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR23Entry  150 }

  rPSActionR23T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR23Entry  151 }

  rPSActionR23T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR23Entry  152 }

  rPSActionR23T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR23Entry  153 }

  rPSActionR23T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR23Entry  154 }

  rPSActionR23T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR23Entry  155 }

  rPSActionR23T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR23Entry  156 }

  rPSActionR23T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR23Entry  157 }

  rPSActionR23T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  158 }

  rPSActionR23T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  159 }

  rPSActionR23T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  160 }

  rPSActionR23T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  161 }

  rPSActionR23T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  162 }

  rPSActionR23T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR23Entry  163 }

  rPSActionR23T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  164 }

  rPSActionR23T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  165 }

  rPSActionR23T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  166 }

  rPSActionR23T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  167 }

  rPSActionR23T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  168 }

  rPSActionR23T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR23Entry  169 }

  rPSActionR23T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  170 }

  rPSActionR23T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  171 }

  rPSActionR23T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  172 }

  rPSActionR23T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  173 }

  rPSActionR23T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR23Entry  174 }

  rPSActionR23T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  175 }

  rPSActionR23T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  176 }

  rPSActionR23T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  177 }

  rPSActionR23T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  178 }

  rPSActionR23T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  179 }

  rPSActionR23InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR23Entry  180 }

  rPSActionR23T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  181 }

  rPSActionR23T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  182 }

  rPSActionR23T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR23Entry  183 }

  rPSActionR23I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR23Entry  184 }

  rPSActionR23AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  185 }

  rPSActionR23T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR23Entry  186 }

  rPSActionR23T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR23Entry  187 }

  rPSActionR23T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR23Entry  188 }

  rPSActionR23I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR23Entry  189 }

  rPSActionR23I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR23Entry  190 }

  rPSActionR23I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR23Entry  191 }

  rPSActionR23NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR23Entry  193 }

  rPSActionR23NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR23Entry  194 }

  rPSActionR23AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  195 }

  rPSActionR23AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR23Entry  196 }

  rPSActionR23AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  197 }

  rPSActionR23AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR23Entry  198 }

  rPSActionR23AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  199 }

  rPSActionR23AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR23Entry  200 }

  rPSActionR23AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  201 }

  rPSActionR23AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR23Entry  202 }

  rPSActionR23AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  203 }

  rPSActionR23AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR23Entry  204 }

  rPSActionR23AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  205 }

  rPSActionR23AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR23Entry  206 }

  rPSActionR23AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  207 }

  rPSActionR23AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR23Entry  208 }

  rPSActionR23AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  209 }

  rPSActionR23AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR23Entry  210 }

  rPSActionR23AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  211 }

  rPSActionR23AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR23Entry  212 }

  rPSActionR23AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  213 }

  rPSActionR23AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR23Entry  214 }

  rPSActionR23AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  215 }

  rPSActionR23AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR23Entry  216 }

  rPSActionR23AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  217 }

  rPSActionR23AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR23Entry  218 }

  rPSActionR23AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  219 }

  rPSActionR23AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR23Entry  220 }

  rPSActionR23AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  221 }

  rPSActionR23AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR23Entry  222 }

  rPSActionR23AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  223 }

  rPSActionR23AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR23Entry  224 }

  rPSActionR23AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  225 }

  rPSActionR23AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR23Entry  226 }

  rPSActionR23AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  227 }

  rPSActionR23AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR23Entry  228 }

  rPSActionR23AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  229 }

  rPSActionR23AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR23Entry  230 }

  rPSActionR23AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  231 }

  rPSActionR23AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR23Entry  232 }

  rPSActionR23AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  233 }

  rPSActionR23AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR23Entry  234 }

  rPSActionR23AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  235 }

  rPSActionR23AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR23Entry  236 }

  rPSActionR23AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  237 }

  rPSActionR23AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR23Entry  238 }

  rPSActionR23AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  239 }

  rPSActionR23AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR23Entry  240 }

  rPSActionR23AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  241 }

  rPSActionR23AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR23Entry  242 }

  rPSActionR23AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  243 }

  rPSActionR23AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR23Entry  244 }

  rPSActionR23AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  245 }

  rPSActionR23AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR23Entry  246 }

  rPSActionR23AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  247 }

  rPSActionR23AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR23Entry  248 }

  rPSActionR23AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  249 }

  rPSActionR23AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR23Entry  250 }

  rPSActionR23AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  251 }

  rPSActionR23AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR23Entry  252 }

  rPSActionR23AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  253 }

  rPSActionR23AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR23Entry  254 }

  rPSActionR23AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  255 }

  rPSActionR23AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR23Entry  256 }

  rPSActionR23AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  257 }

  rPSActionR23AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR23Entry  258 }

  rPSActionR23AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR23Entry  259 }

  rPSActionR23I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR23Entry  260 }

  rPSActionR23I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR23Entry  261 }

  rPSActionR23I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR23Entry  262 }

  rPSActionR23I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR23Entry  263 }

  rPSActionR23MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR23Entry  264 }

  rPSActionR23InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR23Entry  265 }

  rPSActionR23InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR23Entry  266 }

  rPSActionR23OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR23Entry  268 }

  rPSActionR23BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  269 }

  rPSActionR23BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR23Entry  270 }

  rPSActionR23AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  271 }

  rPSActionR23AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR23Entry  272 }

  rPSActionR23AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  273 }

  rPSActionR23AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR23Entry  274 }

  rPSActionR23AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  275 }

  rPSActionR23AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR23Entry  276 }

  rPSActionR23AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR23Entry  277 }

  rPSActionR23AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR23Entry  278 }

  rPSActionR23AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  279 }

  rPSActionR23AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR23Entry  280 }

  rPSActionR23AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  281 }

  rPSActionR23AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR23Entry  282 }

  rPSActionR23AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  283 }

  rPSActionR23AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR23Entry  284 }

  rPSActionR23AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  285 }

  rPSActionR23AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR23Entry  286 }

  rPSActionR23OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR23Entry  287 }

  rPSActionR23RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR23Entry  288 }

  rPSActionR23T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR23Entry  289 }

  rPSActionR23T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR23Entry  290 }

  rPSActionR23T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR23Entry  291 }

  rPSActionR23DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR23Entry  292 }

  rPSActionR23DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR23Entry  293 }

  rPSActionR23GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR23Entry  294 }

  rPSActionR23ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR23Entry  295 }

  rPSActionR23LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  296 }

  rPSActionR23UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR23Entry  297 }

  rPSActionR23SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  298 }

  rPSActionR23IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR23Entry  299 }

  rPSActionR23GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  300 }

  rPSActionR23GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  301 }

  rPSActionR23GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  302 }

  rPSActionR23GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  303 }

  rPSActionR23GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  304 }

  rPSActionR23GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  305 }

  rPSActionR23GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  306 }

  rPSActionR23GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  307 }

  rPSActionR23GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  308 }

  rPSActionR23GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  309 }

  rPSActionR23GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  310 }

  rPSActionR23GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  311 }

  rPSActionR23GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  312 }

  rPSActionR23GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  313 }

  rPSActionR23GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  314 }

  rPSActionR23GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  315 }

  rPSActionR23GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  316 }

  rPSActionR23GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  317 }

  rPSActionR23GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  318 }

  rPSActionR23GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  319 }

  rPSActionR23GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR23Entry  320 }

  rPSActionR23GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR23Entry  321 }

  rPSActionR23ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR23Entry  322 }

  rPSActionR23ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR23Entry  323 }

  rPSActionR23RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR23Entry  324 }

  rPSActionR23CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR23Entry  325 }

  rPSActionR23RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR23Entry  326 }

  rPSActionR23OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR23Entry  327 }

  rPSActionR23AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR23Entry  328 }

  rPSActionR23I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR23Entry  329 }

  rPSActionR23NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR23Entry  331 }

  rPSActionR23OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR23Entry  332 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Ranges'                                              */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  numRngConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF NumRngConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2305 }

  numRngConEntry OBJECT-TYPE
    SYNTAX       NumRngConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { numRngConNEConn,
             numRngConNetwkElement,
             numRngConCFSIx }
    ::= {  numRngConTable  1  }

  NumRngConEntry  ::=  SEQUENCE
  {
    numRngConNEConn                    Unsigned32,
    numRngConNetwkElement              DisplayString,
    numRngConCFSIx                     Unsigned32,
    numRngConI1ChgOwngSitePreferredSiteClusterSiteConnIx
                                       Integer32,
    numRngConI1ChgOwngSiteNewOwningSiteClusterSiteConnIx
                                       Integer32,
    numRngConChgOwngSiteActionStatus   INTEGER,
    numRngConChgOwngSiteLogCorr        Counter64,
    numRngConChgOwngSiteLogCorrNode    DisplayString,
    numRngConChgOwngSiteLogCorrUid     DisplayString,
    numRngConDoExtraActions            INTEGER
  }

  numRngConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { numRngConEntry  1 }

  numRngConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { numRngConEntry  2 }

  numRngConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { numRngConEntry  3 }

  numRngConI1ChgOwngSitePreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Change Owning Site - preferred site',
                  This field represents index
                  'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { numRngConEntry  4 }

  numRngConI1ChgOwngSiteNewOwningSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Change Owning Site - new owning site',
                  This field represents index
                  'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { numRngConEntry  5 }

  numRngConChgOwngSiteActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notStarted(0),
                   complete(1),
                   failedSeeLogsForDetails(2),
                   inProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Change Owning Site - action status'."
    ::= { numRngConEntry  6 }

  numRngConChgOwngSiteLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Change Owning Site - log correlator'."
    ::= { numRngConEntry  7 }

  numRngConChgOwngSiteLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Change Owning Site - log correlator node'."
    ::= { numRngConEntry  8 }

  numRngConChgOwngSiteLogCorrUid OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Change Owning Site - log correlator uid'."
    ::= { numRngConEntry  9 }

  numRngConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   changeOwningSite(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { numRngConEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  iSUPRemSigDestR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2306 }

  iSUPRemSigDestR22Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR22NEConn,
             iSUPRemSigDestR22NetwkElement,
             iSUPRemSigDestR22CFSIx,
             iSUPRemSigDestR22ISUPLocalSigDestIx,
             iSUPRemSigDestR22ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR22Table  1  }

  ISUPRemSigDestR22Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR22NEConn            Unsigned32,
    iSUPRemSigDestR22NetwkElement      DisplayString,
    iSUPRemSigDestR22CFSIx             Unsigned32,
    iSUPRemSigDestR22ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR22ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR22I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR22I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR22I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR22I4SigDestDestType INTEGER,
    iSUPRemSigDestR22I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR22ClusterMemberAddr INTEGER,
    iSUPRemSigDestR22ActHopCnting      INTEGER,
    iSUPRemSigDestR22MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR22CLLI              DisplayString,
    iSUPRemSigDestR22ErrHandlingMode   INTEGER,
    iSUPRemSigDestR22ConfusionMsgs     INTEGER,
    iSUPRemSigDestR22DirectIXCConn     INTEGER,
    iSUPRemSigDestR22PeerNetwkType     INTEGER,
    iSUPRemSigDestR22USIParmCodingType INTEGER,
    iSUPRemSigDestR22ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR22JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR22RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR22RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR22OrigCldNumParm    INTEGER,
    iSUPRemSigDestR22AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR22GenericAddrParm   INTEGER,
    iSUPRemSigDestR22GenericNameParm   INTEGER,
    iSUPRemSigDestR22RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR22CIPParm           INTEGER,
    iSUPRemSigDestR22InACCProcessing   INTEGER,
    iSUPRemSigDestR22TNSParm           INTEGER,
    iSUPRemSigDestR22ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR22CgstnStatus       INTEGER,
    iSUPRemSigDestR22AvailStatus       INTEGER,
    iSUPRemSigDestR22DiagsLogLvl       INTEGER,
    iSUPRemSigDestR22DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR22DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR22SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR22DoExtraActions    INTEGER,
    iSUPRemSigDestR22RowStatus         RowStatus,
    iSUPRemSigDestR22AdminStatus       AdminStatus,
    iSUPRemSigDestR22OperStatus        OperStatus,
    iSUPRemSigDestR22AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR22AlrmState         INTEGER,
    iSUPRemSigDestR22AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR22AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR22AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR22AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR22AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR22AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR22AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR22AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR22AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR22DeactivnMode      INTEGER,
    iSUPRemSigDestR22NetwkNum          Unsigned32,
    iSUPRemSigDestR22RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR22ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR22OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR22LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR22MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR22Variant           INTEGER,
    iSUPRemSigDestR22GatewayIx         Unsigned32,
    iSUPRemSigDestR22PartyInfoParm     INTEGER,
    iSUPRemSigDestR22IntnatlExchange   INTEGER,
    iSUPRemSigDestR22ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR22UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR22BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR22StatisticsAlrms   Integer32,
    iSUPRemSigDestR22EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR22M3UADest          Unsigned32,
    iSUPRemSigDestR22CctGpMsgs         INTEGER,
    iSUPRemSigDestR22ConnectedNumParm  INTEGER,
    iSUPRemSigDestR22TransportType     INTEGER,
    iSUPRemSigDestR22SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR22SatelliteLink     INTEGER,
    iSUPRemSigDestR22PropagationDly    Unsigned32,
    iSUPRemSigDestR22GISUPRole         INTEGER,
    iSUPRemSigDestR22RemISUPParms      LongDisplayString,
    iSUPRemSigDestR22SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER
  }

  iSUPRemSigDestR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR22Entry  1 }

  iSUPRemSigDestR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR22Entry  2 }

  iSUPRemSigDestR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR22Entry  3 }

  iSUPRemSigDestR22ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR22Entry  4 }

  iSUPRemSigDestR22ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR22Entry  5 }

  iSUPRemSigDestR22I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR22Entry  6 }

  iSUPRemSigDestR22I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR22Entry  7 }

  iSUPRemSigDestR22I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR22Entry  8 }

  iSUPRemSigDestR22I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR22Entry  9 }

  iSUPRemSigDestR22I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR22Entry  10 }

  iSUPRemSigDestR22ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR22Entry  11 }

  iSUPRemSigDestR22ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  12 }

  iSUPRemSigDestR22MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR22Entry  13 }

  iSUPRemSigDestR22CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR22Entry  14 }

  iSUPRemSigDestR22ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR22Entry  15 }

  iSUPRemSigDestR22ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR22Entry  16 }

  iSUPRemSigDestR22DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  17 }

  iSUPRemSigDestR22PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR22Entry  18 }

  iSUPRemSigDestR22USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR22Entry  19 }

  iSUPRemSigDestR22ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  20 }

  iSUPRemSigDestR22JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  21 }

  iSUPRemSigDestR22RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  22 }

  iSUPRemSigDestR22RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  23 }

  iSUPRemSigDestR22OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  24 }

  iSUPRemSigDestR22AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  25 }

  iSUPRemSigDestR22GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR22Entry  26 }

  iSUPRemSigDestR22GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR22Entry  27 }

  iSUPRemSigDestR22RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  28 }

  iSUPRemSigDestR22CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR22Entry  29 }

  iSUPRemSigDestR22InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR22Entry  30 }

  iSUPRemSigDestR22TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  31 }

  iSUPRemSigDestR22ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR22Entry  32 }

  iSUPRemSigDestR22CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR22Entry  33 }

  iSUPRemSigDestR22AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR22Entry  34 }

  iSUPRemSigDestR22DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR22Entry  35 }

  iSUPRemSigDestR22DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  36 }

  iSUPRemSigDestR22DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR22Entry  37 }

  iSUPRemSigDestR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR22Entry  38 }

  iSUPRemSigDestR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR22Entry  39 }

  iSUPRemSigDestR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR22Entry  40 }

  iSUPRemSigDestR22AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR22Entry  41 }

  iSUPRemSigDestR22OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR22Entry  42 }

  iSUPRemSigDestR22AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR22Entry  43 }

  iSUPRemSigDestR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR22Entry  44 }

  iSUPRemSigDestR22AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR22Entry  45 }

  iSUPRemSigDestR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR22Entry  46 }

  iSUPRemSigDestR22AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR22Entry  47 }

  iSUPRemSigDestR22AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR22Entry  48 }

  iSUPRemSigDestR22AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR22Entry  49 }

  iSUPRemSigDestR22AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR22Entry  50 }

  iSUPRemSigDestR22AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR22Entry  51 }

  iSUPRemSigDestR22AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR22Entry  52 }

  iSUPRemSigDestR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR22Entry  53 }

  iSUPRemSigDestR22DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR22Entry  54 }

  iSUPRemSigDestR22NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR22Entry  55 }

  iSUPRemSigDestR22RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR22Entry  56 }

  iSUPRemSigDestR22ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR22Entry  57 }

  iSUPRemSigDestR22OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  58 }

  iSUPRemSigDestR22LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR22Entry  59 }

  iSUPRemSigDestR22MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR22Entry  60 }

  iSUPRemSigDestR22Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR22Entry  61 }

  iSUPRemSigDestR22GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR22Entry  62 }

  iSUPRemSigDestR22PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  63 }

  iSUPRemSigDestR22IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  64 }

  iSUPRemSigDestR22ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR22Entry  65 }

  iSUPRemSigDestR22UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  66 }

  iSUPRemSigDestR22BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  67 }

  iSUPRemSigDestR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR22Entry  68 }

  iSUPRemSigDestR22EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR22Entry  69 }

  iSUPRemSigDestR22M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR22Entry  70 }

  iSUPRemSigDestR22CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR22Entry  71 }

  iSUPRemSigDestR22ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR22Entry  72 }

  iSUPRemSigDestR22TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR22Entry  73 }

  iSUPRemSigDestR22SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  74 }

  iSUPRemSigDestR22SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  75 }

  iSUPRemSigDestR22PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR22Entry  76 }

  iSUPRemSigDestR22GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR22Entry  77 }

  iSUPRemSigDestR22RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR22Entry  78 }

  iSUPRemSigDestR22SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR22Entry  79 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel'                                         */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  iSUPMediaChanR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2307 }

  iSUPMediaChanR17Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanR17NEConn,
             iSUPMediaChanR17NetwkElement,
             iSUPMediaChanR17CFSIx,
             iSUPMediaChanR17ISUPLocalSigDestIx,
             iSUPMediaChanR17ISUPRemSigDestIx,
             iSUPMediaChanR17MediaChanIx }
    ::= {  iSUPMediaChanR17Table  1  }

  ISUPMediaChanR17Entry  ::=  SEQUENCE
  {
    iSUPMediaChanR17NEConn             Unsigned32,
    iSUPMediaChanR17NetwkElement       DisplayString,
    iSUPMediaChanR17CFSIx              Unsigned32,
    iSUPMediaChanR17ISUPLocalSigDestIx Unsigned32,
    iSUPMediaChanR17ISUPRemSigDestIx   Unsigned32,
    iSUPMediaChanR17MediaChanIx        Unsigned32,
    iSUPMediaChanR17AllocationPolicy   INTEGER,
    iSUPMediaChanR17GuardTimerDurn     Integer32,
    iSUPMediaChanR17TrnkGpNum          INTEGER,
    iSUPMediaChanR17DualSeizurePolicy  INTEGER,
    iSUPMediaChanR17ZUtilization       INTEGER,
    iSUPMediaChanR17AlrmState          INTEGER,
    iSUPMediaChanR17AlrmEvtsAttnRq     Integer32,
    iSUPMediaChanR17AlrmStateTimestamp Unsigned32,
    iSUPMediaChanR17AlrmResetTimestamp Unsigned32,
    iSUPMediaChanR17DoExtraActions     INTEGER,
    iSUPMediaChanR17RowStatus          RowStatus,
    iSUPMediaChanR17AdminStatus        AdminStatus,
    iSUPMediaChanR17OperStatus         OperStatus,
    iSUPMediaChanR17AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPMediaChanR17AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPMediaChanR17AlrmEvtsAtndDp     Integer32,
    iSUPMediaChanR17DisallowSigLRN     INTEGER,
    iSUPMediaChanR17BAFBillAppendOrigingLRNMod
                                       INTEGER,
    iSUPMediaChanR17BAFBillConnectedSwitchLRN
                                       DisplayString,
    iSUPMediaChanR17BAFBillOverrideSignalledLRN
                                       INTEGER,
    iSUPMediaChanR17EchoCancellation   INTEGER,
    iSUPMediaChanR17Desc               DisplayString,
    iSUPMediaChanR17UseISUPCldAddrPrefixInfo
                                       INTEGER,
    iSUPMediaChanR17SupportedCallDirections
                                       INTEGER,
    iSUPMediaChanR17RcvGain            INTEGER,
    iSUPMediaChanR17BAFBillInTermCDRType
                                       INTEGER,
    iSUPMediaChanR17BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSUPMediaChanR17BAFBillInTandemCDRType
                                       INTEGER,
    iSUPMediaChanR17BAFBillOutOrigingCDRType
                                       INTEGER,
    iSUPMediaChanR17BAFBillOutTandemCDRType
                                       INTEGER,
    iSUPMediaChanR17BAFCNABllInCllsCIC Unsigned32,
    iSUPMediaChanR17BAFCNABllInCllsIncCNABillNum
                                       INTEGER,
    iSUPMediaChanR17CNABillCNABillNum  DisplayString,
    iSUPMediaChanR17CNABillIncChargeNum
                                       INTEGER,
    iSUPMediaChanR17CNABillIncClgNum   INTEGER,
    iSUPMediaChanR17Variant            INTEGER,
    iSUPMediaChanR17GatewayIx          Unsigned32,
    iSUPMediaChanR17XmitGain           INTEGER,
    iSUPMediaChanR17OverrideLocalCLLICode
                                       INTEGER,
    iSUPMediaChanR17LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR17OverrideRemCLLICode
                                       INTEGER,
    iSUPMediaChanR17RemCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR17StatisticsAlrms    Integer32,
    iSUPMediaChanR17I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSUPMediaChanR17I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSUPMediaChanR17I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSUPMediaChanR17FaultMonitoringProfOtherVals
                                       INTEGER,
    iSUPMediaChanR17ApplyFMPToReltdObjectTypes
                                       BITS,
    iSUPMediaChanR17AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSUPMediaChanR17TransportType      INTEGER,
    iSUPMediaChanR17XMLBillTrnkAccountingRef
                                       DisplayString
  }

  iSUPMediaChanR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanR17Entry  1 }

  iSUPMediaChanR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanR17Entry  2 }

  iSUPMediaChanR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanR17Entry  3 }

  iSUPMediaChanR17ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR17Entry  4 }

  iSUPMediaChanR17ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR17Entry  5 }

  iSUPMediaChanR17MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanR17Entry  6 }

  iSUPMediaChanR17AllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   highestNumberedCIC(1),
                   lowestNumberedCIC(2),
                   mostIdle(3),
                   leastIdle(4),
                   mostIdleLeastIdle(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation policy'.
                  This field is not writable when active."
    DEFVAL       { highestNumberedCIC }
    ::= { iSUPMediaChanR17Entry  7 }

  iSUPMediaChanR17GuardTimerDurn OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Guard timer duration'.
                  This field is not writable when active."
    DEFVAL       { 750 }
    ::= { iSUPMediaChanR17Entry  8 }

  iSUPMediaChanR17TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR17Entry  9 }

  iSUPMediaChanR17DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2),
                   highPointCodeEvenCIC(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'.
                  This field is not writable when active."
    DEFVAL       { thisExchange }
    ::= { iSUPMediaChanR17Entry  10 }

  iSUPMediaChanR17ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { iSUPMediaChanR17Entry  11 }

  iSUPMediaChanR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPMediaChanR17Entry  12 }

  iSUPMediaChanR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR17Entry  13 }

  iSUPMediaChanR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPMediaChanR17Entry  14 }

  iSUPMediaChanR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPMediaChanR17Entry  15 }

  iSUPMediaChanR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR17Entry  16 }

  iSUPMediaChanR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPMediaChanR17Entry  17 }

  iSUPMediaChanR17AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR17Entry  18 }

  iSUPMediaChanR17OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR17Entry  19 }

  iSUPMediaChanR17AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPMediaChanR17Entry  20 }

  iSUPMediaChanR17AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPMediaChanR17Entry  21 }

  iSUPMediaChanR17AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR17Entry  22 }

  iSUPMediaChanR17DisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  24 }

  iSUPMediaChanR17BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  25 }

  iSUPMediaChanR17BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { iSUPMediaChanR17Entry  26 }

  iSUPMediaChanR17BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  27 }

  iSUPMediaChanR17EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { iSUPMediaChanR17Entry  34 }

  iSUPMediaChanR17Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPMediaChanR17Entry  36 }

  iSUPMediaChanR17UseISUPCldAddrPrefixInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  37 }

  iSUPMediaChanR17SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSUPMediaChanR17Entry  38 }

  iSUPMediaChanR17RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR17Entry  39 }

  iSUPMediaChanR17BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR17Entry  40 }

  iSUPMediaChanR17BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  41 }

  iSUPMediaChanR17BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR17Entry  42 }

  iSUPMediaChanR17BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR17Entry  43 }

  iSUPMediaChanR17BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR17Entry  44 }

  iSUPMediaChanR17BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR17Entry  45 }

  iSUPMediaChanR17BAFCNABllInCllsIncCNABillNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include CNA billing number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  46 }

  iSUPMediaChanR17CNABillCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSUPMediaChanR17Entry  47 }

  iSUPMediaChanR17CNABillIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  48 }

  iSUPMediaChanR17CNABillIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  49 }

  iSUPMediaChanR17Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPMediaChanR17Entry  50 }

  iSUPMediaChanR17GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR17Entry  51 }

  iSUPMediaChanR17XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR17Entry  52 }

  iSUPMediaChanR17OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  53 }

  iSUPMediaChanR17LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR17Entry  54 }

  iSUPMediaChanR17OverrideRemCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override remote CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR17Entry  55 }

  iSUPMediaChanR17RemCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR17Entry  56 }

  iSUPMediaChanR17StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPMediaChanR17Entry  57 }

  iSUPMediaChanR17I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR17Entry  58 }

  iSUPMediaChanR17I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR17Entry  59 }

  iSUPMediaChanR17I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR17Entry  60 }

  iSUPMediaChanR17FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPMediaChanR17Entry  61 }

  iSUPMediaChanR17ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSUPMediaChanR17Entry  62 }

  iSUPMediaChanR17AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSUPMediaChanR17Entry  63 }

  iSUPMediaChanR17TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPMediaChanR17Entry  64 }

  iSUPMediaChanR17XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSUPMediaChanR17Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  rPSNumVldnTableR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2308 }

  rPSNumVldnTableR17Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR17NEConn,
             rPSNumVldnTableR17NetwkElement,
             rPSNumVldnTableR17CFSIx,
             rPSNumVldnTableR17CfgSetIx,
             rPSNumVldnTableR17NumVldnTblIx }
    ::= {  rPSNumVldnTableR17Table  1  }

  RPSNumVldnTableR17Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR17NEConn           Unsigned32,
    rPSNumVldnTableR17NetwkElement     DisplayString,
    rPSNumVldnTableR17CFSIx            Unsigned32,
    rPSNumVldnTableR17CfgSetIx         Unsigned32,
    rPSNumVldnTableR17NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR17NumVldnTblName   DisplayString,
    rPSNumVldnTableR17SearchType       INTEGER,
    rPSNumVldnTableR17MatchAttr1       INTEGER,
    rPSNumVldnTableR17MatchAttr2       INTEGER,
    rPSNumVldnTableR17MatchAttr3       INTEGER,
    rPSNumVldnTableR17I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR17I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR17I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR17I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR17I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR17DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR17RowStatus        RowStatus,
    rPSNumVldnTableR17ExportCorr       Counter64,
    rPSNumVldnTableR17I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR17I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR17I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR17I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR17I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR17ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR17ExportStatus     DisplayString,
    rPSNumVldnTableR17ExportFile       DisplayString,
    rPSNumVldnTableR17DefMtchAct       INTEGER,
    rPSNumVldnTableR17ExportCorrNode   DisplayString,
    rPSNumVldnTableR17DoExtraActions   INTEGER,
    rPSNumVldnTableR17ExportCorrUID    DisplayString,
    rPSNumVldnTableR17AddrMatchType    INTEGER,
    rPSNumVldnTableR17TblType          INTEGER,
    rPSNumVldnTableR17Filename         DisplayString,
    rPSNumVldnTableR17FileLoadStatus   INTEGER,
    rPSNumVldnTableR17FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR17NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR17FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR17MemUsage         Unsigned32,
    rPSNumVldnTableR17OverrideHeader   DisplayString,
    rPSNumVldnTableR17ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR17I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR17I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR17I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR17I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR17I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR17FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR17ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR17ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR17Entry  1 }

  rPSNumVldnTableR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR17Entry  2 }

  rPSNumVldnTableR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR17Entry  3 }

  rPSNumVldnTableR17CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR17Entry  4 }

  rPSNumVldnTableR17NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR17Entry  5 }

  rPSNumVldnTableR17NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR17Entry  6 }

  rPSNumVldnTableR17SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR17Entry  7 }

  rPSNumVldnTableR17MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR17Entry  8 }

  rPSNumVldnTableR17MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR17Entry  9 }

  rPSNumVldnTableR17MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR17Entry  10 }

  rPSNumVldnTableR17I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR17Entry  11 }

  rPSNumVldnTableR17I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR17Entry  12 }

  rPSNumVldnTableR17I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR17Entry  13 }

  rPSNumVldnTableR17I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR17Entry  14 }

  rPSNumVldnTableR17I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR17Entry  15 }

  rPSNumVldnTableR17DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR17Entry  16 }

  rPSNumVldnTableR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR17Entry  17 }

  rPSNumVldnTableR17ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR17Entry  18 }

  rPSNumVldnTableR17I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  19 }

  rPSNumVldnTableR17I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  20 }

  rPSNumVldnTableR17I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  21 }

  rPSNumVldnTableR17I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  22 }

  rPSNumVldnTableR17I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  23 }

  rPSNumVldnTableR17ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR17Entry  24 }

  rPSNumVldnTableR17ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR17Entry  25 }

  rPSNumVldnTableR17ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR17Entry  26 }

  rPSNumVldnTableR17DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR17Entry  27 }

  rPSNumVldnTableR17ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR17Entry  28 }

  rPSNumVldnTableR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR17Entry  29 }

  rPSNumVldnTableR17ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR17Entry  30 }

  rPSNumVldnTableR17AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7),
                   signaledCallerID(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR17Entry  31 }

  rPSNumVldnTableR17TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR17Entry  32 }

  rPSNumVldnTableR17Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR17Entry  33 }

  rPSNumVldnTableR17FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR17Entry  34 }

  rPSNumVldnTableR17FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR17Entry  35 }

  rPSNumVldnTableR17NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR17Entry  36 }

  rPSNumVldnTableR17FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR17Entry  37 }

  rPSNumVldnTableR17MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR17Entry  38 }

  rPSNumVldnTableR17OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR17Entry  39 }

  rPSNumVldnTableR17ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR17Entry  40 }

  rPSNumVldnTableR17I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  41 }

  rPSNumVldnTableR17I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  42 }

  rPSNumVldnTableR17I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  43 }

  rPSNumVldnTableR17I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  44 }

  rPSNumVldnTableR17I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR17Entry  45 }

  rPSNumVldnTableR17FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR17Entry  46 }

  rPSNumVldnTableR17ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR17Entry  47 }

  rPSNumVldnTableR17ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR17Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  rVTTestSubR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2309 }

  rVTTestSubR24Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR24NEConn,
             rVTTestSubR24NetwkElement,
             rVTTestSubR24CFSIx,
             rVTTestSubR24GpIx,
             rVTTestSubR24TestIx }
    ::= {  rVTTestSubR24Table  1  }

  RVTTestSubR24Entry  ::=  SEQUENCE
  {
    rVTTestSubR24NEConn                Unsigned32,
    rVTTestSubR24NetwkElement          DisplayString,
    rVTTestSubR24CFSIx                 Unsigned32,
    rVTTestSubR24TestIx                Unsigned32,
    rVTTestSubR24TestName              DisplayString,
    rVTTestSubR24DialedNum             DisplayString,
    rVTTestSubR24SDActSubType          INTEGER,
    rVTTestSubR24SDDefSubType          INTEGER,
    rVTTestSubR24SDUseDefSubType       INTEGER,
    rVTTestSubR24I3SubGpCFSIx          Unsigned32,
    rVTTestSubR24I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR24BillType              INTEGER,
    rVTTestSubR24LongDistanceCarrID    DisplayString,
    rVTTestSubR24IntraLATACarrID       DisplayString,
    rVTTestSubR24TestRes               INTEGER,
    rVTTestSubR24CauseFail             INTEGER,
    rVTTestSubR24NumVldnCarrType       INTEGER,
    rVTTestSubR24NumVldnANIIIDigits    DisplayString,
    rVTTestSubR24NumVldnAreaCode       INTEGER,
    rVTTestSubR24NumVldnModfdCldNum    DisplayString,
    rVTTestSubR24NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR24NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR24NumVldnAllowHold      INTEGER,
    rVTTestSubR24NumVldnOprCall        INTEGER,
    rVTTestSubR24NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR24NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR24NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR24NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR24NumVldnTestCall       INTEGER,
    rVTTestSubR24NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR24NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR24NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR24NumVldnTransitNetwkID DisplayString,
    rVTTestSubR24NumVldnUSCallType     INTEGER,
    rVTTestSubR24NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR24NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR24NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR24RtgTestCall           INTEGER,
    rVTTestSubR24RtgModfdCldNum        DisplayString,
    rVTTestSubR24RtgOprCall            INTEGER,
    rVTTestSubR24RtgRtgControlInd      INTEGER,
    rVTTestSubR24RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR24RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR24RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR24RtgTransitNetwkID     DisplayString,
    rVTTestSubR24RtgTandemRtgCode      INTEGER,
    rVTTestSubR24RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR24RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR24DiagsLogLvl           INTEGER,
    rVTTestSubR24DiagsAPITraceTag      DisplayString,
    rVTTestSubR24RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR24DoExtraActions        INTEGER,
    rVTTestSubR24RowStatus             RowStatus,
    rVTTestSubR24T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR24T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR24T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR24T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR24T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR24GpIx                  Unsigned32,
    rVTTestSubR24UseTCAPIfReqd         INTEGER,
    rVTTestSubR24TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR24TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR24RtgOnSwitchSubType    INTEGER,
    rVTTestSubR24SubRtgAttrs           BITS,
    rVTTestSubR24NumVldnETSICallType   INTEGER,
    rVTTestSubR24NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR24RtgEchoCancellation   INTEGER,
    rVTTestSubR24IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR24IgnoreTermAppServer   INTEGER,
    rVTTestSubR24NumVldnUDA1           Unsigned32,
    rVTTestSubR24NumVldnUDA2           Unsigned32,
    rVTTestSubR24NumVldnUDA3           Unsigned32,
    rVTTestSubR24NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR24IntnatlCarrID         DisplayString,
    rVTTestSubR24T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR24T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR24T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR24T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24LCC1                  INTEGER,
    rVTTestSubR24LCC2                  INTEGER,
    rVTTestSubR24LCC3                  INTEGER,
    rVTTestSubR24LCC4                  INTEGER,
    rVTTestSubR24LCC5                  INTEGER,
    rVTTestSubR24NumVldnBillCallType   INTEGER,
    rVTTestSubR24NumVldnStructureCode  INTEGER,
    rVTTestSubR24NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR24NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR24NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR24NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR24NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR24NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR24T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR24T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR24T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR24T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR24I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR24I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR24I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR24NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR24NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR24NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR24I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR24I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR24I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR24I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR24I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR24I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR24NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR24NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR24NumVldnValidAuthCodes INTEGER,
    rVTTestSubR24NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR24ChargeNum             DisplayString,
    rVTTestSubR24AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR24AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR24NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR24I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR24NVModCallPartyNum     DisplayString,
    rVTTestSubR24NVModChargeNum        DisplayString,
    rVTTestSubR24RtgModCallPartyNum    DisplayString,
    rVTTestSubR24RtgModChargeNum       DisplayString,
    rVTTestSubR24LCC6                  INTEGER,
    rVTTestSubR24LCC7                  INTEGER,
    rVTTestSubR24LCC8                  INTEGER,
    rVTTestSubR24LCC9                  INTEGER,
    rVTTestSubR24LCC10                 INTEGER,
    rVTTestSubR24LCC11                 INTEGER,
    rVTTestSubR24LCC12                 INTEGER,
    rVTTestSubR24LCC13                 INTEGER,
    rVTTestSubR24LCC14                 INTEGER,
    rVTTestSubR24LCC15                 INTEGER,
    rVTTestSubR24LCC16                 INTEGER,
    rVTTestSubR24LCC17                 INTEGER,
    rVTTestSubR24LCC18                 INTEGER,
    rVTTestSubR24LCC19                 INTEGER,
    rVTTestSubR24LCC20                 INTEGER,
    rVTTestSubR24I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR24I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR24I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR24I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR24ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR24IncMCsIncluded        INTEGER,
    rVTTestSubR24T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR24IncMCs1OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR24IncMCs2OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR24IncMCs3OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR24IncMCs4OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR24IncMCs5OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR24IncMCs6OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR24IncMCs7OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR24IncMCs8OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR24T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR24T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR24T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR24T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR24T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR24T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR24T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR24T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR24T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR24T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR24T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR24IncMCs9OtherVals      INTEGER,
    rVTTestSubR24T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR24T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR24T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR24T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR24T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR24T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR24T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR24T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR24T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR24T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR24T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR24T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR24IncMCs10OtherVals     INTEGER,
    rVTTestSubR24ExpRsltExpRslt        INTEGER,
    rVTTestSubR24ExpRsltExpectedDest   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR24ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR24T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR24T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR24T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR24T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR24T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR24T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR24T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR24T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR24T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR24T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR24T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR24T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR24T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR24T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR24T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR24T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR24T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR24T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR24T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR24ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR24ExpRsltCauseFail      INTEGER,
    rVTTestSubR24ExpRsltResAsExpected  INTEGER,
    rVTTestSubR24NumVldnUDA4           Unsigned32,
    rVTTestSubR24NumVldnUDA5           Unsigned32,
    rVTTestSubR24NumVldnUDA6           Unsigned32,
    rVTTestSubR24NumVldnUDA7           Unsigned32,
    rVTTestSubR24NumVldnUDA8           Unsigned32,
    rVTTestSubR24NumVldnUDA9           Unsigned32,
    rVTTestSubR24NumVldnUDA10          Unsigned32,
    rVTTestSubR24NumVldnUDA11          Unsigned32,
    rVTTestSubR24NumVldnUDA12          Unsigned32,
    rVTTestSubR24NumVldnUDA13          Unsigned32,
    rVTTestSubR24NumVldnUDA14          Unsigned32,
    rVTTestSubR24NumVldnUDA15          Unsigned32,
    rVTTestSubR24NumVldnUDA16          Unsigned32,
    rVTTestSubR24NumVldnUDA17          Unsigned32,
    rVTTestSubR24NumVldnUDA18          Unsigned32,
    rVTTestSubR24NumVldnUDA19          Unsigned32,
    rVTTestSubR24NumVldnUDA20          Unsigned32,
    rVTTestSubR24NVMaxCallDurn         Unsigned32,
    rVTTestSubR24RtgMaxCallDurn        Unsigned32,
    rVTTestSubR24IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR24I1SubGpNEConn         Unsigned32,
    rVTTestSubR24I2SubGpNetwkElement   DisplayString,
    rVTTestSubR24SDActSubDirNum        DisplayString,
    rVTTestSubR24SDDefSubDirNum        DisplayString,
    rVTTestSubR24SDUseDefSubDirNum     INTEGER,
    rVTTestSubR24SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR24SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR24SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR24SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR24SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR24SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR24SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR24SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR24SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR24SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR24SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR24SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR24CldAddrScope          INTEGER,
    rVTTestSubR24SDActDialedBySub      INTEGER,
    rVTTestSubR24SDDefDialedBySub      INTEGER,
    rVTTestSubR24SDUseDefDialedBySub   INTEGER,
    rVTTestSubR24NumVldnAnnounces      LongDisplayString,
    rVTTestSubR24DateAndTimeYear       Unsigned32,
    rVTTestSubR24DateAndTimeMonth      Unsigned32,
    rVTTestSubR24DateAndTimeDate       Unsigned32,
    rVTTestSubR24HrAndTimeHr           Unsigned32,
    rVTTestSubR24MinAndTimeMin         Unsigned32,
    rVTTestSubR24NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR24NumVldnCldAddrScope   INTEGER,
    rVTTestSubR24RtgCldAddrScope       INTEGER,
    rVTTestSubR24IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR24I1LineGpNEConn        Unsigned32,
    rVTTestSubR24I2LineGpNetwkElement  DisplayString,
    rVTTestSubR24I3LineGpCFSIx         Unsigned32,
    rVTTestSubR24I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR24ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR24ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR24RtgDestTrnkGpID       DisplayString,
    rVTTestSubR24RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR24RtgRoutedToRPAS       INTEGER,
    rVTTestSubR24ModfdClgNumScope      INTEGER,
    rVTTestSubR24ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR24I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestSubR24SiteOtherVals         INTEGER
  }

  rVTTestSubR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR24Entry  1 }

  rVTTestSubR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR24Entry  2 }

  rVTTestSubR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR24Entry  3 }

  rVTTestSubR24TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR24Entry  4 }

  rVTTestSubR24TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR24Entry  5 }

  rVTTestSubR24DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR24Entry  10 }

  rVTTestSubR24SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  11 }

  rVTTestSubR24SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  12 }

  rVTTestSubR24SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR24Entry  13 }

  rVTTestSubR24I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  14 }

  rVTTestSubR24I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  15 }

  rVTTestSubR24BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR24Entry  16 }

  rVTTestSubR24LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR24Entry  17 }

  rVTTestSubR24IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR24Entry  18 }

  rVTTestSubR24TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR24Entry  19 }

  rVTTestSubR24CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR24Entry  20 }

  rVTTestSubR24NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR24Entry  21 }

  rVTTestSubR24NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR24Entry  22 }

  rVTTestSubR24NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR24Entry  23 }

  rVTTestSubR24NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR24Entry  24 }

  rVTTestSubR24NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR24Entry  25 }

  rVTTestSubR24NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR24Entry  26 }

  rVTTestSubR24NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR24Entry  27 }

  rVTTestSubR24NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR24Entry  28 }

  rVTTestSubR24NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR24Entry  29 }

  rVTTestSubR24NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR24Entry  30 }

  rVTTestSubR24NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR24Entry  31 }

  rVTTestSubR24NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR24Entry  32 }

  rVTTestSubR24NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR24Entry  33 }

  rVTTestSubR24NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR24Entry  34 }

  rVTTestSubR24NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR24Entry  35 }

  rVTTestSubR24NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR24Entry  36 }

  rVTTestSubR24NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR24Entry  37 }

  rVTTestSubR24NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR24Entry  38 }

  rVTTestSubR24NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR24Entry  39 }

  rVTTestSubR24NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR24Entry  40 }

  rVTTestSubR24NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR24Entry  41 }

  rVTTestSubR24RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR24Entry  42 }

  rVTTestSubR24RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR24Entry  43 }

  rVTTestSubR24RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR24Entry  44 }

  rVTTestSubR24RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR24Entry  45 }

  rVTTestSubR24RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR24Entry  46 }

  rVTTestSubR24RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR24Entry  47 }

  rVTTestSubR24RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR24Entry  48 }

  rVTTestSubR24RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR24Entry  49 }

  rVTTestSubR24RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR24Entry  50 }

  rVTTestSubR24RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR24Entry  51 }

  rVTTestSubR24RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR24Entry  52 }

  rVTTestSubR24DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR24Entry  53 }

  rVTTestSubR24DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR24Entry  54 }

  rVTTestSubR24RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR24Entry  55 }

  rVTTestSubR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR24Entry  56 }

  rVTTestSubR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR24Entry  57 }

  rVTTestSubR24T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  58 }

  rVTTestSubR24T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  59 }

  rVTTestSubR24T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  60 }

  rVTTestSubR24T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  61 }

  rVTTestSubR24T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  62 }

  rVTTestSubR24T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  63 }

  rVTTestSubR24T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  64 }

  rVTTestSubR24T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  65 }

  rVTTestSubR24T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  66 }

  rVTTestSubR24T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  67 }

  rVTTestSubR24T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  68 }

  rVTTestSubR24T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  69 }

  rVTTestSubR24GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR24Entry  70 }

  rVTTestSubR24UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR24Entry  71 }

  rVTTestSubR24TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR24Entry  72 }

  rVTTestSubR24TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR24Entry  73 }

  rVTTestSubR24RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR24Entry  75 }

  rVTTestSubR24SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR24Entry  76 }

  rVTTestSubR24NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR24Entry  77 }

  rVTTestSubR24NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR24Entry  78 }

  rVTTestSubR24RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR24Entry  79 }

  rVTTestSubR24IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR24Entry  80 }

  rVTTestSubR24IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR24Entry  81 }

  rVTTestSubR24NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR24Entry  82 }

  rVTTestSubR24NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR24Entry  83 }

  rVTTestSubR24NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR24Entry  84 }

  rVTTestSubR24NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR24Entry  86 }

  rVTTestSubR24IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR24Entry  87 }

  rVTTestSubR24T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  90 }

  rVTTestSubR24T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  91 }

  rVTTestSubR24T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  92 }

  rVTTestSubR24T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  93 }

  rVTTestSubR24T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  94 }

  rVTTestSubR24LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR24Entry  95 }

  rVTTestSubR24LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR24Entry  96 }

  rVTTestSubR24LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR24Entry  97 }

  rVTTestSubR24LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR24Entry  98 }

  rVTTestSubR24LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR24Entry  99 }

  rVTTestSubR24NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR24Entry  100 }

  rVTTestSubR24NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR24Entry  101 }

  rVTTestSubR24NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR24Entry  102 }

  rVTTestSubR24NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR24Entry  103 }

  rVTTestSubR24NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR24Entry  104 }

  rVTTestSubR24NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR24Entry  105 }

  rVTTestSubR24NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR24Entry  106 }

  rVTTestSubR24NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR24Entry  107 }

  rVTTestSubR24T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  108 }

  rVTTestSubR24T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  109 }

  rVTTestSubR24T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  110 }

  rVTTestSubR24T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  111 }

  rVTTestSubR24T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  112 }

  rVTTestSubR24I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR24Entry  113 }

  rVTTestSubR24I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR24Entry  114 }

  rVTTestSubR24I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR24Entry  115 }

  rVTTestSubR24NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR24Entry  116 }

  rVTTestSubR24NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR24Entry  117 }

  rVTTestSubR24NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR24Entry  118 }

  rVTTestSubR24I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR24Entry  119 }

  rVTTestSubR24I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR24Entry  120 }

  rVTTestSubR24I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR24Entry  121 }

  rVTTestSubR24I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR24Entry  122 }

  rVTTestSubR24I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR24Entry  123 }

  rVTTestSubR24I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR24Entry  124 }

  rVTTestSubR24NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR24Entry  125 }

  rVTTestSubR24NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR24Entry  126 }

  rVTTestSubR24NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR24Entry  127 }

  rVTTestSubR24NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR24Entry  128 }

  rVTTestSubR24ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR24Entry  129 }

  rVTTestSubR24AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR24Entry  130 }

  rVTTestSubR24AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR24Entry  131 }

  rVTTestSubR24NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR24Entry  132 }

  rVTTestSubR24I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR24Entry  133 }

  rVTTestSubR24NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR24Entry  137 }

  rVTTestSubR24NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR24Entry  138 }

  rVTTestSubR24RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestSubR24Entry  139 }

  rVTTestSubR24RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR24Entry  140 }

  rVTTestSubR24LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR24Entry  141 }

  rVTTestSubR24LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR24Entry  142 }

  rVTTestSubR24LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR24Entry  143 }

  rVTTestSubR24LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR24Entry  144 }

  rVTTestSubR24LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR24Entry  145 }

  rVTTestSubR24LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR24Entry  146 }

  rVTTestSubR24LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR24Entry  147 }

  rVTTestSubR24LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR24Entry  148 }

  rVTTestSubR24LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR24Entry  149 }

  rVTTestSubR24LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR24Entry  150 }

  rVTTestSubR24LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR24Entry  151 }

  rVTTestSubR24LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR24Entry  152 }

  rVTTestSubR24LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR24Entry  153 }

  rVTTestSubR24LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR24Entry  154 }

  rVTTestSubR24LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR24Entry  155 }

  rVTTestSubR24I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR24Entry  156 }

  rVTTestSubR24I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR24Entry  157 }

  rVTTestSubR24I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR24Entry  158 }

  rVTTestSubR24I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR24Entry  159 }

  rVTTestSubR24ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  160 }

  rVTTestSubR24IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR24Entry  161 }

  rVTTestSubR24T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  162 }

  rVTTestSubR24T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  163 }

  rVTTestSubR24T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  164 }

  rVTTestSubR24T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  165 }

  rVTTestSubR24T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  166 }

  rVTTestSubR24T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  167 }

  rVTTestSubR24T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  169 }

  rVTTestSubR24T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  170 }

  rVTTestSubR24T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  171 }

  rVTTestSubR24T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  172 }

  rVTTestSubR24T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  173 }

  rVTTestSubR24T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  174 }

  rVTTestSubR24T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  176 }

  rVTTestSubR24T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  177 }

  rVTTestSubR24T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  178 }

  rVTTestSubR24T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  179 }

  rVTTestSubR24T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  180 }

  rVTTestSubR24T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  182 }

  rVTTestSubR24T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  183 }

  rVTTestSubR24T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  184 }

  rVTTestSubR24T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  185 }

  rVTTestSubR24T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  186 }

  rVTTestSubR24IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  187 }

  rVTTestSubR24T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  188 }

  rVTTestSubR24T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  189 }

  rVTTestSubR24T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  190 }

  rVTTestSubR24T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  191 }

  rVTTestSubR24T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  192 }

  rVTTestSubR24T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  193 }

  rVTTestSubR24T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  195 }

  rVTTestSubR24T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  196 }

  rVTTestSubR24T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  197 }

  rVTTestSubR24T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  198 }

  rVTTestSubR24T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  199 }

  rVTTestSubR24T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  200 }

  rVTTestSubR24T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  202 }

  rVTTestSubR24T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  203 }

  rVTTestSubR24T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  204 }

  rVTTestSubR24T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  205 }

  rVTTestSubR24T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  206 }

  rVTTestSubR24T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  208 }

  rVTTestSubR24T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  209 }

  rVTTestSubR24T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  210 }

  rVTTestSubR24T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  211 }

  rVTTestSubR24T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  212 }

  rVTTestSubR24IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  213 }

  rVTTestSubR24T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  214 }

  rVTTestSubR24T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  215 }

  rVTTestSubR24T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  216 }

  rVTTestSubR24T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  217 }

  rVTTestSubR24T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  218 }

  rVTTestSubR24T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  219 }

  rVTTestSubR24T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  221 }

  rVTTestSubR24T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  222 }

  rVTTestSubR24T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  223 }

  rVTTestSubR24T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  224 }

  rVTTestSubR24T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  225 }

  rVTTestSubR24T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  226 }

  rVTTestSubR24T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  228 }

  rVTTestSubR24T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  229 }

  rVTTestSubR24T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  230 }

  rVTTestSubR24T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  231 }

  rVTTestSubR24T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  232 }

  rVTTestSubR24T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  234 }

  rVTTestSubR24T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  235 }

  rVTTestSubR24T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  236 }

  rVTTestSubR24T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  237 }

  rVTTestSubR24T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  238 }

  rVTTestSubR24IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  239 }

  rVTTestSubR24T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  240 }

  rVTTestSubR24T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  241 }

  rVTTestSubR24T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  242 }

  rVTTestSubR24T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  243 }

  rVTTestSubR24T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  244 }

  rVTTestSubR24T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  245 }

  rVTTestSubR24T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  247 }

  rVTTestSubR24T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  248 }

  rVTTestSubR24T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  249 }

  rVTTestSubR24T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  250 }

  rVTTestSubR24T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  251 }

  rVTTestSubR24T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  252 }

  rVTTestSubR24T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  254 }

  rVTTestSubR24T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  255 }

  rVTTestSubR24T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  256 }

  rVTTestSubR24T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  257 }

  rVTTestSubR24T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  258 }

  rVTTestSubR24T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  260 }

  rVTTestSubR24T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  261 }

  rVTTestSubR24T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  262 }

  rVTTestSubR24T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  263 }

  rVTTestSubR24T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  264 }

  rVTTestSubR24IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  265 }

  rVTTestSubR24T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  266 }

  rVTTestSubR24T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  267 }

  rVTTestSubR24T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  268 }

  rVTTestSubR24T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  269 }

  rVTTestSubR24T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  270 }

  rVTTestSubR24T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  271 }

  rVTTestSubR24T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  273 }

  rVTTestSubR24T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  274 }

  rVTTestSubR24T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  275 }

  rVTTestSubR24T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  276 }

  rVTTestSubR24T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  277 }

  rVTTestSubR24T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  278 }

  rVTTestSubR24T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  280 }

  rVTTestSubR24T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  281 }

  rVTTestSubR24T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  282 }

  rVTTestSubR24T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  283 }

  rVTTestSubR24T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  284 }

  rVTTestSubR24T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  286 }

  rVTTestSubR24T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  287 }

  rVTTestSubR24T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  288 }

  rVTTestSubR24T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  289 }

  rVTTestSubR24T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  290 }

  rVTTestSubR24IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  291 }

  rVTTestSubR24T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  292 }

  rVTTestSubR24T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  293 }

  rVTTestSubR24T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  294 }

  rVTTestSubR24T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  295 }

  rVTTestSubR24T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  296 }

  rVTTestSubR24T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  297 }

  rVTTestSubR24T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  299 }

  rVTTestSubR24T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  300 }

  rVTTestSubR24T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  301 }

  rVTTestSubR24T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  302 }

  rVTTestSubR24T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  303 }

  rVTTestSubR24T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  304 }

  rVTTestSubR24T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  306 }

  rVTTestSubR24T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  307 }

  rVTTestSubR24T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  308 }

  rVTTestSubR24T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  309 }

  rVTTestSubR24T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  310 }

  rVTTestSubR24T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  312 }

  rVTTestSubR24T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  313 }

  rVTTestSubR24T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  314 }

  rVTTestSubR24T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  315 }

  rVTTestSubR24T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  316 }

  rVTTestSubR24IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  317 }

  rVTTestSubR24T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  318 }

  rVTTestSubR24T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  319 }

  rVTTestSubR24T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  320 }

  rVTTestSubR24T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  321 }

  rVTTestSubR24T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  322 }

  rVTTestSubR24T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  323 }

  rVTTestSubR24T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  325 }

  rVTTestSubR24T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  326 }

  rVTTestSubR24T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  327 }

  rVTTestSubR24T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  328 }

  rVTTestSubR24T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  329 }

  rVTTestSubR24T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  330 }

  rVTTestSubR24T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  332 }

  rVTTestSubR24T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  333 }

  rVTTestSubR24T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  334 }

  rVTTestSubR24T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  335 }

  rVTTestSubR24T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  336 }

  rVTTestSubR24T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  338 }

  rVTTestSubR24T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  339 }

  rVTTestSubR24T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  340 }

  rVTTestSubR24T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  341 }

  rVTTestSubR24T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  342 }

  rVTTestSubR24IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  343 }

  rVTTestSubR24T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  344 }

  rVTTestSubR24T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  345 }

  rVTTestSubR24T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  346 }

  rVTTestSubR24T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  347 }

  rVTTestSubR24T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  348 }

  rVTTestSubR24T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  349 }

  rVTTestSubR24T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  351 }

  rVTTestSubR24T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  352 }

  rVTTestSubR24T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  353 }

  rVTTestSubR24T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  354 }

  rVTTestSubR24T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  355 }

  rVTTestSubR24T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  356 }

  rVTTestSubR24T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  358 }

  rVTTestSubR24T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  359 }

  rVTTestSubR24T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  360 }

  rVTTestSubR24T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  361 }

  rVTTestSubR24T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  362 }

  rVTTestSubR24T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  364 }

  rVTTestSubR24T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  365 }

  rVTTestSubR24T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  366 }

  rVTTestSubR24T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  367 }

  rVTTestSubR24T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  368 }

  rVTTestSubR24IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  369 }

  rVTTestSubR24T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  370 }

  rVTTestSubR24T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  371 }

  rVTTestSubR24T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  372 }

  rVTTestSubR24T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  373 }

  rVTTestSubR24T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  374 }

  rVTTestSubR24T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  375 }

  rVTTestSubR24T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  377 }

  rVTTestSubR24T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  378 }

  rVTTestSubR24T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  379 }

  rVTTestSubR24T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  380 }

  rVTTestSubR24T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  381 }

  rVTTestSubR24T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  382 }

  rVTTestSubR24T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  384 }

  rVTTestSubR24T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  385 }

  rVTTestSubR24T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  386 }

  rVTTestSubR24T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  387 }

  rVTTestSubR24T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  388 }

  rVTTestSubR24T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  390 }

  rVTTestSubR24T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  391 }

  rVTTestSubR24T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  392 }

  rVTTestSubR24T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  393 }

  rVTTestSubR24T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  394 }

  rVTTestSubR24IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  395 }

  rVTTestSubR24T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  396 }

  rVTTestSubR24T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  397 }

  rVTTestSubR24T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  398 }

  rVTTestSubR24T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  399 }

  rVTTestSubR24T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  400 }

  rVTTestSubR24T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  401 }

  rVTTestSubR24T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  403 }

  rVTTestSubR24T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  404 }

  rVTTestSubR24T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  405 }

  rVTTestSubR24T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  406 }

  rVTTestSubR24T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  407 }

  rVTTestSubR24T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  408 }

  rVTTestSubR24T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  410 }

  rVTTestSubR24T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  411 }

  rVTTestSubR24T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  412 }

  rVTTestSubR24T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  413 }

  rVTTestSubR24T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  414 }

  rVTTestSubR24T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  416 }

  rVTTestSubR24T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  417 }

  rVTTestSubR24T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  418 }

  rVTTestSubR24T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  419 }

  rVTTestSubR24T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  420 }

  rVTTestSubR24IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  421 }

  rVTTestSubR24ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR24Entry  422 }

  rVTTestSubR24ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR24Entry  423 }

  rVTTestSubR24T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  424 }

  rVTTestSubR24T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  425 }

  rVTTestSubR24T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  426 }

  rVTTestSubR24T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  427 }

  rVTTestSubR24T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  428 }

  rVTTestSubR24T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  429 }

  rVTTestSubR24T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  431 }

  rVTTestSubR24T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  432 }

  rVTTestSubR24T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  433 }

  rVTTestSubR24T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  434 }

  rVTTestSubR24T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  435 }

  rVTTestSubR24T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  436 }

  rVTTestSubR24T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  438 }

  rVTTestSubR24T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  439 }

  rVTTestSubR24T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  440 }

  rVTTestSubR24T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  441 }

  rVTTestSubR24T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  442 }

  rVTTestSubR24T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  444 }

  rVTTestSubR24T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  445 }

  rVTTestSubR24T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  446 }

  rVTTestSubR24T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  447 }

  rVTTestSubR24T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  448 }

  rVTTestSubR24ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  449 }

  rVTTestSubR24T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  450 }

  rVTTestSubR24T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  451 }

  rVTTestSubR24T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  452 }

  rVTTestSubR24T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  453 }

  rVTTestSubR24T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  454 }

  rVTTestSubR24T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  455 }

  rVTTestSubR24T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  457 }

  rVTTestSubR24T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  458 }

  rVTTestSubR24T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  459 }

  rVTTestSubR24T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  460 }

  rVTTestSubR24T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  461 }

  rVTTestSubR24T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  462 }

  rVTTestSubR24T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  464 }

  rVTTestSubR24T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  465 }

  rVTTestSubR24T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  466 }

  rVTTestSubR24T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  467 }

  rVTTestSubR24T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  468 }

  rVTTestSubR24T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  470 }

  rVTTestSubR24T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  471 }

  rVTTestSubR24T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  472 }

  rVTTestSubR24T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  473 }

  rVTTestSubR24T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  474 }

  rVTTestSubR24ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  475 }

  rVTTestSubR24T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  476 }

  rVTTestSubR24T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  477 }

  rVTTestSubR24T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  478 }

  rVTTestSubR24T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  479 }

  rVTTestSubR24T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  480 }

  rVTTestSubR24T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  481 }

  rVTTestSubR24T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  483 }

  rVTTestSubR24T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  484 }

  rVTTestSubR24T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  485 }

  rVTTestSubR24T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  486 }

  rVTTestSubR24T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  487 }

  rVTTestSubR24T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  488 }

  rVTTestSubR24T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  490 }

  rVTTestSubR24T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  491 }

  rVTTestSubR24T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  492 }

  rVTTestSubR24T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  493 }

  rVTTestSubR24T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  494 }

  rVTTestSubR24T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  496 }

  rVTTestSubR24T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  497 }

  rVTTestSubR24T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  498 }

  rVTTestSubR24T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  499 }

  rVTTestSubR24T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  500 }

  rVTTestSubR24ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  501 }

  rVTTestSubR24T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  502 }

  rVTTestSubR24T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  503 }

  rVTTestSubR24T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  504 }

  rVTTestSubR24T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  505 }

  rVTTestSubR24T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  506 }

  rVTTestSubR24T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  507 }

  rVTTestSubR24T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  509 }

  rVTTestSubR24T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  510 }

  rVTTestSubR24T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  511 }

  rVTTestSubR24T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  512 }

  rVTTestSubR24T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  513 }

  rVTTestSubR24T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  514 }

  rVTTestSubR24T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  516 }

  rVTTestSubR24T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  517 }

  rVTTestSubR24T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  518 }

  rVTTestSubR24T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  519 }

  rVTTestSubR24T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  520 }

  rVTTestSubR24T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  522 }

  rVTTestSubR24T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  523 }

  rVTTestSubR24T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  524 }

  rVTTestSubR24T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  525 }

  rVTTestSubR24T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  526 }

  rVTTestSubR24ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  527 }

  rVTTestSubR24T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  528 }

  rVTTestSubR24T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  529 }

  rVTTestSubR24T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  530 }

  rVTTestSubR24T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  531 }

  rVTTestSubR24T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  532 }

  rVTTestSubR24T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  533 }

  rVTTestSubR24T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  535 }

  rVTTestSubR24T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  536 }

  rVTTestSubR24T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  537 }

  rVTTestSubR24T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  538 }

  rVTTestSubR24T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  539 }

  rVTTestSubR24T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  540 }

  rVTTestSubR24T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  542 }

  rVTTestSubR24T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  543 }

  rVTTestSubR24T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  544 }

  rVTTestSubR24T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  545 }

  rVTTestSubR24T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  546 }

  rVTTestSubR24T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  548 }

  rVTTestSubR24T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  549 }

  rVTTestSubR24T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  550 }

  rVTTestSubR24T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  551 }

  rVTTestSubR24T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  552 }

  rVTTestSubR24ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  553 }

  rVTTestSubR24T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  554 }

  rVTTestSubR24T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  555 }

  rVTTestSubR24T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  556 }

  rVTTestSubR24T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  557 }

  rVTTestSubR24T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  558 }

  rVTTestSubR24T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  559 }

  rVTTestSubR24T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  561 }

  rVTTestSubR24T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  562 }

  rVTTestSubR24T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  563 }

  rVTTestSubR24T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  564 }

  rVTTestSubR24T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  565 }

  rVTTestSubR24T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  566 }

  rVTTestSubR24T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  568 }

  rVTTestSubR24T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  569 }

  rVTTestSubR24T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  570 }

  rVTTestSubR24T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  571 }

  rVTTestSubR24T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  572 }

  rVTTestSubR24T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  574 }

  rVTTestSubR24T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  575 }

  rVTTestSubR24T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  576 }

  rVTTestSubR24T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  577 }

  rVTTestSubR24T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  578 }

  rVTTestSubR24ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  579 }

  rVTTestSubR24T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  580 }

  rVTTestSubR24T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  581 }

  rVTTestSubR24T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  582 }

  rVTTestSubR24T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  583 }

  rVTTestSubR24T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  584 }

  rVTTestSubR24T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  585 }

  rVTTestSubR24T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  587 }

  rVTTestSubR24T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  588 }

  rVTTestSubR24T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  589 }

  rVTTestSubR24T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  590 }

  rVTTestSubR24T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  591 }

  rVTTestSubR24T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  592 }

  rVTTestSubR24T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  594 }

  rVTTestSubR24T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  595 }

  rVTTestSubR24T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  596 }

  rVTTestSubR24T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  597 }

  rVTTestSubR24T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  598 }

  rVTTestSubR24T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  600 }

  rVTTestSubR24T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  601 }

  rVTTestSubR24T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  602 }

  rVTTestSubR24T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  603 }

  rVTTestSubR24T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  604 }

  rVTTestSubR24ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  605 }

  rVTTestSubR24T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  606 }

  rVTTestSubR24T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  607 }

  rVTTestSubR24T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  608 }

  rVTTestSubR24T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  609 }

  rVTTestSubR24T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  610 }

  rVTTestSubR24T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  611 }

  rVTTestSubR24T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  613 }

  rVTTestSubR24T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  614 }

  rVTTestSubR24T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  615 }

  rVTTestSubR24T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  616 }

  rVTTestSubR24T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  617 }

  rVTTestSubR24T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  618 }

  rVTTestSubR24T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  620 }

  rVTTestSubR24T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  621 }

  rVTTestSubR24T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  622 }

  rVTTestSubR24T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  623 }

  rVTTestSubR24T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  624 }

  rVTTestSubR24T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  626 }

  rVTTestSubR24T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  627 }

  rVTTestSubR24T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  628 }

  rVTTestSubR24T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  629 }

  rVTTestSubR24T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  630 }

  rVTTestSubR24ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  631 }

  rVTTestSubR24T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  632 }

  rVTTestSubR24T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  633 }

  rVTTestSubR24T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  634 }

  rVTTestSubR24T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  635 }

  rVTTestSubR24T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  636 }

  rVTTestSubR24T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  637 }

  rVTTestSubR24T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  639 }

  rVTTestSubR24T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  640 }

  rVTTestSubR24T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  641 }

  rVTTestSubR24T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  642 }

  rVTTestSubR24T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  643 }

  rVTTestSubR24T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  644 }

  rVTTestSubR24T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  646 }

  rVTTestSubR24T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  647 }

  rVTTestSubR24T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  648 }

  rVTTestSubR24T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  649 }

  rVTTestSubR24T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  650 }

  rVTTestSubR24T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  652 }

  rVTTestSubR24T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  653 }

  rVTTestSubR24T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  654 }

  rVTTestSubR24T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  655 }

  rVTTestSubR24T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  656 }

  rVTTestSubR24ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  657 }

  rVTTestSubR24T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  658 }

  rVTTestSubR24T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  659 }

  rVTTestSubR24T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  660 }

  rVTTestSubR24T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  661 }

  rVTTestSubR24T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  662 }

  rVTTestSubR24T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR24Entry  663 }

  rVTTestSubR24T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  665 }

  rVTTestSubR24T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  666 }

  rVTTestSubR24T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  667 }

  rVTTestSubR24T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  668 }

  rVTTestSubR24T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  669 }

  rVTTestSubR24T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR24Entry  670 }

  rVTTestSubR24T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  672 }

  rVTTestSubR24T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  673 }

  rVTTestSubR24T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  674 }

  rVTTestSubR24T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  675 }

  rVTTestSubR24T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR24Entry  676 }

  rVTTestSubR24T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  678 }

  rVTTestSubR24T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  679 }

  rVTTestSubR24T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  680 }

  rVTTestSubR24T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  681 }

  rVTTestSubR24T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR24Entry  682 }

  rVTTestSubR24ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  683 }

  rVTTestSubR24ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR24Entry  684 }

  rVTTestSubR24ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR24Entry  685 }

  rVTTestSubR24NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR24Entry  686 }

  rVTTestSubR24NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR24Entry  687 }

  rVTTestSubR24NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR24Entry  688 }

  rVTTestSubR24NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR24Entry  689 }

  rVTTestSubR24NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR24Entry  690 }

  rVTTestSubR24NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR24Entry  691 }

  rVTTestSubR24NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR24Entry  692 }

  rVTTestSubR24NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR24Entry  693 }

  rVTTestSubR24NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR24Entry  694 }

  rVTTestSubR24NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR24Entry  695 }

  rVTTestSubR24NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR24Entry  696 }

  rVTTestSubR24NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR24Entry  697 }

  rVTTestSubR24NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR24Entry  698 }

  rVTTestSubR24NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR24Entry  699 }

  rVTTestSubR24NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR24Entry  700 }

  rVTTestSubR24NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR24Entry  701 }

  rVTTestSubR24NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR24Entry  702 }

  rVTTestSubR24NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR24Entry  703 }

  rVTTestSubR24RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR24Entry  704 }

  rVTTestSubR24IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR24Entry  706 }

  rVTTestSubR24I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  712 }

  rVTTestSubR24I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  713 }

  rVTTestSubR24SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  800 }

  rVTTestSubR24SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  801 }

  rVTTestSubR24SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR24Entry  802 }

  rVTTestSubR24SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  810 }

  rVTTestSubR24SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  811 }

  rVTTestSubR24SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  812 }

  rVTTestSubR24SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  813 }

  rVTTestSubR24SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  814 }

  rVTTestSubR24SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  815 }

  rVTTestSubR24SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  816 }

  rVTTestSubR24SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR24Entry  817 }

  rVTTestSubR24SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR24Entry  818 }

  rVTTestSubR24SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  822 }

  rVTTestSubR24SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  823 }

  rVTTestSubR24SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR24Entry  824 }

  rVTTestSubR24CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR24Entry  825 }

  rVTTestSubR24SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  826 }

  rVTTestSubR24SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR24Entry  827 }

  rVTTestSubR24SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR24Entry  828 }

  rVTTestSubR24NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR24Entry  829 }

  rVTTestSubR24DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR24Entry  830 }

  rVTTestSubR24DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR24Entry  831 }

  rVTTestSubR24DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR24Entry  832 }

  rVTTestSubR24HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR24Entry  833 }

  rVTTestSubR24MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR24Entry  834 }

  rVTTestSubR24NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR24Entry  835 }

  rVTTestSubR24NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR24Entry  836 }

  rVTTestSubR24RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR24Entry  837 }

  rVTTestSubR24IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR24Entry  838 }

  rVTTestSubR24I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  839 }

  rVTTestSubR24I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  840 }

  rVTTestSubR24I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  841 }

  rVTTestSubR24I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR24Entry  842 }

  rVTTestSubR24ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR24Entry  843 }

  rVTTestSubR24ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR24Entry  844 }

  rVTTestSubR24RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR24Entry  845 }

  rVTTestSubR24RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR24Entry  846 }

  rVTTestSubR24RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR24Entry  847 }

  rVTTestSubR24ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR24Entry  848 }

  rVTTestSubR24ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR24Entry  849 }

  rVTTestSubR24I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR24Entry  850 }

  rVTTestSubR24SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR24Entry  851 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server'                                         */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  appServR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Application Servers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2310 }

  appServR9Entry OBJECT-TYPE
    SYNTAX       AppServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServR9NEConn,
             appServR9NetwkElement,
             appServR9CFSIx,
             appServR9DirNum }
    ::= {  appServR9Table  1  }

  AppServR9Entry  ::=  SEQUENCE
  {
    appServR9NEConn                    Unsigned32,
    appServR9NetwkElement              DisplayString,
    appServR9CFSIx                     Unsigned32,
    appServR9DirNum                    DisplayString,
    appServR9Desc                      DisplayString,
    appServR9ServerType                BITS,
    appServR9SDActMaxCallAppearances   Unsigned32,
    appServR9SDDefMaxCallAppearances   Unsigned32,
    appServR9SDUseDefMaxCallAppearances
                                       INTEGER,
    appServR9AlrmState                 INTEGER,
    appServR9AlrmLogCorr               Counter64,
    appServR9AddtlAlrmLogCorr          Counter64,
    appServR9AlrmEvtsAttnRq            Unsigned32,
    appServR9AlrmEvtsAtndDp            Unsigned32,
    appServR9AlrmStateTimestamp        Unsigned32,
    appServR9DiagsLogLvl               INTEGER,
    appServR9DiagsAPITraceEnabled      INTEGER,
    appServR9DiagsAPITraceTag          DisplayString,
    appServR9DiagsAPITraceRemNum       DisplayString,
    appServR9RowStatus                 RowStatus,
    appServR9ActionOnFail              INTEGER,
    appServR9RetryDly                  Unsigned32,
    appServR9I1CfgdSIPBindingNEConn    Unsigned32,
    appServR9I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    appServR9I3CfgdSIPBindingCFSIx     Unsigned32,
    appServR9I4CfgdSIPBindingBindingIx Unsigned32,
    appServR9OrigingServerBillXfers    INTEGER,
    appServR9TermServerBillXfers       INTEGER,
    appServR9TermServerProvideClgName  INTEGER,
    appServR9SDActVQMCallLogging       INTEGER,
    appServR9SDDefVQMCallLogging       INTEGER,
    appServR9SDUseDefVQMCallLogging    INTEGER,
    appServR9TermServerOnlyCorrelateSASTrails
                                       INTEGER,
    appServR9StatisticsAlrms           Integer32,
    appServR9RecSrvWebInterfaceURL     LongDisplayString
  }

  appServR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServR9Entry  1 }

  appServR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServR9Entry  2 }

  appServR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServR9Entry  3 }

  appServR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServR9Entry  4 }

  appServR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { appServR9Entry  5 }

  appServR9ServerType OBJECT-TYPE
    SYNTAX       BITS {
                   originating(0),
                   terminating(1),
                   voicemail(2),
                   musicOnHold(4),
                   presence(6),
                   recording(7),
                   cNAM(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'.
                  This field is not writable when active."
    ::= { appServR9Entry  6 }

  appServR9SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR9Entry  18 }

  appServR9SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR9Entry  19 }

  appServR9SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR9Entry  20 }

  appServR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServR9Entry  22 }

  appServR9AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { appServR9Entry  23 }

  appServR9AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { appServR9Entry  24 }

  appServR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR9Entry  25 }

  appServR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR9Entry  26 }

  appServR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServR9Entry  27 }

  appServR9DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { appServR9Entry  28 }

  appServR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { appServR9Entry  29 }

  appServR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { appServR9Entry  30 }

  appServR9DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { appServR9Entry  31 }

  appServR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { appServR9Entry  32 }

  appServR9ActionOnFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   rejectCall(1),
                   bypassServer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action on failure'.
                  This field is not writable when active."
    DEFVAL       { rejectCall }
    ::= { appServR9Entry  33 }

  appServR9RetryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Retry delay'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { appServR9Entry  34 }

  appServR9I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR9Entry  35 }

  appServR9I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR9Entry  36 }

  appServR9I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR9Entry  37 }

  appServR9I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR9Entry  38 }

  appServR9OrigingServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating server - billing of transfers'."
    DEFVAL       { singleRecordOriginalDN }
    ::= { appServR9Entry  39 }

  appServR9TermServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - billing of transfers'."
    DEFVAL       { twoRecords }
    ::= { appServR9Entry  40 }

  appServR9TermServerProvideClgName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - provide calling name'."
    DEFVAL       { false }
    ::= { appServR9Entry  41 }

  appServR9SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR9Entry  46 }

  appServR9SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR9Entry  47 }

  appServR9SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR9Entry  48 }

  appServR9TermServerOnlyCorrelateSASTrails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - only correlate SAS trails'."
    DEFVAL       { false }
    ::= { appServR9Entry  49 }

  appServR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { appServR9Entry  50 }

  appServR9RecSrvWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording server - web interface URL'."
    ::= { appServR9Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2311 }

  rPSAttrEntryR26Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR26NEConn,
             rPSAttrEntryR26NetwkElement,
             rPSAttrEntryR26CFSIx,
             rPSAttrEntryR26CfgSetIx,
             rPSAttrEntryR26AttrSetIx,
             rPSAttrEntryR26AttrEntryIx }
    ::= {  rPSAttrEntryR26Table  1  }

  RPSAttrEntryR26Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR26NEConn              Unsigned32,
    rPSAttrEntryR26NetwkElement        DisplayString,
    rPSAttrEntryR26CFSIx               Unsigned32,
    rPSAttrEntryR26CfgSetIx            Unsigned32,
    rPSAttrEntryR26AttrSetIx           Unsigned32,
    rPSAttrEntryR26AttrEntryIx         Unsigned32,
    rPSAttrEntryR26AttrType            INTEGER,
    rPSAttrEntryR26AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR26AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR26AttrValCldAddrScope INTEGER,
    rPSAttrEntryR26AttrValCldAddrType  INTEGER,
    rPSAttrEntryR26AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR26AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR26AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR26AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR26AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR26AttrValOprCall      INTEGER,
    rPSAttrEntryR26AttrValPriorityCall INTEGER,
    rPSAttrEntryR26AttrValRegionCode   Unsigned32,
    rPSAttrEntryR26AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR26AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR26AttrValRtgControlUK INTEGER,
    rPSAttrEntryR26AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR26AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR26AttrValTestCall     INTEGER,
    rPSAttrEntryR26AttrValAnnounceID   INTEGER,
    rPSAttrEntryR26AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR26AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR26AttrValTransitNetID Unsigned32,
    rPSAttrEntryR26AttrValUSCallType   INTEGER,
    rPSAttrEntryR26AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR26AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR26AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR26AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR26AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR26AttrValUSCarrType   INTEGER,
    rPSAttrEntryR26AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR26AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR26AttrValClgCategory  INTEGER,
    rPSAttrEntryR26RowStatus           RowStatus,
    rPSAttrEntryR26AttrValUKCallType   INTEGER,
    rPSAttrEntryR26AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR26I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR26I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR26I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR26I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR26AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR26AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR26AttrValUSLATA       Unsigned32,
    rPSAttrEntryR26AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR26AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR26AttrValUsrDef       Unsigned32,
    rPSAttrEntryR26AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR26AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR26AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR26AttrValBillCallType INTEGER,
    rPSAttrEntryR26AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR26AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR26AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR26AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR26AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR26AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR26T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR26T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR26T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR26AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR26I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR26I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR26I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR26I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR26AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR26AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR26I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR26I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR26I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR26I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR26AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR26AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR26AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR26AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR26AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR26AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR26AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR26AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR26AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR26AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR26AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR26AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR26AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR26AttrValOTGpID       INTEGER,
    rPSAttrEntryR26AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR26AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR26AttrValDTGpID       INTEGER,
    rPSAttrEntryR26AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR26AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR26AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR26AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR26T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR26T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR26T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR26AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR26AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR26AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR26AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR26AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR26AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR26AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR26AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR26AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR26AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR26AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR26ClgAddrScope        INTEGER,
    rPSAttrEntryR26AttrValHighRiskCall INTEGER,
    rPSAttrEntryR26RtgPolicyNum        Unsigned32,
    rPSAttrEntryR26RtgPolicy           LongDisplayString,
    rPSAttrEntryR26AttrValLCC          INTEGER,
    rPSAttrEntryR26AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER
  }

  rPSAttrEntryR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR26Entry  1 }

  rPSAttrEntryR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR26Entry  2 }

  rPSAttrEntryR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR26Entry  3 }

  rPSAttrEntryR26CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR26Entry  4 }

  rPSAttrEntryR26AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR26Entry  5 }

  rPSAttrEntryR26AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR26Entry  6 }

  rPSAttrEntryR26AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR26Entry  7 }

  rPSAttrEntryR26AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  8 }

  rPSAttrEntryR26AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR26Entry  9 }

  rPSAttrEntryR26AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR26Entry  10 }

  rPSAttrEntryR26AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR26Entry  11 }

  rPSAttrEntryR26AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  12 }

  rPSAttrEntryR26AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  13 }

  rPSAttrEntryR26AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  14 }

  rPSAttrEntryR26AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR26Entry  15 }

  rPSAttrEntryR26AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  16 }

  rPSAttrEntryR26AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  17 }

  rPSAttrEntryR26AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  18 }

  rPSAttrEntryR26AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  19 }

  rPSAttrEntryR26AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR26Entry  20 }

  rPSAttrEntryR26AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  21 }

  rPSAttrEntryR26AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR26Entry  22 }

  rPSAttrEntryR26AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  23 }

  rPSAttrEntryR26AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  24 }

  rPSAttrEntryR26AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  25 }

  rPSAttrEntryR26AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR26Entry  26 }

  rPSAttrEntryR26AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR26Entry  27 }

  rPSAttrEntryR26AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR26Entry  28 }

  rPSAttrEntryR26AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  29 }

  rPSAttrEntryR26AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR26Entry  30 }

  rPSAttrEntryR26AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR26Entry  31 }

  rPSAttrEntryR26AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR26Entry  32 }

  rPSAttrEntryR26AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR26Entry  33 }

  rPSAttrEntryR26AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR26Entry  34 }

  rPSAttrEntryR26AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR26Entry  35 }

  rPSAttrEntryR26AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR26Entry  36 }

  rPSAttrEntryR26AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  37 }

  rPSAttrEntryR26AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  38 }

  rPSAttrEntryR26AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR26Entry  39 }

  rPSAttrEntryR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR26Entry  40 }

  rPSAttrEntryR26AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR26Entry  41 }

  rPSAttrEntryR26AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR26Entry  42 }

  rPSAttrEntryR26I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR26Entry  43 }

  rPSAttrEntryR26I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR26Entry  44 }

  rPSAttrEntryR26I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR26Entry  45 }

  rPSAttrEntryR26I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR26Entry  46 }

  rPSAttrEntryR26AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR26Entry  47 }

  rPSAttrEntryR26AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR26Entry  48 }

  rPSAttrEntryR26AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  49 }

  rPSAttrEntryR26AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR26Entry  50 }

  rPSAttrEntryR26AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  51 }

  rPSAttrEntryR26AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR26Entry  52 }

  rPSAttrEntryR26AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  53 }

  rPSAttrEntryR26AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR26Entry  54 }

  rPSAttrEntryR26AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR26Entry  55 }

  rPSAttrEntryR26AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR26Entry  56 }

  rPSAttrEntryR26AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR26Entry  57 }

  rPSAttrEntryR26AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  58 }

  rPSAttrEntryR26AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  59 }

  rPSAttrEntryR26AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR26Entry  60 }

  rPSAttrEntryR26AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR26Entry  61 }

  rPSAttrEntryR26AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR26Entry  62 }

  rPSAttrEntryR26T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR26Entry  63 }

  rPSAttrEntryR26T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR26Entry  64 }

  rPSAttrEntryR26T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR26Entry  65 }

  rPSAttrEntryR26AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR26Entry  66 }

  rPSAttrEntryR26I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR26Entry  67 }

  rPSAttrEntryR26I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR26Entry  68 }

  rPSAttrEntryR26I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR26Entry  69 }

  rPSAttrEntryR26I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR26Entry  70 }

  rPSAttrEntryR26AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR26Entry  71 }

  rPSAttrEntryR26AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR26Entry  72 }

  rPSAttrEntryR26I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR26Entry  73 }

  rPSAttrEntryR26I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR26Entry  74 }

  rPSAttrEntryR26I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR26Entry  75 }

  rPSAttrEntryR26I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR26Entry  76 }

  rPSAttrEntryR26AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR26Entry  77 }

  rPSAttrEntryR26AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR26Entry  78 }

  rPSAttrEntryR26AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR26Entry  79 }

  rPSAttrEntryR26AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR26Entry  80 }

  rPSAttrEntryR26AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR26Entry  81 }

  rPSAttrEntryR26AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR26Entry  82 }

  rPSAttrEntryR26AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR26Entry  83 }

  rPSAttrEntryR26AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR26Entry  84 }

  rPSAttrEntryR26AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR26Entry  85 }

  rPSAttrEntryR26AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR26Entry  86 }

  rPSAttrEntryR26AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR26Entry  88 }

  rPSAttrEntryR26AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR26Entry  89 }

  rPSAttrEntryR26AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR26Entry  90 }

  rPSAttrEntryR26AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR26Entry  91 }

  rPSAttrEntryR26AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR26Entry  92 }

  rPSAttrEntryR26AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR26Entry  93 }

  rPSAttrEntryR26AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR26Entry  94 }

  rPSAttrEntryR26AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR26Entry  95 }

  rPSAttrEntryR26AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR26Entry  96 }

  rPSAttrEntryR26AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR26Entry  97 }

  rPSAttrEntryR26AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR26Entry  98 }

  rPSAttrEntryR26T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR26Entry  99 }

  rPSAttrEntryR26T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR26Entry  100 }

  rPSAttrEntryR26T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR26Entry  101 }

  rPSAttrEntryR26AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  102 }

  rPSAttrEntryR26AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR26Entry  103 }

  rPSAttrEntryR26AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  104 }

  rPSAttrEntryR26AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR26Entry  105 }

  rPSAttrEntryR26AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  106 }

  rPSAttrEntryR26AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  107 }

  rPSAttrEntryR26AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  108 }

  rPSAttrEntryR26AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  109 }

  rPSAttrEntryR26AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  110 }

  rPSAttrEntryR26AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  111 }

  rPSAttrEntryR26AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR26Entry  112 }

  rPSAttrEntryR26ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR26Entry  113 }

  rPSAttrEntryR26AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR26Entry  114 }

  rPSAttrEntryR26RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR26Entry  115 }

  rPSAttrEntryR26RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR26Entry  116 }

  rPSAttrEntryR26AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR26Entry  117 }

  rPSAttrEntryR26AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR26Entry  118 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML File Control'                                           */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  billXMLFlCtrlR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLFlCtrlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2312 }

  billXMLFlCtrlR1Entry OBJECT-TYPE
    SYNTAX       BillXMLFlCtrlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLFlCtrlR1NEConn,
             billXMLFlCtrlR1NetwkElement,
             billXMLFlCtrlR1CFSIx }
    ::= {  billXMLFlCtrlR1Table  1  }

  BillXMLFlCtrlR1Entry  ::=  SEQUENCE
  {
    billXMLFlCtrlR1NEConn              Unsigned32,
    billXMLFlCtrlR1NetwkElement        DisplayString,
    billXMLFlCtrlR1CFSIx               Unsigned32,
    billXMLFlCtrlR1XMLFileOPIntFixedTimeInterval
                                       INTEGER,
    billXMLFlCtrlR1XMLFileOPIntDay     INTEGER,
    billXMLFlCtrlR1XMLFileOPIntHr      Unsigned32,
    billXMLFlCtrlR1XMLFileOPIntMin     Unsigned32,
    billXMLFlCtrlR1XMLFileOPIntCurrFileFlippingInterval
                                       Unsigned32,
    billXMLFlCtrlR1XMLFileOPIntXMLFileNextOutputTime
                                       Unsigned32,
    billXMLFlCtrlR1XMLFileSizeMinorAlrmThreshold
                                       INTEGER,
    billXMLFlCtrlR1XMLFileSizeMajorAlrmThreshold
                                       INTEGER,
    billXMLFlCtrlR1XMLFileSizeCriticalAlrmThreshold
                                       INTEGER,
    billXMLFlCtrlR1XMLFileSizeRecountingPrimaryFileSizeInterval
                                       Unsigned32,
    billXMLFlCtrlR1XMLFileSizeCurrPrimaryFileSize
                                       Unsigned32,
    billXMLFlCtrlR1XMLFileSizeCurrAlrmLvl
                                       INTEGER,
    billXMLFlCtrlR1XMLFlOthOptsOpenActXMLFileRetryInterval
                                       Unsigned32,
    billXMLFlCtrlR1XMLFlOthOptsSecondaryXMLFileExpiryTime
                                       Unsigned32,
    billXMLFlCtrlR1XMLFlOthOptsNumXMLRecWriteFails
                                       Unsigned32,
    billXMLFlCtrlR1AlrmState           INTEGER,
    billXMLFlCtrlR1AlrmEvtsAttnRqLogCorr
                                       Counter64,
    billXMLFlCtrlR1AlrmEvtsAttnRq      Unsigned32,
    billXMLFlCtrlR1AlrmStateTimestamp  Unsigned32,
    billXMLFlCtrlR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    billXMLFlCtrlR1DoExtraActions      INTEGER,
    billXMLFlCtrlR1EquipmentTypeInXMLRecs
                                       DisplayString,
    billXMLFlCtrlR1NEIdentifierInXMLRecs
                                       DisplayString
  }

  billXMLFlCtrlR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLFlCtrlR1Entry  1 }

  billXMLFlCtrlR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLFlCtrlR1Entry  2 }

  billXMLFlCtrlR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLFlCtrlR1Entry  3 }

  billXMLFlCtrlR1XMLFileOPIntFixedTimeInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   useFlippingInterval(1),
                   fifteenMins(2),
                   thirtyMins(3),
                   oneHour(4),
                   twoHours(5),
                   fourHours(6),
                   twelveHours(7),
                   daily(8),
                   weekly(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file output interval - fixed time interval'."
    DEFVAL       { useFlippingInterval }
    ::= { billXMLFlCtrlR1Entry  4 }

  billXMLFlCtrlR1XMLFileOPIntDay OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XML file output interval - day'."
    DEFVAL       { monday }
    ::= { billXMLFlCtrlR1Entry  5 }

  billXMLFlCtrlR1XMLFileOPIntHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XML file output interval - hour'."
    DEFVAL       { 0 }
    ::= { billXMLFlCtrlR1Entry  6 }

  billXMLFlCtrlR1XMLFileOPIntMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'XML file output interval - minute'."
    DEFVAL       { 0 }
    ::= { billXMLFlCtrlR1Entry  7 }

  billXMLFlCtrlR1XMLFileOPIntCurrFileFlippingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file output interval - current file flipping interval'."
    DEFVAL       { 172800 }
    ::= { billXMLFlCtrlR1Entry  8 }

  billXMLFlCtrlR1XMLFileOPIntXMLFileNextOutputTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file output interval - XML file next output time'."
    ::= { billXMLFlCtrlR1Entry  9 }

  billXMLFlCtrlR1XMLFileSizeMinorAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - minor alarm threshold'."
    DEFVAL       { seventyPercent }
    ::= { billXMLFlCtrlR1Entry  10 }

  billXMLFlCtrlR1XMLFileSizeMajorAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - major alarm threshold'."
    DEFVAL       { eightyPercent }
    ::= { billXMLFlCtrlR1Entry  11 }

  billXMLFlCtrlR1XMLFileSizeCriticalAlrmThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenPercent(10),
                   twentyPercent(20),
                   thirtyPercent(30),
                   fortyPercent(40),
                   fiftyPercent(50),
                   sixtyPercent(60),
                   seventyPercent(70),
                   eightyPercent(80),
                   ninetyPercent(90),
                   oneHundredPercent(100)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - critical alarm threshold'."
    DEFVAL       { ninetyPercent }
    ::= { billXMLFlCtrlR1Entry  12 }

  billXMLFlCtrlR1XMLFileSizeRecountingPrimaryFileSizeInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - recounting primary file size interval'."
    DEFVAL       { 10 }
    ::= { billXMLFlCtrlR1Entry  13 }

  billXMLFlCtrlR1XMLFileSizeCurrPrimaryFileSize OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - current primary file size'."
    ::= { billXMLFlCtrlR1Entry  14 }

  billXMLFlCtrlR1XMLFileSizeCurrAlrmLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   minor(2),
                   major(3),
                   critical(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file size - current alarm level'."
    ::= { billXMLFlCtrlR1Entry  15 }

  billXMLFlCtrlR1XMLFlOthOptsOpenActXMLFileRetryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file other options - open active XML file retry interval'."
    DEFVAL       { 60 }
    ::= { billXMLFlCtrlR1Entry  16 }

  billXMLFlCtrlR1XMLFlOthOptsSecondaryXMLFileExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file other options - secondary XML file expiry time'."
    DEFVAL       { 432000 }
    ::= { billXMLFlCtrlR1Entry  17 }

  billXMLFlCtrlR1XMLFlOthOptsNumXMLRecWriteFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML file other options - number of XML record write failures'."
    ::= { billXMLFlCtrlR1Entry  18 }

  billXMLFlCtrlR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { billXMLFlCtrlR1Entry  19 }

  billXMLFlCtrlR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { billXMLFlCtrlR1Entry  20 }

  billXMLFlCtrlR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billXMLFlCtrlR1Entry  21 }

  billXMLFlCtrlR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { billXMLFlCtrlR1Entry  22 }

  billXMLFlCtrlR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { billXMLFlCtrlR1Entry  23 }

  billXMLFlCtrlR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   closeBillingFile(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { billXMLFlCtrlR1Entry  24 }

  billXMLFlCtrlR1EquipmentTypeInXMLRecs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Equipment type in XML records'."
    ::= { billXMLFlCtrlR1Entry  25 }

  billXMLFlCtrlR1NEIdentifierInXMLRecs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'NE identifier in XML records'."
    ::= { billXMLFlCtrlR1Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID IP Destination'                                   */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  callerIDIPDestR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallerIDIPDestR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Caller ID Services'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2313 }

  callerIDIPDestR2Entry OBJECT-TYPE
    SYNTAX       CallerIDIPDestR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callerIDIPDestR2NEConn,
             callerIDIPDestR2NetwkElement,
             callerIDIPDestR2CFSIx,
             callerIDIPDestR2IPDestIx }
    ::= {  callerIDIPDestR2Table  1  }

  CallerIDIPDestR2Entry  ::=  SEQUENCE
  {
    callerIDIPDestR2NEConn             Unsigned32,
    callerIDIPDestR2NetwkElement       DisplayString,
    callerIDIPDestR2CFSIx              Unsigned32,
    callerIDIPDestR2IPDestIx           Unsigned32,
    callerIDIPDestR2IPDestName         DisplayString,
    callerIDIPDestR2IPAddr             DisplayString,
    callerIDIPDestR2UDPPort            Unsigned32,
    callerIDIPDestR2AlrmState          INTEGER,
    callerIDIPDestR2AlrmEvtsAttnRqLogCorr
                                       Counter64,
    callerIDIPDestR2AlrmEvtsAttnRq     Unsigned32,
    callerIDIPDestR2AlrmStateTimestamp Unsigned32,
    callerIDIPDestR2AlrmResetTimestamp Unsigned32,
    callerIDIPDestR2RowStatus          RowStatus,
    callerIDIPDestR2NotifType          INTEGER,
    callerIDIPDestR2I1AppServerNEConn  Unsigned32,
    callerIDIPDestR2I2AppServerNetwkElement
                                       DisplayString,
    callerIDIPDestR2I3AppServerCFSIx   Unsigned32,
    callerIDIPDestR2I4AppServerDirNum  DisplayString
  }

  callerIDIPDestR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callerIDIPDestR2Entry  1 }

  callerIDIPDestR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callerIDIPDestR2Entry  2 }

  callerIDIPDestR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callerIDIPDestR2Entry  3 }

  callerIDIPDestR2IPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP destination index'.
                  This is an index field."
    ::= { callerIDIPDestR2Entry  4 }

  callerIDIPDestR2IPDestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { callerIDIPDestR2Entry  5 }

  callerIDIPDestR2IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { callerIDIPDestR2Entry  6 }

  callerIDIPDestR2UDPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UDP port'.
                  This field is not writable when active."
    DEFVAL       { 999 }
    ::= { callerIDIPDestR2Entry  7 }

  callerIDIPDestR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { callerIDIPDestR2Entry  8 }

  callerIDIPDestR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { callerIDIPDestR2Entry  9 }

  callerIDIPDestR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { callerIDIPDestR2Entry  10 }

  callerIDIPDestR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { callerIDIPDestR2Entry  11 }

  callerIDIPDestR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { callerIDIPDestR2Entry  12 }

  callerIDIPDestR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { callerIDIPDestR2Entry  13 }

  callerIDIPDestR2NotifType OBJECT-TYPE
    SYNTAX       INTEGER {
                   proprietaryUDP(1),
                   sIPINVITEGenbandWAM(2),
                   sIPNOTIFYTIBCO(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Notification type'.
                  This field is not writable when active."
    DEFVAL       { proprietaryUDP }
    ::= { callerIDIPDestR2Entry  14 }

  callerIDIPDestR2I1AppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { callerIDIPDestR2Entry  15 }

  callerIDIPDestR2I2AppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { callerIDIPDestR2Entry  16 }

  callerIDIPDestR2I3AppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { callerIDIPDestR2Entry  17 }

  callerIDIPDestR2I4AppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Application server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { callerIDIPDestR2Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Gateway'                                         */
-- /* Valid from: 9.0.03                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  subGR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2314 }

  subGR10Entry OBJECT-TYPE
    SYNTAX       SubGR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGR10NEConn,
             subGR10NetwkElement,
             subGR10CFSIx,
             subGR10GatewayIx }
    ::= {  subGR10Table  1  }

  SubGR10Entry  ::=  SEQUENCE
  {
    subGR10NEConn                      Unsigned32,
    subGR10NetwkElement                DisplayString,
    subGR10CFSIx                       Unsigned32,
    subGR10GatewayIx                   Unsigned32,
    subGR10Desc                        DisplayString,
    subGR10IPAddr                      DisplayString,
    subGR10DomainName                  DisplayString,
    subGR10MediaGatewayIPPort          Unsigned32,
    subGR10CFSIPPort                   Unsigned32,
    subGR10I1MediaGatewayModelNEConn   Unsigned32,
    subGR10I2MediaGatewayModelNetwkElement
                                       DisplayString,
    subGR10I3MediaGatewayModelCFSIx    Unsigned32,
    subGR10I4MediaGatewayModelModelIx  Unsigned32,
    subGR10ProviderStatus              INTEGER,
    subGR10DeactivnMode                INTEGER,
    subGR10AlrmState                   INTEGER,
    subGR10AlrmLogCorr                 Counter64,
    subGR10AlrmEvtsAttnRq              Unsigned32,
    subGR10AlrmEvtsAtndDp              Unsigned32,
    subGR10AlrmStateTimestamp          Unsigned32,
    subGR10AlrmResetTimestamp          Unsigned32,
    subGR10AccDevAlrmsAttnRq           Unsigned32,
    subGR10AccDevAlrmEvtsAttnRq        Unsigned32,
    subGR10AccDevAlrmsAtndDp           Unsigned32,
    subGR10AccDevAlrmEvtsAtndDp        Unsigned32,
    subGR10DiagsAPITraceEnabled        INTEGER,
    subGR10DiagsAPITraceTag            DisplayString,
    subGR10SummaryChldAlrmState        INTEGER,
    subGR10RowStatus                   RowStatus,
    subGR10AdminStatus                 AdminStatus,
    subGR10OperStatus                  OperStatus,
    subGR10ImportCnt                   Integer32,
    subGR10ImportStatus                DisplayString,
    subGR10ImportMode                  INTEGER,
    subGR10ImportFile                  DisplayString,
    subGR10ImportCorr                  Counter64,
    subGR10ImportCorrNode              DisplayString,
    subGR10ImportCorrUID               DisplayString,
    subGR10ExportNumObjectsExported    Integer32,
    subGR10ExportStatus                DisplayString,
    subGR10ExportFile                  DisplayString,
    subGR10ExportCorr                  Counter64,
    subGR10ExportCorrNode              DisplayString,
    subGR10ExportCorrUID               DisplayString,
    subGR10DoExtraActions              INTEGER,
    subGR10AllowMaxConcurrMediaStreams Unsigned32,
    subGR10AllowMaxConcurrHighBandwidthMediaStreams
                                       Unsigned32,
    subGR10CurrNumMediaStreamsInUse    Unsigned32,
    subGR10CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    subGR10CustInfo                    DisplayString,
    subGR10ResolvedIPAddr              DisplayString,
    subGR10UseStaticNATMapping         INTEGER,
    subGR10CustInfo2                   DisplayString,
    subGR10CustInfo3                   DisplayString,
    subGR10CustInfo4                   DisplayString,
    subGR10CustInfo5                   DisplayString,
    subGR10CustInfo6                   DisplayString,
    subGR10AuthenticationReqd          INTEGER,
    subGR10Password                    DisplayString,
    subGR10ConfirmPassword             DisplayString,
    subGR10I1TAGLocationNEConn         Unsigned32,
    subGR10I2TAGLocationNetwkElement   DisplayString,
    subGR10I3TAGLocationCFSIx          Unsigned32,
    subGR10I4TAGLocationLocationIx     Unsigned32,
    subGR10TAGLocationOtherVals        INTEGER,
    subGR10CgstnSysLoadStatus          INTEGER,
    subGR10CgstnSysLoadVal             Unsigned32,
    subGR10CgstnRTPRessStatus          INTEGER,
    subGR10CgstnRTPRessVal             Unsigned32,
    subGR10CgstnRTPRessCombinedStatus  INTEGER,
    subGR10CgstnRTPRessCombinedVal     Unsigned32,
    subGR10I1ESAProtDomNEConn          Unsigned32,
    subGR10I2ESAProtDomNetwkElement    DisplayString,
    subGR10I3ESAProtDomCFSIx           Unsigned32,
    subGR10I4ESAProtDomESAProtDomIx    Unsigned32,
    subGR10ESAProtDomOtherVals         INTEGER,
    subGR10CFSCtrlStatus               INTEGER,
    subGR10I1CMTSNEConn                Unsigned32,
    subGR10I2CMTSNetwkElement          DisplayString,
    subGR10I3CMTSCFSIx                 Unsigned32,
    subGR10I4CMTSCMTSIx                Unsigned32,
    subGR10CMTSOtherVals               INTEGER,
    subGR10SDActI1NetwkNodeNEConn      Unsigned32,
    subGR10SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    subGR10SDActI3NetwkNodeCFSIx       Unsigned32,
    subGR10SDActI4NetwkNodeNodeIx      Unsigned32,
    subGR10SDDefI1NetwkNodeNEConn      Unsigned32,
    subGR10SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    subGR10SDDefI3NetwkNodeCFSIx       Unsigned32,
    subGR10SDDefI4NetwkNodeNodeIx      Unsigned32,
    subGSDActR10SDActNetwkNodeOtherVals
                                       INTEGER,
    subGSDDefR10SDActNetwkNodeOtherVals
                                       INTEGER,
    subGR10SDUseDefNetwkNode           INTEGER,
    subGR10StatisticsAlrms             Integer32,
    subGR10IPAddrInESAMode             DisplayString,
    subGR10I1FaultMonitoringProfEMSIx  Unsigned32,
    subGR10I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    subGR10I3FaultMonitoringProfFMPIx  Integer32,
    subGR10FaultMonitoringProfOtherVals
                                       INTEGER,
    subGR10ApplyFMPToReltdObjectTypes  BITS,
    subGR10AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    subGR10RTPPortName                 DisplayString,
    subGR10SendChooseWildcardWithoutPortName
                                       INTEGER,
    subGR10UseSeparatorCharacterInTermID
                                       INTEGER,
    subGR10SeparatorCharacter          DisplayString,
    subGR10ExportIncASRepData          INTEGER,
    subGR10ExportChldObjectsToInc      INTEGER
  }

  subGR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGR10Entry  1 }

  subGR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGR10Entry  2 }

  subGR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGR10Entry  3 }

  subGR10GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGR10Entry  4 }

  subGR10Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { subGR10Entry  5 }

  subGR10IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { subGR10Entry  6 }

  subGR10DomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This field is not writable when active."
    ::= { subGR10Entry  7 }

  subGR10MediaGatewayIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway IP port'.
                  This field is not writable when active."
    ::= { subGR10Entry  8 }

  subGR10CFSIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server IP port'.
                  This field is not writable when active."
    ::= { subGR10Entry  9 }

  subGR10I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR10Entry  10 }

  subGR10I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR10Entry  11 }

  subGR10I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR10Entry  12 }

  subGR10I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR10Entry  13 }

  subGR10ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGR10Entry  14 }

  subGR10DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { subGR10Entry  15 }

  subGR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { subGR10Entry  16 }

  subGR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { subGR10Entry  17 }

  subGR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR10Entry  18 }

  subGR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR10Entry  19 }

  subGR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { subGR10Entry  20 }

  subGR10AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { subGR10Entry  21 }

  subGR10AccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { subGR10Entry  22 }

  subGR10AccDevAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR10Entry  23 }

  subGR10AccDevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { subGR10Entry  24 }

  subGR10AccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR10Entry  25 }

  subGR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { subGR10Entry  26 }

  subGR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { subGR10Entry  27 }

  subGR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subGR10Entry  28 }

  subGR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGR10Entry  29 }

  subGR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR10Entry  30 }

  subGR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR10Entry  31 }

  subGR10ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { subGR10Entry  32 }

  subGR10ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { subGR10Entry  33 }

  subGR10ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { subGR10Entry  34 }

  subGR10ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { subGR10Entry  35 }

  subGR10ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { subGR10Entry  36 }

  subGR10ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { subGR10Entry  37 }

  subGR10ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { subGR10Entry  38 }

  subGR10ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGR10Entry  39 }

  subGR10ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGR10Entry  40 }

  subGR10ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGR10Entry  41 }

  subGR10ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGR10Entry  42 }

  subGR10ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { subGR10Entry  43 }

  subGR10ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGR10Entry  44 }

  subGR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2),
                   connectTo(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR10Entry  45 }

  subGR10AllowMaxConcurrMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent media streams allowed'."
    DEFVAL       { 0 }
    ::= { subGR10Entry  46 }

  subGR10AllowMaxConcurrHighBandwidthMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth media streams allowed'."
    DEFVAL       { 0 }
    ::= { subGR10Entry  47 }

  subGR10CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { subGR10Entry  48 }

  subGR10CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { subGR10Entry  49 }

  subGR10CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { subGR10Entry  50 }

  subGR10ResolvedIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resolved IP address'."
    ::= { subGR10Entry  51 }

  subGR10UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { subGR10Entry  52 }

  subGR10CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { subGR10Entry  53 }

  subGR10CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { subGR10Entry  54 }

  subGR10CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { subGR10Entry  55 }

  subGR10CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { subGR10Entry  56 }

  subGR10CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { subGR10Entry  57 }

  subGR10AuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication required'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { subGR10Entry  58 }

  subGR10Password OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Password'.
                  Field is write-only, GETs will return an empty string."
    ::= { subGR10Entry  59 }

  subGR10ConfirmPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm password'.
                  Field is write-only, GETs will return an empty string."
    ::= { subGR10Entry  60 }

  subGR10I1TAGLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR10Entry  61 }

  subGR10I2TAGLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR10Entry  62 }

  subGR10I3TAGLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR10Entry  63 }

  subGR10I4TAGLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR10Entry  64 }

  subGR10TAGLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR10Entry  65 }

  subGR10CgstnSysLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - status'."
    ::= { subGR10Entry  70 }

  subGR10CgstnSysLoadVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - value'."
    ::= { subGR10Entry  71 }

  subGR10CgstnRTPRessStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - status'."
    ::= { subGR10Entry  72 }

  subGR10CgstnRTPRessVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - value'."
    ::= { subGR10Entry  73 }

  subGR10CgstnRTPRessCombinedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   limitedByGateway(3),
                   limitedByCFSAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined status'."
    ::= { subGR10Entry  74 }

  subGR10CgstnRTPRessCombinedVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined value'."
    ::= { subGR10Entry  75 }

  subGR10I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR10Entry  82 }

  subGR10I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR10Entry  83 }

  subGR10I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR10Entry  84 }

  subGR10I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR10Entry  85 }

  subGR10ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR10Entry  86 }

  subGR10CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { subGR10Entry  87 }

  subGR10I1CMTSNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR10Entry  94 }

  subGR10I2CMTSNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR10Entry  95 }

  subGR10I3CMTSCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR10Entry  96 }

  subGR10I4CMTSCMTSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'CMTS index'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR10Entry  97 }

  subGR10CMTSOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS'.
                  This field represents the fixed
                  values that CMTS
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR10Entry  98 }

  subGR10SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  99 }

  subGR10SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  100 }

  subGR10SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  101 }

  subGR10SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  102 }

  subGR10SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  103 }

  subGR10SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  104 }

  subGR10SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  105 }

  subGR10SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  106 }

  subGSDActR10SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  108 }

  subGSDDefR10SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR10Entry  109 }

  subGR10SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { subGR10Entry  110 }

  subGR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { subGR10Entry  120 }

  subGR10IPAddrInESAMode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address in ESA mode'."
    ::= { subGR10Entry  121 }

  subGR10I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR10Entry  122 }

  subGR10I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR10Entry  123 }

  subGR10I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR10Entry  124 }

  subGR10FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR10Entry  125 }

  subGR10ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { subGR10Entry  126 }

  subGR10AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { subGR10Entry  127 }

  subGR10RTPPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP port name'.
                  This field is not writable when active."
    ::= { subGR10Entry  128 }

  subGR10SendChooseWildcardWithoutPortName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send choose wildcard without port name'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { subGR10Entry  129 }

  subGR10UseSeparatorCharacterInTermID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use separator character in termination ID'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { subGR10Entry  130 }

  subGR10SeparatorCharacter OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Separator character'.
                  This field is not writable when active."
    DEFVAL       { "/" }
    ::= { subGR10Entry  131 }

  subGR10ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGR10Entry  132 }

  subGR10ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGR10Entry  134 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.1                                                               */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR36Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR36Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2315 }

  mediaGatewayModelR36Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR36Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR36NEConn,
             mediaGatewayModelR36NetwkElement,
             mediaGatewayModelR36CFSIx,
             mediaGatewayModelR36ModelIx }
    ::= {  mediaGatewayModelR36Table  1  }

  MediaGatewayModelR36Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR36NEConn         Unsigned32,
    mediaGatewayModelR36NetwkElement   DisplayString,
    mediaGatewayModelR36CFSIx          Unsigned32,
    mediaGatewayModelR36ModelIx        Unsigned32,
    mediaGatewayModelR36Category       INTEGER,
    mediaGatewayModelR36ModelName      DisplayString,
    mediaGatewayModelR36Desc           DisplayString,
    mediaGatewayModelR36ControlProt    INTEGER,
    mediaGatewayModelR36ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR36LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR36PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR36PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR36AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR36AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR36RefCnt         Unsigned32,
    mediaGatewayModelR36RowStatus      RowStatus,
    mediaGatewayModelR36DefModel       INTEGER,
    mediaGatewayModelR36Authentication INTEGER,
    mediaGatewayModelR36SupportedConnTypes
                                       BITS,
    mediaGatewayModelR36AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR36ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR36ExportStatus   DisplayString,
    mediaGatewayModelR36ExportFile     DisplayString,
    mediaGatewayModelR36ExportCorr     Counter64,
    mediaGatewayModelR36ExportCorrNode DisplayString,
    mediaGatewayModelR36ExportCorrUID  DisplayString,
    mediaGatewayModelR36DoExtraActions INTEGER,
    mediaGatewayModelR36FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR36FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR36FBsMGCP        BITS,
    mediaGatewayModelR36FBsMeGaCo      BITS,
    mediaGatewayModelR36FBsSIP         BITS,
    mediaGatewayModelR36FixBitsMeGaCo2 BITS,
    mediaGatewayModelR36MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR36AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR36AlertInfoDR2   DisplayString,
    mediaGatewayModelR36AlertInfoDR3   DisplayString,
    mediaGatewayModelR36AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR36DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR36DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR36ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR36SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR36DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR36UpToDateCnt    Unsigned32,
    mediaGatewayModelR36SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR36PollInterval   Unsigned32,
    mediaGatewayModelR36SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR36Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR36AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR36VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR36AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR36FixBitsSIP2    BITS,
    mediaGatewayModelR36OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR36FBsMeGaCo4     BITS,
    mediaGatewayModelR36SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR36ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR36SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR36ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR36SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR36AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR36AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR36InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR36OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR36MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR36FixBitsSIP3    BITS,
    mediaGatewayModelR36FixBitsSIP4    BITS,
    mediaGatewayModelR36SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR36RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR36EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR36LCC1           DisplayString,
    mediaGatewayModelR36LCC2           DisplayString,
    mediaGatewayModelR36LCC3           DisplayString,
    mediaGatewayModelR36LCC4           DisplayString,
    mediaGatewayModelR36LCC5           DisplayString,
    mediaGatewayModelR36LCC6           DisplayString,
    mediaGatewayModelR36LCC7           DisplayString,
    mediaGatewayModelR36LCC8           DisplayString,
    mediaGatewayModelR36LCC9           DisplayString,
    mediaGatewayModelR36LCC10          DisplayString,
    mediaGatewayModelR36LCC11          DisplayString,
    mediaGatewayModelR36LCC12          DisplayString,
    mediaGatewayModelR36LCC13          DisplayString,
    mediaGatewayModelR36LCC14          DisplayString,
    mediaGatewayModelR36LCC15          DisplayString,
    mediaGatewayModelR36LCC16          DisplayString,
    mediaGatewayModelR36LCC17          DisplayString,
    mediaGatewayModelR36LCC18          DisplayString,
    mediaGatewayModelR36LCC19          DisplayString,
    mediaGatewayModelR36LCC20          DisplayString,
    mediaGatewayModelR36ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR36ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR36NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR36Entry  1 }

  mediaGatewayModelR36NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR36Entry  2 }

  mediaGatewayModelR36CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR36Entry  3 }

  mediaGatewayModelR36ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR36Entry  4 }

  mediaGatewayModelR36Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR36Entry  5 }

  mediaGatewayModelR36ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR36Entry  6 }

  mediaGatewayModelR36Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR36Entry  7 }

  mediaGatewayModelR36ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR36Entry  8 }

  mediaGatewayModelR36ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR36Entry  9 }

  mediaGatewayModelR36LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR36Entry  10 }

  mediaGatewayModelR36PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR36Entry  11 }

  mediaGatewayModelR36PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR36Entry  12 }

  mediaGatewayModelR36AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR36Entry  13 }

  mediaGatewayModelR36AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR36Entry  14 }

  mediaGatewayModelR36RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR36Entry  16 }

  mediaGatewayModelR36RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR36Entry  17 }

  mediaGatewayModelR36DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR36Entry  18 }

  mediaGatewayModelR36Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR36Entry  19 }

  mediaGatewayModelR36SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR36Entry  20 }

  mediaGatewayModelR36AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR36Entry  21 }

  mediaGatewayModelR36ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR36Entry  22 }

  mediaGatewayModelR36ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR36Entry  23 }

  mediaGatewayModelR36ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR36Entry  24 }

  mediaGatewayModelR36ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR36Entry  25 }

  mediaGatewayModelR36ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR36Entry  26 }

  mediaGatewayModelR36ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR36Entry  27 }

  mediaGatewayModelR36DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR36Entry  28 }

  mediaGatewayModelR36FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR36Entry  29 }

  mediaGatewayModelR36FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR36Entry  30 }

  mediaGatewayModelR36FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR36Entry  31 }

  mediaGatewayModelR36FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR36Entry  32 }

  mediaGatewayModelR36FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR36Entry  33 }

  mediaGatewayModelR36FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR36Entry  34 }

  mediaGatewayModelR36MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR36Entry  35 }

  mediaGatewayModelR36AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR36Entry  36 }

  mediaGatewayModelR36AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR36Entry  37 }

  mediaGatewayModelR36AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR36Entry  38 }

  mediaGatewayModelR36AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR36Entry  39 }

  mediaGatewayModelR36DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR36Entry  40 }

  mediaGatewayModelR36DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR36Entry  41 }

  mediaGatewayModelR36ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR36Entry  42 }

  mediaGatewayModelR36SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR36Entry  43 }

  mediaGatewayModelR36DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR36Entry  44 }

  mediaGatewayModelR36UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR36Entry  45 }

  mediaGatewayModelR36SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR36Entry  46 }

  mediaGatewayModelR36PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR36Entry  47 }

  mediaGatewayModelR36SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR36Entry  48 }

  mediaGatewayModelR36Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR36Entry  49 }

  mediaGatewayModelR36AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR36Entry  50 }

  mediaGatewayModelR36VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR36Entry  51 }

  mediaGatewayModelR36AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR36Entry  52 }

  mediaGatewayModelR36FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR36Entry  53 }

  mediaGatewayModelR36OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR36Entry  54 }

  mediaGatewayModelR36FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR36Entry  55 }

  mediaGatewayModelR36SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR36Entry  56 }

  mediaGatewayModelR36ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR36Entry  57 }

  mediaGatewayModelR36SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR36Entry  58 }

  mediaGatewayModelR36ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR36Entry  59 }

  mediaGatewayModelR36SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR36Entry  60 }

  mediaGatewayModelR36AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR36Entry  61 }

  mediaGatewayModelR36AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR36Entry  62 }

  mediaGatewayModelR36InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR36Entry  63 }

  mediaGatewayModelR36OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR36Entry  64 }

  mediaGatewayModelR36MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR36Entry  65 }

  mediaGatewayModelR36FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR36Entry  66 }

  mediaGatewayModelR36FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR36Entry  67 }

  mediaGatewayModelR36SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR36Entry  68 }

  mediaGatewayModelR36RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR36Entry  69 }

  mediaGatewayModelR36EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR36Entry  70 }

  mediaGatewayModelR36LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR36Entry  71 }

  mediaGatewayModelR36LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR36Entry  72 }

  mediaGatewayModelR36LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR36Entry  73 }

  mediaGatewayModelR36LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR36Entry  74 }

  mediaGatewayModelR36LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR36Entry  75 }

  mediaGatewayModelR36LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR36Entry  76 }

  mediaGatewayModelR36LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR36Entry  77 }

  mediaGatewayModelR36LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR36Entry  78 }

  mediaGatewayModelR36LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR36Entry  79 }

  mediaGatewayModelR36LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR36Entry  80 }

  mediaGatewayModelR36LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR36Entry  81 }

  mediaGatewayModelR36LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR36Entry  82 }

  mediaGatewayModelR36LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR36Entry  83 }

  mediaGatewayModelR36LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR36Entry  84 }

  mediaGatewayModelR36LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR36Entry  85 }

  mediaGatewayModelR36LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR36Entry  86 }

  mediaGatewayModelR36LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR36Entry  87 }

  mediaGatewayModelR36LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR36Entry  88 }

  mediaGatewayModelR36LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR36Entry  89 }

  mediaGatewayModelR36LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR36Entry  90 }

  mediaGatewayModelR36ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR36Entry  91 }

  mediaGatewayModelR36ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR36Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  sIPR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2316 }

  sIPR12Entry OBJECT-TYPE
    SYNTAX       SIPR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR12NEConn,
             sIPR12NetwkElement,
             sIPR12CFSIx,
             sIPR12SIPIx }
    ::= {  sIPR12Table  1  }

  SIPR12Entry  ::=  SEQUENCE
  {
    sIPR12NEConn                       Unsigned32,
    sIPR12NetwkElement                 DisplayString,
    sIPR12CFSIx                        Unsigned32,
    sIPR12SIPIx                        Unsigned32,
    sIPR12ServerAddrIPv4               DisplayString,
    sIPR12DeactivnMode                 INTEGER,
    sIPR12AlrmState                    INTEGER,
    sIPR12AlrmLogCorr                  Counter64,
    sIPR12AlrmEvtsAttnRq               Integer32,
    sIPR12AlrmStateTimestamp           Unsigned32,
    sIPR12AlrmResetTimestamp           Unsigned32,
    sIPR12RowStatus                    RowStatus,
    sIPR12AdminStatus                  AdminStatus,
    sIPR12OperStatus                   OperStatus,
    sIPR12SIPRetransmitTimerT1         Unsigned32,
    sIPR12ChldAlrmsAtndDp              Unsigned32,
    sIPR12ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR12SummaryChldAlrmState         INTEGER,
    sIPR12ChldAlrmsAttnRq              Unsigned32,
    sIPR12ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR12ChldStatisticsAlrms          Integer32,
    sIPR12SIPTVariant                  INTEGER,
    sIPR12StatisticsAlrms              Integer32,
    sIPR12ServerAddrIPv6               DisplayString,
    sIPR12NetwkElementID               Unsigned32,
    sIPR12FinancialentityID            DisplayString,
    sIPR12InterOprIdentifierIOI        DisplayString,
    sIPR12ServerIdentity               DisplayString,
    sIPR12TransparentProxies           LongDisplayString,
    sIPR12TotChldAlrmsAttnRq           Unsigned32,
    sIPR12TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR12TotChldAlrmsAtndDp           Unsigned32,
    sIPR12TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR12ProdShortSIPHeaderEncodings  INTEGER,
    sIPR12I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR12I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR12I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR12I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR12I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR12DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR12TransitIoi                   DisplayString,
    sIPR12LocalServerPort              INTEGER,
    sIPR12TransitIoiSignificantChars   Unsigned32,
    sIPR12ClusterAddr                  DisplayString,
    sIPR12AllowInboundOverlapSigWithSIPI
                                       INTEGER,
    sIPR12InterDigitTimeout            Unsigned32
  }

  sIPR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR12Entry  1 }

  sIPR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR12Entry  2 }

  sIPR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR12Entry  3 }

  sIPR12SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR12Entry  4 }

  sIPR12ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR12Entry  5 }

  sIPR12DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR12Entry  6 }

  sIPR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR12Entry  7 }

  sIPR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR12Entry  8 }

  sIPR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR12Entry  9 }

  sIPR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR12Entry  10 }

  sIPR12AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR12Entry  11 }

  sIPR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR12Entry  12 }

  sIPR12AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR12Entry  13 }

  sIPR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR12Entry  14 }

  sIPR12SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR12Entry  15 }

  sIPR12ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR12Entry  17 }

  sIPR12ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR12Entry  18 }

  sIPR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR12Entry  19 }

  sIPR12ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR12Entry  21 }

  sIPR12ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR12Entry  22 }

  sIPR12ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR12Entry  23 }

  sIPR12SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR12Entry  24 }

  sIPR12StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR12Entry  25 }

  sIPR12ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR12Entry  26 }

  sIPR12NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR12Entry  27 }

  sIPR12FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR12Entry  28 }

  sIPR12InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR12Entry  30 }

  sIPR12ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR12Entry  37 }

  sIPR12TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR12Entry  39 }

  sIPR12TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR12Entry  40 }

  sIPR12TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR12Entry  41 }

  sIPR12TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR12Entry  42 }

  sIPR12TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR12Entry  43 }

  sIPR12ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR12Entry  44 }

  sIPR12I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR12Entry  45 }

  sIPR12I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR12Entry  46 }

  sIPR12I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR12Entry  47 }

  sIPR12I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR12Entry  48 }

  sIPR12I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR12Entry  49 }

  sIPR12DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR12Entry  50 }

  sIPR12TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR12Entry  51 }

  sIPR12LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR12Entry  52 }

  sIPR12TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR12Entry  53 }

  sIPR12ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR12Entry  54 }

  sIPR12AllowInboundOverlapSigWithSIPI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow inbound overlap signaling with SIP-I'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sIPR12Entry  55 }

  sIPR12InterDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-digit timeout'."
    DEFVAL       { 5000 }
    ::= { sIPR12Entry  56 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Syslog Logging Management'                                  */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  sysLogMgrTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysLogMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2317 }

  sysLogMgrEntry OBJECT-TYPE
    SYNTAX       SysLogMgrEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysLogMgrEMSIx,
             sysLogMgrEMSNodeName }
    ::= {  sysLogMgrTable  1  }

  SysLogMgrEntry  ::=  SEQUENCE
  {
    sysLogMgrEMSIx                     Unsigned32,
    sysLogMgrEMSNodeName               DisplayString,
    sysLogMgrSendAlrmsToSyslogEnabled  INTEGER,
    sysLogMgrSendAlrmsThisSeverityAndAbove
                                       INTEGER,
    sysLogMgrSendAlrmsUnknownSeverity  INTEGER,
    sysLogMgrSendLogsToSyslogEnabled   INTEGER,
    sysLogMgrSendLogsThisSeverityAndAbove
                                       INTEGER,
    sysLogMgrSendAuditLogsToSyslogEnabled
                                       INTEGER
  }

  sysLogMgrEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { sysLogMgrEntry  1 }

  sysLogMgrEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { sysLogMgrEntry  2 }

  sysLogMgrSendAlrmsToSyslogEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send alarms to syslog enabled'."
    DEFVAL       { false }
    ::= { sysLogMgrEntry  3 }

  sysLogMgrSendAlrmsThisSeverityAndAbove OBJECT-TYPE
    SYNTAX       INTEGER {
                   critical90(90),
                   major80(80),
                   minor70(70),
                   informational0(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send alarms of this severity and above'."
    DEFVAL       { minor70 }
    ::= { sysLogMgrEntry  4 }

  sysLogMgrSendAlrmsUnknownSeverity OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send alarms of unknown severity'."
    DEFVAL       { false }
    ::= { sysLogMgrEntry  5 }

  sysLogMgrSendLogsToSyslogEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send logs to syslog enabled'."
    DEFVAL       { false }
    ::= { sysLogMgrEntry  6 }

  sysLogMgrSendLogsThisSeverityAndAbove OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send logs of this severity and above'."
    DEFVAL       { level70Unexpected }
    ::= { sysLogMgrEntry  7 }

  sysLogMgrSendAuditLogsToSyslogEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send audits to syslog enabled'."
    DEFVAL       { false }
    ::= { sysLogMgrEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Range'                                               */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  numberRangeR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NumberRangeR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Ranges'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2318 }

  numberRangeR2Entry OBJECT-TYPE
    SYNTAX       NumberRangeR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { numberRangeR2NEConn,
             numberRangeR2NetwkElement,
             numberRangeR2CFSIx,
             numberRangeR2FirstNum }
    ::= {  numberRangeR2Table  1  }

  NumberRangeR2Entry  ::=  SEQUENCE
  {
    numberRangeR2NEConn                Unsigned32,
    numberRangeR2NetwkElement          DisplayString,
    numberRangeR2CFSIx                 Unsigned32,
    numberRangeR2FirstNum              DisplayString,
    numberRangeR2LastNum               DisplayString,
    numberRangeR2RowStatus             RowStatus,
    numberRangeR2Desc                  DisplayString,
    numberRangeR2I1OwningSiteClusterSiteConnIx
                                       Integer32,
    numberRangeR2ForceChange           INTEGER,
    numberRangeR2I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    numberRangeR2PreferredSiteOtherVals
                                       INTEGER
  }

  numberRangeR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { numberRangeR2Entry  1 }

  numberRangeR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { numberRangeR2Entry  2 }

  numberRangeR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { numberRangeR2Entry  3 }

  numberRangeR2FirstNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First number'.
                  This is an index field."
    ::= { numberRangeR2Entry  4 }

  numberRangeR2LastNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last number'.
                  This field is not writable when active."
    ::= { numberRangeR2Entry  5 }

  numberRangeR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { numberRangeR2Entry  6 }

  numberRangeR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { numberRangeR2Entry  7 }

  numberRangeR2I1OwningSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { numberRangeR2Entry  8 }

  numberRangeR2ForceChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force change'."
    DEFVAL       { false }
    ::= { numberRangeR2Entry  10 }

  numberRangeR2I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { numberRangeR2Entry  11 }

  numberRangeR2PreferredSiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   sameAsOwningSite(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site'.
                  This field represents the fixed
                  values that Preferred site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { numberRangeR2Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Application Servers'                         */
-- /* Valid from: 9.1                                                               */
-- /* Deprecated from: 9.6.60                                                       */
-- /*********************************************************************************/

  busGrpAppServR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpAppServR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2319 }

  busGrpAppServR1Entry OBJECT-TYPE
    SYNTAX       BusGrpAppServR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpAppServR1NEConn,
             busGrpAppServR1NetwkElement,
             busGrpAppServR1CFSIx,
             busGrpAppServR1GpIx }
    ::= {  busGrpAppServR1Table  1  }

  BusGrpAppServR1Entry  ::=  SEQUENCE
  {
    busGrpAppServR1NEConn              Unsigned32,
    busGrpAppServR1NetwkElement        DisplayString,
    busGrpAppServR1CFSIx               Unsigned32,
    busGrpAppServR1GpIx                Unsigned32,
    busGrpAppServR1MOHSubscribed       INTEGER,
    busGrpAppServR1MOHServClass        Unsigned32,
    busGrpAppServR1MOHServLimitConcurrCalls
                                       INTEGER,
    busGrpAppServR1MOHServMaxConcurrCalls
                                       Unsigned32,
    busGrpAppServR1RecSrvPlayToneDuringRecings
                                       INTEGER,
    busGrpAppServR1RecSrvAllowRecingIntraBusGpCalls
                                       INTEGER
  }

  busGrpAppServR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpAppServR1Entry  1 }

  busGrpAppServR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpAppServR1Entry  2 }

  busGrpAppServR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpAppServR1Entry  3 }

  busGrpAppServR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpAppServR1Entry  4 }

  busGrpAppServR1MOHSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - Subscribed'."
    DEFVAL       { false }
    ::= { busGrpAppServR1Entry  5 }

  busGrpAppServR1MOHServClass OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - class of service'."
    DEFVAL       { 0 }
    ::= { busGrpAppServR1Entry  6 }

  busGrpAppServR1MOHServLimitConcurrCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - limit concurrent calls'."
    DEFVAL       { true }
    ::= { busGrpAppServR1Entry  7 }

  busGrpAppServR1MOHServMaxConcurrCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - maximum concurrent calls'."
    DEFVAL       { 16 }
    ::= { busGrpAppServR1Entry  8 }

  busGrpAppServR1RecSrvPlayToneDuringRecings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - play tone during recordings'."
    DEFVAL       { false }
    ::= { busGrpAppServR1Entry  9 }

  busGrpAppServR1RecSrvAllowRecingIntraBusGpCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - allow recording of intra-Business Group calls'."
    DEFVAL       { true }
    ::= { busGrpAppServR1Entry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Configuration'                                          */
-- /* Valid from: 9.1                                                               */
-- /*********************************************************************************/

  tDMConfigR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMConfigR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2320 }

  tDMConfigR2Entry OBJECT-TYPE
    SYNTAX       TDMConfigR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMConfigR2NEConn,
             tDMConfigR2NetwkElement,
             tDMConfigR2MediaGatewayIx }
    ::= {  tDMConfigR2Table  1  }

  TDMConfigR2Entry  ::=  SEQUENCE
  {
    tDMConfigR2NEConn                  Unsigned32,
    tDMConfigR2NetwkElement            DisplayString,
    tDMConfigR2MediaGatewayIx          Unsigned32,
    tDMConfigR2RTMCfgdType             INTEGER,
    tDMConfigR2RTMActualTypeBladeA     INTEGER,
    tDMConfigR2RTMActualTypeBladeB     INTEGER,
    tDMConfigR2DefFacilityNamePrefix   DisplayString,
    tDMConfigR2DS1Type                 INTEGER,
    tDMConfigR2CfgCarrActSts           INTEGER,
    tDMConfigR2CfgCarrActLogCorr       Counter64,
    tDMConfigR2CfgCarrActLogCorrNode   DisplayString,
    tDMConfigR2CfgCarrActLogCorrUID    DisplayString,
    tDMConfigR2AlrmState               INTEGER,
    tDMConfigR2StatisticsAlrms         Integer32,
    tDMConfigR2AlrmStateTimestamp      Unsigned32,
    tDMConfigR2AlrmEvtsAttnRqLogCorr   Counter64,
    tDMConfigR2AlrmEvtsAttnRq          Unsigned32,
    tDMConfigR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMConfigR2ChldAlrmsAttnRq         Unsigned32,
    tDMConfigR2ChldAlrmEvtsAttnRq      Unsigned32,
    tDMConfigR2SummaryChldAlrmState    INTEGER,
    tDMConfigR2ChldStatisticsAlrms     Integer32,
    tDMConfigR2ImportCnt               Integer32,
    tDMConfigR2ImportStatus            DisplayString,
    tDMConfigR2ImportMode              INTEGER,
    tDMConfigR2ImportFile              DisplayString,
    tDMConfigR2ImportCorr              Counter64,
    tDMConfigR2ImportCorrNode          DisplayString,
    tDMConfigR2ImportCorrUID           DisplayString,
    tDMConfigR2DoExtraActions          INTEGER,
    tDMConfigR2RowStatus               RowStatus,
    tDMConfigR2AdminStatus             AdminStatus,
    tDMConfigR2OperStatus              OperStatus,
    tDMConfigR2BinaryH248PortNameBase  OCTET STRING,
    tDMConfigR2DS0TermCfgOmitEchoCancellationIfPossible
                                       INTEGER
  }

  tDMConfigR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMConfigR2Entry  1 }

  tDMConfigR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMConfigR2Entry  2 }

  tDMConfigR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMConfigR2Entry  3 }

  tDMConfigR2RTMCfgdType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eightOC3SlashSTM1OrTwoOC12SlashSTM4(1),
                   twentyFourDS3(2),
                   fortyEightDS1(3),
                   unrecognized(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - configured type'.
                  This field is not writable when active."
    DEFVAL       { fortyEightDS1 }
    ::= { tDMConfigR2Entry  4 }

  tDMConfigR2RTMActualTypeBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eightOC3SlashSTM1OrTwoOC12SlashSTM4(1),
                   twentyFourDS3(2),
                   fortyEightDS1(3),
                   unrecognized(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - actual type - Blade A'."
    ::= { tDMConfigR2Entry  5 }

  tDMConfigR2RTMActualTypeBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eightOC3SlashSTM1OrTwoOC12SlashSTM4(1),
                   twentyFourDS3(2),
                   fortyEightDS1(3),
                   unrecognized(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTM - actual type - Blade B'."
    ::= { tDMConfigR2Entry  6 }

  tDMConfigR2DefFacilityNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default facility name prefix'."
    ::= { tDMConfigR2Entry  7 }

  tDMConfigR2DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { tDMConfigR2Entry  8 }

  tDMConfigR2CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMConfigR2Entry  9 }

  tDMConfigR2CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMConfigR2Entry  10 }

  tDMConfigR2CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMConfigR2Entry  11 }

  tDMConfigR2CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMConfigR2Entry  12 }

  tDMConfigR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMConfigR2Entry  13 }

  tDMConfigR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMConfigR2Entry  14 }

  tDMConfigR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMConfigR2Entry  15 }

  tDMConfigR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMConfigR2Entry  16 }

  tDMConfigR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMConfigR2Entry  17 }

  tDMConfigR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMConfigR2Entry  18 }

  tDMConfigR2ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMConfigR2Entry  19 }

  tDMConfigR2ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMConfigR2Entry  20 }

  tDMConfigR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMConfigR2Entry  21 }

  tDMConfigR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMConfigR2Entry  22 }

  tDMConfigR2ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMConfigR2Entry  23 }

  tDMConfigR2ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMConfigR2Entry  24 }

  tDMConfigR2ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMConfigR2Entry  25 }

  tDMConfigR2ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMConfigR2Entry  26 }

  tDMConfigR2ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMConfigR2Entry  27 }

  tDMConfigR2ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMConfigR2Entry  28 }

  tDMConfigR2ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMConfigR2Entry  29 }

  tDMConfigR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   activateAllChildren(2),
                   activateAllDescendants(3),
                   deactivateAllChildren(4),
                   deactivateAllDescendants(5),
                   enableAllChildren(6),
                   enableAllDescendants(7),
                   disableAllChildren(8),
                   disableAllDescendants(9),
                   createChildren(10),
                   createAllDescendants(11),
                   deleteChildren(12),
                   deleteAllDescendants(13)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMConfigR2Entry  30 }

  tDMConfigR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { tDMConfigR2Entry  31 }

  tDMConfigR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMConfigR2Entry  32 }

  tDMConfigR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMConfigR2Entry  33 }

  tDMConfigR2BinaryH248PortNameBase OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name base'."
    ::= { tDMConfigR2Entry  34 }

  tDMConfigR2DS0TermCfgOmitEchoCancellationIfPossible OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DS0 Termination configuration - omit echo cancellation if possible'."
    DEFVAL       { true }
    ::= { tDMConfigR2Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 9.1.10                                                            */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  netElementR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2321 }

  netElementR16Entry OBJECT-TYPE
    SYNTAX       NetElementR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR16NEConn,
             netElementR16NetwkElement }
    ::= {  netElementR16Table  1  }

  NetElementR16Entry  ::=  SEQUENCE
  {
    netElementR16NEConn                Unsigned32,
    netElementR16NetwkElement          DisplayString,
    netElementR16UniqueSysIdentifier   DisplayString,
    netElementR16PrimaryProcessorCard  INTEGER,
    netElementR16DeactivnMode          INTEGER,
    netElementR16MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR16ActivnState           INTEGER,
    netElementR16PercentageCfgUpload   Unsigned32,
    netElementR16FailEvts              Unsigned32,
    netElementR16Time                  Unsigned32,
    netElementR16SoftwareUpgradeState  INTEGER,
    netElementR16ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR16ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR16ProcAUpLvlVersionLvl  Integer32,
    netElementR16ProcAUpLvlServLvl     Integer32,
    netElementR16ProcAUpLvlBootLvl     Integer32,
    netElementR16ProcABackLvlVersionLvl
                                       Integer32,
    netElementR16ProcABackLvlServLvl   Integer32,
    netElementR16ProcABackLvlBootLvl   Integer32,
    netElementR16ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR16ProcANativeLvlServLvl Integer32,
    netElementR16ProcANativeLvlBootLvl Integer32,
    netElementR16ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR16ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR16ProcBUpLvlVersionLvl  Integer32,
    netElementR16ProcBUpLvlServLvl     Integer32,
    netElementR16ProcBUpLvlBootLvl     Integer32,
    netElementR16ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR16ProcBBackLvlServLvl   Integer32,
    netElementR16ProcBBackLvlBootLvl   Integer32,
    netElementR16ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR16ProcBNativeLvlServLvl Integer32,
    netElementR16ProcBNativeLvlBootLvl Integer32,
    netElementR16EthernetSwitchesCfgd  INTEGER,
    netElementR16ProcAInterface0Act    INTEGER,
    netElementR16ProcAInterface1Act    INTEGER,
    netElementR16ProcAEthSwACont       INTEGER,
    netElementR16ProcAEthSwBCont       INTEGER,
    netElementR16ProcAProcBIntf0ContOver
                                       INTEGER,
    netElementR16ProcAProcBIntf1ContOver
                                       INTEGER,
    netElementR16ProcAMainInternalAddrLocation
                                       INTEGER,
    netElementR16ProcAMainExternalAddrLocation
                                       INTEGER,
    netElementR16ProcAVirtualAddrLocation
                                       INTEGER,
    netElementR16ProcBInterface0Act    INTEGER,
    netElementR16ProcBInterface1Act    INTEGER,
    netElementR16ProcBEthSwACont       INTEGER,
    netElementR16ProcBEthSwBCont       INTEGER,
    netElementR16ProcBProcAIntf0ContOver
                                       INTEGER,
    netElementR16ProcBProcAIntf1ContOver
                                       INTEGER,
    netElementR16ProcBMainInternalAddrLocation
                                       INTEGER,
    netElementR16ProcBMainExternalAddrLocation
                                       INTEGER,
    netElementR16ProcBVirtualAddrLocation
                                       INTEGER,
    netElementR16AlrmState             INTEGER,
    netElementR16AlrmLogCorr           Counter64,
    netElementR16AlrmEvtsAttnRq        Integer32,
    netElementR16AlrmStateTimestamp    Unsigned32,
    netElementR16AlrmResetTimestamp    Unsigned32,
    netElementR16RowStatus             RowStatus,
    netElementR16OperStatus            OperStatus,
    netElementR16GlobalSigIPv4Addr     DisplayString,
    netElementR16GlobalManagementIPAddr
                                       DisplayString,
    netElementR16GlobalCDCIRIIPAddr    DisplayString,
    netElementR16GlobalIPAddr          DisplayString,
    netElementR16NetwkElementType      INTEGER,
    netElementR16ClusterName           DisplayString,
    netElementR16PrimaryServer         INTEGER,
    netElementR16ProcASerialNum        DisplayString,
    netElementR16ProcBSerialNum        DisplayString,
    netElementR16SysType               INTEGER,
    netElementR16ProcAType             INTEGER,
    netElementR16ProcBType             INTEGER,
    netElementR16UX9000SeriesServerASerialNum
                                       DisplayString,
    netElementR16UX9000SeriesServerBSerialNum
                                       DisplayString,
    netElementR16SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR16SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR16SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR16PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR16UX4410ServerASerialNum
                                       DisplayString,
    netElementR16UX4410ServerBSerialNum
                                       DisplayString,
    netElementR16NetwkElementName      DisplayString,
    netElementR16DoExtraActions        INTEGER,
    netElementR16GlobalMediaIPv4Addr   DisplayString,
    netElementR16StatisticsAlrms       Integer32,
    netElementR16GlobalSigIPv6Addr     DisplayString,
    netElementR16GlobalMediaIPv6Addr   DisplayString,
    netElementR16HwProcSigIPv4Addr     DisplayString,
    netElementR16HwProcSigIPv6Addr     DisplayString,
    netElementR16HwProcMdIPv4Addr      DisplayString,
    netElementR16HwProcMdIPv6Addr      DisplayString,
    netElementR16PrimaryProcessor      INTEGER,
    netElementR16PreferredPrimaryLocation
                                       INTEGER,
    netElementR16ProcessorType         INTEGER,
    netElementR16SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR16SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR16SfwrVerNtvLvlServLvl  Integer32,
    netElementR16SfwrVerNtvLvlBootLvl  Integer32,
    netElementR16SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR16SfwrVerUpLvlServLvl   Integer32,
    netElementR16SfwrVerUpLvlBootLvl   Integer32,
    netElementR16SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR16SfwrVerBackLvlServLvl Integer32,
    netElementR16SfwrVerBackLvlBootLvl Integer32,
    netElementR16GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR16HwProcSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR16GRSiteID              Unsigned32,
    netElementR16GRSiteName            DisplayString,
    netElementR16GRRmStID              Unsigned32,
    netElementR16GRRmStName            DisplayString,
    netElementR16GRPrefSite            INTEGER,
    netElementR16GRControlling         INTEGER,
    netElementR16GRAutoSwitchoverEnabled
                                       INTEGER,
    netElementR16GRCfgChangesOverrideAvtd
                                       INTEGER,
    netElementR16GRRmStContManagement  INTEGER,
    netElementR16GRRmStContSig         INTEGER,
    netElementR16GRCalls               Unsigned32,
    netElementR16GRVulnerableCalls     Unsigned32,
    netElementR16LicensingLicenseStatus
                                       INTEGER,
    netElementR16LicensingExpiryDate   Unsigned32,
    netElementR16LicensingLicensingAlrmLogCorr
                                       Counter64,
    netElementR16LicensingDCMStatus    INTEGER,
    netElementR16LicensingBackupLicenseStatus
                                       INTEGER
  }

  netElementR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR16Entry  1 }

  netElementR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR16Entry  2 }

  netElementR16UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR16Entry  3 }

  netElementR16PrimaryProcessorCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorCardA(0),
                   processorCardB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary processor card'."
    ::= { netElementR16Entry  4 }

  netElementR16DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR16Entry  5 }

  netElementR16MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR16Entry  6 }

  netElementR16ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR16Entry  7 }

  netElementR16PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR16Entry  8 }

  netElementR16FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR16Entry  9 }

  netElementR16Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR16Entry  10 }

  netElementR16SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR16Entry  11 }

  netElementR16ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR16Entry  12 }

  netElementR16ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR16Entry  13 }

  netElementR16ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR16Entry  14 }

  netElementR16ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR16Entry  15 }

  netElementR16ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR16Entry  16 }

  netElementR16ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR16Entry  17 }

  netElementR16ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR16Entry  18 }

  netElementR16ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR16Entry  19 }

  netElementR16ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR16Entry  20 }

  netElementR16ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR16Entry  21 }

  netElementR16ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR16Entry  22 }

  netElementR16ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR16Entry  23 }

  netElementR16ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR16Entry  24 }

  netElementR16ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR16Entry  25 }

  netElementR16ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR16Entry  26 }

  netElementR16ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR16Entry  27 }

  netElementR16ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR16Entry  28 }

  netElementR16ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR16Entry  29 }

  netElementR16ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR16Entry  30 }

  netElementR16ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR16Entry  31 }

  netElementR16ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR16Entry  32 }

  netElementR16ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR16Entry  33 }

  netElementR16EthernetSwitchesCfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Switches configured'."
    ::= { netElementR16Entry  34 }

  netElementR16ProcAInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 0 status'."
    ::= { netElementR16Entry  35 }

  netElementR16ProcAInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 1 status'."
    ::= { netElementR16Entry  36 }

  netElementR16ProcAEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch A contactable'."
    ::= { netElementR16Entry  37 }

  netElementR16ProcAEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch B contactable'."
    ::= { netElementR16Entry  38 }

  netElementR16ProcAProcBIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 0'."
    ::= { netElementR16Entry  39 }

  netElementR16ProcAProcBIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 1'."
    ::= { netElementR16Entry  40 }

  netElementR16ProcAMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main internal address location'."
    ::= { netElementR16Entry  41 }

  netElementR16ProcAMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main external address location'."
    ::= { netElementR16Entry  42 }

  netElementR16ProcAVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - virtual address location'."
    ::= { netElementR16Entry  43 }

  netElementR16ProcBInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 0 status'."
    ::= { netElementR16Entry  44 }

  netElementR16ProcBInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 1 status'."
    ::= { netElementR16Entry  45 }

  netElementR16ProcBEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch A contactable'."
    ::= { netElementR16Entry  46 }

  netElementR16ProcBEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch B contactable'."
    ::= { netElementR16Entry  47 }

  netElementR16ProcBProcAIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 0'."
    ::= { netElementR16Entry  48 }

  netElementR16ProcBProcAIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 1'."
    ::= { netElementR16Entry  49 }

  netElementR16ProcBMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main internal address location'."
    ::= { netElementR16Entry  50 }

  netElementR16ProcBMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main external address location'."
    ::= { netElementR16Entry  51 }

  netElementR16ProcBVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - virtual address location'."
    ::= { netElementR16Entry  52 }

  netElementR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR16Entry  53 }

  netElementR16AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR16Entry  54 }

  netElementR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR16Entry  55 }

  netElementR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR16Entry  56 }

  netElementR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR16Entry  57 }

  netElementR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR16Entry  58 }

  netElementR16OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR16Entry  59 }

  netElementR16GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR16Entry  60 }

  netElementR16GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR16Entry  61 }

  netElementR16GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR16Entry  62 }

  netElementR16GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR16Entry  64 }

  netElementR16NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR16Entry  65 }

  netElementR16ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR16Entry  66 }

  netElementR16PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR16Entry  67 }

  netElementR16ProcASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A serial number'."
    ::= { netElementR16Entry  68 }

  netElementR16ProcBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B serial number'."
    ::= { netElementR16Entry  69 }

  netElementR16SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR16Entry  72 }

  netElementR16ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR16Entry  73 }

  netElementR16ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR16Entry  74 }

  netElementR16UX9000SeriesServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server A serial number'."
    ::= { netElementR16Entry  80 }

  netElementR16UX9000SeriesServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server B serial number'."
    ::= { netElementR16Entry  81 }

  netElementR16SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR16Entry  82 }

  netElementR16SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR16Entry  83 }

  netElementR16SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR16Entry  84 }

  netElementR16PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorServerA(0),
                   metaViewDirectorServerB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR16Entry  85 }

  netElementR16UX4410ServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server A serial number'."
    ::= { netElementR16Entry  86 }

  netElementR16UX4410ServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server B serial number'."
    ::= { netElementR16Entry  87 }

  netElementR16NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR16Entry  88 }

  netElementR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2),
                   switchControlToThisSite(3),
                   allowConfigurationChanges(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR16Entry  99 }

  netElementR16GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR16Entry  100 }

  netElementR16StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR16Entry  101 }

  netElementR16GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR16Entry  102 }

  netElementR16GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR16Entry  103 }

  netElementR16HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR16Entry  104 }

  netElementR16HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR16Entry  105 }

  netElementR16HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR16Entry  106 }

  netElementR16HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR16Entry  107 }

  netElementR16PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR16Entry  108 }

  netElementR16PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR16Entry  109 }

  netElementR16ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR16Entry  110 }

  netElementR16SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR16Entry  111 }

  netElementR16SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR16Entry  112 }

  netElementR16SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR16Entry  113 }

  netElementR16SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR16Entry  114 }

  netElementR16SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR16Entry  115 }

  netElementR16SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR16Entry  116 }

  netElementR16SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR16Entry  117 }

  netElementR16SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR16Entry  118 }

  netElementR16SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR16Entry  119 }

  netElementR16SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR16Entry  120 }

  netElementR16GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR16Entry  121 }

  netElementR16HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR16Entry  122 }

  netElementR16GRSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site ID'."
    ::= { netElementR16Entry  123 }

  netElementR16GRSiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site name'."
    ::= { netElementR16Entry  124 }

  netElementR16GRRmStID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site ID'."
    ::= { netElementR16Entry  125 }

  netElementR16GRRmStName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site name'."
    ::= { netElementR16Entry  126 }

  netElementR16GRPrefSite OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - preferred site'."
    ::= { netElementR16Entry  127 }

  netElementR16GRControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - controlling'."
    ::= { netElementR16Entry  128 }

  netElementR16GRAutoSwitchoverEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - automatic switchover enabled'."
    ::= { netElementR16Entry  129 }

  netElementR16GRCfgChangesOverrideAvtd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - configuration changes override activated'."
    ::= { netElementR16Entry  130 }

  netElementR16GRRmStContManagement OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Management)'."
    ::= { netElementR16Entry  131 }

  netElementR16GRRmStContSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Signaling)'."
    ::= { netElementR16Entry  132 }

  netElementR16GRCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - calls'."
    ::= { netElementR16Entry  133 }

  netElementR16GRVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - vulnerable calls'."
    ::= { netElementR16Entry  134 }

  netElementR16LicensingLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - license status'."
    ::= { netElementR16Entry  135 }

  netElementR16LicensingExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - expiry date'."
    ::= { netElementR16Entry  136 }

  netElementR16LicensingLicensingAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Licensing - licensing alarm log correlator'."
    ::= { netElementR16Entry  137 }

  netElementR16LicensingDCMStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   dCMOK(1),
                   dCMRedundancyReduced(2),
                   dCMSoftTokenExpiresSoon(3),
                   dCMUncontactable(4),
                   unknown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - DCM status'."
    ::= { netElementR16Entry  138 }

  netElementR16LicensingBackupLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - backup license status'."
    ::= { netElementR16Entry  139 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  tDMCarrierR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2322 }

  tDMCarrierR6Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR6NEConn,
             tDMCarrierR6NetwkElement,
             tDMCarrierR6MediaGatewayIx,
             tDMCarrierR6CarrIx }
    ::= {  tDMCarrierR6Table  1  }

  TDMCarrierR6Entry  ::=  SEQUENCE
  {
    tDMCarrierR6NEConn                 Unsigned32,
    tDMCarrierR6NetwkElement           DisplayString,
    tDMCarrierR6MediaGatewayIx         Unsigned32,
    tDMCarrierR6CarrIx                 Unsigned32,
    tDMCarrierR6Desc                   DisplayString,
    tDMCarrierR6CarrDspName            LongDisplayString,
    tDMCarrierR6ExtraInfo1             DisplayString,
    tDMCarrierR6ExtraInfo2             DisplayString,
    tDMCarrierR6CarrType               INTEGER,
    tDMCarrierR6CfgdChldCarrType       INTEGER,
    tDMCarrierR6ChldPosition           Unsigned32,
    tDMCarrierR6BrkOutPnlTpBldA        INTEGER,
    tDMCarrierR6BrkOutPnlTpBldB        INTEGER,
    tDMCarrierR6LineStatus             BITS,
    tDMCarrierR6DeactivnMode           INTEGER,
    tDMCarrierR6I1CarrToSwapWithNEConn Unsigned32,
    tDMCarrierR6I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR6I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR6I4CarrToSwapWithCarrIx Unsigned32,
    tDMCarrierR6FacilityName           DisplayString,
    tDMCarrierR6DirectT1CAS            INTEGER,
    tDMCarrierR6I1MFProtProfNEConn     Unsigned32,
    tDMCarrierR6I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR6I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR6I4MFProtProfProfIx     Unsigned32,
    tDMCarrierR6I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR6I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR6I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR6I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR6DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR6SupportedTerms         BITS,
    tDMCarrierR6AvailUses              BITS,
    tDMCarrierR6T1LineFraming          INTEGER,
    tDMCarrierR6E1LineFraming          INTEGER,
    tDMCarrierR6PhysEncodingT1         INTEGER,
    tDMCarrierR6PhysEncodingE1         INTEGER,
    tDMCarrierR6DS1LineLen             INTEGER,
    tDMCarrierR6TermEvtTraceIdentifier Integer32,
    tDMCarrierR6DS3LineLen             INTEGER,
    tDMCarrierR6DS3LineFraming         INTEGER,
    tDMCarrierR6BitErrRate             INTEGER,
    tDMCarrierR6SFPPresenceBladeA      INTEGER,
    tDMCarrierR6SFPPresenceBladeB      INTEGER,
    tDMCarrierR6SFPCfgdModType         INTEGER,
    tDMCarrierR6SFPActlModTpBldA       BITS,
    tDMCarrierR6SFPActlModTpBldB       BITS,
    tDMCarrierR6SFPSuppUsgBladeA       BITS,
    tDMCarrierR6SFPSuppUsgBladeB       BITS,
    tDMCarrierR6SFPSerialNumBladeA     DisplayString,
    tDMCarrierR6SFPSerialNumBladeB     DisplayString,
    tDMCarrierR6SFPIdentifierBladeA    INTEGER,
    tDMCarrierR6SFPIdentifierBladeB    INTEGER,
    tDMCarrierR6SFPConnValBldA         INTEGER,
    tDMCarrierR6SFPConnValBldB         INTEGER,
    tDMCarrierR6SFPVendorNameBladeA    DisplayString,
    tDMCarrierR6SFPVendorNameBladeB    DisplayString,
    tDMCarrierR6SFPVendorOUIBladeA     OCTET STRING,
    tDMCarrierR6SFPVendorOUIBladeB     OCTET STRING,
    tDMCarrierR6SFPVendorPNBladeA      DisplayString,
    tDMCarrierR6SFPVendorPNBladeB      DisplayString,
    tDMCarrierR6SFPVendorRevBladeA     DisplayString,
    tDMCarrierR6SFPVendorRevBladeB     DisplayString,
    tDMCarrierR6SFPTransFltSuppBldA    INTEGER,
    tDMCarrierR6SFPTransFltBldA        INTEGER,
    tDMCarrierR6SFPTransFltSuppBldB    INTEGER,
    tDMCarrierR6SFPTransFltBldB        INTEGER,
    tDMCarrierR6SFPLOSSuppBldA         INTEGER,
    tDMCarrierR6SFPLOSBldA             INTEGER,
    tDMCarrierR6SFPLOSSuppBldB         INTEGER,
    tDMCarrierR6SFPLOSBldB             INTEGER,
    tDMCarrierR6SFPActEncBladeA        INTEGER,
    tDMCarrierR6SFPActEncBladeB        INTEGER,
    tDMCarrierR6APSMode                INTEGER,
    tDMCarrierR6APSWorkingChanRx       INTEGER,
    tDMCarrierR6APSRequest             INTEGER,
    tDMCarrierR6APSXmitSignal          INTEGER,
    tDMCarrierR6APSRcvdSignal          INTEGER,
    tDMCarrierR6APSDominantSignal      INTEGER,
    tDMCarrierR6APSWaitToRestoreTime   Unsigned32,
    tDMCarrierR6APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR6APSSignalFailThreshold INTEGER,
    tDMCarrierR6SecTrcMsgSize          INTEGER,
    tDMCarrierR6SecTrcXmitMsg          DisplayString,
    tDMCarrierR6SecTrcExpRcvMsg        DisplayString,
    tDMCarrierR6SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR6SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR6SecTrcCheckTIM         INTEGER,
    tDMCarrierR6PathTrcMsgSize         INTEGER,
    tDMCarrierR6PathTrcXmitMsg         DisplayString,
    tDMCarrierR6PathTrcExpectedRcvMsg  DisplayString,
    tDMCarrierR6PathTrcActualRcvdMsg   DisplayString,
    tDMCarrierR6PathTrcCheckTIM        INTEGER,
    tDMCarrierR6BERTTestRunning        INTEGER,
    tDMCarrierR6BERTTotTestTime        Unsigned32,
    tDMCarrierR6BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR6BERTLOS                Unsigned32,
    tDMCarrierR6BERTBitErrRate         DisplayString,
    tDMCarrierR6BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR6LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR6LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR6LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR6CfgCarrActSts          INTEGER,
    tDMCarrierR6CfgCarrActLogCorr      Counter64,
    tDMCarrierR6CfgCarrActLogCorrNode  DisplayString,
    tDMCarrierR6CfgCarrActLogCorrUID   DisplayString,
    tDMCarrierR6I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR6I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR6I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR6FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR6AlrmState              INTEGER,
    tDMCarrierR6StatisticsAlrms        Integer32,
    tDMCarrierR6AlrmStateTimestamp     Unsigned32,
    tDMCarrierR6AlrmEvtsAttnRqLogCorr  Counter64,
    tDMCarrierR6AlrmEvtsAttnRq         Unsigned32,
    tDMCarrierR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR6ChldAlrmsAttnRq        Unsigned32,
    tDMCarrierR6ChldAlrmEvtsAttnRq     Unsigned32,
    tDMCarrierR6SummaryChldAlrmState   INTEGER,
    tDMCarrierR6ChldStatisticsAlrms    Integer32,
    tDMCarrierR6DiagsLoggingLogLvl     INTEGER,
    tDMCarrierR6APITraceEnabled        INTEGER,
    tDMCarrierR6APITraceTraceTag       DisplayString,
    tDMCarrierR6DS1Type                INTEGER,
    tDMCarrierR6ImportCnt              Integer32,
    tDMCarrierR6ImportStatus           DisplayString,
    tDMCarrierR6ImportMode             INTEGER,
    tDMCarrierR6ImportFile             DisplayString,
    tDMCarrierR6ImportCorr             Counter64,
    tDMCarrierR6ImportCorrNode         DisplayString,
    tDMCarrierR6ImportCorrUID          DisplayString,
    tDMCarrierR6ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR6ExportStatus           DisplayString,
    tDMCarrierR6ExportFile             DisplayString,
    tDMCarrierR6ExportCorr             Counter64,
    tDMCarrierR6ExportCorrNode         DisplayString,
    tDMCarrierR6ExportCorrUID          DisplayString,
    tDMCarrierR6DoExtraActions         INTEGER,
    tDMCarrierR6RowStatus              RowStatus,
    tDMCarrierR6AdminStatus            AdminStatus,
    tDMCarrierR6OperStatus             OperStatus,
    tDMCarrierR6ProtectLineStatus      BITS,
    tDMCarrierR6WorkingLineStatus      BITS,
    tDMCarrierR6BERTTestPattnSync      INTEGER,
    tDMCarrierR6SecTrcXmitMsgHex       OCTET STRING,
    tDMCarrierR6SecTrcExpRcvMsgHex     OCTET STRING,
    tDMCarrierR6SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR6SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR6BinaryH248PortName     OCTET STRING,
    tDMCarrierR6I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR6I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR6I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR6I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR6H2481BCTTesterSendTone INTEGER,
    tDMCarrierR6H2481BCTTesterRcvTone  INTEGER,
    tDMCarrierR6H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR6H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR6Diag                   INTEGER,
    tDMCarrierR6RcvdQ50TRM             INTEGER,
    tDMCarrierR6DeferredAlrmNotifTimer Unsigned32,
    tDMCarrierR6ExportIncASRepData     INTEGER,
    tDMCarrierR6ExportChldObjectsToInc INTEGER
  }

  tDMCarrierR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR6Entry  1 }

  tDMCarrierR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR6Entry  2 }

  tDMCarrierR6MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR6Entry  3 }

  tDMCarrierR6CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR6Entry  4 }

  tDMCarrierR6Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR6Entry  5 }

  tDMCarrierR6CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR6Entry  6 }

  tDMCarrierR6ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR6Entry  7 }

  tDMCarrierR6ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR6Entry  8 }

  tDMCarrierR6CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR6Entry  9 }

  tDMCarrierR6CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR6Entry  10 }

  tDMCarrierR6ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR6Entry  11 }

  tDMCarrierR6BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR6Entry  12 }

  tDMCarrierR6BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR6Entry  13 }

  tDMCarrierR6LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR6Entry  14 }

  tDMCarrierR6DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR6Entry  16 }

  tDMCarrierR6I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR6Entry  17 }

  tDMCarrierR6I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR6Entry  18 }

  tDMCarrierR6I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR6Entry  19 }

  tDMCarrierR6I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR6Entry  20 }

  tDMCarrierR6FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR6Entry  21 }

  tDMCarrierR6DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR6Entry  22 }

  tDMCarrierR6I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR6Entry  23 }

  tDMCarrierR6I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR6Entry  24 }

  tDMCarrierR6I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR6Entry  25 }

  tDMCarrierR6I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR6Entry  26 }

  tDMCarrierR6I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR6Entry  27 }

  tDMCarrierR6I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR6Entry  28 }

  tDMCarrierR6I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR6Entry  29 }

  tDMCarrierR6I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR6Entry  30 }

  tDMCarrierR6DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR6Entry  31 }

  tDMCarrierR6SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR6Entry  32 }

  tDMCarrierR6AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR6Entry  33 }

  tDMCarrierR6T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR6Entry  34 }

  tDMCarrierR6E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR6Entry  35 }

  tDMCarrierR6PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR6Entry  36 }

  tDMCarrierR6PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR6Entry  37 }

  tDMCarrierR6DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR6Entry  38 }

  tDMCarrierR6TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR6Entry  39 }

  tDMCarrierR6DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR6Entry  40 }

  tDMCarrierR6DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR6Entry  41 }

  tDMCarrierR6BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR6Entry  42 }

  tDMCarrierR6SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR6Entry  43 }

  tDMCarrierR6SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR6Entry  44 }

  tDMCarrierR6SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR6Entry  45 }

  tDMCarrierR6SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR6Entry  46 }

  tDMCarrierR6SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR6Entry  47 }

  tDMCarrierR6SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR6Entry  48 }

  tDMCarrierR6SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR6Entry  49 }

  tDMCarrierR6SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR6Entry  50 }

  tDMCarrierR6SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR6Entry  51 }

  tDMCarrierR6SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR6Entry  52 }

  tDMCarrierR6SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR6Entry  53 }

  tDMCarrierR6SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR6Entry  54 }

  tDMCarrierR6SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR6Entry  55 }

  tDMCarrierR6SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR6Entry  56 }

  tDMCarrierR6SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR6Entry  57 }

  tDMCarrierR6SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR6Entry  58 }

  tDMCarrierR6SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR6Entry  59 }

  tDMCarrierR6SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR6Entry  60 }

  tDMCarrierR6SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR6Entry  61 }

  tDMCarrierR6SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR6Entry  62 }

  tDMCarrierR6SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR6Entry  63 }

  tDMCarrierR6SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR6Entry  64 }

  tDMCarrierR6SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR6Entry  65 }

  tDMCarrierR6SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR6Entry  66 }

  tDMCarrierR6SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR6Entry  67 }

  tDMCarrierR6SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR6Entry  68 }

  tDMCarrierR6SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR6Entry  69 }

  tDMCarrierR6SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR6Entry  70 }

  tDMCarrierR6SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR6Entry  71 }

  tDMCarrierR6SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR6Entry  72 }

  tDMCarrierR6SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR6Entry  73 }

  tDMCarrierR6APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR6Entry  74 }

  tDMCarrierR6APSWorkingChanRx OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - working channel Rx'."
    ::= { tDMCarrierR6Entry  75 }

  tDMCarrierR6APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR6Entry  77 }

  tDMCarrierR6APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR6Entry  78 }

  tDMCarrierR6APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR6Entry  79 }

  tDMCarrierR6APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR6Entry  80 }

  tDMCarrierR6APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR6Entry  81 }

  tDMCarrierR6APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR6Entry  82 }

  tDMCarrierR6APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR6Entry  83 }

  tDMCarrierR6SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR6Entry  84 }

  tDMCarrierR6SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR6Entry  85 }

  tDMCarrierR6SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR6Entry  86 }

  tDMCarrierR6SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR6Entry  87 }

  tDMCarrierR6SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR6Entry  88 }

  tDMCarrierR6SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR6Entry  89 }

  tDMCarrierR6PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR6Entry  90 }

  tDMCarrierR6PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR6Entry  91 }

  tDMCarrierR6PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR6Entry  92 }

  tDMCarrierR6PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR6Entry  93 }

  tDMCarrierR6PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR6Entry  94 }

  tDMCarrierR6BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR6Entry  95 }

  tDMCarrierR6BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR6Entry  96 }

  tDMCarrierR6BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR6Entry  97 }

  tDMCarrierR6BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR6Entry  98 }

  tDMCarrierR6BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR6Entry  99 }

  tDMCarrierR6BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR6Entry  100 }

  tDMCarrierR6LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR6Entry  102 }

  tDMCarrierR6LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR6Entry  103 }

  tDMCarrierR6LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR6Entry  104 }

  tDMCarrierR6CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR6Entry  106 }

  tDMCarrierR6CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR6Entry  107 }

  tDMCarrierR6CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR6Entry  108 }

  tDMCarrierR6CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR6Entry  109 }

  tDMCarrierR6I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR6Entry  110 }

  tDMCarrierR6I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR6Entry  111 }

  tDMCarrierR6I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR6Entry  112 }

  tDMCarrierR6FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR6Entry  113 }

  tDMCarrierR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR6Entry  114 }

  tDMCarrierR6StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR6Entry  115 }

  tDMCarrierR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR6Entry  116 }

  tDMCarrierR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR6Entry  117 }

  tDMCarrierR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR6Entry  118 }

  tDMCarrierR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR6Entry  119 }

  tDMCarrierR6ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR6Entry  120 }

  tDMCarrierR6ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR6Entry  121 }

  tDMCarrierR6SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR6Entry  122 }

  tDMCarrierR6ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR6Entry  123 }

  tDMCarrierR6DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR6Entry  124 }

  tDMCarrierR6APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR6Entry  125 }

  tDMCarrierR6APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR6Entry  126 }

  tDMCarrierR6DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR6Entry  127 }

  tDMCarrierR6ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR6Entry  128 }

  tDMCarrierR6ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR6Entry  129 }

  tDMCarrierR6ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR6Entry  130 }

  tDMCarrierR6ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR6Entry  131 }

  tDMCarrierR6ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR6Entry  132 }

  tDMCarrierR6ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR6Entry  133 }

  tDMCarrierR6ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR6Entry  134 }

  tDMCarrierR6ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR6Entry  135 }

  tDMCarrierR6ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR6Entry  136 }

  tDMCarrierR6ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR6Entry  137 }

  tDMCarrierR6ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR6Entry  138 }

  tDMCarrierR6ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR6Entry  139 }

  tDMCarrierR6ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR6Entry  140 }

  tDMCarrierR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR6Entry  141 }

  tDMCarrierR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR6Entry  142 }

  tDMCarrierR6AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR6Entry  143 }

  tDMCarrierR6OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR6Entry  144 }

  tDMCarrierR6ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR6Entry  145 }

  tDMCarrierR6WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR6Entry  146 }

  tDMCarrierR6BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR6Entry  147 }

  tDMCarrierR6SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR6Entry  148 }

  tDMCarrierR6SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR6Entry  149 }

  tDMCarrierR6SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR6Entry  150 }

  tDMCarrierR6SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR6Entry  151 }

  tDMCarrierR6BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR6Entry  152 }

  tDMCarrierR6I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR6Entry  153 }

  tDMCarrierR6I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR6Entry  154 }

  tDMCarrierR6I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR6Entry  155 }

  tDMCarrierR6I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR6Entry  156 }

  tDMCarrierR6H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR6Entry  157 }

  tDMCarrierR6H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR6Entry  158 }

  tDMCarrierR6H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR6Entry  159 }

  tDMCarrierR6H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR6Entry  160 }

  tDMCarrierR6Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR6Entry  161 }

  tDMCarrierR6RcvdQ50TRM OBJECT-TYPE
    SYNTAX       INTEGER {
                   invalid0x0(0),
                   invalid0x1(1),
                   invalid0x2(2),
                   invalid0x3(3),
                   invalid0x4(4),
                   invalid0x5(5),
                   invalid0x6(6),
                   invalid0x7(7),
                   dCMENormal(8),
                   no64kbitSCapacityAvailable(9),
                   maintenanceReleaseRequest(10),
                   no31kHzCapacityAvailableDLC(11),
                   invalid0xC(12),
                   invalid0xD(13),
                   invalid0xE(14),
                   invalid0xF(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM'."
    ::= { tDMCarrierR6Entry  162 }

  tDMCarrierR6DeferredAlrmNotifTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deferred alarm notification timer'."
    DEFVAL       { 0 }
    ::= { tDMCarrierR6Entry  163 }

  tDMCarrierR6ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR6Entry  164 }

  tDMCarrierR6ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR6Entry  166 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Logging'                                               */
-- /* Valid from: 9.1.10                                                            */
-- /*********************************************************************************/

  callLoggingR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallLoggingR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2323 }

  callLoggingR3Entry OBJECT-TYPE
    SYNTAX       CallLoggingR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callLoggingR3NEConn,
             callLoggingR3NetwkElement,
             callLoggingR3CFSIx }
    ::= {  callLoggingR3Table  1  }

  CallLoggingR3Entry  ::=  SEQUENCE
  {
    callLoggingR3NEConn                Unsigned32,
    callLoggingR3NetwkElement          DisplayString,
    callLoggingR3CFSIx                 Unsigned32,
    callLoggingR3ConciseCallLoggingEnabled
                                       INTEGER,
    callLoggingR3MaxEnabledDetailedCallLogs
                                       Unsigned32,
    callLoggingR3VQMCallLoggingEnabled INTEGER,
    callLoggingR3VQMCallLoggingDefVal  INTEGER,
    callLoggingR3PerPartyVQMCallLoggingEnabled
                                       INTEGER,
    callLoggingR3TrnkRtgAnalyticsEnabled
                                       INTEGER
  }

  callLoggingR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callLoggingR3Entry  1 }

  callLoggingR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callLoggingR3Entry  2 }

  callLoggingR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callLoggingR3Entry  3 }

  callLoggingR3ConciseCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Concise Call Logging Enabled'."
    DEFVAL       { false }
    ::= { callLoggingR3Entry  4 }

  callLoggingR3MaxEnabledDetailedCallLogs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum Enabled Detailed Call Logs'."
    DEFVAL       { 100 }
    ::= { callLoggingR3Entry  5 }

  callLoggingR3VQMCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VQM call logging enabled'."
    DEFVAL       { false }
    ::= { callLoggingR3Entry  6 }

  callLoggingR3VQMCallLoggingDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VQM call logging default value'."
    DEFVAL       { false }
    ::= { callLoggingR3Entry  7 }

  callLoggingR3PerPartyVQMCallLoggingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Per-party VQM call logging enabled'."
    DEFVAL       { false }
    ::= { callLoggingR3Entry  8 }

  callLoggingR3TrnkRtgAnalyticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Routing analytics enabled'."
    DEFVAL       { false }
    ::= { callLoggingR3Entry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Services'                                              */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  classServsR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClassServsR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2324 }

  classServsR21Entry OBJECT-TYPE
    SYNTAX       ClassServsR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { classServsR21NEConn,
             classServsR21NetwkElement,
             classServsR21CFSIx }
    ::= {  classServsR21Table  1  }

  ClassServsR21Entry  ::=  SEQUENCE
  {
    classServsR21NEConn                Unsigned32,
    classServsR21NetwkElement          DisplayString,
    classServsR21CFSIx                 Unsigned32,
    classServsR21CFU                   INTEGER,
    classServsR21CFBL                  INTEGER,
    classServsR21CFDA                  INTEGER,
    classServsR21AR                    INTEGER,
    classServsR21LineHunting           INTEGER,
    classServsR21TWC                   INTEGER,
    classServsR21CW                    INTEGER,
    classServsR21CWWithCID             INTEGER,
    classServsR21ACR                   INTEGER,
    classServsR21CallTrace             INTEGER,
    classServsR21CIDPres               INTEGER,
    classServsR21SCF                   INTEGER,
    classServsR21CND                   INTEGER,
    classServsR21SCR                   INTEGER,
    classServsR21PriorityCall          INTEGER,
    classServsR21RemCall               INTEGER,
    classServsR21SPD                   INTEGER,
    classServsR21OCB                   INTEGER,
    classServsR21PINChange             INTEGER,
    classServsR21ClgNameDlvry          INTEGER,
    classServsR21AutoClback            INTEGER,
    classServsR21CSAlrmsAttnRq         Integer32,
    classServsR21CSAlrmEvtsAttnRq      Integer32,
    classServsR21CSAlrmsAtndDp         Integer32,
    classServsR21CSAlrmEvtsAtndDp      Integer32,
    classServsR21SummaryChldAlrmState  INTEGER,
    classServsR21CNDB                  INTEGER,
    classServsR21Voicemail             INTEGER,
    classServsR21RegRemCalls           INTEGER,
    classServsR21CallXfer              INTEGER,
    classServsR21CCW                   INTEGER,
    classServsR21102                   INTEGER,
    classServsR21108                   INTEGER,
    classServsR21AlrmState             INTEGER,
    classServsR21AlrmLogCorr           Counter64,
    classServsR21AlrmEvtsAtndDp        Unsigned32,
    classServsR21AlrmStateTimestamp    Unsigned32,
    classServsR21AlrmResetTimestamp    Unsigned32,
    classServsR21RACF                  INTEGER,
    classServsR21LastCIDErasure        INTEGER,
    classServsR21MandAccCodes          INTEGER,
    classServsR21ANITestServ           INTEGER,
    classServsR21HIC                   INTEGER,
    classServsR21CPU                   INTEGER,
    classServsR21DPUNoBargeIn          INTEGER,
    classServsR21OPX                   INTEGER,
    classServsR21TeenServ              INTEGER,
    classServsR21AppServerOrig         INTEGER,
    classServsR21AppServerTerm         INTEGER,
    classServsR21DoNotDist             INTEGER,
    classServsR21CallHold              INTEGER,
    classServsR21ClgIDDlvryOverIP      INTEGER,
    classServsR21TestLine100           INTEGER,
    classServsR21TestLine101           INTEGER,
    classServsR21TestLine105           INTEGER,
    classServsR21CallLists             INTEGER,
    classServsR21FMFM                  INTEGER,
    classServsR21OHDTrigger            INTEGER,
    classServsR21TATrigger             INTEGER,
    classServsR21LSM                   INTEGER,
    classServsR21WarmHotLine           INTEGER,
    classServsR21AppServerMOHServ      INTEGER,
    classServsR21CallPark              INTEGER,
    classServsR21ClgNameDlvryQueryHandling
                                       INTEGER,
    classServsR21SDPCommPortal         INTEGER,
    classServsR21CallServsConnectedNumDlvry
                                       INTEGER,
    classServsR21ConnectedLineIDPres   INTEGER,
    classServsR21ChldStatisticsAlrms   Integer32,
    classServsR21UnavailCF             INTEGER,
    classServsR21Variant               INTEGER,
    classServsR21LongDistanceAlert     INTEGER,
    classServsR21ConnectedNameDlvry    INTEGER,
    classServsR21TotChldAlrmsAttnRq    Unsigned32,
    classServsR21TotChldAlrmEvtsAttnRq Unsigned32,
    classServsR21TotChldAlrmsAtndDp    Unsigned32,
    classServsR21TotChldAlrmEvtsAtndDp Unsigned32,
    classServsR21BCM                   INTEGER,
    classServsR21ASRecSrv              INTEGER,
    classServsR21ICDNDlvry             INTEGER,
    classServsR21OCN                   INTEGER,
    classServsR21MOHIntegrated         INTEGER
  }

  classServsR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { classServsR21Entry  1 }

  classServsR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { classServsR21Entry  2 }

  classServsR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { classServsR21Entry  3 }

  classServsR21CFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unconditional Call Forwarding'."
    ::= { classServsR21Entry  4 }

  classServsR21CFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding'."
    ::= { classServsR21Entry  5 }

  classServsR21CFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding'."
    ::= { classServsR21Entry  6 }

  classServsR21AR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall'."
    ::= { classServsR21Entry  7 }

  classServsR21LineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting'."
    ::= { classServsR21Entry  8 }

  classServsR21TWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling'."
    ::= { classServsR21Entry  9 }

  classServsR21CW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting'."
    ::= { classServsR21Entry  10 }

  classServsR21CWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting With Caller ID'."
    ::= { classServsR21Entry  11 }

  classServsR21ACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection'."
    ::= { classServsR21Entry  12 }

  classServsR21CallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace'."
    ::= { classServsR21Entry  13 }

  classServsR21CIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation'."
    ::= { classServsR21Entry  14 }

  classServsR21SCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding'."
    ::= { classServsR21Entry  15 }

  classServsR21CND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery'."
    ::= { classServsR21Entry  16 }

  classServsR21SCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection'."
    ::= { classServsR21Entry  17 }

  classServsR21PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call'."
    ::= { classServsR21Entry  18 }

  classServsR21RemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls'."
    ::= { classServsR21Entry  19 }

  classServsR21SPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling'."
    ::= { classServsR21Entry  20 }

  classServsR21OCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring'."
    ::= { classServsR21Entry  21 }

  classServsR21PINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change'."
    ::= { classServsR21Entry  22 }

  classServsR21ClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber'."
    ::= { classServsR21Entry  23 }

  classServsR21AutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback'."
    ::= { classServsR21Entry  24 }

  classServsR21CSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { classServsR21Entry  25 }

  classServsR21CSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR21Entry  26 }

  classServsR21CSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { classServsR21Entry  27 }

  classServsR21CSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR21Entry  28 }

  classServsR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { classServsR21Entry  29 }

  classServsR21CNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery Blocking'."
    ::= { classServsR21Entry  30 }

  classServsR21Voicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail'."
    ::= { classServsR21Entry  31 }

  classServsR21RegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls'."
    ::= { classServsR21Entry  32 }

  classServsR21CallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer'."
    ::= { classServsR21Entry  33 }

  classServsR21CCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting'."
    ::= { classServsR21Entry  34 }

  classServsR21102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102'."
    ::= { classServsR21Entry  35 }

  classServsR21108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108'."
    ::= { classServsR21Entry  36 }

  classServsR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { classServsR21Entry  37 }

  classServsR21AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { classServsR21Entry  38 }

  classServsR21AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR21Entry  39 }

  classServsR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { classServsR21Entry  40 }

  classServsR21AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { classServsR21Entry  41 }

  classServsR21RACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Access to Call Forwarding'."
    ::= { classServsR21Entry  42 }

  classServsR21LastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure'."
    ::= { classServsR21Entry  43 }

  classServsR21MandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes'."
    ::= { classServsR21Entry  45 }

  classServsR21ANITestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service'."
    ::= { classServsR21Entry  46 }

  classServsR21HIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom'."
    ::= { classServsR21Entry  47 }

  classServsR21CPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup'."
    ::= { classServsR21Entry  48 }

  classServsR21DPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directed Pickup (no barge-in)'."
    ::= { classServsR21Entry  49 }

  classServsR21OPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Premises Extension'."
    ::= { classServsR21Entry  50 }

  classServsR21TeenServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service'."
    ::= { classServsR21Entry  51 }

  classServsR21AppServerOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Originating Service'."
    ::= { classServsR21Entry  52 }

  classServsR21AppServerTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Terminating Service'."
    ::= { classServsR21Entry  53 }

  classServsR21DoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb'."
    ::= { classServsR21Entry  54 }

  classServsR21CallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold'."
    ::= { classServsR21Entry  55 }

  classServsR21ClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP'."
    ::= { classServsR21Entry  56 }

  classServsR21TestLine100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100'."
    ::= { classServsR21Entry  57 }

  classServsR21TestLine101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101'."
    ::= { classServsR21Entry  58 }

  classServsR21TestLine105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105'."
    ::= { classServsR21Entry  59 }

  classServsR21CallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists'."
    ::= { classServsR21Entry  60 }

  classServsR21FMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me'."
    ::= { classServsR21Entry  61 }

  classServsR21OHDTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Hook Delay Subscriber Trigger'."
    ::= { classServsR21Entry  63 }

  classServsR21TATrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination Attempt Trigger'."
    ::= { classServsR21Entry  64 }

  classServsR21LSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring'."
    ::= { classServsR21Entry  65 }

  classServsR21WarmHotLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line'."
    ::= { classServsR21Entry  66 }

  classServsR21AppServerMOHServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Music On Hold Service'."
    ::= { classServsR21Entry  67 }

  classServsR21CallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park'."
    ::= { classServsR21Entry  68 }

  classServsR21ClgNameDlvryQueryHandling OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling'."
    ::= { classServsR21Entry  69 }

  classServsR21SDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal'."
    ::= { classServsR21Entry  70 }

  classServsR21CallServsConnectedNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Number Delivery'."
    ::= { classServsR21Entry  71 }

  classServsR21ConnectedLineIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Line ID Presentation'."
    ::= { classServsR21Entry  72 }

  classServsR21ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { classServsR21Entry  73 }

  classServsR21UnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable Call Forwarding'."
    ::= { classServsR21Entry  74 }

  classServsR21Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordia(1),
                   eTSI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    DEFVAL       { telcordia }
    ::= { classServsR21Entry  75 }

  classServsR21LongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert'."
    ::= { classServsR21Entry  76 }

  classServsR21ConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery'."
    ::= { classServsR21Entry  77 }

  classServsR21TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { classServsR21Entry  78 }

  classServsR21TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { classServsR21Entry  79 }

  classServsR21TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { classServsR21Entry  80 }

  classServsR21TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { classServsR21Entry  81 }

  classServsR21BCM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Call Manager'."
    ::= { classServsR21Entry  82 }

  classServsR21ASRecSrv OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Recording Service'."
    ::= { classServsR21Entry  83 }

  classServsR21ICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery'."
    ::= { classServsR21Entry  84 }

  classServsR21OCN OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Call Notifications'."
    ::= { classServsR21Entry  85 }

  classServsR21MOHIntegrated OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music on Hold (Integrated)'."
    ::= { classServsR21Entry  86 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  genCallServCtrlR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenCallServCtrlR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2325 }

  genCallServCtrlR12Entry OBJECT-TYPE
    SYNTAX       GenCallServCtrlR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genCallServCtrlR12NEConn,
             genCallServCtrlR12NetwkElement,
             genCallServCtrlR12CFSIx }
    ::= {  genCallServCtrlR12Table  1  }

  GenCallServCtrlR12Entry  ::=  SEQUENCE
  {
    genCallServCtrlR12NEConn           Unsigned32,
    genCallServCtrlR12NetwkElement     DisplayString,
    genCallServCtrlR12CFSIx            Unsigned32,
    genCallServCtrlR12PINChangeAccessCode
                                       DisplayString,
    genCallServCtrlR12SLEConfirmTimeout
                                       INTEGER,
    genCallServCtrlR12SLENewNumEntryTimeout
                                       INTEGER,
    genCallServCtrlR12SLEOptionSelTimeout
                                       INTEGER,
    genCallServCtrlR12SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genCallServCtrlR12SLESPCSQueryTimeout
                                       INTEGER,
    genCallServCtrlR12SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genCallServCtrlR12SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genCallServCtrlR12SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genCallServCtrlR12RowStatus        RowStatus,
    genCallServCtrlR12SupportPINChange INTEGER,
    genCallServCtrlR12MaxInvalidPINAttempts
                                       Unsigned32,
    genCallServCtrlR12SuspendedServAccessNum
                                       DisplayString,
    genCallServCtrlR12SupportCallLists INTEGER,
    genCallServCtrlR12CLMaxNumCallsPerList
                                       Unsigned32,
    genCallServCtrlR12CallListsAlwaysReplicateEntries
                                       INTEGER,
    genCallServCtrlR12EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genCallServCtrlR12RecMvdSbExPrcHr  Unsigned32,
    genCallServCtrlR12RecMvdSbExPrcMin Unsigned32,
    genCallServCtrlR12DefRecMvdSubExpiry
                                       Unsigned32,
    genCallServCtrlR12GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genCallServCtrlR12SupportAdvancedVoiceCodecs
                                       INTEGER,
    genCallServCtrlR12SupportVideoCodecs
                                       INTEGER,
    genCallServCtrlR12CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genCallServCtrlR12SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genCallServCtrlR12LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genCallServCtrlR12CallListsDefSetting
                                       INTEGER,
    genCallServCtrlR12HRCLSubLimitType INTEGER,
    genCallServCtrlR12HRCLSubMaxHighRiskCalls
                                       Unsigned32,
    genCallServCtrlR12HRCLPBXLimitType INTEGER,
    genCallServCtrlR12HRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    genCallServCtrlR12PINChangeGenerateBillRec
                                       INTEGER,
    genCallServCtrlR12PINChangeConfirmPINOnPINChange
                                       INTEGER,
    genCallServCtrlR12PINChangePINLockout
                                       INTEGER,
    genCallServCtrlR12PINChangeTUISeparatorKey
                                       INTEGER
  }

  genCallServCtrlR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genCallServCtrlR12Entry  1 }

  genCallServCtrlR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genCallServCtrlR12Entry  2 }

  genCallServCtrlR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genCallServCtrlR12Entry  3 }

  genCallServCtrlR12PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genCallServCtrlR12Entry  4 }

  genCallServCtrlR12SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR12Entry  5 }

  genCallServCtrlR12SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR12Entry  6 }

  genCallServCtrlR12SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR12Entry  7 }

  genCallServCtrlR12SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genCallServCtrlR12Entry  8 }

  genCallServCtrlR12SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genCallServCtrlR12Entry  9 }

  genCallServCtrlR12SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genCallServCtrlR12Entry  10 }

  genCallServCtrlR12SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genCallServCtrlR12Entry  11 }

  genCallServCtrlR12SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genCallServCtrlR12Entry  12 }

  genCallServCtrlR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genCallServCtrlR12Entry  13 }

  genCallServCtrlR12SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR12Entry  14 }

  genCallServCtrlR12MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genCallServCtrlR12Entry  15 }

  genCallServCtrlR12SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genCallServCtrlR12Entry  16 }

  genCallServCtrlR12SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR12Entry  17 }

  genCallServCtrlR12CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genCallServCtrlR12Entry  18 }

  genCallServCtrlR12CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR12Entry  20 }

  genCallServCtrlR12EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR12Entry  21 }

  genCallServCtrlR12RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR12Entry  22 }

  genCallServCtrlR12RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR12Entry  23 }

  genCallServCtrlR12DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genCallServCtrlR12Entry  24 }

  genCallServCtrlR12GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genCallServCtrlR12Entry  25 }

  genCallServCtrlR12SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR12Entry  26 }

  genCallServCtrlR12SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genCallServCtrlR12Entry  27 }

  genCallServCtrlR12CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genCallServCtrlR12Entry  28 }

  genCallServCtrlR12SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genCallServCtrlR12Entry  29 }

  genCallServCtrlR12LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genCallServCtrlR12Entry  30 }

  genCallServCtrlR12CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genCallServCtrlR12Entry  31 }

  genCallServCtrlR12HRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber limit type'."
    DEFVAL       { limited }
    ::= { genCallServCtrlR12Entry  32 }

  genCallServCtrlR12HRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber maximum high risk calls'."
    DEFVAL       { 2 }
    ::= { genCallServCtrlR12Entry  33 }

  genCallServCtrlR12HRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX limit type'."
    DEFVAL       { limited }
    ::= { genCallServCtrlR12Entry  34 }

  genCallServCtrlR12HRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX maximum high risk calls'."
    DEFVAL       { 5 }
    ::= { genCallServCtrlR12Entry  35 }

  genCallServCtrlR12PINChangeGenerateBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - generate billing record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR12Entry  36 }

  genCallServCtrlR12PINChangeConfirmPINOnPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - confirm PIN on PIN change'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genCallServCtrlR12Entry  37 }

  genCallServCtrlR12PINChangePINLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                   rACFOnly(1),
                   fullServiceSuspension(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - PIN lockout'.
                  This field is not writable when active."
    DEFVAL       { rACFOnly }
    ::= { genCallServCtrlR12Entry  38 }

  genCallServCtrlR12PINChangeTUISeparatorKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   hash(1),
                   star(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - TUI separator key'.
                  This field is not writable when active."
    DEFVAL       { hash }
    ::= { genCallServCtrlR12Entry  39 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 9.1.10                                                            */
-- /* Valid before: 9.3                                                             */
-- /*********************************************************************************/

  cIDServR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2326 }

  cIDServR19Entry OBJECT-TYPE
    SYNTAX       CIDServR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR19NEConn,
             cIDServR19NetwkElement,
             cIDServR19CFSIx }
    ::= {  cIDServR19Table  1  }

  CIDServR19Entry  ::=  SEQUENCE
  {
    cIDServR19NEConn                   Unsigned32,
    cIDServR19NetwkElement             DisplayString,
    cIDServR19CFSIx                    Unsigned32,
    cIDServR19CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR19SupportAR                INTEGER,
    cIDServR19ARDefSetting             INTEGER,
    cIDServR19AROneOrTwoStageActivn    INTEGER,
    cIDServR19ARTwoStageAccessCode     DisplayString,
    cIDServR19SupportCallTrace         INTEGER,
    cIDServR19CallTraceUSB             INTEGER,
    cIDServR19CallTraceDefSetting      INTEGER,
    cIDServR19CallTraceActivateCode    DisplayString,
    cIDServR19CallTraceTwoStageActivn  INTEGER,
    cIDServR19CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR19CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR19CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR19CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR19SupportCIDPres           INTEGER,
    cIDServR19CIDPresClgPartyNum       INTEGER,
    cIDServR19CIDPresClgPartySubAddr   INTEGER,
    cIDServR19CIDPresDelivByDef        INTEGER,
    cIDServR19CIDPresPresentNumCode    DisplayString,
    cIDServR19CIDPresWitholdNumCode    DisplayString,
    cIDServR19CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR19CIDPresDefNetwkInfo      INTEGER,
    cIDServR19CIDPresDefNetwkNum       DisplayString,
    cIDServR19SupportCNDB              INTEGER,
    cIDServR19CNDBUSB                  INTEGER,
    cIDServR19CNDBDefSetting           INTEGER,
    cIDServR19CNDBDefOverrideCode      DisplayString,
    cIDServR19CNDBConfirmationTone     INTEGER,
    cIDServR19RowStatus                RowStatus,
    cIDServR19SupportCND               INTEGER,
    cIDServR19CNDUSB                   INTEGER,
    cIDServR19CNDEnableCode            DisplayString,
    cIDServR19CNDDisableCode           DisplayString,
    cIDServR19CNDCheckCode             DisplayString,
    cIDServR19ARUSB                    INTEGER,
    cIDServR19AROneStageAccessCode     DisplayString,
    cIDServR19ARSecondStageRecallKey   INTEGER,
    cIDServR19ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR19ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR19ARCallRtnTimeout         Unsigned32,
    cIDServR19ARRejNonUniqueNums       INTEGER,
    cIDServR19ARRejAnonNums            INTEGER,
    cIDServR19ARMarkBAFBillRecs        INTEGER,
    cIDServR19SupportClgNameDlvry      INTEGER,
    cIDServR19ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR19ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR19ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR19I1CNAMSLHRNEConn         Unsigned32,
    cIDServR19I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR19I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR19I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR19CNAMSLHROtherVals        INTEGER,
    cIDServR19AlrmState                INTEGER,
    cIDServR19AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR19AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR19AlrmEvtsAtndDp           Unsigned32,
    cIDServR19AlrmStateTimestamp       Unsigned32,
    cIDServR19AlrmResetTimestamp       Unsigned32,
    cIDServR19ClgNameDlvryUSB          INTEGER,
    cIDServR19ARDeactivateCode         DisplayString,
    cIDServR19SupportAutoClback        INTEGER,
    cIDServR19AutoClbackDefVal         INTEGER,
    cIDServR19AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR19AutoClbackUSB            INTEGER,
    cIDServR19AutoClbackActivateCode   DisplayString,
    cIDServR19AutoClbackDeactivateCode DisplayString,
    cIDServR19ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR19ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR19ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR19ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR19ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR19ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR19ARClbackOrigingScanRate  INTEGER,
    cIDServR19ARClbackMaxRingCycles    INTEGER,
    cIDServR19ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR19AllowARClbackTermScanning
                                       INTEGER,
    cIDServR19ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR19ARClbackMaxActivns       INTEGER,
    cIDServR19I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR19I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR19I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR19I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR19ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR19ARClbackMaxQueueSize     Unsigned32,
    cIDServR19SupportLastCIDErasure    INTEGER,
    cIDServR19LastCIDErasureDefSetting INTEGER,
    cIDServR19LastCIDErasureAccessCode DisplayString,
    cIDServR19ClgNameDlvryNameSource   BITS,
    cIDServR19CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR19ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR19SupportClgIDDlvryOverIP  INTEGER,
    cIDServR19I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR19I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR19I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR19I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR19ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR19AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR19AlrmEvtsAttnRq           Unsigned32,
    cIDServR19ChldAlrmsAttnRq          Unsigned32,
    cIDServR19ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR19SummaryChldAlrmState     INTEGER,
    cIDServR19CNDDefPreferredSIPFormat INTEGER,
    cIDServR19ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR19CIDIgnorePBXSigPrsnt     INTEGER,
    cIDServR19SupportClgNameDlvryQH    INTEGER,
    cIDServR19CNAMCacheEnabled         INTEGER,
    cIDServR19ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR19CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR19I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR19I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR19I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR19I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR19CNAMSLHRQHOtherVals      INTEGER,
    cIDServR19DoExtraActions           INTEGER,
    cIDServR19CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR19CacheQueryRess           INTEGER,
    cIDServR19CacheImportFilename      DisplayString,
    cIDServR19CacheImportSchedule      INTEGER,
    cIDServR19CacheImportHr            INTEGER,
    cIDServR19CacheImportMin           INTEGER,
    cIDServR19TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR19TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR19CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR19SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR19SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR19CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR19CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR19CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR19ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR19SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR19TotChldAlrmsAttnRq       Unsigned32,
    cIDServR19TotChldAlrmEvtsAttnRq    Unsigned32,
    cIDServR19ARClbackUseTestCalls     INTEGER,
    cIDServR19I1ClgNameDlvrySIPSubscriptionServerNEConn
                                       Unsigned32,
    cIDServR19I2ClgNameDlvrySIPSubscriptionServerNetwkElement
                                       DisplayString,
    cIDServR19I3ClgNameDlvrySIPSubscriptionServerCFSIx
                                       Unsigned32,
    cIDServR19I4ClgNameDlvrySIPSubscriptionServerBindingIx
                                       Unsigned32,
    cIDServR19ClgNameDlvrySIPSubscriptionServerOtherVals
                                       INTEGER,
    cIDServR19ClgNameDlvryServerIdentity
                                       DisplayString,
    cIDServR19SupportICDNDlvry         INTEGER,
    cIDServR19ARAllowAROnBusy          INTEGER
  }

  cIDServR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR19Entry  1 }

  cIDServR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR19Entry  2 }

  cIDServR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR19Entry  3 }

  cIDServR19CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR19Entry  4 }

  cIDServR19SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  5 }

  cIDServR19ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  6 }

  cIDServR19AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  7 }

  cIDServR19ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  8 }

  cIDServR19SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  9 }

  cIDServR19CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  10 }

  cIDServR19CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  11 }

  cIDServR19CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  12 }

  cIDServR19CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  13 }

  cIDServR19CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR19Entry  14 }

  cIDServR19CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR19Entry  15 }

  cIDServR19CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR19Entry  16 }

  cIDServR19CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR19Entry  17 }

  cIDServR19SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  18 }

  cIDServR19CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  19 }

  cIDServR19CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  20 }

  cIDServR19CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  21 }

  cIDServR19CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  22 }

  cIDServR19CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  23 }

  cIDServR19CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  24 }

  cIDServR19CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  25 }

  cIDServR19CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  26 }

  cIDServR19SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  27 }

  cIDServR19CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  28 }

  cIDServR19CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  29 }

  cIDServR19CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  30 }

  cIDServR19CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  31 }

  cIDServR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR19Entry  32 }

  cIDServR19SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  33 }

  cIDServR19CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  34 }

  cIDServR19CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  35 }

  cIDServR19CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  36 }

  cIDServR19CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  37 }

  cIDServR19ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  38 }

  cIDServR19AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  39 }

  cIDServR19ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  40 }

  cIDServR19ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR19Entry  41 }

  cIDServR19ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR19Entry  42 }

  cIDServR19ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR19Entry  43 }

  cIDServR19ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  44 }

  cIDServR19ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  45 }

  cIDServR19ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  46 }

  cIDServR19SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  47 }

  cIDServR19ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR19Entry  48 }

  cIDServR19ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  50 }

  cIDServR19ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  51 }

  cIDServR19I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  52 }

  cIDServR19I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  53 }

  cIDServR19I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  54 }

  cIDServR19I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  55 }

  cIDServR19CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR19Entry  56 }

  cIDServR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR19Entry  57 }

  cIDServR19AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR19Entry  58 }

  cIDServR19AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR19Entry  59 }

  cIDServR19AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR19Entry  60 }

  cIDServR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR19Entry  61 }

  cIDServR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR19Entry  62 }

  cIDServR19ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  63 }

  cIDServR19ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  64 }

  cIDServR19SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  65 }

  cIDServR19AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  66 }

  cIDServR19AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  67 }

  cIDServR19AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  68 }

  cIDServR19AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  69 }

  cIDServR19AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  70 }

  cIDServR19ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR19Entry  71 }

  cIDServR19ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR19Entry  72 }

  cIDServR19ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR19Entry  73 }

  cIDServR19ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR19Entry  74 }

  cIDServR19ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR19Entry  75 }

  cIDServR19ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR19Entry  76 }

  cIDServR19ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR19Entry  77 }

  cIDServR19ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR19Entry  78 }

  cIDServR19ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR19Entry  79 }

  cIDServR19AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  80 }

  cIDServR19ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR19Entry  81 }

  cIDServR19ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR19Entry  82 }

  cIDServR19I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  83 }

  cIDServR19I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  84 }

  cIDServR19I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  85 }

  cIDServR19I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  86 }

  cIDServR19ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR19Entry  87 }

  cIDServR19ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR19Entry  88 }

  cIDServR19SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  89 }

  cIDServR19LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  90 }

  cIDServR19LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  91 }

  cIDServR19ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR19Entry  92 }

  cIDServR19CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR19Entry  93 }

  cIDServR19ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  97 }

  cIDServR19SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  98 }

  cIDServR19I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR19Entry  99 }

  cIDServR19I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR19Entry  100 }

  cIDServR19I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR19Entry  101 }

  cIDServR19I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR19Entry  102 }

  cIDServR19ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR19Entry  104 }

  cIDServR19AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR19Entry  105 }

  cIDServR19AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR19Entry  106 }

  cIDServR19ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR19Entry  107 }

  cIDServR19ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR19Entry  108 }

  cIDServR19SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR19Entry  109 }

  cIDServR19CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR19Entry  110 }

  cIDServR19ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2),
                   sIPQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR19Entry  111 }

  cIDServR19CIDIgnorePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - ignore PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  112 }

  cIDServR19SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  113 }

  cIDServR19CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR19Entry  114 }

  cIDServR19ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR19Entry  115 }

  cIDServR19CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR19Entry  116 }

  cIDServR19I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  117 }

  cIDServR19I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  118 }

  cIDServR19I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  119 }

  cIDServR19I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR19Entry  120 }

  cIDServR19CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR19Entry  121 }

  cIDServR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR19Entry  124 }

  cIDServR19CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR19Entry  125 }

  cIDServR19CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR19Entry  126 }

  cIDServR19CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR19Entry  127 }

  cIDServR19CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR19Entry  128 }

  cIDServR19CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR19Entry  129 }

  cIDServR19CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR19Entry  130 }

  cIDServR19TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR19Entry  131 }

  cIDServR19TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR19Entry  132 }

  cIDServR19CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  133 }

  cIDServR19SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  134 }

  cIDServR19SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  135 }

  cIDServR19CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR19Entry  136 }

  cIDServR19CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR19Entry  137 }

  cIDServR19CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  138 }

  cIDServR19ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR19Entry  139 }

  cIDServR19SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  140 }

  cIDServR19TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR19Entry  141 }

  cIDServR19TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR19Entry  142 }

  cIDServR19ARClbackUseTestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - use test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR19Entry  143 }

  cIDServR19I1ClgNameDlvrySIPSubscriptionServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR19Entry  144 }

  cIDServR19I2ClgNameDlvrySIPSubscriptionServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR19Entry  145 }

  cIDServR19I3ClgNameDlvrySIPSubscriptionServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR19Entry  146 }

  cIDServR19I4ClgNameDlvrySIPSubscriptionServerBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR19Entry  147 }

  cIDServR19ClgNameDlvrySIPSubscriptionServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server'.
                  This field represents the fixed
                  values that Calling Name Delivery - SIP subscription server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR19Entry  148 }

  cIDServR19ClgNameDlvryServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - server identity'."
    ::= { cIDServR19Entry  149 }

  cIDServR19SupportICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR19Entry  150 }

  cIDServR19ARAllowAROnBusy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - allow Automatic Recall on Busy'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR19Entry  151 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Multi Party Call Services'                           */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.4.20                                                       */
-- /*********************************************************************************/

  multiPartyServR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MultiPartyServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2327 }

  multiPartyServR8Entry OBJECT-TYPE
    SYNTAX       MultiPartyServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { multiPartyServR8NEConn,
             multiPartyServR8NetwkElement,
             multiPartyServR8CFSIx }
    ::= {  multiPartyServR8Table  1  }

  MultiPartyServR8Entry  ::=  SEQUENCE
  {
    multiPartyServR8NEConn             Unsigned32,
    multiPartyServR8NetwkElement       DisplayString,
    multiPartyServR8CFSIx              Unsigned32,
    multiPartyServR8SupportTWC         INTEGER,
    multiPartyServR8TWCEndCall         INTEGER,
    multiPartyServR8TWCShuttle         INTEGER,
    multiPartyServR8TWCEstablish       INTEGER,
    multiPartyServR8TWCXfer            INTEGER,
    multiPartyServR8TWCDisc1           INTEGER,
    multiPartyServR8TWCHold1           INTEGER,
    multiPartyServR8TWCDisc2           INTEGER,
    multiPartyServR8TWCHold2           INTEGER,
    multiPartyServR8SupportCallXfer    INTEGER,
    multiPartyServR8SupportCW          INTEGER,
    multiPartyServR8SupportCWWithCID   INTEGER,
    multiPartyServR8CWEnableCode       DisplayString,
    multiPartyServR8CWDisableCode      DisplayString,
    multiPartyServR8CWCheckCode        DisplayString,
    multiPartyServR8SupportCCW         INTEGER,
    multiPartyServR8CCWDisableDurnCallCode
                                       DisplayString,
    multiPartyServR8CCWNotEnabledBehaviour
                                       INTEGER,
    multiPartyServR8CCWDisableDuringCall
                                       INTEGER,
    multiPartyServR8RowStatus          RowStatus,
    multiPartyServR8SupportHIC         INTEGER,
    multiPartyServR8HICDefSetting      INTEGER,
    multiPartyServR8HICDistRinging     INTEGER,
    multiPartyServR8HICDistRingingDefSetting
                                       INTEGER,
    multiPartyServR8SupportCallHold    INTEGER,
    multiPartyServR8CallHoldAccessCode DisplayString,
    multiPartyServR8TWCCTBillConfBAFBillRecType
                                       INTEGER,
    multiPartyServR8TWCCTConfUSBDef    INTEGER,
    multiPartyServR8SupportLSM         INTEGER,
    multiPartyServR8LSMDefSetting      INTEGER,
    multiPartyServR8LSMDefMaxLines     INTEGER,
    multiPartyServR8LSMTotNumLines     Integer32,
    multiPartyServR8CWRedirectionReasonIfNoAnswer
                                       INTEGER,
    multiPartyServR8HICActivateDuringCall
                                       INTEGER,
    multiPartyServR8LSMMonitorDoNotDistStatusDefVal
                                       INTEGER,
    multiPartyServR8SupportMOHIntegrated
                                       INTEGER,
    multiPartyServR8LSMIncreasedSIPNOTIFYMsgRate
                                       INTEGER,
    multiPartyServR8LSMPreferHighVolumeUsers
                                       INTEGER
  }

  multiPartyServR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { multiPartyServR8Entry  1 }

  multiPartyServR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { multiPartyServR8Entry  2 }

  multiPartyServR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { multiPartyServR8Entry  3 }

  multiPartyServR8SupportTWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  4 }

  multiPartyServR8TWCEndCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - end current call'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { multiPartyServR8Entry  5 }

  multiPartyServR8TWCShuttle OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - swap calls'.
                  This field is not writable when active."
    DEFVAL       { two }
    ::= { multiPartyServR8Entry  6 }

  multiPartyServR8TWCEstablish OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - establish 3-way call'.
                  This field is not writable when active."
    DEFVAL       { three }
    ::= { multiPartyServR8Entry  7 }

  multiPartyServR8TWCXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - transfer call'.
                  This field is not writable when active."
    DEFVAL       { four }
    ::= { multiPartyServR8Entry  8 }

  multiPartyServR8TWCDisc1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect first caller'.
                  This field is not writable when active."
    DEFVAL       { five }
    ::= { multiPartyServR8Entry  9 }

  multiPartyServR8TWCHold1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put first caller on hold'.
                  This field is not writable when active."
    DEFVAL       { six }
    ::= { multiPartyServR8Entry  10 }

  multiPartyServR8TWCDisc2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect second caller'.
                  This field is not writable when active."
    DEFVAL       { seven }
    ::= { multiPartyServR8Entry  11 }

  multiPartyServR8TWCHold2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put second caller on hold'.
                  This field is not writable when active."
    DEFVAL       { eight }
    ::= { multiPartyServR8Entry  12 }

  multiPartyServR8SupportCallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  13 }

  multiPartyServR8SupportCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  14 }

  multiPartyServR8SupportCWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting With Caller ID support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  15 }

  multiPartyServR8CWEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - enable code'.
                  This field is not writable when active."
    ::= { multiPartyServR8Entry  16 }

  multiPartyServR8CWDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - disable code'.
                  This field is not writable when active."
    ::= { multiPartyServR8Entry  17 }

  multiPartyServR8CWCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - check code'.
                  This field is not writable when active."
    ::= { multiPartyServR8Entry  18 }

  multiPartyServR8SupportCCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  19 }

  multiPartyServR8CCWDisableDurnCallCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable for duration of call code'.
                  This field is not writable when active."
    ::= { multiPartyServR8Entry  20 }

  multiPartyServR8CCWNotEnabledBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   featureNotAvailable(1),
                   none(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - not enabled behavior'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { multiPartyServR8Entry  21 }

  multiPartyServR8CCWDisableDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR8Entry  22 }

  multiPartyServR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { multiPartyServR8Entry  23 }

  multiPartyServR8SupportHIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  24 }

  multiPartyServR8HICDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR8Entry  25 }

  multiPartyServR8HICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom Distinctive Ringing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR8Entry  26 }

  multiPartyServR8HICDistRingingDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom Distinctive Ringing - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR8Entry  27 }

  multiPartyServR8SupportCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  31 }

  multiPartyServR8CallHoldAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold - access code'.
                  This field is not writable when active."
    ::= { multiPartyServR8Entry  32 }

  multiPartyServR8TWCCTBillConfBAFBillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   structure0076CallType026(2),
                   structure0001CallType048(3),
                   structure0028CallType049(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - BAF billing record type'.
                  This field is not writable when active."
    DEFVAL       { structure0076CallType026 }
    ::= { multiPartyServR8Entry  33 }

  multiPartyServR8TWCCTConfUSBDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR8Entry  34 }

  multiPartyServR8SupportLSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  35 }

  multiPartyServR8LSMDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR8Entry  36 }

  multiPartyServR8LSMDefMaxLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default maximum number of monitored lines per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { multiPartyServR8Entry  37 }

  multiPartyServR8LSMTotNumLines OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - total number of monitored lines'."
    ::= { multiPartyServR8Entry  38 }

  multiPartyServR8CWRedirectionReasonIfNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   busy(1),
                   noAnswer(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting - redirection reason if no answer'.
                  This field is not writable when active."
    DEFVAL       { noAnswer }
    ::= { multiPartyServR8Entry  39 }

  multiPartyServR8HICActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR8Entry  40 }

  multiPartyServR8LSMMonitorDoNotDistStatusDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - monitor Do Not Disturb status default value'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR8Entry  41 }

  multiPartyServR8SupportMOHIntegrated OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music on Hold (Integrated) - support'."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR8Entry  42 }

  multiPartyServR8LSMIncreasedSIPNOTIFYMsgRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - increased SIP NOTIFY message rate'."
    DEFVAL       { true }
    ::= { multiPartyServR8Entry  43 }

  multiPartyServR8LSMPreferHighVolumeUsers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - prefer high volume users'."
    DEFVAL       { false }
    ::= { multiPartyServR8Entry  44 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Outgoing Call Services'                              */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  outSrvR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF OutSrvR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2328 }

  outSrvR10Entry OBJECT-TYPE
    SYNTAX       OutSrvR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { outSrvR10NEConn,
             outSrvR10NetwkElement,
             outSrvR10CFSIx }
    ::= {  outSrvR10Table  1  }

  OutSrvR10Entry  ::=  SEQUENCE
  {
    outSrvR10NEConn                    Unsigned32,
    outSrvR10NetwkElement              DisplayString,
    outSrvR10CFSIx                     Unsigned32,
    outSrvR10SupportSPD                INTEGER,
    outSrvR10SPDMinCode                DisplayString,
    outSrvR10SPDMaxCode                DisplayString,
    outSrvR10SPDAccessCode             DisplayString,
    outSrvR10SPDEnableCode             DisplayString,
    outSrvR10SPDDisableCode            DisplayString,
    outSrvR10SPDCheckCode              DisplayString,
    outSrvR10SPDFirstOneDigitCode      DisplayString,
    outSrvR10SPDLastOneDigitCode       DisplayString,
    outSrvR10SPDFirstTwoDigitCode      DisplayString,
    outSrvR10SPDLastTwoDigitCode       DisplayString,
    outSrvR10SPDOneDigitCfgCode        DisplayString,
    outSrvR10SPDTwoDigitCfgCode        DisplayString,
    outSrvR10SPDAllowRemovalInUseNum   INTEGER,
    outSrvR10SupportOCB                INTEGER,
    outSrvR10OCBUSB                    INTEGER,
    outSrvR10OCBEnableCode             DisplayString,
    outSrvR10OCBDisableCode            DisplayString,
    outSrvR10OCBCheckCode              DisplayString,
    outSrvR10OCBEnableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outSrvR10OCBEnableCodeBarringIntnatlCalls
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringIntnatlCalls
                                       DisplayString,
    outSrvR10OCBEnableCodeBarringOprCalls
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringOprCalls
                                       DisplayString,
    outSrvR10OCBEnableCodeBarringCallServs
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringCallServs
                                       DisplayString,
    outSrvR10OCBEnableCodeBarringPremiumRateCalls
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringPremiumRateCalls
                                       DisplayString,
    outSrvR10RowStatus                 RowStatus,
    outSrvR10SupportMandAccCodes       INTEGER,
    outSrvR10USMandAccCodesCallTypes   BITS,
    outSrvR10UKMandAccCodesCallTypes   BITS,
    outSrvR10MandAccCodesDefMaxIncorrectCodes
                                       Unsigned32,
    outSrvR10MandAccCodesPromptTone    INTEGER,
    outSrvR10USMACCallTypes2           BITS,
    outSrvR10ImportCnt                 Integer32,
    outSrvR10ImportStatus              DisplayString,
    outSrvR10ImportMode                INTEGER,
    outSrvR10ImportFile                DisplayString,
    outSrvR10ImportCorr                Counter64,
    outSrvR10ImportCorrNode            DisplayString,
    outSrvR10ImportCorrUID             DisplayString,
    outSrvR10DoExtraActions            INTEGER,
    outSrvR10SupportWHL                INTEGER,
    outSrvR10WHLDefServLvl             INTEGER,
    outSrvR10WHLDefWarmLineTimeout     Unsigned32,
    outSrvR10OCBBarringDirCalls        INTEGER,
    outSrvR10OCBEnableCodeBarringDirCalls
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringDirCalls
                                       DisplayString,
    outSrvR10MACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    outSrvR10OCBTreatMobileNumsAsNatl  INTEGER,
    outSrvR10OCBEnableCodeBarringNtlCalls
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringNtlCalls
                                       DisplayString,
    outSrvR10OCBEnableCodeBarringMobileCalls
                                       DisplayString,
    outSrvR10OCBDisableCodeBarringMobileCalls
                                       DisplayString,
    outSrvR10SupportOCN                INTEGER,
    outSrvR10I1OCNDefAppServerNEConn   Unsigned32,
    outSrvR10I2OCNDefAppServerNetwkElement
                                       DisplayString,
    outSrvR10I3OCNDefAppServerCFSIx    Unsigned32,
    outSrvR10I4OCNDefAppServerDirNum   DisplayString,
    outSrvR10OCNDefCallTypes           BITS,
    outSrvR10OCBPINReqdToEnableBarring INTEGER,
    outSrvR10OCBSetLvlCode             DisplayString
  }

  outSrvR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { outSrvR10Entry  1 }

  outSrvR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { outSrvR10Entry  2 }

  outSrvR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { outSrvR10Entry  3 }

  outSrvR10SupportSPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR10Entry  4 }

  outSrvR10SPDMinCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first allowed code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  5 }

  outSrvR10SPDMaxCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - last allowed code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  6 }

  outSrvR10SPDAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - access code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  7 }

  outSrvR10SPDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - enable code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  8 }

  outSrvR10SPDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - disable code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  9 }

  outSrvR10SPDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - check code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  10 }

  outSrvR10SPDFirstOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first one digit code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  11 }

  outSrvR10SPDLastOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last one digit code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  12 }

  outSrvR10SPDFirstTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first two digit code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  13 }

  outSrvR10SPDLastTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last two digit code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  14 }

  outSrvR10SPDOneDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - one digit configuration code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  15 }

  outSrvR10SPDTwoDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - two digit configuration code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  16 }

  outSrvR10SPDAllowRemovalInUseNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - allow removal of in use number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outSrvR10Entry  17 }

  outSrvR10SupportOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR10Entry  18 }

  outSrvR10OCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outSrvR10Entry  19 }

  outSrvR10OCBEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - enable code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  20 }

  outSrvR10OCBDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - disable code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  21 }

  outSrvR10OCBCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - check code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  22 }

  outSrvR10OCBEnableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  23 }

  outSrvR10OCBDisableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  24 }

  outSrvR10OCBEnableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring international calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  25 }

  outSrvR10OCBDisableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring international calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  26 }

  outSrvR10OCBEnableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  27 }

  outSrvR10OCBDisableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  28 }

  outSrvR10OCBEnableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring call services'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  29 }

  outSrvR10OCBDisableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring call services'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  30 }

  outSrvR10OCBEnableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  31 }

  outSrvR10OCBDisableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  32 }

  outSrvR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { outSrvR10Entry  33 }

  outSrvR10SupportMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR10Entry  34 }

  outSrvR10USMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  36 }

  outSrvR10UKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  37 }

  outSrvR10MandAccCodesDefMaxIncorrectCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { outSrvR10Entry  38 }

  outSrvR10MandAccCodesPromptTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   stutterDialTone(1),
                   continuousPromptTone400Hz(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - prompt tone'.
                  This field is not writable when active."
    DEFVAL       { stutterDialTone }
    ::= { outSrvR10Entry  39 }

  outSrvR10USMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  40 }

  outSrvR10ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { outSrvR10Entry  41 }

  outSrvR10ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { outSrvR10Entry  42 }

  outSrvR10ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { outSrvR10Entry  43 }

  outSrvR10ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { outSrvR10Entry  44 }

  outSrvR10ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { outSrvR10Entry  45 }

  outSrvR10ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { outSrvR10Entry  46 }

  outSrvR10ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { outSrvR10Entry  47 }

  outSrvR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { outSrvR10Entry  48 }

  outSrvR10SupportWHL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR10Entry  49 }

  outSrvR10WHLDefServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default service level'.
                  This field is not writable when active."
    DEFVAL       { warmLine }
    ::= { outSrvR10Entry  50 }

  outSrvR10WHLDefWarmLineTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default Warm Line timeout'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { outSrvR10Entry  51 }

  outSrvR10OCBBarringDirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlledByOperatorCodes(1),
                   specifySeparateCodes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - barring directory calls'.
                  This field is not writable when active."
    DEFVAL       { controlledByOperatorCodes }
    ::= { outSrvR10Entry  52 }

  outSrvR10OCBEnableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  53 }

  outSrvR10OCBDisableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  54 }

  outSrvR10MACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts per call'."
    DEFVAL       { 1 }
    ::= { outSrvR10Entry  55 }

  outSrvR10OCBTreatMobileNumsAsNatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat mobile numbers as national numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outSrvR10Entry  56 }

  outSrvR10OCBEnableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  57 }

  outSrvR10OCBDisableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  58 }

  outSrvR10OCBEnableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  59 }

  outSrvR10OCBDisableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  60 }

  outSrvR10SupportOCN OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing Call Notifications - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR10Entry  61 }

  outSrvR10I1OCNDefAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR10Entry  62 }

  outSrvR10I2OCNDefAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR10Entry  63 }

  outSrvR10I3OCNDefAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR10Entry  64 }

  outSrvR10I4OCNDefAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR10Entry  65 }

  outSrvR10OCNDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing Call Notifications - default call types'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { outSrvR10Entry  66 }

  outSrvR10OCBPINReqdToEnableBarring OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - PIN required to enable barring'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outSrvR10Entry  67 }

  outSrvR10OCBSetLvlCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - set level code'.
                  This field is not writable when active."
    ::= { outSrvR10Entry  68 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Barring Level'                                */
-- /* Valid from: 9.1.10                                                            */
-- /*********************************************************************************/

  outClBrngLvlTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF OutClBrngLvlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Outgoing Call Services'."
    ::= { metaSwitch  2329 }

  outClBrngLvlEntry OBJECT-TYPE
    SYNTAX       OutClBrngLvlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { outClBrngLvlNEConn,
             outClBrngLvlNetwkElement,
             outClBrngLvlCFSIx,
             outClBrngLvlLvlNum }
    ::= {  outClBrngLvlTable  1  }

  OutClBrngLvlEntry  ::=  SEQUENCE
  {
    outClBrngLvlNEConn                 Unsigned32,
    outClBrngLvlNetwkElement           DisplayString,
    outClBrngLvlCFSIx                  Unsigned32,
    outClBrngLvlLvlNum                 Unsigned32,
    outClBrngLvlDesc                   DisplayString,
    outClBrngLvlBarredCallTypes        BITS,
    outClBrngLvlRowStatus              RowStatus
  }

  outClBrngLvlNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { outClBrngLvlEntry  1 }

  outClBrngLvlNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { outClBrngLvlEntry  2 }

  outClBrngLvlCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { outClBrngLvlEntry  3 }

  outClBrngLvlLvlNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Level number'.
                  This is an index field."
    ::= { outClBrngLvlEntry  4 }

  outClBrngLvlDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { outClBrngLvlEntry  5 }

  outClBrngLvlBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Barred call types'."
    ::= { outClBrngLvlEntry  6 }

  outClBrngLvlRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { outClBrngLvlEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  rPSAttrEntryR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2330 }

  rPSAttrEntryR27Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR27NEConn,
             rPSAttrEntryR27NetwkElement,
             rPSAttrEntryR27CFSIx,
             rPSAttrEntryR27CfgSetIx,
             rPSAttrEntryR27AttrSetIx,
             rPSAttrEntryR27AttrEntryIx }
    ::= {  rPSAttrEntryR27Table  1  }

  RPSAttrEntryR27Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR27NEConn              Unsigned32,
    rPSAttrEntryR27NetwkElement        DisplayString,
    rPSAttrEntryR27CFSIx               Unsigned32,
    rPSAttrEntryR27CfgSetIx            Unsigned32,
    rPSAttrEntryR27AttrSetIx           Unsigned32,
    rPSAttrEntryR27AttrEntryIx         Unsigned32,
    rPSAttrEntryR27AttrType            INTEGER,
    rPSAttrEntryR27AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR27AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR27AttrValCldAddrScope INTEGER,
    rPSAttrEntryR27AttrValCldAddrType  INTEGER,
    rPSAttrEntryR27AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR27AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR27AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR27AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR27AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR27AttrValOprCall      INTEGER,
    rPSAttrEntryR27AttrValPriorityCall INTEGER,
    rPSAttrEntryR27AttrValRegionCode   Unsigned32,
    rPSAttrEntryR27AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR27AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR27AttrValRtgControlUK INTEGER,
    rPSAttrEntryR27AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR27AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR27AttrValTestCall     INTEGER,
    rPSAttrEntryR27AttrValAnnounceID   INTEGER,
    rPSAttrEntryR27AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR27AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR27AttrValTransitNetID Unsigned32,
    rPSAttrEntryR27AttrValUSCallType   INTEGER,
    rPSAttrEntryR27AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR27AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR27AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR27AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR27AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR27AttrValUSCarrType   INTEGER,
    rPSAttrEntryR27AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR27AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR27AttrValClgCategory  INTEGER,
    rPSAttrEntryR27RowStatus           RowStatus,
    rPSAttrEntryR27AttrValUKCallType   INTEGER,
    rPSAttrEntryR27AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR27I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR27I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR27I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR27I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR27AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR27AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR27AttrValUSLATA       Unsigned32,
    rPSAttrEntryR27AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR27AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR27AttrValUsrDef       Unsigned32,
    rPSAttrEntryR27AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR27AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR27AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR27AttrValBillCallType INTEGER,
    rPSAttrEntryR27AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR27AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR27AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR27AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR27AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR27AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR27T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR27T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR27T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR27AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR27I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR27I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR27I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR27I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR27AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR27AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR27I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR27I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR27I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR27I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR27AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR27AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR27AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR27AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR27AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR27AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR27AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR27AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR27AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR27AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR27AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR27AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR27AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR27AttrValOTGpID       INTEGER,
    rPSAttrEntryR27AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR27AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR27AttrValDTGpID       INTEGER,
    rPSAttrEntryR27AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR27AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR27AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR27AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR27T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR27T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR27T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR27AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR27AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR27AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR27AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR27AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR27AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR27AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR27AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR27AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR27AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR27AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR27ClgAddrScope        INTEGER,
    rPSAttrEntryR27AttrValHighRiskCall INTEGER,
    rPSAttrEntryR27RtgPolicyNum        Unsigned32,
    rPSAttrEntryR27RtgPolicy           LongDisplayString,
    rPSAttrEntryR27AttrValLCC          INTEGER,
    rPSAttrEntryR27AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR27AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR27AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR27AttrValCldAddrIsADN INTEGER
  }

  rPSAttrEntryR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR27Entry  1 }

  rPSAttrEntryR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR27Entry  2 }

  rPSAttrEntryR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR27Entry  3 }

  rPSAttrEntryR27CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR27Entry  4 }

  rPSAttrEntryR27AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR27Entry  5 }

  rPSAttrEntryR27AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR27Entry  6 }

  rPSAttrEntryR27AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR27Entry  7 }

  rPSAttrEntryR27AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  8 }

  rPSAttrEntryR27AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR27Entry  9 }

  rPSAttrEntryR27AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR27Entry  10 }

  rPSAttrEntryR27AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR27Entry  11 }

  rPSAttrEntryR27AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  12 }

  rPSAttrEntryR27AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  13 }

  rPSAttrEntryR27AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  14 }

  rPSAttrEntryR27AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR27Entry  15 }

  rPSAttrEntryR27AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  16 }

  rPSAttrEntryR27AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  17 }

  rPSAttrEntryR27AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  18 }

  rPSAttrEntryR27AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  19 }

  rPSAttrEntryR27AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR27Entry  20 }

  rPSAttrEntryR27AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  21 }

  rPSAttrEntryR27AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR27Entry  22 }

  rPSAttrEntryR27AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  23 }

  rPSAttrEntryR27AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  24 }

  rPSAttrEntryR27AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  25 }

  rPSAttrEntryR27AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR27Entry  26 }

  rPSAttrEntryR27AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR27Entry  27 }

  rPSAttrEntryR27AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR27Entry  28 }

  rPSAttrEntryR27AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  29 }

  rPSAttrEntryR27AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR27Entry  30 }

  rPSAttrEntryR27AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR27Entry  31 }

  rPSAttrEntryR27AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR27Entry  32 }

  rPSAttrEntryR27AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR27Entry  33 }

  rPSAttrEntryR27AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR27Entry  34 }

  rPSAttrEntryR27AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR27Entry  35 }

  rPSAttrEntryR27AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR27Entry  36 }

  rPSAttrEntryR27AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  37 }

  rPSAttrEntryR27AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  38 }

  rPSAttrEntryR27AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR27Entry  39 }

  rPSAttrEntryR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR27Entry  40 }

  rPSAttrEntryR27AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR27Entry  41 }

  rPSAttrEntryR27AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR27Entry  42 }

  rPSAttrEntryR27I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR27Entry  43 }

  rPSAttrEntryR27I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR27Entry  44 }

  rPSAttrEntryR27I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR27Entry  45 }

  rPSAttrEntryR27I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR27Entry  46 }

  rPSAttrEntryR27AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR27Entry  47 }

  rPSAttrEntryR27AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR27Entry  48 }

  rPSAttrEntryR27AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  49 }

  rPSAttrEntryR27AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR27Entry  50 }

  rPSAttrEntryR27AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  51 }

  rPSAttrEntryR27AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR27Entry  52 }

  rPSAttrEntryR27AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  53 }

  rPSAttrEntryR27AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR27Entry  54 }

  rPSAttrEntryR27AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR27Entry  55 }

  rPSAttrEntryR27AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR27Entry  56 }

  rPSAttrEntryR27AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR27Entry  57 }

  rPSAttrEntryR27AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  58 }

  rPSAttrEntryR27AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  59 }

  rPSAttrEntryR27AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR27Entry  60 }

  rPSAttrEntryR27AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR27Entry  61 }

  rPSAttrEntryR27AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR27Entry  62 }

  rPSAttrEntryR27T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR27Entry  63 }

  rPSAttrEntryR27T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR27Entry  64 }

  rPSAttrEntryR27T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR27Entry  65 }

  rPSAttrEntryR27AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR27Entry  66 }

  rPSAttrEntryR27I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR27Entry  67 }

  rPSAttrEntryR27I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR27Entry  68 }

  rPSAttrEntryR27I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR27Entry  69 }

  rPSAttrEntryR27I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR27Entry  70 }

  rPSAttrEntryR27AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR27Entry  71 }

  rPSAttrEntryR27AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR27Entry  72 }

  rPSAttrEntryR27I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR27Entry  73 }

  rPSAttrEntryR27I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR27Entry  74 }

  rPSAttrEntryR27I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR27Entry  75 }

  rPSAttrEntryR27I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR27Entry  76 }

  rPSAttrEntryR27AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR27Entry  77 }

  rPSAttrEntryR27AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR27Entry  78 }

  rPSAttrEntryR27AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR27Entry  79 }

  rPSAttrEntryR27AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR27Entry  80 }

  rPSAttrEntryR27AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR27Entry  81 }

  rPSAttrEntryR27AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR27Entry  82 }

  rPSAttrEntryR27AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR27Entry  83 }

  rPSAttrEntryR27AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR27Entry  84 }

  rPSAttrEntryR27AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR27Entry  85 }

  rPSAttrEntryR27AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR27Entry  86 }

  rPSAttrEntryR27AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR27Entry  88 }

  rPSAttrEntryR27AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR27Entry  89 }

  rPSAttrEntryR27AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR27Entry  90 }

  rPSAttrEntryR27AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR27Entry  91 }

  rPSAttrEntryR27AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR27Entry  92 }

  rPSAttrEntryR27AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR27Entry  93 }

  rPSAttrEntryR27AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR27Entry  94 }

  rPSAttrEntryR27AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR27Entry  95 }

  rPSAttrEntryR27AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR27Entry  96 }

  rPSAttrEntryR27AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR27Entry  97 }

  rPSAttrEntryR27AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR27Entry  98 }

  rPSAttrEntryR27T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR27Entry  99 }

  rPSAttrEntryR27T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR27Entry  100 }

  rPSAttrEntryR27T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR27Entry  101 }

  rPSAttrEntryR27AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  102 }

  rPSAttrEntryR27AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR27Entry  103 }

  rPSAttrEntryR27AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  104 }

  rPSAttrEntryR27AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR27Entry  105 }

  rPSAttrEntryR27AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  106 }

  rPSAttrEntryR27AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  107 }

  rPSAttrEntryR27AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  108 }

  rPSAttrEntryR27AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  109 }

  rPSAttrEntryR27AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  110 }

  rPSAttrEntryR27AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  111 }

  rPSAttrEntryR27AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR27Entry  112 }

  rPSAttrEntryR27ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR27Entry  113 }

  rPSAttrEntryR27AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR27Entry  114 }

  rPSAttrEntryR27RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR27Entry  115 }

  rPSAttrEntryR27RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR27Entry  116 }

  rPSAttrEntryR27AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR27Entry  117 }

  rPSAttrEntryR27AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  118 }

  rPSAttrEntryR27AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR27Entry  119 }

  rPSAttrEntryR27AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR27Entry  120 }

  rPSAttrEntryR27AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR27Entry  121 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Multi Party Call Services'                          */
-- /* Valid from: 9.1.10                                                            */
-- /*********************************************************************************/

  perProfMultiPartyR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfMultiPartyR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2331 }

  perProfMultiPartyR5Entry OBJECT-TYPE
    SYNTAX       PerProfMultiPartyR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfMultiPartyR5NEConn,
             perProfMultiPartyR5NetwkElement,
             perProfMultiPartyR5CFSIx,
             perProfMultiPartyR5GpIx }
    ::= {  perProfMultiPartyR5Table  1  }

  PerProfMultiPartyR5Entry  ::=  SEQUENCE
  {
    perProfMultiPartyR5NEConn          Unsigned32,
    perProfMultiPartyR5NetwkElement    DisplayString,
    perProfMultiPartyR5CFSIx           Unsigned32,
    perProfMultiPartyR5GpIx            Unsigned32,
    perProfMultiPartyR5SDAct3WayClgSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDef3WayClgSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDef3WayClgSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDActCallXferSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDefCallXferSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDefCallXferSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDActTWCCTConfUSB
                                       INTEGER,
    perProfMultiPartyR5SDDefTWCCTConfUSB
                                       INTEGER,
    perProfMultiPartyR5SDUseDefTWCCTConfUSB
                                       INTEGER,
    perProfMultiPartyR5SDActCallHoldSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDefCallHoldSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDefCallHoldSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDActCWSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDefCWSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDefCWSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDActCWWithCIDSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDefCWWithCIDSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDefCWWithCIDSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDActHICSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDefHICSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDefHICSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDActHICDistRinging
                                       INTEGER,
    perProfMultiPartyR5SDDefHICDistRinging
                                       INTEGER,
    perProfMultiPartyR5SDUseDefHICDistRinging
                                       INTEGER,
    perProfMultiPartyR5SDActLSMSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDefLSMSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDefLSMSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDActLSMMaxNumLines
                                       INTEGER,
    perProfMultiPartyR5SDDefLSMMaxNumLines
                                       INTEGER,
    perProfMultiPartyR5SDUseDefLSMMaxNumLines
                                       INTEGER,
    perProfMultiPartyR5SDActLSMMonitorDoNotDistStatus
                                       INTEGER,
    perProfMultiPartyR5SDDefLSMMonitorDoNotDistStatus
                                       INTEGER,
    perProfMultiPartyR5SDUseDefLSMMonitorDoNotDistStatus
                                       INTEGER,
    perProfMultiPartyR5SDActMOHIntegratedSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDDefMOHIntegratedSubscribed
                                       INTEGER,
    perProfMultiPartyR5SDUseDefMOHIntegratedSubscribed
                                       INTEGER
  }

  perProfMultiPartyR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfMultiPartyR5Entry  1 }

  perProfMultiPartyR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfMultiPartyR5Entry  2 }

  perProfMultiPartyR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfMultiPartyR5Entry  3 }

  perProfMultiPartyR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfMultiPartyR5Entry  4 }

  perProfMultiPartyR5SDAct3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  5 }

  perProfMultiPartyR5SDDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  6 }

  perProfMultiPartyR5SDUseDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  7 }

  perProfMultiPartyR5SDActCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  8 }

  perProfMultiPartyR5SDDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  9 }

  perProfMultiPartyR5SDUseDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  10 }

  perProfMultiPartyR5SDActTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  11 }

  perProfMultiPartyR5SDDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  12 }

  perProfMultiPartyR5SDUseDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  13 }

  perProfMultiPartyR5SDActCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  14 }

  perProfMultiPartyR5SDDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  15 }

  perProfMultiPartyR5SDUseDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  16 }

  perProfMultiPartyR5SDActCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  17 }

  perProfMultiPartyR5SDDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  18 }

  perProfMultiPartyR5SDUseDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  19 }

  perProfMultiPartyR5SDActCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  20 }

  perProfMultiPartyR5SDDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  21 }

  perProfMultiPartyR5SDUseDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  22 }

  perProfMultiPartyR5SDActHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  23 }

  perProfMultiPartyR5SDDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  24 }

  perProfMultiPartyR5SDUseDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  25 }

  perProfMultiPartyR5SDActHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  26 }

  perProfMultiPartyR5SDDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  27 }

  perProfMultiPartyR5SDUseDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  28 }

  perProfMultiPartyR5SDActLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  29 }

  perProfMultiPartyR5SDDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  30 }

  perProfMultiPartyR5SDUseDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  31 }

  perProfMultiPartyR5SDActLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  32 }

  perProfMultiPartyR5SDDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  33 }

  perProfMultiPartyR5SDUseDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  34 }

  perProfMultiPartyR5SDActLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  35 }

  perProfMultiPartyR5SDDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  36 }

  perProfMultiPartyR5SDUseDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  37 }

  perProfMultiPartyR5SDActMOHIntegratedSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Music on Hold (Integrated) - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  38 }

  perProfMultiPartyR5SDDefMOHIntegratedSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Music on Hold (Integrated) - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfMultiPartyR5Entry  39 }

  perProfMultiPartyR5SDUseDefMOHIntegratedSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Music on Hold (Integrated) - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfMultiPartyR5Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Party Call Services'                                  */
-- /* Valid from: 9.1.10                                                            */
-- /*********************************************************************************/

  indLineMultiPartyR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineMultiPartyR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2332 }

  indLineMultiPartyR4Entry OBJECT-TYPE
    SYNTAX       IndLineMultiPartyR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineMultiPartyR4NEConn,
             indLineMultiPartyR4NetwkElement,
             indLineMultiPartyR4CFSIx,
             indLineMultiPartyR4DirNum }
    ::= {  indLineMultiPartyR4Table  1  }

  IndLineMultiPartyR4Entry  ::=  SEQUENCE
  {
    indLineMultiPartyR4NEConn          Unsigned32,
    indLineMultiPartyR4NetwkElement    DisplayString,
    indLineMultiPartyR4CFSIx           Unsigned32,
    indLineMultiPartyR4DirNum          DisplayString,
    indLineMultiPartyR4SDAct3WayClgSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDDef3WayClgSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDUseDef3WayClgSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDActCWSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDDefCWSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDUseDefCWSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDActCWWithCIDSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDDefCWWithCIDSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDUseDefCWWithCIDSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDActCallXferSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDDefCallXferSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDUseDefCallXferSubscribed
                                       INTEGER,
    indLineMultiPartyR4CWEnabled       INTEGER,
    indLineMultiPartyR4SDActHICSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDDefHICSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDUseDefHICSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDActHICDistRinging
                                       INTEGER,
    indLineMultiPartyR4SDDefHICDistRinging
                                       INTEGER,
    indLineMultiPartyR4SDUseDefHICDistRinging
                                       INTEGER,
    indLineMultiPartyR4SDActCallHoldSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDDefCallHoldSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDUseDefCallHoldSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDActTWCCTConfUSB
                                       INTEGER,
    indLineMultiPartyR4SDDefTWCCTConfUSB
                                       INTEGER,
    indLineMultiPartyR4SDUseDefTWCCTConfUSB
                                       INTEGER,
    indLineMultiPartyR4SDActMOHIntegratedSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDDefMOHIntegratedSubscribed
                                       INTEGER,
    indLineMultiPartyR4SDUseDefMOHIntegratedSubscribed
                                       INTEGER
  }

  indLineMultiPartyR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineMultiPartyR4Entry  1 }

  indLineMultiPartyR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineMultiPartyR4Entry  2 }

  indLineMultiPartyR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineMultiPartyR4Entry  3 }

  indLineMultiPartyR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineMultiPartyR4Entry  4 }

  indLineMultiPartyR4SDAct3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  5 }

  indLineMultiPartyR4SDDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  6 }

  indLineMultiPartyR4SDUseDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  7 }

  indLineMultiPartyR4SDActCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  8 }

  indLineMultiPartyR4SDDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  9 }

  indLineMultiPartyR4SDUseDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  10 }

  indLineMultiPartyR4SDActCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  11 }

  indLineMultiPartyR4SDDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  12 }

  indLineMultiPartyR4SDUseDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  13 }

  indLineMultiPartyR4SDActCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  14 }

  indLineMultiPartyR4SDDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  15 }

  indLineMultiPartyR4SDUseDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  16 }

  indLineMultiPartyR4CWEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - Enabled'."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  17 }

  indLineMultiPartyR4SDActHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  18 }

  indLineMultiPartyR4SDDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  19 }

  indLineMultiPartyR4SDUseDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  20 }

  indLineMultiPartyR4SDActHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  21 }

  indLineMultiPartyR4SDDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  22 }

  indLineMultiPartyR4SDUseDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  23 }

  indLineMultiPartyR4SDActCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  29 }

  indLineMultiPartyR4SDDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  30 }

  indLineMultiPartyR4SDUseDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  31 }

  indLineMultiPartyR4SDActTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  32 }

  indLineMultiPartyR4SDDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  33 }

  indLineMultiPartyR4SDUseDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  34 }

  indLineMultiPartyR4SDActMOHIntegratedSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Music on Hold (Integrated) - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  35 }

  indLineMultiPartyR4SDDefMOHIntegratedSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Music on Hold (Integrated) - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineMultiPartyR4Entry  36 }

  indLineMultiPartyR4SDUseDefMOHIntegratedSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Music on Hold (Integrated) - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineMultiPartyR4Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  rVTTestTrunkR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2333 }

  rVTTestTrunkR22Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR22NEConn,
             rVTTestTrunkR22NetwkElement,
             rVTTestTrunkR22CFSIx,
             rVTTestTrunkR22GpIx,
             rVTTestTrunkR22TestIx }
    ::= {  rVTTestTrunkR22Table  1  }

  RVTTestTrunkR22Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR22NEConn              Unsigned32,
    rVTTestTrunkR22NetwkElement        DisplayString,
    rVTTestTrunkR22CFSIx               Unsigned32,
    rVTTestTrunkR22GpIx                Unsigned32,
    rVTTestTrunkR22TestIx              Unsigned32,
    rVTTestTrunkR22TestName            DisplayString,
    rVTTestTrunkR22CldNum              DisplayString,
    rVTTestTrunkR22T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR22T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR22T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR22T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR22T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR22AllowOprHoldIs      INTEGER,
    rVTTestTrunkR22PriorityCall        INTEGER,
    rVTTestTrunkR22UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR22IgnoreTermAppServer INTEGER,
    rVTTestTrunkR22InTrnkGpNum         INTEGER,
    rVTTestTrunkR22ClgPartyNum         DisplayString,
    rVTTestTrunkR22ReqdRetryRtg        INTEGER,
    rVTTestTrunkR22TestCall            INTEGER,
    rVTTestTrunkR22TransitNetwkID      DisplayString,
    rVTTestTrunkR22TestRes             INTEGER,
    rVTTestTrunkR22CauseFail           INTEGER,
    rVTTestTrunkR22NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR22NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR22NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR22AllowNumVldnHold    INTEGER,
    rVTTestTrunkR22NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR22NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR22NumVldnTestCall     INTEGER,
    rVTTestTrunkR22NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR22NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR22NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR22NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR22NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR22NumVldnUDA1         Unsigned32,
    rVTTestTrunkR22NumVldnUDA2         Unsigned32,
    rVTTestTrunkR22NumVldnUDA3         Unsigned32,
    rVTTestTrunkR22NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR22RtgTestCall         INTEGER,
    rVTTestTrunkR22RtgModfdCldNum      DisplayString,
    rVTTestTrunkR22RtgOprCall          INTEGER,
    rVTTestTrunkR22RtgRtgControlInd    INTEGER,
    rVTTestTrunkR22RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR22RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR22RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR22RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR22T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR22T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR22T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR22T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR22T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR22RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR22RtgEchoCancellation INTEGER,
    rVTTestTrunkR22TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR22TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR22DiagsLogLvl         INTEGER,
    rVTTestTrunkR22DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR22DoExtraActions      INTEGER,
    rVTTestTrunkR22RowStatus           RowStatus,
    rVTTestTrunkR22NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR22NumVldnBillCallType INTEGER,
    rVTTestTrunkR22NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR22NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR22ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR22NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR22UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR22NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR22NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR22NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR22T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR22T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR22CldAddrScope        INTEGER,
    rVTTestTrunkR22ClgNumScope         INTEGER,
    rVTTestTrunkR22ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR22OprCall             INTEGER,
    rVTTestTrunkR22EchoCancellation    INTEGER,
    rVTTestTrunkR22ClgCategory         INTEGER,
    rVTTestTrunkR22CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR22ChargeNumANIPresent INTEGER,
    rVTTestTrunkR22ChargeNumANI        DisplayString,
    rVTTestTrunkR22BearerCapability    INTEGER,
    rVTTestTrunkR22OrigingExchangeAddr DisplayString,
    rVTTestTrunkR22PortedNum           DisplayString,
    rVTTestTrunkR22LNPLookupPerformed  INTEGER,
    rVTTestTrunkR22ReleaseControlMode  INTEGER,
    rVTTestTrunkR22DialedPrefix        INTEGER,
    rVTTestTrunkR22AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR22AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR22NumVldnClgCategory  INTEGER,
    rVTTestTrunkR22NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR22NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR22NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR22I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR22I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR22I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR22I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR22NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR22NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR22NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR22I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR22I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR22I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR22I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR22I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR22I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR22NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR22NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR22NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR22NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR22RtgFGDCarrID        DisplayString,
    rVTTestTrunkR22RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR22RtgChargeNumANI     DisplayString,
    rVTTestTrunkR22RtgDialedPrefix     INTEGER,
    rVTTestTrunkR22NVModCallPartyNum   DisplayString,
    rVTTestTrunkR22NVModChargeNum      DisplayString,
    rVTTestTrunkR22RtgModCallPartyNum  DisplayString,
    rVTTestTrunkR22RtgModChargeNum     DisplayString,
    rVTTestTrunkR22SIPType             INTEGER,
    rVTTestTrunkR22I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR22I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR22I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR22I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR22ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR22IncMCsIncluded      INTEGER,
    rVTTestTrunkR22T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR22T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR22T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR22T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR22T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR22T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR22T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR22T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR22T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR22T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR22T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR22IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR22T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR22T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR22T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR22T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR22T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR22T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR22T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR22T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR22T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR22T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR22T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR22IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR22ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR22ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR22ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR22T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR22T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR22T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR22T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR22T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR22T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR22T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR22T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR22T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR22T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR22T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR22T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR22T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR22T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR22T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR22T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR22ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR22ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR22ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR22NumVldnUDA4         Unsigned32,
    rVTTestTrunkR22NumVldnUDA5         Unsigned32,
    rVTTestTrunkR22NumVldnUDA6         Unsigned32,
    rVTTestTrunkR22NumVldnUDA7         Unsigned32,
    rVTTestTrunkR22NumVldnUDA8         Unsigned32,
    rVTTestTrunkR22NumVldnUDA9         Unsigned32,
    rVTTestTrunkR22NumVldnUDA10        Unsigned32,
    rVTTestTrunkR22NumVldnUDA11        Unsigned32,
    rVTTestTrunkR22NumVldnUDA12        Unsigned32,
    rVTTestTrunkR22NumVldnUDA13        Unsigned32,
    rVTTestTrunkR22NumVldnUDA14        Unsigned32,
    rVTTestTrunkR22NumVldnUDA15        Unsigned32,
    rVTTestTrunkR22NumVldnUDA16        Unsigned32,
    rVTTestTrunkR22NumVldnUDA17        Unsigned32,
    rVTTestTrunkR22NumVldnUDA18        Unsigned32,
    rVTTestTrunkR22NumVldnUDA19        Unsigned32,
    rVTTestTrunkR22NumVldnUDA20        Unsigned32,
    rVTTestTrunkR22NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR22RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR22IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR22NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR22SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR22SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR22SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR22SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR22SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR22SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR22SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR22SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR22SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR22SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR22SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR22SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR22NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR22DateAndTimeYear     Unsigned32,
    rVTTestTrunkR22DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR22DateAndTimeDate     Unsigned32,
    rVTTestTrunkR22HrAndTimeHr         Unsigned32,
    rVTTestTrunkR22MinAndTimeMin       Unsigned32,
    rVTTestTrunkR22NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR22SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR22SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR22SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR22SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR22SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR22SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR22SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR22SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR22SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR22NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR22SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR22SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR22SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR22SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR22SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR22SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR22SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR22SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR22SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR22SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR22SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR22SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR22NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR22NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR22NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR22NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR22NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR22RtgCldAddrScope     INTEGER,
    rVTTestTrunkR22LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR22ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR22ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR22RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR22RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR22PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR22PropagationDly      Unsigned32,
    rVTTestTrunkR22SatelliteIndPresent INTEGER,
    rVTTestTrunkR22SatelliteInd        Unsigned32,
    rVTTestTrunkR22IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR22IsupPreference      INTEGER,
    rVTTestTrunkR22GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR22GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR22GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR22GermanIsupSspParm   INTEGER,
    rVTTestTrunkR22ModfdClgNumScope    INTEGER,
    rVTTestTrunkR22ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR22I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR22SiteOtherVals       INTEGER,
    rVTTestTrunkR22LCC1                INTEGER,
    rVTTestTrunkR22LCC2                INTEGER,
    rVTTestTrunkR22LCC3                INTEGER,
    rVTTestTrunkR22LCC4                INTEGER,
    rVTTestTrunkR22LCC5                INTEGER,
    rVTTestTrunkR22LCC6                INTEGER,
    rVTTestTrunkR22LCC7                INTEGER,
    rVTTestTrunkR22LCC8                INTEGER,
    rVTTestTrunkR22LCC9                INTEGER,
    rVTTestTrunkR22LCC10               INTEGER,
    rVTTestTrunkR22LCC11               INTEGER,
    rVTTestTrunkR22LCC12               INTEGER,
    rVTTestTrunkR22LCC13               INTEGER,
    rVTTestTrunkR22LCC14               INTEGER,
    rVTTestTrunkR22LCC15               INTEGER,
    rVTTestTrunkR22LCC16               INTEGER,
    rVTTestTrunkR22LCC17               INTEGER,
    rVTTestTrunkR22LCC18               INTEGER,
    rVTTestTrunkR22LCC19               INTEGER,
    rVTTestTrunkR22LCC20               INTEGER,
    rVTTestTrunkR22NVModCallPartyIncomplete
                                       INTEGER,
    rVTTestTrunkR22NVModCallPartyPresRestrict
                                       INTEGER
  }

  rVTTestTrunkR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR22Entry  1 }

  rVTTestTrunkR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR22Entry  2 }

  rVTTestTrunkR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR22Entry  3 }

  rVTTestTrunkR22GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR22Entry  4 }

  rVTTestTrunkR22TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR22Entry  5 }

  rVTTestTrunkR22TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR22Entry  6 }

  rVTTestTrunkR22CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR22Entry  7 }

  rVTTestTrunkR22T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  12 }

  rVTTestTrunkR22T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  13 }

  rVTTestTrunkR22T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  14 }

  rVTTestTrunkR22T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  15 }

  rVTTestTrunkR22T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  16 }

  rVTTestTrunkR22T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  17 }

  rVTTestTrunkR22T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  18 }

  rVTTestTrunkR22T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  19 }

  rVTTestTrunkR22T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  20 }

  rVTTestTrunkR22T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  21 }

  rVTTestTrunkR22T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  22 }

  rVTTestTrunkR22T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  23 }

  rVTTestTrunkR22T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  24 }

  rVTTestTrunkR22T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  25 }

  rVTTestTrunkR22T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  26 }

  rVTTestTrunkR22T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  27 }

  rVTTestTrunkR22T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  28 }

  rVTTestTrunkR22ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR22Entry  29 }

  rVTTestTrunkR22AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR22Entry  30 }

  rVTTestTrunkR22PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR22Entry  31 }

  rVTTestTrunkR22UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR22Entry  32 }

  rVTTestTrunkR22IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR22Entry  33 }

  rVTTestTrunkR22InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR22Entry  34 }

  rVTTestTrunkR22ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR22Entry  35 }

  rVTTestTrunkR22ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR22Entry  36 }

  rVTTestTrunkR22TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR22Entry  37 }

  rVTTestTrunkR22TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR22Entry  38 }

  rVTTestTrunkR22TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR22Entry  39 }

  rVTTestTrunkR22CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR22Entry  40 }

  rVTTestTrunkR22NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR22Entry  42 }

  rVTTestTrunkR22NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR22Entry  43 }

  rVTTestTrunkR22NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR22Entry  44 }

  rVTTestTrunkR22AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR22Entry  45 }

  rVTTestTrunkR22NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR22Entry  46 }

  rVTTestTrunkR22NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR22Entry  47 }

  rVTTestTrunkR22NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR22Entry  48 }

  rVTTestTrunkR22NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR22Entry  49 }

  rVTTestTrunkR22NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR22Entry  50 }

  rVTTestTrunkR22NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR22Entry  51 }

  rVTTestTrunkR22NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR22Entry  52 }

  rVTTestTrunkR22NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR22Entry  53 }

  rVTTestTrunkR22NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR22Entry  54 }

  rVTTestTrunkR22NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR22Entry  55 }

  rVTTestTrunkR22NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR22Entry  56 }

  rVTTestTrunkR22NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR22Entry  57 }

  rVTTestTrunkR22RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR22Entry  59 }

  rVTTestTrunkR22RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR22Entry  60 }

  rVTTestTrunkR22RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR22Entry  61 }

  rVTTestTrunkR22RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR22Entry  62 }

  rVTTestTrunkR22RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR22Entry  63 }

  rVTTestTrunkR22RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR22Entry  64 }

  rVTTestTrunkR22RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR22Entry  65 }

  rVTTestTrunkR22RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR22Entry  66 }

  rVTTestTrunkR22T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  67 }

  rVTTestTrunkR22T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  68 }

  rVTTestTrunkR22T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  69 }

  rVTTestTrunkR22T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  70 }

  rVTTestTrunkR22T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  71 }

  rVTTestTrunkR22T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  72 }

  rVTTestTrunkR22T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  73 }

  rVTTestTrunkR22T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  74 }

  rVTTestTrunkR22T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  75 }

  rVTTestTrunkR22T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  76 }

  rVTTestTrunkR22T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  77 }

  rVTTestTrunkR22T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  78 }

  rVTTestTrunkR22T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  79 }

  rVTTestTrunkR22T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  80 }

  rVTTestTrunkR22T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  81 }

  rVTTestTrunkR22T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  82 }

  rVTTestTrunkR22T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  83 }

  rVTTestTrunkR22RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR22Entry  84 }

  rVTTestTrunkR22RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR22Entry  85 }

  rVTTestTrunkR22RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR22Entry  86 }

  rVTTestTrunkR22TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR22Entry  87 }

  rVTTestTrunkR22TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR22Entry  88 }

  rVTTestTrunkR22DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR22Entry  90 }

  rVTTestTrunkR22DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR22Entry  91 }

  rVTTestTrunkR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR22Entry  93 }

  rVTTestTrunkR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR22Entry  94 }

  rVTTestTrunkR22NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR22Entry  96 }

  rVTTestTrunkR22NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR22Entry  97 }

  rVTTestTrunkR22NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR22Entry  98 }

  rVTTestTrunkR22NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR22Entry  99 }

  rVTTestTrunkR22ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR22Entry  100 }

  rVTTestTrunkR22NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR22Entry  101 }

  rVTTestTrunkR22UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR22Entry  102 }

  rVTTestTrunkR22NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR22Entry  103 }

  rVTTestTrunkR22NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR22Entry  104 }

  rVTTestTrunkR22NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR22Entry  105 }

  rVTTestTrunkR22T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  106 }

  rVTTestTrunkR22T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  107 }

  rVTTestTrunkR22T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  108 }

  rVTTestTrunkR22T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  109 }

  rVTTestTrunkR22T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  110 }

  rVTTestTrunkR22CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR22Entry  111 }

  rVTTestTrunkR22ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR22Entry  112 }

  rVTTestTrunkR22ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR22Entry  113 }

  rVTTestTrunkR22OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR22Entry  114 }

  rVTTestTrunkR22EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR22Entry  115 }

  rVTTestTrunkR22ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR22Entry  116 }

  rVTTestTrunkR22CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR22Entry  117 }

  rVTTestTrunkR22ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR22Entry  118 }

  rVTTestTrunkR22ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR22Entry  119 }

  rVTTestTrunkR22BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR22Entry  120 }

  rVTTestTrunkR22OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR22Entry  121 }

  rVTTestTrunkR22PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR22Entry  122 }

  rVTTestTrunkR22LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR22Entry  123 }

  rVTTestTrunkR22ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR22Entry  124 }

  rVTTestTrunkR22DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR22Entry  125 }

  rVTTestTrunkR22AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR22Entry  126 }

  rVTTestTrunkR22AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR22Entry  127 }

  rVTTestTrunkR22NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR22Entry  128 }

  rVTTestTrunkR22NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR22Entry  129 }

  rVTTestTrunkR22NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR22Entry  130 }

  rVTTestTrunkR22NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR22Entry  131 }

  rVTTestTrunkR22I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR22Entry  132 }

  rVTTestTrunkR22I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR22Entry  133 }

  rVTTestTrunkR22I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR22Entry  134 }

  rVTTestTrunkR22I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR22Entry  135 }

  rVTTestTrunkR22NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR22Entry  136 }

  rVTTestTrunkR22NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR22Entry  137 }

  rVTTestTrunkR22NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR22Entry  138 }

  rVTTestTrunkR22I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR22Entry  139 }

  rVTTestTrunkR22I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR22Entry  140 }

  rVTTestTrunkR22I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR22Entry  141 }

  rVTTestTrunkR22I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR22Entry  142 }

  rVTTestTrunkR22I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR22Entry  143 }

  rVTTestTrunkR22I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR22Entry  144 }

  rVTTestTrunkR22NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR22Entry  145 }

  rVTTestTrunkR22NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR22Entry  146 }

  rVTTestTrunkR22NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR22Entry  147 }

  rVTTestTrunkR22NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR22Entry  148 }

  rVTTestTrunkR22RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR22Entry  149 }

  rVTTestTrunkR22RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR22Entry  150 }

  rVTTestTrunkR22RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR22Entry  151 }

  rVTTestTrunkR22RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR22Entry  152 }

  rVTTestTrunkR22NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR22Entry  153 }

  rVTTestTrunkR22NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR22Entry  154 }

  rVTTestTrunkR22RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestTrunkR22Entry  155 }

  rVTTestTrunkR22RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR22Entry  156 }

  rVTTestTrunkR22SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR22Entry  157 }

  rVTTestTrunkR22I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR22Entry  158 }

  rVTTestTrunkR22I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR22Entry  159 }

  rVTTestTrunkR22I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR22Entry  160 }

  rVTTestTrunkR22I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR22Entry  161 }

  rVTTestTrunkR22ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  162 }

  rVTTestTrunkR22IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR22Entry  163 }

  rVTTestTrunkR22T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  164 }

  rVTTestTrunkR22T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  165 }

  rVTTestTrunkR22T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  166 }

  rVTTestTrunkR22T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  167 }

  rVTTestTrunkR22T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  168 }

  rVTTestTrunkR22T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  169 }

  rVTTestTrunkR22T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  171 }

  rVTTestTrunkR22T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  172 }

  rVTTestTrunkR22T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  173 }

  rVTTestTrunkR22T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  174 }

  rVTTestTrunkR22T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  175 }

  rVTTestTrunkR22T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  176 }

  rVTTestTrunkR22T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  178 }

  rVTTestTrunkR22T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  179 }

  rVTTestTrunkR22T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  180 }

  rVTTestTrunkR22T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  181 }

  rVTTestTrunkR22T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  182 }

  rVTTestTrunkR22T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  184 }

  rVTTestTrunkR22T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  185 }

  rVTTestTrunkR22T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  186 }

  rVTTestTrunkR22T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  187 }

  rVTTestTrunkR22T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  188 }

  rVTTestTrunkR22IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  189 }

  rVTTestTrunkR22T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  190 }

  rVTTestTrunkR22T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  191 }

  rVTTestTrunkR22T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  192 }

  rVTTestTrunkR22T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  193 }

  rVTTestTrunkR22T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  194 }

  rVTTestTrunkR22T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  195 }

  rVTTestTrunkR22T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  197 }

  rVTTestTrunkR22T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  198 }

  rVTTestTrunkR22T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  199 }

  rVTTestTrunkR22T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  200 }

  rVTTestTrunkR22T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  201 }

  rVTTestTrunkR22T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  202 }

  rVTTestTrunkR22T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  204 }

  rVTTestTrunkR22T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  205 }

  rVTTestTrunkR22T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  206 }

  rVTTestTrunkR22T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  207 }

  rVTTestTrunkR22T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  208 }

  rVTTestTrunkR22T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  210 }

  rVTTestTrunkR22T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  211 }

  rVTTestTrunkR22T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  212 }

  rVTTestTrunkR22T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  213 }

  rVTTestTrunkR22T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  214 }

  rVTTestTrunkR22IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  215 }

  rVTTestTrunkR22T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  216 }

  rVTTestTrunkR22T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  217 }

  rVTTestTrunkR22T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  218 }

  rVTTestTrunkR22T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  219 }

  rVTTestTrunkR22T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  220 }

  rVTTestTrunkR22T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  221 }

  rVTTestTrunkR22T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  223 }

  rVTTestTrunkR22T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  224 }

  rVTTestTrunkR22T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  225 }

  rVTTestTrunkR22T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  226 }

  rVTTestTrunkR22T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  227 }

  rVTTestTrunkR22T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  228 }

  rVTTestTrunkR22T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  230 }

  rVTTestTrunkR22T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  231 }

  rVTTestTrunkR22T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  232 }

  rVTTestTrunkR22T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  233 }

  rVTTestTrunkR22T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  234 }

  rVTTestTrunkR22T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  236 }

  rVTTestTrunkR22T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  237 }

  rVTTestTrunkR22T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  238 }

  rVTTestTrunkR22T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  239 }

  rVTTestTrunkR22T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  240 }

  rVTTestTrunkR22IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  241 }

  rVTTestTrunkR22T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  242 }

  rVTTestTrunkR22T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  243 }

  rVTTestTrunkR22T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  244 }

  rVTTestTrunkR22T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  245 }

  rVTTestTrunkR22T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  246 }

  rVTTestTrunkR22T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  247 }

  rVTTestTrunkR22T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  249 }

  rVTTestTrunkR22T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  250 }

  rVTTestTrunkR22T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  251 }

  rVTTestTrunkR22T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  252 }

  rVTTestTrunkR22T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  253 }

  rVTTestTrunkR22T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  254 }

  rVTTestTrunkR22T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  256 }

  rVTTestTrunkR22T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  257 }

  rVTTestTrunkR22T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  258 }

  rVTTestTrunkR22T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  259 }

  rVTTestTrunkR22T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  260 }

  rVTTestTrunkR22T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  262 }

  rVTTestTrunkR22T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  263 }

  rVTTestTrunkR22T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  264 }

  rVTTestTrunkR22T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  265 }

  rVTTestTrunkR22T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  266 }

  rVTTestTrunkR22IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  267 }

  rVTTestTrunkR22T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  268 }

  rVTTestTrunkR22T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  269 }

  rVTTestTrunkR22T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  270 }

  rVTTestTrunkR22T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  271 }

  rVTTestTrunkR22T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  272 }

  rVTTestTrunkR22T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  273 }

  rVTTestTrunkR22T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  275 }

  rVTTestTrunkR22T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  276 }

  rVTTestTrunkR22T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  277 }

  rVTTestTrunkR22T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  278 }

  rVTTestTrunkR22T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  279 }

  rVTTestTrunkR22T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  280 }

  rVTTestTrunkR22T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  282 }

  rVTTestTrunkR22T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  283 }

  rVTTestTrunkR22T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  284 }

  rVTTestTrunkR22T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  285 }

  rVTTestTrunkR22T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  286 }

  rVTTestTrunkR22T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  288 }

  rVTTestTrunkR22T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  289 }

  rVTTestTrunkR22T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  290 }

  rVTTestTrunkR22T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  291 }

  rVTTestTrunkR22T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  292 }

  rVTTestTrunkR22IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  293 }

  rVTTestTrunkR22T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  294 }

  rVTTestTrunkR22T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  295 }

  rVTTestTrunkR22T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  296 }

  rVTTestTrunkR22T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  297 }

  rVTTestTrunkR22T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  298 }

  rVTTestTrunkR22T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  299 }

  rVTTestTrunkR22T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  301 }

  rVTTestTrunkR22T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  302 }

  rVTTestTrunkR22T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  303 }

  rVTTestTrunkR22T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  304 }

  rVTTestTrunkR22T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  305 }

  rVTTestTrunkR22T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  306 }

  rVTTestTrunkR22T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  308 }

  rVTTestTrunkR22T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  309 }

  rVTTestTrunkR22T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  310 }

  rVTTestTrunkR22T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  311 }

  rVTTestTrunkR22T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  312 }

  rVTTestTrunkR22T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  314 }

  rVTTestTrunkR22T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  315 }

  rVTTestTrunkR22T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  316 }

  rVTTestTrunkR22T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  317 }

  rVTTestTrunkR22T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  318 }

  rVTTestTrunkR22IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  319 }

  rVTTestTrunkR22T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  320 }

  rVTTestTrunkR22T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  321 }

  rVTTestTrunkR22T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  322 }

  rVTTestTrunkR22T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  323 }

  rVTTestTrunkR22T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  324 }

  rVTTestTrunkR22T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  325 }

  rVTTestTrunkR22T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  327 }

  rVTTestTrunkR22T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  328 }

  rVTTestTrunkR22T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  329 }

  rVTTestTrunkR22T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  330 }

  rVTTestTrunkR22T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  331 }

  rVTTestTrunkR22T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  332 }

  rVTTestTrunkR22T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  334 }

  rVTTestTrunkR22T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  335 }

  rVTTestTrunkR22T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  336 }

  rVTTestTrunkR22T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  337 }

  rVTTestTrunkR22T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  338 }

  rVTTestTrunkR22T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  340 }

  rVTTestTrunkR22T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  341 }

  rVTTestTrunkR22T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  342 }

  rVTTestTrunkR22T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  343 }

  rVTTestTrunkR22T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  344 }

  rVTTestTrunkR22IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  345 }

  rVTTestTrunkR22T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  346 }

  rVTTestTrunkR22T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  347 }

  rVTTestTrunkR22T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  348 }

  rVTTestTrunkR22T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  349 }

  rVTTestTrunkR22T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  350 }

  rVTTestTrunkR22T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  351 }

  rVTTestTrunkR22T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  353 }

  rVTTestTrunkR22T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  354 }

  rVTTestTrunkR22T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  355 }

  rVTTestTrunkR22T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  356 }

  rVTTestTrunkR22T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  357 }

  rVTTestTrunkR22T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  358 }

  rVTTestTrunkR22T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  360 }

  rVTTestTrunkR22T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  361 }

  rVTTestTrunkR22T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  362 }

  rVTTestTrunkR22T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  363 }

  rVTTestTrunkR22T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  364 }

  rVTTestTrunkR22T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  366 }

  rVTTestTrunkR22T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  367 }

  rVTTestTrunkR22T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  368 }

  rVTTestTrunkR22T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  369 }

  rVTTestTrunkR22T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  370 }

  rVTTestTrunkR22IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  371 }

  rVTTestTrunkR22T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  372 }

  rVTTestTrunkR22T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  373 }

  rVTTestTrunkR22T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  374 }

  rVTTestTrunkR22T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  375 }

  rVTTestTrunkR22T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  376 }

  rVTTestTrunkR22T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  377 }

  rVTTestTrunkR22T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  379 }

  rVTTestTrunkR22T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  380 }

  rVTTestTrunkR22T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  381 }

  rVTTestTrunkR22T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  382 }

  rVTTestTrunkR22T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  383 }

  rVTTestTrunkR22T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  384 }

  rVTTestTrunkR22T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  386 }

  rVTTestTrunkR22T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  387 }

  rVTTestTrunkR22T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  388 }

  rVTTestTrunkR22T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  389 }

  rVTTestTrunkR22T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  390 }

  rVTTestTrunkR22T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  392 }

  rVTTestTrunkR22T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  393 }

  rVTTestTrunkR22T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  394 }

  rVTTestTrunkR22T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  395 }

  rVTTestTrunkR22T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  396 }

  rVTTestTrunkR22IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  397 }

  rVTTestTrunkR22T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  398 }

  rVTTestTrunkR22T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  399 }

  rVTTestTrunkR22T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  400 }

  rVTTestTrunkR22T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  401 }

  rVTTestTrunkR22T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  402 }

  rVTTestTrunkR22T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  403 }

  rVTTestTrunkR22T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  405 }

  rVTTestTrunkR22T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  406 }

  rVTTestTrunkR22T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  407 }

  rVTTestTrunkR22T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  408 }

  rVTTestTrunkR22T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  409 }

  rVTTestTrunkR22T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  410 }

  rVTTestTrunkR22T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  412 }

  rVTTestTrunkR22T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  413 }

  rVTTestTrunkR22T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  414 }

  rVTTestTrunkR22T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  415 }

  rVTTestTrunkR22T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  416 }

  rVTTestTrunkR22T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  418 }

  rVTTestTrunkR22T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  419 }

  rVTTestTrunkR22T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  420 }

  rVTTestTrunkR22T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  421 }

  rVTTestTrunkR22T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  422 }

  rVTTestTrunkR22IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  423 }

  rVTTestTrunkR22ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR22Entry  424 }

  rVTTestTrunkR22ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR22Entry  425 }

  rVTTestTrunkR22T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  426 }

  rVTTestTrunkR22T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  427 }

  rVTTestTrunkR22T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  428 }

  rVTTestTrunkR22T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  429 }

  rVTTestTrunkR22T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  430 }

  rVTTestTrunkR22T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  431 }

  rVTTestTrunkR22T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  433 }

  rVTTestTrunkR22T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  434 }

  rVTTestTrunkR22T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  435 }

  rVTTestTrunkR22T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  436 }

  rVTTestTrunkR22T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  437 }

  rVTTestTrunkR22T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  438 }

  rVTTestTrunkR22T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  440 }

  rVTTestTrunkR22T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  441 }

  rVTTestTrunkR22T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  442 }

  rVTTestTrunkR22T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  443 }

  rVTTestTrunkR22T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  444 }

  rVTTestTrunkR22T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  446 }

  rVTTestTrunkR22T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  447 }

  rVTTestTrunkR22T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  448 }

  rVTTestTrunkR22T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  449 }

  rVTTestTrunkR22T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  450 }

  rVTTestTrunkR22ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  451 }

  rVTTestTrunkR22T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  452 }

  rVTTestTrunkR22T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  453 }

  rVTTestTrunkR22T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  454 }

  rVTTestTrunkR22T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  455 }

  rVTTestTrunkR22T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  456 }

  rVTTestTrunkR22T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  457 }

  rVTTestTrunkR22T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  459 }

  rVTTestTrunkR22T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  460 }

  rVTTestTrunkR22T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  461 }

  rVTTestTrunkR22T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  462 }

  rVTTestTrunkR22T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  463 }

  rVTTestTrunkR22T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  464 }

  rVTTestTrunkR22T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  466 }

  rVTTestTrunkR22T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  467 }

  rVTTestTrunkR22T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  468 }

  rVTTestTrunkR22T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  469 }

  rVTTestTrunkR22T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  470 }

  rVTTestTrunkR22T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  472 }

  rVTTestTrunkR22T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  473 }

  rVTTestTrunkR22T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  474 }

  rVTTestTrunkR22T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  475 }

  rVTTestTrunkR22T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  476 }

  rVTTestTrunkR22ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  477 }

  rVTTestTrunkR22T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  478 }

  rVTTestTrunkR22T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  479 }

  rVTTestTrunkR22T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  480 }

  rVTTestTrunkR22T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  481 }

  rVTTestTrunkR22T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  482 }

  rVTTestTrunkR22T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  483 }

  rVTTestTrunkR22T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  485 }

  rVTTestTrunkR22T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  486 }

  rVTTestTrunkR22T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  487 }

  rVTTestTrunkR22T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  488 }

  rVTTestTrunkR22T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  489 }

  rVTTestTrunkR22T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  490 }

  rVTTestTrunkR22T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  492 }

  rVTTestTrunkR22T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  493 }

  rVTTestTrunkR22T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  494 }

  rVTTestTrunkR22T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  495 }

  rVTTestTrunkR22T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  496 }

  rVTTestTrunkR22T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  498 }

  rVTTestTrunkR22T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  499 }

  rVTTestTrunkR22T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  500 }

  rVTTestTrunkR22T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  501 }

  rVTTestTrunkR22T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  502 }

  rVTTestTrunkR22ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  503 }

  rVTTestTrunkR22T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  504 }

  rVTTestTrunkR22T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  505 }

  rVTTestTrunkR22T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  506 }

  rVTTestTrunkR22T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  507 }

  rVTTestTrunkR22T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  508 }

  rVTTestTrunkR22T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  509 }

  rVTTestTrunkR22T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  511 }

  rVTTestTrunkR22T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  512 }

  rVTTestTrunkR22T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  513 }

  rVTTestTrunkR22T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  514 }

  rVTTestTrunkR22T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  515 }

  rVTTestTrunkR22T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  516 }

  rVTTestTrunkR22T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  518 }

  rVTTestTrunkR22T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  519 }

  rVTTestTrunkR22T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  520 }

  rVTTestTrunkR22T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  521 }

  rVTTestTrunkR22T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  522 }

  rVTTestTrunkR22T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  524 }

  rVTTestTrunkR22T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  525 }

  rVTTestTrunkR22T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  526 }

  rVTTestTrunkR22T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  527 }

  rVTTestTrunkR22T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  528 }

  rVTTestTrunkR22ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  529 }

  rVTTestTrunkR22T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  530 }

  rVTTestTrunkR22T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  531 }

  rVTTestTrunkR22T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  532 }

  rVTTestTrunkR22T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  533 }

  rVTTestTrunkR22T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  534 }

  rVTTestTrunkR22T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  535 }

  rVTTestTrunkR22T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  537 }

  rVTTestTrunkR22T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  538 }

  rVTTestTrunkR22T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  539 }

  rVTTestTrunkR22T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  540 }

  rVTTestTrunkR22T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  541 }

  rVTTestTrunkR22T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  542 }

  rVTTestTrunkR22T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  544 }

  rVTTestTrunkR22T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  545 }

  rVTTestTrunkR22T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  546 }

  rVTTestTrunkR22T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  547 }

  rVTTestTrunkR22T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  548 }

  rVTTestTrunkR22T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  550 }

  rVTTestTrunkR22T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  551 }

  rVTTestTrunkR22T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  552 }

  rVTTestTrunkR22T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  553 }

  rVTTestTrunkR22T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  554 }

  rVTTestTrunkR22ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  555 }

  rVTTestTrunkR22T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  556 }

  rVTTestTrunkR22T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  557 }

  rVTTestTrunkR22T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  558 }

  rVTTestTrunkR22T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  559 }

  rVTTestTrunkR22T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  560 }

  rVTTestTrunkR22T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  561 }

  rVTTestTrunkR22T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  563 }

  rVTTestTrunkR22T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  564 }

  rVTTestTrunkR22T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  565 }

  rVTTestTrunkR22T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  566 }

  rVTTestTrunkR22T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  567 }

  rVTTestTrunkR22T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  568 }

  rVTTestTrunkR22T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  570 }

  rVTTestTrunkR22T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  571 }

  rVTTestTrunkR22T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  572 }

  rVTTestTrunkR22T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  573 }

  rVTTestTrunkR22T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  574 }

  rVTTestTrunkR22T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  576 }

  rVTTestTrunkR22T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  577 }

  rVTTestTrunkR22T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  578 }

  rVTTestTrunkR22T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  579 }

  rVTTestTrunkR22T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  580 }

  rVTTestTrunkR22ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  581 }

  rVTTestTrunkR22T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  582 }

  rVTTestTrunkR22T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  583 }

  rVTTestTrunkR22T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  584 }

  rVTTestTrunkR22T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  585 }

  rVTTestTrunkR22T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  586 }

  rVTTestTrunkR22T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  587 }

  rVTTestTrunkR22T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  589 }

  rVTTestTrunkR22T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  590 }

  rVTTestTrunkR22T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  591 }

  rVTTestTrunkR22T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  592 }

  rVTTestTrunkR22T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  593 }

  rVTTestTrunkR22T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  594 }

  rVTTestTrunkR22T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  596 }

  rVTTestTrunkR22T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  597 }

  rVTTestTrunkR22T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  598 }

  rVTTestTrunkR22T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  599 }

  rVTTestTrunkR22T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  600 }

  rVTTestTrunkR22T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  602 }

  rVTTestTrunkR22T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  603 }

  rVTTestTrunkR22T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  604 }

  rVTTestTrunkR22T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  605 }

  rVTTestTrunkR22T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  606 }

  rVTTestTrunkR22ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  607 }

  rVTTestTrunkR22T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  608 }

  rVTTestTrunkR22T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  609 }

  rVTTestTrunkR22T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  610 }

  rVTTestTrunkR22T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  611 }

  rVTTestTrunkR22T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  612 }

  rVTTestTrunkR22T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  613 }

  rVTTestTrunkR22T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  615 }

  rVTTestTrunkR22T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  616 }

  rVTTestTrunkR22T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  617 }

  rVTTestTrunkR22T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  618 }

  rVTTestTrunkR22T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  619 }

  rVTTestTrunkR22T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  620 }

  rVTTestTrunkR22T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  622 }

  rVTTestTrunkR22T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  623 }

  rVTTestTrunkR22T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  624 }

  rVTTestTrunkR22T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  625 }

  rVTTestTrunkR22T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  626 }

  rVTTestTrunkR22T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  628 }

  rVTTestTrunkR22T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  629 }

  rVTTestTrunkR22T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  630 }

  rVTTestTrunkR22T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  631 }

  rVTTestTrunkR22T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  632 }

  rVTTestTrunkR22ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  633 }

  rVTTestTrunkR22T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  634 }

  rVTTestTrunkR22T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  635 }

  rVTTestTrunkR22T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  636 }

  rVTTestTrunkR22T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  637 }

  rVTTestTrunkR22T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  638 }

  rVTTestTrunkR22T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  639 }

  rVTTestTrunkR22T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  641 }

  rVTTestTrunkR22T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  642 }

  rVTTestTrunkR22T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  643 }

  rVTTestTrunkR22T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  644 }

  rVTTestTrunkR22T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  645 }

  rVTTestTrunkR22T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  646 }

  rVTTestTrunkR22T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  648 }

  rVTTestTrunkR22T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  649 }

  rVTTestTrunkR22T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  650 }

  rVTTestTrunkR22T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  651 }

  rVTTestTrunkR22T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  652 }

  rVTTestTrunkR22T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  654 }

  rVTTestTrunkR22T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  655 }

  rVTTestTrunkR22T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  656 }

  rVTTestTrunkR22T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  657 }

  rVTTestTrunkR22T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  658 }

  rVTTestTrunkR22ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  659 }

  rVTTestTrunkR22T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  660 }

  rVTTestTrunkR22T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  661 }

  rVTTestTrunkR22T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  662 }

  rVTTestTrunkR22T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  663 }

  rVTTestTrunkR22T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  664 }

  rVTTestTrunkR22T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  665 }

  rVTTestTrunkR22T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  667 }

  rVTTestTrunkR22T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  668 }

  rVTTestTrunkR22T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  669 }

  rVTTestTrunkR22T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  670 }

  rVTTestTrunkR22T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  671 }

  rVTTestTrunkR22T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR22Entry  672 }

  rVTTestTrunkR22T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  674 }

  rVTTestTrunkR22T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  675 }

  rVTTestTrunkR22T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  676 }

  rVTTestTrunkR22T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  677 }

  rVTTestTrunkR22T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR22Entry  678 }

  rVTTestTrunkR22T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  680 }

  rVTTestTrunkR22T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  681 }

  rVTTestTrunkR22T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  682 }

  rVTTestTrunkR22T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  683 }

  rVTTestTrunkR22T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR22Entry  684 }

  rVTTestTrunkR22ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  685 }

  rVTTestTrunkR22ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR22Entry  686 }

  rVTTestTrunkR22ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR22Entry  687 }

  rVTTestTrunkR22NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR22Entry  688 }

  rVTTestTrunkR22NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR22Entry  689 }

  rVTTestTrunkR22NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR22Entry  690 }

  rVTTestTrunkR22NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR22Entry  691 }

  rVTTestTrunkR22NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR22Entry  692 }

  rVTTestTrunkR22NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR22Entry  693 }

  rVTTestTrunkR22NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR22Entry  694 }

  rVTTestTrunkR22NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR22Entry  695 }

  rVTTestTrunkR22NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR22Entry  696 }

  rVTTestTrunkR22NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR22Entry  697 }

  rVTTestTrunkR22NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR22Entry  698 }

  rVTTestTrunkR22NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR22Entry  699 }

  rVTTestTrunkR22NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR22Entry  700 }

  rVTTestTrunkR22NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR22Entry  701 }

  rVTTestTrunkR22NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR22Entry  702 }

  rVTTestTrunkR22NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR22Entry  703 }

  rVTTestTrunkR22NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR22Entry  704 }

  rVTTestTrunkR22NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR22Entry  705 }

  rVTTestTrunkR22RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR22Entry  706 }

  rVTTestTrunkR22IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR22Entry  708 }

  rVTTestTrunkR22NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR22Entry  709 }

  rVTTestTrunkR22SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  800 }

  rVTTestTrunkR22SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  801 }

  rVTTestTrunkR22SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  802 }

  rVTTestTrunkR22SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  803 }

  rVTTestTrunkR22SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  804 }

  rVTTestTrunkR22SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  805 }

  rVTTestTrunkR22SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  806 }

  rVTTestTrunkR22SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR22Entry  807 }

  rVTTestTrunkR22SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  808 }

  rVTTestTrunkR22SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  812 }

  rVTTestTrunkR22SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  813 }

  rVTTestTrunkR22SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  814 }

  rVTTestTrunkR22NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR22Entry  815 }

  rVTTestTrunkR22DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR22Entry  816 }

  rVTTestTrunkR22DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR22Entry  817 }

  rVTTestTrunkR22DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR22Entry  818 }

  rVTTestTrunkR22HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR22Entry  819 }

  rVTTestTrunkR22MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR22Entry  820 }

  rVTTestTrunkR22NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR22Entry  821 }

  rVTTestTrunkR22SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  822 }

  rVTTestTrunkR22SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  823 }

  rVTTestTrunkR22SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  824 }

  rVTTestTrunkR22SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  825 }

  rVTTestTrunkR22SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  826 }

  rVTTestTrunkR22SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  827 }

  rVTTestTrunkR22SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  828 }

  rVTTestTrunkR22SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  829 }

  rVTTestTrunkR22SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  830 }

  rVTTestTrunkR22NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR22Entry  831 }

  rVTTestTrunkR22SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  832 }

  rVTTestTrunkR22SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  833 }

  rVTTestTrunkR22SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  834 }

  rVTTestTrunkR22SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  835 }

  rVTTestTrunkR22SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  836 }

  rVTTestTrunkR22SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  837 }

  rVTTestTrunkR22SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  838 }

  rVTTestTrunkR22SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  839 }

  rVTTestTrunkR22SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  840 }

  rVTTestTrunkR22SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  841 }

  rVTTestTrunkR22SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR22Entry  842 }

  rVTTestTrunkR22SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR22Entry  843 }

  rVTTestTrunkR22NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR22Entry  844 }

  rVTTestTrunkR22NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR22Entry  845 }

  rVTTestTrunkR22NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR22Entry  846 }

  rVTTestTrunkR22NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR22Entry  847 }

  rVTTestTrunkR22NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR22Entry  848 }

  rVTTestTrunkR22RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR22Entry  849 }

  rVTTestTrunkR22LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR22Entry  850 }

  rVTTestTrunkR22ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR22Entry  851 }

  rVTTestTrunkR22ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR22Entry  852 }

  rVTTestTrunkR22RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR22Entry  853 }

  rVTTestTrunkR22RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR22Entry  854 }

  rVTTestTrunkR22PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR22Entry  855 }

  rVTTestTrunkR22PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR22Entry  856 }

  rVTTestTrunkR22SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR22Entry  857 }

  rVTTestTrunkR22SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR22Entry  858 }

  rVTTestTrunkR22IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR22Entry  859 }

  rVTTestTrunkR22IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR22Entry  860 }

  rVTTestTrunkR22GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR22Entry  861 }

  rVTTestTrunkR22GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR22Entry  862 }

  rVTTestTrunkR22GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR22Entry  863 }

  rVTTestTrunkR22GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR22Entry  864 }

  rVTTestTrunkR22ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR22Entry  865 }

  rVTTestTrunkR22ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR22Entry  866 }

  rVTTestTrunkR22I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR22Entry  867 }

  rVTTestTrunkR22SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR22Entry  868 }

  rVTTestTrunkR22LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestTrunkR22Entry  869 }

  rVTTestTrunkR22LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestTrunkR22Entry  870 }

  rVTTestTrunkR22LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestTrunkR22Entry  871 }

  rVTTestTrunkR22LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestTrunkR22Entry  872 }

  rVTTestTrunkR22LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestTrunkR22Entry  873 }

  rVTTestTrunkR22LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestTrunkR22Entry  874 }

  rVTTestTrunkR22LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestTrunkR22Entry  875 }

  rVTTestTrunkR22LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestTrunkR22Entry  876 }

  rVTTestTrunkR22LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestTrunkR22Entry  877 }

  rVTTestTrunkR22LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestTrunkR22Entry  878 }

  rVTTestTrunkR22LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestTrunkR22Entry  879 }

  rVTTestTrunkR22LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestTrunkR22Entry  880 }

  rVTTestTrunkR22LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestTrunkR22Entry  881 }

  rVTTestTrunkR22LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestTrunkR22Entry  882 }

  rVTTestTrunkR22LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestTrunkR22Entry  883 }

  rVTTestTrunkR22LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestTrunkR22Entry  884 }

  rVTTestTrunkR22LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestTrunkR22Entry  885 }

  rVTTestTrunkR22LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestTrunkR22Entry  886 }

  rVTTestTrunkR22LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestTrunkR22Entry  887 }

  rVTTestTrunkR22LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestTrunkR22Entry  888 }

  rVTTestTrunkR22NVModCallPartyIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address incomplete'."
    ::= { rVTTestTrunkR22Entry  889 }

  rVTTestTrunkR22NVModCallPartyPresRestrict OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address presentation restriction'."
    ::= { rVTTestTrunkR22Entry  890 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ESAP Service'                                               */
-- /* Valid from: 9.1.10                                                            */
-- /*********************************************************************************/

  eSAPTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ESAPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2334 }

  eSAPEntry OBJECT-TYPE
    SYNTAX       ESAPEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eSAPNEConn,
             eSAPNetwkElement,
             eSAPESAPIx }
    ::= {  eSAPTable  1  }

  ESAPEntry  ::=  SEQUENCE
  {
    eSAPNEConn                         Unsigned32,
    eSAPNetwkElement                   DisplayString,
    eSAPESAPIx                         Unsigned32,
    eSAPAlrmState                      INTEGER,
    eSAPStatisticsAlrms                Integer32,
    eSAPAlrmEvtsAttnRqLogCorr          Counter64,
    eSAPAlrmEvtsAttnRq                 Unsigned32,
    eSAPAlrmStateTimestamp             Unsigned32,
    eSAPAlrmEvtsAttnRqResetTimestamp   Unsigned32,
    eSAPEthernetInterfaceAlrmsAttnRq   INTEGER,
    eSAPEthernetInterfaceAlrmEvtsAttnRq
                                       Unsigned32,
    eSAPSummaryChldAlrmState           INTEGER,
    eSAPChldStatisticsAlrms            Integer32
  }

  eSAPNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eSAPEntry  1 }

  eSAPNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eSAPEntry  2 }

  eSAPESAPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESAP Index'.
                  This is an index field."
    ::= { eSAPEntry  3 }

  eSAPAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { eSAPEntry  4 }

  eSAPStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { eSAPEntry  5 }

  eSAPAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { eSAPEntry  6 }

  eSAPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { eSAPEntry  7 }

  eSAPAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { eSAPEntry  8 }

  eSAPAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { eSAPEntry  9 }

  eSAPEthernetInterfaceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ethernet Interface Attention required alarms'."
    ::= { eSAPEntry  10 }

  eSAPEthernetInterfaceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ethernet Interface Attention required alarm Events'."
    ::= { eSAPEntry  11 }

  eSAPSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { eSAPEntry  12 }

  eSAPChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { eSAPEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Interface'                                         */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  eSAPEthIntTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ESAPEthIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ESAP Service'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2335 }

  eSAPEthIntEntry OBJECT-TYPE
    SYNTAX       ESAPEthIntEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eSAPEthIntNEConn,
             eSAPEthIntNetwkElement,
             eSAPEthIntESAPIx,
             eSAPEthIntInterfaceType,
             eSAPEthIntIPAddr,
             eSAPEthIntPortNum }
    ::= {  eSAPEthIntTable  1  }

  ESAPEthIntEntry  ::=  SEQUENCE
  {
    eSAPEthIntNEConn                   Unsigned32,
    eSAPEthIntNetwkElement             DisplayString,
    eSAPEthIntESAPIx                   Unsigned32,
    eSAPEthIntInterfaceType            INTEGER,
    eSAPEthIntIPAddr                   DisplayString,
    eSAPEthIntPortNum                  Unsigned32,
    eSAPEthIntAlrmState                INTEGER,
    eSAPEthIntStatisticsAlrms          Integer32,
    eSAPEthIntAlrmEvtsAttnRqLogCorr    Counter64,
    eSAPEthIntAlrmEvtsAttnRq           Integer32,
    eSAPEthIntAlrmStateTimestamp       Unsigned32,
    eSAPEthIntAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  eSAPEthIntNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eSAPEthIntEntry  1 }

  eSAPEthIntNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eSAPEthIntEntry  2 }

  eSAPEthIntESAPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESAP Index'.
                  This is an index field."
    ::= { eSAPEthIntEntry  3 }

  eSAPEthIntInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internalSIPSignaling(0),
                   accessSIPSignalingUsernameDomain(1),
                   accessSIPSignalingE164(2),
                   networkSIPSignaling(3),
                   applicationServerSIPSignaling(4),
                   coreSIPSignaling(5),
                   accessSIPSignaling(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { eSAPEthIntEntry  4 }

  eSAPEthIntIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { eSAPEthIntEntry  5 }

  eSAPEthIntPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { eSAPEthIntEntry  6 }

  eSAPEthIntAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { eSAPEthIntEntry  7 }

  eSAPEthIntStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { eSAPEthIntEntry  8 }

  eSAPEthIntAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { eSAPEthIntEntry  9 }

  eSAPEthIntAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { eSAPEthIntEntry  10 }

  eSAPEthIntAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { eSAPEthIntEntry  11 }

  eSAPEthIntAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { eSAPEthIntEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.1.10                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR37Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR37Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2336 }

  mediaGatewayModelR37Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR37Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR37NEConn,
             mediaGatewayModelR37NetwkElement,
             mediaGatewayModelR37CFSIx,
             mediaGatewayModelR37ModelIx }
    ::= {  mediaGatewayModelR37Table  1  }

  MediaGatewayModelR37Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR37NEConn         Unsigned32,
    mediaGatewayModelR37NetwkElement   DisplayString,
    mediaGatewayModelR37CFSIx          Unsigned32,
    mediaGatewayModelR37ModelIx        Unsigned32,
    mediaGatewayModelR37Category       INTEGER,
    mediaGatewayModelR37ModelName      DisplayString,
    mediaGatewayModelR37Desc           DisplayString,
    mediaGatewayModelR37ControlProt    INTEGER,
    mediaGatewayModelR37ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR37LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR37PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR37PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR37AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR37AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR37RefCnt         Unsigned32,
    mediaGatewayModelR37RowStatus      RowStatus,
    mediaGatewayModelR37DefModel       INTEGER,
    mediaGatewayModelR37Authentication INTEGER,
    mediaGatewayModelR37SupportedConnTypes
                                       BITS,
    mediaGatewayModelR37AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR37ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR37ExportStatus   DisplayString,
    mediaGatewayModelR37ExportFile     DisplayString,
    mediaGatewayModelR37ExportCorr     Counter64,
    mediaGatewayModelR37ExportCorrNode DisplayString,
    mediaGatewayModelR37ExportCorrUID  DisplayString,
    mediaGatewayModelR37DoExtraActions INTEGER,
    mediaGatewayModelR37FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR37FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR37FBsMGCP        BITS,
    mediaGatewayModelR37FBsMeGaCo      BITS,
    mediaGatewayModelR37FBsSIP         BITS,
    mediaGatewayModelR37FixBitsMeGaCo2 BITS,
    mediaGatewayModelR37MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR37AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR37AlertInfoDR2   DisplayString,
    mediaGatewayModelR37AlertInfoDR3   DisplayString,
    mediaGatewayModelR37AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR37DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR37DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR37ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR37SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR37DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR37UpToDateCnt    Unsigned32,
    mediaGatewayModelR37SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR37PollInterval   Unsigned32,
    mediaGatewayModelR37SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR37Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR37AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR37VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR37AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR37FixBitsSIP2    BITS,
    mediaGatewayModelR37OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR37FBsMeGaCo4     BITS,
    mediaGatewayModelR37SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR37ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR37SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR37ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR37SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR37AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR37AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR37InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR37OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR37MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR37FixBitsSIP3    BITS,
    mediaGatewayModelR37FixBitsSIP4    BITS,
    mediaGatewayModelR37SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR37RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR37EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR37LCC1           DisplayString,
    mediaGatewayModelR37LCC2           DisplayString,
    mediaGatewayModelR37LCC3           DisplayString,
    mediaGatewayModelR37LCC4           DisplayString,
    mediaGatewayModelR37LCC5           DisplayString,
    mediaGatewayModelR37LCC6           DisplayString,
    mediaGatewayModelR37LCC7           DisplayString,
    mediaGatewayModelR37LCC8           DisplayString,
    mediaGatewayModelR37LCC9           DisplayString,
    mediaGatewayModelR37LCC10          DisplayString,
    mediaGatewayModelR37LCC11          DisplayString,
    mediaGatewayModelR37LCC12          DisplayString,
    mediaGatewayModelR37LCC13          DisplayString,
    mediaGatewayModelR37LCC14          DisplayString,
    mediaGatewayModelR37LCC15          DisplayString,
    mediaGatewayModelR37LCC16          DisplayString,
    mediaGatewayModelR37LCC17          DisplayString,
    mediaGatewayModelR37LCC18          DisplayString,
    mediaGatewayModelR37LCC19          DisplayString,
    mediaGatewayModelR37LCC20          DisplayString,
    mediaGatewayModelR37ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR37ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR37NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR37Entry  1 }

  mediaGatewayModelR37NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR37Entry  2 }

  mediaGatewayModelR37CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR37Entry  3 }

  mediaGatewayModelR37ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR37Entry  4 }

  mediaGatewayModelR37Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR37Entry  5 }

  mediaGatewayModelR37ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR37Entry  6 }

  mediaGatewayModelR37Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR37Entry  7 }

  mediaGatewayModelR37ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR37Entry  8 }

  mediaGatewayModelR37ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR37Entry  9 }

  mediaGatewayModelR37LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR37Entry  10 }

  mediaGatewayModelR37PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR37Entry  11 }

  mediaGatewayModelR37PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR37Entry  12 }

  mediaGatewayModelR37AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR37Entry  13 }

  mediaGatewayModelR37AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR37Entry  14 }

  mediaGatewayModelR37RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR37Entry  16 }

  mediaGatewayModelR37RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR37Entry  17 }

  mediaGatewayModelR37DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR37Entry  18 }

  mediaGatewayModelR37Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR37Entry  19 }

  mediaGatewayModelR37SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR37Entry  20 }

  mediaGatewayModelR37AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR37Entry  21 }

  mediaGatewayModelR37ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR37Entry  22 }

  mediaGatewayModelR37ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR37Entry  23 }

  mediaGatewayModelR37ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR37Entry  24 }

  mediaGatewayModelR37ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR37Entry  25 }

  mediaGatewayModelR37ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR37Entry  26 }

  mediaGatewayModelR37ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR37Entry  27 }

  mediaGatewayModelR37DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR37Entry  28 }

  mediaGatewayModelR37FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR37Entry  29 }

  mediaGatewayModelR37FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR37Entry  30 }

  mediaGatewayModelR37FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR37Entry  31 }

  mediaGatewayModelR37FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR37Entry  32 }

  mediaGatewayModelR37FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR37Entry  33 }

  mediaGatewayModelR37FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR37Entry  34 }

  mediaGatewayModelR37MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR37Entry  35 }

  mediaGatewayModelR37AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR37Entry  36 }

  mediaGatewayModelR37AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR37Entry  37 }

  mediaGatewayModelR37AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR37Entry  38 }

  mediaGatewayModelR37AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR37Entry  39 }

  mediaGatewayModelR37DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR37Entry  40 }

  mediaGatewayModelR37DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR37Entry  41 }

  mediaGatewayModelR37ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR37Entry  42 }

  mediaGatewayModelR37SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR37Entry  43 }

  mediaGatewayModelR37DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR37Entry  44 }

  mediaGatewayModelR37UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR37Entry  45 }

  mediaGatewayModelR37SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR37Entry  46 }

  mediaGatewayModelR37PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR37Entry  47 }

  mediaGatewayModelR37SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR37Entry  48 }

  mediaGatewayModelR37Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR37Entry  49 }

  mediaGatewayModelR37AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR37Entry  50 }

  mediaGatewayModelR37VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR37Entry  51 }

  mediaGatewayModelR37AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR37Entry  52 }

  mediaGatewayModelR37FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR37Entry  53 }

  mediaGatewayModelR37OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR37Entry  54 }

  mediaGatewayModelR37FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR37Entry  55 }

  mediaGatewayModelR37SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR37Entry  56 }

  mediaGatewayModelR37ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR37Entry  57 }

  mediaGatewayModelR37SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR37Entry  58 }

  mediaGatewayModelR37ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR37Entry  59 }

  mediaGatewayModelR37SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR37Entry  60 }

  mediaGatewayModelR37AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR37Entry  61 }

  mediaGatewayModelR37AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR37Entry  62 }

  mediaGatewayModelR37InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR37Entry  63 }

  mediaGatewayModelR37OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR37Entry  64 }

  mediaGatewayModelR37MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR37Entry  65 }

  mediaGatewayModelR37FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR37Entry  66 }

  mediaGatewayModelR37FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR37Entry  67 }

  mediaGatewayModelR37SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR37Entry  68 }

  mediaGatewayModelR37RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR37Entry  69 }

  mediaGatewayModelR37EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR37Entry  70 }

  mediaGatewayModelR37LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR37Entry  71 }

  mediaGatewayModelR37LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR37Entry  72 }

  mediaGatewayModelR37LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR37Entry  73 }

  mediaGatewayModelR37LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR37Entry  74 }

  mediaGatewayModelR37LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR37Entry  75 }

  mediaGatewayModelR37LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR37Entry  76 }

  mediaGatewayModelR37LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR37Entry  77 }

  mediaGatewayModelR37LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR37Entry  78 }

  mediaGatewayModelR37LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR37Entry  79 }

  mediaGatewayModelR37LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR37Entry  80 }

  mediaGatewayModelR37LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR37Entry  81 }

  mediaGatewayModelR37LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR37Entry  82 }

  mediaGatewayModelR37LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR37Entry  83 }

  mediaGatewayModelR37LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR37Entry  84 }

  mediaGatewayModelR37LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR37Entry  85 }

  mediaGatewayModelR37LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR37Entry  86 }

  mediaGatewayModelR37LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR37Entry  87 }

  mediaGatewayModelR37LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR37Entry  88 }

  mediaGatewayModelR37LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR37Entry  89 }

  mediaGatewayModelR37LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR37Entry  90 }

  mediaGatewayModelR37ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR37Entry  91 }

  mediaGatewayModelR37ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR37Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Realm'                                                      */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  realmR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RealmR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Realms'."
    ::= { metaSwitch  2337 }

  realmR3Entry OBJECT-TYPE
    SYNTAX       RealmR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { realmR3NEConn,
             realmR3NetwkElement,
             realmR3MediaGatewayIx,
             realmR3RealmIx }
    ::= {  realmR3Table  1  }

  RealmR3Entry  ::=  SEQUENCE
  {
    realmR3NEConn                      Unsigned32,
    realmR3NetwkElement                DisplayString,
    realmR3MediaGatewayIx              Unsigned32,
    realmR3RealmIx                     Unsigned32,
    realmR3Name                        DisplayString,
    realmR3H248Identifier              DisplayString,
    realmR3I1MediaIPInterfaceNEConn    Unsigned32,
    realmR3I2MediaIPInterfaceNetwkElement
                                       DisplayString,
    realmR3I3MediaIPInterfaceMediaGatewayIx
                                       Unsigned32,
    realmR3I4MediaIPInterfaceIPAddr    DisplayString,
    realmR3I1QualityServClassNEConn    Unsigned32,
    realmR3I2QualityServClassNetwkElement
                                       DisplayString,
    realmR3I3QualityServClassMediaGatewayIx
                                       Unsigned32,
    realmR3I4QualityServClassQualityServClassIx
                                       Unsigned32,
    realmR3I1VoiceQualityProfNEConn    Unsigned32,
    realmR3I2VoiceQualityProfNetwkElement
                                       DisplayString,
    realmR3I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    realmR3I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    realmR3RTPInterfaceType            INTEGER,
    realmR3AlrmState                   INTEGER,
    realmR3AlrmStateTimestamp          Unsigned32,
    realmR3AlrmEvtsAttnRqLogCorr       Counter64,
    realmR3AlrmEvtsAttnRq              Integer32,
    realmR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    realmR3DiagsLogLvl                 INTEGER,
    realmR3DiagsAPITraceEnabled        INTEGER,
    realmR3DiagsAPITraceTag            DisplayString,
    realmR3RowStatus                   RowStatus,
    realmR3StatisticsAlrms             Integer32
  }

  realmR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { realmR3Entry  1 }

  realmR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { realmR3Entry  2 }

  realmR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { realmR3Entry  3 }

  realmR3RealmIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm index'.
                  This is an index field."
    ::= { realmR3Entry  4 }

  realmR3Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { realmR3Entry  5 }

  realmR3H248Identifier OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 identifier'."
    ::= { realmR3Entry  6 }

  realmR3I1MediaIPInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR3Entry  7 }

  realmR3I2MediaIPInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR3Entry  8 }

  realmR3I3MediaIPInterfaceMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR3Entry  9 }

  realmR3I4MediaIPInterfaceIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'IP address'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR3Entry  10 }

  realmR3I1QualityServClassNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR3Entry  11 }

  realmR3I2QualityServClassNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR3Entry  12 }

  realmR3I3QualityServClassMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR3Entry  13 }

  realmR3I4QualityServClassQualityServClassIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..64 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Quality of Service Class index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR3Entry  14 }

  realmR3I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR3Entry  15 }

  realmR3I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR3Entry  16 }

  realmR3I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR3Entry  17 }

  realmR3I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR3Entry  18 }

  realmR3RTPInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mbDefault(1),
                   nb(2),
                   aoIP(3),
                   extSIPI(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP interface type'."
    DEFVAL       { mbDefault }
    ::= { realmR3Entry  19 }

  realmR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { realmR3Entry  20 }

  realmR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { realmR3Entry  21 }

  realmR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { realmR3Entry  22 }

  realmR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { realmR3Entry  23 }

  realmR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { realmR3Entry  24 }

  realmR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { realmR3Entry  25 }

  realmR3DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { realmR3Entry  26 }

  realmR3DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { realmR3Entry  27 }

  realmR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { realmR3Entry  28 }

  realmR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { realmR3Entry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Interface'                                         */
-- /* Valid from: 9.1.10                                                            */
-- /* Deprecated from: 9.2                                                          */
-- /*********************************************************************************/

  rPASEthIntR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPASEthIntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'RPAS Service'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2338 }

  rPASEthIntR1Entry OBJECT-TYPE
    SYNTAX       RPASEthIntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPASEthIntR1NEConn,
             rPASEthIntR1NetwkElement,
             rPASEthIntR1RPASIx,
             rPASEthIntR1InterfaceType,
             rPASEthIntR1IPAddr,
             rPASEthIntR1PortNum }
    ::= {  rPASEthIntR1Table  1  }

  RPASEthIntR1Entry  ::=  SEQUENCE
  {
    rPASEthIntR1NEConn                 Unsigned32,
    rPASEthIntR1NetwkElement           DisplayString,
    rPASEthIntR1RPASIx                 Unsigned32,
    rPASEthIntR1InterfaceType          INTEGER,
    rPASEthIntR1IPAddr                 DisplayString,
    rPASEthIntR1PortNum                Unsigned32,
    rPASEthIntR1AlrmState              INTEGER,
    rPASEthIntR1StatisticsAlrms        Integer32,
    rPASEthIntR1AlrmEvtsAttnRqLogCorr  Counter64,
    rPASEthIntR1AlrmEvtsAttnRq         Integer32,
    rPASEthIntR1AlrmStateTimestamp     Unsigned32,
    rPASEthIntR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  rPASEthIntR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPASEthIntR1Entry  1 }

  rPASEthIntR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPASEthIntR1Entry  2 }

  rPASEthIntR1RPASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPAS Index'.
                  This is an index field."
    ::= { rPASEthIntR1Entry  3 }

  rPASEthIntR1InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internalSIPSignaling(0),
                   accessSIPSignalingUsernameDomain(1),
                   accessSIPSignalingE164(2),
                   networkSIPSignaling(3),
                   applicationServerSIPSignaling(4),
                   coreSIPSignaling(5),
                   accessSIPSignaling(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { rPASEthIntR1Entry  4 }

  rPASEthIntR1IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { rPASEthIntR1Entry  5 }

  rPASEthIntR1PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { rPASEthIntR1Entry  6 }

  rPASEthIntR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPASEthIntR1Entry  7 }

  rPASEthIntR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { rPASEthIntR1Entry  8 }

  rPASEthIntR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPASEthIntR1Entry  9 }

  rPASEthIntR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPASEthIntR1Entry  10 }

  rPASEthIntR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPASEthIntR1Entry  11 }

  rPASEthIntR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPASEthIntR1Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  netElementR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2339 }

  netElementR17Entry OBJECT-TYPE
    SYNTAX       NetElementR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR17NEConn,
             netElementR17NetwkElement }
    ::= {  netElementR17Table  1  }

  NetElementR17Entry  ::=  SEQUENCE
  {
    netElementR17NEConn                Unsigned32,
    netElementR17NetwkElement          DisplayString,
    netElementR17UniqueSysIdentifier   DisplayString,
    netElementR17PrimaryProcessorCard  INTEGER,
    netElementR17DeactivnMode          INTEGER,
    netElementR17MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR17ActivnState           INTEGER,
    netElementR17PercentageCfgUpload   Unsigned32,
    netElementR17FailEvts              Unsigned32,
    netElementR17Time                  Unsigned32,
    netElementR17SoftwareUpgradeState  INTEGER,
    netElementR17ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR17ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR17ProcAUpLvlVersionLvl  Integer32,
    netElementR17ProcAUpLvlServLvl     Integer32,
    netElementR17ProcAUpLvlBootLvl     Integer32,
    netElementR17ProcABackLvlVersionLvl
                                       Integer32,
    netElementR17ProcABackLvlServLvl   Integer32,
    netElementR17ProcABackLvlBootLvl   Integer32,
    netElementR17ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR17ProcANativeLvlServLvl Integer32,
    netElementR17ProcANativeLvlBootLvl Integer32,
    netElementR17ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR17ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR17ProcBUpLvlVersionLvl  Integer32,
    netElementR17ProcBUpLvlServLvl     Integer32,
    netElementR17ProcBUpLvlBootLvl     Integer32,
    netElementR17ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR17ProcBBackLvlServLvl   Integer32,
    netElementR17ProcBBackLvlBootLvl   Integer32,
    netElementR17ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR17ProcBNativeLvlServLvl Integer32,
    netElementR17ProcBNativeLvlBootLvl Integer32,
    netElementR17EthernetSwitchesCfgd  INTEGER,
    netElementR17ProcAInterface0Act    INTEGER,
    netElementR17ProcAInterface1Act    INTEGER,
    netElementR17ProcAEthSwACont       INTEGER,
    netElementR17ProcAEthSwBCont       INTEGER,
    netElementR17ProcAProcBIntf0ContOver
                                       INTEGER,
    netElementR17ProcAProcBIntf1ContOver
                                       INTEGER,
    netElementR17ProcAMainInternalAddrLocation
                                       INTEGER,
    netElementR17ProcAMainExternalAddrLocation
                                       INTEGER,
    netElementR17ProcAVirtualAddrLocation
                                       INTEGER,
    netElementR17ProcBInterface0Act    INTEGER,
    netElementR17ProcBInterface1Act    INTEGER,
    netElementR17ProcBEthSwACont       INTEGER,
    netElementR17ProcBEthSwBCont       INTEGER,
    netElementR17ProcBProcAIntf0ContOver
                                       INTEGER,
    netElementR17ProcBProcAIntf1ContOver
                                       INTEGER,
    netElementR17ProcBMainInternalAddrLocation
                                       INTEGER,
    netElementR17ProcBMainExternalAddrLocation
                                       INTEGER,
    netElementR17ProcBVirtualAddrLocation
                                       INTEGER,
    netElementR17AlrmState             INTEGER,
    netElementR17AlrmLogCorr           Counter64,
    netElementR17AlrmEvtsAttnRq        Integer32,
    netElementR17AlrmStateTimestamp    Unsigned32,
    netElementR17AlrmResetTimestamp    Unsigned32,
    netElementR17RowStatus             RowStatus,
    netElementR17OperStatus            OperStatus,
    netElementR17GlobalSigIPv4Addr     DisplayString,
    netElementR17GlobalManagementIPAddr
                                       DisplayString,
    netElementR17GlobalCDCIRIIPAddr    DisplayString,
    netElementR17GlobalIPAddr          DisplayString,
    netElementR17NetwkElementType      INTEGER,
    netElementR17ClusterName           DisplayString,
    netElementR17PrimaryServer         INTEGER,
    netElementR17ProcASerialNum        DisplayString,
    netElementR17ProcBSerialNum        DisplayString,
    netElementR17SysType               INTEGER,
    netElementR17ProcAType             INTEGER,
    netElementR17ProcBType             INTEGER,
    netElementR17UX9000SeriesServerASerialNum
                                       DisplayString,
    netElementR17UX9000SeriesServerBSerialNum
                                       DisplayString,
    netElementR17SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR17SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR17SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR17PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR17UX4410ServerASerialNum
                                       DisplayString,
    netElementR17UX4410ServerBSerialNum
                                       DisplayString,
    netElementR17NetwkElementName      DisplayString,
    netElementR17DoExtraActions        INTEGER,
    netElementR17GlobalMediaIPv4Addr   DisplayString,
    netElementR17StatisticsAlrms       Integer32,
    netElementR17GlobalSigIPv6Addr     DisplayString,
    netElementR17GlobalMediaIPv6Addr   DisplayString,
    netElementR17HwProcSigIPv4Addr     DisplayString,
    netElementR17HwProcSigIPv6Addr     DisplayString,
    netElementR17HwProcMdIPv4Addr      DisplayString,
    netElementR17HwProcMdIPv6Addr      DisplayString,
    netElementR17PrimaryProcessor      INTEGER,
    netElementR17PreferredPrimaryLocation
                                       INTEGER,
    netElementR17ProcessorType         INTEGER,
    netElementR17SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR17SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR17SfwrVerNtvLvlServLvl  Integer32,
    netElementR17SfwrVerNtvLvlBootLvl  Integer32,
    netElementR17SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR17SfwrVerUpLvlServLvl   Integer32,
    netElementR17SfwrVerUpLvlBootLvl   Integer32,
    netElementR17SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR17SfwrVerBackLvlServLvl Integer32,
    netElementR17SfwrVerBackLvlBootLvl Integer32,
    netElementR17GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR17HwProcSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR17GRSiteID              Unsigned32,
    netElementR17GRSiteName            DisplayString,
    netElementR17GRRmStID              Unsigned32,
    netElementR17GRRmStName            DisplayString,
    netElementR17GRPrefSite            INTEGER,
    netElementR17GRControlling         INTEGER,
    netElementR17GRAutoSwitchoverEnabled
                                       INTEGER,
    netElementR17GRCfgChangesOverrideAvtd
                                       INTEGER,
    netElementR17GRRmStContManagement  INTEGER,
    netElementR17GRRmStContSig         INTEGER,
    netElementR17GRCalls               Unsigned32,
    netElementR17GRVulnerableCalls     Unsigned32,
    netElementR17LicensingLicenseStatus
                                       INTEGER,
    netElementR17LicensingExpiryDate   Unsigned32,
    netElementR17LicensingLicensingAlrmLogCorr
                                       Counter64,
    netElementR17LicensingDCMStatus    INTEGER,
    netElementR17LicensingBackupLicenseStatus
                                       INTEGER,
    netElementR17SysMigrControlling    INTEGER,
    netElementR17SysMigrRemSiteCntMgmt INTEGER,
    netElementR17SysMigrRemSiteCntSig  INTEGER,
    netElementR17SysMigrCalls          Unsigned32,
    netElementR17SysMigrVulnerableCalls
                                       Unsigned32
  }

  netElementR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR17Entry  1 }

  netElementR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR17Entry  2 }

  netElementR17UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR17Entry  3 }

  netElementR17PrimaryProcessorCard OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorCardA(0),
                   processorCardB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary processor card'."
    ::= { netElementR17Entry  4 }

  netElementR17DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR17Entry  5 }

  netElementR17MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR17Entry  6 }

  netElementR17ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR17Entry  7 }

  netElementR17PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR17Entry  8 }

  netElementR17FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR17Entry  9 }

  netElementR17Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR17Entry  10 }

  netElementR17SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR17Entry  11 }

  netElementR17ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR17Entry  12 }

  netElementR17ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR17Entry  13 }

  netElementR17ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR17Entry  14 }

  netElementR17ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR17Entry  15 }

  netElementR17ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR17Entry  16 }

  netElementR17ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR17Entry  17 }

  netElementR17ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR17Entry  18 }

  netElementR17ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR17Entry  19 }

  netElementR17ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR17Entry  20 }

  netElementR17ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR17Entry  21 }

  netElementR17ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR17Entry  22 }

  netElementR17ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR17Entry  23 }

  netElementR17ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR17Entry  24 }

  netElementR17ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR17Entry  25 }

  netElementR17ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR17Entry  26 }

  netElementR17ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR17Entry  27 }

  netElementR17ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR17Entry  28 }

  netElementR17ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR17Entry  29 }

  netElementR17ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR17Entry  30 }

  netElementR17ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR17Entry  31 }

  netElementR17ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR17Entry  32 }

  netElementR17ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR17Entry  33 }

  netElementR17EthernetSwitchesCfgd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Switches configured'."
    ::= { netElementR17Entry  34 }

  netElementR17ProcAInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 0 status'."
    ::= { netElementR17Entry  35 }

  netElementR17ProcAInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - interface 1 status'."
    ::= { netElementR17Entry  36 }

  netElementR17ProcAEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch A contactable'."
    ::= { netElementR17Entry  37 }

  netElementR17ProcAEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Ethernet Switch B contactable'."
    ::= { netElementR17Entry  38 }

  netElementR17ProcAProcBIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 0'."
    ::= { netElementR17Entry  39 }

  netElementR17ProcAProcBIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - Processor B contactable over interface 1'."
    ::= { netElementR17Entry  40 }

  netElementR17ProcAMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main internal address location'."
    ::= { netElementR17Entry  41 }

  netElementR17ProcAMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - main external address location'."
    ::= { netElementR17Entry  42 }

  netElementR17ProcAVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - virtual address location'."
    ::= { netElementR17Entry  43 }

  netElementR17ProcBInterface0Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 0 status'."
    ::= { netElementR17Entry  44 }

  netElementR17ProcBInterface1Act OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - interface 1 status'."
    ::= { netElementR17Entry  45 }

  netElementR17ProcBEthSwACont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch A contactable'."
    ::= { netElementR17Entry  46 }

  netElementR17ProcBEthSwBCont OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Ethernet Switch B contactable'."
    ::= { netElementR17Entry  47 }

  netElementR17ProcBProcAIntf0ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 0'."
    ::= { netElementR17Entry  48 }

  netElementR17ProcBProcAIntf1ContOver OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - Processor A contactable over interface 1'."
    ::= { netElementR17Entry  49 }

  netElementR17ProcBMainInternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main internal address location'."
    ::= { netElementR17Entry  50 }

  netElementR17ProcBMainExternalAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - main external address location'."
    ::= { netElementR17Entry  51 }

  netElementR17ProcBVirtualAddrLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   interface0(1),
                   interface1(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - virtual address location'."
    ::= { netElementR17Entry  52 }

  netElementR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR17Entry  53 }

  netElementR17AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR17Entry  54 }

  netElementR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR17Entry  55 }

  netElementR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR17Entry  56 }

  netElementR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR17Entry  57 }

  netElementR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR17Entry  58 }

  netElementR17OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR17Entry  59 }

  netElementR17GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR17Entry  60 }

  netElementR17GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR17Entry  61 }

  netElementR17GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR17Entry  62 }

  netElementR17GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR17Entry  64 }

  netElementR17NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR17Entry  65 }

  netElementR17ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR17Entry  66 }

  netElementR17PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR17Entry  67 }

  netElementR17ProcASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A serial number'."
    ::= { netElementR17Entry  68 }

  netElementR17ProcBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B serial number'."
    ::= { netElementR17Entry  69 }

  netElementR17SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR17Entry  72 }

  netElementR17ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR17Entry  73 }

  netElementR17ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR17Entry  74 }

  netElementR17UX9000SeriesServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server A serial number'."
    ::= { netElementR17Entry  80 }

  netElementR17UX9000SeriesServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'UX9000 Series Server B serial number'."
    ::= { netElementR17Entry  81 }

  netElementR17SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR17Entry  82 }

  netElementR17SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR17Entry  83 }

  netElementR17SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR17Entry  84 }

  netElementR17PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorProcessorA(0),
                   metaViewDirectorProcessorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR17Entry  85 }

  netElementR17UX4410ServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server A serial number'."
    ::= { netElementR17Entry  86 }

  netElementR17UX4410ServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server B serial number'."
    ::= { netElementR17Entry  87 }

  netElementR17NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR17Entry  88 }

  netElementR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2),
                   switchControlToThisSite(3),
                   allowConfigurationChanges(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR17Entry  99 }

  netElementR17GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR17Entry  100 }

  netElementR17StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR17Entry  101 }

  netElementR17GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR17Entry  102 }

  netElementR17GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR17Entry  103 }

  netElementR17HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR17Entry  104 }

  netElementR17HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR17Entry  105 }

  netElementR17HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR17Entry  106 }

  netElementR17HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR17Entry  107 }

  netElementR17PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR17Entry  108 }

  netElementR17PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR17Entry  109 }

  netElementR17ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR17Entry  110 }

  netElementR17SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR17Entry  111 }

  netElementR17SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR17Entry  112 }

  netElementR17SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR17Entry  113 }

  netElementR17SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR17Entry  114 }

  netElementR17SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR17Entry  115 }

  netElementR17SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR17Entry  116 }

  netElementR17SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR17Entry  117 }

  netElementR17SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR17Entry  118 }

  netElementR17SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR17Entry  119 }

  netElementR17SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR17Entry  120 }

  netElementR17GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR17Entry  121 }

  netElementR17HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR17Entry  122 }

  netElementR17GRSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site ID'."
    ::= { netElementR17Entry  123 }

  netElementR17GRSiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site name'."
    ::= { netElementR17Entry  124 }

  netElementR17GRRmStID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site ID'."
    ::= { netElementR17Entry  125 }

  netElementR17GRRmStName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site name'."
    ::= { netElementR17Entry  126 }

  netElementR17GRPrefSite OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - preferred site'."
    ::= { netElementR17Entry  127 }

  netElementR17GRControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - controlling'."
    ::= { netElementR17Entry  128 }

  netElementR17GRAutoSwitchoverEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - automatic switchover enabled'."
    ::= { netElementR17Entry  129 }

  netElementR17GRCfgChangesOverrideAvtd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - configuration changes override activated'."
    ::= { netElementR17Entry  130 }

  netElementR17GRRmStContManagement OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Management)'."
    ::= { netElementR17Entry  131 }

  netElementR17GRRmStContSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Signaling)'."
    ::= { netElementR17Entry  132 }

  netElementR17GRCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - calls'."
    ::= { netElementR17Entry  133 }

  netElementR17GRVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - vulnerable calls'."
    ::= { netElementR17Entry  134 }

  netElementR17LicensingLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - license status'."
    ::= { netElementR17Entry  135 }

  netElementR17LicensingExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - expiry date'."
    ::= { netElementR17Entry  136 }

  netElementR17LicensingLicensingAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Licensing - licensing alarm log correlator'."
    ::= { netElementR17Entry  137 }

  netElementR17LicensingDCMStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   dCMOK(1),
                   dCMRedundancyReduced(2),
                   dCMSoftTokenExpiresSoon(3),
                   dCMUncontactable(4),
                   unknown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - DCM status'."
    ::= { netElementR17Entry  138 }

  netElementR17LicensingBackupLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - backup license status'."
    ::= { netElementR17Entry  139 }

  netElementR17SysMigrControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System migration - controlling'."
    ::= { netElementR17Entry  140 }

  netElementR17SysMigrRemSiteCntMgmt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - remote site contactable (Management)'."
    ::= { netElementR17Entry  141 }

  netElementR17SysMigrRemSiteCntSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - remote site contactable (Signaling)'."
    ::= { netElementR17Entry  142 }

  netElementR17SysMigrCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System migration - calls'."
    ::= { netElementR17Entry  143 }

  netElementR17SysMigrVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - vulnerable calls'."
    ::= { netElementR17Entry  144 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  tDMCarrierR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2340 }

  tDMCarrierR7Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR7NEConn,
             tDMCarrierR7NetwkElement,
             tDMCarrierR7MediaGatewayIx,
             tDMCarrierR7CarrIx }
    ::= {  tDMCarrierR7Table  1  }

  TDMCarrierR7Entry  ::=  SEQUENCE
  {
    tDMCarrierR7NEConn                 Unsigned32,
    tDMCarrierR7NetwkElement           DisplayString,
    tDMCarrierR7MediaGatewayIx         Unsigned32,
    tDMCarrierR7CarrIx                 Unsigned32,
    tDMCarrierR7Desc                   DisplayString,
    tDMCarrierR7CarrDspName            LongDisplayString,
    tDMCarrierR7ExtraInfo1             DisplayString,
    tDMCarrierR7ExtraInfo2             DisplayString,
    tDMCarrierR7CarrType               INTEGER,
    tDMCarrierR7CfgdChldCarrType       INTEGER,
    tDMCarrierR7ChldPosition           Unsigned32,
    tDMCarrierR7BrkOutPnlTpBldA        INTEGER,
    tDMCarrierR7BrkOutPnlTpBldB        INTEGER,
    tDMCarrierR7LineStatus             BITS,
    tDMCarrierR7DeactivnMode           INTEGER,
    tDMCarrierR7I1CarrToSwapWithNEConn Unsigned32,
    tDMCarrierR7I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR7I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR7I4CarrToSwapWithCarrIx Unsigned32,
    tDMCarrierR7FacilityName           DisplayString,
    tDMCarrierR7DirectT1CAS            INTEGER,
    tDMCarrierR7I1MFProtProfNEConn     Unsigned32,
    tDMCarrierR7I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR7I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR7I4MFProtProfProfIx     Unsigned32,
    tDMCarrierR7I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR7I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR7I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR7I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR7DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR7SupportedTerms         BITS,
    tDMCarrierR7AvailUses              BITS,
    tDMCarrierR7T1LineFraming          INTEGER,
    tDMCarrierR7E1LineFraming          INTEGER,
    tDMCarrierR7PhysEncodingT1         INTEGER,
    tDMCarrierR7PhysEncodingE1         INTEGER,
    tDMCarrierR7DS1LineLen             INTEGER,
    tDMCarrierR7TermEvtTraceIdentifier Integer32,
    tDMCarrierR7DS3LineLen             INTEGER,
    tDMCarrierR7DS3LineFraming         INTEGER,
    tDMCarrierR7BitErrRate             INTEGER,
    tDMCarrierR7SFPPresenceBladeA      INTEGER,
    tDMCarrierR7SFPPresenceBladeB      INTEGER,
    tDMCarrierR7SFPCfgdModType         INTEGER,
    tDMCarrierR7SFPActlModTpBldA       BITS,
    tDMCarrierR7SFPActlModTpBldB       BITS,
    tDMCarrierR7SFPSuppUsgBladeA       BITS,
    tDMCarrierR7SFPSuppUsgBladeB       BITS,
    tDMCarrierR7SFPSerialNumBladeA     DisplayString,
    tDMCarrierR7SFPSerialNumBladeB     DisplayString,
    tDMCarrierR7SFPIdentifierBladeA    INTEGER,
    tDMCarrierR7SFPIdentifierBladeB    INTEGER,
    tDMCarrierR7SFPConnValBldA         INTEGER,
    tDMCarrierR7SFPConnValBldB         INTEGER,
    tDMCarrierR7SFPVendorNameBladeA    DisplayString,
    tDMCarrierR7SFPVendorNameBladeB    DisplayString,
    tDMCarrierR7SFPVendorOUIBladeA     OCTET STRING,
    tDMCarrierR7SFPVendorOUIBladeB     OCTET STRING,
    tDMCarrierR7SFPVendorPNBladeA      DisplayString,
    tDMCarrierR7SFPVendorPNBladeB      DisplayString,
    tDMCarrierR7SFPVendorRevBladeA     DisplayString,
    tDMCarrierR7SFPVendorRevBladeB     DisplayString,
    tDMCarrierR7SFPTransFltSuppBldA    INTEGER,
    tDMCarrierR7SFPTransFltBldA        INTEGER,
    tDMCarrierR7SFPTransFltSuppBldB    INTEGER,
    tDMCarrierR7SFPTransFltBldB        INTEGER,
    tDMCarrierR7SFPLOSSuppBldA         INTEGER,
    tDMCarrierR7SFPLOSBldA             INTEGER,
    tDMCarrierR7SFPLOSSuppBldB         INTEGER,
    tDMCarrierR7SFPLOSBldB             INTEGER,
    tDMCarrierR7SFPActEncBladeA        INTEGER,
    tDMCarrierR7SFPActEncBladeB        INTEGER,
    tDMCarrierR7APSMode                INTEGER,
    tDMCarrierR7APSWorkingChanRx       INTEGER,
    tDMCarrierR7APSRequest             INTEGER,
    tDMCarrierR7APSXmitSignal          INTEGER,
    tDMCarrierR7APSRcvdSignal          INTEGER,
    tDMCarrierR7APSDominantSignal      INTEGER,
    tDMCarrierR7APSWaitToRestoreTime   Unsigned32,
    tDMCarrierR7APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR7APSSignalFailThreshold INTEGER,
    tDMCarrierR7SecTrcMsgSize          INTEGER,
    tDMCarrierR7SecTrcXmitMsg          DisplayString,
    tDMCarrierR7SecTrcExpRcvMsg        DisplayString,
    tDMCarrierR7SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR7SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR7SecTrcCheckTIM         INTEGER,
    tDMCarrierR7PathTrcMsgSize         INTEGER,
    tDMCarrierR7PathTrcXmitMsg         DisplayString,
    tDMCarrierR7PathTrcExpectedRcvMsg  DisplayString,
    tDMCarrierR7PathTrcActualRcvdMsg   DisplayString,
    tDMCarrierR7PathTrcCheckTIM        INTEGER,
    tDMCarrierR7BERTTestRunning        INTEGER,
    tDMCarrierR7BERTTotTestTime        Unsigned32,
    tDMCarrierR7BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR7BERTLOS                Unsigned32,
    tDMCarrierR7BERTBitErrRate         DisplayString,
    tDMCarrierR7BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR7LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR7LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR7LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR7CfgCarrActSts          INTEGER,
    tDMCarrierR7CfgCarrActLogCorr      Counter64,
    tDMCarrierR7CfgCarrActLogCorrNode  DisplayString,
    tDMCarrierR7CfgCarrActLogCorrUID   DisplayString,
    tDMCarrierR7I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR7I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR7I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR7FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR7AlrmState              INTEGER,
    tDMCarrierR7StatisticsAlrms        Integer32,
    tDMCarrierR7AlrmStateTimestamp     Unsigned32,
    tDMCarrierR7AlrmEvtsAttnRqLogCorr  Counter64,
    tDMCarrierR7AlrmEvtsAttnRq         Unsigned32,
    tDMCarrierR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR7ChldAlrmsAttnRq        Unsigned32,
    tDMCarrierR7ChldAlrmEvtsAttnRq     Unsigned32,
    tDMCarrierR7SummaryChldAlrmState   INTEGER,
    tDMCarrierR7ChldStatisticsAlrms    Integer32,
    tDMCarrierR7DiagsLoggingLogLvl     INTEGER,
    tDMCarrierR7APITraceEnabled        INTEGER,
    tDMCarrierR7APITraceTraceTag       DisplayString,
    tDMCarrierR7DS1Type                INTEGER,
    tDMCarrierR7ImportCnt              Integer32,
    tDMCarrierR7ImportStatus           DisplayString,
    tDMCarrierR7ImportMode             INTEGER,
    tDMCarrierR7ImportFile             DisplayString,
    tDMCarrierR7ImportCorr             Counter64,
    tDMCarrierR7ImportCorrNode         DisplayString,
    tDMCarrierR7ImportCorrUID          DisplayString,
    tDMCarrierR7ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR7ExportStatus           DisplayString,
    tDMCarrierR7ExportFile             DisplayString,
    tDMCarrierR7ExportCorr             Counter64,
    tDMCarrierR7ExportCorrNode         DisplayString,
    tDMCarrierR7ExportCorrUID          DisplayString,
    tDMCarrierR7DoExtraActions         INTEGER,
    tDMCarrierR7RowStatus              RowStatus,
    tDMCarrierR7AdminStatus            AdminStatus,
    tDMCarrierR7OperStatus             OperStatus,
    tDMCarrierR7ProtectLineStatus      BITS,
    tDMCarrierR7WorkingLineStatus      BITS,
    tDMCarrierR7BERTTestPattnSync      INTEGER,
    tDMCarrierR7SecTrcXmitMsgHex       OCTET STRING,
    tDMCarrierR7SecTrcExpRcvMsgHex     OCTET STRING,
    tDMCarrierR7SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR7SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR7BinaryH248PortName     OCTET STRING,
    tDMCarrierR7I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR7I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR7I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR7I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR7H2481BCTTesterSendTone INTEGER,
    tDMCarrierR7H2481BCTTesterRcvTone  INTEGER,
    tDMCarrierR7H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR7H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR7Diag                   INTEGER,
    tDMCarrierR7RcvdQ50TRM             INTEGER,
    tDMCarrierR7DeferredAlrmNotifTimer Unsigned32,
    tDMCarrierR7ExportIncASRepData     INTEGER,
    tDMCarrierR7RcvdQ50TRMSoakTimer    Unsigned32,
    tDMCarrierR7ExportChldObjectsToInc INTEGER
  }

  tDMCarrierR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR7Entry  1 }

  tDMCarrierR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR7Entry  2 }

  tDMCarrierR7MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR7Entry  3 }

  tDMCarrierR7CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR7Entry  4 }

  tDMCarrierR7Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR7Entry  5 }

  tDMCarrierR7CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR7Entry  6 }

  tDMCarrierR7ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR7Entry  7 }

  tDMCarrierR7ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR7Entry  8 }

  tDMCarrierR7CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR7Entry  9 }

  tDMCarrierR7CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR7Entry  10 }

  tDMCarrierR7ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR7Entry  11 }

  tDMCarrierR7BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR7Entry  12 }

  tDMCarrierR7BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR7Entry  13 }

  tDMCarrierR7LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR7Entry  14 }

  tDMCarrierR7DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR7Entry  16 }

  tDMCarrierR7I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR7Entry  17 }

  tDMCarrierR7I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR7Entry  18 }

  tDMCarrierR7I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR7Entry  19 }

  tDMCarrierR7I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR7Entry  20 }

  tDMCarrierR7FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR7Entry  21 }

  tDMCarrierR7DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR7Entry  22 }

  tDMCarrierR7I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR7Entry  23 }

  tDMCarrierR7I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR7Entry  24 }

  tDMCarrierR7I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR7Entry  25 }

  tDMCarrierR7I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR7Entry  26 }

  tDMCarrierR7I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR7Entry  27 }

  tDMCarrierR7I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR7Entry  28 }

  tDMCarrierR7I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR7Entry  29 }

  tDMCarrierR7I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR7Entry  30 }

  tDMCarrierR7DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR7Entry  31 }

  tDMCarrierR7SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR7Entry  32 }

  tDMCarrierR7AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR7Entry  33 }

  tDMCarrierR7T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR7Entry  34 }

  tDMCarrierR7E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR7Entry  35 }

  tDMCarrierR7PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR7Entry  36 }

  tDMCarrierR7PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR7Entry  37 }

  tDMCarrierR7DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR7Entry  38 }

  tDMCarrierR7TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR7Entry  39 }

  tDMCarrierR7DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR7Entry  40 }

  tDMCarrierR7DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR7Entry  41 }

  tDMCarrierR7BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR7Entry  42 }

  tDMCarrierR7SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR7Entry  43 }

  tDMCarrierR7SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR7Entry  44 }

  tDMCarrierR7SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR7Entry  45 }

  tDMCarrierR7SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR7Entry  46 }

  tDMCarrierR7SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR7Entry  47 }

  tDMCarrierR7SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR7Entry  48 }

  tDMCarrierR7SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR7Entry  49 }

  tDMCarrierR7SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR7Entry  50 }

  tDMCarrierR7SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR7Entry  51 }

  tDMCarrierR7SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR7Entry  52 }

  tDMCarrierR7SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR7Entry  53 }

  tDMCarrierR7SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR7Entry  54 }

  tDMCarrierR7SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR7Entry  55 }

  tDMCarrierR7SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR7Entry  56 }

  tDMCarrierR7SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR7Entry  57 }

  tDMCarrierR7SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR7Entry  58 }

  tDMCarrierR7SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR7Entry  59 }

  tDMCarrierR7SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR7Entry  60 }

  tDMCarrierR7SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR7Entry  61 }

  tDMCarrierR7SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR7Entry  62 }

  tDMCarrierR7SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR7Entry  63 }

  tDMCarrierR7SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR7Entry  64 }

  tDMCarrierR7SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR7Entry  65 }

  tDMCarrierR7SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR7Entry  66 }

  tDMCarrierR7SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR7Entry  67 }

  tDMCarrierR7SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR7Entry  68 }

  tDMCarrierR7SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR7Entry  69 }

  tDMCarrierR7SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR7Entry  70 }

  tDMCarrierR7SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR7Entry  71 }

  tDMCarrierR7SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR7Entry  72 }

  tDMCarrierR7SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR7Entry  73 }

  tDMCarrierR7APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR7Entry  74 }

  tDMCarrierR7APSWorkingChanRx OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - working channel Rx'."
    ::= { tDMCarrierR7Entry  75 }

  tDMCarrierR7APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR7Entry  77 }

  tDMCarrierR7APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR7Entry  78 }

  tDMCarrierR7APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR7Entry  79 }

  tDMCarrierR7APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR7Entry  80 }

  tDMCarrierR7APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR7Entry  81 }

  tDMCarrierR7APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR7Entry  82 }

  tDMCarrierR7APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR7Entry  83 }

  tDMCarrierR7SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR7Entry  84 }

  tDMCarrierR7SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR7Entry  85 }

  tDMCarrierR7SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR7Entry  86 }

  tDMCarrierR7SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR7Entry  87 }

  tDMCarrierR7SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR7Entry  88 }

  tDMCarrierR7SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR7Entry  89 }

  tDMCarrierR7PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR7Entry  90 }

  tDMCarrierR7PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR7Entry  91 }

  tDMCarrierR7PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR7Entry  92 }

  tDMCarrierR7PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR7Entry  93 }

  tDMCarrierR7PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR7Entry  94 }

  tDMCarrierR7BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR7Entry  95 }

  tDMCarrierR7BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR7Entry  96 }

  tDMCarrierR7BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR7Entry  97 }

  tDMCarrierR7BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR7Entry  98 }

  tDMCarrierR7BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR7Entry  99 }

  tDMCarrierR7BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR7Entry  100 }

  tDMCarrierR7LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR7Entry  102 }

  tDMCarrierR7LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR7Entry  103 }

  tDMCarrierR7LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR7Entry  104 }

  tDMCarrierR7CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR7Entry  106 }

  tDMCarrierR7CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR7Entry  107 }

  tDMCarrierR7CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR7Entry  108 }

  tDMCarrierR7CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR7Entry  109 }

  tDMCarrierR7I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR7Entry  110 }

  tDMCarrierR7I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR7Entry  111 }

  tDMCarrierR7I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR7Entry  112 }

  tDMCarrierR7FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR7Entry  113 }

  tDMCarrierR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR7Entry  114 }

  tDMCarrierR7StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR7Entry  115 }

  tDMCarrierR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR7Entry  116 }

  tDMCarrierR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR7Entry  117 }

  tDMCarrierR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR7Entry  118 }

  tDMCarrierR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR7Entry  119 }

  tDMCarrierR7ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR7Entry  120 }

  tDMCarrierR7ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR7Entry  121 }

  tDMCarrierR7SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR7Entry  122 }

  tDMCarrierR7ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR7Entry  123 }

  tDMCarrierR7DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR7Entry  124 }

  tDMCarrierR7APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR7Entry  125 }

  tDMCarrierR7APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR7Entry  126 }

  tDMCarrierR7DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR7Entry  127 }

  tDMCarrierR7ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR7Entry  128 }

  tDMCarrierR7ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR7Entry  129 }

  tDMCarrierR7ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR7Entry  130 }

  tDMCarrierR7ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR7Entry  131 }

  tDMCarrierR7ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR7Entry  132 }

  tDMCarrierR7ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR7Entry  133 }

  tDMCarrierR7ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR7Entry  134 }

  tDMCarrierR7ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR7Entry  135 }

  tDMCarrierR7ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR7Entry  136 }

  tDMCarrierR7ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR7Entry  137 }

  tDMCarrierR7ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR7Entry  138 }

  tDMCarrierR7ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR7Entry  139 }

  tDMCarrierR7ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR7Entry  140 }

  tDMCarrierR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR7Entry  141 }

  tDMCarrierR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR7Entry  142 }

  tDMCarrierR7AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR7Entry  143 }

  tDMCarrierR7OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR7Entry  144 }

  tDMCarrierR7ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR7Entry  145 }

  tDMCarrierR7WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR7Entry  146 }

  tDMCarrierR7BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR7Entry  147 }

  tDMCarrierR7SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR7Entry  148 }

  tDMCarrierR7SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR7Entry  149 }

  tDMCarrierR7SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR7Entry  150 }

  tDMCarrierR7SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR7Entry  151 }

  tDMCarrierR7BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR7Entry  152 }

  tDMCarrierR7I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR7Entry  153 }

  tDMCarrierR7I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR7Entry  154 }

  tDMCarrierR7I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR7Entry  155 }

  tDMCarrierR7I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR7Entry  156 }

  tDMCarrierR7H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR7Entry  157 }

  tDMCarrierR7H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR7Entry  158 }

  tDMCarrierR7H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR7Entry  159 }

  tDMCarrierR7H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR7Entry  160 }

  tDMCarrierR7Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR7Entry  161 }

  tDMCarrierR7RcvdQ50TRM OBJECT-TYPE
    SYNTAX       INTEGER {
                   invalid0x0(0),
                   invalid0x1(1),
                   invalid0x2(2),
                   invalid0x3(3),
                   invalid0x4(4),
                   invalid0x5(5),
                   invalid0x6(6),
                   invalid0x7(7),
                   dCMENormal(8),
                   no64kbitSCapacityAvailable(9),
                   maintenanceReleaseRequest(10),
                   no31kHzCapacityAvailableDLC(11),
                   invalid0xC(12),
                   invalid0xD(13),
                   invalid0xE(14),
                   invalid0xF(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM'."
    ::= { tDMCarrierR7Entry  162 }

  tDMCarrierR7DeferredAlrmNotifTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deferred alarm notification timer'."
    DEFVAL       { 0 }
    ::= { tDMCarrierR7Entry  163 }

  tDMCarrierR7ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR7Entry  164 }

  tDMCarrierR7RcvdQ50TRMSoakTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM soak timer'."
    DEFVAL       { 5000 }
    ::= { tDMCarrierR7Entry  165 }

  tDMCarrierR7ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR7Entry  166 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 TDM Carrier DS0 Termination'                            */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  tDMCrrDS0TermR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCrrDS0TermR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Carrier'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2341 }

  tDMCrrDS0TermR4Entry OBJECT-TYPE
    SYNTAX       TDMCrrDS0TermR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCrrDS0TermR4NEConn,
             tDMCrrDS0TermR4NetwkElement,
             tDMCrrDS0TermR4MediaGatewayIx,
             tDMCrrDS0TermR4CarrIx,
             tDMCrrDS0TermR4Timeslot }
    ::= {  tDMCrrDS0TermR4Table  1  }

  TDMCrrDS0TermR4Entry  ::=  SEQUENCE
  {
    tDMCrrDS0TermR4NEConn              Unsigned32,
    tDMCrrDS0TermR4NetwkElement        DisplayString,
    tDMCrrDS0TermR4MediaGatewayIx      Unsigned32,
    tDMCrrDS0TermR4CarrIx              Unsigned32,
    tDMCrrDS0TermR4Timeslot            Integer32,
    tDMCrrDS0TermR4InUseBy             INTEGER,
    tDMCrrDS0TermR4TnGenTestStatus     INTEGER,
    tDMCrrDS0TermR4TnGenTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR4TnGenTestLvl        INTEGER,
    tDMCrrDS0TermR4TnDetTestStatus     INTEGER,
    tDMCrrDS0TermR4TnDetTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR4TnDetTestLvl        INTEGER,
    tDMCrrDS0TermR4TnDetTestFreq       INTEGER,
    tDMCrrDS0TermR4AlrmState           INTEGER,
    tDMCrrDS0TermR4AlrmStateTimestamp  Unsigned32,
    tDMCrrDS0TermR4AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tDMCrrDS0TermR4AlrmEvtsAttnRq      Integer32,
    tDMCrrDS0TermR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCrrDS0TermR4DoExtraActions      INTEGER,
    tDMCrrDS0TermR4Q50Status           INTEGER,
    tDMCrrDS0TermR4NailedUpCfgEnabled  INTEGER,
    tDMCrrDS0TermR4I1NailedUpCfgNailedUpDS0NEConn
                                       Unsigned32,
    tDMCrrDS0TermR4I2NailedUpCfgNailedUpDS0NetwkElement
                                       DisplayString,
    tDMCrrDS0TermR4I3NailedUpCfgNailedUpDS0MediaGatewayIx
                                       Unsigned32,
    tDMCrrDS0TermR4I4NailedUpCfgNailedUpDS0CarrIx
                                       Unsigned32,
    tDMCrrDS0TermR4I5NailedUpCfgNailedUpDS0Timeslot
                                       Integer32,
    tDMCrrDS0TermR4NailedUpCfgDesc     DisplayString
  }

  tDMCrrDS0TermR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCrrDS0TermR4Entry  1 }

  tDMCrrDS0TermR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCrrDS0TermR4Entry  2 }

  tDMCrrDS0TermR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR4Entry  3 }

  tDMCrrDS0TermR4CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR4Entry  4 }

  tDMCrrDS0TermR4Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { tDMCrrDS0TermR4Entry  5 }

  tDMCrrDS0TermR4InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144),
                   nailedUpDS0(524288)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { tDMCrrDS0TermR4Entry  6 }

  tDMCrrDS0TermR4TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { tDMCrrDS0TermR4Entry  7 }

  tDMCrrDS0TermR4TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { tDMCrrDS0TermR4Entry  8 }

  tDMCrrDS0TermR4TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { tDMCrrDS0TermR4Entry  9 }

  tDMCrrDS0TermR4TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { tDMCrrDS0TermR4Entry  10 }

  tDMCrrDS0TermR4TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { tDMCrrDS0TermR4Entry  11 }

  tDMCrrDS0TermR4TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { tDMCrrDS0TermR4Entry  12 }

  tDMCrrDS0TermR4TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { tDMCrrDS0TermR4Entry  13 }

  tDMCrrDS0TermR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCrrDS0TermR4Entry  14 }

  tDMCrrDS0TermR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCrrDS0TermR4Entry  15 }

  tDMCrrDS0TermR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCrrDS0TermR4Entry  16 }

  tDMCrrDS0TermR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCrrDS0TermR4Entry  17 }

  tDMCrrDS0TermR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCrrDS0TermR4Entry  18 }

  tDMCrrDS0TermR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCrrDS0TermR4Entry  19 }

  tDMCrrDS0TermR4Q50Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   inService(1),
                   channelUnavailableCHOOS(2),
                   maintenance(3),
                   dynamicLoadControlDLC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 status'."
    ::= { tDMCrrDS0TermR4Entry  20 }

  tDMCrrDS0TermR4NailedUpCfgEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up configuration - enabled'."
    DEFVAL       { false }
    ::= { tDMCrrDS0TermR4Entry  21 }

  tDMCrrDS0TermR4I1NailedUpCfgNailedUpDS0NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR4Entry  22 }

  tDMCrrDS0TermR4I2NailedUpCfgNailedUpDS0NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR4Entry  23 }

  tDMCrrDS0TermR4I3NailedUpCfgNailedUpDS0MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR4Entry  24 }

  tDMCrrDS0TermR4I4NailedUpCfgNailedUpDS0CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Carrier index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR4Entry  25 }

  tDMCrrDS0TermR4I5NailedUpCfgNailedUpDS0Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Timeslot'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR4Entry  26 }

  tDMCrrDS0TermR4NailedUpCfgDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Nailed-up configuration - description'."
    ::= { tDMCrrDS0TermR4Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR38Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR38Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2342 }

  mediaGatewayModelR38Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR38Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR38NEConn,
             mediaGatewayModelR38NetwkElement,
             mediaGatewayModelR38CFSIx,
             mediaGatewayModelR38ModelIx }
    ::= {  mediaGatewayModelR38Table  1  }

  MediaGatewayModelR38Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR38NEConn         Unsigned32,
    mediaGatewayModelR38NetwkElement   DisplayString,
    mediaGatewayModelR38CFSIx          Unsigned32,
    mediaGatewayModelR38ModelIx        Unsigned32,
    mediaGatewayModelR38Category       INTEGER,
    mediaGatewayModelR38ModelName      DisplayString,
    mediaGatewayModelR38Desc           DisplayString,
    mediaGatewayModelR38ControlProt    INTEGER,
    mediaGatewayModelR38ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR38LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR38PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR38PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR38AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR38AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR38RefCnt         Unsigned32,
    mediaGatewayModelR38RowStatus      RowStatus,
    mediaGatewayModelR38DefModel       INTEGER,
    mediaGatewayModelR38Authentication INTEGER,
    mediaGatewayModelR38SupportedConnTypes
                                       BITS,
    mediaGatewayModelR38AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR38ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR38ExportStatus   DisplayString,
    mediaGatewayModelR38ExportFile     DisplayString,
    mediaGatewayModelR38ExportCorr     Counter64,
    mediaGatewayModelR38ExportCorrNode DisplayString,
    mediaGatewayModelR38ExportCorrUID  DisplayString,
    mediaGatewayModelR38DoExtraActions INTEGER,
    mediaGatewayModelR38FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR38FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR38FBsMGCP        BITS,
    mediaGatewayModelR38FBsMeGaCo      BITS,
    mediaGatewayModelR38FBsSIP         BITS,
    mediaGatewayModelR38FixBitsMeGaCo2 BITS,
    mediaGatewayModelR38MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR38AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR38AlertInfoDR2   DisplayString,
    mediaGatewayModelR38AlertInfoDR3   DisplayString,
    mediaGatewayModelR38AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR38DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR38DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR38ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR38SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR38DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR38UpToDateCnt    Unsigned32,
    mediaGatewayModelR38SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR38PollInterval   Unsigned32,
    mediaGatewayModelR38SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR38Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR38AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR38VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR38AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR38FixBitsSIP2    BITS,
    mediaGatewayModelR38OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR38FBsMeGaCo4     BITS,
    mediaGatewayModelR38SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR38ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR38SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR38ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR38SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR38AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR38AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR38InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR38OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR38MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR38FixBitsSIP3    BITS,
    mediaGatewayModelR38FixBitsSIP4    BITS,
    mediaGatewayModelR38SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR38RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR38EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR38LCC1           DisplayString,
    mediaGatewayModelR38LCC2           DisplayString,
    mediaGatewayModelR38LCC3           DisplayString,
    mediaGatewayModelR38LCC4           DisplayString,
    mediaGatewayModelR38LCC5           DisplayString,
    mediaGatewayModelR38LCC6           DisplayString,
    mediaGatewayModelR38LCC7           DisplayString,
    mediaGatewayModelR38LCC8           DisplayString,
    mediaGatewayModelR38LCC9           DisplayString,
    mediaGatewayModelR38LCC10          DisplayString,
    mediaGatewayModelR38LCC11          DisplayString,
    mediaGatewayModelR38LCC12          DisplayString,
    mediaGatewayModelR38LCC13          DisplayString,
    mediaGatewayModelR38LCC14          DisplayString,
    mediaGatewayModelR38LCC15          DisplayString,
    mediaGatewayModelR38LCC16          DisplayString,
    mediaGatewayModelR38LCC17          DisplayString,
    mediaGatewayModelR38LCC18          DisplayString,
    mediaGatewayModelR38LCC19          DisplayString,
    mediaGatewayModelR38LCC20          DisplayString,
    mediaGatewayModelR38ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR38MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR38MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR38ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR38NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR38Entry  1 }

  mediaGatewayModelR38NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR38Entry  2 }

  mediaGatewayModelR38CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR38Entry  3 }

  mediaGatewayModelR38ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR38Entry  4 }

  mediaGatewayModelR38Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR38Entry  5 }

  mediaGatewayModelR38ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR38Entry  6 }

  mediaGatewayModelR38Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR38Entry  7 }

  mediaGatewayModelR38ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR38Entry  8 }

  mediaGatewayModelR38ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR38Entry  9 }

  mediaGatewayModelR38LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR38Entry  10 }

  mediaGatewayModelR38PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR38Entry  11 }

  mediaGatewayModelR38PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR38Entry  12 }

  mediaGatewayModelR38AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR38Entry  13 }

  mediaGatewayModelR38AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR38Entry  14 }

  mediaGatewayModelR38RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR38Entry  16 }

  mediaGatewayModelR38RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR38Entry  17 }

  mediaGatewayModelR38DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR38Entry  18 }

  mediaGatewayModelR38Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR38Entry  19 }

  mediaGatewayModelR38SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR38Entry  20 }

  mediaGatewayModelR38AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR38Entry  21 }

  mediaGatewayModelR38ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR38Entry  22 }

  mediaGatewayModelR38ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR38Entry  23 }

  mediaGatewayModelR38ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR38Entry  24 }

  mediaGatewayModelR38ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR38Entry  25 }

  mediaGatewayModelR38ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR38Entry  26 }

  mediaGatewayModelR38ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR38Entry  27 }

  mediaGatewayModelR38DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR38Entry  28 }

  mediaGatewayModelR38FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR38Entry  29 }

  mediaGatewayModelR38FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR38Entry  30 }

  mediaGatewayModelR38FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR38Entry  31 }

  mediaGatewayModelR38FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR38Entry  32 }

  mediaGatewayModelR38FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR38Entry  33 }

  mediaGatewayModelR38FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR38Entry  34 }

  mediaGatewayModelR38MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR38Entry  35 }

  mediaGatewayModelR38AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR38Entry  36 }

  mediaGatewayModelR38AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR38Entry  37 }

  mediaGatewayModelR38AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR38Entry  38 }

  mediaGatewayModelR38AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR38Entry  39 }

  mediaGatewayModelR38DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR38Entry  40 }

  mediaGatewayModelR38DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR38Entry  41 }

  mediaGatewayModelR38ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR38Entry  42 }

  mediaGatewayModelR38SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR38Entry  43 }

  mediaGatewayModelR38DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR38Entry  44 }

  mediaGatewayModelR38UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR38Entry  45 }

  mediaGatewayModelR38SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR38Entry  46 }

  mediaGatewayModelR38PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR38Entry  47 }

  mediaGatewayModelR38SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR38Entry  48 }

  mediaGatewayModelR38Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR38Entry  49 }

  mediaGatewayModelR38AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR38Entry  50 }

  mediaGatewayModelR38VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR38Entry  51 }

  mediaGatewayModelR38AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR38Entry  52 }

  mediaGatewayModelR38FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR38Entry  53 }

  mediaGatewayModelR38OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR38Entry  54 }

  mediaGatewayModelR38FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR38Entry  55 }

  mediaGatewayModelR38SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR38Entry  56 }

  mediaGatewayModelR38ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR38Entry  57 }

  mediaGatewayModelR38SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR38Entry  58 }

  mediaGatewayModelR38ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR38Entry  59 }

  mediaGatewayModelR38SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR38Entry  60 }

  mediaGatewayModelR38AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR38Entry  61 }

  mediaGatewayModelR38AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR38Entry  62 }

  mediaGatewayModelR38InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR38Entry  63 }

  mediaGatewayModelR38OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR38Entry  64 }

  mediaGatewayModelR38MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR38Entry  65 }

  mediaGatewayModelR38FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR38Entry  66 }

  mediaGatewayModelR38FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR38Entry  67 }

  mediaGatewayModelR38SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR38Entry  68 }

  mediaGatewayModelR38RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR38Entry  69 }

  mediaGatewayModelR38EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR38Entry  70 }

  mediaGatewayModelR38LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR38Entry  71 }

  mediaGatewayModelR38LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR38Entry  72 }

  mediaGatewayModelR38LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR38Entry  73 }

  mediaGatewayModelR38LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR38Entry  74 }

  mediaGatewayModelR38LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR38Entry  75 }

  mediaGatewayModelR38LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR38Entry  76 }

  mediaGatewayModelR38LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR38Entry  77 }

  mediaGatewayModelR38LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR38Entry  78 }

  mediaGatewayModelR38LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR38Entry  79 }

  mediaGatewayModelR38LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR38Entry  80 }

  mediaGatewayModelR38LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR38Entry  81 }

  mediaGatewayModelR38LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR38Entry  82 }

  mediaGatewayModelR38LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR38Entry  83 }

  mediaGatewayModelR38LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR38Entry  84 }

  mediaGatewayModelR38LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR38Entry  85 }

  mediaGatewayModelR38LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR38Entry  86 }

  mediaGatewayModelR38LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR38Entry  87 }

  mediaGatewayModelR38LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR38Entry  88 }

  mediaGatewayModelR38LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR38Entry  89 }

  mediaGatewayModelR38LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR38Entry  90 }

  mediaGatewayModelR38ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR38Entry  91 }

  mediaGatewayModelR38MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR38Entry  92 }

  mediaGatewayModelR38MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR38Entry  93 }

  mediaGatewayModelR38ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR38Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Node'                                               */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  networkNodeR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetworkNodeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Nodes'."
    ::= { metaSwitch  2343 }

  networkNodeR1Entry OBJECT-TYPE
    SYNTAX       NetworkNodeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { networkNodeR1NEConn,
             networkNodeR1NetwkElement,
             networkNodeR1CFSIx,
             networkNodeR1NodeIx }
    ::= {  networkNodeR1Table  1  }

  NetworkNodeR1Entry  ::=  SEQUENCE
  {
    networkNodeR1NEConn                Unsigned32,
    networkNodeR1NetwkElement          DisplayString,
    networkNodeR1CFSIx                 Unsigned32,
    networkNodeR1NodeIx                Unsigned32,
    networkNodeR1Name                  DisplayString,
    networkNodeR1Desc                  LongDisplayString,
    networkNodeR1NumRefgObjects        Unsigned32,
    networkNodeR1ANAUseAutoAssignmentSig
                                       INTEGER,
    networkNodeR1ANASigIPAddrRangeStart
                                       DisplayString,
    networkNodeR1ANASigIPAddrRangeEnd  DisplayString,
    networkNodeR1RowStatus             RowStatus,
    networkNodeR1StatisticsAlrms       Integer32,
    networkNodeR1ChldStatisticsAlrms   Integer32,
    networkNodeR1ANAUseAAMIPv4         INTEGER,
    networkNodeR1ANAMdIPv4AddrRgStart  DisplayString,
    networkNodeR1ANAMdIPv4AddrRgEnd    DisplayString,
    networkNodeR1ANAUseAAMIPv6         INTEGER,
    networkNodeR1ANAMdIPv6AddrRgStart  DisplayString,
    networkNodeR1ANAMdIPv6AddrRgEnd    DisplayString
  }

  networkNodeR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { networkNodeR1Entry  1 }

  networkNodeR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { networkNodeR1Entry  2 }

  networkNodeR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { networkNodeR1Entry  3 }

  networkNodeR1NodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { networkNodeR1Entry  4 }

  networkNodeR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { networkNodeR1Entry  5 }

  networkNodeR1Desc OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { networkNodeR1Entry  6 }

  networkNodeR1NumRefgObjects OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing objects'."
    ::= { networkNodeR1Entry  7 }

  networkNodeR1ANAUseAutoAssignmentSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - use automatic assignment (signaling)'."
    DEFVAL       { false }
    ::= { networkNodeR1Entry  8 }

  networkNodeR1ANASigIPAddrRangeStart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - signaling IP address range start'."
    ::= { networkNodeR1Entry  9 }

  networkNodeR1ANASigIPAddrRangeEnd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - signaling IP address range end'."
    ::= { networkNodeR1Entry  10 }

  networkNodeR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { networkNodeR1Entry  11 }

  networkNodeR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { networkNodeR1Entry  12 }

  networkNodeR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { networkNodeR1Entry  13 }

  networkNodeR1ANAUseAAMIPv4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - use automatic assignment (media IPv4)'."
    DEFVAL       { false }
    ::= { networkNodeR1Entry  14 }

  networkNodeR1ANAMdIPv4AddrRgStart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - media IPv4 address range start'."
    ::= { networkNodeR1Entry  15 }

  networkNodeR1ANAMdIPv4AddrRgEnd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - media IPv4 address range end'."
    ::= { networkNodeR1Entry  16 }

  networkNodeR1ANAUseAAMIPv6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - use automatic assignment (media IPv6)'."
    DEFVAL       { false }
    ::= { networkNodeR1Entry  17 }

  networkNodeR1ANAMdIPv6AddrRgStart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - media IPv6 address range start'."
    ::= { networkNodeR1Entry  18 }

  networkNodeR1ANAMdIPv6AddrRgEnd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic node assignment - media IPv6 address range end'."
    ::= { networkNodeR1Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk / Access Gateway'                                     */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  tAGR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  2344 }

  tAGR10Entry OBJECT-TYPE
    SYNTAX       TAGR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGR10NEConn,
             tAGR10NetwkElement,
             tAGR10CFSIx,
             tAGR10GatewayIx }
    ::= {  tAGR10Table  1  }

  TAGR10Entry  ::=  SEQUENCE
  {
    tAGR10NEConn                       Unsigned32,
    tAGR10NetwkElement                 DisplayString,
    tAGR10CFSIx                        Unsigned32,
    tAGR10GatewayIx                    Unsigned32,
    tAGR10Desc                         DisplayString,
    tAGR10IPAddr                       DisplayString,
    tAGR10DomainName                   DisplayString,
    tAGR10MediaGatewayIPPort           Unsigned32,
    tAGR10CFSIPPort                    Unsigned32,
    tAGR10I1MediaGatewayModelNEConn    Unsigned32,
    tAGR10I2MediaGatewayModelNetwkElement
                                       DisplayString,
    tAGR10I3MediaGatewayModelCFSIx     Unsigned32,
    tAGR10I4MediaGatewayModelModelIx   Unsigned32,
    tAGR10ProviderStatus               INTEGER,
    tAGR10AlrmState                    INTEGER,
    tAGR10AlrmLogCorr                  Counter64,
    tAGR10AlrmEvtsAttnRq               Unsigned32,
    tAGR10AlrmEvtsAtndDp               Unsigned32,
    tAGR10AlrmStateTimestamp           Unsigned32,
    tAGR10AlrmResetTimestamp           Unsigned32,
    tAGR10AccDevAlrmsAttnRq            Unsigned32,
    tAGR10AccDevAlrmEvtsAttnRq         Unsigned32,
    tAGR10AccDevAlrmsAtndDp            Unsigned32,
    tAGR10AccDevAlrmEvtsAtndDp         Unsigned32,
    tAGR10DiagsAPITraceEnabled         INTEGER,
    tAGR10DiagsAPITraceTag             DisplayString,
    tAGR10SummaryChldAlrmState         INTEGER,
    tAGR10RowStatus                    RowStatus,
    tAGR10AdminStatus                  AdminStatus,
    tAGR10OperStatus                   OperStatus,
    tAGR10ImportCnt                    Integer32,
    tAGR10ImportStatus                 DisplayString,
    tAGR10ImportMode                   INTEGER,
    tAGR10ImportFile                   DisplayString,
    tAGR10ImportCorr                   Counter64,
    tAGR10ImportCorrNode               DisplayString,
    tAGR10ImportCorrUID                DisplayString,
    tAGR10DoExtraActions               INTEGER,
    tAGR10ResolvedIPAddr               DisplayString,
    tAGR10AuthenticationReqd           INTEGER,
    tAGR10Password                     DisplayString,
    tAGR10ConfirmPassword              DisplayString,
    tAGR10IntSSwitch                   INTEGER,
    tAGR10MediaGatewayName             DisplayString,
    tAGR10ShadowCfgActionStatus        INTEGER,
    tAGR10ShadowCfgActionLogCorr       Counter64,
    tAGR10ShadowCfgActionLogCorrNode   DisplayString,
    tAGR10ShadowCfgActionLogCorrUID    DisplayString,
    tAGR10I1ShadowCfgAdaptorNEConn     Unsigned32,
    tAGR10I2ShadowCfgAdaptorNetwkElement
                                       DisplayString,
    tAGR10I3ShadowCfgAdaptorMediaGatewayIx
                                       Unsigned32,
    tAGR10I4ShadowCfgAdaptorCtrlerIx   INTEGER,
    tAGR10I5ShadowCfgAdaptorSlotNum    INTEGER,
    tAGR10ShadowCfgDeactivnMode        INTEGER,
    tAGR10ISDNSCTPAssocAlrmsAttnRq     Unsigned32,
    tAGR10ISDNSCTPAssocAlrmEvtsAttnRq  Unsigned32,
    tAGR10ISDNSCTPAssocAlrmsAtndDp     Unsigned32,
    tAGR10ISDNSCTPAssocAlrmEvtsAtndDp  Unsigned32,
    tAGR10CurrRTPPortAlrmsAttnRq       Unsigned32,
    tAGR10PrevRTPPortAlrmsAttnRq       Unsigned32,
    tAGR10CurrRTPPortAlrmsAtndDp       Unsigned32,
    tAGR10PrevRTPPortAlrmsAtndDp       Unsigned32,
    tAGR10CurrTDMPortAlrmsAttnRq       Unsigned32,
    tAGR10PrevTDMPortAlrmsAttnRq       Unsigned32,
    tAGR10CurrTDMPortAlrmsAtndDp       Unsigned32,
    tAGR10PrevTDMPortAlrmsAtndDp       Unsigned32,
    tAGR10TotChldAlrmsAttnRq           Unsigned32,
    tAGR10TotChldAlrmEvtsAttnRq        Unsigned32,
    tAGR10TotChldAlrmsAtndDp           Unsigned32,
    tAGR10TotChldAlrmEvtsAtndDp        Unsigned32,
    tAGR10I1TAGLocationNEConn          Unsigned32,
    tAGR10I2TAGLocationNetwkElement    DisplayString,
    tAGR10I3TAGLocationCFSIx           Unsigned32,
    tAGR10I4TAGLocationLocationIx      Unsigned32,
    tAGR10TAGLocationOtherVals         INTEGER,
    tAGR10CgstnSysLoadStatus           INTEGER,
    tAGR10CgstnSysLoadVal              Unsigned32,
    tAGR10CgstnRTPRessStatus           INTEGER,
    tAGR10CgstnRTPRessVal              Unsigned32,
    tAGR10CgstnRTPRessCombinedStatus   INTEGER,
    tAGR10CgstnRTPRessCombinedVal      Unsigned32,
    tAGR10ConnType                     INTEGER,
    tAGR10I1ESAProtDomNEConn           Unsigned32,
    tAGR10I2ESAProtDomNetwkElement     DisplayString,
    tAGR10I3ESAProtDomCFSIx            Unsigned32,
    tAGR10I4ESAProtDomESAProtDomIx     Unsigned32,
    tAGR10ESAProtDomOtherVals          INTEGER,
    tAGR10SDActI1NetwkNodeNEConn       Unsigned32,
    tAGR10SDActI2NetwkNodeNetwkElement DisplayString,
    tAGR10SDActI3NetwkNodeCFSIx        Unsigned32,
    tAGR10SDActI4NetwkNodeNodeIx       Unsigned32,
    tAGR10SDDefI1NetwkNodeNEConn       Unsigned32,
    tAGR10SDDefI2NetwkNodeNetwkElement DisplayString,
    tAGR10SDDefI3NetwkNodeCFSIx        Unsigned32,
    tAGR10SDDefI4NetwkNodeNodeIx       Unsigned32,
    tAGSDActR10SDActNetwkNodeOtherVals INTEGER,
    tAGSDDefR10SDActNetwkNodeOtherVals INTEGER,
    tAGR10SDUseDefNetwkNode            INTEGER,
    tAGR10StatisticsAlrms              Integer32,
    tAGR10IPAddrInESAMode              DisplayString,
    tAGR10SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR10SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR10SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR10UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER
  }

  tAGR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGR10Entry  1 }

  tAGR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGR10Entry  2 }

  tAGR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGR10Entry  3 }

  tAGR10GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGR10Entry  4 }

  tAGR10Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tAGR10Entry  5 }

  tAGR10IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { tAGR10Entry  6 }

  tAGR10DomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This field is not writable when active."
    ::= { tAGR10Entry  7 }

  tAGR10MediaGatewayIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway IP port'.
                  This field is not writable when active."
    ::= { tAGR10Entry  8 }

  tAGR10CFSIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server IP port'.
                  This field is not writable when active."
    ::= { tAGR10Entry  9 }

  tAGR10I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR10Entry  10 }

  tAGR10I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR10Entry  11 }

  tAGR10I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR10Entry  12 }

  tAGR10I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR10Entry  13 }

  tAGR10ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGR10Entry  14 }

  tAGR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tAGR10Entry  16 }

  tAGR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { tAGR10Entry  17 }

  tAGR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  18 }

  tAGR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  19 }

  tAGR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tAGR10Entry  20 }

  tAGR10AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { tAGR10Entry  21 }

  tAGR10AccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { tAGR10Entry  22 }

  tAGR10AccDevAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  23 }

  tAGR10AccDevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { tAGR10Entry  24 }

  tAGR10AccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  25 }

  tAGR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { tAGR10Entry  26 }

  tAGR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { tAGR10Entry  27 }

  tAGR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tAGR10Entry  28 }

  tAGR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tAGR10Entry  29 }

  tAGR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR10Entry  30 }

  tAGR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR10Entry  31 }

  tAGR10ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tAGR10Entry  32 }

  tAGR10ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tAGR10Entry  33 }

  tAGR10ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tAGR10Entry  34 }

  tAGR10ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tAGR10Entry  35 }

  tAGR10ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tAGR10Entry  36 }

  tAGR10ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tAGR10Entry  37 }

  tAGR10ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tAGR10Entry  38 }

  tAGR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   connectTo(2),
                   addShadowObjectsForGateway(3),
                   enableShadowObjectsForGateway(4),
                   activateShadowObjectsForGateway(5),
                   deactivateShadowObjectsForGateway(6),
                   disableShadowObjectsForGateway(7),
                   deleteShadowObjectsForGateway(8),
                   addShadowObjectsForAdaptor(9),
                   enableShadowObjectsForAdaptor(10),
                   activateShadowObjectsForAdaptor(11),
                   deactivateShadowObjectsForAdaptor(12),
                   disableShadowObjectsForAdaptor(13),
                   deleteShadowObjectsForAdaptor(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR10Entry  39 }

  tAGR10ResolvedIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resolved IP address'."
    ::= { tAGR10Entry  45 }

  tAGR10AuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication required'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tAGR10Entry  52 }

  tAGR10Password OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Password'.
                  Field is write-only, GETs will return an empty string."
    ::= { tAGR10Entry  53 }

  tAGR10ConfirmPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm password'.
                  Field is write-only, GETs will return an empty string."
    ::= { tAGR10Entry  54 }

  tAGR10IntSSwitch OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Integrated softswitch'."
    ::= { tAGR10Entry  55 }

  tAGR10MediaGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway name'."
    ::= { tAGR10Entry  56 }

  tAGR10ShadowCfgActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingPorts(1),
                   failedToCreatePorts(2),
                   createdPorts(3),
                   deactivatingPorts(4),
                   failedToDeactivatePorts(5),
                   deactivatedPorts(6),
                   disablingPorts(7),
                   failedToDisablePorts(8),
                   disabledPorts(9),
                   deletingPorts(10),
                   failedToDeletePorts(11),
                   deletedPorts(12),
                   activatingPorts(13),
                   failedToActivatePorts(14),
                   activatedPorts(15),
                   enablingPorts(16),
                   failedToEnablePorts(17),
                   enabledPorts(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action status'."
    ::= { tAGR10Entry  57 }

  tAGR10ShadowCfgActionLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator'."
    ::= { tAGR10Entry  58 }

  tAGR10ShadowCfgActionLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator node'."
    ::= { tAGR10Entry  59 }

  tAGR10ShadowCfgActionLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator MS UID'."
    ::= { tAGR10Entry  60 }

  tAGR10I1ShadowCfgAdaptorNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR10Entry  61 }

  tAGR10I2ShadowCfgAdaptorNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Network Element'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR10Entry  62 }

  tAGR10I3ShadowCfgAdaptorMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR10Entry  63 }

  tAGR10I4ShadowCfgAdaptorCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Controller index'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR10Entry  64 }

  tAGR10I5ShadowCfgAdaptorSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shadow configuration - Adaptor',
                  This field represents index 'Slot number'
                  in referenced type 'BOOAdaptorSE'.
                  This field is not valid at creation time."
    ::= { tAGR10Entry  65 }

  tAGR10ShadowCfgDeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - deactivation mode'."
    DEFVAL       { normal }
    ::= { tAGR10Entry  66 }

  tAGR10ISDNSCTPAssocAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarms'."
    ::= { tAGR10Entry  68 }

  tAGR10ISDNSCTPAssocAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  69 }

  tAGR10ISDNSCTPAssocAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarms'."
    ::= { tAGR10Entry  70 }

  tAGR10ISDNSCTPAssocAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  71 }

  tAGR10CurrRTPPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarms'."
    ::= { tAGR10Entry  72 }

  tAGR10PrevRTPPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  73 }

  tAGR10CurrRTPPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarms'."
    ::= { tAGR10Entry  74 }

  tAGR10PrevRTPPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  75 }

  tAGR10CurrTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarms'."
    ::= { tAGR10Entry  76 }

  tAGR10PrevTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  77 }

  tAGR10CurrTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarms'."
    ::= { tAGR10Entry  78 }

  tAGR10PrevTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR10Entry  79 }

  tAGR10TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { tAGR10Entry  81 }

  tAGR10TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { tAGR10Entry  82 }

  tAGR10TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { tAGR10Entry  83 }

  tAGR10TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { tAGR10Entry  84 }

  tAGR10I1TAGLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR10Entry  85 }

  tAGR10I2TAGLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR10Entry  86 }

  tAGR10I3TAGLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR10Entry  87 }

  tAGR10I4TAGLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR10Entry  88 }

  tAGR10TAGLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location'.
                  This field represents the fixed
                  values that Location
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGR10Entry  89 }

  tAGR10CgstnSysLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - status'."
    ::= { tAGR10Entry  91 }

  tAGR10CgstnSysLoadVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - value'."
    ::= { tAGR10Entry  92 }

  tAGR10CgstnRTPRessStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - status'."
    ::= { tAGR10Entry  93 }

  tAGR10CgstnRTPRessVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - value'."
    ::= { tAGR10Entry  94 }

  tAGR10CgstnRTPRessCombinedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   limitedByGateway(3),
                   limitedByCFSAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined status'."
    ::= { tAGR10Entry  95 }

  tAGR10CgstnRTPRessCombinedVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined value'."
    ::= { tAGR10Entry  96 }

  tAGR10ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   insecure(1),
                   secure(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection security type'."
    DEFVAL       { insecure }
    ::= { tAGR10Entry  97 }

  tAGR10I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR10Entry  98 }

  tAGR10I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR10Entry  99 }

  tAGR10I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR10Entry  100 }

  tAGR10I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR10Entry  101 }

  tAGR10ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGR10Entry  102 }

  tAGR10SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  103 }

  tAGR10SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  104 }

  tAGR10SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  105 }

  tAGR10SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  106 }

  tAGR10SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  107 }

  tAGR10SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  108 }

  tAGR10SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  109 }

  tAGR10SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  110 }

  tAGSDActR10SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  112 }

  tAGSDDefR10SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR10Entry  113 }

  tAGR10SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { tAGR10Entry  114 }

  tAGR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tAGR10Entry  120 }

  tAGR10IPAddrInESAMode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address in ESA mode'."
    ::= { tAGR10Entry  121 }

  tAGR10SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { tAGR10Entry  122 }

  tAGR10SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { tAGR10Entry  123 }

  tAGR10SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { tAGR10Entry  124 }

  tAGR10UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { tAGR10Entry  125 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Gateway'                                         */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  subGR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2345 }

  subGR11Entry OBJECT-TYPE
    SYNTAX       SubGR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGR11NEConn,
             subGR11NetwkElement,
             subGR11CFSIx,
             subGR11GatewayIx }
    ::= {  subGR11Table  1  }

  SubGR11Entry  ::=  SEQUENCE
  {
    subGR11NEConn                      Unsigned32,
    subGR11NetwkElement                DisplayString,
    subGR11CFSIx                       Unsigned32,
    subGR11GatewayIx                   Unsigned32,
    subGR11Desc                        DisplayString,
    subGR11IPAddr                      DisplayString,
    subGR11DomainName                  DisplayString,
    subGR11MediaGatewayIPPort          Unsigned32,
    subGR11CFSIPPort                   Unsigned32,
    subGR11I1MediaGatewayModelNEConn   Unsigned32,
    subGR11I2MediaGatewayModelNetwkElement
                                       DisplayString,
    subGR11I3MediaGatewayModelCFSIx    Unsigned32,
    subGR11I4MediaGatewayModelModelIx  Unsigned32,
    subGR11ProviderStatus              INTEGER,
    subGR11DeactivnMode                INTEGER,
    subGR11AlrmState                   INTEGER,
    subGR11AlrmLogCorr                 Counter64,
    subGR11AlrmEvtsAttnRq              Unsigned32,
    subGR11AlrmEvtsAtndDp              Unsigned32,
    subGR11AlrmStateTimestamp          Unsigned32,
    subGR11AlrmResetTimestamp          Unsigned32,
    subGR11AccDevAlrmsAttnRq           Unsigned32,
    subGR11AccDevAlrmEvtsAttnRq        Unsigned32,
    subGR11AccDevAlrmsAtndDp           Unsigned32,
    subGR11AccDevAlrmEvtsAtndDp        Unsigned32,
    subGR11DiagsAPITraceEnabled        INTEGER,
    subGR11DiagsAPITraceTag            DisplayString,
    subGR11SummaryChldAlrmState        INTEGER,
    subGR11RowStatus                   RowStatus,
    subGR11AdminStatus                 AdminStatus,
    subGR11OperStatus                  OperStatus,
    subGR11ImportCnt                   Integer32,
    subGR11ImportStatus                DisplayString,
    subGR11ImportMode                  INTEGER,
    subGR11ImportFile                  DisplayString,
    subGR11ImportCorr                  Counter64,
    subGR11ImportCorrNode              DisplayString,
    subGR11ImportCorrUID               DisplayString,
    subGR11ExportNumObjectsExported    Integer32,
    subGR11ExportStatus                DisplayString,
    subGR11ExportFile                  DisplayString,
    subGR11ExportCorr                  Counter64,
    subGR11ExportCorrNode              DisplayString,
    subGR11ExportCorrUID               DisplayString,
    subGR11DoExtraActions              INTEGER,
    subGR11AllowMaxConcurrMediaStreams Unsigned32,
    subGR11AllowMaxConcurrHighBandwidthMediaStreams
                                       Unsigned32,
    subGR11CurrNumMediaStreamsInUse    Unsigned32,
    subGR11CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    subGR11CustInfo                    DisplayString,
    subGR11ResolvedIPAddr              DisplayString,
    subGR11UseStaticNATMapping         INTEGER,
    subGR11CustInfo2                   DisplayString,
    subGR11CustInfo3                   DisplayString,
    subGR11CustInfo4                   DisplayString,
    subGR11CustInfo5                   DisplayString,
    subGR11CustInfo6                   DisplayString,
    subGR11AuthenticationReqd          INTEGER,
    subGR11Password                    DisplayString,
    subGR11ConfirmPassword             DisplayString,
    subGR11I1TAGLocationNEConn         Unsigned32,
    subGR11I2TAGLocationNetwkElement   DisplayString,
    subGR11I3TAGLocationCFSIx          Unsigned32,
    subGR11I4TAGLocationLocationIx     Unsigned32,
    subGR11TAGLocationOtherVals        INTEGER,
    subGR11CgstnSysLoadStatus          INTEGER,
    subGR11CgstnSysLoadVal             Unsigned32,
    subGR11CgstnRTPRessStatus          INTEGER,
    subGR11CgstnRTPRessVal             Unsigned32,
    subGR11CgstnRTPRessCombinedStatus  INTEGER,
    subGR11CgstnRTPRessCombinedVal     Unsigned32,
    subGR11I1ESAProtDomNEConn          Unsigned32,
    subGR11I2ESAProtDomNetwkElement    DisplayString,
    subGR11I3ESAProtDomCFSIx           Unsigned32,
    subGR11I4ESAProtDomESAProtDomIx    Unsigned32,
    subGR11ESAProtDomOtherVals         INTEGER,
    subGR11CFSCtrlStatus               INTEGER,
    subGR11I1CMTSNEConn                Unsigned32,
    subGR11I2CMTSNetwkElement          DisplayString,
    subGR11I3CMTSCFSIx                 Unsigned32,
    subGR11I4CMTSCMTSIx                Unsigned32,
    subGR11CMTSOtherVals               INTEGER,
    subGR11SDActI1NetwkNodeNEConn      Unsigned32,
    subGR11SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    subGR11SDActI3NetwkNodeCFSIx       Unsigned32,
    subGR11SDActI4NetwkNodeNodeIx      Unsigned32,
    subGR11SDDefI1NetwkNodeNEConn      Unsigned32,
    subGR11SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    subGR11SDDefI3NetwkNodeCFSIx       Unsigned32,
    subGR11SDDefI4NetwkNodeNodeIx      Unsigned32,
    subGSDActR11SDActNetwkNodeOtherVals
                                       INTEGER,
    subGSDDefR11SDActNetwkNodeOtherVals
                                       INTEGER,
    subGR11SDUseDefNetwkNode           INTEGER,
    subGR11StatisticsAlrms             Integer32,
    subGR11IPAddrInESAMode             DisplayString,
    subGR11I1FaultMonitoringProfEMSIx  Unsigned32,
    subGR11I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    subGR11I3FaultMonitoringProfFMPIx  Integer32,
    subGR11FaultMonitoringProfOtherVals
                                       INTEGER,
    subGR11ApplyFMPToReltdObjectTypes  BITS,
    subGR11AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    subGR11RTPPortName                 DisplayString,
    subGR11SendChooseWildcardWithoutPortName
                                       INTEGER,
    subGR11UseSeparatorCharacterInTermID
                                       INTEGER,
    subGR11SeparatorCharacter          DisplayString,
    subGR11ExportIncASRepData          INTEGER,
    subGR11UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    subGR11ExportChldObjectsToInc      INTEGER
  }

  subGR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGR11Entry  1 }

  subGR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGR11Entry  2 }

  subGR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGR11Entry  3 }

  subGR11GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGR11Entry  4 }

  subGR11Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { subGR11Entry  5 }

  subGR11IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { subGR11Entry  6 }

  subGR11DomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This field is not writable when active."
    ::= { subGR11Entry  7 }

  subGR11MediaGatewayIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway IP port'.
                  This field is not writable when active."
    ::= { subGR11Entry  8 }

  subGR11CFSIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server IP port'.
                  This field is not writable when active."
    ::= { subGR11Entry  9 }

  subGR11I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR11Entry  10 }

  subGR11I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR11Entry  11 }

  subGR11I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR11Entry  12 }

  subGR11I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { subGR11Entry  13 }

  subGR11ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGR11Entry  14 }

  subGR11DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { subGR11Entry  15 }

  subGR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { subGR11Entry  16 }

  subGR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { subGR11Entry  17 }

  subGR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR11Entry  18 }

  subGR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR11Entry  19 }

  subGR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { subGR11Entry  20 }

  subGR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { subGR11Entry  21 }

  subGR11AccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { subGR11Entry  22 }

  subGR11AccDevAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR11Entry  23 }

  subGR11AccDevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { subGR11Entry  24 }

  subGR11AccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGR11Entry  25 }

  subGR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { subGR11Entry  26 }

  subGR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { subGR11Entry  27 }

  subGR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { subGR11Entry  28 }

  subGR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGR11Entry  29 }

  subGR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR11Entry  30 }

  subGR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR11Entry  31 }

  subGR11ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { subGR11Entry  32 }

  subGR11ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { subGR11Entry  33 }

  subGR11ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { subGR11Entry  34 }

  subGR11ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { subGR11Entry  35 }

  subGR11ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { subGR11Entry  36 }

  subGR11ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { subGR11Entry  37 }

  subGR11ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { subGR11Entry  38 }

  subGR11ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGR11Entry  39 }

  subGR11ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGR11Entry  40 }

  subGR11ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGR11Entry  41 }

  subGR11ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGR11Entry  42 }

  subGR11ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { subGR11Entry  43 }

  subGR11ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGR11Entry  44 }

  subGR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2),
                   connectTo(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGR11Entry  45 }

  subGR11AllowMaxConcurrMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent media streams allowed'."
    DEFVAL       { 0 }
    ::= { subGR11Entry  46 }

  subGR11AllowMaxConcurrHighBandwidthMediaStreams OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth media streams allowed'."
    DEFVAL       { 0 }
    ::= { subGR11Entry  47 }

  subGR11CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { subGR11Entry  48 }

  subGR11CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { subGR11Entry  49 }

  subGR11CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { subGR11Entry  50 }

  subGR11ResolvedIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resolved IP address'."
    ::= { subGR11Entry  51 }

  subGR11UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { subGR11Entry  52 }

  subGR11CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { subGR11Entry  53 }

  subGR11CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { subGR11Entry  54 }

  subGR11CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { subGR11Entry  55 }

  subGR11CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { subGR11Entry  56 }

  subGR11CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { subGR11Entry  57 }

  subGR11AuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication required'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { subGR11Entry  58 }

  subGR11Password OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Password'.
                  Field is write-only, GETs will return an empty string."
    ::= { subGR11Entry  59 }

  subGR11ConfirmPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm password'.
                  Field is write-only, GETs will return an empty string."
    ::= { subGR11Entry  60 }

  subGR11I1TAGLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR11Entry  61 }

  subGR11I2TAGLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR11Entry  62 }

  subGR11I3TAGLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR11Entry  63 }

  subGR11I4TAGLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { subGR11Entry  64 }

  subGR11TAGLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR11Entry  65 }

  subGR11CgstnSysLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - status'."
    ::= { subGR11Entry  70 }

  subGR11CgstnSysLoadVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - value'."
    ::= { subGR11Entry  71 }

  subGR11CgstnRTPRessStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - status'."
    ::= { subGR11Entry  72 }

  subGR11CgstnRTPRessVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - value'."
    ::= { subGR11Entry  73 }

  subGR11CgstnRTPRessCombinedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   limitedByGateway(3),
                   limitedByCFSAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined status'."
    ::= { subGR11Entry  74 }

  subGR11CgstnRTPRessCombinedVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined value'."
    ::= { subGR11Entry  75 }

  subGR11I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR11Entry  82 }

  subGR11I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR11Entry  83 }

  subGR11I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR11Entry  84 }

  subGR11I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { subGR11Entry  85 }

  subGR11ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR11Entry  86 }

  subGR11CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { subGR11Entry  87 }

  subGR11I1CMTSNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR11Entry  94 }

  subGR11I2CMTSNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR11Entry  95 }

  subGR11I3CMTSCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR11Entry  96 }

  subGR11I4CMTSCMTSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS',
                  This field represents index 'CMTS index'
                  in referenced type 'BOOCMTSSE'."
    ::= { subGR11Entry  97 }

  subGR11CMTSOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'CMTS'.
                  This field represents the fixed
                  values that CMTS
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR11Entry  98 }

  subGR11SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  99 }

  subGR11SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  100 }

  subGR11SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  101 }

  subGR11SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  102 }

  subGR11SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  103 }

  subGR11SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  104 }

  subGR11SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  105 }

  subGR11SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  106 }

  subGSDActR11SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  108 }

  subGSDDefR11SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { subGR11Entry  109 }

  subGR11SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { subGR11Entry  110 }

  subGR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { subGR11Entry  120 }

  subGR11IPAddrInESAMode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address in ESA mode'."
    ::= { subGR11Entry  121 }

  subGR11I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR11Entry  122 }

  subGR11I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR11Entry  123 }

  subGR11I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { subGR11Entry  124 }

  subGR11FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { subGR11Entry  125 }

  subGR11ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { subGR11Entry  126 }

  subGR11AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { subGR11Entry  127 }

  subGR11RTPPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP port name'.
                  This field is not writable when active."
    ::= { subGR11Entry  128 }

  subGR11SendChooseWildcardWithoutPortName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send choose wildcard without port name'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { subGR11Entry  129 }

  subGR11UseSeparatorCharacterInTermID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use separator character in termination ID'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { subGR11Entry  130 }

  subGR11SeparatorCharacter OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Separator character'.
                  This field is not writable when active."
    DEFVAL       { "/" }
    ::= { subGR11Entry  131 }

  subGR11ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGR11Entry  132 }

  subGR11UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { subGR11Entry  133 }

  subGR11ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGR11Entry  134 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  cfgSIPBindR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2346 }

  cfgSIPBindR17Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR17NEConn,
             cfgSIPBindR17NetwkElement,
             cfgSIPBindR17CFSIx,
             cfgSIPBindR17BindingIx }
    ::= {  cfgSIPBindR17Table  1  }

  CfgSIPBindR17Entry  ::=  SEQUENCE
  {
    cfgSIPBindR17NEConn                Unsigned32,
    cfgSIPBindR17NetwkElement          DisplayString,
    cfgSIPBindR17CFSIx                 Unsigned32,
    cfgSIPBindR17BindingIx             Unsigned32,
    cfgSIPBindR17Name                  DisplayString,
    cfgSIPBindR17CustInfo              DisplayString,
    cfgSIPBindR17CustInfo2             DisplayString,
    cfgSIPBindR17CustInfo3             DisplayString,
    cfgSIPBindR17CustInfo4             DisplayString,
    cfgSIPBindR17CustInfo5             DisplayString,
    cfgSIPBindR17CustInfo6             DisplayString,
    cfgSIPBindR17Usage                 INTEGER,
    cfgSIPBindR17UseDNIdentification   INTEGER,
    cfgSIPBindR17SIPAuthenticationReqd INTEGER,
    cfgSIPBindR17SIPUserName           DisplayString,
    cfgSIPBindR17SIPDomainName         DisplayString,
    cfgSIPBindR17NewSIPPassword        DisplayString,
    cfgSIPBindR17ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR17ContactIPAddr         DisplayString,
    cfgSIPBindR17ContactIPPort         Unsigned32,
    cfgSIPBindR17ProxyIPAddr           DisplayString,
    cfgSIPBindR17ProxyIPPort           Unsigned32,
    cfgSIPBindR17TransportProt         INTEGER,
    cfgSIPBindR17I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR17I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR17I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR17I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR17Trusted               INTEGER,
    cfgSIPBindR17UseStaticNATMapping   INTEGER,
    cfgSIPBindR17MaxCallAppearances    Unsigned32,
    cfgSIPBindR17AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR17ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR17ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR17DeactivnMode          INTEGER,
    cfgSIPBindR17LastCallFailCause     INTEGER,
    cfgSIPBindR17LastCallFailTimestamp Unsigned32,
    cfgSIPBindR17LastCallFailLogCorr   Counter64,
    cfgSIPBindR17DiagsLogLvl           INTEGER,
    cfgSIPBindR17DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR17DiagsAPITraceTag      DisplayString,
    cfgSIPBindR17ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR17ExportStatus          DisplayString,
    cfgSIPBindR17ExportFile            DisplayString,
    cfgSIPBindR17ExportCorr            Counter64,
    cfgSIPBindR17ExportCorrNode        DisplayString,
    cfgSIPBindR17ExportCorrUID         DisplayString,
    cfgSIPBindR17DoExtraActions        INTEGER,
    cfgSIPBindR17RowStatus             RowStatus,
    cfgSIPBindR17AdminStatus           AdminStatus,
    cfgSIPBindR17OperStatus            OperStatus,
    cfgSIPBindR17PollPeerDevice        INTEGER,
    cfgSIPBindR17PollingInterval       Unsigned32,
    cfgSIPBindR17AlrmState             INTEGER,
    cfgSIPBindR17AlrmLogCorr           Counter64,
    cfgSIPBindR17AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR17AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR17AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR17I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR17I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR17I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR17I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR17SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR17SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR17ActHopCnting          INTEGER,
    cfgSIPBindR17SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR17SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR17SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR17SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR17SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR17SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR17SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR17SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR17ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR17SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR17SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR17SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR17SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR17SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR17SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR17SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR17SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR17SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR17SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR17SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR17UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR17PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR17StatisticsAlrms       Integer32,
    cfgSIPBindR17I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR17I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR17I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR17I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR17ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR17CFSCtrlStatus         INTEGER,
    cfgSIPBindR17PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR17MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR17RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR17SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR17IPAddrMatchReqd       INTEGER,
    cfgSIPBindR17VirtualTrnkGpID       DisplayString,
    cfgSIPBindR17VirtualTrnkCxt        DisplayString,
    cfgSIPBindR17SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR17I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR17I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR17I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR17FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR17ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR17AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR17SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR17TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR17I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR17I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR17I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR17SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR17LearnsContactDetails  INTEGER,
    cfgSIPBindR17ContactURI            LongDisplayString,
    cfgSIPBindR17ContactName           LongDisplayString,
    cfgSIPBindR17ContactExpiryTime     Unsigned32,
    cfgSIPBindR17MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR17SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR17UseTrnkRtgTblsToMatchTGID
                                       INTEGER,
    cfgSIPBindR17SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR17SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR17SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR17ContactAddrScheme     INTEGER,
    cfgSIPBindR17ContactDomainName     DisplayString,
    cfgSIPBindR17ProxyAddrScheme       INTEGER,
    cfgSIPBindR17ProxyDomainName       DisplayString,
    cfgSIPBindR17PollCallPaths         INTEGER,
    cfgSIPBindR17SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR17AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR17AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR17PollServRoutes        INTEGER,
    cfgSIPBindR17ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR17SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR17SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR17SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR17SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR17ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR17ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR17ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR17TransparentHeaders    LongDisplayString,
    cfgSIPBindR17OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR17SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR17SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR17SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR17SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR17SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR17UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR17SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR17AutoRecovery          INTEGER,
    cfgSIPBindR17AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR17SigType               INTEGER,
    cfgSIPBindR17ExportIncASRepData    INTEGER,
    cfgSIPBindR17PBXAppServer          INTEGER,
    cfgSIPBindR17NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR17MediaIPAddr           DisplayString,
    cfgSIPBindR17UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR17SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR17SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR17ExportChldObjectsToInc
                                       INTEGER
  }

  cfgSIPBindR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR17Entry  1 }

  cfgSIPBindR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR17Entry  2 }

  cfgSIPBindR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR17Entry  3 }

  cfgSIPBindR17BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR17Entry  4 }

  cfgSIPBindR17Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR17Entry  5 }

  cfgSIPBindR17CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR17Entry  6 }

  cfgSIPBindR17CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR17Entry  7 }

  cfgSIPBindR17CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR17Entry  8 }

  cfgSIPBindR17CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR17Entry  9 }

  cfgSIPBindR17CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR17Entry  10 }

  cfgSIPBindR17CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR17Entry  11 }

  cfgSIPBindR17Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR17Entry  12 }

  cfgSIPBindR17UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  13 }

  cfgSIPBindR17SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  14 }

  cfgSIPBindR17SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR17Entry  15 }

  cfgSIPBindR17SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR17Entry  16 }

  cfgSIPBindR17NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR17Entry  17 }

  cfgSIPBindR17ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR17Entry  18 }

  cfgSIPBindR17ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR17Entry  19 }

  cfgSIPBindR17ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR17Entry  20 }

  cfgSIPBindR17ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR17Entry  21 }

  cfgSIPBindR17ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR17Entry  22 }

  cfgSIPBindR17TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR17Entry  23 }

  cfgSIPBindR17I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR17Entry  24 }

  cfgSIPBindR17I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR17Entry  25 }

  cfgSIPBindR17I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR17Entry  26 }

  cfgSIPBindR17I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR17Entry  27 }

  cfgSIPBindR17Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  28 }

  cfgSIPBindR17UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  29 }

  cfgSIPBindR17MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR17Entry  30 }

  cfgSIPBindR17AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR17Entry  31 }

  cfgSIPBindR17ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR17Entry  32 }

  cfgSIPBindR17ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR17Entry  33 }

  cfgSIPBindR17DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR17Entry  34 }

  cfgSIPBindR17LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR17Entry  35 }

  cfgSIPBindR17LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR17Entry  36 }

  cfgSIPBindR17LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR17Entry  37 }

  cfgSIPBindR17DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR17Entry  38 }

  cfgSIPBindR17DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  39 }

  cfgSIPBindR17DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR17Entry  40 }

  cfgSIPBindR17ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR17Entry  41 }

  cfgSIPBindR17ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR17Entry  42 }

  cfgSIPBindR17ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR17Entry  43 }

  cfgSIPBindR17ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR17Entry  44 }

  cfgSIPBindR17ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR17Entry  45 }

  cfgSIPBindR17ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR17Entry  46 }

  cfgSIPBindR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR17Entry  47 }

  cfgSIPBindR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR17Entry  48 }

  cfgSIPBindR17AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR17Entry  49 }

  cfgSIPBindR17OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR17Entry  50 }

  cfgSIPBindR17PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  56 }

  cfgSIPBindR17PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR17Entry  57 }

  cfgSIPBindR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR17Entry  60 }

  cfgSIPBindR17AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR17Entry  61 }

  cfgSIPBindR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR17Entry  62 }

  cfgSIPBindR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR17Entry  63 }

  cfgSIPBindR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR17Entry  64 }

  cfgSIPBindR17I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR17Entry  65 }

  cfgSIPBindR17I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR17Entry  66 }

  cfgSIPBindR17I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR17Entry  67 }

  cfgSIPBindR17I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR17Entry  68 }

  cfgSIPBindR17SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR17Entry  69 }

  cfgSIPBindR17SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR17Entry  76 }

  cfgSIPBindR17SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  77 }

  cfgSIPBindR17SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  78 }

  cfgSIPBindR17ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  79 }

  cfgSIPBindR17SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  80 }

  cfgSIPBindR17SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR17Entry  81 }

  cfgSIPBindR17SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  82 }

  cfgSIPBindR17SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  83 }

  cfgSIPBindR17SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  84 }

  cfgSIPBindR17SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  85 }

  cfgSIPBindR17SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  86 }

  cfgSIPBindR17SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  87 }

  cfgSIPBindR17SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  88 }

  cfgSIPBindR17SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  89 }

  cfgSIPBindR17SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  90 }

  cfgSIPBindR17SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  91 }

  cfgSIPBindR17SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  92 }

  cfgSIPBindR17SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR17Entry  93 }

  cfgSIPBindR17SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR17Entry  94 }

  cfgSIPBindR17SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  101 }

  cfgSIPBindR17ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  102 }

  cfgSIPBindR17SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  103 }

  cfgSIPBindR17SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  104 }

  cfgSIPBindR17SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  105 }

  cfgSIPBindR17SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  106 }

  cfgSIPBindR17SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  107 }

  cfgSIPBindR17SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  108 }

  cfgSIPBindR17SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  109 }

  cfgSIPBindR17SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  110 }

  cfgSIPBindSDActR17SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  112 }

  cfgSIPBindSDDefR17SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR17Entry  113 }

  cfgSIPBindR17SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  114 }

  cfgSIPBindR17UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR17Entry  120 }

  cfgSIPBindR17PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR17Entry  121 }

  cfgSIPBindR17StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR17Entry  122 }

  cfgSIPBindR17I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR17Entry  123 }

  cfgSIPBindR17I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR17Entry  124 }

  cfgSIPBindR17I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR17Entry  125 }

  cfgSIPBindR17I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR17Entry  126 }

  cfgSIPBindR17ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR17Entry  127 }

  cfgSIPBindR17CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR17Entry  128 }

  cfgSIPBindR17PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  129 }

  cfgSIPBindR17MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR17Entry  130 }

  cfgSIPBindR17RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR17Entry  131 }

  cfgSIPBindR17SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  132 }

  cfgSIPBindR17IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  133 }

  cfgSIPBindR17VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR17Entry  134 }

  cfgSIPBindR17VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR17Entry  135 }

  cfgSIPBindR17SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  136 }

  cfgSIPBindR17I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR17Entry  137 }

  cfgSIPBindR17I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR17Entry  138 }

  cfgSIPBindR17I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR17Entry  139 }

  cfgSIPBindR17FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR17Entry  140 }

  cfgSIPBindR17ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR17Entry  141 }

  cfgSIPBindR17AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  142 }

  cfgSIPBindR17SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR17Entry  143 }

  cfgSIPBindR17TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR17Entry  144 }

  cfgSIPBindR17I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR17Entry  145 }

  cfgSIPBindR17I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR17Entry  146 }

  cfgSIPBindR17I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR17Entry  147 }

  cfgSIPBindR17SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR17Entry  148 }

  cfgSIPBindR17LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  149 }

  cfgSIPBindR17ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR17Entry  150 }

  cfgSIPBindR17ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR17Entry  151 }

  cfgSIPBindR17ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR17Entry  152 }

  cfgSIPBindR17MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR17Entry  153 }

  cfgSIPBindR17SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  154 }

  cfgSIPBindR17UseTrnkRtgTblsToMatchTGID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  155 }

  cfgSIPBindR17SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR17Entry  156 }

  cfgSIPBindR17SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR17Entry  157 }

  cfgSIPBindR17SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  158 }

  cfgSIPBindR17ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR17Entry  159 }

  cfgSIPBindR17ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR17Entry  160 }

  cfgSIPBindR17ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR17Entry  161 }

  cfgSIPBindR17ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR17Entry  162 }

  cfgSIPBindR17PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  163 }

  cfgSIPBindR17SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  164 }

  cfgSIPBindR17AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR17Entry  165 }

  cfgSIPBindR17AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR17Entry  166 }

  cfgSIPBindR17PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  167 }

  cfgSIPBindR17ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR17Entry  168 }

  cfgSIPBindR17SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR17Entry  169 }

  cfgSIPBindR17SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  170 }

  cfgSIPBindR17SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  171 }

  cfgSIPBindR17SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR17Entry  172 }

  cfgSIPBindR17ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR17Entry  173 }

  cfgSIPBindR17ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR17Entry  174 }

  cfgSIPBindR17ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR17Entry  175 }

  cfgSIPBindR17TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR17Entry  176 }

  cfgSIPBindR17OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR17Entry  177 }

  cfgSIPBindR17SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR17Entry  178 }

  cfgSIPBindR17SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  179 }

  cfgSIPBindR17SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR17Entry  180 }

  cfgSIPBindR17SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR17Entry  181 }

  cfgSIPBindR17SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR17Entry  182 }

  cfgSIPBindR17SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR17Entry  183 }

  cfgSIPBindR17SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR17Entry  184 }

  cfgSIPBindR17SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR17Entry  185 }

  cfgSIPBindR17UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  186 }

  cfgSIPBindR17SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR17Entry  187 }

  cfgSIPBindR17AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  188 }

  cfgSIPBindR17AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR17Entry  189 }

  cfgSIPBindR17SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR17Entry  190 }

  cfgSIPBindR17ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR17Entry  191 }

  cfgSIPBindR17PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  192 }

  cfgSIPBindR17NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  193 }

  cfgSIPBindR17MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR17Entry  194 }

  cfgSIPBindR17UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  195 }

  cfgSIPBindR17SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR17Entry  196 }

  cfgSIPBindR17SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR17Entry  197 }

  cfgSIPBindR17ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR17Entry  199 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  sIPR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2347 }

  sIPR13Entry OBJECT-TYPE
    SYNTAX       SIPR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR13NEConn,
             sIPR13NetwkElement,
             sIPR13CFSIx,
             sIPR13SIPIx }
    ::= {  sIPR13Table  1  }

  SIPR13Entry  ::=  SEQUENCE
  {
    sIPR13NEConn                       Unsigned32,
    sIPR13NetwkElement                 DisplayString,
    sIPR13CFSIx                        Unsigned32,
    sIPR13SIPIx                        Unsigned32,
    sIPR13ServerAddrIPv4               DisplayString,
    sIPR13DeactivnMode                 INTEGER,
    sIPR13AlrmState                    INTEGER,
    sIPR13AlrmLogCorr                  Counter64,
    sIPR13AlrmEvtsAttnRq               Integer32,
    sIPR13AlrmStateTimestamp           Unsigned32,
    sIPR13AlrmResetTimestamp           Unsigned32,
    sIPR13RowStatus                    RowStatus,
    sIPR13AdminStatus                  AdminStatus,
    sIPR13OperStatus                   OperStatus,
    sIPR13SIPRetransmitTimerT1         Unsigned32,
    sIPR13ChldAlrmsAtndDp              Unsigned32,
    sIPR13ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR13SummaryChldAlrmState         INTEGER,
    sIPR13ChldAlrmsAttnRq              Unsigned32,
    sIPR13ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR13ChldStatisticsAlrms          Integer32,
    sIPR13SIPTVariant                  INTEGER,
    sIPR13StatisticsAlrms              Integer32,
    sIPR13ServerAddrIPv6               DisplayString,
    sIPR13NetwkElementID               Unsigned32,
    sIPR13FinancialentityID            DisplayString,
    sIPR13InterOprIdentifierIOI        DisplayString,
    sIPR13ServerIdentity               DisplayString,
    sIPR13TransparentProxies           LongDisplayString,
    sIPR13TotChldAlrmsAttnRq           Unsigned32,
    sIPR13TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR13TotChldAlrmsAtndDp           Unsigned32,
    sIPR13TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR13ProdShortSIPHeaderEncodings  INTEGER,
    sIPR13I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR13I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR13I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR13I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR13I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR13DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR13TransitIoi                   DisplayString,
    sIPR13LocalServerPort              INTEGER,
    sIPR13TransitIoiSignificantChars   Unsigned32,
    sIPR13ClusterAddr                  DisplayString,
    sIPR13AllowInboundOverlapSigWithSIPI
                                       INTEGER,
    sIPR13InterDigitTimeout            Unsigned32,
    sIPR13IntnatlScopePlusPrefixedE164FormatDNs
                                       INTEGER,
    sIPR13SupportEnableHistoryInfoAnd181
                                       INTEGER
  }

  sIPR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR13Entry  1 }

  sIPR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR13Entry  2 }

  sIPR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR13Entry  3 }

  sIPR13SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR13Entry  4 }

  sIPR13ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR13Entry  5 }

  sIPR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR13Entry  6 }

  sIPR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR13Entry  7 }

  sIPR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR13Entry  8 }

  sIPR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR13Entry  9 }

  sIPR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR13Entry  10 }

  sIPR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR13Entry  11 }

  sIPR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR13Entry  12 }

  sIPR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR13Entry  13 }

  sIPR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR13Entry  14 }

  sIPR13SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR13Entry  15 }

  sIPR13ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR13Entry  17 }

  sIPR13ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR13Entry  18 }

  sIPR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR13Entry  19 }

  sIPR13ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR13Entry  21 }

  sIPR13ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR13Entry  22 }

  sIPR13ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR13Entry  23 }

  sIPR13SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR13Entry  24 }

  sIPR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR13Entry  25 }

  sIPR13ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR13Entry  26 }

  sIPR13NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR13Entry  27 }

  sIPR13FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR13Entry  28 }

  sIPR13InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR13Entry  30 }

  sIPR13ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR13Entry  37 }

  sIPR13TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR13Entry  39 }

  sIPR13TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR13Entry  40 }

  sIPR13TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR13Entry  41 }

  sIPR13TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR13Entry  42 }

  sIPR13TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR13Entry  43 }

  sIPR13ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR13Entry  44 }

  sIPR13I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR13Entry  45 }

  sIPR13I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR13Entry  46 }

  sIPR13I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR13Entry  47 }

  sIPR13I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR13Entry  48 }

  sIPR13I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR13Entry  49 }

  sIPR13DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR13Entry  50 }

  sIPR13TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR13Entry  51 }

  sIPR13LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR13Entry  52 }

  sIPR13TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR13Entry  53 }

  sIPR13ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR13Entry  54 }

  sIPR13AllowInboundOverlapSigWithSIPI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow inbound overlap signaling with SIP-I'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sIPR13Entry  55 }

  sIPR13InterDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-digit timeout'."
    DEFVAL       { 5000 }
    ::= { sIPR13Entry  56 }

  sIPR13IntnatlScopePlusPrefixedE164FormatDNs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International Scope for plus-prefixed E.164-format DNs'."
    DEFVAL       { true }
    ::= { sIPR13Entry  57 }

  sIPR13SupportEnableHistoryInfoAnd181 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable History-Info and 181 support'."
    DEFVAL       { false }
    ::= { sIPR13Entry  58 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  iSUPRemSigDestR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2348 }

  iSUPRemSigDestR23Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR23NEConn,
             iSUPRemSigDestR23NetwkElement,
             iSUPRemSigDestR23CFSIx,
             iSUPRemSigDestR23ISUPLocalSigDestIx,
             iSUPRemSigDestR23ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR23Table  1  }

  ISUPRemSigDestR23Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR23NEConn            Unsigned32,
    iSUPRemSigDestR23NetwkElement      DisplayString,
    iSUPRemSigDestR23CFSIx             Unsigned32,
    iSUPRemSigDestR23ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR23ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR23I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR23I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR23I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR23I4SigDestDestType INTEGER,
    iSUPRemSigDestR23I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR23ClusterMemberAddr INTEGER,
    iSUPRemSigDestR23ActHopCnting      INTEGER,
    iSUPRemSigDestR23MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR23CLLI              DisplayString,
    iSUPRemSigDestR23ErrHandlingMode   INTEGER,
    iSUPRemSigDestR23ConfusionMsgs     INTEGER,
    iSUPRemSigDestR23DirectIXCConn     INTEGER,
    iSUPRemSigDestR23PeerNetwkType     INTEGER,
    iSUPRemSigDestR23USIParmCodingType INTEGER,
    iSUPRemSigDestR23ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR23JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR23RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR23RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR23OrigCldNumParm    INTEGER,
    iSUPRemSigDestR23AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR23GenericAddrParm   INTEGER,
    iSUPRemSigDestR23GenericNameParm   INTEGER,
    iSUPRemSigDestR23RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR23CIPParm           INTEGER,
    iSUPRemSigDestR23InACCProcessing   INTEGER,
    iSUPRemSigDestR23TNSParm           INTEGER,
    iSUPRemSigDestR23ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR23CgstnStatus       INTEGER,
    iSUPRemSigDestR23AvailStatus       INTEGER,
    iSUPRemSigDestR23DiagsLogLvl       INTEGER,
    iSUPRemSigDestR23DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR23DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR23SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR23DoExtraActions    INTEGER,
    iSUPRemSigDestR23RowStatus         RowStatus,
    iSUPRemSigDestR23AdminStatus       AdminStatus,
    iSUPRemSigDestR23OperStatus        OperStatus,
    iSUPRemSigDestR23AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR23AlrmState         INTEGER,
    iSUPRemSigDestR23AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR23AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR23AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR23AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR23AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR23AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR23AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR23AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR23AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR23DeactivnMode      INTEGER,
    iSUPRemSigDestR23NetwkNum          Unsigned32,
    iSUPRemSigDestR23RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR23ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR23OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR23LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR23MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR23Variant           INTEGER,
    iSUPRemSigDestR23GatewayIx         Unsigned32,
    iSUPRemSigDestR23PartyInfoParm     INTEGER,
    iSUPRemSigDestR23IntnatlExchange   INTEGER,
    iSUPRemSigDestR23ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR23UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR23BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR23StatisticsAlrms   Integer32,
    iSUPRemSigDestR23EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR23M3UADest          Unsigned32,
    iSUPRemSigDestR23CctGpMsgs         INTEGER,
    iSUPRemSigDestR23ConnectedNumParm  INTEGER,
    iSUPRemSigDestR23TransportType     INTEGER,
    iSUPRemSigDestR23SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR23SatelliteLink     INTEGER,
    iSUPRemSigDestR23PropagationDly    Unsigned32,
    iSUPRemSigDestR23GISUPRole         INTEGER,
    iSUPRemSigDestR23RemISUPParms      LongDisplayString,
    iSUPRemSigDestR23SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER,
    iSUPRemSigDestR23SuppRecvNumsFailScreen
                                       INTEGER
  }

  iSUPRemSigDestR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR23Entry  1 }

  iSUPRemSigDestR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR23Entry  2 }

  iSUPRemSigDestR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR23Entry  3 }

  iSUPRemSigDestR23ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR23Entry  4 }

  iSUPRemSigDestR23ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR23Entry  5 }

  iSUPRemSigDestR23I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR23Entry  6 }

  iSUPRemSigDestR23I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR23Entry  7 }

  iSUPRemSigDestR23I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR23Entry  8 }

  iSUPRemSigDestR23I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR23Entry  9 }

  iSUPRemSigDestR23I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR23Entry  10 }

  iSUPRemSigDestR23ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR23Entry  11 }

  iSUPRemSigDestR23ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  12 }

  iSUPRemSigDestR23MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR23Entry  13 }

  iSUPRemSigDestR23CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR23Entry  14 }

  iSUPRemSigDestR23ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR23Entry  15 }

  iSUPRemSigDestR23ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR23Entry  16 }

  iSUPRemSigDestR23DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  17 }

  iSUPRemSigDestR23PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR23Entry  18 }

  iSUPRemSigDestR23USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR23Entry  19 }

  iSUPRemSigDestR23ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  20 }

  iSUPRemSigDestR23JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  21 }

  iSUPRemSigDestR23RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  22 }

  iSUPRemSigDestR23RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  23 }

  iSUPRemSigDestR23OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  24 }

  iSUPRemSigDestR23AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  25 }

  iSUPRemSigDestR23GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  26 }

  iSUPRemSigDestR23GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  27 }

  iSUPRemSigDestR23RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  28 }

  iSUPRemSigDestR23CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  29 }

  iSUPRemSigDestR23InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR23Entry  30 }

  iSUPRemSigDestR23TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  31 }

  iSUPRemSigDestR23ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR23Entry  32 }

  iSUPRemSigDestR23CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR23Entry  33 }

  iSUPRemSigDestR23AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR23Entry  34 }

  iSUPRemSigDestR23DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR23Entry  35 }

  iSUPRemSigDestR23DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  36 }

  iSUPRemSigDestR23DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR23Entry  37 }

  iSUPRemSigDestR23SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR23Entry  38 }

  iSUPRemSigDestR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR23Entry  39 }

  iSUPRemSigDestR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR23Entry  40 }

  iSUPRemSigDestR23AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR23Entry  41 }

  iSUPRemSigDestR23OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR23Entry  42 }

  iSUPRemSigDestR23AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR23Entry  43 }

  iSUPRemSigDestR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR23Entry  44 }

  iSUPRemSigDestR23AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR23Entry  45 }

  iSUPRemSigDestR23AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR23Entry  46 }

  iSUPRemSigDestR23AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR23Entry  47 }

  iSUPRemSigDestR23AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR23Entry  48 }

  iSUPRemSigDestR23AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR23Entry  49 }

  iSUPRemSigDestR23AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR23Entry  50 }

  iSUPRemSigDestR23AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR23Entry  51 }

  iSUPRemSigDestR23AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR23Entry  52 }

  iSUPRemSigDestR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR23Entry  53 }

  iSUPRemSigDestR23DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR23Entry  54 }

  iSUPRemSigDestR23NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR23Entry  55 }

  iSUPRemSigDestR23RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  56 }

  iSUPRemSigDestR23ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  57 }

  iSUPRemSigDestR23OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  58 }

  iSUPRemSigDestR23LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR23Entry  59 }

  iSUPRemSigDestR23MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR23Entry  60 }

  iSUPRemSigDestR23Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR23Entry  61 }

  iSUPRemSigDestR23GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR23Entry  62 }

  iSUPRemSigDestR23PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  63 }

  iSUPRemSigDestR23IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  64 }

  iSUPRemSigDestR23ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR23Entry  65 }

  iSUPRemSigDestR23UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  66 }

  iSUPRemSigDestR23BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  67 }

  iSUPRemSigDestR23StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR23Entry  68 }

  iSUPRemSigDestR23EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  69 }

  iSUPRemSigDestR23M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR23Entry  70 }

  iSUPRemSigDestR23CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR23Entry  71 }

  iSUPRemSigDestR23ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  72 }

  iSUPRemSigDestR23TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR23Entry  73 }

  iSUPRemSigDestR23SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  74 }

  iSUPRemSigDestR23SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  75 }

  iSUPRemSigDestR23PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR23Entry  76 }

  iSUPRemSigDestR23GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR23Entry  77 }

  iSUPRemSigDestR23RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR23Entry  78 }

  iSUPRemSigDestR23SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR23Entry  79 }

  iSUPRemSigDestR23SuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR23Entry  80 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML Application Controls'                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  billXMLAppCtrlR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLAppCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2349 }

  billXMLAppCtrlR2Entry OBJECT-TYPE
    SYNTAX       BillXMLAppCtrlR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLAppCtrlR2NEConn,
             billXMLAppCtrlR2NetwkElement,
             billXMLAppCtrlR2CFSIx }
    ::= {  billXMLAppCtrlR2Table  1  }

  BillXMLAppCtrlR2Entry  ::=  SEQUENCE
  {
    billXMLAppCtrlR2NEConn             Unsigned32,
    billXMLAppCtrlR2NetwkElement       DisplayString,
    billXMLAppCtrlR2CFSIx              Unsigned32,
    billXMLAppCtrlR2PrdXMLBRecsConnectedCalls
                                       INTEGER,
    billXMLAppCtrlR2PrdXMLBRecsUnconnectedCalls
                                       INTEGER,
    billXMLAppCtrlR2PrdXMLBRecsCallServEvts
                                       INTEGER,
    billXMLAppCtrlR2GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR2GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR2GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR2RowStatus          RowStatus,
    billXMLAppCtrlR2IncExtraSIPAndIPParms
                                       INTEGER
  }

  billXMLAppCtrlR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLAppCtrlR2Entry  1 }

  billXMLAppCtrlR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLAppCtrlR2Entry  2 }

  billXMLAppCtrlR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLAppCtrlR2Entry  3 }

  billXMLAppCtrlR2PrdXMLBRecsConnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for connected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR2Entry  4 }

  billXMLAppCtrlR2PrdXMLBRecsUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for unconnected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR2Entry  5 }

  billXMLAppCtrlR2PrdXMLBRecsCallServEvts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for call service events'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR2Entry  6 }

  billXMLAppCtrlR2GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR2Entry  9 }

  billXMLAppCtrlR2GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR2Entry  10 }

  billXMLAppCtrlR2GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR2Entry  11 }

  billXMLAppCtrlR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billXMLAppCtrlR2Entry  12 }

  billXMLAppCtrlR2IncExtraSIPAndIPParms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra SIP and IP parameters'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR2Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Message Services'                                    */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  msgServR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MsgServR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2350 }

  msgServR13Entry OBJECT-TYPE
    SYNTAX       MsgServR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { msgServR13NEConn,
             msgServR13NetwkElement,
             msgServR13CFSIx }
    ::= {  msgServR13Table  1  }

  MsgServR13Entry  ::=  SEQUENCE
  {
    msgServR13NEConn                   Unsigned32,
    msgServR13NetwkElement             DisplayString,
    msgServR13CFSIx                    Unsigned32,
    msgServR13RowStatus                RowStatus,
    msgServR13SupportRemCall           INTEGER,
    msgServR13RemCallEnableCode        DisplayString,
    msgServR13RemCallDisableAllCode    DisplayString,
    msgServR13RemCallDisableOneCode    DisplayString,
    msgServR13RemCallCheckCode         DisplayString,
    msgServR13SupportRegRemCalls       INTEGER,
    msgServR13RegRemCallsEnableCode    DisplayString,
    msgServR13RegRemCallsDisableAllCode
                                       DisplayString,
    msgServR13RegRemCallsDisableOneCode
                                       DisplayString,
    msgServR13RegRemCallsCheckCode     DisplayString,
    msgServR13RemCallNumEngagedRetries Unsigned32,
    msgServR13RemCallRetryInterval     Unsigned32,
    msgServR13SupportVoicemail         INTEGER,
    msgServR13VoicemailAccessCode      DisplayString,
    msgServR13AlrmState                INTEGER,
    msgServR13AlrmLogCorr              Counter64,
    msgServR13AddtlAlrmLogCorr         Counter64,
    msgServR13AlrmEvtsAtndDp           Unsigned32,
    msgServR13AlrmStateTimestamp       Unsigned32,
    msgServR13AlrmResetTimestamp       Unsigned32,
    msgServR13ChldAlrmsAttnRq          Integer32,
    msgServR13ChldAlrmEvtsAttnRq       Integer32,
    msgServR13ChldAlrmsAtndDp          Integer32,
    msgServR13ChldAlrmEvtsAtndDp       Integer32,
    msgServR13SummaryChldAlrmState     INTEGER,
    msgServR13VoicemailInCallXferDly   Unsigned32,
    msgServR13AlrmEvtsAttnRq           Unsigned32,
    msgServR13VoicemailSupportedCallDlvryMethods
                                       BITS,
    msgServR13VoicemailDefCallDlvryMethod
                                       INTEGER,
    msgServR13VoicemailSupportedIndicatorNotifMethods
                                       BITS,
    msgServR13SMDICallDlvryDefNotifMethod
                                       INTEGER,
    msgServR13I1SMDICallDlvryDefVSLineGpNEConn
                                       Unsigned32,
    msgServR13I2SMDICallDlvryDefVSLineGpNetwkElement
                                       DisplayString,
    msgServR13I3SMDICallDlvryDefVSLineGpCFSIx
                                       Unsigned32,
    msgServR13I4SMDICallDlvryDefVSLineGpVSLineGpIx
                                       Unsigned32,
    msgServR13I5SMDICallDlvryDefVSLineGpDirNum
                                       DisplayString,
    msgServR13TDMCallDlvryDefNotifMethod
                                       INTEGER,
    msgServR13TDMCallDlvryDefRetrievalNum
                                       DisplayString,
    msgServR13TDMCallDlvryDefInNum     DisplayString,
    msgServR13SIPCallDlvryDefNotifMethod
                                       INTEGER,
    msgServR13I1SIPCallDlvryDefAppServerNEConn
                                       Unsigned32,
    msgServR13I2SIPCallDlvryDefAppServerNetwkElement
                                       DisplayString,
    msgServR13I3SIPCallDlvryDefAppServerCFSIx
                                       Unsigned32,
    msgServR13I4SIPCallDlvryDefAppServerDirNum
                                       DisplayString,
    msgServR13I1SMDIMsgWtngIndicatorDefSMDILinkNEConn
                                       Unsigned32,
    msgServR13I2SMDIMsgWtngIndicatorDefSMDILinkNetwkElement
                                       DisplayString,
    msgServR13I3SMDIMsgWtngIndicatorDefSMDILinkCFSIx
                                       Unsigned32,
    msgServR13I4SMDIMsgWtngIndicatorDefSMDILinkVoicemailSysLinkIx
                                       Unsigned32,
    msgServR13SMDIMsgWtngIndicatorDefSMDILinkOtherVals
                                       INTEGER,
    msgServR13I1TCAPMWISLHRNEConn      Unsigned32,
    msgServR13I2TCAPMWISLHRNetwkElement
                                       DisplayString,
    msgServR13I3TCAPMWISLHRCFSIx       Unsigned32,
    msgServR13I4TCAPMWISLHRServLogicHostRouteIx
                                       Unsigned32,
    msgServR13TCAPMWISLHROtherVals     INTEGER,
    msgServR13TCAPMsgWtngIndicatorDefAuthorizedIDIndicatorControl
                                       DisplayString,
    msgServR13SubIndicatorIndicatorTypes
                                       BITS,
    msgServR13SubIndicatorVisualIndicatorRefreshInterval
                                       INTEGER,
    msgServR13SubIndicatorIndicatorActivn
                                       BITS,
    msgServR13RemCallsMaxNumRemCalls   Unsigned32,
    msgServR13ChldStatisticsAlrms      Integer32,
    msgServR13TotChldAlrmsAttnRq       Unsigned32,
    msgServR13TotChldAlrmEvtsAttnRq    Unsigned32,
    msgServR13TotChldAlrmsAtndDp       Unsigned32,
    msgServR13TotChldAlrmEvtsAtndDp    Unsigned32,
    msgServR13RemCallsUSB              INTEGER,
    msgServR13VoicemailIndicatorIndicatorTypes
                                       BITS
  }

  msgServR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { msgServR13Entry  1 }

  msgServR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { msgServR13Entry  2 }

  msgServR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { msgServR13Entry  3 }

  msgServR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { msgServR13Entry  4 }

  msgServR13SupportRemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR13Entry  5 }

  msgServR13RemCallEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls - enable code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  6 }

  msgServR13RemCallDisableAllCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - disable all reminders code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  7 }

  msgServR13RemCallDisableOneCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - disable one reminder code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  8 }

  msgServR13RemCallCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls - check code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  9 }

  msgServR13SupportRegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR13Entry  10 }

  msgServR13RegRemCallsEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - enable code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  11 }

  msgServR13RegRemCallsDisableAllCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - disable all reminders code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  12 }

  msgServR13RegRemCallsDisableOneCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - disable one reminder code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  13 }

  msgServR13RegRemCallsCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Regular Reminder Calls - check code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  14 }

  msgServR13RemCallNumEngagedRetries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - number of retries'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { msgServR13Entry  15 }

  msgServR13RemCallRetryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - retry interval'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { msgServR13Entry  16 }

  msgServR13SupportVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { msgServR13Entry  17 }

  msgServR13VoicemailAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail - access code'.
                  This field is not writable when active."
    ::= { msgServR13Entry  29 }

  msgServR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { msgServR13Entry  30 }

  msgServR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { msgServR13Entry  31 }

  msgServR13AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { msgServR13Entry  32 }

  msgServR13AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR13Entry  33 }

  msgServR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { msgServR13Entry  34 }

  msgServR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { msgServR13Entry  35 }

  msgServR13ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { msgServR13Entry  36 }

  msgServR13ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR13Entry  37 }

  msgServR13ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { msgServR13Entry  38 }

  msgServR13ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR13Entry  39 }

  msgServR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { msgServR13Entry  40 }

  msgServR13VoicemailInCallXferDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..60 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - incoming call transfer delay'.
                  This field is not writable when active."
    DEFVAL       { 36 }
    ::= { msgServR13Entry  41 }

  msgServR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { msgServR13Entry  49 }

  msgServR13VoicemailSupportedCallDlvryMethods OBJECT-TYPE
    SYNTAX       BITS {
                   sMDI(0),
                   tDM(1),
                   sIP(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - supported call delivery methods'.
                  This field is not writable when active."
    ::= { msgServR13Entry  54 }

  msgServR13VoicemailDefCallDlvryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tDM(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - Default call delivery method'.
                  This field is not writable when active."
    ::= { msgServR13Entry  55 }

  msgServR13VoicemailSupportedIndicatorNotifMethods OBJECT-TYPE
    SYNTAX       BITS {
                   sMDI(0),
                   tCAP(1),
                   sIP(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail - supported indicator notification methods'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { msgServR13Entry  56 }

  msgServR13SMDICallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SMDI Call Delivery - Default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR13Entry  57 }

  msgServR13I1SMDICallDlvryDefVSLineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR13Entry  58 }

  msgServR13I2SMDICallDlvryDefVSLineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR13Entry  59 }

  msgServR13I3SMDICallDlvryDefVSLineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR13Entry  60 }

  msgServR13I4SMDICallDlvryDefVSLineGpVSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Voicemail System Line Group Index'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR13Entry  61 }

  msgServR13I5SMDICallDlvryDefVSLineGpDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Call Delivery - default Voicemail System Line Group',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOVoicemailSystemLineGroupSE'."
    ::= { msgServR13Entry  62 }

  msgServR13TDMCallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - Default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR13Entry  63 }

  msgServR13TDMCallDlvryDefRetrievalNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - default retrieval number'.
                  This field is not writable when active."
    ::= { msgServR13Entry  64 }

  msgServR13TDMCallDlvryDefInNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Call Delivery - default incoming number'.
                  This field is not writable when active."
    ::= { msgServR13Entry  65 }

  msgServR13SIPCallDlvryDefNotifMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   sMDI(1),
                   tCAP(2),
                   sIP(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP Call Delivery - default indicator notification method'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { msgServR13Entry  66 }

  msgServR13I1SIPCallDlvryDefAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR13Entry  67 }

  msgServR13I2SIPCallDlvryDefAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR13Entry  68 }

  msgServR13I3SIPCallDlvryDefAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR13Entry  69 }

  msgServR13I4SIPCallDlvryDefAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SIP Call Delivery - default Application Server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { msgServR13Entry  70 }

  msgServR13I1SMDIMsgWtngIndicatorDefSMDILinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR13Entry  71 }

  msgServR13I2SMDIMsgWtngIndicatorDefSMDILinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR13Entry  72 }

  msgServR13I3SMDIMsgWtngIndicatorDefSMDILinkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR13Entry  73 }

  msgServR13I4SMDIMsgWtngIndicatorDefSMDILinkVoicemailSysLinkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link',
                  This field represents index
                  'Link index'
                  in referenced type 'BOOVoicemailSystemLinkSE'."
    ::= { msgServR13Entry  74 }

  msgServR13SMDIMsgWtngIndicatorDefSMDILinkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'SMDI Message Waiting Indicator - Default SMDI Link'.
                  This field represents the fixed
                  values that SMDI Message Waiting Indicator - Default SMDI Link
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { msgServR13Entry  75 }

  msgServR13I1TCAPMWISLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR13Entry  76 }

  msgServR13I2TCAPMWISLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR13Entry  77 }

  msgServR13I3TCAPMWISLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR13Entry  78 }

  msgServR13I4TCAPMWISLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { msgServR13Entry  79 }

  msgServR13TCAPMWISLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'TCAP Message Waiting Indicator - Service Logic Host Route'.
                  This field represents the fixed
                  values that TCAP Message Waiting Indicator - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { msgServR13Entry  80 }

  msgServR13TCAPMsgWtngIndicatorDefAuthorizedIDIndicatorControl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP Message Waiting Indicator - default authorized ID for indicator control'.
                  This field is not writable when active."
    ::= { msgServR13Entry  81 }

  msgServR13SubIndicatorIndicatorTypes OBJECT-TYPE
    SYNTAX       BITS {
                   audible(0),
                   visual(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - indicator types'.
                  This field is not writable when active."
    ::= { msgServR13Entry  86 }

  msgServR13SubIndicatorVisualIndicatorRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(1),
                   fifteen(2),
                   thirty(3),
                   fortyFive(4),
                   sixty(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - visual indicator refresh interval'.
                  This field is not writable when active."
    DEFVAL       { thirty }
    ::= { msgServR13Entry  87 }

  msgServR13SubIndicatorIndicatorActivn OBJECT-TYPE
    SYNTAX       BITS {
                   softwareRestart(0),
                   softwareProtectionSwitch(1),
                   messageServicesActivation(2),
                   messageCenterLinkActivation(3),
                   messageCenterLinkRecovery(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Indicator - indicator activation'."
    DEFVAL       { {} }
    ::= { msgServR13Entry  88 }

  msgServR13RemCallsMaxNumRemCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '(Regular) Reminder Calls - maximum number of reminder calls'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { msgServR13Entry  120 }

  msgServR13ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { msgServR13Entry  121 }

  msgServR13TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { msgServR13Entry  122 }

  msgServR13TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { msgServR13Entry  123 }

  msgServR13TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { msgServR13Entry  124 }

  msgServR13TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { msgServR13Entry  125 }

  msgServR13RemCallsUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   answered(1),
                   all(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Reminder Calls - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { never }
    ::= { msgServR13Entry  126 }

  msgServR13VoicemailIndicatorIndicatorTypes OBJECT-TYPE
    SYNTAX       BITS {
                   audible(0),
                   visual(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Voicemail Indicator - indicator types'.
                  This field is not writable when active."
    ::= { msgServR13Entry  127 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2351 }

  rPSAttrEntryR28Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR28NEConn,
             rPSAttrEntryR28NetwkElement,
             rPSAttrEntryR28CFSIx,
             rPSAttrEntryR28CfgSetIx,
             rPSAttrEntryR28AttrSetIx,
             rPSAttrEntryR28AttrEntryIx }
    ::= {  rPSAttrEntryR28Table  1  }

  RPSAttrEntryR28Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR28NEConn              Unsigned32,
    rPSAttrEntryR28NetwkElement        DisplayString,
    rPSAttrEntryR28CFSIx               Unsigned32,
    rPSAttrEntryR28CfgSetIx            Unsigned32,
    rPSAttrEntryR28AttrSetIx           Unsigned32,
    rPSAttrEntryR28AttrEntryIx         Unsigned32,
    rPSAttrEntryR28AttrType            INTEGER,
    rPSAttrEntryR28AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR28AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR28AttrValCldAddrScope INTEGER,
    rPSAttrEntryR28AttrValCldAddrType  INTEGER,
    rPSAttrEntryR28AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR28AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR28AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR28AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR28AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR28AttrValOprCall      INTEGER,
    rPSAttrEntryR28AttrValPriorityCall INTEGER,
    rPSAttrEntryR28AttrValRegionCode   Unsigned32,
    rPSAttrEntryR28AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR28AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR28AttrValRtgControlUK INTEGER,
    rPSAttrEntryR28AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR28AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR28AttrValTestCall     INTEGER,
    rPSAttrEntryR28AttrValAnnounceID   INTEGER,
    rPSAttrEntryR28AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR28AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR28AttrValTransitNetID Unsigned32,
    rPSAttrEntryR28AttrValUSCallType   INTEGER,
    rPSAttrEntryR28AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR28AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR28AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR28AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR28AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR28AttrValUSCarrType   INTEGER,
    rPSAttrEntryR28AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR28AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR28AttrValClgCategory  INTEGER,
    rPSAttrEntryR28RowStatus           RowStatus,
    rPSAttrEntryR28AttrValUKCallType   INTEGER,
    rPSAttrEntryR28AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR28I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR28I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR28I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR28I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR28AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR28AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR28AttrValUSLATA       Unsigned32,
    rPSAttrEntryR28AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR28AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR28AttrValUsrDef       Unsigned32,
    rPSAttrEntryR28AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR28AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR28AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR28AttrValBillCallType INTEGER,
    rPSAttrEntryR28AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR28AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR28AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR28AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR28AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR28AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR28T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR28T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR28T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR28AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR28I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR28I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR28I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR28I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR28AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR28AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR28I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR28I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR28I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR28I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR28AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR28AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR28AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR28AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR28AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR28AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR28AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR28AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR28AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR28AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR28AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR28AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR28AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR28AttrValOTGpID       INTEGER,
    rPSAttrEntryR28AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR28AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR28AttrValDTGpID       INTEGER,
    rPSAttrEntryR28AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR28AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR28AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR28AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR28T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR28T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR28T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR28AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR28AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR28AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR28AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR28AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR28AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR28AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR28AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR28AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR28AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR28AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR28ClgAddrScope        INTEGER,
    rPSAttrEntryR28AttrValHighRiskCall INTEGER,
    rPSAttrEntryR28RtgPolicyNum        Unsigned32,
    rPSAttrEntryR28RtgPolicy           LongDisplayString,
    rPSAttrEntryR28AttrValLCC          INTEGER,
    rPSAttrEntryR28AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR28AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR28AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR28AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR28AttrValScreenInd    INTEGER,
    rPSAttrEntryR28AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR28AttrValPresNumScope INTEGER
  }

  rPSAttrEntryR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR28Entry  1 }

  rPSAttrEntryR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR28Entry  2 }

  rPSAttrEntryR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR28Entry  3 }

  rPSAttrEntryR28CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR28Entry  4 }

  rPSAttrEntryR28AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR28Entry  5 }

  rPSAttrEntryR28AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR28Entry  6 }

  rPSAttrEntryR28AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR28Entry  7 }

  rPSAttrEntryR28AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  8 }

  rPSAttrEntryR28AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  9 }

  rPSAttrEntryR28AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  10 }

  rPSAttrEntryR28AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR28Entry  11 }

  rPSAttrEntryR28AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  12 }

  rPSAttrEntryR28AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  13 }

  rPSAttrEntryR28AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  14 }

  rPSAttrEntryR28AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR28Entry  15 }

  rPSAttrEntryR28AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  16 }

  rPSAttrEntryR28AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  17 }

  rPSAttrEntryR28AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  18 }

  rPSAttrEntryR28AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  19 }

  rPSAttrEntryR28AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR28Entry  20 }

  rPSAttrEntryR28AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  21 }

  rPSAttrEntryR28AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR28Entry  22 }

  rPSAttrEntryR28AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  23 }

  rPSAttrEntryR28AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  24 }

  rPSAttrEntryR28AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  25 }

  rPSAttrEntryR28AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR28Entry  26 }

  rPSAttrEntryR28AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR28Entry  27 }

  rPSAttrEntryR28AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR28Entry  28 }

  rPSAttrEntryR28AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  29 }

  rPSAttrEntryR28AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  30 }

  rPSAttrEntryR28AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  31 }

  rPSAttrEntryR28AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR28Entry  32 }

  rPSAttrEntryR28AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR28Entry  33 }

  rPSAttrEntryR28AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR28Entry  34 }

  rPSAttrEntryR28AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR28Entry  35 }

  rPSAttrEntryR28AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  36 }

  rPSAttrEntryR28AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  37 }

  rPSAttrEntryR28AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  38 }

  rPSAttrEntryR28AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR28Entry  39 }

  rPSAttrEntryR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR28Entry  40 }

  rPSAttrEntryR28AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  41 }

  rPSAttrEntryR28AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR28Entry  42 }

  rPSAttrEntryR28I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR28Entry  43 }

  rPSAttrEntryR28I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR28Entry  44 }

  rPSAttrEntryR28I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR28Entry  45 }

  rPSAttrEntryR28I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR28Entry  46 }

  rPSAttrEntryR28AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR28Entry  47 }

  rPSAttrEntryR28AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR28Entry  48 }

  rPSAttrEntryR28AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  49 }

  rPSAttrEntryR28AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR28Entry  50 }

  rPSAttrEntryR28AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  51 }

  rPSAttrEntryR28AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR28Entry  52 }

  rPSAttrEntryR28AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  53 }

  rPSAttrEntryR28AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR28Entry  54 }

  rPSAttrEntryR28AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR28Entry  55 }

  rPSAttrEntryR28AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR28Entry  56 }

  rPSAttrEntryR28AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR28Entry  57 }

  rPSAttrEntryR28AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  58 }

  rPSAttrEntryR28AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  59 }

  rPSAttrEntryR28AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR28Entry  60 }

  rPSAttrEntryR28AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR28Entry  61 }

  rPSAttrEntryR28AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR28Entry  62 }

  rPSAttrEntryR28T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR28Entry  63 }

  rPSAttrEntryR28T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR28Entry  64 }

  rPSAttrEntryR28T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR28Entry  65 }

  rPSAttrEntryR28AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR28Entry  66 }

  rPSAttrEntryR28I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR28Entry  67 }

  rPSAttrEntryR28I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR28Entry  68 }

  rPSAttrEntryR28I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR28Entry  69 }

  rPSAttrEntryR28I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR28Entry  70 }

  rPSAttrEntryR28AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR28Entry  71 }

  rPSAttrEntryR28AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR28Entry  72 }

  rPSAttrEntryR28I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR28Entry  73 }

  rPSAttrEntryR28I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR28Entry  74 }

  rPSAttrEntryR28I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR28Entry  75 }

  rPSAttrEntryR28I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR28Entry  76 }

  rPSAttrEntryR28AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR28Entry  77 }

  rPSAttrEntryR28AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR28Entry  78 }

  rPSAttrEntryR28AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR28Entry  79 }

  rPSAttrEntryR28AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR28Entry  80 }

  rPSAttrEntryR28AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR28Entry  81 }

  rPSAttrEntryR28AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR28Entry  82 }

  rPSAttrEntryR28AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR28Entry  83 }

  rPSAttrEntryR28AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR28Entry  84 }

  rPSAttrEntryR28AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR28Entry  85 }

  rPSAttrEntryR28AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR28Entry  86 }

  rPSAttrEntryR28AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR28Entry  88 }

  rPSAttrEntryR28AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR28Entry  89 }

  rPSAttrEntryR28AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR28Entry  90 }

  rPSAttrEntryR28AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR28Entry  91 }

  rPSAttrEntryR28AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR28Entry  92 }

  rPSAttrEntryR28AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR28Entry  93 }

  rPSAttrEntryR28AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR28Entry  94 }

  rPSAttrEntryR28AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR28Entry  95 }

  rPSAttrEntryR28AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR28Entry  96 }

  rPSAttrEntryR28AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR28Entry  97 }

  rPSAttrEntryR28AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR28Entry  98 }

  rPSAttrEntryR28T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR28Entry  99 }

  rPSAttrEntryR28T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR28Entry  100 }

  rPSAttrEntryR28T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR28Entry  101 }

  rPSAttrEntryR28AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  102 }

  rPSAttrEntryR28AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR28Entry  103 }

  rPSAttrEntryR28AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  104 }

  rPSAttrEntryR28AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR28Entry  105 }

  rPSAttrEntryR28AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  106 }

  rPSAttrEntryR28AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  107 }

  rPSAttrEntryR28AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  108 }

  rPSAttrEntryR28AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  109 }

  rPSAttrEntryR28AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  110 }

  rPSAttrEntryR28AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  111 }

  rPSAttrEntryR28AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR28Entry  112 }

  rPSAttrEntryR28ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  113 }

  rPSAttrEntryR28AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR28Entry  114 }

  rPSAttrEntryR28RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR28Entry  115 }

  rPSAttrEntryR28RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR28Entry  116 }

  rPSAttrEntryR28AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR28Entry  117 }

  rPSAttrEntryR28AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  118 }

  rPSAttrEntryR28AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR28Entry  119 }

  rPSAttrEntryR28AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR28Entry  120 }

  rPSAttrEntryR28AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR28Entry  121 }

  rPSAttrEntryR28AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR28Entry  122 }

  rPSAttrEntryR28AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR28Entry  123 }

  rPSAttrEntryR28AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR28Entry  124 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  rPSNVEntryR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2352 }

  rPSNVEntryR23Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR23NEConn,
             rPSNVEntryR23NetwkElement,
             rPSNVEntryR23CFSIx,
             rPSNVEntryR23CfgSetIx,
             rPSNVEntryR23NumVldnTblIx,
             rPSNVEntryR23NumVldnEntryIx }
    ::= {  rPSNVEntryR23Table  1  }

  RPSNVEntryR23Entry  ::=  SEQUENCE
  {
    rPSNVEntryR23NEConn                Unsigned32,
    rPSNVEntryR23NetwkElement          DisplayString,
    rPSNVEntryR23CFSIx                 Unsigned32,
    rPSNVEntryR23CfgSetIx              Unsigned32,
    rPSNVEntryR23NumVldnTblIx          Unsigned32,
    rPSNVEntryR23NumVldnEntryIx        Unsigned32,
    rPSNVEntryR23NumVldnEntryName      DisplayString,
    rPSNVEntryR23Num                   DisplayString,
    rPSNVEntryR23MinMatchLen           Unsigned32,
    rPSNVEntryR23I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR23I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR23I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR23I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR23I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR23RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR23RowStatus             RowStatus,
    rPSNVEntryR23EditAction            DisplayString,
    rPSNVEntryR23BillType              INTEGER,
    rPSNVEntryR23CldAddrComplete       INTEGER,
    rPSNVEntryR23CldAddrScope          INTEGER,
    rPSNVEntryR23FgdPrefixDialed       INTEGER,
    rPSNVEntryR23OprCall               INTEGER,
    rPSNVEntryR23I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR23I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR23I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR23I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR23I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR23MatchAction           INTEGER,
    rPSNVEntryR23MatchCIP              INTEGER,
    rPSNVEntryR23AttrValCIP            INTEGER,
    rPSNVEntryR23MatchLCC1             INTEGER,
    rPSNVEntryR23LCC1                  Unsigned32,
    rPSNVEntryR23MatchLCC2             INTEGER,
    rPSNVEntryR23LCC2                  Unsigned32,
    rPSNVEntryR23MatchLCC3             INTEGER,
    rPSNVEntryR23LCC3                  Unsigned32,
    rPSNVEntryR23MatchLCC4             INTEGER,
    rPSNVEntryR23LCC4                  Unsigned32,
    rPSNVEntryR23MatchLCC5             INTEGER,
    rPSNVEntryR23LCC5                  Unsigned32,
    rPSNVEntryR23UseNumMainBillRec     INTEGER,
    rPSNVEntryR23MatchBillType         INTEGER,
    rPSNVEntryR23MatchCldAddrComplete  INTEGER,
    rPSNVEntryR23MatchCldAddrScope     INTEGER,
    rPSNVEntryR23MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR23MatchOprCall          INTEGER,
    rPSNVEntryR23MatchSubGp            INTEGER,
    rPSNVEntryR23MatchANIIIDigits      INTEGER,
    rPSNVEntryR23ANIIIDigits           Unsigned32,
    rPSNVEntryR23MatchUSCallType       INTEGER,
    rPSNVEntryR23USCallType            INTEGER,
    rPSNVEntryR23MatchUKCallType       INTEGER,
    rPSNVEntryR23UKCallType            INTEGER,
    rPSNVEntryR23MatchDialedPrefix     INTEGER,
    rPSNVEntryR23DialedPrefix          INTEGER,
    rPSNVEntryR23MatchDialingPattn     INTEGER,
    rPSNVEntryR23DialingPattn          INTEGER,
    rPSNVEntryR23MatchUsrDef1          INTEGER,
    rPSNVEntryR23UsrDef1               Unsigned32,
    rPSNVEntryR23MatchUsrDef2          INTEGER,
    rPSNVEntryR23UsrDef2               Unsigned32,
    rPSNVEntryR23MatchUsrDef3          INTEGER,
    rPSNVEntryR23UsrDef3               Unsigned32,
    rPSNVEntryR23AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR23T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR23T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR23T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR23T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR23T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR23AVInMedChMatch        INTEGER,
    rPSNVEntryR23T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR23T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR23T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR23T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR23T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR23T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR23AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR23AVInMedSigStack       INTEGER,
    rPSNVEntryR23AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR23AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR23T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR23T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR23T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR23T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR23T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR23T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR23T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR23T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR23T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR23T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR23T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR23T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR23T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR23T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR23T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR23T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR23T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR23T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR23T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR23T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR23T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR23I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR23I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR23I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR23I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR23AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR23AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR23AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR23AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR23AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR23AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR23AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR23TransitNetwkID        Unsigned32,
    rPSNVEntryR23I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR23I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR23I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR23I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR23T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR23T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR23T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR23AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR23AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR23NumActCallPartyNumAct DisplayString,
    rPSNVEntryR23NumActChargeNumAct    DisplayString,
    rPSNVEntryR23MatchUsrDef4          INTEGER,
    rPSNVEntryR23UsrDef4               Unsigned32,
    rPSNVEntryR23MatchUsrDef5          INTEGER,
    rPSNVEntryR23UsrDef5               Unsigned32,
    rPSNVEntryR23MatchUsrDef6          INTEGER,
    rPSNVEntryR23UsrDef6               Unsigned32,
    rPSNVEntryR23MatchUsrDef7          INTEGER,
    rPSNVEntryR23UsrDef7               Unsigned32,
    rPSNVEntryR23MatchUsrDef8          INTEGER,
    rPSNVEntryR23UsrDef8               Unsigned32,
    rPSNVEntryR23MatchUsrDef9          INTEGER,
    rPSNVEntryR23UsrDef9               Unsigned32,
    rPSNVEntryR23MatchUsrDef10         INTEGER,
    rPSNVEntryR23UsrDef10              Unsigned32,
    rPSNVEntryR23MatchUsrDef11         INTEGER,
    rPSNVEntryR23UsrDef11              Unsigned32,
    rPSNVEntryR23MatchUsrDef12         INTEGER,
    rPSNVEntryR23UsrDef12              Unsigned32,
    rPSNVEntryR23MatchUsrDef13         INTEGER,
    rPSNVEntryR23UsrDef13              Unsigned32,
    rPSNVEntryR23MatchUsrDef14         INTEGER,
    rPSNVEntryR23UsrDef14              Unsigned32,
    rPSNVEntryR23MatchUsrDef15         INTEGER,
    rPSNVEntryR23UsrDef15              Unsigned32,
    rPSNVEntryR23MatchUsrDef16         INTEGER,
    rPSNVEntryR23UsrDef16              Unsigned32,
    rPSNVEntryR23MatchUsrDef17         INTEGER,
    rPSNVEntryR23UsrDef17              Unsigned32,
    rPSNVEntryR23MatchUsrDef18         INTEGER,
    rPSNVEntryR23UsrDef18              Unsigned32,
    rPSNVEntryR23MatchUsrDef19         INTEGER,
    rPSNVEntryR23UsrDef19              Unsigned32,
    rPSNVEntryR23MatchUsrDef20         INTEGER,
    rPSNVEntryR23UsrDef20              Unsigned32,
    rPSNVEntryR23AttrValLCC6Match      INTEGER,
    rPSNVEntryR23AttrValLCC6           Unsigned32,
    rPSNVEntryR23AttrValLCC7Match      INTEGER,
    rPSNVEntryR23AttrValLCC7           Unsigned32,
    rPSNVEntryR23AttrValLCC8Match      INTEGER,
    rPSNVEntryR23AttrValLCC8           Unsigned32,
    rPSNVEntryR23AttrValLCC9Match      INTEGER,
    rPSNVEntryR23AttrValLCC9           Unsigned32,
    rPSNVEntryR23AttrValLCC10Match     INTEGER,
    rPSNVEntryR23AttrValLCC10          Unsigned32,
    rPSNVEntryR23AttrValLCC11Match     INTEGER,
    rPSNVEntryR23AttrValLCC11          Unsigned32,
    rPSNVEntryR23AttrValLCC12Match     INTEGER,
    rPSNVEntryR23AttrValLCC12          Unsigned32,
    rPSNVEntryR23AttrValLCC13Match     INTEGER,
    rPSNVEntryR23AttrValLCC13          Unsigned32,
    rPSNVEntryR23AttrValLCC14Match     INTEGER,
    rPSNVEntryR23AttrValLCC14          Unsigned32,
    rPSNVEntryR23AttrValLCC15Match     INTEGER,
    rPSNVEntryR23AttrValLCC15          Unsigned32,
    rPSNVEntryR23AttrValLCC16Match     INTEGER,
    rPSNVEntryR23AttrValLCC16          Unsigned32,
    rPSNVEntryR23AttrValLCC17Match     INTEGER,
    rPSNVEntryR23AttrValLCC17          Unsigned32,
    rPSNVEntryR23AttrValLCC18Match     INTEGER,
    rPSNVEntryR23AttrValLCC18          Unsigned32,
    rPSNVEntryR23AttrValLCC19Match     INTEGER,
    rPSNVEntryR23AttrValLCC19          Unsigned32,
    rPSNVEntryR23AttrValLCC20Match     INTEGER,
    rPSNVEntryR23AttrValLCC20          Unsigned32,
    rPSNVEntryR23AttrValESAStatusMatch INTEGER,
    rPSNVEntryR23I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR23I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR23I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR23I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR23AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR23AVBearerCapability    BITS,
    rPSNVEntryR23RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR23RedirectionReason     INTEGER,
    rPSNVEntryR23AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR23AttrValValidFromHr    Unsigned32,
    rPSNVEntryR23AttrValValidFromMin   Unsigned32,
    rPSNVEntryR23AttrValValidToHr      Unsigned32,
    rPSNVEntryR23AttrValValidToMin     Unsigned32,
    rPSNVEntryR23AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR23AttrValDayWeek        BITS,
    rPSNVEntryR23AttrValDateRangeMatch INTEGER,
    rPSNVEntryR23AttrValValidFromYear  Unsigned32,
    rPSNVEntryR23AttrValValidFromMonth Unsigned32,
    rPSNVEntryR23AttrValValidFromDate  Unsigned32,
    rPSNVEntryR23AttrValValidUntilYear Unsigned32,
    rPSNVEntryR23AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR23AttrValValidUntilDate Unsigned32,
    rPSNVEntryR23AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR23AttrValDialedBySub    INTEGER,
    rPSNVEntryR23AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR23AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR23AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR23AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR23AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR23AttrValISwIBGCall     INTEGER,
    rPSNVEntryR23UseNumAddBill         INTEGER,
    rPSNVEntryR23AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR23AttrValOTGpID         DisplayString,
    rPSNVEntryR23AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR23AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR23AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR23AttrValDTGpID         DisplayString,
    rPSNVEntryR23AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR23AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR23NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR23NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR23T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR23T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR23T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR23AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR23AttrValClgPrtCtgry    BITS,
    rPSNVEntryR23AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR23AttrValIsupPrefs      BITS,
    rPSNVEntryR23AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR23AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR23AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR23AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR23AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR23AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR23AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR23AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR23AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR23AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR23AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR23AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR23AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR23AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR23AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR23AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR23ClgAddrScope          INTEGER,
    rPSNVEntryR23AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR23AttrValSiteMatch      INTEGER,
    rPSNVEntryR23I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR23NumActionSignaledCIDAction
                                       DisplayString,
    rPSNVEntryR23NumActionPresNumActionUKOnly
                                       DisplayString
  }

  rPSNVEntryR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR23Entry  1 }

  rPSNVEntryR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR23Entry  2 }

  rPSNVEntryR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR23Entry  3 }

  rPSNVEntryR23CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR23Entry  4 }

  rPSNVEntryR23NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR23Entry  5 }

  rPSNVEntryR23NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR23Entry  6 }

  rPSNVEntryR23NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR23Entry  7 }

  rPSNVEntryR23Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR23Entry  8 }

  rPSNVEntryR23MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  9 }

  rPSNVEntryR23I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR23Entry  10 }

  rPSNVEntryR23I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR23Entry  11 }

  rPSNVEntryR23I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR23Entry  12 }

  rPSNVEntryR23I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR23Entry  13 }

  rPSNVEntryR23I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR23Entry  14 }

  rPSNVEntryR23RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR23Entry  15 }

  rPSNVEntryR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR23Entry  16 }

  rPSNVEntryR23EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR23Entry  17 }

  rPSNVEntryR23BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR23Entry  18 }

  rPSNVEntryR23CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR23Entry  19 }

  rPSNVEntryR23CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR23Entry  20 }

  rPSNVEntryR23FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR23Entry  21 }

  rPSNVEntryR23OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR23Entry  22 }

  rPSNVEntryR23I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR23Entry  28 }

  rPSNVEntryR23I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR23Entry  29 }

  rPSNVEntryR23I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR23Entry  30 }

  rPSNVEntryR23I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR23Entry  31 }

  rPSNVEntryR23I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR23Entry  32 }

  rPSNVEntryR23MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR23Entry  33 }

  rPSNVEntryR23MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  34 }

  rPSNVEntryR23AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  35 }

  rPSNVEntryR23MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  49 }

  rPSNVEntryR23LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR23Entry  50 }

  rPSNVEntryR23MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  51 }

  rPSNVEntryR23LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR23Entry  52 }

  rPSNVEntryR23MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  53 }

  rPSNVEntryR23LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR23Entry  54 }

  rPSNVEntryR23MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  55 }

  rPSNVEntryR23LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR23Entry  56 }

  rPSNVEntryR23MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  57 }

  rPSNVEntryR23LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR23Entry  58 }

  rPSNVEntryR23UseNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR23Entry  59 }

  rPSNVEntryR23MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  60 }

  rPSNVEntryR23MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  61 }

  rPSNVEntryR23MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  62 }

  rPSNVEntryR23MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  63 }

  rPSNVEntryR23MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  64 }

  rPSNVEntryR23MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  65 }

  rPSNVEntryR23MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  68 }

  rPSNVEntryR23ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  69 }

  rPSNVEntryR23MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  70 }

  rPSNVEntryR23USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR23Entry  71 }

  rPSNVEntryR23MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  72 }

  rPSNVEntryR23UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR23Entry  73 }

  rPSNVEntryR23MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  74 }

  rPSNVEntryR23DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR23Entry  75 }

  rPSNVEntryR23MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  76 }

  rPSNVEntryR23DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR23Entry  77 }

  rPSNVEntryR23MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  78 }

  rPSNVEntryR23UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR23Entry  79 }

  rPSNVEntryR23MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  80 }

  rPSNVEntryR23UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR23Entry  81 }

  rPSNVEntryR23MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  82 }

  rPSNVEntryR23UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR23Entry  83 }

  rPSNVEntryR23AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR23Entry  84 }

  rPSNVEntryR23T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR23Entry  85 }

  rPSNVEntryR23T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR23Entry  86 }

  rPSNVEntryR23T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR23Entry  87 }

  rPSNVEntryR23T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR23Entry  88 }

  rPSNVEntryR23T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR23Entry  89 }

  rPSNVEntryR23AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  90 }

  rPSNVEntryR23T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  91 }

  rPSNVEntryR23T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  92 }

  rPSNVEntryR23T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  93 }

  rPSNVEntryR23T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  94 }

  rPSNVEntryR23T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  95 }

  rPSNVEntryR23T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  96 }

  rPSNVEntryR23AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  97 }

  rPSNVEntryR23AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR23Entry  98 }

  rPSNVEntryR23AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  99 }

  rPSNVEntryR23AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR23Entry  100 }

  rPSNVEntryR23T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  101 }

  rPSNVEntryR23T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  102 }

  rPSNVEntryR23T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR23Entry  103 }

  rPSNVEntryR23T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR23Entry  104 }

  rPSNVEntryR23T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR23Entry  105 }

  rPSNVEntryR23T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR23Entry  106 }

  rPSNVEntryR23T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR23Entry  107 }

  rPSNVEntryR23T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR23Entry  108 }

  rPSNVEntryR23T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR23Entry  109 }

  rPSNVEntryR23T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR23Entry  110 }

  rPSNVEntryR23T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR23Entry  111 }

  rPSNVEntryR23T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR23Entry  112 }

  rPSNVEntryR23T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR23Entry  113 }

  rPSNVEntryR23T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR23Entry  114 }

  rPSNVEntryR23T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR23Entry  115 }

  rPSNVEntryR23T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR23Entry  116 }

  rPSNVEntryR23T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR23Entry  117 }

  rPSNVEntryR23T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  119 }

  rPSNVEntryR23T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  120 }

  rPSNVEntryR23T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  121 }

  rPSNVEntryR23T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR23Entry  122 }

  rPSNVEntryR23I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR23Entry  123 }

  rPSNVEntryR23I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR23Entry  124 }

  rPSNVEntryR23I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR23Entry  125 }

  rPSNVEntryR23I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR23Entry  126 }

  rPSNVEntryR23AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR23Entry  127 }

  rPSNVEntryR23AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  132 }

  rPSNVEntryR23AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  136 }

  rPSNVEntryR23AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR23Entry  137 }

  rPSNVEntryR23AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  138 }

  rPSNVEntryR23AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR23Entry  139 }

  rPSNVEntryR23AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  140 }

  rPSNVEntryR23TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  141 }

  rPSNVEntryR23I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR23Entry  147 }

  rPSNVEntryR23I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR23Entry  148 }

  rPSNVEntryR23I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR23Entry  149 }

  rPSNVEntryR23I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR23Entry  150 }

  rPSNVEntryR23T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR23Entry  183 }

  rPSNVEntryR23T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR23Entry  184 }

  rPSNVEntryR23T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR23Entry  185 }

  rPSNVEntryR23AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  186 }

  rPSNVEntryR23AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR23Entry  187 }

  rPSNVEntryR23NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR23Entry  188 }

  rPSNVEntryR23NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR23Entry  189 }

  rPSNVEntryR23MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  190 }

  rPSNVEntryR23UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR23Entry  191 }

  rPSNVEntryR23MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  192 }

  rPSNVEntryR23UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR23Entry  193 }

  rPSNVEntryR23MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  194 }

  rPSNVEntryR23UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR23Entry  195 }

  rPSNVEntryR23MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  196 }

  rPSNVEntryR23UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR23Entry  197 }

  rPSNVEntryR23MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  198 }

  rPSNVEntryR23UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR23Entry  199 }

  rPSNVEntryR23MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  200 }

  rPSNVEntryR23UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR23Entry  201 }

  rPSNVEntryR23MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  202 }

  rPSNVEntryR23UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR23Entry  203 }

  rPSNVEntryR23MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  204 }

  rPSNVEntryR23UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR23Entry  205 }

  rPSNVEntryR23MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  206 }

  rPSNVEntryR23UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR23Entry  207 }

  rPSNVEntryR23MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  208 }

  rPSNVEntryR23UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR23Entry  209 }

  rPSNVEntryR23MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  210 }

  rPSNVEntryR23UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR23Entry  211 }

  rPSNVEntryR23MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  212 }

  rPSNVEntryR23UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR23Entry  213 }

  rPSNVEntryR23MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  214 }

  rPSNVEntryR23UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR23Entry  215 }

  rPSNVEntryR23MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  216 }

  rPSNVEntryR23UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR23Entry  217 }

  rPSNVEntryR23MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  218 }

  rPSNVEntryR23UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR23Entry  219 }

  rPSNVEntryR23MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  220 }

  rPSNVEntryR23UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR23Entry  221 }

  rPSNVEntryR23MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  222 }

  rPSNVEntryR23UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR23Entry  223 }

  rPSNVEntryR23AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  224 }

  rPSNVEntryR23AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR23Entry  225 }

  rPSNVEntryR23AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  226 }

  rPSNVEntryR23AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR23Entry  227 }

  rPSNVEntryR23AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  228 }

  rPSNVEntryR23AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR23Entry  229 }

  rPSNVEntryR23AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  230 }

  rPSNVEntryR23AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR23Entry  231 }

  rPSNVEntryR23AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  232 }

  rPSNVEntryR23AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR23Entry  233 }

  rPSNVEntryR23AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  234 }

  rPSNVEntryR23AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR23Entry  235 }

  rPSNVEntryR23AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  236 }

  rPSNVEntryR23AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR23Entry  237 }

  rPSNVEntryR23AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  238 }

  rPSNVEntryR23AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR23Entry  239 }

  rPSNVEntryR23AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  240 }

  rPSNVEntryR23AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR23Entry  241 }

  rPSNVEntryR23AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  242 }

  rPSNVEntryR23AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR23Entry  243 }

  rPSNVEntryR23AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  244 }

  rPSNVEntryR23AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR23Entry  245 }

  rPSNVEntryR23AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  246 }

  rPSNVEntryR23AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR23Entry  247 }

  rPSNVEntryR23AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  248 }

  rPSNVEntryR23AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR23Entry  249 }

  rPSNVEntryR23AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  250 }

  rPSNVEntryR23AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR23Entry  251 }

  rPSNVEntryR23AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  252 }

  rPSNVEntryR23AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR23Entry  253 }

  rPSNVEntryR23AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR23Entry  254 }

  rPSNVEntryR23I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR23Entry  255 }

  rPSNVEntryR23I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR23Entry  256 }

  rPSNVEntryR23I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR23Entry  257 }

  rPSNVEntryR23I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR23Entry  258 }

  rPSNVEntryR23AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  260 }

  rPSNVEntryR23AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR23Entry  261 }

  rPSNVEntryR23RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  262 }

  rPSNVEntryR23RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR23Entry  263 }

  rPSNVEntryR23AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR23Entry  264 }

  rPSNVEntryR23AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR23Entry  265 }

  rPSNVEntryR23AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR23Entry  266 }

  rPSNVEntryR23AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR23Entry  267 }

  rPSNVEntryR23AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR23Entry  268 }

  rPSNVEntryR23AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR23Entry  269 }

  rPSNVEntryR23AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR23Entry  270 }

  rPSNVEntryR23AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR23Entry  271 }

  rPSNVEntryR23AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR23Entry  272 }

  rPSNVEntryR23AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR23Entry  273 }

  rPSNVEntryR23AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR23Entry  274 }

  rPSNVEntryR23AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR23Entry  275 }

  rPSNVEntryR23AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR23Entry  276 }

  rPSNVEntryR23AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR23Entry  277 }

  rPSNVEntryR23AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  278 }

  rPSNVEntryR23AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR23Entry  279 }

  rPSNVEntryR23AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  280 }

  rPSNVEntryR23AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR23Entry  281 }

  rPSNVEntryR23AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  282 }

  rPSNVEntryR23AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR23Entry  283 }

  rPSNVEntryR23AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR23Entry  284 }

  rPSNVEntryR23AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR23Entry  285 }

  rPSNVEntryR23UseNumAddBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use number in billing Module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR23Entry  286 }

  rPSNVEntryR23AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  287 }

  rPSNVEntryR23AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR23Entry  288 }

  rPSNVEntryR23AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  289 }

  rPSNVEntryR23AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR23Entry  290 }

  rPSNVEntryR23AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  291 }

  rPSNVEntryR23AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR23Entry  292 }

  rPSNVEntryR23AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  293 }

  rPSNVEntryR23AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR23Entry  294 }

  rPSNVEntryR23NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR23Entry  295 }

  rPSNVEntryR23NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR23Entry  296 }

  rPSNVEntryR23T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR23Entry  297 }

  rPSNVEntryR23T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR23Entry  298 }

  rPSNVEntryR23T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR23Entry  299 }

  rPSNVEntryR23AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  300 }

  rPSNVEntryR23AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR23Entry  301 }

  rPSNVEntryR23AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  302 }

  rPSNVEntryR23AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR23Entry  303 }

  rPSNVEntryR23AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  304 }

  rPSNVEntryR23AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR23Entry  305 }

  rPSNVEntryR23AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  306 }

  rPSNVEntryR23AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR23Entry  307 }

  rPSNVEntryR23AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  308 }

  rPSNVEntryR23AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR23Entry  309 }

  rPSNVEntryR23AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  310 }

  rPSNVEntryR23AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR23Entry  311 }

  rPSNVEntryR23AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  312 }

  rPSNVEntryR23AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR23Entry  313 }

  rPSNVEntryR23AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  314 }

  rPSNVEntryR23AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR23Entry  315 }

  rPSNVEntryR23AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  316 }

  rPSNVEntryR23AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR23Entry  317 }

  rPSNVEntryR23AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR23Entry  318 }

  rPSNVEntryR23AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  319 }

  rPSNVEntryR23ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR23Entry  320 }

  rPSNVEntryR23AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR23Entry  321 }

  rPSNVEntryR23AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR23Entry  322 }

  rPSNVEntryR23I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR23Entry  323 }

  rPSNVEntryR23NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR23Entry  325 }

  rPSNVEntryR23NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSNVEntryR23Entry  326 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  rPSActionR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2353 }

  rPSActionR24Entry OBJECT-TYPE
    SYNTAX       RPSActionR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR24NEConn,
             rPSActionR24NetwkElement,
             rPSActionR24CFSIx,
             rPSActionR24CfgSetIx,
             rPSActionR24RtgTblIx,
             rPSActionR24RtgActionIx }
    ::= {  rPSActionR24Table  1  }

  RPSActionR24Entry  ::=  SEQUENCE
  {
    rPSActionR24NEConn                 Unsigned32,
    rPSActionR24NetwkElement           DisplayString,
    rPSActionR24CFSIx                  Unsigned32,
    rPSActionR24CfgSetIx               Unsigned32,
    rPSActionR24RtgTblIx               Unsigned32,
    rPSActionR24RtgActionIx            Unsigned32,
    rPSActionR24AddrType               INTEGER,
    rPSActionR24AddrScope              INTEGER,
    rPSActionR24WildcardAddrType       INTEGER,
    rPSActionR24WildcardAddr           DisplayString,
    rPSActionR24TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR24WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR24ActionProbability      Unsigned32,
    rPSActionR24Action                 INTEGER,
    rPSActionR24T1I1MediaChanNEConn    Unsigned32,
    rPSActionR24T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR24T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR24T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR24T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR24T2I1MediaChanNEConn    Unsigned32,
    rPSActionR24T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR24T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR24T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR24T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR24I1NextTblNEConn        Unsigned32,
    rPSActionR24I2NextTblNetwkElement  DisplayString,
    rPSActionR24I3NextTblCFSIx         Unsigned32,
    rPSActionR24I4NextTblCfgSetIx      Unsigned32,
    rPSActionR24I5NextTblRtgTblIx      Unsigned32,
    rPSActionR24ActionUnavailInterval  Unsigned32,
    rPSActionR24T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR24AllowAAR               INTEGER,
    rPSActionR24AllowARR               INTEGER,
    rPSActionR24RtgControlIndicator    INTEGER,
    rPSActionR24CircCode               INTEGER,
    rPSActionR24MFTandemRtgCode        INTEGER,
    rPSActionR24MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR24MFIntnatlOprRtgCode    INTEGER,
    rPSActionR24MaxChanUsage           Unsigned32,
    rPSActionR24CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR24CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR24RowStatus              RowStatus,
    rPSActionR24OptionalAttrsToSet     BITS,
    rPSActionR24AlrmState              INTEGER,
    rPSActionR24AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR24AlrmEvtsAtndDp         Integer32,
    rPSActionR24AlrmStateTimestamp     Unsigned32,
    rPSActionR24AlrmResetTimestamp     Unsigned32,
    rPSActionR24TimeRtgPrecedence      Unsigned32,
    rPSActionR24TimeRtgMinYear         Unsigned32,
    rPSActionR24TimeRtgMinMonth        Unsigned32,
    rPSActionR24TimeRtgMinDay          Unsigned32,
    rPSActionR24TimeRtgMaxYear         Unsigned32,
    rPSActionR24TimeRtgMaxMonth        Unsigned32,
    rPSActionR24TimeRtgMaxDay          Unsigned32,
    rPSActionR24TimeRtgMinDayWeek      INTEGER,
    rPSActionR24TimeRtgMinHr           Unsigned32,
    rPSActionR24TimeRtgMinMin          Unsigned32,
    rPSActionR24TimeRtgMaxDayWeek      INTEGER,
    rPSActionR24TimeRtgMaxHr           Unsigned32,
    rPSActionR24TimeRtgMaxMin          Unsigned32,
    rPSActionR24SubRtgAttrs            BITS,
    rPSActionR24NumAction              DisplayString,
    rPSActionR24Desc                   DisplayString,
    rPSActionR24AttrValOprCallMatch    INTEGER,
    rPSActionR24AttrValOprCall         INTEGER,
    rPSActionR24AttrValSubGpMatch      INTEGER,
    rPSActionR24T3I1MediaChanNEConn    Unsigned32,
    rPSActionR24T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR24T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR24T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR24I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR24I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR24I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR24I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR24AttrValANIIIDigits     Unsigned32,
    rPSActionR24AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR24AttrValDialedPrefix    INTEGER,
    rPSActionR24AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR24AttrValDialingPattn    INTEGER,
    rPSActionR24AttrValUsrDef1Match    INTEGER,
    rPSActionR24AttrValUsrDef1         Unsigned32,
    rPSActionR24AttrValUsrDef2Match    INTEGER,
    rPSActionR24AttrValUsrDef2         Unsigned32,
    rPSActionR24AttrValUsrDef3Match    INTEGER,
    rPSActionR24AttrValUsrDef3         Unsigned32,
    rPSActionR24AttrValLCC1Match       INTEGER,
    rPSActionR24AttrValLCC1            Unsigned32,
    rPSActionR24AttrValLCC2Match       INTEGER,
    rPSActionR24AttrValLCC2            Unsigned32,
    rPSActionR24AttrValLCC3Match       INTEGER,
    rPSActionR24AttrValLCC3            Unsigned32,
    rPSActionR24AttrValLCC4Match       INTEGER,
    rPSActionR24AttrValLCC4            Unsigned32,
    rPSActionR24AttrValLCC5Match       INTEGER,
    rPSActionR24AttrValLCC5            Unsigned32,
    rPSActionR24AttrValUSCallTypeMatch INTEGER,
    rPSActionR24AttrValUSCallType      INTEGER,
    rPSActionR24AttrValUKCallTypeMatch INTEGER,
    rPSActionR24AttrValUKCallType      INTEGER,
    rPSActionR24AttrValCIPMatch        INTEGER,
    rPSActionR24AttrValCIP             Unsigned32,
    rPSActionR24AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR24InMediaType            INTEGER,
    rPSActionR24T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR24T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR24T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR24T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR24T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR24T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR24T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR24T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR24T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR24T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR24T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR24T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR24T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR24T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR24T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR24T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR24T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR24T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR24T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR24T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR24T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR24T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR24T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR24T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR24T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR24T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR24T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR24T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR24T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR24InMediaRemSigStack     INTEGER,
    rPSActionR24T4I1MediaChanNEConn    Unsigned32,
    rPSActionR24T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR24T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR24I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR24AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR24T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR24T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR24T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR24I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR24I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR24I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR24NumActCallPartyNumAct  DisplayString,
    rPSActionR24NumActChargeNumAct     DisplayString,
    rPSActionR24AttrValUsrDef4Match    INTEGER,
    rPSActionR24AttrValUsrDef4         Unsigned32,
    rPSActionR24AttrValUsrDef5Match    INTEGER,
    rPSActionR24AttrValUsrDef5         Unsigned32,
    rPSActionR24AttrValUsrDef6Match    INTEGER,
    rPSActionR24AttrValUsrDef6         Unsigned32,
    rPSActionR24AttrValUsrDef7Match    INTEGER,
    rPSActionR24AttrValUsrDef7         Unsigned32,
    rPSActionR24AttrValUsrDef8Match    INTEGER,
    rPSActionR24AttrValUsrDef8         Unsigned32,
    rPSActionR24AttrValUsrDef9Match    INTEGER,
    rPSActionR24AttrValUsrDef9         Unsigned32,
    rPSActionR24AttrValUsrDef10Match   INTEGER,
    rPSActionR24AttrValUsrDef10        Unsigned32,
    rPSActionR24AttrValUsrDef11Match   INTEGER,
    rPSActionR24AttrValUsrDef11        Unsigned32,
    rPSActionR24AttrValUsrDef12Match   INTEGER,
    rPSActionR24AttrValUsrDef12        Unsigned32,
    rPSActionR24AttrValUsrDef13Match   INTEGER,
    rPSActionR24AttrValUsrDef13        Unsigned32,
    rPSActionR24AttrValUsrDef14Match   INTEGER,
    rPSActionR24AttrValUsrDef14        Unsigned32,
    rPSActionR24AttrValUsrDef15Match   INTEGER,
    rPSActionR24AttrValUsrDef15        Unsigned32,
    rPSActionR24AttrValUsrDef16Match   INTEGER,
    rPSActionR24AttrValUsrDef16        Unsigned32,
    rPSActionR24AttrValUsrDef17Match   INTEGER,
    rPSActionR24AttrValUsrDef17        Unsigned32,
    rPSActionR24AttrValUsrDef18Match   INTEGER,
    rPSActionR24AttrValUsrDef18        Unsigned32,
    rPSActionR24AttrValUsrDef19Match   INTEGER,
    rPSActionR24AttrValUsrDef19        Unsigned32,
    rPSActionR24AttrValUsrDef20Match   INTEGER,
    rPSActionR24AttrValUsrDef20        Unsigned32,
    rPSActionR24AttrValLCC6Match       INTEGER,
    rPSActionR24AttrValLCC6            Unsigned32,
    rPSActionR24AttrValLCC7Match       INTEGER,
    rPSActionR24AttrValLCC7            Unsigned32,
    rPSActionR24AttrValLCC8Match       INTEGER,
    rPSActionR24AttrValLCC8            Unsigned32,
    rPSActionR24AttrValLCC9Match       INTEGER,
    rPSActionR24AttrValLCC9            Unsigned32,
    rPSActionR24AttrValLCC10Match      INTEGER,
    rPSActionR24AttrValLCC10           Unsigned32,
    rPSActionR24AttrValLCC11Match      INTEGER,
    rPSActionR24AttrValLCC11           Unsigned32,
    rPSActionR24AttrValLCC12Match      INTEGER,
    rPSActionR24AttrValLCC12           Unsigned32,
    rPSActionR24AttrValLCC13Match      INTEGER,
    rPSActionR24AttrValLCC13           Unsigned32,
    rPSActionR24AttrValLCC14Match      INTEGER,
    rPSActionR24AttrValLCC14           Unsigned32,
    rPSActionR24AttrValLCC15Match      INTEGER,
    rPSActionR24AttrValLCC15           Unsigned32,
    rPSActionR24AttrValLCC16Match      INTEGER,
    rPSActionR24AttrValLCC16           Unsigned32,
    rPSActionR24AttrValLCC17Match      INTEGER,
    rPSActionR24AttrValLCC17           Unsigned32,
    rPSActionR24AttrValLCC18Match      INTEGER,
    rPSActionR24AttrValLCC18           Unsigned32,
    rPSActionR24AttrValLCC19Match      INTEGER,
    rPSActionR24AttrValLCC19           Unsigned32,
    rPSActionR24AttrValLCC20Match      INTEGER,
    rPSActionR24AttrValLCC20           Unsigned32,
    rPSActionR24AttrValESAStatusMatch  INTEGER,
    rPSActionR24I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR24I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR24I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR24I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR24MaxCallDurn            Unsigned32,
    rPSActionR24InReleaseCauseMatch    INTEGER,
    rPSActionR24InReleaseCause         INTEGER,
    rPSActionR24OutQ850ReleaseCause    INTEGER,
    rPSActionR24BearerCapabilityMatch  INTEGER,
    rPSActionR24BearerCapability       BITS,
    rPSActionR24AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR24AttrValPriorityCall    INTEGER,
    rPSActionR24AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR24AttrValNetWdBGID       Unsigned32,
    rPSActionR24AttrValBGLnPrivMatch   INTEGER,
    rPSActionR24AttrValBGLnPriv        Unsigned32,
    rPSActionR24AttrValISwIBGCallMatch INTEGER,
    rPSActionR24AttrValISwIBGCall      INTEGER,
    rPSActionR24AttrValOTGpIDMatch     INTEGER,
    rPSActionR24AttrValOTGpID          DisplayString,
    rPSActionR24AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR24AttrValOrigTrCxt       DisplayString,
    rPSActionR24AttrValDTGpIDMatch     INTEGER,
    rPSActionR24AttrValDTGpID          DisplayString,
    rPSActionR24AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR24AttrValDestTrnkCxt     DisplayString,
    rPSActionR24OverrideCldAddrScope   INTEGER,
    rPSActionR24RequestCNAMDip         INTEGER,
    rPSActionR24T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR24T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR24T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR24DestTrnkGpID           DisplayString,
    rPSActionR24DestTrnkCxt            DisplayString,
    rPSActionR24GenericMatchType       INTEGER,
    rPSActionR24ClgPartyCats           BITS,
    rPSActionR24LowerPropDly           Unsigned32,
    rPSActionR24UpperPropDly           Unsigned32,
    rPSActionR24SatelliteInd           Unsigned32,
    rPSActionR24IsupPreference         BITS,
    rPSActionR24GermanNukkFsrMatchType INTEGER,
    rPSActionR24GermanNukkFsrInd       Unsigned32,
    rPSActionR24GermanNukkFszMatchType INTEGER,
    rPSActionR24GermanNukkFszInd       Unsigned32,
    rPSActionR24GermanNukkIcrMatchType INTEGER,
    rPSActionR24GermanNukkIcrInd       Unsigned32,
    rPSActionR24GermanNukkNcrMatchType INTEGER,
    rPSActionR24GermanNukkNcrInd       Unsigned32,
    rPSActionR24GermanNukkCnbMatchType INTEGER,
    rPSActionR24GermanNukkCnbInd       Unsigned32,
    rPSActionR24GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR24GermanNukkCustId       Unsigned32,
    rPSActionR24GermanNukkServMatchType
                                       INTEGER,
    rPSActionR24GermanNukkServ         Unsigned32,
    rPSActionR24GermanNsspFsmMatchType INTEGER,
    rPSActionR24GermanNsspFsmInd       Unsigned32,
    rPSActionR24GermanNsspNpfMatchType INTEGER,
    rPSActionR24GermanNsspNpfInd       Unsigned32,
    rPSActionR24GermanNsspTiMatchType  INTEGER,
    rPSActionR24GermanNsspTransitInd   Unsigned32,
    rPSActionR24GermanNsspServMatchType
                                       INTEGER,
    rPSActionR24GermanNsspServ         Unsigned32,
    rPSActionR24ENUMSuffix             DisplayString,
    rPSActionR24ENUMServers            DisplayString,
    rPSActionR24RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR24CPCSpecificOther       DisplayString,
    rPSActionR24RouteLabel             DisplayString,
    rPSActionR24OverrideClgAddrScope   INTEGER,
    rPSActionR24AttrValSiteMatch       INTEGER,
    rPSActionR24I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR24NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR24OverrideISUPRetryScope INTEGER,
    rPSActionR24NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR24PresNumScopeUKOnly     INTEGER
  }

  rPSActionR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR24Entry  1 }

  rPSActionR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR24Entry  2 }

  rPSActionR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR24Entry  3 }

  rPSActionR24CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR24Entry  4 }

  rPSActionR24RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR24Entry  5 }

  rPSActionR24RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR24Entry  6 }

  rPSActionR24AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR24Entry  7 }

  rPSActionR24AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR24Entry  8 }

  rPSActionR24WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR24Entry  9 }

  rPSActionR24WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR24Entry  10 }

  rPSActionR24TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR24Entry  11 }

  rPSActionR24WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  12 }

  rPSActionR24ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR24Entry  13 }

  rPSActionR24Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR24Entry  14 }

  rPSActionR24T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  15 }

  rPSActionR24T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  16 }

  rPSActionR24T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  17 }

  rPSActionR24T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  18 }

  rPSActionR24T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  19 }

  rPSActionR24T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  20 }

  rPSActionR24T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  21 }

  rPSActionR24T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  22 }

  rPSActionR24T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  23 }

  rPSActionR24T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  24 }

  rPSActionR24T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  25 }

  rPSActionR24T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  26 }

  rPSActionR24I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR24Entry  27 }

  rPSActionR24I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR24Entry  28 }

  rPSActionR24I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR24Entry  29 }

  rPSActionR24I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR24Entry  30 }

  rPSActionR24I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR24Entry  31 }

  rPSActionR24ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR24Entry  32 }

  rPSActionR24T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  33 }

  rPSActionR24T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  34 }

  rPSActionR24AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR24Entry  35 }

  rPSActionR24AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR24Entry  36 }

  rPSActionR24RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR24Entry  37 }

  rPSActionR24CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR24Entry  38 }

  rPSActionR24MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR24Entry  39 }

  rPSActionR24MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR24Entry  40 }

  rPSActionR24MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR24Entry  41 }

  rPSActionR24MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR24Entry  42 }

  rPSActionR24CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR24Entry  43 }

  rPSActionR24CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR24Entry  44 }

  rPSActionR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR24Entry  50 }

  rPSActionR24OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR24Entry  51 }

  rPSActionR24AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR24Entry  52 }

  rPSActionR24AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR24Entry  53 }

  rPSActionR24AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR24Entry  54 }

  rPSActionR24AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR24Entry  55 }

  rPSActionR24AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR24Entry  56 }

  rPSActionR24TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR24Entry  57 }

  rPSActionR24TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR24Entry  58 }

  rPSActionR24TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR24Entry  59 }

  rPSActionR24TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR24Entry  60 }

  rPSActionR24TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR24Entry  61 }

  rPSActionR24TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR24Entry  62 }

  rPSActionR24TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR24Entry  63 }

  rPSActionR24TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR24Entry  64 }

  rPSActionR24TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR24Entry  65 }

  rPSActionR24TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR24Entry  66 }

  rPSActionR24TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR24Entry  67 }

  rPSActionR24TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR24Entry  68 }

  rPSActionR24TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR24Entry  69 }

  rPSActionR24SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR24Entry  71 }

  rPSActionR24NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR24Entry  83 }

  rPSActionR24Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR24Entry  104 }

  rPSActionR24AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  105 }

  rPSActionR24AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR24Entry  106 }

  rPSActionR24AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  107 }

  rPSActionR24T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  110 }

  rPSActionR24T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  111 }

  rPSActionR24T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  112 }

  rPSActionR24T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  113 }

  rPSActionR24T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  114 }

  rPSActionR24I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR24Entry  115 }

  rPSActionR24I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR24Entry  116 }

  rPSActionR24I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR24Entry  117 }

  rPSActionR24I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR24Entry  118 }

  rPSActionR24AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  119 }

  rPSActionR24AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  120 }

  rPSActionR24AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR24Entry  121 }

  rPSActionR24AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  122 }

  rPSActionR24AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR24Entry  123 }

  rPSActionR24AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  124 }

  rPSActionR24AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR24Entry  125 }

  rPSActionR24AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  126 }

  rPSActionR24AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR24Entry  127 }

  rPSActionR24AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  128 }

  rPSActionR24AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR24Entry  129 }

  rPSActionR24AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  130 }

  rPSActionR24AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR24Entry  131 }

  rPSActionR24AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  132 }

  rPSActionR24AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR24Entry  133 }

  rPSActionR24AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  134 }

  rPSActionR24AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR24Entry  135 }

  rPSActionR24AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  136 }

  rPSActionR24AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR24Entry  137 }

  rPSActionR24AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  138 }

  rPSActionR24AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR24Entry  139 }

  rPSActionR24AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  140 }

  rPSActionR24AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR24Entry  141 }

  rPSActionR24AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  142 }

  rPSActionR24AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR24Entry  143 }

  rPSActionR24AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  144 }

  rPSActionR24AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  145 }

  rPSActionR24AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  146 }

  rPSActionR24InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR24Entry  147 }

  rPSActionR24T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR24Entry  148 }

  rPSActionR24T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR24Entry  149 }

  rPSActionR24T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR24Entry  150 }

  rPSActionR24T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR24Entry  151 }

  rPSActionR24T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR24Entry  152 }

  rPSActionR24T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR24Entry  153 }

  rPSActionR24T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR24Entry  154 }

  rPSActionR24T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR24Entry  155 }

  rPSActionR24T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR24Entry  156 }

  rPSActionR24T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR24Entry  157 }

  rPSActionR24T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  158 }

  rPSActionR24T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  159 }

  rPSActionR24T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  160 }

  rPSActionR24T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  161 }

  rPSActionR24T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  162 }

  rPSActionR24T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR24Entry  163 }

  rPSActionR24T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  164 }

  rPSActionR24T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  165 }

  rPSActionR24T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  166 }

  rPSActionR24T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  167 }

  rPSActionR24T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  168 }

  rPSActionR24T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR24Entry  169 }

  rPSActionR24T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  170 }

  rPSActionR24T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  171 }

  rPSActionR24T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  172 }

  rPSActionR24T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  173 }

  rPSActionR24T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR24Entry  174 }

  rPSActionR24T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  175 }

  rPSActionR24T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  176 }

  rPSActionR24T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  177 }

  rPSActionR24T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  178 }

  rPSActionR24T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  179 }

  rPSActionR24InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR24Entry  180 }

  rPSActionR24T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  181 }

  rPSActionR24T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  182 }

  rPSActionR24T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR24Entry  183 }

  rPSActionR24I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR24Entry  184 }

  rPSActionR24AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  185 }

  rPSActionR24T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR24Entry  186 }

  rPSActionR24T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR24Entry  187 }

  rPSActionR24T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR24Entry  188 }

  rPSActionR24I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR24Entry  189 }

  rPSActionR24I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR24Entry  190 }

  rPSActionR24I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR24Entry  191 }

  rPSActionR24NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR24Entry  193 }

  rPSActionR24NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR24Entry  194 }

  rPSActionR24AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  195 }

  rPSActionR24AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR24Entry  196 }

  rPSActionR24AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  197 }

  rPSActionR24AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR24Entry  198 }

  rPSActionR24AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  199 }

  rPSActionR24AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR24Entry  200 }

  rPSActionR24AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  201 }

  rPSActionR24AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR24Entry  202 }

  rPSActionR24AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  203 }

  rPSActionR24AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR24Entry  204 }

  rPSActionR24AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  205 }

  rPSActionR24AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR24Entry  206 }

  rPSActionR24AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  207 }

  rPSActionR24AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR24Entry  208 }

  rPSActionR24AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  209 }

  rPSActionR24AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR24Entry  210 }

  rPSActionR24AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  211 }

  rPSActionR24AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR24Entry  212 }

  rPSActionR24AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  213 }

  rPSActionR24AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR24Entry  214 }

  rPSActionR24AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  215 }

  rPSActionR24AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR24Entry  216 }

  rPSActionR24AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  217 }

  rPSActionR24AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR24Entry  218 }

  rPSActionR24AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  219 }

  rPSActionR24AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR24Entry  220 }

  rPSActionR24AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  221 }

  rPSActionR24AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR24Entry  222 }

  rPSActionR24AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  223 }

  rPSActionR24AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR24Entry  224 }

  rPSActionR24AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  225 }

  rPSActionR24AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR24Entry  226 }

  rPSActionR24AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  227 }

  rPSActionR24AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR24Entry  228 }

  rPSActionR24AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  229 }

  rPSActionR24AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR24Entry  230 }

  rPSActionR24AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  231 }

  rPSActionR24AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR24Entry  232 }

  rPSActionR24AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  233 }

  rPSActionR24AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR24Entry  234 }

  rPSActionR24AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  235 }

  rPSActionR24AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR24Entry  236 }

  rPSActionR24AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  237 }

  rPSActionR24AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR24Entry  238 }

  rPSActionR24AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  239 }

  rPSActionR24AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR24Entry  240 }

  rPSActionR24AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  241 }

  rPSActionR24AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR24Entry  242 }

  rPSActionR24AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  243 }

  rPSActionR24AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR24Entry  244 }

  rPSActionR24AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  245 }

  rPSActionR24AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR24Entry  246 }

  rPSActionR24AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  247 }

  rPSActionR24AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR24Entry  248 }

  rPSActionR24AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  249 }

  rPSActionR24AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR24Entry  250 }

  rPSActionR24AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  251 }

  rPSActionR24AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR24Entry  252 }

  rPSActionR24AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  253 }

  rPSActionR24AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR24Entry  254 }

  rPSActionR24AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  255 }

  rPSActionR24AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR24Entry  256 }

  rPSActionR24AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  257 }

  rPSActionR24AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR24Entry  258 }

  rPSActionR24AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR24Entry  259 }

  rPSActionR24I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR24Entry  260 }

  rPSActionR24I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR24Entry  261 }

  rPSActionR24I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR24Entry  262 }

  rPSActionR24I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR24Entry  263 }

  rPSActionR24MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR24Entry  264 }

  rPSActionR24InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR24Entry  265 }

  rPSActionR24InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR24Entry  266 }

  rPSActionR24OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR24Entry  268 }

  rPSActionR24BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  269 }

  rPSActionR24BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR24Entry  270 }

  rPSActionR24AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  271 }

  rPSActionR24AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR24Entry  272 }

  rPSActionR24AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  273 }

  rPSActionR24AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR24Entry  274 }

  rPSActionR24AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  275 }

  rPSActionR24AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR24Entry  276 }

  rPSActionR24AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR24Entry  277 }

  rPSActionR24AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR24Entry  278 }

  rPSActionR24AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  279 }

  rPSActionR24AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR24Entry  280 }

  rPSActionR24AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  281 }

  rPSActionR24AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR24Entry  282 }

  rPSActionR24AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  283 }

  rPSActionR24AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR24Entry  284 }

  rPSActionR24AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  285 }

  rPSActionR24AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR24Entry  286 }

  rPSActionR24OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR24Entry  287 }

  rPSActionR24RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR24Entry  288 }

  rPSActionR24T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR24Entry  289 }

  rPSActionR24T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR24Entry  290 }

  rPSActionR24T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR24Entry  291 }

  rPSActionR24DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR24Entry  292 }

  rPSActionR24DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR24Entry  293 }

  rPSActionR24GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR24Entry  294 }

  rPSActionR24ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR24Entry  295 }

  rPSActionR24LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  296 }

  rPSActionR24UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR24Entry  297 }

  rPSActionR24SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  298 }

  rPSActionR24IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR24Entry  299 }

  rPSActionR24GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  300 }

  rPSActionR24GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  301 }

  rPSActionR24GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  302 }

  rPSActionR24GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  303 }

  rPSActionR24GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  304 }

  rPSActionR24GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  305 }

  rPSActionR24GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  306 }

  rPSActionR24GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  307 }

  rPSActionR24GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  308 }

  rPSActionR24GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  309 }

  rPSActionR24GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  310 }

  rPSActionR24GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  311 }

  rPSActionR24GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  312 }

  rPSActionR24GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  313 }

  rPSActionR24GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  314 }

  rPSActionR24GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  315 }

  rPSActionR24GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  316 }

  rPSActionR24GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  317 }

  rPSActionR24GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  318 }

  rPSActionR24GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  319 }

  rPSActionR24GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR24Entry  320 }

  rPSActionR24GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR24Entry  321 }

  rPSActionR24ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR24Entry  322 }

  rPSActionR24ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR24Entry  323 }

  rPSActionR24RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR24Entry  324 }

  rPSActionR24CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR24Entry  325 }

  rPSActionR24RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR24Entry  326 }

  rPSActionR24OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR24Entry  327 }

  rPSActionR24AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR24Entry  328 }

  rPSActionR24I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR24Entry  329 }

  rPSActionR24NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR24Entry  331 }

  rPSActionR24OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR24Entry  332 }

  rPSActionR24NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR24Entry  333 }

  rPSActionR24PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR24Entry  334 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profile'                                         */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  perProfR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profiles'."
    ::= { metaSwitch  2354 }

  perProfR14Entry OBJECT-TYPE
    SYNTAX       PerProfR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfR14NEConn,
             perProfR14NetwkElement,
             perProfR14CFSIx,
             perProfR14GpIx }
    ::= {  perProfR14Table  1  }

  PerProfR14Entry  ::=  SEQUENCE
  {
    perProfR14NEConn                   Unsigned32,
    perProfR14NetwkElement             DisplayString,
    perProfR14CFSIx                    Unsigned32,
    perProfR14GpIx                     Unsigned32,
    perProfR14PerProfName              DisplayString,
    perProfR14ValidSubTypes            BITS,
    perProfR14SDActCallLimitAlgorithm  INTEGER,
    perProfR14SDDefCallLimitAlgorithm  INTEGER,
    perProfR14SDUseDefCallLimitAlgorithm
                                       INTEGER,
    perProfR14SDActCallLimitVal        Unsigned32,
    perProfR14SDDefCallLimitVal        Unsigned32,
    perProfR14SDUseDefCallLimitVal     INTEGER,
    perProfR14SDActMaxCallAppearances  Unsigned32,
    perProfR14SDDefMaxCallAppearances  Unsigned32,
    perProfR14SDUseDefMaxCallAppearances
                                       INTEGER,
    perProfR14SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR14SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR14SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    perProfR14SDActLongDistanceCarr    DisplayString,
    perProfR14SDDefLongDistanceCarr    DisplayString,
    perProfR14SDUseDefLongDistanceCarr INTEGER,
    perProfR14SDActIntraLATACarr       DisplayString,
    perProfR14SDDefIntraLATACarr       DisplayString,
    perProfR14SDUseDefIntraLATACarr    INTEGER,
    perProfR14SDActIntnatlCarr         DisplayString,
    perProfR14SDDefIntnatlCarr         DisplayString,
    perProfR14SDUseDefIntnatlCarr      INTEGER,
    perProfR14SDActBillType            INTEGER,
    perProfR14SDDefBillType            INTEGER,
    perProfR14SDUseDefBillType         INTEGER,
    perProfR14SDActRtgAttrs            BITS,
    perProfR14SDDefRtgAttrs            BITS,
    perProfR14SDUseDefRtgAttrs         INTEGER,
    perProfR14SDActDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR14SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR14SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR14SDActTariffGp            INTEGER,
    perProfR14SDDefTariffGp            INTEGER,
    perProfR14SDUseDefTariffGp         INTEGER,
    perProfR14SDActForceLNPLookup      INTEGER,
    perProfR14SDDefForceLNPLookup      INTEGER,
    perProfR14SDUseDefForceLNPLookup   INTEGER,
    perProfR14SDActTimezone            INTEGER,
    perProfR14SDDefTimezone            INTEGER,
    perProfR14SDUseDefTimezone         INTEGER,
    perProfR14SDActAdjustDaylightSavings
                                       INTEGER,
    perProfR14SDDefAdjustDaylightSavings
                                       INTEGER,
    perProfR14SDUseDefAdjustDaylightSavings
                                       INTEGER,
    perProfR14SDActLCC1                INTEGER,
    perProfR14SDDefLCC1                INTEGER,
    perProfR14SDUseDefLCC1             INTEGER,
    perProfR14SDActLCC2                INTEGER,
    perProfR14SDDefLCC2                INTEGER,
    perProfR14SDUseDefLCC2             INTEGER,
    perProfR14SDActLCC3                INTEGER,
    perProfR14SDDefLCC3                INTEGER,
    perProfR14SDUseDefLCC3             INTEGER,
    perProfR14SDActLCC4                INTEGER,
    perProfR14SDDefLCC4                INTEGER,
    perProfR14SDUseDefLCC4             INTEGER,
    perProfR14SDActLCC5                INTEGER,
    perProfR14SDDefLCC5                INTEGER,
    perProfR14SDUseDefLCC5             INTEGER,
    perProfR14ChldCallServAlrmsAttnRq  Unsigned32,
    perProfR14ChldCllSrvAlrmEvtsAttnRq Unsigned32,
    perProfR14ChldCallServAlrmsAtndDp  Unsigned32,
    perProfR14ChldCllSrvAlrmEvtsAtndDp Unsigned32,
    perProfR14SummaryChldAlrmState     INTEGER,
    perProfR14ExportNumObjectsExported Integer32,
    perProfR14ExportStatus             DisplayString,
    perProfR14ExportFile               DisplayString,
    perProfR14ExportCorr               Counter64,
    perProfR14ExportCorrNode           DisplayString,
    perProfR14ExportCorrUID            DisplayString,
    perProfR14DoExtraActions           INTEGER,
    perProfR14RowStatus                RowStatus,
    perProfR14SynchronizationInProgress
                                       INTEGER,
    perProfR14SDActClgNumScreening     INTEGER,
    perProfR14SDDefClgNumScreening     INTEGER,
    perProfR14SDUseDefClgNumScreening  INTEGER,
    perProfR14SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR14SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR14SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR14SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR14SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR14SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR14SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR14SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR14SDActLCC6                INTEGER,
    perProfR14SDDefLCC6                INTEGER,
    perProfR14SDUseDefLCC6             INTEGER,
    perProfR14SDActLCC7                INTEGER,
    perProfR14SDDefLCC7                INTEGER,
    perProfR14SDUseDefLCC7             INTEGER,
    perProfR14SDActLCC8                INTEGER,
    perProfR14SDDefLCC8                INTEGER,
    perProfR14SDUseDefLCC8             INTEGER,
    perProfR14SDActLCC9                INTEGER,
    perProfR14SDDefLCC9                INTEGER,
    perProfR14SDUseDefLCC9             INTEGER,
    perProfR14SDActLCC10               INTEGER,
    perProfR14SDDefLCC10               INTEGER,
    perProfR14SDUseDefLCC10            INTEGER,
    perProfR14SDActLCC11               INTEGER,
    perProfR14SDDefLCC11               INTEGER,
    perProfR14SDUseDefLCC11            INTEGER,
    perProfR14SDActLCC12               INTEGER,
    perProfR14SDDefLCC12               INTEGER,
    perProfR14SDUseDefLCC12            INTEGER,
    perProfR14SDActLCC13               INTEGER,
    perProfR14SDDefLCC13               INTEGER,
    perProfR14SDUseDefLCC13            INTEGER,
    perProfR14SDActLCC14               INTEGER,
    perProfR14SDDefLCC14               INTEGER,
    perProfR14SDUseDefLCC14            INTEGER,
    perProfR14SDActLCC15               INTEGER,
    perProfR14SDDefLCC15               INTEGER,
    perProfR14SDUseDefLCC15            INTEGER,
    perProfR14SDActLCC16               INTEGER,
    perProfR14SDDefLCC16               INTEGER,
    perProfR14SDUseDefLCC16            INTEGER,
    perProfR14SDActLCC17               INTEGER,
    perProfR14SDDefLCC17               INTEGER,
    perProfR14SDUseDefLCC17            INTEGER,
    perProfR14SDActLCC18               INTEGER,
    perProfR14SDDefLCC18               INTEGER,
    perProfR14SDUseDefLCC18            INTEGER,
    perProfR14SDActLCC19               INTEGER,
    perProfR14SDDefLCC19               INTEGER,
    perProfR14SDUseDefLCC19            INTEGER,
    perProfR14SDActLCC20               INTEGER,
    perProfR14SDDefLCC20               INTEGER,
    perProfR14SDUseDefLCC20            INTEGER,
    perProfSDActR14SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfSDDefR14SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfR14SDUseDefSubMediaGatewayModel
                                       INTEGER,
    perProfR14SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR14SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR14SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR14SDActMaxSimulRegistrations
                                       INTEGER,
    perProfR14SDDefMaxSimulRegistrations
                                       INTEGER,
    perProfR14SDUseDefMaxSimulRegistrations
                                       INTEGER,
    perProfR14SDActAdvChrgAOCD         INTEGER,
    perProfR14SDDefAdvChrgAOCD         INTEGER,
    perProfR14SDUseDefAdvChrgAOCD      INTEGER,
    perProfR14SDActAdvChrgAOCE         INTEGER,
    perProfR14SDDefAdvChrgAOCE         INTEGER,
    perProfR14SDUseDefAdvChrgAOCE      INTEGER,
    perProfR14SDActBusGpCallLogsEnabled
                                       INTEGER,
    perProfR14SDDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR14SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR14SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR14SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR14SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR14SDActSubTimezone         LongDisplayString,
    perProfR14SDDefSubTimezone         LongDisplayString,
    perProfR14SDUseDefSubTimezone      INTEGER,
    perProfR14SDActChargeInd           INTEGER,
    perProfR14SDDefChargeInd           INTEGER,
    perProfR14SDUseDefChargeInd        INTEGER,
    perProfR14SDActSubClgCategory      INTEGER,
    perProfR14SDDefSubClgCategory      INTEGER,
    perProfR14SDUseDefSubClgCategory   INTEGER,
    perProfR14SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR14SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR14SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR14SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR14SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR14SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR14SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR14SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR14SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR14NumRefgSubs              Unsigned32,
    perProfR14ProfIsReferencedBySubs   INTEGER,
    perProfR14TotChldAlrmsAttnRq       Unsigned32,
    perProfR14TotChldAlrmEvtsAttnRq    Unsigned32,
    perProfR14TotChldAlrmsAtndDp       Unsigned32,
    perProfR14TotChldAlrmEvtsAtndDp    Unsigned32,
    perProfR14SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR14SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR14SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR14SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR14SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR14SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR14SDActAccessionClientOnly INTEGER,
    perProfR14SDDefAccessionClientOnly INTEGER,
    perProfR14SDUseDefAccessionClientOnly
                                       INTEGER,
    perProfR14SDActInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR14SDDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR14SDUseDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR14ExportIncASRepData       INTEGER,
    perProfR14SDActLineTimezone        LongDisplayString,
    perProfR14SDDefLineTimezone        LongDisplayString,
    perProfR14SDUseDefLineTimezone     INTEGER,
    perProfR14SDActBusGpLinesSharePresence
                                       INTEGER,
    perProfR14SDDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR14SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR14SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR14SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR14SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    perProfR14ExportChldObjectsToInc   INTEGER
  }

  perProfR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfR14Entry  1 }

  perProfR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfR14Entry  2 }

  perProfR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfR14Entry  3 }

  perProfR14GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfR14Entry  4 }

  perProfR14PerProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { perProfR14Entry  5 }

  perProfR14ValidSubTypes OBJECT-TYPE
    SYNTAX       BITS {
                   individualLine(0),
                   pBX(1),
                   businessGroup(2),
                   businessGroupLine(3),
                   multipleAppearanceDirectoryNumber(4),
                   mLHGPilotDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid subscriber types'."
    DEFVAL       { {individualLine, pBX, businessGroup, businessGroupLine, multipleAppearanceDirectoryNumber, mLHGPilotDN} }
    ::= { perProfR14Entry  6 }

  perProfR14SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  7 }

  perProfR14SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  8 }

  perProfR14SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  9 }

  perProfR14SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  10 }

  perProfR14SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  11 }

  perProfR14SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  12 }

  perProfR14SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  13 }

  perProfR14SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  14 }

  perProfR14SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  15 }

  perProfR14SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  16 }

  perProfR14SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  17 }

  perProfR14SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  18 }

  perProfR14SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  19 }

  perProfR14SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  20 }

  perProfR14SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  21 }

  perProfR14SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  22 }

  perProfR14SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  23 }

  perProfR14SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  24 }

  perProfR14SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  25 }

  perProfR14SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  26 }

  perProfR14SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  27 }

  perProfR14SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  28 }

  perProfR14SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  29 }

  perProfR14SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  30 }

  perProfR14SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  31 }

  perProfR14SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  32 }

  perProfR14SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  33 }

  perProfR14SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  34 }

  perProfR14SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  35 }

  perProfR14SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  36 }

  perProfR14SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  40 }

  perProfR14SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  41 }

  perProfR14SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  42 }

  perProfR14SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  43 }

  perProfR14SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  44 }

  perProfR14SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  45 }

  perProfR14SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  46 }

  perProfR14SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  47 }

  perProfR14SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  48 }

  perProfR14SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  49 }

  perProfR14SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  50 }

  perProfR14SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  51 }

  perProfR14SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  52 }

  perProfR14SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  53 }

  perProfR14SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  54 }

  perProfR14SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  55 }

  perProfR14SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  56 }

  perProfR14SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  57 }

  perProfR14SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  58 }

  perProfR14SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  59 }

  perProfR14SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  60 }

  perProfR14SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  61 }

  perProfR14SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  62 }

  perProfR14SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  63 }

  perProfR14SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  64 }

  perProfR14SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  65 }

  perProfR14SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  66 }

  perProfR14ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { perProfR14Entry  67 }

  perProfR14ChldCllSrvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR14Entry  68 }

  perProfR14ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { perProfR14Entry  69 }

  perProfR14ChldCllSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR14Entry  70 }

  perProfR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfR14Entry  71 }

  perProfR14ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfR14Entry  72 }

  perProfR14ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfR14Entry  73 }

  perProfR14ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfR14Entry  74 }

  perProfR14ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfR14Entry  75 }

  perProfR14ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfR14Entry  76 }

  perProfR14ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfR14Entry  77 }

  perProfR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   managePhoneProfiles(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfR14Entry  78 }

  perProfR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfR14Entry  79 }

  perProfR14SynchronizationInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization of subscribers in progress'."
    ::= { perProfR14Entry  80 }

  perProfR14SDActClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  81 }

  perProfR14SDDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  82 }

  perProfR14SDUseDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  83 }

  perProfR14SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  84 }

  perProfR14SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  85 }

  perProfR14SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  86 }

  perProfR14SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  87 }

  perProfR14SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  88 }

  perProfR14SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  89 }

  perProfR14SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  90 }

  perProfR14SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  91 }

  perProfR14SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  95 }

  perProfR14SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  96 }

  perProfR14SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  97 }

  perProfR14SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  98 }

  perProfR14SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  99 }

  perProfR14SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  100 }

  perProfR14SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  101 }

  perProfR14SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  102 }

  perProfR14SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  103 }

  perProfR14SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  104 }

  perProfR14SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  105 }

  perProfR14SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  106 }

  perProfR14SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  107 }

  perProfR14SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  108 }

  perProfR14SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  109 }

  perProfR14SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  110 }

  perProfR14SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  111 }

  perProfR14SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  112 }

  perProfR14SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  113 }

  perProfR14SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  114 }

  perProfR14SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  115 }

  perProfR14SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  116 }

  perProfR14SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  117 }

  perProfR14SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  118 }

  perProfR14SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  119 }

  perProfR14SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  120 }

  perProfR14SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  121 }

  perProfR14SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  122 }

  perProfR14SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  123 }

  perProfR14SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  124 }

  perProfR14SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  125 }

  perProfR14SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  126 }

  perProfR14SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  127 }

  perProfR14SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  128 }

  perProfR14SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  129 }

  perProfR14SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  130 }

  perProfR14SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  131 }

  perProfR14SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  132 }

  perProfR14SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  133 }

  perProfR14SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  134 }

  perProfR14SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  135 }

  perProfR14SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  136 }

  perProfR14SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  137 }

  perProfR14SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  138 }

  perProfR14SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  139 }

  perProfSDActR14SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  140 }

  perProfSDDefR14SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR14Entry  141 }

  perProfR14SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  142 }

  perProfR14SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  148 }

  perProfR14SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  149 }

  perProfR14SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  150 }

  perProfR14SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  151 }

  perProfR14SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  152 }

  perProfR14SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  153 }

  perProfR14SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  154 }

  perProfR14SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  155 }

  perProfR14SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  156 }

  perProfR14SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  157 }

  perProfR14SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  158 }

  perProfR14SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  159 }

  perProfR14SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  160 }

  perProfR14SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  161 }

  perProfR14SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  162 }

  perProfR14SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  163 }

  perProfR14SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  164 }

  perProfR14SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  165 }

  perProfR14SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  166 }

  perProfR14SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  167 }

  perProfR14SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  168 }

  perProfR14SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  169 }

  perProfR14SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  170 }

  perProfR14SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  171 }

  perProfR14SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  172 }

  perProfR14SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  173 }

  perProfR14SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  174 }

  perProfR14SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  175 }

  perProfR14SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  176 }

  perProfR14SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  177 }

  perProfR14SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  178 }

  perProfR14SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  179 }

  perProfR14SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  180 }

  perProfR14SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  181 }

  perProfR14SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  182 }

  perProfR14SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  183 }

  perProfR14NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { perProfR14Entry  184 }

  perProfR14ProfIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Profile is referenced by subscribers'."
    ::= { perProfR14Entry  185 }

  perProfR14TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfR14Entry  186 }

  perProfR14TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfR14Entry  187 }

  perProfR14TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfR14Entry  188 }

  perProfR14TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfR14Entry  189 }

  perProfR14SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  190 }

  perProfR14SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  191 }

  perProfR14SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  192 }

  perProfR14SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  193 }

  perProfR14SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  194 }

  perProfR14SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  195 }

  perProfR14SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  196 }

  perProfR14SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  197 }

  perProfR14SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  198 }

  perProfR14SDActInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  199 }

  perProfR14SDDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  200 }

  perProfR14SDUseDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  201 }

  perProfR14ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfR14Entry  202 }

  perProfR14SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  203 }

  perProfR14SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  204 }

  perProfR14SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  205 }

  perProfR14SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  206 }

  perProfR14SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  207 }

  perProfR14SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  208 }

  perProfR14SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  209 }

  perProfR14SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR14Entry  210 }

  perProfR14SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR14Entry  211 }

  perProfR14ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfR14Entry  212 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Call Forwarding Services'                           */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  perProfCallFwdR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfCallFwdR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2355 }

  perProfCallFwdR5Entry OBJECT-TYPE
    SYNTAX       PerProfCallFwdR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfCallFwdR5NEConn,
             perProfCallFwdR5NetwkElement,
             perProfCallFwdR5CFSIx,
             perProfCallFwdR5GpIx }
    ::= {  perProfCallFwdR5Table  1  }

  PerProfCallFwdR5Entry  ::=  SEQUENCE
  {
    perProfCallFwdR5NEConn             Unsigned32,
    perProfCallFwdR5NetwkElement       DisplayString,
    perProfCallFwdR5CFSIx              Unsigned32,
    perProfCallFwdR5GpIx               Unsigned32,
    perProfCallFwdR5SDActMaxSimulFwds  Unsigned32,
    perProfCallFwdR5SDDefMaxSimulFwds  Unsigned32,
    perProfCallFwdR5SDUseDefMaxSimulFwds
                                       INTEGER,
    perProfCallFwdR5SDActUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR5SDDefUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR5SDUseDefUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR5SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR5SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR5SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR5SDActNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR5SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR5SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR5SDActPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR5SDDefPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR5SDUseDefPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR5SDActCFUSubscribed INTEGER,
    perProfCallFwdR5SDDefCFUSubscribed INTEGER,
    perProfCallFwdR5SDUseDefCFUSubscribed
                                       INTEGER,
    perProfCallFwdR5SDActCFUVariant    INTEGER,
    perProfCallFwdR5SDDefCFUVariant    INTEGER,
    perProfCallFwdR5SDUseDefCFUVariant INTEGER,
    perProfCallFwdR5SDActCFUSingleRing INTEGER,
    perProfCallFwdR5SDDefCFUSingleRing INTEGER,
    perProfCallFwdR5SDUseDefCFUSingleRing
                                       INTEGER,
    perProfCallFwdR5SDActCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR5SDDefCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR5SDUseDefCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR5SDActCFBLVariant   INTEGER,
    perProfCallFwdR5SDDefCFBLVariant   INTEGER,
    perProfCallFwdR5SDUseDefCFBLVariant
                                       INTEGER,
    perProfCallFwdR5SDActCFDASubscribed
                                       INTEGER,
    perProfCallFwdR5SDDefCFDASubscribed
                                       INTEGER,
    perProfCallFwdR5SDUseDefCFDASubscribed
                                       INTEGER,
    perProfCallFwdR5SDActCFDAVariant   INTEGER,
    perProfCallFwdR5SDDefCFDAVariant   INTEGER,
    perProfCallFwdR5SDUseDefCFDAVariant
                                       INTEGER,
    perProfCallFwdR5SDActCFDANoReplyTime
                                       Unsigned32,
    perProfCallFwdR5SDDefCFDANoReplyTime
                                       Unsigned32,
    perProfCallFwdR5SDUseDefCFDANoReplyTime
                                       INTEGER,
    perProfCallFwdR5SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR5SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR5SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR5SDActSCFSubscribed INTEGER,
    perProfCallFwdR5SDDefSCFSubscribed INTEGER,
    perProfCallFwdR5SDUseDefSCFSubscribed
                                       INTEGER,
    perProfCallFwdR5SDActSCFSingleRing INTEGER,
    perProfCallFwdR5SDDefSCFSingleRing INTEGER,
    perProfCallFwdR5SDUseDefSCFSingleRing
                                       INTEGER,
    perProfCallFwdR5SDActSCFUSB        INTEGER,
    perProfCallFwdR5SDDefSCFUSB        INTEGER,
    perProfCallFwdR5SDUseDefSCFUSB     INTEGER,
    perProfCallFwdR5SDActBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR5SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR5SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR5SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    perProfCallFwdR5SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    perProfCallFwdR5SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    perProfCallFwdR5SDActBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR5SDDefBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR5SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR5SDActRACFSubscribed
                                       INTEGER,
    perProfCallFwdR5SDDefRACFSubscribed
                                       INTEGER,
    perProfCallFwdR5SDUseDefRACFSubscribed
                                       INTEGER,
    perProfCallFwdR5SDActFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR5SDDefFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR5SDUseDefFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR5SDActFMFMServLvl   INTEGER,
    perProfCallFwdR5SDDefFMFMServLvl   INTEGER,
    perProfCallFwdR5SDUseDefFMFMServLvl
                                       INTEGER,
    perProfCallFwdR5SDActRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR5SDDefRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR5SDUseDefRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR5SDActUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR5SDDefUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR5SDUseDefUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR5SDActNmRlToCllr    INTEGER,
    perProfCallFwdR5SDDefNmRlToCllr    INTEGER,
    perProfCallFwdR5SDUseDefNmRlToCllr INTEGER,
    perProfCallFwdR5SDActDivertedToNmRlToCllr
                                       INTEGER,
    perProfCallFwdR5SDDefDivertedToNmRlToCllr
                                       INTEGER,
    perProfCallFwdR5SDUseDefDivertedToNmRlToCllr
                                       INTEGER
  }

  perProfCallFwdR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfCallFwdR5Entry  1 }

  perProfCallFwdR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfCallFwdR5Entry  2 }

  perProfCallFwdR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfCallFwdR5Entry  3 }

  perProfCallFwdR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfCallFwdR5Entry  4 }

  perProfCallFwdR5SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  5 }

  perProfCallFwdR5SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  6 }

  perProfCallFwdR5SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  7 }

  perProfCallFwdR5SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  8 }

  perProfCallFwdR5SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  9 }

  perProfCallFwdR5SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  10 }

  perProfCallFwdR5SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  11 }

  perProfCallFwdR5SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  12 }

  perProfCallFwdR5SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  13 }

  perProfCallFwdR5SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  14 }

  perProfCallFwdR5SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  15 }

  perProfCallFwdR5SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  16 }

  perProfCallFwdR5SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  17 }

  perProfCallFwdR5SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  18 }

  perProfCallFwdR5SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  19 }

  perProfCallFwdR5SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  20 }

  perProfCallFwdR5SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  21 }

  perProfCallFwdR5SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  22 }

  perProfCallFwdR5SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  23 }

  perProfCallFwdR5SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  24 }

  perProfCallFwdR5SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  25 }

  perProfCallFwdR5SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  26 }

  perProfCallFwdR5SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  27 }

  perProfCallFwdR5SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  28 }

  perProfCallFwdR5SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  29 }

  perProfCallFwdR5SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  30 }

  perProfCallFwdR5SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  31 }

  perProfCallFwdR5SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  32 }

  perProfCallFwdR5SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  33 }

  perProfCallFwdR5SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  34 }

  perProfCallFwdR5SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  35 }

  perProfCallFwdR5SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  36 }

  perProfCallFwdR5SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  37 }

  perProfCallFwdR5SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  38 }

  perProfCallFwdR5SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  39 }

  perProfCallFwdR5SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  40 }

  perProfCallFwdR5SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  41 }

  perProfCallFwdR5SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  42 }

  perProfCallFwdR5SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  43 }

  perProfCallFwdR5SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  44 }

  perProfCallFwdR5SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  45 }

  perProfCallFwdR5SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  46 }

  perProfCallFwdR5SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  47 }

  perProfCallFwdR5SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  48 }

  perProfCallFwdR5SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  49 }

  perProfCallFwdR5SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  50 }

  perProfCallFwdR5SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  51 }

  perProfCallFwdR5SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  52 }

  perProfCallFwdR5SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  53 }

  perProfCallFwdR5SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  54 }

  perProfCallFwdR5SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  55 }

  perProfCallFwdR5SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  56 }

  perProfCallFwdR5SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  57 }

  perProfCallFwdR5SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  58 }

  perProfCallFwdR5SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  59 }

  perProfCallFwdR5SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  60 }

  perProfCallFwdR5SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  61 }

  perProfCallFwdR5SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  62 }

  perProfCallFwdR5SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  63 }

  perProfCallFwdR5SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  64 }

  perProfCallFwdR5SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  65 }

  perProfCallFwdR5SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  66 }

  perProfCallFwdR5SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  67 }

  perProfCallFwdR5SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  68 }

  perProfCallFwdR5SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  69 }

  perProfCallFwdR5SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  70 }

  perProfCallFwdR5SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  71 }

  perProfCallFwdR5SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  72 }

  perProfCallFwdR5SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  73 }

  perProfCallFwdR5SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  74 }

  perProfCallFwdR5SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  75 }

  perProfCallFwdR5SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  76 }

  perProfCallFwdR5SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  77 }

  perProfCallFwdR5SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  78 }

  perProfCallFwdR5SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  79 }

  perProfCallFwdR5SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  80 }

  perProfCallFwdR5SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  81 }

  perProfCallFwdR5SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  82 }

  perProfCallFwdR5SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  83 }

  perProfCallFwdR5SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR5Entry  84 }

  perProfCallFwdR5SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR5Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  indLineR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2356 }

  indLineR25Entry OBJECT-TYPE
    SYNTAX       IndLineR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR25NEConn,
             indLineR25NetwkElement,
             indLineR25CFSIx,
             indLineR25DirNum }
    ::= {  indLineR25Table  1  }

  IndLineR25Entry  ::=  SEQUENCE
  {
    indLineR25NEConn                   Unsigned32,
    indLineR25NetwkElement             DisplayString,
    indLineR25CFSIx                    Unsigned32,
    indLineR25DirNum                   DisplayString,
    indLineR25PresNum                  DisplayString,
    indLineR25ClgPartyNum              DisplayString,
    indLineR25I1SubGpNEConn            Unsigned32,
    indLineR25I2SubGpNetwkElement      DisplayString,
    indLineR25I3SubGpCFSIx             Unsigned32,
    indLineR25I4SubGpSubGpIx           Unsigned32,
    indLineR25NumStatus                INTEGER,
    indLineR25T1I1AccDevNEConn         Unsigned32,
    indLineR25T1I2AccDevNetwkElement   DisplayString,
    indLineR25T1I3AccDevCFSIx          Unsigned32,
    indLineR25T1I4AccDevGatewayIx      Unsigned32,
    indLineR25T1I5AccDevDeviceIx       Unsigned32,
    indLineR25T2I1AccDevNEConn         Unsigned32,
    indLineR25T2I2AccDevNetwkElement   DisplayString,
    indLineR25T2I3AccDevCFSIx          Unsigned32,
    indLineR25T2I4AccDevGatewayIx      Unsigned32,
    indLineR25T2I5AccDevDeviceIx       Unsigned32,
    indLineR25AccessLineNum            Unsigned32,
    indLineR25PortedExchangeID         DisplayString,
    indLineR25SignalFunctionCode       INTEGER,
    indLineR25LineUsage                INTEGER,
    indLineR25FSKFormat                INTEGER,
    indLineR25PIN                      DisplayString,
    indLineR25Locale                   INTEGER,
    indLineR25LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR25DigitMaskingReqd         INTEGER,
    indLineR25OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR25OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR25OrigingFacilityMarksADC  INTEGER,
    indLineR25TermFacilityMarksServInterception
                                       INTEGER,
    indLineR25TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR25ActYear                  Unsigned32,
    indLineR25ActMonth                 Unsigned32,
    indLineR25ActDate                  Unsigned32,
    indLineR25LastInCallClgType        INTEGER,
    indLineR25LastInCallUniqueNum      INTEGER,
    indLineR25LastInCallClgNum         DisplayString,
    indLineR25LastInCallClgPresNum     DisplayString,
    indLineR25LastInCallTimeCall       Unsigned32,
    indLineR25LastInCallCallerWaited   INTEGER,
    indLineR25LastInCallCallAnswrd     INTEGER,
    indLineR25LastInCallCallTraced     INTEGER,
    indLineR25AlrmState                INTEGER,
    indLineR25AlrmLogCorr              Counter64,
    indLineR25AddtlAlrmLogCorr         Counter64,
    indLineR25AlrmEvtsAttnRq           Unsigned32,
    indLineR25AlrmEvtsAtndDp           Unsigned32,
    indLineR25AlrmStateTimestamp       Unsigned32,
    indLineR25ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR25ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR25ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR25ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR25DiagsLogLvl              INTEGER,
    indLineR25DiagsAPITraceEnabled     INTEGER,
    indLineR25DiagsAPITraceTag         DisplayString,
    indLineR25DiagsAPITraceRemNum      DisplayString,
    indLineR25SummaryChldAlrmState     INTEGER,
    indLineR25RowStatus                RowStatus,
    indLineR25ExportNumObjectsExported Integer32,
    indLineR25ExportStatus             DisplayString,
    indLineR25ExportFile               DisplayString,
    indLineR25ExportCorr               Counter64,
    indLineR25ExportCorrNode           DisplayString,
    indLineR25ExportCorrUID            DisplayString,
    indLineR25DoExtraActions           INTEGER,
    indLineR25MovedToDirNum            DisplayString,
    indLineR25CustInfo                 DisplayString,
    indLineR25SigType                  INTEGER,
    indLineR25I1ISDNInterfaceNEConn    Unsigned32,
    indLineR25I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR25I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR25I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR25I5ISDNInterfacePRIIx     Unsigned32,
    indLineR25ISDNDefBearerCapabilities
                                       BITS,
    indLineR25DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR25SIPUserName              DisplayString,
    indLineR25SIPDomainName            DisplayString,
    indLineR25UseStaticNATMapping      INTEGER,
    indLineR25SIPRegistrationStatus    INTEGER,
    indLineR25SIPAuthenticationReqd    INTEGER,
    indLineR25NewSIPPassword           DisplayString,
    indLineR25ConfirmNewSIPPassword    DisplayString,
    indLineR25ServSuspended            INTEGER,
    indLineR25GR303NailedUpConn        INTEGER,
    indLineR25TSL                      INTEGER,
    indLineR25CustInfo2                DisplayString,
    indLineR25CustInfo3                DisplayString,
    indLineR25CustInfo4                DisplayString,
    indLineR25CustInfo5                DisplayString,
    indLineR25CustInfo6                DisplayString,
    indLineR25PrimaryLineDirNum        DisplayString,
    indLineR25RingPattnRO              INTEGER,
    indLineR25RecentlyMovedFromOldNum  INTEGER,
    indLineR25MovedFromDirNum          DisplayString,
    indLineR25ConnectCallAfterAnnounce INTEGER,
    indLineR25ChargeNum                DisplayString,
    indLineR25I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR25I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR25I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR25I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR25PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR25GR303DialType            INTEGER,
    indLineR25LastOutCallCldType       INTEGER,
    indLineR25LastOutCallCldNum        DisplayString,
    indLineR25LastOutCallNumPres       INTEGER,
    indLineR25LastOutCallCallType      INTEGER,
    indLineR25LastOutCallDirectDialed  INTEGER,
    indLineR25LastOutCallCarr          DisplayString,
    indLineR25I1PerProfNEConn          Unsigned32,
    indLineR25I2PerProfNetwkElement    DisplayString,
    indLineR25I3PerProfCFSIx           Unsigned32,
    indLineR25I4PerProfGpIx            Unsigned32,
    indLineR25InUseBy                  INTEGER,
    indLineR25UseDNIdentification      INTEGER,
    indLineR25SDActTimezone            INTEGER,
    indLineR25SDDefTimezone            INTEGER,
    indLineR25SDUseDefTimezone         INTEGER,
    indLineR25SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR25SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR25SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR25SDActMaxCallAppearances  Unsigned32,
    indLineR25SDDefMaxCallAppearances  Unsigned32,
    indLineR25SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR25SDActLongDistanceCarr    DisplayString,
    indLineR25SDDefLongDistanceCarr    DisplayString,
    indLineR25SDUseDefLongDistanceCarr INTEGER,
    indLineR25SDActIntraLATACarr       DisplayString,
    indLineR25SDDefIntraLATACarr       DisplayString,
    indLineR25SDUseDefIntraLATACarr    INTEGER,
    indLineR25SDActRtgAttrs            BITS,
    indLineR25SDDefRtgAttrs            BITS,
    indLineR25SDUseDefRtgAttrs         INTEGER,
    indLineR25SDActBillType            INTEGER,
    indLineR25SDDefBillType            INTEGER,
    indLineR25SDUseDefBillType         INTEGER,
    indLineR25SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR25SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR25SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR25SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR25SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR25SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR25SDActTariffGp            INTEGER,
    indLineR25SDDefTariffGp            INTEGER,
    indLineR25SDUseDefTariffGp         INTEGER,
    indLineR25SDActLCC1                INTEGER,
    indLineR25SDDefLCC1                INTEGER,
    indLineR25SDUseDefLCC1             INTEGER,
    indLineR25SDActLCC2                INTEGER,
    indLineR25SDDefLCC2                INTEGER,
    indLineR25SDUseDefLCC2             INTEGER,
    indLineR25SDActLCC3                INTEGER,
    indLineR25SDDefLCC3                INTEGER,
    indLineR25SDUseDefLCC3             INTEGER,
    indLineR25SDActLCC4                INTEGER,
    indLineR25SDDefLCC4                INTEGER,
    indLineR25SDUseDefLCC4             INTEGER,
    indLineR25SDActLCC5                INTEGER,
    indLineR25SDDefLCC5                INTEGER,
    indLineR25SDUseDefLCC5             INTEGER,
    indLineR25SDActForceLNPLookup      INTEGER,
    indLineR25SDDefForceLNPLookup      INTEGER,
    indLineR25SDUseDefForceLNPLookup   INTEGER,
    indLineR25SDActIntnatlCarr         DisplayString,
    indLineR25SDDefIntnatlCarr         DisplayString,
    indLineR25SDUseDefIntnatlCarr      INTEGER,
    indLineR25LineTrafficStudy         INTEGER,
    indLineR25CallListsMissedCalls     LongDisplayString,
    indLineR25CallListsAnswrdCalls     LongDisplayString,
    indLineR25CallListsDialedCalls     LongDisplayString,
    indLineR25EnabledDate              Unsigned32,
    indLineR25SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR25SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR25SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR25SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR25SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR25SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR25SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR25SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR25SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR25SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR25SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR25SDActLCC6                INTEGER,
    indLineR25SDDefLCC6                INTEGER,
    indLineR25SDUseDefLCC6             INTEGER,
    indLineR25SDActLCC7                INTEGER,
    indLineR25SDDefLCC7                INTEGER,
    indLineR25SDUseDefLCC7             INTEGER,
    indLineR25SDActLCC8                INTEGER,
    indLineR25SDDefLCC8                INTEGER,
    indLineR25SDUseDefLCC8             INTEGER,
    indLineR25SDActLCC9                INTEGER,
    indLineR25SDDefLCC9                INTEGER,
    indLineR25SDUseDefLCC9             INTEGER,
    indLineR25SDActLCC10               INTEGER,
    indLineR25SDDefLCC10               INTEGER,
    indLineR25SDUseDefLCC10            INTEGER,
    indLineR25SDActLCC11               INTEGER,
    indLineR25SDDefLCC11               INTEGER,
    indLineR25SDUseDefLCC11            INTEGER,
    indLineR25SDActLCC12               INTEGER,
    indLineR25SDDefLCC12               INTEGER,
    indLineR25SDUseDefLCC12            INTEGER,
    indLineR25SDActLCC13               INTEGER,
    indLineR25SDDefLCC13               INTEGER,
    indLineR25SDUseDefLCC13            INTEGER,
    indLineR25SDActLCC14               INTEGER,
    indLineR25SDDefLCC14               INTEGER,
    indLineR25SDUseDefLCC14            INTEGER,
    indLineR25SDActLCC15               INTEGER,
    indLineR25SDDefLCC15               INTEGER,
    indLineR25SDUseDefLCC15            INTEGER,
    indLineR25SDActLCC16               INTEGER,
    indLineR25SDDefLCC16               INTEGER,
    indLineR25SDUseDefLCC16            INTEGER,
    indLineR25SDActLCC17               INTEGER,
    indLineR25SDDefLCC17               INTEGER,
    indLineR25SDUseDefLCC17            INTEGER,
    indLineR25SDActLCC18               INTEGER,
    indLineR25SDDefLCC18               INTEGER,
    indLineR25SDUseDefLCC18            INTEGER,
    indLineR25SDActLCC19               INTEGER,
    indLineR25SDDefLCC19               INTEGER,
    indLineR25SDUseDefLCC19            INTEGER,
    indLineR25SDActLCC20               INTEGER,
    indLineR25SDDefLCC20               INTEGER,
    indLineR25SDUseDefLCC20            INTEGER,
    indLineR25T1I1GatewayNEConn        Unsigned32,
    indLineR25T1I2GatewayNetwkElement  DisplayString,
    indLineR25T1I3GatewayCFSIx         Unsigned32,
    indLineR25T1I4GatewayGatewayIx     Unsigned32,
    indLineR25T2I1GatewayNEConn        Unsigned32,
    indLineR25T2I2GatewayNetwkElement  DisplayString,
    indLineR25T2I3GatewayCFSIx         Unsigned32,
    indLineR25T2I4GatewayGatewayIx     Unsigned32,
    indLineR25SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR25SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR25SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR25SDActVQMCallLogging      INTEGER,
    indLineR25SDDefVQMCallLogging      INTEGER,
    indLineR25SDUseDefVQMCallLogging   INTEGER,
    indLineR25CFMLvlOnApply            INTEGER,
    indLineR25SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR25SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR25SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR25CurrNumRegistrations     Integer32,
    indLineR25FaultMonitoringLvl       INTEGER,
    indLineR25CFMLvlOnApply2           INTEGER,
    indLineR25SIPPassword              DisplayString,
    indLineR25SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR25SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR25SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR25SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR25SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR25SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR25SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR25SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR25SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR25SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR25SDUseDefNetwkNode        INTEGER,
    indLineR25MovedToNumAsDialed       DisplayString,
    indLineR25MovedDate                Unsigned32,
    indLineR25SDActExpireAfter         Unsigned32,
    indLineR25SDDefExpireAfter         Unsigned32,
    indLineR25SDUseDefExpireAfter      INTEGER,
    indLineR25ExpiryDate               Unsigned32,
    indLineR25SecondLocale             INTEGER,
    indLineR25SDActAdvChrgAOCD         INTEGER,
    indLineR25SDDefAdvChrgAOCD         INTEGER,
    indLineR25SDUseDefAdvChrgAOCD      INTEGER,
    indLineR25SDActAdvChrgAOCE         INTEGER,
    indLineR25SDDefAdvChrgAOCE         INTEGER,
    indLineR25SDUseDefAdvChrgAOCE      INTEGER,
    indLineR25PayphoneMetering         INTEGER,
    indLineR25SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR25SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR25SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR25SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR25SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR25SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR25SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR25SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR25SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR25SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR25SDUseDefESAProtDom       INTEGER,
    indLineR25SASHostname              LongDisplayString,
    indLineR25I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR25I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR25I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR25SDActSubTimezone         LongDisplayString,
    indLineR25SDDefSubTimezone         LongDisplayString,
    indLineR25SDUseDefSubTimezone      INTEGER,
    indLineR25SDActChargeInd           INTEGER,
    indLineR25SDDefChargeInd           INTEGER,
    indLineR25SDUseDefChargeInd        INTEGER,
    indLineR25SDActSubClgCategory      INTEGER,
    indLineR25SDDefSubClgCategory      INTEGER,
    indLineR25SDUseDefSubClgCategory   INTEGER,
    indLineR25CustomerInfoFirstName    LongDisplayString,
    indLineR25CustomerInfoSecondName   LongDisplayString,
    indLineR25CustomerInfoOtherNames   LongDisplayString,
    indLineR25CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR25CustomerInfoSurname      LongDisplayString,
    indLineR25I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR25I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR25I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR25I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR25TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR25I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR25I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR25I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR25FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR25ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR25AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR25SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR25SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR25SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR25StatisticsAlrms          Integer32,
    indLineR25SupportDevTwinning       INTEGER,
    indLineR25DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR25DevTwinningSIPUserName   DisplayString,
    indLineR25DevTwinningSIPDomainName DisplayString,
    indLineR25DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR25DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR25I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR25I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR25I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR25I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR25DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR25DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR25DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR25DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR25DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR25I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR25I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR25I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR25I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR25DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR25DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR25DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR25DevTwinningSIPPassword   DisplayString,
    indLineR25NoUserEquipment          INTEGER,
    indLineR25SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR25SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR25SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR25AllowRehoming            INTEGER,
    indLineR25I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR25SDActAccessionClientOnly INTEGER,
    indLineR25SDDefAccessionClientOnly INTEGER,
    indLineR25SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR25PreSubscribedConn        INTEGER,
    indLineR25ExportIncASRepData       INTEGER,
    indLineR25PBXIsDuplicate           INTEGER,
    indLineR25PBXIsRenumbering         INTEGER,
    indLineR25SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR25SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR25SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR25ExportChldObjectsToInc   INTEGER
  }

  indLineR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR25Entry  1 }

  indLineR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR25Entry  2 }

  indLineR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR25Entry  3 }

  indLineR25DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR25Entry  4 }

  indLineR25PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR25Entry  5 }

  indLineR25ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR25Entry  6 }

  indLineR25I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR25Entry  7 }

  indLineR25I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR25Entry  8 }

  indLineR25I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR25Entry  9 }

  indLineR25I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR25Entry  10 }

  indLineR25NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR25Entry  11 }

  indLineR25T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR25Entry  12 }

  indLineR25T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR25Entry  13 }

  indLineR25T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR25Entry  14 }

  indLineR25T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR25Entry  15 }

  indLineR25T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR25Entry  16 }

  indLineR25T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR25Entry  17 }

  indLineR25T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR25Entry  18 }

  indLineR25T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR25Entry  19 }

  indLineR25T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR25Entry  20 }

  indLineR25T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR25Entry  21 }

  indLineR25AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR25Entry  22 }

  indLineR25PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR25Entry  23 }

  indLineR25SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR25Entry  24 }

  indLineR25LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR25Entry  25 }

  indLineR25FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR25Entry  26 }

  indLineR25PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR25Entry  29 }

  indLineR25Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR25Entry  30 }

  indLineR25LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR25Entry  33 }

  indLineR25DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR25Entry  34 }

  indLineR25OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR25Entry  36 }

  indLineR25OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR25Entry  37 }

  indLineR25OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR25Entry  38 }

  indLineR25TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR25Entry  39 }

  indLineR25TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR25Entry  40 }

  indLineR25ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR25Entry  42 }

  indLineR25ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR25Entry  43 }

  indLineR25ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR25Entry  44 }

  indLineR25LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR25Entry  45 }

  indLineR25LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR25Entry  46 }

  indLineR25LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR25Entry  47 }

  indLineR25LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR25Entry  48 }

  indLineR25LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR25Entry  49 }

  indLineR25LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR25Entry  50 }

  indLineR25LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR25Entry  51 }

  indLineR25LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR25Entry  52 }

  indLineR25AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR25Entry  53 }

  indLineR25AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR25Entry  54 }

  indLineR25AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR25Entry  55 }

  indLineR25AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR25Entry  56 }

  indLineR25AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR25Entry  57 }

  indLineR25AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR25Entry  58 }

  indLineR25ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR25Entry  59 }

  indLineR25ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR25Entry  60 }

  indLineR25ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR25Entry  61 }

  indLineR25ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR25Entry  62 }

  indLineR25DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR25Entry  63 }

  indLineR25DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR25Entry  64 }

  indLineR25DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR25Entry  65 }

  indLineR25DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR25Entry  66 }

  indLineR25SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR25Entry  67 }

  indLineR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR25Entry  68 }

  indLineR25ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR25Entry  69 }

  indLineR25ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR25Entry  70 }

  indLineR25ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR25Entry  71 }

  indLineR25ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR25Entry  72 }

  indLineR25ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR25Entry  73 }

  indLineR25ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR25Entry  74 }

  indLineR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR25Entry  75 }

  indLineR25MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR25Entry  76 }

  indLineR25CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR25Entry  77 }

  indLineR25SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR25Entry  78 }

  indLineR25I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR25Entry  79 }

  indLineR25I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR25Entry  80 }

  indLineR25I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR25Entry  81 }

  indLineR25I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR25Entry  82 }

  indLineR25I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR25Entry  83 }

  indLineR25ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR25Entry  84 }

  indLineR25DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR25Entry  85 }

  indLineR25SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR25Entry  86 }

  indLineR25SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR25Entry  87 }

  indLineR25UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR25Entry  88 }

  indLineR25SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR25Entry  89 }

  indLineR25SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR25Entry  90 }

  indLineR25NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR25Entry  91 }

  indLineR25ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR25Entry  92 }

  indLineR25ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR25Entry  96 }

  indLineR25GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR25Entry  97 }

  indLineR25TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR25Entry  98 }

  indLineR25CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR25Entry  99 }

  indLineR25CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR25Entry  100 }

  indLineR25CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR25Entry  101 }

  indLineR25CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR25Entry  102 }

  indLineR25CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR25Entry  103 }

  indLineR25PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR25Entry  104 }

  indLineR25RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR25Entry  105 }

  indLineR25RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR25Entry  106 }

  indLineR25MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR25Entry  107 }

  indLineR25ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR25Entry  108 }

  indLineR25ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR25Entry  109 }

  indLineR25I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  110 }

  indLineR25I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  111 }

  indLineR25I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  112 }

  indLineR25I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  113 }

  indLineR25PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR25Entry  114 }

  indLineR25GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR25Entry  120 }

  indLineR25LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR25Entry  122 }

  indLineR25LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR25Entry  123 }

  indLineR25LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR25Entry  124 }

  indLineR25LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR25Entry  125 }

  indLineR25LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR25Entry  126 }

  indLineR25LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR25Entry  127 }

  indLineR25I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR25Entry  133 }

  indLineR25I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR25Entry  134 }

  indLineR25I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR25Entry  135 }

  indLineR25I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR25Entry  136 }

  indLineR25InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR25Entry  137 }

  indLineR25UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR25Entry  138 }

  indLineR25SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  139 }

  indLineR25SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  140 }

  indLineR25SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  141 }

  indLineR25SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  142 }

  indLineR25SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  143 }

  indLineR25SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  144 }

  indLineR25SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  150 }

  indLineR25SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  151 }

  indLineR25SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  152 }

  indLineR25SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  153 }

  indLineR25SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  154 }

  indLineR25SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  155 }

  indLineR25SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  156 }

  indLineR25SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  157 }

  indLineR25SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  158 }

  indLineR25SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  159 }

  indLineR25SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  160 }

  indLineR25SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  161 }

  indLineR25SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  162 }

  indLineR25SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  163 }

  indLineR25SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  164 }

  indLineR25SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  165 }

  indLineR25SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  166 }

  indLineR25SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  167 }

  indLineR25SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  168 }

  indLineR25SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  169 }

  indLineR25SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  170 }

  indLineR25SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  171 }

  indLineR25SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  172 }

  indLineR25SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  173 }

  indLineR25SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  174 }

  indLineR25SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  175 }

  indLineR25SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  176 }

  indLineR25SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  177 }

  indLineR25SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  178 }

  indLineR25SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  179 }

  indLineR25SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  180 }

  indLineR25SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  181 }

  indLineR25SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  182 }

  indLineR25SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  183 }

  indLineR25SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  184 }

  indLineR25SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  185 }

  indLineR25SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  186 }

  indLineR25SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  187 }

  indLineR25SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  188 }

  indLineR25SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  189 }

  indLineR25SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  190 }

  indLineR25SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  191 }

  indLineR25SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  192 }

  indLineR25SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  193 }

  indLineR25SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  194 }

  indLineR25LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR25Entry  195 }

  indLineR25CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR25Entry  196 }

  indLineR25CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR25Entry  197 }

  indLineR25CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR25Entry  198 }

  indLineR25EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR25Entry  199 }

  indLineR25SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  207 }

  indLineR25SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  208 }

  indLineR25SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  209 }

  indLineR25SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  210 }

  indLineR25SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  211 }

  indLineR25SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  212 }

  indLineR25SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  213 }

  indLineR25SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  214 }

  indLineSDActR25SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  216 }

  indLineSDDefR25SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR25Entry  217 }

  indLineR25SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  218 }

  indLineR25SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  224 }

  indLineR25SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  225 }

  indLineR25SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  226 }

  indLineR25SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  227 }

  indLineR25SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  228 }

  indLineR25SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  229 }

  indLineR25SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  230 }

  indLineR25SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  231 }

  indLineR25SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  232 }

  indLineR25SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  233 }

  indLineR25SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  234 }

  indLineR25SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  235 }

  indLineR25SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  236 }

  indLineR25SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  237 }

  indLineR25SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  238 }

  indLineR25SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  239 }

  indLineR25SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  240 }

  indLineR25SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  241 }

  indLineR25SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  242 }

  indLineR25SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  243 }

  indLineR25SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  244 }

  indLineR25SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  245 }

  indLineR25SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  246 }

  indLineR25SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  247 }

  indLineR25SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  248 }

  indLineR25SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  249 }

  indLineR25SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  250 }

  indLineR25SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  251 }

  indLineR25SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  252 }

  indLineR25SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  253 }

  indLineR25SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  254 }

  indLineR25SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  255 }

  indLineR25SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  256 }

  indLineR25SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  257 }

  indLineR25SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  258 }

  indLineR25SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  259 }

  indLineR25SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  260 }

  indLineR25SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  261 }

  indLineR25SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  262 }

  indLineR25SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  263 }

  indLineR25SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  264 }

  indLineR25SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  265 }

  indLineR25SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  266 }

  indLineR25SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  267 }

  indLineR25SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  268 }

  indLineR25T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR25Entry  269 }

  indLineR25T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR25Entry  270 }

  indLineR25T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR25Entry  271 }

  indLineR25T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR25Entry  272 }

  indLineR25T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR25Entry  273 }

  indLineR25T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR25Entry  274 }

  indLineR25T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR25Entry  275 }

  indLineR25T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR25Entry  276 }

  indLineR25SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  285 }

  indLineR25SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  286 }

  indLineR25SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  287 }

  indLineR25SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  301 }

  indLineR25SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  302 }

  indLineR25SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  303 }

  indLineR25CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR25Entry  304 }

  indLineR25SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  305 }

  indLineR25SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  306 }

  indLineR25SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  307 }

  indLineR25CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR25Entry  308 }

  indLineR25FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR25Entry  309 }

  indLineR25CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR25Entry  310 }

  indLineR25SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR25Entry  311 }

  indLineR25SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  312 }

  indLineR25SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  313 }

  indLineR25SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  314 }

  indLineR25SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  315 }

  indLineR25SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  316 }

  indLineR25SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  317 }

  indLineR25SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  318 }

  indLineR25SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  319 }

  indLineSDActR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  321 }

  indLineSDDefR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR25Entry  322 }

  indLineR25SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  323 }

  indLineR25MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR25Entry  328 }

  indLineR25MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR25Entry  329 }

  indLineR25SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  330 }

  indLineR25SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  331 }

  indLineR25SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  332 }

  indLineR25ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR25Entry  333 }

  indLineR25SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR25Entry  346 }

  indLineR25SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  347 }

  indLineR25SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  348 }

  indLineR25SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  349 }

  indLineR25SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  350 }

  indLineR25SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  351 }

  indLineR25SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  352 }

  indLineR25PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR25Entry  353 }

  indLineR25SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  354 }

  indLineR25SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  355 }

  indLineR25SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  356 }

  indLineR25SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  357 }

  indLineR25SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  358 }

  indLineR25SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  359 }

  indLineR25SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  360 }

  indLineR25SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  361 }

  indLineSDActR25SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  363 }

  indLineSDDefR25SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR25Entry  364 }

  indLineR25SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  365 }

  indLineR25SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR25Entry  370 }

  indLineR25I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR25Entry  371 }

  indLineR25I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR25Entry  372 }

  indLineR25I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR25Entry  373 }

  indLineR25SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  375 }

  indLineR25SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  376 }

  indLineR25SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  377 }

  indLineR25SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  378 }

  indLineR25SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  379 }

  indLineR25SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  380 }

  indLineR25SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  381 }

  indLineR25SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  382 }

  indLineR25SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  383 }

  indLineR25CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR25Entry  390 }

  indLineR25CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR25Entry  391 }

  indLineR25CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR25Entry  392 }

  indLineR25CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR25Entry  393 }

  indLineR25CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR25Entry  394 }

  indLineR25I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR25Entry  395 }

  indLineR25I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR25Entry  396 }

  indLineR25I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR25Entry  397 }

  indLineR25I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR25Entry  398 }

  indLineR25TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR25Entry  399 }

  indLineR25I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR25Entry  400 }

  indLineR25I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR25Entry  401 }

  indLineR25I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR25Entry  402 }

  indLineR25FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR25Entry  403 }

  indLineR25ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR25Entry  404 }

  indLineR25AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR25Entry  405 }

  indLineR25SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  406 }

  indLineR25SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  407 }

  indLineR25SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  408 }

  indLineR25StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR25Entry  409 }

  indLineR25SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR25Entry  410 }

  indLineR25DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR25Entry  411 }

  indLineR25DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR25Entry  412 }

  indLineR25DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR25Entry  413 }

  indLineR25DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR25Entry  414 }

  indLineR25DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR25Entry  415 }

  indLineR25I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR25Entry  416 }

  indLineR25I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR25Entry  417 }

  indLineR25I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR25Entry  418 }

  indLineR25I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR25Entry  419 }

  indLineR25DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR25Entry  420 }

  indLineR25DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR25Entry  421 }

  indLineR25DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR25Entry  422 }

  indLineR25DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR25Entry  423 }

  indLineR25DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR25Entry  424 }

  indLineR25I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  425 }

  indLineR25I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  426 }

  indLineR25I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  427 }

  indLineR25I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR25Entry  428 }

  indLineR25DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR25Entry  429 }

  indLineR25DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR25Entry  430 }

  indLineR25DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR25Entry  431 }

  indLineR25DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR25Entry  432 }

  indLineR25NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR25Entry  433 }

  indLineR25SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  434 }

  indLineR25SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  435 }

  indLineR25SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  436 }

  indLineR25AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR25Entry  437 }

  indLineR25I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR25Entry  438 }

  indLineR25SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  439 }

  indLineR25SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  440 }

  indLineR25SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  441 }

  indLineR25PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR25Entry  442 }

  indLineR25ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR25Entry  443 }

  indLineR25PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR25Entry  444 }

  indLineR25PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR25Entry  445 }

  indLineR25SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  446 }

  indLineR25SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR25Entry  447 }

  indLineR25SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR25Entry  448 }

  indLineR25ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR25Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line Managed Device'                             */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  indLineMngdDevTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineMngdDevEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'."
    ::= { metaSwitch  2357 }

  indLineMngdDevEntry OBJECT-TYPE
    SYNTAX       IndLineMngdDevEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineMngdDevNEConn,
             indLineMngdDevNetwkElement,
             indLineMngdDevCFSIx,
             indLineMngdDevDirNum,
             indLineMngdDevMACAddr }
    ::= {  indLineMngdDevTable  1  }

  IndLineMngdDevEntry  ::=  SEQUENCE
  {
    indLineMngdDevNEConn               Unsigned32,
    indLineMngdDevNetwkElement         DisplayString,
    indLineMngdDevCFSIx                Unsigned32,
    indLineMngdDevDirNum               DisplayString,
    indLineMngdDevMACAddr              DisplayString,
    indLineMngdDevDesc                 DisplayString,
    indLineMngdDevDeviceVersion        INTEGER,
    indLineMngdDevDeviceModel          LongDisplayString,
    indLineMngdDevAssignedToUser       INTEGER,
    indLineMngdDevUserDirNum           DisplayString,
    indLineMngdDevMACTrustedUntil      Unsigned32,
    indLineMngdDevTimeAuthentication   Unsigned32,
    indLineMngdDevDelegatedManagementGp
                                       Integer32,
    indLineMngdDevRowStatus            RowStatus
  }

  indLineMngdDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineMngdDevEntry  1 }

  indLineMngdDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineMngdDevEntry  2 }

  indLineMngdDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineMngdDevEntry  3 }

  indLineMngdDevDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineMngdDevEntry  4 }

  indLineMngdDevMACAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..17))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MAC address'.
                  This is an index field."
    ::= { indLineMngdDevEntry  5 }

  indLineMngdDevDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { indLineMngdDevEntry  6 }

  indLineMngdDevDeviceVersion OBJECT-TYPE
    SYNTAX       INTEGER {
                   one(1),
                   two(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device version'."
    DEFVAL       { two }
    ::= { indLineMngdDevEntry  7 }

  indLineMngdDevDeviceModel OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device model'."
    ::= { indLineMngdDevEntry  8 }

  indLineMngdDevAssignedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Assigned to user'."
    DEFVAL       { false }
    ::= { indLineMngdDevEntry  9 }

  indLineMngdDevUserDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User directory number'."
    ::= { indLineMngdDevEntry  10 }

  indLineMngdDevMACTrustedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MAC trusted until'."
    ::= { indLineMngdDevEntry  11 }

  indLineMngdDevTimeAuthentication OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of authentication'."
    ::= { indLineMngdDevEntry  12 }

  indLineMngdDevDelegatedManagementGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delegated Management Group'."
    ::= { indLineMngdDevEntry  13 }

  indLineMngdDevRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineMngdDevEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  indLineCallFwdR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineCallFwdR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2358 }

  indLineCallFwdR8Entry OBJECT-TYPE
    SYNTAX       IndLineCallFwdR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineCallFwdR8NEConn,
             indLineCallFwdR8NetwkElement,
             indLineCallFwdR8CFSIx,
             indLineCallFwdR8DirNum }
    ::= {  indLineCallFwdR8Table  1  }

  IndLineCallFwdR8Entry  ::=  SEQUENCE
  {
    indLineCallFwdR8NEConn             Unsigned32,
    indLineCallFwdR8NetwkElement       DisplayString,
    indLineCallFwdR8CFSIx              Unsigned32,
    indLineCallFwdR8DirNum             DisplayString,
    indLineCallFwdR8SDActUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR8SDDefUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR8SDUseDefUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR8SDActNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR8SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR8SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR8SDActPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR8SDDefPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR8SDUseDefPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR8SDActCFUSubscribed INTEGER,
    indLineCallFwdR8SDDefCFUSubscribed INTEGER,
    indLineCallFwdR8SDUseDefCFUSubscribed
                                       INTEGER,
    indLineCallFwdR8CFUEnabled         INTEGER,
    indLineCallFwdR8CFUNum             DisplayString,
    indLineCallFwdR8SDActCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR8SDDefCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR8SDUseDefCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR8CFBLEnabled        INTEGER,
    indLineCallFwdR8CFBLNum            DisplayString,
    indLineCallFwdR8SDActCFDASubscribed
                                       INTEGER,
    indLineCallFwdR8SDDefCFDASubscribed
                                       INTEGER,
    indLineCallFwdR8SDUseDefCFDASubscribed
                                       INTEGER,
    indLineCallFwdR8CFDAEnabled        INTEGER,
    indLineCallFwdR8CFDANum            DisplayString,
    indLineCallFwdR8SDActCFDANoReplyTime
                                       Unsigned32,
    indLineCallFwdR8SDDefCFDANoReplyTime
                                       Unsigned32,
    indLineCallFwdR8SDUseDefCFDANoReplyTime
                                       INTEGER,
    indLineCallFwdR8SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR8SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR8SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR8SDActSCFSubscribed INTEGER,
    indLineCallFwdR8SDDefSCFSubscribed INTEGER,
    indLineCallFwdR8SDUseDefSCFSubscribed
                                       INTEGER,
    indLineCallFwdR8SCFEnabled         INTEGER,
    indLineCallFwdR8SCFNumToFwdTo      DisplayString,
    indLineCallFwdR8SCFNumAnonNumsFwd  Unsigned32,
    indLineCallFwdR8SDActSCFUSB        INTEGER,
    indLineCallFwdR8SDDefSCFUSB        INTEGER,
    indLineCallFwdR8SDUseDefSCFUSB     INTEGER,
    indLineCallFwdR8SDActLineHunt      INTEGER,
    indLineCallFwdR8SDDefLineHunt      INTEGER,
    indLineCallFwdR8SDUseDefLineHunt   INTEGER,
    indLineCallFwdR8SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLineCallFwdR8SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLineCallFwdR8SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    indLineCallFwdR8SDActBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR8SDDefBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR8SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR8DoExtraActions     INTEGER,
    indLineCallFwdR8SDActRACFSubscribed
                                       INTEGER,
    indLineCallFwdR8SDDefRACFSubscribed
                                       INTEGER,
    indLineCallFwdR8SDUseDefRACFSubscribed
                                       INTEGER,
    indLineCallFwdR8RACFBlocked        INTEGER,
    indLineCallFwdR8SDActMaxSimulFwds  Unsigned32,
    indLineCallFwdR8SDDefMaxSimulFwds  Unsigned32,
    indLineCallFwdR8SDUseDefMaxSimulFwds
                                       INTEGER,
    indLineCallFwdR8SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR8SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR8SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR8SDActCFUSingleRing INTEGER,
    indLineCallFwdR8SDDefCFUSingleRing INTEGER,
    indLineCallFwdR8SDUseDefCFUSingleRing
                                       INTEGER,
    indLineCallFwdR8SDActSCFSingleRing INTEGER,
    indLineCallFwdR8SDDefSCFSingleRing INTEGER,
    indLineCallFwdR8SDUseDefSCFSingleRing
                                       INTEGER,
    indLineCallFwdR8SDActCFUVariant    INTEGER,
    indLineCallFwdR8SDDefCFUVariant    INTEGER,
    indLineCallFwdR8SDUseDefCFUVariant INTEGER,
    indLineCallFwdR8SDActCFBLVariant   INTEGER,
    indLineCallFwdR8SDDefCFBLVariant   INTEGER,
    indLineCallFwdR8SDUseDefCFBLVariant
                                       INTEGER,
    indLineCallFwdR8SDActCFDAVariant   INTEGER,
    indLineCallFwdR8SDDefCFDAVariant   INTEGER,
    indLineCallFwdR8SDUseDefCFDAVariant
                                       INTEGER,
    indLineCallFwdR8BasicLineHuntingEnabled
                                       INTEGER,
    indLineCallFwdR8SDActFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR8SDDefFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR8SDUseDefFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR8SDActFMFMServLvl   INTEGER,
    indLineCallFwdR8SDDefFMFMServLvl   INTEGER,
    indLineCallFwdR8SDUseDefFMFMServLvl
                                       INTEGER,
    indLineCallFwdR8FMFMEnabled        INTEGER,
    indLineCallFwdR8SDActRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR8SDDefRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR8SDUseDefRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR8SDActUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR8SDDefUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR8SDUseDefUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR8UnavailCFEnabled   INTEGER,
    indLineCallFwdR8UnavailCFNum       DisplayString,
    indLineCallFwdR8SDActNmRlToCllr    INTEGER,
    indLineCallFwdR8SDDefNmRlToCllr    INTEGER,
    indLineCallFwdR8SDUseDefNmRlToCllr INTEGER,
    indLineCallFwdR8SDActDivertedToNmRlToCllr
                                       INTEGER,
    indLineCallFwdR8SDDefDivertedToNmRlToCllr
                                       INTEGER,
    indLineCallFwdR8SDUseDefDivertedToNmRlToCllr
                                       INTEGER
  }

  indLineCallFwdR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineCallFwdR8Entry  1 }

  indLineCallFwdR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineCallFwdR8Entry  2 }

  indLineCallFwdR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineCallFwdR8Entry  3 }

  indLineCallFwdR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineCallFwdR8Entry  4 }

  indLineCallFwdR8SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  5 }

  indLineCallFwdR8SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  6 }

  indLineCallFwdR8SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  7 }

  indLineCallFwdR8SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  8 }

  indLineCallFwdR8SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  9 }

  indLineCallFwdR8SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  10 }

  indLineCallFwdR8SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  11 }

  indLineCallFwdR8SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  12 }

  indLineCallFwdR8SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  13 }

  indLineCallFwdR8SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  14 }

  indLineCallFwdR8SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  15 }

  indLineCallFwdR8SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  16 }

  indLineCallFwdR8CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR8Entry  17 }

  indLineCallFwdR8CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { indLineCallFwdR8Entry  18 }

  indLineCallFwdR8SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  19 }

  indLineCallFwdR8SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  20 }

  indLineCallFwdR8SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  21 }

  indLineCallFwdR8CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR8Entry  22 }

  indLineCallFwdR8CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { indLineCallFwdR8Entry  23 }

  indLineCallFwdR8SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  24 }

  indLineCallFwdR8SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  25 }

  indLineCallFwdR8SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  26 }

  indLineCallFwdR8CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR8Entry  27 }

  indLineCallFwdR8CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { indLineCallFwdR8Entry  28 }

  indLineCallFwdR8SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  29 }

  indLineCallFwdR8SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  30 }

  indLineCallFwdR8SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  31 }

  indLineCallFwdR8SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  32 }

  indLineCallFwdR8SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  33 }

  indLineCallFwdR8SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  34 }

  indLineCallFwdR8SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  35 }

  indLineCallFwdR8SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  36 }

  indLineCallFwdR8SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  37 }

  indLineCallFwdR8SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR8Entry  38 }

  indLineCallFwdR8SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { indLineCallFwdR8Entry  39 }

  indLineCallFwdR8SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { indLineCallFwdR8Entry  40 }

  indLineCallFwdR8SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  41 }

  indLineCallFwdR8SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  42 }

  indLineCallFwdR8SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  43 }

  indLineCallFwdR8SDActLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  44 }

  indLineCallFwdR8SDDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  45 }

  indLineCallFwdR8SDUseDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  46 }

  indLineCallFwdR8SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  47 }

  indLineCallFwdR8SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  48 }

  indLineCallFwdR8SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  49 }

  indLineCallFwdR8SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  50 }

  indLineCallFwdR8SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  51 }

  indLineCallFwdR8SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  52 }

  indLineCallFwdR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineCallFwdR8Entry  53 }

  indLineCallFwdR8SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  54 }

  indLineCallFwdR8SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  55 }

  indLineCallFwdR8SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  56 }

  indLineCallFwdR8RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { indLineCallFwdR8Entry  57 }

  indLineCallFwdR8SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  61 }

  indLineCallFwdR8SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  62 }

  indLineCallFwdR8SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  63 }

  indLineCallFwdR8SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  64 }

  indLineCallFwdR8SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  65 }

  indLineCallFwdR8SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  66 }

  indLineCallFwdR8SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  68 }

  indLineCallFwdR8SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  69 }

  indLineCallFwdR8SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  70 }

  indLineCallFwdR8SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  77 }

  indLineCallFwdR8SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  78 }

  indLineCallFwdR8SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  79 }

  indLineCallFwdR8SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  80 }

  indLineCallFwdR8SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  81 }

  indLineCallFwdR8SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  82 }

  indLineCallFwdR8SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  83 }

  indLineCallFwdR8SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  84 }

  indLineCallFwdR8SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  85 }

  indLineCallFwdR8SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  86 }

  indLineCallFwdR8SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  87 }

  indLineCallFwdR8SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  88 }

  indLineCallFwdR8BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  89 }

  indLineCallFwdR8SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  90 }

  indLineCallFwdR8SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  91 }

  indLineCallFwdR8SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  92 }

  indLineCallFwdR8SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  93 }

  indLineCallFwdR8SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  94 }

  indLineCallFwdR8SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  95 }

  indLineCallFwdR8FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR8Entry  96 }

  indLineCallFwdR8SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  97 }

  indLineCallFwdR8SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  98 }

  indLineCallFwdR8SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  99 }

  indLineCallFwdR8SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  100 }

  indLineCallFwdR8SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  101 }

  indLineCallFwdR8SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  102 }

  indLineCallFwdR8UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR8Entry  103 }

  indLineCallFwdR8UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { indLineCallFwdR8Entry  104 }

  indLineCallFwdR8SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  105 }

  indLineCallFwdR8SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  106 }

  indLineCallFwdR8SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  107 }

  indLineCallFwdR8SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  108 }

  indLineCallFwdR8SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR8Entry  109 }

  indLineCallFwdR8SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR8Entry  110 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  aGCLineR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2359 }

  aGCLineR2Entry OBJECT-TYPE
    SYNTAX       AGCLineR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineR2NEConn,
             aGCLineR2NetwkElement,
             aGCLineR2CFSIx,
             aGCLineR2DirNum }
    ::= {  aGCLineR2Table  1  }

  AGCLineR2Entry  ::=  SEQUENCE
  {
    aGCLineR2NEConn                    Unsigned32,
    aGCLineR2NetwkElement              DisplayString,
    aGCLineR2CFSIx                     Unsigned32,
    aGCLineR2DirNum                    DisplayString,
    aGCLineR2CustInfo                  DisplayString,
    aGCLineR2CustInfo2                 DisplayString,
    aGCLineR2CustInfo3                 DisplayString,
    aGCLineR2CustInfo4                 DisplayString,
    aGCLineR2CustInfo5                 DisplayString,
    aGCLineR2CustInfo6                 DisplayString,
    aGCLineR2I1LineGpNEConn            Unsigned32,
    aGCLineR2I2LineGpNetwkElement      DisplayString,
    aGCLineR2I3LineGpCFSIx             Unsigned32,
    aGCLineR2I4LineGpSubGpIx           Unsigned32,
    aGCLineR2SigType                   INTEGER,
    aGCLineR2T1I1GatewayNEConn         Unsigned32,
    aGCLineR2T1I2GatewayNetwkElement   DisplayString,
    aGCLineR2T1I3GatewayCFSIx          Unsigned32,
    aGCLineR2T1I4GatewayGatewayIx      Unsigned32,
    aGCLineR2T2I1GatewayNEConn         Unsigned32,
    aGCLineR2T2I2GatewayNetwkElement   DisplayString,
    aGCLineR2T2I3GatewayCFSIx          Unsigned32,
    aGCLineR2T2I4GatewayGatewayIx      Unsigned32,
    aGCLineR2T1I1AccDevNEConn          Unsigned32,
    aGCLineR2T1I2AccDevNetwkElement    DisplayString,
    aGCLineR2T1I3AccDevCFSIx           Unsigned32,
    aGCLineR2T1I4AccDevGatewayIx       Unsigned32,
    aGCLineR2T1I5AccDevDeviceIx        Unsigned32,
    aGCLineR2T2I1AccDevNEConn          Unsigned32,
    aGCLineR2T2I2AccDevNetwkElement    DisplayString,
    aGCLineR2T2I3AccDevCFSIx           Unsigned32,
    aGCLineR2T2I4AccDevGatewayIx       Unsigned32,
    aGCLineR2T2I5AccDevDeviceIx        Unsigned32,
    aGCLineR2AccessLineNum             Unsigned32,
    aGCLineR2I1ISDNInterfaceNEConn     Unsigned32,
    aGCLineR2I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCLineR2I3ISDNInterfaceCFSIx      Unsigned32,
    aGCLineR2I4ISDNInterfaceISDNIx     Unsigned32,
    aGCLineR2I5ISDNInterfacePRIIx      Unsigned32,
    aGCLineR2ISDNDefBearerCapabilities BITS,
    aGCLineR2UseDNIdentification       INTEGER,
    aGCLineR2SIPUserName               DisplayString,
    aGCLineR2UseDomainFromRegistrar    INTEGER,
    aGCLineR2SIPDomainName             DisplayString,
    aGCLineR2SIPAuthenticationReqd     INTEGER,
    aGCLineR2NewSIPPassword            DisplayString,
    aGCLineR2ConfirmNewSIPPassword     DisplayString,
    aGCLineR2SIPPassword               DisplayString,
    aGCLineR2SDActI1NetwkNodeNEConn    Unsigned32,
    aGCLineR2SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR2SDActI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR2SDActI4NetwkNodeNodeIx    Unsigned32,
    aGCLineR2SDDefI1NetwkNodeNEConn    Unsigned32,
    aGCLineR2SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR2SDDefI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR2SDDefI4NetwkNodeNodeIx    Unsigned32,
    aGCLineSDActR2SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineSDDefR2SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineR2SDUseDefNetwkNode         INTEGER,
    aGCLineR2I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    aGCLineR2I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    aGCLineR2I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    aGCLineR2I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    aGCLineR2PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    aGCLineR2SignalFunctionCode        INTEGER,
    aGCLineR2LineUsage                 INTEGER,
    aGCLineR2GR303NailedUpConn         INTEGER,
    aGCLineR2GR303DialType             INTEGER,
    aGCLineR2FSKFormat                 INTEGER,
    aGCLineR2LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCLineR2SDActAdjustDaylightSavings
                                       INTEGER,
    aGCLineR2SDDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR2SDUseDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR2SDActLineTimezone         LongDisplayString,
    aGCLineR2SDDefLineTimezone         LongDisplayString,
    aGCLineR2SDUseDefLineTimezone      INTEGER,
    aGCLineR2EnabledDate               Unsigned32,
    aGCLineR2SASHostname               LongDisplayString,
    aGCLineR2SDActLCC1                 INTEGER,
    aGCLineR2SDDefLCC1                 INTEGER,
    aGCLineR2SDUseDefLCC1              INTEGER,
    aGCLineR2SDActLCC2                 INTEGER,
    aGCLineR2SDDefLCC2                 INTEGER,
    aGCLineR2SDUseDefLCC2              INTEGER,
    aGCLineR2SDActLCC3                 INTEGER,
    aGCLineR2SDDefLCC3                 INTEGER,
    aGCLineR2SDUseDefLCC3              INTEGER,
    aGCLineR2SDActLCC4                 INTEGER,
    aGCLineR2SDDefLCC4                 INTEGER,
    aGCLineR2SDUseDefLCC4              INTEGER,
    aGCLineR2SDActLCC5                 INTEGER,
    aGCLineR2SDDefLCC5                 INTEGER,
    aGCLineR2SDUseDefLCC5              INTEGER,
    aGCLineR2SDActLCC6                 INTEGER,
    aGCLineR2SDDefLCC6                 INTEGER,
    aGCLineR2SDUseDefLCC6              INTEGER,
    aGCLineR2SDActLCC7                 INTEGER,
    aGCLineR2SDDefLCC7                 INTEGER,
    aGCLineR2SDUseDefLCC7              INTEGER,
    aGCLineR2SDActLCC8                 INTEGER,
    aGCLineR2SDDefLCC8                 INTEGER,
    aGCLineR2SDUseDefLCC8              INTEGER,
    aGCLineR2SDActLCC9                 INTEGER,
    aGCLineR2SDDefLCC9                 INTEGER,
    aGCLineR2SDUseDefLCC9              INTEGER,
    aGCLineR2SDActLCC10                INTEGER,
    aGCLineR2SDDefLCC10                INTEGER,
    aGCLineR2SDUseDefLCC10             INTEGER,
    aGCLineR2SDActLCC11                INTEGER,
    aGCLineR2SDDefLCC11                INTEGER,
    aGCLineR2SDUseDefLCC11             INTEGER,
    aGCLineR2SDActLCC12                INTEGER,
    aGCLineR2SDDefLCC12                INTEGER,
    aGCLineR2SDUseDefLCC12             INTEGER,
    aGCLineR2SDActLCC13                INTEGER,
    aGCLineR2SDDefLCC13                INTEGER,
    aGCLineR2SDUseDefLCC13             INTEGER,
    aGCLineR2SDActLCC14                INTEGER,
    aGCLineR2SDDefLCC14                INTEGER,
    aGCLineR2SDUseDefLCC14             INTEGER,
    aGCLineR2SDActLCC15                INTEGER,
    aGCLineR2SDDefLCC15                INTEGER,
    aGCLineR2SDUseDefLCC15             INTEGER,
    aGCLineR2SDActLCC16                INTEGER,
    aGCLineR2SDDefLCC16                INTEGER,
    aGCLineR2SDUseDefLCC16             INTEGER,
    aGCLineR2SDActLCC17                INTEGER,
    aGCLineR2SDDefLCC17                INTEGER,
    aGCLineR2SDUseDefLCC17             INTEGER,
    aGCLineR2SDActLCC18                INTEGER,
    aGCLineR2SDDefLCC18                INTEGER,
    aGCLineR2SDUseDefLCC18             INTEGER,
    aGCLineR2SDActLCC19                INTEGER,
    aGCLineR2SDDefLCC19                INTEGER,
    aGCLineR2SDUseDefLCC19             INTEGER,
    aGCLineR2SDActLCC20                INTEGER,
    aGCLineR2SDDefLCC20                INTEGER,
    aGCLineR2SDUseDefLCC20             INTEGER,
    aGCLineR2DiagsLogLvl               INTEGER,
    aGCLineR2DiagsAPITraceEnabled      INTEGER,
    aGCLineR2DiagsAPITraceTag          DisplayString,
    aGCLineR2DiagsAPITraceRemNum       DisplayString,
    aGCLineR2SDActVQMCallLogging       INTEGER,
    aGCLineR2SDDefVQMCallLogging       INTEGER,
    aGCLineR2SDUseDefVQMCallLogging    INTEGER,
    aGCLineR2I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCLineR2I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCLineR2I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCLineR2I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCLineR2TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCLineR2LastInCallClgType         INTEGER,
    aGCLineR2LastInCallUniqueNum       INTEGER,
    aGCLineR2LastInCallClgNum          DisplayString,
    aGCLineR2LastInCallClgPresNum      DisplayString,
    aGCLineR2LastInCallTimeCall        Unsigned32,
    aGCLineR2LastInCallCallerWaited    INTEGER,
    aGCLineR2LastInCallCallAnswrd      INTEGER,
    aGCLineR2LastInCallCallTraced      INTEGER,
    aGCLineR2LastOutCallCldType        INTEGER,
    aGCLineR2LastOutCallCldNum         DisplayString,
    aGCLineR2LastOutCallNumPres        INTEGER,
    aGCLineR2LastOutCallCallType       INTEGER,
    aGCLineR2LastOutCallDirectDialed   INTEGER,
    aGCLineR2LastOutCallCarr           DisplayString,
    aGCLineR2RegDtlsCurrRegistered     INTEGER,
    aGCLineR2RegDtlsRegistrationIdentity
                                       LongDisplayString,
    aGCLineR2RegDtlsRegisteredIdentities
                                       LongDisplayString,
    aGCLineR2RegDtlsServRoute          LongDisplayString,
    aGCLineR2RegDtlsDurn               Unsigned32,
    aGCLineR2RegDtlsExpiryTime         Unsigned32,
    aGCLineR2RegDtlsLastRegistrationTime
                                       Unsigned32,
    aGCLineR2RegDtlsErrCode            Unsigned32,
    aGCLineR2RegDtlsErrReason          LongDisplayString,
    aGCLineR2I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    aGCLineR2I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCLineR2I3FaultMonitoringProfFMPIx
                                       Integer32,
    aGCLineR2FaultMonitoringProfOtherVals
                                       INTEGER,
    aGCLineR2ApplyFMPToReltdObjectTypes
                                       BITS,
    aGCLineR2AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCLineR2AlrmState                 INTEGER,
    aGCLineR2AlrmLogCorr               Counter64,
    aGCLineR2AddtlAlrmLogCorr          Counter64,
    aGCLineR2AlrmEvtsAttnRq            Unsigned32,
    aGCLineR2AlrmEvtsAtndDp            Unsigned32,
    aGCLineR2AlrmStateTimestamp        Unsigned32,
    aGCLineR2ChldCallServAlrmsAttnRq   Unsigned32,
    aGCLineR2ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    aGCLineR2ChldCallServAlrmsAtndDp   Unsigned32,
    aGCLineR2ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    aGCLineR2SummaryChldAlrmState      INTEGER,
    aGCLineR2ExportNumObjectsExported  Integer32,
    aGCLineR2ExportStatus              DisplayString,
    aGCLineR2ExportFile                DisplayString,
    aGCLineR2ExportCorr                Counter64,
    aGCLineR2ExportCorrNode            DisplayString,
    aGCLineR2ExportCorrUID             DisplayString,
    aGCLineR2DoExtraActions            INTEGER,
    aGCLineR2RowStatus                 RowStatus,
    aGCLineR2SDActI1SIPRegistrarNEConn Unsigned32,
    aGCLineR2SDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR2SDActI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR2SDActI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR2SDActI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCLineR2SDDefI1SIPRegistrarNEConn Unsigned32,
    aGCLineR2SDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR2SDDefI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR2SDDefI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR2SDDefI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCLineR2SDUseDefSIPRegistrar      INTEGER,
    aGCLineR2ExportIncASRepData        INTEGER,
    aGCLineR2I1PerProfNEConn           Unsigned32,
    aGCLineR2I2PerProfNetwkElement     DisplayString,
    aGCLineR2I3PerProfCFSIx            Unsigned32,
    aGCLineR2I4PerProfGpIx             Unsigned32,
    aGCLineR2SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR2SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR2SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR2SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCLineR2SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCLineR2SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    aGCLineR2ExportChldObjectsToInc    INTEGER
  }

  aGCLineR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineR2Entry  1 }

  aGCLineR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineR2Entry  2 }

  aGCLineR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineR2Entry  3 }

  aGCLineR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineR2Entry  4 }

  aGCLineR2CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCLineR2Entry  5 }

  aGCLineR2CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCLineR2Entry  6 }

  aGCLineR2CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCLineR2Entry  7 }

  aGCLineR2CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCLineR2Entry  8 }

  aGCLineR2CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCLineR2Entry  9 }

  aGCLineR2CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCLineR2Entry  10 }

  aGCLineR2I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR2Entry  11 }

  aGCLineR2I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR2Entry  12 }

  aGCLineR2I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR2Entry  13 }

  aGCLineR2I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR2Entry  14 }

  aGCLineR2SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCLineR2Entry  15 }

  aGCLineR2T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR2Entry  16 }

  aGCLineR2T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR2Entry  17 }

  aGCLineR2T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR2Entry  18 }

  aGCLineR2T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR2Entry  19 }

  aGCLineR2T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR2Entry  20 }

  aGCLineR2T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR2Entry  21 }

  aGCLineR2T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR2Entry  22 }

  aGCLineR2T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR2Entry  23 }

  aGCLineR2T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR2Entry  24 }

  aGCLineR2T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR2Entry  25 }

  aGCLineR2T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR2Entry  26 }

  aGCLineR2T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR2Entry  27 }

  aGCLineR2T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR2Entry  28 }

  aGCLineR2T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR2Entry  29 }

  aGCLineR2T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR2Entry  30 }

  aGCLineR2T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR2Entry  31 }

  aGCLineR2T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR2Entry  32 }

  aGCLineR2T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR2Entry  33 }

  aGCLineR2AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineR2Entry  34 }

  aGCLineR2I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR2Entry  35 }

  aGCLineR2I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR2Entry  36 }

  aGCLineR2I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR2Entry  37 }

  aGCLineR2I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR2Entry  38 }

  aGCLineR2I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR2Entry  39 }

  aGCLineR2ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCLineR2Entry  40 }

  aGCLineR2UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR2Entry  52 }

  aGCLineR2SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCLineR2Entry  53 }

  aGCLineR2UseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  54 }

  aGCLineR2SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCLineR2Entry  55 }

  aGCLineR2SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  56 }

  aGCLineR2NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR2Entry  57 }

  aGCLineR2ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR2Entry  58 }

  aGCLineR2SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCLineR2Entry  59 }

  aGCLineR2SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  60 }

  aGCLineR2SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  61 }

  aGCLineR2SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  62 }

  aGCLineR2SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  63 }

  aGCLineR2SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  64 }

  aGCLineR2SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  65 }

  aGCLineR2SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  66 }

  aGCLineR2SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  67 }

  aGCLineSDActR2SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  71 }

  aGCLineSDDefR2SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR2Entry  72 }

  aGCLineR2SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  73 }

  aGCLineR2I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR2Entry  78 }

  aGCLineR2I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR2Entry  79 }

  aGCLineR2I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR2Entry  80 }

  aGCLineR2I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR2Entry  81 }

  aGCLineR2PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR2Entry  82 }

  aGCLineR2SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineR2Entry  83 }

  aGCLineR2LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCLineR2Entry  84 }

  aGCLineR2GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR2Entry  85 }

  aGCLineR2GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineR2Entry  86 }

  aGCLineR2FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCLineR2Entry  87 }

  aGCLineR2LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR2Entry  88 }

  aGCLineR2SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  89 }

  aGCLineR2SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  90 }

  aGCLineR2SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  91 }

  aGCLineR2SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  92 }

  aGCLineR2SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  93 }

  aGCLineR2SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  94 }

  aGCLineR2EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCLineR2Entry  95 }

  aGCLineR2SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCLineR2Entry  96 }

  aGCLineR2SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  97 }

  aGCLineR2SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  98 }

  aGCLineR2SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  99 }

  aGCLineR2SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  100 }

  aGCLineR2SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  101 }

  aGCLineR2SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  102 }

  aGCLineR2SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  103 }

  aGCLineR2SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  104 }

  aGCLineR2SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  105 }

  aGCLineR2SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  106 }

  aGCLineR2SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  107 }

  aGCLineR2SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  108 }

  aGCLineR2SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  109 }

  aGCLineR2SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  110 }

  aGCLineR2SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  111 }

  aGCLineR2SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  112 }

  aGCLineR2SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  113 }

  aGCLineR2SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  114 }

  aGCLineR2SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  115 }

  aGCLineR2SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  116 }

  aGCLineR2SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  117 }

  aGCLineR2SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  118 }

  aGCLineR2SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  119 }

  aGCLineR2SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  120 }

  aGCLineR2SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  121 }

  aGCLineR2SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  122 }

  aGCLineR2SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  123 }

  aGCLineR2SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  124 }

  aGCLineR2SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  125 }

  aGCLineR2SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  126 }

  aGCLineR2SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  127 }

  aGCLineR2SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  128 }

  aGCLineR2SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  129 }

  aGCLineR2SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  130 }

  aGCLineR2SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  131 }

  aGCLineR2SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  132 }

  aGCLineR2SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  133 }

  aGCLineR2SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  134 }

  aGCLineR2SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  135 }

  aGCLineR2SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  136 }

  aGCLineR2SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  137 }

  aGCLineR2SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  138 }

  aGCLineR2SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  139 }

  aGCLineR2SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  140 }

  aGCLineR2SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  141 }

  aGCLineR2SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  142 }

  aGCLineR2SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  143 }

  aGCLineR2SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  144 }

  aGCLineR2SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  145 }

  aGCLineR2SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  146 }

  aGCLineR2SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  147 }

  aGCLineR2SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  148 }

  aGCLineR2SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  149 }

  aGCLineR2SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  150 }

  aGCLineR2SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  151 }

  aGCLineR2SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  152 }

  aGCLineR2SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  153 }

  aGCLineR2SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  154 }

  aGCLineR2SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  155 }

  aGCLineR2SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  156 }

  aGCLineR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineR2Entry  157 }

  aGCLineR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineR2Entry  158 }

  aGCLineR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineR2Entry  159 }

  aGCLineR2DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCLineR2Entry  160 }

  aGCLineR2SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  161 }

  aGCLineR2SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  162 }

  aGCLineR2SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  163 }

  aGCLineR2I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR2Entry  164 }

  aGCLineR2I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR2Entry  165 }

  aGCLineR2I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR2Entry  166 }

  aGCLineR2I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR2Entry  167 }

  aGCLineR2TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR2Entry  168 }

  aGCLineR2LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { aGCLineR2Entry  169 }

  aGCLineR2LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { aGCLineR2Entry  170 }

  aGCLineR2LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { aGCLineR2Entry  171 }

  aGCLineR2LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { aGCLineR2Entry  172 }

  aGCLineR2LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { aGCLineR2Entry  173 }

  aGCLineR2LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { aGCLineR2Entry  174 }

  aGCLineR2LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { aGCLineR2Entry  175 }

  aGCLineR2LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { aGCLineR2Entry  176 }

  aGCLineR2LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { aGCLineR2Entry  177 }

  aGCLineR2LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { aGCLineR2Entry  178 }

  aGCLineR2LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { aGCLineR2Entry  179 }

  aGCLineR2LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { aGCLineR2Entry  180 }

  aGCLineR2LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { aGCLineR2Entry  181 }

  aGCLineR2LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { aGCLineR2Entry  182 }

  aGCLineR2RegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCLineR2Entry  183 }

  aGCLineR2RegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCLineR2Entry  184 }

  aGCLineR2RegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCLineR2Entry  185 }

  aGCLineR2RegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCLineR2Entry  186 }

  aGCLineR2RegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCLineR2Entry  187 }

  aGCLineR2RegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCLineR2Entry  188 }

  aGCLineR2RegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCLineR2Entry  189 }

  aGCLineR2RegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCLineR2Entry  190 }

  aGCLineR2RegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCLineR2Entry  191 }

  aGCLineR2I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR2Entry  192 }

  aGCLineR2I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR2Entry  193 }

  aGCLineR2I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR2Entry  194 }

  aGCLineR2FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR2Entry  195 }

  aGCLineR2ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCLineR2Entry  196 }

  aGCLineR2AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  197 }

  aGCLineR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineR2Entry  198 }

  aGCLineR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineR2Entry  199 }

  aGCLineR2AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineR2Entry  200 }

  aGCLineR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR2Entry  201 }

  aGCLineR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR2Entry  202 }

  aGCLineR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineR2Entry  203 }

  aGCLineR2ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { aGCLineR2Entry  204 }

  aGCLineR2ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR2Entry  205 }

  aGCLineR2ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { aGCLineR2Entry  206 }

  aGCLineR2ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR2Entry  207 }

  aGCLineR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCLineR2Entry  208 }

  aGCLineR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCLineR2Entry  209 }

  aGCLineR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCLineR2Entry  210 }

  aGCLineR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCLineR2Entry  211 }

  aGCLineR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCLineR2Entry  212 }

  aGCLineR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCLineR2Entry  213 }

  aGCLineR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCLineR2Entry  214 }

  aGCLineR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineR2Entry  215 }

  aGCLineR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCLineR2Entry  216 }

  aGCLineR2SDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  217 }

  aGCLineR2SDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  218 }

  aGCLineR2SDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  219 }

  aGCLineR2SDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  220 }

  aGCLineR2SDActI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  221 }

  aGCLineR2SDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  222 }

  aGCLineR2SDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  223 }

  aGCLineR2SDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  224 }

  aGCLineR2SDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  225 }

  aGCLineR2SDDefI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR2Entry  226 }

  aGCLineR2SDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  227 }

  aGCLineR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCLineR2Entry  228 }

  aGCLineR2I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR2Entry  229 }

  aGCLineR2I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR2Entry  230 }

  aGCLineR2I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR2Entry  231 }

  aGCLineR2I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR2Entry  232 }

  aGCLineR2SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  233 }

  aGCLineR2SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  234 }

  aGCLineR2SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  235 }

  aGCLineR2SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  236 }

  aGCLineR2SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR2Entry  237 }

  aGCLineR2SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR2Entry  238 }

  aGCLineR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCLineR2Entry  239 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Party Call Services'                                  */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  aGCLineMultiPartyTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineMultiPartyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2360 }

  aGCLineMultiPartyEntry OBJECT-TYPE
    SYNTAX       AGCLineMultiPartyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineMultiPartyNEConn,
             aGCLineMultiPartyNetwkElement,
             aGCLineMultiPartyCFSIx,
             aGCLineMultiPartyDirNum }
    ::= {  aGCLineMultiPartyTable  1  }

  AGCLineMultiPartyEntry  ::=  SEQUENCE
  {
    aGCLineMultiPartyNEConn            Unsigned32,
    aGCLineMultiPartyNetwkElement      DisplayString,
    aGCLineMultiPartyCFSIx             Unsigned32,
    aGCLineMultiPartyDirNum            DisplayString,
    aGCLineMultiPartySDAct3WayClgSubscribed
                                       INTEGER,
    aGCLineMultiPartySDDef3WayClgSubscribed
                                       INTEGER,
    aGCLineMultiPartySDUseDef3WayClgSubscribed
                                       INTEGER,
    aGCLineMultiPartySDActCallXferSubscribed
                                       INTEGER,
    aGCLineMultiPartySDDefCallXferSubscribed
                                       INTEGER,
    aGCLineMultiPartySDUseDefCallXferSubscribed
                                       INTEGER,
    aGCLineMultiPartySDActCallHoldSubscribed
                                       INTEGER,
    aGCLineMultiPartySDDefCallHoldSubscribed
                                       INTEGER,
    aGCLineMultiPartySDUseDefCallHoldSubscribed
                                       INTEGER,
    aGCLineMultiPartySDActCWSubscribed INTEGER,
    aGCLineMultiPartySDDefCWSubscribed INTEGER,
    aGCLineMultiPartySDUseDefCWSubscribed
                                       INTEGER,
    aGCLineMultiPartyCWEnabled         INTEGER,
    aGCLineMultiPartySDActCWWithCIDSubscribed
                                       INTEGER,
    aGCLineMultiPartySDDefCWWithCIDSubscribed
                                       INTEGER,
    aGCLineMultiPartySDUseDefCWWithCIDSubscribed
                                       INTEGER,
    aGCLineMultiPartySDActHICSubscribed
                                       INTEGER,
    aGCLineMultiPartySDDefHICSubscribed
                                       INTEGER,
    aGCLineMultiPartySDUseDefHICSubscribed
                                       INTEGER,
    aGCLineMultiPartySDActHICDistRinging
                                       INTEGER,
    aGCLineMultiPartySDDefHICDistRinging
                                       INTEGER,
    aGCLineMultiPartySDUseDefHICDistRinging
                                       INTEGER
  }

  aGCLineMultiPartyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineMultiPartyEntry  1 }

  aGCLineMultiPartyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineMultiPartyEntry  2 }

  aGCLineMultiPartyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineMultiPartyEntry  3 }

  aGCLineMultiPartyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineMultiPartyEntry  4 }

  aGCLineMultiPartySDAct3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  5 }

  aGCLineMultiPartySDDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  6 }

  aGCLineMultiPartySDUseDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  7 }

  aGCLineMultiPartySDActCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  8 }

  aGCLineMultiPartySDDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  9 }

  aGCLineMultiPartySDUseDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  10 }

  aGCLineMultiPartySDActCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  11 }

  aGCLineMultiPartySDDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  12 }

  aGCLineMultiPartySDUseDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  13 }

  aGCLineMultiPartySDActCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  14 }

  aGCLineMultiPartySDDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  15 }

  aGCLineMultiPartySDUseDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  16 }

  aGCLineMultiPartyCWEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - Enabled'."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  17 }

  aGCLineMultiPartySDActCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  18 }

  aGCLineMultiPartySDDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  19 }

  aGCLineMultiPartySDUseDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  20 }

  aGCLineMultiPartySDActHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  21 }

  aGCLineMultiPartySDDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  22 }

  aGCLineMultiPartySDUseDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  23 }

  aGCLineMultiPartySDActHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  24 }

  aGCLineMultiPartySDDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineMultiPartyEntry  25 }

  aGCLineMultiPartySDUseDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineMultiPartyEntry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  busGrpR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'."
    ::= { metaSwitch  2361 }

  busGrpR22Entry OBJECT-TYPE
    SYNTAX       BusGrpR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR22NEConn,
             busGrpR22NetwkElement,
             busGrpR22CFSIx,
             busGrpR22GpIx }
    ::= {  busGrpR22Table  1  }

  BusGrpR22Entry  ::=  SEQUENCE
  {
    busGrpR22NEConn                    Unsigned32,
    busGrpR22NetwkElement              DisplayString,
    busGrpR22CFSIx                     Unsigned32,
    busGrpR22GpIx                      Unsigned32,
    busGrpR22BusGpName                 DisplayString,
    busGrpR22Locale                    INTEGER,
    busGrpR22DistinctiveAlerting       INTEGER,
    busGrpR22NumDirNums                Unsigned32,
    busGrpR22NumFreeDirNums            Unsigned32,
    busGrpR22BGLineAlrmsAttnRq         Unsigned32,
    busGrpR22BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR22BGLineAlrmsAtndDp         Unsigned32,
    busGrpR22BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR22SummaryChldAlrmState      INTEGER,
    busGrpR22ExportNumObjectsExported  Integer32,
    busGrpR22ExportStatus              DisplayString,
    busGrpR22ExportFile                DisplayString,
    busGrpR22ExportCorr                Counter64,
    busGrpR22ExportCorrNode            DisplayString,
    busGrpR22ExportCorrUID             DisplayString,
    busGrpR22DoExtraActions            INTEGER,
    busGrpR22RowStatus                 RowStatus,
    busGrpR22BillTypeIntercomCalls     INTEGER,
    busGrpR22LocalCNAMName             DisplayString,
    busGrpR22ServSuspended             INTEGER,
    busGrpR22CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR22PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR22CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR22PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR22TotChldAlrmsAttnRq        Unsigned32,
    busGrpR22TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR22TotChldAlrmsAtndDp        Unsigned32,
    busGrpR22TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR22I1PerProfNEConn           Unsigned32,
    busGrpR22I2PerProfNetwkElement     DisplayString,
    busGrpR22I3PerProfCFSIx            Unsigned32,
    busGrpR22I4PerProfGpIx             Unsigned32,
    busGrpR22SDActLongDistanceCarr     DisplayString,
    busGrpR22SDDefLongDistanceCarr     DisplayString,
    busGrpR22SDUseDefLongDistanceCarr  INTEGER,
    busGrpR22SDActIntraLATACarr        DisplayString,
    busGrpR22SDDefIntraLATACarr        DisplayString,
    busGrpR22SDUseDefIntraLATACarr     INTEGER,
    busGrpR22SDActBillType             INTEGER,
    busGrpR22SDDefBillType             INTEGER,
    busGrpR22SDUseDefBillType          INTEGER,
    busGrpR22SDActRtgAttrs             BITS,
    busGrpR22SDDefRtgAttrs             BITS,
    busGrpR22SDUseDefRtgAttrs          INTEGER,
    busGrpR22SDActIntnatlCarr          DisplayString,
    busGrpR22SDDefIntnatlCarr          DisplayString,
    busGrpR22SDUseDefIntnatlCarr       INTEGER,
    busGrpR22SDActLCC1                 INTEGER,
    busGrpR22SDDefLCC1                 INTEGER,
    busGrpR22SDUseDefLCC1              INTEGER,
    busGrpR22SDActLCC2                 INTEGER,
    busGrpR22SDDefLCC2                 INTEGER,
    busGrpR22SDUseDefLCC2              INTEGER,
    busGrpR22SDActLCC3                 INTEGER,
    busGrpR22SDDefLCC3                 INTEGER,
    busGrpR22SDUseDefLCC3              INTEGER,
    busGrpR22SDActLCC4                 INTEGER,
    busGrpR22SDDefLCC4                 INTEGER,
    busGrpR22SDUseDefLCC4              INTEGER,
    busGrpR22SDActLCC5                 INTEGER,
    busGrpR22SDDefLCC5                 INTEGER,
    busGrpR22SDUseDefLCC5              INTEGER,
    busGrpR22SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR22SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR22SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR22SyncWithProfInProgress    INTEGER,
    busGrpR22FacGpLimsExternalCalls    INTEGER,
    busGrpR22FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR22FacGpLimsTermCalls        INTEGER,
    busGrpR22FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR22FacGpLimsOrigingCalls     INTEGER,
    busGrpR22FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR22MLHGAlrmsAttnRq           Unsigned32,
    busGrpR22MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR22MLHGAlrmsAtndDp           Unsigned32,
    busGrpR22MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR22SDActLCC6                 INTEGER,
    busGrpR22SDDefLCC6                 INTEGER,
    busGrpR22SDUseDefLCC6              INTEGER,
    busGrpR22SDActLCC7                 INTEGER,
    busGrpR22SDDefLCC7                 INTEGER,
    busGrpR22SDUseDefLCC7              INTEGER,
    busGrpR22SDActLCC8                 INTEGER,
    busGrpR22SDDefLCC8                 INTEGER,
    busGrpR22SDUseDefLCC8              INTEGER,
    busGrpR22SDActLCC9                 INTEGER,
    busGrpR22SDDefLCC9                 INTEGER,
    busGrpR22SDUseDefLCC9              INTEGER,
    busGrpR22SDActLCC10                INTEGER,
    busGrpR22SDDefLCC10                INTEGER,
    busGrpR22SDUseDefLCC10             INTEGER,
    busGrpR22SDActLCC11                INTEGER,
    busGrpR22SDDefLCC11                INTEGER,
    busGrpR22SDUseDefLCC11             INTEGER,
    busGrpR22SDActLCC12                INTEGER,
    busGrpR22SDDefLCC12                INTEGER,
    busGrpR22SDUseDefLCC12             INTEGER,
    busGrpR22SDActLCC13                INTEGER,
    busGrpR22SDDefLCC13                INTEGER,
    busGrpR22SDUseDefLCC13             INTEGER,
    busGrpR22SDActLCC14                INTEGER,
    busGrpR22SDDefLCC14                INTEGER,
    busGrpR22SDUseDefLCC14             INTEGER,
    busGrpR22SDActLCC15                INTEGER,
    busGrpR22SDDefLCC15                INTEGER,
    busGrpR22SDUseDefLCC15             INTEGER,
    busGrpR22SDActLCC16                INTEGER,
    busGrpR22SDDefLCC16                INTEGER,
    busGrpR22SDUseDefLCC16             INTEGER,
    busGrpR22SDActLCC17                INTEGER,
    busGrpR22SDDefLCC17                INTEGER,
    busGrpR22SDUseDefLCC17             INTEGER,
    busGrpR22SDActLCC18                INTEGER,
    busGrpR22SDDefLCC18                INTEGER,
    busGrpR22SDUseDefLCC18             INTEGER,
    busGrpR22SDActLCC19                INTEGER,
    busGrpR22SDDefLCC19                INTEGER,
    busGrpR22SDUseDefLCC19             INTEGER,
    busGrpR22SDActLCC20                INTEGER,
    busGrpR22SDDefLCC20                INTEGER,
    busGrpR22SDUseDefLCC20             INTEGER,
    busGrpR22BusGpTrafficStudy         INTEGER,
    busGrpR22SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR22SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR22SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR22SDActVQMCallLogging       INTEGER,
    busGrpR22SDDefVQMCallLogging       INTEGER,
    busGrpR22SDUseDefVQMCallLogging    INTEGER,
    busGrpR22SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR22SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR22SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR22SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR22SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR22SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR22SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR22SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR22SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR22SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR22SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR22SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR22SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR22SDUseDefNetwkNode         INTEGER,
    busGrpR22NumManagedDevices         Unsigned32,
    busGrpR22ChldStatisticsAlrms       Integer32,
    busGrpR22SecondLocale              INTEGER,
    busGrpR22SDActBusGpCallLogsEnabled INTEGER,
    busGrpR22SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR22SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR22SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR22SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR22SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR22SwitchsUniqueBGID         DisplayString,
    busGrpR22SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR22SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR22SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR22SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR22SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR22SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR22SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR22SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR22SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR22SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR22SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR22I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR22I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR22I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR22NetwkWideBusGpID          DisplayString,
    busGrpR22DefBusGpLinePrivileges    Unsigned32,
    busGrpR22I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR22I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR22I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR22FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR22ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR22AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR22SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR22SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR22SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR22SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR22StatisticsAlrms           Integer32,
    busGrpR22SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR22SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR22SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR22MLHGACDAvailEnabled       INTEGER,
    busGrpR22MLHGACDUnvlRsn1           DisplayString,
    busGrpR22MLHGACDUnvlRsn2           DisplayString,
    busGrpR22MLHGACDUnvlRsn3           DisplayString,
    busGrpR22MLHGACDUnvlRsn4           DisplayString,
    busGrpR22MLHGACDUnvlRsn5           DisplayString,
    busGrpR22MLHGACDUnvlRsn6           DisplayString,
    busGrpR22MLHGACDUnvlRsn7           DisplayString,
    busGrpR22MLHGACDUnvlRsn8           DisplayString,
    busGrpR22MLHGACDUnvlRsn9           DisplayString,
    busGrpR22MLHGACDUnvlRsn10          DisplayString,
    busGrpR22MLHGACDUnvlRsn11          DisplayString,
    busGrpR22MLHGACDUnvlRsn12          DisplayString,
    busGrpR22MLHGACDUnvlRsn13          DisplayString,
    busGrpR22MLHGACDUnvlRsn14          DisplayString,
    busGrpR22MLHGACDUnvlRsn15          DisplayString,
    busGrpR22MLHGACDUnvlRsn16          DisplayString,
    busGrpR22MLHGACDUnvlRsn17          DisplayString,
    busGrpR22MLHGACDUnvlRsn18          DisplayString,
    busGrpR22MLHGACDUnvlRsn19          DisplayString,
    busGrpR22MLHGACDUnvlRsn20          DisplayString,
    busGrpR22MLHGACDUnvlRsn21          DisplayString,
    busGrpR22MLHGACDUnvlRsn22          DisplayString,
    busGrpR22MLHGACDUnvlRsn23          DisplayString,
    busGrpR22MLHGACDUnvlRsn24          DisplayString,
    busGrpR22MLHGACDUnvlRsn25          DisplayString,
    busGrpR22MLHGACDUnvlRsn26          DisplayString,
    busGrpR22MLHGACDUnvlRsn27          DisplayString,
    busGrpR22MLHGACDUnvlRsn28          DisplayString,
    busGrpR22MLHGACDUnvlRsn29          DisplayString,
    busGrpR22MLHGACDUnvlRsn30          DisplayString,
    busGrpR22AllowMLHGsMultipleLogins  INTEGER,
    busGrpR22MLHGACDMWBEnabled         INTEGER,
    busGrpR22MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR22I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR22I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR22I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR22I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR22SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR22AllowRehoming             INTEGER,
    busGrpR22I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR22MLHGACDBasicACDLicenses   INTEGER,
    busGrpR22MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR22MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR22MLHGACDPremiumACDLicenses INTEGER,
    busGrpR22MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR22MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR22SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR22SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR22SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR22ExportIncASRepData        INTEGER,
    busGrpR22SDActBusGpLinesSharePresence
                                       INTEGER,
    busGrpR22SDDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR22SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR22ExportChldObjectsToInc    INTEGER,
    busGrpR22SCDObjectResyncStatus     INTEGER,
    busGrpR22AlrmState                 INTEGER
  }

  busGrpR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR22Entry  1 }

  busGrpR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR22Entry  2 }

  busGrpR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR22Entry  3 }

  busGrpR22GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR22Entry  4 }

  busGrpR22BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR22Entry  5 }

  busGrpR22Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR22Entry  12 }

  busGrpR22DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR22Entry  15 }

  busGrpR22NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR22Entry  16 }

  busGrpR22NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR22Entry  17 }

  busGrpR22BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR22Entry  18 }

  busGrpR22BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR22Entry  19 }

  busGrpR22BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR22Entry  20 }

  busGrpR22BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR22Entry  21 }

  busGrpR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR22Entry  22 }

  busGrpR22ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR22Entry  23 }

  busGrpR22ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR22Entry  24 }

  busGrpR22ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR22Entry  25 }

  busGrpR22ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR22Entry  26 }

  busGrpR22ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR22Entry  27 }

  busGrpR22ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR22Entry  28 }

  busGrpR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR22Entry  29 }

  busGrpR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR22Entry  30 }

  busGrpR22BillTypeIntercomCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intercom calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR22Entry  31 }

  busGrpR22LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR22Entry  32 }

  busGrpR22ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR22Entry  34 }

  busGrpR22CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR22Entry  35 }

  busGrpR22PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR22Entry  36 }

  busGrpR22CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR22Entry  37 }

  busGrpR22PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR22Entry  38 }

  busGrpR22TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR22Entry  39 }

  busGrpR22TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR22Entry  40 }

  busGrpR22TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR22Entry  41 }

  busGrpR22TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR22Entry  42 }

  busGrpR22I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR22Entry  49 }

  busGrpR22I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR22Entry  50 }

  busGrpR22I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR22Entry  51 }

  busGrpR22I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR22Entry  52 }

  busGrpR22SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  170 }

  busGrpR22SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  171 }

  busGrpR22SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  172 }

  busGrpR22SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  173 }

  busGrpR22SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  174 }

  busGrpR22SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  175 }

  busGrpR22SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  176 }

  busGrpR22SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  177 }

  busGrpR22SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  178 }

  busGrpR22SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  179 }

  busGrpR22SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  180 }

  busGrpR22SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  181 }

  busGrpR22SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  182 }

  busGrpR22SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  183 }

  busGrpR22SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  184 }

  busGrpR22SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  185 }

  busGrpR22SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  186 }

  busGrpR22SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  187 }

  busGrpR22SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  188 }

  busGrpR22SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  189 }

  busGrpR22SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  190 }

  busGrpR22SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  191 }

  busGrpR22SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  192 }

  busGrpR22SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  193 }

  busGrpR22SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  194 }

  busGrpR22SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  195 }

  busGrpR22SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  196 }

  busGrpR22SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  197 }

  busGrpR22SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  198 }

  busGrpR22SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  199 }

  busGrpR22SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  200 }

  busGrpR22SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  201 }

  busGrpR22SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  202 }

  busGrpR22SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR22Entry  203 }

  busGrpR22FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR22Entry  204 }

  busGrpR22FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR22Entry  205 }

  busGrpR22FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR22Entry  206 }

  busGrpR22FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR22Entry  207 }

  busGrpR22FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR22Entry  208 }

  busGrpR22FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR22Entry  209 }

  busGrpR22MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR22Entry  210 }

  busGrpR22MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR22Entry  211 }

  busGrpR22MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR22Entry  212 }

  busGrpR22MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR22Entry  213 }

  busGrpR22SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  214 }

  busGrpR22SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  215 }

  busGrpR22SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  216 }

  busGrpR22SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  217 }

  busGrpR22SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  218 }

  busGrpR22SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  219 }

  busGrpR22SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  220 }

  busGrpR22SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  221 }

  busGrpR22SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  222 }

  busGrpR22SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  223 }

  busGrpR22SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  224 }

  busGrpR22SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  225 }

  busGrpR22SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  226 }

  busGrpR22SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  227 }

  busGrpR22SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  228 }

  busGrpR22SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  229 }

  busGrpR22SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  230 }

  busGrpR22SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  231 }

  busGrpR22SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  232 }

  busGrpR22SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  233 }

  busGrpR22SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  234 }

  busGrpR22SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  235 }

  busGrpR22SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  236 }

  busGrpR22SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  237 }

  busGrpR22SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  238 }

  busGrpR22SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  239 }

  busGrpR22SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  240 }

  busGrpR22SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  241 }

  busGrpR22SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  242 }

  busGrpR22SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  243 }

  busGrpR22SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  244 }

  busGrpR22SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  245 }

  busGrpR22SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  246 }

  busGrpR22SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  247 }

  busGrpR22SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  248 }

  busGrpR22SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  249 }

  busGrpR22SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  250 }

  busGrpR22SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  251 }

  busGrpR22SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  252 }

  busGrpR22SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  253 }

  busGrpR22SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  254 }

  busGrpR22SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  255 }

  busGrpR22SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  256 }

  busGrpR22SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  257 }

  busGrpR22SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  258 }

  busGrpR22BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR22Entry  259 }

  busGrpR22SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  263 }

  busGrpR22SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  264 }

  busGrpR22SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  265 }

  busGrpR22SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  266 }

  busGrpR22SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  267 }

  busGrpR22SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  268 }

  busGrpR22SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  269 }

  busGrpR22SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  270 }

  busGrpR22SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  271 }

  busGrpR22SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  272 }

  busGrpR22SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  273 }

  busGrpR22SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  274 }

  busGrpR22SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  275 }

  busGrpR22SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  276 }

  busGrpR22SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  277 }

  busGrpR22SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  278 }

  busGrpR22SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  279 }

  busGrpSDActR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  281 }

  busGrpSDDefR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR22Entry  282 }

  busGrpR22SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  283 }

  busGrpR22NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR22Entry  290 }

  busGrpR22ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR22Entry  291 }

  busGrpR22SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR22Entry  293 }

  busGrpR22SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  305 }

  busGrpR22SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  306 }

  busGrpR22SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  307 }

  busGrpR22SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  308 }

  busGrpR22SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  309 }

  busGrpR22SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  310 }

  busGrpR22SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR22Entry  311 }

  busGrpR22SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  312 }

  busGrpR22SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  313 }

  busGrpR22SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  314 }

  busGrpR22SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  315 }

  busGrpR22SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  316 }

  busGrpR22SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  317 }

  busGrpR22SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  318 }

  busGrpR22SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  319 }

  busGrpSDActR22SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  321 }

  busGrpSDDefR22SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR22Entry  322 }

  busGrpR22SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  323 }

  busGrpR22I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR22Entry  330 }

  busGrpR22I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR22Entry  331 }

  busGrpR22I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR22Entry  332 }

  busGrpR22NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR22Entry  333 }

  busGrpR22DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR22Entry  334 }

  busGrpR22I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR22Entry  335 }

  busGrpR22I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR22Entry  336 }

  busGrpR22I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR22Entry  337 }

  busGrpR22FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR22Entry  338 }

  busGrpR22ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR22Entry  339 }

  busGrpR22AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR22Entry  340 }

  busGrpR22SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  341 }

  busGrpR22SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  342 }

  busGrpR22SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  343 }

  busGrpR22SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR22Entry  344 }

  busGrpR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR22Entry  345 }

  busGrpR22SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  346 }

  busGrpR22SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  347 }

  busGrpR22SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  348 }

  busGrpR22MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR22Entry  349 }

  busGrpR22MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR22Entry  350 }

  busGrpR22MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR22Entry  351 }

  busGrpR22MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR22Entry  352 }

  busGrpR22MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR22Entry  353 }

  busGrpR22MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR22Entry  354 }

  busGrpR22MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR22Entry  355 }

  busGrpR22MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR22Entry  356 }

  busGrpR22MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR22Entry  357 }

  busGrpR22MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR22Entry  358 }

  busGrpR22MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR22Entry  359 }

  busGrpR22MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR22Entry  360 }

  busGrpR22MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR22Entry  361 }

  busGrpR22MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR22Entry  362 }

  busGrpR22MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR22Entry  363 }

  busGrpR22MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR22Entry  364 }

  busGrpR22MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR22Entry  365 }

  busGrpR22MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR22Entry  366 }

  busGrpR22MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR22Entry  367 }

  busGrpR22MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR22Entry  368 }

  busGrpR22MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR22Entry  369 }

  busGrpR22MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR22Entry  370 }

  busGrpR22MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR22Entry  371 }

  busGrpR22MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR22Entry  372 }

  busGrpR22MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR22Entry  373 }

  busGrpR22MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR22Entry  374 }

  busGrpR22MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR22Entry  375 }

  busGrpR22MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR22Entry  376 }

  busGrpR22MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR22Entry  377 }

  busGrpR22MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR22Entry  378 }

  busGrpR22MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR22Entry  379 }

  busGrpR22AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR22Entry  380 }

  busGrpR22MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR22Entry  381 }

  busGrpR22MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR22Entry  382 }

  busGrpR22I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR22Entry  383 }

  busGrpR22I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR22Entry  384 }

  busGrpR22I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR22Entry  385 }

  busGrpR22I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR22Entry  386 }

  busGrpR22SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR22Entry  387 }

  busGrpR22AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR22Entry  388 }

  busGrpR22I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR22Entry  389 }

  busGrpR22MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR22Entry  390 }

  busGrpR22MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR22Entry  391 }

  busGrpR22MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR22Entry  392 }

  busGrpR22MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR22Entry  393 }

  busGrpR22MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR22Entry  394 }

  busGrpR22MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR22Entry  395 }

  busGrpR22SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  396 }

  busGrpR22SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  397 }

  busGrpR22SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  398 }

  busGrpR22ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR22Entry  399 }

  busGrpR22SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  400 }

  busGrpR22SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR22Entry  401 }

  busGrpR22SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR22Entry  402 }

  busGrpR22ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR22Entry  403 }

  busGrpR22SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR22Entry  431 }

  busGrpR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR22Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  bGLineR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2362 }

  bGLineR25Entry OBJECT-TYPE
    SYNTAX       BGLineR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR25NEConn,
             bGLineR25NetwkElement,
             bGLineR25CFSIx,
             bGLineR25GpIx,
             bGLineR25FirstDirNum,
             bGLineR25DirNum }
    ::= {  bGLineR25Table  1  }

  BGLineR25Entry  ::=  SEQUENCE
  {
    bGLineR25NEConn                    Unsigned32,
    bGLineR25NetwkElement              DisplayString,
    bGLineR25CFSIx                     Unsigned32,
    bGLineR25GpIx                      Unsigned32,
    bGLineR25FirstDirNum               DisplayString,
    bGLineR25DirNum                    DisplayString,
    bGLineR25PresNum                   DisplayString,
    bGLineR25ClgPartyNum               DisplayString,
    bGLineR25IntercomDialingCode       DisplayString,
    bGLineR25NumStatus                 INTEGER,
    bGLineR25PortedExchangeID          DisplayString,
    bGLineR25T1I1AccDevNEConn          Unsigned32,
    bGLineR25T1I2AccDevNetwkElement    DisplayString,
    bGLineR25T1I3AccDevCFSIx           Unsigned32,
    bGLineR25T1I4AccDevGatewayIx       Unsigned32,
    bGLineR25T1I5AccDevDeviceIx        Unsigned32,
    bGLineR25T2I1AccDevNEConn          Unsigned32,
    bGLineR25T2I2AccDevNetwkElement    DisplayString,
    bGLineR25T2I3AccDevCFSIx           Unsigned32,
    bGLineR25T2I4AccDevGatewayIx       Unsigned32,
    bGLineR25T2I5AccDevDeviceIx        Unsigned32,
    bGLineR25AccessLineNum             Unsigned32,
    bGLineR25SignalFunctionCode        INTEGER,
    bGLineR25LineUsage                 INTEGER,
    bGLineR25FSKFormat                 INTEGER,
    bGLineR25PIN                       DisplayString,
    bGLineR25LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR25DigitMaskingReqd          INTEGER,
    bGLineR25OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR25OrigingFacilityMarksADC   INTEGER,
    bGLineR25TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR25TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR25ActYear                   Unsigned32,
    bGLineR25ActMonth                  Unsigned32,
    bGLineR25ActDate                   Unsigned32,
    bGLineR25LastInCallClgType         INTEGER,
    bGLineR25LastInCallUniqueNum       INTEGER,
    bGLineR25LastInCallClgNum          DisplayString,
    bGLineR25LastInCallClgPresNum      DisplayString,
    bGLineR25LastInCallTimeCall        Unsigned32,
    bGLineR25LastInCallCallerWaited    INTEGER,
    bGLineR25LastInCallCallAnswrd      INTEGER,
    bGLineR25LastInCallCallTraced      INTEGER,
    bGLineR25AlrmState                 INTEGER,
    bGLineR25AlrmLogCorr               Counter64,
    bGLineR25AddtlAlrmLogCorr          Counter64,
    bGLineR25AlrmEvtsAttnRq            Unsigned32,
    bGLineR25AlrmEvtsAtndDp            Unsigned32,
    bGLineR25AlrmStateTimestamp        Unsigned32,
    bGLineR25ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR25ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR25ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR25ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR25DiagsLogLvl               INTEGER,
    bGLineR25DiagsAPITraceEnabled      INTEGER,
    bGLineR25DiagsAPITraceTag          DisplayString,
    bGLineR25DiagsAPITraceRemNum       DisplayString,
    bGLineR25SummaryChldAlrmState      INTEGER,
    bGLineR25ExportNumObjectsExported  Integer32,
    bGLineR25ExportStatus              DisplayString,
    bGLineR25ExportFile                DisplayString,
    bGLineR25ExportCorr                Counter64,
    bGLineR25ExportCorrNode            DisplayString,
    bGLineR25ExportCorrUID             DisplayString,
    bGLineR25DoExtraActions            INTEGER,
    bGLineR25RowStatus                 RowStatus,
    bGLineR25MovedToDirNum             DisplayString,
    bGLineR25CustInfo                  DisplayString,
    bGLineR25SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR25SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR25SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR25SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR25SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR25SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR25SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR25SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR25SDUseDefSubGpBusLine      INTEGER,
    bGLineR25SigType                   INTEGER,
    bGLineR25I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR25I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR25I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR25I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR25I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR25ISDNDefBearerCapabilities BITS,
    bGLineR25SIPUserName               DisplayString,
    bGLineR25SIPDomainName             DisplayString,
    bGLineR25UseStaticNATMapping       INTEGER,
    bGLineR25SIPRegistrationStatus     INTEGER,
    bGLineR25SIPAuthenticationReqd     INTEGER,
    bGLineR25NewSIPPassword            DisplayString,
    bGLineR25ConfirmNewSIPPassword     DisplayString,
    bGLineR25SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR25SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR25SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR25SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR25SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR25SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR25GR303NailedUpConn         INTEGER,
    bGLineR25MultipleAppearanceDirNum  DisplayString,
    bGLineR25AllowDirectDialing        INTEGER,
    bGLineR25CustInfo2                 DisplayString,
    bGLineR25CustInfo3                 DisplayString,
    bGLineR25CustInfo4                 DisplayString,
    bGLineR25CustInfo5                 DisplayString,
    bGLineR25CustInfo6                 DisplayString,
    bGLineR25RecentlyMovedFromOldNum   INTEGER,
    bGLineR25MovedFromDirNum           DisplayString,
    bGLineR25ConnectCallAfterAnnounce  INTEGER,
    bGLineR25ChargeNum                 DisplayString,
    bGLineR25I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR25I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR25I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR25I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR25PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR25GR303DialType             INTEGER,
    bGLineR25LastOutCallCldType        INTEGER,
    bGLineR25LastOutCallCldNum         DisplayString,
    bGLineR25LastOutCallNumPres        INTEGER,
    bGLineR25LastOutCallCallType       INTEGER,
    bGLineR25LastOutCallDirectDialed   INTEGER,
    bGLineR25LastOutCallCarr           DisplayString,
    bGLineR25I1PerProfNEConn           Unsigned32,
    bGLineR25I2PerProfNetwkElement     DisplayString,
    bGLineR25I3PerProfCFSIx            Unsigned32,
    bGLineR25I4PerProfGpIx             Unsigned32,
    bGLineR25UseDNIdentification       INTEGER,
    bGLineR25SDActLongDistanceCarr     DisplayString,
    bGLineR25SDDefLongDistanceCarr     DisplayString,
    bGLineR25SDUseDefLongDistanceCarr  INTEGER,
    bGLineR25SDActIntraLATACarr        DisplayString,
    bGLineR25SDDefIntraLATACarr        DisplayString,
    bGLineR25SDUseDefIntraLATACarr     INTEGER,
    bGLineR25SDActIntnatlCarr          DisplayString,
    bGLineR25SDDefIntnatlCarr          DisplayString,
    bGLineR25SDUseDefIntnatlCarr       INTEGER,
    bGLineR25SDActRtgAttrs             BITS,
    bGLineR25SDDefRtgAttrs             BITS,
    bGLineR25SDUseDefRtgAttrs          INTEGER,
    bGLineR25SDActTimezone             INTEGER,
    bGLineR25SDDefTimezone             INTEGER,
    bGLineR25SDUseDefTimezone          INTEGER,
    bGLineR25SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR25SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR25SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR25SDActLCC1                 INTEGER,
    bGLineR25SDDefLCC1                 INTEGER,
    bGLineR25SDUseDefLCC1              INTEGER,
    bGLineR25SDActLCC2                 INTEGER,
    bGLineR25SDDefLCC2                 INTEGER,
    bGLineR25SDUseDefLCC2              INTEGER,
    bGLineR25SDActLCC3                 INTEGER,
    bGLineR25SDDefLCC3                 INTEGER,
    bGLineR25SDUseDefLCC3              INTEGER,
    bGLineR25SDActLCC4                 INTEGER,
    bGLineR25SDDefLCC4                 INTEGER,
    bGLineR25SDUseDefLCC4              INTEGER,
    bGLineR25SDActLCC5                 INTEGER,
    bGLineR25SDDefLCC5                 INTEGER,
    bGLineR25SDUseDefLCC5              INTEGER,
    bGLineR25SDActMaxCallAppearances   Unsigned32,
    bGLineR25SDDefMaxCallAppearances   Unsigned32,
    bGLineR25SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR25SDActTariffGp             INTEGER,
    bGLineR25SDDefTariffGp             INTEGER,
    bGLineR25SDUseDefTariffGp          INTEGER,
    bGLineR25SDActForceLNPLookup       INTEGER,
    bGLineR25SDDefForceLNPLookup       INTEGER,
    bGLineR25SDUseDefForceLNPLookup    INTEGER,
    bGLineR25LineTrafficStudy          INTEGER,
    bGLineR25MLHGIx                    Unsigned32,
    bGLineR25MLHGMemberIx              Unsigned32,
    bGLineR25CallListsMissedCalls      LongDisplayString,
    bGLineR25CallListsAnswrdCalls      LongDisplayString,
    bGLineR25CallListsDialedCalls      LongDisplayString,
    bGLineR25EnabledDate               Unsigned32,
    bGLineR25SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR25SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR25SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR25SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR25SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR25SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR25SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR25SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR25SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR25SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR25SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR25SDActLCC6                 INTEGER,
    bGLineR25SDDefLCC6                 INTEGER,
    bGLineR25SDUseDefLCC6              INTEGER,
    bGLineR25SDActLCC7                 INTEGER,
    bGLineR25SDDefLCC7                 INTEGER,
    bGLineR25SDUseDefLCC7              INTEGER,
    bGLineR25SDActLCC8                 INTEGER,
    bGLineR25SDDefLCC8                 INTEGER,
    bGLineR25SDUseDefLCC8              INTEGER,
    bGLineR25SDActLCC9                 INTEGER,
    bGLineR25SDDefLCC9                 INTEGER,
    bGLineR25SDUseDefLCC9              INTEGER,
    bGLineR25SDActLCC10                INTEGER,
    bGLineR25SDDefLCC10                INTEGER,
    bGLineR25SDUseDefLCC10             INTEGER,
    bGLineR25SDActLCC11                INTEGER,
    bGLineR25SDDefLCC11                INTEGER,
    bGLineR25SDUseDefLCC11             INTEGER,
    bGLineR25SDActLCC12                INTEGER,
    bGLineR25SDDefLCC12                INTEGER,
    bGLineR25SDUseDefLCC12             INTEGER,
    bGLineR25SDActLCC13                INTEGER,
    bGLineR25SDDefLCC13                INTEGER,
    bGLineR25SDUseDefLCC13             INTEGER,
    bGLineR25SDActLCC14                INTEGER,
    bGLineR25SDDefLCC14                INTEGER,
    bGLineR25SDUseDefLCC14             INTEGER,
    bGLineR25SDActLCC15                INTEGER,
    bGLineR25SDDefLCC15                INTEGER,
    bGLineR25SDUseDefLCC15             INTEGER,
    bGLineR25SDActLCC16                INTEGER,
    bGLineR25SDDefLCC16                INTEGER,
    bGLineR25SDUseDefLCC16             INTEGER,
    bGLineR25SDActLCC17                INTEGER,
    bGLineR25SDDefLCC17                INTEGER,
    bGLineR25SDUseDefLCC17             INTEGER,
    bGLineR25SDActLCC18                INTEGER,
    bGLineR25SDDefLCC18                INTEGER,
    bGLineR25SDUseDefLCC18             INTEGER,
    bGLineR25SDActLCC19                INTEGER,
    bGLineR25SDDefLCC19                INTEGER,
    bGLineR25SDUseDefLCC19             INTEGER,
    bGLineR25SDActLCC20                INTEGER,
    bGLineR25SDDefLCC20                INTEGER,
    bGLineR25SDUseDefLCC20             INTEGER,
    bGLineR25T1I1GatewayNEConn         Unsigned32,
    bGLineR25T1I2GatewayNetwkElement   DisplayString,
    bGLineR25T1I3GatewayCFSIx          Unsigned32,
    bGLineR25T1I4GatewayGatewayIx      Unsigned32,
    bGLineR25T2I1GatewayNEConn         Unsigned32,
    bGLineR25T2I2GatewayNetwkElement   DisplayString,
    bGLineR25T2I3GatewayCFSIx          Unsigned32,
    bGLineR25T2I4GatewayGatewayIx      Unsigned32,
    bGLineR25I1DepartmentNEConn        Unsigned32,
    bGLineR25I2DepartmentNetwkElement  DisplayString,
    bGLineR25I3DepartmentCFSIx         Unsigned32,
    bGLineR25I4DepartmentGpIx          Unsigned32,
    bGLineR25I5DepartmentDepartmentIx  Unsigned32,
    bGLineR25DepartmentOtherVals       INTEGER,
    bGLineR25SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR25SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR25SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR25SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR25SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR25SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR25CurrNumRegistrations      Integer32,
    bGLineR25SDActVQMCallLogging       INTEGER,
    bGLineR25SDDefVQMCallLogging       INTEGER,
    bGLineR25SDUseDefVQMCallLogging    INTEGER,
    bGLineR25DiagLogCorr               Counter64,
    bGLineR25FaultMonitoringLvl        INTEGER,
    bGLineR25SIPPassword               DisplayString,
    bGLineR25SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR25SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR25SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR25SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR25SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR25SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR25SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR25SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR25SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR25SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR25SDUseDefNetwkNode         INTEGER,
    bGLineR25MovedToNumAsDialed        DisplayString,
    bGLineR25MovedDate                 Unsigned32,
    bGLineR25SDActExpireAfter          Unsigned32,
    bGLineR25SDDefExpireAfter          Unsigned32,
    bGLineR25SDUseDefExpireAfter       INTEGER,
    bGLineR25ExpiryDate                Unsigned32,
    bGLineR25SASHostname               LongDisplayString,
    bGLineR25SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR25SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR25SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR25SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR25SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR25SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR25SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR25SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR25SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR25SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR25SDUseDefESAProtDom        INTEGER,
    bGLineR25I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR25I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR25I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR25SDActSubTimezone          LongDisplayString,
    bGLineR25SDDefSubTimezone          LongDisplayString,
    bGLineR25SDUseDefSubTimezone       INTEGER,
    bGLineR25SDActChargeInd            INTEGER,
    bGLineR25SDDefChargeInd            INTEGER,
    bGLineR25SDUseDefChargeInd         INTEGER,
    bGLineR25SDActSubClgCategory       INTEGER,
    bGLineR25SDDefSubClgCategory       INTEGER,
    bGLineR25SDUseDefSubClgCategory    INTEGER,
    bGLineR25CustomerInfoFirstName     LongDisplayString,
    bGLineR25CustomerInfoSecondName    LongDisplayString,
    bGLineR25CustomerInfoOtherNames    LongDisplayString,
    bGLineR25CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR25CustomerInfoSurname       LongDisplayString,
    bGLineR25SDActBusGpLinePrivileges  Unsigned32,
    bGLineR25SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR25SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR25I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR25I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR25I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR25I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR25TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR25I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR25I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR25I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR25FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR25ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR25AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR25SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR25SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR25SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR25StatisticsAlrms           Integer32,
    bGLineR25TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR25NumBlockDevTwinning       INTEGER,
    bGLineR25ACDServLvl                INTEGER,
    bGLineR25ACDAvail                  INTEGER,
    bGLineR25I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR25I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR25I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR25I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR25I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR25ACDDspCd                  INTEGER,
    bGLineR25NoUserEquipment           INTEGER,
    bGLineR25SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR25SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR25SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR25AllowRehoming             INTEGER,
    bGLineR25I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR25PreSubscribedConn         INTEGER,
    bGLineR25LoggedInMLHGs             LongDisplayString,
    bGLineR25ExportIncASRepData        INTEGER,
    bGLineR25SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR25SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR25SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR25ExportChldObjectsToInc    INTEGER
  }

  bGLineR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR25Entry  1 }

  bGLineR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR25Entry  2 }

  bGLineR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR25Entry  3 }

  bGLineR25GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR25Entry  4 }

  bGLineR25FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR25Entry  5 }

  bGLineR25DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR25Entry  6 }

  bGLineR25PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  7 }

  bGLineR25ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  8 }

  bGLineR25IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR25Entry  9 }

  bGLineR25NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR25Entry  10 }

  bGLineR25PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  11 }

  bGLineR25T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR25Entry  12 }

  bGLineR25T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR25Entry  13 }

  bGLineR25T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR25Entry  14 }

  bGLineR25T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR25Entry  15 }

  bGLineR25T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR25Entry  16 }

  bGLineR25T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR25Entry  17 }

  bGLineR25T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR25Entry  18 }

  bGLineR25T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR25Entry  19 }

  bGLineR25T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR25Entry  20 }

  bGLineR25T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR25Entry  21 }

  bGLineR25AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  22 }

  bGLineR25SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR25Entry  23 }

  bGLineR25LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR25Entry  24 }

  bGLineR25FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  25 }

  bGLineR25PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR25Entry  26 }

  bGLineR25LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR25Entry  27 }

  bGLineR25DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  28 }

  bGLineR25OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  30 }

  bGLineR25OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  32 }

  bGLineR25TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  33 }

  bGLineR25TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  34 }

  bGLineR25ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR25Entry  36 }

  bGLineR25ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR25Entry  37 }

  bGLineR25ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR25Entry  38 }

  bGLineR25LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR25Entry  39 }

  bGLineR25LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR25Entry  40 }

  bGLineR25LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR25Entry  41 }

  bGLineR25LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR25Entry  42 }

  bGLineR25LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR25Entry  43 }

  bGLineR25LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR25Entry  44 }

  bGLineR25LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR25Entry  45 }

  bGLineR25LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR25Entry  46 }

  bGLineR25AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR25Entry  47 }

  bGLineR25AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR25Entry  48 }

  bGLineR25AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR25Entry  49 }

  bGLineR25AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR25Entry  50 }

  bGLineR25AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR25Entry  51 }

  bGLineR25AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR25Entry  52 }

  bGLineR25ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR25Entry  53 }

  bGLineR25ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR25Entry  54 }

  bGLineR25ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR25Entry  55 }

  bGLineR25ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR25Entry  56 }

  bGLineR25DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR25Entry  57 }

  bGLineR25DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  58 }

  bGLineR25DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR25Entry  59 }

  bGLineR25DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR25Entry  60 }

  bGLineR25SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR25Entry  61 }

  bGLineR25ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR25Entry  62 }

  bGLineR25ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR25Entry  63 }

  bGLineR25ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR25Entry  64 }

  bGLineR25ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR25Entry  65 }

  bGLineR25ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR25Entry  66 }

  bGLineR25ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR25Entry  67 }

  bGLineR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR25Entry  68 }

  bGLineR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR25Entry  69 }

  bGLineR25MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR25Entry  70 }

  bGLineR25CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR25Entry  71 }

  bGLineR25SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  72 }

  bGLineR25SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  73 }

  bGLineR25SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  74 }

  bGLineR25SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  75 }

  bGLineR25SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  76 }

  bGLineR25SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  77 }

  bGLineR25SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  78 }

  bGLineR25SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR25Entry  79 }

  bGLineR25SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  80 }

  bGLineR25SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR25Entry  81 }

  bGLineR25I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR25Entry  82 }

  bGLineR25I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR25Entry  83 }

  bGLineR25I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR25Entry  84 }

  bGLineR25I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR25Entry  85 }

  bGLineR25I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR25Entry  86 }

  bGLineR25ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR25Entry  87 }

  bGLineR25SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  88 }

  bGLineR25SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  89 }

  bGLineR25UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR25Entry  90 }

  bGLineR25SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR25Entry  91 }

  bGLineR25SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR25Entry  92 }

  bGLineR25NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR25Entry  93 }

  bGLineR25ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR25Entry  94 }

  bGLineR25SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  96 }

  bGLineR25SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  97 }

  bGLineR25SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  98 }

  bGLineR25SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  100 }

  bGLineR25SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  101 }

  bGLineR25SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  102 }

  bGLineR25GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR25Entry  103 }

  bGLineR25MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR25Entry  104 }

  bGLineR25AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR25Entry  105 }

  bGLineR25CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR25Entry  106 }

  bGLineR25CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR25Entry  107 }

  bGLineR25CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR25Entry  108 }

  bGLineR25CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR25Entry  109 }

  bGLineR25CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR25Entry  110 }

  bGLineR25RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  111 }

  bGLineR25MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR25Entry  112 }

  bGLineR25ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  113 }

  bGLineR25ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR25Entry  114 }

  bGLineR25I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR25Entry  123 }

  bGLineR25I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR25Entry  124 }

  bGLineR25I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR25Entry  125 }

  bGLineR25I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR25Entry  126 }

  bGLineR25PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR25Entry  127 }

  bGLineR25GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR25Entry  133 }

  bGLineR25LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR25Entry  137 }

  bGLineR25LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR25Entry  138 }

  bGLineR25LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR25Entry  139 }

  bGLineR25LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR25Entry  140 }

  bGLineR25LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR25Entry  141 }

  bGLineR25LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR25Entry  142 }

  bGLineR25I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR25Entry  158 }

  bGLineR25I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR25Entry  159 }

  bGLineR25I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR25Entry  160 }

  bGLineR25I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR25Entry  161 }

  bGLineR25UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR25Entry  162 }

  bGLineR25SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  163 }

  bGLineR25SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  164 }

  bGLineR25SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  165 }

  bGLineR25SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  166 }

  bGLineR25SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  167 }

  bGLineR25SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  168 }

  bGLineR25SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  169 }

  bGLineR25SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  170 }

  bGLineR25SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  171 }

  bGLineR25SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  172 }

  bGLineR25SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  173 }

  bGLineR25SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  174 }

  bGLineR25SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  175 }

  bGLineR25SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  176 }

  bGLineR25SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  177 }

  bGLineR25SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  178 }

  bGLineR25SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  179 }

  bGLineR25SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  180 }

  bGLineR25SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  181 }

  bGLineR25SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  182 }

  bGLineR25SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  183 }

  bGLineR25SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  184 }

  bGLineR25SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  185 }

  bGLineR25SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  186 }

  bGLineR25SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  187 }

  bGLineR25SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  188 }

  bGLineR25SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  189 }

  bGLineR25SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  190 }

  bGLineR25SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  191 }

  bGLineR25SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  192 }

  bGLineR25SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  193 }

  bGLineR25SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  194 }

  bGLineR25SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  195 }

  bGLineR25SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  200 }

  bGLineR25SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  201 }

  bGLineR25SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  202 }

  bGLineR25SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  203 }

  bGLineR25SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  204 }

  bGLineR25SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  205 }

  bGLineR25SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  206 }

  bGLineR25SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  207 }

  bGLineR25SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  208 }

  bGLineR25LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR25Entry  209 }

  bGLineR25MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR25Entry  210 }

  bGLineR25MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR25Entry  211 }

  bGLineR25CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR25Entry  212 }

  bGLineR25CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR25Entry  213 }

  bGLineR25CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR25Entry  214 }

  bGLineR25EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR25Entry  215 }

  bGLineR25SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  223 }

  bGLineR25SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  224 }

  bGLineR25SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  225 }

  bGLineR25SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  226 }

  bGLineR25SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  227 }

  bGLineR25SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  228 }

  bGLineR25SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  229 }

  bGLineR25SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  230 }

  bGLineSDActR25SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  232 }

  bGLineSDDefR25SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR25Entry  233 }

  bGLineR25SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  234 }

  bGLineR25SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  240 }

  bGLineR25SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  241 }

  bGLineR25SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  242 }

  bGLineR25SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  243 }

  bGLineR25SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  244 }

  bGLineR25SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  245 }

  bGLineR25SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  246 }

  bGLineR25SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  247 }

  bGLineR25SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  248 }

  bGLineR25SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  249 }

  bGLineR25SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  250 }

  bGLineR25SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  251 }

  bGLineR25SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  252 }

  bGLineR25SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  253 }

  bGLineR25SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  254 }

  bGLineR25SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  255 }

  bGLineR25SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  256 }

  bGLineR25SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  257 }

  bGLineR25SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  258 }

  bGLineR25SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  259 }

  bGLineR25SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  260 }

  bGLineR25SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  261 }

  bGLineR25SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  262 }

  bGLineR25SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  263 }

  bGLineR25SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  264 }

  bGLineR25SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  265 }

  bGLineR25SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  266 }

  bGLineR25SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  267 }

  bGLineR25SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  268 }

  bGLineR25SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  269 }

  bGLineR25SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  270 }

  bGLineR25SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  271 }

  bGLineR25SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  272 }

  bGLineR25SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  273 }

  bGLineR25SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  274 }

  bGLineR25SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  275 }

  bGLineR25SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  276 }

  bGLineR25SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  277 }

  bGLineR25SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  278 }

  bGLineR25SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  279 }

  bGLineR25SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  280 }

  bGLineR25SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  281 }

  bGLineR25SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  282 }

  bGLineR25SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  283 }

  bGLineR25SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  284 }

  bGLineR25T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR25Entry  285 }

  bGLineR25T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR25Entry  286 }

  bGLineR25T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR25Entry  287 }

  bGLineR25T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR25Entry  288 }

  bGLineR25T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR25Entry  289 }

  bGLineR25T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR25Entry  290 }

  bGLineR25T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR25Entry  291 }

  bGLineR25T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR25Entry  292 }

  bGLineR25I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR25Entry  294 }

  bGLineR25I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR25Entry  295 }

  bGLineR25I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR25Entry  296 }

  bGLineR25I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR25Entry  297 }

  bGLineR25I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR25Entry  298 }

  bGLineR25DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR25Entry  299 }

  bGLineR25SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  306 }

  bGLineR25SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  307 }

  bGLineR25SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  308 }

  bGLineR25SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  314 }

  bGLineR25SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  315 }

  bGLineR25SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  316 }

  bGLineR25CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR25Entry  319 }

  bGLineR25SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  324 }

  bGLineR25SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  325 }

  bGLineR25SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  326 }

  bGLineR25DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR25Entry  327 }

  bGLineR25FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR25Entry  328 }

  bGLineR25SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR25Entry  329 }

  bGLineR25SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  330 }

  bGLineR25SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  331 }

  bGLineR25SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  332 }

  bGLineR25SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  333 }

  bGLineR25SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  334 }

  bGLineR25SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  335 }

  bGLineR25SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  336 }

  bGLineR25SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  337 }

  bGLineSDActR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  339 }

  bGLineSDDefR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR25Entry  340 }

  bGLineR25SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  341 }

  bGLineR25MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR25Entry  346 }

  bGLineR25MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR25Entry  347 }

  bGLineR25SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  348 }

  bGLineR25SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  349 }

  bGLineR25SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  350 }

  bGLineR25ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR25Entry  351 }

  bGLineR25SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR25Entry  368 }

  bGLineR25SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  370 }

  bGLineR25SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  371 }

  bGLineR25SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  372 }

  bGLineR25SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  373 }

  bGLineR25SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  374 }

  bGLineR25SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  375 }

  bGLineR25SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  376 }

  bGLineR25SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  377 }

  bGLineSDActR25SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  379 }

  bGLineSDDefR25SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR25Entry  380 }

  bGLineR25SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  381 }

  bGLineR25I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR25Entry  390 }

  bGLineR25I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR25Entry  391 }

  bGLineR25I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR25Entry  392 }

  bGLineR25SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  394 }

  bGLineR25SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  395 }

  bGLineR25SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  396 }

  bGLineR25SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  397 }

  bGLineR25SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  398 }

  bGLineR25SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  399 }

  bGLineR25SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  400 }

  bGLineR25SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  401 }

  bGLineR25SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  402 }

  bGLineR25CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR25Entry  410 }

  bGLineR25CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR25Entry  411 }

  bGLineR25CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR25Entry  412 }

  bGLineR25CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR25Entry  413 }

  bGLineR25CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR25Entry  414 }

  bGLineR25SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  415 }

  bGLineR25SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  416 }

  bGLineR25SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  417 }

  bGLineR25I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR25Entry  418 }

  bGLineR25I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR25Entry  419 }

  bGLineR25I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR25Entry  420 }

  bGLineR25I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR25Entry  421 }

  bGLineR25TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR25Entry  422 }

  bGLineR25I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR25Entry  423 }

  bGLineR25I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR25Entry  424 }

  bGLineR25I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR25Entry  425 }

  bGLineR25FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR25Entry  426 }

  bGLineR25ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR25Entry  427 }

  bGLineR25AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR25Entry  428 }

  bGLineR25SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  429 }

  bGLineR25SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  430 }

  bGLineR25SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  431 }

  bGLineR25StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR25Entry  432 }

  bGLineR25TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR25Entry  441 }

  bGLineR25NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR25Entry  442 }

  bGLineR25ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR25Entry  443 }

  bGLineR25ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR25Entry  444 }

  bGLineR25I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR25Entry  445 }

  bGLineR25I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR25Entry  446 }

  bGLineR25I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR25Entry  447 }

  bGLineR25I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR25Entry  448 }

  bGLineR25I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR25Entry  449 }

  bGLineR25ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR25Entry  450 }

  bGLineR25NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR25Entry  451 }

  bGLineR25SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  452 }

  bGLineR25SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  453 }

  bGLineR25SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  454 }

  bGLineR25AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR25Entry  455 }

  bGLineR25I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR25Entry  456 }

  bGLineR25PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR25Entry  457 }

  bGLineR25LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR25Entry  458 }

  bGLineR25ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR25Entry  459 }

  bGLineR25SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  460 }

  bGLineR25SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR25Entry  461 }

  bGLineR25SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR25Entry  462 }

  bGLineR25ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR25Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  bGLineCallFwdR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2363 }

  bGLineCallFwdR7Entry OBJECT-TYPE
    SYNTAX       BGLineCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineCallFwdR7NEConn,
             bGLineCallFwdR7NetwkElement,
             bGLineCallFwdR7CFSIx,
             bGLineCallFwdR7GpIx,
             bGLineCallFwdR7FirstDirNum,
             bGLineCallFwdR7DirNum }
    ::= {  bGLineCallFwdR7Table  1  }

  BGLineCallFwdR7Entry  ::=  SEQUENCE
  {
    bGLineCallFwdR7NEConn              Unsigned32,
    bGLineCallFwdR7NetwkElement        DisplayString,
    bGLineCallFwdR7CFSIx               Unsigned32,
    bGLineCallFwdR7GpIx                Unsigned32,
    bGLineCallFwdR7FirstDirNum         DisplayString,
    bGLineCallFwdR7DirNum              DisplayString,
    bGLineCallFwdR7SDActUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR7SDDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR7SDUseDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR7SDActNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR7SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR7SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR7SDActPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR7SDDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR7SDUseDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR7SDActCFUSubscribed  INTEGER,
    bGLineCallFwdR7SDDefCFUSubscribed  INTEGER,
    bGLineCallFwdR7SDUseDefCFUSubscribed
                                       INTEGER,
    bGLineCallFwdR7CFUEnabled          INTEGER,
    bGLineCallFwdR7CFUNum              DisplayString,
    bGLineCallFwdR7SDActCFBLSubscribed INTEGER,
    bGLineCallFwdR7SDDefCFBLSubscribed INTEGER,
    bGLineCallFwdR7SDUseDefCFBLSubscribed
                                       INTEGER,
    bGLineCallFwdR7CFBLEnabled         INTEGER,
    bGLineCallFwdR7CFBLNum             DisplayString,
    bGLineCallFwdR7SDActCFDASubscribed INTEGER,
    bGLineCallFwdR7SDDefCFDASubscribed INTEGER,
    bGLineCallFwdR7SDUseDefCFDASubscribed
                                       INTEGER,
    bGLineCallFwdR7CFDAEnabled         INTEGER,
    bGLineCallFwdR7CFDANum             DisplayString,
    bGLineCallFwdR7SDActCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR7SDDefCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR7SDUseDefCFDANoReplyTime
                                       INTEGER,
    bGLineCallFwdR7SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR7SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR7SDActSCFSubscribed  INTEGER,
    bGLineCallFwdR7SDDefSCFSubscribed  INTEGER,
    bGLineCallFwdR7SDUseDefSCFSubscribed
                                       INTEGER,
    bGLineCallFwdR7SCFEnabled          INTEGER,
    bGLineCallFwdR7SCFNumToFwdTo       DisplayString,
    bGLineCallFwdR7SCFNumAnonNumsFwd   Unsigned32,
    bGLineCallFwdR7SDActSCFUSB         INTEGER,
    bGLineCallFwdR7SDDefSCFUSB         INTEGER,
    bGLineCallFwdR7SDUseDefSCFUSB      INTEGER,
    bGLineCallFwdR7SDActBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR7SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR7SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR7SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR7SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR7SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    bGLineCallFwdR7SDActBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR7SDDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR7SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR7SDActRACFSubscribed INTEGER,
    bGLineCallFwdR7SDDefRACFSubscribed INTEGER,
    bGLineCallFwdR7SDUseDefRACFSubscribed
                                       INTEGER,
    bGLineCallFwdR7RACFBlocked         INTEGER,
    bGLineCallFwdR7DoExtraActions      INTEGER,
    bGLineCallFwdR7SDActMaxSimulFwds   Unsigned32,
    bGLineCallFwdR7SDDefMaxSimulFwds   Unsigned32,
    bGLineCallFwdR7SDUseDefMaxSimulFwds
                                       INTEGER,
    bGLineCallFwdR7SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR7SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR7SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR7SDActCFUSingleRing  INTEGER,
    bGLineCallFwdR7SDDefCFUSingleRing  INTEGER,
    bGLineCallFwdR7SDUseDefCFUSingleRing
                                       INTEGER,
    bGLineCallFwdR7SDActSCFSingleRing  INTEGER,
    bGLineCallFwdR7SDDefSCFSingleRing  INTEGER,
    bGLineCallFwdR7SDUseDefSCFSingleRing
                                       INTEGER,
    bGLineCallFwdR7SDActCFUVariant     INTEGER,
    bGLineCallFwdR7SDDefCFUVariant     INTEGER,
    bGLineCallFwdR7SDUseDefCFUVariant  INTEGER,
    bGLineCallFwdR7SDActCFBLVariant    INTEGER,
    bGLineCallFwdR7SDDefCFBLVariant    INTEGER,
    bGLineCallFwdR7SDUseDefCFBLVariant INTEGER,
    bGLineCallFwdR7SDActCFDAVariant    INTEGER,
    bGLineCallFwdR7SDDefCFDAVariant    INTEGER,
    bGLineCallFwdR7SDUseDefCFDAVariant INTEGER,
    bGLineCallFwdR7BasicLineHuntingEnabled
                                       INTEGER,
    bGLineCallFwdR7SDActFMFMSubscribed INTEGER,
    bGLineCallFwdR7SDDefFMFMSubscribed INTEGER,
    bGLineCallFwdR7SDUseDefFMFMSubscribed
                                       INTEGER,
    bGLineCallFwdR7SDActFMFMServLvl    INTEGER,
    bGLineCallFwdR7SDDefFMFMServLvl    INTEGER,
    bGLineCallFwdR7SDUseDefFMFMServLvl INTEGER,
    bGLineCallFwdR7FMFMEnabled         INTEGER,
    bGLineCallFwdR7SDActRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR7SDDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR7SDUseDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR7SDActUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR7SDDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR7SDUseDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR7UnavailCFEnabled    INTEGER,
    bGLineCallFwdR7UnavailCFNum        DisplayString,
    bGLineCallFwdR7SDActNmRlToCllr     INTEGER,
    bGLineCallFwdR7SDDefNmRlToCllr     INTEGER,
    bGLineCallFwdR7SDUseDefNmRlToCllr  INTEGER,
    bGLineCallFwdR7SDActDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR7SDDefDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR7SDUseDefDivertedToNmRlToCllr
                                       INTEGER
  }

  bGLineCallFwdR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineCallFwdR7Entry  1 }

  bGLineCallFwdR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineCallFwdR7Entry  2 }

  bGLineCallFwdR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineCallFwdR7Entry  3 }

  bGLineCallFwdR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineCallFwdR7Entry  4 }

  bGLineCallFwdR7FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR7Entry  5 }

  bGLineCallFwdR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR7Entry  6 }

  bGLineCallFwdR7SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  7 }

  bGLineCallFwdR7SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  8 }

  bGLineCallFwdR7SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  9 }

  bGLineCallFwdR7SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  10 }

  bGLineCallFwdR7SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  11 }

  bGLineCallFwdR7SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  12 }

  bGLineCallFwdR7SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  13 }

  bGLineCallFwdR7SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  14 }

  bGLineCallFwdR7SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  15 }

  bGLineCallFwdR7SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  16 }

  bGLineCallFwdR7SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  17 }

  bGLineCallFwdR7SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  18 }

  bGLineCallFwdR7CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR7Entry  19 }

  bGLineCallFwdR7CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { bGLineCallFwdR7Entry  20 }

  bGLineCallFwdR7SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  21 }

  bGLineCallFwdR7SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  22 }

  bGLineCallFwdR7SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  23 }

  bGLineCallFwdR7CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR7Entry  24 }

  bGLineCallFwdR7CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { bGLineCallFwdR7Entry  25 }

  bGLineCallFwdR7SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  26 }

  bGLineCallFwdR7SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  27 }

  bGLineCallFwdR7SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  28 }

  bGLineCallFwdR7CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR7Entry  29 }

  bGLineCallFwdR7CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { bGLineCallFwdR7Entry  30 }

  bGLineCallFwdR7SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  31 }

  bGLineCallFwdR7SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  32 }

  bGLineCallFwdR7SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  33 }

  bGLineCallFwdR7SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  34 }

  bGLineCallFwdR7SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  35 }

  bGLineCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  36 }

  bGLineCallFwdR7SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  37 }

  bGLineCallFwdR7SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  38 }

  bGLineCallFwdR7SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  39 }

  bGLineCallFwdR7SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR7Entry  40 }

  bGLineCallFwdR7SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { bGLineCallFwdR7Entry  41 }

  bGLineCallFwdR7SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { bGLineCallFwdR7Entry  42 }

  bGLineCallFwdR7SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  43 }

  bGLineCallFwdR7SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  44 }

  bGLineCallFwdR7SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  45 }

  bGLineCallFwdR7SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  46 }

  bGLineCallFwdR7SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  47 }

  bGLineCallFwdR7SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  48 }

  bGLineCallFwdR7SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  49 }

  bGLineCallFwdR7SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  50 }

  bGLineCallFwdR7SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  51 }

  bGLineCallFwdR7SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  52 }

  bGLineCallFwdR7SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  53 }

  bGLineCallFwdR7SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  54 }

  bGLineCallFwdR7SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  55 }

  bGLineCallFwdR7SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  56 }

  bGLineCallFwdR7SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  57 }

  bGLineCallFwdR7RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR7Entry  58 }

  bGLineCallFwdR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineCallFwdR7Entry  59 }

  bGLineCallFwdR7SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  63 }

  bGLineCallFwdR7SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  64 }

  bGLineCallFwdR7SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  65 }

  bGLineCallFwdR7SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  66 }

  bGLineCallFwdR7SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  67 }

  bGLineCallFwdR7SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  68 }

  bGLineCallFwdR7SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  70 }

  bGLineCallFwdR7SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  71 }

  bGLineCallFwdR7SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  72 }

  bGLineCallFwdR7SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  79 }

  bGLineCallFwdR7SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  80 }

  bGLineCallFwdR7SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  81 }

  bGLineCallFwdR7SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  90 }

  bGLineCallFwdR7SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  91 }

  bGLineCallFwdR7SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  92 }

  bGLineCallFwdR7SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  93 }

  bGLineCallFwdR7SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  94 }

  bGLineCallFwdR7SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  95 }

  bGLineCallFwdR7SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  96 }

  bGLineCallFwdR7SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  97 }

  bGLineCallFwdR7SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  98 }

  bGLineCallFwdR7BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  99 }

  bGLineCallFwdR7SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  100 }

  bGLineCallFwdR7SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  101 }

  bGLineCallFwdR7SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  102 }

  bGLineCallFwdR7SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  103 }

  bGLineCallFwdR7SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  104 }

  bGLineCallFwdR7SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  105 }

  bGLineCallFwdR7FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR7Entry  106 }

  bGLineCallFwdR7SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  107 }

  bGLineCallFwdR7SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  108 }

  bGLineCallFwdR7SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  109 }

  bGLineCallFwdR7SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  110 }

  bGLineCallFwdR7SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  111 }

  bGLineCallFwdR7SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  112 }

  bGLineCallFwdR7UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR7Entry  113 }

  bGLineCallFwdR7UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { bGLineCallFwdR7Entry  114 }

  bGLineCallFwdR7SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  115 }

  bGLineCallFwdR7SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  116 }

  bGLineCallFwdR7SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  117 }

  bGLineCallFwdR7SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  118 }

  bGLineCallFwdR7SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR7Entry  119 }

  bGLineCallFwdR7SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR7Entry  120 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Party Call Services'                                  */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  bGLineMultiPartyR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineMultiPartyR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2364 }

  bGLineMultiPartyR7Entry OBJECT-TYPE
    SYNTAX       BGLineMultiPartyR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineMultiPartyR7NEConn,
             bGLineMultiPartyR7NetwkElement,
             bGLineMultiPartyR7CFSIx,
             bGLineMultiPartyR7GpIx,
             bGLineMultiPartyR7FirstDirNum,
             bGLineMultiPartyR7DirNum }
    ::= {  bGLineMultiPartyR7Table  1  }

  BGLineMultiPartyR7Entry  ::=  SEQUENCE
  {
    bGLineMultiPartyR7NEConn           Unsigned32,
    bGLineMultiPartyR7NetwkElement     DisplayString,
    bGLineMultiPartyR7CFSIx            Unsigned32,
    bGLineMultiPartyR7GpIx             Unsigned32,
    bGLineMultiPartyR7FirstDirNum      DisplayString,
    bGLineMultiPartyR7DirNum           DisplayString,
    bGLineMultiPartyR7SDAct3WayClgSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDef3WayClgSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDef3WayClgSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDActCWSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDefCWSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefCWSubscribed
                                       INTEGER,
    bGLineMultiPartyR7CWEnabled        INTEGER,
    bGLineMultiPartyR7SDActCWWithCIDSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDefCWWithCIDSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefCWWithCIDSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDActCallXferSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDefCallXferSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefCallXferSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDActHICSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDefHICSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefHICSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDActHICDistRinging
                                       INTEGER,
    bGLineMultiPartyR7SDDefHICDistRinging
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefHICDistRinging
                                       INTEGER,
    bGLineMultiPartyR7SDActCallHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDefCallHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefCallHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDActTWCCTConfUSB
                                       INTEGER,
    bGLineMultiPartyR7SDDefTWCCTConfUSB
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefTWCCTConfUSB
                                       INTEGER,
    bGLineMultiPartyR7SDActLSMSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDefLSMSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefLSMSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDActLSMMaxNumLines
                                       INTEGER,
    bGLineMultiPartyR7SDDefLSMMaxNumLines
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefLSMMaxNumLines
                                       INTEGER,
    bGLineMultiPartyR7LSMNumLines      Integer32,
    bGLineMultiPartyR7SDActLSMMonitorDoNotDistStatus
                                       INTEGER,
    bGLineMultiPartyR7SDDefLSMMonitorDoNotDistStatus
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefLSMMonitorDoNotDistStatus
                                       INTEGER,
    bGLineMultiPartyR7SDActAnnounceOnHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDDefAnnounceOnHoldSubscribed
                                       INTEGER,
    bGLineMultiPartyR7SDUseDefAnnounceOnHoldSubscribed
                                       INTEGER
  }

  bGLineMultiPartyR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineMultiPartyR7Entry  1 }

  bGLineMultiPartyR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineMultiPartyR7Entry  2 }

  bGLineMultiPartyR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineMultiPartyR7Entry  3 }

  bGLineMultiPartyR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineMultiPartyR7Entry  4 }

  bGLineMultiPartyR7FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineMultiPartyR7Entry  5 }

  bGLineMultiPartyR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineMultiPartyR7Entry  6 }

  bGLineMultiPartyR7SDAct3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  7 }

  bGLineMultiPartyR7SDDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  8 }

  bGLineMultiPartyR7SDUseDef3WayClgSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  9 }

  bGLineMultiPartyR7SDActCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  10 }

  bGLineMultiPartyR7SDDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  11 }

  bGLineMultiPartyR7SDUseDefCWSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  12 }

  bGLineMultiPartyR7CWEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - Enabled'."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  13 }

  bGLineMultiPartyR7SDActCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  14 }

  bGLineMultiPartyR7SDDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  15 }

  bGLineMultiPartyR7SDUseDefCWWithCIDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Waiting With Caller ID - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  16 }

  bGLineMultiPartyR7SDActCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  17 }

  bGLineMultiPartyR7SDDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  18 }

  bGLineMultiPartyR7SDUseDefCallXferSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Transfer - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  19 }

  bGLineMultiPartyR7SDActHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  20 }

  bGLineMultiPartyR7SDDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  21 }

  bGLineMultiPartyR7SDUseDefHICSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  22 }

  bGLineMultiPartyR7SDActHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  23 }

  bGLineMultiPartyR7SDDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  24 }

  bGLineMultiPartyR7SDUseDefHICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Home Intercom Distinctive Ringing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  25 }

  bGLineMultiPartyR7SDActCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  31 }

  bGLineMultiPartyR7SDDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  32 }

  bGLineMultiPartyR7SDUseDefCallHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Hold - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  33 }

  bGLineMultiPartyR7SDActTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  34 }

  bGLineMultiPartyR7SDDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  35 }

  bGLineMultiPartyR7SDUseDefTWCCTConfUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  36 }

  bGLineMultiPartyR7SDActLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  37 }

  bGLineMultiPartyR7SDDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  38 }

  bGLineMultiPartyR7SDUseDefLSMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  39 }

  bGLineMultiPartyR7SDActLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  40 }

  bGLineMultiPartyR7SDDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  41 }

  bGLineMultiPartyR7SDUseDefLSMMaxNumLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - maximum number of monitored lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  42 }

  bGLineMultiPartyR7LSMNumLines OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - number of monitored lines'."
    ::= { bGLineMultiPartyR7Entry  43 }

  bGLineMultiPartyR7SDActLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  44 }

  bGLineMultiPartyR7SDDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  45 }

  bGLineMultiPartyR7SDUseDefLSMMonitorDoNotDistStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line State Monitoring - monitor Do Not Disturb status'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  46 }

  bGLineMultiPartyR7SDActAnnounceOnHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Announcement on Hold - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  47 }

  bGLineMultiPartyR7SDDefAnnounceOnHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Announcement on Hold - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineMultiPartyR7Entry  48 }

  bGLineMultiPartyR7SDUseDefAnnounceOnHoldSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Announcement on Hold - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineMultiPartyR7Entry  49 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  mADNCallFwdR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNCallFwdR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2365 }

  mADNCallFwdR6Entry OBJECT-TYPE
    SYNTAX       MADNCallFwdR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNCallFwdR6NEConn,
             mADNCallFwdR6NetwkElement,
             mADNCallFwdR6CFSIx,
             mADNCallFwdR6GpIx,
             mADNCallFwdR6DirNum }
    ::= {  mADNCallFwdR6Table  1  }

  MADNCallFwdR6Entry  ::=  SEQUENCE
  {
    mADNCallFwdR6NEConn                Unsigned32,
    mADNCallFwdR6NetwkElement          DisplayString,
    mADNCallFwdR6CFSIx                 Unsigned32,
    mADNCallFwdR6GpIx                  Unsigned32,
    mADNCallFwdR6DirNum                DisplayString,
    mADNCallFwdR6SDActUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR6SDDefUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR6SDUseDefUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR6SDActNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR6SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR6SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR6SDActPlayConfirmTone  INTEGER,
    mADNCallFwdR6SDDefPlayConfirmTone  INTEGER,
    mADNCallFwdR6SDUseDefPlayConfirmTone
                                       INTEGER,
    mADNCallFwdR6SDActCFUSubscribed    INTEGER,
    mADNCallFwdR6SDDefCFUSubscribed    INTEGER,
    mADNCallFwdR6SDUseDefCFUSubscribed INTEGER,
    mADNCallFwdR6CFUEnabled            INTEGER,
    mADNCallFwdR6CFUNum                DisplayString,
    mADNCallFwdR6SDActCFBLSubscribed   INTEGER,
    mADNCallFwdR6SDDefCFBLSubscribed   INTEGER,
    mADNCallFwdR6SDUseDefCFBLSubscribed
                                       INTEGER,
    mADNCallFwdR6CFBLEnabled           INTEGER,
    mADNCallFwdR6CFBLNum               DisplayString,
    mADNCallFwdR6SDActCFDASubscribed   INTEGER,
    mADNCallFwdR6SDDefCFDASubscribed   INTEGER,
    mADNCallFwdR6SDUseDefCFDASubscribed
                                       INTEGER,
    mADNCallFwdR6CFDAEnabled           INTEGER,
    mADNCallFwdR6CFDANum               DisplayString,
    mADNCallFwdR6SDActCFDANoReplyTime  Unsigned32,
    mADNCallFwdR6SDDefCFDANoReplyTime  Unsigned32,
    mADNCallFwdR6SDUseDefCFDANoReplyTime
                                       INTEGER,
    mADNCallFwdR6SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR6SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR6SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR6SDActSCFSubscribed    INTEGER,
    mADNCallFwdR6SDDefSCFSubscribed    INTEGER,
    mADNCallFwdR6SDUseDefSCFSubscribed INTEGER,
    mADNCallFwdR6SCFEnabled            INTEGER,
    mADNCallFwdR6SCFNumToFwdTo         DisplayString,
    mADNCallFwdR6SCFNumAnonNumsFwd     Unsigned32,
    mADNCallFwdR6SDActSCFUSB           INTEGER,
    mADNCallFwdR6SDDefSCFUSB           INTEGER,
    mADNCallFwdR6SDUseDefSCFUSB        INTEGER,
    mADNCallFwdR6SDActBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR6SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR6SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR6SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    mADNCallFwdR6SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    mADNCallFwdR6SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    mADNCallFwdR6SDActBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR6SDDefBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR6SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR6SDActRACFSubscribed   INTEGER,
    mADNCallFwdR6SDDefRACFSubscribed   INTEGER,
    mADNCallFwdR6SDUseDefRACFSubscribed
                                       INTEGER,
    mADNCallFwdR6RACFBlocked           INTEGER,
    mADNCallFwdR6DoExtraActions        INTEGER,
    mADNCallFwdR6SDActMaxSimulFwds     Unsigned32,
    mADNCallFwdR6SDDefMaxSimulFwds     Unsigned32,
    mADNCallFwdR6SDUseDefMaxSimulFwds  INTEGER,
    mADNCallFwdR6SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR6SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR6SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR6SDActCFUSingleRing    INTEGER,
    mADNCallFwdR6SDDefCFUSingleRing    INTEGER,
    mADNCallFwdR6SDUseDefCFUSingleRing INTEGER,
    mADNCallFwdR6SDActSCFSingleRing    INTEGER,
    mADNCallFwdR6SDDefSCFSingleRing    INTEGER,
    mADNCallFwdR6SDUseDefSCFSingleRing INTEGER,
    mADNCallFwdR6SDActCFUVariant       INTEGER,
    mADNCallFwdR6SDDefCFUVariant       INTEGER,
    mADNCallFwdR6SDUseDefCFUVariant    INTEGER,
    mADNCallFwdR6SDActCFBLVariant      INTEGER,
    mADNCallFwdR6SDDefCFBLVariant      INTEGER,
    mADNCallFwdR6SDUseDefCFBLVariant   INTEGER,
    mADNCallFwdR6SDActCFDAVariant      INTEGER,
    mADNCallFwdR6SDDefCFDAVariant      INTEGER,
    mADNCallFwdR6SDUseDefCFDAVariant   INTEGER,
    mADNCallFwdR6BasicLineHuntingEnabled
                                       INTEGER,
    mADNCallFwdR6SDActRequireCrtsyCall INTEGER,
    mADNCallFwdR6SDDefRequireCrtsyCall INTEGER,
    mADNCallFwdR6SDUseDefRequireCrtsyCall
                                       INTEGER,
    mADNCallFwdR6SDActNmRlToCllr       INTEGER,
    mADNCallFwdR6SDDefNmRlToCllr       INTEGER,
    mADNCallFwdR6SDUseDefNmRlToCllr    INTEGER,
    mADNCallFwdR6SDActDivertedToNmRlToCllr
                                       INTEGER,
    mADNCallFwdR6SDDefDivertedToNmRlToCllr
                                       INTEGER,
    mADNCallFwdR6SDUseDefDivertedToNmRlToCllr
                                       INTEGER
  }

  mADNCallFwdR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNCallFwdR6Entry  1 }

  mADNCallFwdR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNCallFwdR6Entry  2 }

  mADNCallFwdR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNCallFwdR6Entry  3 }

  mADNCallFwdR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNCallFwdR6Entry  4 }

  mADNCallFwdR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNCallFwdR6Entry  5 }

  mADNCallFwdR6SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  6 }

  mADNCallFwdR6SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  7 }

  mADNCallFwdR6SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  8 }

  mADNCallFwdR6SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  9 }

  mADNCallFwdR6SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  10 }

  mADNCallFwdR6SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  11 }

  mADNCallFwdR6SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  12 }

  mADNCallFwdR6SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  13 }

  mADNCallFwdR6SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  14 }

  mADNCallFwdR6SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  15 }

  mADNCallFwdR6SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  16 }

  mADNCallFwdR6SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  17 }

  mADNCallFwdR6CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR6Entry  18 }

  mADNCallFwdR6CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { mADNCallFwdR6Entry  19 }

  mADNCallFwdR6SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  20 }

  mADNCallFwdR6SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  21 }

  mADNCallFwdR6SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  22 }

  mADNCallFwdR6CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR6Entry  23 }

  mADNCallFwdR6CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { mADNCallFwdR6Entry  24 }

  mADNCallFwdR6SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  25 }

  mADNCallFwdR6SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  26 }

  mADNCallFwdR6SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  27 }

  mADNCallFwdR6CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR6Entry  28 }

  mADNCallFwdR6CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { mADNCallFwdR6Entry  29 }

  mADNCallFwdR6SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  30 }

  mADNCallFwdR6SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  31 }

  mADNCallFwdR6SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  32 }

  mADNCallFwdR6SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  33 }

  mADNCallFwdR6SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  34 }

  mADNCallFwdR6SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  35 }

  mADNCallFwdR6SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  36 }

  mADNCallFwdR6SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  37 }

  mADNCallFwdR6SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  38 }

  mADNCallFwdR6SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR6Entry  39 }

  mADNCallFwdR6SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { mADNCallFwdR6Entry  40 }

  mADNCallFwdR6SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { mADNCallFwdR6Entry  41 }

  mADNCallFwdR6SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  42 }

  mADNCallFwdR6SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  43 }

  mADNCallFwdR6SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  44 }

  mADNCallFwdR6SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  45 }

  mADNCallFwdR6SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  46 }

  mADNCallFwdR6SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  47 }

  mADNCallFwdR6SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  48 }

  mADNCallFwdR6SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  49 }

  mADNCallFwdR6SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  50 }

  mADNCallFwdR6SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  51 }

  mADNCallFwdR6SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  52 }

  mADNCallFwdR6SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  53 }

  mADNCallFwdR6SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  54 }

  mADNCallFwdR6SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  55 }

  mADNCallFwdR6SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  56 }

  mADNCallFwdR6RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { mADNCallFwdR6Entry  57 }

  mADNCallFwdR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mADNCallFwdR6Entry  58 }

  mADNCallFwdR6SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  62 }

  mADNCallFwdR6SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  63 }

  mADNCallFwdR6SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  64 }

  mADNCallFwdR6SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  65 }

  mADNCallFwdR6SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  66 }

  mADNCallFwdR6SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  67 }

  mADNCallFwdR6SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  69 }

  mADNCallFwdR6SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  70 }

  mADNCallFwdR6SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  71 }

  mADNCallFwdR6SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  78 }

  mADNCallFwdR6SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  79 }

  mADNCallFwdR6SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  80 }

  mADNCallFwdR6SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  90 }

  mADNCallFwdR6SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  91 }

  mADNCallFwdR6SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  92 }

  mADNCallFwdR6SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  93 }

  mADNCallFwdR6SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  94 }

  mADNCallFwdR6SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  95 }

  mADNCallFwdR6SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  96 }

  mADNCallFwdR6SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  97 }

  mADNCallFwdR6SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  98 }

  mADNCallFwdR6BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  99 }

  mADNCallFwdR6SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  100 }

  mADNCallFwdR6SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  101 }

  mADNCallFwdR6SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  102 }

  mADNCallFwdR6SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  103 }

  mADNCallFwdR6SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  104 }

  mADNCallFwdR6SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  105 }

  mADNCallFwdR6SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  106 }

  mADNCallFwdR6SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR6Entry  107 }

  mADNCallFwdR6SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR6Entry  108 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  mLHGPltDNCallFwdR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPltDNCallFwdR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2366 }

  mLHGPltDNCallFwdR3Entry OBJECT-TYPE
    SYNTAX       MLHGPltDNCallFwdR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPltDNCallFwdR3NEConn,
             mLHGPltDNCallFwdR3NetwkElement,
             mLHGPltDNCallFwdR3CFSIx,
             mLHGPltDNCallFwdR3GpIx,
             mLHGPltDNCallFwdR3MLHGGpIx,
             mLHGPltDNCallFwdR3DirNum }
    ::= {  mLHGPltDNCallFwdR3Table  1  }

  MLHGPltDNCallFwdR3Entry  ::=  SEQUENCE
  {
    mLHGPltDNCallFwdR3NEConn           Unsigned32,
    mLHGPltDNCallFwdR3NetwkElement     DisplayString,
    mLHGPltDNCallFwdR3CFSIx            Unsigned32,
    mLHGPltDNCallFwdR3GpIx             Unsigned32,
    mLHGPltDNCallFwdR3MLHGGpIx         Unsigned32,
    mLHGPltDNCallFwdR3DirNum           DisplayString,
    mLHGPltDNCallFwdR3SDActMaxSimulFwds
                                       Unsigned32,
    mLHGPltDNCallFwdR3SDDefMaxSimulFwds
                                       Unsigned32,
    mLHGPltDNCallFwdR3SDUseDefMaxSimulFwds
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefCFUSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActCFUVariant  INTEGER,
    mLHGPltDNCallFwdR3SDDefCFUVariant  INTEGER,
    mLHGPltDNCallFwdR3SDUseDefCFUVariant
                                       INTEGER,
    mLHGPltDNCallFwdR3CFUEnabled       INTEGER,
    mLHGPltDNCallFwdR3CFUNum           DisplayString,
    mLHGPltDNCallFwdR3SDActCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActCFBLVariant INTEGER,
    mLHGPltDNCallFwdR3SDDefCFBLVariant INTEGER,
    mLHGPltDNCallFwdR3SDUseDefCFBLVariant
                                       INTEGER,
    mLHGPltDNCallFwdR3CFBLEnabled      INTEGER,
    mLHGPltDNCallFwdR3CFBLNum          DisplayString,
    mLHGPltDNCallFwdR3SDActCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefCFDASubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActCFDAVariant INTEGER,
    mLHGPltDNCallFwdR3SDDefCFDAVariant INTEGER,
    mLHGPltDNCallFwdR3SDUseDefCFDAVariant
                                       INTEGER,
    mLHGPltDNCallFwdR3CFDAEnabled      INTEGER,
    mLHGPltDNCallFwdR3CFDANum          DisplayString,
    mLHGPltDNCallFwdR3SDActCFDANoReplyTime
                                       Unsigned32,
    mLHGPltDNCallFwdR3SDDefCFDANoReplyTime
                                       Unsigned32,
    mLHGPltDNCallFwdR3SDUseDefCFDANoReplyTime
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefSCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SCFEnabled       INTEGER,
    mLHGPltDNCallFwdR3SCFNumToFwdTo    DisplayString,
    mLHGPltDNCallFwdR3SCFNumAnonNumsFwd
                                       Unsigned32,
    mLHGPltDNCallFwdR3SDActSCFUSB      INTEGER,
    mLHGPltDNCallFwdR3SDDefSCFUSB      INTEGER,
    mLHGPltDNCallFwdR3SDUseDefSCFUSB   INTEGER,
    mLHGPltDNCallFwdR3SDActRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefRACFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3RACFBlocked      INTEGER,
    mLHGPltDNCallFwdR3DoExtraActions   INTEGER,
    mLHGPltDNCallFwdR3SDActRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCallFwdR3UnavailCFEnabled INTEGER,
    mLHGPltDNCallFwdR3UnavailCFNum     DisplayString,
    mLHGPltDNCallFwdR3SDActNmRlToCllr  INTEGER,
    mLHGPltDNCallFwdR3SDDefNmRlToCllr  INTEGER,
    mLHGPltDNCallFwdR3SDUseDefNmRlToCllr
                                       INTEGER,
    mLHGPltDNCallFwdR3SDActDivertedToNmRlToCllr
                                       INTEGER,
    mLHGPltDNCallFwdR3SDDefDivertedToNmRlToCllr
                                       INTEGER,
    mLHGPltDNCallFwdR3SDUseDefDivertedToNmRlToCllr
                                       INTEGER
  }

  mLHGPltDNCallFwdR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR3Entry  1 }

  mLHGPltDNCallFwdR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR3Entry  2 }

  mLHGPltDNCallFwdR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR3Entry  3 }

  mLHGPltDNCallFwdR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR3Entry  4 }

  mLHGPltDNCallFwdR3MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR3Entry  5 }

  mLHGPltDNCallFwdR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPltDNCallFwdR3Entry  6 }

  mLHGPltDNCallFwdR3SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  7 }

  mLHGPltDNCallFwdR3SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  8 }

  mLHGPltDNCallFwdR3SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  9 }

  mLHGPltDNCallFwdR3SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  10 }

  mLHGPltDNCallFwdR3SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  11 }

  mLHGPltDNCallFwdR3SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  12 }

  mLHGPltDNCallFwdR3SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  13 }

  mLHGPltDNCallFwdR3SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  14 }

  mLHGPltDNCallFwdR3SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  15 }

  mLHGPltDNCallFwdR3SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  16 }

  mLHGPltDNCallFwdR3SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  17 }

  mLHGPltDNCallFwdR3SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  18 }

  mLHGPltDNCallFwdR3SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  19 }

  mLHGPltDNCallFwdR3SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  20 }

  mLHGPltDNCallFwdR3SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  21 }

  mLHGPltDNCallFwdR3SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  22 }

  mLHGPltDNCallFwdR3SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  23 }

  mLHGPltDNCallFwdR3SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  24 }

  mLHGPltDNCallFwdR3SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  25 }

  mLHGPltDNCallFwdR3SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  26 }

  mLHGPltDNCallFwdR3SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  27 }

  mLHGPltDNCallFwdR3CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR3Entry  28 }

  mLHGPltDNCallFwdR3CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR3Entry  29 }

  mLHGPltDNCallFwdR3SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  30 }

  mLHGPltDNCallFwdR3SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  31 }

  mLHGPltDNCallFwdR3SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  32 }

  mLHGPltDNCallFwdR3SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  33 }

  mLHGPltDNCallFwdR3SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  34 }

  mLHGPltDNCallFwdR3SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  35 }

  mLHGPltDNCallFwdR3CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR3Entry  36 }

  mLHGPltDNCallFwdR3CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR3Entry  37 }

  mLHGPltDNCallFwdR3SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  38 }

  mLHGPltDNCallFwdR3SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  39 }

  mLHGPltDNCallFwdR3SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  40 }

  mLHGPltDNCallFwdR3SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  41 }

  mLHGPltDNCallFwdR3SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  42 }

  mLHGPltDNCallFwdR3SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  43 }

  mLHGPltDNCallFwdR3CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR3Entry  44 }

  mLHGPltDNCallFwdR3CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR3Entry  45 }

  mLHGPltDNCallFwdR3SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  46 }

  mLHGPltDNCallFwdR3SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  47 }

  mLHGPltDNCallFwdR3SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  48 }

  mLHGPltDNCallFwdR3SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  49 }

  mLHGPltDNCallFwdR3SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  50 }

  mLHGPltDNCallFwdR3SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  51 }

  mLHGPltDNCallFwdR3SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  52 }

  mLHGPltDNCallFwdR3SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  53 }

  mLHGPltDNCallFwdR3SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  54 }

  mLHGPltDNCallFwdR3SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR3Entry  55 }

  mLHGPltDNCallFwdR3SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { mLHGPltDNCallFwdR3Entry  56 }

  mLHGPltDNCallFwdR3SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { mLHGPltDNCallFwdR3Entry  57 }

  mLHGPltDNCallFwdR3SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  58 }

  mLHGPltDNCallFwdR3SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  59 }

  mLHGPltDNCallFwdR3SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  60 }

  mLHGPltDNCallFwdR3SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  61 }

  mLHGPltDNCallFwdR3SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  62 }

  mLHGPltDNCallFwdR3SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  63 }

  mLHGPltDNCallFwdR3RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR3Entry  64 }

  mLHGPltDNCallFwdR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGPltDNCallFwdR3Entry  65 }

  mLHGPltDNCallFwdR3SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  66 }

  mLHGPltDNCallFwdR3SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  67 }

  mLHGPltDNCallFwdR3SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  68 }

  mLHGPltDNCallFwdR3SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  69 }

  mLHGPltDNCallFwdR3SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  70 }

  mLHGPltDNCallFwdR3SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  71 }

  mLHGPltDNCallFwdR3UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCallFwdR3Entry  72 }

  mLHGPltDNCallFwdR3UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { mLHGPltDNCallFwdR3Entry  73 }

  mLHGPltDNCallFwdR3SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  74 }

  mLHGPltDNCallFwdR3SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  75 }

  mLHGPltDNCallFwdR3SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  76 }

  mLHGPltDNCallFwdR3SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  77 }

  mLHGPltDNCallFwdR3SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCallFwdR3Entry  78 }

  mLHGPltDNCallFwdR3SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCallFwdR3Entry  79 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  pBXR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2367 }

  pBXR27Entry OBJECT-TYPE
    SYNTAX       PBXR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR27NEConn,
             pBXR27NetwkElement,
             pBXR27CFSIx,
             pBXR27DirNum }
    ::= {  pBXR27Table  1  }

  PBXR27Entry  ::=  SEQUENCE
  {
    pBXR27NEConn                       Unsigned32,
    pBXR27NetwkElement                 DisplayString,
    pBXR27CFSIx                        Unsigned32,
    pBXR27DirNum                       DisplayString,
    pBXR27PresNum                      DisplayString,
    pBXR27ClgPartyNum                  DisplayString,
    pBXR27I1SubGpNEConn                Unsigned32,
    pBXR27I2SubGpNetwkElement          DisplayString,
    pBXR27I3SubGpCFSIx                 Unsigned32,
    pBXR27I4SubGpSubGpIx               Unsigned32,
    pBXR27NumStatus                    INTEGER,
    pBXR27PortedExchangeID             DisplayString,
    pBXR27LineSelMethod                INTEGER,
    pBXR27ANIDNISFormat                DisplayString,
    pBXR27PIN                          DisplayString,
    pBXR27Locale                       INTEGER,
    pBXR27DigitMaskingReqd             INTEGER,
    pBXR27TermFacilityMarksServInterception
                                       INTEGER,
    pBXR27ActYear                      Unsigned32,
    pBXR27ActMonth                     Unsigned32,
    pBXR27ActDate                      Unsigned32,
    pBXR27CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR27PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR27CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR27PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR27ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR27ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR27ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR27ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR27DiagsAPITraceEnabled         INTEGER,
    pBXR27DiagsAPITraceTag             DisplayString,
    pBXR27DiagsAPITraceRemNum          DisplayString,
    pBXR27TotChldAlrmsAttnRq           Unsigned32,
    pBXR27TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR27TotChldAlrmsAtndDp           Unsigned32,
    pBXR27TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR27SummaryChldAlrmState         INTEGER,
    pBXR27ExportNumObjectsExported     Integer32,
    pBXR27ExportStatus                 DisplayString,
    pBXR27ExportFile                   DisplayString,
    pBXR27ExportCorr                   Counter64,
    pBXR27ExportCorrNode               DisplayString,
    pBXR27ExportCorrUID                DisplayString,
    pBXR27DoExtraActions               INTEGER,
    pBXR27RowStatus                    RowStatus,
    pBXR27MovedToDirNum                DisplayString,
    pBXR27CustInfo                     DisplayString,
    pBXR27DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR27ServSuspended                INTEGER,
    pBXR27SendDIDSeqListedDirNum       INTEGER,
    pBXR27DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR27CustInfo2                    DisplayString,
    pBXR27CustInfo3                    DisplayString,
    pBXR27CustInfo4                    DisplayString,
    pBXR27CustInfo5                    DisplayString,
    pBXR27CustInfo6                    DisplayString,
    pBXR27RecentlyMovedFromOldNum      INTEGER,
    pBXR27MovedFromDirNum              DisplayString,
    pBXR27ConnectCallAfterAnnounce     INTEGER,
    pBXR27DiagsLogLvl                  INTEGER,
    pBXR27PBXFixBits                   BITS,
    pBXR27ChargeNum                    DisplayString,
    pBXR27SigType                      INTEGER,
    pBXR27SDActMaxCallAppearances      Unsigned32,
    pBXR27SDDefMaxCallAppearances      Unsigned32,
    pBXR27SDUseDefMaxCallAppearances   INTEGER,
    pBXR27I1PerProfNEConn              Unsigned32,
    pBXR27I2PerProfNetwkElement        DisplayString,
    pBXR27I3PerProfCFSIx               Unsigned32,
    pBXR27I4PerProfGpIx                Unsigned32,
    pBXR27SDActTimezone                INTEGER,
    pBXR27SDDefTimezone                INTEGER,
    pBXR27SDUseDefTimezone             INTEGER,
    pBXR27SDActAdjustDaylightSavings   INTEGER,
    pBXR27SDDefAdjustDaylightSavings   INTEGER,
    pBXR27SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR27SDActLongDistanceCarr        DisplayString,
    pBXR27SDDefLongDistanceCarr        DisplayString,
    pBXR27SDUseDefLongDistanceCarr     INTEGER,
    pBXR27SDActIntraLATACarr           DisplayString,
    pBXR27SDDefIntraLATACarr           DisplayString,
    pBXR27SDUseDefIntraLATACarr        INTEGER,
    pBXR27SDActRtgAttrs                BITS,
    pBXR27SDDefRtgAttrs                BITS,
    pBXR27SDUseDefRtgAttrs             INTEGER,
    pBXR27SDActBillType                INTEGER,
    pBXR27SDDefBillType                INTEGER,
    pBXR27SDUseDefBillType             INTEGER,
    pBXR27SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR27SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR27SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR27SDActTariffGp                INTEGER,
    pBXR27SDDefTariffGp                INTEGER,
    pBXR27SDUseDefTariffGp             INTEGER,
    pBXR27SDActIntnatlCarr             DisplayString,
    pBXR27SDDefIntnatlCarr             DisplayString,
    pBXR27SDUseDefIntnatlCarr          INTEGER,
    pBXR27SDActLCC1                    INTEGER,
    pBXR27SDDefLCC1                    INTEGER,
    pBXR27SDUseDefLCC1                 INTEGER,
    pBXR27SDActLCC2                    INTEGER,
    pBXR27SDDefLCC2                    INTEGER,
    pBXR27SDUseDefLCC2                 INTEGER,
    pBXR27SDActLCC3                    INTEGER,
    pBXR27SDDefLCC3                    INTEGER,
    pBXR27SDUseDefLCC3                 INTEGER,
    pBXR27SDActLCC4                    INTEGER,
    pBXR27SDDefLCC4                    INTEGER,
    pBXR27SDUseDefLCC4                 INTEGER,
    pBXR27SDActLCC5                    INTEGER,
    pBXR27SDDefLCC5                    INTEGER,
    pBXR27SDUseDefLCC5                 INTEGER,
    pBXR27SDActForceLNPLookup          INTEGER,
    pBXR27SDDefForceLNPLookup          INTEGER,
    pBXR27SDUseDefForceLNPLookup       INTEGER,
    pBXR27LineTrafficStudy             INTEGER,
    pBXR27DefNumDIDDigits              INTEGER,
    pBXR27EnabledDate                  Unsigned32,
    pBXR27ChargeNumReqd                INTEGER,
    pBXR27SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR27SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR27SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR27SDActLCC6                    INTEGER,
    pBXR27SDDefLCC6                    INTEGER,
    pBXR27SDUseDefLCC6                 INTEGER,
    pBXR27SDActLCC7                    INTEGER,
    pBXR27SDDefLCC7                    INTEGER,
    pBXR27SDUseDefLCC7                 INTEGER,
    pBXR27SDActLCC8                    INTEGER,
    pBXR27SDDefLCC8                    INTEGER,
    pBXR27SDUseDefLCC8                 INTEGER,
    pBXR27SDActLCC9                    INTEGER,
    pBXR27SDDefLCC9                    INTEGER,
    pBXR27SDUseDefLCC9                 INTEGER,
    pBXR27SDActLCC10                   INTEGER,
    pBXR27SDDefLCC10                   INTEGER,
    pBXR27SDUseDefLCC10                INTEGER,
    pBXR27SDActLCC11                   INTEGER,
    pBXR27SDDefLCC11                   INTEGER,
    pBXR27SDUseDefLCC11                INTEGER,
    pBXR27SDActLCC12                   INTEGER,
    pBXR27SDDefLCC12                   INTEGER,
    pBXR27SDUseDefLCC12                INTEGER,
    pBXR27SDActLCC13                   INTEGER,
    pBXR27SDDefLCC13                   INTEGER,
    pBXR27SDUseDefLCC13                INTEGER,
    pBXR27SDActLCC14                   INTEGER,
    pBXR27SDDefLCC14                   INTEGER,
    pBXR27SDUseDefLCC14                INTEGER,
    pBXR27SDActLCC15                   INTEGER,
    pBXR27SDDefLCC15                   INTEGER,
    pBXR27SDUseDefLCC15                INTEGER,
    pBXR27SDActLCC16                   INTEGER,
    pBXR27SDDefLCC16                   INTEGER,
    pBXR27SDUseDefLCC16                INTEGER,
    pBXR27SDActLCC17                   INTEGER,
    pBXR27SDDefLCC17                   INTEGER,
    pBXR27SDUseDefLCC17                INTEGER,
    pBXR27SDActLCC18                   INTEGER,
    pBXR27SDDefLCC18                   INTEGER,
    pBXR27SDUseDefLCC18                INTEGER,
    pBXR27SDActLCC19                   INTEGER,
    pBXR27SDDefLCC19                   INTEGER,
    pBXR27SDUseDefLCC19                INTEGER,
    pBXR27SDActLCC20                   INTEGER,
    pBXR27SDDefLCC20                   INTEGER,
    pBXR27SDUseDefLCC20                INTEGER,
    pBXR27LDNPBXCapacityGp             INTEGER,
    pBXR27SDActVQMCallLogging          INTEGER,
    pBXR27SDDefVQMCallLogging          INTEGER,
    pBXR27SDUseDefVQMCallLogging       INTEGER,
    pBXR27FaultMonitoringLvl           INTEGER,
    pBXR27CFMLvlOnApply2               INTEGER,
    pBXR27MovedToNumAsDialed           DisplayString,
    pBXR27MovedDate                    Unsigned32,
    pBXR27SDActExpireAfter             Unsigned32,
    pBXR27SDDefExpireAfter             Unsigned32,
    pBXR27SDUseDefExpireAfter          INTEGER,
    pBXR27ExpiryDate                   Unsigned32,
    pBXR27IntercomDialingCode          DisplayString,
    pBXR27I1BusGpBusGpNEConn           Unsigned32,
    pBXR27I2BusGpBusGpNetwkElement     DisplayString,
    pBXR27I3BusGpBusGpCFSIx            Unsigned32,
    pBXR27I4BusGpBusGpGpIx             Unsigned32,
    pBXR27BusGpBusGpOtherVals          INTEGER,
    pBXR27BusGpExternalLineCode        DisplayString,
    pBXR27BusGpInternalLineCode        DisplayString,
    pBXR27BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR27BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR27BusGpForceSimpleMatching     INTEGER,
    pBXR27BusGpDiagsLogCorr            Counter64,
    pBXR27SecondLocale                 INTEGER,
    pBXR27SDActAdvChrgAOCD             INTEGER,
    pBXR27SDDefAdvChrgAOCD             INTEGER,
    pBXR27SDUseDefAdvChrgAOCD          INTEGER,
    pBXR27SDActAdvChrgAOCE             INTEGER,
    pBXR27SDDefAdvChrgAOCE             INTEGER,
    pBXR27SDUseDefAdvChrgAOCE          INTEGER,
    pBXR27I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR27I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR27I3DelegatedManagementGpDMGIx Integer32,
    pBXR27SDActSubTimezone             LongDisplayString,
    pBXR27SDDefSubTimezone             LongDisplayString,
    pBXR27SDUseDefSubTimezone          INTEGER,
    pBXR27SDActChargeInd               INTEGER,
    pBXR27SDDefChargeInd               INTEGER,
    pBXR27SDUseDefChargeInd            INTEGER,
    pBXR27SDActSubClgCategory          INTEGER,
    pBXR27SDDefSubClgCategory          INTEGER,
    pBXR27SDUseDefSubClgCategory       INTEGER,
    pBXR27CustomerInfoFirstName        LongDisplayString,
    pBXR27CustomerInfoSecondName       LongDisplayString,
    pBXR27CustomerInfoOtherNames       LongDisplayString,
    pBXR27CustomerInfoPenultimateName  LongDisplayString,
    pBXR27CustomerInfoSurname          LongDisplayString,
    pBXR27UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR27I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR27I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR27I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR27I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR27TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR27I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR27I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR27I3FaultMonitoringProfFMPIx   Integer32,
    pBXR27FaultMonitoringProfOtherVals INTEGER,
    pBXR27ApplyFMPToReltdObjectTypes   BITS,
    pBXR27AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR27SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR27SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR27SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR27SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR27SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR27SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR27AlrmState                    INTEGER,
    pBXR27StatisticsAlrms              Integer32,
    pBXR27AlrmLogCorr                  Counter64,
    pBXR27AddtlAlrmLogCorr             Counter64,
    pBXR27AlrmEvtsAttnRq               Unsigned32,
    pBXR27AlrmEvtsAtndDp               Unsigned32,
    pBXR27AlrmStateTimestamp           Unsigned32,
    pBXR27SASHostname                  LongDisplayString,
    pBXR27UseCfgdTrnkGpID              INTEGER,
    pBXR27TrnkGpID                     INTEGER,
    pBXR27AllowRehoming                INTEGER,
    pBXR27I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR27TotCallsLimit                INTEGER,
    pBXR27MaxCalls                     Unsigned32,
    pBXR27TermCallsLimit               INTEGER,
    pBXR27MaxTermCalls                 Unsigned32,
    pBXR27OrigingCallsLimit            INTEGER,
    pBXR27MaxOrigingCalls              Unsigned32,
    pBXR27LimitIntraBGCalls            INTEGER,
    pBXR27UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR27PBXIsDuplicate               INTEGER,
    pBXR27PBXIsRenumbering             INTEGER,
    pBXR27ExportIncASRepData           INTEGER,
    pBXR27AppServerPBX                 INTEGER,
    pBXR27SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR27SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR27DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR27ExportChldObjectsToInc       INTEGER
  }

  pBXR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR27Entry  1 }

  pBXR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR27Entry  2 }

  pBXR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR27Entry  3 }

  pBXR27DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR27Entry  4 }

  pBXR27PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR27Entry  5 }

  pBXR27ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR27Entry  6 }

  pBXR27I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR27Entry  7 }

  pBXR27I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR27Entry  8 }

  pBXR27I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR27Entry  9 }

  pBXR27I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR27Entry  10 }

  pBXR27NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR27Entry  11 }

  pBXR27PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR27Entry  12 }

  pBXR27LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR27Entry  13 }

  pBXR27ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR27Entry  14 }

  pBXR27PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR27Entry  18 }

  pBXR27Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR27Entry  19 }

  pBXR27DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR27Entry  22 }

  pBXR27TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR27Entry  24 }

  pBXR27ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR27Entry  26 }

  pBXR27ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR27Entry  27 }

  pBXR27ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR27Entry  28 }

  pBXR27CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR27Entry  29 }

  pBXR27PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR27Entry  30 }

  pBXR27CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR27Entry  31 }

  pBXR27PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR27Entry  32 }

  pBXR27ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR27Entry  33 }

  pBXR27ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR27Entry  34 }

  pBXR27ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR27Entry  35 }

  pBXR27ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR27Entry  36 }

  pBXR27DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR27Entry  37 }

  pBXR27DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR27Entry  38 }

  pBXR27DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR27Entry  39 }

  pBXR27TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR27Entry  40 }

  pBXR27TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR27Entry  41 }

  pBXR27TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR27Entry  42 }

  pBXR27TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR27Entry  43 }

  pBXR27SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR27Entry  44 }

  pBXR27ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR27Entry  45 }

  pBXR27ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR27Entry  46 }

  pBXR27ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR27Entry  47 }

  pBXR27ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR27Entry  48 }

  pBXR27ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR27Entry  49 }

  pBXR27ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR27Entry  50 }

  pBXR27DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR27Entry  51 }

  pBXR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR27Entry  52 }

  pBXR27MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR27Entry  53 }

  pBXR27CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR27Entry  54 }

  pBXR27DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR27Entry  55 }

  pBXR27ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR27Entry  57 }

  pBXR27SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR27Entry  59 }

  pBXR27DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR27Entry  60 }

  pBXR27CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR27Entry  61 }

  pBXR27CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR27Entry  62 }

  pBXR27CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR27Entry  63 }

  pBXR27CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR27Entry  64 }

  pBXR27CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR27Entry  65 }

  pBXR27RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR27Entry  66 }

  pBXR27MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR27Entry  67 }

  pBXR27ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR27Entry  68 }

  pBXR27DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR27Entry  69 }

  pBXR27PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR27Entry  71 }

  pBXR27ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR27Entry  72 }

  pBXR27SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR27Entry  74 }

  pBXR27SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  75 }

  pBXR27SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  76 }

  pBXR27SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  77 }

  pBXR27I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR27Entry  84 }

  pBXR27I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR27Entry  85 }

  pBXR27I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR27Entry  86 }

  pBXR27I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR27Entry  87 }

  pBXR27SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  88 }

  pBXR27SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  89 }

  pBXR27SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  90 }

  pBXR27SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  91 }

  pBXR27SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  92 }

  pBXR27SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  93 }

  pBXR27SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  100 }

  pBXR27SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  101 }

  pBXR27SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  102 }

  pBXR27SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  103 }

  pBXR27SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  104 }

  pBXR27SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  105 }

  pBXR27SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  106 }

  pBXR27SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  107 }

  pBXR27SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  108 }

  pBXR27SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  109 }

  pBXR27SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  110 }

  pBXR27SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  111 }

  pBXR27SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  112 }

  pBXR27SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  113 }

  pBXR27SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  114 }

  pBXR27SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  115 }

  pBXR27SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  116 }

  pBXR27SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  117 }

  pBXR27SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  118 }

  pBXR27SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  119 }

  pBXR27SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  120 }

  pBXR27SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  121 }

  pBXR27SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  122 }

  pBXR27SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  123 }

  pBXR27SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  124 }

  pBXR27SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  125 }

  pBXR27SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  126 }

  pBXR27SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  127 }

  pBXR27SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  128 }

  pBXR27SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  129 }

  pBXR27SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  130 }

  pBXR27SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  131 }

  pBXR27SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  132 }

  pBXR27SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  133 }

  pBXR27SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  134 }

  pBXR27SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  135 }

  pBXR27SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  136 }

  pBXR27SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  137 }

  pBXR27SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  138 }

  pBXR27LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR27Entry  139 }

  pBXR27DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR27Entry  140 }

  pBXR27EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR27Entry  141 }

  pBXR27ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR27Entry  142 }

  pBXR27SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  150 }

  pBXR27SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  151 }

  pBXR27SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  152 }

  pBXR27SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  153 }

  pBXR27SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  154 }

  pBXR27SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  155 }

  pBXR27SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  156 }

  pBXR27SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  157 }

  pBXR27SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  158 }

  pBXR27SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  159 }

  pBXR27SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  160 }

  pBXR27SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  161 }

  pBXR27SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  162 }

  pBXR27SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  163 }

  pBXR27SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  164 }

  pBXR27SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  165 }

  pBXR27SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  166 }

  pBXR27SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  167 }

  pBXR27SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  168 }

  pBXR27SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  169 }

  pBXR27SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  170 }

  pBXR27SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  171 }

  pBXR27SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  172 }

  pBXR27SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  173 }

  pBXR27SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  174 }

  pBXR27SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  175 }

  pBXR27SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  176 }

  pBXR27SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  177 }

  pBXR27SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  178 }

  pBXR27SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  179 }

  pBXR27SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  180 }

  pBXR27SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  181 }

  pBXR27SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  182 }

  pBXR27SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  183 }

  pBXR27SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  184 }

  pBXR27SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  185 }

  pBXR27SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  186 }

  pBXR27SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  187 }

  pBXR27SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  188 }

  pBXR27SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  189 }

  pBXR27SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  190 }

  pBXR27SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  191 }

  pBXR27SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  192 }

  pBXR27SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  193 }

  pBXR27SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  194 }

  pBXR27SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  195 }

  pBXR27SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  196 }

  pBXR27SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  197 }

  pBXR27LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR27Entry  205 }

  pBXR27SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  206 }

  pBXR27SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  207 }

  pBXR27SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  208 }

  pBXR27FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR27Entry  209 }

  pBXR27CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR27Entry  210 }

  pBXR27MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR27Entry  211 }

  pBXR27MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR27Entry  212 }

  pBXR27SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  213 }

  pBXR27SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  214 }

  pBXR27SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  215 }

  pBXR27ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR27Entry  216 }

  pBXR27IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR27Entry  217 }

  pBXR27I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR27Entry  218 }

  pBXR27I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR27Entry  219 }

  pBXR27I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR27Entry  220 }

  pBXR27I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR27Entry  221 }

  pBXR27BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR27Entry  222 }

  pBXR27BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR27Entry  223 }

  pBXR27BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR27Entry  224 }

  pBXR27BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR27Entry  225 }

  pBXR27BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR27Entry  226 }

  pBXR27BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR27Entry  227 }

  pBXR27BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR27Entry  228 }

  pBXR27SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR27Entry  230 }

  pBXR27SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  231 }

  pBXR27SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  232 }

  pBXR27SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  233 }

  pBXR27SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  234 }

  pBXR27SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  235 }

  pBXR27SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  236 }

  pBXR27I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR27Entry  237 }

  pBXR27I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR27Entry  238 }

  pBXR27I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR27Entry  239 }

  pBXR27SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  241 }

  pBXR27SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  242 }

  pBXR27SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  243 }

  pBXR27SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  244 }

  pBXR27SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  245 }

  pBXR27SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  246 }

  pBXR27SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  247 }

  pBXR27SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  248 }

  pBXR27SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  249 }

  pBXR27CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR27Entry  260 }

  pBXR27CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR27Entry  261 }

  pBXR27CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR27Entry  262 }

  pBXR27CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR27Entry  263 }

  pBXR27CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR27Entry  264 }

  pBXR27UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR27Entry  265 }

  pBXR27I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR27Entry  266 }

  pBXR27I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR27Entry  267 }

  pBXR27I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR27Entry  268 }

  pBXR27I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR27Entry  269 }

  pBXR27TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR27Entry  270 }

  pBXR27I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR27Entry  271 }

  pBXR27I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR27Entry  272 }

  pBXR27I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR27Entry  273 }

  pBXR27FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR27Entry  274 }

  pBXR27ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR27Entry  275 }

  pBXR27AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR27Entry  276 }

  pBXR27SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  277 }

  pBXR27SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  278 }

  pBXR27SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  279 }

  pBXR27SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  280 }

  pBXR27SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR27Entry  281 }

  pBXR27SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR27Entry  282 }

  pBXR27AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR27Entry  283 }

  pBXR27StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR27Entry  284 }

  pBXR27AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR27Entry  285 }

  pBXR27AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR27Entry  286 }

  pBXR27AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR27Entry  287 }

  pBXR27AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR27Entry  288 }

  pBXR27AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR27Entry  289 }

  pBXR27SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR27Entry  290 }

  pBXR27UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR27Entry  291 }

  pBXR27TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR27Entry  292 }

  pBXR27AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR27Entry  293 }

  pBXR27I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR27Entry  294 }

  pBXR27TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR27Entry  295 }

  pBXR27MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR27Entry  296 }

  pBXR27TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR27Entry  297 }

  pBXR27MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR27Entry  298 }

  pBXR27OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR27Entry  299 }

  pBXR27MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR27Entry  300 }

  pBXR27LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR27Entry  301 }

  pBXR27UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR27Entry  302 }

  pBXR27PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR27Entry  303 }

  pBXR27PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR27Entry  304 }

  pBXR27ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR27Entry  305 }

  pBXR27AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR27Entry  306 }

  pBXR27SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR27Entry  307 }

  pBXR27SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR27Entry  308 }

  pBXR27DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR27Entry  309 }

  pBXR27ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR27Entry  313 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  pBXLineR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2368 }

  pBXLineR12Entry OBJECT-TYPE
    SYNTAX       PBXLineR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineR12NEConn,
             pBXLineR12NetwkElement,
             pBXLineR12CFSIx,
             pBXLineR12DirNum,
             pBXLineR12TerminalIx }
    ::= {  pBXLineR12Table  1  }

  PBXLineR12Entry  ::=  SEQUENCE
  {
    pBXLineR12NEConn                   Unsigned32,
    pBXLineR12NetwkElement             DisplayString,
    pBXLineR12CFSIx                    Unsigned32,
    pBXLineR12DirNum                   DisplayString,
    pBXLineR12TerminalIx               Unsigned32,
    pBXLineR12PBXLineUsage             INTEGER,
    pBXLineR12T1I1AccDevNEConn         Unsigned32,
    pBXLineR12T1I2AccDevNetwkElement   DisplayString,
    pBXLineR12T1I3AccDevCFSIx          Unsigned32,
    pBXLineR12T1I4AccDevGatewayIx      Unsigned32,
    pBXLineR12T1I5AccDevDeviceIx       Unsigned32,
    pBXLineR12T2I1AccDevNEConn         Unsigned32,
    pBXLineR12T2I2AccDevNetwkElement   DisplayString,
    pBXLineR12T2I3AccDevCFSIx          Unsigned32,
    pBXLineR12T2I4AccDevGatewayIx      Unsigned32,
    pBXLineR12T2I5AccDevDeviceIx       Unsigned32,
    pBXLineR12AccessLineNum            Unsigned32,
    pBXLineR12SignalFunctionCode       INTEGER,
    pBXLineR12LineUsage                INTEGER,
    pBXLineR12FSKFormat                INTEGER,
    pBXLineR12LineSideAnswerSupervisionSupported
                                       INTEGER,
    pBXLineR12AlrmState                INTEGER,
    pBXLineR12AlrmLogCorr              Counter64,
    pBXLineR12AddtlAlrmLogCorr         Counter64,
    pBXLineR12AlrmEvtsAttnRq           Unsigned32,
    pBXLineR12AlrmEvtsAtndDp           Unsigned32,
    pBXLineR12AlrmStateTimestamp       Unsigned32,
    pBXLineR12DiagsLogLvl              INTEGER,
    pBXLineR12DiagsAPITraceEnabled     INTEGER,
    pBXLineR12DiagsAPITraceTag         DisplayString,
    pBXLineR12DiagsAPITraceRemNum      DisplayString,
    pBXLineR12RowStatus                RowStatus,
    pBXLineR12SigType                  INTEGER,
    pBXLineR12I1ISDNInterfaceNEConn    Unsigned32,
    pBXLineR12I2ISDNInterfaceNetwkElement
                                       DisplayString,
    pBXLineR12I3ISDNInterfaceCFSIx     Unsigned32,
    pBXLineR12I4ISDNInterfaceISDNIx    Unsigned32,
    pBXLineR12I5ISDNInterfacePRIIx     Unsigned32,
    pBXLineR12ISDNDefBearerCapabilities
                                       BITS,
    pBXLineR12GR303NailedUpConn        INTEGER,
    pBXLineR12I1CfgdSIPBindingNEConn   Unsigned32,
    pBXLineR12I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    pBXLineR12I3CfgdSIPBindingCFSIx    Unsigned32,
    pBXLineR12I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    pBXLineR12GR303DialType            INTEGER,
    pBXLineR12PBXPlaysRingback         INTEGER,
    pBXLineR12PBXPlaysDialtone         INTEGER,
    pBXLineR12T1I1GatewayNEConn        Unsigned32,
    pBXLineR12T1I2GatewayNetwkElement  DisplayString,
    pBXLineR12T1I3GatewayCFSIx         Unsigned32,
    pBXLineR12T1I4GatewayGatewayIx     Unsigned32,
    pBXLineR12T2I1GatewayNEConn        Unsigned32,
    pBXLineR12T2I2GatewayNetwkElement  DisplayString,
    pBXLineR12T2I3GatewayCFSIx         Unsigned32,
    pBXLineR12T2I4GatewayGatewayIx     Unsigned32,
    pBXLineR12SDActMaxCallAppearances  Unsigned32,
    pBXLineR12SDDefMaxCallAppearances  Unsigned32,
    pBXLineR12SDUseDefMaxCallAppearances
                                       INTEGER,
    pBXLineR12CFMLvlOnApply            INTEGER,
    pBXLineR12FaultMonitoringLvlRO     INTEGER,
    pBXLineR12CallBurstThreshold       Unsigned32,
    pBXLineR12PreSubscribedConn        INTEGER,
    pBXLineR12SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR12SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR12SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER
  }

  pBXLineR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineR12Entry  1 }

  pBXLineR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineR12Entry  2 }

  pBXLineR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineR12Entry  3 }

  pBXLineR12DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineR12Entry  4 }

  pBXLineR12TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { pBXLineR12Entry  5 }

  pBXLineR12PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { pBXLineR12Entry  6 }

  pBXLineR12T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR12Entry  7 }

  pBXLineR12T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR12Entry  8 }

  pBXLineR12T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR12Entry  9 }

  pBXLineR12T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR12Entry  10 }

  pBXLineR12T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR12Entry  11 }

  pBXLineR12T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR12Entry  12 }

  pBXLineR12T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR12Entry  13 }

  pBXLineR12T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR12Entry  14 }

  pBXLineR12T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR12Entry  15 }

  pBXLineR12T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR12Entry  16 }

  pBXLineR12AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { pBXLineR12Entry  17 }

  pBXLineR12SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { pBXLineR12Entry  18 }

  pBXLineR12LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { pBXLineR12Entry  19 }

  pBXLineR12FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { pBXLineR12Entry  20 }

  pBXLineR12LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXLineR12Entry  21 }

  pBXLineR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXLineR12Entry  22 }

  pBXLineR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXLineR12Entry  23 }

  pBXLineR12AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXLineR12Entry  24 }

  pBXLineR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR12Entry  25 }

  pBXLineR12AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR12Entry  26 }

  pBXLineR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXLineR12Entry  27 }

  pBXLineR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXLineR12Entry  28 }

  pBXLineR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXLineR12Entry  29 }

  pBXLineR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXLineR12Entry  30 }

  pBXLineR12DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXLineR12Entry  31 }

  pBXLineR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXLineR12Entry  32 }

  pBXLineR12SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXLineR12Entry  33 }

  pBXLineR12I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR12Entry  34 }

  pBXLineR12I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR12Entry  35 }

  pBXLineR12I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR12Entry  36 }

  pBXLineR12I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR12Entry  37 }

  pBXLineR12I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR12Entry  38 }

  pBXLineR12ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { pBXLineR12Entry  39 }

  pBXLineR12GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR12Entry  49 }

  pBXLineR12I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR12Entry  50 }

  pBXLineR12I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR12Entry  51 }

  pBXLineR12I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR12Entry  52 }

  pBXLineR12I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR12Entry  53 }

  pBXLineR12GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { pBXLineR12Entry  54 }

  pBXLineR12PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { pBXLineR12Entry  55 }

  pBXLineR12PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { pBXLineR12Entry  56 }

  pBXLineR12T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR12Entry  97 }

  pBXLineR12T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR12Entry  98 }

  pBXLineR12T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR12Entry  99 }

  pBXLineR12T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR12Entry  100 }

  pBXLineR12T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR12Entry  101 }

  pBXLineR12T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR12Entry  102 }

  pBXLineR12T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR12Entry  103 }

  pBXLineR12T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR12Entry  104 }

  pBXLineR12SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR12Entry  105 }

  pBXLineR12SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR12Entry  106 }

  pBXLineR12SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR12Entry  107 }

  pBXLineR12CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXLineR12Entry  108 }

  pBXLineR12FaultMonitoringLvlRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXLineR12Entry  109 }

  pBXLineR12CallBurstThreshold OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call burst threshold'."
    DEFVAL       { 0 }
    ::= { pBXLineR12Entry  110 }

  pBXLineR12PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR12Entry  111 }

  pBXLineR12SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR12Entry  112 }

  pBXLineR12SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR12Entry  113 }

  pBXLineR12SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR12Entry  114 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  pBXCallFwdR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXCallFwdR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2369 }

  pBXCallFwdR8Entry OBJECT-TYPE
    SYNTAX       PBXCallFwdR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXCallFwdR8NEConn,
             pBXCallFwdR8NetwkElement,
             pBXCallFwdR8CFSIx,
             pBXCallFwdR8DirNum }
    ::= {  pBXCallFwdR8Table  1  }

  PBXCallFwdR8Entry  ::=  SEQUENCE
  {
    pBXCallFwdR8NEConn                 Unsigned32,
    pBXCallFwdR8NetwkElement           DisplayString,
    pBXCallFwdR8CFSIx                  Unsigned32,
    pBXCallFwdR8DirNum                 DisplayString,
    pBXCallFwdR8SDActUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR8SDDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR8SDUseDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR8SDActNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR8SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR8SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR8SDActPlayConfirmTone   INTEGER,
    pBXCallFwdR8SDDefPlayConfirmTone   INTEGER,
    pBXCallFwdR8SDUseDefPlayConfirmTone
                                       INTEGER,
    pBXCallFwdR8SDActCFUSubscribed     INTEGER,
    pBXCallFwdR8SDDefCFUSubscribed     INTEGER,
    pBXCallFwdR8SDUseDefCFUSubscribed  INTEGER,
    pBXCallFwdR8CFUEnabled             INTEGER,
    pBXCallFwdR8CFUNum                 DisplayString,
    pBXCallFwdR8SDActCFBLSubscribed    INTEGER,
    pBXCallFwdR8SDDefCFBLSubscribed    INTEGER,
    pBXCallFwdR8SDUseDefCFBLSubscribed INTEGER,
    pBXCallFwdR8CFBLEnabled            INTEGER,
    pBXCallFwdR8CFBLNum                DisplayString,
    pBXCallFwdR8SDActCFDASubscribed    INTEGER,
    pBXCallFwdR8SDDefCFDASubscribed    INTEGER,
    pBXCallFwdR8SDUseDefCFDASubscribed INTEGER,
    pBXCallFwdR8CFDAEnabled            INTEGER,
    pBXCallFwdR8CFDANum                DisplayString,
    pBXCallFwdR8SDActCFDANoReplyTime   Unsigned32,
    pBXCallFwdR8SDDefCFDANoReplyTime   Unsigned32,
    pBXCallFwdR8SDUseDefCFDANoReplyTime
                                       INTEGER,
    pBXCallFwdR8SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR8SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR8SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR8SDActSCFSubscribed     INTEGER,
    pBXCallFwdR8SDDefSCFSubscribed     INTEGER,
    pBXCallFwdR8SDUseDefSCFSubscribed  INTEGER,
    pBXCallFwdR8SCFEnabled             INTEGER,
    pBXCallFwdR8SCFNumToFwdTo          DisplayString,
    pBXCallFwdR8SCFNumAnonNumsFwd      Unsigned32,
    pBXCallFwdR8SDActSCFUSB            INTEGER,
    pBXCallFwdR8SDDefSCFUSB            INTEGER,
    pBXCallFwdR8SDUseDefSCFUSB         INTEGER,
    pBXCallFwdR8SDActBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR8SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR8SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR8SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR8SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR8SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    pBXCallFwdR8SDActBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR8SDDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR8SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR8SDActRACFSubscribed    INTEGER,
    pBXCallFwdR8SDDefRACFSubscribed    INTEGER,
    pBXCallFwdR8SDUseDefRACFSubscribed INTEGER,
    pBXCallFwdR8RACFBlocked            INTEGER,
    pBXCallFwdR8DoExtraActions         INTEGER,
    pBXCallFwdR8SDActMaxSimulFwds      Unsigned32,
    pBXCallFwdR8SDDefMaxSimulFwds      Unsigned32,
    pBXCallFwdR8SDUseDefMaxSimulFwds   INTEGER,
    pBXCallFwdR8SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR8SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR8SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR8SDActCFUSingleRing     INTEGER,
    pBXCallFwdR8SDDefCFUSingleRing     INTEGER,
    pBXCallFwdR8SDUseDefCFUSingleRing  INTEGER,
    pBXCallFwdR8SDActSCFSingleRing     INTEGER,
    pBXCallFwdR8SDDefSCFSingleRing     INTEGER,
    pBXCallFwdR8SDUseDefSCFSingleRing  INTEGER,
    pBXCallFwdR8SDActCFUVariant        INTEGER,
    pBXCallFwdR8SDDefCFUVariant        INTEGER,
    pBXCallFwdR8SDUseDefCFUVariant     INTEGER,
    pBXCallFwdR8SDActCFBLVariant       INTEGER,
    pBXCallFwdR8SDDefCFBLVariant       INTEGER,
    pBXCallFwdR8SDUseDefCFBLVariant    INTEGER,
    pBXCallFwdR8SDActCFDAVariant       INTEGER,
    pBXCallFwdR8SDDefCFDAVariant       INTEGER,
    pBXCallFwdR8SDUseDefCFDAVariant    INTEGER,
    pBXCallFwdR8BasicLineHuntingEnabled
                                       INTEGER,
    pBXCallFwdR8SDActFMFMSubscribed    INTEGER,
    pBXCallFwdR8SDDefFMFMSubscribed    INTEGER,
    pBXCallFwdR8SDUseDefFMFMSubscribed INTEGER,
    pBXCallFwdR8SDActFMFMServLvl       INTEGER,
    pBXCallFwdR8SDDefFMFMServLvl       INTEGER,
    pBXCallFwdR8SDUseDefFMFMServLvl    INTEGER,
    pBXCallFwdR8FMFMEnabled            INTEGER,
    pBXCallFwdR8SDActRequireCrtsyCall  INTEGER,
    pBXCallFwdR8SDDefRequireCrtsyCall  INTEGER,
    pBXCallFwdR8SDUseDefRequireCrtsyCall
                                       INTEGER,
    pBXCallFwdR8SDActUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR8SDDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR8SDUseDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR8UnavailCFEnabled       INTEGER,
    pBXCallFwdR8UnavailCFNum           DisplayString,
    pBXCallFwdR8CFUUseValsAsDefsOnDIDNums
                                       INTEGER,
    pBXCallFwdR8SDActNmRlToCllr        INTEGER,
    pBXCallFwdR8SDDefNmRlToCllr        INTEGER,
    pBXCallFwdR8SDUseDefNmRlToCllr     INTEGER,
    pBXCallFwdR8SDActDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR8SDDefDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR8SDUseDefDivertedToNmRlToCllr
                                       INTEGER
  }

  pBXCallFwdR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXCallFwdR8Entry  1 }

  pBXCallFwdR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXCallFwdR8Entry  2 }

  pBXCallFwdR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXCallFwdR8Entry  3 }

  pBXCallFwdR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXCallFwdR8Entry  4 }

  pBXCallFwdR8SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  5 }

  pBXCallFwdR8SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  6 }

  pBXCallFwdR8SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  7 }

  pBXCallFwdR8SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  8 }

  pBXCallFwdR8SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  9 }

  pBXCallFwdR8SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  10 }

  pBXCallFwdR8SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  11 }

  pBXCallFwdR8SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  12 }

  pBXCallFwdR8SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  13 }

  pBXCallFwdR8SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  14 }

  pBXCallFwdR8SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  15 }

  pBXCallFwdR8SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  16 }

  pBXCallFwdR8CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR8Entry  17 }

  pBXCallFwdR8CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { pBXCallFwdR8Entry  18 }

  pBXCallFwdR8SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  19 }

  pBXCallFwdR8SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  20 }

  pBXCallFwdR8SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  21 }

  pBXCallFwdR8CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR8Entry  22 }

  pBXCallFwdR8CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { pBXCallFwdR8Entry  23 }

  pBXCallFwdR8SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  24 }

  pBXCallFwdR8SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  25 }

  pBXCallFwdR8SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  26 }

  pBXCallFwdR8CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR8Entry  27 }

  pBXCallFwdR8CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { pBXCallFwdR8Entry  28 }

  pBXCallFwdR8SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  29 }

  pBXCallFwdR8SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  30 }

  pBXCallFwdR8SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  31 }

  pBXCallFwdR8SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  32 }

  pBXCallFwdR8SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  33 }

  pBXCallFwdR8SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  34 }

  pBXCallFwdR8SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  35 }

  pBXCallFwdR8SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  36 }

  pBXCallFwdR8SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  37 }

  pBXCallFwdR8SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR8Entry  38 }

  pBXCallFwdR8SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { pBXCallFwdR8Entry  39 }

  pBXCallFwdR8SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { pBXCallFwdR8Entry  40 }

  pBXCallFwdR8SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  41 }

  pBXCallFwdR8SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  42 }

  pBXCallFwdR8SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  43 }

  pBXCallFwdR8SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  44 }

  pBXCallFwdR8SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  45 }

  pBXCallFwdR8SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  46 }

  pBXCallFwdR8SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  47 }

  pBXCallFwdR8SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  48 }

  pBXCallFwdR8SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  49 }

  pBXCallFwdR8SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  50 }

  pBXCallFwdR8SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  51 }

  pBXCallFwdR8SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  52 }

  pBXCallFwdR8SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  53 }

  pBXCallFwdR8SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  54 }

  pBXCallFwdR8SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  55 }

  pBXCallFwdR8RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { pBXCallFwdR8Entry  56 }

  pBXCallFwdR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXCallFwdR8Entry  57 }

  pBXCallFwdR8SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  61 }

  pBXCallFwdR8SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  62 }

  pBXCallFwdR8SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  63 }

  pBXCallFwdR8SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  64 }

  pBXCallFwdR8SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  65 }

  pBXCallFwdR8SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  66 }

  pBXCallFwdR8SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  68 }

  pBXCallFwdR8SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  69 }

  pBXCallFwdR8SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  70 }

  pBXCallFwdR8SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  77 }

  pBXCallFwdR8SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  78 }

  pBXCallFwdR8SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  79 }

  pBXCallFwdR8SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  80 }

  pBXCallFwdR8SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  81 }

  pBXCallFwdR8SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  82 }

  pBXCallFwdR8SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  83 }

  pBXCallFwdR8SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  84 }

  pBXCallFwdR8SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  85 }

  pBXCallFwdR8SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  86 }

  pBXCallFwdR8SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  87 }

  pBXCallFwdR8SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  88 }

  pBXCallFwdR8BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  89 }

  pBXCallFwdR8SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  90 }

  pBXCallFwdR8SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  91 }

  pBXCallFwdR8SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  92 }

  pBXCallFwdR8SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  93 }

  pBXCallFwdR8SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  94 }

  pBXCallFwdR8SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  95 }

  pBXCallFwdR8FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR8Entry  96 }

  pBXCallFwdR8SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  97 }

  pBXCallFwdR8SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  98 }

  pBXCallFwdR8SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  99 }

  pBXCallFwdR8SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  100 }

  pBXCallFwdR8SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  101 }

  pBXCallFwdR8SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  102 }

  pBXCallFwdR8UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR8Entry  103 }

  pBXCallFwdR8UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { pBXCallFwdR8Entry  104 }

  pBXCallFwdR8CFUUseValsAsDefsOnDIDNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - use values as defaults on DID Numbers'."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  105 }

  pBXCallFwdR8SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  106 }

  pBXCallFwdR8SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  107 }

  pBXCallFwdR8SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  108 }

  pBXCallFwdR8SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  109 }

  pBXCallFwdR8SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR8Entry  110 }

  pBXCallFwdR8SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR8Entry  111 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  aGCPBXLineR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXLineR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2370 }

  aGCPBXLineR2Entry OBJECT-TYPE
    SYNTAX       AGCPBXLineR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXLineR2NEConn,
             aGCPBXLineR2NetwkElement,
             aGCPBXLineR2CFSIx,
             aGCPBXLineR2DirNum,
             aGCPBXLineR2TerminalIx }
    ::= {  aGCPBXLineR2Table  1  }

  AGCPBXLineR2Entry  ::=  SEQUENCE
  {
    aGCPBXLineR2NEConn                 Unsigned32,
    aGCPBXLineR2NetwkElement           DisplayString,
    aGCPBXLineR2CFSIx                  Unsigned32,
    aGCPBXLineR2DirNum                 DisplayString,
    aGCPBXLineR2TerminalIx             Unsigned32,
    aGCPBXLineR2SigType                INTEGER,
    aGCPBXLineR2PBXLineUsage           INTEGER,
    aGCPBXLineR2T1I1GatewayNEConn      Unsigned32,
    aGCPBXLineR2T1I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR2T1I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR2T1I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR2T2I1GatewayNEConn      Unsigned32,
    aGCPBXLineR2T2I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR2T2I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR2T2I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR2T1I1AccDevNEConn       Unsigned32,
    aGCPBXLineR2T1I2AccDevNetwkElement DisplayString,
    aGCPBXLineR2T1I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR2T1I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR2T1I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR2T2I1AccDevNEConn       Unsigned32,
    aGCPBXLineR2T2I2AccDevNetwkElement DisplayString,
    aGCPBXLineR2T2I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR2T2I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR2T2I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR2AccessLineNum          Unsigned32,
    aGCPBXLineR2I1ISDNInterfaceNEConn  Unsigned32,
    aGCPBXLineR2I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCPBXLineR2I3ISDNInterfaceCFSIx   Unsigned32,
    aGCPBXLineR2I4ISDNInterfaceISDNIx  Unsigned32,
    aGCPBXLineR2I5ISDNInterfacePRIIx   Unsigned32,
    aGCPBXLineR2ISDNDefBearerCapabilities
                                       BITS,
    aGCPBXLineR2SignalFunctionCode     INTEGER,
    aGCPBXLineR2LineUsage              INTEGER,
    aGCPBXLineR2GR303NailedUpConn      INTEGER,
    aGCPBXLineR2GR303DialType          INTEGER,
    aGCPBXLineR2FSKFormat              INTEGER,
    aGCPBXLineR2LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCPBXLineR2PBXPlaysRingback       INTEGER,
    aGCPBXLineR2PBXPlaysDialtone       INTEGER,
    aGCPBXLineR2DiagsLogLvl            INTEGER,
    aGCPBXLineR2DiagsAPITraceEnabled   INTEGER,
    aGCPBXLineR2DiagsAPITraceTag       DisplayString,
    aGCPBXLineR2DiagsAPITraceRemNum    DisplayString,
    aGCPBXLineR2AlrmState              INTEGER,
    aGCPBXLineR2AlrmLogCorr            Counter64,
    aGCPBXLineR2AddtlAlrmLogCorr       Counter64,
    aGCPBXLineR2AlrmEvtsAttnRq         Unsigned32,
    aGCPBXLineR2AlrmEvtsAtndDp         Unsigned32,
    aGCPBXLineR2AlrmStateTimestamp     Unsigned32,
    aGCPBXLineR2RowStatus              RowStatus,
    aGCPBXLineR2SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCPBXLineR2SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCPBXLineR2SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER
  }

  aGCPBXLineR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXLineR2Entry  1 }

  aGCPBXLineR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXLineR2Entry  2 }

  aGCPBXLineR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXLineR2Entry  3 }

  aGCPBXLineR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXLineR2Entry  4 }

  aGCPBXLineR2TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { aGCPBXLineR2Entry  5 }

  aGCPBXLineR2SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXLineR2Entry  6 }

  aGCPBXLineR2PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { aGCPBXLineR2Entry  7 }

  aGCPBXLineR2T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR2Entry  8 }

  aGCPBXLineR2T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR2Entry  9 }

  aGCPBXLineR2T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR2Entry  10 }

  aGCPBXLineR2T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR2Entry  11 }

  aGCPBXLineR2T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR2Entry  12 }

  aGCPBXLineR2T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR2Entry  13 }

  aGCPBXLineR2T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR2Entry  14 }

  aGCPBXLineR2T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR2Entry  15 }

  aGCPBXLineR2T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  16 }

  aGCPBXLineR2T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  17 }

  aGCPBXLineR2T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  18 }

  aGCPBXLineR2T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  19 }

  aGCPBXLineR2T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  20 }

  aGCPBXLineR2T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  21 }

  aGCPBXLineR2T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  22 }

  aGCPBXLineR2T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  23 }

  aGCPBXLineR2T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  24 }

  aGCPBXLineR2T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR2Entry  25 }

  aGCPBXLineR2AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCPBXLineR2Entry  26 }

  aGCPBXLineR2I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR2Entry  27 }

  aGCPBXLineR2I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR2Entry  28 }

  aGCPBXLineR2I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR2Entry  29 }

  aGCPBXLineR2I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR2Entry  30 }

  aGCPBXLineR2I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR2Entry  31 }

  aGCPBXLineR2ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCPBXLineR2Entry  32 }

  aGCPBXLineR2SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCPBXLineR2Entry  33 }

  aGCPBXLineR2LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCPBXLineR2Entry  34 }

  aGCPBXLineR2GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXLineR2Entry  35 }

  aGCPBXLineR2GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCPBXLineR2Entry  36 }

  aGCPBXLineR2FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCPBXLineR2Entry  37 }

  aGCPBXLineR2LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXLineR2Entry  38 }

  aGCPBXLineR2PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { aGCPBXLineR2Entry  39 }

  aGCPBXLineR2PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { aGCPBXLineR2Entry  40 }

  aGCPBXLineR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXLineR2Entry  41 }

  aGCPBXLineR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXLineR2Entry  42 }

  aGCPBXLineR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXLineR2Entry  43 }

  aGCPBXLineR2DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXLineR2Entry  44 }

  aGCPBXLineR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXLineR2Entry  45 }

  aGCPBXLineR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXLineR2Entry  46 }

  aGCPBXLineR2AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXLineR2Entry  47 }

  aGCPBXLineR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR2Entry  48 }

  aGCPBXLineR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR2Entry  49 }

  aGCPBXLineR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXLineR2Entry  50 }

  aGCPBXLineR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXLineR2Entry  51 }

  aGCPBXLineR2SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXLineR2Entry  52 }

  aGCPBXLineR2SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXLineR2Entry  53 }

  aGCPBXLineR2SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXLineR2Entry  54 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Route Verification Test Group'                              */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rVTTestGroupR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestGroupR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Tests'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2371 }

  rVTTestGroupR18Entry OBJECT-TYPE
    SYNTAX       RVTTestGroupR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestGroupR18NEConn,
             rVTTestGroupR18NetwkElement,
             rVTTestGroupR18CFSIx,
             rVTTestGroupR18GpIx }
    ::= {  rVTTestGroupR18Table  1  }

  RVTTestGroupR18Entry  ::=  SEQUENCE
  {
    rVTTestGroupR18NEConn              Unsigned32,
    rVTTestGroupR18NetwkElement        DisplayString,
    rVTTestGroupR18CFSIx               Unsigned32,
    rVTTestGroupR18GpIx                Unsigned32,
    rVTTestGroupR18TestName            DisplayString,
    rVTTestGroupR18I1DefTrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestGroupR18I2DefTrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestGroupR18I3DefTrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestGroupR18I4DefTrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestGroupR18DefSubType          INTEGER,
    rVTTestGroupR18DefSubDirNum        DisplayString,
    rVTTestGroupR18I1SubGpNEConn       Unsigned32,
    rVTTestGroupR18I2SubGpNetwkElement DisplayString,
    rVTTestGroupR18I3SubGpCFSIx        Unsigned32,
    rVTTestGroupR18I4SubGpSubGpIx      Unsigned32,
    rVTTestGroupR18BillType            INTEGER,
    rVTTestGroupR18LongDistanceCarrID  DisplayString,
    rVTTestGroupR18IntraLATACarrID     DisplayString,
    rVTTestGroupR18ClgNumANIIIDigits   DisplayString,
    rVTTestGroupR18AllowOprHoldIs      INTEGER,
    rVTTestGroupR18PriorityCall        INTEGER,
    rVTTestGroupR18InTrnkGpNum         INTEGER,
    rVTTestGroupR18UseTCAPIfReqd       INTEGER,
    rVTTestGroupR18ClgPartyNum         DisplayString,
    rVTTestGroupR18ReqdRetryRtg        INTEGER,
    rVTTestGroupR18TestCall            INTEGER,
    rVTTestGroupR18TransitNetwkID      DisplayString,
    rVTTestGroupR18TestStatus          INTEGER,
    rVTTestGroupR18NumTestsExecuted    Unsigned32,
    rVTTestGroupR18NumTestsSucceeded   Unsigned32,
    rVTTestGroupR18NumTestsFaild       Unsigned32,
    rVTTestGroupR18DiagsLogLvl         INTEGER,
    rVTTestGroupR18DiagsAPITraceTag    DisplayString,
    rVTTestGroupR18ExportNumObjectsExported
                                       Integer32,
    rVTTestGroupR18ExportStatus        DisplayString,
    rVTTestGroupR18ExportFile          DisplayString,
    rVTTestGroupR18ExportCorr          Counter64,
    rVTTestGroupR18ExportCorrNode      DisplayString,
    rVTTestGroupR18ExportCorrUID       DisplayString,
    rVTTestGroupR18DoExtraActions      INTEGER,
    rVTTestGroupR18RowStatus           RowStatus,
    rVTTestGroupR18NumTests            Unsigned32,
    rVTTestGroupR18SubRtgAttrs         BITS,
    rVTTestGroupR18IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestGroupR18IgnoreTermAppServer INTEGER,
    rVTTestGroupR18T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR18T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR18T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR18T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestGroupR18T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18IntnatlCarrID       DisplayString,
    rVTTestGroupR18LCC1                INTEGER,
    rVTTestGroupR18LCC2                INTEGER,
    rVTTestGroupR18LCC3                INTEGER,
    rVTTestGroupR18LCC4                INTEGER,
    rVTTestGroupR18LCC5                INTEGER,
    rVTTestGroupR18ISUPCldAddrPrefix   DisplayString,
    rVTTestGroupR18UsrDefMFCallType    Unsigned32,
    rVTTestGroupR18T4I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR18T4I4RemMediaChanISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5RemMediaChanPRIIx
                                       Unsigned32,
    rVTTestGroupR18CarrIdentificationParm
                                       DisplayString,
    rVTTestGroupR18ChargeNumANIPresent INTEGER,
    rVTTestGroupR18ChargeNumANI        DisplayString,
    rVTTestGroupR18BearerCapability    INTEGER,
    rVTTestGroupR18OrigingExchangeAddr DisplayString,
    rVTTestGroupR18PortedNum           DisplayString,
    rVTTestGroupR18LNPLookupPerformed  INTEGER,
    rVTTestGroupR18ReleaseControlMode  INTEGER,
    rVTTestGroupR18DialedPrefix        INTEGER,
    rVTTestGroupR18AuthCodeCodeAndPIN  DisplayString,
    rVTTestGroupR18AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestGroupR18ClgNumScope         INTEGER,
    rVTTestGroupR18ClgNumPresRestricted
                                       INTEGER,
    rVTTestGroupR18OprCall             INTEGER,
    rVTTestGroupR18EchoCancellation    INTEGER,
    rVTTestGroupR18ClgCategory         INTEGER,
    rVTTestGroupR18I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestGroupR18I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestGroupR18I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestGroupR18I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestGroupR18ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestGroupR18SIPType             INTEGER,
    rVTTestGroupR18LCC6                INTEGER,
    rVTTestGroupR18LCC7                INTEGER,
    rVTTestGroupR18LCC8                INTEGER,
    rVTTestGroupR18LCC9                INTEGER,
    rVTTestGroupR18LCC10               INTEGER,
    rVTTestGroupR18LCC11               INTEGER,
    rVTTestGroupR18LCC12               INTEGER,
    rVTTestGroupR18LCC13               INTEGER,
    rVTTestGroupR18LCC14               INTEGER,
    rVTTestGroupR18LCC15               INTEGER,
    rVTTestGroupR18LCC16               INTEGER,
    rVTTestGroupR18LCC17               INTEGER,
    rVTTestGroupR18LCC18               INTEGER,
    rVTTestGroupR18LCC19               INTEGER,
    rVTTestGroupR18LCC20               INTEGER,
    rVTTestGroupR18IncMCsIncluded      INTEGER,
    rVTTestGroupR18T1I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs1OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs2OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs3OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs4OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs5OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs6OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs7OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs8OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR18T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR18T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR18T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR18T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR18T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR18T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestGroupR18T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR18T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR18T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestGroupR18T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestGroupR18IncMCs9OtherVals    INTEGER,
    rVTTestGroupR18T1I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR18T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR18T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR18T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR18T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR18T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR18T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestGroupR18T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR18T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR18T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestGroupR18T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestGroupR18IncMCs10OtherVals   INTEGER,
    rVTTestGroupR18ExpRsltsExpRslt     INTEGER,
    rVTTestGroupR18ExpRsltsExpectedDest
                                       INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC1OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC2OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC3OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC4OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC5OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC6OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC7OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC8OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestGroupR18ExpRsltMC9OtherVals INTEGER,
    rVTTestGroupR18T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR18T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR18T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR18T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR18T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR18T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR18T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR18T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR18T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR18T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestGroupR18T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR18T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR18T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR18T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR18T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestGroupR18T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestGroupR18ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestGroupR18ExpRsltsCauseFail   INTEGER,
    rVTTestGroupR18ExpRsltsNumTstsNotYetRun
                                       Unsigned32,
    rVTTestGroupR18ExpRsltsNumTstsPassed
                                       Unsigned32,
    rVTTestGroupR18ExpRsltsNumTstsFaild
                                       Unsigned32,
    rVTTestGroupR18IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestGroupR18IncMedChSimulateMedChOnlineDef
                                       INTEGER,
    rVTTestGroupR18DialedBySub         INTEGER,
    rVTTestGroupR18DateAndTimeYear     Unsigned32,
    rVTTestGroupR18DateAndTimeMonth    Unsigned32,
    rVTTestGroupR18DateAndTimeDate     Unsigned32,
    rVTTestGroupR18HrAndTimeHr         Unsigned32,
    rVTTestGroupR18MinAndTimeMin       Unsigned32,
    rVTTestGroupR18ExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestGroupR18NetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestGroupR18BusGpLinePrivileges Unsigned32,
    rVTTestGroupR18OrigTrGpID          DisplayString,
    rVTTestGroupR18OrigTrCxt           DisplayString,
    rVTTestGroupR18DestTrnkGpID        DisplayString,
    rVTTestGroupR18DestTrnkCxt         DisplayString,
    rVTTestGroupR18I1LineGpNEConn      Unsigned32,
    rVTTestGroupR18I2LineGpNetwkElement
                                       DisplayString,
    rVTTestGroupR18I3LineGpCFSIx       Unsigned32,
    rVTTestGroupR18I4LineGpSubGpIx     Unsigned32,
    rVTTestGroupR18IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestGroupR18LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestGroupR18ExpRsltsDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestGroupR18ExpRsltsDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestGroupR18PropagationDlyPresent
                                       INTEGER,
    rVTTestGroupR18PropagationDly      Unsigned32,
    rVTTestGroupR18SatelliteIndPresent INTEGER,
    rVTTestGroupR18SatelliteInd        Unsigned32,
    rVTTestGroupR18IsupPreferencePresent
                                       INTEGER,
    rVTTestGroupR18IsupPreference      INTEGER,
    rVTTestGroupR18GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestGroupR18GermanIsupUkkParm   INTEGER,
    rVTTestGroupR18GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestGroupR18GermanIsupSspParm   INTEGER,
    rVTTestGroupR18I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestGroupR18SiteOtherVals       INTEGER,
    rVTTestGroupR18ExportIncASRepData  INTEGER,
    rVTTestGroupR18PresNumUKOnly       DisplayString,
    rVTTestGroupR18PresNumScopeUKOnly  INTEGER,
    rVTTestGroupR18ExportChldObjectsToInc
                                       INTEGER
  }

  rVTTestGroupR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestGroupR18Entry  1 }

  rVTTestGroupR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestGroupR18Entry  2 }

  rVTTestGroupR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestGroupR18Entry  3 }

  rVTTestGroupR18GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestGroupR18Entry  4 }

  rVTTestGroupR18TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestGroupR18Entry  5 }

  rVTTestGroupR18I1DefTrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR18Entry  6 }

  rVTTestGroupR18I2DefTrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR18Entry  7 }

  rVTTestGroupR18I3DefTrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR18Entry  8 }

  rVTTestGroupR18I4DefTrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR18Entry  9 }

  rVTTestGroupR18DefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default subscriber type'."
    ::= { rVTTestGroupR18Entry  10 }

  rVTTestGroupR18DefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default subscriber directory number'."
    ::= { rVTTestGroupR18Entry  11 }

  rVTTestGroupR18I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  12 }

  rVTTestGroupR18I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  13 }

  rVTTestGroupR18I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  14 }

  rVTTestGroupR18I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  15 }

  rVTTestGroupR18BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestGroupR18Entry  16 }

  rVTTestGroupR18LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestGroupR18Entry  17 }

  rVTTestGroupR18IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestGroupR18Entry  18 }

  rVTTestGroupR18ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestGroupR18Entry  19 }

  rVTTestGroupR18AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  20 }

  rVTTestGroupR18PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  21 }

  rVTTestGroupR18InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestGroupR18Entry  22 }

  rVTTestGroupR18UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  23 }

  rVTTestGroupR18ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestGroupR18Entry  24 }

  rVTTestGroupR18ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestGroupR18Entry  25 }

  rVTTestGroupR18TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  26 }

  rVTTestGroupR18TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestGroupR18Entry  27 }

  rVTTestGroupR18TestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRun(1),
                   inProgress(2),
                   complete(3),
                   canceled(4),
                   canceling(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group test status'."
    ::= { rVTTestGroupR18Entry  28 }

  rVTTestGroupR18NumTestsExecuted OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests executed'."
    ::= { rVTTestGroupR18Entry  29 }

  rVTTestGroupR18NumTestsSucceeded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests succeeded'."
    ::= { rVTTestGroupR18Entry  30 }

  rVTTestGroupR18NumTestsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests failed'."
    ::= { rVTTestGroupR18Entry  31 }

  rVTTestGroupR18DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestGroupR18Entry  32 }

  rVTTestGroupR18DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestGroupR18Entry  33 }

  rVTTestGroupR18ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rVTTestGroupR18Entry  34 }

  rVTTestGroupR18ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rVTTestGroupR18Entry  35 }

  rVTTestGroupR18ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rVTTestGroupR18Entry  36 }

  rVTTestGroupR18ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rVTTestGroupR18Entry  37 }

  rVTTestGroupR18ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rVTTestGroupR18Entry  38 }

  rVTTestGroupR18ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rVTTestGroupR18Entry  39 }

  rVTTestGroupR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runAllTests(1),
                   cancelAllTests(2),
                   export(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestGroupR18Entry  40 }

  rVTTestGroupR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestGroupR18Entry  41 }

  rVTTestGroupR18NumTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests'."
    ::= { rVTTestGroupR18Entry  42 }

  rVTTestGroupR18SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rVTTestGroupR18Entry  43 }

  rVTTestGroupR18IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR18Entry  54 }

  rVTTestGroupR18IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR18Entry  55 }

  rVTTestGroupR18T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  56 }

  rVTTestGroupR18T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  57 }

  rVTTestGroupR18T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  58 }

  rVTTestGroupR18T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  59 }

  rVTTestGroupR18T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  60 }

  rVTTestGroupR18T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  61 }

  rVTTestGroupR18T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  62 }

  rVTTestGroupR18T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  63 }

  rVTTestGroupR18T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  64 }

  rVTTestGroupR18T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  65 }

  rVTTestGroupR18T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  66 }

  rVTTestGroupR18T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  67 }

  rVTTestGroupR18T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  68 }

  rVTTestGroupR18T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  69 }

  rVTTestGroupR18T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  70 }

  rVTTestGroupR18T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  71 }

  rVTTestGroupR18T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  72 }

  rVTTestGroupR18IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestGroupR18Entry  73 }

  rVTTestGroupR18LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestGroupR18Entry  74 }

  rVTTestGroupR18LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestGroupR18Entry  75 }

  rVTTestGroupR18LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestGroupR18Entry  76 }

  rVTTestGroupR18LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestGroupR18Entry  77 }

  rVTTestGroupR18LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestGroupR18Entry  78 }

  rVTTestGroupR18ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestGroupR18Entry  79 }

  rVTTestGroupR18UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestGroupR18Entry  80 }

  rVTTestGroupR18T4I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  81 }

  rVTTestGroupR18T4I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  82 }

  rVTTestGroupR18T4I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  83 }

  rVTTestGroupR18T4I4RemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  84 }

  rVTTestGroupR18T4I5RemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  85 }

  rVTTestGroupR18CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default carrier identification parameter'."
    ::= { rVTTestGroupR18Entry  86 }

  rVTTestGroupR18ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  87 }

  rVTTestGroupR18ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestGroupR18Entry  88 }

  rVTTestGroupR18BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { speech }
    ::= { rVTTestGroupR18Entry  89 }

  rVTTestGroupR18OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestGroupR18Entry  90 }

  rVTTestGroupR18PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestGroupR18Entry  91 }

  rVTTestGroupR18LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  92 }

  rVTTestGroupR18ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    DEFVAL       { callingParty }
    ::= { rVTTestGroupR18Entry  93 }

  rVTTestGroupR18DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR18Entry  94 }

  rVTTestGroupR18AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestGroupR18Entry  95 }

  rVTTestGroupR18AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestGroupR18Entry  96 }

  rVTTestGroupR18ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    DEFVAL       { national }
    ::= { rVTTestGroupR18Entry  97 }

  rVTTestGroupR18ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    DEFVAL       { allowed }
    ::= { rVTTestGroupR18Entry  98 }

  rVTTestGroupR18OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  99 }

  rVTTestGroupR18EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    DEFVAL       { none }
    ::= { rVTTestGroupR18Entry  100 }

  rVTTestGroupR18ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR18Entry  101 }

  rVTTestGroupR18I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR18Entry  102 }

  rVTTestGroupR18I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR18Entry  103 }

  rVTTestGroupR18I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR18Entry  104 }

  rVTTestGroupR18I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR18Entry  105 }

  rVTTestGroupR18ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  106 }

  rVTTestGroupR18SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    DEFVAL       { basicSIP }
    ::= { rVTTestGroupR18Entry  107 }

  rVTTestGroupR18LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestGroupR18Entry  108 }

  rVTTestGroupR18LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestGroupR18Entry  109 }

  rVTTestGroupR18LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestGroupR18Entry  110 }

  rVTTestGroupR18LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestGroupR18Entry  111 }

  rVTTestGroupR18LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestGroupR18Entry  112 }

  rVTTestGroupR18LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestGroupR18Entry  113 }

  rVTTestGroupR18LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestGroupR18Entry  114 }

  rVTTestGroupR18LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestGroupR18Entry  115 }

  rVTTestGroupR18LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestGroupR18Entry  116 }

  rVTTestGroupR18LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestGroupR18Entry  117 }

  rVTTestGroupR18LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestGroupR18Entry  118 }

  rVTTestGroupR18LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestGroupR18Entry  119 }

  rVTTestGroupR18LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestGroupR18Entry  120 }

  rVTTestGroupR18LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestGroupR18Entry  121 }

  rVTTestGroupR18LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestGroupR18Entry  122 }

  rVTTestGroupR18IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    DEFVAL       { all }
    ::= { rVTTestGroupR18Entry  123 }

  rVTTestGroupR18T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  124 }

  rVTTestGroupR18T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  125 }

  rVTTestGroupR18T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  126 }

  rVTTestGroupR18T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  127 }

  rVTTestGroupR18T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  128 }

  rVTTestGroupR18T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  129 }

  rVTTestGroupR18T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  131 }

  rVTTestGroupR18T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  132 }

  rVTTestGroupR18T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  133 }

  rVTTestGroupR18T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  134 }

  rVTTestGroupR18T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  135 }

  rVTTestGroupR18T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  136 }

  rVTTestGroupR18T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  138 }

  rVTTestGroupR18T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  139 }

  rVTTestGroupR18T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  140 }

  rVTTestGroupR18T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  141 }

  rVTTestGroupR18T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  142 }

  rVTTestGroupR18T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  144 }

  rVTTestGroupR18T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  145 }

  rVTTestGroupR18T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  146 }

  rVTTestGroupR18T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  147 }

  rVTTestGroupR18T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  148 }

  rVTTestGroupR18IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  149 }

  rVTTestGroupR18T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  150 }

  rVTTestGroupR18T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  151 }

  rVTTestGroupR18T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  152 }

  rVTTestGroupR18T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  153 }

  rVTTestGroupR18T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  154 }

  rVTTestGroupR18T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  155 }

  rVTTestGroupR18T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  157 }

  rVTTestGroupR18T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  158 }

  rVTTestGroupR18T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  159 }

  rVTTestGroupR18T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  160 }

  rVTTestGroupR18T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  161 }

  rVTTestGroupR18T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  162 }

  rVTTestGroupR18T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  164 }

  rVTTestGroupR18T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  165 }

  rVTTestGroupR18T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  166 }

  rVTTestGroupR18T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  167 }

  rVTTestGroupR18T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  168 }

  rVTTestGroupR18T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  170 }

  rVTTestGroupR18T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  171 }

  rVTTestGroupR18T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  172 }

  rVTTestGroupR18T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  173 }

  rVTTestGroupR18T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  174 }

  rVTTestGroupR18IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  175 }

  rVTTestGroupR18T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  176 }

  rVTTestGroupR18T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  177 }

  rVTTestGroupR18T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  178 }

  rVTTestGroupR18T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  179 }

  rVTTestGroupR18T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  180 }

  rVTTestGroupR18T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  181 }

  rVTTestGroupR18T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  183 }

  rVTTestGroupR18T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  184 }

  rVTTestGroupR18T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  185 }

  rVTTestGroupR18T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  186 }

  rVTTestGroupR18T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  187 }

  rVTTestGroupR18T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  188 }

  rVTTestGroupR18T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  190 }

  rVTTestGroupR18T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  191 }

  rVTTestGroupR18T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  192 }

  rVTTestGroupR18T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  193 }

  rVTTestGroupR18T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  194 }

  rVTTestGroupR18T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  196 }

  rVTTestGroupR18T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  197 }

  rVTTestGroupR18T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  198 }

  rVTTestGroupR18T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  199 }

  rVTTestGroupR18T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  200 }

  rVTTestGroupR18IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  201 }

  rVTTestGroupR18T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  202 }

  rVTTestGroupR18T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  203 }

  rVTTestGroupR18T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  204 }

  rVTTestGroupR18T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  205 }

  rVTTestGroupR18T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  206 }

  rVTTestGroupR18T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  207 }

  rVTTestGroupR18T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  209 }

  rVTTestGroupR18T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  210 }

  rVTTestGroupR18T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  211 }

  rVTTestGroupR18T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  212 }

  rVTTestGroupR18T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  213 }

  rVTTestGroupR18T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  214 }

  rVTTestGroupR18T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  216 }

  rVTTestGroupR18T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  217 }

  rVTTestGroupR18T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  218 }

  rVTTestGroupR18T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  219 }

  rVTTestGroupR18T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  220 }

  rVTTestGroupR18T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  222 }

  rVTTestGroupR18T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  223 }

  rVTTestGroupR18T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  224 }

  rVTTestGroupR18T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  225 }

  rVTTestGroupR18T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  226 }

  rVTTestGroupR18IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  227 }

  rVTTestGroupR18T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  228 }

  rVTTestGroupR18T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  229 }

  rVTTestGroupR18T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  230 }

  rVTTestGroupR18T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  231 }

  rVTTestGroupR18T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  232 }

  rVTTestGroupR18T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  233 }

  rVTTestGroupR18T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  235 }

  rVTTestGroupR18T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  236 }

  rVTTestGroupR18T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  237 }

  rVTTestGroupR18T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  238 }

  rVTTestGroupR18T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  239 }

  rVTTestGroupR18T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  240 }

  rVTTestGroupR18T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  242 }

  rVTTestGroupR18T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  243 }

  rVTTestGroupR18T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  244 }

  rVTTestGroupR18T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  245 }

  rVTTestGroupR18T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  246 }

  rVTTestGroupR18T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  248 }

  rVTTestGroupR18T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  249 }

  rVTTestGroupR18T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  250 }

  rVTTestGroupR18T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  251 }

  rVTTestGroupR18T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  252 }

  rVTTestGroupR18IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  253 }

  rVTTestGroupR18T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  254 }

  rVTTestGroupR18T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  255 }

  rVTTestGroupR18T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  256 }

  rVTTestGroupR18T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  257 }

  rVTTestGroupR18T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  258 }

  rVTTestGroupR18T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  259 }

  rVTTestGroupR18T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  261 }

  rVTTestGroupR18T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  262 }

  rVTTestGroupR18T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  263 }

  rVTTestGroupR18T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  264 }

  rVTTestGroupR18T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  265 }

  rVTTestGroupR18T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  266 }

  rVTTestGroupR18T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  268 }

  rVTTestGroupR18T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  269 }

  rVTTestGroupR18T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  270 }

  rVTTestGroupR18T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  271 }

  rVTTestGroupR18T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  272 }

  rVTTestGroupR18T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  274 }

  rVTTestGroupR18T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  275 }

  rVTTestGroupR18T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  276 }

  rVTTestGroupR18T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  277 }

  rVTTestGroupR18T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  278 }

  rVTTestGroupR18IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  279 }

  rVTTestGroupR18T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  280 }

  rVTTestGroupR18T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  281 }

  rVTTestGroupR18T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  282 }

  rVTTestGroupR18T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  283 }

  rVTTestGroupR18T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  284 }

  rVTTestGroupR18T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  285 }

  rVTTestGroupR18T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  287 }

  rVTTestGroupR18T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  288 }

  rVTTestGroupR18T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  289 }

  rVTTestGroupR18T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  290 }

  rVTTestGroupR18T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  291 }

  rVTTestGroupR18T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  292 }

  rVTTestGroupR18T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  294 }

  rVTTestGroupR18T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  295 }

  rVTTestGroupR18T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  296 }

  rVTTestGroupR18T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  297 }

  rVTTestGroupR18T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  298 }

  rVTTestGroupR18T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  300 }

  rVTTestGroupR18T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  301 }

  rVTTestGroupR18T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  302 }

  rVTTestGroupR18T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  303 }

  rVTTestGroupR18T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  304 }

  rVTTestGroupR18IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  305 }

  rVTTestGroupR18T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  306 }

  rVTTestGroupR18T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  307 }

  rVTTestGroupR18T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  308 }

  rVTTestGroupR18T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  309 }

  rVTTestGroupR18T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  310 }

  rVTTestGroupR18T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  311 }

  rVTTestGroupR18T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  313 }

  rVTTestGroupR18T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  314 }

  rVTTestGroupR18T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  315 }

  rVTTestGroupR18T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  316 }

  rVTTestGroupR18T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  317 }

  rVTTestGroupR18T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  318 }

  rVTTestGroupR18T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  320 }

  rVTTestGroupR18T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  321 }

  rVTTestGroupR18T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  322 }

  rVTTestGroupR18T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  323 }

  rVTTestGroupR18T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  324 }

  rVTTestGroupR18T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  326 }

  rVTTestGroupR18T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  327 }

  rVTTestGroupR18T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  328 }

  rVTTestGroupR18T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  329 }

  rVTTestGroupR18T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  330 }

  rVTTestGroupR18IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  331 }

  rVTTestGroupR18T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  332 }

  rVTTestGroupR18T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  333 }

  rVTTestGroupR18T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  334 }

  rVTTestGroupR18T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  335 }

  rVTTestGroupR18T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  336 }

  rVTTestGroupR18T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  337 }

  rVTTestGroupR18T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  339 }

  rVTTestGroupR18T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  340 }

  rVTTestGroupR18T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  341 }

  rVTTestGroupR18T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  342 }

  rVTTestGroupR18T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  343 }

  rVTTestGroupR18T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  344 }

  rVTTestGroupR18T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  346 }

  rVTTestGroupR18T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  347 }

  rVTTestGroupR18T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  348 }

  rVTTestGroupR18T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  349 }

  rVTTestGroupR18T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  350 }

  rVTTestGroupR18T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  352 }

  rVTTestGroupR18T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  353 }

  rVTTestGroupR18T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  354 }

  rVTTestGroupR18T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  355 }

  rVTTestGroupR18T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  356 }

  rVTTestGroupR18IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  357 }

  rVTTestGroupR18T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  358 }

  rVTTestGroupR18T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  359 }

  rVTTestGroupR18T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  360 }

  rVTTestGroupR18T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  361 }

  rVTTestGroupR18T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  362 }

  rVTTestGroupR18T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  363 }

  rVTTestGroupR18T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  365 }

  rVTTestGroupR18T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  366 }

  rVTTestGroupR18T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  367 }

  rVTTestGroupR18T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  368 }

  rVTTestGroupR18T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  369 }

  rVTTestGroupR18T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  370 }

  rVTTestGroupR18T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  372 }

  rVTTestGroupR18T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  373 }

  rVTTestGroupR18T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  374 }

  rVTTestGroupR18T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  375 }

  rVTTestGroupR18T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  376 }

  rVTTestGroupR18T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  378 }

  rVTTestGroupR18T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  379 }

  rVTTestGroupR18T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  380 }

  rVTTestGroupR18T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  381 }

  rVTTestGroupR18T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  382 }

  rVTTestGroupR18IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  383 }

  rVTTestGroupR18ExpRsltsExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected result'."
    DEFVAL       { none }
    ::= { rVTTestGroupR18Entry  384 }

  rVTTestGroupR18ExpRsltsExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination'."
    ::= { rVTTestGroupR18Entry  385 }

  rVTTestGroupR18T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  386 }

  rVTTestGroupR18T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  387 }

  rVTTestGroupR18T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  388 }

  rVTTestGroupR18T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  389 }

  rVTTestGroupR18T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  390 }

  rVTTestGroupR18T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  391 }

  rVTTestGroupR18T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  393 }

  rVTTestGroupR18T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  394 }

  rVTTestGroupR18T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  395 }

  rVTTestGroupR18T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  396 }

  rVTTestGroupR18T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  397 }

  rVTTestGroupR18T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  398 }

  rVTTestGroupR18T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  400 }

  rVTTestGroupR18T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  401 }

  rVTTestGroupR18T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  402 }

  rVTTestGroupR18T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  403 }

  rVTTestGroupR18T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  404 }

  rVTTestGroupR18T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  406 }

  rVTTestGroupR18T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  407 }

  rVTTestGroupR18T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  408 }

  rVTTestGroupR18T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  409 }

  rVTTestGroupR18T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  410 }

  rVTTestGroupR18ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1'.
                  This field represents the fixed
                  values that Expected results - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  411 }

  rVTTestGroupR18T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  412 }

  rVTTestGroupR18T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  413 }

  rVTTestGroupR18T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  414 }

  rVTTestGroupR18T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  415 }

  rVTTestGroupR18T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  416 }

  rVTTestGroupR18T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  417 }

  rVTTestGroupR18T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  419 }

  rVTTestGroupR18T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  420 }

  rVTTestGroupR18T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  421 }

  rVTTestGroupR18T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  422 }

  rVTTestGroupR18T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  423 }

  rVTTestGroupR18T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  424 }

  rVTTestGroupR18T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  426 }

  rVTTestGroupR18T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  427 }

  rVTTestGroupR18T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  428 }

  rVTTestGroupR18T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  429 }

  rVTTestGroupR18T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  430 }

  rVTTestGroupR18T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  432 }

  rVTTestGroupR18T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  433 }

  rVTTestGroupR18T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  434 }

  rVTTestGroupR18T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  435 }

  rVTTestGroupR18T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  436 }

  rVTTestGroupR18ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2'.
                  This field represents the fixed
                  values that Expected results - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  437 }

  rVTTestGroupR18T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  438 }

  rVTTestGroupR18T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  439 }

  rVTTestGroupR18T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  440 }

  rVTTestGroupR18T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  441 }

  rVTTestGroupR18T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  442 }

  rVTTestGroupR18T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  443 }

  rVTTestGroupR18T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  445 }

  rVTTestGroupR18T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  446 }

  rVTTestGroupR18T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  447 }

  rVTTestGroupR18T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  448 }

  rVTTestGroupR18T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  449 }

  rVTTestGroupR18T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  450 }

  rVTTestGroupR18T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  452 }

  rVTTestGroupR18T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  453 }

  rVTTestGroupR18T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  454 }

  rVTTestGroupR18T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  455 }

  rVTTestGroupR18T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  456 }

  rVTTestGroupR18T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  458 }

  rVTTestGroupR18T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  459 }

  rVTTestGroupR18T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  460 }

  rVTTestGroupR18T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  461 }

  rVTTestGroupR18T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  462 }

  rVTTestGroupR18ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3'.
                  This field represents the fixed
                  values that Expected results - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  463 }

  rVTTestGroupR18T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  464 }

  rVTTestGroupR18T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  465 }

  rVTTestGroupR18T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  466 }

  rVTTestGroupR18T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  467 }

  rVTTestGroupR18T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  468 }

  rVTTestGroupR18T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  469 }

  rVTTestGroupR18T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  471 }

  rVTTestGroupR18T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  472 }

  rVTTestGroupR18T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  473 }

  rVTTestGroupR18T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  474 }

  rVTTestGroupR18T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  475 }

  rVTTestGroupR18T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  476 }

  rVTTestGroupR18T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  478 }

  rVTTestGroupR18T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  479 }

  rVTTestGroupR18T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  480 }

  rVTTestGroupR18T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  481 }

  rVTTestGroupR18T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  482 }

  rVTTestGroupR18T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  484 }

  rVTTestGroupR18T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  485 }

  rVTTestGroupR18T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  486 }

  rVTTestGroupR18T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  487 }

  rVTTestGroupR18T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  488 }

  rVTTestGroupR18ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4'.
                  This field represents the fixed
                  values that Expected results - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  489 }

  rVTTestGroupR18T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  490 }

  rVTTestGroupR18T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  491 }

  rVTTestGroupR18T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  492 }

  rVTTestGroupR18T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  493 }

  rVTTestGroupR18T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  494 }

  rVTTestGroupR18T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  495 }

  rVTTestGroupR18T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  497 }

  rVTTestGroupR18T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  498 }

  rVTTestGroupR18T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  499 }

  rVTTestGroupR18T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  500 }

  rVTTestGroupR18T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  501 }

  rVTTestGroupR18T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  502 }

  rVTTestGroupR18T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  504 }

  rVTTestGroupR18T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  505 }

  rVTTestGroupR18T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  506 }

  rVTTestGroupR18T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  507 }

  rVTTestGroupR18T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  508 }

  rVTTestGroupR18T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  510 }

  rVTTestGroupR18T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  511 }

  rVTTestGroupR18T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  512 }

  rVTTestGroupR18T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  513 }

  rVTTestGroupR18T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  514 }

  rVTTestGroupR18ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5'.
                  This field represents the fixed
                  values that Expected results - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  515 }

  rVTTestGroupR18T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  516 }

  rVTTestGroupR18T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  517 }

  rVTTestGroupR18T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  518 }

  rVTTestGroupR18T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  519 }

  rVTTestGroupR18T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  520 }

  rVTTestGroupR18T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  521 }

  rVTTestGroupR18T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  523 }

  rVTTestGroupR18T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  524 }

  rVTTestGroupR18T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  525 }

  rVTTestGroupR18T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  526 }

  rVTTestGroupR18T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  527 }

  rVTTestGroupR18T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  528 }

  rVTTestGroupR18T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  530 }

  rVTTestGroupR18T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  531 }

  rVTTestGroupR18T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  532 }

  rVTTestGroupR18T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  533 }

  rVTTestGroupR18T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  534 }

  rVTTestGroupR18T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  536 }

  rVTTestGroupR18T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  537 }

  rVTTestGroupR18T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  538 }

  rVTTestGroupR18T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  539 }

  rVTTestGroupR18T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  540 }

  rVTTestGroupR18ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6'.
                  This field represents the fixed
                  values that Expected results - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  541 }

  rVTTestGroupR18T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  542 }

  rVTTestGroupR18T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  543 }

  rVTTestGroupR18T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  544 }

  rVTTestGroupR18T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  545 }

  rVTTestGroupR18T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  546 }

  rVTTestGroupR18T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  547 }

  rVTTestGroupR18T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  549 }

  rVTTestGroupR18T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  550 }

  rVTTestGroupR18T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  551 }

  rVTTestGroupR18T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  552 }

  rVTTestGroupR18T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  553 }

  rVTTestGroupR18T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  554 }

  rVTTestGroupR18T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  556 }

  rVTTestGroupR18T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  557 }

  rVTTestGroupR18T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  558 }

  rVTTestGroupR18T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  559 }

  rVTTestGroupR18T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  560 }

  rVTTestGroupR18T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  562 }

  rVTTestGroupR18T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  563 }

  rVTTestGroupR18T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  564 }

  rVTTestGroupR18T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  565 }

  rVTTestGroupR18T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  566 }

  rVTTestGroupR18ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7'.
                  This field represents the fixed
                  values that Expected results - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  567 }

  rVTTestGroupR18T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  568 }

  rVTTestGroupR18T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  569 }

  rVTTestGroupR18T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  570 }

  rVTTestGroupR18T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  571 }

  rVTTestGroupR18T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  572 }

  rVTTestGroupR18T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  573 }

  rVTTestGroupR18T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  575 }

  rVTTestGroupR18T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  576 }

  rVTTestGroupR18T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  577 }

  rVTTestGroupR18T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  578 }

  rVTTestGroupR18T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  579 }

  rVTTestGroupR18T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  580 }

  rVTTestGroupR18T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  582 }

  rVTTestGroupR18T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  583 }

  rVTTestGroupR18T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  584 }

  rVTTestGroupR18T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  585 }

  rVTTestGroupR18T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  586 }

  rVTTestGroupR18T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  588 }

  rVTTestGroupR18T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  589 }

  rVTTestGroupR18T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  590 }

  rVTTestGroupR18T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  591 }

  rVTTestGroupR18T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  592 }

  rVTTestGroupR18ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8'.
                  This field represents the fixed
                  values that Expected results - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  593 }

  rVTTestGroupR18T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  594 }

  rVTTestGroupR18T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  595 }

  rVTTestGroupR18T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  596 }

  rVTTestGroupR18T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  597 }

  rVTTestGroupR18T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  598 }

  rVTTestGroupR18T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  599 }

  rVTTestGroupR18T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  601 }

  rVTTestGroupR18T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  602 }

  rVTTestGroupR18T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  603 }

  rVTTestGroupR18T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  604 }

  rVTTestGroupR18T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  605 }

  rVTTestGroupR18T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  606 }

  rVTTestGroupR18T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  608 }

  rVTTestGroupR18T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  609 }

  rVTTestGroupR18T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  610 }

  rVTTestGroupR18T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  611 }

  rVTTestGroupR18T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  612 }

  rVTTestGroupR18T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  614 }

  rVTTestGroupR18T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  615 }

  rVTTestGroupR18T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  616 }

  rVTTestGroupR18T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  617 }

  rVTTestGroupR18T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  618 }

  rVTTestGroupR18ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9'.
                  This field represents the fixed
                  values that Expected results - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  619 }

  rVTTestGroupR18T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  620 }

  rVTTestGroupR18T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  621 }

  rVTTestGroupR18T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  622 }

  rVTTestGroupR18T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  623 }

  rVTTestGroupR18T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  624 }

  rVTTestGroupR18T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  625 }

  rVTTestGroupR18T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  627 }

  rVTTestGroupR18T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  628 }

  rVTTestGroupR18T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  629 }

  rVTTestGroupR18T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  630 }

  rVTTestGroupR18T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  631 }

  rVTTestGroupR18T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR18Entry  632 }

  rVTTestGroupR18T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  634 }

  rVTTestGroupR18T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  635 }

  rVTTestGroupR18T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  636 }

  rVTTestGroupR18T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  637 }

  rVTTestGroupR18T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR18Entry  638 }

  rVTTestGroupR18T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  640 }

  rVTTestGroupR18T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  641 }

  rVTTestGroupR18T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  642 }

  rVTTestGroupR18T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  643 }

  rVTTestGroupR18T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR18Entry  644 }

  rVTTestGroupR18ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10'.
                  This field represents the fixed
                  values that Expected results - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  645 }

  rVTTestGroupR18ExpRsltsCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - cause of failure'."
    ::= { rVTTestGroupR18Entry  646 }

  rVTTestGroupR18ExpRsltsNumTstsNotYetRun OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests not yet run'."
    ::= { rVTTestGroupR18Entry  647 }

  rVTTestGroupR18ExpRsltsNumTstsPassed OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests passed'."
    ::= { rVTTestGroupR18Entry  648 }

  rVTTestGroupR18ExpRsltsNumTstsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests failed'."
    ::= { rVTTestGroupR18Entry  649 }

  rVTTestGroupR18IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestGroupR18Entry  658 }

  rVTTestGroupR18IncMedChSimulateMedChOnlineDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulate media channels online - default'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  660 }

  rVTTestGroupR18DialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed by subscriber'."
    DEFVAL       { true }
    ::= { rVTTestGroupR18Entry  661 }

  rVTTestGroupR18DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestGroupR18Entry  662 }

  rVTTestGroupR18DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestGroupR18Entry  663 }

  rVTTestGroupR18DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestGroupR18Entry  664 }

  rVTTestGroupR18HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestGroupR18Entry  665 }

  rVTTestGroupR18MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestGroupR18Entry  666 }

  rVTTestGroupR18ExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'External Business Group information present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  667 }

  rVTTestGroupR18NetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Network-wide Business Group identifier'."
    ::= { rVTTestGroupR18Entry  668 }

  rVTTestGroupR18BusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR18Entry  669 }

  rVTTestGroupR18OrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk group ID'."
    ::= { rVTTestGroupR18Entry  670 }

  rVTTestGroupR18OrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk context'."
    ::= { rVTTestGroupR18Entry  671 }

  rVTTestGroupR18DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rVTTestGroupR18Entry  672 }

  rVTTestGroupR18DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rVTTestGroupR18Entry  673 }

  rVTTestGroupR18I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  674 }

  rVTTestGroupR18I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  675 }

  rVTTestGroupR18I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  676 }

  rVTTestGroupR18I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR18Entry  677 }

  rVTTestGroupR18IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    DEFVAL       { notRoutedToRPAS }
    ::= { rVTTestGroupR18Entry  678 }

  rVTTestGroupR18LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  679 }

  rVTTestGroupR18ExpRsltsDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group ID after routing'."
    ::= { rVTTestGroupR18Entry  680 }

  rVTTestGroupR18ExpRsltsDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group context after routing'."
    ::= { rVTTestGroupR18Entry  681 }

  rVTTestGroupR18PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  682 }

  rVTTestGroupR18PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR18Entry  683 }

  rVTTestGroupR18SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  684 }

  rVTTestGroupR18SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR18Entry  685 }

  rVTTestGroupR18IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  686 }

  rVTTestGroupR18IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestGroupR18Entry  687 }

  rVTTestGroupR18GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  688 }

  rVTTestGroupR18GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR18Entry  689 }

  rVTTestGroupR18GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR18Entry  690 }

  rVTTestGroupR18GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR18Entry  691 }

  rVTTestGroupR18I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestGroupR18Entry  692 }

  rVTTestGroupR18SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR18Entry  693 }

  rVTTestGroupR18ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rVTTestGroupR18Entry  704 }

  rVTTestGroupR18PresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number (UK only)'."
    ::= { rVTTestGroupR18Entry  705 }

  rVTTestGroupR18PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { national }
    ::= { rVTTestGroupR18Entry  706 }

  rVTTestGroupR18ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rVTTestGroupR18Entry  707 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  rVTTestTrunkR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2372 }

  rVTTestTrunkR23Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR23NEConn,
             rVTTestTrunkR23NetwkElement,
             rVTTestTrunkR23CFSIx,
             rVTTestTrunkR23GpIx,
             rVTTestTrunkR23TestIx }
    ::= {  rVTTestTrunkR23Table  1  }

  RVTTestTrunkR23Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR23NEConn              Unsigned32,
    rVTTestTrunkR23NetwkElement        DisplayString,
    rVTTestTrunkR23CFSIx               Unsigned32,
    rVTTestTrunkR23GpIx                Unsigned32,
    rVTTestTrunkR23TestIx              Unsigned32,
    rVTTestTrunkR23TestName            DisplayString,
    rVTTestTrunkR23CldNum              DisplayString,
    rVTTestTrunkR23T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR23T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR23T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR23T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR23T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR23AllowOprHoldIs      INTEGER,
    rVTTestTrunkR23PriorityCall        INTEGER,
    rVTTestTrunkR23UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR23IgnoreTermAppServer INTEGER,
    rVTTestTrunkR23InTrnkGpNum         INTEGER,
    rVTTestTrunkR23ClgPartyNum         DisplayString,
    rVTTestTrunkR23ReqdRetryRtg        INTEGER,
    rVTTestTrunkR23TestCall            INTEGER,
    rVTTestTrunkR23TransitNetwkID      DisplayString,
    rVTTestTrunkR23TestRes             INTEGER,
    rVTTestTrunkR23CauseFail           INTEGER,
    rVTTestTrunkR23NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR23NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR23NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR23AllowNumVldnHold    INTEGER,
    rVTTestTrunkR23NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR23NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR23NumVldnTestCall     INTEGER,
    rVTTestTrunkR23NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR23NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR23NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR23NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR23NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR23NumVldnUDA1         Unsigned32,
    rVTTestTrunkR23NumVldnUDA2         Unsigned32,
    rVTTestTrunkR23NumVldnUDA3         Unsigned32,
    rVTTestTrunkR23NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR23RtgTestCall         INTEGER,
    rVTTestTrunkR23RtgModfdCldNum      DisplayString,
    rVTTestTrunkR23RtgOprCall          INTEGER,
    rVTTestTrunkR23RtgRtgControlInd    INTEGER,
    rVTTestTrunkR23RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR23RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR23RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR23RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR23T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR23T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR23T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR23T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR23T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR23RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR23RtgEchoCancellation INTEGER,
    rVTTestTrunkR23TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR23TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR23DiagsLogLvl         INTEGER,
    rVTTestTrunkR23DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR23DoExtraActions      INTEGER,
    rVTTestTrunkR23RowStatus           RowStatus,
    rVTTestTrunkR23NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR23NumVldnBillCallType INTEGER,
    rVTTestTrunkR23NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR23NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR23ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR23NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR23UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR23NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR23NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR23NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR23T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR23T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR23CldAddrScope        INTEGER,
    rVTTestTrunkR23ClgNumScope         INTEGER,
    rVTTestTrunkR23ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR23OprCall             INTEGER,
    rVTTestTrunkR23EchoCancellation    INTEGER,
    rVTTestTrunkR23ClgCategory         INTEGER,
    rVTTestTrunkR23CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR23ChargeNumANIPresent INTEGER,
    rVTTestTrunkR23ChargeNumANI        DisplayString,
    rVTTestTrunkR23BearerCapability    INTEGER,
    rVTTestTrunkR23OrigingExchangeAddr DisplayString,
    rVTTestTrunkR23PortedNum           DisplayString,
    rVTTestTrunkR23LNPLookupPerformed  INTEGER,
    rVTTestTrunkR23ReleaseControlMode  INTEGER,
    rVTTestTrunkR23DialedPrefix        INTEGER,
    rVTTestTrunkR23AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR23AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR23NumVldnClgCategory  INTEGER,
    rVTTestTrunkR23NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR23NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR23NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR23I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR23I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR23I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR23I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR23NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR23NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR23NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR23I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR23I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR23I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR23I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR23I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR23I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR23NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR23NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR23NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR23NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR23RtgFGDCarrID        DisplayString,
    rVTTestTrunkR23RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR23RtgChargeNumANI     DisplayString,
    rVTTestTrunkR23RtgDialedPrefix     INTEGER,
    rVTTestTrunkR23NVModCallPartyNum   DisplayString,
    rVTTestTrunkR23NVModChargeNum      DisplayString,
    rVTTestTrunkR23RtgModCallPartyNum  DisplayString,
    rVTTestTrunkR23RtgModChargeNum     DisplayString,
    rVTTestTrunkR23SIPType             INTEGER,
    rVTTestTrunkR23I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR23I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR23I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR23I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR23ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR23IncMCsIncluded      INTEGER,
    rVTTestTrunkR23T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR23T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR23T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR23T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR23T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR23T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR23T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR23T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR23T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR23T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR23T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR23IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR23T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR23T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR23T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR23T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR23T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR23T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR23T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR23T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR23T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR23T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR23T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR23IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR23ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR23ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR23ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR23T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR23T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR23T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR23T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR23T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR23T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR23T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR23T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR23T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR23T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR23T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR23T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR23T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR23T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR23T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR23T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR23ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR23ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR23ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR23NumVldnUDA4         Unsigned32,
    rVTTestTrunkR23NumVldnUDA5         Unsigned32,
    rVTTestTrunkR23NumVldnUDA6         Unsigned32,
    rVTTestTrunkR23NumVldnUDA7         Unsigned32,
    rVTTestTrunkR23NumVldnUDA8         Unsigned32,
    rVTTestTrunkR23NumVldnUDA9         Unsigned32,
    rVTTestTrunkR23NumVldnUDA10        Unsigned32,
    rVTTestTrunkR23NumVldnUDA11        Unsigned32,
    rVTTestTrunkR23NumVldnUDA12        Unsigned32,
    rVTTestTrunkR23NumVldnUDA13        Unsigned32,
    rVTTestTrunkR23NumVldnUDA14        Unsigned32,
    rVTTestTrunkR23NumVldnUDA15        Unsigned32,
    rVTTestTrunkR23NumVldnUDA16        Unsigned32,
    rVTTestTrunkR23NumVldnUDA17        Unsigned32,
    rVTTestTrunkR23NumVldnUDA18        Unsigned32,
    rVTTestTrunkR23NumVldnUDA19        Unsigned32,
    rVTTestTrunkR23NumVldnUDA20        Unsigned32,
    rVTTestTrunkR23NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR23RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR23IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR23NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR23SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR23SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR23SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR23SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR23SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR23SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR23SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR23SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR23SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR23SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR23SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR23SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR23NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR23DateAndTimeYear     Unsigned32,
    rVTTestTrunkR23DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR23DateAndTimeDate     Unsigned32,
    rVTTestTrunkR23HrAndTimeHr         Unsigned32,
    rVTTestTrunkR23MinAndTimeMin       Unsigned32,
    rVTTestTrunkR23NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR23SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR23SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR23SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR23SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR23SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR23SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR23SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR23SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR23SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR23NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR23SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR23SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR23SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR23SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR23SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR23SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR23SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR23SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR23SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR23SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR23SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR23SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR23NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR23NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR23NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR23NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR23NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR23RtgCldAddrScope     INTEGER,
    rVTTestTrunkR23LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR23ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR23ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR23RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR23RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR23PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR23PropagationDly      Unsigned32,
    rVTTestTrunkR23SatelliteIndPresent INTEGER,
    rVTTestTrunkR23SatelliteInd        Unsigned32,
    rVTTestTrunkR23IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR23IsupPreference      INTEGER,
    rVTTestTrunkR23GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR23GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR23GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR23GermanIsupSspParm   INTEGER,
    rVTTestTrunkR23ModfdClgNumScope    INTEGER,
    rVTTestTrunkR23ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR23I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR23SiteOtherVals       INTEGER,
    rVTTestTrunkR23LCC1                INTEGER,
    rVTTestTrunkR23LCC2                INTEGER,
    rVTTestTrunkR23LCC3                INTEGER,
    rVTTestTrunkR23LCC4                INTEGER,
    rVTTestTrunkR23LCC5                INTEGER,
    rVTTestTrunkR23LCC6                INTEGER,
    rVTTestTrunkR23LCC7                INTEGER,
    rVTTestTrunkR23LCC8                INTEGER,
    rVTTestTrunkR23LCC9                INTEGER,
    rVTTestTrunkR23LCC10               INTEGER,
    rVTTestTrunkR23LCC11               INTEGER,
    rVTTestTrunkR23LCC12               INTEGER,
    rVTTestTrunkR23LCC13               INTEGER,
    rVTTestTrunkR23LCC14               INTEGER,
    rVTTestTrunkR23LCC15               INTEGER,
    rVTTestTrunkR23LCC16               INTEGER,
    rVTTestTrunkR23LCC17               INTEGER,
    rVTTestTrunkR23LCC18               INTEGER,
    rVTTestTrunkR23LCC19               INTEGER,
    rVTTestTrunkR23LCC20               INTEGER,
    rVTTestTrunkR23NVModCallPartyIncomplete
                                       INTEGER,
    rVTTestTrunkR23NVModCallPartyPresRestrict
                                       INTEGER,
    rVTTestTrunkR23PresNumUKOnly       DisplayString,
    rVTTestTrunkR23PresNumScopeUKOnly  INTEGER,
    rVTTestTrunkR23NVModClPrtNumPlanInd
                                       INTEGER,
    rVTTestTrunkR23NVModCallPartyScreenInd
                                       INTEGER,
    rVTTestTrunkR23NVModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR23NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR23RtgModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR23RtgModfdPresNumScopeUKOnly
                                       INTEGER
  }

  rVTTestTrunkR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR23Entry  1 }

  rVTTestTrunkR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR23Entry  2 }

  rVTTestTrunkR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR23Entry  3 }

  rVTTestTrunkR23GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR23Entry  4 }

  rVTTestTrunkR23TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR23Entry  5 }

  rVTTestTrunkR23TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR23Entry  6 }

  rVTTestTrunkR23CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR23Entry  7 }

  rVTTestTrunkR23T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  12 }

  rVTTestTrunkR23T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  13 }

  rVTTestTrunkR23T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  14 }

  rVTTestTrunkR23T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  15 }

  rVTTestTrunkR23T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  16 }

  rVTTestTrunkR23T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  17 }

  rVTTestTrunkR23T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  18 }

  rVTTestTrunkR23T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  19 }

  rVTTestTrunkR23T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  20 }

  rVTTestTrunkR23T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  21 }

  rVTTestTrunkR23T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  22 }

  rVTTestTrunkR23T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  23 }

  rVTTestTrunkR23T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  24 }

  rVTTestTrunkR23T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  25 }

  rVTTestTrunkR23T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  26 }

  rVTTestTrunkR23T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  27 }

  rVTTestTrunkR23T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  28 }

  rVTTestTrunkR23ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR23Entry  29 }

  rVTTestTrunkR23AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR23Entry  30 }

  rVTTestTrunkR23PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR23Entry  31 }

  rVTTestTrunkR23UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR23Entry  32 }

  rVTTestTrunkR23IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR23Entry  33 }

  rVTTestTrunkR23InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR23Entry  34 }

  rVTTestTrunkR23ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR23Entry  35 }

  rVTTestTrunkR23ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR23Entry  36 }

  rVTTestTrunkR23TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR23Entry  37 }

  rVTTestTrunkR23TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR23Entry  38 }

  rVTTestTrunkR23TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR23Entry  39 }

  rVTTestTrunkR23CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR23Entry  40 }

  rVTTestTrunkR23NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR23Entry  42 }

  rVTTestTrunkR23NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR23Entry  43 }

  rVTTestTrunkR23NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR23Entry  44 }

  rVTTestTrunkR23AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR23Entry  45 }

  rVTTestTrunkR23NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR23Entry  46 }

  rVTTestTrunkR23NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR23Entry  47 }

  rVTTestTrunkR23NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR23Entry  48 }

  rVTTestTrunkR23NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR23Entry  49 }

  rVTTestTrunkR23NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR23Entry  50 }

  rVTTestTrunkR23NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR23Entry  51 }

  rVTTestTrunkR23NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR23Entry  52 }

  rVTTestTrunkR23NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR23Entry  53 }

  rVTTestTrunkR23NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR23Entry  54 }

  rVTTestTrunkR23NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR23Entry  55 }

  rVTTestTrunkR23NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR23Entry  56 }

  rVTTestTrunkR23NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR23Entry  57 }

  rVTTestTrunkR23RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR23Entry  59 }

  rVTTestTrunkR23RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR23Entry  60 }

  rVTTestTrunkR23RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR23Entry  61 }

  rVTTestTrunkR23RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR23Entry  62 }

  rVTTestTrunkR23RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR23Entry  63 }

  rVTTestTrunkR23RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR23Entry  64 }

  rVTTestTrunkR23RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR23Entry  65 }

  rVTTestTrunkR23RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR23Entry  66 }

  rVTTestTrunkR23T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  67 }

  rVTTestTrunkR23T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  68 }

  rVTTestTrunkR23T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  69 }

  rVTTestTrunkR23T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  70 }

  rVTTestTrunkR23T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  71 }

  rVTTestTrunkR23T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  72 }

  rVTTestTrunkR23T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  73 }

  rVTTestTrunkR23T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  74 }

  rVTTestTrunkR23T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  75 }

  rVTTestTrunkR23T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  76 }

  rVTTestTrunkR23T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  77 }

  rVTTestTrunkR23T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  78 }

  rVTTestTrunkR23T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  79 }

  rVTTestTrunkR23T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  80 }

  rVTTestTrunkR23T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  81 }

  rVTTestTrunkR23T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  82 }

  rVTTestTrunkR23T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  83 }

  rVTTestTrunkR23RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR23Entry  84 }

  rVTTestTrunkR23RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR23Entry  85 }

  rVTTestTrunkR23RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR23Entry  86 }

  rVTTestTrunkR23TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR23Entry  87 }

  rVTTestTrunkR23TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR23Entry  88 }

  rVTTestTrunkR23DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR23Entry  90 }

  rVTTestTrunkR23DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR23Entry  91 }

  rVTTestTrunkR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR23Entry  93 }

  rVTTestTrunkR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR23Entry  94 }

  rVTTestTrunkR23NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR23Entry  96 }

  rVTTestTrunkR23NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR23Entry  97 }

  rVTTestTrunkR23NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR23Entry  98 }

  rVTTestTrunkR23NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR23Entry  99 }

  rVTTestTrunkR23ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR23Entry  100 }

  rVTTestTrunkR23NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR23Entry  101 }

  rVTTestTrunkR23UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR23Entry  102 }

  rVTTestTrunkR23NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR23Entry  103 }

  rVTTestTrunkR23NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR23Entry  104 }

  rVTTestTrunkR23NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR23Entry  105 }

  rVTTestTrunkR23T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  106 }

  rVTTestTrunkR23T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  107 }

  rVTTestTrunkR23T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  108 }

  rVTTestTrunkR23T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  109 }

  rVTTestTrunkR23T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  110 }

  rVTTestTrunkR23CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR23Entry  111 }

  rVTTestTrunkR23ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR23Entry  112 }

  rVTTestTrunkR23ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR23Entry  113 }

  rVTTestTrunkR23OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR23Entry  114 }

  rVTTestTrunkR23EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR23Entry  115 }

  rVTTestTrunkR23ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR23Entry  116 }

  rVTTestTrunkR23CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR23Entry  117 }

  rVTTestTrunkR23ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR23Entry  118 }

  rVTTestTrunkR23ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR23Entry  119 }

  rVTTestTrunkR23BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR23Entry  120 }

  rVTTestTrunkR23OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR23Entry  121 }

  rVTTestTrunkR23PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR23Entry  122 }

  rVTTestTrunkR23LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR23Entry  123 }

  rVTTestTrunkR23ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR23Entry  124 }

  rVTTestTrunkR23DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR23Entry  125 }

  rVTTestTrunkR23AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR23Entry  126 }

  rVTTestTrunkR23AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR23Entry  127 }

  rVTTestTrunkR23NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR23Entry  128 }

  rVTTestTrunkR23NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR23Entry  129 }

  rVTTestTrunkR23NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR23Entry  130 }

  rVTTestTrunkR23NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR23Entry  131 }

  rVTTestTrunkR23I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR23Entry  132 }

  rVTTestTrunkR23I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR23Entry  133 }

  rVTTestTrunkR23I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR23Entry  134 }

  rVTTestTrunkR23I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR23Entry  135 }

  rVTTestTrunkR23NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR23Entry  136 }

  rVTTestTrunkR23NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR23Entry  137 }

  rVTTestTrunkR23NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR23Entry  138 }

  rVTTestTrunkR23I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR23Entry  139 }

  rVTTestTrunkR23I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR23Entry  140 }

  rVTTestTrunkR23I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR23Entry  141 }

  rVTTestTrunkR23I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR23Entry  142 }

  rVTTestTrunkR23I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR23Entry  143 }

  rVTTestTrunkR23I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR23Entry  144 }

  rVTTestTrunkR23NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR23Entry  145 }

  rVTTestTrunkR23NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR23Entry  146 }

  rVTTestTrunkR23NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR23Entry  147 }

  rVTTestTrunkR23NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR23Entry  148 }

  rVTTestTrunkR23RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR23Entry  149 }

  rVTTestTrunkR23RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR23Entry  150 }

  rVTTestTrunkR23RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR23Entry  151 }

  rVTTestTrunkR23RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR23Entry  152 }

  rVTTestTrunkR23NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR23Entry  153 }

  rVTTestTrunkR23NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR23Entry  154 }

  rVTTestTrunkR23RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestTrunkR23Entry  155 }

  rVTTestTrunkR23RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR23Entry  156 }

  rVTTestTrunkR23SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR23Entry  157 }

  rVTTestTrunkR23I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR23Entry  158 }

  rVTTestTrunkR23I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR23Entry  159 }

  rVTTestTrunkR23I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR23Entry  160 }

  rVTTestTrunkR23I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR23Entry  161 }

  rVTTestTrunkR23ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  162 }

  rVTTestTrunkR23IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR23Entry  163 }

  rVTTestTrunkR23T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  164 }

  rVTTestTrunkR23T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  165 }

  rVTTestTrunkR23T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  166 }

  rVTTestTrunkR23T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  167 }

  rVTTestTrunkR23T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  168 }

  rVTTestTrunkR23T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  169 }

  rVTTestTrunkR23T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  171 }

  rVTTestTrunkR23T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  172 }

  rVTTestTrunkR23T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  173 }

  rVTTestTrunkR23T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  174 }

  rVTTestTrunkR23T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  175 }

  rVTTestTrunkR23T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  176 }

  rVTTestTrunkR23T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  178 }

  rVTTestTrunkR23T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  179 }

  rVTTestTrunkR23T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  180 }

  rVTTestTrunkR23T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  181 }

  rVTTestTrunkR23T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  182 }

  rVTTestTrunkR23T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  184 }

  rVTTestTrunkR23T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  185 }

  rVTTestTrunkR23T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  186 }

  rVTTestTrunkR23T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  187 }

  rVTTestTrunkR23T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  188 }

  rVTTestTrunkR23IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  189 }

  rVTTestTrunkR23T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  190 }

  rVTTestTrunkR23T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  191 }

  rVTTestTrunkR23T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  192 }

  rVTTestTrunkR23T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  193 }

  rVTTestTrunkR23T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  194 }

  rVTTestTrunkR23T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  195 }

  rVTTestTrunkR23T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  197 }

  rVTTestTrunkR23T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  198 }

  rVTTestTrunkR23T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  199 }

  rVTTestTrunkR23T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  200 }

  rVTTestTrunkR23T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  201 }

  rVTTestTrunkR23T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  202 }

  rVTTestTrunkR23T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  204 }

  rVTTestTrunkR23T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  205 }

  rVTTestTrunkR23T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  206 }

  rVTTestTrunkR23T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  207 }

  rVTTestTrunkR23T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  208 }

  rVTTestTrunkR23T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  210 }

  rVTTestTrunkR23T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  211 }

  rVTTestTrunkR23T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  212 }

  rVTTestTrunkR23T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  213 }

  rVTTestTrunkR23T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  214 }

  rVTTestTrunkR23IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  215 }

  rVTTestTrunkR23T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  216 }

  rVTTestTrunkR23T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  217 }

  rVTTestTrunkR23T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  218 }

  rVTTestTrunkR23T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  219 }

  rVTTestTrunkR23T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  220 }

  rVTTestTrunkR23T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  221 }

  rVTTestTrunkR23T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  223 }

  rVTTestTrunkR23T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  224 }

  rVTTestTrunkR23T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  225 }

  rVTTestTrunkR23T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  226 }

  rVTTestTrunkR23T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  227 }

  rVTTestTrunkR23T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  228 }

  rVTTestTrunkR23T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  230 }

  rVTTestTrunkR23T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  231 }

  rVTTestTrunkR23T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  232 }

  rVTTestTrunkR23T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  233 }

  rVTTestTrunkR23T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  234 }

  rVTTestTrunkR23T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  236 }

  rVTTestTrunkR23T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  237 }

  rVTTestTrunkR23T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  238 }

  rVTTestTrunkR23T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  239 }

  rVTTestTrunkR23T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  240 }

  rVTTestTrunkR23IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  241 }

  rVTTestTrunkR23T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  242 }

  rVTTestTrunkR23T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  243 }

  rVTTestTrunkR23T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  244 }

  rVTTestTrunkR23T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  245 }

  rVTTestTrunkR23T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  246 }

  rVTTestTrunkR23T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  247 }

  rVTTestTrunkR23T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  249 }

  rVTTestTrunkR23T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  250 }

  rVTTestTrunkR23T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  251 }

  rVTTestTrunkR23T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  252 }

  rVTTestTrunkR23T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  253 }

  rVTTestTrunkR23T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  254 }

  rVTTestTrunkR23T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  256 }

  rVTTestTrunkR23T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  257 }

  rVTTestTrunkR23T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  258 }

  rVTTestTrunkR23T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  259 }

  rVTTestTrunkR23T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  260 }

  rVTTestTrunkR23T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  262 }

  rVTTestTrunkR23T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  263 }

  rVTTestTrunkR23T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  264 }

  rVTTestTrunkR23T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  265 }

  rVTTestTrunkR23T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  266 }

  rVTTestTrunkR23IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  267 }

  rVTTestTrunkR23T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  268 }

  rVTTestTrunkR23T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  269 }

  rVTTestTrunkR23T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  270 }

  rVTTestTrunkR23T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  271 }

  rVTTestTrunkR23T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  272 }

  rVTTestTrunkR23T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  273 }

  rVTTestTrunkR23T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  275 }

  rVTTestTrunkR23T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  276 }

  rVTTestTrunkR23T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  277 }

  rVTTestTrunkR23T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  278 }

  rVTTestTrunkR23T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  279 }

  rVTTestTrunkR23T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  280 }

  rVTTestTrunkR23T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  282 }

  rVTTestTrunkR23T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  283 }

  rVTTestTrunkR23T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  284 }

  rVTTestTrunkR23T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  285 }

  rVTTestTrunkR23T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  286 }

  rVTTestTrunkR23T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  288 }

  rVTTestTrunkR23T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  289 }

  rVTTestTrunkR23T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  290 }

  rVTTestTrunkR23T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  291 }

  rVTTestTrunkR23T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  292 }

  rVTTestTrunkR23IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  293 }

  rVTTestTrunkR23T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  294 }

  rVTTestTrunkR23T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  295 }

  rVTTestTrunkR23T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  296 }

  rVTTestTrunkR23T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  297 }

  rVTTestTrunkR23T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  298 }

  rVTTestTrunkR23T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  299 }

  rVTTestTrunkR23T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  301 }

  rVTTestTrunkR23T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  302 }

  rVTTestTrunkR23T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  303 }

  rVTTestTrunkR23T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  304 }

  rVTTestTrunkR23T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  305 }

  rVTTestTrunkR23T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  306 }

  rVTTestTrunkR23T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  308 }

  rVTTestTrunkR23T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  309 }

  rVTTestTrunkR23T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  310 }

  rVTTestTrunkR23T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  311 }

  rVTTestTrunkR23T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  312 }

  rVTTestTrunkR23T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  314 }

  rVTTestTrunkR23T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  315 }

  rVTTestTrunkR23T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  316 }

  rVTTestTrunkR23T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  317 }

  rVTTestTrunkR23T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  318 }

  rVTTestTrunkR23IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  319 }

  rVTTestTrunkR23T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  320 }

  rVTTestTrunkR23T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  321 }

  rVTTestTrunkR23T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  322 }

  rVTTestTrunkR23T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  323 }

  rVTTestTrunkR23T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  324 }

  rVTTestTrunkR23T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  325 }

  rVTTestTrunkR23T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  327 }

  rVTTestTrunkR23T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  328 }

  rVTTestTrunkR23T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  329 }

  rVTTestTrunkR23T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  330 }

  rVTTestTrunkR23T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  331 }

  rVTTestTrunkR23T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  332 }

  rVTTestTrunkR23T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  334 }

  rVTTestTrunkR23T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  335 }

  rVTTestTrunkR23T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  336 }

  rVTTestTrunkR23T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  337 }

  rVTTestTrunkR23T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  338 }

  rVTTestTrunkR23T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  340 }

  rVTTestTrunkR23T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  341 }

  rVTTestTrunkR23T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  342 }

  rVTTestTrunkR23T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  343 }

  rVTTestTrunkR23T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  344 }

  rVTTestTrunkR23IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  345 }

  rVTTestTrunkR23T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  346 }

  rVTTestTrunkR23T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  347 }

  rVTTestTrunkR23T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  348 }

  rVTTestTrunkR23T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  349 }

  rVTTestTrunkR23T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  350 }

  rVTTestTrunkR23T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  351 }

  rVTTestTrunkR23T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  353 }

  rVTTestTrunkR23T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  354 }

  rVTTestTrunkR23T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  355 }

  rVTTestTrunkR23T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  356 }

  rVTTestTrunkR23T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  357 }

  rVTTestTrunkR23T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  358 }

  rVTTestTrunkR23T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  360 }

  rVTTestTrunkR23T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  361 }

  rVTTestTrunkR23T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  362 }

  rVTTestTrunkR23T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  363 }

  rVTTestTrunkR23T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  364 }

  rVTTestTrunkR23T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  366 }

  rVTTestTrunkR23T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  367 }

  rVTTestTrunkR23T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  368 }

  rVTTestTrunkR23T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  369 }

  rVTTestTrunkR23T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  370 }

  rVTTestTrunkR23IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  371 }

  rVTTestTrunkR23T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  372 }

  rVTTestTrunkR23T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  373 }

  rVTTestTrunkR23T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  374 }

  rVTTestTrunkR23T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  375 }

  rVTTestTrunkR23T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  376 }

  rVTTestTrunkR23T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  377 }

  rVTTestTrunkR23T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  379 }

  rVTTestTrunkR23T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  380 }

  rVTTestTrunkR23T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  381 }

  rVTTestTrunkR23T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  382 }

  rVTTestTrunkR23T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  383 }

  rVTTestTrunkR23T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  384 }

  rVTTestTrunkR23T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  386 }

  rVTTestTrunkR23T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  387 }

  rVTTestTrunkR23T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  388 }

  rVTTestTrunkR23T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  389 }

  rVTTestTrunkR23T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  390 }

  rVTTestTrunkR23T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  392 }

  rVTTestTrunkR23T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  393 }

  rVTTestTrunkR23T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  394 }

  rVTTestTrunkR23T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  395 }

  rVTTestTrunkR23T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  396 }

  rVTTestTrunkR23IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  397 }

  rVTTestTrunkR23T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  398 }

  rVTTestTrunkR23T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  399 }

  rVTTestTrunkR23T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  400 }

  rVTTestTrunkR23T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  401 }

  rVTTestTrunkR23T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  402 }

  rVTTestTrunkR23T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  403 }

  rVTTestTrunkR23T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  405 }

  rVTTestTrunkR23T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  406 }

  rVTTestTrunkR23T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  407 }

  rVTTestTrunkR23T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  408 }

  rVTTestTrunkR23T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  409 }

  rVTTestTrunkR23T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  410 }

  rVTTestTrunkR23T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  412 }

  rVTTestTrunkR23T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  413 }

  rVTTestTrunkR23T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  414 }

  rVTTestTrunkR23T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  415 }

  rVTTestTrunkR23T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  416 }

  rVTTestTrunkR23T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  418 }

  rVTTestTrunkR23T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  419 }

  rVTTestTrunkR23T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  420 }

  rVTTestTrunkR23T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  421 }

  rVTTestTrunkR23T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  422 }

  rVTTestTrunkR23IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  423 }

  rVTTestTrunkR23ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR23Entry  424 }

  rVTTestTrunkR23ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR23Entry  425 }

  rVTTestTrunkR23T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  426 }

  rVTTestTrunkR23T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  427 }

  rVTTestTrunkR23T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  428 }

  rVTTestTrunkR23T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  429 }

  rVTTestTrunkR23T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  430 }

  rVTTestTrunkR23T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  431 }

  rVTTestTrunkR23T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  433 }

  rVTTestTrunkR23T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  434 }

  rVTTestTrunkR23T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  435 }

  rVTTestTrunkR23T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  436 }

  rVTTestTrunkR23T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  437 }

  rVTTestTrunkR23T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  438 }

  rVTTestTrunkR23T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  440 }

  rVTTestTrunkR23T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  441 }

  rVTTestTrunkR23T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  442 }

  rVTTestTrunkR23T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  443 }

  rVTTestTrunkR23T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  444 }

  rVTTestTrunkR23T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  446 }

  rVTTestTrunkR23T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  447 }

  rVTTestTrunkR23T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  448 }

  rVTTestTrunkR23T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  449 }

  rVTTestTrunkR23T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  450 }

  rVTTestTrunkR23ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  451 }

  rVTTestTrunkR23T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  452 }

  rVTTestTrunkR23T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  453 }

  rVTTestTrunkR23T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  454 }

  rVTTestTrunkR23T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  455 }

  rVTTestTrunkR23T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  456 }

  rVTTestTrunkR23T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  457 }

  rVTTestTrunkR23T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  459 }

  rVTTestTrunkR23T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  460 }

  rVTTestTrunkR23T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  461 }

  rVTTestTrunkR23T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  462 }

  rVTTestTrunkR23T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  463 }

  rVTTestTrunkR23T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  464 }

  rVTTestTrunkR23T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  466 }

  rVTTestTrunkR23T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  467 }

  rVTTestTrunkR23T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  468 }

  rVTTestTrunkR23T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  469 }

  rVTTestTrunkR23T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  470 }

  rVTTestTrunkR23T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  472 }

  rVTTestTrunkR23T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  473 }

  rVTTestTrunkR23T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  474 }

  rVTTestTrunkR23T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  475 }

  rVTTestTrunkR23T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  476 }

  rVTTestTrunkR23ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  477 }

  rVTTestTrunkR23T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  478 }

  rVTTestTrunkR23T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  479 }

  rVTTestTrunkR23T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  480 }

  rVTTestTrunkR23T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  481 }

  rVTTestTrunkR23T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  482 }

  rVTTestTrunkR23T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  483 }

  rVTTestTrunkR23T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  485 }

  rVTTestTrunkR23T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  486 }

  rVTTestTrunkR23T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  487 }

  rVTTestTrunkR23T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  488 }

  rVTTestTrunkR23T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  489 }

  rVTTestTrunkR23T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  490 }

  rVTTestTrunkR23T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  492 }

  rVTTestTrunkR23T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  493 }

  rVTTestTrunkR23T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  494 }

  rVTTestTrunkR23T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  495 }

  rVTTestTrunkR23T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  496 }

  rVTTestTrunkR23T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  498 }

  rVTTestTrunkR23T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  499 }

  rVTTestTrunkR23T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  500 }

  rVTTestTrunkR23T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  501 }

  rVTTestTrunkR23T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  502 }

  rVTTestTrunkR23ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  503 }

  rVTTestTrunkR23T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  504 }

  rVTTestTrunkR23T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  505 }

  rVTTestTrunkR23T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  506 }

  rVTTestTrunkR23T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  507 }

  rVTTestTrunkR23T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  508 }

  rVTTestTrunkR23T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  509 }

  rVTTestTrunkR23T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  511 }

  rVTTestTrunkR23T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  512 }

  rVTTestTrunkR23T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  513 }

  rVTTestTrunkR23T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  514 }

  rVTTestTrunkR23T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  515 }

  rVTTestTrunkR23T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  516 }

  rVTTestTrunkR23T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  518 }

  rVTTestTrunkR23T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  519 }

  rVTTestTrunkR23T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  520 }

  rVTTestTrunkR23T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  521 }

  rVTTestTrunkR23T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  522 }

  rVTTestTrunkR23T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  524 }

  rVTTestTrunkR23T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  525 }

  rVTTestTrunkR23T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  526 }

  rVTTestTrunkR23T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  527 }

  rVTTestTrunkR23T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  528 }

  rVTTestTrunkR23ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  529 }

  rVTTestTrunkR23T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  530 }

  rVTTestTrunkR23T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  531 }

  rVTTestTrunkR23T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  532 }

  rVTTestTrunkR23T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  533 }

  rVTTestTrunkR23T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  534 }

  rVTTestTrunkR23T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  535 }

  rVTTestTrunkR23T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  537 }

  rVTTestTrunkR23T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  538 }

  rVTTestTrunkR23T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  539 }

  rVTTestTrunkR23T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  540 }

  rVTTestTrunkR23T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  541 }

  rVTTestTrunkR23T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  542 }

  rVTTestTrunkR23T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  544 }

  rVTTestTrunkR23T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  545 }

  rVTTestTrunkR23T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  546 }

  rVTTestTrunkR23T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  547 }

  rVTTestTrunkR23T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  548 }

  rVTTestTrunkR23T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  550 }

  rVTTestTrunkR23T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  551 }

  rVTTestTrunkR23T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  552 }

  rVTTestTrunkR23T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  553 }

  rVTTestTrunkR23T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  554 }

  rVTTestTrunkR23ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  555 }

  rVTTestTrunkR23T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  556 }

  rVTTestTrunkR23T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  557 }

  rVTTestTrunkR23T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  558 }

  rVTTestTrunkR23T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  559 }

  rVTTestTrunkR23T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  560 }

  rVTTestTrunkR23T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  561 }

  rVTTestTrunkR23T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  563 }

  rVTTestTrunkR23T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  564 }

  rVTTestTrunkR23T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  565 }

  rVTTestTrunkR23T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  566 }

  rVTTestTrunkR23T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  567 }

  rVTTestTrunkR23T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  568 }

  rVTTestTrunkR23T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  570 }

  rVTTestTrunkR23T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  571 }

  rVTTestTrunkR23T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  572 }

  rVTTestTrunkR23T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  573 }

  rVTTestTrunkR23T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  574 }

  rVTTestTrunkR23T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  576 }

  rVTTestTrunkR23T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  577 }

  rVTTestTrunkR23T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  578 }

  rVTTestTrunkR23T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  579 }

  rVTTestTrunkR23T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  580 }

  rVTTestTrunkR23ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  581 }

  rVTTestTrunkR23T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  582 }

  rVTTestTrunkR23T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  583 }

  rVTTestTrunkR23T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  584 }

  rVTTestTrunkR23T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  585 }

  rVTTestTrunkR23T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  586 }

  rVTTestTrunkR23T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  587 }

  rVTTestTrunkR23T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  589 }

  rVTTestTrunkR23T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  590 }

  rVTTestTrunkR23T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  591 }

  rVTTestTrunkR23T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  592 }

  rVTTestTrunkR23T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  593 }

  rVTTestTrunkR23T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  594 }

  rVTTestTrunkR23T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  596 }

  rVTTestTrunkR23T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  597 }

  rVTTestTrunkR23T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  598 }

  rVTTestTrunkR23T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  599 }

  rVTTestTrunkR23T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  600 }

  rVTTestTrunkR23T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  602 }

  rVTTestTrunkR23T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  603 }

  rVTTestTrunkR23T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  604 }

  rVTTestTrunkR23T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  605 }

  rVTTestTrunkR23T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  606 }

  rVTTestTrunkR23ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  607 }

  rVTTestTrunkR23T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  608 }

  rVTTestTrunkR23T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  609 }

  rVTTestTrunkR23T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  610 }

  rVTTestTrunkR23T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  611 }

  rVTTestTrunkR23T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  612 }

  rVTTestTrunkR23T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  613 }

  rVTTestTrunkR23T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  615 }

  rVTTestTrunkR23T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  616 }

  rVTTestTrunkR23T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  617 }

  rVTTestTrunkR23T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  618 }

  rVTTestTrunkR23T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  619 }

  rVTTestTrunkR23T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  620 }

  rVTTestTrunkR23T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  622 }

  rVTTestTrunkR23T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  623 }

  rVTTestTrunkR23T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  624 }

  rVTTestTrunkR23T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  625 }

  rVTTestTrunkR23T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  626 }

  rVTTestTrunkR23T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  628 }

  rVTTestTrunkR23T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  629 }

  rVTTestTrunkR23T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  630 }

  rVTTestTrunkR23T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  631 }

  rVTTestTrunkR23T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  632 }

  rVTTestTrunkR23ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  633 }

  rVTTestTrunkR23T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  634 }

  rVTTestTrunkR23T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  635 }

  rVTTestTrunkR23T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  636 }

  rVTTestTrunkR23T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  637 }

  rVTTestTrunkR23T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  638 }

  rVTTestTrunkR23T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  639 }

  rVTTestTrunkR23T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  641 }

  rVTTestTrunkR23T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  642 }

  rVTTestTrunkR23T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  643 }

  rVTTestTrunkR23T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  644 }

  rVTTestTrunkR23T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  645 }

  rVTTestTrunkR23T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  646 }

  rVTTestTrunkR23T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  648 }

  rVTTestTrunkR23T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  649 }

  rVTTestTrunkR23T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  650 }

  rVTTestTrunkR23T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  651 }

  rVTTestTrunkR23T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  652 }

  rVTTestTrunkR23T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  654 }

  rVTTestTrunkR23T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  655 }

  rVTTestTrunkR23T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  656 }

  rVTTestTrunkR23T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  657 }

  rVTTestTrunkR23T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  658 }

  rVTTestTrunkR23ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  659 }

  rVTTestTrunkR23T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  660 }

  rVTTestTrunkR23T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  661 }

  rVTTestTrunkR23T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  662 }

  rVTTestTrunkR23T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  663 }

  rVTTestTrunkR23T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  664 }

  rVTTestTrunkR23T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  665 }

  rVTTestTrunkR23T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  667 }

  rVTTestTrunkR23T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  668 }

  rVTTestTrunkR23T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  669 }

  rVTTestTrunkR23T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  670 }

  rVTTestTrunkR23T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  671 }

  rVTTestTrunkR23T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR23Entry  672 }

  rVTTestTrunkR23T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  674 }

  rVTTestTrunkR23T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  675 }

  rVTTestTrunkR23T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  676 }

  rVTTestTrunkR23T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  677 }

  rVTTestTrunkR23T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR23Entry  678 }

  rVTTestTrunkR23T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  680 }

  rVTTestTrunkR23T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  681 }

  rVTTestTrunkR23T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  682 }

  rVTTestTrunkR23T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  683 }

  rVTTestTrunkR23T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR23Entry  684 }

  rVTTestTrunkR23ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  685 }

  rVTTestTrunkR23ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR23Entry  686 }

  rVTTestTrunkR23ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR23Entry  687 }

  rVTTestTrunkR23NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR23Entry  688 }

  rVTTestTrunkR23NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR23Entry  689 }

  rVTTestTrunkR23NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR23Entry  690 }

  rVTTestTrunkR23NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR23Entry  691 }

  rVTTestTrunkR23NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR23Entry  692 }

  rVTTestTrunkR23NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR23Entry  693 }

  rVTTestTrunkR23NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR23Entry  694 }

  rVTTestTrunkR23NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR23Entry  695 }

  rVTTestTrunkR23NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR23Entry  696 }

  rVTTestTrunkR23NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR23Entry  697 }

  rVTTestTrunkR23NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR23Entry  698 }

  rVTTestTrunkR23NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR23Entry  699 }

  rVTTestTrunkR23NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR23Entry  700 }

  rVTTestTrunkR23NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR23Entry  701 }

  rVTTestTrunkR23NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR23Entry  702 }

  rVTTestTrunkR23NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR23Entry  703 }

  rVTTestTrunkR23NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR23Entry  704 }

  rVTTestTrunkR23NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR23Entry  705 }

  rVTTestTrunkR23RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR23Entry  706 }

  rVTTestTrunkR23IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR23Entry  708 }

  rVTTestTrunkR23NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR23Entry  709 }

  rVTTestTrunkR23SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  800 }

  rVTTestTrunkR23SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  801 }

  rVTTestTrunkR23SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  802 }

  rVTTestTrunkR23SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  803 }

  rVTTestTrunkR23SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  804 }

  rVTTestTrunkR23SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  805 }

  rVTTestTrunkR23SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  806 }

  rVTTestTrunkR23SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR23Entry  807 }

  rVTTestTrunkR23SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  808 }

  rVTTestTrunkR23SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  812 }

  rVTTestTrunkR23SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  813 }

  rVTTestTrunkR23SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  814 }

  rVTTestTrunkR23NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR23Entry  815 }

  rVTTestTrunkR23DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR23Entry  816 }

  rVTTestTrunkR23DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR23Entry  817 }

  rVTTestTrunkR23DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR23Entry  818 }

  rVTTestTrunkR23HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR23Entry  819 }

  rVTTestTrunkR23MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR23Entry  820 }

  rVTTestTrunkR23NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR23Entry  821 }

  rVTTestTrunkR23SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  822 }

  rVTTestTrunkR23SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  823 }

  rVTTestTrunkR23SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  824 }

  rVTTestTrunkR23SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  825 }

  rVTTestTrunkR23SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  826 }

  rVTTestTrunkR23SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  827 }

  rVTTestTrunkR23SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  828 }

  rVTTestTrunkR23SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  829 }

  rVTTestTrunkR23SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  830 }

  rVTTestTrunkR23NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR23Entry  831 }

  rVTTestTrunkR23SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  832 }

  rVTTestTrunkR23SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  833 }

  rVTTestTrunkR23SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  834 }

  rVTTestTrunkR23SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  835 }

  rVTTestTrunkR23SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  836 }

  rVTTestTrunkR23SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  837 }

  rVTTestTrunkR23SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  838 }

  rVTTestTrunkR23SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  839 }

  rVTTestTrunkR23SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  840 }

  rVTTestTrunkR23SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  841 }

  rVTTestTrunkR23SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR23Entry  842 }

  rVTTestTrunkR23SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR23Entry  843 }

  rVTTestTrunkR23NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR23Entry  844 }

  rVTTestTrunkR23NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR23Entry  845 }

  rVTTestTrunkR23NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR23Entry  846 }

  rVTTestTrunkR23NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR23Entry  847 }

  rVTTestTrunkR23NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR23Entry  848 }

  rVTTestTrunkR23RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR23Entry  849 }

  rVTTestTrunkR23LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR23Entry  850 }

  rVTTestTrunkR23ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR23Entry  851 }

  rVTTestTrunkR23ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR23Entry  852 }

  rVTTestTrunkR23RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR23Entry  853 }

  rVTTestTrunkR23RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR23Entry  854 }

  rVTTestTrunkR23PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR23Entry  855 }

  rVTTestTrunkR23PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR23Entry  856 }

  rVTTestTrunkR23SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR23Entry  857 }

  rVTTestTrunkR23SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR23Entry  858 }

  rVTTestTrunkR23IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR23Entry  859 }

  rVTTestTrunkR23IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR23Entry  860 }

  rVTTestTrunkR23GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR23Entry  861 }

  rVTTestTrunkR23GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR23Entry  862 }

  rVTTestTrunkR23GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR23Entry  863 }

  rVTTestTrunkR23GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR23Entry  864 }

  rVTTestTrunkR23ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR23Entry  865 }

  rVTTestTrunkR23ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR23Entry  866 }

  rVTTestTrunkR23I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR23Entry  867 }

  rVTTestTrunkR23SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR23Entry  868 }

  rVTTestTrunkR23LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestTrunkR23Entry  869 }

  rVTTestTrunkR23LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestTrunkR23Entry  870 }

  rVTTestTrunkR23LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestTrunkR23Entry  871 }

  rVTTestTrunkR23LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestTrunkR23Entry  872 }

  rVTTestTrunkR23LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestTrunkR23Entry  873 }

  rVTTestTrunkR23LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestTrunkR23Entry  874 }

  rVTTestTrunkR23LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestTrunkR23Entry  875 }

  rVTTestTrunkR23LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestTrunkR23Entry  876 }

  rVTTestTrunkR23LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestTrunkR23Entry  877 }

  rVTTestTrunkR23LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestTrunkR23Entry  878 }

  rVTTestTrunkR23LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestTrunkR23Entry  879 }

  rVTTestTrunkR23LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestTrunkR23Entry  880 }

  rVTTestTrunkR23LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestTrunkR23Entry  881 }

  rVTTestTrunkR23LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestTrunkR23Entry  882 }

  rVTTestTrunkR23LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestTrunkR23Entry  883 }

  rVTTestTrunkR23LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestTrunkR23Entry  884 }

  rVTTestTrunkR23LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestTrunkR23Entry  885 }

  rVTTestTrunkR23LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestTrunkR23Entry  886 }

  rVTTestTrunkR23LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestTrunkR23Entry  887 }

  rVTTestTrunkR23LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestTrunkR23Entry  888 }

  rVTTestTrunkR23NVModCallPartyIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address incomplete'."
    ::= { rVTTestTrunkR23Entry  889 }

  rVTTestTrunkR23NVModCallPartyPresRestrict OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address presentation restriction'."
    ::= { rVTTestTrunkR23Entry  890 }

  rVTTestTrunkR23PresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number (UK only)'."
    ::= { rVTTestTrunkR23Entry  891 }

  rVTTestTrunkR23PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    ::= { rVTTestTrunkR23Entry  892 }

  rVTTestTrunkR23NVModClPrtNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address number plan indicator'."
    ::= { rVTTestTrunkR23Entry  893 }

  rVTTestTrunkR23NVModCallPartyScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address screening indicator'."
    ::= { rVTTestTrunkR23Entry  894 }

  rVTTestTrunkR23NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR23Entry  895 }

  rVTTestTrunkR23NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR23Entry  896 }

  rVTTestTrunkR23RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR23Entry  897 }

  rVTTestTrunkR23RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR23Entry  898 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  rVTTestSubR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2373 }

  rVTTestSubR25Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR25NEConn,
             rVTTestSubR25NetwkElement,
             rVTTestSubR25CFSIx,
             rVTTestSubR25GpIx,
             rVTTestSubR25TestIx }
    ::= {  rVTTestSubR25Table  1  }

  RVTTestSubR25Entry  ::=  SEQUENCE
  {
    rVTTestSubR25NEConn                Unsigned32,
    rVTTestSubR25NetwkElement          DisplayString,
    rVTTestSubR25CFSIx                 Unsigned32,
    rVTTestSubR25TestIx                Unsigned32,
    rVTTestSubR25TestName              DisplayString,
    rVTTestSubR25DialedNum             DisplayString,
    rVTTestSubR25SDActSubType          INTEGER,
    rVTTestSubR25SDDefSubType          INTEGER,
    rVTTestSubR25SDUseDefSubType       INTEGER,
    rVTTestSubR25I3SubGpCFSIx          Unsigned32,
    rVTTestSubR25I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR25BillType              INTEGER,
    rVTTestSubR25LongDistanceCarrID    DisplayString,
    rVTTestSubR25IntraLATACarrID       DisplayString,
    rVTTestSubR25TestRes               INTEGER,
    rVTTestSubR25CauseFail             INTEGER,
    rVTTestSubR25NumVldnCarrType       INTEGER,
    rVTTestSubR25NumVldnANIIIDigits    DisplayString,
    rVTTestSubR25NumVldnAreaCode       INTEGER,
    rVTTestSubR25NumVldnModfdCldNum    DisplayString,
    rVTTestSubR25NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR25NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR25NumVldnAllowHold      INTEGER,
    rVTTestSubR25NumVldnOprCall        INTEGER,
    rVTTestSubR25NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR25NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR25NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR25NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR25NumVldnTestCall       INTEGER,
    rVTTestSubR25NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR25NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR25NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR25NumVldnTransitNetwkID DisplayString,
    rVTTestSubR25NumVldnUSCallType     INTEGER,
    rVTTestSubR25NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR25NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR25NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR25RtgTestCall           INTEGER,
    rVTTestSubR25RtgModfdCldNum        DisplayString,
    rVTTestSubR25RtgOprCall            INTEGER,
    rVTTestSubR25RtgRtgControlInd      INTEGER,
    rVTTestSubR25RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR25RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR25RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR25RtgTransitNetwkID     DisplayString,
    rVTTestSubR25RtgTandemRtgCode      INTEGER,
    rVTTestSubR25RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR25RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR25DiagsLogLvl           INTEGER,
    rVTTestSubR25DiagsAPITraceTag      DisplayString,
    rVTTestSubR25RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR25DoExtraActions        INTEGER,
    rVTTestSubR25RowStatus             RowStatus,
    rVTTestSubR25T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR25T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR25T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR25T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR25T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR25GpIx                  Unsigned32,
    rVTTestSubR25UseTCAPIfReqd         INTEGER,
    rVTTestSubR25TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR25TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR25RtgOnSwitchSubType    INTEGER,
    rVTTestSubR25SubRtgAttrs           BITS,
    rVTTestSubR25NumVldnETSICallType   INTEGER,
    rVTTestSubR25NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR25RtgEchoCancellation   INTEGER,
    rVTTestSubR25IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR25IgnoreTermAppServer   INTEGER,
    rVTTestSubR25NumVldnUDA1           Unsigned32,
    rVTTestSubR25NumVldnUDA2           Unsigned32,
    rVTTestSubR25NumVldnUDA3           Unsigned32,
    rVTTestSubR25NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR25IntnatlCarrID         DisplayString,
    rVTTestSubR25T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR25T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR25T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR25T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25LCC1                  INTEGER,
    rVTTestSubR25LCC2                  INTEGER,
    rVTTestSubR25LCC3                  INTEGER,
    rVTTestSubR25LCC4                  INTEGER,
    rVTTestSubR25LCC5                  INTEGER,
    rVTTestSubR25NumVldnBillCallType   INTEGER,
    rVTTestSubR25NumVldnStructureCode  INTEGER,
    rVTTestSubR25NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR25NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR25NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR25NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR25NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR25NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR25T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR25T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR25T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR25T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR25I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR25I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR25I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR25NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR25NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR25NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR25I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR25I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR25I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR25I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR25I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR25I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR25NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR25NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR25NumVldnValidAuthCodes INTEGER,
    rVTTestSubR25NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR25ChargeNum             DisplayString,
    rVTTestSubR25AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR25AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR25NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR25I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR25NVModCallPartyNum     DisplayString,
    rVTTestSubR25NVModChargeNum        DisplayString,
    rVTTestSubR25RtgModCallPartyNum    DisplayString,
    rVTTestSubR25RtgModChargeNum       DisplayString,
    rVTTestSubR25LCC6                  INTEGER,
    rVTTestSubR25LCC7                  INTEGER,
    rVTTestSubR25LCC8                  INTEGER,
    rVTTestSubR25LCC9                  INTEGER,
    rVTTestSubR25LCC10                 INTEGER,
    rVTTestSubR25LCC11                 INTEGER,
    rVTTestSubR25LCC12                 INTEGER,
    rVTTestSubR25LCC13                 INTEGER,
    rVTTestSubR25LCC14                 INTEGER,
    rVTTestSubR25LCC15                 INTEGER,
    rVTTestSubR25LCC16                 INTEGER,
    rVTTestSubR25LCC17                 INTEGER,
    rVTTestSubR25LCC18                 INTEGER,
    rVTTestSubR25LCC19                 INTEGER,
    rVTTestSubR25LCC20                 INTEGER,
    rVTTestSubR25I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR25I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR25I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR25I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR25ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR25IncMCsIncluded        INTEGER,
    rVTTestSubR25T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR25IncMCs1OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR25IncMCs2OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR25IncMCs3OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR25IncMCs4OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR25IncMCs5OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR25IncMCs6OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR25IncMCs7OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR25IncMCs8OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR25T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR25T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR25T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR25T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR25T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR25T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR25T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR25T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR25T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR25T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR25T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR25IncMCs9OtherVals      INTEGER,
    rVTTestSubR25T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR25T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR25T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR25T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR25T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR25T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR25T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR25T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR25T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR25T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR25T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR25T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR25IncMCs10OtherVals     INTEGER,
    rVTTestSubR25ExpRsltExpRslt        INTEGER,
    rVTTestSubR25ExpRsltExpectedDest   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR25ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR25T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR25T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR25T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR25T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR25T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR25T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR25T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR25T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR25T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR25T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR25T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR25T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR25T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR25T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR25T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR25T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR25T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR25T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR25T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR25ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR25ExpRsltCauseFail      INTEGER,
    rVTTestSubR25ExpRsltResAsExpected  INTEGER,
    rVTTestSubR25NumVldnUDA4           Unsigned32,
    rVTTestSubR25NumVldnUDA5           Unsigned32,
    rVTTestSubR25NumVldnUDA6           Unsigned32,
    rVTTestSubR25NumVldnUDA7           Unsigned32,
    rVTTestSubR25NumVldnUDA8           Unsigned32,
    rVTTestSubR25NumVldnUDA9           Unsigned32,
    rVTTestSubR25NumVldnUDA10          Unsigned32,
    rVTTestSubR25NumVldnUDA11          Unsigned32,
    rVTTestSubR25NumVldnUDA12          Unsigned32,
    rVTTestSubR25NumVldnUDA13          Unsigned32,
    rVTTestSubR25NumVldnUDA14          Unsigned32,
    rVTTestSubR25NumVldnUDA15          Unsigned32,
    rVTTestSubR25NumVldnUDA16          Unsigned32,
    rVTTestSubR25NumVldnUDA17          Unsigned32,
    rVTTestSubR25NumVldnUDA18          Unsigned32,
    rVTTestSubR25NumVldnUDA19          Unsigned32,
    rVTTestSubR25NumVldnUDA20          Unsigned32,
    rVTTestSubR25NVMaxCallDurn         Unsigned32,
    rVTTestSubR25RtgMaxCallDurn        Unsigned32,
    rVTTestSubR25IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR25I1SubGpNEConn         Unsigned32,
    rVTTestSubR25I2SubGpNetwkElement   DisplayString,
    rVTTestSubR25SDActSubDirNum        DisplayString,
    rVTTestSubR25SDDefSubDirNum        DisplayString,
    rVTTestSubR25SDUseDefSubDirNum     INTEGER,
    rVTTestSubR25SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR25SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR25SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR25SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR25SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR25SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR25SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR25SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR25SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR25SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR25SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR25SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR25CldAddrScope          INTEGER,
    rVTTestSubR25SDActDialedBySub      INTEGER,
    rVTTestSubR25SDDefDialedBySub      INTEGER,
    rVTTestSubR25SDUseDefDialedBySub   INTEGER,
    rVTTestSubR25NumVldnAnnounces      LongDisplayString,
    rVTTestSubR25DateAndTimeYear       Unsigned32,
    rVTTestSubR25DateAndTimeMonth      Unsigned32,
    rVTTestSubR25DateAndTimeDate       Unsigned32,
    rVTTestSubR25HrAndTimeHr           Unsigned32,
    rVTTestSubR25MinAndTimeMin         Unsigned32,
    rVTTestSubR25NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR25NumVldnCldAddrScope   INTEGER,
    rVTTestSubR25RtgCldAddrScope       INTEGER,
    rVTTestSubR25IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR25I1LineGpNEConn        Unsigned32,
    rVTTestSubR25I2LineGpNetwkElement  DisplayString,
    rVTTestSubR25I3LineGpCFSIx         Unsigned32,
    rVTTestSubR25I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR25ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR25ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR25RtgDestTrnkGpID       DisplayString,
    rVTTestSubR25RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR25RtgRoutedToRPAS       INTEGER,
    rVTTestSubR25ModfdClgNumScope      INTEGER,
    rVTTestSubR25ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR25I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestSubR25SiteOtherVals         INTEGER,
    rVTTestSubR25NVModfdPresNumUKOnly  DisplayString,
    rVTTestSubR25NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR25RtgModfdPresNumUKOnly DisplayString,
    rVTTestSubR25RtgModfdPresNumScopeUKOnly
                                       INTEGER
  }

  rVTTestSubR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR25Entry  1 }

  rVTTestSubR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR25Entry  2 }

  rVTTestSubR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR25Entry  3 }

  rVTTestSubR25TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR25Entry  4 }

  rVTTestSubR25TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR25Entry  5 }

  rVTTestSubR25DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR25Entry  10 }

  rVTTestSubR25SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  11 }

  rVTTestSubR25SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  12 }

  rVTTestSubR25SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR25Entry  13 }

  rVTTestSubR25I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  14 }

  rVTTestSubR25I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  15 }

  rVTTestSubR25BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR25Entry  16 }

  rVTTestSubR25LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR25Entry  17 }

  rVTTestSubR25IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR25Entry  18 }

  rVTTestSubR25TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR25Entry  19 }

  rVTTestSubR25CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR25Entry  20 }

  rVTTestSubR25NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR25Entry  21 }

  rVTTestSubR25NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR25Entry  22 }

  rVTTestSubR25NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR25Entry  23 }

  rVTTestSubR25NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR25Entry  24 }

  rVTTestSubR25NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR25Entry  25 }

  rVTTestSubR25NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR25Entry  26 }

  rVTTestSubR25NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR25Entry  27 }

  rVTTestSubR25NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR25Entry  28 }

  rVTTestSubR25NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR25Entry  29 }

  rVTTestSubR25NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR25Entry  30 }

  rVTTestSubR25NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR25Entry  31 }

  rVTTestSubR25NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR25Entry  32 }

  rVTTestSubR25NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR25Entry  33 }

  rVTTestSubR25NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR25Entry  34 }

  rVTTestSubR25NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR25Entry  35 }

  rVTTestSubR25NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR25Entry  36 }

  rVTTestSubR25NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR25Entry  37 }

  rVTTestSubR25NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR25Entry  38 }

  rVTTestSubR25NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR25Entry  39 }

  rVTTestSubR25NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR25Entry  40 }

  rVTTestSubR25NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR25Entry  41 }

  rVTTestSubR25RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR25Entry  42 }

  rVTTestSubR25RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR25Entry  43 }

  rVTTestSubR25RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR25Entry  44 }

  rVTTestSubR25RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR25Entry  45 }

  rVTTestSubR25RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR25Entry  46 }

  rVTTestSubR25RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR25Entry  47 }

  rVTTestSubR25RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR25Entry  48 }

  rVTTestSubR25RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR25Entry  49 }

  rVTTestSubR25RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR25Entry  50 }

  rVTTestSubR25RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR25Entry  51 }

  rVTTestSubR25RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR25Entry  52 }

  rVTTestSubR25DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR25Entry  53 }

  rVTTestSubR25DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR25Entry  54 }

  rVTTestSubR25RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR25Entry  55 }

  rVTTestSubR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR25Entry  56 }

  rVTTestSubR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR25Entry  57 }

  rVTTestSubR25T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  58 }

  rVTTestSubR25T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  59 }

  rVTTestSubR25T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  60 }

  rVTTestSubR25T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  61 }

  rVTTestSubR25T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  62 }

  rVTTestSubR25T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  63 }

  rVTTestSubR25T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  64 }

  rVTTestSubR25T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  65 }

  rVTTestSubR25T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  66 }

  rVTTestSubR25T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  67 }

  rVTTestSubR25T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  68 }

  rVTTestSubR25T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  69 }

  rVTTestSubR25GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR25Entry  70 }

  rVTTestSubR25UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR25Entry  71 }

  rVTTestSubR25TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR25Entry  72 }

  rVTTestSubR25TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR25Entry  73 }

  rVTTestSubR25RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR25Entry  75 }

  rVTTestSubR25SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR25Entry  76 }

  rVTTestSubR25NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR25Entry  77 }

  rVTTestSubR25NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR25Entry  78 }

  rVTTestSubR25RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR25Entry  79 }

  rVTTestSubR25IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR25Entry  80 }

  rVTTestSubR25IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR25Entry  81 }

  rVTTestSubR25NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR25Entry  82 }

  rVTTestSubR25NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR25Entry  83 }

  rVTTestSubR25NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR25Entry  84 }

  rVTTestSubR25NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR25Entry  86 }

  rVTTestSubR25IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR25Entry  87 }

  rVTTestSubR25T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  90 }

  rVTTestSubR25T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  91 }

  rVTTestSubR25T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  92 }

  rVTTestSubR25T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  93 }

  rVTTestSubR25T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  94 }

  rVTTestSubR25LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR25Entry  95 }

  rVTTestSubR25LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR25Entry  96 }

  rVTTestSubR25LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR25Entry  97 }

  rVTTestSubR25LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR25Entry  98 }

  rVTTestSubR25LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR25Entry  99 }

  rVTTestSubR25NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR25Entry  100 }

  rVTTestSubR25NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR25Entry  101 }

  rVTTestSubR25NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR25Entry  102 }

  rVTTestSubR25NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR25Entry  103 }

  rVTTestSubR25NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR25Entry  104 }

  rVTTestSubR25NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenNoCallingNumber(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR25Entry  105 }

  rVTTestSubR25NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR25Entry  106 }

  rVTTestSubR25NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR25Entry  107 }

  rVTTestSubR25T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  108 }

  rVTTestSubR25T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  109 }

  rVTTestSubR25T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  110 }

  rVTTestSubR25T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  111 }

  rVTTestSubR25T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  112 }

  rVTTestSubR25I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR25Entry  113 }

  rVTTestSubR25I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR25Entry  114 }

  rVTTestSubR25I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR25Entry  115 }

  rVTTestSubR25NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR25Entry  116 }

  rVTTestSubR25NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR25Entry  117 }

  rVTTestSubR25NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR25Entry  118 }

  rVTTestSubR25I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR25Entry  119 }

  rVTTestSubR25I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR25Entry  120 }

  rVTTestSubR25I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR25Entry  121 }

  rVTTestSubR25I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR25Entry  122 }

  rVTTestSubR25I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR25Entry  123 }

  rVTTestSubR25I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR25Entry  124 }

  rVTTestSubR25NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR25Entry  125 }

  rVTTestSubR25NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR25Entry  126 }

  rVTTestSubR25NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR25Entry  127 }

  rVTTestSubR25NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR25Entry  128 }

  rVTTestSubR25ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR25Entry  129 }

  rVTTestSubR25AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR25Entry  130 }

  rVTTestSubR25AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR25Entry  131 }

  rVTTestSubR25NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR25Entry  132 }

  rVTTestSubR25I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR25Entry  133 }

  rVTTestSubR25NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR25Entry  137 }

  rVTTestSubR25NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR25Entry  138 }

  rVTTestSubR25RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestSubR25Entry  139 }

  rVTTestSubR25RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR25Entry  140 }

  rVTTestSubR25LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR25Entry  141 }

  rVTTestSubR25LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR25Entry  142 }

  rVTTestSubR25LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR25Entry  143 }

  rVTTestSubR25LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR25Entry  144 }

  rVTTestSubR25LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR25Entry  145 }

  rVTTestSubR25LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR25Entry  146 }

  rVTTestSubR25LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR25Entry  147 }

  rVTTestSubR25LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR25Entry  148 }

  rVTTestSubR25LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR25Entry  149 }

  rVTTestSubR25LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR25Entry  150 }

  rVTTestSubR25LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR25Entry  151 }

  rVTTestSubR25LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR25Entry  152 }

  rVTTestSubR25LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR25Entry  153 }

  rVTTestSubR25LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR25Entry  154 }

  rVTTestSubR25LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR25Entry  155 }

  rVTTestSubR25I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR25Entry  156 }

  rVTTestSubR25I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR25Entry  157 }

  rVTTestSubR25I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR25Entry  158 }

  rVTTestSubR25I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR25Entry  159 }

  rVTTestSubR25ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  160 }

  rVTTestSubR25IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR25Entry  161 }

  rVTTestSubR25T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  162 }

  rVTTestSubR25T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  163 }

  rVTTestSubR25T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  164 }

  rVTTestSubR25T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  165 }

  rVTTestSubR25T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  166 }

  rVTTestSubR25T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  167 }

  rVTTestSubR25T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  169 }

  rVTTestSubR25T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  170 }

  rVTTestSubR25T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  171 }

  rVTTestSubR25T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  172 }

  rVTTestSubR25T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  173 }

  rVTTestSubR25T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  174 }

  rVTTestSubR25T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  176 }

  rVTTestSubR25T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  177 }

  rVTTestSubR25T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  178 }

  rVTTestSubR25T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  179 }

  rVTTestSubR25T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  180 }

  rVTTestSubR25T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  182 }

  rVTTestSubR25T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  183 }

  rVTTestSubR25T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  184 }

  rVTTestSubR25T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  185 }

  rVTTestSubR25T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  186 }

  rVTTestSubR25IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  187 }

  rVTTestSubR25T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  188 }

  rVTTestSubR25T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  189 }

  rVTTestSubR25T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  190 }

  rVTTestSubR25T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  191 }

  rVTTestSubR25T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  192 }

  rVTTestSubR25T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  193 }

  rVTTestSubR25T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  195 }

  rVTTestSubR25T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  196 }

  rVTTestSubR25T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  197 }

  rVTTestSubR25T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  198 }

  rVTTestSubR25T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  199 }

  rVTTestSubR25T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  200 }

  rVTTestSubR25T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  202 }

  rVTTestSubR25T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  203 }

  rVTTestSubR25T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  204 }

  rVTTestSubR25T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  205 }

  rVTTestSubR25T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  206 }

  rVTTestSubR25T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  208 }

  rVTTestSubR25T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  209 }

  rVTTestSubR25T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  210 }

  rVTTestSubR25T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  211 }

  rVTTestSubR25T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  212 }

  rVTTestSubR25IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  213 }

  rVTTestSubR25T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  214 }

  rVTTestSubR25T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  215 }

  rVTTestSubR25T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  216 }

  rVTTestSubR25T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  217 }

  rVTTestSubR25T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  218 }

  rVTTestSubR25T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  219 }

  rVTTestSubR25T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  221 }

  rVTTestSubR25T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  222 }

  rVTTestSubR25T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  223 }

  rVTTestSubR25T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  224 }

  rVTTestSubR25T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  225 }

  rVTTestSubR25T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  226 }

  rVTTestSubR25T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  228 }

  rVTTestSubR25T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  229 }

  rVTTestSubR25T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  230 }

  rVTTestSubR25T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  231 }

  rVTTestSubR25T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  232 }

  rVTTestSubR25T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  234 }

  rVTTestSubR25T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  235 }

  rVTTestSubR25T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  236 }

  rVTTestSubR25T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  237 }

  rVTTestSubR25T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  238 }

  rVTTestSubR25IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  239 }

  rVTTestSubR25T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  240 }

  rVTTestSubR25T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  241 }

  rVTTestSubR25T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  242 }

  rVTTestSubR25T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  243 }

  rVTTestSubR25T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  244 }

  rVTTestSubR25T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  245 }

  rVTTestSubR25T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  247 }

  rVTTestSubR25T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  248 }

  rVTTestSubR25T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  249 }

  rVTTestSubR25T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  250 }

  rVTTestSubR25T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  251 }

  rVTTestSubR25T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  252 }

  rVTTestSubR25T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  254 }

  rVTTestSubR25T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  255 }

  rVTTestSubR25T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  256 }

  rVTTestSubR25T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  257 }

  rVTTestSubR25T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  258 }

  rVTTestSubR25T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  260 }

  rVTTestSubR25T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  261 }

  rVTTestSubR25T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  262 }

  rVTTestSubR25T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  263 }

  rVTTestSubR25T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  264 }

  rVTTestSubR25IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  265 }

  rVTTestSubR25T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  266 }

  rVTTestSubR25T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  267 }

  rVTTestSubR25T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  268 }

  rVTTestSubR25T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  269 }

  rVTTestSubR25T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  270 }

  rVTTestSubR25T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  271 }

  rVTTestSubR25T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  273 }

  rVTTestSubR25T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  274 }

  rVTTestSubR25T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  275 }

  rVTTestSubR25T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  276 }

  rVTTestSubR25T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  277 }

  rVTTestSubR25T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  278 }

  rVTTestSubR25T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  280 }

  rVTTestSubR25T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  281 }

  rVTTestSubR25T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  282 }

  rVTTestSubR25T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  283 }

  rVTTestSubR25T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  284 }

  rVTTestSubR25T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  286 }

  rVTTestSubR25T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  287 }

  rVTTestSubR25T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  288 }

  rVTTestSubR25T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  289 }

  rVTTestSubR25T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  290 }

  rVTTestSubR25IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  291 }

  rVTTestSubR25T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  292 }

  rVTTestSubR25T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  293 }

  rVTTestSubR25T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  294 }

  rVTTestSubR25T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  295 }

  rVTTestSubR25T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  296 }

  rVTTestSubR25T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  297 }

  rVTTestSubR25T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  299 }

  rVTTestSubR25T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  300 }

  rVTTestSubR25T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  301 }

  rVTTestSubR25T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  302 }

  rVTTestSubR25T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  303 }

  rVTTestSubR25T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  304 }

  rVTTestSubR25T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  306 }

  rVTTestSubR25T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  307 }

  rVTTestSubR25T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  308 }

  rVTTestSubR25T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  309 }

  rVTTestSubR25T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  310 }

  rVTTestSubR25T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  312 }

  rVTTestSubR25T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  313 }

  rVTTestSubR25T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  314 }

  rVTTestSubR25T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  315 }

  rVTTestSubR25T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  316 }

  rVTTestSubR25IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  317 }

  rVTTestSubR25T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  318 }

  rVTTestSubR25T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  319 }

  rVTTestSubR25T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  320 }

  rVTTestSubR25T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  321 }

  rVTTestSubR25T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  322 }

  rVTTestSubR25T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  323 }

  rVTTestSubR25T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  325 }

  rVTTestSubR25T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  326 }

  rVTTestSubR25T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  327 }

  rVTTestSubR25T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  328 }

  rVTTestSubR25T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  329 }

  rVTTestSubR25T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  330 }

  rVTTestSubR25T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  332 }

  rVTTestSubR25T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  333 }

  rVTTestSubR25T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  334 }

  rVTTestSubR25T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  335 }

  rVTTestSubR25T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  336 }

  rVTTestSubR25T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  338 }

  rVTTestSubR25T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  339 }

  rVTTestSubR25T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  340 }

  rVTTestSubR25T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  341 }

  rVTTestSubR25T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  342 }

  rVTTestSubR25IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  343 }

  rVTTestSubR25T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  344 }

  rVTTestSubR25T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  345 }

  rVTTestSubR25T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  346 }

  rVTTestSubR25T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  347 }

  rVTTestSubR25T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  348 }

  rVTTestSubR25T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  349 }

  rVTTestSubR25T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  351 }

  rVTTestSubR25T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  352 }

  rVTTestSubR25T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  353 }

  rVTTestSubR25T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  354 }

  rVTTestSubR25T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  355 }

  rVTTestSubR25T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  356 }

  rVTTestSubR25T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  358 }

  rVTTestSubR25T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  359 }

  rVTTestSubR25T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  360 }

  rVTTestSubR25T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  361 }

  rVTTestSubR25T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  362 }

  rVTTestSubR25T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  364 }

  rVTTestSubR25T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  365 }

  rVTTestSubR25T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  366 }

  rVTTestSubR25T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  367 }

  rVTTestSubR25T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  368 }

  rVTTestSubR25IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  369 }

  rVTTestSubR25T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  370 }

  rVTTestSubR25T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  371 }

  rVTTestSubR25T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  372 }

  rVTTestSubR25T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  373 }

  rVTTestSubR25T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  374 }

  rVTTestSubR25T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  375 }

  rVTTestSubR25T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  377 }

  rVTTestSubR25T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  378 }

  rVTTestSubR25T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  379 }

  rVTTestSubR25T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  380 }

  rVTTestSubR25T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  381 }

  rVTTestSubR25T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  382 }

  rVTTestSubR25T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  384 }

  rVTTestSubR25T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  385 }

  rVTTestSubR25T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  386 }

  rVTTestSubR25T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  387 }

  rVTTestSubR25T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  388 }

  rVTTestSubR25T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  390 }

  rVTTestSubR25T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  391 }

  rVTTestSubR25T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  392 }

  rVTTestSubR25T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  393 }

  rVTTestSubR25T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  394 }

  rVTTestSubR25IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  395 }

  rVTTestSubR25T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  396 }

  rVTTestSubR25T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  397 }

  rVTTestSubR25T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  398 }

  rVTTestSubR25T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  399 }

  rVTTestSubR25T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  400 }

  rVTTestSubR25T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  401 }

  rVTTestSubR25T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  403 }

  rVTTestSubR25T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  404 }

  rVTTestSubR25T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  405 }

  rVTTestSubR25T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  406 }

  rVTTestSubR25T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  407 }

  rVTTestSubR25T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  408 }

  rVTTestSubR25T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  410 }

  rVTTestSubR25T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  411 }

  rVTTestSubR25T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  412 }

  rVTTestSubR25T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  413 }

  rVTTestSubR25T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  414 }

  rVTTestSubR25T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  416 }

  rVTTestSubR25T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  417 }

  rVTTestSubR25T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  418 }

  rVTTestSubR25T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  419 }

  rVTTestSubR25T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  420 }

  rVTTestSubR25IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  421 }

  rVTTestSubR25ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR25Entry  422 }

  rVTTestSubR25ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR25Entry  423 }

  rVTTestSubR25T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  424 }

  rVTTestSubR25T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  425 }

  rVTTestSubR25T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  426 }

  rVTTestSubR25T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  427 }

  rVTTestSubR25T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  428 }

  rVTTestSubR25T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  429 }

  rVTTestSubR25T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  431 }

  rVTTestSubR25T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  432 }

  rVTTestSubR25T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  433 }

  rVTTestSubR25T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  434 }

  rVTTestSubR25T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  435 }

  rVTTestSubR25T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  436 }

  rVTTestSubR25T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  438 }

  rVTTestSubR25T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  439 }

  rVTTestSubR25T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  440 }

  rVTTestSubR25T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  441 }

  rVTTestSubR25T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  442 }

  rVTTestSubR25T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  444 }

  rVTTestSubR25T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  445 }

  rVTTestSubR25T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  446 }

  rVTTestSubR25T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  447 }

  rVTTestSubR25T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  448 }

  rVTTestSubR25ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  449 }

  rVTTestSubR25T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  450 }

  rVTTestSubR25T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  451 }

  rVTTestSubR25T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  452 }

  rVTTestSubR25T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  453 }

  rVTTestSubR25T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  454 }

  rVTTestSubR25T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  455 }

  rVTTestSubR25T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  457 }

  rVTTestSubR25T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  458 }

  rVTTestSubR25T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  459 }

  rVTTestSubR25T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  460 }

  rVTTestSubR25T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  461 }

  rVTTestSubR25T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  462 }

  rVTTestSubR25T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  464 }

  rVTTestSubR25T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  465 }

  rVTTestSubR25T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  466 }

  rVTTestSubR25T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  467 }

  rVTTestSubR25T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  468 }

  rVTTestSubR25T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  470 }

  rVTTestSubR25T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  471 }

  rVTTestSubR25T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  472 }

  rVTTestSubR25T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  473 }

  rVTTestSubR25T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  474 }

  rVTTestSubR25ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  475 }

  rVTTestSubR25T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  476 }

  rVTTestSubR25T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  477 }

  rVTTestSubR25T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  478 }

  rVTTestSubR25T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  479 }

  rVTTestSubR25T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  480 }

  rVTTestSubR25T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  481 }

  rVTTestSubR25T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  483 }

  rVTTestSubR25T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  484 }

  rVTTestSubR25T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  485 }

  rVTTestSubR25T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  486 }

  rVTTestSubR25T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  487 }

  rVTTestSubR25T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  488 }

  rVTTestSubR25T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  490 }

  rVTTestSubR25T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  491 }

  rVTTestSubR25T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  492 }

  rVTTestSubR25T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  493 }

  rVTTestSubR25T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  494 }

  rVTTestSubR25T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  496 }

  rVTTestSubR25T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  497 }

  rVTTestSubR25T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  498 }

  rVTTestSubR25T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  499 }

  rVTTestSubR25T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  500 }

  rVTTestSubR25ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  501 }

  rVTTestSubR25T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  502 }

  rVTTestSubR25T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  503 }

  rVTTestSubR25T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  504 }

  rVTTestSubR25T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  505 }

  rVTTestSubR25T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  506 }

  rVTTestSubR25T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  507 }

  rVTTestSubR25T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  509 }

  rVTTestSubR25T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  510 }

  rVTTestSubR25T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  511 }

  rVTTestSubR25T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  512 }

  rVTTestSubR25T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  513 }

  rVTTestSubR25T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  514 }

  rVTTestSubR25T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  516 }

  rVTTestSubR25T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  517 }

  rVTTestSubR25T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  518 }

  rVTTestSubR25T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  519 }

  rVTTestSubR25T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  520 }

  rVTTestSubR25T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  522 }

  rVTTestSubR25T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  523 }

  rVTTestSubR25T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  524 }

  rVTTestSubR25T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  525 }

  rVTTestSubR25T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  526 }

  rVTTestSubR25ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  527 }

  rVTTestSubR25T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  528 }

  rVTTestSubR25T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  529 }

  rVTTestSubR25T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  530 }

  rVTTestSubR25T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  531 }

  rVTTestSubR25T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  532 }

  rVTTestSubR25T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  533 }

  rVTTestSubR25T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  535 }

  rVTTestSubR25T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  536 }

  rVTTestSubR25T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  537 }

  rVTTestSubR25T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  538 }

  rVTTestSubR25T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  539 }

  rVTTestSubR25T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  540 }

  rVTTestSubR25T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  542 }

  rVTTestSubR25T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  543 }

  rVTTestSubR25T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  544 }

  rVTTestSubR25T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  545 }

  rVTTestSubR25T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  546 }

  rVTTestSubR25T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  548 }

  rVTTestSubR25T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  549 }

  rVTTestSubR25T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  550 }

  rVTTestSubR25T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  551 }

  rVTTestSubR25T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  552 }

  rVTTestSubR25ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  553 }

  rVTTestSubR25T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  554 }

  rVTTestSubR25T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  555 }

  rVTTestSubR25T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  556 }

  rVTTestSubR25T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  557 }

  rVTTestSubR25T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  558 }

  rVTTestSubR25T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  559 }

  rVTTestSubR25T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  561 }

  rVTTestSubR25T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  562 }

  rVTTestSubR25T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  563 }

  rVTTestSubR25T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  564 }

  rVTTestSubR25T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  565 }

  rVTTestSubR25T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  566 }

  rVTTestSubR25T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  568 }

  rVTTestSubR25T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  569 }

  rVTTestSubR25T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  570 }

  rVTTestSubR25T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  571 }

  rVTTestSubR25T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  572 }

  rVTTestSubR25T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  574 }

  rVTTestSubR25T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  575 }

  rVTTestSubR25T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  576 }

  rVTTestSubR25T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  577 }

  rVTTestSubR25T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  578 }

  rVTTestSubR25ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  579 }

  rVTTestSubR25T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  580 }

  rVTTestSubR25T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  581 }

  rVTTestSubR25T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  582 }

  rVTTestSubR25T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  583 }

  rVTTestSubR25T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  584 }

  rVTTestSubR25T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  585 }

  rVTTestSubR25T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  587 }

  rVTTestSubR25T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  588 }

  rVTTestSubR25T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  589 }

  rVTTestSubR25T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  590 }

  rVTTestSubR25T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  591 }

  rVTTestSubR25T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  592 }

  rVTTestSubR25T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  594 }

  rVTTestSubR25T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  595 }

  rVTTestSubR25T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  596 }

  rVTTestSubR25T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  597 }

  rVTTestSubR25T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  598 }

  rVTTestSubR25T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  600 }

  rVTTestSubR25T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  601 }

  rVTTestSubR25T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  602 }

  rVTTestSubR25T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  603 }

  rVTTestSubR25T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  604 }

  rVTTestSubR25ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  605 }

  rVTTestSubR25T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  606 }

  rVTTestSubR25T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  607 }

  rVTTestSubR25T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  608 }

  rVTTestSubR25T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  609 }

  rVTTestSubR25T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  610 }

  rVTTestSubR25T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  611 }

  rVTTestSubR25T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  613 }

  rVTTestSubR25T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  614 }

  rVTTestSubR25T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  615 }

  rVTTestSubR25T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  616 }

  rVTTestSubR25T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  617 }

  rVTTestSubR25T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  618 }

  rVTTestSubR25T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  620 }

  rVTTestSubR25T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  621 }

  rVTTestSubR25T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  622 }

  rVTTestSubR25T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  623 }

  rVTTestSubR25T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  624 }

  rVTTestSubR25T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  626 }

  rVTTestSubR25T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  627 }

  rVTTestSubR25T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  628 }

  rVTTestSubR25T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  629 }

  rVTTestSubR25T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  630 }

  rVTTestSubR25ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  631 }

  rVTTestSubR25T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  632 }

  rVTTestSubR25T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  633 }

  rVTTestSubR25T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  634 }

  rVTTestSubR25T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  635 }

  rVTTestSubR25T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  636 }

  rVTTestSubR25T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  637 }

  rVTTestSubR25T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  639 }

  rVTTestSubR25T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  640 }

  rVTTestSubR25T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  641 }

  rVTTestSubR25T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  642 }

  rVTTestSubR25T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  643 }

  rVTTestSubR25T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  644 }

  rVTTestSubR25T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  646 }

  rVTTestSubR25T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  647 }

  rVTTestSubR25T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  648 }

  rVTTestSubR25T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  649 }

  rVTTestSubR25T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  650 }

  rVTTestSubR25T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  652 }

  rVTTestSubR25T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  653 }

  rVTTestSubR25T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  654 }

  rVTTestSubR25T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  655 }

  rVTTestSubR25T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  656 }

  rVTTestSubR25ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  657 }

  rVTTestSubR25T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  658 }

  rVTTestSubR25T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  659 }

  rVTTestSubR25T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  660 }

  rVTTestSubR25T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  661 }

  rVTTestSubR25T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  662 }

  rVTTestSubR25T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR25Entry  663 }

  rVTTestSubR25T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  665 }

  rVTTestSubR25T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  666 }

  rVTTestSubR25T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  667 }

  rVTTestSubR25T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  668 }

  rVTTestSubR25T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  669 }

  rVTTestSubR25T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR25Entry  670 }

  rVTTestSubR25T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  672 }

  rVTTestSubR25T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  673 }

  rVTTestSubR25T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  674 }

  rVTTestSubR25T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  675 }

  rVTTestSubR25T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR25Entry  676 }

  rVTTestSubR25T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  678 }

  rVTTestSubR25T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  679 }

  rVTTestSubR25T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  680 }

  rVTTestSubR25T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  681 }

  rVTTestSubR25T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR25Entry  682 }

  rVTTestSubR25ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  683 }

  rVTTestSubR25ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR25Entry  684 }

  rVTTestSubR25ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR25Entry  685 }

  rVTTestSubR25NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR25Entry  686 }

  rVTTestSubR25NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR25Entry  687 }

  rVTTestSubR25NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR25Entry  688 }

  rVTTestSubR25NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR25Entry  689 }

  rVTTestSubR25NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR25Entry  690 }

  rVTTestSubR25NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR25Entry  691 }

  rVTTestSubR25NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR25Entry  692 }

  rVTTestSubR25NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR25Entry  693 }

  rVTTestSubR25NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR25Entry  694 }

  rVTTestSubR25NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR25Entry  695 }

  rVTTestSubR25NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR25Entry  696 }

  rVTTestSubR25NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR25Entry  697 }

  rVTTestSubR25NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR25Entry  698 }

  rVTTestSubR25NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR25Entry  699 }

  rVTTestSubR25NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR25Entry  700 }

  rVTTestSubR25NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR25Entry  701 }

  rVTTestSubR25NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR25Entry  702 }

  rVTTestSubR25NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR25Entry  703 }

  rVTTestSubR25RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR25Entry  704 }

  rVTTestSubR25IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR25Entry  706 }

  rVTTestSubR25I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  712 }

  rVTTestSubR25I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  713 }

  rVTTestSubR25SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  800 }

  rVTTestSubR25SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  801 }

  rVTTestSubR25SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR25Entry  802 }

  rVTTestSubR25SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  810 }

  rVTTestSubR25SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  811 }

  rVTTestSubR25SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  812 }

  rVTTestSubR25SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  813 }

  rVTTestSubR25SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  814 }

  rVTTestSubR25SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  815 }

  rVTTestSubR25SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  816 }

  rVTTestSubR25SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR25Entry  817 }

  rVTTestSubR25SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR25Entry  818 }

  rVTTestSubR25SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  822 }

  rVTTestSubR25SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  823 }

  rVTTestSubR25SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR25Entry  824 }

  rVTTestSubR25CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR25Entry  825 }

  rVTTestSubR25SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  826 }

  rVTTestSubR25SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR25Entry  827 }

  rVTTestSubR25SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR25Entry  828 }

  rVTTestSubR25NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR25Entry  829 }

  rVTTestSubR25DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR25Entry  830 }

  rVTTestSubR25DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR25Entry  831 }

  rVTTestSubR25DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR25Entry  832 }

  rVTTestSubR25HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR25Entry  833 }

  rVTTestSubR25MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR25Entry  834 }

  rVTTestSubR25NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR25Entry  835 }

  rVTTestSubR25NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR25Entry  836 }

  rVTTestSubR25RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR25Entry  837 }

  rVTTestSubR25IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR25Entry  838 }

  rVTTestSubR25I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  839 }

  rVTTestSubR25I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  840 }

  rVTTestSubR25I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  841 }

  rVTTestSubR25I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR25Entry  842 }

  rVTTestSubR25ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR25Entry  843 }

  rVTTestSubR25ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR25Entry  844 }

  rVTTestSubR25RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR25Entry  845 }

  rVTTestSubR25RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR25Entry  846 }

  rVTTestSubR25RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR25Entry  847 }

  rVTTestSubR25ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR25Entry  848 }

  rVTTestSubR25ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR25Entry  849 }

  rVTTestSubR25I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR25Entry  850 }

  rVTTestSubR25SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR25Entry  851 }

  rVTTestSubR25NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestSubR25Entry  852 }

  rVTTestSubR25NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR25Entry  853 }

  rVTTestSubR25RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestSubR25Entry  854 }

  rVTTestSubR25RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR25Entry  855 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Director Service'                                  */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.4.20                                                       */
-- /*********************************************************************************/

  mVDR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2374 }

  mVDR4Entry OBJECT-TYPE
    SYNTAX       MVDR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDR4NEConn,
             mVDR4NetwkElement,
             mVDR4MetaViewDirectorIx }
    ::= {  mVDR4Table  1  }

  MVDR4Entry  ::=  SEQUENCE
  {
    mVDR4NEConn                        Unsigned32,
    mVDR4NetwkElement                  DisplayString,
    mVDR4MetaViewDirectorIx            Unsigned32,
    mVDR4NumLocationSources            Unsigned32,
    mVDR4LocationUpdateInterfacePortNum
                                       Unsigned32,
    mVDR4LocationQueryInterfacePortNum Unsigned32,
    mVDR4NotifPublicationInterfacePortNum
                                       Unsigned32,
    mVDR4NotifSubscriptionInterfacePortNum
                                       Unsigned32,
    mVDR4StatisticsAlrms               Integer32,
    mVDR4LocationSourceAlrmsAttnRq     INTEGER,
    mVDR4LocationSourceAlrmEvtsAttnRq  Unsigned32,
    mVDR4SummaryChldAlrmState          INTEGER,
    mVDR4ChldStatisticsAlrms           Integer32,
    mVDR4DoExtraActions                INTEGER,
    mVDR4MaxNumCallEvts                Unsigned32,
    mVDR4SiteID                        Unsigned32,
    mVDR4SiteName                      DisplayString,
    mVDR4RepatriationEnabled           INTEGER,
    mVDR4RepatriationSiteID            Unsigned32,
    mVDR4I1RepatriationSiteClusterSiteConnIx
                                       Integer32,
    mVDR4RepatriationSiteOtherVals     INTEGER,
    mVDR4RepatriationSourceType        INTEGER,
    mVDR4GlobalMinE164NumLen           Unsigned32,
    mVDR4GlobalMaxE164NumLen           Unsigned32,
    mVDR4GlobalMaxPBXSuffixDigits      Unsigned32
  }

  mVDR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDR4Entry  1 }

  mVDR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDR4Entry  2 }

  mVDR4MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { mVDR4Entry  3 }

  mVDR4NumLocationSources OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of location sources'."
    ::= { mVDR4Entry  4 }

  mVDR4LocationUpdateInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Update interface port number'."
    ::= { mVDR4Entry  5 }

  mVDR4LocationQueryInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Query interface port number'."
    ::= { mVDR4Entry  6 }

  mVDR4NotifPublicationInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Publication interface port number'."
    ::= { mVDR4Entry  7 }

  mVDR4NotifSubscriptionInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Subscription interface port number'."
    ::= { mVDR4Entry  8 }

  mVDR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mVDR4Entry  9 }

  mVDR4LocationSourceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarms'."
    ::= { mVDR4Entry  10 }

  mVDR4LocationSourceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarm events'."
    ::= { mVDR4Entry  11 }

  mVDR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mVDR4Entry  12 }

  mVDR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mVDR4Entry  13 }

  mVDR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   queryDatabase(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDR4Entry  14 }

  mVDR4MaxNumCallEvts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of call events'."
    DEFVAL       { 10 }
    ::= { mVDR4Entry  15 }

  mVDR4SiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { mVDR4Entry  16 }

  mVDR4SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { mVDR4Entry  17 }

  mVDR4RepatriationEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Enabled'."
    DEFVAL       { false }
    ::= { mVDR4Entry  18 }

  mVDR4RepatriationSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Site ID'."
    ::= { mVDR4Entry  19 }

  mVDR4I1RepatriationSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { mVDR4Entry  20 }

  mVDR4RepatriationSiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   all(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site'.
                  This field represents the fixed
                  values that Repatriation Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mVDR4Entry  21 }

  mVDR4RepatriationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(0),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation source type'."
    DEFVAL       { all }
    ::= { mVDR4Entry  22 }

  mVDR4GlobalMinE164NumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global minimum E.164 number length'."
    ::= { mVDR4Entry  23 }

  mVDR4GlobalMaxE164NumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global maximum E.164 number length'."
    ::= { mVDR4Entry  24 }

  mVDR4GlobalMaxPBXSuffixDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..7 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global maximum PBX suffix digits'."
    ::= { mVDR4Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Source'                                            */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.2.10                                                       */
-- /*********************************************************************************/

  locSrcR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocSrcR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Director Service'.
                  This table is not creatable."
    ::= { metaSwitch  2375 }

  locSrcR3Entry OBJECT-TYPE
    SYNTAX       LocSrcR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locSrcR3NEConn,
             locSrcR3NetwkElement,
             locSrcR3MetaViewDirectorIx,
             locSrcR3LocationSourceIx }
    ::= {  locSrcR3Table  1  }

  LocSrcR3Entry  ::=  SEQUENCE
  {
    locSrcR3NEConn                     Unsigned32,
    locSrcR3NetwkElement               DisplayString,
    locSrcR3MetaViewDirectorIx         Unsigned32,
    locSrcR3LocationSourceIx           Unsigned32,
    locSrcR3LocationSourceName         DisplayString,
    locSrcR3LocationSourceType         INTEGER,
    locSrcR3LocationSourceUniqueFingerprint
                                       DisplayString,
    locSrcR3LocSrcTplgType1            INTEGER,
    locSrcR3LocSrcTplgVal1             DisplayString,
    locSrcR3LocSrcTplgType2            INTEGER,
    locSrcR3LocSrcTplgVal2             DisplayString,
    locSrcR3LocSrcTplgType3            INTEGER,
    locSrcR3LocSrcTplgVal3             DisplayString,
    locSrcR3LocSrcTplgType4            INTEGER,
    locSrcR3LocSrcTplgVal4             DisplayString,
    locSrcR3LocSrcTplgType5            INTEGER,
    locSrcR3LocSrcTplgVal5             DisplayString,
    locSrcR3LocSrcTplgType6            INTEGER,
    locSrcR3LocSrcTplgVal6             DisplayString,
    locSrcR3LocSrcTplgType7            INTEGER,
    locSrcR3LocSrcTplgVal7             DisplayString,
    locSrcR3LocSrcTplgType8            INTEGER,
    locSrcR3LocSrcTplgVal8             DisplayString,
    locSrcR3LocSrcTplgType9            INTEGER,
    locSrcR3LocSrcTplgVal9             DisplayString,
    locSrcR3LocSrcTplgType10           INTEGER,
    locSrcR3LocSrcTplgVal10            DisplayString,
    locSrcR3LocSrcTplgType11           INTEGER,
    locSrcR3LocSrcTplgVal11            DisplayString,
    locSrcR3LocSrcTplgType12           INTEGER,
    locSrcR3LocSrcTplgVal12            DisplayString,
    locSrcR3LocSrcTplgType13           INTEGER,
    locSrcR3LocSrcTplgVal13            DisplayString,
    locSrcR3LocSrcTplgType14           INTEGER,
    locSrcR3LocSrcTplgVal14            DisplayString,
    locSrcR3LocSrcTplgType15           INTEGER,
    locSrcR3LocSrcTplgVal15            DisplayString,
    locSrcR3LocSrcTplgType16           INTEGER,
    locSrcR3LocSrcTplgVal16            DisplayString,
    locSrcR3LocSrcTplgType17           INTEGER,
    locSrcR3LocSrcTplgVal17            DisplayString,
    locSrcR3LocSrcTplgType18           INTEGER,
    locSrcR3LocSrcTplgVal18            DisplayString,
    locSrcR3LocSrcTplgType19           INTEGER,
    locSrcR3LocSrcTplgVal19            DisplayString,
    locSrcR3LocSrcTplgType20           INTEGER,
    locSrcR3LocSrcTplgVal20            DisplayString,
    locSrcR3LocationSourceSyncStatus   INTEGER,
    locSrcR3LocationSourceNumKeys      Unsigned32,
    locSrcR3AlrmState                  INTEGER,
    locSrcR3StatisticsAlrms            Integer32,
    locSrcR3AlrmEvtsAttnRqLogCorr      Counter64,
    locSrcR3AlrmEvtsAttnRq             Integer32,
    locSrcR3AlrmStateTimestamp         Unsigned32,
    locSrcR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    locSrcR3RowStatus                  RowStatus,
    locSrcR3SiteID                     Unsigned32,
    locSrcR3SiteName                   DisplayString,
    locSrcR3DoExtraActions             INTEGER,
    locSrcR3TopologySigAddrTopologyVals
                                       LongDisplayString
  }

  locSrcR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locSrcR3Entry  1 }

  locSrcR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locSrcR3Entry  2 }

  locSrcR3MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { locSrcR3Entry  3 }

  locSrcR3LocationSourceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Source Index'.
                  This is an index field."
    ::= { locSrcR3Entry  4 }

  locSrcR3LocationSourceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source name'."
    ::= { locSrcR3Entry  5 }

  locSrcR3LocationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(65),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source type'."
    ::= { locSrcR3Entry  6 }

  locSrcR3LocationSourceUniqueFingerprint OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source unique fingerprint'."
    ::= { locSrcR3Entry  7 }

  locSrcR3LocSrcTplgType1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 1'."
    ::= { locSrcR3Entry  8 }

  locSrcR3LocSrcTplgVal1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 1'."
    ::= { locSrcR3Entry  9 }

  locSrcR3LocSrcTplgType2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 2'."
    ::= { locSrcR3Entry  10 }

  locSrcR3LocSrcTplgVal2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 2'."
    ::= { locSrcR3Entry  11 }

  locSrcR3LocSrcTplgType3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 3'."
    ::= { locSrcR3Entry  12 }

  locSrcR3LocSrcTplgVal3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 3'."
    ::= { locSrcR3Entry  13 }

  locSrcR3LocSrcTplgType4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 4'."
    ::= { locSrcR3Entry  14 }

  locSrcR3LocSrcTplgVal4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 4'."
    ::= { locSrcR3Entry  15 }

  locSrcR3LocSrcTplgType5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 5'."
    ::= { locSrcR3Entry  16 }

  locSrcR3LocSrcTplgVal5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 5'."
    ::= { locSrcR3Entry  17 }

  locSrcR3LocSrcTplgType6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 6'."
    ::= { locSrcR3Entry  18 }

  locSrcR3LocSrcTplgVal6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 6'."
    ::= { locSrcR3Entry  19 }

  locSrcR3LocSrcTplgType7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 7'."
    ::= { locSrcR3Entry  20 }

  locSrcR3LocSrcTplgVal7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 7'."
    ::= { locSrcR3Entry  21 }

  locSrcR3LocSrcTplgType8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 8'."
    ::= { locSrcR3Entry  22 }

  locSrcR3LocSrcTplgVal8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 8'."
    ::= { locSrcR3Entry  23 }

  locSrcR3LocSrcTplgType9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 9'."
    ::= { locSrcR3Entry  24 }

  locSrcR3LocSrcTplgVal9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 9'."
    ::= { locSrcR3Entry  25 }

  locSrcR3LocSrcTplgType10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 10'."
    ::= { locSrcR3Entry  26 }

  locSrcR3LocSrcTplgVal10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 10'."
    ::= { locSrcR3Entry  27 }

  locSrcR3LocSrcTplgType11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 11'."
    ::= { locSrcR3Entry  28 }

  locSrcR3LocSrcTplgVal11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 11'."
    ::= { locSrcR3Entry  29 }

  locSrcR3LocSrcTplgType12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 12'."
    ::= { locSrcR3Entry  30 }

  locSrcR3LocSrcTplgVal12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 12'."
    ::= { locSrcR3Entry  31 }

  locSrcR3LocSrcTplgType13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 13'."
    ::= { locSrcR3Entry  32 }

  locSrcR3LocSrcTplgVal13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 13'."
    ::= { locSrcR3Entry  33 }

  locSrcR3LocSrcTplgType14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 14'."
    ::= { locSrcR3Entry  34 }

  locSrcR3LocSrcTplgVal14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 14'."
    ::= { locSrcR3Entry  35 }

  locSrcR3LocSrcTplgType15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 15'."
    ::= { locSrcR3Entry  36 }

  locSrcR3LocSrcTplgVal15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 15'."
    ::= { locSrcR3Entry  37 }

  locSrcR3LocSrcTplgType16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 16'."
    ::= { locSrcR3Entry  38 }

  locSrcR3LocSrcTplgVal16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 16'."
    ::= { locSrcR3Entry  39 }

  locSrcR3LocSrcTplgType17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 17'."
    ::= { locSrcR3Entry  40 }

  locSrcR3LocSrcTplgVal17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 17'."
    ::= { locSrcR3Entry  41 }

  locSrcR3LocSrcTplgType18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 18'."
    ::= { locSrcR3Entry  42 }

  locSrcR3LocSrcTplgVal18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 18'."
    ::= { locSrcR3Entry  43 }

  locSrcR3LocSrcTplgType19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 19'."
    ::= { locSrcR3Entry  44 }

  locSrcR3LocSrcTplgVal19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 19'."
    ::= { locSrcR3Entry  45 }

  locSrcR3LocSrcTplgType20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeout(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 20'."
    ::= { locSrcR3Entry  46 }

  locSrcR3LocSrcTplgVal20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 20'."
    ::= { locSrcR3Entry  47 }

  locSrcR3LocationSourceSyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   lostContactWithSource(1),
                   loadingFromDisk(2),
                   synchronizingWithSource(3),
                   inSync(4),
                   deletingSource(5),
                   lostContactWithSourceWaitingForTimeout(6),
                   lostContactWithSourceRehomingOnDemand(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source synchronization status'."
    ::= { locSrcR3Entry  48 }

  locSrcR3LocationSourceNumKeys OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of keys'."
    ::= { locSrcR3Entry  49 }

  locSrcR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { locSrcR3Entry  50 }

  locSrcR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { locSrcR3Entry  51 }

  locSrcR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { locSrcR3Entry  52 }

  locSrcR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { locSrcR3Entry  53 }

  locSrcR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { locSrcR3Entry  54 }

  locSrcR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { locSrcR3Entry  55 }

  locSrcR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { locSrcR3Entry  56 }

  locSrcR3SiteID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { locSrcR3Entry  57 }

  locSrcR3SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { locSrcR3Entry  58 }

  locSrcR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resync(1),
                   startRehomingOnDemand(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { locSrcR3Entry  59 }

  locSrcR3TopologySigAddrTopologyVals OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..12800))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Topology - signaling address topology values'."
    ::= { locSrcR3Entry  60 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Link to Service Assurance Server'                           */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  servAssServR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ServAssServR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2376 }

  servAssServR1Entry OBJECT-TYPE
    SYNTAX       ServAssServR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { servAssServR1NEConn,
             servAssServR1NetwkElement }
    ::= {  servAssServR1Table  1  }

  ServAssServR1Entry  ::=  SEQUENCE
  {
    servAssServR1NEConn                Unsigned32,
    servAssServR1NetwkElement          DisplayString,
    servAssServR1ServerIPAddr          DisplayString,
    servAssServR1AlrmState             INTEGER,
    servAssServR1AlrmEvtsAttnRq        Integer32,
    servAssServR1AlrmStateTimestamp    Unsigned32,
    servAssServR1AlrmEvtsAttnRqLogCorr Counter64,
    servAssServR1AlrmResetTimestamp    Unsigned32,
    servAssServR1RowStatus             RowStatus,
    servAssServR1OperStatus            OperStatus,
    servAssServR1IPAddrSingleSignOn    LongDisplayString,
    servAssServR1ServerIPAddrProcB     DisplayString
  }

  servAssServR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { servAssServR1Entry  1 }

  servAssServR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { servAssServR1Entry  2 }

  servAssServR1ServerIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server IP address'."
    ::= { servAssServR1Entry  3 }

  servAssServR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { servAssServR1Entry  4 }

  servAssServR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { servAssServR1Entry  5 }

  servAssServR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { servAssServR1Entry  6 }

  servAssServR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { servAssServR1Entry  7 }

  servAssServR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { servAssServR1Entry  8 }

  servAssServR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { servAssServR1Entry  10 }

  servAssServR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { servAssServR1Entry  11 }

  servAssServR1IPAddrSingleSignOn OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Server IP address for Service Provider Login'."
    ::= { servAssServR1Entry  12 }

  servAssServR1ServerIPAddrProcB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server IP address for processor B'."
    ::= { servAssServR1Entry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Interface'                                         */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  rPASEthIntR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPASEthIntR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'RPAS Service'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2377 }

  rPASEthIntR2Entry OBJECT-TYPE
    SYNTAX       RPASEthIntR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPASEthIntR2NEConn,
             rPASEthIntR2NetwkElement,
             rPASEthIntR2RPASIx,
             rPASEthIntR2InterfaceType,
             rPASEthIntR2IPAddr,
             rPASEthIntR2PortNum }
    ::= {  rPASEthIntR2Table  1  }

  RPASEthIntR2Entry  ::=  SEQUENCE
  {
    rPASEthIntR2NEConn                 Unsigned32,
    rPASEthIntR2NetwkElement           DisplayString,
    rPASEthIntR2RPASIx                 Unsigned32,
    rPASEthIntR2InterfaceType          INTEGER,
    rPASEthIntR2IPAddr                 DisplayString,
    rPASEthIntR2PortNum                Unsigned32,
    rPASEthIntR2AlrmState              INTEGER,
    rPASEthIntR2StatisticsAlrms        Integer32,
    rPASEthIntR2AlrmEvtsAttnRqLogCorr  Counter64,
    rPASEthIntR2AlrmEvtsAttnRq         Integer32,
    rPASEthIntR2AlrmStateTimestamp     Unsigned32,
    rPASEthIntR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  rPASEthIntR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPASEthIntR2Entry  1 }

  rPASEthIntR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPASEthIntR2Entry  2 }

  rPASEthIntR2RPASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPAS Index'.
                  This is an index field."
    ::= { rPASEthIntR2Entry  3 }

  rPASEthIntR2InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internalSIPSignaling(0),
                   accessSIPSignalingUsernameDomain(1),
                   accessSIPSignalingE164(2),
                   networkSIPSignaling(3),
                   applicationServerSIPSignaling(4),
                   coreSIPSignaling(5),
                   accessSIPSignaling(6),
                   eASSIPSignaling(7)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { rPASEthIntR2Entry  4 }

  rPASEthIntR2IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { rPASEthIntR2Entry  5 }

  rPASEthIntR2PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { rPASEthIntR2Entry  6 }

  rPASEthIntR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPASEthIntR2Entry  7 }

  rPASEthIntR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { rPASEthIntR2Entry  8 }

  rPASEthIntR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPASEthIntR2Entry  9 }

  rPASEthIntR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPASEthIntR2Entry  10 }

  rPASEthIntR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPASEthIntR2Entry  11 }

  rPASEthIntR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPASEthIntR2Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Interface'                                         */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  eSAPEthIntR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ESAPEthIntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ESAP Service'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2378 }

  eSAPEthIntR1Entry OBJECT-TYPE
    SYNTAX       ESAPEthIntR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eSAPEthIntR1NEConn,
             eSAPEthIntR1NetwkElement,
             eSAPEthIntR1ESAPIx,
             eSAPEthIntR1InterfaceType,
             eSAPEthIntR1IPAddr,
             eSAPEthIntR1PortNum }
    ::= {  eSAPEthIntR1Table  1  }

  ESAPEthIntR1Entry  ::=  SEQUENCE
  {
    eSAPEthIntR1NEConn                 Unsigned32,
    eSAPEthIntR1NetwkElement           DisplayString,
    eSAPEthIntR1ESAPIx                 Unsigned32,
    eSAPEthIntR1InterfaceType          INTEGER,
    eSAPEthIntR1IPAddr                 DisplayString,
    eSAPEthIntR1PortNum                Unsigned32,
    eSAPEthIntR1AlrmState              INTEGER,
    eSAPEthIntR1StatisticsAlrms        Integer32,
    eSAPEthIntR1AlrmEvtsAttnRqLogCorr  Counter64,
    eSAPEthIntR1AlrmEvtsAttnRq         Integer32,
    eSAPEthIntR1AlrmStateTimestamp     Unsigned32,
    eSAPEthIntR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  eSAPEthIntR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eSAPEthIntR1Entry  1 }

  eSAPEthIntR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eSAPEthIntR1Entry  2 }

  eSAPEthIntR1ESAPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESAP Index'.
                  This is an index field."
    ::= { eSAPEthIntR1Entry  3 }

  eSAPEthIntR1InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internalSIPSignaling(0),
                   accessSIPSignalingUsernameDomain(1),
                   accessSIPSignalingE164(2),
                   networkSIPSignaling(3),
                   applicationServerSIPSignaling(4),
                   coreSIPSignaling(5),
                   accessSIPSignaling(6),
                   eASSIPSignaling(7)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { eSAPEthIntR1Entry  4 }

  eSAPEthIntR1IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { eSAPEthIntR1Entry  5 }

  eSAPEthIntR1PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { eSAPEthIntR1Entry  6 }

  eSAPEthIntR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { eSAPEthIntR1Entry  7 }

  eSAPEthIntR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { eSAPEthIntR1Entry  8 }

  eSAPEthIntR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { eSAPEthIntR1Entry  9 }

  eSAPEthIntR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { eSAPEthIntR1Entry  10 }

  eSAPEthIntR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { eSAPEthIntR1Entry  11 }

  eSAPEthIntR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { eSAPEthIntR1Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  besIPSubR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BesIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2379 }

  besIPSubR6Entry OBJECT-TYPE
    SYNTAX       BesIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { besIPSubR6NEConn,
             besIPSubR6NetwkElement,
             besIPSubR6SwitchIx,
             besIPSubR6InterfaceType,
             besIPSubR6EthernetPortIx,
             besIPSubR6SubnetworkIx }
    ::= {  besIPSubR6Table  1  }

  BesIPSubR6Entry  ::=  SEQUENCE
  {
    besIPSubR6NEConn                   Unsigned32,
    besIPSubR6NetwkElement             DisplayString,
    besIPSubR6SwitchIx                 Unsigned32,
    besIPSubR6InterfaceType            INTEGER,
    besIPSubR6EthernetPortIx           INTEGER,
    besIPSubR6SubnetworkIx             Unsigned32,
    besIPSubR6SubnetworkAddr           DisplayString,
    besIPSubR6DefRouterAddr            DisplayString,
    besIPSubR6VLAN                     LongDisplayString,
    besIPSubR6I1PortGpNEConn           Unsigned32,
    besIPSubR6I2PortGpNetwkElement     DisplayString,
    besIPSubR6I3PortGpSwitchIx         Unsigned32,
    besIPSubR6I4PortGpInterfaceType    INTEGER,
    besIPSubR6I5PortGpEthernetPortIx   INTEGER,
    besIPSubR6I6PortGpPortGpID         Unsigned32,
    besIPSubR6TrafficTypes             BITS,
    besIPSubR6AlrmState                INTEGER,
    besIPSubR6AlrmStateTimestamp       Unsigned32,
    besIPSubR6AlrmEvtsAttnRqLogCorr    Counter64,
    besIPSubR6AlrmEvtsAttnRq           Integer32,
    besIPSubR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    besIPSubR6ConTstSrcAddr            DisplayString,
    besIPSubR6ConTstSrcAddrPortA       DisplayString,
    besIPSubR6ConTstSrcAddrPortB       DisplayString,
    besIPSubR6ConTstTrgtAddr           DisplayString,
    besIPSubR6ConTstTrgtStatus         INTEGER,
    besIPSubR6ConnectivityTestEthernetTargetAddr
                                       DisplayString,
    besIPSubR6ConnTstEthTrgtSttsPrtA   INTEGER,
    besIPSubR6ConnTstEthTrgtSttsPrtB   INTEGER,
    besIPSubR6ConnTstPingTrgt1Addr     DisplayString,
    besIPSubR6ConnTstPingTrgt1Status   INTEGER,
    besIPSubR6ConTstTrgt2StatusPort2   INTEGER,
    besIPSubR6ConnTstPingTrgt2Addr     DisplayString,
    besIPSubR6ConnTstPingTrgt2Status   INTEGER,
    besIPSubR6ConTstTrgt3StatusPort2   INTEGER,
    besIPSubR6ConnectivityTestTestingMode
                                       INTEGER,
    besIPSubR6ConTstSrcAddrPingConnectivity
                                       DisplayString,
    besIPSubR6ConnTstPingTrgt3Addr     DisplayString,
    besIPSubR6ConnTstPingTrgt3Status   INTEGER,
    besIPSubR6InUse                    INTEGER
  }

  besIPSubR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { besIPSubR6Entry  1 }

  besIPSubR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { besIPSubR6Entry  2 }

  besIPSubR6SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { besIPSubR6Entry  3 }

  besIPSubR6InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { besIPSubR6Entry  4 }

  besIPSubR6EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { besIPSubR6Entry  5 }

  besIPSubR6SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { besIPSubR6Entry  6 }

  besIPSubR6SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { besIPSubR6Entry  7 }

  besIPSubR6DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { besIPSubR6Entry  8 }

  besIPSubR6VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { besIPSubR6Entry  9 }

  besIPSubR6I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR6Entry  10 }

  besIPSubR6I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR6Entry  11 }

  besIPSubR6I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR6Entry  12 }

  besIPSubR6I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR6Entry  13 }

  besIPSubR6I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR6Entry  14 }

  besIPSubR6I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR6Entry  15 }

  besIPSubR6TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { besIPSubR6Entry  16 }

  besIPSubR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { besIPSubR6Entry  17 }

  besIPSubR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { besIPSubR6Entry  18 }

  besIPSubR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { besIPSubR6Entry  19 }

  besIPSubR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { besIPSubR6Entry  20 }

  besIPSubR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { besIPSubR6Entry  21 }

  besIPSubR6ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { besIPSubR6Entry  22 }

  besIPSubR6ConTstSrcAddrPortA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port A)'."
    ::= { besIPSubR6Entry  23 }

  besIPSubR6ConTstSrcAddrPortB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port B)'."
    ::= { besIPSubR6Entry  24 }

  besIPSubR6ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { besIPSubR6Entry  25 }

  besIPSubR6ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { besIPSubR6Entry  26 }

  besIPSubR6ConnectivityTestEthernetTargetAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target address'."
    ::= { besIPSubR6Entry  27 }

  besIPSubR6ConnTstEthTrgtSttsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port A)'."
    ::= { besIPSubR6Entry  28 }

  besIPSubR6ConnTstEthTrgtSttsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port B)'."
    ::= { besIPSubR6Entry  29 }

  besIPSubR6ConnTstPingTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 address'."
    ::= { besIPSubR6Entry  30 }

  besIPSubR6ConnTstPingTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 status'."
    ::= { besIPSubR6Entry  31 }

  besIPSubR6ConTstTrgt2StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Port 2)'."
    ::= { besIPSubR6Entry  32 }

  besIPSubR6ConnTstPingTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 address'."
    ::= { besIPSubR6Entry  33 }

  besIPSubR6ConnTstPingTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 status'."
    ::= { besIPSubR6Entry  34 }

  besIPSubR6ConTstTrgt3StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Port 2)'."
    ::= { besIPSubR6Entry  35 }

  besIPSubR6ConnectivityTestTestingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   ethernet(1),
                   ethernetPing(2),
                   ping(3),
                   notSupported(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - testing mode'."
    ::= { besIPSubR6Entry  36 }

  besIPSubR6ConTstSrcAddrPingConnectivity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for ping connectivity)'."
    ::= { besIPSubR6Entry  37 }

  besIPSubR6ConnTstPingTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 address'."
    ::= { besIPSubR6Entry  38 }

  besIPSubR6ConnTstPingTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 status'."
    ::= { besIPSubR6Entry  39 }

  besIPSubR6InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { besIPSubR6Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Address'                                                 */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  iSISIPAddrR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISIPAddrR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Processor Ethernet'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2380 }

  iSISIPAddrR3Entry OBJECT-TYPE
    SYNTAX       ISISIPAddrR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISIPAddrR3NEConn,
             iSISIPAddrR3NetwkElement,
             iSISIPAddrR3SwitchIx,
             iSISIPAddrR3ISISIPAddrIx }
    ::= {  iSISIPAddrR3Table  1  }

  ISISIPAddrR3Entry  ::=  SEQUENCE
  {
    iSISIPAddrR3NEConn                 Unsigned32,
    iSISIPAddrR3NetwkElement           DisplayString,
    iSISIPAddrR3SwitchIx               Unsigned32,
    iSISIPAddrR3ISISIPAddrIx           Unsigned32,
    iSISIPAddrR3IPAddr                 DisplayString,
    iSISIPAddrR3I1EthernetPortInUseNEConn
                                       Unsigned32,
    iSISIPAddrR3I2EthernetPortInUseNetwkElement
                                       DisplayString,
    iSISIPAddrR3I3EthernetPortInUseSwitchIx
                                       Unsigned32,
    iSISIPAddrR3I4EthernetPortInUseInterfaceType
                                       INTEGER,
    iSISIPAddrR3I5EthernetPortInUseEthernetPortIx
                                       INTEGER,
    iSISIPAddrR3TrafficTypes           BITS,
    iSISIPAddrR3AlrmState              INTEGER,
    iSISIPAddrR3AlrmStateTimestamp     Unsigned32,
    iSISIPAddrR3AlrmEvtsAttnRqLogCorr  Counter64,
    iSISIPAddrR3AlrmEvtsAttnRq         Integer32,
    iSISIPAddrR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSISIPAddrR3ConTstTrgt1Addr        DisplayString,
    iSISIPAddrR3ConTstTrgt1Status      INTEGER,
    iSISIPAddrR3ConTstTrgt2Addr        DisplayString,
    iSISIPAddrR3ConTstTrgt2Status      INTEGER,
    iSISIPAddrR3ConTstTrgt3Addr        DisplayString,
    iSISIPAddrR3ConTstTrgt3Status      INTEGER
  }

  iSISIPAddrR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISIPAddrR3Entry  1 }

  iSISIPAddrR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISIPAddrR3Entry  2 }

  iSISIPAddrR3SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISIPAddrR3Entry  3 }

  iSISIPAddrR3ISISIPAddrIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP Address Index'.
                  This is an index field."
    ::= { iSISIPAddrR3Entry  4 }

  iSISIPAddrR3IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'."
    ::= { iSISIPAddrR3Entry  5 }

  iSISIPAddrR3I1EthernetPortInUseNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR3Entry  6 }

  iSISIPAddrR3I2EthernetPortInUseNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR3Entry  7 }

  iSISIPAddrR3I3EthernetPortInUseSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Switch index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR3Entry  8 }

  iSISIPAddrR3I4EthernetPortInUseInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR3Entry  9 }

  iSISIPAddrR3I5EthernetPortInUseEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR3Entry  10 }

  iSISIPAddrR3TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { iSISIPAddrR3Entry  11 }

  iSISIPAddrR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISIPAddrR3Entry  12 }

  iSISIPAddrR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISIPAddrR3Entry  13 }

  iSISIPAddrR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISIPAddrR3Entry  14 }

  iSISIPAddrR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISIPAddrR3Entry  15 }

  iSISIPAddrR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISIPAddrR3Entry  16 }

  iSISIPAddrR3ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { iSISIPAddrR3Entry  17 }

  iSISIPAddrR3ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { iSISIPAddrR3Entry  18 }

  iSISIPAddrR3ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { iSISIPAddrR3Entry  19 }

  iSISIPAddrR3ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { iSISIPAddrR3Entry  20 }

  iSISIPAddrR3ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { iSISIPAddrR3Entry  21 }

  iSISIPAddrR3ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { iSISIPAddrR3Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IS-IS Subnetwork'                                           */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  iSISSubR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISSubR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2381 }

  iSISSubR3Entry OBJECT-TYPE
    SYNTAX       ISISSubR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISSubR3NEConn,
             iSISSubR3NetwkElement,
             iSISSubR3SwitchIx,
             iSISSubR3ISISSubnetworkIx }
    ::= {  iSISSubR3Table  1  }

  ISISSubR3Entry  ::=  SEQUENCE
  {
    iSISSubR3NEConn                    Unsigned32,
    iSISSubR3NetwkElement              DisplayString,
    iSISSubR3SwitchIx                  Unsigned32,
    iSISSubR3ISISSubnetworkIx          Unsigned32,
    iSISSubR3SubnetworkAddr            DisplayString,
    iSISSubR3AdjacencyStatus           INTEGER,
    iSISSubR3I1ISISUplinkNEConn        Unsigned32,
    iSISSubR3I2ISISUplinkNetwkElement  DisplayString,
    iSISSubR3I3ISISUplinkSwitchIx      Unsigned32,
    iSISSubR3I4ISISUplinkInterfaceType INTEGER,
    iSISSubR3I5ISISUplinkEthernetPortIx
                                       INTEGER,
    iSISSubR3TrafficTypes              BITS,
    iSISSubR3AlrmState                 INTEGER,
    iSISSubR3AlrmStateTimestamp        Unsigned32,
    iSISSubR3AlrmEvtsAttnRqLogCorr     Counter64,
    iSISSubR3AlrmEvtsAttnRq            Integer32,
    iSISSubR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  iSISSubR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISSubR3Entry  1 }

  iSISSubR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISSubR3Entry  2 }

  iSISSubR3SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISSubR3Entry  3 }

  iSISSubR3ISISSubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IS-IS Subnetwork Index'.
                  This is an index field."
    ::= { iSISSubR3Entry  4 }

  iSISSubR3SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { iSISSubR3Entry  5 }

  iSISSubR3AdjacencyStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   down(1),
                   up(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjacency status'."
    ::= { iSISSubR3Entry  6 }

  iSISSubR3I1ISISUplinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR3Entry  7 }

  iSISSubR3I2ISISUplinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Network Element'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR3Entry  8 }

  iSISSubR3I3ISISUplinkSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Switch index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR3Entry  9 }

  iSISSubR3I4ISISUplinkInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Interface Type'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR3Entry  10 }

  iSISSubR3I5ISISUplinkEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR3Entry  11 }

  iSISSubR3TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { iSISSubR3Entry  12 }

  iSISSubR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISSubR3Entry  13 }

  iSISSubR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISSubR3Entry  14 }

  iSISSubR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISSubR3Entry  15 }

  iSISSubR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISSubR3Entry  16 }

  iSISSubR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISSubR3Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  cFSMVDIPSubR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSMVDIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2382 }

  cFSMVDIPSubR6Entry OBJECT-TYPE
    SYNTAX       CFSMVDIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSMVDIPSubR6NEConn,
             cFSMVDIPSubR6NetwkElement,
             cFSMVDIPSubR6CtrlerIx,
             cFSMVDIPSubR6InterfaceType,
             cFSMVDIPSubR6EthernetPortIx,
             cFSMVDIPSubR6SubnetworkIx }
    ::= {  cFSMVDIPSubR6Table  1  }

  CFSMVDIPSubR6Entry  ::=  SEQUENCE
  {
    cFSMVDIPSubR6NEConn                Unsigned32,
    cFSMVDIPSubR6NetwkElement          DisplayString,
    cFSMVDIPSubR6CtrlerIx              Unsigned32,
    cFSMVDIPSubR6InterfaceType         INTEGER,
    cFSMVDIPSubR6EthernetPortIx        INTEGER,
    cFSMVDIPSubR6SubnetworkIx          Unsigned32,
    cFSMVDIPSubR6SubnetworkAddr        DisplayString,
    cFSMVDIPSubR6DefRouterAddr         DisplayString,
    cFSMVDIPSubR6VLAN                  LongDisplayString,
    cFSMVDIPSubR6TrafficTypes          BITS,
    cFSMVDIPSubR6AlrmState             INTEGER,
    cFSMVDIPSubR6AlrmStateTimestamp    Unsigned32,
    cFSMVDIPSubR6AlrmEvtsAttnRqLogCorr Counter64,
    cFSMVDIPSubR6AlrmEvtsAttnRq        Integer32,
    cFSMVDIPSubR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cFSMVDIPSubR6ConTstSrcAddr         DisplayString,
    cFSMVDIPSubR6ConTstTrgt1Addr       DisplayString,
    cFSMVDIPSubR6ConTstTrgt1Status     INTEGER,
    cFSMVDIPSubR6ConTstTrgt2Addr       DisplayString,
    cFSMVDIPSubR6ConTstTrgt2Status     INTEGER,
    cFSMVDIPSubR6ConTstTrgt3Addr       DisplayString,
    cFSMVDIPSubR6ConTstTrgt3Status     INTEGER
  }

  cFSMVDIPSubR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSMVDIPSubR6Entry  1 }

  cFSMVDIPSubR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSMVDIPSubR6Entry  2 }

  cFSMVDIPSubR6CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { cFSMVDIPSubR6Entry  3 }

  cFSMVDIPSubR6InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { cFSMVDIPSubR6Entry  4 }

  cFSMVDIPSubR6EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { cFSMVDIPSubR6Entry  5 }

  cFSMVDIPSubR6SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { cFSMVDIPSubR6Entry  6 }

  cFSMVDIPSubR6SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { cFSMVDIPSubR6Entry  7 }

  cFSMVDIPSubR6DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { cFSMVDIPSubR6Entry  8 }

  cFSMVDIPSubR6VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { cFSMVDIPSubR6Entry  9 }

  cFSMVDIPSubR6TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { cFSMVDIPSubR6Entry  10 }

  cFSMVDIPSubR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSMVDIPSubR6Entry  11 }

  cFSMVDIPSubR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSMVDIPSubR6Entry  12 }

  cFSMVDIPSubR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cFSMVDIPSubR6Entry  13 }

  cFSMVDIPSubR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSMVDIPSubR6Entry  14 }

  cFSMVDIPSubR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cFSMVDIPSubR6Entry  15 }

  cFSMVDIPSubR6ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { cFSMVDIPSubR6Entry  16 }

  cFSMVDIPSubR6ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { cFSMVDIPSubR6Entry  17 }

  cFSMVDIPSubR6ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { cFSMVDIPSubR6Entry  18 }

  cFSMVDIPSubR6ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { cFSMVDIPSubR6Entry  19 }

  cFSMVDIPSubR6ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { cFSMVDIPSubR6Entry  20 }

  cFSMVDIPSubR6ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { cFSMVDIPSubR6Entry  21 }

  cFSMVDIPSubR6ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { cFSMVDIPSubR6Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  sysCH2510IPSubR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysCH2510IPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP2510 / MG2510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2383 }

  sysCH2510IPSubR6Entry OBJECT-TYPE
    SYNTAX       SysCH2510IPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysCH2510IPSubR6NEConn,
             sysCH2510IPSubR6NetwkElement,
             sysCH2510IPSubR6CtrlerIx,
             sysCH2510IPSubR6InterfaceType,
             sysCH2510IPSubR6EthernetPortIx,
             sysCH2510IPSubR6SubnetworkIx }
    ::= {  sysCH2510IPSubR6Table  1  }

  SysCH2510IPSubR6Entry  ::=  SEQUENCE
  {
    sysCH2510IPSubR6NEConn             Unsigned32,
    sysCH2510IPSubR6NetwkElement       DisplayString,
    sysCH2510IPSubR6CtrlerIx           Unsigned32,
    sysCH2510IPSubR6InterfaceType      INTEGER,
    sysCH2510IPSubR6EthernetPortIx     INTEGER,
    sysCH2510IPSubR6SubnetworkIx       Unsigned32,
    sysCH2510IPSubR6SubnetworkAddr     DisplayString,
    sysCH2510IPSubR6DefRouterAddr      DisplayString,
    sysCH2510IPSubR6VLAN               LongDisplayString,
    sysCH2510IPSubR6TrafficTypes       BITS,
    sysCH2510IPSubR6AlrmState          INTEGER,
    sysCH2510IPSubR6AlrmStateTimestamp Unsigned32,
    sysCH2510IPSubR6AlrmEvtsAttnRqLogCorr
                                       Counter64,
    sysCH2510IPSubR6AlrmEvtsAttnRq     Integer32,
    sysCH2510IPSubR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysCH2510IPSubR6ConTstSrcAddrA     DisplayString,
    sysCH2510IPSubR6ConTstSrcAddrB     DisplayString,
    sysCH2510IPSubR6ConTstTrgt1Addr    DisplayString,
    sysCH2510IPSubR6ConTstTrgt1SCA     INTEGER,
    sysCH2510IPSubR6ConTstTrgt1SCB     INTEGER,
    sysCH2510IPSubR6ConTstTrgt2Addr    DisplayString,
    sysCH2510IPSubR6ConTstTrgt2SCA     INTEGER,
    sysCH2510IPSubR6ConTstTrgt2SCB     INTEGER,
    sysCH2510IPSubR6ConTstTrgt3Addr    DisplayString,
    sysCH2510IPSubR6ConTstTrgt3SCA     INTEGER,
    sysCH2510IPSubR6ConTstTrgt3SCB     INTEGER
  }

  sysCH2510IPSubR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysCH2510IPSubR6Entry  1 }

  sysCH2510IPSubR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysCH2510IPSubR6Entry  2 }

  sysCH2510IPSubR6CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysCH2510IPSubR6Entry  3 }

  sysCH2510IPSubR6InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysCH2510IPSubR6Entry  4 }

  sysCH2510IPSubR6EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysCH2510IPSubR6Entry  5 }

  sysCH2510IPSubR6SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysCH2510IPSubR6Entry  6 }

  sysCH2510IPSubR6SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysCH2510IPSubR6Entry  7 }

  sysCH2510IPSubR6DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysCH2510IPSubR6Entry  8 }

  sysCH2510IPSubR6VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysCH2510IPSubR6Entry  9 }

  sysCH2510IPSubR6TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysCH2510IPSubR6Entry  10 }

  sysCH2510IPSubR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysCH2510IPSubR6Entry  11 }

  sysCH2510IPSubR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysCH2510IPSubR6Entry  12 }

  sysCH2510IPSubR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysCH2510IPSubR6Entry  13 }

  sysCH2510IPSubR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysCH2510IPSubR6Entry  14 }

  sysCH2510IPSubR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysCH2510IPSubR6Entry  15 }

  sysCH2510IPSubR6ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysCH2510IPSubR6Entry  16 }

  sysCH2510IPSubR6ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysCH2510IPSubR6Entry  17 }

  sysCH2510IPSubR6ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysCH2510IPSubR6Entry  18 }

  sysCH2510IPSubR6ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysCH2510IPSubR6Entry  19 }

  sysCH2510IPSubR6ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysCH2510IPSubR6Entry  20 }

  sysCH2510IPSubR6ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysCH2510IPSubR6Entry  21 }

  sysCH2510IPSubR6ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysCH2510IPSubR6Entry  22 }

  sysCH2510IPSubR6ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysCH2510IPSubR6Entry  23 }

  sysCH2510IPSubR6ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysCH2510IPSubR6Entry  24 }

  sysCH2510IPSubR6ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysCH2510IPSubR6Entry  25 }

  sysCH2510IPSubR6ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysCH2510IPSubR6Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  sysPTIIPSubR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysPTIIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3510 / MG3510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2384 }

  sysPTIIPSubR6Entry OBJECT-TYPE
    SYNTAX       SysPTIIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysPTIIPSubR6NEConn,
             sysPTIIPSubR6NetwkElement,
             sysPTIIPSubR6CtrlerIx,
             sysPTIIPSubR6InterfaceType,
             sysPTIIPSubR6EthernetPortIx,
             sysPTIIPSubR6SubnetworkIx }
    ::= {  sysPTIIPSubR6Table  1  }

  SysPTIIPSubR6Entry  ::=  SEQUENCE
  {
    sysPTIIPSubR6NEConn                Unsigned32,
    sysPTIIPSubR6NetwkElement          DisplayString,
    sysPTIIPSubR6CtrlerIx              Unsigned32,
    sysPTIIPSubR6InterfaceType         INTEGER,
    sysPTIIPSubR6EthernetPortIx        INTEGER,
    sysPTIIPSubR6SubnetworkIx          Unsigned32,
    sysPTIIPSubR6SubnetworkAddr        DisplayString,
    sysPTIIPSubR6DefRouterAddr         DisplayString,
    sysPTIIPSubR6VLAN                  LongDisplayString,
    sysPTIIPSubR6TrafficTypes          BITS,
    sysPTIIPSubR6AlrmState             INTEGER,
    sysPTIIPSubR6AlrmStateTimestamp    Unsigned32,
    sysPTIIPSubR6AlrmEvtsAttnRqLogCorr Counter64,
    sysPTIIPSubR6AlrmEvtsAttnRq        Integer32,
    sysPTIIPSubR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysPTIIPSubR6ConTstSrcAddrA        DisplayString,
    sysPTIIPSubR6ConTstSrcAddrB        DisplayString,
    sysPTIIPSubR6ConTstTrgt1Addr       DisplayString,
    sysPTIIPSubR6ConTstTrgt1SCA        INTEGER,
    sysPTIIPSubR6ConTstTrgt1SCB        INTEGER,
    sysPTIIPSubR6ConTstTrgt2Addr       DisplayString,
    sysPTIIPSubR6ConTstTrgt2SCA        INTEGER,
    sysPTIIPSubR6ConTstTrgt2SCB        INTEGER,
    sysPTIIPSubR6ConTstTrgt3Addr       DisplayString,
    sysPTIIPSubR6ConTstTrgt3SCA        INTEGER,
    sysPTIIPSubR6ConTstTrgt3SCB        INTEGER
  }

  sysPTIIPSubR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysPTIIPSubR6Entry  1 }

  sysPTIIPSubR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysPTIIPSubR6Entry  2 }

  sysPTIIPSubR6CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysPTIIPSubR6Entry  3 }

  sysPTIIPSubR6InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysPTIIPSubR6Entry  4 }

  sysPTIIPSubR6EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysPTIIPSubR6Entry  5 }

  sysPTIIPSubR6SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysPTIIPSubR6Entry  6 }

  sysPTIIPSubR6SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysPTIIPSubR6Entry  7 }

  sysPTIIPSubR6DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysPTIIPSubR6Entry  8 }

  sysPTIIPSubR6VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysPTIIPSubR6Entry  9 }

  sysPTIIPSubR6TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysPTIIPSubR6Entry  10 }

  sysPTIIPSubR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysPTIIPSubR6Entry  11 }

  sysPTIIPSubR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysPTIIPSubR6Entry  12 }

  sysPTIIPSubR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysPTIIPSubR6Entry  13 }

  sysPTIIPSubR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysPTIIPSubR6Entry  14 }

  sysPTIIPSubR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysPTIIPSubR6Entry  15 }

  sysPTIIPSubR6ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysPTIIPSubR6Entry  16 }

  sysPTIIPSubR6ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysPTIIPSubR6Entry  17 }

  sysPTIIPSubR6ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysPTIIPSubR6Entry  18 }

  sysPTIIPSubR6ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysPTIIPSubR6Entry  19 }

  sysPTIIPSubR6ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysPTIIPSubR6Entry  20 }

  sysPTIIPSubR6ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysPTIIPSubR6Entry  21 }

  sysPTIIPSubR6ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysPTIIPSubR6Entry  22 }

  sysPTIIPSubR6ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysPTIIPSubR6Entry  23 }

  sysPTIIPSubR6ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysPTIIPSubR6Entry  24 }

  sysPTIIPSubR6ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysPTIIPSubR6Entry  25 }

  sysPTIIPSubR6ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysPTIIPSubR6Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  sysIPSubR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3500 / MG3500'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2385 }

  sysIPSubR6Entry OBJECT-TYPE
    SYNTAX       SysIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysIPSubR6NEConn,
             sysIPSubR6NetwkElement,
             sysIPSubR6CtrlerIx,
             sysIPSubR6InterfaceType,
             sysIPSubR6EthernetPortIx,
             sysIPSubR6SubnetworkIx }
    ::= {  sysIPSubR6Table  1  }

  SysIPSubR6Entry  ::=  SEQUENCE
  {
    sysIPSubR6NEConn                   Unsigned32,
    sysIPSubR6NetwkElement             DisplayString,
    sysIPSubR6CtrlerIx                 Unsigned32,
    sysIPSubR6InterfaceType            INTEGER,
    sysIPSubR6EthernetPortIx           INTEGER,
    sysIPSubR6SubnetworkIx             Unsigned32,
    sysIPSubR6SubnetworkAddr           DisplayString,
    sysIPSubR6DefRouterAddr            DisplayString,
    sysIPSubR6VLAN                     LongDisplayString,
    sysIPSubR6TrafficTypes             BITS,
    sysIPSubR6AlrmState                INTEGER,
    sysIPSubR6AlrmStateTimestamp       Unsigned32,
    sysIPSubR6AlrmEvtsAttnRqLogCorr    Counter64,
    sysIPSubR6AlrmEvtsAttnRq           Integer32,
    sysIPSubR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysIPSubR6ConTstSrcAddrA           DisplayString,
    sysIPSubR6ConTstSrcAddrB           DisplayString,
    sysIPSubR6ConTstTrgt1Addr          DisplayString,
    sysIPSubR6ConTstTrgt1SCA           INTEGER,
    sysIPSubR6ConTstTrgt1SCB           INTEGER,
    sysIPSubR6ConTstTrgt2Addr          DisplayString,
    sysIPSubR6ConTstTrgt2SCA           INTEGER,
    sysIPSubR6ConTstTrgt2SCB           INTEGER,
    sysIPSubR6ConTstTrgt3Addr          DisplayString,
    sysIPSubR6ConTstTrgt3SCA           INTEGER,
    sysIPSubR6ConTstTrgt3SCB           INTEGER
  }

  sysIPSubR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysIPSubR6Entry  1 }

  sysIPSubR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysIPSubR6Entry  2 }

  sysIPSubR6CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysIPSubR6Entry  3 }

  sysIPSubR6InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysIPSubR6Entry  4 }

  sysIPSubR6EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysIPSubR6Entry  5 }

  sysIPSubR6SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysIPSubR6Entry  6 }

  sysIPSubR6SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysIPSubR6Entry  7 }

  sysIPSubR6DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysIPSubR6Entry  8 }

  sysIPSubR6VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysIPSubR6Entry  9 }

  sysIPSubR6TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysIPSubR6Entry  10 }

  sysIPSubR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysIPSubR6Entry  11 }

  sysIPSubR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysIPSubR6Entry  12 }

  sysIPSubR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysIPSubR6Entry  13 }

  sysIPSubR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysIPSubR6Entry  14 }

  sysIPSubR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysIPSubR6Entry  15 }

  sysIPSubR6ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysIPSubR6Entry  16 }

  sysIPSubR6ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysIPSubR6Entry  17 }

  sysIPSubR6ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysIPSubR6Entry  18 }

  sysIPSubR6ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysIPSubR6Entry  19 }

  sysIPSubR6ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysIPSubR6Entry  20 }

  sysIPSubR6ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysIPSubR6Entry  21 }

  sysIPSubR6ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysIPSubR6Entry  22 }

  sysIPSubR6ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysIPSubR6Entry  23 }

  sysIPSubR6ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysIPSubR6Entry  24 }

  sysIPSubR6ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysIPSubR6Entry  25 }

  sysIPSubR6ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysIPSubR6Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.2                                                               */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  cesIPSubR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CesIPSubR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2386 }

  cesIPSubR4Entry OBJECT-TYPE
    SYNTAX       CesIPSubR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cesIPSubR4NEConn,
             cesIPSubR4NetwkElement,
             cesIPSubR4SwitchIx,
             cesIPSubR4InterfaceType,
             cesIPSubR4EthernetPortIx,
             cesIPSubR4SubnetworkIx }
    ::= {  cesIPSubR4Table  1  }

  CesIPSubR4Entry  ::=  SEQUENCE
  {
    cesIPSubR4NEConn                   Unsigned32,
    cesIPSubR4NetwkElement             DisplayString,
    cesIPSubR4SwitchIx                 Unsigned32,
    cesIPSubR4InterfaceType            INTEGER,
    cesIPSubR4EthernetPortIx           INTEGER,
    cesIPSubR4SubnetworkIx             Unsigned32,
    cesIPSubR4SubnetworkAddr           DisplayString,
    cesIPSubR4DefRouterAddr            DisplayString,
    cesIPSubR4VLAN                     LongDisplayString,
    cesIPSubR4I1PortGpNEConn           Unsigned32,
    cesIPSubR4I2PortGpNetwkElement     DisplayString,
    cesIPSubR4I3PortGpSwitchIx         Unsigned32,
    cesIPSubR4I4PortGpInterfaceType    INTEGER,
    cesIPSubR4I5PortGpEthernetPortIx   INTEGER,
    cesIPSubR4I6PortGpPortGpID         Unsigned32,
    cesIPSubR4TrafficTypes             BITS,
    cesIPSubR4AlrmState                INTEGER,
    cesIPSubR4AlrmStateTimestamp       Unsigned32,
    cesIPSubR4AlrmEvtsAttnRqLogCorr    Counter64,
    cesIPSubR4AlrmEvtsAttnRq           Integer32,
    cesIPSubR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cesIPSubR4ConTstSrcAddr            DisplayString,
    cesIPSubR4ConTstTrgtAddr           DisplayString,
    cesIPSubR4ConTstTrgtStatus         INTEGER,
    cesIPSubR4InUse                    INTEGER
  }

  cesIPSubR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cesIPSubR4Entry  1 }

  cesIPSubR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cesIPSubR4Entry  2 }

  cesIPSubR4SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { cesIPSubR4Entry  4 }

  cesIPSubR4InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { cesIPSubR4Entry  5 }

  cesIPSubR4EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { cesIPSubR4Entry  6 }

  cesIPSubR4SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { cesIPSubR4Entry  7 }

  cesIPSubR4SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { cesIPSubR4Entry  8 }

  cesIPSubR4DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { cesIPSubR4Entry  9 }

  cesIPSubR4VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { cesIPSubR4Entry  10 }

  cesIPSubR4I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR4Entry  11 }

  cesIPSubR4I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR4Entry  12 }

  cesIPSubR4I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR4Entry  13 }

  cesIPSubR4I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR4Entry  14 }

  cesIPSubR4I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR4Entry  15 }

  cesIPSubR4I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR4Entry  16 }

  cesIPSubR4TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { cesIPSubR4Entry  17 }

  cesIPSubR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cesIPSubR4Entry  18 }

  cesIPSubR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cesIPSubR4Entry  19 }

  cesIPSubR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cesIPSubR4Entry  20 }

  cesIPSubR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cesIPSubR4Entry  21 }

  cesIPSubR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cesIPSubR4Entry  22 }

  cesIPSubR4ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { cesIPSubR4Entry  23 }

  cesIPSubR4ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { cesIPSubR4Entry  24 }

  cesIPSubR4ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { cesIPSubR4Entry  25 }

  cesIPSubR4InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { cesIPSubR4Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 DS0 Termination'                               */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  dS1OverDS3DS0TermR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OverDS3DS0TermR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'DS1 Over DS3 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2387 }

  dS1OverDS3DS0TermR5Entry OBJECT-TYPE
    SYNTAX       DS1OverDS3DS0TermR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OverDS3DS0TermR5NEConn,
             dS1OverDS3DS0TermR5NetwkElement,
             dS1OverDS3DS0TermR5MediaGatewayIx,
             dS1OverDS3DS0TermR5CtrlerIx,
             dS1OverDS3DS0TermR5SlotNum,
             dS1OverDS3DS0TermR5PhysDS3PortName,
             dS1OverDS3DS0TermR5DS1OverDS3PortName,
             dS1OverDS3DS0TermR5Timeslot }
    ::= {  dS1OverDS3DS0TermR5Table  1  }

  DS1OverDS3DS0TermR5Entry  ::=  SEQUENCE
  {
    dS1OverDS3DS0TermR5NEConn          Unsigned32,
    dS1OverDS3DS0TermR5NetwkElement    DisplayString,
    dS1OverDS3DS0TermR5MediaGatewayIx  Unsigned32,
    dS1OverDS3DS0TermR5CtrlerIx        INTEGER,
    dS1OverDS3DS0TermR5SlotNum         INTEGER,
    dS1OverDS3DS0TermR5PhysDS3PortName INTEGER,
    dS1OverDS3DS0TermR5DS1OverDS3PortName
                                       DisplayString,
    dS1OverDS3DS0TermR5Timeslot        Integer32,
    dS1OverDS3DS0TermR5InUseBy         INTEGER,
    dS1OverDS3DS0TermR5TnGenTestStatus INTEGER,
    dS1OverDS3DS0TermR5TnGenTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR5TnGenTestLvl    INTEGER,
    dS1OverDS3DS0TermR5TnDetTestStatus INTEGER,
    dS1OverDS3DS0TermR5TnDetTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR5TnDetTestLvl    INTEGER,
    dS1OverDS3DS0TermR5TnDetTestFreq   INTEGER,
    dS1OverDS3DS0TermR5AlrmState       INTEGER,
    dS1OverDS3DS0TermR5AlrmStateTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR5AlmEvtAtnRqLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR5AlmEvtAtnRq     Integer32,
    dS1OverDS3DS0TermR5AlmEvtAtnRqResetTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR5DoExtraActions  INTEGER
  }

  dS1OverDS3DS0TermR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  1 }

  dS1OverDS3DS0TermR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  2 }

  dS1OverDS3DS0TermR5MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  3 }

  dS1OverDS3DS0TermR5CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  4 }

  dS1OverDS3DS0TermR5SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  5 }

  dS1OverDS3DS0TermR5PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  6 }

  dS1OverDS3DS0TermR5DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  7 }

  dS1OverDS3DS0TermR5Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR5Entry  8 }

  dS1OverDS3DS0TermR5InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144),
                   nailedUpDS0(524288)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { dS1OverDS3DS0TermR5Entry  9 }

  dS1OverDS3DS0TermR5TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { dS1OverDS3DS0TermR5Entry  10 }

  dS1OverDS3DS0TermR5TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR5Entry  11 }

  dS1OverDS3DS0TermR5TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { dS1OverDS3DS0TermR5Entry  12 }

  dS1OverDS3DS0TermR5TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { dS1OverDS3DS0TermR5Entry  13 }

  dS1OverDS3DS0TermR5TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR5Entry  14 }

  dS1OverDS3DS0TermR5TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { dS1OverDS3DS0TermR5Entry  15 }

  dS1OverDS3DS0TermR5TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { dS1OverDS3DS0TermR5Entry  16 }

  dS1OverDS3DS0TermR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OverDS3DS0TermR5Entry  17 }

  dS1OverDS3DS0TermR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OverDS3DS0TermR5Entry  18 }

  dS1OverDS3DS0TermR5AlmEvtAtnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { dS1OverDS3DS0TermR5Entry  19 }

  dS1OverDS3DS0TermR5AlmEvtAtnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OverDS3DS0TermR5Entry  20 }

  dS1OverDS3DS0TermR5AlmEvtAtnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { dS1OverDS3DS0TermR5Entry  21 }

  dS1OverDS3DS0TermR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OverDS3DS0TermR5Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 Port'                                          */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  dS1OvrDS3PrtR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OvrDS3PrtR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS3 Port'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2388 }

  dS1OvrDS3PrtR12Entry OBJECT-TYPE
    SYNTAX       DS1OvrDS3PrtR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OvrDS3PrtR12NEConn,
             dS1OvrDS3PrtR12NetwkElement,
             dS1OvrDS3PrtR12MediaGatewayIx,
             dS1OvrDS3PrtR12CtrlerIx,
             dS1OvrDS3PrtR12SlotNum,
             dS1OvrDS3PrtR12PhysDS3PortName,
             dS1OvrDS3PrtR12DS1OverDS3PortName }
    ::= {  dS1OvrDS3PrtR12Table  1  }

  DS1OvrDS3PrtR12Entry  ::=  SEQUENCE
  {
    dS1OvrDS3PrtR12NEConn              Unsigned32,
    dS1OvrDS3PrtR12NetwkElement        DisplayString,
    dS1OvrDS3PrtR12MediaGatewayIx      Unsigned32,
    dS1OvrDS3PrtR12CtrlerIx            INTEGER,
    dS1OvrDS3PrtR12SlotNum             INTEGER,
    dS1OvrDS3PrtR12PhysDS3PortName     INTEGER,
    dS1OvrDS3PrtR12DS1OverDS3PortName  DisplayString,
    dS1OvrDS3PrtR12ChanNum             INTEGER,
    dS1OvrDS3PrtR12LineFraming         INTEGER,
    dS1OvrDS3PrtR12LineStatus          BITS,
    dS1OvrDS3PrtR12ClkRef              INTEGER,
    dS1OvrDS3PrtR12DS1Type             INTEGER,
    dS1OvrDS3PrtR12SupportedTerms      BITS,
    dS1OvrDS3PrtR12DeactivnMode        INTEGER,
    dS1OvrDS3PrtR12MaxDS0ChanIx        INTEGER,
    dS1OvrDS3PrtR12AlrmState           INTEGER,
    dS1OvrDS3PrtR12AlrmLogCorr         Counter64,
    dS1OvrDS3PrtR12AlrmEvtsAttnRq      Integer32,
    dS1OvrDS3PrtR12AlrmStateTimestamp  Unsigned32,
    dS1OvrDS3PrtR12AlrmResetTimestamp  Unsigned32,
    dS1OvrDS3PrtR12DiagsLogLvl         INTEGER,
    dS1OvrDS3PrtR12DiagsAPITraceEnabled
                                       INTEGER,
    dS1OvrDS3PrtR12DiagsAPITraceTag    DisplayString,
    dS1OvrDS3PrtR12DoExtraActions      INTEGER,
    dS1OvrDS3PrtR12RowStatus           RowStatus,
    dS1OvrDS3PrtR12AdminStatus         AdminStatus,
    dS1OvrDS3PrtR12OperStatus          OperStatus,
    dS1OvrDS3PrtR12PortName            DisplayString,
    dS1OvrDS3PrtR12I1MFProtProfNEConn  Unsigned32,
    dS1OvrDS3PrtR12I2MFProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR12I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR12I4MFProtProfProfIx  Unsigned32,
    dS1OvrDS3PrtR12BitErrRate          INTEGER,
    dS1OvrDS3PrtR12AddtlInfo           DisplayString,
    dS1OvrDS3PrtR12LoopbackLocalLoopbackStatus
                                       INTEGER,
    dS1OvrDS3PrtR12LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    dS1OvrDS3PrtR12LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    dS1OvrDS3PrtR12BERTRessTestRunning INTEGER,
    dS1OvrDS3PrtR12BERTRessTestPattnSynchronized
                                       INTEGER,
    dS1OvrDS3PrtR12BERTRessTotTestTime Unsigned32,
    dS1OvrDS3PrtR12BERTRessLossSynchronizationSecs
                                       Unsigned32,
    dS1OvrDS3PrtR12BERTRessLossSignalLOSSecs
                                       Unsigned32,
    dS1OvrDS3PrtR12BERTRessBitErrRate  DisplayString,
    dS1OvrDS3PrtR12BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    dS1OvrDS3PrtR12DirectT1CAS         INTEGER,
    dS1OvrDS3PrtR12I1CASProtProfNEConn Unsigned32,
    dS1OvrDS3PrtR12I2CASProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR12I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR12I4CASProtProfProfIx Unsigned32,
    dS1OvrDS3PrtR12CASProtProfOtherVals
                                       INTEGER,
    dS1OvrDS3PrtR12DS0AlrmsAttnRq      Integer32,
    dS1OvrDS3PrtR12SummaryChldAlrmState
                                       INTEGER,
    dS1OvrDS3PrtR12FaultMonitoringLvl  INTEGER,
    dS1OvrDS3PrtR12I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    dS1OvrDS3PrtR12I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    dS1OvrDS3PrtR12I3FaultMonitoringProfFMPIx
                                       Integer32,
    dS1OvrDS3PrtR12FaultMonitoringProfOtherVals
                                       INTEGER
  }

  dS1OvrDS3PrtR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR12Entry  1 }

  dS1OvrDS3PrtR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR12Entry  2 }

  dS1OvrDS3PrtR12MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR12Entry  3 }

  dS1OvrDS3PrtR12CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR12Entry  4 }

  dS1OvrDS3PrtR12SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR12Entry  5 }

  dS1OvrDS3PrtR12PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR12Entry  6 }

  dS1OvrDS3PrtR12DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR12Entry  7 }

  dS1OvrDS3PrtR12ChanNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel number'.
                  This field is only writable during create."
    ::= { dS1OvrDS3PrtR12Entry  8 }

  dS1OvrDS3PrtR12LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { dS1OvrDS3PrtR12Entry  9 }

  dS1OvrDS3PrtR12LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { dS1OvrDS3PrtR12Entry  10 }

  dS1OvrDS3PrtR12ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { dS1OvrDS3PrtR12Entry  11 }

  dS1OvrDS3PrtR12DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { dS1OvrDS3PrtR12Entry  12 }

  dS1OvrDS3PrtR12SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { dS1OvrDS3PrtR12Entry  13 }

  dS1OvrDS3PrtR12DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { dS1OvrDS3PrtR12Entry  14 }

  dS1OvrDS3PrtR12MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { dS1OvrDS3PrtR12Entry  15 }

  dS1OvrDS3PrtR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OvrDS3PrtR12Entry  16 }

  dS1OvrDS3PrtR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { dS1OvrDS3PrtR12Entry  17 }

  dS1OvrDS3PrtR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OvrDS3PrtR12Entry  18 }

  dS1OvrDS3PrtR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OvrDS3PrtR12Entry  19 }

  dS1OvrDS3PrtR12AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { dS1OvrDS3PrtR12Entry  20 }

  dS1OvrDS3PrtR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { dS1OvrDS3PrtR12Entry  21 }

  dS1OvrDS3PrtR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR12Entry  22 }

  dS1OvrDS3PrtR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { dS1OvrDS3PrtR12Entry  23 }

  dS1OvrDS3PrtR12DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR12Entry  24 }

  dS1OvrDS3PrtR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { dS1OvrDS3PrtR12Entry  25 }

  dS1OvrDS3PrtR12AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR12Entry  26 }

  dS1OvrDS3PrtR12OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR12Entry  27 }

  dS1OvrDS3PrtR12PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { dS1OvrDS3PrtR12Entry  29 }

  dS1OvrDS3PrtR12I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  30 }

  dS1OvrDS3PrtR12I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  31 }

  dS1OvrDS3PrtR12I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  32 }

  dS1OvrDS3PrtR12I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  33 }

  dS1OvrDS3PrtR12BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { dS1OvrDS3PrtR12Entry  34 }

  dS1OvrDS3PrtR12AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { dS1OvrDS3PrtR12Entry  35 }

  dS1OvrDS3PrtR12LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { dS1OvrDS3PrtR12Entry  36 }

  dS1OvrDS3PrtR12LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { dS1OvrDS3PrtR12Entry  37 }

  dS1OvrDS3PrtR12LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { dS1OvrDS3PrtR12Entry  38 }

  dS1OvrDS3PrtR12BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { dS1OvrDS3PrtR12Entry  39 }

  dS1OvrDS3PrtR12BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { dS1OvrDS3PrtR12Entry  40 }

  dS1OvrDS3PrtR12BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { dS1OvrDS3PrtR12Entry  41 }

  dS1OvrDS3PrtR12BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { dS1OvrDS3PrtR12Entry  42 }

  dS1OvrDS3PrtR12BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { dS1OvrDS3PrtR12Entry  43 }

  dS1OvrDS3PrtR12BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { dS1OvrDS3PrtR12Entry  44 }

  dS1OvrDS3PrtR12BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { dS1OvrDS3PrtR12Entry  45 }

  dS1OvrDS3PrtR12DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR12Entry  46 }

  dS1OvrDS3PrtR12I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  47 }

  dS1OvrDS3PrtR12I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  48 }

  dS1OvrDS3PrtR12I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  49 }

  dS1OvrDS3PrtR12I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  50 }

  dS1OvrDS3PrtR12CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR12Entry  51 }

  dS1OvrDS3PrtR12DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { dS1OvrDS3PrtR12Entry  53 }

  dS1OvrDS3PrtR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dS1OvrDS3PrtR12Entry  55 }

  dS1OvrDS3PrtR12FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { dS1OvrDS3PrtR12Entry  56 }

  dS1OvrDS3PrtR12I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  57 }

  dS1OvrDS3PrtR12I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  58 }

  dS1OvrDS3PrtR12I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR12Entry  59 }

  dS1OvrDS3PrtR12FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR12Entry  60 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS0 Termination'                                            */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  physDS1DS0TermR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1DS0TermR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS1 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2389 }

  physDS1DS0TermR5Entry OBJECT-TYPE
    SYNTAX       PhysDS1DS0TermR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1DS0TermR5NEConn,
             physDS1DS0TermR5NetwkElement,
             physDS1DS0TermR5MediaGatewayIx,
             physDS1DS0TermR5CtrlerIx,
             physDS1DS0TermR5SlotNum,
             physDS1DS0TermR5PhysDS1PortName,
             physDS1DS0TermR5Timeslot }
    ::= {  physDS1DS0TermR5Table  1  }

  PhysDS1DS0TermR5Entry  ::=  SEQUENCE
  {
    physDS1DS0TermR5NEConn             Unsigned32,
    physDS1DS0TermR5NetwkElement       DisplayString,
    physDS1DS0TermR5MediaGatewayIx     Unsigned32,
    physDS1DS0TermR5CtrlerIx           INTEGER,
    physDS1DS0TermR5SlotNum            INTEGER,
    physDS1DS0TermR5PhysDS1PortName    DisplayString,
    physDS1DS0TermR5Timeslot           Integer32,
    physDS1DS0TermR5InUseBy            INTEGER,
    physDS1DS0TermR5TnGenTestStatus    INTEGER,
    physDS1DS0TermR5TnGenTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR5TnGenTestLvl       INTEGER,
    physDS1DS0TermR5TnDetTestStatus    INTEGER,
    physDS1DS0TermR5TnDetTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR5TnDetTestLvl       INTEGER,
    physDS1DS0TermR5TnDetTestFreq      INTEGER,
    physDS1DS0TermR5AlrmState          INTEGER,
    physDS1DS0TermR5AlrmStateTimestamp Unsigned32,
    physDS1DS0TermR5AlrmEvtsAttnRqLogCorr
                                       Counter64,
    physDS1DS0TermR5AlrmEvtsAttnRq     Integer32,
    physDS1DS0TermR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    physDS1DS0TermR5DoExtraActions     INTEGER
  }

  physDS1DS0TermR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1DS0TermR5Entry  1 }

  physDS1DS0TermR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1DS0TermR5Entry  2 }

  physDS1DS0TermR5MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1DS0TermR5Entry  3 }

  physDS1DS0TermR5CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1DS0TermR5Entry  4 }

  physDS1DS0TermR5SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1DS0TermR5Entry  5 }

  physDS1DS0TermR5PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1DS0TermR5Entry  6 }

  physDS1DS0TermR5Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { physDS1DS0TermR5Entry  7 }

  physDS1DS0TermR5InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144),
                   nailedUpDS0(524288)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { physDS1DS0TermR5Entry  8 }

  physDS1DS0TermR5TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { physDS1DS0TermR5Entry  9 }

  physDS1DS0TermR5TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { physDS1DS0TermR5Entry  10 }

  physDS1DS0TermR5TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { physDS1DS0TermR5Entry  11 }

  physDS1DS0TermR5TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { physDS1DS0TermR5Entry  12 }

  physDS1DS0TermR5TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { physDS1DS0TermR5Entry  13 }

  physDS1DS0TermR5TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { physDS1DS0TermR5Entry  14 }

  physDS1DS0TermR5TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { physDS1DS0TermR5Entry  15 }

  physDS1DS0TermR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1DS0TermR5Entry  16 }

  physDS1DS0TermR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1DS0TermR5Entry  17 }

  physDS1DS0TermR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { physDS1DS0TermR5Entry  18 }

  physDS1DS0TermR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1DS0TermR5Entry  19 }

  physDS1DS0TermR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { physDS1DS0TermR5Entry  20 }

  physDS1DS0TermR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1DS0TermR5Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Physical DS1 Port'                                          */
-- /* Valid from: 9.2                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  physDS1PortR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1PortR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2390 }

  physDS1PortR13Entry OBJECT-TYPE
    SYNTAX       PhysDS1PortR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1PortR13NEConn,
             physDS1PortR13NetwkElement,
             physDS1PortR13MediaGatewayIx,
             physDS1PortR13CtrlerIx,
             physDS1PortR13SlotNum,
             physDS1PortR13PhysDS1PortName }
    ::= {  physDS1PortR13Table  1  }

  PhysDS1PortR13Entry  ::=  SEQUENCE
  {
    physDS1PortR13NEConn               Unsigned32,
    physDS1PortR13NetwkElement         DisplayString,
    physDS1PortR13MediaGatewayIx       Unsigned32,
    physDS1PortR13CtrlerIx             INTEGER,
    physDS1PortR13SlotNum              INTEGER,
    physDS1PortR13PhysDS1PortName      DisplayString,
    physDS1PortR13PhysEncoding         INTEGER,
    physDS1PortR13LineFraming          INTEGER,
    physDS1PortR13LineLen              INTEGER,
    physDS1PortR13LineClking           INTEGER,
    physDS1PortR13LineStatus           BITS,
    physDS1PortR13ClkRef               INTEGER,
    physDS1PortR13DS1Type              INTEGER,
    physDS1PortR13SupportedTerms       BITS,
    physDS1PortR13DeactivnMode         INTEGER,
    physDS1PortR13MaxDS0ChanIx         INTEGER,
    physDS1PortR13AlrmState            INTEGER,
    physDS1PortR13AlrmLogCorr          Counter64,
    physDS1PortR13AlrmEvtsAttnRq       Integer32,
    physDS1PortR13AlrmStateTimestamp   Unsigned32,
    physDS1PortR13AlrmResetTimestamp   Unsigned32,
    physDS1PortR13DiagsLogLvl          INTEGER,
    physDS1PortR13DiagsAPITraceEnabled INTEGER,
    physDS1PortR13DiagsAPITraceTag     DisplayString,
    physDS1PortR13DoExtraActions       INTEGER,
    physDS1PortR13RowStatus            RowStatus,
    physDS1PortR13AdminStatus          AdminStatus,
    physDS1PortR13OperStatus           OperStatus,
    physDS1PortR13PhysDS1PortNum       INTEGER,
    physDS1PortR13AvailUses            BITS,
    physDS1PortR13PortName             DisplayString,
    physDS1PortR13I1MFProtProfNEConn   Unsigned32,
    physDS1PortR13I2MFProtProfNetwkElement
                                       DisplayString,
    physDS1PortR13I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR13I4MFProtProfProfIx   Unsigned32,
    physDS1PortR13AddtlInfo            DisplayString,
    physDS1PortR13BitErrRate           INTEGER,
    physDS1PortR13LoopbackLocalLoopbackStatus
                                       INTEGER,
    physDS1PortR13LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    physDS1PortR13LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    physDS1PortR13BERTRessTestRunning  INTEGER,
    physDS1PortR13BERTRessTestPattnSynchronized
                                       INTEGER,
    physDS1PortR13BERTRessTotTestTime  Unsigned32,
    physDS1PortR13BERTRessLossSynchronizationSecs
                                       Unsigned32,
    physDS1PortR13BERTRessLossSignalLOSSecs
                                       Unsigned32,
    physDS1PortR13BERTRessBitErrRate   DisplayString,
    physDS1PortR13BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    physDS1PortR13DirectT1CAS          INTEGER,
    physDS1PortR13QualifiedAsUsableRef INTEGER,
    physDS1PortR13I1CASProtProfNEConn  Unsigned32,
    physDS1PortR13I2CASProtProfNetwkElement
                                       DisplayString,
    physDS1PortR13I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR13I4CASProtProfProfIx  Unsigned32,
    physDS1PortR13CASProtProfOtherVals INTEGER,
    physDS1PortR13DS0AlrmsAttnRq       Integer32,
    physDS1PortR13SummaryChldAlrmState INTEGER,
    physDS1PortR13FaultMonitoringLvl   INTEGER,
    physDS1PortR13I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    physDS1PortR13I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    physDS1PortR13I3FaultMonitoringProfFMPIx
                                       Integer32,
    physDS1PortR13FaultMonitoringProfOtherVals
                                       INTEGER
  }

  physDS1PortR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1PortR13Entry  1 }

  physDS1PortR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1PortR13Entry  2 }

  physDS1PortR13MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1PortR13Entry  3 }

  physDS1PortR13CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1PortR13Entry  4 }

  physDS1PortR13SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1PortR13Entry  5 }

  physDS1PortR13PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1PortR13Entry  6 }

  physDS1PortR13PhysEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   b8ZST1Only(1),
                   aMI(2),
                   hDB3E1Only(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical encoding'.
                  This field is not writable when active."
    ::= { physDS1PortR13Entry  7 }

  physDS1PortR13LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { physDS1PortR13Entry  8 }

  physDS1PortR13LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   between133And266ftEquivTo40To80m(2),
                   between266And399ftEquivTo40To120m(3),
                   between399And533ftEquivTo120To160m(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { physDS1PortR13Entry  9 }

  physDS1PortR13LineClking OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   loop(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line clocking'.
                  This field is not writable when active."
    DEFVAL       { loop }
    ::= { physDS1PortR13Entry  10 }

  physDS1PortR13LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { physDS1PortR13Entry  11 }

  physDS1PortR13ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { physDS1PortR13Entry  12 }

  physDS1PortR13DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { physDS1PortR13Entry  13 }

  physDS1PortR13SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { physDS1PortR13Entry  14 }

  physDS1PortR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { physDS1PortR13Entry  15 }

  physDS1PortR13MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { physDS1PortR13Entry  16 }

  physDS1PortR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1PortR13Entry  17 }

  physDS1PortR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { physDS1PortR13Entry  18 }

  physDS1PortR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1PortR13Entry  19 }

  physDS1PortR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1PortR13Entry  20 }

  physDS1PortR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { physDS1PortR13Entry  21 }

  physDS1PortR13DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { physDS1PortR13Entry  22 }

  physDS1PortR13DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { physDS1PortR13Entry  23 }

  physDS1PortR13DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { physDS1PortR13Entry  24 }

  physDS1PortR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR13Entry  25 }

  physDS1PortR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { physDS1PortR13Entry  26 }

  physDS1PortR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR13Entry  27 }

  physDS1PortR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR13Entry  28 }

  physDS1PortR13PhysDS1PortNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This field is only writable during create."
    ::= { physDS1PortR13Entry  31 }

  physDS1PortR13AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { physDS1PortR13Entry  32 }

  physDS1PortR13PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { physDS1PortR13Entry  33 }

  physDS1PortR13I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR13Entry  34 }

  physDS1PortR13I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR13Entry  35 }

  physDS1PortR13I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR13Entry  36 }

  physDS1PortR13I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR13Entry  37 }

  physDS1PortR13AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { physDS1PortR13Entry  38 }

  physDS1PortR13BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { physDS1PortR13Entry  39 }

  physDS1PortR13LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { physDS1PortR13Entry  40 }

  physDS1PortR13LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { physDS1PortR13Entry  41 }

  physDS1PortR13LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { physDS1PortR13Entry  42 }

  physDS1PortR13BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { physDS1PortR13Entry  43 }

  physDS1PortR13BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { physDS1PortR13Entry  44 }

  physDS1PortR13BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { physDS1PortR13Entry  45 }

  physDS1PortR13BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { physDS1PortR13Entry  46 }

  physDS1PortR13BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { physDS1PortR13Entry  47 }

  physDS1PortR13BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { physDS1PortR13Entry  48 }

  physDS1PortR13BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { physDS1PortR13Entry  49 }

  physDS1PortR13DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { physDS1PortR13Entry  50 }

  physDS1PortR13QualifiedAsUsableRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Qualified as usable reference'."
    ::= { physDS1PortR13Entry  51 }

  physDS1PortR13I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR13Entry  52 }

  physDS1PortR13I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR13Entry  53 }

  physDS1PortR13I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR13Entry  54 }

  physDS1PortR13I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR13Entry  55 }

  physDS1PortR13CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR13Entry  56 }

  physDS1PortR13DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { physDS1PortR13Entry  58 }

  physDS1PortR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { physDS1PortR13Entry  60 }

  physDS1PortR13FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { physDS1PortR13Entry  61 }

  physDS1PortR13I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR13Entry  62 }

  physDS1PortR13I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR13Entry  63 }

  physDS1PortR13I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR13Entry  64 }

  physDS1PortR13FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR13Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  cfgSIPBindR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2391 }

  cfgSIPBindR18Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR18NEConn,
             cfgSIPBindR18NetwkElement,
             cfgSIPBindR18CFSIx,
             cfgSIPBindR18BindingIx }
    ::= {  cfgSIPBindR18Table  1  }

  CfgSIPBindR18Entry  ::=  SEQUENCE
  {
    cfgSIPBindR18NEConn                Unsigned32,
    cfgSIPBindR18NetwkElement          DisplayString,
    cfgSIPBindR18CFSIx                 Unsigned32,
    cfgSIPBindR18BindingIx             Unsigned32,
    cfgSIPBindR18Name                  DisplayString,
    cfgSIPBindR18CustInfo              DisplayString,
    cfgSIPBindR18CustInfo2             DisplayString,
    cfgSIPBindR18CustInfo3             DisplayString,
    cfgSIPBindR18CustInfo4             DisplayString,
    cfgSIPBindR18CustInfo5             DisplayString,
    cfgSIPBindR18CustInfo6             DisplayString,
    cfgSIPBindR18Usage                 INTEGER,
    cfgSIPBindR18UseDNIdentification   INTEGER,
    cfgSIPBindR18SIPAuthenticationReqd INTEGER,
    cfgSIPBindR18SIPUserName           DisplayString,
    cfgSIPBindR18SIPDomainName         DisplayString,
    cfgSIPBindR18NewSIPPassword        DisplayString,
    cfgSIPBindR18ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR18ContactIPAddr         DisplayString,
    cfgSIPBindR18ContactIPPort         Unsigned32,
    cfgSIPBindR18ProxyIPAddr           DisplayString,
    cfgSIPBindR18ProxyIPPort           Unsigned32,
    cfgSIPBindR18TransportProt         INTEGER,
    cfgSIPBindR18I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR18I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR18I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR18I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR18Trusted               INTEGER,
    cfgSIPBindR18UseStaticNATMapping   INTEGER,
    cfgSIPBindR18MaxCallAppearances    Unsigned32,
    cfgSIPBindR18AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR18ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR18ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR18DeactivnMode          INTEGER,
    cfgSIPBindR18LastCallFailCause     INTEGER,
    cfgSIPBindR18LastCallFailTimestamp Unsigned32,
    cfgSIPBindR18LastCallFailLogCorr   Counter64,
    cfgSIPBindR18DiagsLogLvl           INTEGER,
    cfgSIPBindR18DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR18DiagsAPITraceTag      DisplayString,
    cfgSIPBindR18ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR18ExportStatus          DisplayString,
    cfgSIPBindR18ExportFile            DisplayString,
    cfgSIPBindR18ExportCorr            Counter64,
    cfgSIPBindR18ExportCorrNode        DisplayString,
    cfgSIPBindR18ExportCorrUID         DisplayString,
    cfgSIPBindR18DoExtraActions        INTEGER,
    cfgSIPBindR18RowStatus             RowStatus,
    cfgSIPBindR18AdminStatus           AdminStatus,
    cfgSIPBindR18OperStatus            OperStatus,
    cfgSIPBindR18PollPeerDevice        INTEGER,
    cfgSIPBindR18PollingInterval       Unsigned32,
    cfgSIPBindR18AlrmState             INTEGER,
    cfgSIPBindR18AlrmLogCorr           Counter64,
    cfgSIPBindR18AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR18AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR18AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR18I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR18I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR18I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR18I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR18SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR18SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR18ActHopCnting          INTEGER,
    cfgSIPBindR18SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR18SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR18SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR18SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR18SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR18SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR18SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR18SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR18ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR18SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR18SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR18SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR18SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR18SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR18SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR18SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR18SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR18SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR18SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR18SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR18UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR18PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR18StatisticsAlrms       Integer32,
    cfgSIPBindR18I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR18I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR18I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR18I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR18ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR18CFSCtrlStatus         INTEGER,
    cfgSIPBindR18PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR18MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR18RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR18SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR18IPAddrMatchReqd       INTEGER,
    cfgSIPBindR18VirtualTrnkGpID       DisplayString,
    cfgSIPBindR18VirtualTrnkCxt        DisplayString,
    cfgSIPBindR18SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR18I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR18I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR18I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR18FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR18ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR18AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR18SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR18TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR18I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR18I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR18I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR18SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR18LearnsContactDetails  INTEGER,
    cfgSIPBindR18ContactURI            LongDisplayString,
    cfgSIPBindR18ContactName           LongDisplayString,
    cfgSIPBindR18ContactExpiryTime     Unsigned32,
    cfgSIPBindR18MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR18SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR18UseTrnkRtgTblsToMatchTGID
                                       INTEGER,
    cfgSIPBindR18SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR18SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR18SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR18ContactAddrScheme     INTEGER,
    cfgSIPBindR18ContactDomainName     DisplayString,
    cfgSIPBindR18ProxyAddrScheme       INTEGER,
    cfgSIPBindR18ProxyDomainName       DisplayString,
    cfgSIPBindR18PollCallPaths         INTEGER,
    cfgSIPBindR18SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR18AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR18AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR18PollServRoutes        INTEGER,
    cfgSIPBindR18ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR18SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR18SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR18SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR18SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR18ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR18ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR18ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR18TransparentHeaders    LongDisplayString,
    cfgSIPBindR18OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR18SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR18SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR18SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR18SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR18SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR18UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR18SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR18AutoRecovery          INTEGER,
    cfgSIPBindR18AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR18SigType               INTEGER,
    cfgSIPBindR18ExportIncASRepData    INTEGER,
    cfgSIPBindR18PBXAppServer          INTEGER,
    cfgSIPBindR18NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR18MediaIPAddr           DisplayString,
    cfgSIPBindR18UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR18SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR18SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR18DNIDInE164Format      INTEGER,
    cfgSIPBindR18ExportChldObjectsToInc
                                       INTEGER
  }

  cfgSIPBindR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR18Entry  1 }

  cfgSIPBindR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR18Entry  2 }

  cfgSIPBindR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR18Entry  3 }

  cfgSIPBindR18BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR18Entry  4 }

  cfgSIPBindR18Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR18Entry  5 }

  cfgSIPBindR18CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR18Entry  6 }

  cfgSIPBindR18CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR18Entry  7 }

  cfgSIPBindR18CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR18Entry  8 }

  cfgSIPBindR18CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR18Entry  9 }

  cfgSIPBindR18CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR18Entry  10 }

  cfgSIPBindR18CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR18Entry  11 }

  cfgSIPBindR18Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR18Entry  12 }

  cfgSIPBindR18UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  13 }

  cfgSIPBindR18SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  14 }

  cfgSIPBindR18SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR18Entry  15 }

  cfgSIPBindR18SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR18Entry  16 }

  cfgSIPBindR18NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR18Entry  17 }

  cfgSIPBindR18ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR18Entry  18 }

  cfgSIPBindR18ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR18Entry  19 }

  cfgSIPBindR18ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR18Entry  20 }

  cfgSIPBindR18ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR18Entry  21 }

  cfgSIPBindR18ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR18Entry  22 }

  cfgSIPBindR18TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR18Entry  23 }

  cfgSIPBindR18I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR18Entry  24 }

  cfgSIPBindR18I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR18Entry  25 }

  cfgSIPBindR18I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR18Entry  26 }

  cfgSIPBindR18I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR18Entry  27 }

  cfgSIPBindR18Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  28 }

  cfgSIPBindR18UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  29 }

  cfgSIPBindR18MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR18Entry  30 }

  cfgSIPBindR18AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR18Entry  31 }

  cfgSIPBindR18ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR18Entry  32 }

  cfgSIPBindR18ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR18Entry  33 }

  cfgSIPBindR18DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR18Entry  34 }

  cfgSIPBindR18LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR18Entry  35 }

  cfgSIPBindR18LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR18Entry  36 }

  cfgSIPBindR18LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR18Entry  37 }

  cfgSIPBindR18DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR18Entry  38 }

  cfgSIPBindR18DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  39 }

  cfgSIPBindR18DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR18Entry  40 }

  cfgSIPBindR18ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR18Entry  41 }

  cfgSIPBindR18ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR18Entry  42 }

  cfgSIPBindR18ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR18Entry  43 }

  cfgSIPBindR18ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR18Entry  44 }

  cfgSIPBindR18ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR18Entry  45 }

  cfgSIPBindR18ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR18Entry  46 }

  cfgSIPBindR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR18Entry  47 }

  cfgSIPBindR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR18Entry  48 }

  cfgSIPBindR18AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR18Entry  49 }

  cfgSIPBindR18OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR18Entry  50 }

  cfgSIPBindR18PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  56 }

  cfgSIPBindR18PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR18Entry  57 }

  cfgSIPBindR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR18Entry  60 }

  cfgSIPBindR18AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR18Entry  61 }

  cfgSIPBindR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR18Entry  62 }

  cfgSIPBindR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR18Entry  63 }

  cfgSIPBindR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR18Entry  64 }

  cfgSIPBindR18I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR18Entry  65 }

  cfgSIPBindR18I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR18Entry  66 }

  cfgSIPBindR18I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR18Entry  67 }

  cfgSIPBindR18I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR18Entry  68 }

  cfgSIPBindR18SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR18Entry  69 }

  cfgSIPBindR18SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR18Entry  76 }

  cfgSIPBindR18SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  77 }

  cfgSIPBindR18SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  78 }

  cfgSIPBindR18ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  79 }

  cfgSIPBindR18SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  80 }

  cfgSIPBindR18SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR18Entry  81 }

  cfgSIPBindR18SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  82 }

  cfgSIPBindR18SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  83 }

  cfgSIPBindR18SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  84 }

  cfgSIPBindR18SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  85 }

  cfgSIPBindR18SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  86 }

  cfgSIPBindR18SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  87 }

  cfgSIPBindR18SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  88 }

  cfgSIPBindR18SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  89 }

  cfgSIPBindR18SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  90 }

  cfgSIPBindR18SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  91 }

  cfgSIPBindR18SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  92 }

  cfgSIPBindR18SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR18Entry  93 }

  cfgSIPBindR18SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR18Entry  94 }

  cfgSIPBindR18SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  101 }

  cfgSIPBindR18ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  102 }

  cfgSIPBindR18SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  103 }

  cfgSIPBindR18SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  104 }

  cfgSIPBindR18SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  105 }

  cfgSIPBindR18SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  106 }

  cfgSIPBindR18SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  107 }

  cfgSIPBindR18SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  108 }

  cfgSIPBindR18SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  109 }

  cfgSIPBindR18SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  110 }

  cfgSIPBindSDActR18SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  112 }

  cfgSIPBindSDDefR18SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR18Entry  113 }

  cfgSIPBindR18SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  114 }

  cfgSIPBindR18UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR18Entry  120 }

  cfgSIPBindR18PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR18Entry  121 }

  cfgSIPBindR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR18Entry  122 }

  cfgSIPBindR18I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR18Entry  123 }

  cfgSIPBindR18I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR18Entry  124 }

  cfgSIPBindR18I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR18Entry  125 }

  cfgSIPBindR18I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR18Entry  126 }

  cfgSIPBindR18ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR18Entry  127 }

  cfgSIPBindR18CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR18Entry  128 }

  cfgSIPBindR18PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  129 }

  cfgSIPBindR18MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR18Entry  130 }

  cfgSIPBindR18RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR18Entry  131 }

  cfgSIPBindR18SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  132 }

  cfgSIPBindR18IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  133 }

  cfgSIPBindR18VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR18Entry  134 }

  cfgSIPBindR18VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR18Entry  135 }

  cfgSIPBindR18SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  136 }

  cfgSIPBindR18I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR18Entry  137 }

  cfgSIPBindR18I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR18Entry  138 }

  cfgSIPBindR18I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR18Entry  139 }

  cfgSIPBindR18FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR18Entry  140 }

  cfgSIPBindR18ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR18Entry  141 }

  cfgSIPBindR18AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  142 }

  cfgSIPBindR18SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR18Entry  143 }

  cfgSIPBindR18TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR18Entry  144 }

  cfgSIPBindR18I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR18Entry  145 }

  cfgSIPBindR18I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR18Entry  146 }

  cfgSIPBindR18I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR18Entry  147 }

  cfgSIPBindR18SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR18Entry  148 }

  cfgSIPBindR18LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  149 }

  cfgSIPBindR18ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR18Entry  150 }

  cfgSIPBindR18ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR18Entry  151 }

  cfgSIPBindR18ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR18Entry  152 }

  cfgSIPBindR18MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR18Entry  153 }

  cfgSIPBindR18SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  154 }

  cfgSIPBindR18UseTrnkRtgTblsToMatchTGID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  155 }

  cfgSIPBindR18SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR18Entry  156 }

  cfgSIPBindR18SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR18Entry  157 }

  cfgSIPBindR18SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  158 }

  cfgSIPBindR18ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR18Entry  159 }

  cfgSIPBindR18ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR18Entry  160 }

  cfgSIPBindR18ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR18Entry  161 }

  cfgSIPBindR18ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR18Entry  162 }

  cfgSIPBindR18PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  163 }

  cfgSIPBindR18SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  164 }

  cfgSIPBindR18AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR18Entry  165 }

  cfgSIPBindR18AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR18Entry  166 }

  cfgSIPBindR18PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  167 }

  cfgSIPBindR18ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR18Entry  168 }

  cfgSIPBindR18SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR18Entry  169 }

  cfgSIPBindR18SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  170 }

  cfgSIPBindR18SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  171 }

  cfgSIPBindR18SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR18Entry  172 }

  cfgSIPBindR18ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR18Entry  173 }

  cfgSIPBindR18ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR18Entry  174 }

  cfgSIPBindR18ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR18Entry  175 }

  cfgSIPBindR18TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR18Entry  176 }

  cfgSIPBindR18OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR18Entry  177 }

  cfgSIPBindR18SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR18Entry  178 }

  cfgSIPBindR18SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  179 }

  cfgSIPBindR18SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR18Entry  180 }

  cfgSIPBindR18SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR18Entry  181 }

  cfgSIPBindR18SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR18Entry  182 }

  cfgSIPBindR18SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR18Entry  183 }

  cfgSIPBindR18SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR18Entry  184 }

  cfgSIPBindR18SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR18Entry  185 }

  cfgSIPBindR18UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  186 }

  cfgSIPBindR18SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR18Entry  187 }

  cfgSIPBindR18AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  188 }

  cfgSIPBindR18AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR18Entry  189 }

  cfgSIPBindR18SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR18Entry  190 }

  cfgSIPBindR18ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR18Entry  191 }

  cfgSIPBindR18PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  192 }

  cfgSIPBindR18NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  193 }

  cfgSIPBindR18MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR18Entry  194 }

  cfgSIPBindR18UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  195 }

  cfgSIPBindR18SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  196 }

  cfgSIPBindR18SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR18Entry  197 }

  cfgSIPBindR18DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR18Entry  198 }

  cfgSIPBindR18ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR18Entry  199 }

-- /*********************************************************************************/
-- /* MIB table for SE 'BAF Application Controls'                                   */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  billAppCtrlR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillAppCtrlR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2392 }

  billAppCtrlR12Entry OBJECT-TYPE
    SYNTAX       BillAppCtrlR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billAppCtrlR12NEConn,
             billAppCtrlR12NetwkElement,
             billAppCtrlR12CFSIx }
    ::= {  billAppCtrlR12Table  1  }

  BillAppCtrlR12Entry  ::=  SEQUENCE
  {
    billAppCtrlR12NEConn               Unsigned32,
    billAppCtrlR12NetwkElement         DisplayString,
    billAppCtrlR12CFSIx                Unsigned32,
    billAppCtrlR12SensorTypeCode       Unsigned32,
    billAppCtrlR12SensorIdentification Unsigned32,
    billAppCtrlR12RecingOfficeTypeCode Unsigned32,
    billAppCtrlR12RecingOfficeIdentification
                                       Unsigned32,
    billAppCtrlR12GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR12GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR12GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR12ProdBAFRecsMsgRateLocalCalls
                                       INTEGER,
    billAppCtrlR12ProdBAFRecsIntraLATADirCalls
                                       INTEGER,
    billAppCtrlR12IncTGMNCdIntLATALocalCalls
                                       INTEGER,
    billAppCtrlR12IncTGMNCdIntLATATollCalls
                                       INTEGER,
    billAppCtrlR12IncTGMNCodeFGBCalls  INTEGER,
    billAppCtrlR12IncTGMNCodeFGDCalls  INTEGER,
    billAppCtrlR12IncOCAModCodeAppropriateCalls
                                       INTEGER,
    billAppCtrlR12IncAccessTimingInOCAModCode
                                       INTEGER,
    billAppCtrlR12ProdBAFRecsTollFreeCalls
                                       INTEGER,
    billAppCtrlR12HrlyCntOrigingCalls  Unsigned32,
    billAppCtrlR12DailyCntOrigingCalls Unsigned32,
    billAppCtrlR12HrlyCntTermCalls     Unsigned32,
    billAppCtrlR12DailyCntTermCalls    Unsigned32,
    billAppCtrlR12HrlyCntOutCalls      Unsigned32,
    billAppCtrlR12DailyCntOutCalls     Unsigned32,
    billAppCtrlR12BAFBillEvtAlrmsAttnRq
                                       Unsigned32,
    billAppCtrlR12BAFBillEvtAlrmEvtsAttnRq
                                       Unsigned32,
    billAppCtrlR12SummaryChldAlrmState INTEGER,
    billAppCtrlR12RowStatus            RowStatus,
    billAppCtrlR12GenertnTimeHrDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR12GenertnTimeMinDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR12GenertnTimeSecDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR12GenerateRecsOCB      INTEGER,
    billAppCtrlR12FeatureCodeOCBBAFDailyContinutnRecs
                                       Unsigned32,
    billAppCtrlR12FeatureCodeOCBActivnBAFRecs
                                       Unsigned32,
    billAppCtrlR12FeatureCodeOCBDeactivnBAFRecs
                                       Unsigned32,
    billAppCtrlR12TollFreeBillCIC      INTEGER,
    billAppCtrlR12NumPortabBillMod     INTEGER,
    billAppCtrlR12NumPortabBillTypeReqdUnconnectedCalls
                                       INTEGER,
    billAppCtrlR12NumPortabBillFlatRateCalls
                                       INTEGER,
    billAppCtrlR12AINApndChrgPtyToAINRec
                                       INTEGER,
    billAppCtrlR12AINAINRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR12AINApndChrgPtyToConventionalRec
                                       INTEGER,
    billAppCtrlR12AINConvRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR12ProdInterLATABAFRecsIntraLATACarrCalls
                                       INTEGER,
    billAppCtrlR12AddOrigingLineInfoMod
                                       INTEGER,
    billAppCtrlR12ProdBAFRecsANITestCalls
                                       INTEGER,
    billAppCtrlR12UseNonAINBillTollFreeCalls
                                       INTEGER,
    billAppCtrlR12CFAppendMod164OrigClgNum
                                       INTEGER,
    billAppCtrlR12CFNumIdentityOrigClgNum
                                       INTEGER,
    billAppCtrlR12BillRecType          INTEGER,
    billAppCtrlR12AddtlCxtID           Unsigned32,
    billAppCtrlR12BillAllUnconnectedTrnkCallsAndRoutes
                                       INTEGER,
    billAppCtrlR12IncCallCorr          INTEGER,
    billAppCtrlR12AddtlBillOptions     BITS,
    billAppCtrlR12BAFOutputEnable      INTEGER,
    billAppCtrlR12TotChldAlrmsAttnRq   Unsigned32,
    billAppCtrlR12TotChldAlrmEvtsAttnRq
                                       Unsigned32,
    billAppCtrlR12AddClgPartySCategoryMod
                                       INTEGER
  }

  billAppCtrlR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billAppCtrlR12Entry  1 }

  billAppCtrlR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billAppCtrlR12Entry  2 }

  billAppCtrlR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billAppCtrlR12Entry  3 }

  billAppCtrlR12SensorTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR12Entry  4 }

  billAppCtrlR12SensorIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  5 }

  billAppCtrlR12RecingOfficeTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR12Entry  6 }

  billAppCtrlR12RecingOfficeIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  7 }

  billAppCtrlR12GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  8 }

  billAppCtrlR12GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  9 }

  billAppCtrlR12GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  10 }

  billAppCtrlR12ProdBAFRecsMsgRateLocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for message rate local calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { billAppCtrlR12Entry  11 }

  billAppCtrlR12ProdBAFRecsIntraLATADirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for IntraLATA Directory calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  12 }

  billAppCtrlR12IncTGMNCdIntLATALocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA local calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  13 }

  billAppCtrlR12IncTGMNCdIntLATATollCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA toll calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  14 }

  billAppCtrlR12IncTGMNCodeFGBCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGB calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  15 }

  billAppCtrlR12IncTGMNCodeFGDCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGD calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  16 }

  billAppCtrlR12IncOCAModCodeAppropriateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include OCA module code for appropriate calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  17 }

  billAppCtrlR12IncAccessTimingInOCAModCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include access timing in OCA module code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  18 }

  billAppCtrlR12ProdBAFRecsTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  19 }

  billAppCtrlR12HrlyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of originating calls'."
    ::= { billAppCtrlR12Entry  20 }

  billAppCtrlR12DailyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of originating calls'."
    ::= { billAppCtrlR12Entry  21 }

  billAppCtrlR12HrlyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of terminating calls'."
    ::= { billAppCtrlR12Entry  22 }

  billAppCtrlR12DailyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of terminating calls'."
    ::= { billAppCtrlR12Entry  23 }

  billAppCtrlR12HrlyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of outgoing calls'."
    ::= { billAppCtrlR12Entry  24 }

  billAppCtrlR12DailyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of outgoing calls'."
    ::= { billAppCtrlR12Entry  25 }

  billAppCtrlR12BAFBillEvtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarms'."
    ::= { billAppCtrlR12Entry  26 }

  billAppCtrlR12BAFBillEvtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billAppCtrlR12Entry  27 }

  billAppCtrlR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { billAppCtrlR12Entry  28 }

  billAppCtrlR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billAppCtrlR12Entry  29 }

  billAppCtrlR12GenertnTimeHrDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  30 }

  billAppCtrlR12GenertnTimeMinDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  31 }

  billAppCtrlR12GenertnTimeSecDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR12Entry  32 }

  billAppCtrlR12GenerateRecsOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generate records for Call Barring'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  33 }

  billAppCtrlR12FeatureCodeOCBBAFDailyContinutnRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring BAF daily continuation records'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { billAppCtrlR12Entry  34 }

  billAppCtrlR12FeatureCodeOCBActivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring activation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { billAppCtrlR12Entry  35 }

  billAppCtrlR12FeatureCodeOCBDeactivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring deactivation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { billAppCtrlR12Entry  36 }

  billAppCtrlR12TollFreeBillCIC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Toll free billing CIC'.
                  This field is not writable when active."
    DEFVAL       { 110 }
    ::= { billAppCtrlR12Entry  37 }

  billAppCtrlR12NumPortabBillMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   module719(1),
                   module720(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing module'.
                  This field is not writable when active."
    DEFVAL       { module720 }
    ::= { billAppCtrlR12Entry  38 }

  billAppCtrlR12NumPortabBillTypeReqdUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing type required for unconnected calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR12Entry  39 }

  billAppCtrlR12NumPortabBillFlatRateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing for flat rate calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR12Entry  40 }

  billAppCtrlR12AINApndChrgPtyToAINRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  41 }

  billAppCtrlR12AINAINRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  42 }

  billAppCtrlR12AINApndChrgPtyToConventionalRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  43 }

  billAppCtrlR12AINConvRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  44 }

  billAppCtrlR12ProdInterLATABAFRecsIntraLATACarrCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce InterLATA BAF records for IntraLATA carrier calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  45 }

  billAppCtrlR12AddOrigingLineInfoMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Add originating line information module'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  48 }

  billAppCtrlR12ProdBAFRecsANITestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for ANI test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  49 }

  billAppCtrlR12UseNonAINBillTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use non-AIN billing for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  50 }

  billAppCtrlR12CFAppendMod164OrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - append module 164 for original calling number'."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  55 }

  billAppCtrlR12CFNumIdentityOrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDashOrigAutoNumId(1),
                   twoDashTermNumber(2),
                   threeDashOrigCallingPartyNum(3),
                   fourDashPrivateOrigANI(4),
                   fiveDashCallingPartyNum(5),
                   sixDashRedirectNum(6),
                   sevenDashOrigCalledNum(7),
                   eightDashProvisionedBillNum(8),
                   nineDashOther(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - number identity for original calling number'."
    DEFVAL       { threeDashOrigCallingPartyNum }
    ::= { billAppCtrlR12Entry  56 }

  billAppCtrlR12BillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   full(1),
                   simple(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing record type'.
                  This field is not writable when active."
    DEFVAL       { full }
    ::= { billAppCtrlR12Entry  58 }

  billAppCtrlR12AddtlCxtID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 90000..99998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Module 611 billing number context ID'."
    DEFVAL       { 90000 }
    ::= { billAppCtrlR12Entry  59 }

  billAppCtrlR12BillAllUnconnectedTrnkCallsAndRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bill all unconnected trunk calls and routes'."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  60 }

  billAppCtrlR12IncCallCorr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Include call correlator'."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  61 }

  billAppCtrlR12AddtlBillOptions OBJECT-TYPE
    SYNTAX       BITS {
                   includeSIPUserAgentInformation(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional billing options'."
    ::= { billAppCtrlR12Entry  62 }

  billAppCtrlR12BAFOutputEnable OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable BAF record output'."
    DEFVAL       { true }
    ::= { billAppCtrlR12Entry  63 }

  billAppCtrlR12TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { billAppCtrlR12Entry  64 }

  billAppCtrlR12TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { billAppCtrlR12Entry  65 }

  billAppCtrlR12AddClgPartySCategoryMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Add calling party's category module'."
    DEFVAL       { false }
    ::= { billAppCtrlR12Entry  66 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Incoming Call Services'                              */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  inServR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF InServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2393 }

  inServR8Entry OBJECT-TYPE
    SYNTAX       InServR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { inServR8NEConn,
             inServR8NetwkElement,
             inServR8CFSIx }
    ::= {  inServR8Table  1  }

  InServR8Entry  ::=  SEQUENCE
  {
    inServR8NEConn                     Unsigned32,
    inServR8NetwkElement               DisplayString,
    inServR8CFSIx                      Unsigned32,
    inServR8SupportACR                 INTEGER,
    inServR8ACRUSB                     INTEGER,
    inServR8ACRAvailToAll              INTEGER,
    inServR8ACREnableCode              DisplayString,
    inServR8ACRDisableCode             DisplayString,
    inServR8ACRCheckCode               DisplayString,
    inServR8RowStatus                  RowStatus,
    inServR8SupportSCR                 INTEGER,
    inServR8SCRUSB                     INTEGER,
    inServR8AllowSCRUSBDenied          INTEGER,
    inServR8SCRAccessCode              DisplayString,
    inServR8SCRSecondaryAccessCode     DisplayString,
    inServR8SCRMaxNum                  Unsigned32,
    inServR8SupportPriorityCall        INTEGER,
    inServR8PriorityCallUSB            INTEGER,
    inServR8AllowPriorityCallUSBDenied INTEGER,
    inServR8PriorityCallAccessCode     DisplayString,
    inServR8PriorityCallSecondaryAccessCode
                                       DisplayString,
    inServR8PriorityCallMaxNum         Unsigned32,
    inServR8SupportDoNotDist           INTEGER,
    inServR8DoNotDistEnableCode        DisplayString,
    inServR8DoNotDistDisableCode       DisplayString,
    inServR8DoNotDistCheckCode         DisplayString,
    inServR8DoNotDistSingleRingDef     INTEGER,
    inServR8SupportSCA                 INTEGER,
    inServR8SCAUSB                     INTEGER,
    inServR8SCAUSBCanBeDenied          INTEGER,
    inServR8SCAAccessCode              DisplayString,
    inServR8SCAAlternativeAccessCode   DisplayString,
    inServR8SCAMaxNumsToConfigure      Unsigned32,
    inServR8MLHGsProdBAFBillRecs       INTEGER,
    inServR8MLHGsBAFBillFeatureCode    INTEGER,
    inServR8MLHGsLogInOutAccCodeSupported
                                       INTEGER,
    inServR8MLHGsLogInOutAccCode       DisplayString,
    inServR8MLHGsStatisticsEnabledByDef
                                       INTEGER,
    inServR8MADNMLHGCOClsToSIPLnsClsSprMCA
                                       INTEGER,
    inServR8SupportLongDistanceAlert   INTEGER,
    inServR8LongDistanceAlertClgAreaUndet
                                       INTEGER,
    inServR8SupportDoNotDistIntegratedDND
                                       INTEGER,
    inServR8MLHGsMonitorAccessCode     DisplayString,
    inServR8MLHGsWhisperAccessCode     DisplayString,
    inServR8MLHGsBargeInAccessCode     DisplayString,
    inServR8ClsMltDevsCrossDeviceCallRej
                                       INTEGER,
    inServR8ClsMltDevsSplyClCmpltElsewrRsnAnswrdCls
                                       INTEGER
  }

  inServR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { inServR8Entry  1 }

  inServR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { inServR8Entry  2 }

  inServR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { inServR8Entry  3 }

  inServR8SupportACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR8Entry  4 }

  inServR8ACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  5 }

  inServR8ACRAvailToAll OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - available to all'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  6 }

  inServR8ACREnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - enable code'.
                  This field is not writable when active."
    ::= { inServR8Entry  7 }

  inServR8ACRDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - disable code'.
                  This field is not writable when active."
    ::= { inServR8Entry  8 }

  inServR8ACRCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - check code'.
                  This field is not writable when active."
    ::= { inServR8Entry  9 }

  inServR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { inServR8Entry  10 }

  inServR8SupportSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR8Entry  11 }

  inServR8SCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  12 }

  inServR8AllowSCRUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR8Entry  13 }

  inServR8SCRAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  14 }

  inServR8SCRSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - alternative access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  15 }

  inServR8SCRMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR8Entry  16 }

  inServR8SupportPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR8Entry  17 }

  inServR8PriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  18 }

  inServR8AllowPriorityCallUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR8Entry  19 }

  inServR8PriorityCallAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call - access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  20 }

  inServR8PriorityCallSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - alternative access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  21 }

  inServR8PriorityCallMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR8Entry  22 }

  inServR8SupportDoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR8Entry  26 }

  inServR8DoNotDistEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - enable code'.
                  This field is not writable when active."
    ::= { inServR8Entry  27 }

  inServR8DoNotDistDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - disable code'.
                  This field is not writable when active."
    ::= { inServR8Entry  28 }

  inServR8DoNotDistCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - check code'.
                  This field is not writable when active."
    ::= { inServR8Entry  29 }

  inServR8DoNotDistSingleRingDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  30 }

  inServR8SupportSCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR8Entry  31 }

  inServR8SCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  32 }

  inServR8SCAUSBCanBeDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR8Entry  33 }

  inServR8SCAAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  34 }

  inServR8SCAAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - alternative access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  35 }

  inServR8SCAMaxNumsToConfigure OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR8Entry  36 }

  inServR8MLHGsProdBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - produce BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR8Entry  37 }

  inServR8MLHGsBAFBillFeatureCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - BAF billing feature code'.
                  This field is not writable when active."
    DEFVAL       { 14 }
    ::= { inServR8Entry  38 }

  inServR8MLHGsLogInOutAccCodeSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  39 }

  inServR8MLHGsLogInOutAccCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  40 }

  inServR8MLHGsStatisticsEnabledByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - statistics enabled by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  41 }

  inServR8MADNMLHGCOClsToSIPLnsClsSprMCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MADN/MLHG calls - offer MADN/MLHG calls to SIP lines in calls with spare MCAs'."
    DEFVAL       { true }
    ::= { inServR8Entry  42 }

  inServR8SupportLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR8Entry  43 }

  inServR8LongDistanceAlertClgAreaUndet OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Long Distance Alert - treatment if calling area undetermined'.
                  This field is not writable when active."
    DEFVAL       { longDistance }
    ::= { inServR8Entry  44 }

  inServR8SupportDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - integrated DND support'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR8Entry  45 }

  inServR8MLHGsMonitorAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - monitor access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  46 }

  inServR8MLHGsWhisperAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - whisper access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  47 }

  inServR8MLHGsBargeInAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - barge-in access code'.
                  This field is not writable when active."
    ::= { inServR8Entry  48 }

  inServR8ClsMltDevsCrossDeviceCallRej OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls to multiple devices - cross-device call rejection'."
    DEFVAL       { false }
    ::= { inServR8Entry  49 }

  inServR8ClsMltDevsSplyClCmpltElsewrRsnAnswrdCls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls to multiple devices - Supply call completed elsewhere reason for answered calls'."
    DEFVAL       { false }
    ::= { inServR8Entry  50 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  rPSAttrEntryR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2394 }

  rPSAttrEntryR29Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR29NEConn,
             rPSAttrEntryR29NetwkElement,
             rPSAttrEntryR29CFSIx,
             rPSAttrEntryR29CfgSetIx,
             rPSAttrEntryR29AttrSetIx,
             rPSAttrEntryR29AttrEntryIx }
    ::= {  rPSAttrEntryR29Table  1  }

  RPSAttrEntryR29Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR29NEConn              Unsigned32,
    rPSAttrEntryR29NetwkElement        DisplayString,
    rPSAttrEntryR29CFSIx               Unsigned32,
    rPSAttrEntryR29CfgSetIx            Unsigned32,
    rPSAttrEntryR29AttrSetIx           Unsigned32,
    rPSAttrEntryR29AttrEntryIx         Unsigned32,
    rPSAttrEntryR29AttrType            INTEGER,
    rPSAttrEntryR29AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR29AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR29AttrValCldAddrScope INTEGER,
    rPSAttrEntryR29AttrValCldAddrType  INTEGER,
    rPSAttrEntryR29AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR29AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR29AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR29AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR29AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR29AttrValOprCall      INTEGER,
    rPSAttrEntryR29AttrValPriorityCall INTEGER,
    rPSAttrEntryR29AttrValRegionCode   Unsigned32,
    rPSAttrEntryR29AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR29AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR29AttrValRtgControlUK INTEGER,
    rPSAttrEntryR29AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR29AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR29AttrValTestCall     INTEGER,
    rPSAttrEntryR29AttrValAnnounceID   INTEGER,
    rPSAttrEntryR29AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR29AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR29AttrValTransitNetID Unsigned32,
    rPSAttrEntryR29AttrValUSCallType   INTEGER,
    rPSAttrEntryR29AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR29AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR29AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR29AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR29AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR29AttrValUSCarrType   INTEGER,
    rPSAttrEntryR29AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR29AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR29AttrValClgCategory  INTEGER,
    rPSAttrEntryR29RowStatus           RowStatus,
    rPSAttrEntryR29AttrValUKCallType   INTEGER,
    rPSAttrEntryR29AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR29I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR29I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR29I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR29I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR29AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR29AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR29AttrValUSLATA       Unsigned32,
    rPSAttrEntryR29AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR29AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR29AttrValUsrDef       Unsigned32,
    rPSAttrEntryR29AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR29AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR29AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR29AttrValBillCallType INTEGER,
    rPSAttrEntryR29AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR29AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR29AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR29AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR29AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR29AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR29T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR29T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR29T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR29AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR29I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR29I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR29I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR29I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR29AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR29AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR29I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR29I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR29I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR29I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR29AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR29AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR29AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR29AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR29AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR29AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR29AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR29AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR29AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR29AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR29AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR29AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR29AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR29AttrValOTGpID       INTEGER,
    rPSAttrEntryR29AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR29AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR29AttrValDTGpID       INTEGER,
    rPSAttrEntryR29AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR29AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR29AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR29AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR29T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR29T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR29T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR29AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR29AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR29AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR29AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR29AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR29AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR29AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR29AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR29AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR29AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR29AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR29ClgAddrScope        INTEGER,
    rPSAttrEntryR29AttrValHighRiskCall INTEGER,
    rPSAttrEntryR29RtgPolicyNum        Unsigned32,
    rPSAttrEntryR29RtgPolicy           LongDisplayString,
    rPSAttrEntryR29AttrValLCC          INTEGER,
    rPSAttrEntryR29AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR29AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR29AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR29AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR29AttrValScreenInd    INTEGER,
    rPSAttrEntryR29AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR29AttrValPresNumScope INTEGER,
    rPSAttrEntryR29AttrValCnfNum       INTEGER,
    rPSAttrEntryR29AttrValCnfOutdial   INTEGER
  }

  rPSAttrEntryR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR29Entry  1 }

  rPSAttrEntryR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR29Entry  2 }

  rPSAttrEntryR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR29Entry  3 }

  rPSAttrEntryR29CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR29Entry  4 }

  rPSAttrEntryR29AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR29Entry  5 }

  rPSAttrEntryR29AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR29Entry  6 }

  rPSAttrEntryR29AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   conferenceOutdial(174),
                   conferenceNumber(175)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR29Entry  7 }

  rPSAttrEntryR29AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  8 }

  rPSAttrEntryR29AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  9 }

  rPSAttrEntryR29AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  10 }

  rPSAttrEntryR29AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR29Entry  11 }

  rPSAttrEntryR29AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  12 }

  rPSAttrEntryR29AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  13 }

  rPSAttrEntryR29AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  14 }

  rPSAttrEntryR29AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR29Entry  15 }

  rPSAttrEntryR29AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  16 }

  rPSAttrEntryR29AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  17 }

  rPSAttrEntryR29AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  18 }

  rPSAttrEntryR29AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  19 }

  rPSAttrEntryR29AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR29Entry  20 }

  rPSAttrEntryR29AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  21 }

  rPSAttrEntryR29AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR29Entry  22 }

  rPSAttrEntryR29AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  23 }

  rPSAttrEntryR29AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  24 }

  rPSAttrEntryR29AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  25 }

  rPSAttrEntryR29AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR29Entry  26 }

  rPSAttrEntryR29AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR29Entry  27 }

  rPSAttrEntryR29AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR29Entry  28 }

  rPSAttrEntryR29AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  29 }

  rPSAttrEntryR29AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  30 }

  rPSAttrEntryR29AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  31 }

  rPSAttrEntryR29AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR29Entry  32 }

  rPSAttrEntryR29AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR29Entry  33 }

  rPSAttrEntryR29AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR29Entry  34 }

  rPSAttrEntryR29AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR29Entry  35 }

  rPSAttrEntryR29AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  36 }

  rPSAttrEntryR29AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  37 }

  rPSAttrEntryR29AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  38 }

  rPSAttrEntryR29AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR29Entry  39 }

  rPSAttrEntryR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR29Entry  40 }

  rPSAttrEntryR29AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  41 }

  rPSAttrEntryR29AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR29Entry  42 }

  rPSAttrEntryR29I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR29Entry  43 }

  rPSAttrEntryR29I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR29Entry  44 }

  rPSAttrEntryR29I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR29Entry  45 }

  rPSAttrEntryR29I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR29Entry  46 }

  rPSAttrEntryR29AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR29Entry  47 }

  rPSAttrEntryR29AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR29Entry  48 }

  rPSAttrEntryR29AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  49 }

  rPSAttrEntryR29AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR29Entry  50 }

  rPSAttrEntryR29AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  51 }

  rPSAttrEntryR29AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR29Entry  52 }

  rPSAttrEntryR29AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  53 }

  rPSAttrEntryR29AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR29Entry  54 }

  rPSAttrEntryR29AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR29Entry  55 }

  rPSAttrEntryR29AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR29Entry  56 }

  rPSAttrEntryR29AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR29Entry  57 }

  rPSAttrEntryR29AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  58 }

  rPSAttrEntryR29AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  59 }

  rPSAttrEntryR29AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR29Entry  60 }

  rPSAttrEntryR29AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR29Entry  61 }

  rPSAttrEntryR29AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR29Entry  62 }

  rPSAttrEntryR29T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR29Entry  63 }

  rPSAttrEntryR29T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR29Entry  64 }

  rPSAttrEntryR29T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR29Entry  65 }

  rPSAttrEntryR29AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR29Entry  66 }

  rPSAttrEntryR29I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR29Entry  67 }

  rPSAttrEntryR29I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR29Entry  68 }

  rPSAttrEntryR29I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR29Entry  69 }

  rPSAttrEntryR29I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR29Entry  70 }

  rPSAttrEntryR29AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR29Entry  71 }

  rPSAttrEntryR29AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR29Entry  72 }

  rPSAttrEntryR29I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR29Entry  73 }

  rPSAttrEntryR29I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR29Entry  74 }

  rPSAttrEntryR29I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR29Entry  75 }

  rPSAttrEntryR29I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR29Entry  76 }

  rPSAttrEntryR29AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR29Entry  77 }

  rPSAttrEntryR29AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR29Entry  78 }

  rPSAttrEntryR29AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR29Entry  79 }

  rPSAttrEntryR29AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR29Entry  80 }

  rPSAttrEntryR29AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR29Entry  81 }

  rPSAttrEntryR29AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR29Entry  82 }

  rPSAttrEntryR29AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR29Entry  83 }

  rPSAttrEntryR29AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR29Entry  84 }

  rPSAttrEntryR29AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR29Entry  85 }

  rPSAttrEntryR29AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR29Entry  86 }

  rPSAttrEntryR29AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR29Entry  88 }

  rPSAttrEntryR29AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR29Entry  89 }

  rPSAttrEntryR29AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR29Entry  90 }

  rPSAttrEntryR29AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR29Entry  91 }

  rPSAttrEntryR29AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR29Entry  92 }

  rPSAttrEntryR29AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR29Entry  93 }

  rPSAttrEntryR29AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR29Entry  94 }

  rPSAttrEntryR29AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR29Entry  95 }

  rPSAttrEntryR29AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR29Entry  96 }

  rPSAttrEntryR29AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR29Entry  97 }

  rPSAttrEntryR29AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR29Entry  98 }

  rPSAttrEntryR29T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR29Entry  99 }

  rPSAttrEntryR29T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR29Entry  100 }

  rPSAttrEntryR29T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR29Entry  101 }

  rPSAttrEntryR29AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  102 }

  rPSAttrEntryR29AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR29Entry  103 }

  rPSAttrEntryR29AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  104 }

  rPSAttrEntryR29AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR29Entry  105 }

  rPSAttrEntryR29AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  106 }

  rPSAttrEntryR29AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  107 }

  rPSAttrEntryR29AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  108 }

  rPSAttrEntryR29AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  109 }

  rPSAttrEntryR29AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  110 }

  rPSAttrEntryR29AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  111 }

  rPSAttrEntryR29AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR29Entry  112 }

  rPSAttrEntryR29ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  113 }

  rPSAttrEntryR29AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR29Entry  114 }

  rPSAttrEntryR29RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR29Entry  115 }

  rPSAttrEntryR29RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR29Entry  116 }

  rPSAttrEntryR29AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR29Entry  117 }

  rPSAttrEntryR29AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  118 }

  rPSAttrEntryR29AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  119 }

  rPSAttrEntryR29AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR29Entry  120 }

  rPSAttrEntryR29AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR29Entry  121 }

  rPSAttrEntryR29AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR29Entry  122 }

  rPSAttrEntryR29AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR29Entry  123 }

  rPSAttrEntryR29AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR29Entry  124 }

  rPSAttrEntryR29AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  125 }

  rPSAttrEntryR29AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR29Entry  126 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  rPSNVEntryR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2395 }

  rPSNVEntryR24Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR24NEConn,
             rPSNVEntryR24NetwkElement,
             rPSNVEntryR24CFSIx,
             rPSNVEntryR24CfgSetIx,
             rPSNVEntryR24NumVldnTblIx,
             rPSNVEntryR24NumVldnEntryIx }
    ::= {  rPSNVEntryR24Table  1  }

  RPSNVEntryR24Entry  ::=  SEQUENCE
  {
    rPSNVEntryR24NEConn                Unsigned32,
    rPSNVEntryR24NetwkElement          DisplayString,
    rPSNVEntryR24CFSIx                 Unsigned32,
    rPSNVEntryR24CfgSetIx              Unsigned32,
    rPSNVEntryR24NumVldnTblIx          Unsigned32,
    rPSNVEntryR24NumVldnEntryIx        Unsigned32,
    rPSNVEntryR24NumVldnEntryName      DisplayString,
    rPSNVEntryR24Num                   DisplayString,
    rPSNVEntryR24MinMatchLen           Unsigned32,
    rPSNVEntryR24I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR24I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR24I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR24I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR24I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR24RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR24RowStatus             RowStatus,
    rPSNVEntryR24EditAction            DisplayString,
    rPSNVEntryR24BillType              INTEGER,
    rPSNVEntryR24CldAddrComplete       INTEGER,
    rPSNVEntryR24CldAddrScope          INTEGER,
    rPSNVEntryR24FgdPrefixDialed       INTEGER,
    rPSNVEntryR24OprCall               INTEGER,
    rPSNVEntryR24I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR24I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR24I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR24I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR24I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR24MatchAction           INTEGER,
    rPSNVEntryR24MatchCIP              INTEGER,
    rPSNVEntryR24AttrValCIP            INTEGER,
    rPSNVEntryR24MatchLCC1             INTEGER,
    rPSNVEntryR24LCC1                  Unsigned32,
    rPSNVEntryR24MatchLCC2             INTEGER,
    rPSNVEntryR24LCC2                  Unsigned32,
    rPSNVEntryR24MatchLCC3             INTEGER,
    rPSNVEntryR24LCC3                  Unsigned32,
    rPSNVEntryR24MatchLCC4             INTEGER,
    rPSNVEntryR24LCC4                  Unsigned32,
    rPSNVEntryR24MatchLCC5             INTEGER,
    rPSNVEntryR24LCC5                  Unsigned32,
    rPSNVEntryR24UseNumMainBillRec     INTEGER,
    rPSNVEntryR24MatchBillType         INTEGER,
    rPSNVEntryR24MatchCldAddrComplete  INTEGER,
    rPSNVEntryR24MatchCldAddrScope     INTEGER,
    rPSNVEntryR24MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR24MatchOprCall          INTEGER,
    rPSNVEntryR24MatchSubGp            INTEGER,
    rPSNVEntryR24MatchANIIIDigits      INTEGER,
    rPSNVEntryR24ANIIIDigits           Unsigned32,
    rPSNVEntryR24MatchUSCallType       INTEGER,
    rPSNVEntryR24USCallType            INTEGER,
    rPSNVEntryR24MatchUKCallType       INTEGER,
    rPSNVEntryR24UKCallType            INTEGER,
    rPSNVEntryR24MatchDialedPrefix     INTEGER,
    rPSNVEntryR24DialedPrefix          INTEGER,
    rPSNVEntryR24MatchDialingPattn     INTEGER,
    rPSNVEntryR24DialingPattn          INTEGER,
    rPSNVEntryR24MatchUsrDef1          INTEGER,
    rPSNVEntryR24UsrDef1               Unsigned32,
    rPSNVEntryR24MatchUsrDef2          INTEGER,
    rPSNVEntryR24UsrDef2               Unsigned32,
    rPSNVEntryR24MatchUsrDef3          INTEGER,
    rPSNVEntryR24UsrDef3               Unsigned32,
    rPSNVEntryR24AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR24T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR24T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR24T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR24T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR24T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR24AVInMedChMatch        INTEGER,
    rPSNVEntryR24T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR24T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR24T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR24T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR24T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR24T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR24AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR24AVInMedSigStack       INTEGER,
    rPSNVEntryR24AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR24AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR24T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR24T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR24T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR24T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR24T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR24T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR24T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR24T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR24T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR24T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR24T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR24T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR24T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR24T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR24T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR24T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR24T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR24T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR24T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR24T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR24T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR24I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR24I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR24I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR24I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR24AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR24AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR24AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR24AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR24AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR24AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR24AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR24TransitNetwkID        Unsigned32,
    rPSNVEntryR24I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR24I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR24I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR24I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR24T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR24T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR24T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR24AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR24AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR24NumActCallPartyNumAct DisplayString,
    rPSNVEntryR24NumActChargeNumAct    DisplayString,
    rPSNVEntryR24MatchUsrDef4          INTEGER,
    rPSNVEntryR24UsrDef4               Unsigned32,
    rPSNVEntryR24MatchUsrDef5          INTEGER,
    rPSNVEntryR24UsrDef5               Unsigned32,
    rPSNVEntryR24MatchUsrDef6          INTEGER,
    rPSNVEntryR24UsrDef6               Unsigned32,
    rPSNVEntryR24MatchUsrDef7          INTEGER,
    rPSNVEntryR24UsrDef7               Unsigned32,
    rPSNVEntryR24MatchUsrDef8          INTEGER,
    rPSNVEntryR24UsrDef8               Unsigned32,
    rPSNVEntryR24MatchUsrDef9          INTEGER,
    rPSNVEntryR24UsrDef9               Unsigned32,
    rPSNVEntryR24MatchUsrDef10         INTEGER,
    rPSNVEntryR24UsrDef10              Unsigned32,
    rPSNVEntryR24MatchUsrDef11         INTEGER,
    rPSNVEntryR24UsrDef11              Unsigned32,
    rPSNVEntryR24MatchUsrDef12         INTEGER,
    rPSNVEntryR24UsrDef12              Unsigned32,
    rPSNVEntryR24MatchUsrDef13         INTEGER,
    rPSNVEntryR24UsrDef13              Unsigned32,
    rPSNVEntryR24MatchUsrDef14         INTEGER,
    rPSNVEntryR24UsrDef14              Unsigned32,
    rPSNVEntryR24MatchUsrDef15         INTEGER,
    rPSNVEntryR24UsrDef15              Unsigned32,
    rPSNVEntryR24MatchUsrDef16         INTEGER,
    rPSNVEntryR24UsrDef16              Unsigned32,
    rPSNVEntryR24MatchUsrDef17         INTEGER,
    rPSNVEntryR24UsrDef17              Unsigned32,
    rPSNVEntryR24MatchUsrDef18         INTEGER,
    rPSNVEntryR24UsrDef18              Unsigned32,
    rPSNVEntryR24MatchUsrDef19         INTEGER,
    rPSNVEntryR24UsrDef19              Unsigned32,
    rPSNVEntryR24MatchUsrDef20         INTEGER,
    rPSNVEntryR24UsrDef20              Unsigned32,
    rPSNVEntryR24AttrValLCC6Match      INTEGER,
    rPSNVEntryR24AttrValLCC6           Unsigned32,
    rPSNVEntryR24AttrValLCC7Match      INTEGER,
    rPSNVEntryR24AttrValLCC7           Unsigned32,
    rPSNVEntryR24AttrValLCC8Match      INTEGER,
    rPSNVEntryR24AttrValLCC8           Unsigned32,
    rPSNVEntryR24AttrValLCC9Match      INTEGER,
    rPSNVEntryR24AttrValLCC9           Unsigned32,
    rPSNVEntryR24AttrValLCC10Match     INTEGER,
    rPSNVEntryR24AttrValLCC10          Unsigned32,
    rPSNVEntryR24AttrValLCC11Match     INTEGER,
    rPSNVEntryR24AttrValLCC11          Unsigned32,
    rPSNVEntryR24AttrValLCC12Match     INTEGER,
    rPSNVEntryR24AttrValLCC12          Unsigned32,
    rPSNVEntryR24AttrValLCC13Match     INTEGER,
    rPSNVEntryR24AttrValLCC13          Unsigned32,
    rPSNVEntryR24AttrValLCC14Match     INTEGER,
    rPSNVEntryR24AttrValLCC14          Unsigned32,
    rPSNVEntryR24AttrValLCC15Match     INTEGER,
    rPSNVEntryR24AttrValLCC15          Unsigned32,
    rPSNVEntryR24AttrValLCC16Match     INTEGER,
    rPSNVEntryR24AttrValLCC16          Unsigned32,
    rPSNVEntryR24AttrValLCC17Match     INTEGER,
    rPSNVEntryR24AttrValLCC17          Unsigned32,
    rPSNVEntryR24AttrValLCC18Match     INTEGER,
    rPSNVEntryR24AttrValLCC18          Unsigned32,
    rPSNVEntryR24AttrValLCC19Match     INTEGER,
    rPSNVEntryR24AttrValLCC19          Unsigned32,
    rPSNVEntryR24AttrValLCC20Match     INTEGER,
    rPSNVEntryR24AttrValLCC20          Unsigned32,
    rPSNVEntryR24AttrValESAStatusMatch INTEGER,
    rPSNVEntryR24I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR24I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR24I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR24I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR24AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR24AVBearerCapability    BITS,
    rPSNVEntryR24RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR24RedirectionReason     INTEGER,
    rPSNVEntryR24AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR24AttrValValidFromHr    Unsigned32,
    rPSNVEntryR24AttrValValidFromMin   Unsigned32,
    rPSNVEntryR24AttrValValidToHr      Unsigned32,
    rPSNVEntryR24AttrValValidToMin     Unsigned32,
    rPSNVEntryR24AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR24AttrValDayWeek        BITS,
    rPSNVEntryR24AttrValDateRangeMatch INTEGER,
    rPSNVEntryR24AttrValValidFromYear  Unsigned32,
    rPSNVEntryR24AttrValValidFromMonth Unsigned32,
    rPSNVEntryR24AttrValValidFromDate  Unsigned32,
    rPSNVEntryR24AttrValValidUntilYear Unsigned32,
    rPSNVEntryR24AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR24AttrValValidUntilDate Unsigned32,
    rPSNVEntryR24AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR24AttrValDialedBySub    INTEGER,
    rPSNVEntryR24AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR24AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR24AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR24AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR24AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR24AttrValISwIBGCall     INTEGER,
    rPSNVEntryR24UseNumAddBill         INTEGER,
    rPSNVEntryR24AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR24AttrValOTGpID         DisplayString,
    rPSNVEntryR24AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR24AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR24AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR24AttrValDTGpID         DisplayString,
    rPSNVEntryR24AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR24AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR24NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR24NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR24T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR24T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR24T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR24AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR24AttrValClgPrtCtgry    BITS,
    rPSNVEntryR24AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR24AttrValIsupPrefs      BITS,
    rPSNVEntryR24AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR24AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR24AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR24AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR24AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR24AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR24AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR24AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR24AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR24AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR24AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR24AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR24AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR24AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR24AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR24AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR24ClgAddrScope          INTEGER,
    rPSNVEntryR24AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR24AttrValSiteMatch      INTEGER,
    rPSNVEntryR24I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR24NumActionSignaledCIDAction
                                       DisplayString,
    rPSNVEntryR24NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSNVEntryR24AttrValCgNmEqCdNmMatch
                                       INTEGER,
    rPSNVEntryR24AttrValCgNmEqCdNm     INTEGER
  }

  rPSNVEntryR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR24Entry  1 }

  rPSNVEntryR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR24Entry  2 }

  rPSNVEntryR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR24Entry  3 }

  rPSNVEntryR24CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR24Entry  4 }

  rPSNVEntryR24NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR24Entry  5 }

  rPSNVEntryR24NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR24Entry  6 }

  rPSNVEntryR24NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR24Entry  7 }

  rPSNVEntryR24Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR24Entry  8 }

  rPSNVEntryR24MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  9 }

  rPSNVEntryR24I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR24Entry  10 }

  rPSNVEntryR24I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR24Entry  11 }

  rPSNVEntryR24I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR24Entry  12 }

  rPSNVEntryR24I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR24Entry  13 }

  rPSNVEntryR24I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR24Entry  14 }

  rPSNVEntryR24RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR24Entry  15 }

  rPSNVEntryR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR24Entry  16 }

  rPSNVEntryR24EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR24Entry  17 }

  rPSNVEntryR24BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR24Entry  18 }

  rPSNVEntryR24CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR24Entry  19 }

  rPSNVEntryR24CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR24Entry  20 }

  rPSNVEntryR24FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR24Entry  21 }

  rPSNVEntryR24OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR24Entry  22 }

  rPSNVEntryR24I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR24Entry  28 }

  rPSNVEntryR24I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR24Entry  29 }

  rPSNVEntryR24I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR24Entry  30 }

  rPSNVEntryR24I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR24Entry  31 }

  rPSNVEntryR24I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR24Entry  32 }

  rPSNVEntryR24MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR24Entry  33 }

  rPSNVEntryR24MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  34 }

  rPSNVEntryR24AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  35 }

  rPSNVEntryR24MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  49 }

  rPSNVEntryR24LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR24Entry  50 }

  rPSNVEntryR24MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  51 }

  rPSNVEntryR24LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR24Entry  52 }

  rPSNVEntryR24MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  53 }

  rPSNVEntryR24LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR24Entry  54 }

  rPSNVEntryR24MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  55 }

  rPSNVEntryR24LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR24Entry  56 }

  rPSNVEntryR24MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  57 }

  rPSNVEntryR24LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR24Entry  58 }

  rPSNVEntryR24UseNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR24Entry  59 }

  rPSNVEntryR24MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  60 }

  rPSNVEntryR24MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  61 }

  rPSNVEntryR24MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  62 }

  rPSNVEntryR24MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  63 }

  rPSNVEntryR24MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  64 }

  rPSNVEntryR24MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  65 }

  rPSNVEntryR24MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  68 }

  rPSNVEntryR24ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  69 }

  rPSNVEntryR24MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  70 }

  rPSNVEntryR24USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR24Entry  71 }

  rPSNVEntryR24MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  72 }

  rPSNVEntryR24UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR24Entry  73 }

  rPSNVEntryR24MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  74 }

  rPSNVEntryR24DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR24Entry  75 }

  rPSNVEntryR24MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  76 }

  rPSNVEntryR24DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR24Entry  77 }

  rPSNVEntryR24MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  78 }

  rPSNVEntryR24UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR24Entry  79 }

  rPSNVEntryR24MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  80 }

  rPSNVEntryR24UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR24Entry  81 }

  rPSNVEntryR24MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  82 }

  rPSNVEntryR24UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR24Entry  83 }

  rPSNVEntryR24AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR24Entry  84 }

  rPSNVEntryR24T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR24Entry  85 }

  rPSNVEntryR24T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR24Entry  86 }

  rPSNVEntryR24T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR24Entry  87 }

  rPSNVEntryR24T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR24Entry  88 }

  rPSNVEntryR24T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR24Entry  89 }

  rPSNVEntryR24AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  90 }

  rPSNVEntryR24T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  91 }

  rPSNVEntryR24T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  92 }

  rPSNVEntryR24T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  93 }

  rPSNVEntryR24T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  94 }

  rPSNVEntryR24T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  95 }

  rPSNVEntryR24T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  96 }

  rPSNVEntryR24AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  97 }

  rPSNVEntryR24AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR24Entry  98 }

  rPSNVEntryR24AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  99 }

  rPSNVEntryR24AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR24Entry  100 }

  rPSNVEntryR24T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  101 }

  rPSNVEntryR24T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  102 }

  rPSNVEntryR24T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR24Entry  103 }

  rPSNVEntryR24T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR24Entry  104 }

  rPSNVEntryR24T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR24Entry  105 }

  rPSNVEntryR24T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR24Entry  106 }

  rPSNVEntryR24T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR24Entry  107 }

  rPSNVEntryR24T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR24Entry  108 }

  rPSNVEntryR24T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR24Entry  109 }

  rPSNVEntryR24T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR24Entry  110 }

  rPSNVEntryR24T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR24Entry  111 }

  rPSNVEntryR24T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR24Entry  112 }

  rPSNVEntryR24T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR24Entry  113 }

  rPSNVEntryR24T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR24Entry  114 }

  rPSNVEntryR24T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR24Entry  115 }

  rPSNVEntryR24T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR24Entry  116 }

  rPSNVEntryR24T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR24Entry  117 }

  rPSNVEntryR24T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  119 }

  rPSNVEntryR24T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  120 }

  rPSNVEntryR24T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  121 }

  rPSNVEntryR24T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR24Entry  122 }

  rPSNVEntryR24I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR24Entry  123 }

  rPSNVEntryR24I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR24Entry  124 }

  rPSNVEntryR24I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR24Entry  125 }

  rPSNVEntryR24I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR24Entry  126 }

  rPSNVEntryR24AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR24Entry  127 }

  rPSNVEntryR24AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  132 }

  rPSNVEntryR24AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  136 }

  rPSNVEntryR24AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR24Entry  137 }

  rPSNVEntryR24AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  138 }

  rPSNVEntryR24AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR24Entry  139 }

  rPSNVEntryR24AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  140 }

  rPSNVEntryR24TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  141 }

  rPSNVEntryR24I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR24Entry  147 }

  rPSNVEntryR24I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR24Entry  148 }

  rPSNVEntryR24I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR24Entry  149 }

  rPSNVEntryR24I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR24Entry  150 }

  rPSNVEntryR24T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR24Entry  183 }

  rPSNVEntryR24T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR24Entry  184 }

  rPSNVEntryR24T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR24Entry  185 }

  rPSNVEntryR24AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  186 }

  rPSNVEntryR24AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR24Entry  187 }

  rPSNVEntryR24NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR24Entry  188 }

  rPSNVEntryR24NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR24Entry  189 }

  rPSNVEntryR24MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  190 }

  rPSNVEntryR24UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR24Entry  191 }

  rPSNVEntryR24MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  192 }

  rPSNVEntryR24UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR24Entry  193 }

  rPSNVEntryR24MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  194 }

  rPSNVEntryR24UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR24Entry  195 }

  rPSNVEntryR24MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  196 }

  rPSNVEntryR24UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR24Entry  197 }

  rPSNVEntryR24MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  198 }

  rPSNVEntryR24UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR24Entry  199 }

  rPSNVEntryR24MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  200 }

  rPSNVEntryR24UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR24Entry  201 }

  rPSNVEntryR24MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  202 }

  rPSNVEntryR24UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR24Entry  203 }

  rPSNVEntryR24MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  204 }

  rPSNVEntryR24UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR24Entry  205 }

  rPSNVEntryR24MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  206 }

  rPSNVEntryR24UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR24Entry  207 }

  rPSNVEntryR24MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  208 }

  rPSNVEntryR24UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR24Entry  209 }

  rPSNVEntryR24MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  210 }

  rPSNVEntryR24UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR24Entry  211 }

  rPSNVEntryR24MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  212 }

  rPSNVEntryR24UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR24Entry  213 }

  rPSNVEntryR24MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  214 }

  rPSNVEntryR24UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR24Entry  215 }

  rPSNVEntryR24MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  216 }

  rPSNVEntryR24UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR24Entry  217 }

  rPSNVEntryR24MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  218 }

  rPSNVEntryR24UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR24Entry  219 }

  rPSNVEntryR24MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  220 }

  rPSNVEntryR24UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR24Entry  221 }

  rPSNVEntryR24MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  222 }

  rPSNVEntryR24UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR24Entry  223 }

  rPSNVEntryR24AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  224 }

  rPSNVEntryR24AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR24Entry  225 }

  rPSNVEntryR24AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  226 }

  rPSNVEntryR24AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR24Entry  227 }

  rPSNVEntryR24AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  228 }

  rPSNVEntryR24AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR24Entry  229 }

  rPSNVEntryR24AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  230 }

  rPSNVEntryR24AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR24Entry  231 }

  rPSNVEntryR24AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  232 }

  rPSNVEntryR24AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR24Entry  233 }

  rPSNVEntryR24AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  234 }

  rPSNVEntryR24AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR24Entry  235 }

  rPSNVEntryR24AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  236 }

  rPSNVEntryR24AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR24Entry  237 }

  rPSNVEntryR24AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  238 }

  rPSNVEntryR24AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR24Entry  239 }

  rPSNVEntryR24AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  240 }

  rPSNVEntryR24AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR24Entry  241 }

  rPSNVEntryR24AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  242 }

  rPSNVEntryR24AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR24Entry  243 }

  rPSNVEntryR24AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  244 }

  rPSNVEntryR24AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR24Entry  245 }

  rPSNVEntryR24AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  246 }

  rPSNVEntryR24AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR24Entry  247 }

  rPSNVEntryR24AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  248 }

  rPSNVEntryR24AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR24Entry  249 }

  rPSNVEntryR24AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  250 }

  rPSNVEntryR24AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR24Entry  251 }

  rPSNVEntryR24AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  252 }

  rPSNVEntryR24AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR24Entry  253 }

  rPSNVEntryR24AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR24Entry  254 }

  rPSNVEntryR24I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR24Entry  255 }

  rPSNVEntryR24I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR24Entry  256 }

  rPSNVEntryR24I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR24Entry  257 }

  rPSNVEntryR24I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR24Entry  258 }

  rPSNVEntryR24AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  260 }

  rPSNVEntryR24AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR24Entry  261 }

  rPSNVEntryR24RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  262 }

  rPSNVEntryR24RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR24Entry  263 }

  rPSNVEntryR24AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR24Entry  264 }

  rPSNVEntryR24AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR24Entry  265 }

  rPSNVEntryR24AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR24Entry  266 }

  rPSNVEntryR24AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR24Entry  267 }

  rPSNVEntryR24AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR24Entry  268 }

  rPSNVEntryR24AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR24Entry  269 }

  rPSNVEntryR24AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR24Entry  270 }

  rPSNVEntryR24AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR24Entry  271 }

  rPSNVEntryR24AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR24Entry  272 }

  rPSNVEntryR24AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR24Entry  273 }

  rPSNVEntryR24AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR24Entry  274 }

  rPSNVEntryR24AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR24Entry  275 }

  rPSNVEntryR24AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR24Entry  276 }

  rPSNVEntryR24AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR24Entry  277 }

  rPSNVEntryR24AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  278 }

  rPSNVEntryR24AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR24Entry  279 }

  rPSNVEntryR24AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  280 }

  rPSNVEntryR24AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR24Entry  281 }

  rPSNVEntryR24AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  282 }

  rPSNVEntryR24AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR24Entry  283 }

  rPSNVEntryR24AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR24Entry  284 }

  rPSNVEntryR24AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR24Entry  285 }

  rPSNVEntryR24UseNumAddBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use number in billing Module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR24Entry  286 }

  rPSNVEntryR24AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  287 }

  rPSNVEntryR24AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR24Entry  288 }

  rPSNVEntryR24AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  289 }

  rPSNVEntryR24AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR24Entry  290 }

  rPSNVEntryR24AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  291 }

  rPSNVEntryR24AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR24Entry  292 }

  rPSNVEntryR24AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  293 }

  rPSNVEntryR24AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR24Entry  294 }

  rPSNVEntryR24NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR24Entry  295 }

  rPSNVEntryR24NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR24Entry  296 }

  rPSNVEntryR24T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR24Entry  297 }

  rPSNVEntryR24T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR24Entry  298 }

  rPSNVEntryR24T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR24Entry  299 }

  rPSNVEntryR24AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  300 }

  rPSNVEntryR24AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR24Entry  301 }

  rPSNVEntryR24AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  302 }

  rPSNVEntryR24AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR24Entry  303 }

  rPSNVEntryR24AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  304 }

  rPSNVEntryR24AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR24Entry  305 }

  rPSNVEntryR24AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  306 }

  rPSNVEntryR24AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR24Entry  307 }

  rPSNVEntryR24AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  308 }

  rPSNVEntryR24AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR24Entry  309 }

  rPSNVEntryR24AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  310 }

  rPSNVEntryR24AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR24Entry  311 }

  rPSNVEntryR24AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  312 }

  rPSNVEntryR24AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR24Entry  313 }

  rPSNVEntryR24AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  314 }

  rPSNVEntryR24AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR24Entry  315 }

  rPSNVEntryR24AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  316 }

  rPSNVEntryR24AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR24Entry  317 }

  rPSNVEntryR24AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR24Entry  318 }

  rPSNVEntryR24AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  319 }

  rPSNVEntryR24ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR24Entry  320 }

  rPSNVEntryR24AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR24Entry  321 }

  rPSNVEntryR24AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR24Entry  322 }

  rPSNVEntryR24I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR24Entry  323 }

  rPSNVEntryR24NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR24Entry  325 }

  rPSNVEntryR24NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSNVEntryR24Entry  326 }

  rPSNVEntryR24AttrValCgNmEqCdNmMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR24Entry  327 }

  rPSNVEntryR24AttrValCgNmEqCdNm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR24Entry  328 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  rPSActionR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2396 }

  rPSActionR25Entry OBJECT-TYPE
    SYNTAX       RPSActionR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR25NEConn,
             rPSActionR25NetwkElement,
             rPSActionR25CFSIx,
             rPSActionR25CfgSetIx,
             rPSActionR25RtgTblIx,
             rPSActionR25RtgActionIx }
    ::= {  rPSActionR25Table  1  }

  RPSActionR25Entry  ::=  SEQUENCE
  {
    rPSActionR25NEConn                 Unsigned32,
    rPSActionR25NetwkElement           DisplayString,
    rPSActionR25CFSIx                  Unsigned32,
    rPSActionR25CfgSetIx               Unsigned32,
    rPSActionR25RtgTblIx               Unsigned32,
    rPSActionR25RtgActionIx            Unsigned32,
    rPSActionR25AddrType               INTEGER,
    rPSActionR25AddrScope              INTEGER,
    rPSActionR25WildcardAddrType       INTEGER,
    rPSActionR25WildcardAddr           DisplayString,
    rPSActionR25TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR25WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR25ActionProbability      Unsigned32,
    rPSActionR25Action                 INTEGER,
    rPSActionR25T1I1MediaChanNEConn    Unsigned32,
    rPSActionR25T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR25T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR25T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR25T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR25T2I1MediaChanNEConn    Unsigned32,
    rPSActionR25T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR25T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR25T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR25T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR25I1NextTblNEConn        Unsigned32,
    rPSActionR25I2NextTblNetwkElement  DisplayString,
    rPSActionR25I3NextTblCFSIx         Unsigned32,
    rPSActionR25I4NextTblCfgSetIx      Unsigned32,
    rPSActionR25I5NextTblRtgTblIx      Unsigned32,
    rPSActionR25ActionUnavailInterval  Unsigned32,
    rPSActionR25T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR25AllowAAR               INTEGER,
    rPSActionR25AllowARR               INTEGER,
    rPSActionR25RtgControlIndicator    INTEGER,
    rPSActionR25CircCode               INTEGER,
    rPSActionR25MFTandemRtgCode        INTEGER,
    rPSActionR25MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR25MFIntnatlOprRtgCode    INTEGER,
    rPSActionR25MaxChanUsage           Unsigned32,
    rPSActionR25CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR25CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR25RowStatus              RowStatus,
    rPSActionR25OptionalAttrsToSet     BITS,
    rPSActionR25AlrmState              INTEGER,
    rPSActionR25AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR25AlrmEvtsAtndDp         Integer32,
    rPSActionR25AlrmStateTimestamp     Unsigned32,
    rPSActionR25AlrmResetTimestamp     Unsigned32,
    rPSActionR25TimeRtgPrecedence      Unsigned32,
    rPSActionR25TimeRtgMinYear         Unsigned32,
    rPSActionR25TimeRtgMinMonth        Unsigned32,
    rPSActionR25TimeRtgMinDay          Unsigned32,
    rPSActionR25TimeRtgMaxYear         Unsigned32,
    rPSActionR25TimeRtgMaxMonth        Unsigned32,
    rPSActionR25TimeRtgMaxDay          Unsigned32,
    rPSActionR25TimeRtgMinDayWeek      INTEGER,
    rPSActionR25TimeRtgMinHr           Unsigned32,
    rPSActionR25TimeRtgMinMin          Unsigned32,
    rPSActionR25TimeRtgMaxDayWeek      INTEGER,
    rPSActionR25TimeRtgMaxHr           Unsigned32,
    rPSActionR25TimeRtgMaxMin          Unsigned32,
    rPSActionR25SubRtgAttrs            BITS,
    rPSActionR25NumAction              DisplayString,
    rPSActionR25Desc                   DisplayString,
    rPSActionR25AttrValOprCallMatch    INTEGER,
    rPSActionR25AttrValOprCall         INTEGER,
    rPSActionR25AttrValSubGpMatch      INTEGER,
    rPSActionR25T3I1MediaChanNEConn    Unsigned32,
    rPSActionR25T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR25T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR25T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR25I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR25I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR25I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR25I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR25AttrValANIIIDigits     Unsigned32,
    rPSActionR25AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR25AttrValDialedPrefix    INTEGER,
    rPSActionR25AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR25AttrValDialingPattn    INTEGER,
    rPSActionR25AttrValUsrDef1Match    INTEGER,
    rPSActionR25AttrValUsrDef1         Unsigned32,
    rPSActionR25AttrValUsrDef2Match    INTEGER,
    rPSActionR25AttrValUsrDef2         Unsigned32,
    rPSActionR25AttrValUsrDef3Match    INTEGER,
    rPSActionR25AttrValUsrDef3         Unsigned32,
    rPSActionR25AttrValLCC1Match       INTEGER,
    rPSActionR25AttrValLCC1            Unsigned32,
    rPSActionR25AttrValLCC2Match       INTEGER,
    rPSActionR25AttrValLCC2            Unsigned32,
    rPSActionR25AttrValLCC3Match       INTEGER,
    rPSActionR25AttrValLCC3            Unsigned32,
    rPSActionR25AttrValLCC4Match       INTEGER,
    rPSActionR25AttrValLCC4            Unsigned32,
    rPSActionR25AttrValLCC5Match       INTEGER,
    rPSActionR25AttrValLCC5            Unsigned32,
    rPSActionR25AttrValUSCallTypeMatch INTEGER,
    rPSActionR25AttrValUSCallType      INTEGER,
    rPSActionR25AttrValUKCallTypeMatch INTEGER,
    rPSActionR25AttrValUKCallType      INTEGER,
    rPSActionR25AttrValCIPMatch        INTEGER,
    rPSActionR25AttrValCIP             Unsigned32,
    rPSActionR25AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR25InMediaType            INTEGER,
    rPSActionR25T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR25T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR25T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR25T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR25T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR25T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR25T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR25T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR25T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR25T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR25T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR25T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR25T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR25T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR25T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR25T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR25T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR25T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR25T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR25T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR25T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR25T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR25T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR25T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR25T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR25T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR25T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR25T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR25T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR25InMediaRemSigStack     INTEGER,
    rPSActionR25T4I1MediaChanNEConn    Unsigned32,
    rPSActionR25T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR25T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR25I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR25AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR25T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR25T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR25T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR25I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR25I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR25I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR25NumActCallPartyNumAct  DisplayString,
    rPSActionR25NumActChargeNumAct     DisplayString,
    rPSActionR25AttrValUsrDef4Match    INTEGER,
    rPSActionR25AttrValUsrDef4         Unsigned32,
    rPSActionR25AttrValUsrDef5Match    INTEGER,
    rPSActionR25AttrValUsrDef5         Unsigned32,
    rPSActionR25AttrValUsrDef6Match    INTEGER,
    rPSActionR25AttrValUsrDef6         Unsigned32,
    rPSActionR25AttrValUsrDef7Match    INTEGER,
    rPSActionR25AttrValUsrDef7         Unsigned32,
    rPSActionR25AttrValUsrDef8Match    INTEGER,
    rPSActionR25AttrValUsrDef8         Unsigned32,
    rPSActionR25AttrValUsrDef9Match    INTEGER,
    rPSActionR25AttrValUsrDef9         Unsigned32,
    rPSActionR25AttrValUsrDef10Match   INTEGER,
    rPSActionR25AttrValUsrDef10        Unsigned32,
    rPSActionR25AttrValUsrDef11Match   INTEGER,
    rPSActionR25AttrValUsrDef11        Unsigned32,
    rPSActionR25AttrValUsrDef12Match   INTEGER,
    rPSActionR25AttrValUsrDef12        Unsigned32,
    rPSActionR25AttrValUsrDef13Match   INTEGER,
    rPSActionR25AttrValUsrDef13        Unsigned32,
    rPSActionR25AttrValUsrDef14Match   INTEGER,
    rPSActionR25AttrValUsrDef14        Unsigned32,
    rPSActionR25AttrValUsrDef15Match   INTEGER,
    rPSActionR25AttrValUsrDef15        Unsigned32,
    rPSActionR25AttrValUsrDef16Match   INTEGER,
    rPSActionR25AttrValUsrDef16        Unsigned32,
    rPSActionR25AttrValUsrDef17Match   INTEGER,
    rPSActionR25AttrValUsrDef17        Unsigned32,
    rPSActionR25AttrValUsrDef18Match   INTEGER,
    rPSActionR25AttrValUsrDef18        Unsigned32,
    rPSActionR25AttrValUsrDef19Match   INTEGER,
    rPSActionR25AttrValUsrDef19        Unsigned32,
    rPSActionR25AttrValUsrDef20Match   INTEGER,
    rPSActionR25AttrValUsrDef20        Unsigned32,
    rPSActionR25AttrValLCC6Match       INTEGER,
    rPSActionR25AttrValLCC6            Unsigned32,
    rPSActionR25AttrValLCC7Match       INTEGER,
    rPSActionR25AttrValLCC7            Unsigned32,
    rPSActionR25AttrValLCC8Match       INTEGER,
    rPSActionR25AttrValLCC8            Unsigned32,
    rPSActionR25AttrValLCC9Match       INTEGER,
    rPSActionR25AttrValLCC9            Unsigned32,
    rPSActionR25AttrValLCC10Match      INTEGER,
    rPSActionR25AttrValLCC10           Unsigned32,
    rPSActionR25AttrValLCC11Match      INTEGER,
    rPSActionR25AttrValLCC11           Unsigned32,
    rPSActionR25AttrValLCC12Match      INTEGER,
    rPSActionR25AttrValLCC12           Unsigned32,
    rPSActionR25AttrValLCC13Match      INTEGER,
    rPSActionR25AttrValLCC13           Unsigned32,
    rPSActionR25AttrValLCC14Match      INTEGER,
    rPSActionR25AttrValLCC14           Unsigned32,
    rPSActionR25AttrValLCC15Match      INTEGER,
    rPSActionR25AttrValLCC15           Unsigned32,
    rPSActionR25AttrValLCC16Match      INTEGER,
    rPSActionR25AttrValLCC16           Unsigned32,
    rPSActionR25AttrValLCC17Match      INTEGER,
    rPSActionR25AttrValLCC17           Unsigned32,
    rPSActionR25AttrValLCC18Match      INTEGER,
    rPSActionR25AttrValLCC18           Unsigned32,
    rPSActionR25AttrValLCC19Match      INTEGER,
    rPSActionR25AttrValLCC19           Unsigned32,
    rPSActionR25AttrValLCC20Match      INTEGER,
    rPSActionR25AttrValLCC20           Unsigned32,
    rPSActionR25AttrValESAStatusMatch  INTEGER,
    rPSActionR25I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR25I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR25I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR25I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR25MaxCallDurn            Unsigned32,
    rPSActionR25InReleaseCauseMatch    INTEGER,
    rPSActionR25InReleaseCause         INTEGER,
    rPSActionR25OutQ850ReleaseCause    INTEGER,
    rPSActionR25BearerCapabilityMatch  INTEGER,
    rPSActionR25BearerCapability       BITS,
    rPSActionR25AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR25AttrValPriorityCall    INTEGER,
    rPSActionR25AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR25AttrValNetWdBGID       Unsigned32,
    rPSActionR25AttrValBGLnPrivMatch   INTEGER,
    rPSActionR25AttrValBGLnPriv        Unsigned32,
    rPSActionR25AttrValISwIBGCallMatch INTEGER,
    rPSActionR25AttrValISwIBGCall      INTEGER,
    rPSActionR25AttrValOTGpIDMatch     INTEGER,
    rPSActionR25AttrValOTGpID          DisplayString,
    rPSActionR25AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR25AttrValOrigTrCxt       DisplayString,
    rPSActionR25AttrValDTGpIDMatch     INTEGER,
    rPSActionR25AttrValDTGpID          DisplayString,
    rPSActionR25AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR25AttrValDestTrnkCxt     DisplayString,
    rPSActionR25OverrideCldAddrScope   INTEGER,
    rPSActionR25RequestCNAMDip         INTEGER,
    rPSActionR25T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR25T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR25T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR25DestTrnkGpID           DisplayString,
    rPSActionR25DestTrnkCxt            DisplayString,
    rPSActionR25GenericMatchType       INTEGER,
    rPSActionR25ClgPartyCats           BITS,
    rPSActionR25LowerPropDly           Unsigned32,
    rPSActionR25UpperPropDly           Unsigned32,
    rPSActionR25SatelliteInd           Unsigned32,
    rPSActionR25IsupPreference         BITS,
    rPSActionR25GermanNukkFsrMatchType INTEGER,
    rPSActionR25GermanNukkFsrInd       Unsigned32,
    rPSActionR25GermanNukkFszMatchType INTEGER,
    rPSActionR25GermanNukkFszInd       Unsigned32,
    rPSActionR25GermanNukkIcrMatchType INTEGER,
    rPSActionR25GermanNukkIcrInd       Unsigned32,
    rPSActionR25GermanNukkNcrMatchType INTEGER,
    rPSActionR25GermanNukkNcrInd       Unsigned32,
    rPSActionR25GermanNukkCnbMatchType INTEGER,
    rPSActionR25GermanNukkCnbInd       Unsigned32,
    rPSActionR25GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR25GermanNukkCustId       Unsigned32,
    rPSActionR25GermanNukkServMatchType
                                       INTEGER,
    rPSActionR25GermanNukkServ         Unsigned32,
    rPSActionR25GermanNsspFsmMatchType INTEGER,
    rPSActionR25GermanNsspFsmInd       Unsigned32,
    rPSActionR25GermanNsspNpfMatchType INTEGER,
    rPSActionR25GermanNsspNpfInd       Unsigned32,
    rPSActionR25GermanNsspTiMatchType  INTEGER,
    rPSActionR25GermanNsspTransitInd   Unsigned32,
    rPSActionR25GermanNsspServMatchType
                                       INTEGER,
    rPSActionR25GermanNsspServ         Unsigned32,
    rPSActionR25ENUMSuffix             DisplayString,
    rPSActionR25ENUMServers            DisplayString,
    rPSActionR25RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR25CPCSpecificOther       DisplayString,
    rPSActionR25RouteLabel             DisplayString,
    rPSActionR25OverrideClgAddrScope   INTEGER,
    rPSActionR25AttrValSiteMatch       INTEGER,
    rPSActionR25I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR25NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR25OverrideISUPRetryScope INTEGER,
    rPSActionR25NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR25PresNumScopeUKOnly     INTEGER,
    rPSActionR25RecoveryFromLossRTP    INTEGER
  }

  rPSActionR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR25Entry  1 }

  rPSActionR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR25Entry  2 }

  rPSActionR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR25Entry  3 }

  rPSActionR25CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR25Entry  4 }

  rPSActionR25RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR25Entry  5 }

  rPSActionR25RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR25Entry  6 }

  rPSActionR25AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR25Entry  7 }

  rPSActionR25AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR25Entry  8 }

  rPSActionR25WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR25Entry  9 }

  rPSActionR25WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR25Entry  10 }

  rPSActionR25TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR25Entry  11 }

  rPSActionR25WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  12 }

  rPSActionR25ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR25Entry  13 }

  rPSActionR25Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR25Entry  14 }

  rPSActionR25T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  15 }

  rPSActionR25T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  16 }

  rPSActionR25T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  17 }

  rPSActionR25T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  18 }

  rPSActionR25T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  19 }

  rPSActionR25T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  20 }

  rPSActionR25T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  21 }

  rPSActionR25T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  22 }

  rPSActionR25T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  23 }

  rPSActionR25T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  24 }

  rPSActionR25T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  25 }

  rPSActionR25T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  26 }

  rPSActionR25I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR25Entry  27 }

  rPSActionR25I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR25Entry  28 }

  rPSActionR25I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR25Entry  29 }

  rPSActionR25I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR25Entry  30 }

  rPSActionR25I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR25Entry  31 }

  rPSActionR25ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR25Entry  32 }

  rPSActionR25T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  33 }

  rPSActionR25T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  34 }

  rPSActionR25AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR25Entry  35 }

  rPSActionR25AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR25Entry  36 }

  rPSActionR25RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR25Entry  37 }

  rPSActionR25CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR25Entry  38 }

  rPSActionR25MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR25Entry  39 }

  rPSActionR25MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR25Entry  40 }

  rPSActionR25MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR25Entry  41 }

  rPSActionR25MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR25Entry  42 }

  rPSActionR25CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR25Entry  43 }

  rPSActionR25CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR25Entry  44 }

  rPSActionR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR25Entry  50 }

  rPSActionR25OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18),
                   recoveryFromLossOfRTP(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR25Entry  51 }

  rPSActionR25AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR25Entry  52 }

  rPSActionR25AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR25Entry  53 }

  rPSActionR25AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR25Entry  54 }

  rPSActionR25AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR25Entry  55 }

  rPSActionR25AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR25Entry  56 }

  rPSActionR25TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR25Entry  57 }

  rPSActionR25TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR25Entry  58 }

  rPSActionR25TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR25Entry  59 }

  rPSActionR25TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR25Entry  60 }

  rPSActionR25TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR25Entry  61 }

  rPSActionR25TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR25Entry  62 }

  rPSActionR25TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR25Entry  63 }

  rPSActionR25TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR25Entry  64 }

  rPSActionR25TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR25Entry  65 }

  rPSActionR25TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR25Entry  66 }

  rPSActionR25TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR25Entry  67 }

  rPSActionR25TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR25Entry  68 }

  rPSActionR25TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR25Entry  69 }

  rPSActionR25SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR25Entry  71 }

  rPSActionR25NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR25Entry  83 }

  rPSActionR25Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR25Entry  104 }

  rPSActionR25AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  105 }

  rPSActionR25AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR25Entry  106 }

  rPSActionR25AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  107 }

  rPSActionR25T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  110 }

  rPSActionR25T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  111 }

  rPSActionR25T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  112 }

  rPSActionR25T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  113 }

  rPSActionR25T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  114 }

  rPSActionR25I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR25Entry  115 }

  rPSActionR25I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR25Entry  116 }

  rPSActionR25I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR25Entry  117 }

  rPSActionR25I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR25Entry  118 }

  rPSActionR25AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  119 }

  rPSActionR25AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  120 }

  rPSActionR25AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR25Entry  121 }

  rPSActionR25AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  122 }

  rPSActionR25AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR25Entry  123 }

  rPSActionR25AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  124 }

  rPSActionR25AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR25Entry  125 }

  rPSActionR25AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  126 }

  rPSActionR25AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR25Entry  127 }

  rPSActionR25AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  128 }

  rPSActionR25AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR25Entry  129 }

  rPSActionR25AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  130 }

  rPSActionR25AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR25Entry  131 }

  rPSActionR25AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  132 }

  rPSActionR25AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR25Entry  133 }

  rPSActionR25AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  134 }

  rPSActionR25AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR25Entry  135 }

  rPSActionR25AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  136 }

  rPSActionR25AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR25Entry  137 }

  rPSActionR25AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  138 }

  rPSActionR25AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR25Entry  139 }

  rPSActionR25AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  140 }

  rPSActionR25AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR25Entry  141 }

  rPSActionR25AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  142 }

  rPSActionR25AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR25Entry  143 }

  rPSActionR25AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  144 }

  rPSActionR25AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  145 }

  rPSActionR25AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  146 }

  rPSActionR25InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR25Entry  147 }

  rPSActionR25T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR25Entry  148 }

  rPSActionR25T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR25Entry  149 }

  rPSActionR25T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR25Entry  150 }

  rPSActionR25T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR25Entry  151 }

  rPSActionR25T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR25Entry  152 }

  rPSActionR25T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR25Entry  153 }

  rPSActionR25T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR25Entry  154 }

  rPSActionR25T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR25Entry  155 }

  rPSActionR25T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR25Entry  156 }

  rPSActionR25T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR25Entry  157 }

  rPSActionR25T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  158 }

  rPSActionR25T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  159 }

  rPSActionR25T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  160 }

  rPSActionR25T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  161 }

  rPSActionR25T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  162 }

  rPSActionR25T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR25Entry  163 }

  rPSActionR25T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  164 }

  rPSActionR25T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  165 }

  rPSActionR25T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  166 }

  rPSActionR25T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  167 }

  rPSActionR25T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  168 }

  rPSActionR25T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR25Entry  169 }

  rPSActionR25T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  170 }

  rPSActionR25T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  171 }

  rPSActionR25T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  172 }

  rPSActionR25T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  173 }

  rPSActionR25T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR25Entry  174 }

  rPSActionR25T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  175 }

  rPSActionR25T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  176 }

  rPSActionR25T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  177 }

  rPSActionR25T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  178 }

  rPSActionR25T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  179 }

  rPSActionR25InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR25Entry  180 }

  rPSActionR25T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  181 }

  rPSActionR25T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  182 }

  rPSActionR25T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR25Entry  183 }

  rPSActionR25I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR25Entry  184 }

  rPSActionR25AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  185 }

  rPSActionR25T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR25Entry  186 }

  rPSActionR25T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR25Entry  187 }

  rPSActionR25T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR25Entry  188 }

  rPSActionR25I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR25Entry  189 }

  rPSActionR25I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR25Entry  190 }

  rPSActionR25I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR25Entry  191 }

  rPSActionR25NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR25Entry  193 }

  rPSActionR25NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR25Entry  194 }

  rPSActionR25AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  195 }

  rPSActionR25AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR25Entry  196 }

  rPSActionR25AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  197 }

  rPSActionR25AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR25Entry  198 }

  rPSActionR25AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  199 }

  rPSActionR25AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR25Entry  200 }

  rPSActionR25AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  201 }

  rPSActionR25AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR25Entry  202 }

  rPSActionR25AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  203 }

  rPSActionR25AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR25Entry  204 }

  rPSActionR25AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  205 }

  rPSActionR25AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR25Entry  206 }

  rPSActionR25AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  207 }

  rPSActionR25AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR25Entry  208 }

  rPSActionR25AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  209 }

  rPSActionR25AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR25Entry  210 }

  rPSActionR25AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  211 }

  rPSActionR25AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR25Entry  212 }

  rPSActionR25AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  213 }

  rPSActionR25AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR25Entry  214 }

  rPSActionR25AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  215 }

  rPSActionR25AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR25Entry  216 }

  rPSActionR25AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  217 }

  rPSActionR25AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR25Entry  218 }

  rPSActionR25AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  219 }

  rPSActionR25AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR25Entry  220 }

  rPSActionR25AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  221 }

  rPSActionR25AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR25Entry  222 }

  rPSActionR25AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  223 }

  rPSActionR25AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR25Entry  224 }

  rPSActionR25AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  225 }

  rPSActionR25AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR25Entry  226 }

  rPSActionR25AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  227 }

  rPSActionR25AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR25Entry  228 }

  rPSActionR25AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  229 }

  rPSActionR25AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR25Entry  230 }

  rPSActionR25AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  231 }

  rPSActionR25AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR25Entry  232 }

  rPSActionR25AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  233 }

  rPSActionR25AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR25Entry  234 }

  rPSActionR25AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  235 }

  rPSActionR25AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR25Entry  236 }

  rPSActionR25AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  237 }

  rPSActionR25AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR25Entry  238 }

  rPSActionR25AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  239 }

  rPSActionR25AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR25Entry  240 }

  rPSActionR25AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  241 }

  rPSActionR25AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR25Entry  242 }

  rPSActionR25AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  243 }

  rPSActionR25AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR25Entry  244 }

  rPSActionR25AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  245 }

  rPSActionR25AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR25Entry  246 }

  rPSActionR25AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  247 }

  rPSActionR25AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR25Entry  248 }

  rPSActionR25AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  249 }

  rPSActionR25AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR25Entry  250 }

  rPSActionR25AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  251 }

  rPSActionR25AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR25Entry  252 }

  rPSActionR25AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  253 }

  rPSActionR25AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR25Entry  254 }

  rPSActionR25AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  255 }

  rPSActionR25AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR25Entry  256 }

  rPSActionR25AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  257 }

  rPSActionR25AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR25Entry  258 }

  rPSActionR25AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR25Entry  259 }

  rPSActionR25I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR25Entry  260 }

  rPSActionR25I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR25Entry  261 }

  rPSActionR25I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR25Entry  262 }

  rPSActionR25I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR25Entry  263 }

  rPSActionR25MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR25Entry  264 }

  rPSActionR25InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR25Entry  265 }

  rPSActionR25InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR25Entry  266 }

  rPSActionR25OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR25Entry  268 }

  rPSActionR25BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  269 }

  rPSActionR25BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR25Entry  270 }

  rPSActionR25AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  271 }

  rPSActionR25AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR25Entry  272 }

  rPSActionR25AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  273 }

  rPSActionR25AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR25Entry  274 }

  rPSActionR25AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  275 }

  rPSActionR25AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR25Entry  276 }

  rPSActionR25AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR25Entry  277 }

  rPSActionR25AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR25Entry  278 }

  rPSActionR25AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  279 }

  rPSActionR25AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR25Entry  280 }

  rPSActionR25AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  281 }

  rPSActionR25AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR25Entry  282 }

  rPSActionR25AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  283 }

  rPSActionR25AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR25Entry  284 }

  rPSActionR25AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  285 }

  rPSActionR25AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR25Entry  286 }

  rPSActionR25OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR25Entry  287 }

  rPSActionR25RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR25Entry  288 }

  rPSActionR25T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR25Entry  289 }

  rPSActionR25T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR25Entry  290 }

  rPSActionR25T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR25Entry  291 }

  rPSActionR25DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR25Entry  292 }

  rPSActionR25DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR25Entry  293 }

  rPSActionR25GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR25Entry  294 }

  rPSActionR25ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR25Entry  295 }

  rPSActionR25LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  296 }

  rPSActionR25UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR25Entry  297 }

  rPSActionR25SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  298 }

  rPSActionR25IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR25Entry  299 }

  rPSActionR25GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  300 }

  rPSActionR25GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  301 }

  rPSActionR25GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  302 }

  rPSActionR25GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  303 }

  rPSActionR25GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  304 }

  rPSActionR25GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  305 }

  rPSActionR25GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  306 }

  rPSActionR25GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  307 }

  rPSActionR25GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  308 }

  rPSActionR25GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  309 }

  rPSActionR25GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  310 }

  rPSActionR25GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  311 }

  rPSActionR25GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  312 }

  rPSActionR25GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  313 }

  rPSActionR25GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  314 }

  rPSActionR25GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  315 }

  rPSActionR25GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  316 }

  rPSActionR25GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  317 }

  rPSActionR25GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  318 }

  rPSActionR25GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  319 }

  rPSActionR25GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR25Entry  320 }

  rPSActionR25GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR25Entry  321 }

  rPSActionR25ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR25Entry  322 }

  rPSActionR25ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR25Entry  323 }

  rPSActionR25RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR25Entry  324 }

  rPSActionR25CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR25Entry  325 }

  rPSActionR25RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR25Entry  326 }

  rPSActionR25OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR25Entry  327 }

  rPSActionR25AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR25Entry  328 }

  rPSActionR25I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR25Entry  329 }

  rPSActionR25NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR25Entry  331 }

  rPSActionR25OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR25Entry  332 }

  rPSActionR25NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR25Entry  333 }

  rPSActionR25PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR25Entry  334 }

  rPSActionR25RecoveryFromLossRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRTPLossDetection(0),
                   detectRTPLossAndFailCall(1),
                   detectRTPLossAndRetryCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recovery from loss of RTP'."
    DEFVAL       { noRTPLossDetection }
    ::= { rPSActionR25Entry  335 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  indLineR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2397 }

  indLineR26Entry OBJECT-TYPE
    SYNTAX       IndLineR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR26NEConn,
             indLineR26NetwkElement,
             indLineR26CFSIx,
             indLineR26DirNum }
    ::= {  indLineR26Table  1  }

  IndLineR26Entry  ::=  SEQUENCE
  {
    indLineR26NEConn                   Unsigned32,
    indLineR26NetwkElement             DisplayString,
    indLineR26CFSIx                    Unsigned32,
    indLineR26DirNum                   DisplayString,
    indLineR26PresNum                  DisplayString,
    indLineR26ClgPartyNum              DisplayString,
    indLineR26I1SubGpNEConn            Unsigned32,
    indLineR26I2SubGpNetwkElement      DisplayString,
    indLineR26I3SubGpCFSIx             Unsigned32,
    indLineR26I4SubGpSubGpIx           Unsigned32,
    indLineR26NumStatus                INTEGER,
    indLineR26T1I1AccDevNEConn         Unsigned32,
    indLineR26T1I2AccDevNetwkElement   DisplayString,
    indLineR26T1I3AccDevCFSIx          Unsigned32,
    indLineR26T1I4AccDevGatewayIx      Unsigned32,
    indLineR26T1I5AccDevDeviceIx       Unsigned32,
    indLineR26T2I1AccDevNEConn         Unsigned32,
    indLineR26T2I2AccDevNetwkElement   DisplayString,
    indLineR26T2I3AccDevCFSIx          Unsigned32,
    indLineR26T2I4AccDevGatewayIx      Unsigned32,
    indLineR26T2I5AccDevDeviceIx       Unsigned32,
    indLineR26AccessLineNum            Unsigned32,
    indLineR26PortedExchangeID         DisplayString,
    indLineR26SignalFunctionCode       INTEGER,
    indLineR26LineUsage                INTEGER,
    indLineR26FSKFormat                INTEGER,
    indLineR26PIN                      DisplayString,
    indLineR26Locale                   INTEGER,
    indLineR26LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR26DigitMaskingReqd         INTEGER,
    indLineR26OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR26OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR26OrigingFacilityMarksADC  INTEGER,
    indLineR26TermFacilityMarksServInterception
                                       INTEGER,
    indLineR26TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR26ActYear                  Unsigned32,
    indLineR26ActMonth                 Unsigned32,
    indLineR26ActDate                  Unsigned32,
    indLineR26LastInCallClgType        INTEGER,
    indLineR26LastInCallUniqueNum      INTEGER,
    indLineR26LastInCallClgNum         DisplayString,
    indLineR26LastInCallClgPresNum     DisplayString,
    indLineR26LastInCallTimeCall       Unsigned32,
    indLineR26LastInCallCallerWaited   INTEGER,
    indLineR26LastInCallCallAnswrd     INTEGER,
    indLineR26LastInCallCallTraced     INTEGER,
    indLineR26AlrmState                INTEGER,
    indLineR26AlrmLogCorr              Counter64,
    indLineR26AddtlAlrmLogCorr         Counter64,
    indLineR26AlrmEvtsAttnRq           Unsigned32,
    indLineR26AlrmEvtsAtndDp           Unsigned32,
    indLineR26AlrmStateTimestamp       Unsigned32,
    indLineR26ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR26ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR26ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR26ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR26DiagsLogLvl              INTEGER,
    indLineR26DiagsAPITraceEnabled     INTEGER,
    indLineR26DiagsAPITraceTag         DisplayString,
    indLineR26DiagsAPITraceRemNum      DisplayString,
    indLineR26SummaryChldAlrmState     INTEGER,
    indLineR26RowStatus                RowStatus,
    indLineR26ExportNumObjectsExported Integer32,
    indLineR26ExportStatus             DisplayString,
    indLineR26ExportFile               DisplayString,
    indLineR26ExportCorr               Counter64,
    indLineR26ExportCorrNode           DisplayString,
    indLineR26ExportCorrUID            DisplayString,
    indLineR26DoExtraActions           INTEGER,
    indLineR26MovedToDirNum            DisplayString,
    indLineR26CustInfo                 DisplayString,
    indLineR26SigType                  INTEGER,
    indLineR26I1ISDNInterfaceNEConn    Unsigned32,
    indLineR26I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR26I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR26I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR26I5ISDNInterfacePRIIx     Unsigned32,
    indLineR26ISDNDefBearerCapabilities
                                       BITS,
    indLineR26DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR26SIPUserName              DisplayString,
    indLineR26SIPDomainName            DisplayString,
    indLineR26UseStaticNATMapping      INTEGER,
    indLineR26SIPRegistrationStatus    INTEGER,
    indLineR26SIPAuthenticationReqd    INTEGER,
    indLineR26NewSIPPassword           DisplayString,
    indLineR26ConfirmNewSIPPassword    DisplayString,
    indLineR26ServSuspended            INTEGER,
    indLineR26GR303NailedUpConn        INTEGER,
    indLineR26TSL                      INTEGER,
    indLineR26CustInfo2                DisplayString,
    indLineR26CustInfo3                DisplayString,
    indLineR26CustInfo4                DisplayString,
    indLineR26CustInfo5                DisplayString,
    indLineR26CustInfo6                DisplayString,
    indLineR26PrimaryLineDirNum        DisplayString,
    indLineR26RingPattnRO              INTEGER,
    indLineR26RecentlyMovedFromOldNum  INTEGER,
    indLineR26MovedFromDirNum          DisplayString,
    indLineR26ConnectCallAfterAnnounce INTEGER,
    indLineR26ChargeNum                DisplayString,
    indLineR26I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR26I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR26I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR26I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR26PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR26GR303DialType            INTEGER,
    indLineR26LastOutCallCldType       INTEGER,
    indLineR26LastOutCallCldNum        DisplayString,
    indLineR26LastOutCallNumPres       INTEGER,
    indLineR26LastOutCallCallType      INTEGER,
    indLineR26LastOutCallDirectDialed  INTEGER,
    indLineR26LastOutCallCarr          DisplayString,
    indLineR26I1PerProfNEConn          Unsigned32,
    indLineR26I2PerProfNetwkElement    DisplayString,
    indLineR26I3PerProfCFSIx           Unsigned32,
    indLineR26I4PerProfGpIx            Unsigned32,
    indLineR26InUseBy                  INTEGER,
    indLineR26UseDNIdentification      INTEGER,
    indLineR26SDActTimezone            INTEGER,
    indLineR26SDDefTimezone            INTEGER,
    indLineR26SDUseDefTimezone         INTEGER,
    indLineR26SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR26SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR26SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR26SDActMaxCallAppearances  Unsigned32,
    indLineR26SDDefMaxCallAppearances  Unsigned32,
    indLineR26SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR26SDActLongDistanceCarr    DisplayString,
    indLineR26SDDefLongDistanceCarr    DisplayString,
    indLineR26SDUseDefLongDistanceCarr INTEGER,
    indLineR26SDActIntraLATACarr       DisplayString,
    indLineR26SDDefIntraLATACarr       DisplayString,
    indLineR26SDUseDefIntraLATACarr    INTEGER,
    indLineR26SDActRtgAttrs            BITS,
    indLineR26SDDefRtgAttrs            BITS,
    indLineR26SDUseDefRtgAttrs         INTEGER,
    indLineR26SDActBillType            INTEGER,
    indLineR26SDDefBillType            INTEGER,
    indLineR26SDUseDefBillType         INTEGER,
    indLineR26SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR26SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR26SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR26SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR26SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR26SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR26SDActTariffGp            INTEGER,
    indLineR26SDDefTariffGp            INTEGER,
    indLineR26SDUseDefTariffGp         INTEGER,
    indLineR26SDActLCC1                INTEGER,
    indLineR26SDDefLCC1                INTEGER,
    indLineR26SDUseDefLCC1             INTEGER,
    indLineR26SDActLCC2                INTEGER,
    indLineR26SDDefLCC2                INTEGER,
    indLineR26SDUseDefLCC2             INTEGER,
    indLineR26SDActLCC3                INTEGER,
    indLineR26SDDefLCC3                INTEGER,
    indLineR26SDUseDefLCC3             INTEGER,
    indLineR26SDActLCC4                INTEGER,
    indLineR26SDDefLCC4                INTEGER,
    indLineR26SDUseDefLCC4             INTEGER,
    indLineR26SDActLCC5                INTEGER,
    indLineR26SDDefLCC5                INTEGER,
    indLineR26SDUseDefLCC5             INTEGER,
    indLineR26SDActForceLNPLookup      INTEGER,
    indLineR26SDDefForceLNPLookup      INTEGER,
    indLineR26SDUseDefForceLNPLookup   INTEGER,
    indLineR26SDActIntnatlCarr         DisplayString,
    indLineR26SDDefIntnatlCarr         DisplayString,
    indLineR26SDUseDefIntnatlCarr      INTEGER,
    indLineR26LineTrafficStudy         INTEGER,
    indLineR26CallListsMissedCalls     LongDisplayString,
    indLineR26CallListsAnswrdCalls     LongDisplayString,
    indLineR26CallListsDialedCalls     LongDisplayString,
    indLineR26EnabledDate              Unsigned32,
    indLineR26SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR26SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR26SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR26SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR26SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR26SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR26SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR26SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR26SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR26SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR26SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR26SDActLCC6                INTEGER,
    indLineR26SDDefLCC6                INTEGER,
    indLineR26SDUseDefLCC6             INTEGER,
    indLineR26SDActLCC7                INTEGER,
    indLineR26SDDefLCC7                INTEGER,
    indLineR26SDUseDefLCC7             INTEGER,
    indLineR26SDActLCC8                INTEGER,
    indLineR26SDDefLCC8                INTEGER,
    indLineR26SDUseDefLCC8             INTEGER,
    indLineR26SDActLCC9                INTEGER,
    indLineR26SDDefLCC9                INTEGER,
    indLineR26SDUseDefLCC9             INTEGER,
    indLineR26SDActLCC10               INTEGER,
    indLineR26SDDefLCC10               INTEGER,
    indLineR26SDUseDefLCC10            INTEGER,
    indLineR26SDActLCC11               INTEGER,
    indLineR26SDDefLCC11               INTEGER,
    indLineR26SDUseDefLCC11            INTEGER,
    indLineR26SDActLCC12               INTEGER,
    indLineR26SDDefLCC12               INTEGER,
    indLineR26SDUseDefLCC12            INTEGER,
    indLineR26SDActLCC13               INTEGER,
    indLineR26SDDefLCC13               INTEGER,
    indLineR26SDUseDefLCC13            INTEGER,
    indLineR26SDActLCC14               INTEGER,
    indLineR26SDDefLCC14               INTEGER,
    indLineR26SDUseDefLCC14            INTEGER,
    indLineR26SDActLCC15               INTEGER,
    indLineR26SDDefLCC15               INTEGER,
    indLineR26SDUseDefLCC15            INTEGER,
    indLineR26SDActLCC16               INTEGER,
    indLineR26SDDefLCC16               INTEGER,
    indLineR26SDUseDefLCC16            INTEGER,
    indLineR26SDActLCC17               INTEGER,
    indLineR26SDDefLCC17               INTEGER,
    indLineR26SDUseDefLCC17            INTEGER,
    indLineR26SDActLCC18               INTEGER,
    indLineR26SDDefLCC18               INTEGER,
    indLineR26SDUseDefLCC18            INTEGER,
    indLineR26SDActLCC19               INTEGER,
    indLineR26SDDefLCC19               INTEGER,
    indLineR26SDUseDefLCC19            INTEGER,
    indLineR26SDActLCC20               INTEGER,
    indLineR26SDDefLCC20               INTEGER,
    indLineR26SDUseDefLCC20            INTEGER,
    indLineR26T1I1GatewayNEConn        Unsigned32,
    indLineR26T1I2GatewayNetwkElement  DisplayString,
    indLineR26T1I3GatewayCFSIx         Unsigned32,
    indLineR26T1I4GatewayGatewayIx     Unsigned32,
    indLineR26T2I1GatewayNEConn        Unsigned32,
    indLineR26T2I2GatewayNetwkElement  DisplayString,
    indLineR26T2I3GatewayCFSIx         Unsigned32,
    indLineR26T2I4GatewayGatewayIx     Unsigned32,
    indLineR26SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR26SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR26SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR26SDActVQMCallLogging      INTEGER,
    indLineR26SDDefVQMCallLogging      INTEGER,
    indLineR26SDUseDefVQMCallLogging   INTEGER,
    indLineR26CFMLvlOnApply            INTEGER,
    indLineR26SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR26SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR26SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR26CurrNumRegistrations     Integer32,
    indLineR26FaultMonitoringLvl       INTEGER,
    indLineR26CFMLvlOnApply2           INTEGER,
    indLineR26SIPPassword              DisplayString,
    indLineR26SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR26SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR26SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR26SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR26SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR26SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR26SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR26SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR26SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR26SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR26SDUseDefNetwkNode        INTEGER,
    indLineR26MovedToNumAsDialed       DisplayString,
    indLineR26MovedDate                Unsigned32,
    indLineR26SDActExpireAfter         Unsigned32,
    indLineR26SDDefExpireAfter         Unsigned32,
    indLineR26SDUseDefExpireAfter      INTEGER,
    indLineR26ExpiryDate               Unsigned32,
    indLineR26SecondLocale             INTEGER,
    indLineR26SDActAdvChrgAOCD         INTEGER,
    indLineR26SDDefAdvChrgAOCD         INTEGER,
    indLineR26SDUseDefAdvChrgAOCD      INTEGER,
    indLineR26SDActAdvChrgAOCE         INTEGER,
    indLineR26SDDefAdvChrgAOCE         INTEGER,
    indLineR26SDUseDefAdvChrgAOCE      INTEGER,
    indLineR26PayphoneMetering         INTEGER,
    indLineR26SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR26SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR26SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR26SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR26SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR26SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR26SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR26SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR26SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR26SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR26SDUseDefESAProtDom       INTEGER,
    indLineR26SASHostname              LongDisplayString,
    indLineR26I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR26I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR26I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR26SDActSubTimezone         LongDisplayString,
    indLineR26SDDefSubTimezone         LongDisplayString,
    indLineR26SDUseDefSubTimezone      INTEGER,
    indLineR26SDActChargeInd           INTEGER,
    indLineR26SDDefChargeInd           INTEGER,
    indLineR26SDUseDefChargeInd        INTEGER,
    indLineR26SDActSubClgCategory      INTEGER,
    indLineR26SDDefSubClgCategory      INTEGER,
    indLineR26SDUseDefSubClgCategory   INTEGER,
    indLineR26CustomerInfoFirstName    LongDisplayString,
    indLineR26CustomerInfoSecondName   LongDisplayString,
    indLineR26CustomerInfoOtherNames   LongDisplayString,
    indLineR26CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR26CustomerInfoSurname      LongDisplayString,
    indLineR26I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR26I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR26I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR26I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR26TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR26I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR26I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR26I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR26FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR26ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR26AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR26SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR26SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR26SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR26StatisticsAlrms          Integer32,
    indLineR26SupportDevTwinning       INTEGER,
    indLineR26DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR26DevTwinningSIPUserName   DisplayString,
    indLineR26DevTwinningSIPDomainName DisplayString,
    indLineR26DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR26DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR26I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR26I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR26I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR26I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR26DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR26DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR26DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR26DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR26DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR26I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR26I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR26I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR26I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR26DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR26DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR26DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR26DevTwinningSIPPassword   DisplayString,
    indLineR26NoUserEquipment          INTEGER,
    indLineR26SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR26SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR26SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR26AllowRehoming            INTEGER,
    indLineR26I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR26SDActAccessionClientOnly INTEGER,
    indLineR26SDDefAccessionClientOnly INTEGER,
    indLineR26SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR26PreSubscribedConn        INTEGER,
    indLineR26ExportIncASRepData       INTEGER,
    indLineR26PBXIsDuplicate           INTEGER,
    indLineR26PBXIsRenumbering         INTEGER,
    indLineR26SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR26SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR26SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR26PortedRtgMethod          INTEGER,
    indLineR26LocationRtgNum           DisplayString,
    indLineR26IsIMS                    INTEGER,
    indLineR26ExportChldObjectsToInc   INTEGER
  }

  indLineR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR26Entry  1 }

  indLineR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR26Entry  2 }

  indLineR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR26Entry  3 }

  indLineR26DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR26Entry  4 }

  indLineR26PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR26Entry  5 }

  indLineR26ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR26Entry  6 }

  indLineR26I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR26Entry  7 }

  indLineR26I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR26Entry  8 }

  indLineR26I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR26Entry  9 }

  indLineR26I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR26Entry  10 }

  indLineR26NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR26Entry  11 }

  indLineR26T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR26Entry  12 }

  indLineR26T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR26Entry  13 }

  indLineR26T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR26Entry  14 }

  indLineR26T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR26Entry  15 }

  indLineR26T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR26Entry  16 }

  indLineR26T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR26Entry  17 }

  indLineR26T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR26Entry  18 }

  indLineR26T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR26Entry  19 }

  indLineR26T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR26Entry  20 }

  indLineR26T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR26Entry  21 }

  indLineR26AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR26Entry  22 }

  indLineR26PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR26Entry  23 }

  indLineR26SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR26Entry  24 }

  indLineR26LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR26Entry  25 }

  indLineR26FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR26Entry  26 }

  indLineR26PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR26Entry  29 }

  indLineR26Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR26Entry  30 }

  indLineR26LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR26Entry  33 }

  indLineR26DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR26Entry  34 }

  indLineR26OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR26Entry  36 }

  indLineR26OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR26Entry  37 }

  indLineR26OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR26Entry  38 }

  indLineR26TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR26Entry  39 }

  indLineR26TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR26Entry  40 }

  indLineR26ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR26Entry  42 }

  indLineR26ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR26Entry  43 }

  indLineR26ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR26Entry  44 }

  indLineR26LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR26Entry  45 }

  indLineR26LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR26Entry  46 }

  indLineR26LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR26Entry  47 }

  indLineR26LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR26Entry  48 }

  indLineR26LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR26Entry  49 }

  indLineR26LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR26Entry  50 }

  indLineR26LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR26Entry  51 }

  indLineR26LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR26Entry  52 }

  indLineR26AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR26Entry  53 }

  indLineR26AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR26Entry  54 }

  indLineR26AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR26Entry  55 }

  indLineR26AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR26Entry  56 }

  indLineR26AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR26Entry  57 }

  indLineR26AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR26Entry  58 }

  indLineR26ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR26Entry  59 }

  indLineR26ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR26Entry  60 }

  indLineR26ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR26Entry  61 }

  indLineR26ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR26Entry  62 }

  indLineR26DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR26Entry  63 }

  indLineR26DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR26Entry  64 }

  indLineR26DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR26Entry  65 }

  indLineR26DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR26Entry  66 }

  indLineR26SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR26Entry  67 }

  indLineR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR26Entry  68 }

  indLineR26ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR26Entry  69 }

  indLineR26ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR26Entry  70 }

  indLineR26ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR26Entry  71 }

  indLineR26ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR26Entry  72 }

  indLineR26ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR26Entry  73 }

  indLineR26ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR26Entry  74 }

  indLineR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR26Entry  75 }

  indLineR26MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR26Entry  76 }

  indLineR26CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR26Entry  77 }

  indLineR26SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR26Entry  78 }

  indLineR26I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR26Entry  79 }

  indLineR26I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR26Entry  80 }

  indLineR26I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR26Entry  81 }

  indLineR26I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR26Entry  82 }

  indLineR26I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR26Entry  83 }

  indLineR26ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR26Entry  84 }

  indLineR26DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR26Entry  85 }

  indLineR26SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR26Entry  86 }

  indLineR26SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR26Entry  87 }

  indLineR26UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR26Entry  88 }

  indLineR26SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR26Entry  89 }

  indLineR26SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR26Entry  90 }

  indLineR26NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR26Entry  91 }

  indLineR26ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR26Entry  92 }

  indLineR26ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR26Entry  96 }

  indLineR26GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR26Entry  97 }

  indLineR26TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR26Entry  98 }

  indLineR26CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR26Entry  99 }

  indLineR26CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR26Entry  100 }

  indLineR26CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR26Entry  101 }

  indLineR26CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR26Entry  102 }

  indLineR26CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR26Entry  103 }

  indLineR26PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR26Entry  104 }

  indLineR26RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR26Entry  105 }

  indLineR26RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR26Entry  106 }

  indLineR26MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR26Entry  107 }

  indLineR26ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR26Entry  108 }

  indLineR26ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR26Entry  109 }

  indLineR26I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  110 }

  indLineR26I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  111 }

  indLineR26I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  112 }

  indLineR26I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  113 }

  indLineR26PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR26Entry  114 }

  indLineR26GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR26Entry  120 }

  indLineR26LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR26Entry  122 }

  indLineR26LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR26Entry  123 }

  indLineR26LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR26Entry  124 }

  indLineR26LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR26Entry  125 }

  indLineR26LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR26Entry  126 }

  indLineR26LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR26Entry  127 }

  indLineR26I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR26Entry  133 }

  indLineR26I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR26Entry  134 }

  indLineR26I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR26Entry  135 }

  indLineR26I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR26Entry  136 }

  indLineR26InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR26Entry  137 }

  indLineR26UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR26Entry  138 }

  indLineR26SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  139 }

  indLineR26SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  140 }

  indLineR26SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  141 }

  indLineR26SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  142 }

  indLineR26SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  143 }

  indLineR26SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  144 }

  indLineR26SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  150 }

  indLineR26SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  151 }

  indLineR26SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  152 }

  indLineR26SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  153 }

  indLineR26SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  154 }

  indLineR26SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  155 }

  indLineR26SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  156 }

  indLineR26SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  157 }

  indLineR26SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  158 }

  indLineR26SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  159 }

  indLineR26SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  160 }

  indLineR26SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  161 }

  indLineR26SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  162 }

  indLineR26SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  163 }

  indLineR26SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  164 }

  indLineR26SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  165 }

  indLineR26SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  166 }

  indLineR26SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  167 }

  indLineR26SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  168 }

  indLineR26SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  169 }

  indLineR26SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  170 }

  indLineR26SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  171 }

  indLineR26SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  172 }

  indLineR26SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  173 }

  indLineR26SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  174 }

  indLineR26SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  175 }

  indLineR26SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  176 }

  indLineR26SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  177 }

  indLineR26SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  178 }

  indLineR26SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  179 }

  indLineR26SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  180 }

  indLineR26SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  181 }

  indLineR26SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  182 }

  indLineR26SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  183 }

  indLineR26SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  184 }

  indLineR26SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  185 }

  indLineR26SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  186 }

  indLineR26SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  187 }

  indLineR26SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  188 }

  indLineR26SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  189 }

  indLineR26SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  190 }

  indLineR26SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  191 }

  indLineR26SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  192 }

  indLineR26SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  193 }

  indLineR26SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  194 }

  indLineR26LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR26Entry  195 }

  indLineR26CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR26Entry  196 }

  indLineR26CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR26Entry  197 }

  indLineR26CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR26Entry  198 }

  indLineR26EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR26Entry  199 }

  indLineR26SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  207 }

  indLineR26SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  208 }

  indLineR26SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  209 }

  indLineR26SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  210 }

  indLineR26SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  211 }

  indLineR26SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  212 }

  indLineR26SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  213 }

  indLineR26SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  214 }

  indLineSDActR26SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  216 }

  indLineSDDefR26SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR26Entry  217 }

  indLineR26SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  218 }

  indLineR26SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  224 }

  indLineR26SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  225 }

  indLineR26SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  226 }

  indLineR26SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  227 }

  indLineR26SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  228 }

  indLineR26SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  229 }

  indLineR26SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  230 }

  indLineR26SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  231 }

  indLineR26SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  232 }

  indLineR26SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  233 }

  indLineR26SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  234 }

  indLineR26SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  235 }

  indLineR26SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  236 }

  indLineR26SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  237 }

  indLineR26SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  238 }

  indLineR26SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  239 }

  indLineR26SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  240 }

  indLineR26SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  241 }

  indLineR26SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  242 }

  indLineR26SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  243 }

  indLineR26SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  244 }

  indLineR26SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  245 }

  indLineR26SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  246 }

  indLineR26SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  247 }

  indLineR26SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  248 }

  indLineR26SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  249 }

  indLineR26SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  250 }

  indLineR26SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  251 }

  indLineR26SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  252 }

  indLineR26SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  253 }

  indLineR26SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  254 }

  indLineR26SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  255 }

  indLineR26SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  256 }

  indLineR26SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  257 }

  indLineR26SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  258 }

  indLineR26SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  259 }

  indLineR26SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  260 }

  indLineR26SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  261 }

  indLineR26SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  262 }

  indLineR26SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  263 }

  indLineR26SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  264 }

  indLineR26SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  265 }

  indLineR26SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  266 }

  indLineR26SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  267 }

  indLineR26SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  268 }

  indLineR26T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR26Entry  269 }

  indLineR26T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR26Entry  270 }

  indLineR26T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR26Entry  271 }

  indLineR26T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR26Entry  272 }

  indLineR26T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR26Entry  273 }

  indLineR26T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR26Entry  274 }

  indLineR26T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR26Entry  275 }

  indLineR26T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR26Entry  276 }

  indLineR26SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  285 }

  indLineR26SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  286 }

  indLineR26SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  287 }

  indLineR26SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  301 }

  indLineR26SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  302 }

  indLineR26SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  303 }

  indLineR26CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR26Entry  304 }

  indLineR26SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  305 }

  indLineR26SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  306 }

  indLineR26SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  307 }

  indLineR26CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR26Entry  308 }

  indLineR26FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR26Entry  309 }

  indLineR26CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR26Entry  310 }

  indLineR26SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR26Entry  311 }

  indLineR26SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  312 }

  indLineR26SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  313 }

  indLineR26SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  314 }

  indLineR26SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  315 }

  indLineR26SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  316 }

  indLineR26SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  317 }

  indLineR26SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  318 }

  indLineR26SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  319 }

  indLineSDActR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  321 }

  indLineSDDefR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR26Entry  322 }

  indLineR26SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  323 }

  indLineR26MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR26Entry  328 }

  indLineR26MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR26Entry  329 }

  indLineR26SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  330 }

  indLineR26SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  331 }

  indLineR26SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  332 }

  indLineR26ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR26Entry  333 }

  indLineR26SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR26Entry  346 }

  indLineR26SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  347 }

  indLineR26SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  348 }

  indLineR26SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  349 }

  indLineR26SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  350 }

  indLineR26SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  351 }

  indLineR26SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  352 }

  indLineR26PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR26Entry  353 }

  indLineR26SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  354 }

  indLineR26SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  355 }

  indLineR26SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  356 }

  indLineR26SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  357 }

  indLineR26SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  358 }

  indLineR26SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  359 }

  indLineR26SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  360 }

  indLineR26SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  361 }

  indLineSDActR26SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  363 }

  indLineSDDefR26SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR26Entry  364 }

  indLineR26SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  365 }

  indLineR26SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR26Entry  370 }

  indLineR26I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR26Entry  371 }

  indLineR26I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR26Entry  372 }

  indLineR26I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR26Entry  373 }

  indLineR26SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  375 }

  indLineR26SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  376 }

  indLineR26SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  377 }

  indLineR26SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  378 }

  indLineR26SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  379 }

  indLineR26SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  380 }

  indLineR26SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  381 }

  indLineR26SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  382 }

  indLineR26SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  383 }

  indLineR26CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR26Entry  390 }

  indLineR26CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR26Entry  391 }

  indLineR26CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR26Entry  392 }

  indLineR26CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR26Entry  393 }

  indLineR26CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR26Entry  394 }

  indLineR26I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR26Entry  395 }

  indLineR26I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR26Entry  396 }

  indLineR26I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR26Entry  397 }

  indLineR26I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR26Entry  398 }

  indLineR26TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR26Entry  399 }

  indLineR26I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR26Entry  400 }

  indLineR26I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR26Entry  401 }

  indLineR26I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR26Entry  402 }

  indLineR26FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR26Entry  403 }

  indLineR26ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR26Entry  404 }

  indLineR26AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR26Entry  405 }

  indLineR26SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  406 }

  indLineR26SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  407 }

  indLineR26SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  408 }

  indLineR26StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR26Entry  409 }

  indLineR26SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR26Entry  410 }

  indLineR26DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR26Entry  411 }

  indLineR26DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR26Entry  412 }

  indLineR26DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR26Entry  413 }

  indLineR26DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR26Entry  414 }

  indLineR26DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR26Entry  415 }

  indLineR26I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR26Entry  416 }

  indLineR26I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR26Entry  417 }

  indLineR26I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR26Entry  418 }

  indLineR26I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR26Entry  419 }

  indLineR26DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR26Entry  420 }

  indLineR26DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR26Entry  421 }

  indLineR26DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR26Entry  422 }

  indLineR26DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR26Entry  423 }

  indLineR26DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR26Entry  424 }

  indLineR26I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  425 }

  indLineR26I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  426 }

  indLineR26I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  427 }

  indLineR26I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR26Entry  428 }

  indLineR26DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR26Entry  429 }

  indLineR26DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR26Entry  430 }

  indLineR26DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR26Entry  431 }

  indLineR26DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR26Entry  432 }

  indLineR26NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR26Entry  433 }

  indLineR26SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  434 }

  indLineR26SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  435 }

  indLineR26SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  436 }

  indLineR26AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR26Entry  437 }

  indLineR26I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR26Entry  438 }

  indLineR26SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  439 }

  indLineR26SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  440 }

  indLineR26SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  441 }

  indLineR26PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR26Entry  442 }

  indLineR26ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR26Entry  443 }

  indLineR26PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR26Entry  444 }

  indLineR26PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR26Entry  445 }

  indLineR26SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  446 }

  indLineR26SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR26Entry  447 }

  indLineR26SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR26Entry  448 }

  indLineR26PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { indLineR26Entry  449 }

  indLineR26LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { indLineR26Entry  450 }

  indLineR26IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { indLineR26Entry  451 }

  indLineR26ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR26Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  bGLineR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2398 }

  bGLineR26Entry OBJECT-TYPE
    SYNTAX       BGLineR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR26NEConn,
             bGLineR26NetwkElement,
             bGLineR26CFSIx,
             bGLineR26GpIx,
             bGLineR26FirstDirNum,
             bGLineR26DirNum }
    ::= {  bGLineR26Table  1  }

  BGLineR26Entry  ::=  SEQUENCE
  {
    bGLineR26NEConn                    Unsigned32,
    bGLineR26NetwkElement              DisplayString,
    bGLineR26CFSIx                     Unsigned32,
    bGLineR26GpIx                      Unsigned32,
    bGLineR26FirstDirNum               DisplayString,
    bGLineR26DirNum                    DisplayString,
    bGLineR26PresNum                   DisplayString,
    bGLineR26ClgPartyNum               DisplayString,
    bGLineR26IntercomDialingCode       DisplayString,
    bGLineR26NumStatus                 INTEGER,
    bGLineR26PortedExchangeID          DisplayString,
    bGLineR26T1I1AccDevNEConn          Unsigned32,
    bGLineR26T1I2AccDevNetwkElement    DisplayString,
    bGLineR26T1I3AccDevCFSIx           Unsigned32,
    bGLineR26T1I4AccDevGatewayIx       Unsigned32,
    bGLineR26T1I5AccDevDeviceIx        Unsigned32,
    bGLineR26T2I1AccDevNEConn          Unsigned32,
    bGLineR26T2I2AccDevNetwkElement    DisplayString,
    bGLineR26T2I3AccDevCFSIx           Unsigned32,
    bGLineR26T2I4AccDevGatewayIx       Unsigned32,
    bGLineR26T2I5AccDevDeviceIx        Unsigned32,
    bGLineR26AccessLineNum             Unsigned32,
    bGLineR26SignalFunctionCode        INTEGER,
    bGLineR26LineUsage                 INTEGER,
    bGLineR26FSKFormat                 INTEGER,
    bGLineR26PIN                       DisplayString,
    bGLineR26LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR26DigitMaskingReqd          INTEGER,
    bGLineR26OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR26OrigingFacilityMarksADC   INTEGER,
    bGLineR26TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR26TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR26ActYear                   Unsigned32,
    bGLineR26ActMonth                  Unsigned32,
    bGLineR26ActDate                   Unsigned32,
    bGLineR26LastInCallClgType         INTEGER,
    bGLineR26LastInCallUniqueNum       INTEGER,
    bGLineR26LastInCallClgNum          DisplayString,
    bGLineR26LastInCallClgPresNum      DisplayString,
    bGLineR26LastInCallTimeCall        Unsigned32,
    bGLineR26LastInCallCallerWaited    INTEGER,
    bGLineR26LastInCallCallAnswrd      INTEGER,
    bGLineR26LastInCallCallTraced      INTEGER,
    bGLineR26AlrmState                 INTEGER,
    bGLineR26AlrmLogCorr               Counter64,
    bGLineR26AddtlAlrmLogCorr          Counter64,
    bGLineR26AlrmEvtsAttnRq            Unsigned32,
    bGLineR26AlrmEvtsAtndDp            Unsigned32,
    bGLineR26AlrmStateTimestamp        Unsigned32,
    bGLineR26ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR26ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR26ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR26ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR26DiagsLogLvl               INTEGER,
    bGLineR26DiagsAPITraceEnabled      INTEGER,
    bGLineR26DiagsAPITraceTag          DisplayString,
    bGLineR26DiagsAPITraceRemNum       DisplayString,
    bGLineR26SummaryChldAlrmState      INTEGER,
    bGLineR26ExportNumObjectsExported  Integer32,
    bGLineR26ExportStatus              DisplayString,
    bGLineR26ExportFile                DisplayString,
    bGLineR26ExportCorr                Counter64,
    bGLineR26ExportCorrNode            DisplayString,
    bGLineR26ExportCorrUID             DisplayString,
    bGLineR26DoExtraActions            INTEGER,
    bGLineR26RowStatus                 RowStatus,
    bGLineR26MovedToDirNum             DisplayString,
    bGLineR26CustInfo                  DisplayString,
    bGLineR26SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR26SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR26SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR26SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR26SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR26SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR26SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR26SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR26SDUseDefSubGpBusLine      INTEGER,
    bGLineR26SigType                   INTEGER,
    bGLineR26I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR26I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR26I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR26I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR26I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR26ISDNDefBearerCapabilities BITS,
    bGLineR26SIPUserName               DisplayString,
    bGLineR26SIPDomainName             DisplayString,
    bGLineR26UseStaticNATMapping       INTEGER,
    bGLineR26SIPRegistrationStatus     INTEGER,
    bGLineR26SIPAuthenticationReqd     INTEGER,
    bGLineR26NewSIPPassword            DisplayString,
    bGLineR26ConfirmNewSIPPassword     DisplayString,
    bGLineR26SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR26SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR26SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR26SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR26SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR26SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR26GR303NailedUpConn         INTEGER,
    bGLineR26MultipleAppearanceDirNum  DisplayString,
    bGLineR26AllowDirectDialing        INTEGER,
    bGLineR26CustInfo2                 DisplayString,
    bGLineR26CustInfo3                 DisplayString,
    bGLineR26CustInfo4                 DisplayString,
    bGLineR26CustInfo5                 DisplayString,
    bGLineR26CustInfo6                 DisplayString,
    bGLineR26RecentlyMovedFromOldNum   INTEGER,
    bGLineR26MovedFromDirNum           DisplayString,
    bGLineR26ConnectCallAfterAnnounce  INTEGER,
    bGLineR26ChargeNum                 DisplayString,
    bGLineR26I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR26I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR26I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR26I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR26PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR26GR303DialType             INTEGER,
    bGLineR26LastOutCallCldType        INTEGER,
    bGLineR26LastOutCallCldNum         DisplayString,
    bGLineR26LastOutCallNumPres        INTEGER,
    bGLineR26LastOutCallCallType       INTEGER,
    bGLineR26LastOutCallDirectDialed   INTEGER,
    bGLineR26LastOutCallCarr           DisplayString,
    bGLineR26I1PerProfNEConn           Unsigned32,
    bGLineR26I2PerProfNetwkElement     DisplayString,
    bGLineR26I3PerProfCFSIx            Unsigned32,
    bGLineR26I4PerProfGpIx             Unsigned32,
    bGLineR26UseDNIdentification       INTEGER,
    bGLineR26SDActLongDistanceCarr     DisplayString,
    bGLineR26SDDefLongDistanceCarr     DisplayString,
    bGLineR26SDUseDefLongDistanceCarr  INTEGER,
    bGLineR26SDActIntraLATACarr        DisplayString,
    bGLineR26SDDefIntraLATACarr        DisplayString,
    bGLineR26SDUseDefIntraLATACarr     INTEGER,
    bGLineR26SDActIntnatlCarr          DisplayString,
    bGLineR26SDDefIntnatlCarr          DisplayString,
    bGLineR26SDUseDefIntnatlCarr       INTEGER,
    bGLineR26SDActRtgAttrs             BITS,
    bGLineR26SDDefRtgAttrs             BITS,
    bGLineR26SDUseDefRtgAttrs          INTEGER,
    bGLineR26SDActTimezone             INTEGER,
    bGLineR26SDDefTimezone             INTEGER,
    bGLineR26SDUseDefTimezone          INTEGER,
    bGLineR26SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR26SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR26SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR26SDActLCC1                 INTEGER,
    bGLineR26SDDefLCC1                 INTEGER,
    bGLineR26SDUseDefLCC1              INTEGER,
    bGLineR26SDActLCC2                 INTEGER,
    bGLineR26SDDefLCC2                 INTEGER,
    bGLineR26SDUseDefLCC2              INTEGER,
    bGLineR26SDActLCC3                 INTEGER,
    bGLineR26SDDefLCC3                 INTEGER,
    bGLineR26SDUseDefLCC3              INTEGER,
    bGLineR26SDActLCC4                 INTEGER,
    bGLineR26SDDefLCC4                 INTEGER,
    bGLineR26SDUseDefLCC4              INTEGER,
    bGLineR26SDActLCC5                 INTEGER,
    bGLineR26SDDefLCC5                 INTEGER,
    bGLineR26SDUseDefLCC5              INTEGER,
    bGLineR26SDActMaxCallAppearances   Unsigned32,
    bGLineR26SDDefMaxCallAppearances   Unsigned32,
    bGLineR26SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR26SDActTariffGp             INTEGER,
    bGLineR26SDDefTariffGp             INTEGER,
    bGLineR26SDUseDefTariffGp          INTEGER,
    bGLineR26SDActForceLNPLookup       INTEGER,
    bGLineR26SDDefForceLNPLookup       INTEGER,
    bGLineR26SDUseDefForceLNPLookup    INTEGER,
    bGLineR26LineTrafficStudy          INTEGER,
    bGLineR26MLHGIx                    Unsigned32,
    bGLineR26MLHGMemberIx              Unsigned32,
    bGLineR26CallListsMissedCalls      LongDisplayString,
    bGLineR26CallListsAnswrdCalls      LongDisplayString,
    bGLineR26CallListsDialedCalls      LongDisplayString,
    bGLineR26EnabledDate               Unsigned32,
    bGLineR26SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR26SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR26SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR26SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR26SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR26SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR26SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR26SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR26SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR26SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR26SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR26SDActLCC6                 INTEGER,
    bGLineR26SDDefLCC6                 INTEGER,
    bGLineR26SDUseDefLCC6              INTEGER,
    bGLineR26SDActLCC7                 INTEGER,
    bGLineR26SDDefLCC7                 INTEGER,
    bGLineR26SDUseDefLCC7              INTEGER,
    bGLineR26SDActLCC8                 INTEGER,
    bGLineR26SDDefLCC8                 INTEGER,
    bGLineR26SDUseDefLCC8              INTEGER,
    bGLineR26SDActLCC9                 INTEGER,
    bGLineR26SDDefLCC9                 INTEGER,
    bGLineR26SDUseDefLCC9              INTEGER,
    bGLineR26SDActLCC10                INTEGER,
    bGLineR26SDDefLCC10                INTEGER,
    bGLineR26SDUseDefLCC10             INTEGER,
    bGLineR26SDActLCC11                INTEGER,
    bGLineR26SDDefLCC11                INTEGER,
    bGLineR26SDUseDefLCC11             INTEGER,
    bGLineR26SDActLCC12                INTEGER,
    bGLineR26SDDefLCC12                INTEGER,
    bGLineR26SDUseDefLCC12             INTEGER,
    bGLineR26SDActLCC13                INTEGER,
    bGLineR26SDDefLCC13                INTEGER,
    bGLineR26SDUseDefLCC13             INTEGER,
    bGLineR26SDActLCC14                INTEGER,
    bGLineR26SDDefLCC14                INTEGER,
    bGLineR26SDUseDefLCC14             INTEGER,
    bGLineR26SDActLCC15                INTEGER,
    bGLineR26SDDefLCC15                INTEGER,
    bGLineR26SDUseDefLCC15             INTEGER,
    bGLineR26SDActLCC16                INTEGER,
    bGLineR26SDDefLCC16                INTEGER,
    bGLineR26SDUseDefLCC16             INTEGER,
    bGLineR26SDActLCC17                INTEGER,
    bGLineR26SDDefLCC17                INTEGER,
    bGLineR26SDUseDefLCC17             INTEGER,
    bGLineR26SDActLCC18                INTEGER,
    bGLineR26SDDefLCC18                INTEGER,
    bGLineR26SDUseDefLCC18             INTEGER,
    bGLineR26SDActLCC19                INTEGER,
    bGLineR26SDDefLCC19                INTEGER,
    bGLineR26SDUseDefLCC19             INTEGER,
    bGLineR26SDActLCC20                INTEGER,
    bGLineR26SDDefLCC20                INTEGER,
    bGLineR26SDUseDefLCC20             INTEGER,
    bGLineR26T1I1GatewayNEConn         Unsigned32,
    bGLineR26T1I2GatewayNetwkElement   DisplayString,
    bGLineR26T1I3GatewayCFSIx          Unsigned32,
    bGLineR26T1I4GatewayGatewayIx      Unsigned32,
    bGLineR26T2I1GatewayNEConn         Unsigned32,
    bGLineR26T2I2GatewayNetwkElement   DisplayString,
    bGLineR26T2I3GatewayCFSIx          Unsigned32,
    bGLineR26T2I4GatewayGatewayIx      Unsigned32,
    bGLineR26I1DepartmentNEConn        Unsigned32,
    bGLineR26I2DepartmentNetwkElement  DisplayString,
    bGLineR26I3DepartmentCFSIx         Unsigned32,
    bGLineR26I4DepartmentGpIx          Unsigned32,
    bGLineR26I5DepartmentDepartmentIx  Unsigned32,
    bGLineR26DepartmentOtherVals       INTEGER,
    bGLineR26SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR26SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR26SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR26SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR26SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR26SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR26CurrNumRegistrations      Integer32,
    bGLineR26SDActVQMCallLogging       INTEGER,
    bGLineR26SDDefVQMCallLogging       INTEGER,
    bGLineR26SDUseDefVQMCallLogging    INTEGER,
    bGLineR26DiagLogCorr               Counter64,
    bGLineR26FaultMonitoringLvl        INTEGER,
    bGLineR26SIPPassword               DisplayString,
    bGLineR26SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR26SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR26SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR26SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR26SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR26SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR26SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR26SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR26SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR26SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR26SDUseDefNetwkNode         INTEGER,
    bGLineR26MovedToNumAsDialed        DisplayString,
    bGLineR26MovedDate                 Unsigned32,
    bGLineR26SDActExpireAfter          Unsigned32,
    bGLineR26SDDefExpireAfter          Unsigned32,
    bGLineR26SDUseDefExpireAfter       INTEGER,
    bGLineR26ExpiryDate                Unsigned32,
    bGLineR26SASHostname               LongDisplayString,
    bGLineR26SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR26SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR26SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR26SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR26SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR26SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR26SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR26SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR26SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR26SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR26SDUseDefESAProtDom        INTEGER,
    bGLineR26I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR26I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR26I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR26SDActSubTimezone          LongDisplayString,
    bGLineR26SDDefSubTimezone          LongDisplayString,
    bGLineR26SDUseDefSubTimezone       INTEGER,
    bGLineR26SDActChargeInd            INTEGER,
    bGLineR26SDDefChargeInd            INTEGER,
    bGLineR26SDUseDefChargeInd         INTEGER,
    bGLineR26SDActSubClgCategory       INTEGER,
    bGLineR26SDDefSubClgCategory       INTEGER,
    bGLineR26SDUseDefSubClgCategory    INTEGER,
    bGLineR26CustomerInfoFirstName     LongDisplayString,
    bGLineR26CustomerInfoSecondName    LongDisplayString,
    bGLineR26CustomerInfoOtherNames    LongDisplayString,
    bGLineR26CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR26CustomerInfoSurname       LongDisplayString,
    bGLineR26SDActBusGpLinePrivileges  Unsigned32,
    bGLineR26SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR26SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR26I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR26I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR26I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR26I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR26TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR26I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR26I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR26I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR26FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR26ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR26AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR26SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR26SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR26SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR26StatisticsAlrms           Integer32,
    bGLineR26TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR26NumBlockDevTwinning       INTEGER,
    bGLineR26ACDServLvl                INTEGER,
    bGLineR26ACDAvail                  INTEGER,
    bGLineR26I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR26I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR26I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR26I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR26I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR26ACDDspCd                  INTEGER,
    bGLineR26NoUserEquipment           INTEGER,
    bGLineR26SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR26SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR26SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR26AllowRehoming             INTEGER,
    bGLineR26I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR26PreSubscribedConn         INTEGER,
    bGLineR26LoggedInMLHGs             LongDisplayString,
    bGLineR26ExportIncASRepData        INTEGER,
    bGLineR26SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR26SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR26SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR26ClgPartyNumEmgncyCall     DisplayString,
    bGLineR26PortedRtgMethod           INTEGER,
    bGLineR26LocationRtgNum            DisplayString,
    bGLineR26IsIMS                     INTEGER,
    bGLineR26ExportChldObjectsToInc    INTEGER
  }

  bGLineR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR26Entry  1 }

  bGLineR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR26Entry  2 }

  bGLineR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR26Entry  3 }

  bGLineR26GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR26Entry  4 }

  bGLineR26FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR26Entry  5 }

  bGLineR26DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR26Entry  6 }

  bGLineR26PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  7 }

  bGLineR26ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  8 }

  bGLineR26IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR26Entry  9 }

  bGLineR26NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR26Entry  10 }

  bGLineR26PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  11 }

  bGLineR26T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR26Entry  12 }

  bGLineR26T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR26Entry  13 }

  bGLineR26T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR26Entry  14 }

  bGLineR26T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR26Entry  15 }

  bGLineR26T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR26Entry  16 }

  bGLineR26T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR26Entry  17 }

  bGLineR26T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR26Entry  18 }

  bGLineR26T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR26Entry  19 }

  bGLineR26T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR26Entry  20 }

  bGLineR26T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR26Entry  21 }

  bGLineR26AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  22 }

  bGLineR26SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR26Entry  23 }

  bGLineR26LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR26Entry  24 }

  bGLineR26FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  25 }

  bGLineR26PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR26Entry  26 }

  bGLineR26LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR26Entry  27 }

  bGLineR26DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  28 }

  bGLineR26OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  30 }

  bGLineR26OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  32 }

  bGLineR26TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  33 }

  bGLineR26TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  34 }

  bGLineR26ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR26Entry  36 }

  bGLineR26ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR26Entry  37 }

  bGLineR26ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR26Entry  38 }

  bGLineR26LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR26Entry  39 }

  bGLineR26LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR26Entry  40 }

  bGLineR26LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR26Entry  41 }

  bGLineR26LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR26Entry  42 }

  bGLineR26LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR26Entry  43 }

  bGLineR26LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR26Entry  44 }

  bGLineR26LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR26Entry  45 }

  bGLineR26LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR26Entry  46 }

  bGLineR26AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR26Entry  47 }

  bGLineR26AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR26Entry  48 }

  bGLineR26AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR26Entry  49 }

  bGLineR26AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR26Entry  50 }

  bGLineR26AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR26Entry  51 }

  bGLineR26AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR26Entry  52 }

  bGLineR26ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR26Entry  53 }

  bGLineR26ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR26Entry  54 }

  bGLineR26ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR26Entry  55 }

  bGLineR26ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR26Entry  56 }

  bGLineR26DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR26Entry  57 }

  bGLineR26DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  58 }

  bGLineR26DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR26Entry  59 }

  bGLineR26DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR26Entry  60 }

  bGLineR26SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR26Entry  61 }

  bGLineR26ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR26Entry  62 }

  bGLineR26ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR26Entry  63 }

  bGLineR26ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR26Entry  64 }

  bGLineR26ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR26Entry  65 }

  bGLineR26ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR26Entry  66 }

  bGLineR26ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR26Entry  67 }

  bGLineR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR26Entry  68 }

  bGLineR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR26Entry  69 }

  bGLineR26MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR26Entry  70 }

  bGLineR26CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR26Entry  71 }

  bGLineR26SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  72 }

  bGLineR26SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  73 }

  bGLineR26SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  74 }

  bGLineR26SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  75 }

  bGLineR26SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  76 }

  bGLineR26SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  77 }

  bGLineR26SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  78 }

  bGLineR26SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR26Entry  79 }

  bGLineR26SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  80 }

  bGLineR26SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR26Entry  81 }

  bGLineR26I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR26Entry  82 }

  bGLineR26I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR26Entry  83 }

  bGLineR26I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR26Entry  84 }

  bGLineR26I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR26Entry  85 }

  bGLineR26I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR26Entry  86 }

  bGLineR26ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR26Entry  87 }

  bGLineR26SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  88 }

  bGLineR26SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  89 }

  bGLineR26UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR26Entry  90 }

  bGLineR26SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR26Entry  91 }

  bGLineR26SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR26Entry  92 }

  bGLineR26NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR26Entry  93 }

  bGLineR26ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR26Entry  94 }

  bGLineR26SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  96 }

  bGLineR26SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  97 }

  bGLineR26SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  98 }

  bGLineR26SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  100 }

  bGLineR26SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  101 }

  bGLineR26SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  102 }

  bGLineR26GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR26Entry  103 }

  bGLineR26MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR26Entry  104 }

  bGLineR26AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR26Entry  105 }

  bGLineR26CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR26Entry  106 }

  bGLineR26CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR26Entry  107 }

  bGLineR26CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR26Entry  108 }

  bGLineR26CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR26Entry  109 }

  bGLineR26CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR26Entry  110 }

  bGLineR26RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  111 }

  bGLineR26MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR26Entry  112 }

  bGLineR26ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  113 }

  bGLineR26ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  114 }

  bGLineR26I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR26Entry  123 }

  bGLineR26I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR26Entry  124 }

  bGLineR26I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR26Entry  125 }

  bGLineR26I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR26Entry  126 }

  bGLineR26PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR26Entry  127 }

  bGLineR26GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR26Entry  133 }

  bGLineR26LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR26Entry  137 }

  bGLineR26LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR26Entry  138 }

  bGLineR26LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR26Entry  139 }

  bGLineR26LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR26Entry  140 }

  bGLineR26LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR26Entry  141 }

  bGLineR26LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR26Entry  142 }

  bGLineR26I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR26Entry  158 }

  bGLineR26I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR26Entry  159 }

  bGLineR26I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR26Entry  160 }

  bGLineR26I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR26Entry  161 }

  bGLineR26UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR26Entry  162 }

  bGLineR26SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  163 }

  bGLineR26SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  164 }

  bGLineR26SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  165 }

  bGLineR26SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  166 }

  bGLineR26SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  167 }

  bGLineR26SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  168 }

  bGLineR26SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  169 }

  bGLineR26SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  170 }

  bGLineR26SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  171 }

  bGLineR26SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  172 }

  bGLineR26SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  173 }

  bGLineR26SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  174 }

  bGLineR26SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  175 }

  bGLineR26SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  176 }

  bGLineR26SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  177 }

  bGLineR26SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  178 }

  bGLineR26SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  179 }

  bGLineR26SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  180 }

  bGLineR26SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  181 }

  bGLineR26SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  182 }

  bGLineR26SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  183 }

  bGLineR26SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  184 }

  bGLineR26SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  185 }

  bGLineR26SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  186 }

  bGLineR26SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  187 }

  bGLineR26SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  188 }

  bGLineR26SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  189 }

  bGLineR26SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  190 }

  bGLineR26SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  191 }

  bGLineR26SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  192 }

  bGLineR26SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  193 }

  bGLineR26SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  194 }

  bGLineR26SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  195 }

  bGLineR26SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  200 }

  bGLineR26SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  201 }

  bGLineR26SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  202 }

  bGLineR26SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  203 }

  bGLineR26SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  204 }

  bGLineR26SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  205 }

  bGLineR26SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  206 }

  bGLineR26SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  207 }

  bGLineR26SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  208 }

  bGLineR26LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR26Entry  209 }

  bGLineR26MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR26Entry  210 }

  bGLineR26MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR26Entry  211 }

  bGLineR26CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR26Entry  212 }

  bGLineR26CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR26Entry  213 }

  bGLineR26CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR26Entry  214 }

  bGLineR26EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR26Entry  215 }

  bGLineR26SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  223 }

  bGLineR26SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  224 }

  bGLineR26SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  225 }

  bGLineR26SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  226 }

  bGLineR26SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  227 }

  bGLineR26SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  228 }

  bGLineR26SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  229 }

  bGLineR26SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  230 }

  bGLineSDActR26SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  232 }

  bGLineSDDefR26SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR26Entry  233 }

  bGLineR26SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  234 }

  bGLineR26SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  240 }

  bGLineR26SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  241 }

  bGLineR26SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  242 }

  bGLineR26SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  243 }

  bGLineR26SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  244 }

  bGLineR26SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  245 }

  bGLineR26SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  246 }

  bGLineR26SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  247 }

  bGLineR26SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  248 }

  bGLineR26SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  249 }

  bGLineR26SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  250 }

  bGLineR26SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  251 }

  bGLineR26SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  252 }

  bGLineR26SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  253 }

  bGLineR26SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  254 }

  bGLineR26SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  255 }

  bGLineR26SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  256 }

  bGLineR26SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  257 }

  bGLineR26SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  258 }

  bGLineR26SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  259 }

  bGLineR26SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  260 }

  bGLineR26SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  261 }

  bGLineR26SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  262 }

  bGLineR26SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  263 }

  bGLineR26SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  264 }

  bGLineR26SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  265 }

  bGLineR26SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  266 }

  bGLineR26SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  267 }

  bGLineR26SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  268 }

  bGLineR26SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  269 }

  bGLineR26SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  270 }

  bGLineR26SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  271 }

  bGLineR26SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  272 }

  bGLineR26SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  273 }

  bGLineR26SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  274 }

  bGLineR26SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  275 }

  bGLineR26SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  276 }

  bGLineR26SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  277 }

  bGLineR26SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  278 }

  bGLineR26SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  279 }

  bGLineR26SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  280 }

  bGLineR26SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  281 }

  bGLineR26SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  282 }

  bGLineR26SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  283 }

  bGLineR26SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  284 }

  bGLineR26T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR26Entry  285 }

  bGLineR26T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR26Entry  286 }

  bGLineR26T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR26Entry  287 }

  bGLineR26T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR26Entry  288 }

  bGLineR26T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR26Entry  289 }

  bGLineR26T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR26Entry  290 }

  bGLineR26T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR26Entry  291 }

  bGLineR26T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR26Entry  292 }

  bGLineR26I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR26Entry  294 }

  bGLineR26I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR26Entry  295 }

  bGLineR26I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR26Entry  296 }

  bGLineR26I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR26Entry  297 }

  bGLineR26I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR26Entry  298 }

  bGLineR26DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR26Entry  299 }

  bGLineR26SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  306 }

  bGLineR26SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  307 }

  bGLineR26SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  308 }

  bGLineR26SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  314 }

  bGLineR26SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  315 }

  bGLineR26SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  316 }

  bGLineR26CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR26Entry  319 }

  bGLineR26SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  324 }

  bGLineR26SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  325 }

  bGLineR26SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  326 }

  bGLineR26DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR26Entry  327 }

  bGLineR26FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR26Entry  328 }

  bGLineR26SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR26Entry  329 }

  bGLineR26SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  330 }

  bGLineR26SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  331 }

  bGLineR26SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  332 }

  bGLineR26SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  333 }

  bGLineR26SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  334 }

  bGLineR26SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  335 }

  bGLineR26SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  336 }

  bGLineR26SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  337 }

  bGLineSDActR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  339 }

  bGLineSDDefR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR26Entry  340 }

  bGLineR26SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  341 }

  bGLineR26MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR26Entry  346 }

  bGLineR26MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR26Entry  347 }

  bGLineR26SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  348 }

  bGLineR26SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  349 }

  bGLineR26SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  350 }

  bGLineR26ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR26Entry  351 }

  bGLineR26SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR26Entry  368 }

  bGLineR26SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  370 }

  bGLineR26SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  371 }

  bGLineR26SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  372 }

  bGLineR26SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  373 }

  bGLineR26SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  374 }

  bGLineR26SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  375 }

  bGLineR26SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  376 }

  bGLineR26SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  377 }

  bGLineSDActR26SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  379 }

  bGLineSDDefR26SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR26Entry  380 }

  bGLineR26SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  381 }

  bGLineR26I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR26Entry  390 }

  bGLineR26I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR26Entry  391 }

  bGLineR26I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR26Entry  392 }

  bGLineR26SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  394 }

  bGLineR26SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  395 }

  bGLineR26SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  396 }

  bGLineR26SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  397 }

  bGLineR26SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  398 }

  bGLineR26SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  399 }

  bGLineR26SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  400 }

  bGLineR26SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  401 }

  bGLineR26SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  402 }

  bGLineR26CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR26Entry  410 }

  bGLineR26CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR26Entry  411 }

  bGLineR26CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR26Entry  412 }

  bGLineR26CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR26Entry  413 }

  bGLineR26CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR26Entry  414 }

  bGLineR26SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  415 }

  bGLineR26SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  416 }

  bGLineR26SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  417 }

  bGLineR26I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR26Entry  418 }

  bGLineR26I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR26Entry  419 }

  bGLineR26I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR26Entry  420 }

  bGLineR26I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR26Entry  421 }

  bGLineR26TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR26Entry  422 }

  bGLineR26I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR26Entry  423 }

  bGLineR26I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR26Entry  424 }

  bGLineR26I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR26Entry  425 }

  bGLineR26FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR26Entry  426 }

  bGLineR26ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR26Entry  427 }

  bGLineR26AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR26Entry  428 }

  bGLineR26SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  429 }

  bGLineR26SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  430 }

  bGLineR26SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  431 }

  bGLineR26StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR26Entry  432 }

  bGLineR26TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR26Entry  441 }

  bGLineR26NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR26Entry  442 }

  bGLineR26ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR26Entry  443 }

  bGLineR26ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR26Entry  444 }

  bGLineR26I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR26Entry  445 }

  bGLineR26I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR26Entry  446 }

  bGLineR26I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR26Entry  447 }

  bGLineR26I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR26Entry  448 }

  bGLineR26I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR26Entry  449 }

  bGLineR26ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR26Entry  450 }

  bGLineR26NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR26Entry  451 }

  bGLineR26SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  452 }

  bGLineR26SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  453 }

  bGLineR26SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  454 }

  bGLineR26AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR26Entry  455 }

  bGLineR26I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR26Entry  456 }

  bGLineR26PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR26Entry  457 }

  bGLineR26LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR26Entry  458 }

  bGLineR26ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR26Entry  459 }

  bGLineR26SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  460 }

  bGLineR26SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR26Entry  461 }

  bGLineR26SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR26Entry  462 }

  bGLineR26ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'.
                  This field is not writable when active."
    ::= { bGLineR26Entry  463 }

  bGLineR26PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR26Entry  464 }

  bGLineR26LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR26Entry  465 }

  bGLineR26IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR26Entry  466 }

  bGLineR26ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR26Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multiple Appearance Directory Number'                       */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  mADNR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Numbers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2399 }

  mADNR10Entry OBJECT-TYPE
    SYNTAX       MADNR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNR10NEConn,
             mADNR10NetwkElement,
             mADNR10CFSIx,
             mADNR10GpIx,
             mADNR10DirNum }
    ::= {  mADNR10Table  1  }

  MADNR10Entry  ::=  SEQUENCE
  {
    mADNR10NEConn                      Unsigned32,
    mADNR10NetwkElement                DisplayString,
    mADNR10CFSIx                       Unsigned32,
    mADNR10GpIx                        Unsigned32,
    mADNR10DirNum                      DisplayString,
    mADNR10IntercomDialingCode         DisplayString,
    mADNR10NumStatus                   INTEGER,
    mADNR10RecentlyMovedFromOldNum     INTEGER,
    mADNR10MovedFromDirNum             DisplayString,
    mADNR10ConnectCallAfterAnnounce    INTEGER,
    mADNR10MovedToDirNum               DisplayString,
    mADNR10PortedExchangeID            DisplayString,
    mADNR10PIN                         DisplayString,
    mADNR10ActYear                     Unsigned32,
    mADNR10ActMonth                    Unsigned32,
    mADNR10ActDate                     Unsigned32,
    mADNR10ChldCallServAlrmsAttnRq     Unsigned32,
    mADNR10ChldCallServAlrmEvtsAttnRq  Unsigned32,
    mADNR10ChldCallServAlrmsAtndDp     Unsigned32,
    mADNR10ChldCallServAlrmEvtsAtndDp  Unsigned32,
    mADNR10DiagsLogLvl                 INTEGER,
    mADNR10DiagsAPITraceEnabled        INTEGER,
    mADNR10DiagsAPITraceTag            DisplayString,
    mADNR10DiagsAPITraceRemNum         DisplayString,
    mADNR10SummaryChldAlrmState        INTEGER,
    mADNR10RowStatus                   RowStatus,
    mADNR10ClgPartyNum                 DisplayString,
    mADNR10ChargeNum                   DisplayString,
    mADNR10I1PerProfNEConn             Unsigned32,
    mADNR10I2PerProfNetwkElement       DisplayString,
    mADNR10I3PerProfCFSIx              Unsigned32,
    mADNR10I4PerProfGpIx               Unsigned32,
    mADNR10SDActCallLimitAlgorithm     INTEGER,
    mADNR10SDDefCallLimitAlgorithm     INTEGER,
    mADNR10SDUseDefCallLimitAlgorithm  INTEGER,
    mADNR10SDActCallLimitVal           Unsigned32,
    mADNR10SDDefCallLimitVal           Unsigned32,
    mADNR10SDUseDefCallLimitVal        INTEGER,
    mADNR10SDActForceLNPLookup         INTEGER,
    mADNR10SDDefForceLNPLookup         INTEGER,
    mADNR10SDUseDefForceLNPLookup      INTEGER,
    mADNR10MultipleAppearanceDirNum    DisplayString,
    mADNR10MLHGIx                      Unsigned32,
    mADNR10MLHGMemberIx                Unsigned32,
    mADNR10EnabledDate                 Unsigned32,
    mADNR10I1DepartmentNEConn          Unsigned32,
    mADNR10I2DepartmentNetwkElement    DisplayString,
    mADNR10I3DepartmentCFSIx           Unsigned32,
    mADNR10I4DepartmentGpIx            Unsigned32,
    mADNR10I5DepartmentDepartmentIx    Unsigned32,
    mADNR10DepartmentOtherVals         INTEGER,
    mADNR10NumMembers                  Unsigned32,
    mADNR10MovedDate                   Unsigned32,
    mADNR10SDActExpireAfter            Unsigned32,
    mADNR10SDDefExpireAfter            Unsigned32,
    mADNR10SDUseDefExpireAfter         INTEGER,
    mADNR10ExpiryDate                  Unsigned32,
    mADNR10MADNApplyDistinctiveRingPattn
                                       INTEGER,
    mADNR10MADNRingPattn               INTEGER,
    mADNR10I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mADNR10I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mADNR10I3DelegatedManagementGpDMGIx
                                       Integer32,
    mADNR10SASHostname                 LongDisplayString,
    mADNR10SDActChargeInd              INTEGER,
    mADNR10SDDefChargeInd              INTEGER,
    mADNR10SDUseDefChargeInd           INTEGER,
    mADNR10I1FaultMonitoringProfEMSIx  Unsigned32,
    mADNR10I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mADNR10I3FaultMonitoringProfFMPIx  Integer32,
    mADNR10FaultMonitoringProfOtherVals
                                       INTEGER,
    mADNR10AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mADNR10PortedRtgMethod             INTEGER,
    mADNR10LocationRtgNum              DisplayString,
    mADNR10IsIMS                       INTEGER
  }

  mADNR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNR10Entry  1 }

  mADNR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNR10Entry  2 }

  mADNR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNR10Entry  3 }

  mADNR10GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNR10Entry  4 }

  mADNR10DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mADNR10Entry  5 }

  mADNR10IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mADNR10Entry  8 }

  mADNR10NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mADNR10Entry  9 }

  mADNR10RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mADNR10Entry  10 }

  mADNR10MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mADNR10Entry  11 }

  mADNR10ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mADNR10Entry  12 }

  mADNR10MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mADNR10Entry  13 }

  mADNR10PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mADNR10Entry  14 }

  mADNR10PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mADNR10Entry  15 }

  mADNR10ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mADNR10Entry  17 }

  mADNR10ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mADNR10Entry  18 }

  mADNR10ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mADNR10Entry  19 }

  mADNR10ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mADNR10Entry  20 }

  mADNR10ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR10Entry  21 }

  mADNR10ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mADNR10Entry  22 }

  mADNR10ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR10Entry  23 }

  mADNR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mADNR10Entry  24 }

  mADNR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mADNR10Entry  25 }

  mADNR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mADNR10Entry  26 }

  mADNR10DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mADNR10Entry  27 }

  mADNR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mADNR10Entry  28 }

  mADNR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNR10Entry  29 }

  mADNR10ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { mADNR10Entry  30 }

  mADNR10ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { mADNR10Entry  31 }

  mADNR10I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR10Entry  32 }

  mADNR10I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR10Entry  33 }

  mADNR10I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR10Entry  34 }

  mADNR10I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR10Entry  35 }

  mADNR10SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  90 }

  mADNR10SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  91 }

  mADNR10SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR10Entry  92 }

  mADNR10SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  93 }

  mADNR10SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  94 }

  mADNR10SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR10Entry  95 }

  mADNR10SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  96 }

  mADNR10SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  97 }

  mADNR10SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR10Entry  98 }

  mADNR10MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mADNR10Entry  99 }

  mADNR10MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mADNR10Entry  100 }

  mADNR10MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mADNR10Entry  101 }

  mADNR10EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mADNR10Entry  102 }

  mADNR10I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR10Entry  104 }

  mADNR10I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR10Entry  105 }

  mADNR10I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR10Entry  106 }

  mADNR10I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR10Entry  107 }

  mADNR10I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR10Entry  108 }

  mADNR10DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR10Entry  109 }

  mADNR10NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mADNR10Entry  110 }

  mADNR10MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mADNR10Entry  111 }

  mADNR10SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  112 }

  mADNR10SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  113 }

  mADNR10SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR10Entry  114 }

  mADNR10ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mADNR10Entry  115 }

  mADNR10MADNApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mADNR10Entry  117 }

  mADNR10MADNRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mADNR10Entry  118 }

  mADNR10I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR10Entry  119 }

  mADNR10I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR10Entry  120 }

  mADNR10I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR10Entry  121 }

  mADNR10SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mADNR10Entry  123 }

  mADNR10SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  124 }

  mADNR10SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR10Entry  125 }

  mADNR10SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR10Entry  126 }

  mADNR10I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR10Entry  127 }

  mADNR10I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR10Entry  128 }

  mADNR10I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR10Entry  129 }

  mADNR10FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR10Entry  130 }

  mADNR10AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mADNR10Entry  131 }

  mADNR10PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mADNR10Entry  132 }

  mADNR10LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mADNR10Entry  133 }

  mADNR10IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mADNR10Entry  134 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  mLHGPilotDNR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2400 }

  mLHGPilotDNR12Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR12NEConn,
             mLHGPilotDNR12NetwkElement,
             mLHGPilotDNR12CFSIx,
             mLHGPilotDNR12GpIx,
             mLHGPilotDNR12MLHGGpIx,
             mLHGPilotDNR12DirNum }
    ::= {  mLHGPilotDNR12Table  1  }

  MLHGPilotDNR12Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR12NEConn               Unsigned32,
    mLHGPilotDNR12NetwkElement         DisplayString,
    mLHGPilotDNR12CFSIx                Unsigned32,
    mLHGPilotDNR12GpIx                 Unsigned32,
    mLHGPilotDNR12MLHGGpIx             Unsigned32,
    mLHGPilotDNR12DirNum               DisplayString,
    mLHGPilotDNR12I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR12I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR12I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR12I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR12InUseBy              INTEGER,
    mLHGPilotDNR12IntercomDialingCode  DisplayString,
    mLHGPilotDNR12MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR12MLHGIx               Unsigned32,
    mLHGPilotDNR12MLHGMemberIx         Unsigned32,
    mLHGPilotDNR12CustInfo             DisplayString,
    mLHGPilotDNR12CustInfo2            DisplayString,
    mLHGPilotDNR12CustInfo3            DisplayString,
    mLHGPilotDNR12CustInfo4            DisplayString,
    mLHGPilotDNR12CustInfo5            DisplayString,
    mLHGPilotDNR12CustInfo6            DisplayString,
    mLHGPilotDNR12NumStatus            INTEGER,
    mLHGPilotDNR12RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR12MovedFromDirNum      DisplayString,
    mLHGPilotDNR12ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR12MovedToDirNum        DisplayString,
    mLHGPilotDNR12PortedExchangeID     DisplayString,
    mLHGPilotDNR12PIN                  DisplayString,
    mLHGPilotDNR12SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR12SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR12SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR12SDActTimezone        INTEGER,
    mLHGPilotDNR12SDDefTimezone        INTEGER,
    mLHGPilotDNR12SDUseDefTimezone     INTEGER,
    mLHGPilotDNR12SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR12SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR12SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR12ActYear              Unsigned32,
    mLHGPilotDNR12ActMonth             Unsigned32,
    mLHGPilotDNR12ActDate              Unsigned32,
    mLHGPilotDNR12DiagsLogLvl          INTEGER,
    mLHGPilotDNR12DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR12DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR12DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR12ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR12ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR12ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR12ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR12SummaryChldAlrmState INTEGER,
    mLHGPilotDNR12RowStatus            RowStatus,
    mLHGPilotDNR12EnabledDate          Unsigned32,
    mLHGPilotDNR12MovedDate            Unsigned32,
    mLHGPilotDNR12SDActExpireAfter     Unsigned32,
    mLHGPilotDNR12SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR12SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR12ExpiryDate           Unsigned32,
    mLHGPilotDNR12I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR12I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR12I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR12SASHostname          LongDisplayString,
    mLHGPilotDNR12SDActChargeInd       INTEGER,
    mLHGPilotDNR12SDDefChargeInd       INTEGER,
    mLHGPilotDNR12SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR12CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR12CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR12CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR12CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR12CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR12I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR12I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR12I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR12FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR12AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR12MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR12MLHGRingPattn        INTEGER,
    mLHGPilotDNR12SigType              INTEGER,
    mLHGPilotDNR12UseDNIdentification  INTEGER,
    mLHGPilotDNR12SIPUserName          DisplayString,
    mLHGPilotDNR12SIPDomainName        DisplayString,
    mLHGPilotDNR12SDActLCC1            INTEGER,
    mLHGPilotDNR12SDDefLCC1            INTEGER,
    mLHGPilotDNR12SDUseDefLCC1         INTEGER,
    mLHGPilotDNR12SDActLCC2            INTEGER,
    mLHGPilotDNR12SDDefLCC2            INTEGER,
    mLHGPilotDNR12SDUseDefLCC2         INTEGER,
    mLHGPilotDNR12SDActLCC3            INTEGER,
    mLHGPilotDNR12SDDefLCC3            INTEGER,
    mLHGPilotDNR12SDUseDefLCC3         INTEGER,
    mLHGPilotDNR12SDActLCC4            INTEGER,
    mLHGPilotDNR12SDDefLCC4            INTEGER,
    mLHGPilotDNR12SDUseDefLCC4         INTEGER,
    mLHGPilotDNR12SDActLCC5            INTEGER,
    mLHGPilotDNR12SDDefLCC5            INTEGER,
    mLHGPilotDNR12SDUseDefLCC5         INTEGER,
    mLHGPilotDNR12SDActLCC6            INTEGER,
    mLHGPilotDNR12SDDefLCC6            INTEGER,
    mLHGPilotDNR12SDUseDefLCC6         INTEGER,
    mLHGPilotDNR12SDActLCC7            INTEGER,
    mLHGPilotDNR12SDDefLCC7            INTEGER,
    mLHGPilotDNR12SDUseDefLCC7         INTEGER,
    mLHGPilotDNR12SDActLCC8            INTEGER,
    mLHGPilotDNR12SDDefLCC8            INTEGER,
    mLHGPilotDNR12SDUseDefLCC8         INTEGER,
    mLHGPilotDNR12SDActLCC9            INTEGER,
    mLHGPilotDNR12SDDefLCC9            INTEGER,
    mLHGPilotDNR12SDUseDefLCC9         INTEGER,
    mLHGPilotDNR12SDActLCC10           INTEGER,
    mLHGPilotDNR12SDDefLCC10           INTEGER,
    mLHGPilotDNR12SDUseDefLCC10        INTEGER,
    mLHGPilotDNR12SDActLCC11           INTEGER,
    mLHGPilotDNR12SDDefLCC11           INTEGER,
    mLHGPilotDNR12SDUseDefLCC11        INTEGER,
    mLHGPilotDNR12SDActLCC12           INTEGER,
    mLHGPilotDNR12SDDefLCC12           INTEGER,
    mLHGPilotDNR12SDUseDefLCC12        INTEGER,
    mLHGPilotDNR12SDActLCC13           INTEGER,
    mLHGPilotDNR12SDDefLCC13           INTEGER,
    mLHGPilotDNR12SDUseDefLCC13        INTEGER,
    mLHGPilotDNR12SDActLCC14           INTEGER,
    mLHGPilotDNR12SDDefLCC14           INTEGER,
    mLHGPilotDNR12SDUseDefLCC14        INTEGER,
    mLHGPilotDNR12SDActLCC15           INTEGER,
    mLHGPilotDNR12SDDefLCC15           INTEGER,
    mLHGPilotDNR12SDUseDefLCC15        INTEGER,
    mLHGPilotDNR12SDActLCC16           INTEGER,
    mLHGPilotDNR12SDDefLCC16           INTEGER,
    mLHGPilotDNR12SDUseDefLCC16        INTEGER,
    mLHGPilotDNR12SDActLCC17           INTEGER,
    mLHGPilotDNR12SDDefLCC17           INTEGER,
    mLHGPilotDNR12SDUseDefLCC17        INTEGER,
    mLHGPilotDNR12SDActLCC18           INTEGER,
    mLHGPilotDNR12SDDefLCC18           INTEGER,
    mLHGPilotDNR12SDUseDefLCC18        INTEGER,
    mLHGPilotDNR12SDActLCC19           INTEGER,
    mLHGPilotDNR12SDDefLCC19           INTEGER,
    mLHGPilotDNR12SDUseDefLCC19        INTEGER,
    mLHGPilotDNR12SDActLCC20           INTEGER,
    mLHGPilotDNR12SDDefLCC20           INTEGER,
    mLHGPilotDNR12SDUseDefLCC20        INTEGER,
    mLHGPilotDNR12ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR12ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR12ExitMLHGQueueNumToFwdTo
                                       DisplayString,
    mLHGPilotDNR12PresentPilotNameToAgents
                                       INTEGER,
    mLHGPilotDNR12PortedRtgMethod      INTEGER,
    mLHGPilotDNR12LocationRtgNum       DisplayString,
    mLHGPilotDNR12IsIMS                INTEGER
  }

  mLHGPilotDNR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR12Entry  1 }

  mLHGPilotDNR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR12Entry  2 }

  mLHGPilotDNR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR12Entry  3 }

  mLHGPilotDNR12GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR12Entry  4 }

  mLHGPilotDNR12MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR12Entry  5 }

  mLHGPilotDNR12DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR12Entry  6 }

  mLHGPilotDNR12I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR12Entry  7 }

  mLHGPilotDNR12I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR12Entry  8 }

  mLHGPilotDNR12I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR12Entry  9 }

  mLHGPilotDNR12I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR12Entry  10 }

  mLHGPilotDNR12InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR12Entry  11 }

  mLHGPilotDNR12IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR12Entry  12 }

  mLHGPilotDNR12MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR12Entry  13 }

  mLHGPilotDNR12MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR12Entry  14 }

  mLHGPilotDNR12MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR12Entry  15 }

  mLHGPilotDNR12CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR12Entry  16 }

  mLHGPilotDNR12CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR12Entry  17 }

  mLHGPilotDNR12CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR12Entry  18 }

  mLHGPilotDNR12CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR12Entry  19 }

  mLHGPilotDNR12CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR12Entry  20 }

  mLHGPilotDNR12CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR12Entry  21 }

  mLHGPilotDNR12NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR12Entry  22 }

  mLHGPilotDNR12RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  23 }

  mLHGPilotDNR12MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR12Entry  24 }

  mLHGPilotDNR12ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  25 }

  mLHGPilotDNR12MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR12Entry  26 }

  mLHGPilotDNR12PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR12Entry  27 }

  mLHGPilotDNR12PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR12Entry  28 }

  mLHGPilotDNR12SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  29 }

  mLHGPilotDNR12SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  30 }

  mLHGPilotDNR12SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  31 }

  mLHGPilotDNR12SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  32 }

  mLHGPilotDNR12SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  33 }

  mLHGPilotDNR12SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  34 }

  mLHGPilotDNR12SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  35 }

  mLHGPilotDNR12SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  36 }

  mLHGPilotDNR12SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  37 }

  mLHGPilotDNR12ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR12Entry  38 }

  mLHGPilotDNR12ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR12Entry  39 }

  mLHGPilotDNR12ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR12Entry  40 }

  mLHGPilotDNR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR12Entry  41 }

  mLHGPilotDNR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  42 }

  mLHGPilotDNR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR12Entry  43 }

  mLHGPilotDNR12DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR12Entry  44 }

  mLHGPilotDNR12ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR12Entry  45 }

  mLHGPilotDNR12ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR12Entry  46 }

  mLHGPilotDNR12ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR12Entry  47 }

  mLHGPilotDNR12ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR12Entry  48 }

  mLHGPilotDNR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR12Entry  49 }

  mLHGPilotDNR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR12Entry  50 }

  mLHGPilotDNR12EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR12Entry  51 }

  mLHGPilotDNR12MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR12Entry  52 }

  mLHGPilotDNR12SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  53 }

  mLHGPilotDNR12SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  54 }

  mLHGPilotDNR12SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  55 }

  mLHGPilotDNR12ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR12Entry  56 }

  mLHGPilotDNR12I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR12Entry  58 }

  mLHGPilotDNR12I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR12Entry  59 }

  mLHGPilotDNR12I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR12Entry  60 }

  mLHGPilotDNR12SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR12Entry  62 }

  mLHGPilotDNR12SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  63 }

  mLHGPilotDNR12SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  64 }

  mLHGPilotDNR12SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  65 }

  mLHGPilotDNR12CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR12Entry  80 }

  mLHGPilotDNR12CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR12Entry  81 }

  mLHGPilotDNR12CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR12Entry  82 }

  mLHGPilotDNR12CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR12Entry  83 }

  mLHGPilotDNR12CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR12Entry  84 }

  mLHGPilotDNR12I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR12Entry  85 }

  mLHGPilotDNR12I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR12Entry  86 }

  mLHGPilotDNR12I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR12Entry  87 }

  mLHGPilotDNR12FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR12Entry  88 }

  mLHGPilotDNR12AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  89 }

  mLHGPilotDNR12MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  90 }

  mLHGPilotDNR12MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR12Entry  91 }

  mLHGPilotDNR12SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR12Entry  92 }

  mLHGPilotDNR12UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  93 }

  mLHGPilotDNR12SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR12Entry  94 }

  mLHGPilotDNR12SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR12Entry  95 }

  mLHGPilotDNR12SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  96 }

  mLHGPilotDNR12SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  97 }

  mLHGPilotDNR12SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  98 }

  mLHGPilotDNR12SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  99 }

  mLHGPilotDNR12SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  100 }

  mLHGPilotDNR12SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  101 }

  mLHGPilotDNR12SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  102 }

  mLHGPilotDNR12SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  103 }

  mLHGPilotDNR12SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  104 }

  mLHGPilotDNR12SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  105 }

  mLHGPilotDNR12SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  106 }

  mLHGPilotDNR12SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  107 }

  mLHGPilotDNR12SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  108 }

  mLHGPilotDNR12SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  109 }

  mLHGPilotDNR12SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  110 }

  mLHGPilotDNR12SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  111 }

  mLHGPilotDNR12SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  112 }

  mLHGPilotDNR12SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  113 }

  mLHGPilotDNR12SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  114 }

  mLHGPilotDNR12SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  115 }

  mLHGPilotDNR12SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  116 }

  mLHGPilotDNR12SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  117 }

  mLHGPilotDNR12SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  118 }

  mLHGPilotDNR12SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  119 }

  mLHGPilotDNR12SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  120 }

  mLHGPilotDNR12SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  121 }

  mLHGPilotDNR12SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  122 }

  mLHGPilotDNR12SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  123 }

  mLHGPilotDNR12SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  124 }

  mLHGPilotDNR12SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  125 }

  mLHGPilotDNR12SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  126 }

  mLHGPilotDNR12SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  127 }

  mLHGPilotDNR12SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  128 }

  mLHGPilotDNR12SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  129 }

  mLHGPilotDNR12SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  130 }

  mLHGPilotDNR12SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  131 }

  mLHGPilotDNR12SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  132 }

  mLHGPilotDNR12SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  133 }

  mLHGPilotDNR12SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  134 }

  mLHGPilotDNR12SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  135 }

  mLHGPilotDNR12SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  136 }

  mLHGPilotDNR12SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  137 }

  mLHGPilotDNR12SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  138 }

  mLHGPilotDNR12SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  139 }

  mLHGPilotDNR12SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  140 }

  mLHGPilotDNR12SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  141 }

  mLHGPilotDNR12SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  142 }

  mLHGPilotDNR12SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  143 }

  mLHGPilotDNR12SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  144 }

  mLHGPilotDNR12SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  145 }

  mLHGPilotDNR12SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  146 }

  mLHGPilotDNR12SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  147 }

  mLHGPilotDNR12SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  148 }

  mLHGPilotDNR12SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  149 }

  mLHGPilotDNR12SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  150 }

  mLHGPilotDNR12SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  151 }

  mLHGPilotDNR12SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  152 }

  mLHGPilotDNR12SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  153 }

  mLHGPilotDNR12SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR12Entry  154 }

  mLHGPilotDNR12SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR12Entry  155 }

  mLHGPilotDNR12ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  156 }

  mLHGPilotDNR12ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  157 }

  mLHGPilotDNR12ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR12Entry  158 }

  mLHGPilotDNR12PresentPilotNameToAgents OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Present pilot name to agents'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR12Entry  159 }

  mLHGPilotDNR12PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mLHGPilotDNR12Entry  160 }

  mLHGPilotDNR12LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mLHGPilotDNR12Entry  161 }

  mLHGPilotDNR12IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mLHGPilotDNR12Entry  162 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  pBXR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2401 }

  pBXR28Entry OBJECT-TYPE
    SYNTAX       PBXR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR28NEConn,
             pBXR28NetwkElement,
             pBXR28CFSIx,
             pBXR28DirNum }
    ::= {  pBXR28Table  1  }

  PBXR28Entry  ::=  SEQUENCE
  {
    pBXR28NEConn                       Unsigned32,
    pBXR28NetwkElement                 DisplayString,
    pBXR28CFSIx                        Unsigned32,
    pBXR28DirNum                       DisplayString,
    pBXR28PresNum                      DisplayString,
    pBXR28ClgPartyNum                  DisplayString,
    pBXR28I1SubGpNEConn                Unsigned32,
    pBXR28I2SubGpNetwkElement          DisplayString,
    pBXR28I3SubGpCFSIx                 Unsigned32,
    pBXR28I4SubGpSubGpIx               Unsigned32,
    pBXR28NumStatus                    INTEGER,
    pBXR28PortedExchangeID             DisplayString,
    pBXR28LineSelMethod                INTEGER,
    pBXR28ANIDNISFormat                DisplayString,
    pBXR28PIN                          DisplayString,
    pBXR28Locale                       INTEGER,
    pBXR28DigitMaskingReqd             INTEGER,
    pBXR28TermFacilityMarksServInterception
                                       INTEGER,
    pBXR28ActYear                      Unsigned32,
    pBXR28ActMonth                     Unsigned32,
    pBXR28ActDate                      Unsigned32,
    pBXR28CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR28PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR28CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR28PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR28ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR28ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR28ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR28ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR28DiagsAPITraceEnabled         INTEGER,
    pBXR28DiagsAPITraceTag             DisplayString,
    pBXR28DiagsAPITraceRemNum          DisplayString,
    pBXR28TotChldAlrmsAttnRq           Unsigned32,
    pBXR28TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR28TotChldAlrmsAtndDp           Unsigned32,
    pBXR28TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR28SummaryChldAlrmState         INTEGER,
    pBXR28ExportNumObjectsExported     Integer32,
    pBXR28ExportStatus                 DisplayString,
    pBXR28ExportFile                   DisplayString,
    pBXR28ExportCorr                   Counter64,
    pBXR28ExportCorrNode               DisplayString,
    pBXR28ExportCorrUID                DisplayString,
    pBXR28DoExtraActions               INTEGER,
    pBXR28RowStatus                    RowStatus,
    pBXR28MovedToDirNum                DisplayString,
    pBXR28CustInfo                     DisplayString,
    pBXR28DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR28ServSuspended                INTEGER,
    pBXR28SendDIDSeqListedDirNum       INTEGER,
    pBXR28DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR28CustInfo2                    DisplayString,
    pBXR28CustInfo3                    DisplayString,
    pBXR28CustInfo4                    DisplayString,
    pBXR28CustInfo5                    DisplayString,
    pBXR28CustInfo6                    DisplayString,
    pBXR28RecentlyMovedFromOldNum      INTEGER,
    pBXR28MovedFromDirNum              DisplayString,
    pBXR28ConnectCallAfterAnnounce     INTEGER,
    pBXR28DiagsLogLvl                  INTEGER,
    pBXR28PBXFixBits                   BITS,
    pBXR28ChargeNum                    DisplayString,
    pBXR28SigType                      INTEGER,
    pBXR28SDActMaxCallAppearances      Unsigned32,
    pBXR28SDDefMaxCallAppearances      Unsigned32,
    pBXR28SDUseDefMaxCallAppearances   INTEGER,
    pBXR28I1PerProfNEConn              Unsigned32,
    pBXR28I2PerProfNetwkElement        DisplayString,
    pBXR28I3PerProfCFSIx               Unsigned32,
    pBXR28I4PerProfGpIx                Unsigned32,
    pBXR28SDActTimezone                INTEGER,
    pBXR28SDDefTimezone                INTEGER,
    pBXR28SDUseDefTimezone             INTEGER,
    pBXR28SDActAdjustDaylightSavings   INTEGER,
    pBXR28SDDefAdjustDaylightSavings   INTEGER,
    pBXR28SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR28SDActLongDistanceCarr        DisplayString,
    pBXR28SDDefLongDistanceCarr        DisplayString,
    pBXR28SDUseDefLongDistanceCarr     INTEGER,
    pBXR28SDActIntraLATACarr           DisplayString,
    pBXR28SDDefIntraLATACarr           DisplayString,
    pBXR28SDUseDefIntraLATACarr        INTEGER,
    pBXR28SDActRtgAttrs                BITS,
    pBXR28SDDefRtgAttrs                BITS,
    pBXR28SDUseDefRtgAttrs             INTEGER,
    pBXR28SDActBillType                INTEGER,
    pBXR28SDDefBillType                INTEGER,
    pBXR28SDUseDefBillType             INTEGER,
    pBXR28SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR28SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR28SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR28SDActTariffGp                INTEGER,
    pBXR28SDDefTariffGp                INTEGER,
    pBXR28SDUseDefTariffGp             INTEGER,
    pBXR28SDActIntnatlCarr             DisplayString,
    pBXR28SDDefIntnatlCarr             DisplayString,
    pBXR28SDUseDefIntnatlCarr          INTEGER,
    pBXR28SDActLCC1                    INTEGER,
    pBXR28SDDefLCC1                    INTEGER,
    pBXR28SDUseDefLCC1                 INTEGER,
    pBXR28SDActLCC2                    INTEGER,
    pBXR28SDDefLCC2                    INTEGER,
    pBXR28SDUseDefLCC2                 INTEGER,
    pBXR28SDActLCC3                    INTEGER,
    pBXR28SDDefLCC3                    INTEGER,
    pBXR28SDUseDefLCC3                 INTEGER,
    pBXR28SDActLCC4                    INTEGER,
    pBXR28SDDefLCC4                    INTEGER,
    pBXR28SDUseDefLCC4                 INTEGER,
    pBXR28SDActLCC5                    INTEGER,
    pBXR28SDDefLCC5                    INTEGER,
    pBXR28SDUseDefLCC5                 INTEGER,
    pBXR28SDActForceLNPLookup          INTEGER,
    pBXR28SDDefForceLNPLookup          INTEGER,
    pBXR28SDUseDefForceLNPLookup       INTEGER,
    pBXR28LineTrafficStudy             INTEGER,
    pBXR28DefNumDIDDigits              INTEGER,
    pBXR28EnabledDate                  Unsigned32,
    pBXR28ChargeNumReqd                INTEGER,
    pBXR28SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR28SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR28SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR28SDActLCC6                    INTEGER,
    pBXR28SDDefLCC6                    INTEGER,
    pBXR28SDUseDefLCC6                 INTEGER,
    pBXR28SDActLCC7                    INTEGER,
    pBXR28SDDefLCC7                    INTEGER,
    pBXR28SDUseDefLCC7                 INTEGER,
    pBXR28SDActLCC8                    INTEGER,
    pBXR28SDDefLCC8                    INTEGER,
    pBXR28SDUseDefLCC8                 INTEGER,
    pBXR28SDActLCC9                    INTEGER,
    pBXR28SDDefLCC9                    INTEGER,
    pBXR28SDUseDefLCC9                 INTEGER,
    pBXR28SDActLCC10                   INTEGER,
    pBXR28SDDefLCC10                   INTEGER,
    pBXR28SDUseDefLCC10                INTEGER,
    pBXR28SDActLCC11                   INTEGER,
    pBXR28SDDefLCC11                   INTEGER,
    pBXR28SDUseDefLCC11                INTEGER,
    pBXR28SDActLCC12                   INTEGER,
    pBXR28SDDefLCC12                   INTEGER,
    pBXR28SDUseDefLCC12                INTEGER,
    pBXR28SDActLCC13                   INTEGER,
    pBXR28SDDefLCC13                   INTEGER,
    pBXR28SDUseDefLCC13                INTEGER,
    pBXR28SDActLCC14                   INTEGER,
    pBXR28SDDefLCC14                   INTEGER,
    pBXR28SDUseDefLCC14                INTEGER,
    pBXR28SDActLCC15                   INTEGER,
    pBXR28SDDefLCC15                   INTEGER,
    pBXR28SDUseDefLCC15                INTEGER,
    pBXR28SDActLCC16                   INTEGER,
    pBXR28SDDefLCC16                   INTEGER,
    pBXR28SDUseDefLCC16                INTEGER,
    pBXR28SDActLCC17                   INTEGER,
    pBXR28SDDefLCC17                   INTEGER,
    pBXR28SDUseDefLCC17                INTEGER,
    pBXR28SDActLCC18                   INTEGER,
    pBXR28SDDefLCC18                   INTEGER,
    pBXR28SDUseDefLCC18                INTEGER,
    pBXR28SDActLCC19                   INTEGER,
    pBXR28SDDefLCC19                   INTEGER,
    pBXR28SDUseDefLCC19                INTEGER,
    pBXR28SDActLCC20                   INTEGER,
    pBXR28SDDefLCC20                   INTEGER,
    pBXR28SDUseDefLCC20                INTEGER,
    pBXR28LDNPBXCapacityGp             INTEGER,
    pBXR28SDActVQMCallLogging          INTEGER,
    pBXR28SDDefVQMCallLogging          INTEGER,
    pBXR28SDUseDefVQMCallLogging       INTEGER,
    pBXR28FaultMonitoringLvl           INTEGER,
    pBXR28CFMLvlOnApply2               INTEGER,
    pBXR28MovedToNumAsDialed           DisplayString,
    pBXR28MovedDate                    Unsigned32,
    pBXR28SDActExpireAfter             Unsigned32,
    pBXR28SDDefExpireAfter             Unsigned32,
    pBXR28SDUseDefExpireAfter          INTEGER,
    pBXR28ExpiryDate                   Unsigned32,
    pBXR28IntercomDialingCode          DisplayString,
    pBXR28I1BusGpBusGpNEConn           Unsigned32,
    pBXR28I2BusGpBusGpNetwkElement     DisplayString,
    pBXR28I3BusGpBusGpCFSIx            Unsigned32,
    pBXR28I4BusGpBusGpGpIx             Unsigned32,
    pBXR28BusGpBusGpOtherVals          INTEGER,
    pBXR28BusGpExternalLineCode        DisplayString,
    pBXR28BusGpInternalLineCode        DisplayString,
    pBXR28BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR28BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR28BusGpForceSimpleMatching     INTEGER,
    pBXR28BusGpDiagsLogCorr            Counter64,
    pBXR28SecondLocale                 INTEGER,
    pBXR28SDActAdvChrgAOCD             INTEGER,
    pBXR28SDDefAdvChrgAOCD             INTEGER,
    pBXR28SDUseDefAdvChrgAOCD          INTEGER,
    pBXR28SDActAdvChrgAOCE             INTEGER,
    pBXR28SDDefAdvChrgAOCE             INTEGER,
    pBXR28SDUseDefAdvChrgAOCE          INTEGER,
    pBXR28I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR28I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR28I3DelegatedManagementGpDMGIx Integer32,
    pBXR28SDActSubTimezone             LongDisplayString,
    pBXR28SDDefSubTimezone             LongDisplayString,
    pBXR28SDUseDefSubTimezone          INTEGER,
    pBXR28SDActChargeInd               INTEGER,
    pBXR28SDDefChargeInd               INTEGER,
    pBXR28SDUseDefChargeInd            INTEGER,
    pBXR28SDActSubClgCategory          INTEGER,
    pBXR28SDDefSubClgCategory          INTEGER,
    pBXR28SDUseDefSubClgCategory       INTEGER,
    pBXR28CustomerInfoFirstName        LongDisplayString,
    pBXR28CustomerInfoSecondName       LongDisplayString,
    pBXR28CustomerInfoOtherNames       LongDisplayString,
    pBXR28CustomerInfoPenultimateName  LongDisplayString,
    pBXR28CustomerInfoSurname          LongDisplayString,
    pBXR28UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR28I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR28I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR28I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR28I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR28TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR28I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR28I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR28I3FaultMonitoringProfFMPIx   Integer32,
    pBXR28FaultMonitoringProfOtherVals INTEGER,
    pBXR28ApplyFMPToReltdObjectTypes   BITS,
    pBXR28AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR28SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR28SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR28SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR28SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR28SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR28SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR28AlrmState                    INTEGER,
    pBXR28StatisticsAlrms              Integer32,
    pBXR28AlrmLogCorr                  Counter64,
    pBXR28AddtlAlrmLogCorr             Counter64,
    pBXR28AlrmEvtsAttnRq               Unsigned32,
    pBXR28AlrmEvtsAtndDp               Unsigned32,
    pBXR28AlrmStateTimestamp           Unsigned32,
    pBXR28SASHostname                  LongDisplayString,
    pBXR28UseCfgdTrnkGpID              INTEGER,
    pBXR28TrnkGpID                     INTEGER,
    pBXR28AllowRehoming                INTEGER,
    pBXR28I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR28TotCallsLimit                INTEGER,
    pBXR28MaxCalls                     Unsigned32,
    pBXR28TermCallsLimit               INTEGER,
    pBXR28MaxTermCalls                 Unsigned32,
    pBXR28OrigingCallsLimit            INTEGER,
    pBXR28MaxOrigingCalls              Unsigned32,
    pBXR28LimitIntraBGCalls            INTEGER,
    pBXR28UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR28PBXIsDuplicate               INTEGER,
    pBXR28PBXIsRenumbering             INTEGER,
    pBXR28ExportIncASRepData           INTEGER,
    pBXR28AppServerPBX                 INTEGER,
    pBXR28SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR28SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR28DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR28PortedRtgMethod              INTEGER,
    pBXR28LocationRtgNum               DisplayString,
    pBXR28IsIMS                        INTEGER,
    pBXR28ExportChldObjectsToInc       INTEGER
  }

  pBXR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR28Entry  1 }

  pBXR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR28Entry  2 }

  pBXR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR28Entry  3 }

  pBXR28DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR28Entry  4 }

  pBXR28PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR28Entry  5 }

  pBXR28ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR28Entry  6 }

  pBXR28I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR28Entry  7 }

  pBXR28I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR28Entry  8 }

  pBXR28I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR28Entry  9 }

  pBXR28I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR28Entry  10 }

  pBXR28NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR28Entry  11 }

  pBXR28PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR28Entry  12 }

  pBXR28LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR28Entry  13 }

  pBXR28ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR28Entry  14 }

  pBXR28PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR28Entry  18 }

  pBXR28Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR28Entry  19 }

  pBXR28DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR28Entry  22 }

  pBXR28TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR28Entry  24 }

  pBXR28ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR28Entry  26 }

  pBXR28ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR28Entry  27 }

  pBXR28ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR28Entry  28 }

  pBXR28CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR28Entry  29 }

  pBXR28PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR28Entry  30 }

  pBXR28CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR28Entry  31 }

  pBXR28PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR28Entry  32 }

  pBXR28ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR28Entry  33 }

  pBXR28ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR28Entry  34 }

  pBXR28ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR28Entry  35 }

  pBXR28ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR28Entry  36 }

  pBXR28DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR28Entry  37 }

  pBXR28DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR28Entry  38 }

  pBXR28DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR28Entry  39 }

  pBXR28TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR28Entry  40 }

  pBXR28TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR28Entry  41 }

  pBXR28TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR28Entry  42 }

  pBXR28TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR28Entry  43 }

  pBXR28SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR28Entry  44 }

  pBXR28ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR28Entry  45 }

  pBXR28ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR28Entry  46 }

  pBXR28ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR28Entry  47 }

  pBXR28ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR28Entry  48 }

  pBXR28ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR28Entry  49 }

  pBXR28ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR28Entry  50 }

  pBXR28DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR28Entry  51 }

  pBXR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR28Entry  52 }

  pBXR28MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR28Entry  53 }

  pBXR28CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR28Entry  54 }

  pBXR28DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR28Entry  55 }

  pBXR28ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR28Entry  57 }

  pBXR28SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR28Entry  59 }

  pBXR28DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR28Entry  60 }

  pBXR28CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR28Entry  61 }

  pBXR28CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR28Entry  62 }

  pBXR28CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR28Entry  63 }

  pBXR28CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR28Entry  64 }

  pBXR28CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR28Entry  65 }

  pBXR28RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR28Entry  66 }

  pBXR28MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR28Entry  67 }

  pBXR28ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR28Entry  68 }

  pBXR28DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR28Entry  69 }

  pBXR28PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR28Entry  71 }

  pBXR28ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR28Entry  72 }

  pBXR28SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR28Entry  74 }

  pBXR28SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  75 }

  pBXR28SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  76 }

  pBXR28SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  77 }

  pBXR28I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR28Entry  84 }

  pBXR28I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR28Entry  85 }

  pBXR28I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR28Entry  86 }

  pBXR28I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR28Entry  87 }

  pBXR28SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  88 }

  pBXR28SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  89 }

  pBXR28SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  90 }

  pBXR28SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  91 }

  pBXR28SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  92 }

  pBXR28SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  93 }

  pBXR28SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  100 }

  pBXR28SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  101 }

  pBXR28SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  102 }

  pBXR28SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  103 }

  pBXR28SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  104 }

  pBXR28SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  105 }

  pBXR28SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  106 }

  pBXR28SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  107 }

  pBXR28SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  108 }

  pBXR28SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  109 }

  pBXR28SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  110 }

  pBXR28SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  111 }

  pBXR28SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  112 }

  pBXR28SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  113 }

  pBXR28SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  114 }

  pBXR28SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  115 }

  pBXR28SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  116 }

  pBXR28SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  117 }

  pBXR28SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  118 }

  pBXR28SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  119 }

  pBXR28SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  120 }

  pBXR28SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  121 }

  pBXR28SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  122 }

  pBXR28SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  123 }

  pBXR28SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  124 }

  pBXR28SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  125 }

  pBXR28SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  126 }

  pBXR28SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  127 }

  pBXR28SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  128 }

  pBXR28SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  129 }

  pBXR28SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  130 }

  pBXR28SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  131 }

  pBXR28SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  132 }

  pBXR28SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  133 }

  pBXR28SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  134 }

  pBXR28SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  135 }

  pBXR28SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  136 }

  pBXR28SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  137 }

  pBXR28SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  138 }

  pBXR28LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR28Entry  139 }

  pBXR28DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR28Entry  140 }

  pBXR28EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR28Entry  141 }

  pBXR28ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR28Entry  142 }

  pBXR28SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  150 }

  pBXR28SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  151 }

  pBXR28SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  152 }

  pBXR28SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  153 }

  pBXR28SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  154 }

  pBXR28SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  155 }

  pBXR28SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  156 }

  pBXR28SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  157 }

  pBXR28SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  158 }

  pBXR28SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  159 }

  pBXR28SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  160 }

  pBXR28SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  161 }

  pBXR28SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  162 }

  pBXR28SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  163 }

  pBXR28SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  164 }

  pBXR28SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  165 }

  pBXR28SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  166 }

  pBXR28SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  167 }

  pBXR28SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  168 }

  pBXR28SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  169 }

  pBXR28SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  170 }

  pBXR28SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  171 }

  pBXR28SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  172 }

  pBXR28SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  173 }

  pBXR28SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  174 }

  pBXR28SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  175 }

  pBXR28SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  176 }

  pBXR28SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  177 }

  pBXR28SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  178 }

  pBXR28SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  179 }

  pBXR28SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  180 }

  pBXR28SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  181 }

  pBXR28SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  182 }

  pBXR28SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  183 }

  pBXR28SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  184 }

  pBXR28SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  185 }

  pBXR28SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  186 }

  pBXR28SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  187 }

  pBXR28SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  188 }

  pBXR28SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  189 }

  pBXR28SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  190 }

  pBXR28SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  191 }

  pBXR28SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  192 }

  pBXR28SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  193 }

  pBXR28SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  194 }

  pBXR28SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  195 }

  pBXR28SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  196 }

  pBXR28SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  197 }

  pBXR28LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR28Entry  205 }

  pBXR28SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  206 }

  pBXR28SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  207 }

  pBXR28SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  208 }

  pBXR28FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR28Entry  209 }

  pBXR28CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR28Entry  210 }

  pBXR28MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR28Entry  211 }

  pBXR28MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR28Entry  212 }

  pBXR28SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  213 }

  pBXR28SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  214 }

  pBXR28SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  215 }

  pBXR28ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR28Entry  216 }

  pBXR28IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR28Entry  217 }

  pBXR28I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR28Entry  218 }

  pBXR28I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR28Entry  219 }

  pBXR28I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR28Entry  220 }

  pBXR28I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR28Entry  221 }

  pBXR28BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR28Entry  222 }

  pBXR28BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR28Entry  223 }

  pBXR28BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR28Entry  224 }

  pBXR28BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR28Entry  225 }

  pBXR28BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR28Entry  226 }

  pBXR28BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR28Entry  227 }

  pBXR28BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR28Entry  228 }

  pBXR28SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR28Entry  230 }

  pBXR28SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  231 }

  pBXR28SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  232 }

  pBXR28SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  233 }

  pBXR28SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  234 }

  pBXR28SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  235 }

  pBXR28SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  236 }

  pBXR28I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR28Entry  237 }

  pBXR28I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR28Entry  238 }

  pBXR28I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR28Entry  239 }

  pBXR28SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  241 }

  pBXR28SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  242 }

  pBXR28SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  243 }

  pBXR28SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  244 }

  pBXR28SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  245 }

  pBXR28SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  246 }

  pBXR28SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  247 }

  pBXR28SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  248 }

  pBXR28SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  249 }

  pBXR28CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR28Entry  260 }

  pBXR28CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR28Entry  261 }

  pBXR28CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR28Entry  262 }

  pBXR28CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR28Entry  263 }

  pBXR28CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR28Entry  264 }

  pBXR28UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR28Entry  265 }

  pBXR28I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR28Entry  266 }

  pBXR28I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR28Entry  267 }

  pBXR28I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR28Entry  268 }

  pBXR28I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR28Entry  269 }

  pBXR28TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR28Entry  270 }

  pBXR28I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR28Entry  271 }

  pBXR28I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR28Entry  272 }

  pBXR28I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR28Entry  273 }

  pBXR28FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR28Entry  274 }

  pBXR28ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR28Entry  275 }

  pBXR28AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR28Entry  276 }

  pBXR28SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  277 }

  pBXR28SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  278 }

  pBXR28SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  279 }

  pBXR28SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  280 }

  pBXR28SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR28Entry  281 }

  pBXR28SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR28Entry  282 }

  pBXR28AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR28Entry  283 }

  pBXR28StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR28Entry  284 }

  pBXR28AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR28Entry  285 }

  pBXR28AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR28Entry  286 }

  pBXR28AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR28Entry  287 }

  pBXR28AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR28Entry  288 }

  pBXR28AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR28Entry  289 }

  pBXR28SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR28Entry  290 }

  pBXR28UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR28Entry  291 }

  pBXR28TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR28Entry  292 }

  pBXR28AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR28Entry  293 }

  pBXR28I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR28Entry  294 }

  pBXR28TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR28Entry  295 }

  pBXR28MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR28Entry  296 }

  pBXR28TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR28Entry  297 }

  pBXR28MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR28Entry  298 }

  pBXR28OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR28Entry  299 }

  pBXR28MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR28Entry  300 }

  pBXR28LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR28Entry  301 }

  pBXR28UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR28Entry  302 }

  pBXR28PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR28Entry  303 }

  pBXR28PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR28Entry  304 }

  pBXR28ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR28Entry  305 }

  pBXR28AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR28Entry  306 }

  pBXR28SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR28Entry  307 }

  pBXR28SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR28Entry  308 }

  pBXR28DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR28Entry  309 }

  pBXR28PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR28Entry  310 }

  pBXR28LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR28Entry  311 }

  pBXR28IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR28Entry  312 }

  pBXR28ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR28Entry  313 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Source'                                            */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  locSrcR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocSrcR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Director Service'.
                  This table is not creatable."
    ::= { metaSwitch  2402 }

  locSrcR4Entry OBJECT-TYPE
    SYNTAX       LocSrcR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locSrcR4NEConn,
             locSrcR4NetwkElement,
             locSrcR4MetaViewDirectorIx,
             locSrcR4LocationSourceIx }
    ::= {  locSrcR4Table  1  }

  LocSrcR4Entry  ::=  SEQUENCE
  {
    locSrcR4NEConn                     Unsigned32,
    locSrcR4NetwkElement               DisplayString,
    locSrcR4MetaViewDirectorIx         Unsigned32,
    locSrcR4LocationSourceIx           Unsigned32,
    locSrcR4LocationSourceName         DisplayString,
    locSrcR4LocationSourceType         INTEGER,
    locSrcR4LocationSourceUniqueFingerprint
                                       DisplayString,
    locSrcR4LocSrcTplgType1            INTEGER,
    locSrcR4LocSrcTplgVal1             DisplayString,
    locSrcR4LocSrcTplgType2            INTEGER,
    locSrcR4LocSrcTplgVal2             DisplayString,
    locSrcR4LocSrcTplgType3            INTEGER,
    locSrcR4LocSrcTplgVal3             DisplayString,
    locSrcR4LocSrcTplgType4            INTEGER,
    locSrcR4LocSrcTplgVal4             DisplayString,
    locSrcR4LocSrcTplgType5            INTEGER,
    locSrcR4LocSrcTplgVal5             DisplayString,
    locSrcR4LocSrcTplgType6            INTEGER,
    locSrcR4LocSrcTplgVal6             DisplayString,
    locSrcR4LocSrcTplgType7            INTEGER,
    locSrcR4LocSrcTplgVal7             DisplayString,
    locSrcR4LocSrcTplgType8            INTEGER,
    locSrcR4LocSrcTplgVal8             DisplayString,
    locSrcR4LocSrcTplgType9            INTEGER,
    locSrcR4LocSrcTplgVal9             DisplayString,
    locSrcR4LocSrcTplgType10           INTEGER,
    locSrcR4LocSrcTplgVal10            DisplayString,
    locSrcR4LocSrcTplgType11           INTEGER,
    locSrcR4LocSrcTplgVal11            DisplayString,
    locSrcR4LocSrcTplgType12           INTEGER,
    locSrcR4LocSrcTplgVal12            DisplayString,
    locSrcR4LocSrcTplgType13           INTEGER,
    locSrcR4LocSrcTplgVal13            DisplayString,
    locSrcR4LocSrcTplgType14           INTEGER,
    locSrcR4LocSrcTplgVal14            DisplayString,
    locSrcR4LocSrcTplgType15           INTEGER,
    locSrcR4LocSrcTplgVal15            DisplayString,
    locSrcR4LocSrcTplgType16           INTEGER,
    locSrcR4LocSrcTplgVal16            DisplayString,
    locSrcR4LocSrcTplgType17           INTEGER,
    locSrcR4LocSrcTplgVal17            DisplayString,
    locSrcR4LocSrcTplgType18           INTEGER,
    locSrcR4LocSrcTplgVal18            DisplayString,
    locSrcR4LocSrcTplgType19           INTEGER,
    locSrcR4LocSrcTplgVal19            DisplayString,
    locSrcR4LocSrcTplgType20           INTEGER,
    locSrcR4LocSrcTplgVal20            DisplayString,
    locSrcR4LocationSourceSyncStatus   INTEGER,
    locSrcR4LocationSourceNumKeys      Unsigned32,
    locSrcR4AlrmState                  INTEGER,
    locSrcR4StatisticsAlrms            Integer32,
    locSrcR4AlrmEvtsAttnRqLogCorr      Counter64,
    locSrcR4AlrmEvtsAttnRq             Integer32,
    locSrcR4AlrmStateTimestamp         Unsigned32,
    locSrcR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    locSrcR4RowStatus                  RowStatus,
    locSrcR4SiteID                     Unsigned32,
    locSrcR4SiteName                   DisplayString,
    locSrcR4DoExtraActions             INTEGER,
    locSrcR4TopologySigAddrTopologyVals
                                       LongDisplayString,
    locSrcR4OBSDeletionCode            DisplayString,
    locSrcR4TopologyNumBlocks          Unsigned32,
    locSrcR4TopologyNumRehomedBlocks   Unsigned32
  }

  locSrcR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locSrcR4Entry  1 }

  locSrcR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locSrcR4Entry  2 }

  locSrcR4MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { locSrcR4Entry  3 }

  locSrcR4LocationSourceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Source Index'.
                  This is an index field."
    ::= { locSrcR4Entry  4 }

  locSrcR4LocationSourceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source name'."
    ::= { locSrcR4Entry  5 }

  locSrcR4LocationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(65),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source type'."
    ::= { locSrcR4Entry  6 }

  locSrcR4LocationSourceUniqueFingerprint OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source unique fingerprint'."
    ::= { locSrcR4Entry  7 }

  locSrcR4LocSrcTplgType1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 1'."
    ::= { locSrcR4Entry  8 }

  locSrcR4LocSrcTplgVal1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 1'."
    ::= { locSrcR4Entry  9 }

  locSrcR4LocSrcTplgType2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 2'."
    ::= { locSrcR4Entry  10 }

  locSrcR4LocSrcTplgVal2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 2'."
    ::= { locSrcR4Entry  11 }

  locSrcR4LocSrcTplgType3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 3'."
    ::= { locSrcR4Entry  12 }

  locSrcR4LocSrcTplgVal3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 3'."
    ::= { locSrcR4Entry  13 }

  locSrcR4LocSrcTplgType4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 4'."
    ::= { locSrcR4Entry  14 }

  locSrcR4LocSrcTplgVal4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 4'."
    ::= { locSrcR4Entry  15 }

  locSrcR4LocSrcTplgType5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 5'."
    ::= { locSrcR4Entry  16 }

  locSrcR4LocSrcTplgVal5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 5'."
    ::= { locSrcR4Entry  17 }

  locSrcR4LocSrcTplgType6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 6'."
    ::= { locSrcR4Entry  18 }

  locSrcR4LocSrcTplgVal6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 6'."
    ::= { locSrcR4Entry  19 }

  locSrcR4LocSrcTplgType7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 7'."
    ::= { locSrcR4Entry  20 }

  locSrcR4LocSrcTplgVal7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 7'."
    ::= { locSrcR4Entry  21 }

  locSrcR4LocSrcTplgType8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 8'."
    ::= { locSrcR4Entry  22 }

  locSrcR4LocSrcTplgVal8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 8'."
    ::= { locSrcR4Entry  23 }

  locSrcR4LocSrcTplgType9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 9'."
    ::= { locSrcR4Entry  24 }

  locSrcR4LocSrcTplgVal9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 9'."
    ::= { locSrcR4Entry  25 }

  locSrcR4LocSrcTplgType10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 10'."
    ::= { locSrcR4Entry  26 }

  locSrcR4LocSrcTplgVal10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 10'."
    ::= { locSrcR4Entry  27 }

  locSrcR4LocSrcTplgType11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 11'."
    ::= { locSrcR4Entry  28 }

  locSrcR4LocSrcTplgVal11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 11'."
    ::= { locSrcR4Entry  29 }

  locSrcR4LocSrcTplgType12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 12'."
    ::= { locSrcR4Entry  30 }

  locSrcR4LocSrcTplgVal12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 12'."
    ::= { locSrcR4Entry  31 }

  locSrcR4LocSrcTplgType13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 13'."
    ::= { locSrcR4Entry  32 }

  locSrcR4LocSrcTplgVal13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 13'."
    ::= { locSrcR4Entry  33 }

  locSrcR4LocSrcTplgType14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 14'."
    ::= { locSrcR4Entry  34 }

  locSrcR4LocSrcTplgVal14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 14'."
    ::= { locSrcR4Entry  35 }

  locSrcR4LocSrcTplgType15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 15'."
    ::= { locSrcR4Entry  36 }

  locSrcR4LocSrcTplgVal15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 15'."
    ::= { locSrcR4Entry  37 }

  locSrcR4LocSrcTplgType16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 16'."
    ::= { locSrcR4Entry  38 }

  locSrcR4LocSrcTplgVal16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 16'."
    ::= { locSrcR4Entry  39 }

  locSrcR4LocSrcTplgType17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 17'."
    ::= { locSrcR4Entry  40 }

  locSrcR4LocSrcTplgVal17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 17'."
    ::= { locSrcR4Entry  41 }

  locSrcR4LocSrcTplgType18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 18'."
    ::= { locSrcR4Entry  42 }

  locSrcR4LocSrcTplgVal18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 18'."
    ::= { locSrcR4Entry  43 }

  locSrcR4LocSrcTplgType19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 19'."
    ::= { locSrcR4Entry  44 }

  locSrcR4LocSrcTplgVal19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 19'."
    ::= { locSrcR4Entry  45 }

  locSrcR4LocSrcTplgType20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 20'."
    ::= { locSrcR4Entry  46 }

  locSrcR4LocSrcTplgVal20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 20'."
    ::= { locSrcR4Entry  47 }

  locSrcR4LocationSourceSyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   lostContactWithSource(1),
                   loadingFromDisk(2),
                   synchronizingWithSource(3),
                   inSync(4),
                   deletingSource(5),
                   lostContactWithSourceWaitingForTimeout(6),
                   lostContactWithSourceRehomingOnDemand(7),
                   lostContactWithSourceRehomingAllConfiguration(8),
                   lostContactWithSourceRehomingComplete(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source synchronization status'."
    ::= { locSrcR4Entry  48 }

  locSrcR4LocationSourceNumKeys OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of keys'."
    ::= { locSrcR4Entry  49 }

  locSrcR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { locSrcR4Entry  50 }

  locSrcR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { locSrcR4Entry  51 }

  locSrcR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { locSrcR4Entry  52 }

  locSrcR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { locSrcR4Entry  53 }

  locSrcR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { locSrcR4Entry  54 }

  locSrcR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { locSrcR4Entry  55 }

  locSrcR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { locSrcR4Entry  56 }

  locSrcR4SiteID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { locSrcR4Entry  57 }

  locSrcR4SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { locSrcR4Entry  58 }

  locSrcR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resync(1),
                   startRehomingOnDemand(2),
                   rehomeAllConfiguration(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { locSrcR4Entry  59 }

  locSrcR4TopologySigAddrTopologyVals OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..12800))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Topology - signaling address topology values'."
    ::= { locSrcR4Entry  60 }

  locSrcR4OBSDeletionCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'OBS deletion code'."
    ::= { locSrcR4Entry  61 }

  locSrcR4TopologyNumBlocks OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - number of blocks'."
    ::= { locSrcR4Entry  62 }

  locSrcR4TopologyNumRehomedBlocks OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Topology - number of rehomed blocks'."
    ::= { locSrcR4Entry  63 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.2.10                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.3                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR39Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR39Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2403 }

  mediaGatewayModelR39Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR39Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR39NEConn,
             mediaGatewayModelR39NetwkElement,
             mediaGatewayModelR39CFSIx,
             mediaGatewayModelR39ModelIx }
    ::= {  mediaGatewayModelR39Table  1  }

  MediaGatewayModelR39Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR39NEConn         Unsigned32,
    mediaGatewayModelR39NetwkElement   DisplayString,
    mediaGatewayModelR39CFSIx          Unsigned32,
    mediaGatewayModelR39ModelIx        Unsigned32,
    mediaGatewayModelR39Category       INTEGER,
    mediaGatewayModelR39ModelName      DisplayString,
    mediaGatewayModelR39Desc           DisplayString,
    mediaGatewayModelR39ControlProt    INTEGER,
    mediaGatewayModelR39ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR39LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR39PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR39PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR39AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR39AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR39RefCnt         Unsigned32,
    mediaGatewayModelR39RowStatus      RowStatus,
    mediaGatewayModelR39DefModel       INTEGER,
    mediaGatewayModelR39Authentication INTEGER,
    mediaGatewayModelR39SupportedConnTypes
                                       BITS,
    mediaGatewayModelR39AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR39ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR39ExportStatus   DisplayString,
    mediaGatewayModelR39ExportFile     DisplayString,
    mediaGatewayModelR39ExportCorr     Counter64,
    mediaGatewayModelR39ExportCorrNode DisplayString,
    mediaGatewayModelR39ExportCorrUID  DisplayString,
    mediaGatewayModelR39DoExtraActions INTEGER,
    mediaGatewayModelR39FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR39FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR39FBsMGCP        BITS,
    mediaGatewayModelR39FBsMeGaCo      BITS,
    mediaGatewayModelR39FBsSIP         BITS,
    mediaGatewayModelR39FixBitsMeGaCo2 BITS,
    mediaGatewayModelR39MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR39AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR39AlertInfoDR2   DisplayString,
    mediaGatewayModelR39AlertInfoDR3   DisplayString,
    mediaGatewayModelR39AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR39DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR39DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR39ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR39SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR39DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR39UpToDateCnt    Unsigned32,
    mediaGatewayModelR39SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR39PollInterval   Unsigned32,
    mediaGatewayModelR39SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR39Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR39AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR39VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR39AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR39FixBitsSIP2    BITS,
    mediaGatewayModelR39OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR39FBsMeGaCo4     BITS,
    mediaGatewayModelR39SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR39ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR39SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR39ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR39SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR39AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR39AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR39InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR39OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR39MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR39FixBitsSIP3    BITS,
    mediaGatewayModelR39FixBitsSIP4    BITS,
    mediaGatewayModelR39SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR39RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR39EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR39LCC1           DisplayString,
    mediaGatewayModelR39LCC2           DisplayString,
    mediaGatewayModelR39LCC3           DisplayString,
    mediaGatewayModelR39LCC4           DisplayString,
    mediaGatewayModelR39LCC5           DisplayString,
    mediaGatewayModelR39LCC6           DisplayString,
    mediaGatewayModelR39LCC7           DisplayString,
    mediaGatewayModelR39LCC8           DisplayString,
    mediaGatewayModelR39LCC9           DisplayString,
    mediaGatewayModelR39LCC10          DisplayString,
    mediaGatewayModelR39LCC11          DisplayString,
    mediaGatewayModelR39LCC12          DisplayString,
    mediaGatewayModelR39LCC13          DisplayString,
    mediaGatewayModelR39LCC14          DisplayString,
    mediaGatewayModelR39LCC15          DisplayString,
    mediaGatewayModelR39LCC16          DisplayString,
    mediaGatewayModelR39LCC17          DisplayString,
    mediaGatewayModelR39LCC18          DisplayString,
    mediaGatewayModelR39LCC19          DisplayString,
    mediaGatewayModelR39LCC20          DisplayString,
    mediaGatewayModelR39ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR39MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR39MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR39ExportChldObjectsToInc
                                       INTEGER
  }

  mediaGatewayModelR39NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR39Entry  1 }

  mediaGatewayModelR39NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR39Entry  2 }

  mediaGatewayModelR39CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR39Entry  3 }

  mediaGatewayModelR39ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR39Entry  4 }

  mediaGatewayModelR39Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR39Entry  5 }

  mediaGatewayModelR39ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR39Entry  6 }

  mediaGatewayModelR39Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR39Entry  7 }

  mediaGatewayModelR39ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR39Entry  8 }

  mediaGatewayModelR39ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR39Entry  9 }

  mediaGatewayModelR39LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR39Entry  10 }

  mediaGatewayModelR39PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR39Entry  11 }

  mediaGatewayModelR39PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR39Entry  12 }

  mediaGatewayModelR39AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR39Entry  13 }

  mediaGatewayModelR39AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR39Entry  14 }

  mediaGatewayModelR39RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR39Entry  16 }

  mediaGatewayModelR39RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR39Entry  17 }

  mediaGatewayModelR39DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR39Entry  18 }

  mediaGatewayModelR39Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR39Entry  19 }

  mediaGatewayModelR39SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR39Entry  20 }

  mediaGatewayModelR39AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR39Entry  21 }

  mediaGatewayModelR39ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR39Entry  22 }

  mediaGatewayModelR39ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR39Entry  23 }

  mediaGatewayModelR39ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR39Entry  24 }

  mediaGatewayModelR39ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR39Entry  25 }

  mediaGatewayModelR39ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR39Entry  26 }

  mediaGatewayModelR39ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR39Entry  27 }

  mediaGatewayModelR39DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR39Entry  28 }

  mediaGatewayModelR39FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR39Entry  29 }

  mediaGatewayModelR39FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR39Entry  30 }

  mediaGatewayModelR39FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR39Entry  31 }

  mediaGatewayModelR39FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR39Entry  32 }

  mediaGatewayModelR39FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR39Entry  33 }

  mediaGatewayModelR39FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR39Entry  34 }

  mediaGatewayModelR39MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR39Entry  35 }

  mediaGatewayModelR39AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR39Entry  36 }

  mediaGatewayModelR39AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR39Entry  37 }

  mediaGatewayModelR39AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR39Entry  38 }

  mediaGatewayModelR39AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR39Entry  39 }

  mediaGatewayModelR39DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR39Entry  40 }

  mediaGatewayModelR39DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR39Entry  41 }

  mediaGatewayModelR39ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR39Entry  42 }

  mediaGatewayModelR39SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR39Entry  43 }

  mediaGatewayModelR39DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR39Entry  44 }

  mediaGatewayModelR39UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR39Entry  45 }

  mediaGatewayModelR39SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR39Entry  46 }

  mediaGatewayModelR39PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR39Entry  47 }

  mediaGatewayModelR39SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR39Entry  48 }

  mediaGatewayModelR39Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR39Entry  49 }

  mediaGatewayModelR39AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR39Entry  50 }

  mediaGatewayModelR39VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR39Entry  51 }

  mediaGatewayModelR39AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR39Entry  52 }

  mediaGatewayModelR39FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR39Entry  53 }

  mediaGatewayModelR39OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR39Entry  54 }

  mediaGatewayModelR39FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR39Entry  55 }

  mediaGatewayModelR39SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR39Entry  56 }

  mediaGatewayModelR39ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR39Entry  57 }

  mediaGatewayModelR39SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR39Entry  58 }

  mediaGatewayModelR39ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR39Entry  59 }

  mediaGatewayModelR39SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR39Entry  60 }

  mediaGatewayModelR39AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR39Entry  61 }

  mediaGatewayModelR39AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR39Entry  62 }

  mediaGatewayModelR39InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR39Entry  63 }

  mediaGatewayModelR39OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR39Entry  64 }

  mediaGatewayModelR39MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR39Entry  65 }

  mediaGatewayModelR39FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR39Entry  66 }

  mediaGatewayModelR39FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR39Entry  67 }

  mediaGatewayModelR39SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR39Entry  68 }

  mediaGatewayModelR39RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR39Entry  69 }

  mediaGatewayModelR39EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR39Entry  70 }

  mediaGatewayModelR39LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR39Entry  71 }

  mediaGatewayModelR39LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR39Entry  72 }

  mediaGatewayModelR39LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR39Entry  73 }

  mediaGatewayModelR39LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR39Entry  74 }

  mediaGatewayModelR39LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR39Entry  75 }

  mediaGatewayModelR39LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR39Entry  76 }

  mediaGatewayModelR39LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR39Entry  77 }

  mediaGatewayModelR39LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR39Entry  78 }

  mediaGatewayModelR39LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR39Entry  79 }

  mediaGatewayModelR39LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR39Entry  80 }

  mediaGatewayModelR39LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR39Entry  81 }

  mediaGatewayModelR39LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR39Entry  82 }

  mediaGatewayModelR39LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR39Entry  83 }

  mediaGatewayModelR39LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR39Entry  84 }

  mediaGatewayModelR39LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR39Entry  85 }

  mediaGatewayModelR39LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR39Entry  86 }

  mediaGatewayModelR39LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR39Entry  87 }

  mediaGatewayModelR39LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR39Entry  88 }

  mediaGatewayModelR39LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR39Entry  89 }

  mediaGatewayModelR39LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR39Entry  90 }

  mediaGatewayModelR39ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR39Entry  91 }

  mediaGatewayModelR39MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR39Entry  92 }

  mediaGatewayModelR39MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR39Entry  93 }

  mediaGatewayModelR39ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR39Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.2.10                                                            */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  rPSNumVldnTableR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2404 }

  rPSNumVldnTableR18Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR18NEConn,
             rPSNumVldnTableR18NetwkElement,
             rPSNumVldnTableR18CFSIx,
             rPSNumVldnTableR18CfgSetIx,
             rPSNumVldnTableR18NumVldnTblIx }
    ::= {  rPSNumVldnTableR18Table  1  }

  RPSNumVldnTableR18Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR18NEConn           Unsigned32,
    rPSNumVldnTableR18NetwkElement     DisplayString,
    rPSNumVldnTableR18CFSIx            Unsigned32,
    rPSNumVldnTableR18CfgSetIx         Unsigned32,
    rPSNumVldnTableR18NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR18NumVldnTblName   DisplayString,
    rPSNumVldnTableR18SearchType       INTEGER,
    rPSNumVldnTableR18MatchAttr1       INTEGER,
    rPSNumVldnTableR18MatchAttr2       INTEGER,
    rPSNumVldnTableR18MatchAttr3       INTEGER,
    rPSNumVldnTableR18I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR18I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR18I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR18I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR18I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR18DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR18RowStatus        RowStatus,
    rPSNumVldnTableR18ExportCorr       Counter64,
    rPSNumVldnTableR18I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR18I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR18I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR18I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR18I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR18ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR18ExportStatus     DisplayString,
    rPSNumVldnTableR18ExportFile       DisplayString,
    rPSNumVldnTableR18DefMtchAct       INTEGER,
    rPSNumVldnTableR18ExportCorrNode   DisplayString,
    rPSNumVldnTableR18DoExtraActions   INTEGER,
    rPSNumVldnTableR18ExportCorrUID    DisplayString,
    rPSNumVldnTableR18AddrMatchType    INTEGER,
    rPSNumVldnTableR18TblType          INTEGER,
    rPSNumVldnTableR18Filename         DisplayString,
    rPSNumVldnTableR18FileLoadStatus   INTEGER,
    rPSNumVldnTableR18FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR18NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR18FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR18MemUsage         Unsigned32,
    rPSNumVldnTableR18OverrideHeader   DisplayString,
    rPSNumVldnTableR18ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR18I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR18I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR18I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR18I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR18I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR18FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR18ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR18ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR18Entry  1 }

  rPSNumVldnTableR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR18Entry  2 }

  rPSNumVldnTableR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR18Entry  3 }

  rPSNumVldnTableR18CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR18Entry  4 }

  rPSNumVldnTableR18NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR18Entry  5 }

  rPSNumVldnTableR18NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR18Entry  6 }

  rPSNumVldnTableR18SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR18Entry  7 }

  rPSNumVldnTableR18MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR18Entry  8 }

  rPSNumVldnTableR18MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR18Entry  9 }

  rPSNumVldnTableR18MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR18Entry  10 }

  rPSNumVldnTableR18I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR18Entry  11 }

  rPSNumVldnTableR18I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR18Entry  12 }

  rPSNumVldnTableR18I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR18Entry  13 }

  rPSNumVldnTableR18I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR18Entry  14 }

  rPSNumVldnTableR18I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR18Entry  15 }

  rPSNumVldnTableR18DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR18Entry  16 }

  rPSNumVldnTableR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR18Entry  17 }

  rPSNumVldnTableR18ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR18Entry  18 }

  rPSNumVldnTableR18I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  19 }

  rPSNumVldnTableR18I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  20 }

  rPSNumVldnTableR18I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  21 }

  rPSNumVldnTableR18I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  22 }

  rPSNumVldnTableR18I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  23 }

  rPSNumVldnTableR18ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR18Entry  24 }

  rPSNumVldnTableR18ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR18Entry  25 }

  rPSNumVldnTableR18ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR18Entry  26 }

  rPSNumVldnTableR18DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR18Entry  27 }

  rPSNumVldnTableR18ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR18Entry  28 }

  rPSNumVldnTableR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR18Entry  29 }

  rPSNumVldnTableR18ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR18Entry  30 }

  rPSNumVldnTableR18AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7),
                   signaledCallerID(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR18Entry  31 }

  rPSNumVldnTableR18TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR18Entry  32 }

  rPSNumVldnTableR18Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR18Entry  33 }

  rPSNumVldnTableR18FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR18Entry  34 }

  rPSNumVldnTableR18FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR18Entry  35 }

  rPSNumVldnTableR18NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR18Entry  36 }

  rPSNumVldnTableR18FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR18Entry  37 }

  rPSNumVldnTableR18MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR18Entry  38 }

  rPSNumVldnTableR18OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR18Entry  39 }

  rPSNumVldnTableR18ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR18Entry  40 }

  rPSNumVldnTableR18I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  41 }

  rPSNumVldnTableR18I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  42 }

  rPSNumVldnTableR18I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  43 }

  rPSNumVldnTableR18I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  44 }

  rPSNumVldnTableR18I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR18Entry  45 }

  rPSNumVldnTableR18FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR18Entry  46 }

  rPSNumVldnTableR18ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR18Entry  47 }

  rPSNumVldnTableR18ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR18Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Default Carrier'                                            */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  tDMDefCarrierR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMDefCarrierR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2405 }

  tDMDefCarrierR3Entry OBJECT-TYPE
    SYNTAX       TDMDefCarrierR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMDefCarrierR3NEConn,
             tDMDefCarrierR3NetwkElement,
             tDMDefCarrierR3MediaGatewayIx,
             tDMDefCarrierR3CarrIx }
    ::= {  tDMDefCarrierR3Table  1  }

  TDMDefCarrierR3Entry  ::=  SEQUENCE
  {
    tDMDefCarrierR3NEConn              Unsigned32,
    tDMDefCarrierR3NetwkElement        DisplayString,
    tDMDefCarrierR3MediaGatewayIx      Unsigned32,
    tDMDefCarrierR3CarrIx              Unsigned32,
    tDMDefCarrierR3Desc                DisplayString,
    tDMDefCarrierR3CarrDspName         LongDisplayString,
    tDMDefCarrierR3ExtraInfo1          DisplayString,
    tDMDefCarrierR3ExtraInfo2          DisplayString,
    tDMDefCarrierR3CarrType            INTEGER,
    tDMDefCarrierR3CfgdChldCarrType    INTEGER,
    tDMDefCarrierR3DeactivnMode        INTEGER,
    tDMDefCarrierR3DirectT1CAS         INTEGER,
    tDMDefCarrierR3I1DefMFProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR3I2DefMFProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR3I3DefMFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR3I4DefMFProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR3DefMFProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR3I1DefDirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR3I2DefDirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR3I3DefDirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR3I4DefDirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR3DefDirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR3T1LineFraming       INTEGER,
    tDMDefCarrierR3E1LineFraming       INTEGER,
    tDMDefCarrierR3PhysEncodingT1      INTEGER,
    tDMDefCarrierR3PhysEncodingE1      INTEGER,
    tDMDefCarrierR3DS1LineLen          INTEGER,
    tDMDefCarrierR3DS3LineLen          INTEGER,
    tDMDefCarrierR3DS3LineFraming      INTEGER,
    tDMDefCarrierR3SFPCfgdModType      INTEGER,
    tDMDefCarrierR3SecTrcMsgSize       INTEGER,
    tDMDefCarrierR3SecTrcXmitMsg       DisplayString,
    tDMDefCarrierR3SecTrcExpRcvMsg     DisplayString,
    tDMDefCarrierR3SecTrcCheckTIM      INTEGER,
    tDMDefCarrierR3PathTrcMsgSize      INTEGER,
    tDMDefCarrierR3PathTrcXmitMsg      DisplayString,
    tDMDefCarrierR3PathTrcExpectedRcvMsg
                                       DisplayString,
    tDMDefCarrierR3PathTrcCheckTIM     INTEGER,
    tDMDefCarrierR3DS1Type             INTEGER,
    tDMDefCarrierR3SecTrcXmitMsgHex    OCTET STRING,
    tDMDefCarrierR3SecTrcExpRcvMsgHex  OCTET STRING,
    tDMDefCarrierR3SFPXmitLsrEnBldA    INTEGER,
    tDMDefCarrierR3SFPXmitLsrEnBldB    INTEGER
  }

  tDMDefCarrierR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMDefCarrierR3Entry  1 }

  tDMDefCarrierR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMDefCarrierR3Entry  2 }

  tDMDefCarrierR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMDefCarrierR3Entry  3 }

  tDMDefCarrierR3CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMDefCarrierR3Entry  4 }

  tDMDefCarrierR3Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMDefCarrierR3Entry  5 }

  tDMDefCarrierR3CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMDefCarrierR3Entry  6 }

  tDMDefCarrierR3ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMDefCarrierR3Entry  7 }

  tDMDefCarrierR3ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMDefCarrierR3Entry  8 }

  tDMDefCarrierR3CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMDefCarrierR3Entry  9 }

  tDMDefCarrierR3CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR3Entry  10 }

  tDMDefCarrierR3DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMDefCarrierR3Entry  11 }

  tDMDefCarrierR3DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR3Entry  12 }

  tDMDefCarrierR3I1DefMFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR3Entry  13 }

  tDMDefCarrierR3I2DefMFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR3Entry  14 }

  tDMDefCarrierR3I3DefMFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR3Entry  15 }

  tDMDefCarrierR3I4DefMFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR3Entry  16 }

  tDMDefCarrierR3DefMFProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile'.
                  This field represents the fixed
                  values that MF Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR3Entry  17 }

  tDMDefCarrierR3I1DefDirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR3Entry  18 }

  tDMDefCarrierR3I2DefDirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR3Entry  19 }

  tDMDefCarrierR3I3DefDirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR3Entry  20 }

  tDMDefCarrierR3I4DefDirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR3Entry  21 }

  tDMDefCarrierR3DefDirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR3Entry  22 }

  tDMDefCarrierR3T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMDefCarrierR3Entry  23 }

  tDMDefCarrierR3E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMDefCarrierR3Entry  24 }

  tDMDefCarrierR3PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMDefCarrierR3Entry  25 }

  tDMDefCarrierR3PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMDefCarrierR3Entry  26 }

  tDMDefCarrierR3DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMDefCarrierR3Entry  27 }

  tDMDefCarrierR3DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMDefCarrierR3Entry  28 }

  tDMDefCarrierR3DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMDefCarrierR3Entry  29 }

  tDMDefCarrierR3SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMDefCarrierR3Entry  30 }

  tDMDefCarrierR3SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR3Entry  31 }

  tDMDefCarrierR3SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR3Entry  32 }

  tDMDefCarrierR3SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR3Entry  33 }

  tDMDefCarrierR3SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR3Entry  34 }

  tDMDefCarrierR3PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR3Entry  35 }

  tDMDefCarrierR3PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMDefCarrierR3Entry  36 }

  tDMDefCarrierR3PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMDefCarrierR3Entry  37 }

  tDMDefCarrierR3PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR3Entry  38 }

  tDMDefCarrierR3DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMDefCarrierR3Entry  39 }

  tDMDefCarrierR3SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR3Entry  40 }

  tDMDefCarrierR3SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR3Entry  41 }

  tDMDefCarrierR3SFPXmitLsrEnBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade A'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR3Entry  42 }

  tDMDefCarrierR3SFPXmitLsrEnBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade B'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR3Entry  43 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  tDMCarrierR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2406 }

  tDMCarrierR8Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR8NEConn,
             tDMCarrierR8NetwkElement,
             tDMCarrierR8MediaGatewayIx,
             tDMCarrierR8CarrIx }
    ::= {  tDMCarrierR8Table  1  }

  TDMCarrierR8Entry  ::=  SEQUENCE
  {
    tDMCarrierR8NEConn                 Unsigned32,
    tDMCarrierR8NetwkElement           DisplayString,
    tDMCarrierR8MediaGatewayIx         Unsigned32,
    tDMCarrierR8CarrIx                 Unsigned32,
    tDMCarrierR8Desc                   DisplayString,
    tDMCarrierR8CarrDspName            LongDisplayString,
    tDMCarrierR8ExtraInfo1             DisplayString,
    tDMCarrierR8ExtraInfo2             DisplayString,
    tDMCarrierR8CarrType               INTEGER,
    tDMCarrierR8CfgdChldCarrType       INTEGER,
    tDMCarrierR8ChldPosition           Unsigned32,
    tDMCarrierR8BrkOutPnlTpBldA        INTEGER,
    tDMCarrierR8BrkOutPnlTpBldB        INTEGER,
    tDMCarrierR8LineStatus             BITS,
    tDMCarrierR8DeactivnMode           INTEGER,
    tDMCarrierR8I1CarrToSwapWithNEConn Unsigned32,
    tDMCarrierR8I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR8I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR8I4CarrToSwapWithCarrIx Unsigned32,
    tDMCarrierR8FacilityName           DisplayString,
    tDMCarrierR8DirectT1CAS            INTEGER,
    tDMCarrierR8I1MFProtProfNEConn     Unsigned32,
    tDMCarrierR8I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR8I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR8I4MFProtProfProfIx     Unsigned32,
    tDMCarrierR8I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR8I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR8I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR8I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR8DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR8SupportedTerms         BITS,
    tDMCarrierR8AvailUses              BITS,
    tDMCarrierR8T1LineFraming          INTEGER,
    tDMCarrierR8E1LineFraming          INTEGER,
    tDMCarrierR8PhysEncodingT1         INTEGER,
    tDMCarrierR8PhysEncodingE1         INTEGER,
    tDMCarrierR8DS1LineLen             INTEGER,
    tDMCarrierR8TermEvtTraceIdentifier Integer32,
    tDMCarrierR8DS3LineLen             INTEGER,
    tDMCarrierR8DS3LineFraming         INTEGER,
    tDMCarrierR8BitErrRate             INTEGER,
    tDMCarrierR8SFPPresenceBladeA      INTEGER,
    tDMCarrierR8SFPPresenceBladeB      INTEGER,
    tDMCarrierR8SFPCfgdModType         INTEGER,
    tDMCarrierR8SFPActlModTpBldA       BITS,
    tDMCarrierR8SFPActlModTpBldB       BITS,
    tDMCarrierR8SFPSuppUsgBladeA       BITS,
    tDMCarrierR8SFPSuppUsgBladeB       BITS,
    tDMCarrierR8SFPSerialNumBladeA     DisplayString,
    tDMCarrierR8SFPSerialNumBladeB     DisplayString,
    tDMCarrierR8SFPIdentifierBladeA    INTEGER,
    tDMCarrierR8SFPIdentifierBladeB    INTEGER,
    tDMCarrierR8SFPConnValBldA         INTEGER,
    tDMCarrierR8SFPConnValBldB         INTEGER,
    tDMCarrierR8SFPVendorNameBladeA    DisplayString,
    tDMCarrierR8SFPVendorNameBladeB    DisplayString,
    tDMCarrierR8SFPVendorOUIBladeA     OCTET STRING,
    tDMCarrierR8SFPVendorOUIBladeB     OCTET STRING,
    tDMCarrierR8SFPVendorPNBladeA      DisplayString,
    tDMCarrierR8SFPVendorPNBladeB      DisplayString,
    tDMCarrierR8SFPVendorRevBladeA     DisplayString,
    tDMCarrierR8SFPVendorRevBladeB     DisplayString,
    tDMCarrierR8SFPTransFltSuppBldA    INTEGER,
    tDMCarrierR8SFPTransFltBldA        INTEGER,
    tDMCarrierR8SFPTransFltSuppBldB    INTEGER,
    tDMCarrierR8SFPTransFltBldB        INTEGER,
    tDMCarrierR8SFPLOSSuppBldA         INTEGER,
    tDMCarrierR8SFPLOSBldA             INTEGER,
    tDMCarrierR8SFPLOSSuppBldB         INTEGER,
    tDMCarrierR8SFPLOSBldB             INTEGER,
    tDMCarrierR8SFPActEncBladeA        INTEGER,
    tDMCarrierR8SFPActEncBladeB        INTEGER,
    tDMCarrierR8APSMode                INTEGER,
    tDMCarrierR8APSWorkingChanRx       INTEGER,
    tDMCarrierR8APSRequest             INTEGER,
    tDMCarrierR8APSXmitSignal          INTEGER,
    tDMCarrierR8APSRcvdSignal          INTEGER,
    tDMCarrierR8APSDominantSignal      INTEGER,
    tDMCarrierR8APSWaitToRestoreTime   Unsigned32,
    tDMCarrierR8APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR8APSSignalFailThreshold INTEGER,
    tDMCarrierR8SecTrcMsgSize          INTEGER,
    tDMCarrierR8SecTrcXmitMsg          DisplayString,
    tDMCarrierR8SecTrcExpRcvMsg        DisplayString,
    tDMCarrierR8SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR8SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR8SecTrcCheckTIM         INTEGER,
    tDMCarrierR8PathTrcMsgSize         INTEGER,
    tDMCarrierR8PathTrcXmitMsg         DisplayString,
    tDMCarrierR8PathTrcExpectedRcvMsg  DisplayString,
    tDMCarrierR8PathTrcActualRcvdMsg   DisplayString,
    tDMCarrierR8PathTrcCheckTIM        INTEGER,
    tDMCarrierR8BERTTestRunning        INTEGER,
    tDMCarrierR8BERTTotTestTime        Unsigned32,
    tDMCarrierR8BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR8BERTLOS                Unsigned32,
    tDMCarrierR8BERTBitErrRate         DisplayString,
    tDMCarrierR8BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR8LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR8LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR8LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR8CfgCarrActSts          INTEGER,
    tDMCarrierR8CfgCarrActLogCorr      Counter64,
    tDMCarrierR8CfgCarrActLogCorrNode  DisplayString,
    tDMCarrierR8CfgCarrActLogCorrUID   DisplayString,
    tDMCarrierR8I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR8I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR8I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR8FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR8AlrmState              INTEGER,
    tDMCarrierR8StatisticsAlrms        Integer32,
    tDMCarrierR8AlrmStateTimestamp     Unsigned32,
    tDMCarrierR8AlrmEvtsAttnRqLogCorr  Counter64,
    tDMCarrierR8AlrmEvtsAttnRq         Unsigned32,
    tDMCarrierR8AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR8ChldAlrmsAttnRq        Unsigned32,
    tDMCarrierR8ChldAlrmEvtsAttnRq     Unsigned32,
    tDMCarrierR8SummaryChldAlrmState   INTEGER,
    tDMCarrierR8ChldStatisticsAlrms    Integer32,
    tDMCarrierR8DiagsLoggingLogLvl     INTEGER,
    tDMCarrierR8APITraceEnabled        INTEGER,
    tDMCarrierR8APITraceTraceTag       DisplayString,
    tDMCarrierR8DS1Type                INTEGER,
    tDMCarrierR8ImportCnt              Integer32,
    tDMCarrierR8ImportStatus           DisplayString,
    tDMCarrierR8ImportMode             INTEGER,
    tDMCarrierR8ImportFile             DisplayString,
    tDMCarrierR8ImportCorr             Counter64,
    tDMCarrierR8ImportCorrNode         DisplayString,
    tDMCarrierR8ImportCorrUID          DisplayString,
    tDMCarrierR8ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR8ExportStatus           DisplayString,
    tDMCarrierR8ExportFile             DisplayString,
    tDMCarrierR8ExportCorr             Counter64,
    tDMCarrierR8ExportCorrNode         DisplayString,
    tDMCarrierR8ExportCorrUID          DisplayString,
    tDMCarrierR8DoExtraActions         INTEGER,
    tDMCarrierR8RowStatus              RowStatus,
    tDMCarrierR8AdminStatus            AdminStatus,
    tDMCarrierR8OperStatus             OperStatus,
    tDMCarrierR8ProtectLineStatus      BITS,
    tDMCarrierR8WorkingLineStatus      BITS,
    tDMCarrierR8BERTTestPattnSync      INTEGER,
    tDMCarrierR8SecTrcXmitMsgHex       OCTET STRING,
    tDMCarrierR8SecTrcExpRcvMsgHex     OCTET STRING,
    tDMCarrierR8SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR8SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR8BinaryH248PortName     OCTET STRING,
    tDMCarrierR8I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR8I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR8I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR8I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR8H2481BCTTesterSendTone INTEGER,
    tDMCarrierR8H2481BCTTesterRcvTone  INTEGER,
    tDMCarrierR8H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR8H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR8Diag                   INTEGER,
    tDMCarrierR8RcvdQ50TRM             INTEGER,
    tDMCarrierR8DeferredAlrmNotifTimer Unsigned32,
    tDMCarrierR8ExportIncASRepData     INTEGER,
    tDMCarrierR8RcvdQ50TRMSoakTimer    Unsigned32,
    tDMCarrierR8ExportChldObjectsToInc INTEGER,
    tDMCarrierR8SFPXmitLsrEnBldA       INTEGER,
    tDMCarrierR8SFPXmitLsrEnBldB       INTEGER
  }

  tDMCarrierR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR8Entry  1 }

  tDMCarrierR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR8Entry  2 }

  tDMCarrierR8MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR8Entry  3 }

  tDMCarrierR8CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR8Entry  4 }

  tDMCarrierR8Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR8Entry  5 }

  tDMCarrierR8CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR8Entry  6 }

  tDMCarrierR8ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR8Entry  7 }

  tDMCarrierR8ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR8Entry  8 }

  tDMCarrierR8CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR8Entry  9 }

  tDMCarrierR8CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR8Entry  10 }

  tDMCarrierR8ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR8Entry  11 }

  tDMCarrierR8BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR8Entry  12 }

  tDMCarrierR8BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR8Entry  13 }

  tDMCarrierR8LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR8Entry  14 }

  tDMCarrierR8DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR8Entry  16 }

  tDMCarrierR8I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR8Entry  17 }

  tDMCarrierR8I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR8Entry  18 }

  tDMCarrierR8I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR8Entry  19 }

  tDMCarrierR8I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR8Entry  20 }

  tDMCarrierR8FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR8Entry  21 }

  tDMCarrierR8DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR8Entry  22 }

  tDMCarrierR8I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR8Entry  23 }

  tDMCarrierR8I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR8Entry  24 }

  tDMCarrierR8I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR8Entry  25 }

  tDMCarrierR8I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR8Entry  26 }

  tDMCarrierR8I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR8Entry  27 }

  tDMCarrierR8I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR8Entry  28 }

  tDMCarrierR8I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR8Entry  29 }

  tDMCarrierR8I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR8Entry  30 }

  tDMCarrierR8DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR8Entry  31 }

  tDMCarrierR8SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR8Entry  32 }

  tDMCarrierR8AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR8Entry  33 }

  tDMCarrierR8T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR8Entry  34 }

  tDMCarrierR8E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR8Entry  35 }

  tDMCarrierR8PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR8Entry  36 }

  tDMCarrierR8PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR8Entry  37 }

  tDMCarrierR8DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR8Entry  38 }

  tDMCarrierR8TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR8Entry  39 }

  tDMCarrierR8DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR8Entry  40 }

  tDMCarrierR8DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR8Entry  41 }

  tDMCarrierR8BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR8Entry  42 }

  tDMCarrierR8SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR8Entry  43 }

  tDMCarrierR8SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR8Entry  44 }

  tDMCarrierR8SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR8Entry  45 }

  tDMCarrierR8SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR8Entry  46 }

  tDMCarrierR8SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR8Entry  47 }

  tDMCarrierR8SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR8Entry  48 }

  tDMCarrierR8SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR8Entry  49 }

  tDMCarrierR8SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR8Entry  50 }

  tDMCarrierR8SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR8Entry  51 }

  tDMCarrierR8SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR8Entry  52 }

  tDMCarrierR8SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR8Entry  53 }

  tDMCarrierR8SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR8Entry  54 }

  tDMCarrierR8SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR8Entry  55 }

  tDMCarrierR8SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR8Entry  56 }

  tDMCarrierR8SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR8Entry  57 }

  tDMCarrierR8SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR8Entry  58 }

  tDMCarrierR8SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR8Entry  59 }

  tDMCarrierR8SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR8Entry  60 }

  tDMCarrierR8SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR8Entry  61 }

  tDMCarrierR8SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR8Entry  62 }

  tDMCarrierR8SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR8Entry  63 }

  tDMCarrierR8SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR8Entry  64 }

  tDMCarrierR8SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR8Entry  65 }

  tDMCarrierR8SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR8Entry  66 }

  tDMCarrierR8SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR8Entry  67 }

  tDMCarrierR8SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR8Entry  68 }

  tDMCarrierR8SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR8Entry  69 }

  tDMCarrierR8SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR8Entry  70 }

  tDMCarrierR8SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR8Entry  71 }

  tDMCarrierR8SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR8Entry  72 }

  tDMCarrierR8SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR8Entry  73 }

  tDMCarrierR8APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR8Entry  74 }

  tDMCarrierR8APSWorkingChanRx OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - working channel Rx'."
    ::= { tDMCarrierR8Entry  75 }

  tDMCarrierR8APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR8Entry  77 }

  tDMCarrierR8APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR8Entry  78 }

  tDMCarrierR8APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR8Entry  79 }

  tDMCarrierR8APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR8Entry  80 }

  tDMCarrierR8APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR8Entry  81 }

  tDMCarrierR8APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR8Entry  82 }

  tDMCarrierR8APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR8Entry  83 }

  tDMCarrierR8SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR8Entry  84 }

  tDMCarrierR8SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR8Entry  85 }

  tDMCarrierR8SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR8Entry  86 }

  tDMCarrierR8SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR8Entry  87 }

  tDMCarrierR8SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR8Entry  88 }

  tDMCarrierR8SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR8Entry  89 }

  tDMCarrierR8PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR8Entry  90 }

  tDMCarrierR8PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR8Entry  91 }

  tDMCarrierR8PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR8Entry  92 }

  tDMCarrierR8PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR8Entry  93 }

  tDMCarrierR8PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR8Entry  94 }

  tDMCarrierR8BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR8Entry  95 }

  tDMCarrierR8BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR8Entry  96 }

  tDMCarrierR8BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR8Entry  97 }

  tDMCarrierR8BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR8Entry  98 }

  tDMCarrierR8BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR8Entry  99 }

  tDMCarrierR8BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR8Entry  100 }

  tDMCarrierR8LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR8Entry  102 }

  tDMCarrierR8LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR8Entry  103 }

  tDMCarrierR8LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR8Entry  104 }

  tDMCarrierR8CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR8Entry  106 }

  tDMCarrierR8CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR8Entry  107 }

  tDMCarrierR8CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR8Entry  108 }

  tDMCarrierR8CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR8Entry  109 }

  tDMCarrierR8I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR8Entry  110 }

  tDMCarrierR8I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR8Entry  111 }

  tDMCarrierR8I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR8Entry  112 }

  tDMCarrierR8FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR8Entry  113 }

  tDMCarrierR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR8Entry  114 }

  tDMCarrierR8StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR8Entry  115 }

  tDMCarrierR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR8Entry  116 }

  tDMCarrierR8AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR8Entry  117 }

  tDMCarrierR8AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR8Entry  118 }

  tDMCarrierR8AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR8Entry  119 }

  tDMCarrierR8ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR8Entry  120 }

  tDMCarrierR8ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR8Entry  121 }

  tDMCarrierR8SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR8Entry  122 }

  tDMCarrierR8ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR8Entry  123 }

  tDMCarrierR8DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR8Entry  124 }

  tDMCarrierR8APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR8Entry  125 }

  tDMCarrierR8APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR8Entry  126 }

  tDMCarrierR8DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR8Entry  127 }

  tDMCarrierR8ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR8Entry  128 }

  tDMCarrierR8ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR8Entry  129 }

  tDMCarrierR8ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR8Entry  130 }

  tDMCarrierR8ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR8Entry  131 }

  tDMCarrierR8ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR8Entry  132 }

  tDMCarrierR8ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR8Entry  133 }

  tDMCarrierR8ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR8Entry  134 }

  tDMCarrierR8ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR8Entry  135 }

  tDMCarrierR8ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR8Entry  136 }

  tDMCarrierR8ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR8Entry  137 }

  tDMCarrierR8ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR8Entry  138 }

  tDMCarrierR8ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR8Entry  139 }

  tDMCarrierR8ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR8Entry  140 }

  tDMCarrierR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR8Entry  141 }

  tDMCarrierR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR8Entry  142 }

  tDMCarrierR8AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR8Entry  143 }

  tDMCarrierR8OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR8Entry  144 }

  tDMCarrierR8ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR8Entry  145 }

  tDMCarrierR8WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR8Entry  146 }

  tDMCarrierR8BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR8Entry  147 }

  tDMCarrierR8SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR8Entry  148 }

  tDMCarrierR8SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR8Entry  149 }

  tDMCarrierR8SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR8Entry  150 }

  tDMCarrierR8SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR8Entry  151 }

  tDMCarrierR8BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR8Entry  152 }

  tDMCarrierR8I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR8Entry  153 }

  tDMCarrierR8I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR8Entry  154 }

  tDMCarrierR8I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR8Entry  155 }

  tDMCarrierR8I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR8Entry  156 }

  tDMCarrierR8H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR8Entry  157 }

  tDMCarrierR8H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR8Entry  158 }

  tDMCarrierR8H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR8Entry  159 }

  tDMCarrierR8H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR8Entry  160 }

  tDMCarrierR8Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR8Entry  161 }

  tDMCarrierR8RcvdQ50TRM OBJECT-TYPE
    SYNTAX       INTEGER {
                   invalid0x0(0),
                   invalid0x1(1),
                   invalid0x2(2),
                   invalid0x3(3),
                   invalid0x4(4),
                   invalid0x5(5),
                   invalid0x6(6),
                   invalid0x7(7),
                   dCMENormal(8),
                   no64kbitSCapacityAvailable(9),
                   maintenanceReleaseRequest(10),
                   no31kHzCapacityAvailableDLC(11),
                   invalid0xC(12),
                   invalid0xD(13),
                   invalid0xE(14),
                   invalid0xF(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM'."
    ::= { tDMCarrierR8Entry  162 }

  tDMCarrierR8DeferredAlrmNotifTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deferred alarm notification timer'."
    DEFVAL       { 0 }
    ::= { tDMCarrierR8Entry  163 }

  tDMCarrierR8ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR8Entry  164 }

  tDMCarrierR8RcvdQ50TRMSoakTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM soak timer'."
    DEFVAL       { 5000 }
    ::= { tDMCarrierR8Entry  165 }

  tDMCarrierR8ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR8Entry  166 }

  tDMCarrierR8SFPXmitLsrEnBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade A'."
    DEFVAL       { true }
    ::= { tDMCarrierR8Entry  167 }

  tDMCarrierR8SFPXmitLsrEnBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade B'."
    DEFVAL       { true }
    ::= { tDMCarrierR8Entry  168 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.3                                                               */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR40Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR40Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2407 }

  mediaGatewayModelR40Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR40Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR40NEConn,
             mediaGatewayModelR40NetwkElement,
             mediaGatewayModelR40CFSIx,
             mediaGatewayModelR40ModelIx }
    ::= {  mediaGatewayModelR40Table  1  }

  MediaGatewayModelR40Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR40NEConn         Unsigned32,
    mediaGatewayModelR40NetwkElement   DisplayString,
    mediaGatewayModelR40CFSIx          Unsigned32,
    mediaGatewayModelR40ModelIx        Unsigned32,
    mediaGatewayModelR40Category       INTEGER,
    mediaGatewayModelR40ModelName      DisplayString,
    mediaGatewayModelR40Desc           DisplayString,
    mediaGatewayModelR40ControlProt    INTEGER,
    mediaGatewayModelR40ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR40LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR40PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR40PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR40AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR40AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR40RefCnt         Unsigned32,
    mediaGatewayModelR40RowStatus      RowStatus,
    mediaGatewayModelR40DefModel       INTEGER,
    mediaGatewayModelR40Authentication INTEGER,
    mediaGatewayModelR40SupportedConnTypes
                                       BITS,
    mediaGatewayModelR40AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR40ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR40ExportStatus   DisplayString,
    mediaGatewayModelR40ExportFile     DisplayString,
    mediaGatewayModelR40ExportCorr     Counter64,
    mediaGatewayModelR40ExportCorrNode DisplayString,
    mediaGatewayModelR40ExportCorrUID  DisplayString,
    mediaGatewayModelR40DoExtraActions INTEGER,
    mediaGatewayModelR40FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR40FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR40FBsMGCP        BITS,
    mediaGatewayModelR40FBsMeGaCo      BITS,
    mediaGatewayModelR40FBsSIP         BITS,
    mediaGatewayModelR40FixBitsMeGaCo2 BITS,
    mediaGatewayModelR40MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR40AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR40AlertInfoDR2   DisplayString,
    mediaGatewayModelR40AlertInfoDR3   DisplayString,
    mediaGatewayModelR40AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR40DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR40DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR40ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR40SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR40DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR40UpToDateCnt    Unsigned32,
    mediaGatewayModelR40SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR40PollInterval   Unsigned32,
    mediaGatewayModelR40SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR40Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR40AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR40VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR40AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR40FixBitsSIP2    BITS,
    mediaGatewayModelR40OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR40FBsMeGaCo4     BITS,
    mediaGatewayModelR40SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR40ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR40SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR40ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR40SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR40AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR40AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR40InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR40OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR40MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR40FixBitsSIP3    BITS,
    mediaGatewayModelR40FixBitsSIP4    BITS,
    mediaGatewayModelR40SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR40RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR40EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR40LCC1           DisplayString,
    mediaGatewayModelR40LCC2           DisplayString,
    mediaGatewayModelR40LCC3           DisplayString,
    mediaGatewayModelR40LCC4           DisplayString,
    mediaGatewayModelR40LCC5           DisplayString,
    mediaGatewayModelR40LCC6           DisplayString,
    mediaGatewayModelR40LCC7           DisplayString,
    mediaGatewayModelR40LCC8           DisplayString,
    mediaGatewayModelR40LCC9           DisplayString,
    mediaGatewayModelR40LCC10          DisplayString,
    mediaGatewayModelR40LCC11          DisplayString,
    mediaGatewayModelR40LCC12          DisplayString,
    mediaGatewayModelR40LCC13          DisplayString,
    mediaGatewayModelR40LCC14          DisplayString,
    mediaGatewayModelR40LCC15          DisplayString,
    mediaGatewayModelR40LCC16          DisplayString,
    mediaGatewayModelR40LCC17          DisplayString,
    mediaGatewayModelR40LCC18          DisplayString,
    mediaGatewayModelR40LCC19          DisplayString,
    mediaGatewayModelR40LCC20          DisplayString,
    mediaGatewayModelR40ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR40MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR40MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR40ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR40NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR40NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR40NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR40NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR40NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR40NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR40NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR40NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR40OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR40ValToHeaderUserPart
                                       INTEGER
  }

  mediaGatewayModelR40NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR40Entry  1 }

  mediaGatewayModelR40NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR40Entry  2 }

  mediaGatewayModelR40CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR40Entry  3 }

  mediaGatewayModelR40ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR40Entry  4 }

  mediaGatewayModelR40Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR40Entry  5 }

  mediaGatewayModelR40ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR40Entry  6 }

  mediaGatewayModelR40Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR40Entry  7 }

  mediaGatewayModelR40ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR40Entry  8 }

  mediaGatewayModelR40ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR40Entry  9 }

  mediaGatewayModelR40LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR40Entry  10 }

  mediaGatewayModelR40PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR40Entry  11 }

  mediaGatewayModelR40PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR40Entry  12 }

  mediaGatewayModelR40AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR40Entry  13 }

  mediaGatewayModelR40AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR40Entry  14 }

  mediaGatewayModelR40RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR40Entry  16 }

  mediaGatewayModelR40RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR40Entry  17 }

  mediaGatewayModelR40DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR40Entry  18 }

  mediaGatewayModelR40Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR40Entry  19 }

  mediaGatewayModelR40SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR40Entry  20 }

  mediaGatewayModelR40AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR40Entry  21 }

  mediaGatewayModelR40ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR40Entry  22 }

  mediaGatewayModelR40ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR40Entry  23 }

  mediaGatewayModelR40ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR40Entry  24 }

  mediaGatewayModelR40ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR40Entry  25 }

  mediaGatewayModelR40ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR40Entry  26 }

  mediaGatewayModelR40ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR40Entry  27 }

  mediaGatewayModelR40DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR40Entry  28 }

  mediaGatewayModelR40FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR40Entry  29 }

  mediaGatewayModelR40FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR40Entry  30 }

  mediaGatewayModelR40FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR40Entry  31 }

  mediaGatewayModelR40FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR40Entry  32 }

  mediaGatewayModelR40FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR40Entry  33 }

  mediaGatewayModelR40FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR40Entry  34 }

  mediaGatewayModelR40MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR40Entry  35 }

  mediaGatewayModelR40AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR40Entry  36 }

  mediaGatewayModelR40AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR40Entry  37 }

  mediaGatewayModelR40AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR40Entry  38 }

  mediaGatewayModelR40AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR40Entry  39 }

  mediaGatewayModelR40DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR40Entry  40 }

  mediaGatewayModelR40DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR40Entry  41 }

  mediaGatewayModelR40ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR40Entry  42 }

  mediaGatewayModelR40SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR40Entry  43 }

  mediaGatewayModelR40DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR40Entry  44 }

  mediaGatewayModelR40UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR40Entry  45 }

  mediaGatewayModelR40SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR40Entry  46 }

  mediaGatewayModelR40PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR40Entry  47 }

  mediaGatewayModelR40SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR40Entry  48 }

  mediaGatewayModelR40Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR40Entry  49 }

  mediaGatewayModelR40AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR40Entry  50 }

  mediaGatewayModelR40VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR40Entry  51 }

  mediaGatewayModelR40AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR40Entry  52 }

  mediaGatewayModelR40FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR40Entry  53 }

  mediaGatewayModelR40OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR40Entry  54 }

  mediaGatewayModelR40FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR40Entry  55 }

  mediaGatewayModelR40SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR40Entry  56 }

  mediaGatewayModelR40ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR40Entry  57 }

  mediaGatewayModelR40SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR40Entry  58 }

  mediaGatewayModelR40ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR40Entry  59 }

  mediaGatewayModelR40SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR40Entry  60 }

  mediaGatewayModelR40AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR40Entry  61 }

  mediaGatewayModelR40AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR40Entry  62 }

  mediaGatewayModelR40InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR40Entry  63 }

  mediaGatewayModelR40OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR40Entry  64 }

  mediaGatewayModelR40MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR40Entry  65 }

  mediaGatewayModelR40FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR40Entry  66 }

  mediaGatewayModelR40FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR40Entry  67 }

  mediaGatewayModelR40SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR40Entry  68 }

  mediaGatewayModelR40RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR40Entry  69 }

  mediaGatewayModelR40EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR40Entry  70 }

  mediaGatewayModelR40LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR40Entry  71 }

  mediaGatewayModelR40LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR40Entry  72 }

  mediaGatewayModelR40LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR40Entry  73 }

  mediaGatewayModelR40LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR40Entry  74 }

  mediaGatewayModelR40LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR40Entry  75 }

  mediaGatewayModelR40LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR40Entry  76 }

  mediaGatewayModelR40LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR40Entry  77 }

  mediaGatewayModelR40LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR40Entry  78 }

  mediaGatewayModelR40LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR40Entry  79 }

  mediaGatewayModelR40LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR40Entry  80 }

  mediaGatewayModelR40LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR40Entry  81 }

  mediaGatewayModelR40LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR40Entry  82 }

  mediaGatewayModelR40LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR40Entry  83 }

  mediaGatewayModelR40LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR40Entry  84 }

  mediaGatewayModelR40LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR40Entry  85 }

  mediaGatewayModelR40LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR40Entry  86 }

  mediaGatewayModelR40LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR40Entry  87 }

  mediaGatewayModelR40LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR40Entry  88 }

  mediaGatewayModelR40LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR40Entry  89 }

  mediaGatewayModelR40LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR40Entry  90 }

  mediaGatewayModelR40ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR40Entry  91 }

  mediaGatewayModelR40MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR40Entry  92 }

  mediaGatewayModelR40MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR40Entry  93 }

  mediaGatewayModelR40ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR40Entry  94 }

  mediaGatewayModelR40NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR40Entry  95 }

  mediaGatewayModelR40NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR40Entry  96 }

  mediaGatewayModelR40NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR40Entry  97 }

  mediaGatewayModelR40NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR40Entry  98 }

  mediaGatewayModelR40NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR40Entry  99 }

  mediaGatewayModelR40NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR40Entry  100 }

  mediaGatewayModelR40NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR40Entry  101 }

  mediaGatewayModelR40NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR40Entry  102 }

  mediaGatewayModelR40OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR40Entry  103 }

  mediaGatewayModelR40ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR40Entry  104 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  cfgSIPBindR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2408 }

  cfgSIPBindR19Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR19NEConn,
             cfgSIPBindR19NetwkElement,
             cfgSIPBindR19CFSIx,
             cfgSIPBindR19BindingIx }
    ::= {  cfgSIPBindR19Table  1  }

  CfgSIPBindR19Entry  ::=  SEQUENCE
  {
    cfgSIPBindR19NEConn                Unsigned32,
    cfgSIPBindR19NetwkElement          DisplayString,
    cfgSIPBindR19CFSIx                 Unsigned32,
    cfgSIPBindR19BindingIx             Unsigned32,
    cfgSIPBindR19Name                  DisplayString,
    cfgSIPBindR19CustInfo              DisplayString,
    cfgSIPBindR19CustInfo2             DisplayString,
    cfgSIPBindR19CustInfo3             DisplayString,
    cfgSIPBindR19CustInfo4             DisplayString,
    cfgSIPBindR19CustInfo5             DisplayString,
    cfgSIPBindR19CustInfo6             DisplayString,
    cfgSIPBindR19Usage                 INTEGER,
    cfgSIPBindR19UseDNIdentification   INTEGER,
    cfgSIPBindR19SIPAuthenticationReqd INTEGER,
    cfgSIPBindR19SIPUserName           DisplayString,
    cfgSIPBindR19SIPDomainName         DisplayString,
    cfgSIPBindR19NewSIPPassword        DisplayString,
    cfgSIPBindR19ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR19ContactIPAddr         DisplayString,
    cfgSIPBindR19ContactIPPort         Unsigned32,
    cfgSIPBindR19ProxyIPAddr           DisplayString,
    cfgSIPBindR19ProxyIPPort           Unsigned32,
    cfgSIPBindR19TransportProt         INTEGER,
    cfgSIPBindR19I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR19I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR19I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR19I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR19Trusted               INTEGER,
    cfgSIPBindR19UseStaticNATMapping   INTEGER,
    cfgSIPBindR19MaxCallAppearances    Unsigned32,
    cfgSIPBindR19AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR19ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR19ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR19DeactivnMode          INTEGER,
    cfgSIPBindR19LastCallFailCause     INTEGER,
    cfgSIPBindR19LastCallFailTimestamp Unsigned32,
    cfgSIPBindR19LastCallFailLogCorr   Counter64,
    cfgSIPBindR19DiagsLogLvl           INTEGER,
    cfgSIPBindR19DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR19DiagsAPITraceTag      DisplayString,
    cfgSIPBindR19ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR19ExportStatus          DisplayString,
    cfgSIPBindR19ExportFile            DisplayString,
    cfgSIPBindR19ExportCorr            Counter64,
    cfgSIPBindR19ExportCorrNode        DisplayString,
    cfgSIPBindR19ExportCorrUID         DisplayString,
    cfgSIPBindR19DoExtraActions        INTEGER,
    cfgSIPBindR19RowStatus             RowStatus,
    cfgSIPBindR19AdminStatus           AdminStatus,
    cfgSIPBindR19OperStatus            OperStatus,
    cfgSIPBindR19PollPeerDevice        INTEGER,
    cfgSIPBindR19PollingInterval       Unsigned32,
    cfgSIPBindR19AlrmState             INTEGER,
    cfgSIPBindR19AlrmLogCorr           Counter64,
    cfgSIPBindR19AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR19AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR19AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR19I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR19I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR19I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR19I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR19SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR19SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR19ActHopCnting          INTEGER,
    cfgSIPBindR19SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR19SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR19SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR19SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR19SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR19SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR19SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR19SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR19ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR19SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR19SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR19SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR19SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR19SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR19SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR19SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR19SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR19SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR19SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR19SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR19UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR19PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR19StatisticsAlrms       Integer32,
    cfgSIPBindR19I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR19I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR19I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR19I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR19ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR19CFSCtrlStatus         INTEGER,
    cfgSIPBindR19PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR19MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR19RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR19SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR19IPAddrMatchReqd       INTEGER,
    cfgSIPBindR19VirtualTrnkGpID       DisplayString,
    cfgSIPBindR19VirtualTrnkCxt        DisplayString,
    cfgSIPBindR19SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR19I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR19I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR19I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR19FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR19ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR19AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR19SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR19TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR19I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR19I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR19I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR19SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR19LearnsContactDetails  INTEGER,
    cfgSIPBindR19ContactURI            LongDisplayString,
    cfgSIPBindR19ContactName           LongDisplayString,
    cfgSIPBindR19ContactExpiryTime     Unsigned32,
    cfgSIPBindR19MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR19SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR19UseTrnkRtgTblsToMatchTGID
                                       INTEGER,
    cfgSIPBindR19SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR19SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR19SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR19ContactAddrScheme     INTEGER,
    cfgSIPBindR19ContactDomainName     DisplayString,
    cfgSIPBindR19ProxyAddrScheme       INTEGER,
    cfgSIPBindR19ProxyDomainName       DisplayString,
    cfgSIPBindR19PollCallPaths         INTEGER,
    cfgSIPBindR19SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR19AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR19AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR19PollServRoutes        INTEGER,
    cfgSIPBindR19ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR19SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR19SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR19SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR19SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR19ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR19ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR19ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR19TransparentHeaders    LongDisplayString,
    cfgSIPBindR19OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR19SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR19SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR19SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR19SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR19SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR19UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR19SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR19AutoRecovery          INTEGER,
    cfgSIPBindR19AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR19SigType               INTEGER,
    cfgSIPBindR19ExportIncASRepData    INTEGER,
    cfgSIPBindR19PBXAppServer          INTEGER,
    cfgSIPBindR19NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR19MediaIPAddr           DisplayString,
    cfgSIPBindR19UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR19SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR19DNIDInE164Format      INTEGER,
    cfgSIPBindR19ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR19Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR19SIPProtOptsHonorsClgNumAPRI
                                       INTEGER
  }

  cfgSIPBindR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR19Entry  1 }

  cfgSIPBindR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR19Entry  2 }

  cfgSIPBindR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR19Entry  3 }

  cfgSIPBindR19BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR19Entry  4 }

  cfgSIPBindR19Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR19Entry  5 }

  cfgSIPBindR19CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR19Entry  6 }

  cfgSIPBindR19CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR19Entry  7 }

  cfgSIPBindR19CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR19Entry  8 }

  cfgSIPBindR19CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR19Entry  9 }

  cfgSIPBindR19CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR19Entry  10 }

  cfgSIPBindR19CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR19Entry  11 }

  cfgSIPBindR19Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR19Entry  12 }

  cfgSIPBindR19UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  13 }

  cfgSIPBindR19SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  14 }

  cfgSIPBindR19SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR19Entry  15 }

  cfgSIPBindR19SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR19Entry  16 }

  cfgSIPBindR19NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR19Entry  17 }

  cfgSIPBindR19ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR19Entry  18 }

  cfgSIPBindR19ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR19Entry  19 }

  cfgSIPBindR19ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR19Entry  20 }

  cfgSIPBindR19ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR19Entry  21 }

  cfgSIPBindR19ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR19Entry  22 }

  cfgSIPBindR19TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR19Entry  23 }

  cfgSIPBindR19I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR19Entry  24 }

  cfgSIPBindR19I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR19Entry  25 }

  cfgSIPBindR19I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR19Entry  26 }

  cfgSIPBindR19I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR19Entry  27 }

  cfgSIPBindR19Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  28 }

  cfgSIPBindR19UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  29 }

  cfgSIPBindR19MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR19Entry  30 }

  cfgSIPBindR19AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR19Entry  31 }

  cfgSIPBindR19ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR19Entry  32 }

  cfgSIPBindR19ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR19Entry  33 }

  cfgSIPBindR19DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR19Entry  34 }

  cfgSIPBindR19LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR19Entry  35 }

  cfgSIPBindR19LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR19Entry  36 }

  cfgSIPBindR19LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR19Entry  37 }

  cfgSIPBindR19DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR19Entry  38 }

  cfgSIPBindR19DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  39 }

  cfgSIPBindR19DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR19Entry  40 }

  cfgSIPBindR19ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR19Entry  41 }

  cfgSIPBindR19ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR19Entry  42 }

  cfgSIPBindR19ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR19Entry  43 }

  cfgSIPBindR19ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR19Entry  44 }

  cfgSIPBindR19ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR19Entry  45 }

  cfgSIPBindR19ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR19Entry  46 }

  cfgSIPBindR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR19Entry  47 }

  cfgSIPBindR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR19Entry  48 }

  cfgSIPBindR19AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR19Entry  49 }

  cfgSIPBindR19OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR19Entry  50 }

  cfgSIPBindR19PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  56 }

  cfgSIPBindR19PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR19Entry  57 }

  cfgSIPBindR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR19Entry  60 }

  cfgSIPBindR19AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR19Entry  61 }

  cfgSIPBindR19AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR19Entry  62 }

  cfgSIPBindR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR19Entry  63 }

  cfgSIPBindR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR19Entry  64 }

  cfgSIPBindR19I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR19Entry  65 }

  cfgSIPBindR19I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR19Entry  66 }

  cfgSIPBindR19I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR19Entry  67 }

  cfgSIPBindR19I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR19Entry  68 }

  cfgSIPBindR19SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR19Entry  69 }

  cfgSIPBindR19SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR19Entry  76 }

  cfgSIPBindR19SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  77 }

  cfgSIPBindR19SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  78 }

  cfgSIPBindR19ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  79 }

  cfgSIPBindR19SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  80 }

  cfgSIPBindR19SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR19Entry  81 }

  cfgSIPBindR19SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  82 }

  cfgSIPBindR19SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  83 }

  cfgSIPBindR19SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  84 }

  cfgSIPBindR19SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  85 }

  cfgSIPBindR19SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  86 }

  cfgSIPBindR19SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  87 }

  cfgSIPBindR19SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  88 }

  cfgSIPBindR19SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  89 }

  cfgSIPBindR19SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  90 }

  cfgSIPBindR19SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  91 }

  cfgSIPBindR19SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  92 }

  cfgSIPBindR19SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR19Entry  93 }

  cfgSIPBindR19SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR19Entry  94 }

  cfgSIPBindR19SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  101 }

  cfgSIPBindR19ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  102 }

  cfgSIPBindR19SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  103 }

  cfgSIPBindR19SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  104 }

  cfgSIPBindR19SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  105 }

  cfgSIPBindR19SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  106 }

  cfgSIPBindR19SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  107 }

  cfgSIPBindR19SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  108 }

  cfgSIPBindR19SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  109 }

  cfgSIPBindR19SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  110 }

  cfgSIPBindSDActR19SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  112 }

  cfgSIPBindSDDefR19SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR19Entry  113 }

  cfgSIPBindR19SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  114 }

  cfgSIPBindR19UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR19Entry  120 }

  cfgSIPBindR19PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR19Entry  121 }

  cfgSIPBindR19StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR19Entry  122 }

  cfgSIPBindR19I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR19Entry  123 }

  cfgSIPBindR19I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR19Entry  124 }

  cfgSIPBindR19I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR19Entry  125 }

  cfgSIPBindR19I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR19Entry  126 }

  cfgSIPBindR19ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR19Entry  127 }

  cfgSIPBindR19CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR19Entry  128 }

  cfgSIPBindR19PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  129 }

  cfgSIPBindR19MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR19Entry  130 }

  cfgSIPBindR19RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR19Entry  131 }

  cfgSIPBindR19SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  132 }

  cfgSIPBindR19IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  133 }

  cfgSIPBindR19VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR19Entry  134 }

  cfgSIPBindR19VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR19Entry  135 }

  cfgSIPBindR19SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  136 }

  cfgSIPBindR19I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR19Entry  137 }

  cfgSIPBindR19I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR19Entry  138 }

  cfgSIPBindR19I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR19Entry  139 }

  cfgSIPBindR19FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR19Entry  140 }

  cfgSIPBindR19ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR19Entry  141 }

  cfgSIPBindR19AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  142 }

  cfgSIPBindR19SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR19Entry  143 }

  cfgSIPBindR19TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR19Entry  144 }

  cfgSIPBindR19I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR19Entry  145 }

  cfgSIPBindR19I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR19Entry  146 }

  cfgSIPBindR19I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR19Entry  147 }

  cfgSIPBindR19SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR19Entry  148 }

  cfgSIPBindR19LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  149 }

  cfgSIPBindR19ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR19Entry  150 }

  cfgSIPBindR19ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR19Entry  151 }

  cfgSIPBindR19ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR19Entry  152 }

  cfgSIPBindR19MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR19Entry  153 }

  cfgSIPBindR19SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  154 }

  cfgSIPBindR19UseTrnkRtgTblsToMatchTGID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  155 }

  cfgSIPBindR19SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR19Entry  156 }

  cfgSIPBindR19SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR19Entry  157 }

  cfgSIPBindR19SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  158 }

  cfgSIPBindR19ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR19Entry  159 }

  cfgSIPBindR19ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR19Entry  160 }

  cfgSIPBindR19ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR19Entry  161 }

  cfgSIPBindR19ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR19Entry  162 }

  cfgSIPBindR19PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  163 }

  cfgSIPBindR19SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  164 }

  cfgSIPBindR19AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR19Entry  165 }

  cfgSIPBindR19AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR19Entry  166 }

  cfgSIPBindR19PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  167 }

  cfgSIPBindR19ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR19Entry  168 }

  cfgSIPBindR19SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR19Entry  169 }

  cfgSIPBindR19SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  170 }

  cfgSIPBindR19SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  171 }

  cfgSIPBindR19SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR19Entry  172 }

  cfgSIPBindR19ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR19Entry  173 }

  cfgSIPBindR19ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR19Entry  174 }

  cfgSIPBindR19ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR19Entry  175 }

  cfgSIPBindR19TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR19Entry  176 }

  cfgSIPBindR19OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR19Entry  177 }

  cfgSIPBindR19SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR19Entry  178 }

  cfgSIPBindR19SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  179 }

  cfgSIPBindR19SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR19Entry  180 }

  cfgSIPBindR19SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR19Entry  181 }

  cfgSIPBindR19SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR19Entry  182 }

  cfgSIPBindR19SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR19Entry  183 }

  cfgSIPBindR19SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR19Entry  184 }

  cfgSIPBindR19SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR19Entry  185 }

  cfgSIPBindR19UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  186 }

  cfgSIPBindR19SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR19Entry  187 }

  cfgSIPBindR19AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  188 }

  cfgSIPBindR19AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR19Entry  189 }

  cfgSIPBindR19SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR19Entry  190 }

  cfgSIPBindR19ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR19Entry  191 }

  cfgSIPBindR19PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  192 }

  cfgSIPBindR19NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  193 }

  cfgSIPBindR19MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR19Entry  194 }

  cfgSIPBindR19UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  195 }

  cfgSIPBindR19SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  196 }

  cfgSIPBindR19SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  197 }

  cfgSIPBindR19DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR19Entry  198 }

  cfgSIPBindR19ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR19Entry  199 }

  cfgSIPBindR19Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR19Entry  200 }

  cfgSIPBindR19SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR19Entry  201 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  sIPR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2409 }

  sIPR14Entry OBJECT-TYPE
    SYNTAX       SIPR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR14NEConn,
             sIPR14NetwkElement,
             sIPR14CFSIx,
             sIPR14SIPIx }
    ::= {  sIPR14Table  1  }

  SIPR14Entry  ::=  SEQUENCE
  {
    sIPR14NEConn                       Unsigned32,
    sIPR14NetwkElement                 DisplayString,
    sIPR14CFSIx                        Unsigned32,
    sIPR14SIPIx                        Unsigned32,
    sIPR14ServerAddrIPv4               DisplayString,
    sIPR14DeactivnMode                 INTEGER,
    sIPR14AlrmState                    INTEGER,
    sIPR14AlrmLogCorr                  Counter64,
    sIPR14AlrmEvtsAttnRq               Integer32,
    sIPR14AlrmStateTimestamp           Unsigned32,
    sIPR14AlrmResetTimestamp           Unsigned32,
    sIPR14RowStatus                    RowStatus,
    sIPR14AdminStatus                  AdminStatus,
    sIPR14OperStatus                   OperStatus,
    sIPR14SIPRetransmitTimerT1         Unsigned32,
    sIPR14ChldAlrmsAtndDp              Unsigned32,
    sIPR14ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR14SummaryChldAlrmState         INTEGER,
    sIPR14ChldAlrmsAttnRq              Unsigned32,
    sIPR14ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR14ChldStatisticsAlrms          Integer32,
    sIPR14SIPTVariant                  INTEGER,
    sIPR14StatisticsAlrms              Integer32,
    sIPR14ServerAddrIPv6               DisplayString,
    sIPR14NetwkElementID               Unsigned32,
    sIPR14FinancialentityID            DisplayString,
    sIPR14InterOprIdentifierIOI        DisplayString,
    sIPR14ServerIdentity               DisplayString,
    sIPR14TransparentProxies           LongDisplayString,
    sIPR14TotChldAlrmsAttnRq           Unsigned32,
    sIPR14TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR14TotChldAlrmsAtndDp           Unsigned32,
    sIPR14TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR14ProdShortSIPHeaderEncodings  INTEGER,
    sIPR14I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR14I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR14I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR14I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR14I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR14DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR14TransitIoi                   DisplayString,
    sIPR14LocalServerPort              INTEGER,
    sIPR14TransitIoiSignificantChars   Unsigned32,
    sIPR14ClusterAddr                  DisplayString,
    sIPR14AllowInboundOverlapSigWithSIPI
                                       INTEGER,
    sIPR14InterDigitTimeout            Unsigned32,
    sIPR14IntnatlScopePlusPrefixedE164FormatDNs
                                       INTEGER,
    sIPR14SupportEnableHistoryInfoAnd181
                                       INTEGER,
    sIPR14SkipAuthenticationUnREGISTERsFromPerimeta
                                       INTEGER
  }

  sIPR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR14Entry  1 }

  sIPR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR14Entry  2 }

  sIPR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR14Entry  3 }

  sIPR14SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR14Entry  4 }

  sIPR14ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR14Entry  5 }

  sIPR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR14Entry  6 }

  sIPR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR14Entry  7 }

  sIPR14AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR14Entry  8 }

  sIPR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR14Entry  9 }

  sIPR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR14Entry  10 }

  sIPR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR14Entry  11 }

  sIPR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR14Entry  12 }

  sIPR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR14Entry  13 }

  sIPR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR14Entry  14 }

  sIPR14SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR14Entry  15 }

  sIPR14ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR14Entry  17 }

  sIPR14ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR14Entry  18 }

  sIPR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR14Entry  19 }

  sIPR14ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR14Entry  21 }

  sIPR14ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR14Entry  22 }

  sIPR14ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR14Entry  23 }

  sIPR14SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR14Entry  24 }

  sIPR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR14Entry  25 }

  sIPR14ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR14Entry  26 }

  sIPR14NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR14Entry  27 }

  sIPR14FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR14Entry  28 }

  sIPR14InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR14Entry  30 }

  sIPR14ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR14Entry  37 }

  sIPR14TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR14Entry  39 }

  sIPR14TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR14Entry  40 }

  sIPR14TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR14Entry  41 }

  sIPR14TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR14Entry  42 }

  sIPR14TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR14Entry  43 }

  sIPR14ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR14Entry  44 }

  sIPR14I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR14Entry  45 }

  sIPR14I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR14Entry  46 }

  sIPR14I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR14Entry  47 }

  sIPR14I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR14Entry  48 }

  sIPR14I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR14Entry  49 }

  sIPR14DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR14Entry  50 }

  sIPR14TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR14Entry  51 }

  sIPR14LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR14Entry  52 }

  sIPR14TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR14Entry  53 }

  sIPR14ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR14Entry  54 }

  sIPR14AllowInboundOverlapSigWithSIPI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow inbound overlap signaling with SIP-I'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sIPR14Entry  55 }

  sIPR14InterDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-digit timeout'."
    DEFVAL       { 5000 }
    ::= { sIPR14Entry  56 }

  sIPR14IntnatlScopePlusPrefixedE164FormatDNs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International Scope for plus-prefixed E.164-format DNs'."
    DEFVAL       { true }
    ::= { sIPR14Entry  57 }

  sIPR14SupportEnableHistoryInfoAnd181 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable History-Info and 181 support'."
    DEFVAL       { false }
    ::= { sIPR14Entry  58 }

  sIPR14SkipAuthenticationUnREGISTERsFromPerimeta OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Skip authentication for unREGISTERs from Perimeta'."
    DEFVAL       { false }
    ::= { sIPR14Entry  59 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  iSUPRemSigDestR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2410 }

  iSUPRemSigDestR24Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR24NEConn,
             iSUPRemSigDestR24NetwkElement,
             iSUPRemSigDestR24CFSIx,
             iSUPRemSigDestR24ISUPLocalSigDestIx,
             iSUPRemSigDestR24ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR24Table  1  }

  ISUPRemSigDestR24Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR24NEConn            Unsigned32,
    iSUPRemSigDestR24NetwkElement      DisplayString,
    iSUPRemSigDestR24CFSIx             Unsigned32,
    iSUPRemSigDestR24ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR24ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR24I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR24I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR24I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR24I4SigDestDestType INTEGER,
    iSUPRemSigDestR24I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR24ClusterMemberAddr INTEGER,
    iSUPRemSigDestR24ActHopCnting      INTEGER,
    iSUPRemSigDestR24MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR24CLLI              DisplayString,
    iSUPRemSigDestR24ErrHandlingMode   INTEGER,
    iSUPRemSigDestR24ConfusionMsgs     INTEGER,
    iSUPRemSigDestR24DirectIXCConn     INTEGER,
    iSUPRemSigDestR24PeerNetwkType     INTEGER,
    iSUPRemSigDestR24USIParmCodingType INTEGER,
    iSUPRemSigDestR24ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR24JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR24RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR24RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR24OrigCldNumParm    INTEGER,
    iSUPRemSigDestR24AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR24GenericAddrParm   INTEGER,
    iSUPRemSigDestR24GenericNameParm   INTEGER,
    iSUPRemSigDestR24RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR24CIPParm           INTEGER,
    iSUPRemSigDestR24InACCProcessing   INTEGER,
    iSUPRemSigDestR24TNSParm           INTEGER,
    iSUPRemSigDestR24ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR24CgstnStatus       INTEGER,
    iSUPRemSigDestR24AvailStatus       INTEGER,
    iSUPRemSigDestR24DiagsLogLvl       INTEGER,
    iSUPRemSigDestR24DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR24DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR24SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR24DoExtraActions    INTEGER,
    iSUPRemSigDestR24RowStatus         RowStatus,
    iSUPRemSigDestR24AdminStatus       AdminStatus,
    iSUPRemSigDestR24OperStatus        OperStatus,
    iSUPRemSigDestR24AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR24AlrmState         INTEGER,
    iSUPRemSigDestR24AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR24AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR24AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR24AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR24AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR24AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR24AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR24AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR24AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR24DeactivnMode      INTEGER,
    iSUPRemSigDestR24NetwkNum          Unsigned32,
    iSUPRemSigDestR24RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR24ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR24OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR24LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR24MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR24Variant           INTEGER,
    iSUPRemSigDestR24GatewayIx         Unsigned32,
    iSUPRemSigDestR24PartyInfoParm     INTEGER,
    iSUPRemSigDestR24IntnatlExchange   INTEGER,
    iSUPRemSigDestR24ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR24UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR24BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR24StatisticsAlrms   Integer32,
    iSUPRemSigDestR24EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR24M3UADest          Unsigned32,
    iSUPRemSigDestR24CctGpMsgs         INTEGER,
    iSUPRemSigDestR24ConnectedNumParm  INTEGER,
    iSUPRemSigDestR24TransportType     INTEGER,
    iSUPRemSigDestR24SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR24SatelliteLink     INTEGER,
    iSUPRemSigDestR24PropagationDly    Unsigned32,
    iSUPRemSigDestR24GISUPRole         INTEGER,
    iSUPRemSigDestR24RemISUPParms      LongDisplayString,
    iSUPRemSigDestR24SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER,
    iSUPRemSigDestR24SuppRecvNumsFailScreen
                                       INTEGER,
    iSUPRemSigDestR24CSIParm           INTEGER,
    iSUPRemSigDestR24HonorsClgNumAPRI  INTEGER
  }

  iSUPRemSigDestR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR24Entry  1 }

  iSUPRemSigDestR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR24Entry  2 }

  iSUPRemSigDestR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR24Entry  3 }

  iSUPRemSigDestR24ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR24Entry  4 }

  iSUPRemSigDestR24ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR24Entry  5 }

  iSUPRemSigDestR24I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR24Entry  6 }

  iSUPRemSigDestR24I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR24Entry  7 }

  iSUPRemSigDestR24I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR24Entry  8 }

  iSUPRemSigDestR24I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR24Entry  9 }

  iSUPRemSigDestR24I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR24Entry  10 }

  iSUPRemSigDestR24ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR24Entry  11 }

  iSUPRemSigDestR24ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  12 }

  iSUPRemSigDestR24MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR24Entry  13 }

  iSUPRemSigDestR24CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR24Entry  14 }

  iSUPRemSigDestR24ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR24Entry  15 }

  iSUPRemSigDestR24ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR24Entry  16 }

  iSUPRemSigDestR24DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  17 }

  iSUPRemSigDestR24PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR24Entry  18 }

  iSUPRemSigDestR24USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR24Entry  19 }

  iSUPRemSigDestR24ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  20 }

  iSUPRemSigDestR24JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  21 }

  iSUPRemSigDestR24RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  22 }

  iSUPRemSigDestR24RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  23 }

  iSUPRemSigDestR24OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  24 }

  iSUPRemSigDestR24AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  25 }

  iSUPRemSigDestR24GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  26 }

  iSUPRemSigDestR24GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  27 }

  iSUPRemSigDestR24RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  28 }

  iSUPRemSigDestR24CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  29 }

  iSUPRemSigDestR24InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR24Entry  30 }

  iSUPRemSigDestR24TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  31 }

  iSUPRemSigDestR24ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR24Entry  32 }

  iSUPRemSigDestR24CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR24Entry  33 }

  iSUPRemSigDestR24AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR24Entry  34 }

  iSUPRemSigDestR24DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR24Entry  35 }

  iSUPRemSigDestR24DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  36 }

  iSUPRemSigDestR24DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR24Entry  37 }

  iSUPRemSigDestR24SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR24Entry  38 }

  iSUPRemSigDestR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR24Entry  39 }

  iSUPRemSigDestR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR24Entry  40 }

  iSUPRemSigDestR24AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR24Entry  41 }

  iSUPRemSigDestR24OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR24Entry  42 }

  iSUPRemSigDestR24AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR24Entry  43 }

  iSUPRemSigDestR24AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR24Entry  44 }

  iSUPRemSigDestR24AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR24Entry  45 }

  iSUPRemSigDestR24AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR24Entry  46 }

  iSUPRemSigDestR24AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR24Entry  47 }

  iSUPRemSigDestR24AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR24Entry  48 }

  iSUPRemSigDestR24AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR24Entry  49 }

  iSUPRemSigDestR24AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR24Entry  50 }

  iSUPRemSigDestR24AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR24Entry  51 }

  iSUPRemSigDestR24AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR24Entry  52 }

  iSUPRemSigDestR24AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR24Entry  53 }

  iSUPRemSigDestR24DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR24Entry  54 }

  iSUPRemSigDestR24NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR24Entry  55 }

  iSUPRemSigDestR24RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  56 }

  iSUPRemSigDestR24ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  57 }

  iSUPRemSigDestR24OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  58 }

  iSUPRemSigDestR24LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR24Entry  59 }

  iSUPRemSigDestR24MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR24Entry  60 }

  iSUPRemSigDestR24Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR24Entry  61 }

  iSUPRemSigDestR24GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR24Entry  62 }

  iSUPRemSigDestR24PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  63 }

  iSUPRemSigDestR24IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  64 }

  iSUPRemSigDestR24ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR24Entry  65 }

  iSUPRemSigDestR24UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  66 }

  iSUPRemSigDestR24BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  67 }

  iSUPRemSigDestR24StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR24Entry  68 }

  iSUPRemSigDestR24EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  69 }

  iSUPRemSigDestR24M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR24Entry  70 }

  iSUPRemSigDestR24CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR24Entry  71 }

  iSUPRemSigDestR24ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  72 }

  iSUPRemSigDestR24TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR24Entry  73 }

  iSUPRemSigDestR24SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  74 }

  iSUPRemSigDestR24SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  75 }

  iSUPRemSigDestR24PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR24Entry  76 }

  iSUPRemSigDestR24GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR24Entry  77 }

  iSUPRemSigDestR24RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR24Entry  78 }

  iSUPRemSigDestR24SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR24Entry  79 }

  iSUPRemSigDestR24SuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  80 }

  iSUPRemSigDestR24CSIParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CSI parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  81 }

  iSUPRemSigDestR24HonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR24Entry  82 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel'                                         */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  iSUPMediaChanR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2411 }

  iSUPMediaChanR18Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanR18NEConn,
             iSUPMediaChanR18NetwkElement,
             iSUPMediaChanR18CFSIx,
             iSUPMediaChanR18ISUPLocalSigDestIx,
             iSUPMediaChanR18ISUPRemSigDestIx,
             iSUPMediaChanR18MediaChanIx }
    ::= {  iSUPMediaChanR18Table  1  }

  ISUPMediaChanR18Entry  ::=  SEQUENCE
  {
    iSUPMediaChanR18NEConn             Unsigned32,
    iSUPMediaChanR18NetwkElement       DisplayString,
    iSUPMediaChanR18CFSIx              Unsigned32,
    iSUPMediaChanR18ISUPLocalSigDestIx Unsigned32,
    iSUPMediaChanR18ISUPRemSigDestIx   Unsigned32,
    iSUPMediaChanR18MediaChanIx        Unsigned32,
    iSUPMediaChanR18AllocationPolicy   INTEGER,
    iSUPMediaChanR18GuardTimerDurn     Integer32,
    iSUPMediaChanR18TrnkGpNum          INTEGER,
    iSUPMediaChanR18DualSeizurePolicy  INTEGER,
    iSUPMediaChanR18ZUtilization       INTEGER,
    iSUPMediaChanR18AlrmState          INTEGER,
    iSUPMediaChanR18AlrmEvtsAttnRq     Integer32,
    iSUPMediaChanR18AlrmStateTimestamp Unsigned32,
    iSUPMediaChanR18AlrmResetTimestamp Unsigned32,
    iSUPMediaChanR18DoExtraActions     INTEGER,
    iSUPMediaChanR18RowStatus          RowStatus,
    iSUPMediaChanR18AdminStatus        AdminStatus,
    iSUPMediaChanR18OperStatus         OperStatus,
    iSUPMediaChanR18AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPMediaChanR18AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPMediaChanR18AlrmEvtsAtndDp     Integer32,
    iSUPMediaChanR18DisallowSigLRN     INTEGER,
    iSUPMediaChanR18BAFBillAppendOrigingLRNMod
                                       INTEGER,
    iSUPMediaChanR18BAFBillConnectedSwitchLRN
                                       DisplayString,
    iSUPMediaChanR18BAFBillOverrideSignalledLRN
                                       INTEGER,
    iSUPMediaChanR18EchoCancellation   INTEGER,
    iSUPMediaChanR18Desc               DisplayString,
    iSUPMediaChanR18UseISUPCldAddrPrefixInfo
                                       INTEGER,
    iSUPMediaChanR18SupportedCallDirections
                                       INTEGER,
    iSUPMediaChanR18RcvGain            INTEGER,
    iSUPMediaChanR18BAFBillInTermCDRType
                                       INTEGER,
    iSUPMediaChanR18BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSUPMediaChanR18BAFBillInTandemCDRType
                                       INTEGER,
    iSUPMediaChanR18BAFBillOutOrigingCDRType
                                       INTEGER,
    iSUPMediaChanR18BAFBillOutTandemCDRType
                                       INTEGER,
    iSUPMediaChanR18BAFCNABllInCllsCIC Unsigned32,
    iSUPMediaChanR18BAFCNABllInCllsIncCNABillNum
                                       INTEGER,
    iSUPMediaChanR18CNABillCNABillNum  DisplayString,
    iSUPMediaChanR18CNABillIncChargeNum
                                       INTEGER,
    iSUPMediaChanR18CNABillIncClgNum   INTEGER,
    iSUPMediaChanR18Variant            INTEGER,
    iSUPMediaChanR18GatewayIx          Unsigned32,
    iSUPMediaChanR18XmitGain           INTEGER,
    iSUPMediaChanR18OverrideLocalCLLICode
                                       INTEGER,
    iSUPMediaChanR18LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR18OverrideRemCLLICode
                                       INTEGER,
    iSUPMediaChanR18RemCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR18StatisticsAlrms    Integer32,
    iSUPMediaChanR18I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSUPMediaChanR18I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSUPMediaChanR18I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSUPMediaChanR18FaultMonitoringProfOtherVals
                                       INTEGER,
    iSUPMediaChanR18ApplyFMPToReltdObjectTypes
                                       BITS,
    iSUPMediaChanR18AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSUPMediaChanR18TransportType      INTEGER,
    iSUPMediaChanR18XMLBillTrnkAccountingRef
                                       DisplayString,
    iSUPMediaChanR18RLTSupported       INTEGER
  }

  iSUPMediaChanR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanR18Entry  1 }

  iSUPMediaChanR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanR18Entry  2 }

  iSUPMediaChanR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanR18Entry  3 }

  iSUPMediaChanR18ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR18Entry  4 }

  iSUPMediaChanR18ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR18Entry  5 }

  iSUPMediaChanR18MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanR18Entry  6 }

  iSUPMediaChanR18AllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   highestNumberedCIC(1),
                   lowestNumberedCIC(2),
                   mostIdle(3),
                   leastIdle(4),
                   mostIdleLeastIdle(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation policy'.
                  This field is not writable when active."
    DEFVAL       { highestNumberedCIC }
    ::= { iSUPMediaChanR18Entry  7 }

  iSUPMediaChanR18GuardTimerDurn OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Guard timer duration'.
                  This field is not writable when active."
    DEFVAL       { 750 }
    ::= { iSUPMediaChanR18Entry  8 }

  iSUPMediaChanR18TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR18Entry  9 }

  iSUPMediaChanR18DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2),
                   highPointCodeEvenCIC(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'.
                  This field is not writable when active."
    DEFVAL       { thisExchange }
    ::= { iSUPMediaChanR18Entry  10 }

  iSUPMediaChanR18ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { iSUPMediaChanR18Entry  11 }

  iSUPMediaChanR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPMediaChanR18Entry  12 }

  iSUPMediaChanR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR18Entry  13 }

  iSUPMediaChanR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPMediaChanR18Entry  14 }

  iSUPMediaChanR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPMediaChanR18Entry  15 }

  iSUPMediaChanR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR18Entry  16 }

  iSUPMediaChanR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPMediaChanR18Entry  17 }

  iSUPMediaChanR18AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR18Entry  18 }

  iSUPMediaChanR18OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR18Entry  19 }

  iSUPMediaChanR18AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPMediaChanR18Entry  20 }

  iSUPMediaChanR18AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPMediaChanR18Entry  21 }

  iSUPMediaChanR18AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR18Entry  22 }

  iSUPMediaChanR18DisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  24 }

  iSUPMediaChanR18BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  25 }

  iSUPMediaChanR18BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { iSUPMediaChanR18Entry  26 }

  iSUPMediaChanR18BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  27 }

  iSUPMediaChanR18EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { iSUPMediaChanR18Entry  34 }

  iSUPMediaChanR18Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPMediaChanR18Entry  36 }

  iSUPMediaChanR18UseISUPCldAddrPrefixInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  37 }

  iSUPMediaChanR18SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSUPMediaChanR18Entry  38 }

  iSUPMediaChanR18RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR18Entry  39 }

  iSUPMediaChanR18BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR18Entry  40 }

  iSUPMediaChanR18BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  41 }

  iSUPMediaChanR18BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR18Entry  42 }

  iSUPMediaChanR18BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR18Entry  43 }

  iSUPMediaChanR18BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR18Entry  44 }

  iSUPMediaChanR18BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR18Entry  45 }

  iSUPMediaChanR18BAFCNABllInCllsIncCNABillNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include CNA billing number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  46 }

  iSUPMediaChanR18CNABillCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSUPMediaChanR18Entry  47 }

  iSUPMediaChanR18CNABillIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  48 }

  iSUPMediaChanR18CNABillIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  49 }

  iSUPMediaChanR18Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPMediaChanR18Entry  50 }

  iSUPMediaChanR18GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR18Entry  51 }

  iSUPMediaChanR18XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR18Entry  52 }

  iSUPMediaChanR18OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  53 }

  iSUPMediaChanR18LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR18Entry  54 }

  iSUPMediaChanR18OverrideRemCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override remote CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  55 }

  iSUPMediaChanR18RemCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR18Entry  56 }

  iSUPMediaChanR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPMediaChanR18Entry  57 }

  iSUPMediaChanR18I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR18Entry  58 }

  iSUPMediaChanR18I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR18Entry  59 }

  iSUPMediaChanR18I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR18Entry  60 }

  iSUPMediaChanR18FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPMediaChanR18Entry  61 }

  iSUPMediaChanR18ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSUPMediaChanR18Entry  62 }

  iSUPMediaChanR18AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSUPMediaChanR18Entry  63 }

  iSUPMediaChanR18TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPMediaChanR18Entry  64 }

  iSUPMediaChanR18XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSUPMediaChanR18Entry  65 }

  iSUPMediaChanR18RLTSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RLT supported'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR18Entry  66 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Carrier Signaling'                                          */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  carrSigTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CarrSigEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'."
    ::= { metaSwitch  2412 }

  carrSigEntry OBJECT-TYPE
    SYNTAX       CarrSigEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { carrSigNEConn,
             carrSigNetwkElement,
             carrSigCFSIx,
             carrSigISUPLocalSigDestIx,
             carrSigISUPRemSigDestIx,
             carrSigCarrSigIx }
    ::= {  carrSigTable  1  }

  CarrSigEntry  ::=  SEQUENCE
  {
    carrSigNEConn                      Unsigned32,
    carrSigNetwkElement                DisplayString,
    carrSigCFSIx                       Unsigned32,
    carrSigISUPLocalSigDestIx          Unsigned32,
    carrSigISUPRemSigDestIx            Unsigned32,
    carrSigCarrSigIx                   Unsigned32,
    carrSigCarrID                      DisplayString,
    carrSigCIPParm                     INTEGER,
    carrSigCSIParm                     INTEGER,
    carrSigRowStatus                   RowStatus
  }

  carrSigNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { carrSigEntry  1 }

  carrSigNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { carrSigEntry  2 }

  carrSigCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { carrSigEntry  3 }

  carrSigISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { carrSigEntry  4 }

  carrSigISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { carrSigEntry  5 }

  carrSigCarrSigIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier Signaling Index'.
                  This is an index field."
    ::= { carrSigEntry  6 }

  carrSigCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier ID'.
                  This field is only writable during create."
    ::= { carrSigEntry  7 }

  carrSigCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { carrSigEntry  8 }

  carrSigCSIParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CSI parameter'."
    DEFVAL       { true }
    ::= { carrSigEntry  9 }

  carrSigRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { carrSigEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'BAF Application Controls'                                   */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  billAppCtrlR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillAppCtrlR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2413 }

  billAppCtrlR13Entry OBJECT-TYPE
    SYNTAX       BillAppCtrlR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billAppCtrlR13NEConn,
             billAppCtrlR13NetwkElement,
             billAppCtrlR13CFSIx }
    ::= {  billAppCtrlR13Table  1  }

  BillAppCtrlR13Entry  ::=  SEQUENCE
  {
    billAppCtrlR13NEConn               Unsigned32,
    billAppCtrlR13NetwkElement         DisplayString,
    billAppCtrlR13CFSIx                Unsigned32,
    billAppCtrlR13SensorTypeCode       Unsigned32,
    billAppCtrlR13SensorIdentification Unsigned32,
    billAppCtrlR13RecingOfficeTypeCode Unsigned32,
    billAppCtrlR13RecingOfficeIdentification
                                       Unsigned32,
    billAppCtrlR13GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR13GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR13GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR13ProdBAFRecsMsgRateLocalCalls
                                       INTEGER,
    billAppCtrlR13ProdBAFRecsIntraLATADirCalls
                                       INTEGER,
    billAppCtrlR13IncTGMNCdIntLATALocalCalls
                                       INTEGER,
    billAppCtrlR13IncTGMNCdIntLATATollCalls
                                       INTEGER,
    billAppCtrlR13IncTGMNCodeFGBCalls  INTEGER,
    billAppCtrlR13IncTGMNCodeFGDCalls  INTEGER,
    billAppCtrlR13IncOCAModCodeAppropriateCalls
                                       INTEGER,
    billAppCtrlR13IncAccessTimingInOCAModCode
                                       INTEGER,
    billAppCtrlR13ProdBAFRecsTollFreeCalls
                                       INTEGER,
    billAppCtrlR13HrlyCntOrigingCalls  Unsigned32,
    billAppCtrlR13DailyCntOrigingCalls Unsigned32,
    billAppCtrlR13HrlyCntTermCalls     Unsigned32,
    billAppCtrlR13DailyCntTermCalls    Unsigned32,
    billAppCtrlR13HrlyCntOutCalls      Unsigned32,
    billAppCtrlR13DailyCntOutCalls     Unsigned32,
    billAppCtrlR13BAFBillEvtAlrmsAttnRq
                                       Unsigned32,
    billAppCtrlR13BAFBillEvtAlrmEvtsAttnRq
                                       Unsigned32,
    billAppCtrlR13SummaryChldAlrmState INTEGER,
    billAppCtrlR13RowStatus            RowStatus,
    billAppCtrlR13GenertnTimeHrDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR13GenertnTimeMinDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR13GenertnTimeSecDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR13GenerateRecsOCB      INTEGER,
    billAppCtrlR13FeatureCodeOCBBAFDailyContinutnRecs
                                       Unsigned32,
    billAppCtrlR13FeatureCodeOCBActivnBAFRecs
                                       Unsigned32,
    billAppCtrlR13FeatureCodeOCBDeactivnBAFRecs
                                       Unsigned32,
    billAppCtrlR13TollFreeBillCIC      INTEGER,
    billAppCtrlR13NumPortabBillMod     INTEGER,
    billAppCtrlR13NumPortabBillTypeReqdUnconnectedCalls
                                       INTEGER,
    billAppCtrlR13NumPortabBillFlatRateCalls
                                       INTEGER,
    billAppCtrlR13AINApndChrgPtyToAINRec
                                       INTEGER,
    billAppCtrlR13AINAINRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR13AINApndChrgPtyToConventionalRec
                                       INTEGER,
    billAppCtrlR13AINConvRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR13ProdInterLATABAFRecsIntraLATACarrCalls
                                       INTEGER,
    billAppCtrlR13AddOrigingLineInfoMod
                                       INTEGER,
    billAppCtrlR13ProdBAFRecsANITestCalls
                                       INTEGER,
    billAppCtrlR13UseNonAINBillTollFreeCalls
                                       INTEGER,
    billAppCtrlR13CFAppendMod164OrigClgNum
                                       INTEGER,
    billAppCtrlR13CFNumIdentityOrigClgNum
                                       INTEGER,
    billAppCtrlR13BillRecType          INTEGER,
    billAppCtrlR13AddtlCxtID           Unsigned32,
    billAppCtrlR13BillAllUnconnectedTrnkCallsAndRoutes
                                       INTEGER,
    billAppCtrlR13IncCallCorr          INTEGER,
    billAppCtrlR13AddtlBillOptions     BITS,
    billAppCtrlR13BAFOutputEnable      INTEGER,
    billAppCtrlR13TotChldAlrmsAttnRq   Unsigned32,
    billAppCtrlR13TotChldAlrmEvtsAttnRq
                                       Unsigned32,
    billAppCtrlR13AddClgPartySCategoryMod
                                       INTEGER,
    billAppCtrlR13BillLNPOrTFQueryOverSIPAsTCAPUsingNonAINBill
                                       INTEGER,
    billAppCtrlR13IncMgcpDomainName    INTEGER,
    billAppCtrlR13IncReleaseCauseAllCallTypes
                                       INTEGER
  }

  billAppCtrlR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billAppCtrlR13Entry  1 }

  billAppCtrlR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billAppCtrlR13Entry  2 }

  billAppCtrlR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billAppCtrlR13Entry  3 }

  billAppCtrlR13SensorTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR13Entry  4 }

  billAppCtrlR13SensorIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  5 }

  billAppCtrlR13RecingOfficeTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR13Entry  6 }

  billAppCtrlR13RecingOfficeIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  7 }

  billAppCtrlR13GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  8 }

  billAppCtrlR13GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  9 }

  billAppCtrlR13GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  10 }

  billAppCtrlR13ProdBAFRecsMsgRateLocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for message rate local calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { billAppCtrlR13Entry  11 }

  billAppCtrlR13ProdBAFRecsIntraLATADirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for IntraLATA Directory calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  12 }

  billAppCtrlR13IncTGMNCdIntLATALocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA local calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  13 }

  billAppCtrlR13IncTGMNCdIntLATATollCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA toll calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  14 }

  billAppCtrlR13IncTGMNCodeFGBCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGB calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  15 }

  billAppCtrlR13IncTGMNCodeFGDCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGD calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  16 }

  billAppCtrlR13IncOCAModCodeAppropriateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include OCA module code for appropriate calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  17 }

  billAppCtrlR13IncAccessTimingInOCAModCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include access timing in OCA module code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  18 }

  billAppCtrlR13ProdBAFRecsTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  19 }

  billAppCtrlR13HrlyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of originating calls'."
    ::= { billAppCtrlR13Entry  20 }

  billAppCtrlR13DailyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of originating calls'."
    ::= { billAppCtrlR13Entry  21 }

  billAppCtrlR13HrlyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of terminating calls'."
    ::= { billAppCtrlR13Entry  22 }

  billAppCtrlR13DailyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of terminating calls'."
    ::= { billAppCtrlR13Entry  23 }

  billAppCtrlR13HrlyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of outgoing calls'."
    ::= { billAppCtrlR13Entry  24 }

  billAppCtrlR13DailyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of outgoing calls'."
    ::= { billAppCtrlR13Entry  25 }

  billAppCtrlR13BAFBillEvtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarms'."
    ::= { billAppCtrlR13Entry  26 }

  billAppCtrlR13BAFBillEvtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billAppCtrlR13Entry  27 }

  billAppCtrlR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { billAppCtrlR13Entry  28 }

  billAppCtrlR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billAppCtrlR13Entry  29 }

  billAppCtrlR13GenertnTimeHrDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  30 }

  billAppCtrlR13GenertnTimeMinDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  31 }

  billAppCtrlR13GenertnTimeSecDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR13Entry  32 }

  billAppCtrlR13GenerateRecsOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generate records for Call Barring'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  33 }

  billAppCtrlR13FeatureCodeOCBBAFDailyContinutnRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring BAF daily continuation records'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { billAppCtrlR13Entry  34 }

  billAppCtrlR13FeatureCodeOCBActivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring activation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { billAppCtrlR13Entry  35 }

  billAppCtrlR13FeatureCodeOCBDeactivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring deactivation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { billAppCtrlR13Entry  36 }

  billAppCtrlR13TollFreeBillCIC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Toll free billing CIC'.
                  This field is not writable when active."
    DEFVAL       { 110 }
    ::= { billAppCtrlR13Entry  37 }

  billAppCtrlR13NumPortabBillMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   module719(1),
                   module720(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing module'.
                  This field is not writable when active."
    DEFVAL       { module720 }
    ::= { billAppCtrlR13Entry  38 }

  billAppCtrlR13NumPortabBillTypeReqdUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing type required for unconnected calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR13Entry  39 }

  billAppCtrlR13NumPortabBillFlatRateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing for flat rate calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR13Entry  40 }

  billAppCtrlR13AINApndChrgPtyToAINRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  41 }

  billAppCtrlR13AINAINRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  42 }

  billAppCtrlR13AINApndChrgPtyToConventionalRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  43 }

  billAppCtrlR13AINConvRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  44 }

  billAppCtrlR13ProdInterLATABAFRecsIntraLATACarrCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce InterLATA BAF records for IntraLATA carrier calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  45 }

  billAppCtrlR13AddOrigingLineInfoMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Add originating line information module'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  48 }

  billAppCtrlR13ProdBAFRecsANITestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for ANI test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  49 }

  billAppCtrlR13UseNonAINBillTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use non-AIN billing for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  50 }

  billAppCtrlR13CFAppendMod164OrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - append module 164 for original calling number'."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  55 }

  billAppCtrlR13CFNumIdentityOrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDashOrigAutoNumId(1),
                   twoDashTermNumber(2),
                   threeDashOrigCallingPartyNum(3),
                   fourDashPrivateOrigANI(4),
                   fiveDashCallingPartyNum(5),
                   sixDashRedirectNum(6),
                   sevenDashOrigCalledNum(7),
                   eightDashProvisionedBillNum(8),
                   nineDashOther(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - number identity for original calling number'."
    DEFVAL       { threeDashOrigCallingPartyNum }
    ::= { billAppCtrlR13Entry  56 }

  billAppCtrlR13BillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   full(1),
                   simple(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing record type'.
                  This field is not writable when active."
    DEFVAL       { full }
    ::= { billAppCtrlR13Entry  58 }

  billAppCtrlR13AddtlCxtID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 90000..99998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Module 611 billing number context ID'."
    DEFVAL       { 90000 }
    ::= { billAppCtrlR13Entry  59 }

  billAppCtrlR13BillAllUnconnectedTrnkCallsAndRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bill all unconnected trunk calls and routes'."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  60 }

  billAppCtrlR13IncCallCorr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Include call correlator'."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  61 }

  billAppCtrlR13AddtlBillOptions OBJECT-TYPE
    SYNTAX       BITS {
                   includeSIPUserAgentInformation(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional billing options'."
    ::= { billAppCtrlR13Entry  62 }

  billAppCtrlR13BAFOutputEnable OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable BAF record output'."
    DEFVAL       { true }
    ::= { billAppCtrlR13Entry  63 }

  billAppCtrlR13TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { billAppCtrlR13Entry  64 }

  billAppCtrlR13TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { billAppCtrlR13Entry  65 }

  billAppCtrlR13AddClgPartySCategoryMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Add calling party's category module'."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  66 }

  billAppCtrlR13BillLNPOrTFQueryOverSIPAsTCAPUsingNonAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bill LNP or TF query over SIP as TCAP using non-AIN billing'."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  67 }

  billAppCtrlR13IncMgcpDomainName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Include MGCP domain name'."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  68 }

  billAppCtrlR13IncReleaseCauseAllCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include release cause for all call types'."
    DEFVAL       { false }
    ::= { billAppCtrlR13Entry  69 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.6.20                                                       */
-- /*********************************************************************************/

  cIDServR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2414 }

  cIDServR20Entry OBJECT-TYPE
    SYNTAX       CIDServR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR20NEConn,
             cIDServR20NetwkElement,
             cIDServR20CFSIx }
    ::= {  cIDServR20Table  1  }

  CIDServR20Entry  ::=  SEQUENCE
  {
    cIDServR20NEConn                   Unsigned32,
    cIDServR20NetwkElement             DisplayString,
    cIDServR20CFSIx                    Unsigned32,
    cIDServR20CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR20SupportAR                INTEGER,
    cIDServR20ARDefSetting             INTEGER,
    cIDServR20AROneOrTwoStageActivn    INTEGER,
    cIDServR20ARTwoStageAccessCode     DisplayString,
    cIDServR20SupportCallTrace         INTEGER,
    cIDServR20CallTraceUSB             INTEGER,
    cIDServR20CallTraceDefSetting      INTEGER,
    cIDServR20CallTraceActivateCode    DisplayString,
    cIDServR20CallTraceTwoStageActivn  INTEGER,
    cIDServR20CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR20CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR20CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR20CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR20SupportCIDPres           INTEGER,
    cIDServR20CIDPresClgPartyNum       INTEGER,
    cIDServR20CIDPresClgPartySubAddr   INTEGER,
    cIDServR20CIDPresDelivByDef        INTEGER,
    cIDServR20CIDPresPresentNumCode    DisplayString,
    cIDServR20CIDPresWitholdNumCode    DisplayString,
    cIDServR20CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR20CIDPresDefNetwkInfo      INTEGER,
    cIDServR20CIDPresDefNetwkNum       DisplayString,
    cIDServR20SupportCNDB              INTEGER,
    cIDServR20CNDBUSB                  INTEGER,
    cIDServR20CNDBDefSetting           INTEGER,
    cIDServR20CNDBDefOverrideCode      DisplayString,
    cIDServR20CNDBConfirmationTone     INTEGER,
    cIDServR20RowStatus                RowStatus,
    cIDServR20SupportCND               INTEGER,
    cIDServR20CNDUSB                   INTEGER,
    cIDServR20CNDEnableCode            DisplayString,
    cIDServR20CNDDisableCode           DisplayString,
    cIDServR20CNDCheckCode             DisplayString,
    cIDServR20ARUSB                    INTEGER,
    cIDServR20AROneStageAccessCode     DisplayString,
    cIDServR20ARSecondStageRecallKey   INTEGER,
    cIDServR20ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR20ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR20ARCallRtnTimeout         Unsigned32,
    cIDServR20ARRejNonUniqueNums       INTEGER,
    cIDServR20ARRejAnonNums            INTEGER,
    cIDServR20ARMarkBAFBillRecs        INTEGER,
    cIDServR20SupportClgNameDlvry      INTEGER,
    cIDServR20ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR20ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR20ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR20I1CNAMSLHRNEConn         Unsigned32,
    cIDServR20I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR20I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR20I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR20CNAMSLHROtherVals        INTEGER,
    cIDServR20AlrmState                INTEGER,
    cIDServR20AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR20AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR20AlrmEvtsAtndDp           Unsigned32,
    cIDServR20AlrmStateTimestamp       Unsigned32,
    cIDServR20AlrmResetTimestamp       Unsigned32,
    cIDServR20ClgNameDlvryUSB          INTEGER,
    cIDServR20ARDeactivateCode         DisplayString,
    cIDServR20SupportAutoClback        INTEGER,
    cIDServR20AutoClbackDefVal         INTEGER,
    cIDServR20AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR20AutoClbackUSB            INTEGER,
    cIDServR20AutoClbackActivateCode   DisplayString,
    cIDServR20AutoClbackDeactivateCode DisplayString,
    cIDServR20ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR20ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR20ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR20ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR20ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR20ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR20ARClbackOrigingScanRate  INTEGER,
    cIDServR20ARClbackMaxRingCycles    INTEGER,
    cIDServR20ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR20AllowARClbackTermScanning
                                       INTEGER,
    cIDServR20ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR20ARClbackMaxActivns       INTEGER,
    cIDServR20I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR20I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR20I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR20I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR20ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR20ARClbackMaxQueueSize     Unsigned32,
    cIDServR20SupportLastCIDErasure    INTEGER,
    cIDServR20LastCIDErasureDefSetting INTEGER,
    cIDServR20LastCIDErasureAccessCode DisplayString,
    cIDServR20ClgNameDlvryNameSource   BITS,
    cIDServR20CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR20ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR20SupportClgIDDlvryOverIP  INTEGER,
    cIDServR20I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR20I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR20I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR20I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR20ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR20AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR20AlrmEvtsAttnRq           Unsigned32,
    cIDServR20ChldAlrmsAttnRq          Unsigned32,
    cIDServR20ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR20SummaryChldAlrmState     INTEGER,
    cIDServR20CNDDefPreferredSIPFormat INTEGER,
    cIDServR20ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR20SupportClgNameDlvryQH    INTEGER,
    cIDServR20CNAMCacheEnabled         INTEGER,
    cIDServR20ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR20CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR20I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR20I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR20I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR20I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR20CNAMSLHRQHOtherVals      INTEGER,
    cIDServR20DoExtraActions           INTEGER,
    cIDServR20CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR20CacheQueryRess           INTEGER,
    cIDServR20CacheImportFilename      DisplayString,
    cIDServR20CacheImportSchedule      INTEGER,
    cIDServR20CacheImportHr            INTEGER,
    cIDServR20CacheImportMin           INTEGER,
    cIDServR20TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR20TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR20CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR20SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR20SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR20CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR20CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR20CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR20ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR20SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR20TotChldAlrmsAttnRq       Unsigned32,
    cIDServR20TotChldAlrmEvtsAttnRq    Unsigned32,
    cIDServR20ARClbackUseTestCalls     INTEGER,
    cIDServR20I1ClgNameDlvrySIPSubscriptionServerNEConn
                                       Unsigned32,
    cIDServR20I2ClgNameDlvrySIPSubscriptionServerNetwkElement
                                       DisplayString,
    cIDServR20I3ClgNameDlvrySIPSubscriptionServerCFSIx
                                       Unsigned32,
    cIDServR20I4ClgNameDlvrySIPSubscriptionServerBindingIx
                                       Unsigned32,
    cIDServR20ClgNameDlvrySIPSubscriptionServerOtherVals
                                       INTEGER,
    cIDServR20ClgNameDlvryServerIdentity
                                       DisplayString,
    cIDServR20SupportICDNDlvry         INTEGER,
    cIDServR20ARAllowAROnBusy          INTEGER,
    cIDServR20CallTraceAddtlCallTraceInfo
                                       BITS,
    cIDServR20CIDUsePBXSigPrsnt        INTEGER
  }

  cIDServR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR20Entry  1 }

  cIDServR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR20Entry  2 }

  cIDServR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR20Entry  3 }

  cIDServR20CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR20Entry  4 }

  cIDServR20SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  5 }

  cIDServR20ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  6 }

  cIDServR20AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  7 }

  cIDServR20ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  8 }

  cIDServR20SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  9 }

  cIDServR20CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  10 }

  cIDServR20CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  11 }

  cIDServR20CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  12 }

  cIDServR20CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  13 }

  cIDServR20CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR20Entry  14 }

  cIDServR20CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR20Entry  15 }

  cIDServR20CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR20Entry  16 }

  cIDServR20CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR20Entry  17 }

  cIDServR20SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  18 }

  cIDServR20CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  19 }

  cIDServR20CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  20 }

  cIDServR20CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  21 }

  cIDServR20CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  22 }

  cIDServR20CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  23 }

  cIDServR20CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  24 }

  cIDServR20CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  25 }

  cIDServR20CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  26 }

  cIDServR20SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  27 }

  cIDServR20CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  28 }

  cIDServR20CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  29 }

  cIDServR20CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  30 }

  cIDServR20CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  31 }

  cIDServR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR20Entry  32 }

  cIDServR20SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  33 }

  cIDServR20CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  34 }

  cIDServR20CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  35 }

  cIDServR20CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  36 }

  cIDServR20CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  37 }

  cIDServR20ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  38 }

  cIDServR20AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  39 }

  cIDServR20ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  40 }

  cIDServR20ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR20Entry  41 }

  cIDServR20ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR20Entry  42 }

  cIDServR20ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR20Entry  43 }

  cIDServR20ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  44 }

  cIDServR20ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  45 }

  cIDServR20ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  46 }

  cIDServR20SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  47 }

  cIDServR20ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR20Entry  48 }

  cIDServR20ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  50 }

  cIDServR20ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  51 }

  cIDServR20I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  52 }

  cIDServR20I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  53 }

  cIDServR20I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  54 }

  cIDServR20I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  55 }

  cIDServR20CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR20Entry  56 }

  cIDServR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR20Entry  57 }

  cIDServR20AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR20Entry  58 }

  cIDServR20AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR20Entry  59 }

  cIDServR20AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR20Entry  60 }

  cIDServR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR20Entry  61 }

  cIDServR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR20Entry  62 }

  cIDServR20ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  63 }

  cIDServR20ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  64 }

  cIDServR20SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  65 }

  cIDServR20AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  66 }

  cIDServR20AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  67 }

  cIDServR20AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  68 }

  cIDServR20AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  69 }

  cIDServR20AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  70 }

  cIDServR20ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR20Entry  71 }

  cIDServR20ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR20Entry  72 }

  cIDServR20ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR20Entry  73 }

  cIDServR20ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR20Entry  74 }

  cIDServR20ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR20Entry  75 }

  cIDServR20ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR20Entry  76 }

  cIDServR20ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR20Entry  77 }

  cIDServR20ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR20Entry  78 }

  cIDServR20ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR20Entry  79 }

  cIDServR20AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  80 }

  cIDServR20ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR20Entry  81 }

  cIDServR20ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR20Entry  82 }

  cIDServR20I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  83 }

  cIDServR20I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  84 }

  cIDServR20I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  85 }

  cIDServR20I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  86 }

  cIDServR20ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR20Entry  87 }

  cIDServR20ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR20Entry  88 }

  cIDServR20SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  89 }

  cIDServR20LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  90 }

  cIDServR20LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  91 }

  cIDServR20ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR20Entry  92 }

  cIDServR20CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR20Entry  93 }

  cIDServR20ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  97 }

  cIDServR20SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  98 }

  cIDServR20I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR20Entry  99 }

  cIDServR20I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR20Entry  100 }

  cIDServR20I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR20Entry  101 }

  cIDServR20I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR20Entry  102 }

  cIDServR20ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR20Entry  104 }

  cIDServR20AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR20Entry  105 }

  cIDServR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR20Entry  106 }

  cIDServR20ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR20Entry  107 }

  cIDServR20ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR20Entry  108 }

  cIDServR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR20Entry  109 }

  cIDServR20CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR20Entry  110 }

  cIDServR20ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2),
                   sIPQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR20Entry  111 }

  cIDServR20SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  113 }

  cIDServR20CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR20Entry  114 }

  cIDServR20ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR20Entry  115 }

  cIDServR20CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR20Entry  116 }

  cIDServR20I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  117 }

  cIDServR20I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  118 }

  cIDServR20I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  119 }

  cIDServR20I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR20Entry  120 }

  cIDServR20CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR20Entry  121 }

  cIDServR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR20Entry  124 }

  cIDServR20CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR20Entry  125 }

  cIDServR20CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR20Entry  126 }

  cIDServR20CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR20Entry  127 }

  cIDServR20CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR20Entry  128 }

  cIDServR20CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR20Entry  129 }

  cIDServR20CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR20Entry  130 }

  cIDServR20TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR20Entry  131 }

  cIDServR20TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR20Entry  132 }

  cIDServR20CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  133 }

  cIDServR20SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  134 }

  cIDServR20SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  135 }

  cIDServR20CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR20Entry  136 }

  cIDServR20CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR20Entry  137 }

  cIDServR20CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  138 }

  cIDServR20ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR20Entry  139 }

  cIDServR20SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  140 }

  cIDServR20TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR20Entry  141 }

  cIDServR20TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR20Entry  142 }

  cIDServR20ARClbackUseTestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - use test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR20Entry  143 }

  cIDServR20I1ClgNameDlvrySIPSubscriptionServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR20Entry  144 }

  cIDServR20I2ClgNameDlvrySIPSubscriptionServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR20Entry  145 }

  cIDServR20I3ClgNameDlvrySIPSubscriptionServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR20Entry  146 }

  cIDServR20I4ClgNameDlvrySIPSubscriptionServerBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR20Entry  147 }

  cIDServR20ClgNameDlvrySIPSubscriptionServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server'.
                  This field represents the fixed
                  values that Calling Name Delivery - SIP subscription server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR20Entry  148 }

  cIDServR20ClgNameDlvryServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - server identity'."
    ::= { cIDServR20Entry  149 }

  cIDServR20SupportICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR20Entry  150 }

  cIDServR20ARAllowAROnBusy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - allow Automatic Recall on Busy'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR20Entry  151 }

  cIDServR20CallTraceAddtlCallTraceInfo OBJECT-TYPE
    SYNTAX       BITS {
                   lastForwardingPartyRedirectingNumber(0),
                   originalDestinationRedirectingNumber(1),
                   trunkGroupNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - additional Call Trace information'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { cIDServR20Entry  152 }

  cIDServR20CIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(0),
                   never(1),
                   useIfNotWithheld(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - use PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { always }
    ::= { cIDServR20Entry  153 }

-- /*********************************************************************************/
-- /* MIB table for SE 'User Defined String Attributes'                             */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  uDSAsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF UDSAsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing and Policy Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2415 }

  uDSAsConEntry OBJECT-TYPE
    SYNTAX       UDSAsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uDSAsConNEConn,
             uDSAsConNetwkElement,
             uDSAsConCFSIx }
    ::= {  uDSAsConTable  1  }

  UDSAsConEntry  ::=  SEQUENCE
  {
    uDSAsConNEConn                     Unsigned32,
    uDSAsConNetwkElement               DisplayString,
    uDSAsConCFSIx                      Unsigned32,
    uDSAsConImportCnt                  Integer32,
    uDSAsConImportStatus               DisplayString,
    uDSAsConImportMode                 INTEGER,
    uDSAsConImportFile                 DisplayString,
    uDSAsConImportCorr                 Counter64,
    uDSAsConImportCorrNode             DisplayString,
    uDSAsConImportCorrUID              DisplayString,
    uDSAsConExportNumObjectsExported   Integer32,
    uDSAsConExportStatus               DisplayString,
    uDSAsConExportFile                 DisplayString,
    uDSAsConExportChldObjectsToInc     INTEGER,
    uDSAsConExportIncASRepData         INTEGER,
    uDSAsConExportCorr                 Counter64,
    uDSAsConExportCorrNode             DisplayString,
    uDSAsConExportCorrUID              DisplayString,
    uDSAsConDoExtraActions             INTEGER
  }

  uDSAsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uDSAsConEntry  1 }

  uDSAsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uDSAsConEntry  2 }

  uDSAsConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { uDSAsConEntry  3 }

  uDSAsConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { uDSAsConEntry  4 }

  uDSAsConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { uDSAsConEntry  5 }

  uDSAsConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { uDSAsConEntry  6 }

  uDSAsConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { uDSAsConEntry  7 }

  uDSAsConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { uDSAsConEntry  8 }

  uDSAsConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { uDSAsConEntry  9 }

  uDSAsConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { uDSAsConEntry  10 }

  uDSAsConExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { uDSAsConEntry  11 }

  uDSAsConExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { uDSAsConEntry  12 }

  uDSAsConExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { uDSAsConEntry  13 }

  uDSAsConExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { uDSAsConEntry  14 }

  uDSAsConExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { uDSAsConEntry  15 }

  uDSAsConExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { uDSAsConEntry  16 }

  uDSAsConExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { uDSAsConEntry  17 }

  uDSAsConExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { uDSAsConEntry  18 }

  uDSAsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uDSAsConEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'User Defined String Attribute'                              */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  uDSATable OBJECT-TYPE
    SYNTAX       SEQUENCE OF UDSAEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'User Defined String Attributes'."
    ::= { metaSwitch  2416 }

  uDSAEntry OBJECT-TYPE
    SYNTAX       UDSAEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uDSANEConn,
             uDSANetwkElement,
             uDSACFSIx,
             uDSAIx }
    ::= {  uDSATable  1  }

  UDSAEntry  ::=  SEQUENCE
  {
    uDSANEConn                         Unsigned32,
    uDSANetwkElement                   DisplayString,
    uDSACFSIx                          Unsigned32,
    uDSAIx                             Unsigned32,
    uDSADspName                        DisplayString,
    uDSAReportInBillRecs               INTEGER,
    uDSAExportNumObjectsExported       Integer32,
    uDSAExportStatus                   DisplayString,
    uDSAExportFile                     DisplayString,
    uDSAExportChldObjectsToInc         INTEGER,
    uDSAExportIncASRepData             INTEGER,
    uDSAExportCorr                     Counter64,
    uDSAExportCorrNode                 DisplayString,
    uDSAExportCorrUID                  DisplayString,
    uDSADoExtraActions                 INTEGER,
    uDSARowStatus                      RowStatus
  }

  uDSANEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uDSAEntry  1 }

  uDSANetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uDSAEntry  2 }

  uDSACFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { uDSAEntry  3 }

  uDSAIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { uDSAEntry  4 }

  uDSADspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Display name'."
    ::= { uDSAEntry  5 }

  uDSAReportInBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Report in billing records'."
    DEFVAL       { false }
    ::= { uDSAEntry  6 }

  uDSAExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { uDSAEntry  7 }

  uDSAExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { uDSAEntry  8 }

  uDSAExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { uDSAEntry  9 }

  uDSAExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { uDSAEntry  10 }

  uDSAExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { uDSAEntry  11 }

  uDSAExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { uDSAEntry  12 }

  uDSAExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { uDSAEntry  13 }

  uDSAExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { uDSAEntry  14 }

  uDSADoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { uDSAEntry  15 }

  uDSARowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { uDSAEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR30Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2417 }

  rPSAttrEntryR30Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR30NEConn,
             rPSAttrEntryR30NetwkElement,
             rPSAttrEntryR30CFSIx,
             rPSAttrEntryR30CfgSetIx,
             rPSAttrEntryR30AttrSetIx,
             rPSAttrEntryR30AttrEntryIx }
    ::= {  rPSAttrEntryR30Table  1  }

  RPSAttrEntryR30Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR30NEConn              Unsigned32,
    rPSAttrEntryR30NetwkElement        DisplayString,
    rPSAttrEntryR30CFSIx               Unsigned32,
    rPSAttrEntryR30CfgSetIx            Unsigned32,
    rPSAttrEntryR30AttrSetIx           Unsigned32,
    rPSAttrEntryR30AttrEntryIx         Unsigned32,
    rPSAttrEntryR30AttrType            INTEGER,
    rPSAttrEntryR30AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR30AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR30AttrValCldAddrScope INTEGER,
    rPSAttrEntryR30AttrValCldAddrType  INTEGER,
    rPSAttrEntryR30AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR30AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR30AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR30AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR30AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR30AttrValOprCall      INTEGER,
    rPSAttrEntryR30AttrValPriorityCall INTEGER,
    rPSAttrEntryR30AttrValRegionCode   Unsigned32,
    rPSAttrEntryR30AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR30AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR30AttrValRtgControlUK INTEGER,
    rPSAttrEntryR30AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR30AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR30AttrValTestCall     INTEGER,
    rPSAttrEntryR30AttrValAnnounceID   INTEGER,
    rPSAttrEntryR30AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR30AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR30AttrValTransitNetID Unsigned32,
    rPSAttrEntryR30AttrValUSCallType   INTEGER,
    rPSAttrEntryR30AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR30AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR30AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR30AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR30AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR30AttrValUSCarrType   INTEGER,
    rPSAttrEntryR30AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR30AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR30AttrValClgCategory  INTEGER,
    rPSAttrEntryR30RowStatus           RowStatus,
    rPSAttrEntryR30AttrValUKCallType   INTEGER,
    rPSAttrEntryR30AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR30I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR30I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR30I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR30I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR30AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR30AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR30AttrValUSLATA       Unsigned32,
    rPSAttrEntryR30AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR30AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR30AttrValUsrDef       Unsigned32,
    rPSAttrEntryR30AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR30AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR30AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR30AttrValBillCallType INTEGER,
    rPSAttrEntryR30AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR30AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR30AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR30AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR30AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR30AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR30T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR30T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR30T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR30AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR30I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR30I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR30I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR30I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR30AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR30AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR30I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR30I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR30I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR30I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR30AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR30AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR30AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR30AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR30AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR30AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR30AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR30AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR30AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR30AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR30AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR30AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR30AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR30AttrValOTGpID       INTEGER,
    rPSAttrEntryR30AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR30AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR30AttrValDTGpID       INTEGER,
    rPSAttrEntryR30AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR30AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR30AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR30AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR30T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR30T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR30T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR30AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR30AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR30AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR30AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR30AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR30AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR30AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR30AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR30AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR30AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR30AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR30ClgAddrScope        INTEGER,
    rPSAttrEntryR30AttrValHighRiskCall INTEGER,
    rPSAttrEntryR30RtgPolicyNum        Unsigned32,
    rPSAttrEntryR30RtgPolicy           LongDisplayString,
    rPSAttrEntryR30AttrValLCC          INTEGER,
    rPSAttrEntryR30AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR30AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR30AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR30AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR30AttrValScreenInd    INTEGER,
    rPSAttrEntryR30AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR30AttrValPresNumScope INTEGER,
    rPSAttrEntryR30AttrValCnfNum       INTEGER,
    rPSAttrEntryR30AttrValCnfOutdial   INTEGER,
    rPSAttrEntryR30AttrValISUPCarrSelInfo
                                       INTEGER,
    rPSAttrEntryR30AttrValRemTransitNetwkSelParm
                                       INTEGER,
    rPSAttrEntryR30AttrValUsrDefHex    Integer32,
    rPSAttrEntryR30AttrValCallProgressInd
                                       INTEGER,
    rPSAttrEntryR30AttrValBillOvrDldNum
                                       INTEGER,
    rPSAttrEntryR30AttrValClgAddrPrivacyTrustOverride
                                       INTEGER
  }

  rPSAttrEntryR30NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR30Entry  1 }

  rPSAttrEntryR30NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR30Entry  2 }

  rPSAttrEntryR30CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR30Entry  3 }

  rPSAttrEntryR30CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR30Entry  4 }

  rPSAttrEntryR30AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR30Entry  5 }

  rPSAttrEntryR30AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR30Entry  6 }

  rPSAttrEntryR30AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   billingOverrideDialedNumber(172),
                   callProgressIndication(173),
                   conferenceOutdial(174),
                   conferenceNumber(175),
                   iSUPCarrierSelectionInformation(176),
                   removeTransitNetworkSelectionParameter(177),
                   callingAddressPrivacyTrustOverride(182)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR30Entry  7 }

  rPSAttrEntryR30AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  8 }

  rPSAttrEntryR30AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  9 }

  rPSAttrEntryR30AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  10 }

  rPSAttrEntryR30AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR30Entry  11 }

  rPSAttrEntryR30AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  12 }

  rPSAttrEntryR30AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  13 }

  rPSAttrEntryR30AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  14 }

  rPSAttrEntryR30AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR30Entry  15 }

  rPSAttrEntryR30AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  16 }

  rPSAttrEntryR30AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  17 }

  rPSAttrEntryR30AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  18 }

  rPSAttrEntryR30AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  19 }

  rPSAttrEntryR30AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR30Entry  20 }

  rPSAttrEntryR30AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  21 }

  rPSAttrEntryR30AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR30Entry  22 }

  rPSAttrEntryR30AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  23 }

  rPSAttrEntryR30AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  24 }

  rPSAttrEntryR30AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  25 }

  rPSAttrEntryR30AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR30Entry  26 }

  rPSAttrEntryR30AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR30Entry  27 }

  rPSAttrEntryR30AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR30Entry  28 }

  rPSAttrEntryR30AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  29 }

  rPSAttrEntryR30AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  30 }

  rPSAttrEntryR30AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  31 }

  rPSAttrEntryR30AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR30Entry  32 }

  rPSAttrEntryR30AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR30Entry  33 }

  rPSAttrEntryR30AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR30Entry  34 }

  rPSAttrEntryR30AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR30Entry  35 }

  rPSAttrEntryR30AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  36 }

  rPSAttrEntryR30AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  37 }

  rPSAttrEntryR30AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  38 }

  rPSAttrEntryR30AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR30Entry  39 }

  rPSAttrEntryR30RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR30Entry  40 }

  rPSAttrEntryR30AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  41 }

  rPSAttrEntryR30AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR30Entry  42 }

  rPSAttrEntryR30I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR30Entry  43 }

  rPSAttrEntryR30I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR30Entry  44 }

  rPSAttrEntryR30I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR30Entry  45 }

  rPSAttrEntryR30I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR30Entry  46 }

  rPSAttrEntryR30AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR30Entry  47 }

  rPSAttrEntryR30AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR30Entry  48 }

  rPSAttrEntryR30AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  49 }

  rPSAttrEntryR30AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR30Entry  50 }

  rPSAttrEntryR30AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  51 }

  rPSAttrEntryR30AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR30Entry  52 }

  rPSAttrEntryR30AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  53 }

  rPSAttrEntryR30AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR30Entry  54 }

  rPSAttrEntryR30AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR30Entry  55 }

  rPSAttrEntryR30AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR30Entry  56 }

  rPSAttrEntryR30AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR30Entry  57 }

  rPSAttrEntryR30AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  58 }

  rPSAttrEntryR30AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  59 }

  rPSAttrEntryR30AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR30Entry  60 }

  rPSAttrEntryR30AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR30Entry  61 }

  rPSAttrEntryR30AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR30Entry  62 }

  rPSAttrEntryR30T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR30Entry  63 }

  rPSAttrEntryR30T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR30Entry  64 }

  rPSAttrEntryR30T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR30Entry  65 }

  rPSAttrEntryR30AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR30Entry  66 }

  rPSAttrEntryR30I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR30Entry  67 }

  rPSAttrEntryR30I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR30Entry  68 }

  rPSAttrEntryR30I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR30Entry  69 }

  rPSAttrEntryR30I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR30Entry  70 }

  rPSAttrEntryR30AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR30Entry  71 }

  rPSAttrEntryR30AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR30Entry  72 }

  rPSAttrEntryR30I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR30Entry  73 }

  rPSAttrEntryR30I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR30Entry  74 }

  rPSAttrEntryR30I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR30Entry  75 }

  rPSAttrEntryR30I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR30Entry  76 }

  rPSAttrEntryR30AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR30Entry  77 }

  rPSAttrEntryR30AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR30Entry  78 }

  rPSAttrEntryR30AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR30Entry  79 }

  rPSAttrEntryR30AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR30Entry  80 }

  rPSAttrEntryR30AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR30Entry  81 }

  rPSAttrEntryR30AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR30Entry  82 }

  rPSAttrEntryR30AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR30Entry  83 }

  rPSAttrEntryR30AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR30Entry  84 }

  rPSAttrEntryR30AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR30Entry  85 }

  rPSAttrEntryR30AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR30Entry  86 }

  rPSAttrEntryR30AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR30Entry  88 }

  rPSAttrEntryR30AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR30Entry  89 }

  rPSAttrEntryR30AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR30Entry  90 }

  rPSAttrEntryR30AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR30Entry  91 }

  rPSAttrEntryR30AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR30Entry  92 }

  rPSAttrEntryR30AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR30Entry  93 }

  rPSAttrEntryR30AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR30Entry  94 }

  rPSAttrEntryR30AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR30Entry  95 }

  rPSAttrEntryR30AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR30Entry  96 }

  rPSAttrEntryR30AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR30Entry  97 }

  rPSAttrEntryR30AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR30Entry  98 }

  rPSAttrEntryR30T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR30Entry  99 }

  rPSAttrEntryR30T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR30Entry  100 }

  rPSAttrEntryR30T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR30Entry  101 }

  rPSAttrEntryR30AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  102 }

  rPSAttrEntryR30AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR30Entry  103 }

  rPSAttrEntryR30AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  104 }

  rPSAttrEntryR30AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR30Entry  105 }

  rPSAttrEntryR30AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  106 }

  rPSAttrEntryR30AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  107 }

  rPSAttrEntryR30AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  108 }

  rPSAttrEntryR30AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  109 }

  rPSAttrEntryR30AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  110 }

  rPSAttrEntryR30AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  111 }

  rPSAttrEntryR30AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR30Entry  112 }

  rPSAttrEntryR30ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  113 }

  rPSAttrEntryR30AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR30Entry  114 }

  rPSAttrEntryR30RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR30Entry  115 }

  rPSAttrEntryR30RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR30Entry  116 }

  rPSAttrEntryR30AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR30Entry  117 }

  rPSAttrEntryR30AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  118 }

  rPSAttrEntryR30AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  119 }

  rPSAttrEntryR30AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR30Entry  120 }

  rPSAttrEntryR30AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR30Entry  121 }

  rPSAttrEntryR30AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR30Entry  122 }

  rPSAttrEntryR30AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR30Entry  123 }

  rPSAttrEntryR30AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR30Entry  124 }

  rPSAttrEntryR30AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  125 }

  rPSAttrEntryR30AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  126 }

  rPSAttrEntryR30AttrValISUPCarrSelInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   notIncluded(0),
                   presubscribedAndNotInput(1),
                   presubscribedAndInput(2),
                   presubscribedAndInputUndetermined(3),
                   notPresubscribedAndInput(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP carrier selection information'."
    DEFVAL       { notIncluded }
    ::= { rPSAttrEntryR30Entry  127 }

  rPSAttrEntryR30AttrValRemTransitNetwkSelParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove transit network selection parameter'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR30Entry  128 }

  rPSAttrEntryR30AttrValUsrDefHex OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - user defined (hex)'."
    ::= { rPSAttrEntryR30Entry  129 }

  rPSAttrEntryR30AttrValCallProgressInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   postDialDelayComfortTone(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call progress indication'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR30Entry  130 }

  rPSAttrEntryR30AttrValBillOvrDldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override dialed number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR30Entry  131 }

  rPSAttrEntryR30AttrValClgAddrPrivacyTrustOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   removeRestrictedAddressIfDestinationIsUntrusted(0),
                   sendRestrictedAddressAlways(1),
                   removeRestrictedAddressAlways(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling address privacy trust override'."
    DEFVAL       { removeRestrictedAddressIfDestinationIsUntrusted }
    ::= { rPSAttrEntryR30Entry  132 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  rPSNVEntryR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2418 }

  rPSNVEntryR25Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR25NEConn,
             rPSNVEntryR25NetwkElement,
             rPSNVEntryR25CFSIx,
             rPSNVEntryR25CfgSetIx,
             rPSNVEntryR25NumVldnTblIx,
             rPSNVEntryR25NumVldnEntryIx }
    ::= {  rPSNVEntryR25Table  1  }

  RPSNVEntryR25Entry  ::=  SEQUENCE
  {
    rPSNVEntryR25NEConn                Unsigned32,
    rPSNVEntryR25NetwkElement          DisplayString,
    rPSNVEntryR25CFSIx                 Unsigned32,
    rPSNVEntryR25CfgSetIx              Unsigned32,
    rPSNVEntryR25NumVldnTblIx          Unsigned32,
    rPSNVEntryR25NumVldnEntryIx        Unsigned32,
    rPSNVEntryR25NumVldnEntryName      DisplayString,
    rPSNVEntryR25Num                   DisplayString,
    rPSNVEntryR25MinMatchLen           Unsigned32,
    rPSNVEntryR25I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR25I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR25I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR25I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR25I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR25RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR25RowStatus             RowStatus,
    rPSNVEntryR25EditAction            DisplayString,
    rPSNVEntryR25BillType              INTEGER,
    rPSNVEntryR25CldAddrComplete       INTEGER,
    rPSNVEntryR25CldAddrScope          INTEGER,
    rPSNVEntryR25FgdPrefixDialed       INTEGER,
    rPSNVEntryR25OprCall               INTEGER,
    rPSNVEntryR25I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR25I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR25I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR25I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR25I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR25MatchAction           INTEGER,
    rPSNVEntryR25MatchCIP              INTEGER,
    rPSNVEntryR25AttrValCIP            INTEGER,
    rPSNVEntryR25MatchLCC1             INTEGER,
    rPSNVEntryR25LCC1                  Unsigned32,
    rPSNVEntryR25MatchLCC2             INTEGER,
    rPSNVEntryR25LCC2                  Unsigned32,
    rPSNVEntryR25MatchLCC3             INTEGER,
    rPSNVEntryR25LCC3                  Unsigned32,
    rPSNVEntryR25MatchLCC4             INTEGER,
    rPSNVEntryR25LCC4                  Unsigned32,
    rPSNVEntryR25MatchLCC5             INTEGER,
    rPSNVEntryR25LCC5                  Unsigned32,
    rPSNVEntryR25UseCldNumMainBillRec  INTEGER,
    rPSNVEntryR25MatchBillType         INTEGER,
    rPSNVEntryR25MatchCldAddrComplete  INTEGER,
    rPSNVEntryR25MatchCldAddrScope     INTEGER,
    rPSNVEntryR25MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR25MatchOprCall          INTEGER,
    rPSNVEntryR25MatchSubGp            INTEGER,
    rPSNVEntryR25MatchANIIIDigits      INTEGER,
    rPSNVEntryR25ANIIIDigits           Unsigned32,
    rPSNVEntryR25MatchUSCallType       INTEGER,
    rPSNVEntryR25USCallType            INTEGER,
    rPSNVEntryR25MatchUKCallType       INTEGER,
    rPSNVEntryR25UKCallType            INTEGER,
    rPSNVEntryR25MatchDialedPrefix     INTEGER,
    rPSNVEntryR25DialedPrefix          INTEGER,
    rPSNVEntryR25MatchDialingPattn     INTEGER,
    rPSNVEntryR25DialingPattn          INTEGER,
    rPSNVEntryR25MatchUsrDef1          INTEGER,
    rPSNVEntryR25UsrDef1               Unsigned32,
    rPSNVEntryR25MatchUsrDef2          INTEGER,
    rPSNVEntryR25UsrDef2               Unsigned32,
    rPSNVEntryR25MatchUsrDef3          INTEGER,
    rPSNVEntryR25UsrDef3               Unsigned32,
    rPSNVEntryR25AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR25T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR25T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR25T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR25T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR25T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR25AVInMedChMatch        INTEGER,
    rPSNVEntryR25T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR25T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR25T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR25T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR25T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR25T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR25AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR25AVInMedSigStack       INTEGER,
    rPSNVEntryR25AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR25AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR25T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR25T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR25T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR25T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR25T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR25T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR25T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR25T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR25T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR25T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR25T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR25T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR25T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR25T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR25T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR25T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR25T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR25T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR25T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR25T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR25T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR25I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR25I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR25I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR25I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR25AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR25AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR25AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR25AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR25AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR25AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR25AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR25TransitNetwkID        Unsigned32,
    rPSNVEntryR25I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR25I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR25I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR25I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR25T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR25T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR25T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR25AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR25AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR25NumActCallPartyNumAct DisplayString,
    rPSNVEntryR25NumActChargeNumAct    DisplayString,
    rPSNVEntryR25MatchUsrDef4          INTEGER,
    rPSNVEntryR25UsrDef4               Unsigned32,
    rPSNVEntryR25MatchUsrDef5          INTEGER,
    rPSNVEntryR25UsrDef5               Unsigned32,
    rPSNVEntryR25MatchUsrDef6          INTEGER,
    rPSNVEntryR25UsrDef6               Unsigned32,
    rPSNVEntryR25MatchUsrDef7          INTEGER,
    rPSNVEntryR25UsrDef7               Unsigned32,
    rPSNVEntryR25MatchUsrDef8          INTEGER,
    rPSNVEntryR25UsrDef8               Unsigned32,
    rPSNVEntryR25MatchUsrDef9          INTEGER,
    rPSNVEntryR25UsrDef9               Unsigned32,
    rPSNVEntryR25MatchUsrDef10         INTEGER,
    rPSNVEntryR25UsrDef10              Unsigned32,
    rPSNVEntryR25MatchUsrDef11         INTEGER,
    rPSNVEntryR25UsrDef11              Unsigned32,
    rPSNVEntryR25MatchUsrDef12         INTEGER,
    rPSNVEntryR25UsrDef12              Unsigned32,
    rPSNVEntryR25MatchUsrDef13         INTEGER,
    rPSNVEntryR25UsrDef13              Unsigned32,
    rPSNVEntryR25MatchUsrDef14         INTEGER,
    rPSNVEntryR25UsrDef14              Unsigned32,
    rPSNVEntryR25MatchUsrDef15         INTEGER,
    rPSNVEntryR25UsrDef15              Unsigned32,
    rPSNVEntryR25MatchUsrDef16         INTEGER,
    rPSNVEntryR25UsrDef16              Unsigned32,
    rPSNVEntryR25MatchUsrDef17         INTEGER,
    rPSNVEntryR25UsrDef17              Unsigned32,
    rPSNVEntryR25MatchUsrDef18         INTEGER,
    rPSNVEntryR25UsrDef18              Unsigned32,
    rPSNVEntryR25MatchUsrDef19         INTEGER,
    rPSNVEntryR25UsrDef19              Unsigned32,
    rPSNVEntryR25MatchUsrDef20         INTEGER,
    rPSNVEntryR25UsrDef20              Unsigned32,
    rPSNVEntryR25AttrValLCC6Match      INTEGER,
    rPSNVEntryR25AttrValLCC6           Unsigned32,
    rPSNVEntryR25AttrValLCC7Match      INTEGER,
    rPSNVEntryR25AttrValLCC7           Unsigned32,
    rPSNVEntryR25AttrValLCC8Match      INTEGER,
    rPSNVEntryR25AttrValLCC8           Unsigned32,
    rPSNVEntryR25AttrValLCC9Match      INTEGER,
    rPSNVEntryR25AttrValLCC9           Unsigned32,
    rPSNVEntryR25AttrValLCC10Match     INTEGER,
    rPSNVEntryR25AttrValLCC10          Unsigned32,
    rPSNVEntryR25AttrValLCC11Match     INTEGER,
    rPSNVEntryR25AttrValLCC11          Unsigned32,
    rPSNVEntryR25AttrValLCC12Match     INTEGER,
    rPSNVEntryR25AttrValLCC12          Unsigned32,
    rPSNVEntryR25AttrValLCC13Match     INTEGER,
    rPSNVEntryR25AttrValLCC13          Unsigned32,
    rPSNVEntryR25AttrValLCC14Match     INTEGER,
    rPSNVEntryR25AttrValLCC14          Unsigned32,
    rPSNVEntryR25AttrValLCC15Match     INTEGER,
    rPSNVEntryR25AttrValLCC15          Unsigned32,
    rPSNVEntryR25AttrValLCC16Match     INTEGER,
    rPSNVEntryR25AttrValLCC16          Unsigned32,
    rPSNVEntryR25AttrValLCC17Match     INTEGER,
    rPSNVEntryR25AttrValLCC17          Unsigned32,
    rPSNVEntryR25AttrValLCC18Match     INTEGER,
    rPSNVEntryR25AttrValLCC18          Unsigned32,
    rPSNVEntryR25AttrValLCC19Match     INTEGER,
    rPSNVEntryR25AttrValLCC19          Unsigned32,
    rPSNVEntryR25AttrValLCC20Match     INTEGER,
    rPSNVEntryR25AttrValLCC20          Unsigned32,
    rPSNVEntryR25AttrValESAStatusMatch INTEGER,
    rPSNVEntryR25I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR25I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR25I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR25I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR25AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR25AVBearerCapability    BITS,
    rPSNVEntryR25RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR25RedirectionReason     INTEGER,
    rPSNVEntryR25AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR25AttrValValidFromHr    Unsigned32,
    rPSNVEntryR25AttrValValidFromMin   Unsigned32,
    rPSNVEntryR25AttrValValidToHr      Unsigned32,
    rPSNVEntryR25AttrValValidToMin     Unsigned32,
    rPSNVEntryR25AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR25AttrValDayWeek        BITS,
    rPSNVEntryR25AttrValDateRangeMatch INTEGER,
    rPSNVEntryR25AttrValValidFromYear  Unsigned32,
    rPSNVEntryR25AttrValValidFromMonth Unsigned32,
    rPSNVEntryR25AttrValValidFromDate  Unsigned32,
    rPSNVEntryR25AttrValValidUntilYear Unsigned32,
    rPSNVEntryR25AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR25AttrValValidUntilDate Unsigned32,
    rPSNVEntryR25AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR25AttrValDialedBySub    INTEGER,
    rPSNVEntryR25AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR25AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR25AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR25AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR25AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR25AttrValISwIBGCall     INTEGER,
    rPSNVEntryR25UseCldNumInMod611     INTEGER,
    rPSNVEntryR25AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR25AttrValOTGpID         DisplayString,
    rPSNVEntryR25AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR25AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR25AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR25AttrValDTGpID         DisplayString,
    rPSNVEntryR25AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR25AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR25NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR25NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR25T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR25T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR25T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR25AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR25AttrValClgPrtCtgry    BITS,
    rPSNVEntryR25AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR25AttrValIsupPrefs      BITS,
    rPSNVEntryR25AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR25AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR25AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR25AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR25AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR25AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR25AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR25AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR25AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR25AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR25AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR25AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR25AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR25AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR25AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR25AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR25ClgAddrScope          INTEGER,
    rPSNVEntryR25AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR25AttrValSiteMatch      INTEGER,
    rPSNVEntryR25I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR25NumActionSignaledCIDAction
                                       DisplayString,
    rPSNVEntryR25NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSNVEntryR25AttrValCgNmEqCdNmMatch
                                       INTEGER,
    rPSNVEntryR25AttrValCgNmEqCdNm     INTEGER,
    rPSNVEntryR25UseClgNumBillRec      INTEGER,
    rPSNVEntryR25ClgNumActionBill      DisplayString,
    rPSNVEntryR25CldNumActionBill      DisplayString,
    rPSNVEntryR25NumActionUDSA1Action  DisplayString,
    rPSNVEntryR25NumActionUDSA2Action  DisplayString,
    rPSNVEntryR25NumActionUDSA3Action  DisplayString,
    rPSNVEntryR25NumActionUDSA4Action  DisplayString,
    rPSNVEntryR25NumActionUDSA5Action  DisplayString,
    rPSNVEntryR25NumActionUDSA6Action  DisplayString,
    rPSNVEntryR25NumActionUDSA7Action  DisplayString,
    rPSNVEntryR25NumActionUDSA8Action  DisplayString,
    rPSNVEntryR25NumActionUDSA9Action  DisplayString,
    rPSNVEntryR25NumActionUDSA10Action DisplayString
  }

  rPSNVEntryR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR25Entry  1 }

  rPSNVEntryR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR25Entry  2 }

  rPSNVEntryR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR25Entry  3 }

  rPSNVEntryR25CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR25Entry  4 }

  rPSNVEntryR25NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR25Entry  5 }

  rPSNVEntryR25NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR25Entry  6 }

  rPSNVEntryR25NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR25Entry  7 }

  rPSNVEntryR25Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR25Entry  8 }

  rPSNVEntryR25MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  9 }

  rPSNVEntryR25I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR25Entry  10 }

  rPSNVEntryR25I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR25Entry  11 }

  rPSNVEntryR25I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR25Entry  12 }

  rPSNVEntryR25I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR25Entry  13 }

  rPSNVEntryR25I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR25Entry  14 }

  rPSNVEntryR25RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR25Entry  15 }

  rPSNVEntryR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR25Entry  16 }

  rPSNVEntryR25EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR25Entry  17 }

  rPSNVEntryR25BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR25Entry  18 }

  rPSNVEntryR25CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR25Entry  19 }

  rPSNVEntryR25CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR25Entry  20 }

  rPSNVEntryR25FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR25Entry  21 }

  rPSNVEntryR25OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR25Entry  22 }

  rPSNVEntryR25I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR25Entry  28 }

  rPSNVEntryR25I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR25Entry  29 }

  rPSNVEntryR25I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR25Entry  30 }

  rPSNVEntryR25I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR25Entry  31 }

  rPSNVEntryR25I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR25Entry  32 }

  rPSNVEntryR25MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR25Entry  33 }

  rPSNVEntryR25MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  34 }

  rPSNVEntryR25AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  35 }

  rPSNVEntryR25MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  49 }

  rPSNVEntryR25LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR25Entry  50 }

  rPSNVEntryR25MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  51 }

  rPSNVEntryR25LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR25Entry  52 }

  rPSNVEntryR25MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  53 }

  rPSNVEntryR25LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR25Entry  54 }

  rPSNVEntryR25MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  55 }

  rPSNVEntryR25LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR25Entry  56 }

  rPSNVEntryR25MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  57 }

  rPSNVEntryR25LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR25Entry  58 }

  rPSNVEntryR25UseCldNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use called number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR25Entry  59 }

  rPSNVEntryR25MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  60 }

  rPSNVEntryR25MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  61 }

  rPSNVEntryR25MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  62 }

  rPSNVEntryR25MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  63 }

  rPSNVEntryR25MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  64 }

  rPSNVEntryR25MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  65 }

  rPSNVEntryR25MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  68 }

  rPSNVEntryR25ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  69 }

  rPSNVEntryR25MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  70 }

  rPSNVEntryR25USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR25Entry  71 }

  rPSNVEntryR25MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  72 }

  rPSNVEntryR25UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR25Entry  73 }

  rPSNVEntryR25MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  74 }

  rPSNVEntryR25DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR25Entry  75 }

  rPSNVEntryR25MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  76 }

  rPSNVEntryR25DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR25Entry  77 }

  rPSNVEntryR25MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  78 }

  rPSNVEntryR25UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR25Entry  79 }

  rPSNVEntryR25MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  80 }

  rPSNVEntryR25UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR25Entry  81 }

  rPSNVEntryR25MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  82 }

  rPSNVEntryR25UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR25Entry  83 }

  rPSNVEntryR25AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR25Entry  84 }

  rPSNVEntryR25T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR25Entry  85 }

  rPSNVEntryR25T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR25Entry  86 }

  rPSNVEntryR25T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR25Entry  87 }

  rPSNVEntryR25T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR25Entry  88 }

  rPSNVEntryR25T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR25Entry  89 }

  rPSNVEntryR25AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  90 }

  rPSNVEntryR25T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  91 }

  rPSNVEntryR25T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  92 }

  rPSNVEntryR25T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  93 }

  rPSNVEntryR25T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  94 }

  rPSNVEntryR25T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  95 }

  rPSNVEntryR25T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  96 }

  rPSNVEntryR25AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  97 }

  rPSNVEntryR25AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR25Entry  98 }

  rPSNVEntryR25AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  99 }

  rPSNVEntryR25AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR25Entry  100 }

  rPSNVEntryR25T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  101 }

  rPSNVEntryR25T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  102 }

  rPSNVEntryR25T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR25Entry  103 }

  rPSNVEntryR25T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR25Entry  104 }

  rPSNVEntryR25T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR25Entry  105 }

  rPSNVEntryR25T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR25Entry  106 }

  rPSNVEntryR25T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR25Entry  107 }

  rPSNVEntryR25T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR25Entry  108 }

  rPSNVEntryR25T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR25Entry  109 }

  rPSNVEntryR25T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR25Entry  110 }

  rPSNVEntryR25T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR25Entry  111 }

  rPSNVEntryR25T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR25Entry  112 }

  rPSNVEntryR25T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR25Entry  113 }

  rPSNVEntryR25T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR25Entry  114 }

  rPSNVEntryR25T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR25Entry  115 }

  rPSNVEntryR25T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR25Entry  116 }

  rPSNVEntryR25T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR25Entry  117 }

  rPSNVEntryR25T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  119 }

  rPSNVEntryR25T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  120 }

  rPSNVEntryR25T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  121 }

  rPSNVEntryR25T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR25Entry  122 }

  rPSNVEntryR25I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR25Entry  123 }

  rPSNVEntryR25I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR25Entry  124 }

  rPSNVEntryR25I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR25Entry  125 }

  rPSNVEntryR25I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR25Entry  126 }

  rPSNVEntryR25AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR25Entry  127 }

  rPSNVEntryR25AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  132 }

  rPSNVEntryR25AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  136 }

  rPSNVEntryR25AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR25Entry  137 }

  rPSNVEntryR25AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  138 }

  rPSNVEntryR25AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR25Entry  139 }

  rPSNVEntryR25AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  140 }

  rPSNVEntryR25TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  141 }

  rPSNVEntryR25I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR25Entry  147 }

  rPSNVEntryR25I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR25Entry  148 }

  rPSNVEntryR25I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR25Entry  149 }

  rPSNVEntryR25I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR25Entry  150 }

  rPSNVEntryR25T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR25Entry  183 }

  rPSNVEntryR25T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR25Entry  184 }

  rPSNVEntryR25T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR25Entry  185 }

  rPSNVEntryR25AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  186 }

  rPSNVEntryR25AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR25Entry  187 }

  rPSNVEntryR25NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR25Entry  188 }

  rPSNVEntryR25NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR25Entry  189 }

  rPSNVEntryR25MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  190 }

  rPSNVEntryR25UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR25Entry  191 }

  rPSNVEntryR25MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  192 }

  rPSNVEntryR25UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR25Entry  193 }

  rPSNVEntryR25MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  194 }

  rPSNVEntryR25UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR25Entry  195 }

  rPSNVEntryR25MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  196 }

  rPSNVEntryR25UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR25Entry  197 }

  rPSNVEntryR25MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  198 }

  rPSNVEntryR25UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR25Entry  199 }

  rPSNVEntryR25MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  200 }

  rPSNVEntryR25UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR25Entry  201 }

  rPSNVEntryR25MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  202 }

  rPSNVEntryR25UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR25Entry  203 }

  rPSNVEntryR25MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  204 }

  rPSNVEntryR25UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR25Entry  205 }

  rPSNVEntryR25MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  206 }

  rPSNVEntryR25UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR25Entry  207 }

  rPSNVEntryR25MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  208 }

  rPSNVEntryR25UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR25Entry  209 }

  rPSNVEntryR25MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  210 }

  rPSNVEntryR25UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR25Entry  211 }

  rPSNVEntryR25MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  212 }

  rPSNVEntryR25UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR25Entry  213 }

  rPSNVEntryR25MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  214 }

  rPSNVEntryR25UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR25Entry  215 }

  rPSNVEntryR25MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  216 }

  rPSNVEntryR25UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR25Entry  217 }

  rPSNVEntryR25MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  218 }

  rPSNVEntryR25UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR25Entry  219 }

  rPSNVEntryR25MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  220 }

  rPSNVEntryR25UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR25Entry  221 }

  rPSNVEntryR25MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  222 }

  rPSNVEntryR25UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR25Entry  223 }

  rPSNVEntryR25AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  224 }

  rPSNVEntryR25AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR25Entry  225 }

  rPSNVEntryR25AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  226 }

  rPSNVEntryR25AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR25Entry  227 }

  rPSNVEntryR25AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  228 }

  rPSNVEntryR25AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR25Entry  229 }

  rPSNVEntryR25AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  230 }

  rPSNVEntryR25AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR25Entry  231 }

  rPSNVEntryR25AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  232 }

  rPSNVEntryR25AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR25Entry  233 }

  rPSNVEntryR25AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  234 }

  rPSNVEntryR25AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR25Entry  235 }

  rPSNVEntryR25AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  236 }

  rPSNVEntryR25AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR25Entry  237 }

  rPSNVEntryR25AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  238 }

  rPSNVEntryR25AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR25Entry  239 }

  rPSNVEntryR25AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  240 }

  rPSNVEntryR25AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR25Entry  241 }

  rPSNVEntryR25AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  242 }

  rPSNVEntryR25AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR25Entry  243 }

  rPSNVEntryR25AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  244 }

  rPSNVEntryR25AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR25Entry  245 }

  rPSNVEntryR25AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  246 }

  rPSNVEntryR25AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR25Entry  247 }

  rPSNVEntryR25AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  248 }

  rPSNVEntryR25AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR25Entry  249 }

  rPSNVEntryR25AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  250 }

  rPSNVEntryR25AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR25Entry  251 }

  rPSNVEntryR25AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  252 }

  rPSNVEntryR25AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR25Entry  253 }

  rPSNVEntryR25AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR25Entry  254 }

  rPSNVEntryR25I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR25Entry  255 }

  rPSNVEntryR25I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR25Entry  256 }

  rPSNVEntryR25I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR25Entry  257 }

  rPSNVEntryR25I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR25Entry  258 }

  rPSNVEntryR25AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  260 }

  rPSNVEntryR25AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR25Entry  261 }

  rPSNVEntryR25RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  262 }

  rPSNVEntryR25RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR25Entry  263 }

  rPSNVEntryR25AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR25Entry  264 }

  rPSNVEntryR25AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR25Entry  265 }

  rPSNVEntryR25AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR25Entry  266 }

  rPSNVEntryR25AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR25Entry  267 }

  rPSNVEntryR25AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR25Entry  268 }

  rPSNVEntryR25AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR25Entry  269 }

  rPSNVEntryR25AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR25Entry  270 }

  rPSNVEntryR25AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR25Entry  271 }

  rPSNVEntryR25AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR25Entry  272 }

  rPSNVEntryR25AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR25Entry  273 }

  rPSNVEntryR25AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR25Entry  274 }

  rPSNVEntryR25AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR25Entry  275 }

  rPSNVEntryR25AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR25Entry  276 }

  rPSNVEntryR25AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR25Entry  277 }

  rPSNVEntryR25AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  278 }

  rPSNVEntryR25AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR25Entry  279 }

  rPSNVEntryR25AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  280 }

  rPSNVEntryR25AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR25Entry  281 }

  rPSNVEntryR25AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  282 }

  rPSNVEntryR25AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR25Entry  283 }

  rPSNVEntryR25AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR25Entry  284 }

  rPSNVEntryR25AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR25Entry  285 }

  rPSNVEntryR25UseCldNumInMod611 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use called number in module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR25Entry  286 }

  rPSNVEntryR25AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  287 }

  rPSNVEntryR25AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR25Entry  288 }

  rPSNVEntryR25AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  289 }

  rPSNVEntryR25AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR25Entry  290 }

  rPSNVEntryR25AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  291 }

  rPSNVEntryR25AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR25Entry  292 }

  rPSNVEntryR25AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  293 }

  rPSNVEntryR25AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR25Entry  294 }

  rPSNVEntryR25NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR25Entry  295 }

  rPSNVEntryR25NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR25Entry  296 }

  rPSNVEntryR25T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR25Entry  297 }

  rPSNVEntryR25T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR25Entry  298 }

  rPSNVEntryR25T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR25Entry  299 }

  rPSNVEntryR25AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  300 }

  rPSNVEntryR25AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR25Entry  301 }

  rPSNVEntryR25AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  302 }

  rPSNVEntryR25AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR25Entry  303 }

  rPSNVEntryR25AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  304 }

  rPSNVEntryR25AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR25Entry  305 }

  rPSNVEntryR25AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  306 }

  rPSNVEntryR25AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR25Entry  307 }

  rPSNVEntryR25AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  308 }

  rPSNVEntryR25AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR25Entry  309 }

  rPSNVEntryR25AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  310 }

  rPSNVEntryR25AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR25Entry  311 }

  rPSNVEntryR25AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  312 }

  rPSNVEntryR25AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR25Entry  313 }

  rPSNVEntryR25AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  314 }

  rPSNVEntryR25AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR25Entry  315 }

  rPSNVEntryR25AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  316 }

  rPSNVEntryR25AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR25Entry  317 }

  rPSNVEntryR25AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR25Entry  318 }

  rPSNVEntryR25AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  319 }

  rPSNVEntryR25ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR25Entry  320 }

  rPSNVEntryR25AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR25Entry  321 }

  rPSNVEntryR25AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR25Entry  322 }

  rPSNVEntryR25I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR25Entry  323 }

  rPSNVEntryR25NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR25Entry  325 }

  rPSNVEntryR25NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSNVEntryR25Entry  326 }

  rPSNVEntryR25AttrValCgNmEqCdNmMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR25Entry  327 }

  rPSNVEntryR25AttrValCgNmEqCdNm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR25Entry  328 }

  rPSNVEntryR25UseClgNumBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use calling number for billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR25Entry  330 }

  rPSNVEntryR25ClgNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number action for billing'."
    ::= { rPSNVEntryR25Entry  331 }

  rPSNVEntryR25CldNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number action for billing'."
    ::= { rPSNVEntryR25Entry  332 }

  rPSNVEntryR25NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSNVEntryR25Entry  333 }

  rPSNVEntryR25NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSNVEntryR25Entry  334 }

  rPSNVEntryR25NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSNVEntryR25Entry  335 }

  rPSNVEntryR25NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSNVEntryR25Entry  336 }

  rPSNVEntryR25NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSNVEntryR25Entry  337 }

  rPSNVEntryR25NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSNVEntryR25Entry  338 }

  rPSNVEntryR25NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSNVEntryR25Entry  339 }

  rPSNVEntryR25NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSNVEntryR25Entry  340 }

  rPSNVEntryR25NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSNVEntryR25Entry  341 }

  rPSNVEntryR25NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSNVEntryR25Entry  342 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  rPSActionR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2419 }

  rPSActionR26Entry OBJECT-TYPE
    SYNTAX       RPSActionR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR26NEConn,
             rPSActionR26NetwkElement,
             rPSActionR26CFSIx,
             rPSActionR26CfgSetIx,
             rPSActionR26RtgTblIx,
             rPSActionR26RtgActionIx }
    ::= {  rPSActionR26Table  1  }

  RPSActionR26Entry  ::=  SEQUENCE
  {
    rPSActionR26NEConn                 Unsigned32,
    rPSActionR26NetwkElement           DisplayString,
    rPSActionR26CFSIx                  Unsigned32,
    rPSActionR26CfgSetIx               Unsigned32,
    rPSActionR26RtgTblIx               Unsigned32,
    rPSActionR26RtgActionIx            Unsigned32,
    rPSActionR26AddrType               INTEGER,
    rPSActionR26AddrScope              INTEGER,
    rPSActionR26WildcardAddrType       INTEGER,
    rPSActionR26WildcardAddr           DisplayString,
    rPSActionR26TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR26WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR26ActionProbability      Unsigned32,
    rPSActionR26Action                 INTEGER,
    rPSActionR26T1I1MediaChanNEConn    Unsigned32,
    rPSActionR26T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR26T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR26T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR26T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR26T2I1MediaChanNEConn    Unsigned32,
    rPSActionR26T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR26T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR26T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR26T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR26I1NextTblNEConn        Unsigned32,
    rPSActionR26I2NextTblNetwkElement  DisplayString,
    rPSActionR26I3NextTblCFSIx         Unsigned32,
    rPSActionR26I4NextTblCfgSetIx      Unsigned32,
    rPSActionR26I5NextTblRtgTblIx      Unsigned32,
    rPSActionR26ActionUnavailInterval  Unsigned32,
    rPSActionR26T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR26AllowAAR               INTEGER,
    rPSActionR26AllowARR               INTEGER,
    rPSActionR26RtgControlIndicator    INTEGER,
    rPSActionR26CircCode               INTEGER,
    rPSActionR26MFTandemRtgCode        INTEGER,
    rPSActionR26MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR26MFIntnatlOprRtgCode    INTEGER,
    rPSActionR26MaxChanUsage           Unsigned32,
    rPSActionR26CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR26CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR26RowStatus              RowStatus,
    rPSActionR26OptionalAttrsToSet     BITS,
    rPSActionR26AlrmState              INTEGER,
    rPSActionR26AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR26AlrmEvtsAtndDp         Integer32,
    rPSActionR26AlrmStateTimestamp     Unsigned32,
    rPSActionR26AlrmResetTimestamp     Unsigned32,
    rPSActionR26TimeRtgPrecedence      Unsigned32,
    rPSActionR26TimeRtgMinYear         Unsigned32,
    rPSActionR26TimeRtgMinMonth        Unsigned32,
    rPSActionR26TimeRtgMinDay          Unsigned32,
    rPSActionR26TimeRtgMaxYear         Unsigned32,
    rPSActionR26TimeRtgMaxMonth        Unsigned32,
    rPSActionR26TimeRtgMaxDay          Unsigned32,
    rPSActionR26TimeRtgMinDayWeek      INTEGER,
    rPSActionR26TimeRtgMinHr           Unsigned32,
    rPSActionR26TimeRtgMinMin          Unsigned32,
    rPSActionR26TimeRtgMaxDayWeek      INTEGER,
    rPSActionR26TimeRtgMaxHr           Unsigned32,
    rPSActionR26TimeRtgMaxMin          Unsigned32,
    rPSActionR26SubRtgAttrs            BITS,
    rPSActionR26NumAction              DisplayString,
    rPSActionR26Desc                   DisplayString,
    rPSActionR26AttrValOprCallMatch    INTEGER,
    rPSActionR26AttrValOprCall         INTEGER,
    rPSActionR26AttrValSubGpMatch      INTEGER,
    rPSActionR26T3I1MediaChanNEConn    Unsigned32,
    rPSActionR26T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR26T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR26T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR26I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR26I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR26I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR26I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR26AttrValANIIIDigits     Unsigned32,
    rPSActionR26AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR26AttrValDialedPrefix    INTEGER,
    rPSActionR26AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR26AttrValDialingPattn    INTEGER,
    rPSActionR26AttrValUsrDef1Match    INTEGER,
    rPSActionR26AttrValUsrDef1         Unsigned32,
    rPSActionR26AttrValUsrDef2Match    INTEGER,
    rPSActionR26AttrValUsrDef2         Unsigned32,
    rPSActionR26AttrValUsrDef3Match    INTEGER,
    rPSActionR26AttrValUsrDef3         Unsigned32,
    rPSActionR26AttrValLCC1Match       INTEGER,
    rPSActionR26AttrValLCC1            Unsigned32,
    rPSActionR26AttrValLCC2Match       INTEGER,
    rPSActionR26AttrValLCC2            Unsigned32,
    rPSActionR26AttrValLCC3Match       INTEGER,
    rPSActionR26AttrValLCC3            Unsigned32,
    rPSActionR26AttrValLCC4Match       INTEGER,
    rPSActionR26AttrValLCC4            Unsigned32,
    rPSActionR26AttrValLCC5Match       INTEGER,
    rPSActionR26AttrValLCC5            Unsigned32,
    rPSActionR26AttrValUSCallTypeMatch INTEGER,
    rPSActionR26AttrValUSCallType      INTEGER,
    rPSActionR26AttrValUKCallTypeMatch INTEGER,
    rPSActionR26AttrValUKCallType      INTEGER,
    rPSActionR26AttrValCIPMatch        INTEGER,
    rPSActionR26AttrValCIP             Unsigned32,
    rPSActionR26AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR26InMediaType            INTEGER,
    rPSActionR26T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR26T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR26T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR26T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR26T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR26T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR26T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR26T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR26T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR26T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR26T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR26T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR26T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR26T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR26T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR26T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR26T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR26T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR26T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR26T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR26T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR26T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR26T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR26T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR26T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR26T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR26T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR26T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR26T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR26InMediaRemSigStack     INTEGER,
    rPSActionR26T4I1MediaChanNEConn    Unsigned32,
    rPSActionR26T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR26T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR26I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR26AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR26T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR26T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR26T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR26I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR26I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR26I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR26NumActCallPartyNumAct  DisplayString,
    rPSActionR26NumActChargeNumAct     DisplayString,
    rPSActionR26AttrValUsrDef4Match    INTEGER,
    rPSActionR26AttrValUsrDef4         Unsigned32,
    rPSActionR26AttrValUsrDef5Match    INTEGER,
    rPSActionR26AttrValUsrDef5         Unsigned32,
    rPSActionR26AttrValUsrDef6Match    INTEGER,
    rPSActionR26AttrValUsrDef6         Unsigned32,
    rPSActionR26AttrValUsrDef7Match    INTEGER,
    rPSActionR26AttrValUsrDef7         Unsigned32,
    rPSActionR26AttrValUsrDef8Match    INTEGER,
    rPSActionR26AttrValUsrDef8         Unsigned32,
    rPSActionR26AttrValUsrDef9Match    INTEGER,
    rPSActionR26AttrValUsrDef9         Unsigned32,
    rPSActionR26AttrValUsrDef10Match   INTEGER,
    rPSActionR26AttrValUsrDef10        Unsigned32,
    rPSActionR26AttrValUsrDef11Match   INTEGER,
    rPSActionR26AttrValUsrDef11        Unsigned32,
    rPSActionR26AttrValUsrDef12Match   INTEGER,
    rPSActionR26AttrValUsrDef12        Unsigned32,
    rPSActionR26AttrValUsrDef13Match   INTEGER,
    rPSActionR26AttrValUsrDef13        Unsigned32,
    rPSActionR26AttrValUsrDef14Match   INTEGER,
    rPSActionR26AttrValUsrDef14        Unsigned32,
    rPSActionR26AttrValUsrDef15Match   INTEGER,
    rPSActionR26AttrValUsrDef15        Unsigned32,
    rPSActionR26AttrValUsrDef16Match   INTEGER,
    rPSActionR26AttrValUsrDef16        Unsigned32,
    rPSActionR26AttrValUsrDef17Match   INTEGER,
    rPSActionR26AttrValUsrDef17        Unsigned32,
    rPSActionR26AttrValUsrDef18Match   INTEGER,
    rPSActionR26AttrValUsrDef18        Unsigned32,
    rPSActionR26AttrValUsrDef19Match   INTEGER,
    rPSActionR26AttrValUsrDef19        Unsigned32,
    rPSActionR26AttrValUsrDef20Match   INTEGER,
    rPSActionR26AttrValUsrDef20        Unsigned32,
    rPSActionR26AttrValLCC6Match       INTEGER,
    rPSActionR26AttrValLCC6            Unsigned32,
    rPSActionR26AttrValLCC7Match       INTEGER,
    rPSActionR26AttrValLCC7            Unsigned32,
    rPSActionR26AttrValLCC8Match       INTEGER,
    rPSActionR26AttrValLCC8            Unsigned32,
    rPSActionR26AttrValLCC9Match       INTEGER,
    rPSActionR26AttrValLCC9            Unsigned32,
    rPSActionR26AttrValLCC10Match      INTEGER,
    rPSActionR26AttrValLCC10           Unsigned32,
    rPSActionR26AttrValLCC11Match      INTEGER,
    rPSActionR26AttrValLCC11           Unsigned32,
    rPSActionR26AttrValLCC12Match      INTEGER,
    rPSActionR26AttrValLCC12           Unsigned32,
    rPSActionR26AttrValLCC13Match      INTEGER,
    rPSActionR26AttrValLCC13           Unsigned32,
    rPSActionR26AttrValLCC14Match      INTEGER,
    rPSActionR26AttrValLCC14           Unsigned32,
    rPSActionR26AttrValLCC15Match      INTEGER,
    rPSActionR26AttrValLCC15           Unsigned32,
    rPSActionR26AttrValLCC16Match      INTEGER,
    rPSActionR26AttrValLCC16           Unsigned32,
    rPSActionR26AttrValLCC17Match      INTEGER,
    rPSActionR26AttrValLCC17           Unsigned32,
    rPSActionR26AttrValLCC18Match      INTEGER,
    rPSActionR26AttrValLCC18           Unsigned32,
    rPSActionR26AttrValLCC19Match      INTEGER,
    rPSActionR26AttrValLCC19           Unsigned32,
    rPSActionR26AttrValLCC20Match      INTEGER,
    rPSActionR26AttrValLCC20           Unsigned32,
    rPSActionR26AttrValESAStatusMatch  INTEGER,
    rPSActionR26I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR26I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR26I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR26I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR26MaxCallDurn            Unsigned32,
    rPSActionR26InReleaseCauseMatch    INTEGER,
    rPSActionR26InReleaseCause         INTEGER,
    rPSActionR26OutQ850ReleaseCause    INTEGER,
    rPSActionR26BearerCapabilityMatch  INTEGER,
    rPSActionR26BearerCapability       BITS,
    rPSActionR26AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR26AttrValPriorityCall    INTEGER,
    rPSActionR26AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR26AttrValNetWdBGID       Unsigned32,
    rPSActionR26AttrValBGLnPrivMatch   INTEGER,
    rPSActionR26AttrValBGLnPriv        Unsigned32,
    rPSActionR26AttrValISwIBGCallMatch INTEGER,
    rPSActionR26AttrValISwIBGCall      INTEGER,
    rPSActionR26AttrValOTGpIDMatch     INTEGER,
    rPSActionR26AttrValOTGpID          DisplayString,
    rPSActionR26AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR26AttrValOrigTrCxt       DisplayString,
    rPSActionR26AttrValDTGpIDMatch     INTEGER,
    rPSActionR26AttrValDTGpID          DisplayString,
    rPSActionR26AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR26AttrValDestTrnkCxt     DisplayString,
    rPSActionR26OverrideCldAddrScope   INTEGER,
    rPSActionR26RequestCNAMDip         INTEGER,
    rPSActionR26T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR26T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR26T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR26DestTrnkGpID           DisplayString,
    rPSActionR26DestTrnkCxt            DisplayString,
    rPSActionR26GenericMatchType       INTEGER,
    rPSActionR26ClgPartyCats           BITS,
    rPSActionR26LowerPropDly           Unsigned32,
    rPSActionR26UpperPropDly           Unsigned32,
    rPSActionR26SatelliteInd           Unsigned32,
    rPSActionR26IsupPreference         BITS,
    rPSActionR26GermanNukkFsrMatchType INTEGER,
    rPSActionR26GermanNukkFsrInd       Unsigned32,
    rPSActionR26GermanNukkFszMatchType INTEGER,
    rPSActionR26GermanNukkFszInd       Unsigned32,
    rPSActionR26GermanNukkIcrMatchType INTEGER,
    rPSActionR26GermanNukkIcrInd       Unsigned32,
    rPSActionR26GermanNukkNcrMatchType INTEGER,
    rPSActionR26GermanNukkNcrInd       Unsigned32,
    rPSActionR26GermanNukkCnbMatchType INTEGER,
    rPSActionR26GermanNukkCnbInd       Unsigned32,
    rPSActionR26GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR26GermanNukkCustId       Unsigned32,
    rPSActionR26GermanNukkServMatchType
                                       INTEGER,
    rPSActionR26GermanNukkServ         Unsigned32,
    rPSActionR26GermanNsspFsmMatchType INTEGER,
    rPSActionR26GermanNsspFsmInd       Unsigned32,
    rPSActionR26GermanNsspNpfMatchType INTEGER,
    rPSActionR26GermanNsspNpfInd       Unsigned32,
    rPSActionR26GermanNsspTiMatchType  INTEGER,
    rPSActionR26GermanNsspTransitInd   Unsigned32,
    rPSActionR26GermanNsspServMatchType
                                       INTEGER,
    rPSActionR26GermanNsspServ         Unsigned32,
    rPSActionR26ENUMSuffix             DisplayString,
    rPSActionR26ENUMServers            DisplayString,
    rPSActionR26RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR26CPCSpecificOther       DisplayString,
    rPSActionR26RouteLabel             DisplayString,
    rPSActionR26OverrideClgAddrScope   INTEGER,
    rPSActionR26AttrValSiteMatch       INTEGER,
    rPSActionR26I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR26NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR26OverrideISUPRetryScope INTEGER,
    rPSActionR26NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR26PresNumScopeUKOnly     INTEGER,
    rPSActionR26RecoveryFromLossRTP    INTEGER,
    rPSActionR26NumActionUDSA1Action   DisplayString,
    rPSActionR26NumActionUDSA2Action   DisplayString,
    rPSActionR26NumActionUDSA3Action   DisplayString,
    rPSActionR26NumActionUDSA4Action   DisplayString,
    rPSActionR26NumActionUDSA5Action   DisplayString,
    rPSActionR26NumActionUDSA6Action   DisplayString,
    rPSActionR26NumActionUDSA7Action   DisplayString,
    rPSActionR26NumActionUDSA8Action   DisplayString,
    rPSActionR26NumActionUDSA9Action   DisplayString,
    rPSActionR26NumActionUDSA10Action  DisplayString
  }

  rPSActionR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR26Entry  1 }

  rPSActionR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR26Entry  2 }

  rPSActionR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR26Entry  3 }

  rPSActionR26CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR26Entry  4 }

  rPSActionR26RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR26Entry  5 }

  rPSActionR26RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR26Entry  6 }

  rPSActionR26AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR26Entry  7 }

  rPSActionR26AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR26Entry  8 }

  rPSActionR26WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR26Entry  9 }

  rPSActionR26WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR26Entry  10 }

  rPSActionR26TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR26Entry  11 }

  rPSActionR26WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  12 }

  rPSActionR26ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR26Entry  13 }

  rPSActionR26Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR26Entry  14 }

  rPSActionR26T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  15 }

  rPSActionR26T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  16 }

  rPSActionR26T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  17 }

  rPSActionR26T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  18 }

  rPSActionR26T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  19 }

  rPSActionR26T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  20 }

  rPSActionR26T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  21 }

  rPSActionR26T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  22 }

  rPSActionR26T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  23 }

  rPSActionR26T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  24 }

  rPSActionR26T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  25 }

  rPSActionR26T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  26 }

  rPSActionR26I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR26Entry  27 }

  rPSActionR26I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR26Entry  28 }

  rPSActionR26I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR26Entry  29 }

  rPSActionR26I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR26Entry  30 }

  rPSActionR26I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR26Entry  31 }

  rPSActionR26ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR26Entry  32 }

  rPSActionR26T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  33 }

  rPSActionR26T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  34 }

  rPSActionR26AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR26Entry  35 }

  rPSActionR26AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR26Entry  36 }

  rPSActionR26RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR26Entry  37 }

  rPSActionR26CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR26Entry  38 }

  rPSActionR26MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR26Entry  39 }

  rPSActionR26MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR26Entry  40 }

  rPSActionR26MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR26Entry  41 }

  rPSActionR26MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR26Entry  42 }

  rPSActionR26CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR26Entry  43 }

  rPSActionR26CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR26Entry  44 }

  rPSActionR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR26Entry  50 }

  rPSActionR26OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18),
                   recoveryFromLossOfRTP(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR26Entry  51 }

  rPSActionR26AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR26Entry  52 }

  rPSActionR26AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR26Entry  53 }

  rPSActionR26AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR26Entry  54 }

  rPSActionR26AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR26Entry  55 }

  rPSActionR26AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR26Entry  56 }

  rPSActionR26TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR26Entry  57 }

  rPSActionR26TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR26Entry  58 }

  rPSActionR26TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR26Entry  59 }

  rPSActionR26TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR26Entry  60 }

  rPSActionR26TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR26Entry  61 }

  rPSActionR26TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR26Entry  62 }

  rPSActionR26TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR26Entry  63 }

  rPSActionR26TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR26Entry  64 }

  rPSActionR26TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR26Entry  65 }

  rPSActionR26TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR26Entry  66 }

  rPSActionR26TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR26Entry  67 }

  rPSActionR26TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR26Entry  68 }

  rPSActionR26TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR26Entry  69 }

  rPSActionR26SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR26Entry  71 }

  rPSActionR26NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR26Entry  83 }

  rPSActionR26Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR26Entry  104 }

  rPSActionR26AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  105 }

  rPSActionR26AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR26Entry  106 }

  rPSActionR26AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  107 }

  rPSActionR26T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  110 }

  rPSActionR26T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  111 }

  rPSActionR26T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  112 }

  rPSActionR26T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  113 }

  rPSActionR26T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  114 }

  rPSActionR26I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR26Entry  115 }

  rPSActionR26I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR26Entry  116 }

  rPSActionR26I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR26Entry  117 }

  rPSActionR26I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR26Entry  118 }

  rPSActionR26AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  119 }

  rPSActionR26AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  120 }

  rPSActionR26AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR26Entry  121 }

  rPSActionR26AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  122 }

  rPSActionR26AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR26Entry  123 }

  rPSActionR26AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  124 }

  rPSActionR26AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR26Entry  125 }

  rPSActionR26AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  126 }

  rPSActionR26AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR26Entry  127 }

  rPSActionR26AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  128 }

  rPSActionR26AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR26Entry  129 }

  rPSActionR26AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  130 }

  rPSActionR26AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR26Entry  131 }

  rPSActionR26AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  132 }

  rPSActionR26AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR26Entry  133 }

  rPSActionR26AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  134 }

  rPSActionR26AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR26Entry  135 }

  rPSActionR26AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  136 }

  rPSActionR26AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR26Entry  137 }

  rPSActionR26AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  138 }

  rPSActionR26AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR26Entry  139 }

  rPSActionR26AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  140 }

  rPSActionR26AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR26Entry  141 }

  rPSActionR26AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  142 }

  rPSActionR26AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR26Entry  143 }

  rPSActionR26AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  144 }

  rPSActionR26AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  145 }

  rPSActionR26AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  146 }

  rPSActionR26InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR26Entry  147 }

  rPSActionR26T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR26Entry  148 }

  rPSActionR26T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR26Entry  149 }

  rPSActionR26T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR26Entry  150 }

  rPSActionR26T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR26Entry  151 }

  rPSActionR26T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR26Entry  152 }

  rPSActionR26T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR26Entry  153 }

  rPSActionR26T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR26Entry  154 }

  rPSActionR26T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR26Entry  155 }

  rPSActionR26T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR26Entry  156 }

  rPSActionR26T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR26Entry  157 }

  rPSActionR26T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  158 }

  rPSActionR26T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  159 }

  rPSActionR26T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  160 }

  rPSActionR26T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  161 }

  rPSActionR26T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  162 }

  rPSActionR26T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR26Entry  163 }

  rPSActionR26T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  164 }

  rPSActionR26T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  165 }

  rPSActionR26T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  166 }

  rPSActionR26T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  167 }

  rPSActionR26T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  168 }

  rPSActionR26T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR26Entry  169 }

  rPSActionR26T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  170 }

  rPSActionR26T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  171 }

  rPSActionR26T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  172 }

  rPSActionR26T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  173 }

  rPSActionR26T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR26Entry  174 }

  rPSActionR26T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  175 }

  rPSActionR26T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  176 }

  rPSActionR26T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  177 }

  rPSActionR26T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  178 }

  rPSActionR26T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  179 }

  rPSActionR26InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR26Entry  180 }

  rPSActionR26T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  181 }

  rPSActionR26T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  182 }

  rPSActionR26T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR26Entry  183 }

  rPSActionR26I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR26Entry  184 }

  rPSActionR26AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  185 }

  rPSActionR26T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR26Entry  186 }

  rPSActionR26T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR26Entry  187 }

  rPSActionR26T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR26Entry  188 }

  rPSActionR26I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR26Entry  189 }

  rPSActionR26I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR26Entry  190 }

  rPSActionR26I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR26Entry  191 }

  rPSActionR26NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR26Entry  193 }

  rPSActionR26NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR26Entry  194 }

  rPSActionR26AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  195 }

  rPSActionR26AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR26Entry  196 }

  rPSActionR26AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  197 }

  rPSActionR26AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR26Entry  198 }

  rPSActionR26AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  199 }

  rPSActionR26AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR26Entry  200 }

  rPSActionR26AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  201 }

  rPSActionR26AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR26Entry  202 }

  rPSActionR26AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  203 }

  rPSActionR26AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR26Entry  204 }

  rPSActionR26AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  205 }

  rPSActionR26AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR26Entry  206 }

  rPSActionR26AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  207 }

  rPSActionR26AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR26Entry  208 }

  rPSActionR26AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  209 }

  rPSActionR26AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR26Entry  210 }

  rPSActionR26AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  211 }

  rPSActionR26AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR26Entry  212 }

  rPSActionR26AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  213 }

  rPSActionR26AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR26Entry  214 }

  rPSActionR26AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  215 }

  rPSActionR26AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR26Entry  216 }

  rPSActionR26AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  217 }

  rPSActionR26AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR26Entry  218 }

  rPSActionR26AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  219 }

  rPSActionR26AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR26Entry  220 }

  rPSActionR26AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  221 }

  rPSActionR26AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR26Entry  222 }

  rPSActionR26AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  223 }

  rPSActionR26AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR26Entry  224 }

  rPSActionR26AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  225 }

  rPSActionR26AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR26Entry  226 }

  rPSActionR26AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  227 }

  rPSActionR26AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR26Entry  228 }

  rPSActionR26AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  229 }

  rPSActionR26AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR26Entry  230 }

  rPSActionR26AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  231 }

  rPSActionR26AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR26Entry  232 }

  rPSActionR26AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  233 }

  rPSActionR26AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR26Entry  234 }

  rPSActionR26AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  235 }

  rPSActionR26AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR26Entry  236 }

  rPSActionR26AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  237 }

  rPSActionR26AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR26Entry  238 }

  rPSActionR26AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  239 }

  rPSActionR26AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR26Entry  240 }

  rPSActionR26AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  241 }

  rPSActionR26AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR26Entry  242 }

  rPSActionR26AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  243 }

  rPSActionR26AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR26Entry  244 }

  rPSActionR26AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  245 }

  rPSActionR26AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR26Entry  246 }

  rPSActionR26AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  247 }

  rPSActionR26AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR26Entry  248 }

  rPSActionR26AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  249 }

  rPSActionR26AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR26Entry  250 }

  rPSActionR26AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  251 }

  rPSActionR26AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR26Entry  252 }

  rPSActionR26AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  253 }

  rPSActionR26AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR26Entry  254 }

  rPSActionR26AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  255 }

  rPSActionR26AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR26Entry  256 }

  rPSActionR26AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  257 }

  rPSActionR26AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR26Entry  258 }

  rPSActionR26AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR26Entry  259 }

  rPSActionR26I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR26Entry  260 }

  rPSActionR26I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR26Entry  261 }

  rPSActionR26I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR26Entry  262 }

  rPSActionR26I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR26Entry  263 }

  rPSActionR26MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR26Entry  264 }

  rPSActionR26InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR26Entry  265 }

  rPSActionR26InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR26Entry  266 }

  rPSActionR26OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR26Entry  268 }

  rPSActionR26BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  269 }

  rPSActionR26BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR26Entry  270 }

  rPSActionR26AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  271 }

  rPSActionR26AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR26Entry  272 }

  rPSActionR26AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  273 }

  rPSActionR26AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR26Entry  274 }

  rPSActionR26AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  275 }

  rPSActionR26AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR26Entry  276 }

  rPSActionR26AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR26Entry  277 }

  rPSActionR26AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR26Entry  278 }

  rPSActionR26AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  279 }

  rPSActionR26AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR26Entry  280 }

  rPSActionR26AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  281 }

  rPSActionR26AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR26Entry  282 }

  rPSActionR26AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  283 }

  rPSActionR26AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR26Entry  284 }

  rPSActionR26AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  285 }

  rPSActionR26AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR26Entry  286 }

  rPSActionR26OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR26Entry  287 }

  rPSActionR26RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR26Entry  288 }

  rPSActionR26T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR26Entry  289 }

  rPSActionR26T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR26Entry  290 }

  rPSActionR26T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR26Entry  291 }

  rPSActionR26DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR26Entry  292 }

  rPSActionR26DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR26Entry  293 }

  rPSActionR26GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR26Entry  294 }

  rPSActionR26ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR26Entry  295 }

  rPSActionR26LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  296 }

  rPSActionR26UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR26Entry  297 }

  rPSActionR26SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  298 }

  rPSActionR26IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR26Entry  299 }

  rPSActionR26GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  300 }

  rPSActionR26GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  301 }

  rPSActionR26GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  302 }

  rPSActionR26GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  303 }

  rPSActionR26GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  304 }

  rPSActionR26GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  305 }

  rPSActionR26GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  306 }

  rPSActionR26GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  307 }

  rPSActionR26GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  308 }

  rPSActionR26GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  309 }

  rPSActionR26GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  310 }

  rPSActionR26GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  311 }

  rPSActionR26GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  312 }

  rPSActionR26GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  313 }

  rPSActionR26GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  314 }

  rPSActionR26GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  315 }

  rPSActionR26GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  316 }

  rPSActionR26GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  317 }

  rPSActionR26GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  318 }

  rPSActionR26GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  319 }

  rPSActionR26GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR26Entry  320 }

  rPSActionR26GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR26Entry  321 }

  rPSActionR26ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR26Entry  322 }

  rPSActionR26ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR26Entry  323 }

  rPSActionR26RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR26Entry  324 }

  rPSActionR26CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR26Entry  325 }

  rPSActionR26RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR26Entry  326 }

  rPSActionR26OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR26Entry  327 }

  rPSActionR26AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR26Entry  328 }

  rPSActionR26I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR26Entry  329 }

  rPSActionR26NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR26Entry  331 }

  rPSActionR26OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR26Entry  332 }

  rPSActionR26NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR26Entry  333 }

  rPSActionR26PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR26Entry  334 }

  rPSActionR26RecoveryFromLossRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRTPLossDetection(0),
                   detectRTPLossAndFailCall(1),
                   detectRTPLossAndRetryCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recovery from loss of RTP'."
    DEFVAL       { noRTPLossDetection }
    ::= { rPSActionR26Entry  335 }

  rPSActionR26NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSActionR26Entry  336 }

  rPSActionR26NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSActionR26Entry  337 }

  rPSActionR26NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSActionR26Entry  338 }

  rPSActionR26NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSActionR26Entry  339 }

  rPSActionR26NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSActionR26Entry  340 }

  rPSActionR26NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSActionR26Entry  341 }

  rPSActionR26NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSActionR26Entry  342 }

  rPSActionR26NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSActionR26Entry  343 }

  rPSActionR26NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSActionR26Entry  344 }

  rPSActionR26NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSActionR26Entry  345 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Caller ID Services'                                 */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  perProfCIDR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfCIDR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2420 }

  perProfCIDR7Entry OBJECT-TYPE
    SYNTAX       PerProfCIDR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfCIDR7NEConn,
             perProfCIDR7NetwkElement,
             perProfCIDR7CFSIx,
             perProfCIDR7GpIx }
    ::= {  perProfCIDR7Table  1  }

  PerProfCIDR7Entry  ::=  SEQUENCE
  {
    perProfCIDR7NEConn                 Unsigned32,
    perProfCIDR7NetwkElement           DisplayString,
    perProfCIDR7CFSIx                  Unsigned32,
    perProfCIDR7GpIx                   Unsigned32,
    perProfCIDR7SDActARSubscribed      INTEGER,
    perProfCIDR7SDDefARSubscribed      INTEGER,
    perProfCIDR7SDUseDefARSubscribed   INTEGER,
    perProfCIDR7SDActARUSB             INTEGER,
    perProfCIDR7SDDefARUSB             INTEGER,
    perProfCIDR7SDUseDefARUSB          INTEGER,
    perProfCIDR7SDActAutoClbackSubscribed
                                       INTEGER,
    perProfCIDR7SDDefAutoClbackSubscribed
                                       INTEGER,
    perProfCIDR7SDUseDefAutoClbackSubscribed
                                       INTEGER,
    perProfCIDR7USBSDActAutoClback     INTEGER,
    perProfCIDR7USBSDDefAutoClback     INTEGER,
    perProfCIDR7USBSDUseDefAutoClback  INTEGER,
    perProfCIDR7SDActCallTrc           INTEGER,
    perProfCIDR7SDDefCallTrc           INTEGER,
    perProfCIDR7SDUseDefCallTrc        INTEGER,
    perProfCIDR7SDActCallTraceUSB      INTEGER,
    perProfCIDR7SDDefCallTraceUSB      INTEGER,
    perProfCIDR7SDUseDefCallTraceUSB   INTEGER,
    perProfCIDR7SDActCNDSubscribed     INTEGER,
    perProfCIDR7SDDefCNDSubscribed     INTEGER,
    perProfCIDR7SDUseDefCNDSubscribed  INTEGER,
    perProfCIDR7SDActCNDUSB            INTEGER,
    perProfCIDR7SDDefCNDUSB            INTEGER,
    perProfCIDR7SDUseDefCNDUSB         INTEGER,
    perProfCIDR7SDActCIDPresSubscribed INTEGER,
    perProfCIDR7SDDefCIDPresSubscribed INTEGER,
    perProfCIDR7SDUseDefCIDPresSubscribed
                                       INTEGER,
    perProfCIDR7SDActCmpleteWithholdCID
                                       INTEGER,
    perProfCIDR7SDDefCmpleteWithholdCID
                                       INTEGER,
    perProfCIDR7SDUseDefCmpleteWithholdCID
                                       INTEGER,
    perProfCIDR7SDActCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCIDR7SDDefCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCIDR7SDUseDefCIDPrsNumWithholdRejReason
                                       INTEGER,
    perProfCIDR7SDActCompletePresCID   INTEGER,
    perProfCIDR7SDDefCompletePresCID   INTEGER,
    perProfCIDR7SDUseDefCompletePresCID
                                       INTEGER,
    perProfCIDR7SDActWithholdDirNum    INTEGER,
    perProfCIDR7SDDefWithholdDirNum    INTEGER,
    perProfCIDR7SDUseDefWithholdDirNum INTEGER,
    perProfCIDR7SDActCNDBSubscribed    INTEGER,
    perProfCIDR7SDDefCNDBSubscribed    INTEGER,
    perProfCIDR7SDUseDefCNDBSubscribed INTEGER,
    perProfCIDR7SDActCNDBUSB           INTEGER,
    perProfCIDR7SDDefCNDBUSB           INTEGER,
    perProfCIDR7SDUseDefCNDBUSB        INTEGER,
    perProfCIDR7SDActCNamDlvrySubscrd  INTEGER,
    perProfCIDR7SDDefCNamDlvrySubscrd  INTEGER,
    perProfCIDR7SDUseDefCNamDlvrySubscrd
                                       INTEGER,
    perProfCIDR7USBSDActClgNameDlvry   INTEGER,
    perProfCIDR7USBSDDefClgNameDlvry   INTEGER,
    perProfCIDR7USBSDUseDefClgNameDlvry
                                       INTEGER,
    perProfCIDR7SDActNamNumIPSubscribed
                                       INTEGER,
    perProfCIDR7SDDefNamNumIPSubscribed
                                       INTEGER,
    perProfCIDR7SDUseDefNamNumIPSubscribed
                                       INTEGER,
    perProfCIDR7SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    perProfCIDR7SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    perProfCIDR7SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    perProfCIDR7SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    perProfCIDR7SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    perProfCIDR7SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    perProfCIDR7SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    perProfCIDR7SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    perProfCIDR7SDUseDefNameNumOvIPDest
                                       INTEGER,
    perProfCIDR7SDActLastCIDErasureSubscribed
                                       INTEGER,
    perProfCIDR7SDDefLastCIDErasureSubscribed
                                       INTEGER,
    perProfCIDR7SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    perProfCIDR7SDActCNDPreferredSIPFormat
                                       INTEGER,
    perProfCIDR7SDDefCNDPreferredSIPFormat
                                       INTEGER,
    perProfCIDR7SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    perProfCIDR7SDActCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCIDR7SDDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCIDR7SDUseDefCIDPAlwysPrstNumIntrcmClls
                                       INTEGER,
    perProfCIDR7SDActCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCIDR7SDDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCIDR7SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn
                                       INTEGER,
    perProfCIDR7SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCIDR7SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCIDR7SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    perProfCIDR7SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCIDR7SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCIDR7SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    perProfCIDR7SDActCLIDPWhldNum      INTEGER,
    perProfCIDR7SDDefCLIDPWhldNum      INTEGER,
    perProfCIDR7SDUseDefCLIDPWhldNum   INTEGER,
    perProfCIDR7SDActCIDCLIDPPresNum   INTEGER,
    perProfCIDR7SDDefCIDCLIDPPresNum   INTEGER,
    perProfCIDR7SDUseDefCIDCLIDPPresNum
                                       INTEGER,
    perProfCIDR7SDActCLIDPIgnore       INTEGER,
    perProfCIDR7SDDefCLIDPIgnore       INTEGER,
    perProfCIDR7SDUseDefCLIDPIgnore    INTEGER,
    perProfCIDR7SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCIDR7SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCIDR7SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    perProfCIDR7SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCIDR7SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCIDR7SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    perProfCIDR7SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCIDR7SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCIDR7SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    perProfCIDR7SDActICDNDlvrySubscribed
                                       INTEGER,
    perProfCIDR7SDDefICDNDlvrySubscribed
                                       INTEGER,
    perProfCIDR7SDUseDefICDNDlvrySubscribed
                                       INTEGER,
    perProfCIDR7SDActICDNDlvryEnabled  INTEGER,
    perProfCIDR7SDDefICDNDlvryEnabled  INTEGER,
    perProfCIDR7SDUseDefICDNDlvryEnabled
                                       INTEGER,
    perProfCIDR7SDActCIDUsePBXSigPrsnt INTEGER,
    perProfCIDR7SDDefCIDUsePBXSigPrsnt INTEGER,
    perProfCIDR7SDUseDefCIDUsePBXSigPrsnt
                                       INTEGER
  }

  perProfCIDR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfCIDR7Entry  1 }

  perProfCIDR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfCIDR7Entry  2 }

  perProfCIDR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfCIDR7Entry  3 }

  perProfCIDR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfCIDR7Entry  4 }

  perProfCIDR7SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  5 }

  perProfCIDR7SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  6 }

  perProfCIDR7SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  7 }

  perProfCIDR7SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  8 }

  perProfCIDR7SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  9 }

  perProfCIDR7SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  10 }

  perProfCIDR7SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  11 }

  perProfCIDR7SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  12 }

  perProfCIDR7SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  13 }

  perProfCIDR7USBSDActAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  14 }

  perProfCIDR7USBSDDefAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  15 }

  perProfCIDR7USBSDUseDefAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  16 }

  perProfCIDR7SDActCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  17 }

  perProfCIDR7SDDefCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  18 }

  perProfCIDR7SDUseDefCallTrc OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  19 }

  perProfCIDR7SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  20 }

  perProfCIDR7SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  21 }

  perProfCIDR7SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  22 }

  perProfCIDR7SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  23 }

  perProfCIDR7SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  24 }

  perProfCIDR7SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  25 }

  perProfCIDR7SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  26 }

  perProfCIDR7SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  27 }

  perProfCIDR7SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  28 }

  perProfCIDR7SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  29 }

  perProfCIDR7SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  30 }

  perProfCIDR7SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  31 }

  perProfCIDR7SDActCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  32 }

  perProfCIDR7SDDefCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  33 }

  perProfCIDR7SDUseDefCmpleteWithholdCID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  34 }

  perProfCIDR7SDActCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  35 }

  perProfCIDR7SDDefCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  36 }

  perProfCIDR7SDUseDefCIDPrsNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  37 }

  perProfCIDR7SDActCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  38 }

  perProfCIDR7SDDefCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  39 }

  perProfCIDR7SDUseDefCompletePresCID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  40 }

  perProfCIDR7SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  41 }

  perProfCIDR7SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  42 }

  perProfCIDR7SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  43 }

  perProfCIDR7SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  44 }

  perProfCIDR7SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  45 }

  perProfCIDR7SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  46 }

  perProfCIDR7SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  47 }

  perProfCIDR7SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  48 }

  perProfCIDR7SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  49 }

  perProfCIDR7SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  50 }

  perProfCIDR7SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  51 }

  perProfCIDR7SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  52 }

  perProfCIDR7USBSDActClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  53 }

  perProfCIDR7USBSDDefClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  54 }

  perProfCIDR7USBSDUseDefClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  55 }

  perProfCIDR7SDActNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  56 }

  perProfCIDR7SDDefNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  57 }

  perProfCIDR7SDUseDefNamNumIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  58 }

  perProfCIDR7SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  59 }

  perProfCIDR7SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  60 }

  perProfCIDR7SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  61 }

  perProfCIDR7SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  62 }

  perProfCIDR7SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  63 }

  perProfCIDR7SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  64 }

  perProfCIDR7SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  65 }

  perProfCIDR7SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { perProfCIDR7Entry  66 }

  perProfCIDR7SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  67 }

  perProfCIDR7SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  68 }

  perProfCIDR7SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  69 }

  perProfCIDR7SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  70 }

  perProfCIDR7SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  71 }

  perProfCIDR7SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  72 }

  perProfCIDR7SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  73 }

  perProfCIDR7SDActCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  98 }

  perProfCIDR7SDDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  99 }

  perProfCIDR7SDUseDefCIDPAlwysPrstNumIntrcmClls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - always present number for intercom calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  100 }

  perProfCIDR7SDActCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  101 }

  perProfCIDR7SDDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  102 }

  perProfCIDR7SDUseDefCNDUseLclNameIntrcmCllsOnlyBusLn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - use local name for intercom calls only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  103 }

  perProfCIDR7SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  104 }

  perProfCIDR7SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  105 }

  perProfCIDR7SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  106 }

  perProfCIDR7SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  107 }

  perProfCIDR7SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  108 }

  perProfCIDR7SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  109 }

  perProfCIDR7SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  110 }

  perProfCIDR7SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  111 }

  perProfCIDR7SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  112 }

  perProfCIDR7SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  113 }

  perProfCIDR7SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  114 }

  perProfCIDR7SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  115 }

  perProfCIDR7SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  116 }

  perProfCIDR7SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  117 }

  perProfCIDR7SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  118 }

  perProfCIDR7SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  119 }

  perProfCIDR7SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  120 }

  perProfCIDR7SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  121 }

  perProfCIDR7SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  122 }

  perProfCIDR7SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  123 }

  perProfCIDR7SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  124 }

  perProfCIDR7SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  125 }

  perProfCIDR7SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  126 }

  perProfCIDR7SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  127 }

  perProfCIDR7SDActICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  128 }

  perProfCIDR7SDDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  129 }

  perProfCIDR7SDUseDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  130 }

  perProfCIDR7SDActICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  131 }

  perProfCIDR7SDDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  132 }

  perProfCIDR7SDUseDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  133 }

  perProfCIDR7SDActCIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(0),
                   never(1),
                   useIfNotWithheld(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - use PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  134 }

  perProfCIDR7SDDefCIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(0),
                   never(1),
                   useIfNotWithheld(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - use PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCIDR7Entry  135 }

  perProfCIDR7SDUseDefCIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - use PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCIDR7Entry  136 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Lines'                                           */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  aGCLineConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2421 }

  aGCLineConR1Entry OBJECT-TYPE
    SYNTAX       AGCLineConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineConR1NEConn,
             aGCLineConR1NetwkElement,
             aGCLineConR1CFSIx }
    ::= {  aGCLineConR1Table  1  }

  AGCLineConR1Entry  ::=  SEQUENCE
  {
    aGCLineConR1NEConn                 Unsigned32,
    aGCLineConR1NetwkElement           DisplayString,
    aGCLineConR1CFSIx                  Unsigned32,
    aGCLineConR1IndLineAlrmsAttnRq     Unsigned32,
    aGCLineConR1IndLineAlrmEvtsAttnRq  Unsigned32,
    aGCLineConR1IndLineAlrmsAtndDp     Unsigned32,
    aGCLineConR1IndLineAlrmEvtsAtndDp  Unsigned32,
    aGCLineConR1SummaryChldAlrmState   INTEGER,
    aGCLineConR1ImportCnt              Integer32,
    aGCLineConR1ImportStatus           DisplayString,
    aGCLineConR1ImportMode             INTEGER,
    aGCLineConR1ImportFile             DisplayString,
    aGCLineConR1ImportCorr             Counter64,
    aGCLineConR1ImportCorrNode         DisplayString,
    aGCLineConR1ImportCorrUID          DisplayString,
    aGCLineConR1ExportNumObjectsExported
                                       Integer32,
    aGCLineConR1ExportStatus           DisplayString,
    aGCLineConR1ExportFile             DisplayString,
    aGCLineConR1ExportCorr             Counter64,
    aGCLineConR1ExportCorrNode         DisplayString,
    aGCLineConR1ExportCorrUID          DisplayString,
    aGCLineConR1DoExtraActions         INTEGER,
    aGCLineConR1ExportIncASRepData     INTEGER,
    aGCLineConR1ExportChldObjectsToInc INTEGER,
    aGCLineConR1ChldStatisticsAlrms    Integer32
  }

  aGCLineConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineConR1Entry  1 }

  aGCLineConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineConR1Entry  2 }

  aGCLineConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineConR1Entry  3 }

  aGCLineConR1IndLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarms'."
    ::= { aGCLineConR1Entry  4 }

  aGCLineConR1IndLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineConR1Entry  5 }

  aGCLineConR1IndLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarms'."
    ::= { aGCLineConR1Entry  6 }

  aGCLineConR1IndLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Individual Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineConR1Entry  7 }

  aGCLineConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCLineConR1Entry  8 }

  aGCLineConR1ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { aGCLineConR1Entry  9 }

  aGCLineConR1ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { aGCLineConR1Entry  10 }

  aGCLineConR1ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { aGCLineConR1Entry  11 }

  aGCLineConR1ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { aGCLineConR1Entry  12 }

  aGCLineConR1ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { aGCLineConR1Entry  13 }

  aGCLineConR1ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { aGCLineConR1Entry  14 }

  aGCLineConR1ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { aGCLineConR1Entry  15 }

  aGCLineConR1ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCLineConR1Entry  16 }

  aGCLineConR1ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCLineConR1Entry  17 }

  aGCLineConR1ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCLineConR1Entry  18 }

  aGCLineConR1ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCLineConR1Entry  19 }

  aGCLineConR1ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCLineConR1Entry  20 }

  aGCLineConR1ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCLineConR1Entry  21 }

  aGCLineConR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   import(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineConR1Entry  22 }

  aGCLineConR1ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCLineConR1Entry  23 }

  aGCLineConR1ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCLineConR1Entry  24 }

  aGCLineConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { aGCLineConR1Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  aGCLineR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2422 }

  aGCLineR3Entry OBJECT-TYPE
    SYNTAX       AGCLineR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineR3NEConn,
             aGCLineR3NetwkElement,
             aGCLineR3CFSIx,
             aGCLineR3DirNum }
    ::= {  aGCLineR3Table  1  }

  AGCLineR3Entry  ::=  SEQUENCE
  {
    aGCLineR3NEConn                    Unsigned32,
    aGCLineR3NetwkElement              DisplayString,
    aGCLineR3CFSIx                     Unsigned32,
    aGCLineR3DirNum                    DisplayString,
    aGCLineR3CustInfo                  DisplayString,
    aGCLineR3CustInfo2                 DisplayString,
    aGCLineR3CustInfo3                 DisplayString,
    aGCLineR3CustInfo4                 DisplayString,
    aGCLineR3CustInfo5                 DisplayString,
    aGCLineR3CustInfo6                 DisplayString,
    aGCLineR3I1LineGpNEConn            Unsigned32,
    aGCLineR3I2LineGpNetwkElement      DisplayString,
    aGCLineR3I3LineGpCFSIx             Unsigned32,
    aGCLineR3I4LineGpSubGpIx           Unsigned32,
    aGCLineR3SigType                   INTEGER,
    aGCLineR3T1I1GatewayNEConn         Unsigned32,
    aGCLineR3T1I2GatewayNetwkElement   DisplayString,
    aGCLineR3T1I3GatewayCFSIx          Unsigned32,
    aGCLineR3T1I4GatewayGatewayIx      Unsigned32,
    aGCLineR3T2I1GatewayNEConn         Unsigned32,
    aGCLineR3T2I2GatewayNetwkElement   DisplayString,
    aGCLineR3T2I3GatewayCFSIx          Unsigned32,
    aGCLineR3T2I4GatewayGatewayIx      Unsigned32,
    aGCLineR3T1I1AccDevNEConn          Unsigned32,
    aGCLineR3T1I2AccDevNetwkElement    DisplayString,
    aGCLineR3T1I3AccDevCFSIx           Unsigned32,
    aGCLineR3T1I4AccDevGatewayIx       Unsigned32,
    aGCLineR3T1I5AccDevDeviceIx        Unsigned32,
    aGCLineR3T2I1AccDevNEConn          Unsigned32,
    aGCLineR3T2I2AccDevNetwkElement    DisplayString,
    aGCLineR3T2I3AccDevCFSIx           Unsigned32,
    aGCLineR3T2I4AccDevGatewayIx       Unsigned32,
    aGCLineR3T2I5AccDevDeviceIx        Unsigned32,
    aGCLineR3AccessLineNum             Unsigned32,
    aGCLineR3I1ISDNInterfaceNEConn     Unsigned32,
    aGCLineR3I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCLineR3I3ISDNInterfaceCFSIx      Unsigned32,
    aGCLineR3I4ISDNInterfaceISDNIx     Unsigned32,
    aGCLineR3I5ISDNInterfacePRIIx      Unsigned32,
    aGCLineR3ISDNDefBearerCapabilities BITS,
    aGCLineR3UseDNIdentification       INTEGER,
    aGCLineR3SIPUserName               DisplayString,
    aGCLineR3UseDomainFromRegistrar    INTEGER,
    aGCLineR3SIPDomainName             DisplayString,
    aGCLineR3SIPAuthenticationReqd     INTEGER,
    aGCLineR3NewSIPPassword            DisplayString,
    aGCLineR3ConfirmNewSIPPassword     DisplayString,
    aGCLineR3SIPPassword               DisplayString,
    aGCLineR3SDActI1NetwkNodeNEConn    Unsigned32,
    aGCLineR3SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR3SDActI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR3SDActI4NetwkNodeNodeIx    Unsigned32,
    aGCLineR3SDDefI1NetwkNodeNEConn    Unsigned32,
    aGCLineR3SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR3SDDefI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR3SDDefI4NetwkNodeNodeIx    Unsigned32,
    aGCLineSDActR3SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineSDDefR3SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineR3SDUseDefNetwkNode         INTEGER,
    aGCLineR3I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    aGCLineR3I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    aGCLineR3I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    aGCLineR3I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    aGCLineR3PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    aGCLineR3SignalFunctionCode        INTEGER,
    aGCLineR3LineUsage                 INTEGER,
    aGCLineR3GR303NailedUpConn         INTEGER,
    aGCLineR3GR303DialType             INTEGER,
    aGCLineR3FSKFormat                 INTEGER,
    aGCLineR3LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCLineR3SDActAdjustDaylightSavings
                                       INTEGER,
    aGCLineR3SDDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR3SDUseDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR3SDActLineTimezone         LongDisplayString,
    aGCLineR3SDDefLineTimezone         LongDisplayString,
    aGCLineR3SDUseDefLineTimezone      INTEGER,
    aGCLineR3EnabledDate               Unsigned32,
    aGCLineR3SASHostname               LongDisplayString,
    aGCLineR3SDActLCC1                 INTEGER,
    aGCLineR3SDDefLCC1                 INTEGER,
    aGCLineR3SDUseDefLCC1              INTEGER,
    aGCLineR3SDActLCC2                 INTEGER,
    aGCLineR3SDDefLCC2                 INTEGER,
    aGCLineR3SDUseDefLCC2              INTEGER,
    aGCLineR3SDActLCC3                 INTEGER,
    aGCLineR3SDDefLCC3                 INTEGER,
    aGCLineR3SDUseDefLCC3              INTEGER,
    aGCLineR3SDActLCC4                 INTEGER,
    aGCLineR3SDDefLCC4                 INTEGER,
    aGCLineR3SDUseDefLCC4              INTEGER,
    aGCLineR3SDActLCC5                 INTEGER,
    aGCLineR3SDDefLCC5                 INTEGER,
    aGCLineR3SDUseDefLCC5              INTEGER,
    aGCLineR3SDActLCC6                 INTEGER,
    aGCLineR3SDDefLCC6                 INTEGER,
    aGCLineR3SDUseDefLCC6              INTEGER,
    aGCLineR3SDActLCC7                 INTEGER,
    aGCLineR3SDDefLCC7                 INTEGER,
    aGCLineR3SDUseDefLCC7              INTEGER,
    aGCLineR3SDActLCC8                 INTEGER,
    aGCLineR3SDDefLCC8                 INTEGER,
    aGCLineR3SDUseDefLCC8              INTEGER,
    aGCLineR3SDActLCC9                 INTEGER,
    aGCLineR3SDDefLCC9                 INTEGER,
    aGCLineR3SDUseDefLCC9              INTEGER,
    aGCLineR3SDActLCC10                INTEGER,
    aGCLineR3SDDefLCC10                INTEGER,
    aGCLineR3SDUseDefLCC10             INTEGER,
    aGCLineR3SDActLCC11                INTEGER,
    aGCLineR3SDDefLCC11                INTEGER,
    aGCLineR3SDUseDefLCC11             INTEGER,
    aGCLineR3SDActLCC12                INTEGER,
    aGCLineR3SDDefLCC12                INTEGER,
    aGCLineR3SDUseDefLCC12             INTEGER,
    aGCLineR3SDActLCC13                INTEGER,
    aGCLineR3SDDefLCC13                INTEGER,
    aGCLineR3SDUseDefLCC13             INTEGER,
    aGCLineR3SDActLCC14                INTEGER,
    aGCLineR3SDDefLCC14                INTEGER,
    aGCLineR3SDUseDefLCC14             INTEGER,
    aGCLineR3SDActLCC15                INTEGER,
    aGCLineR3SDDefLCC15                INTEGER,
    aGCLineR3SDUseDefLCC15             INTEGER,
    aGCLineR3SDActLCC16                INTEGER,
    aGCLineR3SDDefLCC16                INTEGER,
    aGCLineR3SDUseDefLCC16             INTEGER,
    aGCLineR3SDActLCC17                INTEGER,
    aGCLineR3SDDefLCC17                INTEGER,
    aGCLineR3SDUseDefLCC17             INTEGER,
    aGCLineR3SDActLCC18                INTEGER,
    aGCLineR3SDDefLCC18                INTEGER,
    aGCLineR3SDUseDefLCC18             INTEGER,
    aGCLineR3SDActLCC19                INTEGER,
    aGCLineR3SDDefLCC19                INTEGER,
    aGCLineR3SDUseDefLCC19             INTEGER,
    aGCLineR3SDActLCC20                INTEGER,
    aGCLineR3SDDefLCC20                INTEGER,
    aGCLineR3SDUseDefLCC20             INTEGER,
    aGCLineR3DiagsLogLvl               INTEGER,
    aGCLineR3DiagsAPITraceEnabled      INTEGER,
    aGCLineR3DiagsAPITraceTag          DisplayString,
    aGCLineR3DiagsAPITraceRemNum       DisplayString,
    aGCLineR3SDActVQMCallLogging       INTEGER,
    aGCLineR3SDDefVQMCallLogging       INTEGER,
    aGCLineR3SDUseDefVQMCallLogging    INTEGER,
    aGCLineR3I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCLineR3I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCLineR3I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCLineR3I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCLineR3TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCLineR3LastInCallClgType         INTEGER,
    aGCLineR3LastInCallUniqueNum       INTEGER,
    aGCLineR3LastInCallClgNum          DisplayString,
    aGCLineR3LastInCallClgPresNum      DisplayString,
    aGCLineR3LastInCallTimeCall        Unsigned32,
    aGCLineR3LastInCallCallerWaited    INTEGER,
    aGCLineR3LastInCallCallAnswrd      INTEGER,
    aGCLineR3LastInCallCallTraced      INTEGER,
    aGCLineR3LastOutCallCldType        INTEGER,
    aGCLineR3LastOutCallCldNum         DisplayString,
    aGCLineR3LastOutCallNumPres        INTEGER,
    aGCLineR3LastOutCallCallType       INTEGER,
    aGCLineR3LastOutCallDirectDialed   INTEGER,
    aGCLineR3LastOutCallCarr           DisplayString,
    aGCLineR3RegDtlsCurrRegistered     INTEGER,
    aGCLineR3RegDtlsRegistrationIdentity
                                       LongDisplayString,
    aGCLineR3RegDtlsRegisteredIdentities
                                       LongDisplayString,
    aGCLineR3RegDtlsServRoute          LongDisplayString,
    aGCLineR3RegDtlsDurn               Unsigned32,
    aGCLineR3RegDtlsExpiryTime         Unsigned32,
    aGCLineR3RegDtlsLastRegistrationTime
                                       Unsigned32,
    aGCLineR3RegDtlsErrCode            Unsigned32,
    aGCLineR3RegDtlsErrReason          LongDisplayString,
    aGCLineR3I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    aGCLineR3I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCLineR3I3FaultMonitoringProfFMPIx
                                       Integer32,
    aGCLineR3FaultMonitoringProfOtherVals
                                       INTEGER,
    aGCLineR3ApplyFMPToReltdObjectTypes
                                       BITS,
    aGCLineR3AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCLineR3AlrmState                 INTEGER,
    aGCLineR3AlrmLogCorr               Counter64,
    aGCLineR3AddtlAlrmLogCorr          Counter64,
    aGCLineR3AlrmEvtsAttnRq            Unsigned32,
    aGCLineR3AlrmEvtsAtndDp            Unsigned32,
    aGCLineR3AlrmStateTimestamp        Unsigned32,
    aGCLineR3ChldCallServAlrmsAttnRq   Unsigned32,
    aGCLineR3ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    aGCLineR3ChldCallServAlrmsAtndDp   Unsigned32,
    aGCLineR3ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    aGCLineR3SummaryChldAlrmState      INTEGER,
    aGCLineR3ExportNumObjectsExported  Integer32,
    aGCLineR3ExportStatus              DisplayString,
    aGCLineR3ExportFile                DisplayString,
    aGCLineR3ExportCorr                Counter64,
    aGCLineR3ExportCorrNode            DisplayString,
    aGCLineR3ExportCorrUID             DisplayString,
    aGCLineR3DoExtraActions            INTEGER,
    aGCLineR3RowStatus                 RowStatus,
    aGCLineR3SDActI1SIPRegistrarNEConn Unsigned32,
    aGCLineR3SDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR3SDActI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR3SDActI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR3SDActI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCLineR3SDDefI1SIPRegistrarNEConn Unsigned32,
    aGCLineR3SDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR3SDDefI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR3SDDefI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR3SDDefI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCLineR3SDUseDefSIPRegistrar      INTEGER,
    aGCLineR3ExportIncASRepData        INTEGER,
    aGCLineR3I1PerProfNEConn           Unsigned32,
    aGCLineR3I2PerProfNetwkElement     DisplayString,
    aGCLineR3I3PerProfCFSIx            Unsigned32,
    aGCLineR3I4PerProfGpIx             Unsigned32,
    aGCLineR3SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR3SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR3SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR3SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCLineR3SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCLineR3SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    aGCLineR3ExportChldObjectsToInc    INTEGER,
    aGCLineR3StatisticsAlrms           Integer32
  }

  aGCLineR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineR3Entry  1 }

  aGCLineR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineR3Entry  2 }

  aGCLineR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineR3Entry  3 }

  aGCLineR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineR3Entry  4 }

  aGCLineR3CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCLineR3Entry  5 }

  aGCLineR3CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCLineR3Entry  6 }

  aGCLineR3CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCLineR3Entry  7 }

  aGCLineR3CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCLineR3Entry  8 }

  aGCLineR3CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCLineR3Entry  9 }

  aGCLineR3CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCLineR3Entry  10 }

  aGCLineR3I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR3Entry  11 }

  aGCLineR3I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR3Entry  12 }

  aGCLineR3I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR3Entry  13 }

  aGCLineR3I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR3Entry  14 }

  aGCLineR3SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCLineR3Entry  15 }

  aGCLineR3T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR3Entry  16 }

  aGCLineR3T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR3Entry  17 }

  aGCLineR3T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR3Entry  18 }

  aGCLineR3T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR3Entry  19 }

  aGCLineR3T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR3Entry  20 }

  aGCLineR3T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR3Entry  21 }

  aGCLineR3T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR3Entry  22 }

  aGCLineR3T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR3Entry  23 }

  aGCLineR3T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR3Entry  24 }

  aGCLineR3T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR3Entry  25 }

  aGCLineR3T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR3Entry  26 }

  aGCLineR3T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR3Entry  27 }

  aGCLineR3T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR3Entry  28 }

  aGCLineR3T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR3Entry  29 }

  aGCLineR3T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR3Entry  30 }

  aGCLineR3T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR3Entry  31 }

  aGCLineR3T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR3Entry  32 }

  aGCLineR3T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR3Entry  33 }

  aGCLineR3AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineR3Entry  34 }

  aGCLineR3I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR3Entry  35 }

  aGCLineR3I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR3Entry  36 }

  aGCLineR3I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR3Entry  37 }

  aGCLineR3I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR3Entry  38 }

  aGCLineR3I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR3Entry  39 }

  aGCLineR3ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCLineR3Entry  40 }

  aGCLineR3UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR3Entry  52 }

  aGCLineR3SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCLineR3Entry  53 }

  aGCLineR3UseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  54 }

  aGCLineR3SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCLineR3Entry  55 }

  aGCLineR3SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  56 }

  aGCLineR3NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR3Entry  57 }

  aGCLineR3ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR3Entry  58 }

  aGCLineR3SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCLineR3Entry  59 }

  aGCLineR3SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  60 }

  aGCLineR3SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  61 }

  aGCLineR3SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  62 }

  aGCLineR3SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  63 }

  aGCLineR3SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  64 }

  aGCLineR3SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  65 }

  aGCLineR3SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  66 }

  aGCLineR3SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  67 }

  aGCLineSDActR3SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  71 }

  aGCLineSDDefR3SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR3Entry  72 }

  aGCLineR3SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  73 }

  aGCLineR3I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR3Entry  78 }

  aGCLineR3I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR3Entry  79 }

  aGCLineR3I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR3Entry  80 }

  aGCLineR3I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR3Entry  81 }

  aGCLineR3PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR3Entry  82 }

  aGCLineR3SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineR3Entry  83 }

  aGCLineR3LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCLineR3Entry  84 }

  aGCLineR3GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR3Entry  85 }

  aGCLineR3GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineR3Entry  86 }

  aGCLineR3FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCLineR3Entry  87 }

  aGCLineR3LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR3Entry  88 }

  aGCLineR3SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  89 }

  aGCLineR3SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  90 }

  aGCLineR3SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  91 }

  aGCLineR3SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  92 }

  aGCLineR3SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  93 }

  aGCLineR3SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  94 }

  aGCLineR3EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCLineR3Entry  95 }

  aGCLineR3SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCLineR3Entry  96 }

  aGCLineR3SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  97 }

  aGCLineR3SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  98 }

  aGCLineR3SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  99 }

  aGCLineR3SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  100 }

  aGCLineR3SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  101 }

  aGCLineR3SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  102 }

  aGCLineR3SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  103 }

  aGCLineR3SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  104 }

  aGCLineR3SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  105 }

  aGCLineR3SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  106 }

  aGCLineR3SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  107 }

  aGCLineR3SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  108 }

  aGCLineR3SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  109 }

  aGCLineR3SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  110 }

  aGCLineR3SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  111 }

  aGCLineR3SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  112 }

  aGCLineR3SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  113 }

  aGCLineR3SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  114 }

  aGCLineR3SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  115 }

  aGCLineR3SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  116 }

  aGCLineR3SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  117 }

  aGCLineR3SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  118 }

  aGCLineR3SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  119 }

  aGCLineR3SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  120 }

  aGCLineR3SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  121 }

  aGCLineR3SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  122 }

  aGCLineR3SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  123 }

  aGCLineR3SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  124 }

  aGCLineR3SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  125 }

  aGCLineR3SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  126 }

  aGCLineR3SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  127 }

  aGCLineR3SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  128 }

  aGCLineR3SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  129 }

  aGCLineR3SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  130 }

  aGCLineR3SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  131 }

  aGCLineR3SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  132 }

  aGCLineR3SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  133 }

  aGCLineR3SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  134 }

  aGCLineR3SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  135 }

  aGCLineR3SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  136 }

  aGCLineR3SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  137 }

  aGCLineR3SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  138 }

  aGCLineR3SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  139 }

  aGCLineR3SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  140 }

  aGCLineR3SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  141 }

  aGCLineR3SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  142 }

  aGCLineR3SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  143 }

  aGCLineR3SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  144 }

  aGCLineR3SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  145 }

  aGCLineR3SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  146 }

  aGCLineR3SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  147 }

  aGCLineR3SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  148 }

  aGCLineR3SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  149 }

  aGCLineR3SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  150 }

  aGCLineR3SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  151 }

  aGCLineR3SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  152 }

  aGCLineR3SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  153 }

  aGCLineR3SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  154 }

  aGCLineR3SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  155 }

  aGCLineR3SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  156 }

  aGCLineR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineR3Entry  157 }

  aGCLineR3DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineR3Entry  158 }

  aGCLineR3DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineR3Entry  159 }

  aGCLineR3DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCLineR3Entry  160 }

  aGCLineR3SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  161 }

  aGCLineR3SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  162 }

  aGCLineR3SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  163 }

  aGCLineR3I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR3Entry  164 }

  aGCLineR3I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR3Entry  165 }

  aGCLineR3I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR3Entry  166 }

  aGCLineR3I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR3Entry  167 }

  aGCLineR3TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR3Entry  168 }

  aGCLineR3LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { aGCLineR3Entry  169 }

  aGCLineR3LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { aGCLineR3Entry  170 }

  aGCLineR3LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { aGCLineR3Entry  171 }

  aGCLineR3LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { aGCLineR3Entry  172 }

  aGCLineR3LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { aGCLineR3Entry  173 }

  aGCLineR3LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { aGCLineR3Entry  174 }

  aGCLineR3LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { aGCLineR3Entry  175 }

  aGCLineR3LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { aGCLineR3Entry  176 }

  aGCLineR3LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { aGCLineR3Entry  177 }

  aGCLineR3LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { aGCLineR3Entry  178 }

  aGCLineR3LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { aGCLineR3Entry  179 }

  aGCLineR3LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { aGCLineR3Entry  180 }

  aGCLineR3LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { aGCLineR3Entry  181 }

  aGCLineR3LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { aGCLineR3Entry  182 }

  aGCLineR3RegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCLineR3Entry  183 }

  aGCLineR3RegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCLineR3Entry  184 }

  aGCLineR3RegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCLineR3Entry  185 }

  aGCLineR3RegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCLineR3Entry  186 }

  aGCLineR3RegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCLineR3Entry  187 }

  aGCLineR3RegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCLineR3Entry  188 }

  aGCLineR3RegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCLineR3Entry  189 }

  aGCLineR3RegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCLineR3Entry  190 }

  aGCLineR3RegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCLineR3Entry  191 }

  aGCLineR3I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR3Entry  192 }

  aGCLineR3I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR3Entry  193 }

  aGCLineR3I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR3Entry  194 }

  aGCLineR3FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR3Entry  195 }

  aGCLineR3ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCLineR3Entry  196 }

  aGCLineR3AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  197 }

  aGCLineR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineR3Entry  198 }

  aGCLineR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineR3Entry  199 }

  aGCLineR3AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineR3Entry  200 }

  aGCLineR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR3Entry  201 }

  aGCLineR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR3Entry  202 }

  aGCLineR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineR3Entry  203 }

  aGCLineR3ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { aGCLineR3Entry  204 }

  aGCLineR3ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR3Entry  205 }

  aGCLineR3ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { aGCLineR3Entry  206 }

  aGCLineR3ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR3Entry  207 }

  aGCLineR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCLineR3Entry  208 }

  aGCLineR3ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCLineR3Entry  209 }

  aGCLineR3ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCLineR3Entry  210 }

  aGCLineR3ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCLineR3Entry  211 }

  aGCLineR3ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCLineR3Entry  212 }

  aGCLineR3ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCLineR3Entry  213 }

  aGCLineR3ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCLineR3Entry  214 }

  aGCLineR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineR3Entry  215 }

  aGCLineR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCLineR3Entry  216 }

  aGCLineR3SDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  217 }

  aGCLineR3SDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  218 }

  aGCLineR3SDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  219 }

  aGCLineR3SDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  220 }

  aGCLineR3SDActI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  221 }

  aGCLineR3SDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  222 }

  aGCLineR3SDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  223 }

  aGCLineR3SDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  224 }

  aGCLineR3SDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  225 }

  aGCLineR3SDDefI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR3Entry  226 }

  aGCLineR3SDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  227 }

  aGCLineR3ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCLineR3Entry  228 }

  aGCLineR3I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR3Entry  229 }

  aGCLineR3I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR3Entry  230 }

  aGCLineR3I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR3Entry  231 }

  aGCLineR3I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR3Entry  232 }

  aGCLineR3SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  233 }

  aGCLineR3SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  234 }

  aGCLineR3SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  235 }

  aGCLineR3SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  236 }

  aGCLineR3SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR3Entry  237 }

  aGCLineR3SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR3Entry  238 }

  aGCLineR3ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCLineR3Entry  239 }

  aGCLineR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { aGCLineR3Entry  240 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DID Number Call Services'                                   */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  pBXDIDNumCSR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXDIDNumCSR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Direct Inward Calling Number'."
    ::= { metaSwitch  2423 }

  pBXDIDNumCSR3Entry OBJECT-TYPE
    SYNTAX       PBXDIDNumCSR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXDIDNumCSR3NEConn,
             pBXDIDNumCSR3NetwkElement,
             pBXDIDNumCSR3CFSIx,
             pBXDIDNumCSR3DirNum,
             pBXDIDNumCSR3Type,
             pBXDIDNumCSR3FirstDirNum,
             pBXDIDNumCSR3DIDDirNum }
    ::= {  pBXDIDNumCSR3Table  1  }

  PBXDIDNumCSR3Entry  ::=  SEQUENCE
  {
    pBXDIDNumCSR3NEConn                Unsigned32,
    pBXDIDNumCSR3NetwkElement          DisplayString,
    pBXDIDNumCSR3CFSIx                 Unsigned32,
    pBXDIDNumCSR3DirNum                DisplayString,
    pBXDIDNumCSR3Type                  INTEGER,
    pBXDIDNumCSR3FirstDirNum           DisplayString,
    pBXDIDNumCSR3DIDDirNum             DisplayString,
    pBXDIDNumCSR3I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    pBXDIDNumCSR3I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXDIDNumCSR3I3DelegatedManagementGpDMGIx
                                       Integer32,
    pBXDIDNumCSR3CustInfo6             DisplayString,
    pBXDIDNumCSR3CustomerInfoFirstName LongDisplayString,
    pBXDIDNumCSR3CustomerInfoSecondName
                                       LongDisplayString,
    pBXDIDNumCSR3CustomerInfoOtherNames
                                       LongDisplayString,
    pBXDIDNumCSR3CustomerInfoPenultimateName
                                       LongDisplayString,
    pBXDIDNumCSR3CustomerInfoSurname   LongDisplayString,
    pBXDIDNumCSR3SDActEnabled          INTEGER,
    pBXDIDNumCSR3SDDefEnabled          INTEGER,
    pBXDIDNumCSR3SDUseDefEnabled       INTEGER,
    pBXDIDNumCSR3SDActNum              DisplayString,
    pBXDIDNumCSR3SDDefNum              DisplayString,
    pBXDIDNumCSR3SDUseDefNum           INTEGER,
    pBXDIDNumCSR3RowStatus             RowStatus,
    pBXDIDNumCSR3SDActCFUEnabled       INTEGER,
    pBXDIDNumCSR3SDDefCFUEnabled       INTEGER,
    pBXDIDNumCSR3SDUseDefCFUEnabled    INTEGER,
    pBXDIDNumCSR3SDActCFUNum           DisplayString,
    pBXDIDNumCSR3SDDefCFUNum           DisplayString,
    pBXDIDNumCSR3SDUseDefCFUNum        INTEGER,
    pBXDIDNumCSR3SDActRecSrvSubscribed INTEGER,
    pBXDIDNumCSR3SDDefRecSrvSubscribed INTEGER,
    pBXDIDNumCSR3SDUseDefRecSrvSubscribed
                                       INTEGER,
    pBXDIDNumCSR3SDActRecSrvEnabled    INTEGER,
    pBXDIDNumCSR3SDDefRecSrvEnabled    INTEGER,
    pBXDIDNumCSR3SDUseDefRecSrvEnabled INTEGER,
    pBXDIDNumCSR3SDActI1RecSrvServerNEConn
                                       Unsigned32,
    pBXDIDNumCSR3SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXDIDNumCSR3SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXDIDNumCSR3SDActI4RecSrvServerDirNum
                                       DisplayString,
    pBXDIDNumCSR3SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    pBXDIDNumCSR3SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXDIDNumCSR3SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXDIDNumCSR3SDDefI4RecSrvServerDirNum
                                       DisplayString,
    pBXDIDNumCSR3SDUseDefRecSrvServer  INTEGER,
    pBXDIDNumCSR3RecSrvServerWebInterfaceURL
                                       LongDisplayString,
    pBXDIDNumCSR3SDActCallTraceSubscribed
                                       INTEGER,
    pBXDIDNumCSR3SDDefCallTraceSubscribed
                                       INTEGER,
    pBXDIDNumCSR3SDUseDefCallTraceSubscribed
                                       INTEGER
  }

  pBXDIDNumCSR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXDIDNumCSR3Entry  1 }

  pBXDIDNumCSR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXDIDNumCSR3Entry  2 }

  pBXDIDNumCSR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXDIDNumCSR3Entry  3 }

  pBXDIDNumCSR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXDIDNumCSR3Entry  4 }

  pBXDIDNumCSR3Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   dIDRange(1),
                   dISANumber(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    DEFVAL       { dIDRange }
    ::= { pBXDIDNumCSR3Entry  5 }

  pBXDIDNumCSR3FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Directory number'.
                  This is an index field."
    ::= { pBXDIDNumCSR3Entry  6 }

  pBXDIDNumCSR3DIDDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory Number'.
                  This is an index field."
    ::= { pBXDIDNumCSR3Entry  7 }

  pBXDIDNumCSR3I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR3Entry  8 }

  pBXDIDNumCSR3I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR3Entry  9 }

  pBXDIDNumCSR3I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR3Entry  10 }

  pBXDIDNumCSR3CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { pBXDIDNumCSR3Entry  11 }

  pBXDIDNumCSR3CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXDIDNumCSR3Entry  12 }

  pBXDIDNumCSR3CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXDIDNumCSR3Entry  13 }

  pBXDIDNumCSR3CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXDIDNumCSR3Entry  14 }

  pBXDIDNumCSR3CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXDIDNumCSR3Entry  15 }

  pBXDIDNumCSR3CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXDIDNumCSR3Entry  16 }

  pBXDIDNumCSR3SDActEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  17 }

  pBXDIDNumCSR3SDDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  18 }

  pBXDIDNumCSR3SDUseDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  19 }

  pBXDIDNumCSR3SDActNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  20 }

  pBXDIDNumCSR3SDDefNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  21 }

  pBXDIDNumCSR3SDUseDefNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  22 }

  pBXDIDNumCSR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXDIDNumCSR3Entry  23 }

  pBXDIDNumCSR3SDActCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  24 }

  pBXDIDNumCSR3SDDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  25 }

  pBXDIDNumCSR3SDUseDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  26 }

  pBXDIDNumCSR3SDActCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  27 }

  pBXDIDNumCSR3SDDefCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  28 }

  pBXDIDNumCSR3SDUseDefCFUNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  29 }

  pBXDIDNumCSR3SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  30 }

  pBXDIDNumCSR3SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  31 }

  pBXDIDNumCSR3SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  32 }

  pBXDIDNumCSR3SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  33 }

  pBXDIDNumCSR3SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  34 }

  pBXDIDNumCSR3SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  35 }

  pBXDIDNumCSR3SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  36 }

  pBXDIDNumCSR3SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  37 }

  pBXDIDNumCSR3SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  38 }

  pBXDIDNumCSR3SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  39 }

  pBXDIDNumCSR3SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  40 }

  pBXDIDNumCSR3SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  41 }

  pBXDIDNumCSR3SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  42 }

  pBXDIDNumCSR3SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR3Entry  43 }

  pBXDIDNumCSR3SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  44 }

  pBXDIDNumCSR3RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { pBXDIDNumCSR3Entry  45 }

  pBXDIDNumCSR3SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  46 }

  pBXDIDNumCSR3SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR3Entry  47 }

  pBXDIDNumCSR3SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR3Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Caller ID Services'                                         */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  pBXCIDR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXCIDR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2424 }

  pBXCIDR8Entry OBJECT-TYPE
    SYNTAX       PBXCIDR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXCIDR8NEConn,
             pBXCIDR8NetwkElement,
             pBXCIDR8CFSIx,
             pBXCIDR8DirNum }
    ::= {  pBXCIDR8Table  1  }

  PBXCIDR8Entry  ::=  SEQUENCE
  {
    pBXCIDR8NEConn                     Unsigned32,
    pBXCIDR8NetwkElement               DisplayString,
    pBXCIDR8CFSIx                      Unsigned32,
    pBXCIDR8DirNum                     DisplayString,
    pBXCIDR8SDActARSubscribed          INTEGER,
    pBXCIDR8SDDefARSubscribed          INTEGER,
    pBXCIDR8SDUseDefARSubscribed       INTEGER,
    pBXCIDR8SDActARUSB                 INTEGER,
    pBXCIDR8SDDefARUSB                 INTEGER,
    pBXCIDR8SDUseDefARUSB              INTEGER,
    pBXCIDR8SDActAutoClbackSubscribed  INTEGER,
    pBXCIDR8SDDefAutoClbackSubscribed  INTEGER,
    pBXCIDR8SDUseDefAutoClbackSubscribed
                                       INTEGER,
    pBXCIDR8SDActAutoClbackUSB         INTEGER,
    pBXCIDR8SDDefAutoClbackUSB         INTEGER,
    pBXCIDR8SDUseDefAutoClbackUSB      INTEGER,
    pBXCIDR8SDActCallTraceSubscribed   INTEGER,
    pBXCIDR8SDDefCallTraceSubscribed   INTEGER,
    pBXCIDR8SDUseDefCallTraceSubscribed
                                       INTEGER,
    pBXCIDR8SDActCallTraceUSB          INTEGER,
    pBXCIDR8SDDefCallTraceUSB          INTEGER,
    pBXCIDR8SDUseDefCallTraceUSB       INTEGER,
    pBXCIDR8SDActCNDSubscribed         INTEGER,
    pBXCIDR8SDDefCNDSubscribed         INTEGER,
    pBXCIDR8SDUseDefCNDSubscribed      INTEGER,
    pBXCIDR8CNDEnabled                 INTEGER,
    pBXCIDR8SDActCNDUSB                INTEGER,
    pBXCIDR8SDDefCNDUSB                INTEGER,
    pBXCIDR8SDUseDefCNDUSB             INTEGER,
    pBXCIDR8SDActCIDPresSubscribed     INTEGER,
    pBXCIDR8SDDefCIDPresSubscribed     INTEGER,
    pBXCIDR8SDUseDefCIDPresSubscribed  INTEGER,
    pBXCIDR8SDActCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR8SDDefCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR8SDUseDefCIDPresWithholdNumByDef
                                       INTEGER,
    pBXCIDR8SDActCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR8SDDefCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR8SDUseDefCIDPresPresentNumByDef
                                       INTEGER,
    pBXCIDR8SDActWithholdDirNum        INTEGER,
    pBXCIDR8SDDefWithholdDirNum        INTEGER,
    pBXCIDR8SDUseDefWithholdDirNum     INTEGER,
    pBXCIDR8SDActCNDBSubscribed        INTEGER,
    pBXCIDR8SDDefCNDBSubscribed        INTEGER,
    pBXCIDR8SDUseDefCNDBSubscribed     INTEGER,
    pBXCIDR8SDActCNDBUSB               INTEGER,
    pBXCIDR8SDDefCNDBUSB               INTEGER,
    pBXCIDR8SDUseDefCNDBUSB            INTEGER,
    pBXCIDR8SDActCNamDlvrySubscrd      INTEGER,
    pBXCIDR8SDDefCNamDlvrySubscrd      INTEGER,
    pBXCIDR8SDUseDefCNamDlvrySubscrd   INTEGER,
    pBXCIDR8ClgNameDlvryEnabled        INTEGER,
    pBXCIDR8SDActClgNameDlvryUSB       INTEGER,
    pBXCIDR8SDDefClgNameDlvryUSB       INTEGER,
    pBXCIDR8SDUseDefClgNameDlvryUSB    INTEGER,
    pBXCIDR8SDActLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR8SDDefLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR8SDUseDefLastCIDErasureSubscribed
                                       INTEGER,
    pBXCIDR8ClgNameDlvryLocalName      DisplayString,
    pBXCIDR8SDActCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR8SDDefCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR8SDUseDefCIDPresNumWithholdRejReason
                                       INTEGER,
    pBXCIDR8SDActNameNumOvIPSubscribed INTEGER,
    pBXCIDR8SDDefNameNumOvIPSubscribed INTEGER,
    pBXCIDR8SDUseDefNameNumOvIPSubscribed
                                       INTEGER,
    pBXCIDR8NameNumOvIPEnabled         INTEGER,
    pBXCIDR8SDActI1NameNumOvIPDestNEConn
                                       Unsigned32,
    pBXCIDR8SDActI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    pBXCIDR8SDActI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    pBXCIDR8SDActI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    pBXCIDR8SDDefI1NameNumOvIPDestNEConn
                                       Unsigned32,
    pBXCIDR8SDDefI2NameNumOvIPDestNetwkElement
                                       DisplayString,
    pBXCIDR8SDDefI3NameNumOvIPDestCFSIx
                                       Unsigned32,
    pBXCIDR8SDDefI4NameNumOvIPDestIPDestIx
                                       Unsigned32,
    pBXCIDR8SDUseDefNameNumOvIPDest    INTEGER,
    pBXCIDR8AlrmState                  INTEGER,
    pBXCIDR8AlrmEvtsAtndDpLogCorr      Counter64,
    pBXCIDR8AlrmEvtsAtndDp             Unsigned32,
    pBXCIDR8AlrmStateTimestamp         Unsigned32,
    pBXCIDR8AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    pBXCIDR8SDActCNDPreferredSIPFormat INTEGER,
    pBXCIDR8SDDefCNDPreferredSIPFormat INTEGER,
    pBXCIDR8SDUseDefCNDPreferredSIPFormat
                                       INTEGER,
    pBXCIDR8SDActCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR8SDDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR8SDUseDefCIDConnNumDlvrySubscrd
                                       INTEGER,
    pBXCIDR8SDActSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR8SDDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR8SDUseDefSubsCIDCLnIDPresSubscrd
                                       INTEGER,
    pBXCIDR8SDActCLIDPWhldNum          INTEGER,
    pBXCIDR8SDDefCLIDPWhldNum          INTEGER,
    pBXCIDR8SDUseDefCLIDPWhldNum       INTEGER,
    pBXCIDR8SDActCIDCLIDPPresNum       INTEGER,
    pBXCIDR8SDDefCIDCLIDPPresNum       INTEGER,
    pBXCIDR8SDUseDefCIDCLIDPPresNum    INTEGER,
    pBXCIDR8SDActCLIDPIgnore           INTEGER,
    pBXCIDR8SDDefCLIDPIgnore           INTEGER,
    pBXCIDR8SDUseDefCLIDPIgnore        INTEGER,
    pBXCIDR8SDActCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR8SDDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR8SDUseDefCNDOvrdPvcySettgClgSub
                                       INTEGER,
    pBXCIDR8SDActConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR8SDDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR8SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub
                                       INTEGER,
    pBXCIDR8SDActSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR8SDDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR8SDUseDefSubConnectedNameDlvrySubscribed
                                       INTEGER,
    pBXCIDR8SDActICDNDlvrySubscribed   INTEGER,
    pBXCIDR8SDDefICDNDlvrySubscribed   INTEGER,
    pBXCIDR8SDUseDefICDNDlvrySubscribed
                                       INTEGER,
    pBXCIDR8SDActICDNDlvryEnabled      INTEGER,
    pBXCIDR8SDDefICDNDlvryEnabled      INTEGER,
    pBXCIDR8SDUseDefICDNDlvryEnabled   INTEGER,
    pBXCIDR8SDActCIDUsePBXSigPrsnt     INTEGER,
    pBXCIDR8SDDefCIDUsePBXSigPrsnt     INTEGER,
    pBXCIDR8SDUseDefCIDUsePBXSigPrsnt  INTEGER
  }

  pBXCIDR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXCIDR8Entry  1 }

  pBXCIDR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXCIDR8Entry  2 }

  pBXCIDR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXCIDR8Entry  3 }

  pBXCIDR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXCIDR8Entry  4 }

  pBXCIDR8SDActARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  5 }

  pBXCIDR8SDDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  6 }

  pBXCIDR8SDUseDefARSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  7 }

  pBXCIDR8SDActARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  8 }

  pBXCIDR8SDDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  9 }

  pBXCIDR8SDUseDefARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Recall - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  10 }

  pBXCIDR8SDActAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  11 }

  pBXCIDR8SDDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  12 }

  pBXCIDR8SDUseDefAutoClbackSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  13 }

  pBXCIDR8SDActAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  14 }

  pBXCIDR8SDDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  15 }

  pBXCIDR8SDUseDefAutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Automatic Callback - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  16 }

  pBXCIDR8SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  17 }

  pBXCIDR8SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  18 }

  pBXCIDR8SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  19 }

  pBXCIDR8SDActCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  20 }

  pBXCIDR8SDDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  21 }

  pBXCIDR8SDUseDefCallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  22 }

  pBXCIDR8SDActCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  23 }

  pBXCIDR8SDDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  24 }

  pBXCIDR8SDUseDefCNDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  25 }

  pBXCIDR8CNDEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery - Enabled'."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  26 }

  pBXCIDR8SDActCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  27 }

  pBXCIDR8SDDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  28 }

  pBXCIDR8SDUseDefCNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  29 }

  pBXCIDR8SDActCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  30 }

  pBXCIDR8SDDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  31 }

  pBXCIDR8SDUseDefCIDPresSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  32 }

  pBXCIDR8SDActCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  33 }

  pBXCIDR8SDDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  34 }

  pBXCIDR8SDUseDefCIDPresWithholdNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - withhold number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  35 }

  pBXCIDR8SDActCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  36 }

  pBXCIDR8SDDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  37 }

  pBXCIDR8SDUseDefCIDPresPresentNumByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - present number by default'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  38 }

  pBXCIDR8SDActWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  39 }

  pBXCIDR8SDDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  40 }

  pBXCIDR8SDUseDefWithholdDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Withhold Directory Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  41 }

  pBXCIDR8SDActCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  42 }

  pBXCIDR8SDDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  43 }

  pBXCIDR8SDUseDefCNDBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  44 }

  pBXCIDR8SDActCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  45 }

  pBXCIDR8SDDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  46 }

  pBXCIDR8SDUseDefCNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery Blocking - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  47 }

  pBXCIDR8SDActCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  48 }

  pBXCIDR8SDDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  49 }

  pBXCIDR8SDUseDefCNamDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  50 }

  pBXCIDR8ClgNameDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Name Delivery - Enabled'."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  51 }

  pBXCIDR8SDActClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  52 }

  pBXCIDR8SDDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  53 }

  pBXCIDR8SDUseDefClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name Delivery - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  54 }

  pBXCIDR8SDActLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  55 }

  pBXCIDR8SDDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  56 }

  pBXCIDR8SDUseDefLastCIDErasureSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Last Caller ID Erasure - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  57 }

  pBXCIDR8ClgNameDlvryLocalName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - local name'."
    ::= { pBXCIDR8Entry  58 }

  pBXCIDR8SDActCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  59 }

  pBXCIDR8SDDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  60 }

  pBXCIDR8SDUseDefCIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - number withhold rejection reason'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  61 }

  pBXCIDR8SDActNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  62 }

  pBXCIDR8SDDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  63 }

  pBXCIDR8SDUseDefNameNumOvIPSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  64 }

  pBXCIDR8NameNumOvIPEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - Enabled'."
    DEFVAL       { false }
    ::= { pBXCIDR8Entry  65 }

  pBXCIDR8SDActI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  66 }

  pBXCIDR8SDActI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  67 }

  pBXCIDR8SDActI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  68 }

  pBXCIDR8SDActI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  69 }

  pBXCIDR8SDDefI1NameNumOvIPDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  70 }

  pBXCIDR8SDDefI2NameNumOvIPDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  71 }

  pBXCIDR8SDDefI3NameNumOvIPDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  72 }

  pBXCIDR8SDDefI4NameNumOvIPDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Calling Name and Number Delivery over IP - destination'.
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Calling Name and Number Delivery over IP - destination'."
    ::= { pBXCIDR8Entry  73 }

  pBXCIDR8SDUseDefNameNumOvIPDest OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Name and Number Delivery over IP - destination'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  74 }

  pBXCIDR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXCIDR8Entry  75 }

  pBXCIDR8AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { pBXCIDR8Entry  76 }

  pBXCIDR8AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXCIDR8Entry  77 }

  pBXCIDR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXCIDR8Entry  78 }

  pBXCIDR8AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { pBXCIDR8Entry  80 }

  pBXCIDR8SDActCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  81 }

  pBXCIDR8SDDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  82 }

  pBXCIDR8SDUseDefCNDPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - preferred SIP format'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  83 }

  pBXCIDR8SDActCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  108 }

  pBXCIDR8SDDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  109 }

  pBXCIDR8SDUseDefCIDConnNumDlvrySubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  110 }

  pBXCIDR8SDActSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  111 }

  pBXCIDR8SDDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  112 }

  pBXCIDR8SDUseDefSubsCIDCLnIDPresSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  113 }

  pBXCIDR8SDActCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  114 }

  pBXCIDR8SDDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  115 }

  pBXCIDR8SDUseDefCLIDPWhldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - withhold number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  116 }

  pBXCIDR8SDActCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  117 }

  pBXCIDR8SDDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  118 }

  pBXCIDR8SDUseDefCIDCLIDPPresNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - present number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  119 }

  pBXCIDR8SDActCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  120 }

  pBXCIDR8SDDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  121 }

  pBXCIDR8SDUseDefCLIDPIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Line ID Presentation - ignore PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  122 }

  pBXCIDR8SDActCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  123 }

  pBXCIDR8SDDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  124 }

  pBXCIDR8SDUseDefCNDOvrdPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling Number Delivery - override privacy setting of calling subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  125 }

  pBXCIDR8SDActConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  126 }

  pBXCIDR8SDDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  127 }

  pBXCIDR8SDUseDefConnectedNumDlvryOvrdPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Number Delivery - override privacy setting of connected subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  128 }

  pBXCIDR8SDActSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  129 }

  pBXCIDR8SDDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  130 }

  pBXCIDR8SDUseDefSubConnectedNameDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Connected Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  131 }

  pBXCIDR8SDActICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  132 }

  pBXCIDR8SDDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  133 }

  pBXCIDR8SDUseDefICDNDlvrySubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  134 }

  pBXCIDR8SDActICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  135 }

  pBXCIDR8SDDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  136 }

  pBXCIDR8SDUseDefICDNDlvryEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Intercom Call Dialed Name Delivery - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  137 }

  pBXCIDR8SDActCIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(0),
                   never(1),
                   useIfNotWithheld(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - use PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  138 }

  pBXCIDR8SDDefCIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(0),
                   never(1),
                   useIfNotWithheld(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - use PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCIDR8Entry  139 }

  pBXCIDR8SDUseDefCIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Caller ID Presentation - use PBX signaled CID presentation'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCIDR8Entry  140 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Trace Entry'                                           */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  callTraceEntryR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallTraceEntryR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Trace'.
                  This table is not creatable."
    ::= { metaSwitch  2425 }

  callTraceEntryR3Entry OBJECT-TYPE
    SYNTAX       CallTraceEntryR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callTraceEntryR3NEConn,
             callTraceEntryR3NetwkElement,
             callTraceEntryR3CFSIx,
             callTraceEntryR3TraceIx }
    ::= {  callTraceEntryR3Table  1  }

  CallTraceEntryR3Entry  ::=  SEQUENCE
  {
    callTraceEntryR3NEConn             Unsigned32,
    callTraceEntryR3NetwkElement       DisplayString,
    callTraceEntryR3CFSIx              Unsigned32,
    callTraceEntryR3TraceIx            Unsigned32,
    callTraceEntryR3CldPartyDirNum     DisplayString,
    callTraceEntryR3TraceTime          Unsigned32,
    callTraceEntryR3ClgPartyNum        DisplayString,
    callTraceEntryR3ClgPartyPresNum    DisplayString,
    callTraceEntryR3ClgPartyType       INTEGER,
    callTraceEntryR3ClgPartyUniqueNum  INTEGER,
    callTraceEntryR3TimeCall           Unsigned32,
    callTraceEntryR3CWApplied          INTEGER,
    callTraceEntryR3CallAnswrd         INTEGER,
    callTraceEntryR3RowStatus          RowStatus,
    callTraceEntryR3ClgPartySubaddress OCTET STRING,
    callTraceEntryR3AlrmState          INTEGER,
    callTraceEntryR3AlrmLogCorr        Counter64,
    callTraceEntryR3LastFwdPartyRedirectingNum
                                       DisplayString,
    callTraceEntryR3OrigDestRedirectingNum
                                       DisplayString,
    callTraceEntryR3TrnkGpNum          Unsigned32
  }

  callTraceEntryR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callTraceEntryR3Entry  1 }

  callTraceEntryR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callTraceEntryR3Entry  2 }

  callTraceEntryR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callTraceEntryR3Entry  3 }

  callTraceEntryR3TraceIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trace Index'.
                  This is an index field."
    ::= { callTraceEntryR3Entry  4 }

  callTraceEntryR3CldPartyDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called party directory number'."
    ::= { callTraceEntryR3Entry  5 }

  callTraceEntryR3TraceTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trace time'."
    ::= { callTraceEntryR3Entry  6 }

  callTraceEntryR3ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - number'."
    ::= { callTraceEntryR3Entry  7 }

  callTraceEntryR3ClgPartyPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party - presentation number'."
    ::= { callTraceEntryR3Entry  8 }

  callTraceEntryR3ClgPartyType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - type'."
    ::= { callTraceEntryR3Entry  9 }

  callTraceEntryR3ClgPartyUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - unique number'."
    ::= { callTraceEntryR3Entry  10 }

  callTraceEntryR3TimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of call'."
    ::= { callTraceEntryR3Entry  11 }

  callTraceEntryR3CWApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting applied'."
    ::= { callTraceEntryR3Entry  12 }

  callTraceEntryR3CallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call answered'."
    ::= { callTraceEntryR3Entry  13 }

  callTraceEntryR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callTraceEntryR3Entry  14 }

  callTraceEntryR3ClgPartySubaddress OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..21))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party - subaddress'."
    ::= { callTraceEntryR3Entry  15 }

  callTraceEntryR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { callTraceEntryR3Entry  16 }

  callTraceEntryR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { callTraceEntryR3Entry  17 }

  callTraceEntryR3LastFwdPartyRedirectingNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last forwarding party (redirecting) - number'."
    ::= { callTraceEntryR3Entry  18 }

  callTraceEntryR3OrigDestRedirectingNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Original destination (redirecting) - number'."
    ::= { callTraceEntryR3Entry  19 }

  callTraceEntryR3TrnkGpNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'."
    ::= { callTraceEntryR3Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  rVTTestTrunkR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2426 }

  rVTTestTrunkR24Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR24NEConn,
             rVTTestTrunkR24NetwkElement,
             rVTTestTrunkR24CFSIx,
             rVTTestTrunkR24GpIx,
             rVTTestTrunkR24TestIx }
    ::= {  rVTTestTrunkR24Table  1  }

  RVTTestTrunkR24Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR24NEConn              Unsigned32,
    rVTTestTrunkR24NetwkElement        DisplayString,
    rVTTestTrunkR24CFSIx               Unsigned32,
    rVTTestTrunkR24GpIx                Unsigned32,
    rVTTestTrunkR24TestIx              Unsigned32,
    rVTTestTrunkR24TestName            DisplayString,
    rVTTestTrunkR24CldNum              DisplayString,
    rVTTestTrunkR24T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR24T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR24T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR24T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR24T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR24AllowOprHoldIs      INTEGER,
    rVTTestTrunkR24PriorityCall        INTEGER,
    rVTTestTrunkR24UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR24IgnoreTermAppServer INTEGER,
    rVTTestTrunkR24InTrnkGpNum         INTEGER,
    rVTTestTrunkR24ClgPartyNum         DisplayString,
    rVTTestTrunkR24ReqdRetryRtg        INTEGER,
    rVTTestTrunkR24TestCall            INTEGER,
    rVTTestTrunkR24TransitNetwkID      DisplayString,
    rVTTestTrunkR24TestRes             INTEGER,
    rVTTestTrunkR24CauseFail           INTEGER,
    rVTTestTrunkR24NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR24NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR24NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR24AllowNumVldnHold    INTEGER,
    rVTTestTrunkR24NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR24NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR24NumVldnTestCall     INTEGER,
    rVTTestTrunkR24NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR24NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR24NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR24NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR24NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR24NumVldnUDA1         Unsigned32,
    rVTTestTrunkR24NumVldnUDA2         Unsigned32,
    rVTTestTrunkR24NumVldnUDA3         Unsigned32,
    rVTTestTrunkR24NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR24RtgTestCall         INTEGER,
    rVTTestTrunkR24RtgModfdCldNum      DisplayString,
    rVTTestTrunkR24RtgOprCall          INTEGER,
    rVTTestTrunkR24RtgRtgControlInd    INTEGER,
    rVTTestTrunkR24RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR24RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR24RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR24RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR24T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR24T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR24T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR24T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR24T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR24RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR24RtgEchoCancellation INTEGER,
    rVTTestTrunkR24TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR24TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR24DiagsLogLvl         INTEGER,
    rVTTestTrunkR24DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR24DoExtraActions      INTEGER,
    rVTTestTrunkR24RowStatus           RowStatus,
    rVTTestTrunkR24NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR24NumVldnBillCallType INTEGER,
    rVTTestTrunkR24NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR24NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR24ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR24NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR24UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR24NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR24NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR24NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR24T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR24T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR24CldAddrScope        INTEGER,
    rVTTestTrunkR24ClgNumScope         INTEGER,
    rVTTestTrunkR24ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR24OprCall             INTEGER,
    rVTTestTrunkR24EchoCancellation    INTEGER,
    rVTTestTrunkR24ClgCategory         INTEGER,
    rVTTestTrunkR24CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR24ChargeNumANIPresent INTEGER,
    rVTTestTrunkR24ChargeNumANI        DisplayString,
    rVTTestTrunkR24BearerCapability    INTEGER,
    rVTTestTrunkR24OrigingExchangeAddr DisplayString,
    rVTTestTrunkR24PortedNum           DisplayString,
    rVTTestTrunkR24LNPLookupPerformed  INTEGER,
    rVTTestTrunkR24ReleaseControlMode  INTEGER,
    rVTTestTrunkR24DialedPrefix        INTEGER,
    rVTTestTrunkR24AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR24AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR24NumVldnClgCategory  INTEGER,
    rVTTestTrunkR24NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR24NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR24NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR24I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR24I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR24I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR24I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR24NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR24NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR24NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR24I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR24I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR24I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR24I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR24I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR24I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR24NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR24NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR24NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR24NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR24RtgFGDCarrID        DisplayString,
    rVTTestTrunkR24RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR24RtgChargeNumANI     DisplayString,
    rVTTestTrunkR24RtgDialedPrefix     INTEGER,
    rVTTestTrunkR24NVModCallPartyNum   DisplayString,
    rVTTestTrunkR24NVModChargeNum      DisplayString,
    rVTTestTrunkR24RtgModCallPartyNum  DisplayString,
    rVTTestTrunkR24RtgModChargeNum     DisplayString,
    rVTTestTrunkR24SIPType             INTEGER,
    rVTTestTrunkR24I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR24I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR24I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR24I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR24ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR24IncMCsIncluded      INTEGER,
    rVTTestTrunkR24T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR24T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR24T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR24T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR24T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR24T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR24T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR24T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR24T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR24T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR24T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR24IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR24T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR24T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR24T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR24T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR24T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR24T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR24T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR24T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR24T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR24T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR24T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR24IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR24ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR24ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR24ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR24T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR24T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR24T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR24T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR24T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR24T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR24T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR24T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR24T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR24T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR24T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR24T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR24T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR24T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR24T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR24T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR24ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR24ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR24ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR24NumVldnUDA4         Unsigned32,
    rVTTestTrunkR24NumVldnUDA5         Unsigned32,
    rVTTestTrunkR24NumVldnUDA6         Unsigned32,
    rVTTestTrunkR24NumVldnUDA7         Unsigned32,
    rVTTestTrunkR24NumVldnUDA8         Unsigned32,
    rVTTestTrunkR24NumVldnUDA9         Unsigned32,
    rVTTestTrunkR24NumVldnUDA10        Unsigned32,
    rVTTestTrunkR24NumVldnUDA11        Unsigned32,
    rVTTestTrunkR24NumVldnUDA12        Unsigned32,
    rVTTestTrunkR24NumVldnUDA13        Unsigned32,
    rVTTestTrunkR24NumVldnUDA14        Unsigned32,
    rVTTestTrunkR24NumVldnUDA15        Unsigned32,
    rVTTestTrunkR24NumVldnUDA16        Unsigned32,
    rVTTestTrunkR24NumVldnUDA17        Unsigned32,
    rVTTestTrunkR24NumVldnUDA18        Unsigned32,
    rVTTestTrunkR24NumVldnUDA19        Unsigned32,
    rVTTestTrunkR24NumVldnUDA20        Unsigned32,
    rVTTestTrunkR24NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR24RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR24IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR24NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR24SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR24SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR24SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR24SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR24SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR24SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR24SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR24SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR24SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR24SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR24SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR24SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR24NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR24DateAndTimeYear     Unsigned32,
    rVTTestTrunkR24DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR24DateAndTimeDate     Unsigned32,
    rVTTestTrunkR24HrAndTimeHr         Unsigned32,
    rVTTestTrunkR24MinAndTimeMin       Unsigned32,
    rVTTestTrunkR24NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR24SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR24SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR24SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR24SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR24SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR24SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR24SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR24SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR24SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR24NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR24SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR24SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR24SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR24SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR24SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR24SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR24SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR24SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR24SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR24SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR24SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR24SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR24NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR24NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR24NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR24NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR24NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR24RtgCldAddrScope     INTEGER,
    rVTTestTrunkR24LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR24ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR24ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR24RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR24RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR24PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR24PropagationDly      Unsigned32,
    rVTTestTrunkR24SatelliteIndPresent INTEGER,
    rVTTestTrunkR24SatelliteInd        Unsigned32,
    rVTTestTrunkR24IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR24IsupPreference      INTEGER,
    rVTTestTrunkR24GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR24GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR24GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR24GermanIsupSspParm   INTEGER,
    rVTTestTrunkR24ModfdClgNumScope    INTEGER,
    rVTTestTrunkR24ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR24I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR24SiteOtherVals       INTEGER,
    rVTTestTrunkR24LCC1                INTEGER,
    rVTTestTrunkR24LCC2                INTEGER,
    rVTTestTrunkR24LCC3                INTEGER,
    rVTTestTrunkR24LCC4                INTEGER,
    rVTTestTrunkR24LCC5                INTEGER,
    rVTTestTrunkR24LCC6                INTEGER,
    rVTTestTrunkR24LCC7                INTEGER,
    rVTTestTrunkR24LCC8                INTEGER,
    rVTTestTrunkR24LCC9                INTEGER,
    rVTTestTrunkR24LCC10               INTEGER,
    rVTTestTrunkR24LCC11               INTEGER,
    rVTTestTrunkR24LCC12               INTEGER,
    rVTTestTrunkR24LCC13               INTEGER,
    rVTTestTrunkR24LCC14               INTEGER,
    rVTTestTrunkR24LCC15               INTEGER,
    rVTTestTrunkR24LCC16               INTEGER,
    rVTTestTrunkR24LCC17               INTEGER,
    rVTTestTrunkR24LCC18               INTEGER,
    rVTTestTrunkR24LCC19               INTEGER,
    rVTTestTrunkR24LCC20               INTEGER,
    rVTTestTrunkR24NVModCallPartyIncomplete
                                       INTEGER,
    rVTTestTrunkR24NVModCallPartyPresRestrict
                                       INTEGER,
    rVTTestTrunkR24PresNumUKOnly       DisplayString,
    rVTTestTrunkR24PresNumScopeUKOnly  INTEGER,
    rVTTestTrunkR24NVModClPrtNumPlanInd
                                       INTEGER,
    rVTTestTrunkR24NVModCallPartyScreenInd
                                       INTEGER,
    rVTTestTrunkR24NVModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR24NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR24RtgModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR24RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR24NumVldnBillOverrideDialedNum
                                       INTEGER
  }

  rVTTestTrunkR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR24Entry  1 }

  rVTTestTrunkR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR24Entry  2 }

  rVTTestTrunkR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR24Entry  3 }

  rVTTestTrunkR24GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR24Entry  4 }

  rVTTestTrunkR24TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR24Entry  5 }

  rVTTestTrunkR24TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR24Entry  6 }

  rVTTestTrunkR24CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR24Entry  7 }

  rVTTestTrunkR24T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  12 }

  rVTTestTrunkR24T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  13 }

  rVTTestTrunkR24T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  14 }

  rVTTestTrunkR24T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  15 }

  rVTTestTrunkR24T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  16 }

  rVTTestTrunkR24T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  17 }

  rVTTestTrunkR24T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  18 }

  rVTTestTrunkR24T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  19 }

  rVTTestTrunkR24T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  20 }

  rVTTestTrunkR24T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  21 }

  rVTTestTrunkR24T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  22 }

  rVTTestTrunkR24T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  23 }

  rVTTestTrunkR24T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  24 }

  rVTTestTrunkR24T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  25 }

  rVTTestTrunkR24T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  26 }

  rVTTestTrunkR24T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  27 }

  rVTTestTrunkR24T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  28 }

  rVTTestTrunkR24ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR24Entry  29 }

  rVTTestTrunkR24AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR24Entry  30 }

  rVTTestTrunkR24PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR24Entry  31 }

  rVTTestTrunkR24UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR24Entry  32 }

  rVTTestTrunkR24IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR24Entry  33 }

  rVTTestTrunkR24InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR24Entry  34 }

  rVTTestTrunkR24ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR24Entry  35 }

  rVTTestTrunkR24ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR24Entry  36 }

  rVTTestTrunkR24TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR24Entry  37 }

  rVTTestTrunkR24TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR24Entry  38 }

  rVTTestTrunkR24TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR24Entry  39 }

  rVTTestTrunkR24CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR24Entry  40 }

  rVTTestTrunkR24NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR24Entry  42 }

  rVTTestTrunkR24NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR24Entry  43 }

  rVTTestTrunkR24NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR24Entry  44 }

  rVTTestTrunkR24AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR24Entry  45 }

  rVTTestTrunkR24NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR24Entry  46 }

  rVTTestTrunkR24NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR24Entry  47 }

  rVTTestTrunkR24NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR24Entry  48 }

  rVTTestTrunkR24NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR24Entry  49 }

  rVTTestTrunkR24NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR24Entry  50 }

  rVTTestTrunkR24NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR24Entry  51 }

  rVTTestTrunkR24NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR24Entry  52 }

  rVTTestTrunkR24NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR24Entry  53 }

  rVTTestTrunkR24NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR24Entry  54 }

  rVTTestTrunkR24NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR24Entry  55 }

  rVTTestTrunkR24NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR24Entry  56 }

  rVTTestTrunkR24NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR24Entry  57 }

  rVTTestTrunkR24RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR24Entry  59 }

  rVTTestTrunkR24RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR24Entry  60 }

  rVTTestTrunkR24RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR24Entry  61 }

  rVTTestTrunkR24RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR24Entry  62 }

  rVTTestTrunkR24RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR24Entry  63 }

  rVTTestTrunkR24RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR24Entry  64 }

  rVTTestTrunkR24RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR24Entry  65 }

  rVTTestTrunkR24RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR24Entry  66 }

  rVTTestTrunkR24T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  67 }

  rVTTestTrunkR24T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  68 }

  rVTTestTrunkR24T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  69 }

  rVTTestTrunkR24T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  70 }

  rVTTestTrunkR24T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  71 }

  rVTTestTrunkR24T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  72 }

  rVTTestTrunkR24T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  73 }

  rVTTestTrunkR24T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  74 }

  rVTTestTrunkR24T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  75 }

  rVTTestTrunkR24T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  76 }

  rVTTestTrunkR24T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  77 }

  rVTTestTrunkR24T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  78 }

  rVTTestTrunkR24T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  79 }

  rVTTestTrunkR24T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  80 }

  rVTTestTrunkR24T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  81 }

  rVTTestTrunkR24T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  82 }

  rVTTestTrunkR24T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  83 }

  rVTTestTrunkR24RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR24Entry  84 }

  rVTTestTrunkR24RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR24Entry  85 }

  rVTTestTrunkR24RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR24Entry  86 }

  rVTTestTrunkR24TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR24Entry  87 }

  rVTTestTrunkR24TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR24Entry  88 }

  rVTTestTrunkR24DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR24Entry  90 }

  rVTTestTrunkR24DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR24Entry  91 }

  rVTTestTrunkR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR24Entry  93 }

  rVTTestTrunkR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR24Entry  94 }

  rVTTestTrunkR24NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR24Entry  96 }

  rVTTestTrunkR24NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR24Entry  97 }

  rVTTestTrunkR24NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR24Entry  98 }

  rVTTestTrunkR24NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR24Entry  99 }

  rVTTestTrunkR24ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR24Entry  100 }

  rVTTestTrunkR24NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR24Entry  101 }

  rVTTestTrunkR24UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR24Entry  102 }

  rVTTestTrunkR24NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR24Entry  103 }

  rVTTestTrunkR24NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR24Entry  104 }

  rVTTestTrunkR24NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR24Entry  105 }

  rVTTestTrunkR24T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  106 }

  rVTTestTrunkR24T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  107 }

  rVTTestTrunkR24T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  108 }

  rVTTestTrunkR24T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  109 }

  rVTTestTrunkR24T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  110 }

  rVTTestTrunkR24CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR24Entry  111 }

  rVTTestTrunkR24ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR24Entry  112 }

  rVTTestTrunkR24ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR24Entry  113 }

  rVTTestTrunkR24OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR24Entry  114 }

  rVTTestTrunkR24EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR24Entry  115 }

  rVTTestTrunkR24ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR24Entry  116 }

  rVTTestTrunkR24CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR24Entry  117 }

  rVTTestTrunkR24ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR24Entry  118 }

  rVTTestTrunkR24ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR24Entry  119 }

  rVTTestTrunkR24BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR24Entry  120 }

  rVTTestTrunkR24OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR24Entry  121 }

  rVTTestTrunkR24PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR24Entry  122 }

  rVTTestTrunkR24LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR24Entry  123 }

  rVTTestTrunkR24ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR24Entry  124 }

  rVTTestTrunkR24DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR24Entry  125 }

  rVTTestTrunkR24AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR24Entry  126 }

  rVTTestTrunkR24AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR24Entry  127 }

  rVTTestTrunkR24NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR24Entry  128 }

  rVTTestTrunkR24NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR24Entry  129 }

  rVTTestTrunkR24NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR24Entry  130 }

  rVTTestTrunkR24NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR24Entry  131 }

  rVTTestTrunkR24I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR24Entry  132 }

  rVTTestTrunkR24I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR24Entry  133 }

  rVTTestTrunkR24I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR24Entry  134 }

  rVTTestTrunkR24I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR24Entry  135 }

  rVTTestTrunkR24NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR24Entry  136 }

  rVTTestTrunkR24NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR24Entry  137 }

  rVTTestTrunkR24NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR24Entry  138 }

  rVTTestTrunkR24I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR24Entry  139 }

  rVTTestTrunkR24I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR24Entry  140 }

  rVTTestTrunkR24I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR24Entry  141 }

  rVTTestTrunkR24I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR24Entry  142 }

  rVTTestTrunkR24I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR24Entry  143 }

  rVTTestTrunkR24I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR24Entry  144 }

  rVTTestTrunkR24NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR24Entry  145 }

  rVTTestTrunkR24NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR24Entry  146 }

  rVTTestTrunkR24NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR24Entry  147 }

  rVTTestTrunkR24NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR24Entry  148 }

  rVTTestTrunkR24RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR24Entry  149 }

  rVTTestTrunkR24RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR24Entry  150 }

  rVTTestTrunkR24RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR24Entry  151 }

  rVTTestTrunkR24RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR24Entry  152 }

  rVTTestTrunkR24NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR24Entry  153 }

  rVTTestTrunkR24NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR24Entry  154 }

  rVTTestTrunkR24RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestTrunkR24Entry  155 }

  rVTTestTrunkR24RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR24Entry  156 }

  rVTTestTrunkR24SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR24Entry  157 }

  rVTTestTrunkR24I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR24Entry  158 }

  rVTTestTrunkR24I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR24Entry  159 }

  rVTTestTrunkR24I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR24Entry  160 }

  rVTTestTrunkR24I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR24Entry  161 }

  rVTTestTrunkR24ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  162 }

  rVTTestTrunkR24IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR24Entry  163 }

  rVTTestTrunkR24T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  164 }

  rVTTestTrunkR24T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  165 }

  rVTTestTrunkR24T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  166 }

  rVTTestTrunkR24T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  167 }

  rVTTestTrunkR24T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  168 }

  rVTTestTrunkR24T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  169 }

  rVTTestTrunkR24T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  171 }

  rVTTestTrunkR24T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  172 }

  rVTTestTrunkR24T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  173 }

  rVTTestTrunkR24T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  174 }

  rVTTestTrunkR24T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  175 }

  rVTTestTrunkR24T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  176 }

  rVTTestTrunkR24T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  178 }

  rVTTestTrunkR24T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  179 }

  rVTTestTrunkR24T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  180 }

  rVTTestTrunkR24T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  181 }

  rVTTestTrunkR24T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  182 }

  rVTTestTrunkR24T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  184 }

  rVTTestTrunkR24T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  185 }

  rVTTestTrunkR24T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  186 }

  rVTTestTrunkR24T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  187 }

  rVTTestTrunkR24T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  188 }

  rVTTestTrunkR24IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  189 }

  rVTTestTrunkR24T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  190 }

  rVTTestTrunkR24T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  191 }

  rVTTestTrunkR24T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  192 }

  rVTTestTrunkR24T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  193 }

  rVTTestTrunkR24T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  194 }

  rVTTestTrunkR24T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  195 }

  rVTTestTrunkR24T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  197 }

  rVTTestTrunkR24T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  198 }

  rVTTestTrunkR24T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  199 }

  rVTTestTrunkR24T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  200 }

  rVTTestTrunkR24T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  201 }

  rVTTestTrunkR24T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  202 }

  rVTTestTrunkR24T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  204 }

  rVTTestTrunkR24T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  205 }

  rVTTestTrunkR24T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  206 }

  rVTTestTrunkR24T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  207 }

  rVTTestTrunkR24T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  208 }

  rVTTestTrunkR24T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  210 }

  rVTTestTrunkR24T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  211 }

  rVTTestTrunkR24T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  212 }

  rVTTestTrunkR24T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  213 }

  rVTTestTrunkR24T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  214 }

  rVTTestTrunkR24IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  215 }

  rVTTestTrunkR24T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  216 }

  rVTTestTrunkR24T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  217 }

  rVTTestTrunkR24T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  218 }

  rVTTestTrunkR24T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  219 }

  rVTTestTrunkR24T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  220 }

  rVTTestTrunkR24T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  221 }

  rVTTestTrunkR24T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  223 }

  rVTTestTrunkR24T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  224 }

  rVTTestTrunkR24T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  225 }

  rVTTestTrunkR24T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  226 }

  rVTTestTrunkR24T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  227 }

  rVTTestTrunkR24T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  228 }

  rVTTestTrunkR24T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  230 }

  rVTTestTrunkR24T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  231 }

  rVTTestTrunkR24T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  232 }

  rVTTestTrunkR24T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  233 }

  rVTTestTrunkR24T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  234 }

  rVTTestTrunkR24T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  236 }

  rVTTestTrunkR24T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  237 }

  rVTTestTrunkR24T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  238 }

  rVTTestTrunkR24T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  239 }

  rVTTestTrunkR24T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  240 }

  rVTTestTrunkR24IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  241 }

  rVTTestTrunkR24T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  242 }

  rVTTestTrunkR24T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  243 }

  rVTTestTrunkR24T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  244 }

  rVTTestTrunkR24T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  245 }

  rVTTestTrunkR24T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  246 }

  rVTTestTrunkR24T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  247 }

  rVTTestTrunkR24T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  249 }

  rVTTestTrunkR24T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  250 }

  rVTTestTrunkR24T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  251 }

  rVTTestTrunkR24T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  252 }

  rVTTestTrunkR24T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  253 }

  rVTTestTrunkR24T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  254 }

  rVTTestTrunkR24T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  256 }

  rVTTestTrunkR24T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  257 }

  rVTTestTrunkR24T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  258 }

  rVTTestTrunkR24T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  259 }

  rVTTestTrunkR24T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  260 }

  rVTTestTrunkR24T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  262 }

  rVTTestTrunkR24T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  263 }

  rVTTestTrunkR24T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  264 }

  rVTTestTrunkR24T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  265 }

  rVTTestTrunkR24T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  266 }

  rVTTestTrunkR24IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  267 }

  rVTTestTrunkR24T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  268 }

  rVTTestTrunkR24T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  269 }

  rVTTestTrunkR24T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  270 }

  rVTTestTrunkR24T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  271 }

  rVTTestTrunkR24T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  272 }

  rVTTestTrunkR24T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  273 }

  rVTTestTrunkR24T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  275 }

  rVTTestTrunkR24T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  276 }

  rVTTestTrunkR24T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  277 }

  rVTTestTrunkR24T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  278 }

  rVTTestTrunkR24T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  279 }

  rVTTestTrunkR24T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  280 }

  rVTTestTrunkR24T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  282 }

  rVTTestTrunkR24T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  283 }

  rVTTestTrunkR24T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  284 }

  rVTTestTrunkR24T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  285 }

  rVTTestTrunkR24T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  286 }

  rVTTestTrunkR24T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  288 }

  rVTTestTrunkR24T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  289 }

  rVTTestTrunkR24T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  290 }

  rVTTestTrunkR24T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  291 }

  rVTTestTrunkR24T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  292 }

  rVTTestTrunkR24IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  293 }

  rVTTestTrunkR24T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  294 }

  rVTTestTrunkR24T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  295 }

  rVTTestTrunkR24T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  296 }

  rVTTestTrunkR24T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  297 }

  rVTTestTrunkR24T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  298 }

  rVTTestTrunkR24T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  299 }

  rVTTestTrunkR24T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  301 }

  rVTTestTrunkR24T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  302 }

  rVTTestTrunkR24T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  303 }

  rVTTestTrunkR24T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  304 }

  rVTTestTrunkR24T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  305 }

  rVTTestTrunkR24T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  306 }

  rVTTestTrunkR24T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  308 }

  rVTTestTrunkR24T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  309 }

  rVTTestTrunkR24T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  310 }

  rVTTestTrunkR24T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  311 }

  rVTTestTrunkR24T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  312 }

  rVTTestTrunkR24T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  314 }

  rVTTestTrunkR24T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  315 }

  rVTTestTrunkR24T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  316 }

  rVTTestTrunkR24T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  317 }

  rVTTestTrunkR24T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  318 }

  rVTTestTrunkR24IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  319 }

  rVTTestTrunkR24T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  320 }

  rVTTestTrunkR24T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  321 }

  rVTTestTrunkR24T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  322 }

  rVTTestTrunkR24T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  323 }

  rVTTestTrunkR24T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  324 }

  rVTTestTrunkR24T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  325 }

  rVTTestTrunkR24T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  327 }

  rVTTestTrunkR24T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  328 }

  rVTTestTrunkR24T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  329 }

  rVTTestTrunkR24T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  330 }

  rVTTestTrunkR24T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  331 }

  rVTTestTrunkR24T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  332 }

  rVTTestTrunkR24T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  334 }

  rVTTestTrunkR24T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  335 }

  rVTTestTrunkR24T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  336 }

  rVTTestTrunkR24T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  337 }

  rVTTestTrunkR24T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  338 }

  rVTTestTrunkR24T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  340 }

  rVTTestTrunkR24T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  341 }

  rVTTestTrunkR24T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  342 }

  rVTTestTrunkR24T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  343 }

  rVTTestTrunkR24T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  344 }

  rVTTestTrunkR24IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  345 }

  rVTTestTrunkR24T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  346 }

  rVTTestTrunkR24T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  347 }

  rVTTestTrunkR24T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  348 }

  rVTTestTrunkR24T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  349 }

  rVTTestTrunkR24T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  350 }

  rVTTestTrunkR24T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  351 }

  rVTTestTrunkR24T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  353 }

  rVTTestTrunkR24T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  354 }

  rVTTestTrunkR24T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  355 }

  rVTTestTrunkR24T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  356 }

  rVTTestTrunkR24T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  357 }

  rVTTestTrunkR24T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  358 }

  rVTTestTrunkR24T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  360 }

  rVTTestTrunkR24T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  361 }

  rVTTestTrunkR24T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  362 }

  rVTTestTrunkR24T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  363 }

  rVTTestTrunkR24T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  364 }

  rVTTestTrunkR24T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  366 }

  rVTTestTrunkR24T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  367 }

  rVTTestTrunkR24T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  368 }

  rVTTestTrunkR24T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  369 }

  rVTTestTrunkR24T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  370 }

  rVTTestTrunkR24IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  371 }

  rVTTestTrunkR24T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  372 }

  rVTTestTrunkR24T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  373 }

  rVTTestTrunkR24T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  374 }

  rVTTestTrunkR24T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  375 }

  rVTTestTrunkR24T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  376 }

  rVTTestTrunkR24T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  377 }

  rVTTestTrunkR24T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  379 }

  rVTTestTrunkR24T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  380 }

  rVTTestTrunkR24T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  381 }

  rVTTestTrunkR24T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  382 }

  rVTTestTrunkR24T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  383 }

  rVTTestTrunkR24T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  384 }

  rVTTestTrunkR24T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  386 }

  rVTTestTrunkR24T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  387 }

  rVTTestTrunkR24T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  388 }

  rVTTestTrunkR24T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  389 }

  rVTTestTrunkR24T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  390 }

  rVTTestTrunkR24T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  392 }

  rVTTestTrunkR24T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  393 }

  rVTTestTrunkR24T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  394 }

  rVTTestTrunkR24T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  395 }

  rVTTestTrunkR24T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  396 }

  rVTTestTrunkR24IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  397 }

  rVTTestTrunkR24T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  398 }

  rVTTestTrunkR24T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  399 }

  rVTTestTrunkR24T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  400 }

  rVTTestTrunkR24T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  401 }

  rVTTestTrunkR24T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  402 }

  rVTTestTrunkR24T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  403 }

  rVTTestTrunkR24T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  405 }

  rVTTestTrunkR24T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  406 }

  rVTTestTrunkR24T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  407 }

  rVTTestTrunkR24T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  408 }

  rVTTestTrunkR24T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  409 }

  rVTTestTrunkR24T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  410 }

  rVTTestTrunkR24T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  412 }

  rVTTestTrunkR24T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  413 }

  rVTTestTrunkR24T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  414 }

  rVTTestTrunkR24T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  415 }

  rVTTestTrunkR24T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  416 }

  rVTTestTrunkR24T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  418 }

  rVTTestTrunkR24T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  419 }

  rVTTestTrunkR24T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  420 }

  rVTTestTrunkR24T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  421 }

  rVTTestTrunkR24T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  422 }

  rVTTestTrunkR24IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  423 }

  rVTTestTrunkR24ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR24Entry  424 }

  rVTTestTrunkR24ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR24Entry  425 }

  rVTTestTrunkR24T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  426 }

  rVTTestTrunkR24T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  427 }

  rVTTestTrunkR24T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  428 }

  rVTTestTrunkR24T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  429 }

  rVTTestTrunkR24T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  430 }

  rVTTestTrunkR24T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  431 }

  rVTTestTrunkR24T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  433 }

  rVTTestTrunkR24T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  434 }

  rVTTestTrunkR24T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  435 }

  rVTTestTrunkR24T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  436 }

  rVTTestTrunkR24T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  437 }

  rVTTestTrunkR24T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  438 }

  rVTTestTrunkR24T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  440 }

  rVTTestTrunkR24T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  441 }

  rVTTestTrunkR24T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  442 }

  rVTTestTrunkR24T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  443 }

  rVTTestTrunkR24T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  444 }

  rVTTestTrunkR24T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  446 }

  rVTTestTrunkR24T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  447 }

  rVTTestTrunkR24T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  448 }

  rVTTestTrunkR24T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  449 }

  rVTTestTrunkR24T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  450 }

  rVTTestTrunkR24ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  451 }

  rVTTestTrunkR24T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  452 }

  rVTTestTrunkR24T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  453 }

  rVTTestTrunkR24T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  454 }

  rVTTestTrunkR24T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  455 }

  rVTTestTrunkR24T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  456 }

  rVTTestTrunkR24T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  457 }

  rVTTestTrunkR24T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  459 }

  rVTTestTrunkR24T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  460 }

  rVTTestTrunkR24T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  461 }

  rVTTestTrunkR24T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  462 }

  rVTTestTrunkR24T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  463 }

  rVTTestTrunkR24T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  464 }

  rVTTestTrunkR24T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  466 }

  rVTTestTrunkR24T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  467 }

  rVTTestTrunkR24T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  468 }

  rVTTestTrunkR24T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  469 }

  rVTTestTrunkR24T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  470 }

  rVTTestTrunkR24T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  472 }

  rVTTestTrunkR24T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  473 }

  rVTTestTrunkR24T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  474 }

  rVTTestTrunkR24T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  475 }

  rVTTestTrunkR24T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  476 }

  rVTTestTrunkR24ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  477 }

  rVTTestTrunkR24T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  478 }

  rVTTestTrunkR24T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  479 }

  rVTTestTrunkR24T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  480 }

  rVTTestTrunkR24T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  481 }

  rVTTestTrunkR24T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  482 }

  rVTTestTrunkR24T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  483 }

  rVTTestTrunkR24T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  485 }

  rVTTestTrunkR24T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  486 }

  rVTTestTrunkR24T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  487 }

  rVTTestTrunkR24T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  488 }

  rVTTestTrunkR24T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  489 }

  rVTTestTrunkR24T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  490 }

  rVTTestTrunkR24T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  492 }

  rVTTestTrunkR24T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  493 }

  rVTTestTrunkR24T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  494 }

  rVTTestTrunkR24T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  495 }

  rVTTestTrunkR24T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  496 }

  rVTTestTrunkR24T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  498 }

  rVTTestTrunkR24T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  499 }

  rVTTestTrunkR24T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  500 }

  rVTTestTrunkR24T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  501 }

  rVTTestTrunkR24T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  502 }

  rVTTestTrunkR24ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  503 }

  rVTTestTrunkR24T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  504 }

  rVTTestTrunkR24T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  505 }

  rVTTestTrunkR24T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  506 }

  rVTTestTrunkR24T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  507 }

  rVTTestTrunkR24T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  508 }

  rVTTestTrunkR24T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  509 }

  rVTTestTrunkR24T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  511 }

  rVTTestTrunkR24T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  512 }

  rVTTestTrunkR24T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  513 }

  rVTTestTrunkR24T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  514 }

  rVTTestTrunkR24T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  515 }

  rVTTestTrunkR24T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  516 }

  rVTTestTrunkR24T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  518 }

  rVTTestTrunkR24T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  519 }

  rVTTestTrunkR24T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  520 }

  rVTTestTrunkR24T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  521 }

  rVTTestTrunkR24T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  522 }

  rVTTestTrunkR24T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  524 }

  rVTTestTrunkR24T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  525 }

  rVTTestTrunkR24T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  526 }

  rVTTestTrunkR24T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  527 }

  rVTTestTrunkR24T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  528 }

  rVTTestTrunkR24ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  529 }

  rVTTestTrunkR24T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  530 }

  rVTTestTrunkR24T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  531 }

  rVTTestTrunkR24T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  532 }

  rVTTestTrunkR24T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  533 }

  rVTTestTrunkR24T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  534 }

  rVTTestTrunkR24T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  535 }

  rVTTestTrunkR24T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  537 }

  rVTTestTrunkR24T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  538 }

  rVTTestTrunkR24T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  539 }

  rVTTestTrunkR24T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  540 }

  rVTTestTrunkR24T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  541 }

  rVTTestTrunkR24T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  542 }

  rVTTestTrunkR24T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  544 }

  rVTTestTrunkR24T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  545 }

  rVTTestTrunkR24T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  546 }

  rVTTestTrunkR24T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  547 }

  rVTTestTrunkR24T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  548 }

  rVTTestTrunkR24T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  550 }

  rVTTestTrunkR24T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  551 }

  rVTTestTrunkR24T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  552 }

  rVTTestTrunkR24T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  553 }

  rVTTestTrunkR24T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  554 }

  rVTTestTrunkR24ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  555 }

  rVTTestTrunkR24T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  556 }

  rVTTestTrunkR24T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  557 }

  rVTTestTrunkR24T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  558 }

  rVTTestTrunkR24T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  559 }

  rVTTestTrunkR24T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  560 }

  rVTTestTrunkR24T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  561 }

  rVTTestTrunkR24T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  563 }

  rVTTestTrunkR24T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  564 }

  rVTTestTrunkR24T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  565 }

  rVTTestTrunkR24T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  566 }

  rVTTestTrunkR24T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  567 }

  rVTTestTrunkR24T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  568 }

  rVTTestTrunkR24T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  570 }

  rVTTestTrunkR24T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  571 }

  rVTTestTrunkR24T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  572 }

  rVTTestTrunkR24T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  573 }

  rVTTestTrunkR24T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  574 }

  rVTTestTrunkR24T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  576 }

  rVTTestTrunkR24T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  577 }

  rVTTestTrunkR24T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  578 }

  rVTTestTrunkR24T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  579 }

  rVTTestTrunkR24T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  580 }

  rVTTestTrunkR24ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  581 }

  rVTTestTrunkR24T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  582 }

  rVTTestTrunkR24T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  583 }

  rVTTestTrunkR24T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  584 }

  rVTTestTrunkR24T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  585 }

  rVTTestTrunkR24T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  586 }

  rVTTestTrunkR24T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  587 }

  rVTTestTrunkR24T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  589 }

  rVTTestTrunkR24T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  590 }

  rVTTestTrunkR24T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  591 }

  rVTTestTrunkR24T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  592 }

  rVTTestTrunkR24T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  593 }

  rVTTestTrunkR24T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  594 }

  rVTTestTrunkR24T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  596 }

  rVTTestTrunkR24T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  597 }

  rVTTestTrunkR24T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  598 }

  rVTTestTrunkR24T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  599 }

  rVTTestTrunkR24T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  600 }

  rVTTestTrunkR24T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  602 }

  rVTTestTrunkR24T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  603 }

  rVTTestTrunkR24T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  604 }

  rVTTestTrunkR24T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  605 }

  rVTTestTrunkR24T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  606 }

  rVTTestTrunkR24ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  607 }

  rVTTestTrunkR24T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  608 }

  rVTTestTrunkR24T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  609 }

  rVTTestTrunkR24T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  610 }

  rVTTestTrunkR24T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  611 }

  rVTTestTrunkR24T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  612 }

  rVTTestTrunkR24T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  613 }

  rVTTestTrunkR24T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  615 }

  rVTTestTrunkR24T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  616 }

  rVTTestTrunkR24T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  617 }

  rVTTestTrunkR24T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  618 }

  rVTTestTrunkR24T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  619 }

  rVTTestTrunkR24T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  620 }

  rVTTestTrunkR24T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  622 }

  rVTTestTrunkR24T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  623 }

  rVTTestTrunkR24T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  624 }

  rVTTestTrunkR24T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  625 }

  rVTTestTrunkR24T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  626 }

  rVTTestTrunkR24T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  628 }

  rVTTestTrunkR24T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  629 }

  rVTTestTrunkR24T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  630 }

  rVTTestTrunkR24T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  631 }

  rVTTestTrunkR24T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  632 }

  rVTTestTrunkR24ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  633 }

  rVTTestTrunkR24T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  634 }

  rVTTestTrunkR24T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  635 }

  rVTTestTrunkR24T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  636 }

  rVTTestTrunkR24T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  637 }

  rVTTestTrunkR24T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  638 }

  rVTTestTrunkR24T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  639 }

  rVTTestTrunkR24T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  641 }

  rVTTestTrunkR24T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  642 }

  rVTTestTrunkR24T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  643 }

  rVTTestTrunkR24T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  644 }

  rVTTestTrunkR24T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  645 }

  rVTTestTrunkR24T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  646 }

  rVTTestTrunkR24T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  648 }

  rVTTestTrunkR24T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  649 }

  rVTTestTrunkR24T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  650 }

  rVTTestTrunkR24T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  651 }

  rVTTestTrunkR24T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  652 }

  rVTTestTrunkR24T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  654 }

  rVTTestTrunkR24T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  655 }

  rVTTestTrunkR24T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  656 }

  rVTTestTrunkR24T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  657 }

  rVTTestTrunkR24T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  658 }

  rVTTestTrunkR24ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  659 }

  rVTTestTrunkR24T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  660 }

  rVTTestTrunkR24T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  661 }

  rVTTestTrunkR24T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  662 }

  rVTTestTrunkR24T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  663 }

  rVTTestTrunkR24T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  664 }

  rVTTestTrunkR24T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  665 }

  rVTTestTrunkR24T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  667 }

  rVTTestTrunkR24T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  668 }

  rVTTestTrunkR24T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  669 }

  rVTTestTrunkR24T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  670 }

  rVTTestTrunkR24T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  671 }

  rVTTestTrunkR24T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR24Entry  672 }

  rVTTestTrunkR24T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  674 }

  rVTTestTrunkR24T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  675 }

  rVTTestTrunkR24T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  676 }

  rVTTestTrunkR24T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  677 }

  rVTTestTrunkR24T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR24Entry  678 }

  rVTTestTrunkR24T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  680 }

  rVTTestTrunkR24T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  681 }

  rVTTestTrunkR24T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  682 }

  rVTTestTrunkR24T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  683 }

  rVTTestTrunkR24T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR24Entry  684 }

  rVTTestTrunkR24ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  685 }

  rVTTestTrunkR24ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR24Entry  686 }

  rVTTestTrunkR24ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR24Entry  687 }

  rVTTestTrunkR24NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR24Entry  688 }

  rVTTestTrunkR24NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR24Entry  689 }

  rVTTestTrunkR24NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR24Entry  690 }

  rVTTestTrunkR24NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR24Entry  691 }

  rVTTestTrunkR24NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR24Entry  692 }

  rVTTestTrunkR24NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR24Entry  693 }

  rVTTestTrunkR24NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR24Entry  694 }

  rVTTestTrunkR24NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR24Entry  695 }

  rVTTestTrunkR24NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR24Entry  696 }

  rVTTestTrunkR24NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR24Entry  697 }

  rVTTestTrunkR24NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR24Entry  698 }

  rVTTestTrunkR24NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR24Entry  699 }

  rVTTestTrunkR24NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR24Entry  700 }

  rVTTestTrunkR24NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR24Entry  701 }

  rVTTestTrunkR24NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR24Entry  702 }

  rVTTestTrunkR24NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR24Entry  703 }

  rVTTestTrunkR24NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR24Entry  704 }

  rVTTestTrunkR24NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR24Entry  705 }

  rVTTestTrunkR24RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR24Entry  706 }

  rVTTestTrunkR24IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR24Entry  708 }

  rVTTestTrunkR24NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR24Entry  709 }

  rVTTestTrunkR24SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  800 }

  rVTTestTrunkR24SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  801 }

  rVTTestTrunkR24SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  802 }

  rVTTestTrunkR24SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  803 }

  rVTTestTrunkR24SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  804 }

  rVTTestTrunkR24SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  805 }

  rVTTestTrunkR24SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  806 }

  rVTTestTrunkR24SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR24Entry  807 }

  rVTTestTrunkR24SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  808 }

  rVTTestTrunkR24SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  812 }

  rVTTestTrunkR24SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  813 }

  rVTTestTrunkR24SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  814 }

  rVTTestTrunkR24NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR24Entry  815 }

  rVTTestTrunkR24DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR24Entry  816 }

  rVTTestTrunkR24DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR24Entry  817 }

  rVTTestTrunkR24DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR24Entry  818 }

  rVTTestTrunkR24HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR24Entry  819 }

  rVTTestTrunkR24MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR24Entry  820 }

  rVTTestTrunkR24NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR24Entry  821 }

  rVTTestTrunkR24SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  822 }

  rVTTestTrunkR24SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  823 }

  rVTTestTrunkR24SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  824 }

  rVTTestTrunkR24SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  825 }

  rVTTestTrunkR24SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  826 }

  rVTTestTrunkR24SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  827 }

  rVTTestTrunkR24SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  828 }

  rVTTestTrunkR24SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  829 }

  rVTTestTrunkR24SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  830 }

  rVTTestTrunkR24NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR24Entry  831 }

  rVTTestTrunkR24SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  832 }

  rVTTestTrunkR24SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  833 }

  rVTTestTrunkR24SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  834 }

  rVTTestTrunkR24SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  835 }

  rVTTestTrunkR24SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  836 }

  rVTTestTrunkR24SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  837 }

  rVTTestTrunkR24SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  838 }

  rVTTestTrunkR24SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  839 }

  rVTTestTrunkR24SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  840 }

  rVTTestTrunkR24SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  841 }

  rVTTestTrunkR24SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR24Entry  842 }

  rVTTestTrunkR24SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR24Entry  843 }

  rVTTestTrunkR24NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR24Entry  844 }

  rVTTestTrunkR24NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR24Entry  845 }

  rVTTestTrunkR24NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR24Entry  846 }

  rVTTestTrunkR24NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR24Entry  847 }

  rVTTestTrunkR24NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR24Entry  848 }

  rVTTestTrunkR24RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR24Entry  849 }

  rVTTestTrunkR24LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR24Entry  850 }

  rVTTestTrunkR24ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR24Entry  851 }

  rVTTestTrunkR24ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR24Entry  852 }

  rVTTestTrunkR24RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR24Entry  853 }

  rVTTestTrunkR24RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR24Entry  854 }

  rVTTestTrunkR24PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR24Entry  855 }

  rVTTestTrunkR24PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR24Entry  856 }

  rVTTestTrunkR24SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR24Entry  857 }

  rVTTestTrunkR24SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR24Entry  858 }

  rVTTestTrunkR24IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR24Entry  859 }

  rVTTestTrunkR24IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR24Entry  860 }

  rVTTestTrunkR24GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR24Entry  861 }

  rVTTestTrunkR24GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR24Entry  862 }

  rVTTestTrunkR24GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR24Entry  863 }

  rVTTestTrunkR24GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR24Entry  864 }

  rVTTestTrunkR24ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR24Entry  865 }

  rVTTestTrunkR24ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR24Entry  866 }

  rVTTestTrunkR24I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR24Entry  867 }

  rVTTestTrunkR24SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR24Entry  868 }

  rVTTestTrunkR24LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestTrunkR24Entry  869 }

  rVTTestTrunkR24LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestTrunkR24Entry  870 }

  rVTTestTrunkR24LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestTrunkR24Entry  871 }

  rVTTestTrunkR24LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestTrunkR24Entry  872 }

  rVTTestTrunkR24LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestTrunkR24Entry  873 }

  rVTTestTrunkR24LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestTrunkR24Entry  874 }

  rVTTestTrunkR24LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestTrunkR24Entry  875 }

  rVTTestTrunkR24LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestTrunkR24Entry  876 }

  rVTTestTrunkR24LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestTrunkR24Entry  877 }

  rVTTestTrunkR24LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestTrunkR24Entry  878 }

  rVTTestTrunkR24LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestTrunkR24Entry  879 }

  rVTTestTrunkR24LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestTrunkR24Entry  880 }

  rVTTestTrunkR24LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestTrunkR24Entry  881 }

  rVTTestTrunkR24LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestTrunkR24Entry  882 }

  rVTTestTrunkR24LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestTrunkR24Entry  883 }

  rVTTestTrunkR24LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestTrunkR24Entry  884 }

  rVTTestTrunkR24LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestTrunkR24Entry  885 }

  rVTTestTrunkR24LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestTrunkR24Entry  886 }

  rVTTestTrunkR24LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestTrunkR24Entry  887 }

  rVTTestTrunkR24LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestTrunkR24Entry  888 }

  rVTTestTrunkR24NVModCallPartyIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address incomplete'."
    ::= { rVTTestTrunkR24Entry  889 }

  rVTTestTrunkR24NVModCallPartyPresRestrict OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address presentation restriction'."
    ::= { rVTTestTrunkR24Entry  890 }

  rVTTestTrunkR24PresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number (UK only)'."
    ::= { rVTTestTrunkR24Entry  891 }

  rVTTestTrunkR24PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    ::= { rVTTestTrunkR24Entry  892 }

  rVTTestTrunkR24NVModClPrtNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address number plan indicator'."
    ::= { rVTTestTrunkR24Entry  893 }

  rVTTestTrunkR24NVModCallPartyScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address screening indicator'."
    ::= { rVTTestTrunkR24Entry  894 }

  rVTTestTrunkR24NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR24Entry  895 }

  rVTTestTrunkR24NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR24Entry  896 }

  rVTTestTrunkR24RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR24Entry  897 }

  rVTTestTrunkR24RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR24Entry  898 }

  rVTTestTrunkR24NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestTrunkR24Entry  899 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  rVTTestSubR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2427 }

  rVTTestSubR26Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR26NEConn,
             rVTTestSubR26NetwkElement,
             rVTTestSubR26CFSIx,
             rVTTestSubR26GpIx,
             rVTTestSubR26TestIx }
    ::= {  rVTTestSubR26Table  1  }

  RVTTestSubR26Entry  ::=  SEQUENCE
  {
    rVTTestSubR26NEConn                Unsigned32,
    rVTTestSubR26NetwkElement          DisplayString,
    rVTTestSubR26CFSIx                 Unsigned32,
    rVTTestSubR26TestIx                Unsigned32,
    rVTTestSubR26TestName              DisplayString,
    rVTTestSubR26DialedNum             DisplayString,
    rVTTestSubR26SDActSubType          INTEGER,
    rVTTestSubR26SDDefSubType          INTEGER,
    rVTTestSubR26SDUseDefSubType       INTEGER,
    rVTTestSubR26I3SubGpCFSIx          Unsigned32,
    rVTTestSubR26I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR26BillType              INTEGER,
    rVTTestSubR26LongDistanceCarrID    DisplayString,
    rVTTestSubR26IntraLATACarrID       DisplayString,
    rVTTestSubR26TestRes               INTEGER,
    rVTTestSubR26CauseFail             INTEGER,
    rVTTestSubR26NumVldnCarrType       INTEGER,
    rVTTestSubR26NumVldnANIIIDigits    DisplayString,
    rVTTestSubR26NumVldnAreaCode       INTEGER,
    rVTTestSubR26NumVldnModfdCldNum    DisplayString,
    rVTTestSubR26NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR26NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR26NumVldnAllowHold      INTEGER,
    rVTTestSubR26NumVldnOprCall        INTEGER,
    rVTTestSubR26NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR26NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR26NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR26NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR26NumVldnTestCall       INTEGER,
    rVTTestSubR26NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR26NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR26NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR26NumVldnTransitNetwkID DisplayString,
    rVTTestSubR26NumVldnUSCallType     INTEGER,
    rVTTestSubR26NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR26NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR26NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR26RtgTestCall           INTEGER,
    rVTTestSubR26RtgModfdCldNum        DisplayString,
    rVTTestSubR26RtgOprCall            INTEGER,
    rVTTestSubR26RtgRtgControlInd      INTEGER,
    rVTTestSubR26RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR26RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR26RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR26RtgTransitNetwkID     DisplayString,
    rVTTestSubR26RtgTandemRtgCode      INTEGER,
    rVTTestSubR26RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR26RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR26DiagsLogLvl           INTEGER,
    rVTTestSubR26DiagsAPITraceTag      DisplayString,
    rVTTestSubR26RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR26DoExtraActions        INTEGER,
    rVTTestSubR26RowStatus             RowStatus,
    rVTTestSubR26T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR26T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR26T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR26T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR26T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR26GpIx                  Unsigned32,
    rVTTestSubR26UseTCAPIfReqd         INTEGER,
    rVTTestSubR26TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR26TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR26RtgOnSwitchSubType    INTEGER,
    rVTTestSubR26SubRtgAttrs           BITS,
    rVTTestSubR26NumVldnETSICallType   INTEGER,
    rVTTestSubR26NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR26RtgEchoCancellation   INTEGER,
    rVTTestSubR26IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR26IgnoreTermAppServer   INTEGER,
    rVTTestSubR26NumVldnUDA1           Unsigned32,
    rVTTestSubR26NumVldnUDA2           Unsigned32,
    rVTTestSubR26NumVldnUDA3           Unsigned32,
    rVTTestSubR26NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR26IntnatlCarrID         DisplayString,
    rVTTestSubR26T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR26T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR26T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR26T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26LCC1                  INTEGER,
    rVTTestSubR26LCC2                  INTEGER,
    rVTTestSubR26LCC3                  INTEGER,
    rVTTestSubR26LCC4                  INTEGER,
    rVTTestSubR26LCC5                  INTEGER,
    rVTTestSubR26NumVldnBillCallType   INTEGER,
    rVTTestSubR26NumVldnStructureCode  INTEGER,
    rVTTestSubR26NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR26NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR26NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR26NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR26NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR26NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR26T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR26T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR26T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR26T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR26I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR26I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR26I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR26NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR26NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR26NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR26I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR26I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR26I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR26I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR26I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR26I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR26NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR26NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR26NumVldnValidAuthCodes INTEGER,
    rVTTestSubR26NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR26ChargeNum             DisplayString,
    rVTTestSubR26AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR26AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR26NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR26I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR26NVModCallPartyNum     DisplayString,
    rVTTestSubR26NVModChargeNum        DisplayString,
    rVTTestSubR26RtgModCallPartyNum    DisplayString,
    rVTTestSubR26RtgModChargeNum       DisplayString,
    rVTTestSubR26LCC6                  INTEGER,
    rVTTestSubR26LCC7                  INTEGER,
    rVTTestSubR26LCC8                  INTEGER,
    rVTTestSubR26LCC9                  INTEGER,
    rVTTestSubR26LCC10                 INTEGER,
    rVTTestSubR26LCC11                 INTEGER,
    rVTTestSubR26LCC12                 INTEGER,
    rVTTestSubR26LCC13                 INTEGER,
    rVTTestSubR26LCC14                 INTEGER,
    rVTTestSubR26LCC15                 INTEGER,
    rVTTestSubR26LCC16                 INTEGER,
    rVTTestSubR26LCC17                 INTEGER,
    rVTTestSubR26LCC18                 INTEGER,
    rVTTestSubR26LCC19                 INTEGER,
    rVTTestSubR26LCC20                 INTEGER,
    rVTTestSubR26I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR26I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR26I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR26I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR26ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR26IncMCsIncluded        INTEGER,
    rVTTestSubR26T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR26IncMCs1OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR26IncMCs2OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR26IncMCs3OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR26IncMCs4OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR26IncMCs5OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR26IncMCs6OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR26IncMCs7OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR26IncMCs8OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR26T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR26T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR26T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR26T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR26T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR26T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR26T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR26T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR26T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR26T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR26T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR26IncMCs9OtherVals      INTEGER,
    rVTTestSubR26T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR26T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR26T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR26T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR26T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR26T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR26T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR26T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR26T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR26T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR26T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR26T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR26IncMCs10OtherVals     INTEGER,
    rVTTestSubR26ExpRsltExpRslt        INTEGER,
    rVTTestSubR26ExpRsltExpectedDest   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR26ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR26T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR26T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR26T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR26T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR26T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR26T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR26T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR26T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR26T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR26T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR26T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR26T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR26T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR26T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR26T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR26T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR26T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR26T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR26T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR26ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR26ExpRsltCauseFail      INTEGER,
    rVTTestSubR26ExpRsltResAsExpected  INTEGER,
    rVTTestSubR26NumVldnUDA4           Unsigned32,
    rVTTestSubR26NumVldnUDA5           Unsigned32,
    rVTTestSubR26NumVldnUDA6           Unsigned32,
    rVTTestSubR26NumVldnUDA7           Unsigned32,
    rVTTestSubR26NumVldnUDA8           Unsigned32,
    rVTTestSubR26NumVldnUDA9           Unsigned32,
    rVTTestSubR26NumVldnUDA10          Unsigned32,
    rVTTestSubR26NumVldnUDA11          Unsigned32,
    rVTTestSubR26NumVldnUDA12          Unsigned32,
    rVTTestSubR26NumVldnUDA13          Unsigned32,
    rVTTestSubR26NumVldnUDA14          Unsigned32,
    rVTTestSubR26NumVldnUDA15          Unsigned32,
    rVTTestSubR26NumVldnUDA16          Unsigned32,
    rVTTestSubR26NumVldnUDA17          Unsigned32,
    rVTTestSubR26NumVldnUDA18          Unsigned32,
    rVTTestSubR26NumVldnUDA19          Unsigned32,
    rVTTestSubR26NumVldnUDA20          Unsigned32,
    rVTTestSubR26NVMaxCallDurn         Unsigned32,
    rVTTestSubR26RtgMaxCallDurn        Unsigned32,
    rVTTestSubR26IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR26I1SubGpNEConn         Unsigned32,
    rVTTestSubR26I2SubGpNetwkElement   DisplayString,
    rVTTestSubR26SDActSubDirNum        DisplayString,
    rVTTestSubR26SDDefSubDirNum        DisplayString,
    rVTTestSubR26SDUseDefSubDirNum     INTEGER,
    rVTTestSubR26SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR26SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR26SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR26SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR26SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR26SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR26SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR26SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR26SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR26SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR26SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR26SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR26CldAddrScope          INTEGER,
    rVTTestSubR26SDActDialedBySub      INTEGER,
    rVTTestSubR26SDDefDialedBySub      INTEGER,
    rVTTestSubR26SDUseDefDialedBySub   INTEGER,
    rVTTestSubR26NumVldnAnnounces      LongDisplayString,
    rVTTestSubR26DateAndTimeYear       Unsigned32,
    rVTTestSubR26DateAndTimeMonth      Unsigned32,
    rVTTestSubR26DateAndTimeDate       Unsigned32,
    rVTTestSubR26HrAndTimeHr           Unsigned32,
    rVTTestSubR26MinAndTimeMin         Unsigned32,
    rVTTestSubR26NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR26NumVldnCldAddrScope   INTEGER,
    rVTTestSubR26RtgCldAddrScope       INTEGER,
    rVTTestSubR26IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR26I1LineGpNEConn        Unsigned32,
    rVTTestSubR26I2LineGpNetwkElement  DisplayString,
    rVTTestSubR26I3LineGpCFSIx         Unsigned32,
    rVTTestSubR26I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR26ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR26ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR26RtgDestTrnkGpID       DisplayString,
    rVTTestSubR26RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR26RtgRoutedToRPAS       INTEGER,
    rVTTestSubR26ModfdClgNumScope      INTEGER,
    rVTTestSubR26ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR26I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestSubR26SiteOtherVals         INTEGER,
    rVTTestSubR26NVModfdPresNumUKOnly  DisplayString,
    rVTTestSubR26NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR26RtgModfdPresNumUKOnly DisplayString,
    rVTTestSubR26RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR26NumVldnBillOverrideDialedNum
                                       INTEGER
  }

  rVTTestSubR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR26Entry  1 }

  rVTTestSubR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR26Entry  2 }

  rVTTestSubR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR26Entry  3 }

  rVTTestSubR26TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR26Entry  4 }

  rVTTestSubR26TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR26Entry  5 }

  rVTTestSubR26DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR26Entry  10 }

  rVTTestSubR26SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  11 }

  rVTTestSubR26SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  12 }

  rVTTestSubR26SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR26Entry  13 }

  rVTTestSubR26I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  14 }

  rVTTestSubR26I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  15 }

  rVTTestSubR26BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR26Entry  16 }

  rVTTestSubR26LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR26Entry  17 }

  rVTTestSubR26IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR26Entry  18 }

  rVTTestSubR26TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR26Entry  19 }

  rVTTestSubR26CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR26Entry  20 }

  rVTTestSubR26NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR26Entry  21 }

  rVTTestSubR26NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR26Entry  22 }

  rVTTestSubR26NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR26Entry  23 }

  rVTTestSubR26NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR26Entry  24 }

  rVTTestSubR26NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR26Entry  25 }

  rVTTestSubR26NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR26Entry  26 }

  rVTTestSubR26NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR26Entry  27 }

  rVTTestSubR26NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR26Entry  28 }

  rVTTestSubR26NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR26Entry  29 }

  rVTTestSubR26NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR26Entry  30 }

  rVTTestSubR26NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR26Entry  31 }

  rVTTestSubR26NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR26Entry  32 }

  rVTTestSubR26NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR26Entry  33 }

  rVTTestSubR26NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR26Entry  34 }

  rVTTestSubR26NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR26Entry  35 }

  rVTTestSubR26NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR26Entry  36 }

  rVTTestSubR26NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR26Entry  37 }

  rVTTestSubR26NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR26Entry  38 }

  rVTTestSubR26NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR26Entry  39 }

  rVTTestSubR26NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR26Entry  40 }

  rVTTestSubR26NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR26Entry  41 }

  rVTTestSubR26RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR26Entry  42 }

  rVTTestSubR26RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR26Entry  43 }

  rVTTestSubR26RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR26Entry  44 }

  rVTTestSubR26RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR26Entry  45 }

  rVTTestSubR26RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR26Entry  46 }

  rVTTestSubR26RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR26Entry  47 }

  rVTTestSubR26RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR26Entry  48 }

  rVTTestSubR26RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR26Entry  49 }

  rVTTestSubR26RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR26Entry  50 }

  rVTTestSubR26RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR26Entry  51 }

  rVTTestSubR26RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR26Entry  52 }

  rVTTestSubR26DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR26Entry  53 }

  rVTTestSubR26DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR26Entry  54 }

  rVTTestSubR26RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR26Entry  55 }

  rVTTestSubR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR26Entry  56 }

  rVTTestSubR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR26Entry  57 }

  rVTTestSubR26T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  58 }

  rVTTestSubR26T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  59 }

  rVTTestSubR26T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  60 }

  rVTTestSubR26T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  61 }

  rVTTestSubR26T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  62 }

  rVTTestSubR26T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  63 }

  rVTTestSubR26T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  64 }

  rVTTestSubR26T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  65 }

  rVTTestSubR26T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  66 }

  rVTTestSubR26T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  67 }

  rVTTestSubR26T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  68 }

  rVTTestSubR26T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  69 }

  rVTTestSubR26GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR26Entry  70 }

  rVTTestSubR26UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR26Entry  71 }

  rVTTestSubR26TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR26Entry  72 }

  rVTTestSubR26TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR26Entry  73 }

  rVTTestSubR26RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR26Entry  75 }

  rVTTestSubR26SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR26Entry  76 }

  rVTTestSubR26NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR26Entry  77 }

  rVTTestSubR26NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR26Entry  78 }

  rVTTestSubR26RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR26Entry  79 }

  rVTTestSubR26IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR26Entry  80 }

  rVTTestSubR26IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR26Entry  81 }

  rVTTestSubR26NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR26Entry  82 }

  rVTTestSubR26NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR26Entry  83 }

  rVTTestSubR26NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR26Entry  84 }

  rVTTestSubR26NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR26Entry  86 }

  rVTTestSubR26IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR26Entry  87 }

  rVTTestSubR26T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  90 }

  rVTTestSubR26T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  91 }

  rVTTestSubR26T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  92 }

  rVTTestSubR26T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  93 }

  rVTTestSubR26T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  94 }

  rVTTestSubR26LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR26Entry  95 }

  rVTTestSubR26LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR26Entry  96 }

  rVTTestSubR26LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR26Entry  97 }

  rVTTestSubR26LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR26Entry  98 }

  rVTTestSubR26LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR26Entry  99 }

  rVTTestSubR26NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR26Entry  100 }

  rVTTestSubR26NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR26Entry  101 }

  rVTTestSubR26NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR26Entry  102 }

  rVTTestSubR26NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR26Entry  103 }

  rVTTestSubR26NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR26Entry  104 }

  rVTTestSubR26NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR26Entry  105 }

  rVTTestSubR26NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR26Entry  106 }

  rVTTestSubR26NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR26Entry  107 }

  rVTTestSubR26T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  108 }

  rVTTestSubR26T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  109 }

  rVTTestSubR26T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  110 }

  rVTTestSubR26T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  111 }

  rVTTestSubR26T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  112 }

  rVTTestSubR26I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR26Entry  113 }

  rVTTestSubR26I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR26Entry  114 }

  rVTTestSubR26I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR26Entry  115 }

  rVTTestSubR26NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR26Entry  116 }

  rVTTestSubR26NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR26Entry  117 }

  rVTTestSubR26NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR26Entry  118 }

  rVTTestSubR26I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR26Entry  119 }

  rVTTestSubR26I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR26Entry  120 }

  rVTTestSubR26I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR26Entry  121 }

  rVTTestSubR26I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR26Entry  122 }

  rVTTestSubR26I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR26Entry  123 }

  rVTTestSubR26I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR26Entry  124 }

  rVTTestSubR26NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR26Entry  125 }

  rVTTestSubR26NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR26Entry  126 }

  rVTTestSubR26NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR26Entry  127 }

  rVTTestSubR26NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR26Entry  128 }

  rVTTestSubR26ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR26Entry  129 }

  rVTTestSubR26AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR26Entry  130 }

  rVTTestSubR26AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR26Entry  131 }

  rVTTestSubR26NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR26Entry  132 }

  rVTTestSubR26I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR26Entry  133 }

  rVTTestSubR26NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR26Entry  137 }

  rVTTestSubR26NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR26Entry  138 }

  rVTTestSubR26RtgModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified calling party number'."
    ::= { rVTTestSubR26Entry  139 }

  rVTTestSubR26RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR26Entry  140 }

  rVTTestSubR26LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR26Entry  141 }

  rVTTestSubR26LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR26Entry  142 }

  rVTTestSubR26LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR26Entry  143 }

  rVTTestSubR26LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR26Entry  144 }

  rVTTestSubR26LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR26Entry  145 }

  rVTTestSubR26LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR26Entry  146 }

  rVTTestSubR26LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR26Entry  147 }

  rVTTestSubR26LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR26Entry  148 }

  rVTTestSubR26LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR26Entry  149 }

  rVTTestSubR26LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR26Entry  150 }

  rVTTestSubR26LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR26Entry  151 }

  rVTTestSubR26LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR26Entry  152 }

  rVTTestSubR26LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR26Entry  153 }

  rVTTestSubR26LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR26Entry  154 }

  rVTTestSubR26LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR26Entry  155 }

  rVTTestSubR26I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR26Entry  156 }

  rVTTestSubR26I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR26Entry  157 }

  rVTTestSubR26I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR26Entry  158 }

  rVTTestSubR26I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR26Entry  159 }

  rVTTestSubR26ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  160 }

  rVTTestSubR26IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR26Entry  161 }

  rVTTestSubR26T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  162 }

  rVTTestSubR26T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  163 }

  rVTTestSubR26T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  164 }

  rVTTestSubR26T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  165 }

  rVTTestSubR26T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  166 }

  rVTTestSubR26T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  167 }

  rVTTestSubR26T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  169 }

  rVTTestSubR26T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  170 }

  rVTTestSubR26T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  171 }

  rVTTestSubR26T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  172 }

  rVTTestSubR26T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  173 }

  rVTTestSubR26T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  174 }

  rVTTestSubR26T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  176 }

  rVTTestSubR26T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  177 }

  rVTTestSubR26T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  178 }

  rVTTestSubR26T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  179 }

  rVTTestSubR26T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  180 }

  rVTTestSubR26T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  182 }

  rVTTestSubR26T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  183 }

  rVTTestSubR26T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  184 }

  rVTTestSubR26T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  185 }

  rVTTestSubR26T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  186 }

  rVTTestSubR26IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  187 }

  rVTTestSubR26T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  188 }

  rVTTestSubR26T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  189 }

  rVTTestSubR26T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  190 }

  rVTTestSubR26T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  191 }

  rVTTestSubR26T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  192 }

  rVTTestSubR26T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  193 }

  rVTTestSubR26T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  195 }

  rVTTestSubR26T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  196 }

  rVTTestSubR26T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  197 }

  rVTTestSubR26T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  198 }

  rVTTestSubR26T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  199 }

  rVTTestSubR26T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  200 }

  rVTTestSubR26T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  202 }

  rVTTestSubR26T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  203 }

  rVTTestSubR26T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  204 }

  rVTTestSubR26T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  205 }

  rVTTestSubR26T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  206 }

  rVTTestSubR26T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  208 }

  rVTTestSubR26T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  209 }

  rVTTestSubR26T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  210 }

  rVTTestSubR26T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  211 }

  rVTTestSubR26T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  212 }

  rVTTestSubR26IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  213 }

  rVTTestSubR26T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  214 }

  rVTTestSubR26T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  215 }

  rVTTestSubR26T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  216 }

  rVTTestSubR26T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  217 }

  rVTTestSubR26T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  218 }

  rVTTestSubR26T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  219 }

  rVTTestSubR26T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  221 }

  rVTTestSubR26T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  222 }

  rVTTestSubR26T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  223 }

  rVTTestSubR26T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  224 }

  rVTTestSubR26T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  225 }

  rVTTestSubR26T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  226 }

  rVTTestSubR26T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  228 }

  rVTTestSubR26T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  229 }

  rVTTestSubR26T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  230 }

  rVTTestSubR26T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  231 }

  rVTTestSubR26T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  232 }

  rVTTestSubR26T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  234 }

  rVTTestSubR26T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  235 }

  rVTTestSubR26T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  236 }

  rVTTestSubR26T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  237 }

  rVTTestSubR26T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  238 }

  rVTTestSubR26IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  239 }

  rVTTestSubR26T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  240 }

  rVTTestSubR26T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  241 }

  rVTTestSubR26T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  242 }

  rVTTestSubR26T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  243 }

  rVTTestSubR26T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  244 }

  rVTTestSubR26T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  245 }

  rVTTestSubR26T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  247 }

  rVTTestSubR26T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  248 }

  rVTTestSubR26T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  249 }

  rVTTestSubR26T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  250 }

  rVTTestSubR26T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  251 }

  rVTTestSubR26T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  252 }

  rVTTestSubR26T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  254 }

  rVTTestSubR26T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  255 }

  rVTTestSubR26T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  256 }

  rVTTestSubR26T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  257 }

  rVTTestSubR26T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  258 }

  rVTTestSubR26T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  260 }

  rVTTestSubR26T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  261 }

  rVTTestSubR26T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  262 }

  rVTTestSubR26T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  263 }

  rVTTestSubR26T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  264 }

  rVTTestSubR26IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  265 }

  rVTTestSubR26T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  266 }

  rVTTestSubR26T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  267 }

  rVTTestSubR26T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  268 }

  rVTTestSubR26T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  269 }

  rVTTestSubR26T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  270 }

  rVTTestSubR26T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  271 }

  rVTTestSubR26T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  273 }

  rVTTestSubR26T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  274 }

  rVTTestSubR26T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  275 }

  rVTTestSubR26T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  276 }

  rVTTestSubR26T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  277 }

  rVTTestSubR26T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  278 }

  rVTTestSubR26T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  280 }

  rVTTestSubR26T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  281 }

  rVTTestSubR26T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  282 }

  rVTTestSubR26T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  283 }

  rVTTestSubR26T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  284 }

  rVTTestSubR26T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  286 }

  rVTTestSubR26T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  287 }

  rVTTestSubR26T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  288 }

  rVTTestSubR26T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  289 }

  rVTTestSubR26T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  290 }

  rVTTestSubR26IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  291 }

  rVTTestSubR26T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  292 }

  rVTTestSubR26T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  293 }

  rVTTestSubR26T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  294 }

  rVTTestSubR26T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  295 }

  rVTTestSubR26T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  296 }

  rVTTestSubR26T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  297 }

  rVTTestSubR26T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  299 }

  rVTTestSubR26T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  300 }

  rVTTestSubR26T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  301 }

  rVTTestSubR26T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  302 }

  rVTTestSubR26T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  303 }

  rVTTestSubR26T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  304 }

  rVTTestSubR26T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  306 }

  rVTTestSubR26T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  307 }

  rVTTestSubR26T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  308 }

  rVTTestSubR26T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  309 }

  rVTTestSubR26T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  310 }

  rVTTestSubR26T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  312 }

  rVTTestSubR26T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  313 }

  rVTTestSubR26T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  314 }

  rVTTestSubR26T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  315 }

  rVTTestSubR26T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  316 }

  rVTTestSubR26IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  317 }

  rVTTestSubR26T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  318 }

  rVTTestSubR26T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  319 }

  rVTTestSubR26T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  320 }

  rVTTestSubR26T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  321 }

  rVTTestSubR26T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  322 }

  rVTTestSubR26T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  323 }

  rVTTestSubR26T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  325 }

  rVTTestSubR26T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  326 }

  rVTTestSubR26T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  327 }

  rVTTestSubR26T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  328 }

  rVTTestSubR26T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  329 }

  rVTTestSubR26T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  330 }

  rVTTestSubR26T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  332 }

  rVTTestSubR26T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  333 }

  rVTTestSubR26T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  334 }

  rVTTestSubR26T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  335 }

  rVTTestSubR26T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  336 }

  rVTTestSubR26T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  338 }

  rVTTestSubR26T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  339 }

  rVTTestSubR26T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  340 }

  rVTTestSubR26T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  341 }

  rVTTestSubR26T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  342 }

  rVTTestSubR26IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  343 }

  rVTTestSubR26T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  344 }

  rVTTestSubR26T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  345 }

  rVTTestSubR26T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  346 }

  rVTTestSubR26T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  347 }

  rVTTestSubR26T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  348 }

  rVTTestSubR26T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  349 }

  rVTTestSubR26T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  351 }

  rVTTestSubR26T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  352 }

  rVTTestSubR26T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  353 }

  rVTTestSubR26T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  354 }

  rVTTestSubR26T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  355 }

  rVTTestSubR26T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  356 }

  rVTTestSubR26T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  358 }

  rVTTestSubR26T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  359 }

  rVTTestSubR26T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  360 }

  rVTTestSubR26T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  361 }

  rVTTestSubR26T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  362 }

  rVTTestSubR26T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  364 }

  rVTTestSubR26T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  365 }

  rVTTestSubR26T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  366 }

  rVTTestSubR26T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  367 }

  rVTTestSubR26T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  368 }

  rVTTestSubR26IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  369 }

  rVTTestSubR26T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  370 }

  rVTTestSubR26T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  371 }

  rVTTestSubR26T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  372 }

  rVTTestSubR26T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  373 }

  rVTTestSubR26T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  374 }

  rVTTestSubR26T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  375 }

  rVTTestSubR26T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  377 }

  rVTTestSubR26T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  378 }

  rVTTestSubR26T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  379 }

  rVTTestSubR26T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  380 }

  rVTTestSubR26T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  381 }

  rVTTestSubR26T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  382 }

  rVTTestSubR26T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  384 }

  rVTTestSubR26T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  385 }

  rVTTestSubR26T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  386 }

  rVTTestSubR26T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  387 }

  rVTTestSubR26T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  388 }

  rVTTestSubR26T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  390 }

  rVTTestSubR26T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  391 }

  rVTTestSubR26T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  392 }

  rVTTestSubR26T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  393 }

  rVTTestSubR26T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  394 }

  rVTTestSubR26IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  395 }

  rVTTestSubR26T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  396 }

  rVTTestSubR26T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  397 }

  rVTTestSubR26T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  398 }

  rVTTestSubR26T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  399 }

  rVTTestSubR26T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  400 }

  rVTTestSubR26T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  401 }

  rVTTestSubR26T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  403 }

  rVTTestSubR26T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  404 }

  rVTTestSubR26T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  405 }

  rVTTestSubR26T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  406 }

  rVTTestSubR26T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  407 }

  rVTTestSubR26T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  408 }

  rVTTestSubR26T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  410 }

  rVTTestSubR26T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  411 }

  rVTTestSubR26T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  412 }

  rVTTestSubR26T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  413 }

  rVTTestSubR26T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  414 }

  rVTTestSubR26T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  416 }

  rVTTestSubR26T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  417 }

  rVTTestSubR26T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  418 }

  rVTTestSubR26T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  419 }

  rVTTestSubR26T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  420 }

  rVTTestSubR26IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  421 }

  rVTTestSubR26ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR26Entry  422 }

  rVTTestSubR26ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR26Entry  423 }

  rVTTestSubR26T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  424 }

  rVTTestSubR26T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  425 }

  rVTTestSubR26T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  426 }

  rVTTestSubR26T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  427 }

  rVTTestSubR26T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  428 }

  rVTTestSubR26T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  429 }

  rVTTestSubR26T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  431 }

  rVTTestSubR26T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  432 }

  rVTTestSubR26T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  433 }

  rVTTestSubR26T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  434 }

  rVTTestSubR26T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  435 }

  rVTTestSubR26T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  436 }

  rVTTestSubR26T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  438 }

  rVTTestSubR26T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  439 }

  rVTTestSubR26T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  440 }

  rVTTestSubR26T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  441 }

  rVTTestSubR26T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  442 }

  rVTTestSubR26T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  444 }

  rVTTestSubR26T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  445 }

  rVTTestSubR26T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  446 }

  rVTTestSubR26T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  447 }

  rVTTestSubR26T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  448 }

  rVTTestSubR26ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  449 }

  rVTTestSubR26T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  450 }

  rVTTestSubR26T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  451 }

  rVTTestSubR26T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  452 }

  rVTTestSubR26T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  453 }

  rVTTestSubR26T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  454 }

  rVTTestSubR26T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  455 }

  rVTTestSubR26T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  457 }

  rVTTestSubR26T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  458 }

  rVTTestSubR26T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  459 }

  rVTTestSubR26T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  460 }

  rVTTestSubR26T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  461 }

  rVTTestSubR26T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  462 }

  rVTTestSubR26T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  464 }

  rVTTestSubR26T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  465 }

  rVTTestSubR26T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  466 }

  rVTTestSubR26T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  467 }

  rVTTestSubR26T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  468 }

  rVTTestSubR26T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  470 }

  rVTTestSubR26T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  471 }

  rVTTestSubR26T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  472 }

  rVTTestSubR26T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  473 }

  rVTTestSubR26T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  474 }

  rVTTestSubR26ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  475 }

  rVTTestSubR26T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  476 }

  rVTTestSubR26T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  477 }

  rVTTestSubR26T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  478 }

  rVTTestSubR26T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  479 }

  rVTTestSubR26T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  480 }

  rVTTestSubR26T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  481 }

  rVTTestSubR26T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  483 }

  rVTTestSubR26T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  484 }

  rVTTestSubR26T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  485 }

  rVTTestSubR26T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  486 }

  rVTTestSubR26T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  487 }

  rVTTestSubR26T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  488 }

  rVTTestSubR26T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  490 }

  rVTTestSubR26T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  491 }

  rVTTestSubR26T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  492 }

  rVTTestSubR26T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  493 }

  rVTTestSubR26T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  494 }

  rVTTestSubR26T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  496 }

  rVTTestSubR26T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  497 }

  rVTTestSubR26T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  498 }

  rVTTestSubR26T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  499 }

  rVTTestSubR26T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  500 }

  rVTTestSubR26ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  501 }

  rVTTestSubR26T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  502 }

  rVTTestSubR26T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  503 }

  rVTTestSubR26T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  504 }

  rVTTestSubR26T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  505 }

  rVTTestSubR26T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  506 }

  rVTTestSubR26T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  507 }

  rVTTestSubR26T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  509 }

  rVTTestSubR26T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  510 }

  rVTTestSubR26T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  511 }

  rVTTestSubR26T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  512 }

  rVTTestSubR26T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  513 }

  rVTTestSubR26T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  514 }

  rVTTestSubR26T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  516 }

  rVTTestSubR26T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  517 }

  rVTTestSubR26T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  518 }

  rVTTestSubR26T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  519 }

  rVTTestSubR26T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  520 }

  rVTTestSubR26T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  522 }

  rVTTestSubR26T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  523 }

  rVTTestSubR26T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  524 }

  rVTTestSubR26T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  525 }

  rVTTestSubR26T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  526 }

  rVTTestSubR26ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  527 }

  rVTTestSubR26T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  528 }

  rVTTestSubR26T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  529 }

  rVTTestSubR26T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  530 }

  rVTTestSubR26T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  531 }

  rVTTestSubR26T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  532 }

  rVTTestSubR26T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  533 }

  rVTTestSubR26T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  535 }

  rVTTestSubR26T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  536 }

  rVTTestSubR26T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  537 }

  rVTTestSubR26T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  538 }

  rVTTestSubR26T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  539 }

  rVTTestSubR26T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  540 }

  rVTTestSubR26T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  542 }

  rVTTestSubR26T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  543 }

  rVTTestSubR26T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  544 }

  rVTTestSubR26T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  545 }

  rVTTestSubR26T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  546 }

  rVTTestSubR26T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  548 }

  rVTTestSubR26T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  549 }

  rVTTestSubR26T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  550 }

  rVTTestSubR26T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  551 }

  rVTTestSubR26T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  552 }

  rVTTestSubR26ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  553 }

  rVTTestSubR26T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  554 }

  rVTTestSubR26T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  555 }

  rVTTestSubR26T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  556 }

  rVTTestSubR26T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  557 }

  rVTTestSubR26T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  558 }

  rVTTestSubR26T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  559 }

  rVTTestSubR26T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  561 }

  rVTTestSubR26T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  562 }

  rVTTestSubR26T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  563 }

  rVTTestSubR26T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  564 }

  rVTTestSubR26T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  565 }

  rVTTestSubR26T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  566 }

  rVTTestSubR26T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  568 }

  rVTTestSubR26T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  569 }

  rVTTestSubR26T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  570 }

  rVTTestSubR26T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  571 }

  rVTTestSubR26T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  572 }

  rVTTestSubR26T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  574 }

  rVTTestSubR26T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  575 }

  rVTTestSubR26T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  576 }

  rVTTestSubR26T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  577 }

  rVTTestSubR26T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  578 }

  rVTTestSubR26ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  579 }

  rVTTestSubR26T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  580 }

  rVTTestSubR26T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  581 }

  rVTTestSubR26T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  582 }

  rVTTestSubR26T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  583 }

  rVTTestSubR26T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  584 }

  rVTTestSubR26T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  585 }

  rVTTestSubR26T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  587 }

  rVTTestSubR26T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  588 }

  rVTTestSubR26T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  589 }

  rVTTestSubR26T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  590 }

  rVTTestSubR26T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  591 }

  rVTTestSubR26T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  592 }

  rVTTestSubR26T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  594 }

  rVTTestSubR26T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  595 }

  rVTTestSubR26T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  596 }

  rVTTestSubR26T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  597 }

  rVTTestSubR26T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  598 }

  rVTTestSubR26T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  600 }

  rVTTestSubR26T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  601 }

  rVTTestSubR26T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  602 }

  rVTTestSubR26T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  603 }

  rVTTestSubR26T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  604 }

  rVTTestSubR26ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  605 }

  rVTTestSubR26T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  606 }

  rVTTestSubR26T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  607 }

  rVTTestSubR26T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  608 }

  rVTTestSubR26T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  609 }

  rVTTestSubR26T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  610 }

  rVTTestSubR26T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  611 }

  rVTTestSubR26T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  613 }

  rVTTestSubR26T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  614 }

  rVTTestSubR26T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  615 }

  rVTTestSubR26T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  616 }

  rVTTestSubR26T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  617 }

  rVTTestSubR26T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  618 }

  rVTTestSubR26T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  620 }

  rVTTestSubR26T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  621 }

  rVTTestSubR26T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  622 }

  rVTTestSubR26T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  623 }

  rVTTestSubR26T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  624 }

  rVTTestSubR26T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  626 }

  rVTTestSubR26T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  627 }

  rVTTestSubR26T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  628 }

  rVTTestSubR26T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  629 }

  rVTTestSubR26T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  630 }

  rVTTestSubR26ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  631 }

  rVTTestSubR26T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  632 }

  rVTTestSubR26T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  633 }

  rVTTestSubR26T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  634 }

  rVTTestSubR26T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  635 }

  rVTTestSubR26T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  636 }

  rVTTestSubR26T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  637 }

  rVTTestSubR26T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  639 }

  rVTTestSubR26T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  640 }

  rVTTestSubR26T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  641 }

  rVTTestSubR26T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  642 }

  rVTTestSubR26T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  643 }

  rVTTestSubR26T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  644 }

  rVTTestSubR26T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  646 }

  rVTTestSubR26T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  647 }

  rVTTestSubR26T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  648 }

  rVTTestSubR26T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  649 }

  rVTTestSubR26T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  650 }

  rVTTestSubR26T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  652 }

  rVTTestSubR26T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  653 }

  rVTTestSubR26T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  654 }

  rVTTestSubR26T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  655 }

  rVTTestSubR26T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  656 }

  rVTTestSubR26ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  657 }

  rVTTestSubR26T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  658 }

  rVTTestSubR26T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  659 }

  rVTTestSubR26T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  660 }

  rVTTestSubR26T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  661 }

  rVTTestSubR26T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  662 }

  rVTTestSubR26T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR26Entry  663 }

  rVTTestSubR26T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  665 }

  rVTTestSubR26T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  666 }

  rVTTestSubR26T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  667 }

  rVTTestSubR26T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  668 }

  rVTTestSubR26T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  669 }

  rVTTestSubR26T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR26Entry  670 }

  rVTTestSubR26T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  672 }

  rVTTestSubR26T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  673 }

  rVTTestSubR26T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  674 }

  rVTTestSubR26T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  675 }

  rVTTestSubR26T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR26Entry  676 }

  rVTTestSubR26T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  678 }

  rVTTestSubR26T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  679 }

  rVTTestSubR26T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  680 }

  rVTTestSubR26T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  681 }

  rVTTestSubR26T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR26Entry  682 }

  rVTTestSubR26ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  683 }

  rVTTestSubR26ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR26Entry  684 }

  rVTTestSubR26ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR26Entry  685 }

  rVTTestSubR26NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR26Entry  686 }

  rVTTestSubR26NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR26Entry  687 }

  rVTTestSubR26NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR26Entry  688 }

  rVTTestSubR26NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR26Entry  689 }

  rVTTestSubR26NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR26Entry  690 }

  rVTTestSubR26NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR26Entry  691 }

  rVTTestSubR26NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR26Entry  692 }

  rVTTestSubR26NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR26Entry  693 }

  rVTTestSubR26NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR26Entry  694 }

  rVTTestSubR26NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR26Entry  695 }

  rVTTestSubR26NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR26Entry  696 }

  rVTTestSubR26NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR26Entry  697 }

  rVTTestSubR26NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR26Entry  698 }

  rVTTestSubR26NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR26Entry  699 }

  rVTTestSubR26NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR26Entry  700 }

  rVTTestSubR26NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR26Entry  701 }

  rVTTestSubR26NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR26Entry  702 }

  rVTTestSubR26NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR26Entry  703 }

  rVTTestSubR26RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR26Entry  704 }

  rVTTestSubR26IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR26Entry  706 }

  rVTTestSubR26I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  712 }

  rVTTestSubR26I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  713 }

  rVTTestSubR26SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  800 }

  rVTTestSubR26SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  801 }

  rVTTestSubR26SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR26Entry  802 }

  rVTTestSubR26SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  810 }

  rVTTestSubR26SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  811 }

  rVTTestSubR26SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  812 }

  rVTTestSubR26SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  813 }

  rVTTestSubR26SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  814 }

  rVTTestSubR26SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  815 }

  rVTTestSubR26SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  816 }

  rVTTestSubR26SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR26Entry  817 }

  rVTTestSubR26SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR26Entry  818 }

  rVTTestSubR26SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  822 }

  rVTTestSubR26SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  823 }

  rVTTestSubR26SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR26Entry  824 }

  rVTTestSubR26CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR26Entry  825 }

  rVTTestSubR26SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  826 }

  rVTTestSubR26SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR26Entry  827 }

  rVTTestSubR26SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR26Entry  828 }

  rVTTestSubR26NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR26Entry  829 }

  rVTTestSubR26DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR26Entry  830 }

  rVTTestSubR26DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR26Entry  831 }

  rVTTestSubR26DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR26Entry  832 }

  rVTTestSubR26HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR26Entry  833 }

  rVTTestSubR26MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR26Entry  834 }

  rVTTestSubR26NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR26Entry  835 }

  rVTTestSubR26NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR26Entry  836 }

  rVTTestSubR26RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR26Entry  837 }

  rVTTestSubR26IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR26Entry  838 }

  rVTTestSubR26I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  839 }

  rVTTestSubR26I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  840 }

  rVTTestSubR26I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  841 }

  rVTTestSubR26I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR26Entry  842 }

  rVTTestSubR26ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR26Entry  843 }

  rVTTestSubR26ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR26Entry  844 }

  rVTTestSubR26RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR26Entry  845 }

  rVTTestSubR26RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR26Entry  846 }

  rVTTestSubR26RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR26Entry  847 }

  rVTTestSubR26ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR26Entry  848 }

  rVTTestSubR26ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR26Entry  849 }

  rVTTestSubR26I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR26Entry  850 }

  rVTTestSubR26SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR26Entry  851 }

  rVTTestSubR26NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestSubR26Entry  852 }

  rVTTestSubR26NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR26Entry  853 }

  rVTTestSubR26RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestSubR26Entry  854 }

  rVTTestSubR26RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR26Entry  855 }

  rVTTestSubR26NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestSubR26Entry  856 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Licensed Features'                                          */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  licFeatTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LicFeatEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2428 }

  licFeatEntry OBJECT-TYPE
    SYNTAX       LicFeatEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { licFeatNEConn,
             licFeatNetwkElement,
             licFeatLicensedFeaturesIx }
    ::= {  licFeatTable  1  }

  LicFeatEntry  ::=  SEQUENCE
  {
    licFeatNEConn                      Unsigned32,
    licFeatNetwkElement                DisplayString,
    licFeatLicensedFeaturesIx          Unsigned32,
    licFeatDepWideLicBreachesConsumerSubs
                                       INTEGER,
    licFeatDepWideLicBreachesTotBusinessUserSubs
                                       INTEGER,
    licFeatDepWideLicBrchIntdACDBasicSubs
                                       INTEGER,
    licFeatDepWideLicBrchIntdACDPremiumSubs
                                       INTEGER,
    licFeatDepWideLicBreachesTotBSUBPUIACDFeatureSubs
                                       INTEGER,
    licFeatDepWideLicBreachesCallRecingSubs
                                       INTEGER,
    licFeatDepWideLicBreachesSIPTrnkAndPBXCalls
                                       INTEGER,
    licFeatDepWideLicBreachesControlledDS0s
                                       INTEGER,
    licFeatDepWideLicBreachesAGCIPLines
                                       INTEGER,
    licFeatDepWideLicBreachesEmgncyStandaloneSubs
                                       INTEGER,
    licFeatDepWideLicLimConsumerSubs   Unsigned32,
    licFeatDepWideLicLimBusBasicUserBBUSubs
                                       Unsigned32,
    licFeatDepWideLicLimBusStandardUserBSUSubs
                                       Unsigned32,
    licFeatDepWideLicLimBusPremiumUserBPUSubs
                                       Unsigned32,
    licFeatDepWideLicLimTotBusinessUserSubs
                                       Unsigned32,
    licFeatDepWideLicLimIntACDBasicSubs
                                       Unsigned32,
    licFeatDepWideLicLimIntACDPremiumSubs
                                       Unsigned32,
    licFeatDepWideLicLimTotBSUBPUIACDFeatureSubs
                                       Unsigned32,
    licFeatDepWideLicLimCallRecingSubs Unsigned32,
    licFeatDepWideLicLimSIPTrnkAndPBXCalls
                                       Unsigned32,
    licFeatDepWideLicLimControlledDS0s Unsigned32,
    licFeatDepWideLicLimAGCIPLines     Unsigned32,
    licFeatDepWideLicLimEmgncyStandaloneSubs
                                       Unsigned32,
    licFeatAlrmState                   INTEGER,
    licFeatStatisticsAlrms             Integer32,
    licFeatAlrmStateTimestamp          Unsigned32,
    licFeatAlrmEvtsAttnRqLogCorr       Counter64,
    licFeatAlrmEvtsAttnRq              Integer32,
    licFeatAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  licFeatNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { licFeatEntry  1 }

  licFeatNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { licFeatEntry  2 }

  licFeatLicensedFeaturesIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensed Features index'.
                  This is an index field."
    ::= { licFeatEntry  3 }

  licFeatDepWideLicBreachesConsumerSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - consumer subscribers'."
    ::= { licFeatEntry  4 }

  licFeatDepWideLicBreachesTotBusinessUserSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - total business user subscribers'."
    ::= { licFeatEntry  5 }

  licFeatDepWideLicBrchIntdACDBasicSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - integrated ACD basic subscribers'."
    ::= { licFeatEntry  6 }

  licFeatDepWideLicBrchIntdACDPremiumSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - integrated ACD premium subscribers'."
    ::= { licFeatEntry  7 }

  licFeatDepWideLicBreachesTotBSUBPUIACDFeatureSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - total BSU + BPU + iACD feature subscribers'."
    ::= { licFeatEntry  8 }

  licFeatDepWideLicBreachesCallRecingSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - call recording subscribers'."
    ::= { licFeatEntry  9 }

  licFeatDepWideLicBreachesSIPTrnkAndPBXCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - SIP trunk and PBX calls'."
    ::= { licFeatEntry  10 }

  licFeatDepWideLicBreachesControlledDS0s OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - controlled DS0s'."
    ::= { licFeatEntry  11 }

  licFeatDepWideLicBreachesAGCIPLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - AGC IP lines'."
    ::= { licFeatEntry  12 }

  licFeatDepWideLicBreachesEmgncyStandaloneSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license breaches - Emergency Standalone subscribers'."
    ::= { licFeatEntry  13 }

  licFeatDepWideLicLimConsumerSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - consumer subscribers'."
    ::= { licFeatEntry  14 }

  licFeatDepWideLicLimBusBasicUserBBUSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - business basic user (BBU) subscribers'."
    ::= { licFeatEntry  15 }

  licFeatDepWideLicLimBusStandardUserBSUSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - business standard user (BSU) subscribers'."
    ::= { licFeatEntry  16 }

  licFeatDepWideLicLimBusPremiumUserBPUSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - business premium user (BPU) subscribers'."
    ::= { licFeatEntry  17 }

  licFeatDepWideLicLimTotBusinessUserSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - total business user subscribers'."
    ::= { licFeatEntry  18 }

  licFeatDepWideLicLimIntACDBasicSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - integrated ACD basic subscribers'."
    ::= { licFeatEntry  19 }

  licFeatDepWideLicLimIntACDPremiumSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - integrated ACD premium subscribers'."
    ::= { licFeatEntry  20 }

  licFeatDepWideLicLimTotBSUBPUIACDFeatureSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - total BSU + BPU + iACD feature subscribers'."
    ::= { licFeatEntry  21 }

  licFeatDepWideLicLimCallRecingSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - call recording subscribers'."
    ::= { licFeatEntry  22 }

  licFeatDepWideLicLimSIPTrnkAndPBXCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - SIP trunk and PBX calls'."
    ::= { licFeatEntry  23 }

  licFeatDepWideLicLimControlledDS0s OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - controlled DS0s'."
    ::= { licFeatEntry  24 }

  licFeatDepWideLicLimAGCIPLines OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - AGC IP lines'."
    ::= { licFeatEntry  25 }

  licFeatDepWideLicLimEmgncyStandaloneSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deployment-wide license limits - Emergency Standalone subscribers'."
    ::= { licFeatEntry  26 }

  licFeatAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { licFeatEntry  27 }

  licFeatStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { licFeatEntry  28 }

  licFeatAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { licFeatEntry  29 }

  licFeatAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { licFeatEntry  30 }

  licFeatAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { licFeatEntry  31 }

  licFeatAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { licFeatEntry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Source'                                            */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  locSrcR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocSrcR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Director Service'.
                  This table is not creatable."
    ::= { metaSwitch  2429 }

  locSrcR5Entry OBJECT-TYPE
    SYNTAX       LocSrcR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locSrcR5NEConn,
             locSrcR5NetwkElement,
             locSrcR5MetaViewDirectorIx,
             locSrcR5LocationSourceIx }
    ::= {  locSrcR5Table  1  }

  LocSrcR5Entry  ::=  SEQUENCE
  {
    locSrcR5NEConn                     Unsigned32,
    locSrcR5NetwkElement               DisplayString,
    locSrcR5MetaViewDirectorIx         Unsigned32,
    locSrcR5LocationSourceIx           Unsigned32,
    locSrcR5LocationSourceName         DisplayString,
    locSrcR5LocationSourceType         INTEGER,
    locSrcR5LocationSourceUniqueFingerprint
                                       DisplayString,
    locSrcR5LocSrcTplgType1            INTEGER,
    locSrcR5LocSrcTplgVal1             DisplayString,
    locSrcR5LocSrcTplgType2            INTEGER,
    locSrcR5LocSrcTplgVal2             DisplayString,
    locSrcR5LocSrcTplgType3            INTEGER,
    locSrcR5LocSrcTplgVal3             DisplayString,
    locSrcR5LocSrcTplgType4            INTEGER,
    locSrcR5LocSrcTplgVal4             DisplayString,
    locSrcR5LocSrcTplgType5            INTEGER,
    locSrcR5LocSrcTplgVal5             DisplayString,
    locSrcR5LocSrcTplgType6            INTEGER,
    locSrcR5LocSrcTplgVal6             DisplayString,
    locSrcR5LocSrcTplgType7            INTEGER,
    locSrcR5LocSrcTplgVal7             DisplayString,
    locSrcR5LocSrcTplgType8            INTEGER,
    locSrcR5LocSrcTplgVal8             DisplayString,
    locSrcR5LocSrcTplgType9            INTEGER,
    locSrcR5LocSrcTplgVal9             DisplayString,
    locSrcR5LocSrcTplgType10           INTEGER,
    locSrcR5LocSrcTplgVal10            DisplayString,
    locSrcR5LocSrcTplgType11           INTEGER,
    locSrcR5LocSrcTplgVal11            DisplayString,
    locSrcR5LocSrcTplgType12           INTEGER,
    locSrcR5LocSrcTplgVal12            DisplayString,
    locSrcR5LocSrcTplgType13           INTEGER,
    locSrcR5LocSrcTplgVal13            DisplayString,
    locSrcR5LocSrcTplgType14           INTEGER,
    locSrcR5LocSrcTplgVal14            DisplayString,
    locSrcR5LocSrcTplgType15           INTEGER,
    locSrcR5LocSrcTplgVal15            DisplayString,
    locSrcR5LocSrcTplgType16           INTEGER,
    locSrcR5LocSrcTplgVal16            DisplayString,
    locSrcR5LocSrcTplgType17           INTEGER,
    locSrcR5LocSrcTplgVal17            DisplayString,
    locSrcR5LocSrcTplgType18           INTEGER,
    locSrcR5LocSrcTplgVal18            DisplayString,
    locSrcR5LocSrcTplgType19           INTEGER,
    locSrcR5LocSrcTplgVal19            DisplayString,
    locSrcR5LocSrcTplgType20           INTEGER,
    locSrcR5LocSrcTplgVal20            DisplayString,
    locSrcR5LocationSourceSyncStatus   INTEGER,
    locSrcR5LocationSourceNumKeys      Unsigned32,
    locSrcR5AlrmState                  INTEGER,
    locSrcR5StatisticsAlrms            Integer32,
    locSrcR5AlrmEvtsAttnRqLogCorr      Counter64,
    locSrcR5AlrmEvtsAttnRq             Integer32,
    locSrcR5AlrmStateTimestamp         Unsigned32,
    locSrcR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    locSrcR5RowStatus                  RowStatus,
    locSrcR5SiteID                     Unsigned32,
    locSrcR5SiteName                   DisplayString,
    locSrcR5DoExtraActions             INTEGER,
    locSrcR5TopologySigAddrTopologyVals
                                       LongDisplayString,
    locSrcR5OBSDeletionCode            DisplayString,
    locSrcR5TopologyNumBlocks          Unsigned32,
    locSrcR5TopologyNumRehomedBlocks   Unsigned32
  }

  locSrcR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locSrcR5Entry  1 }

  locSrcR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locSrcR5Entry  2 }

  locSrcR5MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { locSrcR5Entry  3 }

  locSrcR5LocationSourceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Source Index'.
                  This is an index field."
    ::= { locSrcR5Entry  4 }

  locSrcR5LocationSourceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source name'."
    ::= { locSrcR5Entry  5 }

  locSrcR5LocationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(65),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source type'."
    ::= { locSrcR5Entry  6 }

  locSrcR5LocationSourceUniqueFingerprint OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source unique fingerprint'."
    ::= { locSrcR5Entry  7 }

  locSrcR5LocSrcTplgType1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 1'."
    ::= { locSrcR5Entry  8 }

  locSrcR5LocSrcTplgVal1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 1'."
    ::= { locSrcR5Entry  9 }

  locSrcR5LocSrcTplgType2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 2'."
    ::= { locSrcR5Entry  10 }

  locSrcR5LocSrcTplgVal2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 2'."
    ::= { locSrcR5Entry  11 }

  locSrcR5LocSrcTplgType3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 3'."
    ::= { locSrcR5Entry  12 }

  locSrcR5LocSrcTplgVal3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 3'."
    ::= { locSrcR5Entry  13 }

  locSrcR5LocSrcTplgType4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 4'."
    ::= { locSrcR5Entry  14 }

  locSrcR5LocSrcTplgVal4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 4'."
    ::= { locSrcR5Entry  15 }

  locSrcR5LocSrcTplgType5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 5'."
    ::= { locSrcR5Entry  16 }

  locSrcR5LocSrcTplgVal5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 5'."
    ::= { locSrcR5Entry  17 }

  locSrcR5LocSrcTplgType6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 6'."
    ::= { locSrcR5Entry  18 }

  locSrcR5LocSrcTplgVal6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 6'."
    ::= { locSrcR5Entry  19 }

  locSrcR5LocSrcTplgType7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 7'."
    ::= { locSrcR5Entry  20 }

  locSrcR5LocSrcTplgVal7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 7'."
    ::= { locSrcR5Entry  21 }

  locSrcR5LocSrcTplgType8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 8'."
    ::= { locSrcR5Entry  22 }

  locSrcR5LocSrcTplgVal8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 8'."
    ::= { locSrcR5Entry  23 }

  locSrcR5LocSrcTplgType9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 9'."
    ::= { locSrcR5Entry  24 }

  locSrcR5LocSrcTplgVal9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 9'."
    ::= { locSrcR5Entry  25 }

  locSrcR5LocSrcTplgType10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 10'."
    ::= { locSrcR5Entry  26 }

  locSrcR5LocSrcTplgVal10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 10'."
    ::= { locSrcR5Entry  27 }

  locSrcR5LocSrcTplgType11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 11'."
    ::= { locSrcR5Entry  28 }

  locSrcR5LocSrcTplgVal11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 11'."
    ::= { locSrcR5Entry  29 }

  locSrcR5LocSrcTplgType12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 12'."
    ::= { locSrcR5Entry  30 }

  locSrcR5LocSrcTplgVal12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 12'."
    ::= { locSrcR5Entry  31 }

  locSrcR5LocSrcTplgType13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 13'."
    ::= { locSrcR5Entry  32 }

  locSrcR5LocSrcTplgVal13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 13'."
    ::= { locSrcR5Entry  33 }

  locSrcR5LocSrcTplgType14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 14'."
    ::= { locSrcR5Entry  34 }

  locSrcR5LocSrcTplgVal14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 14'."
    ::= { locSrcR5Entry  35 }

  locSrcR5LocSrcTplgType15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 15'."
    ::= { locSrcR5Entry  36 }

  locSrcR5LocSrcTplgVal15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 15'."
    ::= { locSrcR5Entry  37 }

  locSrcR5LocSrcTplgType16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 16'."
    ::= { locSrcR5Entry  38 }

  locSrcR5LocSrcTplgVal16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 16'."
    ::= { locSrcR5Entry  39 }

  locSrcR5LocSrcTplgType17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 17'."
    ::= { locSrcR5Entry  40 }

  locSrcR5LocSrcTplgVal17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 17'."
    ::= { locSrcR5Entry  41 }

  locSrcR5LocSrcTplgType18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 18'."
    ::= { locSrcR5Entry  42 }

  locSrcR5LocSrcTplgVal18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 18'."
    ::= { locSrcR5Entry  43 }

  locSrcR5LocSrcTplgType19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 19'."
    ::= { locSrcR5Entry  44 }

  locSrcR5LocSrcTplgVal19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 19'."
    ::= { locSrcR5Entry  45 }

  locSrcR5LocSrcTplgType20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumPBXSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 20'."
    ::= { locSrcR5Entry  46 }

  locSrcR5LocSrcTplgVal20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 20'."
    ::= { locSrcR5Entry  47 }

  locSrcR5LocationSourceSyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   lostContactWithSource(1),
                   loadingFromDisk(2),
                   synchronizingWithSource(3),
                   inSync(4),
                   deletingSource(5),
                   lostContactWithSourceWaitingForTimeout(6),
                   lostContactWithSourceRehomingOnDemand(7),
                   lostContactWithSourceRehomingAllConfiguration(8),
                   lostContactWithSourceRehomingComplete(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source synchronization status'."
    ::= { locSrcR5Entry  48 }

  locSrcR5LocationSourceNumKeys OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of keys'."
    ::= { locSrcR5Entry  49 }

  locSrcR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { locSrcR5Entry  50 }

  locSrcR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { locSrcR5Entry  51 }

  locSrcR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { locSrcR5Entry  52 }

  locSrcR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { locSrcR5Entry  53 }

  locSrcR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { locSrcR5Entry  54 }

  locSrcR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { locSrcR5Entry  55 }

  locSrcR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { locSrcR5Entry  56 }

  locSrcR5SiteID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { locSrcR5Entry  57 }

  locSrcR5SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { locSrcR5Entry  58 }

  locSrcR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resync(1),
                   startRehomingOnDemand(2),
                   rehomeAllConfiguration(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { locSrcR5Entry  59 }

  locSrcR5TopologySigAddrTopologyVals OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..12800))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Topology - signaling address topology values'."
    ::= { locSrcR5Entry  60 }

  locSrcR5OBSDeletionCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'OBS deletion code'."
    ::= { locSrcR5Entry  61 }

  locSrcR5TopologyNumBlocks OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - number of blocks'."
    ::= { locSrcR5Entry  62 }

  locSrcR5TopologyNumRehomedBlocks OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Topology - number of rehomed blocks'."
    ::= { locSrcR5Entry  63 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.3.10                                                       */
-- /*********************************************************************************/

  iSUPLclSigDestR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2430 }

  iSUPLclSigDestR21Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR21NEConn,
             iSUPLclSigDestR21NetwkElement,
             iSUPLclSigDestR21CFSIx,
             iSUPLclSigDestR21ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR21Table  1  }

  ISUPLclSigDestR21Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR21NEConn            Unsigned32,
    iSUPLclSigDestR21NetwkElement      DisplayString,
    iSUPLclSigDestR21CFSIx             Unsigned32,
    iSUPLclSigDestR21ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR21PassOnMsg         INTEGER,
    iSUPLclSigDestR21CgstnStatus       INTEGER,
    iSUPLclSigDestR21CLLI              DisplayString,
    iSUPLclSigDestR21SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR21SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR21T1TimerDurn       Unsigned32,
    iSUPLclSigDestR21T2TimerDurn       Unsigned32,
    iSUPLclSigDestR21T3TimerDurn       Unsigned32,
    iSUPLclSigDestR21T5TimerDurn       Unsigned32,
    iSUPLclSigDestR21T6TimerDurn       Unsigned32,
    iSUPLclSigDestR21T7TimerDurn       Unsigned32,
    iSUPLclSigDestR21T8TimerDurn       Unsigned32,
    iSUPLclSigDestR21T9TimerDurn       Unsigned32,
    iSUPLclSigDestR21T10TimerDurn      Unsigned32,
    iSUPLclSigDestR21T11TimerDurn      Unsigned32,
    iSUPLclSigDestR21T12TimerDurn      Unsigned32,
    iSUPLclSigDestR21T13TimerDurn      Unsigned32,
    iSUPLclSigDestR21T14TimerDurn      Unsigned32,
    iSUPLclSigDestR21T15TimerDurn      Unsigned32,
    iSUPLclSigDestR21T16TimerDurn      Unsigned32,
    iSUPLclSigDestR21T17TimerDurn      Unsigned32,
    iSUPLclSigDestR21T18TimerDurn      Unsigned32,
    iSUPLclSigDestR21T19TimerDurn      Unsigned32,
    iSUPLclSigDestR21T20TimerDurn      Unsigned32,
    iSUPLclSigDestR21T21TimerDurn      Unsigned32,
    iSUPLclSigDestR21T22TimerDurn      Unsigned32,
    iSUPLclSigDestR21T23TimerDurn      Unsigned32,
    iSUPLclSigDestR21T25TimerDurn      Unsigned32,
    iSUPLclSigDestR21T26TimerDurn      Unsigned32,
    iSUPLclSigDestR21T27TimerDurn      Unsigned32,
    iSUPLclSigDestR21T28TimerDurn      Unsigned32,
    iSUPLclSigDestR21T29TimerDurn      Unsigned32,
    iSUPLclSigDestR21T30TimerDurn      Unsigned32,
    iSUPLclSigDestR21T33TimerDurn      Unsigned32,
    iSUPLclSigDestR21T35TimerDurn      Unsigned32,
    iSUPLclSigDestR21T38TimerDurn      Unsigned32,
    iSUPLclSigDestR21CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR21CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR21CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR21CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR21BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR21SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR21CongTimerDurn     Unsigned32,
    iSUPLclSigDestR21MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR21SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR21TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR21AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR21DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR21UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR21UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR21CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR21MaxResetRetries   Unsigned32,
    iSUPLclSigDestR21MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR21MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR21DeactivnMode      INTEGER,
    iSUPLclSigDestR21AlrmState         INTEGER,
    iSUPLclSigDestR21AlrmLogCorr       Counter64,
    iSUPLclSigDestR21AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR21AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR21AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR21ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR21ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR21ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR21ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR21SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR21DoExtraActions    INTEGER,
    iSUPLclSigDestR21RowStatus         RowStatus,
    iSUPLclSigDestR21AdminStatus       AdminStatus,
    iSUPLclSigDestR21OperStatus        OperStatus,
    iSUPLclSigDestR21SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR21T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR21T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR21T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR21Variant           INTEGER,
    iSUPLclSigDestR21ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR21RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR21ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR21EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR21RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR21ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR21StatisticsAlrms   Integer32,
    iSUPLclSigDestR21T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR21T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR21T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    iSUPLclSigDestR21Name              DisplayString,
    iSUPLclSigDestR21EnableCallRefSig  INTEGER,
    iSUPLclSigDestR21IncExtraParmsInXMLBillRecs
                                       INTEGER
  }

  iSUPLclSigDestR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR21Entry  1 }

  iSUPLclSigDestR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR21Entry  2 }

  iSUPLclSigDestR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR21Entry  3 }

  iSUPLclSigDestR21ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR21Entry  4 }

  iSUPLclSigDestR21PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR21Entry  5 }

  iSUPLclSigDestR21CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR21Entry  6 }

  iSUPLclSigDestR21CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR21Entry  7 }

  iSUPLclSigDestR21SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR21Entry  8 }

  iSUPLclSigDestR21SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR21Entry  9 }

  iSUPLclSigDestR21T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR21Entry  10 }

  iSUPLclSigDestR21T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR21Entry  11 }

  iSUPLclSigDestR21T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR21Entry  12 }

  iSUPLclSigDestR21T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR21Entry  14 }

  iSUPLclSigDestR21T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR21Entry  15 }

  iSUPLclSigDestR21T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR21Entry  16 }

  iSUPLclSigDestR21T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR21Entry  17 }

  iSUPLclSigDestR21T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR21Entry  18 }

  iSUPLclSigDestR21T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR21Entry  19 }

  iSUPLclSigDestR21T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR21Entry  20 }

  iSUPLclSigDestR21T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  21 }

  iSUPLclSigDestR21T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  22 }

  iSUPLclSigDestR21T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  23 }

  iSUPLclSigDestR21T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  24 }

  iSUPLclSigDestR21T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR21Entry  25 }

  iSUPLclSigDestR21T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR21Entry  26 }

  iSUPLclSigDestR21T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  27 }

  iSUPLclSigDestR21T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  28 }

  iSUPLclSigDestR21T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  29 }

  iSUPLclSigDestR21T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR21Entry  30 }

  iSUPLclSigDestR21T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR21Entry  31 }

  iSUPLclSigDestR21T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR21Entry  32 }

  iSUPLclSigDestR21T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR21Entry  33 }

  iSUPLclSigDestR21T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    ::= { iSUPLclSigDestR21Entry  34 }

  iSUPLclSigDestR21T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR21Entry  35 }

  iSUPLclSigDestR21T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR21Entry  36 }

  iSUPLclSigDestR21T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    ::= { iSUPLclSigDestR21Entry  37 }

  iSUPLclSigDestR21T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR21Entry  38 }

  iSUPLclSigDestR21T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR21Entry  39 }

  iSUPLclSigDestR21T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR21Entry  40 }

  iSUPLclSigDestR21T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR21Entry  42 }

  iSUPLclSigDestR21CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR21Entry  43 }

  iSUPLclSigDestR21CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR21Entry  44 }

  iSUPLclSigDestR21CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR21Entry  45 }

  iSUPLclSigDestR21CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR21Entry  46 }

  iSUPLclSigDestR21BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR21Entry  47 }

  iSUPLclSigDestR21SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR21Entry  48 }

  iSUPLclSigDestR21CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR21Entry  49 }

  iSUPLclSigDestR21MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR21Entry  50 }

  iSUPLclSigDestR21SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR21Entry  51 }

  iSUPLclSigDestR21TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR21Entry  52 }

  iSUPLclSigDestR21AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR21Entry  53 }

  iSUPLclSigDestR21DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR21Entry  54 }

  iSUPLclSigDestR21UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR21Entry  55 }

  iSUPLclSigDestR21UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR21Entry  56 }

  iSUPLclSigDestR21CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR21Entry  57 }

  iSUPLclSigDestR21MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR21Entry  58 }

  iSUPLclSigDestR21MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR21Entry  59 }

  iSUPLclSigDestR21MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR21Entry  60 }

  iSUPLclSigDestR21DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR21Entry  61 }

  iSUPLclSigDestR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR21Entry  62 }

  iSUPLclSigDestR21AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR21Entry  63 }

  iSUPLclSigDestR21AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR21Entry  64 }

  iSUPLclSigDestR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR21Entry  65 }

  iSUPLclSigDestR21AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR21Entry  66 }

  iSUPLclSigDestR21ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR21Entry  67 }

  iSUPLclSigDestR21ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR21Entry  68 }

  iSUPLclSigDestR21ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR21Entry  69 }

  iSUPLclSigDestR21ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR21Entry  70 }

  iSUPLclSigDestR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR21Entry  71 }

  iSUPLclSigDestR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR21Entry  72 }

  iSUPLclSigDestR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR21Entry  73 }

  iSUPLclSigDestR21AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR21Entry  74 }

  iSUPLclSigDestR21OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR21Entry  75 }

  iSUPLclSigDestR21SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR21Entry  76 }

  iSUPLclSigDestR21T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR21Entry  77 }

  iSUPLclSigDestR21T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR21Entry  78 }

  iSUPLclSigDestR21T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR21Entry  79 }

  iSUPLclSigDestR21Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR21Entry  80 }

  iSUPLclSigDestR21ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR21Entry  81 }

  iSUPLclSigDestR21RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR21Entry  82 }

  iSUPLclSigDestR21ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR21Entry  83 }

  iSUPLclSigDestR21EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR21Entry  84 }

  iSUPLclSigDestR21RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR21Entry  85 }

  iSUPLclSigDestR21ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR21Entry  86 }

  iSUPLclSigDestR21StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR21Entry  87 }

  iSUPLclSigDestR21T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR21Entry  88 }

  iSUPLclSigDestR21T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR21Entry  89 }

  iSUPLclSigDestR21T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR21Entry  90 }

  iSUPLclSigDestR21Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPLclSigDestR21Entry  91 }

  iSUPLclSigDestR21EnableCallRefSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable Call Reference signaling'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR21Entry  92 }

  iSUPLclSigDestR21IncExtraParmsInXMLBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra parameters in XML billing records'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR21Entry  93 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Signaling Gateway'                                   */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  remoteSigGatewayR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RemoteSigGatewayR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2431 }

  remoteSigGatewayR4Entry OBJECT-TYPE
    SYNTAX       RemoteSigGatewayR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { remoteSigGatewayR4NEConn,
             remoteSigGatewayR4NetwkElement,
             remoteSigGatewayR4RemSigGatewayIx }
    ::= {  remoteSigGatewayR4Table  1  }

  RemoteSigGatewayR4Entry  ::=  SEQUENCE
  {
    remoteSigGatewayR4NEConn           Unsigned32,
    remoteSigGatewayR4NetwkElement     DisplayString,
    remoteSigGatewayR4RemSigGatewayIx  Unsigned32,
    remoteSigGatewayR4PointCodeVariant INTEGER,
    remoteSigGatewayR4Desc             DisplayString,
    remoteSigGatewayR4TimerTAck        Unsigned32,
    remoteSigGatewayR4SCTPIPAddr       DisplayString,
    remoteSigGatewayR4SCTPLocalPortNum INTEGER,
    remoteSigGatewayR4SCTPRemPortNum   Unsigned32,
    remoteSigGatewayR4SCTPChecksumAlgorithm
                                       INTEGER,
    remoteSigGatewayR4SCTPAssociationStatus
                                       INTEGER,
    remoteSigGatewayR4AlrmState        INTEGER,
    remoteSigGatewayR4StatisticsAlrms  Integer32,
    remoteSigGatewayR4AlrmLogCorr      Counter64,
    remoteSigGatewayR4AlrmEvtsAttnRq   Unsigned32,
    remoteSigGatewayR4AlrmStateTimestamp
                                       Unsigned32,
    remoteSigGatewayR4AlrmResetTimestamp
                                       Unsigned32,
    remoteSigGatewayR4DiagsLogLvl      INTEGER,
    remoteSigGatewayR4DiagsAPITraceEnabled
                                       INTEGER,
    remoteSigGatewayR4DiagsAPITraceTag DisplayString,
    remoteSigGatewayR4ImportCnt        Integer32,
    remoteSigGatewayR4ImportStatus     DisplayString,
    remoteSigGatewayR4ImportMode       INTEGER,
    remoteSigGatewayR4ImportFile       DisplayString,
    remoteSigGatewayR4ImportCorr       Counter64,
    remoteSigGatewayR4ImportCorrNode   DisplayString,
    remoteSigGatewayR4ImportCorrUID    DisplayString,
    remoteSigGatewayR4DoExtraActions   INTEGER,
    remoteSigGatewayR4RowStatus        RowStatus,
    remoteSigGatewayR4AdminStatus      AdminStatus,
    remoteSigGatewayR4OperStatus       OperStatus,
    remoteSigGatewayR4PointCodeMinorVariant
                                       INTEGER
  }

  remoteSigGatewayR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { remoteSigGatewayR4Entry  1 }

  remoteSigGatewayR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { remoteSigGatewayR4Entry  2 }

  remoteSigGatewayR4RemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Signalilng Gateway index'.
                  This is an index field."
    ::= { remoteSigGatewayR4Entry  3 }

  remoteSigGatewayR4PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { remoteSigGatewayR4Entry  4 }

  remoteSigGatewayR4Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { remoteSigGatewayR4Entry  5 }

  remoteSigGatewayR4TimerTAck OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timer T(ack)'."
    DEFVAL       { 2 }
    ::= { remoteSigGatewayR4Entry  6 }

  remoteSigGatewayR4SCTPIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - IP address'.
                  This field is only writable during create."
    ::= { remoteSigGatewayR4Entry  7 }

  remoteSigGatewayR4SCTPLocalPortNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   twoThousandNineHundredAndFive(2905),
                   fiftyOneThousandAndOne(51001),
                   fiftyOneThousandAndTwo(51002),
                   fiftyOneThousandAndThree(51003),
                   fiftyOneThousandAndFour(51004),
                   fiftyOneThousandAndFive(51005),
                   fiftyOneThousandAndSix(51006),
                   fiftyOneThousandAndSeven(51007),
                   fiftyOneThousandAndEight(51008),
                   fiftyOneThousandAndNine(51009),
                   fiftyOneThousandAndTen(51010),
                   fiftyOneThousandAndEleven(51011),
                   fiftyOneThousandAndTwelve(51012),
                   fiftyOneThousandAndThirteen(51013),
                   fiftyOneThousandAndFourteen(51014),
                   fiftyOneThousandAndFifteen(51015),
                   fiftyOneThousandAndSixteen(51016),
                   fiftyOneThousandAndSeventeen(51017),
                   fiftyOneThousandAndEighteen(51018),
                   fiftyOneThousandAndNineteen(51019),
                   fiftyOneThousandAndTwenty(51020)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - local port number'.
                  This field is only writable during create."
    DEFVAL       { twoThousandNineHundredAndFive }
    ::= { remoteSigGatewayR4Entry  8 }

  remoteSigGatewayR4SCTPRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - remote port number'.
                  This field is only writable during create."
    DEFVAL       { 2905 }
    ::= { remoteSigGatewayR4Entry  9 }

  remoteSigGatewayR4SCTPChecksumAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   adler32(1),
                   cRC32(2),
                   autoDetect(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP checksum algorithm'.
                  This field is not writable when active."
    DEFVAL       { cRC32 }
    ::= { remoteSigGatewayR4Entry  10 }

  remoteSigGatewayR4SCTPAssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   established(1),
                   establishFailedPendingRetry(2),
                   establishFailed(3),
                   deactivated(4),
                   retryingEstablishment(5),
                   establishing(6),
                   deactivating(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP - SCTP association status'."
    ::= { remoteSigGatewayR4Entry  11 }

  remoteSigGatewayR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { remoteSigGatewayR4Entry  12 }

  remoteSigGatewayR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { remoteSigGatewayR4Entry  13 }

  remoteSigGatewayR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { remoteSigGatewayR4Entry  14 }

  remoteSigGatewayR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { remoteSigGatewayR4Entry  15 }

  remoteSigGatewayR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { remoteSigGatewayR4Entry  16 }

  remoteSigGatewayR4AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { remoteSigGatewayR4Entry  17 }

  remoteSigGatewayR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { remoteSigGatewayR4Entry  18 }

  remoteSigGatewayR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { remoteSigGatewayR4Entry  19 }

  remoteSigGatewayR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { remoteSigGatewayR4Entry  20 }

  remoteSigGatewayR4ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { remoteSigGatewayR4Entry  21 }

  remoteSigGatewayR4ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { remoteSigGatewayR4Entry  22 }

  remoteSigGatewayR4ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { remoteSigGatewayR4Entry  23 }

  remoteSigGatewayR4ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { remoteSigGatewayR4Entry  24 }

  remoteSigGatewayR4ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { remoteSigGatewayR4Entry  25 }

  remoteSigGatewayR4ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { remoteSigGatewayR4Entry  26 }

  remoteSigGatewayR4ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { remoteSigGatewayR4Entry  27 }

  remoteSigGatewayR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR4Entry  28 }

  remoteSigGatewayR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { remoteSigGatewayR4Entry  29 }

  remoteSigGatewayR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR4Entry  30 }

  remoteSigGatewayR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { remoteSigGatewayR4Entry  31 }

  remoteSigGatewayR4PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianCA30(47),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { remoteSigGatewayR4Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Application Server'                                    */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  m3UAASR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UAASR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2432 }

  m3UAASR4Entry OBJECT-TYPE
    SYNTAX       M3UAASR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UAASR4NEConn,
             m3UAASR4NetwkElement,
             m3UAASR4M3UAAppServerIx }
    ::= {  m3UAASR4Table  1  }

  M3UAASR4Entry  ::=  SEQUENCE
  {
    m3UAASR4NEConn                     Unsigned32,
    m3UAASR4NetwkElement               DisplayString,
    m3UAASR4M3UAAppServerIx            Unsigned32,
    m3UAASR4PointCodeVariant           INTEGER,
    m3UAASR4PointCode                  Unsigned32,
    m3UAASR4Desc                       DisplayString,
    m3UAASR4CgstnControlMethod         INTEGER,
    m3UAASR4I1ESAESAProtDomNEConn      Unsigned32,
    m3UAASR4I2ESAESAProtDomNetwkElement
                                       DisplayString,
    m3UAASR4I3ESAESAProtDomCFSIx       Unsigned32,
    m3UAASR4I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    m3UAASR4ESAESAProtDomOtherVals     INTEGER,
    m3UAASR4RouteAlrmsAttnRq           Unsigned32,
    m3UAASR4RouteAlrmEvtsAttnRq        Unsigned32,
    m3UAASR4RouteAlrmsAtndDp           Unsigned32,
    m3UAASR4RouteAlrmEvtsAtndDp        Unsigned32,
    m3UAASR4SummaryChldAlrmState       INTEGER,
    m3UAASR4DiagsLogLvl                INTEGER,
    m3UAASR4RowStatus                  RowStatus,
    m3UAASR4AdminStatus                AdminStatus,
    m3UAASR4OperStatus                 OperStatus,
    m3UAASR4PointCodeMinorVariant      INTEGER
  }

  m3UAASR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UAASR4Entry  1 }

  m3UAASR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UAASR4Entry  2 }

  m3UAASR4M3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M3UA Application Server index'.
                  This is an index field."
    ::= { m3UAASR4Entry  3 }

  m3UAASR4PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { m3UAASR4Entry  4 }

  m3UAASR4PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is only writable during create."
    ::= { m3UAASR4Entry  5 }

  m3UAASR4Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { m3UAASR4Entry  6 }

  m3UAASR4CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { m3UAASR4Entry  7 }

  m3UAASR4I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR4Entry  8 }

  m3UAASR4I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR4Entry  9 }

  m3UAASR4I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR4Entry  10 }

  m3UAASR4I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR4Entry  11 }

  m3UAASR4ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { m3UAASR4Entry  12 }

  m3UAASR4RouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarms'."
    ::= { m3UAASR4Entry  13 }

  m3UAASR4RouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR4Entry  14 }

  m3UAASR4RouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarms'."
    ::= { m3UAASR4Entry  15 }

  m3UAASR4RouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR4Entry  16 }

  m3UAASR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { m3UAASR4Entry  17 }

  m3UAASR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UAASR4Entry  18 }

  m3UAASR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UAASR4Entry  19 }

  m3UAASR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR4Entry  20 }

  m3UAASR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR4Entry  21 }

  m3UAASR4PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianCA30(47),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { m3UAASR4Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Gateway'                                          */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  sigGatewayR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigGatewayR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2433 }

  sigGatewayR14Entry OBJECT-TYPE
    SYNTAX       SigGatewayR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigGatewayR14NEConn,
             sigGatewayR14NetwkElement,
             sigGatewayR14SigPointID }
    ::= {  sigGatewayR14Table  1  }

  SigGatewayR14Entry  ::=  SEQUENCE
  {
    sigGatewayR14NEConn                Unsigned32,
    sigGatewayR14NetwkElement          DisplayString,
    sigGatewayR14SigPointID            Unsigned32,
    sigGatewayR14PointCode             Unsigned32,
    sigGatewayR14SigGatewayName        DisplayString,
    sigGatewayR14I1SigPointTimerProfNEConn
                                       Unsigned32,
    sigGatewayR14I2SigPointTimerProfNetwkElement
                                       DisplayString,
    sigGatewayR14I3SigPointTimerProfSigPointID
                                       Unsigned32,
    sigGatewayR14I4SigPointTimerProfProfID
                                       Unsigned32,
    sigGatewayR14DestAlrmsAttnRq       Integer32,
    sigGatewayR14DestAlrmEvtsAttnRq    Integer32,
    sigGatewayR14DestAlrmsAtndDp       Integer32,
    sigGatewayR14DestAlrmEvtsAtndDp    Integer32,
    sigGatewayR14LinkSetAlrmsAttnRq    Integer32,
    sigGatewayR14LinkSetAlrmEvtsAttnRq Integer32,
    sigGatewayR14TotChldAlrmsAttnRq    Unsigned32,
    sigGatewayR14TotChldAlrmEvtsAttnRq Unsigned32,
    sigGatewayR14TotChldAlrmsAtndDp    Unsigned32,
    sigGatewayR14TotChldAlrmEvtsAtndDp Unsigned32,
    sigGatewayR14SummaryChldAlrmState  INTEGER,
    sigGatewayR14RowStatus             RowStatus,
    sigGatewayR14AdminStatus           AdminStatus,
    sigGatewayR14OperStatus            OperStatus,
    sigGatewayR14CgstnControlMethod    INTEGER,
    sigGatewayR14AllowProxiedPointCodes
                                       INTEGER,
    sigGatewayR14SigPointType          INTEGER,
    sigGatewayR14MTP3Variant           INTEGER,
    sigGatewayR14I1ESAESAProtDomNEConn Unsigned32,
    sigGatewayR14I2ESAESAProtDomNetwkElement
                                       DisplayString,
    sigGatewayR14I3ESAESAProtDomCFSIx  Unsigned32,
    sigGatewayR14I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    sigGatewayR14ESAESAProtDomOtherVals
                                       INTEGER,
    sigGatewayR14ESAProtectionAct      INTEGER,
    sigGatewayR14ESASigGatewayCtrlStatus
                                       INTEGER,
    sigGatewayR14ESAAutoSwitchoverQualificationTime
                                       Unsigned32,
    sigGatewayR14ChldStatisticsAlrms   Integer32,
    sigGatewayR14NetwkIndicator        INTEGER,
    sigGatewayR14DeactivateLinksetsOnUserPartUnavail
                                       INTEGER,
    sigGatewayR14M3UARmASAlrmsAttnRq   Integer32,
    sigGatewayR14M3UARmASAlrmEvtsAttnRq
                                       Integer32,
    sigGatewayR14M3UARmASAlrmsAtndDp   Integer32,
    sigGatewayR14M3UARmASAlrmEvtsAtndDp
                                       Integer32,
    sigGatewayR14StatisticsAlrms       Integer32
  }

  sigGatewayR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigGatewayR14Entry  1 }

  sigGatewayR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigGatewayR14Entry  2 }

  sigGatewayR14SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigGatewayR14Entry  3 }

  sigGatewayR14PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is not writable when active."
    ::= { sigGatewayR14Entry  4 }

  sigGatewayR14SigGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway name'."
    ::= { sigGatewayR14Entry  5 }

  sigGatewayR14I1SigPointTimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR14Entry  6 }

  sigGatewayR14I2SigPointTimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR14Entry  7 }

  sigGatewayR14I3SigPointTimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR14Entry  8 }

  sigGatewayR14I4SigPointTimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR14Entry  9 }

  sigGatewayR14DestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarms'."
    ::= { sigGatewayR14Entry  10 }

  sigGatewayR14DestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR14Entry  11 }

  sigGatewayR14DestAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarms'."
    ::= { sigGatewayR14Entry  12 }

  sigGatewayR14DestAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR14Entry  13 }

  sigGatewayR14LinkSetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarms'."
    ::= { sigGatewayR14Entry  14 }

  sigGatewayR14LinkSetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR14Entry  15 }

  sigGatewayR14TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sigGatewayR14Entry  16 }

  sigGatewayR14TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sigGatewayR14Entry  17 }

  sigGatewayR14TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sigGatewayR14Entry  18 }

  sigGatewayR14TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sigGatewayR14Entry  19 }

  sigGatewayR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigGatewayR14Entry  20 }

  sigGatewayR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigGatewayR14Entry  21 }

  sigGatewayR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR14Entry  22 }

  sigGatewayR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR14Entry  23 }

  sigGatewayR14CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { sigGatewayR14Entry  24 }

  sigGatewayR14AllowProxiedPointCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow proxied point codes'."
    DEFVAL       { false }
    ::= { sigGatewayR14Entry  27 }

  sigGatewayR14SigPointType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sEP(1),
                   sTP(2),
                   sTEP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling point type'.
                  This field is not writable when active."
    ::= { sigGatewayR14Entry  28 }

  sigGatewayR14MTP3Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianCA30(47),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 variant'.
                  This field is only writable during create."
    ::= { sigGatewayR14Entry  29 }

  sigGatewayR14I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR14Entry  30 }

  sigGatewayR14I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR14Entry  31 }

  sigGatewayR14I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR14Entry  32 }

  sigGatewayR14I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR14Entry  33 }

  sigGatewayR14ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sigGatewayR14Entry  34 }

  sigGatewayR14ESAProtectionAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA - protection active'."
    DEFVAL       { true }
    ::= { sigGatewayR14Entry  35 }

  sigGatewayR14ESASigGatewayCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   signalingGatewayControlling(1),
                   signalingGatewayNotControlling(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - Signaling Gateway control status'."
    ::= { sigGatewayR14Entry  36 }

  sigGatewayR14ESAAutoSwitchoverQualificationTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - automatic switchover qualification time'."
    DEFVAL       { 5 }
    ::= { sigGatewayR14Entry  37 }

  sigGatewayR14ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigGatewayR14Entry  38 }

  sigGatewayR14NetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { sigGatewayR14Entry  39 }

  sigGatewayR14DeactivateLinksetsOnUserPartUnavail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deactivate linksets on user part unavailability'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigGatewayR14Entry  40 }

  sigGatewayR14M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarms'."
    ::= { sigGatewayR14Entry  41 }

  sigGatewayR14M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR14Entry  42 }

  sigGatewayR14M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarms'."
    ::= { sigGatewayR14Entry  43 }

  sigGatewayR14M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR14Entry  44 }

  sigGatewayR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigGatewayR14Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 M3UA Remote AS'                                       */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  h248M3UARemASR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248M3UARemASR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Media Gateway Controller'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2434 }

  h248M3UARemASR4Entry OBJECT-TYPE
    SYNTAX       H248M3UARemASR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248M3UARemASR4NEConn,
             h248M3UARemASR4NetwkElement,
             h248M3UARemASR4MediaGatewayIx,
             h248M3UARemASR4MGCIx,
             h248M3UARemASR4H248ASIx }
    ::= {  h248M3UARemASR4Table  1  }

  H248M3UARemASR4Entry  ::=  SEQUENCE
  {
    h248M3UARemASR4NEConn              Unsigned32,
    h248M3UARemASR4NetwkElement        DisplayString,
    h248M3UARemASR4MediaGatewayIx      Unsigned32,
    h248M3UARemASR4MGCIx               INTEGER,
    h248M3UARemASR4H248ASIx            Unsigned32,
    h248M3UARemASR4ASState             INTEGER,
    h248M3UARemASR4SendASPIDInSig      INTEGER,
    h248M3UARemASR4MGASPID             Unsigned32,
    h248M3UARemASR4TrafficModeType     INTEGER,
    h248M3UARemASR4SendNetwkAppearanceInSig
                                       INTEGER,
    h248M3UARemASR4NetwkAppearance     Unsigned32,
    h248M3UARemASR4SendRtgCxtInSig     INTEGER,
    h248M3UARemASR4RtgCxt              Unsigned32,
    h248M3UARemASR4MTP3RtgLabelPointCodeFormat
                                       INTEGER,
    h248M3UARemASR4MTP3RtgLabelOrigingPointCode
                                       Unsigned32,
    h248M3UARemASR4MTP3RtgLabelDestPointCode
                                       Unsigned32,
    h248M3UARemASR4MTP3RtgLabelNetwkIndicator
                                       INTEGER,
    h248M3UARemASR4AlrmState           INTEGER,
    h248M3UARemASR4AlrmStateTimestamp  Unsigned32,
    h248M3UARemASR4AlrmEvtsAttnRqLogCorr
                                       Counter64,
    h248M3UARemASR4AlrmEvtsAttnRq      Unsigned32,
    h248M3UARemASR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    h248M3UARemASR4AlrmEvtsAtndDpLogCorr
                                       Counter64,
    h248M3UARemASR4AlrmEvtsAtndDp      Unsigned32,
    h248M3UARemASR4AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    h248M3UARemASR4IPSPAlrmsAttnRq     Unsigned32,
    h248M3UARemASR4IPSPAlrmEvtsAttnRq  Unsigned32,
    h248M3UARemASR4IPSPAlrmsAtndDp     Unsigned32,
    h248M3UARemASR4IPSPAlrmEvtsAtndDp  Unsigned32,
    h248M3UARemASR4SummaryChldAlrmState
                                       INTEGER,
    h248M3UARemASR4ChldStatisticsAlrms Integer32,
    h248M3UARemASR4DiagsLogLvl         INTEGER,
    h248M3UARemASR4RowStatus           RowStatus,
    h248M3UARemASR4AdminStatus         AdminStatus,
    h248M3UARemASR4OperStatus          OperStatus,
    h248M3UARemASR4MTP3RtgLabelMinorPointCodeFormat
                                       INTEGER
  }

  h248M3UARemASR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248M3UARemASR4Entry  1 }

  h248M3UARemASR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248M3UARemASR4Entry  2 }

  h248M3UARemASR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248M3UARemASR4Entry  3 }

  h248M3UARemASR4MGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248M3UARemASR4Entry  4 }

  h248M3UARemASR4H248ASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 AS index'.
                  This is an index field."
    ::= { h248M3UARemASR4Entry  5 }

  h248M3UARemASR4ASState OBJECT-TYPE
    SYNTAX       INTEGER {
                   inactive(1),
                   active(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AS state'."
    ::= { h248M3UARemASR4Entry  6 }

  h248M3UARemASR4SendASPIDInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send ASP ID in signaling'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { h248M3UARemASR4Entry  7 }

  h248M3UARemASR4MGASPID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MG ASP ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR4Entry  8 }

  h248M3UARemASR4TrafficModeType OBJECT-TYPE
    SYNTAX       INTEGER {
                   loadshare(2),
                   broadcast(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic mode type'.
                  This field is not writable when active."
    DEFVAL       { loadshare }
    ::= { h248M3UARemASR4Entry  9 }

  h248M3UARemASR4SendNetwkAppearanceInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send network appearance in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR4Entry  10 }

  h248M3UARemASR4NetwkAppearance OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network appearance'.
                  This field is not writable when active."
    ::= { h248M3UARemASR4Entry  11 }

  h248M3UARemASR4SendRtgCxtInSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Send routing context in signaling'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { h248M3UARemASR4Entry  12 }

  h248M3UARemASR4RtgCxt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing context'.
                  This field is not writable when active."
    ::= { h248M3UARemASR4Entry  13 }

  h248M3UARemASR4MTP3RtgLabelPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - point code format'.
                  This field is not writable when active."
    DEFVAL       { iTU }
    ::= { h248M3UARemASR4Entry  14 }

  h248M3UARemASR4MTP3RtgLabelOrigingPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - originating point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR4Entry  15 }

  h248M3UARemASR4MTP3RtgLabelDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - destination point code'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { h248M3UARemASR4Entry  16 }

  h248M3UARemASR4MTP3RtgLabelNetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { h248M3UARemASR4Entry  17 }

  h248M3UARemASR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { h248M3UARemASR4Entry  18 }

  h248M3UARemASR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { h248M3UARemASR4Entry  19 }

  h248M3UARemASR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { h248M3UARemASR4Entry  20 }

  h248M3UARemASR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR4Entry  21 }

  h248M3UARemASR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { h248M3UARemASR4Entry  22 }

  h248M3UARemASR4AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { h248M3UARemASR4Entry  23 }

  h248M3UARemASR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR4Entry  24 }

  h248M3UARemASR4AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { h248M3UARemASR4Entry  25 }

  h248M3UARemASR4IPSPAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarms'."
    ::= { h248M3UARemASR4Entry  26 }

  h248M3UARemASR4IPSPAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR4Entry  27 }

  h248M3UARemASR4IPSPAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarms'."
    ::= { h248M3UARemASR4Entry  28 }

  h248M3UARemASR4IPSPAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote IPSP Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { h248M3UARemASR4Entry  29 }

  h248M3UARemASR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248M3UARemASR4Entry  30 }

  h248M3UARemASR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248M3UARemASR4Entry  31 }

  h248M3UARemASR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { h248M3UARemASR4Entry  32 }

  h248M3UARemASR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248M3UARemASR4Entry  33 }

  h248M3UARemASR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR4Entry  34 }

  h248M3UARemASR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248M3UARemASR4Entry  35 }

  h248M3UARemASR4MTP3RtgLabelMinorPointCodeFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianCA30(47),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MTP3 routing label - minor point code format'.
                  This field is not writable when active."
    DEFVAL       { iTUBlueBook }
    ::= { h248M3UARemASR4Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Clearwater Core Deployment'                                 */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  cwCoreDepTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CwCoreDepEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy."
    ::= { metaSwitch  2435 }

  cwCoreDepEntry OBJECT-TYPE
    SYNTAX       CwCoreDepEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cwCoreDepDeploymentIx }
    ::= {  cwCoreDepTable  1  }

  CwCoreDepEntry  ::=  SEQUENCE
  {
    cwCoreDepDeploymentIx              Integer32,
    cwCoreDepName                      DisplayString,
    cwCoreDepChldAlrmsAttnRq           Integer32,
    cwCoreDepSummaryChldAlrmState      INTEGER,
    cwCoreDepRowStatus                 RowStatus
  }

  cwCoreDepDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { cwCoreDepEntry  1 }

  cwCoreDepName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cwCoreDepEntry  2 }

  cwCoreDepChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cwCoreDepEntry  3 }

  cwCoreDepSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cwCoreDepEntry  4 }

  cwCoreDepRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cwCoreDepEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Sprout Cluster'                                             */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  sproutClusterTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SproutClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clearwater Core Deployment'."
    ::= { metaSwitch  2436 }

  sproutClusterEntry OBJECT-TYPE
    SYNTAX       SproutClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sproutClusterDeploymentIx,
             sproutClusterClusterIx }
    ::= {  sproutClusterTable  1  }

  SproutClusterEntry  ::=  SEQUENCE
  {
    sproutClusterDeploymentIx          Integer32,
    sproutClusterClusterIx             Integer32,
    sproutClusterName                  DisplayString,
    sproutClusterChldAlrmsAttnRq       Integer32,
    sproutClusterSummaryChldAlrmState  INTEGER,
    sproutClusterRowStatus             RowStatus
  }

  sproutClusterDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { sproutClusterEntry  1 }

  sproutClusterClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { sproutClusterEntry  2 }

  sproutClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { sproutClusterEntry  3 }

  sproutClusterChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sproutClusterEntry  4 }

  sproutClusterSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sproutClusterEntry  5 }

  sproutClusterRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sproutClusterEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Sprout Node'                                                */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  sproutNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SproutNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Sprout Cluster'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2437 }

  sproutNodeEntry OBJECT-TYPE
    SYNTAX       SproutNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sproutNodeDeploymentIx,
             sproutNodeClusterIx,
             sproutNodeNodeIx }
    ::= {  sproutNodeTable  1  }

  SproutNodeEntry  ::=  SEQUENCE
  {
    sproutNodeDeploymentIx             Integer32,
    sproutNodeClusterIx                Integer32,
    sproutNodeNodeIx                   Integer32,
    sproutNodeManagementIPAddr         DisplayString,
    sproutNodeAlrmState                INTEGER,
    sproutNodeRowStatus                RowStatus,
    sproutNodeSNMPCommunity            DisplayString,
    sproutNodeOperStatus               OperStatus
  }

  sproutNodeDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { sproutNodeEntry  1 }

  sproutNodeClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { sproutNodeEntry  2 }

  sproutNodeNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { sproutNodeEntry  3 }

  sproutNodeManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { sproutNodeEntry  4 }

  sproutNodeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sproutNodeEntry  5 }

  sproutNodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sproutNodeEntry  6 }

  sproutNodeSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { sproutNodeEntry  7 }

  sproutNodeOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sproutNodeEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Homestead Cluster'                                          */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  homesteadClusterTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF HomesteadClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clearwater Core Deployment'.
                  This table is not deletable."
    ::= { metaSwitch  2438 }

  homesteadClusterEntry OBJECT-TYPE
    SYNTAX       HomesteadClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { homesteadClusterDeploymentIx,
             homesteadClusterClusterIx }
    ::= {  homesteadClusterTable  1  }

  HomesteadClusterEntry  ::=  SEQUENCE
  {
    homesteadClusterDeploymentIx       Integer32,
    homesteadClusterClusterIx          Integer32,
    homesteadClusterName               DisplayString,
    homesteadClusterChldAlrmsAttnRq    Integer32,
    homesteadClusterSummaryChldAlrmState
                                       INTEGER,
    homesteadClusterRowStatus          RowStatus
  }

  homesteadClusterDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { homesteadClusterEntry  1 }

  homesteadClusterClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { homesteadClusterEntry  2 }

  homesteadClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { homesteadClusterEntry  3 }

  homesteadClusterChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { homesteadClusterEntry  4 }

  homesteadClusterSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { homesteadClusterEntry  5 }

  homesteadClusterRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { homesteadClusterEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Homestead Node'                                             */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  homesteadNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF HomesteadNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Homestead Cluster'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2439 }

  homesteadNodeEntry OBJECT-TYPE
    SYNTAX       HomesteadNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { homesteadNodeDeploymentIx,
             homesteadNodeClusterIx,
             homesteadNodeNodeIx }
    ::= {  homesteadNodeTable  1  }

  HomesteadNodeEntry  ::=  SEQUENCE
  {
    homesteadNodeDeploymentIx          Integer32,
    homesteadNodeClusterIx             Integer32,
    homesteadNodeNodeIx                Integer32,
    homesteadNodeManagementIPAddr      DisplayString,
    homesteadNodeAlrmState             INTEGER,
    homesteadNodeRowStatus             RowStatus,
    homesteadNodeSNMPCommunity         DisplayString,
    homesteadNodeOperStatus            OperStatus
  }

  homesteadNodeDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { homesteadNodeEntry  1 }

  homesteadNodeClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { homesteadNodeEntry  2 }

  homesteadNodeNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { homesteadNodeEntry  3 }

  homesteadNodeManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { homesteadNodeEntry  4 }

  homesteadNodeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { homesteadNodeEntry  5 }

  homesteadNodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { homesteadNodeEntry  6 }

  homesteadNodeSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { homesteadNodeEntry  7 }

  homesteadNodeOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { homesteadNodeEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ralf Cluster'                                               */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  ralfClusterTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RalfClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clearwater Core Deployment'.
                  This table is not deletable."
    ::= { metaSwitch  2440 }

  ralfClusterEntry OBJECT-TYPE
    SYNTAX       RalfClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { ralfClusterDeploymentIx,
             ralfClusterClusterIx }
    ::= {  ralfClusterTable  1  }

  RalfClusterEntry  ::=  SEQUENCE
  {
    ralfClusterDeploymentIx            Integer32,
    ralfClusterClusterIx               Integer32,
    ralfClusterName                    DisplayString,
    ralfClusterChldAlrmsAttnRq         Integer32,
    ralfClusterSummaryChldAlrmState    INTEGER,
    ralfClusterRowStatus               RowStatus
  }

  ralfClusterDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { ralfClusterEntry  1 }

  ralfClusterClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { ralfClusterEntry  2 }

  ralfClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { ralfClusterEntry  3 }

  ralfClusterChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { ralfClusterEntry  4 }

  ralfClusterSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { ralfClusterEntry  5 }

  ralfClusterRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { ralfClusterEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ralf Node'                                                  */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  ralfNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RalfNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ralf Cluster'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2441 }

  ralfNodeEntry OBJECT-TYPE
    SYNTAX       RalfNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { ralfNodeDeploymentIx,
             ralfNodeClusterIx,
             ralfNodeNodeIx }
    ::= {  ralfNodeTable  1  }

  RalfNodeEntry  ::=  SEQUENCE
  {
    ralfNodeDeploymentIx               Integer32,
    ralfNodeClusterIx                  Integer32,
    ralfNodeNodeIx                     Integer32,
    ralfNodeManagementIPAddr           DisplayString,
    ralfNodeAlrmState                  INTEGER,
    ralfNodeRowStatus                  RowStatus,
    ralfNodeSNMPCommunity              DisplayString,
    ralfNodeOperStatus                 OperStatus
  }

  ralfNodeDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { ralfNodeEntry  1 }

  ralfNodeClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { ralfNodeEntry  2 }

  ralfNodeNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { ralfNodeEntry  3 }

  ralfNodeManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { ralfNodeEntry  4 }

  ralfNodeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { ralfNodeEntry  5 }

  ralfNodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { ralfNodeEntry  6 }

  ralfNodeSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { ralfNodeEntry  7 }

  ralfNodeOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { ralfNodeEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Metaswitch CCF Deployment'                                  */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  mswCCFDepTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MswCCFDepEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy."
    ::= { metaSwitch  2442 }

  mswCCFDepEntry OBJECT-TYPE
    SYNTAX       MswCCFDepEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mswCCFDepDeploymentIx }
    ::= {  mswCCFDepTable  1  }

  MswCCFDepEntry  ::=  SEQUENCE
  {
    mswCCFDepDeploymentIx              Integer32,
    mswCCFDepName                      DisplayString,
    mswCCFDepChldAlrmsAttnRq           Integer32,
    mswCCFDepSummaryChldAlrmState      INTEGER,
    mswCCFDepRowStatus                 RowStatus
  }

  mswCCFDepDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { mswCCFDepEntry  1 }

  mswCCFDepName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mswCCFDepEntry  2 }

  mswCCFDepChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mswCCFDepEntry  3 }

  mswCCFDepSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mswCCFDepEntry  4 }

  mswCCFDepRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mswCCFDepEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CCF Cluster'                                                */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  cCFClusterTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CCFClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Metaswitch CCF Deployment'."
    ::= { metaSwitch  2443 }

  cCFClusterEntry OBJECT-TYPE
    SYNTAX       CCFClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cCFClusterDeploymentIx,
             cCFClusterClusterIx }
    ::= {  cCFClusterTable  1  }

  CCFClusterEntry  ::=  SEQUENCE
  {
    cCFClusterDeploymentIx             Integer32,
    cCFClusterClusterIx                Integer32,
    cCFClusterName                     DisplayString,
    cCFClusterChldAlrmsAttnRq          Integer32,
    cCFClusterSummaryChldAlrmState     INTEGER,
    cCFClusterRowStatus                RowStatus
  }

  cCFClusterDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { cCFClusterEntry  1 }

  cCFClusterClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { cCFClusterEntry  2 }

  cCFClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cCFClusterEntry  3 }

  cCFClusterChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cCFClusterEntry  4 }

  cCFClusterSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cCFClusterEntry  5 }

  cCFClusterRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cCFClusterEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CCF Node'                                                   */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  ccfNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CcfNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'CCF Cluster'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2444 }

  ccfNodeEntry OBJECT-TYPE
    SYNTAX       CcfNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { ccfNodeDeploymentIx,
             ccfNodeClusterIx,
             ccfNodeNodeIx }
    ::= {  ccfNodeTable  1  }

  CcfNodeEntry  ::=  SEQUENCE
  {
    ccfNodeDeploymentIx                Integer32,
    ccfNodeClusterIx                   Integer32,
    ccfNodeNodeIx                      Integer32,
    ccfNodeManagementIPAddr            DisplayString,
    ccfNodeAlrmState                   INTEGER,
    ccfNodeRowStatus                   RowStatus,
    ccfNodeSNMPCommunity               DisplayString,
    ccfNodeOperStatus                  OperStatus
  }

  ccfNodeDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { ccfNodeEntry  1 }

  ccfNodeClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { ccfNodeEntry  2 }

  ccfNodeNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { ccfNodeEntry  3 }

  ccfNodeManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { ccfNodeEntry  4 }

  ccfNodeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { ccfNodeEntry  5 }

  ccfNodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { ccfNodeEntry  6 }

  ccfNodeSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { ccfNodeEntry  7 }

  ccfNodeOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { ccfNodeEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Rhino Deployment'                                           */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  rhinoDepTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RhinoDepEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy."
    ::= { metaSwitch  2445 }

  rhinoDepEntry OBJECT-TYPE
    SYNTAX       RhinoDepEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rhinoDepDeploymentIx }
    ::= {  rhinoDepTable  1  }

  RhinoDepEntry  ::=  SEQUENCE
  {
    rhinoDepDeploymentIx               Integer32,
    rhinoDepName                       DisplayString,
    rhinoDepChldAlrmsAttnRq            Integer32,
    rhinoDepSummaryChldAlrmState       INTEGER,
    rhinoDepRowStatus                  RowStatus
  }

  rhinoDepDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { rhinoDepEntry  1 }

  rhinoDepName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { rhinoDepEntry  2 }

  rhinoDepChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { rhinoDepEntry  3 }

  rhinoDepSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rhinoDepEntry  4 }

  rhinoDepRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rhinoDepEntry  5 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Rhino Cluster'                                              */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  rhinoClusterTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RhinoClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Rhino Deployment'."
    ::= { metaSwitch  2446 }

  rhinoClusterEntry OBJECT-TYPE
    SYNTAX       RhinoClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rhinoClusterDeploymentIx,
             rhinoClusterClusterIx }
    ::= {  rhinoClusterTable  1  }

  RhinoClusterEntry  ::=  SEQUENCE
  {
    rhinoClusterDeploymentIx           Integer32,
    rhinoClusterChldAlrmsAttnRq        Integer32,
    rhinoClusterSummaryChldAlrmState   INTEGER,
    rhinoClusterRowStatus              RowStatus,
    rhinoClusterClusterIx              Integer32,
    rhinoClusterName                   DisplayString
  }

  rhinoClusterDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { rhinoClusterEntry  1 }

  rhinoClusterChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { rhinoClusterEntry  3 }

  rhinoClusterSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rhinoClusterEntry  4 }

  rhinoClusterRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rhinoClusterEntry  5 }

  rhinoClusterClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { rhinoClusterEntry  6 }

  rhinoClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { rhinoClusterEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Rhino Node'                                                 */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  rhinoNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RhinoNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Rhino Cluster'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2447 }

  rhinoNodeEntry OBJECT-TYPE
    SYNTAX       RhinoNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rhinoNodeDeploymentIx,
             rhinoNodeClusterIx,
             rhinoNodeNodeIx }
    ::= {  rhinoNodeTable  1  }

  RhinoNodeEntry  ::=  SEQUENCE
  {
    rhinoNodeDeploymentIx              Integer32,
    rhinoNodeNodeIx                    Integer32,
    rhinoNodeManagementIPAddr          DisplayString,
    rhinoNodeAlrmState                 INTEGER,
    rhinoNodeRowStatus                 RowStatus,
    rhinoNodeClusterIx                 Integer32,
    rhinoNodeSNMPCommunity             DisplayString,
    rhinoNodeSNMPRemPort               INTEGER,
    rhinoNodeOperStatus                OperStatus
  }

  rhinoNodeDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { rhinoNodeEntry  1 }

  rhinoNodeNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { rhinoNodeEntry  3 }

  rhinoNodeManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { rhinoNodeEntry  4 }

  rhinoNodeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rhinoNodeEntry  5 }

  rhinoNodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { rhinoNodeEntry  6 }

  rhinoNodeClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { rhinoNodeEntry  7 }

  rhinoNodeSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { rhinoNodeEntry  8 }

  rhinoNodeSNMPRemPort OBJECT-TYPE
    SYNTAX       INTEGER ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP remote port'."
    DEFVAL       { 16100 }
    ::= { rhinoNodeEntry  9 }

  rhinoNodeOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { rhinoNodeEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Connection to MetaView Statistics Engine Node'              */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  voLTEMgmtNodeConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VoLTEMgmtNodeConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2448 }

  voLTEMgmtNodeConnEntry OBJECT-TYPE
    SYNTAX       VoLTEMgmtNodeConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { voLTEMgmtNodeConnNodeIx }
    ::= {  voLTEMgmtNodeConnTable  1  }

  VoLTEMgmtNodeConnEntry  ::=  SEQUENCE
  {
    voLTEMgmtNodeConnNodeIx            Integer32,
    voLTEMgmtNodeConnName              DisplayString,
    voLTEMgmtNodeConnManagementIPAddr  DisplayString,
    voLTEMgmtNodeConnChldAlrmsAttnRq   Integer32,
    voLTEMgmtNodeConnSummaryChldAlrmState
                                       INTEGER,
    voLTEMgmtNodeConnRowStatus         RowStatus,
    voLTEMgmtNodeConnOperStatus        OperStatus
  }

  voLTEMgmtNodeConnNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { voLTEMgmtNodeConnEntry  1 }

  voLTEMgmtNodeConnName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { voLTEMgmtNodeConnEntry  2 }

  voLTEMgmtNodeConnManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { voLTEMgmtNodeConnEntry  3 }

  voLTEMgmtNodeConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { voLTEMgmtNodeConnEntry  4 }

  voLTEMgmtNodeConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { voLTEMgmtNodeConnEntry  5 }

  voLTEMgmtNodeConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { voLTEMgmtNodeConnEntry  6 }

  voLTEMgmtNodeConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { voLTEMgmtNodeConnEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Statistics Engine Node'                            */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  voLTEMgmtNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF VoLTEMgmtNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Connection to MetaView Statistics Engine Node'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2449 }

  voLTEMgmtNodeEntry OBJECT-TYPE
    SYNTAX       VoLTEMgmtNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { voLTEMgmtNodeNodeIx }
    ::= {  voLTEMgmtNodeTable  1  }

  VoLTEMgmtNodeEntry  ::=  SEQUENCE
  {
    voLTEMgmtNodeNodeIx                Integer32,
    voLTEMgmtNodeAlrmState             INTEGER
  }

  voLTEMgmtNodeNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { voLTEMgmtNodeEntry  1 }

  voLTEMgmtNodeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { voLTEMgmtNodeEntry  2 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Connection to Media Resource Function'                      */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  mRFConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MRFConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2450 }

  mRFConnEntry OBJECT-TYPE
    SYNTAX       MRFConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mRFConnNodeIx }
    ::= {  mRFConnTable  1  }

  MRFConnEntry  ::=  SEQUENCE
  {
    mRFConnNodeIx                      Integer32,
    mRFConnName                        DisplayString,
    mRFConnManagementIPAddr            DisplayString,
    mRFConnChldAlrmsAttnRq             Integer32,
    mRFConnSummaryChldAlrmState        INTEGER,
    mRFConnRowStatus                   RowStatus,
    mRFConnSNMPCommunity               DisplayString,
    mRFConnOperStatus                  OperStatus
  }

  mRFConnNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { mRFConnEntry  1 }

  mRFConnName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mRFConnEntry  2 }

  mRFConnManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { mRFConnEntry  3 }

  mRFConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mRFConnEntry  4 }

  mRFConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mRFConnEntry  5 }

  mRFConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { mRFConnEntry  6 }

  mRFConnSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { mRFConnEntry  7 }

  mRFConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mRFConnEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Media Resource Function'                                    */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  mRFTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MRFEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Connection to Media Resource Function'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2451 }

  mRFEntry OBJECT-TYPE
    SYNTAX       MRFEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mRFNodeIx }
    ::= {  mRFTable  1  }

  MRFEntry  ::=  SEQUENCE
  {
    mRFNodeIx                          Integer32,
    mRFAlrmState                       INTEGER
  }

  mRFNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { mRFEntry  1 }

  mRFAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mRFEntry  2 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CNAM Cache Entry'                                           */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  cNAMCacheEntryTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CNAMCacheEntryEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Caller ID Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2453 }

  cNAMCacheEntryEntry OBJECT-TYPE
    SYNTAX       CNAMCacheEntryEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cNAMCacheEntryNEConn,
             cNAMCacheEntryNetwkElement,
             cNAMCacheEntryCFSIx,
             cNAMCacheEntryCacheEntryIx }
    ::= {  cNAMCacheEntryTable  1  }

  CNAMCacheEntryEntry  ::=  SEQUENCE
  {
    cNAMCacheEntryNEConn               Unsigned32,
    cNAMCacheEntryNetwkElement         DisplayString,
    cNAMCacheEntryCFSIx                Unsigned32,
    cNAMCacheEntryCacheEntryIx         Unsigned32,
    cNAMCacheEntryDirNum               DisplayString,
    cNAMCacheEntryCreationTime         Unsigned32,
    cNAMCacheEntryLastUsedTime         Unsigned32,
    cNAMCacheEntryExpiryTime           Unsigned32,
    cNAMCacheEntryClgNameType          INTEGER,
    cNAMCacheEntryClgName              DisplayString,
    cNAMCacheEntryDoExtraActions       INTEGER
  }

  cNAMCacheEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cNAMCacheEntryEntry  1 }

  cNAMCacheEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cNAMCacheEntryEntry  2 }

  cNAMCacheEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cNAMCacheEntryEntry  3 }

  cNAMCacheEntryCacheEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cache entry index'.
                  This is an index field."
    ::= { cNAMCacheEntryEntry  4 }

  cNAMCacheEntryDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'."
    ::= { cNAMCacheEntryEntry  5 }

  cNAMCacheEntryCreationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Creation time'."
    ::= { cNAMCacheEntryEntry  6 }

  cNAMCacheEntryLastUsedTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last used time'."
    ::= { cNAMCacheEntryEntry  7 }

  cNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry time'."
    ::= { cNAMCacheEntryEntry  8 }

  cNAMCacheEntryClgNameType OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   private(2),
                   unavailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling name type'."
    ::= { cNAMCacheEntryEntry  9 }

  cNAMCacheEntryClgName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling name'."
    ::= { cNAMCacheEntryEntry  10 }

  cNAMCacheEntryDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refresh(1),
                   queryCNAMCacheEntry(2),
                   deleteCNAMCacheEntry(3),
                   reset(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cNAMCacheEntryEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CNAM Network Query'                                         */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  cNAMNetQryR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CNAMNetQryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Caller ID Services'.
                  This table is not deletable."
    ::= { metaSwitch  2455 }

  cNAMNetQryR1Entry OBJECT-TYPE
    SYNTAX       CNAMNetQryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cNAMNetQryR1NEConn,
             cNAMNetQryR1NetwkElement,
             cNAMNetQryR1CFSIx,
             cNAMNetQryR1NetwkQueryIx }
    ::= {  cNAMNetQryR1Table  1  }

  CNAMNetQryR1Entry  ::=  SEQUENCE
  {
    cNAMNetQryR1NEConn                 Unsigned32,
    cNAMNetQryR1NetwkElement           DisplayString,
    cNAMNetQryR1CFSIx                  Unsigned32,
    cNAMNetQryR1NetwkQueryIx           Unsigned32,
    cNAMNetQryR1ClgPartyNum            DisplayString,
    cNAMNetQryR1T1I1PrfSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    cNAMNetQryR1T1I2PrfSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    cNAMNetQryR1T1I3PrfSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    cNAMNetQryR1PrfSigGwM3UAAppSvrOtherVals
                                       INTEGER,
    cNAMNetQryR1QueryRes               INTEGER,
    cNAMNetQryR1PrfSigGwM3UAAppSvrUsed INTEGER,
    cNAMNetQryR1T1I1SigGwM3UAAppSvrUsedNEConn
                                       Unsigned32,
    cNAMNetQryR1T1I2SigGwM3UAAppSvrUsedNetwkElement
                                       DisplayString,
    cNAMNetQryR1T1I3SigGwM3UAAppSvrUsedSigPointID
                                       Unsigned32,
    cNAMNetQryR1QueryErrCode           INTEGER,
    cNAMNetQryR1TimeTaken              Unsigned32,
    cNAMNetQryR1QueryRessPresIndicator INTEGER,
    cNAMNetQryR1QueryRessAvailIndicator
                                       INTEGER,
    cNAMNetQryR1QueryRessCallerName    LongDisplayString,
    cNAMNetQryR1DoExtraActions         INTEGER,
    cNAMNetQryR1RowStatus              RowStatus,
    cNAMNetQryR1T2I1PrfSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    cNAMNetQryR1T2I2PrfSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    cNAMNetQryR1T2I3PrfSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    cNAMNetQryR1T2I1SigGwM3UAAppSvrUsedNEConn
                                       Unsigned32,
    cNAMNetQryR1T2I2SigGwM3UAAppSvrUsedNetwkElement
                                       DisplayString,
    cNAMNetQryR1T2I3SigGwM3UAAppSvrUsedM3UAAppServerIx
                                       Unsigned32
  }

  cNAMNetQryR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cNAMNetQryR1Entry  1 }

  cNAMNetQryR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cNAMNetQryR1Entry  2 }

  cNAMNetQryR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cNAMNetQryR1Entry  3 }

  cNAMNetQryR1NetwkQueryIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network query index'.
                  This is an index field."
    ::= { cNAMNetQryR1Entry  4 }

  cNAMNetQryR1ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { cNAMNetQryR1Entry  5 }

  cNAMNetQryR1T1I1PrfSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { cNAMNetQryR1Entry  6 }

  cNAMNetQryR1T1I2PrfSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { cNAMNetQryR1Entry  7 }

  cNAMNetQryR1T1I3PrfSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { cNAMNetQryR1Entry  8 }

  cNAMNetQryR1PrfSigGwM3UAAppSvrOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSignalingGatewayM3UAApplicationServer(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server'.
                  This field represents the fixed
                  values that Preferred Signaling Gateway/M3UA Application Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cNAMNetQryR1Entry  9 }

  cNAMNetQryR1QueryRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   pending(0),
                   success(1),
                   successACGEncountered(2),
                   testNotAttemptedDueToACG(3),
                   testFailureFailedToDecodeResponseFromDatabase(4),
                   testFailureFailedResponseFromDatabase(5),
                   testFailureReturnedLRNNotValid(6),
                   testFailureQueryTimedOut(7),
                   testFailureTooManyTestQueriesInProgress(8),
                   testFailureInvalidConfiguration(9),
                   testFailureConfigurationAlarmed(10),
                   testFailureFailureToRouteTheQuery(11),
                   testFailureLocalResource(12),
                   testFailureTestCancelled(13),
                   testFailureTemporaryFailure(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query result'."
    ::= { cNAMNetQryR1Entry  10 }

  cNAMNetQryR1PrfSigGwM3UAAppSvrUsed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server used'."
    ::= { cNAMNetQryR1Entry  11 }

  cNAMNetQryR1T1I1SigGwM3UAAppSvrUsedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { cNAMNetQryR1Entry  12 }

  cNAMNetQryR1T1I2SigGwM3UAAppSvrUsedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { cNAMNetQryR1Entry  13 }

  cNAMNetQryR1T1I3SigGwM3UAAppSvrUsedSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { cNAMNetQryR1Entry  14 }

  cNAMNetQryR1QueryErrCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noError(0),
                   queryAbortedUnknownReason(1),
                   queryAbortedUnrecognizedPackageType(2),
                   queryAbortedIncorrectTransactionPortion(3),
                   queryAbortedBadlyStructuredTransactionPortion(4),
                   queryAbortedUnassignedRespondingTransactionID(5),
                   queryAbortedPermissionToReleaseProblem(6),
                   queryAbortedResourceUnavailable(7),
                   queryAbortedUnrecognizedDialoguePortionID(8),
                   queryAbortedBadlyStructuredDialoguePortion(9),
                   queryAbortedMissingDialoguePortion(10),
                   queryAbortedInconsistentDialoguePortion(11),
                   queryRejectedUnknownReason(12),
                   queryRejectedUnrecognizedComponentType(13),
                   queryRejectedIncorrectComponentPortion(14),
                   queryRejectedBadlyStructuredComponentPortion(15),
                   queryRejectedIncorrectCoding(16),
                   queryRejectedDuplicateInvokeID(17),
                   queryRejectedUnrecognizedOperationCode(18),
                   queryRejectedIncorrectParameter(19),
                   queryRejectedUnrecognizedCorrelationID(20),
                   queryRejectedMissingMandatoryParameter(21),
                   queryRejectedUnrecognizedPackageType(22),
                   queryRejectedIncorrectTransactionPortion(23),
                   queryRejectedBadlyStructuredTransactionPortion(24),
                   queryRejectedUnassignedRespondingTransactionID(25),
                   queryRejectedPermissionToReleaseProblem(26),
                   queryRejectedResourceUnavailable(27),
                   queryErrorUnknown(28),
                   queryErrorTaskRefused(29),
                   queryErrorDataUnavailable(30),
                   queryErrorMissingCustomerRecord(31),
                   queryErrorUnexpectedDataValue(32),
                   queryErrorUnavailableResource(33),
                   queryErrorMissingGroup(34),
                   queryErrorVacantGroup(35),
                   queryErrorNonParticipatingGroup(36),
                   queryErrorScreenedResponse(37),
                   queryErrorGeneralFailure(38),
                   queryErrorQueueFull(39),
                   queryErrorTimerExpired(40),
                   queryErrorSystemNotResponding(41),
                   queryErrorUnauthorizedRequest(42),
                   queryErrorDataUnavailableNonPOTS(43),
                   queryErrorNotAcceptingCalls(44),
                   queryErrorIncompatibleVersions(45),
                   queryErrorResultsTooLong(46),
                   queryErrorLongerTimerExpired(47),
                   queryErrorNoPathToSystem(48),
                   queryErrorAmbiguousQuery(49),
                   queryErrorSendToResourceReceived(50),
                   queryErrorDisconnectReceived(51),
                   queryErrorSendNotificationReceived(52),
                   queryErrorContinueReceived(53),
                   queryErrorAuthorizedTerminationReceived(54),
                   queryErrorForwardCallReceived(55),
                   queryErrorApplicationError(56),
                   queryErrorReportError(57),
                   queryErrorFailureReport(58),
                   queryErrorServiceUnavailable(59),
                   queryErrorBadParameterInRequest(60)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query error code'."
    ::= { cNAMNetQryR1Entry  15 }

  cNAMNetQryR1TimeTaken OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time taken'."
    ::= { cNAMNetQryR1Entry  16 }

  cNAMNetQryR1QueryRessPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(1),
                   presentationRestricted(2),
                   presentationToggle(3),
                   noPresentationIndicator(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Query results - presentation indicator'."
    ::= { cNAMNetQryR1Entry  17 }

  cNAMNetQryR1QueryRessAvailIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   nameAvailableOrAvailabilityUnknown(1),
                   nameUnavailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Query results - availability indicator'."
    ::= { cNAMNetQryR1Entry  18 }

  cNAMNetQryR1QueryRessCallerName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query results - caller name'."
    ::= { cNAMNetQryR1Entry  19 }

  cNAMNetQryR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refresh(1),
                   runQuery(2),
                   resetQuery(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cNAMNetQryR1Entry  20 }

  cNAMNetQryR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cNAMNetQryR1Entry  21 }

  cNAMNetQryR1T2I1PrfSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { cNAMNetQryR1Entry  22 }

  cNAMNetQryR1T2I2PrfSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { cNAMNetQryR1Entry  23 }

  cNAMNetQryR1T2I3PrfSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { cNAMNetQryR1Entry  24 }

  cNAMNetQryR1T2I1SigGwM3UAAppSvrUsedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { cNAMNetQryR1Entry  25 }

  cNAMNetQryR1T2I2SigGwM3UAAppSvrUsedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { cNAMNetQryR1Entry  26 }

  cNAMNetQryR1T2I3SigGwM3UAAppSvrUsedM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { cNAMNetQryR1Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'LNP Network Query'                                          */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  lNPNetQryR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LNPNetQryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Intelligent Networking Services'.
                  This table is not deletable."
    ::= { metaSwitch  2457 }

  lNPNetQryR1Entry OBJECT-TYPE
    SYNTAX       LNPNetQryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lNPNetQryR1NEConn,
             lNPNetQryR1NetwkElement,
             lNPNetQryR1CFSIx,
             lNPNetQryR1NetwkQueryIx }
    ::= {  lNPNetQryR1Table  1  }

  LNPNetQryR1Entry  ::=  SEQUENCE
  {
    lNPNetQryR1NEConn                  Unsigned32,
    lNPNetQryR1NetwkElement            DisplayString,
    lNPNetQryR1CFSIx                   Unsigned32,
    lNPNetQryR1NetwkQueryIx            Unsigned32,
    lNPNetQryR1CldPartyNum             DisplayString,
    lNPNetQryR1ClgPartyNum             DisplayString,
    lNPNetQryR1T1I1PrfSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    lNPNetQryR1T1I2PrfSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    lNPNetQryR1T1I3PrfSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    lNPNetQryR1PrfSigGwM3UAAppSvrOtherVals
                                       INTEGER,
    lNPNetQryR1QueryRes                INTEGER,
    lNPNetQryR1PrfSigGwM3UAAppSvrUsed  INTEGER,
    lNPNetQryR1T1I1SigGwM3UAAppSvrUsedNEConn
                                       Unsigned32,
    lNPNetQryR1T1I2SigGwM3UAAppSvrUsedNetwkElement
                                       DisplayString,
    lNPNetQryR1T1I3SigGwM3UAAppSvrUsedSigPointID
                                       Unsigned32,
    lNPNetQryR1QueryErrCode            INTEGER,
    lNPNetQryR1TimeTaken               Unsigned32,
    lNPNetQryR1QueryRessPorted         INTEGER,
    lNPNetQryR1QueryRessLocationRtgNum LongDisplayString,
    lNPNetQryR1DoExtraActions          INTEGER,
    lNPNetQryR1RowStatus               RowStatus,
    lNPNetQryR1T2I1PrfSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    lNPNetQryR1T2I2PrfSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    lNPNetQryR1T2I3PrfSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    lNPNetQryR1T2I1SigGwM3UAAppSvrUsedNEConn
                                       Unsigned32,
    lNPNetQryR1T2I2SigGwM3UAAppSvrUsedNetwkElement
                                       DisplayString,
    lNPNetQryR1T2I3SigGwM3UAAppSvrUsedM3UAAppServerIx
                                       Unsigned32
  }

  lNPNetQryR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lNPNetQryR1Entry  1 }

  lNPNetQryR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lNPNetQryR1Entry  2 }

  lNPNetQryR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { lNPNetQryR1Entry  3 }

  lNPNetQryR1NetwkQueryIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network query index'.
                  This is an index field."
    ::= { lNPNetQryR1Entry  4 }

  lNPNetQryR1CldPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called party number'."
    ::= { lNPNetQryR1Entry  5 }

  lNPNetQryR1ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { lNPNetQryR1Entry  6 }

  lNPNetQryR1T1I1PrfSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { lNPNetQryR1Entry  7 }

  lNPNetQryR1T1I2PrfSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { lNPNetQryR1Entry  8 }

  lNPNetQryR1T1I3PrfSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { lNPNetQryR1Entry  9 }

  lNPNetQryR1PrfSigGwM3UAAppSvrOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSignalingGatewayM3UAApplicationServer(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server'.
                  This field represents the fixed
                  values that Preferred Signaling Gateway/M3UA Application Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { lNPNetQryR1Entry  10 }

  lNPNetQryR1QueryRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   pending(0),
                   success(1),
                   successACGEncountered(2),
                   testNotAttemptedDueToACG(3),
                   testFailureFailedToDecodeResponseFromDatabase(4),
                   testFailureFailedResponseFromDatabase(5),
                   testFailureReturnedLRNNotValid(6),
                   testFailureQueryTimedOut(7),
                   testFailureTooManyTestQueriesInProgress(8),
                   testFailureInvalidConfiguration(9),
                   testFailureConfigurationAlarmed(10),
                   testFailureFailureToRouteTheQuery(11),
                   testFailureLocalResource(12),
                   testFailureTestCancelled(13),
                   testFailureTemporaryFailure(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query result'."
    ::= { lNPNetQryR1Entry  11 }

  lNPNetQryR1PrfSigGwM3UAAppSvrUsed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server used'."
    ::= { lNPNetQryR1Entry  12 }

  lNPNetQryR1T1I1SigGwM3UAAppSvrUsedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { lNPNetQryR1Entry  13 }

  lNPNetQryR1T1I2SigGwM3UAAppSvrUsedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { lNPNetQryR1Entry  14 }

  lNPNetQryR1T1I3SigGwM3UAAppSvrUsedSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { lNPNetQryR1Entry  15 }

  lNPNetQryR1QueryErrCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noError(0),
                   queryAbortedUnknownReason(1),
                   queryAbortedUnrecognizedPackageType(2),
                   queryAbortedIncorrectTransactionPortion(3),
                   queryAbortedBadlyStructuredTransactionPortion(4),
                   queryAbortedUnassignedRespondingTransactionID(5),
                   queryAbortedPermissionToReleaseProblem(6),
                   queryAbortedResourceUnavailable(7),
                   queryAbortedUnrecognizedDialoguePortionID(8),
                   queryAbortedBadlyStructuredDialoguePortion(9),
                   queryAbortedMissingDialoguePortion(10),
                   queryAbortedInconsistentDialoguePortion(11),
                   queryRejectedUnknownReason(12),
                   queryRejectedUnrecognizedComponentType(13),
                   queryRejectedIncorrectComponentPortion(14),
                   queryRejectedBadlyStructuredComponentPortion(15),
                   queryRejectedIncorrectCoding(16),
                   queryRejectedDuplicateInvokeID(17),
                   queryRejectedUnrecognizedOperationCode(18),
                   queryRejectedIncorrectParameter(19),
                   queryRejectedUnrecognizedCorrelationID(20),
                   queryRejectedMissingMandatoryParameter(21),
                   queryRejectedUnrecognizedPackageType(22),
                   queryRejectedIncorrectTransactionPortion(23),
                   queryRejectedBadlyStructuredTransactionPortion(24),
                   queryRejectedUnassignedRespondingTransactionID(25),
                   queryRejectedPermissionToReleaseProblem(26),
                   queryRejectedResourceUnavailable(27),
                   queryErrorUnknown(28),
                   queryErrorTaskRefused(29),
                   queryErrorDataUnavailable(30),
                   queryErrorMissingCustomerRecord(31),
                   queryErrorUnexpectedDataValue(32),
                   queryErrorUnavailableResource(33),
                   queryErrorMissingGroup(34),
                   queryErrorVacantGroup(35),
                   queryErrorNonParticipatingGroup(36),
                   queryErrorScreenedResponse(37),
                   queryErrorGeneralFailure(38),
                   queryErrorQueueFull(39),
                   queryErrorTimerExpired(40),
                   queryErrorSystemNotResponding(41),
                   queryErrorUnauthorizedRequest(42),
                   queryErrorDataUnavailableNonPOTS(43),
                   queryErrorNotAcceptingCalls(44),
                   queryErrorIncompatibleVersions(45),
                   queryErrorResultsTooLong(46),
                   queryErrorLongerTimerExpired(47),
                   queryErrorNoPathToSystem(48),
                   queryErrorAmbiguousQuery(49),
                   queryErrorSendToResourceReceived(50),
                   queryErrorDisconnectReceived(51),
                   queryErrorSendNotificationReceived(52),
                   queryErrorContinueReceived(53),
                   queryErrorAuthorizedTerminationReceived(54),
                   queryErrorForwardCallReceived(55),
                   queryErrorApplicationError(56),
                   queryErrorReportError(57),
                   queryErrorFailureReport(58),
                   queryErrorServiceUnavailable(59),
                   queryErrorBadParameterInRequest(60)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query error code'."
    ::= { lNPNetQryR1Entry  16 }

  lNPNetQryR1TimeTaken OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time taken'."
    ::= { lNPNetQryR1Entry  17 }

  lNPNetQryR1QueryRessPorted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query results - ported'."
    ::= { lNPNetQryR1Entry  18 }

  lNPNetQryR1QueryRessLocationRtgNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Query results - Location Routing Number (LRN)'."
    ::= { lNPNetQryR1Entry  19 }

  lNPNetQryR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refresh(1),
                   runQuery(2),
                   resetQuery(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lNPNetQryR1Entry  20 }

  lNPNetQryR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { lNPNetQryR1Entry  21 }

  lNPNetQryR1T2I1PrfSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { lNPNetQryR1Entry  22 }

  lNPNetQryR1T2I2PrfSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { lNPNetQryR1Entry  23 }

  lNPNetQryR1T2I3PrfSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { lNPNetQryR1Entry  24 }

  lNPNetQryR1T2I1SigGwM3UAAppSvrUsedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { lNPNetQryR1Entry  25 }

  lNPNetQryR1T2I2SigGwM3UAAppSvrUsedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { lNPNetQryR1Entry  26 }

  lNPNetQryR1T2I3SigGwM3UAAppSvrUsedM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { lNPNetQryR1Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'LNP Cache Entry'                                            */
-- /* Valid from: 7.1                                                               */
-- /*********************************************************************************/

  lNPCacheEntryTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LNPCacheEntryEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Intelligent Networking Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2458 }

  lNPCacheEntryEntry OBJECT-TYPE
    SYNTAX       LNPCacheEntryEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lNPCacheEntryNEConn,
             lNPCacheEntryNetwkElement,
             lNPCacheEntryCFSIx,
             lNPCacheEntryCacheEntryIx }
    ::= {  lNPCacheEntryTable  1  }

  LNPCacheEntryEntry  ::=  SEQUENCE
  {
    lNPCacheEntryNEConn                Unsigned32,
    lNPCacheEntryNetwkElement          DisplayString,
    lNPCacheEntryCFSIx                 Unsigned32,
    lNPCacheEntryCacheEntryIx          Unsigned32,
    lNPCacheEntryDirNum                DisplayString,
    lNPCacheEntryCreationTime          Unsigned32,
    lNPCacheEntryLastUsedTime          Unsigned32,
    lNPCacheEntryExpiryTime            Unsigned32,
    lNPCacheEntryPorted                INTEGER,
    lNPCacheEntryOnSwitchCarrLRN       DisplayString,
    lNPCacheEntryDoExtraActions        INTEGER
  }

  lNPCacheEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lNPCacheEntryEntry  1 }

  lNPCacheEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lNPCacheEntryEntry  2 }

  lNPCacheEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { lNPCacheEntryEntry  3 }

  lNPCacheEntryCacheEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cache entry index'.
                  This is an index field."
    ::= { lNPCacheEntryEntry  4 }

  lNPCacheEntryDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'."
    ::= { lNPCacheEntryEntry  5 }

  lNPCacheEntryCreationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Creation time'."
    ::= { lNPCacheEntryEntry  6 }

  lNPCacheEntryLastUsedTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last used time'."
    ::= { lNPCacheEntryEntry  7 }

  lNPCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry time'."
    ::= { lNPCacheEntryEntry  8 }

  lNPCacheEntryPorted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported'."
    ::= { lNPCacheEntryEntry  9 }

  lNPCacheEntryOnSwitchCarrLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number (LRN)'."
    ::= { lNPCacheEntryEntry  10 }

  lNPCacheEntryDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refresh(1),
                   queryLNPCacheEntry(2),
                   deleteLNPCacheEntry(3),
                   reset(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { lNPCacheEntryEntry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TFL Network Query'                                          */
-- /* Valid from: 8.0                                                               */
-- /*********************************************************************************/

  tFLNetQryR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TFLNetQryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Intelligent Networking Services'.
                  This table is not deletable."
    ::= { metaSwitch  2460 }

  tFLNetQryR1Entry OBJECT-TYPE
    SYNTAX       TFLNetQryR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tFLNetQryR1NEConn,
             tFLNetQryR1NetwkElement,
             tFLNetQryR1CFSIx,
             tFLNetQryR1NetwkQueryIx }
    ::= {  tFLNetQryR1Table  1  }

  TFLNetQryR1Entry  ::=  SEQUENCE
  {
    tFLNetQryR1NEConn                  Unsigned32,
    tFLNetQryR1NetwkElement            DisplayString,
    tFLNetQryR1CFSIx                   Unsigned32,
    tFLNetQryR1NetwkQueryIx            Unsigned32,
    tFLNetQryR1CldPartyNum             DisplayString,
    tFLNetQryR1ClgPartyNum             DisplayString,
    tFLNetQryR1LATA                    Unsigned32,
    tFLNetQryR1I1INSTriggerNEConn      Unsigned32,
    tFLNetQryR1I2INSTriggerNetwkElement
                                       DisplayString,
    tFLNetQryR1I3INSTriggerCFSIx       Unsigned32,
    tFLNetQryR1I4INSTriggerTriggerIx   Unsigned32,
    tFLNetQryR1INSTriggerOtherVals     INTEGER,
    tFLNetQryR1T1I1PrfSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    tFLNetQryR1T1I2PrfSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    tFLNetQryR1T1I3PrfSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    tFLNetQryR1PrfSigGwM3UAAppSvrOtherVals
                                       INTEGER,
    tFLNetQryR1QueryRes                INTEGER,
    tFLNetQryR1PrfSigGwM3UAAppSvrUsed  INTEGER,
    tFLNetQryR1T1I1SigGwM3UAAppSvrUsedNEConn
                                       Unsigned32,
    tFLNetQryR1T1I2SigGwM3UAAppSvrUsedNetwkElement
                                       DisplayString,
    tFLNetQryR1T1I3SigGwM3UAAppSvrUsedSigPointID
                                       Unsigned32,
    tFLNetQryR1I1INSTriggerUsedNEConn  Unsigned32,
    tFLNetQryR1I2INSTriggerUsedNetwkElement
                                       DisplayString,
    tFLNetQryR1I3INSTriggerUsedCFSIx   Unsigned32,
    tFLNetQryR1I4INSTriggerUsedTriggerIx
                                       Unsigned32,
    tFLNetQryR1QueryErrCode            INTEGER,
    tFLNetQryR1TimeTaken               Unsigned32,
    tFLNetQryR1QueryRessTranslatedNum  LongDisplayString,
    tFLNetQryR1QueryRessTrnkGp         LongDisplayString,
    tFLNetQryR1QryRessAltTrnkGp        LongDisplayString,
    tFLNetQryR1QryRess2ndAltTrnkGp     LongDisplayString,
    tFLNetQryR1QueryRessCarr           LongDisplayString,
    tFLNetQryR1QryRessAltCarr          LongDisplayString,
    tFLNetQryR1QryRess2ndAltCarr       LongDisplayString,
    tFLNetQryR1DoExtraActions          INTEGER,
    tFLNetQryR1RowStatus               RowStatus,
    tFLNetQryR1T2I1PrfSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    tFLNetQryR1T2I2PrfSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    tFLNetQryR1T2I3PrfSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    tFLNetQryR1T2I1SigGwM3UAAppSvrUsedNEConn
                                       Unsigned32,
    tFLNetQryR1T2I2SigGwM3UAAppSvrUsedNetwkElement
                                       DisplayString,
    tFLNetQryR1T2I3SigGwM3UAAppSvrUsedM3UAAppServerIx
                                       Unsigned32
  }

  tFLNetQryR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tFLNetQryR1Entry  1 }

  tFLNetQryR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tFLNetQryR1Entry  2 }

  tFLNetQryR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tFLNetQryR1Entry  3 }

  tFLNetQryR1NetwkQueryIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network query index'.
                  This is an index field."
    ::= { tFLNetQryR1Entry  4 }

  tFLNetQryR1CldPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called party number'."
    ::= { tFLNetQryR1Entry  5 }

  tFLNetQryR1ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { tFLNetQryR1Entry  6 }

  tFLNetQryR1LATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LATA'."
    ::= { tFLNetQryR1Entry  7 }

  tFLNetQryR1I1INSTriggerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  8 }

  tFLNetQryR1I2INSTriggerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger',
                  This field represents index 'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  9 }

  tFLNetQryR1I3INSTriggerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  10 }

  tFLNetQryR1I4INSTriggerTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger',
                  This field represents index 'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  11 }

  tFLNetQryR1INSTriggerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noINSTrigger(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger'.
                  This field represents the fixed
                  values that INS Trigger
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tFLNetQryR1Entry  12 }

  tFLNetQryR1T1I1PrfSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { tFLNetQryR1Entry  13 }

  tFLNetQryR1T1I2PrfSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { tFLNetQryR1Entry  14 }

  tFLNetQryR1T1I3PrfSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { tFLNetQryR1Entry  15 }

  tFLNetQryR1PrfSigGwM3UAAppSvrOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSignalingGatewayM3UAApplicationServer(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server'.
                  This field represents the fixed
                  values that Preferred Signaling Gateway/M3UA Application Server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tFLNetQryR1Entry  16 }

  tFLNetQryR1QueryRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   pending(0),
                   success(1),
                   successACGEncountered(2),
                   testNotAttemptedDueToACG(3),
                   testFailureFailedToDecodeResponseFromDatabase(4),
                   testFailureFailedResponseFromDatabase(5),
                   testFailureReturnedLRNNotValid(6),
                   testFailureQueryTimedOut(7),
                   testFailureTooManyTestQueriesInProgress(8),
                   testFailureInvalidConfiguration(9),
                   testFailureConfigurationAlarmed(10),
                   testFailureFailureToRouteTheQuery(11),
                   testFailureLocalResource(12),
                   testFailureTestCancelled(13),
                   testFailureTemporaryFailure(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query result'."
    ::= { tFLNetQryR1Entry  17 }

  tFLNetQryR1PrfSigGwM3UAAppSvrUsed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server used'."
    ::= { tFLNetQryR1Entry  18 }

  tFLNetQryR1T1I1SigGwM3UAAppSvrUsedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { tFLNetQryR1Entry  19 }

  tFLNetQryR1T1I2SigGwM3UAAppSvrUsedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { tFLNetQryR1Entry  20 }

  tFLNetQryR1T1I3SigGwM3UAAppSvrUsedSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { tFLNetQryR1Entry  21 }

  tFLNetQryR1I1INSTriggerUsedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger used',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  22 }

  tFLNetQryR1I2INSTriggerUsedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger used',
                  This field represents index 'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  23 }

  tFLNetQryR1I3INSTriggerUsedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger used',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  24 }

  tFLNetQryR1I4INSTriggerUsedTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'INS Trigger used',
                  This field represents index 'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { tFLNetQryR1Entry  25 }

  tFLNetQryR1QueryErrCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noError(0),
                   queryAbortedUnknownReason(1),
                   queryAbortedUnrecognizedPackageType(2),
                   queryAbortedIncorrectTransactionPortion(3),
                   queryAbortedBadlyStructuredTransactionPortion(4),
                   queryAbortedUnassignedRespondingTransactionID(5),
                   queryAbortedPermissionToReleaseProblem(6),
                   queryAbortedResourceUnavailable(7),
                   queryAbortedUnrecognizedDialoguePortionID(8),
                   queryAbortedBadlyStructuredDialoguePortion(9),
                   queryAbortedMissingDialoguePortion(10),
                   queryAbortedInconsistentDialoguePortion(11),
                   queryRejectedUnknownReason(12),
                   queryRejectedUnrecognizedComponentType(13),
                   queryRejectedIncorrectComponentPortion(14),
                   queryRejectedBadlyStructuredComponentPortion(15),
                   queryRejectedIncorrectCoding(16),
                   queryRejectedDuplicateInvokeID(17),
                   queryRejectedUnrecognizedOperationCode(18),
                   queryRejectedIncorrectParameter(19),
                   queryRejectedUnrecognizedCorrelationID(20),
                   queryRejectedMissingMandatoryParameter(21),
                   queryRejectedUnrecognizedPackageType(22),
                   queryRejectedIncorrectTransactionPortion(23),
                   queryRejectedBadlyStructuredTransactionPortion(24),
                   queryRejectedUnassignedRespondingTransactionID(25),
                   queryRejectedPermissionToReleaseProblem(26),
                   queryRejectedResourceUnavailable(27),
                   queryErrorUnknown(28),
                   queryErrorTaskRefused(29),
                   queryErrorDataUnavailable(30),
                   queryErrorMissingCustomerRecord(31),
                   queryErrorUnexpectedDataValue(32),
                   queryErrorUnavailableResource(33),
                   queryErrorMissingGroup(34),
                   queryErrorVacantGroup(35),
                   queryErrorNonParticipatingGroup(36),
                   queryErrorScreenedResponse(37),
                   queryErrorGeneralFailure(38),
                   queryErrorQueueFull(39),
                   queryErrorTimerExpired(40),
                   queryErrorSystemNotResponding(41),
                   queryErrorUnauthorizedRequest(42),
                   queryErrorDataUnavailableNonPOTS(43),
                   queryErrorNotAcceptingCalls(44),
                   queryErrorIncompatibleVersions(45),
                   queryErrorResultsTooLong(46),
                   queryErrorLongerTimerExpired(47),
                   queryErrorNoPathToSystem(48),
                   queryErrorAmbiguousQuery(49),
                   queryErrorSendToResourceReceived(50),
                   queryErrorDisconnectReceived(51),
                   queryErrorSendNotificationReceived(52),
                   queryErrorContinueReceived(53),
                   queryErrorAuthorizedTerminationReceived(54),
                   queryErrorForwardCallReceived(55),
                   queryErrorApplicationError(56),
                   queryErrorReportError(57),
                   queryErrorFailureReport(58),
                   queryErrorServiceUnavailable(59),
                   queryErrorBadParameterInRequest(60)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query error code'."
    ::= { tFLNetQryR1Entry  26 }

  tFLNetQryR1TimeTaken OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time taken'."
    ::= { tFLNetQryR1Entry  27 }

  tFLNetQryR1QueryRessTranslatedNum OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query results - translated number'."
    ::= { tFLNetQryR1Entry  28 }

  tFLNetQryR1QueryRessTrnkGp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query results - trunk group'."
    ::= { tFLNetQryR1Entry  29 }

  tFLNetQryR1QryRessAltTrnkGp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Query results - alternative trunk group'."
    ::= { tFLNetQryR1Entry  30 }

  tFLNetQryR1QryRess2ndAltTrnkGp OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Query results - second alternative trunk group'."
    ::= { tFLNetQryR1Entry  31 }

  tFLNetQryR1QueryRessCarr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Query results - carrier'."
    ::= { tFLNetQryR1Entry  32 }

  tFLNetQryR1QryRessAltCarr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Query results - alternative carrier'."
    ::= { tFLNetQryR1Entry  33 }

  tFLNetQryR1QryRess2ndAltCarr OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Query results - second alternative carrier'."
    ::= { tFLNetQryR1Entry  34 }

  tFLNetQryR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   refresh(1),
                   runQuery(2),
                   resetQuery(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tFLNetQryR1Entry  35 }

  tFLNetQryR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tFLNetQryR1Entry  36 }

  tFLNetQryR1T2I1PrfSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { tFLNetQryR1Entry  37 }

  tFLNetQryR1T2I2PrfSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { tFLNetQryR1Entry  38 }

  tFLNetQryR1T2I3PrfSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { tFLNetQryR1Entry  39 }

  tFLNetQryR1T2I1SigGwM3UAAppSvrUsedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { tFLNetQryR1Entry  40 }

  tFLNetQryR1T2I2SigGwM3UAAppSvrUsedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { tFLNetQryR1Entry  41 }

  tFLNetQryR1T2I3SigGwM3UAAppSvrUsedM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server used',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { tFLNetQryR1Entry  42 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  iSUPLclSigDestR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2461 }

  iSUPLclSigDestR22Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR22NEConn,
             iSUPLclSigDestR22NetwkElement,
             iSUPLclSigDestR22CFSIx,
             iSUPLclSigDestR22ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR22Table  1  }

  ISUPLclSigDestR22Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR22NEConn            Unsigned32,
    iSUPLclSigDestR22NetwkElement      DisplayString,
    iSUPLclSigDestR22CFSIx             Unsigned32,
    iSUPLclSigDestR22ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR22PassOnMsg         INTEGER,
    iSUPLclSigDestR22CgstnStatus       INTEGER,
    iSUPLclSigDestR22CLLI              DisplayString,
    iSUPLclSigDestR22SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR22SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR22T1TimerDurn       Unsigned32,
    iSUPLclSigDestR22T2TimerDurn       Unsigned32,
    iSUPLclSigDestR22T3TimerDurn       Unsigned32,
    iSUPLclSigDestR22T5TimerDurn       Unsigned32,
    iSUPLclSigDestR22T6TimerDurn       Unsigned32,
    iSUPLclSigDestR22T7TimerDurn       Unsigned32,
    iSUPLclSigDestR22T8TimerDurn       Unsigned32,
    iSUPLclSigDestR22T9TimerDurn       Unsigned32,
    iSUPLclSigDestR22T10TimerDurn      Unsigned32,
    iSUPLclSigDestR22T11TimerDurn      Unsigned32,
    iSUPLclSigDestR22T12TimerDurn      Unsigned32,
    iSUPLclSigDestR22T13TimerDurn      Unsigned32,
    iSUPLclSigDestR22T14TimerDurn      Unsigned32,
    iSUPLclSigDestR22T15TimerDurn      Unsigned32,
    iSUPLclSigDestR22T16TimerDurn      Unsigned32,
    iSUPLclSigDestR22T17TimerDurn      Unsigned32,
    iSUPLclSigDestR22T18TimerDurn      Unsigned32,
    iSUPLclSigDestR22T19TimerDurn      Unsigned32,
    iSUPLclSigDestR22T20TimerDurn      Unsigned32,
    iSUPLclSigDestR22T21TimerDurn      Unsigned32,
    iSUPLclSigDestR22T22TimerDurn      Unsigned32,
    iSUPLclSigDestR22T23TimerDurn      Unsigned32,
    iSUPLclSigDestR22T25TimerDurn      Unsigned32,
    iSUPLclSigDestR22T26TimerDurn      Unsigned32,
    iSUPLclSigDestR22T27TimerDurn      Unsigned32,
    iSUPLclSigDestR22T28TimerDurn      Unsigned32,
    iSUPLclSigDestR22T29TimerDurn      Unsigned32,
    iSUPLclSigDestR22T30TimerDurn      Unsigned32,
    iSUPLclSigDestR22T33TimerDurn      Unsigned32,
    iSUPLclSigDestR22T35TimerDurn      Unsigned32,
    iSUPLclSigDestR22T38TimerDurn      Unsigned32,
    iSUPLclSigDestR22CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR22CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR22CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR22CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR22BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR22SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR22CongTimerDurn     Unsigned32,
    iSUPLclSigDestR22MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR22SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR22TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR22AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR22DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR22UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR22UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR22CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR22MaxResetRetries   Unsigned32,
    iSUPLclSigDestR22MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR22MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR22DeactivnMode      INTEGER,
    iSUPLclSigDestR22AlrmState         INTEGER,
    iSUPLclSigDestR22AlrmLogCorr       Counter64,
    iSUPLclSigDestR22AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR22AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR22AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR22ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR22ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR22ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR22ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR22SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR22DoExtraActions    INTEGER,
    iSUPLclSigDestR22RowStatus         RowStatus,
    iSUPLclSigDestR22AdminStatus       AdminStatus,
    iSUPLclSigDestR22OperStatus        OperStatus,
    iSUPLclSigDestR22SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR22T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR22T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR22T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR22Variant           INTEGER,
    iSUPLclSigDestR22ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR22RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR22ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR22EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR22RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR22ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR22StatisticsAlrms   Integer32,
    iSUPLclSigDestR22T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR22T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR22T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    iSUPLclSigDestR22Name              DisplayString,
    iSUPLclSigDestR22EnableCallRefSig  INTEGER,
    iSUPLclSigDestR22IncExtraParmsInXMLBillRecs
                                       INTEGER,
    iSUPLclSigDestR22SupportReceivingCauseCodesOnAcm
                                       INTEGER
  }

  iSUPLclSigDestR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR22Entry  1 }

  iSUPLclSigDestR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR22Entry  2 }

  iSUPLclSigDestR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR22Entry  3 }

  iSUPLclSigDestR22ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR22Entry  4 }

  iSUPLclSigDestR22PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR22Entry  5 }

  iSUPLclSigDestR22CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR22Entry  6 }

  iSUPLclSigDestR22CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR22Entry  7 }

  iSUPLclSigDestR22SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR22Entry  8 }

  iSUPLclSigDestR22SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR22Entry  9 }

  iSUPLclSigDestR22T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR22Entry  10 }

  iSUPLclSigDestR22T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR22Entry  11 }

  iSUPLclSigDestR22T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..120000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR22Entry  12 }

  iSUPLclSigDestR22T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR22Entry  14 }

  iSUPLclSigDestR22T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR22Entry  15 }

  iSUPLclSigDestR22T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR22Entry  16 }

  iSUPLclSigDestR22T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR22Entry  17 }

  iSUPLclSigDestR22T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR22Entry  18 }

  iSUPLclSigDestR22T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR22Entry  19 }

  iSUPLclSigDestR22T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR22Entry  20 }

  iSUPLclSigDestR22T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  21 }

  iSUPLclSigDestR22T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  22 }

  iSUPLclSigDestR22T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  23 }

  iSUPLclSigDestR22T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  24 }

  iSUPLclSigDestR22T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR22Entry  25 }

  iSUPLclSigDestR22T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR22Entry  26 }

  iSUPLclSigDestR22T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  27 }

  iSUPLclSigDestR22T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  28 }

  iSUPLclSigDestR22T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  29 }

  iSUPLclSigDestR22T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR22Entry  30 }

  iSUPLclSigDestR22T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR22Entry  31 }

  iSUPLclSigDestR22T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR22Entry  32 }

  iSUPLclSigDestR22T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR22Entry  33 }

  iSUPLclSigDestR22T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    ::= { iSUPLclSigDestR22Entry  34 }

  iSUPLclSigDestR22T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR22Entry  35 }

  iSUPLclSigDestR22T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR22Entry  36 }

  iSUPLclSigDestR22T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    ::= { iSUPLclSigDestR22Entry  37 }

  iSUPLclSigDestR22T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    DEFVAL       { 8000 }
    ::= { iSUPLclSigDestR22Entry  38 }

  iSUPLclSigDestR22T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR22Entry  39 }

  iSUPLclSigDestR22T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR22Entry  40 }

  iSUPLclSigDestR22T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR22Entry  42 }

  iSUPLclSigDestR22CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR22Entry  43 }

  iSUPLclSigDestR22CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR22Entry  44 }

  iSUPLclSigDestR22CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR22Entry  45 }

  iSUPLclSigDestR22CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR22Entry  46 }

  iSUPLclSigDestR22BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR22Entry  47 }

  iSUPLclSigDestR22SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR22Entry  48 }

  iSUPLclSigDestR22CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR22Entry  49 }

  iSUPLclSigDestR22MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR22Entry  50 }

  iSUPLclSigDestR22SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR22Entry  51 }

  iSUPLclSigDestR22TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR22Entry  52 }

  iSUPLclSigDestR22AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR22Entry  53 }

  iSUPLclSigDestR22DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR22Entry  54 }

  iSUPLclSigDestR22UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR22Entry  55 }

  iSUPLclSigDestR22UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR22Entry  56 }

  iSUPLclSigDestR22CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR22Entry  57 }

  iSUPLclSigDestR22MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR22Entry  58 }

  iSUPLclSigDestR22MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR22Entry  59 }

  iSUPLclSigDestR22MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR22Entry  60 }

  iSUPLclSigDestR22DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR22Entry  61 }

  iSUPLclSigDestR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR22Entry  62 }

  iSUPLclSigDestR22AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR22Entry  63 }

  iSUPLclSigDestR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR22Entry  64 }

  iSUPLclSigDestR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR22Entry  65 }

  iSUPLclSigDestR22AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR22Entry  66 }

  iSUPLclSigDestR22ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR22Entry  67 }

  iSUPLclSigDestR22ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR22Entry  68 }

  iSUPLclSigDestR22ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR22Entry  69 }

  iSUPLclSigDestR22ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR22Entry  70 }

  iSUPLclSigDestR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR22Entry  71 }

  iSUPLclSigDestR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR22Entry  72 }

  iSUPLclSigDestR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR22Entry  73 }

  iSUPLclSigDestR22AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR22Entry  74 }

  iSUPLclSigDestR22OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR22Entry  75 }

  iSUPLclSigDestR22SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR22Entry  76 }

  iSUPLclSigDestR22T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR22Entry  77 }

  iSUPLclSigDestR22T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR22Entry  78 }

  iSUPLclSigDestR22T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR22Entry  79 }

  iSUPLclSigDestR22Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR22Entry  80 }

  iSUPLclSigDestR22ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR22Entry  81 }

  iSUPLclSigDestR22RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR22Entry  82 }

  iSUPLclSigDestR22ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR22Entry  83 }

  iSUPLclSigDestR22EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR22Entry  84 }

  iSUPLclSigDestR22RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR22Entry  85 }

  iSUPLclSigDestR22ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR22Entry  86 }

  iSUPLclSigDestR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR22Entry  87 }

  iSUPLclSigDestR22T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR22Entry  88 }

  iSUPLclSigDestR22T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR22Entry  89 }

  iSUPLclSigDestR22T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR22Entry  90 }

  iSUPLclSigDestR22Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPLclSigDestR22Entry  91 }

  iSUPLclSigDestR22EnableCallRefSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable Call Reference signaling'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR22Entry  92 }

  iSUPLclSigDestR22IncExtraParmsInXMLBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra parameters in XML billing records'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR22Entry  93 }

  iSUPLclSigDestR22SupportReceivingCauseCodesOnAcm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Support receiving cause codes on ACM'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR22Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML Application Controls'                                   */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  billXMLAppCtrlR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLAppCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2462 }

  billXMLAppCtrlR3Entry OBJECT-TYPE
    SYNTAX       BillXMLAppCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLAppCtrlR3NEConn,
             billXMLAppCtrlR3NetwkElement,
             billXMLAppCtrlR3CFSIx }
    ::= {  billXMLAppCtrlR3Table  1  }

  BillXMLAppCtrlR3Entry  ::=  SEQUENCE
  {
    billXMLAppCtrlR3NEConn             Unsigned32,
    billXMLAppCtrlR3NetwkElement       DisplayString,
    billXMLAppCtrlR3CFSIx              Unsigned32,
    billXMLAppCtrlR3PrdXMLBRecsConnectedCalls
                                       INTEGER,
    billXMLAppCtrlR3PrdXMLBRecsUnconnectedCalls
                                       INTEGER,
    billXMLAppCtrlR3PrdXMLBRecsCallServEvts
                                       INTEGER,
    billXMLAppCtrlR3GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR3GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR3GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR3RowStatus          RowStatus,
    billXMLAppCtrlR3IncExtraSIPAndIPParms
                                       INTEGER,
    billXMLAppCtrlR3IncPChargingVectorInXmlBillRecs
                                       INTEGER
  }

  billXMLAppCtrlR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLAppCtrlR3Entry  1 }

  billXMLAppCtrlR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLAppCtrlR3Entry  2 }

  billXMLAppCtrlR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLAppCtrlR3Entry  3 }

  billXMLAppCtrlR3PrdXMLBRecsConnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for connected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR3Entry  4 }

  billXMLAppCtrlR3PrdXMLBRecsUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for unconnected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR3Entry  5 }

  billXMLAppCtrlR3PrdXMLBRecsCallServEvts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for call service events'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR3Entry  6 }

  billXMLAppCtrlR3GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR3Entry  9 }

  billXMLAppCtrlR3GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR3Entry  10 }

  billXMLAppCtrlR3GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR3Entry  11 }

  billXMLAppCtrlR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billXMLAppCtrlR3Entry  12 }

  billXMLAppCtrlR3IncExtraSIPAndIPParms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra SIP and IP parameters'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR3Entry  13 }

  billXMLAppCtrlR3IncPChargingVectorInXmlBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include P-Charging Vector in XML Billing Records'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR3Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Config Set'                                                 */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  rPSCfgSetR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSCfgSetR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing and Policy Services'."
    ::= { metaSwitch  2463 }

  rPSCfgSetR9Entry OBJECT-TYPE
    SYNTAX       RPSCfgSetR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSCfgSetR9NEConn,
             rPSCfgSetR9NetwkElement,
             rPSCfgSetR9CFSIx,
             rPSCfgSetR9CfgSetIx }
    ::= {  rPSCfgSetR9Table  1  }

  RPSCfgSetR9Entry  ::=  SEQUENCE
  {
    rPSCfgSetR9NEConn                  Unsigned32,
    rPSCfgSetR9NetwkElement            DisplayString,
    rPSCfgSetR9CFSIx                   Unsigned32,
    rPSCfgSetR9CfgSetIx                Unsigned32,
    rPSCfgSetR9CfgSetType              INTEGER,
    rPSCfgSetR9CfgSetName              DisplayString,
    rPSCfgSetR9I1InitialRtgTblNEConn   Unsigned32,
    rPSCfgSetR9I2InitialRtgTblNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3InitialRtgTblCFSIx    Unsigned32,
    rPSCfgSetR9I4InitialRtgTblCfgSetIx Unsigned32,
    rPSCfgSetR9I5InitialRtgTblRtgTblIx Unsigned32,
    rPSCfgSetR9InitialRtgTblOtherVals  INTEGER,
    rPSCfgSetR9I1RtgTblRemLNPLookupNEConn
                                       Unsigned32,
    rPSCfgSetR9I2RtgTblRemLNPLookupNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3RtgTblRemLNPLookupCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4RtgTblRemLNPLookupCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5RtgTblRemLNPLookupRtgTblIx
                                       Unsigned32,
    rPSCfgSetR9RtgTblRemLNPLookupOtherVals
                                       INTEGER,
    rPSCfgSetR9I1NumVldnTblCarrIDsNEConn
                                       Unsigned32,
    rPSCfgSetR9I2NumVldnTblCarrIDsNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3NumVldnTblCarrIDsCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4NumVldnTblCarrIDsCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5NumVldnTblCarrIDsNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR9NumVldnTblCarrIDsOtherVals
                                       INTEGER,
    rPSCfgSetR9I1AttrSetCarrIDsNEConn  Unsigned32,
    rPSCfgSetR9I2AttrSetCarrIDsNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3AttrSetCarrIDsCFSIx   Unsigned32,
    rPSCfgSetR9I4AttrSetCarrIDsCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5AttrSetCarrIDsAttrSetIx
                                       Unsigned32,
    rPSCfgSetR9AttrSetCarrIDsOtherVals INTEGER,
    rPSCfgSetR9ReadyUse                INTEGER,
    rPSCfgSetR9AlrmState               INTEGER,
    rPSCfgSetR9AlrmEvtsAttnRqLogCorr   Counter64,
    rPSCfgSetR9AlrmEvtsAttnRq          Integer32,
    rPSCfgSetR9AlrmStateTimestamp      Unsigned32,
    rPSCfgSetR9AlrmResetTimestamp      Unsigned32,
    rPSCfgSetR9TrnkRtgAlrmsAtndDp      Integer32,
    rPSCfgSetR9TrnkRtgAlrmEvtsAtndDp   Integer32,
    rPSCfgSetR9SummaryChldAlrmState    INTEGER,
    rPSCfgSetR9ImportCnt               Integer32,
    rPSCfgSetR9ImportStatus            DisplayString,
    rPSCfgSetR9ImportMode              INTEGER,
    rPSCfgSetR9ImportFile              DisplayString,
    rPSCfgSetR9ImportCorr              Counter64,
    rPSCfgSetR9ImportCorrNode          DisplayString,
    rPSCfgSetR9ImportCorrUID           DisplayString,
    rPSCfgSetR9ExportNumObjectsExported
                                       Integer32,
    rPSCfgSetR9ExportStatus            DisplayString,
    rPSCfgSetR9ExportFile              DisplayString,
    rPSCfgSetR9ExportCorr              Counter64,
    rPSCfgSetR9ExportCorrNode          DisplayString,
    rPSCfgSetR9ExportCorrUID           DisplayString,
    rPSCfgSetR9DoExtraActions          INTEGER,
    rPSCfgSetR9RowStatus               RowStatus,
    rPSCfgSetR9AdminStatus             AdminStatus,
    rPSCfgSetR9OperStatus              OperStatus,
    rPSCfgSetR9CfgSetUsage             BITS,
    rPSCfgSetR9ForceTrnkRtg            BITS,
    rPSCfgSetR9I1NumVldnTblPostANIScreeningLookupNEConn
                                       Unsigned32,
    rPSCfgSetR9I2NumVldnTblPostANIScreeningLookupNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3NumVldnTblPostANIScreeningLookupCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4NumVldnTblPostANIScreeningLookupCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5NumVldnTblPostANIScreeningLookupNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR9NumVldnTblPostANIScreeningLookupOtherVals
                                       INTEGER,
    rPSCfgSetR9I1NumVldnTblPostAuthCodeCollctnNEConn
                                       Unsigned32,
    rPSCfgSetR9I2NumVldnTblPostAuthCodeCollctnNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3NumVldnTblPostAuthCodeCollctnCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4NumVldnTblPostAuthCodeCollctnCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5NumVldnTblPostAuthCodeCollctnNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR9NumVldnTblPostAuthCodeCollctnOtherVals
                                       INTEGER,
    rPSCfgSetR9LastModificationTime    Unsigned32,
    rPSCfgSetR9I1NumVldnTblCallFromSubNEConn
                                       Unsigned32,
    rPSCfgSetR9I2NumVldnTblCallFromSubNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3NumVldnTblCallFromSubCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4NumVldnTblCallFromSubCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5NumVldnTblCallFromSubNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR9NumVldnTblCallFromSubOtherVals
                                       INTEGER,
    rPSCfgSetR9I1AttrSetCallFromSubNEConn
                                       Unsigned32,
    rPSCfgSetR9I2AttrSetCallFromSubNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3AttrSetCallFromSubCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4AttrSetCallFromSubCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5AttrSetCallFromSubAttrSetIx
                                       Unsigned32,
    rPSCfgSetR9AttrSetCallFromSubOtherVals
                                       INTEGER,
    rPSCfgSetR9I1NumVldnTblCallFromTrnkOrAfterTCAPQueryNEConn
                                       Unsigned32,
    rPSCfgSetR9I2NumVldnTblCallFromTrnkOrAfterTCAPQueryNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3NumVldnTblCallFromTrnkOrAfterTCAPQueryCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4NumVldnTblCallFromTrnkOrAfterTCAPQueryCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5NumVldnTblCallFromTrnkOrAfterTCAPQueryNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR9NumVldnTblCallFromTrnkOrAfterTCAPQueryOtherVals
                                       INTEGER,
    rPSCfgSetR9I1AttrSetCallFromTrnkOrAfterTCAPQueryNEConn
                                       Unsigned32,
    rPSCfgSetR9I2AttrSetCallFromTrnkOrAfterTCAPQueryNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3AttrSetCallFromTrnkOrAfterTCAPQueryCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4AttrSetCallFromTrnkOrAfterTCAPQueryCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5AttrSetCallFromTrnkOrAfterTCAPQueryAttrSetIx
                                       Unsigned32,
    rPSCfgSetR9AttrSetCallFromTrnkOrAfterTCAPQueryOtherVals
                                       INTEGER,
    rPSCfgSetR9AlrmEvtsAtndDpLogCorr   Counter64,
    rPSCfgSetR9AlrmEvtsAtndDp          Integer32,
    rPSCfgSetR9AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    rPSCfgSetR9TranslationsLvl         Unsigned32,
    rPSCfgSetR9I1RtgTblIntraClusterRtgNEConn
                                       Unsigned32,
    rPSCfgSetR9I2RtgTblIntraClusterRtgNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3RtgTblIntraClusterRtgCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4RtgTblIntraClusterRtgCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5RtgTblIntraClusterRtgRtgTblIx
                                       Unsigned32,
    rPSCfgSetR9RtgTblIntraClusterRtgOtherVals
                                       INTEGER,
    rPSCfgSetR9TotChldAlrmsAtndDp      Unsigned32,
    rPSCfgSetR9TotChldAlrmEvtsAtndDp   Unsigned32,
    rPSCfgSetR9ExportIncASRepData      INTEGER,
    rPSCfgSetR9ExportChldObjectsToInc  INTEGER,
    rPSCfgSetR9I1RtgTblRtgBasedOnTgIdNEConn
                                       Unsigned32,
    rPSCfgSetR9I2RtgTblRtgBasedOnTgIdNetwkElement
                                       DisplayString,
    rPSCfgSetR9I3RtgTblRtgBasedOnTgIdCFSIx
                                       Unsigned32,
    rPSCfgSetR9I4RtgTblRtgBasedOnTgIdCfgSetIx
                                       Unsigned32,
    rPSCfgSetR9I5RtgTblRtgBasedOnTgIdRtgTblIx
                                       Unsigned32,
    rPSCfgSetR9RtgTblRtgBasedOnTgIdOtherVals
                                       INTEGER
  }

  rPSCfgSetR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSCfgSetR9Entry  1 }

  rPSCfgSetR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSCfgSetR9Entry  2 }

  rPSCfgSetR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSCfgSetR9Entry  3 }

  rPSCfgSetR9CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSCfgSetR9Entry  4 }

  rPSCfgSetR9CfgSetType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basic(1),
                   noLNPLookupNorthAmericaOnly(2),
                   uKRouting(3),
                   lNPLookupNorthAmericaOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set type'.
                  This field is only writable during create."
    ::= { rPSCfgSetR9Entry  5 }

  rPSCfgSetR9CfgSetName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set name'."
    ::= { rPSCfgSetR9Entry  6 }

  rPSCfgSetR9I1InitialRtgTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  7 }

  rPSCfgSetR9I2InitialRtgTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  8 }

  rPSCfgSetR9I3InitialRtgTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  9 }

  rPSCfgSetR9I4InitialRtgTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  10 }

  rPSCfgSetR9I5InitialRtgTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  11 }

  rPSCfgSetR9InitialRtgTblOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table'.
                  This field represents the fixed
                  values that Initial Routing Table
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  12 }

  rPSCfgSetR9I1RtgTblRemLNPLookupNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  13 }

  rPSCfgSetR9I2RtgTblRemLNPLookupNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  14 }

  rPSCfgSetR9I3RtgTblRemLNPLookupCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  15 }

  rPSCfgSetR9I4RtgTblRemLNPLookupCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  16 }

  rPSCfgSetR9I5RtgTblRemLNPLookupRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  17 }

  rPSCfgSetR9RtgTblRemLNPLookupOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup'.
                  This field represents the fixed
                  values that Routing Table - remote LNP lookup
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  18 }

  rPSCfgSetR9I1NumVldnTblCarrIDsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  43 }

  rPSCfgSetR9I2NumVldnTblCarrIDsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  44 }

  rPSCfgSetR9I3NumVldnTblCarrIDsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  45 }

  rPSCfgSetR9I4NumVldnTblCarrIDsCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  46 }

  rPSCfgSetR9I5NumVldnTblCarrIDsNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  47 }

  rPSCfgSetR9NumVldnTblCarrIDsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs'.
                  This field represents the fixed
                  values that Number Validation Table - carrier IDs
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  48 }

  rPSCfgSetR9I1AttrSetCarrIDsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  49 }

  rPSCfgSetR9I2AttrSetCarrIDsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  50 }

  rPSCfgSetR9I3AttrSetCarrIDsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  51 }

  rPSCfgSetR9I4AttrSetCarrIDsCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  52 }

  rPSCfgSetR9I5AttrSetCarrIDsAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  53 }

  rPSCfgSetR9AttrSetCarrIDsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs'.
                  This field represents the fixed
                  values that Attribute Set - carrier IDs
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  54 }

  rPSCfgSetR9ReadyUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ready for use'."
    ::= { rPSCfgSetR9Entry  56 }

  rPSCfgSetR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSCfgSetR9Entry  57 }

  rPSCfgSetR9AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPSCfgSetR9Entry  58 }

  rPSCfgSetR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR9Entry  59 }

  rPSCfgSetR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSCfgSetR9Entry  60 }

  rPSCfgSetR9AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPSCfgSetR9Entry  61 }

  rPSCfgSetR9TrnkRtgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing Attend To Dependent alarms'."
    ::= { rPSCfgSetR9Entry  62 }

  rPSCfgSetR9TrnkRtgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR9Entry  63 }

  rPSCfgSetR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSCfgSetR9Entry  64 }

  rPSCfgSetR9ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSCfgSetR9Entry  65 }

  rPSCfgSetR9ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSCfgSetR9Entry  66 }

  rPSCfgSetR9ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSCfgSetR9Entry  67 }

  rPSCfgSetR9ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSCfgSetR9Entry  68 }

  rPSCfgSetR9ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSCfgSetR9Entry  69 }

  rPSCfgSetR9ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSCfgSetR9Entry  70 }

  rPSCfgSetR9ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSCfgSetR9Entry  71 }

  rPSCfgSetR9ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSCfgSetR9Entry  72 }

  rPSCfgSetR9ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSCfgSetR9Entry  73 }

  rPSCfgSetR9ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSCfgSetR9Entry  74 }

  rPSCfgSetR9ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSCfgSetR9Entry  75 }

  rPSCfgSetR9ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSCfgSetR9Entry  76 }

  rPSCfgSetR9ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSCfgSetR9Entry  77 }

  rPSCfgSetR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   copy(1),
                   export(2),
                   import(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR9Entry  78 }

  rPSCfgSetR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { rPSCfgSetR9Entry  79 }

  rPSCfgSetR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR9Entry  80 }

  rPSCfgSetR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR9Entry  81 }

  rPSCfgSetR9CfgSetUsage OBJECT-TYPE
    SYNTAX       BITS {
                   transitCallsAllowed(0),
                   routingOnIncompleteCalledNumberAllowed(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set usage'."
    DEFVAL       { {} }
    ::= { rPSCfgSetR9Entry  82 }

  rPSCfgSetR9ForceTrnkRtg OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force trunk routing'."
    DEFVAL       { {prePaidOffSwitchCallingCardSubscriber} }
    ::= { rPSCfgSetR9Entry  83 }

  rPSCfgSetR9I1NumVldnTblPostANIScreeningLookupNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  84 }

  rPSCfgSetR9I2NumVldnTblPostANIScreeningLookupNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  85 }

  rPSCfgSetR9I3NumVldnTblPostANIScreeningLookupCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  86 }

  rPSCfgSetR9I4NumVldnTblPostANIScreeningLookupCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  87 }

  rPSCfgSetR9I5NumVldnTblPostANIScreeningLookupNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  88 }

  rPSCfgSetR9NumVldnTblPostANIScreeningLookupOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup'.
                  This field represents the fixed
                  values that Number Validation Table - post ANI Screening lookup
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  89 }

  rPSCfgSetR9I1NumVldnTblPostAuthCodeCollctnNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  90 }

  rPSCfgSetR9I2NumVldnTblPostAuthCodeCollctnNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  91 }

  rPSCfgSetR9I3NumVldnTblPostAuthCodeCollctnCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  92 }

  rPSCfgSetR9I4NumVldnTblPostAuthCodeCollctnCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  93 }

  rPSCfgSetR9I5NumVldnTblPostAuthCodeCollctnNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  94 }

  rPSCfgSetR9NumVldnTblPostAuthCodeCollctnOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection'.
                  This field represents the fixed
                  values that Number Validation Table - post Authorization Code collection
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  95 }

  rPSCfgSetR9LastModificationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last modification time'."
    ::= { rPSCfgSetR9Entry  97 }

  rPSCfgSetR9I1NumVldnTblCallFromSubNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  98 }

  rPSCfgSetR9I2NumVldnTblCallFromSubNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  99 }

  rPSCfgSetR9I3NumVldnTblCallFromSubCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  100 }

  rPSCfgSetR9I4NumVldnTblCallFromSubCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  101 }

  rPSCfgSetR9I5NumVldnTblCallFromSubNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  102 }

  rPSCfgSetR9NumVldnTblCallFromSubOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber'.
                  This field represents the fixed
                  values that Number Validation Table - call from subscriber
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  103 }

  rPSCfgSetR9I1AttrSetCallFromSubNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  104 }

  rPSCfgSetR9I2AttrSetCallFromSubNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  105 }

  rPSCfgSetR9I3AttrSetCallFromSubCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  106 }

  rPSCfgSetR9I4AttrSetCallFromSubCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  107 }

  rPSCfgSetR9I5AttrSetCallFromSubAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  108 }

  rPSCfgSetR9AttrSetCallFromSubOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber'.
                  This field represents the fixed
                  values that Attribute Set - call from subscriber
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  109 }

  rPSCfgSetR9I1NumVldnTblCallFromTrnkOrAfterTCAPQueryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  110 }

  rPSCfgSetR9I2NumVldnTblCallFromTrnkOrAfterTCAPQueryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  111 }

  rPSCfgSetR9I3NumVldnTblCallFromTrnkOrAfterTCAPQueryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  112 }

  rPSCfgSetR9I4NumVldnTblCallFromTrnkOrAfterTCAPQueryCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  113 }

  rPSCfgSetR9I5NumVldnTblCallFromTrnkOrAfterTCAPQueryNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  114 }

  rPSCfgSetR9NumVldnTblCallFromTrnkOrAfterTCAPQueryOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query'.
                  This field represents the fixed
                  values that Number Validation Table - call from trunk or after TCAP query
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  115 }

  rPSCfgSetR9I1AttrSetCallFromTrnkOrAfterTCAPQueryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  116 }

  rPSCfgSetR9I2AttrSetCallFromTrnkOrAfterTCAPQueryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  117 }

  rPSCfgSetR9I3AttrSetCallFromTrnkOrAfterTCAPQueryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  118 }

  rPSCfgSetR9I4AttrSetCallFromTrnkOrAfterTCAPQueryCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  119 }

  rPSCfgSetR9I5AttrSetCallFromTrnkOrAfterTCAPQueryAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  120 }

  rPSCfgSetR9AttrSetCallFromTrnkOrAfterTCAPQueryOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query'.
                  This field represents the fixed
                  values that Attribute Set - call from trunk or after TCAP query
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  121 }

  rPSCfgSetR9AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSCfgSetR9Entry  122 }

  rPSCfgSetR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR9Entry  123 }

  rPSCfgSetR9AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { rPSCfgSetR9Entry  124 }

  rPSCfgSetR9TranslationsLvl OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967295 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Translations level'."
    ::= { rPSCfgSetR9Entry  125 }

  rPSCfgSetR9I1RtgTblIntraClusterRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  126 }

  rPSCfgSetR9I2RtgTblIntraClusterRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  127 }

  rPSCfgSetR9I3RtgTblIntraClusterRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  128 }

  rPSCfgSetR9I4RtgTblIntraClusterRtgCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  129 }

  rPSCfgSetR9I5RtgTblIntraClusterRtgRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  130 }

  rPSCfgSetR9RtgTblIntraClusterRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing'.
                  This field represents the fixed
                  values that Routing Table - intra-cluster routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  131 }

  rPSCfgSetR9TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSCfgSetR9Entry  132 }

  rPSCfgSetR9TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSCfgSetR9Entry  133 }

  rPSCfgSetR9ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSCfgSetR9Entry  134 }

  rPSCfgSetR9ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSCfgSetR9Entry  135 }

  rPSCfgSetR9I1RtgTblRtgBasedOnTgIdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  136 }

  rPSCfgSetR9I2RtgTblRtgBasedOnTgIdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  137 }

  rPSCfgSetR9I3RtgTblRtgBasedOnTgIdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  138 }

  rPSCfgSetR9I4RtgTblRtgBasedOnTgIdCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  139 }

  rPSCfgSetR9I5RtgTblRtgBasedOnTgIdRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  140 }

  rPSCfgSetR9RtgTblRtgBasedOnTgIdOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID'.
                  This field represents the fixed
                  values that Routing Table - routing based on TG ID
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR9Entry  141 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR31Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2464 }

  rPSAttrEntryR31Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR31NEConn,
             rPSAttrEntryR31NetwkElement,
             rPSAttrEntryR31CFSIx,
             rPSAttrEntryR31CfgSetIx,
             rPSAttrEntryR31AttrSetIx,
             rPSAttrEntryR31AttrEntryIx }
    ::= {  rPSAttrEntryR31Table  1  }

  RPSAttrEntryR31Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR31NEConn              Unsigned32,
    rPSAttrEntryR31NetwkElement        DisplayString,
    rPSAttrEntryR31CFSIx               Unsigned32,
    rPSAttrEntryR31CfgSetIx            Unsigned32,
    rPSAttrEntryR31AttrSetIx           Unsigned32,
    rPSAttrEntryR31AttrEntryIx         Unsigned32,
    rPSAttrEntryR31AttrType            INTEGER,
    rPSAttrEntryR31AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR31AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR31AttrValCldAddrScope INTEGER,
    rPSAttrEntryR31AttrValCldAddrType  INTEGER,
    rPSAttrEntryR31AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR31AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR31AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR31AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR31AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR31AttrValOprCall      INTEGER,
    rPSAttrEntryR31AttrValPriorityCall INTEGER,
    rPSAttrEntryR31AttrValRegionCode   Unsigned32,
    rPSAttrEntryR31AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR31AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR31AttrValRtgControlUK INTEGER,
    rPSAttrEntryR31AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR31AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR31AttrValTestCall     INTEGER,
    rPSAttrEntryR31AttrValAnnounceID   INTEGER,
    rPSAttrEntryR31AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR31AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR31AttrValTransitNetID Unsigned32,
    rPSAttrEntryR31AttrValUSCallType   INTEGER,
    rPSAttrEntryR31AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR31AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR31AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR31AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR31AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR31AttrValUSCarrType   INTEGER,
    rPSAttrEntryR31AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR31AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR31AttrValClgCategory  INTEGER,
    rPSAttrEntryR31RowStatus           RowStatus,
    rPSAttrEntryR31AttrValUKCallType   INTEGER,
    rPSAttrEntryR31AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR31I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR31I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR31I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR31I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR31AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR31AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR31AttrValUSLATA       Unsigned32,
    rPSAttrEntryR31AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR31AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR31AttrValUsrDef       Unsigned32,
    rPSAttrEntryR31AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR31AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR31AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR31AttrValBillCallType INTEGER,
    rPSAttrEntryR31AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR31AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR31AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR31AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR31AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR31AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR31T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR31T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR31T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR31AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR31I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR31I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR31I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR31I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR31AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR31AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR31I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR31I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR31I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR31I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR31AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR31AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR31AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR31AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR31AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR31AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR31AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR31AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR31AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR31AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR31AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR31AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR31AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR31AttrValOTGpID       INTEGER,
    rPSAttrEntryR31AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR31AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR31AttrValDTGpID       INTEGER,
    rPSAttrEntryR31AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR31AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR31AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR31AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR31T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR31T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR31T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR31AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR31AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR31AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR31AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR31AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR31AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR31AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR31AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR31AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR31AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR31AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR31ClgAddrScope        INTEGER,
    rPSAttrEntryR31AttrValHighRiskCall INTEGER,
    rPSAttrEntryR31RtgPolicyNum        Unsigned32,
    rPSAttrEntryR31RtgPolicy           LongDisplayString,
    rPSAttrEntryR31AttrValLCC          INTEGER,
    rPSAttrEntryR31AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR31AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR31AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR31AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR31AttrValScreenInd    INTEGER,
    rPSAttrEntryR31AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR31AttrValPresNumScope INTEGER,
    rPSAttrEntryR31AttrValCnfNum       INTEGER,
    rPSAttrEntryR31AttrValCnfOutdial   INTEGER,
    rPSAttrEntryR31AttrValISUPCarrSelInfo
                                       INTEGER,
    rPSAttrEntryR31AttrValRemTransitNetwkSelParm
                                       INTEGER,
    rPSAttrEntryR31AttrValUsrDefHex    Integer32,
    rPSAttrEntryR31AttrValCallProgressInd
                                       INTEGER,
    rPSAttrEntryR31AttrValBillOvrDldNum
                                       INTEGER,
    rPSAttrEntryR31AttrValClgAddrPrivacyTrustOverride
                                       INTEGER,
    rPSAttrEntryR31AttrValSatInd       Unsigned32
  }

  rPSAttrEntryR31NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR31Entry  1 }

  rPSAttrEntryR31NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR31Entry  2 }

  rPSAttrEntryR31CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR31Entry  3 }

  rPSAttrEntryR31CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR31Entry  4 }

  rPSAttrEntryR31AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR31Entry  5 }

  rPSAttrEntryR31AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR31Entry  6 }

  rPSAttrEntryR31AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   billingOverrideDialedNumber(172),
                   callProgressIndication(173),
                   conferenceOutdial(174),
                   conferenceNumber(175),
                   iSUPCarrierSelectionInformation(176),
                   removeTransitNetworkSelectionParameter(177),
                   callingAddressPrivacyTrustOverride(182),
                   satelliteIndicator(193)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR31Entry  7 }

  rPSAttrEntryR31AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  8 }

  rPSAttrEntryR31AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  9 }

  rPSAttrEntryR31AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  10 }

  rPSAttrEntryR31AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR31Entry  11 }

  rPSAttrEntryR31AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  12 }

  rPSAttrEntryR31AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  13 }

  rPSAttrEntryR31AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  14 }

  rPSAttrEntryR31AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR31Entry  15 }

  rPSAttrEntryR31AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  16 }

  rPSAttrEntryR31AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  17 }

  rPSAttrEntryR31AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  18 }

  rPSAttrEntryR31AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  19 }

  rPSAttrEntryR31AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR31Entry  20 }

  rPSAttrEntryR31AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  21 }

  rPSAttrEntryR31AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR31Entry  22 }

  rPSAttrEntryR31AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  23 }

  rPSAttrEntryR31AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  24 }

  rPSAttrEntryR31AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  25 }

  rPSAttrEntryR31AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR31Entry  26 }

  rPSAttrEntryR31AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR31Entry  27 }

  rPSAttrEntryR31AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR31Entry  28 }

  rPSAttrEntryR31AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  29 }

  rPSAttrEntryR31AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  30 }

  rPSAttrEntryR31AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  31 }

  rPSAttrEntryR31AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR31Entry  32 }

  rPSAttrEntryR31AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR31Entry  33 }

  rPSAttrEntryR31AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR31Entry  34 }

  rPSAttrEntryR31AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR31Entry  35 }

  rPSAttrEntryR31AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  36 }

  rPSAttrEntryR31AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  37 }

  rPSAttrEntryR31AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  38 }

  rPSAttrEntryR31AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR31Entry  39 }

  rPSAttrEntryR31RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR31Entry  40 }

  rPSAttrEntryR31AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  41 }

  rPSAttrEntryR31AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR31Entry  42 }

  rPSAttrEntryR31I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR31Entry  43 }

  rPSAttrEntryR31I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR31Entry  44 }

  rPSAttrEntryR31I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR31Entry  45 }

  rPSAttrEntryR31I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR31Entry  46 }

  rPSAttrEntryR31AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR31Entry  47 }

  rPSAttrEntryR31AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR31Entry  48 }

  rPSAttrEntryR31AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  49 }

  rPSAttrEntryR31AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR31Entry  50 }

  rPSAttrEntryR31AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  51 }

  rPSAttrEntryR31AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR31Entry  52 }

  rPSAttrEntryR31AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  53 }

  rPSAttrEntryR31AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR31Entry  54 }

  rPSAttrEntryR31AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR31Entry  55 }

  rPSAttrEntryR31AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR31Entry  56 }

  rPSAttrEntryR31AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR31Entry  57 }

  rPSAttrEntryR31AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  58 }

  rPSAttrEntryR31AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  59 }

  rPSAttrEntryR31AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR31Entry  60 }

  rPSAttrEntryR31AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR31Entry  61 }

  rPSAttrEntryR31AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR31Entry  62 }

  rPSAttrEntryR31T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR31Entry  63 }

  rPSAttrEntryR31T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR31Entry  64 }

  rPSAttrEntryR31T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR31Entry  65 }

  rPSAttrEntryR31AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR31Entry  66 }

  rPSAttrEntryR31I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR31Entry  67 }

  rPSAttrEntryR31I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR31Entry  68 }

  rPSAttrEntryR31I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR31Entry  69 }

  rPSAttrEntryR31I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR31Entry  70 }

  rPSAttrEntryR31AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR31Entry  71 }

  rPSAttrEntryR31AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR31Entry  72 }

  rPSAttrEntryR31I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR31Entry  73 }

  rPSAttrEntryR31I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR31Entry  74 }

  rPSAttrEntryR31I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR31Entry  75 }

  rPSAttrEntryR31I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR31Entry  76 }

  rPSAttrEntryR31AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR31Entry  77 }

  rPSAttrEntryR31AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR31Entry  78 }

  rPSAttrEntryR31AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR31Entry  79 }

  rPSAttrEntryR31AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR31Entry  80 }

  rPSAttrEntryR31AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR31Entry  81 }

  rPSAttrEntryR31AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR31Entry  82 }

  rPSAttrEntryR31AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR31Entry  83 }

  rPSAttrEntryR31AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR31Entry  84 }

  rPSAttrEntryR31AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR31Entry  85 }

  rPSAttrEntryR31AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR31Entry  86 }

  rPSAttrEntryR31AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR31Entry  88 }

  rPSAttrEntryR31AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR31Entry  89 }

  rPSAttrEntryR31AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR31Entry  90 }

  rPSAttrEntryR31AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR31Entry  91 }

  rPSAttrEntryR31AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR31Entry  92 }

  rPSAttrEntryR31AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR31Entry  93 }

  rPSAttrEntryR31AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR31Entry  94 }

  rPSAttrEntryR31AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR31Entry  95 }

  rPSAttrEntryR31AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR31Entry  96 }

  rPSAttrEntryR31AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR31Entry  97 }

  rPSAttrEntryR31AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR31Entry  98 }

  rPSAttrEntryR31T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR31Entry  99 }

  rPSAttrEntryR31T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR31Entry  100 }

  rPSAttrEntryR31T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR31Entry  101 }

  rPSAttrEntryR31AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  102 }

  rPSAttrEntryR31AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR31Entry  103 }

  rPSAttrEntryR31AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  104 }

  rPSAttrEntryR31AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR31Entry  105 }

  rPSAttrEntryR31AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  106 }

  rPSAttrEntryR31AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  107 }

  rPSAttrEntryR31AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  108 }

  rPSAttrEntryR31AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  109 }

  rPSAttrEntryR31AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  110 }

  rPSAttrEntryR31AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  111 }

  rPSAttrEntryR31AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  112 }

  rPSAttrEntryR31ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  113 }

  rPSAttrEntryR31AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR31Entry  114 }

  rPSAttrEntryR31RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR31Entry  115 }

  rPSAttrEntryR31RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR31Entry  116 }

  rPSAttrEntryR31AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR31Entry  117 }

  rPSAttrEntryR31AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  118 }

  rPSAttrEntryR31AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  119 }

  rPSAttrEntryR31AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR31Entry  120 }

  rPSAttrEntryR31AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR31Entry  121 }

  rPSAttrEntryR31AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR31Entry  122 }

  rPSAttrEntryR31AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR31Entry  123 }

  rPSAttrEntryR31AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR31Entry  124 }

  rPSAttrEntryR31AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  125 }

  rPSAttrEntryR31AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  126 }

  rPSAttrEntryR31AttrValISUPCarrSelInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   notIncluded(0),
                   presubscribedAndNotInput(1),
                   presubscribedAndInput(2),
                   presubscribedAndInputUndetermined(3),
                   notPresubscribedAndInput(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP carrier selection information'."
    DEFVAL       { notIncluded }
    ::= { rPSAttrEntryR31Entry  127 }

  rPSAttrEntryR31AttrValRemTransitNetwkSelParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove transit network selection parameter'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR31Entry  128 }

  rPSAttrEntryR31AttrValUsrDefHex OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - user defined (hex)'."
    ::= { rPSAttrEntryR31Entry  129 }

  rPSAttrEntryR31AttrValCallProgressInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   postDialDelayComfortTone(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call progress indication'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR31Entry  130 }

  rPSAttrEntryR31AttrValBillOvrDldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override dialed number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR31Entry  131 }

  rPSAttrEntryR31AttrValClgAddrPrivacyTrustOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   removeRestrictedAddressIfDestinationIsUntrusted(0),
                   sendRestrictedAddressAlways(1),
                   removeRestrictedAddressAlways(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling address privacy trust override'."
    DEFVAL       { removeRestrictedAddressIfDestinationIsUntrusted }
    ::= { rPSAttrEntryR31Entry  132 }

  rPSAttrEntryR31AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR31Entry  133 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  rPSNVEntryR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2465 }

  rPSNVEntryR26Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR26NEConn,
             rPSNVEntryR26NetwkElement,
             rPSNVEntryR26CFSIx,
             rPSNVEntryR26CfgSetIx,
             rPSNVEntryR26NumVldnTblIx,
             rPSNVEntryR26NumVldnEntryIx }
    ::= {  rPSNVEntryR26Table  1  }

  RPSNVEntryR26Entry  ::=  SEQUENCE
  {
    rPSNVEntryR26NEConn                Unsigned32,
    rPSNVEntryR26NetwkElement          DisplayString,
    rPSNVEntryR26CFSIx                 Unsigned32,
    rPSNVEntryR26CfgSetIx              Unsigned32,
    rPSNVEntryR26NumVldnTblIx          Unsigned32,
    rPSNVEntryR26NumVldnEntryIx        Unsigned32,
    rPSNVEntryR26NumVldnEntryName      DisplayString,
    rPSNVEntryR26Num                   DisplayString,
    rPSNVEntryR26MinMatchLen           Unsigned32,
    rPSNVEntryR26I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR26I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR26I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR26I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR26I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR26RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR26RowStatus             RowStatus,
    rPSNVEntryR26EditAction            DisplayString,
    rPSNVEntryR26BillType              INTEGER,
    rPSNVEntryR26CldAddrComplete       INTEGER,
    rPSNVEntryR26CldAddrScope          INTEGER,
    rPSNVEntryR26FgdPrefixDialed       INTEGER,
    rPSNVEntryR26OprCall               INTEGER,
    rPSNVEntryR26I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR26I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR26I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR26I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR26I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR26MatchAction           INTEGER,
    rPSNVEntryR26MatchCIP              INTEGER,
    rPSNVEntryR26AttrValCIP            INTEGER,
    rPSNVEntryR26MatchLCC1             INTEGER,
    rPSNVEntryR26LCC1                  Unsigned32,
    rPSNVEntryR26MatchLCC2             INTEGER,
    rPSNVEntryR26LCC2                  Unsigned32,
    rPSNVEntryR26MatchLCC3             INTEGER,
    rPSNVEntryR26LCC3                  Unsigned32,
    rPSNVEntryR26MatchLCC4             INTEGER,
    rPSNVEntryR26LCC4                  Unsigned32,
    rPSNVEntryR26MatchLCC5             INTEGER,
    rPSNVEntryR26LCC5                  Unsigned32,
    rPSNVEntryR26UseCldNumMainBillRec  INTEGER,
    rPSNVEntryR26MatchBillType         INTEGER,
    rPSNVEntryR26MatchCldAddrComplete  INTEGER,
    rPSNVEntryR26MatchCldAddrScope     INTEGER,
    rPSNVEntryR26MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR26MatchOprCall          INTEGER,
    rPSNVEntryR26MatchSubGp            INTEGER,
    rPSNVEntryR26MatchANIIIDigits      INTEGER,
    rPSNVEntryR26ANIIIDigits           Unsigned32,
    rPSNVEntryR26MatchUSCallType       INTEGER,
    rPSNVEntryR26USCallType            INTEGER,
    rPSNVEntryR26MatchUKCallType       INTEGER,
    rPSNVEntryR26UKCallType            INTEGER,
    rPSNVEntryR26MatchDialedPrefix     INTEGER,
    rPSNVEntryR26DialedPrefix          INTEGER,
    rPSNVEntryR26MatchDialingPattn     INTEGER,
    rPSNVEntryR26DialingPattn          INTEGER,
    rPSNVEntryR26MatchUsrDef1          INTEGER,
    rPSNVEntryR26UsrDef1               Unsigned32,
    rPSNVEntryR26MatchUsrDef2          INTEGER,
    rPSNVEntryR26UsrDef2               Unsigned32,
    rPSNVEntryR26MatchUsrDef3          INTEGER,
    rPSNVEntryR26UsrDef3               Unsigned32,
    rPSNVEntryR26AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR26T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR26T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR26T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR26T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR26T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR26AVInMedChMatch        INTEGER,
    rPSNVEntryR26T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR26T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR26T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR26T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR26T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR26T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR26AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR26AVInMedSigStack       INTEGER,
    rPSNVEntryR26AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR26AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR26T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR26T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR26T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR26T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR26T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR26T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR26T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR26T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR26T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR26T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR26T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR26T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR26T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR26T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR26T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR26T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR26T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR26T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR26T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR26T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR26T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR26I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR26I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR26I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR26I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR26AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR26AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR26AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR26AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR26AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR26AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR26AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR26TransitNetwkID        Unsigned32,
    rPSNVEntryR26I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR26I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR26I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR26I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR26T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR26T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR26T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR26AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR26AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR26NumActCallPartyNumAct DisplayString,
    rPSNVEntryR26NumActChargeNumAct    DisplayString,
    rPSNVEntryR26MatchUsrDef4          INTEGER,
    rPSNVEntryR26UsrDef4               Unsigned32,
    rPSNVEntryR26MatchUsrDef5          INTEGER,
    rPSNVEntryR26UsrDef5               Unsigned32,
    rPSNVEntryR26MatchUsrDef6          INTEGER,
    rPSNVEntryR26UsrDef6               Unsigned32,
    rPSNVEntryR26MatchUsrDef7          INTEGER,
    rPSNVEntryR26UsrDef7               Unsigned32,
    rPSNVEntryR26MatchUsrDef8          INTEGER,
    rPSNVEntryR26UsrDef8               Unsigned32,
    rPSNVEntryR26MatchUsrDef9          INTEGER,
    rPSNVEntryR26UsrDef9               Unsigned32,
    rPSNVEntryR26MatchUsrDef10         INTEGER,
    rPSNVEntryR26UsrDef10              Unsigned32,
    rPSNVEntryR26MatchUsrDef11         INTEGER,
    rPSNVEntryR26UsrDef11              Unsigned32,
    rPSNVEntryR26MatchUsrDef12         INTEGER,
    rPSNVEntryR26UsrDef12              Unsigned32,
    rPSNVEntryR26MatchUsrDef13         INTEGER,
    rPSNVEntryR26UsrDef13              Unsigned32,
    rPSNVEntryR26MatchUsrDef14         INTEGER,
    rPSNVEntryR26UsrDef14              Unsigned32,
    rPSNVEntryR26MatchUsrDef15         INTEGER,
    rPSNVEntryR26UsrDef15              Unsigned32,
    rPSNVEntryR26MatchUsrDef16         INTEGER,
    rPSNVEntryR26UsrDef16              Unsigned32,
    rPSNVEntryR26MatchUsrDef17         INTEGER,
    rPSNVEntryR26UsrDef17              Unsigned32,
    rPSNVEntryR26MatchUsrDef18         INTEGER,
    rPSNVEntryR26UsrDef18              Unsigned32,
    rPSNVEntryR26MatchUsrDef19         INTEGER,
    rPSNVEntryR26UsrDef19              Unsigned32,
    rPSNVEntryR26MatchUsrDef20         INTEGER,
    rPSNVEntryR26UsrDef20              Unsigned32,
    rPSNVEntryR26AttrValLCC6Match      INTEGER,
    rPSNVEntryR26AttrValLCC6           Unsigned32,
    rPSNVEntryR26AttrValLCC7Match      INTEGER,
    rPSNVEntryR26AttrValLCC7           Unsigned32,
    rPSNVEntryR26AttrValLCC8Match      INTEGER,
    rPSNVEntryR26AttrValLCC8           Unsigned32,
    rPSNVEntryR26AttrValLCC9Match      INTEGER,
    rPSNVEntryR26AttrValLCC9           Unsigned32,
    rPSNVEntryR26AttrValLCC10Match     INTEGER,
    rPSNVEntryR26AttrValLCC10          Unsigned32,
    rPSNVEntryR26AttrValLCC11Match     INTEGER,
    rPSNVEntryR26AttrValLCC11          Unsigned32,
    rPSNVEntryR26AttrValLCC12Match     INTEGER,
    rPSNVEntryR26AttrValLCC12          Unsigned32,
    rPSNVEntryR26AttrValLCC13Match     INTEGER,
    rPSNVEntryR26AttrValLCC13          Unsigned32,
    rPSNVEntryR26AttrValLCC14Match     INTEGER,
    rPSNVEntryR26AttrValLCC14          Unsigned32,
    rPSNVEntryR26AttrValLCC15Match     INTEGER,
    rPSNVEntryR26AttrValLCC15          Unsigned32,
    rPSNVEntryR26AttrValLCC16Match     INTEGER,
    rPSNVEntryR26AttrValLCC16          Unsigned32,
    rPSNVEntryR26AttrValLCC17Match     INTEGER,
    rPSNVEntryR26AttrValLCC17          Unsigned32,
    rPSNVEntryR26AttrValLCC18Match     INTEGER,
    rPSNVEntryR26AttrValLCC18          Unsigned32,
    rPSNVEntryR26AttrValLCC19Match     INTEGER,
    rPSNVEntryR26AttrValLCC19          Unsigned32,
    rPSNVEntryR26AttrValLCC20Match     INTEGER,
    rPSNVEntryR26AttrValLCC20          Unsigned32,
    rPSNVEntryR26AttrValESAStatusMatch INTEGER,
    rPSNVEntryR26I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR26I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR26I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR26I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR26AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR26AVBearerCapability    BITS,
    rPSNVEntryR26RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR26RedirectionReason     INTEGER,
    rPSNVEntryR26AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR26AttrValValidFromHr    Unsigned32,
    rPSNVEntryR26AttrValValidFromMin   Unsigned32,
    rPSNVEntryR26AttrValValidToHr      Unsigned32,
    rPSNVEntryR26AttrValValidToMin     Unsigned32,
    rPSNVEntryR26AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR26AttrValDayWeek        BITS,
    rPSNVEntryR26AttrValDateRangeMatch INTEGER,
    rPSNVEntryR26AttrValValidFromYear  Unsigned32,
    rPSNVEntryR26AttrValValidFromMonth Unsigned32,
    rPSNVEntryR26AttrValValidFromDate  Unsigned32,
    rPSNVEntryR26AttrValValidUntilYear Unsigned32,
    rPSNVEntryR26AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR26AttrValValidUntilDate Unsigned32,
    rPSNVEntryR26AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR26AttrValDialedBySub    INTEGER,
    rPSNVEntryR26AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR26AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR26AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR26AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR26AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR26AttrValISwIBGCall     INTEGER,
    rPSNVEntryR26UseCldNumInMod611     INTEGER,
    rPSNVEntryR26AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR26AttrValOTGpID         DisplayString,
    rPSNVEntryR26AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR26AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR26AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR26AttrValDTGpID         DisplayString,
    rPSNVEntryR26AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR26AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR26NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR26NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR26T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR26T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR26T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR26AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR26AttrValClgPrtCtgry    BITS,
    rPSNVEntryR26AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR26AttrValIsupPrefs      BITS,
    rPSNVEntryR26AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR26AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR26AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR26AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR26AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR26AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR26AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR26AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR26AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR26AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR26AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR26AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR26AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR26AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR26AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR26AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR26ClgAddrScope          INTEGER,
    rPSNVEntryR26AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR26AttrValSiteMatch      INTEGER,
    rPSNVEntryR26I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR26NumActionSignaledCIDAction
                                       DisplayString,
    rPSNVEntryR26NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSNVEntryR26AttrValCgNmEqCdNmMatch
                                       INTEGER,
    rPSNVEntryR26AttrValCgNmEqCdNm     INTEGER,
    rPSNVEntryR26UseClgNumBillRec      INTEGER,
    rPSNVEntryR26ClgNumActionBill      DisplayString,
    rPSNVEntryR26CldNumActionBill      DisplayString,
    rPSNVEntryR26NumActionUDSA1Action  DisplayString,
    rPSNVEntryR26NumActionUDSA2Action  DisplayString,
    rPSNVEntryR26NumActionUDSA3Action  DisplayString,
    rPSNVEntryR26NumActionUDSA4Action  DisplayString,
    rPSNVEntryR26NumActionUDSA5Action  DisplayString,
    rPSNVEntryR26NumActionUDSA6Action  DisplayString,
    rPSNVEntryR26NumActionUDSA7Action  DisplayString,
    rPSNVEntryR26NumActionUDSA8Action  DisplayString,
    rPSNVEntryR26NumActionUDSA9Action  DisplayString,
    rPSNVEntryR26NumActionUDSA10Action DisplayString,
    rPSNVEntryR26AttrValSatIndMatch    INTEGER,
    rPSNVEntryR26AttrValSatInd         Unsigned32
  }

  rPSNVEntryR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR26Entry  1 }

  rPSNVEntryR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR26Entry  2 }

  rPSNVEntryR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR26Entry  3 }

  rPSNVEntryR26CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR26Entry  4 }

  rPSNVEntryR26NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR26Entry  5 }

  rPSNVEntryR26NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR26Entry  6 }

  rPSNVEntryR26NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR26Entry  7 }

  rPSNVEntryR26Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR26Entry  8 }

  rPSNVEntryR26MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  9 }

  rPSNVEntryR26I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR26Entry  10 }

  rPSNVEntryR26I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR26Entry  11 }

  rPSNVEntryR26I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR26Entry  12 }

  rPSNVEntryR26I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR26Entry  13 }

  rPSNVEntryR26I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR26Entry  14 }

  rPSNVEntryR26RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR26Entry  15 }

  rPSNVEntryR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR26Entry  16 }

  rPSNVEntryR26EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR26Entry  17 }

  rPSNVEntryR26BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR26Entry  18 }

  rPSNVEntryR26CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR26Entry  19 }

  rPSNVEntryR26CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR26Entry  20 }

  rPSNVEntryR26FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR26Entry  21 }

  rPSNVEntryR26OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR26Entry  22 }

  rPSNVEntryR26I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR26Entry  28 }

  rPSNVEntryR26I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR26Entry  29 }

  rPSNVEntryR26I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR26Entry  30 }

  rPSNVEntryR26I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR26Entry  31 }

  rPSNVEntryR26I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR26Entry  32 }

  rPSNVEntryR26MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR26Entry  33 }

  rPSNVEntryR26MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  34 }

  rPSNVEntryR26AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  35 }

  rPSNVEntryR26MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  49 }

  rPSNVEntryR26LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR26Entry  50 }

  rPSNVEntryR26MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  51 }

  rPSNVEntryR26LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR26Entry  52 }

  rPSNVEntryR26MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  53 }

  rPSNVEntryR26LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR26Entry  54 }

  rPSNVEntryR26MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  55 }

  rPSNVEntryR26LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR26Entry  56 }

  rPSNVEntryR26MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  57 }

  rPSNVEntryR26LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR26Entry  58 }

  rPSNVEntryR26UseCldNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use called number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR26Entry  59 }

  rPSNVEntryR26MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  60 }

  rPSNVEntryR26MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  61 }

  rPSNVEntryR26MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  62 }

  rPSNVEntryR26MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  63 }

  rPSNVEntryR26MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  64 }

  rPSNVEntryR26MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  65 }

  rPSNVEntryR26MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  68 }

  rPSNVEntryR26ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  69 }

  rPSNVEntryR26MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  70 }

  rPSNVEntryR26USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR26Entry  71 }

  rPSNVEntryR26MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  72 }

  rPSNVEntryR26UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR26Entry  73 }

  rPSNVEntryR26MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  74 }

  rPSNVEntryR26DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR26Entry  75 }

  rPSNVEntryR26MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  76 }

  rPSNVEntryR26DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR26Entry  77 }

  rPSNVEntryR26MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  78 }

  rPSNVEntryR26UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR26Entry  79 }

  rPSNVEntryR26MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  80 }

  rPSNVEntryR26UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR26Entry  81 }

  rPSNVEntryR26MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  82 }

  rPSNVEntryR26UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR26Entry  83 }

  rPSNVEntryR26AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR26Entry  84 }

  rPSNVEntryR26T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR26Entry  85 }

  rPSNVEntryR26T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR26Entry  86 }

  rPSNVEntryR26T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR26Entry  87 }

  rPSNVEntryR26T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR26Entry  88 }

  rPSNVEntryR26T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR26Entry  89 }

  rPSNVEntryR26AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  90 }

  rPSNVEntryR26T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  91 }

  rPSNVEntryR26T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  92 }

  rPSNVEntryR26T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  93 }

  rPSNVEntryR26T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  94 }

  rPSNVEntryR26T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  95 }

  rPSNVEntryR26T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  96 }

  rPSNVEntryR26AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  97 }

  rPSNVEntryR26AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR26Entry  98 }

  rPSNVEntryR26AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  99 }

  rPSNVEntryR26AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR26Entry  100 }

  rPSNVEntryR26T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  101 }

  rPSNVEntryR26T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  102 }

  rPSNVEntryR26T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR26Entry  103 }

  rPSNVEntryR26T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR26Entry  104 }

  rPSNVEntryR26T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR26Entry  105 }

  rPSNVEntryR26T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR26Entry  106 }

  rPSNVEntryR26T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR26Entry  107 }

  rPSNVEntryR26T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR26Entry  108 }

  rPSNVEntryR26T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR26Entry  109 }

  rPSNVEntryR26T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR26Entry  110 }

  rPSNVEntryR26T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR26Entry  111 }

  rPSNVEntryR26T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR26Entry  112 }

  rPSNVEntryR26T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR26Entry  113 }

  rPSNVEntryR26T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR26Entry  114 }

  rPSNVEntryR26T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR26Entry  115 }

  rPSNVEntryR26T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR26Entry  116 }

  rPSNVEntryR26T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR26Entry  117 }

  rPSNVEntryR26T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  119 }

  rPSNVEntryR26T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  120 }

  rPSNVEntryR26T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  121 }

  rPSNVEntryR26T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR26Entry  122 }

  rPSNVEntryR26I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR26Entry  123 }

  rPSNVEntryR26I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR26Entry  124 }

  rPSNVEntryR26I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR26Entry  125 }

  rPSNVEntryR26I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR26Entry  126 }

  rPSNVEntryR26AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR26Entry  127 }

  rPSNVEntryR26AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  132 }

  rPSNVEntryR26AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  136 }

  rPSNVEntryR26AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR26Entry  137 }

  rPSNVEntryR26AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  138 }

  rPSNVEntryR26AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR26Entry  139 }

  rPSNVEntryR26AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  140 }

  rPSNVEntryR26TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  141 }

  rPSNVEntryR26I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR26Entry  147 }

  rPSNVEntryR26I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR26Entry  148 }

  rPSNVEntryR26I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR26Entry  149 }

  rPSNVEntryR26I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR26Entry  150 }

  rPSNVEntryR26T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR26Entry  183 }

  rPSNVEntryR26T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR26Entry  184 }

  rPSNVEntryR26T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR26Entry  185 }

  rPSNVEntryR26AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  186 }

  rPSNVEntryR26AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR26Entry  187 }

  rPSNVEntryR26NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR26Entry  188 }

  rPSNVEntryR26NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR26Entry  189 }

  rPSNVEntryR26MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  190 }

  rPSNVEntryR26UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR26Entry  191 }

  rPSNVEntryR26MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  192 }

  rPSNVEntryR26UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR26Entry  193 }

  rPSNVEntryR26MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  194 }

  rPSNVEntryR26UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR26Entry  195 }

  rPSNVEntryR26MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  196 }

  rPSNVEntryR26UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR26Entry  197 }

  rPSNVEntryR26MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  198 }

  rPSNVEntryR26UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR26Entry  199 }

  rPSNVEntryR26MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  200 }

  rPSNVEntryR26UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR26Entry  201 }

  rPSNVEntryR26MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  202 }

  rPSNVEntryR26UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR26Entry  203 }

  rPSNVEntryR26MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  204 }

  rPSNVEntryR26UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR26Entry  205 }

  rPSNVEntryR26MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  206 }

  rPSNVEntryR26UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR26Entry  207 }

  rPSNVEntryR26MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  208 }

  rPSNVEntryR26UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR26Entry  209 }

  rPSNVEntryR26MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  210 }

  rPSNVEntryR26UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR26Entry  211 }

  rPSNVEntryR26MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  212 }

  rPSNVEntryR26UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR26Entry  213 }

  rPSNVEntryR26MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  214 }

  rPSNVEntryR26UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR26Entry  215 }

  rPSNVEntryR26MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  216 }

  rPSNVEntryR26UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR26Entry  217 }

  rPSNVEntryR26MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  218 }

  rPSNVEntryR26UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR26Entry  219 }

  rPSNVEntryR26MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  220 }

  rPSNVEntryR26UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR26Entry  221 }

  rPSNVEntryR26MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  222 }

  rPSNVEntryR26UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR26Entry  223 }

  rPSNVEntryR26AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  224 }

  rPSNVEntryR26AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR26Entry  225 }

  rPSNVEntryR26AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  226 }

  rPSNVEntryR26AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR26Entry  227 }

  rPSNVEntryR26AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  228 }

  rPSNVEntryR26AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR26Entry  229 }

  rPSNVEntryR26AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  230 }

  rPSNVEntryR26AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR26Entry  231 }

  rPSNVEntryR26AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  232 }

  rPSNVEntryR26AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR26Entry  233 }

  rPSNVEntryR26AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  234 }

  rPSNVEntryR26AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR26Entry  235 }

  rPSNVEntryR26AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  236 }

  rPSNVEntryR26AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR26Entry  237 }

  rPSNVEntryR26AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  238 }

  rPSNVEntryR26AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR26Entry  239 }

  rPSNVEntryR26AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  240 }

  rPSNVEntryR26AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR26Entry  241 }

  rPSNVEntryR26AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  242 }

  rPSNVEntryR26AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR26Entry  243 }

  rPSNVEntryR26AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  244 }

  rPSNVEntryR26AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR26Entry  245 }

  rPSNVEntryR26AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  246 }

  rPSNVEntryR26AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR26Entry  247 }

  rPSNVEntryR26AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  248 }

  rPSNVEntryR26AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR26Entry  249 }

  rPSNVEntryR26AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  250 }

  rPSNVEntryR26AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR26Entry  251 }

  rPSNVEntryR26AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  252 }

  rPSNVEntryR26AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR26Entry  253 }

  rPSNVEntryR26AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR26Entry  254 }

  rPSNVEntryR26I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR26Entry  255 }

  rPSNVEntryR26I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR26Entry  256 }

  rPSNVEntryR26I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR26Entry  257 }

  rPSNVEntryR26I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR26Entry  258 }

  rPSNVEntryR26AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  260 }

  rPSNVEntryR26AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR26Entry  261 }

  rPSNVEntryR26RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  262 }

  rPSNVEntryR26RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR26Entry  263 }

  rPSNVEntryR26AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR26Entry  264 }

  rPSNVEntryR26AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR26Entry  265 }

  rPSNVEntryR26AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR26Entry  266 }

  rPSNVEntryR26AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR26Entry  267 }

  rPSNVEntryR26AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR26Entry  268 }

  rPSNVEntryR26AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR26Entry  269 }

  rPSNVEntryR26AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR26Entry  270 }

  rPSNVEntryR26AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR26Entry  271 }

  rPSNVEntryR26AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR26Entry  272 }

  rPSNVEntryR26AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR26Entry  273 }

  rPSNVEntryR26AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR26Entry  274 }

  rPSNVEntryR26AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR26Entry  275 }

  rPSNVEntryR26AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR26Entry  276 }

  rPSNVEntryR26AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR26Entry  277 }

  rPSNVEntryR26AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  278 }

  rPSNVEntryR26AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR26Entry  279 }

  rPSNVEntryR26AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  280 }

  rPSNVEntryR26AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR26Entry  281 }

  rPSNVEntryR26AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  282 }

  rPSNVEntryR26AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR26Entry  283 }

  rPSNVEntryR26AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR26Entry  284 }

  rPSNVEntryR26AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR26Entry  285 }

  rPSNVEntryR26UseCldNumInMod611 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use called number in module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR26Entry  286 }

  rPSNVEntryR26AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  287 }

  rPSNVEntryR26AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR26Entry  288 }

  rPSNVEntryR26AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  289 }

  rPSNVEntryR26AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR26Entry  290 }

  rPSNVEntryR26AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  291 }

  rPSNVEntryR26AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR26Entry  292 }

  rPSNVEntryR26AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  293 }

  rPSNVEntryR26AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR26Entry  294 }

  rPSNVEntryR26NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR26Entry  295 }

  rPSNVEntryR26NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR26Entry  296 }

  rPSNVEntryR26T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR26Entry  297 }

  rPSNVEntryR26T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR26Entry  298 }

  rPSNVEntryR26T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR26Entry  299 }

  rPSNVEntryR26AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  300 }

  rPSNVEntryR26AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR26Entry  301 }

  rPSNVEntryR26AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  302 }

  rPSNVEntryR26AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR26Entry  303 }

  rPSNVEntryR26AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  304 }

  rPSNVEntryR26AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR26Entry  305 }

  rPSNVEntryR26AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  306 }

  rPSNVEntryR26AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR26Entry  307 }

  rPSNVEntryR26AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  308 }

  rPSNVEntryR26AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR26Entry  309 }

  rPSNVEntryR26AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  310 }

  rPSNVEntryR26AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR26Entry  311 }

  rPSNVEntryR26AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  312 }

  rPSNVEntryR26AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR26Entry  313 }

  rPSNVEntryR26AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  314 }

  rPSNVEntryR26AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR26Entry  315 }

  rPSNVEntryR26AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  316 }

  rPSNVEntryR26AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR26Entry  317 }

  rPSNVEntryR26AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  318 }

  rPSNVEntryR26AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  319 }

  rPSNVEntryR26ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR26Entry  320 }

  rPSNVEntryR26AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR26Entry  321 }

  rPSNVEntryR26AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  322 }

  rPSNVEntryR26I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR26Entry  323 }

  rPSNVEntryR26NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR26Entry  325 }

  rPSNVEntryR26NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSNVEntryR26Entry  326 }

  rPSNVEntryR26AttrValCgNmEqCdNmMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR26Entry  327 }

  rPSNVEntryR26AttrValCgNmEqCdNm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR26Entry  328 }

  rPSNVEntryR26UseClgNumBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use calling number for billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR26Entry  330 }

  rPSNVEntryR26ClgNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number action for billing'."
    ::= { rPSNVEntryR26Entry  331 }

  rPSNVEntryR26CldNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number action for billing'."
    ::= { rPSNVEntryR26Entry  332 }

  rPSNVEntryR26NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSNVEntryR26Entry  333 }

  rPSNVEntryR26NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSNVEntryR26Entry  334 }

  rPSNVEntryR26NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSNVEntryR26Entry  335 }

  rPSNVEntryR26NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSNVEntryR26Entry  336 }

  rPSNVEntryR26NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSNVEntryR26Entry  337 }

  rPSNVEntryR26NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSNVEntryR26Entry  338 }

  rPSNVEntryR26NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSNVEntryR26Entry  339 }

  rPSNVEntryR26NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSNVEntryR26Entry  340 }

  rPSNVEntryR26NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSNVEntryR26Entry  341 }

  rPSNVEntryR26NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSNVEntryR26Entry  342 }

  rPSNVEntryR26AttrValSatIndMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR26Entry  343 }

  rPSNVEntryR26AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR26Entry  344 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  rPSActionR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2466 }

  rPSActionR27Entry OBJECT-TYPE
    SYNTAX       RPSActionR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR27NEConn,
             rPSActionR27NetwkElement,
             rPSActionR27CFSIx,
             rPSActionR27CfgSetIx,
             rPSActionR27RtgTblIx,
             rPSActionR27RtgActionIx }
    ::= {  rPSActionR27Table  1  }

  RPSActionR27Entry  ::=  SEQUENCE
  {
    rPSActionR27NEConn                 Unsigned32,
    rPSActionR27NetwkElement           DisplayString,
    rPSActionR27CFSIx                  Unsigned32,
    rPSActionR27CfgSetIx               Unsigned32,
    rPSActionR27RtgTblIx               Unsigned32,
    rPSActionR27RtgActionIx            Unsigned32,
    rPSActionR27AddrType               INTEGER,
    rPSActionR27AddrScope              INTEGER,
    rPSActionR27WildcardAddrType       INTEGER,
    rPSActionR27WildcardAddr           DisplayString,
    rPSActionR27TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR27WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR27ActionProbability      Unsigned32,
    rPSActionR27Action                 INTEGER,
    rPSActionR27T1I1MediaChanNEConn    Unsigned32,
    rPSActionR27T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR27T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR27T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR27T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR27T2I1MediaChanNEConn    Unsigned32,
    rPSActionR27T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR27T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR27T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR27T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR27I1NextTblNEConn        Unsigned32,
    rPSActionR27I2NextTblNetwkElement  DisplayString,
    rPSActionR27I3NextTblCFSIx         Unsigned32,
    rPSActionR27I4NextTblCfgSetIx      Unsigned32,
    rPSActionR27I5NextTblRtgTblIx      Unsigned32,
    rPSActionR27ActionUnavailInterval  Unsigned32,
    rPSActionR27T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR27AllowAAR               INTEGER,
    rPSActionR27AllowARR               INTEGER,
    rPSActionR27RtgControlIndicator    INTEGER,
    rPSActionR27CircCode               INTEGER,
    rPSActionR27MFTandemRtgCode        INTEGER,
    rPSActionR27MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR27MFIntnatlOprRtgCode    INTEGER,
    rPSActionR27MaxChanUsage           Unsigned32,
    rPSActionR27CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR27CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR27RowStatus              RowStatus,
    rPSActionR27OptionalAttrsToSet     BITS,
    rPSActionR27AlrmState              INTEGER,
    rPSActionR27AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR27AlrmEvtsAtndDp         Integer32,
    rPSActionR27AlrmStateTimestamp     Unsigned32,
    rPSActionR27AlrmResetTimestamp     Unsigned32,
    rPSActionR27TimeRtgPrecedence      Unsigned32,
    rPSActionR27TimeRtgMinYear         Unsigned32,
    rPSActionR27TimeRtgMinMonth        Unsigned32,
    rPSActionR27TimeRtgMinDay          Unsigned32,
    rPSActionR27TimeRtgMaxYear         Unsigned32,
    rPSActionR27TimeRtgMaxMonth        Unsigned32,
    rPSActionR27TimeRtgMaxDay          Unsigned32,
    rPSActionR27TimeRtgMinDayWeek      INTEGER,
    rPSActionR27TimeRtgMinHr           Unsigned32,
    rPSActionR27TimeRtgMinMin          Unsigned32,
    rPSActionR27TimeRtgMaxDayWeek      INTEGER,
    rPSActionR27TimeRtgMaxHr           Unsigned32,
    rPSActionR27TimeRtgMaxMin          Unsigned32,
    rPSActionR27SubRtgAttrs            BITS,
    rPSActionR27NumAction              DisplayString,
    rPSActionR27Desc                   DisplayString,
    rPSActionR27AttrValOprCallMatch    INTEGER,
    rPSActionR27AttrValOprCall         INTEGER,
    rPSActionR27AttrValSubGpMatch      INTEGER,
    rPSActionR27T3I1MediaChanNEConn    Unsigned32,
    rPSActionR27T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR27T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR27T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR27I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR27I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR27I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR27I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR27AttrValANIIIDigits     Unsigned32,
    rPSActionR27AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR27AttrValDialedPrefix    INTEGER,
    rPSActionR27AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR27AttrValDialingPattn    INTEGER,
    rPSActionR27AttrValUsrDef1Match    INTEGER,
    rPSActionR27AttrValUsrDef1         Unsigned32,
    rPSActionR27AttrValUsrDef2Match    INTEGER,
    rPSActionR27AttrValUsrDef2         Unsigned32,
    rPSActionR27AttrValUsrDef3Match    INTEGER,
    rPSActionR27AttrValUsrDef3         Unsigned32,
    rPSActionR27AttrValLCC1Match       INTEGER,
    rPSActionR27AttrValLCC1            Unsigned32,
    rPSActionR27AttrValLCC2Match       INTEGER,
    rPSActionR27AttrValLCC2            Unsigned32,
    rPSActionR27AttrValLCC3Match       INTEGER,
    rPSActionR27AttrValLCC3            Unsigned32,
    rPSActionR27AttrValLCC4Match       INTEGER,
    rPSActionR27AttrValLCC4            Unsigned32,
    rPSActionR27AttrValLCC5Match       INTEGER,
    rPSActionR27AttrValLCC5            Unsigned32,
    rPSActionR27AttrValUSCallTypeMatch INTEGER,
    rPSActionR27AttrValUSCallType      INTEGER,
    rPSActionR27AttrValUKCallTypeMatch INTEGER,
    rPSActionR27AttrValUKCallType      INTEGER,
    rPSActionR27AttrValCIPMatch        INTEGER,
    rPSActionR27AttrValCIP             Unsigned32,
    rPSActionR27AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR27InMediaType            INTEGER,
    rPSActionR27T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR27T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR27T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR27T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR27T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR27T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR27T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR27T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR27T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR27T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR27T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR27T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR27T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR27T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR27T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR27T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR27T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR27T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR27T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR27T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR27T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR27T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR27T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR27T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR27T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR27T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR27T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR27T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR27T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR27InMediaRemSigStack     INTEGER,
    rPSActionR27T4I1MediaChanNEConn    Unsigned32,
    rPSActionR27T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR27T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR27I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR27AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR27T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR27T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR27T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR27I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR27I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR27I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR27NumActCallPartyNumAct  DisplayString,
    rPSActionR27NumActChargeNumAct     DisplayString,
    rPSActionR27AttrValUsrDef4Match    INTEGER,
    rPSActionR27AttrValUsrDef4         Unsigned32,
    rPSActionR27AttrValUsrDef5Match    INTEGER,
    rPSActionR27AttrValUsrDef5         Unsigned32,
    rPSActionR27AttrValUsrDef6Match    INTEGER,
    rPSActionR27AttrValUsrDef6         Unsigned32,
    rPSActionR27AttrValUsrDef7Match    INTEGER,
    rPSActionR27AttrValUsrDef7         Unsigned32,
    rPSActionR27AttrValUsrDef8Match    INTEGER,
    rPSActionR27AttrValUsrDef8         Unsigned32,
    rPSActionR27AttrValUsrDef9Match    INTEGER,
    rPSActionR27AttrValUsrDef9         Unsigned32,
    rPSActionR27AttrValUsrDef10Match   INTEGER,
    rPSActionR27AttrValUsrDef10        Unsigned32,
    rPSActionR27AttrValUsrDef11Match   INTEGER,
    rPSActionR27AttrValUsrDef11        Unsigned32,
    rPSActionR27AttrValUsrDef12Match   INTEGER,
    rPSActionR27AttrValUsrDef12        Unsigned32,
    rPSActionR27AttrValUsrDef13Match   INTEGER,
    rPSActionR27AttrValUsrDef13        Unsigned32,
    rPSActionR27AttrValUsrDef14Match   INTEGER,
    rPSActionR27AttrValUsrDef14        Unsigned32,
    rPSActionR27AttrValUsrDef15Match   INTEGER,
    rPSActionR27AttrValUsrDef15        Unsigned32,
    rPSActionR27AttrValUsrDef16Match   INTEGER,
    rPSActionR27AttrValUsrDef16        Unsigned32,
    rPSActionR27AttrValUsrDef17Match   INTEGER,
    rPSActionR27AttrValUsrDef17        Unsigned32,
    rPSActionR27AttrValUsrDef18Match   INTEGER,
    rPSActionR27AttrValUsrDef18        Unsigned32,
    rPSActionR27AttrValUsrDef19Match   INTEGER,
    rPSActionR27AttrValUsrDef19        Unsigned32,
    rPSActionR27AttrValUsrDef20Match   INTEGER,
    rPSActionR27AttrValUsrDef20        Unsigned32,
    rPSActionR27AttrValLCC6Match       INTEGER,
    rPSActionR27AttrValLCC6            Unsigned32,
    rPSActionR27AttrValLCC7Match       INTEGER,
    rPSActionR27AttrValLCC7            Unsigned32,
    rPSActionR27AttrValLCC8Match       INTEGER,
    rPSActionR27AttrValLCC8            Unsigned32,
    rPSActionR27AttrValLCC9Match       INTEGER,
    rPSActionR27AttrValLCC9            Unsigned32,
    rPSActionR27AttrValLCC10Match      INTEGER,
    rPSActionR27AttrValLCC10           Unsigned32,
    rPSActionR27AttrValLCC11Match      INTEGER,
    rPSActionR27AttrValLCC11           Unsigned32,
    rPSActionR27AttrValLCC12Match      INTEGER,
    rPSActionR27AttrValLCC12           Unsigned32,
    rPSActionR27AttrValLCC13Match      INTEGER,
    rPSActionR27AttrValLCC13           Unsigned32,
    rPSActionR27AttrValLCC14Match      INTEGER,
    rPSActionR27AttrValLCC14           Unsigned32,
    rPSActionR27AttrValLCC15Match      INTEGER,
    rPSActionR27AttrValLCC15           Unsigned32,
    rPSActionR27AttrValLCC16Match      INTEGER,
    rPSActionR27AttrValLCC16           Unsigned32,
    rPSActionR27AttrValLCC17Match      INTEGER,
    rPSActionR27AttrValLCC17           Unsigned32,
    rPSActionR27AttrValLCC18Match      INTEGER,
    rPSActionR27AttrValLCC18           Unsigned32,
    rPSActionR27AttrValLCC19Match      INTEGER,
    rPSActionR27AttrValLCC19           Unsigned32,
    rPSActionR27AttrValLCC20Match      INTEGER,
    rPSActionR27AttrValLCC20           Unsigned32,
    rPSActionR27AttrValESAStatusMatch  INTEGER,
    rPSActionR27I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR27I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR27I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR27I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR27MaxCallDurn            Unsigned32,
    rPSActionR27InReleaseCauseMatch    INTEGER,
    rPSActionR27InReleaseCause         INTEGER,
    rPSActionR27OutQ850ReleaseCause    INTEGER,
    rPSActionR27BearerCapabilityMatch  INTEGER,
    rPSActionR27BearerCapability       BITS,
    rPSActionR27AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR27AttrValPriorityCall    INTEGER,
    rPSActionR27AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR27AttrValNetWdBGID       Unsigned32,
    rPSActionR27AttrValBGLnPrivMatch   INTEGER,
    rPSActionR27AttrValBGLnPriv        Unsigned32,
    rPSActionR27AttrValISwIBGCallMatch INTEGER,
    rPSActionR27AttrValISwIBGCall      INTEGER,
    rPSActionR27AttrValOTGpIDMatch     INTEGER,
    rPSActionR27AttrValOTGpID          DisplayString,
    rPSActionR27AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR27AttrValOrigTrCxt       DisplayString,
    rPSActionR27AttrValDTGpIDMatch     INTEGER,
    rPSActionR27AttrValDTGpID          DisplayString,
    rPSActionR27AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR27AttrValDestTrnkCxt     DisplayString,
    rPSActionR27OverrideCldAddrScope   INTEGER,
    rPSActionR27RequestCNAMDip         INTEGER,
    rPSActionR27T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR27T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR27T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR27DestTrnkGpID           DisplayString,
    rPSActionR27DestTrnkCxt            DisplayString,
    rPSActionR27GenericMatchType       INTEGER,
    rPSActionR27ClgPartyCats           BITS,
    rPSActionR27LowerPropDly           Unsigned32,
    rPSActionR27UpperPropDly           Unsigned32,
    rPSActionR27SatelliteInd           Unsigned32,
    rPSActionR27IsupPreference         BITS,
    rPSActionR27GermanNukkFsrMatchType INTEGER,
    rPSActionR27GermanNukkFsrInd       Unsigned32,
    rPSActionR27GermanNukkFszMatchType INTEGER,
    rPSActionR27GermanNukkFszInd       Unsigned32,
    rPSActionR27GermanNukkIcrMatchType INTEGER,
    rPSActionR27GermanNukkIcrInd       Unsigned32,
    rPSActionR27GermanNukkNcrMatchType INTEGER,
    rPSActionR27GermanNukkNcrInd       Unsigned32,
    rPSActionR27GermanNukkCnbMatchType INTEGER,
    rPSActionR27GermanNukkCnbInd       Unsigned32,
    rPSActionR27GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR27GermanNukkCustId       Unsigned32,
    rPSActionR27GermanNukkServMatchType
                                       INTEGER,
    rPSActionR27GermanNukkServ         Unsigned32,
    rPSActionR27GermanNsspFsmMatchType INTEGER,
    rPSActionR27GermanNsspFsmInd       Unsigned32,
    rPSActionR27GermanNsspNpfMatchType INTEGER,
    rPSActionR27GermanNsspNpfInd       Unsigned32,
    rPSActionR27GermanNsspTiMatchType  INTEGER,
    rPSActionR27GermanNsspTransitInd   Unsigned32,
    rPSActionR27GermanNsspServMatchType
                                       INTEGER,
    rPSActionR27GermanNsspServ         Unsigned32,
    rPSActionR27ENUMSuffix             DisplayString,
    rPSActionR27ENUMServers            DisplayString,
    rPSActionR27RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR27CPCSpecificOther       DisplayString,
    rPSActionR27RouteLabel             DisplayString,
    rPSActionR27OverrideClgAddrScope   INTEGER,
    rPSActionR27AttrValSiteMatch       INTEGER,
    rPSActionR27I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR27NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR27OverrideISUPRetryScope INTEGER,
    rPSActionR27NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR27PresNumScopeUKOnly     INTEGER,
    rPSActionR27RecoveryFromLossRTP    INTEGER,
    rPSActionR27NumActionUDSA1Action   DisplayString,
    rPSActionR27NumActionUDSA2Action   DisplayString,
    rPSActionR27NumActionUDSA3Action   DisplayString,
    rPSActionR27NumActionUDSA4Action   DisplayString,
    rPSActionR27NumActionUDSA5Action   DisplayString,
    rPSActionR27NumActionUDSA6Action   DisplayString,
    rPSActionR27NumActionUDSA7Action   DisplayString,
    rPSActionR27NumActionUDSA8Action   DisplayString,
    rPSActionR27NumActionUDSA9Action   DisplayString,
    rPSActionR27NumActionUDSA10Action  DisplayString,
    rPSActionR27SignaledCallerIdScope  INTEGER,
    rPSActionR27SignaledCallerIdIncomplete
                                       INTEGER,
    rPSActionR27SignaledCallerIdNumPlanIndicator
                                       INTEGER,
    rPSActionR27SignaledCallerIdPresRestricted
                                       INTEGER,
    rPSActionR27SignaledCallerIdScreeningIndicator
                                       INTEGER
  }

  rPSActionR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR27Entry  1 }

  rPSActionR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR27Entry  2 }

  rPSActionR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR27Entry  3 }

  rPSActionR27CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR27Entry  4 }

  rPSActionR27RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR27Entry  5 }

  rPSActionR27RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR27Entry  6 }

  rPSActionR27AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR27Entry  7 }

  rPSActionR27AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR27Entry  8 }

  rPSActionR27WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR27Entry  9 }

  rPSActionR27WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR27Entry  10 }

  rPSActionR27TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR27Entry  11 }

  rPSActionR27WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  12 }

  rPSActionR27ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR27Entry  13 }

  rPSActionR27Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5),
                   routeBasedOnTGID(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR27Entry  14 }

  rPSActionR27T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  15 }

  rPSActionR27T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  16 }

  rPSActionR27T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  17 }

  rPSActionR27T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  18 }

  rPSActionR27T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  19 }

  rPSActionR27T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  20 }

  rPSActionR27T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  21 }

  rPSActionR27T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  22 }

  rPSActionR27T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  23 }

  rPSActionR27T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  24 }

  rPSActionR27T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  25 }

  rPSActionR27T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  26 }

  rPSActionR27I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR27Entry  27 }

  rPSActionR27I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR27Entry  28 }

  rPSActionR27I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR27Entry  29 }

  rPSActionR27I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR27Entry  30 }

  rPSActionR27I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR27Entry  31 }

  rPSActionR27ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR27Entry  32 }

  rPSActionR27T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  33 }

  rPSActionR27T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  34 }

  rPSActionR27AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR27Entry  35 }

  rPSActionR27AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR27Entry  36 }

  rPSActionR27RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR27Entry  37 }

  rPSActionR27CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR27Entry  38 }

  rPSActionR27MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR27Entry  39 }

  rPSActionR27MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR27Entry  40 }

  rPSActionR27MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR27Entry  41 }

  rPSActionR27MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR27Entry  42 }

  rPSActionR27CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR27Entry  43 }

  rPSActionR27CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR27Entry  44 }

  rPSActionR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR27Entry  50 }

  rPSActionR27OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18),
                   recoveryFromLossOfRTP(19),
                   signaledCallerIDScope(20),
                   signaledCallerIDIncomplete(21),
                   signaledCallerIDNumberPlanIndicator(22),
                   signaledCallerIDPresentationRestricted(23),
                   signaledCallerIDScreeningIndicator(24)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR27Entry  51 }

  rPSActionR27AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR27Entry  52 }

  rPSActionR27AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR27Entry  53 }

  rPSActionR27AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR27Entry  54 }

  rPSActionR27AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR27Entry  55 }

  rPSActionR27AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR27Entry  56 }

  rPSActionR27TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR27Entry  57 }

  rPSActionR27TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR27Entry  58 }

  rPSActionR27TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR27Entry  59 }

  rPSActionR27TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR27Entry  60 }

  rPSActionR27TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR27Entry  61 }

  rPSActionR27TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR27Entry  62 }

  rPSActionR27TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR27Entry  63 }

  rPSActionR27TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR27Entry  64 }

  rPSActionR27TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR27Entry  65 }

  rPSActionR27TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR27Entry  66 }

  rPSActionR27TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR27Entry  67 }

  rPSActionR27TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR27Entry  68 }

  rPSActionR27TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR27Entry  69 }

  rPSActionR27SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR27Entry  71 }

  rPSActionR27NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR27Entry  83 }

  rPSActionR27Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR27Entry  104 }

  rPSActionR27AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  105 }

  rPSActionR27AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR27Entry  106 }

  rPSActionR27AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  107 }

  rPSActionR27T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  110 }

  rPSActionR27T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  111 }

  rPSActionR27T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  112 }

  rPSActionR27T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  113 }

  rPSActionR27T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  114 }

  rPSActionR27I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR27Entry  115 }

  rPSActionR27I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR27Entry  116 }

  rPSActionR27I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR27Entry  117 }

  rPSActionR27I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR27Entry  118 }

  rPSActionR27AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  119 }

  rPSActionR27AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  120 }

  rPSActionR27AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR27Entry  121 }

  rPSActionR27AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  122 }

  rPSActionR27AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR27Entry  123 }

  rPSActionR27AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  124 }

  rPSActionR27AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR27Entry  125 }

  rPSActionR27AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  126 }

  rPSActionR27AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR27Entry  127 }

  rPSActionR27AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  128 }

  rPSActionR27AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR27Entry  129 }

  rPSActionR27AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  130 }

  rPSActionR27AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR27Entry  131 }

  rPSActionR27AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  132 }

  rPSActionR27AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR27Entry  133 }

  rPSActionR27AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  134 }

  rPSActionR27AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR27Entry  135 }

  rPSActionR27AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  136 }

  rPSActionR27AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR27Entry  137 }

  rPSActionR27AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  138 }

  rPSActionR27AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR27Entry  139 }

  rPSActionR27AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  140 }

  rPSActionR27AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR27Entry  141 }

  rPSActionR27AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  142 }

  rPSActionR27AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR27Entry  143 }

  rPSActionR27AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  144 }

  rPSActionR27AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  145 }

  rPSActionR27AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  146 }

  rPSActionR27InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR27Entry  147 }

  rPSActionR27T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR27Entry  148 }

  rPSActionR27T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR27Entry  149 }

  rPSActionR27T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR27Entry  150 }

  rPSActionR27T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR27Entry  151 }

  rPSActionR27T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR27Entry  152 }

  rPSActionR27T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR27Entry  153 }

  rPSActionR27T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR27Entry  154 }

  rPSActionR27T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR27Entry  155 }

  rPSActionR27T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR27Entry  156 }

  rPSActionR27T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR27Entry  157 }

  rPSActionR27T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  158 }

  rPSActionR27T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  159 }

  rPSActionR27T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  160 }

  rPSActionR27T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  161 }

  rPSActionR27T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  162 }

  rPSActionR27T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR27Entry  163 }

  rPSActionR27T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  164 }

  rPSActionR27T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  165 }

  rPSActionR27T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  166 }

  rPSActionR27T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  167 }

  rPSActionR27T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  168 }

  rPSActionR27T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR27Entry  169 }

  rPSActionR27T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  170 }

  rPSActionR27T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  171 }

  rPSActionR27T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  172 }

  rPSActionR27T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  173 }

  rPSActionR27T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR27Entry  174 }

  rPSActionR27T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  175 }

  rPSActionR27T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  176 }

  rPSActionR27T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  177 }

  rPSActionR27T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  178 }

  rPSActionR27T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  179 }

  rPSActionR27InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR27Entry  180 }

  rPSActionR27T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  181 }

  rPSActionR27T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  182 }

  rPSActionR27T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR27Entry  183 }

  rPSActionR27I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR27Entry  184 }

  rPSActionR27AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  185 }

  rPSActionR27T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR27Entry  186 }

  rPSActionR27T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR27Entry  187 }

  rPSActionR27T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR27Entry  188 }

  rPSActionR27I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR27Entry  189 }

  rPSActionR27I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR27Entry  190 }

  rPSActionR27I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR27Entry  191 }

  rPSActionR27NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR27Entry  193 }

  rPSActionR27NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR27Entry  194 }

  rPSActionR27AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  195 }

  rPSActionR27AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR27Entry  196 }

  rPSActionR27AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  197 }

  rPSActionR27AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR27Entry  198 }

  rPSActionR27AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  199 }

  rPSActionR27AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR27Entry  200 }

  rPSActionR27AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  201 }

  rPSActionR27AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR27Entry  202 }

  rPSActionR27AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  203 }

  rPSActionR27AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR27Entry  204 }

  rPSActionR27AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  205 }

  rPSActionR27AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR27Entry  206 }

  rPSActionR27AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  207 }

  rPSActionR27AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR27Entry  208 }

  rPSActionR27AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  209 }

  rPSActionR27AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR27Entry  210 }

  rPSActionR27AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  211 }

  rPSActionR27AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR27Entry  212 }

  rPSActionR27AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  213 }

  rPSActionR27AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR27Entry  214 }

  rPSActionR27AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  215 }

  rPSActionR27AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR27Entry  216 }

  rPSActionR27AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  217 }

  rPSActionR27AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR27Entry  218 }

  rPSActionR27AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  219 }

  rPSActionR27AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR27Entry  220 }

  rPSActionR27AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  221 }

  rPSActionR27AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR27Entry  222 }

  rPSActionR27AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  223 }

  rPSActionR27AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR27Entry  224 }

  rPSActionR27AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  225 }

  rPSActionR27AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR27Entry  226 }

  rPSActionR27AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  227 }

  rPSActionR27AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR27Entry  228 }

  rPSActionR27AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  229 }

  rPSActionR27AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR27Entry  230 }

  rPSActionR27AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  231 }

  rPSActionR27AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR27Entry  232 }

  rPSActionR27AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  233 }

  rPSActionR27AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR27Entry  234 }

  rPSActionR27AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  235 }

  rPSActionR27AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR27Entry  236 }

  rPSActionR27AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  237 }

  rPSActionR27AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR27Entry  238 }

  rPSActionR27AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  239 }

  rPSActionR27AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR27Entry  240 }

  rPSActionR27AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  241 }

  rPSActionR27AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR27Entry  242 }

  rPSActionR27AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  243 }

  rPSActionR27AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR27Entry  244 }

  rPSActionR27AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  245 }

  rPSActionR27AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR27Entry  246 }

  rPSActionR27AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  247 }

  rPSActionR27AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR27Entry  248 }

  rPSActionR27AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  249 }

  rPSActionR27AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR27Entry  250 }

  rPSActionR27AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  251 }

  rPSActionR27AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR27Entry  252 }

  rPSActionR27AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  253 }

  rPSActionR27AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR27Entry  254 }

  rPSActionR27AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  255 }

  rPSActionR27AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR27Entry  256 }

  rPSActionR27AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  257 }

  rPSActionR27AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR27Entry  258 }

  rPSActionR27AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR27Entry  259 }

  rPSActionR27I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR27Entry  260 }

  rPSActionR27I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR27Entry  261 }

  rPSActionR27I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR27Entry  262 }

  rPSActionR27I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR27Entry  263 }

  rPSActionR27MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR27Entry  264 }

  rPSActionR27InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR27Entry  265 }

  rPSActionR27InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR27Entry  266 }

  rPSActionR27OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR27Entry  268 }

  rPSActionR27BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  269 }

  rPSActionR27BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR27Entry  270 }

  rPSActionR27AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  271 }

  rPSActionR27AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR27Entry  272 }

  rPSActionR27AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  273 }

  rPSActionR27AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR27Entry  274 }

  rPSActionR27AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  275 }

  rPSActionR27AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR27Entry  276 }

  rPSActionR27AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR27Entry  277 }

  rPSActionR27AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR27Entry  278 }

  rPSActionR27AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  279 }

  rPSActionR27AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR27Entry  280 }

  rPSActionR27AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  281 }

  rPSActionR27AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR27Entry  282 }

  rPSActionR27AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  283 }

  rPSActionR27AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR27Entry  284 }

  rPSActionR27AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  285 }

  rPSActionR27AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR27Entry  286 }

  rPSActionR27OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR27Entry  287 }

  rPSActionR27RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { false }
    ::= { rPSActionR27Entry  288 }

  rPSActionR27T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR27Entry  289 }

  rPSActionR27T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR27Entry  290 }

  rPSActionR27T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR27Entry  291 }

  rPSActionR27DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR27Entry  292 }

  rPSActionR27DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR27Entry  293 }

  rPSActionR27GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR27Entry  294 }

  rPSActionR27ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR27Entry  295 }

  rPSActionR27LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  296 }

  rPSActionR27UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR27Entry  297 }

  rPSActionR27SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  298 }

  rPSActionR27IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR27Entry  299 }

  rPSActionR27GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  300 }

  rPSActionR27GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  301 }

  rPSActionR27GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  302 }

  rPSActionR27GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  303 }

  rPSActionR27GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  304 }

  rPSActionR27GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  305 }

  rPSActionR27GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  306 }

  rPSActionR27GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  307 }

  rPSActionR27GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  308 }

  rPSActionR27GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  309 }

  rPSActionR27GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  310 }

  rPSActionR27GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  311 }

  rPSActionR27GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  312 }

  rPSActionR27GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  313 }

  rPSActionR27GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  314 }

  rPSActionR27GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  315 }

  rPSActionR27GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  316 }

  rPSActionR27GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  317 }

  rPSActionR27GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  318 }

  rPSActionR27GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  319 }

  rPSActionR27GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR27Entry  320 }

  rPSActionR27GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR27Entry  321 }

  rPSActionR27ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR27Entry  322 }

  rPSActionR27ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR27Entry  323 }

  rPSActionR27RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR27Entry  324 }

  rPSActionR27CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR27Entry  325 }

  rPSActionR27RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR27Entry  326 }

  rPSActionR27OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR27Entry  327 }

  rPSActionR27AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR27Entry  328 }

  rPSActionR27I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR27Entry  329 }

  rPSActionR27NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR27Entry  331 }

  rPSActionR27OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR27Entry  332 }

  rPSActionR27NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR27Entry  333 }

  rPSActionR27PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR27Entry  334 }

  rPSActionR27RecoveryFromLossRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRTPLossDetection(0),
                   detectRTPLossAndFailCall(1),
                   detectRTPLossAndRetryCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recovery from loss of RTP'."
    DEFVAL       { noRTPLossDetection }
    ::= { rPSActionR27Entry  335 }

  rPSActionR27NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSActionR27Entry  336 }

  rPSActionR27NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSActionR27Entry  337 }

  rPSActionR27NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSActionR27Entry  338 }

  rPSActionR27NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSActionR27Entry  339 }

  rPSActionR27NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSActionR27Entry  340 }

  rPSActionR27NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSActionR27Entry  341 }

  rPSActionR27NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSActionR27Entry  342 }

  rPSActionR27NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSActionR27Entry  343 }

  rPSActionR27NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSActionR27Entry  344 }

  rPSActionR27NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSActionR27Entry  345 }

  rPSActionR27SignaledCallerIdScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR27Entry  346 }

  rPSActionR27SignaledCallerIdIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSActionR27Entry  347 }

  rPSActionR27SignaledCallerIdNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSActionR27Entry  348 }

  rPSActionR27SignaledCallerIdPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID presentation restricted'."
    DEFVAL       { presentationAllowed }
    ::= { rPSActionR27Entry  349 }

  rPSActionR27SignaledCallerIdScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSActionR27Entry  350 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  rVTTestTrunkR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2467 }

  rVTTestTrunkR25Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR25NEConn,
             rVTTestTrunkR25NetwkElement,
             rVTTestTrunkR25CFSIx,
             rVTTestTrunkR25GpIx,
             rVTTestTrunkR25TestIx }
    ::= {  rVTTestTrunkR25Table  1  }

  RVTTestTrunkR25Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR25NEConn              Unsigned32,
    rVTTestTrunkR25NetwkElement        DisplayString,
    rVTTestTrunkR25CFSIx               Unsigned32,
    rVTTestTrunkR25GpIx                Unsigned32,
    rVTTestTrunkR25TestIx              Unsigned32,
    rVTTestTrunkR25TestName            DisplayString,
    rVTTestTrunkR25CldNum              DisplayString,
    rVTTestTrunkR25T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR25T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR25T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR25T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR25T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR25AllowOprHoldIs      INTEGER,
    rVTTestTrunkR25PriorityCall        INTEGER,
    rVTTestTrunkR25UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR25IgnoreTermAppServer INTEGER,
    rVTTestTrunkR25InTrnkGpNum         INTEGER,
    rVTTestTrunkR25ClgPartyNum         DisplayString,
    rVTTestTrunkR25ReqdRetryRtg        INTEGER,
    rVTTestTrunkR25TestCall            INTEGER,
    rVTTestTrunkR25TransitNetwkID      DisplayString,
    rVTTestTrunkR25TestRes             INTEGER,
    rVTTestTrunkR25CauseFail           INTEGER,
    rVTTestTrunkR25NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR25NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR25NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR25AllowNumVldnHold    INTEGER,
    rVTTestTrunkR25NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR25NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR25NumVldnTestCall     INTEGER,
    rVTTestTrunkR25NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR25NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR25NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR25NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR25NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR25NumVldnUDA1         Unsigned32,
    rVTTestTrunkR25NumVldnUDA2         Unsigned32,
    rVTTestTrunkR25NumVldnUDA3         Unsigned32,
    rVTTestTrunkR25NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR25RtgTestCall         INTEGER,
    rVTTestTrunkR25RtgModfdCldNum      DisplayString,
    rVTTestTrunkR25RtgOprCall          INTEGER,
    rVTTestTrunkR25RtgRtgControlInd    INTEGER,
    rVTTestTrunkR25RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR25RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR25RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR25RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR25T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR25T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR25T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR25T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR25T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR25RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR25RtgEchoCancellation INTEGER,
    rVTTestTrunkR25TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR25TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR25DiagsLogLvl         INTEGER,
    rVTTestTrunkR25DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR25DoExtraActions      INTEGER,
    rVTTestTrunkR25RowStatus           RowStatus,
    rVTTestTrunkR25NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR25NumVldnBillCallType INTEGER,
    rVTTestTrunkR25NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR25NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR25ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR25NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR25UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR25NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR25NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR25NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR25T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR25T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR25CldAddrScope        INTEGER,
    rVTTestTrunkR25ClgNumScope         INTEGER,
    rVTTestTrunkR25ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR25OprCall             INTEGER,
    rVTTestTrunkR25EchoCancellation    INTEGER,
    rVTTestTrunkR25ClgCategory         INTEGER,
    rVTTestTrunkR25CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR25ChargeNumANIPresent INTEGER,
    rVTTestTrunkR25ChargeNumANI        DisplayString,
    rVTTestTrunkR25BearerCapability    INTEGER,
    rVTTestTrunkR25OrigingExchangeAddr DisplayString,
    rVTTestTrunkR25PortedNum           DisplayString,
    rVTTestTrunkR25LNPLookupPerformed  INTEGER,
    rVTTestTrunkR25ReleaseControlMode  INTEGER,
    rVTTestTrunkR25DialedPrefix        INTEGER,
    rVTTestTrunkR25AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR25AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR25NumVldnClgCategory  INTEGER,
    rVTTestTrunkR25NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR25NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR25NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR25I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR25I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR25I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR25I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR25NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR25NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR25NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR25I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR25I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR25I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR25I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR25I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR25I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR25NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR25NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR25NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR25NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR25RtgFGDCarrID        DisplayString,
    rVTTestTrunkR25RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR25RtgChargeNumANI     DisplayString,
    rVTTestTrunkR25RtgDialedPrefix     INTEGER,
    rVTTestTrunkR25NVModCallPartyNum   DisplayString,
    rVTTestTrunkR25NVModChargeNum      DisplayString,
    rVTTestTrunkR25RtgCallPartyNum     DisplayString,
    rVTTestTrunkR25RtgModChargeNum     DisplayString,
    rVTTestTrunkR25SIPType             INTEGER,
    rVTTestTrunkR25I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR25I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR25I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR25I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR25ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR25IncMCsIncluded      INTEGER,
    rVTTestTrunkR25T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR25T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR25T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR25T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR25T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR25T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR25T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR25T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR25T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR25T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR25T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR25IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR25T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR25T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR25T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR25T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR25T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR25T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR25T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR25T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR25T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR25T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR25T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR25IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR25ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR25ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR25ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR25T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR25T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR25T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR25T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR25T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR25T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR25T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR25T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR25T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR25T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR25T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR25T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR25T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR25T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR25T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR25T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR25ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR25ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR25ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR25NumVldnUDA4         Unsigned32,
    rVTTestTrunkR25NumVldnUDA5         Unsigned32,
    rVTTestTrunkR25NumVldnUDA6         Unsigned32,
    rVTTestTrunkR25NumVldnUDA7         Unsigned32,
    rVTTestTrunkR25NumVldnUDA8         Unsigned32,
    rVTTestTrunkR25NumVldnUDA9         Unsigned32,
    rVTTestTrunkR25NumVldnUDA10        Unsigned32,
    rVTTestTrunkR25NumVldnUDA11        Unsigned32,
    rVTTestTrunkR25NumVldnUDA12        Unsigned32,
    rVTTestTrunkR25NumVldnUDA13        Unsigned32,
    rVTTestTrunkR25NumVldnUDA14        Unsigned32,
    rVTTestTrunkR25NumVldnUDA15        Unsigned32,
    rVTTestTrunkR25NumVldnUDA16        Unsigned32,
    rVTTestTrunkR25NumVldnUDA17        Unsigned32,
    rVTTestTrunkR25NumVldnUDA18        Unsigned32,
    rVTTestTrunkR25NumVldnUDA19        Unsigned32,
    rVTTestTrunkR25NumVldnUDA20        Unsigned32,
    rVTTestTrunkR25NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR25RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR25IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR25NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR25SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR25SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR25SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR25SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR25SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR25SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR25SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR25SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR25SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR25SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR25SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR25SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR25NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR25DateAndTimeYear     Unsigned32,
    rVTTestTrunkR25DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR25DateAndTimeDate     Unsigned32,
    rVTTestTrunkR25HrAndTimeHr         Unsigned32,
    rVTTestTrunkR25MinAndTimeMin       Unsigned32,
    rVTTestTrunkR25NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR25SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR25SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR25SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR25SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR25SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR25SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR25SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR25SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR25SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR25NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR25SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR25SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR25SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR25SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR25SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR25SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR25SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR25SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR25SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR25SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR25SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR25SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR25NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR25NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR25NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR25NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR25NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR25RtgCldAddrScope     INTEGER,
    rVTTestTrunkR25LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR25ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR25ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR25RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR25RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR25PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR25PropagationDly      Unsigned32,
    rVTTestTrunkR25SatelliteIndPresent INTEGER,
    rVTTestTrunkR25SatelliteInd        Unsigned32,
    rVTTestTrunkR25IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR25IsupPreference      INTEGER,
    rVTTestTrunkR25GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR25GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR25GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR25GermanIsupSspParm   INTEGER,
    rVTTestTrunkR25ModfdClgNumScope    INTEGER,
    rVTTestTrunkR25ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR25I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR25SiteOtherVals       INTEGER,
    rVTTestTrunkR25LCC1                INTEGER,
    rVTTestTrunkR25LCC2                INTEGER,
    rVTTestTrunkR25LCC3                INTEGER,
    rVTTestTrunkR25LCC4                INTEGER,
    rVTTestTrunkR25LCC5                INTEGER,
    rVTTestTrunkR25LCC6                INTEGER,
    rVTTestTrunkR25LCC7                INTEGER,
    rVTTestTrunkR25LCC8                INTEGER,
    rVTTestTrunkR25LCC9                INTEGER,
    rVTTestTrunkR25LCC10               INTEGER,
    rVTTestTrunkR25LCC11               INTEGER,
    rVTTestTrunkR25LCC12               INTEGER,
    rVTTestTrunkR25LCC13               INTEGER,
    rVTTestTrunkR25LCC14               INTEGER,
    rVTTestTrunkR25LCC15               INTEGER,
    rVTTestTrunkR25LCC16               INTEGER,
    rVTTestTrunkR25LCC17               INTEGER,
    rVTTestTrunkR25LCC18               INTEGER,
    rVTTestTrunkR25LCC19               INTEGER,
    rVTTestTrunkR25LCC20               INTEGER,
    rVTTestTrunkR25NVModCallPartyIncomplete
                                       INTEGER,
    rVTTestTrunkR25NVModCallPartyPresRestrict
                                       INTEGER,
    rVTTestTrunkR25PresNumUKOnly       DisplayString,
    rVTTestTrunkR25PresNumScopeUKOnly  INTEGER,
    rVTTestTrunkR25NVModClPrtNumPlanInd
                                       INTEGER,
    rVTTestTrunkR25NVModCallPartyScreenInd
                                       INTEGER,
    rVTTestTrunkR25NVModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR25NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR25RtgModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR25RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR25NumVldnBillOverrideDialedNum
                                       INTEGER,
    rVTTestTrunkR25NVModSatelliteIndicator
                                       Unsigned32,
    rVTTestTrunkR25RtgClgPartyNumScope INTEGER,
    rVTTestTrunkR25RtgClgPartyNumIncomplete
                                       INTEGER,
    rVTTestTrunkR25RtgClgPartyNumNumPlanIndicator
                                       INTEGER,
    rVTTestTrunkR25RtgClgPartyNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR25RtgClgPartyNumScreeningIndicator
                                       INTEGER
  }

  rVTTestTrunkR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR25Entry  1 }

  rVTTestTrunkR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR25Entry  2 }

  rVTTestTrunkR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR25Entry  3 }

  rVTTestTrunkR25GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR25Entry  4 }

  rVTTestTrunkR25TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR25Entry  5 }

  rVTTestTrunkR25TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR25Entry  6 }

  rVTTestTrunkR25CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR25Entry  7 }

  rVTTestTrunkR25T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  12 }

  rVTTestTrunkR25T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  13 }

  rVTTestTrunkR25T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  14 }

  rVTTestTrunkR25T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  15 }

  rVTTestTrunkR25T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  16 }

  rVTTestTrunkR25T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  17 }

  rVTTestTrunkR25T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  18 }

  rVTTestTrunkR25T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  19 }

  rVTTestTrunkR25T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  20 }

  rVTTestTrunkR25T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  21 }

  rVTTestTrunkR25T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  22 }

  rVTTestTrunkR25T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  23 }

  rVTTestTrunkR25T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  24 }

  rVTTestTrunkR25T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  25 }

  rVTTestTrunkR25T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  26 }

  rVTTestTrunkR25T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  27 }

  rVTTestTrunkR25T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  28 }

  rVTTestTrunkR25ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR25Entry  29 }

  rVTTestTrunkR25AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR25Entry  30 }

  rVTTestTrunkR25PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR25Entry  31 }

  rVTTestTrunkR25UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR25Entry  32 }

  rVTTestTrunkR25IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR25Entry  33 }

  rVTTestTrunkR25InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR25Entry  34 }

  rVTTestTrunkR25ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR25Entry  35 }

  rVTTestTrunkR25ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR25Entry  36 }

  rVTTestTrunkR25TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR25Entry  37 }

  rVTTestTrunkR25TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR25Entry  38 }

  rVTTestTrunkR25TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR25Entry  39 }

  rVTTestTrunkR25CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR25Entry  40 }

  rVTTestTrunkR25NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR25Entry  42 }

  rVTTestTrunkR25NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR25Entry  43 }

  rVTTestTrunkR25NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR25Entry  44 }

  rVTTestTrunkR25AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR25Entry  45 }

  rVTTestTrunkR25NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR25Entry  46 }

  rVTTestTrunkR25NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR25Entry  47 }

  rVTTestTrunkR25NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR25Entry  48 }

  rVTTestTrunkR25NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR25Entry  49 }

  rVTTestTrunkR25NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR25Entry  50 }

  rVTTestTrunkR25NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR25Entry  51 }

  rVTTestTrunkR25NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR25Entry  52 }

  rVTTestTrunkR25NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR25Entry  53 }

  rVTTestTrunkR25NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR25Entry  54 }

  rVTTestTrunkR25NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR25Entry  55 }

  rVTTestTrunkR25NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR25Entry  56 }

  rVTTestTrunkR25NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR25Entry  57 }

  rVTTestTrunkR25RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR25Entry  59 }

  rVTTestTrunkR25RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR25Entry  60 }

  rVTTestTrunkR25RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR25Entry  61 }

  rVTTestTrunkR25RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR25Entry  62 }

  rVTTestTrunkR25RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR25Entry  63 }

  rVTTestTrunkR25RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR25Entry  64 }

  rVTTestTrunkR25RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR25Entry  65 }

  rVTTestTrunkR25RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR25Entry  66 }

  rVTTestTrunkR25T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  67 }

  rVTTestTrunkR25T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  68 }

  rVTTestTrunkR25T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  69 }

  rVTTestTrunkR25T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  70 }

  rVTTestTrunkR25T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  71 }

  rVTTestTrunkR25T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  72 }

  rVTTestTrunkR25T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  73 }

  rVTTestTrunkR25T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  74 }

  rVTTestTrunkR25T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  75 }

  rVTTestTrunkR25T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  76 }

  rVTTestTrunkR25T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  77 }

  rVTTestTrunkR25T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  78 }

  rVTTestTrunkR25T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  79 }

  rVTTestTrunkR25T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  80 }

  rVTTestTrunkR25T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  81 }

  rVTTestTrunkR25T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  82 }

  rVTTestTrunkR25T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  83 }

  rVTTestTrunkR25RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR25Entry  84 }

  rVTTestTrunkR25RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR25Entry  85 }

  rVTTestTrunkR25RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR25Entry  86 }

  rVTTestTrunkR25TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR25Entry  87 }

  rVTTestTrunkR25TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR25Entry  88 }

  rVTTestTrunkR25DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR25Entry  90 }

  rVTTestTrunkR25DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR25Entry  91 }

  rVTTestTrunkR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR25Entry  93 }

  rVTTestTrunkR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR25Entry  94 }

  rVTTestTrunkR25NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR25Entry  96 }

  rVTTestTrunkR25NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR25Entry  97 }

  rVTTestTrunkR25NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR25Entry  98 }

  rVTTestTrunkR25NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR25Entry  99 }

  rVTTestTrunkR25ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR25Entry  100 }

  rVTTestTrunkR25NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR25Entry  101 }

  rVTTestTrunkR25UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR25Entry  102 }

  rVTTestTrunkR25NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR25Entry  103 }

  rVTTestTrunkR25NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR25Entry  104 }

  rVTTestTrunkR25NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR25Entry  105 }

  rVTTestTrunkR25T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  106 }

  rVTTestTrunkR25T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  107 }

  rVTTestTrunkR25T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  108 }

  rVTTestTrunkR25T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  109 }

  rVTTestTrunkR25T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  110 }

  rVTTestTrunkR25CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR25Entry  111 }

  rVTTestTrunkR25ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR25Entry  112 }

  rVTTestTrunkR25ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR25Entry  113 }

  rVTTestTrunkR25OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR25Entry  114 }

  rVTTestTrunkR25EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR25Entry  115 }

  rVTTestTrunkR25ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR25Entry  116 }

  rVTTestTrunkR25CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR25Entry  117 }

  rVTTestTrunkR25ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR25Entry  118 }

  rVTTestTrunkR25ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR25Entry  119 }

  rVTTestTrunkR25BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR25Entry  120 }

  rVTTestTrunkR25OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR25Entry  121 }

  rVTTestTrunkR25PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR25Entry  122 }

  rVTTestTrunkR25LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR25Entry  123 }

  rVTTestTrunkR25ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR25Entry  124 }

  rVTTestTrunkR25DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR25Entry  125 }

  rVTTestTrunkR25AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR25Entry  126 }

  rVTTestTrunkR25AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR25Entry  127 }

  rVTTestTrunkR25NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR25Entry  128 }

  rVTTestTrunkR25NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR25Entry  129 }

  rVTTestTrunkR25NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR25Entry  130 }

  rVTTestTrunkR25NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR25Entry  131 }

  rVTTestTrunkR25I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR25Entry  132 }

  rVTTestTrunkR25I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR25Entry  133 }

  rVTTestTrunkR25I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR25Entry  134 }

  rVTTestTrunkR25I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR25Entry  135 }

  rVTTestTrunkR25NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR25Entry  136 }

  rVTTestTrunkR25NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR25Entry  137 }

  rVTTestTrunkR25NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR25Entry  138 }

  rVTTestTrunkR25I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR25Entry  139 }

  rVTTestTrunkR25I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR25Entry  140 }

  rVTTestTrunkR25I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR25Entry  141 }

  rVTTestTrunkR25I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR25Entry  142 }

  rVTTestTrunkR25I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR25Entry  143 }

  rVTTestTrunkR25I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR25Entry  144 }

  rVTTestTrunkR25NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR25Entry  145 }

  rVTTestTrunkR25NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR25Entry  146 }

  rVTTestTrunkR25NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR25Entry  147 }

  rVTTestTrunkR25NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR25Entry  148 }

  rVTTestTrunkR25RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR25Entry  149 }

  rVTTestTrunkR25RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR25Entry  150 }

  rVTTestTrunkR25RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR25Entry  151 }

  rVTTestTrunkR25RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR25Entry  152 }

  rVTTestTrunkR25NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR25Entry  153 }

  rVTTestTrunkR25NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR25Entry  154 }

  rVTTestTrunkR25RtgCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - calling party number'."
    ::= { rVTTestTrunkR25Entry  155 }

  rVTTestTrunkR25RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR25Entry  156 }

  rVTTestTrunkR25SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR25Entry  157 }

  rVTTestTrunkR25I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR25Entry  158 }

  rVTTestTrunkR25I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR25Entry  159 }

  rVTTestTrunkR25I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR25Entry  160 }

  rVTTestTrunkR25I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR25Entry  161 }

  rVTTestTrunkR25ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  162 }

  rVTTestTrunkR25IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR25Entry  163 }

  rVTTestTrunkR25T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  164 }

  rVTTestTrunkR25T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  165 }

  rVTTestTrunkR25T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  166 }

  rVTTestTrunkR25T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  167 }

  rVTTestTrunkR25T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  168 }

  rVTTestTrunkR25T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  169 }

  rVTTestTrunkR25T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  171 }

  rVTTestTrunkR25T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  172 }

  rVTTestTrunkR25T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  173 }

  rVTTestTrunkR25T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  174 }

  rVTTestTrunkR25T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  175 }

  rVTTestTrunkR25T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  176 }

  rVTTestTrunkR25T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  178 }

  rVTTestTrunkR25T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  179 }

  rVTTestTrunkR25T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  180 }

  rVTTestTrunkR25T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  181 }

  rVTTestTrunkR25T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  182 }

  rVTTestTrunkR25T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  184 }

  rVTTestTrunkR25T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  185 }

  rVTTestTrunkR25T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  186 }

  rVTTestTrunkR25T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  187 }

  rVTTestTrunkR25T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  188 }

  rVTTestTrunkR25IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  189 }

  rVTTestTrunkR25T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  190 }

  rVTTestTrunkR25T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  191 }

  rVTTestTrunkR25T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  192 }

  rVTTestTrunkR25T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  193 }

  rVTTestTrunkR25T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  194 }

  rVTTestTrunkR25T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  195 }

  rVTTestTrunkR25T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  197 }

  rVTTestTrunkR25T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  198 }

  rVTTestTrunkR25T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  199 }

  rVTTestTrunkR25T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  200 }

  rVTTestTrunkR25T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  201 }

  rVTTestTrunkR25T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  202 }

  rVTTestTrunkR25T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  204 }

  rVTTestTrunkR25T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  205 }

  rVTTestTrunkR25T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  206 }

  rVTTestTrunkR25T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  207 }

  rVTTestTrunkR25T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  208 }

  rVTTestTrunkR25T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  210 }

  rVTTestTrunkR25T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  211 }

  rVTTestTrunkR25T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  212 }

  rVTTestTrunkR25T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  213 }

  rVTTestTrunkR25T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  214 }

  rVTTestTrunkR25IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  215 }

  rVTTestTrunkR25T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  216 }

  rVTTestTrunkR25T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  217 }

  rVTTestTrunkR25T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  218 }

  rVTTestTrunkR25T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  219 }

  rVTTestTrunkR25T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  220 }

  rVTTestTrunkR25T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  221 }

  rVTTestTrunkR25T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  223 }

  rVTTestTrunkR25T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  224 }

  rVTTestTrunkR25T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  225 }

  rVTTestTrunkR25T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  226 }

  rVTTestTrunkR25T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  227 }

  rVTTestTrunkR25T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  228 }

  rVTTestTrunkR25T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  230 }

  rVTTestTrunkR25T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  231 }

  rVTTestTrunkR25T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  232 }

  rVTTestTrunkR25T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  233 }

  rVTTestTrunkR25T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  234 }

  rVTTestTrunkR25T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  236 }

  rVTTestTrunkR25T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  237 }

  rVTTestTrunkR25T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  238 }

  rVTTestTrunkR25T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  239 }

  rVTTestTrunkR25T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  240 }

  rVTTestTrunkR25IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  241 }

  rVTTestTrunkR25T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  242 }

  rVTTestTrunkR25T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  243 }

  rVTTestTrunkR25T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  244 }

  rVTTestTrunkR25T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  245 }

  rVTTestTrunkR25T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  246 }

  rVTTestTrunkR25T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  247 }

  rVTTestTrunkR25T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  249 }

  rVTTestTrunkR25T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  250 }

  rVTTestTrunkR25T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  251 }

  rVTTestTrunkR25T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  252 }

  rVTTestTrunkR25T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  253 }

  rVTTestTrunkR25T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  254 }

  rVTTestTrunkR25T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  256 }

  rVTTestTrunkR25T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  257 }

  rVTTestTrunkR25T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  258 }

  rVTTestTrunkR25T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  259 }

  rVTTestTrunkR25T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  260 }

  rVTTestTrunkR25T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  262 }

  rVTTestTrunkR25T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  263 }

  rVTTestTrunkR25T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  264 }

  rVTTestTrunkR25T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  265 }

  rVTTestTrunkR25T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  266 }

  rVTTestTrunkR25IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  267 }

  rVTTestTrunkR25T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  268 }

  rVTTestTrunkR25T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  269 }

  rVTTestTrunkR25T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  270 }

  rVTTestTrunkR25T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  271 }

  rVTTestTrunkR25T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  272 }

  rVTTestTrunkR25T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  273 }

  rVTTestTrunkR25T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  275 }

  rVTTestTrunkR25T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  276 }

  rVTTestTrunkR25T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  277 }

  rVTTestTrunkR25T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  278 }

  rVTTestTrunkR25T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  279 }

  rVTTestTrunkR25T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  280 }

  rVTTestTrunkR25T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  282 }

  rVTTestTrunkR25T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  283 }

  rVTTestTrunkR25T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  284 }

  rVTTestTrunkR25T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  285 }

  rVTTestTrunkR25T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  286 }

  rVTTestTrunkR25T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  288 }

  rVTTestTrunkR25T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  289 }

  rVTTestTrunkR25T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  290 }

  rVTTestTrunkR25T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  291 }

  rVTTestTrunkR25T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  292 }

  rVTTestTrunkR25IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  293 }

  rVTTestTrunkR25T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  294 }

  rVTTestTrunkR25T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  295 }

  rVTTestTrunkR25T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  296 }

  rVTTestTrunkR25T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  297 }

  rVTTestTrunkR25T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  298 }

  rVTTestTrunkR25T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  299 }

  rVTTestTrunkR25T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  301 }

  rVTTestTrunkR25T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  302 }

  rVTTestTrunkR25T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  303 }

  rVTTestTrunkR25T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  304 }

  rVTTestTrunkR25T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  305 }

  rVTTestTrunkR25T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  306 }

  rVTTestTrunkR25T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  308 }

  rVTTestTrunkR25T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  309 }

  rVTTestTrunkR25T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  310 }

  rVTTestTrunkR25T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  311 }

  rVTTestTrunkR25T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  312 }

  rVTTestTrunkR25T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  314 }

  rVTTestTrunkR25T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  315 }

  rVTTestTrunkR25T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  316 }

  rVTTestTrunkR25T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  317 }

  rVTTestTrunkR25T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  318 }

  rVTTestTrunkR25IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  319 }

  rVTTestTrunkR25T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  320 }

  rVTTestTrunkR25T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  321 }

  rVTTestTrunkR25T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  322 }

  rVTTestTrunkR25T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  323 }

  rVTTestTrunkR25T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  324 }

  rVTTestTrunkR25T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  325 }

  rVTTestTrunkR25T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  327 }

  rVTTestTrunkR25T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  328 }

  rVTTestTrunkR25T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  329 }

  rVTTestTrunkR25T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  330 }

  rVTTestTrunkR25T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  331 }

  rVTTestTrunkR25T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  332 }

  rVTTestTrunkR25T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  334 }

  rVTTestTrunkR25T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  335 }

  rVTTestTrunkR25T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  336 }

  rVTTestTrunkR25T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  337 }

  rVTTestTrunkR25T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  338 }

  rVTTestTrunkR25T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  340 }

  rVTTestTrunkR25T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  341 }

  rVTTestTrunkR25T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  342 }

  rVTTestTrunkR25T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  343 }

  rVTTestTrunkR25T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  344 }

  rVTTestTrunkR25IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  345 }

  rVTTestTrunkR25T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  346 }

  rVTTestTrunkR25T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  347 }

  rVTTestTrunkR25T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  348 }

  rVTTestTrunkR25T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  349 }

  rVTTestTrunkR25T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  350 }

  rVTTestTrunkR25T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  351 }

  rVTTestTrunkR25T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  353 }

  rVTTestTrunkR25T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  354 }

  rVTTestTrunkR25T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  355 }

  rVTTestTrunkR25T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  356 }

  rVTTestTrunkR25T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  357 }

  rVTTestTrunkR25T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  358 }

  rVTTestTrunkR25T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  360 }

  rVTTestTrunkR25T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  361 }

  rVTTestTrunkR25T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  362 }

  rVTTestTrunkR25T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  363 }

  rVTTestTrunkR25T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  364 }

  rVTTestTrunkR25T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  366 }

  rVTTestTrunkR25T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  367 }

  rVTTestTrunkR25T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  368 }

  rVTTestTrunkR25T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  369 }

  rVTTestTrunkR25T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  370 }

  rVTTestTrunkR25IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  371 }

  rVTTestTrunkR25T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  372 }

  rVTTestTrunkR25T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  373 }

  rVTTestTrunkR25T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  374 }

  rVTTestTrunkR25T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  375 }

  rVTTestTrunkR25T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  376 }

  rVTTestTrunkR25T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  377 }

  rVTTestTrunkR25T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  379 }

  rVTTestTrunkR25T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  380 }

  rVTTestTrunkR25T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  381 }

  rVTTestTrunkR25T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  382 }

  rVTTestTrunkR25T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  383 }

  rVTTestTrunkR25T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  384 }

  rVTTestTrunkR25T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  386 }

  rVTTestTrunkR25T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  387 }

  rVTTestTrunkR25T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  388 }

  rVTTestTrunkR25T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  389 }

  rVTTestTrunkR25T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  390 }

  rVTTestTrunkR25T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  392 }

  rVTTestTrunkR25T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  393 }

  rVTTestTrunkR25T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  394 }

  rVTTestTrunkR25T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  395 }

  rVTTestTrunkR25T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  396 }

  rVTTestTrunkR25IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  397 }

  rVTTestTrunkR25T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  398 }

  rVTTestTrunkR25T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  399 }

  rVTTestTrunkR25T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  400 }

  rVTTestTrunkR25T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  401 }

  rVTTestTrunkR25T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  402 }

  rVTTestTrunkR25T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  403 }

  rVTTestTrunkR25T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  405 }

  rVTTestTrunkR25T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  406 }

  rVTTestTrunkR25T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  407 }

  rVTTestTrunkR25T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  408 }

  rVTTestTrunkR25T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  409 }

  rVTTestTrunkR25T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  410 }

  rVTTestTrunkR25T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  412 }

  rVTTestTrunkR25T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  413 }

  rVTTestTrunkR25T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  414 }

  rVTTestTrunkR25T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  415 }

  rVTTestTrunkR25T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  416 }

  rVTTestTrunkR25T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  418 }

  rVTTestTrunkR25T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  419 }

  rVTTestTrunkR25T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  420 }

  rVTTestTrunkR25T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  421 }

  rVTTestTrunkR25T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  422 }

  rVTTestTrunkR25IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  423 }

  rVTTestTrunkR25ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR25Entry  424 }

  rVTTestTrunkR25ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR25Entry  425 }

  rVTTestTrunkR25T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  426 }

  rVTTestTrunkR25T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  427 }

  rVTTestTrunkR25T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  428 }

  rVTTestTrunkR25T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  429 }

  rVTTestTrunkR25T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  430 }

  rVTTestTrunkR25T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  431 }

  rVTTestTrunkR25T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  433 }

  rVTTestTrunkR25T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  434 }

  rVTTestTrunkR25T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  435 }

  rVTTestTrunkR25T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  436 }

  rVTTestTrunkR25T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  437 }

  rVTTestTrunkR25T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  438 }

  rVTTestTrunkR25T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  440 }

  rVTTestTrunkR25T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  441 }

  rVTTestTrunkR25T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  442 }

  rVTTestTrunkR25T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  443 }

  rVTTestTrunkR25T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  444 }

  rVTTestTrunkR25T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  446 }

  rVTTestTrunkR25T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  447 }

  rVTTestTrunkR25T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  448 }

  rVTTestTrunkR25T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  449 }

  rVTTestTrunkR25T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  450 }

  rVTTestTrunkR25ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  451 }

  rVTTestTrunkR25T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  452 }

  rVTTestTrunkR25T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  453 }

  rVTTestTrunkR25T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  454 }

  rVTTestTrunkR25T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  455 }

  rVTTestTrunkR25T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  456 }

  rVTTestTrunkR25T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  457 }

  rVTTestTrunkR25T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  459 }

  rVTTestTrunkR25T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  460 }

  rVTTestTrunkR25T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  461 }

  rVTTestTrunkR25T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  462 }

  rVTTestTrunkR25T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  463 }

  rVTTestTrunkR25T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  464 }

  rVTTestTrunkR25T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  466 }

  rVTTestTrunkR25T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  467 }

  rVTTestTrunkR25T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  468 }

  rVTTestTrunkR25T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  469 }

  rVTTestTrunkR25T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  470 }

  rVTTestTrunkR25T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  472 }

  rVTTestTrunkR25T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  473 }

  rVTTestTrunkR25T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  474 }

  rVTTestTrunkR25T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  475 }

  rVTTestTrunkR25T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  476 }

  rVTTestTrunkR25ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  477 }

  rVTTestTrunkR25T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  478 }

  rVTTestTrunkR25T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  479 }

  rVTTestTrunkR25T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  480 }

  rVTTestTrunkR25T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  481 }

  rVTTestTrunkR25T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  482 }

  rVTTestTrunkR25T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  483 }

  rVTTestTrunkR25T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  485 }

  rVTTestTrunkR25T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  486 }

  rVTTestTrunkR25T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  487 }

  rVTTestTrunkR25T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  488 }

  rVTTestTrunkR25T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  489 }

  rVTTestTrunkR25T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  490 }

  rVTTestTrunkR25T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  492 }

  rVTTestTrunkR25T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  493 }

  rVTTestTrunkR25T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  494 }

  rVTTestTrunkR25T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  495 }

  rVTTestTrunkR25T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  496 }

  rVTTestTrunkR25T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  498 }

  rVTTestTrunkR25T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  499 }

  rVTTestTrunkR25T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  500 }

  rVTTestTrunkR25T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  501 }

  rVTTestTrunkR25T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  502 }

  rVTTestTrunkR25ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  503 }

  rVTTestTrunkR25T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  504 }

  rVTTestTrunkR25T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  505 }

  rVTTestTrunkR25T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  506 }

  rVTTestTrunkR25T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  507 }

  rVTTestTrunkR25T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  508 }

  rVTTestTrunkR25T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  509 }

  rVTTestTrunkR25T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  511 }

  rVTTestTrunkR25T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  512 }

  rVTTestTrunkR25T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  513 }

  rVTTestTrunkR25T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  514 }

  rVTTestTrunkR25T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  515 }

  rVTTestTrunkR25T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  516 }

  rVTTestTrunkR25T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  518 }

  rVTTestTrunkR25T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  519 }

  rVTTestTrunkR25T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  520 }

  rVTTestTrunkR25T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  521 }

  rVTTestTrunkR25T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  522 }

  rVTTestTrunkR25T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  524 }

  rVTTestTrunkR25T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  525 }

  rVTTestTrunkR25T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  526 }

  rVTTestTrunkR25T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  527 }

  rVTTestTrunkR25T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  528 }

  rVTTestTrunkR25ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  529 }

  rVTTestTrunkR25T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  530 }

  rVTTestTrunkR25T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  531 }

  rVTTestTrunkR25T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  532 }

  rVTTestTrunkR25T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  533 }

  rVTTestTrunkR25T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  534 }

  rVTTestTrunkR25T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  535 }

  rVTTestTrunkR25T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  537 }

  rVTTestTrunkR25T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  538 }

  rVTTestTrunkR25T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  539 }

  rVTTestTrunkR25T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  540 }

  rVTTestTrunkR25T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  541 }

  rVTTestTrunkR25T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  542 }

  rVTTestTrunkR25T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  544 }

  rVTTestTrunkR25T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  545 }

  rVTTestTrunkR25T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  546 }

  rVTTestTrunkR25T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  547 }

  rVTTestTrunkR25T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  548 }

  rVTTestTrunkR25T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  550 }

  rVTTestTrunkR25T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  551 }

  rVTTestTrunkR25T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  552 }

  rVTTestTrunkR25T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  553 }

  rVTTestTrunkR25T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  554 }

  rVTTestTrunkR25ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  555 }

  rVTTestTrunkR25T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  556 }

  rVTTestTrunkR25T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  557 }

  rVTTestTrunkR25T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  558 }

  rVTTestTrunkR25T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  559 }

  rVTTestTrunkR25T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  560 }

  rVTTestTrunkR25T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  561 }

  rVTTestTrunkR25T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  563 }

  rVTTestTrunkR25T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  564 }

  rVTTestTrunkR25T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  565 }

  rVTTestTrunkR25T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  566 }

  rVTTestTrunkR25T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  567 }

  rVTTestTrunkR25T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  568 }

  rVTTestTrunkR25T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  570 }

  rVTTestTrunkR25T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  571 }

  rVTTestTrunkR25T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  572 }

  rVTTestTrunkR25T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  573 }

  rVTTestTrunkR25T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  574 }

  rVTTestTrunkR25T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  576 }

  rVTTestTrunkR25T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  577 }

  rVTTestTrunkR25T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  578 }

  rVTTestTrunkR25T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  579 }

  rVTTestTrunkR25T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  580 }

  rVTTestTrunkR25ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  581 }

  rVTTestTrunkR25T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  582 }

  rVTTestTrunkR25T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  583 }

  rVTTestTrunkR25T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  584 }

  rVTTestTrunkR25T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  585 }

  rVTTestTrunkR25T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  586 }

  rVTTestTrunkR25T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  587 }

  rVTTestTrunkR25T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  589 }

  rVTTestTrunkR25T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  590 }

  rVTTestTrunkR25T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  591 }

  rVTTestTrunkR25T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  592 }

  rVTTestTrunkR25T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  593 }

  rVTTestTrunkR25T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  594 }

  rVTTestTrunkR25T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  596 }

  rVTTestTrunkR25T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  597 }

  rVTTestTrunkR25T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  598 }

  rVTTestTrunkR25T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  599 }

  rVTTestTrunkR25T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  600 }

  rVTTestTrunkR25T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  602 }

  rVTTestTrunkR25T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  603 }

  rVTTestTrunkR25T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  604 }

  rVTTestTrunkR25T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  605 }

  rVTTestTrunkR25T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  606 }

  rVTTestTrunkR25ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  607 }

  rVTTestTrunkR25T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  608 }

  rVTTestTrunkR25T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  609 }

  rVTTestTrunkR25T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  610 }

  rVTTestTrunkR25T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  611 }

  rVTTestTrunkR25T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  612 }

  rVTTestTrunkR25T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  613 }

  rVTTestTrunkR25T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  615 }

  rVTTestTrunkR25T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  616 }

  rVTTestTrunkR25T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  617 }

  rVTTestTrunkR25T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  618 }

  rVTTestTrunkR25T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  619 }

  rVTTestTrunkR25T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  620 }

  rVTTestTrunkR25T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  622 }

  rVTTestTrunkR25T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  623 }

  rVTTestTrunkR25T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  624 }

  rVTTestTrunkR25T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  625 }

  rVTTestTrunkR25T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  626 }

  rVTTestTrunkR25T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  628 }

  rVTTestTrunkR25T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  629 }

  rVTTestTrunkR25T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  630 }

  rVTTestTrunkR25T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  631 }

  rVTTestTrunkR25T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  632 }

  rVTTestTrunkR25ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  633 }

  rVTTestTrunkR25T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  634 }

  rVTTestTrunkR25T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  635 }

  rVTTestTrunkR25T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  636 }

  rVTTestTrunkR25T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  637 }

  rVTTestTrunkR25T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  638 }

  rVTTestTrunkR25T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  639 }

  rVTTestTrunkR25T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  641 }

  rVTTestTrunkR25T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  642 }

  rVTTestTrunkR25T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  643 }

  rVTTestTrunkR25T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  644 }

  rVTTestTrunkR25T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  645 }

  rVTTestTrunkR25T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  646 }

  rVTTestTrunkR25T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  648 }

  rVTTestTrunkR25T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  649 }

  rVTTestTrunkR25T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  650 }

  rVTTestTrunkR25T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  651 }

  rVTTestTrunkR25T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  652 }

  rVTTestTrunkR25T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  654 }

  rVTTestTrunkR25T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  655 }

  rVTTestTrunkR25T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  656 }

  rVTTestTrunkR25T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  657 }

  rVTTestTrunkR25T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  658 }

  rVTTestTrunkR25ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  659 }

  rVTTestTrunkR25T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  660 }

  rVTTestTrunkR25T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  661 }

  rVTTestTrunkR25T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  662 }

  rVTTestTrunkR25T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  663 }

  rVTTestTrunkR25T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  664 }

  rVTTestTrunkR25T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  665 }

  rVTTestTrunkR25T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  667 }

  rVTTestTrunkR25T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  668 }

  rVTTestTrunkR25T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  669 }

  rVTTestTrunkR25T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  670 }

  rVTTestTrunkR25T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  671 }

  rVTTestTrunkR25T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR25Entry  672 }

  rVTTestTrunkR25T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  674 }

  rVTTestTrunkR25T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  675 }

  rVTTestTrunkR25T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  676 }

  rVTTestTrunkR25T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  677 }

  rVTTestTrunkR25T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR25Entry  678 }

  rVTTestTrunkR25T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  680 }

  rVTTestTrunkR25T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  681 }

  rVTTestTrunkR25T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  682 }

  rVTTestTrunkR25T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  683 }

  rVTTestTrunkR25T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR25Entry  684 }

  rVTTestTrunkR25ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  685 }

  rVTTestTrunkR25ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR25Entry  686 }

  rVTTestTrunkR25ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR25Entry  687 }

  rVTTestTrunkR25NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR25Entry  688 }

  rVTTestTrunkR25NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR25Entry  689 }

  rVTTestTrunkR25NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR25Entry  690 }

  rVTTestTrunkR25NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR25Entry  691 }

  rVTTestTrunkR25NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR25Entry  692 }

  rVTTestTrunkR25NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR25Entry  693 }

  rVTTestTrunkR25NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR25Entry  694 }

  rVTTestTrunkR25NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR25Entry  695 }

  rVTTestTrunkR25NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR25Entry  696 }

  rVTTestTrunkR25NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR25Entry  697 }

  rVTTestTrunkR25NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR25Entry  698 }

  rVTTestTrunkR25NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR25Entry  699 }

  rVTTestTrunkR25NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR25Entry  700 }

  rVTTestTrunkR25NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR25Entry  701 }

  rVTTestTrunkR25NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR25Entry  702 }

  rVTTestTrunkR25NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR25Entry  703 }

  rVTTestTrunkR25NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR25Entry  704 }

  rVTTestTrunkR25NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR25Entry  705 }

  rVTTestTrunkR25RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR25Entry  706 }

  rVTTestTrunkR25IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR25Entry  708 }

  rVTTestTrunkR25NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR25Entry  709 }

  rVTTestTrunkR25SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  800 }

  rVTTestTrunkR25SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  801 }

  rVTTestTrunkR25SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  802 }

  rVTTestTrunkR25SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  803 }

  rVTTestTrunkR25SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  804 }

  rVTTestTrunkR25SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  805 }

  rVTTestTrunkR25SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  806 }

  rVTTestTrunkR25SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR25Entry  807 }

  rVTTestTrunkR25SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  808 }

  rVTTestTrunkR25SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  812 }

  rVTTestTrunkR25SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  813 }

  rVTTestTrunkR25SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  814 }

  rVTTestTrunkR25NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR25Entry  815 }

  rVTTestTrunkR25DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR25Entry  816 }

  rVTTestTrunkR25DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR25Entry  817 }

  rVTTestTrunkR25DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR25Entry  818 }

  rVTTestTrunkR25HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR25Entry  819 }

  rVTTestTrunkR25MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR25Entry  820 }

  rVTTestTrunkR25NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR25Entry  821 }

  rVTTestTrunkR25SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  822 }

  rVTTestTrunkR25SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  823 }

  rVTTestTrunkR25SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  824 }

  rVTTestTrunkR25SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  825 }

  rVTTestTrunkR25SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  826 }

  rVTTestTrunkR25SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  827 }

  rVTTestTrunkR25SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  828 }

  rVTTestTrunkR25SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  829 }

  rVTTestTrunkR25SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  830 }

  rVTTestTrunkR25NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR25Entry  831 }

  rVTTestTrunkR25SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  832 }

  rVTTestTrunkR25SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  833 }

  rVTTestTrunkR25SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  834 }

  rVTTestTrunkR25SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  835 }

  rVTTestTrunkR25SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  836 }

  rVTTestTrunkR25SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  837 }

  rVTTestTrunkR25SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  838 }

  rVTTestTrunkR25SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  839 }

  rVTTestTrunkR25SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  840 }

  rVTTestTrunkR25SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  841 }

  rVTTestTrunkR25SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR25Entry  842 }

  rVTTestTrunkR25SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR25Entry  843 }

  rVTTestTrunkR25NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR25Entry  844 }

  rVTTestTrunkR25NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR25Entry  845 }

  rVTTestTrunkR25NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR25Entry  846 }

  rVTTestTrunkR25NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR25Entry  847 }

  rVTTestTrunkR25NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR25Entry  848 }

  rVTTestTrunkR25RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR25Entry  849 }

  rVTTestTrunkR25LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR25Entry  850 }

  rVTTestTrunkR25ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR25Entry  851 }

  rVTTestTrunkR25ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR25Entry  852 }

  rVTTestTrunkR25RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR25Entry  853 }

  rVTTestTrunkR25RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR25Entry  854 }

  rVTTestTrunkR25PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR25Entry  855 }

  rVTTestTrunkR25PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR25Entry  856 }

  rVTTestTrunkR25SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR25Entry  857 }

  rVTTestTrunkR25SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR25Entry  858 }

  rVTTestTrunkR25IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR25Entry  859 }

  rVTTestTrunkR25IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR25Entry  860 }

  rVTTestTrunkR25GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR25Entry  861 }

  rVTTestTrunkR25GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR25Entry  862 }

  rVTTestTrunkR25GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR25Entry  863 }

  rVTTestTrunkR25GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR25Entry  864 }

  rVTTestTrunkR25ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR25Entry  865 }

  rVTTestTrunkR25ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR25Entry  866 }

  rVTTestTrunkR25I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR25Entry  867 }

  rVTTestTrunkR25SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR25Entry  868 }

  rVTTestTrunkR25LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestTrunkR25Entry  869 }

  rVTTestTrunkR25LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestTrunkR25Entry  870 }

  rVTTestTrunkR25LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestTrunkR25Entry  871 }

  rVTTestTrunkR25LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestTrunkR25Entry  872 }

  rVTTestTrunkR25LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestTrunkR25Entry  873 }

  rVTTestTrunkR25LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestTrunkR25Entry  874 }

  rVTTestTrunkR25LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestTrunkR25Entry  875 }

  rVTTestTrunkR25LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestTrunkR25Entry  876 }

  rVTTestTrunkR25LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestTrunkR25Entry  877 }

  rVTTestTrunkR25LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestTrunkR25Entry  878 }

  rVTTestTrunkR25LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestTrunkR25Entry  879 }

  rVTTestTrunkR25LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestTrunkR25Entry  880 }

  rVTTestTrunkR25LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestTrunkR25Entry  881 }

  rVTTestTrunkR25LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestTrunkR25Entry  882 }

  rVTTestTrunkR25LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestTrunkR25Entry  883 }

  rVTTestTrunkR25LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestTrunkR25Entry  884 }

  rVTTestTrunkR25LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestTrunkR25Entry  885 }

  rVTTestTrunkR25LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestTrunkR25Entry  886 }

  rVTTestTrunkR25LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestTrunkR25Entry  887 }

  rVTTestTrunkR25LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestTrunkR25Entry  888 }

  rVTTestTrunkR25NVModCallPartyIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address incomplete'."
    ::= { rVTTestTrunkR25Entry  889 }

  rVTTestTrunkR25NVModCallPartyPresRestrict OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address presentation restriction'."
    ::= { rVTTestTrunkR25Entry  890 }

  rVTTestTrunkR25PresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number (UK only)'."
    ::= { rVTTestTrunkR25Entry  891 }

  rVTTestTrunkR25PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    ::= { rVTTestTrunkR25Entry  892 }

  rVTTestTrunkR25NVModClPrtNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address number plan indicator'."
    ::= { rVTTestTrunkR25Entry  893 }

  rVTTestTrunkR25NVModCallPartyScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address screening indicator'."
    ::= { rVTTestTrunkR25Entry  894 }

  rVTTestTrunkR25NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR25Entry  895 }

  rVTTestTrunkR25NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR25Entry  896 }

  rVTTestTrunkR25RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR25Entry  897 }

  rVTTestTrunkR25RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR25Entry  898 }

  rVTTestTrunkR25NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestTrunkR25Entry  899 }

  rVTTestTrunkR25NVModSatelliteIndicator OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified satellite indicator'."
    ::= { rVTTestTrunkR25Entry  900 }

  rVTTestTrunkR25RtgClgPartyNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number scope'."
    ::= { rVTTestTrunkR25Entry  901 }

  rVTTestTrunkR25RtgClgPartyNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number incomplete'."
    ::= { rVTTestTrunkR25Entry  902 }

  rVTTestTrunkR25RtgClgPartyNumNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number number plan indicator'."
    ::= { rVTTestTrunkR25Entry  903 }

  rVTTestTrunkR25RtgClgPartyNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number presentation restricted'."
    ::= { rVTTestTrunkR25Entry  904 }

  rVTTestTrunkR25RtgClgPartyNumScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number screening indicator'."
    ::= { rVTTestTrunkR25Entry  905 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  rVTTestSubR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2468 }

  rVTTestSubR27Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR27NEConn,
             rVTTestSubR27NetwkElement,
             rVTTestSubR27CFSIx,
             rVTTestSubR27GpIx,
             rVTTestSubR27TestIx }
    ::= {  rVTTestSubR27Table  1  }

  RVTTestSubR27Entry  ::=  SEQUENCE
  {
    rVTTestSubR27NEConn                Unsigned32,
    rVTTestSubR27NetwkElement          DisplayString,
    rVTTestSubR27CFSIx                 Unsigned32,
    rVTTestSubR27TestIx                Unsigned32,
    rVTTestSubR27TestName              DisplayString,
    rVTTestSubR27DialedNum             DisplayString,
    rVTTestSubR27SDActSubType          INTEGER,
    rVTTestSubR27SDDefSubType          INTEGER,
    rVTTestSubR27SDUseDefSubType       INTEGER,
    rVTTestSubR27I3SubGpCFSIx          Unsigned32,
    rVTTestSubR27I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR27BillType              INTEGER,
    rVTTestSubR27LongDistanceCarrID    DisplayString,
    rVTTestSubR27IntraLATACarrID       DisplayString,
    rVTTestSubR27TestRes               INTEGER,
    rVTTestSubR27CauseFail             INTEGER,
    rVTTestSubR27NumVldnCarrType       INTEGER,
    rVTTestSubR27NumVldnANIIIDigits    DisplayString,
    rVTTestSubR27NumVldnAreaCode       INTEGER,
    rVTTestSubR27NumVldnModfdCldNum    DisplayString,
    rVTTestSubR27NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR27NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR27NumVldnAllowHold      INTEGER,
    rVTTestSubR27NumVldnOprCall        INTEGER,
    rVTTestSubR27NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR27NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR27NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR27NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR27NumVldnTestCall       INTEGER,
    rVTTestSubR27NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR27NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR27NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR27NumVldnTransitNetwkID DisplayString,
    rVTTestSubR27NumVldnUSCallType     INTEGER,
    rVTTestSubR27NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR27NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR27NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR27RtgTestCall           INTEGER,
    rVTTestSubR27RtgModfdCldNum        DisplayString,
    rVTTestSubR27RtgOprCall            INTEGER,
    rVTTestSubR27RtgRtgControlInd      INTEGER,
    rVTTestSubR27RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR27RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR27RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR27RtgTransitNetwkID     DisplayString,
    rVTTestSubR27RtgTandemRtgCode      INTEGER,
    rVTTestSubR27RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR27RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR27DiagsLogLvl           INTEGER,
    rVTTestSubR27DiagsAPITraceTag      DisplayString,
    rVTTestSubR27RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR27DoExtraActions        INTEGER,
    rVTTestSubR27RowStatus             RowStatus,
    rVTTestSubR27T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR27T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR27T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR27T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR27T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR27GpIx                  Unsigned32,
    rVTTestSubR27UseTCAPIfReqd         INTEGER,
    rVTTestSubR27TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR27TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR27RtgOnSwitchSubType    INTEGER,
    rVTTestSubR27SubRtgAttrs           BITS,
    rVTTestSubR27NumVldnETSICallType   INTEGER,
    rVTTestSubR27NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR27RtgEchoCancellation   INTEGER,
    rVTTestSubR27IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR27IgnoreTermAppServer   INTEGER,
    rVTTestSubR27NumVldnUDA1           Unsigned32,
    rVTTestSubR27NumVldnUDA2           Unsigned32,
    rVTTestSubR27NumVldnUDA3           Unsigned32,
    rVTTestSubR27NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR27IntnatlCarrID         DisplayString,
    rVTTestSubR27T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR27T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR27T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR27T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27LCC1                  INTEGER,
    rVTTestSubR27LCC2                  INTEGER,
    rVTTestSubR27LCC3                  INTEGER,
    rVTTestSubR27LCC4                  INTEGER,
    rVTTestSubR27LCC5                  INTEGER,
    rVTTestSubR27NumVldnBillCallType   INTEGER,
    rVTTestSubR27NumVldnStructureCode  INTEGER,
    rVTTestSubR27NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR27NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR27NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR27NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR27NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR27NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR27T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR27T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR27T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR27T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR27I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR27I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR27I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR27NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR27NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR27NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR27I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR27I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR27I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR27I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR27I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR27I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR27NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR27NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR27NumVldnValidAuthCodes INTEGER,
    rVTTestSubR27NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR27ChargeNum             DisplayString,
    rVTTestSubR27AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR27AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR27NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR27I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR27NVModCallPartyNum     DisplayString,
    rVTTestSubR27NVModChargeNum        DisplayString,
    rVTTestSubR27RtgCallPartyNum       DisplayString,
    rVTTestSubR27RtgModChargeNum       DisplayString,
    rVTTestSubR27LCC6                  INTEGER,
    rVTTestSubR27LCC7                  INTEGER,
    rVTTestSubR27LCC8                  INTEGER,
    rVTTestSubR27LCC9                  INTEGER,
    rVTTestSubR27LCC10                 INTEGER,
    rVTTestSubR27LCC11                 INTEGER,
    rVTTestSubR27LCC12                 INTEGER,
    rVTTestSubR27LCC13                 INTEGER,
    rVTTestSubR27LCC14                 INTEGER,
    rVTTestSubR27LCC15                 INTEGER,
    rVTTestSubR27LCC16                 INTEGER,
    rVTTestSubR27LCC17                 INTEGER,
    rVTTestSubR27LCC18                 INTEGER,
    rVTTestSubR27LCC19                 INTEGER,
    rVTTestSubR27LCC20                 INTEGER,
    rVTTestSubR27I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR27I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR27I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR27I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR27ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR27IncMCsIncluded        INTEGER,
    rVTTestSubR27T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR27IncMCs1OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR27IncMCs2OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR27IncMCs3OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR27IncMCs4OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR27IncMCs5OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR27IncMCs6OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR27IncMCs7OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR27IncMCs8OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR27T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR27T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR27T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR27T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR27T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR27T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR27T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR27T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR27T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR27T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR27T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR27IncMCs9OtherVals      INTEGER,
    rVTTestSubR27T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR27T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR27T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR27T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR27T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR27T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR27T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR27T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR27T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR27T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR27T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR27T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR27IncMCs10OtherVals     INTEGER,
    rVTTestSubR27ExpRsltExpRslt        INTEGER,
    rVTTestSubR27ExpRsltExpectedDest   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR27ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR27T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR27T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR27T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR27T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR27T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR27T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR27T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR27T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR27T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR27T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR27T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR27T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR27T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR27T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR27T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR27T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR27T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR27T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR27T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR27ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR27ExpRsltCauseFail      INTEGER,
    rVTTestSubR27ExpRsltResAsExpected  INTEGER,
    rVTTestSubR27NumVldnUDA4           Unsigned32,
    rVTTestSubR27NumVldnUDA5           Unsigned32,
    rVTTestSubR27NumVldnUDA6           Unsigned32,
    rVTTestSubR27NumVldnUDA7           Unsigned32,
    rVTTestSubR27NumVldnUDA8           Unsigned32,
    rVTTestSubR27NumVldnUDA9           Unsigned32,
    rVTTestSubR27NumVldnUDA10          Unsigned32,
    rVTTestSubR27NumVldnUDA11          Unsigned32,
    rVTTestSubR27NumVldnUDA12          Unsigned32,
    rVTTestSubR27NumVldnUDA13          Unsigned32,
    rVTTestSubR27NumVldnUDA14          Unsigned32,
    rVTTestSubR27NumVldnUDA15          Unsigned32,
    rVTTestSubR27NumVldnUDA16          Unsigned32,
    rVTTestSubR27NumVldnUDA17          Unsigned32,
    rVTTestSubR27NumVldnUDA18          Unsigned32,
    rVTTestSubR27NumVldnUDA19          Unsigned32,
    rVTTestSubR27NumVldnUDA20          Unsigned32,
    rVTTestSubR27NVMaxCallDurn         Unsigned32,
    rVTTestSubR27RtgMaxCallDurn        Unsigned32,
    rVTTestSubR27IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR27I1SubGpNEConn         Unsigned32,
    rVTTestSubR27I2SubGpNetwkElement   DisplayString,
    rVTTestSubR27SDActSubDirNum        DisplayString,
    rVTTestSubR27SDDefSubDirNum        DisplayString,
    rVTTestSubR27SDUseDefSubDirNum     INTEGER,
    rVTTestSubR27SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR27SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR27SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR27SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR27SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR27SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR27SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR27SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR27SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR27SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR27SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR27SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR27CldAddrScope          INTEGER,
    rVTTestSubR27SDActDialedBySub      INTEGER,
    rVTTestSubR27SDDefDialedBySub      INTEGER,
    rVTTestSubR27SDUseDefDialedBySub   INTEGER,
    rVTTestSubR27NumVldnAnnounces      LongDisplayString,
    rVTTestSubR27DateAndTimeYear       Unsigned32,
    rVTTestSubR27DateAndTimeMonth      Unsigned32,
    rVTTestSubR27DateAndTimeDate       Unsigned32,
    rVTTestSubR27HrAndTimeHr           Unsigned32,
    rVTTestSubR27MinAndTimeMin         Unsigned32,
    rVTTestSubR27NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR27NumVldnCldAddrScope   INTEGER,
    rVTTestSubR27RtgCldAddrScope       INTEGER,
    rVTTestSubR27IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR27I1LineGpNEConn        Unsigned32,
    rVTTestSubR27I2LineGpNetwkElement  DisplayString,
    rVTTestSubR27I3LineGpCFSIx         Unsigned32,
    rVTTestSubR27I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR27ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR27ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR27RtgDestTrnkGpID       DisplayString,
    rVTTestSubR27RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR27RtgRoutedToRPAS       INTEGER,
    rVTTestSubR27ModfdClgNumScope      INTEGER,
    rVTTestSubR27ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR27I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestSubR27SiteOtherVals         INTEGER,
    rVTTestSubR27NVModfdPresNumUKOnly  DisplayString,
    rVTTestSubR27NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR27RtgModfdPresNumUKOnly DisplayString,
    rVTTestSubR27RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR27NumVldnBillOverrideDialedNum
                                       INTEGER,
    rVTTestSubR27NVModSatelliteIndicator
                                       Unsigned32,
    rVTTestSubR27RtgClgPartyNumScope   INTEGER,
    rVTTestSubR27RtgClgPartyNumIncomplete
                                       INTEGER,
    rVTTestSubR27RtgClgPartyNumNumPlanIndicator
                                       INTEGER,
    rVTTestSubR27RtgClgPartyNumPresRestricted
                                       INTEGER,
    rVTTestSubR27RtgClgPartyNumScreeningIndicator
                                       INTEGER
  }

  rVTTestSubR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR27Entry  1 }

  rVTTestSubR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR27Entry  2 }

  rVTTestSubR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR27Entry  3 }

  rVTTestSubR27TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR27Entry  4 }

  rVTTestSubR27TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR27Entry  5 }

  rVTTestSubR27DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR27Entry  10 }

  rVTTestSubR27SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  11 }

  rVTTestSubR27SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  12 }

  rVTTestSubR27SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR27Entry  13 }

  rVTTestSubR27I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  14 }

  rVTTestSubR27I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  15 }

  rVTTestSubR27BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR27Entry  16 }

  rVTTestSubR27LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR27Entry  17 }

  rVTTestSubR27IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR27Entry  18 }

  rVTTestSubR27TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR27Entry  19 }

  rVTTestSubR27CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR27Entry  20 }

  rVTTestSubR27NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR27Entry  21 }

  rVTTestSubR27NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR27Entry  22 }

  rVTTestSubR27NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR27Entry  23 }

  rVTTestSubR27NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR27Entry  24 }

  rVTTestSubR27NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR27Entry  25 }

  rVTTestSubR27NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR27Entry  26 }

  rVTTestSubR27NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR27Entry  27 }

  rVTTestSubR27NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR27Entry  28 }

  rVTTestSubR27NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR27Entry  29 }

  rVTTestSubR27NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR27Entry  30 }

  rVTTestSubR27NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR27Entry  31 }

  rVTTestSubR27NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR27Entry  32 }

  rVTTestSubR27NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR27Entry  33 }

  rVTTestSubR27NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR27Entry  34 }

  rVTTestSubR27NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR27Entry  35 }

  rVTTestSubR27NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR27Entry  36 }

  rVTTestSubR27NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR27Entry  37 }

  rVTTestSubR27NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR27Entry  38 }

  rVTTestSubR27NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR27Entry  39 }

  rVTTestSubR27NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR27Entry  40 }

  rVTTestSubR27NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR27Entry  41 }

  rVTTestSubR27RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR27Entry  42 }

  rVTTestSubR27RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR27Entry  43 }

  rVTTestSubR27RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR27Entry  44 }

  rVTTestSubR27RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR27Entry  45 }

  rVTTestSubR27RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR27Entry  46 }

  rVTTestSubR27RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR27Entry  47 }

  rVTTestSubR27RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR27Entry  48 }

  rVTTestSubR27RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR27Entry  49 }

  rVTTestSubR27RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR27Entry  50 }

  rVTTestSubR27RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR27Entry  51 }

  rVTTestSubR27RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR27Entry  52 }

  rVTTestSubR27DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR27Entry  53 }

  rVTTestSubR27DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR27Entry  54 }

  rVTTestSubR27RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR27Entry  55 }

  rVTTestSubR27DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR27Entry  56 }

  rVTTestSubR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR27Entry  57 }

  rVTTestSubR27T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  58 }

  rVTTestSubR27T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  59 }

  rVTTestSubR27T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  60 }

  rVTTestSubR27T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  61 }

  rVTTestSubR27T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  62 }

  rVTTestSubR27T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  63 }

  rVTTestSubR27T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  64 }

  rVTTestSubR27T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  65 }

  rVTTestSubR27T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  66 }

  rVTTestSubR27T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  67 }

  rVTTestSubR27T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  68 }

  rVTTestSubR27T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  69 }

  rVTTestSubR27GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR27Entry  70 }

  rVTTestSubR27UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR27Entry  71 }

  rVTTestSubR27TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR27Entry  72 }

  rVTTestSubR27TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR27Entry  73 }

  rVTTestSubR27RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR27Entry  75 }

  rVTTestSubR27SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR27Entry  76 }

  rVTTestSubR27NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR27Entry  77 }

  rVTTestSubR27NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR27Entry  78 }

  rVTTestSubR27RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR27Entry  79 }

  rVTTestSubR27IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR27Entry  80 }

  rVTTestSubR27IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR27Entry  81 }

  rVTTestSubR27NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR27Entry  82 }

  rVTTestSubR27NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR27Entry  83 }

  rVTTestSubR27NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR27Entry  84 }

  rVTTestSubR27NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR27Entry  86 }

  rVTTestSubR27IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR27Entry  87 }

  rVTTestSubR27T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  90 }

  rVTTestSubR27T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  91 }

  rVTTestSubR27T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  92 }

  rVTTestSubR27T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  93 }

  rVTTestSubR27T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  94 }

  rVTTestSubR27LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR27Entry  95 }

  rVTTestSubR27LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR27Entry  96 }

  rVTTestSubR27LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR27Entry  97 }

  rVTTestSubR27LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR27Entry  98 }

  rVTTestSubR27LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR27Entry  99 }

  rVTTestSubR27NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR27Entry  100 }

  rVTTestSubR27NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR27Entry  101 }

  rVTTestSubR27NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR27Entry  102 }

  rVTTestSubR27NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR27Entry  103 }

  rVTTestSubR27NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR27Entry  104 }

  rVTTestSubR27NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR27Entry  105 }

  rVTTestSubR27NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR27Entry  106 }

  rVTTestSubR27NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR27Entry  107 }

  rVTTestSubR27T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  108 }

  rVTTestSubR27T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  109 }

  rVTTestSubR27T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  110 }

  rVTTestSubR27T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  111 }

  rVTTestSubR27T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  112 }

  rVTTestSubR27I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR27Entry  113 }

  rVTTestSubR27I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR27Entry  114 }

  rVTTestSubR27I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR27Entry  115 }

  rVTTestSubR27NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR27Entry  116 }

  rVTTestSubR27NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR27Entry  117 }

  rVTTestSubR27NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR27Entry  118 }

  rVTTestSubR27I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR27Entry  119 }

  rVTTestSubR27I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR27Entry  120 }

  rVTTestSubR27I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR27Entry  121 }

  rVTTestSubR27I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR27Entry  122 }

  rVTTestSubR27I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR27Entry  123 }

  rVTTestSubR27I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR27Entry  124 }

  rVTTestSubR27NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR27Entry  125 }

  rVTTestSubR27NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR27Entry  126 }

  rVTTestSubR27NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR27Entry  127 }

  rVTTestSubR27NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR27Entry  128 }

  rVTTestSubR27ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR27Entry  129 }

  rVTTestSubR27AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR27Entry  130 }

  rVTTestSubR27AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR27Entry  131 }

  rVTTestSubR27NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR27Entry  132 }

  rVTTestSubR27I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR27Entry  133 }

  rVTTestSubR27NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR27Entry  137 }

  rVTTestSubR27NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR27Entry  138 }

  rVTTestSubR27RtgCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - calling party number'."
    ::= { rVTTestSubR27Entry  139 }

  rVTTestSubR27RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR27Entry  140 }

  rVTTestSubR27LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR27Entry  141 }

  rVTTestSubR27LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR27Entry  142 }

  rVTTestSubR27LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR27Entry  143 }

  rVTTestSubR27LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR27Entry  144 }

  rVTTestSubR27LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR27Entry  145 }

  rVTTestSubR27LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR27Entry  146 }

  rVTTestSubR27LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR27Entry  147 }

  rVTTestSubR27LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR27Entry  148 }

  rVTTestSubR27LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR27Entry  149 }

  rVTTestSubR27LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR27Entry  150 }

  rVTTestSubR27LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR27Entry  151 }

  rVTTestSubR27LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR27Entry  152 }

  rVTTestSubR27LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR27Entry  153 }

  rVTTestSubR27LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR27Entry  154 }

  rVTTestSubR27LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR27Entry  155 }

  rVTTestSubR27I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR27Entry  156 }

  rVTTestSubR27I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR27Entry  157 }

  rVTTestSubR27I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR27Entry  158 }

  rVTTestSubR27I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR27Entry  159 }

  rVTTestSubR27ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  160 }

  rVTTestSubR27IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR27Entry  161 }

  rVTTestSubR27T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  162 }

  rVTTestSubR27T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  163 }

  rVTTestSubR27T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  164 }

  rVTTestSubR27T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  165 }

  rVTTestSubR27T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  166 }

  rVTTestSubR27T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  167 }

  rVTTestSubR27T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  169 }

  rVTTestSubR27T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  170 }

  rVTTestSubR27T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  171 }

  rVTTestSubR27T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  172 }

  rVTTestSubR27T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  173 }

  rVTTestSubR27T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  174 }

  rVTTestSubR27T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  176 }

  rVTTestSubR27T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  177 }

  rVTTestSubR27T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  178 }

  rVTTestSubR27T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  179 }

  rVTTestSubR27T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  180 }

  rVTTestSubR27T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  182 }

  rVTTestSubR27T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  183 }

  rVTTestSubR27T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  184 }

  rVTTestSubR27T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  185 }

  rVTTestSubR27T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  186 }

  rVTTestSubR27IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  187 }

  rVTTestSubR27T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  188 }

  rVTTestSubR27T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  189 }

  rVTTestSubR27T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  190 }

  rVTTestSubR27T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  191 }

  rVTTestSubR27T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  192 }

  rVTTestSubR27T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  193 }

  rVTTestSubR27T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  195 }

  rVTTestSubR27T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  196 }

  rVTTestSubR27T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  197 }

  rVTTestSubR27T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  198 }

  rVTTestSubR27T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  199 }

  rVTTestSubR27T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  200 }

  rVTTestSubR27T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  202 }

  rVTTestSubR27T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  203 }

  rVTTestSubR27T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  204 }

  rVTTestSubR27T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  205 }

  rVTTestSubR27T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  206 }

  rVTTestSubR27T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  208 }

  rVTTestSubR27T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  209 }

  rVTTestSubR27T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  210 }

  rVTTestSubR27T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  211 }

  rVTTestSubR27T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  212 }

  rVTTestSubR27IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  213 }

  rVTTestSubR27T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  214 }

  rVTTestSubR27T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  215 }

  rVTTestSubR27T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  216 }

  rVTTestSubR27T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  217 }

  rVTTestSubR27T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  218 }

  rVTTestSubR27T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  219 }

  rVTTestSubR27T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  221 }

  rVTTestSubR27T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  222 }

  rVTTestSubR27T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  223 }

  rVTTestSubR27T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  224 }

  rVTTestSubR27T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  225 }

  rVTTestSubR27T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  226 }

  rVTTestSubR27T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  228 }

  rVTTestSubR27T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  229 }

  rVTTestSubR27T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  230 }

  rVTTestSubR27T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  231 }

  rVTTestSubR27T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  232 }

  rVTTestSubR27T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  234 }

  rVTTestSubR27T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  235 }

  rVTTestSubR27T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  236 }

  rVTTestSubR27T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  237 }

  rVTTestSubR27T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  238 }

  rVTTestSubR27IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  239 }

  rVTTestSubR27T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  240 }

  rVTTestSubR27T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  241 }

  rVTTestSubR27T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  242 }

  rVTTestSubR27T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  243 }

  rVTTestSubR27T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  244 }

  rVTTestSubR27T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  245 }

  rVTTestSubR27T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  247 }

  rVTTestSubR27T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  248 }

  rVTTestSubR27T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  249 }

  rVTTestSubR27T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  250 }

  rVTTestSubR27T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  251 }

  rVTTestSubR27T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  252 }

  rVTTestSubR27T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  254 }

  rVTTestSubR27T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  255 }

  rVTTestSubR27T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  256 }

  rVTTestSubR27T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  257 }

  rVTTestSubR27T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  258 }

  rVTTestSubR27T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  260 }

  rVTTestSubR27T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  261 }

  rVTTestSubR27T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  262 }

  rVTTestSubR27T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  263 }

  rVTTestSubR27T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  264 }

  rVTTestSubR27IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  265 }

  rVTTestSubR27T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  266 }

  rVTTestSubR27T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  267 }

  rVTTestSubR27T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  268 }

  rVTTestSubR27T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  269 }

  rVTTestSubR27T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  270 }

  rVTTestSubR27T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  271 }

  rVTTestSubR27T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  273 }

  rVTTestSubR27T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  274 }

  rVTTestSubR27T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  275 }

  rVTTestSubR27T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  276 }

  rVTTestSubR27T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  277 }

  rVTTestSubR27T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  278 }

  rVTTestSubR27T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  280 }

  rVTTestSubR27T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  281 }

  rVTTestSubR27T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  282 }

  rVTTestSubR27T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  283 }

  rVTTestSubR27T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  284 }

  rVTTestSubR27T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  286 }

  rVTTestSubR27T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  287 }

  rVTTestSubR27T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  288 }

  rVTTestSubR27T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  289 }

  rVTTestSubR27T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  290 }

  rVTTestSubR27IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  291 }

  rVTTestSubR27T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  292 }

  rVTTestSubR27T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  293 }

  rVTTestSubR27T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  294 }

  rVTTestSubR27T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  295 }

  rVTTestSubR27T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  296 }

  rVTTestSubR27T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  297 }

  rVTTestSubR27T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  299 }

  rVTTestSubR27T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  300 }

  rVTTestSubR27T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  301 }

  rVTTestSubR27T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  302 }

  rVTTestSubR27T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  303 }

  rVTTestSubR27T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  304 }

  rVTTestSubR27T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  306 }

  rVTTestSubR27T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  307 }

  rVTTestSubR27T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  308 }

  rVTTestSubR27T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  309 }

  rVTTestSubR27T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  310 }

  rVTTestSubR27T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  312 }

  rVTTestSubR27T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  313 }

  rVTTestSubR27T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  314 }

  rVTTestSubR27T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  315 }

  rVTTestSubR27T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  316 }

  rVTTestSubR27IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  317 }

  rVTTestSubR27T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  318 }

  rVTTestSubR27T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  319 }

  rVTTestSubR27T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  320 }

  rVTTestSubR27T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  321 }

  rVTTestSubR27T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  322 }

  rVTTestSubR27T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  323 }

  rVTTestSubR27T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  325 }

  rVTTestSubR27T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  326 }

  rVTTestSubR27T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  327 }

  rVTTestSubR27T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  328 }

  rVTTestSubR27T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  329 }

  rVTTestSubR27T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  330 }

  rVTTestSubR27T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  332 }

  rVTTestSubR27T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  333 }

  rVTTestSubR27T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  334 }

  rVTTestSubR27T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  335 }

  rVTTestSubR27T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  336 }

  rVTTestSubR27T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  338 }

  rVTTestSubR27T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  339 }

  rVTTestSubR27T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  340 }

  rVTTestSubR27T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  341 }

  rVTTestSubR27T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  342 }

  rVTTestSubR27IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  343 }

  rVTTestSubR27T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  344 }

  rVTTestSubR27T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  345 }

  rVTTestSubR27T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  346 }

  rVTTestSubR27T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  347 }

  rVTTestSubR27T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  348 }

  rVTTestSubR27T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  349 }

  rVTTestSubR27T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  351 }

  rVTTestSubR27T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  352 }

  rVTTestSubR27T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  353 }

  rVTTestSubR27T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  354 }

  rVTTestSubR27T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  355 }

  rVTTestSubR27T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  356 }

  rVTTestSubR27T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  358 }

  rVTTestSubR27T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  359 }

  rVTTestSubR27T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  360 }

  rVTTestSubR27T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  361 }

  rVTTestSubR27T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  362 }

  rVTTestSubR27T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  364 }

  rVTTestSubR27T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  365 }

  rVTTestSubR27T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  366 }

  rVTTestSubR27T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  367 }

  rVTTestSubR27T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  368 }

  rVTTestSubR27IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  369 }

  rVTTestSubR27T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  370 }

  rVTTestSubR27T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  371 }

  rVTTestSubR27T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  372 }

  rVTTestSubR27T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  373 }

  rVTTestSubR27T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  374 }

  rVTTestSubR27T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  375 }

  rVTTestSubR27T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  377 }

  rVTTestSubR27T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  378 }

  rVTTestSubR27T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  379 }

  rVTTestSubR27T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  380 }

  rVTTestSubR27T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  381 }

  rVTTestSubR27T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  382 }

  rVTTestSubR27T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  384 }

  rVTTestSubR27T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  385 }

  rVTTestSubR27T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  386 }

  rVTTestSubR27T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  387 }

  rVTTestSubR27T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  388 }

  rVTTestSubR27T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  390 }

  rVTTestSubR27T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  391 }

  rVTTestSubR27T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  392 }

  rVTTestSubR27T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  393 }

  rVTTestSubR27T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  394 }

  rVTTestSubR27IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  395 }

  rVTTestSubR27T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  396 }

  rVTTestSubR27T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  397 }

  rVTTestSubR27T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  398 }

  rVTTestSubR27T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  399 }

  rVTTestSubR27T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  400 }

  rVTTestSubR27T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  401 }

  rVTTestSubR27T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  403 }

  rVTTestSubR27T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  404 }

  rVTTestSubR27T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  405 }

  rVTTestSubR27T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  406 }

  rVTTestSubR27T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  407 }

  rVTTestSubR27T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  408 }

  rVTTestSubR27T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  410 }

  rVTTestSubR27T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  411 }

  rVTTestSubR27T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  412 }

  rVTTestSubR27T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  413 }

  rVTTestSubR27T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  414 }

  rVTTestSubR27T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  416 }

  rVTTestSubR27T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  417 }

  rVTTestSubR27T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  418 }

  rVTTestSubR27T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  419 }

  rVTTestSubR27T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  420 }

  rVTTestSubR27IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  421 }

  rVTTestSubR27ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR27Entry  422 }

  rVTTestSubR27ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR27Entry  423 }

  rVTTestSubR27T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  424 }

  rVTTestSubR27T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  425 }

  rVTTestSubR27T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  426 }

  rVTTestSubR27T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  427 }

  rVTTestSubR27T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  428 }

  rVTTestSubR27T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  429 }

  rVTTestSubR27T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  431 }

  rVTTestSubR27T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  432 }

  rVTTestSubR27T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  433 }

  rVTTestSubR27T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  434 }

  rVTTestSubR27T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  435 }

  rVTTestSubR27T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  436 }

  rVTTestSubR27T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  438 }

  rVTTestSubR27T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  439 }

  rVTTestSubR27T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  440 }

  rVTTestSubR27T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  441 }

  rVTTestSubR27T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  442 }

  rVTTestSubR27T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  444 }

  rVTTestSubR27T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  445 }

  rVTTestSubR27T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  446 }

  rVTTestSubR27T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  447 }

  rVTTestSubR27T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  448 }

  rVTTestSubR27ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  449 }

  rVTTestSubR27T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  450 }

  rVTTestSubR27T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  451 }

  rVTTestSubR27T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  452 }

  rVTTestSubR27T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  453 }

  rVTTestSubR27T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  454 }

  rVTTestSubR27T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  455 }

  rVTTestSubR27T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  457 }

  rVTTestSubR27T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  458 }

  rVTTestSubR27T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  459 }

  rVTTestSubR27T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  460 }

  rVTTestSubR27T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  461 }

  rVTTestSubR27T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  462 }

  rVTTestSubR27T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  464 }

  rVTTestSubR27T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  465 }

  rVTTestSubR27T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  466 }

  rVTTestSubR27T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  467 }

  rVTTestSubR27T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  468 }

  rVTTestSubR27T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  470 }

  rVTTestSubR27T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  471 }

  rVTTestSubR27T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  472 }

  rVTTestSubR27T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  473 }

  rVTTestSubR27T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  474 }

  rVTTestSubR27ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  475 }

  rVTTestSubR27T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  476 }

  rVTTestSubR27T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  477 }

  rVTTestSubR27T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  478 }

  rVTTestSubR27T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  479 }

  rVTTestSubR27T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  480 }

  rVTTestSubR27T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  481 }

  rVTTestSubR27T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  483 }

  rVTTestSubR27T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  484 }

  rVTTestSubR27T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  485 }

  rVTTestSubR27T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  486 }

  rVTTestSubR27T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  487 }

  rVTTestSubR27T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  488 }

  rVTTestSubR27T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  490 }

  rVTTestSubR27T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  491 }

  rVTTestSubR27T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  492 }

  rVTTestSubR27T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  493 }

  rVTTestSubR27T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  494 }

  rVTTestSubR27T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  496 }

  rVTTestSubR27T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  497 }

  rVTTestSubR27T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  498 }

  rVTTestSubR27T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  499 }

  rVTTestSubR27T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  500 }

  rVTTestSubR27ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  501 }

  rVTTestSubR27T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  502 }

  rVTTestSubR27T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  503 }

  rVTTestSubR27T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  504 }

  rVTTestSubR27T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  505 }

  rVTTestSubR27T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  506 }

  rVTTestSubR27T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  507 }

  rVTTestSubR27T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  509 }

  rVTTestSubR27T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  510 }

  rVTTestSubR27T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  511 }

  rVTTestSubR27T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  512 }

  rVTTestSubR27T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  513 }

  rVTTestSubR27T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  514 }

  rVTTestSubR27T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  516 }

  rVTTestSubR27T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  517 }

  rVTTestSubR27T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  518 }

  rVTTestSubR27T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  519 }

  rVTTestSubR27T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  520 }

  rVTTestSubR27T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  522 }

  rVTTestSubR27T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  523 }

  rVTTestSubR27T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  524 }

  rVTTestSubR27T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  525 }

  rVTTestSubR27T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  526 }

  rVTTestSubR27ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  527 }

  rVTTestSubR27T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  528 }

  rVTTestSubR27T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  529 }

  rVTTestSubR27T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  530 }

  rVTTestSubR27T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  531 }

  rVTTestSubR27T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  532 }

  rVTTestSubR27T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  533 }

  rVTTestSubR27T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  535 }

  rVTTestSubR27T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  536 }

  rVTTestSubR27T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  537 }

  rVTTestSubR27T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  538 }

  rVTTestSubR27T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  539 }

  rVTTestSubR27T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  540 }

  rVTTestSubR27T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  542 }

  rVTTestSubR27T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  543 }

  rVTTestSubR27T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  544 }

  rVTTestSubR27T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  545 }

  rVTTestSubR27T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  546 }

  rVTTestSubR27T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  548 }

  rVTTestSubR27T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  549 }

  rVTTestSubR27T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  550 }

  rVTTestSubR27T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  551 }

  rVTTestSubR27T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  552 }

  rVTTestSubR27ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  553 }

  rVTTestSubR27T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  554 }

  rVTTestSubR27T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  555 }

  rVTTestSubR27T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  556 }

  rVTTestSubR27T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  557 }

  rVTTestSubR27T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  558 }

  rVTTestSubR27T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  559 }

  rVTTestSubR27T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  561 }

  rVTTestSubR27T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  562 }

  rVTTestSubR27T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  563 }

  rVTTestSubR27T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  564 }

  rVTTestSubR27T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  565 }

  rVTTestSubR27T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  566 }

  rVTTestSubR27T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  568 }

  rVTTestSubR27T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  569 }

  rVTTestSubR27T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  570 }

  rVTTestSubR27T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  571 }

  rVTTestSubR27T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  572 }

  rVTTestSubR27T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  574 }

  rVTTestSubR27T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  575 }

  rVTTestSubR27T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  576 }

  rVTTestSubR27T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  577 }

  rVTTestSubR27T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  578 }

  rVTTestSubR27ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  579 }

  rVTTestSubR27T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  580 }

  rVTTestSubR27T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  581 }

  rVTTestSubR27T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  582 }

  rVTTestSubR27T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  583 }

  rVTTestSubR27T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  584 }

  rVTTestSubR27T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  585 }

  rVTTestSubR27T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  587 }

  rVTTestSubR27T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  588 }

  rVTTestSubR27T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  589 }

  rVTTestSubR27T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  590 }

  rVTTestSubR27T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  591 }

  rVTTestSubR27T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  592 }

  rVTTestSubR27T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  594 }

  rVTTestSubR27T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  595 }

  rVTTestSubR27T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  596 }

  rVTTestSubR27T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  597 }

  rVTTestSubR27T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  598 }

  rVTTestSubR27T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  600 }

  rVTTestSubR27T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  601 }

  rVTTestSubR27T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  602 }

  rVTTestSubR27T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  603 }

  rVTTestSubR27T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  604 }

  rVTTestSubR27ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  605 }

  rVTTestSubR27T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  606 }

  rVTTestSubR27T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  607 }

  rVTTestSubR27T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  608 }

  rVTTestSubR27T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  609 }

  rVTTestSubR27T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  610 }

  rVTTestSubR27T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  611 }

  rVTTestSubR27T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  613 }

  rVTTestSubR27T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  614 }

  rVTTestSubR27T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  615 }

  rVTTestSubR27T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  616 }

  rVTTestSubR27T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  617 }

  rVTTestSubR27T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  618 }

  rVTTestSubR27T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  620 }

  rVTTestSubR27T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  621 }

  rVTTestSubR27T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  622 }

  rVTTestSubR27T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  623 }

  rVTTestSubR27T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  624 }

  rVTTestSubR27T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  626 }

  rVTTestSubR27T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  627 }

  rVTTestSubR27T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  628 }

  rVTTestSubR27T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  629 }

  rVTTestSubR27T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  630 }

  rVTTestSubR27ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  631 }

  rVTTestSubR27T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  632 }

  rVTTestSubR27T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  633 }

  rVTTestSubR27T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  634 }

  rVTTestSubR27T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  635 }

  rVTTestSubR27T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  636 }

  rVTTestSubR27T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  637 }

  rVTTestSubR27T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  639 }

  rVTTestSubR27T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  640 }

  rVTTestSubR27T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  641 }

  rVTTestSubR27T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  642 }

  rVTTestSubR27T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  643 }

  rVTTestSubR27T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  644 }

  rVTTestSubR27T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  646 }

  rVTTestSubR27T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  647 }

  rVTTestSubR27T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  648 }

  rVTTestSubR27T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  649 }

  rVTTestSubR27T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  650 }

  rVTTestSubR27T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  652 }

  rVTTestSubR27T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  653 }

  rVTTestSubR27T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  654 }

  rVTTestSubR27T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  655 }

  rVTTestSubR27T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  656 }

  rVTTestSubR27ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  657 }

  rVTTestSubR27T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  658 }

  rVTTestSubR27T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  659 }

  rVTTestSubR27T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  660 }

  rVTTestSubR27T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  661 }

  rVTTestSubR27T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  662 }

  rVTTestSubR27T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR27Entry  663 }

  rVTTestSubR27T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  665 }

  rVTTestSubR27T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  666 }

  rVTTestSubR27T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  667 }

  rVTTestSubR27T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  668 }

  rVTTestSubR27T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  669 }

  rVTTestSubR27T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR27Entry  670 }

  rVTTestSubR27T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  672 }

  rVTTestSubR27T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  673 }

  rVTTestSubR27T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  674 }

  rVTTestSubR27T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  675 }

  rVTTestSubR27T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR27Entry  676 }

  rVTTestSubR27T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  678 }

  rVTTestSubR27T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  679 }

  rVTTestSubR27T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  680 }

  rVTTestSubR27T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  681 }

  rVTTestSubR27T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR27Entry  682 }

  rVTTestSubR27ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  683 }

  rVTTestSubR27ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR27Entry  684 }

  rVTTestSubR27ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR27Entry  685 }

  rVTTestSubR27NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR27Entry  686 }

  rVTTestSubR27NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR27Entry  687 }

  rVTTestSubR27NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR27Entry  688 }

  rVTTestSubR27NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR27Entry  689 }

  rVTTestSubR27NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR27Entry  690 }

  rVTTestSubR27NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR27Entry  691 }

  rVTTestSubR27NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR27Entry  692 }

  rVTTestSubR27NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR27Entry  693 }

  rVTTestSubR27NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR27Entry  694 }

  rVTTestSubR27NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR27Entry  695 }

  rVTTestSubR27NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR27Entry  696 }

  rVTTestSubR27NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR27Entry  697 }

  rVTTestSubR27NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR27Entry  698 }

  rVTTestSubR27NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR27Entry  699 }

  rVTTestSubR27NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR27Entry  700 }

  rVTTestSubR27NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR27Entry  701 }

  rVTTestSubR27NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR27Entry  702 }

  rVTTestSubR27NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR27Entry  703 }

  rVTTestSubR27RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR27Entry  704 }

  rVTTestSubR27IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR27Entry  706 }

  rVTTestSubR27I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  712 }

  rVTTestSubR27I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  713 }

  rVTTestSubR27SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  800 }

  rVTTestSubR27SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  801 }

  rVTTestSubR27SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR27Entry  802 }

  rVTTestSubR27SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  810 }

  rVTTestSubR27SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  811 }

  rVTTestSubR27SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  812 }

  rVTTestSubR27SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  813 }

  rVTTestSubR27SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  814 }

  rVTTestSubR27SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  815 }

  rVTTestSubR27SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  816 }

  rVTTestSubR27SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR27Entry  817 }

  rVTTestSubR27SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR27Entry  818 }

  rVTTestSubR27SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  822 }

  rVTTestSubR27SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  823 }

  rVTTestSubR27SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR27Entry  824 }

  rVTTestSubR27CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR27Entry  825 }

  rVTTestSubR27SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  826 }

  rVTTestSubR27SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR27Entry  827 }

  rVTTestSubR27SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR27Entry  828 }

  rVTTestSubR27NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR27Entry  829 }

  rVTTestSubR27DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR27Entry  830 }

  rVTTestSubR27DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR27Entry  831 }

  rVTTestSubR27DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR27Entry  832 }

  rVTTestSubR27HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR27Entry  833 }

  rVTTestSubR27MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR27Entry  834 }

  rVTTestSubR27NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR27Entry  835 }

  rVTTestSubR27NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR27Entry  836 }

  rVTTestSubR27RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR27Entry  837 }

  rVTTestSubR27IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR27Entry  838 }

  rVTTestSubR27I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  839 }

  rVTTestSubR27I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  840 }

  rVTTestSubR27I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  841 }

  rVTTestSubR27I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR27Entry  842 }

  rVTTestSubR27ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR27Entry  843 }

  rVTTestSubR27ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR27Entry  844 }

  rVTTestSubR27RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR27Entry  845 }

  rVTTestSubR27RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR27Entry  846 }

  rVTTestSubR27RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR27Entry  847 }

  rVTTestSubR27ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR27Entry  848 }

  rVTTestSubR27ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR27Entry  849 }

  rVTTestSubR27I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR27Entry  850 }

  rVTTestSubR27SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR27Entry  851 }

  rVTTestSubR27NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestSubR27Entry  852 }

  rVTTestSubR27NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR27Entry  853 }

  rVTTestSubR27RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestSubR27Entry  854 }

  rVTTestSubR27RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR27Entry  855 }

  rVTTestSubR27NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestSubR27Entry  856 }

  rVTTestSubR27NVModSatelliteIndicator OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified satellite indicator'."
    ::= { rVTTestSubR27Entry  857 }

  rVTTestSubR27RtgClgPartyNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number scope'."
    ::= { rVTTestSubR27Entry  858 }

  rVTTestSubR27RtgClgPartyNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number incomplete'."
    ::= { rVTTestSubR27Entry  859 }

  rVTTestSubR27RtgClgPartyNumNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number number plan indicator'."
    ::= { rVTTestSubR27Entry  860 }

  rVTTestSubR27RtgClgPartyNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number presentation restricted'."
    ::= { rVTTestSubR27Entry  861 }

  rVTTestSubR27RtgClgPartyNumScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number screening indicator'."
    ::= { rVTTestSubR27Entry  862 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Profile'                                              */
-- /* Valid from: 9.3.10                                                            */
-- /*********************************************************************************/

  h248ProfR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248ProfR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Configuration'."
    ::= { metaSwitch  2469 }

  h248ProfR2Entry OBJECT-TYPE
    SYNTAX       H248ProfR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248ProfR2NEConn,
             h248ProfR2NetwkElement,
             h248ProfR2MediaGatewayIx,
             h248ProfR2H248ProfIx }
    ::= {  h248ProfR2Table  1  }

  H248ProfR2Entry  ::=  SEQUENCE
  {
    h248ProfR2NEConn                   Unsigned32,
    h248ProfR2NetwkElement             DisplayString,
    h248ProfR2MediaGatewayIx           Unsigned32,
    h248ProfR2H248ProfIx               INTEGER,
    h248ProfR2ProfNameAndVersion       DisplayString,
    h248ProfR2Desc                     DisplayString,
    h248ProfR2H2481DefRTPStatisticsPackages
                                       BITS,
    h248ProfR2H2487GenAnncsDefAnnDurn  Unsigned32,
    h248ProfR2H2487GenAnncsDefAnnVarLcl
                                       DisplayString,
    h248ProfR2H2487GenAnncsDefAnnNumCycles
                                       Unsigned32,
    h248ProfR2H24832UnsupportedResBehavior
                                       INTEGER,
    h248ProfR2H24832CallCapacityExtension
                                       INTEGER,
    h248ProfR2H24832MultipartyCxtUtilizationExtension
                                       INTEGER,
    h248ProfR2Q1970IPBCPVersion        Unsigned32,
    h248ProfR2Q1970IPBCPResponseTimer  Unsigned32,
    h248ProfR2RowStatus                RowStatus,
    h248ProfR2H24830RTCPXRDefRTCPXRStatisticsPackages
                                       BITS,
    h248ProfR2H24840DefDetectionTime   Unsigned32
  }

  h248ProfR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248ProfR2Entry  1 }

  h248ProfR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248ProfR2Entry  2 }

  h248ProfR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248ProfR2Entry  3 }

  h248ProfR2H248ProfIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 Profile index'.
                  This is an index field."
    ::= { h248ProfR2Entry  4 }

  h248ProfR2ProfNameAndVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..67))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile name and version'."
    ::= { h248ProfR2Entry  5 }

  h248ProfR2Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { h248ProfR2Entry  6 }

  h248ProfR2H2481DefRTPStatisticsPackages OBJECT-TYPE
    SYNTAX       BITS {
                   networkPackage(0),
                   rTPPackage(1),
                   metaswitchRTPPackage(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 - default RTP statistics packages'."
    DEFVAL       { {networkPackage, rTPPackage} }
    ::= { h248ProfR2Entry  7 }

  h248ProfR2H2487GenAnncsDefAnnDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "hundredths of a second"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement duration'."
    DEFVAL       { 0 }
    ::= { h248ProfR2Entry  8 }

  h248ProfR2H2487GenAnncsDefAnnVarLcl OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement variant (locale)'."
    ::= { h248ProfR2Entry  9 }

  h248ProfR2H2487GenAnncsDefAnnNumCycles OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.7 generic announcements - default announcement number of cycles'."
    DEFVAL       { 1 }
    ::= { h248ProfR2Entry  10 }

  h248ProfR2H24832UnsupportedResBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   fail(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - unsupported resource behavior'."
    DEFVAL       { ignore }
    ::= { h248ProfR2Entry  11 }

  h248ProfR2H24832CallCapacityExtension OBJECT-TYPE
    SYNTAX       INTEGER {
                   unused(0),
                   ext1(1),
                   ext2(2),
                   ext3(3),
                   ext4(4),
                   ext5(5),
                   ext6(6),
                   ext7(7),
                   ext8(8),
                   ext9(9),
                   ext10(10),
                   ext11(11),
                   ext12(12),
                   ext13(13),
                   ext14(14),
                   ext15(15),
                   ext16(16),
                   ext17(17),
                   ext18(18),
                   ext19(19),
                   ext20(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - call capacity extension'."
    DEFVAL       { unused }
    ::= { h248ProfR2Entry  12 }

  h248ProfR2H24832MultipartyCxtUtilizationExtension OBJECT-TYPE
    SYNTAX       INTEGER {
                   unused(0),
                   ext1(1),
                   ext2(2),
                   ext3(3),
                   ext4(4),
                   ext5(5),
                   ext6(6),
                   ext7(7),
                   ext8(8),
                   ext9(9),
                   ext10(10),
                   ext11(11),
                   ext12(12),
                   ext13(13),
                   ext14(14),
                   ext15(15),
                   ext16(16),
                   ext17(17),
                   ext18(18),
                   ext19(19),
                   ext20(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.32 - multiparty context utilization extension'."
    DEFVAL       { unused }
    ::= { h248ProfR2Entry  13 }

  h248ProfR2Q1970IPBCPVersion OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.1970 - IPBCP version'."
    DEFVAL       { 1 }
    ::= { h248ProfR2Entry  14 }

  h248ProfR2Q1970IPBCPResponseTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..180 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.1970 - IPBCP response timer'."
    DEFVAL       { 5 }
    ::= { h248ProfR2Entry  15 }

  h248ProfR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248ProfR2Entry  16 }

  h248ProfR2H24830RTCPXRDefRTCPXRStatisticsPackages OBJECT-TYPE
    SYNTAX       BITS {
                   rTCPXRBasePackage(0),
                   rTCPXRBurstMetricsPackage(1),
                   receivedRTCPXRPackage(2),
                   receivedRTCPXRBurstMetricsPackage(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.30 RTCP-XR - default RTCP-XR statistics packages'."
    DEFVAL       { {} }
    ::= { h248ProfR2Entry  17 }

  h248ProfR2H24840DefDetectionTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248.40 - default detection time'."
    DEFVAL       { 10 }
    ::= { h248ProfR2Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.3.10                                                            */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  rPSNumVldnTableR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2470 }

  rPSNumVldnTableR19Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR19NEConn,
             rPSNumVldnTableR19NetwkElement,
             rPSNumVldnTableR19CFSIx,
             rPSNumVldnTableR19CfgSetIx,
             rPSNumVldnTableR19NumVldnTblIx }
    ::= {  rPSNumVldnTableR19Table  1  }

  RPSNumVldnTableR19Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR19NEConn           Unsigned32,
    rPSNumVldnTableR19NetwkElement     DisplayString,
    rPSNumVldnTableR19CFSIx            Unsigned32,
    rPSNumVldnTableR19CfgSetIx         Unsigned32,
    rPSNumVldnTableR19NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR19NumVldnTblName   DisplayString,
    rPSNumVldnTableR19SearchType       INTEGER,
    rPSNumVldnTableR19MatchAttr1       INTEGER,
    rPSNumVldnTableR19MatchAttr2       INTEGER,
    rPSNumVldnTableR19MatchAttr3       INTEGER,
    rPSNumVldnTableR19I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR19I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR19I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR19I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR19I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR19DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR19RowStatus        RowStatus,
    rPSNumVldnTableR19ExportCorr       Counter64,
    rPSNumVldnTableR19I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR19I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR19I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR19I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR19I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR19ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR19ExportStatus     DisplayString,
    rPSNumVldnTableR19ExportFile       DisplayString,
    rPSNumVldnTableR19DefMtchAct       INTEGER,
    rPSNumVldnTableR19ExportCorrNode   DisplayString,
    rPSNumVldnTableR19DoExtraActions   INTEGER,
    rPSNumVldnTableR19ExportCorrUID    DisplayString,
    rPSNumVldnTableR19AddrMatchType    INTEGER,
    rPSNumVldnTableR19TblType          INTEGER,
    rPSNumVldnTableR19Filename         DisplayString,
    rPSNumVldnTableR19FileLoadStatus   INTEGER,
    rPSNumVldnTableR19FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR19NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR19FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR19MemUsage         Unsigned32,
    rPSNumVldnTableR19OverrideHeader   DisplayString,
    rPSNumVldnTableR19ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR19I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR19I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR19I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR19I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR19I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR19FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR19ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR19ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR19Entry  1 }

  rPSNumVldnTableR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR19Entry  2 }

  rPSNumVldnTableR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR19Entry  3 }

  rPSNumVldnTableR19CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR19Entry  4 }

  rPSNumVldnTableR19NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR19Entry  5 }

  rPSNumVldnTableR19NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR19Entry  6 }

  rPSNumVldnTableR19SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR19Entry  7 }

  rPSNumVldnTableR19MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR19Entry  8 }

  rPSNumVldnTableR19MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR19Entry  9 }

  rPSNumVldnTableR19MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR19Entry  10 }

  rPSNumVldnTableR19I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR19Entry  11 }

  rPSNumVldnTableR19I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR19Entry  12 }

  rPSNumVldnTableR19I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR19Entry  13 }

  rPSNumVldnTableR19I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR19Entry  14 }

  rPSNumVldnTableR19I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR19Entry  15 }

  rPSNumVldnTableR19DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR19Entry  16 }

  rPSNumVldnTableR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR19Entry  17 }

  rPSNumVldnTableR19ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR19Entry  18 }

  rPSNumVldnTableR19I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  19 }

  rPSNumVldnTableR19I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  20 }

  rPSNumVldnTableR19I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  21 }

  rPSNumVldnTableR19I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  22 }

  rPSNumVldnTableR19I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  23 }

  rPSNumVldnTableR19ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR19Entry  24 }

  rPSNumVldnTableR19ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR19Entry  25 }

  rPSNumVldnTableR19ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR19Entry  26 }

  rPSNumVldnTableR19DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR19Entry  27 }

  rPSNumVldnTableR19ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR19Entry  28 }

  rPSNumVldnTableR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR19Entry  29 }

  rPSNumVldnTableR19ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR19Entry  30 }

  rPSNumVldnTableR19AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7),
                   signaledCallerID(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR19Entry  31 }

  rPSNumVldnTableR19TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR19Entry  32 }

  rPSNumVldnTableR19Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR19Entry  33 }

  rPSNumVldnTableR19FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR19Entry  34 }

  rPSNumVldnTableR19FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR19Entry  35 }

  rPSNumVldnTableR19NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR19Entry  36 }

  rPSNumVldnTableR19FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR19Entry  37 }

  rPSNumVldnTableR19MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR19Entry  38 }

  rPSNumVldnTableR19OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR19Entry  39 }

  rPSNumVldnTableR19ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR19Entry  40 }

  rPSNumVldnTableR19I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  41 }

  rPSNumVldnTableR19I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  42 }

  rPSNumVldnTableR19I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  43 }

  rPSNumVldnTableR19I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  44 }

  rPSNumVldnTableR19I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR19Entry  45 }

  rPSNumVldnTableR19FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR19Entry  46 }

  rPSNumVldnTableR19ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR19Entry  47 }

  rPSNumVldnTableR19ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR19Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.3.10                                                            */
-- /* Valid to: 9.3.10                                                              */
-- /* Deprecated from: 9.3.20                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR41Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR41Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2472 }

  mediaGatewayModelR41Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR41Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR41NEConn,
             mediaGatewayModelR41NetwkElement,
             mediaGatewayModelR41CFSIx,
             mediaGatewayModelR41ModelIx }
    ::= {  mediaGatewayModelR41Table  1  }

  MediaGatewayModelR41Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR41NEConn         Unsigned32,
    mediaGatewayModelR41NetwkElement   DisplayString,
    mediaGatewayModelR41CFSIx          Unsigned32,
    mediaGatewayModelR41ModelIx        Unsigned32,
    mediaGatewayModelR41Category       INTEGER,
    mediaGatewayModelR41ModelName      DisplayString,
    mediaGatewayModelR41Desc           DisplayString,
    mediaGatewayModelR41ControlProt    INTEGER,
    mediaGatewayModelR41ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR41LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR41PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR41PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR41AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR41AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR41RefCnt         Unsigned32,
    mediaGatewayModelR41RowStatus      RowStatus,
    mediaGatewayModelR41DefModel       INTEGER,
    mediaGatewayModelR41Authentication INTEGER,
    mediaGatewayModelR41SupportedConnTypes
                                       BITS,
    mediaGatewayModelR41AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR41ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR41ExportStatus   DisplayString,
    mediaGatewayModelR41ExportFile     DisplayString,
    mediaGatewayModelR41ExportCorr     Counter64,
    mediaGatewayModelR41ExportCorrNode DisplayString,
    mediaGatewayModelR41ExportCorrUID  DisplayString,
    mediaGatewayModelR41DoExtraActions INTEGER,
    mediaGatewayModelR41FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR41FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR41FBsMGCP        BITS,
    mediaGatewayModelR41FBsMeGaCo      BITS,
    mediaGatewayModelR41FBsSIP         BITS,
    mediaGatewayModelR41FixBitsMeGaCo2 BITS,
    mediaGatewayModelR41MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR41AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR41AlertInfoDR2   DisplayString,
    mediaGatewayModelR41AlertInfoDR3   DisplayString,
    mediaGatewayModelR41AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR41DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR41DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR41ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR41SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR41DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR41UpToDateCnt    Unsigned32,
    mediaGatewayModelR41SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR41PollInterval   Unsigned32,
    mediaGatewayModelR41SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR41Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR41AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR41VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR41AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR41FixBitsSIP2    BITS,
    mediaGatewayModelR41OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR41FBsMeGaCo4     BITS,
    mediaGatewayModelR41SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR41ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR41SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR41ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR41SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR41AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR41AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR41InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR41OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR41MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR41FixBitsSIP3    BITS,
    mediaGatewayModelR41FixBitsSIP4    BITS,
    mediaGatewayModelR41SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR41RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR41EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR41LCC1           DisplayString,
    mediaGatewayModelR41LCC2           DisplayString,
    mediaGatewayModelR41LCC3           DisplayString,
    mediaGatewayModelR41LCC4           DisplayString,
    mediaGatewayModelR41LCC5           DisplayString,
    mediaGatewayModelR41LCC6           DisplayString,
    mediaGatewayModelR41LCC7           DisplayString,
    mediaGatewayModelR41LCC8           DisplayString,
    mediaGatewayModelR41LCC9           DisplayString,
    mediaGatewayModelR41LCC10          DisplayString,
    mediaGatewayModelR41LCC11          DisplayString,
    mediaGatewayModelR41LCC12          DisplayString,
    mediaGatewayModelR41LCC13          DisplayString,
    mediaGatewayModelR41LCC14          DisplayString,
    mediaGatewayModelR41LCC15          DisplayString,
    mediaGatewayModelR41LCC16          DisplayString,
    mediaGatewayModelR41LCC17          DisplayString,
    mediaGatewayModelR41LCC18          DisplayString,
    mediaGatewayModelR41LCC19          DisplayString,
    mediaGatewayModelR41LCC20          DisplayString,
    mediaGatewayModelR41ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR41MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR41MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR41ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR41NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR41NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR41NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR41NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR41NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR41NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR41NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR41NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR41OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR41ValToHeaderUserPart
                                       INTEGER
  }

  mediaGatewayModelR41NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR41Entry  1 }

  mediaGatewayModelR41NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR41Entry  2 }

  mediaGatewayModelR41CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR41Entry  3 }

  mediaGatewayModelR41ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR41Entry  4 }

  mediaGatewayModelR41Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR41Entry  5 }

  mediaGatewayModelR41ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR41Entry  6 }

  mediaGatewayModelR41Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR41Entry  7 }

  mediaGatewayModelR41ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR41Entry  8 }

  mediaGatewayModelR41ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR41Entry  9 }

  mediaGatewayModelR41LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR41Entry  10 }

  mediaGatewayModelR41PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR41Entry  11 }

  mediaGatewayModelR41PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR41Entry  12 }

  mediaGatewayModelR41AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR41Entry  13 }

  mediaGatewayModelR41AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR41Entry  14 }

  mediaGatewayModelR41RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR41Entry  16 }

  mediaGatewayModelR41RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR41Entry  17 }

  mediaGatewayModelR41DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR41Entry  18 }

  mediaGatewayModelR41Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR41Entry  19 }

  mediaGatewayModelR41SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR41Entry  20 }

  mediaGatewayModelR41AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR41Entry  21 }

  mediaGatewayModelR41ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR41Entry  22 }

  mediaGatewayModelR41ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR41Entry  23 }

  mediaGatewayModelR41ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR41Entry  24 }

  mediaGatewayModelR41ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR41Entry  25 }

  mediaGatewayModelR41ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR41Entry  26 }

  mediaGatewayModelR41ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR41Entry  27 }

  mediaGatewayModelR41DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR41Entry  28 }

  mediaGatewayModelR41FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR41Entry  29 }

  mediaGatewayModelR41FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR41Entry  30 }

  mediaGatewayModelR41FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR41Entry  31 }

  mediaGatewayModelR41FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR41Entry  32 }

  mediaGatewayModelR41FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR41Entry  33 }

  mediaGatewayModelR41FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR41Entry  34 }

  mediaGatewayModelR41MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR41Entry  35 }

  mediaGatewayModelR41AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR41Entry  36 }

  mediaGatewayModelR41AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR41Entry  37 }

  mediaGatewayModelR41AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR41Entry  38 }

  mediaGatewayModelR41AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR41Entry  39 }

  mediaGatewayModelR41DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR41Entry  40 }

  mediaGatewayModelR41DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR41Entry  41 }

  mediaGatewayModelR41ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR41Entry  42 }

  mediaGatewayModelR41SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR41Entry  43 }

  mediaGatewayModelR41DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR41Entry  44 }

  mediaGatewayModelR41UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR41Entry  45 }

  mediaGatewayModelR41SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR41Entry  46 }

  mediaGatewayModelR41PollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    ::= { mediaGatewayModelR41Entry  47 }

  mediaGatewayModelR41SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR41Entry  48 }

  mediaGatewayModelR41Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR41Entry  49 }

  mediaGatewayModelR41AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR41Entry  50 }

  mediaGatewayModelR41VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR41Entry  51 }

  mediaGatewayModelR41AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR41Entry  52 }

  mediaGatewayModelR41FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR41Entry  53 }

  mediaGatewayModelR41OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR41Entry  54 }

  mediaGatewayModelR41FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR41Entry  55 }

  mediaGatewayModelR41SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR41Entry  56 }

  mediaGatewayModelR41ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR41Entry  57 }

  mediaGatewayModelR41SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR41Entry  58 }

  mediaGatewayModelR41ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR41Entry  59 }

  mediaGatewayModelR41SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR41Entry  60 }

  mediaGatewayModelR41AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR41Entry  61 }

  mediaGatewayModelR41AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR41Entry  62 }

  mediaGatewayModelR41InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR41Entry  63 }

  mediaGatewayModelR41OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR41Entry  64 }

  mediaGatewayModelR41MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR41Entry  65 }

  mediaGatewayModelR41FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR41Entry  66 }

  mediaGatewayModelR41FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR41Entry  67 }

  mediaGatewayModelR41SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR41Entry  68 }

  mediaGatewayModelR41RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR41Entry  69 }

  mediaGatewayModelR41EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR41Entry  70 }

  mediaGatewayModelR41LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR41Entry  71 }

  mediaGatewayModelR41LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR41Entry  72 }

  mediaGatewayModelR41LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR41Entry  73 }

  mediaGatewayModelR41LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR41Entry  74 }

  mediaGatewayModelR41LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR41Entry  75 }

  mediaGatewayModelR41LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR41Entry  76 }

  mediaGatewayModelR41LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR41Entry  77 }

  mediaGatewayModelR41LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR41Entry  78 }

  mediaGatewayModelR41LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR41Entry  79 }

  mediaGatewayModelR41LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR41Entry  80 }

  mediaGatewayModelR41LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR41Entry  81 }

  mediaGatewayModelR41LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR41Entry  82 }

  mediaGatewayModelR41LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR41Entry  83 }

  mediaGatewayModelR41LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR41Entry  84 }

  mediaGatewayModelR41LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR41Entry  85 }

  mediaGatewayModelR41LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR41Entry  86 }

  mediaGatewayModelR41LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR41Entry  87 }

  mediaGatewayModelR41LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR41Entry  88 }

  mediaGatewayModelR41LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR41Entry  89 }

  mediaGatewayModelR41LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR41Entry  90 }

  mediaGatewayModelR41ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR41Entry  91 }

  mediaGatewayModelR41MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR41Entry  92 }

  mediaGatewayModelR41MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR41Entry  93 }

  mediaGatewayModelR41ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR41Entry  94 }

  mediaGatewayModelR41NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR41Entry  95 }

  mediaGatewayModelR41NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR41Entry  96 }

  mediaGatewayModelR41NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR41Entry  97 }

  mediaGatewayModelR41NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR41Entry  98 }

  mediaGatewayModelR41NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR41Entry  99 }

  mediaGatewayModelR41NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR41Entry  100 }

  mediaGatewayModelR41NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR41Entry  101 }

  mediaGatewayModelR41NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR41Entry  102 }

  mediaGatewayModelR41OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR41Entry  103 }

  mediaGatewayModelR41ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR41Entry  104 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Licensing Status'                                           */
-- /* Valid from: 9.0.03                                                            */
-- /* Deprecated from: 9.1.10                                                       */
-- /*********************************************************************************/

  licStatusTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF LicStatusEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2473 }

  licStatusEntry OBJECT-TYPE
    SYNTAX       LicStatusEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { licStatusNEConn,
             licStatusNetwkElement }
    ::= {  licStatusTable  1  }

  LicStatusEntry  ::=  SEQUENCE
  {
    licStatusNEConn                    Unsigned32,
    licStatusNetwkElement              DisplayString,
    licStatusLicenseStatus             INTEGER,
    licStatusExpiryDate                Unsigned32,
    licStatusAlrmState                 INTEGER,
    licStatusAlrmLogCorr               Counter64
  }

  licStatusNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { licStatusEntry  1 }

  licStatusNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { licStatusEntry  2 }

  licStatusLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'License status'."
    ::= { licStatusEntry  3 }

  licStatusExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { licStatusEntry  4 }

  licStatusAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { licStatusEntry  5 }

  licStatusAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { licStatusEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Licensing Status'                                           */
-- /* Valid from: 9.1.10                                                            */
-- /*********************************************************************************/

  licStatusR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LicStatusR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2474 }

  licStatusR1Entry OBJECT-TYPE
    SYNTAX       LicStatusR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { licStatusR1NEConn,
             licStatusR1NetwkElement }
    ::= {  licStatusR1Table  1  }

  LicStatusR1Entry  ::=  SEQUENCE
  {
    licStatusR1NEConn                  Unsigned32,
    licStatusR1NetwkElement            DisplayString,
    licStatusR1LicenseStatus           INTEGER,
    licStatusR1ExpiryDate              Unsigned32,
    licStatusR1AlrmState               INTEGER,
    licStatusR1AlrmLogCorr             Counter64,
    licStatusR1DcmStatus               INTEGER,
    licStatusR1BackupLicenseStatus     INTEGER
  }

  licStatusR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { licStatusR1Entry  1 }

  licStatusR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { licStatusR1Entry  2 }

  licStatusR1LicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'License status'."
    ::= { licStatusR1Entry  3 }

  licStatusR1ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { licStatusR1Entry  4 }

  licStatusR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { licStatusR1Entry  5 }

  licStatusR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { licStatusR1Entry  6 }

  licStatusR1DcmStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   dCMOK(1),
                   dCMRedundancyReduced(2),
                   dCMSoftTokenExpiresSoon(3),
                   dCMUncontactable(4),
                   unknown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DCM status'."
    ::= { licStatusR1Entry  7 }

  licStatusR1BackupLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Backup license status'."
    ::= { licStatusR1Entry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Default Carrier'                                            */
-- /* Valid from: 9.3.20                                                            */
-- /*********************************************************************************/

  tDMDefCarrierR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMDefCarrierR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2475 }

  tDMDefCarrierR4Entry OBJECT-TYPE
    SYNTAX       TDMDefCarrierR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMDefCarrierR4NEConn,
             tDMDefCarrierR4NetwkElement,
             tDMDefCarrierR4MediaGatewayIx,
             tDMDefCarrierR4CarrIx }
    ::= {  tDMDefCarrierR4Table  1  }

  TDMDefCarrierR4Entry  ::=  SEQUENCE
  {
    tDMDefCarrierR4NEConn              Unsigned32,
    tDMDefCarrierR4NetwkElement        DisplayString,
    tDMDefCarrierR4MediaGatewayIx      Unsigned32,
    tDMDefCarrierR4CarrIx              Unsigned32,
    tDMDefCarrierR4Desc                DisplayString,
    tDMDefCarrierR4CarrDspName         LongDisplayString,
    tDMDefCarrierR4ExtraInfo1          DisplayString,
    tDMDefCarrierR4ExtraInfo2          DisplayString,
    tDMDefCarrierR4CarrType            INTEGER,
    tDMDefCarrierR4CfgdChldCarrType    INTEGER,
    tDMDefCarrierR4DeactivnMode        INTEGER,
    tDMDefCarrierR4DirectT1CAS         INTEGER,
    tDMDefCarrierR4I1DefMFProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR4I2DefMFProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR4I3DefMFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR4I4DefMFProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR4DefMFProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR4I1DefDirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMDefCarrierR4I2DefDirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMDefCarrierR4I3DefDirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMDefCarrierR4I4DefDirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMDefCarrierR4DefDirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMDefCarrierR4T1LineFraming       INTEGER,
    tDMDefCarrierR4E1LineFraming       INTEGER,
    tDMDefCarrierR4PhysEncodingT1      INTEGER,
    tDMDefCarrierR4PhysEncodingE1      INTEGER,
    tDMDefCarrierR4DS1LineLen          INTEGER,
    tDMDefCarrierR4DS3LineLen          INTEGER,
    tDMDefCarrierR4DS3LineFraming      INTEGER,
    tDMDefCarrierR4SFPCfgdModType      INTEGER,
    tDMDefCarrierR4SecTrcMsgSize       INTEGER,
    tDMDefCarrierR4SecTrcXmitMsg       DisplayString,
    tDMDefCarrierR4SecTrcExpRcvMsg     DisplayString,
    tDMDefCarrierR4SecTrcCheckTIM      INTEGER,
    tDMDefCarrierR4PathTrcMsgSize      INTEGER,
    tDMDefCarrierR4PathTrcXmitMsg      DisplayString,
    tDMDefCarrierR4PathTrcExpectedRcvMsg
                                       DisplayString,
    tDMDefCarrierR4PathTrcCheckTIM     INTEGER,
    tDMDefCarrierR4DS1Type             INTEGER,
    tDMDefCarrierR4SecTrcXmitMsgHex    OCTET STRING,
    tDMDefCarrierR4SecTrcExpRcvMsgHex  OCTET STRING,
    tDMDefCarrierR4SFPXmitLsrEnBldA    INTEGER,
    tDMDefCarrierR4SFPXmitLsrEnBldB    INTEGER,
    tDMDefCarrierR4Q50DlcAlrmEnabled   INTEGER,
    tDMDefCarrierR4Q50DlcAlrmDly       Unsigned32
  }

  tDMDefCarrierR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMDefCarrierR4Entry  1 }

  tDMDefCarrierR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMDefCarrierR4Entry  2 }

  tDMDefCarrierR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMDefCarrierR4Entry  3 }

  tDMDefCarrierR4CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMDefCarrierR4Entry  4 }

  tDMDefCarrierR4Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMDefCarrierR4Entry  5 }

  tDMDefCarrierR4CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMDefCarrierR4Entry  6 }

  tDMDefCarrierR4ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMDefCarrierR4Entry  7 }

  tDMDefCarrierR4ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMDefCarrierR4Entry  8 }

  tDMDefCarrierR4CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMDefCarrierR4Entry  9 }

  tDMDefCarrierR4CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR4Entry  10 }

  tDMDefCarrierR4DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMDefCarrierR4Entry  11 }

  tDMDefCarrierR4DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMDefCarrierR4Entry  12 }

  tDMDefCarrierR4I1DefMFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR4Entry  13 }

  tDMDefCarrierR4I2DefMFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR4Entry  14 }

  tDMDefCarrierR4I3DefMFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR4Entry  15 }

  tDMDefCarrierR4I4DefMFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMDefCarrierR4Entry  16 }

  tDMDefCarrierR4DefMFProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile'.
                  This field represents the fixed
                  values that MF Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR4Entry  17 }

  tDMDefCarrierR4I1DefDirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR4Entry  18 }

  tDMDefCarrierR4I2DefDirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR4Entry  19 }

  tDMDefCarrierR4I3DefDirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR4Entry  20 }

  tDMDefCarrierR4I4DefDirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMDefCarrierR4Entry  21 }

  tDMDefCarrierR4DefDirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMDefCarrierR4Entry  22 }

  tDMDefCarrierR4T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMDefCarrierR4Entry  23 }

  tDMDefCarrierR4E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMDefCarrierR4Entry  24 }

  tDMDefCarrierR4PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMDefCarrierR4Entry  25 }

  tDMDefCarrierR4PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMDefCarrierR4Entry  26 }

  tDMDefCarrierR4DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMDefCarrierR4Entry  27 }

  tDMDefCarrierR4DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMDefCarrierR4Entry  28 }

  tDMDefCarrierR4DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMDefCarrierR4Entry  29 }

  tDMDefCarrierR4SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMDefCarrierR4Entry  30 }

  tDMDefCarrierR4SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR4Entry  31 }

  tDMDefCarrierR4SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR4Entry  32 }

  tDMDefCarrierR4SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR4Entry  33 }

  tDMDefCarrierR4SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR4Entry  34 }

  tDMDefCarrierR4PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMDefCarrierR4Entry  35 }

  tDMDefCarrierR4PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMDefCarrierR4Entry  36 }

  tDMDefCarrierR4PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMDefCarrierR4Entry  37 }

  tDMDefCarrierR4PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR4Entry  38 }

  tDMDefCarrierR4DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMDefCarrierR4Entry  39 }

  tDMDefCarrierR4SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMDefCarrierR4Entry  40 }

  tDMDefCarrierR4SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMDefCarrierR4Entry  41 }

  tDMDefCarrierR4SFPXmitLsrEnBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade A'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR4Entry  42 }

  tDMDefCarrierR4SFPXmitLsrEnBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade B'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR4Entry  43 }

  tDMDefCarrierR4Q50DlcAlrmEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 DLC alarm enabled'."
    DEFVAL       { true }
    ::= { tDMDefCarrierR4Entry  44 }

  tDMDefCarrierR4Q50DlcAlrmDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 DLC alarm delay'."
    DEFVAL       { 240 }
    ::= { tDMDefCarrierR4Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  tDMCarrierR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2476 }

  tDMCarrierR9Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR9NEConn,
             tDMCarrierR9NetwkElement,
             tDMCarrierR9MediaGatewayIx,
             tDMCarrierR9CarrIx }
    ::= {  tDMCarrierR9Table  1  }

  TDMCarrierR9Entry  ::=  SEQUENCE
  {
    tDMCarrierR9NEConn                 Unsigned32,
    tDMCarrierR9NetwkElement           DisplayString,
    tDMCarrierR9MediaGatewayIx         Unsigned32,
    tDMCarrierR9CarrIx                 Unsigned32,
    tDMCarrierR9Desc                   DisplayString,
    tDMCarrierR9CarrDspName            LongDisplayString,
    tDMCarrierR9ExtraInfo1             DisplayString,
    tDMCarrierR9ExtraInfo2             DisplayString,
    tDMCarrierR9CarrType               INTEGER,
    tDMCarrierR9CfgdChldCarrType       INTEGER,
    tDMCarrierR9ChldPosition           Unsigned32,
    tDMCarrierR9BrkOutPnlTpBldA        INTEGER,
    tDMCarrierR9BrkOutPnlTpBldB        INTEGER,
    tDMCarrierR9LineStatus             BITS,
    tDMCarrierR9DeactivnMode           INTEGER,
    tDMCarrierR9I1CarrToSwapWithNEConn Unsigned32,
    tDMCarrierR9I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR9I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR9I4CarrToSwapWithCarrIx Unsigned32,
    tDMCarrierR9FacilityName           DisplayString,
    tDMCarrierR9DirectT1CAS            INTEGER,
    tDMCarrierR9I1MFProtProfNEConn     Unsigned32,
    tDMCarrierR9I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR9I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR9I4MFProtProfProfIx     Unsigned32,
    tDMCarrierR9I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR9I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR9I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR9I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR9DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR9SupportedTerms         BITS,
    tDMCarrierR9AvailUses              BITS,
    tDMCarrierR9T1LineFraming          INTEGER,
    tDMCarrierR9E1LineFraming          INTEGER,
    tDMCarrierR9PhysEncodingT1         INTEGER,
    tDMCarrierR9PhysEncodingE1         INTEGER,
    tDMCarrierR9DS1LineLen             INTEGER,
    tDMCarrierR9TermEvtTraceIdentifier Integer32,
    tDMCarrierR9DS3LineLen             INTEGER,
    tDMCarrierR9DS3LineFraming         INTEGER,
    tDMCarrierR9BitErrRate             INTEGER,
    tDMCarrierR9SFPPresenceBladeA      INTEGER,
    tDMCarrierR9SFPPresenceBladeB      INTEGER,
    tDMCarrierR9SFPCfgdModType         INTEGER,
    tDMCarrierR9SFPActlModTpBldA       BITS,
    tDMCarrierR9SFPActlModTpBldB       BITS,
    tDMCarrierR9SFPSuppUsgBladeA       BITS,
    tDMCarrierR9SFPSuppUsgBladeB       BITS,
    tDMCarrierR9SFPSerialNumBladeA     DisplayString,
    tDMCarrierR9SFPSerialNumBladeB     DisplayString,
    tDMCarrierR9SFPIdentifierBladeA    INTEGER,
    tDMCarrierR9SFPIdentifierBladeB    INTEGER,
    tDMCarrierR9SFPConnValBldA         INTEGER,
    tDMCarrierR9SFPConnValBldB         INTEGER,
    tDMCarrierR9SFPVendorNameBladeA    DisplayString,
    tDMCarrierR9SFPVendorNameBladeB    DisplayString,
    tDMCarrierR9SFPVendorOUIBladeA     OCTET STRING,
    tDMCarrierR9SFPVendorOUIBladeB     OCTET STRING,
    tDMCarrierR9SFPVendorPNBladeA      DisplayString,
    tDMCarrierR9SFPVendorPNBladeB      DisplayString,
    tDMCarrierR9SFPVendorRevBladeA     DisplayString,
    tDMCarrierR9SFPVendorRevBladeB     DisplayString,
    tDMCarrierR9SFPTransFltSuppBldA    INTEGER,
    tDMCarrierR9SFPTransFltBldA        INTEGER,
    tDMCarrierR9SFPTransFltSuppBldB    INTEGER,
    tDMCarrierR9SFPTransFltBldB        INTEGER,
    tDMCarrierR9SFPLOSSuppBldA         INTEGER,
    tDMCarrierR9SFPLOSBldA             INTEGER,
    tDMCarrierR9SFPLOSSuppBldB         INTEGER,
    tDMCarrierR9SFPLOSBldB             INTEGER,
    tDMCarrierR9SFPActEncBladeA        INTEGER,
    tDMCarrierR9SFPActEncBladeB        INTEGER,
    tDMCarrierR9APSMode                INTEGER,
    tDMCarrierR9APSSelRXFiber          INTEGER,
    tDMCarrierR9APSRequest             INTEGER,
    tDMCarrierR9APSXmitSignal          INTEGER,
    tDMCarrierR9APSRcvdSignal          INTEGER,
    tDMCarrierR9APSDominantSignal      INTEGER,
    tDMCarrierR9APSWaitToRestoreTime   Unsigned32,
    tDMCarrierR9APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR9APSSignalFailThreshold INTEGER,
    tDMCarrierR9SecTrcMsgSize          INTEGER,
    tDMCarrierR9SecTrcXmitMsg          DisplayString,
    tDMCarrierR9SecTrcExpRcvMsg        DisplayString,
    tDMCarrierR9SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR9SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR9SecTrcCheckTIM         INTEGER,
    tDMCarrierR9PathTrcMsgSize         INTEGER,
    tDMCarrierR9PathTrcXmitMsg         DisplayString,
    tDMCarrierR9PathTrcExpectedRcvMsg  DisplayString,
    tDMCarrierR9PathTrcActualRcvdMsg   DisplayString,
    tDMCarrierR9PathTrcCheckTIM        INTEGER,
    tDMCarrierR9BERTTestRunning        INTEGER,
    tDMCarrierR9BERTTotTestTime        Unsigned32,
    tDMCarrierR9BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR9BERTLOS                Unsigned32,
    tDMCarrierR9BERTBitErrRate         DisplayString,
    tDMCarrierR9BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR9LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR9LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR9LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR9CfgCarrActSts          INTEGER,
    tDMCarrierR9CfgCarrActLogCorr      Counter64,
    tDMCarrierR9CfgCarrActLogCorrNode  DisplayString,
    tDMCarrierR9CfgCarrActLogCorrUID   DisplayString,
    tDMCarrierR9I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR9I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR9I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR9FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR9AlrmState              INTEGER,
    tDMCarrierR9StatisticsAlrms        Integer32,
    tDMCarrierR9AlrmStateTimestamp     Unsigned32,
    tDMCarrierR9AlrmEvtsAttnRqLogCorr  Counter64,
    tDMCarrierR9AlrmEvtsAttnRq         Unsigned32,
    tDMCarrierR9AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR9ChldAlrmsAttnRq        Unsigned32,
    tDMCarrierR9ChldAlrmEvtsAttnRq     Unsigned32,
    tDMCarrierR9SummaryChldAlrmState   INTEGER,
    tDMCarrierR9ChldStatisticsAlrms    Integer32,
    tDMCarrierR9DiagsLoggingLogLvl     INTEGER,
    tDMCarrierR9APITraceEnabled        INTEGER,
    tDMCarrierR9APITraceTraceTag       DisplayString,
    tDMCarrierR9DS1Type                INTEGER,
    tDMCarrierR9ImportCnt              Integer32,
    tDMCarrierR9ImportStatus           DisplayString,
    tDMCarrierR9ImportMode             INTEGER,
    tDMCarrierR9ImportFile             DisplayString,
    tDMCarrierR9ImportCorr             Counter64,
    tDMCarrierR9ImportCorrNode         DisplayString,
    tDMCarrierR9ImportCorrUID          DisplayString,
    tDMCarrierR9ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR9ExportStatus           DisplayString,
    tDMCarrierR9ExportFile             DisplayString,
    tDMCarrierR9ExportCorr             Counter64,
    tDMCarrierR9ExportCorrNode         DisplayString,
    tDMCarrierR9ExportCorrUID          DisplayString,
    tDMCarrierR9DoExtraActions         INTEGER,
    tDMCarrierR9RowStatus              RowStatus,
    tDMCarrierR9AdminStatus            AdminStatus,
    tDMCarrierR9OperStatus             OperStatus,
    tDMCarrierR9ProtectLineStatus      BITS,
    tDMCarrierR9WorkingLineStatus      BITS,
    tDMCarrierR9BERTTestPattnSync      INTEGER,
    tDMCarrierR9SecTrcXmitMsgHex       OCTET STRING,
    tDMCarrierR9SecTrcExpRcvMsgHex     OCTET STRING,
    tDMCarrierR9SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR9SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR9BinaryH248PortName     OCTET STRING,
    tDMCarrierR9I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR9I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR9I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR9I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR9H2481BCTTesterSendTone INTEGER,
    tDMCarrierR9H2481BCTTesterRcvTone  INTEGER,
    tDMCarrierR9H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR9H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR9Diag                   INTEGER,
    tDMCarrierR9RcvdQ50TRM             INTEGER,
    tDMCarrierR9DeferredAlrmNotifTimer Unsigned32,
    tDMCarrierR9ExportIncASRepData     INTEGER,
    tDMCarrierR9RcvdQ50TRMSoakTimer    Unsigned32,
    tDMCarrierR9ExportChldObjectsToInc INTEGER,
    tDMCarrierR9SFPXmitLsrEnBldA       INTEGER,
    tDMCarrierR9SFPXmitLsrEnBldB       INTEGER,
    tDMCarrierR9Q50DlcAlrmEnabled      INTEGER,
    tDMCarrierR9Q50DlcAlrmDly          Unsigned32
  }

  tDMCarrierR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR9Entry  1 }

  tDMCarrierR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR9Entry  2 }

  tDMCarrierR9MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR9Entry  3 }

  tDMCarrierR9CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR9Entry  4 }

  tDMCarrierR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR9Entry  5 }

  tDMCarrierR9CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR9Entry  6 }

  tDMCarrierR9ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR9Entry  7 }

  tDMCarrierR9ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR9Entry  8 }

  tDMCarrierR9CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR9Entry  9 }

  tDMCarrierR9CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR9Entry  10 }

  tDMCarrierR9ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR9Entry  11 }

  tDMCarrierR9BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR9Entry  12 }

  tDMCarrierR9BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR9Entry  13 }

  tDMCarrierR9LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR9Entry  14 }

  tDMCarrierR9DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR9Entry  16 }

  tDMCarrierR9I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR9Entry  17 }

  tDMCarrierR9I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR9Entry  18 }

  tDMCarrierR9I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR9Entry  19 }

  tDMCarrierR9I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR9Entry  20 }

  tDMCarrierR9FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR9Entry  21 }

  tDMCarrierR9DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR9Entry  22 }

  tDMCarrierR9I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR9Entry  23 }

  tDMCarrierR9I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR9Entry  24 }

  tDMCarrierR9I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR9Entry  25 }

  tDMCarrierR9I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR9Entry  26 }

  tDMCarrierR9I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR9Entry  27 }

  tDMCarrierR9I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR9Entry  28 }

  tDMCarrierR9I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR9Entry  29 }

  tDMCarrierR9I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR9Entry  30 }

  tDMCarrierR9DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR9Entry  31 }

  tDMCarrierR9SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR9Entry  32 }

  tDMCarrierR9AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR9Entry  33 }

  tDMCarrierR9T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR9Entry  34 }

  tDMCarrierR9E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR9Entry  35 }

  tDMCarrierR9PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR9Entry  36 }

  tDMCarrierR9PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR9Entry  37 }

  tDMCarrierR9DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR9Entry  38 }

  tDMCarrierR9TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR9Entry  39 }

  tDMCarrierR9DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR9Entry  40 }

  tDMCarrierR9DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR9Entry  41 }

  tDMCarrierR9BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR9Entry  42 }

  tDMCarrierR9SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR9Entry  43 }

  tDMCarrierR9SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR9Entry  44 }

  tDMCarrierR9SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR9Entry  45 }

  tDMCarrierR9SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR9Entry  46 }

  tDMCarrierR9SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR9Entry  47 }

  tDMCarrierR9SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR9Entry  48 }

  tDMCarrierR9SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR9Entry  49 }

  tDMCarrierR9SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR9Entry  50 }

  tDMCarrierR9SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR9Entry  51 }

  tDMCarrierR9SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR9Entry  52 }

  tDMCarrierR9SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR9Entry  53 }

  tDMCarrierR9SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR9Entry  54 }

  tDMCarrierR9SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR9Entry  55 }

  tDMCarrierR9SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR9Entry  56 }

  tDMCarrierR9SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR9Entry  57 }

  tDMCarrierR9SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR9Entry  58 }

  tDMCarrierR9SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR9Entry  59 }

  tDMCarrierR9SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR9Entry  60 }

  tDMCarrierR9SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR9Entry  61 }

  tDMCarrierR9SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR9Entry  62 }

  tDMCarrierR9SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR9Entry  63 }

  tDMCarrierR9SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR9Entry  64 }

  tDMCarrierR9SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR9Entry  65 }

  tDMCarrierR9SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR9Entry  66 }

  tDMCarrierR9SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR9Entry  67 }

  tDMCarrierR9SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR9Entry  68 }

  tDMCarrierR9SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR9Entry  69 }

  tDMCarrierR9SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR9Entry  70 }

  tDMCarrierR9SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR9Entry  71 }

  tDMCarrierR9SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR9Entry  72 }

  tDMCarrierR9SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR9Entry  73 }

  tDMCarrierR9APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR9Entry  74 }

  tDMCarrierR9APSSelRXFiber OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - Selected RX Fiber'."
    ::= { tDMCarrierR9Entry  75 }

  tDMCarrierR9APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR9Entry  77 }

  tDMCarrierR9APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR9Entry  78 }

  tDMCarrierR9APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR9Entry  79 }

  tDMCarrierR9APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR9Entry  80 }

  tDMCarrierR9APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR9Entry  81 }

  tDMCarrierR9APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR9Entry  82 }

  tDMCarrierR9APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR9Entry  83 }

  tDMCarrierR9SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR9Entry  84 }

  tDMCarrierR9SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR9Entry  85 }

  tDMCarrierR9SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR9Entry  86 }

  tDMCarrierR9SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR9Entry  87 }

  tDMCarrierR9SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR9Entry  88 }

  tDMCarrierR9SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR9Entry  89 }

  tDMCarrierR9PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR9Entry  90 }

  tDMCarrierR9PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR9Entry  91 }

  tDMCarrierR9PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR9Entry  92 }

  tDMCarrierR9PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR9Entry  93 }

  tDMCarrierR9PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR9Entry  94 }

  tDMCarrierR9BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR9Entry  95 }

  tDMCarrierR9BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR9Entry  96 }

  tDMCarrierR9BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR9Entry  97 }

  tDMCarrierR9BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR9Entry  98 }

  tDMCarrierR9BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR9Entry  99 }

  tDMCarrierR9BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR9Entry  100 }

  tDMCarrierR9LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR9Entry  102 }

  tDMCarrierR9LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR9Entry  103 }

  tDMCarrierR9LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR9Entry  104 }

  tDMCarrierR9CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR9Entry  106 }

  tDMCarrierR9CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR9Entry  107 }

  tDMCarrierR9CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR9Entry  108 }

  tDMCarrierR9CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR9Entry  109 }

  tDMCarrierR9I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR9Entry  110 }

  tDMCarrierR9I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR9Entry  111 }

  tDMCarrierR9I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR9Entry  112 }

  tDMCarrierR9FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR9Entry  113 }

  tDMCarrierR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR9Entry  114 }

  tDMCarrierR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR9Entry  115 }

  tDMCarrierR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR9Entry  116 }

  tDMCarrierR9AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR9Entry  117 }

  tDMCarrierR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR9Entry  118 }

  tDMCarrierR9AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR9Entry  119 }

  tDMCarrierR9ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR9Entry  120 }

  tDMCarrierR9ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR9Entry  121 }

  tDMCarrierR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR9Entry  122 }

  tDMCarrierR9ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR9Entry  123 }

  tDMCarrierR9DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR9Entry  124 }

  tDMCarrierR9APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR9Entry  125 }

  tDMCarrierR9APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR9Entry  126 }

  tDMCarrierR9DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR9Entry  127 }

  tDMCarrierR9ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR9Entry  128 }

  tDMCarrierR9ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR9Entry  129 }

  tDMCarrierR9ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR9Entry  130 }

  tDMCarrierR9ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR9Entry  131 }

  tDMCarrierR9ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR9Entry  132 }

  tDMCarrierR9ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR9Entry  133 }

  tDMCarrierR9ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR9Entry  134 }

  tDMCarrierR9ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR9Entry  135 }

  tDMCarrierR9ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR9Entry  136 }

  tDMCarrierR9ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR9Entry  137 }

  tDMCarrierR9ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR9Entry  138 }

  tDMCarrierR9ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR9Entry  139 }

  tDMCarrierR9ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR9Entry  140 }

  tDMCarrierR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR9Entry  141 }

  tDMCarrierR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR9Entry  142 }

  tDMCarrierR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR9Entry  143 }

  tDMCarrierR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR9Entry  144 }

  tDMCarrierR9ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR9Entry  145 }

  tDMCarrierR9WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR9Entry  146 }

  tDMCarrierR9BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR9Entry  147 }

  tDMCarrierR9SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR9Entry  148 }

  tDMCarrierR9SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR9Entry  149 }

  tDMCarrierR9SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR9Entry  150 }

  tDMCarrierR9SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR9Entry  151 }

  tDMCarrierR9BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR9Entry  152 }

  tDMCarrierR9I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR9Entry  153 }

  tDMCarrierR9I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR9Entry  154 }

  tDMCarrierR9I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR9Entry  155 }

  tDMCarrierR9I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR9Entry  156 }

  tDMCarrierR9H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR9Entry  157 }

  tDMCarrierR9H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR9Entry  158 }

  tDMCarrierR9H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR9Entry  159 }

  tDMCarrierR9H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR9Entry  160 }

  tDMCarrierR9Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR9Entry  161 }

  tDMCarrierR9RcvdQ50TRM OBJECT-TYPE
    SYNTAX       INTEGER {
                   invalid0x0(0),
                   invalid0x1(1),
                   invalid0x2(2),
                   invalid0x3(3),
                   invalid0x4(4),
                   invalid0x5(5),
                   invalid0x6(6),
                   invalid0x7(7),
                   dCMENormal(8),
                   no64kbitSCapacityAvailable(9),
                   maintenanceReleaseRequest(10),
                   no31kHzCapacityAvailableDLC(11),
                   invalid0xC(12),
                   invalid0xD(13),
                   invalid0xE(14),
                   invalid0xF(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM'."
    ::= { tDMCarrierR9Entry  162 }

  tDMCarrierR9DeferredAlrmNotifTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deferred alarm notification timer'."
    DEFVAL       { 0 }
    ::= { tDMCarrierR9Entry  163 }

  tDMCarrierR9ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR9Entry  164 }

  tDMCarrierR9RcvdQ50TRMSoakTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM soak timer'."
    DEFVAL       { 5000 }
    ::= { tDMCarrierR9Entry  165 }

  tDMCarrierR9ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR9Entry  166 }

  tDMCarrierR9SFPXmitLsrEnBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade A'."
    DEFVAL       { true }
    ::= { tDMCarrierR9Entry  167 }

  tDMCarrierR9SFPXmitLsrEnBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade B'."
    DEFVAL       { true }
    ::= { tDMCarrierR9Entry  168 }

  tDMCarrierR9Q50DlcAlrmEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 DLC alarm enabled'."
    DEFVAL       { true }
    ::= { tDMCarrierR9Entry  169 }

  tDMCarrierR9Q50DlcAlrmDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 DLC alarm delay'."
    DEFVAL       { 240 }
    ::= { tDMCarrierR9Entry  170 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR42Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR42Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2477 }

  mediaGatewayModelR42Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR42Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR42NEConn,
             mediaGatewayModelR42NetwkElement,
             mediaGatewayModelR42CFSIx,
             mediaGatewayModelR42ModelIx }
    ::= {  mediaGatewayModelR42Table  1  }

  MediaGatewayModelR42Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR42NEConn         Unsigned32,
    mediaGatewayModelR42NetwkElement   DisplayString,
    mediaGatewayModelR42CFSIx          Unsigned32,
    mediaGatewayModelR42ModelIx        Unsigned32,
    mediaGatewayModelR42Category       INTEGER,
    mediaGatewayModelR42ModelName      DisplayString,
    mediaGatewayModelR42Desc           DisplayString,
    mediaGatewayModelR42ControlProt    INTEGER,
    mediaGatewayModelR42ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR42LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR42PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR42PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR42AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR42AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR42RefCnt         Unsigned32,
    mediaGatewayModelR42RowStatus      RowStatus,
    mediaGatewayModelR42DefModel       INTEGER,
    mediaGatewayModelR42Authentication INTEGER,
    mediaGatewayModelR42SupportedConnTypes
                                       BITS,
    mediaGatewayModelR42AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR42ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR42ExportStatus   DisplayString,
    mediaGatewayModelR42ExportFile     DisplayString,
    mediaGatewayModelR42ExportCorr     Counter64,
    mediaGatewayModelR42ExportCorrNode DisplayString,
    mediaGatewayModelR42ExportCorrUID  DisplayString,
    mediaGatewayModelR42DoExtraActions INTEGER,
    mediaGatewayModelR42FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR42FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR42FBsMGCP        BITS,
    mediaGatewayModelR42FBsMeGaCo      BITS,
    mediaGatewayModelR42FBsSIP         BITS,
    mediaGatewayModelR42FixBitsMeGaCo2 BITS,
    mediaGatewayModelR42MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR42AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR42AlertInfoDR2   DisplayString,
    mediaGatewayModelR42AlertInfoDR3   DisplayString,
    mediaGatewayModelR42AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR42DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR42DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR42ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR42SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR42DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR42UpToDateCnt    Unsigned32,
    mediaGatewayModelR42SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR42SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR42Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR42AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR42VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR42AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR42FixBitsSIP2    BITS,
    mediaGatewayModelR42OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR42FBsMeGaCo4     BITS,
    mediaGatewayModelR42SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR42ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR42SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR42ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR42SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR42AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR42AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR42InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR42OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR42MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR42FixBitsSIP3    BITS,
    mediaGatewayModelR42FixBitsSIP4    BITS,
    mediaGatewayModelR42SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR42RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR42EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR42LCC1           DisplayString,
    mediaGatewayModelR42LCC2           DisplayString,
    mediaGatewayModelR42LCC3           DisplayString,
    mediaGatewayModelR42LCC4           DisplayString,
    mediaGatewayModelR42LCC5           DisplayString,
    mediaGatewayModelR42LCC6           DisplayString,
    mediaGatewayModelR42LCC7           DisplayString,
    mediaGatewayModelR42LCC8           DisplayString,
    mediaGatewayModelR42LCC9           DisplayString,
    mediaGatewayModelR42LCC10          DisplayString,
    mediaGatewayModelR42LCC11          DisplayString,
    mediaGatewayModelR42LCC12          DisplayString,
    mediaGatewayModelR42LCC13          DisplayString,
    mediaGatewayModelR42LCC14          DisplayString,
    mediaGatewayModelR42LCC15          DisplayString,
    mediaGatewayModelR42LCC16          DisplayString,
    mediaGatewayModelR42LCC17          DisplayString,
    mediaGatewayModelR42LCC18          DisplayString,
    mediaGatewayModelR42LCC19          DisplayString,
    mediaGatewayModelR42LCC20          DisplayString,
    mediaGatewayModelR42ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR42MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR42MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR42ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR42NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR42NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR42NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR42NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR42NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR42NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR42NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR42NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR42OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR42ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR42MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR42MRSPollTimeout Unsigned32
  }

  mediaGatewayModelR42NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR42Entry  1 }

  mediaGatewayModelR42NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR42Entry  2 }

  mediaGatewayModelR42CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR42Entry  3 }

  mediaGatewayModelR42ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR42Entry  4 }

  mediaGatewayModelR42Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR42Entry  5 }

  mediaGatewayModelR42ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR42Entry  6 }

  mediaGatewayModelR42Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR42Entry  7 }

  mediaGatewayModelR42ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR42Entry  8 }

  mediaGatewayModelR42ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR42Entry  9 }

  mediaGatewayModelR42LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR42Entry  10 }

  mediaGatewayModelR42PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR42Entry  11 }

  mediaGatewayModelR42PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR42Entry  12 }

  mediaGatewayModelR42AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR42Entry  13 }

  mediaGatewayModelR42AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR42Entry  14 }

  mediaGatewayModelR42RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR42Entry  16 }

  mediaGatewayModelR42RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR42Entry  17 }

  mediaGatewayModelR42DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR42Entry  18 }

  mediaGatewayModelR42Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR42Entry  19 }

  mediaGatewayModelR42SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR42Entry  20 }

  mediaGatewayModelR42AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR42Entry  21 }

  mediaGatewayModelR42ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR42Entry  22 }

  mediaGatewayModelR42ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR42Entry  23 }

  mediaGatewayModelR42ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR42Entry  24 }

  mediaGatewayModelR42ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR42Entry  25 }

  mediaGatewayModelR42ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR42Entry  26 }

  mediaGatewayModelR42ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR42Entry  27 }

  mediaGatewayModelR42DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR42Entry  28 }

  mediaGatewayModelR42FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR42Entry  29 }

  mediaGatewayModelR42FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR42Entry  30 }

  mediaGatewayModelR42FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR42Entry  31 }

  mediaGatewayModelR42FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR42Entry  32 }

  mediaGatewayModelR42FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR42Entry  33 }

  mediaGatewayModelR42FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR42Entry  34 }

  mediaGatewayModelR42MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR42Entry  35 }

  mediaGatewayModelR42AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR42Entry  36 }

  mediaGatewayModelR42AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR42Entry  37 }

  mediaGatewayModelR42AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR42Entry  38 }

  mediaGatewayModelR42AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR42Entry  39 }

  mediaGatewayModelR42DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR42Entry  40 }

  mediaGatewayModelR42DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR42Entry  41 }

  mediaGatewayModelR42ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR42Entry  42 }

  mediaGatewayModelR42SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR42Entry  43 }

  mediaGatewayModelR42DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR42Entry  44 }

  mediaGatewayModelR42UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR42Entry  45 }

  mediaGatewayModelR42SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR42Entry  46 }

  mediaGatewayModelR42SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR42Entry  48 }

  mediaGatewayModelR42Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR42Entry  49 }

  mediaGatewayModelR42AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR42Entry  50 }

  mediaGatewayModelR42VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR42Entry  51 }

  mediaGatewayModelR42AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR42Entry  52 }

  mediaGatewayModelR42FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR42Entry  53 }

  mediaGatewayModelR42OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR42Entry  54 }

  mediaGatewayModelR42FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR42Entry  55 }

  mediaGatewayModelR42SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR42Entry  56 }

  mediaGatewayModelR42ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR42Entry  57 }

  mediaGatewayModelR42SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR42Entry  58 }

  mediaGatewayModelR42ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR42Entry  59 }

  mediaGatewayModelR42SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR42Entry  60 }

  mediaGatewayModelR42AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR42Entry  61 }

  mediaGatewayModelR42AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR42Entry  62 }

  mediaGatewayModelR42InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR42Entry  63 }

  mediaGatewayModelR42OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR42Entry  64 }

  mediaGatewayModelR42MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR42Entry  65 }

  mediaGatewayModelR42FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR42Entry  66 }

  mediaGatewayModelR42FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR42Entry  67 }

  mediaGatewayModelR42SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR42Entry  68 }

  mediaGatewayModelR42RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR42Entry  69 }

  mediaGatewayModelR42EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR42Entry  70 }

  mediaGatewayModelR42LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR42Entry  71 }

  mediaGatewayModelR42LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR42Entry  72 }

  mediaGatewayModelR42LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR42Entry  73 }

  mediaGatewayModelR42LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR42Entry  74 }

  mediaGatewayModelR42LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR42Entry  75 }

  mediaGatewayModelR42LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR42Entry  76 }

  mediaGatewayModelR42LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR42Entry  77 }

  mediaGatewayModelR42LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR42Entry  78 }

  mediaGatewayModelR42LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR42Entry  79 }

  mediaGatewayModelR42LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR42Entry  80 }

  mediaGatewayModelR42LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR42Entry  81 }

  mediaGatewayModelR42LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR42Entry  82 }

  mediaGatewayModelR42LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR42Entry  83 }

  mediaGatewayModelR42LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR42Entry  84 }

  mediaGatewayModelR42LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR42Entry  85 }

  mediaGatewayModelR42LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR42Entry  86 }

  mediaGatewayModelR42LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR42Entry  87 }

  mediaGatewayModelR42LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR42Entry  88 }

  mediaGatewayModelR42LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR42Entry  89 }

  mediaGatewayModelR42LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR42Entry  90 }

  mediaGatewayModelR42ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR42Entry  91 }

  mediaGatewayModelR42MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR42Entry  92 }

  mediaGatewayModelR42MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR42Entry  93 }

  mediaGatewayModelR42ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR42Entry  94 }

  mediaGatewayModelR42NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR42Entry  95 }

  mediaGatewayModelR42NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR42Entry  96 }

  mediaGatewayModelR42NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR42Entry  97 }

  mediaGatewayModelR42NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR42Entry  98 }

  mediaGatewayModelR42NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR42Entry  99 }

  mediaGatewayModelR42NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR42Entry  100 }

  mediaGatewayModelR42NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR42Entry  101 }

  mediaGatewayModelR42NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR42Entry  102 }

  mediaGatewayModelR42OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR42Entry  103 }

  mediaGatewayModelR42ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR42Entry  104 }

  mediaGatewayModelR42MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR42Entry  105 }

  mediaGatewayModelR42MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR42Entry  106 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.4                                                          */
-- /*********************************************************************************/

  cfgSIPBindR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2478 }

  cfgSIPBindR20Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR20NEConn,
             cfgSIPBindR20NetwkElement,
             cfgSIPBindR20CFSIx,
             cfgSIPBindR20BindingIx }
    ::= {  cfgSIPBindR20Table  1  }

  CfgSIPBindR20Entry  ::=  SEQUENCE
  {
    cfgSIPBindR20NEConn                Unsigned32,
    cfgSIPBindR20NetwkElement          DisplayString,
    cfgSIPBindR20CFSIx                 Unsigned32,
    cfgSIPBindR20BindingIx             Unsigned32,
    cfgSIPBindR20Name                  DisplayString,
    cfgSIPBindR20CustInfo              DisplayString,
    cfgSIPBindR20CustInfo2             DisplayString,
    cfgSIPBindR20CustInfo3             DisplayString,
    cfgSIPBindR20CustInfo4             DisplayString,
    cfgSIPBindR20CustInfo5             DisplayString,
    cfgSIPBindR20CustInfo6             DisplayString,
    cfgSIPBindR20Usage                 INTEGER,
    cfgSIPBindR20UseDNIdentification   INTEGER,
    cfgSIPBindR20SIPAuthenticationReqd INTEGER,
    cfgSIPBindR20SIPUserName           DisplayString,
    cfgSIPBindR20SIPDomainName         DisplayString,
    cfgSIPBindR20NewSIPPassword        DisplayString,
    cfgSIPBindR20ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR20ContactIPAddr         DisplayString,
    cfgSIPBindR20ContactIPPort         Unsigned32,
    cfgSIPBindR20ProxyIPAddr           DisplayString,
    cfgSIPBindR20ProxyIPPort           Unsigned32,
    cfgSIPBindR20TransportProt         INTEGER,
    cfgSIPBindR20I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR20I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR20I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR20I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR20Trusted               INTEGER,
    cfgSIPBindR20UseStaticNATMapping   INTEGER,
    cfgSIPBindR20MaxCallAppearances    Unsigned32,
    cfgSIPBindR20AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR20ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR20ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR20DeactivnMode          INTEGER,
    cfgSIPBindR20LastCallFailCause     INTEGER,
    cfgSIPBindR20LastCallFailTimestamp Unsigned32,
    cfgSIPBindR20LastCallFailLogCorr   Counter64,
    cfgSIPBindR20DiagsLogLvl           INTEGER,
    cfgSIPBindR20DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR20DiagsAPITraceTag      DisplayString,
    cfgSIPBindR20ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR20ExportStatus          DisplayString,
    cfgSIPBindR20ExportFile            DisplayString,
    cfgSIPBindR20ExportCorr            Counter64,
    cfgSIPBindR20ExportCorrNode        DisplayString,
    cfgSIPBindR20ExportCorrUID         DisplayString,
    cfgSIPBindR20DoExtraActions        INTEGER,
    cfgSIPBindR20RowStatus             RowStatus,
    cfgSIPBindR20AdminStatus           AdminStatus,
    cfgSIPBindR20OperStatus            OperStatus,
    cfgSIPBindR20PollPeerDevice        INTEGER,
    cfgSIPBindR20PollingInterval       Unsigned32,
    cfgSIPBindR20AlrmState             INTEGER,
    cfgSIPBindR20AlrmLogCorr           Counter64,
    cfgSIPBindR20AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR20AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR20AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR20I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR20I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR20I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR20I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR20SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR20SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR20ActHopCnting          INTEGER,
    cfgSIPBindR20SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR20SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR20SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR20SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR20SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR20SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR20SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR20SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR20ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR20SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR20SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR20SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR20SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR20SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR20SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR20SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR20SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR20SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR20SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR20SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR20UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR20PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR20StatisticsAlrms       Integer32,
    cfgSIPBindR20I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR20I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR20I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR20I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR20ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR20CFSCtrlStatus         INTEGER,
    cfgSIPBindR20PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR20MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR20RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR20SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR20IPAddrMatchReqd       INTEGER,
    cfgSIPBindR20VirtualTrnkGpID       DisplayString,
    cfgSIPBindR20VirtualTrnkCxt        DisplayString,
    cfgSIPBindR20SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR20I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR20I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR20I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR20FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR20ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR20AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR20SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR20TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR20I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR20I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR20I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR20SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR20LearnsContactDetails  INTEGER,
    cfgSIPBindR20ContactURI            LongDisplayString,
    cfgSIPBindR20ContactName           LongDisplayString,
    cfgSIPBindR20ContactExpiryTime     Unsigned32,
    cfgSIPBindR20MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR20SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR20UseNormalTrnkRtgTblsToMatchTgId
                                       INTEGER,
    cfgSIPBindR20SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR20SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR20SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR20ContactAddrScheme     INTEGER,
    cfgSIPBindR20ContactDomainName     DisplayString,
    cfgSIPBindR20ProxyAddrScheme       INTEGER,
    cfgSIPBindR20ProxyDomainName       DisplayString,
    cfgSIPBindR20PollCallPaths         INTEGER,
    cfgSIPBindR20SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR20AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR20AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR20PollServRoutes        INTEGER,
    cfgSIPBindR20ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR20SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR20SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR20SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR20SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR20ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR20ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR20ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR20TransparentHeaders    LongDisplayString,
    cfgSIPBindR20OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR20SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR20SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR20SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR20SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR20SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR20UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR20SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR20AutoRecovery          INTEGER,
    cfgSIPBindR20AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR20SigType               INTEGER,
    cfgSIPBindR20ExportIncASRepData    INTEGER,
    cfgSIPBindR20PBXAppServer          INTEGER,
    cfgSIPBindR20NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR20MediaIPAddr           DisplayString,
    cfgSIPBindR20UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR20SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR20DNIDInE164Format      INTEGER,
    cfgSIPBindR20ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR20Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR20SIPProtOptsHonorsClgNumAPRI
                                       INTEGER,
    cfgSIPBindR20StatisticsEnabled     INTEGER
  }

  cfgSIPBindR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR20Entry  1 }

  cfgSIPBindR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR20Entry  2 }

  cfgSIPBindR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR20Entry  3 }

  cfgSIPBindR20BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR20Entry  4 }

  cfgSIPBindR20Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR20Entry  5 }

  cfgSIPBindR20CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR20Entry  6 }

  cfgSIPBindR20CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR20Entry  7 }

  cfgSIPBindR20CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR20Entry  8 }

  cfgSIPBindR20CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR20Entry  9 }

  cfgSIPBindR20CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR20Entry  10 }

  cfgSIPBindR20CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR20Entry  11 }

  cfgSIPBindR20Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR20Entry  12 }

  cfgSIPBindR20UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  13 }

  cfgSIPBindR20SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  14 }

  cfgSIPBindR20SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR20Entry  15 }

  cfgSIPBindR20SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR20Entry  16 }

  cfgSIPBindR20NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR20Entry  17 }

  cfgSIPBindR20ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR20Entry  18 }

  cfgSIPBindR20ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR20Entry  19 }

  cfgSIPBindR20ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR20Entry  20 }

  cfgSIPBindR20ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR20Entry  21 }

  cfgSIPBindR20ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR20Entry  22 }

  cfgSIPBindR20TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR20Entry  23 }

  cfgSIPBindR20I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR20Entry  24 }

  cfgSIPBindR20I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR20Entry  25 }

  cfgSIPBindR20I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR20Entry  26 }

  cfgSIPBindR20I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR20Entry  27 }

  cfgSIPBindR20Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  28 }

  cfgSIPBindR20UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  29 }

  cfgSIPBindR20MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR20Entry  30 }

  cfgSIPBindR20AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR20Entry  31 }

  cfgSIPBindR20ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR20Entry  32 }

  cfgSIPBindR20ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR20Entry  33 }

  cfgSIPBindR20DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR20Entry  34 }

  cfgSIPBindR20LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR20Entry  35 }

  cfgSIPBindR20LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR20Entry  36 }

  cfgSIPBindR20LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR20Entry  37 }

  cfgSIPBindR20DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR20Entry  38 }

  cfgSIPBindR20DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  39 }

  cfgSIPBindR20DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR20Entry  40 }

  cfgSIPBindR20ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR20Entry  41 }

  cfgSIPBindR20ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR20Entry  42 }

  cfgSIPBindR20ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR20Entry  43 }

  cfgSIPBindR20ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR20Entry  44 }

  cfgSIPBindR20ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR20Entry  45 }

  cfgSIPBindR20ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR20Entry  46 }

  cfgSIPBindR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR20Entry  47 }

  cfgSIPBindR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR20Entry  48 }

  cfgSIPBindR20AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR20Entry  49 }

  cfgSIPBindR20OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR20Entry  50 }

  cfgSIPBindR20PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  56 }

  cfgSIPBindR20PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR20Entry  57 }

  cfgSIPBindR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR20Entry  60 }

  cfgSIPBindR20AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR20Entry  61 }

  cfgSIPBindR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR20Entry  62 }

  cfgSIPBindR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR20Entry  63 }

  cfgSIPBindR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR20Entry  64 }

  cfgSIPBindR20I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR20Entry  65 }

  cfgSIPBindR20I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR20Entry  66 }

  cfgSIPBindR20I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR20Entry  67 }

  cfgSIPBindR20I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR20Entry  68 }

  cfgSIPBindR20SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR20Entry  69 }

  cfgSIPBindR20SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR20Entry  76 }

  cfgSIPBindR20SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  77 }

  cfgSIPBindR20SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  78 }

  cfgSIPBindR20ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  79 }

  cfgSIPBindR20SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  80 }

  cfgSIPBindR20SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR20Entry  81 }

  cfgSIPBindR20SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  82 }

  cfgSIPBindR20SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  83 }

  cfgSIPBindR20SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  84 }

  cfgSIPBindR20SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  85 }

  cfgSIPBindR20SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  86 }

  cfgSIPBindR20SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  87 }

  cfgSIPBindR20SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  88 }

  cfgSIPBindR20SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  89 }

  cfgSIPBindR20SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  90 }

  cfgSIPBindR20SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  91 }

  cfgSIPBindR20SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  92 }

  cfgSIPBindR20SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR20Entry  93 }

  cfgSIPBindR20SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR20Entry  94 }

  cfgSIPBindR20SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  101 }

  cfgSIPBindR20ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  102 }

  cfgSIPBindR20SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  103 }

  cfgSIPBindR20SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  104 }

  cfgSIPBindR20SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  105 }

  cfgSIPBindR20SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  106 }

  cfgSIPBindR20SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  107 }

  cfgSIPBindR20SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  108 }

  cfgSIPBindR20SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  109 }

  cfgSIPBindR20SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  110 }

  cfgSIPBindSDActR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  112 }

  cfgSIPBindSDDefR20SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR20Entry  113 }

  cfgSIPBindR20SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  114 }

  cfgSIPBindR20UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR20Entry  120 }

  cfgSIPBindR20PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR20Entry  121 }

  cfgSIPBindR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR20Entry  122 }

  cfgSIPBindR20I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR20Entry  123 }

  cfgSIPBindR20I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR20Entry  124 }

  cfgSIPBindR20I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR20Entry  125 }

  cfgSIPBindR20I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR20Entry  126 }

  cfgSIPBindR20ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR20Entry  127 }

  cfgSIPBindR20CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR20Entry  128 }

  cfgSIPBindR20PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  129 }

  cfgSIPBindR20MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR20Entry  130 }

  cfgSIPBindR20RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR20Entry  131 }

  cfgSIPBindR20SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  132 }

  cfgSIPBindR20IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  133 }

  cfgSIPBindR20VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR20Entry  134 }

  cfgSIPBindR20VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR20Entry  135 }

  cfgSIPBindR20SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  136 }

  cfgSIPBindR20I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR20Entry  137 }

  cfgSIPBindR20I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR20Entry  138 }

  cfgSIPBindR20I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR20Entry  139 }

  cfgSIPBindR20FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR20Entry  140 }

  cfgSIPBindR20ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR20Entry  141 }

  cfgSIPBindR20AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  142 }

  cfgSIPBindR20SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR20Entry  143 }

  cfgSIPBindR20TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR20Entry  144 }

  cfgSIPBindR20I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR20Entry  145 }

  cfgSIPBindR20I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR20Entry  146 }

  cfgSIPBindR20I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR20Entry  147 }

  cfgSIPBindR20SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR20Entry  148 }

  cfgSIPBindR20LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  149 }

  cfgSIPBindR20ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR20Entry  150 }

  cfgSIPBindR20ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR20Entry  151 }

  cfgSIPBindR20ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR20Entry  152 }

  cfgSIPBindR20MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR20Entry  153 }

  cfgSIPBindR20SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  154 }

  cfgSIPBindR20UseNormalTrnkRtgTblsToMatchTgId OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use normal trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  155 }

  cfgSIPBindR20SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR20Entry  156 }

  cfgSIPBindR20SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR20Entry  157 }

  cfgSIPBindR20SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  158 }

  cfgSIPBindR20ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR20Entry  159 }

  cfgSIPBindR20ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR20Entry  160 }

  cfgSIPBindR20ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR20Entry  161 }

  cfgSIPBindR20ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR20Entry  162 }

  cfgSIPBindR20PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  163 }

  cfgSIPBindR20SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  164 }

  cfgSIPBindR20AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR20Entry  165 }

  cfgSIPBindR20AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR20Entry  166 }

  cfgSIPBindR20PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  167 }

  cfgSIPBindR20ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR20Entry  168 }

  cfgSIPBindR20SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR20Entry  169 }

  cfgSIPBindR20SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  170 }

  cfgSIPBindR20SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  171 }

  cfgSIPBindR20SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR20Entry  172 }

  cfgSIPBindR20ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR20Entry  173 }

  cfgSIPBindR20ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR20Entry  174 }

  cfgSIPBindR20ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR20Entry  175 }

  cfgSIPBindR20TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR20Entry  176 }

  cfgSIPBindR20OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR20Entry  177 }

  cfgSIPBindR20SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR20Entry  178 }

  cfgSIPBindR20SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  179 }

  cfgSIPBindR20SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR20Entry  180 }

  cfgSIPBindR20SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR20Entry  181 }

  cfgSIPBindR20SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR20Entry  182 }

  cfgSIPBindR20SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR20Entry  183 }

  cfgSIPBindR20SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR20Entry  184 }

  cfgSIPBindR20SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR20Entry  185 }

  cfgSIPBindR20UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  186 }

  cfgSIPBindR20SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR20Entry  187 }

  cfgSIPBindR20AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  188 }

  cfgSIPBindR20AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR20Entry  189 }

  cfgSIPBindR20SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR20Entry  190 }

  cfgSIPBindR20ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR20Entry  191 }

  cfgSIPBindR20PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  192 }

  cfgSIPBindR20NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  193 }

  cfgSIPBindR20MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR20Entry  194 }

  cfgSIPBindR20UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  195 }

  cfgSIPBindR20SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  196 }

  cfgSIPBindR20SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  197 }

  cfgSIPBindR20DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR20Entry  198 }

  cfgSIPBindR20ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR20Entry  199 }

  cfgSIPBindR20Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR20Entry  200 }

  cfgSIPBindR20SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  201 }

  cfgSIPBindR20StatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics enabled'."
    DEFVAL       { true }
    ::= { cfgSIPBindR20Entry  202 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  iSUPRemSigDestR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2479 }

  iSUPRemSigDestR25Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR25NEConn,
             iSUPRemSigDestR25NetwkElement,
             iSUPRemSigDestR25CFSIx,
             iSUPRemSigDestR25ISUPLocalSigDestIx,
             iSUPRemSigDestR25ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR25Table  1  }

  ISUPRemSigDestR25Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR25NEConn            Unsigned32,
    iSUPRemSigDestR25NetwkElement      DisplayString,
    iSUPRemSigDestR25CFSIx             Unsigned32,
    iSUPRemSigDestR25ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR25ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR25I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR25I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR25I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR25I4SigDestDestType INTEGER,
    iSUPRemSigDestR25I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR25ClusterMemberAddr INTEGER,
    iSUPRemSigDestR25ActHopCnting      INTEGER,
    iSUPRemSigDestR25MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR25CLLI              DisplayString,
    iSUPRemSigDestR25ErrHandlingMode   INTEGER,
    iSUPRemSigDestR25ConfusionMsgs     INTEGER,
    iSUPRemSigDestR25DirectIXCConn     INTEGER,
    iSUPRemSigDestR25PeerNetwkType     INTEGER,
    iSUPRemSigDestR25USIParmCodingType INTEGER,
    iSUPRemSigDestR25ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR25JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR25RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR25RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR25OrigCldNumParm    INTEGER,
    iSUPRemSigDestR25AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR25GenericAddrParm   INTEGER,
    iSUPRemSigDestR25GenericNameParm   INTEGER,
    iSUPRemSigDestR25RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR25CIPParm           INTEGER,
    iSUPRemSigDestR25InACCProcessing   INTEGER,
    iSUPRemSigDestR25TNSParm           INTEGER,
    iSUPRemSigDestR25ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR25CgstnStatus       INTEGER,
    iSUPRemSigDestR25AvailStatus       INTEGER,
    iSUPRemSigDestR25DiagsLogLvl       INTEGER,
    iSUPRemSigDestR25DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR25DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR25SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR25DoExtraActions    INTEGER,
    iSUPRemSigDestR25RowStatus         RowStatus,
    iSUPRemSigDestR25AdminStatus       AdminStatus,
    iSUPRemSigDestR25OperStatus        OperStatus,
    iSUPRemSigDestR25AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR25AlrmState         INTEGER,
    iSUPRemSigDestR25AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR25AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR25AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR25AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR25AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR25AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR25AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR25AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR25AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR25DeactivnMode      INTEGER,
    iSUPRemSigDestR25NetwkNum          Unsigned32,
    iSUPRemSigDestR25RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR25ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR25OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR25LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR25MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR25Variant           INTEGER,
    iSUPRemSigDestR25GatewayIx         Unsigned32,
    iSUPRemSigDestR25PartyInfoParm     INTEGER,
    iSUPRemSigDestR25IntnatlExchange   INTEGER,
    iSUPRemSigDestR25ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR25UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR25BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR25StatisticsAlrms   Integer32,
    iSUPRemSigDestR25EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR25M3UADest          Unsigned32,
    iSUPRemSigDestR25CctGpMsgs         INTEGER,
    iSUPRemSigDestR25ConnectedNumParm  INTEGER,
    iSUPRemSigDestR25TransportType     INTEGER,
    iSUPRemSigDestR25SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR25SatelliteLink     INTEGER,
    iSUPRemSigDestR25PropagationDly    Unsigned32,
    iSUPRemSigDestR25GISUPRole         INTEGER,
    iSUPRemSigDestR25RemISUPParms      LongDisplayString,
    iSUPRemSigDestR25SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER,
    iSUPRemSigDestR25SuppRecvNumsFailScreen
                                       INTEGER,
    iSUPRemSigDestR25CSIParm           INTEGER,
    iSUPRemSigDestR25HonorsClgNumAPRI  INTEGER,
    iSUPRemSigDestR25ForceNatureAddrToBeIntnatl
                                       INTEGER
  }

  iSUPRemSigDestR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR25Entry  1 }

  iSUPRemSigDestR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR25Entry  2 }

  iSUPRemSigDestR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR25Entry  3 }

  iSUPRemSigDestR25ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR25Entry  4 }

  iSUPRemSigDestR25ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR25Entry  5 }

  iSUPRemSigDestR25I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR25Entry  6 }

  iSUPRemSigDestR25I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR25Entry  7 }

  iSUPRemSigDestR25I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR25Entry  8 }

  iSUPRemSigDestR25I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR25Entry  9 }

  iSUPRemSigDestR25I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR25Entry  10 }

  iSUPRemSigDestR25ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR25Entry  11 }

  iSUPRemSigDestR25ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  12 }

  iSUPRemSigDestR25MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR25Entry  13 }

  iSUPRemSigDestR25CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR25Entry  14 }

  iSUPRemSigDestR25ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR25Entry  15 }

  iSUPRemSigDestR25ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR25Entry  16 }

  iSUPRemSigDestR25DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  17 }

  iSUPRemSigDestR25PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR25Entry  18 }

  iSUPRemSigDestR25USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR25Entry  19 }

  iSUPRemSigDestR25ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  20 }

  iSUPRemSigDestR25JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  21 }

  iSUPRemSigDestR25RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  22 }

  iSUPRemSigDestR25RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  23 }

  iSUPRemSigDestR25OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  24 }

  iSUPRemSigDestR25AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  25 }

  iSUPRemSigDestR25GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  26 }

  iSUPRemSigDestR25GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  27 }

  iSUPRemSigDestR25RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  28 }

  iSUPRemSigDestR25CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  29 }

  iSUPRemSigDestR25InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR25Entry  30 }

  iSUPRemSigDestR25TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  31 }

  iSUPRemSigDestR25ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR25Entry  32 }

  iSUPRemSigDestR25CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR25Entry  33 }

  iSUPRemSigDestR25AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR25Entry  34 }

  iSUPRemSigDestR25DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR25Entry  35 }

  iSUPRemSigDestR25DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  36 }

  iSUPRemSigDestR25DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR25Entry  37 }

  iSUPRemSigDestR25SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR25Entry  38 }

  iSUPRemSigDestR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR25Entry  39 }

  iSUPRemSigDestR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR25Entry  40 }

  iSUPRemSigDestR25AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR25Entry  41 }

  iSUPRemSigDestR25OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR25Entry  42 }

  iSUPRemSigDestR25AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR25Entry  43 }

  iSUPRemSigDestR25AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR25Entry  44 }

  iSUPRemSigDestR25AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR25Entry  45 }

  iSUPRemSigDestR25AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR25Entry  46 }

  iSUPRemSigDestR25AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR25Entry  47 }

  iSUPRemSigDestR25AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR25Entry  48 }

  iSUPRemSigDestR25AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR25Entry  49 }

  iSUPRemSigDestR25AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR25Entry  50 }

  iSUPRemSigDestR25AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR25Entry  51 }

  iSUPRemSigDestR25AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR25Entry  52 }

  iSUPRemSigDestR25AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR25Entry  53 }

  iSUPRemSigDestR25DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR25Entry  54 }

  iSUPRemSigDestR25NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR25Entry  55 }

  iSUPRemSigDestR25RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  56 }

  iSUPRemSigDestR25ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  57 }

  iSUPRemSigDestR25OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  58 }

  iSUPRemSigDestR25LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR25Entry  59 }

  iSUPRemSigDestR25MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR25Entry  60 }

  iSUPRemSigDestR25Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR25Entry  61 }

  iSUPRemSigDestR25GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR25Entry  62 }

  iSUPRemSigDestR25PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  63 }

  iSUPRemSigDestR25IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  64 }

  iSUPRemSigDestR25ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR25Entry  65 }

  iSUPRemSigDestR25UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  66 }

  iSUPRemSigDestR25BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  67 }

  iSUPRemSigDestR25StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR25Entry  68 }

  iSUPRemSigDestR25EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  69 }

  iSUPRemSigDestR25M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR25Entry  70 }

  iSUPRemSigDestR25CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR25Entry  71 }

  iSUPRemSigDestR25ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  72 }

  iSUPRemSigDestR25TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR25Entry  73 }

  iSUPRemSigDestR25SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  74 }

  iSUPRemSigDestR25SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  75 }

  iSUPRemSigDestR25PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR25Entry  76 }

  iSUPRemSigDestR25GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR25Entry  77 }

  iSUPRemSigDestR25RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR25Entry  78 }

  iSUPRemSigDestR25SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR25Entry  79 }

  iSUPRemSigDestR25SuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  80 }

  iSUPRemSigDestR25CSIParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CSI parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  81 }

  iSUPRemSigDestR25HonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  82 }

  iSUPRemSigDestR25ForceNatureAddrToBeIntnatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force nature of address to be international'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR25Entry  83 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  genClSrvCtrlR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenClSrvCtrlR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2480 }

  genClSrvCtrlR13Entry OBJECT-TYPE
    SYNTAX       GenClSrvCtrlR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genClSrvCtrlR13NEConn,
             genClSrvCtrlR13NetwkElement,
             genClSrvCtrlR13CFSIx }
    ::= {  genClSrvCtrlR13Table  1  }

  GenClSrvCtrlR13Entry  ::=  SEQUENCE
  {
    genClSrvCtrlR13NEConn              Unsigned32,
    genClSrvCtrlR13NetwkElement        DisplayString,
    genClSrvCtrlR13CFSIx               Unsigned32,
    genClSrvCtrlR13PINChangeAccessCode DisplayString,
    genClSrvCtrlR13SLEConfirmTimeout   INTEGER,
    genClSrvCtrlR13SLENewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR13SLEOptionSelTimeout INTEGER,
    genClSrvCtrlR13SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR13SLESPCSQueryTimeout INTEGER,
    genClSrvCtrlR13SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genClSrvCtrlR13SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR13SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR13RowStatus           RowStatus,
    genClSrvCtrlR13SupportPINChange    INTEGER,
    genClSrvCtrlR13MaxInvalidPINAttempts
                                       Unsigned32,
    genClSrvCtrlR13SuspendedServAccessNum
                                       DisplayString,
    genClSrvCtrlR13SupportCallLists    INTEGER,
    genClSrvCtrlR13CLMaxNumCallsPerList
                                       Unsigned32,
    genClSrvCtrlR13CallListsAlwaysReplicateEntries
                                       INTEGER,
    genClSrvCtrlR13EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genClSrvCtrlR13RecMvdSbExPrcHr     Unsigned32,
    genClSrvCtrlR13RecMvdSbExPrcMin    Unsigned32,
    genClSrvCtrlR13DefRecMvdSubExpiry  Unsigned32,
    genClSrvCtrlR13GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genClSrvCtrlR13SupportAdvancedVoiceCodecs
                                       INTEGER,
    genClSrvCtrlR13SupportVideoCodecs  INTEGER,
    genClSrvCtrlR13CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genClSrvCtrlR13SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genClSrvCtrlR13LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genClSrvCtrlR13CallListsDefSetting INTEGER,
    genClSrvCtrlR13HRCLSubLimitType    INTEGER,
    genClSrvCtrlR13HRCLSubMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR13HRCLPBXLimitType    INTEGER,
    genClSrvCtrlR13HRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR13PINChangeGenerateBillRec
                                       INTEGER,
    genClSrvCtrlR13PINChangeConfirmPINOnPINChange
                                       INTEGER,
    genClSrvCtrlR13PINChangePINLockout INTEGER,
    genClSrvCtrlR13PINChangeTUISeparatorKey
                                       INTEGER,
    genClSrvCtrlR13PINChangeNotifyAppServer
                                       INTEGER,
    genClSrvCtrlR13I1PINChangeAppServerNEConn
                                       Unsigned32,
    genClSrvCtrlR13I2PINChangeAppServerNetwkElement
                                       DisplayString,
    genClSrvCtrlR13I3PINChangeAppServerCFSIx
                                       Unsigned32,
    genClSrvCtrlR13I4PINChangeAppServerDirNum
                                       DisplayString,
    genClSrvCtrlR13AlrmState           INTEGER,
    genClSrvCtrlR13AlrmStateTimestamp  Unsigned32,
    genClSrvCtrlR13AlrmEvtsAttnRqLogCorr
                                       Counter64,
    genClSrvCtrlR13AlrmEvtsAttnRq      Unsigned32,
    genClSrvCtrlR13AlrmEvtsAtndDp      Unsigned32,
    genClSrvCtrlR13AlrmResetTimestamp  Unsigned32
  }

  genClSrvCtrlR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genClSrvCtrlR13Entry  1 }

  genClSrvCtrlR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genClSrvCtrlR13Entry  2 }

  genClSrvCtrlR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genClSrvCtrlR13Entry  3 }

  genClSrvCtrlR13PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR13Entry  4 }

  genClSrvCtrlR13SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR13Entry  5 }

  genClSrvCtrlR13SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR13Entry  6 }

  genClSrvCtrlR13SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR13Entry  7 }

  genClSrvCtrlR13SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR13Entry  8 }

  genClSrvCtrlR13SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genClSrvCtrlR13Entry  9 }

  genClSrvCtrlR13SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genClSrvCtrlR13Entry  10 }

  genClSrvCtrlR13SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR13Entry  11 }

  genClSrvCtrlR13SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR13Entry  12 }

  genClSrvCtrlR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genClSrvCtrlR13Entry  13 }

  genClSrvCtrlR13SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR13Entry  14 }

  genClSrvCtrlR13MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR13Entry  15 }

  genClSrvCtrlR13SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR13Entry  16 }

  genClSrvCtrlR13SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR13Entry  17 }

  genClSrvCtrlR13CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR13Entry  18 }

  genClSrvCtrlR13CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR13Entry  20 }

  genClSrvCtrlR13EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR13Entry  21 }

  genClSrvCtrlR13RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR13Entry  22 }

  genClSrvCtrlR13RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR13Entry  23 }

  genClSrvCtrlR13DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR13Entry  24 }

  genClSrvCtrlR13GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR13Entry  25 }

  genClSrvCtrlR13SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR13Entry  26 }

  genClSrvCtrlR13SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR13Entry  27 }

  genClSrvCtrlR13CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genClSrvCtrlR13Entry  28 }

  genClSrvCtrlR13SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genClSrvCtrlR13Entry  29 }

  genClSrvCtrlR13LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR13Entry  30 }

  genClSrvCtrlR13CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genClSrvCtrlR13Entry  31 }

  genClSrvCtrlR13HRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR13Entry  32 }

  genClSrvCtrlR13HRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber maximum high risk calls'."
    DEFVAL       { 2 }
    ::= { genClSrvCtrlR13Entry  33 }

  genClSrvCtrlR13HRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR13Entry  34 }

  genClSrvCtrlR13HRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX maximum high risk calls'."
    DEFVAL       { 5 }
    ::= { genClSrvCtrlR13Entry  35 }

  genClSrvCtrlR13PINChangeGenerateBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - generate billing record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR13Entry  36 }

  genClSrvCtrlR13PINChangeConfirmPINOnPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - confirm PIN on PIN change'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR13Entry  37 }

  genClSrvCtrlR13PINChangePINLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                   rACFOnly(1),
                   fullServiceSuspension(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - PIN lockout'.
                  This field is not writable when active."
    DEFVAL       { rACFOnly }
    ::= { genClSrvCtrlR13Entry  38 }

  genClSrvCtrlR13PINChangeTUISeparatorKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   hash(1),
                   star(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - TUI separator key'.
                  This field is not writable when active."
    DEFVAL       { hash }
    ::= { genClSrvCtrlR13Entry  39 }

  genClSrvCtrlR13PINChangeNotifyAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - notify application server'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR13Entry  40 }

  genClSrvCtrlR13I1PINChangeAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR13Entry  41 }

  genClSrvCtrlR13I2PINChangeAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR13Entry  42 }

  genClSrvCtrlR13I3PINChangeAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR13Entry  43 }

  genClSrvCtrlR13I4PINChangeAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR13Entry  44 }

  genClSrvCtrlR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { genClSrvCtrlR13Entry  45 }

  genClSrvCtrlR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { genClSrvCtrlR13Entry  46 }

  genClSrvCtrlR13AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { genClSrvCtrlR13Entry  47 }

  genClSrvCtrlR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR13Entry  48 }

  genClSrvCtrlR13AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR13Entry  49 }

  genClSrvCtrlR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { genClSrvCtrlR13Entry  50 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Forwarding Services'                            */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  callFwdServR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallFwdServR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2481 }

  callFwdServR11Entry OBJECT-TYPE
    SYNTAX       CallFwdServR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callFwdServR11NEConn,
             callFwdServR11NetwkElement,
             callFwdServR11CFSIx }
    ::= {  callFwdServR11Table  1  }

  CallFwdServR11Entry  ::=  SEQUENCE
  {
    callFwdServR11NEConn               Unsigned32,
    callFwdServR11NetwkElement         DisplayString,
    callFwdServR11CFSIx                Unsigned32,
    callFwdServR11AllowRestrictionUsedNum
                                       INTEGER,
    callFwdServR11MaxSimulFwdsPerSub   Unsigned32,
    callFwdServR11SupportCFU           INTEGER,
    callFwdServR11CFUAndCFBLAndCFDAUSB INTEGER,
    callFwdServR11CFUEnableCode        DisplayString,
    callFwdServR11CFUDisableCode       DisplayString,
    callFwdServR11CFUCheckCode         DisplayString,
    callFwdServR11CFUMaxNum            Unsigned32,
    callFwdServR11CFUAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR11CFUSingleRing        INTEGER,
    callFwdServR11SupportCFBL          INTEGER,
    callFwdServR11CFBLEnableCode       DisplayString,
    callFwdServR11CFBLDisableCode      DisplayString,
    callFwdServR11CFBLCheckCode        DisplayString,
    callFwdServR11CFBLMaxNum           Unsigned32,
    callFwdServR11CFBLAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR11SupportCFDA          INTEGER,
    callFwdServR11CFDAEnableCode       DisplayString,
    callFwdServR11CFDADisableCode      DisplayString,
    callFwdServR11CFDACheckCode        DisplayString,
    callFwdServR11CFDAMaxNum           Unsigned32,
    callFwdServR11CFDAAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR11CFDASingleRing       INTEGER,
    callFwdServR11CFDAContRinging      INTEGER,
    callFwdServR11CFDAContRingingAfterFail
                                       INTEGER,
    callFwdServR11CFBLAndCFDAEnableCode
                                       DisplayString,
    callFwdServR11CFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR11RowStatus            RowStatus,
    callFwdServR11SCFUSB               INTEGER,
    callFwdServR11AllowSCFUSBDenied    INTEGER,
    callFwdServR11SupportLineHunting   INTEGER,
    callFwdServR11LineHuntingAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR11LineHuntingMaxNumEntries
                                       Unsigned32,
    callFwdServR11SupportSCF           INTEGER,
    callFwdServR11SCFMaxNum            Unsigned32,
    callFwdServR11SCFAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR11SCFSingleRing        INTEGER,
    callFwdServR11SCFMaxNumEntries     Unsigned32,
    callFwdServR11SCFAccessCode        DisplayString,
    callFwdServR11SCFAlternativeAccessCode
                                       DisplayString,
    callFwdServR11SupportRACF          INTEGER,
    callFwdServR11RACFAccessNum        DisplayString,
    callFwdServR11RACFMaxSimulCalls    Unsigned32,
    callFwdServR11LineHuntingMarkBAFBillRecs
                                       INTEGER,
    callFwdServR11LineHuntingContHuntingIfNoReply
                                       INTEGER,
    callFwdServR11SupportFMFM          INTEGER,
    callFwdServR11FMFMSimRingEnableCode
                                       DisplayString,
    callFwdServR11FMFMSimRingDisableCode
                                       DisplayString,
    callFwdServR11FMFMFMFMEnableCode   DisplayString,
    callFwdServR11FMFMFMFMDisableCode  DisplayString,
    callFwdServR11FMFMFMFMPlayComfortAnnounce
                                       INTEGER,
    callFwdServR11RequireCrtsyCallByDef
                                       INTEGER,
    callFwdServR11SupportUnavailCF     INTEGER,
    callFwdServR11UnavailCFMaxNum      Unsigned32,
    callFwdServR11CFUAndCFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR11UseAnnouncesforconfirmation
                                       INTEGER,
    callFwdServR11BasicLineHuntingSubSEnabledFieldDef
                                       INTEGER,
    callFwdServR11IntegratedCFSupported
                                       INTEGER
  }

  callFwdServR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callFwdServR11Entry  1 }

  callFwdServR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callFwdServR11Entry  2 }

  callFwdServR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callFwdServR11Entry  3 }

  callFwdServR11AllowRestrictionUsedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow restriction for used number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR11Entry  4 }

  callFwdServR11MaxSimulFwdsPerSub OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default maximum simultaneous forwardings per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { callFwdServR11Entry  5 }

  callFwdServR11SupportCFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  6 }

  callFwdServR11CFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  7 }

  callFwdServR11CFUEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  8 }

  callFwdServR11CFUDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  9 }

  callFwdServR11CFUCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  10 }

  callFwdServR11CFUMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR11Entry  11 }

  callFwdServR11CFUAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR11Entry  12 }

  callFwdServR11CFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  13 }

  callFwdServR11SupportCFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  14 }

  callFwdServR11CFBLEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  15 }

  callFwdServR11CFBLDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  16 }

  callFwdServR11CFBLCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  17 }

  callFwdServR11CFBLMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR11Entry  18 }

  callFwdServR11CFBLAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR11Entry  19 }

  callFwdServR11SupportCFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  20 }

  callFwdServR11CFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  21 }

  callFwdServR11CFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  22 }

  callFwdServR11CFDACheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  23 }

  callFwdServR11CFDAMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR11Entry  24 }

  callFwdServR11CFDAAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR11Entry  25 }

  callFwdServR11CFDASingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  26 }

  callFwdServR11CFDAContRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing'."
    ::= { callFwdServR11Entry  27 }

  callFwdServR11CFDAContRingingAfterFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing after failure'."
    ::= { callFwdServR11Entry  28 }

  callFwdServR11CFBLAndCFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  29 }

  callFwdServR11CFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  30 }

  callFwdServR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callFwdServR11Entry  31 }

  callFwdServR11SCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  32 }

  callFwdServR11AllowSCFUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR11Entry  33 }

  callFwdServR11SupportLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  34 }

  callFwdServR11LineHuntingAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR11Entry  35 }

  callFwdServR11LineHuntingMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR11Entry  36 }

  callFwdServR11SupportSCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  37 }

  callFwdServR11SCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR11Entry  38 }

  callFwdServR11SCFAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR11Entry  39 }

  callFwdServR11SCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  40 }

  callFwdServR11SCFMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR11Entry  41 }

  callFwdServR11SCFAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - access code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  42 }

  callFwdServR11SCFAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - alternative access code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  43 }

  callFwdServR11SupportRACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  44 }

  callFwdServR11RACFAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - access number'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  45 }

  callFwdServR11RACFMaxSimulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - maximum simultaneous calls'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { callFwdServR11Entry  46 }

  callFwdServR11LineHuntingMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  47 }

  callFwdServR11LineHuntingContHuntingIfNoReply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - continue hunting if no reply'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR11Entry  54 }

  callFwdServR11SupportFMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  55 }

  callFwdServR11FMFMSimRingEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing enable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  56 }

  callFwdServR11FMFMSimRingDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing disable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  57 }

  callFwdServR11FMFMFMFMEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me enable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  58 }

  callFwdServR11FMFMFMFMDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me disable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  59 }

  callFwdServR11FMFMFMFMPlayComfortAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me play comfort announcement'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR11Entry  60 }

  callFwdServR11RequireCrtsyCallByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Require courtesy call by default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR11Entry  61 }

  callFwdServR11SupportUnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - support'."
    DEFVAL       { notConfigured }
    ::= { callFwdServR11Entry  62 }

  callFwdServR11UnavailCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - max number'."
    DEFVAL       { 5 }
    ::= { callFwdServR11Entry  63 }

  callFwdServR11CFUAndCFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR11Entry  64 }

  callFwdServR11UseAnnouncesforconfirmation OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use Announcements for confirmation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  65 }

  callFwdServR11BasicLineHuntingSubSEnabledFieldDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - subscriber's Enabled field default'."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  66 }

  callFwdServR11IntegratedCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Integrated call forwarding supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR11Entry  67 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR32Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2482 }

  rPSAttrEntryR32Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR32NEConn,
             rPSAttrEntryR32NetwkElement,
             rPSAttrEntryR32CFSIx,
             rPSAttrEntryR32CfgSetIx,
             rPSAttrEntryR32AttrSetIx,
             rPSAttrEntryR32AttrEntryIx }
    ::= {  rPSAttrEntryR32Table  1  }

  RPSAttrEntryR32Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR32NEConn              Unsigned32,
    rPSAttrEntryR32NetwkElement        DisplayString,
    rPSAttrEntryR32CFSIx               Unsigned32,
    rPSAttrEntryR32CfgSetIx            Unsigned32,
    rPSAttrEntryR32AttrSetIx           Unsigned32,
    rPSAttrEntryR32AttrEntryIx         Unsigned32,
    rPSAttrEntryR32AttrType            INTEGER,
    rPSAttrEntryR32AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR32AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR32AttrValCldAddrScope INTEGER,
    rPSAttrEntryR32AttrValCldAddrType  INTEGER,
    rPSAttrEntryR32AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR32AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR32AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR32AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR32AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR32AttrValOprCall      INTEGER,
    rPSAttrEntryR32AttrValPriorityCall INTEGER,
    rPSAttrEntryR32AttrValRegionCode   Unsigned32,
    rPSAttrEntryR32AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR32AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR32AttrValRtgControlUK INTEGER,
    rPSAttrEntryR32AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR32AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR32AttrValTestCall     INTEGER,
    rPSAttrEntryR32AttrValAnnounceID   INTEGER,
    rPSAttrEntryR32AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR32AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR32AttrValTransitNetID Unsigned32,
    rPSAttrEntryR32AttrValUSCallType   INTEGER,
    rPSAttrEntryR32AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR32AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR32AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR32AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR32AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR32AttrValUSCarrType   INTEGER,
    rPSAttrEntryR32AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR32AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR32AttrValClgCategory  INTEGER,
    rPSAttrEntryR32RowStatus           RowStatus,
    rPSAttrEntryR32AttrValUKCallType   INTEGER,
    rPSAttrEntryR32AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR32I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR32I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR32I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR32I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR32AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR32AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR32AttrValUSLATA       Unsigned32,
    rPSAttrEntryR32AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR32AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR32AttrValUsrDef       Unsigned32,
    rPSAttrEntryR32AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR32AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR32AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR32AttrValBillCallType INTEGER,
    rPSAttrEntryR32AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR32AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR32AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR32AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR32AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR32AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR32T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR32T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR32T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR32AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR32I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR32I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR32I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR32I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR32AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR32AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR32I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR32I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR32I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR32I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR32AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR32AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR32AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR32AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR32AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR32AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR32AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR32AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR32AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR32AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR32AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR32AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR32AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR32AttrValOTGpID       INTEGER,
    rPSAttrEntryR32AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR32AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR32AttrValDTGpID       INTEGER,
    rPSAttrEntryR32AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR32AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR32AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR32AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR32T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR32T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR32T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR32AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR32AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR32AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR32AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR32AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR32AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR32AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR32AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR32AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR32AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR32AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR32ClgAddrScope        INTEGER,
    rPSAttrEntryR32AttrValHighRiskCall INTEGER,
    rPSAttrEntryR32RtgPolicyNum        Unsigned32,
    rPSAttrEntryR32RtgPolicy           LongDisplayString,
    rPSAttrEntryR32AttrValLCC          INTEGER,
    rPSAttrEntryR32AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR32AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR32AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR32AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR32AttrValScreenInd    INTEGER,
    rPSAttrEntryR32AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR32AttrValPresNumScope INTEGER,
    rPSAttrEntryR32AttrValCnfNum       INTEGER,
    rPSAttrEntryR32AttrValCnfOutdial   INTEGER,
    rPSAttrEntryR32AttrValISUPCarrSelInfo
                                       INTEGER,
    rPSAttrEntryR32AttrValRemTransitNetwkSelParm
                                       INTEGER,
    rPSAttrEntryR32AttrValUsrDefHex    Integer32,
    rPSAttrEntryR32AttrValCallProgressInd
                                       INTEGER,
    rPSAttrEntryR32AttrValBillOvrDldNum
                                       INTEGER,
    rPSAttrEntryR32AttrValClgAddrPrivacyTrustOverride
                                       INTEGER,
    rPSAttrEntryR32AttrValSatInd       Unsigned32,
    rPSAttrEntryR32AttrValUserCanSkip  INTEGER,
    rPSAttrEntryR32AttrValActionOnHexDigitClgPartyNum
                                       INTEGER
  }

  rPSAttrEntryR32NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR32Entry  1 }

  rPSAttrEntryR32NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR32Entry  2 }

  rPSAttrEntryR32CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR32Entry  3 }

  rPSAttrEntryR32CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR32Entry  4 }

  rPSAttrEntryR32AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR32Entry  5 }

  rPSAttrEntryR32AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR32Entry  6 }

  rPSAttrEntryR32AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   billingOverrideDialedNumber(172),
                   callProgressIndication(173),
                   conferenceOutdial(174),
                   conferenceNumber(175),
                   iSUPCarrierSelectionInformation(176),
                   removeTransitNetworkSelectionParameter(177),
                   callingAddressPrivacyTrustOverride(182),
                   satelliteIndicator(193),
                   actionOnHexDigitCallingPartyNumber(195)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR32Entry  7 }

  rPSAttrEntryR32AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  8 }

  rPSAttrEntryR32AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  9 }

  rPSAttrEntryR32AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  10 }

  rPSAttrEntryR32AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR32Entry  11 }

  rPSAttrEntryR32AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  12 }

  rPSAttrEntryR32AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  13 }

  rPSAttrEntryR32AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  14 }

  rPSAttrEntryR32AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR32Entry  15 }

  rPSAttrEntryR32AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  16 }

  rPSAttrEntryR32AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  17 }

  rPSAttrEntryR32AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  18 }

  rPSAttrEntryR32AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  19 }

  rPSAttrEntryR32AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR32Entry  20 }

  rPSAttrEntryR32AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  21 }

  rPSAttrEntryR32AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR32Entry  22 }

  rPSAttrEntryR32AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  23 }

  rPSAttrEntryR32AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  24 }

  rPSAttrEntryR32AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  25 }

  rPSAttrEntryR32AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR32Entry  26 }

  rPSAttrEntryR32AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR32Entry  27 }

  rPSAttrEntryR32AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR32Entry  28 }

  rPSAttrEntryR32AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  29 }

  rPSAttrEntryR32AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  30 }

  rPSAttrEntryR32AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  31 }

  rPSAttrEntryR32AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR32Entry  32 }

  rPSAttrEntryR32AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR32Entry  33 }

  rPSAttrEntryR32AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR32Entry  34 }

  rPSAttrEntryR32AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR32Entry  35 }

  rPSAttrEntryR32AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  36 }

  rPSAttrEntryR32AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  37 }

  rPSAttrEntryR32AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  38 }

  rPSAttrEntryR32AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR32Entry  39 }

  rPSAttrEntryR32RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR32Entry  40 }

  rPSAttrEntryR32AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  41 }

  rPSAttrEntryR32AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR32Entry  42 }

  rPSAttrEntryR32I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR32Entry  43 }

  rPSAttrEntryR32I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR32Entry  44 }

  rPSAttrEntryR32I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR32Entry  45 }

  rPSAttrEntryR32I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR32Entry  46 }

  rPSAttrEntryR32AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR32Entry  47 }

  rPSAttrEntryR32AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR32Entry  48 }

  rPSAttrEntryR32AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  49 }

  rPSAttrEntryR32AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR32Entry  50 }

  rPSAttrEntryR32AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  51 }

  rPSAttrEntryR32AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR32Entry  52 }

  rPSAttrEntryR32AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  53 }

  rPSAttrEntryR32AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR32Entry  54 }

  rPSAttrEntryR32AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR32Entry  55 }

  rPSAttrEntryR32AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR32Entry  56 }

  rPSAttrEntryR32AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR32Entry  57 }

  rPSAttrEntryR32AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  58 }

  rPSAttrEntryR32AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  59 }

  rPSAttrEntryR32AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR32Entry  60 }

  rPSAttrEntryR32AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR32Entry  61 }

  rPSAttrEntryR32AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR32Entry  62 }

  rPSAttrEntryR32T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR32Entry  63 }

  rPSAttrEntryR32T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR32Entry  64 }

  rPSAttrEntryR32T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR32Entry  65 }

  rPSAttrEntryR32AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR32Entry  66 }

  rPSAttrEntryR32I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR32Entry  67 }

  rPSAttrEntryR32I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR32Entry  68 }

  rPSAttrEntryR32I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR32Entry  69 }

  rPSAttrEntryR32I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR32Entry  70 }

  rPSAttrEntryR32AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR32Entry  71 }

  rPSAttrEntryR32AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR32Entry  72 }

  rPSAttrEntryR32I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR32Entry  73 }

  rPSAttrEntryR32I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR32Entry  74 }

  rPSAttrEntryR32I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR32Entry  75 }

  rPSAttrEntryR32I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR32Entry  76 }

  rPSAttrEntryR32AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR32Entry  77 }

  rPSAttrEntryR32AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR32Entry  78 }

  rPSAttrEntryR32AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR32Entry  79 }

  rPSAttrEntryR32AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR32Entry  80 }

  rPSAttrEntryR32AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR32Entry  81 }

  rPSAttrEntryR32AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR32Entry  82 }

  rPSAttrEntryR32AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR32Entry  83 }

  rPSAttrEntryR32AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR32Entry  84 }

  rPSAttrEntryR32AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR32Entry  85 }

  rPSAttrEntryR32AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR32Entry  86 }

  rPSAttrEntryR32AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR32Entry  88 }

  rPSAttrEntryR32AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR32Entry  89 }

  rPSAttrEntryR32AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR32Entry  90 }

  rPSAttrEntryR32AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR32Entry  91 }

  rPSAttrEntryR32AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR32Entry  92 }

  rPSAttrEntryR32AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR32Entry  93 }

  rPSAttrEntryR32AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR32Entry  94 }

  rPSAttrEntryR32AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR32Entry  95 }

  rPSAttrEntryR32AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR32Entry  96 }

  rPSAttrEntryR32AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR32Entry  97 }

  rPSAttrEntryR32AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR32Entry  98 }

  rPSAttrEntryR32T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR32Entry  99 }

  rPSAttrEntryR32T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR32Entry  100 }

  rPSAttrEntryR32T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR32Entry  101 }

  rPSAttrEntryR32AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  102 }

  rPSAttrEntryR32AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR32Entry  103 }

  rPSAttrEntryR32AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  104 }

  rPSAttrEntryR32AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR32Entry  105 }

  rPSAttrEntryR32AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  106 }

  rPSAttrEntryR32AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  107 }

  rPSAttrEntryR32AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  108 }

  rPSAttrEntryR32AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  109 }

  rPSAttrEntryR32AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  110 }

  rPSAttrEntryR32AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  111 }

  rPSAttrEntryR32AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  112 }

  rPSAttrEntryR32ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  113 }

  rPSAttrEntryR32AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR32Entry  114 }

  rPSAttrEntryR32RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR32Entry  115 }

  rPSAttrEntryR32RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR32Entry  116 }

  rPSAttrEntryR32AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR32Entry  117 }

  rPSAttrEntryR32AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  118 }

  rPSAttrEntryR32AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  119 }

  rPSAttrEntryR32AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR32Entry  120 }

  rPSAttrEntryR32AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR32Entry  121 }

  rPSAttrEntryR32AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR32Entry  122 }

  rPSAttrEntryR32AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR32Entry  123 }

  rPSAttrEntryR32AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR32Entry  124 }

  rPSAttrEntryR32AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  125 }

  rPSAttrEntryR32AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  126 }

  rPSAttrEntryR32AttrValISUPCarrSelInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   notIncluded(0),
                   presubscribedAndNotInput(1),
                   presubscribedAndInput(2),
                   presubscribedAndInputUndetermined(3),
                   notPresubscribedAndInput(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP carrier selection information'."
    DEFVAL       { notIncluded }
    ::= { rPSAttrEntryR32Entry  127 }

  rPSAttrEntryR32AttrValRemTransitNetwkSelParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove transit network selection parameter'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR32Entry  128 }

  rPSAttrEntryR32AttrValUsrDefHex OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - user defined (hex)'."
    ::= { rPSAttrEntryR32Entry  129 }

  rPSAttrEntryR32AttrValCallProgressInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   postDialDelayComfortTone(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call progress indication'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR32Entry  130 }

  rPSAttrEntryR32AttrValBillOvrDldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override dialed number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  131 }

  rPSAttrEntryR32AttrValClgAddrPrivacyTrustOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   removeRestrictedAddressIfDestinationIsUntrusted(0),
                   sendRestrictedAddressAlways(1),
                   removeRestrictedAddressAlways(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling address privacy trust override'."
    DEFVAL       { removeRestrictedAddressIfDestinationIsUntrusted }
    ::= { rPSAttrEntryR32Entry  132 }

  rPSAttrEntryR32AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR32Entry  133 }

  rPSAttrEntryR32AttrValUserCanSkip OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user can skip'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR32Entry  134 }

  rPSAttrEntryR32AttrValActionOnHexDigitClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   trunkPassThroughOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - action on hex-digit calling party number'."
    DEFVAL       { ignore }
    ::= { rPSAttrEntryR32Entry  135 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  rPSNVEntryR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2483 }

  rPSNVEntryR27Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR27NEConn,
             rPSNVEntryR27NetwkElement,
             rPSNVEntryR27CFSIx,
             rPSNVEntryR27CfgSetIx,
             rPSNVEntryR27NumVldnTblIx,
             rPSNVEntryR27NumVldnEntryIx }
    ::= {  rPSNVEntryR27Table  1  }

  RPSNVEntryR27Entry  ::=  SEQUENCE
  {
    rPSNVEntryR27NEConn                Unsigned32,
    rPSNVEntryR27NetwkElement          DisplayString,
    rPSNVEntryR27CFSIx                 Unsigned32,
    rPSNVEntryR27CfgSetIx              Unsigned32,
    rPSNVEntryR27NumVldnTblIx          Unsigned32,
    rPSNVEntryR27NumVldnEntryIx        Unsigned32,
    rPSNVEntryR27NumVldnEntryName      DisplayString,
    rPSNVEntryR27Num                   DisplayString,
    rPSNVEntryR27MinMatchLen           Unsigned32,
    rPSNVEntryR27I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR27I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR27I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR27I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR27I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR27RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR27RowStatus             RowStatus,
    rPSNVEntryR27EditAction            DisplayString,
    rPSNVEntryR27BillType              INTEGER,
    rPSNVEntryR27CldAddrComplete       INTEGER,
    rPSNVEntryR27CldAddrScope          INTEGER,
    rPSNVEntryR27FgdPrefixDialed       INTEGER,
    rPSNVEntryR27OprCall               INTEGER,
    rPSNVEntryR27I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR27I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR27I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR27I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR27I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR27MatchAction           INTEGER,
    rPSNVEntryR27MatchCIP              INTEGER,
    rPSNVEntryR27AttrValCIP            INTEGER,
    rPSNVEntryR27MatchLCC1             INTEGER,
    rPSNVEntryR27LCC1                  Unsigned32,
    rPSNVEntryR27MatchLCC2             INTEGER,
    rPSNVEntryR27LCC2                  Unsigned32,
    rPSNVEntryR27MatchLCC3             INTEGER,
    rPSNVEntryR27LCC3                  Unsigned32,
    rPSNVEntryR27MatchLCC4             INTEGER,
    rPSNVEntryR27LCC4                  Unsigned32,
    rPSNVEntryR27MatchLCC5             INTEGER,
    rPSNVEntryR27LCC5                  Unsigned32,
    rPSNVEntryR27UseCldNumMainBillRec  INTEGER,
    rPSNVEntryR27MatchBillType         INTEGER,
    rPSNVEntryR27MatchCldAddrComplete  INTEGER,
    rPSNVEntryR27MatchCldAddrScope     INTEGER,
    rPSNVEntryR27MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR27MatchOprCall          INTEGER,
    rPSNVEntryR27MatchSubGp            INTEGER,
    rPSNVEntryR27MatchANIIIDigits      INTEGER,
    rPSNVEntryR27ANIIIDigits           Unsigned32,
    rPSNVEntryR27MatchUSCallType       INTEGER,
    rPSNVEntryR27USCallType            INTEGER,
    rPSNVEntryR27MatchUKCallType       INTEGER,
    rPSNVEntryR27UKCallType            INTEGER,
    rPSNVEntryR27MatchDialedPrefix     INTEGER,
    rPSNVEntryR27DialedPrefix          INTEGER,
    rPSNVEntryR27MatchDialingPattn     INTEGER,
    rPSNVEntryR27DialingPattn          INTEGER,
    rPSNVEntryR27MatchUsrDef1          INTEGER,
    rPSNVEntryR27UsrDef1               Unsigned32,
    rPSNVEntryR27MatchUsrDef2          INTEGER,
    rPSNVEntryR27UsrDef2               Unsigned32,
    rPSNVEntryR27MatchUsrDef3          INTEGER,
    rPSNVEntryR27UsrDef3               Unsigned32,
    rPSNVEntryR27AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR27T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR27T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR27T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR27T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR27T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR27AVInMedChMatch        INTEGER,
    rPSNVEntryR27T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR27T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR27T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR27T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR27T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR27T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR27AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR27AVInMedSigStack       INTEGER,
    rPSNVEntryR27AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR27AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR27T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR27T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR27T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR27T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR27T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR27T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR27T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR27T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR27T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR27T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR27T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR27T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR27T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR27T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR27T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR27T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR27T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR27T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR27T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR27T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR27T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR27I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR27I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR27I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR27I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR27AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR27AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR27AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR27AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR27AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR27AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR27AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR27TransitNetwkID        Unsigned32,
    rPSNVEntryR27I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR27I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR27I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR27I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR27T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR27T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR27T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR27AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR27AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR27NumActCallPartyNumAct DisplayString,
    rPSNVEntryR27NumActChargeNumAct    DisplayString,
    rPSNVEntryR27MatchUsrDef4          INTEGER,
    rPSNVEntryR27UsrDef4               Unsigned32,
    rPSNVEntryR27MatchUsrDef5          INTEGER,
    rPSNVEntryR27UsrDef5               Unsigned32,
    rPSNVEntryR27MatchUsrDef6          INTEGER,
    rPSNVEntryR27UsrDef6               Unsigned32,
    rPSNVEntryR27MatchUsrDef7          INTEGER,
    rPSNVEntryR27UsrDef7               Unsigned32,
    rPSNVEntryR27MatchUsrDef8          INTEGER,
    rPSNVEntryR27UsrDef8               Unsigned32,
    rPSNVEntryR27MatchUsrDef9          INTEGER,
    rPSNVEntryR27UsrDef9               Unsigned32,
    rPSNVEntryR27MatchUsrDef10         INTEGER,
    rPSNVEntryR27UsrDef10              Unsigned32,
    rPSNVEntryR27MatchUsrDef11         INTEGER,
    rPSNVEntryR27UsrDef11              Unsigned32,
    rPSNVEntryR27MatchUsrDef12         INTEGER,
    rPSNVEntryR27UsrDef12              Unsigned32,
    rPSNVEntryR27MatchUsrDef13         INTEGER,
    rPSNVEntryR27UsrDef13              Unsigned32,
    rPSNVEntryR27MatchUsrDef14         INTEGER,
    rPSNVEntryR27UsrDef14              Unsigned32,
    rPSNVEntryR27MatchUsrDef15         INTEGER,
    rPSNVEntryR27UsrDef15              Unsigned32,
    rPSNVEntryR27MatchUsrDef16         INTEGER,
    rPSNVEntryR27UsrDef16              Unsigned32,
    rPSNVEntryR27MatchUsrDef17         INTEGER,
    rPSNVEntryR27UsrDef17              Unsigned32,
    rPSNVEntryR27MatchUsrDef18         INTEGER,
    rPSNVEntryR27UsrDef18              Unsigned32,
    rPSNVEntryR27MatchUsrDef19         INTEGER,
    rPSNVEntryR27UsrDef19              Unsigned32,
    rPSNVEntryR27MatchUsrDef20         INTEGER,
    rPSNVEntryR27UsrDef20              Unsigned32,
    rPSNVEntryR27AttrValLCC6Match      INTEGER,
    rPSNVEntryR27AttrValLCC6           Unsigned32,
    rPSNVEntryR27AttrValLCC7Match      INTEGER,
    rPSNVEntryR27AttrValLCC7           Unsigned32,
    rPSNVEntryR27AttrValLCC8Match      INTEGER,
    rPSNVEntryR27AttrValLCC8           Unsigned32,
    rPSNVEntryR27AttrValLCC9Match      INTEGER,
    rPSNVEntryR27AttrValLCC9           Unsigned32,
    rPSNVEntryR27AttrValLCC10Match     INTEGER,
    rPSNVEntryR27AttrValLCC10          Unsigned32,
    rPSNVEntryR27AttrValLCC11Match     INTEGER,
    rPSNVEntryR27AttrValLCC11          Unsigned32,
    rPSNVEntryR27AttrValLCC12Match     INTEGER,
    rPSNVEntryR27AttrValLCC12          Unsigned32,
    rPSNVEntryR27AttrValLCC13Match     INTEGER,
    rPSNVEntryR27AttrValLCC13          Unsigned32,
    rPSNVEntryR27AttrValLCC14Match     INTEGER,
    rPSNVEntryR27AttrValLCC14          Unsigned32,
    rPSNVEntryR27AttrValLCC15Match     INTEGER,
    rPSNVEntryR27AttrValLCC15          Unsigned32,
    rPSNVEntryR27AttrValLCC16Match     INTEGER,
    rPSNVEntryR27AttrValLCC16          Unsigned32,
    rPSNVEntryR27AttrValLCC17Match     INTEGER,
    rPSNVEntryR27AttrValLCC17          Unsigned32,
    rPSNVEntryR27AttrValLCC18Match     INTEGER,
    rPSNVEntryR27AttrValLCC18          Unsigned32,
    rPSNVEntryR27AttrValLCC19Match     INTEGER,
    rPSNVEntryR27AttrValLCC19          Unsigned32,
    rPSNVEntryR27AttrValLCC20Match     INTEGER,
    rPSNVEntryR27AttrValLCC20          Unsigned32,
    rPSNVEntryR27AttrValESAStatusMatch INTEGER,
    rPSNVEntryR27I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR27I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR27I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR27I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR27AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR27AVBearerCapability    BITS,
    rPSNVEntryR27RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR27RedirectionReason     INTEGER,
    rPSNVEntryR27AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR27AttrValValidFromHr    Unsigned32,
    rPSNVEntryR27AttrValValidFromMin   Unsigned32,
    rPSNVEntryR27AttrValValidToHr      Unsigned32,
    rPSNVEntryR27AttrValValidToMin     Unsigned32,
    rPSNVEntryR27AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR27AttrValDayWeek        BITS,
    rPSNVEntryR27AttrValDateRangeMatch INTEGER,
    rPSNVEntryR27AttrValValidFromYear  Unsigned32,
    rPSNVEntryR27AttrValValidFromMonth Unsigned32,
    rPSNVEntryR27AttrValValidFromDate  Unsigned32,
    rPSNVEntryR27AttrValValidUntilYear Unsigned32,
    rPSNVEntryR27AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR27AttrValValidUntilDate Unsigned32,
    rPSNVEntryR27AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR27AttrValDialedBySub    INTEGER,
    rPSNVEntryR27AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR27AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR27AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR27AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR27AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR27AttrValISwIBGCall     INTEGER,
    rPSNVEntryR27UseCldNumInMod611     INTEGER,
    rPSNVEntryR27AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR27AttrValOTGpID         DisplayString,
    rPSNVEntryR27AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR27AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR27AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR27AttrValDTGpID         DisplayString,
    rPSNVEntryR27AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR27AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR27NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR27NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR27T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR27T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR27T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR27AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR27AttrValClgPrtCtgry    BITS,
    rPSNVEntryR27AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR27AttrValIsupPrefs      BITS,
    rPSNVEntryR27AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR27AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR27AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR27AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR27AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR27AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR27AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR27AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR27AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR27AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR27AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR27AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR27AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR27AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR27AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR27AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR27ClgAddrScope          INTEGER,
    rPSNVEntryR27AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR27AttrValSiteMatch      INTEGER,
    rPSNVEntryR27I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR27NumActionSignaledCIDAction
                                       DisplayString,
    rPSNVEntryR27NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSNVEntryR27AttrValCgNmEqCdNmMatch
                                       INTEGER,
    rPSNVEntryR27AttrValCgNmEqCdNm     INTEGER,
    rPSNVEntryR27UseClgNumBillRec      INTEGER,
    rPSNVEntryR27ClgNumActionBill      DisplayString,
    rPSNVEntryR27CldNumActionBill      DisplayString,
    rPSNVEntryR27NumActionUDSA1Action  DisplayString,
    rPSNVEntryR27NumActionUDSA2Action  DisplayString,
    rPSNVEntryR27NumActionUDSA3Action  DisplayString,
    rPSNVEntryR27NumActionUDSA4Action  DisplayString,
    rPSNVEntryR27NumActionUDSA5Action  DisplayString,
    rPSNVEntryR27NumActionUDSA6Action  DisplayString,
    rPSNVEntryR27NumActionUDSA7Action  DisplayString,
    rPSNVEntryR27NumActionUDSA8Action  DisplayString,
    rPSNVEntryR27NumActionUDSA9Action  DisplayString,
    rPSNVEntryR27NumActionUDSA10Action DisplayString,
    rPSNVEntryR27AttrValSatIndMatch    INTEGER,
    rPSNVEntryR27AttrValSatInd         Unsigned32,
    rPSNVEntryR27AttrValCgPtNumPrsMatch
                                       INTEGER,
    rPSNVEntryR27AttrValClgPartyNumPresence
                                       INTEGER
  }

  rPSNVEntryR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR27Entry  1 }

  rPSNVEntryR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR27Entry  2 }

  rPSNVEntryR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR27Entry  3 }

  rPSNVEntryR27CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR27Entry  4 }

  rPSNVEntryR27NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR27Entry  5 }

  rPSNVEntryR27NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR27Entry  6 }

  rPSNVEntryR27NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR27Entry  7 }

  rPSNVEntryR27Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR27Entry  8 }

  rPSNVEntryR27MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  9 }

  rPSNVEntryR27I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR27Entry  10 }

  rPSNVEntryR27I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR27Entry  11 }

  rPSNVEntryR27I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR27Entry  12 }

  rPSNVEntryR27I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR27Entry  13 }

  rPSNVEntryR27I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR27Entry  14 }

  rPSNVEntryR27RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR27Entry  15 }

  rPSNVEntryR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR27Entry  16 }

  rPSNVEntryR27EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR27Entry  17 }

  rPSNVEntryR27BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR27Entry  18 }

  rPSNVEntryR27CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR27Entry  19 }

  rPSNVEntryR27CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR27Entry  20 }

  rPSNVEntryR27FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR27Entry  21 }

  rPSNVEntryR27OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR27Entry  22 }

  rPSNVEntryR27I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR27Entry  28 }

  rPSNVEntryR27I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR27Entry  29 }

  rPSNVEntryR27I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR27Entry  30 }

  rPSNVEntryR27I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR27Entry  31 }

  rPSNVEntryR27I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR27Entry  32 }

  rPSNVEntryR27MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR27Entry  33 }

  rPSNVEntryR27MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  34 }

  rPSNVEntryR27AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  35 }

  rPSNVEntryR27MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  49 }

  rPSNVEntryR27LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR27Entry  50 }

  rPSNVEntryR27MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  51 }

  rPSNVEntryR27LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR27Entry  52 }

  rPSNVEntryR27MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  53 }

  rPSNVEntryR27LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR27Entry  54 }

  rPSNVEntryR27MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  55 }

  rPSNVEntryR27LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR27Entry  56 }

  rPSNVEntryR27MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  57 }

  rPSNVEntryR27LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR27Entry  58 }

  rPSNVEntryR27UseCldNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use called number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR27Entry  59 }

  rPSNVEntryR27MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  60 }

  rPSNVEntryR27MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  61 }

  rPSNVEntryR27MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  62 }

  rPSNVEntryR27MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  63 }

  rPSNVEntryR27MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  64 }

  rPSNVEntryR27MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  65 }

  rPSNVEntryR27MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  68 }

  rPSNVEntryR27ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  69 }

  rPSNVEntryR27MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  70 }

  rPSNVEntryR27USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR27Entry  71 }

  rPSNVEntryR27MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  72 }

  rPSNVEntryR27UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR27Entry  73 }

  rPSNVEntryR27MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  74 }

  rPSNVEntryR27DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR27Entry  75 }

  rPSNVEntryR27MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  76 }

  rPSNVEntryR27DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR27Entry  77 }

  rPSNVEntryR27MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  78 }

  rPSNVEntryR27UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR27Entry  79 }

  rPSNVEntryR27MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  80 }

  rPSNVEntryR27UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR27Entry  81 }

  rPSNVEntryR27MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  82 }

  rPSNVEntryR27UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR27Entry  83 }

  rPSNVEntryR27AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR27Entry  84 }

  rPSNVEntryR27T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR27Entry  85 }

  rPSNVEntryR27T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR27Entry  86 }

  rPSNVEntryR27T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR27Entry  87 }

  rPSNVEntryR27T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR27Entry  88 }

  rPSNVEntryR27T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR27Entry  89 }

  rPSNVEntryR27AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  90 }

  rPSNVEntryR27T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  91 }

  rPSNVEntryR27T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  92 }

  rPSNVEntryR27T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  93 }

  rPSNVEntryR27T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  94 }

  rPSNVEntryR27T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  95 }

  rPSNVEntryR27T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  96 }

  rPSNVEntryR27AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  97 }

  rPSNVEntryR27AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR27Entry  98 }

  rPSNVEntryR27AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  99 }

  rPSNVEntryR27AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR27Entry  100 }

  rPSNVEntryR27T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  101 }

  rPSNVEntryR27T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  102 }

  rPSNVEntryR27T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR27Entry  103 }

  rPSNVEntryR27T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR27Entry  104 }

  rPSNVEntryR27T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR27Entry  105 }

  rPSNVEntryR27T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR27Entry  106 }

  rPSNVEntryR27T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR27Entry  107 }

  rPSNVEntryR27T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR27Entry  108 }

  rPSNVEntryR27T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR27Entry  109 }

  rPSNVEntryR27T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR27Entry  110 }

  rPSNVEntryR27T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR27Entry  111 }

  rPSNVEntryR27T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR27Entry  112 }

  rPSNVEntryR27T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR27Entry  113 }

  rPSNVEntryR27T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR27Entry  114 }

  rPSNVEntryR27T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR27Entry  115 }

  rPSNVEntryR27T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR27Entry  116 }

  rPSNVEntryR27T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR27Entry  117 }

  rPSNVEntryR27T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  119 }

  rPSNVEntryR27T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  120 }

  rPSNVEntryR27T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  121 }

  rPSNVEntryR27T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR27Entry  122 }

  rPSNVEntryR27I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR27Entry  123 }

  rPSNVEntryR27I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR27Entry  124 }

  rPSNVEntryR27I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR27Entry  125 }

  rPSNVEntryR27I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR27Entry  126 }

  rPSNVEntryR27AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR27Entry  127 }

  rPSNVEntryR27AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  132 }

  rPSNVEntryR27AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  136 }

  rPSNVEntryR27AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR27Entry  137 }

  rPSNVEntryR27AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  138 }

  rPSNVEntryR27AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR27Entry  139 }

  rPSNVEntryR27AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  140 }

  rPSNVEntryR27TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  141 }

  rPSNVEntryR27I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR27Entry  147 }

  rPSNVEntryR27I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR27Entry  148 }

  rPSNVEntryR27I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR27Entry  149 }

  rPSNVEntryR27I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR27Entry  150 }

  rPSNVEntryR27T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR27Entry  183 }

  rPSNVEntryR27T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR27Entry  184 }

  rPSNVEntryR27T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR27Entry  185 }

  rPSNVEntryR27AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  186 }

  rPSNVEntryR27AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR27Entry  187 }

  rPSNVEntryR27NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR27Entry  188 }

  rPSNVEntryR27NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR27Entry  189 }

  rPSNVEntryR27MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  190 }

  rPSNVEntryR27UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR27Entry  191 }

  rPSNVEntryR27MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  192 }

  rPSNVEntryR27UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR27Entry  193 }

  rPSNVEntryR27MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  194 }

  rPSNVEntryR27UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR27Entry  195 }

  rPSNVEntryR27MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  196 }

  rPSNVEntryR27UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR27Entry  197 }

  rPSNVEntryR27MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  198 }

  rPSNVEntryR27UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR27Entry  199 }

  rPSNVEntryR27MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  200 }

  rPSNVEntryR27UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR27Entry  201 }

  rPSNVEntryR27MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  202 }

  rPSNVEntryR27UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR27Entry  203 }

  rPSNVEntryR27MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  204 }

  rPSNVEntryR27UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR27Entry  205 }

  rPSNVEntryR27MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  206 }

  rPSNVEntryR27UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR27Entry  207 }

  rPSNVEntryR27MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  208 }

  rPSNVEntryR27UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR27Entry  209 }

  rPSNVEntryR27MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  210 }

  rPSNVEntryR27UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR27Entry  211 }

  rPSNVEntryR27MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  212 }

  rPSNVEntryR27UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR27Entry  213 }

  rPSNVEntryR27MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  214 }

  rPSNVEntryR27UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR27Entry  215 }

  rPSNVEntryR27MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  216 }

  rPSNVEntryR27UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR27Entry  217 }

  rPSNVEntryR27MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  218 }

  rPSNVEntryR27UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR27Entry  219 }

  rPSNVEntryR27MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  220 }

  rPSNVEntryR27UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR27Entry  221 }

  rPSNVEntryR27MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  222 }

  rPSNVEntryR27UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR27Entry  223 }

  rPSNVEntryR27AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  224 }

  rPSNVEntryR27AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR27Entry  225 }

  rPSNVEntryR27AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  226 }

  rPSNVEntryR27AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR27Entry  227 }

  rPSNVEntryR27AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  228 }

  rPSNVEntryR27AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR27Entry  229 }

  rPSNVEntryR27AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  230 }

  rPSNVEntryR27AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR27Entry  231 }

  rPSNVEntryR27AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  232 }

  rPSNVEntryR27AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR27Entry  233 }

  rPSNVEntryR27AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  234 }

  rPSNVEntryR27AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR27Entry  235 }

  rPSNVEntryR27AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  236 }

  rPSNVEntryR27AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR27Entry  237 }

  rPSNVEntryR27AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  238 }

  rPSNVEntryR27AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR27Entry  239 }

  rPSNVEntryR27AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  240 }

  rPSNVEntryR27AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR27Entry  241 }

  rPSNVEntryR27AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  242 }

  rPSNVEntryR27AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR27Entry  243 }

  rPSNVEntryR27AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  244 }

  rPSNVEntryR27AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR27Entry  245 }

  rPSNVEntryR27AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  246 }

  rPSNVEntryR27AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR27Entry  247 }

  rPSNVEntryR27AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  248 }

  rPSNVEntryR27AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR27Entry  249 }

  rPSNVEntryR27AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  250 }

  rPSNVEntryR27AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR27Entry  251 }

  rPSNVEntryR27AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  252 }

  rPSNVEntryR27AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR27Entry  253 }

  rPSNVEntryR27AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR27Entry  254 }

  rPSNVEntryR27I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR27Entry  255 }

  rPSNVEntryR27I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR27Entry  256 }

  rPSNVEntryR27I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR27Entry  257 }

  rPSNVEntryR27I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR27Entry  258 }

  rPSNVEntryR27AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  260 }

  rPSNVEntryR27AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR27Entry  261 }

  rPSNVEntryR27RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  262 }

  rPSNVEntryR27RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR27Entry  263 }

  rPSNVEntryR27AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR27Entry  264 }

  rPSNVEntryR27AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR27Entry  265 }

  rPSNVEntryR27AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR27Entry  266 }

  rPSNVEntryR27AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR27Entry  267 }

  rPSNVEntryR27AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR27Entry  268 }

  rPSNVEntryR27AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR27Entry  269 }

  rPSNVEntryR27AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR27Entry  270 }

  rPSNVEntryR27AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR27Entry  271 }

  rPSNVEntryR27AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR27Entry  272 }

  rPSNVEntryR27AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR27Entry  273 }

  rPSNVEntryR27AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR27Entry  274 }

  rPSNVEntryR27AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR27Entry  275 }

  rPSNVEntryR27AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR27Entry  276 }

  rPSNVEntryR27AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR27Entry  277 }

  rPSNVEntryR27AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  278 }

  rPSNVEntryR27AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR27Entry  279 }

  rPSNVEntryR27AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  280 }

  rPSNVEntryR27AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR27Entry  281 }

  rPSNVEntryR27AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  282 }

  rPSNVEntryR27AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR27Entry  283 }

  rPSNVEntryR27AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR27Entry  284 }

  rPSNVEntryR27AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR27Entry  285 }

  rPSNVEntryR27UseCldNumInMod611 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use called number in module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR27Entry  286 }

  rPSNVEntryR27AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  287 }

  rPSNVEntryR27AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR27Entry  288 }

  rPSNVEntryR27AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  289 }

  rPSNVEntryR27AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR27Entry  290 }

  rPSNVEntryR27AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  291 }

  rPSNVEntryR27AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR27Entry  292 }

  rPSNVEntryR27AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  293 }

  rPSNVEntryR27AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR27Entry  294 }

  rPSNVEntryR27NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR27Entry  295 }

  rPSNVEntryR27NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR27Entry  296 }

  rPSNVEntryR27T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR27Entry  297 }

  rPSNVEntryR27T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR27Entry  298 }

  rPSNVEntryR27T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR27Entry  299 }

  rPSNVEntryR27AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  300 }

  rPSNVEntryR27AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR27Entry  301 }

  rPSNVEntryR27AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  302 }

  rPSNVEntryR27AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR27Entry  303 }

  rPSNVEntryR27AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  304 }

  rPSNVEntryR27AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR27Entry  305 }

  rPSNVEntryR27AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  306 }

  rPSNVEntryR27AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR27Entry  307 }

  rPSNVEntryR27AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  308 }

  rPSNVEntryR27AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR27Entry  309 }

  rPSNVEntryR27AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  310 }

  rPSNVEntryR27AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR27Entry  311 }

  rPSNVEntryR27AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  312 }

  rPSNVEntryR27AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR27Entry  313 }

  rPSNVEntryR27AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  314 }

  rPSNVEntryR27AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR27Entry  315 }

  rPSNVEntryR27AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  316 }

  rPSNVEntryR27AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR27Entry  317 }

  rPSNVEntryR27AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  318 }

  rPSNVEntryR27AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  319 }

  rPSNVEntryR27ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR27Entry  320 }

  rPSNVEntryR27AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR27Entry  321 }

  rPSNVEntryR27AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  322 }

  rPSNVEntryR27I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR27Entry  323 }

  rPSNVEntryR27NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR27Entry  325 }

  rPSNVEntryR27NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSNVEntryR27Entry  326 }

  rPSNVEntryR27AttrValCgNmEqCdNmMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR27Entry  327 }

  rPSNVEntryR27AttrValCgNmEqCdNm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR27Entry  328 }

  rPSNVEntryR27UseClgNumBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use calling number for billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR27Entry  330 }

  rPSNVEntryR27ClgNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number action for billing'."
    ::= { rPSNVEntryR27Entry  331 }

  rPSNVEntryR27CldNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number action for billing'."
    ::= { rPSNVEntryR27Entry  332 }

  rPSNVEntryR27NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSNVEntryR27Entry  333 }

  rPSNVEntryR27NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSNVEntryR27Entry  334 }

  rPSNVEntryR27NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSNVEntryR27Entry  335 }

  rPSNVEntryR27NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSNVEntryR27Entry  336 }

  rPSNVEntryR27NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSNVEntryR27Entry  337 }

  rPSNVEntryR27NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSNVEntryR27Entry  338 }

  rPSNVEntryR27NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSNVEntryR27Entry  339 }

  rPSNVEntryR27NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSNVEntryR27Entry  340 }

  rPSNVEntryR27NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSNVEntryR27Entry  341 }

  rPSNVEntryR27NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSNVEntryR27Entry  342 }

  rPSNVEntryR27AttrValSatIndMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  343 }

  rPSNVEntryR27AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR27Entry  344 }

  rPSNVEntryR27AttrValCgPtNumPrsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling party number presence match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR27Entry  345 }

  rPSNVEntryR27AttrValClgPartyNumPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   numeric(1),
                   hexDigit(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling party number presence'."
    DEFVAL       { numeric }
    ::= { rPSNVEntryR27Entry  346 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Call Forwarding Services'                           */
-- /* Valid from: 9.3.20                                                            */
-- /*********************************************************************************/

  perProfCallFwdR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfCallFwdR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2484 }

  perProfCallFwdR6Entry OBJECT-TYPE
    SYNTAX       PerProfCallFwdR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfCallFwdR6NEConn,
             perProfCallFwdR6NetwkElement,
             perProfCallFwdR6CFSIx,
             perProfCallFwdR6GpIx }
    ::= {  perProfCallFwdR6Table  1  }

  PerProfCallFwdR6Entry  ::=  SEQUENCE
  {
    perProfCallFwdR6NEConn             Unsigned32,
    perProfCallFwdR6NetwkElement       DisplayString,
    perProfCallFwdR6CFSIx              Unsigned32,
    perProfCallFwdR6GpIx               Unsigned32,
    perProfCallFwdR6SDActMaxSimulFwds  Unsigned32,
    perProfCallFwdR6SDDefMaxSimulFwds  Unsigned32,
    perProfCallFwdR6SDUseDefMaxSimulFwds
                                       INTEGER,
    perProfCallFwdR6SDActUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR6SDDefUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR6SDUseDefUserNotifCallDiversion
                                       INTEGER,
    perProfCallFwdR6SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR6SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR6SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    perProfCallFwdR6SDActNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR6SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR6SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    perProfCallFwdR6SDActPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR6SDDefPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR6SDUseDefPlayConfirmTone
                                       INTEGER,
    perProfCallFwdR6SDActCFUSubscribed INTEGER,
    perProfCallFwdR6SDDefCFUSubscribed INTEGER,
    perProfCallFwdR6SDUseDefCFUSubscribed
                                       INTEGER,
    perProfCallFwdR6SDActCFUVariant    INTEGER,
    perProfCallFwdR6SDDefCFUVariant    INTEGER,
    perProfCallFwdR6SDUseDefCFUVariant INTEGER,
    perProfCallFwdR6SDActCFUSingleRing INTEGER,
    perProfCallFwdR6SDDefCFUSingleRing INTEGER,
    perProfCallFwdR6SDUseDefCFUSingleRing
                                       INTEGER,
    perProfCallFwdR6SDActCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR6SDDefCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR6SDUseDefCFBLSubscribed
                                       INTEGER,
    perProfCallFwdR6SDActCFBLVariant   INTEGER,
    perProfCallFwdR6SDDefCFBLVariant   INTEGER,
    perProfCallFwdR6SDUseDefCFBLVariant
                                       INTEGER,
    perProfCallFwdR6SDActCFDASubscribed
                                       INTEGER,
    perProfCallFwdR6SDDefCFDASubscribed
                                       INTEGER,
    perProfCallFwdR6SDUseDefCFDASubscribed
                                       INTEGER,
    perProfCallFwdR6SDActCFDAVariant   INTEGER,
    perProfCallFwdR6SDDefCFDAVariant   INTEGER,
    perProfCallFwdR6SDUseDefCFDAVariant
                                       INTEGER,
    perProfCallFwdR6SDActCFDANoReplyTime
                                       Unsigned32,
    perProfCallFwdR6SDDefCFDANoReplyTime
                                       Unsigned32,
    perProfCallFwdR6SDUseDefCFDANoReplyTime
                                       INTEGER,
    perProfCallFwdR6SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR6SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR6SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    perProfCallFwdR6SDActSCFSubscribed INTEGER,
    perProfCallFwdR6SDDefSCFSubscribed INTEGER,
    perProfCallFwdR6SDUseDefSCFSubscribed
                                       INTEGER,
    perProfCallFwdR6SDActSCFSingleRing INTEGER,
    perProfCallFwdR6SDDefSCFSingleRing INTEGER,
    perProfCallFwdR6SDUseDefSCFSingleRing
                                       INTEGER,
    perProfCallFwdR6SDActSCFUSB        INTEGER,
    perProfCallFwdR6SDDefSCFUSB        INTEGER,
    perProfCallFwdR6SDUseDefSCFUSB     INTEGER,
    perProfCallFwdR6SDActBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR6SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR6SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    perProfCallFwdR6SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    perProfCallFwdR6SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    perProfCallFwdR6SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    perProfCallFwdR6SDActBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR6SDDefBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR6SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    perProfCallFwdR6SDActRACFSubscribed
                                       INTEGER,
    perProfCallFwdR6SDDefRACFSubscribed
                                       INTEGER,
    perProfCallFwdR6SDUseDefRACFSubscribed
                                       INTEGER,
    perProfCallFwdR6SDActFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR6SDDefFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR6SDUseDefFMFMSubscribed
                                       INTEGER,
    perProfCallFwdR6SDActFMFMServLvl   INTEGER,
    perProfCallFwdR6SDDefFMFMServLvl   INTEGER,
    perProfCallFwdR6SDUseDefFMFMServLvl
                                       INTEGER,
    perProfCallFwdR6SDActRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR6SDDefRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR6SDUseDefRequireCrtsyCall
                                       INTEGER,
    perProfCallFwdR6SDActUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR6SDDefUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR6SDUseDefUnavailCFSubscribed
                                       INTEGER,
    perProfCallFwdR6SDActNmRlToCllr    INTEGER,
    perProfCallFwdR6SDDefNmRlToCllr    INTEGER,
    perProfCallFwdR6SDUseDefNmRlToCllr INTEGER,
    perProfCallFwdR6SDActDivertedToNmRlToCllr
                                       INTEGER,
    perProfCallFwdR6SDDefDivertedToNmRlToCllr
                                       INTEGER,
    perProfCallFwdR6SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    perProfCallFwdR6SDActIntegratedCF  INTEGER,
    perProfCallFwdR6SDDefIntegratedCF  INTEGER,
    perProfCallFwdR6SDUseDefIntegratedCF
                                       INTEGER
  }

  perProfCallFwdR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfCallFwdR6Entry  1 }

  perProfCallFwdR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfCallFwdR6Entry  2 }

  perProfCallFwdR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfCallFwdR6Entry  3 }

  perProfCallFwdR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfCallFwdR6Entry  4 }

  perProfCallFwdR6SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  5 }

  perProfCallFwdR6SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  6 }

  perProfCallFwdR6SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  7 }

  perProfCallFwdR6SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  8 }

  perProfCallFwdR6SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  9 }

  perProfCallFwdR6SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  10 }

  perProfCallFwdR6SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  11 }

  perProfCallFwdR6SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  12 }

  perProfCallFwdR6SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  13 }

  perProfCallFwdR6SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  14 }

  perProfCallFwdR6SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  15 }

  perProfCallFwdR6SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  16 }

  perProfCallFwdR6SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  17 }

  perProfCallFwdR6SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  18 }

  perProfCallFwdR6SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  19 }

  perProfCallFwdR6SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  20 }

  perProfCallFwdR6SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  21 }

  perProfCallFwdR6SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  22 }

  perProfCallFwdR6SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  23 }

  perProfCallFwdR6SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  24 }

  perProfCallFwdR6SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  25 }

  perProfCallFwdR6SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  26 }

  perProfCallFwdR6SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  27 }

  perProfCallFwdR6SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  28 }

  perProfCallFwdR6SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  29 }

  perProfCallFwdR6SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  30 }

  perProfCallFwdR6SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  31 }

  perProfCallFwdR6SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  32 }

  perProfCallFwdR6SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  33 }

  perProfCallFwdR6SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  34 }

  perProfCallFwdR6SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  35 }

  perProfCallFwdR6SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  36 }

  perProfCallFwdR6SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  37 }

  perProfCallFwdR6SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  38 }

  perProfCallFwdR6SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  39 }

  perProfCallFwdR6SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  40 }

  perProfCallFwdR6SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  41 }

  perProfCallFwdR6SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  42 }

  perProfCallFwdR6SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  43 }

  perProfCallFwdR6SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  44 }

  perProfCallFwdR6SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  45 }

  perProfCallFwdR6SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  46 }

  perProfCallFwdR6SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  47 }

  perProfCallFwdR6SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  48 }

  perProfCallFwdR6SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  49 }

  perProfCallFwdR6SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  50 }

  perProfCallFwdR6SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  51 }

  perProfCallFwdR6SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  52 }

  perProfCallFwdR6SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  53 }

  perProfCallFwdR6SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  54 }

  perProfCallFwdR6SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  55 }

  perProfCallFwdR6SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  56 }

  perProfCallFwdR6SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  57 }

  perProfCallFwdR6SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  58 }

  perProfCallFwdR6SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  59 }

  perProfCallFwdR6SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  60 }

  perProfCallFwdR6SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  61 }

  perProfCallFwdR6SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  62 }

  perProfCallFwdR6SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  63 }

  perProfCallFwdR6SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  64 }

  perProfCallFwdR6SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  65 }

  perProfCallFwdR6SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  66 }

  perProfCallFwdR6SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  67 }

  perProfCallFwdR6SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  68 }

  perProfCallFwdR6SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  69 }

  perProfCallFwdR6SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  70 }

  perProfCallFwdR6SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  71 }

  perProfCallFwdR6SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  72 }

  perProfCallFwdR6SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  73 }

  perProfCallFwdR6SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  74 }

  perProfCallFwdR6SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  75 }

  perProfCallFwdR6SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  76 }

  perProfCallFwdR6SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  77 }

  perProfCallFwdR6SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  78 }

  perProfCallFwdR6SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  79 }

  perProfCallFwdR6SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  80 }

  perProfCallFwdR6SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  81 }

  perProfCallFwdR6SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  82 }

  perProfCallFwdR6SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  83 }

  perProfCallFwdR6SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  84 }

  perProfCallFwdR6SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  85 }

  perProfCallFwdR6SDActIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  86 }

  perProfCallFwdR6SDDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfCallFwdR6Entry  87 }

  perProfCallFwdR6SDUseDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfCallFwdR6Entry  88 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  indLineCallFwdR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineCallFwdR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2485 }

  indLineCallFwdR9Entry OBJECT-TYPE
    SYNTAX       IndLineCallFwdR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineCallFwdR9NEConn,
             indLineCallFwdR9NetwkElement,
             indLineCallFwdR9CFSIx,
             indLineCallFwdR9DirNum }
    ::= {  indLineCallFwdR9Table  1  }

  IndLineCallFwdR9Entry  ::=  SEQUENCE
  {
    indLineCallFwdR9NEConn             Unsigned32,
    indLineCallFwdR9NetwkElement       DisplayString,
    indLineCallFwdR9CFSIx              Unsigned32,
    indLineCallFwdR9DirNum             DisplayString,
    indLineCallFwdR9SDActUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR9SDDefUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR9SDUseDefUserNotifCallDiversion
                                       INTEGER,
    indLineCallFwdR9SDActNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR9SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR9SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLineCallFwdR9SDActPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR9SDDefPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR9SDUseDefPlayConfirmTone
                                       INTEGER,
    indLineCallFwdR9SDActCFUSubscribed INTEGER,
    indLineCallFwdR9SDDefCFUSubscribed INTEGER,
    indLineCallFwdR9SDUseDefCFUSubscribed
                                       INTEGER,
    indLineCallFwdR9CFUEnabled         INTEGER,
    indLineCallFwdR9CFUNum             DisplayString,
    indLineCallFwdR9SDActCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR9SDDefCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR9SDUseDefCFBLSubscribed
                                       INTEGER,
    indLineCallFwdR9CFBLEnabled        INTEGER,
    indLineCallFwdR9CFBLNum            DisplayString,
    indLineCallFwdR9SDActCFDASubscribed
                                       INTEGER,
    indLineCallFwdR9SDDefCFDASubscribed
                                       INTEGER,
    indLineCallFwdR9SDUseDefCFDASubscribed
                                       INTEGER,
    indLineCallFwdR9CFDAEnabled        INTEGER,
    indLineCallFwdR9CFDANum            DisplayString,
    indLineCallFwdR9SDActCFDANoReplyTime
                                       Unsigned32,
    indLineCallFwdR9SDDefCFDANoReplyTime
                                       Unsigned32,
    indLineCallFwdR9SDUseDefCFDANoReplyTime
                                       INTEGER,
    indLineCallFwdR9SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR9SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR9SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLineCallFwdR9SDActSCFSubscribed INTEGER,
    indLineCallFwdR9SDDefSCFSubscribed INTEGER,
    indLineCallFwdR9SDUseDefSCFSubscribed
                                       INTEGER,
    indLineCallFwdR9SCFEnabled         INTEGER,
    indLineCallFwdR9SCFNumToFwdTo      DisplayString,
    indLineCallFwdR9SCFNumAnonNumsFwd  Unsigned32,
    indLineCallFwdR9SDActSCFUSB        INTEGER,
    indLineCallFwdR9SDDefSCFUSB        INTEGER,
    indLineCallFwdR9SDUseDefSCFUSB     INTEGER,
    indLineCallFwdR9SDActLineHunt      INTEGER,
    indLineCallFwdR9SDDefLineHunt      INTEGER,
    indLineCallFwdR9SDUseDefLineHunt   INTEGER,
    indLineCallFwdR9SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLineCallFwdR9SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLineCallFwdR9SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    indLineCallFwdR9SDActBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR9SDDefBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR9SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    indLineCallFwdR9DoExtraActions     INTEGER,
    indLineCallFwdR9SDActRACFSubscribed
                                       INTEGER,
    indLineCallFwdR9SDDefRACFSubscribed
                                       INTEGER,
    indLineCallFwdR9SDUseDefRACFSubscribed
                                       INTEGER,
    indLineCallFwdR9RACFBlocked        INTEGER,
    indLineCallFwdR9SDActMaxSimulFwds  Unsigned32,
    indLineCallFwdR9SDDefMaxSimulFwds  Unsigned32,
    indLineCallFwdR9SDUseDefMaxSimulFwds
                                       INTEGER,
    indLineCallFwdR9SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR9SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR9SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLineCallFwdR9SDActCFUSingleRing INTEGER,
    indLineCallFwdR9SDDefCFUSingleRing INTEGER,
    indLineCallFwdR9SDUseDefCFUSingleRing
                                       INTEGER,
    indLineCallFwdR9SDActSCFSingleRing INTEGER,
    indLineCallFwdR9SDDefSCFSingleRing INTEGER,
    indLineCallFwdR9SDUseDefSCFSingleRing
                                       INTEGER,
    indLineCallFwdR9SDActCFUVariant    INTEGER,
    indLineCallFwdR9SDDefCFUVariant    INTEGER,
    indLineCallFwdR9SDUseDefCFUVariant INTEGER,
    indLineCallFwdR9SDActCFBLVariant   INTEGER,
    indLineCallFwdR9SDDefCFBLVariant   INTEGER,
    indLineCallFwdR9SDUseDefCFBLVariant
                                       INTEGER,
    indLineCallFwdR9SDActCFDAVariant   INTEGER,
    indLineCallFwdR9SDDefCFDAVariant   INTEGER,
    indLineCallFwdR9SDUseDefCFDAVariant
                                       INTEGER,
    indLineCallFwdR9BasicLineHuntingEnabled
                                       INTEGER,
    indLineCallFwdR9SDActFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR9SDDefFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR9SDUseDefFMFMSubscribed
                                       INTEGER,
    indLineCallFwdR9SDActFMFMServLvl   INTEGER,
    indLineCallFwdR9SDDefFMFMServLvl   INTEGER,
    indLineCallFwdR9SDUseDefFMFMServLvl
                                       INTEGER,
    indLineCallFwdR9FMFMEnabled        INTEGER,
    indLineCallFwdR9SDActRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR9SDDefRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR9SDUseDefRequireCrtsyCall
                                       INTEGER,
    indLineCallFwdR9SDActUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR9SDDefUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR9SDUseDefUnavailCFSubscribed
                                       INTEGER,
    indLineCallFwdR9UnavailCFEnabled   INTEGER,
    indLineCallFwdR9UnavailCFNum       DisplayString,
    indLineCallFwdR9SDActNmRlToCllr    INTEGER,
    indLineCallFwdR9SDDefNmRlToCllr    INTEGER,
    indLineCallFwdR9SDUseDefNmRlToCllr INTEGER,
    indLineCallFwdR9SDActDivertedToNmRlToCllr
                                       INTEGER,
    indLineCallFwdR9SDDefDivertedToNmRlToCllr
                                       INTEGER,
    indLineCallFwdR9SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    indLineCallFwdR9SDActIntegratedCF  INTEGER,
    indLineCallFwdR9SDDefIntegratedCF  INTEGER,
    indLineCallFwdR9SDUseDefIntegratedCF
                                       INTEGER
  }

  indLineCallFwdR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineCallFwdR9Entry  1 }

  indLineCallFwdR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineCallFwdR9Entry  2 }

  indLineCallFwdR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineCallFwdR9Entry  3 }

  indLineCallFwdR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineCallFwdR9Entry  4 }

  indLineCallFwdR9SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  5 }

  indLineCallFwdR9SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  6 }

  indLineCallFwdR9SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  7 }

  indLineCallFwdR9SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  8 }

  indLineCallFwdR9SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  9 }

  indLineCallFwdR9SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  10 }

  indLineCallFwdR9SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  11 }

  indLineCallFwdR9SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  12 }

  indLineCallFwdR9SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  13 }

  indLineCallFwdR9SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  14 }

  indLineCallFwdR9SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  15 }

  indLineCallFwdR9SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  16 }

  indLineCallFwdR9CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR9Entry  17 }

  indLineCallFwdR9CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { indLineCallFwdR9Entry  18 }

  indLineCallFwdR9SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  19 }

  indLineCallFwdR9SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  20 }

  indLineCallFwdR9SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  21 }

  indLineCallFwdR9CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR9Entry  22 }

  indLineCallFwdR9CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { indLineCallFwdR9Entry  23 }

  indLineCallFwdR9SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  24 }

  indLineCallFwdR9SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  25 }

  indLineCallFwdR9SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  26 }

  indLineCallFwdR9CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR9Entry  27 }

  indLineCallFwdR9CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { indLineCallFwdR9Entry  28 }

  indLineCallFwdR9SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  29 }

  indLineCallFwdR9SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  30 }

  indLineCallFwdR9SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  31 }

  indLineCallFwdR9SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  32 }

  indLineCallFwdR9SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  33 }

  indLineCallFwdR9SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  34 }

  indLineCallFwdR9SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  35 }

  indLineCallFwdR9SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  36 }

  indLineCallFwdR9SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  37 }

  indLineCallFwdR9SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR9Entry  38 }

  indLineCallFwdR9SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { indLineCallFwdR9Entry  39 }

  indLineCallFwdR9SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { indLineCallFwdR9Entry  40 }

  indLineCallFwdR9SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  41 }

  indLineCallFwdR9SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  42 }

  indLineCallFwdR9SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  43 }

  indLineCallFwdR9SDActLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  44 }

  indLineCallFwdR9SDDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  45 }

  indLineCallFwdR9SDUseDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  46 }

  indLineCallFwdR9SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  47 }

  indLineCallFwdR9SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  48 }

  indLineCallFwdR9SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  49 }

  indLineCallFwdR9SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  50 }

  indLineCallFwdR9SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  51 }

  indLineCallFwdR9SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  52 }

  indLineCallFwdR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineCallFwdR9Entry  53 }

  indLineCallFwdR9SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  54 }

  indLineCallFwdR9SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  55 }

  indLineCallFwdR9SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  56 }

  indLineCallFwdR9RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { indLineCallFwdR9Entry  57 }

  indLineCallFwdR9SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  61 }

  indLineCallFwdR9SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  62 }

  indLineCallFwdR9SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  63 }

  indLineCallFwdR9SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  64 }

  indLineCallFwdR9SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  65 }

  indLineCallFwdR9SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  66 }

  indLineCallFwdR9SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  68 }

  indLineCallFwdR9SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  69 }

  indLineCallFwdR9SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  70 }

  indLineCallFwdR9SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  77 }

  indLineCallFwdR9SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  78 }

  indLineCallFwdR9SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  79 }

  indLineCallFwdR9SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  80 }

  indLineCallFwdR9SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  81 }

  indLineCallFwdR9SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  82 }

  indLineCallFwdR9SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  83 }

  indLineCallFwdR9SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  84 }

  indLineCallFwdR9SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  85 }

  indLineCallFwdR9SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  86 }

  indLineCallFwdR9SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  87 }

  indLineCallFwdR9SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  88 }

  indLineCallFwdR9BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  89 }

  indLineCallFwdR9SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  90 }

  indLineCallFwdR9SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  91 }

  indLineCallFwdR9SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  92 }

  indLineCallFwdR9SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  93 }

  indLineCallFwdR9SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  94 }

  indLineCallFwdR9SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  95 }

  indLineCallFwdR9FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR9Entry  96 }

  indLineCallFwdR9SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  97 }

  indLineCallFwdR9SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  98 }

  indLineCallFwdR9SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  99 }

  indLineCallFwdR9SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  100 }

  indLineCallFwdR9SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  101 }

  indLineCallFwdR9SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  102 }

  indLineCallFwdR9UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { indLineCallFwdR9Entry  103 }

  indLineCallFwdR9UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { indLineCallFwdR9Entry  104 }

  indLineCallFwdR9SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  105 }

  indLineCallFwdR9SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  106 }

  indLineCallFwdR9SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  107 }

  indLineCallFwdR9SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  108 }

  indLineCallFwdR9SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  109 }

  indLineCallFwdR9SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  110 }

  indLineCallFwdR9SDActIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  111 }

  indLineCallFwdR9SDDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineCallFwdR9Entry  112 }

  indLineCallFwdR9SDUseDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineCallFwdR9Entry  113 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  bGLineCallFwdR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineCallFwdR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2486 }

  bGLineCallFwdR8Entry OBJECT-TYPE
    SYNTAX       BGLineCallFwdR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineCallFwdR8NEConn,
             bGLineCallFwdR8NetwkElement,
             bGLineCallFwdR8CFSIx,
             bGLineCallFwdR8GpIx,
             bGLineCallFwdR8FirstDirNum,
             bGLineCallFwdR8DirNum }
    ::= {  bGLineCallFwdR8Table  1  }

  BGLineCallFwdR8Entry  ::=  SEQUENCE
  {
    bGLineCallFwdR8NEConn              Unsigned32,
    bGLineCallFwdR8NetwkElement        DisplayString,
    bGLineCallFwdR8CFSIx               Unsigned32,
    bGLineCallFwdR8GpIx                Unsigned32,
    bGLineCallFwdR8FirstDirNum         DisplayString,
    bGLineCallFwdR8DirNum              DisplayString,
    bGLineCallFwdR8SDActUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR8SDDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR8SDUseDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR8SDActNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR8SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR8SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR8SDActPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR8SDDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR8SDUseDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR8SDActCFUSubscribed  INTEGER,
    bGLineCallFwdR8SDDefCFUSubscribed  INTEGER,
    bGLineCallFwdR8SDUseDefCFUSubscribed
                                       INTEGER,
    bGLineCallFwdR8CFUEnabled          INTEGER,
    bGLineCallFwdR8CFUNum              DisplayString,
    bGLineCallFwdR8SDActCFBLSubscribed INTEGER,
    bGLineCallFwdR8SDDefCFBLSubscribed INTEGER,
    bGLineCallFwdR8SDUseDefCFBLSubscribed
                                       INTEGER,
    bGLineCallFwdR8CFBLEnabled         INTEGER,
    bGLineCallFwdR8CFBLNum             DisplayString,
    bGLineCallFwdR8SDActCFDASubscribed INTEGER,
    bGLineCallFwdR8SDDefCFDASubscribed INTEGER,
    bGLineCallFwdR8SDUseDefCFDASubscribed
                                       INTEGER,
    bGLineCallFwdR8CFDAEnabled         INTEGER,
    bGLineCallFwdR8CFDANum             DisplayString,
    bGLineCallFwdR8SDActCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR8SDDefCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR8SDUseDefCFDANoReplyTime
                                       INTEGER,
    bGLineCallFwdR8SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR8SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR8SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR8SDActSCFSubscribed  INTEGER,
    bGLineCallFwdR8SDDefSCFSubscribed  INTEGER,
    bGLineCallFwdR8SDUseDefSCFSubscribed
                                       INTEGER,
    bGLineCallFwdR8SCFEnabled          INTEGER,
    bGLineCallFwdR8SCFNumToFwdTo       DisplayString,
    bGLineCallFwdR8SCFNumAnonNumsFwd   Unsigned32,
    bGLineCallFwdR8SDActSCFUSB         INTEGER,
    bGLineCallFwdR8SDDefSCFUSB         INTEGER,
    bGLineCallFwdR8SDUseDefSCFUSB      INTEGER,
    bGLineCallFwdR8SDActBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR8SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR8SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR8SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR8SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR8SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    bGLineCallFwdR8SDActBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR8SDDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR8SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR8SDActRACFSubscribed INTEGER,
    bGLineCallFwdR8SDDefRACFSubscribed INTEGER,
    bGLineCallFwdR8SDUseDefRACFSubscribed
                                       INTEGER,
    bGLineCallFwdR8RACFBlocked         INTEGER,
    bGLineCallFwdR8DoExtraActions      INTEGER,
    bGLineCallFwdR8SDActMaxSimulFwds   Unsigned32,
    bGLineCallFwdR8SDDefMaxSimulFwds   Unsigned32,
    bGLineCallFwdR8SDUseDefMaxSimulFwds
                                       INTEGER,
    bGLineCallFwdR8SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR8SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR8SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR8SDActCFUSingleRing  INTEGER,
    bGLineCallFwdR8SDDefCFUSingleRing  INTEGER,
    bGLineCallFwdR8SDUseDefCFUSingleRing
                                       INTEGER,
    bGLineCallFwdR8SDActSCFSingleRing  INTEGER,
    bGLineCallFwdR8SDDefSCFSingleRing  INTEGER,
    bGLineCallFwdR8SDUseDefSCFSingleRing
                                       INTEGER,
    bGLineCallFwdR8SDActCFUVariant     INTEGER,
    bGLineCallFwdR8SDDefCFUVariant     INTEGER,
    bGLineCallFwdR8SDUseDefCFUVariant  INTEGER,
    bGLineCallFwdR8SDActCFBLVariant    INTEGER,
    bGLineCallFwdR8SDDefCFBLVariant    INTEGER,
    bGLineCallFwdR8SDUseDefCFBLVariant INTEGER,
    bGLineCallFwdR8SDActCFDAVariant    INTEGER,
    bGLineCallFwdR8SDDefCFDAVariant    INTEGER,
    bGLineCallFwdR8SDUseDefCFDAVariant INTEGER,
    bGLineCallFwdR8BasicLineHuntingEnabled
                                       INTEGER,
    bGLineCallFwdR8SDActFMFMSubscribed INTEGER,
    bGLineCallFwdR8SDDefFMFMSubscribed INTEGER,
    bGLineCallFwdR8SDUseDefFMFMSubscribed
                                       INTEGER,
    bGLineCallFwdR8SDActFMFMServLvl    INTEGER,
    bGLineCallFwdR8SDDefFMFMServLvl    INTEGER,
    bGLineCallFwdR8SDUseDefFMFMServLvl INTEGER,
    bGLineCallFwdR8FMFMEnabled         INTEGER,
    bGLineCallFwdR8SDActRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR8SDDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR8SDUseDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR8SDActUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR8SDDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR8SDUseDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR8UnavailCFEnabled    INTEGER,
    bGLineCallFwdR8UnavailCFNum        DisplayString,
    bGLineCallFwdR8SDActNmRlToCllr     INTEGER,
    bGLineCallFwdR8SDDefNmRlToCllr     INTEGER,
    bGLineCallFwdR8SDUseDefNmRlToCllr  INTEGER,
    bGLineCallFwdR8SDActDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR8SDDefDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR8SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR8SDActIntegratedCF   INTEGER,
    bGLineCallFwdR8SDDefIntegratedCF   INTEGER,
    bGLineCallFwdR8SDUseDefIntegratedCF
                                       INTEGER
  }

  bGLineCallFwdR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineCallFwdR8Entry  1 }

  bGLineCallFwdR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineCallFwdR8Entry  2 }

  bGLineCallFwdR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineCallFwdR8Entry  3 }

  bGLineCallFwdR8GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineCallFwdR8Entry  4 }

  bGLineCallFwdR8FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR8Entry  5 }

  bGLineCallFwdR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR8Entry  6 }

  bGLineCallFwdR8SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  7 }

  bGLineCallFwdR8SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  8 }

  bGLineCallFwdR8SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  9 }

  bGLineCallFwdR8SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  10 }

  bGLineCallFwdR8SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  11 }

  bGLineCallFwdR8SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  12 }

  bGLineCallFwdR8SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  13 }

  bGLineCallFwdR8SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  14 }

  bGLineCallFwdR8SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  15 }

  bGLineCallFwdR8SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  16 }

  bGLineCallFwdR8SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  17 }

  bGLineCallFwdR8SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  18 }

  bGLineCallFwdR8CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR8Entry  19 }

  bGLineCallFwdR8CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { bGLineCallFwdR8Entry  20 }

  bGLineCallFwdR8SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  21 }

  bGLineCallFwdR8SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  22 }

  bGLineCallFwdR8SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  23 }

  bGLineCallFwdR8CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR8Entry  24 }

  bGLineCallFwdR8CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { bGLineCallFwdR8Entry  25 }

  bGLineCallFwdR8SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  26 }

  bGLineCallFwdR8SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  27 }

  bGLineCallFwdR8SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  28 }

  bGLineCallFwdR8CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR8Entry  29 }

  bGLineCallFwdR8CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { bGLineCallFwdR8Entry  30 }

  bGLineCallFwdR8SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  31 }

  bGLineCallFwdR8SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  32 }

  bGLineCallFwdR8SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  33 }

  bGLineCallFwdR8SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  34 }

  bGLineCallFwdR8SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  35 }

  bGLineCallFwdR8SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  36 }

  bGLineCallFwdR8SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  37 }

  bGLineCallFwdR8SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  38 }

  bGLineCallFwdR8SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  39 }

  bGLineCallFwdR8SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR8Entry  40 }

  bGLineCallFwdR8SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { bGLineCallFwdR8Entry  41 }

  bGLineCallFwdR8SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { bGLineCallFwdR8Entry  42 }

  bGLineCallFwdR8SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  43 }

  bGLineCallFwdR8SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  44 }

  bGLineCallFwdR8SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  45 }

  bGLineCallFwdR8SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  46 }

  bGLineCallFwdR8SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  47 }

  bGLineCallFwdR8SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  48 }

  bGLineCallFwdR8SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  49 }

  bGLineCallFwdR8SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  50 }

  bGLineCallFwdR8SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  51 }

  bGLineCallFwdR8SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  52 }

  bGLineCallFwdR8SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  53 }

  bGLineCallFwdR8SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  54 }

  bGLineCallFwdR8SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  55 }

  bGLineCallFwdR8SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  56 }

  bGLineCallFwdR8SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  57 }

  bGLineCallFwdR8RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR8Entry  58 }

  bGLineCallFwdR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineCallFwdR8Entry  59 }

  bGLineCallFwdR8SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  63 }

  bGLineCallFwdR8SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  64 }

  bGLineCallFwdR8SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  65 }

  bGLineCallFwdR8SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  66 }

  bGLineCallFwdR8SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  67 }

  bGLineCallFwdR8SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  68 }

  bGLineCallFwdR8SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  70 }

  bGLineCallFwdR8SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  71 }

  bGLineCallFwdR8SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  72 }

  bGLineCallFwdR8SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  79 }

  bGLineCallFwdR8SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  80 }

  bGLineCallFwdR8SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  81 }

  bGLineCallFwdR8SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  90 }

  bGLineCallFwdR8SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  91 }

  bGLineCallFwdR8SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  92 }

  bGLineCallFwdR8SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  93 }

  bGLineCallFwdR8SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  94 }

  bGLineCallFwdR8SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  95 }

  bGLineCallFwdR8SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  96 }

  bGLineCallFwdR8SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  97 }

  bGLineCallFwdR8SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  98 }

  bGLineCallFwdR8BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  99 }

  bGLineCallFwdR8SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  100 }

  bGLineCallFwdR8SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  101 }

  bGLineCallFwdR8SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  102 }

  bGLineCallFwdR8SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  103 }

  bGLineCallFwdR8SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  104 }

  bGLineCallFwdR8SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  105 }

  bGLineCallFwdR8FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR8Entry  106 }

  bGLineCallFwdR8SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  107 }

  bGLineCallFwdR8SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  108 }

  bGLineCallFwdR8SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  109 }

  bGLineCallFwdR8SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  110 }

  bGLineCallFwdR8SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  111 }

  bGLineCallFwdR8SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  112 }

  bGLineCallFwdR8UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR8Entry  113 }

  bGLineCallFwdR8UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { bGLineCallFwdR8Entry  114 }

  bGLineCallFwdR8SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  115 }

  bGLineCallFwdR8SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  116 }

  bGLineCallFwdR8SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  117 }

  bGLineCallFwdR8SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  118 }

  bGLineCallFwdR8SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  119 }

  bGLineCallFwdR8SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  120 }

  bGLineCallFwdR8SDActIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  121 }

  bGLineCallFwdR8SDDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR8Entry  122 }

  bGLineCallFwdR8SDUseDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR8Entry  123 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Group'                                      */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  mLHGR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2487 }

  mLHGR7Entry OBJECT-TYPE
    SYNTAX       MLHGR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGR7NEConn,
             mLHGR7NetwkElement,
             mLHGR7CFSIx,
             mLHGR7GpIx,
             mLHGR7MLHGGpIx }
    ::= {  mLHGR7Table  1  }

  MLHGR7Entry  ::=  SEQUENCE
  {
    mLHGR7NEConn                       Unsigned32,
    mLHGR7NetwkElement                 DisplayString,
    mLHGR7CFSIx                        Unsigned32,
    mLHGR7GpIx                         Unsigned32,
    mLHGR7MLHGGpIx                     Unsigned32,
    mLHGR7Name                         DisplayString,
    mLHGR7DistributionAlgorithm        INTEGER,
    mLHGR7QueuingSupported             INTEGER,
    mLHGR7MaxQueueLen                  INTEGER,
    mLHGR7LimitQueuingTime             INTEGER,
    mLHGR7MaxQueueTimeout              INTEGER,
    mLHGR7HuntOnDirectDialedCalls      INTEGER,
    mLHGR7DlvryCldDNAsCID              INTEGER,
    mLHGR7TrafficStudy                 INTEGER,
    mLHGR7DiagsLogLvl                  INTEGER,
    mLHGR7DiagsAPITraceEnabled         INTEGER,
    mLHGR7DiagsAPITraceTag             DisplayString,
    mLHGR7DiagsAPITraceRemNum          DisplayString,
    mLHGR7ChldAlrmsAttnRq              Unsigned32,
    mLHGR7ChldAlrmEvtsAttnRq           Unsigned32,
    mLHGR7ChldAlrmsAtndDp              Unsigned32,
    mLHGR7ChldAlrmEvtsAtndDp           Unsigned32,
    mLHGR7SummaryChldAlrmState         INTEGER,
    mLHGR7RowStatus                    RowStatus,
    mLHGR7I1DepartmentNEConn           Unsigned32,
    mLHGR7I2DepartmentNetwkElement     DisplayString,
    mLHGR7I3DepartmentCFSIx            Unsigned32,
    mLHGR7I4DepartmentGpIx             Unsigned32,
    mLHGR7I5DepartmentDepartmentIx     Unsigned32,
    mLHGR7DepartmentOtherVals          INTEGER,
    mLHGR7Num                          Unsigned32,
    mLHGR7LoginLogoutSupportedByDef    INTEGER,
    mLHGR7NumMembers                   Unsigned32,
    mLHGR7NumLoggedInMembers           Unsigned32,
    mLHGR7StatisticsAlrms              Integer32,
    mLHGR7ChldStatisticsAlrms          Integer32,
    mLHGR7HuntOnNoAnswer               INTEGER,
    mLHGR7NoAnswerTimeout              INTEGER,
    mLHGR7NoAnswerExclusionTime        INTEGER,
    mLHGR7ServLvl                      INTEGER,
    mLHGR7ACDWrapUpEnabled             INTEGER,
    mLHGR7ACDDspCdsReqd                INTEGER,
    mLHGR7ACDDspCd1                    DisplayString,
    mLHGR7ACDDspCd2                    DisplayString,
    mLHGR7ACDDspCd3                    DisplayString,
    mLHGR7ACDDspCd4                    DisplayString,
    mLHGR7ACDDspCd5                    DisplayString,
    mLHGR7ACDDspCd6                    DisplayString,
    mLHGR7ACDDspCd7                    DisplayString,
    mLHGR7ACDDspCd8                    DisplayString,
    mLHGR7ACDDspCd9                    DisplayString,
    mLHGR7ACDDspCd10                   DisplayString,
    mLHGR7ACDDspCd11                   DisplayString,
    mLHGR7ACDDspCd12                   DisplayString,
    mLHGR7ACDDspCd13                   DisplayString,
    mLHGR7ACDDspCd14                   DisplayString,
    mLHGR7ACDDspCd15                   DisplayString,
    mLHGR7ACDDspCd16                   DisplayString,
    mLHGR7ACDDspCd17                   DisplayString,
    mLHGR7ACDDspCd18                   DisplayString,
    mLHGR7ACDDspCd19                   DisplayString,
    mLHGR7ACDDspCd20                   DisplayString,
    mLHGR7ACDDspCd21                   DisplayString,
    mLHGR7ACDDspCd22                   DisplayString,
    mLHGR7ACDDspCd23                   DisplayString,
    mLHGR7ACDDspCd24                   DisplayString,
    mLHGR7ACDDspCd25                   DisplayString,
    mLHGR7ACDDspCd26                   DisplayString,
    mLHGR7ACDDspCd27                   DisplayString,
    mLHGR7ACDDspCd28                   DisplayString,
    mLHGR7ACDDspCd29                   DisplayString,
    mLHGR7ACDDspCd30                   DisplayString,
    mLHGR7UnavailCFSupported           INTEGER,
    mLHGR7ACDMaxWrapUpTime             Unsigned32,
    mLHGR7SDActOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR7SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR7SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER
  }

  mLHGR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGR7Entry  1 }

  mLHGR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGR7Entry  2 }

  mLHGR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGR7Entry  3 }

  mLHGR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGR7Entry  4 }

  mLHGR7MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGR7Entry  5 }

  mLHGR7Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGR7Entry  6 }

  mLHGR7DistributionAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   linear(1),
                   circular(2),
                   uniformRoundRobin(3),
                   uniformLongestIdle(4),
                   ringAll(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distribution algorithm'."
    DEFVAL       { linear }
    ::= { mLHGR7Entry  7 }

  mLHGR7QueuingSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queuing supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR7Entry  8 }

  mLHGR7MaxQueueLen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue length'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mLHGR7Entry  9 }

  mLHGR7LimitQueuingTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit queuing time'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR7Entry  10 }

  mLHGR7MaxQueueTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue timeout'.
                  This field is not writable when active."
    ::= { mLHGR7Entry  11 }

  mLHGR7HuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on direct dialed calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR7Entry  12 }

  mLHGR7DlvryCldDNAsCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delivery of pilot information as Caller ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR7Entry  13 }

  mLHGR7TrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic study'."
    DEFVAL       { false }
    ::= { mLHGR7Entry  14 }

  mLHGR7DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGR7Entry  15 }

  mLHGR7DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGR7Entry  16 }

  mLHGR7DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGR7Entry  17 }

  mLHGR7DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGR7Entry  18 }

  mLHGR7ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mLHGR7Entry  19 }

  mLHGR7ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR7Entry  20 }

  mLHGR7ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mLHGR7Entry  21 }

  mLHGR7ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR7Entry  22 }

  mLHGR7SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGR7Entry  23 }

  mLHGR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGR7Entry  24 }

  mLHGR7I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR7Entry  25 }

  mLHGR7I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR7Entry  26 }

  mLHGR7I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR7Entry  27 }

  mLHGR7I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR7Entry  28 }

  mLHGR7I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR7Entry  29 }

  mLHGR7DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGR7Entry  30 }

  mLHGR7Num OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mLHGR7Entry  31 }

  mLHGR7LoginLogoutSupportedByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Login/logout supported by default for new members'."
    DEFVAL       { false }
    ::= { mLHGR7Entry  32 }

  mLHGR7NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mLHGR7Entry  33 }

  mLHGR7NumLoggedInMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of logged-in members'."
    ::= { mLHGR7Entry  34 }

  mLHGR7StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGR7Entry  35 }

  mLHGR7ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGR7Entry  36 }

  mLHGR7HuntOnNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on no-answer'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR7Entry  37 }

  mLHGR7NoAnswerTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer timeout'."
    DEFVAL       { 30 }
    ::= { mLHGR7Entry  38 }

  mLHGR7NoAnswerExclusionTime OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer exclusion time'."
    DEFVAL       { 30 }
    ::= { mLHGR7Entry  39 }

  mLHGR7ServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service level'."
    DEFVAL       { mLHG }
    ::= { mLHGR7Entry  40 }

  mLHGR7ACDWrapUpEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - wrap-up enabled'."
    DEFVAL       { false }
    ::= { mLHGR7Entry  41 }

  mLHGR7ACDDspCdsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition codes required'."
    DEFVAL       { false }
    ::= { mLHGR7Entry  42 }

  mLHGR7ACDDspCd1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 1'."
    ::= { mLHGR7Entry  43 }

  mLHGR7ACDDspCd2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 2'."
    ::= { mLHGR7Entry  44 }

  mLHGR7ACDDspCd3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 3'."
    ::= { mLHGR7Entry  45 }

  mLHGR7ACDDspCd4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 4'."
    ::= { mLHGR7Entry  46 }

  mLHGR7ACDDspCd5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 5'."
    ::= { mLHGR7Entry  47 }

  mLHGR7ACDDspCd6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 6'."
    ::= { mLHGR7Entry  48 }

  mLHGR7ACDDspCd7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 7'."
    ::= { mLHGR7Entry  49 }

  mLHGR7ACDDspCd8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 8'."
    ::= { mLHGR7Entry  50 }

  mLHGR7ACDDspCd9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 9'."
    ::= { mLHGR7Entry  51 }

  mLHGR7ACDDspCd10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 10'."
    ::= { mLHGR7Entry  52 }

  mLHGR7ACDDspCd11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 11'."
    ::= { mLHGR7Entry  53 }

  mLHGR7ACDDspCd12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 12'."
    ::= { mLHGR7Entry  54 }

  mLHGR7ACDDspCd13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 13'."
    ::= { mLHGR7Entry  55 }

  mLHGR7ACDDspCd14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 14'."
    ::= { mLHGR7Entry  56 }

  mLHGR7ACDDspCd15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 15'."
    ::= { mLHGR7Entry  57 }

  mLHGR7ACDDspCd16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 16'."
    ::= { mLHGR7Entry  58 }

  mLHGR7ACDDspCd17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 17'."
    ::= { mLHGR7Entry  59 }

  mLHGR7ACDDspCd18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 18'."
    ::= { mLHGR7Entry  60 }

  mLHGR7ACDDspCd19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 19'."
    ::= { mLHGR7Entry  61 }

  mLHGR7ACDDspCd20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 20'."
    ::= { mLHGR7Entry  62 }

  mLHGR7ACDDspCd21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 21'."
    ::= { mLHGR7Entry  63 }

  mLHGR7ACDDspCd22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 22'."
    ::= { mLHGR7Entry  64 }

  mLHGR7ACDDspCd23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 23'."
    ::= { mLHGR7Entry  65 }

  mLHGR7ACDDspCd24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 24'."
    ::= { mLHGR7Entry  66 }

  mLHGR7ACDDspCd25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 25'."
    ::= { mLHGR7Entry  67 }

  mLHGR7ACDDspCd26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 26'."
    ::= { mLHGR7Entry  68 }

  mLHGR7ACDDspCd27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 27'."
    ::= { mLHGR7Entry  69 }

  mLHGR7ACDDspCd28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 28'."
    ::= { mLHGR7Entry  70 }

  mLHGR7ACDDspCd29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 29'."
    ::= { mLHGR7Entry  71 }

  mLHGR7ACDDspCd30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 30'."
    ::= { mLHGR7Entry  72 }

  mLHGR7UnavailCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding supported'."
    DEFVAL       { true }
    ::= { mLHGR7Entry  73 }

  mLHGR7ACDMaxWrapUpTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - maximum wrap up time'."
    DEFVAL       { 0 }
    ::= { mLHGR7Entry  74 }

  mLHGR7SDActOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR7Entry  75 }

  mLHGR7SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR7Entry  76 }

  mLHGR7SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGR7Entry  77 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Analytics'                                                  */
-- /* Valid from: 9.3.20                                                            */
-- /*********************************************************************************/

  analyticsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF AnalyticsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2488 }

  analyticsEntry OBJECT-TYPE
    SYNTAX       AnalyticsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { analyticsNEConn,
             analyticsNetwkElement,
             analyticsCFSIx }
    ::= {  analyticsTable  1  }

  AnalyticsEntry  ::=  SEQUENCE
  {
    analyticsNEConn                    Unsigned32,
    analyticsNetwkElement              DisplayString,
    analyticsCFSIx                     Unsigned32,
    analyticsBehavioralAnalyticsEnabled
                                       INTEGER,
    analyticsTrnkRtgAnalyticsEnabled   INTEGER,
    analyticsAlrmState                 INTEGER,
    analyticsAlrmStateTimestamp        Unsigned32,
    analyticsAlrmEvtsAttnRqLogCorr     Counter64,
    analyticsAlrmEvtsAttnRq            Unsigned32,
    analyticsAlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  analyticsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { analyticsEntry  1 }

  analyticsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { analyticsEntry  2 }

  analyticsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { analyticsEntry  3 }

  analyticsBehavioralAnalyticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Behavioral analytics enabled'."
    DEFVAL       { false }
    ::= { analyticsEntry  4 }

  analyticsTrnkRtgAnalyticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Routing analytics enabled'."
    DEFVAL       { false }
    ::= { analyticsEntry  5 }

  analyticsAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { analyticsEntry  6 }

  analyticsAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { analyticsEntry  7 }

  analyticsAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { analyticsEntry  8 }

  analyticsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { analyticsEntry  9 }

  analyticsAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { analyticsEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  rPSNumVldnTableR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2489 }

  rPSNumVldnTableR20Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR20NEConn,
             rPSNumVldnTableR20NetwkElement,
             rPSNumVldnTableR20CFSIx,
             rPSNumVldnTableR20CfgSetIx,
             rPSNumVldnTableR20NumVldnTblIx }
    ::= {  rPSNumVldnTableR20Table  1  }

  RPSNumVldnTableR20Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR20NEConn           Unsigned32,
    rPSNumVldnTableR20NetwkElement     DisplayString,
    rPSNumVldnTableR20CFSIx            Unsigned32,
    rPSNumVldnTableR20CfgSetIx         Unsigned32,
    rPSNumVldnTableR20NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR20NumVldnTblName   DisplayString,
    rPSNumVldnTableR20SearchType       INTEGER,
    rPSNumVldnTableR20MatchAttr1       INTEGER,
    rPSNumVldnTableR20MatchAttr2       INTEGER,
    rPSNumVldnTableR20MatchAttr3       INTEGER,
    rPSNumVldnTableR20I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR20I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR20I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR20I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR20I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR20DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR20RowStatus        RowStatus,
    rPSNumVldnTableR20ExportCorr       Counter64,
    rPSNumVldnTableR20I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR20I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR20I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR20I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR20I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR20ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR20ExportStatus     DisplayString,
    rPSNumVldnTableR20ExportFile       DisplayString,
    rPSNumVldnTableR20DefMtchAct       INTEGER,
    rPSNumVldnTableR20ExportCorrNode   DisplayString,
    rPSNumVldnTableR20DoExtraActions   INTEGER,
    rPSNumVldnTableR20ExportCorrUID    DisplayString,
    rPSNumVldnTableR20AddrMatchType    INTEGER,
    rPSNumVldnTableR20TblType          INTEGER,
    rPSNumVldnTableR20Filename         DisplayString,
    rPSNumVldnTableR20FileLoadStatus   INTEGER,
    rPSNumVldnTableR20FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR20NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR20FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR20MemUsage         Unsigned32,
    rPSNumVldnTableR20OverrideHeader   DisplayString,
    rPSNumVldnTableR20ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR20I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR20I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR20I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR20I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR20I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR20FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR20ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR20ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR20Entry  1 }

  rPSNumVldnTableR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR20Entry  2 }

  rPSNumVldnTableR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR20Entry  3 }

  rPSNumVldnTableR20CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR20Entry  4 }

  rPSNumVldnTableR20NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR20Entry  5 }

  rPSNumVldnTableR20NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR20Entry  6 }

  rPSNumVldnTableR20SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR20Entry  7 }

  rPSNumVldnTableR20MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR20Entry  8 }

  rPSNumVldnTableR20MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR20Entry  9 }

  rPSNumVldnTableR20MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR20Entry  10 }

  rPSNumVldnTableR20I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR20Entry  11 }

  rPSNumVldnTableR20I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR20Entry  12 }

  rPSNumVldnTableR20I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR20Entry  13 }

  rPSNumVldnTableR20I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR20Entry  14 }

  rPSNumVldnTableR20I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR20Entry  15 }

  rPSNumVldnTableR20DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR20Entry  16 }

  rPSNumVldnTableR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR20Entry  17 }

  rPSNumVldnTableR20ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR20Entry  18 }

  rPSNumVldnTableR20I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  19 }

  rPSNumVldnTableR20I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  20 }

  rPSNumVldnTableR20I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  21 }

  rPSNumVldnTableR20I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  22 }

  rPSNumVldnTableR20I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  23 }

  rPSNumVldnTableR20ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR20Entry  24 }

  rPSNumVldnTableR20ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR20Entry  25 }

  rPSNumVldnTableR20ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR20Entry  26 }

  rPSNumVldnTableR20DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR20Entry  27 }

  rPSNumVldnTableR20ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR20Entry  28 }

  rPSNumVldnTableR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR20Entry  29 }

  rPSNumVldnTableR20ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR20Entry  30 }

  rPSNumVldnTableR20AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7),
                   signaledCallerID(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR20Entry  31 }

  rPSNumVldnTableR20TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR20Entry  32 }

  rPSNumVldnTableR20Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR20Entry  33 }

  rPSNumVldnTableR20FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR20Entry  34 }

  rPSNumVldnTableR20FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR20Entry  35 }

  rPSNumVldnTableR20NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR20Entry  36 }

  rPSNumVldnTableR20FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR20Entry  37 }

  rPSNumVldnTableR20MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR20Entry  38 }

  rPSNumVldnTableR20OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR20Entry  39 }

  rPSNumVldnTableR20ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR20Entry  40 }

  rPSNumVldnTableR20I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  41 }

  rPSNumVldnTableR20I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  42 }

  rPSNumVldnTableR20I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  43 }

  rPSNumVldnTableR20I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  44 }

  rPSNumVldnTableR20I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR20Entry  45 }

  rPSNumVldnTableR20FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR20Entry  46 }

  rPSNumVldnTableR20ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR20Entry  47 }

  rPSNumVldnTableR20ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR20Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server'                                         */
-- /* Valid from: 9.3.20                                                            */
-- /* Deprecated from: 9.6.40                                                       */
-- /*********************************************************************************/

  appServR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Application Servers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2490 }

  appServR10Entry OBJECT-TYPE
    SYNTAX       AppServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServR10NEConn,
             appServR10NetwkElement,
             appServR10CFSIx,
             appServR10DirNum }
    ::= {  appServR10Table  1  }

  AppServR10Entry  ::=  SEQUENCE
  {
    appServR10NEConn                   Unsigned32,
    appServR10NetwkElement             DisplayString,
    appServR10CFSIx                    Unsigned32,
    appServR10DirNum                   DisplayString,
    appServR10Desc                     DisplayString,
    appServR10ServerType               BITS,
    appServR10SDActMaxCallAppearances  Unsigned32,
    appServR10SDDefMaxCallAppearances  Unsigned32,
    appServR10SDUseDefMaxCallAppearances
                                       INTEGER,
    appServR10AlrmState                INTEGER,
    appServR10AlrmLogCorr              Counter64,
    appServR10AddtlAlrmLogCorr         Counter64,
    appServR10AlrmEvtsAttnRq           Unsigned32,
    appServR10AlrmEvtsAtndDp           Unsigned32,
    appServR10AlrmStateTimestamp       Unsigned32,
    appServR10DiagsLogLvl              INTEGER,
    appServR10DiagsAPITraceEnabled     INTEGER,
    appServR10DiagsAPITraceTag         DisplayString,
    appServR10DiagsAPITraceRemNum      DisplayString,
    appServR10RowStatus                RowStatus,
    appServR10ActionOnFail             INTEGER,
    appServR10RetryDly                 Unsigned32,
    appServR10I1CfgdSIPBindingNEConn   Unsigned32,
    appServR10I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    appServR10I3CfgdSIPBindingCFSIx    Unsigned32,
    appServR10I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    appServR10OrigingServerBillXfers   INTEGER,
    appServR10TermServerBillXfers      INTEGER,
    appServR10TermServerProvideClgName INTEGER,
    appServR10SDActVQMCallLogging      INTEGER,
    appServR10SDDefVQMCallLogging      INTEGER,
    appServR10SDUseDefVQMCallLogging   INTEGER,
    appServR10TermServerOnlyCorrelateSASTrails
                                       INTEGER,
    appServR10StatisticsAlrms          Integer32,
    appServR10RecSrvWebInterfaceURL    LongDisplayString
  }

  appServR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServR10Entry  1 }

  appServR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServR10Entry  2 }

  appServR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServR10Entry  3 }

  appServR10DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServR10Entry  4 }

  appServR10Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { appServR10Entry  5 }

  appServR10ServerType OBJECT-TYPE
    SYNTAX       BITS {
                   originating(0),
                   terminating(1),
                   voicemail(2),
                   musicOnHold(4),
                   presence(6),
                   recording(7),
                   cNAM(8),
                   notification(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'.
                  This field is not writable when active."
    ::= { appServR10Entry  6 }

  appServR10SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR10Entry  18 }

  appServR10SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR10Entry  19 }

  appServR10SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR10Entry  20 }

  appServR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServR10Entry  22 }

  appServR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { appServR10Entry  23 }

  appServR10AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { appServR10Entry  24 }

  appServR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR10Entry  25 }

  appServR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR10Entry  26 }

  appServR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServR10Entry  27 }

  appServR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { appServR10Entry  28 }

  appServR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { appServR10Entry  29 }

  appServR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { appServR10Entry  30 }

  appServR10DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { appServR10Entry  31 }

  appServR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { appServR10Entry  32 }

  appServR10ActionOnFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   rejectCall(1),
                   bypassServer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action on failure'.
                  This field is not writable when active."
    DEFVAL       { rejectCall }
    ::= { appServR10Entry  33 }

  appServR10RetryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Retry delay'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { appServR10Entry  34 }

  appServR10I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR10Entry  35 }

  appServR10I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR10Entry  36 }

  appServR10I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR10Entry  37 }

  appServR10I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR10Entry  38 }

  appServR10OrigingServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating server - billing of transfers'."
    DEFVAL       { singleRecordOriginalDN }
    ::= { appServR10Entry  39 }

  appServR10TermServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - billing of transfers'."
    DEFVAL       { twoRecords }
    ::= { appServR10Entry  40 }

  appServR10TermServerProvideClgName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - provide calling name'."
    DEFVAL       { false }
    ::= { appServR10Entry  41 }

  appServR10SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR10Entry  46 }

  appServR10SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR10Entry  47 }

  appServR10SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR10Entry  48 }

  appServR10TermServerOnlyCorrelateSASTrails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - only correlate SAS trails'."
    DEFVAL       { false }
    ::= { appServR10Entry  49 }

  appServR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { appServR10Entry  50 }

  appServR10RecSrvWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording server - web interface URL'."
    ::= { appServR10Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'H.248 Media Gateway Controller'                             */
-- /* Valid from: 9.3.20                                                            */
-- /*********************************************************************************/

  h248MGCR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF H248MGCR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'H.248 Configuration'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2491 }

  h248MGCR2Entry OBJECT-TYPE
    SYNTAX       H248MGCR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { h248MGCR2NEConn,
             h248MGCR2NetwkElement,
             h248MGCR2MediaGatewayIx,
             h248MGCR2MGCIx }
    ::= {  h248MGCR2Table  1  }

  H248MGCR2Entry  ::=  SEQUENCE
  {
    h248MGCR2NEConn                    Unsigned32,
    h248MGCR2NetwkElement              DisplayString,
    h248MGCR2MediaGatewayIx            Unsigned32,
    h248MGCR2MGCIx                     INTEGER,
    h248MGCR2Transport                 INTEGER,
    h248MGCR2H248IPAddr                DisplayString,
    h248MGCR2H248PortNum               Unsigned32,
    h248MGCR2Encoding                  INTEGER,
    h248MGCR2H248Fixbits               BITS,
    h248MGCR2UnsuppServChgReasons      BITS,
    h248MGCR2AssociationStatus         INTEGER,
    h248MGCR2H248M3UARmASAlrmsAttnRq   Integer32,
    h248MGCR2H248M3UARmASAlrmEvtsAttnRq
                                       Integer32,
    h248MGCR2H248M3UARmASAlrmsAtndDp   Integer32,
    h248MGCR2H248M3UARmASAlrmEvtsAtndDp
                                       Integer32,
    h248MGCR2SummaryChldAlrmState      INTEGER,
    h248MGCR2ChldStatisticsAlrms       Integer32,
    h248MGCR2RowStatus                 RowStatus,
    h248MGCR2AdminStatus               AdminStatus,
    h248MGCR2OperStatus                OperStatus,
    h248MGCR2Priority                  Unsigned32,
    h248MGCR2Name                      DisplayString,
    h248MGCR2ExportNumObjectsExported  Integer32,
    h248MGCR2ExportStatus              DisplayString,
    h248MGCR2ExportFile                DisplayString,
    h248MGCR2ExportCorr                Counter64,
    h248MGCR2ExportCorrNode            DisplayString,
    h248MGCR2ExportCorrUID             DisplayString,
    h248MGCR2DoExtraActions            INTEGER,
    h248MGCR2ExportIncASRepData        INTEGER,
    h248MGCR2ExportChldObjectsToInc    INTEGER
  }

  h248MGCR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { h248MGCR2Entry  1 }

  h248MGCR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { h248MGCR2Entry  2 }

  h248MGCR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { h248MGCR2Entry  3 }

  h248MGCR2MGCIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MGC index'.
                  This is an index field."
    ::= { h248MGCR2Entry  4 }

  h248MGCR2Transport OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDP(1),
                   m3UASCTP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport'.
                  This field is not writable when active."
    DEFVAL       { uDP }
    ::= { h248MGCR2Entry  5 }

  h248MGCR2H248IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 IP address'.
                  This field is not writable when active."
    ::= { h248MGCR2Entry  6 }

  h248MGCR2H248PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 port number'.
                  This field is not writable when active."
    DEFVAL       { 2944 }
    ::= { h248MGCR2Entry  7 }

  h248MGCR2Encoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   text(1),
                   binary(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Encoding'.
                  This field is not writable when active."
    DEFVAL       { text }
    ::= { h248MGCR2Entry  8 }

  h248MGCR2H248Fixbits OBJECT-TYPE
    SYNTAX       BITS {
                   doNotUseProprietaryMetaswitchConnectivityMonitoring(0),
                   doNotUseProfileNegotiation(1),
                   acceptUnsupportedMediaTopologies(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 fixbits'."
    DEFVAL       { {} }
    ::= { h248MGCR2Entry  9 }

  h248MGCR2UnsuppServChgReasons OBJECT-TYPE
    SYNTAX       BITS {
                   nineHundredAndFour(2),
                   nineHundredAndSix(3),
                   nineHundredAndSeventeen(8),
                   nineHundredAndSeventyOne(20),
                   nineHundredAndSeventyTwo(21),
                   nineHundredAndSeventyThree(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unsupported ServiceChangeReasons'."
    DEFVAL       { {} }
    ::= { h248MGCR2Entry  10 }

  h248MGCR2AssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   active(1),
                   noLostContact(2),
                   handingTo(3),
                   standby(4),
                   inactive(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Association status'."
    ::= { h248MGCR2Entry  11 }

  h248MGCR2H248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { h248MGCR2Entry  12 }

  h248MGCR2H248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { h248MGCR2Entry  13 }

  h248MGCR2H248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { h248MGCR2Entry  14 }

  h248MGCR2H248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { h248MGCR2Entry  15 }

  h248MGCR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { h248MGCR2Entry  16 }

  h248MGCR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { h248MGCR2Entry  17 }

  h248MGCR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { h248MGCR2Entry  18 }

  h248MGCR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCR2Entry  19 }

  h248MGCR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCR2Entry  20 }

  h248MGCR2Priority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 0 }
    ::= { h248MGCR2Entry  21 }

  h248MGCR2Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { h248MGCR2Entry  22 }

  h248MGCR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { h248MGCR2Entry  23 }

  h248MGCR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { h248MGCR2Entry  24 }

  h248MGCR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { h248MGCR2Entry  25 }

  h248MGCR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { h248MGCR2Entry  26 }

  h248MGCR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { h248MGCR2Entry  27 }

  h248MGCR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { h248MGCR2Entry  28 }

  h248MGCR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { h248MGCR2Entry  29 }

  h248MGCR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { h248MGCR2Entry  30 }

  h248MGCR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { h248MGCR2Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Clearwater Cluster'                                         */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  cCGenClusterTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CCGenClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clearwater Core Deployment'."
    ::= { metaSwitch  2492 }

  cCGenClusterEntry OBJECT-TYPE
    SYNTAX       CCGenClusterEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cCGenClusterDeploymentIx,
             cCGenClusterClusterIx }
    ::= {  cCGenClusterTable  1  }

  CCGenClusterEntry  ::=  SEQUENCE
  {
    cCGenClusterDeploymentIx           Integer32,
    cCGenClusterClusterIx              Integer32,
    cCGenClusterName                   DisplayString,
    cCGenClusterChldAlrmsAttnRq        Integer32,
    cCGenClusterSummaryChldAlrmState   INTEGER,
    cCGenClusterRowStatus              RowStatus
  }

  cCGenClusterDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { cCGenClusterEntry  1 }

  cCGenClusterClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { cCGenClusterEntry  2 }

  cCGenClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cCGenClusterEntry  3 }

  cCGenClusterChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cCGenClusterEntry  4 }

  cCGenClusterSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cCGenClusterEntry  5 }

  cCGenClusterRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cCGenClusterEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Clearwater Node'                                            */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  cCGenNodeTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CCGenNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Clearwater Cluster'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2493 }

  cCGenNodeEntry OBJECT-TYPE
    SYNTAX       CCGenNodeEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cCGenNodeDeploymentIx,
             cCGenNodeClusterIx,
             cCGenNodeNodeIx }
    ::= {  cCGenNodeTable  1  }

  CCGenNodeEntry  ::=  SEQUENCE
  {
    cCGenNodeDeploymentIx              Integer32,
    cCGenNodeClusterIx                 Integer32,
    cCGenNodeNodeIx                    Integer32,
    cCGenNodeManagementIPAddr          DisplayString,
    cCGenNodeAlrmState                 INTEGER,
    cCGenNodeRowStatus                 RowStatus,
    cCGenNodeSNMPCommunity             DisplayString,
    cCGenNodeOperStatus                OperStatus
  }

  cCGenNodeDeploymentIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deployment Index'.
                  This is an index field."
    ::= { cCGenNodeEntry  1 }

  cCGenNodeClusterIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster Index'.
                  This is an index field."
    ::= { cCGenNodeEntry  2 }

  cCGenNodeNodeIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node Index'.
                  This is an index field."
    ::= { cCGenNodeEntry  3 }

  cCGenNodeManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { cCGenNodeEntry  4 }

  cCGenNodeAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cCGenNodeEntry  5 }

  cCGenNodeRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cCGenNodeEntry  6 }

  cCGenNodeSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { cCGenNodeEntry  7 }

  cCGenNodeOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cCGenNodeEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Connected Hardware'                                         */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  connHwConR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ConnHwConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2494 }

  connHwConR3Entry OBJECT-TYPE
    SYNTAX       ConnHwConR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { connHwConR3NEConn,
             connHwConR3NetwkElement,
             connHwConR3MediaGatewayIx }
    ::= {  connHwConR3Table  1  }

  ConnHwConR3Entry  ::=  SEQUENCE
  {
    connHwConR3NEConn                  Unsigned32,
    connHwConR3NetwkElement            DisplayString,
    connHwConR3MediaGatewayIx          Unsigned32,
    connHwConR3Gr303IdtAlrmsAttnRq     Integer32,
    connHwConR3Gr303IdtAlrmEvtsAttnRq  Integer32,
    connHwConR3Gr303IdtAlrmsAtndDp     Integer32,
    connHwConR3Gr303IdtAlrmEvtsAtndDp  Integer32,
    connHwConR3TotChldAlrmsAttnRq      Unsigned32,
    connHwConR3TotChldAlrmEvtsAttnRq   Unsigned32,
    connHwConR3TotChldAlrmsAtndDp      Unsigned32,
    connHwConR3TotChldAlrmEvtsAtndDp   Unsigned32,
    connHwConR3SummaryChldAlrmState    INTEGER,
    connHwConR3ChldStatisticsAlrms     Integer32,
    connHwConR3V52AlrmsAttnRq          Integer32,
    connHwConR3V52AlrmEvtsAttnRq       Integer32,
    connHwConR3V52AlrmsAtndDp          Integer32,
    connHwConR3V52AlrmEvtsAtndDp       Integer32,
    connHwConR3Tr08IdtAlrmsAttnRq      Integer32,
    connHwConR3Tr08IdtAlrmEvtsAttnRq   Integer32,
    connHwConR3Tr08IdtAlrmsAtndDp      Integer32,
    connHwConR3Tr08IdtAlrmEvtsAtndDp   Integer32
  }

  connHwConR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { connHwConR3Entry  1 }

  connHwConR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { connHwConR3Entry  2 }

  connHwConR3MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { connHwConR3Entry  3 }

  connHwConR3Gr303IdtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'GR-303 IDT Attention Required alarms'."
    ::= { connHwConR3Entry  8 }

  connHwConR3Gr303IdtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'GR-303 IDT Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR3Entry  9 }

  connHwConR3Gr303IdtAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'GR-303 IDT Attend To Dependent alarms'."
    ::= { connHwConR3Entry  10 }

  connHwConR3Gr303IdtAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'GR-303 IDT Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR3Entry  11 }

  connHwConR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { connHwConR3Entry  12 }

  connHwConR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { connHwConR3Entry  13 }

  connHwConR3TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { connHwConR3Entry  14 }

  connHwConR3TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { connHwConR3Entry  15 }

  connHwConR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { connHwConR3Entry  16 }

  connHwConR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { connHwConR3Entry  17 }

  connHwConR3V52AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'V5.2 Attention Required alarms'."
    ::= { connHwConR3Entry  18 }

  connHwConR3V52AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'V5.2 Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR3Entry  19 }

  connHwConR3V52AlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'V5.2 Attend To Dependent alarms'."
    ::= { connHwConR3Entry  20 }

  connHwConR3V52AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'V5.2 Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR3Entry  21 }

  connHwConR3Tr08IdtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attention Required alarms'."
    ::= { connHwConR3Entry  22 }

  connHwConR3Tr08IdtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR3Entry  23 }

  connHwConR3Tr08IdtAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attend To Dependent alarms'."
    ::= { connHwConR3Entry  24 }

  connHwConR3Tr08IdtAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { connHwConR3Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TR-08 IDTs'                                                 */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  tR08IDTPortConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TR08IDTPortConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Connected Hardware'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2495 }

  tR08IDTPortConEntry OBJECT-TYPE
    SYNTAX       TR08IDTPortConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tR08IDTPortConNEConn,
             tR08IDTPortConNetwkElement,
             tR08IDTPortConMediaGatewayIx }
    ::= {  tR08IDTPortConTable  1  }

  TR08IDTPortConEntry  ::=  SEQUENCE
  {
    tR08IDTPortConNEConn               Unsigned32,
    tR08IDTPortConNetwkElement         DisplayString,
    tR08IDTPortConMediaGatewayIx       Unsigned32,
    tR08IDTPortConTr08IdtAlrmsAttnRq   Integer32,
    tR08IDTPortConTr08IdtAlrmEvtsAttnRq
                                       Integer32,
    tR08IDTPortConTr08IdtAlrmsAtndDp   Integer32,
    tR08IDTPortConTr08IdtAlrmEvtsAtndDp
                                       Integer32,
    tR08IDTPortConSummaryChldAlrmState INTEGER,
    tR08IDTPortConChldStatisticsAlrms  Integer32,
    tR08IDTPortConImportCnt            Integer32,
    tR08IDTPortConImportStatus         DisplayString,
    tR08IDTPortConImportMode           INTEGER,
    tR08IDTPortConImportFile           DisplayString,
    tR08IDTPortConImportCorr           Counter64,
    tR08IDTPortConImportCorrNode       DisplayString,
    tR08IDTPortConImportCorrUID        DisplayString,
    tR08IDTPortConDoExtraActions       INTEGER
  }

  tR08IDTPortConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tR08IDTPortConEntry  1 }

  tR08IDTPortConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tR08IDTPortConEntry  2 }

  tR08IDTPortConMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tR08IDTPortConEntry  3 }

  tR08IDTPortConTr08IdtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attention Required alarms'."
    ::= { tR08IDTPortConEntry  4 }

  tR08IDTPortConTr08IdtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tR08IDTPortConEntry  5 }

  tR08IDTPortConTr08IdtAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attend To Dependent alarms'."
    ::= { tR08IDTPortConEntry  6 }

  tR08IDTPortConTr08IdtAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TR-08 IDT Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tR08IDTPortConEntry  7 }

  tR08IDTPortConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tR08IDTPortConEntry  8 }

  tR08IDTPortConChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tR08IDTPortConEntry  9 }

  tR08IDTPortConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tR08IDTPortConEntry  10 }

  tR08IDTPortConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tR08IDTPortConEntry  11 }

  tR08IDTPortConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tR08IDTPortConEntry  12 }

  tR08IDTPortConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tR08IDTPortConEntry  13 }

  tR08IDTPortConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tR08IDTPortConEntry  14 }

  tR08IDTPortConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tR08IDTPortConEntry  15 }

  tR08IDTPortConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tR08IDTPortConEntry  16 }

  tR08IDTPortConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tR08IDTPortConEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TR-08 IDT'                                                  */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  tR08IDTPortTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TR08IDTPortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TR-08 IDTs'."
    ::= { metaSwitch  2496 }

  tR08IDTPortEntry OBJECT-TYPE
    SYNTAX       TR08IDTPortEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tR08IDTPortNEConn,
             tR08IDTPortNetwkElement,
             tR08IDTPortMediaGatewayIx,
             tR08IDTPortPortIx }
    ::= {  tR08IDTPortTable  1  }

  TR08IDTPortEntry  ::=  SEQUENCE
  {
    tR08IDTPortNEConn                  Unsigned32,
    tR08IDTPortNetwkElement            DisplayString,
    tR08IDTPortMediaGatewayIx          Unsigned32,
    tR08IDTPortPortIx                  Unsigned32,
    tR08IDTPortAccDevNum               INTEGER,
    tR08IDTPortPortName                DisplayString,
    tR08IDTPortDesc                    DisplayString,
    tR08IDTPortExtraInfo1              DisplayString,
    tR08IDTPortExtraInfo2              DisplayString,
    tR08IDTPortShelfGpABMode           INTEGER,
    tR08IDTPortShelfGpCDMode           INTEGER,
    tR08IDTPortI1ShelfAT1LineNEConn    Unsigned32,
    tR08IDTPortI2ShelfAT1LineNetwkElement
                                       DisplayString,
    tR08IDTPortI3ShelfAT1LineMediaGatewayIx
                                       Unsigned32,
    tR08IDTPortI4ShelfAT1LineCarrIx    Unsigned32,
    tR08IDTPortI1ShelfBT1LineNEConn    Unsigned32,
    tR08IDTPortI2ShelfBT1LineNetwkElement
                                       DisplayString,
    tR08IDTPortI3ShelfBT1LineMediaGatewayIx
                                       Unsigned32,
    tR08IDTPortI4ShelfBT1LineCarrIx    Unsigned32,
    tR08IDTPortShelfBT1LineOtherVals   INTEGER,
    tR08IDTPortI1ShelfCT1LineNEConn    Unsigned32,
    tR08IDTPortI2ShelfCT1LineNetwkElement
                                       DisplayString,
    tR08IDTPortI3ShelfCT1LineMediaGatewayIx
                                       Unsigned32,
    tR08IDTPortI4ShelfCT1LineCarrIx    Unsigned32,
    tR08IDTPortShelfCT1LineOtherVals   INTEGER,
    tR08IDTPortI1ShelfDT1LineNEConn    Unsigned32,
    tR08IDTPortI2ShelfDT1LineNetwkElement
                                       DisplayString,
    tR08IDTPortI3ShelfDT1LineMediaGatewayIx
                                       Unsigned32,
    tR08IDTPortI4ShelfDT1LineCarrIx    Unsigned32,
    tR08IDTPortShelfDT1LineOtherVals   INTEGER,
    tR08IDTPortI1ProtectionT1LineNEConn
                                       Unsigned32,
    tR08IDTPortI2ProtectionT1LineNetwkElement
                                       DisplayString,
    tR08IDTPortI3ProtectionT1LineMediaGatewayIx
                                       Unsigned32,
    tR08IDTPortI4ProtectionT1LineCarrIx
                                       Unsigned32,
    tR08IDTPortProtectionT1LineOtherVals
                                       INTEGER,
    tR08IDTPortLineStatusShelfAT1Line  INTEGER,
    tR08IDTPortLineStatusShelfBT1Line  INTEGER,
    tR08IDTPortLineStatusShelfCT1Line  INTEGER,
    tR08IDTPortLineStatusShelfDT1Line  INTEGER,
    tR08IDTPortLineStatusProtectionSwitchReason
                                       INTEGER,
    tR08IDTPortLineStatusUserRequestedProtectionSwitchFrom
                                       INTEGER,
    tR08IDTPortChanUnitsDefChanUnit    INTEGER,
    tR08IDTPortChanUnitsChanUnit1      INTEGER,
    tR08IDTPortChanUnitsChanUnit2      INTEGER,
    tR08IDTPortChanUnitsChanUnit3      INTEGER,
    tR08IDTPortChanUnitsChanUnit4      INTEGER,
    tR08IDTPortChanUnitsChanUnit5      INTEGER,
    tR08IDTPortChanUnitsChanUnit6      INTEGER,
    tR08IDTPortChanUnitsChanUnit7      INTEGER,
    tR08IDTPortChanUnitsChanUnit8      INTEGER,
    tR08IDTPortChanUnitsChanUnit9      INTEGER,
    tR08IDTPortChanUnitsChanUnit10     INTEGER,
    tR08IDTPortChanUnitsChanUnit11     INTEGER,
    tR08IDTPortChanUnitsChanUnit12     INTEGER,
    tR08IDTPortChanUnitsChanUnit13     INTEGER,
    tR08IDTPortChanUnitsChanUnit14     INTEGER,
    tR08IDTPortChanUnitsChanUnit15     INTEGER,
    tR08IDTPortChanUnitsChanUnit16     INTEGER,
    tR08IDTPortChanUnitsChanUnit17     INTEGER,
    tR08IDTPortChanUnitsChanUnit18     INTEGER,
    tR08IDTPortChanUnitsChanUnit19     INTEGER,
    tR08IDTPortChanUnitsChanUnit20     INTEGER,
    tR08IDTPortChanUnitsChanUnit21     INTEGER,
    tR08IDTPortChanUnitsChanUnit22     INTEGER,
    tR08IDTPortChanUnitsChanUnit23     INTEGER,
    tR08IDTPortChanUnitsChanUnit24     INTEGER,
    tR08IDTPortChanUnitsChanUnit25     INTEGER,
    tR08IDTPortChanUnitsChanUnit26     INTEGER,
    tR08IDTPortChanUnitsChanUnit27     INTEGER,
    tR08IDTPortChanUnitsChanUnit28     INTEGER,
    tR08IDTPortChanUnitsChanUnit29     INTEGER,
    tR08IDTPortChanUnitsChanUnit30     INTEGER,
    tR08IDTPortChanUnitsChanUnit31     INTEGER,
    tR08IDTPortChanUnitsChanUnit32     INTEGER,
    tR08IDTPortChanUnitsChanUnit33     INTEGER,
    tR08IDTPortChanUnitsChanUnit34     INTEGER,
    tR08IDTPortChanUnitsChanUnit35     INTEGER,
    tR08IDTPortChanUnitsChanUnit36     INTEGER,
    tR08IDTPortChanUnitsChanUnit37     INTEGER,
    tR08IDTPortChanUnitsChanUnit38     INTEGER,
    tR08IDTPortChanUnitsChanUnit39     INTEGER,
    tR08IDTPortChanUnitsChanUnit40     INTEGER,
    tR08IDTPortChanUnitsChanUnit41     INTEGER,
    tR08IDTPortChanUnitsChanUnit42     INTEGER,
    tR08IDTPortChanUnitsChanUnit43     INTEGER,
    tR08IDTPortChanUnitsChanUnit44     INTEGER,
    tR08IDTPortChanUnitsChanUnit45     INTEGER,
    tR08IDTPortChanUnitsChanUnit46     INTEGER,
    tR08IDTPortChanUnitsChanUnit47     INTEGER,
    tR08IDTPortChanUnitsChanUnit48     INTEGER,
    tR08IDTPortAlrmState               INTEGER,
    tR08IDTPortStatisticsAlrms         Integer32,
    tR08IDTPortAlrmEvtsAttnRqLogCorr   Counter64,
    tR08IDTPortAlrmEvtsAttnRq          Unsigned32,
    tR08IDTPortAlrmEvtsAtndDpLogCorr   Counter64,
    tR08IDTPortAlrmEvtsAtndDp          Unsigned32,
    tR08IDTPortAlrmStateTimestamp      Unsigned32,
    tR08IDTPortAlrmResetTimestamp      Unsigned32,
    tR08IDTPortDiagsLogLvl             INTEGER,
    tR08IDTPortDiagsAPITraceEnabled    INTEGER,
    tR08IDTPortDiagsAPITraceTag        DisplayString,
    tR08IDTPortExportNumObjectsExported
                                       Integer32,
    tR08IDTPortExportStatus            DisplayString,
    tR08IDTPortExportFile              DisplayString,
    tR08IDTPortExportChldObjectsToInc  INTEGER,
    tR08IDTPortExportIncASRepData      INTEGER,
    tR08IDTPortExportCorr              Counter64,
    tR08IDTPortExportCorrNode          DisplayString,
    tR08IDTPortExportCorrUID           DisplayString,
    tR08IDTPortDoExtraActions          INTEGER,
    tR08IDTPortRowStatus               RowStatus,
    tR08IDTPortAdminStatus             AdminStatus,
    tR08IDTPortOperStatus              OperStatus
  }

  tR08IDTPortNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tR08IDTPortEntry  1 }

  tR08IDTPortNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tR08IDTPortEntry  2 }

  tR08IDTPortMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tR08IDTPortEntry  3 }

  tR08IDTPortPortIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { tR08IDTPortEntry  4 }

  tR08IDTPortAccDevNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is only writable during create."
    ::= { tR08IDTPortEntry  5 }

  tR08IDTPortPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { tR08IDTPortEntry  6 }

  tR08IDTPortDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tR08IDTPortEntry  7 }

  tR08IDTPortExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tR08IDTPortEntry  8 }

  tR08IDTPortExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tR08IDTPortEntry  9 }

  tR08IDTPortShelfGpABMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   modeI(1),
                   modeII(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Shelf group AB mode'.
                  This field is not writable when active."
    DEFVAL       { modeI }
    ::= { tR08IDTPortEntry  10 }

  tR08IDTPortShelfGpCDMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   modeI(1),
                   modeII(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Shelf group CD mode'.
                  This field is not writable when active."
    DEFVAL       { modeI }
    ::= { tR08IDTPortEntry  11 }

  tR08IDTPortI1ShelfAT1LineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf A T1 line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  12 }

  tR08IDTPortI2ShelfAT1LineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf A T1 line',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  13 }

  tR08IDTPortI3ShelfAT1LineMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf A T1 line',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  14 }

  tR08IDTPortI4ShelfAT1LineCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf A T1 line',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  15 }

  tR08IDTPortI1ShelfBT1LineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf B T1 line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  16 }

  tR08IDTPortI2ShelfBT1LineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf B T1 line',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  17 }

  tR08IDTPortI3ShelfBT1LineMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf B T1 line',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  18 }

  tR08IDTPortI4ShelfBT1LineCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf B T1 line',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  19 }

  tR08IDTPortShelfBT1LineOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf B T1 line'.
                  This field represents the fixed
                  values that Shelf B T1 line
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tR08IDTPortEntry  20 }

  tR08IDTPortI1ShelfCT1LineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf C T1 line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  21 }

  tR08IDTPortI2ShelfCT1LineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf C T1 line',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  22 }

  tR08IDTPortI3ShelfCT1LineMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf C T1 line',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  23 }

  tR08IDTPortI4ShelfCT1LineCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf C T1 line',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  24 }

  tR08IDTPortShelfCT1LineOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf C T1 line'.
                  This field represents the fixed
                  values that Shelf C T1 line
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tR08IDTPortEntry  25 }

  tR08IDTPortI1ShelfDT1LineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf D T1 line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  26 }

  tR08IDTPortI2ShelfDT1LineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf D T1 line',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  27 }

  tR08IDTPortI3ShelfDT1LineMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf D T1 line',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  28 }

  tR08IDTPortI4ShelfDT1LineCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf D T1 line',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  29 }

  tR08IDTPortShelfDT1LineOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Shelf D T1 line'.
                  This field represents the fixed
                  values that Shelf D T1 line
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tR08IDTPortEntry  30 }

  tR08IDTPortI1ProtectionT1LineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protection T1 line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  31 }

  tR08IDTPortI2ProtectionT1LineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protection T1 line',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  32 }

  tR08IDTPortI3ProtectionT1LineMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protection T1 line',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  33 }

  tR08IDTPortI4ProtectionT1LineCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protection T1 line',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { tR08IDTPortEntry  34 }

  tR08IDTPortProtectionT1LineOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Protection T1 line'.
                  This field represents the fixed
                  values that Protection T1 line
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tR08IDTPortEntry  35 }

  tR08IDTPortLineStatusShelfAT1Line OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   active(1),
                   failed(2),
                   remoteReceivingFromProtectionLine(3),
                   localReceivingFromProtectionLine(4),
                   switchedToProtectionLine(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status - shelf A T1 line'."
    ::= { tR08IDTPortEntry  36 }

  tR08IDTPortLineStatusShelfBT1Line OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   active(1),
                   failed(2),
                   remoteReceivingFromProtectionLine(3),
                   localReceivingFromProtectionLine(4),
                   switchedToProtectionLine(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status - shelf B T1 line'."
    ::= { tR08IDTPortEntry  37 }

  tR08IDTPortLineStatusShelfCT1Line OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   active(1),
                   failed(2),
                   remoteReceivingFromProtectionLine(3),
                   localReceivingFromProtectionLine(4),
                   switchedToProtectionLine(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status - shelf C T1 line'."
    ::= { tR08IDTPortEntry  38 }

  tR08IDTPortLineStatusShelfDT1Line OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   active(1),
                   failed(2),
                   remoteReceivingFromProtectionLine(3),
                   localReceivingFromProtectionLine(4),
                   switchedToProtectionLine(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status - shelf D T1 line'."
    ::= { tR08IDTPortEntry  39 }

  tR08IDTPortLineStatusProtectionSwitchReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   localFailure(2),
                   remoteFailure(3),
                   userRequested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line status - protection switch reason'."
    ::= { tR08IDTPortEntry  40 }

  tR08IDTPortLineStatusUserRequestedProtectionSwitchFrom OBJECT-TYPE
    SYNTAX       INTEGER {
                   shelfAT1Line(1),
                   shelfBT1Line(2),
                   shelfCT1Line(3),
                   shelfDT1Line(4),
                   none(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line status - user requested protection switch from'."
    DEFVAL       { none }
    ::= { tR08IDTPortEntry  41 }

  tR08IDTPortChanUnitsDefChanUnit OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Channel units - default channel unit'.
                  This field is not writable when active."
    DEFVAL       { singleParty }
    ::= { tR08IDTPortEntry  42 }

  tR08IDTPortChanUnitsChanUnit1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 1'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  43 }

  tR08IDTPortChanUnitsChanUnit2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 2'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  44 }

  tR08IDTPortChanUnitsChanUnit3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 3'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  45 }

  tR08IDTPortChanUnitsChanUnit4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 4'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  46 }

  tR08IDTPortChanUnitsChanUnit5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 5'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  47 }

  tR08IDTPortChanUnitsChanUnit6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 6'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  48 }

  tR08IDTPortChanUnitsChanUnit7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 7'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  49 }

  tR08IDTPortChanUnitsChanUnit8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 8'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  50 }

  tR08IDTPortChanUnitsChanUnit9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 9'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  51 }

  tR08IDTPortChanUnitsChanUnit10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 10'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  52 }

  tR08IDTPortChanUnitsChanUnit11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 11'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  53 }

  tR08IDTPortChanUnitsChanUnit12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 12'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  54 }

  tR08IDTPortChanUnitsChanUnit13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 13'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  55 }

  tR08IDTPortChanUnitsChanUnit14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 14'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  56 }

  tR08IDTPortChanUnitsChanUnit15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 15'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  57 }

  tR08IDTPortChanUnitsChanUnit16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 16'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  58 }

  tR08IDTPortChanUnitsChanUnit17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 17'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  59 }

  tR08IDTPortChanUnitsChanUnit18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 18'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  60 }

  tR08IDTPortChanUnitsChanUnit19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 19'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  61 }

  tR08IDTPortChanUnitsChanUnit20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 20'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  62 }

  tR08IDTPortChanUnitsChanUnit21 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 21'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  63 }

  tR08IDTPortChanUnitsChanUnit22 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 22'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  64 }

  tR08IDTPortChanUnitsChanUnit23 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 23'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  65 }

  tR08IDTPortChanUnitsChanUnit24 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 24'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  66 }

  tR08IDTPortChanUnitsChanUnit25 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 25'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  67 }

  tR08IDTPortChanUnitsChanUnit26 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 26'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  68 }

  tR08IDTPortChanUnitsChanUnit27 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 27'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  69 }

  tR08IDTPortChanUnitsChanUnit28 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 28'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  70 }

  tR08IDTPortChanUnitsChanUnit29 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 29'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  71 }

  tR08IDTPortChanUnitsChanUnit30 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 30'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  72 }

  tR08IDTPortChanUnitsChanUnit31 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 31'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  73 }

  tR08IDTPortChanUnitsChanUnit32 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 32'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  74 }

  tR08IDTPortChanUnitsChanUnit33 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 33'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  75 }

  tR08IDTPortChanUnitsChanUnit34 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 34'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  76 }

  tR08IDTPortChanUnitsChanUnit35 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 35'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  77 }

  tR08IDTPortChanUnitsChanUnit36 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 36'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  78 }

  tR08IDTPortChanUnitsChanUnit37 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 37'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  79 }

  tR08IDTPortChanUnitsChanUnit38 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 38'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  80 }

  tR08IDTPortChanUnitsChanUnit39 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 39'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  81 }

  tR08IDTPortChanUnitsChanUnit40 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 40'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  82 }

  tR08IDTPortChanUnitsChanUnit41 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 41'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  83 }

  tR08IDTPortChanUnitsChanUnit42 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 42'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  84 }

  tR08IDTPortChanUnitsChanUnit43 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 43'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  85 }

  tR08IDTPortChanUnitsChanUnit44 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 44'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  86 }

  tR08IDTPortChanUnitsChanUnit45 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 45'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  87 }

  tR08IDTPortChanUnitsChanUnit46 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 46'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  88 }

  tR08IDTPortChanUnitsChanUnit47 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 47'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  89 }

  tR08IDTPortChanUnitsChanUnit48 OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   singleParty(1),
                   universalVoiceGrade(2),
                   d4(3),
                   unequipped(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel units - channel unit 48'."
    DEFVAL       { default }
    ::= { tR08IDTPortEntry  90 }

  tR08IDTPortAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tR08IDTPortEntry  91 }

  tR08IDTPortStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tR08IDTPortEntry  92 }

  tR08IDTPortAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tR08IDTPortEntry  93 }

  tR08IDTPortAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tR08IDTPortEntry  94 }

  tR08IDTPortAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { tR08IDTPortEntry  95 }

  tR08IDTPortAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tR08IDTPortEntry  96 }

  tR08IDTPortAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tR08IDTPortEntry  97 }

  tR08IDTPortAlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { tR08IDTPortEntry  98 }

  tR08IDTPortDiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { tR08IDTPortEntry  99 }

  tR08IDTPortDiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { tR08IDTPortEntry  100 }

  tR08IDTPortDiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { tR08IDTPortEntry  101 }

  tR08IDTPortExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tR08IDTPortEntry  102 }

  tR08IDTPortExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tR08IDTPortEntry  103 }

  tR08IDTPortExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tR08IDTPortEntry  104 }

  tR08IDTPortExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tR08IDTPortEntry  105 }

  tR08IDTPortExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tR08IDTPortEntry  106 }

  tR08IDTPortExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tR08IDTPortEntry  107 }

  tR08IDTPortExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tR08IDTPortEntry  108 }

  tR08IDTPortExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tR08IDTPortEntry  109 }

  tR08IDTPortDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   forceProtectionSwitchFromShelfAT1Line(2),
                   forceProtectionSwitchFromShelfBT1Line(3),
                   forceProtectionSwitchFromShelfCT1Line(4),
                   forceProtectionSwitchFromShelfDT1Line(5),
                   stopProtectionSwitch(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tR08IDTPortEntry  110 }

  tR08IDTPortRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tR08IDTPortEntry  111 }

  tR08IDTPortAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tR08IDTPortEntry  112 }

  tR08IDTPortOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tR08IDTPortEntry  113 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Application Server'                                    */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  m3UAASR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UAASR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2497 }

  m3UAASR5Entry OBJECT-TYPE
    SYNTAX       M3UAASR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UAASR5NEConn,
             m3UAASR5NetwkElement,
             m3UAASR5M3UAAppServerIx }
    ::= {  m3UAASR5Table  1  }

  M3UAASR5Entry  ::=  SEQUENCE
  {
    m3UAASR5NEConn                     Unsigned32,
    m3UAASR5NetwkElement               DisplayString,
    m3UAASR5M3UAAppServerIx            Unsigned32,
    m3UAASR5PointCodeVariant           INTEGER,
    m3UAASR5PointCode                  Unsigned32,
    m3UAASR5Desc                       DisplayString,
    m3UAASR5CgstnControlMethod         INTEGER,
    m3UAASR5I1ESAESAProtDomNEConn      Unsigned32,
    m3UAASR5I2ESAESAProtDomNetwkElement
                                       DisplayString,
    m3UAASR5I3ESAESAProtDomCFSIx       Unsigned32,
    m3UAASR5I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    m3UAASR5ESAESAProtDomOtherVals     INTEGER,
    m3UAASR5RouteAlrmsAttnRq           Unsigned32,
    m3UAASR5RouteAlrmEvtsAttnRq        Unsigned32,
    m3UAASR5RouteAlrmsAtndDp           Unsigned32,
    m3UAASR5RouteAlrmEvtsAtndDp        Unsigned32,
    m3UAASR5SummaryChldAlrmState       INTEGER,
    m3UAASR5DiagsLogLvl                INTEGER,
    m3UAASR5RowStatus                  RowStatus,
    m3UAASR5AdminStatus                AdminStatus,
    m3UAASR5OperStatus                 OperStatus,
    m3UAASR5PointCodeMinorVariant      INTEGER,
    m3UAASR5NetwkIndicator             INTEGER
  }

  m3UAASR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UAASR5Entry  1 }

  m3UAASR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UAASR5Entry  2 }

  m3UAASR5M3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M3UA Application Server index'.
                  This is an index field."
    ::= { m3UAASR5Entry  3 }

  m3UAASR5PointCodeVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI }
    ::= { m3UAASR5Entry  4 }

  m3UAASR5PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is only writable during create."
    ::= { m3UAASR5Entry  5 }

  m3UAASR5Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { m3UAASR5Entry  6 }

  m3UAASR5CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { m3UAASR5Entry  7 }

  m3UAASR5I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR5Entry  8 }

  m3UAASR5I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR5Entry  9 }

  m3UAASR5I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR5Entry  10 }

  m3UAASR5I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { m3UAASR5Entry  11 }

  m3UAASR5ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { m3UAASR5Entry  12 }

  m3UAASR5RouteAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarms'."
    ::= { m3UAASR5Entry  13 }

  m3UAASR5RouteAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR5Entry  14 }

  m3UAASR5RouteAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarms'."
    ::= { m3UAASR5Entry  15 }

  m3UAASR5RouteAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarms - route Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UAASR5Entry  16 }

  m3UAASR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { m3UAASR5Entry  17 }

  m3UAASR5DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UAASR5Entry  18 }

  m3UAASR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UAASR5Entry  19 }

  m3UAASR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR5Entry  20 }

  m3UAASR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UAASR5Entry  21 }

  m3UAASR5PointCodeMinorVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianCA30(47),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code minor variant'.
                  This field is only writable during create."
    DEFVAL       { aNSI1996 }
    ::= { m3UAASR5Entry  22 }

  m3UAASR5NetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { m3UAASR5Entry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR43Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR43Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2498 }

  mediaGatewayModelR43Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR43Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR43NEConn,
             mediaGatewayModelR43NetwkElement,
             mediaGatewayModelR43CFSIx,
             mediaGatewayModelR43ModelIx }
    ::= {  mediaGatewayModelR43Table  1  }

  MediaGatewayModelR43Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR43NEConn         Unsigned32,
    mediaGatewayModelR43NetwkElement   DisplayString,
    mediaGatewayModelR43CFSIx          Unsigned32,
    mediaGatewayModelR43ModelIx        Unsigned32,
    mediaGatewayModelR43Category       INTEGER,
    mediaGatewayModelR43ModelName      DisplayString,
    mediaGatewayModelR43Desc           DisplayString,
    mediaGatewayModelR43ControlProt    INTEGER,
    mediaGatewayModelR43ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR43LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR43PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR43PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR43AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR43AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR43RefCnt         Unsigned32,
    mediaGatewayModelR43RowStatus      RowStatus,
    mediaGatewayModelR43DefModel       INTEGER,
    mediaGatewayModelR43Authentication INTEGER,
    mediaGatewayModelR43SupportedConnTypes
                                       BITS,
    mediaGatewayModelR43AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR43ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR43ExportStatus   DisplayString,
    mediaGatewayModelR43ExportFile     DisplayString,
    mediaGatewayModelR43ExportCorr     Counter64,
    mediaGatewayModelR43ExportCorrNode DisplayString,
    mediaGatewayModelR43ExportCorrUID  DisplayString,
    mediaGatewayModelR43DoExtraActions INTEGER,
    mediaGatewayModelR43FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR43FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR43FBsMGCP        BITS,
    mediaGatewayModelR43FBsMeGaCo      BITS,
    mediaGatewayModelR43FBsSIP         BITS,
    mediaGatewayModelR43FixBitsMeGaCo2 BITS,
    mediaGatewayModelR43MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR43AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR43AlertInfoDR2   DisplayString,
    mediaGatewayModelR43AlertInfoDR3   DisplayString,
    mediaGatewayModelR43AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR43DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR43DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR43ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR43SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR43DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR43UpToDateCnt    Unsigned32,
    mediaGatewayModelR43SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR43SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR43Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR43AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR43VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR43AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR43FixBitsSIP2    BITS,
    mediaGatewayModelR43OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR43FBsMeGaCo4     BITS,
    mediaGatewayModelR43SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR43ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR43SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR43ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR43SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR43AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR43AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR43InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR43OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR43MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR43FixBitsSIP3    BITS,
    mediaGatewayModelR43FixBitsSIP4    BITS,
    mediaGatewayModelR43SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR43RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR43EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR43LCC1           DisplayString,
    mediaGatewayModelR43LCC2           DisplayString,
    mediaGatewayModelR43LCC3           DisplayString,
    mediaGatewayModelR43LCC4           DisplayString,
    mediaGatewayModelR43LCC5           DisplayString,
    mediaGatewayModelR43LCC6           DisplayString,
    mediaGatewayModelR43LCC7           DisplayString,
    mediaGatewayModelR43LCC8           DisplayString,
    mediaGatewayModelR43LCC9           DisplayString,
    mediaGatewayModelR43LCC10          DisplayString,
    mediaGatewayModelR43LCC11          DisplayString,
    mediaGatewayModelR43LCC12          DisplayString,
    mediaGatewayModelR43LCC13          DisplayString,
    mediaGatewayModelR43LCC14          DisplayString,
    mediaGatewayModelR43LCC15          DisplayString,
    mediaGatewayModelR43LCC16          DisplayString,
    mediaGatewayModelR43LCC17          DisplayString,
    mediaGatewayModelR43LCC18          DisplayString,
    mediaGatewayModelR43LCC19          DisplayString,
    mediaGatewayModelR43LCC20          DisplayString,
    mediaGatewayModelR43ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR43MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR43MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR43ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR43NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR43NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR43NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR43NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR43NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR43NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR43NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR43NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR43OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR43ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR43MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR43MRSPollTimeout Unsigned32,
    mediaGatewayModelR43RingLenUseWithICF
                                       Unsigned32
  }

  mediaGatewayModelR43NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR43Entry  1 }

  mediaGatewayModelR43NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR43Entry  2 }

  mediaGatewayModelR43CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR43Entry  3 }

  mediaGatewayModelR43ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR43Entry  4 }

  mediaGatewayModelR43Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR43Entry  5 }

  mediaGatewayModelR43ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR43Entry  6 }

  mediaGatewayModelR43Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR43Entry  7 }

  mediaGatewayModelR43ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR43Entry  8 }

  mediaGatewayModelR43ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR43Entry  9 }

  mediaGatewayModelR43LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR43Entry  10 }

  mediaGatewayModelR43PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR43Entry  11 }

  mediaGatewayModelR43PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR43Entry  12 }

  mediaGatewayModelR43AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR43Entry  13 }

  mediaGatewayModelR43AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR43Entry  14 }

  mediaGatewayModelR43RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR43Entry  16 }

  mediaGatewayModelR43RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR43Entry  17 }

  mediaGatewayModelR43DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR43Entry  18 }

  mediaGatewayModelR43Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR43Entry  19 }

  mediaGatewayModelR43SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR43Entry  20 }

  mediaGatewayModelR43AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR43Entry  21 }

  mediaGatewayModelR43ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR43Entry  22 }

  mediaGatewayModelR43ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR43Entry  23 }

  mediaGatewayModelR43ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR43Entry  24 }

  mediaGatewayModelR43ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR43Entry  25 }

  mediaGatewayModelR43ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR43Entry  26 }

  mediaGatewayModelR43ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR43Entry  27 }

  mediaGatewayModelR43DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR43Entry  28 }

  mediaGatewayModelR43FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR43Entry  29 }

  mediaGatewayModelR43FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR43Entry  30 }

  mediaGatewayModelR43FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR43Entry  31 }

  mediaGatewayModelR43FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR43Entry  32 }

  mediaGatewayModelR43FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR43Entry  33 }

  mediaGatewayModelR43FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR43Entry  34 }

  mediaGatewayModelR43MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR43Entry  35 }

  mediaGatewayModelR43AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR43Entry  36 }

  mediaGatewayModelR43AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR43Entry  37 }

  mediaGatewayModelR43AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR43Entry  38 }

  mediaGatewayModelR43AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR43Entry  39 }

  mediaGatewayModelR43DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR43Entry  40 }

  mediaGatewayModelR43DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR43Entry  41 }

  mediaGatewayModelR43ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR43Entry  42 }

  mediaGatewayModelR43SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR43Entry  43 }

  mediaGatewayModelR43DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR43Entry  44 }

  mediaGatewayModelR43UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR43Entry  45 }

  mediaGatewayModelR43SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR43Entry  46 }

  mediaGatewayModelR43SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR43Entry  48 }

  mediaGatewayModelR43Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR43Entry  49 }

  mediaGatewayModelR43AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR43Entry  50 }

  mediaGatewayModelR43VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR43Entry  51 }

  mediaGatewayModelR43AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR43Entry  52 }

  mediaGatewayModelR43FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR43Entry  53 }

  mediaGatewayModelR43OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR43Entry  54 }

  mediaGatewayModelR43FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR43Entry  55 }

  mediaGatewayModelR43SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR43Entry  56 }

  mediaGatewayModelR43ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR43Entry  57 }

  mediaGatewayModelR43SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR43Entry  58 }

  mediaGatewayModelR43ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR43Entry  59 }

  mediaGatewayModelR43SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR43Entry  60 }

  mediaGatewayModelR43AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR43Entry  61 }

  mediaGatewayModelR43AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR43Entry  62 }

  mediaGatewayModelR43InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR43Entry  63 }

  mediaGatewayModelR43OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR43Entry  64 }

  mediaGatewayModelR43MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR43Entry  65 }

  mediaGatewayModelR43FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallenges(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR43Entry  66 }

  mediaGatewayModelR43FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR43Entry  67 }

  mediaGatewayModelR43SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR43Entry  68 }

  mediaGatewayModelR43RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR43Entry  69 }

  mediaGatewayModelR43EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR43Entry  70 }

  mediaGatewayModelR43LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR43Entry  71 }

  mediaGatewayModelR43LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR43Entry  72 }

  mediaGatewayModelR43LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR43Entry  73 }

  mediaGatewayModelR43LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR43Entry  74 }

  mediaGatewayModelR43LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR43Entry  75 }

  mediaGatewayModelR43LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR43Entry  76 }

  mediaGatewayModelR43LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR43Entry  77 }

  mediaGatewayModelR43LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR43Entry  78 }

  mediaGatewayModelR43LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR43Entry  79 }

  mediaGatewayModelR43LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR43Entry  80 }

  mediaGatewayModelR43LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR43Entry  81 }

  mediaGatewayModelR43LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR43Entry  82 }

  mediaGatewayModelR43LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR43Entry  83 }

  mediaGatewayModelR43LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR43Entry  84 }

  mediaGatewayModelR43LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR43Entry  85 }

  mediaGatewayModelR43LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR43Entry  86 }

  mediaGatewayModelR43LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR43Entry  87 }

  mediaGatewayModelR43LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR43Entry  88 }

  mediaGatewayModelR43LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR43Entry  89 }

  mediaGatewayModelR43LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR43Entry  90 }

  mediaGatewayModelR43ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR43Entry  91 }

  mediaGatewayModelR43MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR43Entry  92 }

  mediaGatewayModelR43MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR43Entry  93 }

  mediaGatewayModelR43ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR43Entry  94 }

  mediaGatewayModelR43NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR43Entry  95 }

  mediaGatewayModelR43NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR43Entry  96 }

  mediaGatewayModelR43NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR43Entry  97 }

  mediaGatewayModelR43NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR43Entry  98 }

  mediaGatewayModelR43NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR43Entry  99 }

  mediaGatewayModelR43NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR43Entry  100 }

  mediaGatewayModelR43NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR43Entry  101 }

  mediaGatewayModelR43NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR43Entry  102 }

  mediaGatewayModelR43OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR43Entry  103 }

  mediaGatewayModelR43ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR43Entry  104 }

  mediaGatewayModelR43MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR43Entry  105 }

  mediaGatewayModelR43MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR43Entry  106 }

  mediaGatewayModelR43RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR43Entry  107 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 9.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  tAGAccessDeviceR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGAccessDeviceR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Access Devices'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2499 }

  tAGAccessDeviceR8Entry OBJECT-TYPE
    SYNTAX       TAGAccessDeviceR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGAccessDeviceR8NEConn,
             tAGAccessDeviceR8NetwkElement,
             tAGAccessDeviceR8CFSIx,
             tAGAccessDeviceR8GatewayIx,
             tAGAccessDeviceR8DeviceIx }
    ::= {  tAGAccessDeviceR8Table  1  }

  TAGAccessDeviceR8Entry  ::=  SEQUENCE
  {
    tAGAccessDeviceR8NEConn            Unsigned32,
    tAGAccessDeviceR8NetwkElement      DisplayString,
    tAGAccessDeviceR8CFSIx             Unsigned32,
    tAGAccessDeviceR8GatewayIx         Unsigned32,
    tAGAccessDeviceR8DeviceIx          Unsigned32,
    tAGAccessDeviceR8MediaGatewayType  INTEGER,
    tAGAccessDeviceR8AccessProt        INTEGER,
    tAGAccessDeviceR8I1TAGNEConn       Unsigned32,
    tAGAccessDeviceR8I2TAGNetwkElement DisplayString,
    tAGAccessDeviceR8I3TAGCFSIx        Unsigned32,
    tAGAccessDeviceR8I4TAGGatewayIx    Unsigned32,
    tAGAccessDeviceR8I1SubGNEConn      Unsigned32,
    tAGAccessDeviceR8I2SubGNetwkElement
                                       DisplayString,
    tAGAccessDeviceR8I3SubGCFSIx       Unsigned32,
    tAGAccessDeviceR8I4SubGGatewayIx   Unsigned32,
    tAGAccessDeviceR8Desc              DisplayString,
    tAGAccessDeviceR8AccDevNum         Unsigned32,
    tAGAccessDeviceR8AccDevPortName    DisplayString,
    tAGAccessDeviceR8MaxLineNum        Unsigned32,
    tAGAccessDeviceR8DeactivnMode      INTEGER,
    tAGAccessDeviceR8AlrmState         INTEGER,
    tAGAccessDeviceR8AlrmEvtsAttnRq    Unsigned32,
    tAGAccessDeviceR8AlrmEvtsAtndDp    Unsigned32,
    tAGAccessDeviceR8AlrmStateTimestamp
                                       Unsigned32,
    tAGAccessDeviceR8RowStatus         RowStatus,
    tAGAccessDeviceR8AdminStatus       AdminStatus,
    tAGAccessDeviceR8OperStatus        OperStatus,
    tAGAccessDeviceR8ExportNumObjectsExported
                                       Integer32,
    tAGAccessDeviceR8ExportStatus      DisplayString,
    tAGAccessDeviceR8ExportFile        DisplayString,
    tAGAccessDeviceR8ExportCorr        Counter64,
    tAGAccessDeviceR8ExportCorrNode    DisplayString,
    tAGAccessDeviceR8ExportCorrUID     DisplayString,
    tAGAccessDeviceR8DoExtraActions    INTEGER,
    tAGAccessDeviceR8ProviderStatus    INTEGER,
    tAGAccessDeviceR8ConnType          INTEGER,
    tAGAccessDeviceR8T1I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR8T1I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR8T1I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR8T1I4AccessHardwarePortIx
                                       Integer32,
    tAGAccessDeviceR8T4I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR8AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tAGAccessDeviceR8AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR8AlrmEvtsAtndDpLogCorr
                                       Counter64,
    tAGAccessDeviceR8AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR8T4I6AccessHardwarePhysDS1PortName
                                       DisplayString,
    tAGAccessDeviceR8T5I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR8T5I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR8T5I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR8T5I4AccessHardwareCtrlerIx
                                       INTEGER,
    tAGAccessDeviceR8T5I5AccessHardwareSlotNum
                                       INTEGER,
    tAGAccessDeviceR8T5I6AccessHardwarePhysDS3PortName
                                       INTEGER,
    tAGAccessDeviceR8T5I7AccessHardwareDS1OverDS3PortName
                                       DisplayString,
    tAGAccessDeviceR8T4I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR8T4I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR8T4I4AccessHardwareCtrlerIx
                                       INTEGER,
    tAGAccessDeviceR8T4I5AccessHardwareSlotNum
                                       INTEGER,
    tAGAccessDeviceR8RcvGain           INTEGER,
    tAGAccessDeviceR8XmitGain          INTEGER,
    tAGAccessDeviceR8I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tAGAccessDeviceR8I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tAGAccessDeviceR8I3FaultMonitoringProfFMPIx
                                       Integer32,
    tAGAccessDeviceR8FaultMonitoringProfOtherVals
                                       INTEGER,
    tAGAccessDeviceR8ApplyFMPToReltdObjectTypes
                                       BITS,
    tAGAccessDeviceR8AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    tAGAccessDeviceR8T3I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR8T3I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR8T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR8T3I4AccessHardwarePortIx
                                       Integer32,
    tAGAccessDeviceR8ExportIncASRepData
                                       INTEGER,
    tAGAccessDeviceR8ExportChldObjectsToInc
                                       INTEGER,
    tAGAccessDeviceR8T2I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR8T2I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR8T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR8T2I4AccessHardwarePortIx
                                       Unsigned32
  }

  tAGAccessDeviceR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGAccessDeviceR8Entry  1 }

  tAGAccessDeviceR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGAccessDeviceR8Entry  2 }

  tAGAccessDeviceR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR8Entry  3 }

  tAGAccessDeviceR8GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR8Entry  4 }

  tAGAccessDeviceR8DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { tAGAccessDeviceR8Entry  5 }

  tAGAccessDeviceR8MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR8Entry  6 }

  tAGAccessDeviceR8AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6),
                   v52(7),
                   tR08(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR8Entry  7 }

  tAGAccessDeviceR8I1TAGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  8 }

  tAGAccessDeviceR8I2TAGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  9 }

  tAGAccessDeviceR8I3TAGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  10 }

  tAGAccessDeviceR8I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  11 }

  tAGAccessDeviceR8I1SubGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  12 }

  tAGAccessDeviceR8I2SubGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  13 }

  tAGAccessDeviceR8I3SubGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  14 }

  tAGAccessDeviceR8I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR8Entry  15 }

  tAGAccessDeviceR8Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tAGAccessDeviceR8Entry  24 }

  tAGAccessDeviceR8AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR8Entry  25 }

  tAGAccessDeviceR8AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR8Entry  26 }

  tAGAccessDeviceR8MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'."
    ::= { tAGAccessDeviceR8Entry  27 }

  tAGAccessDeviceR8DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tAGAccessDeviceR8Entry  28 }

  tAGAccessDeviceR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tAGAccessDeviceR8Entry  29 }

  tAGAccessDeviceR8AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR8Entry  31 }

  tAGAccessDeviceR8AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR8Entry  32 }

  tAGAccessDeviceR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tAGAccessDeviceR8Entry  33 }

  tAGAccessDeviceR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tAGAccessDeviceR8Entry  35 }

  tAGAccessDeviceR8AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR8Entry  36 }

  tAGAccessDeviceR8OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR8Entry  37 }

  tAGAccessDeviceR8ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tAGAccessDeviceR8Entry  38 }

  tAGAccessDeviceR8ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tAGAccessDeviceR8Entry  39 }

  tAGAccessDeviceR8ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tAGAccessDeviceR8Entry  40 }

  tAGAccessDeviceR8ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tAGAccessDeviceR8Entry  41 }

  tAGAccessDeviceR8ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { tAGAccessDeviceR8Entry  42 }

  tAGAccessDeviceR8ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tAGAccessDeviceR8Entry  43 }

  tAGAccessDeviceR8DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR8Entry  44 }

  tAGAccessDeviceR8ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGAccessDeviceR8Entry  45 }

  tAGAccessDeviceR8ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { tAGAccessDeviceR8Entry  46 }

  tAGAccessDeviceR8T1I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  51 }

  tAGAccessDeviceR8T1I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  52 }

  tAGAccessDeviceR8T1I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  53 }

  tAGAccessDeviceR8T1I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  54 }

  tAGAccessDeviceR8T4I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR8Entry  55 }

  tAGAccessDeviceR8AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tAGAccessDeviceR8Entry  56 }

  tAGAccessDeviceR8AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tAGAccessDeviceR8Entry  57 }

  tAGAccessDeviceR8AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { tAGAccessDeviceR8Entry  58 }

  tAGAccessDeviceR8AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { tAGAccessDeviceR8Entry  59 }

  tAGAccessDeviceR8T4I6AccessHardwarePhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR8Entry  60 }

  tAGAccessDeviceR8T5I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR8Entry  61 }

  tAGAccessDeviceR8T5I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR8Entry  62 }

  tAGAccessDeviceR8T5I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR8Entry  63 }

  tAGAccessDeviceR8T5I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR8Entry  64 }

  tAGAccessDeviceR8T5I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR8Entry  65 }

  tAGAccessDeviceR8T5I6AccessHardwarePhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR8Entry  66 }

  tAGAccessDeviceR8T5I7AccessHardwareDS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { tAGAccessDeviceR8Entry  67 }

  tAGAccessDeviceR8T4I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR8Entry  68 }

  tAGAccessDeviceR8T4I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR8Entry  69 }

  tAGAccessDeviceR8T4I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR8Entry  70 }

  tAGAccessDeviceR8T4I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { tAGAccessDeviceR8Entry  71 }

  tAGAccessDeviceR8RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR8Entry  72 }

  tAGAccessDeviceR8XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR8Entry  73 }

  tAGAccessDeviceR8I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR8Entry  74 }

  tAGAccessDeviceR8I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR8Entry  75 }

  tAGAccessDeviceR8I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR8Entry  76 }

  tAGAccessDeviceR8FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGAccessDeviceR8Entry  77 }

  tAGAccessDeviceR8ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { tAGAccessDeviceR8Entry  78 }

  tAGAccessDeviceR8AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { tAGAccessDeviceR8Entry  79 }

  tAGAccessDeviceR8T3I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR8Entry  80 }

  tAGAccessDeviceR8T3I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR8Entry  81 }

  tAGAccessDeviceR8T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR8Entry  82 }

  tAGAccessDeviceR8T3I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR8Entry  83 }

  tAGAccessDeviceR8ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tAGAccessDeviceR8Entry  84 }

  tAGAccessDeviceR8ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tAGAccessDeviceR8Entry  85 }

  tAGAccessDeviceR8T2I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  86 }

  tAGAccessDeviceR8T2I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  87 }

  tAGAccessDeviceR8T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  88 }

  tAGAccessDeviceR8T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR8Entry  89 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 9.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  subGAccessDeviceR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGAccessDeviceR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2500 }

  subGAccessDeviceR6Entry OBJECT-TYPE
    SYNTAX       SubGAccessDeviceR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGAccessDeviceR6NEConn,
             subGAccessDeviceR6NetwkElement,
             subGAccessDeviceR6CFSIx,
             subGAccessDeviceR6GatewayIx,
             subGAccessDeviceR6DeviceIx }
    ::= {  subGAccessDeviceR6Table  1  }

  SubGAccessDeviceR6Entry  ::=  SEQUENCE
  {
    subGAccessDeviceR6NEConn           Unsigned32,
    subGAccessDeviceR6NetwkElement     DisplayString,
    subGAccessDeviceR6CFSIx            Unsigned32,
    subGAccessDeviceR6GatewayIx        Unsigned32,
    subGAccessDeviceR6DeviceIx         Unsigned32,
    subGAccessDeviceR6MediaGatewayType INTEGER,
    subGAccessDeviceR6AccessProt       INTEGER,
    subGAccessDeviceR6I1TAGNEConn      Unsigned32,
    subGAccessDeviceR6I2TAGNetwkElement
                                       DisplayString,
    subGAccessDeviceR6I3TAGCFSIx       Unsigned32,
    subGAccessDeviceR6I4TAGGatewayIx   Unsigned32,
    subGAccessDeviceR6I1SubGNEConn     Unsigned32,
    subGAccessDeviceR6I2SubGNetwkElement
                                       DisplayString,
    subGAccessDeviceR6I3SubGCFSIx      Unsigned32,
    subGAccessDeviceR6I4SubGGatewayIx  Unsigned32,
    subGAccessDeviceR6Desc             DisplayString,
    subGAccessDeviceR6AccDevNum        Unsigned32,
    subGAccessDeviceR6AccDevPortName   DisplayString,
    subGAccessDeviceR6MaxLineNum       Unsigned32,
    subGAccessDeviceR6DeactivnMode     INTEGER,
    subGAccessDeviceR6AlrmState        INTEGER,
    subGAccessDeviceR6AlEvtsAttnRq     Unsigned32,
    subGAccessDeviceR6AlEvtsAtndDp     Unsigned32,
    subGAccessDeviceR6AlStateTimestamp Unsigned32,
    subGAccessDeviceR6RowStatus        RowStatus,
    subGAccessDeviceR6AdminStatus      AdminStatus,
    subGAccessDeviceR6OperStatus       OperStatus,
    subGAccessDeviceR6ExportNumObjectsExported
                                       Integer32,
    subGAccessDeviceR6ExportStatus     DisplayString,
    subGAccessDeviceR6ExportFile       DisplayString,
    subGAccessDeviceR6ExportCorr       Counter64,
    subGAccessDeviceR6ExportCorrNode   DisplayString,
    subGAccessDeviceR6ExportCorrUID    DisplayString,
    subGAccessDeviceR6DoExtraActions   INTEGER,
    subGAccessDeviceR6ProviderStatus   INTEGER,
    subGAccessDeviceR6ConnType         INTEGER,
    subGAccessDeviceR6T1I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR6T1I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR6T1I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR6T1I4AccessHardwarePortIx
                                       Integer32,
    subGAccessDeviceR6T4I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR6AlEvtsAttnRqLogCorr
                                       Counter64,
    subGAccessDeviceR6AlEvtsAttnRqResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR6AlEvtsAtndDpLogCorr
                                       Counter64,
    subGAccessDeviceR6AlEvtsAtndDpResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR6T5I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR6T5I4AccessHardwareCtrlerIx
                                       INTEGER,
    subGAccessDeviceR6T5I5AccessHardwareSlotNum
                                       INTEGER,
    subGAccessDeviceR6T5I6AccessHardwarePhysDS3PortName
                                       INTEGER,
    subGAccessDeviceR6T5I7AccessHardwareDS1OverDS3PortName
                                       DisplayString,
    subGAccessDeviceR6T4I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR6T4I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR6T4I4AccessHardwareCtrlerIx
                                       INTEGER,
    subGAccessDeviceR6T4I5AccessHardwareSlotNum
                                       INTEGER,
    subGAccessDeviceR6T4I6AccessHardwarePhysDS1PortName
                                       DisplayString,
    subGAccessDeviceR6T5I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR6T5I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR6ExportIncASRepData
                                       INTEGER,
    subGAccessDeviceR6ExportChldObjectsToInc
                                       INTEGER,
    subGAccessDeviceR6T3I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR6T3I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR6T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR6T3I4AccessHardwarePortIx
                                       Integer32,
    subGAccessDeviceR6T2I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR6T2I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR6T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR6T2I4AccessHardwarePortIx
                                       Unsigned32
  }

  subGAccessDeviceR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGAccessDeviceR6Entry  1 }

  subGAccessDeviceR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGAccessDeviceR6Entry  2 }

  subGAccessDeviceR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGAccessDeviceR6Entry  3 }

  subGAccessDeviceR6GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGAccessDeviceR6Entry  4 }

  subGAccessDeviceR6DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { subGAccessDeviceR6Entry  5 }

  subGAccessDeviceR6MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { subGAccessDeviceR6Entry  6 }

  subGAccessDeviceR6AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6),
                   v52(7),
                   tR08(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR6Entry  7 }

  subGAccessDeviceR6I1TAGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  8 }

  subGAccessDeviceR6I2TAGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  9 }

  subGAccessDeviceR6I3TAGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  10 }

  subGAccessDeviceR6I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  11 }

  subGAccessDeviceR6I1SubGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  12 }

  subGAccessDeviceR6I2SubGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  13 }

  subGAccessDeviceR6I3SubGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  14 }

  subGAccessDeviceR6I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR6Entry  15 }

  subGAccessDeviceR6Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { subGAccessDeviceR6Entry  24 }

  subGAccessDeviceR6AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR6Entry  25 }

  subGAccessDeviceR6AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR6Entry  26 }

  subGAccessDeviceR6MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'."
    ::= { subGAccessDeviceR6Entry  27 }

  subGAccessDeviceR6DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { subGAccessDeviceR6Entry  28 }

  subGAccessDeviceR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { subGAccessDeviceR6Entry  29 }

  subGAccessDeviceR6AlEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR6Entry  31 }

  subGAccessDeviceR6AlEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR6Entry  32 }

  subGAccessDeviceR6AlStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { subGAccessDeviceR6Entry  33 }

  subGAccessDeviceR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGAccessDeviceR6Entry  35 }

  subGAccessDeviceR6AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR6Entry  36 }

  subGAccessDeviceR6OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR6Entry  37 }

  subGAccessDeviceR6ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGAccessDeviceR6Entry  38 }

  subGAccessDeviceR6ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGAccessDeviceR6Entry  39 }

  subGAccessDeviceR6ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGAccessDeviceR6Entry  40 }

  subGAccessDeviceR6ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGAccessDeviceR6Entry  41 }

  subGAccessDeviceR6ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { subGAccessDeviceR6Entry  42 }

  subGAccessDeviceR6ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGAccessDeviceR6Entry  43 }

  subGAccessDeviceR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR6Entry  44 }

  subGAccessDeviceR6ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGAccessDeviceR6Entry  45 }

  subGAccessDeviceR6ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { subGAccessDeviceR6Entry  46 }

  subGAccessDeviceR6T1I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR6Entry  51 }

  subGAccessDeviceR6T1I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR6Entry  52 }

  subGAccessDeviceR6T1I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR6Entry  53 }

  subGAccessDeviceR6T1I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR6Entry  54 }

  subGAccessDeviceR6T4I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR6Entry  55 }

  subGAccessDeviceR6AlEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { subGAccessDeviceR6Entry  56 }

  subGAccessDeviceR6AlEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { subGAccessDeviceR6Entry  57 }

  subGAccessDeviceR6AlEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { subGAccessDeviceR6Entry  58 }

  subGAccessDeviceR6AlEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { subGAccessDeviceR6Entry  59 }

  subGAccessDeviceR6T5I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR6Entry  63 }

  subGAccessDeviceR6T5I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR6Entry  64 }

  subGAccessDeviceR6T5I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR6Entry  65 }

  subGAccessDeviceR6T5I6AccessHardwarePhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port number'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR6Entry  66 }

  subGAccessDeviceR6T5I7AccessHardwareDS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'DS1 Over DS3 Port Name'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR6Entry  67 }

  subGAccessDeviceR6T4I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR6Entry  68 }

  subGAccessDeviceR6T4I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR6Entry  69 }

  subGAccessDeviceR6T4I4AccessHardwareCtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Controller index'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR6Entry  70 }

  subGAccessDeviceR6T4I5AccessHardwareSlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Slot number'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR6Entry  71 }

  subGAccessDeviceR6T4I6AccessHardwarePhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Physical DS1 Port Name'
                  in referenced type 'BOOPhysDS1PortSE'."
    ::= { subGAccessDeviceR6Entry  72 }

  subGAccessDeviceR6T5I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR6Entry  73 }

  subGAccessDeviceR6T5I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOODS1OverDS3PortSE'."
    ::= { subGAccessDeviceR6Entry  74 }

  subGAccessDeviceR6ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGAccessDeviceR6Entry  75 }

  subGAccessDeviceR6ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGAccessDeviceR6Entry  76 }

  subGAccessDeviceR6T3I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR6Entry  80 }

  subGAccessDeviceR6T3I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR6Entry  81 }

  subGAccessDeviceR6T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR6Entry  82 }

  subGAccessDeviceR6T3I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR6Entry  83 }

  subGAccessDeviceR6T2I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR6Entry  84 }

  subGAccessDeviceR6T2I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR6Entry  85 }

  subGAccessDeviceR6T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR6Entry  86 }

  subGAccessDeviceR6T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR6Entry  87 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  cfgSIPBindR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2501 }

  cfgSIPBindR21Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR21NEConn,
             cfgSIPBindR21NetwkElement,
             cfgSIPBindR21CFSIx,
             cfgSIPBindR21BindingIx }
    ::= {  cfgSIPBindR21Table  1  }

  CfgSIPBindR21Entry  ::=  SEQUENCE
  {
    cfgSIPBindR21NEConn                Unsigned32,
    cfgSIPBindR21NetwkElement          DisplayString,
    cfgSIPBindR21CFSIx                 Unsigned32,
    cfgSIPBindR21BindingIx             Unsigned32,
    cfgSIPBindR21Name                  DisplayString,
    cfgSIPBindR21CustInfo              DisplayString,
    cfgSIPBindR21CustInfo2             DisplayString,
    cfgSIPBindR21CustInfo3             DisplayString,
    cfgSIPBindR21CustInfo4             DisplayString,
    cfgSIPBindR21CustInfo5             DisplayString,
    cfgSIPBindR21CustInfo6             DisplayString,
    cfgSIPBindR21Usage                 INTEGER,
    cfgSIPBindR21UseDNIdentification   INTEGER,
    cfgSIPBindR21SIPAuthenticationReqd INTEGER,
    cfgSIPBindR21SIPUserName           DisplayString,
    cfgSIPBindR21SIPDomainName         DisplayString,
    cfgSIPBindR21NewSIPPassword        DisplayString,
    cfgSIPBindR21ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR21ContactIPAddr         DisplayString,
    cfgSIPBindR21ContactIPPort         Unsigned32,
    cfgSIPBindR21ProxyIPAddr           DisplayString,
    cfgSIPBindR21ProxyIPPort           Unsigned32,
    cfgSIPBindR21TransportProt         INTEGER,
    cfgSIPBindR21I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR21I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR21I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR21I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR21Trusted               INTEGER,
    cfgSIPBindR21UseStaticNATMapping   INTEGER,
    cfgSIPBindR21MaxCallAppearances    Unsigned32,
    cfgSIPBindR21AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR21ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR21ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR21DeactivnMode          INTEGER,
    cfgSIPBindR21LastCallFailCause     INTEGER,
    cfgSIPBindR21LastCallFailTimestamp Unsigned32,
    cfgSIPBindR21LastCallFailLogCorr   Counter64,
    cfgSIPBindR21DiagsLogLvl           INTEGER,
    cfgSIPBindR21DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR21DiagsAPITraceTag      DisplayString,
    cfgSIPBindR21ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR21ExportStatus          DisplayString,
    cfgSIPBindR21ExportFile            DisplayString,
    cfgSIPBindR21ExportCorr            Counter64,
    cfgSIPBindR21ExportCorrNode        DisplayString,
    cfgSIPBindR21ExportCorrUID         DisplayString,
    cfgSIPBindR21DoExtraActions        INTEGER,
    cfgSIPBindR21RowStatus             RowStatus,
    cfgSIPBindR21AdminStatus           AdminStatus,
    cfgSIPBindR21OperStatus            OperStatus,
    cfgSIPBindR21PollPeerDevice        INTEGER,
    cfgSIPBindR21PollingInterval       Unsigned32,
    cfgSIPBindR21AlrmState             INTEGER,
    cfgSIPBindR21AlrmLogCorr           Counter64,
    cfgSIPBindR21AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR21AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR21AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR21I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR21I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR21I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR21I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR21SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR21SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR21ActHopCnting          INTEGER,
    cfgSIPBindR21SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR21SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR21SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR21SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR21SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR21SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR21SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR21SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR21ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR21SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR21SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR21SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR21SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR21SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR21SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR21SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR21SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR21SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR21SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR21SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR21UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR21PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR21StatisticsAlrms       Integer32,
    cfgSIPBindR21I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR21I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR21I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR21I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR21ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR21CFSCtrlStatus         INTEGER,
    cfgSIPBindR21PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR21MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR21RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR21SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR21IPAddrMatchReqd       INTEGER,
    cfgSIPBindR21VirtualTrnkGpID       DisplayString,
    cfgSIPBindR21VirtualTrnkCxt        DisplayString,
    cfgSIPBindR21SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR21I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR21I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR21I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR21FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR21ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR21AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR21SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR21TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR21I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR21I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR21I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR21SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR21LearnsContactDetails  INTEGER,
    cfgSIPBindR21ContactURI            LongDisplayString,
    cfgSIPBindR21ContactName           LongDisplayString,
    cfgSIPBindR21ContactExpiryTime     Unsigned32,
    cfgSIPBindR21MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR21SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR21UseNormalTrnkRtgTblsToMatchTgId
                                       INTEGER,
    cfgSIPBindR21SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR21SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR21SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR21ContactAddrScheme     INTEGER,
    cfgSIPBindR21ContactDomainName     DisplayString,
    cfgSIPBindR21ProxyAddrScheme       INTEGER,
    cfgSIPBindR21ProxyDomainName       DisplayString,
    cfgSIPBindR21PollCallPaths         INTEGER,
    cfgSIPBindR21SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR21AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR21AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR21PollServRoutes        INTEGER,
    cfgSIPBindR21ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR21SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR21SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR21SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR21SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR21ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR21ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR21ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR21TransparentHeaders    LongDisplayString,
    cfgSIPBindR21OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR21SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR21SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR21SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR21SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR21SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR21UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR21SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR21AutoRecovery          INTEGER,
    cfgSIPBindR21AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR21SigType               INTEGER,
    cfgSIPBindR21ExportIncASRepData    INTEGER,
    cfgSIPBindR21PBXAppServer          INTEGER,
    cfgSIPBindR21NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR21MediaIPAddr           DisplayString,
    cfgSIPBindR21UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR21SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR21DNIDInE164Format      INTEGER,
    cfgSIPBindR21ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR21Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR21SIPProtOptsHonorsClgNumAPRI
                                       INTEGER,
    cfgSIPBindR21StatisticsEnabled     INTEGER,
    cfgSIPBindR21ContactAddrMatchReqd  INTEGER,
    cfgSIPBindR21AllowBothDNAndTGChangesInSingleTFL3xxResponse
                                       INTEGER,
    cfgSIPBindR21RouteDirectlyOnTGIDTFLResponses
                                       INTEGER
  }

  cfgSIPBindR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR21Entry  1 }

  cfgSIPBindR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR21Entry  2 }

  cfgSIPBindR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR21Entry  3 }

  cfgSIPBindR21BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR21Entry  4 }

  cfgSIPBindR21Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR21Entry  5 }

  cfgSIPBindR21CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR21Entry  6 }

  cfgSIPBindR21CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR21Entry  7 }

  cfgSIPBindR21CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR21Entry  8 }

  cfgSIPBindR21CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR21Entry  9 }

  cfgSIPBindR21CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR21Entry  10 }

  cfgSIPBindR21CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR21Entry  11 }

  cfgSIPBindR21Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR21Entry  12 }

  cfgSIPBindR21UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  13 }

  cfgSIPBindR21SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  14 }

  cfgSIPBindR21SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR21Entry  15 }

  cfgSIPBindR21SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR21Entry  16 }

  cfgSIPBindR21NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR21Entry  17 }

  cfgSIPBindR21ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR21Entry  18 }

  cfgSIPBindR21ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR21Entry  19 }

  cfgSIPBindR21ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR21Entry  20 }

  cfgSIPBindR21ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR21Entry  21 }

  cfgSIPBindR21ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR21Entry  22 }

  cfgSIPBindR21TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR21Entry  23 }

  cfgSIPBindR21I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR21Entry  24 }

  cfgSIPBindR21I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR21Entry  25 }

  cfgSIPBindR21I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR21Entry  26 }

  cfgSIPBindR21I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR21Entry  27 }

  cfgSIPBindR21Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  28 }

  cfgSIPBindR21UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  29 }

  cfgSIPBindR21MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR21Entry  30 }

  cfgSIPBindR21AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR21Entry  31 }

  cfgSIPBindR21ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR21Entry  32 }

  cfgSIPBindR21ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR21Entry  33 }

  cfgSIPBindR21DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR21Entry  34 }

  cfgSIPBindR21LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR21Entry  35 }

  cfgSIPBindR21LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR21Entry  36 }

  cfgSIPBindR21LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR21Entry  37 }

  cfgSIPBindR21DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR21Entry  38 }

  cfgSIPBindR21DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  39 }

  cfgSIPBindR21DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR21Entry  40 }

  cfgSIPBindR21ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR21Entry  41 }

  cfgSIPBindR21ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR21Entry  42 }

  cfgSIPBindR21ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR21Entry  43 }

  cfgSIPBindR21ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR21Entry  44 }

  cfgSIPBindR21ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR21Entry  45 }

  cfgSIPBindR21ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR21Entry  46 }

  cfgSIPBindR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR21Entry  47 }

  cfgSIPBindR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR21Entry  48 }

  cfgSIPBindR21AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR21Entry  49 }

  cfgSIPBindR21OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR21Entry  50 }

  cfgSIPBindR21PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  56 }

  cfgSIPBindR21PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR21Entry  57 }

  cfgSIPBindR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR21Entry  60 }

  cfgSIPBindR21AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR21Entry  61 }

  cfgSIPBindR21AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR21Entry  62 }

  cfgSIPBindR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR21Entry  63 }

  cfgSIPBindR21AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR21Entry  64 }

  cfgSIPBindR21I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR21Entry  65 }

  cfgSIPBindR21I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR21Entry  66 }

  cfgSIPBindR21I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR21Entry  67 }

  cfgSIPBindR21I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR21Entry  68 }

  cfgSIPBindR21SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR21Entry  69 }

  cfgSIPBindR21SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR21Entry  76 }

  cfgSIPBindR21SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  77 }

  cfgSIPBindR21SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  78 }

  cfgSIPBindR21ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  79 }

  cfgSIPBindR21SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  80 }

  cfgSIPBindR21SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR21Entry  81 }

  cfgSIPBindR21SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  82 }

  cfgSIPBindR21SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  83 }

  cfgSIPBindR21SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  84 }

  cfgSIPBindR21SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  85 }

  cfgSIPBindR21SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  86 }

  cfgSIPBindR21SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  87 }

  cfgSIPBindR21SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  88 }

  cfgSIPBindR21SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  89 }

  cfgSIPBindR21SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  90 }

  cfgSIPBindR21SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  91 }

  cfgSIPBindR21SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  92 }

  cfgSIPBindR21SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR21Entry  93 }

  cfgSIPBindR21SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR21Entry  94 }

  cfgSIPBindR21SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  101 }

  cfgSIPBindR21ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  102 }

  cfgSIPBindR21SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  103 }

  cfgSIPBindR21SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  104 }

  cfgSIPBindR21SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  105 }

  cfgSIPBindR21SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  106 }

  cfgSIPBindR21SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  107 }

  cfgSIPBindR21SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  108 }

  cfgSIPBindR21SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  109 }

  cfgSIPBindR21SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  110 }

  cfgSIPBindSDActR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  112 }

  cfgSIPBindSDDefR21SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR21Entry  113 }

  cfgSIPBindR21SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  114 }

  cfgSIPBindR21UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR21Entry  120 }

  cfgSIPBindR21PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR21Entry  121 }

  cfgSIPBindR21StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR21Entry  122 }

  cfgSIPBindR21I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR21Entry  123 }

  cfgSIPBindR21I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR21Entry  124 }

  cfgSIPBindR21I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR21Entry  125 }

  cfgSIPBindR21I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR21Entry  126 }

  cfgSIPBindR21ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR21Entry  127 }

  cfgSIPBindR21CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR21Entry  128 }

  cfgSIPBindR21PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  129 }

  cfgSIPBindR21MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR21Entry  130 }

  cfgSIPBindR21RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR21Entry  131 }

  cfgSIPBindR21SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  132 }

  cfgSIPBindR21IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  133 }

  cfgSIPBindR21VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR21Entry  134 }

  cfgSIPBindR21VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR21Entry  135 }

  cfgSIPBindR21SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  136 }

  cfgSIPBindR21I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR21Entry  137 }

  cfgSIPBindR21I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR21Entry  138 }

  cfgSIPBindR21I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR21Entry  139 }

  cfgSIPBindR21FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR21Entry  140 }

  cfgSIPBindR21ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR21Entry  141 }

  cfgSIPBindR21AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  142 }

  cfgSIPBindR21SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR21Entry  143 }

  cfgSIPBindR21TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR21Entry  144 }

  cfgSIPBindR21I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR21Entry  145 }

  cfgSIPBindR21I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR21Entry  146 }

  cfgSIPBindR21I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR21Entry  147 }

  cfgSIPBindR21SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR21Entry  148 }

  cfgSIPBindR21LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  149 }

  cfgSIPBindR21ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR21Entry  150 }

  cfgSIPBindR21ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR21Entry  151 }

  cfgSIPBindR21ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR21Entry  152 }

  cfgSIPBindR21MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR21Entry  153 }

  cfgSIPBindR21SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  154 }

  cfgSIPBindR21UseNormalTrnkRtgTblsToMatchTgId OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use normal trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  155 }

  cfgSIPBindR21SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR21Entry  156 }

  cfgSIPBindR21SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR21Entry  157 }

  cfgSIPBindR21SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  158 }

  cfgSIPBindR21ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR21Entry  159 }

  cfgSIPBindR21ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR21Entry  160 }

  cfgSIPBindR21ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR21Entry  161 }

  cfgSIPBindR21ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR21Entry  162 }

  cfgSIPBindR21PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  163 }

  cfgSIPBindR21SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  164 }

  cfgSIPBindR21AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR21Entry  165 }

  cfgSIPBindR21AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR21Entry  166 }

  cfgSIPBindR21PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  167 }

  cfgSIPBindR21ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR21Entry  168 }

  cfgSIPBindR21SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR21Entry  169 }

  cfgSIPBindR21SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  170 }

  cfgSIPBindR21SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  171 }

  cfgSIPBindR21SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR21Entry  172 }

  cfgSIPBindR21ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR21Entry  173 }

  cfgSIPBindR21ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR21Entry  174 }

  cfgSIPBindR21ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR21Entry  175 }

  cfgSIPBindR21TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR21Entry  176 }

  cfgSIPBindR21OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR21Entry  177 }

  cfgSIPBindR21SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR21Entry  178 }

  cfgSIPBindR21SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  179 }

  cfgSIPBindR21SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR21Entry  180 }

  cfgSIPBindR21SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR21Entry  181 }

  cfgSIPBindR21SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR21Entry  182 }

  cfgSIPBindR21SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR21Entry  183 }

  cfgSIPBindR21SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR21Entry  184 }

  cfgSIPBindR21SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR21Entry  185 }

  cfgSIPBindR21UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  186 }

  cfgSIPBindR21SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR21Entry  187 }

  cfgSIPBindR21AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  188 }

  cfgSIPBindR21AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR21Entry  189 }

  cfgSIPBindR21SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR21Entry  190 }

  cfgSIPBindR21ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR21Entry  191 }

  cfgSIPBindR21PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  192 }

  cfgSIPBindR21NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  193 }

  cfgSIPBindR21MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR21Entry  194 }

  cfgSIPBindR21UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  195 }

  cfgSIPBindR21SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  196 }

  cfgSIPBindR21SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  197 }

  cfgSIPBindR21DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  198 }

  cfgSIPBindR21ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR21Entry  199 }

  cfgSIPBindR21Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR21Entry  200 }

  cfgSIPBindR21SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  201 }

  cfgSIPBindR21StatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics enabled'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  202 }

  cfgSIPBindR21ContactAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  203 }

  cfgSIPBindR21AllowBothDNAndTGChangesInSingleTFL3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow both DN and TG changes in single TFL 3xx response'."
    DEFVAL       { false }
    ::= { cfgSIPBindR21Entry  204 }

  cfgSIPBindR21RouteDirectlyOnTGIDTFLResponses OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Route directly on TG ID for TFL responses'."
    DEFVAL       { true }
    ::= { cfgSIPBindR21Entry  205 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP - AGCF'                                                 */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.6.10                                                       */
-- /*********************************************************************************/

  aGCSIPR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCSIPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2502 }

  aGCSIPR2Entry OBJECT-TYPE
    SYNTAX       AGCSIPR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCSIPR2NEConn,
             aGCSIPR2NetwkElement,
             aGCSIPR2CFSIx,
             aGCSIPR2SIPIx }
    ::= {  aGCSIPR2Table  1  }

  AGCSIPR2Entry  ::=  SEQUENCE
  {
    aGCSIPR2NEConn                     Unsigned32,
    aGCSIPR2NetwkElement               DisplayString,
    aGCSIPR2CFSIx                      Unsigned32,
    aGCSIPR2SIPIx                      Unsigned32,
    aGCSIPR2ServerIdentity             DisplayString,
    aGCSIPR2ServerAddrIPv4             DisplayString,
    aGCSIPR2ServerAddrIPv6             DisplayString,
    aGCSIPR2LocalServerPort            INTEGER,
    aGCSIPR2SIPRetransmitTimerT1       Unsigned32,
    aGCSIPR2NetwkElementID             Unsigned32,
    aGCSIPR2FinancialentityID          DisplayString,
    aGCSIPR2DeactivnMode               INTEGER,
    aGCSIPR2I1DefSIPRegistrarNEConn    Unsigned32,
    aGCSIPR2I2DefSIPRegistrarNetwkElement
                                       DisplayString,
    aGCSIPR2I3DefSIPRegistrarCFSIx     Unsigned32,
    aGCSIPR2I4DefSIPRegistrarSIPIx     Unsigned32,
    aGCSIPR2I5DefSIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCSIPR2NetwkID                    DisplayString,
    aGCSIPR2InterOprIdentifierIOI      DisplayString,
    aGCSIPR2ProdShortSIPHeaderEncodings
                                       INTEGER,
    aGCSIPR2AlrmState                  INTEGER,
    aGCSIPR2StatisticsAlrms            Integer32,
    aGCSIPR2AlrmLogCorr                Counter64,
    aGCSIPR2AlrmEvtsAttnRq             Integer32,
    aGCSIPR2AlrmStateTimestamp         Unsigned32,
    aGCSIPR2AlrmResetTimestamp         Unsigned32,
    aGCSIPR2RowStatus                  RowStatus,
    aGCSIPR2AdminStatus                AdminStatus,
    aGCSIPR2OperStatus                 OperStatus,
    aGCSIPR2ClusterAddr                DisplayString,
    aGCSIPR2UnregisterLinesWhenAccDevUnavail
                                       INTEGER
  }

  aGCSIPR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCSIPR2Entry  1 }

  aGCSIPR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCSIPR2Entry  2 }

  aGCSIPR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCSIPR2Entry  3 }

  aGCSIPR2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { aGCSIPR2Entry  4 }

  aGCSIPR2ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { aGCSIPR2Entry  5 }

  aGCSIPR2ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { aGCSIPR2Entry  6 }

  aGCSIPR2ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { aGCSIPR2Entry  7 }

  aGCSIPR2LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { aGCSIPR2Entry  8 }

  aGCSIPR2SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { aGCSIPR2Entry  9 }

  aGCSIPR2NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { aGCSIPR2Entry  10 }

  aGCSIPR2FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { aGCSIPR2Entry  11 }

  aGCSIPR2DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { aGCSIPR2Entry  12 }

  aGCSIPR2I1DefSIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR2Entry  13 }

  aGCSIPR2I2DefSIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR2Entry  14 }

  aGCSIPR2I3DefSIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR2Entry  15 }

  aGCSIPR2I4DefSIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR2Entry  16 }

  aGCSIPR2I5DefSIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR2Entry  17 }

  aGCSIPR2NetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network ID'."
    ::= { aGCSIPR2Entry  18 }

  aGCSIPR2InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { aGCSIPR2Entry  19 }

  aGCSIPR2ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { aGCSIPR2Entry  20 }

  aGCSIPR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCSIPR2Entry  21 }

  aGCSIPR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { aGCSIPR2Entry  22 }

  aGCSIPR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCSIPR2Entry  23 }

  aGCSIPR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCSIPR2Entry  24 }

  aGCSIPR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCSIPR2Entry  25 }

  aGCSIPR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { aGCSIPR2Entry  26 }

  aGCSIPR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { aGCSIPR2Entry  27 }

  aGCSIPR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPR2Entry  28 }

  aGCSIPR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPR2Entry  29 }

  aGCSIPR2ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { aGCSIPR2Entry  30 }

  aGCSIPR2UnregisterLinesWhenAccDevUnavail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unregister lines when access device unavailable'."
    DEFVAL       { false }
    ::= { aGCSIPR2Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  pBXR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2503 }

  pBXR29Entry OBJECT-TYPE
    SYNTAX       PBXR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR29NEConn,
             pBXR29NetwkElement,
             pBXR29CFSIx,
             pBXR29DirNum }
    ::= {  pBXR29Table  1  }

  PBXR29Entry  ::=  SEQUENCE
  {
    pBXR29NEConn                       Unsigned32,
    pBXR29NetwkElement                 DisplayString,
    pBXR29CFSIx                        Unsigned32,
    pBXR29DirNum                       DisplayString,
    pBXR29PresNum                      DisplayString,
    pBXR29ClgPartyNum                  DisplayString,
    pBXR29I1SubGpNEConn                Unsigned32,
    pBXR29I2SubGpNetwkElement          DisplayString,
    pBXR29I3SubGpCFSIx                 Unsigned32,
    pBXR29I4SubGpSubGpIx               Unsigned32,
    pBXR29NumStatus                    INTEGER,
    pBXR29PortedExchangeID             DisplayString,
    pBXR29LineSelMethod                INTEGER,
    pBXR29ANIDNISFormat                DisplayString,
    pBXR29PIN                          DisplayString,
    pBXR29Locale                       INTEGER,
    pBXR29DigitMaskingReqd             INTEGER,
    pBXR29TermFacilityMarksServInterception
                                       INTEGER,
    pBXR29ActYear                      Unsigned32,
    pBXR29ActMonth                     Unsigned32,
    pBXR29ActDate                      Unsigned32,
    pBXR29CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR29PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR29CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR29PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR29ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR29ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR29ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR29ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR29DiagsAPITraceEnabled         INTEGER,
    pBXR29DiagsAPITraceTag             DisplayString,
    pBXR29DiagsAPITraceRemNum          DisplayString,
    pBXR29TotChldAlrmsAttnRq           Unsigned32,
    pBXR29TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR29TotChldAlrmsAtndDp           Unsigned32,
    pBXR29TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR29SummaryChldAlrmState         INTEGER,
    pBXR29ExportNumObjectsExported     Integer32,
    pBXR29ExportStatus                 DisplayString,
    pBXR29ExportFile                   DisplayString,
    pBXR29ExportCorr                   Counter64,
    pBXR29ExportCorrNode               DisplayString,
    pBXR29ExportCorrUID                DisplayString,
    pBXR29DoExtraActions               INTEGER,
    pBXR29RowStatus                    RowStatus,
    pBXR29MovedToDirNum                DisplayString,
    pBXR29CustInfo                     DisplayString,
    pBXR29DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR29ServSuspended                INTEGER,
    pBXR29SendDIDSeqListedDirNum       INTEGER,
    pBXR29DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR29CustInfo2                    DisplayString,
    pBXR29CustInfo3                    DisplayString,
    pBXR29CustInfo4                    DisplayString,
    pBXR29CustInfo5                    DisplayString,
    pBXR29CustInfo6                    DisplayString,
    pBXR29RecentlyMovedFromOldNum      INTEGER,
    pBXR29MovedFromDirNum              DisplayString,
    pBXR29ConnectCallAfterAnnounce     INTEGER,
    pBXR29DiagsLogLvl                  INTEGER,
    pBXR29PBXFixBits                   BITS,
    pBXR29ChargeNum                    DisplayString,
    pBXR29SigType                      INTEGER,
    pBXR29SDActMaxCallAppearances      Unsigned32,
    pBXR29SDDefMaxCallAppearances      Unsigned32,
    pBXR29SDUseDefMaxCallAppearances   INTEGER,
    pBXR29I1PerProfNEConn              Unsigned32,
    pBXR29I2PerProfNetwkElement        DisplayString,
    pBXR29I3PerProfCFSIx               Unsigned32,
    pBXR29I4PerProfGpIx                Unsigned32,
    pBXR29SDActTimezone                INTEGER,
    pBXR29SDDefTimezone                INTEGER,
    pBXR29SDUseDefTimezone             INTEGER,
    pBXR29SDActAdjustDaylightSavings   INTEGER,
    pBXR29SDDefAdjustDaylightSavings   INTEGER,
    pBXR29SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR29SDActLongDistanceCarr        DisplayString,
    pBXR29SDDefLongDistanceCarr        DisplayString,
    pBXR29SDUseDefLongDistanceCarr     INTEGER,
    pBXR29SDActIntraLATACarr           DisplayString,
    pBXR29SDDefIntraLATACarr           DisplayString,
    pBXR29SDUseDefIntraLATACarr        INTEGER,
    pBXR29SDActRtgAttrs                BITS,
    pBXR29SDDefRtgAttrs                BITS,
    pBXR29SDUseDefRtgAttrs             INTEGER,
    pBXR29SDActBillType                INTEGER,
    pBXR29SDDefBillType                INTEGER,
    pBXR29SDUseDefBillType             INTEGER,
    pBXR29SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR29SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR29SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR29SDActTariffGp                INTEGER,
    pBXR29SDDefTariffGp                INTEGER,
    pBXR29SDUseDefTariffGp             INTEGER,
    pBXR29SDActIntnatlCarr             DisplayString,
    pBXR29SDDefIntnatlCarr             DisplayString,
    pBXR29SDUseDefIntnatlCarr          INTEGER,
    pBXR29SDActLCC1                    INTEGER,
    pBXR29SDDefLCC1                    INTEGER,
    pBXR29SDUseDefLCC1                 INTEGER,
    pBXR29SDActLCC2                    INTEGER,
    pBXR29SDDefLCC2                    INTEGER,
    pBXR29SDUseDefLCC2                 INTEGER,
    pBXR29SDActLCC3                    INTEGER,
    pBXR29SDDefLCC3                    INTEGER,
    pBXR29SDUseDefLCC3                 INTEGER,
    pBXR29SDActLCC4                    INTEGER,
    pBXR29SDDefLCC4                    INTEGER,
    pBXR29SDUseDefLCC4                 INTEGER,
    pBXR29SDActLCC5                    INTEGER,
    pBXR29SDDefLCC5                    INTEGER,
    pBXR29SDUseDefLCC5                 INTEGER,
    pBXR29SDActForceLNPLookup          INTEGER,
    pBXR29SDDefForceLNPLookup          INTEGER,
    pBXR29SDUseDefForceLNPLookup       INTEGER,
    pBXR29LineTrafficStudy             INTEGER,
    pBXR29DefNumDIDDigits              INTEGER,
    pBXR29EnabledDate                  Unsigned32,
    pBXR29ChargeNumReqd                INTEGER,
    pBXR29SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR29SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR29SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR29SDActLCC6                    INTEGER,
    pBXR29SDDefLCC6                    INTEGER,
    pBXR29SDUseDefLCC6                 INTEGER,
    pBXR29SDActLCC7                    INTEGER,
    pBXR29SDDefLCC7                    INTEGER,
    pBXR29SDUseDefLCC7                 INTEGER,
    pBXR29SDActLCC8                    INTEGER,
    pBXR29SDDefLCC8                    INTEGER,
    pBXR29SDUseDefLCC8                 INTEGER,
    pBXR29SDActLCC9                    INTEGER,
    pBXR29SDDefLCC9                    INTEGER,
    pBXR29SDUseDefLCC9                 INTEGER,
    pBXR29SDActLCC10                   INTEGER,
    pBXR29SDDefLCC10                   INTEGER,
    pBXR29SDUseDefLCC10                INTEGER,
    pBXR29SDActLCC11                   INTEGER,
    pBXR29SDDefLCC11                   INTEGER,
    pBXR29SDUseDefLCC11                INTEGER,
    pBXR29SDActLCC12                   INTEGER,
    pBXR29SDDefLCC12                   INTEGER,
    pBXR29SDUseDefLCC12                INTEGER,
    pBXR29SDActLCC13                   INTEGER,
    pBXR29SDDefLCC13                   INTEGER,
    pBXR29SDUseDefLCC13                INTEGER,
    pBXR29SDActLCC14                   INTEGER,
    pBXR29SDDefLCC14                   INTEGER,
    pBXR29SDUseDefLCC14                INTEGER,
    pBXR29SDActLCC15                   INTEGER,
    pBXR29SDDefLCC15                   INTEGER,
    pBXR29SDUseDefLCC15                INTEGER,
    pBXR29SDActLCC16                   INTEGER,
    pBXR29SDDefLCC16                   INTEGER,
    pBXR29SDUseDefLCC16                INTEGER,
    pBXR29SDActLCC17                   INTEGER,
    pBXR29SDDefLCC17                   INTEGER,
    pBXR29SDUseDefLCC17                INTEGER,
    pBXR29SDActLCC18                   INTEGER,
    pBXR29SDDefLCC18                   INTEGER,
    pBXR29SDUseDefLCC18                INTEGER,
    pBXR29SDActLCC19                   INTEGER,
    pBXR29SDDefLCC19                   INTEGER,
    pBXR29SDUseDefLCC19                INTEGER,
    pBXR29SDActLCC20                   INTEGER,
    pBXR29SDDefLCC20                   INTEGER,
    pBXR29SDUseDefLCC20                INTEGER,
    pBXR29LDNPBXCapacityGp             INTEGER,
    pBXR29SDActVQMCallLogging          INTEGER,
    pBXR29SDDefVQMCallLogging          INTEGER,
    pBXR29SDUseDefVQMCallLogging       INTEGER,
    pBXR29FaultMonitoringLvl           INTEGER,
    pBXR29CFMLvlOnApply2               INTEGER,
    pBXR29MovedToNumAsDialed           DisplayString,
    pBXR29MovedDate                    Unsigned32,
    pBXR29SDActExpireAfter             Unsigned32,
    pBXR29SDDefExpireAfter             Unsigned32,
    pBXR29SDUseDefExpireAfter          INTEGER,
    pBXR29ExpiryDate                   Unsigned32,
    pBXR29IntercomDialingCode          DisplayString,
    pBXR29I1BusGpBusGpNEConn           Unsigned32,
    pBXR29I2BusGpBusGpNetwkElement     DisplayString,
    pBXR29I3BusGpBusGpCFSIx            Unsigned32,
    pBXR29I4BusGpBusGpGpIx             Unsigned32,
    pBXR29BusGpBusGpOtherVals          INTEGER,
    pBXR29BusGpExternalLineCode        DisplayString,
    pBXR29BusGpInternalLineCode        DisplayString,
    pBXR29BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR29BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR29BusGpForceSimpleMatching     INTEGER,
    pBXR29BusGpDiagsLogCorr            Counter64,
    pBXR29SecondLocale                 INTEGER,
    pBXR29SDActAdvChrgAOCD             INTEGER,
    pBXR29SDDefAdvChrgAOCD             INTEGER,
    pBXR29SDUseDefAdvChrgAOCD          INTEGER,
    pBXR29SDActAdvChrgAOCE             INTEGER,
    pBXR29SDDefAdvChrgAOCE             INTEGER,
    pBXR29SDUseDefAdvChrgAOCE          INTEGER,
    pBXR29I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR29I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR29I3DelegatedManagementGpDMGIx Integer32,
    pBXR29SDActSubTimezone             LongDisplayString,
    pBXR29SDDefSubTimezone             LongDisplayString,
    pBXR29SDUseDefSubTimezone          INTEGER,
    pBXR29SDActChargeInd               INTEGER,
    pBXR29SDDefChargeInd               INTEGER,
    pBXR29SDUseDefChargeInd            INTEGER,
    pBXR29SDActSubClgCategory          INTEGER,
    pBXR29SDDefSubClgCategory          INTEGER,
    pBXR29SDUseDefSubClgCategory       INTEGER,
    pBXR29CustomerInfoFirstName        LongDisplayString,
    pBXR29CustomerInfoSecondName       LongDisplayString,
    pBXR29CustomerInfoOtherNames       LongDisplayString,
    pBXR29CustomerInfoPenultimateName  LongDisplayString,
    pBXR29CustomerInfoSurname          LongDisplayString,
    pBXR29UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR29I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR29I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR29I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR29I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR29TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR29I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR29I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR29I3FaultMonitoringProfFMPIx   Integer32,
    pBXR29FaultMonitoringProfOtherVals INTEGER,
    pBXR29ApplyFMPToReltdObjectTypes   BITS,
    pBXR29AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR29SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR29SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR29SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR29SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR29SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR29SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR29AlrmState                    INTEGER,
    pBXR29StatisticsAlrms              Integer32,
    pBXR29AlrmLogCorr                  Counter64,
    pBXR29AddtlAlrmLogCorr             Counter64,
    pBXR29AlrmEvtsAttnRq               Unsigned32,
    pBXR29AlrmEvtsAtndDp               Unsigned32,
    pBXR29AlrmStateTimestamp           Unsigned32,
    pBXR29SASHostname                  LongDisplayString,
    pBXR29UseCfgdTrnkGpID              INTEGER,
    pBXR29TrnkGpID                     INTEGER,
    pBXR29AllowRehoming                INTEGER,
    pBXR29I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR29TotCallsLimit                INTEGER,
    pBXR29MaxCalls                     Unsigned32,
    pBXR29TermCallsLimit               INTEGER,
    pBXR29MaxTermCalls                 Unsigned32,
    pBXR29OrigingCallsLimit            INTEGER,
    pBXR29MaxOrigingCalls              Unsigned32,
    pBXR29LimitIntraBGCalls            INTEGER,
    pBXR29UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR29PBXIsDuplicate               INTEGER,
    pBXR29PBXIsRenumbering             INTEGER,
    pBXR29ExportIncASRepData           INTEGER,
    pBXR29AppServerPBX                 INTEGER,
    pBXR29SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR29SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR29DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR29PortedRtgMethod              INTEGER,
    pBXR29LocationRtgNum               DisplayString,
    pBXR29IsIMS                        INTEGER,
    pBXR29ExportChldObjectsToInc       INTEGER,
    pBXR29OutboundCldPartyTON          INTEGER,
    pBXR29NormalizeInboundClgPartyNum  INTEGER,
    pBXR29PBXPrefixDN                  DisplayString
  }

  pBXR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR29Entry  1 }

  pBXR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR29Entry  2 }

  pBXR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR29Entry  3 }

  pBXR29DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR29Entry  4 }

  pBXR29PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR29Entry  5 }

  pBXR29ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR29Entry  6 }

  pBXR29I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR29Entry  7 }

  pBXR29I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR29Entry  8 }

  pBXR29I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR29Entry  9 }

  pBXR29I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR29Entry  10 }

  pBXR29NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR29Entry  11 }

  pBXR29PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR29Entry  12 }

  pBXR29LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR29Entry  13 }

  pBXR29ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR29Entry  14 }

  pBXR29PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR29Entry  18 }

  pBXR29Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR29Entry  19 }

  pBXR29DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR29Entry  22 }

  pBXR29TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR29Entry  24 }

  pBXR29ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR29Entry  26 }

  pBXR29ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR29Entry  27 }

  pBXR29ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR29Entry  28 }

  pBXR29CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR29Entry  29 }

  pBXR29PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR29Entry  30 }

  pBXR29CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR29Entry  31 }

  pBXR29PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR29Entry  32 }

  pBXR29ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR29Entry  33 }

  pBXR29ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR29Entry  34 }

  pBXR29ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR29Entry  35 }

  pBXR29ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR29Entry  36 }

  pBXR29DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR29Entry  37 }

  pBXR29DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR29Entry  38 }

  pBXR29DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR29Entry  39 }

  pBXR29TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR29Entry  40 }

  pBXR29TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR29Entry  41 }

  pBXR29TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR29Entry  42 }

  pBXR29TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR29Entry  43 }

  pBXR29SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR29Entry  44 }

  pBXR29ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR29Entry  45 }

  pBXR29ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR29Entry  46 }

  pBXR29ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR29Entry  47 }

  pBXR29ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR29Entry  48 }

  pBXR29ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR29Entry  49 }

  pBXR29ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR29Entry  50 }

  pBXR29DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR29Entry  51 }

  pBXR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR29Entry  52 }

  pBXR29MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR29Entry  53 }

  pBXR29CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR29Entry  54 }

  pBXR29DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR29Entry  55 }

  pBXR29ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR29Entry  57 }

  pBXR29SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR29Entry  59 }

  pBXR29DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR29Entry  60 }

  pBXR29CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR29Entry  61 }

  pBXR29CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR29Entry  62 }

  pBXR29CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR29Entry  63 }

  pBXR29CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR29Entry  64 }

  pBXR29CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR29Entry  65 }

  pBXR29RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR29Entry  66 }

  pBXR29MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR29Entry  67 }

  pBXR29ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR29Entry  68 }

  pBXR29DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR29Entry  69 }

  pBXR29PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR29Entry  71 }

  pBXR29ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR29Entry  72 }

  pBXR29SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR29Entry  74 }

  pBXR29SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  75 }

  pBXR29SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  76 }

  pBXR29SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  77 }

  pBXR29I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR29Entry  84 }

  pBXR29I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR29Entry  85 }

  pBXR29I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR29Entry  86 }

  pBXR29I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR29Entry  87 }

  pBXR29SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  88 }

  pBXR29SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  89 }

  pBXR29SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  90 }

  pBXR29SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  91 }

  pBXR29SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  92 }

  pBXR29SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  93 }

  pBXR29SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  100 }

  pBXR29SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  101 }

  pBXR29SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  102 }

  pBXR29SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  103 }

  pBXR29SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  104 }

  pBXR29SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  105 }

  pBXR29SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  106 }

  pBXR29SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  107 }

  pBXR29SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  108 }

  pBXR29SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  109 }

  pBXR29SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  110 }

  pBXR29SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  111 }

  pBXR29SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  112 }

  pBXR29SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  113 }

  pBXR29SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  114 }

  pBXR29SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  115 }

  pBXR29SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  116 }

  pBXR29SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  117 }

  pBXR29SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  118 }

  pBXR29SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  119 }

  pBXR29SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  120 }

  pBXR29SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  121 }

  pBXR29SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  122 }

  pBXR29SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  123 }

  pBXR29SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  124 }

  pBXR29SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  125 }

  pBXR29SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  126 }

  pBXR29SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  127 }

  pBXR29SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  128 }

  pBXR29SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  129 }

  pBXR29SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  130 }

  pBXR29SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  131 }

  pBXR29SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  132 }

  pBXR29SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  133 }

  pBXR29SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  134 }

  pBXR29SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  135 }

  pBXR29SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  136 }

  pBXR29SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  137 }

  pBXR29SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  138 }

  pBXR29LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR29Entry  139 }

  pBXR29DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR29Entry  140 }

  pBXR29EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR29Entry  141 }

  pBXR29ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR29Entry  142 }

  pBXR29SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  150 }

  pBXR29SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  151 }

  pBXR29SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  152 }

  pBXR29SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  153 }

  pBXR29SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  154 }

  pBXR29SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  155 }

  pBXR29SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  156 }

  pBXR29SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  157 }

  pBXR29SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  158 }

  pBXR29SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  159 }

  pBXR29SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  160 }

  pBXR29SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  161 }

  pBXR29SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  162 }

  pBXR29SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  163 }

  pBXR29SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  164 }

  pBXR29SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  165 }

  pBXR29SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  166 }

  pBXR29SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  167 }

  pBXR29SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  168 }

  pBXR29SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  169 }

  pBXR29SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  170 }

  pBXR29SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  171 }

  pBXR29SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  172 }

  pBXR29SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  173 }

  pBXR29SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  174 }

  pBXR29SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  175 }

  pBXR29SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  176 }

  pBXR29SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  177 }

  pBXR29SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  178 }

  pBXR29SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  179 }

  pBXR29SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  180 }

  pBXR29SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  181 }

  pBXR29SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  182 }

  pBXR29SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  183 }

  pBXR29SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  184 }

  pBXR29SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  185 }

  pBXR29SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  186 }

  pBXR29SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  187 }

  pBXR29SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  188 }

  pBXR29SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  189 }

  pBXR29SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  190 }

  pBXR29SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  191 }

  pBXR29SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  192 }

  pBXR29SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  193 }

  pBXR29SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  194 }

  pBXR29SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  195 }

  pBXR29SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  196 }

  pBXR29SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  197 }

  pBXR29LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR29Entry  205 }

  pBXR29SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  206 }

  pBXR29SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  207 }

  pBXR29SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  208 }

  pBXR29FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR29Entry  209 }

  pBXR29CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR29Entry  210 }

  pBXR29MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR29Entry  211 }

  pBXR29MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR29Entry  212 }

  pBXR29SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  213 }

  pBXR29SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  214 }

  pBXR29SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  215 }

  pBXR29ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR29Entry  216 }

  pBXR29IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR29Entry  217 }

  pBXR29I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR29Entry  218 }

  pBXR29I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR29Entry  219 }

  pBXR29I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR29Entry  220 }

  pBXR29I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR29Entry  221 }

  pBXR29BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR29Entry  222 }

  pBXR29BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR29Entry  223 }

  pBXR29BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR29Entry  224 }

  pBXR29BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR29Entry  225 }

  pBXR29BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR29Entry  226 }

  pBXR29BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR29Entry  227 }

  pBXR29BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR29Entry  228 }

  pBXR29SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR29Entry  230 }

  pBXR29SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  231 }

  pBXR29SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  232 }

  pBXR29SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  233 }

  pBXR29SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  234 }

  pBXR29SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  235 }

  pBXR29SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  236 }

  pBXR29I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR29Entry  237 }

  pBXR29I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR29Entry  238 }

  pBXR29I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR29Entry  239 }

  pBXR29SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  241 }

  pBXR29SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  242 }

  pBXR29SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  243 }

  pBXR29SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  244 }

  pBXR29SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  245 }

  pBXR29SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  246 }

  pBXR29SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  247 }

  pBXR29SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  248 }

  pBXR29SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  249 }

  pBXR29CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR29Entry  260 }

  pBXR29CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR29Entry  261 }

  pBXR29CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR29Entry  262 }

  pBXR29CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR29Entry  263 }

  pBXR29CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR29Entry  264 }

  pBXR29UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR29Entry  265 }

  pBXR29I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR29Entry  266 }

  pBXR29I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR29Entry  267 }

  pBXR29I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR29Entry  268 }

  pBXR29I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR29Entry  269 }

  pBXR29TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR29Entry  270 }

  pBXR29I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR29Entry  271 }

  pBXR29I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR29Entry  272 }

  pBXR29I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR29Entry  273 }

  pBXR29FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR29Entry  274 }

  pBXR29ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR29Entry  275 }

  pBXR29AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR29Entry  276 }

  pBXR29SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  277 }

  pBXR29SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  278 }

  pBXR29SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  279 }

  pBXR29SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  280 }

  pBXR29SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR29Entry  281 }

  pBXR29SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR29Entry  282 }

  pBXR29AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR29Entry  283 }

  pBXR29StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR29Entry  284 }

  pBXR29AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR29Entry  285 }

  pBXR29AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR29Entry  286 }

  pBXR29AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR29Entry  287 }

  pBXR29AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR29Entry  288 }

  pBXR29AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR29Entry  289 }

  pBXR29SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR29Entry  290 }

  pBXR29UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR29Entry  291 }

  pBXR29TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR29Entry  292 }

  pBXR29AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR29Entry  293 }

  pBXR29I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR29Entry  294 }

  pBXR29TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR29Entry  295 }

  pBXR29MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR29Entry  296 }

  pBXR29TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR29Entry  297 }

  pBXR29MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR29Entry  298 }

  pBXR29OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR29Entry  299 }

  pBXR29MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR29Entry  300 }

  pBXR29LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR29Entry  301 }

  pBXR29UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR29Entry  302 }

  pBXR29PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR29Entry  303 }

  pBXR29PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR29Entry  304 }

  pBXR29ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR29Entry  305 }

  pBXR29AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR29Entry  306 }

  pBXR29SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR29Entry  307 }

  pBXR29SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR29Entry  308 }

  pBXR29DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR29Entry  309 }

  pBXR29PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR29Entry  310 }

  pBXR29LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR29Entry  311 }

  pBXR29IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR29Entry  312 }

  pBXR29ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR29Entry  313 }

  pBXR29OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR29Entry  314 }

  pBXR29NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR29Entry  315 }

  pBXR29PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR29Entry  316 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  pBXLineR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2504 }

  pBXLineR13Entry OBJECT-TYPE
    SYNTAX       PBXLineR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineR13NEConn,
             pBXLineR13NetwkElement,
             pBXLineR13CFSIx,
             pBXLineR13DirNum,
             pBXLineR13TerminalIx }
    ::= {  pBXLineR13Table  1  }

  PBXLineR13Entry  ::=  SEQUENCE
  {
    pBXLineR13NEConn                   Unsigned32,
    pBXLineR13NetwkElement             DisplayString,
    pBXLineR13CFSIx                    Unsigned32,
    pBXLineR13DirNum                   DisplayString,
    pBXLineR13TerminalIx               Unsigned32,
    pBXLineR13PBXLineUsage             INTEGER,
    pBXLineR13T1I1AccDevNEConn         Unsigned32,
    pBXLineR13T1I2AccDevNetwkElement   DisplayString,
    pBXLineR13T1I3AccDevCFSIx          Unsigned32,
    pBXLineR13T1I4AccDevGatewayIx      Unsigned32,
    pBXLineR13T1I5AccDevDeviceIx       Unsigned32,
    pBXLineR13T2I1AccDevNEConn         Unsigned32,
    pBXLineR13T2I2AccDevNetwkElement   DisplayString,
    pBXLineR13T2I3AccDevCFSIx          Unsigned32,
    pBXLineR13T2I4AccDevGatewayIx      Unsigned32,
    pBXLineR13T2I5AccDevDeviceIx       Unsigned32,
    pBXLineR13AccessLineNum            Unsigned32,
    pBXLineR13SignalFunctionCode       INTEGER,
    pBXLineR13LineUsage                INTEGER,
    pBXLineR13FSKFormat                INTEGER,
    pBXLineR13LineSideAnswerSupervisionSupported
                                       INTEGER,
    pBXLineR13AlrmState                INTEGER,
    pBXLineR13AlrmLogCorr              Counter64,
    pBXLineR13AddtlAlrmLogCorr         Counter64,
    pBXLineR13AlrmEvtsAttnRq           Unsigned32,
    pBXLineR13AlrmEvtsAtndDp           Unsigned32,
    pBXLineR13AlrmStateTimestamp       Unsigned32,
    pBXLineR13DiagsLogLvl              INTEGER,
    pBXLineR13DiagsAPITraceEnabled     INTEGER,
    pBXLineR13DiagsAPITraceTag         DisplayString,
    pBXLineR13DiagsAPITraceRemNum      DisplayString,
    pBXLineR13RowStatus                RowStatus,
    pBXLineR13SigType                  INTEGER,
    pBXLineR13I1ISDNInterfaceNEConn    Unsigned32,
    pBXLineR13I2ISDNInterfaceNetwkElement
                                       DisplayString,
    pBXLineR13I3ISDNInterfaceCFSIx     Unsigned32,
    pBXLineR13I4ISDNInterfaceISDNIx    Unsigned32,
    pBXLineR13I5ISDNInterfacePRIIx     Unsigned32,
    pBXLineR13ISDNDefBearerCapabilities
                                       BITS,
    pBXLineR13GR303NailedUpConn        INTEGER,
    pBXLineR13I1CfgdSIPBindingNEConn   Unsigned32,
    pBXLineR13I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    pBXLineR13I3CfgdSIPBindingCFSIx    Unsigned32,
    pBXLineR13I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    pBXLineR13GR303DialType            INTEGER,
    pBXLineR13PBXPlaysRingback         INTEGER,
    pBXLineR13PBXPlaysDialtone         INTEGER,
    pBXLineR13T1I1GatewayNEConn        Unsigned32,
    pBXLineR13T1I2GatewayNetwkElement  DisplayString,
    pBXLineR13T1I3GatewayCFSIx         Unsigned32,
    pBXLineR13T1I4GatewayGatewayIx     Unsigned32,
    pBXLineR13T2I1GatewayNEConn        Unsigned32,
    pBXLineR13T2I2GatewayNetwkElement  DisplayString,
    pBXLineR13T2I3GatewayCFSIx         Unsigned32,
    pBXLineR13T2I4GatewayGatewayIx     Unsigned32,
    pBXLineR13SDActMaxCallAppearances  Unsigned32,
    pBXLineR13SDDefMaxCallAppearances  Unsigned32,
    pBXLineR13SDUseDefMaxCallAppearances
                                       INTEGER,
    pBXLineR13CFMLvlOnApply            INTEGER,
    pBXLineR13FaultMonitoringLvlRO     INTEGER,
    pBXLineR13CallBurstThreshold       Unsigned32,
    pBXLineR13PreSubscribedConn        INTEGER,
    pBXLineR13SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR13SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR13SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    pBXLineR13SelGp                    INTEGER
  }

  pBXLineR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineR13Entry  1 }

  pBXLineR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineR13Entry  2 }

  pBXLineR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineR13Entry  3 }

  pBXLineR13DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineR13Entry  4 }

  pBXLineR13TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { pBXLineR13Entry  5 }

  pBXLineR13PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { pBXLineR13Entry  6 }

  pBXLineR13T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR13Entry  7 }

  pBXLineR13T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR13Entry  8 }

  pBXLineR13T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR13Entry  9 }

  pBXLineR13T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR13Entry  10 }

  pBXLineR13T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR13Entry  11 }

  pBXLineR13T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR13Entry  12 }

  pBXLineR13T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR13Entry  13 }

  pBXLineR13T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR13Entry  14 }

  pBXLineR13T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR13Entry  15 }

  pBXLineR13T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR13Entry  16 }

  pBXLineR13AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { pBXLineR13Entry  17 }

  pBXLineR13SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { pBXLineR13Entry  18 }

  pBXLineR13LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { pBXLineR13Entry  19 }

  pBXLineR13FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { pBXLineR13Entry  20 }

  pBXLineR13LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXLineR13Entry  21 }

  pBXLineR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXLineR13Entry  22 }

  pBXLineR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXLineR13Entry  23 }

  pBXLineR13AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXLineR13Entry  24 }

  pBXLineR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR13Entry  25 }

  pBXLineR13AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR13Entry  26 }

  pBXLineR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXLineR13Entry  27 }

  pBXLineR13DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXLineR13Entry  28 }

  pBXLineR13DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXLineR13Entry  29 }

  pBXLineR13DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXLineR13Entry  30 }

  pBXLineR13DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXLineR13Entry  31 }

  pBXLineR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXLineR13Entry  32 }

  pBXLineR13SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXLineR13Entry  33 }

  pBXLineR13I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR13Entry  34 }

  pBXLineR13I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR13Entry  35 }

  pBXLineR13I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR13Entry  36 }

  pBXLineR13I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR13Entry  37 }

  pBXLineR13I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR13Entry  38 }

  pBXLineR13ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { pBXLineR13Entry  39 }

  pBXLineR13GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR13Entry  49 }

  pBXLineR13I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR13Entry  50 }

  pBXLineR13I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR13Entry  51 }

  pBXLineR13I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR13Entry  52 }

  pBXLineR13I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR13Entry  53 }

  pBXLineR13GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { pBXLineR13Entry  54 }

  pBXLineR13PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { pBXLineR13Entry  55 }

  pBXLineR13PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { pBXLineR13Entry  56 }

  pBXLineR13T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR13Entry  97 }

  pBXLineR13T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR13Entry  98 }

  pBXLineR13T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR13Entry  99 }

  pBXLineR13T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR13Entry  100 }

  pBXLineR13T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR13Entry  101 }

  pBXLineR13T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR13Entry  102 }

  pBXLineR13T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR13Entry  103 }

  pBXLineR13T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR13Entry  104 }

  pBXLineR13SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR13Entry  105 }

  pBXLineR13SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR13Entry  106 }

  pBXLineR13SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR13Entry  107 }

  pBXLineR13CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXLineR13Entry  108 }

  pBXLineR13FaultMonitoringLvlRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXLineR13Entry  109 }

  pBXLineR13CallBurstThreshold OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call burst threshold'."
    DEFVAL       { 0 }
    ::= { pBXLineR13Entry  110 }

  pBXLineR13PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR13Entry  111 }

  pBXLineR13SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR13Entry  112 }

  pBXLineR13SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR13Entry  113 }

  pBXLineR13SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR13Entry  114 }

  pBXLineR13SelGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   primary(1),
                   secondary(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selection group'.
                  This field is not writable when active."
    DEFVAL       { primary }
    ::= { pBXLineR13Entry  115 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  aGCPBXR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2505 }

  aGCPBXR2Entry OBJECT-TYPE
    SYNTAX       AGCPBXR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXR2NEConn,
             aGCPBXR2NetwkElement,
             aGCPBXR2CFSIx,
             aGCPBXR2DirNum }
    ::= {  aGCPBXR2Table  1  }

  AGCPBXR2Entry  ::=  SEQUENCE
  {
    aGCPBXR2NEConn                     Unsigned32,
    aGCPBXR2NetwkElement               DisplayString,
    aGCPBXR2CFSIx                      Unsigned32,
    aGCPBXR2DirNum                     DisplayString,
    aGCPBXR2CustInfo                   DisplayString,
    aGCPBXR2CustInfo2                  DisplayString,
    aGCPBXR2CustInfo3                  DisplayString,
    aGCPBXR2CustInfo4                  DisplayString,
    aGCPBXR2CustInfo5                  DisplayString,
    aGCPBXR2CustInfo6                  DisplayString,
    aGCPBXR2I1LineGpNEConn             Unsigned32,
    aGCPBXR2I2LineGpNetwkElement       DisplayString,
    aGCPBXR2I3LineGpCFSIx              Unsigned32,
    aGCPBXR2I4LineGpSubGpIx            Unsigned32,
    aGCPBXR2SigType                    INTEGER,
    aGCPBXR2LineSelMethod              INTEGER,
    aGCPBXR2PBXFixBits                 BITS,
    aGCPBXR2ANIDNISFormat              DisplayString,
    aGCPBXR2UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    aGCPBXR2UseDNIdentification        INTEGER,
    aGCPBXR2SIPUserName                DisplayString,
    aGCPBXR2UseDomainFromRegistrar     INTEGER,
    aGCPBXR2SIPDomainName              DisplayString,
    aGCPBXR2SIPAuthenticationReqd      INTEGER,
    aGCPBXR2NewSIPPassword             DisplayString,
    aGCPBXR2ConfirmNewSIPPassword      DisplayString,
    aGCPBXR2SIPPassword                DisplayString,
    aGCPBXR2LDNPBXCapacityGp           INTEGER,
    aGCPBXR2SDActLineTimezone          LongDisplayString,
    aGCPBXR2SDDefLineTimezone          LongDisplayString,
    aGCPBXR2SDUseDefLineTimezone       INTEGER,
    aGCPBXR2EnabledDate                Unsigned32,
    aGCPBXR2SASHostname                LongDisplayString,
    aGCPBXR2SDActLCC1                  INTEGER,
    aGCPBXR2SDDefLCC1                  INTEGER,
    aGCPBXR2SDUseDefLCC1               INTEGER,
    aGCPBXR2SDActLCC2                  INTEGER,
    aGCPBXR2SDDefLCC2                  INTEGER,
    aGCPBXR2SDUseDefLCC2               INTEGER,
    aGCPBXR2SDActLCC3                  INTEGER,
    aGCPBXR2SDDefLCC3                  INTEGER,
    aGCPBXR2SDUseDefLCC3               INTEGER,
    aGCPBXR2SDActLCC4                  INTEGER,
    aGCPBXR2SDDefLCC4                  INTEGER,
    aGCPBXR2SDUseDefLCC4               INTEGER,
    aGCPBXR2SDActLCC5                  INTEGER,
    aGCPBXR2SDDefLCC5                  INTEGER,
    aGCPBXR2SDUseDefLCC5               INTEGER,
    aGCPBXR2SDActLCC6                  INTEGER,
    aGCPBXR2SDDefLCC6                  INTEGER,
    aGCPBXR2SDUseDefLCC6               INTEGER,
    aGCPBXR2SDActLCC7                  INTEGER,
    aGCPBXR2SDDefLCC7                  INTEGER,
    aGCPBXR2SDUseDefLCC7               INTEGER,
    aGCPBXR2SDActLCC8                  INTEGER,
    aGCPBXR2SDDefLCC8                  INTEGER,
    aGCPBXR2SDUseDefLCC8               INTEGER,
    aGCPBXR2SDActLCC9                  INTEGER,
    aGCPBXR2SDDefLCC9                  INTEGER,
    aGCPBXR2SDUseDefLCC9               INTEGER,
    aGCPBXR2SDActLCC10                 INTEGER,
    aGCPBXR2SDDefLCC10                 INTEGER,
    aGCPBXR2SDUseDefLCC10              INTEGER,
    aGCPBXR2SDActLCC11                 INTEGER,
    aGCPBXR2SDDefLCC11                 INTEGER,
    aGCPBXR2SDUseDefLCC11              INTEGER,
    aGCPBXR2SDActLCC12                 INTEGER,
    aGCPBXR2SDDefLCC12                 INTEGER,
    aGCPBXR2SDUseDefLCC12              INTEGER,
    aGCPBXR2SDActLCC13                 INTEGER,
    aGCPBXR2SDDefLCC13                 INTEGER,
    aGCPBXR2SDUseDefLCC13              INTEGER,
    aGCPBXR2SDActLCC14                 INTEGER,
    aGCPBXR2SDDefLCC14                 INTEGER,
    aGCPBXR2SDUseDefLCC14              INTEGER,
    aGCPBXR2SDActLCC15                 INTEGER,
    aGCPBXR2SDDefLCC15                 INTEGER,
    aGCPBXR2SDUseDefLCC15              INTEGER,
    aGCPBXR2SDActLCC16                 INTEGER,
    aGCPBXR2SDDefLCC16                 INTEGER,
    aGCPBXR2SDUseDefLCC16              INTEGER,
    aGCPBXR2SDActLCC17                 INTEGER,
    aGCPBXR2SDDefLCC17                 INTEGER,
    aGCPBXR2SDUseDefLCC17              INTEGER,
    aGCPBXR2SDActLCC18                 INTEGER,
    aGCPBXR2SDDefLCC18                 INTEGER,
    aGCPBXR2SDUseDefLCC18              INTEGER,
    aGCPBXR2SDActLCC19                 INTEGER,
    aGCPBXR2SDDefLCC19                 INTEGER,
    aGCPBXR2SDUseDefLCC19              INTEGER,
    aGCPBXR2SDActLCC20                 INTEGER,
    aGCPBXR2SDDefLCC20                 INTEGER,
    aGCPBXR2SDUseDefLCC20              INTEGER,
    aGCPBXR2DiagsLogLvl                INTEGER,
    aGCPBXR2DiagsAPITraceEnabled       INTEGER,
    aGCPBXR2DiagsAPITraceTag           DisplayString,
    aGCPBXR2DiagsAPITraceRemNum        DisplayString,
    aGCPBXR2SDActVQMCallLogging        INTEGER,
    aGCPBXR2SDDefVQMCallLogging        INTEGER,
    aGCPBXR2SDUseDefVQMCallLogging     INTEGER,
    aGCPBXR2I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCPBXR2I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCPBXR2I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCPBXR2I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCPBXR2TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCPBXR2RegDtlsCurrRegistered      INTEGER,
    aGCPBXR2RegDtlsRegistrationIdentity
                                       LongDisplayString,
    aGCPBXR2RegDtlsRegisteredIdentities
                                       LongDisplayString,
    aGCPBXR2RegDtlsServRoute           LongDisplayString,
    aGCPBXR2RegDtlsDurn                Unsigned32,
    aGCPBXR2RegDtlsExpiryTime          Unsigned32,
    aGCPBXR2RegDtlsLastRegistrationTime
                                       Unsigned32,
    aGCPBXR2RegDtlsErrCode             Unsigned32,
    aGCPBXR2RegDtlsErrReason           LongDisplayString,
    aGCPBXR2I1FaultMonitoringProfEMSIx Unsigned32,
    aGCPBXR2I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCPBXR2I3FaultMonitoringProfFMPIx Integer32,
    aGCPBXR2FaultMonitoringProfOtherVals
                                       INTEGER,
    aGCPBXR2ApplyFMPToReltdObjectTypes BITS,
    aGCPBXR2AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCPBXR2AlrmState                  INTEGER,
    aGCPBXR2AlrmLogCorr                Counter64,
    aGCPBXR2AddtlAlrmLogCorr           Counter64,
    aGCPBXR2AlrmEvtsAttnRq             Unsigned32,
    aGCPBXR2AlrmEvtsAtndDp             Unsigned32,
    aGCPBXR2AlrmStateTimestamp         Unsigned32,
    aGCPBXR2CurrPBXLineAlrmsAttnRq     Unsigned32,
    aGCPBXR2PrevPBXLineAlrmsAttnRq     Unsigned32,
    aGCPBXR2CurrPBXLineAlrmsAtndDp     Unsigned32,
    aGCPBXR2PrevPBXLineAlrmsAtndDp     Unsigned32,
    aGCPBXR2SummaryChldAlrmState       INTEGER,
    aGCPBXR2ExportNumObjectsExported   Integer32,
    aGCPBXR2ExportStatus               DisplayString,
    aGCPBXR2ExportFile                 DisplayString,
    aGCPBXR2ExportCorr                 Counter64,
    aGCPBXR2ExportCorrNode             DisplayString,
    aGCPBXR2ExportCorrUID              DisplayString,
    aGCPBXR2DoExtraActions             INTEGER,
    aGCPBXR2RowStatus                  RowStatus,
    aGCPBXR2SDActI1SIPRegistrarNEConn  Unsigned32,
    aGCPBXR2SDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXR2SDActI3SIPRegistrarCFSIx   Unsigned32,
    aGCPBXR2SDActI4SIPRegistrarSIPIx   Unsigned32,
    aGCPBXR2SDActI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCPBXR2SDDefI1SIPRegistrarNEConn  Unsigned32,
    aGCPBXR2SDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXR2SDDefI3SIPRegistrarCFSIx   Unsigned32,
    aGCPBXR2SDDefI4SIPRegistrarSIPIx   Unsigned32,
    aGCPBXR2SDDefI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCPBXR2SDUseDefSIPRegistrar       INTEGER,
    aGCPBXR2ExportIncASRepData         INTEGER,
    aGCPBXR2ExportChldObjectsToInc     INTEGER,
    aGCPBXR2OutboundCldPartyTON        INTEGER
  }

  aGCPBXR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXR2Entry  1 }

  aGCPBXR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXR2Entry  2 }

  aGCPBXR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXR2Entry  3 }

  aGCPBXR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXR2Entry  4 }

  aGCPBXR2CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCPBXR2Entry  5 }

  aGCPBXR2CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCPBXR2Entry  6 }

  aGCPBXR2CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCPBXR2Entry  7 }

  aGCPBXR2CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCPBXR2Entry  8 }

  aGCPBXR2CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCPBXR2Entry  9 }

  aGCPBXR2CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCPBXR2Entry  10 }

  aGCPBXR2I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR2Entry  11 }

  aGCPBXR2I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR2Entry  12 }

  aGCPBXR2I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR2Entry  13 }

  aGCPBXR2I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR2Entry  14 }

  aGCPBXR2SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXR2Entry  15 }

  aGCPBXR2LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { aGCPBXR2Entry  16 }

  aGCPBXR2PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { aGCPBXR2Entry  17 }

  aGCPBXR2ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { aGCPBXR2Entry  18 }

  aGCPBXR2UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { aGCPBXR2Entry  19 }

  aGCPBXR2UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXR2Entry  31 }

  aGCPBXR2SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCPBXR2Entry  32 }

  aGCPBXR2UseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  33 }

  aGCPBXR2SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCPBXR2Entry  34 }

  aGCPBXR2SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  35 }

  aGCPBXR2NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXR2Entry  36 }

  aGCPBXR2ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXR2Entry  37 }

  aGCPBXR2SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCPBXR2Entry  38 }

  aGCPBXR2LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { aGCPBXR2Entry  39 }

  aGCPBXR2SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  40 }

  aGCPBXR2SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  41 }

  aGCPBXR2SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  42 }

  aGCPBXR2EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCPBXR2Entry  43 }

  aGCPBXR2SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCPBXR2Entry  44 }

  aGCPBXR2SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  45 }

  aGCPBXR2SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  46 }

  aGCPBXR2SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  47 }

  aGCPBXR2SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  48 }

  aGCPBXR2SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  49 }

  aGCPBXR2SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  50 }

  aGCPBXR2SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  51 }

  aGCPBXR2SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  52 }

  aGCPBXR2SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  53 }

  aGCPBXR2SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  54 }

  aGCPBXR2SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  55 }

  aGCPBXR2SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  56 }

  aGCPBXR2SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  57 }

  aGCPBXR2SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  58 }

  aGCPBXR2SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  59 }

  aGCPBXR2SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  60 }

  aGCPBXR2SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  61 }

  aGCPBXR2SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  62 }

  aGCPBXR2SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  63 }

  aGCPBXR2SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  64 }

  aGCPBXR2SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  65 }

  aGCPBXR2SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  66 }

  aGCPBXR2SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  67 }

  aGCPBXR2SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  68 }

  aGCPBXR2SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  69 }

  aGCPBXR2SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  70 }

  aGCPBXR2SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  71 }

  aGCPBXR2SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  72 }

  aGCPBXR2SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  73 }

  aGCPBXR2SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  74 }

  aGCPBXR2SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  75 }

  aGCPBXR2SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  76 }

  aGCPBXR2SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  77 }

  aGCPBXR2SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  78 }

  aGCPBXR2SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  79 }

  aGCPBXR2SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  80 }

  aGCPBXR2SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  81 }

  aGCPBXR2SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  82 }

  aGCPBXR2SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  83 }

  aGCPBXR2SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  84 }

  aGCPBXR2SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  85 }

  aGCPBXR2SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  86 }

  aGCPBXR2SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  87 }

  aGCPBXR2SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  88 }

  aGCPBXR2SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  89 }

  aGCPBXR2SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  90 }

  aGCPBXR2SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  91 }

  aGCPBXR2SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  92 }

  aGCPBXR2SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  93 }

  aGCPBXR2SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  94 }

  aGCPBXR2SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  95 }

  aGCPBXR2SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  96 }

  aGCPBXR2SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  97 }

  aGCPBXR2SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  98 }

  aGCPBXR2SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  99 }

  aGCPBXR2SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  100 }

  aGCPBXR2SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  101 }

  aGCPBXR2SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  102 }

  aGCPBXR2SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  103 }

  aGCPBXR2SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  104 }

  aGCPBXR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXR2Entry  105 }

  aGCPBXR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXR2Entry  106 }

  aGCPBXR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXR2Entry  107 }

  aGCPBXR2DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXR2Entry  108 }

  aGCPBXR2SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  109 }

  aGCPBXR2SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR2Entry  110 }

  aGCPBXR2SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  111 }

  aGCPBXR2I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR2Entry  112 }

  aGCPBXR2I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR2Entry  113 }

  aGCPBXR2I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR2Entry  114 }

  aGCPBXR2I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR2Entry  115 }

  aGCPBXR2TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXR2Entry  116 }

  aGCPBXR2RegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCPBXR2Entry  117 }

  aGCPBXR2RegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCPBXR2Entry  118 }

  aGCPBXR2RegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCPBXR2Entry  119 }

  aGCPBXR2RegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCPBXR2Entry  120 }

  aGCPBXR2RegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCPBXR2Entry  121 }

  aGCPBXR2RegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCPBXR2Entry  122 }

  aGCPBXR2RegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCPBXR2Entry  123 }

  aGCPBXR2RegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCPBXR2Entry  124 }

  aGCPBXR2RegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCPBXR2Entry  125 }

  aGCPBXR2I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR2Entry  126 }

  aGCPBXR2I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR2Entry  127 }

  aGCPBXR2I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR2Entry  128 }

  aGCPBXR2FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXR2Entry  129 }

  aGCPBXR2ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCPBXR2Entry  130 }

  aGCPBXR2AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  131 }

  aGCPBXR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXR2Entry  132 }

  aGCPBXR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXR2Entry  133 }

  aGCPBXR2AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXR2Entry  134 }

  aGCPBXR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR2Entry  135 }

  aGCPBXR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR2Entry  136 }

  aGCPBXR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXR2Entry  137 }

  aGCPBXR2CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { aGCPBXR2Entry  138 }

  aGCPBXR2PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR2Entry  139 }

  aGCPBXR2CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { aGCPBXR2Entry  140 }

  aGCPBXR2PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR2Entry  141 }

  aGCPBXR2SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCPBXR2Entry  142 }

  aGCPBXR2ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCPBXR2Entry  143 }

  aGCPBXR2ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCPBXR2Entry  144 }

  aGCPBXR2ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCPBXR2Entry  145 }

  aGCPBXR2ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCPBXR2Entry  146 }

  aGCPBXR2ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCPBXR2Entry  147 }

  aGCPBXR2ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCPBXR2Entry  148 }

  aGCPBXR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCPBXR2Entry  149 }

  aGCPBXR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXR2Entry  150 }

  aGCPBXR2SDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  151 }

  aGCPBXR2SDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  152 }

  aGCPBXR2SDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  153 }

  aGCPBXR2SDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  154 }

  aGCPBXR2SDActI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  155 }

  aGCPBXR2SDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  156 }

  aGCPBXR2SDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  157 }

  aGCPBXR2SDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  158 }

  aGCPBXR2SDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  159 }

  aGCPBXR2SDDefI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR2Entry  160 }

  aGCPBXR2SDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR2Entry  161 }

  aGCPBXR2ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCPBXR2Entry  162 }

  aGCPBXR2ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCPBXR2Entry  163 }

  aGCPBXR2OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { aGCPBXR2Entry  164 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Link to Object Backup Store'                                */
-- /* Valid from: 9.3.20                                                            */
-- /*********************************************************************************/

  linkToOBSR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LinkToOBSR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2506 }

  linkToOBSR1Entry OBJECT-TYPE
    SYNTAX       LinkToOBSR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { linkToOBSR1NEConn,
             linkToOBSR1NetwkElement }
    ::= {  linkToOBSR1Table  1  }

  LinkToOBSR1Entry  ::=  SEQUENCE
  {
    linkToOBSR1NEConn                  Unsigned32,
    linkToOBSR1NetwkElement            DisplayString,
    linkToOBSR1IPAddrs                 LongDisplayString,
    linkToOBSR1AlrmState               INTEGER,
    linkToOBSR1AlrmEvtsAttnRqLogCorr   Counter64,
    linkToOBSR1StatisticsAlrms         Integer32
  }

  linkToOBSR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { linkToOBSR1Entry  1 }

  linkToOBSR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { linkToOBSR1Entry  2 }

  linkToOBSR1IPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2950))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP addresses'."
    ::= { linkToOBSR1Entry  3 }

  linkToOBSR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { linkToOBSR1Entry  4 }

  linkToOBSR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { linkToOBSR1Entry  5 }

  linkToOBSR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { linkToOBSR1Entry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M2PA Signaling Link'                                        */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  m2PASigLinkR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF M2PASigLinkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Linkset'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  2507 }

  m2PASigLinkR1Entry OBJECT-TYPE
    SYNTAX       M2PASigLinkR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m2PASigLinkR1NEConn,
             m2PASigLinkR1NetwkElement,
             m2PASigLinkR1SigPointID,
             m2PASigLinkR1LinksetID,
             m2PASigLinkR1SigLinkCode }
    ::= {  m2PASigLinkR1Table  1  }

  M2PASigLinkR1Entry  ::=  SEQUENCE
  {
    m2PASigLinkR1NEConn                Unsigned32,
    m2PASigLinkR1NetwkElement          DisplayString,
    m2PASigLinkR1SigPointID            Unsigned32,
    m2PASigLinkR1LinksetID             Unsigned32,
    m2PASigLinkR1SigLinkCode           INTEGER,
    m2PASigLinkR1LinkName              DisplayString,
    m2PASigLinkR1I1TimerProfNEConn     Unsigned32,
    m2PASigLinkR1I2TimerProfNetwkElement
                                       DisplayString,
    m2PASigLinkR1I3TimerProfSigPointID Unsigned32,
    m2PASigLinkR1I4TimerProfProfID     Unsigned32,
    m2PASigLinkR1I1M2PAProtProfNEConn  Unsigned32,
    m2PASigLinkR1I2M2PAProtProfNetwkElement
                                       DisplayString,
    m2PASigLinkR1I3M2PAProtProfProfID  Unsigned32,
    m2PASigLinkR1LocalPortNum          INTEGER,
    m2PASigLinkR1RemIPAddr             DisplayString,
    m2PASigLinkR1OutRemPortNum         Unsigned32,
    m2PASigLinkR1UsesEphemeralPorts    INTEGER,
    m2PASigLinkR1InboundRemPortNum     Unsigned32,
    m2PASigLinkR1SCTPChecksumAlgorithm INTEGER,
    m2PASigLinkR1LinkStatus            BITS,
    m2PASigLinkR1SCTPAssociationStatus INTEGER,
    m2PASigLinkR1CurrCgstnLvl          INTEGER,
    m2PASigLinkR1LastActionStatus      INTEGER,
    m2PASigLinkR1LastActionTime        Unsigned32,
    m2PASigLinkR1AlrmState             INTEGER,
    m2PASigLinkR1StatisticsAlrms       Integer32,
    m2PASigLinkR1AlrmEvtsAttnRq        Integer32,
    m2PASigLinkR1AlrmLogCorr           Counter64,
    m2PASigLinkR1AlrmStateTimestamp    Unsigned32,
    m2PASigLinkR1AlrmResetTimestamp    Unsigned32,
    m2PASigLinkR1DiagsLogLvl           INTEGER,
    m2PASigLinkR1DiagsAPITraceEnabled  INTEGER,
    m2PASigLinkR1DiagsAPITraceTag      DisplayString,
    m2PASigLinkR1DoExtraActions        INTEGER,
    m2PASigLinkR1RowStatus             RowStatus,
    m2PASigLinkR1AdminStatus           AdminStatus,
    m2PASigLinkR1OperStatus            OperStatus
  }

  m2PASigLinkR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m2PASigLinkR1Entry  1 }

  m2PASigLinkR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m2PASigLinkR1Entry  2 }

  m2PASigLinkR1SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { m2PASigLinkR1Entry  3 }

  m2PASigLinkR1LinksetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Linkset ID'.
                  This is an index field."
    ::= { m2PASigLinkR1Entry  4 }

  m2PASigLinkR1SigLinkCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling link code'.
                  This is an index field."
    ::= { m2PASigLinkR1Entry  5 }

  m2PASigLinkR1LinkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link name'."
    ::= { m2PASigLinkR1Entry  6 }

  m2PASigLinkR1I1TimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkR1Entry  7 }

  m2PASigLinkR1I2TimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkR1Entry  8 }

  m2PASigLinkR1I3TimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkR1Entry  9 }

  m2PASigLinkR1I4TimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigLinkTPSE'."
    ::= { m2PASigLinkR1Entry  10 }

  m2PASigLinkR1I1M2PAProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'M2PA Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOM2PAProtProfileSE'."
    ::= { m2PASigLinkR1Entry  11 }

  m2PASigLinkR1I2M2PAProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'M2PA Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOM2PAProtProfileSE'."
    ::= { m2PASigLinkR1Entry  12 }

  m2PASigLinkR1I3M2PAProtProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'M2PA Protocol Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOM2PAProtProfileSE'."
    ::= { m2PASigLinkR1Entry  13 }

  m2PASigLinkR1LocalPortNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   threeThousandFiveHundredAndSixtyFive(3565),
                   fiftyThousandAndOne(50001),
                   fiftyThousandAndTwo(50002),
                   fiftyThousandAndThree(50003),
                   fiftyThousandAndFour(50004),
                   fiftyThousandAndFive(50005),
                   fiftyThousandAndSix(50006),
                   fiftyThousandAndSeven(50007),
                   fiftyThousandAndEight(50008),
                   fiftyThousandAndNine(50009),
                   fiftyThousandAndTen(50010),
                   fiftyThousandAndEleven(50011),
                   fiftyThousandAndTwelve(50012),
                   fiftyThousandAndThirteen(50013),
                   fiftyThousandAndFourteen(50014),
                   fiftyThousandAndFifteen(50015),
                   fiftyThousandAndSixteen(50016),
                   fiftyThousandAndSeventeen(50017),
                   fiftyThousandAndEighteen(50018),
                   fiftyThousandAndNineteen(50019),
                   fiftyThousandAndTwenty(50020)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port number'.
                  This field is only writable during create."
    DEFVAL       { threeThousandFiveHundredAndSixtyFive }
    ::= { m2PASigLinkR1Entry  14 }

  m2PASigLinkR1RemIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote IP address'.
                  This field is only writable during create."
    ::= { m2PASigLinkR1Entry  15 }

  m2PASigLinkR1OutRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing remote port number'.
                  This field is only writable during create."
    DEFVAL       { 3565 }
    ::= { m2PASigLinkR1Entry  16 }

  m2PASigLinkR1UsesEphemeralPorts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Uses ephemeral ports'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { m2PASigLinkR1Entry  17 }

  m2PASigLinkR1InboundRemPortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inbound remote port number'."
    ::= { m2PASigLinkR1Entry  18 }

  m2PASigLinkR1SCTPChecksumAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   cRC32(2),
                   adler32(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP checksum algorithm'.
                  This field is not writable when active."
    DEFVAL       { cRC32 }
    ::= { m2PASigLinkR1Entry  19 }

  m2PASigLinkR1LinkStatus OBJECT-TYPE
    SYNTAX       BITS {
                   localBlocked(0),
                   remoteBlocked(1),
                   localInhibited(2),
                   remoteInhibited(3),
                   failed(4),
                   deactivated(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Link status'."
    ::= { m2PASigLinkR1Entry  20 }

  m2PASigLinkR1SCTPAssociationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConnected(1),
                   attemptingOutboundConnection(2),
                   connectedOutbound(3),
                   connectedInbound(4),
                   disconnecting(5),
                   connectionLost(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SCTP association status'."
    ::= { m2PASigLinkR1Entry  21 }

  m2PASigLinkR1CurrCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER ( 0..3 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current congestion level'."
    ::= { m2PASigLinkR1Entry  22 }

  m2PASigLinkR1LastActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noActionPerformed(1),
                   inhibitInProgress(2),
                   inhibitSucceeded(3),
                   inhibitFailedNoRouteToSendRequest(4),
                   inhibitFailedLastAvailableLinkForRoute(5),
                   inhibitFailedTimedOut(6),
                   inhibitFailedRejectedByRemoteDestination(7),
                   uninhibitInProgress(8),
                   uninhibitSucceeded(9),
                   uninhibitFailed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last action status'."
    ::= { m2PASigLinkR1Entry  23 }

  m2PASigLinkR1LastActionTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last action time'."
    ::= { m2PASigLinkR1Entry  24 }

  m2PASigLinkR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { m2PASigLinkR1Entry  25 }

  m2PASigLinkR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { m2PASigLinkR1Entry  26 }

  m2PASigLinkR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m2PASigLinkR1Entry  27 }

  m2PASigLinkR1AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { m2PASigLinkR1Entry  28 }

  m2PASigLinkR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { m2PASigLinkR1Entry  29 }

  m2PASigLinkR1AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { m2PASigLinkR1Entry  30 }

  m2PASigLinkR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m2PASigLinkR1Entry  31 }

  m2PASigLinkR1DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { m2PASigLinkR1Entry  32 }

  m2PASigLinkR1DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { m2PASigLinkR1Entry  33 }

  m2PASigLinkR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   inhibit(1),
                   uninhibit(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m2PASigLinkR1Entry  34 }

  m2PASigLinkR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m2PASigLinkR1Entry  35 }

  m2PASigLinkR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m2PASigLinkR1Entry  36 }

  m2PASigLinkR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m2PASigLinkR1Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M3UA Route'                                                 */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  m3UARouteR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF M3UARouteR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'M3UA Application Server'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2508 }

  m3UARouteR1Entry OBJECT-TYPE
    SYNTAX       M3UARouteR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { m3UARouteR1NEConn,
             m3UARouteR1NetwkElement,
             m3UARouteR1M3UAAppServerIx,
             m3UARouteR1M3UARouteIx }
    ::= {  m3UARouteR1Table  1  }

  M3UARouteR1Entry  ::=  SEQUENCE
  {
    m3UARouteR1NEConn                  Unsigned32,
    m3UARouteR1NetwkElement            DisplayString,
    m3UARouteR1M3UAAppServerIx         Unsigned32,
    m3UARouteR1M3UARouteIx             Unsigned32,
    m3UARouteR1I1RemSigGatewayNEConn   Unsigned32,
    m3UARouteR1I2RemSigGatewayNetwkElement
                                       DisplayString,
    m3UARouteR1I3RemSigGatewayRemSigGatewayIx
                                       Unsigned32,
    m3UARouteR1RtgCxt                  Unsigned32,
    m3UARouteR1AlrmState               INTEGER,
    m3UARouteR1AlrmEvtsAttnRqLogCorr   Counter64,
    m3UARouteR1AlrmEvtsAttnRq          Unsigned32,
    m3UARouteR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    m3UARouteR1AlrmEvtsAtndDpLogCorr   Counter64,
    m3UARouteR1AlrmEvtsAtndDp          Unsigned32,
    m3UARouteR1AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    m3UARouteR1AlrmStateTimestamp      Unsigned32,
    m3UARouteR1DiagsLogLvl             INTEGER,
    m3UARouteR1RowStatus               RowStatus,
    m3UARouteR1AdminStatus             AdminStatus,
    m3UARouteR1OperStatus              OperStatus
  }

  m3UARouteR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { m3UARouteR1Entry  1 }

  m3UARouteR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { m3UARouteR1Entry  2 }

  m3UARouteR1M3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M3UA Application Server index'.
                  This is an index field."
    ::= { m3UARouteR1Entry  3 }

  m3UARouteR1M3UARouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { m3UARouteR1Entry  4 }

  m3UARouteR1I1RemSigGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Signaling Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORemoteSigGatewaySE'."
    ::= { m3UARouteR1Entry  5 }

  m3UARouteR1I2RemSigGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Signaling Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOORemoteSigGatewaySE'."
    ::= { m3UARouteR1Entry  6 }

  m3UARouteR1I3RemSigGatewayRemSigGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote Signaling Gateway',
                  This field represents index 'Remote Signalilng Gateway index'
                  in referenced type 'BOORemoteSigGatewaySE'."
    ::= { m3UARouteR1Entry  7 }

  m3UARouteR1RtgCxt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967294 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing context'.
                  This field is only writable during create."
    ::= { m3UARouteR1Entry  8 }

  m3UARouteR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { m3UARouteR1Entry  9 }

  m3UARouteR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { m3UARouteR1Entry  10 }

  m3UARouteR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARouteR1Entry  11 }

  m3UARouteR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { m3UARouteR1Entry  12 }

  m3UARouteR1AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { m3UARouteR1Entry  13 }

  m3UARouteR1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { m3UARouteR1Entry  14 }

  m3UARouteR1AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { m3UARouteR1Entry  15 }

  m3UARouteR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { m3UARouteR1Entry  16 }

  m3UARouteR1DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { m3UARouteR1Entry  17 }

  m3UARouteR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { m3UARouteR1Entry  18 }

  m3UARouteR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARouteR1Entry  19 }

  m3UARouteR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { m3UARouteR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voicemail System Line'                                      */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  vSLineR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLineR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voicemail System Line Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2509 }

  vSLineR11Entry OBJECT-TYPE
    SYNTAX       VSLineR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLineR11NEConn,
             vSLineR11NetwkElement,
             vSLineR11CFSIx,
             vSLineR11VSLineGpIx,
             vSLineR11DirNum,
             vSLineR11TerminalIx }
    ::= {  vSLineR11Table  1  }

  VSLineR11Entry  ::=  SEQUENCE
  {
    vSLineR11NEConn                    Unsigned32,
    vSLineR11NetwkElement              DisplayString,
    vSLineR11CFSIx                     Unsigned32,
    vSLineR11VSLineGpIx                Unsigned32,
    vSLineR11DirNum                    DisplayString,
    vSLineR11TerminalIx                Unsigned32,
    vSLineR11T1I1AccDevNEConn          Unsigned32,
    vSLineR11T1I2AccDevNetwkElement    DisplayString,
    vSLineR11T1I3AccDevCFSIx           Unsigned32,
    vSLineR11T1I4AccDevGatewayIx       Unsigned32,
    vSLineR11T1I5AccDevDeviceIx        Unsigned32,
    vSLineR11T2I1AccDevNEConn          Unsigned32,
    vSLineR11T2I2AccDevNetwkElement    DisplayString,
    vSLineR11T2I3AccDevCFSIx           Unsigned32,
    vSLineR11T2I4AccDevGatewayIx       Unsigned32,
    vSLineR11T2I5AccDevDeviceIx        Unsigned32,
    vSLineR11AccessLineNum             Unsigned32,
    vSLineR11AlrmState                 INTEGER,
    vSLineR11AlrmLogCorr               Counter64,
    vSLineR11AddtlAlrmLogCorr          Counter64,
    vSLineR11AlrmEvtsAttnRq            Unsigned32,
    vSLineR11AlrmEvtsAtndDp            Unsigned32,
    vSLineR11AlrmStateTimestamp        Unsigned32,
    vSLineR11DiagsLogLvl               INTEGER,
    vSLineR11DiagsAPITraceEnabled      INTEGER,
    vSLineR11DiagsAPITraceTag          DisplayString,
    vSLineR11RowStatus                 RowStatus,
    vSLineR11SigType                   INTEGER,
    vSLineR11I1ISDNInterfaceNEConn     Unsigned32,
    vSLineR11I2ISDNInterfaceNetwkElement
                                       DisplayString,
    vSLineR11I3ISDNInterfaceCFSIx      Unsigned32,
    vSLineR11I4ISDNInterfaceISDNIx     Unsigned32,
    vSLineR11I5ISDNInterfacePRIIx      Unsigned32,
    vSLineR11ISDNDefBearerCapabilities BITS,
    vSLineR11SIPUserName               DisplayString,
    vSLineR11SIPDomainName             DisplayString,
    vSLineR11SIPRegistrationStatus     INTEGER,
    vSLineR11SIPAuthenticationReqd     INTEGER,
    vSLineR11NewSIPPassword            DisplayString,
    vSLineR11ConfirmNewSIPPassword     DisplayString,
    vSLineR11UseStaticNATMapping       INTEGER,
    vSLineR11GR303NailedUpConn         INTEGER,
    vSLineR11I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    vSLineR11I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    vSLineR11I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    vSLineR11I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    vSLineR11PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    vSLineR11UseDNIdentification       INTEGER,
    vSLineR11SDActMaxCallAppearances   Unsigned32,
    vSLineR11SDDefMaxCallAppearances   Unsigned32,
    vSLineR11SDUseDefMaxCallAppearances
                                       INTEGER,
    vSLineR11SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR11SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR11SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    vSLineR11SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    vSLineR11SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    vSLineR11SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    vSLineR11SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineR11SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    vSLineR11SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    vSLineR11SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    vSLineR11SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineSDActR11SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineSDDefR11SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineR11SDUseDefSubMediaGatewayModel
                                       INTEGER,
    vSLineR11T1I1GatewayNEConn         Unsigned32,
    vSLineR11T1I2GatewayNetwkElement   DisplayString,
    vSLineR11T1I3GatewayCFSIx          Unsigned32,
    vSLineR11T1I4GatewayGatewayIx      Unsigned32,
    vSLineR11T2I1GatewayNEConn         Unsigned32,
    vSLineR11T2I2GatewayNetwkElement   DisplayString,
    vSLineR11T2I3GatewayCFSIx          Unsigned32,
    vSLineR11T2I4GatewayGatewayIx      Unsigned32,
    vSLineR11SIPPassword               DisplayString,
    vSLineR11PreSubscribedConn         INTEGER
  }

  vSLineR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLineR11Entry  1 }

  vSLineR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLineR11Entry  2 }

  vSLineR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLineR11Entry  3 }

  vSLineR11VSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System Line Group Index'.
                  This is an index field."
    ::= { vSLineR11Entry  4 }

  vSLineR11DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { vSLineR11Entry  5 }

  vSLineR11TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { vSLineR11Entry  6 }

  vSLineR11T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR11Entry  7 }

  vSLineR11T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR11Entry  8 }

  vSLineR11T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR11Entry  9 }

  vSLineR11T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR11Entry  10 }

  vSLineR11T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR11Entry  11 }

  vSLineR11T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR11Entry  12 }

  vSLineR11T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR11Entry  13 }

  vSLineR11T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR11Entry  14 }

  vSLineR11T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR11Entry  15 }

  vSLineR11T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR11Entry  16 }

  vSLineR11AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { vSLineR11Entry  17 }

  vSLineR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { vSLineR11Entry  18 }

  vSLineR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { vSLineR11Entry  19 }

  vSLineR11AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { vSLineR11Entry  20 }

  vSLineR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR11Entry  21 }

  vSLineR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR11Entry  22 }

  vSLineR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { vSLineR11Entry  23 }

  vSLineR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { vSLineR11Entry  24 }

  vSLineR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { vSLineR11Entry  25 }

  vSLineR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { vSLineR11Entry  26 }

  vSLineR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vSLineR11Entry  27 }

  vSLineR11SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { vSLineR11Entry  28 }

  vSLineR11I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR11Entry  29 }

  vSLineR11I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR11Entry  30 }

  vSLineR11I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR11Entry  31 }

  vSLineR11I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR11Entry  32 }

  vSLineR11I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR11Entry  33 }

  vSLineR11ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { vSLineR11Entry  34 }

  vSLineR11SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { vSLineR11Entry  35 }

  vSLineR11SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { vSLineR11Entry  36 }

  vSLineR11SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { vSLineR11Entry  37 }

  vSLineR11SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { vSLineR11Entry  38 }

  vSLineR11NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR11Entry  39 }

  vSLineR11ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR11Entry  40 }

  vSLineR11UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR11Entry  43 }

  vSLineR11GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR11Entry  44 }

  vSLineR11I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR11Entry  46 }

  vSLineR11I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR11Entry  47 }

  vSLineR11I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR11Entry  48 }

  vSLineR11I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR11Entry  49 }

  vSLineR11PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { vSLineR11Entry  50 }

  vSLineR11UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR11Entry  56 }

  vSLineR11SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR11Entry  60 }

  vSLineR11SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR11Entry  61 }

  vSLineR11SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR11Entry  62 }

  vSLineR11SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR11Entry  63 }

  vSLineR11SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR11Entry  64 }

  vSLineR11SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR11Entry  65 }

  vSLineR11SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  66 }

  vSLineR11SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  67 }

  vSLineR11SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  68 }

  vSLineR11SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  69 }

  vSLineR11SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  70 }

  vSLineR11SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  71 }

  vSLineR11SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  72 }

  vSLineR11SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  73 }

  vSLineSDActR11SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  75 }

  vSLineSDDefR11SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR11Entry  76 }

  vSLineR11SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR11Entry  77 }

  vSLineR11T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR11Entry  87 }

  vSLineR11T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR11Entry  88 }

  vSLineR11T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR11Entry  89 }

  vSLineR11T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR11Entry  90 }

  vSLineR11T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR11Entry  91 }

  vSLineR11T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR11Entry  92 }

  vSLineR11T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR11Entry  93 }

  vSLineR11T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR11Entry  94 }

  vSLineR11SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { vSLineR11Entry  95 }

  vSLineR11PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR11Entry  96 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 TDM Carrier DS0 Termination'                            */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  tDMCrrDS0TermR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCrrDS0TermR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Carrier'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2510 }

  tDMCrrDS0TermR5Entry OBJECT-TYPE
    SYNTAX       TDMCrrDS0TermR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCrrDS0TermR5NEConn,
             tDMCrrDS0TermR5NetwkElement,
             tDMCrrDS0TermR5MediaGatewayIx,
             tDMCrrDS0TermR5CarrIx,
             tDMCrrDS0TermR5Timeslot }
    ::= {  tDMCrrDS0TermR5Table  1  }

  TDMCrrDS0TermR5Entry  ::=  SEQUENCE
  {
    tDMCrrDS0TermR5NEConn              Unsigned32,
    tDMCrrDS0TermR5NetwkElement        DisplayString,
    tDMCrrDS0TermR5MediaGatewayIx      Unsigned32,
    tDMCrrDS0TermR5CarrIx              Unsigned32,
    tDMCrrDS0TermR5Timeslot            Integer32,
    tDMCrrDS0TermR5InUseBy             INTEGER,
    tDMCrrDS0TermR5TnGenTestStatus     INTEGER,
    tDMCrrDS0TermR5TnGenTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR5TnGenTestLvl        INTEGER,
    tDMCrrDS0TermR5TnDetTestStatus     INTEGER,
    tDMCrrDS0TermR5TnDetTestTestFailLogCorr
                                       Counter64,
    tDMCrrDS0TermR5TnDetTestLvl        INTEGER,
    tDMCrrDS0TermR5TnDetTestFreq       INTEGER,
    tDMCrrDS0TermR5AlrmState           INTEGER,
    tDMCrrDS0TermR5AlrmStateTimestamp  Unsigned32,
    tDMCrrDS0TermR5AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tDMCrrDS0TermR5AlrmEvtsAttnRq      Integer32,
    tDMCrrDS0TermR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCrrDS0TermR5DoExtraActions      INTEGER,
    tDMCrrDS0TermR5Q50Status           INTEGER,
    tDMCrrDS0TermR5NailedUpCfgEnabled  INTEGER,
    tDMCrrDS0TermR5I1NailedUpCfgNailedUpDS0NEConn
                                       Unsigned32,
    tDMCrrDS0TermR5I2NailedUpCfgNailedUpDS0NetwkElement
                                       DisplayString,
    tDMCrrDS0TermR5I3NailedUpCfgNailedUpDS0MediaGatewayIx
                                       Unsigned32,
    tDMCrrDS0TermR5I4NailedUpCfgNailedUpDS0CarrIx
                                       Unsigned32,
    tDMCrrDS0TermR5I5NailedUpCfgNailedUpDS0Timeslot
                                       Integer32,
    tDMCrrDS0TermR5NailedUpCfgDesc     DisplayString
  }

  tDMCrrDS0TermR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCrrDS0TermR5Entry  1 }

  tDMCrrDS0TermR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCrrDS0TermR5Entry  2 }

  tDMCrrDS0TermR5MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR5Entry  3 }

  tDMCrrDS0TermR5CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCrrDS0TermR5Entry  4 }

  tDMCrrDS0TermR5Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { tDMCrrDS0TermR5Entry  5 }

  tDMCrrDS0TermR5InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144),
                   nailedUpDS0(524288),
                   tR08(1048576)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { tDMCrrDS0TermR5Entry  6 }

  tDMCrrDS0TermR5TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { tDMCrrDS0TermR5Entry  7 }

  tDMCrrDS0TermR5TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { tDMCrrDS0TermR5Entry  8 }

  tDMCrrDS0TermR5TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { tDMCrrDS0TermR5Entry  9 }

  tDMCrrDS0TermR5TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { tDMCrrDS0TermR5Entry  10 }

  tDMCrrDS0TermR5TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { tDMCrrDS0TermR5Entry  11 }

  tDMCrrDS0TermR5TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { tDMCrrDS0TermR5Entry  12 }

  tDMCrrDS0TermR5TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { tDMCrrDS0TermR5Entry  13 }

  tDMCrrDS0TermR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCrrDS0TermR5Entry  14 }

  tDMCrrDS0TermR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCrrDS0TermR5Entry  15 }

  tDMCrrDS0TermR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCrrDS0TermR5Entry  16 }

  tDMCrrDS0TermR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCrrDS0TermR5Entry  17 }

  tDMCrrDS0TermR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCrrDS0TermR5Entry  18 }

  tDMCrrDS0TermR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCrrDS0TermR5Entry  19 }

  tDMCrrDS0TermR5Q50Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   inService(1),
                   channelUnavailableCHOOS(2),
                   maintenance(3),
                   dynamicLoadControlDLC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 status'."
    ::= { tDMCrrDS0TermR5Entry  20 }

  tDMCrrDS0TermR5NailedUpCfgEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up configuration - enabled'."
    DEFVAL       { false }
    ::= { tDMCrrDS0TermR5Entry  21 }

  tDMCrrDS0TermR5I1NailedUpCfgNailedUpDS0NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR5Entry  22 }

  tDMCrrDS0TermR5I2NailedUpCfgNailedUpDS0NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR5Entry  23 }

  tDMCrrDS0TermR5I3NailedUpCfgNailedUpDS0MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR5Entry  24 }

  tDMCrrDS0TermR5I4NailedUpCfgNailedUpDS0CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Carrier index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR5Entry  25 }

  tDMCrrDS0TermR5I5NailedUpCfgNailedUpDS0Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Nailed-up configuration - nailed-up DS0',
                  This field represents index
                  'Timeslot'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { tDMCrrDS0TermR5Entry  26 }

  tDMCrrDS0TermR5NailedUpCfgDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Nailed-up configuration - description'."
    ::= { tDMCrrDS0TermR5Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  aGCPBXLineR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXLineR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2511 }

  aGCPBXLineR3Entry OBJECT-TYPE
    SYNTAX       AGCPBXLineR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXLineR3NEConn,
             aGCPBXLineR3NetwkElement,
             aGCPBXLineR3CFSIx,
             aGCPBXLineR3DirNum,
             aGCPBXLineR3TerminalIx }
    ::= {  aGCPBXLineR3Table  1  }

  AGCPBXLineR3Entry  ::=  SEQUENCE
  {
    aGCPBXLineR3NEConn                 Unsigned32,
    aGCPBXLineR3NetwkElement           DisplayString,
    aGCPBXLineR3CFSIx                  Unsigned32,
    aGCPBXLineR3DirNum                 DisplayString,
    aGCPBXLineR3TerminalIx             Unsigned32,
    aGCPBXLineR3SigType                INTEGER,
    aGCPBXLineR3PBXLineUsage           INTEGER,
    aGCPBXLineR3T1I1GatewayNEConn      Unsigned32,
    aGCPBXLineR3T1I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR3T1I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR3T1I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR3T2I1GatewayNEConn      Unsigned32,
    aGCPBXLineR3T2I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR3T2I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR3T2I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR3T1I1AccDevNEConn       Unsigned32,
    aGCPBXLineR3T1I2AccDevNetwkElement DisplayString,
    aGCPBXLineR3T1I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR3T1I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR3T1I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR3T2I1AccDevNEConn       Unsigned32,
    aGCPBXLineR3T2I2AccDevNetwkElement DisplayString,
    aGCPBXLineR3T2I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR3T2I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR3T2I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR3AccessLineNum          Unsigned32,
    aGCPBXLineR3I1ISDNInterfaceNEConn  Unsigned32,
    aGCPBXLineR3I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCPBXLineR3I3ISDNInterfaceCFSIx   Unsigned32,
    aGCPBXLineR3I4ISDNInterfaceISDNIx  Unsigned32,
    aGCPBXLineR3I5ISDNInterfacePRIIx   Unsigned32,
    aGCPBXLineR3ISDNDefBearerCapabilities
                                       BITS,
    aGCPBXLineR3SignalFunctionCode     INTEGER,
    aGCPBXLineR3LineUsage              INTEGER,
    aGCPBXLineR3GR303NailedUpConn      INTEGER,
    aGCPBXLineR3GR303DialType          INTEGER,
    aGCPBXLineR3FSKFormat              INTEGER,
    aGCPBXLineR3LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCPBXLineR3PBXPlaysRingback       INTEGER,
    aGCPBXLineR3PBXPlaysDialtone       INTEGER,
    aGCPBXLineR3DiagsLogLvl            INTEGER,
    aGCPBXLineR3DiagsAPITraceEnabled   INTEGER,
    aGCPBXLineR3DiagsAPITraceTag       DisplayString,
    aGCPBXLineR3DiagsAPITraceRemNum    DisplayString,
    aGCPBXLineR3AlrmState              INTEGER,
    aGCPBXLineR3AlrmLogCorr            Counter64,
    aGCPBXLineR3AddtlAlrmLogCorr       Counter64,
    aGCPBXLineR3AlrmEvtsAttnRq         Unsigned32,
    aGCPBXLineR3AlrmEvtsAtndDp         Unsigned32,
    aGCPBXLineR3AlrmStateTimestamp     Unsigned32,
    aGCPBXLineR3RowStatus              RowStatus,
    aGCPBXLineR3SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCPBXLineR3SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCPBXLineR3SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER
  }

  aGCPBXLineR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXLineR3Entry  1 }

  aGCPBXLineR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXLineR3Entry  2 }

  aGCPBXLineR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXLineR3Entry  3 }

  aGCPBXLineR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXLineR3Entry  4 }

  aGCPBXLineR3TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { aGCPBXLineR3Entry  5 }

  aGCPBXLineR3SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXLineR3Entry  6 }

  aGCPBXLineR3PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { aGCPBXLineR3Entry  7 }

  aGCPBXLineR3T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR3Entry  8 }

  aGCPBXLineR3T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR3Entry  9 }

  aGCPBXLineR3T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR3Entry  10 }

  aGCPBXLineR3T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR3Entry  11 }

  aGCPBXLineR3T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR3Entry  12 }

  aGCPBXLineR3T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR3Entry  13 }

  aGCPBXLineR3T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR3Entry  14 }

  aGCPBXLineR3T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR3Entry  15 }

  aGCPBXLineR3T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  16 }

  aGCPBXLineR3T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  17 }

  aGCPBXLineR3T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  18 }

  aGCPBXLineR3T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  19 }

  aGCPBXLineR3T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  20 }

  aGCPBXLineR3T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  21 }

  aGCPBXLineR3T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  22 }

  aGCPBXLineR3T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  23 }

  aGCPBXLineR3T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  24 }

  aGCPBXLineR3T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR3Entry  25 }

  aGCPBXLineR3AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCPBXLineR3Entry  26 }

  aGCPBXLineR3I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR3Entry  27 }

  aGCPBXLineR3I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR3Entry  28 }

  aGCPBXLineR3I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR3Entry  29 }

  aGCPBXLineR3I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR3Entry  30 }

  aGCPBXLineR3I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR3Entry  31 }

  aGCPBXLineR3ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCPBXLineR3Entry  32 }

  aGCPBXLineR3SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCPBXLineR3Entry  33 }

  aGCPBXLineR3LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCPBXLineR3Entry  34 }

  aGCPBXLineR3GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXLineR3Entry  35 }

  aGCPBXLineR3GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCPBXLineR3Entry  36 }

  aGCPBXLineR3FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCPBXLineR3Entry  37 }

  aGCPBXLineR3LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXLineR3Entry  38 }

  aGCPBXLineR3PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { aGCPBXLineR3Entry  39 }

  aGCPBXLineR3PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { aGCPBXLineR3Entry  40 }

  aGCPBXLineR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXLineR3Entry  41 }

  aGCPBXLineR3DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXLineR3Entry  42 }

  aGCPBXLineR3DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXLineR3Entry  43 }

  aGCPBXLineR3DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXLineR3Entry  44 }

  aGCPBXLineR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXLineR3Entry  45 }

  aGCPBXLineR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXLineR3Entry  46 }

  aGCPBXLineR3AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXLineR3Entry  47 }

  aGCPBXLineR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR3Entry  48 }

  aGCPBXLineR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR3Entry  49 }

  aGCPBXLineR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXLineR3Entry  50 }

  aGCPBXLineR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXLineR3Entry  51 }

  aGCPBXLineR3SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXLineR3Entry  52 }

  aGCPBXLineR3SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXLineR3Entry  53 }

  aGCPBXLineR3SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXLineR3Entry  54 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 DS0 Termination'                               */
-- /* Valid from: 9.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  dS1OverDS3DS0TermR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OverDS3DS0TermR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'DS1 Over DS3 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2512 }

  dS1OverDS3DS0TermR6Entry OBJECT-TYPE
    SYNTAX       DS1OverDS3DS0TermR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OverDS3DS0TermR6NEConn,
             dS1OverDS3DS0TermR6NetwkElement,
             dS1OverDS3DS0TermR6MediaGatewayIx,
             dS1OverDS3DS0TermR6CtrlerIx,
             dS1OverDS3DS0TermR6SlotNum,
             dS1OverDS3DS0TermR6PhysDS3PortName,
             dS1OverDS3DS0TermR6DS1OverDS3PortName,
             dS1OverDS3DS0TermR6Timeslot }
    ::= {  dS1OverDS3DS0TermR6Table  1  }

  DS1OverDS3DS0TermR6Entry  ::=  SEQUENCE
  {
    dS1OverDS3DS0TermR6NEConn          Unsigned32,
    dS1OverDS3DS0TermR6NetwkElement    DisplayString,
    dS1OverDS3DS0TermR6MediaGatewayIx  Unsigned32,
    dS1OverDS3DS0TermR6CtrlerIx        INTEGER,
    dS1OverDS3DS0TermR6SlotNum         INTEGER,
    dS1OverDS3DS0TermR6PhysDS3PortName INTEGER,
    dS1OverDS3DS0TermR6DS1OverDS3PortName
                                       DisplayString,
    dS1OverDS3DS0TermR6Timeslot        Integer32,
    dS1OverDS3DS0TermR6InUseBy         INTEGER,
    dS1OverDS3DS0TermR6TnGenTestStatus INTEGER,
    dS1OverDS3DS0TermR6TnGenTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR6TnGenTestLvl    INTEGER,
    dS1OverDS3DS0TermR6TnDetTestStatus INTEGER,
    dS1OverDS3DS0TermR6TnDetTestTestFailLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR6TnDetTestLvl    INTEGER,
    dS1OverDS3DS0TermR6TnDetTestFreq   INTEGER,
    dS1OverDS3DS0TermR6AlrmState       INTEGER,
    dS1OverDS3DS0TermR6AlrmStateTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR6AlmEvtAtnRqLogCorr
                                       Counter64,
    dS1OverDS3DS0TermR6AlmEvtAtnRq     Integer32,
    dS1OverDS3DS0TermR6AlmEvtAtnRqResetTimestamp
                                       Unsigned32,
    dS1OverDS3DS0TermR6DoExtraActions  INTEGER
  }

  dS1OverDS3DS0TermR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  1 }

  dS1OverDS3DS0TermR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  2 }

  dS1OverDS3DS0TermR6MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  3 }

  dS1OverDS3DS0TermR6CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  4 }

  dS1OverDS3DS0TermR6SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  5 }

  dS1OverDS3DS0TermR6PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  6 }

  dS1OverDS3DS0TermR6DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  7 }

  dS1OverDS3DS0TermR6Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { dS1OverDS3DS0TermR6Entry  8 }

  dS1OverDS3DS0TermR6InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144),
                   nailedUpDS0(524288),
                   tR08(1048576)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { dS1OverDS3DS0TermR6Entry  9 }

  dS1OverDS3DS0TermR6TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { dS1OverDS3DS0TermR6Entry  10 }

  dS1OverDS3DS0TermR6TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR6Entry  11 }

  dS1OverDS3DS0TermR6TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { dS1OverDS3DS0TermR6Entry  12 }

  dS1OverDS3DS0TermR6TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { dS1OverDS3DS0TermR6Entry  13 }

  dS1OverDS3DS0TermR6TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { dS1OverDS3DS0TermR6Entry  14 }

  dS1OverDS3DS0TermR6TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { dS1OverDS3DS0TermR6Entry  15 }

  dS1OverDS3DS0TermR6TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { dS1OverDS3DS0TermR6Entry  16 }

  dS1OverDS3DS0TermR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OverDS3DS0TermR6Entry  17 }

  dS1OverDS3DS0TermR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OverDS3DS0TermR6Entry  18 }

  dS1OverDS3DS0TermR6AlmEvtAtnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { dS1OverDS3DS0TermR6Entry  19 }

  dS1OverDS3DS0TermR6AlmEvtAtnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OverDS3DS0TermR6Entry  20 }

  dS1OverDS3DS0TermR6AlmEvtAtnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { dS1OverDS3DS0TermR6Entry  21 }

  dS1OverDS3DS0TermR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OverDS3DS0TermR6Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS1 Over DS3 Port'                                          */
-- /* Valid from: 9.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  dS1OvrDS3PrtR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF DS1OvrDS3PrtR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS3 Port'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2513 }

  dS1OvrDS3PrtR13Entry OBJECT-TYPE
    SYNTAX       DS1OvrDS3PrtR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { dS1OvrDS3PrtR13NEConn,
             dS1OvrDS3PrtR13NetwkElement,
             dS1OvrDS3PrtR13MediaGatewayIx,
             dS1OvrDS3PrtR13CtrlerIx,
             dS1OvrDS3PrtR13SlotNum,
             dS1OvrDS3PrtR13PhysDS3PortName,
             dS1OvrDS3PrtR13DS1OverDS3PortName }
    ::= {  dS1OvrDS3PrtR13Table  1  }

  DS1OvrDS3PrtR13Entry  ::=  SEQUENCE
  {
    dS1OvrDS3PrtR13NEConn              Unsigned32,
    dS1OvrDS3PrtR13NetwkElement        DisplayString,
    dS1OvrDS3PrtR13MediaGatewayIx      Unsigned32,
    dS1OvrDS3PrtR13CtrlerIx            INTEGER,
    dS1OvrDS3PrtR13SlotNum             INTEGER,
    dS1OvrDS3PrtR13PhysDS3PortName     INTEGER,
    dS1OvrDS3PrtR13DS1OverDS3PortName  DisplayString,
    dS1OvrDS3PrtR13ChanNum             INTEGER,
    dS1OvrDS3PrtR13LineFraming         INTEGER,
    dS1OvrDS3PrtR13LineStatus          BITS,
    dS1OvrDS3PrtR13ClkRef              INTEGER,
    dS1OvrDS3PrtR13DS1Type             INTEGER,
    dS1OvrDS3PrtR13SupportedTerms      BITS,
    dS1OvrDS3PrtR13DeactivnMode        INTEGER,
    dS1OvrDS3PrtR13MaxDS0ChanIx        INTEGER,
    dS1OvrDS3PrtR13AlrmState           INTEGER,
    dS1OvrDS3PrtR13AlrmLogCorr         Counter64,
    dS1OvrDS3PrtR13AlrmEvtsAttnRq      Integer32,
    dS1OvrDS3PrtR13AlrmStateTimestamp  Unsigned32,
    dS1OvrDS3PrtR13AlrmResetTimestamp  Unsigned32,
    dS1OvrDS3PrtR13DiagsLogLvl         INTEGER,
    dS1OvrDS3PrtR13DiagsAPITraceEnabled
                                       INTEGER,
    dS1OvrDS3PrtR13DiagsAPITraceTag    DisplayString,
    dS1OvrDS3PrtR13DoExtraActions      INTEGER,
    dS1OvrDS3PrtR13RowStatus           RowStatus,
    dS1OvrDS3PrtR13AdminStatus         AdminStatus,
    dS1OvrDS3PrtR13OperStatus          OperStatus,
    dS1OvrDS3PrtR13PortName            DisplayString,
    dS1OvrDS3PrtR13I1MFProtProfNEConn  Unsigned32,
    dS1OvrDS3PrtR13I2MFProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR13I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR13I4MFProtProfProfIx  Unsigned32,
    dS1OvrDS3PrtR13BitErrRate          INTEGER,
    dS1OvrDS3PrtR13AddtlInfo           DisplayString,
    dS1OvrDS3PrtR13LoopbackLocalLoopbackStatus
                                       INTEGER,
    dS1OvrDS3PrtR13LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    dS1OvrDS3PrtR13LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    dS1OvrDS3PrtR13BERTRessTestRunning INTEGER,
    dS1OvrDS3PrtR13BERTRessTestPattnSynchronized
                                       INTEGER,
    dS1OvrDS3PrtR13BERTRessTotTestTime Unsigned32,
    dS1OvrDS3PrtR13BERTRessLossSynchronizationSecs
                                       Unsigned32,
    dS1OvrDS3PrtR13BERTRessLossSignalLOSSecs
                                       Unsigned32,
    dS1OvrDS3PrtR13BERTRessBitErrRate  DisplayString,
    dS1OvrDS3PrtR13BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    dS1OvrDS3PrtR13DirectT1CAS         INTEGER,
    dS1OvrDS3PrtR13I1CASProtProfNEConn Unsigned32,
    dS1OvrDS3PrtR13I2CASProtProfNetwkElement
                                       DisplayString,
    dS1OvrDS3PrtR13I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    dS1OvrDS3PrtR13I4CASProtProfProfIx Unsigned32,
    dS1OvrDS3PrtR13CASProtProfOtherVals
                                       INTEGER,
    dS1OvrDS3PrtR13DS0AlrmsAttnRq      Integer32,
    dS1OvrDS3PrtR13SummaryChldAlrmState
                                       INTEGER,
    dS1OvrDS3PrtR13FaultMonitoringLvl  INTEGER,
    dS1OvrDS3PrtR13I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    dS1OvrDS3PrtR13I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    dS1OvrDS3PrtR13I3FaultMonitoringProfFMPIx
                                       Integer32,
    dS1OvrDS3PrtR13FaultMonitoringProfOtherVals
                                       INTEGER
  }

  dS1OvrDS3PrtR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR13Entry  1 }

  dS1OvrDS3PrtR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR13Entry  2 }

  dS1OvrDS3PrtR13MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR13Entry  3 }

  dS1OvrDS3PrtR13CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR13Entry  4 }

  dS1OvrDS3PrtR13SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR13Entry  5 }

  dS1OvrDS3PrtR13PhysDS3PortName OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR13Entry  6 }

  dS1OvrDS3PrtR13DS1OverDS3PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Over DS3 Port Name'.
                  This is an index field."
    ::= { dS1OvrDS3PrtR13Entry  7 }

  dS1OvrDS3PrtR13ChanNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel number'.
                  This field is only writable during create."
    ::= { dS1OvrDS3PrtR13Entry  8 }

  dS1OvrDS3PrtR13LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { dS1OvrDS3PrtR13Entry  9 }

  dS1OvrDS3PrtR13LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { dS1OvrDS3PrtR13Entry  10 }

  dS1OvrDS3PrtR13ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { dS1OvrDS3PrtR13Entry  11 }

  dS1OvrDS3PrtR13DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { dS1OvrDS3PrtR13Entry  12 }

  dS1OvrDS3PrtR13SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { dS1OvrDS3PrtR13Entry  13 }

  dS1OvrDS3PrtR13DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { dS1OvrDS3PrtR13Entry  14 }

  dS1OvrDS3PrtR13MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { dS1OvrDS3PrtR13Entry  15 }

  dS1OvrDS3PrtR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { dS1OvrDS3PrtR13Entry  16 }

  dS1OvrDS3PrtR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { dS1OvrDS3PrtR13Entry  17 }

  dS1OvrDS3PrtR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { dS1OvrDS3PrtR13Entry  18 }

  dS1OvrDS3PrtR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { dS1OvrDS3PrtR13Entry  19 }

  dS1OvrDS3PrtR13AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { dS1OvrDS3PrtR13Entry  20 }

  dS1OvrDS3PrtR13DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { dS1OvrDS3PrtR13Entry  21 }

  dS1OvrDS3PrtR13DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR13Entry  22 }

  dS1OvrDS3PrtR13DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { dS1OvrDS3PrtR13Entry  23 }

  dS1OvrDS3PrtR13DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR13Entry  24 }

  dS1OvrDS3PrtR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { dS1OvrDS3PrtR13Entry  25 }

  dS1OvrDS3PrtR13AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR13Entry  26 }

  dS1OvrDS3PrtR13OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { dS1OvrDS3PrtR13Entry  27 }

  dS1OvrDS3PrtR13PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { dS1OvrDS3PrtR13Entry  29 }

  dS1OvrDS3PrtR13I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  30 }

  dS1OvrDS3PrtR13I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  31 }

  dS1OvrDS3PrtR13I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  32 }

  dS1OvrDS3PrtR13I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  33 }

  dS1OvrDS3PrtR13BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { dS1OvrDS3PrtR13Entry  34 }

  dS1OvrDS3PrtR13AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { dS1OvrDS3PrtR13Entry  35 }

  dS1OvrDS3PrtR13LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { dS1OvrDS3PrtR13Entry  36 }

  dS1OvrDS3PrtR13LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { dS1OvrDS3PrtR13Entry  37 }

  dS1OvrDS3PrtR13LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { dS1OvrDS3PrtR13Entry  38 }

  dS1OvrDS3PrtR13BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { dS1OvrDS3PrtR13Entry  39 }

  dS1OvrDS3PrtR13BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { dS1OvrDS3PrtR13Entry  40 }

  dS1OvrDS3PrtR13BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { dS1OvrDS3PrtR13Entry  41 }

  dS1OvrDS3PrtR13BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { dS1OvrDS3PrtR13Entry  42 }

  dS1OvrDS3PrtR13BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { dS1OvrDS3PrtR13Entry  43 }

  dS1OvrDS3PrtR13BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { dS1OvrDS3PrtR13Entry  44 }

  dS1OvrDS3PrtR13BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { dS1OvrDS3PrtR13Entry  45 }

  dS1OvrDS3PrtR13DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { dS1OvrDS3PrtR13Entry  46 }

  dS1OvrDS3PrtR13I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  47 }

  dS1OvrDS3PrtR13I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  48 }

  dS1OvrDS3PrtR13I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  49 }

  dS1OvrDS3PrtR13I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  50 }

  dS1OvrDS3PrtR13CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR13Entry  51 }

  dS1OvrDS3PrtR13DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { dS1OvrDS3PrtR13Entry  53 }

  dS1OvrDS3PrtR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { dS1OvrDS3PrtR13Entry  55 }

  dS1OvrDS3PrtR13FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { dS1OvrDS3PrtR13Entry  56 }

  dS1OvrDS3PrtR13I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  57 }

  dS1OvrDS3PrtR13I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  58 }

  dS1OvrDS3PrtR13I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { dS1OvrDS3PrtR13Entry  59 }

  dS1OvrDS3PrtR13FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { dS1OvrDS3PrtR13Entry  60 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DS0 Termination'                                            */
-- /* Valid from: 9.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  physDS1DS0TermR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1DS0TermR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Physical DS1 Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2514 }

  physDS1DS0TermR6Entry OBJECT-TYPE
    SYNTAX       PhysDS1DS0TermR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1DS0TermR6NEConn,
             physDS1DS0TermR6NetwkElement,
             physDS1DS0TermR6MediaGatewayIx,
             physDS1DS0TermR6CtrlerIx,
             physDS1DS0TermR6SlotNum,
             physDS1DS0TermR6PhysDS1PortName,
             physDS1DS0TermR6Timeslot }
    ::= {  physDS1DS0TermR6Table  1  }

  PhysDS1DS0TermR6Entry  ::=  SEQUENCE
  {
    physDS1DS0TermR6NEConn             Unsigned32,
    physDS1DS0TermR6NetwkElement       DisplayString,
    physDS1DS0TermR6MediaGatewayIx     Unsigned32,
    physDS1DS0TermR6CtrlerIx           INTEGER,
    physDS1DS0TermR6SlotNum            INTEGER,
    physDS1DS0TermR6PhysDS1PortName    DisplayString,
    physDS1DS0TermR6Timeslot           Integer32,
    physDS1DS0TermR6InUseBy            INTEGER,
    physDS1DS0TermR6TnGenTestStatus    INTEGER,
    physDS1DS0TermR6TnGenTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR6TnGenTestLvl       INTEGER,
    physDS1DS0TermR6TnDetTestStatus    INTEGER,
    physDS1DS0TermR6TnDetTestTestFailLogCorr
                                       Counter64,
    physDS1DS0TermR6TnDetTestLvl       INTEGER,
    physDS1DS0TermR6TnDetTestFreq      INTEGER,
    physDS1DS0TermR6AlrmState          INTEGER,
    physDS1DS0TermR6AlrmStateTimestamp Unsigned32,
    physDS1DS0TermR6AlrmEvtsAttnRqLogCorr
                                       Counter64,
    physDS1DS0TermR6AlrmEvtsAttnRq     Integer32,
    physDS1DS0TermR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    physDS1DS0TermR6DoExtraActions     INTEGER
  }

  physDS1DS0TermR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1DS0TermR6Entry  1 }

  physDS1DS0TermR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1DS0TermR6Entry  2 }

  physDS1DS0TermR6MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1DS0TermR6Entry  3 }

  physDS1DS0TermR6CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1DS0TermR6Entry  4 }

  physDS1DS0TermR6SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1DS0TermR6Entry  5 }

  physDS1DS0TermR6PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1DS0TermR6Entry  6 }

  physDS1DS0TermR6Timeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timeslot'.
                  This is an index field."
    ::= { physDS1DS0TermR6Entry  7 }

  physDS1DS0TermR6InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   line(2),
                   mF(4),
                   mTP2(8),
                   iVR(16),
                   aTM(32),
                   bITS(64),
                   iADManagement(128),
                   eAndM(256),
                   gR303(512),
                   gR303Control(1024),
                   rTP(2048),
                   lAPD(4096),
                   iSDN(8192),
                   clearChannel(32768),
                   diagnostics(65536),
                   v52(131072),
                   v52Control(262144),
                   nailedUpDS0(524288),
                   tR08(1048576)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { physDS1DS0TermR6Entry  8 }

  physDS1DS0TermR6TnGenTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   generatingTone(1),
                   noTestInProgress(2),
                   lastToneGenerationFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - status'."
    ::= { physDS1DS0TermR6Entry  9 }

  physDS1DS0TermR6TnGenTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone generation test - test failure log correlator'."
    ::= { physDS1DS0TermR6Entry  10 }

  physDS1DS0TermR6TnGenTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -16..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone generation test - level'."
    DEFVAL       { -16 }
    ::= { physDS1DS0TermR6Entry  11 }

  physDS1DS0TermR6TnDetTestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   toneDetected(1),
                   waitingForTone(2),
                   noTestInProgress(3),
                   lastToneDetectionTestFailed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - status'."
    ::= { physDS1DS0TermR6Entry  12 }

  physDS1DS0TermR6TnDetTestTestFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Tone detection test - test failure log correlator'."
    ::= { physDS1DS0TermR6Entry  13 }

  physDS1DS0TermR6TnDetTestLvl OBJECT-TYPE
    SYNTAX       INTEGER ( -45..0 )
    UNITS        "dBm"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - level'."
    ::= { physDS1DS0TermR6Entry  14 }

  physDS1DS0TermR6TnDetTestFreq OBJECT-TYPE
    SYNTAX       INTEGER ( 981..1023 )
    UNITS        "Hz"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tone detection test - frequency'."
    ::= { physDS1DS0TermR6Entry  15 }

  physDS1DS0TermR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1DS0TermR6Entry  16 }

  physDS1DS0TermR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1DS0TermR6Entry  17 }

  physDS1DS0TermR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { physDS1DS0TermR6Entry  18 }

  physDS1DS0TermR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1DS0TermR6Entry  19 }

  physDS1DS0TermR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { physDS1DS0TermR6Entry  20 }

  physDS1DS0TermR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startDS0TestToneGeneration(1),
                   stopDS0TestToneGeneration(2),
                   startDS0TestToneDetection(3),
                   stopDS0TestToneDetection(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1DS0TermR6Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Physical DS1 Port'                                          */
-- /* Valid from: 9.4                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  physDS1PortR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PhysDS1PortR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Adaptor'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2515 }

  physDS1PortR14Entry OBJECT-TYPE
    SYNTAX       PhysDS1PortR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { physDS1PortR14NEConn,
             physDS1PortR14NetwkElement,
             physDS1PortR14MediaGatewayIx,
             physDS1PortR14CtrlerIx,
             physDS1PortR14SlotNum,
             physDS1PortR14PhysDS1PortName }
    ::= {  physDS1PortR14Table  1  }

  PhysDS1PortR14Entry  ::=  SEQUENCE
  {
    physDS1PortR14NEConn               Unsigned32,
    physDS1PortR14NetwkElement         DisplayString,
    physDS1PortR14MediaGatewayIx       Unsigned32,
    physDS1PortR14CtrlerIx             INTEGER,
    physDS1PortR14SlotNum              INTEGER,
    physDS1PortR14PhysDS1PortName      DisplayString,
    physDS1PortR14PhysEncoding         INTEGER,
    physDS1PortR14LineFraming          INTEGER,
    physDS1PortR14LineLen              INTEGER,
    physDS1PortR14LineClking           INTEGER,
    physDS1PortR14LineStatus           BITS,
    physDS1PortR14ClkRef               INTEGER,
    physDS1PortR14DS1Type              INTEGER,
    physDS1PortR14SupportedTerms       BITS,
    physDS1PortR14DeactivnMode         INTEGER,
    physDS1PortR14MaxDS0ChanIx         INTEGER,
    physDS1PortR14AlrmState            INTEGER,
    physDS1PortR14AlrmLogCorr          Counter64,
    physDS1PortR14AlrmEvtsAttnRq       Integer32,
    physDS1PortR14AlrmStateTimestamp   Unsigned32,
    physDS1PortR14AlrmResetTimestamp   Unsigned32,
    physDS1PortR14DiagsLogLvl          INTEGER,
    physDS1PortR14DiagsAPITraceEnabled INTEGER,
    physDS1PortR14DiagsAPITraceTag     DisplayString,
    physDS1PortR14DoExtraActions       INTEGER,
    physDS1PortR14RowStatus            RowStatus,
    physDS1PortR14AdminStatus          AdminStatus,
    physDS1PortR14OperStatus           OperStatus,
    physDS1PortR14PhysDS1PortNum       INTEGER,
    physDS1PortR14AvailUses            BITS,
    physDS1PortR14PortName             DisplayString,
    physDS1PortR14I1MFProtProfNEConn   Unsigned32,
    physDS1PortR14I2MFProtProfNetwkElement
                                       DisplayString,
    physDS1PortR14I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR14I4MFProtProfProfIx   Unsigned32,
    physDS1PortR14AddtlInfo            DisplayString,
    physDS1PortR14BitErrRate           INTEGER,
    physDS1PortR14LoopbackLocalLoopbackStatus
                                       INTEGER,
    physDS1PortR14LoopbackFarEndLoopbackRequestStatus
                                       INTEGER,
    physDS1PortR14LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    physDS1PortR14BERTRessTestRunning  INTEGER,
    physDS1PortR14BERTRessTestPattnSynchronized
                                       INTEGER,
    physDS1PortR14BERTRessTotTestTime  Unsigned32,
    physDS1PortR14BERTRessLossSynchronizationSecs
                                       Unsigned32,
    physDS1PortR14BERTRessLossSignalLOSSecs
                                       Unsigned32,
    physDS1PortR14BERTRessBitErrRate   DisplayString,
    physDS1PortR14BERTRessMaxIntervalBitErrRate
                                       DisplayString,
    physDS1PortR14DirectT1CAS          INTEGER,
    physDS1PortR14QualifiedAsUsableRef INTEGER,
    physDS1PortR14I1CASProtProfNEConn  Unsigned32,
    physDS1PortR14I2CASProtProfNetwkElement
                                       DisplayString,
    physDS1PortR14I3CASProtProfMediaGatewayIx
                                       Unsigned32,
    physDS1PortR14I4CASProtProfProfIx  Unsigned32,
    physDS1PortR14CASProtProfOtherVals INTEGER,
    physDS1PortR14DS0AlrmsAttnRq       Integer32,
    physDS1PortR14SummaryChldAlrmState INTEGER,
    physDS1PortR14FaultMonitoringLvl   INTEGER,
    physDS1PortR14I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    physDS1PortR14I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    physDS1PortR14I3FaultMonitoringProfFMPIx
                                       Integer32,
    physDS1PortR14FaultMonitoringProfOtherVals
                                       INTEGER
  }

  physDS1PortR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { physDS1PortR14Entry  1 }

  physDS1PortR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { physDS1PortR14Entry  2 }

  physDS1PortR14MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { physDS1PortR14Entry  3 }

  physDS1PortR14CtrlerIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..8 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { physDS1PortR14Entry  4 }

  physDS1PortR14SlotNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..99 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Slot number'.
                  This is an index field."
    ::= { physDS1PortR14Entry  5 }

  physDS1PortR14PhysDS1PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..16))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical DS1 Port Name'.
                  This is an index field."
    ::= { physDS1PortR14Entry  6 }

  physDS1PortR14PhysEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   b8ZST1Only(1),
                   aMI(2),
                   hDB3E1Only(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Physical encoding'.
                  This field is not writable when active."
    ::= { physDS1PortR14Entry  7 }

  physDS1PortR14LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   d4T1Only(1),
                   d4MFT1Only(2),
                   eSFT1Only(3),
                   eSFMFT1Only(4),
                   e1E1Only(5),
                   e1CRCE1Only(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line framing'.
                  This field is not writable when active."
    ::= { physDS1PortR14Entry  8 }

  physDS1PortR14LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   between133And266ftEquivTo40To80m(2),
                   between266And399ftEquivTo40To120m(3),
                   between399And533ftEquivTo120To160m(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { physDS1PortR14Entry  9 }

  physDS1PortR14LineClking OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   loop(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line clocking'.
                  This field is not writable when active."
    DEFVAL       { loop }
    ::= { physDS1PortR14Entry  10 }

  physDS1PortR14LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { physDS1PortR14Entry  11 }

  physDS1PortR14ClkRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   yes(2),
                   bITS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Clock reference'.
                  This field is not writable when active."
    DEFVAL       { no }
    ::= { physDS1PortR14Entry  12 }

  physDS1PortR14DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1(1),
                   e1(2),
                   notSet(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { physDS1PortR14Entry  13 }

  physDS1PortR14SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { physDS1PortR14Entry  14 }

  physDS1PortR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { physDS1PortR14Entry  15 }

  physDS1PortR14MaxDS0ChanIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   hmMaxDs0IndexT1(24),
                   hmMaxDs0IndexE1(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max DS0 Channel Index'."
    ::= { physDS1PortR14Entry  16 }

  physDS1PortR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { physDS1PortR14Entry  17 }

  physDS1PortR14AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { physDS1PortR14Entry  18 }

  physDS1PortR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { physDS1PortR14Entry  19 }

  physDS1PortR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { physDS1PortR14Entry  20 }

  physDS1PortR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { physDS1PortR14Entry  21 }

  physDS1PortR14DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { physDS1PortR14Entry  22 }

  physDS1PortR14DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { physDS1PortR14Entry  23 }

  physDS1PortR14DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { physDS1PortR14Entry  24 }

  physDS1PortR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   startLocalLineLoopback(1),
                   stopLocalLineLoopback(2),
                   startFarendLineLoopback(3),
                   stopFarendLineLoopback(4),
                   startBERT(5),
                   stopBERT(6),
                   resetStatistics(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR14Entry  25 }

  physDS1PortR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { physDS1PortR14Entry  26 }

  physDS1PortR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR14Entry  27 }

  physDS1PortR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { physDS1PortR14Entry  28 }

  physDS1PortR14PhysDS1PortNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This field is only writable during create."
    ::= { physDS1PortR14Entry  31 }

  physDS1PortR14AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { physDS1PortR14Entry  32 }

  physDS1PortR14PortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'."
    ::= { physDS1PortR14Entry  33 }

  physDS1PortR14I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR14Entry  34 }

  physDS1PortR14I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR14Entry  35 }

  physDS1PortR14I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR14Entry  36 }

  physDS1PortR14I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { physDS1PortR14Entry  37 }

  physDS1PortR14AddtlInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional information'."
    ::= { physDS1PortR14Entry  38 }

  physDS1PortR14BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicableLineOutOfService(1),
                   bERBeingCalculatedFigureAvailableShortly(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104MoreAccuracyNotYetAvailable(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105MoreAccuracyNotYetAvailable(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106MoreAccuracyNotYetAvailable(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107MoreAccuracyNotYetAvailable(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { physDS1PortR14Entry  39 }

  physDS1PortR14LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { physDS1PortR14Entry  40 }

  physDS1PortR14LoopbackFarEndLoopbackRequestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingLineLoopback(2),
                   requestForLineLoopbackSucceeded(3),
                   requestForLineLoopbackFailed(4),
                   requestingLineLoopbackDeactivation(5),
                   requestForLineLoopbackDeactivationFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { physDS1PortR14Entry  41 }

  physDS1PortR14LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { physDS1PortR14Entry  42 }

  physDS1PortR14BERTRessTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test running'."
    ::= { physDS1PortR14Entry  43 }

  physDS1PortR14BERTRessTestPattnSynchronized OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - test pattern synchronized'."
    ::= { physDS1PortR14Entry  44 }

  physDS1PortR14BERTRessTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - total test time'."
    ::= { physDS1PortR14Entry  45 }

  physDS1PortR14BERTRessLossSynchronizationSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of synchronization seconds'."
    ::= { physDS1PortR14Entry  46 }

  physDS1PortR14BERTRessLossSignalLOSSecs OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - loss of signal (LOS) seconds'."
    ::= { physDS1PortR14Entry  47 }

  physDS1PortR14BERTRessBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - Bit Error Rate'."
    ::= { physDS1PortR14Entry  48 }

  physDS1PortR14BERTRessMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bit Error Rate Test (BERT) results - maximum interval Bit Error Rate'."
    ::= { physDS1PortR14Entry  49 }

  physDS1PortR14DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { physDS1PortR14Entry  50 }

  physDS1PortR14QualifiedAsUsableRef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Qualified as usable reference'."
    ::= { physDS1PortR14Entry  51 }

  physDS1PortR14I1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR14Entry  52 }

  physDS1PortR14I2CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR14Entry  53 }

  physDS1PortR14I3CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR14Entry  54 }

  physDS1PortR14I4CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { physDS1PortR14Entry  55 }

  physDS1PortR14CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR14Entry  56 }

  physDS1PortR14DS0AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS0 Attention Required alarms'."
    ::= { physDS1PortR14Entry  58 }

  physDS1PortR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { physDS1PortR14Entry  60 }

  physDS1PortR14FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { physDS1PortR14Entry  61 }

  physDS1PortR14I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR14Entry  62 }

  physDS1PortR14I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR14Entry  63 }

  physDS1PortR14I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { physDS1PortR14Entry  64 }

  physDS1PortR14FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { physDS1PortR14Entry  65 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  indLineR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2516 }

  indLineR27Entry OBJECT-TYPE
    SYNTAX       IndLineR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR27NEConn,
             indLineR27NetwkElement,
             indLineR27CFSIx,
             indLineR27DirNum }
    ::= {  indLineR27Table  1  }

  IndLineR27Entry  ::=  SEQUENCE
  {
    indLineR27NEConn                   Unsigned32,
    indLineR27NetwkElement             DisplayString,
    indLineR27CFSIx                    Unsigned32,
    indLineR27DirNum                   DisplayString,
    indLineR27PresNum                  DisplayString,
    indLineR27ClgPartyNum              DisplayString,
    indLineR27I1SubGpNEConn            Unsigned32,
    indLineR27I2SubGpNetwkElement      DisplayString,
    indLineR27I3SubGpCFSIx             Unsigned32,
    indLineR27I4SubGpSubGpIx           Unsigned32,
    indLineR27NumStatus                INTEGER,
    indLineR27T1I1AccDevNEConn         Unsigned32,
    indLineR27T1I2AccDevNetwkElement   DisplayString,
    indLineR27T1I3AccDevCFSIx          Unsigned32,
    indLineR27T1I4AccDevGatewayIx      Unsigned32,
    indLineR27T1I5AccDevDeviceIx       Unsigned32,
    indLineR27T2I1AccDevNEConn         Unsigned32,
    indLineR27T2I2AccDevNetwkElement   DisplayString,
    indLineR27T2I3AccDevCFSIx          Unsigned32,
    indLineR27T2I4AccDevGatewayIx      Unsigned32,
    indLineR27T2I5AccDevDeviceIx       Unsigned32,
    indLineR27AccessLineNum            Unsigned32,
    indLineR27PortedExchangeID         DisplayString,
    indLineR27SignalFunctionCode       INTEGER,
    indLineR27LineUsage                INTEGER,
    indLineR27FSKFormat                INTEGER,
    indLineR27PIN                      DisplayString,
    indLineR27Locale                   INTEGER,
    indLineR27LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR27DigitMaskingReqd         INTEGER,
    indLineR27OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR27OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR27OrigingFacilityMarksADC  INTEGER,
    indLineR27TermFacilityMarksServInterception
                                       INTEGER,
    indLineR27TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR27ActYear                  Unsigned32,
    indLineR27ActMonth                 Unsigned32,
    indLineR27ActDate                  Unsigned32,
    indLineR27LastInCallClgType        INTEGER,
    indLineR27LastInCallUniqueNum      INTEGER,
    indLineR27LastInCallClgNum         DisplayString,
    indLineR27LastInCallClgPresNum     DisplayString,
    indLineR27LastInCallTimeCall       Unsigned32,
    indLineR27LastInCallCallerWaited   INTEGER,
    indLineR27LastInCallCallAnswrd     INTEGER,
    indLineR27LastInCallCallTraced     INTEGER,
    indLineR27AlrmState                INTEGER,
    indLineR27AlrmLogCorr              Counter64,
    indLineR27AddtlAlrmLogCorr         Counter64,
    indLineR27AlrmEvtsAttnRq           Unsigned32,
    indLineR27AlrmEvtsAtndDp           Unsigned32,
    indLineR27AlrmStateTimestamp       Unsigned32,
    indLineR27ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR27ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR27ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR27ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR27DiagsLogLvl              INTEGER,
    indLineR27DiagsAPITraceEnabled     INTEGER,
    indLineR27DiagsAPITraceTag         DisplayString,
    indLineR27DiagsAPITraceRemNum      DisplayString,
    indLineR27SummaryChldAlrmState     INTEGER,
    indLineR27RowStatus                RowStatus,
    indLineR27ExportNumObjectsExported Integer32,
    indLineR27ExportStatus             DisplayString,
    indLineR27ExportFile               DisplayString,
    indLineR27ExportCorr               Counter64,
    indLineR27ExportCorrNode           DisplayString,
    indLineR27ExportCorrUID            DisplayString,
    indLineR27DoExtraActions           INTEGER,
    indLineR27MovedToDirNum            DisplayString,
    indLineR27CustInfo                 DisplayString,
    indLineR27SigType                  INTEGER,
    indLineR27I1ISDNInterfaceNEConn    Unsigned32,
    indLineR27I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR27I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR27I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR27I5ISDNInterfacePRIIx     Unsigned32,
    indLineR27ISDNDefBearerCapabilities
                                       BITS,
    indLineR27DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR27SIPUserName              DisplayString,
    indLineR27SIPDomainName            DisplayString,
    indLineR27UseStaticNATMapping      INTEGER,
    indLineR27SIPRegistrationStatus    INTEGER,
    indLineR27SIPAuthenticationReqd    INTEGER,
    indLineR27NewSIPPassword           DisplayString,
    indLineR27ConfirmNewSIPPassword    DisplayString,
    indLineR27ServSuspended            INTEGER,
    indLineR27GR303NailedUpConn        INTEGER,
    indLineR27TSL                      INTEGER,
    indLineR27CustInfo2                DisplayString,
    indLineR27CustInfo3                DisplayString,
    indLineR27CustInfo4                DisplayString,
    indLineR27CustInfo5                DisplayString,
    indLineR27CustInfo6                DisplayString,
    indLineR27PrimaryLineDirNum        DisplayString,
    indLineR27RingPattnRO              INTEGER,
    indLineR27RecentlyMovedFromOldNum  INTEGER,
    indLineR27MovedFromDirNum          DisplayString,
    indLineR27ConnectCallAfterAnnounce INTEGER,
    indLineR27ChargeNum                DisplayString,
    indLineR27I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR27I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR27I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR27I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR27PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR27GR303DialType            INTEGER,
    indLineR27LastOutCallCldType       INTEGER,
    indLineR27LastOutCallCldNum        DisplayString,
    indLineR27LastOutCallNumPres       INTEGER,
    indLineR27LastOutCallCallType      INTEGER,
    indLineR27LastOutCallDirectDialed  INTEGER,
    indLineR27LastOutCallCarr          DisplayString,
    indLineR27I1PerProfNEConn          Unsigned32,
    indLineR27I2PerProfNetwkElement    DisplayString,
    indLineR27I3PerProfCFSIx           Unsigned32,
    indLineR27I4PerProfGpIx            Unsigned32,
    indLineR27InUseBy                  INTEGER,
    indLineR27UseDNIdentification      INTEGER,
    indLineR27SDActTimezone            INTEGER,
    indLineR27SDDefTimezone            INTEGER,
    indLineR27SDUseDefTimezone         INTEGER,
    indLineR27SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR27SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR27SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR27SDActMaxCallAppearances  Unsigned32,
    indLineR27SDDefMaxCallAppearances  Unsigned32,
    indLineR27SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR27SDActLongDistanceCarr    DisplayString,
    indLineR27SDDefLongDistanceCarr    DisplayString,
    indLineR27SDUseDefLongDistanceCarr INTEGER,
    indLineR27SDActIntraLATACarr       DisplayString,
    indLineR27SDDefIntraLATACarr       DisplayString,
    indLineR27SDUseDefIntraLATACarr    INTEGER,
    indLineR27SDActRtgAttrs            BITS,
    indLineR27SDDefRtgAttrs            BITS,
    indLineR27SDUseDefRtgAttrs         INTEGER,
    indLineR27SDActBillType            INTEGER,
    indLineR27SDDefBillType            INTEGER,
    indLineR27SDUseDefBillType         INTEGER,
    indLineR27SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR27SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR27SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR27SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR27SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR27SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR27SDActTariffGp            INTEGER,
    indLineR27SDDefTariffGp            INTEGER,
    indLineR27SDUseDefTariffGp         INTEGER,
    indLineR27SDActLCC1                INTEGER,
    indLineR27SDDefLCC1                INTEGER,
    indLineR27SDUseDefLCC1             INTEGER,
    indLineR27SDActLCC2                INTEGER,
    indLineR27SDDefLCC2                INTEGER,
    indLineR27SDUseDefLCC2             INTEGER,
    indLineR27SDActLCC3                INTEGER,
    indLineR27SDDefLCC3                INTEGER,
    indLineR27SDUseDefLCC3             INTEGER,
    indLineR27SDActLCC4                INTEGER,
    indLineR27SDDefLCC4                INTEGER,
    indLineR27SDUseDefLCC4             INTEGER,
    indLineR27SDActLCC5                INTEGER,
    indLineR27SDDefLCC5                INTEGER,
    indLineR27SDUseDefLCC5             INTEGER,
    indLineR27SDActForceLNPLookup      INTEGER,
    indLineR27SDDefForceLNPLookup      INTEGER,
    indLineR27SDUseDefForceLNPLookup   INTEGER,
    indLineR27SDActIntnatlCarr         DisplayString,
    indLineR27SDDefIntnatlCarr         DisplayString,
    indLineR27SDUseDefIntnatlCarr      INTEGER,
    indLineR27LineTrafficStudy         INTEGER,
    indLineR27CallListsMissedCalls     LongDisplayString,
    indLineR27CallListsAnswrdCalls     LongDisplayString,
    indLineR27CallListsDialedCalls     LongDisplayString,
    indLineR27EnabledDate              Unsigned32,
    indLineR27SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR27SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR27SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR27SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR27SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR27SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR27SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR27SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR27SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR27SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR27SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR27SDActLCC6                INTEGER,
    indLineR27SDDefLCC6                INTEGER,
    indLineR27SDUseDefLCC6             INTEGER,
    indLineR27SDActLCC7                INTEGER,
    indLineR27SDDefLCC7                INTEGER,
    indLineR27SDUseDefLCC7             INTEGER,
    indLineR27SDActLCC8                INTEGER,
    indLineR27SDDefLCC8                INTEGER,
    indLineR27SDUseDefLCC8             INTEGER,
    indLineR27SDActLCC9                INTEGER,
    indLineR27SDDefLCC9                INTEGER,
    indLineR27SDUseDefLCC9             INTEGER,
    indLineR27SDActLCC10               INTEGER,
    indLineR27SDDefLCC10               INTEGER,
    indLineR27SDUseDefLCC10            INTEGER,
    indLineR27SDActLCC11               INTEGER,
    indLineR27SDDefLCC11               INTEGER,
    indLineR27SDUseDefLCC11            INTEGER,
    indLineR27SDActLCC12               INTEGER,
    indLineR27SDDefLCC12               INTEGER,
    indLineR27SDUseDefLCC12            INTEGER,
    indLineR27SDActLCC13               INTEGER,
    indLineR27SDDefLCC13               INTEGER,
    indLineR27SDUseDefLCC13            INTEGER,
    indLineR27SDActLCC14               INTEGER,
    indLineR27SDDefLCC14               INTEGER,
    indLineR27SDUseDefLCC14            INTEGER,
    indLineR27SDActLCC15               INTEGER,
    indLineR27SDDefLCC15               INTEGER,
    indLineR27SDUseDefLCC15            INTEGER,
    indLineR27SDActLCC16               INTEGER,
    indLineR27SDDefLCC16               INTEGER,
    indLineR27SDUseDefLCC16            INTEGER,
    indLineR27SDActLCC17               INTEGER,
    indLineR27SDDefLCC17               INTEGER,
    indLineR27SDUseDefLCC17            INTEGER,
    indLineR27SDActLCC18               INTEGER,
    indLineR27SDDefLCC18               INTEGER,
    indLineR27SDUseDefLCC18            INTEGER,
    indLineR27SDActLCC19               INTEGER,
    indLineR27SDDefLCC19               INTEGER,
    indLineR27SDUseDefLCC19            INTEGER,
    indLineR27SDActLCC20               INTEGER,
    indLineR27SDDefLCC20               INTEGER,
    indLineR27SDUseDefLCC20            INTEGER,
    indLineR27T1I1GatewayNEConn        Unsigned32,
    indLineR27T1I2GatewayNetwkElement  DisplayString,
    indLineR27T1I3GatewayCFSIx         Unsigned32,
    indLineR27T1I4GatewayGatewayIx     Unsigned32,
    indLineR27T2I1GatewayNEConn        Unsigned32,
    indLineR27T2I2GatewayNetwkElement  DisplayString,
    indLineR27T2I3GatewayCFSIx         Unsigned32,
    indLineR27T2I4GatewayGatewayIx     Unsigned32,
    indLineR27SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR27SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR27SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR27SDActVQMCallLogging      INTEGER,
    indLineR27SDDefVQMCallLogging      INTEGER,
    indLineR27SDUseDefVQMCallLogging   INTEGER,
    indLineR27CFMLvlOnApply            INTEGER,
    indLineR27SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR27SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR27SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR27CurrNumRegistrations     Integer32,
    indLineR27FaultMonitoringLvl       INTEGER,
    indLineR27CFMLvlOnApply2           INTEGER,
    indLineR27SIPPassword              DisplayString,
    indLineR27SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR27SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR27SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR27SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR27SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR27SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR27SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR27SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR27SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR27SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR27SDUseDefNetwkNode        INTEGER,
    indLineR27MovedToNumAsDialed       DisplayString,
    indLineR27MovedDate                Unsigned32,
    indLineR27SDActExpireAfter         Unsigned32,
    indLineR27SDDefExpireAfter         Unsigned32,
    indLineR27SDUseDefExpireAfter      INTEGER,
    indLineR27ExpiryDate               Unsigned32,
    indLineR27SecondLocale             INTEGER,
    indLineR27SDActAdvChrgAOCD         INTEGER,
    indLineR27SDDefAdvChrgAOCD         INTEGER,
    indLineR27SDUseDefAdvChrgAOCD      INTEGER,
    indLineR27SDActAdvChrgAOCE         INTEGER,
    indLineR27SDDefAdvChrgAOCE         INTEGER,
    indLineR27SDUseDefAdvChrgAOCE      INTEGER,
    indLineR27PayphoneMetering         INTEGER,
    indLineR27SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR27SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR27SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR27SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR27SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR27SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR27SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR27SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR27SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR27SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR27SDUseDefESAProtDom       INTEGER,
    indLineR27SASHostname              LongDisplayString,
    indLineR27I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR27I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR27I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR27SDActSubTimezone         LongDisplayString,
    indLineR27SDDefSubTimezone         LongDisplayString,
    indLineR27SDUseDefSubTimezone      INTEGER,
    indLineR27SDActChargeInd           INTEGER,
    indLineR27SDDefChargeInd           INTEGER,
    indLineR27SDUseDefChargeInd        INTEGER,
    indLineR27SDActSubClgCategory      INTEGER,
    indLineR27SDDefSubClgCategory      INTEGER,
    indLineR27SDUseDefSubClgCategory   INTEGER,
    indLineR27CustomerInfoFirstName    LongDisplayString,
    indLineR27CustomerInfoSecondName   LongDisplayString,
    indLineR27CustomerInfoOtherNames   LongDisplayString,
    indLineR27CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR27CustomerInfoSurname      LongDisplayString,
    indLineR27I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR27I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR27I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR27I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR27TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR27I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR27I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR27I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR27FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR27ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR27AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR27SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR27SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR27SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR27StatisticsAlrms          Integer32,
    indLineR27SupportDevTwinning       INTEGER,
    indLineR27DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR27DevTwinningSIPUserName   DisplayString,
    indLineR27DevTwinningSIPDomainName DisplayString,
    indLineR27DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR27DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR27I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR27I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR27I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR27I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR27DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR27DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR27DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR27DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR27DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR27I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR27I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR27I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR27I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR27DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR27DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR27DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR27DevTwinningSIPPassword   DisplayString,
    indLineR27NoUserEquipment          INTEGER,
    indLineR27SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR27SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR27SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR27AllowRehoming            INTEGER,
    indLineR27I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR27SDActAccessionClientOnly INTEGER,
    indLineR27SDDefAccessionClientOnly INTEGER,
    indLineR27SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR27PreSubscribedConn        INTEGER,
    indLineR27ExportIncASRepData       INTEGER,
    indLineR27PBXIsDuplicate           INTEGER,
    indLineR27PBXIsRenumbering         INTEGER,
    indLineR27SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR27SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR27SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR27PortedRtgMethod          INTEGER,
    indLineR27LocationRtgNum           DisplayString,
    indLineR27IsIMS                    INTEGER,
    indLineR27ExportChldObjectsToInc   INTEGER
  }

  indLineR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR27Entry  1 }

  indLineR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR27Entry  2 }

  indLineR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR27Entry  3 }

  indLineR27DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR27Entry  4 }

  indLineR27PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR27Entry  5 }

  indLineR27ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR27Entry  6 }

  indLineR27I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR27Entry  7 }

  indLineR27I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR27Entry  8 }

  indLineR27I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR27Entry  9 }

  indLineR27I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR27Entry  10 }

  indLineR27NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR27Entry  11 }

  indLineR27T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR27Entry  12 }

  indLineR27T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR27Entry  13 }

  indLineR27T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR27Entry  14 }

  indLineR27T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR27Entry  15 }

  indLineR27T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR27Entry  16 }

  indLineR27T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR27Entry  17 }

  indLineR27T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR27Entry  18 }

  indLineR27T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR27Entry  19 }

  indLineR27T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR27Entry  20 }

  indLineR27T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR27Entry  21 }

  indLineR27AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR27Entry  22 }

  indLineR27PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR27Entry  23 }

  indLineR27SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR27Entry  24 }

  indLineR27LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR27Entry  25 }

  indLineR27FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR27Entry  26 }

  indLineR27PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR27Entry  29 }

  indLineR27Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR27Entry  30 }

  indLineR27LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR27Entry  33 }

  indLineR27DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR27Entry  34 }

  indLineR27OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR27Entry  36 }

  indLineR27OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR27Entry  37 }

  indLineR27OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR27Entry  38 }

  indLineR27TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR27Entry  39 }

  indLineR27TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR27Entry  40 }

  indLineR27ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR27Entry  42 }

  indLineR27ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR27Entry  43 }

  indLineR27ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR27Entry  44 }

  indLineR27LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR27Entry  45 }

  indLineR27LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR27Entry  46 }

  indLineR27LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR27Entry  47 }

  indLineR27LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR27Entry  48 }

  indLineR27LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR27Entry  49 }

  indLineR27LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR27Entry  50 }

  indLineR27LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR27Entry  51 }

  indLineR27LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR27Entry  52 }

  indLineR27AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR27Entry  53 }

  indLineR27AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR27Entry  54 }

  indLineR27AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR27Entry  55 }

  indLineR27AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR27Entry  56 }

  indLineR27AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR27Entry  57 }

  indLineR27AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR27Entry  58 }

  indLineR27ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR27Entry  59 }

  indLineR27ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR27Entry  60 }

  indLineR27ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR27Entry  61 }

  indLineR27ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR27Entry  62 }

  indLineR27DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR27Entry  63 }

  indLineR27DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR27Entry  64 }

  indLineR27DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR27Entry  65 }

  indLineR27DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR27Entry  66 }

  indLineR27SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR27Entry  67 }

  indLineR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR27Entry  68 }

  indLineR27ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR27Entry  69 }

  indLineR27ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR27Entry  70 }

  indLineR27ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR27Entry  71 }

  indLineR27ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR27Entry  72 }

  indLineR27ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR27Entry  73 }

  indLineR27ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR27Entry  74 }

  indLineR27DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR27Entry  75 }

  indLineR27MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR27Entry  76 }

  indLineR27CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR27Entry  77 }

  indLineR27SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR27Entry  78 }

  indLineR27I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR27Entry  79 }

  indLineR27I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR27Entry  80 }

  indLineR27I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR27Entry  81 }

  indLineR27I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR27Entry  82 }

  indLineR27I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR27Entry  83 }

  indLineR27ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR27Entry  84 }

  indLineR27DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR27Entry  85 }

  indLineR27SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR27Entry  86 }

  indLineR27SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR27Entry  87 }

  indLineR27UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR27Entry  88 }

  indLineR27SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR27Entry  89 }

  indLineR27SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR27Entry  90 }

  indLineR27NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR27Entry  91 }

  indLineR27ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR27Entry  92 }

  indLineR27ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR27Entry  96 }

  indLineR27GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR27Entry  97 }

  indLineR27TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR27Entry  98 }

  indLineR27CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR27Entry  99 }

  indLineR27CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR27Entry  100 }

  indLineR27CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR27Entry  101 }

  indLineR27CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR27Entry  102 }

  indLineR27CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR27Entry  103 }

  indLineR27PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR27Entry  104 }

  indLineR27RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR27Entry  105 }

  indLineR27RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR27Entry  106 }

  indLineR27MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR27Entry  107 }

  indLineR27ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR27Entry  108 }

  indLineR27ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR27Entry  109 }

  indLineR27I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  110 }

  indLineR27I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  111 }

  indLineR27I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  112 }

  indLineR27I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  113 }

  indLineR27PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR27Entry  114 }

  indLineR27GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR27Entry  120 }

  indLineR27LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR27Entry  122 }

  indLineR27LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR27Entry  123 }

  indLineR27LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR27Entry  124 }

  indLineR27LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR27Entry  125 }

  indLineR27LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR27Entry  126 }

  indLineR27LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR27Entry  127 }

  indLineR27I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR27Entry  133 }

  indLineR27I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR27Entry  134 }

  indLineR27I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR27Entry  135 }

  indLineR27I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR27Entry  136 }

  indLineR27InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR27Entry  137 }

  indLineR27UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR27Entry  138 }

  indLineR27SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  139 }

  indLineR27SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  140 }

  indLineR27SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  141 }

  indLineR27SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  142 }

  indLineR27SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  143 }

  indLineR27SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  144 }

  indLineR27SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  150 }

  indLineR27SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  151 }

  indLineR27SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  152 }

  indLineR27SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  153 }

  indLineR27SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  154 }

  indLineR27SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  155 }

  indLineR27SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  156 }

  indLineR27SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  157 }

  indLineR27SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  158 }

  indLineR27SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  159 }

  indLineR27SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  160 }

  indLineR27SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  161 }

  indLineR27SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  162 }

  indLineR27SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  163 }

  indLineR27SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  164 }

  indLineR27SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  165 }

  indLineR27SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  166 }

  indLineR27SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  167 }

  indLineR27SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  168 }

  indLineR27SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  169 }

  indLineR27SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  170 }

  indLineR27SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  171 }

  indLineR27SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  172 }

  indLineR27SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  173 }

  indLineR27SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  174 }

  indLineR27SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  175 }

  indLineR27SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  176 }

  indLineR27SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  177 }

  indLineR27SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  178 }

  indLineR27SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  179 }

  indLineR27SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  180 }

  indLineR27SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  181 }

  indLineR27SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  182 }

  indLineR27SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  183 }

  indLineR27SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  184 }

  indLineR27SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  185 }

  indLineR27SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  186 }

  indLineR27SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  187 }

  indLineR27SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  188 }

  indLineR27SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  189 }

  indLineR27SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  190 }

  indLineR27SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  191 }

  indLineR27SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  192 }

  indLineR27SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  193 }

  indLineR27SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  194 }

  indLineR27LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR27Entry  195 }

  indLineR27CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR27Entry  196 }

  indLineR27CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR27Entry  197 }

  indLineR27CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR27Entry  198 }

  indLineR27EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR27Entry  199 }

  indLineR27SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  207 }

  indLineR27SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  208 }

  indLineR27SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  209 }

  indLineR27SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  210 }

  indLineR27SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  211 }

  indLineR27SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  212 }

  indLineR27SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  213 }

  indLineR27SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  214 }

  indLineSDActR27SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  216 }

  indLineSDDefR27SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR27Entry  217 }

  indLineR27SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  218 }

  indLineR27SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  224 }

  indLineR27SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  225 }

  indLineR27SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  226 }

  indLineR27SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  227 }

  indLineR27SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  228 }

  indLineR27SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  229 }

  indLineR27SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  230 }

  indLineR27SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  231 }

  indLineR27SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  232 }

  indLineR27SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  233 }

  indLineR27SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  234 }

  indLineR27SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  235 }

  indLineR27SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  236 }

  indLineR27SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  237 }

  indLineR27SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  238 }

  indLineR27SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  239 }

  indLineR27SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  240 }

  indLineR27SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  241 }

  indLineR27SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  242 }

  indLineR27SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  243 }

  indLineR27SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  244 }

  indLineR27SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  245 }

  indLineR27SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  246 }

  indLineR27SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  247 }

  indLineR27SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  248 }

  indLineR27SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  249 }

  indLineR27SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  250 }

  indLineR27SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  251 }

  indLineR27SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  252 }

  indLineR27SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  253 }

  indLineR27SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  254 }

  indLineR27SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  255 }

  indLineR27SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  256 }

  indLineR27SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  257 }

  indLineR27SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  258 }

  indLineR27SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  259 }

  indLineR27SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  260 }

  indLineR27SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  261 }

  indLineR27SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  262 }

  indLineR27SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  263 }

  indLineR27SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  264 }

  indLineR27SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  265 }

  indLineR27SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  266 }

  indLineR27SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  267 }

  indLineR27SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  268 }

  indLineR27T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR27Entry  269 }

  indLineR27T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR27Entry  270 }

  indLineR27T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR27Entry  271 }

  indLineR27T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR27Entry  272 }

  indLineR27T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR27Entry  273 }

  indLineR27T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR27Entry  274 }

  indLineR27T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR27Entry  275 }

  indLineR27T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR27Entry  276 }

  indLineR27SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  285 }

  indLineR27SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  286 }

  indLineR27SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  287 }

  indLineR27SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  301 }

  indLineR27SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  302 }

  indLineR27SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  303 }

  indLineR27CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR27Entry  304 }

  indLineR27SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  305 }

  indLineR27SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  306 }

  indLineR27SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  307 }

  indLineR27CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR27Entry  308 }

  indLineR27FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR27Entry  309 }

  indLineR27CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR27Entry  310 }

  indLineR27SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR27Entry  311 }

  indLineR27SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  312 }

  indLineR27SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  313 }

  indLineR27SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  314 }

  indLineR27SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  315 }

  indLineR27SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  316 }

  indLineR27SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  317 }

  indLineR27SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  318 }

  indLineR27SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  319 }

  indLineSDActR27SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  321 }

  indLineSDDefR27SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR27Entry  322 }

  indLineR27SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  323 }

  indLineR27MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR27Entry  328 }

  indLineR27MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR27Entry  329 }

  indLineR27SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  330 }

  indLineR27SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  331 }

  indLineR27SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  332 }

  indLineR27ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR27Entry  333 }

  indLineR27SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR27Entry  346 }

  indLineR27SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  347 }

  indLineR27SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  348 }

  indLineR27SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  349 }

  indLineR27SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  350 }

  indLineR27SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  351 }

  indLineR27SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  352 }

  indLineR27PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR27Entry  353 }

  indLineR27SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  354 }

  indLineR27SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  355 }

  indLineR27SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  356 }

  indLineR27SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  357 }

  indLineR27SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  358 }

  indLineR27SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  359 }

  indLineR27SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  360 }

  indLineR27SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  361 }

  indLineSDActR27SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  363 }

  indLineSDDefR27SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR27Entry  364 }

  indLineR27SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  365 }

  indLineR27SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR27Entry  370 }

  indLineR27I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR27Entry  371 }

  indLineR27I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR27Entry  372 }

  indLineR27I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR27Entry  373 }

  indLineR27SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  375 }

  indLineR27SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  376 }

  indLineR27SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  377 }

  indLineR27SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  378 }

  indLineR27SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  379 }

  indLineR27SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  380 }

  indLineR27SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  381 }

  indLineR27SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  382 }

  indLineR27SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  383 }

  indLineR27CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR27Entry  390 }

  indLineR27CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR27Entry  391 }

  indLineR27CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR27Entry  392 }

  indLineR27CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR27Entry  393 }

  indLineR27CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR27Entry  394 }

  indLineR27I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR27Entry  395 }

  indLineR27I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR27Entry  396 }

  indLineR27I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR27Entry  397 }

  indLineR27I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR27Entry  398 }

  indLineR27TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR27Entry  399 }

  indLineR27I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR27Entry  400 }

  indLineR27I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR27Entry  401 }

  indLineR27I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR27Entry  402 }

  indLineR27FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR27Entry  403 }

  indLineR27ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR27Entry  404 }

  indLineR27AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR27Entry  405 }

  indLineR27SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  406 }

  indLineR27SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  407 }

  indLineR27SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  408 }

  indLineR27StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR27Entry  409 }

  indLineR27SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR27Entry  410 }

  indLineR27DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR27Entry  411 }

  indLineR27DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR27Entry  412 }

  indLineR27DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR27Entry  413 }

  indLineR27DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR27Entry  414 }

  indLineR27DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR27Entry  415 }

  indLineR27I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR27Entry  416 }

  indLineR27I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR27Entry  417 }

  indLineR27I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR27Entry  418 }

  indLineR27I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR27Entry  419 }

  indLineR27DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR27Entry  420 }

  indLineR27DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR27Entry  421 }

  indLineR27DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR27Entry  422 }

  indLineR27DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR27Entry  423 }

  indLineR27DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR27Entry  424 }

  indLineR27I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  425 }

  indLineR27I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  426 }

  indLineR27I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  427 }

  indLineR27I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR27Entry  428 }

  indLineR27DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR27Entry  429 }

  indLineR27DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR27Entry  430 }

  indLineR27DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR27Entry  431 }

  indLineR27DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR27Entry  432 }

  indLineR27NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR27Entry  433 }

  indLineR27SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  434 }

  indLineR27SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  435 }

  indLineR27SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  436 }

  indLineR27AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR27Entry  437 }

  indLineR27I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR27Entry  438 }

  indLineR27SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  439 }

  indLineR27SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  440 }

  indLineR27SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  441 }

  indLineR27PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR27Entry  442 }

  indLineR27ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR27Entry  443 }

  indLineR27PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR27Entry  444 }

  indLineR27PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR27Entry  445 }

  indLineR27SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  446 }

  indLineR27SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR27Entry  447 }

  indLineR27SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR27Entry  448 }

  indLineR27PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { indLineR27Entry  449 }

  indLineR27LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { indLineR27Entry  450 }

  indLineR27IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { indLineR27Entry  451 }

  indLineR27ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR27Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  bGLineR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2517 }

  bGLineR27Entry OBJECT-TYPE
    SYNTAX       BGLineR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR27NEConn,
             bGLineR27NetwkElement,
             bGLineR27CFSIx,
             bGLineR27GpIx,
             bGLineR27FirstDirNum,
             bGLineR27DirNum }
    ::= {  bGLineR27Table  1  }

  BGLineR27Entry  ::=  SEQUENCE
  {
    bGLineR27NEConn                    Unsigned32,
    bGLineR27NetwkElement              DisplayString,
    bGLineR27CFSIx                     Unsigned32,
    bGLineR27GpIx                      Unsigned32,
    bGLineR27FirstDirNum               DisplayString,
    bGLineR27DirNum                    DisplayString,
    bGLineR27PresNum                   DisplayString,
    bGLineR27ClgPartyNum               DisplayString,
    bGLineR27IntercomDialingCode       DisplayString,
    bGLineR27NumStatus                 INTEGER,
    bGLineR27PortedExchangeID          DisplayString,
    bGLineR27T1I1AccDevNEConn          Unsigned32,
    bGLineR27T1I2AccDevNetwkElement    DisplayString,
    bGLineR27T1I3AccDevCFSIx           Unsigned32,
    bGLineR27T1I4AccDevGatewayIx       Unsigned32,
    bGLineR27T1I5AccDevDeviceIx        Unsigned32,
    bGLineR27T2I1AccDevNEConn          Unsigned32,
    bGLineR27T2I2AccDevNetwkElement    DisplayString,
    bGLineR27T2I3AccDevCFSIx           Unsigned32,
    bGLineR27T2I4AccDevGatewayIx       Unsigned32,
    bGLineR27T2I5AccDevDeviceIx        Unsigned32,
    bGLineR27AccessLineNum             Unsigned32,
    bGLineR27SignalFunctionCode        INTEGER,
    bGLineR27LineUsage                 INTEGER,
    bGLineR27FSKFormat                 INTEGER,
    bGLineR27PIN                       DisplayString,
    bGLineR27LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR27DigitMaskingReqd          INTEGER,
    bGLineR27OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR27OrigingFacilityMarksADC   INTEGER,
    bGLineR27TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR27TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR27ActYear                   Unsigned32,
    bGLineR27ActMonth                  Unsigned32,
    bGLineR27ActDate                   Unsigned32,
    bGLineR27LastInCallClgType         INTEGER,
    bGLineR27LastInCallUniqueNum       INTEGER,
    bGLineR27LastInCallClgNum          DisplayString,
    bGLineR27LastInCallClgPresNum      DisplayString,
    bGLineR27LastInCallTimeCall        Unsigned32,
    bGLineR27LastInCallCallerWaited    INTEGER,
    bGLineR27LastInCallCallAnswrd      INTEGER,
    bGLineR27LastInCallCallTraced      INTEGER,
    bGLineR27AlrmState                 INTEGER,
    bGLineR27AlrmLogCorr               Counter64,
    bGLineR27AddtlAlrmLogCorr          Counter64,
    bGLineR27AlrmEvtsAttnRq            Unsigned32,
    bGLineR27AlrmEvtsAtndDp            Unsigned32,
    bGLineR27AlrmStateTimestamp        Unsigned32,
    bGLineR27ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR27ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR27ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR27ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR27DiagsLogLvl               INTEGER,
    bGLineR27DiagsAPITraceEnabled      INTEGER,
    bGLineR27DiagsAPITraceTag          DisplayString,
    bGLineR27DiagsAPITraceRemNum       DisplayString,
    bGLineR27SummaryChldAlrmState      INTEGER,
    bGLineR27ExportNumObjectsExported  Integer32,
    bGLineR27ExportStatus              DisplayString,
    bGLineR27ExportFile                DisplayString,
    bGLineR27ExportCorr                Counter64,
    bGLineR27ExportCorrNode            DisplayString,
    bGLineR27ExportCorrUID             DisplayString,
    bGLineR27DoExtraActions            INTEGER,
    bGLineR27RowStatus                 RowStatus,
    bGLineR27MovedToDirNum             DisplayString,
    bGLineR27CustInfo                  DisplayString,
    bGLineR27SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR27SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR27SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR27SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR27SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR27SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR27SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR27SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR27SDUseDefSubGpBusLine      INTEGER,
    bGLineR27SigType                   INTEGER,
    bGLineR27I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR27I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR27I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR27I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR27I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR27ISDNDefBearerCapabilities BITS,
    bGLineR27SIPUserName               DisplayString,
    bGLineR27SIPDomainName             DisplayString,
    bGLineR27UseStaticNATMapping       INTEGER,
    bGLineR27SIPRegistrationStatus     INTEGER,
    bGLineR27SIPAuthenticationReqd     INTEGER,
    bGLineR27NewSIPPassword            DisplayString,
    bGLineR27ConfirmNewSIPPassword     DisplayString,
    bGLineR27SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR27SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR27SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR27SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR27SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR27SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR27GR303NailedUpConn         INTEGER,
    bGLineR27MultipleAppearanceDirNum  DisplayString,
    bGLineR27AllowDirectDialing        INTEGER,
    bGLineR27CustInfo2                 DisplayString,
    bGLineR27CustInfo3                 DisplayString,
    bGLineR27CustInfo4                 DisplayString,
    bGLineR27CustInfo5                 DisplayString,
    bGLineR27CustInfo6                 DisplayString,
    bGLineR27RecentlyMovedFromOldNum   INTEGER,
    bGLineR27MovedFromDirNum           DisplayString,
    bGLineR27ConnectCallAfterAnnounce  INTEGER,
    bGLineR27ChargeNum                 DisplayString,
    bGLineR27I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR27I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR27I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR27I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR27PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR27GR303DialType             INTEGER,
    bGLineR27LastOutCallCldType        INTEGER,
    bGLineR27LastOutCallCldNum         DisplayString,
    bGLineR27LastOutCallNumPres        INTEGER,
    bGLineR27LastOutCallCallType       INTEGER,
    bGLineR27LastOutCallDirectDialed   INTEGER,
    bGLineR27LastOutCallCarr           DisplayString,
    bGLineR27I1PerProfNEConn           Unsigned32,
    bGLineR27I2PerProfNetwkElement     DisplayString,
    bGLineR27I3PerProfCFSIx            Unsigned32,
    bGLineR27I4PerProfGpIx             Unsigned32,
    bGLineR27UseDNIdentification       INTEGER,
    bGLineR27SDActLongDistanceCarr     DisplayString,
    bGLineR27SDDefLongDistanceCarr     DisplayString,
    bGLineR27SDUseDefLongDistanceCarr  INTEGER,
    bGLineR27SDActIntraLATACarr        DisplayString,
    bGLineR27SDDefIntraLATACarr        DisplayString,
    bGLineR27SDUseDefIntraLATACarr     INTEGER,
    bGLineR27SDActIntnatlCarr          DisplayString,
    bGLineR27SDDefIntnatlCarr          DisplayString,
    bGLineR27SDUseDefIntnatlCarr       INTEGER,
    bGLineR27SDActRtgAttrs             BITS,
    bGLineR27SDDefRtgAttrs             BITS,
    bGLineR27SDUseDefRtgAttrs          INTEGER,
    bGLineR27SDActTimezone             INTEGER,
    bGLineR27SDDefTimezone             INTEGER,
    bGLineR27SDUseDefTimezone          INTEGER,
    bGLineR27SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR27SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR27SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR27SDActLCC1                 INTEGER,
    bGLineR27SDDefLCC1                 INTEGER,
    bGLineR27SDUseDefLCC1              INTEGER,
    bGLineR27SDActLCC2                 INTEGER,
    bGLineR27SDDefLCC2                 INTEGER,
    bGLineR27SDUseDefLCC2              INTEGER,
    bGLineR27SDActLCC3                 INTEGER,
    bGLineR27SDDefLCC3                 INTEGER,
    bGLineR27SDUseDefLCC3              INTEGER,
    bGLineR27SDActLCC4                 INTEGER,
    bGLineR27SDDefLCC4                 INTEGER,
    bGLineR27SDUseDefLCC4              INTEGER,
    bGLineR27SDActLCC5                 INTEGER,
    bGLineR27SDDefLCC5                 INTEGER,
    bGLineR27SDUseDefLCC5              INTEGER,
    bGLineR27SDActMaxCallAppearances   Unsigned32,
    bGLineR27SDDefMaxCallAppearances   Unsigned32,
    bGLineR27SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR27SDActTariffGp             INTEGER,
    bGLineR27SDDefTariffGp             INTEGER,
    bGLineR27SDUseDefTariffGp          INTEGER,
    bGLineR27SDActForceLNPLookup       INTEGER,
    bGLineR27SDDefForceLNPLookup       INTEGER,
    bGLineR27SDUseDefForceLNPLookup    INTEGER,
    bGLineR27LineTrafficStudy          INTEGER,
    bGLineR27MLHGIx                    Unsigned32,
    bGLineR27MLHGMemberIx              Unsigned32,
    bGLineR27CallListsMissedCalls      LongDisplayString,
    bGLineR27CallListsAnswrdCalls      LongDisplayString,
    bGLineR27CallListsDialedCalls      LongDisplayString,
    bGLineR27EnabledDate               Unsigned32,
    bGLineR27SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR27SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR27SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR27SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR27SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR27SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR27SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR27SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR27SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR27SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR27SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR27SDActLCC6                 INTEGER,
    bGLineR27SDDefLCC6                 INTEGER,
    bGLineR27SDUseDefLCC6              INTEGER,
    bGLineR27SDActLCC7                 INTEGER,
    bGLineR27SDDefLCC7                 INTEGER,
    bGLineR27SDUseDefLCC7              INTEGER,
    bGLineR27SDActLCC8                 INTEGER,
    bGLineR27SDDefLCC8                 INTEGER,
    bGLineR27SDUseDefLCC8              INTEGER,
    bGLineR27SDActLCC9                 INTEGER,
    bGLineR27SDDefLCC9                 INTEGER,
    bGLineR27SDUseDefLCC9              INTEGER,
    bGLineR27SDActLCC10                INTEGER,
    bGLineR27SDDefLCC10                INTEGER,
    bGLineR27SDUseDefLCC10             INTEGER,
    bGLineR27SDActLCC11                INTEGER,
    bGLineR27SDDefLCC11                INTEGER,
    bGLineR27SDUseDefLCC11             INTEGER,
    bGLineR27SDActLCC12                INTEGER,
    bGLineR27SDDefLCC12                INTEGER,
    bGLineR27SDUseDefLCC12             INTEGER,
    bGLineR27SDActLCC13                INTEGER,
    bGLineR27SDDefLCC13                INTEGER,
    bGLineR27SDUseDefLCC13             INTEGER,
    bGLineR27SDActLCC14                INTEGER,
    bGLineR27SDDefLCC14                INTEGER,
    bGLineR27SDUseDefLCC14             INTEGER,
    bGLineR27SDActLCC15                INTEGER,
    bGLineR27SDDefLCC15                INTEGER,
    bGLineR27SDUseDefLCC15             INTEGER,
    bGLineR27SDActLCC16                INTEGER,
    bGLineR27SDDefLCC16                INTEGER,
    bGLineR27SDUseDefLCC16             INTEGER,
    bGLineR27SDActLCC17                INTEGER,
    bGLineR27SDDefLCC17                INTEGER,
    bGLineR27SDUseDefLCC17             INTEGER,
    bGLineR27SDActLCC18                INTEGER,
    bGLineR27SDDefLCC18                INTEGER,
    bGLineR27SDUseDefLCC18             INTEGER,
    bGLineR27SDActLCC19                INTEGER,
    bGLineR27SDDefLCC19                INTEGER,
    bGLineR27SDUseDefLCC19             INTEGER,
    bGLineR27SDActLCC20                INTEGER,
    bGLineR27SDDefLCC20                INTEGER,
    bGLineR27SDUseDefLCC20             INTEGER,
    bGLineR27T1I1GatewayNEConn         Unsigned32,
    bGLineR27T1I2GatewayNetwkElement   DisplayString,
    bGLineR27T1I3GatewayCFSIx          Unsigned32,
    bGLineR27T1I4GatewayGatewayIx      Unsigned32,
    bGLineR27T2I1GatewayNEConn         Unsigned32,
    bGLineR27T2I2GatewayNetwkElement   DisplayString,
    bGLineR27T2I3GatewayCFSIx          Unsigned32,
    bGLineR27T2I4GatewayGatewayIx      Unsigned32,
    bGLineR27I1DepartmentNEConn        Unsigned32,
    bGLineR27I2DepartmentNetwkElement  DisplayString,
    bGLineR27I3DepartmentCFSIx         Unsigned32,
    bGLineR27I4DepartmentGpIx          Unsigned32,
    bGLineR27I5DepartmentDepartmentIx  Unsigned32,
    bGLineR27DepartmentOtherVals       INTEGER,
    bGLineR27SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR27SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR27SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR27SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR27SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR27SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR27CurrNumRegistrations      Integer32,
    bGLineR27SDActVQMCallLogging       INTEGER,
    bGLineR27SDDefVQMCallLogging       INTEGER,
    bGLineR27SDUseDefVQMCallLogging    INTEGER,
    bGLineR27DiagLogCorr               Counter64,
    bGLineR27FaultMonitoringLvl        INTEGER,
    bGLineR27SIPPassword               DisplayString,
    bGLineR27SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR27SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR27SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR27SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR27SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR27SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR27SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR27SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR27SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR27SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR27SDUseDefNetwkNode         INTEGER,
    bGLineR27MovedToNumAsDialed        DisplayString,
    bGLineR27MovedDate                 Unsigned32,
    bGLineR27SDActExpireAfter          Unsigned32,
    bGLineR27SDDefExpireAfter          Unsigned32,
    bGLineR27SDUseDefExpireAfter       INTEGER,
    bGLineR27ExpiryDate                Unsigned32,
    bGLineR27SASHostname               LongDisplayString,
    bGLineR27SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR27SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR27SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR27SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR27SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR27SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR27SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR27SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR27SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR27SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR27SDUseDefESAProtDom        INTEGER,
    bGLineR27I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR27I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR27I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR27SDActSubTimezone          LongDisplayString,
    bGLineR27SDDefSubTimezone          LongDisplayString,
    bGLineR27SDUseDefSubTimezone       INTEGER,
    bGLineR27SDActChargeInd            INTEGER,
    bGLineR27SDDefChargeInd            INTEGER,
    bGLineR27SDUseDefChargeInd         INTEGER,
    bGLineR27SDActSubClgCategory       INTEGER,
    bGLineR27SDDefSubClgCategory       INTEGER,
    bGLineR27SDUseDefSubClgCategory    INTEGER,
    bGLineR27CustomerInfoFirstName     LongDisplayString,
    bGLineR27CustomerInfoSecondName    LongDisplayString,
    bGLineR27CustomerInfoOtherNames    LongDisplayString,
    bGLineR27CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR27CustomerInfoSurname       LongDisplayString,
    bGLineR27SDActBusGpLinePrivileges  Unsigned32,
    bGLineR27SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR27SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR27I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR27I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR27I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR27I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR27TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR27I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR27I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR27I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR27FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR27ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR27AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR27SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR27SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR27SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR27StatisticsAlrms           Integer32,
    bGLineR27TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR27NumBlockDevTwinning       INTEGER,
    bGLineR27ACDServLvl                INTEGER,
    bGLineR27ACDAvail                  INTEGER,
    bGLineR27I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR27I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR27I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR27I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR27I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR27ACDDspCd                  INTEGER,
    bGLineR27NoUserEquipment           INTEGER,
    bGLineR27SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR27SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR27SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR27AllowRehoming             INTEGER,
    bGLineR27I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR27PreSubscribedConn         INTEGER,
    bGLineR27LoggedInMLHGs             LongDisplayString,
    bGLineR27ExportIncASRepData        INTEGER,
    bGLineR27SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR27SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR27SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR27ClgPartyNumEmgncyCall     DisplayString,
    bGLineR27PortedRtgMethod           INTEGER,
    bGLineR27LocationRtgNum            DisplayString,
    bGLineR27IsIMS                     INTEGER,
    bGLineR27ExportChldObjectsToInc    INTEGER
  }

  bGLineR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR27Entry  1 }

  bGLineR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR27Entry  2 }

  bGLineR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR27Entry  3 }

  bGLineR27GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR27Entry  4 }

  bGLineR27FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR27Entry  5 }

  bGLineR27DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR27Entry  6 }

  bGLineR27PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  7 }

  bGLineR27ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  8 }

  bGLineR27IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR27Entry  9 }

  bGLineR27NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR27Entry  10 }

  bGLineR27PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  11 }

  bGLineR27T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR27Entry  12 }

  bGLineR27T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR27Entry  13 }

  bGLineR27T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR27Entry  14 }

  bGLineR27T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR27Entry  15 }

  bGLineR27T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR27Entry  16 }

  bGLineR27T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR27Entry  17 }

  bGLineR27T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR27Entry  18 }

  bGLineR27T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR27Entry  19 }

  bGLineR27T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR27Entry  20 }

  bGLineR27T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR27Entry  21 }

  bGLineR27AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  22 }

  bGLineR27SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR27Entry  23 }

  bGLineR27LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR27Entry  24 }

  bGLineR27FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  25 }

  bGLineR27PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR27Entry  26 }

  bGLineR27LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR27Entry  27 }

  bGLineR27DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  28 }

  bGLineR27OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  30 }

  bGLineR27OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  32 }

  bGLineR27TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  33 }

  bGLineR27TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  34 }

  bGLineR27ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR27Entry  36 }

  bGLineR27ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR27Entry  37 }

  bGLineR27ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR27Entry  38 }

  bGLineR27LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR27Entry  39 }

  bGLineR27LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR27Entry  40 }

  bGLineR27LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR27Entry  41 }

  bGLineR27LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR27Entry  42 }

  bGLineR27LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR27Entry  43 }

  bGLineR27LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR27Entry  44 }

  bGLineR27LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR27Entry  45 }

  bGLineR27LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR27Entry  46 }

  bGLineR27AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR27Entry  47 }

  bGLineR27AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR27Entry  48 }

  bGLineR27AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR27Entry  49 }

  bGLineR27AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR27Entry  50 }

  bGLineR27AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR27Entry  51 }

  bGLineR27AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR27Entry  52 }

  bGLineR27ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR27Entry  53 }

  bGLineR27ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR27Entry  54 }

  bGLineR27ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR27Entry  55 }

  bGLineR27ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR27Entry  56 }

  bGLineR27DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR27Entry  57 }

  bGLineR27DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  58 }

  bGLineR27DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR27Entry  59 }

  bGLineR27DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR27Entry  60 }

  bGLineR27SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR27Entry  61 }

  bGLineR27ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR27Entry  62 }

  bGLineR27ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR27Entry  63 }

  bGLineR27ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR27Entry  64 }

  bGLineR27ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR27Entry  65 }

  bGLineR27ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR27Entry  66 }

  bGLineR27ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR27Entry  67 }

  bGLineR27DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR27Entry  68 }

  bGLineR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR27Entry  69 }

  bGLineR27MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR27Entry  70 }

  bGLineR27CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR27Entry  71 }

  bGLineR27SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  72 }

  bGLineR27SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  73 }

  bGLineR27SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  74 }

  bGLineR27SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  75 }

  bGLineR27SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  76 }

  bGLineR27SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  77 }

  bGLineR27SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  78 }

  bGLineR27SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR27Entry  79 }

  bGLineR27SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  80 }

  bGLineR27SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR27Entry  81 }

  bGLineR27I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR27Entry  82 }

  bGLineR27I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR27Entry  83 }

  bGLineR27I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR27Entry  84 }

  bGLineR27I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR27Entry  85 }

  bGLineR27I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR27Entry  86 }

  bGLineR27ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR27Entry  87 }

  bGLineR27SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  88 }

  bGLineR27SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  89 }

  bGLineR27UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR27Entry  90 }

  bGLineR27SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR27Entry  91 }

  bGLineR27SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR27Entry  92 }

  bGLineR27NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR27Entry  93 }

  bGLineR27ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR27Entry  94 }

  bGLineR27SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  96 }

  bGLineR27SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  97 }

  bGLineR27SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  98 }

  bGLineR27SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  100 }

  bGLineR27SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  101 }

  bGLineR27SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  102 }

  bGLineR27GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR27Entry  103 }

  bGLineR27MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR27Entry  104 }

  bGLineR27AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR27Entry  105 }

  bGLineR27CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR27Entry  106 }

  bGLineR27CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR27Entry  107 }

  bGLineR27CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR27Entry  108 }

  bGLineR27CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR27Entry  109 }

  bGLineR27CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR27Entry  110 }

  bGLineR27RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  111 }

  bGLineR27MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR27Entry  112 }

  bGLineR27ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  113 }

  bGLineR27ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  114 }

  bGLineR27I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR27Entry  123 }

  bGLineR27I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR27Entry  124 }

  bGLineR27I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR27Entry  125 }

  bGLineR27I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR27Entry  126 }

  bGLineR27PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR27Entry  127 }

  bGLineR27GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR27Entry  133 }

  bGLineR27LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR27Entry  137 }

  bGLineR27LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR27Entry  138 }

  bGLineR27LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR27Entry  139 }

  bGLineR27LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR27Entry  140 }

  bGLineR27LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR27Entry  141 }

  bGLineR27LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR27Entry  142 }

  bGLineR27I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR27Entry  158 }

  bGLineR27I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR27Entry  159 }

  bGLineR27I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR27Entry  160 }

  bGLineR27I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR27Entry  161 }

  bGLineR27UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR27Entry  162 }

  bGLineR27SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  163 }

  bGLineR27SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  164 }

  bGLineR27SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  165 }

  bGLineR27SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  166 }

  bGLineR27SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  167 }

  bGLineR27SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  168 }

  bGLineR27SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  169 }

  bGLineR27SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  170 }

  bGLineR27SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  171 }

  bGLineR27SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  172 }

  bGLineR27SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  173 }

  bGLineR27SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  174 }

  bGLineR27SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  175 }

  bGLineR27SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  176 }

  bGLineR27SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  177 }

  bGLineR27SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  178 }

  bGLineR27SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  179 }

  bGLineR27SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  180 }

  bGLineR27SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  181 }

  bGLineR27SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  182 }

  bGLineR27SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  183 }

  bGLineR27SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  184 }

  bGLineR27SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  185 }

  bGLineR27SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  186 }

  bGLineR27SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  187 }

  bGLineR27SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  188 }

  bGLineR27SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  189 }

  bGLineR27SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  190 }

  bGLineR27SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  191 }

  bGLineR27SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  192 }

  bGLineR27SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  193 }

  bGLineR27SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  194 }

  bGLineR27SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  195 }

  bGLineR27SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  200 }

  bGLineR27SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  201 }

  bGLineR27SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  202 }

  bGLineR27SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  203 }

  bGLineR27SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  204 }

  bGLineR27SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  205 }

  bGLineR27SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  206 }

  bGLineR27SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  207 }

  bGLineR27SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  208 }

  bGLineR27LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR27Entry  209 }

  bGLineR27MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR27Entry  210 }

  bGLineR27MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR27Entry  211 }

  bGLineR27CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR27Entry  212 }

  bGLineR27CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR27Entry  213 }

  bGLineR27CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR27Entry  214 }

  bGLineR27EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR27Entry  215 }

  bGLineR27SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  223 }

  bGLineR27SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  224 }

  bGLineR27SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  225 }

  bGLineR27SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  226 }

  bGLineR27SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  227 }

  bGLineR27SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  228 }

  bGLineR27SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  229 }

  bGLineR27SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  230 }

  bGLineSDActR27SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  232 }

  bGLineSDDefR27SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR27Entry  233 }

  bGLineR27SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  234 }

  bGLineR27SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  240 }

  bGLineR27SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  241 }

  bGLineR27SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  242 }

  bGLineR27SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  243 }

  bGLineR27SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  244 }

  bGLineR27SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  245 }

  bGLineR27SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  246 }

  bGLineR27SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  247 }

  bGLineR27SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  248 }

  bGLineR27SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  249 }

  bGLineR27SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  250 }

  bGLineR27SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  251 }

  bGLineR27SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  252 }

  bGLineR27SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  253 }

  bGLineR27SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  254 }

  bGLineR27SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  255 }

  bGLineR27SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  256 }

  bGLineR27SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  257 }

  bGLineR27SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  258 }

  bGLineR27SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  259 }

  bGLineR27SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  260 }

  bGLineR27SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  261 }

  bGLineR27SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  262 }

  bGLineR27SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  263 }

  bGLineR27SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  264 }

  bGLineR27SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  265 }

  bGLineR27SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  266 }

  bGLineR27SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  267 }

  bGLineR27SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  268 }

  bGLineR27SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  269 }

  bGLineR27SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  270 }

  bGLineR27SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  271 }

  bGLineR27SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  272 }

  bGLineR27SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  273 }

  bGLineR27SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  274 }

  bGLineR27SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  275 }

  bGLineR27SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  276 }

  bGLineR27SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  277 }

  bGLineR27SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  278 }

  bGLineR27SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  279 }

  bGLineR27SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  280 }

  bGLineR27SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  281 }

  bGLineR27SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  282 }

  bGLineR27SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  283 }

  bGLineR27SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  284 }

  bGLineR27T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR27Entry  285 }

  bGLineR27T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR27Entry  286 }

  bGLineR27T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR27Entry  287 }

  bGLineR27T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR27Entry  288 }

  bGLineR27T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR27Entry  289 }

  bGLineR27T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR27Entry  290 }

  bGLineR27T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR27Entry  291 }

  bGLineR27T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR27Entry  292 }

  bGLineR27I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR27Entry  294 }

  bGLineR27I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR27Entry  295 }

  bGLineR27I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR27Entry  296 }

  bGLineR27I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR27Entry  297 }

  bGLineR27I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR27Entry  298 }

  bGLineR27DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR27Entry  299 }

  bGLineR27SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  306 }

  bGLineR27SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  307 }

  bGLineR27SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  308 }

  bGLineR27SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  314 }

  bGLineR27SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  315 }

  bGLineR27SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  316 }

  bGLineR27CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR27Entry  319 }

  bGLineR27SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  324 }

  bGLineR27SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  325 }

  bGLineR27SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  326 }

  bGLineR27DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR27Entry  327 }

  bGLineR27FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR27Entry  328 }

  bGLineR27SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR27Entry  329 }

  bGLineR27SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  330 }

  bGLineR27SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  331 }

  bGLineR27SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  332 }

  bGLineR27SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  333 }

  bGLineR27SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  334 }

  bGLineR27SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  335 }

  bGLineR27SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  336 }

  bGLineR27SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  337 }

  bGLineSDActR27SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  339 }

  bGLineSDDefR27SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR27Entry  340 }

  bGLineR27SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  341 }

  bGLineR27MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR27Entry  346 }

  bGLineR27MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR27Entry  347 }

  bGLineR27SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  348 }

  bGLineR27SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  349 }

  bGLineR27SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  350 }

  bGLineR27ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR27Entry  351 }

  bGLineR27SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR27Entry  368 }

  bGLineR27SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  370 }

  bGLineR27SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  371 }

  bGLineR27SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  372 }

  bGLineR27SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  373 }

  bGLineR27SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  374 }

  bGLineR27SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  375 }

  bGLineR27SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  376 }

  bGLineR27SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  377 }

  bGLineSDActR27SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  379 }

  bGLineSDDefR27SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR27Entry  380 }

  bGLineR27SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  381 }

  bGLineR27I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR27Entry  390 }

  bGLineR27I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR27Entry  391 }

  bGLineR27I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR27Entry  392 }

  bGLineR27SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  394 }

  bGLineR27SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  395 }

  bGLineR27SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  396 }

  bGLineR27SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  397 }

  bGLineR27SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  398 }

  bGLineR27SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  399 }

  bGLineR27SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  400 }

  bGLineR27SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  401 }

  bGLineR27SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  402 }

  bGLineR27CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR27Entry  410 }

  bGLineR27CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR27Entry  411 }

  bGLineR27CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR27Entry  412 }

  bGLineR27CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR27Entry  413 }

  bGLineR27CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR27Entry  414 }

  bGLineR27SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  415 }

  bGLineR27SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  416 }

  bGLineR27SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  417 }

  bGLineR27I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR27Entry  418 }

  bGLineR27I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR27Entry  419 }

  bGLineR27I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR27Entry  420 }

  bGLineR27I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR27Entry  421 }

  bGLineR27TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR27Entry  422 }

  bGLineR27I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR27Entry  423 }

  bGLineR27I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR27Entry  424 }

  bGLineR27I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR27Entry  425 }

  bGLineR27FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR27Entry  426 }

  bGLineR27ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR27Entry  427 }

  bGLineR27AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR27Entry  428 }

  bGLineR27SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  429 }

  bGLineR27SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  430 }

  bGLineR27SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  431 }

  bGLineR27StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR27Entry  432 }

  bGLineR27TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR27Entry  441 }

  bGLineR27NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR27Entry  442 }

  bGLineR27ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR27Entry  443 }

  bGLineR27ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR27Entry  444 }

  bGLineR27I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR27Entry  445 }

  bGLineR27I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR27Entry  446 }

  bGLineR27I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR27Entry  447 }

  bGLineR27I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR27Entry  448 }

  bGLineR27I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR27Entry  449 }

  bGLineR27ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR27Entry  450 }

  bGLineR27NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR27Entry  451 }

  bGLineR27SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  452 }

  bGLineR27SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  453 }

  bGLineR27SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  454 }

  bGLineR27AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR27Entry  455 }

  bGLineR27I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR27Entry  456 }

  bGLineR27PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR27Entry  457 }

  bGLineR27LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR27Entry  458 }

  bGLineR27ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR27Entry  459 }

  bGLineR27SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  460 }

  bGLineR27SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR27Entry  461 }

  bGLineR27SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR27Entry  462 }

  bGLineR27ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'.
                  This field is not writable when active."
    ::= { bGLineR27Entry  463 }

  bGLineR27PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR27Entry  464 }

  bGLineR27LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR27Entry  465 }

  bGLineR27IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR27Entry  466 }

  bGLineR27ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR27Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.4.10                                                       */
-- /*********************************************************************************/

  mLHGPilotDNR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2518 }

  mLHGPilotDNR13Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR13NEConn,
             mLHGPilotDNR13NetwkElement,
             mLHGPilotDNR13CFSIx,
             mLHGPilotDNR13GpIx,
             mLHGPilotDNR13MLHGGpIx,
             mLHGPilotDNR13DirNum }
    ::= {  mLHGPilotDNR13Table  1  }

  MLHGPilotDNR13Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR13NEConn               Unsigned32,
    mLHGPilotDNR13NetwkElement         DisplayString,
    mLHGPilotDNR13CFSIx                Unsigned32,
    mLHGPilotDNR13GpIx                 Unsigned32,
    mLHGPilotDNR13MLHGGpIx             Unsigned32,
    mLHGPilotDNR13DirNum               DisplayString,
    mLHGPilotDNR13I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR13I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR13I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR13I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR13InUseBy              INTEGER,
    mLHGPilotDNR13IntercomDialingCode  DisplayString,
    mLHGPilotDNR13MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR13MLHGIx               Unsigned32,
    mLHGPilotDNR13MLHGMemberIx         Unsigned32,
    mLHGPilotDNR13CustInfo             DisplayString,
    mLHGPilotDNR13CustInfo2            DisplayString,
    mLHGPilotDNR13CustInfo3            DisplayString,
    mLHGPilotDNR13CustInfo4            DisplayString,
    mLHGPilotDNR13CustInfo5            DisplayString,
    mLHGPilotDNR13CustInfo6            DisplayString,
    mLHGPilotDNR13NumStatus            INTEGER,
    mLHGPilotDNR13RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR13MovedFromDirNum      DisplayString,
    mLHGPilotDNR13ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR13MovedToDirNum        DisplayString,
    mLHGPilotDNR13PortedExchangeID     DisplayString,
    mLHGPilotDNR13PIN                  DisplayString,
    mLHGPilotDNR13SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR13SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR13SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR13SDActTimezone        INTEGER,
    mLHGPilotDNR13SDDefTimezone        INTEGER,
    mLHGPilotDNR13SDUseDefTimezone     INTEGER,
    mLHGPilotDNR13SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR13SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR13SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR13ActYear              Unsigned32,
    mLHGPilotDNR13ActMonth             Unsigned32,
    mLHGPilotDNR13ActDate              Unsigned32,
    mLHGPilotDNR13DiagsLogLvl          INTEGER,
    mLHGPilotDNR13DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR13DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR13DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR13ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR13ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR13ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR13ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR13SummaryChldAlrmState INTEGER,
    mLHGPilotDNR13RowStatus            RowStatus,
    mLHGPilotDNR13EnabledDate          Unsigned32,
    mLHGPilotDNR13MovedDate            Unsigned32,
    mLHGPilotDNR13SDActExpireAfter     Unsigned32,
    mLHGPilotDNR13SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR13SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR13ExpiryDate           Unsigned32,
    mLHGPilotDNR13I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR13I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR13I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR13SASHostname          LongDisplayString,
    mLHGPilotDNR13SDActChargeInd       INTEGER,
    mLHGPilotDNR13SDDefChargeInd       INTEGER,
    mLHGPilotDNR13SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR13CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR13CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR13CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR13CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR13CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR13I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR13I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR13I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR13FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR13AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR13MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR13MLHGRingPattn        INTEGER,
    mLHGPilotDNR13SigType              INTEGER,
    mLHGPilotDNR13UseDNIdentification  INTEGER,
    mLHGPilotDNR13SIPUserName          DisplayString,
    mLHGPilotDNR13SIPDomainName        DisplayString,
    mLHGPilotDNR13SDActLCC1            INTEGER,
    mLHGPilotDNR13SDDefLCC1            INTEGER,
    mLHGPilotDNR13SDUseDefLCC1         INTEGER,
    mLHGPilotDNR13SDActLCC2            INTEGER,
    mLHGPilotDNR13SDDefLCC2            INTEGER,
    mLHGPilotDNR13SDUseDefLCC2         INTEGER,
    mLHGPilotDNR13SDActLCC3            INTEGER,
    mLHGPilotDNR13SDDefLCC3            INTEGER,
    mLHGPilotDNR13SDUseDefLCC3         INTEGER,
    mLHGPilotDNR13SDActLCC4            INTEGER,
    mLHGPilotDNR13SDDefLCC4            INTEGER,
    mLHGPilotDNR13SDUseDefLCC4         INTEGER,
    mLHGPilotDNR13SDActLCC5            INTEGER,
    mLHGPilotDNR13SDDefLCC5            INTEGER,
    mLHGPilotDNR13SDUseDefLCC5         INTEGER,
    mLHGPilotDNR13SDActLCC6            INTEGER,
    mLHGPilotDNR13SDDefLCC6            INTEGER,
    mLHGPilotDNR13SDUseDefLCC6         INTEGER,
    mLHGPilotDNR13SDActLCC7            INTEGER,
    mLHGPilotDNR13SDDefLCC7            INTEGER,
    mLHGPilotDNR13SDUseDefLCC7         INTEGER,
    mLHGPilotDNR13SDActLCC8            INTEGER,
    mLHGPilotDNR13SDDefLCC8            INTEGER,
    mLHGPilotDNR13SDUseDefLCC8         INTEGER,
    mLHGPilotDNR13SDActLCC9            INTEGER,
    mLHGPilotDNR13SDDefLCC9            INTEGER,
    mLHGPilotDNR13SDUseDefLCC9         INTEGER,
    mLHGPilotDNR13SDActLCC10           INTEGER,
    mLHGPilotDNR13SDDefLCC10           INTEGER,
    mLHGPilotDNR13SDUseDefLCC10        INTEGER,
    mLHGPilotDNR13SDActLCC11           INTEGER,
    mLHGPilotDNR13SDDefLCC11           INTEGER,
    mLHGPilotDNR13SDUseDefLCC11        INTEGER,
    mLHGPilotDNR13SDActLCC12           INTEGER,
    mLHGPilotDNR13SDDefLCC12           INTEGER,
    mLHGPilotDNR13SDUseDefLCC12        INTEGER,
    mLHGPilotDNR13SDActLCC13           INTEGER,
    mLHGPilotDNR13SDDefLCC13           INTEGER,
    mLHGPilotDNR13SDUseDefLCC13        INTEGER,
    mLHGPilotDNR13SDActLCC14           INTEGER,
    mLHGPilotDNR13SDDefLCC14           INTEGER,
    mLHGPilotDNR13SDUseDefLCC14        INTEGER,
    mLHGPilotDNR13SDActLCC15           INTEGER,
    mLHGPilotDNR13SDDefLCC15           INTEGER,
    mLHGPilotDNR13SDUseDefLCC15        INTEGER,
    mLHGPilotDNR13SDActLCC16           INTEGER,
    mLHGPilotDNR13SDDefLCC16           INTEGER,
    mLHGPilotDNR13SDUseDefLCC16        INTEGER,
    mLHGPilotDNR13SDActLCC17           INTEGER,
    mLHGPilotDNR13SDDefLCC17           INTEGER,
    mLHGPilotDNR13SDUseDefLCC17        INTEGER,
    mLHGPilotDNR13SDActLCC18           INTEGER,
    mLHGPilotDNR13SDDefLCC18           INTEGER,
    mLHGPilotDNR13SDUseDefLCC18        INTEGER,
    mLHGPilotDNR13SDActLCC19           INTEGER,
    mLHGPilotDNR13SDDefLCC19           INTEGER,
    mLHGPilotDNR13SDUseDefLCC19        INTEGER,
    mLHGPilotDNR13SDActLCC20           INTEGER,
    mLHGPilotDNR13SDDefLCC20           INTEGER,
    mLHGPilotDNR13SDUseDefLCC20        INTEGER,
    mLHGPilotDNR13ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR13ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR13ExitMLHGQueueNumToFwdTo
                                       DisplayString,
    mLHGPilotDNR13PresentPilotNameToAgents
                                       INTEGER,
    mLHGPilotDNR13PortedRtgMethod      INTEGER,
    mLHGPilotDNR13LocationRtgNum       DisplayString,
    mLHGPilotDNR13IsIMS                INTEGER
  }

  mLHGPilotDNR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR13Entry  1 }

  mLHGPilotDNR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR13Entry  2 }

  mLHGPilotDNR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR13Entry  3 }

  mLHGPilotDNR13GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR13Entry  4 }

  mLHGPilotDNR13MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR13Entry  5 }

  mLHGPilotDNR13DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR13Entry  6 }

  mLHGPilotDNR13I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR13Entry  7 }

  mLHGPilotDNR13I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR13Entry  8 }

  mLHGPilotDNR13I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR13Entry  9 }

  mLHGPilotDNR13I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR13Entry  10 }

  mLHGPilotDNR13InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR13Entry  11 }

  mLHGPilotDNR13IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR13Entry  12 }

  mLHGPilotDNR13MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR13Entry  13 }

  mLHGPilotDNR13MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR13Entry  14 }

  mLHGPilotDNR13MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR13Entry  15 }

  mLHGPilotDNR13CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR13Entry  16 }

  mLHGPilotDNR13CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR13Entry  17 }

  mLHGPilotDNR13CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR13Entry  18 }

  mLHGPilotDNR13CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR13Entry  19 }

  mLHGPilotDNR13CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR13Entry  20 }

  mLHGPilotDNR13CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR13Entry  21 }

  mLHGPilotDNR13NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR13Entry  22 }

  mLHGPilotDNR13RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  23 }

  mLHGPilotDNR13MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR13Entry  24 }

  mLHGPilotDNR13ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  25 }

  mLHGPilotDNR13MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR13Entry  26 }

  mLHGPilotDNR13PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR13Entry  27 }

  mLHGPilotDNR13PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR13Entry  28 }

  mLHGPilotDNR13SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  29 }

  mLHGPilotDNR13SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  30 }

  mLHGPilotDNR13SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  31 }

  mLHGPilotDNR13SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  32 }

  mLHGPilotDNR13SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  33 }

  mLHGPilotDNR13SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  34 }

  mLHGPilotDNR13SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  35 }

  mLHGPilotDNR13SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  36 }

  mLHGPilotDNR13SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  37 }

  mLHGPilotDNR13ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR13Entry  38 }

  mLHGPilotDNR13ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR13Entry  39 }

  mLHGPilotDNR13ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR13Entry  40 }

  mLHGPilotDNR13DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR13Entry  41 }

  mLHGPilotDNR13DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  42 }

  mLHGPilotDNR13DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR13Entry  43 }

  mLHGPilotDNR13DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR13Entry  44 }

  mLHGPilotDNR13ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR13Entry  45 }

  mLHGPilotDNR13ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR13Entry  46 }

  mLHGPilotDNR13ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR13Entry  47 }

  mLHGPilotDNR13ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR13Entry  48 }

  mLHGPilotDNR13SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR13Entry  49 }

  mLHGPilotDNR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR13Entry  50 }

  mLHGPilotDNR13EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR13Entry  51 }

  mLHGPilotDNR13MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR13Entry  52 }

  mLHGPilotDNR13SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  53 }

  mLHGPilotDNR13SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  54 }

  mLHGPilotDNR13SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  55 }

  mLHGPilotDNR13ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR13Entry  56 }

  mLHGPilotDNR13I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR13Entry  58 }

  mLHGPilotDNR13I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR13Entry  59 }

  mLHGPilotDNR13I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR13Entry  60 }

  mLHGPilotDNR13SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR13Entry  62 }

  mLHGPilotDNR13SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  63 }

  mLHGPilotDNR13SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  64 }

  mLHGPilotDNR13SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  65 }

  mLHGPilotDNR13CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR13Entry  80 }

  mLHGPilotDNR13CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR13Entry  81 }

  mLHGPilotDNR13CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR13Entry  82 }

  mLHGPilotDNR13CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR13Entry  83 }

  mLHGPilotDNR13CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR13Entry  84 }

  mLHGPilotDNR13I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR13Entry  85 }

  mLHGPilotDNR13I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR13Entry  86 }

  mLHGPilotDNR13I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR13Entry  87 }

  mLHGPilotDNR13FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR13Entry  88 }

  mLHGPilotDNR13AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  89 }

  mLHGPilotDNR13MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  90 }

  mLHGPilotDNR13MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR13Entry  91 }

  mLHGPilotDNR13SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR13Entry  92 }

  mLHGPilotDNR13UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  93 }

  mLHGPilotDNR13SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR13Entry  94 }

  mLHGPilotDNR13SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR13Entry  95 }

  mLHGPilotDNR13SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  96 }

  mLHGPilotDNR13SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  97 }

  mLHGPilotDNR13SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  98 }

  mLHGPilotDNR13SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  99 }

  mLHGPilotDNR13SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  100 }

  mLHGPilotDNR13SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  101 }

  mLHGPilotDNR13SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  102 }

  mLHGPilotDNR13SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  103 }

  mLHGPilotDNR13SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  104 }

  mLHGPilotDNR13SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  105 }

  mLHGPilotDNR13SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  106 }

  mLHGPilotDNR13SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  107 }

  mLHGPilotDNR13SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  108 }

  mLHGPilotDNR13SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  109 }

  mLHGPilotDNR13SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  110 }

  mLHGPilotDNR13SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  111 }

  mLHGPilotDNR13SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  112 }

  mLHGPilotDNR13SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  113 }

  mLHGPilotDNR13SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  114 }

  mLHGPilotDNR13SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  115 }

  mLHGPilotDNR13SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  116 }

  mLHGPilotDNR13SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  117 }

  mLHGPilotDNR13SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  118 }

  mLHGPilotDNR13SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  119 }

  mLHGPilotDNR13SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  120 }

  mLHGPilotDNR13SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  121 }

  mLHGPilotDNR13SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  122 }

  mLHGPilotDNR13SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  123 }

  mLHGPilotDNR13SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  124 }

  mLHGPilotDNR13SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  125 }

  mLHGPilotDNR13SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  126 }

  mLHGPilotDNR13SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  127 }

  mLHGPilotDNR13SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  128 }

  mLHGPilotDNR13SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  129 }

  mLHGPilotDNR13SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  130 }

  mLHGPilotDNR13SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  131 }

  mLHGPilotDNR13SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  132 }

  mLHGPilotDNR13SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  133 }

  mLHGPilotDNR13SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  134 }

  mLHGPilotDNR13SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  135 }

  mLHGPilotDNR13SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  136 }

  mLHGPilotDNR13SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  137 }

  mLHGPilotDNR13SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  138 }

  mLHGPilotDNR13SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  139 }

  mLHGPilotDNR13SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  140 }

  mLHGPilotDNR13SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  141 }

  mLHGPilotDNR13SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  142 }

  mLHGPilotDNR13SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  143 }

  mLHGPilotDNR13SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  144 }

  mLHGPilotDNR13SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  145 }

  mLHGPilotDNR13SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  146 }

  mLHGPilotDNR13SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  147 }

  mLHGPilotDNR13SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  148 }

  mLHGPilotDNR13SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  149 }

  mLHGPilotDNR13SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  150 }

  mLHGPilotDNR13SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  151 }

  mLHGPilotDNR13SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  152 }

  mLHGPilotDNR13SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  153 }

  mLHGPilotDNR13SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR13Entry  154 }

  mLHGPilotDNR13SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR13Entry  155 }

  mLHGPilotDNR13ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  156 }

  mLHGPilotDNR13ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  157 }

  mLHGPilotDNR13ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR13Entry  158 }

  mLHGPilotDNR13PresentPilotNameToAgents OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Present pilot name to agents'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR13Entry  159 }

  mLHGPilotDNR13PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mLHGPilotDNR13Entry  160 }

  mLHGPilotDNR13LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mLHGPilotDNR13Entry  161 }

  mLHGPilotDNR13IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mLHGPilotDNR13Entry  162 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.4                                                               */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  rPSActionR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2519 }

  rPSActionR28Entry OBJECT-TYPE
    SYNTAX       RPSActionR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR28NEConn,
             rPSActionR28NetwkElement,
             rPSActionR28CFSIx,
             rPSActionR28CfgSetIx,
             rPSActionR28RtgTblIx,
             rPSActionR28RtgActionIx }
    ::= {  rPSActionR28Table  1  }

  RPSActionR28Entry  ::=  SEQUENCE
  {
    rPSActionR28NEConn                 Unsigned32,
    rPSActionR28NetwkElement           DisplayString,
    rPSActionR28CFSIx                  Unsigned32,
    rPSActionR28CfgSetIx               Unsigned32,
    rPSActionR28RtgTblIx               Unsigned32,
    rPSActionR28RtgActionIx            Unsigned32,
    rPSActionR28AddrType               INTEGER,
    rPSActionR28AddrScope              INTEGER,
    rPSActionR28WildcardAddrType       INTEGER,
    rPSActionR28WildcardAddr           DisplayString,
    rPSActionR28TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR28WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR28ActionProbability      Unsigned32,
    rPSActionR28Action                 INTEGER,
    rPSActionR28T1I1MediaChanNEConn    Unsigned32,
    rPSActionR28T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR28T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR28T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR28T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR28T2I1MediaChanNEConn    Unsigned32,
    rPSActionR28T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR28T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR28T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR28T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR28I1NextTblNEConn        Unsigned32,
    rPSActionR28I2NextTblNetwkElement  DisplayString,
    rPSActionR28I3NextTblCFSIx         Unsigned32,
    rPSActionR28I4NextTblCfgSetIx      Unsigned32,
    rPSActionR28I5NextTblRtgTblIx      Unsigned32,
    rPSActionR28ActionUnavailInterval  Unsigned32,
    rPSActionR28T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR28AllowAAR               INTEGER,
    rPSActionR28AllowARR               INTEGER,
    rPSActionR28RtgControlIndicator    INTEGER,
    rPSActionR28CircCode               INTEGER,
    rPSActionR28MFTandemRtgCode        INTEGER,
    rPSActionR28MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR28MFIntnatlOprRtgCode    INTEGER,
    rPSActionR28MaxChanUsage           Unsigned32,
    rPSActionR28CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR28CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR28RowStatus              RowStatus,
    rPSActionR28OptionalAttrsToSet     BITS,
    rPSActionR28AlrmState              INTEGER,
    rPSActionR28AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR28AlrmEvtsAtndDp         Integer32,
    rPSActionR28AlrmStateTimestamp     Unsigned32,
    rPSActionR28AlrmResetTimestamp     Unsigned32,
    rPSActionR28TimeRtgPrecedence      Unsigned32,
    rPSActionR28TimeRtgMinYear         Unsigned32,
    rPSActionR28TimeRtgMinMonth        Unsigned32,
    rPSActionR28TimeRtgMinDay          Unsigned32,
    rPSActionR28TimeRtgMaxYear         Unsigned32,
    rPSActionR28TimeRtgMaxMonth        Unsigned32,
    rPSActionR28TimeRtgMaxDay          Unsigned32,
    rPSActionR28TimeRtgMinDayWeek      INTEGER,
    rPSActionR28TimeRtgMinHr           Unsigned32,
    rPSActionR28TimeRtgMinMin          Unsigned32,
    rPSActionR28TimeRtgMaxDayWeek      INTEGER,
    rPSActionR28TimeRtgMaxHr           Unsigned32,
    rPSActionR28TimeRtgMaxMin          Unsigned32,
    rPSActionR28SubRtgAttrs            BITS,
    rPSActionR28NumAction              DisplayString,
    rPSActionR28Desc                   DisplayString,
    rPSActionR28AttrValOprCallMatch    INTEGER,
    rPSActionR28AttrValOprCall         INTEGER,
    rPSActionR28AttrValSubGpMatch      INTEGER,
    rPSActionR28T3I1MediaChanNEConn    Unsigned32,
    rPSActionR28T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR28T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR28T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR28I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR28I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR28I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR28I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR28AttrValANIIIDigits     Unsigned32,
    rPSActionR28AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR28AttrValDialedPrefix    INTEGER,
    rPSActionR28AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR28AttrValDialingPattn    INTEGER,
    rPSActionR28AttrValUsrDef1Match    INTEGER,
    rPSActionR28AttrValUsrDef1         Unsigned32,
    rPSActionR28AttrValUsrDef2Match    INTEGER,
    rPSActionR28AttrValUsrDef2         Unsigned32,
    rPSActionR28AttrValUsrDef3Match    INTEGER,
    rPSActionR28AttrValUsrDef3         Unsigned32,
    rPSActionR28AttrValLCC1Match       INTEGER,
    rPSActionR28AttrValLCC1            Unsigned32,
    rPSActionR28AttrValLCC2Match       INTEGER,
    rPSActionR28AttrValLCC2            Unsigned32,
    rPSActionR28AttrValLCC3Match       INTEGER,
    rPSActionR28AttrValLCC3            Unsigned32,
    rPSActionR28AttrValLCC4Match       INTEGER,
    rPSActionR28AttrValLCC4            Unsigned32,
    rPSActionR28AttrValLCC5Match       INTEGER,
    rPSActionR28AttrValLCC5            Unsigned32,
    rPSActionR28AttrValUSCallTypeMatch INTEGER,
    rPSActionR28AttrValUSCallType      INTEGER,
    rPSActionR28AttrValUKCallTypeMatch INTEGER,
    rPSActionR28AttrValUKCallType      INTEGER,
    rPSActionR28AttrValCIPMatch        INTEGER,
    rPSActionR28AttrValCIP             Unsigned32,
    rPSActionR28AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR28InMediaType            INTEGER,
    rPSActionR28T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR28T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR28T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR28T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR28T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR28T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR28T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR28T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR28T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR28T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR28T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR28T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR28T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR28T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR28T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR28T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR28T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR28T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR28T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR28T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR28T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR28T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR28T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR28T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR28T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR28T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR28T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR28T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR28T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR28InMediaRemSigStack     INTEGER,
    rPSActionR28T4I1MediaChanNEConn    Unsigned32,
    rPSActionR28T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR28T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR28I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR28AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR28T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR28T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR28T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR28I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR28I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR28I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR28NumActCallPartyNumAct  DisplayString,
    rPSActionR28NumActChargeNumAct     DisplayString,
    rPSActionR28AttrValUsrDef4Match    INTEGER,
    rPSActionR28AttrValUsrDef4         Unsigned32,
    rPSActionR28AttrValUsrDef5Match    INTEGER,
    rPSActionR28AttrValUsrDef5         Unsigned32,
    rPSActionR28AttrValUsrDef6Match    INTEGER,
    rPSActionR28AttrValUsrDef6         Unsigned32,
    rPSActionR28AttrValUsrDef7Match    INTEGER,
    rPSActionR28AttrValUsrDef7         Unsigned32,
    rPSActionR28AttrValUsrDef8Match    INTEGER,
    rPSActionR28AttrValUsrDef8         Unsigned32,
    rPSActionR28AttrValUsrDef9Match    INTEGER,
    rPSActionR28AttrValUsrDef9         Unsigned32,
    rPSActionR28AttrValUsrDef10Match   INTEGER,
    rPSActionR28AttrValUsrDef10        Unsigned32,
    rPSActionR28AttrValUsrDef11Match   INTEGER,
    rPSActionR28AttrValUsrDef11        Unsigned32,
    rPSActionR28AttrValUsrDef12Match   INTEGER,
    rPSActionR28AttrValUsrDef12        Unsigned32,
    rPSActionR28AttrValUsrDef13Match   INTEGER,
    rPSActionR28AttrValUsrDef13        Unsigned32,
    rPSActionR28AttrValUsrDef14Match   INTEGER,
    rPSActionR28AttrValUsrDef14        Unsigned32,
    rPSActionR28AttrValUsrDef15Match   INTEGER,
    rPSActionR28AttrValUsrDef15        Unsigned32,
    rPSActionR28AttrValUsrDef16Match   INTEGER,
    rPSActionR28AttrValUsrDef16        Unsigned32,
    rPSActionR28AttrValUsrDef17Match   INTEGER,
    rPSActionR28AttrValUsrDef17        Unsigned32,
    rPSActionR28AttrValUsrDef18Match   INTEGER,
    rPSActionR28AttrValUsrDef18        Unsigned32,
    rPSActionR28AttrValUsrDef19Match   INTEGER,
    rPSActionR28AttrValUsrDef19        Unsigned32,
    rPSActionR28AttrValUsrDef20Match   INTEGER,
    rPSActionR28AttrValUsrDef20        Unsigned32,
    rPSActionR28AttrValLCC6Match       INTEGER,
    rPSActionR28AttrValLCC6            Unsigned32,
    rPSActionR28AttrValLCC7Match       INTEGER,
    rPSActionR28AttrValLCC7            Unsigned32,
    rPSActionR28AttrValLCC8Match       INTEGER,
    rPSActionR28AttrValLCC8            Unsigned32,
    rPSActionR28AttrValLCC9Match       INTEGER,
    rPSActionR28AttrValLCC9            Unsigned32,
    rPSActionR28AttrValLCC10Match      INTEGER,
    rPSActionR28AttrValLCC10           Unsigned32,
    rPSActionR28AttrValLCC11Match      INTEGER,
    rPSActionR28AttrValLCC11           Unsigned32,
    rPSActionR28AttrValLCC12Match      INTEGER,
    rPSActionR28AttrValLCC12           Unsigned32,
    rPSActionR28AttrValLCC13Match      INTEGER,
    rPSActionR28AttrValLCC13           Unsigned32,
    rPSActionR28AttrValLCC14Match      INTEGER,
    rPSActionR28AttrValLCC14           Unsigned32,
    rPSActionR28AttrValLCC15Match      INTEGER,
    rPSActionR28AttrValLCC15           Unsigned32,
    rPSActionR28AttrValLCC16Match      INTEGER,
    rPSActionR28AttrValLCC16           Unsigned32,
    rPSActionR28AttrValLCC17Match      INTEGER,
    rPSActionR28AttrValLCC17           Unsigned32,
    rPSActionR28AttrValLCC18Match      INTEGER,
    rPSActionR28AttrValLCC18           Unsigned32,
    rPSActionR28AttrValLCC19Match      INTEGER,
    rPSActionR28AttrValLCC19           Unsigned32,
    rPSActionR28AttrValLCC20Match      INTEGER,
    rPSActionR28AttrValLCC20           Unsigned32,
    rPSActionR28AttrValESAStatusMatch  INTEGER,
    rPSActionR28I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR28I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR28I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR28I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR28MaxCallDurn            Unsigned32,
    rPSActionR28InReleaseCauseMatch    INTEGER,
    rPSActionR28InReleaseCause         INTEGER,
    rPSActionR28OutQ850ReleaseCause    INTEGER,
    rPSActionR28BearerCapabilityMatch  INTEGER,
    rPSActionR28BearerCapability       BITS,
    rPSActionR28AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR28AttrValPriorityCall    INTEGER,
    rPSActionR28AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR28AttrValNetWdBGID       Unsigned32,
    rPSActionR28AttrValBGLnPrivMatch   INTEGER,
    rPSActionR28AttrValBGLnPriv        Unsigned32,
    rPSActionR28AttrValISwIBGCallMatch INTEGER,
    rPSActionR28AttrValISwIBGCall      INTEGER,
    rPSActionR28AttrValOTGpIDMatch     INTEGER,
    rPSActionR28AttrValOTGpID          DisplayString,
    rPSActionR28AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR28AttrValOrigTrCxt       DisplayString,
    rPSActionR28AttrValDTGpIDMatch     INTEGER,
    rPSActionR28AttrValDTGpID          DisplayString,
    rPSActionR28AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR28AttrValDestTrnkCxt     DisplayString,
    rPSActionR28OverrideCldAddrScope   INTEGER,
    rPSActionR28RequestCNAMDip         INTEGER,
    rPSActionR28T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR28T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR28T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR28DestTrnkGpID           DisplayString,
    rPSActionR28DestTrnkCxt            DisplayString,
    rPSActionR28GenericMatchType       INTEGER,
    rPSActionR28ClgPartyCats           BITS,
    rPSActionR28LowerPropDly           Unsigned32,
    rPSActionR28UpperPropDly           Unsigned32,
    rPSActionR28SatelliteInd           Unsigned32,
    rPSActionR28IsupPreference         BITS,
    rPSActionR28GermanNukkFsrMatchType INTEGER,
    rPSActionR28GermanNukkFsrInd       Unsigned32,
    rPSActionR28GermanNukkFszMatchType INTEGER,
    rPSActionR28GermanNukkFszInd       Unsigned32,
    rPSActionR28GermanNukkIcrMatchType INTEGER,
    rPSActionR28GermanNukkIcrInd       Unsigned32,
    rPSActionR28GermanNukkNcrMatchType INTEGER,
    rPSActionR28GermanNukkNcrInd       Unsigned32,
    rPSActionR28GermanNukkCnbMatchType INTEGER,
    rPSActionR28GermanNukkCnbInd       Unsigned32,
    rPSActionR28GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR28GermanNukkCustId       Unsigned32,
    rPSActionR28GermanNukkServMatchType
                                       INTEGER,
    rPSActionR28GermanNukkServ         Unsigned32,
    rPSActionR28GermanNsspFsmMatchType INTEGER,
    rPSActionR28GermanNsspFsmInd       Unsigned32,
    rPSActionR28GermanNsspNpfMatchType INTEGER,
    rPSActionR28GermanNsspNpfInd       Unsigned32,
    rPSActionR28GermanNsspTiMatchType  INTEGER,
    rPSActionR28GermanNsspTransitInd   Unsigned32,
    rPSActionR28GermanNsspServMatchType
                                       INTEGER,
    rPSActionR28GermanNsspServ         Unsigned32,
    rPSActionR28ENUMSuffix             DisplayString,
    rPSActionR28ENUMServers            DisplayString,
    rPSActionR28RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR28CPCSpecificOther       DisplayString,
    rPSActionR28RouteLabel             DisplayString,
    rPSActionR28OverrideClgAddrScope   INTEGER,
    rPSActionR28AttrValSiteMatch       INTEGER,
    rPSActionR28I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR28NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR28OverrideISUPRetryScope INTEGER,
    rPSActionR28NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR28PresNumScopeUKOnly     INTEGER,
    rPSActionR28RecoveryFromLossRTP    INTEGER,
    rPSActionR28NumActionUDSA1Action   DisplayString,
    rPSActionR28NumActionUDSA2Action   DisplayString,
    rPSActionR28NumActionUDSA3Action   DisplayString,
    rPSActionR28NumActionUDSA4Action   DisplayString,
    rPSActionR28NumActionUDSA5Action   DisplayString,
    rPSActionR28NumActionUDSA6Action   DisplayString,
    rPSActionR28NumActionUDSA7Action   DisplayString,
    rPSActionR28NumActionUDSA8Action   DisplayString,
    rPSActionR28NumActionUDSA9Action   DisplayString,
    rPSActionR28NumActionUDSA10Action  DisplayString,
    rPSActionR28SignaledCallerIdScope  INTEGER,
    rPSActionR28SignaledCallerIdIncomplete
                                       INTEGER,
    rPSActionR28SignaledCallerIdNumPlanIndicator
                                       INTEGER,
    rPSActionR28SignaledCallerIdPresRestricted
                                       INTEGER,
    rPSActionR28SignaledCallerIdScreeningIndicator
                                       INTEGER
  }

  rPSActionR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR28Entry  1 }

  rPSActionR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR28Entry  2 }

  rPSActionR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR28Entry  3 }

  rPSActionR28CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR28Entry  4 }

  rPSActionR28RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR28Entry  5 }

  rPSActionR28RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR28Entry  6 }

  rPSActionR28AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR28Entry  7 }

  rPSActionR28AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR28Entry  8 }

  rPSActionR28WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR28Entry  9 }

  rPSActionR28WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR28Entry  10 }

  rPSActionR28TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR28Entry  11 }

  rPSActionR28WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  12 }

  rPSActionR28ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR28Entry  13 }

  rPSActionR28Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5),
                   routeBasedOnTGID(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR28Entry  14 }

  rPSActionR28T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  15 }

  rPSActionR28T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  16 }

  rPSActionR28T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  17 }

  rPSActionR28T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  18 }

  rPSActionR28T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  19 }

  rPSActionR28T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  20 }

  rPSActionR28T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  21 }

  rPSActionR28T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  22 }

  rPSActionR28T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  23 }

  rPSActionR28T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  24 }

  rPSActionR28T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  25 }

  rPSActionR28T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  26 }

  rPSActionR28I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR28Entry  27 }

  rPSActionR28I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR28Entry  28 }

  rPSActionR28I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR28Entry  29 }

  rPSActionR28I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR28Entry  30 }

  rPSActionR28I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR28Entry  31 }

  rPSActionR28ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR28Entry  32 }

  rPSActionR28T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  33 }

  rPSActionR28T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  34 }

  rPSActionR28AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR28Entry  35 }

  rPSActionR28AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR28Entry  36 }

  rPSActionR28RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR28Entry  37 }

  rPSActionR28CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR28Entry  38 }

  rPSActionR28MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR28Entry  39 }

  rPSActionR28MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR28Entry  40 }

  rPSActionR28MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR28Entry  41 }

  rPSActionR28MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR28Entry  42 }

  rPSActionR28CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR28Entry  43 }

  rPSActionR28CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR28Entry  44 }

  rPSActionR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR28Entry  50 }

  rPSActionR28OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18),
                   recoveryFromLossOfRTP(19),
                   signaledCallerIDScope(20),
                   signaledCallerIDIncomplete(21),
                   signaledCallerIDNumberPlanIndicator(22),
                   signaledCallerIDPresentationRestricted(23),
                   signaledCallerIDScreeningIndicator(24)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR28Entry  51 }

  rPSActionR28AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR28Entry  52 }

  rPSActionR28AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR28Entry  53 }

  rPSActionR28AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR28Entry  54 }

  rPSActionR28AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR28Entry  55 }

  rPSActionR28AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR28Entry  56 }

  rPSActionR28TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR28Entry  57 }

  rPSActionR28TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR28Entry  58 }

  rPSActionR28TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR28Entry  59 }

  rPSActionR28TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR28Entry  60 }

  rPSActionR28TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR28Entry  61 }

  rPSActionR28TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR28Entry  62 }

  rPSActionR28TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR28Entry  63 }

  rPSActionR28TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR28Entry  64 }

  rPSActionR28TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR28Entry  65 }

  rPSActionR28TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR28Entry  66 }

  rPSActionR28TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR28Entry  67 }

  rPSActionR28TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR28Entry  68 }

  rPSActionR28TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR28Entry  69 }

  rPSActionR28SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR28Entry  71 }

  rPSActionR28NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR28Entry  83 }

  rPSActionR28Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR28Entry  104 }

  rPSActionR28AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  105 }

  rPSActionR28AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR28Entry  106 }

  rPSActionR28AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  107 }

  rPSActionR28T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  110 }

  rPSActionR28T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  111 }

  rPSActionR28T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  112 }

  rPSActionR28T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  113 }

  rPSActionR28T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  114 }

  rPSActionR28I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR28Entry  115 }

  rPSActionR28I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR28Entry  116 }

  rPSActionR28I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR28Entry  117 }

  rPSActionR28I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR28Entry  118 }

  rPSActionR28AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  119 }

  rPSActionR28AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  120 }

  rPSActionR28AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR28Entry  121 }

  rPSActionR28AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  122 }

  rPSActionR28AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR28Entry  123 }

  rPSActionR28AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  124 }

  rPSActionR28AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR28Entry  125 }

  rPSActionR28AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  126 }

  rPSActionR28AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR28Entry  127 }

  rPSActionR28AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  128 }

  rPSActionR28AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR28Entry  129 }

  rPSActionR28AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  130 }

  rPSActionR28AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR28Entry  131 }

  rPSActionR28AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  132 }

  rPSActionR28AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR28Entry  133 }

  rPSActionR28AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  134 }

  rPSActionR28AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR28Entry  135 }

  rPSActionR28AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  136 }

  rPSActionR28AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR28Entry  137 }

  rPSActionR28AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  138 }

  rPSActionR28AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR28Entry  139 }

  rPSActionR28AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  140 }

  rPSActionR28AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR28Entry  141 }

  rPSActionR28AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  142 }

  rPSActionR28AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR28Entry  143 }

  rPSActionR28AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  144 }

  rPSActionR28AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  145 }

  rPSActionR28AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  146 }

  rPSActionR28InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR28Entry  147 }

  rPSActionR28T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR28Entry  148 }

  rPSActionR28T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR28Entry  149 }

  rPSActionR28T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR28Entry  150 }

  rPSActionR28T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR28Entry  151 }

  rPSActionR28T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR28Entry  152 }

  rPSActionR28T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR28Entry  153 }

  rPSActionR28T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR28Entry  154 }

  rPSActionR28T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR28Entry  155 }

  rPSActionR28T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR28Entry  156 }

  rPSActionR28T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR28Entry  157 }

  rPSActionR28T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  158 }

  rPSActionR28T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  159 }

  rPSActionR28T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  160 }

  rPSActionR28T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  161 }

  rPSActionR28T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  162 }

  rPSActionR28T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR28Entry  163 }

  rPSActionR28T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  164 }

  rPSActionR28T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  165 }

  rPSActionR28T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  166 }

  rPSActionR28T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  167 }

  rPSActionR28T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  168 }

  rPSActionR28T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR28Entry  169 }

  rPSActionR28T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  170 }

  rPSActionR28T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  171 }

  rPSActionR28T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  172 }

  rPSActionR28T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  173 }

  rPSActionR28T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR28Entry  174 }

  rPSActionR28T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  175 }

  rPSActionR28T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  176 }

  rPSActionR28T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  177 }

  rPSActionR28T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  178 }

  rPSActionR28T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  179 }

  rPSActionR28InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR28Entry  180 }

  rPSActionR28T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  181 }

  rPSActionR28T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  182 }

  rPSActionR28T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR28Entry  183 }

  rPSActionR28I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR28Entry  184 }

  rPSActionR28AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  185 }

  rPSActionR28T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR28Entry  186 }

  rPSActionR28T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR28Entry  187 }

  rPSActionR28T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR28Entry  188 }

  rPSActionR28I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR28Entry  189 }

  rPSActionR28I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR28Entry  190 }

  rPSActionR28I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR28Entry  191 }

  rPSActionR28NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR28Entry  193 }

  rPSActionR28NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR28Entry  194 }

  rPSActionR28AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  195 }

  rPSActionR28AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR28Entry  196 }

  rPSActionR28AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  197 }

  rPSActionR28AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR28Entry  198 }

  rPSActionR28AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  199 }

  rPSActionR28AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR28Entry  200 }

  rPSActionR28AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  201 }

  rPSActionR28AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR28Entry  202 }

  rPSActionR28AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  203 }

  rPSActionR28AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR28Entry  204 }

  rPSActionR28AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  205 }

  rPSActionR28AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR28Entry  206 }

  rPSActionR28AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  207 }

  rPSActionR28AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR28Entry  208 }

  rPSActionR28AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  209 }

  rPSActionR28AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR28Entry  210 }

  rPSActionR28AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  211 }

  rPSActionR28AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR28Entry  212 }

  rPSActionR28AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  213 }

  rPSActionR28AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR28Entry  214 }

  rPSActionR28AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  215 }

  rPSActionR28AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR28Entry  216 }

  rPSActionR28AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  217 }

  rPSActionR28AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR28Entry  218 }

  rPSActionR28AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  219 }

  rPSActionR28AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR28Entry  220 }

  rPSActionR28AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  221 }

  rPSActionR28AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR28Entry  222 }

  rPSActionR28AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  223 }

  rPSActionR28AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR28Entry  224 }

  rPSActionR28AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  225 }

  rPSActionR28AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR28Entry  226 }

  rPSActionR28AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  227 }

  rPSActionR28AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR28Entry  228 }

  rPSActionR28AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  229 }

  rPSActionR28AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR28Entry  230 }

  rPSActionR28AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  231 }

  rPSActionR28AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR28Entry  232 }

  rPSActionR28AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  233 }

  rPSActionR28AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR28Entry  234 }

  rPSActionR28AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  235 }

  rPSActionR28AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR28Entry  236 }

  rPSActionR28AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  237 }

  rPSActionR28AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR28Entry  238 }

  rPSActionR28AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  239 }

  rPSActionR28AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR28Entry  240 }

  rPSActionR28AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  241 }

  rPSActionR28AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR28Entry  242 }

  rPSActionR28AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  243 }

  rPSActionR28AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR28Entry  244 }

  rPSActionR28AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  245 }

  rPSActionR28AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR28Entry  246 }

  rPSActionR28AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  247 }

  rPSActionR28AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR28Entry  248 }

  rPSActionR28AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  249 }

  rPSActionR28AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR28Entry  250 }

  rPSActionR28AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  251 }

  rPSActionR28AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR28Entry  252 }

  rPSActionR28AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  253 }

  rPSActionR28AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR28Entry  254 }

  rPSActionR28AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  255 }

  rPSActionR28AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR28Entry  256 }

  rPSActionR28AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  257 }

  rPSActionR28AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR28Entry  258 }

  rPSActionR28AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR28Entry  259 }

  rPSActionR28I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR28Entry  260 }

  rPSActionR28I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR28Entry  261 }

  rPSActionR28I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR28Entry  262 }

  rPSActionR28I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR28Entry  263 }

  rPSActionR28MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR28Entry  264 }

  rPSActionR28InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4),
                   anyQ850ReleaseCauseIfPresent(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR28Entry  265 }

  rPSActionR28InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR28Entry  266 }

  rPSActionR28OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR28Entry  268 }

  rPSActionR28BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  269 }

  rPSActionR28BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR28Entry  270 }

  rPSActionR28AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  271 }

  rPSActionR28AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR28Entry  272 }

  rPSActionR28AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  273 }

  rPSActionR28AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR28Entry  274 }

  rPSActionR28AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  275 }

  rPSActionR28AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR28Entry  276 }

  rPSActionR28AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR28Entry  277 }

  rPSActionR28AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR28Entry  278 }

  rPSActionR28AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  279 }

  rPSActionR28AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR28Entry  280 }

  rPSActionR28AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  281 }

  rPSActionR28AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR28Entry  282 }

  rPSActionR28AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  283 }

  rPSActionR28AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR28Entry  284 }

  rPSActionR28AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  285 }

  rPSActionR28AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR28Entry  286 }

  rPSActionR28OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR28Entry  287 }

  rPSActionR28RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkToTrunkCalls(1),
                   noCalls(2),
                   allCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { noCalls }
    ::= { rPSActionR28Entry  288 }

  rPSActionR28T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR28Entry  289 }

  rPSActionR28T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR28Entry  290 }

  rPSActionR28T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR28Entry  291 }

  rPSActionR28DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR28Entry  292 }

  rPSActionR28DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR28Entry  293 }

  rPSActionR28GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR28Entry  294 }

  rPSActionR28ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR28Entry  295 }

  rPSActionR28LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  296 }

  rPSActionR28UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR28Entry  297 }

  rPSActionR28SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  298 }

  rPSActionR28IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR28Entry  299 }

  rPSActionR28GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  300 }

  rPSActionR28GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  301 }

  rPSActionR28GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  302 }

  rPSActionR28GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  303 }

  rPSActionR28GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  304 }

  rPSActionR28GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  305 }

  rPSActionR28GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  306 }

  rPSActionR28GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  307 }

  rPSActionR28GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  308 }

  rPSActionR28GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  309 }

  rPSActionR28GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  310 }

  rPSActionR28GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  311 }

  rPSActionR28GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  312 }

  rPSActionR28GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  313 }

  rPSActionR28GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  314 }

  rPSActionR28GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  315 }

  rPSActionR28GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  316 }

  rPSActionR28GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  317 }

  rPSActionR28GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  318 }

  rPSActionR28GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  319 }

  rPSActionR28GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR28Entry  320 }

  rPSActionR28GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR28Entry  321 }

  rPSActionR28ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR28Entry  322 }

  rPSActionR28ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR28Entry  323 }

  rPSActionR28RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR28Entry  324 }

  rPSActionR28CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR28Entry  325 }

  rPSActionR28RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR28Entry  326 }

  rPSActionR28OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR28Entry  327 }

  rPSActionR28AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR28Entry  328 }

  rPSActionR28I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR28Entry  329 }

  rPSActionR28NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR28Entry  331 }

  rPSActionR28OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR28Entry  332 }

  rPSActionR28NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR28Entry  333 }

  rPSActionR28PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR28Entry  334 }

  rPSActionR28RecoveryFromLossRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRTPLossDetection(0),
                   detectRTPLossAndFailCall(1),
                   detectRTPLossAndRetryCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recovery from loss of RTP'."
    DEFVAL       { noRTPLossDetection }
    ::= { rPSActionR28Entry  335 }

  rPSActionR28NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSActionR28Entry  336 }

  rPSActionR28NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSActionR28Entry  337 }

  rPSActionR28NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSActionR28Entry  338 }

  rPSActionR28NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSActionR28Entry  339 }

  rPSActionR28NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSActionR28Entry  340 }

  rPSActionR28NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSActionR28Entry  341 }

  rPSActionR28NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSActionR28Entry  342 }

  rPSActionR28NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSActionR28Entry  343 }

  rPSActionR28NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSActionR28Entry  344 }

  rPSActionR28NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSActionR28Entry  345 }

  rPSActionR28SignaledCallerIdScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR28Entry  346 }

  rPSActionR28SignaledCallerIdIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSActionR28Entry  347 }

  rPSActionR28SignaledCallerIdNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSActionR28Entry  348 }

  rPSActionR28SignaledCallerIdPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID presentation restricted'."
    DEFVAL       { presentationAllowed }
    ::= { rPSActionR28Entry  349 }

  rPSActionR28SignaledCallerIdScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSActionR28Entry  350 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TDM Carrier'                                                */
-- /* Valid from: 9.4                                                               */
-- /*********************************************************************************/

  tDMCarrierR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TDMCarrierR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TDM Configuration'."
    ::= { metaSwitch  2520 }

  tDMCarrierR10Entry OBJECT-TYPE
    SYNTAX       TDMCarrierR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tDMCarrierR10NEConn,
             tDMCarrierR10NetwkElement,
             tDMCarrierR10MediaGatewayIx,
             tDMCarrierR10CarrIx }
    ::= {  tDMCarrierR10Table  1  }

  TDMCarrierR10Entry  ::=  SEQUENCE
  {
    tDMCarrierR10NEConn                Unsigned32,
    tDMCarrierR10NetwkElement          DisplayString,
    tDMCarrierR10MediaGatewayIx        Unsigned32,
    tDMCarrierR10CarrIx                Unsigned32,
    tDMCarrierR10Desc                  DisplayString,
    tDMCarrierR10CarrDspName           LongDisplayString,
    tDMCarrierR10ExtraInfo1            DisplayString,
    tDMCarrierR10ExtraInfo2            DisplayString,
    tDMCarrierR10CarrType              INTEGER,
    tDMCarrierR10CfgdChldCarrType      INTEGER,
    tDMCarrierR10ChldPosition          Unsigned32,
    tDMCarrierR10BrkOutPnlTpBldA       INTEGER,
    tDMCarrierR10BrkOutPnlTpBldB       INTEGER,
    tDMCarrierR10LineStatus            BITS,
    tDMCarrierR10DeactivnMode          INTEGER,
    tDMCarrierR10I1CarrToSwapWithNEConn
                                       Unsigned32,
    tDMCarrierR10I2CarrToSwapWithNetwkElement
                                       DisplayString,
    tDMCarrierR10I3CarrToSwapWithMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR10I4CarrToSwapWithCarrIx
                                       Unsigned32,
    tDMCarrierR10FacilityName          DisplayString,
    tDMCarrierR10DirectT1CAS           INTEGER,
    tDMCarrierR10I1MFProtProfNEConn    Unsigned32,
    tDMCarrierR10I2MFProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR10I3MFProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR10I4MFProtProfProfIx    Unsigned32,
    tDMCarrierR10I1DirectT1CASProtProfNEConn
                                       Unsigned32,
    tDMCarrierR10I2DirectT1CASProtProfNetwkElement
                                       DisplayString,
    tDMCarrierR10I3DirectT1CASProtProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR10I4DirectT1CASProtProfProfIx
                                       Unsigned32,
    tDMCarrierR10DirectT1CASProtProfOtherVals
                                       INTEGER,
    tDMCarrierR10SupportedTerms        BITS,
    tDMCarrierR10AvailUses             BITS,
    tDMCarrierR10T1LineFraming         INTEGER,
    tDMCarrierR10E1LineFraming         INTEGER,
    tDMCarrierR10PhysEncodingT1        INTEGER,
    tDMCarrierR10PhysEncodingE1        INTEGER,
    tDMCarrierR10DS1LineLen            INTEGER,
    tDMCarrierR10TermEvtTraceIdentifier
                                       Integer32,
    tDMCarrierR10DS3LineLen            INTEGER,
    tDMCarrierR10DS3LineFraming        INTEGER,
    tDMCarrierR10BitErrRate            INTEGER,
    tDMCarrierR10SFPPresenceBladeA     INTEGER,
    tDMCarrierR10SFPPresenceBladeB     INTEGER,
    tDMCarrierR10SFPCfgdModType        INTEGER,
    tDMCarrierR10SFPActlModTpBldA      BITS,
    tDMCarrierR10SFPActlModTpBldB      BITS,
    tDMCarrierR10SFPSuppUsgBladeA      BITS,
    tDMCarrierR10SFPSuppUsgBladeB      BITS,
    tDMCarrierR10SFPSerialNumBladeA    DisplayString,
    tDMCarrierR10SFPSerialNumBladeB    DisplayString,
    tDMCarrierR10SFPIdentifierBladeA   INTEGER,
    tDMCarrierR10SFPIdentifierBladeB   INTEGER,
    tDMCarrierR10SFPConnValBldA        INTEGER,
    tDMCarrierR10SFPConnValBldB        INTEGER,
    tDMCarrierR10SFPVendorNameBladeA   DisplayString,
    tDMCarrierR10SFPVendorNameBladeB   DisplayString,
    tDMCarrierR10SFPVendorOUIBladeA    OCTET STRING,
    tDMCarrierR10SFPVendorOUIBladeB    OCTET STRING,
    tDMCarrierR10SFPVendorPNBladeA     DisplayString,
    tDMCarrierR10SFPVendorPNBladeB     DisplayString,
    tDMCarrierR10SFPVendorRevBladeA    DisplayString,
    tDMCarrierR10SFPVendorRevBladeB    DisplayString,
    tDMCarrierR10SFPTransFltSuppBldA   INTEGER,
    tDMCarrierR10SFPTransFltBldA       INTEGER,
    tDMCarrierR10SFPTransFltSuppBldB   INTEGER,
    tDMCarrierR10SFPTransFltBldB       INTEGER,
    tDMCarrierR10SFPLOSSuppBldA        INTEGER,
    tDMCarrierR10SFPLOSBldA            INTEGER,
    tDMCarrierR10SFPLOSSuppBldB        INTEGER,
    tDMCarrierR10SFPLOSBldB            INTEGER,
    tDMCarrierR10SFPActEncBladeA       INTEGER,
    tDMCarrierR10SFPActEncBladeB       INTEGER,
    tDMCarrierR10APSMode               INTEGER,
    tDMCarrierR10APSSelRXFiber         INTEGER,
    tDMCarrierR10APSRequest            INTEGER,
    tDMCarrierR10APSXmitSignal         INTEGER,
    tDMCarrierR10APSRcvdSignal         INTEGER,
    tDMCarrierR10APSDominantSignal     INTEGER,
    tDMCarrierR10APSWaitToRestoreTime  Unsigned32,
    tDMCarrierR10APSSignalDegradeThreshold
                                       INTEGER,
    tDMCarrierR10APSSignalFailThreshold
                                       INTEGER,
    tDMCarrierR10SecTrcMsgSize         INTEGER,
    tDMCarrierR10SecTrcXmitMsg         DisplayString,
    tDMCarrierR10SecTrcExpRcvMsg       DisplayString,
    tDMCarrierR10SecTrcBladeAActualRcvdMsg
                                       DisplayString,
    tDMCarrierR10SecTrcBladeBActualRcvdMsg
                                       DisplayString,
    tDMCarrierR10SecTrcCheckTIM        INTEGER,
    tDMCarrierR10PathTrcMsgSize        INTEGER,
    tDMCarrierR10PathTrcXmitMsg        DisplayString,
    tDMCarrierR10PathTrcExpectedRcvMsg DisplayString,
    tDMCarrierR10PathTrcActualRcvdMsg  DisplayString,
    tDMCarrierR10PathTrcCheckTIM       INTEGER,
    tDMCarrierR10BERTTestRunning       INTEGER,
    tDMCarrierR10BERTTotTestTime       Unsigned32,
    tDMCarrierR10BERTLossSynchronization
                                       Unsigned32,
    tDMCarrierR10BERTLOS               Unsigned32,
    tDMCarrierR10BERTBitErrRate        DisplayString,
    tDMCarrierR10BERTMaxIntervalBitErrRate
                                       DisplayString,
    tDMCarrierR10LoopbackLocalLoopbackStatus
                                       INTEGER,
    tDMCarrierR10LoopbackFarEndLoopbackStatus
                                       INTEGER,
    tDMCarrierR10LoopbackAllowAutoLoopbackActivn
                                       INTEGER,
    tDMCarrierR10CfgCarrActSts         INTEGER,
    tDMCarrierR10CfgCarrActLogCorr     Counter64,
    tDMCarrierR10CfgCarrActLogCorrNode DisplayString,
    tDMCarrierR10CfgCarrActLogCorrUID  DisplayString,
    tDMCarrierR10I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tDMCarrierR10I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tDMCarrierR10I3FaultMonitoringProfFMPIx
                                       Integer32,
    tDMCarrierR10FaultMonitoringProfOtherVals
                                       INTEGER,
    tDMCarrierR10AlrmState             INTEGER,
    tDMCarrierR10StatisticsAlrms       Integer32,
    tDMCarrierR10AlrmStateTimestamp    Unsigned32,
    tDMCarrierR10AlrmEvtsAttnRqLogCorr Counter64,
    tDMCarrierR10AlrmEvtsAttnRq        Unsigned32,
    tDMCarrierR10AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tDMCarrierR10ChldAlrmsAttnRq       Unsigned32,
    tDMCarrierR10ChldAlrmEvtsAttnRq    Unsigned32,
    tDMCarrierR10SummaryChldAlrmState  INTEGER,
    tDMCarrierR10ChldStatisticsAlrms   Integer32,
    tDMCarrierR10DiagsLoggingLogLvl    INTEGER,
    tDMCarrierR10APITraceEnabled       INTEGER,
    tDMCarrierR10APITraceTraceTag      DisplayString,
    tDMCarrierR10DS1Type               INTEGER,
    tDMCarrierR10ImportCnt             Integer32,
    tDMCarrierR10ImportStatus          DisplayString,
    tDMCarrierR10ImportMode            INTEGER,
    tDMCarrierR10ImportFile            DisplayString,
    tDMCarrierR10ImportCorr            Counter64,
    tDMCarrierR10ImportCorrNode        DisplayString,
    tDMCarrierR10ImportCorrUID         DisplayString,
    tDMCarrierR10ExportNumObjectsExported
                                       Integer32,
    tDMCarrierR10ExportStatus          DisplayString,
    tDMCarrierR10ExportFile            DisplayString,
    tDMCarrierR10ExportCorr            Counter64,
    tDMCarrierR10ExportCorrNode        DisplayString,
    tDMCarrierR10ExportCorrUID         DisplayString,
    tDMCarrierR10DoExtraActions        INTEGER,
    tDMCarrierR10RowStatus             RowStatus,
    tDMCarrierR10AdminStatus           AdminStatus,
    tDMCarrierR10OperStatus            OperStatus,
    tDMCarrierR10ProtectLineStatus     BITS,
    tDMCarrierR10WorkingLineStatus     BITS,
    tDMCarrierR10BERTTestPattnSync     INTEGER,
    tDMCarrierR10SecTrcXmitMsgHex      OCTET STRING,
    tDMCarrierR10SecTrcExpRcvMsgHex    OCTET STRING,
    tDMCarrierR10SecTrcBladeAActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR10SecTrcBladeBActlRMsgHex
                                       OCTET STRING,
    tDMCarrierR10BinaryH248PortName    OCTET STRING,
    tDMCarrierR10I1VoiceQualityProfNEConn
                                       Unsigned32,
    tDMCarrierR10I2VoiceQualityProfNetwkElement
                                       DisplayString,
    tDMCarrierR10I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    tDMCarrierR10I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    tDMCarrierR10H2481BCTTesterSendTone
                                       INTEGER,
    tDMCarrierR10H2481BCTTesterRcvTone INTEGER,
    tDMCarrierR10H2481BCTLoopbackRcvTone
                                       INTEGER,
    tDMCarrierR10H2481BCTLoopbackSendTone
                                       INTEGER,
    tDMCarrierR10Diag                  INTEGER,
    tDMCarrierR10RcvdQ50TRM            INTEGER,
    tDMCarrierR10DeferredAlrmNotifTimer
                                       Unsigned32,
    tDMCarrierR10ExportIncASRepData    INTEGER,
    tDMCarrierR10RcvdQ50TRMSoakTimer   Unsigned32,
    tDMCarrierR10ExportChldObjectsToInc
                                       INTEGER,
    tDMCarrierR10SFPXmitLsrEnBldA      INTEGER,
    tDMCarrierR10SFPXmitLsrEnBldB      INTEGER,
    tDMCarrierR10Q50DlcAlrmEnabled     INTEGER,
    tDMCarrierR10Q50DlcAlrmDly         Unsigned32
  }

  tDMCarrierR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tDMCarrierR10Entry  1 }

  tDMCarrierR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tDMCarrierR10Entry  2 }

  tDMCarrierR10MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { tDMCarrierR10Entry  3 }

  tDMCarrierR10CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier index'.
                  This is an index field."
    ::= { tDMCarrierR10Entry  4 }

  tDMCarrierR10Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tDMCarrierR10Entry  5 }

  tDMCarrierR10CarrDspName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier display name'."
    ::= { tDMCarrierR10Entry  6 }

  tDMCarrierR10ExtraInfo1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 1'."
    ::= { tDMCarrierR10Entry  7 }

  tDMCarrierR10ExtraInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Extra info 2'."
    ::= { tDMCarrierR10Entry  8 }

  tDMCarrierR10CarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier type'.
                  This field is only writable during create."
    ::= { tDMCarrierR10Entry  9 }

  tDMCarrierR10CfgdChldCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   unused(1),
                   aU3E1(2),
                   aU3T1(3),
                   aU4(4),
                   aUG1(5),
                   aUG4(6),
                   sFPGrouping(7),
                   balancedDS1FramingGroup(8),
                   dS1PhysicalGrouping(9),
                   unbalancedDS1FramingGroup(10),
                   dS3E1(11),
                   dS3Grouping(12),
                   dS3T1(13),
                   e1(14),
                   physicalDS3E1(15),
                   dS3PhysicalGrouping(16),
                   physicalDS3T1(17),
                   physicalE1(18),
                   physicalT1(19),
                   oC12SFP(20),
                   oC3SFP(21),
                   sTM1SFP(22),
                   sTM4SFP(23),
                   unusedSFP(24),
                   sTS1E1(25),
                   sTS1T1(26),
                   sTS12(27),
                   sTS3(28),
                   t1(29),
                   tU11(30),
                   tU12(31),
                   tU3E1(32),
                   tU3T1(33),
                   tUG2E1(34),
                   tUG2T1(35),
                   tUG3E1(36),
                   tUG3T1(37),
                   vT15(38),
                   vT2(39),
                   vTGroupE1(40),
                   vTGroupT1(41),
                   bITS(42)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configured child carrier type'.
                  This field is not writable when active."
    ::= { tDMCarrierR10Entry  10 }

  tDMCarrierR10ChldPosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..43 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child position'.
                  This field is not writable when active."
    ::= { tDMCarrierR10Entry  11 }

  tDMCarrierR10BrkOutPnlTpBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade A)'."
    ::= { tDMCarrierR10Entry  12 }

  tDMCarrierR10BrkOutPnlTpBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   none(1),
                   e1(2),
                   dS3(3),
                   dS1(4),
                   button(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Breakout panel type (Blade B)'."
    ::= { tDMCarrierR10Entry  13 }

  tDMCarrierR10LineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line status'."
    ::= { tDMCarrierR10Entry  14 }

  tDMCarrierR10DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tDMCarrierR10Entry  16 }

  tDMCarrierR10I1CarrToSwapWithNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR10Entry  17 }

  tDMCarrierR10I2CarrToSwapWithNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR10Entry  18 }

  tDMCarrierR10I3CarrToSwapWithMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR10Entry  19 }

  tDMCarrierR10I4CarrToSwapWithCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Carrier to swap with',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'.
                  This field is not valid at creation time."
    ::= { tDMCarrierR10Entry  20 }

  tDMCarrierR10FacilityName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Facility name'.
                  This field is not writable when active."
    ::= { tDMCarrierR10Entry  21 }

  tDMCarrierR10DirectT1CAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct T1 CAS'.
                  This field is not writable when active."
    ::= { tDMCarrierR10Entry  22 }

  tDMCarrierR10I1MFProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR10Entry  23 }

  tDMCarrierR10I2MFProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR10Entry  24 }

  tDMCarrierR10I3MFProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR10Entry  25 }

  tDMCarrierR10I4MFProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MF Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOMFProfileSE'."
    ::= { tDMCarrierR10Entry  26 }

  tDMCarrierR10I1DirectT1CASProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR10Entry  27 }

  tDMCarrierR10I2DirectT1CASProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR10Entry  28 }

  tDMCarrierR10I3DirectT1CASProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR10Entry  29 }

  tDMCarrierR10I4DirectT1CASProtProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOCASProtocolProfileSE'."
    ::= { tDMCarrierR10Entry  30 }

  tDMCarrierR10DirectT1CASProtProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Direct T1 CAS Protocol Profile'.
                  This field represents the fixed
                  values that Direct T1 CAS Protocol Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR10Entry  31 }

  tDMCarrierR10SupportedTerms OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   mF(2),
                   mTP2(3),
                   gR303(9),
                   iSDN(13),
                   v52(17),
                   tR08(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported terminations'."
    ::= { tDMCarrierR10Entry  32 }

  tDMCarrierR10AvailUses OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNDChannelNetworkSide(0),
                   iSDNDChannelUserSide(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Available uses'."
    ::= { tDMCarrierR10Entry  33 }

  tDMCarrierR10T1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   t1D4(1),
                   t1D4MF(2),
                   t1ESF(3),
                   t1ESFMF(4),
                   t1TR08(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 line framing'.
                  This field is not writable when active."
    DEFVAL       { t1ESF }
    ::= { tDMCarrierR10Entry  34 }

  tDMCarrierR10E1LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(5),
                   e1CRC(6),
                   e1Q50(7),
                   e1CRCQ50(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'E1 line framing'.
                  This field is not writable when active."
    DEFVAL       { e1 }
    ::= { tDMCarrierR10Entry  35 }

  tDMCarrierR10PhysEncodingT1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   b8ZS(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { b8ZS }
    ::= { tDMCarrierR10Entry  36 }

  tDMCarrierR10PhysEncodingE1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aMI(1),
                   hDB3(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Physical encoding'.
                  This field is not writable when active."
    DEFVAL       { hDB3 }
    ::= { tDMCarrierR10Entry  37 }

  tDMCarrierR10DS1LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   upTo133ft40m(1),
                   oneHundredThirtyThreeToTwoHundredSixtySixFeetsOrFortyToEightyMeters(2),
                   twoHundredSixtySixToThreeHundredNinetyNineFeetsOrEightyToOneHundredTwentyMeters(3),
                   threeHundredNinetyNineToFiveHundredThirtyThreeFeetsOrOneHundredTwentyMetersToOneHundredSixtyMeters(4),
                   over533ft160m(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 line length'.
                  This field is not writable when active."
    DEFVAL       { upTo133ft40m }
    ::= { tDMCarrierR10Entry  38 }

  tDMCarrierR10TermEvtTraceIdentifier OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Termination event trace identifier'."
    ::= { tDMCarrierR10Entry  39 }

  tDMCarrierR10DS3LineLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   lessThan225ft75m(1),
                   twoHundredTwentyFiveToFourHundredFiftyFeetsOrSeventyFiveToOneHundredFiftyMeters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line length'.
                  This field is not writable when active."
    DEFVAL       { lessThan225ft75m }
    ::= { tDMCarrierR10Entry  40 }

  tDMCarrierR10DS3LineFraming OBJECT-TYPE
    SYNTAX       INTEGER {
                   m23(1),
                   cBitParity(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS3 line framing'.
                  This field is not writable when active."
    DEFVAL       { m23 }
    ::= { tDMCarrierR10Entry  41 }

  tDMCarrierR10BitErrRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   nA(1),
                   pending(2),
                   bER32X103(3),
                   berBetween3Point2ExpMinus4AndExpMinus3(4),
                   bER32X104(5),
                   berBetween3Point2ExpMinus5AndExpMinus4(6),
                   bER32X105(7),
                   berBetween3Point2ExpMinus6AndExpMinus5(8),
                   bER32X106(9),
                   berBetween3Point2ExpMinus7AndExpMinus6(10),
                   bER32X107(11),
                   berBetween3Point2ExpMinus8AndExpMinus7(12),
                   bER32X108(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bit Error Rate'."
    ::= { tDMCarrierR10Entry  42 }

  tDMCarrierR10SFPPresenceBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade A'."
    ::= { tDMCarrierR10Entry  43 }

  tDMCarrierR10SFPPresenceBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   present(1),
                   absent(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - presence, Blade B'."
    ::= { tDMCarrierR10Entry  44 }

  tDMCarrierR10SFPCfgdModType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   mM(1),
                   mMSR(2),
                   sMIR(4),
                   sMLR(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - configured module type'."
    DEFVAL       { sMIR }
    ::= { tDMCarrierR10Entry  45 }

  tDMCarrierR10SFPActlModTpBldA OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade A'."
    ::= { tDMCarrierR10Entry  46 }

  tDMCarrierR10SFPActlModTpBldB OBJECT-TYPE
    SYNTAX       BITS {
                   mM(0),
                   mMSR(1),
                   sMIR(2),
                   sMLR(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual module type, Blade B'."
    ::= { tDMCarrierR10Entry  47 }

  tDMCarrierR10SFPSuppUsgBladeA OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade A'."
    ::= { tDMCarrierR10Entry  48 }

  tDMCarrierR10SFPSuppUsgBladeB OBJECT-TYPE
    SYNTAX       BITS {
                   oC12STM4(0),
                   oC3STM1(1),
                   ethernet(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - supported usages, Blade B'."
    ::= { tDMCarrierR10Entry  49 }

  tDMCarrierR10SFPSerialNumBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade A'."
    ::= { tDMCarrierR10Entry  50 }

  tDMCarrierR10SFPSerialNumBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - serial number, Blade B'."
    ::= { tDMCarrierR10Entry  51 }

  tDMCarrierR10SFPIdentifierBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade A'."
    ::= { tDMCarrierR10Entry  52 }

  tDMCarrierR10SFPIdentifierBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   gBIC(1),
                   moduleSolderedToMotherboard(2),
                   sFPTransceiver(3),
                   threeHundredPinXBI(4),
                   xenpak(5),
                   xFP(6),
                   xFF(7),
                   xFPE(8),
                   xPak(9),
                   x2(10),
                   dWDMSFP(11),
                   qSFP(12),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - identifier, Blade B'."
    ::= { tDMCarrierR10Entry  53 }

  tDMCarrierR10SFPConnValBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade A'."
    ::= { tDMCarrierR10Entry  54 }

  tDMCarrierR10SFPConnValBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknownOrUnspecified(0),
                   sC(1),
                   fibreChannelStyle1CopperConnector(2),
                   fibreChannelStyle2CopperConnector(3),
                   bNCTNC(4),
                   fibreChannelCoaxialHeaders(5),
                   fiberJack(6),
                   lC(7),
                   mTRJ(8),
                   mU(9),
                   sG(10),
                   opticalPigtail(11),
                   mPOParallelOptic(12),
                   hSSDCII(32),
                   copperPigtail(33),
                   rJ45(34),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - connector value, Blade B'."
    ::= { tDMCarrierR10Entry  55 }

  tDMCarrierR10SFPVendorNameBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade A'."
    ::= { tDMCarrierR10Entry  56 }

  tDMCarrierR10SFPVendorNameBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor name, Blade B'."
    ::= { tDMCarrierR10Entry  57 }

  tDMCarrierR10SFPVendorOUIBladeA OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade A'."
    ::= { tDMCarrierR10Entry  58 }

  tDMCarrierR10SFPVendorOUIBladeB OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..3))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor OUI, Blade B'."
    ::= { tDMCarrierR10Entry  59 }

  tDMCarrierR10SFPVendorPNBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade A'."
    ::= { tDMCarrierR10Entry  60 }

  tDMCarrierR10SFPVendorPNBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor PN, Blade B'."
    ::= { tDMCarrierR10Entry  61 }

  tDMCarrierR10SFPVendorRevBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade A'."
    ::= { tDMCarrierR10Entry  62 }

  tDMCarrierR10SFPVendorRevBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - vendor Rev, Blade B'."
    ::= { tDMCarrierR10Entry  63 }

  tDMCarrierR10SFPTransFltSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade A'."
    ::= { tDMCarrierR10Entry  64 }

  tDMCarrierR10SFPTransFltBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade A'."
    ::= { tDMCarrierR10Entry  65 }

  tDMCarrierR10SFPTransFltSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmitter fault supported, Blade B'."
    ::= { tDMCarrierR10Entry  66 }

  tDMCarrierR10SFPTransFltBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - transmitter fault, Blade B'."
    ::= { tDMCarrierR10Entry  67 }

  tDMCarrierR10SFPLOSSuppBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade A'."
    ::= { tDMCarrierR10Entry  68 }

  tDMCarrierR10SFPLOSBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade A'."
    ::= { tDMCarrierR10Entry  69 }

  tDMCarrierR10SFPLOSSuppBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - loss of Signal supported, Blade B'."
    ::= { tDMCarrierR10Entry  70 }

  tDMCarrierR10SFPLOSBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - loss of Signal, Blade B'."
    ::= { tDMCarrierR10Entry  71 }

  tDMCarrierR10SFPActEncBladeA OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade A'."
    ::= { tDMCarrierR10Entry  72 }

  tDMCarrierR10SFPActEncBladeB OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   eightBTenB(1),
                   fourBFiveB(2),
                   nRZ(3),
                   manchester(4),
                   sONETScrambling(5),
                   sixtyFourBSixtySixB(6),
                   unrecognized(255)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SFP - actual encoding, Blade B'."
    ::= { tDMCarrierR10Entry  73 }

  tDMCarrierR10APSMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonRevertiveUnidirectional(1),
                   nonRevertiveBidirectional(2),
                   revertiveUnidirectional(3),
                   revertiveBidirectional(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - mode'.
                  This field is not writable when active."
    DEFVAL       { nonRevertiveUnidirectional }
    ::= { tDMCarrierR10Entry  74 }

  tDMCarrierR10APSSelRXFiber OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   bladeA(1),
                   bladeB(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - Selected RX Fiber'."
    ::= { tDMCarrierR10Entry  75 }

  tDMCarrierR10APSRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(0),
                   manualSwitchToBladeA(1),
                   manualSwitchToBladeB(2),
                   forceSwitchToBladeA(3),
                   forceSwitchToBladeB(4),
                   lockout(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - request'."
    ::= { tDMCarrierR10Entry  77 }

  tDMCarrierR10APSXmitSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - transmit signal'."
    ::= { tDMCarrierR10Entry  78 }

  tDMCarrierR10APSRcvdSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   lockoutProtection(1),
                   forcedSwitchToBladeA(2),
                   forcedSwitchToBladeB(3),
                   signalFailureOnBladeA(4),
                   signalFailureOnBladeB(5),
                   signalDegradationOnBladeA(6),
                   signalDegradationOnBladeB(7),
                   manualSwitchToBladeA(8),
                   manualSwitchToBladeB(9),
                   waitToRestore(10),
                   exercise(11),
                   reverseRequest(12),
                   doNotRevert(13),
                   noRequest(14),
                   unrecognized(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - received signal'."
    ::= { tDMCarrierR10Entry  79 }

  tDMCarrierR10APSDominantSignal OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remote(2),
                   none(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - dominant signal'."
    ::= { tDMCarrierR10Entry  80 }

  tDMCarrierR10APSWaitToRestoreTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - wait-to-restore time'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { tDMCarrierR10Entry  81 }

  tDMCarrierR10APSSignalDegradeThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusFive(1),
                   tenToThePowerMinusSix(2),
                   tenToThePowerMinusSeven(3),
                   tenToThePowerMinusEight(4),
                   tenToThePowerMinusNine(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal degrade threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusSix }
    ::= { tDMCarrierR10Entry  82 }

  tDMCarrierR10APSSignalFailThreshold OBJECT-TYPE
    SYNTAX       INTEGER {
                   tenToThePowerMinusThree(1),
                   tenToThePowerMinusFour(2),
                   tenToThePowerMinusFive(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'APS - signal failure threshold'.
                  This field is not writable when active."
    DEFVAL       { tenToThePowerMinusThree }
    ::= { tDMCarrierR10Entry  83 }

  tDMCarrierR10SecTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneByte(1),
                   sixteenBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR10Entry  84 }

  tDMCarrierR10SecTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR10Entry  85 }

  tDMCarrierR10SecTrcExpRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR10Entry  86 }

  tDMCarrierR10SecTrcBladeAActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR10Entry  87 }

  tDMCarrierR10SecTrcBladeBActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR10Entry  88 }

  tDMCarrierR10SecTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR10Entry  89 }

  tDMCarrierR10PathTrcMsgSize OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixteenBytes(1),
                   sixtyFourBytes(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - message size'."
    DEFVAL       { sixteenBytes }
    ::= { tDMCarrierR10Entry  90 }

  tDMCarrierR10PathTrcXmitMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Path trace - transmit message'."
    ::= { tDMCarrierR10Entry  91 }

  tDMCarrierR10PathTrcExpectedRcvMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - expected receive message'."
    ::= { tDMCarrierR10Entry  92 }

  tDMCarrierR10PathTrcActualRcvdMsg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - actual received message'."
    ::= { tDMCarrierR10Entry  93 }

  tDMCarrierR10PathTrcCheckTIM OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Path trace - check trace identifier mismatch'."
    DEFVAL       { true }
    ::= { tDMCarrierR10Entry  94 }

  tDMCarrierR10BERTTestRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test running'."
    ::= { tDMCarrierR10Entry  95 }

  tDMCarrierR10BERTTotTestTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - total test time'."
    ::= { tDMCarrierR10Entry  96 }

  tDMCarrierR10BERTLossSynchronization OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of synchronization'."
    ::= { tDMCarrierR10Entry  97 }

  tDMCarrierR10BERTLOS OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - loss of signal'."
    ::= { tDMCarrierR10Entry  98 }

  tDMCarrierR10BERTBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - bit Error Rate'."
    ::= { tDMCarrierR10Entry  99 }

  tDMCarrierR10BERTMaxIntervalBitErrRate OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BERT - maximum interval bit error rate'."
    ::= { tDMCarrierR10Entry  100 }

  tDMCarrierR10LoopbackLocalLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noLoopback(1),
                   localLineLoopback(2),
                   localLineLoopbackSetByTheFarEnd(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Loopback - local loopback status'."
    ::= { tDMCarrierR10Entry  102 }

  tDMCarrierR10LoopbackFarEndLoopbackStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRequest(1),
                   requestingALineLoopbackAtTheFarEnd(2),
                   theFarEndHasBeenPlacedInLineLoopback(3),
                   theRequestToPlaceTheFarEndInLineLoopbackFailed(4),
                   requestingDeactivationOfLineLoopbackAtTheFarEnd(5),
                   requestForDeactivationOfLineLoopbackAtTheFarEndFailed(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - far-end loopback request status'."
    ::= { tDMCarrierR10Entry  103 }

  tDMCarrierR10LoopbackAllowAutoLoopbackActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Loopback - allow automatic loopback activation'."
    DEFVAL       { true }
    ::= { tDMCarrierR10Entry  104 }

  tDMCarrierR10CfgCarrActSts OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingCarriers(1),
                   failedToCreateCarriers(2),
                   createdCarriers(3),
                   deactivatingCarriers(4),
                   failedToDeactivateCarriers(5),
                   deactivatedCarriers(6),
                   disablingCarriers(7),
                   failedToDisableCarriers(8),
                   disabledCarriers(9),
                   deletingCarriers(10),
                   failedToDeleteCarriers(11),
                   deletedCarriers(12),
                   activatingCarriers(13),
                   failedToActivateCarriers(14),
                   activatedCarriers(15),
                   enablingCarriers(16),
                   failedToEnableCarriers(17),
                   enabledCarriers(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action status'."
    ::= { tDMCarrierR10Entry  106 }

  tDMCarrierR10CfgCarrActLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator'."
    ::= { tDMCarrierR10Entry  107 }

  tDMCarrierR10CfgCarrActLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action log correlator node'."
    ::= { tDMCarrierR10Entry  108 }

  tDMCarrierR10CfgCarrActLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Carrier Configuration - carrier action correlator uid'."
    ::= { tDMCarrierR10Entry  109 }

  tDMCarrierR10I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR10Entry  110 }

  tDMCarrierR10I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR10Entry  111 }

  tDMCarrierR10I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tDMCarrierR10Entry  112 }

  tDMCarrierR10FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tDMCarrierR10Entry  113 }

  tDMCarrierR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tDMCarrierR10Entry  114 }

  tDMCarrierR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tDMCarrierR10Entry  115 }

  tDMCarrierR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tDMCarrierR10Entry  116 }

  tDMCarrierR10AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tDMCarrierR10Entry  117 }

  tDMCarrierR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR10Entry  118 }

  tDMCarrierR10AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tDMCarrierR10Entry  119 }

  tDMCarrierR10ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { tDMCarrierR10Entry  120 }

  tDMCarrierR10ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tDMCarrierR10Entry  121 }

  tDMCarrierR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tDMCarrierR10Entry  122 }

  tDMCarrierR10ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { tDMCarrierR10Entry  123 }

  tDMCarrierR10DiagsLoggingLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - Logging - Log level'."
    DEFVAL       { defaultLevel }
    ::= { tDMCarrierR10Entry  124 }

  tDMCarrierR10APITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - enabled'."
    DEFVAL       { false }
    ::= { tDMCarrierR10Entry  125 }

  tDMCarrierR10APITraceTraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'API trace - trace tag'."
    ::= { tDMCarrierR10Entry  126 }

  tDMCarrierR10DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2),
                   t1AndE1(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 Type'."
    ::= { tDMCarrierR10Entry  127 }

  tDMCarrierR10ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tDMCarrierR10Entry  128 }

  tDMCarrierR10ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tDMCarrierR10Entry  129 }

  tDMCarrierR10ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tDMCarrierR10Entry  130 }

  tDMCarrierR10ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tDMCarrierR10Entry  131 }

  tDMCarrierR10ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tDMCarrierR10Entry  132 }

  tDMCarrierR10ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tDMCarrierR10Entry  133 }

  tDMCarrierR10ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tDMCarrierR10Entry  134 }

  tDMCarrierR10ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tDMCarrierR10Entry  135 }

  tDMCarrierR10ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tDMCarrierR10Entry  136 }

  tDMCarrierR10ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tDMCarrierR10Entry  137 }

  tDMCarrierR10ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tDMCarrierR10Entry  138 }

  tDMCarrierR10ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { tDMCarrierR10Entry  139 }

  tDMCarrierR10ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tDMCarrierR10Entry  140 }

  tDMCarrierR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2),
                   activateAllChildren(3),
                   activateAllDescendants(4),
                   deactivateAllChildren(5),
                   deactivateAllDescendants(6),
                   enableAllChildren(7),
                   enableAllDescendants(8),
                   disableAllChildren(9),
                   disableAllDescendants(10),
                   createChildren(11),
                   createAllDescendants(12),
                   deleteChildren(13),
                   deleteAllDescendants(14),
                   startLocalLineLoopback(15),
                   stopLocalLineLoopback(16),
                   startFarendLineLoopback(17),
                   stopFarendLineLoopback(18),
                   startBERT(19),
                   stopBERT(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR10Entry  141 }

  tDMCarrierR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { tDMCarrierR10Entry  142 }

  tDMCarrierR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR10Entry  143 }

  tDMCarrierR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tDMCarrierR10Entry  144 }

  tDMCarrierR10ProtectLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protect line status'."
    ::= { tDMCarrierR10Entry  145 }

  tDMCarrierR10WorkingLineStatus OBJECT-TYPE
    SYNTAX       BITS {
                   aIS(0),
                   rAI(1),
                   lOF(2),
                   lOS(3),
                   bER(4),
                   rFI(5),
                   lOP(6),
                   uNEQ(7),
                   tIM(8),
                   tIU(9),
                   pLM(10),
                   sD(11),
                   sF(12),
                   pSBF(13),
                   aPSCM(14),
                   aPSMM(15),
                   aPSIM(16),
                   fEPLF(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Working line status'."
    ::= { tDMCarrierR10Entry  146 }

  tDMCarrierR10BERTTestPattnSync OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BERT - test pattern synchronized'."
    ::= { tDMCarrierR10Entry  147 }

  tDMCarrierR10SecTrcXmitMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Section trace - transmit message'."
    ::= { tDMCarrierR10Entry  148 }

  tDMCarrierR10SecTrcExpRcvMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - expected receive message'."
    ::= { tDMCarrierR10Entry  149 }

  tDMCarrierR10SecTrcBladeAActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade A actual received message'."
    ::= { tDMCarrierR10Entry  150 }

  tDMCarrierR10SecTrcBladeBActlRMsgHex OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Section trace - Blade B actual received message'."
    ::= { tDMCarrierR10Entry  151 }

  tDMCarrierR10BinaryH248PortName OBJECT-TYPE
    SYNTAX       OCTET STRING ( SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binary H.248 port name'."
    ::= { tDMCarrierR10Entry  152 }

  tDMCarrierR10I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR10Entry  153 }

  tDMCarrierR10I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR10Entry  154 }

  tDMCarrierR10I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR10Entry  155 }

  tDMCarrierR10I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { tDMCarrierR10Entry  156 }

  tDMCarrierR10H2481BCTTesterSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester send tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR10Entry  157 }

  tDMCarrierR10H2481BCTTesterRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - tester receive tone'."
    DEFVAL       { high }
    ::= { tDMCarrierR10Entry  158 }

  tDMCarrierR10H2481BCTLoopbackRcvTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   either(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback receive tone'."
    DEFVAL       { either }
    ::= { tDMCarrierR10Entry  159 }

  tDMCarrierR10H2481BCTLoopbackSendTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   high(1),
                   low(2),
                   same(3),
                   different(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248.1 basic continuity testing - loopback send tone'."
    DEFVAL       { same }
    ::= { tDMCarrierR10Entry  160 }

  tDMCarrierR10Diag OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tDMCarrierR10Entry  161 }

  tDMCarrierR10RcvdQ50TRM OBJECT-TYPE
    SYNTAX       INTEGER {
                   invalid0x0(0),
                   invalid0x1(1),
                   invalid0x2(2),
                   invalid0x3(3),
                   invalid0x4(4),
                   invalid0x5(5),
                   invalid0x6(6),
                   invalid0x7(7),
                   dCMENormal(8),
                   no64kbitSCapacityAvailable(9),
                   maintenanceReleaseRequest(10),
                   no31kHzCapacityAvailableDLC(11),
                   invalid0xC(12),
                   invalid0xD(13),
                   invalid0xE(14),
                   invalid0xF(15)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM'."
    ::= { tDMCarrierR10Entry  162 }

  tDMCarrierR10DeferredAlrmNotifTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deferred alarm notification timer'."
    DEFVAL       { 0 }
    ::= { tDMCarrierR10Entry  163 }

  tDMCarrierR10ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tDMCarrierR10Entry  164 }

  tDMCarrierR10RcvdQ50TRMSoakTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Received Q.50 TRM soak timer'."
    DEFVAL       { 5000 }
    ::= { tDMCarrierR10Entry  165 }

  tDMCarrierR10ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tDMCarrierR10Entry  166 }

  tDMCarrierR10SFPXmitLsrEnBldA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade A'."
    DEFVAL       { true }
    ::= { tDMCarrierR10Entry  167 }

  tDMCarrierR10SFPXmitLsrEnBldB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SFP - transmit laser enabled, Blade B'."
    DEFVAL       { true }
    ::= { tDMCarrierR10Entry  168 }

  tDMCarrierR10Q50DlcAlrmEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 DLC alarm enabled'."
    DEFVAL       { true }
    ::= { tDMCarrierR10Entry  169 }

  tDMCarrierR10Q50DlcAlrmDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Q.50 DLC alarm delay'."
    DEFVAL       { 240 }
    ::= { tDMCarrierR10Entry  170 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  cFSR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2521 }

  cFSR16Entry OBJECT-TYPE
    SYNTAX       CFSR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR16NEConn,
             cFSR16NetwkElement,
             cFSR16CFSIx }
    ::= {  cFSR16Table  1  }

  CFSR16Entry  ::=  SEQUENCE
  {
    cFSR16NEConn                       Unsigned32,
    cFSR16NetwkElement                 DisplayString,
    cFSR16CFSIx                        Unsigned32,
    cFSR16DeactivnMode                 INTEGER,
    cFSR16AlrmState                    INTEGER,
    cFSR16AlrmLogCorr                  Counter64,
    cFSR16AlrmEvtsAttnRq               Integer32,
    cFSR16AlrmStateTimestamp           Unsigned32,
    cFSR16AlrmResetTimestamp           Unsigned32,
    cFSR16CntrldMGsAlrmsAttnRq         Integer32,
    cFSR16CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR16CntrldMGsAlrmsAtndDp         Integer32,
    cFSR16CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR16SigAlrmsAttnRq               Integer32,
    cFSR16SigAlrmEvtsAttnRq            Integer32,
    cFSR16SigAlrmsAtndDp               Integer32,
    cFSR16SigAlrmEvtsAtndDp            Integer32,
    cFSR16BillAlrmsAttnRq              Integer32,
    cFSR16BillAlrmEvtsAttnRq           Integer32,
    cFSR16CallServsAlrmsAttnRq         Integer32,
    cFSR16CallServsAlrmEvtsAttnRq      Integer32,
    cFSR16CallServsAlrmsAtndDp         Integer32,
    cFSR16CallServsAlrmEvtsAtndDp      Integer32,
    cFSR16RPSAlrmsAttnRq               Integer32,
    cFSR16RPSAlrmEvtsAttnRq            Integer32,
    cFSR16RPSAlrmsAtndDp               Integer32,
    cFSR16RPSAlrmEvtsAtndDp            Integer32,
    cFSR16SubCfgAlrmsAttnRq            Integer32,
    cFSR16SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR16SubCfgAlrmsAtndDp            Integer32,
    cFSR16SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR16TotChldAlrmsAttnRq           Unsigned32,
    cFSR16TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR16TotChldAlrmsAtndDp           Unsigned32,
    cFSR16TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR16SummaryChldAlrmState         INTEGER,
    cFSR16DoExtraActions               INTEGER,
    cFSR16RowStatus                    RowStatus,
    cFSR16AdminStatus                  AdminStatus,
    cFSR16OperStatus                   OperStatus,
    cFSR16Timezone                     INTEGER,
    cFSR16AdjustDaylightSavings        INTEGER,
    cFSR16DaylightSavingsInForce       INTEGER,
    cFSR16MaxNumLineTrafficStudies     Unsigned32,
    cFSR16T38GloballySupported         INTEGER,
    cFSR16ImportCnt                    Integer32,
    cFSR16ImportStatus                 DisplayString,
    cFSR16ImportMode                   INTEGER,
    cFSR16ImportFile                   DisplayString,
    cFSR16ImportCorr                   Counter64,
    cFSR16ImportCorrNode               DisplayString,
    cFSR16ImportCorrUID                DisplayString,
    cFSR16StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR16DefAnnounceLocale            INTEGER,
    cFSR16StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR16StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR16StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR16StatisticsAlrms              Integer32,
    cFSR16ChldStatisticsAlrms          Integer32,
    cFSR16SecondDefAnnounceLocale      INTEGER,
    cFSR16SysTimezone                  LongDisplayString,
    cFSR16SubTimezones                 LongDisplayString,
    cFSR16StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR16StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR16StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR16StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR16StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR16StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR16MRSAlrmsAttnRq               Integer32,
    cFSR16MRSAlrmEvtsAttnRq            Integer32,
    cFSR16CFSRole                      INTEGER,
    cFSR16SupportedLocales             LongDisplayString,
    cFSR16LineCfgAlrmsAttnRq           Integer32,
    cFSR16LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR16LineCfgAlrmsAtndDp           Integer32,
    cFSR16LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR16DefMediaType                 INTEGER,
    cFSR16EmgncyCallsCnt               Unsigned32,
    cFSR16EmgncyCallsDetails           LongDisplayString,
    cFSR16PublishMLHGStatus            INTEGER,
    cFSR16GatewayCtrlerRole            INTEGER,
    cFSR16EmgncyCallEquivalence        INTEGER,
    cFSR16AllowOverrideOrigingNumInBgCallLogs
                                       INTEGER
  }

  cFSR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR16Entry  1 }

  cFSR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR16Entry  2 }

  cFSR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR16Entry  3 }

  cFSR16DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR16Entry  4 }

  cFSR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR16Entry  5 }

  cFSR16AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR16Entry  6 }

  cFSR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  7 }

  cFSR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR16Entry  8 }

  cFSR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR16Entry  9 }

  cFSR16CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR16Entry  10 }

  cFSR16CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  11 }

  cFSR16CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR16Entry  12 }

  cFSR16CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  13 }

  cFSR16SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR16Entry  14 }

  cFSR16SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  15 }

  cFSR16SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR16Entry  16 }

  cFSR16SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  17 }

  cFSR16BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR16Entry  18 }

  cFSR16BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  19 }

  cFSR16CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR16Entry  20 }

  cFSR16CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  21 }

  cFSR16CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR16Entry  22 }

  cFSR16CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  23 }

  cFSR16RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR16Entry  24 }

  cFSR16RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  25 }

  cFSR16RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR16Entry  26 }

  cFSR16RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  27 }

  cFSR16SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR16Entry  28 }

  cFSR16SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  29 }

  cFSR16SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR16Entry  30 }

  cFSR16SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  31 }

  cFSR16TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR16Entry  32 }

  cFSR16TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR16Entry  33 }

  cFSR16TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR16Entry  34 }

  cFSR16TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR16Entry  35 }

  cFSR16SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR16Entry  36 }

  cFSR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR16Entry  37 }

  cFSR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR16Entry  38 }

  cFSR16AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR16Entry  39 }

  cFSR16OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR16Entry  40 }

  cFSR16Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR16Entry  41 }

  cFSR16AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR16Entry  42 }

  cFSR16DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR16Entry  43 }

  cFSR16MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR16Entry  44 }

  cFSR16T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR16Entry  45 }

  cFSR16ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR16Entry  47 }

  cFSR16ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR16Entry  48 }

  cFSR16ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR16Entry  49 }

  cFSR16ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR16Entry  50 }

  cFSR16ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR16Entry  51 }

  cFSR16ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR16Entry  52 }

  cFSR16ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR16Entry  53 }

  cFSR16StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR16Entry  54 }

  cFSR16DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR16Entry  55 }

  cFSR16StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR16Entry  56 }

  cFSR16StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR16Entry  57 }

  cFSR16StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR16Entry  58 }

  cFSR16StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR16Entry  59 }

  cFSR16ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR16Entry  60 }

  cFSR16SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR16Entry  61 }

  cFSR16SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR16Entry  62 }

  cFSR16SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR16Entry  63 }

  cFSR16StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR16Entry  64 }

  cFSR16StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR16Entry  65 }

  cFSR16StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR16Entry  66 }

  cFSR16StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR16Entry  67 }

  cFSR16StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR16Entry  68 }

  cFSR16StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR16Entry  69 }

  cFSR16MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR16Entry  70 }

  cFSR16MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  71 }

  cFSR16CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR16Entry  72 }

  cFSR16SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR16Entry  73 }

  cFSR16LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR16Entry  74 }

  cFSR16LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  75 }

  cFSR16LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR16Entry  76 }

  cFSR16LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR16Entry  77 }

  cFSR16DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR16Entry  78 }

  cFSR16EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR16Entry  79 }

  cFSR16EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR16Entry  80 }

  cFSR16PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR16Entry  81 }

  cFSR16GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR16Entry  82 }

  cFSR16EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR16Entry  83 }

  cFSR16AllowOverrideOrigingNumInBgCallLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of originating number in BG call logs'."
    DEFVAL       { false }
    ::= { cFSR16Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.4.20                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR44Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR44Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2522 }

  mediaGatewayModelR44Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR44Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR44NEConn,
             mediaGatewayModelR44NetwkElement,
             mediaGatewayModelR44CFSIx,
             mediaGatewayModelR44ModelIx }
    ::= {  mediaGatewayModelR44Table  1  }

  MediaGatewayModelR44Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR44NEConn         Unsigned32,
    mediaGatewayModelR44NetwkElement   DisplayString,
    mediaGatewayModelR44CFSIx          Unsigned32,
    mediaGatewayModelR44ModelIx        Unsigned32,
    mediaGatewayModelR44Category       INTEGER,
    mediaGatewayModelR44ModelName      DisplayString,
    mediaGatewayModelR44Desc           DisplayString,
    mediaGatewayModelR44ControlProt    INTEGER,
    mediaGatewayModelR44ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR44LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR44PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR44PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR44AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR44AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR44RefCnt         Unsigned32,
    mediaGatewayModelR44RowStatus      RowStatus,
    mediaGatewayModelR44DefModel       INTEGER,
    mediaGatewayModelR44Authentication INTEGER,
    mediaGatewayModelR44SupportedConnTypes
                                       BITS,
    mediaGatewayModelR44AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR44ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR44ExportStatus   DisplayString,
    mediaGatewayModelR44ExportFile     DisplayString,
    mediaGatewayModelR44ExportCorr     Counter64,
    mediaGatewayModelR44ExportCorrNode DisplayString,
    mediaGatewayModelR44ExportCorrUID  DisplayString,
    mediaGatewayModelR44DoExtraActions INTEGER,
    mediaGatewayModelR44FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR44FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR44FBsMGCP        BITS,
    mediaGatewayModelR44FBsMeGaCo      BITS,
    mediaGatewayModelR44FBsSIP         BITS,
    mediaGatewayModelR44FixBitsMeGaCo2 BITS,
    mediaGatewayModelR44MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR44AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR44AlertInfoDR2   DisplayString,
    mediaGatewayModelR44AlertInfoDR3   DisplayString,
    mediaGatewayModelR44AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR44DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR44DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR44ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR44SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR44DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR44UpToDateCnt    Unsigned32,
    mediaGatewayModelR44SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR44SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR44Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR44AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR44VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR44AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR44FixBitsSIP2    BITS,
    mediaGatewayModelR44OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR44FBsMeGaCo4     BITS,
    mediaGatewayModelR44SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR44ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR44SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR44ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR44SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR44AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR44AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR44InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR44OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR44MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR44FixBitsSIP3    BITS,
    mediaGatewayModelR44FixBitsSIP4    BITS,
    mediaGatewayModelR44SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR44RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR44EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR44LCC1           DisplayString,
    mediaGatewayModelR44LCC2           DisplayString,
    mediaGatewayModelR44LCC3           DisplayString,
    mediaGatewayModelR44LCC4           DisplayString,
    mediaGatewayModelR44LCC5           DisplayString,
    mediaGatewayModelR44LCC6           DisplayString,
    mediaGatewayModelR44LCC7           DisplayString,
    mediaGatewayModelR44LCC8           DisplayString,
    mediaGatewayModelR44LCC9           DisplayString,
    mediaGatewayModelR44LCC10          DisplayString,
    mediaGatewayModelR44LCC11          DisplayString,
    mediaGatewayModelR44LCC12          DisplayString,
    mediaGatewayModelR44LCC13          DisplayString,
    mediaGatewayModelR44LCC14          DisplayString,
    mediaGatewayModelR44LCC15          DisplayString,
    mediaGatewayModelR44LCC16          DisplayString,
    mediaGatewayModelR44LCC17          DisplayString,
    mediaGatewayModelR44LCC18          DisplayString,
    mediaGatewayModelR44LCC19          DisplayString,
    mediaGatewayModelR44LCC20          DisplayString,
    mediaGatewayModelR44ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR44MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR44MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR44ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR44NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR44NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR44NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR44NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR44NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR44NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR44NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR44NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR44OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR44ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR44MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR44MRSPollTimeout Unsigned32,
    mediaGatewayModelR44RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR44SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR44SipResynchronizationEvt
                                       DisplayString
  }

  mediaGatewayModelR44NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR44Entry  1 }

  mediaGatewayModelR44NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR44Entry  2 }

  mediaGatewayModelR44CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR44Entry  3 }

  mediaGatewayModelR44ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR44Entry  4 }

  mediaGatewayModelR44Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR44Entry  5 }

  mediaGatewayModelR44ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR44Entry  6 }

  mediaGatewayModelR44Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR44Entry  7 }

  mediaGatewayModelR44ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR44Entry  8 }

  mediaGatewayModelR44ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR44Entry  9 }

  mediaGatewayModelR44LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR44Entry  10 }

  mediaGatewayModelR44PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR44Entry  11 }

  mediaGatewayModelR44PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR44Entry  12 }

  mediaGatewayModelR44AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR44Entry  13 }

  mediaGatewayModelR44AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR44Entry  14 }

  mediaGatewayModelR44RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR44Entry  16 }

  mediaGatewayModelR44RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR44Entry  17 }

  mediaGatewayModelR44DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR44Entry  18 }

  mediaGatewayModelR44Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR44Entry  19 }

  mediaGatewayModelR44SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR44Entry  20 }

  mediaGatewayModelR44AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR44Entry  21 }

  mediaGatewayModelR44ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR44Entry  22 }

  mediaGatewayModelR44ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR44Entry  23 }

  mediaGatewayModelR44ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR44Entry  24 }

  mediaGatewayModelR44ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR44Entry  25 }

  mediaGatewayModelR44ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR44Entry  26 }

  mediaGatewayModelR44ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR44Entry  27 }

  mediaGatewayModelR44DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR44Entry  28 }

  mediaGatewayModelR44FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR44Entry  29 }

  mediaGatewayModelR44FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR44Entry  30 }

  mediaGatewayModelR44FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR44Entry  31 }

  mediaGatewayModelR44FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR44Entry  32 }

  mediaGatewayModelR44FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR44Entry  33 }

  mediaGatewayModelR44FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR44Entry  34 }

  mediaGatewayModelR44MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR44Entry  35 }

  mediaGatewayModelR44AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR44Entry  36 }

  mediaGatewayModelR44AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR44Entry  37 }

  mediaGatewayModelR44AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR44Entry  38 }

  mediaGatewayModelR44AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR44Entry  39 }

  mediaGatewayModelR44DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR44Entry  40 }

  mediaGatewayModelR44DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR44Entry  41 }

  mediaGatewayModelR44ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR44Entry  42 }

  mediaGatewayModelR44SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR44Entry  43 }

  mediaGatewayModelR44DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR44Entry  44 }

  mediaGatewayModelR44UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR44Entry  45 }

  mediaGatewayModelR44SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR44Entry  46 }

  mediaGatewayModelR44SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR44Entry  48 }

  mediaGatewayModelR44Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR44Entry  49 }

  mediaGatewayModelR44AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR44Entry  50 }

  mediaGatewayModelR44VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR44Entry  51 }

  mediaGatewayModelR44AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR44Entry  52 }

  mediaGatewayModelR44FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR44Entry  53 }

  mediaGatewayModelR44OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR44Entry  54 }

  mediaGatewayModelR44FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR44Entry  55 }

  mediaGatewayModelR44SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR44Entry  56 }

  mediaGatewayModelR44ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR44Entry  57 }

  mediaGatewayModelR44SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR44Entry  58 }

  mediaGatewayModelR44ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR44Entry  59 }

  mediaGatewayModelR44SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR44Entry  60 }

  mediaGatewayModelR44AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR44Entry  61 }

  mediaGatewayModelR44AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR44Entry  62 }

  mediaGatewayModelR44InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR44Entry  63 }

  mediaGatewayModelR44OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR44Entry  64 }

  mediaGatewayModelR44MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR44Entry  65 }

  mediaGatewayModelR44FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR44Entry  66 }

  mediaGatewayModelR44FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR44Entry  67 }

  mediaGatewayModelR44SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR44Entry  68 }

  mediaGatewayModelR44RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR44Entry  69 }

  mediaGatewayModelR44EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR44Entry  70 }

  mediaGatewayModelR44LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR44Entry  71 }

  mediaGatewayModelR44LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR44Entry  72 }

  mediaGatewayModelR44LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR44Entry  73 }

  mediaGatewayModelR44LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR44Entry  74 }

  mediaGatewayModelR44LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR44Entry  75 }

  mediaGatewayModelR44LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR44Entry  76 }

  mediaGatewayModelR44LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR44Entry  77 }

  mediaGatewayModelR44LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR44Entry  78 }

  mediaGatewayModelR44LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR44Entry  79 }

  mediaGatewayModelR44LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR44Entry  80 }

  mediaGatewayModelR44LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR44Entry  81 }

  mediaGatewayModelR44LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR44Entry  82 }

  mediaGatewayModelR44LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR44Entry  83 }

  mediaGatewayModelR44LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR44Entry  84 }

  mediaGatewayModelR44LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR44Entry  85 }

  mediaGatewayModelR44LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR44Entry  86 }

  mediaGatewayModelR44LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR44Entry  87 }

  mediaGatewayModelR44LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR44Entry  88 }

  mediaGatewayModelR44LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR44Entry  89 }

  mediaGatewayModelR44LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR44Entry  90 }

  mediaGatewayModelR44ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR44Entry  91 }

  mediaGatewayModelR44MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR44Entry  92 }

  mediaGatewayModelR44MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR44Entry  93 }

  mediaGatewayModelR44ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR44Entry  94 }

  mediaGatewayModelR44NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR44Entry  95 }

  mediaGatewayModelR44NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR44Entry  96 }

  mediaGatewayModelR44NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR44Entry  97 }

  mediaGatewayModelR44NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR44Entry  98 }

  mediaGatewayModelR44NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR44Entry  99 }

  mediaGatewayModelR44NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR44Entry  100 }

  mediaGatewayModelR44NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR44Entry  101 }

  mediaGatewayModelR44NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR44Entry  102 }

  mediaGatewayModelR44OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR44Entry  103 }

  mediaGatewayModelR44ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR44Entry  104 }

  mediaGatewayModelR44MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR44Entry  105 }

  mediaGatewayModelR44MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR44Entry  106 }

  mediaGatewayModelR44RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR44Entry  107 }

  mediaGatewayModelR44SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR44Entry  108 }

  mediaGatewayModelR44SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR44Entry  109 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  iSUPRemSigDestR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2523 }

  iSUPRemSigDestR26Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR26NEConn,
             iSUPRemSigDestR26NetwkElement,
             iSUPRemSigDestR26CFSIx,
             iSUPRemSigDestR26ISUPLocalSigDestIx,
             iSUPRemSigDestR26ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR26Table  1  }

  ISUPRemSigDestR26Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR26NEConn            Unsigned32,
    iSUPRemSigDestR26NetwkElement      DisplayString,
    iSUPRemSigDestR26CFSIx             Unsigned32,
    iSUPRemSigDestR26ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR26ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR26I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR26I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR26I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR26I4SigDestDestType INTEGER,
    iSUPRemSigDestR26I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR26ClusterMemberAddr INTEGER,
    iSUPRemSigDestR26ActHopCnting      INTEGER,
    iSUPRemSigDestR26MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR26CLLI              DisplayString,
    iSUPRemSigDestR26ErrHandlingMode   INTEGER,
    iSUPRemSigDestR26ConfusionMsgs     INTEGER,
    iSUPRemSigDestR26DirectIXCConn     INTEGER,
    iSUPRemSigDestR26PeerNetwkType     INTEGER,
    iSUPRemSigDestR26USIParmCodingType INTEGER,
    iSUPRemSigDestR26ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR26JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR26RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR26RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR26OrigCldNumParm    INTEGER,
    iSUPRemSigDestR26AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR26GenericAddrParm   INTEGER,
    iSUPRemSigDestR26GenericNameParm   INTEGER,
    iSUPRemSigDestR26RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR26CIPParm           INTEGER,
    iSUPRemSigDestR26InACCProcessing   INTEGER,
    iSUPRemSigDestR26TNSParm           INTEGER,
    iSUPRemSigDestR26ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR26CgstnStatus       INTEGER,
    iSUPRemSigDestR26AvailStatus       INTEGER,
    iSUPRemSigDestR26DiagsLogLvl       INTEGER,
    iSUPRemSigDestR26DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR26DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR26SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR26DoExtraActions    INTEGER,
    iSUPRemSigDestR26RowStatus         RowStatus,
    iSUPRemSigDestR26AdminStatus       AdminStatus,
    iSUPRemSigDestR26OperStatus        OperStatus,
    iSUPRemSigDestR26AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR26AlrmState         INTEGER,
    iSUPRemSigDestR26AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR26AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR26AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR26AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR26AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR26AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR26AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR26AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR26AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR26DeactivnMode      INTEGER,
    iSUPRemSigDestR26NetwkNum          Unsigned32,
    iSUPRemSigDestR26RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR26ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR26OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR26LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR26MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR26Variant           INTEGER,
    iSUPRemSigDestR26GatewayIx         Unsigned32,
    iSUPRemSigDestR26PartyInfoParm     INTEGER,
    iSUPRemSigDestR26IntnatlExchange   INTEGER,
    iSUPRemSigDestR26ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR26UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR26BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR26StatisticsAlrms   Integer32,
    iSUPRemSigDestR26EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR26M3UADest          Unsigned32,
    iSUPRemSigDestR26CctGpMsgs         INTEGER,
    iSUPRemSigDestR26ConnectedNumParm  INTEGER,
    iSUPRemSigDestR26TransportType     INTEGER,
    iSUPRemSigDestR26SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR26SatelliteLink     INTEGER,
    iSUPRemSigDestR26PropagationDly    Unsigned32,
    iSUPRemSigDestR26GISUPRole         INTEGER,
    iSUPRemSigDestR26RemISUPParms      LongDisplayString,
    iSUPRemSigDestR26SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER,
    iSUPRemSigDestR26SuppRecvNumsFailScreen
                                       INTEGER,
    iSUPRemSigDestR26CSIParm           INTEGER,
    iSUPRemSigDestR26HonorsClgNumAPRI  INTEGER,
    iSUPRemSigDestR26ForceNatureAddrToBeIntnatl
                                       INTEGER,
    iSUPRemSigDestR26SupportsOprLanguageCPCVals
                                       INTEGER
  }

  iSUPRemSigDestR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR26Entry  1 }

  iSUPRemSigDestR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR26Entry  2 }

  iSUPRemSigDestR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR26Entry  3 }

  iSUPRemSigDestR26ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR26Entry  4 }

  iSUPRemSigDestR26ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR26Entry  5 }

  iSUPRemSigDestR26I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR26Entry  6 }

  iSUPRemSigDestR26I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR26Entry  7 }

  iSUPRemSigDestR26I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR26Entry  8 }

  iSUPRemSigDestR26I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR26Entry  9 }

  iSUPRemSigDestR26I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR26Entry  10 }

  iSUPRemSigDestR26ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR26Entry  11 }

  iSUPRemSigDestR26ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  12 }

  iSUPRemSigDestR26MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR26Entry  13 }

  iSUPRemSigDestR26CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR26Entry  14 }

  iSUPRemSigDestR26ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR26Entry  15 }

  iSUPRemSigDestR26ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR26Entry  16 }

  iSUPRemSigDestR26DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  17 }

  iSUPRemSigDestR26PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR26Entry  18 }

  iSUPRemSigDestR26USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR26Entry  19 }

  iSUPRemSigDestR26ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  20 }

  iSUPRemSigDestR26JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  21 }

  iSUPRemSigDestR26RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  22 }

  iSUPRemSigDestR26RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  23 }

  iSUPRemSigDestR26OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  24 }

  iSUPRemSigDestR26AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  25 }

  iSUPRemSigDestR26GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  26 }

  iSUPRemSigDestR26GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  27 }

  iSUPRemSigDestR26RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  28 }

  iSUPRemSigDestR26CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  29 }

  iSUPRemSigDestR26InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR26Entry  30 }

  iSUPRemSigDestR26TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  31 }

  iSUPRemSigDestR26ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR26Entry  32 }

  iSUPRemSigDestR26CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR26Entry  33 }

  iSUPRemSigDestR26AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR26Entry  34 }

  iSUPRemSigDestR26DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR26Entry  35 }

  iSUPRemSigDestR26DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  36 }

  iSUPRemSigDestR26DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR26Entry  37 }

  iSUPRemSigDestR26SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR26Entry  38 }

  iSUPRemSigDestR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR26Entry  39 }

  iSUPRemSigDestR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR26Entry  40 }

  iSUPRemSigDestR26AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR26Entry  41 }

  iSUPRemSigDestR26OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR26Entry  42 }

  iSUPRemSigDestR26AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR26Entry  43 }

  iSUPRemSigDestR26AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR26Entry  44 }

  iSUPRemSigDestR26AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR26Entry  45 }

  iSUPRemSigDestR26AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR26Entry  46 }

  iSUPRemSigDestR26AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR26Entry  47 }

  iSUPRemSigDestR26AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR26Entry  48 }

  iSUPRemSigDestR26AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR26Entry  49 }

  iSUPRemSigDestR26AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR26Entry  50 }

  iSUPRemSigDestR26AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR26Entry  51 }

  iSUPRemSigDestR26AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR26Entry  52 }

  iSUPRemSigDestR26AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR26Entry  53 }

  iSUPRemSigDestR26DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR26Entry  54 }

  iSUPRemSigDestR26NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR26Entry  55 }

  iSUPRemSigDestR26RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  56 }

  iSUPRemSigDestR26ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  57 }

  iSUPRemSigDestR26OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  58 }

  iSUPRemSigDestR26LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR26Entry  59 }

  iSUPRemSigDestR26MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR26Entry  60 }

  iSUPRemSigDestR26Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR26Entry  61 }

  iSUPRemSigDestR26GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR26Entry  62 }

  iSUPRemSigDestR26PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  63 }

  iSUPRemSigDestR26IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  64 }

  iSUPRemSigDestR26ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR26Entry  65 }

  iSUPRemSigDestR26UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  66 }

  iSUPRemSigDestR26BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  67 }

  iSUPRemSigDestR26StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR26Entry  68 }

  iSUPRemSigDestR26EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  69 }

  iSUPRemSigDestR26M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR26Entry  70 }

  iSUPRemSigDestR26CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR26Entry  71 }

  iSUPRemSigDestR26ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  72 }

  iSUPRemSigDestR26TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR26Entry  73 }

  iSUPRemSigDestR26SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  74 }

  iSUPRemSigDestR26SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  75 }

  iSUPRemSigDestR26PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR26Entry  76 }

  iSUPRemSigDestR26GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR26Entry  77 }

  iSUPRemSigDestR26RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR26Entry  78 }

  iSUPRemSigDestR26SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR26Entry  79 }

  iSUPRemSigDestR26SuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  80 }

  iSUPRemSigDestR26CSIParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CSI parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  81 }

  iSUPRemSigDestR26HonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  82 }

  iSUPRemSigDestR26ForceNatureAddrToBeIntnatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force nature of address to be international'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  83 }

  iSUPRemSigDestR26SupportsOprLanguageCPCVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports Operator language CPC values'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR26Entry  84 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  genClSrvCtrlR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenClSrvCtrlR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2524 }

  genClSrvCtrlR14Entry OBJECT-TYPE
    SYNTAX       GenClSrvCtrlR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genClSrvCtrlR14NEConn,
             genClSrvCtrlR14NetwkElement,
             genClSrvCtrlR14CFSIx }
    ::= {  genClSrvCtrlR14Table  1  }

  GenClSrvCtrlR14Entry  ::=  SEQUENCE
  {
    genClSrvCtrlR14NEConn              Unsigned32,
    genClSrvCtrlR14NetwkElement        DisplayString,
    genClSrvCtrlR14CFSIx               Unsigned32,
    genClSrvCtrlR14PINChangeAccessCode DisplayString,
    genClSrvCtrlR14SLEConfirmTimeout   INTEGER,
    genClSrvCtrlR14SLENewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR14SLEOptionSelTimeout INTEGER,
    genClSrvCtrlR14SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR14SLESPCSQueryTimeout INTEGER,
    genClSrvCtrlR14SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genClSrvCtrlR14SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR14SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR14RowStatus           RowStatus,
    genClSrvCtrlR14SupportPINChange    INTEGER,
    genClSrvCtrlR14MaxInvalidPINAttempts
                                       Unsigned32,
    genClSrvCtrlR14SuspendedServAccessNum
                                       DisplayString,
    genClSrvCtrlR14SupportCallLists    INTEGER,
    genClSrvCtrlR14CLMaxNumCallsPerList
                                       Unsigned32,
    genClSrvCtrlR14CallListsAlwaysReplicateEntries
                                       INTEGER,
    genClSrvCtrlR14EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genClSrvCtrlR14RecMvdSbExPrcHr     Unsigned32,
    genClSrvCtrlR14RecMvdSbExPrcMin    Unsigned32,
    genClSrvCtrlR14DefRecMvdSubExpiry  Unsigned32,
    genClSrvCtrlR14GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genClSrvCtrlR14SupportAdvancedVoiceCodecs
                                       INTEGER,
    genClSrvCtrlR14SupportVideoCodecs  INTEGER,
    genClSrvCtrlR14CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genClSrvCtrlR14SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genClSrvCtrlR14LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genClSrvCtrlR14CallListsDefSetting INTEGER,
    genClSrvCtrlR14HRCLSubLimitType    INTEGER,
    genClSrvCtrlR14HRCLSubMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR14HRCLPBXLimitType    INTEGER,
    genClSrvCtrlR14HRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR14PINChangeGenerateBillRec
                                       INTEGER,
    genClSrvCtrlR14PINChangeConfirmPINOnPINChange
                                       INTEGER,
    genClSrvCtrlR14PINChangePINLockout INTEGER,
    genClSrvCtrlR14PINChangeTUISeparatorKey
                                       INTEGER,
    genClSrvCtrlR14PINChangeNotifyAppServer
                                       INTEGER,
    genClSrvCtrlR14I1PINChangeAppServerNEConn
                                       Unsigned32,
    genClSrvCtrlR14I2PINChangeAppServerNetwkElement
                                       DisplayString,
    genClSrvCtrlR14I3PINChangeAppServerCFSIx
                                       Unsigned32,
    genClSrvCtrlR14I4PINChangeAppServerDirNum
                                       DisplayString,
    genClSrvCtrlR14AlrmState           INTEGER,
    genClSrvCtrlR14AlrmStateTimestamp  Unsigned32,
    genClSrvCtrlR14AlrmEvtsAttnRqLogCorr
                                       Counter64,
    genClSrvCtrlR14AlrmEvtsAttnRq      Unsigned32,
    genClSrvCtrlR14AlrmEvtsAtndDp      Unsigned32,
    genClSrvCtrlR14AlrmResetTimestamp  Unsigned32,
    genClSrvCtrlR14AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs
                                       INTEGER
  }

  genClSrvCtrlR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genClSrvCtrlR14Entry  1 }

  genClSrvCtrlR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genClSrvCtrlR14Entry  2 }

  genClSrvCtrlR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genClSrvCtrlR14Entry  3 }

  genClSrvCtrlR14PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR14Entry  4 }

  genClSrvCtrlR14SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR14Entry  5 }

  genClSrvCtrlR14SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR14Entry  6 }

  genClSrvCtrlR14SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR14Entry  7 }

  genClSrvCtrlR14SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR14Entry  8 }

  genClSrvCtrlR14SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genClSrvCtrlR14Entry  9 }

  genClSrvCtrlR14SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genClSrvCtrlR14Entry  10 }

  genClSrvCtrlR14SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR14Entry  11 }

  genClSrvCtrlR14SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR14Entry  12 }

  genClSrvCtrlR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genClSrvCtrlR14Entry  13 }

  genClSrvCtrlR14SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR14Entry  14 }

  genClSrvCtrlR14MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR14Entry  15 }

  genClSrvCtrlR14SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR14Entry  16 }

  genClSrvCtrlR14SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR14Entry  17 }

  genClSrvCtrlR14CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR14Entry  18 }

  genClSrvCtrlR14CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  20 }

  genClSrvCtrlR14EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  21 }

  genClSrvCtrlR14RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR14Entry  22 }

  genClSrvCtrlR14RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR14Entry  23 }

  genClSrvCtrlR14DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR14Entry  24 }

  genClSrvCtrlR14GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  25 }

  genClSrvCtrlR14SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR14Entry  26 }

  genClSrvCtrlR14SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR14Entry  27 }

  genClSrvCtrlR14CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genClSrvCtrlR14Entry  28 }

  genClSrvCtrlR14SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genClSrvCtrlR14Entry  29 }

  genClSrvCtrlR14LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  30 }

  genClSrvCtrlR14CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genClSrvCtrlR14Entry  31 }

  genClSrvCtrlR14HRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR14Entry  32 }

  genClSrvCtrlR14HRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber maximum high risk calls'."
    DEFVAL       { 2 }
    ::= { genClSrvCtrlR14Entry  33 }

  genClSrvCtrlR14HRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR14Entry  34 }

  genClSrvCtrlR14HRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX maximum high risk calls'."
    DEFVAL       { 5 }
    ::= { genClSrvCtrlR14Entry  35 }

  genClSrvCtrlR14PINChangeGenerateBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - generate billing record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  36 }

  genClSrvCtrlR14PINChangeConfirmPINOnPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - confirm PIN on PIN change'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  37 }

  genClSrvCtrlR14PINChangePINLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                   rACFOnly(1),
                   fullServiceSuspension(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - PIN lockout'.
                  This field is not writable when active."
    DEFVAL       { rACFOnly }
    ::= { genClSrvCtrlR14Entry  38 }

  genClSrvCtrlR14PINChangeTUISeparatorKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   hash(1),
                   star(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - TUI separator key'.
                  This field is not writable when active."
    DEFVAL       { hash }
    ::= { genClSrvCtrlR14Entry  39 }

  genClSrvCtrlR14PINChangeNotifyAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - notify application server'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  40 }

  genClSrvCtrlR14I1PINChangeAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR14Entry  41 }

  genClSrvCtrlR14I2PINChangeAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR14Entry  42 }

  genClSrvCtrlR14I3PINChangeAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR14Entry  43 }

  genClSrvCtrlR14I4PINChangeAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR14Entry  44 }

  genClSrvCtrlR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { genClSrvCtrlR14Entry  45 }

  genClSrvCtrlR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { genClSrvCtrlR14Entry  46 }

  genClSrvCtrlR14AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { genClSrvCtrlR14Entry  47 }

  genClSrvCtrlR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR14Entry  48 }

  genClSrvCtrlR14AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR14Entry  49 }

  genClSrvCtrlR14AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { genClSrvCtrlR14Entry  50 }

  genClSrvCtrlR14AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow suspension of lawful intercept Call Content Channel when using video codecs'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR14Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multiple Appearance Directory Number'                       */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  mADNR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Numbers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2525 }

  mADNR11Entry OBJECT-TYPE
    SYNTAX       MADNR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNR11NEConn,
             mADNR11NetwkElement,
             mADNR11CFSIx,
             mADNR11GpIx,
             mADNR11DirNum }
    ::= {  mADNR11Table  1  }

  MADNR11Entry  ::=  SEQUENCE
  {
    mADNR11NEConn                      Unsigned32,
    mADNR11NetwkElement                DisplayString,
    mADNR11CFSIx                       Unsigned32,
    mADNR11GpIx                        Unsigned32,
    mADNR11DirNum                      DisplayString,
    mADNR11IntercomDialingCode         DisplayString,
    mADNR11NumStatus                   INTEGER,
    mADNR11RecentlyMovedFromOldNum     INTEGER,
    mADNR11MovedFromDirNum             DisplayString,
    mADNR11ConnectCallAfterAnnounce    INTEGER,
    mADNR11MovedToDirNum               DisplayString,
    mADNR11PortedExchangeID            DisplayString,
    mADNR11PIN                         DisplayString,
    mADNR11ActYear                     Unsigned32,
    mADNR11ActMonth                    Unsigned32,
    mADNR11ActDate                     Unsigned32,
    mADNR11ChldCallServAlrmsAttnRq     Unsigned32,
    mADNR11ChldCallServAlrmEvtsAttnRq  Unsigned32,
    mADNR11ChldCallServAlrmsAtndDp     Unsigned32,
    mADNR11ChldCallServAlrmEvtsAtndDp  Unsigned32,
    mADNR11DiagsLogLvl                 INTEGER,
    mADNR11DiagsAPITraceEnabled        INTEGER,
    mADNR11DiagsAPITraceTag            DisplayString,
    mADNR11DiagsAPITraceRemNum         DisplayString,
    mADNR11SummaryChldAlrmState        INTEGER,
    mADNR11RowStatus                   RowStatus,
    mADNR11ClgPartyNum                 DisplayString,
    mADNR11ChargeNum                   DisplayString,
    mADNR11I1PerProfNEConn             Unsigned32,
    mADNR11I2PerProfNetwkElement       DisplayString,
    mADNR11I3PerProfCFSIx              Unsigned32,
    mADNR11I4PerProfGpIx               Unsigned32,
    mADNR11SDActCallLimitAlgorithm     INTEGER,
    mADNR11SDDefCallLimitAlgorithm     INTEGER,
    mADNR11SDUseDefCallLimitAlgorithm  INTEGER,
    mADNR11SDActCallLimitVal           Unsigned32,
    mADNR11SDDefCallLimitVal           Unsigned32,
    mADNR11SDUseDefCallLimitVal        INTEGER,
    mADNR11SDActForceLNPLookup         INTEGER,
    mADNR11SDDefForceLNPLookup         INTEGER,
    mADNR11SDUseDefForceLNPLookup      INTEGER,
    mADNR11MultipleAppearanceDirNum    DisplayString,
    mADNR11MLHGIx                      Unsigned32,
    mADNR11MLHGMemberIx                Unsigned32,
    mADNR11EnabledDate                 Unsigned32,
    mADNR11I1DepartmentNEConn          Unsigned32,
    mADNR11I2DepartmentNetwkElement    DisplayString,
    mADNR11I3DepartmentCFSIx           Unsigned32,
    mADNR11I4DepartmentGpIx            Unsigned32,
    mADNR11I5DepartmentDepartmentIx    Unsigned32,
    mADNR11DepartmentOtherVals         INTEGER,
    mADNR11NumMembers                  Unsigned32,
    mADNR11MovedDate                   Unsigned32,
    mADNR11SDActExpireAfter            Unsigned32,
    mADNR11SDDefExpireAfter            Unsigned32,
    mADNR11SDUseDefExpireAfter         INTEGER,
    mADNR11ExpiryDate                  Unsigned32,
    mADNR11MADNApplyDistinctiveRingPattn
                                       INTEGER,
    mADNR11MADNRingPattn               INTEGER,
    mADNR11I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mADNR11I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mADNR11I3DelegatedManagementGpDMGIx
                                       Integer32,
    mADNR11SASHostname                 LongDisplayString,
    mADNR11SDActChargeInd              INTEGER,
    mADNR11SDDefChargeInd              INTEGER,
    mADNR11SDUseDefChargeInd           INTEGER,
    mADNR11I1FaultMonitoringProfEMSIx  Unsigned32,
    mADNR11I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mADNR11I3FaultMonitoringProfFMPIx  Integer32,
    mADNR11FaultMonitoringProfOtherVals
                                       INTEGER,
    mADNR11AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mADNR11PortedRtgMethod             INTEGER,
    mADNR11LocationRtgNum              DisplayString,
    mADNR11IsIMS                       INTEGER
  }

  mADNR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNR11Entry  1 }

  mADNR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNR11Entry  2 }

  mADNR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNR11Entry  3 }

  mADNR11GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNR11Entry  4 }

  mADNR11DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mADNR11Entry  5 }

  mADNR11IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mADNR11Entry  8 }

  mADNR11NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mADNR11Entry  9 }

  mADNR11RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mADNR11Entry  10 }

  mADNR11MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mADNR11Entry  11 }

  mADNR11ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mADNR11Entry  12 }

  mADNR11MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mADNR11Entry  13 }

  mADNR11PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mADNR11Entry  14 }

  mADNR11PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mADNR11Entry  15 }

  mADNR11ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mADNR11Entry  17 }

  mADNR11ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mADNR11Entry  18 }

  mADNR11ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mADNR11Entry  19 }

  mADNR11ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mADNR11Entry  20 }

  mADNR11ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR11Entry  21 }

  mADNR11ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mADNR11Entry  22 }

  mADNR11ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR11Entry  23 }

  mADNR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mADNR11Entry  24 }

  mADNR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mADNR11Entry  25 }

  mADNR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mADNR11Entry  26 }

  mADNR11DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mADNR11Entry  27 }

  mADNR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mADNR11Entry  28 }

  mADNR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNR11Entry  29 }

  mADNR11ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { mADNR11Entry  30 }

  mADNR11ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { mADNR11Entry  31 }

  mADNR11I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR11Entry  32 }

  mADNR11I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR11Entry  33 }

  mADNR11I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR11Entry  34 }

  mADNR11I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR11Entry  35 }

  mADNR11SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  90 }

  mADNR11SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  91 }

  mADNR11SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR11Entry  92 }

  mADNR11SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  93 }

  mADNR11SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  94 }

  mADNR11SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR11Entry  95 }

  mADNR11SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  96 }

  mADNR11SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  97 }

  mADNR11SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR11Entry  98 }

  mADNR11MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mADNR11Entry  99 }

  mADNR11MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mADNR11Entry  100 }

  mADNR11MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mADNR11Entry  101 }

  mADNR11EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mADNR11Entry  102 }

  mADNR11I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR11Entry  104 }

  mADNR11I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR11Entry  105 }

  mADNR11I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR11Entry  106 }

  mADNR11I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR11Entry  107 }

  mADNR11I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR11Entry  108 }

  mADNR11DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR11Entry  109 }

  mADNR11NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mADNR11Entry  110 }

  mADNR11MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mADNR11Entry  111 }

  mADNR11SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  112 }

  mADNR11SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  113 }

  mADNR11SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR11Entry  114 }

  mADNR11ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mADNR11Entry  115 }

  mADNR11MADNApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mADNR11Entry  117 }

  mADNR11MADNRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mADNR11Entry  118 }

  mADNR11I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR11Entry  119 }

  mADNR11I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR11Entry  120 }

  mADNR11I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR11Entry  121 }

  mADNR11SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mADNR11Entry  123 }

  mADNR11SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  124 }

  mADNR11SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR11Entry  125 }

  mADNR11SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR11Entry  126 }

  mADNR11I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR11Entry  127 }

  mADNR11I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR11Entry  128 }

  mADNR11I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR11Entry  129 }

  mADNR11FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR11Entry  130 }

  mADNR11AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mADNR11Entry  131 }

  mADNR11PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mADNR11Entry  132 }

  mADNR11LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mADNR11Entry  133 }

  mADNR11IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mADNR11Entry  134 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  pBXR30Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2526 }

  pBXR30Entry OBJECT-TYPE
    SYNTAX       PBXR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR30NEConn,
             pBXR30NetwkElement,
             pBXR30CFSIx,
             pBXR30DirNum }
    ::= {  pBXR30Table  1  }

  PBXR30Entry  ::=  SEQUENCE
  {
    pBXR30NEConn                       Unsigned32,
    pBXR30NetwkElement                 DisplayString,
    pBXR30CFSIx                        Unsigned32,
    pBXR30DirNum                       DisplayString,
    pBXR30PresNum                      DisplayString,
    pBXR30ClgPartyNum                  DisplayString,
    pBXR30I1SubGpNEConn                Unsigned32,
    pBXR30I2SubGpNetwkElement          DisplayString,
    pBXR30I3SubGpCFSIx                 Unsigned32,
    pBXR30I4SubGpSubGpIx               Unsigned32,
    pBXR30NumStatus                    INTEGER,
    pBXR30PortedExchangeID             DisplayString,
    pBXR30LineSelMethod                INTEGER,
    pBXR30ANIDNISFormat                DisplayString,
    pBXR30PIN                          DisplayString,
    pBXR30Locale                       INTEGER,
    pBXR30DigitMaskingReqd             INTEGER,
    pBXR30TermFacilityMarksServInterception
                                       INTEGER,
    pBXR30ActYear                      Unsigned32,
    pBXR30ActMonth                     Unsigned32,
    pBXR30ActDate                      Unsigned32,
    pBXR30CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR30PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR30CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR30PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR30ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR30ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR30ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR30ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR30DiagsAPITraceEnabled         INTEGER,
    pBXR30DiagsAPITraceTag             DisplayString,
    pBXR30DiagsAPITraceRemNum          DisplayString,
    pBXR30TotChldAlrmsAttnRq           Unsigned32,
    pBXR30TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR30TotChldAlrmsAtndDp           Unsigned32,
    pBXR30TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR30SummaryChldAlrmState         INTEGER,
    pBXR30ExportNumObjectsExported     Integer32,
    pBXR30ExportStatus                 DisplayString,
    pBXR30ExportFile                   DisplayString,
    pBXR30ExportCorr                   Counter64,
    pBXR30ExportCorrNode               DisplayString,
    pBXR30ExportCorrUID                DisplayString,
    pBXR30DoExtraActions               INTEGER,
    pBXR30RowStatus                    RowStatus,
    pBXR30MovedToDirNum                DisplayString,
    pBXR30CustInfo                     DisplayString,
    pBXR30DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR30ServSuspended                INTEGER,
    pBXR30SendDIDSeqListedDirNum       INTEGER,
    pBXR30DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR30CustInfo2                    DisplayString,
    pBXR30CustInfo3                    DisplayString,
    pBXR30CustInfo4                    DisplayString,
    pBXR30CustInfo5                    DisplayString,
    pBXR30CustInfo6                    DisplayString,
    pBXR30RecentlyMovedFromOldNum      INTEGER,
    pBXR30MovedFromDirNum              DisplayString,
    pBXR30ConnectCallAfterAnnounce     INTEGER,
    pBXR30DiagsLogLvl                  INTEGER,
    pBXR30PBXFixBits                   BITS,
    pBXR30ChargeNum                    DisplayString,
    pBXR30SigType                      INTEGER,
    pBXR30SDActMaxCallAppearances      Unsigned32,
    pBXR30SDDefMaxCallAppearances      Unsigned32,
    pBXR30SDUseDefMaxCallAppearances   INTEGER,
    pBXR30I1PerProfNEConn              Unsigned32,
    pBXR30I2PerProfNetwkElement        DisplayString,
    pBXR30I3PerProfCFSIx               Unsigned32,
    pBXR30I4PerProfGpIx                Unsigned32,
    pBXR30SDActTimezone                INTEGER,
    pBXR30SDDefTimezone                INTEGER,
    pBXR30SDUseDefTimezone             INTEGER,
    pBXR30SDActAdjustDaylightSavings   INTEGER,
    pBXR30SDDefAdjustDaylightSavings   INTEGER,
    pBXR30SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR30SDActLongDistanceCarr        DisplayString,
    pBXR30SDDefLongDistanceCarr        DisplayString,
    pBXR30SDUseDefLongDistanceCarr     INTEGER,
    pBXR30SDActIntraLATACarr           DisplayString,
    pBXR30SDDefIntraLATACarr           DisplayString,
    pBXR30SDUseDefIntraLATACarr        INTEGER,
    pBXR30SDActRtgAttrs                BITS,
    pBXR30SDDefRtgAttrs                BITS,
    pBXR30SDUseDefRtgAttrs             INTEGER,
    pBXR30SDActBillType                INTEGER,
    pBXR30SDDefBillType                INTEGER,
    pBXR30SDUseDefBillType             INTEGER,
    pBXR30SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR30SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR30SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR30SDActTariffGp                INTEGER,
    pBXR30SDDefTariffGp                INTEGER,
    pBXR30SDUseDefTariffGp             INTEGER,
    pBXR30SDActIntnatlCarr             DisplayString,
    pBXR30SDDefIntnatlCarr             DisplayString,
    pBXR30SDUseDefIntnatlCarr          INTEGER,
    pBXR30SDActLCC1                    INTEGER,
    pBXR30SDDefLCC1                    INTEGER,
    pBXR30SDUseDefLCC1                 INTEGER,
    pBXR30SDActLCC2                    INTEGER,
    pBXR30SDDefLCC2                    INTEGER,
    pBXR30SDUseDefLCC2                 INTEGER,
    pBXR30SDActLCC3                    INTEGER,
    pBXR30SDDefLCC3                    INTEGER,
    pBXR30SDUseDefLCC3                 INTEGER,
    pBXR30SDActLCC4                    INTEGER,
    pBXR30SDDefLCC4                    INTEGER,
    pBXR30SDUseDefLCC4                 INTEGER,
    pBXR30SDActLCC5                    INTEGER,
    pBXR30SDDefLCC5                    INTEGER,
    pBXR30SDUseDefLCC5                 INTEGER,
    pBXR30SDActForceLNPLookup          INTEGER,
    pBXR30SDDefForceLNPLookup          INTEGER,
    pBXR30SDUseDefForceLNPLookup       INTEGER,
    pBXR30LineTrafficStudy             INTEGER,
    pBXR30DefNumDIDDigits              INTEGER,
    pBXR30EnabledDate                  Unsigned32,
    pBXR30ChargeNumReqd                INTEGER,
    pBXR30SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR30SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR30SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR30SDActLCC6                    INTEGER,
    pBXR30SDDefLCC6                    INTEGER,
    pBXR30SDUseDefLCC6                 INTEGER,
    pBXR30SDActLCC7                    INTEGER,
    pBXR30SDDefLCC7                    INTEGER,
    pBXR30SDUseDefLCC7                 INTEGER,
    pBXR30SDActLCC8                    INTEGER,
    pBXR30SDDefLCC8                    INTEGER,
    pBXR30SDUseDefLCC8                 INTEGER,
    pBXR30SDActLCC9                    INTEGER,
    pBXR30SDDefLCC9                    INTEGER,
    pBXR30SDUseDefLCC9                 INTEGER,
    pBXR30SDActLCC10                   INTEGER,
    pBXR30SDDefLCC10                   INTEGER,
    pBXR30SDUseDefLCC10                INTEGER,
    pBXR30SDActLCC11                   INTEGER,
    pBXR30SDDefLCC11                   INTEGER,
    pBXR30SDUseDefLCC11                INTEGER,
    pBXR30SDActLCC12                   INTEGER,
    pBXR30SDDefLCC12                   INTEGER,
    pBXR30SDUseDefLCC12                INTEGER,
    pBXR30SDActLCC13                   INTEGER,
    pBXR30SDDefLCC13                   INTEGER,
    pBXR30SDUseDefLCC13                INTEGER,
    pBXR30SDActLCC14                   INTEGER,
    pBXR30SDDefLCC14                   INTEGER,
    pBXR30SDUseDefLCC14                INTEGER,
    pBXR30SDActLCC15                   INTEGER,
    pBXR30SDDefLCC15                   INTEGER,
    pBXR30SDUseDefLCC15                INTEGER,
    pBXR30SDActLCC16                   INTEGER,
    pBXR30SDDefLCC16                   INTEGER,
    pBXR30SDUseDefLCC16                INTEGER,
    pBXR30SDActLCC17                   INTEGER,
    pBXR30SDDefLCC17                   INTEGER,
    pBXR30SDUseDefLCC17                INTEGER,
    pBXR30SDActLCC18                   INTEGER,
    pBXR30SDDefLCC18                   INTEGER,
    pBXR30SDUseDefLCC18                INTEGER,
    pBXR30SDActLCC19                   INTEGER,
    pBXR30SDDefLCC19                   INTEGER,
    pBXR30SDUseDefLCC19                INTEGER,
    pBXR30SDActLCC20                   INTEGER,
    pBXR30SDDefLCC20                   INTEGER,
    pBXR30SDUseDefLCC20                INTEGER,
    pBXR30LDNPBXCapacityGp             INTEGER,
    pBXR30SDActVQMCallLogging          INTEGER,
    pBXR30SDDefVQMCallLogging          INTEGER,
    pBXR30SDUseDefVQMCallLogging       INTEGER,
    pBXR30FaultMonitoringLvl           INTEGER,
    pBXR30CFMLvlOnApply2               INTEGER,
    pBXR30MovedToNumAsDialed           DisplayString,
    pBXR30MovedDate                    Unsigned32,
    pBXR30SDActExpireAfter             Unsigned32,
    pBXR30SDDefExpireAfter             Unsigned32,
    pBXR30SDUseDefExpireAfter          INTEGER,
    pBXR30ExpiryDate                   Unsigned32,
    pBXR30IntercomDialingCode          DisplayString,
    pBXR30I1BusGpBusGpNEConn           Unsigned32,
    pBXR30I2BusGpBusGpNetwkElement     DisplayString,
    pBXR30I3BusGpBusGpCFSIx            Unsigned32,
    pBXR30I4BusGpBusGpGpIx             Unsigned32,
    pBXR30BusGpBusGpOtherVals          INTEGER,
    pBXR30BusGpExternalLineCode        DisplayString,
    pBXR30BusGpInternalLineCode        DisplayString,
    pBXR30BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR30BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR30BusGpForceSimpleMatching     INTEGER,
    pBXR30BusGpDiagsLogCorr            Counter64,
    pBXR30SecondLocale                 INTEGER,
    pBXR30SDActAdvChrgAOCD             INTEGER,
    pBXR30SDDefAdvChrgAOCD             INTEGER,
    pBXR30SDUseDefAdvChrgAOCD          INTEGER,
    pBXR30SDActAdvChrgAOCE             INTEGER,
    pBXR30SDDefAdvChrgAOCE             INTEGER,
    pBXR30SDUseDefAdvChrgAOCE          INTEGER,
    pBXR30I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR30I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR30I3DelegatedManagementGpDMGIx Integer32,
    pBXR30SDActSubTimezone             LongDisplayString,
    pBXR30SDDefSubTimezone             LongDisplayString,
    pBXR30SDUseDefSubTimezone          INTEGER,
    pBXR30SDActChargeInd               INTEGER,
    pBXR30SDDefChargeInd               INTEGER,
    pBXR30SDUseDefChargeInd            INTEGER,
    pBXR30SDActSubClgCategory          INTEGER,
    pBXR30SDDefSubClgCategory          INTEGER,
    pBXR30SDUseDefSubClgCategory       INTEGER,
    pBXR30CustomerInfoFirstName        LongDisplayString,
    pBXR30CustomerInfoSecondName       LongDisplayString,
    pBXR30CustomerInfoOtherNames       LongDisplayString,
    pBXR30CustomerInfoPenultimateName  LongDisplayString,
    pBXR30CustomerInfoSurname          LongDisplayString,
    pBXR30UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR30I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR30I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR30I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR30I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR30TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR30I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR30I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR30I3FaultMonitoringProfFMPIx   Integer32,
    pBXR30FaultMonitoringProfOtherVals INTEGER,
    pBXR30ApplyFMPToReltdObjectTypes   BITS,
    pBXR30AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR30SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR30SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR30SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR30SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR30SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR30SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR30AlrmState                    INTEGER,
    pBXR30StatisticsAlrms              Integer32,
    pBXR30AlrmLogCorr                  Counter64,
    pBXR30AddtlAlrmLogCorr             Counter64,
    pBXR30AlrmEvtsAttnRq               Unsigned32,
    pBXR30AlrmEvtsAtndDp               Unsigned32,
    pBXR30AlrmStateTimestamp           Unsigned32,
    pBXR30SASHostname                  LongDisplayString,
    pBXR30UseCfgdTrnkGpID              INTEGER,
    pBXR30TrnkGpID                     INTEGER,
    pBXR30AllowRehoming                INTEGER,
    pBXR30I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR30TotCallsLimit                INTEGER,
    pBXR30MaxCalls                     Unsigned32,
    pBXR30TermCallsLimit               INTEGER,
    pBXR30MaxTermCalls                 Unsigned32,
    pBXR30OrigingCallsLimit            INTEGER,
    pBXR30MaxOrigingCalls              Unsigned32,
    pBXR30LimitIntraBGCalls            INTEGER,
    pBXR30UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR30PBXIsDuplicate               INTEGER,
    pBXR30PBXIsRenumbering             INTEGER,
    pBXR30ExportIncASRepData           INTEGER,
    pBXR30AppServerPBX                 INTEGER,
    pBXR30SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR30SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR30DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR30PortedRtgMethod              INTEGER,
    pBXR30LocationRtgNum               DisplayString,
    pBXR30IsIMS                        INTEGER,
    pBXR30ExportChldObjectsToInc       INTEGER,
    pBXR30OutboundCldPartyTON          INTEGER,
    pBXR30NormalizeInboundClgPartyNum  INTEGER,
    pBXR30PBXPrefixDN                  DisplayString
  }

  pBXR30NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR30Entry  1 }

  pBXR30NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR30Entry  2 }

  pBXR30CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR30Entry  3 }

  pBXR30DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR30Entry  4 }

  pBXR30PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR30Entry  5 }

  pBXR30ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { pBXR30Entry  6 }

  pBXR30I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR30Entry  7 }

  pBXR30I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR30Entry  8 }

  pBXR30I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR30Entry  9 }

  pBXR30I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR30Entry  10 }

  pBXR30NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR30Entry  11 }

  pBXR30PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR30Entry  12 }

  pBXR30LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR30Entry  13 }

  pBXR30ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR30Entry  14 }

  pBXR30PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR30Entry  18 }

  pBXR30Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR30Entry  19 }

  pBXR30DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR30Entry  22 }

  pBXR30TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR30Entry  24 }

  pBXR30ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR30Entry  26 }

  pBXR30ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR30Entry  27 }

  pBXR30ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR30Entry  28 }

  pBXR30CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR30Entry  29 }

  pBXR30PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR30Entry  30 }

  pBXR30CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR30Entry  31 }

  pBXR30PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR30Entry  32 }

  pBXR30ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR30Entry  33 }

  pBXR30ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR30Entry  34 }

  pBXR30ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR30Entry  35 }

  pBXR30ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR30Entry  36 }

  pBXR30DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR30Entry  37 }

  pBXR30DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR30Entry  38 }

  pBXR30DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR30Entry  39 }

  pBXR30TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR30Entry  40 }

  pBXR30TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR30Entry  41 }

  pBXR30TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR30Entry  42 }

  pBXR30TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR30Entry  43 }

  pBXR30SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR30Entry  44 }

  pBXR30ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR30Entry  45 }

  pBXR30ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR30Entry  46 }

  pBXR30ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR30Entry  47 }

  pBXR30ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR30Entry  48 }

  pBXR30ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR30Entry  49 }

  pBXR30ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR30Entry  50 }

  pBXR30DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR30Entry  51 }

  pBXR30RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR30Entry  52 }

  pBXR30MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR30Entry  53 }

  pBXR30CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR30Entry  54 }

  pBXR30DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR30Entry  55 }

  pBXR30ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR30Entry  57 }

  pBXR30SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR30Entry  59 }

  pBXR30DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR30Entry  60 }

  pBXR30CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR30Entry  61 }

  pBXR30CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR30Entry  62 }

  pBXR30CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR30Entry  63 }

  pBXR30CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR30Entry  64 }

  pBXR30CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR30Entry  65 }

  pBXR30RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR30Entry  66 }

  pBXR30MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR30Entry  67 }

  pBXR30ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR30Entry  68 }

  pBXR30DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR30Entry  69 }

  pBXR30PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR30Entry  71 }

  pBXR30ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { pBXR30Entry  72 }

  pBXR30SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR30Entry  74 }

  pBXR30SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  75 }

  pBXR30SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  76 }

  pBXR30SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  77 }

  pBXR30I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR30Entry  84 }

  pBXR30I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR30Entry  85 }

  pBXR30I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR30Entry  86 }

  pBXR30I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR30Entry  87 }

  pBXR30SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  88 }

  pBXR30SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  89 }

  pBXR30SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  90 }

  pBXR30SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  91 }

  pBXR30SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  92 }

  pBXR30SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  93 }

  pBXR30SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  100 }

  pBXR30SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  101 }

  pBXR30SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  102 }

  pBXR30SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  103 }

  pBXR30SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  104 }

  pBXR30SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  105 }

  pBXR30SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  106 }

  pBXR30SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  107 }

  pBXR30SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  108 }

  pBXR30SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  109 }

  pBXR30SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  110 }

  pBXR30SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  111 }

  pBXR30SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  112 }

  pBXR30SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  113 }

  pBXR30SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  114 }

  pBXR30SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  115 }

  pBXR30SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  116 }

  pBXR30SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  117 }

  pBXR30SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  118 }

  pBXR30SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  119 }

  pBXR30SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  120 }

  pBXR30SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  121 }

  pBXR30SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  122 }

  pBXR30SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  123 }

  pBXR30SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  124 }

  pBXR30SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  125 }

  pBXR30SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  126 }

  pBXR30SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  127 }

  pBXR30SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  128 }

  pBXR30SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  129 }

  pBXR30SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  130 }

  pBXR30SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  131 }

  pBXR30SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  132 }

  pBXR30SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  133 }

  pBXR30SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  134 }

  pBXR30SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  135 }

  pBXR30SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  136 }

  pBXR30SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  137 }

  pBXR30SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  138 }

  pBXR30LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR30Entry  139 }

  pBXR30DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR30Entry  140 }

  pBXR30EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR30Entry  141 }

  pBXR30ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR30Entry  142 }

  pBXR30SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  150 }

  pBXR30SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  151 }

  pBXR30SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  152 }

  pBXR30SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  153 }

  pBXR30SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  154 }

  pBXR30SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  155 }

  pBXR30SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  156 }

  pBXR30SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  157 }

  pBXR30SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  158 }

  pBXR30SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  159 }

  pBXR30SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  160 }

  pBXR30SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  161 }

  pBXR30SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  162 }

  pBXR30SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  163 }

  pBXR30SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  164 }

  pBXR30SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  165 }

  pBXR30SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  166 }

  pBXR30SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  167 }

  pBXR30SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  168 }

  pBXR30SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  169 }

  pBXR30SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  170 }

  pBXR30SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  171 }

  pBXR30SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  172 }

  pBXR30SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  173 }

  pBXR30SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  174 }

  pBXR30SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  175 }

  pBXR30SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  176 }

  pBXR30SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  177 }

  pBXR30SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  178 }

  pBXR30SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  179 }

  pBXR30SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  180 }

  pBXR30SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  181 }

  pBXR30SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  182 }

  pBXR30SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  183 }

  pBXR30SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  184 }

  pBXR30SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  185 }

  pBXR30SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  186 }

  pBXR30SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  187 }

  pBXR30SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  188 }

  pBXR30SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  189 }

  pBXR30SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  190 }

  pBXR30SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  191 }

  pBXR30SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  192 }

  pBXR30SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  193 }

  pBXR30SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  194 }

  pBXR30SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  195 }

  pBXR30SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  196 }

  pBXR30SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  197 }

  pBXR30LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR30Entry  205 }

  pBXR30SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  206 }

  pBXR30SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  207 }

  pBXR30SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  208 }

  pBXR30FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR30Entry  209 }

  pBXR30CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR30Entry  210 }

  pBXR30MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR30Entry  211 }

  pBXR30MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR30Entry  212 }

  pBXR30SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  213 }

  pBXR30SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  214 }

  pBXR30SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  215 }

  pBXR30ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR30Entry  216 }

  pBXR30IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR30Entry  217 }

  pBXR30I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR30Entry  218 }

  pBXR30I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR30Entry  219 }

  pBXR30I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR30Entry  220 }

  pBXR30I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR30Entry  221 }

  pBXR30BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR30Entry  222 }

  pBXR30BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR30Entry  223 }

  pBXR30BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR30Entry  224 }

  pBXR30BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR30Entry  225 }

  pBXR30BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR30Entry  226 }

  pBXR30BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR30Entry  227 }

  pBXR30BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR30Entry  228 }

  pBXR30SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR30Entry  230 }

  pBXR30SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  231 }

  pBXR30SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  232 }

  pBXR30SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  233 }

  pBXR30SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  234 }

  pBXR30SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  235 }

  pBXR30SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  236 }

  pBXR30I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR30Entry  237 }

  pBXR30I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR30Entry  238 }

  pBXR30I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR30Entry  239 }

  pBXR30SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  241 }

  pBXR30SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  242 }

  pBXR30SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  243 }

  pBXR30SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  244 }

  pBXR30SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  245 }

  pBXR30SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  246 }

  pBXR30SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  247 }

  pBXR30SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  248 }

  pBXR30SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  249 }

  pBXR30CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR30Entry  260 }

  pBXR30CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR30Entry  261 }

  pBXR30CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR30Entry  262 }

  pBXR30CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR30Entry  263 }

  pBXR30CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR30Entry  264 }

  pBXR30UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR30Entry  265 }

  pBXR30I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR30Entry  266 }

  pBXR30I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR30Entry  267 }

  pBXR30I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR30Entry  268 }

  pBXR30I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR30Entry  269 }

  pBXR30TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR30Entry  270 }

  pBXR30I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR30Entry  271 }

  pBXR30I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR30Entry  272 }

  pBXR30I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR30Entry  273 }

  pBXR30FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR30Entry  274 }

  pBXR30ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR30Entry  275 }

  pBXR30AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR30Entry  276 }

  pBXR30SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  277 }

  pBXR30SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  278 }

  pBXR30SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  279 }

  pBXR30SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  280 }

  pBXR30SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR30Entry  281 }

  pBXR30SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR30Entry  282 }

  pBXR30AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR30Entry  283 }

  pBXR30StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR30Entry  284 }

  pBXR30AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR30Entry  285 }

  pBXR30AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR30Entry  286 }

  pBXR30AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR30Entry  287 }

  pBXR30AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR30Entry  288 }

  pBXR30AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR30Entry  289 }

  pBXR30SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR30Entry  290 }

  pBXR30UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR30Entry  291 }

  pBXR30TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR30Entry  292 }

  pBXR30AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR30Entry  293 }

  pBXR30I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR30Entry  294 }

  pBXR30TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR30Entry  295 }

  pBXR30MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR30Entry  296 }

  pBXR30TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR30Entry  297 }

  pBXR30MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR30Entry  298 }

  pBXR30OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR30Entry  299 }

  pBXR30MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR30Entry  300 }

  pBXR30LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR30Entry  301 }

  pBXR30UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR30Entry  302 }

  pBXR30PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR30Entry  303 }

  pBXR30PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR30Entry  304 }

  pBXR30ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR30Entry  305 }

  pBXR30AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR30Entry  306 }

  pBXR30SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR30Entry  307 }

  pBXR30SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR30Entry  308 }

  pBXR30DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR30Entry  309 }

  pBXR30PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR30Entry  310 }

  pBXR30LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR30Entry  311 }

  pBXR30IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR30Entry  312 }

  pBXR30ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR30Entry  313 }

  pBXR30OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR30Entry  314 }

  pBXR30NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR30Entry  315 }

  pBXR30PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR30Entry  316 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  indLineR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2527 }

  indLineR28Entry OBJECT-TYPE
    SYNTAX       IndLineR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR28NEConn,
             indLineR28NetwkElement,
             indLineR28CFSIx,
             indLineR28DirNum }
    ::= {  indLineR28Table  1  }

  IndLineR28Entry  ::=  SEQUENCE
  {
    indLineR28NEConn                   Unsigned32,
    indLineR28NetwkElement             DisplayString,
    indLineR28CFSIx                    Unsigned32,
    indLineR28DirNum                   DisplayString,
    indLineR28PresNum                  DisplayString,
    indLineR28ClgPartyNum              DisplayString,
    indLineR28I1SubGpNEConn            Unsigned32,
    indLineR28I2SubGpNetwkElement      DisplayString,
    indLineR28I3SubGpCFSIx             Unsigned32,
    indLineR28I4SubGpSubGpIx           Unsigned32,
    indLineR28NumStatus                INTEGER,
    indLineR28T1I1AccDevNEConn         Unsigned32,
    indLineR28T1I2AccDevNetwkElement   DisplayString,
    indLineR28T1I3AccDevCFSIx          Unsigned32,
    indLineR28T1I4AccDevGatewayIx      Unsigned32,
    indLineR28T1I5AccDevDeviceIx       Unsigned32,
    indLineR28T2I1AccDevNEConn         Unsigned32,
    indLineR28T2I2AccDevNetwkElement   DisplayString,
    indLineR28T2I3AccDevCFSIx          Unsigned32,
    indLineR28T2I4AccDevGatewayIx      Unsigned32,
    indLineR28T2I5AccDevDeviceIx       Unsigned32,
    indLineR28AccessLineNum            Unsigned32,
    indLineR28PortedExchangeID         DisplayString,
    indLineR28SignalFunctionCode       INTEGER,
    indLineR28LineUsage                INTEGER,
    indLineR28FSKFormat                INTEGER,
    indLineR28PIN                      DisplayString,
    indLineR28Locale                   INTEGER,
    indLineR28LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR28DigitMaskingReqd         INTEGER,
    indLineR28OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR28OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR28OrigingFacilityMarksADC  INTEGER,
    indLineR28TermFacilityMarksServInterception
                                       INTEGER,
    indLineR28TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR28ActYear                  Unsigned32,
    indLineR28ActMonth                 Unsigned32,
    indLineR28ActDate                  Unsigned32,
    indLineR28LastInCallClgType        INTEGER,
    indLineR28LastInCallUniqueNum      INTEGER,
    indLineR28LastInCallClgNum         DisplayString,
    indLineR28LastInCallClgPresNum     DisplayString,
    indLineR28LastInCallTimeCall       Unsigned32,
    indLineR28LastInCallCallerWaited   INTEGER,
    indLineR28LastInCallCallAnswrd     INTEGER,
    indLineR28LastInCallCallTraced     INTEGER,
    indLineR28AlrmState                INTEGER,
    indLineR28AlrmLogCorr              Counter64,
    indLineR28AddtlAlrmLogCorr         Counter64,
    indLineR28AlrmEvtsAttnRq           Unsigned32,
    indLineR28AlrmEvtsAtndDp           Unsigned32,
    indLineR28AlrmStateTimestamp       Unsigned32,
    indLineR28ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR28ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR28ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR28ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR28DiagsLogLvl              INTEGER,
    indLineR28DiagsAPITraceEnabled     INTEGER,
    indLineR28DiagsAPITraceTag         DisplayString,
    indLineR28DiagsAPITraceRemNum      DisplayString,
    indLineR28SummaryChldAlrmState     INTEGER,
    indLineR28RowStatus                RowStatus,
    indLineR28ExportNumObjectsExported Integer32,
    indLineR28ExportStatus             DisplayString,
    indLineR28ExportFile               DisplayString,
    indLineR28ExportCorr               Counter64,
    indLineR28ExportCorrNode           DisplayString,
    indLineR28ExportCorrUID            DisplayString,
    indLineR28DoExtraActions           INTEGER,
    indLineR28MovedToDirNum            DisplayString,
    indLineR28CustInfo                 DisplayString,
    indLineR28SigType                  INTEGER,
    indLineR28I1ISDNInterfaceNEConn    Unsigned32,
    indLineR28I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR28I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR28I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR28I5ISDNInterfacePRIIx     Unsigned32,
    indLineR28ISDNDefBearerCapabilities
                                       BITS,
    indLineR28DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR28SIPUserName              DisplayString,
    indLineR28SIPDomainName            DisplayString,
    indLineR28UseStaticNATMapping      INTEGER,
    indLineR28SIPRegistrationStatus    INTEGER,
    indLineR28SIPAuthenticationReqd    INTEGER,
    indLineR28NewSIPPassword           DisplayString,
    indLineR28ConfirmNewSIPPassword    DisplayString,
    indLineR28ServSuspended            INTEGER,
    indLineR28GR303NailedUpConn        INTEGER,
    indLineR28TSL                      INTEGER,
    indLineR28CustInfo2                DisplayString,
    indLineR28CustInfo3                DisplayString,
    indLineR28CustInfo4                DisplayString,
    indLineR28CustInfo5                DisplayString,
    indLineR28CustInfo6                DisplayString,
    indLineR28PrimaryLineDirNum        DisplayString,
    indLineR28RingPattnRO              INTEGER,
    indLineR28RecentlyMovedFromOldNum  INTEGER,
    indLineR28MovedFromDirNum          DisplayString,
    indLineR28ConnectCallAfterAnnounce INTEGER,
    indLineR28ChargeNum                DisplayString,
    indLineR28I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR28I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR28I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR28I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR28PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR28GR303DialType            INTEGER,
    indLineR28LastOutCallCldType       INTEGER,
    indLineR28LastOutCallCldNum        DisplayString,
    indLineR28LastOutCallNumPres       INTEGER,
    indLineR28LastOutCallCallType      INTEGER,
    indLineR28LastOutCallDirectDialed  INTEGER,
    indLineR28LastOutCallCarr          DisplayString,
    indLineR28I1PerProfNEConn          Unsigned32,
    indLineR28I2PerProfNetwkElement    DisplayString,
    indLineR28I3PerProfCFSIx           Unsigned32,
    indLineR28I4PerProfGpIx            Unsigned32,
    indLineR28InUseBy                  INTEGER,
    indLineR28UseDNIdentification      INTEGER,
    indLineR28SDActTimezone            INTEGER,
    indLineR28SDDefTimezone            INTEGER,
    indLineR28SDUseDefTimezone         INTEGER,
    indLineR28SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR28SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR28SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR28SDActMaxCallAppearances  Unsigned32,
    indLineR28SDDefMaxCallAppearances  Unsigned32,
    indLineR28SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR28SDActLongDistanceCarr    DisplayString,
    indLineR28SDDefLongDistanceCarr    DisplayString,
    indLineR28SDUseDefLongDistanceCarr INTEGER,
    indLineR28SDActIntraLATACarr       DisplayString,
    indLineR28SDDefIntraLATACarr       DisplayString,
    indLineR28SDUseDefIntraLATACarr    INTEGER,
    indLineR28SDActRtgAttrs            BITS,
    indLineR28SDDefRtgAttrs            BITS,
    indLineR28SDUseDefRtgAttrs         INTEGER,
    indLineR28SDActBillType            INTEGER,
    indLineR28SDDefBillType            INTEGER,
    indLineR28SDUseDefBillType         INTEGER,
    indLineR28SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR28SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR28SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR28SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR28SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR28SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR28SDActTariffGp            INTEGER,
    indLineR28SDDefTariffGp            INTEGER,
    indLineR28SDUseDefTariffGp         INTEGER,
    indLineR28SDActLCC1                INTEGER,
    indLineR28SDDefLCC1                INTEGER,
    indLineR28SDUseDefLCC1             INTEGER,
    indLineR28SDActLCC2                INTEGER,
    indLineR28SDDefLCC2                INTEGER,
    indLineR28SDUseDefLCC2             INTEGER,
    indLineR28SDActLCC3                INTEGER,
    indLineR28SDDefLCC3                INTEGER,
    indLineR28SDUseDefLCC3             INTEGER,
    indLineR28SDActLCC4                INTEGER,
    indLineR28SDDefLCC4                INTEGER,
    indLineR28SDUseDefLCC4             INTEGER,
    indLineR28SDActLCC5                INTEGER,
    indLineR28SDDefLCC5                INTEGER,
    indLineR28SDUseDefLCC5             INTEGER,
    indLineR28SDActForceLNPLookup      INTEGER,
    indLineR28SDDefForceLNPLookup      INTEGER,
    indLineR28SDUseDefForceLNPLookup   INTEGER,
    indLineR28SDActIntnatlCarr         DisplayString,
    indLineR28SDDefIntnatlCarr         DisplayString,
    indLineR28SDUseDefIntnatlCarr      INTEGER,
    indLineR28LineTrafficStudy         INTEGER,
    indLineR28CallListsMissedCalls     LongDisplayString,
    indLineR28CallListsAnswrdCalls     LongDisplayString,
    indLineR28CallListsDialedCalls     LongDisplayString,
    indLineR28EnabledDate              Unsigned32,
    indLineR28SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR28SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR28SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR28SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR28SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR28SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR28SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR28SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR28SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR28SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR28SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR28SDActLCC6                INTEGER,
    indLineR28SDDefLCC6                INTEGER,
    indLineR28SDUseDefLCC6             INTEGER,
    indLineR28SDActLCC7                INTEGER,
    indLineR28SDDefLCC7                INTEGER,
    indLineR28SDUseDefLCC7             INTEGER,
    indLineR28SDActLCC8                INTEGER,
    indLineR28SDDefLCC8                INTEGER,
    indLineR28SDUseDefLCC8             INTEGER,
    indLineR28SDActLCC9                INTEGER,
    indLineR28SDDefLCC9                INTEGER,
    indLineR28SDUseDefLCC9             INTEGER,
    indLineR28SDActLCC10               INTEGER,
    indLineR28SDDefLCC10               INTEGER,
    indLineR28SDUseDefLCC10            INTEGER,
    indLineR28SDActLCC11               INTEGER,
    indLineR28SDDefLCC11               INTEGER,
    indLineR28SDUseDefLCC11            INTEGER,
    indLineR28SDActLCC12               INTEGER,
    indLineR28SDDefLCC12               INTEGER,
    indLineR28SDUseDefLCC12            INTEGER,
    indLineR28SDActLCC13               INTEGER,
    indLineR28SDDefLCC13               INTEGER,
    indLineR28SDUseDefLCC13            INTEGER,
    indLineR28SDActLCC14               INTEGER,
    indLineR28SDDefLCC14               INTEGER,
    indLineR28SDUseDefLCC14            INTEGER,
    indLineR28SDActLCC15               INTEGER,
    indLineR28SDDefLCC15               INTEGER,
    indLineR28SDUseDefLCC15            INTEGER,
    indLineR28SDActLCC16               INTEGER,
    indLineR28SDDefLCC16               INTEGER,
    indLineR28SDUseDefLCC16            INTEGER,
    indLineR28SDActLCC17               INTEGER,
    indLineR28SDDefLCC17               INTEGER,
    indLineR28SDUseDefLCC17            INTEGER,
    indLineR28SDActLCC18               INTEGER,
    indLineR28SDDefLCC18               INTEGER,
    indLineR28SDUseDefLCC18            INTEGER,
    indLineR28SDActLCC19               INTEGER,
    indLineR28SDDefLCC19               INTEGER,
    indLineR28SDUseDefLCC19            INTEGER,
    indLineR28SDActLCC20               INTEGER,
    indLineR28SDDefLCC20               INTEGER,
    indLineR28SDUseDefLCC20            INTEGER,
    indLineR28T1I1GatewayNEConn        Unsigned32,
    indLineR28T1I2GatewayNetwkElement  DisplayString,
    indLineR28T1I3GatewayCFSIx         Unsigned32,
    indLineR28T1I4GatewayGatewayIx     Unsigned32,
    indLineR28T2I1GatewayNEConn        Unsigned32,
    indLineR28T2I2GatewayNetwkElement  DisplayString,
    indLineR28T2I3GatewayCFSIx         Unsigned32,
    indLineR28T2I4GatewayGatewayIx     Unsigned32,
    indLineR28SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR28SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR28SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR28SDActVQMCallLogging      INTEGER,
    indLineR28SDDefVQMCallLogging      INTEGER,
    indLineR28SDUseDefVQMCallLogging   INTEGER,
    indLineR28CFMLvlOnApply            INTEGER,
    indLineR28SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR28SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR28SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR28CurrNumRegistrations     Integer32,
    indLineR28FaultMonitoringLvl       INTEGER,
    indLineR28CFMLvlOnApply2           INTEGER,
    indLineR28SIPPassword              DisplayString,
    indLineR28SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR28SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR28SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR28SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR28SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR28SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR28SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR28SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR28SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR28SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR28SDUseDefNetwkNode        INTEGER,
    indLineR28MovedToNumAsDialed       DisplayString,
    indLineR28MovedDate                Unsigned32,
    indLineR28SDActExpireAfter         Unsigned32,
    indLineR28SDDefExpireAfter         Unsigned32,
    indLineR28SDUseDefExpireAfter      INTEGER,
    indLineR28ExpiryDate               Unsigned32,
    indLineR28SecondLocale             INTEGER,
    indLineR28SDActAdvChrgAOCD         INTEGER,
    indLineR28SDDefAdvChrgAOCD         INTEGER,
    indLineR28SDUseDefAdvChrgAOCD      INTEGER,
    indLineR28SDActAdvChrgAOCE         INTEGER,
    indLineR28SDDefAdvChrgAOCE         INTEGER,
    indLineR28SDUseDefAdvChrgAOCE      INTEGER,
    indLineR28PayphoneMetering         INTEGER,
    indLineR28SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR28SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR28SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR28SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR28SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR28SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR28SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR28SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR28SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR28SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR28SDUseDefESAProtDom       INTEGER,
    indLineR28SASHostname              LongDisplayString,
    indLineR28I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR28I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR28I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR28SDActSubTimezone         LongDisplayString,
    indLineR28SDDefSubTimezone         LongDisplayString,
    indLineR28SDUseDefSubTimezone      INTEGER,
    indLineR28SDActChargeInd           INTEGER,
    indLineR28SDDefChargeInd           INTEGER,
    indLineR28SDUseDefChargeInd        INTEGER,
    indLineR28SDActSubClgCategory      INTEGER,
    indLineR28SDDefSubClgCategory      INTEGER,
    indLineR28SDUseDefSubClgCategory   INTEGER,
    indLineR28CustomerInfoFirstName    LongDisplayString,
    indLineR28CustomerInfoSecondName   LongDisplayString,
    indLineR28CustomerInfoOtherNames   LongDisplayString,
    indLineR28CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR28CustomerInfoSurname      LongDisplayString,
    indLineR28I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR28I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR28I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR28I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR28TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR28I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR28I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR28I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR28FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR28ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR28AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR28SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR28SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR28SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR28StatisticsAlrms          Integer32,
    indLineR28SupportDevTwinning       INTEGER,
    indLineR28DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR28DevTwinningSIPUserName   DisplayString,
    indLineR28DevTwinningSIPDomainName DisplayString,
    indLineR28DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR28DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR28I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR28I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR28I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR28I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR28DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR28DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR28DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR28DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR28DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR28I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR28I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR28I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR28I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR28DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR28DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR28DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR28DevTwinningSIPPassword   DisplayString,
    indLineR28NoUserEquipment          INTEGER,
    indLineR28SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR28SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR28SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR28AllowRehoming            INTEGER,
    indLineR28I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR28SDActAccessionClientOnly INTEGER,
    indLineR28SDDefAccessionClientOnly INTEGER,
    indLineR28SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR28PreSubscribedConn        INTEGER,
    indLineR28ExportIncASRepData       INTEGER,
    indLineR28PBXIsDuplicate           INTEGER,
    indLineR28PBXIsRenumbering         INTEGER,
    indLineR28SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR28SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR28SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR28PortedRtgMethod          INTEGER,
    indLineR28LocationRtgNum           DisplayString,
    indLineR28IsIMS                    INTEGER,
    indLineR28ExportChldObjectsToInc   INTEGER
  }

  indLineR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR28Entry  1 }

  indLineR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR28Entry  2 }

  indLineR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR28Entry  3 }

  indLineR28DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR28Entry  4 }

  indLineR28PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR28Entry  5 }

  indLineR28ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR28Entry  6 }

  indLineR28I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR28Entry  7 }

  indLineR28I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR28Entry  8 }

  indLineR28I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR28Entry  9 }

  indLineR28I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR28Entry  10 }

  indLineR28NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR28Entry  11 }

  indLineR28T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR28Entry  12 }

  indLineR28T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR28Entry  13 }

  indLineR28T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR28Entry  14 }

  indLineR28T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR28Entry  15 }

  indLineR28T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR28Entry  16 }

  indLineR28T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR28Entry  17 }

  indLineR28T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR28Entry  18 }

  indLineR28T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR28Entry  19 }

  indLineR28T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR28Entry  20 }

  indLineR28T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR28Entry  21 }

  indLineR28AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR28Entry  22 }

  indLineR28PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR28Entry  23 }

  indLineR28SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR28Entry  24 }

  indLineR28LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR28Entry  25 }

  indLineR28FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR28Entry  26 }

  indLineR28PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR28Entry  29 }

  indLineR28Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR28Entry  30 }

  indLineR28LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR28Entry  33 }

  indLineR28DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR28Entry  34 }

  indLineR28OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR28Entry  36 }

  indLineR28OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR28Entry  37 }

  indLineR28OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR28Entry  38 }

  indLineR28TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR28Entry  39 }

  indLineR28TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR28Entry  40 }

  indLineR28ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR28Entry  42 }

  indLineR28ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR28Entry  43 }

  indLineR28ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR28Entry  44 }

  indLineR28LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR28Entry  45 }

  indLineR28LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR28Entry  46 }

  indLineR28LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR28Entry  47 }

  indLineR28LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR28Entry  48 }

  indLineR28LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR28Entry  49 }

  indLineR28LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR28Entry  50 }

  indLineR28LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR28Entry  51 }

  indLineR28LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR28Entry  52 }

  indLineR28AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR28Entry  53 }

  indLineR28AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR28Entry  54 }

  indLineR28AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR28Entry  55 }

  indLineR28AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR28Entry  56 }

  indLineR28AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR28Entry  57 }

  indLineR28AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR28Entry  58 }

  indLineR28ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR28Entry  59 }

  indLineR28ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR28Entry  60 }

  indLineR28ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR28Entry  61 }

  indLineR28ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR28Entry  62 }

  indLineR28DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR28Entry  63 }

  indLineR28DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR28Entry  64 }

  indLineR28DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR28Entry  65 }

  indLineR28DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR28Entry  66 }

  indLineR28SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR28Entry  67 }

  indLineR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR28Entry  68 }

  indLineR28ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR28Entry  69 }

  indLineR28ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR28Entry  70 }

  indLineR28ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR28Entry  71 }

  indLineR28ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR28Entry  72 }

  indLineR28ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR28Entry  73 }

  indLineR28ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR28Entry  74 }

  indLineR28DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2),
                   resynchronizePhones(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR28Entry  75 }

  indLineR28MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR28Entry  76 }

  indLineR28CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR28Entry  77 }

  indLineR28SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR28Entry  78 }

  indLineR28I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR28Entry  79 }

  indLineR28I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR28Entry  80 }

  indLineR28I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR28Entry  81 }

  indLineR28I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR28Entry  82 }

  indLineR28I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR28Entry  83 }

  indLineR28ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR28Entry  84 }

  indLineR28DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR28Entry  85 }

  indLineR28SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR28Entry  86 }

  indLineR28SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR28Entry  87 }

  indLineR28UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR28Entry  88 }

  indLineR28SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR28Entry  89 }

  indLineR28SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR28Entry  90 }

  indLineR28NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR28Entry  91 }

  indLineR28ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR28Entry  92 }

  indLineR28ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR28Entry  96 }

  indLineR28GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR28Entry  97 }

  indLineR28TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR28Entry  98 }

  indLineR28CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR28Entry  99 }

  indLineR28CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR28Entry  100 }

  indLineR28CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR28Entry  101 }

  indLineR28CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR28Entry  102 }

  indLineR28CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR28Entry  103 }

  indLineR28PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR28Entry  104 }

  indLineR28RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR28Entry  105 }

  indLineR28RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR28Entry  106 }

  indLineR28MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR28Entry  107 }

  indLineR28ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR28Entry  108 }

  indLineR28ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR28Entry  109 }

  indLineR28I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  110 }

  indLineR28I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  111 }

  indLineR28I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  112 }

  indLineR28I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  113 }

  indLineR28PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR28Entry  114 }

  indLineR28GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR28Entry  120 }

  indLineR28LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR28Entry  122 }

  indLineR28LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR28Entry  123 }

  indLineR28LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR28Entry  124 }

  indLineR28LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR28Entry  125 }

  indLineR28LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR28Entry  126 }

  indLineR28LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR28Entry  127 }

  indLineR28I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR28Entry  133 }

  indLineR28I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR28Entry  134 }

  indLineR28I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR28Entry  135 }

  indLineR28I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR28Entry  136 }

  indLineR28InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR28Entry  137 }

  indLineR28UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR28Entry  138 }

  indLineR28SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  139 }

  indLineR28SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  140 }

  indLineR28SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  141 }

  indLineR28SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  142 }

  indLineR28SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  143 }

  indLineR28SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  144 }

  indLineR28SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  150 }

  indLineR28SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  151 }

  indLineR28SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  152 }

  indLineR28SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  153 }

  indLineR28SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  154 }

  indLineR28SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  155 }

  indLineR28SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  156 }

  indLineR28SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  157 }

  indLineR28SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  158 }

  indLineR28SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  159 }

  indLineR28SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  160 }

  indLineR28SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  161 }

  indLineR28SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  162 }

  indLineR28SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  163 }

  indLineR28SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  164 }

  indLineR28SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  165 }

  indLineR28SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  166 }

  indLineR28SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  167 }

  indLineR28SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  168 }

  indLineR28SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  169 }

  indLineR28SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  170 }

  indLineR28SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  171 }

  indLineR28SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  172 }

  indLineR28SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  173 }

  indLineR28SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  174 }

  indLineR28SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  175 }

  indLineR28SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  176 }

  indLineR28SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  177 }

  indLineR28SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  178 }

  indLineR28SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  179 }

  indLineR28SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  180 }

  indLineR28SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  181 }

  indLineR28SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  182 }

  indLineR28SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  183 }

  indLineR28SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  184 }

  indLineR28SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  185 }

  indLineR28SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  186 }

  indLineR28SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  187 }

  indLineR28SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  188 }

  indLineR28SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  189 }

  indLineR28SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  190 }

  indLineR28SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  191 }

  indLineR28SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  192 }

  indLineR28SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  193 }

  indLineR28SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  194 }

  indLineR28LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR28Entry  195 }

  indLineR28CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR28Entry  196 }

  indLineR28CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR28Entry  197 }

  indLineR28CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR28Entry  198 }

  indLineR28EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR28Entry  199 }

  indLineR28SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  207 }

  indLineR28SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  208 }

  indLineR28SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  209 }

  indLineR28SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  210 }

  indLineR28SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  211 }

  indLineR28SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  212 }

  indLineR28SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  213 }

  indLineR28SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  214 }

  indLineSDActR28SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  216 }

  indLineSDDefR28SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR28Entry  217 }

  indLineR28SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  218 }

  indLineR28SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  224 }

  indLineR28SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  225 }

  indLineR28SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  226 }

  indLineR28SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  227 }

  indLineR28SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  228 }

  indLineR28SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  229 }

  indLineR28SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  230 }

  indLineR28SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  231 }

  indLineR28SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  232 }

  indLineR28SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  233 }

  indLineR28SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  234 }

  indLineR28SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  235 }

  indLineR28SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  236 }

  indLineR28SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  237 }

  indLineR28SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  238 }

  indLineR28SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  239 }

  indLineR28SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  240 }

  indLineR28SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  241 }

  indLineR28SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  242 }

  indLineR28SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  243 }

  indLineR28SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  244 }

  indLineR28SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  245 }

  indLineR28SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  246 }

  indLineR28SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  247 }

  indLineR28SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  248 }

  indLineR28SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  249 }

  indLineR28SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  250 }

  indLineR28SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  251 }

  indLineR28SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  252 }

  indLineR28SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  253 }

  indLineR28SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  254 }

  indLineR28SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  255 }

  indLineR28SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  256 }

  indLineR28SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  257 }

  indLineR28SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  258 }

  indLineR28SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  259 }

  indLineR28SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  260 }

  indLineR28SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  261 }

  indLineR28SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  262 }

  indLineR28SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  263 }

  indLineR28SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  264 }

  indLineR28SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  265 }

  indLineR28SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  266 }

  indLineR28SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  267 }

  indLineR28SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  268 }

  indLineR28T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR28Entry  269 }

  indLineR28T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR28Entry  270 }

  indLineR28T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR28Entry  271 }

  indLineR28T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR28Entry  272 }

  indLineR28T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR28Entry  273 }

  indLineR28T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR28Entry  274 }

  indLineR28T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR28Entry  275 }

  indLineR28T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR28Entry  276 }

  indLineR28SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  285 }

  indLineR28SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  286 }

  indLineR28SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  287 }

  indLineR28SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  301 }

  indLineR28SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  302 }

  indLineR28SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  303 }

  indLineR28CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR28Entry  304 }

  indLineR28SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  305 }

  indLineR28SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  306 }

  indLineR28SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  307 }

  indLineR28CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR28Entry  308 }

  indLineR28FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR28Entry  309 }

  indLineR28CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR28Entry  310 }

  indLineR28SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR28Entry  311 }

  indLineR28SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  312 }

  indLineR28SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  313 }

  indLineR28SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  314 }

  indLineR28SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  315 }

  indLineR28SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  316 }

  indLineR28SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  317 }

  indLineR28SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  318 }

  indLineR28SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  319 }

  indLineSDActR28SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  321 }

  indLineSDDefR28SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR28Entry  322 }

  indLineR28SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  323 }

  indLineR28MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR28Entry  328 }

  indLineR28MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR28Entry  329 }

  indLineR28SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  330 }

  indLineR28SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  331 }

  indLineR28SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  332 }

  indLineR28ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR28Entry  333 }

  indLineR28SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR28Entry  346 }

  indLineR28SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  347 }

  indLineR28SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  348 }

  indLineR28SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  349 }

  indLineR28SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  350 }

  indLineR28SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  351 }

  indLineR28SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  352 }

  indLineR28PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR28Entry  353 }

  indLineR28SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  354 }

  indLineR28SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  355 }

  indLineR28SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  356 }

  indLineR28SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  357 }

  indLineR28SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  358 }

  indLineR28SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  359 }

  indLineR28SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  360 }

  indLineR28SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  361 }

  indLineSDActR28SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  363 }

  indLineSDDefR28SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR28Entry  364 }

  indLineR28SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  365 }

  indLineR28SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR28Entry  370 }

  indLineR28I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR28Entry  371 }

  indLineR28I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR28Entry  372 }

  indLineR28I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR28Entry  373 }

  indLineR28SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  375 }

  indLineR28SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  376 }

  indLineR28SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  377 }

  indLineR28SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  378 }

  indLineR28SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  379 }

  indLineR28SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  380 }

  indLineR28SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  381 }

  indLineR28SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  382 }

  indLineR28SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  383 }

  indLineR28CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR28Entry  390 }

  indLineR28CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR28Entry  391 }

  indLineR28CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR28Entry  392 }

  indLineR28CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR28Entry  393 }

  indLineR28CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR28Entry  394 }

  indLineR28I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR28Entry  395 }

  indLineR28I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR28Entry  396 }

  indLineR28I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR28Entry  397 }

  indLineR28I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR28Entry  398 }

  indLineR28TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR28Entry  399 }

  indLineR28I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR28Entry  400 }

  indLineR28I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR28Entry  401 }

  indLineR28I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR28Entry  402 }

  indLineR28FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR28Entry  403 }

  indLineR28ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR28Entry  404 }

  indLineR28AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR28Entry  405 }

  indLineR28SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  406 }

  indLineR28SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  407 }

  indLineR28SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  408 }

  indLineR28StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR28Entry  409 }

  indLineR28SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR28Entry  410 }

  indLineR28DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR28Entry  411 }

  indLineR28DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR28Entry  412 }

  indLineR28DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR28Entry  413 }

  indLineR28DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR28Entry  414 }

  indLineR28DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR28Entry  415 }

  indLineR28I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR28Entry  416 }

  indLineR28I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR28Entry  417 }

  indLineR28I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR28Entry  418 }

  indLineR28I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR28Entry  419 }

  indLineR28DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR28Entry  420 }

  indLineR28DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR28Entry  421 }

  indLineR28DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR28Entry  422 }

  indLineR28DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR28Entry  423 }

  indLineR28DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR28Entry  424 }

  indLineR28I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  425 }

  indLineR28I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  426 }

  indLineR28I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  427 }

  indLineR28I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR28Entry  428 }

  indLineR28DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR28Entry  429 }

  indLineR28DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR28Entry  430 }

  indLineR28DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR28Entry  431 }

  indLineR28DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR28Entry  432 }

  indLineR28NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR28Entry  433 }

  indLineR28SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  434 }

  indLineR28SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  435 }

  indLineR28SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  436 }

  indLineR28AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR28Entry  437 }

  indLineR28I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR28Entry  438 }

  indLineR28SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  439 }

  indLineR28SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  440 }

  indLineR28SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  441 }

  indLineR28PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR28Entry  442 }

  indLineR28ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR28Entry  443 }

  indLineR28PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR28Entry  444 }

  indLineR28PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR28Entry  445 }

  indLineR28SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  446 }

  indLineR28SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR28Entry  447 }

  indLineR28SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR28Entry  448 }

  indLineR28PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { indLineR28Entry  449 }

  indLineR28LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { indLineR28Entry  450 }

  indLineR28IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { indLineR28Entry  451 }

  indLineR28ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR28Entry  452 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  bGLineR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2528 }

  bGLineR28Entry OBJECT-TYPE
    SYNTAX       BGLineR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR28NEConn,
             bGLineR28NetwkElement,
             bGLineR28CFSIx,
             bGLineR28GpIx,
             bGLineR28FirstDirNum,
             bGLineR28DirNum }
    ::= {  bGLineR28Table  1  }

  BGLineR28Entry  ::=  SEQUENCE
  {
    bGLineR28NEConn                    Unsigned32,
    bGLineR28NetwkElement              DisplayString,
    bGLineR28CFSIx                     Unsigned32,
    bGLineR28GpIx                      Unsigned32,
    bGLineR28FirstDirNum               DisplayString,
    bGLineR28DirNum                    DisplayString,
    bGLineR28PresNum                   DisplayString,
    bGLineR28ClgPartyNum               DisplayString,
    bGLineR28IntercomDialingCode       DisplayString,
    bGLineR28NumStatus                 INTEGER,
    bGLineR28PortedExchangeID          DisplayString,
    bGLineR28T1I1AccDevNEConn          Unsigned32,
    bGLineR28T1I2AccDevNetwkElement    DisplayString,
    bGLineR28T1I3AccDevCFSIx           Unsigned32,
    bGLineR28T1I4AccDevGatewayIx       Unsigned32,
    bGLineR28T1I5AccDevDeviceIx        Unsigned32,
    bGLineR28T2I1AccDevNEConn          Unsigned32,
    bGLineR28T2I2AccDevNetwkElement    DisplayString,
    bGLineR28T2I3AccDevCFSIx           Unsigned32,
    bGLineR28T2I4AccDevGatewayIx       Unsigned32,
    bGLineR28T2I5AccDevDeviceIx        Unsigned32,
    bGLineR28AccessLineNum             Unsigned32,
    bGLineR28SignalFunctionCode        INTEGER,
    bGLineR28LineUsage                 INTEGER,
    bGLineR28FSKFormat                 INTEGER,
    bGLineR28PIN                       DisplayString,
    bGLineR28LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR28DigitMaskingReqd          INTEGER,
    bGLineR28OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR28OrigingFacilityMarksADC   INTEGER,
    bGLineR28TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR28TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR28ActYear                   Unsigned32,
    bGLineR28ActMonth                  Unsigned32,
    bGLineR28ActDate                   Unsigned32,
    bGLineR28LastInCallClgType         INTEGER,
    bGLineR28LastInCallUniqueNum       INTEGER,
    bGLineR28LastInCallClgNum          DisplayString,
    bGLineR28LastInCallClgPresNum      DisplayString,
    bGLineR28LastInCallTimeCall        Unsigned32,
    bGLineR28LastInCallCallerWaited    INTEGER,
    bGLineR28LastInCallCallAnswrd      INTEGER,
    bGLineR28LastInCallCallTraced      INTEGER,
    bGLineR28AlrmState                 INTEGER,
    bGLineR28AlrmLogCorr               Counter64,
    bGLineR28AddtlAlrmLogCorr          Counter64,
    bGLineR28AlrmEvtsAttnRq            Unsigned32,
    bGLineR28AlrmEvtsAtndDp            Unsigned32,
    bGLineR28AlrmStateTimestamp        Unsigned32,
    bGLineR28ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR28ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR28ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR28ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR28DiagsLogLvl               INTEGER,
    bGLineR28DiagsAPITraceEnabled      INTEGER,
    bGLineR28DiagsAPITraceTag          DisplayString,
    bGLineR28DiagsAPITraceRemNum       DisplayString,
    bGLineR28SummaryChldAlrmState      INTEGER,
    bGLineR28ExportNumObjectsExported  Integer32,
    bGLineR28ExportStatus              DisplayString,
    bGLineR28ExportFile                DisplayString,
    bGLineR28ExportCorr                Counter64,
    bGLineR28ExportCorrNode            DisplayString,
    bGLineR28ExportCorrUID             DisplayString,
    bGLineR28DoExtraActions            INTEGER,
    bGLineR28RowStatus                 RowStatus,
    bGLineR28MovedToDirNum             DisplayString,
    bGLineR28CustInfo                  DisplayString,
    bGLineR28SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR28SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR28SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR28SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR28SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR28SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR28SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR28SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR28SDUseDefSubGpBusLine      INTEGER,
    bGLineR28SigType                   INTEGER,
    bGLineR28I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR28I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR28I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR28I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR28I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR28ISDNDefBearerCapabilities BITS,
    bGLineR28SIPUserName               DisplayString,
    bGLineR28SIPDomainName             DisplayString,
    bGLineR28UseStaticNATMapping       INTEGER,
    bGLineR28SIPRegistrationStatus     INTEGER,
    bGLineR28SIPAuthenticationReqd     INTEGER,
    bGLineR28NewSIPPassword            DisplayString,
    bGLineR28ConfirmNewSIPPassword     DisplayString,
    bGLineR28SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR28SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR28SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR28SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR28SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR28SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR28GR303NailedUpConn         INTEGER,
    bGLineR28MultipleAppearanceDirNum  DisplayString,
    bGLineR28AllowDirectDialing        INTEGER,
    bGLineR28CustInfo2                 DisplayString,
    bGLineR28CustInfo3                 DisplayString,
    bGLineR28CustInfo4                 DisplayString,
    bGLineR28CustInfo5                 DisplayString,
    bGLineR28CustInfo6                 DisplayString,
    bGLineR28RecentlyMovedFromOldNum   INTEGER,
    bGLineR28MovedFromDirNum           DisplayString,
    bGLineR28ConnectCallAfterAnnounce  INTEGER,
    bGLineR28ChargeNum                 DisplayString,
    bGLineR28I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR28I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR28I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR28I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR28PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR28GR303DialType             INTEGER,
    bGLineR28LastOutCallCldType        INTEGER,
    bGLineR28LastOutCallCldNum         DisplayString,
    bGLineR28LastOutCallNumPres        INTEGER,
    bGLineR28LastOutCallCallType       INTEGER,
    bGLineR28LastOutCallDirectDialed   INTEGER,
    bGLineR28LastOutCallCarr           DisplayString,
    bGLineR28I1PerProfNEConn           Unsigned32,
    bGLineR28I2PerProfNetwkElement     DisplayString,
    bGLineR28I3PerProfCFSIx            Unsigned32,
    bGLineR28I4PerProfGpIx             Unsigned32,
    bGLineR28UseDNIdentification       INTEGER,
    bGLineR28SDActLongDistanceCarr     DisplayString,
    bGLineR28SDDefLongDistanceCarr     DisplayString,
    bGLineR28SDUseDefLongDistanceCarr  INTEGER,
    bGLineR28SDActIntraLATACarr        DisplayString,
    bGLineR28SDDefIntraLATACarr        DisplayString,
    bGLineR28SDUseDefIntraLATACarr     INTEGER,
    bGLineR28SDActIntnatlCarr          DisplayString,
    bGLineR28SDDefIntnatlCarr          DisplayString,
    bGLineR28SDUseDefIntnatlCarr       INTEGER,
    bGLineR28SDActRtgAttrs             BITS,
    bGLineR28SDDefRtgAttrs             BITS,
    bGLineR28SDUseDefRtgAttrs          INTEGER,
    bGLineR28SDActTimezone             INTEGER,
    bGLineR28SDDefTimezone             INTEGER,
    bGLineR28SDUseDefTimezone          INTEGER,
    bGLineR28SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR28SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR28SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR28SDActLCC1                 INTEGER,
    bGLineR28SDDefLCC1                 INTEGER,
    bGLineR28SDUseDefLCC1              INTEGER,
    bGLineR28SDActLCC2                 INTEGER,
    bGLineR28SDDefLCC2                 INTEGER,
    bGLineR28SDUseDefLCC2              INTEGER,
    bGLineR28SDActLCC3                 INTEGER,
    bGLineR28SDDefLCC3                 INTEGER,
    bGLineR28SDUseDefLCC3              INTEGER,
    bGLineR28SDActLCC4                 INTEGER,
    bGLineR28SDDefLCC4                 INTEGER,
    bGLineR28SDUseDefLCC4              INTEGER,
    bGLineR28SDActLCC5                 INTEGER,
    bGLineR28SDDefLCC5                 INTEGER,
    bGLineR28SDUseDefLCC5              INTEGER,
    bGLineR28SDActMaxCallAppearances   Unsigned32,
    bGLineR28SDDefMaxCallAppearances   Unsigned32,
    bGLineR28SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR28SDActTariffGp             INTEGER,
    bGLineR28SDDefTariffGp             INTEGER,
    bGLineR28SDUseDefTariffGp          INTEGER,
    bGLineR28SDActForceLNPLookup       INTEGER,
    bGLineR28SDDefForceLNPLookup       INTEGER,
    bGLineR28SDUseDefForceLNPLookup    INTEGER,
    bGLineR28LineTrafficStudy          INTEGER,
    bGLineR28MLHGIx                    Unsigned32,
    bGLineR28MLHGMemberIx              Unsigned32,
    bGLineR28CallListsMissedCalls      LongDisplayString,
    bGLineR28CallListsAnswrdCalls      LongDisplayString,
    bGLineR28CallListsDialedCalls      LongDisplayString,
    bGLineR28EnabledDate               Unsigned32,
    bGLineR28SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR28SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR28SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR28SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR28SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR28SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR28SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR28SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR28SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR28SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR28SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR28SDActLCC6                 INTEGER,
    bGLineR28SDDefLCC6                 INTEGER,
    bGLineR28SDUseDefLCC6              INTEGER,
    bGLineR28SDActLCC7                 INTEGER,
    bGLineR28SDDefLCC7                 INTEGER,
    bGLineR28SDUseDefLCC7              INTEGER,
    bGLineR28SDActLCC8                 INTEGER,
    bGLineR28SDDefLCC8                 INTEGER,
    bGLineR28SDUseDefLCC8              INTEGER,
    bGLineR28SDActLCC9                 INTEGER,
    bGLineR28SDDefLCC9                 INTEGER,
    bGLineR28SDUseDefLCC9              INTEGER,
    bGLineR28SDActLCC10                INTEGER,
    bGLineR28SDDefLCC10                INTEGER,
    bGLineR28SDUseDefLCC10             INTEGER,
    bGLineR28SDActLCC11                INTEGER,
    bGLineR28SDDefLCC11                INTEGER,
    bGLineR28SDUseDefLCC11             INTEGER,
    bGLineR28SDActLCC12                INTEGER,
    bGLineR28SDDefLCC12                INTEGER,
    bGLineR28SDUseDefLCC12             INTEGER,
    bGLineR28SDActLCC13                INTEGER,
    bGLineR28SDDefLCC13                INTEGER,
    bGLineR28SDUseDefLCC13             INTEGER,
    bGLineR28SDActLCC14                INTEGER,
    bGLineR28SDDefLCC14                INTEGER,
    bGLineR28SDUseDefLCC14             INTEGER,
    bGLineR28SDActLCC15                INTEGER,
    bGLineR28SDDefLCC15                INTEGER,
    bGLineR28SDUseDefLCC15             INTEGER,
    bGLineR28SDActLCC16                INTEGER,
    bGLineR28SDDefLCC16                INTEGER,
    bGLineR28SDUseDefLCC16             INTEGER,
    bGLineR28SDActLCC17                INTEGER,
    bGLineR28SDDefLCC17                INTEGER,
    bGLineR28SDUseDefLCC17             INTEGER,
    bGLineR28SDActLCC18                INTEGER,
    bGLineR28SDDefLCC18                INTEGER,
    bGLineR28SDUseDefLCC18             INTEGER,
    bGLineR28SDActLCC19                INTEGER,
    bGLineR28SDDefLCC19                INTEGER,
    bGLineR28SDUseDefLCC19             INTEGER,
    bGLineR28SDActLCC20                INTEGER,
    bGLineR28SDDefLCC20                INTEGER,
    bGLineR28SDUseDefLCC20             INTEGER,
    bGLineR28T1I1GatewayNEConn         Unsigned32,
    bGLineR28T1I2GatewayNetwkElement   DisplayString,
    bGLineR28T1I3GatewayCFSIx          Unsigned32,
    bGLineR28T1I4GatewayGatewayIx      Unsigned32,
    bGLineR28T2I1GatewayNEConn         Unsigned32,
    bGLineR28T2I2GatewayNetwkElement   DisplayString,
    bGLineR28T2I3GatewayCFSIx          Unsigned32,
    bGLineR28T2I4GatewayGatewayIx      Unsigned32,
    bGLineR28I1DepartmentNEConn        Unsigned32,
    bGLineR28I2DepartmentNetwkElement  DisplayString,
    bGLineR28I3DepartmentCFSIx         Unsigned32,
    bGLineR28I4DepartmentGpIx          Unsigned32,
    bGLineR28I5DepartmentDepartmentIx  Unsigned32,
    bGLineR28DepartmentOtherVals       INTEGER,
    bGLineR28SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR28SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR28SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR28SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR28SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR28SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR28CurrNumRegistrations      Integer32,
    bGLineR28SDActVQMCallLogging       INTEGER,
    bGLineR28SDDefVQMCallLogging       INTEGER,
    bGLineR28SDUseDefVQMCallLogging    INTEGER,
    bGLineR28DiagLogCorr               Counter64,
    bGLineR28FaultMonitoringLvl        INTEGER,
    bGLineR28SIPPassword               DisplayString,
    bGLineR28SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR28SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR28SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR28SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR28SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR28SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR28SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR28SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR28SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR28SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR28SDUseDefNetwkNode         INTEGER,
    bGLineR28MovedToNumAsDialed        DisplayString,
    bGLineR28MovedDate                 Unsigned32,
    bGLineR28SDActExpireAfter          Unsigned32,
    bGLineR28SDDefExpireAfter          Unsigned32,
    bGLineR28SDUseDefExpireAfter       INTEGER,
    bGLineR28ExpiryDate                Unsigned32,
    bGLineR28SASHostname               LongDisplayString,
    bGLineR28SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR28SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR28SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR28SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR28SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR28SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR28SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR28SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR28SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR28SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR28SDUseDefESAProtDom        INTEGER,
    bGLineR28I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR28I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR28I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR28SDActSubTimezone          LongDisplayString,
    bGLineR28SDDefSubTimezone          LongDisplayString,
    bGLineR28SDUseDefSubTimezone       INTEGER,
    bGLineR28SDActChargeInd            INTEGER,
    bGLineR28SDDefChargeInd            INTEGER,
    bGLineR28SDUseDefChargeInd         INTEGER,
    bGLineR28SDActSubClgCategory       INTEGER,
    bGLineR28SDDefSubClgCategory       INTEGER,
    bGLineR28SDUseDefSubClgCategory    INTEGER,
    bGLineR28CustomerInfoFirstName     LongDisplayString,
    bGLineR28CustomerInfoSecondName    LongDisplayString,
    bGLineR28CustomerInfoOtherNames    LongDisplayString,
    bGLineR28CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR28CustomerInfoSurname       LongDisplayString,
    bGLineR28SDActBusGpLinePrivileges  Unsigned32,
    bGLineR28SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR28SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR28I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR28I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR28I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR28I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR28TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR28I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR28I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR28I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR28FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR28ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR28AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR28SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR28SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR28SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR28StatisticsAlrms           Integer32,
    bGLineR28TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR28NumBlockDevTwinning       INTEGER,
    bGLineR28ACDServLvl                INTEGER,
    bGLineR28ACDAvail                  INTEGER,
    bGLineR28I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR28I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR28I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR28I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR28I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR28ACDDspCd                  INTEGER,
    bGLineR28NoUserEquipment           INTEGER,
    bGLineR28SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR28SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR28SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR28AllowRehoming             INTEGER,
    bGLineR28I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR28PreSubscribedConn         INTEGER,
    bGLineR28LoggedInMLHGs             LongDisplayString,
    bGLineR28ExportIncASRepData        INTEGER,
    bGLineR28SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR28SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR28SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR28ClgPartyNumEmgncyCall     DisplayString,
    bGLineR28PortedRtgMethod           INTEGER,
    bGLineR28LocationRtgNum            DisplayString,
    bGLineR28IsIMS                     INTEGER,
    bGLineR28ExportChldObjectsToInc    INTEGER
  }

  bGLineR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR28Entry  1 }

  bGLineR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR28Entry  2 }

  bGLineR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR28Entry  3 }

  bGLineR28GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR28Entry  4 }

  bGLineR28FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR28Entry  5 }

  bGLineR28DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR28Entry  6 }

  bGLineR28PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  7 }

  bGLineR28ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  8 }

  bGLineR28IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR28Entry  9 }

  bGLineR28NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR28Entry  10 }

  bGLineR28PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  11 }

  bGLineR28T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR28Entry  12 }

  bGLineR28T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR28Entry  13 }

  bGLineR28T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR28Entry  14 }

  bGLineR28T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR28Entry  15 }

  bGLineR28T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR28Entry  16 }

  bGLineR28T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR28Entry  17 }

  bGLineR28T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR28Entry  18 }

  bGLineR28T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR28Entry  19 }

  bGLineR28T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR28Entry  20 }

  bGLineR28T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR28Entry  21 }

  bGLineR28AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  22 }

  bGLineR28SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR28Entry  23 }

  bGLineR28LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR28Entry  24 }

  bGLineR28FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  25 }

  bGLineR28PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR28Entry  26 }

  bGLineR28LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR28Entry  27 }

  bGLineR28DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  28 }

  bGLineR28OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  30 }

  bGLineR28OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  32 }

  bGLineR28TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  33 }

  bGLineR28TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  34 }

  bGLineR28ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR28Entry  36 }

  bGLineR28ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR28Entry  37 }

  bGLineR28ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR28Entry  38 }

  bGLineR28LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR28Entry  39 }

  bGLineR28LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR28Entry  40 }

  bGLineR28LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR28Entry  41 }

  bGLineR28LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR28Entry  42 }

  bGLineR28LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR28Entry  43 }

  bGLineR28LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR28Entry  44 }

  bGLineR28LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR28Entry  45 }

  bGLineR28LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR28Entry  46 }

  bGLineR28AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR28Entry  47 }

  bGLineR28AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR28Entry  48 }

  bGLineR28AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR28Entry  49 }

  bGLineR28AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR28Entry  50 }

  bGLineR28AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR28Entry  51 }

  bGLineR28AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR28Entry  52 }

  bGLineR28ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR28Entry  53 }

  bGLineR28ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR28Entry  54 }

  bGLineR28ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR28Entry  55 }

  bGLineR28ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR28Entry  56 }

  bGLineR28DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR28Entry  57 }

  bGLineR28DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  58 }

  bGLineR28DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR28Entry  59 }

  bGLineR28DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR28Entry  60 }

  bGLineR28SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR28Entry  61 }

  bGLineR28ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR28Entry  62 }

  bGLineR28ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR28Entry  63 }

  bGLineR28ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR28Entry  64 }

  bGLineR28ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR28Entry  65 }

  bGLineR28ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR28Entry  66 }

  bGLineR28ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR28Entry  67 }

  bGLineR28DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR28Entry  68 }

  bGLineR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR28Entry  69 }

  bGLineR28MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR28Entry  70 }

  bGLineR28CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR28Entry  71 }

  bGLineR28SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  72 }

  bGLineR28SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  73 }

  bGLineR28SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  74 }

  bGLineR28SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  75 }

  bGLineR28SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  76 }

  bGLineR28SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  77 }

  bGLineR28SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  78 }

  bGLineR28SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR28Entry  79 }

  bGLineR28SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  80 }

  bGLineR28SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR28Entry  81 }

  bGLineR28I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR28Entry  82 }

  bGLineR28I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR28Entry  83 }

  bGLineR28I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR28Entry  84 }

  bGLineR28I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR28Entry  85 }

  bGLineR28I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR28Entry  86 }

  bGLineR28ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR28Entry  87 }

  bGLineR28SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  88 }

  bGLineR28SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  89 }

  bGLineR28UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR28Entry  90 }

  bGLineR28SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR28Entry  91 }

  bGLineR28SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR28Entry  92 }

  bGLineR28NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR28Entry  93 }

  bGLineR28ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR28Entry  94 }

  bGLineR28SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  96 }

  bGLineR28SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  97 }

  bGLineR28SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  98 }

  bGLineR28SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  100 }

  bGLineR28SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  101 }

  bGLineR28SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  102 }

  bGLineR28GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR28Entry  103 }

  bGLineR28MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR28Entry  104 }

  bGLineR28AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR28Entry  105 }

  bGLineR28CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR28Entry  106 }

  bGLineR28CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR28Entry  107 }

  bGLineR28CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR28Entry  108 }

  bGLineR28CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR28Entry  109 }

  bGLineR28CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR28Entry  110 }

  bGLineR28RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  111 }

  bGLineR28MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR28Entry  112 }

  bGLineR28ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  113 }

  bGLineR28ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  114 }

  bGLineR28I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR28Entry  123 }

  bGLineR28I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR28Entry  124 }

  bGLineR28I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR28Entry  125 }

  bGLineR28I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR28Entry  126 }

  bGLineR28PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR28Entry  127 }

  bGLineR28GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR28Entry  133 }

  bGLineR28LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR28Entry  137 }

  bGLineR28LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR28Entry  138 }

  bGLineR28LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR28Entry  139 }

  bGLineR28LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR28Entry  140 }

  bGLineR28LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR28Entry  141 }

  bGLineR28LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR28Entry  142 }

  bGLineR28I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR28Entry  158 }

  bGLineR28I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR28Entry  159 }

  bGLineR28I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR28Entry  160 }

  bGLineR28I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR28Entry  161 }

  bGLineR28UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR28Entry  162 }

  bGLineR28SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  163 }

  bGLineR28SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  164 }

  bGLineR28SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  165 }

  bGLineR28SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  166 }

  bGLineR28SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  167 }

  bGLineR28SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  168 }

  bGLineR28SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  169 }

  bGLineR28SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  170 }

  bGLineR28SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  171 }

  bGLineR28SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  172 }

  bGLineR28SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  173 }

  bGLineR28SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  174 }

  bGLineR28SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  175 }

  bGLineR28SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  176 }

  bGLineR28SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  177 }

  bGLineR28SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  178 }

  bGLineR28SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  179 }

  bGLineR28SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  180 }

  bGLineR28SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  181 }

  bGLineR28SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  182 }

  bGLineR28SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  183 }

  bGLineR28SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  184 }

  bGLineR28SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  185 }

  bGLineR28SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  186 }

  bGLineR28SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  187 }

  bGLineR28SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  188 }

  bGLineR28SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  189 }

  bGLineR28SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  190 }

  bGLineR28SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  191 }

  bGLineR28SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  192 }

  bGLineR28SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  193 }

  bGLineR28SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  194 }

  bGLineR28SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  195 }

  bGLineR28SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  200 }

  bGLineR28SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  201 }

  bGLineR28SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  202 }

  bGLineR28SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  203 }

  bGLineR28SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  204 }

  bGLineR28SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  205 }

  bGLineR28SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  206 }

  bGLineR28SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  207 }

  bGLineR28SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  208 }

  bGLineR28LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR28Entry  209 }

  bGLineR28MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR28Entry  210 }

  bGLineR28MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR28Entry  211 }

  bGLineR28CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR28Entry  212 }

  bGLineR28CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR28Entry  213 }

  bGLineR28CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR28Entry  214 }

  bGLineR28EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR28Entry  215 }

  bGLineR28SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  223 }

  bGLineR28SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  224 }

  bGLineR28SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  225 }

  bGLineR28SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  226 }

  bGLineR28SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  227 }

  bGLineR28SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  228 }

  bGLineR28SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  229 }

  bGLineR28SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  230 }

  bGLineSDActR28SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  232 }

  bGLineSDDefR28SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR28Entry  233 }

  bGLineR28SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  234 }

  bGLineR28SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  240 }

  bGLineR28SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  241 }

  bGLineR28SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  242 }

  bGLineR28SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  243 }

  bGLineR28SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  244 }

  bGLineR28SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  245 }

  bGLineR28SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  246 }

  bGLineR28SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  247 }

  bGLineR28SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  248 }

  bGLineR28SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  249 }

  bGLineR28SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  250 }

  bGLineR28SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  251 }

  bGLineR28SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  252 }

  bGLineR28SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  253 }

  bGLineR28SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  254 }

  bGLineR28SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  255 }

  bGLineR28SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  256 }

  bGLineR28SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  257 }

  bGLineR28SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  258 }

  bGLineR28SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  259 }

  bGLineR28SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  260 }

  bGLineR28SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  261 }

  bGLineR28SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  262 }

  bGLineR28SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  263 }

  bGLineR28SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  264 }

  bGLineR28SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  265 }

  bGLineR28SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  266 }

  bGLineR28SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  267 }

  bGLineR28SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  268 }

  bGLineR28SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  269 }

  bGLineR28SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  270 }

  bGLineR28SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  271 }

  bGLineR28SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  272 }

  bGLineR28SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  273 }

  bGLineR28SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  274 }

  bGLineR28SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  275 }

  bGLineR28SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  276 }

  bGLineR28SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  277 }

  bGLineR28SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  278 }

  bGLineR28SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  279 }

  bGLineR28SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  280 }

  bGLineR28SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  281 }

  bGLineR28SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  282 }

  bGLineR28SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  283 }

  bGLineR28SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  284 }

  bGLineR28T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR28Entry  285 }

  bGLineR28T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR28Entry  286 }

  bGLineR28T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR28Entry  287 }

  bGLineR28T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR28Entry  288 }

  bGLineR28T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR28Entry  289 }

  bGLineR28T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR28Entry  290 }

  bGLineR28T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR28Entry  291 }

  bGLineR28T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR28Entry  292 }

  bGLineR28I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR28Entry  294 }

  bGLineR28I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR28Entry  295 }

  bGLineR28I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR28Entry  296 }

  bGLineR28I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR28Entry  297 }

  bGLineR28I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR28Entry  298 }

  bGLineR28DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR28Entry  299 }

  bGLineR28SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  306 }

  bGLineR28SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  307 }

  bGLineR28SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  308 }

  bGLineR28SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  314 }

  bGLineR28SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  315 }

  bGLineR28SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  316 }

  bGLineR28CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR28Entry  319 }

  bGLineR28SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  324 }

  bGLineR28SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  325 }

  bGLineR28SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  326 }

  bGLineR28DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR28Entry  327 }

  bGLineR28FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR28Entry  328 }

  bGLineR28SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR28Entry  329 }

  bGLineR28SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  330 }

  bGLineR28SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  331 }

  bGLineR28SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  332 }

  bGLineR28SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  333 }

  bGLineR28SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  334 }

  bGLineR28SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  335 }

  bGLineR28SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  336 }

  bGLineR28SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  337 }

  bGLineSDActR28SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  339 }

  bGLineSDDefR28SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR28Entry  340 }

  bGLineR28SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  341 }

  bGLineR28MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR28Entry  346 }

  bGLineR28MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR28Entry  347 }

  bGLineR28SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  348 }

  bGLineR28SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  349 }

  bGLineR28SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  350 }

  bGLineR28ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR28Entry  351 }

  bGLineR28SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR28Entry  368 }

  bGLineR28SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  370 }

  bGLineR28SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  371 }

  bGLineR28SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  372 }

  bGLineR28SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  373 }

  bGLineR28SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  374 }

  bGLineR28SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  375 }

  bGLineR28SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  376 }

  bGLineR28SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  377 }

  bGLineSDActR28SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  379 }

  bGLineSDDefR28SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR28Entry  380 }

  bGLineR28SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  381 }

  bGLineR28I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR28Entry  390 }

  bGLineR28I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR28Entry  391 }

  bGLineR28I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR28Entry  392 }

  bGLineR28SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  394 }

  bGLineR28SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  395 }

  bGLineR28SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  396 }

  bGLineR28SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  397 }

  bGLineR28SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  398 }

  bGLineR28SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  399 }

  bGLineR28SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  400 }

  bGLineR28SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  401 }

  bGLineR28SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  402 }

  bGLineR28CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR28Entry  410 }

  bGLineR28CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR28Entry  411 }

  bGLineR28CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR28Entry  412 }

  bGLineR28CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR28Entry  413 }

  bGLineR28CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR28Entry  414 }

  bGLineR28SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  415 }

  bGLineR28SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  416 }

  bGLineR28SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  417 }

  bGLineR28I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR28Entry  418 }

  bGLineR28I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR28Entry  419 }

  bGLineR28I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR28Entry  420 }

  bGLineR28I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR28Entry  421 }

  bGLineR28TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR28Entry  422 }

  bGLineR28I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR28Entry  423 }

  bGLineR28I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR28Entry  424 }

  bGLineR28I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR28Entry  425 }

  bGLineR28FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR28Entry  426 }

  bGLineR28ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR28Entry  427 }

  bGLineR28AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR28Entry  428 }

  bGLineR28SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  429 }

  bGLineR28SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  430 }

  bGLineR28SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  431 }

  bGLineR28StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR28Entry  432 }

  bGLineR28TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR28Entry  441 }

  bGLineR28NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR28Entry  442 }

  bGLineR28ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR28Entry  443 }

  bGLineR28ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR28Entry  444 }

  bGLineR28I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR28Entry  445 }

  bGLineR28I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR28Entry  446 }

  bGLineR28I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR28Entry  447 }

  bGLineR28I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR28Entry  448 }

  bGLineR28I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR28Entry  449 }

  bGLineR28ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR28Entry  450 }

  bGLineR28NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR28Entry  451 }

  bGLineR28SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  452 }

  bGLineR28SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  453 }

  bGLineR28SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  454 }

  bGLineR28AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR28Entry  455 }

  bGLineR28I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR28Entry  456 }

  bGLineR28PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR28Entry  457 }

  bGLineR28LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR28Entry  458 }

  bGLineR28ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR28Entry  459 }

  bGLineR28SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  460 }

  bGLineR28SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR28Entry  461 }

  bGLineR28SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR28Entry  462 }

  bGLineR28ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'.
                  This field is not writable when active."
    ::= { bGLineR28Entry  463 }

  bGLineR28PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR28Entry  464 }

  bGLineR28LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR28Entry  465 }

  bGLineR28IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR28Entry  466 }

  bGLineR28ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR28Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.4.10                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  mLHGPilotDNR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2529 }

  mLHGPilotDNR14Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR14NEConn,
             mLHGPilotDNR14NetwkElement,
             mLHGPilotDNR14CFSIx,
             mLHGPilotDNR14GpIx,
             mLHGPilotDNR14MLHGGpIx,
             mLHGPilotDNR14DirNum }
    ::= {  mLHGPilotDNR14Table  1  }

  MLHGPilotDNR14Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR14NEConn               Unsigned32,
    mLHGPilotDNR14NetwkElement         DisplayString,
    mLHGPilotDNR14CFSIx                Unsigned32,
    mLHGPilotDNR14GpIx                 Unsigned32,
    mLHGPilotDNR14MLHGGpIx             Unsigned32,
    mLHGPilotDNR14DirNum               DisplayString,
    mLHGPilotDNR14I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR14I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR14I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR14I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR14InUseBy              INTEGER,
    mLHGPilotDNR14IntercomDialingCode  DisplayString,
    mLHGPilotDNR14MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR14MLHGIx               Unsigned32,
    mLHGPilotDNR14MLHGMemberIx         Unsigned32,
    mLHGPilotDNR14CustInfo             DisplayString,
    mLHGPilotDNR14CustInfo2            DisplayString,
    mLHGPilotDNR14CustInfo3            DisplayString,
    mLHGPilotDNR14CustInfo4            DisplayString,
    mLHGPilotDNR14CustInfo5            DisplayString,
    mLHGPilotDNR14CustInfo6            DisplayString,
    mLHGPilotDNR14NumStatus            INTEGER,
    mLHGPilotDNR14RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR14MovedFromDirNum      DisplayString,
    mLHGPilotDNR14ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR14MovedToDirNum        DisplayString,
    mLHGPilotDNR14PortedExchangeID     DisplayString,
    mLHGPilotDNR14PIN                  DisplayString,
    mLHGPilotDNR14SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR14SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR14SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR14SDActTimezone        INTEGER,
    mLHGPilotDNR14SDDefTimezone        INTEGER,
    mLHGPilotDNR14SDUseDefTimezone     INTEGER,
    mLHGPilotDNR14SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR14SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR14SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR14ActYear              Unsigned32,
    mLHGPilotDNR14ActMonth             Unsigned32,
    mLHGPilotDNR14ActDate              Unsigned32,
    mLHGPilotDNR14DiagsLogLvl          INTEGER,
    mLHGPilotDNR14DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR14DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR14DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR14ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR14ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR14ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR14ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR14SummaryChldAlrmState INTEGER,
    mLHGPilotDNR14RowStatus            RowStatus,
    mLHGPilotDNR14EnabledDate          Unsigned32,
    mLHGPilotDNR14MovedDate            Unsigned32,
    mLHGPilotDNR14SDActExpireAfter     Unsigned32,
    mLHGPilotDNR14SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR14SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR14ExpiryDate           Unsigned32,
    mLHGPilotDNR14I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR14I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR14I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR14SASHostname          LongDisplayString,
    mLHGPilotDNR14SDActChargeInd       INTEGER,
    mLHGPilotDNR14SDDefChargeInd       INTEGER,
    mLHGPilotDNR14SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR14CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR14CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR14CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR14CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR14CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR14I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR14I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR14I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR14FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR14AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR14MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR14MLHGRingPattn        INTEGER,
    mLHGPilotDNR14SigType              INTEGER,
    mLHGPilotDNR14UseDNIdentification  INTEGER,
    mLHGPilotDNR14SIPUserName          DisplayString,
    mLHGPilotDNR14SIPDomainName        DisplayString,
    mLHGPilotDNR14SDActLCC1            INTEGER,
    mLHGPilotDNR14SDDefLCC1            INTEGER,
    mLHGPilotDNR14SDUseDefLCC1         INTEGER,
    mLHGPilotDNR14SDActLCC2            INTEGER,
    mLHGPilotDNR14SDDefLCC2            INTEGER,
    mLHGPilotDNR14SDUseDefLCC2         INTEGER,
    mLHGPilotDNR14SDActLCC3            INTEGER,
    mLHGPilotDNR14SDDefLCC3            INTEGER,
    mLHGPilotDNR14SDUseDefLCC3         INTEGER,
    mLHGPilotDNR14SDActLCC4            INTEGER,
    mLHGPilotDNR14SDDefLCC4            INTEGER,
    mLHGPilotDNR14SDUseDefLCC4         INTEGER,
    mLHGPilotDNR14SDActLCC5            INTEGER,
    mLHGPilotDNR14SDDefLCC5            INTEGER,
    mLHGPilotDNR14SDUseDefLCC5         INTEGER,
    mLHGPilotDNR14SDActLCC6            INTEGER,
    mLHGPilotDNR14SDDefLCC6            INTEGER,
    mLHGPilotDNR14SDUseDefLCC6         INTEGER,
    mLHGPilotDNR14SDActLCC7            INTEGER,
    mLHGPilotDNR14SDDefLCC7            INTEGER,
    mLHGPilotDNR14SDUseDefLCC7         INTEGER,
    mLHGPilotDNR14SDActLCC8            INTEGER,
    mLHGPilotDNR14SDDefLCC8            INTEGER,
    mLHGPilotDNR14SDUseDefLCC8         INTEGER,
    mLHGPilotDNR14SDActLCC9            INTEGER,
    mLHGPilotDNR14SDDefLCC9            INTEGER,
    mLHGPilotDNR14SDUseDefLCC9         INTEGER,
    mLHGPilotDNR14SDActLCC10           INTEGER,
    mLHGPilotDNR14SDDefLCC10           INTEGER,
    mLHGPilotDNR14SDUseDefLCC10        INTEGER,
    mLHGPilotDNR14SDActLCC11           INTEGER,
    mLHGPilotDNR14SDDefLCC11           INTEGER,
    mLHGPilotDNR14SDUseDefLCC11        INTEGER,
    mLHGPilotDNR14SDActLCC12           INTEGER,
    mLHGPilotDNR14SDDefLCC12           INTEGER,
    mLHGPilotDNR14SDUseDefLCC12        INTEGER,
    mLHGPilotDNR14SDActLCC13           INTEGER,
    mLHGPilotDNR14SDDefLCC13           INTEGER,
    mLHGPilotDNR14SDUseDefLCC13        INTEGER,
    mLHGPilotDNR14SDActLCC14           INTEGER,
    mLHGPilotDNR14SDDefLCC14           INTEGER,
    mLHGPilotDNR14SDUseDefLCC14        INTEGER,
    mLHGPilotDNR14SDActLCC15           INTEGER,
    mLHGPilotDNR14SDDefLCC15           INTEGER,
    mLHGPilotDNR14SDUseDefLCC15        INTEGER,
    mLHGPilotDNR14SDActLCC16           INTEGER,
    mLHGPilotDNR14SDDefLCC16           INTEGER,
    mLHGPilotDNR14SDUseDefLCC16        INTEGER,
    mLHGPilotDNR14SDActLCC17           INTEGER,
    mLHGPilotDNR14SDDefLCC17           INTEGER,
    mLHGPilotDNR14SDUseDefLCC17        INTEGER,
    mLHGPilotDNR14SDActLCC18           INTEGER,
    mLHGPilotDNR14SDDefLCC18           INTEGER,
    mLHGPilotDNR14SDUseDefLCC18        INTEGER,
    mLHGPilotDNR14SDActLCC19           INTEGER,
    mLHGPilotDNR14SDDefLCC19           INTEGER,
    mLHGPilotDNR14SDUseDefLCC19        INTEGER,
    mLHGPilotDNR14SDActLCC20           INTEGER,
    mLHGPilotDNR14SDDefLCC20           INTEGER,
    mLHGPilotDNR14SDUseDefLCC20        INTEGER,
    mLHGPilotDNR14ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR14ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR14ExitMLHGQueueNumToFwdTo
                                       DisplayString,
    mLHGPilotDNR14PresentPilotNameToAgents
                                       INTEGER,
    mLHGPilotDNR14PortedRtgMethod      INTEGER,
    mLHGPilotDNR14LocationRtgNum       DisplayString,
    mLHGPilotDNR14IsIMS                INTEGER
  }

  mLHGPilotDNR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR14Entry  1 }

  mLHGPilotDNR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR14Entry  2 }

  mLHGPilotDNR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR14Entry  3 }

  mLHGPilotDNR14GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR14Entry  4 }

  mLHGPilotDNR14MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR14Entry  5 }

  mLHGPilotDNR14DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR14Entry  6 }

  mLHGPilotDNR14I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR14Entry  7 }

  mLHGPilotDNR14I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR14Entry  8 }

  mLHGPilotDNR14I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR14Entry  9 }

  mLHGPilotDNR14I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR14Entry  10 }

  mLHGPilotDNR14InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR14Entry  11 }

  mLHGPilotDNR14IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR14Entry  12 }

  mLHGPilotDNR14MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR14Entry  13 }

  mLHGPilotDNR14MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR14Entry  14 }

  mLHGPilotDNR14MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR14Entry  15 }

  mLHGPilotDNR14CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR14Entry  16 }

  mLHGPilotDNR14CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR14Entry  17 }

  mLHGPilotDNR14CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR14Entry  18 }

  mLHGPilotDNR14CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR14Entry  19 }

  mLHGPilotDNR14CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR14Entry  20 }

  mLHGPilotDNR14CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR14Entry  21 }

  mLHGPilotDNR14NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR14Entry  22 }

  mLHGPilotDNR14RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  23 }

  mLHGPilotDNR14MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR14Entry  24 }

  mLHGPilotDNR14ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  25 }

  mLHGPilotDNR14MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR14Entry  26 }

  mLHGPilotDNR14PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR14Entry  27 }

  mLHGPilotDNR14PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR14Entry  28 }

  mLHGPilotDNR14SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  29 }

  mLHGPilotDNR14SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  30 }

  mLHGPilotDNR14SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  31 }

  mLHGPilotDNR14SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  32 }

  mLHGPilotDNR14SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  33 }

  mLHGPilotDNR14SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  34 }

  mLHGPilotDNR14SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  35 }

  mLHGPilotDNR14SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  36 }

  mLHGPilotDNR14SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  37 }

  mLHGPilotDNR14ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR14Entry  38 }

  mLHGPilotDNR14ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR14Entry  39 }

  mLHGPilotDNR14ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR14Entry  40 }

  mLHGPilotDNR14DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR14Entry  41 }

  mLHGPilotDNR14DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  42 }

  mLHGPilotDNR14DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR14Entry  43 }

  mLHGPilotDNR14DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR14Entry  44 }

  mLHGPilotDNR14ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR14Entry  45 }

  mLHGPilotDNR14ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR14Entry  46 }

  mLHGPilotDNR14ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR14Entry  47 }

  mLHGPilotDNR14ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR14Entry  48 }

  mLHGPilotDNR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR14Entry  49 }

  mLHGPilotDNR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR14Entry  50 }

  mLHGPilotDNR14EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR14Entry  51 }

  mLHGPilotDNR14MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR14Entry  52 }

  mLHGPilotDNR14SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  53 }

  mLHGPilotDNR14SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  54 }

  mLHGPilotDNR14SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  55 }

  mLHGPilotDNR14ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR14Entry  56 }

  mLHGPilotDNR14I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR14Entry  58 }

  mLHGPilotDNR14I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR14Entry  59 }

  mLHGPilotDNR14I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR14Entry  60 }

  mLHGPilotDNR14SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR14Entry  62 }

  mLHGPilotDNR14SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  63 }

  mLHGPilotDNR14SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  64 }

  mLHGPilotDNR14SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  65 }

  mLHGPilotDNR14CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR14Entry  80 }

  mLHGPilotDNR14CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR14Entry  81 }

  mLHGPilotDNR14CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR14Entry  82 }

  mLHGPilotDNR14CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR14Entry  83 }

  mLHGPilotDNR14CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR14Entry  84 }

  mLHGPilotDNR14I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR14Entry  85 }

  mLHGPilotDNR14I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR14Entry  86 }

  mLHGPilotDNR14I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR14Entry  87 }

  mLHGPilotDNR14FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR14Entry  88 }

  mLHGPilotDNR14AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  89 }

  mLHGPilotDNR14MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  90 }

  mLHGPilotDNR14MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR14Entry  91 }

  mLHGPilotDNR14SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR14Entry  92 }

  mLHGPilotDNR14UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  93 }

  mLHGPilotDNR14SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR14Entry  94 }

  mLHGPilotDNR14SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR14Entry  95 }

  mLHGPilotDNR14SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  96 }

  mLHGPilotDNR14SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  97 }

  mLHGPilotDNR14SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  98 }

  mLHGPilotDNR14SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  99 }

  mLHGPilotDNR14SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  100 }

  mLHGPilotDNR14SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  101 }

  mLHGPilotDNR14SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  102 }

  mLHGPilotDNR14SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  103 }

  mLHGPilotDNR14SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  104 }

  mLHGPilotDNR14SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  105 }

  mLHGPilotDNR14SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  106 }

  mLHGPilotDNR14SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  107 }

  mLHGPilotDNR14SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  108 }

  mLHGPilotDNR14SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  109 }

  mLHGPilotDNR14SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  110 }

  mLHGPilotDNR14SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  111 }

  mLHGPilotDNR14SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  112 }

  mLHGPilotDNR14SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  113 }

  mLHGPilotDNR14SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  114 }

  mLHGPilotDNR14SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  115 }

  mLHGPilotDNR14SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  116 }

  mLHGPilotDNR14SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  117 }

  mLHGPilotDNR14SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  118 }

  mLHGPilotDNR14SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  119 }

  mLHGPilotDNR14SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  120 }

  mLHGPilotDNR14SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  121 }

  mLHGPilotDNR14SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  122 }

  mLHGPilotDNR14SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  123 }

  mLHGPilotDNR14SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  124 }

  mLHGPilotDNR14SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  125 }

  mLHGPilotDNR14SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  126 }

  mLHGPilotDNR14SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  127 }

  mLHGPilotDNR14SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  128 }

  mLHGPilotDNR14SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  129 }

  mLHGPilotDNR14SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  130 }

  mLHGPilotDNR14SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  131 }

  mLHGPilotDNR14SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  132 }

  mLHGPilotDNR14SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  133 }

  mLHGPilotDNR14SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  134 }

  mLHGPilotDNR14SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  135 }

  mLHGPilotDNR14SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  136 }

  mLHGPilotDNR14SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  137 }

  mLHGPilotDNR14SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  138 }

  mLHGPilotDNR14SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  139 }

  mLHGPilotDNR14SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  140 }

  mLHGPilotDNR14SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  141 }

  mLHGPilotDNR14SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  142 }

  mLHGPilotDNR14SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  143 }

  mLHGPilotDNR14SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  144 }

  mLHGPilotDNR14SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  145 }

  mLHGPilotDNR14SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  146 }

  mLHGPilotDNR14SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  147 }

  mLHGPilotDNR14SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  148 }

  mLHGPilotDNR14SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  149 }

  mLHGPilotDNR14SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  150 }

  mLHGPilotDNR14SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  151 }

  mLHGPilotDNR14SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  152 }

  mLHGPilotDNR14SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  153 }

  mLHGPilotDNR14SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR14Entry  154 }

  mLHGPilotDNR14SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR14Entry  155 }

  mLHGPilotDNR14ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  156 }

  mLHGPilotDNR14ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  157 }

  mLHGPilotDNR14ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR14Entry  158 }

  mLHGPilotDNR14PresentPilotNameToAgents OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Present pilot name to agents'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR14Entry  159 }

  mLHGPilotDNR14PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mLHGPilotDNR14Entry  160 }

  mLHGPilotDNR14LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mLHGPilotDNR14Entry  161 }

  mLHGPilotDNR14IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mLHGPilotDNR14Entry  162 }

-- /*********************************************************************************/
-- /* MIB table for SE 'OBS Service'                                                */
-- /* Valid from: 9.3.20                                                            */
-- /*********************************************************************************/

  oBSTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF OBSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2530 }

  oBSEntry OBJECT-TYPE
    SYNTAX       OBSEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { oBSNEConn,
             oBSNetwkElement,
             oBSOBSServIx }
    ::= {  oBSTable  1  }

  OBSEntry  ::=  SEQUENCE
  {
    oBSNEConn                          Unsigned32,
    oBSNetwkElement                    DisplayString,
    oBSOBSServIx                       Unsigned32,
    oBSNodeStatus                      INTEGER,
    oBSNodeState                       INTEGER,
    oBSLastCompletedRepairTimestamp    Unsigned32,
    oBSCassandraHostId                 DisplayString,
    oBSCassandraDataCenter             DisplayString,
    oBSCassandraRack                   DisplayString,
    oBSCassandraGossipAct              INTEGER,
    oBSCassandraThriftAct              INTEGER,
    oBSCassandraNativeTransportAct     INTEGER,
    oBSAlrmState                       INTEGER,
    oBSStatisticsAlrms                 Integer32,
    oBSAlrmEvtsAttnRqLogCorr           Counter64,
    oBSAlrmEvtsAttnRq                  Unsigned32,
    oBSAlrmStateTimestamp              Unsigned32,
    oBSAlrmEvtsAttnRqResetTimestamp    Unsigned32
  }

  oBSNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { oBSEntry  1 }

  oBSNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { oBSEntry  2 }

  oBSOBSServIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'OBS Service Index'.
                  This is an index field."
    ::= { oBSEntry  3 }

  oBSNodeStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   up(1),
                   down(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node status'."
    ::= { oBSEntry  4 }

  oBSNodeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   leaving(2),
                   joining(3),
                   moving(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node state'."
    ::= { oBSEntry  5 }

  oBSLastCompletedRepairTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last completed repair timestamp'."
    ::= { oBSEntry  6 }

  oBSCassandraHostId OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..36))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cassandra - host ID'."
    ::= { oBSEntry  7 }

  oBSCassandraDataCenter OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..48))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cassandra - data center'."
    ::= { oBSEntry  8 }

  oBSCassandraRack OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..48))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cassandra - rack'."
    ::= { oBSEntry  9 }

  oBSCassandraGossipAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cassandra - gossip active'."
    ::= { oBSEntry  10 }

  oBSCassandraThriftAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cassandra - thrift active'."
    ::= { oBSEntry  11 }

  oBSCassandraNativeTransportAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cassandra - native transport active'."
    ::= { oBSEntry  12 }

  oBSAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { oBSEntry  13 }

  oBSStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { oBSEntry  14 }

  oBSAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { oBSEntry  15 }

  oBSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { oBSEntry  16 }

  oBSAlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { oBSEntry  17 }

  oBSAlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { oBSEntry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.4.20                                                            */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR45Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR45Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2531 }

  mediaGatewayModelR45Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR45Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR45NEConn,
             mediaGatewayModelR45NetwkElement,
             mediaGatewayModelR45CFSIx,
             mediaGatewayModelR45ModelIx }
    ::= {  mediaGatewayModelR45Table  1  }

  MediaGatewayModelR45Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR45NEConn         Unsigned32,
    mediaGatewayModelR45NetwkElement   DisplayString,
    mediaGatewayModelR45CFSIx          Unsigned32,
    mediaGatewayModelR45ModelIx        Unsigned32,
    mediaGatewayModelR45Category       INTEGER,
    mediaGatewayModelR45ModelName      DisplayString,
    mediaGatewayModelR45Desc           DisplayString,
    mediaGatewayModelR45ControlProt    INTEGER,
    mediaGatewayModelR45ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR45LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR45PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR45PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR45AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR45AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR45RefCnt         Unsigned32,
    mediaGatewayModelR45RowStatus      RowStatus,
    mediaGatewayModelR45DefModel       INTEGER,
    mediaGatewayModelR45Authentication INTEGER,
    mediaGatewayModelR45SupportedConnTypes
                                       BITS,
    mediaGatewayModelR45AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR45ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR45ExportStatus   DisplayString,
    mediaGatewayModelR45ExportFile     DisplayString,
    mediaGatewayModelR45ExportCorr     Counter64,
    mediaGatewayModelR45ExportCorrNode DisplayString,
    mediaGatewayModelR45ExportCorrUID  DisplayString,
    mediaGatewayModelR45DoExtraActions INTEGER,
    mediaGatewayModelR45FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR45FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR45FBsMGCP        BITS,
    mediaGatewayModelR45FBsMeGaCo      BITS,
    mediaGatewayModelR45FBsSIP         BITS,
    mediaGatewayModelR45FixBitsMeGaCo2 BITS,
    mediaGatewayModelR45MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR45AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR45AlertInfoDR2   DisplayString,
    mediaGatewayModelR45AlertInfoDR3   DisplayString,
    mediaGatewayModelR45AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR45DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR45DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR45ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR45SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR45DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR45UpToDateCnt    Unsigned32,
    mediaGatewayModelR45SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR45SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR45Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR45AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR45VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR45AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR45FixBitsSIP2    BITS,
    mediaGatewayModelR45OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR45FBsMeGaCo4     BITS,
    mediaGatewayModelR45SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR45ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR45SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR45ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR45SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR45AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR45AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR45InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR45OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR45MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR45FixBitsSIP3    BITS,
    mediaGatewayModelR45FixBitsSIP4    BITS,
    mediaGatewayModelR45SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR45RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR45EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR45LCC1           DisplayString,
    mediaGatewayModelR45LCC2           DisplayString,
    mediaGatewayModelR45LCC3           DisplayString,
    mediaGatewayModelR45LCC4           DisplayString,
    mediaGatewayModelR45LCC5           DisplayString,
    mediaGatewayModelR45LCC6           DisplayString,
    mediaGatewayModelR45LCC7           DisplayString,
    mediaGatewayModelR45LCC8           DisplayString,
    mediaGatewayModelR45LCC9           DisplayString,
    mediaGatewayModelR45LCC10          DisplayString,
    mediaGatewayModelR45LCC11          DisplayString,
    mediaGatewayModelR45LCC12          DisplayString,
    mediaGatewayModelR45LCC13          DisplayString,
    mediaGatewayModelR45LCC14          DisplayString,
    mediaGatewayModelR45LCC15          DisplayString,
    mediaGatewayModelR45LCC16          DisplayString,
    mediaGatewayModelR45LCC17          DisplayString,
    mediaGatewayModelR45LCC18          DisplayString,
    mediaGatewayModelR45LCC19          DisplayString,
    mediaGatewayModelR45LCC20          DisplayString,
    mediaGatewayModelR45ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR45MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR45MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR45ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR45NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR45NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR45NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR45NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR45NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR45NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR45NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR45NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR45OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR45ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR45MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR45MRSPollTimeout Unsigned32,
    mediaGatewayModelR45RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR45SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR45SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR45FixBitsSIPMSML BITS,
    mediaGatewayModelR45AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR45SessionTimer   Unsigned32,
    mediaGatewayModelR45SIPDialogCxtConferences
                                       INTEGER
  }

  mediaGatewayModelR45NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR45Entry  1 }

  mediaGatewayModelR45NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR45Entry  2 }

  mediaGatewayModelR45CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR45Entry  3 }

  mediaGatewayModelR45ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR45Entry  4 }

  mediaGatewayModelR45Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR45Entry  5 }

  mediaGatewayModelR45ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR45Entry  6 }

  mediaGatewayModelR45Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR45Entry  7 }

  mediaGatewayModelR45ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR45Entry  8 }

  mediaGatewayModelR45ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR45Entry  9 }

  mediaGatewayModelR45LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR45Entry  10 }

  mediaGatewayModelR45PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR45Entry  11 }

  mediaGatewayModelR45PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR45Entry  12 }

  mediaGatewayModelR45AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR45Entry  13 }

  mediaGatewayModelR45AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR45Entry  14 }

  mediaGatewayModelR45RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR45Entry  16 }

  mediaGatewayModelR45RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR45Entry  17 }

  mediaGatewayModelR45DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR45Entry  18 }

  mediaGatewayModelR45Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR45Entry  19 }

  mediaGatewayModelR45SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR45Entry  20 }

  mediaGatewayModelR45AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR45Entry  21 }

  mediaGatewayModelR45ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR45Entry  22 }

  mediaGatewayModelR45ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR45Entry  23 }

  mediaGatewayModelR45ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR45Entry  24 }

  mediaGatewayModelR45ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR45Entry  25 }

  mediaGatewayModelR45ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR45Entry  26 }

  mediaGatewayModelR45ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR45Entry  27 }

  mediaGatewayModelR45DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR45Entry  28 }

  mediaGatewayModelR45FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR45Entry  29 }

  mediaGatewayModelR45FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR45Entry  30 }

  mediaGatewayModelR45FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR45Entry  31 }

  mediaGatewayModelR45FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR45Entry  32 }

  mediaGatewayModelR45FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR45Entry  33 }

  mediaGatewayModelR45FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR45Entry  34 }

  mediaGatewayModelR45MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR45Entry  35 }

  mediaGatewayModelR45AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR45Entry  36 }

  mediaGatewayModelR45AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR45Entry  37 }

  mediaGatewayModelR45AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR45Entry  38 }

  mediaGatewayModelR45AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR45Entry  39 }

  mediaGatewayModelR45DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR45Entry  40 }

  mediaGatewayModelR45DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR45Entry  41 }

  mediaGatewayModelR45ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR45Entry  42 }

  mediaGatewayModelR45SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR45Entry  43 }

  mediaGatewayModelR45DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR45Entry  44 }

  mediaGatewayModelR45UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR45Entry  45 }

  mediaGatewayModelR45SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR45Entry  46 }

  mediaGatewayModelR45SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR45Entry  48 }

  mediaGatewayModelR45Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR45Entry  49 }

  mediaGatewayModelR45AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR45Entry  50 }

  mediaGatewayModelR45VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR45Entry  51 }

  mediaGatewayModelR45AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR45Entry  52 }

  mediaGatewayModelR45FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR45Entry  53 }

  mediaGatewayModelR45OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR45Entry  54 }

  mediaGatewayModelR45FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR45Entry  55 }

  mediaGatewayModelR45SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR45Entry  56 }

  mediaGatewayModelR45ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR45Entry  57 }

  mediaGatewayModelR45SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR45Entry  58 }

  mediaGatewayModelR45ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR45Entry  59 }

  mediaGatewayModelR45SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR45Entry  60 }

  mediaGatewayModelR45AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR45Entry  61 }

  mediaGatewayModelR45AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR45Entry  62 }

  mediaGatewayModelR45InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR45Entry  63 }

  mediaGatewayModelR45OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR45Entry  64 }

  mediaGatewayModelR45MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR45Entry  65 }

  mediaGatewayModelR45FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportReceivingPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR45Entry  66 }

  mediaGatewayModelR45FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR45Entry  67 }

  mediaGatewayModelR45SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR45Entry  68 }

  mediaGatewayModelR45RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR45Entry  69 }

  mediaGatewayModelR45EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName} }
    ::= { mediaGatewayModelR45Entry  70 }

  mediaGatewayModelR45LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR45Entry  71 }

  mediaGatewayModelR45LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR45Entry  72 }

  mediaGatewayModelR45LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR45Entry  73 }

  mediaGatewayModelR45LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR45Entry  74 }

  mediaGatewayModelR45LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR45Entry  75 }

  mediaGatewayModelR45LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR45Entry  76 }

  mediaGatewayModelR45LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR45Entry  77 }

  mediaGatewayModelR45LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR45Entry  78 }

  mediaGatewayModelR45LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR45Entry  79 }

  mediaGatewayModelR45LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR45Entry  80 }

  mediaGatewayModelR45LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR45Entry  81 }

  mediaGatewayModelR45LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR45Entry  82 }

  mediaGatewayModelR45LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR45Entry  83 }

  mediaGatewayModelR45LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR45Entry  84 }

  mediaGatewayModelR45LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR45Entry  85 }

  mediaGatewayModelR45LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR45Entry  86 }

  mediaGatewayModelR45LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR45Entry  87 }

  mediaGatewayModelR45LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR45Entry  88 }

  mediaGatewayModelR45LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR45Entry  89 }

  mediaGatewayModelR45LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR45Entry  90 }

  mediaGatewayModelR45ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR45Entry  91 }

  mediaGatewayModelR45MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR45Entry  92 }

  mediaGatewayModelR45MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR45Entry  93 }

  mediaGatewayModelR45ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR45Entry  94 }

  mediaGatewayModelR45NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR45Entry  95 }

  mediaGatewayModelR45NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR45Entry  96 }

  mediaGatewayModelR45NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR45Entry  97 }

  mediaGatewayModelR45NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR45Entry  98 }

  mediaGatewayModelR45NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR45Entry  99 }

  mediaGatewayModelR45NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR45Entry  100 }

  mediaGatewayModelR45NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR45Entry  101 }

  mediaGatewayModelR45NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR45Entry  102 }

  mediaGatewayModelR45OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR45Entry  103 }

  mediaGatewayModelR45ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR45Entry  104 }

  mediaGatewayModelR45MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR45Entry  105 }

  mediaGatewayModelR45MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR45Entry  106 }

  mediaGatewayModelR45RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR45Entry  107 }

  mediaGatewayModelR45SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR45Entry  108 }

  mediaGatewayModelR45SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR45Entry  109 }

  mediaGatewayModelR45FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR45Entry  110 }

  mediaGatewayModelR45AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR45Entry  111 }

  mediaGatewayModelR45SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR45Entry  112 }

  mediaGatewayModelR45SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR45Entry  113 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Multi Party Call Services'                           */
-- /* Valid from: 9.4.20                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  multiPartyServR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MultiPartyServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2532 }

  multiPartyServR9Entry OBJECT-TYPE
    SYNTAX       MultiPartyServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { multiPartyServR9NEConn,
             multiPartyServR9NetwkElement,
             multiPartyServR9CFSIx }
    ::= {  multiPartyServR9Table  1  }

  MultiPartyServR9Entry  ::=  SEQUENCE
  {
    multiPartyServR9NEConn             Unsigned32,
    multiPartyServR9NetwkElement       DisplayString,
    multiPartyServR9CFSIx              Unsigned32,
    multiPartyServR9SupportTWC         INTEGER,
    multiPartyServR9TWCEndCall         INTEGER,
    multiPartyServR9TWCShuttle         INTEGER,
    multiPartyServR9TWCEstablish       INTEGER,
    multiPartyServR9TWCXfer            INTEGER,
    multiPartyServR9TWCDisc1           INTEGER,
    multiPartyServR9TWCHold1           INTEGER,
    multiPartyServR9TWCDisc2           INTEGER,
    multiPartyServR9TWCHold2           INTEGER,
    multiPartyServR9SupportCallXfer    INTEGER,
    multiPartyServR9SupportCW          INTEGER,
    multiPartyServR9SupportCWWithCID   INTEGER,
    multiPartyServR9CWEnableCode       DisplayString,
    multiPartyServR9CWDisableCode      DisplayString,
    multiPartyServR9CWCheckCode        DisplayString,
    multiPartyServR9SupportCCW         INTEGER,
    multiPartyServR9CCWDisableDurnCallCode
                                       DisplayString,
    multiPartyServR9CCWNotEnabledBehaviour
                                       INTEGER,
    multiPartyServR9CCWDisableDuringCall
                                       INTEGER,
    multiPartyServR9RowStatus          RowStatus,
    multiPartyServR9SupportHIC         INTEGER,
    multiPartyServR9HICDefSetting      INTEGER,
    multiPartyServR9HICDistRinging     INTEGER,
    multiPartyServR9HICDistRingingDefSetting
                                       INTEGER,
    multiPartyServR9SupportCallHold    INTEGER,
    multiPartyServR9CallHoldAccessCode DisplayString,
    multiPartyServR9TWCCTBillConfBAFBillRecType
                                       INTEGER,
    multiPartyServR9TWCCTConfUSBDef    INTEGER,
    multiPartyServR9SupportLSM         INTEGER,
    multiPartyServR9LSMDefSetting      INTEGER,
    multiPartyServR9LSMDefMaxLines     INTEGER,
    multiPartyServR9LSMTotNumLines     Integer32,
    multiPartyServR9CWRedirectionReasonIfNoAnswer
                                       INTEGER,
    multiPartyServR9HICActivateDuringCall
                                       INTEGER,
    multiPartyServR9LSMMonitorDoNotDistStatusDefVal
                                       INTEGER,
    multiPartyServR9SupportAnnounceOnHold
                                       INTEGER,
    multiPartyServR9LSMIncreasedSIPNOTIFYMsgRate
                                       INTEGER,
    multiPartyServR9LSMPreferHighVolumeUsers
                                       INTEGER,
    multiPartyServR9CallXferTreatBlindXferAsFwd
                                       INTEGER
  }

  multiPartyServR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { multiPartyServR9Entry  1 }

  multiPartyServR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { multiPartyServR9Entry  2 }

  multiPartyServR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { multiPartyServR9Entry  3 }

  multiPartyServR9SupportTWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  4 }

  multiPartyServR9TWCEndCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - end current call'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { multiPartyServR9Entry  5 }

  multiPartyServR9TWCShuttle OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - swap calls'.
                  This field is not writable when active."
    DEFVAL       { two }
    ::= { multiPartyServR9Entry  6 }

  multiPartyServR9TWCEstablish OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - establish 3-way call'.
                  This field is not writable when active."
    DEFVAL       { three }
    ::= { multiPartyServR9Entry  7 }

  multiPartyServR9TWCXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - transfer call'.
                  This field is not writable when active."
    DEFVAL       { four }
    ::= { multiPartyServR9Entry  8 }

  multiPartyServR9TWCDisc1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect first caller'.
                  This field is not writable when active."
    DEFVAL       { five }
    ::= { multiPartyServR9Entry  9 }

  multiPartyServR9TWCHold1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put first caller on hold'.
                  This field is not writable when active."
    DEFVAL       { six }
    ::= { multiPartyServR9Entry  10 }

  multiPartyServR9TWCDisc2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect second caller'.
                  This field is not writable when active."
    DEFVAL       { seven }
    ::= { multiPartyServR9Entry  11 }

  multiPartyServR9TWCHold2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put second caller on hold'.
                  This field is not writable when active."
    DEFVAL       { eight }
    ::= { multiPartyServR9Entry  12 }

  multiPartyServR9SupportCallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  13 }

  multiPartyServR9SupportCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  14 }

  multiPartyServR9SupportCWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting With Caller ID support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  15 }

  multiPartyServR9CWEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - enable code'.
                  This field is not writable when active."
    ::= { multiPartyServR9Entry  16 }

  multiPartyServR9CWDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - disable code'.
                  This field is not writable when active."
    ::= { multiPartyServR9Entry  17 }

  multiPartyServR9CWCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - check code'.
                  This field is not writable when active."
    ::= { multiPartyServR9Entry  18 }

  multiPartyServR9SupportCCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  19 }

  multiPartyServR9CCWDisableDurnCallCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable for duration of call code'.
                  This field is not writable when active."
    ::= { multiPartyServR9Entry  20 }

  multiPartyServR9CCWNotEnabledBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   featureNotAvailable(1),
                   none(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - not enabled behavior'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { multiPartyServR9Entry  21 }

  multiPartyServR9CCWDisableDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR9Entry  22 }

  multiPartyServR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { multiPartyServR9Entry  23 }

  multiPartyServR9SupportHIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  24 }

  multiPartyServR9HICDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR9Entry  25 }

  multiPartyServR9HICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom Distinctive Ringing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR9Entry  26 }

  multiPartyServR9HICDistRingingDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom Distinctive Ringing - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR9Entry  27 }

  multiPartyServR9SupportCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  31 }

  multiPartyServR9CallHoldAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold - access code'.
                  This field is not writable when active."
    ::= { multiPartyServR9Entry  32 }

  multiPartyServR9TWCCTBillConfBAFBillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   structure0076CallType026(2),
                   structure0001CallType048(3),
                   structure0028CallType049(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - BAF billing record type'.
                  This field is not writable when active."
    DEFVAL       { structure0076CallType026 }
    ::= { multiPartyServR9Entry  33 }

  multiPartyServR9TWCCTConfUSBDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR9Entry  34 }

  multiPartyServR9SupportLSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  35 }

  multiPartyServR9LSMDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR9Entry  36 }

  multiPartyServR9LSMDefMaxLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default maximum number of monitored lines per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { multiPartyServR9Entry  37 }

  multiPartyServR9LSMTotNumLines OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - total number of monitored lines'."
    ::= { multiPartyServR9Entry  38 }

  multiPartyServR9CWRedirectionReasonIfNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   busy(1),
                   noAnswer(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting - redirection reason if no answer'.
                  This field is not writable when active."
    DEFVAL       { noAnswer }
    ::= { multiPartyServR9Entry  39 }

  multiPartyServR9HICActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR9Entry  40 }

  multiPartyServR9LSMMonitorDoNotDistStatusDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - monitor Do Not Disturb status default value'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR9Entry  41 }

  multiPartyServR9SupportAnnounceOnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement on Hold - support'."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR9Entry  42 }

  multiPartyServR9LSMIncreasedSIPNOTIFYMsgRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - increased SIP NOTIFY message rate'."
    DEFVAL       { true }
    ::= { multiPartyServR9Entry  43 }

  multiPartyServR9LSMPreferHighVolumeUsers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - prefer high volume users'."
    DEFVAL       { false }
    ::= { multiPartyServR9Entry  44 }

  multiPartyServR9CallXferTreatBlindXferAsFwd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat blind transfer as forwarding'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR9Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Director Service'                                  */
-- /* Valid from: 9.4.20                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  mVDR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2533 }

  mVDR5Entry OBJECT-TYPE
    SYNTAX       MVDR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDR5NEConn,
             mVDR5NetwkElement,
             mVDR5MetaViewDirectorIx }
    ::= {  mVDR5Table  1  }

  MVDR5Entry  ::=  SEQUENCE
  {
    mVDR5NEConn                        Unsigned32,
    mVDR5NetwkElement                  DisplayString,
    mVDR5MetaViewDirectorIx            Unsigned32,
    mVDR5NumLocationSources            Unsigned32,
    mVDR5LocationUpdateInterfacePortNum
                                       Unsigned32,
    mVDR5LocationQueryInterfacePortNum Unsigned32,
    mVDR5NotifPublicationInterfacePortNum
                                       Unsigned32,
    mVDR5NotifSubscriptionInterfacePortNum
                                       Unsigned32,
    mVDR5StatisticsAlrms               Integer32,
    mVDR5LocationSourceAlrmsAttnRq     INTEGER,
    mVDR5LocationSourceAlrmEvtsAttnRq  Unsigned32,
    mVDR5SummaryChldAlrmState          INTEGER,
    mVDR5ChldStatisticsAlrms           Integer32,
    mVDR5DoExtraActions                INTEGER,
    mVDR5MaxNumCallEvts                Unsigned32,
    mVDR5SiteID                        Unsigned32,
    mVDR5SiteName                      DisplayString,
    mVDR5RepatriationEnabled           INTEGER,
    mVDR5RepatriationSiteID            Unsigned32,
    mVDR5I1RepatriationSiteClusterSiteConnIx
                                       Integer32,
    mVDR5RepatriationSiteOtherVals     INTEGER,
    mVDR5RepatriationSourceType        INTEGER,
    mVDR5GlobalMinE164NumLen           Unsigned32,
    mVDR5GlobalMaxE164NumLen           Unsigned32,
    mVDR5GlobalMaxPBXSuffixDigits      Unsigned32,
    mVDR5RegBackgroundResyncs          INTEGER
  }

  mVDR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDR5Entry  1 }

  mVDR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDR5Entry  2 }

  mVDR5MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { mVDR5Entry  3 }

  mVDR5NumLocationSources OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of location sources'."
    ::= { mVDR5Entry  4 }

  mVDR5LocationUpdateInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Update interface port number'."
    ::= { mVDR5Entry  5 }

  mVDR5LocationQueryInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Query interface port number'."
    ::= { mVDR5Entry  6 }

  mVDR5NotifPublicationInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Publication interface port number'."
    ::= { mVDR5Entry  7 }

  mVDR5NotifSubscriptionInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Subscription interface port number'."
    ::= { mVDR5Entry  8 }

  mVDR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mVDR5Entry  9 }

  mVDR5LocationSourceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarms'."
    ::= { mVDR5Entry  10 }

  mVDR5LocationSourceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarm events'."
    ::= { mVDR5Entry  11 }

  mVDR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mVDR5Entry  12 }

  mVDR5ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mVDR5Entry  13 }

  mVDR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   queryDatabase(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDR5Entry  14 }

  mVDR5MaxNumCallEvts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of call events'."
    DEFVAL       { 10 }
    ::= { mVDR5Entry  15 }

  mVDR5SiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { mVDR5Entry  16 }

  mVDR5SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { mVDR5Entry  17 }

  mVDR5RepatriationEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Enabled'."
    DEFVAL       { false }
    ::= { mVDR5Entry  18 }

  mVDR5RepatriationSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Site ID'."
    ::= { mVDR5Entry  19 }

  mVDR5I1RepatriationSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { mVDR5Entry  20 }

  mVDR5RepatriationSiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   all(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site'.
                  This field represents the fixed
                  values that Repatriation Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mVDR5Entry  21 }

  mVDR5RepatriationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(0),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation source type'."
    DEFVAL       { all }
    ::= { mVDR5Entry  22 }

  mVDR5GlobalMinE164NumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global minimum E.164 number length'."
    ::= { mVDR5Entry  23 }

  mVDR5GlobalMaxE164NumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global maximum E.164 number length'."
    ::= { mVDR5Entry  24 }

  mVDR5GlobalMaxPBXSuffixDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global maximum PBX suffix digits'."
    ::= { mVDR5Entry  25 }

  mVDR5RegBackgroundResyncs OBJECT-TYPE
    SYNTAX       INTEGER {
                   midnight(0),
                   oneAM(1),
                   twoAM(2),
                   threeAM(3),
                   fourAM(4),
                   fiveAM(5),
                   sixAM(6),
                   sevenAM(7),
                   eightAM(8),
                   nineAM(9),
                   tenAM(10),
                   elevenAM(11),
                   midday(12),
                   onePM(13),
                   twoPM(14),
                   threePM(15),
                   fourPM(16),
                   fivePM(17),
                   sixPM(18),
                   sevenPM(19),
                   eightPM(20),
                   ninePM(21),
                   tenPM(22),
                   elevenPM(23),
                   off(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular background resyncs'."
    DEFVAL       { twoAM }
    ::= { mVDR5Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Interface Profile'                                     */
-- /* Valid from: 9.4.20                                                            */
-- /*********************************************************************************/

  iSDNInterfaceProfileR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNInterfaceProfileR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2534 }

  iSDNInterfaceProfileR10Entry OBJECT-TYPE
    SYNTAX       ISDNInterfaceProfileR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNInterfaceProfileR10NEConn,
             iSDNInterfaceProfileR10NetwkElement,
             iSDNInterfaceProfileR10CFSIx,
             iSDNInterfaceProfileR10ISDNIx,
             iSDNInterfaceProfileR10InterfaceType,
             iSDNInterfaceProfileR10ProfIx }
    ::= {  iSDNInterfaceProfileR10Table  1  }

  ISDNInterfaceProfileR10Entry  ::=  SEQUENCE
  {
    iSDNInterfaceProfileR10NEConn      Unsigned32,
    iSDNInterfaceProfileR10NetwkElement
                                       DisplayString,
    iSDNInterfaceProfileR10CFSIx       Unsigned32,
    iSDNInterfaceProfileR10ISDNIx      Unsigned32,
    iSDNInterfaceProfileR10InterfaceType
                                       INTEGER,
    iSDNInterfaceProfileR10ProfIx      Unsigned32,
    iSDNInterfaceProfileR10Desc        DisplayString,
    iSDNInterfaceProfileR10ProtVariant INTEGER,
    iSDNInterfaceProfileR10T200TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T203TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T301TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T302TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T303TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T304TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T305TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T307TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T308TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T309TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T310TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T314TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T316TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T317TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T321TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T322TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T323TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10T402TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10TprogTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10TrestTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10TDLReEstablishTimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10N200Val     INTEGER,
    iSDNInterfaceProfileR10KVal        INTEGER,
    iSDNInterfaceProfileR10MaxNumInvalidMsgsAllowedOnACall
                                       Unsigned32,
    iSDNInterfaceProfileR10MaxNumProtErrsAllowedPerHr
                                       Unsigned32,
    iSDNInterfaceProfileR10FixBits     BITS,
    iSDNInterfaceProfileR10RefsCnt     Unsigned32,
    iSDNInterfaceProfileR10RowStatus   RowStatus,
    iSDNInterfaceProfileR10Usage       INTEGER,
    iSDNInterfaceProfileR10T313TimerDurn
                                       INTEGER,
    iSDNInterfaceProfileR10TservDurn   INTEGER,
    iSDNInterfaceProfileR10ClgNameFacilityMsgExpiryTime
                                       Unsigned32,
    iSDNInterfaceProfileR10InterdigitTimerDurn
                                       INTEGER
  }

  iSDNInterfaceProfileR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR10Entry  1 }

  iSDNInterfaceProfileR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR10Entry  2 }

  iSDNInterfaceProfileR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR10Entry  3 }

  iSDNInterfaceProfileR10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR10Entry  4 }

  iSDNInterfaceProfileR10InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   primaryRate(1)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR10Entry  5 }

  iSDNInterfaceProfileR10ProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Profile index'.
                  This is an index field."
    ::= { iSDNInterfaceProfileR10Entry  6 }

  iSDNInterfaceProfileR10Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { iSDNInterfaceProfileR10Entry  7 }

  iSDNInterfaceProfileR10ProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordiaNationalISDN2(1),
                   dMS100(2),
                   fiveESSNational(3),
                   dMS250(4),
                   fiveESSCustom(5),
                   eTSI(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Protocol variant'.
                  This field is only writable during create."
    ::= { iSDNInterfaceProfileR10Entry  8 }

  iSDNInterfaceProfileR10T200TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T200 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  9 }

  iSDNInterfaceProfileR10T203TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T203 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  10 }

  iSDNInterfaceProfileR10T301TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T301 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  11 }

  iSDNInterfaceProfileR10T302TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T302 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  12 }

  iSDNInterfaceProfileR10T303TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T303 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  13 }

  iSDNInterfaceProfileR10T304TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T304 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  14 }

  iSDNInterfaceProfileR10T305TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T305 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  15 }

  iSDNInterfaceProfileR10T307TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T307 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  16 }

  iSDNInterfaceProfileR10T308TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T308 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  17 }

  iSDNInterfaceProfileR10T309TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T309 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  18 }

  iSDNInterfaceProfileR10T310TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T310 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  19 }

  iSDNInterfaceProfileR10T314TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T314 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  20 }

  iSDNInterfaceProfileR10T316TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T316 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  21 }

  iSDNInterfaceProfileR10T317TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T317 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  22 }

  iSDNInterfaceProfileR10T321TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T321 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  23 }

  iSDNInterfaceProfileR10T322TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T322 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  24 }

  iSDNInterfaceProfileR10T323TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T323 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  25 }

  iSDNInterfaceProfileR10T402TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T402 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  26 }

  iSDNInterfaceProfileR10TprogTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "minutes"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tprog timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  27 }

  iSDNInterfaceProfileR10TrestTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trest timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  28 }

  iSDNInterfaceProfileR10TDLReEstablishTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T(DL re-establish) timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  29 }

  iSDNInterfaceProfileR10N200Val OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'N200 value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  30 }

  iSDNInterfaceProfileR10KVal OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'K value'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  31 }

  iSDNInterfaceProfileR10MaxNumInvalidMsgsAllowedOnACall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..8 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of invalid messages allowed on a call'.
                  This field is not writable when active."
    DEFVAL       { 8 }
    ::= { iSDNInterfaceProfileR10Entry  32 }

  iSDNInterfaceProfileR10MaxNumProtErrsAllowedPerHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..128 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of protocol errors allowed per hour'.
                  This field is not writable when active."
    DEFVAL       { 40 }
    ::= { iSDNInterfaceProfileR10Entry  33 }

  iSDNInterfaceProfileR10FixBits OBJECT-TYPE
    SYNTAX       BITS {
                   useDisplayInformationElementForCNAM(0),
                   sendFacilityInformationElementInSETUPMessage(1),
                   doNotSendPRIScopeRESTART(2),
                   doNotSendDS1ScopeRESTART(3),
                   doesNotSupportChannelNegotiation(4),
                   playAnnouncementsWhenErrorConditionsOccur(5),
                   alwaysIncludeDS1IdentifiersInChannelIDInformationElements(6),
                   resetTheExtensionBitInTheChannelIDInformationElement(7),
                   supportsUserToUserSignaling(8),
                   useForwardingNumbersToAssociateSubscribersWithIncomingCalls(9),
                   acceptCallingNameInFACILITYMessage(10),
                   sendALERTINGWhenInterworkingEncountered(11),
                   passThroughQ850CauseValuesUnmodified(12),
                   treatUnallocatedNumberErrorAsFinalError(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { iSDNInterfaceProfileR10Entry  34 }

  iSDNInterfaceProfileR10RefsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'References count'."
    ::= { iSDNInterfaceProfileR10Entry  35 }

  iSDNInterfaceProfileR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSDNInterfaceProfileR10Entry  36 }

  iSDNInterfaceProfileR10Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkSide(1),
                   userSide(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is only writable during create."
    DEFVAL       { networkSide }
    ::= { iSDNInterfaceProfileR10Entry  37 }

  iSDNInterfaceProfileR10T313TimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T313 timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  38 }

  iSDNInterfaceProfileR10TservDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tserv duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  39 }

  iSDNInterfaceProfileR10ClgNameFacilityMsgExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Facility Message expiry time'.
                  This field is not writable when active."
    DEFVAL       { 2000 }
    ::= { iSDNInterfaceProfileR10Entry  40 }

  iSDNInterfaceProfileR10InterdigitTimerDurn OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tdigit timer duration'.
                  This field is not writable when active."
    ::= { iSDNInterfaceProfileR10Entry  41 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Secure Distribution Engine Connection'                      */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  sDEConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SDEConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2535 }

  sDEConnEntry OBJECT-TYPE
    SYNTAX       SDEConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sDEConnSecureDistributionEngineConnIx }
    ::= {  sDEConnTable  1  }

  SDEConnEntry  ::=  SEQUENCE
  {
    sDEConnSecureDistributionEngineConnIx
                                       Integer32,
    sDEConnManagementIPAddr            DisplayString,
    sDEConnServerName                  DisplayString,
    sDEConnAlrmState                   INTEGER,
    sDEConnChldAlrmsAttnRq             Integer32,
    sDEConnSummaryChldAlrmState        INTEGER,
    sDEConnRowStatus                   RowStatus,
    sDEConnSNMPCommunity               DisplayString,
    sDEConnOperStatus                  OperStatus
  }

  sDEConnSecureDistributionEngineConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Secure Distribution Engine Connection index'.
                  This is an index field."
    ::= { sDEConnEntry  1 }

  sDEConnManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { sDEConnEntry  2 }

  sDEConnServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { sDEConnEntry  3 }

  sDEConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sDEConnEntry  4 }

  sDEConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sDEConnEntry  5 }

  sDEConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sDEConnEntry  6 }

  sDEConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sDEConnEntry  7 }

  sDEConnSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { sDEConnEntry  8 }

  sDEConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sDEConnEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Secure Distribution Engine'                                 */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  sDETable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SDEEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Secure Distribution Engine Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2536 }

  sDEEntry OBJECT-TYPE
    SYNTAX       SDEEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sDESecureDistributionEngineConnIx }
    ::= {  sDETable  1  }

  SDEEntry  ::=  SEQUENCE
  {
    sDESecureDistributionEngineConnIx  Integer32,
    sDEServerName                      DisplayString,
    sDEAlrmState                       INTEGER
  }

  sDESecureDistributionEngineConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Secure Distribution Engine Connection index'.
                  This is an index field."
    ::= { sDEEntry  1 }

  sDEServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { sDEEntry  2 }

  sDEAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sDEEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  cFSR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2537 }

  cFSR17Entry OBJECT-TYPE
    SYNTAX       CFSR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR17NEConn,
             cFSR17NetwkElement,
             cFSR17CFSIx }
    ::= {  cFSR17Table  1  }

  CFSR17Entry  ::=  SEQUENCE
  {
    cFSR17NEConn                       Unsigned32,
    cFSR17NetwkElement                 DisplayString,
    cFSR17CFSIx                        Unsigned32,
    cFSR17DeactivnMode                 INTEGER,
    cFSR17AlrmState                    INTEGER,
    cFSR17AlrmLogCorr                  Counter64,
    cFSR17AlrmEvtsAttnRq               Integer32,
    cFSR17AlrmStateTimestamp           Unsigned32,
    cFSR17AlrmResetTimestamp           Unsigned32,
    cFSR17CntrldMGsAlrmsAttnRq         Integer32,
    cFSR17CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR17CntrldMGsAlrmsAtndDp         Integer32,
    cFSR17CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR17SigAlrmsAttnRq               Integer32,
    cFSR17SigAlrmEvtsAttnRq            Integer32,
    cFSR17SigAlrmsAtndDp               Integer32,
    cFSR17SigAlrmEvtsAtndDp            Integer32,
    cFSR17BillAlrmsAttnRq              Integer32,
    cFSR17BillAlrmEvtsAttnRq           Integer32,
    cFSR17CallServsAlrmsAttnRq         Integer32,
    cFSR17CallServsAlrmEvtsAttnRq      Integer32,
    cFSR17CallServsAlrmsAtndDp         Integer32,
    cFSR17CallServsAlrmEvtsAtndDp      Integer32,
    cFSR17RPSAlrmsAttnRq               Integer32,
    cFSR17RPSAlrmEvtsAttnRq            Integer32,
    cFSR17RPSAlrmsAtndDp               Integer32,
    cFSR17RPSAlrmEvtsAtndDp            Integer32,
    cFSR17SubCfgAlrmsAttnRq            Integer32,
    cFSR17SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR17SubCfgAlrmsAtndDp            Integer32,
    cFSR17SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR17TotChldAlrmsAttnRq           Unsigned32,
    cFSR17TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR17TotChldAlrmsAtndDp           Unsigned32,
    cFSR17TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR17SummaryChldAlrmState         INTEGER,
    cFSR17DoExtraActions               INTEGER,
    cFSR17RowStatus                    RowStatus,
    cFSR17AdminStatus                  AdminStatus,
    cFSR17OperStatus                   OperStatus,
    cFSR17Timezone                     INTEGER,
    cFSR17AdjustDaylightSavings        INTEGER,
    cFSR17DaylightSavingsInForce       INTEGER,
    cFSR17MaxNumLineTrafficStudies     Unsigned32,
    cFSR17T38GloballySupported         INTEGER,
    cFSR17ImportCnt                    Integer32,
    cFSR17ImportStatus                 DisplayString,
    cFSR17ImportMode                   INTEGER,
    cFSR17ImportFile                   DisplayString,
    cFSR17ImportCorr                   Counter64,
    cFSR17ImportCorrNode               DisplayString,
    cFSR17ImportCorrUID                DisplayString,
    cFSR17StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR17DefAnnounceLocale            INTEGER,
    cFSR17StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR17StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR17StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR17StatisticsAlrms              Integer32,
    cFSR17ChldStatisticsAlrms          Integer32,
    cFSR17SecondDefAnnounceLocale      INTEGER,
    cFSR17SysTimezone                  LongDisplayString,
    cFSR17SubTimezones                 LongDisplayString,
    cFSR17StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR17StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR17StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR17StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR17StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR17StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR17MRSAlrmsAttnRq               Integer32,
    cFSR17MRSAlrmEvtsAttnRq            Integer32,
    cFSR17CFSRole                      INTEGER,
    cFSR17SupportedLocales             LongDisplayString,
    cFSR17LineCfgAlrmsAttnRq           Integer32,
    cFSR17LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR17LineCfgAlrmsAtndDp           Integer32,
    cFSR17LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR17DefMediaType                 INTEGER,
    cFSR17EmgncyCallsCnt               Unsigned32,
    cFSR17EmgncyCallsDetails           LongDisplayString,
    cFSR17PublishMLHGStatus            INTEGER,
    cFSR17GatewayCtrlerRole            INTEGER,
    cFSR17EmgncyCallEquivalence        INTEGER,
    cFSR17AllowOverrideOrigingNumInBgCallLogs
                                       INTEGER,
    cFSR17TreatBGMembersCallsWithFullDNAsIntraBGDef
                                       INTEGER,
    cFSR17TwoStgDelBGsCoolingOff       INTEGER,
    cFSR17TwoStgDelBGsCoolingOffPeriod Unsigned32,
    cFSR17TwoStgDelBGsRecentlyAddedCfg INTEGER,
    cFSR17TwoStgDelBGsRecentAdditionDeletionPeriod
                                       Unsigned32
  }

  cFSR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR17Entry  1 }

  cFSR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR17Entry  2 }

  cFSR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR17Entry  3 }

  cFSR17DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR17Entry  4 }

  cFSR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR17Entry  5 }

  cFSR17AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR17Entry  6 }

  cFSR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  7 }

  cFSR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR17Entry  8 }

  cFSR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR17Entry  9 }

  cFSR17CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR17Entry  10 }

  cFSR17CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  11 }

  cFSR17CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR17Entry  12 }

  cFSR17CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  13 }

  cFSR17SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR17Entry  14 }

  cFSR17SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  15 }

  cFSR17SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR17Entry  16 }

  cFSR17SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  17 }

  cFSR17BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR17Entry  18 }

  cFSR17BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  19 }

  cFSR17CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR17Entry  20 }

  cFSR17CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  21 }

  cFSR17CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR17Entry  22 }

  cFSR17CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  23 }

  cFSR17RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR17Entry  24 }

  cFSR17RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  25 }

  cFSR17RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR17Entry  26 }

  cFSR17RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  27 }

  cFSR17SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR17Entry  28 }

  cFSR17SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  29 }

  cFSR17SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR17Entry  30 }

  cFSR17SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  31 }

  cFSR17TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR17Entry  32 }

  cFSR17TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR17Entry  33 }

  cFSR17TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR17Entry  34 }

  cFSR17TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR17Entry  35 }

  cFSR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR17Entry  36 }

  cFSR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR17Entry  37 }

  cFSR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR17Entry  38 }

  cFSR17AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR17Entry  39 }

  cFSR17OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR17Entry  40 }

  cFSR17Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR17Entry  41 }

  cFSR17AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR17Entry  42 }

  cFSR17DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR17Entry  43 }

  cFSR17MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR17Entry  44 }

  cFSR17T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR17Entry  45 }

  cFSR17ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR17Entry  47 }

  cFSR17ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR17Entry  48 }

  cFSR17ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR17Entry  49 }

  cFSR17ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR17Entry  50 }

  cFSR17ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR17Entry  51 }

  cFSR17ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR17Entry  52 }

  cFSR17ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR17Entry  53 }

  cFSR17StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR17Entry  54 }

  cFSR17DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR17Entry  55 }

  cFSR17StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR17Entry  56 }

  cFSR17StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR17Entry  57 }

  cFSR17StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR17Entry  58 }

  cFSR17StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR17Entry  59 }

  cFSR17ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR17Entry  60 }

  cFSR17SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR17Entry  61 }

  cFSR17SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR17Entry  62 }

  cFSR17SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR17Entry  63 }

  cFSR17StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR17Entry  64 }

  cFSR17StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR17Entry  65 }

  cFSR17StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR17Entry  66 }

  cFSR17StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR17Entry  67 }

  cFSR17StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR17Entry  68 }

  cFSR17StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR17Entry  69 }

  cFSR17MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR17Entry  70 }

  cFSR17MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  71 }

  cFSR17CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR17Entry  72 }

  cFSR17SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR17Entry  73 }

  cFSR17LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR17Entry  74 }

  cFSR17LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  75 }

  cFSR17LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR17Entry  76 }

  cFSR17LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR17Entry  77 }

  cFSR17DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR17Entry  78 }

  cFSR17EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR17Entry  79 }

  cFSR17EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR17Entry  80 }

  cFSR17PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR17Entry  81 }

  cFSR17GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR17Entry  82 }

  cFSR17EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR17Entry  83 }

  cFSR17AllowOverrideOrigingNumInBgCallLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of originating number in BG call logs'."
    DEFVAL       { false }
    ::= { cFSR17Entry  85 }

  cFSR17TreatBGMembersCallsWithFullDNAsIntraBGDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat calls between BG members dialed with full DN as intra-BG - default'."
    DEFVAL       { true }
    ::= { cFSR17Entry  86 }

  cFSR17TwoStgDelBGsCoolingOff OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off'."
    DEFVAL       { disabled }
    ::= { cFSR17Entry  87 }

  cFSR17TwoStgDelBGsCoolingOffPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..672 )
    UNITS        "hours"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off period'."
    DEFVAL       { 1 }
    ::= { cFSR17Entry  88 }

  cFSR17TwoStgDelBGsRecentlyAddedCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion of recently added configuration'."
    DEFVAL       { disabled }
    ::= { cFSR17Entry  89 }

  cFSR17TwoStgDelBGsRecentAdditionDeletionPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - recent addition deletion period'."
    DEFVAL       { 1 }
    ::= { cFSR17Entry  90 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR46Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR46Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2538 }

  mediaGatewayModelR46Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR46Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR46NEConn,
             mediaGatewayModelR46NetwkElement,
             mediaGatewayModelR46CFSIx,
             mediaGatewayModelR46ModelIx }
    ::= {  mediaGatewayModelR46Table  1  }

  MediaGatewayModelR46Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR46NEConn         Unsigned32,
    mediaGatewayModelR46NetwkElement   DisplayString,
    mediaGatewayModelR46CFSIx          Unsigned32,
    mediaGatewayModelR46ModelIx        Unsigned32,
    mediaGatewayModelR46Category       INTEGER,
    mediaGatewayModelR46ModelName      DisplayString,
    mediaGatewayModelR46Desc           DisplayString,
    mediaGatewayModelR46ControlProt    INTEGER,
    mediaGatewayModelR46ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR46LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR46PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR46PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR46AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR46AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR46RefCnt         Unsigned32,
    mediaGatewayModelR46RowStatus      RowStatus,
    mediaGatewayModelR46DefModel       INTEGER,
    mediaGatewayModelR46Authentication INTEGER,
    mediaGatewayModelR46SupportedConnTypes
                                       BITS,
    mediaGatewayModelR46AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR46ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR46ExportStatus   DisplayString,
    mediaGatewayModelR46ExportFile     DisplayString,
    mediaGatewayModelR46ExportCorr     Counter64,
    mediaGatewayModelR46ExportCorrNode DisplayString,
    mediaGatewayModelR46ExportCorrUID  DisplayString,
    mediaGatewayModelR46DoExtraActions INTEGER,
    mediaGatewayModelR46FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR46FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR46FBsMGCP        BITS,
    mediaGatewayModelR46FBsMeGaCo      BITS,
    mediaGatewayModelR46FBsSIP         BITS,
    mediaGatewayModelR46FixBitsMeGaCo2 BITS,
    mediaGatewayModelR46MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR46AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR46AlertInfoDR2   DisplayString,
    mediaGatewayModelR46AlertInfoDR3   DisplayString,
    mediaGatewayModelR46AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR46DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR46DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR46ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR46SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR46DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR46UpToDateCnt    Unsigned32,
    mediaGatewayModelR46SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR46SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR46Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR46AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR46VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR46AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR46FixBitsSIP2    BITS,
    mediaGatewayModelR46OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR46FBsMeGaCo4     BITS,
    mediaGatewayModelR46SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR46ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR46SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR46ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR46SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR46AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR46AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR46InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR46OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR46MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR46FixBitsSIP3    BITS,
    mediaGatewayModelR46FixBitsSIP4    BITS,
    mediaGatewayModelR46SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR46RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR46EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR46LCC1           DisplayString,
    mediaGatewayModelR46LCC2           DisplayString,
    mediaGatewayModelR46LCC3           DisplayString,
    mediaGatewayModelR46LCC4           DisplayString,
    mediaGatewayModelR46LCC5           DisplayString,
    mediaGatewayModelR46LCC6           DisplayString,
    mediaGatewayModelR46LCC7           DisplayString,
    mediaGatewayModelR46LCC8           DisplayString,
    mediaGatewayModelR46LCC9           DisplayString,
    mediaGatewayModelR46LCC10          DisplayString,
    mediaGatewayModelR46LCC11          DisplayString,
    mediaGatewayModelR46LCC12          DisplayString,
    mediaGatewayModelR46LCC13          DisplayString,
    mediaGatewayModelR46LCC14          DisplayString,
    mediaGatewayModelR46LCC15          DisplayString,
    mediaGatewayModelR46LCC16          DisplayString,
    mediaGatewayModelR46LCC17          DisplayString,
    mediaGatewayModelR46LCC18          DisplayString,
    mediaGatewayModelR46LCC19          DisplayString,
    mediaGatewayModelR46LCC20          DisplayString,
    mediaGatewayModelR46ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR46MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR46MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR46ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR46NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR46NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR46NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR46NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR46NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR46NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR46NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR46NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR46OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR46ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR46MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR46MRSPollTimeout Unsigned32,
    mediaGatewayModelR46RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR46SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR46SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR46FixBitsSIPMSML BITS,
    mediaGatewayModelR46AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR46SessionTimer   Unsigned32,
    mediaGatewayModelR46SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR46SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER
  }

  mediaGatewayModelR46NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR46Entry  1 }

  mediaGatewayModelR46NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR46Entry  2 }

  mediaGatewayModelR46CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR46Entry  3 }

  mediaGatewayModelR46ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR46Entry  4 }

  mediaGatewayModelR46Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR46Entry  5 }

  mediaGatewayModelR46ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR46Entry  6 }

  mediaGatewayModelR46Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR46Entry  7 }

  mediaGatewayModelR46ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR46Entry  8 }

  mediaGatewayModelR46ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR46Entry  9 }

  mediaGatewayModelR46LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR46Entry  10 }

  mediaGatewayModelR46PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR46Entry  11 }

  mediaGatewayModelR46PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR46Entry  12 }

  mediaGatewayModelR46AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR46Entry  13 }

  mediaGatewayModelR46AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR46Entry  14 }

  mediaGatewayModelR46RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR46Entry  16 }

  mediaGatewayModelR46RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR46Entry  17 }

  mediaGatewayModelR46DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR46Entry  18 }

  mediaGatewayModelR46Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR46Entry  19 }

  mediaGatewayModelR46SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR46Entry  20 }

  mediaGatewayModelR46AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR46Entry  21 }

  mediaGatewayModelR46ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR46Entry  22 }

  mediaGatewayModelR46ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR46Entry  23 }

  mediaGatewayModelR46ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR46Entry  24 }

  mediaGatewayModelR46ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR46Entry  25 }

  mediaGatewayModelR46ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR46Entry  26 }

  mediaGatewayModelR46ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR46Entry  27 }

  mediaGatewayModelR46DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR46Entry  28 }

  mediaGatewayModelR46FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR46Entry  29 }

  mediaGatewayModelR46FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR46Entry  30 }

  mediaGatewayModelR46FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR46Entry  31 }

  mediaGatewayModelR46FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR46Entry  32 }

  mediaGatewayModelR46FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR46Entry  33 }

  mediaGatewayModelR46FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR46Entry  34 }

  mediaGatewayModelR46MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR46Entry  35 }

  mediaGatewayModelR46AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR46Entry  36 }

  mediaGatewayModelR46AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR46Entry  37 }

  mediaGatewayModelR46AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR46Entry  38 }

  mediaGatewayModelR46AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR46Entry  39 }

  mediaGatewayModelR46DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR46Entry  40 }

  mediaGatewayModelR46DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR46Entry  41 }

  mediaGatewayModelR46ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR46Entry  42 }

  mediaGatewayModelR46SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR46Entry  43 }

  mediaGatewayModelR46DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR46Entry  44 }

  mediaGatewayModelR46UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR46Entry  45 }

  mediaGatewayModelR46SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR46Entry  46 }

  mediaGatewayModelR46SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR46Entry  48 }

  mediaGatewayModelR46Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR46Entry  49 }

  mediaGatewayModelR46AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR46Entry  50 }

  mediaGatewayModelR46VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR46Entry  51 }

  mediaGatewayModelR46AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR46Entry  52 }

  mediaGatewayModelR46FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR46Entry  53 }

  mediaGatewayModelR46OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR46Entry  54 }

  mediaGatewayModelR46FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR46Entry  55 }

  mediaGatewayModelR46SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR46Entry  56 }

  mediaGatewayModelR46ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR46Entry  57 }

  mediaGatewayModelR46SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR46Entry  58 }

  mediaGatewayModelR46ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR46Entry  59 }

  mediaGatewayModelR46SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR46Entry  60 }

  mediaGatewayModelR46AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR46Entry  61 }

  mediaGatewayModelR46AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR46Entry  62 }

  mediaGatewayModelR46InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR46Entry  63 }

  mediaGatewayModelR46OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR46Entry  64 }

  mediaGatewayModelR46MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR46Entry  65 }

  mediaGatewayModelR46FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR46Entry  66 }

  mediaGatewayModelR46FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR46Entry  67 }

  mediaGatewayModelR46SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR46Entry  68 }

  mediaGatewayModelR46RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR46Entry  69 }

  mediaGatewayModelR46EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR46Entry  70 }

  mediaGatewayModelR46LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR46Entry  71 }

  mediaGatewayModelR46LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR46Entry  72 }

  mediaGatewayModelR46LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR46Entry  73 }

  mediaGatewayModelR46LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR46Entry  74 }

  mediaGatewayModelR46LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR46Entry  75 }

  mediaGatewayModelR46LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR46Entry  76 }

  mediaGatewayModelR46LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR46Entry  77 }

  mediaGatewayModelR46LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR46Entry  78 }

  mediaGatewayModelR46LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR46Entry  79 }

  mediaGatewayModelR46LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR46Entry  80 }

  mediaGatewayModelR46LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR46Entry  81 }

  mediaGatewayModelR46LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR46Entry  82 }

  mediaGatewayModelR46LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR46Entry  83 }

  mediaGatewayModelR46LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR46Entry  84 }

  mediaGatewayModelR46LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR46Entry  85 }

  mediaGatewayModelR46LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR46Entry  86 }

  mediaGatewayModelR46LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR46Entry  87 }

  mediaGatewayModelR46LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR46Entry  88 }

  mediaGatewayModelR46LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR46Entry  89 }

  mediaGatewayModelR46LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR46Entry  90 }

  mediaGatewayModelR46ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR46Entry  91 }

  mediaGatewayModelR46MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR46Entry  92 }

  mediaGatewayModelR46MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR46Entry  93 }

  mediaGatewayModelR46ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR46Entry  94 }

  mediaGatewayModelR46NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR46Entry  95 }

  mediaGatewayModelR46NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR46Entry  96 }

  mediaGatewayModelR46NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR46Entry  97 }

  mediaGatewayModelR46NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR46Entry  98 }

  mediaGatewayModelR46NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR46Entry  99 }

  mediaGatewayModelR46NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR46Entry  100 }

  mediaGatewayModelR46NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR46Entry  101 }

  mediaGatewayModelR46NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR46Entry  102 }

  mediaGatewayModelR46OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR46Entry  103 }

  mediaGatewayModelR46ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR46Entry  104 }

  mediaGatewayModelR46MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR46Entry  105 }

  mediaGatewayModelR46MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR46Entry  106 }

  mediaGatewayModelR46RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR46Entry  107 }

  mediaGatewayModelR46SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR46Entry  108 }

  mediaGatewayModelR46SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR46Entry  109 }

  mediaGatewayModelR46FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR46Entry  110 }

  mediaGatewayModelR46AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR46Entry  111 }

  mediaGatewayModelR46SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR46Entry  112 }

  mediaGatewayModelR46SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR46Entry  113 }

  mediaGatewayModelR46SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR46Entry  114 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  sIPR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2539 }

  sIPR15Entry OBJECT-TYPE
    SYNTAX       SIPR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR15NEConn,
             sIPR15NetwkElement,
             sIPR15CFSIx,
             sIPR15SIPIx }
    ::= {  sIPR15Table  1  }

  SIPR15Entry  ::=  SEQUENCE
  {
    sIPR15NEConn                       Unsigned32,
    sIPR15NetwkElement                 DisplayString,
    sIPR15CFSIx                        Unsigned32,
    sIPR15SIPIx                        Unsigned32,
    sIPR15ServerAddrIPv4               DisplayString,
    sIPR15DeactivnMode                 INTEGER,
    sIPR15AlrmState                    INTEGER,
    sIPR15AlrmLogCorr                  Counter64,
    sIPR15AlrmEvtsAttnRq               Integer32,
    sIPR15AlrmStateTimestamp           Unsigned32,
    sIPR15AlrmResetTimestamp           Unsigned32,
    sIPR15RowStatus                    RowStatus,
    sIPR15AdminStatus                  AdminStatus,
    sIPR15OperStatus                   OperStatus,
    sIPR15SIPRetransmitTimerT1         Unsigned32,
    sIPR15ChldAlrmsAtndDp              Unsigned32,
    sIPR15ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR15SummaryChldAlrmState         INTEGER,
    sIPR15ChldAlrmsAttnRq              Unsigned32,
    sIPR15ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR15ChldStatisticsAlrms          Integer32,
    sIPR15SIPTVariant                  INTEGER,
    sIPR15StatisticsAlrms              Integer32,
    sIPR15ServerAddrIPv6               DisplayString,
    sIPR15NetwkElementID               Unsigned32,
    sIPR15FinancialentityID            DisplayString,
    sIPR15InterOprIdentifierIOI        DisplayString,
    sIPR15ServerIdentity               DisplayString,
    sIPR15TransparentProxies           LongDisplayString,
    sIPR15TotChldAlrmsAttnRq           Unsigned32,
    sIPR15TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR15TotChldAlrmsAtndDp           Unsigned32,
    sIPR15TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR15ProdShortSIPHeaderEncodings  INTEGER,
    sIPR15I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR15I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR15I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR15I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR15I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR15DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR15TransitIoi                   DisplayString,
    sIPR15LocalServerPort              INTEGER,
    sIPR15TransitIoiSignificantChars   Unsigned32,
    sIPR15ClusterAddr                  DisplayString,
    sIPR15AllowInboundOverlapSigWithSIPI
                                       INTEGER,
    sIPR15InterDigitTimeout            Unsigned32,
    sIPR15IntnatlScopePlusPrefixedE164FormatDNs
                                       INTEGER,
    sIPR15SupportEnableHistoryInfoAnd181
                                       INTEGER,
    sIPR15SkipAuthenticationUnREGISTERsFromPerimeta
                                       INTEGER,
    sIPR15SubMCATimeout                Unsigned32
  }

  sIPR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR15Entry  1 }

  sIPR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR15Entry  2 }

  sIPR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR15Entry  3 }

  sIPR15SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR15Entry  4 }

  sIPR15ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR15Entry  5 }

  sIPR15DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR15Entry  6 }

  sIPR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR15Entry  7 }

  sIPR15AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR15Entry  8 }

  sIPR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR15Entry  9 }

  sIPR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR15Entry  10 }

  sIPR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR15Entry  11 }

  sIPR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR15Entry  12 }

  sIPR15AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR15Entry  13 }

  sIPR15OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR15Entry  14 }

  sIPR15SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR15Entry  15 }

  sIPR15ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR15Entry  17 }

  sIPR15ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR15Entry  18 }

  sIPR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR15Entry  19 }

  sIPR15ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR15Entry  21 }

  sIPR15ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR15Entry  22 }

  sIPR15ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR15Entry  23 }

  sIPR15SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR15Entry  24 }

  sIPR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR15Entry  25 }

  sIPR15ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR15Entry  26 }

  sIPR15NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR15Entry  27 }

  sIPR15FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR15Entry  28 }

  sIPR15InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR15Entry  30 }

  sIPR15ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR15Entry  37 }

  sIPR15TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR15Entry  39 }

  sIPR15TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR15Entry  40 }

  sIPR15TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR15Entry  41 }

  sIPR15TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR15Entry  42 }

  sIPR15TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR15Entry  43 }

  sIPR15ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR15Entry  44 }

  sIPR15I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR15Entry  45 }

  sIPR15I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR15Entry  46 }

  sIPR15I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR15Entry  47 }

  sIPR15I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR15Entry  48 }

  sIPR15I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR15Entry  49 }

  sIPR15DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR15Entry  50 }

  sIPR15TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR15Entry  51 }

  sIPR15LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR15Entry  52 }

  sIPR15TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR15Entry  53 }

  sIPR15ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR15Entry  54 }

  sIPR15AllowInboundOverlapSigWithSIPI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow inbound overlap signaling with SIP-I'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sIPR15Entry  55 }

  sIPR15InterDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-digit timeout'."
    DEFVAL       { 5000 }
    ::= { sIPR15Entry  56 }

  sIPR15IntnatlScopePlusPrefixedE164FormatDNs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International Scope for plus-prefixed E.164-format DNs'."
    DEFVAL       { true }
    ::= { sIPR15Entry  57 }

  sIPR15SupportEnableHistoryInfoAnd181 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable History-Info and 181 support'."
    DEFVAL       { false }
    ::= { sIPR15Entry  58 }

  sIPR15SkipAuthenticationUnREGISTERsFromPerimeta OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Skip authentication for unREGISTERs from Perimeta'."
    DEFVAL       { false }
    ::= { sIPR15Entry  59 }

  sIPR15SubMCATimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..120 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber MCA timeout'."
    DEFVAL       { 0 }
    ::= { sIPR15Entry  60 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Incoming Call Services'                              */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  inServR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF InServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2540 }

  inServR9Entry OBJECT-TYPE
    SYNTAX       InServR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { inServR9NEConn,
             inServR9NetwkElement,
             inServR9CFSIx }
    ::= {  inServR9Table  1  }

  InServR9Entry  ::=  SEQUENCE
  {
    inServR9NEConn                     Unsigned32,
    inServR9NetwkElement               DisplayString,
    inServR9CFSIx                      Unsigned32,
    inServR9SupportACR                 INTEGER,
    inServR9ACRUSB                     INTEGER,
    inServR9ACRAvailToAll              INTEGER,
    inServR9ACREnableCode              DisplayString,
    inServR9ACRDisableCode             DisplayString,
    inServR9ACRCheckCode               DisplayString,
    inServR9RowStatus                  RowStatus,
    inServR9SupportSCR                 INTEGER,
    inServR9SCRUSB                     INTEGER,
    inServR9AllowSCRUSBDenied          INTEGER,
    inServR9SCRAccessCode              DisplayString,
    inServR9SCRSecondaryAccessCode     DisplayString,
    inServR9SCRMaxNum                  Unsigned32,
    inServR9SupportPriorityCall        INTEGER,
    inServR9PriorityCallUSB            INTEGER,
    inServR9AllowPriorityCallUSBDenied INTEGER,
    inServR9PriorityCallAccessCode     DisplayString,
    inServR9PriorityCallSecondaryAccessCode
                                       DisplayString,
    inServR9PriorityCallMaxNum         Unsigned32,
    inServR9SupportDoNotDist           INTEGER,
    inServR9DoNotDistEnableCode        DisplayString,
    inServR9DoNotDistDisableCode       DisplayString,
    inServR9DoNotDistCheckCode         DisplayString,
    inServR9DoNotDistSingleRingDef     INTEGER,
    inServR9SupportSCA                 INTEGER,
    inServR9SCAUSB                     INTEGER,
    inServR9SCAUSBCanBeDenied          INTEGER,
    inServR9SCAAccessCode              DisplayString,
    inServR9SCAAlternativeAccessCode   DisplayString,
    inServR9SCAMaxNumsToConfigure      Unsigned32,
    inServR9MLHGsProdBAFBillRecs       INTEGER,
    inServR9MLHGsBAFBillFeatureCode    INTEGER,
    inServR9MLHGsLogInOutAccCodeSupported
                                       INTEGER,
    inServR9MLHGsLogInOutAccCode       DisplayString,
    inServR9MLHGsStatisticsEnabledByDef
                                       INTEGER,
    inServR9MADNMLHGCOClsToSIPLnsClsSprMCA
                                       INTEGER,
    inServR9SupportLongDistanceAlert   INTEGER,
    inServR9LongDistanceAlertClgAreaUndet
                                       INTEGER,
    inServR9SupportDoNotDistIntegratedDND
                                       INTEGER,
    inServR9MLHGsMonitorAccessCode     DisplayString,
    inServR9MLHGsWhisperAccessCode     DisplayString,
    inServR9MLHGsBargeInAccessCode     DisplayString,
    inServR9ClsMltDevsCrossDeviceCallRej
                                       INTEGER,
    inServR9ClsMltDevsSplyClCmpltElsewrRsnAnswrdCls
                                       INTEGER,
    inServR9DoNotDistPinReqdToConfigureDnd
                                       INTEGER
  }

  inServR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { inServR9Entry  1 }

  inServR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { inServR9Entry  2 }

  inServR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { inServR9Entry  3 }

  inServR9SupportACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR9Entry  4 }

  inServR9ACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  5 }

  inServR9ACRAvailToAll OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - available to all'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  6 }

  inServR9ACREnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - enable code'.
                  This field is not writable when active."
    ::= { inServR9Entry  7 }

  inServR9ACRDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - disable code'.
                  This field is not writable when active."
    ::= { inServR9Entry  8 }

  inServR9ACRCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - check code'.
                  This field is not writable when active."
    ::= { inServR9Entry  9 }

  inServR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { inServR9Entry  10 }

  inServR9SupportSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR9Entry  11 }

  inServR9SCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  12 }

  inServR9AllowSCRUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR9Entry  13 }

  inServR9SCRAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  14 }

  inServR9SCRSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - alternative access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  15 }

  inServR9SCRMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR9Entry  16 }

  inServR9SupportPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR9Entry  17 }

  inServR9PriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  18 }

  inServR9AllowPriorityCallUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR9Entry  19 }

  inServR9PriorityCallAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call - access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  20 }

  inServR9PriorityCallSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - alternative access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  21 }

  inServR9PriorityCallMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR9Entry  22 }

  inServR9SupportDoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR9Entry  26 }

  inServR9DoNotDistEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - enable code'.
                  This field is not writable when active."
    ::= { inServR9Entry  27 }

  inServR9DoNotDistDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - disable code'.
                  This field is not writable when active."
    ::= { inServR9Entry  28 }

  inServR9DoNotDistCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - check code'.
                  This field is not writable when active."
    ::= { inServR9Entry  29 }

  inServR9DoNotDistSingleRingDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  30 }

  inServR9SupportSCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR9Entry  31 }

  inServR9SCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  32 }

  inServR9SCAUSBCanBeDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR9Entry  33 }

  inServR9SCAAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  34 }

  inServR9SCAAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - alternative access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  35 }

  inServR9SCAMaxNumsToConfigure OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR9Entry  36 }

  inServR9MLHGsProdBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - produce BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR9Entry  37 }

  inServR9MLHGsBAFBillFeatureCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - BAF billing feature code'.
                  This field is not writable when active."
    DEFVAL       { 14 }
    ::= { inServR9Entry  38 }

  inServR9MLHGsLogInOutAccCodeSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  39 }

  inServR9MLHGsLogInOutAccCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  40 }

  inServR9MLHGsStatisticsEnabledByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - statistics enabled by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  41 }

  inServR9MADNMLHGCOClsToSIPLnsClsSprMCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MADN/MLHG calls - offer MADN/MLHG calls to SIP lines in calls with spare MCAs'."
    DEFVAL       { true }
    ::= { inServR9Entry  42 }

  inServR9SupportLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR9Entry  43 }

  inServR9LongDistanceAlertClgAreaUndet OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Long Distance Alert - treatment if calling area undetermined'.
                  This field is not writable when active."
    DEFVAL       { longDistance }
    ::= { inServR9Entry  44 }

  inServR9SupportDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - integrated DND support'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  45 }

  inServR9MLHGsMonitorAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - monitor access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  46 }

  inServR9MLHGsWhisperAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - whisper access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  47 }

  inServR9MLHGsBargeInAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - barge-in access code'.
                  This field is not writable when active."
    ::= { inServR9Entry  48 }

  inServR9ClsMltDevsCrossDeviceCallRej OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls to multiple devices - cross-device call rejection'."
    DEFVAL       { false }
    ::= { inServR9Entry  49 }

  inServR9ClsMltDevsSplyClCmpltElsewrRsnAnswrdCls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls to multiple devices - Supply call completed elsewhere reason for answered calls'."
    DEFVAL       { false }
    ::= { inServR9Entry  50 }

  inServR9DoNotDistPinReqdToConfigureDnd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - pin required to configure DND'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR9Entry  51 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profile'                                         */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  perProfR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profiles'."
    ::= { metaSwitch  2541 }

  perProfR15Entry OBJECT-TYPE
    SYNTAX       PerProfR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfR15NEConn,
             perProfR15NetwkElement,
             perProfR15CFSIx,
             perProfR15GpIx }
    ::= {  perProfR15Table  1  }

  PerProfR15Entry  ::=  SEQUENCE
  {
    perProfR15NEConn                   Unsigned32,
    perProfR15NetwkElement             DisplayString,
    perProfR15CFSIx                    Unsigned32,
    perProfR15GpIx                     Unsigned32,
    perProfR15PerProfName              DisplayString,
    perProfR15ValidSubTypes            BITS,
    perProfR15SDActCallLimitAlgorithm  INTEGER,
    perProfR15SDDefCallLimitAlgorithm  INTEGER,
    perProfR15SDUseDefCallLimitAlgorithm
                                       INTEGER,
    perProfR15SDActCallLimitVal        Unsigned32,
    perProfR15SDDefCallLimitVal        Unsigned32,
    perProfR15SDUseDefCallLimitVal     INTEGER,
    perProfR15SDActMaxCallAppearances  Unsigned32,
    perProfR15SDDefMaxCallAppearances  Unsigned32,
    perProfR15SDUseDefMaxCallAppearances
                                       INTEGER,
    perProfR15SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR15SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR15SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    perProfR15SDActLongDistanceCarr    DisplayString,
    perProfR15SDDefLongDistanceCarr    DisplayString,
    perProfR15SDUseDefLongDistanceCarr INTEGER,
    perProfR15SDActIntraLATACarr       DisplayString,
    perProfR15SDDefIntraLATACarr       DisplayString,
    perProfR15SDUseDefIntraLATACarr    INTEGER,
    perProfR15SDActIntnatlCarr         DisplayString,
    perProfR15SDDefIntnatlCarr         DisplayString,
    perProfR15SDUseDefIntnatlCarr      INTEGER,
    perProfR15SDActBillType            INTEGER,
    perProfR15SDDefBillType            INTEGER,
    perProfR15SDUseDefBillType         INTEGER,
    perProfR15SDActRtgAttrs            BITS,
    perProfR15SDDefRtgAttrs            BITS,
    perProfR15SDUseDefRtgAttrs         INTEGER,
    perProfR15SDActDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR15SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR15SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR15SDActTariffGp            INTEGER,
    perProfR15SDDefTariffGp            INTEGER,
    perProfR15SDUseDefTariffGp         INTEGER,
    perProfR15SDActForceLNPLookup      INTEGER,
    perProfR15SDDefForceLNPLookup      INTEGER,
    perProfR15SDUseDefForceLNPLookup   INTEGER,
    perProfR15SDActTimezone            INTEGER,
    perProfR15SDDefTimezone            INTEGER,
    perProfR15SDUseDefTimezone         INTEGER,
    perProfR15SDActAdjustDaylightSavings
                                       INTEGER,
    perProfR15SDDefAdjustDaylightSavings
                                       INTEGER,
    perProfR15SDUseDefAdjustDaylightSavings
                                       INTEGER,
    perProfR15SDActLCC1                INTEGER,
    perProfR15SDDefLCC1                INTEGER,
    perProfR15SDUseDefLCC1             INTEGER,
    perProfR15SDActLCC2                INTEGER,
    perProfR15SDDefLCC2                INTEGER,
    perProfR15SDUseDefLCC2             INTEGER,
    perProfR15SDActLCC3                INTEGER,
    perProfR15SDDefLCC3                INTEGER,
    perProfR15SDUseDefLCC3             INTEGER,
    perProfR15SDActLCC4                INTEGER,
    perProfR15SDDefLCC4                INTEGER,
    perProfR15SDUseDefLCC4             INTEGER,
    perProfR15SDActLCC5                INTEGER,
    perProfR15SDDefLCC5                INTEGER,
    perProfR15SDUseDefLCC5             INTEGER,
    perProfR15ChldCallServAlrmsAttnRq  Unsigned32,
    perProfR15ChldCllSrvAlrmEvtsAttnRq Unsigned32,
    perProfR15ChldCallServAlrmsAtndDp  Unsigned32,
    perProfR15ChldCllSrvAlrmEvtsAtndDp Unsigned32,
    perProfR15SummaryChldAlrmState     INTEGER,
    perProfR15ExportNumObjectsExported Integer32,
    perProfR15ExportStatus             DisplayString,
    perProfR15ExportFile               DisplayString,
    perProfR15ExportCorr               Counter64,
    perProfR15ExportCorrNode           DisplayString,
    perProfR15ExportCorrUID            DisplayString,
    perProfR15DoExtraActions           INTEGER,
    perProfR15RowStatus                RowStatus,
    perProfR15SynchronizationInProgress
                                       INTEGER,
    perProfR15SDActClgNumScreening     INTEGER,
    perProfR15SDDefClgNumScreening     INTEGER,
    perProfR15SDUseDefClgNumScreening  INTEGER,
    perProfR15SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR15SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR15SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR15SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR15SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR15SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR15SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR15SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR15SDActLCC6                INTEGER,
    perProfR15SDDefLCC6                INTEGER,
    perProfR15SDUseDefLCC6             INTEGER,
    perProfR15SDActLCC7                INTEGER,
    perProfR15SDDefLCC7                INTEGER,
    perProfR15SDUseDefLCC7             INTEGER,
    perProfR15SDActLCC8                INTEGER,
    perProfR15SDDefLCC8                INTEGER,
    perProfR15SDUseDefLCC8             INTEGER,
    perProfR15SDActLCC9                INTEGER,
    perProfR15SDDefLCC9                INTEGER,
    perProfR15SDUseDefLCC9             INTEGER,
    perProfR15SDActLCC10               INTEGER,
    perProfR15SDDefLCC10               INTEGER,
    perProfR15SDUseDefLCC10            INTEGER,
    perProfR15SDActLCC11               INTEGER,
    perProfR15SDDefLCC11               INTEGER,
    perProfR15SDUseDefLCC11            INTEGER,
    perProfR15SDActLCC12               INTEGER,
    perProfR15SDDefLCC12               INTEGER,
    perProfR15SDUseDefLCC12            INTEGER,
    perProfR15SDActLCC13               INTEGER,
    perProfR15SDDefLCC13               INTEGER,
    perProfR15SDUseDefLCC13            INTEGER,
    perProfR15SDActLCC14               INTEGER,
    perProfR15SDDefLCC14               INTEGER,
    perProfR15SDUseDefLCC14            INTEGER,
    perProfR15SDActLCC15               INTEGER,
    perProfR15SDDefLCC15               INTEGER,
    perProfR15SDUseDefLCC15            INTEGER,
    perProfR15SDActLCC16               INTEGER,
    perProfR15SDDefLCC16               INTEGER,
    perProfR15SDUseDefLCC16            INTEGER,
    perProfR15SDActLCC17               INTEGER,
    perProfR15SDDefLCC17               INTEGER,
    perProfR15SDUseDefLCC17            INTEGER,
    perProfR15SDActLCC18               INTEGER,
    perProfR15SDDefLCC18               INTEGER,
    perProfR15SDUseDefLCC18            INTEGER,
    perProfR15SDActLCC19               INTEGER,
    perProfR15SDDefLCC19               INTEGER,
    perProfR15SDUseDefLCC19            INTEGER,
    perProfR15SDActLCC20               INTEGER,
    perProfR15SDDefLCC20               INTEGER,
    perProfR15SDUseDefLCC20            INTEGER,
    perProfSDActR15SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfSDDefR15SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfR15SDUseDefSubMediaGatewayModel
                                       INTEGER,
    perProfR15SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR15SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR15SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR15SDActMaxSimulRegistrations
                                       INTEGER,
    perProfR15SDDefMaxSimulRegistrations
                                       INTEGER,
    perProfR15SDUseDefMaxSimulRegistrations
                                       INTEGER,
    perProfR15SDActAdvChrgAOCD         INTEGER,
    perProfR15SDDefAdvChrgAOCD         INTEGER,
    perProfR15SDUseDefAdvChrgAOCD      INTEGER,
    perProfR15SDActAdvChrgAOCE         INTEGER,
    perProfR15SDDefAdvChrgAOCE         INTEGER,
    perProfR15SDUseDefAdvChrgAOCE      INTEGER,
    perProfR15SDActBusGpCallLogsEnabled
                                       INTEGER,
    perProfR15SDDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR15SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR15SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR15SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR15SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR15SDActSubTimezone         LongDisplayString,
    perProfR15SDDefSubTimezone         LongDisplayString,
    perProfR15SDUseDefSubTimezone      INTEGER,
    perProfR15SDActChargeInd           INTEGER,
    perProfR15SDDefChargeInd           INTEGER,
    perProfR15SDUseDefChargeInd        INTEGER,
    perProfR15SDActSubClgCategory      INTEGER,
    perProfR15SDDefSubClgCategory      INTEGER,
    perProfR15SDUseDefSubClgCategory   INTEGER,
    perProfR15SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR15SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR15SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR15SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR15SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR15SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR15SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR15SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR15SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR15NumRefgSubs              Unsigned32,
    perProfR15ProfIsReferencedBySubs   INTEGER,
    perProfR15TotChldAlrmsAttnRq       Unsigned32,
    perProfR15TotChldAlrmEvtsAttnRq    Unsigned32,
    perProfR15TotChldAlrmsAtndDp       Unsigned32,
    perProfR15TotChldAlrmEvtsAtndDp    Unsigned32,
    perProfR15SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR15SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR15SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR15SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR15SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR15SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR15SDActAccessionClientOnly INTEGER,
    perProfR15SDDefAccessionClientOnly INTEGER,
    perProfR15SDUseDefAccessionClientOnly
                                       INTEGER,
    perProfR15SDActInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR15SDDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR15SDUseDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR15ExportIncASRepData       INTEGER,
    perProfR15SDActLineTimezone        LongDisplayString,
    perProfR15SDDefLineTimezone        LongDisplayString,
    perProfR15SDUseDefLineTimezone     INTEGER,
    perProfR15SDActBusGpLinesSharePresence
                                       INTEGER,
    perProfR15SDDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR15SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR15SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR15SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR15SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    perProfR15ExportChldObjectsToInc   INTEGER,
    perProfR15SDActTypeAddtlCallAppearances
                                       INTEGER,
    perProfR15SDDefTypeAddtlCallAppearances
                                       INTEGER,
    perProfR15SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    perProfR15SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR15SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR15SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER
  }

  perProfR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfR15Entry  1 }

  perProfR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfR15Entry  2 }

  perProfR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfR15Entry  3 }

  perProfR15GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfR15Entry  4 }

  perProfR15PerProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { perProfR15Entry  5 }

  perProfR15ValidSubTypes OBJECT-TYPE
    SYNTAX       BITS {
                   individualLine(0),
                   pBX(1),
                   businessGroup(2),
                   businessGroupLine(3),
                   multipleAppearanceDirectoryNumber(4),
                   mLHGPilotDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid subscriber types'."
    DEFVAL       { {individualLine, pBX, businessGroup, businessGroupLine, multipleAppearanceDirectoryNumber, mLHGPilotDN} }
    ::= { perProfR15Entry  6 }

  perProfR15SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  7 }

  perProfR15SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  8 }

  perProfR15SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  9 }

  perProfR15SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  10 }

  perProfR15SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  11 }

  perProfR15SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  12 }

  perProfR15SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  13 }

  perProfR15SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  14 }

  perProfR15SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  15 }

  perProfR15SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  16 }

  perProfR15SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  17 }

  perProfR15SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  18 }

  perProfR15SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  19 }

  perProfR15SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  20 }

  perProfR15SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  21 }

  perProfR15SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  22 }

  perProfR15SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  23 }

  perProfR15SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  24 }

  perProfR15SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  25 }

  perProfR15SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  26 }

  perProfR15SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  27 }

  perProfR15SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  28 }

  perProfR15SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  29 }

  perProfR15SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  30 }

  perProfR15SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  31 }

  perProfR15SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  32 }

  perProfR15SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  33 }

  perProfR15SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  34 }

  perProfR15SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  35 }

  perProfR15SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  36 }

  perProfR15SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  40 }

  perProfR15SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  41 }

  perProfR15SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  42 }

  perProfR15SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  43 }

  perProfR15SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  44 }

  perProfR15SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  45 }

  perProfR15SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  46 }

  perProfR15SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  47 }

  perProfR15SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  48 }

  perProfR15SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  49 }

  perProfR15SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  50 }

  perProfR15SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  51 }

  perProfR15SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  52 }

  perProfR15SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  53 }

  perProfR15SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  54 }

  perProfR15SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  55 }

  perProfR15SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  56 }

  perProfR15SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  57 }

  perProfR15SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  58 }

  perProfR15SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  59 }

  perProfR15SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  60 }

  perProfR15SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  61 }

  perProfR15SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  62 }

  perProfR15SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  63 }

  perProfR15SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  64 }

  perProfR15SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  65 }

  perProfR15SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  66 }

  perProfR15ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { perProfR15Entry  67 }

  perProfR15ChldCllSrvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR15Entry  68 }

  perProfR15ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { perProfR15Entry  69 }

  perProfR15ChldCllSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR15Entry  70 }

  perProfR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfR15Entry  71 }

  perProfR15ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfR15Entry  72 }

  perProfR15ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfR15Entry  73 }

  perProfR15ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfR15Entry  74 }

  perProfR15ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfR15Entry  75 }

  perProfR15ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfR15Entry  76 }

  perProfR15ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfR15Entry  77 }

  perProfR15DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   managePhoneProfiles(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfR15Entry  78 }

  perProfR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfR15Entry  79 }

  perProfR15SynchronizationInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization of subscribers in progress'."
    ::= { perProfR15Entry  80 }

  perProfR15SDActClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  81 }

  perProfR15SDDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  82 }

  perProfR15SDUseDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  83 }

  perProfR15SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  84 }

  perProfR15SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  85 }

  perProfR15SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  86 }

  perProfR15SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  87 }

  perProfR15SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  88 }

  perProfR15SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  89 }

  perProfR15SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  90 }

  perProfR15SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  91 }

  perProfR15SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  95 }

  perProfR15SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  96 }

  perProfR15SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  97 }

  perProfR15SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  98 }

  perProfR15SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  99 }

  perProfR15SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  100 }

  perProfR15SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  101 }

  perProfR15SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  102 }

  perProfR15SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  103 }

  perProfR15SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  104 }

  perProfR15SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  105 }

  perProfR15SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  106 }

  perProfR15SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  107 }

  perProfR15SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  108 }

  perProfR15SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  109 }

  perProfR15SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  110 }

  perProfR15SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  111 }

  perProfR15SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  112 }

  perProfR15SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  113 }

  perProfR15SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  114 }

  perProfR15SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  115 }

  perProfR15SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  116 }

  perProfR15SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  117 }

  perProfR15SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  118 }

  perProfR15SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  119 }

  perProfR15SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  120 }

  perProfR15SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  121 }

  perProfR15SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  122 }

  perProfR15SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  123 }

  perProfR15SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  124 }

  perProfR15SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  125 }

  perProfR15SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  126 }

  perProfR15SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  127 }

  perProfR15SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  128 }

  perProfR15SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  129 }

  perProfR15SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  130 }

  perProfR15SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  131 }

  perProfR15SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  132 }

  perProfR15SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  133 }

  perProfR15SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  134 }

  perProfR15SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  135 }

  perProfR15SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  136 }

  perProfR15SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  137 }

  perProfR15SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  138 }

  perProfR15SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  139 }

  perProfSDActR15SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  140 }

  perProfSDDefR15SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR15Entry  141 }

  perProfR15SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  142 }

  perProfR15SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  148 }

  perProfR15SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  149 }

  perProfR15SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  150 }

  perProfR15SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  151 }

  perProfR15SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  152 }

  perProfR15SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  153 }

  perProfR15SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  154 }

  perProfR15SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  155 }

  perProfR15SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  156 }

  perProfR15SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  157 }

  perProfR15SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  158 }

  perProfR15SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  159 }

  perProfR15SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  160 }

  perProfR15SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  161 }

  perProfR15SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  162 }

  perProfR15SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  163 }

  perProfR15SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  164 }

  perProfR15SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  165 }

  perProfR15SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  166 }

  perProfR15SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  167 }

  perProfR15SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  168 }

  perProfR15SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  169 }

  perProfR15SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  170 }

  perProfR15SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  171 }

  perProfR15SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  172 }

  perProfR15SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  173 }

  perProfR15SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  174 }

  perProfR15SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  175 }

  perProfR15SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  176 }

  perProfR15SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  177 }

  perProfR15SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  178 }

  perProfR15SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  179 }

  perProfR15SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  180 }

  perProfR15SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  181 }

  perProfR15SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  182 }

  perProfR15SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  183 }

  perProfR15NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { perProfR15Entry  184 }

  perProfR15ProfIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Profile is referenced by subscribers'."
    ::= { perProfR15Entry  185 }

  perProfR15TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfR15Entry  186 }

  perProfR15TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfR15Entry  187 }

  perProfR15TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfR15Entry  188 }

  perProfR15TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfR15Entry  189 }

  perProfR15SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  190 }

  perProfR15SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  191 }

  perProfR15SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  192 }

  perProfR15SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  193 }

  perProfR15SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  194 }

  perProfR15SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  195 }

  perProfR15SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  196 }

  perProfR15SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  197 }

  perProfR15SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  198 }

  perProfR15SDActInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  199 }

  perProfR15SDDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  200 }

  perProfR15SDUseDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  201 }

  perProfR15ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfR15Entry  202 }

  perProfR15SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  203 }

  perProfR15SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  204 }

  perProfR15SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  205 }

  perProfR15SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  206 }

  perProfR15SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  207 }

  perProfR15SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  208 }

  perProfR15SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  209 }

  perProfR15SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  210 }

  perProfR15SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  211 }

  perProfR15ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfR15Entry  212 }

  perProfR15SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  213 }

  perProfR15SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  214 }

  perProfR15SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  215 }

  perProfR15SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  216 }

  perProfR15SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR15Entry  217 }

  perProfR15SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR15Entry  218 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  indLineR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2542 }

  indLineR29Entry OBJECT-TYPE
    SYNTAX       IndLineR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR29NEConn,
             indLineR29NetwkElement,
             indLineR29CFSIx,
             indLineR29DirNum }
    ::= {  indLineR29Table  1  }

  IndLineR29Entry  ::=  SEQUENCE
  {
    indLineR29NEConn                   Unsigned32,
    indLineR29NetwkElement             DisplayString,
    indLineR29CFSIx                    Unsigned32,
    indLineR29DirNum                   DisplayString,
    indLineR29PresNum                  DisplayString,
    indLineR29ClgPartyNum              DisplayString,
    indLineR29I1SubGpNEConn            Unsigned32,
    indLineR29I2SubGpNetwkElement      DisplayString,
    indLineR29I3SubGpCFSIx             Unsigned32,
    indLineR29I4SubGpSubGpIx           Unsigned32,
    indLineR29NumStatus                INTEGER,
    indLineR29T1I1AccDevNEConn         Unsigned32,
    indLineR29T1I2AccDevNetwkElement   DisplayString,
    indLineR29T1I3AccDevCFSIx          Unsigned32,
    indLineR29T1I4AccDevGatewayIx      Unsigned32,
    indLineR29T1I5AccDevDeviceIx       Unsigned32,
    indLineR29T2I1AccDevNEConn         Unsigned32,
    indLineR29T2I2AccDevNetwkElement   DisplayString,
    indLineR29T2I3AccDevCFSIx          Unsigned32,
    indLineR29T2I4AccDevGatewayIx      Unsigned32,
    indLineR29T2I5AccDevDeviceIx       Unsigned32,
    indLineR29AccessLineNum            Unsigned32,
    indLineR29PortedExchangeID         DisplayString,
    indLineR29SignalFunctionCode       INTEGER,
    indLineR29LineUsage                INTEGER,
    indLineR29FSKFormat                INTEGER,
    indLineR29PIN                      DisplayString,
    indLineR29Locale                   INTEGER,
    indLineR29LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR29DigitMaskingReqd         INTEGER,
    indLineR29OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR29OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR29OrigingFacilityMarksADC  INTEGER,
    indLineR29TermFacilityMarksServInterception
                                       INTEGER,
    indLineR29TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR29ActYear                  Unsigned32,
    indLineR29ActMonth                 Unsigned32,
    indLineR29ActDate                  Unsigned32,
    indLineR29LastInCallClgType        INTEGER,
    indLineR29LastInCallUniqueNum      INTEGER,
    indLineR29LastInCallClgNum         DisplayString,
    indLineR29LastInCallClgPresNum     DisplayString,
    indLineR29LastInCallTimeCall       Unsigned32,
    indLineR29LastInCallCallerWaited   INTEGER,
    indLineR29LastInCallCallAnswrd     INTEGER,
    indLineR29LastInCallCallTraced     INTEGER,
    indLineR29AlrmState                INTEGER,
    indLineR29AlrmLogCorr              Counter64,
    indLineR29AddtlAlrmLogCorr         Counter64,
    indLineR29AlrmEvtsAttnRq           Unsigned32,
    indLineR29AlrmEvtsAtndDp           Unsigned32,
    indLineR29AlrmStateTimestamp       Unsigned32,
    indLineR29ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR29ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR29ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR29ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR29DiagsLogLvl              INTEGER,
    indLineR29DiagsAPITraceEnabled     INTEGER,
    indLineR29DiagsAPITraceTag         DisplayString,
    indLineR29DiagsAPITraceRemNum      DisplayString,
    indLineR29SummaryChldAlrmState     INTEGER,
    indLineR29RowStatus                RowStatus,
    indLineR29ExportNumObjectsExported Integer32,
    indLineR29ExportStatus             DisplayString,
    indLineR29ExportFile               DisplayString,
    indLineR29ExportCorr               Counter64,
    indLineR29ExportCorrNode           DisplayString,
    indLineR29ExportCorrUID            DisplayString,
    indLineR29DoExtraActions           INTEGER,
    indLineR29MovedToDirNum            DisplayString,
    indLineR29CustInfo                 DisplayString,
    indLineR29SigType                  INTEGER,
    indLineR29I1ISDNInterfaceNEConn    Unsigned32,
    indLineR29I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR29I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR29I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR29I5ISDNInterfacePRIIx     Unsigned32,
    indLineR29ISDNDefBearerCapabilities
                                       BITS,
    indLineR29DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR29SIPUserName              DisplayString,
    indLineR29SIPDomainName            DisplayString,
    indLineR29UseStaticNATMapping      INTEGER,
    indLineR29SIPRegistrationStatus    INTEGER,
    indLineR29SIPAuthenticationReqd    INTEGER,
    indLineR29NewSIPPassword           DisplayString,
    indLineR29ConfirmNewSIPPassword    DisplayString,
    indLineR29ServSuspended            INTEGER,
    indLineR29GR303NailedUpConn        INTEGER,
    indLineR29TSL                      INTEGER,
    indLineR29CustInfo2                DisplayString,
    indLineR29CustInfo3                DisplayString,
    indLineR29CustInfo4                DisplayString,
    indLineR29CustInfo5                DisplayString,
    indLineR29CustInfo6                DisplayString,
    indLineR29PrimaryLineDirNum        DisplayString,
    indLineR29RingPattnRO              INTEGER,
    indLineR29RecentlyMovedFromOldNum  INTEGER,
    indLineR29MovedFromDirNum          DisplayString,
    indLineR29ConnectCallAfterAnnounce INTEGER,
    indLineR29ChargeNum                DisplayString,
    indLineR29I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR29I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR29I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR29I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR29PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR29GR303DialType            INTEGER,
    indLineR29LastOutCallCldType       INTEGER,
    indLineR29LastOutCallCldNum        DisplayString,
    indLineR29LastOutCallNumPres       INTEGER,
    indLineR29LastOutCallCallType      INTEGER,
    indLineR29LastOutCallDirectDialed  INTEGER,
    indLineR29LastOutCallCarr          DisplayString,
    indLineR29I1PerProfNEConn          Unsigned32,
    indLineR29I2PerProfNetwkElement    DisplayString,
    indLineR29I3PerProfCFSIx           Unsigned32,
    indLineR29I4PerProfGpIx            Unsigned32,
    indLineR29InUseBy                  INTEGER,
    indLineR29UseDNIdentification      INTEGER,
    indLineR29SDActTimezone            INTEGER,
    indLineR29SDDefTimezone            INTEGER,
    indLineR29SDUseDefTimezone         INTEGER,
    indLineR29SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR29SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR29SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR29SDActMaxCallAppearances  Unsigned32,
    indLineR29SDDefMaxCallAppearances  Unsigned32,
    indLineR29SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR29SDActLongDistanceCarr    DisplayString,
    indLineR29SDDefLongDistanceCarr    DisplayString,
    indLineR29SDUseDefLongDistanceCarr INTEGER,
    indLineR29SDActIntraLATACarr       DisplayString,
    indLineR29SDDefIntraLATACarr       DisplayString,
    indLineR29SDUseDefIntraLATACarr    INTEGER,
    indLineR29SDActRtgAttrs            BITS,
    indLineR29SDDefRtgAttrs            BITS,
    indLineR29SDUseDefRtgAttrs         INTEGER,
    indLineR29SDActBillType            INTEGER,
    indLineR29SDDefBillType            INTEGER,
    indLineR29SDUseDefBillType         INTEGER,
    indLineR29SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR29SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR29SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR29SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR29SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR29SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR29SDActTariffGp            INTEGER,
    indLineR29SDDefTariffGp            INTEGER,
    indLineR29SDUseDefTariffGp         INTEGER,
    indLineR29SDActLCC1                INTEGER,
    indLineR29SDDefLCC1                INTEGER,
    indLineR29SDUseDefLCC1             INTEGER,
    indLineR29SDActLCC2                INTEGER,
    indLineR29SDDefLCC2                INTEGER,
    indLineR29SDUseDefLCC2             INTEGER,
    indLineR29SDActLCC3                INTEGER,
    indLineR29SDDefLCC3                INTEGER,
    indLineR29SDUseDefLCC3             INTEGER,
    indLineR29SDActLCC4                INTEGER,
    indLineR29SDDefLCC4                INTEGER,
    indLineR29SDUseDefLCC4             INTEGER,
    indLineR29SDActLCC5                INTEGER,
    indLineR29SDDefLCC5                INTEGER,
    indLineR29SDUseDefLCC5             INTEGER,
    indLineR29SDActForceLNPLookup      INTEGER,
    indLineR29SDDefForceLNPLookup      INTEGER,
    indLineR29SDUseDefForceLNPLookup   INTEGER,
    indLineR29SDActIntnatlCarr         DisplayString,
    indLineR29SDDefIntnatlCarr         DisplayString,
    indLineR29SDUseDefIntnatlCarr      INTEGER,
    indLineR29LineTrafficStudy         INTEGER,
    indLineR29CallListsMissedCalls     LongDisplayString,
    indLineR29CallListsAnswrdCalls     LongDisplayString,
    indLineR29CallListsDialedCalls     LongDisplayString,
    indLineR29EnabledDate              Unsigned32,
    indLineR29SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR29SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR29SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR29SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR29SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR29SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR29SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR29SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR29SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR29SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR29SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR29SDActLCC6                INTEGER,
    indLineR29SDDefLCC6                INTEGER,
    indLineR29SDUseDefLCC6             INTEGER,
    indLineR29SDActLCC7                INTEGER,
    indLineR29SDDefLCC7                INTEGER,
    indLineR29SDUseDefLCC7             INTEGER,
    indLineR29SDActLCC8                INTEGER,
    indLineR29SDDefLCC8                INTEGER,
    indLineR29SDUseDefLCC8             INTEGER,
    indLineR29SDActLCC9                INTEGER,
    indLineR29SDDefLCC9                INTEGER,
    indLineR29SDUseDefLCC9             INTEGER,
    indLineR29SDActLCC10               INTEGER,
    indLineR29SDDefLCC10               INTEGER,
    indLineR29SDUseDefLCC10            INTEGER,
    indLineR29SDActLCC11               INTEGER,
    indLineR29SDDefLCC11               INTEGER,
    indLineR29SDUseDefLCC11            INTEGER,
    indLineR29SDActLCC12               INTEGER,
    indLineR29SDDefLCC12               INTEGER,
    indLineR29SDUseDefLCC12            INTEGER,
    indLineR29SDActLCC13               INTEGER,
    indLineR29SDDefLCC13               INTEGER,
    indLineR29SDUseDefLCC13            INTEGER,
    indLineR29SDActLCC14               INTEGER,
    indLineR29SDDefLCC14               INTEGER,
    indLineR29SDUseDefLCC14            INTEGER,
    indLineR29SDActLCC15               INTEGER,
    indLineR29SDDefLCC15               INTEGER,
    indLineR29SDUseDefLCC15            INTEGER,
    indLineR29SDActLCC16               INTEGER,
    indLineR29SDDefLCC16               INTEGER,
    indLineR29SDUseDefLCC16            INTEGER,
    indLineR29SDActLCC17               INTEGER,
    indLineR29SDDefLCC17               INTEGER,
    indLineR29SDUseDefLCC17            INTEGER,
    indLineR29SDActLCC18               INTEGER,
    indLineR29SDDefLCC18               INTEGER,
    indLineR29SDUseDefLCC18            INTEGER,
    indLineR29SDActLCC19               INTEGER,
    indLineR29SDDefLCC19               INTEGER,
    indLineR29SDUseDefLCC19            INTEGER,
    indLineR29SDActLCC20               INTEGER,
    indLineR29SDDefLCC20               INTEGER,
    indLineR29SDUseDefLCC20            INTEGER,
    indLineR29T1I1GatewayNEConn        Unsigned32,
    indLineR29T1I2GatewayNetwkElement  DisplayString,
    indLineR29T1I3GatewayCFSIx         Unsigned32,
    indLineR29T1I4GatewayGatewayIx     Unsigned32,
    indLineR29T2I1GatewayNEConn        Unsigned32,
    indLineR29T2I2GatewayNetwkElement  DisplayString,
    indLineR29T2I3GatewayCFSIx         Unsigned32,
    indLineR29T2I4GatewayGatewayIx     Unsigned32,
    indLineR29SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR29SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR29SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR29SDActVQMCallLogging      INTEGER,
    indLineR29SDDefVQMCallLogging      INTEGER,
    indLineR29SDUseDefVQMCallLogging   INTEGER,
    indLineR29CFMLvlOnApply            INTEGER,
    indLineR29SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR29SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR29SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR29CurrNumRegistrations     Integer32,
    indLineR29FaultMonitoringLvl       INTEGER,
    indLineR29CFMLvlOnApply2           INTEGER,
    indLineR29SIPPassword              DisplayString,
    indLineR29SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR29SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR29SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR29SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR29SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR29SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR29SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR29SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR29SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR29SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR29SDUseDefNetwkNode        INTEGER,
    indLineR29MovedToNumAsDialed       DisplayString,
    indLineR29MovedDate                Unsigned32,
    indLineR29SDActExpireAfter         Unsigned32,
    indLineR29SDDefExpireAfter         Unsigned32,
    indLineR29SDUseDefExpireAfter      INTEGER,
    indLineR29ExpiryDate               Unsigned32,
    indLineR29SecondLocale             INTEGER,
    indLineR29SDActAdvChrgAOCD         INTEGER,
    indLineR29SDDefAdvChrgAOCD         INTEGER,
    indLineR29SDUseDefAdvChrgAOCD      INTEGER,
    indLineR29SDActAdvChrgAOCE         INTEGER,
    indLineR29SDDefAdvChrgAOCE         INTEGER,
    indLineR29SDUseDefAdvChrgAOCE      INTEGER,
    indLineR29PayphoneMetering         INTEGER,
    indLineR29SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR29SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR29SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR29SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR29SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR29SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR29SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR29SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR29SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR29SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR29SDUseDefESAProtDom       INTEGER,
    indLineR29SASHostname              LongDisplayString,
    indLineR29I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR29I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR29I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR29SDActSubTimezone         LongDisplayString,
    indLineR29SDDefSubTimezone         LongDisplayString,
    indLineR29SDUseDefSubTimezone      INTEGER,
    indLineR29SDActChargeInd           INTEGER,
    indLineR29SDDefChargeInd           INTEGER,
    indLineR29SDUseDefChargeInd        INTEGER,
    indLineR29SDActSubClgCategory      INTEGER,
    indLineR29SDDefSubClgCategory      INTEGER,
    indLineR29SDUseDefSubClgCategory   INTEGER,
    indLineR29CustomerInfoFirstName    LongDisplayString,
    indLineR29CustomerInfoSecondName   LongDisplayString,
    indLineR29CustomerInfoOtherNames   LongDisplayString,
    indLineR29CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR29CustomerInfoSurname      LongDisplayString,
    indLineR29I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR29I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR29I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR29I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR29TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR29I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR29I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR29I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR29FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR29ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR29AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR29SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR29SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR29SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR29StatisticsAlrms          Integer32,
    indLineR29SupportDevTwinning       INTEGER,
    indLineR29DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR29DevTwinningSIPUserName   DisplayString,
    indLineR29DevTwinningSIPDomainName DisplayString,
    indLineR29DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR29DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR29I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR29I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR29I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR29I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR29DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR29DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR29DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR29DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR29DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR29I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR29I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR29I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR29I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR29DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR29DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR29DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR29DevTwinningSIPPassword   DisplayString,
    indLineR29NoUserEquipment          INTEGER,
    indLineR29SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR29SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR29SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR29AllowRehoming            INTEGER,
    indLineR29I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR29SDActAccessionClientOnly INTEGER,
    indLineR29SDDefAccessionClientOnly INTEGER,
    indLineR29SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR29PreSubscribedConn        INTEGER,
    indLineR29ExportIncASRepData       INTEGER,
    indLineR29PBXIsDuplicate           INTEGER,
    indLineR29PBXIsRenumbering         INTEGER,
    indLineR29SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR29SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR29SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR29PortedRtgMethod          INTEGER,
    indLineR29LocationRtgNum           DisplayString,
    indLineR29IsIMS                    INTEGER,
    indLineR29ExportChldObjectsToInc   INTEGER,
    indLineR29SDActTypeAddtlCallAppearances
                                       INTEGER,
    indLineR29SDDefTypeAddtlCallAppearances
                                       INTEGER,
    indLineR29SDUseDefTypeAddtlCallAppearances
                                       INTEGER
  }

  indLineR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR29Entry  1 }

  indLineR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR29Entry  2 }

  indLineR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR29Entry  3 }

  indLineR29DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR29Entry  4 }

  indLineR29PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR29Entry  5 }

  indLineR29ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { indLineR29Entry  6 }

  indLineR29I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR29Entry  7 }

  indLineR29I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR29Entry  8 }

  indLineR29I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR29Entry  9 }

  indLineR29I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR29Entry  10 }

  indLineR29NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR29Entry  11 }

  indLineR29T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR29Entry  12 }

  indLineR29T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR29Entry  13 }

  indLineR29T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR29Entry  14 }

  indLineR29T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR29Entry  15 }

  indLineR29T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR29Entry  16 }

  indLineR29T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR29Entry  17 }

  indLineR29T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR29Entry  18 }

  indLineR29T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR29Entry  19 }

  indLineR29T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR29Entry  20 }

  indLineR29T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR29Entry  21 }

  indLineR29AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR29Entry  22 }

  indLineR29PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR29Entry  23 }

  indLineR29SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR29Entry  24 }

  indLineR29LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR29Entry  25 }

  indLineR29FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR29Entry  26 }

  indLineR29PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR29Entry  29 }

  indLineR29Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR29Entry  30 }

  indLineR29LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR29Entry  33 }

  indLineR29DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR29Entry  34 }

  indLineR29OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR29Entry  36 }

  indLineR29OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR29Entry  37 }

  indLineR29OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR29Entry  38 }

  indLineR29TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR29Entry  39 }

  indLineR29TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR29Entry  40 }

  indLineR29ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR29Entry  42 }

  indLineR29ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR29Entry  43 }

  indLineR29ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR29Entry  44 }

  indLineR29LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR29Entry  45 }

  indLineR29LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR29Entry  46 }

  indLineR29LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR29Entry  47 }

  indLineR29LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR29Entry  48 }

  indLineR29LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR29Entry  49 }

  indLineR29LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR29Entry  50 }

  indLineR29LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR29Entry  51 }

  indLineR29LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR29Entry  52 }

  indLineR29AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR29Entry  53 }

  indLineR29AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR29Entry  54 }

  indLineR29AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR29Entry  55 }

  indLineR29AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR29Entry  56 }

  indLineR29AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR29Entry  57 }

  indLineR29AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR29Entry  58 }

  indLineR29ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR29Entry  59 }

  indLineR29ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR29Entry  60 }

  indLineR29ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR29Entry  61 }

  indLineR29ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR29Entry  62 }

  indLineR29DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR29Entry  63 }

  indLineR29DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR29Entry  64 }

  indLineR29DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR29Entry  65 }

  indLineR29DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR29Entry  66 }

  indLineR29SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR29Entry  67 }

  indLineR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR29Entry  68 }

  indLineR29ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR29Entry  69 }

  indLineR29ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR29Entry  70 }

  indLineR29ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR29Entry  71 }

  indLineR29ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR29Entry  72 }

  indLineR29ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR29Entry  73 }

  indLineR29ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR29Entry  74 }

  indLineR29DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2),
                   resynchronizePhones(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR29Entry  75 }

  indLineR29MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR29Entry  76 }

  indLineR29CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR29Entry  77 }

  indLineR29SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR29Entry  78 }

  indLineR29I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR29Entry  79 }

  indLineR29I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR29Entry  80 }

  indLineR29I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR29Entry  81 }

  indLineR29I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR29Entry  82 }

  indLineR29I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR29Entry  83 }

  indLineR29ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR29Entry  84 }

  indLineR29DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR29Entry  85 }

  indLineR29SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR29Entry  86 }

  indLineR29SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR29Entry  87 }

  indLineR29UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR29Entry  88 }

  indLineR29SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR29Entry  89 }

  indLineR29SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR29Entry  90 }

  indLineR29NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR29Entry  91 }

  indLineR29ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR29Entry  92 }

  indLineR29ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR29Entry  96 }

  indLineR29GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR29Entry  97 }

  indLineR29TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR29Entry  98 }

  indLineR29CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR29Entry  99 }

  indLineR29CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR29Entry  100 }

  indLineR29CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR29Entry  101 }

  indLineR29CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR29Entry  102 }

  indLineR29CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR29Entry  103 }

  indLineR29PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR29Entry  104 }

  indLineR29RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR29Entry  105 }

  indLineR29RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR29Entry  106 }

  indLineR29MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR29Entry  107 }

  indLineR29ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR29Entry  108 }

  indLineR29ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { indLineR29Entry  109 }

  indLineR29I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  110 }

  indLineR29I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  111 }

  indLineR29I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  112 }

  indLineR29I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  113 }

  indLineR29PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR29Entry  114 }

  indLineR29GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR29Entry  120 }

  indLineR29LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR29Entry  122 }

  indLineR29LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR29Entry  123 }

  indLineR29LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR29Entry  124 }

  indLineR29LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR29Entry  125 }

  indLineR29LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR29Entry  126 }

  indLineR29LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR29Entry  127 }

  indLineR29I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR29Entry  133 }

  indLineR29I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR29Entry  134 }

  indLineR29I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR29Entry  135 }

  indLineR29I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR29Entry  136 }

  indLineR29InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR29Entry  137 }

  indLineR29UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR29Entry  138 }

  indLineR29SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  139 }

  indLineR29SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  140 }

  indLineR29SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  141 }

  indLineR29SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  142 }

  indLineR29SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  143 }

  indLineR29SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  144 }

  indLineR29SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  150 }

  indLineR29SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  151 }

  indLineR29SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  152 }

  indLineR29SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  153 }

  indLineR29SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  154 }

  indLineR29SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  155 }

  indLineR29SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  156 }

  indLineR29SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  157 }

  indLineR29SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  158 }

  indLineR29SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  159 }

  indLineR29SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  160 }

  indLineR29SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  161 }

  indLineR29SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  162 }

  indLineR29SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  163 }

  indLineR29SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  164 }

  indLineR29SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  165 }

  indLineR29SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  166 }

  indLineR29SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  167 }

  indLineR29SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  168 }

  indLineR29SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  169 }

  indLineR29SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  170 }

  indLineR29SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  171 }

  indLineR29SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  172 }

  indLineR29SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  173 }

  indLineR29SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  174 }

  indLineR29SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  175 }

  indLineR29SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  176 }

  indLineR29SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  177 }

  indLineR29SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  178 }

  indLineR29SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  179 }

  indLineR29SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  180 }

  indLineR29SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  181 }

  indLineR29SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  182 }

  indLineR29SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  183 }

  indLineR29SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  184 }

  indLineR29SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  185 }

  indLineR29SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  186 }

  indLineR29SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  187 }

  indLineR29SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  188 }

  indLineR29SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  189 }

  indLineR29SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  190 }

  indLineR29SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  191 }

  indLineR29SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  192 }

  indLineR29SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  193 }

  indLineR29SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  194 }

  indLineR29LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR29Entry  195 }

  indLineR29CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR29Entry  196 }

  indLineR29CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR29Entry  197 }

  indLineR29CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR29Entry  198 }

  indLineR29EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR29Entry  199 }

  indLineR29SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  207 }

  indLineR29SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  208 }

  indLineR29SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  209 }

  indLineR29SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  210 }

  indLineR29SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  211 }

  indLineR29SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  212 }

  indLineR29SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  213 }

  indLineR29SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  214 }

  indLineSDActR29SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  216 }

  indLineSDDefR29SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR29Entry  217 }

  indLineR29SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  218 }

  indLineR29SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  224 }

  indLineR29SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  225 }

  indLineR29SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  226 }

  indLineR29SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  227 }

  indLineR29SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  228 }

  indLineR29SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  229 }

  indLineR29SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  230 }

  indLineR29SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  231 }

  indLineR29SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  232 }

  indLineR29SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  233 }

  indLineR29SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  234 }

  indLineR29SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  235 }

  indLineR29SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  236 }

  indLineR29SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  237 }

  indLineR29SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  238 }

  indLineR29SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  239 }

  indLineR29SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  240 }

  indLineR29SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  241 }

  indLineR29SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  242 }

  indLineR29SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  243 }

  indLineR29SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  244 }

  indLineR29SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  245 }

  indLineR29SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  246 }

  indLineR29SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  247 }

  indLineR29SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  248 }

  indLineR29SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  249 }

  indLineR29SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  250 }

  indLineR29SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  251 }

  indLineR29SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  252 }

  indLineR29SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  253 }

  indLineR29SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  254 }

  indLineR29SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  255 }

  indLineR29SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  256 }

  indLineR29SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  257 }

  indLineR29SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  258 }

  indLineR29SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  259 }

  indLineR29SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  260 }

  indLineR29SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  261 }

  indLineR29SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  262 }

  indLineR29SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  263 }

  indLineR29SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  264 }

  indLineR29SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  265 }

  indLineR29SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  266 }

  indLineR29SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  267 }

  indLineR29SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  268 }

  indLineR29T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR29Entry  269 }

  indLineR29T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR29Entry  270 }

  indLineR29T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR29Entry  271 }

  indLineR29T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR29Entry  272 }

  indLineR29T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR29Entry  273 }

  indLineR29T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR29Entry  274 }

  indLineR29T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR29Entry  275 }

  indLineR29T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR29Entry  276 }

  indLineR29SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  285 }

  indLineR29SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  286 }

  indLineR29SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  287 }

  indLineR29SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  301 }

  indLineR29SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  302 }

  indLineR29SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  303 }

  indLineR29CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR29Entry  304 }

  indLineR29SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  305 }

  indLineR29SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  306 }

  indLineR29SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  307 }

  indLineR29CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR29Entry  308 }

  indLineR29FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR29Entry  309 }

  indLineR29CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR29Entry  310 }

  indLineR29SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR29Entry  311 }

  indLineR29SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  312 }

  indLineR29SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  313 }

  indLineR29SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  314 }

  indLineR29SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  315 }

  indLineR29SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  316 }

  indLineR29SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  317 }

  indLineR29SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  318 }

  indLineR29SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  319 }

  indLineSDActR29SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  321 }

  indLineSDDefR29SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR29Entry  322 }

  indLineR29SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  323 }

  indLineR29MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR29Entry  328 }

  indLineR29MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR29Entry  329 }

  indLineR29SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  330 }

  indLineR29SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  331 }

  indLineR29SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  332 }

  indLineR29ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR29Entry  333 }

  indLineR29SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR29Entry  346 }

  indLineR29SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  347 }

  indLineR29SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  348 }

  indLineR29SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  349 }

  indLineR29SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  350 }

  indLineR29SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  351 }

  indLineR29SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  352 }

  indLineR29PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR29Entry  353 }

  indLineR29SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  354 }

  indLineR29SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  355 }

  indLineR29SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  356 }

  indLineR29SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  357 }

  indLineR29SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  358 }

  indLineR29SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  359 }

  indLineR29SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  360 }

  indLineR29SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  361 }

  indLineSDActR29SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  363 }

  indLineSDDefR29SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR29Entry  364 }

  indLineR29SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  365 }

  indLineR29SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR29Entry  370 }

  indLineR29I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR29Entry  371 }

  indLineR29I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR29Entry  372 }

  indLineR29I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR29Entry  373 }

  indLineR29SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  375 }

  indLineR29SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  376 }

  indLineR29SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  377 }

  indLineR29SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  378 }

  indLineR29SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  379 }

  indLineR29SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  380 }

  indLineR29SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  381 }

  indLineR29SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  382 }

  indLineR29SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  383 }

  indLineR29CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR29Entry  390 }

  indLineR29CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR29Entry  391 }

  indLineR29CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR29Entry  392 }

  indLineR29CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR29Entry  393 }

  indLineR29CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR29Entry  394 }

  indLineR29I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR29Entry  395 }

  indLineR29I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR29Entry  396 }

  indLineR29I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR29Entry  397 }

  indLineR29I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR29Entry  398 }

  indLineR29TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR29Entry  399 }

  indLineR29I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR29Entry  400 }

  indLineR29I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR29Entry  401 }

  indLineR29I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR29Entry  402 }

  indLineR29FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR29Entry  403 }

  indLineR29ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR29Entry  404 }

  indLineR29AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR29Entry  405 }

  indLineR29SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  406 }

  indLineR29SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  407 }

  indLineR29SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  408 }

  indLineR29StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR29Entry  409 }

  indLineR29SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR29Entry  410 }

  indLineR29DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR29Entry  411 }

  indLineR29DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR29Entry  412 }

  indLineR29DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR29Entry  413 }

  indLineR29DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR29Entry  414 }

  indLineR29DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR29Entry  415 }

  indLineR29I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR29Entry  416 }

  indLineR29I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR29Entry  417 }

  indLineR29I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR29Entry  418 }

  indLineR29I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR29Entry  419 }

  indLineR29DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR29Entry  420 }

  indLineR29DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR29Entry  421 }

  indLineR29DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR29Entry  422 }

  indLineR29DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR29Entry  423 }

  indLineR29DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR29Entry  424 }

  indLineR29I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  425 }

  indLineR29I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  426 }

  indLineR29I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  427 }

  indLineR29I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR29Entry  428 }

  indLineR29DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR29Entry  429 }

  indLineR29DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR29Entry  430 }

  indLineR29DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR29Entry  431 }

  indLineR29DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR29Entry  432 }

  indLineR29NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR29Entry  433 }

  indLineR29SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  434 }

  indLineR29SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  435 }

  indLineR29SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  436 }

  indLineR29AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR29Entry  437 }

  indLineR29I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR29Entry  438 }

  indLineR29SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  439 }

  indLineR29SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  440 }

  indLineR29SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  441 }

  indLineR29PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR29Entry  442 }

  indLineR29ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR29Entry  443 }

  indLineR29PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR29Entry  444 }

  indLineR29PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR29Entry  445 }

  indLineR29SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  446 }

  indLineR29SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  447 }

  indLineR29SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  448 }

  indLineR29PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { indLineR29Entry  449 }

  indLineR29LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { indLineR29Entry  450 }

  indLineR29IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { indLineR29Entry  451 }

  indLineR29ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR29Entry  452 }

  indLineR29SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  453 }

  indLineR29SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR29Entry  454 }

  indLineR29SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR29Entry  455 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  busGrpR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2543 }

  busGrpR23Entry OBJECT-TYPE
    SYNTAX       BusGrpR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR23NEConn,
             busGrpR23NetwkElement,
             busGrpR23CFSIx,
             busGrpR23GpIx }
    ::= {  busGrpR23Table  1  }

  BusGrpR23Entry  ::=  SEQUENCE
  {
    busGrpR23NEConn                    Unsigned32,
    busGrpR23NetwkElement              DisplayString,
    busGrpR23CFSIx                     Unsigned32,
    busGrpR23GpIx                      Unsigned32,
    busGrpR23BusGpName                 DisplayString,
    busGrpR23Locale                    INTEGER,
    busGrpR23DistinctiveAlerting       INTEGER,
    busGrpR23NumDirNums                Unsigned32,
    busGrpR23NumFreeDirNums            Unsigned32,
    busGrpR23BGLineAlrmsAttnRq         Unsigned32,
    busGrpR23BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR23BGLineAlrmsAtndDp         Unsigned32,
    busGrpR23BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR23SummaryChldAlrmState      INTEGER,
    busGrpR23ExportNumObjectsExported  Integer32,
    busGrpR23ExportStatus              DisplayString,
    busGrpR23ExportFile                DisplayString,
    busGrpR23ExportCorr                Counter64,
    busGrpR23ExportCorrNode            DisplayString,
    busGrpR23ExportCorrUID             DisplayString,
    busGrpR23DoExtraActions            INTEGER,
    busGrpR23RowStatus                 RowStatus,
    busGrpR23BillTypeIntraBGCalls      INTEGER,
    busGrpR23LocalCNAMName             DisplayString,
    busGrpR23ServSuspended             INTEGER,
    busGrpR23CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR23PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR23CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR23PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR23TotChldAlrmsAttnRq        Unsigned32,
    busGrpR23TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR23TotChldAlrmsAtndDp        Unsigned32,
    busGrpR23TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR23I1PerProfNEConn           Unsigned32,
    busGrpR23I2PerProfNetwkElement     DisplayString,
    busGrpR23I3PerProfCFSIx            Unsigned32,
    busGrpR23I4PerProfGpIx             Unsigned32,
    busGrpR23SDActLongDistanceCarr     DisplayString,
    busGrpR23SDDefLongDistanceCarr     DisplayString,
    busGrpR23SDUseDefLongDistanceCarr  INTEGER,
    busGrpR23SDActIntraLATACarr        DisplayString,
    busGrpR23SDDefIntraLATACarr        DisplayString,
    busGrpR23SDUseDefIntraLATACarr     INTEGER,
    busGrpR23SDActBillType             INTEGER,
    busGrpR23SDDefBillType             INTEGER,
    busGrpR23SDUseDefBillType          INTEGER,
    busGrpR23SDActRtgAttrs             BITS,
    busGrpR23SDDefRtgAttrs             BITS,
    busGrpR23SDUseDefRtgAttrs          INTEGER,
    busGrpR23SDActIntnatlCarr          DisplayString,
    busGrpR23SDDefIntnatlCarr          DisplayString,
    busGrpR23SDUseDefIntnatlCarr       INTEGER,
    busGrpR23SDActLCC1                 INTEGER,
    busGrpR23SDDefLCC1                 INTEGER,
    busGrpR23SDUseDefLCC1              INTEGER,
    busGrpR23SDActLCC2                 INTEGER,
    busGrpR23SDDefLCC2                 INTEGER,
    busGrpR23SDUseDefLCC2              INTEGER,
    busGrpR23SDActLCC3                 INTEGER,
    busGrpR23SDDefLCC3                 INTEGER,
    busGrpR23SDUseDefLCC3              INTEGER,
    busGrpR23SDActLCC4                 INTEGER,
    busGrpR23SDDefLCC4                 INTEGER,
    busGrpR23SDUseDefLCC4              INTEGER,
    busGrpR23SDActLCC5                 INTEGER,
    busGrpR23SDDefLCC5                 INTEGER,
    busGrpR23SDUseDefLCC5              INTEGER,
    busGrpR23SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR23SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR23SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR23SyncWithProfInProgress    INTEGER,
    busGrpR23FacGpLimsExternalCalls    INTEGER,
    busGrpR23FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR23FacGpLimsTermCalls        INTEGER,
    busGrpR23FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR23FacGpLimsOrigingCalls     INTEGER,
    busGrpR23FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR23MLHGAlrmsAttnRq           Unsigned32,
    busGrpR23MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR23MLHGAlrmsAtndDp           Unsigned32,
    busGrpR23MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR23SDActLCC6                 INTEGER,
    busGrpR23SDDefLCC6                 INTEGER,
    busGrpR23SDUseDefLCC6              INTEGER,
    busGrpR23SDActLCC7                 INTEGER,
    busGrpR23SDDefLCC7                 INTEGER,
    busGrpR23SDUseDefLCC7              INTEGER,
    busGrpR23SDActLCC8                 INTEGER,
    busGrpR23SDDefLCC8                 INTEGER,
    busGrpR23SDUseDefLCC8              INTEGER,
    busGrpR23SDActLCC9                 INTEGER,
    busGrpR23SDDefLCC9                 INTEGER,
    busGrpR23SDUseDefLCC9              INTEGER,
    busGrpR23SDActLCC10                INTEGER,
    busGrpR23SDDefLCC10                INTEGER,
    busGrpR23SDUseDefLCC10             INTEGER,
    busGrpR23SDActLCC11                INTEGER,
    busGrpR23SDDefLCC11                INTEGER,
    busGrpR23SDUseDefLCC11             INTEGER,
    busGrpR23SDActLCC12                INTEGER,
    busGrpR23SDDefLCC12                INTEGER,
    busGrpR23SDUseDefLCC12             INTEGER,
    busGrpR23SDActLCC13                INTEGER,
    busGrpR23SDDefLCC13                INTEGER,
    busGrpR23SDUseDefLCC13             INTEGER,
    busGrpR23SDActLCC14                INTEGER,
    busGrpR23SDDefLCC14                INTEGER,
    busGrpR23SDUseDefLCC14             INTEGER,
    busGrpR23SDActLCC15                INTEGER,
    busGrpR23SDDefLCC15                INTEGER,
    busGrpR23SDUseDefLCC15             INTEGER,
    busGrpR23SDActLCC16                INTEGER,
    busGrpR23SDDefLCC16                INTEGER,
    busGrpR23SDUseDefLCC16             INTEGER,
    busGrpR23SDActLCC17                INTEGER,
    busGrpR23SDDefLCC17                INTEGER,
    busGrpR23SDUseDefLCC17             INTEGER,
    busGrpR23SDActLCC18                INTEGER,
    busGrpR23SDDefLCC18                INTEGER,
    busGrpR23SDUseDefLCC18             INTEGER,
    busGrpR23SDActLCC19                INTEGER,
    busGrpR23SDDefLCC19                INTEGER,
    busGrpR23SDUseDefLCC19             INTEGER,
    busGrpR23SDActLCC20                INTEGER,
    busGrpR23SDDefLCC20                INTEGER,
    busGrpR23SDUseDefLCC20             INTEGER,
    busGrpR23BusGpTrafficStudy         INTEGER,
    busGrpR23SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR23SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR23SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR23SDActVQMCallLogging       INTEGER,
    busGrpR23SDDefVQMCallLogging       INTEGER,
    busGrpR23SDUseDefVQMCallLogging    INTEGER,
    busGrpR23SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR23SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR23SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR23SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR23SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR23SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR23SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR23SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR23SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR23SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR23SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR23SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR23SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR23SDUseDefNetwkNode         INTEGER,
    busGrpR23NumManagedDevices         Unsigned32,
    busGrpR23ChldStatisticsAlrms       Integer32,
    busGrpR23SecondLocale              INTEGER,
    busGrpR23SDActBusGpCallLogsEnabled INTEGER,
    busGrpR23SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR23SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR23SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR23SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR23SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR23SwitchsUniqueBGID         DisplayString,
    busGrpR23SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR23SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR23SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR23SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR23SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR23SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR23SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR23SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR23SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR23SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR23SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR23I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR23I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR23I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR23NetwkWideBusGpID          DisplayString,
    busGrpR23DefBusGpLinePrivileges    Unsigned32,
    busGrpR23I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR23I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR23I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR23FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR23ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR23AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR23SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR23SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR23SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR23SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR23StatisticsAlrms           Integer32,
    busGrpR23SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR23SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR23SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR23MLHGACDAvailEnabled       INTEGER,
    busGrpR23MLHGACDUnvlRsn1           DisplayString,
    busGrpR23MLHGACDUnvlRsn2           DisplayString,
    busGrpR23MLHGACDUnvlRsn3           DisplayString,
    busGrpR23MLHGACDUnvlRsn4           DisplayString,
    busGrpR23MLHGACDUnvlRsn5           DisplayString,
    busGrpR23MLHGACDUnvlRsn6           DisplayString,
    busGrpR23MLHGACDUnvlRsn7           DisplayString,
    busGrpR23MLHGACDUnvlRsn8           DisplayString,
    busGrpR23MLHGACDUnvlRsn9           DisplayString,
    busGrpR23MLHGACDUnvlRsn10          DisplayString,
    busGrpR23MLHGACDUnvlRsn11          DisplayString,
    busGrpR23MLHGACDUnvlRsn12          DisplayString,
    busGrpR23MLHGACDUnvlRsn13          DisplayString,
    busGrpR23MLHGACDUnvlRsn14          DisplayString,
    busGrpR23MLHGACDUnvlRsn15          DisplayString,
    busGrpR23MLHGACDUnvlRsn16          DisplayString,
    busGrpR23MLHGACDUnvlRsn17          DisplayString,
    busGrpR23MLHGACDUnvlRsn18          DisplayString,
    busGrpR23MLHGACDUnvlRsn19          DisplayString,
    busGrpR23MLHGACDUnvlRsn20          DisplayString,
    busGrpR23MLHGACDUnvlRsn21          DisplayString,
    busGrpR23MLHGACDUnvlRsn22          DisplayString,
    busGrpR23MLHGACDUnvlRsn23          DisplayString,
    busGrpR23MLHGACDUnvlRsn24          DisplayString,
    busGrpR23MLHGACDUnvlRsn25          DisplayString,
    busGrpR23MLHGACDUnvlRsn26          DisplayString,
    busGrpR23MLHGACDUnvlRsn27          DisplayString,
    busGrpR23MLHGACDUnvlRsn28          DisplayString,
    busGrpR23MLHGACDUnvlRsn29          DisplayString,
    busGrpR23MLHGACDUnvlRsn30          DisplayString,
    busGrpR23AllowMLHGsMultipleLogins  INTEGER,
    busGrpR23MLHGACDMWBEnabled         INTEGER,
    busGrpR23MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR23I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR23I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR23I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR23I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR23SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR23AllowRehoming             INTEGER,
    busGrpR23I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR23MLHGACDBasicACDLicenses   INTEGER,
    busGrpR23MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR23MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR23MLHGACDPremiumACDLicenses INTEGER,
    busGrpR23MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR23MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR23SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR23SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR23SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR23ExportIncASRepData        INTEGER,
    busGrpR23SDActBusGpLinesSharePresence
                                       INTEGER,
    busGrpR23SDDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR23SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR23ExportChldObjectsToInc    INTEGER,
    busGrpR23SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR23SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR23SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR23CustInfo                  DisplayString,
    busGrpR23CustInfo2                 DisplayString,
    busGrpR23CustInfo3                 DisplayString,
    busGrpR23CustInfo4                 DisplayString,
    busGrpR23CustInfo5                 DisplayString,
    busGrpR23CustInfo6                 DisplayString,
    busGrpR23TwoStgDelPermittedUntil   Unsigned32,
    busGrpR23TwoStgDelCoolingOffPeriodEnds
                                       Unsigned32,
    busGrpR23TwoStgDelPermitted        INTEGER,
    busGrpR23SCDObjectResyncStatus     INTEGER,
    busGrpR23AlrmState                 INTEGER
  }

  busGrpR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR23Entry  1 }

  busGrpR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR23Entry  2 }

  busGrpR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR23Entry  3 }

  busGrpR23GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR23Entry  4 }

  busGrpR23BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR23Entry  5 }

  busGrpR23Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR23Entry  12 }

  busGrpR23DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR23Entry  15 }

  busGrpR23NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR23Entry  16 }

  busGrpR23NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR23Entry  17 }

  busGrpR23BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR23Entry  18 }

  busGrpR23BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR23Entry  19 }

  busGrpR23BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR23Entry  20 }

  busGrpR23BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR23Entry  21 }

  busGrpR23SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR23Entry  22 }

  busGrpR23ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR23Entry  23 }

  busGrpR23ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR23Entry  24 }

  busGrpR23ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR23Entry  25 }

  busGrpR23ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR23Entry  26 }

  busGrpR23ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR23Entry  27 }

  busGrpR23ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR23Entry  28 }

  busGrpR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR23Entry  29 }

  busGrpR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR23Entry  30 }

  busGrpR23BillTypeIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intra-BG calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR23Entry  31 }

  busGrpR23LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR23Entry  32 }

  busGrpR23ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR23Entry  34 }

  busGrpR23CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR23Entry  35 }

  busGrpR23PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR23Entry  36 }

  busGrpR23CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR23Entry  37 }

  busGrpR23PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR23Entry  38 }

  busGrpR23TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR23Entry  39 }

  busGrpR23TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR23Entry  40 }

  busGrpR23TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR23Entry  41 }

  busGrpR23TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR23Entry  42 }

  busGrpR23I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR23Entry  49 }

  busGrpR23I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR23Entry  50 }

  busGrpR23I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR23Entry  51 }

  busGrpR23I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR23Entry  52 }

  busGrpR23SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  170 }

  busGrpR23SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  171 }

  busGrpR23SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  172 }

  busGrpR23SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  173 }

  busGrpR23SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  174 }

  busGrpR23SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  175 }

  busGrpR23SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  176 }

  busGrpR23SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  177 }

  busGrpR23SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  178 }

  busGrpR23SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  179 }

  busGrpR23SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  180 }

  busGrpR23SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  181 }

  busGrpR23SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  182 }

  busGrpR23SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  183 }

  busGrpR23SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  184 }

  busGrpR23SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  185 }

  busGrpR23SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  186 }

  busGrpR23SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  187 }

  busGrpR23SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  188 }

  busGrpR23SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  189 }

  busGrpR23SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  190 }

  busGrpR23SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  191 }

  busGrpR23SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  192 }

  busGrpR23SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  193 }

  busGrpR23SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  194 }

  busGrpR23SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  195 }

  busGrpR23SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  196 }

  busGrpR23SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  197 }

  busGrpR23SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  198 }

  busGrpR23SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  199 }

  busGrpR23SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  200 }

  busGrpR23SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  201 }

  busGrpR23SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  202 }

  busGrpR23SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR23Entry  203 }

  busGrpR23FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR23Entry  204 }

  busGrpR23FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR23Entry  205 }

  busGrpR23FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR23Entry  206 }

  busGrpR23FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR23Entry  207 }

  busGrpR23FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR23Entry  208 }

  busGrpR23FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR23Entry  209 }

  busGrpR23MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR23Entry  210 }

  busGrpR23MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR23Entry  211 }

  busGrpR23MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR23Entry  212 }

  busGrpR23MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR23Entry  213 }

  busGrpR23SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  214 }

  busGrpR23SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  215 }

  busGrpR23SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  216 }

  busGrpR23SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  217 }

  busGrpR23SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  218 }

  busGrpR23SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  219 }

  busGrpR23SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  220 }

  busGrpR23SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  221 }

  busGrpR23SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  222 }

  busGrpR23SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  223 }

  busGrpR23SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  224 }

  busGrpR23SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  225 }

  busGrpR23SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  226 }

  busGrpR23SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  227 }

  busGrpR23SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  228 }

  busGrpR23SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  229 }

  busGrpR23SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  230 }

  busGrpR23SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  231 }

  busGrpR23SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  232 }

  busGrpR23SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  233 }

  busGrpR23SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  234 }

  busGrpR23SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  235 }

  busGrpR23SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  236 }

  busGrpR23SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  237 }

  busGrpR23SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  238 }

  busGrpR23SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  239 }

  busGrpR23SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  240 }

  busGrpR23SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  241 }

  busGrpR23SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  242 }

  busGrpR23SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  243 }

  busGrpR23SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  244 }

  busGrpR23SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  245 }

  busGrpR23SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  246 }

  busGrpR23SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  247 }

  busGrpR23SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  248 }

  busGrpR23SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  249 }

  busGrpR23SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  250 }

  busGrpR23SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  251 }

  busGrpR23SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  252 }

  busGrpR23SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  253 }

  busGrpR23SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  254 }

  busGrpR23SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  255 }

  busGrpR23SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  256 }

  busGrpR23SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  257 }

  busGrpR23SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  258 }

  busGrpR23BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR23Entry  259 }

  busGrpR23SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  263 }

  busGrpR23SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  264 }

  busGrpR23SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  265 }

  busGrpR23SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  266 }

  busGrpR23SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  267 }

  busGrpR23SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  268 }

  busGrpR23SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  269 }

  busGrpR23SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  270 }

  busGrpR23SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  271 }

  busGrpR23SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  272 }

  busGrpR23SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  273 }

  busGrpR23SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  274 }

  busGrpR23SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  275 }

  busGrpR23SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  276 }

  busGrpR23SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  277 }

  busGrpR23SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  278 }

  busGrpR23SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  279 }

  busGrpSDActR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  281 }

  busGrpSDDefR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR23Entry  282 }

  busGrpR23SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  283 }

  busGrpR23NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR23Entry  290 }

  busGrpR23ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR23Entry  291 }

  busGrpR23SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR23Entry  293 }

  busGrpR23SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  305 }

  busGrpR23SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  306 }

  busGrpR23SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  307 }

  busGrpR23SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  308 }

  busGrpR23SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  309 }

  busGrpR23SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  310 }

  busGrpR23SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR23Entry  311 }

  busGrpR23SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  312 }

  busGrpR23SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  313 }

  busGrpR23SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  314 }

  busGrpR23SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  315 }

  busGrpR23SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  316 }

  busGrpR23SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  317 }

  busGrpR23SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  318 }

  busGrpR23SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  319 }

  busGrpSDActR23SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  321 }

  busGrpSDDefR23SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR23Entry  322 }

  busGrpR23SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  323 }

  busGrpR23I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR23Entry  330 }

  busGrpR23I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR23Entry  331 }

  busGrpR23I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR23Entry  332 }

  busGrpR23NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR23Entry  333 }

  busGrpR23DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR23Entry  334 }

  busGrpR23I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR23Entry  335 }

  busGrpR23I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR23Entry  336 }

  busGrpR23I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR23Entry  337 }

  busGrpR23FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR23Entry  338 }

  busGrpR23ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR23Entry  339 }

  busGrpR23AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR23Entry  340 }

  busGrpR23SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  341 }

  busGrpR23SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  342 }

  busGrpR23SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  343 }

  busGrpR23SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR23Entry  344 }

  busGrpR23StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR23Entry  345 }

  busGrpR23SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  346 }

  busGrpR23SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  347 }

  busGrpR23SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  348 }

  busGrpR23MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR23Entry  349 }

  busGrpR23MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR23Entry  350 }

  busGrpR23MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR23Entry  351 }

  busGrpR23MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR23Entry  352 }

  busGrpR23MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR23Entry  353 }

  busGrpR23MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR23Entry  354 }

  busGrpR23MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR23Entry  355 }

  busGrpR23MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR23Entry  356 }

  busGrpR23MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR23Entry  357 }

  busGrpR23MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR23Entry  358 }

  busGrpR23MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR23Entry  359 }

  busGrpR23MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR23Entry  360 }

  busGrpR23MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR23Entry  361 }

  busGrpR23MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR23Entry  362 }

  busGrpR23MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR23Entry  363 }

  busGrpR23MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR23Entry  364 }

  busGrpR23MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR23Entry  365 }

  busGrpR23MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR23Entry  366 }

  busGrpR23MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR23Entry  367 }

  busGrpR23MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR23Entry  368 }

  busGrpR23MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR23Entry  369 }

  busGrpR23MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR23Entry  370 }

  busGrpR23MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR23Entry  371 }

  busGrpR23MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR23Entry  372 }

  busGrpR23MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR23Entry  373 }

  busGrpR23MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR23Entry  374 }

  busGrpR23MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR23Entry  375 }

  busGrpR23MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR23Entry  376 }

  busGrpR23MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR23Entry  377 }

  busGrpR23MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR23Entry  378 }

  busGrpR23MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR23Entry  379 }

  busGrpR23AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR23Entry  380 }

  busGrpR23MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR23Entry  381 }

  busGrpR23MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR23Entry  382 }

  busGrpR23I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR23Entry  383 }

  busGrpR23I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR23Entry  384 }

  busGrpR23I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR23Entry  385 }

  busGrpR23I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR23Entry  386 }

  busGrpR23SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR23Entry  387 }

  busGrpR23AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR23Entry  388 }

  busGrpR23I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR23Entry  389 }

  busGrpR23MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR23Entry  390 }

  busGrpR23MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR23Entry  391 }

  busGrpR23MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR23Entry  392 }

  busGrpR23MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR23Entry  393 }

  busGrpR23MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR23Entry  394 }

  busGrpR23MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR23Entry  395 }

  busGrpR23SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  396 }

  busGrpR23SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  397 }

  busGrpR23SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  398 }

  busGrpR23ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR23Entry  399 }

  busGrpR23SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  400 }

  busGrpR23SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  401 }

  busGrpR23SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  402 }

  busGrpR23ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR23Entry  403 }

  busGrpR23SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  404 }

  busGrpR23SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR23Entry  405 }

  busGrpR23SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR23Entry  406 }

  busGrpR23CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { busGrpR23Entry  407 }

  busGrpR23CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { busGrpR23Entry  408 }

  busGrpR23CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { busGrpR23Entry  409 }

  busGrpR23CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { busGrpR23Entry  410 }

  busGrpR23CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { busGrpR23Entry  411 }

  busGrpR23CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { busGrpR23Entry  412 }

  busGrpR23TwoStgDelPermittedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted until'."
    ::= { busGrpR23Entry  413 }

  busGrpR23TwoStgDelCoolingOffPeriodEnds OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion cooling-off period ends'."
    ::= { busGrpR23Entry  414 }

  busGrpR23TwoStgDelPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted'."
    ::= { busGrpR23Entry  415 }

  busGrpR23SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR23Entry  431 }

  busGrpR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR23Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  bGLineR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2544 }

  bGLineR29Entry OBJECT-TYPE
    SYNTAX       BGLineR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR29NEConn,
             bGLineR29NetwkElement,
             bGLineR29CFSIx,
             bGLineR29GpIx,
             bGLineR29FirstDirNum,
             bGLineR29DirNum }
    ::= {  bGLineR29Table  1  }

  BGLineR29Entry  ::=  SEQUENCE
  {
    bGLineR29NEConn                    Unsigned32,
    bGLineR29NetwkElement              DisplayString,
    bGLineR29CFSIx                     Unsigned32,
    bGLineR29GpIx                      Unsigned32,
    bGLineR29FirstDirNum               DisplayString,
    bGLineR29DirNum                    DisplayString,
    bGLineR29PresNum                   DisplayString,
    bGLineR29ClgPartyNum               DisplayString,
    bGLineR29IntercomDialingCode       DisplayString,
    bGLineR29NumStatus                 INTEGER,
    bGLineR29PortedExchangeID          DisplayString,
    bGLineR29T1I1AccDevNEConn          Unsigned32,
    bGLineR29T1I2AccDevNetwkElement    DisplayString,
    bGLineR29T1I3AccDevCFSIx           Unsigned32,
    bGLineR29T1I4AccDevGatewayIx       Unsigned32,
    bGLineR29T1I5AccDevDeviceIx        Unsigned32,
    bGLineR29T2I1AccDevNEConn          Unsigned32,
    bGLineR29T2I2AccDevNetwkElement    DisplayString,
    bGLineR29T2I3AccDevCFSIx           Unsigned32,
    bGLineR29T2I4AccDevGatewayIx       Unsigned32,
    bGLineR29T2I5AccDevDeviceIx        Unsigned32,
    bGLineR29AccessLineNum             Unsigned32,
    bGLineR29SignalFunctionCode        INTEGER,
    bGLineR29LineUsage                 INTEGER,
    bGLineR29FSKFormat                 INTEGER,
    bGLineR29PIN                       DisplayString,
    bGLineR29LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR29DigitMaskingReqd          INTEGER,
    bGLineR29OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR29OrigingFacilityMarksADC   INTEGER,
    bGLineR29TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR29TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR29ActYear                   Unsigned32,
    bGLineR29ActMonth                  Unsigned32,
    bGLineR29ActDate                   Unsigned32,
    bGLineR29LastInCallClgType         INTEGER,
    bGLineR29LastInCallUniqueNum       INTEGER,
    bGLineR29LastInCallClgNum          DisplayString,
    bGLineR29LastInCallClgPresNum      DisplayString,
    bGLineR29LastInCallTimeCall        Unsigned32,
    bGLineR29LastInCallCallerWaited    INTEGER,
    bGLineR29LastInCallCallAnswrd      INTEGER,
    bGLineR29LastInCallCallTraced      INTEGER,
    bGLineR29AlrmState                 INTEGER,
    bGLineR29AlrmLogCorr               Counter64,
    bGLineR29AddtlAlrmLogCorr          Counter64,
    bGLineR29AlrmEvtsAttnRq            Unsigned32,
    bGLineR29AlrmEvtsAtndDp            Unsigned32,
    bGLineR29AlrmStateTimestamp        Unsigned32,
    bGLineR29ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR29ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR29ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR29ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR29DiagsLogLvl               INTEGER,
    bGLineR29DiagsAPITraceEnabled      INTEGER,
    bGLineR29DiagsAPITraceTag          DisplayString,
    bGLineR29DiagsAPITraceRemNum       DisplayString,
    bGLineR29SummaryChldAlrmState      INTEGER,
    bGLineR29ExportNumObjectsExported  Integer32,
    bGLineR29ExportStatus              DisplayString,
    bGLineR29ExportFile                DisplayString,
    bGLineR29ExportCorr                Counter64,
    bGLineR29ExportCorrNode            DisplayString,
    bGLineR29ExportCorrUID             DisplayString,
    bGLineR29DoExtraActions            INTEGER,
    bGLineR29RowStatus                 RowStatus,
    bGLineR29MovedToDirNum             DisplayString,
    bGLineR29CustInfo                  DisplayString,
    bGLineR29SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR29SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR29SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR29SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR29SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR29SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR29SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR29SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR29SDUseDefSubGpBusLine      INTEGER,
    bGLineR29SigType                   INTEGER,
    bGLineR29I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR29I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR29I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR29I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR29I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR29ISDNDefBearerCapabilities BITS,
    bGLineR29SIPUserName               DisplayString,
    bGLineR29SIPDomainName             DisplayString,
    bGLineR29UseStaticNATMapping       INTEGER,
    bGLineR29SIPRegistrationStatus     INTEGER,
    bGLineR29SIPAuthenticationReqd     INTEGER,
    bGLineR29NewSIPPassword            DisplayString,
    bGLineR29ConfirmNewSIPPassword     DisplayString,
    bGLineR29SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR29SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR29SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR29SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR29SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR29SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR29GR303NailedUpConn         INTEGER,
    bGLineR29MultipleAppearanceDirNum  DisplayString,
    bGLineR29AllowDirectDialing        INTEGER,
    bGLineR29CustInfo2                 DisplayString,
    bGLineR29CustInfo3                 DisplayString,
    bGLineR29CustInfo4                 DisplayString,
    bGLineR29CustInfo5                 DisplayString,
    bGLineR29CustInfo6                 DisplayString,
    bGLineR29RecentlyMovedFromOldNum   INTEGER,
    bGLineR29MovedFromDirNum           DisplayString,
    bGLineR29ConnectCallAfterAnnounce  INTEGER,
    bGLineR29ChargeNum                 DisplayString,
    bGLineR29I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR29I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR29I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR29I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR29PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR29GR303DialType             INTEGER,
    bGLineR29LastOutCallCldType        INTEGER,
    bGLineR29LastOutCallCldNum         DisplayString,
    bGLineR29LastOutCallNumPres        INTEGER,
    bGLineR29LastOutCallCallType       INTEGER,
    bGLineR29LastOutCallDirectDialed   INTEGER,
    bGLineR29LastOutCallCarr           DisplayString,
    bGLineR29I1PerProfNEConn           Unsigned32,
    bGLineR29I2PerProfNetwkElement     DisplayString,
    bGLineR29I3PerProfCFSIx            Unsigned32,
    bGLineR29I4PerProfGpIx             Unsigned32,
    bGLineR29UseDNIdentification       INTEGER,
    bGLineR29SDActLongDistanceCarr     DisplayString,
    bGLineR29SDDefLongDistanceCarr     DisplayString,
    bGLineR29SDUseDefLongDistanceCarr  INTEGER,
    bGLineR29SDActIntraLATACarr        DisplayString,
    bGLineR29SDDefIntraLATACarr        DisplayString,
    bGLineR29SDUseDefIntraLATACarr     INTEGER,
    bGLineR29SDActIntnatlCarr          DisplayString,
    bGLineR29SDDefIntnatlCarr          DisplayString,
    bGLineR29SDUseDefIntnatlCarr       INTEGER,
    bGLineR29SDActRtgAttrs             BITS,
    bGLineR29SDDefRtgAttrs             BITS,
    bGLineR29SDUseDefRtgAttrs          INTEGER,
    bGLineR29SDActTimezone             INTEGER,
    bGLineR29SDDefTimezone             INTEGER,
    bGLineR29SDUseDefTimezone          INTEGER,
    bGLineR29SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR29SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR29SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR29SDActLCC1                 INTEGER,
    bGLineR29SDDefLCC1                 INTEGER,
    bGLineR29SDUseDefLCC1              INTEGER,
    bGLineR29SDActLCC2                 INTEGER,
    bGLineR29SDDefLCC2                 INTEGER,
    bGLineR29SDUseDefLCC2              INTEGER,
    bGLineR29SDActLCC3                 INTEGER,
    bGLineR29SDDefLCC3                 INTEGER,
    bGLineR29SDUseDefLCC3              INTEGER,
    bGLineR29SDActLCC4                 INTEGER,
    bGLineR29SDDefLCC4                 INTEGER,
    bGLineR29SDUseDefLCC4              INTEGER,
    bGLineR29SDActLCC5                 INTEGER,
    bGLineR29SDDefLCC5                 INTEGER,
    bGLineR29SDUseDefLCC5              INTEGER,
    bGLineR29SDActMaxCallAppearances   Unsigned32,
    bGLineR29SDDefMaxCallAppearances   Unsigned32,
    bGLineR29SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR29SDActTariffGp             INTEGER,
    bGLineR29SDDefTariffGp             INTEGER,
    bGLineR29SDUseDefTariffGp          INTEGER,
    bGLineR29SDActForceLNPLookup       INTEGER,
    bGLineR29SDDefForceLNPLookup       INTEGER,
    bGLineR29SDUseDefForceLNPLookup    INTEGER,
    bGLineR29LineTrafficStudy          INTEGER,
    bGLineR29MLHGIx                    Unsigned32,
    bGLineR29MLHGMemberIx              Unsigned32,
    bGLineR29CallListsMissedCalls      LongDisplayString,
    bGLineR29CallListsAnswrdCalls      LongDisplayString,
    bGLineR29CallListsDialedCalls      LongDisplayString,
    bGLineR29EnabledDate               Unsigned32,
    bGLineR29SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR29SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR29SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR29SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR29SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR29SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR29SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR29SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR29SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR29SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR29SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR29SDActLCC6                 INTEGER,
    bGLineR29SDDefLCC6                 INTEGER,
    bGLineR29SDUseDefLCC6              INTEGER,
    bGLineR29SDActLCC7                 INTEGER,
    bGLineR29SDDefLCC7                 INTEGER,
    bGLineR29SDUseDefLCC7              INTEGER,
    bGLineR29SDActLCC8                 INTEGER,
    bGLineR29SDDefLCC8                 INTEGER,
    bGLineR29SDUseDefLCC8              INTEGER,
    bGLineR29SDActLCC9                 INTEGER,
    bGLineR29SDDefLCC9                 INTEGER,
    bGLineR29SDUseDefLCC9              INTEGER,
    bGLineR29SDActLCC10                INTEGER,
    bGLineR29SDDefLCC10                INTEGER,
    bGLineR29SDUseDefLCC10             INTEGER,
    bGLineR29SDActLCC11                INTEGER,
    bGLineR29SDDefLCC11                INTEGER,
    bGLineR29SDUseDefLCC11             INTEGER,
    bGLineR29SDActLCC12                INTEGER,
    bGLineR29SDDefLCC12                INTEGER,
    bGLineR29SDUseDefLCC12             INTEGER,
    bGLineR29SDActLCC13                INTEGER,
    bGLineR29SDDefLCC13                INTEGER,
    bGLineR29SDUseDefLCC13             INTEGER,
    bGLineR29SDActLCC14                INTEGER,
    bGLineR29SDDefLCC14                INTEGER,
    bGLineR29SDUseDefLCC14             INTEGER,
    bGLineR29SDActLCC15                INTEGER,
    bGLineR29SDDefLCC15                INTEGER,
    bGLineR29SDUseDefLCC15             INTEGER,
    bGLineR29SDActLCC16                INTEGER,
    bGLineR29SDDefLCC16                INTEGER,
    bGLineR29SDUseDefLCC16             INTEGER,
    bGLineR29SDActLCC17                INTEGER,
    bGLineR29SDDefLCC17                INTEGER,
    bGLineR29SDUseDefLCC17             INTEGER,
    bGLineR29SDActLCC18                INTEGER,
    bGLineR29SDDefLCC18                INTEGER,
    bGLineR29SDUseDefLCC18             INTEGER,
    bGLineR29SDActLCC19                INTEGER,
    bGLineR29SDDefLCC19                INTEGER,
    bGLineR29SDUseDefLCC19             INTEGER,
    bGLineR29SDActLCC20                INTEGER,
    bGLineR29SDDefLCC20                INTEGER,
    bGLineR29SDUseDefLCC20             INTEGER,
    bGLineR29T1I1GatewayNEConn         Unsigned32,
    bGLineR29T1I2GatewayNetwkElement   DisplayString,
    bGLineR29T1I3GatewayCFSIx          Unsigned32,
    bGLineR29T1I4GatewayGatewayIx      Unsigned32,
    bGLineR29T2I1GatewayNEConn         Unsigned32,
    bGLineR29T2I2GatewayNetwkElement   DisplayString,
    bGLineR29T2I3GatewayCFSIx          Unsigned32,
    bGLineR29T2I4GatewayGatewayIx      Unsigned32,
    bGLineR29I1DepartmentNEConn        Unsigned32,
    bGLineR29I2DepartmentNetwkElement  DisplayString,
    bGLineR29I3DepartmentCFSIx         Unsigned32,
    bGLineR29I4DepartmentGpIx          Unsigned32,
    bGLineR29I5DepartmentDepartmentIx  Unsigned32,
    bGLineR29DepartmentOtherVals       INTEGER,
    bGLineR29SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR29SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR29SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR29SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR29SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR29SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR29CurrNumRegistrations      Integer32,
    bGLineR29SDActVQMCallLogging       INTEGER,
    bGLineR29SDDefVQMCallLogging       INTEGER,
    bGLineR29SDUseDefVQMCallLogging    INTEGER,
    bGLineR29DiagLogCorr               Counter64,
    bGLineR29FaultMonitoringLvl        INTEGER,
    bGLineR29SIPPassword               DisplayString,
    bGLineR29SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR29SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR29SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR29SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR29SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR29SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR29SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR29SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR29SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR29SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR29SDUseDefNetwkNode         INTEGER,
    bGLineR29MovedToNumAsDialed        DisplayString,
    bGLineR29MovedDate                 Unsigned32,
    bGLineR29SDActExpireAfter          Unsigned32,
    bGLineR29SDDefExpireAfter          Unsigned32,
    bGLineR29SDUseDefExpireAfter       INTEGER,
    bGLineR29ExpiryDate                Unsigned32,
    bGLineR29SASHostname               LongDisplayString,
    bGLineR29SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR29SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR29SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR29SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR29SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR29SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR29SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR29SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR29SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR29SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR29SDUseDefESAProtDom        INTEGER,
    bGLineR29I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR29I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR29I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR29SDActSubTimezone          LongDisplayString,
    bGLineR29SDDefSubTimezone          LongDisplayString,
    bGLineR29SDUseDefSubTimezone       INTEGER,
    bGLineR29SDActChargeInd            INTEGER,
    bGLineR29SDDefChargeInd            INTEGER,
    bGLineR29SDUseDefChargeInd         INTEGER,
    bGLineR29SDActSubClgCategory       INTEGER,
    bGLineR29SDDefSubClgCategory       INTEGER,
    bGLineR29SDUseDefSubClgCategory    INTEGER,
    bGLineR29CustomerInfoFirstName     LongDisplayString,
    bGLineR29CustomerInfoSecondName    LongDisplayString,
    bGLineR29CustomerInfoOtherNames    LongDisplayString,
    bGLineR29CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR29CustomerInfoSurname       LongDisplayString,
    bGLineR29SDActBusGpLinePrivileges  Unsigned32,
    bGLineR29SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR29SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR29I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR29I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR29I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR29I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR29TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR29I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR29I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR29I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR29FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR29ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR29AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR29SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR29SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR29SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR29StatisticsAlrms           Integer32,
    bGLineR29TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR29NumBlockDevTwinning       INTEGER,
    bGLineR29ACDServLvl                INTEGER,
    bGLineR29ACDAvail                  INTEGER,
    bGLineR29I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR29I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR29I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR29I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR29I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR29ACDDspCd                  INTEGER,
    bGLineR29NoUserEquipment           INTEGER,
    bGLineR29SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR29SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR29SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR29AllowRehoming             INTEGER,
    bGLineR29I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR29PreSubscribedConn         INTEGER,
    bGLineR29LoggedInMLHGs             LongDisplayString,
    bGLineR29ExportIncASRepData        INTEGER,
    bGLineR29SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR29SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR29SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR29ClgPartyNumEmgncyCall     DisplayString,
    bGLineR29PortedRtgMethod           INTEGER,
    bGLineR29LocationRtgNum            DisplayString,
    bGLineR29IsIMS                     INTEGER,
    bGLineR29ExportChldObjectsToInc    INTEGER,
    bGLineR29SDActTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR29SDDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR29SDUseDefTypeAddtlCallAppearances
                                       INTEGER
  }

  bGLineR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR29Entry  1 }

  bGLineR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR29Entry  2 }

  bGLineR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR29Entry  3 }

  bGLineR29GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR29Entry  4 }

  bGLineR29FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR29Entry  5 }

  bGLineR29DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR29Entry  6 }

  bGLineR29PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  7 }

  bGLineR29ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  8 }

  bGLineR29IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR29Entry  9 }

  bGLineR29NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR29Entry  10 }

  bGLineR29PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  11 }

  bGLineR29T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR29Entry  12 }

  bGLineR29T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR29Entry  13 }

  bGLineR29T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR29Entry  14 }

  bGLineR29T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR29Entry  15 }

  bGLineR29T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR29Entry  16 }

  bGLineR29T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR29Entry  17 }

  bGLineR29T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR29Entry  18 }

  bGLineR29T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR29Entry  19 }

  bGLineR29T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR29Entry  20 }

  bGLineR29T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR29Entry  21 }

  bGLineR29AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  22 }

  bGLineR29SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR29Entry  23 }

  bGLineR29LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR29Entry  24 }

  bGLineR29FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  25 }

  bGLineR29PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR29Entry  26 }

  bGLineR29LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR29Entry  27 }

  bGLineR29DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  28 }

  bGLineR29OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  30 }

  bGLineR29OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  32 }

  bGLineR29TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  33 }

  bGLineR29TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  34 }

  bGLineR29ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR29Entry  36 }

  bGLineR29ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR29Entry  37 }

  bGLineR29ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR29Entry  38 }

  bGLineR29LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR29Entry  39 }

  bGLineR29LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR29Entry  40 }

  bGLineR29LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR29Entry  41 }

  bGLineR29LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR29Entry  42 }

  bGLineR29LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR29Entry  43 }

  bGLineR29LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR29Entry  44 }

  bGLineR29LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR29Entry  45 }

  bGLineR29LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR29Entry  46 }

  bGLineR29AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR29Entry  47 }

  bGLineR29AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR29Entry  48 }

  bGLineR29AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR29Entry  49 }

  bGLineR29AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR29Entry  50 }

  bGLineR29AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR29Entry  51 }

  bGLineR29AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR29Entry  52 }

  bGLineR29ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR29Entry  53 }

  bGLineR29ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR29Entry  54 }

  bGLineR29ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR29Entry  55 }

  bGLineR29ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR29Entry  56 }

  bGLineR29DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR29Entry  57 }

  bGLineR29DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  58 }

  bGLineR29DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR29Entry  59 }

  bGLineR29DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR29Entry  60 }

  bGLineR29SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR29Entry  61 }

  bGLineR29ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR29Entry  62 }

  bGLineR29ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR29Entry  63 }

  bGLineR29ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR29Entry  64 }

  bGLineR29ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR29Entry  65 }

  bGLineR29ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR29Entry  66 }

  bGLineR29ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR29Entry  67 }

  bGLineR29DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR29Entry  68 }

  bGLineR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR29Entry  69 }

  bGLineR29MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR29Entry  70 }

  bGLineR29CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR29Entry  71 }

  bGLineR29SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  72 }

  bGLineR29SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  73 }

  bGLineR29SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  74 }

  bGLineR29SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  75 }

  bGLineR29SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  76 }

  bGLineR29SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  77 }

  bGLineR29SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  78 }

  bGLineR29SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR29Entry  79 }

  bGLineR29SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  80 }

  bGLineR29SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR29Entry  81 }

  bGLineR29I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR29Entry  82 }

  bGLineR29I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR29Entry  83 }

  bGLineR29I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR29Entry  84 }

  bGLineR29I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR29Entry  85 }

  bGLineR29I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR29Entry  86 }

  bGLineR29ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR29Entry  87 }

  bGLineR29SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  88 }

  bGLineR29SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  89 }

  bGLineR29UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR29Entry  90 }

  bGLineR29SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR29Entry  91 }

  bGLineR29SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR29Entry  92 }

  bGLineR29NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR29Entry  93 }

  bGLineR29ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR29Entry  94 }

  bGLineR29SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  96 }

  bGLineR29SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  97 }

  bGLineR29SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  98 }

  bGLineR29SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  100 }

  bGLineR29SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  101 }

  bGLineR29SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  102 }

  bGLineR29GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR29Entry  103 }

  bGLineR29MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR29Entry  104 }

  bGLineR29AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR29Entry  105 }

  bGLineR29CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR29Entry  106 }

  bGLineR29CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR29Entry  107 }

  bGLineR29CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR29Entry  108 }

  bGLineR29CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR29Entry  109 }

  bGLineR29CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR29Entry  110 }

  bGLineR29RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  111 }

  bGLineR29MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR29Entry  112 }

  bGLineR29ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  113 }

  bGLineR29ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  114 }

  bGLineR29I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR29Entry  123 }

  bGLineR29I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR29Entry  124 }

  bGLineR29I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR29Entry  125 }

  bGLineR29I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR29Entry  126 }

  bGLineR29PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR29Entry  127 }

  bGLineR29GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR29Entry  133 }

  bGLineR29LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR29Entry  137 }

  bGLineR29LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR29Entry  138 }

  bGLineR29LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR29Entry  139 }

  bGLineR29LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR29Entry  140 }

  bGLineR29LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR29Entry  141 }

  bGLineR29LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR29Entry  142 }

  bGLineR29I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR29Entry  158 }

  bGLineR29I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR29Entry  159 }

  bGLineR29I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR29Entry  160 }

  bGLineR29I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR29Entry  161 }

  bGLineR29UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR29Entry  162 }

  bGLineR29SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  163 }

  bGLineR29SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  164 }

  bGLineR29SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  165 }

  bGLineR29SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  166 }

  bGLineR29SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  167 }

  bGLineR29SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  168 }

  bGLineR29SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  169 }

  bGLineR29SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  170 }

  bGLineR29SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  171 }

  bGLineR29SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  172 }

  bGLineR29SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  173 }

  bGLineR29SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  174 }

  bGLineR29SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  175 }

  bGLineR29SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  176 }

  bGLineR29SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  177 }

  bGLineR29SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  178 }

  bGLineR29SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  179 }

  bGLineR29SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  180 }

  bGLineR29SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  181 }

  bGLineR29SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  182 }

  bGLineR29SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  183 }

  bGLineR29SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  184 }

  bGLineR29SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  185 }

  bGLineR29SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  186 }

  bGLineR29SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  187 }

  bGLineR29SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  188 }

  bGLineR29SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  189 }

  bGLineR29SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  190 }

  bGLineR29SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  191 }

  bGLineR29SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  192 }

  bGLineR29SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  193 }

  bGLineR29SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  194 }

  bGLineR29SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  195 }

  bGLineR29SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  200 }

  bGLineR29SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  201 }

  bGLineR29SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  202 }

  bGLineR29SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  203 }

  bGLineR29SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  204 }

  bGLineR29SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  205 }

  bGLineR29SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  206 }

  bGLineR29SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  207 }

  bGLineR29SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  208 }

  bGLineR29LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR29Entry  209 }

  bGLineR29MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR29Entry  210 }

  bGLineR29MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR29Entry  211 }

  bGLineR29CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR29Entry  212 }

  bGLineR29CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR29Entry  213 }

  bGLineR29CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR29Entry  214 }

  bGLineR29EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR29Entry  215 }

  bGLineR29SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  223 }

  bGLineR29SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  224 }

  bGLineR29SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  225 }

  bGLineR29SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  226 }

  bGLineR29SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  227 }

  bGLineR29SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  228 }

  bGLineR29SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  229 }

  bGLineR29SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  230 }

  bGLineSDActR29SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  232 }

  bGLineSDDefR29SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR29Entry  233 }

  bGLineR29SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  234 }

  bGLineR29SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  240 }

  bGLineR29SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  241 }

  bGLineR29SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  242 }

  bGLineR29SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  243 }

  bGLineR29SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  244 }

  bGLineR29SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  245 }

  bGLineR29SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  246 }

  bGLineR29SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  247 }

  bGLineR29SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  248 }

  bGLineR29SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  249 }

  bGLineR29SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  250 }

  bGLineR29SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  251 }

  bGLineR29SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  252 }

  bGLineR29SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  253 }

  bGLineR29SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  254 }

  bGLineR29SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  255 }

  bGLineR29SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  256 }

  bGLineR29SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  257 }

  bGLineR29SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  258 }

  bGLineR29SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  259 }

  bGLineR29SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  260 }

  bGLineR29SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  261 }

  bGLineR29SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  262 }

  bGLineR29SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  263 }

  bGLineR29SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  264 }

  bGLineR29SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  265 }

  bGLineR29SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  266 }

  bGLineR29SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  267 }

  bGLineR29SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  268 }

  bGLineR29SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  269 }

  bGLineR29SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  270 }

  bGLineR29SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  271 }

  bGLineR29SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  272 }

  bGLineR29SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  273 }

  bGLineR29SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  274 }

  bGLineR29SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  275 }

  bGLineR29SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  276 }

  bGLineR29SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  277 }

  bGLineR29SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  278 }

  bGLineR29SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  279 }

  bGLineR29SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  280 }

  bGLineR29SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  281 }

  bGLineR29SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  282 }

  bGLineR29SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  283 }

  bGLineR29SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  284 }

  bGLineR29T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR29Entry  285 }

  bGLineR29T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR29Entry  286 }

  bGLineR29T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR29Entry  287 }

  bGLineR29T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR29Entry  288 }

  bGLineR29T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR29Entry  289 }

  bGLineR29T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR29Entry  290 }

  bGLineR29T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR29Entry  291 }

  bGLineR29T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR29Entry  292 }

  bGLineR29I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR29Entry  294 }

  bGLineR29I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR29Entry  295 }

  bGLineR29I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR29Entry  296 }

  bGLineR29I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR29Entry  297 }

  bGLineR29I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR29Entry  298 }

  bGLineR29DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR29Entry  299 }

  bGLineR29SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  306 }

  bGLineR29SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  307 }

  bGLineR29SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  308 }

  bGLineR29SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  314 }

  bGLineR29SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  315 }

  bGLineR29SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  316 }

  bGLineR29CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR29Entry  319 }

  bGLineR29SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  324 }

  bGLineR29SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  325 }

  bGLineR29SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  326 }

  bGLineR29DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR29Entry  327 }

  bGLineR29FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR29Entry  328 }

  bGLineR29SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR29Entry  329 }

  bGLineR29SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  330 }

  bGLineR29SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  331 }

  bGLineR29SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  332 }

  bGLineR29SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  333 }

  bGLineR29SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  334 }

  bGLineR29SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  335 }

  bGLineR29SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  336 }

  bGLineR29SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  337 }

  bGLineSDActR29SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  339 }

  bGLineSDDefR29SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR29Entry  340 }

  bGLineR29SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  341 }

  bGLineR29MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR29Entry  346 }

  bGLineR29MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR29Entry  347 }

  bGLineR29SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  348 }

  bGLineR29SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  349 }

  bGLineR29SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  350 }

  bGLineR29ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR29Entry  351 }

  bGLineR29SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR29Entry  368 }

  bGLineR29SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  370 }

  bGLineR29SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  371 }

  bGLineR29SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  372 }

  bGLineR29SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  373 }

  bGLineR29SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  374 }

  bGLineR29SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  375 }

  bGLineR29SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  376 }

  bGLineR29SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  377 }

  bGLineSDActR29SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  379 }

  bGLineSDDefR29SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR29Entry  380 }

  bGLineR29SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  381 }

  bGLineR29I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR29Entry  390 }

  bGLineR29I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR29Entry  391 }

  bGLineR29I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR29Entry  392 }

  bGLineR29SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  394 }

  bGLineR29SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  395 }

  bGLineR29SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  396 }

  bGLineR29SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  397 }

  bGLineR29SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  398 }

  bGLineR29SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  399 }

  bGLineR29SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  400 }

  bGLineR29SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  401 }

  bGLineR29SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  402 }

  bGLineR29CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR29Entry  410 }

  bGLineR29CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR29Entry  411 }

  bGLineR29CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR29Entry  412 }

  bGLineR29CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR29Entry  413 }

  bGLineR29CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR29Entry  414 }

  bGLineR29SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  415 }

  bGLineR29SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  416 }

  bGLineR29SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  417 }

  bGLineR29I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR29Entry  418 }

  bGLineR29I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR29Entry  419 }

  bGLineR29I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR29Entry  420 }

  bGLineR29I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR29Entry  421 }

  bGLineR29TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR29Entry  422 }

  bGLineR29I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR29Entry  423 }

  bGLineR29I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR29Entry  424 }

  bGLineR29I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR29Entry  425 }

  bGLineR29FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR29Entry  426 }

  bGLineR29ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR29Entry  427 }

  bGLineR29AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR29Entry  428 }

  bGLineR29SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  429 }

  bGLineR29SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  430 }

  bGLineR29SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  431 }

  bGLineR29StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR29Entry  432 }

  bGLineR29TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR29Entry  441 }

  bGLineR29NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR29Entry  442 }

  bGLineR29ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR29Entry  443 }

  bGLineR29ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR29Entry  444 }

  bGLineR29I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR29Entry  445 }

  bGLineR29I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR29Entry  446 }

  bGLineR29I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR29Entry  447 }

  bGLineR29I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR29Entry  448 }

  bGLineR29I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR29Entry  449 }

  bGLineR29ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR29Entry  450 }

  bGLineR29NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR29Entry  451 }

  bGLineR29SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  452 }

  bGLineR29SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  453 }

  bGLineR29SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  454 }

  bGLineR29AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR29Entry  455 }

  bGLineR29I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR29Entry  456 }

  bGLineR29PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR29Entry  457 }

  bGLineR29LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR29Entry  458 }

  bGLineR29ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR29Entry  459 }

  bGLineR29SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  460 }

  bGLineR29SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  461 }

  bGLineR29SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  462 }

  bGLineR29ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'.
                  This field is not writable when active."
    ::= { bGLineR29Entry  463 }

  bGLineR29PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR29Entry  464 }

  bGLineR29LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR29Entry  465 }

  bGLineR29IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR29Entry  466 }

  bGLineR29ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR29Entry  467 }

  bGLineR29SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  468 }

  bGLineR29SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR29Entry  469 }

  bGLineR29SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR29Entry  470 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.4.30                                                       */
-- /*********************************************************************************/

  besIPSubR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BesIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2545 }

  besIPSubR7Entry OBJECT-TYPE
    SYNTAX       BesIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { besIPSubR7NEConn,
             besIPSubR7NetwkElement,
             besIPSubR7SwitchIx,
             besIPSubR7InterfaceType,
             besIPSubR7EthernetPortIx,
             besIPSubR7SubnetworkIx }
    ::= {  besIPSubR7Table  1  }

  BesIPSubR7Entry  ::=  SEQUENCE
  {
    besIPSubR7NEConn                   Unsigned32,
    besIPSubR7NetwkElement             DisplayString,
    besIPSubR7SwitchIx                 Unsigned32,
    besIPSubR7InterfaceType            INTEGER,
    besIPSubR7EthernetPortIx           INTEGER,
    besIPSubR7SubnetworkIx             Unsigned32,
    besIPSubR7SubnetworkAddr           DisplayString,
    besIPSubR7DefRouterAddr            DisplayString,
    besIPSubR7VLAN                     LongDisplayString,
    besIPSubR7I1PortGpNEConn           Unsigned32,
    besIPSubR7I2PortGpNetwkElement     DisplayString,
    besIPSubR7I3PortGpSwitchIx         Unsigned32,
    besIPSubR7I4PortGpInterfaceType    INTEGER,
    besIPSubR7I5PortGpEthernetPortIx   INTEGER,
    besIPSubR7I6PortGpPortGpID         Unsigned32,
    besIPSubR7TrafficTypes             BITS,
    besIPSubR7AlrmState                INTEGER,
    besIPSubR7AlrmStateTimestamp       Unsigned32,
    besIPSubR7AlrmEvtsAttnRqLogCorr    Counter64,
    besIPSubR7AlrmEvtsAttnRq           Integer32,
    besIPSubR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    besIPSubR7ConTstSrcAddr            DisplayString,
    besIPSubR7ConTstSrcAddrPortA       DisplayString,
    besIPSubR7ConTstSrcAddrPortB       DisplayString,
    besIPSubR7ConTstTrgtAddr           DisplayString,
    besIPSubR7ConTstTrgtStatus         INTEGER,
    besIPSubR7ConnectivityTestEthernetTargetAddr
                                       DisplayString,
    besIPSubR7ConnTstEthTrgtSttsPrtA   INTEGER,
    besIPSubR7ConnTstEthTrgtSttsPrtB   INTEGER,
    besIPSubR7ConnTstPingTrgt1Addr     DisplayString,
    besIPSubR7ConnTstPingTrgt1Status   INTEGER,
    besIPSubR7ConTstTrgt2StatusPort2   INTEGER,
    besIPSubR7ConnTstPingTrgt2Addr     DisplayString,
    besIPSubR7ConnTstPingTrgt2Status   INTEGER,
    besIPSubR7ConTstTrgt3StatusPort2   INTEGER,
    besIPSubR7ConnectivityTestTestingMode
                                       INTEGER,
    besIPSubR7ConTstSrcAddrPingConnectivity
                                       DisplayString,
    besIPSubR7ConnTstPingTrgt3Addr     DisplayString,
    besIPSubR7ConnTstPingTrgt3Status   INTEGER,
    besIPSubR7InUse                    INTEGER
  }

  besIPSubR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { besIPSubR7Entry  1 }

  besIPSubR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { besIPSubR7Entry  2 }

  besIPSubR7SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { besIPSubR7Entry  3 }

  besIPSubR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { besIPSubR7Entry  4 }

  besIPSubR7EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { besIPSubR7Entry  5 }

  besIPSubR7SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { besIPSubR7Entry  6 }

  besIPSubR7SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { besIPSubR7Entry  7 }

  besIPSubR7DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { besIPSubR7Entry  8 }

  besIPSubR7VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { besIPSubR7Entry  9 }

  besIPSubR7I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR7Entry  10 }

  besIPSubR7I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR7Entry  11 }

  besIPSubR7I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR7Entry  12 }

  besIPSubR7I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR7Entry  13 }

  besIPSubR7I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR7Entry  14 }

  besIPSubR7I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR7Entry  15 }

  besIPSubR7TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { besIPSubR7Entry  16 }

  besIPSubR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { besIPSubR7Entry  17 }

  besIPSubR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { besIPSubR7Entry  18 }

  besIPSubR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { besIPSubR7Entry  19 }

  besIPSubR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { besIPSubR7Entry  20 }

  besIPSubR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { besIPSubR7Entry  21 }

  besIPSubR7ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { besIPSubR7Entry  22 }

  besIPSubR7ConTstSrcAddrPortA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port A)'."
    ::= { besIPSubR7Entry  23 }

  besIPSubR7ConTstSrcAddrPortB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port B)'."
    ::= { besIPSubR7Entry  24 }

  besIPSubR7ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { besIPSubR7Entry  25 }

  besIPSubR7ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { besIPSubR7Entry  26 }

  besIPSubR7ConnectivityTestEthernetTargetAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target address'."
    ::= { besIPSubR7Entry  27 }

  besIPSubR7ConnTstEthTrgtSttsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port A)'."
    ::= { besIPSubR7Entry  28 }

  besIPSubR7ConnTstEthTrgtSttsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port B)'."
    ::= { besIPSubR7Entry  29 }

  besIPSubR7ConnTstPingTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 address'."
    ::= { besIPSubR7Entry  30 }

  besIPSubR7ConnTstPingTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 status'."
    ::= { besIPSubR7Entry  31 }

  besIPSubR7ConTstTrgt2StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Port 2)'."
    ::= { besIPSubR7Entry  32 }

  besIPSubR7ConnTstPingTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 address'."
    ::= { besIPSubR7Entry  33 }

  besIPSubR7ConnTstPingTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 status'."
    ::= { besIPSubR7Entry  34 }

  besIPSubR7ConTstTrgt3StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Port 2)'."
    ::= { besIPSubR7Entry  35 }

  besIPSubR7ConnectivityTestTestingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   ethernet(1),
                   ethernetPing(2),
                   ping(3),
                   notSupported(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - testing mode'."
    ::= { besIPSubR7Entry  36 }

  besIPSubR7ConTstSrcAddrPingConnectivity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for ping connectivity)'."
    ::= { besIPSubR7Entry  37 }

  besIPSubR7ConnTstPingTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 address'."
    ::= { besIPSubR7Entry  38 }

  besIPSubR7ConnTstPingTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 status'."
    ::= { besIPSubR7Entry  39 }

  besIPSubR7InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { besIPSubR7Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE ''Summary Period' Universal Media Gateway Statistics'        */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  uMGStatsR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UMGStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway Statistics'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2546 }

  uMGStatsR2Entry OBJECT-TYPE
    SYNTAX       UMGStatsR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uMGStatsR2NEConn,
             uMGStatsR2NetwkElement,
             uMGStatsR2MediaGatewayIx,
             uMGStatsR2SummaryPeriod }
    ::= {  uMGStatsR2Table  1  }

  UMGStatsR2Entry  ::=  SEQUENCE
  {
    uMGStatsR2NEConn                   Unsigned32,
    uMGStatsR2NetwkElement             DisplayString,
    uMGStatsR2MediaGatewayIx           Unsigned32,
    uMGStatsR2SummaryPeriod            INTEGER,
    uMGStatsR2TrfcIClsCurCon           Unsigned32,
    uMGStatsR2TrfcISuccessfulCallAttempts
                                       Unsigned32,
    uMGStatsR2TrfcIFaildCallAttempts   Unsigned32,
    uMGStatsR2CntReservationFails      Unsigned32,
    uMGStatsR2OtherContinuityTestFails Unsigned32,
    uMGStatsR2OtherEchoCancellationRequestFails
                                       Unsigned32,
    uMGStatsR2NumUncfgdTerms           Unsigned32
  }

  uMGStatsR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uMGStatsR2Entry  1 }

  uMGStatsR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uMGStatsR2Entry  2 }

  uMGStatsR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { uMGStatsR2Entry  3 }

  uMGStatsR2SummaryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                   summaryPeriod1Current5Minutes(1),
                   summaryPeriod5Previous5Minutes(2),
                   summaryPeriod2Current15Minutes(3),
                   summaryPeriod6Previous15Minutes(4),
                   summaryPeriod3CurrentHour(5),
                   summaryPeriod7PreviousHour(6),
                   summaryPeriod4CurrentDay(7),
                   summaryPeriod8PreviousDay(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary Period'.
                  This is an index field."
    ::= { uMGStatsR2Entry  4 }

  uMGStatsR2TrfcIClsCurCon OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Calls currently connected'."
    ::= { uMGStatsR2Entry  5 }

  uMGStatsR2TrfcISuccessfulCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Successful call attempts'."
    ::= { uMGStatsR2Entry  6 }

  uMGStatsR2TrfcIFaildCallAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Traffic information: Failed call attempts'."
    ::= { uMGStatsR2Entry  7 }

  uMGStatsR2CntReservationFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Count of reservation failures'."
    ::= { uMGStatsR2Entry  8 }

  uMGStatsR2OtherContinuityTestFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Other: Continuity test failures'."
    ::= { uMGStatsR2Entry  9 }

  uMGStatsR2OtherEchoCancellationRequestFails OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Other: Echo cancellation request failures'."
    ::= { uMGStatsR2Entry  10 }

  uMGStatsR2NumUncfgdTerms OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of unconfigured terminations'."
    ::= { uMGStatsR2Entry  11 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Virtual Ports'                                              */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  virtPortConR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VirtPortConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Universal Media Gateway'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2547 }

  virtPortConR2Entry OBJECT-TYPE
    SYNTAX       VirtPortConR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { virtPortConR2NEConn,
             virtPortConR2NetwkElement,
             virtPortConR2MediaGatewayIx }
    ::= {  virtPortConR2Table  1  }

  VirtPortConR2Entry  ::=  SEQUENCE
  {
    virtPortConR2NEConn                Unsigned32,
    virtPortConR2NetwkElement          DisplayString,
    virtPortConR2MediaGatewayIx        Unsigned32,
    virtPortConR2ChldStatisticsAlrms   Integer32
  }

  virtPortConR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { virtPortConR2Entry  1 }

  virtPortConR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { virtPortConR2Entry  2 }

  virtPortConR2MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { virtPortConR2Entry  3 }

  virtPortConR2ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { virtPortConR2Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'M2UA Cross Connect'                                         */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  mGSigCrConnR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MGSigCrConnR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Cross Connects'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2548 }

  mGSigCrConnR4Entry OBJECT-TYPE
    SYNTAX       MGSigCrConnR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mGSigCrConnR4NEConn,
             mGSigCrConnR4NetwkElement,
             mGSigCrConnR4MediaGatewayIx,
             mGSigCrConnR4CrossConnectIx }
    ::= {  mGSigCrConnR4Table  1  }

  MGSigCrConnR4Entry  ::=  SEQUENCE
  {
    mGSigCrConnR4NEConn                Unsigned32,
    mGSigCrConnR4NetwkElement          DisplayString,
    mGSigCrConnR4MediaGatewayIx        Unsigned32,
    mGSigCrConnR4CrossConnectIx        Unsigned32,
    mGSigCrConnR4M2UAIdentifier        DisplayString,
    mGSigCrConnR4I1MTP2DataLinkNEConn  Unsigned32,
    mGSigCrConnR4I2MTP2DataLinkNetwkElement
                                       DisplayString,
    mGSigCrConnR4I3MTP2DataLinkMediaGatewayIx
                                       Unsigned32,
    mGSigCrConnR4I4MTP2DataLinkCarrIx  Unsigned32,
    mGSigCrConnR4I5MTP2DataLinkTimeslot
                                       Integer32,
    mGSigCrConnR4RunInLoopbackMode     INTEGER,
    mGSigCrConnR4I1InternalSigLinkNEConn
                                       Unsigned32,
    mGSigCrConnR4I2InternalSigLinkNetwkElement
                                       DisplayString,
    mGSigCrConnR4I3InternalSigLinkSigPointID
                                       Unsigned32,
    mGSigCrConnR4I4InternalSigLinkLinksetID
                                       Unsigned32,
    mGSigCrConnR4I5InternalSigLinkSigLinkCode
                                       INTEGER,
    mGSigCrConnR4AlrmState             INTEGER,
    mGSigCrConnR4AlrmEvtsAttnRqLogCorr Counter64,
    mGSigCrConnR4AlrmEvtsAttnRq        Integer32,
    mGSigCrConnR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    mGSigCrConnR4AlrmEvtsAtndDpLogCorr Counter64,
    mGSigCrConnR4AlrmEvtsAtndDp        Integer32,
    mGSigCrConnR4AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    mGSigCrConnR4AlrmStateTimestamp    Unsigned32,
    mGSigCrConnR4DiagsLogLvl           INTEGER,
    mGSigCrConnR4DiagsAPITraceEnabled  INTEGER,
    mGSigCrConnR4DiagsAPITraceTag      DisplayString,
    mGSigCrConnR4RowStatus             RowStatus,
    mGSigCrConnR4AdminStatus           AdminStatus,
    mGSigCrConnR4OperStatus            OperStatus,
    mGSigCrConnR4I1MTP2ProtProfNEConn  Unsigned32,
    mGSigCrConnR4I2MTP2ProtProfNetwkElement
                                       DisplayString,
    mGSigCrConnR4I3MTP2ProtProfMediaGatewayIx
                                       Unsigned32,
    mGSigCrConnR4I4MTP2ProtProfProfID  Unsigned32,
    mGSigCrConnR4MTP2Variant           INTEGER,
    mGSigCrConnR4StatisticsAlrms       Integer32
  }

  mGSigCrConnR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mGSigCrConnR4Entry  1 }

  mGSigCrConnR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mGSigCrConnR4Entry  2 }

  mGSigCrConnR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { mGSigCrConnR4Entry  3 }

  mGSigCrConnR4CrossConnectIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cross Connect index'.
                  This is an index field."
    ::= { mGSigCrConnR4Entry  4 }

  mGSigCrConnR4M2UAIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'M2UA identifier'.
                  This field is not writable when active."
    ::= { mGSigCrConnR4Entry  5 }

  mGSigCrConnR4I1MTP2DataLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR4Entry  16 }

  mGSigCrConnR4I2MTP2DataLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR4Entry  17 }

  mGSigCrConnR4I3MTP2DataLinkMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR4Entry  18 }

  mGSigCrConnR4I4MTP2DataLinkCarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR4Entry  19 }

  mGSigCrConnR4I5MTP2DataLinkTimeslot OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 DataLink',
                  This field represents index 'Timeslot'
                  in referenced type 'BOOTDMCarrierDS0TermSE'."
    ::= { mGSigCrConnR4Entry  20 }

  mGSigCrConnR4RunInLoopbackMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Run in loopback mode'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mGSigCrConnR4Entry  31 }

  mGSigCrConnR4I1InternalSigLinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR4Entry  32 }

  mGSigCrConnR4I2InternalSigLinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR4Entry  33 }

  mGSigCrConnR4I3InternalSigLinkSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR4Entry  34 }

  mGSigCrConnR4I4InternalSigLinkLinksetID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Linkset ID'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR4Entry  35 }

  mGSigCrConnR4I5InternalSigLinkSigLinkCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Link',
                  This field represents index 'Signaling link code'
                  in referenced type 'BOOSigLinkSE'."
    ::= { mGSigCrConnR4Entry  36 }

  mGSigCrConnR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mGSigCrConnR4Entry  38 }

  mGSigCrConnR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { mGSigCrConnR4Entry  39 }

  mGSigCrConnR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCrConnR4Entry  40 }

  mGSigCrConnR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { mGSigCrConnR4Entry  41 }

  mGSigCrConnR4AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { mGSigCrConnR4Entry  42 }

  mGSigCrConnR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mGSigCrConnR4Entry  43 }

  mGSigCrConnR4AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { mGSigCrConnR4Entry  44 }

  mGSigCrConnR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mGSigCrConnR4Entry  45 }

  mGSigCrConnR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mGSigCrConnR4Entry  47 }

  mGSigCrConnR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mGSigCrConnR4Entry  48 }

  mGSigCrConnR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mGSigCrConnR4Entry  49 }

  mGSigCrConnR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mGSigCrConnR4Entry  51 }

  mGSigCrConnR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mGSigCrConnR4Entry  52 }

  mGSigCrConnR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mGSigCrConnR4Entry  53 }

  mGSigCrConnR4I1MTP2ProtProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR4Entry  54 }

  mGSigCrConnR4I2MTP2ProtProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR4Entry  55 }

  mGSigCrConnR4I3MTP2ProtProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR4Entry  56 }

  mGSigCrConnR4I4MTP2ProtProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'MTP2 Protocol Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOMGMtp2ProtProfileSE'."
    ::= { mGSigCrConnR4Entry  57 }

  mGSigCrConnR4MTP2Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI(0),
                   iTU(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP2 variant'.
                  This field is only writable during create."
    ::= { mGSigCrConnR4Entry  58 }

  mGSigCrConnR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mGSigCrConnR4Entry  59 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IDT Interface'                                              */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  iDTInterfaceR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IDTInterfaceR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'GR-303 IDT'."
    ::= { metaSwitch  2549 }

  iDTInterfaceR4Entry OBJECT-TYPE
    SYNTAX       IDTInterfaceR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iDTInterfaceR4NEConn,
             iDTInterfaceR4NetwkElement,
             iDTInterfaceR4MediaGatewayIx,
             iDTInterfaceR4PortIx,
             iDTInterfaceR4InterfaceNum }
    ::= {  iDTInterfaceR4Table  1  }

  IDTInterfaceR4Entry  ::=  SEQUENCE
  {
    iDTInterfaceR4NEConn               Unsigned32,
    iDTInterfaceR4NetwkElement         DisplayString,
    iDTInterfaceR4MediaGatewayIx       Unsigned32,
    iDTInterfaceR4PortIx               Integer32,
    iDTInterfaceR4InterfaceNum         INTEGER,
    iDTInterfaceR4I1AssociatedDS1NEConn
                                       Unsigned32,
    iDTInterfaceR4I2AssociatedDS1NetwkElement
                                       DisplayString,
    iDTInterfaceR4I3AssociatedDS1MediaGatewayIx
                                       Unsigned32,
    iDTInterfaceR4I4AssociatedDS1CarrIx
                                       Unsigned32,
    iDTInterfaceR4InUseEOCControlChan  INTEGER,
    iDTInterfaceR4InUseTMCControlChan  INTEGER,
    iDTInterfaceR4NumCalls             Integer32,
    iDTInterfaceR4AlrmState            INTEGER,
    iDTInterfaceR4AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iDTInterfaceR4AlrmEvtsAtndDp       Integer32,
    iDTInterfaceR4AlrmStateTimestamp   Unsigned32,
    iDTInterfaceR4AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iDTInterfaceR4RowStatus            RowStatus,
    iDTInterfaceR4AdminStatus          AdminStatus,
    iDTInterfaceR4OperStatus           OperStatus,
    iDTInterfaceR4AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iDTInterfaceR4AlrmEvtsAttnRq       Integer32,
    iDTInterfaceR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  iDTInterfaceR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iDTInterfaceR4Entry  1 }

  iDTInterfaceR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iDTInterfaceR4Entry  2 }

  iDTInterfaceR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { iDTInterfaceR4Entry  3 }

  iDTInterfaceR4PortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port index'.
                  This is an index field."
    ::= { iDTInterfaceR4Entry  4 }

  iDTInterfaceR4InterfaceNum OBJECT-TYPE
    SYNTAX       INTEGER ( 1..28 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface number'.
                  This is an index field."
    ::= { iDTInterfaceR4Entry  5 }

  iDTInterfaceR4I1AssociatedDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR4Entry  6 }

  iDTInterfaceR4I2AssociatedDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR4Entry  7 }

  iDTInterfaceR4I3AssociatedDS1MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR4Entry  8 }

  iDTInterfaceR4I4AssociatedDS1CarrIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Associated DS1',
                  This field represents index 'Carrier index'
                  in referenced type 'BOOTDMCarrierSE'."
    ::= { iDTInterfaceR4Entry  9 }

  iDTInterfaceR4InUseEOCControlChan OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use for EOC control channel'."
    ::= { iDTInterfaceR4Entry  12 }

  iDTInterfaceR4InUseTMCControlChan OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use for TMC control channel'."
    ::= { iDTInterfaceR4Entry  13 }

  iDTInterfaceR4NumCalls OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of calls'."
    ::= { iDTInterfaceR4Entry  14 }

  iDTInterfaceR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iDTInterfaceR4Entry  15 }

  iDTInterfaceR4AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iDTInterfaceR4Entry  16 }

  iDTInterfaceR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTInterfaceR4Entry  17 }

  iDTInterfaceR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iDTInterfaceR4Entry  18 }

  iDTInterfaceR4AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iDTInterfaceR4Entry  19 }

  iDTInterfaceR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iDTInterfaceR4Entry  20 }

  iDTInterfaceR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTInterfaceR4Entry  21 }

  iDTInterfaceR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iDTInterfaceR4Entry  22 }

  iDTInterfaceR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iDTInterfaceR4Entry  34 }

  iDTInterfaceR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iDTInterfaceR4Entry  35 }

  iDTInterfaceR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iDTInterfaceR4Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Universal Media Gateway'                                    */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  uMGR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF UMGR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2550 }

  uMGR14Entry OBJECT-TYPE
    SYNTAX       UMGR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { uMGR14NEConn,
             uMGR14NetwkElement,
             uMGR14MediaGatewayIx }
    ::= {  uMGR14Table  1  }

  UMGR14Entry  ::=  SEQUENCE
  {
    uMGR14NEConn                       Unsigned32,
    uMGR14NetwkElement                 DisplayString,
    uMGR14MediaGatewayIx               Unsigned32,
    uMGR14DeactivnMode                 INTEGER,
    uMGR14AlrmState                    INTEGER,
    uMGR14AlrmStateTimestamp           Unsigned32,
    uMGR14AlrmEvtsAttnRqLogCorr        Counter64,
    uMGR14AlrmEvtsAttnRq               Integer32,
    uMGR14AlrmEvtsAttnRqResetTimestamp Unsigned32,
    uMGR14ConnHwAlrmsAttnRq            Integer32,
    uMGR14ConnHwAlrmEvtsAttnRq         Integer32,
    uMGR14ConnHwAlrmsAtndDp            Integer32,
    uMGR14ConnHwAlrmEvtsAtndDp         Integer32,
    uMGR14TotChldAlrmsAttnRq           Unsigned32,
    uMGR14TotChldAlrmEvtsAttnRq        Unsigned32,
    uMGR14TotChldAlrmsAtndDp           Unsigned32,
    uMGR14TotChldAlrmEvtsAtndDp        Unsigned32,
    uMGR14SummaryChldAlrmState         INTEGER,
    uMGR14DoExtraActions               INTEGER,
    uMGR14RowStatus                    RowStatus,
    uMGR14AdminStatus                  AdminStatus,
    uMGR14OperStatus                   OperStatus,
    uMGR14CFSAMGCManagementIPAddr      DisplayString,
    uMGR14CFSAMGCName                  DisplayString,
    uMGR14SCrConnAlrmsAttnRq           Integer32,
    uMGR14SCrConnAlrmEvtsAttnRq        Integer32,
    uMGR14SCrConnAlrmsAtndDp           Integer32,
    uMGR14SCrConnAlrmEvtsAtndDp        Integer32,
    uMGR14CgstnSysLoad                 Unsigned32,
    uMGR14CgstnRTPRess                 Unsigned32,
    uMGR14StatisticsAlrms              Integer32,
    uMGR14ChldStatisticsAlrms          Integer32,
    uMGR14CFSAMGCSigIPAddr             DisplayString,
    uMGR14ProcARTMRevision             DisplayString,
    uMGR14ProcBRTMRevision             DisplayString,
    uMGR14HwFwVerBladeA                DisplayString,
    uMGR14HwFwVerBladeB                DisplayString,
    uMGR14NumDSPFarms                  Unsigned32,
    uMGR14DSPFirmwareBuildType         INTEGER,
    uMGR14TDMCfgAndClkingAlrmsAttnRq   Unsigned32,
    uMGR14TDMCfgAndClkingAlrmEvtsAttnRq
                                       Unsigned32,
    uMGR14SecondCFSSigIPAddr           DisplayString,
    uMGR14SecondCFSManagementIPAddr    DisplayString,
    uMGR14MediaProfAlrmsAttnRq         Integer32,
    uMGR14MediaProfAlrmEvtsAttnRq      Integer32,
    uMGR14H248M3UARmASAlrmsAttnRq      Unsigned32,
    uMGR14H248M3UARmASAlrmEvtsAttnRq   Unsigned32,
    uMGR14H248M3UARmASAlrmsAtndDp      Unsigned32,
    uMGR14H248M3UARmASAlrmEvtsAtndDp   Unsigned32,
    uMGR14NumDSPsRsvdIWF               Unsigned32,
    uMGR14ExportNumObjectsExported     Integer32,
    uMGR14ExportStatus                 DisplayString,
    uMGR14ExportFile                   DisplayString,
    uMGR14ExportCorr                   Counter64,
    uMGR14ExportCorrNode               DisplayString,
    uMGR14ExportCorrUID                DisplayString,
    uMGR14ExportIncASRepData           INTEGER,
    uMGR14H248MGCIPAddr                DisplayString,
    uMGR14ExportChldObjectsToInc       INTEGER,
    uMGR14H248MGCName                  DisplayString
  }

  uMGR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { uMGR14Entry  1 }

  uMGR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { uMGR14Entry  2 }

  uMGR14MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { uMGR14Entry  3 }

  uMGR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { uMGR14Entry  4 }

  uMGR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { uMGR14Entry  18 }

  uMGR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { uMGR14Entry  19 }

  uMGR14AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { uMGR14Entry  20 }

  uMGR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  21 }

  uMGR14AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { uMGR14Entry  22 }

  uMGR14ConnHwAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarms'."
    ::= { uMGR14Entry  32 }

  uMGR14ConnHwAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  33 }

  uMGR14ConnHwAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarms'."
    ::= { uMGR14Entry  34 }

  uMGR14ConnHwAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Hardware Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  35 }

  uMGR14TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { uMGR14Entry  36 }

  uMGR14TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { uMGR14Entry  37 }

  uMGR14TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { uMGR14Entry  38 }

  uMGR14TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { uMGR14Entry  39 }

  uMGR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { uMGR14Entry  40 }

  uMGR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR14Entry  41 }

  uMGR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { uMGR14Entry  42 }

  uMGR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR14Entry  43 }

  uMGR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { uMGR14Entry  44 }

  uMGR14CFSAMGCManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC Management IP address'."
    ::= { uMGR14Entry  46 }

  uMGR14CFSAMGCName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC name'."
    ::= { uMGR14Entry  47 }

  uMGR14SCrConnAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarms'."
    ::= { uMGR14Entry  53 }

  uMGR14SCrConnAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  54 }

  uMGR14SCrConnAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarms'."
    ::= { uMGR14Entry  55 }

  uMGR14SCrConnAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Cross Connect Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  56 }

  uMGR14CgstnSysLoad OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load'."
    ::= { uMGR14Entry  57 }

  uMGR14CgstnRTPRess OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - RTP resources'."
    ::= { uMGR14Entry  58 }

  uMGR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { uMGR14Entry  63 }

  uMGR14ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { uMGR14Entry  64 }

  uMGR14CFSAMGCSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC Signaling IP address'."
    ::= { uMGR14Entry  65 }

  uMGR14ProcARTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A RTM Revision'."
    ::= { uMGR14Entry  66 }

  uMGR14ProcBRTMRevision OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B RTM Revision'."
    ::= { uMGR14Entry  67 }

  uMGR14HwFwVerBladeA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade A'."
    ::= { uMGR14Entry  68 }

  uMGR14HwFwVerBladeB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Firmware Version - blade B'."
    ::= { uMGR14Entry  69 }

  uMGR14NumDSPFarms OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSP farms'."
    ::= { uMGR14Entry  70 }

  uMGR14DSPFirmwareBuildType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tDMOptimized(1),
                   voIPOptimized(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DSP firmware build type'."
    ::= { uMGR14Entry  71 }

  uMGR14TDMCfgAndClkingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarms'."
    ::= { uMGR14Entry  72 }

  uMGR14TDMCfgAndClkingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Configuration and Clocking Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  73 }

  uMGR14SecondCFSSigIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Signaling IP address'."
    ::= { uMGR14Entry  74 }

  uMGR14SecondCFSManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second Call Feature Server Management IP address'."
    ::= { uMGR14Entry  75 }

  uMGR14MediaProfAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarms'."
    ::= { uMGR14Entry  76 }

  uMGR14MediaProfAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Profile Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  77 }

  uMGR14H248M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarms'."
    ::= { uMGR14Entry  78 }

  uMGR14H248M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  79 }

  uMGR14H248M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarms'."
    ::= { uMGR14Entry  80 }

  uMGR14H248M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'H.248 M3UA Remote AS Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { uMGR14Entry  81 }

  uMGR14NumDSPsRsvdIWF OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of DSPs reserved for IWF'."
    ::= { uMGR14Entry  82 }

  uMGR14ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { uMGR14Entry  85 }

  uMGR14ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { uMGR14Entry  86 }

  uMGR14ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { uMGR14Entry  87 }

  uMGR14ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { uMGR14Entry  88 }

  uMGR14ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { uMGR14Entry  89 }

  uMGR14ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { uMGR14Entry  90 }

  uMGR14ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { uMGR14Entry  91 }

  uMGR14H248MGCIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 MGC IP address'."
    ::= { uMGR14Entry  92 }

  uMGR14ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { uMGR14Entry  93 }

  uMGR14H248MGCName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 MGC name'."
    ::= { uMGR14Entry  95 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 9.4.30                                                            */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  netElementR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2551 }

  netElementR18Entry OBJECT-TYPE
    SYNTAX       NetElementR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR18NEConn,
             netElementR18NetwkElement }
    ::= {  netElementR18Table  1  }

  NetElementR18Entry  ::=  SEQUENCE
  {
    netElementR18NEConn                Unsigned32,
    netElementR18NetwkElement          DisplayString,
    netElementR18UniqueSysIdentifier   DisplayString,
    netElementR18DeactivnMode          INTEGER,
    netElementR18MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR18ActivnState           INTEGER,
    netElementR18PercentageCfgUpload   Unsigned32,
    netElementR18FailEvts              Unsigned32,
    netElementR18Time                  Unsigned32,
    netElementR18SoftwareUpgradeState  INTEGER,
    netElementR18ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR18ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR18ProcAUpLvlVersionLvl  Integer32,
    netElementR18ProcAUpLvlServLvl     Integer32,
    netElementR18ProcAUpLvlBootLvl     Integer32,
    netElementR18ProcABackLvlVersionLvl
                                       Integer32,
    netElementR18ProcABackLvlServLvl   Integer32,
    netElementR18ProcABackLvlBootLvl   Integer32,
    netElementR18ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR18ProcANativeLvlServLvl Integer32,
    netElementR18ProcANativeLvlBootLvl Integer32,
    netElementR18ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR18ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR18ProcBUpLvlVersionLvl  Integer32,
    netElementR18ProcBUpLvlServLvl     Integer32,
    netElementR18ProcBUpLvlBootLvl     Integer32,
    netElementR18ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR18ProcBBackLvlServLvl   Integer32,
    netElementR18ProcBBackLvlBootLvl   Integer32,
    netElementR18ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR18ProcBNativeLvlServLvl Integer32,
    netElementR18ProcBNativeLvlBootLvl Integer32,
    netElementR18AlrmState             INTEGER,
    netElementR18AlrmLogCorr           Counter64,
    netElementR18AlrmEvtsAttnRq        Integer32,
    netElementR18AlrmStateTimestamp    Unsigned32,
    netElementR18AlrmResetTimestamp    Unsigned32,
    netElementR18RowStatus             RowStatus,
    netElementR18OperStatus            OperStatus,
    netElementR18GlobalSigIPv4Addr     DisplayString,
    netElementR18GlobalManagementIPAddr
                                       DisplayString,
    netElementR18GlobalCDCIRIIPAddr    DisplayString,
    netElementR18GlobalIPAddr          DisplayString,
    netElementR18NetwkElementType      INTEGER,
    netElementR18ClusterName           DisplayString,
    netElementR18PrimaryServer         INTEGER,
    netElementR18SysType               INTEGER,
    netElementR18ProcAType             INTEGER,
    netElementR18ProcBType             INTEGER,
    netElementR18SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR18SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR18SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR18PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR18UX4410ServerASerialNum
                                       DisplayString,
    netElementR18UX4410ServerBSerialNum
                                       DisplayString,
    netElementR18NetwkElementName      DisplayString,
    netElementR18DoExtraActions        INTEGER,
    netElementR18GlobalMediaIPv4Addr   DisplayString,
    netElementR18StatisticsAlrms       Integer32,
    netElementR18GlobalSigIPv6Addr     DisplayString,
    netElementR18GlobalMediaIPv6Addr   DisplayString,
    netElementR18HwProcSigIPv4Addr     DisplayString,
    netElementR18HwProcSigIPv6Addr     DisplayString,
    netElementR18HwProcMdIPv4Addr      DisplayString,
    netElementR18HwProcMdIPv6Addr      DisplayString,
    netElementR18PrimaryProcessor      INTEGER,
    netElementR18PreferredPrimaryLocation
                                       INTEGER,
    netElementR18ProcessorType         INTEGER,
    netElementR18SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR18SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR18SfwrVerNtvLvlServLvl  Integer32,
    netElementR18SfwrVerNtvLvlBootLvl  Integer32,
    netElementR18SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR18SfwrVerUpLvlServLvl   Integer32,
    netElementR18SfwrVerUpLvlBootLvl   Integer32,
    netElementR18SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR18SfwrVerBackLvlServLvl Integer32,
    netElementR18SfwrVerBackLvlBootLvl Integer32,
    netElementR18GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR18HwProcSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR18GRSiteID              Unsigned32,
    netElementR18GRSiteName            DisplayString,
    netElementR18GRRmStID              Unsigned32,
    netElementR18GRRmStName            DisplayString,
    netElementR18GRPrefSite            INTEGER,
    netElementR18GRControlling         INTEGER,
    netElementR18GRAutoSwitchoverEnabled
                                       INTEGER,
    netElementR18GRCfgChangesOverrideAvtd
                                       INTEGER,
    netElementR18GRRmStContManagement  INTEGER,
    netElementR18GRRmStContSig         INTEGER,
    netElementR18GRCalls               Unsigned32,
    netElementR18GRVulnerableCalls     Unsigned32,
    netElementR18LicensingLicenseStatus
                                       INTEGER,
    netElementR18LicensingExpiryDate   Unsigned32,
    netElementR18LicensingLicensingAlrmLogCorr
                                       Counter64,
    netElementR18LicensingDCMStatus    INTEGER,
    netElementR18LicensingBackupLicenseStatus
                                       INTEGER,
    netElementR18SysMigrControlling    INTEGER,
    netElementR18SysMigrRemSiteCntMgmt INTEGER,
    netElementR18SysMigrRemSiteCntSig  INTEGER,
    netElementR18SysMigrCalls          Unsigned32,
    netElementR18SysMigrVulnerableCalls
                                       Unsigned32
  }

  netElementR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR18Entry  1 }

  netElementR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR18Entry  2 }

  netElementR18UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR18Entry  3 }

  netElementR18DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR18Entry  5 }

  netElementR18MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR18Entry  6 }

  netElementR18ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR18Entry  7 }

  netElementR18PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR18Entry  8 }

  netElementR18FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR18Entry  9 }

  netElementR18Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR18Entry  10 }

  netElementR18SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR18Entry  11 }

  netElementR18ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR18Entry  12 }

  netElementR18ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR18Entry  13 }

  netElementR18ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR18Entry  14 }

  netElementR18ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR18Entry  15 }

  netElementR18ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR18Entry  16 }

  netElementR18ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR18Entry  17 }

  netElementR18ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR18Entry  18 }

  netElementR18ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR18Entry  19 }

  netElementR18ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR18Entry  20 }

  netElementR18ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR18Entry  21 }

  netElementR18ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR18Entry  22 }

  netElementR18ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR18Entry  23 }

  netElementR18ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR18Entry  24 }

  netElementR18ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR18Entry  25 }

  netElementR18ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR18Entry  26 }

  netElementR18ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR18Entry  27 }

  netElementR18ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR18Entry  28 }

  netElementR18ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR18Entry  29 }

  netElementR18ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR18Entry  30 }

  netElementR18ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR18Entry  31 }

  netElementR18ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR18Entry  32 }

  netElementR18ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR18Entry  33 }

  netElementR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR18Entry  53 }

  netElementR18AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR18Entry  54 }

  netElementR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR18Entry  55 }

  netElementR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR18Entry  56 }

  netElementR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR18Entry  57 }

  netElementR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR18Entry  58 }

  netElementR18OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR18Entry  59 }

  netElementR18GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR18Entry  60 }

  netElementR18GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR18Entry  61 }

  netElementR18GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR18Entry  62 }

  netElementR18GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR18Entry  64 }

  netElementR18NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR18Entry  65 }

  netElementR18ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR18Entry  66 }

  netElementR18PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR18Entry  67 }

  netElementR18SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR18Entry  72 }

  netElementR18ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR18Entry  73 }

  netElementR18ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR18Entry  74 }

  netElementR18SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR18Entry  82 }

  netElementR18SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR18Entry  83 }

  netElementR18SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR18Entry  84 }

  netElementR18PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorProcessorA(0),
                   metaViewDirectorProcessorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR18Entry  85 }

  netElementR18UX4410ServerASerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server A serial number'."
    ::= { netElementR18Entry  86 }

  netElementR18UX4410ServerBSerialNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'UX4410 Server B serial number'."
    ::= { netElementR18Entry  87 }

  netElementR18NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR18Entry  88 }

  netElementR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2),
                   switchControlToThisSite(3),
                   allowConfigurationChanges(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR18Entry  99 }

  netElementR18GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR18Entry  100 }

  netElementR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR18Entry  101 }

  netElementR18GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR18Entry  102 }

  netElementR18GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR18Entry  103 }

  netElementR18HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR18Entry  104 }

  netElementR18HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR18Entry  105 }

  netElementR18HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR18Entry  106 }

  netElementR18HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR18Entry  107 }

  netElementR18PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR18Entry  108 }

  netElementR18PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR18Entry  109 }

  netElementR18ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR18Entry  110 }

  netElementR18SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR18Entry  111 }

  netElementR18SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR18Entry  112 }

  netElementR18SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR18Entry  113 }

  netElementR18SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR18Entry  114 }

  netElementR18SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR18Entry  115 }

  netElementR18SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR18Entry  116 }

  netElementR18SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR18Entry  117 }

  netElementR18SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR18Entry  118 }

  netElementR18SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR18Entry  119 }

  netElementR18SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR18Entry  120 }

  netElementR18GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR18Entry  121 }

  netElementR18HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR18Entry  122 }

  netElementR18GRSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site ID'."
    ::= { netElementR18Entry  123 }

  netElementR18GRSiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site name'."
    ::= { netElementR18Entry  124 }

  netElementR18GRRmStID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site ID'."
    ::= { netElementR18Entry  125 }

  netElementR18GRRmStName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site name'."
    ::= { netElementR18Entry  126 }

  netElementR18GRPrefSite OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - preferred site'."
    ::= { netElementR18Entry  127 }

  netElementR18GRControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - controlling'."
    ::= { netElementR18Entry  128 }

  netElementR18GRAutoSwitchoverEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - automatic switchover enabled'."
    ::= { netElementR18Entry  129 }

  netElementR18GRCfgChangesOverrideAvtd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - configuration changes override activated'."
    ::= { netElementR18Entry  130 }

  netElementR18GRRmStContManagement OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Management)'."
    ::= { netElementR18Entry  131 }

  netElementR18GRRmStContSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Signaling)'."
    ::= { netElementR18Entry  132 }

  netElementR18GRCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - calls'."
    ::= { netElementR18Entry  133 }

  netElementR18GRVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - vulnerable calls'."
    ::= { netElementR18Entry  134 }

  netElementR18LicensingLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - license status'."
    ::= { netElementR18Entry  135 }

  netElementR18LicensingExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - expiry date'."
    ::= { netElementR18Entry  136 }

  netElementR18LicensingLicensingAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Licensing - licensing alarm log correlator'."
    ::= { netElementR18Entry  137 }

  netElementR18LicensingDCMStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   dCMOK(1),
                   dCMRedundancyReduced(2),
                   dCMSoftTokenExpiresSoon(3),
                   dCMUncontactable(4),
                   unknown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - DCM status'."
    ::= { netElementR18Entry  138 }

  netElementR18LicensingBackupLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - backup license status'."
    ::= { netElementR18Entry  139 }

  netElementR18SysMigrControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System migration - controlling'."
    ::= { netElementR18Entry  140 }

  netElementR18SysMigrRemSiteCntMgmt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - remote site contactable (Management)'."
    ::= { netElementR18Entry  141 }

  netElementR18SysMigrRemSiteCntSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - remote site contactable (Signaling)'."
    ::= { netElementR18Entry  142 }

  netElementR18SysMigrCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System migration - calls'."
    ::= { netElementR18Entry  143 }

  netElementR18SysMigrVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - vulnerable calls'."
    ::= { netElementR18Entry  144 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk / Access Gateway'                                     */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  tAGR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk / Access Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  2552 }

  tAGR11Entry OBJECT-TYPE
    SYNTAX       TAGR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGR11NEConn,
             tAGR11NetwkElement,
             tAGR11CFSIx,
             tAGR11GatewayIx }
    ::= {  tAGR11Table  1  }

  TAGR11Entry  ::=  SEQUENCE
  {
    tAGR11NEConn                       Unsigned32,
    tAGR11NetwkElement                 DisplayString,
    tAGR11CFSIx                        Unsigned32,
    tAGR11GatewayIx                    Unsigned32,
    tAGR11Desc                         DisplayString,
    tAGR11IPAddr                       DisplayString,
    tAGR11DomainName                   DisplayString,
    tAGR11MediaGatewayIPPort           Unsigned32,
    tAGR11CFSIPPort                    Unsigned32,
    tAGR11I1MediaGatewayModelNEConn    Unsigned32,
    tAGR11I2MediaGatewayModelNetwkElement
                                       DisplayString,
    tAGR11I3MediaGatewayModelCFSIx     Unsigned32,
    tAGR11I4MediaGatewayModelModelIx   Unsigned32,
    tAGR11ProviderStatus               INTEGER,
    tAGR11AlrmState                    INTEGER,
    tAGR11AlrmLogCorr                  Counter64,
    tAGR11AlrmEvtsAttnRq               Unsigned32,
    tAGR11AlrmEvtsAtndDp               Unsigned32,
    tAGR11AlrmStateTimestamp           Unsigned32,
    tAGR11AlrmResetTimestamp           Unsigned32,
    tAGR11AccDevAlrmsAttnRq            Unsigned32,
    tAGR11AccDevAlrmEvtsAttnRq         Unsigned32,
    tAGR11AccDevAlrmsAtndDp            Unsigned32,
    tAGR11AccDevAlrmEvtsAtndDp         Unsigned32,
    tAGR11DiagsAPITraceEnabled         INTEGER,
    tAGR11DiagsAPITraceTag             DisplayString,
    tAGR11SummaryChldAlrmState         INTEGER,
    tAGR11RowStatus                    RowStatus,
    tAGR11AdminStatus                  AdminStatus,
    tAGR11OperStatus                   OperStatus,
    tAGR11ImportCnt                    Integer32,
    tAGR11ImportStatus                 DisplayString,
    tAGR11ImportMode                   INTEGER,
    tAGR11ImportFile                   DisplayString,
    tAGR11ImportCorr                   Counter64,
    tAGR11ImportCorrNode               DisplayString,
    tAGR11ImportCorrUID                DisplayString,
    tAGR11DoExtraActions               INTEGER,
    tAGR11ResolvedIPAddr               DisplayString,
    tAGR11AuthenticationReqd           INTEGER,
    tAGR11Password                     DisplayString,
    tAGR11ConfirmPassword              DisplayString,
    tAGR11IntSSwitch                   INTEGER,
    tAGR11MediaGatewayName             DisplayString,
    tAGR11ShadowCfgActionStatus        INTEGER,
    tAGR11ShadowCfgActionLogCorr       Counter64,
    tAGR11ShadowCfgActionLogCorrNode   DisplayString,
    tAGR11ShadowCfgActionLogCorrUID    DisplayString,
    tAGR11ShadowCfgDeactivnMode        INTEGER,
    tAGR11ISDNSCTPAssocAlrmsAttnRq     Unsigned32,
    tAGR11ISDNSCTPAssocAlrmEvtsAttnRq  Unsigned32,
    tAGR11ISDNSCTPAssocAlrmsAtndDp     Unsigned32,
    tAGR11ISDNSCTPAssocAlrmEvtsAtndDp  Unsigned32,
    tAGR11CurrRTPPortAlrmsAttnRq       Unsigned32,
    tAGR11PrevRTPPortAlrmsAttnRq       Unsigned32,
    tAGR11CurrRTPPortAlrmsAtndDp       Unsigned32,
    tAGR11PrevRTPPortAlrmsAtndDp       Unsigned32,
    tAGR11CurrTDMPortAlrmsAttnRq       Unsigned32,
    tAGR11PrevTDMPortAlrmsAttnRq       Unsigned32,
    tAGR11CurrTDMPortAlrmsAtndDp       Unsigned32,
    tAGR11PrevTDMPortAlrmsAtndDp       Unsigned32,
    tAGR11TotChldAlrmsAttnRq           Unsigned32,
    tAGR11TotChldAlrmEvtsAttnRq        Unsigned32,
    tAGR11TotChldAlrmsAtndDp           Unsigned32,
    tAGR11TotChldAlrmEvtsAtndDp        Unsigned32,
    tAGR11I1TAGLocationNEConn          Unsigned32,
    tAGR11I2TAGLocationNetwkElement    DisplayString,
    tAGR11I3TAGLocationCFSIx           Unsigned32,
    tAGR11I4TAGLocationLocationIx      Unsigned32,
    tAGR11TAGLocationOtherVals         INTEGER,
    tAGR11CgstnSysLoadStatus           INTEGER,
    tAGR11CgstnSysLoadVal              Unsigned32,
    tAGR11CgstnRTPRessStatus           INTEGER,
    tAGR11CgstnRTPRessVal              Unsigned32,
    tAGR11CgstnRTPRessCombinedStatus   INTEGER,
    tAGR11CgstnRTPRessCombinedVal      Unsigned32,
    tAGR11ConnType                     INTEGER,
    tAGR11I1ESAProtDomNEConn           Unsigned32,
    tAGR11I2ESAProtDomNetwkElement     DisplayString,
    tAGR11I3ESAProtDomCFSIx            Unsigned32,
    tAGR11I4ESAProtDomESAProtDomIx     Unsigned32,
    tAGR11ESAProtDomOtherVals          INTEGER,
    tAGR11SDActI1NetwkNodeNEConn       Unsigned32,
    tAGR11SDActI2NetwkNodeNetwkElement DisplayString,
    tAGR11SDActI3NetwkNodeCFSIx        Unsigned32,
    tAGR11SDActI4NetwkNodeNodeIx       Unsigned32,
    tAGR11SDDefI1NetwkNodeNEConn       Unsigned32,
    tAGR11SDDefI2NetwkNodeNetwkElement DisplayString,
    tAGR11SDDefI3NetwkNodeCFSIx        Unsigned32,
    tAGR11SDDefI4NetwkNodeNodeIx       Unsigned32,
    tAGSDActR11SDActNetwkNodeOtherVals INTEGER,
    tAGSDDefR11SDActNetwkNodeOtherVals INTEGER,
    tAGR11SDUseDefNetwkNode            INTEGER,
    tAGR11StatisticsAlrms              Integer32,
    tAGR11IPAddrInESAMode              DisplayString,
    tAGR11SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR11SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR11SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    tAGR11UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER
  }

  tAGR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGR11Entry  1 }

  tAGR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGR11Entry  2 }

  tAGR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGR11Entry  3 }

  tAGR11GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGR11Entry  4 }

  tAGR11Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tAGR11Entry  5 }

  tAGR11IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This field is not writable when active."
    ::= { tAGR11Entry  6 }

  tAGR11DomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Domain name'.
                  This field is not writable when active."
    ::= { tAGR11Entry  7 }

  tAGR11MediaGatewayIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway IP port'.
                  This field is not writable when active."
    ::= { tAGR11Entry  8 }

  tAGR11CFSIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server IP port'.
                  This field is not writable when active."
    ::= { tAGR11Entry  9 }

  tAGR11I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR11Entry  10 }

  tAGR11I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR11Entry  11 }

  tAGR11I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR11Entry  12 }

  tAGR11I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { tAGR11Entry  13 }

  tAGR11ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGR11Entry  14 }

  tAGR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tAGR11Entry  16 }

  tAGR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { tAGR11Entry  17 }

  tAGR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  18 }

  tAGR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  19 }

  tAGR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tAGR11Entry  20 }

  tAGR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { tAGR11Entry  21 }

  tAGR11AccDevAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarms'."
    ::= { tAGR11Entry  22 }

  tAGR11AccDevAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  23 }

  tAGR11AccDevAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarms'."
    ::= { tAGR11Entry  24 }

  tAGR11AccDevAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  25 }

  tAGR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { tAGR11Entry  26 }

  tAGR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { tAGR11Entry  27 }

  tAGR11SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { tAGR11Entry  28 }

  tAGR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tAGR11Entry  29 }

  tAGR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR11Entry  30 }

  tAGR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR11Entry  31 }

  tAGR11ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { tAGR11Entry  32 }

  tAGR11ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { tAGR11Entry  33 }

  tAGR11ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { tAGR11Entry  34 }

  tAGR11ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { tAGR11Entry  35 }

  tAGR11ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { tAGR11Entry  36 }

  tAGR11ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { tAGR11Entry  37 }

  tAGR11ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { tAGR11Entry  38 }

  tAGR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   connectTo(2),
                   addShadowObjectsForGateway(3),
                   enableShadowObjectsForGateway(4),
                   activateShadowObjectsForGateway(5),
                   deactivateShadowObjectsForGateway(6),
                   disableShadowObjectsForGateway(7),
                   deleteShadowObjectsForGateway(8),
                   addShadowObjectsForAdaptor(9),
                   enableShadowObjectsForAdaptor(10),
                   activateShadowObjectsForAdaptor(11),
                   deactivateShadowObjectsForAdaptor(12),
                   disableShadowObjectsForAdaptor(13),
                   deleteShadowObjectsForAdaptor(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGR11Entry  39 }

  tAGR11ResolvedIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Resolved IP address'."
    ::= { tAGR11Entry  45 }

  tAGR11AuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication required'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { tAGR11Entry  52 }

  tAGR11Password OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Password'.
                  Field is write-only, GETs will return an empty string."
    ::= { tAGR11Entry  53 }

  tAGR11ConfirmPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm password'.
                  Field is write-only, GETs will return an empty string."
    ::= { tAGR11Entry  54 }

  tAGR11IntSSwitch OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Integrated softswitch'."
    ::= { tAGR11Entry  55 }

  tAGR11MediaGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway name'."
    ::= { tAGR11Entry  56 }

  tAGR11ShadowCfgActionStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   creatingPorts(1),
                   failedToCreatePorts(2),
                   createdPorts(3),
                   deactivatingPorts(4),
                   failedToDeactivatePorts(5),
                   deactivatedPorts(6),
                   disablingPorts(7),
                   failedToDisablePorts(8),
                   disabledPorts(9),
                   deletingPorts(10),
                   failedToDeletePorts(11),
                   deletedPorts(12),
                   activatingPorts(13),
                   failedToActivatePorts(14),
                   activatedPorts(15),
                   enablingPorts(16),
                   failedToEnablePorts(17),
                   enabledPorts(18)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action status'."
    ::= { tAGR11Entry  57 }

  tAGR11ShadowCfgActionLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator'."
    ::= { tAGR11Entry  58 }

  tAGR11ShadowCfgActionLogCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator node'."
    ::= { tAGR11Entry  59 }

  tAGR11ShadowCfgActionLogCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - action log correlator MS UID'."
    ::= { tAGR11Entry  60 }

  tAGR11ShadowCfgDeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow configuration - deactivation mode'."
    DEFVAL       { normal }
    ::= { tAGR11Entry  66 }

  tAGR11ISDNSCTPAssocAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarms'."
    ::= { tAGR11Entry  68 }

  tAGR11ISDNSCTPAssocAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  69 }

  tAGR11ISDNSCTPAssocAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarms'."
    ::= { tAGR11Entry  70 }

  tAGR11ISDNSCTPAssocAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN SCTP Association Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  71 }

  tAGR11CurrRTPPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarms'."
    ::= { tAGR11Entry  72 }

  tAGR11PrevRTPPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  73 }

  tAGR11CurrRTPPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarms'."
    ::= { tAGR11Entry  74 }

  tAGR11PrevRTPPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'RTP Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  75 }

  tAGR11CurrTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarms'."
    ::= { tAGR11Entry  76 }

  tAGR11PrevTDMPortAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  77 }

  tAGR11CurrTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarms'."
    ::= { tAGR11Entry  78 }

  tAGR11PrevTDMPortAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TDM Port Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGR11Entry  79 }

  tAGR11TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { tAGR11Entry  81 }

  tAGR11TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { tAGR11Entry  82 }

  tAGR11TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { tAGR11Entry  83 }

  tAGR11TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { tAGR11Entry  84 }

  tAGR11I1TAGLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR11Entry  85 }

  tAGR11I2TAGLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR11Entry  86 }

  tAGR11I3TAGLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR11Entry  87 }

  tAGR11I4TAGLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location',
                  This field represents index 'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { tAGR11Entry  88 }

  tAGR11TAGLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Location'.
                  This field represents the fixed
                  values that Location
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGR11Entry  89 }

  tAGR11CgstnSysLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - status'."
    ::= { tAGR11Entry  91 }

  tAGR11CgstnSysLoadVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion - system load - value'."
    ::= { tAGR11Entry  92 }

  tAGR11CgstnRTPRessStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   reportedByGateway(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - status'."
    ::= { tAGR11Entry  93 }

  tAGR11CgstnRTPRessVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - value'."
    ::= { tAGR11Entry  94 }

  tAGR11CgstnRTPRessCombinedStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(1),
                   limitedByGateway(3),
                   limitedByCFSAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined status'."
    ::= { tAGR11Entry  95 }

  tAGR11CgstnRTPRessCombinedVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion - RTP resources - combined value'."
    ::= { tAGR11Entry  96 }

  tAGR11ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   insecure(1),
                   secure(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection security type'."
    DEFVAL       { insecure }
    ::= { tAGR11Entry  97 }

  tAGR11I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR11Entry  98 }

  tAGR11I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR11Entry  99 }

  tAGR11I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR11Entry  100 }

  tAGR11I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { tAGR11Entry  101 }

  tAGR11ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGR11Entry  102 }

  tAGR11SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  103 }

  tAGR11SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  104 }

  tAGR11SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  105 }

  tAGR11SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  106 }

  tAGR11SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  107 }

  tAGR11SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  108 }

  tAGR11SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  109 }

  tAGR11SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  110 }

  tAGSDActR11SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  112 }

  tAGSDDefR11SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { tAGR11Entry  113 }

  tAGR11SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { tAGR11Entry  114 }

  tAGR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { tAGR11Entry  120 }

  tAGR11IPAddrInESAMode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address in ESA mode'."
    ::= { tAGR11Entry  121 }

  tAGR11SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { tAGR11Entry  122 }

  tAGR11SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { tAGR11Entry  123 }

  tAGR11SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { tAGR11Entry  124 }

  tAGR11UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { tAGR11Entry  125 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  tAGAccessDeviceR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF TAGAccessDeviceR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Access Devices'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2553 }

  tAGAccessDeviceR9Entry OBJECT-TYPE
    SYNTAX       TAGAccessDeviceR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { tAGAccessDeviceR9NEConn,
             tAGAccessDeviceR9NetwkElement,
             tAGAccessDeviceR9CFSIx,
             tAGAccessDeviceR9GatewayIx,
             tAGAccessDeviceR9DeviceIx }
    ::= {  tAGAccessDeviceR9Table  1  }

  TAGAccessDeviceR9Entry  ::=  SEQUENCE
  {
    tAGAccessDeviceR9NEConn            Unsigned32,
    tAGAccessDeviceR9NetwkElement      DisplayString,
    tAGAccessDeviceR9CFSIx             Unsigned32,
    tAGAccessDeviceR9GatewayIx         Unsigned32,
    tAGAccessDeviceR9DeviceIx          Unsigned32,
    tAGAccessDeviceR9MediaGatewayType  INTEGER,
    tAGAccessDeviceR9AccessProt        INTEGER,
    tAGAccessDeviceR9I1TAGNEConn       Unsigned32,
    tAGAccessDeviceR9I2TAGNetwkElement DisplayString,
    tAGAccessDeviceR9I3TAGCFSIx        Unsigned32,
    tAGAccessDeviceR9I4TAGGatewayIx    Unsigned32,
    tAGAccessDeviceR9I1SubGNEConn      Unsigned32,
    tAGAccessDeviceR9I2SubGNetwkElement
                                       DisplayString,
    tAGAccessDeviceR9I3SubGCFSIx       Unsigned32,
    tAGAccessDeviceR9I4SubGGatewayIx   Unsigned32,
    tAGAccessDeviceR9Desc              DisplayString,
    tAGAccessDeviceR9AccDevNum         Unsigned32,
    tAGAccessDeviceR9AccDevPortName    DisplayString,
    tAGAccessDeviceR9MaxLineNum        Unsigned32,
    tAGAccessDeviceR9DeactivnMode      INTEGER,
    tAGAccessDeviceR9AlrmState         INTEGER,
    tAGAccessDeviceR9AlrmEvtsAttnRq    Unsigned32,
    tAGAccessDeviceR9AlrmEvtsAtndDp    Unsigned32,
    tAGAccessDeviceR9AlrmStateTimestamp
                                       Unsigned32,
    tAGAccessDeviceR9RowStatus         RowStatus,
    tAGAccessDeviceR9AdminStatus       AdminStatus,
    tAGAccessDeviceR9OperStatus        OperStatus,
    tAGAccessDeviceR9ExportNumObjectsExported
                                       Integer32,
    tAGAccessDeviceR9ExportStatus      DisplayString,
    tAGAccessDeviceR9ExportFile        DisplayString,
    tAGAccessDeviceR9ExportCorr        Counter64,
    tAGAccessDeviceR9ExportCorrNode    DisplayString,
    tAGAccessDeviceR9ExportCorrUID     DisplayString,
    tAGAccessDeviceR9DoExtraActions    INTEGER,
    tAGAccessDeviceR9ProviderStatus    INTEGER,
    tAGAccessDeviceR9ConnType          INTEGER,
    tAGAccessDeviceR9T1I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR9T1I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR9T1I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR9T1I4AccessHardwarePortIx
                                       Integer32,
    tAGAccessDeviceR9AlrmEvtsAttnRqLogCorr
                                       Counter64,
    tAGAccessDeviceR9AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR9AlrmEvtsAtndDpLogCorr
                                       Counter64,
    tAGAccessDeviceR9AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    tAGAccessDeviceR9RcvGain           INTEGER,
    tAGAccessDeviceR9XmitGain          INTEGER,
    tAGAccessDeviceR9I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    tAGAccessDeviceR9I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    tAGAccessDeviceR9I3FaultMonitoringProfFMPIx
                                       Integer32,
    tAGAccessDeviceR9FaultMonitoringProfOtherVals
                                       INTEGER,
    tAGAccessDeviceR9ApplyFMPToReltdObjectTypes
                                       BITS,
    tAGAccessDeviceR9AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    tAGAccessDeviceR9T3I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR9T3I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR9T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR9T3I4AccessHardwarePortIx
                                       Integer32,
    tAGAccessDeviceR9ExportIncASRepData
                                       INTEGER,
    tAGAccessDeviceR9ExportChldObjectsToInc
                                       INTEGER,
    tAGAccessDeviceR9T2I1AccessHardwareNEConn
                                       Unsigned32,
    tAGAccessDeviceR9T2I2AccessHardwareNetwkElement
                                       DisplayString,
    tAGAccessDeviceR9T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    tAGAccessDeviceR9T2I4AccessHardwarePortIx
                                       Unsigned32
  }

  tAGAccessDeviceR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { tAGAccessDeviceR9Entry  1 }

  tAGAccessDeviceR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { tAGAccessDeviceR9Entry  2 }

  tAGAccessDeviceR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR9Entry  3 }

  tAGAccessDeviceR9GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { tAGAccessDeviceR9Entry  4 }

  tAGAccessDeviceR9DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { tAGAccessDeviceR9Entry  5 }

  tAGAccessDeviceR9MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR9Entry  6 }

  tAGAccessDeviceR9AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6),
                   v52(7),
                   tR08(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR9Entry  7 }

  tAGAccessDeviceR9I1TAGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  8 }

  tAGAccessDeviceR9I2TAGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  9 }

  tAGAccessDeviceR9I3TAGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  10 }

  tAGAccessDeviceR9I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  11 }

  tAGAccessDeviceR9I1SubGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  12 }

  tAGAccessDeviceR9I2SubGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  13 }

  tAGAccessDeviceR9I3SubGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  14 }

  tAGAccessDeviceR9I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { tAGAccessDeviceR9Entry  15 }

  tAGAccessDeviceR9Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { tAGAccessDeviceR9Entry  24 }

  tAGAccessDeviceR9AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR9Entry  25 }

  tAGAccessDeviceR9AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { tAGAccessDeviceR9Entry  26 }

  tAGAccessDeviceR9MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'."
    ::= { tAGAccessDeviceR9Entry  27 }

  tAGAccessDeviceR9DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { tAGAccessDeviceR9Entry  28 }

  tAGAccessDeviceR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { tAGAccessDeviceR9Entry  29 }

  tAGAccessDeviceR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR9Entry  31 }

  tAGAccessDeviceR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { tAGAccessDeviceR9Entry  32 }

  tAGAccessDeviceR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { tAGAccessDeviceR9Entry  33 }

  tAGAccessDeviceR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { tAGAccessDeviceR9Entry  35 }

  tAGAccessDeviceR9AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR9Entry  36 }

  tAGAccessDeviceR9OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR9Entry  37 }

  tAGAccessDeviceR9ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { tAGAccessDeviceR9Entry  38 }

  tAGAccessDeviceR9ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { tAGAccessDeviceR9Entry  39 }

  tAGAccessDeviceR9ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { tAGAccessDeviceR9Entry  40 }

  tAGAccessDeviceR9ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { tAGAccessDeviceR9Entry  41 }

  tAGAccessDeviceR9ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { tAGAccessDeviceR9Entry  42 }

  tAGAccessDeviceR9ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { tAGAccessDeviceR9Entry  43 }

  tAGAccessDeviceR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { tAGAccessDeviceR9Entry  44 }

  tAGAccessDeviceR9ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { tAGAccessDeviceR9Entry  45 }

  tAGAccessDeviceR9ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { tAGAccessDeviceR9Entry  46 }

  tAGAccessDeviceR9T1I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  51 }

  tAGAccessDeviceR9T1I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  52 }

  tAGAccessDeviceR9T1I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  53 }

  tAGAccessDeviceR9T1I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  54 }

  tAGAccessDeviceR9AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { tAGAccessDeviceR9Entry  56 }

  tAGAccessDeviceR9AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { tAGAccessDeviceR9Entry  57 }

  tAGAccessDeviceR9AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { tAGAccessDeviceR9Entry  58 }

  tAGAccessDeviceR9AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { tAGAccessDeviceR9Entry  59 }

  tAGAccessDeviceR9RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR9Entry  72 }

  tAGAccessDeviceR9XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { tAGAccessDeviceR9Entry  73 }

  tAGAccessDeviceR9I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR9Entry  74 }

  tAGAccessDeviceR9I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR9Entry  75 }

  tAGAccessDeviceR9I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { tAGAccessDeviceR9Entry  76 }

  tAGAccessDeviceR9FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { tAGAccessDeviceR9Entry  77 }

  tAGAccessDeviceR9ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { tAGAccessDeviceR9Entry  78 }

  tAGAccessDeviceR9AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { tAGAccessDeviceR9Entry  79 }

  tAGAccessDeviceR9T3I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR9Entry  80 }

  tAGAccessDeviceR9T3I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR9Entry  81 }

  tAGAccessDeviceR9T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR9Entry  82 }

  tAGAccessDeviceR9T3I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5PortSE'."
    ::= { tAGAccessDeviceR9Entry  83 }

  tAGAccessDeviceR9ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { tAGAccessDeviceR9Entry  84 }

  tAGAccessDeviceR9ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { tAGAccessDeviceR9Entry  85 }

  tAGAccessDeviceR9T2I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  86 }

  tAGAccessDeviceR9T2I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  87 }

  tAGAccessDeviceR9T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  88 }

  tAGAccessDeviceR9T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { tAGAccessDeviceR9Entry  89 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Access Device'                                              */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  subGAccessDeviceR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SubGAccessDeviceR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Subscriber Gateway'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2554 }

  subGAccessDeviceR7Entry OBJECT-TYPE
    SYNTAX       SubGAccessDeviceR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { subGAccessDeviceR7NEConn,
             subGAccessDeviceR7NetwkElement,
             subGAccessDeviceR7CFSIx,
             subGAccessDeviceR7GatewayIx,
             subGAccessDeviceR7DeviceIx }
    ::= {  subGAccessDeviceR7Table  1  }

  SubGAccessDeviceR7Entry  ::=  SEQUENCE
  {
    subGAccessDeviceR7NEConn           Unsigned32,
    subGAccessDeviceR7NetwkElement     DisplayString,
    subGAccessDeviceR7CFSIx            Unsigned32,
    subGAccessDeviceR7GatewayIx        Unsigned32,
    subGAccessDeviceR7DeviceIx         Unsigned32,
    subGAccessDeviceR7MediaGatewayType INTEGER,
    subGAccessDeviceR7AccessProt       INTEGER,
    subGAccessDeviceR7I1TAGNEConn      Unsigned32,
    subGAccessDeviceR7I2TAGNetwkElement
                                       DisplayString,
    subGAccessDeviceR7I3TAGCFSIx       Unsigned32,
    subGAccessDeviceR7I4TAGGatewayIx   Unsigned32,
    subGAccessDeviceR7I1SubGNEConn     Unsigned32,
    subGAccessDeviceR7I2SubGNetwkElement
                                       DisplayString,
    subGAccessDeviceR7I3SubGCFSIx      Unsigned32,
    subGAccessDeviceR7I4SubGGatewayIx  Unsigned32,
    subGAccessDeviceR7Desc             DisplayString,
    subGAccessDeviceR7AccDevNum        Unsigned32,
    subGAccessDeviceR7AccDevPortName   DisplayString,
    subGAccessDeviceR7MaxLineNum       Unsigned32,
    subGAccessDeviceR7DeactivnMode     INTEGER,
    subGAccessDeviceR7AlrmState        INTEGER,
    subGAccessDeviceR7AlEvtsAttnRq     Unsigned32,
    subGAccessDeviceR7AlEvtsAtndDp     Unsigned32,
    subGAccessDeviceR7AlStateTimestamp Unsigned32,
    subGAccessDeviceR7RowStatus        RowStatus,
    subGAccessDeviceR7AdminStatus      AdminStatus,
    subGAccessDeviceR7OperStatus       OperStatus,
    subGAccessDeviceR7ExportNumObjectsExported
                                       Integer32,
    subGAccessDeviceR7ExportStatus     DisplayString,
    subGAccessDeviceR7ExportFile       DisplayString,
    subGAccessDeviceR7ExportCorr       Counter64,
    subGAccessDeviceR7ExportCorrNode   DisplayString,
    subGAccessDeviceR7ExportCorrUID    DisplayString,
    subGAccessDeviceR7DoExtraActions   INTEGER,
    subGAccessDeviceR7ProviderStatus   INTEGER,
    subGAccessDeviceR7ConnType         INTEGER,
    subGAccessDeviceR7T1I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR7T1I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR7T1I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR7T1I4AccessHardwarePortIx
                                       Integer32,
    subGAccessDeviceR7AlEvtsAttnRqLogCorr
                                       Counter64,
    subGAccessDeviceR7AlEvtsAttnRqResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR7AlEvtsAtndDpLogCorr
                                       Counter64,
    subGAccessDeviceR7AlEvtsAtndDpResetTimestamp
                                       Unsigned32,
    subGAccessDeviceR7ExportIncASRepData
                                       INTEGER,
    subGAccessDeviceR7ExportChldObjectsToInc
                                       INTEGER,
    subGAccessDeviceR7T3I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR7T3I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR7T3I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR7T3I4AccessHardwarePortIx
                                       Integer32,
    subGAccessDeviceR7T2I1AccessHardwareNEConn
                                       Unsigned32,
    subGAccessDeviceR7T2I2AccessHardwareNetwkElement
                                       DisplayString,
    subGAccessDeviceR7T2I3AccessHardwareMediaGatewayIx
                                       Unsigned32,
    subGAccessDeviceR7T2I4AccessHardwarePortIx
                                       Unsigned32
  }

  subGAccessDeviceR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { subGAccessDeviceR7Entry  1 }

  subGAccessDeviceR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { subGAccessDeviceR7Entry  2 }

  subGAccessDeviceR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { subGAccessDeviceR7Entry  3 }

  subGAccessDeviceR7GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This is an index field."
    ::= { subGAccessDeviceR7Entry  4 }

  subGAccessDeviceR7DeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device index'.
                  This is an index field."
    ::= { subGAccessDeviceR7Entry  5 }

  subGAccessDeviceR7MediaGatewayType OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway type'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { subGAccessDeviceR7Entry  6 }

  subGAccessDeviceR7AccessProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   bLES(1),
                   voIP(2),
                   gR303(3),
                   sIP(4),
                   configuredSIP(5),
                   directT1CASNorthAmericaOnly(6),
                   v52(7),
                   tR08(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access protocol'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR7Entry  7 }

  subGAccessDeviceR7I1TAGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  8 }

  subGAccessDeviceR7I2TAGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  9 }

  subGAccessDeviceR7I3TAGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  10 }

  subGAccessDeviceR7I4TAGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Trunk / Access Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  11 }

  subGAccessDeviceR7I1SubGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  12 }

  subGAccessDeviceR7I2SubGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  13 }

  subGAccessDeviceR7I3SubGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  14 }

  subGAccessDeviceR7I4SubGGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'.
                  This field is not valid at creation time."
    ::= { subGAccessDeviceR7Entry  15 }

  subGAccessDeviceR7Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { subGAccessDeviceR7Entry  24 }

  subGAccessDeviceR7AccDevNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Device number'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR7Entry  25 }

  subGAccessDeviceR7AccDevPortName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..16))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port name'.
                  This field is not writable when active."
    ::= { subGAccessDeviceR7Entry  26 }

  subGAccessDeviceR7MaxLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum line number'."
    ::= { subGAccessDeviceR7Entry  27 }

  subGAccessDeviceR7DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { subGAccessDeviceR7Entry  28 }

  subGAccessDeviceR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { subGAccessDeviceR7Entry  29 }

  subGAccessDeviceR7AlEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR7Entry  31 }

  subGAccessDeviceR7AlEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { subGAccessDeviceR7Entry  32 }

  subGAccessDeviceR7AlStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { subGAccessDeviceR7Entry  33 }

  subGAccessDeviceR7RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { subGAccessDeviceR7Entry  35 }

  subGAccessDeviceR7AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR7Entry  36 }

  subGAccessDeviceR7OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR7Entry  37 }

  subGAccessDeviceR7ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { subGAccessDeviceR7Entry  38 }

  subGAccessDeviceR7ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { subGAccessDeviceR7Entry  39 }

  subGAccessDeviceR7ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { subGAccessDeviceR7Entry  40 }

  subGAccessDeviceR7ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { subGAccessDeviceR7Entry  41 }

  subGAccessDeviceR7ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator metaswitch'."
    ::= { subGAccessDeviceR7Entry  42 }

  subGAccessDeviceR7ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { subGAccessDeviceR7Entry  43 }

  subGAccessDeviceR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { subGAccessDeviceR7Entry  44 }

  subGAccessDeviceR7ProviderStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unavailable(0),
                   available(1),
                   inactive(2),
                   active(3),
                   outOfService(4),
                   quiescing(5),
                   unconfigured(6),
                   pendingAvailable(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Provider status'."
    ::= { subGAccessDeviceR7Entry  45 }

  subGAccessDeviceR7ConnType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analog(1),
                   digital(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connection type'.
                  This field is not writable when active."
    DEFVAL       { analog }
    ::= { subGAccessDeviceR7Entry  46 }

  subGAccessDeviceR7T1I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR7Entry  51 }

  subGAccessDeviceR7T1I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR7Entry  52 }

  subGAccessDeviceR7T1I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR7Entry  53 }

  subGAccessDeviceR7T1I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOIDTPortSE'."
    ::= { subGAccessDeviceR7Entry  54 }

  subGAccessDeviceR7AlEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { subGAccessDeviceR7Entry  56 }

  subGAccessDeviceR7AlEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { subGAccessDeviceR7Entry  57 }

  subGAccessDeviceR7AlEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { subGAccessDeviceR7Entry  58 }

  subGAccessDeviceR7AlEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { subGAccessDeviceR7Entry  59 }

  subGAccessDeviceR7ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { subGAccessDeviceR7Entry  75 }

  subGAccessDeviceR7ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { subGAccessDeviceR7Entry  76 }

  subGAccessDeviceR7T3I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR7Entry  80 }

  subGAccessDeviceR7T3I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR7Entry  81 }

  subGAccessDeviceR7T3I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR7Entry  82 }

  subGAccessDeviceR7T3I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOV5PortSE'."
    ::= { subGAccessDeviceR7Entry  83 }

  subGAccessDeviceR7T2I1AccessHardwareNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR7Entry  84 }

  subGAccessDeviceR7T2I2AccessHardwareNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR7Entry  85 }

  subGAccessDeviceR7T2I3AccessHardwareMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR7Entry  86 }

  subGAccessDeviceR7T2I4AccessHardwarePortIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Hardware',
                  This field represents index 'Port index'
                  in referenced type 'BOOTR08IDTPortSE'."
    ::= { subGAccessDeviceR7Entry  87 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  aGCPBXR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2555 }

  aGCPBXR3Entry OBJECT-TYPE
    SYNTAX       AGCPBXR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXR3NEConn,
             aGCPBXR3NetwkElement,
             aGCPBXR3CFSIx,
             aGCPBXR3DirNum }
    ::= {  aGCPBXR3Table  1  }

  AGCPBXR3Entry  ::=  SEQUENCE
  {
    aGCPBXR3NEConn                     Unsigned32,
    aGCPBXR3NetwkElement               DisplayString,
    aGCPBXR3CFSIx                      Unsigned32,
    aGCPBXR3DirNum                     DisplayString,
    aGCPBXR3CustInfo                   DisplayString,
    aGCPBXR3CustInfo2                  DisplayString,
    aGCPBXR3CustInfo3                  DisplayString,
    aGCPBXR3CustInfo4                  DisplayString,
    aGCPBXR3CustInfo5                  DisplayString,
    aGCPBXR3CustInfo6                  DisplayString,
    aGCPBXR3I1LineGpNEConn             Unsigned32,
    aGCPBXR3I2LineGpNetwkElement       DisplayString,
    aGCPBXR3I3LineGpCFSIx              Unsigned32,
    aGCPBXR3I4LineGpSubGpIx            Unsigned32,
    aGCPBXR3SigType                    INTEGER,
    aGCPBXR3LineSelMethod              INTEGER,
    aGCPBXR3PBXFixBits                 BITS,
    aGCPBXR3ANIDNISFormat              DisplayString,
    aGCPBXR3UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    aGCPBXR3UseDNIdentification        INTEGER,
    aGCPBXR3SIPUserName                DisplayString,
    aGCPBXR3UseDomainFromRegistrar     INTEGER,
    aGCPBXR3SIPDomainName              DisplayString,
    aGCPBXR3SIPAuthenticationReqd      INTEGER,
    aGCPBXR3NewSIPPassword             DisplayString,
    aGCPBXR3ConfirmNewSIPPassword      DisplayString,
    aGCPBXR3SIPPassword                DisplayString,
    aGCPBXR3SDActLineTimezone          LongDisplayString,
    aGCPBXR3SDDefLineTimezone          LongDisplayString,
    aGCPBXR3SDUseDefLineTimezone       INTEGER,
    aGCPBXR3EnabledDate                Unsigned32,
    aGCPBXR3SASHostname                LongDisplayString,
    aGCPBXR3SDActLCC1                  INTEGER,
    aGCPBXR3SDDefLCC1                  INTEGER,
    aGCPBXR3SDUseDefLCC1               INTEGER,
    aGCPBXR3SDActLCC2                  INTEGER,
    aGCPBXR3SDDefLCC2                  INTEGER,
    aGCPBXR3SDUseDefLCC2               INTEGER,
    aGCPBXR3SDActLCC3                  INTEGER,
    aGCPBXR3SDDefLCC3                  INTEGER,
    aGCPBXR3SDUseDefLCC3               INTEGER,
    aGCPBXR3SDActLCC4                  INTEGER,
    aGCPBXR3SDDefLCC4                  INTEGER,
    aGCPBXR3SDUseDefLCC4               INTEGER,
    aGCPBXR3SDActLCC5                  INTEGER,
    aGCPBXR3SDDefLCC5                  INTEGER,
    aGCPBXR3SDUseDefLCC5               INTEGER,
    aGCPBXR3SDActLCC6                  INTEGER,
    aGCPBXR3SDDefLCC6                  INTEGER,
    aGCPBXR3SDUseDefLCC6               INTEGER,
    aGCPBXR3SDActLCC7                  INTEGER,
    aGCPBXR3SDDefLCC7                  INTEGER,
    aGCPBXR3SDUseDefLCC7               INTEGER,
    aGCPBXR3SDActLCC8                  INTEGER,
    aGCPBXR3SDDefLCC8                  INTEGER,
    aGCPBXR3SDUseDefLCC8               INTEGER,
    aGCPBXR3SDActLCC9                  INTEGER,
    aGCPBXR3SDDefLCC9                  INTEGER,
    aGCPBXR3SDUseDefLCC9               INTEGER,
    aGCPBXR3SDActLCC10                 INTEGER,
    aGCPBXR3SDDefLCC10                 INTEGER,
    aGCPBXR3SDUseDefLCC10              INTEGER,
    aGCPBXR3SDActLCC11                 INTEGER,
    aGCPBXR3SDDefLCC11                 INTEGER,
    aGCPBXR3SDUseDefLCC11              INTEGER,
    aGCPBXR3SDActLCC12                 INTEGER,
    aGCPBXR3SDDefLCC12                 INTEGER,
    aGCPBXR3SDUseDefLCC12              INTEGER,
    aGCPBXR3SDActLCC13                 INTEGER,
    aGCPBXR3SDDefLCC13                 INTEGER,
    aGCPBXR3SDUseDefLCC13              INTEGER,
    aGCPBXR3SDActLCC14                 INTEGER,
    aGCPBXR3SDDefLCC14                 INTEGER,
    aGCPBXR3SDUseDefLCC14              INTEGER,
    aGCPBXR3SDActLCC15                 INTEGER,
    aGCPBXR3SDDefLCC15                 INTEGER,
    aGCPBXR3SDUseDefLCC15              INTEGER,
    aGCPBXR3SDActLCC16                 INTEGER,
    aGCPBXR3SDDefLCC16                 INTEGER,
    aGCPBXR3SDUseDefLCC16              INTEGER,
    aGCPBXR3SDActLCC17                 INTEGER,
    aGCPBXR3SDDefLCC17                 INTEGER,
    aGCPBXR3SDUseDefLCC17              INTEGER,
    aGCPBXR3SDActLCC18                 INTEGER,
    aGCPBXR3SDDefLCC18                 INTEGER,
    aGCPBXR3SDUseDefLCC18              INTEGER,
    aGCPBXR3SDActLCC19                 INTEGER,
    aGCPBXR3SDDefLCC19                 INTEGER,
    aGCPBXR3SDUseDefLCC19              INTEGER,
    aGCPBXR3SDActLCC20                 INTEGER,
    aGCPBXR3SDDefLCC20                 INTEGER,
    aGCPBXR3SDUseDefLCC20              INTEGER,
    aGCPBXR3DiagsLogLvl                INTEGER,
    aGCPBXR3DiagsAPITraceEnabled       INTEGER,
    aGCPBXR3DiagsAPITraceTag           DisplayString,
    aGCPBXR3DiagsAPITraceRemNum        DisplayString,
    aGCPBXR3SDActVQMCallLogging        INTEGER,
    aGCPBXR3SDDefVQMCallLogging        INTEGER,
    aGCPBXR3SDUseDefVQMCallLogging     INTEGER,
    aGCPBXR3I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCPBXR3I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCPBXR3I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCPBXR3I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCPBXR3TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCPBXR3RegDtlsCurrRegistered      INTEGER,
    aGCPBXR3RegDtlsRegistrationIdentity
                                       LongDisplayString,
    aGCPBXR3RegDtlsRegisteredIdentities
                                       LongDisplayString,
    aGCPBXR3RegDtlsServRoute           LongDisplayString,
    aGCPBXR3RegDtlsDurn                Unsigned32,
    aGCPBXR3RegDtlsExpiryTime          Unsigned32,
    aGCPBXR3RegDtlsLastRegistrationTime
                                       Unsigned32,
    aGCPBXR3RegDtlsErrCode             Unsigned32,
    aGCPBXR3RegDtlsErrReason           LongDisplayString,
    aGCPBXR3I1FaultMonitoringProfEMSIx Unsigned32,
    aGCPBXR3I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCPBXR3I3FaultMonitoringProfFMPIx Integer32,
    aGCPBXR3FaultMonitoringProfOtherVals
                                       INTEGER,
    aGCPBXR3ApplyFMPToReltdObjectTypes BITS,
    aGCPBXR3AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCPBXR3AlrmState                  INTEGER,
    aGCPBXR3AlrmLogCorr                Counter64,
    aGCPBXR3AddtlAlrmLogCorr           Counter64,
    aGCPBXR3AlrmEvtsAttnRq             Unsigned32,
    aGCPBXR3AlrmEvtsAtndDp             Unsigned32,
    aGCPBXR3AlrmStateTimestamp         Unsigned32,
    aGCPBXR3CurrPBXLineAlrmsAttnRq     Unsigned32,
    aGCPBXR3PrevPBXLineAlrmsAttnRq     Unsigned32,
    aGCPBXR3CurrPBXLineAlrmsAtndDp     Unsigned32,
    aGCPBXR3PrevPBXLineAlrmsAtndDp     Unsigned32,
    aGCPBXR3SummaryChldAlrmState       INTEGER,
    aGCPBXR3ExportNumObjectsExported   Integer32,
    aGCPBXR3ExportStatus               DisplayString,
    aGCPBXR3ExportFile                 DisplayString,
    aGCPBXR3ExportCorr                 Counter64,
    aGCPBXR3ExportCorrNode             DisplayString,
    aGCPBXR3ExportCorrUID              DisplayString,
    aGCPBXR3DoExtraActions             INTEGER,
    aGCPBXR3RowStatus                  RowStatus,
    aGCPBXR3SDActI1SIPRegistrarNEConn  Unsigned32,
    aGCPBXR3SDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXR3SDActI3SIPRegistrarCFSIx   Unsigned32,
    aGCPBXR3SDActI4SIPRegistrarSIPIx   Unsigned32,
    aGCPBXR3SDActI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCPBXR3SDDefI1SIPRegistrarNEConn  Unsigned32,
    aGCPBXR3SDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCPBXR3SDDefI3SIPRegistrarCFSIx   Unsigned32,
    aGCPBXR3SDDefI4SIPRegistrarSIPIx   Unsigned32,
    aGCPBXR3SDDefI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCPBXR3SDUseDefSIPRegistrar       INTEGER,
    aGCPBXR3ExportIncASRepData         INTEGER,
    aGCPBXR3ExportChldObjectsToInc     INTEGER,
    aGCPBXR3OutboundCldPartyTON        INTEGER
  }

  aGCPBXR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXR3Entry  1 }

  aGCPBXR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXR3Entry  2 }

  aGCPBXR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXR3Entry  3 }

  aGCPBXR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXR3Entry  4 }

  aGCPBXR3CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCPBXR3Entry  5 }

  aGCPBXR3CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCPBXR3Entry  6 }

  aGCPBXR3CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCPBXR3Entry  7 }

  aGCPBXR3CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCPBXR3Entry  8 }

  aGCPBXR3CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCPBXR3Entry  9 }

  aGCPBXR3CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCPBXR3Entry  10 }

  aGCPBXR3I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR3Entry  11 }

  aGCPBXR3I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR3Entry  12 }

  aGCPBXR3I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR3Entry  13 }

  aGCPBXR3I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCPBXR3Entry  14 }

  aGCPBXR3SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXR3Entry  15 }

  aGCPBXR3LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { aGCPBXR3Entry  16 }

  aGCPBXR3PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { aGCPBXR3Entry  17 }

  aGCPBXR3ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { aGCPBXR3Entry  18 }

  aGCPBXR3UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { aGCPBXR3Entry  19 }

  aGCPBXR3UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXR3Entry  31 }

  aGCPBXR3SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCPBXR3Entry  32 }

  aGCPBXR3UseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  33 }

  aGCPBXR3SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCPBXR3Entry  34 }

  aGCPBXR3SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  35 }

  aGCPBXR3NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXR3Entry  36 }

  aGCPBXR3ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCPBXR3Entry  37 }

  aGCPBXR3SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCPBXR3Entry  38 }

  aGCPBXR3SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  40 }

  aGCPBXR3SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  41 }

  aGCPBXR3SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  42 }

  aGCPBXR3EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCPBXR3Entry  43 }

  aGCPBXR3SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCPBXR3Entry  44 }

  aGCPBXR3SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  45 }

  aGCPBXR3SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  46 }

  aGCPBXR3SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  47 }

  aGCPBXR3SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  48 }

  aGCPBXR3SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  49 }

  aGCPBXR3SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  50 }

  aGCPBXR3SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  51 }

  aGCPBXR3SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  52 }

  aGCPBXR3SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  53 }

  aGCPBXR3SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  54 }

  aGCPBXR3SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  55 }

  aGCPBXR3SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  56 }

  aGCPBXR3SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  57 }

  aGCPBXR3SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  58 }

  aGCPBXR3SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  59 }

  aGCPBXR3SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  60 }

  aGCPBXR3SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  61 }

  aGCPBXR3SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  62 }

  aGCPBXR3SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  63 }

  aGCPBXR3SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  64 }

  aGCPBXR3SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  65 }

  aGCPBXR3SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  66 }

  aGCPBXR3SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  67 }

  aGCPBXR3SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  68 }

  aGCPBXR3SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  69 }

  aGCPBXR3SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  70 }

  aGCPBXR3SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  71 }

  aGCPBXR3SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  72 }

  aGCPBXR3SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  73 }

  aGCPBXR3SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  74 }

  aGCPBXR3SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  75 }

  aGCPBXR3SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  76 }

  aGCPBXR3SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  77 }

  aGCPBXR3SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  78 }

  aGCPBXR3SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  79 }

  aGCPBXR3SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  80 }

  aGCPBXR3SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  81 }

  aGCPBXR3SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  82 }

  aGCPBXR3SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  83 }

  aGCPBXR3SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  84 }

  aGCPBXR3SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  85 }

  aGCPBXR3SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  86 }

  aGCPBXR3SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  87 }

  aGCPBXR3SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  88 }

  aGCPBXR3SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  89 }

  aGCPBXR3SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  90 }

  aGCPBXR3SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  91 }

  aGCPBXR3SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  92 }

  aGCPBXR3SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  93 }

  aGCPBXR3SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  94 }

  aGCPBXR3SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  95 }

  aGCPBXR3SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  96 }

  aGCPBXR3SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  97 }

  aGCPBXR3SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  98 }

  aGCPBXR3SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  99 }

  aGCPBXR3SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  100 }

  aGCPBXR3SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  101 }

  aGCPBXR3SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  102 }

  aGCPBXR3SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  103 }

  aGCPBXR3SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  104 }

  aGCPBXR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXR3Entry  105 }

  aGCPBXR3DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXR3Entry  106 }

  aGCPBXR3DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXR3Entry  107 }

  aGCPBXR3DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXR3Entry  108 }

  aGCPBXR3SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  109 }

  aGCPBXR3SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXR3Entry  110 }

  aGCPBXR3SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  111 }

  aGCPBXR3I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR3Entry  112 }

  aGCPBXR3I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR3Entry  113 }

  aGCPBXR3I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR3Entry  114 }

  aGCPBXR3I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCPBXR3Entry  115 }

  aGCPBXR3TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXR3Entry  116 }

  aGCPBXR3RegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCPBXR3Entry  117 }

  aGCPBXR3RegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCPBXR3Entry  118 }

  aGCPBXR3RegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCPBXR3Entry  119 }

  aGCPBXR3RegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCPBXR3Entry  120 }

  aGCPBXR3RegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCPBXR3Entry  121 }

  aGCPBXR3RegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCPBXR3Entry  122 }

  aGCPBXR3RegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCPBXR3Entry  123 }

  aGCPBXR3RegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCPBXR3Entry  124 }

  aGCPBXR3RegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCPBXR3Entry  125 }

  aGCPBXR3I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR3Entry  126 }

  aGCPBXR3I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR3Entry  127 }

  aGCPBXR3I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCPBXR3Entry  128 }

  aGCPBXR3FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCPBXR3Entry  129 }

  aGCPBXR3ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCPBXR3Entry  130 }

  aGCPBXR3AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  131 }

  aGCPBXR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXR3Entry  132 }

  aGCPBXR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXR3Entry  133 }

  aGCPBXR3AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXR3Entry  134 }

  aGCPBXR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR3Entry  135 }

  aGCPBXR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR3Entry  136 }

  aGCPBXR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXR3Entry  137 }

  aGCPBXR3CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { aGCPBXR3Entry  138 }

  aGCPBXR3PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR3Entry  139 }

  aGCPBXR3CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { aGCPBXR3Entry  140 }

  aGCPBXR3PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXR3Entry  141 }

  aGCPBXR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCPBXR3Entry  142 }

  aGCPBXR3ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCPBXR3Entry  143 }

  aGCPBXR3ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCPBXR3Entry  144 }

  aGCPBXR3ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCPBXR3Entry  145 }

  aGCPBXR3ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCPBXR3Entry  146 }

  aGCPBXR3ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCPBXR3Entry  147 }

  aGCPBXR3ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCPBXR3Entry  148 }

  aGCPBXR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCPBXR3Entry  149 }

  aGCPBXR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXR3Entry  150 }

  aGCPBXR3SDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  151 }

  aGCPBXR3SDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  152 }

  aGCPBXR3SDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  153 }

  aGCPBXR3SDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  154 }

  aGCPBXR3SDActI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  155 }

  aGCPBXR3SDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  156 }

  aGCPBXR3SDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  157 }

  aGCPBXR3SDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  158 }

  aGCPBXR3SDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  159 }

  aGCPBXR3SDDefI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCPBXR3Entry  160 }

  aGCPBXR3SDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXR3Entry  161 }

  aGCPBXR3ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCPBXR3Entry  162 }

  aGCPBXR3ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCPBXR3Entry  163 }

  aGCPBXR3OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { aGCPBXR3Entry  164 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Off-Premises Extension Service'                             */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  indLineOPXR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineOPXR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2556 }

  indLineOPXR3Entry OBJECT-TYPE
    SYNTAX       IndLineOPXR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineOPXR3NEConn,
             indLineOPXR3NetwkElement,
             indLineOPXR3CFSIx,
             indLineOPXR3DirNum,
             indLineOPXR3OPXDirNum }
    ::= {  indLineOPXR3Table  1  }

  IndLineOPXR3Entry  ::=  SEQUENCE
  {
    indLineOPXR3NEConn                 Unsigned32,
    indLineOPXR3NetwkElement           DisplayString,
    indLineOPXR3CFSIx                  Unsigned32,
    indLineOPXR3DirNum                 DisplayString,
    indLineOPXR3OPXSubscribed          INTEGER,
    indLineOPXR3OPXDirNum              DisplayString,
    indLineOPXR3T1I1AccDevNEConn       Unsigned32,
    indLineOPXR3T1I2AccDevNetwkElement DisplayString,
    indLineOPXR3T1I3AccDevCFSIx        Unsigned32,
    indLineOPXR3T1I4AccDevGatewayIx    Unsigned32,
    indLineOPXR3T1I5AccDevDeviceIx     Unsigned32,
    indLineOPXR3T2I1AccDevNEConn       Unsigned32,
    indLineOPXR3T2I2AccDevNetwkElement DisplayString,
    indLineOPXR3T2I3AccDevCFSIx        Unsigned32,
    indLineOPXR3T2I4AccDevGatewayIx    Unsigned32,
    indLineOPXR3T2I5AccDevDeviceIx     Unsigned32,
    indLineOPXR3AccessLineNum          Unsigned32,
    indLineOPXR3SignalFunctionCode     INTEGER,
    indLineOPXR3AlrmState              INTEGER,
    indLineOPXR3AlrmLogCorr            Counter64,
    indLineOPXR3AddtlAlrmLogCorr       Counter64,
    indLineOPXR3AlrmEvtsAttnRq         Unsigned32,
    indLineOPXR3AlrmEvtsAtndDp         Unsigned32,
    indLineOPXR3AlrmStateTimestamp     Unsigned32,
    indLineOPXR3DiagsLogLvl            INTEGER,
    indLineOPXR3DiagsAPITraceEnabled   INTEGER,
    indLineOPXR3DiagsAPITraceTag       DisplayString,
    indLineOPXR3RowStatus              RowStatus,
    indLineOPXR3GR303DialType          INTEGER,
    indLineOPXR3T1I1GatewayNEConn      Unsigned32,
    indLineOPXR3T1I2GatewayNetwkElement
                                       DisplayString,
    indLineOPXR3T1I3GatewayCFSIx       Unsigned32,
    indLineOPXR3T1I4GatewayGatewayIx   Unsigned32,
    indLineOPXR3T2I1GatewayNEConn      Unsigned32,
    indLineOPXR3T2I2GatewayNetwkElement
                                       DisplayString,
    indLineOPXR3T2I3GatewayCFSIx       Unsigned32,
    indLineOPXR3T2I4GatewayGatewayIx   Unsigned32
  }

  indLineOPXR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineOPXR3Entry  1 }

  indLineOPXR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineOPXR3Entry  2 }

  indLineOPXR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineOPXR3Entry  3 }

  indLineOPXR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOPXR3Entry  4 }

  indLineOPXR3OPXSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Premises Extension - Subscribed'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { indLineOPXR3Entry  5 }

  indLineOPXR3OPXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOPXR3Entry  6 }

  indLineOPXR3T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  7 }

  indLineOPXR3T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  8 }

  indLineOPXR3T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  9 }

  indLineOPXR3T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  10 }

  indLineOPXR3T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  11 }

  indLineOPXR3T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  12 }

  indLineOPXR3T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  13 }

  indLineOPXR3T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  14 }

  indLineOPXR3T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  15 }

  indLineOPXR3T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineOPXR3Entry  16 }

  indLineOPXR3AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineOPXR3Entry  17 }

  indLineOPXR3SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineOPXR3Entry  18 }

  indLineOPXR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineOPXR3Entry  19 }

  indLineOPXR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineOPXR3Entry  20 }

  indLineOPXR3AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineOPXR3Entry  21 }

  indLineOPXR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineOPXR3Entry  22 }

  indLineOPXR3AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineOPXR3Entry  23 }

  indLineOPXR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineOPXR3Entry  24 }

  indLineOPXR3DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineOPXR3Entry  25 }

  indLineOPXR3DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineOPXR3Entry  26 }

  indLineOPXR3DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineOPXR3Entry  27 }

  indLineOPXR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { indLineOPXR3Entry  28 }

  indLineOPXR3GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineOPXR3Entry  30 }

  indLineOPXR3T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR3Entry  79 }

  indLineOPXR3T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR3Entry  80 }

  indLineOPXR3T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR3Entry  81 }

  indLineOPXR3T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineOPXR3Entry  82 }

  indLineOPXR3T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR3Entry  83 }

  indLineOPXR3T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR3Entry  84 }

  indLineOPXR3T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR3Entry  85 }

  indLineOPXR3T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineOPXR3Entry  86 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Off-Premises Extension Service'                             */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  aGCLineOPXR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineOPXR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2557 }

  aGCLineOPXR2Entry OBJECT-TYPE
    SYNTAX       AGCLineOPXR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineOPXR2NEConn,
             aGCLineOPXR2NetwkElement,
             aGCLineOPXR2CFSIx,
             aGCLineOPXR2DirNum,
             aGCLineOPXR2OPXDirNum }
    ::= {  aGCLineOPXR2Table  1  }

  AGCLineOPXR2Entry  ::=  SEQUENCE
  {
    aGCLineOPXR2NEConn                 Unsigned32,
    aGCLineOPXR2NetwkElement           DisplayString,
    aGCLineOPXR2CFSIx                  Unsigned32,
    aGCLineOPXR2DirNum                 DisplayString,
    aGCLineOPXR2OPXSubscribed          INTEGER,
    aGCLineOPXR2OPXDirNum              DisplayString,
    aGCLineOPXR2T1I1GatewayNEConn      Unsigned32,
    aGCLineOPXR2T1I2GatewayNetwkElement
                                       DisplayString,
    aGCLineOPXR2T1I3GatewayCFSIx       Unsigned32,
    aGCLineOPXR2T1I4GatewayGatewayIx   Unsigned32,
    aGCLineOPXR2T2I1GatewayNEConn      Unsigned32,
    aGCLineOPXR2T2I2GatewayNetwkElement
                                       DisplayString,
    aGCLineOPXR2T2I3GatewayCFSIx       Unsigned32,
    aGCLineOPXR2T2I4GatewayGatewayIx   Unsigned32,
    aGCLineOPXR2T1I1AccDevNEConn       Unsigned32,
    aGCLineOPXR2T1I2AccDevNetwkElement DisplayString,
    aGCLineOPXR2T1I3AccDevCFSIx        Unsigned32,
    aGCLineOPXR2T1I4AccDevGatewayIx    Unsigned32,
    aGCLineOPXR2T1I5AccDevDeviceIx     Unsigned32,
    aGCLineOPXR2T2I1AccDevNEConn       Unsigned32,
    aGCLineOPXR2T2I2AccDevNetwkElement DisplayString,
    aGCLineOPXR2T2I3AccDevCFSIx        Unsigned32,
    aGCLineOPXR2T2I4AccDevGatewayIx    Unsigned32,
    aGCLineOPXR2T2I5AccDevDeviceIx     Unsigned32,
    aGCLineOPXR2AccessLineNum          Unsigned32,
    aGCLineOPXR2SignalFunctionCode     INTEGER,
    aGCLineOPXR2GR303DialType          INTEGER,
    aGCLineOPXR2AlrmState              INTEGER,
    aGCLineOPXR2AlrmLogCorr            Counter64,
    aGCLineOPXR2AddtlAlrmLogCorr       Counter64,
    aGCLineOPXR2AlrmEvtsAttnRq         Unsigned32,
    aGCLineOPXR2AlrmEvtsAtndDp         Unsigned32,
    aGCLineOPXR2AlrmStateTimestamp     Unsigned32,
    aGCLineOPXR2DiagsLogLvl            INTEGER,
    aGCLineOPXR2DiagsAPITraceEnabled   INTEGER,
    aGCLineOPXR2DiagsAPITraceTag       DisplayString,
    aGCLineOPXR2RowStatus              RowStatus
  }

  aGCLineOPXR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineOPXR2Entry  1 }

  aGCLineOPXR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineOPXR2Entry  2 }

  aGCLineOPXR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineOPXR2Entry  3 }

  aGCLineOPXR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineOPXR2Entry  4 }

  aGCLineOPXR2OPXSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Off-Premises Extension - Subscribed'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { aGCLineOPXR2Entry  5 }

  aGCLineOPXR2OPXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineOPXR2Entry  6 }

  aGCLineOPXR2T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR2Entry  7 }

  aGCLineOPXR2T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR2Entry  8 }

  aGCLineOPXR2T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR2Entry  9 }

  aGCLineOPXR2T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineOPXR2Entry  10 }

  aGCLineOPXR2T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR2Entry  11 }

  aGCLineOPXR2T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR2Entry  12 }

  aGCLineOPXR2T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR2Entry  13 }

  aGCLineOPXR2T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineOPXR2Entry  14 }

  aGCLineOPXR2T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  15 }

  aGCLineOPXR2T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  16 }

  aGCLineOPXR2T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  17 }

  aGCLineOPXR2T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  18 }

  aGCLineOPXR2T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  19 }

  aGCLineOPXR2T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  20 }

  aGCLineOPXR2T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  21 }

  aGCLineOPXR2T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  22 }

  aGCLineOPXR2T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  23 }

  aGCLineOPXR2T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineOPXR2Entry  24 }

  aGCLineOPXR2AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineOPXR2Entry  25 }

  aGCLineOPXR2SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineOPXR2Entry  26 }

  aGCLineOPXR2GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineOPXR2Entry  27 }

  aGCLineOPXR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineOPXR2Entry  28 }

  aGCLineOPXR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineOPXR2Entry  29 }

  aGCLineOPXR2AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineOPXR2Entry  30 }

  aGCLineOPXR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineOPXR2Entry  31 }

  aGCLineOPXR2AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineOPXR2Entry  32 }

  aGCLineOPXR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineOPXR2Entry  33 }

  aGCLineOPXR2DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineOPXR2Entry  34 }

  aGCLineOPXR2DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineOPXR2Entry  35 }

  aGCLineOPXR2DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineOPXR2Entry  36 }

  aGCLineOPXR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { aGCLineOPXR2Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  aGCLineR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCLineR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2558 }

  aGCLineR4Entry OBJECT-TYPE
    SYNTAX       AGCLineR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCLineR4NEConn,
             aGCLineR4NetwkElement,
             aGCLineR4CFSIx,
             aGCLineR4DirNum }
    ::= {  aGCLineR4Table  1  }

  AGCLineR4Entry  ::=  SEQUENCE
  {
    aGCLineR4NEConn                    Unsigned32,
    aGCLineR4NetwkElement              DisplayString,
    aGCLineR4CFSIx                     Unsigned32,
    aGCLineR4DirNum                    DisplayString,
    aGCLineR4CustInfo                  DisplayString,
    aGCLineR4CustInfo2                 DisplayString,
    aGCLineR4CustInfo3                 DisplayString,
    aGCLineR4CustInfo4                 DisplayString,
    aGCLineR4CustInfo5                 DisplayString,
    aGCLineR4CustInfo6                 DisplayString,
    aGCLineR4I1LineGpNEConn            Unsigned32,
    aGCLineR4I2LineGpNetwkElement      DisplayString,
    aGCLineR4I3LineGpCFSIx             Unsigned32,
    aGCLineR4I4LineGpSubGpIx           Unsigned32,
    aGCLineR4SigType                   INTEGER,
    aGCLineR4T1I1GatewayNEConn         Unsigned32,
    aGCLineR4T1I2GatewayNetwkElement   DisplayString,
    aGCLineR4T1I3GatewayCFSIx          Unsigned32,
    aGCLineR4T1I4GatewayGatewayIx      Unsigned32,
    aGCLineR4T2I1GatewayNEConn         Unsigned32,
    aGCLineR4T2I2GatewayNetwkElement   DisplayString,
    aGCLineR4T2I3GatewayCFSIx          Unsigned32,
    aGCLineR4T2I4GatewayGatewayIx      Unsigned32,
    aGCLineR4T1I1AccDevNEConn          Unsigned32,
    aGCLineR4T1I2AccDevNetwkElement    DisplayString,
    aGCLineR4T1I3AccDevCFSIx           Unsigned32,
    aGCLineR4T1I4AccDevGatewayIx       Unsigned32,
    aGCLineR4T1I5AccDevDeviceIx        Unsigned32,
    aGCLineR4T2I1AccDevNEConn          Unsigned32,
    aGCLineR4T2I2AccDevNetwkElement    DisplayString,
    aGCLineR4T2I3AccDevCFSIx           Unsigned32,
    aGCLineR4T2I4AccDevGatewayIx       Unsigned32,
    aGCLineR4T2I5AccDevDeviceIx        Unsigned32,
    aGCLineR4AccessLineNum             Unsigned32,
    aGCLineR4I1ISDNInterfaceNEConn     Unsigned32,
    aGCLineR4I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCLineR4I3ISDNInterfaceCFSIx      Unsigned32,
    aGCLineR4I4ISDNInterfaceISDNIx     Unsigned32,
    aGCLineR4I5ISDNInterfacePRIIx      Unsigned32,
    aGCLineR4ISDNDefBearerCapabilities BITS,
    aGCLineR4UseDNIdentification       INTEGER,
    aGCLineR4SIPUserName               DisplayString,
    aGCLineR4UseDomainFromRegistrar    INTEGER,
    aGCLineR4SIPDomainName             DisplayString,
    aGCLineR4SIPAuthenticationReqd     INTEGER,
    aGCLineR4NewSIPPassword            DisplayString,
    aGCLineR4ConfirmNewSIPPassword     DisplayString,
    aGCLineR4SIPPassword               DisplayString,
    aGCLineR4SDActI1NetwkNodeNEConn    Unsigned32,
    aGCLineR4SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR4SDActI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR4SDActI4NetwkNodeNodeIx    Unsigned32,
    aGCLineR4SDDefI1NetwkNodeNEConn    Unsigned32,
    aGCLineR4SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    aGCLineR4SDDefI3NetwkNodeCFSIx     Unsigned32,
    aGCLineR4SDDefI4NetwkNodeNodeIx    Unsigned32,
    aGCLineSDActR4SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineSDDefR4SDActNetwkNodeOtherVals
                                       INTEGER,
    aGCLineR4SDUseDefNetwkNode         INTEGER,
    aGCLineR4I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    aGCLineR4I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    aGCLineR4I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    aGCLineR4I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    aGCLineR4PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    aGCLineR4SignalFunctionCode        INTEGER,
    aGCLineR4LineUsage                 INTEGER,
    aGCLineR4GR303NailedUpConn         INTEGER,
    aGCLineR4GR303DialType             INTEGER,
    aGCLineR4FSKFormat                 INTEGER,
    aGCLineR4LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCLineR4SDActAdjustDaylightSavings
                                       INTEGER,
    aGCLineR4SDDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR4SDUseDefAdjustDaylightSavings
                                       INTEGER,
    aGCLineR4SDActLineTimezone         LongDisplayString,
    aGCLineR4SDDefLineTimezone         LongDisplayString,
    aGCLineR4SDUseDefLineTimezone      INTEGER,
    aGCLineR4EnabledDate               Unsigned32,
    aGCLineR4SASHostname               LongDisplayString,
    aGCLineR4SDActLCC1                 INTEGER,
    aGCLineR4SDDefLCC1                 INTEGER,
    aGCLineR4SDUseDefLCC1              INTEGER,
    aGCLineR4SDActLCC2                 INTEGER,
    aGCLineR4SDDefLCC2                 INTEGER,
    aGCLineR4SDUseDefLCC2              INTEGER,
    aGCLineR4SDActLCC3                 INTEGER,
    aGCLineR4SDDefLCC3                 INTEGER,
    aGCLineR4SDUseDefLCC3              INTEGER,
    aGCLineR4SDActLCC4                 INTEGER,
    aGCLineR4SDDefLCC4                 INTEGER,
    aGCLineR4SDUseDefLCC4              INTEGER,
    aGCLineR4SDActLCC5                 INTEGER,
    aGCLineR4SDDefLCC5                 INTEGER,
    aGCLineR4SDUseDefLCC5              INTEGER,
    aGCLineR4SDActLCC6                 INTEGER,
    aGCLineR4SDDefLCC6                 INTEGER,
    aGCLineR4SDUseDefLCC6              INTEGER,
    aGCLineR4SDActLCC7                 INTEGER,
    aGCLineR4SDDefLCC7                 INTEGER,
    aGCLineR4SDUseDefLCC7              INTEGER,
    aGCLineR4SDActLCC8                 INTEGER,
    aGCLineR4SDDefLCC8                 INTEGER,
    aGCLineR4SDUseDefLCC8              INTEGER,
    aGCLineR4SDActLCC9                 INTEGER,
    aGCLineR4SDDefLCC9                 INTEGER,
    aGCLineR4SDUseDefLCC9              INTEGER,
    aGCLineR4SDActLCC10                INTEGER,
    aGCLineR4SDDefLCC10                INTEGER,
    aGCLineR4SDUseDefLCC10             INTEGER,
    aGCLineR4SDActLCC11                INTEGER,
    aGCLineR4SDDefLCC11                INTEGER,
    aGCLineR4SDUseDefLCC11             INTEGER,
    aGCLineR4SDActLCC12                INTEGER,
    aGCLineR4SDDefLCC12                INTEGER,
    aGCLineR4SDUseDefLCC12             INTEGER,
    aGCLineR4SDActLCC13                INTEGER,
    aGCLineR4SDDefLCC13                INTEGER,
    aGCLineR4SDUseDefLCC13             INTEGER,
    aGCLineR4SDActLCC14                INTEGER,
    aGCLineR4SDDefLCC14                INTEGER,
    aGCLineR4SDUseDefLCC14             INTEGER,
    aGCLineR4SDActLCC15                INTEGER,
    aGCLineR4SDDefLCC15                INTEGER,
    aGCLineR4SDUseDefLCC15             INTEGER,
    aGCLineR4SDActLCC16                INTEGER,
    aGCLineR4SDDefLCC16                INTEGER,
    aGCLineR4SDUseDefLCC16             INTEGER,
    aGCLineR4SDActLCC17                INTEGER,
    aGCLineR4SDDefLCC17                INTEGER,
    aGCLineR4SDUseDefLCC17             INTEGER,
    aGCLineR4SDActLCC18                INTEGER,
    aGCLineR4SDDefLCC18                INTEGER,
    aGCLineR4SDUseDefLCC18             INTEGER,
    aGCLineR4SDActLCC19                INTEGER,
    aGCLineR4SDDefLCC19                INTEGER,
    aGCLineR4SDUseDefLCC19             INTEGER,
    aGCLineR4SDActLCC20                INTEGER,
    aGCLineR4SDDefLCC20                INTEGER,
    aGCLineR4SDUseDefLCC20             INTEGER,
    aGCLineR4DiagsLogLvl               INTEGER,
    aGCLineR4DiagsAPITraceEnabled      INTEGER,
    aGCLineR4DiagsAPITraceTag          DisplayString,
    aGCLineR4DiagsAPITraceRemNum       DisplayString,
    aGCLineR4SDActVQMCallLogging       INTEGER,
    aGCLineR4SDDefVQMCallLogging       INTEGER,
    aGCLineR4SDUseDefVQMCallLogging    INTEGER,
    aGCLineR4I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    aGCLineR4I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    aGCLineR4I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    aGCLineR4I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    aGCLineR4TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    aGCLineR4LastInCallClgType         INTEGER,
    aGCLineR4LastInCallUniqueNum       INTEGER,
    aGCLineR4LastInCallClgNum          DisplayString,
    aGCLineR4LastInCallClgPresNum      DisplayString,
    aGCLineR4LastInCallTimeCall        Unsigned32,
    aGCLineR4LastInCallCallerWaited    INTEGER,
    aGCLineR4LastInCallCallAnswrd      INTEGER,
    aGCLineR4LastInCallCallTraced      INTEGER,
    aGCLineR4LastOutCallCldType        INTEGER,
    aGCLineR4LastOutCallCldNum         DisplayString,
    aGCLineR4LastOutCallNumPres        INTEGER,
    aGCLineR4LastOutCallCallType       INTEGER,
    aGCLineR4LastOutCallDirectDialed   INTEGER,
    aGCLineR4LastOutCallCarr           DisplayString,
    aGCLineR4RegDtlsCurrRegistered     INTEGER,
    aGCLineR4RegDtlsRegistrationIdentity
                                       LongDisplayString,
    aGCLineR4RegDtlsRegisteredIdentities
                                       LongDisplayString,
    aGCLineR4RegDtlsServRoute          LongDisplayString,
    aGCLineR4RegDtlsDurn               Unsigned32,
    aGCLineR4RegDtlsExpiryTime         Unsigned32,
    aGCLineR4RegDtlsLastRegistrationTime
                                       Unsigned32,
    aGCLineR4RegDtlsErrCode            Unsigned32,
    aGCLineR4RegDtlsErrReason          LongDisplayString,
    aGCLineR4I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    aGCLineR4I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    aGCLineR4I3FaultMonitoringProfFMPIx
                                       Integer32,
    aGCLineR4FaultMonitoringProfOtherVals
                                       INTEGER,
    aGCLineR4ApplyFMPToReltdObjectTypes
                                       BITS,
    aGCLineR4AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    aGCLineR4AlrmState                 INTEGER,
    aGCLineR4AlrmLogCorr               Counter64,
    aGCLineR4AddtlAlrmLogCorr          Counter64,
    aGCLineR4AlrmEvtsAttnRq            Unsigned32,
    aGCLineR4AlrmEvtsAtndDp            Unsigned32,
    aGCLineR4AlrmStateTimestamp        Unsigned32,
    aGCLineR4ChldCallServAlrmsAttnRq   Unsigned32,
    aGCLineR4ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    aGCLineR4ChldCallServAlrmsAtndDp   Unsigned32,
    aGCLineR4ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    aGCLineR4SummaryChldAlrmState      INTEGER,
    aGCLineR4ExportNumObjectsExported  Integer32,
    aGCLineR4ExportStatus              DisplayString,
    aGCLineR4ExportFile                DisplayString,
    aGCLineR4ExportCorr                Counter64,
    aGCLineR4ExportCorrNode            DisplayString,
    aGCLineR4ExportCorrUID             DisplayString,
    aGCLineR4DoExtraActions            INTEGER,
    aGCLineR4RowStatus                 RowStatus,
    aGCLineR4SDActI1SIPRegistrarNEConn Unsigned32,
    aGCLineR4SDActI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR4SDActI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR4SDActI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR4SDActI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCLineR4SDDefI1SIPRegistrarNEConn Unsigned32,
    aGCLineR4SDDefI2SIPRegistrarNetwkElement
                                       DisplayString,
    aGCLineR4SDDefI3SIPRegistrarCFSIx  Unsigned32,
    aGCLineR4SDDefI4SIPRegistrarSIPIx  Unsigned32,
    aGCLineR4SDDefI5SIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCLineR4SDUseDefSIPRegistrar      INTEGER,
    aGCLineR4ExportIncASRepData        INTEGER,
    aGCLineR4I1PerProfNEConn           Unsigned32,
    aGCLineR4I2PerProfNetwkElement     DisplayString,
    aGCLineR4I3PerProfCFSIx            Unsigned32,
    aGCLineR4I4PerProfGpIx             Unsigned32,
    aGCLineR4SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR4SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR4SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    aGCLineR4SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCLineR4SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCLineR4SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    aGCLineR4ExportChldObjectsToInc    INTEGER,
    aGCLineR4StatisticsAlrms           Integer32
  }

  aGCLineR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCLineR4Entry  1 }

  aGCLineR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCLineR4Entry  2 }

  aGCLineR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCLineR4Entry  3 }

  aGCLineR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCLineR4Entry  4 }

  aGCLineR4CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { aGCLineR4Entry  5 }

  aGCLineR4CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { aGCLineR4Entry  6 }

  aGCLineR4CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { aGCLineR4Entry  7 }

  aGCLineR4CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { aGCLineR4Entry  8 }

  aGCLineR4CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { aGCLineR4Entry  9 }

  aGCLineR4CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { aGCLineR4Entry  10 }

  aGCLineR4I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR4Entry  11 }

  aGCLineR4I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR4Entry  12 }

  aGCLineR4I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR4Entry  13 }

  aGCLineR4I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { aGCLineR4Entry  14 }

  aGCLineR4SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCLineR4Entry  15 }

  aGCLineR4T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR4Entry  16 }

  aGCLineR4T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR4Entry  17 }

  aGCLineR4T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR4Entry  18 }

  aGCLineR4T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCLineR4Entry  19 }

  aGCLineR4T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR4Entry  20 }

  aGCLineR4T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR4Entry  21 }

  aGCLineR4T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR4Entry  22 }

  aGCLineR4T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCLineR4Entry  23 }

  aGCLineR4T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR4Entry  24 }

  aGCLineR4T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR4Entry  25 }

  aGCLineR4T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR4Entry  26 }

  aGCLineR4T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR4Entry  27 }

  aGCLineR4T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCLineR4Entry  28 }

  aGCLineR4T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR4Entry  29 }

  aGCLineR4T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR4Entry  30 }

  aGCLineR4T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR4Entry  31 }

  aGCLineR4T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR4Entry  32 }

  aGCLineR4T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCLineR4Entry  33 }

  aGCLineR4AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCLineR4Entry  34 }

  aGCLineR4I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR4Entry  35 }

  aGCLineR4I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR4Entry  36 }

  aGCLineR4I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR4Entry  37 }

  aGCLineR4I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR4Entry  38 }

  aGCLineR4I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCLineR4Entry  39 }

  aGCLineR4ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCLineR4Entry  40 }

  aGCLineR4UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR4Entry  52 }

  aGCLineR4SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { aGCLineR4Entry  53 }

  aGCLineR4UseDomainFromRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use domain from registrar'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  54 }

  aGCLineR4SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { aGCLineR4Entry  55 }

  aGCLineR4SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  56 }

  aGCLineR4NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR4Entry  57 }

  aGCLineR4ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { aGCLineR4Entry  58 }

  aGCLineR4SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { aGCLineR4Entry  59 }

  aGCLineR4SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  60 }

  aGCLineR4SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  61 }

  aGCLineR4SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  62 }

  aGCLineR4SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  63 }

  aGCLineR4SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  64 }

  aGCLineR4SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  65 }

  aGCLineR4SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  66 }

  aGCLineR4SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  67 }

  aGCLineSDActR4SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  71 }

  aGCLineSDDefR4SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { aGCLineR4Entry  72 }

  aGCLineR4SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  73 }

  aGCLineR4I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR4Entry  78 }

  aGCLineR4I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR4Entry  79 }

  aGCLineR4I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR4Entry  80 }

  aGCLineR4I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { aGCLineR4Entry  81 }

  aGCLineR4PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR4Entry  82 }

  aGCLineR4SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCLineR4Entry  83 }

  aGCLineR4LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCLineR4Entry  84 }

  aGCLineR4GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR4Entry  85 }

  aGCLineR4GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCLineR4Entry  86 }

  aGCLineR4FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCLineR4Entry  87 }

  aGCLineR4LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCLineR4Entry  88 }

  aGCLineR4SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  89 }

  aGCLineR4SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  90 }

  aGCLineR4SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  91 }

  aGCLineR4SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  92 }

  aGCLineR4SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  93 }

  aGCLineR4SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  94 }

  aGCLineR4EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { aGCLineR4Entry  95 }

  aGCLineR4SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { aGCLineR4Entry  96 }

  aGCLineR4SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  97 }

  aGCLineR4SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  98 }

  aGCLineR4SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  99 }

  aGCLineR4SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  100 }

  aGCLineR4SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  101 }

  aGCLineR4SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  102 }

  aGCLineR4SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  103 }

  aGCLineR4SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  104 }

  aGCLineR4SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  105 }

  aGCLineR4SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  106 }

  aGCLineR4SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  107 }

  aGCLineR4SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  108 }

  aGCLineR4SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  109 }

  aGCLineR4SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  110 }

  aGCLineR4SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  111 }

  aGCLineR4SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  112 }

  aGCLineR4SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  113 }

  aGCLineR4SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  114 }

  aGCLineR4SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  115 }

  aGCLineR4SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  116 }

  aGCLineR4SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  117 }

  aGCLineR4SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  118 }

  aGCLineR4SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  119 }

  aGCLineR4SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  120 }

  aGCLineR4SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  121 }

  aGCLineR4SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  122 }

  aGCLineR4SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  123 }

  aGCLineR4SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  124 }

  aGCLineR4SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  125 }

  aGCLineR4SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  126 }

  aGCLineR4SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  127 }

  aGCLineR4SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  128 }

  aGCLineR4SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  129 }

  aGCLineR4SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  130 }

  aGCLineR4SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  131 }

  aGCLineR4SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  132 }

  aGCLineR4SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  133 }

  aGCLineR4SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  134 }

  aGCLineR4SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  135 }

  aGCLineR4SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  136 }

  aGCLineR4SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  137 }

  aGCLineR4SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  138 }

  aGCLineR4SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  139 }

  aGCLineR4SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  140 }

  aGCLineR4SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  141 }

  aGCLineR4SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  142 }

  aGCLineR4SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  143 }

  aGCLineR4SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  144 }

  aGCLineR4SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  145 }

  aGCLineR4SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  146 }

  aGCLineR4SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  147 }

  aGCLineR4SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  148 }

  aGCLineR4SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  149 }

  aGCLineR4SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  150 }

  aGCLineR4SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  151 }

  aGCLineR4SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  152 }

  aGCLineR4SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  153 }

  aGCLineR4SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  154 }

  aGCLineR4SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  155 }

  aGCLineR4SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  156 }

  aGCLineR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCLineR4Entry  157 }

  aGCLineR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCLineR4Entry  158 }

  aGCLineR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCLineR4Entry  159 }

  aGCLineR4DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCLineR4Entry  160 }

  aGCLineR4SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  161 }

  aGCLineR4SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  162 }

  aGCLineR4SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  163 }

  aGCLineR4I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR4Entry  164 }

  aGCLineR4I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR4Entry  165 }

  aGCLineR4I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR4Entry  166 }

  aGCLineR4I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { aGCLineR4Entry  167 }

  aGCLineR4TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR4Entry  168 }

  aGCLineR4LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { aGCLineR4Entry  169 }

  aGCLineR4LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { aGCLineR4Entry  170 }

  aGCLineR4LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { aGCLineR4Entry  171 }

  aGCLineR4LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { aGCLineR4Entry  172 }

  aGCLineR4LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { aGCLineR4Entry  173 }

  aGCLineR4LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { aGCLineR4Entry  174 }

  aGCLineR4LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { aGCLineR4Entry  175 }

  aGCLineR4LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { aGCLineR4Entry  176 }

  aGCLineR4LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { aGCLineR4Entry  177 }

  aGCLineR4LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { aGCLineR4Entry  178 }

  aGCLineR4LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { aGCLineR4Entry  179 }

  aGCLineR4LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { aGCLineR4Entry  180 }

  aGCLineR4LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { aGCLineR4Entry  181 }

  aGCLineR4LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { aGCLineR4Entry  182 }

  aGCLineR4RegDtlsCurrRegistered OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - currently registered'."
    ::= { aGCLineR4Entry  183 }

  aGCLineR4RegDtlsRegistrationIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registration identity'."
    ::= { aGCLineR4Entry  184 }

  aGCLineR4RegDtlsRegisteredIdentities OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - registered identities'."
    ::= { aGCLineR4Entry  185 }

  aGCLineR4RegDtlsServRoute OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - service route'."
    ::= { aGCLineR4Entry  186 }

  aGCLineR4RegDtlsDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - duration'."
    ::= { aGCLineR4Entry  187 }

  aGCLineR4RegDtlsExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - expiry time'."
    ::= { aGCLineR4Entry  188 }

  aGCLineR4RegDtlsLastRegistrationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - last registration time'."
    ::= { aGCLineR4Entry  189 }

  aGCLineR4RegDtlsErrCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 100..700 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Registration details - error code'."
    ::= { aGCLineR4Entry  190 }

  aGCLineR4RegDtlsErrReason OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Registration details - error reason'."
    ::= { aGCLineR4Entry  191 }

  aGCLineR4I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR4Entry  192 }

  aGCLineR4I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR4Entry  193 }

  aGCLineR4I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { aGCLineR4Entry  194 }

  aGCLineR4FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { aGCLineR4Entry  195 }

  aGCLineR4ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { aGCLineR4Entry  196 }

  aGCLineR4AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  197 }

  aGCLineR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCLineR4Entry  198 }

  aGCLineR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCLineR4Entry  199 }

  aGCLineR4AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCLineR4Entry  200 }

  aGCLineR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR4Entry  201 }

  aGCLineR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR4Entry  202 }

  aGCLineR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCLineR4Entry  203 }

  aGCLineR4ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { aGCLineR4Entry  204 }

  aGCLineR4ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR4Entry  205 }

  aGCLineR4ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { aGCLineR4Entry  206 }

  aGCLineR4ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCLineR4Entry  207 }

  aGCLineR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { aGCLineR4Entry  208 }

  aGCLineR4ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { aGCLineR4Entry  209 }

  aGCLineR4ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { aGCLineR4Entry  210 }

  aGCLineR4ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { aGCLineR4Entry  211 }

  aGCLineR4ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { aGCLineR4Entry  212 }

  aGCLineR4ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { aGCLineR4Entry  213 }

  aGCLineR4ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { aGCLineR4Entry  214 }

  aGCLineR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCLineR4Entry  215 }

  aGCLineR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCLineR4Entry  216 }

  aGCLineR4SDActI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  217 }

  aGCLineR4SDActI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  218 }

  aGCLineR4SDActI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  219 }

  aGCLineR4SDActI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  220 }

  aGCLineR4SDActI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  221 }

  aGCLineR4SDDefI1SIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  222 }

  aGCLineR4SDDefI2SIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  223 }

  aGCLineR4SDDefI3SIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  224 }

  aGCLineR4SDDefI4SIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  225 }

  aGCLineR4SDDefI5SIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'SIP Registrar'.
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'SIP Registrar'."
    ::= { aGCLineR4Entry  226 }

  aGCLineR4SDUseDefSIPRegistrar OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'SIP Registrar'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  227 }

  aGCLineR4ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { aGCLineR4Entry  228 }

  aGCLineR4I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR4Entry  229 }

  aGCLineR4I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR4Entry  230 }

  aGCLineR4I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR4Entry  231 }

  aGCLineR4I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { aGCLineR4Entry  232 }

  aGCLineR4SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  233 }

  aGCLineR4SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  234 }

  aGCLineR4SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  235 }

  aGCLineR4SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  236 }

  aGCLineR4SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCLineR4Entry  237 }

  aGCLineR4SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCLineR4Entry  238 }

  aGCLineR4ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { aGCLineR4Entry  239 }

  aGCLineR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { aGCLineR4Entry  240 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  pBXLineR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2559 }

  pBXLineR14Entry OBJECT-TYPE
    SYNTAX       PBXLineR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineR14NEConn,
             pBXLineR14NetwkElement,
             pBXLineR14CFSIx,
             pBXLineR14DirNum,
             pBXLineR14TerminalIx }
    ::= {  pBXLineR14Table  1  }

  PBXLineR14Entry  ::=  SEQUENCE
  {
    pBXLineR14NEConn                   Unsigned32,
    pBXLineR14NetwkElement             DisplayString,
    pBXLineR14CFSIx                    Unsigned32,
    pBXLineR14DirNum                   DisplayString,
    pBXLineR14TerminalIx               Unsigned32,
    pBXLineR14PBXLineUsage             INTEGER,
    pBXLineR14T1I1AccDevNEConn         Unsigned32,
    pBXLineR14T1I2AccDevNetwkElement   DisplayString,
    pBXLineR14T1I3AccDevCFSIx          Unsigned32,
    pBXLineR14T1I4AccDevGatewayIx      Unsigned32,
    pBXLineR14T1I5AccDevDeviceIx       Unsigned32,
    pBXLineR14T2I1AccDevNEConn         Unsigned32,
    pBXLineR14T2I2AccDevNetwkElement   DisplayString,
    pBXLineR14T2I3AccDevCFSIx          Unsigned32,
    pBXLineR14T2I4AccDevGatewayIx      Unsigned32,
    pBXLineR14T2I5AccDevDeviceIx       Unsigned32,
    pBXLineR14AccessLineNum            Unsigned32,
    pBXLineR14SignalFunctionCode       INTEGER,
    pBXLineR14LineUsage                INTEGER,
    pBXLineR14FSKFormat                INTEGER,
    pBXLineR14LineSideAnswerSupervisionSupported
                                       INTEGER,
    pBXLineR14AlrmState                INTEGER,
    pBXLineR14AlrmLogCorr              Counter64,
    pBXLineR14AddtlAlrmLogCorr         Counter64,
    pBXLineR14AlrmEvtsAttnRq           Unsigned32,
    pBXLineR14AlrmEvtsAtndDp           Unsigned32,
    pBXLineR14AlrmStateTimestamp       Unsigned32,
    pBXLineR14DiagsLogLvl              INTEGER,
    pBXLineR14DiagsAPITraceEnabled     INTEGER,
    pBXLineR14DiagsAPITraceTag         DisplayString,
    pBXLineR14DiagsAPITraceRemNum      DisplayString,
    pBXLineR14RowStatus                RowStatus,
    pBXLineR14SigType                  INTEGER,
    pBXLineR14I1ISDNInterfaceNEConn    Unsigned32,
    pBXLineR14I2ISDNInterfaceNetwkElement
                                       DisplayString,
    pBXLineR14I3ISDNInterfaceCFSIx     Unsigned32,
    pBXLineR14I4ISDNInterfaceISDNIx    Unsigned32,
    pBXLineR14I5ISDNInterfacePRIIx     Unsigned32,
    pBXLineR14ISDNDefBearerCapabilities
                                       BITS,
    pBXLineR14GR303NailedUpConn        INTEGER,
    pBXLineR14I1CfgdSIPBindingNEConn   Unsigned32,
    pBXLineR14I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    pBXLineR14I3CfgdSIPBindingCFSIx    Unsigned32,
    pBXLineR14I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    pBXLineR14GR303DialType            INTEGER,
    pBXLineR14PBXPlaysRingback         INTEGER,
    pBXLineR14PBXPlaysDialtone         INTEGER,
    pBXLineR14T1I1GatewayNEConn        Unsigned32,
    pBXLineR14T1I2GatewayNetwkElement  DisplayString,
    pBXLineR14T1I3GatewayCFSIx         Unsigned32,
    pBXLineR14T1I4GatewayGatewayIx     Unsigned32,
    pBXLineR14T2I1GatewayNEConn        Unsigned32,
    pBXLineR14T2I2GatewayNetwkElement  DisplayString,
    pBXLineR14T2I3GatewayCFSIx         Unsigned32,
    pBXLineR14T2I4GatewayGatewayIx     Unsigned32,
    pBXLineR14SDActMaxCallAppearances  Unsigned32,
    pBXLineR14SDDefMaxCallAppearances  Unsigned32,
    pBXLineR14SDUseDefMaxCallAppearances
                                       INTEGER,
    pBXLineR14CFMLvlOnApply            INTEGER,
    pBXLineR14FaultMonitoringLvlRO     INTEGER,
    pBXLineR14CallBurstThreshold       Unsigned32,
    pBXLineR14PreSubscribedConn        INTEGER,
    pBXLineR14SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR14SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR14SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    pBXLineR14SelGp                    INTEGER
  }

  pBXLineR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineR14Entry  1 }

  pBXLineR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineR14Entry  2 }

  pBXLineR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineR14Entry  3 }

  pBXLineR14DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineR14Entry  4 }

  pBXLineR14TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { pBXLineR14Entry  5 }

  pBXLineR14PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { pBXLineR14Entry  6 }

  pBXLineR14T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR14Entry  7 }

  pBXLineR14T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR14Entry  8 }

  pBXLineR14T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR14Entry  9 }

  pBXLineR14T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR14Entry  10 }

  pBXLineR14T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR14Entry  11 }

  pBXLineR14T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR14Entry  12 }

  pBXLineR14T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR14Entry  13 }

  pBXLineR14T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR14Entry  14 }

  pBXLineR14T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR14Entry  15 }

  pBXLineR14T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR14Entry  16 }

  pBXLineR14AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { pBXLineR14Entry  17 }

  pBXLineR14SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { pBXLineR14Entry  18 }

  pBXLineR14LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { pBXLineR14Entry  19 }

  pBXLineR14FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { pBXLineR14Entry  20 }

  pBXLineR14LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXLineR14Entry  21 }

  pBXLineR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXLineR14Entry  22 }

  pBXLineR14AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXLineR14Entry  23 }

  pBXLineR14AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXLineR14Entry  24 }

  pBXLineR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR14Entry  25 }

  pBXLineR14AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR14Entry  26 }

  pBXLineR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXLineR14Entry  27 }

  pBXLineR14DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXLineR14Entry  28 }

  pBXLineR14DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXLineR14Entry  29 }

  pBXLineR14DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXLineR14Entry  30 }

  pBXLineR14DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXLineR14Entry  31 }

  pBXLineR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXLineR14Entry  32 }

  pBXLineR14SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXLineR14Entry  33 }

  pBXLineR14I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR14Entry  34 }

  pBXLineR14I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR14Entry  35 }

  pBXLineR14I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR14Entry  36 }

  pBXLineR14I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR14Entry  37 }

  pBXLineR14I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR14Entry  38 }

  pBXLineR14ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { pBXLineR14Entry  39 }

  pBXLineR14GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR14Entry  49 }

  pBXLineR14I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR14Entry  50 }

  pBXLineR14I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR14Entry  51 }

  pBXLineR14I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR14Entry  52 }

  pBXLineR14I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR14Entry  53 }

  pBXLineR14GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { pBXLineR14Entry  54 }

  pBXLineR14PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { pBXLineR14Entry  55 }

  pBXLineR14PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { pBXLineR14Entry  56 }

  pBXLineR14T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR14Entry  97 }

  pBXLineR14T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR14Entry  98 }

  pBXLineR14T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR14Entry  99 }

  pBXLineR14T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR14Entry  100 }

  pBXLineR14T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR14Entry  101 }

  pBXLineR14T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR14Entry  102 }

  pBXLineR14T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR14Entry  103 }

  pBXLineR14T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR14Entry  104 }

  pBXLineR14SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR14Entry  105 }

  pBXLineR14SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR14Entry  106 }

  pBXLineR14SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR14Entry  107 }

  pBXLineR14CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXLineR14Entry  108 }

  pBXLineR14FaultMonitoringLvlRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXLineR14Entry  109 }

  pBXLineR14CallBurstThreshold OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call burst threshold'."
    DEFVAL       { 0 }
    ::= { pBXLineR14Entry  110 }

  pBXLineR14PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR14Entry  111 }

  pBXLineR14SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR14Entry  112 }

  pBXLineR14SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR14Entry  113 }

  pBXLineR14SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR14Entry  114 }

  pBXLineR14SelGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   primary(1),
                   secondary(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selection group'.
                  This field is not writable when active."
    DEFVAL       { primary }
    ::= { pBXLineR14Entry  115 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Voicemail System Line'                                      */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  vSLineR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VSLineR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Voicemail System Line Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2560 }

  vSLineR12Entry OBJECT-TYPE
    SYNTAX       VSLineR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { vSLineR12NEConn,
             vSLineR12NetwkElement,
             vSLineR12CFSIx,
             vSLineR12VSLineGpIx,
             vSLineR12DirNum,
             vSLineR12TerminalIx }
    ::= {  vSLineR12Table  1  }

  VSLineR12Entry  ::=  SEQUENCE
  {
    vSLineR12NEConn                    Unsigned32,
    vSLineR12NetwkElement              DisplayString,
    vSLineR12CFSIx                     Unsigned32,
    vSLineR12VSLineGpIx                Unsigned32,
    vSLineR12DirNum                    DisplayString,
    vSLineR12TerminalIx                Unsigned32,
    vSLineR12T1I1AccDevNEConn          Unsigned32,
    vSLineR12T1I2AccDevNetwkElement    DisplayString,
    vSLineR12T1I3AccDevCFSIx           Unsigned32,
    vSLineR12T1I4AccDevGatewayIx       Unsigned32,
    vSLineR12T1I5AccDevDeviceIx        Unsigned32,
    vSLineR12T2I1AccDevNEConn          Unsigned32,
    vSLineR12T2I2AccDevNetwkElement    DisplayString,
    vSLineR12T2I3AccDevCFSIx           Unsigned32,
    vSLineR12T2I4AccDevGatewayIx       Unsigned32,
    vSLineR12T2I5AccDevDeviceIx        Unsigned32,
    vSLineR12AccessLineNum             Unsigned32,
    vSLineR12AlrmState                 INTEGER,
    vSLineR12AlrmLogCorr               Counter64,
    vSLineR12AddtlAlrmLogCorr          Counter64,
    vSLineR12AlrmEvtsAttnRq            Unsigned32,
    vSLineR12AlrmEvtsAtndDp            Unsigned32,
    vSLineR12AlrmStateTimestamp        Unsigned32,
    vSLineR12DiagsLogLvl               INTEGER,
    vSLineR12DiagsAPITraceEnabled      INTEGER,
    vSLineR12DiagsAPITraceTag          DisplayString,
    vSLineR12RowStatus                 RowStatus,
    vSLineR12SigType                   INTEGER,
    vSLineR12I1ISDNInterfaceNEConn     Unsigned32,
    vSLineR12I2ISDNInterfaceNetwkElement
                                       DisplayString,
    vSLineR12I3ISDNInterfaceCFSIx      Unsigned32,
    vSLineR12I4ISDNInterfaceISDNIx     Unsigned32,
    vSLineR12I5ISDNInterfacePRIIx      Unsigned32,
    vSLineR12ISDNDefBearerCapabilities BITS,
    vSLineR12SIPUserName               DisplayString,
    vSLineR12SIPDomainName             DisplayString,
    vSLineR12SIPRegistrationStatus     INTEGER,
    vSLineR12SIPAuthenticationReqd     INTEGER,
    vSLineR12NewSIPPassword            DisplayString,
    vSLineR12ConfirmNewSIPPassword     DisplayString,
    vSLineR12UseStaticNATMapping       INTEGER,
    vSLineR12GR303NailedUpConn         INTEGER,
    vSLineR12I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    vSLineR12I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    vSLineR12I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    vSLineR12I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    vSLineR12PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    vSLineR12UseDNIdentification       INTEGER,
    vSLineR12SDActMaxCallAppearances   Unsigned32,
    vSLineR12SDDefMaxCallAppearances   Unsigned32,
    vSLineR12SDUseDefMaxCallAppearances
                                       INTEGER,
    vSLineR12SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR12SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    vSLineR12SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    vSLineR12SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    vSLineR12SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    vSLineR12SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    vSLineR12SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineR12SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    vSLineR12SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    vSLineR12SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    vSLineR12SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    vSLineSDActR12SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineSDDefR12SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    vSLineR12SDUseDefSubMediaGatewayModel
                                       INTEGER,
    vSLineR12T1I1GatewayNEConn         Unsigned32,
    vSLineR12T1I2GatewayNetwkElement   DisplayString,
    vSLineR12T1I3GatewayCFSIx          Unsigned32,
    vSLineR12T1I4GatewayGatewayIx      Unsigned32,
    vSLineR12T2I1GatewayNEConn         Unsigned32,
    vSLineR12T2I2GatewayNetwkElement   DisplayString,
    vSLineR12T2I3GatewayCFSIx          Unsigned32,
    vSLineR12T2I4GatewayGatewayIx      Unsigned32,
    vSLineR12SIPPassword               DisplayString,
    vSLineR12PreSubscribedConn         INTEGER
  }

  vSLineR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { vSLineR12Entry  1 }

  vSLineR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { vSLineR12Entry  2 }

  vSLineR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { vSLineR12Entry  3 }

  vSLineR12VSLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail System Line Group Index'.
                  This is an index field."
    ::= { vSLineR12Entry  4 }

  vSLineR12DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { vSLineR12Entry  5 }

  vSLineR12TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { vSLineR12Entry  6 }

  vSLineR12T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR12Entry  7 }

  vSLineR12T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR12Entry  8 }

  vSLineR12T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR12Entry  9 }

  vSLineR12T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR12Entry  10 }

  vSLineR12T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { vSLineR12Entry  11 }

  vSLineR12T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR12Entry  12 }

  vSLineR12T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR12Entry  13 }

  vSLineR12T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR12Entry  14 }

  vSLineR12T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR12Entry  15 }

  vSLineR12T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { vSLineR12Entry  16 }

  vSLineR12AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { vSLineR12Entry  17 }

  vSLineR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { vSLineR12Entry  18 }

  vSLineR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { vSLineR12Entry  19 }

  vSLineR12AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { vSLineR12Entry  20 }

  vSLineR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR12Entry  21 }

  vSLineR12AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { vSLineR12Entry  22 }

  vSLineR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { vSLineR12Entry  23 }

  vSLineR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { vSLineR12Entry  24 }

  vSLineR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { vSLineR12Entry  25 }

  vSLineR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { vSLineR12Entry  26 }

  vSLineR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { vSLineR12Entry  27 }

  vSLineR12SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { vSLineR12Entry  28 }

  vSLineR12I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR12Entry  29 }

  vSLineR12I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR12Entry  30 }

  vSLineR12I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR12Entry  31 }

  vSLineR12I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR12Entry  32 }

  vSLineR12I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { vSLineR12Entry  33 }

  vSLineR12ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { vSLineR12Entry  34 }

  vSLineR12SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { vSLineR12Entry  35 }

  vSLineR12SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { vSLineR12Entry  36 }

  vSLineR12SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { vSLineR12Entry  37 }

  vSLineR12SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { vSLineR12Entry  38 }

  vSLineR12NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR12Entry  39 }

  vSLineR12ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { vSLineR12Entry  40 }

  vSLineR12UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR12Entry  43 }

  vSLineR12GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR12Entry  44 }

  vSLineR12I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR12Entry  46 }

  vSLineR12I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR12Entry  47 }

  vSLineR12I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR12Entry  48 }

  vSLineR12I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { vSLineR12Entry  49 }

  vSLineR12PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { vSLineR12Entry  50 }

  vSLineR12UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR12Entry  56 }

  vSLineR12SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR12Entry  60 }

  vSLineR12SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR12Entry  61 }

  vSLineR12SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR12Entry  62 }

  vSLineR12SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR12Entry  63 }

  vSLineR12SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { vSLineR12Entry  64 }

  vSLineR12SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR12Entry  65 }

  vSLineR12SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  66 }

  vSLineR12SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  67 }

  vSLineR12SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  68 }

  vSLineR12SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  69 }

  vSLineR12SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  70 }

  vSLineR12SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  71 }

  vSLineR12SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  72 }

  vSLineR12SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  73 }

  vSLineSDActR12SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  75 }

  vSLineSDDefR12SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { vSLineR12Entry  76 }

  vSLineR12SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { vSLineR12Entry  77 }

  vSLineR12T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR12Entry  87 }

  vSLineR12T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR12Entry  88 }

  vSLineR12T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR12Entry  89 }

  vSLineR12T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { vSLineR12Entry  90 }

  vSLineR12T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR12Entry  91 }

  vSLineR12T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR12Entry  92 }

  vSLineR12T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR12Entry  93 }

  vSLineR12T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { vSLineR12Entry  94 }

  vSLineR12SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { vSLineR12Entry  95 }

  vSLineR12PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { vSLineR12Entry  96 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  aGCPBXLineR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCPBXLineR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2561 }

  aGCPBXLineR4Entry OBJECT-TYPE
    SYNTAX       AGCPBXLineR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCPBXLineR4NEConn,
             aGCPBXLineR4NetwkElement,
             aGCPBXLineR4CFSIx,
             aGCPBXLineR4DirNum,
             aGCPBXLineR4TerminalIx }
    ::= {  aGCPBXLineR4Table  1  }

  AGCPBXLineR4Entry  ::=  SEQUENCE
  {
    aGCPBXLineR4NEConn                 Unsigned32,
    aGCPBXLineR4NetwkElement           DisplayString,
    aGCPBXLineR4CFSIx                  Unsigned32,
    aGCPBXLineR4DirNum                 DisplayString,
    aGCPBXLineR4TerminalIx             Unsigned32,
    aGCPBXLineR4SigType                INTEGER,
    aGCPBXLineR4PBXLineUsage           INTEGER,
    aGCPBXLineR4T1I1GatewayNEConn      Unsigned32,
    aGCPBXLineR4T1I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR4T1I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR4T1I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR4T2I1GatewayNEConn      Unsigned32,
    aGCPBXLineR4T2I2GatewayNetwkElement
                                       DisplayString,
    aGCPBXLineR4T2I3GatewayCFSIx       Unsigned32,
    aGCPBXLineR4T2I4GatewayGatewayIx   Unsigned32,
    aGCPBXLineR4T1I1AccDevNEConn       Unsigned32,
    aGCPBXLineR4T1I2AccDevNetwkElement DisplayString,
    aGCPBXLineR4T1I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR4T1I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR4T1I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR4T2I1AccDevNEConn       Unsigned32,
    aGCPBXLineR4T2I2AccDevNetwkElement DisplayString,
    aGCPBXLineR4T2I3AccDevCFSIx        Unsigned32,
    aGCPBXLineR4T2I4AccDevGatewayIx    Unsigned32,
    aGCPBXLineR4T2I5AccDevDeviceIx     Unsigned32,
    aGCPBXLineR4AccessLineNum          Unsigned32,
    aGCPBXLineR4I1ISDNInterfaceNEConn  Unsigned32,
    aGCPBXLineR4I2ISDNInterfaceNetwkElement
                                       DisplayString,
    aGCPBXLineR4I3ISDNInterfaceCFSIx   Unsigned32,
    aGCPBXLineR4I4ISDNInterfaceISDNIx  Unsigned32,
    aGCPBXLineR4I5ISDNInterfacePRIIx   Unsigned32,
    aGCPBXLineR4ISDNDefBearerCapabilities
                                       BITS,
    aGCPBXLineR4SignalFunctionCode     INTEGER,
    aGCPBXLineR4LineUsage              INTEGER,
    aGCPBXLineR4GR303NailedUpConn      INTEGER,
    aGCPBXLineR4GR303DialType          INTEGER,
    aGCPBXLineR4FSKFormat              INTEGER,
    aGCPBXLineR4LineSideAnswerSupervisionSupported
                                       INTEGER,
    aGCPBXLineR4PBXPlaysRingback       INTEGER,
    aGCPBXLineR4PBXPlaysDialtone       INTEGER,
    aGCPBXLineR4DiagsLogLvl            INTEGER,
    aGCPBXLineR4DiagsAPITraceEnabled   INTEGER,
    aGCPBXLineR4DiagsAPITraceTag       DisplayString,
    aGCPBXLineR4DiagsAPITraceRemNum    DisplayString,
    aGCPBXLineR4AlrmState              INTEGER,
    aGCPBXLineR4AlrmLogCorr            Counter64,
    aGCPBXLineR4AddtlAlrmLogCorr       Counter64,
    aGCPBXLineR4AlrmEvtsAttnRq         Unsigned32,
    aGCPBXLineR4AlrmEvtsAtndDp         Unsigned32,
    aGCPBXLineR4AlrmStateTimestamp     Unsigned32,
    aGCPBXLineR4RowStatus              RowStatus,
    aGCPBXLineR4SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCPBXLineR4SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    aGCPBXLineR4SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER
  }

  aGCPBXLineR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCPBXLineR4Entry  1 }

  aGCPBXLineR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCPBXLineR4Entry  2 }

  aGCPBXLineR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCPBXLineR4Entry  3 }

  aGCPBXLineR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { aGCPBXLineR4Entry  4 }

  aGCPBXLineR4TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { aGCPBXLineR4Entry  5 }

  aGCPBXLineR4SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { aGCPBXLineR4Entry  6 }

  aGCPBXLineR4PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { aGCPBXLineR4Entry  7 }

  aGCPBXLineR4T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR4Entry  8 }

  aGCPBXLineR4T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR4Entry  9 }

  aGCPBXLineR4T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR4Entry  10 }

  aGCPBXLineR4T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { aGCPBXLineR4Entry  11 }

  aGCPBXLineR4T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR4Entry  12 }

  aGCPBXLineR4T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR4Entry  13 }

  aGCPBXLineR4T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR4Entry  14 }

  aGCPBXLineR4T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { aGCPBXLineR4Entry  15 }

  aGCPBXLineR4T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  16 }

  aGCPBXLineR4T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  17 }

  aGCPBXLineR4T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  18 }

  aGCPBXLineR4T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  19 }

  aGCPBXLineR4T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  20 }

  aGCPBXLineR4T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  21 }

  aGCPBXLineR4T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  22 }

  aGCPBXLineR4T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  23 }

  aGCPBXLineR4T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  24 }

  aGCPBXLineR4T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { aGCPBXLineR4Entry  25 }

  aGCPBXLineR4AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { aGCPBXLineR4Entry  26 }

  aGCPBXLineR4I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR4Entry  27 }

  aGCPBXLineR4I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR4Entry  28 }

  aGCPBXLineR4I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR4Entry  29 }

  aGCPBXLineR4I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR4Entry  30 }

  aGCPBXLineR4I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { aGCPBXLineR4Entry  31 }

  aGCPBXLineR4ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { aGCPBXLineR4Entry  32 }

  aGCPBXLineR4SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { aGCPBXLineR4Entry  33 }

  aGCPBXLineR4LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { aGCPBXLineR4Entry  34 }

  aGCPBXLineR4GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { aGCPBXLineR4Entry  35 }

  aGCPBXLineR4GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { aGCPBXLineR4Entry  36 }

  aGCPBXLineR4FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { aGCPBXLineR4Entry  37 }

  aGCPBXLineR4LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { aGCPBXLineR4Entry  38 }

  aGCPBXLineR4PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { aGCPBXLineR4Entry  39 }

  aGCPBXLineR4PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { aGCPBXLineR4Entry  40 }

  aGCPBXLineR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { aGCPBXLineR4Entry  41 }

  aGCPBXLineR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { aGCPBXLineR4Entry  42 }

  aGCPBXLineR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { aGCPBXLineR4Entry  43 }

  aGCPBXLineR4DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { aGCPBXLineR4Entry  44 }

  aGCPBXLineR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCPBXLineR4Entry  45 }

  aGCPBXLineR4AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCPBXLineR4Entry  46 }

  aGCPBXLineR4AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { aGCPBXLineR4Entry  47 }

  aGCPBXLineR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR4Entry  48 }

  aGCPBXLineR4AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCPBXLineR4Entry  49 }

  aGCPBXLineR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCPBXLineR4Entry  50 }

  aGCPBXLineR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { aGCPBXLineR4Entry  51 }

  aGCPBXLineR4SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXLineR4Entry  52 }

  aGCPBXLineR4SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { aGCPBXLineR4Entry  53 }

  aGCPBXLineR4SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { aGCPBXLineR4Entry  54 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR47Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR47Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2562 }

  mediaGatewayModelR47Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR47Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR47NEConn,
             mediaGatewayModelR47NetwkElement,
             mediaGatewayModelR47CFSIx,
             mediaGatewayModelR47ModelIx }
    ::= {  mediaGatewayModelR47Table  1  }

  MediaGatewayModelR47Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR47NEConn         Unsigned32,
    mediaGatewayModelR47NetwkElement   DisplayString,
    mediaGatewayModelR47CFSIx          Unsigned32,
    mediaGatewayModelR47ModelIx        Unsigned32,
    mediaGatewayModelR47Category       INTEGER,
    mediaGatewayModelR47ModelName      DisplayString,
    mediaGatewayModelR47Desc           DisplayString,
    mediaGatewayModelR47ControlProt    INTEGER,
    mediaGatewayModelR47ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR47LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR47PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR47PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR47AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR47AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR47RefCnt         Unsigned32,
    mediaGatewayModelR47RowStatus      RowStatus,
    mediaGatewayModelR47DefModel       INTEGER,
    mediaGatewayModelR47Authentication INTEGER,
    mediaGatewayModelR47SupportedConnTypes
                                       BITS,
    mediaGatewayModelR47AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR47ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR47ExportStatus   DisplayString,
    mediaGatewayModelR47ExportFile     DisplayString,
    mediaGatewayModelR47ExportCorr     Counter64,
    mediaGatewayModelR47ExportCorrNode DisplayString,
    mediaGatewayModelR47ExportCorrUID  DisplayString,
    mediaGatewayModelR47DoExtraActions INTEGER,
    mediaGatewayModelR47FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR47FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR47FBsMGCP        BITS,
    mediaGatewayModelR47FBsMeGaCo      BITS,
    mediaGatewayModelR47FBsSIP         BITS,
    mediaGatewayModelR47FixBitsMeGaCo2 BITS,
    mediaGatewayModelR47MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR47AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR47AlertInfoDR2   DisplayString,
    mediaGatewayModelR47AlertInfoDR3   DisplayString,
    mediaGatewayModelR47AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR47DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR47DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR47ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR47SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR47DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR47UpToDateCnt    Unsigned32,
    mediaGatewayModelR47SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR47SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR47Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR47AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR47VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR47AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR47FixBitsSIP2    BITS,
    mediaGatewayModelR47OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR47FBsMeGaCo4     BITS,
    mediaGatewayModelR47SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR47ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR47SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR47ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR47SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR47AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR47AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR47InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR47OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR47MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR47FixBitsSIP3    BITS,
    mediaGatewayModelR47FixBitsSIP4    BITS,
    mediaGatewayModelR47SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR47RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR47EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR47LCC1           DisplayString,
    mediaGatewayModelR47LCC2           DisplayString,
    mediaGatewayModelR47LCC3           DisplayString,
    mediaGatewayModelR47LCC4           DisplayString,
    mediaGatewayModelR47LCC5           DisplayString,
    mediaGatewayModelR47LCC6           DisplayString,
    mediaGatewayModelR47LCC7           DisplayString,
    mediaGatewayModelR47LCC8           DisplayString,
    mediaGatewayModelR47LCC9           DisplayString,
    mediaGatewayModelR47LCC10          DisplayString,
    mediaGatewayModelR47LCC11          DisplayString,
    mediaGatewayModelR47LCC12          DisplayString,
    mediaGatewayModelR47LCC13          DisplayString,
    mediaGatewayModelR47LCC14          DisplayString,
    mediaGatewayModelR47LCC15          DisplayString,
    mediaGatewayModelR47LCC16          DisplayString,
    mediaGatewayModelR47LCC17          DisplayString,
    mediaGatewayModelR47LCC18          DisplayString,
    mediaGatewayModelR47LCC19          DisplayString,
    mediaGatewayModelR47LCC20          DisplayString,
    mediaGatewayModelR47ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR47MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR47MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR47ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR47NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR47NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR47NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR47NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR47NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR47NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR47NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR47NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR47OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR47ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR47MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR47MRSPollTimeout Unsigned32,
    mediaGatewayModelR47RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR47SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR47SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR47FixBitsSIPMSML BITS,
    mediaGatewayModelR47AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR47SessionTimer   Unsigned32,
    mediaGatewayModelR47SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR47SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR47FixBitsSIP5    BITS
  }

  mediaGatewayModelR47NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR47Entry  1 }

  mediaGatewayModelR47NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR47Entry  2 }

  mediaGatewayModelR47CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR47Entry  3 }

  mediaGatewayModelR47ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR47Entry  4 }

  mediaGatewayModelR47Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR47Entry  5 }

  mediaGatewayModelR47ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR47Entry  6 }

  mediaGatewayModelR47Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR47Entry  7 }

  mediaGatewayModelR47ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR47Entry  8 }

  mediaGatewayModelR47ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR47Entry  9 }

  mediaGatewayModelR47LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR47Entry  10 }

  mediaGatewayModelR47PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR47Entry  11 }

  mediaGatewayModelR47PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR47Entry  12 }

  mediaGatewayModelR47AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR47Entry  13 }

  mediaGatewayModelR47AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR47Entry  14 }

  mediaGatewayModelR47RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR47Entry  16 }

  mediaGatewayModelR47RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR47Entry  17 }

  mediaGatewayModelR47DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR47Entry  18 }

  mediaGatewayModelR47Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR47Entry  19 }

  mediaGatewayModelR47SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR47Entry  20 }

  mediaGatewayModelR47AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR47Entry  21 }

  mediaGatewayModelR47ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR47Entry  22 }

  mediaGatewayModelR47ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR47Entry  23 }

  mediaGatewayModelR47ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR47Entry  24 }

  mediaGatewayModelR47ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR47Entry  25 }

  mediaGatewayModelR47ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR47Entry  26 }

  mediaGatewayModelR47ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR47Entry  27 }

  mediaGatewayModelR47DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR47Entry  28 }

  mediaGatewayModelR47FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR47Entry  29 }

  mediaGatewayModelR47FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR47Entry  30 }

  mediaGatewayModelR47FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR47Entry  31 }

  mediaGatewayModelR47FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR47Entry  32 }

  mediaGatewayModelR47FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR47Entry  33 }

  mediaGatewayModelR47FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR47Entry  34 }

  mediaGatewayModelR47MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR47Entry  35 }

  mediaGatewayModelR47AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR47Entry  36 }

  mediaGatewayModelR47AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR47Entry  37 }

  mediaGatewayModelR47AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR47Entry  38 }

  mediaGatewayModelR47AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR47Entry  39 }

  mediaGatewayModelR47DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR47Entry  40 }

  mediaGatewayModelR47DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR47Entry  41 }

  mediaGatewayModelR47ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR47Entry  42 }

  mediaGatewayModelR47SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR47Entry  43 }

  mediaGatewayModelR47DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR47Entry  44 }

  mediaGatewayModelR47UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR47Entry  45 }

  mediaGatewayModelR47SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR47Entry  46 }

  mediaGatewayModelR47SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR47Entry  48 }

  mediaGatewayModelR47Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR47Entry  49 }

  mediaGatewayModelR47AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR47Entry  50 }

  mediaGatewayModelR47VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR47Entry  51 }

  mediaGatewayModelR47AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR47Entry  52 }

  mediaGatewayModelR47FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR47Entry  53 }

  mediaGatewayModelR47OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR47Entry  54 }

  mediaGatewayModelR47FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR47Entry  55 }

  mediaGatewayModelR47SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR47Entry  56 }

  mediaGatewayModelR47ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR47Entry  57 }

  mediaGatewayModelR47SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR47Entry  58 }

  mediaGatewayModelR47ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR47Entry  59 }

  mediaGatewayModelR47SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR47Entry  60 }

  mediaGatewayModelR47AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR47Entry  61 }

  mediaGatewayModelR47AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR47Entry  62 }

  mediaGatewayModelR47InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR47Entry  63 }

  mediaGatewayModelR47OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR47Entry  64 }

  mediaGatewayModelR47MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR47Entry  65 }

  mediaGatewayModelR47FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR47Entry  66 }

  mediaGatewayModelR47FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR47Entry  67 }

  mediaGatewayModelR47SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR47Entry  68 }

  mediaGatewayModelR47RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR47Entry  69 }

  mediaGatewayModelR47EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR47Entry  70 }

  mediaGatewayModelR47LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR47Entry  71 }

  mediaGatewayModelR47LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR47Entry  72 }

  mediaGatewayModelR47LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR47Entry  73 }

  mediaGatewayModelR47LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR47Entry  74 }

  mediaGatewayModelR47LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR47Entry  75 }

  mediaGatewayModelR47LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR47Entry  76 }

  mediaGatewayModelR47LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR47Entry  77 }

  mediaGatewayModelR47LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR47Entry  78 }

  mediaGatewayModelR47LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR47Entry  79 }

  mediaGatewayModelR47LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR47Entry  80 }

  mediaGatewayModelR47LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR47Entry  81 }

  mediaGatewayModelR47LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR47Entry  82 }

  mediaGatewayModelR47LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR47Entry  83 }

  mediaGatewayModelR47LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR47Entry  84 }

  mediaGatewayModelR47LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR47Entry  85 }

  mediaGatewayModelR47LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR47Entry  86 }

  mediaGatewayModelR47LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR47Entry  87 }

  mediaGatewayModelR47LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR47Entry  88 }

  mediaGatewayModelR47LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR47Entry  89 }

  mediaGatewayModelR47LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR47Entry  90 }

  mediaGatewayModelR47ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR47Entry  91 }

  mediaGatewayModelR47MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR47Entry  92 }

  mediaGatewayModelR47MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR47Entry  93 }

  mediaGatewayModelR47ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR47Entry  94 }

  mediaGatewayModelR47NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR47Entry  95 }

  mediaGatewayModelR47NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR47Entry  96 }

  mediaGatewayModelR47NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR47Entry  97 }

  mediaGatewayModelR47NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR47Entry  98 }

  mediaGatewayModelR47NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR47Entry  99 }

  mediaGatewayModelR47NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR47Entry  100 }

  mediaGatewayModelR47NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR47Entry  101 }

  mediaGatewayModelR47NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR47Entry  102 }

  mediaGatewayModelR47OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR47Entry  103 }

  mediaGatewayModelR47ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR47Entry  104 }

  mediaGatewayModelR47MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR47Entry  105 }

  mediaGatewayModelR47MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR47Entry  106 }

  mediaGatewayModelR47RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR47Entry  107 }

  mediaGatewayModelR47SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR47Entry  108 }

  mediaGatewayModelR47SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR47Entry  109 }

  mediaGatewayModelR47FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR47Entry  110 }

  mediaGatewayModelR47AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR47Entry  111 }

  mediaGatewayModelR47SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR47Entry  112 }

  mediaGatewayModelR47SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR47Entry  113 }

  mediaGatewayModelR47SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR47Entry  114 }

  mediaGatewayModelR47FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR47Entry  115 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  cfgSIPBindR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2563 }

  cfgSIPBindR22Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR22NEConn,
             cfgSIPBindR22NetwkElement,
             cfgSIPBindR22CFSIx,
             cfgSIPBindR22BindingIx }
    ::= {  cfgSIPBindR22Table  1  }

  CfgSIPBindR22Entry  ::=  SEQUENCE
  {
    cfgSIPBindR22NEConn                Unsigned32,
    cfgSIPBindR22NetwkElement          DisplayString,
    cfgSIPBindR22CFSIx                 Unsigned32,
    cfgSIPBindR22BindingIx             Unsigned32,
    cfgSIPBindR22Name                  DisplayString,
    cfgSIPBindR22CustInfo              DisplayString,
    cfgSIPBindR22CustInfo2             DisplayString,
    cfgSIPBindR22CustInfo3             DisplayString,
    cfgSIPBindR22CustInfo4             DisplayString,
    cfgSIPBindR22CustInfo5             DisplayString,
    cfgSIPBindR22CustInfo6             DisplayString,
    cfgSIPBindR22Usage                 INTEGER,
    cfgSIPBindR22UseDNIdentification   INTEGER,
    cfgSIPBindR22SIPAuthenticationReqd INTEGER,
    cfgSIPBindR22SIPUserName           DisplayString,
    cfgSIPBindR22SIPDomainName         DisplayString,
    cfgSIPBindR22NewSIPPassword        DisplayString,
    cfgSIPBindR22ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR22ContactIPAddr         DisplayString,
    cfgSIPBindR22ContactIPPort         Unsigned32,
    cfgSIPBindR22ProxyIPAddr           DisplayString,
    cfgSIPBindR22ProxyIPPort           Unsigned32,
    cfgSIPBindR22TransportProt         INTEGER,
    cfgSIPBindR22I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR22I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR22I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR22I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR22Trusted               INTEGER,
    cfgSIPBindR22UseStaticNATMapping   INTEGER,
    cfgSIPBindR22MaxCallAppearances    Unsigned32,
    cfgSIPBindR22AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR22ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR22ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR22DeactivnMode          INTEGER,
    cfgSIPBindR22LastCallFailCause     INTEGER,
    cfgSIPBindR22LastCallFailTimestamp Unsigned32,
    cfgSIPBindR22LastCallFailLogCorr   Counter64,
    cfgSIPBindR22DiagsLogLvl           INTEGER,
    cfgSIPBindR22DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR22DiagsAPITraceTag      DisplayString,
    cfgSIPBindR22ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR22ExportStatus          DisplayString,
    cfgSIPBindR22ExportFile            DisplayString,
    cfgSIPBindR22ExportCorr            Counter64,
    cfgSIPBindR22ExportCorrNode        DisplayString,
    cfgSIPBindR22ExportCorrUID         DisplayString,
    cfgSIPBindR22DoExtraActions        INTEGER,
    cfgSIPBindR22RowStatus             RowStatus,
    cfgSIPBindR22AdminStatus           AdminStatus,
    cfgSIPBindR22OperStatus            OperStatus,
    cfgSIPBindR22PollPeerDevice        INTEGER,
    cfgSIPBindR22PollingInterval       Unsigned32,
    cfgSIPBindR22AlrmState             INTEGER,
    cfgSIPBindR22AlrmLogCorr           Counter64,
    cfgSIPBindR22AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR22AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR22AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR22I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR22I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR22I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR22I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR22SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR22SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR22ActHopCnting          INTEGER,
    cfgSIPBindR22SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR22SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR22SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR22SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR22SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR22SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR22SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR22SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR22ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR22SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR22SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR22SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR22SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR22SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR22SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR22SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR22SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR22SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR22SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR22SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR22UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR22PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR22StatisticsAlrms       Integer32,
    cfgSIPBindR22I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR22I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR22I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR22I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR22ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR22CFSCtrlStatus         INTEGER,
    cfgSIPBindR22PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR22MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR22RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR22SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR22IPAddrMatchReqd       INTEGER,
    cfgSIPBindR22VirtualTrnkGpID       DisplayString,
    cfgSIPBindR22VirtualTrnkCxt        DisplayString,
    cfgSIPBindR22SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR22I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR22I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR22I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR22FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR22ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR22AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR22SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR22TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR22I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR22I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR22I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR22SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR22LearnsContactDetails  INTEGER,
    cfgSIPBindR22ContactURI            LongDisplayString,
    cfgSIPBindR22ContactName           LongDisplayString,
    cfgSIPBindR22ContactExpiryTime     Unsigned32,
    cfgSIPBindR22MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR22SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR22UseNormalTrnkRtgTblsToMatchTgId
                                       INTEGER,
    cfgSIPBindR22SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR22SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR22SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR22ContactAddrScheme     INTEGER,
    cfgSIPBindR22ContactDomainName     DisplayString,
    cfgSIPBindR22ProxyAddrScheme       INTEGER,
    cfgSIPBindR22ProxyDomainName       DisplayString,
    cfgSIPBindR22PollCallPaths         INTEGER,
    cfgSIPBindR22SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR22AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR22AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR22PollServRoutes        INTEGER,
    cfgSIPBindR22ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR22SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR22SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR22SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR22SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR22ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR22ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR22ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR22TransparentHeaders    LongDisplayString,
    cfgSIPBindR22OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR22SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR22SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR22SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR22SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR22SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR22UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR22SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR22AutoRecovery          INTEGER,
    cfgSIPBindR22AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR22SigType               INTEGER,
    cfgSIPBindR22ExportIncASRepData    INTEGER,
    cfgSIPBindR22PBXAppServer          INTEGER,
    cfgSIPBindR22NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR22MediaIPAddr           DisplayString,
    cfgSIPBindR22UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR22SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR22DNIDInE164Format      INTEGER,
    cfgSIPBindR22ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR22Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR22SIPProtOptsHonorsClgNumAPRI
                                       INTEGER,
    cfgSIPBindR22StatisticsEnabled     INTEGER,
    cfgSIPBindR22ContactAddrMatchReqd  INTEGER,
    cfgSIPBindR22AllowBothDNAndTGChangesInSingleTFL3xxResponse
                                       INTEGER,
    cfgSIPBindR22RouteDirectlyOnTGIDTFLResponses
                                       INTEGER,
    cfgSIPBindR22UseProxyIPOnTCPAppServers
                                       INTEGER
  }

  cfgSIPBindR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR22Entry  1 }

  cfgSIPBindR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR22Entry  2 }

  cfgSIPBindR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR22Entry  3 }

  cfgSIPBindR22BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR22Entry  4 }

  cfgSIPBindR22Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR22Entry  5 }

  cfgSIPBindR22CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR22Entry  6 }

  cfgSIPBindR22CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR22Entry  7 }

  cfgSIPBindR22CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR22Entry  8 }

  cfgSIPBindR22CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR22Entry  9 }

  cfgSIPBindR22CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR22Entry  10 }

  cfgSIPBindR22CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR22Entry  11 }

  cfgSIPBindR22Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR22Entry  12 }

  cfgSIPBindR22UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  13 }

  cfgSIPBindR22SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  14 }

  cfgSIPBindR22SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR22Entry  15 }

  cfgSIPBindR22SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR22Entry  16 }

  cfgSIPBindR22NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR22Entry  17 }

  cfgSIPBindR22ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR22Entry  18 }

  cfgSIPBindR22ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR22Entry  19 }

  cfgSIPBindR22ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR22Entry  20 }

  cfgSIPBindR22ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR22Entry  21 }

  cfgSIPBindR22ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR22Entry  22 }

  cfgSIPBindR22TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR22Entry  23 }

  cfgSIPBindR22I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR22Entry  24 }

  cfgSIPBindR22I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR22Entry  25 }

  cfgSIPBindR22I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR22Entry  26 }

  cfgSIPBindR22I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR22Entry  27 }

  cfgSIPBindR22Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  28 }

  cfgSIPBindR22UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  29 }

  cfgSIPBindR22MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR22Entry  30 }

  cfgSIPBindR22AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR22Entry  31 }

  cfgSIPBindR22ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR22Entry  32 }

  cfgSIPBindR22ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR22Entry  33 }

  cfgSIPBindR22DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR22Entry  34 }

  cfgSIPBindR22LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR22Entry  35 }

  cfgSIPBindR22LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR22Entry  36 }

  cfgSIPBindR22LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR22Entry  37 }

  cfgSIPBindR22DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR22Entry  38 }

  cfgSIPBindR22DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  39 }

  cfgSIPBindR22DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR22Entry  40 }

  cfgSIPBindR22ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR22Entry  41 }

  cfgSIPBindR22ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR22Entry  42 }

  cfgSIPBindR22ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR22Entry  43 }

  cfgSIPBindR22ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR22Entry  44 }

  cfgSIPBindR22ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR22Entry  45 }

  cfgSIPBindR22ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR22Entry  46 }

  cfgSIPBindR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR22Entry  47 }

  cfgSIPBindR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR22Entry  48 }

  cfgSIPBindR22AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR22Entry  49 }

  cfgSIPBindR22OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR22Entry  50 }

  cfgSIPBindR22PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  56 }

  cfgSIPBindR22PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR22Entry  57 }

  cfgSIPBindR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR22Entry  60 }

  cfgSIPBindR22AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR22Entry  61 }

  cfgSIPBindR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR22Entry  62 }

  cfgSIPBindR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR22Entry  63 }

  cfgSIPBindR22AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR22Entry  64 }

  cfgSIPBindR22I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR22Entry  65 }

  cfgSIPBindR22I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR22Entry  66 }

  cfgSIPBindR22I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR22Entry  67 }

  cfgSIPBindR22I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR22Entry  68 }

  cfgSIPBindR22SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR22Entry  69 }

  cfgSIPBindR22SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR22Entry  76 }

  cfgSIPBindR22SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  77 }

  cfgSIPBindR22SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  78 }

  cfgSIPBindR22ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  79 }

  cfgSIPBindR22SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  80 }

  cfgSIPBindR22SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR22Entry  81 }

  cfgSIPBindR22SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  82 }

  cfgSIPBindR22SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  83 }

  cfgSIPBindR22SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  84 }

  cfgSIPBindR22SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  85 }

  cfgSIPBindR22SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  86 }

  cfgSIPBindR22SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  87 }

  cfgSIPBindR22SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  88 }

  cfgSIPBindR22SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  89 }

  cfgSIPBindR22SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  90 }

  cfgSIPBindR22SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  91 }

  cfgSIPBindR22SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  92 }

  cfgSIPBindR22SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR22Entry  93 }

  cfgSIPBindR22SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR22Entry  94 }

  cfgSIPBindR22SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  101 }

  cfgSIPBindR22ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  102 }

  cfgSIPBindR22SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  103 }

  cfgSIPBindR22SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  104 }

  cfgSIPBindR22SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  105 }

  cfgSIPBindR22SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  106 }

  cfgSIPBindR22SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  107 }

  cfgSIPBindR22SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  108 }

  cfgSIPBindR22SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  109 }

  cfgSIPBindR22SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  110 }

  cfgSIPBindSDActR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  112 }

  cfgSIPBindSDDefR22SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR22Entry  113 }

  cfgSIPBindR22SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  114 }

  cfgSIPBindR22UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR22Entry  120 }

  cfgSIPBindR22PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR22Entry  121 }

  cfgSIPBindR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR22Entry  122 }

  cfgSIPBindR22I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR22Entry  123 }

  cfgSIPBindR22I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR22Entry  124 }

  cfgSIPBindR22I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR22Entry  125 }

  cfgSIPBindR22I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR22Entry  126 }

  cfgSIPBindR22ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR22Entry  127 }

  cfgSIPBindR22CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR22Entry  128 }

  cfgSIPBindR22PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  129 }

  cfgSIPBindR22MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR22Entry  130 }

  cfgSIPBindR22RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR22Entry  131 }

  cfgSIPBindR22SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  132 }

  cfgSIPBindR22IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  133 }

  cfgSIPBindR22VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR22Entry  134 }

  cfgSIPBindR22VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR22Entry  135 }

  cfgSIPBindR22SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  136 }

  cfgSIPBindR22I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR22Entry  137 }

  cfgSIPBindR22I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR22Entry  138 }

  cfgSIPBindR22I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR22Entry  139 }

  cfgSIPBindR22FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR22Entry  140 }

  cfgSIPBindR22ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR22Entry  141 }

  cfgSIPBindR22AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  142 }

  cfgSIPBindR22SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR22Entry  143 }

  cfgSIPBindR22TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR22Entry  144 }

  cfgSIPBindR22I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR22Entry  145 }

  cfgSIPBindR22I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR22Entry  146 }

  cfgSIPBindR22I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR22Entry  147 }

  cfgSIPBindR22SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR22Entry  148 }

  cfgSIPBindR22LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  149 }

  cfgSIPBindR22ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR22Entry  150 }

  cfgSIPBindR22ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR22Entry  151 }

  cfgSIPBindR22ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR22Entry  152 }

  cfgSIPBindR22MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR22Entry  153 }

  cfgSIPBindR22SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  154 }

  cfgSIPBindR22UseNormalTrnkRtgTblsToMatchTgId OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use normal trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  155 }

  cfgSIPBindR22SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR22Entry  156 }

  cfgSIPBindR22SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR22Entry  157 }

  cfgSIPBindR22SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  158 }

  cfgSIPBindR22ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR22Entry  159 }

  cfgSIPBindR22ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR22Entry  160 }

  cfgSIPBindR22ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR22Entry  161 }

  cfgSIPBindR22ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR22Entry  162 }

  cfgSIPBindR22PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  163 }

  cfgSIPBindR22SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  164 }

  cfgSIPBindR22AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR22Entry  165 }

  cfgSIPBindR22AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR22Entry  166 }

  cfgSIPBindR22PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  167 }

  cfgSIPBindR22ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR22Entry  168 }

  cfgSIPBindR22SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR22Entry  169 }

  cfgSIPBindR22SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  170 }

  cfgSIPBindR22SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  171 }

  cfgSIPBindR22SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR22Entry  172 }

  cfgSIPBindR22ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR22Entry  173 }

  cfgSIPBindR22ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR22Entry  174 }

  cfgSIPBindR22ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR22Entry  175 }

  cfgSIPBindR22TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR22Entry  176 }

  cfgSIPBindR22OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR22Entry  177 }

  cfgSIPBindR22SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR22Entry  178 }

  cfgSIPBindR22SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  179 }

  cfgSIPBindR22SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR22Entry  180 }

  cfgSIPBindR22SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR22Entry  181 }

  cfgSIPBindR22SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR22Entry  182 }

  cfgSIPBindR22SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR22Entry  183 }

  cfgSIPBindR22SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR22Entry  184 }

  cfgSIPBindR22SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR22Entry  185 }

  cfgSIPBindR22UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  186 }

  cfgSIPBindR22SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR22Entry  187 }

  cfgSIPBindR22AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  188 }

  cfgSIPBindR22AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR22Entry  189 }

  cfgSIPBindR22SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR22Entry  190 }

  cfgSIPBindR22ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR22Entry  191 }

  cfgSIPBindR22PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  192 }

  cfgSIPBindR22NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  193 }

  cfgSIPBindR22MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR22Entry  194 }

  cfgSIPBindR22UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  195 }

  cfgSIPBindR22SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  196 }

  cfgSIPBindR22SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  197 }

  cfgSIPBindR22DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  198 }

  cfgSIPBindR22ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR22Entry  199 }

  cfgSIPBindR22Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR22Entry  200 }

  cfgSIPBindR22SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  201 }

  cfgSIPBindR22StatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics enabled'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  202 }

  cfgSIPBindR22ContactAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  203 }

  cfgSIPBindR22AllowBothDNAndTGChangesInSingleTFL3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow both DN and TG changes in single TFL 3xx response'."
    DEFVAL       { false }
    ::= { cfgSIPBindR22Entry  204 }

  cfgSIPBindR22RouteDirectlyOnTGIDTFLResponses OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Route directly on TG ID for TFL responses'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  205 }

  cfgSIPBindR22UseProxyIPOnTCPAppServers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use Proxy IP On TCP App Servers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR22Entry  206 }

-- /*********************************************************************************/
-- /* MIB table for SE 'BAF Application Controls'                                   */
-- /* Valid from: 9.5                                                               */
-- /*********************************************************************************/

  billAppCtrlR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillAppCtrlR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2564 }

  billAppCtrlR14Entry OBJECT-TYPE
    SYNTAX       BillAppCtrlR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billAppCtrlR14NEConn,
             billAppCtrlR14NetwkElement,
             billAppCtrlR14CFSIx }
    ::= {  billAppCtrlR14Table  1  }

  BillAppCtrlR14Entry  ::=  SEQUENCE
  {
    billAppCtrlR14NEConn               Unsigned32,
    billAppCtrlR14NetwkElement         DisplayString,
    billAppCtrlR14CFSIx                Unsigned32,
    billAppCtrlR14SensorTypeCode       Unsigned32,
    billAppCtrlR14SensorIdentification Unsigned32,
    billAppCtrlR14RecingOfficeTypeCode Unsigned32,
    billAppCtrlR14RecingOfficeIdentification
                                       Unsigned32,
    billAppCtrlR14GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR14GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR14GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billAppCtrlR14ProdBAFRecsMsgRateLocalCalls
                                       INTEGER,
    billAppCtrlR14ProdBAFRecsIntraLATADirCalls
                                       INTEGER,
    billAppCtrlR14IncTGMNCdIntLATALocalCalls
                                       INTEGER,
    billAppCtrlR14IncTGMNCdIntLATATollCalls
                                       INTEGER,
    billAppCtrlR14IncTGMNCodeFGBCalls  INTEGER,
    billAppCtrlR14IncTGMNCodeFGDCalls  INTEGER,
    billAppCtrlR14IncOCAModCodeAppropriateCalls
                                       INTEGER,
    billAppCtrlR14IncAccessTimingInOCAModCode
                                       INTEGER,
    billAppCtrlR14ProdBAFRecsTollFreeCalls
                                       INTEGER,
    billAppCtrlR14HrlyCntOrigingCalls  Unsigned32,
    billAppCtrlR14DailyCntOrigingCalls Unsigned32,
    billAppCtrlR14HrlyCntTermCalls     Unsigned32,
    billAppCtrlR14DailyCntTermCalls    Unsigned32,
    billAppCtrlR14HrlyCntOutCalls      Unsigned32,
    billAppCtrlR14DailyCntOutCalls     Unsigned32,
    billAppCtrlR14BAFBillEvtAlrmsAttnRq
                                       Unsigned32,
    billAppCtrlR14BAFBillEvtAlrmEvtsAttnRq
                                       Unsigned32,
    billAppCtrlR14SummaryChldAlrmState INTEGER,
    billAppCtrlR14RowStatus            RowStatus,
    billAppCtrlR14GenertnTimeHrDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR14GenertnTimeMinDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR14GenertnTimeSecDailyContinutnRec
                                       Unsigned32,
    billAppCtrlR14GenerateRecsOCB      INTEGER,
    billAppCtrlR14FeatureCodeOCBBAFDailyContinutnRecs
                                       Unsigned32,
    billAppCtrlR14FeatureCodeOCBActivnBAFRecs
                                       Unsigned32,
    billAppCtrlR14FeatureCodeOCBDeactivnBAFRecs
                                       Unsigned32,
    billAppCtrlR14TollFreeBillCIC      INTEGER,
    billAppCtrlR14NumPortabBillMod     INTEGER,
    billAppCtrlR14NumPortabBillTypeReqdUnconnectedCalls
                                       INTEGER,
    billAppCtrlR14NumPortabBillFlatRateCalls
                                       INTEGER,
    billAppCtrlR14AINApndChrgPtyToAINRec
                                       INTEGER,
    billAppCtrlR14AINAINRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR14AINApndChrgPtyToConventionalRec
                                       INTEGER,
    billAppCtrlR14AINConvRecAppendOrigingClgPartyNumTo
                                       INTEGER,
    billAppCtrlR14ProdInterLATABAFRecsIntraLATACarrCalls
                                       INTEGER,
    billAppCtrlR14AddOrigingLineInfoMod
                                       INTEGER,
    billAppCtrlR14ProdBAFRecsANITestCalls
                                       INTEGER,
    billAppCtrlR14UseNonAINBillTollFreeCalls
                                       INTEGER,
    billAppCtrlR14CFAppendMod164OrigClgNum
                                       INTEGER,
    billAppCtrlR14CFNumIdentityOrigClgNum
                                       INTEGER,
    billAppCtrlR14BillRecType          INTEGER,
    billAppCtrlR14AddtlCxtID           Unsigned32,
    billAppCtrlR14BillAllUnconnectedTrnkCallsAndRoutes
                                       INTEGER,
    billAppCtrlR14IncCallCorr          INTEGER,
    billAppCtrlR14AddtlBillOptions     BITS,
    billAppCtrlR14BAFOutputEnable      INTEGER,
    billAppCtrlR14TotChldAlrmsAttnRq   Unsigned32,
    billAppCtrlR14TotChldAlrmEvtsAttnRq
                                       Unsigned32,
    billAppCtrlR14AddClgPartySCategoryMod
                                       INTEGER,
    billAppCtrlR14BillLNPOrTFQueryOverSIPAsTCAPUsingNonAINBill
                                       INTEGER,
    billAppCtrlR14IncMgcpDomainName    INTEGER,
    billAppCtrlR14IncReleaseCauseAllCallTypes
                                       INTEGER,
    billAppCtrlR14ReplaceMod611WithMod806CldNum
                                       INTEGER
  }

  billAppCtrlR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billAppCtrlR14Entry  1 }

  billAppCtrlR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billAppCtrlR14Entry  2 }

  billAppCtrlR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billAppCtrlR14Entry  3 }

  billAppCtrlR14SensorTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR14Entry  4 }

  billAppCtrlR14SensorIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sensor identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  5 }

  billAppCtrlR14RecingOfficeTypeCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office type code'.
                  This field is not writable when active."
    DEFVAL       { 166 }
    ::= { billAppCtrlR14Entry  6 }

  billAppCtrlR14RecingOfficeIdentification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording office identification'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  7 }

  billAppCtrlR14GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  8 }

  billAppCtrlR14GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  9 }

  billAppCtrlR14GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  10 }

  billAppCtrlR14ProdBAFRecsMsgRateLocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for message rate local calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { billAppCtrlR14Entry  11 }

  billAppCtrlR14ProdBAFRecsIntraLATADirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for IntraLATA Directory calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  12 }

  billAppCtrlR14IncTGMNCdIntLATALocalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA local calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  13 }

  billAppCtrlR14IncTGMNCdIntLATATollCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for IntraLATA toll calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  14 }

  billAppCtrlR14IncTGMNCodeFGBCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGB calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  15 }

  billAppCtrlR14IncTGMNCodeFGDCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include TGMN module code for FGD calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  16 }

  billAppCtrlR14IncOCAModCodeAppropriateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include OCA module code for appropriate calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  17 }

  billAppCtrlR14IncAccessTimingInOCAModCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include access timing in OCA module code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  18 }

  billAppCtrlR14ProdBAFRecsTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  19 }

  billAppCtrlR14HrlyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of originating calls'."
    ::= { billAppCtrlR14Entry  20 }

  billAppCtrlR14DailyCntOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of originating calls'."
    ::= { billAppCtrlR14Entry  21 }

  billAppCtrlR14HrlyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of terminating calls'."
    ::= { billAppCtrlR14Entry  22 }

  billAppCtrlR14DailyCntTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of terminating calls'."
    ::= { billAppCtrlR14Entry  23 }

  billAppCtrlR14HrlyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hourly count of outgoing calls'."
    ::= { billAppCtrlR14Entry  24 }

  billAppCtrlR14DailyCntOutCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daily count of outgoing calls'."
    ::= { billAppCtrlR14Entry  25 }

  billAppCtrlR14BAFBillEvtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarms'."
    ::= { billAppCtrlR14Entry  26 }

  billAppCtrlR14BAFBillEvtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billAppCtrlR14Entry  27 }

  billAppCtrlR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { billAppCtrlR14Entry  28 }

  billAppCtrlR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billAppCtrlR14Entry  29 }

  billAppCtrlR14GenertnTimeHrDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (hour)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  30 }

  billAppCtrlR14GenertnTimeMinDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (min)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  31 }

  billAppCtrlR14GenertnTimeSecDailyContinutnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of daily continuation record (sec)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { billAppCtrlR14Entry  32 }

  billAppCtrlR14GenerateRecsOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generate records for Call Barring'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  33 }

  billAppCtrlR14FeatureCodeOCBBAFDailyContinutnRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring BAF daily continuation records'.
                  This field is not writable when active."
    DEFVAL       { 1 }
    ::= { billAppCtrlR14Entry  34 }

  billAppCtrlR14FeatureCodeOCBActivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring activation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { billAppCtrlR14Entry  35 }

  billAppCtrlR14FeatureCodeOCBDeactivnBAFRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Feature code for Call Barring deactivation BAF records'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { billAppCtrlR14Entry  36 }

  billAppCtrlR14TollFreeBillCIC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Toll free billing CIC'.
                  This field is not writable when active."
    DEFVAL       { 110 }
    ::= { billAppCtrlR14Entry  37 }

  billAppCtrlR14NumPortabBillMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   module719(1),
                   module720(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing module'.
                  This field is not writable when active."
    DEFVAL       { module720 }
    ::= { billAppCtrlR14Entry  38 }

  billAppCtrlR14NumPortabBillTypeReqdUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing type required for unconnected calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR14Entry  39 }

  billAppCtrlR14NumPortabBillFlatRateCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   generateWhenNPQueryDone(2),
                   generateWhenNPQueryDoneAndReturnsLRN(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Portability - billing for flat rate calls'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { billAppCtrlR14Entry  40 }

  billAppCtrlR14AINApndChrgPtyToAINRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  41 }

  billAppCtrlR14AINAINRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to AIN record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  42 }

  billAppCtrlR14AINApndChrgPtyToConventionalRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Charge Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  43 }

  billAppCtrlR14AINConvRecAppendOrigingClgPartyNumTo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'AIN - append Originating Calling Party number to conventional record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  44 }

  billAppCtrlR14ProdInterLATABAFRecsIntraLATACarrCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce InterLATA BAF records for IntraLATA carrier calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  45 }

  billAppCtrlR14AddOrigingLineInfoMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Add originating line information module'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  48 }

  billAppCtrlR14ProdBAFRecsANITestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce BAF records for ANI test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  49 }

  billAppCtrlR14UseNonAINBillTollFreeCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use non-AIN billing for toll free calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  50 }

  billAppCtrlR14CFAppendMod164OrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - append module 164 for original calling number'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  55 }

  billAppCtrlR14CFNumIdentityOrigClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDashOrigAutoNumId(1),
                   twoDashTermNumber(2),
                   threeDashOrigCallingPartyNum(3),
                   fourDashPrivateOrigANI(4),
                   fiveDashCallingPartyNum(5),
                   sixDashRedirectNum(6),
                   sevenDashOrigCalledNum(7),
                   eightDashProvisionedBillNum(8),
                   nineDashOther(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Forwarding - number identity for original calling number'."
    DEFVAL       { threeDashOrigCallingPartyNum }
    ::= { billAppCtrlR14Entry  56 }

  billAppCtrlR14BillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   full(1),
                   simple(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing record type'.
                  This field is not writable when active."
    DEFVAL       { full }
    ::= { billAppCtrlR14Entry  58 }

  billAppCtrlR14AddtlCxtID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 90000..99998 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Module 611 billing number context ID'."
    DEFVAL       { 90000 }
    ::= { billAppCtrlR14Entry  59 }

  billAppCtrlR14BillAllUnconnectedTrnkCallsAndRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bill all unconnected trunk calls and routes'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  60 }

  billAppCtrlR14IncCallCorr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Include call correlator'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  61 }

  billAppCtrlR14AddtlBillOptions OBJECT-TYPE
    SYNTAX       BITS {
                   includeSIPUserAgentInformation(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional billing options'."
    ::= { billAppCtrlR14Entry  62 }

  billAppCtrlR14BAFOutputEnable OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable BAF record output'."
    DEFVAL       { true }
    ::= { billAppCtrlR14Entry  63 }

  billAppCtrlR14TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { billAppCtrlR14Entry  64 }

  billAppCtrlR14TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { billAppCtrlR14Entry  65 }

  billAppCtrlR14AddClgPartySCategoryMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Add calling party's category module'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  66 }

  billAppCtrlR14BillLNPOrTFQueryOverSIPAsTCAPUsingNonAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bill LNP or TF query over SIP as TCAP using non-AIN billing'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  67 }

  billAppCtrlR14IncMgcpDomainName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Include MGCP domain name'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  68 }

  billAppCtrlR14IncReleaseCauseAllCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include release cause for all call types'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  69 }

  billAppCtrlR14ReplaceMod611WithMod806CldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Replace module 611 with module 806 for called number'."
    DEFVAL       { false }
    ::= { billAppCtrlR14Entry  70 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML Application Controls'                                   */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  billXMLAppCtrlR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLAppCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2565 }

  billXMLAppCtrlR4Entry OBJECT-TYPE
    SYNTAX       BillXMLAppCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLAppCtrlR4NEConn,
             billXMLAppCtrlR4NetwkElement,
             billXMLAppCtrlR4CFSIx }
    ::= {  billXMLAppCtrlR4Table  1  }

  BillXMLAppCtrlR4Entry  ::=  SEQUENCE
  {
    billXMLAppCtrlR4NEConn             Unsigned32,
    billXMLAppCtrlR4NetwkElement       DisplayString,
    billXMLAppCtrlR4CFSIx              Unsigned32,
    billXMLAppCtrlR4PrdXMLBRecsConnectedCalls
                                       INTEGER,
    billXMLAppCtrlR4PrdXMLBRecsUnconnectedCalls
                                       INTEGER,
    billXMLAppCtrlR4PrdXMLBRecsCallServEvts
                                       INTEGER,
    billXMLAppCtrlR4GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR4GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR4GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR4RowStatus          RowStatus,
    billXMLAppCtrlR4IncExtraSIPAndIPParms
                                       INTEGER,
    billXMLAppCtrlR4IncPChargingVectorInXmlBillRecs
                                       INTEGER,
    billXMLAppCtrlR4ExtraBillFieldsInboundSig
                                       INTEGER
  }

  billXMLAppCtrlR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLAppCtrlR4Entry  1 }

  billXMLAppCtrlR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLAppCtrlR4Entry  2 }

  billXMLAppCtrlR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLAppCtrlR4Entry  3 }

  billXMLAppCtrlR4PrdXMLBRecsConnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for connected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR4Entry  4 }

  billXMLAppCtrlR4PrdXMLBRecsUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for unconnected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR4Entry  5 }

  billXMLAppCtrlR4PrdXMLBRecsCallServEvts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for call service events'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR4Entry  6 }

  billXMLAppCtrlR4GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR4Entry  9 }

  billXMLAppCtrlR4GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR4Entry  10 }

  billXMLAppCtrlR4GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR4Entry  11 }

  billXMLAppCtrlR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billXMLAppCtrlR4Entry  12 }

  billXMLAppCtrlR4IncExtraSIPAndIPParms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra SIP and IP parameters'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR4Entry  13 }

  billXMLAppCtrlR4IncPChargingVectorInXmlBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include P-Charging Vector in XML Billing Records'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR4Entry  14 }

  billXMLAppCtrlR4ExtraBillFieldsInboundSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Extra billing fields - inbound signaling'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR4Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Services'                                              */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  classServsR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClassServsR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2566 }

  classServsR22Entry OBJECT-TYPE
    SYNTAX       ClassServsR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { classServsR22NEConn,
             classServsR22NetwkElement,
             classServsR22CFSIx }
    ::= {  classServsR22Table  1  }

  ClassServsR22Entry  ::=  SEQUENCE
  {
    classServsR22NEConn                Unsigned32,
    classServsR22NetwkElement          DisplayString,
    classServsR22CFSIx                 Unsigned32,
    classServsR22CFU                   INTEGER,
    classServsR22CFBL                  INTEGER,
    classServsR22CFDA                  INTEGER,
    classServsR22AR                    INTEGER,
    classServsR22LineHunting           INTEGER,
    classServsR22TWC                   INTEGER,
    classServsR22CW                    INTEGER,
    classServsR22CWWithCID             INTEGER,
    classServsR22ACR                   INTEGER,
    classServsR22CallTrace             INTEGER,
    classServsR22CIDPres               INTEGER,
    classServsR22SCF                   INTEGER,
    classServsR22CND                   INTEGER,
    classServsR22SCR                   INTEGER,
    classServsR22PriorityCall          INTEGER,
    classServsR22RemCall               INTEGER,
    classServsR22SPD                   INTEGER,
    classServsR22OCB                   INTEGER,
    classServsR22PINChange             INTEGER,
    classServsR22ClgNameDlvry          INTEGER,
    classServsR22AutoClback            INTEGER,
    classServsR22CSAlrmsAttnRq         Integer32,
    classServsR22CSAlrmEvtsAttnRq      Integer32,
    classServsR22CSAlrmsAtndDp         Integer32,
    classServsR22CSAlrmEvtsAtndDp      Integer32,
    classServsR22SummaryChldAlrmState  INTEGER,
    classServsR22CNDB                  INTEGER,
    classServsR22Voicemail             INTEGER,
    classServsR22RegRemCalls           INTEGER,
    classServsR22CallXfer              INTEGER,
    classServsR22CCW                   INTEGER,
    classServsR22102                   INTEGER,
    classServsR22108                   INTEGER,
    classServsR22AlrmState             INTEGER,
    classServsR22AlrmLogCorr           Counter64,
    classServsR22AlrmEvtsAtndDp        Unsigned32,
    classServsR22AlrmStateTimestamp    Unsigned32,
    classServsR22AlrmResetTimestamp    Unsigned32,
    classServsR22RACF                  INTEGER,
    classServsR22LastCIDErasure        INTEGER,
    classServsR22MandAccCodes          INTEGER,
    classServsR22ANITestServ           INTEGER,
    classServsR22HIC                   INTEGER,
    classServsR22CPU                   INTEGER,
    classServsR22DPUNoBargeIn          INTEGER,
    classServsR22OPX                   INTEGER,
    classServsR22TeenServ              INTEGER,
    classServsR22AppServerOrig         INTEGER,
    classServsR22AppServerTerm         INTEGER,
    classServsR22DoNotDist             INTEGER,
    classServsR22CallHold              INTEGER,
    classServsR22ClgIDDlvryOverIP      INTEGER,
    classServsR22TestLine100           INTEGER,
    classServsR22TestLine101           INTEGER,
    classServsR22TestLine105           INTEGER,
    classServsR22CallLists             INTEGER,
    classServsR22FMFM                  INTEGER,
    classServsR22OHDTrigger            INTEGER,
    classServsR22TATrigger             INTEGER,
    classServsR22LSM                   INTEGER,
    classServsR22WarmHotLine           INTEGER,
    classServsR22AppServerMOHServ      INTEGER,
    classServsR22CallPark              INTEGER,
    classServsR22ClgNameDlvryQueryHandling
                                       INTEGER,
    classServsR22SDPCommPortal         INTEGER,
    classServsR22CallServsConnectedNumDlvry
                                       INTEGER,
    classServsR22ConnectedLineIDPres   INTEGER,
    classServsR22ChldStatisticsAlrms   Integer32,
    classServsR22UnavailCF             INTEGER,
    classServsR22Variant               INTEGER,
    classServsR22LongDistanceAlert     INTEGER,
    classServsR22ConnectedNameDlvry    INTEGER,
    classServsR22TotChldAlrmsAttnRq    Unsigned32,
    classServsR22TotChldAlrmEvtsAttnRq Unsigned32,
    classServsR22TotChldAlrmsAtndDp    Unsigned32,
    classServsR22TotChldAlrmEvtsAtndDp Unsigned32,
    classServsR22BCM                   INTEGER,
    classServsR22ASRecSrv              INTEGER,
    classServsR22ICDNDlvry             INTEGER,
    classServsR22OCN                   INTEGER,
    classServsR22AnnounceOnHold        INTEGER,
    classServsR22RCL                   INTEGER
  }

  classServsR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { classServsR22Entry  1 }

  classServsR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { classServsR22Entry  2 }

  classServsR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { classServsR22Entry  3 }

  classServsR22CFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unconditional Call Forwarding'."
    ::= { classServsR22Entry  4 }

  classServsR22CFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding'."
    ::= { classServsR22Entry  5 }

  classServsR22CFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding'."
    ::= { classServsR22Entry  6 }

  classServsR22AR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall'."
    ::= { classServsR22Entry  7 }

  classServsR22LineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting'."
    ::= { classServsR22Entry  8 }

  classServsR22TWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling'."
    ::= { classServsR22Entry  9 }

  classServsR22CW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting'."
    ::= { classServsR22Entry  10 }

  classServsR22CWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting With Caller ID'."
    ::= { classServsR22Entry  11 }

  classServsR22ACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection'."
    ::= { classServsR22Entry  12 }

  classServsR22CallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace'."
    ::= { classServsR22Entry  13 }

  classServsR22CIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation'."
    ::= { classServsR22Entry  14 }

  classServsR22SCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding'."
    ::= { classServsR22Entry  15 }

  classServsR22CND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery'."
    ::= { classServsR22Entry  16 }

  classServsR22SCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection'."
    ::= { classServsR22Entry  17 }

  classServsR22PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call'."
    ::= { classServsR22Entry  18 }

  classServsR22RemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls'."
    ::= { classServsR22Entry  19 }

  classServsR22SPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling'."
    ::= { classServsR22Entry  20 }

  classServsR22OCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring'."
    ::= { classServsR22Entry  21 }

  classServsR22PINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change'."
    ::= { classServsR22Entry  22 }

  classServsR22ClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber'."
    ::= { classServsR22Entry  23 }

  classServsR22AutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback'."
    ::= { classServsR22Entry  24 }

  classServsR22CSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { classServsR22Entry  25 }

  classServsR22CSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR22Entry  26 }

  classServsR22CSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { classServsR22Entry  27 }

  classServsR22CSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR22Entry  28 }

  classServsR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { classServsR22Entry  29 }

  classServsR22CNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery Blocking'."
    ::= { classServsR22Entry  30 }

  classServsR22Voicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail'."
    ::= { classServsR22Entry  31 }

  classServsR22RegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls'."
    ::= { classServsR22Entry  32 }

  classServsR22CallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer'."
    ::= { classServsR22Entry  33 }

  classServsR22CCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting'."
    ::= { classServsR22Entry  34 }

  classServsR22102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102'."
    ::= { classServsR22Entry  35 }

  classServsR22108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108'."
    ::= { classServsR22Entry  36 }

  classServsR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { classServsR22Entry  37 }

  classServsR22AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { classServsR22Entry  38 }

  classServsR22AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR22Entry  39 }

  classServsR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { classServsR22Entry  40 }

  classServsR22AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { classServsR22Entry  41 }

  classServsR22RACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Access to Call Forwarding'."
    ::= { classServsR22Entry  42 }

  classServsR22LastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure'."
    ::= { classServsR22Entry  43 }

  classServsR22MandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes'."
    ::= { classServsR22Entry  45 }

  classServsR22ANITestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service'."
    ::= { classServsR22Entry  46 }

  classServsR22HIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom'."
    ::= { classServsR22Entry  47 }

  classServsR22CPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup'."
    ::= { classServsR22Entry  48 }

  classServsR22DPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directed Pickup (no barge-in)'."
    ::= { classServsR22Entry  49 }

  classServsR22OPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Premises Extension'."
    ::= { classServsR22Entry  50 }

  classServsR22TeenServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service'."
    ::= { classServsR22Entry  51 }

  classServsR22AppServerOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Originating Service'."
    ::= { classServsR22Entry  52 }

  classServsR22AppServerTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Terminating Service'."
    ::= { classServsR22Entry  53 }

  classServsR22DoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb'."
    ::= { classServsR22Entry  54 }

  classServsR22CallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold'."
    ::= { classServsR22Entry  55 }

  classServsR22ClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP'."
    ::= { classServsR22Entry  56 }

  classServsR22TestLine100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100'."
    ::= { classServsR22Entry  57 }

  classServsR22TestLine101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101'."
    ::= { classServsR22Entry  58 }

  classServsR22TestLine105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105'."
    ::= { classServsR22Entry  59 }

  classServsR22CallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists'."
    ::= { classServsR22Entry  60 }

  classServsR22FMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me'."
    ::= { classServsR22Entry  61 }

  classServsR22OHDTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Hook Delay Subscriber Trigger'."
    ::= { classServsR22Entry  63 }

  classServsR22TATrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination Attempt Trigger'."
    ::= { classServsR22Entry  64 }

  classServsR22LSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring'."
    ::= { classServsR22Entry  65 }

  classServsR22WarmHotLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line'."
    ::= { classServsR22Entry  66 }

  classServsR22AppServerMOHServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Music On Hold Service'."
    ::= { classServsR22Entry  67 }

  classServsR22CallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park'."
    ::= { classServsR22Entry  68 }

  classServsR22ClgNameDlvryQueryHandling OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling'."
    ::= { classServsR22Entry  69 }

  classServsR22SDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal'."
    ::= { classServsR22Entry  70 }

  classServsR22CallServsConnectedNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Number Delivery'."
    ::= { classServsR22Entry  71 }

  classServsR22ConnectedLineIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Line ID Presentation'."
    ::= { classServsR22Entry  72 }

  classServsR22ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { classServsR22Entry  73 }

  classServsR22UnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable Call Forwarding'."
    ::= { classServsR22Entry  74 }

  classServsR22Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordia(1),
                   eTSI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    DEFVAL       { telcordia }
    ::= { classServsR22Entry  75 }

  classServsR22LongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert'."
    ::= { classServsR22Entry  76 }

  classServsR22ConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery'."
    ::= { classServsR22Entry  77 }

  classServsR22TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { classServsR22Entry  78 }

  classServsR22TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { classServsR22Entry  79 }

  classServsR22TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { classServsR22Entry  80 }

  classServsR22TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { classServsR22Entry  81 }

  classServsR22BCM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Call Manager'."
    ::= { classServsR22Entry  82 }

  classServsR22ASRecSrv OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Recording Service'."
    ::= { classServsR22Entry  83 }

  classServsR22ICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery'."
    ::= { classServsR22Entry  84 }

  classServsR22OCN OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Call Notifications'."
    ::= { classServsR22Entry  85 }

  classServsR22AnnounceOnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement on Hold'."
    ::= { classServsR22Entry  86 }

  classServsR22RCL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirected call limits'."
    ::= { classServsR22Entry  87 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  genClSrvCtrlR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenClSrvCtrlR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2567 }

  genClSrvCtrlR15Entry OBJECT-TYPE
    SYNTAX       GenClSrvCtrlR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genClSrvCtrlR15NEConn,
             genClSrvCtrlR15NetwkElement,
             genClSrvCtrlR15CFSIx }
    ::= {  genClSrvCtrlR15Table  1  }

  GenClSrvCtrlR15Entry  ::=  SEQUENCE
  {
    genClSrvCtrlR15NEConn              Unsigned32,
    genClSrvCtrlR15NetwkElement        DisplayString,
    genClSrvCtrlR15CFSIx               Unsigned32,
    genClSrvCtrlR15PINChangeAccessCode DisplayString,
    genClSrvCtrlR15SLEConfirmTimeout   INTEGER,
    genClSrvCtrlR15SLENewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR15SLEOptionSelTimeout INTEGER,
    genClSrvCtrlR15SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR15SLESPCSQueryTimeout INTEGER,
    genClSrvCtrlR15SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genClSrvCtrlR15SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR15SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR15RowStatus           RowStatus,
    genClSrvCtrlR15SupportPINChange    INTEGER,
    genClSrvCtrlR15MaxInvalidPINAttempts
                                       Unsigned32,
    genClSrvCtrlR15SuspendedServAccessNum
                                       DisplayString,
    genClSrvCtrlR15SupportCallLists    INTEGER,
    genClSrvCtrlR15CLMaxNumCallsPerList
                                       Unsigned32,
    genClSrvCtrlR15CallListsAlwaysReplicateEntries
                                       INTEGER,
    genClSrvCtrlR15EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genClSrvCtrlR15RecMvdSbExPrcHr     Unsigned32,
    genClSrvCtrlR15RecMvdSbExPrcMin    Unsigned32,
    genClSrvCtrlR15DefRecMvdSubExpiry  Unsigned32,
    genClSrvCtrlR15GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genClSrvCtrlR15SupportAdvancedVoiceCodecs
                                       INTEGER,
    genClSrvCtrlR15SupportVideoCodecs  INTEGER,
    genClSrvCtrlR15CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genClSrvCtrlR15SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genClSrvCtrlR15LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genClSrvCtrlR15CallListsDefSetting INTEGER,
    genClSrvCtrlR15HRCLSubLimitType    INTEGER,
    genClSrvCtrlR15HRCLSubMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR15HRCLPBXLimitType    INTEGER,
    genClSrvCtrlR15HRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR15PINChangeGenerateBillRec
                                       INTEGER,
    genClSrvCtrlR15PINChangeConfirmPINOnPINChange
                                       INTEGER,
    genClSrvCtrlR15PINChangePINLockout INTEGER,
    genClSrvCtrlR15PINChangeTUISeparatorKey
                                       INTEGER,
    genClSrvCtrlR15PINChangeNotifyAppServer
                                       INTEGER,
    genClSrvCtrlR15I1PINChangeAppServerNEConn
                                       Unsigned32,
    genClSrvCtrlR15I2PINChangeAppServerNetwkElement
                                       DisplayString,
    genClSrvCtrlR15I3PINChangeAppServerCFSIx
                                       Unsigned32,
    genClSrvCtrlR15I4PINChangeAppServerDirNum
                                       DisplayString,
    genClSrvCtrlR15AlrmState           INTEGER,
    genClSrvCtrlR15AlrmStateTimestamp  Unsigned32,
    genClSrvCtrlR15AlrmEvtsAttnRqLogCorr
                                       Counter64,
    genClSrvCtrlR15AlrmEvtsAttnRq      Unsigned32,
    genClSrvCtrlR15AlrmEvtsAtndDp      Unsigned32,
    genClSrvCtrlR15AlrmResetTimestamp  Unsigned32,
    genClSrvCtrlR15AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs
                                       INTEGER,
    genClSrvCtrlR15SupportRCL          INTEGER,
    genClSrvCtrlR15RCLDefMaxSimulRedirCalls
                                       Unsigned32
  }

  genClSrvCtrlR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genClSrvCtrlR15Entry  1 }

  genClSrvCtrlR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genClSrvCtrlR15Entry  2 }

  genClSrvCtrlR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genClSrvCtrlR15Entry  3 }

  genClSrvCtrlR15PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR15Entry  4 }

  genClSrvCtrlR15SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR15Entry  5 }

  genClSrvCtrlR15SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR15Entry  6 }

  genClSrvCtrlR15SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR15Entry  7 }

  genClSrvCtrlR15SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR15Entry  8 }

  genClSrvCtrlR15SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genClSrvCtrlR15Entry  9 }

  genClSrvCtrlR15SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genClSrvCtrlR15Entry  10 }

  genClSrvCtrlR15SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR15Entry  11 }

  genClSrvCtrlR15SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR15Entry  12 }

  genClSrvCtrlR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genClSrvCtrlR15Entry  13 }

  genClSrvCtrlR15SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR15Entry  14 }

  genClSrvCtrlR15MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR15Entry  15 }

  genClSrvCtrlR15SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR15Entry  16 }

  genClSrvCtrlR15SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR15Entry  17 }

  genClSrvCtrlR15CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR15Entry  18 }

  genClSrvCtrlR15CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  20 }

  genClSrvCtrlR15EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  21 }

  genClSrvCtrlR15RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR15Entry  22 }

  genClSrvCtrlR15RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR15Entry  23 }

  genClSrvCtrlR15DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR15Entry  24 }

  genClSrvCtrlR15GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  25 }

  genClSrvCtrlR15SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR15Entry  26 }

  genClSrvCtrlR15SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR15Entry  27 }

  genClSrvCtrlR15CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genClSrvCtrlR15Entry  28 }

  genClSrvCtrlR15SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genClSrvCtrlR15Entry  29 }

  genClSrvCtrlR15LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  30 }

  genClSrvCtrlR15CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genClSrvCtrlR15Entry  31 }

  genClSrvCtrlR15HRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR15Entry  32 }

  genClSrvCtrlR15HRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber maximum high risk calls'."
    DEFVAL       { 2 }
    ::= { genClSrvCtrlR15Entry  33 }

  genClSrvCtrlR15HRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR15Entry  34 }

  genClSrvCtrlR15HRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX maximum high risk calls'."
    DEFVAL       { 5 }
    ::= { genClSrvCtrlR15Entry  35 }

  genClSrvCtrlR15PINChangeGenerateBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - generate billing record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  36 }

  genClSrvCtrlR15PINChangeConfirmPINOnPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - confirm PIN on PIN change'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  37 }

  genClSrvCtrlR15PINChangePINLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                   rACFOnly(1),
                   fullServiceSuspension(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - PIN lockout'.
                  This field is not writable when active."
    DEFVAL       { rACFOnly }
    ::= { genClSrvCtrlR15Entry  38 }

  genClSrvCtrlR15PINChangeTUISeparatorKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   hash(1),
                   star(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - TUI separator key'.
                  This field is not writable when active."
    DEFVAL       { hash }
    ::= { genClSrvCtrlR15Entry  39 }

  genClSrvCtrlR15PINChangeNotifyAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - notify application server'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  40 }

  genClSrvCtrlR15I1PINChangeAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR15Entry  41 }

  genClSrvCtrlR15I2PINChangeAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR15Entry  42 }

  genClSrvCtrlR15I3PINChangeAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR15Entry  43 }

  genClSrvCtrlR15I4PINChangeAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR15Entry  44 }

  genClSrvCtrlR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { genClSrvCtrlR15Entry  45 }

  genClSrvCtrlR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { genClSrvCtrlR15Entry  46 }

  genClSrvCtrlR15AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { genClSrvCtrlR15Entry  47 }

  genClSrvCtrlR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR15Entry  48 }

  genClSrvCtrlR15AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR15Entry  49 }

  genClSrvCtrlR15AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { genClSrvCtrlR15Entry  50 }

  genClSrvCtrlR15AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow suspension of lawful intercept Call Content Channel when using video codecs'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR15Entry  51 }

  genClSrvCtrlR15SupportRCL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirected call limits - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR15Entry  52 }

  genClSrvCtrlR15RCLDefMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - default maximum simultaneous redirected calls'."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR15Entry  53 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Forwarding Services'                            */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.6.10                                                       */
-- /*********************************************************************************/

  callFwdServR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallFwdServR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2568 }

  callFwdServR12Entry OBJECT-TYPE
    SYNTAX       CallFwdServR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callFwdServR12NEConn,
             callFwdServR12NetwkElement,
             callFwdServR12CFSIx }
    ::= {  callFwdServR12Table  1  }

  CallFwdServR12Entry  ::=  SEQUENCE
  {
    callFwdServR12NEConn               Unsigned32,
    callFwdServR12NetwkElement         DisplayString,
    callFwdServR12CFSIx                Unsigned32,
    callFwdServR12AllowRestrictionUsedNum
                                       INTEGER,
    callFwdServR12MaxSimulFwdsPerSub   Unsigned32,
    callFwdServR12SupportCFU           INTEGER,
    callFwdServR12CFUAndCFBLAndCFDAUSB INTEGER,
    callFwdServR12CFUEnableCode        DisplayString,
    callFwdServR12CFUDisableCode       DisplayString,
    callFwdServR12CFUCheckCode         DisplayString,
    callFwdServR12CFUMaxNum            Unsigned32,
    callFwdServR12CFUAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR12CFUSingleRing        INTEGER,
    callFwdServR12SupportCFBL          INTEGER,
    callFwdServR12CFBLEnableCode       DisplayString,
    callFwdServR12CFBLDisableCode      DisplayString,
    callFwdServR12CFBLCheckCode        DisplayString,
    callFwdServR12CFBLMaxNum           Unsigned32,
    callFwdServR12CFBLAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR12SupportCFDA          INTEGER,
    callFwdServR12CFDAEnableCode       DisplayString,
    callFwdServR12CFDADisableCode      DisplayString,
    callFwdServR12CFDACheckCode        DisplayString,
    callFwdServR12CFDAMaxNum           Unsigned32,
    callFwdServR12CFDAAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR12CFDASingleRing       INTEGER,
    callFwdServR12CFDAContRinging      INTEGER,
    callFwdServR12CFDAContRingingAfterFail
                                       INTEGER,
    callFwdServR12CFBLAndCFDAEnableCode
                                       DisplayString,
    callFwdServR12CFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR12RowStatus            RowStatus,
    callFwdServR12SCFUSB               INTEGER,
    callFwdServR12AllowSCFUSBDenied    INTEGER,
    callFwdServR12SupportLineHunting   INTEGER,
    callFwdServR12LineHuntingAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR12LineHuntingMaxNumEntries
                                       Unsigned32,
    callFwdServR12SupportSCF           INTEGER,
    callFwdServR12SCFMaxNum            Unsigned32,
    callFwdServR12SCFAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR12SCFSingleRing        INTEGER,
    callFwdServR12SCFMaxNumEntries     Unsigned32,
    callFwdServR12SCFAccessCode        DisplayString,
    callFwdServR12SCFAlternativeAccessCode
                                       DisplayString,
    callFwdServR12SupportRACF          INTEGER,
    callFwdServR12RACFAccessNum        DisplayString,
    callFwdServR12RACFMaxSimulCalls    Unsigned32,
    callFwdServR12LineHuntingMarkBAFBillRecs
                                       INTEGER,
    callFwdServR12LineHuntingContHuntingIfNoReply
                                       INTEGER,
    callFwdServR12SupportFMFM          INTEGER,
    callFwdServR12FMFMSimRingEnableCode
                                       DisplayString,
    callFwdServR12FMFMSimRingDisableCode
                                       DisplayString,
    callFwdServR12FMFMFMFMEnableCode   DisplayString,
    callFwdServR12FMFMFMFMDisableCode  DisplayString,
    callFwdServR12FMFMFMFMPlayComfortAnnounce
                                       INTEGER,
    callFwdServR12RequireCrtsyCallByDef
                                       INTEGER,
    callFwdServR12SupportUnavailCF     INTEGER,
    callFwdServR12UnavailCFMaxNum      Unsigned32,
    callFwdServR12CFUAndCFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR12UseAnnouncesforconfirmation
                                       INTEGER,
    callFwdServR12BasicLineHuntingSubSEnabledFieldDef
                                       INTEGER,
    callFwdServR12IntegratedCFSupported
                                       INTEGER,
    callFwdServR12UseAnnouncesConfirmationDigitMap
                                       DisplayString
  }

  callFwdServR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callFwdServR12Entry  1 }

  callFwdServR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callFwdServR12Entry  2 }

  callFwdServR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callFwdServR12Entry  3 }

  callFwdServR12AllowRestrictionUsedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow restriction for used number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR12Entry  4 }

  callFwdServR12MaxSimulFwdsPerSub OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default maximum simultaneous forwardings per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { callFwdServR12Entry  5 }

  callFwdServR12SupportCFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  6 }

  callFwdServR12CFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  7 }

  callFwdServR12CFUEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  8 }

  callFwdServR12CFUDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  9 }

  callFwdServR12CFUCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  10 }

  callFwdServR12CFUMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR12Entry  11 }

  callFwdServR12CFUAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR12Entry  12 }

  callFwdServR12CFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  13 }

  callFwdServR12SupportCFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  14 }

  callFwdServR12CFBLEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  15 }

  callFwdServR12CFBLDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  16 }

  callFwdServR12CFBLCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  17 }

  callFwdServR12CFBLMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR12Entry  18 }

  callFwdServR12CFBLAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR12Entry  19 }

  callFwdServR12SupportCFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  20 }

  callFwdServR12CFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  21 }

  callFwdServR12CFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  22 }

  callFwdServR12CFDACheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  23 }

  callFwdServR12CFDAMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR12Entry  24 }

  callFwdServR12CFDAAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR12Entry  25 }

  callFwdServR12CFDASingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  26 }

  callFwdServR12CFDAContRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing'."
    ::= { callFwdServR12Entry  27 }

  callFwdServR12CFDAContRingingAfterFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing after failure'."
    ::= { callFwdServR12Entry  28 }

  callFwdServR12CFBLAndCFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  29 }

  callFwdServR12CFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  30 }

  callFwdServR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callFwdServR12Entry  31 }

  callFwdServR12SCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  32 }

  callFwdServR12AllowSCFUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR12Entry  33 }

  callFwdServR12SupportLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  34 }

  callFwdServR12LineHuntingAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR12Entry  35 }

  callFwdServR12LineHuntingMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR12Entry  36 }

  callFwdServR12SupportSCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  37 }

  callFwdServR12SCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR12Entry  38 }

  callFwdServR12SCFAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR12Entry  39 }

  callFwdServR12SCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  40 }

  callFwdServR12SCFMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR12Entry  41 }

  callFwdServR12SCFAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - access code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  42 }

  callFwdServR12SCFAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - alternative access code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  43 }

  callFwdServR12SupportRACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  44 }

  callFwdServR12RACFAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - access number'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  45 }

  callFwdServR12RACFMaxSimulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - maximum simultaneous calls'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { callFwdServR12Entry  46 }

  callFwdServR12LineHuntingMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  47 }

  callFwdServR12LineHuntingContHuntingIfNoReply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - continue hunting if no reply'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR12Entry  54 }

  callFwdServR12SupportFMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  55 }

  callFwdServR12FMFMSimRingEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing enable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  56 }

  callFwdServR12FMFMSimRingDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing disable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  57 }

  callFwdServR12FMFMFMFMEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me enable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  58 }

  callFwdServR12FMFMFMFMDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me disable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  59 }

  callFwdServR12FMFMFMFMPlayComfortAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me play comfort announcement'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR12Entry  60 }

  callFwdServR12RequireCrtsyCallByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Require courtesy call by default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR12Entry  61 }

  callFwdServR12SupportUnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - support'."
    DEFVAL       { notConfigured }
    ::= { callFwdServR12Entry  62 }

  callFwdServR12UnavailCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - max number'."
    DEFVAL       { 5 }
    ::= { callFwdServR12Entry  63 }

  callFwdServR12CFUAndCFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  64 }

  callFwdServR12UseAnnouncesforconfirmation OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use Announcements for confirmation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  65 }

  callFwdServR12BasicLineHuntingSubSEnabledFieldDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - subscriber's Enabled field default'."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  66 }

  callFwdServR12IntegratedCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Integrated call forwarding supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR12Entry  67 }

  callFwdServR12UseAnnouncesConfirmationDigitMap OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..200))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use Announcements for confirmation digit map'.
                  This field is not writable when active."
    ::= { callFwdServR12Entry  68 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Outgoing Call Services'                              */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  outSrvR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF OutSrvR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2569 }

  outSrvR11Entry OBJECT-TYPE
    SYNTAX       OutSrvR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { outSrvR11NEConn,
             outSrvR11NetwkElement,
             outSrvR11CFSIx }
    ::= {  outSrvR11Table  1  }

  OutSrvR11Entry  ::=  SEQUENCE
  {
    outSrvR11NEConn                    Unsigned32,
    outSrvR11NetwkElement              DisplayString,
    outSrvR11CFSIx                     Unsigned32,
    outSrvR11SupportSPD                INTEGER,
    outSrvR11SPDMinCode                DisplayString,
    outSrvR11SPDMaxCode                DisplayString,
    outSrvR11SPDAccessCode             DisplayString,
    outSrvR11SPDEnableCode             DisplayString,
    outSrvR11SPDDisableCode            DisplayString,
    outSrvR11SPDCheckCode              DisplayString,
    outSrvR11SPDFirstOneDigitCode      DisplayString,
    outSrvR11SPDLastOneDigitCode       DisplayString,
    outSrvR11SPDFirstTwoDigitCode      DisplayString,
    outSrvR11SPDLastTwoDigitCode       DisplayString,
    outSrvR11SPDOneDigitCfgCode        DisplayString,
    outSrvR11SPDTwoDigitCfgCode        DisplayString,
    outSrvR11SPDAllowRemovalInUseNum   INTEGER,
    outSrvR11SupportOCB                INTEGER,
    outSrvR11OCBUSB                    INTEGER,
    outSrvR11OCBEnableCode             DisplayString,
    outSrvR11OCBDisableCode            DisplayString,
    outSrvR11OCBCheckCode              DisplayString,
    outSrvR11OCBEnableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringNatlAndMobileCalls
                                       DisplayString,
    outSrvR11OCBEnableCodeBarringIntnatlCalls
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringIntnatlCalls
                                       DisplayString,
    outSrvR11OCBEnableCodeBarringOprCalls
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringOprCalls
                                       DisplayString,
    outSrvR11OCBEnableCodeBarringCallServs
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringCallServs
                                       DisplayString,
    outSrvR11OCBEnableCodeBarringPremiumRateCalls
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringPremiumRateCalls
                                       DisplayString,
    outSrvR11RowStatus                 RowStatus,
    outSrvR11SupportMandAccCodes       INTEGER,
    outSrvR11USMandAccCodesCallTypes   BITS,
    outSrvR11UKMandAccCodesCallTypes   BITS,
    outSrvR11MandAccCodesDefMaxIncorrectCodes
                                       Unsigned32,
    outSrvR11MandAccCodesPromptTone    INTEGER,
    outSrvR11USMACCallTypes2           BITS,
    outSrvR11ImportCnt                 Integer32,
    outSrvR11ImportStatus              DisplayString,
    outSrvR11ImportMode                INTEGER,
    outSrvR11ImportFile                DisplayString,
    outSrvR11ImportCorr                Counter64,
    outSrvR11ImportCorrNode            DisplayString,
    outSrvR11ImportCorrUID             DisplayString,
    outSrvR11DoExtraActions            INTEGER,
    outSrvR11SupportWHL                INTEGER,
    outSrvR11WHLDefServLvl             INTEGER,
    outSrvR11WHLDefWarmLineTimeout     Unsigned32,
    outSrvR11OCBBarringDirCalls        INTEGER,
    outSrvR11OCBEnableCodeBarringDirCalls
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringDirCalls
                                       DisplayString,
    outSrvR11MACDefMaxIncorrectCodesPerCall
                                       Unsigned32,
    outSrvR11OCBTreatMobileNumsAsNatl  INTEGER,
    outSrvR11OCBEnableCodeBarringNtlCalls
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringNtlCalls
                                       DisplayString,
    outSrvR11OCBEnableCodeBarringMobileCalls
                                       DisplayString,
    outSrvR11OCBDisableCodeBarringMobileCalls
                                       DisplayString,
    outSrvR11SupportOCN                INTEGER,
    outSrvR11I1OCNDefAppServerNEConn   Unsigned32,
    outSrvR11I2OCNDefAppServerNetwkElement
                                       DisplayString,
    outSrvR11I3OCNDefAppServerCFSIx    Unsigned32,
    outSrvR11I4OCNDefAppServerDirNum   DisplayString,
    outSrvR11OCNDefCallTypes           BITS,
    outSrvR11OCBPINReqdToEnableBarring INTEGER,
    outSrvR11OCBSetLvlCode             DisplayString,
    outSrvR11SupportECB                INTEGER,
    outSrvR11ECBUSB                    INTEGER,
    outSrvR11SupportSCB                INTEGER,
    outSrvR11SCBUSB                    INTEGER
  }

  outSrvR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { outSrvR11Entry  1 }

  outSrvR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { outSrvR11Entry  2 }

  outSrvR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { outSrvR11Entry  3 }

  outSrvR11SupportSPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR11Entry  4 }

  outSrvR11SPDMinCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first allowed code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  5 }

  outSrvR11SPDMaxCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - last allowed code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  6 }

  outSrvR11SPDAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - access code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  7 }

  outSrvR11SPDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - enable code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  8 }

  outSrvR11SPDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - disable code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  9 }

  outSrvR11SPDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling - check code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  10 }

  outSrvR11SPDFirstOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first one digit code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  11 }

  outSrvR11SPDLastOneDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..1))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last one digit code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  12 }

  outSrvR11SPDFirstTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - first two digit code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  13 }

  outSrvR11SPDLastTwoDigitCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - last two digit code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  14 }

  outSrvR11SPDOneDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - one digit configuration code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  15 }

  outSrvR11SPDTwoDigitCfgCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - two digit configuration code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  16 }

  outSrvR11SPDAllowRemovalInUseNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Speed Calling - allow removal of in use number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outSrvR11Entry  17 }

  outSrvR11SupportOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR11Entry  18 }

  outSrvR11OCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outSrvR11Entry  19 }

  outSrvR11OCBEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - enable code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  20 }

  outSrvR11OCBDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - disable code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  21 }

  outSrvR11OCBCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - check code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  22 }

  outSrvR11OCBEnableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  23 }

  outSrvR11OCBDisableCodeBarringNatlAndMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national and mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  24 }

  outSrvR11OCBEnableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring international calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  25 }

  outSrvR11OCBDisableCodeBarringIntnatlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring international calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  26 }

  outSrvR11OCBEnableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  27 }

  outSrvR11OCBDisableCodeBarringOprCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring operator calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  28 }

  outSrvR11OCBEnableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring call services'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  29 }

  outSrvR11OCBDisableCodeBarringCallServs OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring call services'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  30 }

  outSrvR11OCBEnableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  31 }

  outSrvR11OCBDisableCodeBarringPremiumRateCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring premium rate calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  32 }

  outSrvR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { outSrvR11Entry  33 }

  outSrvR11SupportMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR11Entry  34 }

  outSrvR11USMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  36 }

  outSrvR11UKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  37 }

  outSrvR11MandAccCodesDefMaxIncorrectCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { outSrvR11Entry  38 }

  outSrvR11MandAccCodesPromptTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   stutterDialTone(1),
                   continuousPromptTone400Hz(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - prompt tone'.
                  This field is not writable when active."
    DEFVAL       { stutterDialTone }
    ::= { outSrvR11Entry  39 }

  outSrvR11USMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - call types'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  40 }

  outSrvR11ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { outSrvR11Entry  41 }

  outSrvR11ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { outSrvR11Entry  42 }

  outSrvR11ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { outSrvR11Entry  43 }

  outSrvR11ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { outSrvR11Entry  44 }

  outSrvR11ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { outSrvR11Entry  45 }

  outSrvR11ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { outSrvR11Entry  46 }

  outSrvR11ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { outSrvR11Entry  47 }

  outSrvR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { outSrvR11Entry  48 }

  outSrvR11SupportWHL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR11Entry  49 }

  outSrvR11WHLDefServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default service level'.
                  This field is not writable when active."
    DEFVAL       { warmLine }
    ::= { outSrvR11Entry  50 }

  outSrvR11WHLDefWarmLineTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Warm / Hot Line - default Warm Line timeout'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { outSrvR11Entry  51 }

  outSrvR11OCBBarringDirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlledByOperatorCodes(1),
                   specifySeparateCodes(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - barring directory calls'.
                  This field is not writable when active."
    DEFVAL       { controlledByOperatorCodes }
    ::= { outSrvR11Entry  52 }

  outSrvR11OCBEnableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  53 }

  outSrvR11OCBDisableCodeBarringDirCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring directory calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  54 }

  outSrvR11MACDefMaxIncorrectCodesPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - default max incorrect code attempts per call'."
    DEFVAL       { 1 }
    ::= { outSrvR11Entry  55 }

  outSrvR11OCBTreatMobileNumsAsNatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat mobile numbers as national numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { outSrvR11Entry  56 }

  outSrvR11OCBEnableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring national calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  57 }

  outSrvR11OCBDisableCodeBarringNtlCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring national calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  58 }

  outSrvR11OCBEnableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - enable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  59 }

  outSrvR11OCBDisableCodeBarringMobileCalls OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - disable code for barring mobile calls'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  60 }

  outSrvR11SupportOCN OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing Call Notifications - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR11Entry  61 }

  outSrvR11I1OCNDefAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR11Entry  62 }

  outSrvR11I2OCNDefAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR11Entry  63 }

  outSrvR11I3OCNDefAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR11Entry  64 }

  outSrvR11I4OCNDefAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Outgoing Call Notifications - default application server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { outSrvR11Entry  65 }

  outSrvR11OCNDefCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing Call Notifications - default call types'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { outSrvR11Entry  66 }

  outSrvR11OCBPINReqdToEnableBarring OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Barring - PIN required to enable barring'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outSrvR11Entry  67 }

  outSrvR11OCBSetLvlCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring - set level code'.
                  This field is not writable when active."
    ::= { outSrvR11Entry  68 }

  outSrvR11SupportECB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enhanced Call Barring - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR11Entry  69 }

  outSrvR11ECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enhanced Call Barring - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outSrvR11Entry  70 }

  outSrvR11SupportSCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Barring - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { outSrvR11Entry  71 }

  outSrvR11SCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Barring - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { outSrvR11Entry  72 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR33Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2570 }

  rPSAttrEntryR33Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR33NEConn,
             rPSAttrEntryR33NetwkElement,
             rPSAttrEntryR33CFSIx,
             rPSAttrEntryR33CfgSetIx,
             rPSAttrEntryR33AttrSetIx,
             rPSAttrEntryR33AttrEntryIx }
    ::= {  rPSAttrEntryR33Table  1  }

  RPSAttrEntryR33Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR33NEConn              Unsigned32,
    rPSAttrEntryR33NetwkElement        DisplayString,
    rPSAttrEntryR33CFSIx               Unsigned32,
    rPSAttrEntryR33CfgSetIx            Unsigned32,
    rPSAttrEntryR33AttrSetIx           Unsigned32,
    rPSAttrEntryR33AttrEntryIx         Unsigned32,
    rPSAttrEntryR33AttrType            INTEGER,
    rPSAttrEntryR33AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR33AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR33AttrValCldAddrScope INTEGER,
    rPSAttrEntryR33AttrValCldAddrType  INTEGER,
    rPSAttrEntryR33AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR33AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR33AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR33AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR33AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR33AttrValOprCall      INTEGER,
    rPSAttrEntryR33AttrValPriorityCall INTEGER,
    rPSAttrEntryR33AttrValRegionCode   Unsigned32,
    rPSAttrEntryR33AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR33AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR33AttrValRtgControlUK INTEGER,
    rPSAttrEntryR33AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR33AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR33AttrValTestCall     INTEGER,
    rPSAttrEntryR33AttrValAnnounceID   INTEGER,
    rPSAttrEntryR33AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR33AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR33AttrValTransitNetID Unsigned32,
    rPSAttrEntryR33AttrValUSCallType   INTEGER,
    rPSAttrEntryR33AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR33AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR33AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR33AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR33AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR33AttrValUSCarrType   INTEGER,
    rPSAttrEntryR33AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR33AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR33AttrValClgCategory  INTEGER,
    rPSAttrEntryR33RowStatus           RowStatus,
    rPSAttrEntryR33AttrValUKCallType   INTEGER,
    rPSAttrEntryR33AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR33I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR33I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR33I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR33I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR33AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR33AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR33AttrValUSLATA       Unsigned32,
    rPSAttrEntryR33AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR33AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR33AttrValUsrDef       Unsigned32,
    rPSAttrEntryR33AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR33AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR33AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR33AttrValBillCallType INTEGER,
    rPSAttrEntryR33AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR33AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR33AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR33AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR33AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR33AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR33T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR33T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR33T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR33AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR33I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR33I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR33I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR33I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR33AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR33AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR33I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR33I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR33I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR33I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR33AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR33AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR33AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR33AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR33AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR33AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR33AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR33AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR33AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR33AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR33AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR33AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR33AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR33AttrValOTGpID       INTEGER,
    rPSAttrEntryR33AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR33AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR33AttrValDTGpID       INTEGER,
    rPSAttrEntryR33AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR33AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR33AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR33AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR33T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR33T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR33T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR33AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR33AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR33AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR33AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR33AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR33AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR33AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR33AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR33AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR33AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR33AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR33ClgAddrScope        INTEGER,
    rPSAttrEntryR33AttrValHighRiskCall INTEGER,
    rPSAttrEntryR33RtgPolicyNum        Unsigned32,
    rPSAttrEntryR33RtgPolicy           LongDisplayString,
    rPSAttrEntryR33AttrValLCC          INTEGER,
    rPSAttrEntryR33AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR33AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR33AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR33AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR33AttrValScreenInd    INTEGER,
    rPSAttrEntryR33AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR33AttrValPresNumScope INTEGER,
    rPSAttrEntryR33AttrValCnfNum       INTEGER,
    rPSAttrEntryR33AttrValCnfOutdial   INTEGER,
    rPSAttrEntryR33AttrValISUPCarrSelInfo
                                       INTEGER,
    rPSAttrEntryR33AttrValRemTransitNetwkSelParm
                                       INTEGER,
    rPSAttrEntryR33AttrValUsrDefHex    Integer32,
    rPSAttrEntryR33AttrValCallProgressInd
                                       INTEGER,
    rPSAttrEntryR33AttrValBillOvrDldNum
                                       INTEGER,
    rPSAttrEntryR33AttrValClgAddrPrivacyTrustOverride
                                       INTEGER,
    rPSAttrEntryR33AttrValSatInd       Unsigned32,
    rPSAttrEntryR33AttrValUserCanSkip  INTEGER,
    rPSAttrEntryR33AttrValActionOnHexDigitClgPartyNum
                                       INTEGER,
    rPSAttrEntryR33AttrValCallTagToAdd DisplayString
  }

  rPSAttrEntryR33NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR33Entry  1 }

  rPSAttrEntryR33NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR33Entry  2 }

  rPSAttrEntryR33CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR33Entry  3 }

  rPSAttrEntryR33CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR33Entry  4 }

  rPSAttrEntryR33AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR33Entry  5 }

  rPSAttrEntryR33AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR33Entry  6 }

  rPSAttrEntryR33AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   billingOverrideDialedNumber(172),
                   callProgressIndication(173),
                   conferenceOutdial(174),
                   conferenceNumber(175),
                   iSUPCarrierSelectionInformation(176),
                   removeTransitNetworkSelectionParameter(177),
                   callingAddressPrivacyTrustOverride(182),
                   satelliteIndicator(193),
                   actionOnHexDigitCallingPartyNumber(195),
                   callTags(196)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR33Entry  7 }

  rPSAttrEntryR33AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  8 }

  rPSAttrEntryR33AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  9 }

  rPSAttrEntryR33AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  10 }

  rPSAttrEntryR33AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR33Entry  11 }

  rPSAttrEntryR33AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  12 }

  rPSAttrEntryR33AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  13 }

  rPSAttrEntryR33AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  14 }

  rPSAttrEntryR33AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR33Entry  15 }

  rPSAttrEntryR33AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  16 }

  rPSAttrEntryR33AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  17 }

  rPSAttrEntryR33AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  18 }

  rPSAttrEntryR33AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  19 }

  rPSAttrEntryR33AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR33Entry  20 }

  rPSAttrEntryR33AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  21 }

  rPSAttrEntryR33AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR33Entry  22 }

  rPSAttrEntryR33AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  23 }

  rPSAttrEntryR33AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  24 }

  rPSAttrEntryR33AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  25 }

  rPSAttrEntryR33AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR33Entry  26 }

  rPSAttrEntryR33AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR33Entry  27 }

  rPSAttrEntryR33AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR33Entry  28 }

  rPSAttrEntryR33AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  29 }

  rPSAttrEntryR33AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  30 }

  rPSAttrEntryR33AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  31 }

  rPSAttrEntryR33AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR33Entry  32 }

  rPSAttrEntryR33AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR33Entry  33 }

  rPSAttrEntryR33AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR33Entry  34 }

  rPSAttrEntryR33AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR33Entry  35 }

  rPSAttrEntryR33AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  36 }

  rPSAttrEntryR33AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  37 }

  rPSAttrEntryR33AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  38 }

  rPSAttrEntryR33AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR33Entry  39 }

  rPSAttrEntryR33RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR33Entry  40 }

  rPSAttrEntryR33AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  41 }

  rPSAttrEntryR33AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR33Entry  42 }

  rPSAttrEntryR33I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR33Entry  43 }

  rPSAttrEntryR33I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR33Entry  44 }

  rPSAttrEntryR33I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR33Entry  45 }

  rPSAttrEntryR33I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR33Entry  46 }

  rPSAttrEntryR33AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR33Entry  47 }

  rPSAttrEntryR33AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR33Entry  48 }

  rPSAttrEntryR33AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  49 }

  rPSAttrEntryR33AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR33Entry  50 }

  rPSAttrEntryR33AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  51 }

  rPSAttrEntryR33AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR33Entry  52 }

  rPSAttrEntryR33AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  53 }

  rPSAttrEntryR33AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR33Entry  54 }

  rPSAttrEntryR33AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR33Entry  55 }

  rPSAttrEntryR33AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR33Entry  56 }

  rPSAttrEntryR33AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR33Entry  57 }

  rPSAttrEntryR33AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  58 }

  rPSAttrEntryR33AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  59 }

  rPSAttrEntryR33AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR33Entry  60 }

  rPSAttrEntryR33AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR33Entry  61 }

  rPSAttrEntryR33AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR33Entry  62 }

  rPSAttrEntryR33T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR33Entry  63 }

  rPSAttrEntryR33T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR33Entry  64 }

  rPSAttrEntryR33T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR33Entry  65 }

  rPSAttrEntryR33AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR33Entry  66 }

  rPSAttrEntryR33I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR33Entry  67 }

  rPSAttrEntryR33I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR33Entry  68 }

  rPSAttrEntryR33I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR33Entry  69 }

  rPSAttrEntryR33I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR33Entry  70 }

  rPSAttrEntryR33AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR33Entry  71 }

  rPSAttrEntryR33AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR33Entry  72 }

  rPSAttrEntryR33I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR33Entry  73 }

  rPSAttrEntryR33I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR33Entry  74 }

  rPSAttrEntryR33I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR33Entry  75 }

  rPSAttrEntryR33I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR33Entry  76 }

  rPSAttrEntryR33AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR33Entry  77 }

  rPSAttrEntryR33AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR33Entry  78 }

  rPSAttrEntryR33AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR33Entry  79 }

  rPSAttrEntryR33AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR33Entry  80 }

  rPSAttrEntryR33AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR33Entry  81 }

  rPSAttrEntryR33AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR33Entry  82 }

  rPSAttrEntryR33AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR33Entry  83 }

  rPSAttrEntryR33AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR33Entry  84 }

  rPSAttrEntryR33AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR33Entry  85 }

  rPSAttrEntryR33AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR33Entry  86 }

  rPSAttrEntryR33AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR33Entry  88 }

  rPSAttrEntryR33AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR33Entry  89 }

  rPSAttrEntryR33AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR33Entry  90 }

  rPSAttrEntryR33AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR33Entry  91 }

  rPSAttrEntryR33AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR33Entry  92 }

  rPSAttrEntryR33AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR33Entry  93 }

  rPSAttrEntryR33AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR33Entry  94 }

  rPSAttrEntryR33AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR33Entry  95 }

  rPSAttrEntryR33AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR33Entry  96 }

  rPSAttrEntryR33AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR33Entry  97 }

  rPSAttrEntryR33AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR33Entry  98 }

  rPSAttrEntryR33T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR33Entry  99 }

  rPSAttrEntryR33T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR33Entry  100 }

  rPSAttrEntryR33T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR33Entry  101 }

  rPSAttrEntryR33AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  102 }

  rPSAttrEntryR33AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR33Entry  103 }

  rPSAttrEntryR33AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  104 }

  rPSAttrEntryR33AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR33Entry  105 }

  rPSAttrEntryR33AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  106 }

  rPSAttrEntryR33AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  107 }

  rPSAttrEntryR33AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  108 }

  rPSAttrEntryR33AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  109 }

  rPSAttrEntryR33AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  110 }

  rPSAttrEntryR33AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  111 }

  rPSAttrEntryR33AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  112 }

  rPSAttrEntryR33ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  113 }

  rPSAttrEntryR33AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR33Entry  114 }

  rPSAttrEntryR33RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR33Entry  115 }

  rPSAttrEntryR33RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR33Entry  116 }

  rPSAttrEntryR33AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR33Entry  117 }

  rPSAttrEntryR33AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  118 }

  rPSAttrEntryR33AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  119 }

  rPSAttrEntryR33AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR33Entry  120 }

  rPSAttrEntryR33AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR33Entry  121 }

  rPSAttrEntryR33AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR33Entry  122 }

  rPSAttrEntryR33AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR33Entry  123 }

  rPSAttrEntryR33AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR33Entry  124 }

  rPSAttrEntryR33AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  125 }

  rPSAttrEntryR33AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  126 }

  rPSAttrEntryR33AttrValISUPCarrSelInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   notIncluded(0),
                   presubscribedAndNotInput(1),
                   presubscribedAndInput(2),
                   presubscribedAndInputUndetermined(3),
                   notPresubscribedAndInput(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP carrier selection information'."
    DEFVAL       { notIncluded }
    ::= { rPSAttrEntryR33Entry  127 }

  rPSAttrEntryR33AttrValRemTransitNetwkSelParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove transit network selection parameter'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR33Entry  128 }

  rPSAttrEntryR33AttrValUsrDefHex OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - user defined (hex)'."
    ::= { rPSAttrEntryR33Entry  129 }

  rPSAttrEntryR33AttrValCallProgressInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   postDialDelayComfortTone(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call progress indication'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR33Entry  130 }

  rPSAttrEntryR33AttrValBillOvrDldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override dialed number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  131 }

  rPSAttrEntryR33AttrValClgAddrPrivacyTrustOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   removeRestrictedAddressIfDestinationIsUntrusted(0),
                   sendRestrictedAddressAlways(1),
                   removeRestrictedAddressAlways(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling address privacy trust override'."
    DEFVAL       { removeRestrictedAddressIfDestinationIsUntrusted }
    ::= { rPSAttrEntryR33Entry  132 }

  rPSAttrEntryR33AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR33Entry  133 }

  rPSAttrEntryR33AttrValUserCanSkip OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user can skip'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR33Entry  134 }

  rPSAttrEntryR33AttrValActionOnHexDigitClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   trunkPassThroughOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - action on hex-digit calling party number'."
    DEFVAL       { ignore }
    ::= { rPSAttrEntryR33Entry  135 }

  rPSAttrEntryR33AttrValCallTagToAdd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSAttrEntryR33Entry  136 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rPSNVEntryR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2571 }

  rPSNVEntryR28Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR28NEConn,
             rPSNVEntryR28NetwkElement,
             rPSNVEntryR28CFSIx,
             rPSNVEntryR28CfgSetIx,
             rPSNVEntryR28NumVldnTblIx,
             rPSNVEntryR28NumVldnEntryIx }
    ::= {  rPSNVEntryR28Table  1  }

  RPSNVEntryR28Entry  ::=  SEQUENCE
  {
    rPSNVEntryR28NEConn                Unsigned32,
    rPSNVEntryR28NetwkElement          DisplayString,
    rPSNVEntryR28CFSIx                 Unsigned32,
    rPSNVEntryR28CfgSetIx              Unsigned32,
    rPSNVEntryR28NumVldnTblIx          Unsigned32,
    rPSNVEntryR28NumVldnEntryIx        Unsigned32,
    rPSNVEntryR28NumVldnEntryName      DisplayString,
    rPSNVEntryR28Num                   DisplayString,
    rPSNVEntryR28MinMatchLen           Unsigned32,
    rPSNVEntryR28I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR28I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR28I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR28I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR28I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR28RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR28RowStatus             RowStatus,
    rPSNVEntryR28EditAction            DisplayString,
    rPSNVEntryR28BillType              INTEGER,
    rPSNVEntryR28CldAddrComplete       INTEGER,
    rPSNVEntryR28CldAddrScope          INTEGER,
    rPSNVEntryR28FgdPrefixDialed       INTEGER,
    rPSNVEntryR28OprCall               INTEGER,
    rPSNVEntryR28I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR28I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR28I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR28I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR28I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR28MatchAction           INTEGER,
    rPSNVEntryR28MatchCIP              INTEGER,
    rPSNVEntryR28AttrValCIP            INTEGER,
    rPSNVEntryR28MatchLCC1             INTEGER,
    rPSNVEntryR28LCC1                  Unsigned32,
    rPSNVEntryR28MatchLCC2             INTEGER,
    rPSNVEntryR28LCC2                  Unsigned32,
    rPSNVEntryR28MatchLCC3             INTEGER,
    rPSNVEntryR28LCC3                  Unsigned32,
    rPSNVEntryR28MatchLCC4             INTEGER,
    rPSNVEntryR28LCC4                  Unsigned32,
    rPSNVEntryR28MatchLCC5             INTEGER,
    rPSNVEntryR28LCC5                  Unsigned32,
    rPSNVEntryR28UseCldNumMainBillRec  INTEGER,
    rPSNVEntryR28MatchBillType         INTEGER,
    rPSNVEntryR28MatchCldAddrComplete  INTEGER,
    rPSNVEntryR28MatchCldAddrScope     INTEGER,
    rPSNVEntryR28MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR28MatchOprCall          INTEGER,
    rPSNVEntryR28MatchSubGp            INTEGER,
    rPSNVEntryR28MatchANIIIDigits      INTEGER,
    rPSNVEntryR28ANIIIDigits           Unsigned32,
    rPSNVEntryR28MatchUSCallType       INTEGER,
    rPSNVEntryR28USCallType            INTEGER,
    rPSNVEntryR28MatchUKCallType       INTEGER,
    rPSNVEntryR28UKCallType            INTEGER,
    rPSNVEntryR28MatchDialedPrefix     INTEGER,
    rPSNVEntryR28DialedPrefix          INTEGER,
    rPSNVEntryR28MatchDialingPattn     INTEGER,
    rPSNVEntryR28DialingPattn          INTEGER,
    rPSNVEntryR28MatchUsrDef1          INTEGER,
    rPSNVEntryR28UsrDef1               Unsigned32,
    rPSNVEntryR28MatchUsrDef2          INTEGER,
    rPSNVEntryR28UsrDef2               Unsigned32,
    rPSNVEntryR28MatchUsrDef3          INTEGER,
    rPSNVEntryR28UsrDef3               Unsigned32,
    rPSNVEntryR28AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR28T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR28T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR28T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR28T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR28T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR28AVInMedChMatch        INTEGER,
    rPSNVEntryR28T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR28T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR28T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR28T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR28T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR28T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR28AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR28AVInMedSigStack       INTEGER,
    rPSNVEntryR28AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR28AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR28T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR28T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR28T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR28T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR28T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR28T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR28T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR28T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR28T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR28T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR28T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR28T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR28T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR28T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR28T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR28T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR28T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR28T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR28T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR28T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR28T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR28I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR28I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR28I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR28I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR28AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR28AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR28AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR28AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR28AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR28AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR28AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR28TransitNetwkID        Unsigned32,
    rPSNVEntryR28I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR28I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR28I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR28I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR28T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR28T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR28T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR28AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR28AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR28NumActCallPartyNumAct DisplayString,
    rPSNVEntryR28NumActChargeNumAct    DisplayString,
    rPSNVEntryR28MatchUsrDef4          INTEGER,
    rPSNVEntryR28UsrDef4               Unsigned32,
    rPSNVEntryR28MatchUsrDef5          INTEGER,
    rPSNVEntryR28UsrDef5               Unsigned32,
    rPSNVEntryR28MatchUsrDef6          INTEGER,
    rPSNVEntryR28UsrDef6               Unsigned32,
    rPSNVEntryR28MatchUsrDef7          INTEGER,
    rPSNVEntryR28UsrDef7               Unsigned32,
    rPSNVEntryR28MatchUsrDef8          INTEGER,
    rPSNVEntryR28UsrDef8               Unsigned32,
    rPSNVEntryR28MatchUsrDef9          INTEGER,
    rPSNVEntryR28UsrDef9               Unsigned32,
    rPSNVEntryR28MatchUsrDef10         INTEGER,
    rPSNVEntryR28UsrDef10              Unsigned32,
    rPSNVEntryR28MatchUsrDef11         INTEGER,
    rPSNVEntryR28UsrDef11              Unsigned32,
    rPSNVEntryR28MatchUsrDef12         INTEGER,
    rPSNVEntryR28UsrDef12              Unsigned32,
    rPSNVEntryR28MatchUsrDef13         INTEGER,
    rPSNVEntryR28UsrDef13              Unsigned32,
    rPSNVEntryR28MatchUsrDef14         INTEGER,
    rPSNVEntryR28UsrDef14              Unsigned32,
    rPSNVEntryR28MatchUsrDef15         INTEGER,
    rPSNVEntryR28UsrDef15              Unsigned32,
    rPSNVEntryR28MatchUsrDef16         INTEGER,
    rPSNVEntryR28UsrDef16              Unsigned32,
    rPSNVEntryR28MatchUsrDef17         INTEGER,
    rPSNVEntryR28UsrDef17              Unsigned32,
    rPSNVEntryR28MatchUsrDef18         INTEGER,
    rPSNVEntryR28UsrDef18              Unsigned32,
    rPSNVEntryR28MatchUsrDef19         INTEGER,
    rPSNVEntryR28UsrDef19              Unsigned32,
    rPSNVEntryR28MatchUsrDef20         INTEGER,
    rPSNVEntryR28UsrDef20              Unsigned32,
    rPSNVEntryR28AttrValLCC6Match      INTEGER,
    rPSNVEntryR28AttrValLCC6           Unsigned32,
    rPSNVEntryR28AttrValLCC7Match      INTEGER,
    rPSNVEntryR28AttrValLCC7           Unsigned32,
    rPSNVEntryR28AttrValLCC8Match      INTEGER,
    rPSNVEntryR28AttrValLCC8           Unsigned32,
    rPSNVEntryR28AttrValLCC9Match      INTEGER,
    rPSNVEntryR28AttrValLCC9           Unsigned32,
    rPSNVEntryR28AttrValLCC10Match     INTEGER,
    rPSNVEntryR28AttrValLCC10          Unsigned32,
    rPSNVEntryR28AttrValLCC11Match     INTEGER,
    rPSNVEntryR28AttrValLCC11          Unsigned32,
    rPSNVEntryR28AttrValLCC12Match     INTEGER,
    rPSNVEntryR28AttrValLCC12          Unsigned32,
    rPSNVEntryR28AttrValLCC13Match     INTEGER,
    rPSNVEntryR28AttrValLCC13          Unsigned32,
    rPSNVEntryR28AttrValLCC14Match     INTEGER,
    rPSNVEntryR28AttrValLCC14          Unsigned32,
    rPSNVEntryR28AttrValLCC15Match     INTEGER,
    rPSNVEntryR28AttrValLCC15          Unsigned32,
    rPSNVEntryR28AttrValLCC16Match     INTEGER,
    rPSNVEntryR28AttrValLCC16          Unsigned32,
    rPSNVEntryR28AttrValLCC17Match     INTEGER,
    rPSNVEntryR28AttrValLCC17          Unsigned32,
    rPSNVEntryR28AttrValLCC18Match     INTEGER,
    rPSNVEntryR28AttrValLCC18          Unsigned32,
    rPSNVEntryR28AttrValLCC19Match     INTEGER,
    rPSNVEntryR28AttrValLCC19          Unsigned32,
    rPSNVEntryR28AttrValLCC20Match     INTEGER,
    rPSNVEntryR28AttrValLCC20          Unsigned32,
    rPSNVEntryR28AttrValESAStatusMatch INTEGER,
    rPSNVEntryR28I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR28I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR28I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR28I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR28AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR28AVBearerCapability    BITS,
    rPSNVEntryR28RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR28RedirectionReason     INTEGER,
    rPSNVEntryR28AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR28AttrValValidFromHr    Unsigned32,
    rPSNVEntryR28AttrValValidFromMin   Unsigned32,
    rPSNVEntryR28AttrValValidToHr      Unsigned32,
    rPSNVEntryR28AttrValValidToMin     Unsigned32,
    rPSNVEntryR28AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR28AttrValDayWeek        BITS,
    rPSNVEntryR28AttrValDateRangeMatch INTEGER,
    rPSNVEntryR28AttrValValidFromYear  Unsigned32,
    rPSNVEntryR28AttrValValidFromMonth Unsigned32,
    rPSNVEntryR28AttrValValidFromDate  Unsigned32,
    rPSNVEntryR28AttrValValidUntilYear Unsigned32,
    rPSNVEntryR28AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR28AttrValValidUntilDate Unsigned32,
    rPSNVEntryR28AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR28AttrValDialedBySub    INTEGER,
    rPSNVEntryR28AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR28AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR28AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR28AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR28AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR28AttrValISwIBGCall     INTEGER,
    rPSNVEntryR28UseCldNumInMod611     INTEGER,
    rPSNVEntryR28AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR28AttrValOTGpID         DisplayString,
    rPSNVEntryR28AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR28AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR28AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR28AttrValDTGpID         DisplayString,
    rPSNVEntryR28AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR28AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR28NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR28NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR28T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR28T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR28T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR28AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR28AttrValClgPrtCtgry    BITS,
    rPSNVEntryR28AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR28AttrValIsupPrefs      BITS,
    rPSNVEntryR28AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR28AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR28AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR28AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR28AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR28AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR28AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR28AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR28AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR28AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR28AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR28AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR28AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR28AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR28AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR28AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR28ClgAddrScope          INTEGER,
    rPSNVEntryR28AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR28AttrValSiteMatch      INTEGER,
    rPSNVEntryR28I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR28NumActionSignaledCIDAction
                                       DisplayString,
    rPSNVEntryR28NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSNVEntryR28AttrValCgNmEqCdNmMatch
                                       INTEGER,
    rPSNVEntryR28AttrValCgNmEqCdNm     INTEGER,
    rPSNVEntryR28UseClgNumBillRec      INTEGER,
    rPSNVEntryR28ClgNumActionBill      DisplayString,
    rPSNVEntryR28CldNumActionBill      DisplayString,
    rPSNVEntryR28NumActionUDSA1Action  DisplayString,
    rPSNVEntryR28NumActionUDSA2Action  DisplayString,
    rPSNVEntryR28NumActionUDSA3Action  DisplayString,
    rPSNVEntryR28NumActionUDSA4Action  DisplayString,
    rPSNVEntryR28NumActionUDSA5Action  DisplayString,
    rPSNVEntryR28NumActionUDSA6Action  DisplayString,
    rPSNVEntryR28NumActionUDSA7Action  DisplayString,
    rPSNVEntryR28NumActionUDSA8Action  DisplayString,
    rPSNVEntryR28NumActionUDSA9Action  DisplayString,
    rPSNVEntryR28NumActionUDSA10Action DisplayString,
    rPSNVEntryR28AttrValSatIndMatch    INTEGER,
    rPSNVEntryR28AttrValSatInd         Unsigned32,
    rPSNVEntryR28AttrValCgPtNumPrsMatch
                                       INTEGER,
    rPSNVEntryR28AttrValClgPartyNumPresence
                                       INTEGER,
    rPSNVEntryR28AttrValCallTagsMatch  INTEGER,
    rPSNVEntryR28AttrValCallTag        DisplayString
  }

  rPSNVEntryR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR28Entry  1 }

  rPSNVEntryR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR28Entry  2 }

  rPSNVEntryR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR28Entry  3 }

  rPSNVEntryR28CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR28Entry  4 }

  rPSNVEntryR28NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR28Entry  5 }

  rPSNVEntryR28NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR28Entry  6 }

  rPSNVEntryR28NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR28Entry  7 }

  rPSNVEntryR28Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR28Entry  8 }

  rPSNVEntryR28MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  9 }

  rPSNVEntryR28I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR28Entry  10 }

  rPSNVEntryR28I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR28Entry  11 }

  rPSNVEntryR28I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR28Entry  12 }

  rPSNVEntryR28I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR28Entry  13 }

  rPSNVEntryR28I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR28Entry  14 }

  rPSNVEntryR28RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR28Entry  15 }

  rPSNVEntryR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR28Entry  16 }

  rPSNVEntryR28EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR28Entry  17 }

  rPSNVEntryR28BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR28Entry  18 }

  rPSNVEntryR28CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR28Entry  19 }

  rPSNVEntryR28CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR28Entry  20 }

  rPSNVEntryR28FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR28Entry  21 }

  rPSNVEntryR28OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR28Entry  22 }

  rPSNVEntryR28I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR28Entry  28 }

  rPSNVEntryR28I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR28Entry  29 }

  rPSNVEntryR28I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR28Entry  30 }

  rPSNVEntryR28I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR28Entry  31 }

  rPSNVEntryR28I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR28Entry  32 }

  rPSNVEntryR28MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR28Entry  33 }

  rPSNVEntryR28MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  34 }

  rPSNVEntryR28AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  35 }

  rPSNVEntryR28MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  49 }

  rPSNVEntryR28LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR28Entry  50 }

  rPSNVEntryR28MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  51 }

  rPSNVEntryR28LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR28Entry  52 }

  rPSNVEntryR28MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  53 }

  rPSNVEntryR28LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR28Entry  54 }

  rPSNVEntryR28MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  55 }

  rPSNVEntryR28LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR28Entry  56 }

  rPSNVEntryR28MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  57 }

  rPSNVEntryR28LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR28Entry  58 }

  rPSNVEntryR28UseCldNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use called number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR28Entry  59 }

  rPSNVEntryR28MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  60 }

  rPSNVEntryR28MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  61 }

  rPSNVEntryR28MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  62 }

  rPSNVEntryR28MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  63 }

  rPSNVEntryR28MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  64 }

  rPSNVEntryR28MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  65 }

  rPSNVEntryR28MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  68 }

  rPSNVEntryR28ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  69 }

  rPSNVEntryR28MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  70 }

  rPSNVEntryR28USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR28Entry  71 }

  rPSNVEntryR28MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  72 }

  rPSNVEntryR28UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR28Entry  73 }

  rPSNVEntryR28MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  74 }

  rPSNVEntryR28DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR28Entry  75 }

  rPSNVEntryR28MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  76 }

  rPSNVEntryR28DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR28Entry  77 }

  rPSNVEntryR28MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  78 }

  rPSNVEntryR28UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR28Entry  79 }

  rPSNVEntryR28MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  80 }

  rPSNVEntryR28UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR28Entry  81 }

  rPSNVEntryR28MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  82 }

  rPSNVEntryR28UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR28Entry  83 }

  rPSNVEntryR28AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR28Entry  84 }

  rPSNVEntryR28T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR28Entry  85 }

  rPSNVEntryR28T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR28Entry  86 }

  rPSNVEntryR28T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR28Entry  87 }

  rPSNVEntryR28T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR28Entry  88 }

  rPSNVEntryR28T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR28Entry  89 }

  rPSNVEntryR28AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  90 }

  rPSNVEntryR28T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  91 }

  rPSNVEntryR28T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  92 }

  rPSNVEntryR28T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  93 }

  rPSNVEntryR28T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  94 }

  rPSNVEntryR28T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  95 }

  rPSNVEntryR28T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  96 }

  rPSNVEntryR28AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  97 }

  rPSNVEntryR28AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR28Entry  98 }

  rPSNVEntryR28AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  99 }

  rPSNVEntryR28AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR28Entry  100 }

  rPSNVEntryR28T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  101 }

  rPSNVEntryR28T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  102 }

  rPSNVEntryR28T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR28Entry  103 }

  rPSNVEntryR28T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR28Entry  104 }

  rPSNVEntryR28T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR28Entry  105 }

  rPSNVEntryR28T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR28Entry  106 }

  rPSNVEntryR28T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR28Entry  107 }

  rPSNVEntryR28T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR28Entry  108 }

  rPSNVEntryR28T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR28Entry  109 }

  rPSNVEntryR28T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR28Entry  110 }

  rPSNVEntryR28T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR28Entry  111 }

  rPSNVEntryR28T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR28Entry  112 }

  rPSNVEntryR28T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR28Entry  113 }

  rPSNVEntryR28T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR28Entry  114 }

  rPSNVEntryR28T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR28Entry  115 }

  rPSNVEntryR28T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR28Entry  116 }

  rPSNVEntryR28T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR28Entry  117 }

  rPSNVEntryR28T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  119 }

  rPSNVEntryR28T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  120 }

  rPSNVEntryR28T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  121 }

  rPSNVEntryR28T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR28Entry  122 }

  rPSNVEntryR28I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR28Entry  123 }

  rPSNVEntryR28I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR28Entry  124 }

  rPSNVEntryR28I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR28Entry  125 }

  rPSNVEntryR28I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR28Entry  126 }

  rPSNVEntryR28AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR28Entry  127 }

  rPSNVEntryR28AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  132 }

  rPSNVEntryR28AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  136 }

  rPSNVEntryR28AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR28Entry  137 }

  rPSNVEntryR28AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  138 }

  rPSNVEntryR28AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR28Entry  139 }

  rPSNVEntryR28AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  140 }

  rPSNVEntryR28TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  141 }

  rPSNVEntryR28I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR28Entry  147 }

  rPSNVEntryR28I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR28Entry  148 }

  rPSNVEntryR28I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR28Entry  149 }

  rPSNVEntryR28I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR28Entry  150 }

  rPSNVEntryR28T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR28Entry  183 }

  rPSNVEntryR28T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR28Entry  184 }

  rPSNVEntryR28T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR28Entry  185 }

  rPSNVEntryR28AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  186 }

  rPSNVEntryR28AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR28Entry  187 }

  rPSNVEntryR28NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR28Entry  188 }

  rPSNVEntryR28NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR28Entry  189 }

  rPSNVEntryR28MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  190 }

  rPSNVEntryR28UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR28Entry  191 }

  rPSNVEntryR28MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  192 }

  rPSNVEntryR28UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR28Entry  193 }

  rPSNVEntryR28MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  194 }

  rPSNVEntryR28UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR28Entry  195 }

  rPSNVEntryR28MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  196 }

  rPSNVEntryR28UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR28Entry  197 }

  rPSNVEntryR28MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  198 }

  rPSNVEntryR28UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR28Entry  199 }

  rPSNVEntryR28MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  200 }

  rPSNVEntryR28UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR28Entry  201 }

  rPSNVEntryR28MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  202 }

  rPSNVEntryR28UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR28Entry  203 }

  rPSNVEntryR28MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  204 }

  rPSNVEntryR28UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR28Entry  205 }

  rPSNVEntryR28MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  206 }

  rPSNVEntryR28UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR28Entry  207 }

  rPSNVEntryR28MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  208 }

  rPSNVEntryR28UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR28Entry  209 }

  rPSNVEntryR28MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  210 }

  rPSNVEntryR28UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR28Entry  211 }

  rPSNVEntryR28MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  212 }

  rPSNVEntryR28UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR28Entry  213 }

  rPSNVEntryR28MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  214 }

  rPSNVEntryR28UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR28Entry  215 }

  rPSNVEntryR28MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  216 }

  rPSNVEntryR28UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR28Entry  217 }

  rPSNVEntryR28MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  218 }

  rPSNVEntryR28UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR28Entry  219 }

  rPSNVEntryR28MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  220 }

  rPSNVEntryR28UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR28Entry  221 }

  rPSNVEntryR28MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  222 }

  rPSNVEntryR28UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR28Entry  223 }

  rPSNVEntryR28AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  224 }

  rPSNVEntryR28AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR28Entry  225 }

  rPSNVEntryR28AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  226 }

  rPSNVEntryR28AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR28Entry  227 }

  rPSNVEntryR28AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  228 }

  rPSNVEntryR28AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR28Entry  229 }

  rPSNVEntryR28AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  230 }

  rPSNVEntryR28AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR28Entry  231 }

  rPSNVEntryR28AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  232 }

  rPSNVEntryR28AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR28Entry  233 }

  rPSNVEntryR28AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  234 }

  rPSNVEntryR28AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR28Entry  235 }

  rPSNVEntryR28AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  236 }

  rPSNVEntryR28AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR28Entry  237 }

  rPSNVEntryR28AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  238 }

  rPSNVEntryR28AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR28Entry  239 }

  rPSNVEntryR28AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  240 }

  rPSNVEntryR28AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR28Entry  241 }

  rPSNVEntryR28AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  242 }

  rPSNVEntryR28AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR28Entry  243 }

  rPSNVEntryR28AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  244 }

  rPSNVEntryR28AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR28Entry  245 }

  rPSNVEntryR28AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  246 }

  rPSNVEntryR28AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR28Entry  247 }

  rPSNVEntryR28AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  248 }

  rPSNVEntryR28AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR28Entry  249 }

  rPSNVEntryR28AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  250 }

  rPSNVEntryR28AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR28Entry  251 }

  rPSNVEntryR28AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  252 }

  rPSNVEntryR28AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR28Entry  253 }

  rPSNVEntryR28AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR28Entry  254 }

  rPSNVEntryR28I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR28Entry  255 }

  rPSNVEntryR28I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR28Entry  256 }

  rPSNVEntryR28I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR28Entry  257 }

  rPSNVEntryR28I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR28Entry  258 }

  rPSNVEntryR28AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  260 }

  rPSNVEntryR28AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR28Entry  261 }

  rPSNVEntryR28RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  262 }

  rPSNVEntryR28RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR28Entry  263 }

  rPSNVEntryR28AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR28Entry  264 }

  rPSNVEntryR28AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR28Entry  265 }

  rPSNVEntryR28AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR28Entry  266 }

  rPSNVEntryR28AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR28Entry  267 }

  rPSNVEntryR28AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR28Entry  268 }

  rPSNVEntryR28AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR28Entry  269 }

  rPSNVEntryR28AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR28Entry  270 }

  rPSNVEntryR28AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR28Entry  271 }

  rPSNVEntryR28AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR28Entry  272 }

  rPSNVEntryR28AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR28Entry  273 }

  rPSNVEntryR28AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR28Entry  274 }

  rPSNVEntryR28AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR28Entry  275 }

  rPSNVEntryR28AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR28Entry  276 }

  rPSNVEntryR28AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR28Entry  277 }

  rPSNVEntryR28AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  278 }

  rPSNVEntryR28AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR28Entry  279 }

  rPSNVEntryR28AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  280 }

  rPSNVEntryR28AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR28Entry  281 }

  rPSNVEntryR28AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  282 }

  rPSNVEntryR28AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR28Entry  283 }

  rPSNVEntryR28AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR28Entry  284 }

  rPSNVEntryR28AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR28Entry  285 }

  rPSNVEntryR28UseCldNumInMod611 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use called number in module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR28Entry  286 }

  rPSNVEntryR28AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  287 }

  rPSNVEntryR28AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR28Entry  288 }

  rPSNVEntryR28AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  289 }

  rPSNVEntryR28AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR28Entry  290 }

  rPSNVEntryR28AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  291 }

  rPSNVEntryR28AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR28Entry  292 }

  rPSNVEntryR28AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  293 }

  rPSNVEntryR28AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR28Entry  294 }

  rPSNVEntryR28NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR28Entry  295 }

  rPSNVEntryR28NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR28Entry  296 }

  rPSNVEntryR28T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR28Entry  297 }

  rPSNVEntryR28T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR28Entry  298 }

  rPSNVEntryR28T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR28Entry  299 }

  rPSNVEntryR28AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  300 }

  rPSNVEntryR28AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR28Entry  301 }

  rPSNVEntryR28AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  302 }

  rPSNVEntryR28AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR28Entry  303 }

  rPSNVEntryR28AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  304 }

  rPSNVEntryR28AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR28Entry  305 }

  rPSNVEntryR28AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  306 }

  rPSNVEntryR28AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR28Entry  307 }

  rPSNVEntryR28AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  308 }

  rPSNVEntryR28AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR28Entry  309 }

  rPSNVEntryR28AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  310 }

  rPSNVEntryR28AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR28Entry  311 }

  rPSNVEntryR28AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  312 }

  rPSNVEntryR28AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR28Entry  313 }

  rPSNVEntryR28AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  314 }

  rPSNVEntryR28AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR28Entry  315 }

  rPSNVEntryR28AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  316 }

  rPSNVEntryR28AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR28Entry  317 }

  rPSNVEntryR28AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  318 }

  rPSNVEntryR28AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  319 }

  rPSNVEntryR28ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR28Entry  320 }

  rPSNVEntryR28AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR28Entry  321 }

  rPSNVEntryR28AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  322 }

  rPSNVEntryR28I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR28Entry  323 }

  rPSNVEntryR28NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR28Entry  325 }

  rPSNVEntryR28NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSNVEntryR28Entry  326 }

  rPSNVEntryR28AttrValCgNmEqCdNmMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR28Entry  327 }

  rPSNVEntryR28AttrValCgNmEqCdNm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR28Entry  328 }

  rPSNVEntryR28UseClgNumBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use calling number for billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR28Entry  330 }

  rPSNVEntryR28ClgNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number action for billing'."
    ::= { rPSNVEntryR28Entry  331 }

  rPSNVEntryR28CldNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number action for billing'."
    ::= { rPSNVEntryR28Entry  332 }

  rPSNVEntryR28NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSNVEntryR28Entry  333 }

  rPSNVEntryR28NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSNVEntryR28Entry  334 }

  rPSNVEntryR28NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSNVEntryR28Entry  335 }

  rPSNVEntryR28NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSNVEntryR28Entry  336 }

  rPSNVEntryR28NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSNVEntryR28Entry  337 }

  rPSNVEntryR28NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSNVEntryR28Entry  338 }

  rPSNVEntryR28NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSNVEntryR28Entry  339 }

  rPSNVEntryR28NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSNVEntryR28Entry  340 }

  rPSNVEntryR28NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSNVEntryR28Entry  341 }

  rPSNVEntryR28NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSNVEntryR28Entry  342 }

  rPSNVEntryR28AttrValSatIndMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  343 }

  rPSNVEntryR28AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR28Entry  344 }

  rPSNVEntryR28AttrValCgPtNumPrsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling party number presence match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  345 }

  rPSNVEntryR28AttrValClgPartyNumPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   numeric(1),
                   hexDigit(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling party number presence'."
    DEFVAL       { numeric }
    ::= { rPSNVEntryR28Entry  346 }

  rPSNVEntryR28AttrValCallTagsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tags match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR28Entry  347 }

  rPSNVEntryR28AttrValCallTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSNVEntryR28Entry  348 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  rPSActionR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2572 }

  rPSActionR29Entry OBJECT-TYPE
    SYNTAX       RPSActionR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR29NEConn,
             rPSActionR29NetwkElement,
             rPSActionR29CFSIx,
             rPSActionR29CfgSetIx,
             rPSActionR29RtgTblIx,
             rPSActionR29RtgActionIx }
    ::= {  rPSActionR29Table  1  }

  RPSActionR29Entry  ::=  SEQUENCE
  {
    rPSActionR29NEConn                 Unsigned32,
    rPSActionR29NetwkElement           DisplayString,
    rPSActionR29CFSIx                  Unsigned32,
    rPSActionR29CfgSetIx               Unsigned32,
    rPSActionR29RtgTblIx               Unsigned32,
    rPSActionR29RtgActionIx            Unsigned32,
    rPSActionR29AddrType               INTEGER,
    rPSActionR29AddrScope              INTEGER,
    rPSActionR29WildcardAddrType       INTEGER,
    rPSActionR29WildcardAddr           DisplayString,
    rPSActionR29TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR29WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR29ActionProbability      Unsigned32,
    rPSActionR29Action                 INTEGER,
    rPSActionR29T1I1MediaChanNEConn    Unsigned32,
    rPSActionR29T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR29T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR29T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR29T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR29T2I1MediaChanNEConn    Unsigned32,
    rPSActionR29T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR29T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR29T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR29T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR29I1NextTblNEConn        Unsigned32,
    rPSActionR29I2NextTblNetwkElement  DisplayString,
    rPSActionR29I3NextTblCFSIx         Unsigned32,
    rPSActionR29I4NextTblCfgSetIx      Unsigned32,
    rPSActionR29I5NextTblRtgTblIx      Unsigned32,
    rPSActionR29ActionUnavailInterval  Unsigned32,
    rPSActionR29T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR29AllowAAR               INTEGER,
    rPSActionR29AllowARR               INTEGER,
    rPSActionR29RtgControlIndicator    INTEGER,
    rPSActionR29CircCode               INTEGER,
    rPSActionR29MFTandemRtgCode        INTEGER,
    rPSActionR29MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR29MFIntnatlOprRtgCode    INTEGER,
    rPSActionR29MaxChanUsage           Unsigned32,
    rPSActionR29CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR29CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR29RowStatus              RowStatus,
    rPSActionR29OptionalAttrsToSet     BITS,
    rPSActionR29AlrmState              INTEGER,
    rPSActionR29AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR29AlrmEvtsAtndDp         Integer32,
    rPSActionR29AlrmStateTimestamp     Unsigned32,
    rPSActionR29AlrmResetTimestamp     Unsigned32,
    rPSActionR29TimeRtgPrecedence      Unsigned32,
    rPSActionR29TimeRtgMinYear         Unsigned32,
    rPSActionR29TimeRtgMinMonth        Unsigned32,
    rPSActionR29TimeRtgMinDay          Unsigned32,
    rPSActionR29TimeRtgMaxYear         Unsigned32,
    rPSActionR29TimeRtgMaxMonth        Unsigned32,
    rPSActionR29TimeRtgMaxDay          Unsigned32,
    rPSActionR29TimeRtgMinDayWeek      INTEGER,
    rPSActionR29TimeRtgMinHr           Unsigned32,
    rPSActionR29TimeRtgMinMin          Unsigned32,
    rPSActionR29TimeRtgMaxDayWeek      INTEGER,
    rPSActionR29TimeRtgMaxHr           Unsigned32,
    rPSActionR29TimeRtgMaxMin          Unsigned32,
    rPSActionR29SubRtgAttrs            BITS,
    rPSActionR29NumAction              DisplayString,
    rPSActionR29Desc                   DisplayString,
    rPSActionR29AttrValOprCallMatch    INTEGER,
    rPSActionR29AttrValOprCall         INTEGER,
    rPSActionR29AttrValSubGpMatch      INTEGER,
    rPSActionR29T3I1MediaChanNEConn    Unsigned32,
    rPSActionR29T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR29T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR29T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR29I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR29I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR29I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR29I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR29AttrValANIIIDigits     Unsigned32,
    rPSActionR29AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR29AttrValDialedPrefix    INTEGER,
    rPSActionR29AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR29AttrValDialingPattn    INTEGER,
    rPSActionR29AttrValUsrDef1Match    INTEGER,
    rPSActionR29AttrValUsrDef1         Unsigned32,
    rPSActionR29AttrValUsrDef2Match    INTEGER,
    rPSActionR29AttrValUsrDef2         Unsigned32,
    rPSActionR29AttrValUsrDef3Match    INTEGER,
    rPSActionR29AttrValUsrDef3         Unsigned32,
    rPSActionR29AttrValLCC1Match       INTEGER,
    rPSActionR29AttrValLCC1            Unsigned32,
    rPSActionR29AttrValLCC2Match       INTEGER,
    rPSActionR29AttrValLCC2            Unsigned32,
    rPSActionR29AttrValLCC3Match       INTEGER,
    rPSActionR29AttrValLCC3            Unsigned32,
    rPSActionR29AttrValLCC4Match       INTEGER,
    rPSActionR29AttrValLCC4            Unsigned32,
    rPSActionR29AttrValLCC5Match       INTEGER,
    rPSActionR29AttrValLCC5            Unsigned32,
    rPSActionR29AttrValUSCallTypeMatch INTEGER,
    rPSActionR29AttrValUSCallType      INTEGER,
    rPSActionR29AttrValUKCallTypeMatch INTEGER,
    rPSActionR29AttrValUKCallType      INTEGER,
    rPSActionR29AttrValCIPMatch        INTEGER,
    rPSActionR29AttrValCIP             Unsigned32,
    rPSActionR29AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR29InMediaType            INTEGER,
    rPSActionR29T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR29T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR29T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR29T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR29T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR29T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR29T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR29T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR29T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR29T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR29T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR29T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR29T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR29T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR29T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR29T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR29T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR29T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR29T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR29T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR29T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR29T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR29T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR29T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR29T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR29T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR29T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR29T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR29T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR29InMediaRemSigStack     INTEGER,
    rPSActionR29T4I1MediaChanNEConn    Unsigned32,
    rPSActionR29T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR29T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR29I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR29AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR29T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR29T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR29T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR29I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR29I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR29I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR29NumActCallPartyNumAct  DisplayString,
    rPSActionR29NumActChargeNumAct     DisplayString,
    rPSActionR29AttrValUsrDef4Match    INTEGER,
    rPSActionR29AttrValUsrDef4         Unsigned32,
    rPSActionR29AttrValUsrDef5Match    INTEGER,
    rPSActionR29AttrValUsrDef5         Unsigned32,
    rPSActionR29AttrValUsrDef6Match    INTEGER,
    rPSActionR29AttrValUsrDef6         Unsigned32,
    rPSActionR29AttrValUsrDef7Match    INTEGER,
    rPSActionR29AttrValUsrDef7         Unsigned32,
    rPSActionR29AttrValUsrDef8Match    INTEGER,
    rPSActionR29AttrValUsrDef8         Unsigned32,
    rPSActionR29AttrValUsrDef9Match    INTEGER,
    rPSActionR29AttrValUsrDef9         Unsigned32,
    rPSActionR29AttrValUsrDef10Match   INTEGER,
    rPSActionR29AttrValUsrDef10        Unsigned32,
    rPSActionR29AttrValUsrDef11Match   INTEGER,
    rPSActionR29AttrValUsrDef11        Unsigned32,
    rPSActionR29AttrValUsrDef12Match   INTEGER,
    rPSActionR29AttrValUsrDef12        Unsigned32,
    rPSActionR29AttrValUsrDef13Match   INTEGER,
    rPSActionR29AttrValUsrDef13        Unsigned32,
    rPSActionR29AttrValUsrDef14Match   INTEGER,
    rPSActionR29AttrValUsrDef14        Unsigned32,
    rPSActionR29AttrValUsrDef15Match   INTEGER,
    rPSActionR29AttrValUsrDef15        Unsigned32,
    rPSActionR29AttrValUsrDef16Match   INTEGER,
    rPSActionR29AttrValUsrDef16        Unsigned32,
    rPSActionR29AttrValUsrDef17Match   INTEGER,
    rPSActionR29AttrValUsrDef17        Unsigned32,
    rPSActionR29AttrValUsrDef18Match   INTEGER,
    rPSActionR29AttrValUsrDef18        Unsigned32,
    rPSActionR29AttrValUsrDef19Match   INTEGER,
    rPSActionR29AttrValUsrDef19        Unsigned32,
    rPSActionR29AttrValUsrDef20Match   INTEGER,
    rPSActionR29AttrValUsrDef20        Unsigned32,
    rPSActionR29AttrValLCC6Match       INTEGER,
    rPSActionR29AttrValLCC6            Unsigned32,
    rPSActionR29AttrValLCC7Match       INTEGER,
    rPSActionR29AttrValLCC7            Unsigned32,
    rPSActionR29AttrValLCC8Match       INTEGER,
    rPSActionR29AttrValLCC8            Unsigned32,
    rPSActionR29AttrValLCC9Match       INTEGER,
    rPSActionR29AttrValLCC9            Unsigned32,
    rPSActionR29AttrValLCC10Match      INTEGER,
    rPSActionR29AttrValLCC10           Unsigned32,
    rPSActionR29AttrValLCC11Match      INTEGER,
    rPSActionR29AttrValLCC11           Unsigned32,
    rPSActionR29AttrValLCC12Match      INTEGER,
    rPSActionR29AttrValLCC12           Unsigned32,
    rPSActionR29AttrValLCC13Match      INTEGER,
    rPSActionR29AttrValLCC13           Unsigned32,
    rPSActionR29AttrValLCC14Match      INTEGER,
    rPSActionR29AttrValLCC14           Unsigned32,
    rPSActionR29AttrValLCC15Match      INTEGER,
    rPSActionR29AttrValLCC15           Unsigned32,
    rPSActionR29AttrValLCC16Match      INTEGER,
    rPSActionR29AttrValLCC16           Unsigned32,
    rPSActionR29AttrValLCC17Match      INTEGER,
    rPSActionR29AttrValLCC17           Unsigned32,
    rPSActionR29AttrValLCC18Match      INTEGER,
    rPSActionR29AttrValLCC18           Unsigned32,
    rPSActionR29AttrValLCC19Match      INTEGER,
    rPSActionR29AttrValLCC19           Unsigned32,
    rPSActionR29AttrValLCC20Match      INTEGER,
    rPSActionR29AttrValLCC20           Unsigned32,
    rPSActionR29AttrValESAStatusMatch  INTEGER,
    rPSActionR29I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR29I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR29I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR29I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR29MaxCallDurn            Unsigned32,
    rPSActionR29InReleaseCauseMatch    INTEGER,
    rPSActionR29InReleaseCause         INTEGER,
    rPSActionR29OutQ850ReleaseCause    INTEGER,
    rPSActionR29BearerCapabilityMatch  INTEGER,
    rPSActionR29BearerCapability       BITS,
    rPSActionR29AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR29AttrValPriorityCall    INTEGER,
    rPSActionR29AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR29AttrValNetWdBGID       Unsigned32,
    rPSActionR29AttrValBGLnPrivMatch   INTEGER,
    rPSActionR29AttrValBGLnPriv        Unsigned32,
    rPSActionR29AttrValISwIBGCallMatch INTEGER,
    rPSActionR29AttrValISwIBGCall      INTEGER,
    rPSActionR29AttrValOTGpIDMatch     INTEGER,
    rPSActionR29AttrValOTGpID          DisplayString,
    rPSActionR29AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR29AttrValOrigTrCxt       DisplayString,
    rPSActionR29AttrValDTGpIDMatch     INTEGER,
    rPSActionR29AttrValDTGpID          DisplayString,
    rPSActionR29AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR29AttrValDestTrnkCxt     DisplayString,
    rPSActionR29OverrideCldAddrScope   INTEGER,
    rPSActionR29RequestCNAMDip         INTEGER,
    rPSActionR29T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR29T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR29T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR29DestTrnkGpID           DisplayString,
    rPSActionR29DestTrnkCxt            DisplayString,
    rPSActionR29GenericMatchType       INTEGER,
    rPSActionR29ClgPartyCats           BITS,
    rPSActionR29LowerPropDly           Unsigned32,
    rPSActionR29UpperPropDly           Unsigned32,
    rPSActionR29SatelliteInd           Unsigned32,
    rPSActionR29IsupPreference         BITS,
    rPSActionR29GermanNukkFsrMatchType INTEGER,
    rPSActionR29GermanNukkFsrInd       Unsigned32,
    rPSActionR29GermanNukkFszMatchType INTEGER,
    rPSActionR29GermanNukkFszInd       Unsigned32,
    rPSActionR29GermanNukkIcrMatchType INTEGER,
    rPSActionR29GermanNukkIcrInd       Unsigned32,
    rPSActionR29GermanNukkNcrMatchType INTEGER,
    rPSActionR29GermanNukkNcrInd       Unsigned32,
    rPSActionR29GermanNukkCnbMatchType INTEGER,
    rPSActionR29GermanNukkCnbInd       Unsigned32,
    rPSActionR29GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR29GermanNukkCustId       Unsigned32,
    rPSActionR29GermanNukkServMatchType
                                       INTEGER,
    rPSActionR29GermanNukkServ         Unsigned32,
    rPSActionR29GermanNsspFsmMatchType INTEGER,
    rPSActionR29GermanNsspFsmInd       Unsigned32,
    rPSActionR29GermanNsspNpfMatchType INTEGER,
    rPSActionR29GermanNsspNpfInd       Unsigned32,
    rPSActionR29GermanNsspTiMatchType  INTEGER,
    rPSActionR29GermanNsspTransitInd   Unsigned32,
    rPSActionR29GermanNsspServMatchType
                                       INTEGER,
    rPSActionR29GermanNsspServ         Unsigned32,
    rPSActionR29ENUMSuffix             DisplayString,
    rPSActionR29ENUMServers            DisplayString,
    rPSActionR29RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR29CPCSpecificOther       DisplayString,
    rPSActionR29RouteLabel             DisplayString,
    rPSActionR29OverrideClgAddrScope   INTEGER,
    rPSActionR29AttrValSiteMatch       INTEGER,
    rPSActionR29I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR29NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR29OverrideISUPRetryScope INTEGER,
    rPSActionR29NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR29PresNumScopeUKOnly     INTEGER,
    rPSActionR29RecoveryFromLossRTP    INTEGER,
    rPSActionR29NumActionUDSA1Action   DisplayString,
    rPSActionR29NumActionUDSA2Action   DisplayString,
    rPSActionR29NumActionUDSA3Action   DisplayString,
    rPSActionR29NumActionUDSA4Action   DisplayString,
    rPSActionR29NumActionUDSA5Action   DisplayString,
    rPSActionR29NumActionUDSA6Action   DisplayString,
    rPSActionR29NumActionUDSA7Action   DisplayString,
    rPSActionR29NumActionUDSA8Action   DisplayString,
    rPSActionR29NumActionUDSA9Action   DisplayString,
    rPSActionR29NumActionUDSA10Action  DisplayString,
    rPSActionR29SignaledCallerIdScope  INTEGER,
    rPSActionR29SignaledCallerIdIncomplete
                                       INTEGER,
    rPSActionR29SignaledCallerIdNumPlanIndicator
                                       INTEGER,
    rPSActionR29SignaledCallerIdPresRestricted
                                       INTEGER,
    rPSActionR29SignaledCallerIdScreeningIndicator
                                       INTEGER
  }

  rPSActionR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR29Entry  1 }

  rPSActionR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR29Entry  2 }

  rPSActionR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR29Entry  3 }

  rPSActionR29CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR29Entry  4 }

  rPSActionR29RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR29Entry  5 }

  rPSActionR29RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR29Entry  6 }

  rPSActionR29AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR29Entry  7 }

  rPSActionR29AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR29Entry  8 }

  rPSActionR29WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR29Entry  9 }

  rPSActionR29WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR29Entry  10 }

  rPSActionR29TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR29Entry  11 }

  rPSActionR29WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  12 }

  rPSActionR29ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR29Entry  13 }

  rPSActionR29Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5),
                   routeBasedOnTGID(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR29Entry  14 }

  rPSActionR29T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  15 }

  rPSActionR29T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  16 }

  rPSActionR29T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  17 }

  rPSActionR29T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  18 }

  rPSActionR29T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  19 }

  rPSActionR29T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  20 }

  rPSActionR29T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  21 }

  rPSActionR29T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  22 }

  rPSActionR29T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  23 }

  rPSActionR29T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  24 }

  rPSActionR29T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  25 }

  rPSActionR29T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  26 }

  rPSActionR29I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR29Entry  27 }

  rPSActionR29I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR29Entry  28 }

  rPSActionR29I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR29Entry  29 }

  rPSActionR29I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR29Entry  30 }

  rPSActionR29I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR29Entry  31 }

  rPSActionR29ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR29Entry  32 }

  rPSActionR29T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  33 }

  rPSActionR29T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  34 }

  rPSActionR29AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR29Entry  35 }

  rPSActionR29AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR29Entry  36 }

  rPSActionR29RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR29Entry  37 }

  rPSActionR29CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR29Entry  38 }

  rPSActionR29MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR29Entry  39 }

  rPSActionR29MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR29Entry  40 }

  rPSActionR29MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR29Entry  41 }

  rPSActionR29MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR29Entry  42 }

  rPSActionR29CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR29Entry  43 }

  rPSActionR29CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR29Entry  44 }

  rPSActionR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR29Entry  50 }

  rPSActionR29OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18),
                   recoveryFromLossOfRTP(19),
                   signaledCallerIDScope(20),
                   signaledCallerIDIncomplete(21),
                   signaledCallerIDNumberPlanIndicator(22),
                   signaledCallerIDPresentationRestricted(23),
                   signaledCallerIDScreeningIndicator(24)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR29Entry  51 }

  rPSActionR29AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR29Entry  52 }

  rPSActionR29AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR29Entry  53 }

  rPSActionR29AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR29Entry  54 }

  rPSActionR29AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR29Entry  55 }

  rPSActionR29AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR29Entry  56 }

  rPSActionR29TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR29Entry  57 }

  rPSActionR29TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR29Entry  58 }

  rPSActionR29TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR29Entry  59 }

  rPSActionR29TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR29Entry  60 }

  rPSActionR29TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR29Entry  61 }

  rPSActionR29TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR29Entry  62 }

  rPSActionR29TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR29Entry  63 }

  rPSActionR29TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR29Entry  64 }

  rPSActionR29TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR29Entry  65 }

  rPSActionR29TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR29Entry  66 }

  rPSActionR29TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR29Entry  67 }

  rPSActionR29TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR29Entry  68 }

  rPSActionR29TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR29Entry  69 }

  rPSActionR29SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR29Entry  71 }

  rPSActionR29NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR29Entry  83 }

  rPSActionR29Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR29Entry  104 }

  rPSActionR29AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  105 }

  rPSActionR29AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR29Entry  106 }

  rPSActionR29AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  107 }

  rPSActionR29T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  110 }

  rPSActionR29T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  111 }

  rPSActionR29T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  112 }

  rPSActionR29T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  113 }

  rPSActionR29T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  114 }

  rPSActionR29I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR29Entry  115 }

  rPSActionR29I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR29Entry  116 }

  rPSActionR29I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR29Entry  117 }

  rPSActionR29I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR29Entry  118 }

  rPSActionR29AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  119 }

  rPSActionR29AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  120 }

  rPSActionR29AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR29Entry  121 }

  rPSActionR29AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  122 }

  rPSActionR29AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR29Entry  123 }

  rPSActionR29AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  124 }

  rPSActionR29AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR29Entry  125 }

  rPSActionR29AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  126 }

  rPSActionR29AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR29Entry  127 }

  rPSActionR29AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  128 }

  rPSActionR29AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR29Entry  129 }

  rPSActionR29AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  130 }

  rPSActionR29AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR29Entry  131 }

  rPSActionR29AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  132 }

  rPSActionR29AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR29Entry  133 }

  rPSActionR29AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  134 }

  rPSActionR29AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR29Entry  135 }

  rPSActionR29AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  136 }

  rPSActionR29AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR29Entry  137 }

  rPSActionR29AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  138 }

  rPSActionR29AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR29Entry  139 }

  rPSActionR29AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  140 }

  rPSActionR29AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR29Entry  141 }

  rPSActionR29AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  142 }

  rPSActionR29AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR29Entry  143 }

  rPSActionR29AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  144 }

  rPSActionR29AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  145 }

  rPSActionR29AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  146 }

  rPSActionR29InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR29Entry  147 }

  rPSActionR29T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR29Entry  148 }

  rPSActionR29T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR29Entry  149 }

  rPSActionR29T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR29Entry  150 }

  rPSActionR29T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR29Entry  151 }

  rPSActionR29T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR29Entry  152 }

  rPSActionR29T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR29Entry  153 }

  rPSActionR29T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR29Entry  154 }

  rPSActionR29T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR29Entry  155 }

  rPSActionR29T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR29Entry  156 }

  rPSActionR29T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR29Entry  157 }

  rPSActionR29T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  158 }

  rPSActionR29T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  159 }

  rPSActionR29T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  160 }

  rPSActionR29T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  161 }

  rPSActionR29T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  162 }

  rPSActionR29T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR29Entry  163 }

  rPSActionR29T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  164 }

  rPSActionR29T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  165 }

  rPSActionR29T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  166 }

  rPSActionR29T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  167 }

  rPSActionR29T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  168 }

  rPSActionR29T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR29Entry  169 }

  rPSActionR29T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  170 }

  rPSActionR29T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  171 }

  rPSActionR29T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  172 }

  rPSActionR29T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  173 }

  rPSActionR29T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR29Entry  174 }

  rPSActionR29T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  175 }

  rPSActionR29T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  176 }

  rPSActionR29T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  177 }

  rPSActionR29T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  178 }

  rPSActionR29T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  179 }

  rPSActionR29InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR29Entry  180 }

  rPSActionR29T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  181 }

  rPSActionR29T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  182 }

  rPSActionR29T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR29Entry  183 }

  rPSActionR29I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR29Entry  184 }

  rPSActionR29AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  185 }

  rPSActionR29T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR29Entry  186 }

  rPSActionR29T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR29Entry  187 }

  rPSActionR29T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR29Entry  188 }

  rPSActionR29I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR29Entry  189 }

  rPSActionR29I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR29Entry  190 }

  rPSActionR29I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR29Entry  191 }

  rPSActionR29NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR29Entry  193 }

  rPSActionR29NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR29Entry  194 }

  rPSActionR29AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  195 }

  rPSActionR29AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR29Entry  196 }

  rPSActionR29AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  197 }

  rPSActionR29AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR29Entry  198 }

  rPSActionR29AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  199 }

  rPSActionR29AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR29Entry  200 }

  rPSActionR29AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  201 }

  rPSActionR29AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR29Entry  202 }

  rPSActionR29AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  203 }

  rPSActionR29AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR29Entry  204 }

  rPSActionR29AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  205 }

  rPSActionR29AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR29Entry  206 }

  rPSActionR29AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  207 }

  rPSActionR29AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR29Entry  208 }

  rPSActionR29AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  209 }

  rPSActionR29AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR29Entry  210 }

  rPSActionR29AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  211 }

  rPSActionR29AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR29Entry  212 }

  rPSActionR29AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  213 }

  rPSActionR29AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR29Entry  214 }

  rPSActionR29AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  215 }

  rPSActionR29AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR29Entry  216 }

  rPSActionR29AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  217 }

  rPSActionR29AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR29Entry  218 }

  rPSActionR29AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  219 }

  rPSActionR29AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR29Entry  220 }

  rPSActionR29AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  221 }

  rPSActionR29AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR29Entry  222 }

  rPSActionR29AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  223 }

  rPSActionR29AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR29Entry  224 }

  rPSActionR29AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  225 }

  rPSActionR29AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR29Entry  226 }

  rPSActionR29AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  227 }

  rPSActionR29AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR29Entry  228 }

  rPSActionR29AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  229 }

  rPSActionR29AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR29Entry  230 }

  rPSActionR29AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  231 }

  rPSActionR29AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR29Entry  232 }

  rPSActionR29AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  233 }

  rPSActionR29AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR29Entry  234 }

  rPSActionR29AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  235 }

  rPSActionR29AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR29Entry  236 }

  rPSActionR29AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  237 }

  rPSActionR29AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR29Entry  238 }

  rPSActionR29AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  239 }

  rPSActionR29AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR29Entry  240 }

  rPSActionR29AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  241 }

  rPSActionR29AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR29Entry  242 }

  rPSActionR29AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  243 }

  rPSActionR29AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR29Entry  244 }

  rPSActionR29AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  245 }

  rPSActionR29AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR29Entry  246 }

  rPSActionR29AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  247 }

  rPSActionR29AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR29Entry  248 }

  rPSActionR29AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  249 }

  rPSActionR29AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR29Entry  250 }

  rPSActionR29AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  251 }

  rPSActionR29AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR29Entry  252 }

  rPSActionR29AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  253 }

  rPSActionR29AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR29Entry  254 }

  rPSActionR29AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  255 }

  rPSActionR29AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR29Entry  256 }

  rPSActionR29AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  257 }

  rPSActionR29AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR29Entry  258 }

  rPSActionR29AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR29Entry  259 }

  rPSActionR29I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR29Entry  260 }

  rPSActionR29I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR29Entry  261 }

  rPSActionR29I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR29Entry  262 }

  rPSActionR29I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR29Entry  263 }

  rPSActionR29MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR29Entry  264 }

  rPSActionR29InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4),
                   anyQ850ReleaseCauseIfPresent(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR29Entry  265 }

  rPSActionR29InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR29Entry  266 }

  rPSActionR29OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR29Entry  268 }

  rPSActionR29BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  269 }

  rPSActionR29BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR29Entry  270 }

  rPSActionR29AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  271 }

  rPSActionR29AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR29Entry  272 }

  rPSActionR29AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  273 }

  rPSActionR29AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR29Entry  274 }

  rPSActionR29AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  275 }

  rPSActionR29AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR29Entry  276 }

  rPSActionR29AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR29Entry  277 }

  rPSActionR29AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR29Entry  278 }

  rPSActionR29AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  279 }

  rPSActionR29AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR29Entry  280 }

  rPSActionR29AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  281 }

  rPSActionR29AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR29Entry  282 }

  rPSActionR29AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  283 }

  rPSActionR29AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR29Entry  284 }

  rPSActionR29AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  285 }

  rPSActionR29AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR29Entry  286 }

  rPSActionR29OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR29Entry  287 }

  rPSActionR29RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkToTrunkCalls(1),
                   noCalls(2),
                   allCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { noCalls }
    ::= { rPSActionR29Entry  288 }

  rPSActionR29T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR29Entry  289 }

  rPSActionR29T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR29Entry  290 }

  rPSActionR29T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR29Entry  291 }

  rPSActionR29DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR29Entry  292 }

  rPSActionR29DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR29Entry  293 }

  rPSActionR29GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR29Entry  294 }

  rPSActionR29ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR29Entry  295 }

  rPSActionR29LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  296 }

  rPSActionR29UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR29Entry  297 }

  rPSActionR29SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  298 }

  rPSActionR29IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR29Entry  299 }

  rPSActionR29GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  300 }

  rPSActionR29GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  301 }

  rPSActionR29GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  302 }

  rPSActionR29GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  303 }

  rPSActionR29GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  304 }

  rPSActionR29GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  305 }

  rPSActionR29GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  306 }

  rPSActionR29GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  307 }

  rPSActionR29GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  308 }

  rPSActionR29GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  309 }

  rPSActionR29GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  310 }

  rPSActionR29GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  311 }

  rPSActionR29GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  312 }

  rPSActionR29GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  313 }

  rPSActionR29GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  314 }

  rPSActionR29GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  315 }

  rPSActionR29GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  316 }

  rPSActionR29GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  317 }

  rPSActionR29GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  318 }

  rPSActionR29GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  319 }

  rPSActionR29GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR29Entry  320 }

  rPSActionR29GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR29Entry  321 }

  rPSActionR29ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR29Entry  322 }

  rPSActionR29ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR29Entry  323 }

  rPSActionR29RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR29Entry  324 }

  rPSActionR29CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR29Entry  325 }

  rPSActionR29RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR29Entry  326 }

  rPSActionR29OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR29Entry  327 }

  rPSActionR29AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR29Entry  328 }

  rPSActionR29I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR29Entry  329 }

  rPSActionR29NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR29Entry  331 }

  rPSActionR29OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR29Entry  332 }

  rPSActionR29NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR29Entry  333 }

  rPSActionR29PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR29Entry  334 }

  rPSActionR29RecoveryFromLossRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRTPLossDetection(0),
                   detectRTPLossAndFailCall(1),
                   detectRTPLossAndRetryCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recovery from loss of RTP'."
    DEFVAL       { noRTPLossDetection }
    ::= { rPSActionR29Entry  335 }

  rPSActionR29NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSActionR29Entry  336 }

  rPSActionR29NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSActionR29Entry  337 }

  rPSActionR29NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSActionR29Entry  338 }

  rPSActionR29NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSActionR29Entry  339 }

  rPSActionR29NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSActionR29Entry  340 }

  rPSActionR29NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSActionR29Entry  341 }

  rPSActionR29NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSActionR29Entry  342 }

  rPSActionR29NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSActionR29Entry  343 }

  rPSActionR29NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSActionR29Entry  344 }

  rPSActionR29NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSActionR29Entry  345 }

  rPSActionR29SignaledCallerIdScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR29Entry  346 }

  rPSActionR29SignaledCallerIdIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSActionR29Entry  347 }

  rPSActionR29SignaledCallerIdNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSActionR29Entry  348 }

  rPSActionR29SignaledCallerIdPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID presentation restricted'."
    DEFVAL       { presentationAllowed }
    ::= { rPSActionR29Entry  349 }

  rPSActionR29SignaledCallerIdScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSActionR29Entry  350 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile General Call Service'                               */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  pPrfGClSrvCtrlR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PPrfGClSrvCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2573 }

  pPrfGClSrvCtrlR5Entry OBJECT-TYPE
    SYNTAX       PPrfGClSrvCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pPrfGClSrvCtrlR5NEConn,
             pPrfGClSrvCtrlR5NetwkElement,
             pPrfGClSrvCtrlR5CFSIx,
             pPrfGClSrvCtrlR5GpIx }
    ::= {  pPrfGClSrvCtrlR5Table  1  }

  PPrfGClSrvCtrlR5Entry  ::=  SEQUENCE
  {
    pPrfGClSrvCtrlR5NEConn             Unsigned32,
    pPrfGClSrvCtrlR5NetwkElement       DisplayString,
    pPrfGClSrvCtrlR5CFSIx              Unsigned32,
    pPrfGClSrvCtrlR5GpIx               Unsigned32,
    pPrfGClSrvCtrlR5SDActPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDDefPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDUseDefPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDDefVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDDefCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDUseDefCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR5SDDefCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR5SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR5SDDefHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR5SDUseDefHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActHRCLSubMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR5SDDefHRCLSubMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR5SDUseDefHRCLSubMaxHighRiskCalls
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR5SDDefHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR5SDUseDefHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActHRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR5SDDefHRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR5SDUseDefHRCLPBXMaxHighRiskCalls
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActRCLSubscribed INTEGER,
    pPrfGClSrvCtrlR5SDDefRCLSubscribed INTEGER,
    pPrfGClSrvCtrlR5SDUseDefRCLSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR5SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR5SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR5SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER
  }

  pPrfGClSrvCtrlR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR5Entry  1 }

  pPrfGClSrvCtrlR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR5Entry  2 }

  pPrfGClSrvCtrlR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR5Entry  3 }

  pPrfGClSrvCtrlR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR5Entry  4 }

  pPrfGClSrvCtrlR5SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  5 }

  pPrfGClSrvCtrlR5SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  6 }

  pPrfGClSrvCtrlR5SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  7 }

  pPrfGClSrvCtrlR5SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  8 }

  pPrfGClSrvCtrlR5SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  9 }

  pPrfGClSrvCtrlR5SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  10 }

  pPrfGClSrvCtrlR5SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  11 }

  pPrfGClSrvCtrlR5SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  12 }

  pPrfGClSrvCtrlR5SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  13 }

  pPrfGClSrvCtrlR5SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  14 }

  pPrfGClSrvCtrlR5SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  15 }

  pPrfGClSrvCtrlR5SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  16 }

  pPrfGClSrvCtrlR5SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  17 }

  pPrfGClSrvCtrlR5SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  18 }

  pPrfGClSrvCtrlR5SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  19 }

  pPrfGClSrvCtrlR5SDActHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  20 }

  pPrfGClSrvCtrlR5SDDefHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  21 }

  pPrfGClSrvCtrlR5SDUseDefHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  22 }

  pPrfGClSrvCtrlR5SDActHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  23 }

  pPrfGClSrvCtrlR5SDDefHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  24 }

  pPrfGClSrvCtrlR5SDUseDefHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  25 }

  pPrfGClSrvCtrlR5SDActHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  26 }

  pPrfGClSrvCtrlR5SDDefHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  27 }

  pPrfGClSrvCtrlR5SDUseDefHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  28 }

  pPrfGClSrvCtrlR5SDActHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  29 }

  pPrfGClSrvCtrlR5SDDefHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  30 }

  pPrfGClSrvCtrlR5SDUseDefHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  31 }

  pPrfGClSrvCtrlR5SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  32 }

  pPrfGClSrvCtrlR5SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  33 }

  pPrfGClSrvCtrlR5SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  34 }

  pPrfGClSrvCtrlR5SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  35 }

  pPrfGClSrvCtrlR5SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR5Entry  36 }

  pPrfGClSrvCtrlR5SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR5Entry  37 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile Outgoing Call Services'                             */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  perProfOutR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfOutR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2574 }

  perProfOutR10Entry OBJECT-TYPE
    SYNTAX       PerProfOutR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfOutR10NEConn,
             perProfOutR10NetwkElement,
             perProfOutR10CFSIx,
             perProfOutR10GpIx }
    ::= {  perProfOutR10Table  1  }

  PerProfOutR10Entry  ::=  SEQUENCE
  {
    perProfOutR10NEConn                Unsigned32,
    perProfOutR10NetwkElement          DisplayString,
    perProfOutR10CFSIx                 Unsigned32,
    perProfOutR10GpIx                  Unsigned32,
    perProfOutR10SDActSPDSubscribed    INTEGER,
    perProfOutR10SDDefSPDSubscribed    INTEGER,
    perProfOutR10SDUseDefSPDSubscribed INTEGER,
    perProfOutR10SDActSPDAllowedTypes  INTEGER,
    perProfOutR10SDDefSPDAllowedTypes  INTEGER,
    perProfOutR10SDUseDefSPDAllowedTypes
                                       INTEGER,
    perProfOutR10SDActAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR10SDDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR10SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    perProfOutR10SDActOCBSubscribed    INTEGER,
    perProfOutR10SDDefOCBSubscribed    INTEGER,
    perProfOutR10SDUseDefOCBSubscribed INTEGER,
    perProfOutR10SDActOCBUSB           INTEGER,
    perProfOutR10SDDefOCBUSB           INTEGER,
    perProfOutR10SDUseDefOCBUSB        INTEGER,
    perProfOutR10SDActOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR10SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    perProfOutR10SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    perProfOutR10SDActMACSubscribed    INTEGER,
    perProfOutR10SDDefMACSubscribed    INTEGER,
    perProfOutR10SDUseDefMACSubscribed INTEGER,
    perProfOutR10SDActMandAccCodesVariant
                                       INTEGER,
    perProfOutR10SDDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR10SDUseDefMandAccCodesVariant
                                       INTEGER,
    perProfOutR10SDActUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR10SDDefUSMandAccCodesCallTypes
                                       BITS,
    perProfOutR10SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR10SDActUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR10SDDefUKMandAccCodesCallTypes
                                       BITS,
    perProfOutR10SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    perProfOutR10SDActMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR10SDDefMndAccCodesCodeLen
                                       Unsigned32,
    perProfOutR10SDUseDefMndAccCodesCodeLen
                                       INTEGER,
    perProfOutR10SDActMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR10SDDefMACMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR10SDUseDefMACMaxIncorrectCodeAttempts
                                       INTEGER,
    perProfOutR10SDActUSMACCallTypes2  BITS,
    perProfOutR10SDDefUSMACCallTypes2  BITS,
    perProfOutR10SDUseDefUSMACCallTypes2
                                       INTEGER,
    perProfOutR10SDActWHLSubscribed    INTEGER,
    perProfOutR10SDDefWHLSubscribed    INTEGER,
    perProfOutR10SDUseDefWHLSubscribed INTEGER,
    perProfOutR10SDActWHLServLvl       INTEGER,
    perProfOutR10SDDefWHLServLvl       INTEGER,
    perProfOutR10SDUseDefWHLServLvl    INTEGER,
    perProfOutR10SDActWHLTimeout       Unsigned32,
    perProfOutR10SDDefWHLTimeout       Unsigned32,
    perProfOutR10SDUseDefWHLTimeout    INTEGER,
    perProfOutR10SDActOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR10SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    perProfOutR10SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    perProfOutR10SDActMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR10SDDefMACPerCallMaxIncorrectCodeAttempts
                                       Unsigned32,
    perProfOutR10SDUseDefMACPerCallMaxIncorrectCodeAttempts
                                       INTEGER,
    perProfOutR10SDActOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR10SDDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR10SDUseDefOCBExemptBusGpCallsFromOCB
                                       INTEGER,
    perProfOutR10SDActOCNSubscribed    INTEGER,
    perProfOutR10SDDefOCNSubscribed    INTEGER,
    perProfOutR10SDUseDefOCNSubscribed INTEGER,
    perProfOutR10SDActI1OCNAppServerNEConn
                                       Unsigned32,
    perProfOutR10SDActI2OCNAppServerNetwkElement
                                       DisplayString,
    perProfOutR10SDActI3OCNAppServerCFSIx
                                       Unsigned32,
    perProfOutR10SDActI4OCNAppServerDirNum
                                       DisplayString,
    perProfOutR10SDDefI1OCNAppServerNEConn
                                       Unsigned32,
    perProfOutR10SDDefI2OCNAppServerNetwkElement
                                       DisplayString,
    perProfOutR10SDDefI3OCNAppServerCFSIx
                                       Unsigned32,
    perProfOutR10SDDefI4OCNAppServerDirNum
                                       DisplayString,
    perProfOutR10SDUseDefOCNAppServer  INTEGER,
    perProfOutR10SDActOCNCallTypes     BITS,
    perProfOutR10SDDefOCNCallTypes     BITS,
    perProfOutR10SDUseDefOCNCallTypes  INTEGER,
    perProfOutR10SDActECBSubscribed    INTEGER,
    perProfOutR10SDDefECBSubscribed    INTEGER,
    perProfOutR10SDUseDefECBSubscribed INTEGER,
    perProfOutR10SDActECBUSB           INTEGER,
    perProfOutR10SDDefECBUSB           INTEGER,
    perProfOutR10SDUseDefECBUSB        INTEGER,
    perProfOutR10SDActECBCurrSubBarredCallCategories
                                       BITS,
    perProfOutR10SDDefECBCurrSubBarredCallCategories
                                       BITS,
    perProfOutR10SDUseDefECBCurrSubBarredCallCategories
                                       INTEGER,
    perProfOutR10SDActECBCurrOpBarredCallCategories
                                       BITS,
    perProfOutR10SDDefECBCurrOpBarredCallCategories
                                       BITS,
    perProfOutR10SDUseDefECBCurrOpBarredCallCategories
                                       INTEGER,
    perProfOutR10SDActSCBSubscribed    INTEGER,
    perProfOutR10SDDefSCBSubscribed    INTEGER,
    perProfOutR10SDUseDefSCBSubscribed INTEGER,
    perProfOutR10SDActSCBUSB           INTEGER,
    perProfOutR10SDDefSCBUSB           INTEGER,
    perProfOutR10SDUseDefSCBUSB        INTEGER
  }

  perProfOutR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfOutR10Entry  1 }

  perProfOutR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfOutR10Entry  2 }

  perProfOutR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfOutR10Entry  3 }

  perProfOutR10GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfOutR10Entry  4 }

  perProfOutR10SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  5 }

  perProfOutR10SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  6 }

  perProfOutR10SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  7 }

  perProfOutR10SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  8 }

  perProfOutR10SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  9 }

  perProfOutR10SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  10 }

  perProfOutR10SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  11 }

  perProfOutR10SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  12 }

  perProfOutR10SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  13 }

  perProfOutR10SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  14 }

  perProfOutR10SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  15 }

  perProfOutR10SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  16 }

  perProfOutR10SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  17 }

  perProfOutR10SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  18 }

  perProfOutR10SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  19 }

  perProfOutR10SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  20 }

  perProfOutR10SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  21 }

  perProfOutR10SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  22 }

  perProfOutR10SDActMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  23 }

  perProfOutR10SDDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  24 }

  perProfOutR10SDUseDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  25 }

  perProfOutR10SDActMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  26 }

  perProfOutR10SDDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  27 }

  perProfOutR10SDUseDefMandAccCodesVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  28 }

  perProfOutR10SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  29 }

  perProfOutR10SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  30 }

  perProfOutR10SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  31 }

  perProfOutR10SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  32 }

  perProfOutR10SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  33 }

  perProfOutR10SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  34 }

  perProfOutR10SDActMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  35 }

  perProfOutR10SDDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  36 }

  perProfOutR10SDUseDefMndAccCodesCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  37 }

  perProfOutR10SDActMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  38 }

  perProfOutR10SDDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  39 }

  perProfOutR10SDUseDefMACMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  40 }

  perProfOutR10SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  41 }

  perProfOutR10SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  42 }

  perProfOutR10SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  43 }

  perProfOutR10SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  44 }

  perProfOutR10SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  45 }

  perProfOutR10SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  46 }

  perProfOutR10SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  47 }

  perProfOutR10SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  48 }

  perProfOutR10SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  49 }

  perProfOutR10SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  50 }

  perProfOutR10SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  51 }

  perProfOutR10SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  52 }

  perProfOutR10SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  62 }

  perProfOutR10SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  63 }

  perProfOutR10SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  64 }

  perProfOutR10SDActMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  65 }

  perProfOutR10SDDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  66 }

  perProfOutR10SDUseDefMACPerCallMaxIncorrectCodeAttempts OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  67 }

  perProfOutR10SDActOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  68 }

  perProfOutR10SDDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  69 }

  perProfOutR10SDUseDefOCBExemptBusGpCallsFromOCB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - exempt business group calls from call barring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  70 }

  perProfOutR10SDActOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  71 }

  perProfOutR10SDDefOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  72 }

  perProfOutR10SDUseDefOCNSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  73 }

  perProfOutR10SDActI1OCNAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  74 }

  perProfOutR10SDActI2OCNAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  75 }

  perProfOutR10SDActI3OCNAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  76 }

  perProfOutR10SDActI4OCNAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  77 }

  perProfOutR10SDDefI1OCNAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  78 }

  perProfOutR10SDDefI2OCNAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  79 }

  perProfOutR10SDDefI3OCNAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  80 }

  perProfOutR10SDDefI4OCNAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Outgoing Call Notifications - application server'.
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Outgoing Call Notifications - application server'."
    ::= { perProfOutR10Entry  81 }

  perProfOutR10SDUseDefOCNAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - application server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  82 }

  perProfOutR10SDActOCNCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  83 }

  perProfOutR10SDDefOCNCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   emergency(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  84 }

  perProfOutR10SDUseDefOCNCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Outgoing Call Notifications - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  85 }

  perProfOutR10SDActECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  86 }

  perProfOutR10SDDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  87 }

  perProfOutR10SDUseDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  88 }

  perProfOutR10SDActECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  89 }

  perProfOutR10SDDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  90 }

  perProfOutR10SDUseDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  91 }

  perProfOutR10SDActECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  92 }

  perProfOutR10SDDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  93 }

  perProfOutR10SDUseDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  94 }

  perProfOutR10SDActECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  95 }

  perProfOutR10SDDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  96 }

  perProfOutR10SDUseDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  97 }

  perProfOutR10SDActSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  98 }

  perProfOutR10SDDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  99 }

  perProfOutR10SDUseDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  100 }

  perProfOutR10SDActSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  101 }

  perProfOutR10SDDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfOutR10Entry  102 }

  perProfOutR10SDUseDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfOutR10Entry  103 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  indLineGClSrvCtrlR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineGClSrvCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2575 }

  indLineGClSrvCtrlR5Entry OBJECT-TYPE
    SYNTAX       IndLineGClSrvCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineGClSrvCtrlR5NEConn,
             indLineGClSrvCtrlR5NetwkElement,
             indLineGClSrvCtrlR5CFSIx,
             indLineGClSrvCtrlR5DirNum }
    ::= {  indLineGClSrvCtrlR5Table  1  }

  IndLineGClSrvCtrlR5Entry  ::=  SEQUENCE
  {
    indLineGClSrvCtrlR5NEConn          Unsigned32,
    indLineGClSrvCtrlR5NetwkElement    DisplayString,
    indLineGClSrvCtrlR5CFSIx           Unsigned32,
    indLineGClSrvCtrlR5DirNum          DisplayString,
    indLineGClSrvCtrlR5SDActPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDActVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDActCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDActCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR5SDActHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR5SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR5DoExtraActions  INTEGER,
    indLineGClSrvCtrlR5SDActRCLSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDDefRCLSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDUseDefRCLSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR5SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    indLineGClSrvCtrlR5SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    indLineGClSrvCtrlR5SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    indLineGClSrvCtrlR5RCLCurrRedirectedCallCnt
                                       Unsigned32
  }

  indLineGClSrvCtrlR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR5Entry  1 }

  indLineGClSrvCtrlR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR5Entry  2 }

  indLineGClSrvCtrlR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR5Entry  3 }

  indLineGClSrvCtrlR5DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR5Entry  4 }

  indLineGClSrvCtrlR5SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  5 }

  indLineGClSrvCtrlR5SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  6 }

  indLineGClSrvCtrlR5SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  7 }

  indLineGClSrvCtrlR5SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  8 }

  indLineGClSrvCtrlR5SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  9 }

  indLineGClSrvCtrlR5SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  10 }

  indLineGClSrvCtrlR5SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  11 }

  indLineGClSrvCtrlR5SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  12 }

  indLineGClSrvCtrlR5SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  13 }

  indLineGClSrvCtrlR5SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  14 }

  indLineGClSrvCtrlR5SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  15 }

  indLineGClSrvCtrlR5SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  16 }

  indLineGClSrvCtrlR5SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  17 }

  indLineGClSrvCtrlR5SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  18 }

  indLineGClSrvCtrlR5SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  19 }

  indLineGClSrvCtrlR5SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { indLineGClSrvCtrlR5Entry  20 }

  indLineGClSrvCtrlR5SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  21 }

  indLineGClSrvCtrlR5SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  22 }

  indLineGClSrvCtrlR5SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { indLineGClSrvCtrlR5Entry  23 }

  indLineGClSrvCtrlR5SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  24 }

  indLineGClSrvCtrlR5SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  25 }

  indLineGClSrvCtrlR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCallLists(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineGClSrvCtrlR5Entry  26 }

  indLineGClSrvCtrlR5SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  27 }

  indLineGClSrvCtrlR5SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  28 }

  indLineGClSrvCtrlR5SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  29 }

  indLineGClSrvCtrlR5SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  30 }

  indLineGClSrvCtrlR5SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR5Entry  31 }

  indLineGClSrvCtrlR5SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR5Entry  32 }

  indLineGClSrvCtrlR5RCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { indLineGClSrvCtrlR5Entry  33 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  indLineOutR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineOutR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2576 }

  indLineOutR9Entry OBJECT-TYPE
    SYNTAX       IndLineOutR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineOutR9NEConn,
             indLineOutR9NetwkElement,
             indLineOutR9CFSIx,
             indLineOutR9DirNum }
    ::= {  indLineOutR9Table  1  }

  IndLineOutR9Entry  ::=  SEQUENCE
  {
    indLineOutR9NEConn                 Unsigned32,
    indLineOutR9NetwkElement           DisplayString,
    indLineOutR9CFSIx                  Unsigned32,
    indLineOutR9DirNum                 DisplayString,
    indLineOutR9SDActSPDSubscribed     INTEGER,
    indLineOutR9SDDefSPDSubscribed     INTEGER,
    indLineOutR9SDUseDefSPDSubscribed  INTEGER,
    indLineOutR9SDActSPDAllowedTypes   INTEGER,
    indLineOutR9SDDefSPDAllowedTypes   INTEGER,
    indLineOutR9SDUseDefSPDAllowedTypes
                                       INTEGER,
    indLineOutR9SDActAllowSPDHandsetAccess
                                       INTEGER,
    indLineOutR9SDDefAllowSPDHandsetAccess
                                       INTEGER,
    indLineOutR9SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    indLineOutR9SDActOCBSubscribed     INTEGER,
    indLineOutR9SDDefOCBSubscribed     INTEGER,
    indLineOutR9SDUseDefOCBSubscribed  INTEGER,
    indLineOutR9SDActOCBUSB            INTEGER,
    indLineOutR9SDDefOCBUSB            INTEGER,
    indLineOutR9SDUseDefOCBUSB         INTEGER,
    indLineOutR9SDActOCBCurrSubBarredCallTypes
                                       BITS,
    indLineOutR9SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    indLineOutR9SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    indLineOutR9SDActMandAccCodesSubscribed
                                       INTEGER,
    indLineOutR9SDDefMandAccCodesSubscribed
                                       INTEGER,
    indLineOutR9SDUseDefMandAccCodesSubscribed
                                       INTEGER,
    indLineOutR9SDActCodeLenMandAccCodes
                                       Unsigned32,
    indLineOutR9SDDefCodeLenMandAccCodes
                                       Unsigned32,
    indLineOutR9SDUseDefCodeLenMandAccCodes
                                       INTEGER,
    indLineOutR9SDActVariantMandAccCodes
                                       INTEGER,
    indLineOutR9SDDefVariantMandAccCodes
                                       INTEGER,
    indLineOutR9SDUseDefVariantMandAccCodes
                                       INTEGER,
    indLineOutR9SDActUSMandAccCodesCallTypes
                                       BITS,
    indLineOutR9SDDefUSMandAccCodesCallTypes
                                       BITS,
    indLineOutR9SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    indLineOutR9SDActUKMandAccCodesCallTypes
                                       BITS,
    indLineOutR9SDDefUKMandAccCodesCallTypes
                                       BITS,
    indLineOutR9SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    indLineOutR9SDActMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    indLineOutR9SDDefMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    indLineOutR9SDUseDefMaxIncorrectCodeAttemptsMandAccCodes
                                       INTEGER,
    indLineOutR9MandAccCodesBlocked    INTEGER,
    indLineOutR9MandAccCodesValidAccountCodes
                                       LongDisplayString,
    indLineOutR9SDActUSMACCallTypes2   BITS,
    indLineOutR9SDDefUSMACCallTypes2   BITS,
    indLineOutR9SDUseDefUSMACCallTypes2
                                       INTEGER,
    indLineOutR9SDActWHLSubscribed     INTEGER,
    indLineOutR9SDDefWHLSubscribed     INTEGER,
    indLineOutR9SDUseDefWHLSubscribed  INTEGER,
    indLineOutR9SDActWHLServLvl        INTEGER,
    indLineOutR9SDDefWHLServLvl        INTEGER,
    indLineOutR9SDUseDefWHLServLvl     INTEGER,
    indLineOutR9SDActWHLTimeout        Unsigned32,
    indLineOutR9SDDefWHLTimeout        Unsigned32,
    indLineOutR9SDUseDefWHLTimeout     INTEGER,
    indLineOutR9WHLEnabled             INTEGER,
    indLineOutR9WHLNum                 DisplayString,
    indLineOutR9SDActOCBCurrOprBarredCallTypes
                                       BITS,
    indLineOutR9SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    indLineOutR9SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    indLineOutR9SDActMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    indLineOutR9SDDefMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    indLineOutR9SDUseDefMACMaxIncorrectCodeAttemptsPerCall
                                       INTEGER,
    indLineOutR9SDActECBSubscribed     INTEGER,
    indLineOutR9SDDefECBSubscribed     INTEGER,
    indLineOutR9SDUseDefECBSubscribed  INTEGER,
    indLineOutR9SDActECBUSB            INTEGER,
    indLineOutR9SDDefECBUSB            INTEGER,
    indLineOutR9SDUseDefECBUSB         INTEGER,
    indLineOutR9SDActECBCurrSubBarredCallCategories
                                       BITS,
    indLineOutR9SDDefECBCurrSubBarredCallCategories
                                       BITS,
    indLineOutR9SDUseDefECBCurrSubBarredCallCategories
                                       INTEGER,
    indLineOutR9SDActECBCurrOpBarredCallCategories
                                       BITS,
    indLineOutR9SDDefECBCurrOpBarredCallCategories
                                       BITS,
    indLineOutR9SDUseDefECBCurrOpBarredCallCategories
                                       INTEGER,
    indLineOutR9SDActSCBSubscribed     INTEGER,
    indLineOutR9SDDefSCBSubscribed     INTEGER,
    indLineOutR9SDUseDefSCBSubscribed  INTEGER,
    indLineOutR9SDActSCBUSB            INTEGER,
    indLineOutR9SDDefSCBUSB            INTEGER,
    indLineOutR9SDUseDefSCBUSB         INTEGER
  }

  indLineOutR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineOutR9Entry  1 }

  indLineOutR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineOutR9Entry  2 }

  indLineOutR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineOutR9Entry  3 }

  indLineOutR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineOutR9Entry  4 }

  indLineOutR9SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  5 }

  indLineOutR9SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  6 }

  indLineOutR9SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  7 }

  indLineOutR9SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  8 }

  indLineOutR9SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  9 }

  indLineOutR9SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  10 }

  indLineOutR9SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  11 }

  indLineOutR9SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  12 }

  indLineOutR9SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  13 }

  indLineOutR9SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  14 }

  indLineOutR9SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  15 }

  indLineOutR9SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  16 }

  indLineOutR9SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  17 }

  indLineOutR9SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  18 }

  indLineOutR9SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  19 }

  indLineOutR9SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  20 }

  indLineOutR9SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  21 }

  indLineOutR9SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  22 }

  indLineOutR9SDActMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  23 }

  indLineOutR9SDDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  24 }

  indLineOutR9SDUseDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  25 }

  indLineOutR9SDActCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  26 }

  indLineOutR9SDDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  27 }

  indLineOutR9SDUseDefCodeLenMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  28 }

  indLineOutR9SDActVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  29 }

  indLineOutR9SDDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  30 }

  indLineOutR9SDUseDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  31 }

  indLineOutR9SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  32 }

  indLineOutR9SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  33 }

  indLineOutR9SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  34 }

  indLineOutR9SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  35 }

  indLineOutR9SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  36 }

  indLineOutR9SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  37 }

  indLineOutR9SDActMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  38 }

  indLineOutR9SDDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  39 }

  indLineOutR9SDUseDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  40 }

  indLineOutR9MandAccCodesBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - blocked'."
    DEFVAL       { false }
    ::= { indLineOutR9Entry  41 }

  indLineOutR9MandAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { indLineOutR9Entry  42 }

  indLineOutR9SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  43 }

  indLineOutR9SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  44 }

  indLineOutR9SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  45 }

  indLineOutR9SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  46 }

  indLineOutR9SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  47 }

  indLineOutR9SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  48 }

  indLineOutR9SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  49 }

  indLineOutR9SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  50 }

  indLineOutR9SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  51 }

  indLineOutR9SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  52 }

  indLineOutR9SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  53 }

  indLineOutR9SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  54 }

  indLineOutR9WHLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - Enabled'."
    DEFVAL       { false }
    ::= { indLineOutR9Entry  55 }

  indLineOutR9WHLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - number'."
    ::= { indLineOutR9Entry  56 }

  indLineOutR9SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  66 }

  indLineOutR9SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  67 }

  indLineOutR9SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  68 }

  indLineOutR9SDActMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  69 }

  indLineOutR9SDDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  70 }

  indLineOutR9SDUseDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  71 }

  indLineOutR9SDActECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  72 }

  indLineOutR9SDDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  73 }

  indLineOutR9SDUseDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  74 }

  indLineOutR9SDActECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  75 }

  indLineOutR9SDDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  76 }

  indLineOutR9SDUseDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  77 }

  indLineOutR9SDActECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  78 }

  indLineOutR9SDDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  79 }

  indLineOutR9SDUseDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  80 }

  indLineOutR9SDActECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  81 }

  indLineOutR9SDDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  82 }

  indLineOutR9SDUseDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  83 }

  indLineOutR9SDActSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  84 }

  indLineOutR9SDDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  85 }

  indLineOutR9SDUseDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  86 }

  indLineOutR9SDActSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  87 }

  indLineOutR9SDDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineOutR9Entry  88 }

  indLineOutR9SDUseDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineOutR9Entry  89 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Enhanced Call Barring Category'                             */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  eCBCategTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ECBCategEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Outgoing Call Services'."
    ::= { metaSwitch  2577 }

  eCBCategEntry OBJECT-TYPE
    SYNTAX       ECBCategEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eCBCategNEConn,
             eCBCategNetwkElement,
             eCBCategCFSIx,
             eCBCategCategoryID }
    ::= {  eCBCategTable  1  }

  ECBCategEntry  ::=  SEQUENCE
  {
    eCBCategNEConn                     Unsigned32,
    eCBCategNetwkElement               DisplayString,
    eCBCategCFSIx                      Unsigned32,
    eCBCategCategoryID                 Unsigned32,
    eCBCategCategoryName               DisplayString,
    eCBCategUsageCnt                   Unsigned32,
    eCBCategRowStatus                  RowStatus
  }

  eCBCategNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eCBCategEntry  1 }

  eCBCategNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eCBCategEntry  2 }

  eCBCategCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { eCBCategEntry  3 }

  eCBCategCategoryID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..32 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category ID'.
                  This is an index field."
    ::= { eCBCategEntry  4 }

  eCBCategCategoryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category name'.
                  This field is only writable during create."
    ::= { eCBCategEntry  5 }

  eCBCategUsageCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage count'."
    ::= { eCBCategEntry  6 }

  eCBCategRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { eCBCategEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Category Rule'                                              */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  eCBCategRuleTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF ECBCategRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Enhanced Call Barring Category'."
    ::= { metaSwitch  2578 }

  eCBCategRuleEntry OBJECT-TYPE
    SYNTAX       ECBCategRuleEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eCBCategRuleNEConn,
             eCBCategRuleNetwkElement,
             eCBCategRuleCFSIx,
             eCBCategRuleCategoryID,
             eCBCategRuleID }
    ::= {  eCBCategRuleTable  1  }

  ECBCategRuleEntry  ::=  SEQUENCE
  {
    eCBCategRuleNEConn                 Unsigned32,
    eCBCategRuleNetwkElement           DisplayString,
    eCBCategRuleCFSIx                  Unsigned32,
    eCBCategRuleCategoryID             Unsigned32,
    eCBCategRuleID                     Unsigned32,
    eCBCategRuleTag                    DisplayString,
    eCBCategRuleRuleType               INTEGER,
    eCBCategRuleRowStatus              RowStatus
  }

  eCBCategRuleNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eCBCategRuleEntry  1 }

  eCBCategRuleNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eCBCategRuleEntry  2 }

  eCBCategRuleCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { eCBCategRuleEntry  3 }

  eCBCategRuleCategoryID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..32 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category ID'.
                  This is an index field."
    ::= { eCBCategRuleEntry  4 }

  eCBCategRuleID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ID'.
                  This is an index field."
    ::= { eCBCategRuleEntry  5 }

  eCBCategRuleTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tag'.
                  This field is only writable during create."
    ::= { eCBCategRuleEntry  6 }

  eCBCategRuleRuleType OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchIfPresent(1),
                   matchIfAbsent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Rule type'.
                  This field is only writable during create."
    DEFVAL       { matchIfPresent }
    ::= { eCBCategRuleEntry  7 }

  eCBCategRuleRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { eCBCategRuleEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Tag'                                      */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  rPSNVTagTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVTagEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing and Policy Services'."
    ::= { metaSwitch  2579 }

  rPSNVTagEntry OBJECT-TYPE
    SYNTAX       RPSNVTagEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVTagNEConn,
             rPSNVTagNetwkElement,
             rPSNVTagCFSIx,
             rPSNVTagIx }
    ::= {  rPSNVTagTable  1  }

  RPSNVTagEntry  ::=  SEQUENCE
  {
    rPSNVTagNEConn                     Unsigned32,
    rPSNVTagNetwkElement               DisplayString,
    rPSNVTagCFSIx                      Unsigned32,
    rPSNVTagIx                         Unsigned32,
    rPSNVTagTagId                      DisplayString,
    rPSNVTagTagDesc                    DisplayString,
    rPSNVTagRowStatus                  RowStatus
  }

  rPSNVTagNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVTagEntry  1 }

  rPSNVTagNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVTagEntry  2 }

  rPSNVTagCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVTagEntry  3 }

  rPSNVTagIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { rPSNVTagEntry  4 }

  rPSNVTagTagId OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tag ID'.
                  This field is only writable during create."
    ::= { rPSNVTagEntry  5 }

  rPSNVTagTagDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Tag description'.
                  This field is only writable during create."
    ::= { rPSNVTagEntry  6 }

  rPSNVTagRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVTagEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Barring Blocklist Number'                    */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  indLineSCBBlklstNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSCBBlklstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  2580 }

  indLineSCBBlklstNumEntry OBJECT-TYPE
    SYNTAX       IndLineSCBBlklstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSCBBlklstNumNEConn,
             indLineSCBBlklstNumNetwkElement,
             indLineSCBBlklstNumCFSIx,
             indLineSCBBlklstNumDirNum,
             indLineSCBBlklstNumCldNum }
    ::= {  indLineSCBBlklstNumTable  1  }

  IndLineSCBBlklstNumEntry  ::=  SEQUENCE
  {
    indLineSCBBlklstNumNEConn          Unsigned32,
    indLineSCBBlklstNumNetwkElement    DisplayString,
    indLineSCBBlklstNumCFSIx           Unsigned32,
    indLineSCBBlklstNumDirNum          DisplayString,
    indLineSCBBlklstNumCldNum          DisplayString,
    indLineSCBBlklstNumRowStatus       RowStatus
  }

  indLineSCBBlklstNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSCBBlklstNumEntry  1 }

  indLineSCBBlklstNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSCBBlklstNumEntry  2 }

  indLineSCBBlklstNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSCBBlklstNumEntry  3 }

  indLineSCBBlklstNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSCBBlklstNumEntry  4 }

  indLineSCBBlklstNumCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { indLineSCBBlklstNumEntry  5 }

  indLineSCBBlklstNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSCBBlklstNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Barring Safelist Number'                     */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  indLineSCBSflstNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSCBSflstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  2581 }

  indLineSCBSflstNumEntry OBJECT-TYPE
    SYNTAX       IndLineSCBSflstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSCBSflstNumNEConn,
             indLineSCBSflstNumNetwkElement,
             indLineSCBSflstNumCFSIx,
             indLineSCBSflstNumDirNum,
             indLineSCBSflstNumCldNum }
    ::= {  indLineSCBSflstNumTable  1  }

  IndLineSCBSflstNumEntry  ::=  SEQUENCE
  {
    indLineSCBSflstNumNEConn           Unsigned32,
    indLineSCBSflstNumNetwkElement     DisplayString,
    indLineSCBSflstNumCFSIx            Unsigned32,
    indLineSCBSflstNumDirNum           DisplayString,
    indLineSCBSflstNumCldNum           DisplayString,
    indLineSCBSflstNumRowStatus        RowStatus
  }

  indLineSCBSflstNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSCBSflstNumEntry  1 }

  indLineSCBSflstNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSCBSflstNumEntry  2 }

  indLineSCBSflstNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSCBSflstNumEntry  3 }

  indLineSCBSflstNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSCBSflstNumEntry  4 }

  indLineSCBSflstNumCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { indLineSCBSflstNumEntry  5 }

  indLineSCBSflstNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSCBSflstNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  bGLnGnCllSrvCtrlR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLnGnCllSrvCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2582 }

  bGLnGnCllSrvCtrlR5Entry OBJECT-TYPE
    SYNTAX       BGLnGnCllSrvCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLnGnCllSrvCtrlR5NEConn,
             bGLnGnCllSrvCtrlR5NetwkElement,
             bGLnGnCllSrvCtrlR5CFSIx,
             bGLnGnCllSrvCtrlR5GpIx,
             bGLnGnCllSrvCtrlR5FirstDirNum,
             bGLnGnCllSrvCtrlR5DirNum }
    ::= {  bGLnGnCllSrvCtrlR5Table  1  }

  BGLnGnCllSrvCtrlR5Entry  ::=  SEQUENCE
  {
    bGLnGnCllSrvCtrlR5NEConn           Unsigned32,
    bGLnGnCllSrvCtrlR5NetwkElement     DisplayString,
    bGLnGnCllSrvCtrlR5CFSIx            Unsigned32,
    bGLnGnCllSrvCtrlR5GpIx             Unsigned32,
    bGLnGnCllSrvCtrlR5FirstDirNum      DisplayString,
    bGLnGnCllSrvCtrlR5DirNum           DisplayString,
    bGLnGnCllSrvCtrlR5SDActPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDActVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDActCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDActCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDActHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR5DoExtraActions   INTEGER,
    bGLnGnCllSrvCtrlR5SDActRCLSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDDefRCLSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDUseDefRCLSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR5SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    bGLnGnCllSrvCtrlR5SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    bGLnGnCllSrvCtrlR5SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR5RCLCurrRedirectedCallCnt
                                       Unsigned32
  }

  bGLnGnCllSrvCtrlR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR5Entry  1 }

  bGLnGnCllSrvCtrlR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR5Entry  2 }

  bGLnGnCllSrvCtrlR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR5Entry  3 }

  bGLnGnCllSrvCtrlR5GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR5Entry  4 }

  bGLnGnCllSrvCtrlR5FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR5Entry  5 }

  bGLnGnCllSrvCtrlR5DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR5Entry  6 }

  bGLnGnCllSrvCtrlR5SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  7 }

  bGLnGnCllSrvCtrlR5SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  8 }

  bGLnGnCllSrvCtrlR5SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  9 }

  bGLnGnCllSrvCtrlR5SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  10 }

  bGLnGnCllSrvCtrlR5SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  11 }

  bGLnGnCllSrvCtrlR5SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  12 }

  bGLnGnCllSrvCtrlR5SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  13 }

  bGLnGnCllSrvCtrlR5SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  14 }

  bGLnGnCllSrvCtrlR5SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  15 }

  bGLnGnCllSrvCtrlR5SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  16 }

  bGLnGnCllSrvCtrlR5SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  17 }

  bGLnGnCllSrvCtrlR5SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  18 }

  bGLnGnCllSrvCtrlR5SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  19 }

  bGLnGnCllSrvCtrlR5SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  20 }

  bGLnGnCllSrvCtrlR5SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  21 }

  bGLnGnCllSrvCtrlR5SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { bGLnGnCllSrvCtrlR5Entry  22 }

  bGLnGnCllSrvCtrlR5SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  23 }

  bGLnGnCllSrvCtrlR5SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  24 }

  bGLnGnCllSrvCtrlR5SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { bGLnGnCllSrvCtrlR5Entry  25 }

  bGLnGnCllSrvCtrlR5SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  26 }

  bGLnGnCllSrvCtrlR5SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  27 }

  bGLnGnCllSrvCtrlR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCallLists(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLnGnCllSrvCtrlR5Entry  28 }

  bGLnGnCllSrvCtrlR5SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  29 }

  bGLnGnCllSrvCtrlR5SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  30 }

  bGLnGnCllSrvCtrlR5SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  31 }

  bGLnGnCllSrvCtrlR5SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  32 }

  bGLnGnCllSrvCtrlR5SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR5Entry  33 }

  bGLnGnCllSrvCtrlR5SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR5Entry  34 }

  bGLnGnCllSrvCtrlR5RCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { bGLnGnCllSrvCtrlR5Entry  35 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  bGLineOutR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2583 }

  bGLineOutR8Entry OBJECT-TYPE
    SYNTAX       BGLineOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineOutR8NEConn,
             bGLineOutR8NetwkElement,
             bGLineOutR8CFSIx,
             bGLineOutR8GpIx,
             bGLineOutR8FirstDirNum,
             bGLineOutR8DirNum }
    ::= {  bGLineOutR8Table  1  }

  BGLineOutR8Entry  ::=  SEQUENCE
  {
    bGLineOutR8NEConn                  Unsigned32,
    bGLineOutR8NetwkElement            DisplayString,
    bGLineOutR8CFSIx                   Unsigned32,
    bGLineOutR8GpIx                    Unsigned32,
    bGLineOutR8FirstDirNum             DisplayString,
    bGLineOutR8DirNum                  DisplayString,
    bGLineOutR8SDActSPDSubscribed      INTEGER,
    bGLineOutR8SDDefSPDSubscribed      INTEGER,
    bGLineOutR8SDUseDefSPDSubscribed   INTEGER,
    bGLineOutR8SDActSPDAllowedTypes    INTEGER,
    bGLineOutR8SDDefSPDAllowedTypes    INTEGER,
    bGLineOutR8SDUseDefSPDAllowedTypes INTEGER,
    bGLineOutR8SDActAllowSPDHandsetAccess
                                       INTEGER,
    bGLineOutR8SDDefAllowSPDHandsetAccess
                                       INTEGER,
    bGLineOutR8SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    bGLineOutR8SDActOCBSubscribed      INTEGER,
    bGLineOutR8SDDefOCBSubscribed      INTEGER,
    bGLineOutR8SDUseDefOCBSubscribed   INTEGER,
    bGLineOutR8SDActOCBUSB             INTEGER,
    bGLineOutR8SDDefOCBUSB             INTEGER,
    bGLineOutR8SDUseDefOCBUSB          INTEGER,
    bGLineOutR8SDActOCBCurrSubBarredCallTypes
                                       BITS,
    bGLineOutR8SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    bGLineOutR8SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    bGLineOutR8SDActMandAccCodesSubscribed
                                       INTEGER,
    bGLineOutR8SDDefMandAccCodesSubscribed
                                       INTEGER,
    bGLineOutR8SDUseDefMandAccCodesSubscribed
                                       INTEGER,
    bGLineOutR8SDActMandAccCodesCodeLen
                                       Unsigned32,
    bGLineOutR8SDDefMandAccCodesCodeLen
                                       Unsigned32,
    bGLineOutR8SDUseDefMandAccCodesCodeLen
                                       INTEGER,
    bGLineOutR8SDActVariantMandAccCodes
                                       INTEGER,
    bGLineOutR8SDDefVariantMandAccCodes
                                       INTEGER,
    bGLineOutR8SDUseDefVariantMandAccCodes
                                       INTEGER,
    bGLineOutR8SDActUSMandAccCodesCallTypes
                                       BITS,
    bGLineOutR8SDDefUSMandAccCodesCallTypes
                                       BITS,
    bGLineOutR8SDUseDefUSMandAccCodesCallTypes
                                       INTEGER,
    bGLineOutR8SDActUKMandAccCodesCallTypes
                                       BITS,
    bGLineOutR8SDDefUKMandAccCodesCallTypes
                                       BITS,
    bGLineOutR8SDUseDefUKMandAccCodesCallTypes
                                       INTEGER,
    bGLineOutR8MandAccCodesInheritCodesAndCodeLen
                                       INTEGER,
    bGLineOutR8SDActMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    bGLineOutR8SDDefMaxIncorrectCodeAttemptsMandAccCodes
                                       Unsigned32,
    bGLineOutR8SDUseDefMaxIncorrectCodeAttemptsMandAccCodes
                                       INTEGER,
    bGLineOutR8MandAccCodesBlocked     INTEGER,
    bGLineOutR8MandAccCodesValidAccountCodes
                                       LongDisplayString,
    bGLineOutR8SDActUSMACCallTypes2    BITS,
    bGLineOutR8SDDefUSMACCallTypes2    BITS,
    bGLineOutR8SDUseDefUSMACCallTypes2 INTEGER,
    bGLineOutR8SDActWHLSubscribed      INTEGER,
    bGLineOutR8SDDefWHLSubscribed      INTEGER,
    bGLineOutR8SDUseDefWHLSubscribed   INTEGER,
    bGLineOutR8SDActWHLServLvl         INTEGER,
    bGLineOutR8SDDefWHLServLvl         INTEGER,
    bGLineOutR8SDUseDefWHLServLvl      INTEGER,
    bGLineOutR8SDActWHLTimeout         Unsigned32,
    bGLineOutR8SDDefWHLTimeout         Unsigned32,
    bGLineOutR8SDUseDefWHLTimeout      INTEGER,
    bGLineOutR8WHLEnabled              INTEGER,
    bGLineOutR8WHLNum                  DisplayString,
    bGLineOutR8SDActOCBCurrOprBarredCallTypes
                                       BITS,
    bGLineOutR8SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    bGLineOutR8SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    bGLineOutR8SDActMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    bGLineOutR8SDDefMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    bGLineOutR8SDUseDefMACMaxIncorrectCodeAttemptsPerCall
                                       INTEGER,
    bGLineOutR8SDActECBSubscribed      INTEGER,
    bGLineOutR8SDDefECBSubscribed      INTEGER,
    bGLineOutR8SDUseDefECBSubscribed   INTEGER,
    bGLineOutR8SDActECBUSB             INTEGER,
    bGLineOutR8SDDefECBUSB             INTEGER,
    bGLineOutR8SDUseDefECBUSB          INTEGER,
    bGLineOutR8SDActECBCurrSubBarredCallCategories
                                       BITS,
    bGLineOutR8SDDefECBCurrSubBarredCallCategories
                                       BITS,
    bGLineOutR8SDUseDefECBCurrSubBarredCallCategories
                                       INTEGER,
    bGLineOutR8SDActECBCurrOpBarredCallCategories
                                       BITS,
    bGLineOutR8SDDefECBCurrOpBarredCallCategories
                                       BITS,
    bGLineOutR8SDUseDefECBCurrOpBarredCallCategories
                                       INTEGER,
    bGLineOutR8SDActSCBSubscribed      INTEGER,
    bGLineOutR8SDDefSCBSubscribed      INTEGER,
    bGLineOutR8SDUseDefSCBSubscribed   INTEGER,
    bGLineOutR8SDActSCBUSB             INTEGER,
    bGLineOutR8SDDefSCBUSB             INTEGER,
    bGLineOutR8SDUseDefSCBUSB          INTEGER
  }

  bGLineOutR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineOutR8Entry  1 }

  bGLineOutR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineOutR8Entry  2 }

  bGLineOutR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineOutR8Entry  3 }

  bGLineOutR8GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineOutR8Entry  4 }

  bGLineOutR8FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineOutR8Entry  5 }

  bGLineOutR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineOutR8Entry  6 }

  bGLineOutR8SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  7 }

  bGLineOutR8SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  8 }

  bGLineOutR8SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  9 }

  bGLineOutR8SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  10 }

  bGLineOutR8SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  11 }

  bGLineOutR8SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  12 }

  bGLineOutR8SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  13 }

  bGLineOutR8SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  14 }

  bGLineOutR8SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  15 }

  bGLineOutR8SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  16 }

  bGLineOutR8SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  17 }

  bGLineOutR8SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  18 }

  bGLineOutR8SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  19 }

  bGLineOutR8SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  20 }

  bGLineOutR8SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  21 }

  bGLineOutR8SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  22 }

  bGLineOutR8SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  23 }

  bGLineOutR8SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  24 }

  bGLineOutR8SDActMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  25 }

  bGLineOutR8SDDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  26 }

  bGLineOutR8SDUseDefMandAccCodesSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  27 }

  bGLineOutR8SDActMandAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  28 }

  bGLineOutR8SDDefMandAccCodesCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  29 }

  bGLineOutR8SDUseDefMandAccCodesCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  30 }

  bGLineOutR8SDActVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  31 }

  bGLineOutR8SDDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  32 }

  bGLineOutR8SDUseDefVariantMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  33 }

  bGLineOutR8SDActUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  34 }

  bGLineOutR8SDDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  35 }

  bGLineOutR8SDUseDefUSMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  36 }

  bGLineOutR8SDActUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  37 }

  bGLineOutR8SDDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  38 }

  bGLineOutR8SDUseDefUKMandAccCodesCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  39 }

  bGLineOutR8MandAccCodesInheritCodesAndCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - inherit codes and code length'."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  40 }

  bGLineOutR8SDActMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  41 }

  bGLineOutR8SDDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  42 }

  bGLineOutR8SDUseDefMaxIncorrectCodeAttemptsMandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  43 }

  bGLineOutR8MandAccCodesBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - blocked'."
    DEFVAL       { false }
    ::= { bGLineOutR8Entry  44 }

  bGLineOutR8MandAccCodesValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { bGLineOutR8Entry  45 }

  bGLineOutR8SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  46 }

  bGLineOutR8SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  47 }

  bGLineOutR8SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  48 }

  bGLineOutR8SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  49 }

  bGLineOutR8SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  50 }

  bGLineOutR8SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  51 }

  bGLineOutR8SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  52 }

  bGLineOutR8SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  53 }

  bGLineOutR8SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  54 }

  bGLineOutR8SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  55 }

  bGLineOutR8SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  56 }

  bGLineOutR8SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  57 }

  bGLineOutR8WHLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - Enabled'."
    DEFVAL       { false }
    ::= { bGLineOutR8Entry  58 }

  bGLineOutR8WHLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - number'."
    ::= { bGLineOutR8Entry  59 }

  bGLineOutR8SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  69 }

  bGLineOutR8SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  70 }

  bGLineOutR8SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  71 }

  bGLineOutR8SDActMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  72 }

  bGLineOutR8SDDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  73 }

  bGLineOutR8SDUseDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  74 }

  bGLineOutR8SDActECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  75 }

  bGLineOutR8SDDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  76 }

  bGLineOutR8SDUseDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  77 }

  bGLineOutR8SDActECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  78 }

  bGLineOutR8SDDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  79 }

  bGLineOutR8SDUseDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  80 }

  bGLineOutR8SDActECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  81 }

  bGLineOutR8SDDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  82 }

  bGLineOutR8SDUseDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  83 }

  bGLineOutR8SDActECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  84 }

  bGLineOutR8SDDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  85 }

  bGLineOutR8SDUseDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  86 }

  bGLineOutR8SDActSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  87 }

  bGLineOutR8SDDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  88 }

  bGLineOutR8SDUseDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  89 }

  bGLineOutR8SDActSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  90 }

  bGLineOutR8SDDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineOutR8Entry  91 }

  bGLineOutR8SDUseDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineOutR8Entry  92 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Barring Blocklist Number'                    */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  bGLineSCBBlklstNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSCBBlklstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  2584 }

  bGLineSCBBlklstNumEntry OBJECT-TYPE
    SYNTAX       BGLineSCBBlklstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSCBBlklstNumNEConn,
             bGLineSCBBlklstNumNetwkElement,
             bGLineSCBBlklstNumCFSIx,
             bGLineSCBBlklstNumGpIx,
             bGLineSCBBlklstNumFirstDirNum,
             bGLineSCBBlklstNumDirNum,
             bGLineSCBBlklstNumCldNum }
    ::= {  bGLineSCBBlklstNumTable  1  }

  BGLineSCBBlklstNumEntry  ::=  SEQUENCE
  {
    bGLineSCBBlklstNumNEConn           Unsigned32,
    bGLineSCBBlklstNumNetwkElement     DisplayString,
    bGLineSCBBlklstNumCFSIx            Unsigned32,
    bGLineSCBBlklstNumGpIx             Unsigned32,
    bGLineSCBBlklstNumFirstDirNum      DisplayString,
    bGLineSCBBlklstNumDirNum           DisplayString,
    bGLineSCBBlklstNumCldNum           DisplayString,
    bGLineSCBBlklstNumRowStatus        RowStatus
  }

  bGLineSCBBlklstNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSCBBlklstNumEntry  1 }

  bGLineSCBBlklstNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSCBBlklstNumEntry  2 }

  bGLineSCBBlklstNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSCBBlklstNumEntry  3 }

  bGLineSCBBlklstNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSCBBlklstNumEntry  4 }

  bGLineSCBBlklstNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSCBBlklstNumEntry  5 }

  bGLineSCBBlklstNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSCBBlklstNumEntry  6 }

  bGLineSCBBlklstNumCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { bGLineSCBBlklstNumEntry  7 }

  bGLineSCBBlklstNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSCBBlklstNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Barring Safelist Number'                     */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  bGLineSCBSflstNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSCBSflstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  2585 }

  bGLineSCBSflstNumEntry OBJECT-TYPE
    SYNTAX       BGLineSCBSflstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSCBSflstNumNEConn,
             bGLineSCBSflstNumNetwkElement,
             bGLineSCBSflstNumCFSIx,
             bGLineSCBSflstNumGpIx,
             bGLineSCBSflstNumFirstDirNum,
             bGLineSCBSflstNumDirNum,
             bGLineSCBSflstNumCldNum }
    ::= {  bGLineSCBSflstNumTable  1  }

  BGLineSCBSflstNumEntry  ::=  SEQUENCE
  {
    bGLineSCBSflstNumNEConn            Unsigned32,
    bGLineSCBSflstNumNetwkElement      DisplayString,
    bGLineSCBSflstNumCFSIx             Unsigned32,
    bGLineSCBSflstNumGpIx              Unsigned32,
    bGLineSCBSflstNumFirstDirNum       DisplayString,
    bGLineSCBSflstNumDirNum            DisplayString,
    bGLineSCBSflstNumCldNum            DisplayString,
    bGLineSCBSflstNumRowStatus         RowStatus
  }

  bGLineSCBSflstNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSCBSflstNumEntry  1 }

  bGLineSCBSflstNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSCBSflstNumEntry  2 }

  bGLineSCBSflstNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSCBSflstNumEntry  3 }

  bGLineSCBSflstNumGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSCBSflstNumEntry  4 }

  bGLineSCBSflstNumFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSCBSflstNumEntry  5 }

  bGLineSCBSflstNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSCBSflstNumEntry  6 }

  bGLineSCBSflstNumCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { bGLineSCBSflstNumEntry  7 }

  bGLineSCBSflstNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSCBSflstNumEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Group'                                      */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  mLHGR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2586 }

  mLHGR8Entry OBJECT-TYPE
    SYNTAX       MLHGR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGR8NEConn,
             mLHGR8NetwkElement,
             mLHGR8CFSIx,
             mLHGR8GpIx,
             mLHGR8MLHGGpIx }
    ::= {  mLHGR8Table  1  }

  MLHGR8Entry  ::=  SEQUENCE
  {
    mLHGR8NEConn                       Unsigned32,
    mLHGR8NetwkElement                 DisplayString,
    mLHGR8CFSIx                        Unsigned32,
    mLHGR8GpIx                         Unsigned32,
    mLHGR8MLHGGpIx                     Unsigned32,
    mLHGR8Name                         DisplayString,
    mLHGR8DistributionAlgorithm        INTEGER,
    mLHGR8QueuingSupported             INTEGER,
    mLHGR8MaxQueueLen                  INTEGER,
    mLHGR8LimitQueuingTime             INTEGER,
    mLHGR8MaxQueueTimeout              INTEGER,
    mLHGR8HuntOnDirectDialedCalls      INTEGER,
    mLHGR8DlvryCldDNAsCID              INTEGER,
    mLHGR8TrafficStudy                 INTEGER,
    mLHGR8DiagsLogLvl                  INTEGER,
    mLHGR8DiagsAPITraceEnabled         INTEGER,
    mLHGR8DiagsAPITraceTag             DisplayString,
    mLHGR8DiagsAPITraceRemNum          DisplayString,
    mLHGR8ChldAlrmsAttnRq              Unsigned32,
    mLHGR8ChldAlrmEvtsAttnRq           Unsigned32,
    mLHGR8ChldAlrmsAtndDp              Unsigned32,
    mLHGR8ChldAlrmEvtsAtndDp           Unsigned32,
    mLHGR8SummaryChldAlrmState         INTEGER,
    mLHGR8RowStatus                    RowStatus,
    mLHGR8I1DepartmentNEConn           Unsigned32,
    mLHGR8I2DepartmentNetwkElement     DisplayString,
    mLHGR8I3DepartmentCFSIx            Unsigned32,
    mLHGR8I4DepartmentGpIx             Unsigned32,
    mLHGR8I5DepartmentDepartmentIx     Unsigned32,
    mLHGR8DepartmentOtherVals          INTEGER,
    mLHGR8Num                          Unsigned32,
    mLHGR8LoginLogoutSupportedByDef    INTEGER,
    mLHGR8NumMembers                   Unsigned32,
    mLHGR8NumLoggedInMembers           Unsigned32,
    mLHGR8StatisticsAlrms              Integer32,
    mLHGR8ChldStatisticsAlrms          Integer32,
    mLHGR8HuntOnNoAnswer               INTEGER,
    mLHGR8NoAnswerTimeout              INTEGER,
    mLHGR8NoAnswerExclusionTime        INTEGER,
    mLHGR8ServLvl                      INTEGER,
    mLHGR8ACDWrapUpEnabled             INTEGER,
    mLHGR8ACDDspCdsReqd                INTEGER,
    mLHGR8ACDDspCd1                    DisplayString,
    mLHGR8ACDDspCd2                    DisplayString,
    mLHGR8ACDDspCd3                    DisplayString,
    mLHGR8ACDDspCd4                    DisplayString,
    mLHGR8ACDDspCd5                    DisplayString,
    mLHGR8ACDDspCd6                    DisplayString,
    mLHGR8ACDDspCd7                    DisplayString,
    mLHGR8ACDDspCd8                    DisplayString,
    mLHGR8ACDDspCd9                    DisplayString,
    mLHGR8ACDDspCd10                   DisplayString,
    mLHGR8ACDDspCd11                   DisplayString,
    mLHGR8ACDDspCd12                   DisplayString,
    mLHGR8ACDDspCd13                   DisplayString,
    mLHGR8ACDDspCd14                   DisplayString,
    mLHGR8ACDDspCd15                   DisplayString,
    mLHGR8ACDDspCd16                   DisplayString,
    mLHGR8ACDDspCd17                   DisplayString,
    mLHGR8ACDDspCd18                   DisplayString,
    mLHGR8ACDDspCd19                   DisplayString,
    mLHGR8ACDDspCd20                   DisplayString,
    mLHGR8ACDDspCd21                   DisplayString,
    mLHGR8ACDDspCd22                   DisplayString,
    mLHGR8ACDDspCd23                   DisplayString,
    mLHGR8ACDDspCd24                   DisplayString,
    mLHGR8ACDDspCd25                   DisplayString,
    mLHGR8ACDDspCd26                   DisplayString,
    mLHGR8ACDDspCd27                   DisplayString,
    mLHGR8ACDDspCd28                   DisplayString,
    mLHGR8ACDDspCd29                   DisplayString,
    mLHGR8ACDDspCd30                   DisplayString,
    mLHGR8UnavailCFSupported           INTEGER,
    mLHGR8ACDMaxWrapUpTime             Unsigned32,
    mLHGR8SDActOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR8SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR8SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR8QueueStsAnnounceEnabled      INTEGER,
    mLHGR8QueueStsAnnounceDly          INTEGER,
    mLHGR8QueueStsAnnounceInterval     INTEGER,
    mLHGR8NumExternalMembers           Unsigned32,
    mLHGR8AllowExternalMembers         INTEGER,
    mLHGR8SetHighDiversionCntExternalMembers
                                       INTEGER
  }

  mLHGR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGR8Entry  1 }

  mLHGR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGR8Entry  2 }

  mLHGR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGR8Entry  3 }

  mLHGR8GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGR8Entry  4 }

  mLHGR8MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGR8Entry  5 }

  mLHGR8Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGR8Entry  6 }

  mLHGR8DistributionAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   linear(1),
                   circular(2),
                   uniformRoundRobin(3),
                   uniformLongestIdle(4),
                   ringAll(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distribution algorithm'."
    DEFVAL       { linear }
    ::= { mLHGR8Entry  7 }

  mLHGR8QueuingSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queuing supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR8Entry  8 }

  mLHGR8MaxQueueLen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue length'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mLHGR8Entry  9 }

  mLHGR8LimitQueuingTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit queuing time'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR8Entry  10 }

  mLHGR8MaxQueueTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue timeout'.
                  This field is not writable when active."
    ::= { mLHGR8Entry  11 }

  mLHGR8HuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on direct dialed calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR8Entry  12 }

  mLHGR8DlvryCldDNAsCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delivery of pilot information as Caller ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR8Entry  13 }

  mLHGR8TrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic study'."
    DEFVAL       { false }
    ::= { mLHGR8Entry  14 }

  mLHGR8DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGR8Entry  15 }

  mLHGR8DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGR8Entry  16 }

  mLHGR8DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGR8Entry  17 }

  mLHGR8DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGR8Entry  18 }

  mLHGR8ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mLHGR8Entry  19 }

  mLHGR8ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR8Entry  20 }

  mLHGR8ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mLHGR8Entry  21 }

  mLHGR8ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR8Entry  22 }

  mLHGR8SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGR8Entry  23 }

  mLHGR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGR8Entry  24 }

  mLHGR8I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR8Entry  25 }

  mLHGR8I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR8Entry  26 }

  mLHGR8I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR8Entry  27 }

  mLHGR8I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR8Entry  28 }

  mLHGR8I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR8Entry  29 }

  mLHGR8DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGR8Entry  30 }

  mLHGR8Num OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mLHGR8Entry  31 }

  mLHGR8LoginLogoutSupportedByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Login/logout supported by default for new members'."
    DEFVAL       { false }
    ::= { mLHGR8Entry  32 }

  mLHGR8NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mLHGR8Entry  33 }

  mLHGR8NumLoggedInMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of logged-in members'."
    ::= { mLHGR8Entry  34 }

  mLHGR8StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGR8Entry  35 }

  mLHGR8ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGR8Entry  36 }

  mLHGR8HuntOnNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on no-answer'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR8Entry  37 }

  mLHGR8NoAnswerTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer timeout'."
    DEFVAL       { 30 }
    ::= { mLHGR8Entry  38 }

  mLHGR8NoAnswerExclusionTime OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer exclusion time'."
    DEFVAL       { 30 }
    ::= { mLHGR8Entry  39 }

  mLHGR8ServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service level'."
    DEFVAL       { mLHG }
    ::= { mLHGR8Entry  40 }

  mLHGR8ACDWrapUpEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - wrap-up enabled'."
    DEFVAL       { false }
    ::= { mLHGR8Entry  41 }

  mLHGR8ACDDspCdsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition codes required'."
    DEFVAL       { false }
    ::= { mLHGR8Entry  42 }

  mLHGR8ACDDspCd1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 1'."
    ::= { mLHGR8Entry  43 }

  mLHGR8ACDDspCd2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 2'."
    ::= { mLHGR8Entry  44 }

  mLHGR8ACDDspCd3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 3'."
    ::= { mLHGR8Entry  45 }

  mLHGR8ACDDspCd4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 4'."
    ::= { mLHGR8Entry  46 }

  mLHGR8ACDDspCd5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 5'."
    ::= { mLHGR8Entry  47 }

  mLHGR8ACDDspCd6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 6'."
    ::= { mLHGR8Entry  48 }

  mLHGR8ACDDspCd7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 7'."
    ::= { mLHGR8Entry  49 }

  mLHGR8ACDDspCd8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 8'."
    ::= { mLHGR8Entry  50 }

  mLHGR8ACDDspCd9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 9'."
    ::= { mLHGR8Entry  51 }

  mLHGR8ACDDspCd10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 10'."
    ::= { mLHGR8Entry  52 }

  mLHGR8ACDDspCd11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 11'."
    ::= { mLHGR8Entry  53 }

  mLHGR8ACDDspCd12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 12'."
    ::= { mLHGR8Entry  54 }

  mLHGR8ACDDspCd13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 13'."
    ::= { mLHGR8Entry  55 }

  mLHGR8ACDDspCd14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 14'."
    ::= { mLHGR8Entry  56 }

  mLHGR8ACDDspCd15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 15'."
    ::= { mLHGR8Entry  57 }

  mLHGR8ACDDspCd16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 16'."
    ::= { mLHGR8Entry  58 }

  mLHGR8ACDDspCd17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 17'."
    ::= { mLHGR8Entry  59 }

  mLHGR8ACDDspCd18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 18'."
    ::= { mLHGR8Entry  60 }

  mLHGR8ACDDspCd19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 19'."
    ::= { mLHGR8Entry  61 }

  mLHGR8ACDDspCd20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 20'."
    ::= { mLHGR8Entry  62 }

  mLHGR8ACDDspCd21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 21'."
    ::= { mLHGR8Entry  63 }

  mLHGR8ACDDspCd22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 22'."
    ::= { mLHGR8Entry  64 }

  mLHGR8ACDDspCd23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 23'."
    ::= { mLHGR8Entry  65 }

  mLHGR8ACDDspCd24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 24'."
    ::= { mLHGR8Entry  66 }

  mLHGR8ACDDspCd25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 25'."
    ::= { mLHGR8Entry  67 }

  mLHGR8ACDDspCd26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 26'."
    ::= { mLHGR8Entry  68 }

  mLHGR8ACDDspCd27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 27'."
    ::= { mLHGR8Entry  69 }

  mLHGR8ACDDspCd28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 28'."
    ::= { mLHGR8Entry  70 }

  mLHGR8ACDDspCd29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 29'."
    ::= { mLHGR8Entry  71 }

  mLHGR8ACDDspCd30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 30'."
    ::= { mLHGR8Entry  72 }

  mLHGR8UnavailCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding supported'."
    DEFVAL       { true }
    ::= { mLHGR8Entry  73 }

  mLHGR8ACDMaxWrapUpTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - maximum wrap up time'."
    DEFVAL       { 0 }
    ::= { mLHGR8Entry  74 }

  mLHGR8SDActOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR8Entry  75 }

  mLHGR8SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR8Entry  76 }

  mLHGR8SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGR8Entry  77 }

  mLHGR8QueueStsAnnounceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement enabled'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR8Entry  78 }

  mLHGR8QueueStsAnnounceDly OBJECT-TYPE
    SYNTAX       INTEGER ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement delay'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { mLHGR8Entry  79 }

  mLHGR8QueueStsAnnounceInterval OBJECT-TYPE
    SYNTAX       INTEGER ( 5..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queue status announcement interval'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { mLHGR8Entry  80 }

  mLHGR8NumExternalMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of external members'."
    ::= { mLHGR8Entry  81 }

  mLHGR8AllowExternalMembers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow external members'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR8Entry  82 }

  mLHGR8SetHighDiversionCntExternalMembers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Set high Diversion count for external members'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR8Entry  83 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  mLHGPltDNGnClSvCtlTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPltDNGnClSvCtlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2587 }

  mLHGPltDNGnClSvCtlEntry OBJECT-TYPE
    SYNTAX       MLHGPltDNGnClSvCtlEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPltDNGnClSvCtlNEConn,
             mLHGPltDNGnClSvCtlNetwkElement,
             mLHGPltDNGnClSvCtlCFSIx,
             mLHGPltDNGnClSvCtlGpIx,
             mLHGPltDNGnClSvCtlMLHGGpIx,
             mLHGPltDNGnClSvCtlDirNum }
    ::= {  mLHGPltDNGnClSvCtlTable  1  }

  MLHGPltDNGnClSvCtlEntry  ::=  SEQUENCE
  {
    mLHGPltDNGnClSvCtlNEConn           Unsigned32,
    mLHGPltDNGnClSvCtlNetwkElement     DisplayString,
    mLHGPltDNGnClSvCtlCFSIx            Unsigned32,
    mLHGPltDNGnClSvCtlGpIx             Unsigned32,
    mLHGPltDNGnClSvCtlMLHGGpIx         Unsigned32,
    mLHGPltDNGnClSvCtlDirNum           DisplayString,
    mLHGPltDNGnClSvCtlSDActRCLSubscribed
                                       INTEGER,
    mLHGPltDNGnClSvCtlSDDefRCLSubscribed
                                       INTEGER,
    mLHGPltDNGnClSvCtlSDUseDefRCLSubscribed
                                       INTEGER,
    mLHGPltDNGnClSvCtlSDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    mLHGPltDNGnClSvCtlSDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    mLHGPltDNGnClSvCtlSDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    mLHGPltDNGnClSvCtlRCLCurrRedirectedCallCnt
                                       Unsigned32
  }

  mLHGPltDNGnClSvCtlNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlEntry  1 }

  mLHGPltDNGnClSvCtlNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlEntry  2 }

  mLHGPltDNGnClSvCtlCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlEntry  3 }

  mLHGPltDNGnClSvCtlGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlEntry  4 }

  mLHGPltDNGnClSvCtlMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlEntry  5 }

  mLHGPltDNGnClSvCtlDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlEntry  6 }

  mLHGPltDNGnClSvCtlSDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlEntry  7 }

  mLHGPltDNGnClSvCtlSDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlEntry  8 }

  mLHGPltDNGnClSvCtlSDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNGnClSvCtlEntry  9 }

  mLHGPltDNGnClSvCtlSDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlEntry  10 }

  mLHGPltDNGnClSvCtlSDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlEntry  11 }

  mLHGPltDNGnClSvCtlSDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNGnClSvCtlEntry  12 }

  mLHGPltDNGnClSvCtlRCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { mLHGPltDNGnClSvCtlEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'DID Number Call Services'                                   */
-- /* Valid from: 9.5                                                               */
-- /*********************************************************************************/

  pBXDIDNumCSR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXDIDNumCSR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Direct Inward Calling Number'."
    ::= { metaSwitch  2588 }

  pBXDIDNumCSR4Entry OBJECT-TYPE
    SYNTAX       PBXDIDNumCSR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXDIDNumCSR4NEConn,
             pBXDIDNumCSR4NetwkElement,
             pBXDIDNumCSR4CFSIx,
             pBXDIDNumCSR4DirNum,
             pBXDIDNumCSR4Type,
             pBXDIDNumCSR4FirstDirNum,
             pBXDIDNumCSR4DIDDirNum }
    ::= {  pBXDIDNumCSR4Table  1  }

  PBXDIDNumCSR4Entry  ::=  SEQUENCE
  {
    pBXDIDNumCSR4NEConn                Unsigned32,
    pBXDIDNumCSR4NetwkElement          DisplayString,
    pBXDIDNumCSR4CFSIx                 Unsigned32,
    pBXDIDNumCSR4DirNum                DisplayString,
    pBXDIDNumCSR4Type                  INTEGER,
    pBXDIDNumCSR4FirstDirNum           DisplayString,
    pBXDIDNumCSR4DIDDirNum             DisplayString,
    pBXDIDNumCSR4I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    pBXDIDNumCSR4I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXDIDNumCSR4I3DelegatedManagementGpDMGIx
                                       Integer32,
    pBXDIDNumCSR4CustInfo6             DisplayString,
    pBXDIDNumCSR4CustomerInfoFirstName LongDisplayString,
    pBXDIDNumCSR4CustomerInfoSecondName
                                       LongDisplayString,
    pBXDIDNumCSR4CustomerInfoOtherNames
                                       LongDisplayString,
    pBXDIDNumCSR4CustomerInfoPenultimateName
                                       LongDisplayString,
    pBXDIDNumCSR4CustomerInfoSurname   LongDisplayString,
    pBXDIDNumCSR4SDActEnabled          INTEGER,
    pBXDIDNumCSR4SDDefEnabled          INTEGER,
    pBXDIDNumCSR4SDUseDefEnabled       INTEGER,
    pBXDIDNumCSR4SDActNum              DisplayString,
    pBXDIDNumCSR4SDDefNum              DisplayString,
    pBXDIDNumCSR4SDUseDefNum           INTEGER,
    pBXDIDNumCSR4RowStatus             RowStatus,
    pBXDIDNumCSR4SDActCFUEnabled       INTEGER,
    pBXDIDNumCSR4SDDefCFUEnabled       INTEGER,
    pBXDIDNumCSR4SDUseDefCFUEnabled    INTEGER,
    pBXDIDNumCSR4SDActCFUNum           DisplayString,
    pBXDIDNumCSR4SDDefCFUNum           DisplayString,
    pBXDIDNumCSR4SDUseDefCFUNum        INTEGER,
    pBXDIDNumCSR4SDActRecSrvSubscribed INTEGER,
    pBXDIDNumCSR4SDDefRecSrvSubscribed INTEGER,
    pBXDIDNumCSR4SDUseDefRecSrvSubscribed
                                       INTEGER,
    pBXDIDNumCSR4SDActRecSrvEnabled    INTEGER,
    pBXDIDNumCSR4SDDefRecSrvEnabled    INTEGER,
    pBXDIDNumCSR4SDUseDefRecSrvEnabled INTEGER,
    pBXDIDNumCSR4SDActI1RecSrvServerNEConn
                                       Unsigned32,
    pBXDIDNumCSR4SDActI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXDIDNumCSR4SDActI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXDIDNumCSR4SDActI4RecSrvServerDirNum
                                       DisplayString,
    pBXDIDNumCSR4SDDefI1RecSrvServerNEConn
                                       Unsigned32,
    pBXDIDNumCSR4SDDefI2RecSrvServerNetwkElement
                                       DisplayString,
    pBXDIDNumCSR4SDDefI3RecSrvServerCFSIx
                                       Unsigned32,
    pBXDIDNumCSR4SDDefI4RecSrvServerDirNum
                                       DisplayString,
    pBXDIDNumCSR4SDUseDefRecSrvServer  INTEGER,
    pBXDIDNumCSR4RecSrvServerWebInterfaceURL
                                       LongDisplayString,
    pBXDIDNumCSR4SDActCallTraceSubscribed
                                       INTEGER,
    pBXDIDNumCSR4SDDefCallTraceSubscribed
                                       INTEGER,
    pBXDIDNumCSR4SDUseDefCallTraceSubscribed
                                       INTEGER,
    pBXDIDNumCSR4ClgPartyNum           DisplayString
  }

  pBXDIDNumCSR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXDIDNumCSR4Entry  1 }

  pBXDIDNumCSR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXDIDNumCSR4Entry  2 }

  pBXDIDNumCSR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXDIDNumCSR4Entry  3 }

  pBXDIDNumCSR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXDIDNumCSR4Entry  4 }

  pBXDIDNumCSR4Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   dIDRange(1),
                   dISANumber(2)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    DEFVAL       { dIDRange }
    ::= { pBXDIDNumCSR4Entry  5 }

  pBXDIDNumCSR4FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Directory number'.
                  This is an index field."
    ::= { pBXDIDNumCSR4Entry  6 }

  pBXDIDNumCSR4DIDDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory Number'.
                  This is an index field."
    ::= { pBXDIDNumCSR4Entry  7 }

  pBXDIDNumCSR4I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR4Entry  8 }

  pBXDIDNumCSR4I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR4Entry  9 }

  pBXDIDNumCSR4I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXDIDNumCSR4Entry  10 }

  pBXDIDNumCSR4CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { pBXDIDNumCSR4Entry  11 }

  pBXDIDNumCSR4CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXDIDNumCSR4Entry  12 }

  pBXDIDNumCSR4CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXDIDNumCSR4Entry  13 }

  pBXDIDNumCSR4CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXDIDNumCSR4Entry  14 }

  pBXDIDNumCSR4CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXDIDNumCSR4Entry  15 }

  pBXDIDNumCSR4CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXDIDNumCSR4Entry  16 }

  pBXDIDNumCSR4SDActEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  17 }

  pBXDIDNumCSR4SDDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  18 }

  pBXDIDNumCSR4SDUseDefEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  19 }

  pBXDIDNumCSR4SDActNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  20 }

  pBXDIDNumCSR4SDDefNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  21 }

  pBXDIDNumCSR4SDUseDefNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  22 }

  pBXDIDNumCSR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXDIDNumCSR4Entry  23 }

  pBXDIDNumCSR4SDActCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  24 }

  pBXDIDNumCSR4SDDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  25 }

  pBXDIDNumCSR4SDUseDefCFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  26 }

  pBXDIDNumCSR4SDActCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  27 }

  pBXDIDNumCSR4SDDefCFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  28 }

  pBXDIDNumCSR4SDUseDefCFUNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  29 }

  pBXDIDNumCSR4SDActRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  30 }

  pBXDIDNumCSR4SDDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  31 }

  pBXDIDNumCSR4SDUseDefRecSrvSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  32 }

  pBXDIDNumCSR4SDActRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  33 }

  pBXDIDNumCSR4SDDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  34 }

  pBXDIDNumCSR4SDUseDefRecSrvEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  35 }

  pBXDIDNumCSR4SDActI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  36 }

  pBXDIDNumCSR4SDActI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  37 }

  pBXDIDNumCSR4SDActI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  38 }

  pBXDIDNumCSR4SDActI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  39 }

  pBXDIDNumCSR4SDDefI1RecSrvServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  40 }

  pBXDIDNumCSR4SDDefI2RecSrvServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  41 }

  pBXDIDNumCSR4SDDefI3RecSrvServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  42 }

  pBXDIDNumCSR4SDDefI4RecSrvServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Recording Service - server'.
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Recording Service - server'."
    ::= { pBXDIDNumCSR4Entry  43 }

  pBXDIDNumCSR4SDUseDefRecSrvServer OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Recording Service - server'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  44 }

  pBXDIDNumCSR4RecSrvServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - server web interface URL'."
    ::= { pBXDIDNumCSR4Entry  45 }

  pBXDIDNumCSR4SDActCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  46 }

  pBXDIDNumCSR4SDDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXDIDNumCSR4Entry  47 }

  pBXDIDNumCSR4SDUseDefCallTraceSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Trace - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXDIDNumCSR4Entry  48 }

  pBXDIDNumCSR4ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { pBXDIDNumCSR4Entry  49 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  pBXGnCllSrvCtrlR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXGnCllSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2589 }

  pBXGnCllSrvCtrlR3Entry OBJECT-TYPE
    SYNTAX       PBXGnCllSrvCtrlR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXGnCllSrvCtrlR3NEConn,
             pBXGnCllSrvCtrlR3NetwkElement,
             pBXGnCllSrvCtrlR3CFSIx,
             pBXGnCllSrvCtrlR3DirNum }
    ::= {  pBXGnCllSrvCtrlR3Table  1  }

  PBXGnCllSrvCtrlR3Entry  ::=  SEQUENCE
  {
    pBXGnCllSrvCtrlR3NEConn            Unsigned32,
    pBXGnCllSrvCtrlR3NetwkElement      DisplayString,
    pBXGnCllSrvCtrlR3CFSIx             Unsigned32,
    pBXGnCllSrvCtrlR3DirNum            DisplayString,
    pBXGnCllSrvCtrlR3SDActPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDDefPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDUseDefPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDActVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDDefVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDActHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDDefHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDUseDefHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDActRCLSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDDefRCLSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDUseDefRCLSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR3SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    pBXGnCllSrvCtrlR3SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    pBXGnCllSrvCtrlR3SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR3RCLCurrRedirectedCallCnt
                                       Unsigned32
  }

  pBXGnCllSrvCtrlR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR3Entry  1 }

  pBXGnCllSrvCtrlR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR3Entry  2 }

  pBXGnCllSrvCtrlR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR3Entry  3 }

  pBXGnCllSrvCtrlR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR3Entry  4 }

  pBXGnCllSrvCtrlR3SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  5 }

  pBXGnCllSrvCtrlR3SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  6 }

  pBXGnCllSrvCtrlR3SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR3Entry  7 }

  pBXGnCllSrvCtrlR3SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  8 }

  pBXGnCllSrvCtrlR3SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  9 }

  pBXGnCllSrvCtrlR3SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR3Entry  10 }

  pBXGnCllSrvCtrlR3SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  11 }

  pBXGnCllSrvCtrlR3SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  12 }

  pBXGnCllSrvCtrlR3SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR3Entry  13 }

  pBXGnCllSrvCtrlR3SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { pBXGnCllSrvCtrlR3Entry  14 }

  pBXGnCllSrvCtrlR3SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  15 }

  pBXGnCllSrvCtrlR3SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR3Entry  16 }

  pBXGnCllSrvCtrlR3SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 5 }
    ::= { pBXGnCllSrvCtrlR3Entry  17 }

  pBXGnCllSrvCtrlR3SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  18 }

  pBXGnCllSrvCtrlR3SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR3Entry  19 }

  pBXGnCllSrvCtrlR3SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  20 }

  pBXGnCllSrvCtrlR3SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  21 }

  pBXGnCllSrvCtrlR3SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR3Entry  22 }

  pBXGnCllSrvCtrlR3SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  23 }

  pBXGnCllSrvCtrlR3SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR3Entry  24 }

  pBXGnCllSrvCtrlR3SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR3Entry  25 }

  pBXGnCllSrvCtrlR3RCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { pBXGnCllSrvCtrlR3Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  pBXCallFwdR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXCallFwdR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2590 }

  pBXCallFwdR9Entry OBJECT-TYPE
    SYNTAX       PBXCallFwdR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXCallFwdR9NEConn,
             pBXCallFwdR9NetwkElement,
             pBXCallFwdR9CFSIx,
             pBXCallFwdR9DirNum }
    ::= {  pBXCallFwdR9Table  1  }

  PBXCallFwdR9Entry  ::=  SEQUENCE
  {
    pBXCallFwdR9NEConn                 Unsigned32,
    pBXCallFwdR9NetwkElement           DisplayString,
    pBXCallFwdR9CFSIx                  Unsigned32,
    pBXCallFwdR9DirNum                 DisplayString,
    pBXCallFwdR9SDActUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR9SDDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR9SDUseDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR9SDActNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR9SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR9SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR9SDActPlayConfirmTone   INTEGER,
    pBXCallFwdR9SDDefPlayConfirmTone   INTEGER,
    pBXCallFwdR9SDUseDefPlayConfirmTone
                                       INTEGER,
    pBXCallFwdR9SDActCFUSubscribed     INTEGER,
    pBXCallFwdR9SDDefCFUSubscribed     INTEGER,
    pBXCallFwdR9SDUseDefCFUSubscribed  INTEGER,
    pBXCallFwdR9CFUEnabled             INTEGER,
    pBXCallFwdR9CFUNum                 DisplayString,
    pBXCallFwdR9SDActCFBLSubscribed    INTEGER,
    pBXCallFwdR9SDDefCFBLSubscribed    INTEGER,
    pBXCallFwdR9SDUseDefCFBLSubscribed INTEGER,
    pBXCallFwdR9CFBLEnabled            INTEGER,
    pBXCallFwdR9CFBLNum                DisplayString,
    pBXCallFwdR9SDActCFDASubscribed    INTEGER,
    pBXCallFwdR9SDDefCFDASubscribed    INTEGER,
    pBXCallFwdR9SDUseDefCFDASubscribed INTEGER,
    pBXCallFwdR9CFDAEnabled            INTEGER,
    pBXCallFwdR9CFDANum                DisplayString,
    pBXCallFwdR9SDActCFDANoReplyTime   Unsigned32,
    pBXCallFwdR9SDDefCFDANoReplyTime   Unsigned32,
    pBXCallFwdR9SDUseDefCFDANoReplyTime
                                       INTEGER,
    pBXCallFwdR9SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR9SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR9SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR9SDActSCFSubscribed     INTEGER,
    pBXCallFwdR9SDDefSCFSubscribed     INTEGER,
    pBXCallFwdR9SDUseDefSCFSubscribed  INTEGER,
    pBXCallFwdR9SCFEnabled             INTEGER,
    pBXCallFwdR9SCFNumToFwdTo          DisplayString,
    pBXCallFwdR9SCFNumAnonNumsFwd      Unsigned32,
    pBXCallFwdR9SDActSCFUSB            INTEGER,
    pBXCallFwdR9SDDefSCFUSB            INTEGER,
    pBXCallFwdR9SDUseDefSCFUSB         INTEGER,
    pBXCallFwdR9SDActBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR9SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR9SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR9SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR9SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR9SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    pBXCallFwdR9SDActBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR9SDDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR9SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR9SDActRACFSubscribed    INTEGER,
    pBXCallFwdR9SDDefRACFSubscribed    INTEGER,
    pBXCallFwdR9SDUseDefRACFSubscribed INTEGER,
    pBXCallFwdR9RACFBlocked            INTEGER,
    pBXCallFwdR9DoExtraActions         INTEGER,
    pBXCallFwdR9SDActMaxSimulFwds      Unsigned32,
    pBXCallFwdR9SDDefMaxSimulFwds      Unsigned32,
    pBXCallFwdR9SDUseDefMaxSimulFwds   INTEGER,
    pBXCallFwdR9SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR9SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR9SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR9SDActCFUSingleRing     INTEGER,
    pBXCallFwdR9SDDefCFUSingleRing     INTEGER,
    pBXCallFwdR9SDUseDefCFUSingleRing  INTEGER,
    pBXCallFwdR9SDActSCFSingleRing     INTEGER,
    pBXCallFwdR9SDDefSCFSingleRing     INTEGER,
    pBXCallFwdR9SDUseDefSCFSingleRing  INTEGER,
    pBXCallFwdR9SDActCFUVariant        INTEGER,
    pBXCallFwdR9SDDefCFUVariant        INTEGER,
    pBXCallFwdR9SDUseDefCFUVariant     INTEGER,
    pBXCallFwdR9SDActCFBLVariant       INTEGER,
    pBXCallFwdR9SDDefCFBLVariant       INTEGER,
    pBXCallFwdR9SDUseDefCFBLVariant    INTEGER,
    pBXCallFwdR9SDActCFDAVariant       INTEGER,
    pBXCallFwdR9SDDefCFDAVariant       INTEGER,
    pBXCallFwdR9SDUseDefCFDAVariant    INTEGER,
    pBXCallFwdR9BasicLineHuntingEnabled
                                       INTEGER,
    pBXCallFwdR9SDActFMFMSubscribed    INTEGER,
    pBXCallFwdR9SDDefFMFMSubscribed    INTEGER,
    pBXCallFwdR9SDUseDefFMFMSubscribed INTEGER,
    pBXCallFwdR9SDActFMFMServLvl       INTEGER,
    pBXCallFwdR9SDDefFMFMServLvl       INTEGER,
    pBXCallFwdR9SDUseDefFMFMServLvl    INTEGER,
    pBXCallFwdR9FMFMEnabled            INTEGER,
    pBXCallFwdR9SDActRequireCrtsyCall  INTEGER,
    pBXCallFwdR9SDDefRequireCrtsyCall  INTEGER,
    pBXCallFwdR9SDUseDefRequireCrtsyCall
                                       INTEGER,
    pBXCallFwdR9SDActUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR9SDDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR9SDUseDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR9UnavailCFEnabled       INTEGER,
    pBXCallFwdR9UnavailCFNum           DisplayString,
    pBXCallFwdR9CFUUseValsAsDefsOnDIDNums
                                       INTEGER,
    pBXCallFwdR9SDActNmRlToCllr        INTEGER,
    pBXCallFwdR9SDDefNmRlToCllr        INTEGER,
    pBXCallFwdR9SDUseDefNmRlToCllr     INTEGER,
    pBXCallFwdR9SDActDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR9SDDefDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR9SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR9CFUAppndExtNum         INTEGER,
    pBXCallFwdR9CFBLAppndExtNum        INTEGER,
    pBXCallFwdR9CFDAAppndExtNum        INTEGER,
    pBXCallFwdR9UnavailCFAppndExtNum   INTEGER,
    pBXCallFwdR9SCFAppndExtNum         INTEGER
  }

  pBXCallFwdR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXCallFwdR9Entry  1 }

  pBXCallFwdR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXCallFwdR9Entry  2 }

  pBXCallFwdR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXCallFwdR9Entry  3 }

  pBXCallFwdR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXCallFwdR9Entry  4 }

  pBXCallFwdR9SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  5 }

  pBXCallFwdR9SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  6 }

  pBXCallFwdR9SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  7 }

  pBXCallFwdR9SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  8 }

  pBXCallFwdR9SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  9 }

  pBXCallFwdR9SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  10 }

  pBXCallFwdR9SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  11 }

  pBXCallFwdR9SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  12 }

  pBXCallFwdR9SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  13 }

  pBXCallFwdR9SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  14 }

  pBXCallFwdR9SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  15 }

  pBXCallFwdR9SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  16 }

  pBXCallFwdR9CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  17 }

  pBXCallFwdR9CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { pBXCallFwdR9Entry  18 }

  pBXCallFwdR9SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  19 }

  pBXCallFwdR9SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  20 }

  pBXCallFwdR9SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  21 }

  pBXCallFwdR9CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  22 }

  pBXCallFwdR9CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { pBXCallFwdR9Entry  23 }

  pBXCallFwdR9SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  24 }

  pBXCallFwdR9SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  25 }

  pBXCallFwdR9SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  26 }

  pBXCallFwdR9CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  27 }

  pBXCallFwdR9CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { pBXCallFwdR9Entry  28 }

  pBXCallFwdR9SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  29 }

  pBXCallFwdR9SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  30 }

  pBXCallFwdR9SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  31 }

  pBXCallFwdR9SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  32 }

  pBXCallFwdR9SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  33 }

  pBXCallFwdR9SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  34 }

  pBXCallFwdR9SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  35 }

  pBXCallFwdR9SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  36 }

  pBXCallFwdR9SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  37 }

  pBXCallFwdR9SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  38 }

  pBXCallFwdR9SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { pBXCallFwdR9Entry  39 }

  pBXCallFwdR9SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { pBXCallFwdR9Entry  40 }

  pBXCallFwdR9SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  41 }

  pBXCallFwdR9SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  42 }

  pBXCallFwdR9SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  43 }

  pBXCallFwdR9SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  44 }

  pBXCallFwdR9SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  45 }

  pBXCallFwdR9SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  46 }

  pBXCallFwdR9SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  47 }

  pBXCallFwdR9SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  48 }

  pBXCallFwdR9SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  49 }

  pBXCallFwdR9SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  50 }

  pBXCallFwdR9SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  51 }

  pBXCallFwdR9SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  52 }

  pBXCallFwdR9SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  53 }

  pBXCallFwdR9SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  54 }

  pBXCallFwdR9SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  55 }

  pBXCallFwdR9RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  56 }

  pBXCallFwdR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXCallFwdR9Entry  57 }

  pBXCallFwdR9SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  61 }

  pBXCallFwdR9SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  62 }

  pBXCallFwdR9SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  63 }

  pBXCallFwdR9SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  64 }

  pBXCallFwdR9SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  65 }

  pBXCallFwdR9SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  66 }

  pBXCallFwdR9SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  68 }

  pBXCallFwdR9SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  69 }

  pBXCallFwdR9SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  70 }

  pBXCallFwdR9SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  77 }

  pBXCallFwdR9SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  78 }

  pBXCallFwdR9SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  79 }

  pBXCallFwdR9SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  80 }

  pBXCallFwdR9SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  81 }

  pBXCallFwdR9SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  82 }

  pBXCallFwdR9SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  83 }

  pBXCallFwdR9SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  84 }

  pBXCallFwdR9SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  85 }

  pBXCallFwdR9SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  86 }

  pBXCallFwdR9SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  87 }

  pBXCallFwdR9SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  88 }

  pBXCallFwdR9BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  89 }

  pBXCallFwdR9SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  90 }

  pBXCallFwdR9SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  91 }

  pBXCallFwdR9SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  92 }

  pBXCallFwdR9SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  93 }

  pBXCallFwdR9SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  94 }

  pBXCallFwdR9SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  95 }

  pBXCallFwdR9FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  96 }

  pBXCallFwdR9SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  97 }

  pBXCallFwdR9SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  98 }

  pBXCallFwdR9SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  99 }

  pBXCallFwdR9SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  100 }

  pBXCallFwdR9SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  101 }

  pBXCallFwdR9SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  102 }

  pBXCallFwdR9UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  103 }

  pBXCallFwdR9UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { pBXCallFwdR9Entry  104 }

  pBXCallFwdR9CFUUseValsAsDefsOnDIDNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - use values as defaults on DID Numbers'."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  105 }

  pBXCallFwdR9SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  106 }

  pBXCallFwdR9SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  107 }

  pBXCallFwdR9SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  108 }

  pBXCallFwdR9SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  109 }

  pBXCallFwdR9SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR9Entry  110 }

  pBXCallFwdR9SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR9Entry  111 }

  pBXCallFwdR9CFUAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  112 }

  pBXCallFwdR9CFBLAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  113 }

  pBXCallFwdR9CFDAAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  114 }

  pBXCallFwdR9UnavailCFAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  115 }

  pBXCallFwdR9SCFAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR9Entry  116 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  pBXOutR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2591 }

  pBXOutR8Entry OBJECT-TYPE
    SYNTAX       PBXOutR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXOutR8NEConn,
             pBXOutR8NetwkElement,
             pBXOutR8CFSIx,
             pBXOutR8DirNum }
    ::= {  pBXOutR8Table  1  }

  PBXOutR8Entry  ::=  SEQUENCE
  {
    pBXOutR8NEConn                     Unsigned32,
    pBXOutR8NetwkElement               DisplayString,
    pBXOutR8CFSIx                      Unsigned32,
    pBXOutR8DirNum                     DisplayString,
    pBXOutR8SDActSPDSubscribed         INTEGER,
    pBXOutR8SDDefSPDSubscribed         INTEGER,
    pBXOutR8SDUseDefSPDSubscribed      INTEGER,
    pBXOutR8SDActSPDAllowedTypes       INTEGER,
    pBXOutR8SDDefSPDAllowedTypes       INTEGER,
    pBXOutR8SDUseDefSPDAllowedTypes    INTEGER,
    pBXOutR8SDActAllowSPDHandsetAccess INTEGER,
    pBXOutR8SDDefAllowSPDHandsetAccess INTEGER,
    pBXOutR8SDUseDefAllowSPDHandsetAccess
                                       INTEGER,
    pBXOutR8SDActOCBSubscribed         INTEGER,
    pBXOutR8SDDefOCBSubscribed         INTEGER,
    pBXOutR8SDUseDefOCBSubscribed      INTEGER,
    pBXOutR8SDActOCBUSB                INTEGER,
    pBXOutR8SDDefOCBUSB                INTEGER,
    pBXOutR8SDUseDefOCBUSB             INTEGER,
    pBXOutR8SDActOCBCurrSubBarredCallTypes
                                       BITS,
    pBXOutR8SDDefOCBCurrSubBarredCallTypes
                                       BITS,
    pBXOutR8SDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER,
    pBXOutR8SDActMACSubscribed         INTEGER,
    pBXOutR8SDDefMACSubscribed         INTEGER,
    pBXOutR8SDUseDefMACSubscribed      INTEGER,
    pBXOutR8SDActMACCodeLen            Unsigned32,
    pBXOutR8SDDefMACCodeLen            Unsigned32,
    pBXOutR8SDUseDefMACCodeLen         INTEGER,
    pBXOutR8SDActVariantMAC            INTEGER,
    pBXOutR8SDDefVariantMAC            INTEGER,
    pBXOutR8SDUseDefVariantMAC         INTEGER,
    pBXOutR8SDActUSMACCallTypes        BITS,
    pBXOutR8SDDefUSMACCallTypes        BITS,
    pBXOutR8SDUseDefUSMACCallTypes     INTEGER,
    pBXOutR8SDActUKMACCallTypes        BITS,
    pBXOutR8SDDefUKMACCallTypes        BITS,
    pBXOutR8SDUseDefUKMACCallTypes     INTEGER,
    pBXOutR8SDActMaxIncorrectCodeAttemptsMAC
                                       Unsigned32,
    pBXOutR8SDDefMaxIncorrectCodeAttemptsMAC
                                       Unsigned32,
    pBXOutR8SDUseDefMaxIncorrectCodeAttemptsMAC
                                       INTEGER,
    pBXOutR8MACBlocked                 INTEGER,
    pBXOutR8MACValidAccountCodes       LongDisplayString,
    pBXOutR8SDActUSMACCallTypes2       BITS,
    pBXOutR8SDDefUSMACCallTypes2       BITS,
    pBXOutR8SDUseDefUSMACCallTypes2    INTEGER,
    pBXOutR8SDActWHLSubscribed         INTEGER,
    pBXOutR8SDDefWHLSubscribed         INTEGER,
    pBXOutR8SDUseDefWHLSubscribed      INTEGER,
    pBXOutR8SDActWHLServLvl            INTEGER,
    pBXOutR8SDDefWHLServLvl            INTEGER,
    pBXOutR8SDUseDefWHLServLvl         INTEGER,
    pBXOutR8SDActWHLTimeout            Unsigned32,
    pBXOutR8SDDefWHLTimeout            Unsigned32,
    pBXOutR8SDUseDefWHLTimeout         INTEGER,
    pBXOutR8WHLEnabled                 INTEGER,
    pBXOutR8WHLNum                     DisplayString,
    pBXOutR8SDActOCBCurrOprBarredCallTypes
                                       BITS,
    pBXOutR8SDDefOCBCurrOprBarredCallTypes
                                       BITS,
    pBXOutR8SDUseDefOCBCurrOprBarredCallTypes
                                       INTEGER,
    pBXOutR8SDActMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    pBXOutR8SDDefMACMaxIncorrectCodeAttemptsPerCall
                                       Unsigned32,
    pBXOutR8SDUseDefMACMaxIncorrectCodeAttemptsPerCall
                                       INTEGER,
    pBXOutR8SDActECBSubscribed         INTEGER,
    pBXOutR8SDDefECBSubscribed         INTEGER,
    pBXOutR8SDUseDefECBSubscribed      INTEGER,
    pBXOutR8SDActECBUSB                INTEGER,
    pBXOutR8SDDefECBUSB                INTEGER,
    pBXOutR8SDUseDefECBUSB             INTEGER,
    pBXOutR8SDActECBCurrSubBarredCallCategories
                                       BITS,
    pBXOutR8SDDefECBCurrSubBarredCallCategories
                                       BITS,
    pBXOutR8SDUseDefECBCurrSubBarredCallCategories
                                       INTEGER,
    pBXOutR8SDActECBCurrOpBarredCallCategories
                                       BITS,
    pBXOutR8SDDefECBCurrOpBarredCallCategories
                                       BITS,
    pBXOutR8SDUseDefECBCurrOpBarredCallCategories
                                       INTEGER,
    pBXOutR8SDActSCBSubscribed         INTEGER,
    pBXOutR8SDDefSCBSubscribed         INTEGER,
    pBXOutR8SDUseDefSCBSubscribed      INTEGER,
    pBXOutR8SDActSCBUSB                INTEGER,
    pBXOutR8SDDefSCBUSB                INTEGER,
    pBXOutR8SDUseDefSCBUSB             INTEGER
  }

  pBXOutR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXOutR8Entry  1 }

  pBXOutR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXOutR8Entry  2 }

  pBXOutR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXOutR8Entry  3 }

  pBXOutR8DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXOutR8Entry  4 }

  pBXOutR8SDActSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  5 }

  pBXOutR8SDDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  6 }

  pBXOutR8SDUseDefSPDSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  7 }

  pBXOutR8SDActSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  8 }

  pBXOutR8SDDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneDigit(1),
                   twoDigit(2),
                   oneAndTwoDigit(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  9 }

  pBXOutR8SDUseDefSPDAllowedTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - allowed types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  10 }

  pBXOutR8SDActAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  11 }

  pBXOutR8SDDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  12 }

  pBXOutR8SDUseDefAllowSPDHandsetAccess OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Speed Calling - handset access allowed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  13 }

  pBXOutR8SDActOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  14 }

  pBXOutR8SDDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  15 }

  pBXOutR8SDUseDefOCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  16 }

  pBXOutR8SDActOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  17 }

  pBXOutR8SDDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  18 }

  pBXOutR8SDUseDefOCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  19 }

  pBXOutR8SDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  20 }

  pBXOutR8SDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  21 }

  pBXOutR8SDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  22 }

  pBXOutR8SDActMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  23 }

  pBXOutR8SDDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  24 }

  pBXOutR8SDUseDefMACSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  25 }

  pBXOutR8SDActMACCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  26 }

  pBXOutR8SDDefMACCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..15 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  27 }

  pBXOutR8SDUseDefMACCodeLen OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - code length'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  28 }

  pBXOutR8SDActVariantMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  29 }

  pBXOutR8SDDefVariantMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                   nonValidated(1),
                   validated(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  30 }

  pBXOutR8SDUseDefVariantMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  31 }

  pBXOutR8SDActUSMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  32 }

  pBXOutR8SDDefUSMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalMobile(1),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  33 }

  pBXOutR8SDUseDefUSMACCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  34 }

  pBXOutR8SDActUKMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  35 }

  pBXOutR8SDDefUKMACCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   mobile(1),
                   national(2),
                   local(3),
                   operator(4),
                   premium(5),
                   directory(6),
                   localBusinessGroup(7),
                   otherBusinessGroup(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  36 }

  pBXOutR8SDUseDefUKMACCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  37 }

  pBXOutR8SDActMaxIncorrectCodeAttemptsMAC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  38 }

  pBXOutR8SDDefMaxIncorrectCodeAttemptsMAC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  39 }

  pBXOutR8SDUseDefMaxIncorrectCodeAttemptsMAC OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  40 }

  pBXOutR8MACBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes - blocked'."
    DEFVAL       { false }
    ::= { pBXOutR8Entry  41 }

  pBXOutR8MACValidAccountCodes OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..32000))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Mandatory Account Codes - valid account codes'."
    ::= { pBXOutR8Entry  42 }

  pBXOutR8SDActUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  43 }

  pBXOutR8SDDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   local(2),
                   operator(3),
                   premium(4),
                   directory(5),
                   localBusinessGroup(6),
                   otherBusinessGroup(7),
                   national(8),
                   regional(9),
                   carrierDialed(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  44 }

  pBXOutR8SDUseDefUSMACCallTypes2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  45 }

  pBXOutR8SDActWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  46 }

  pBXOutR8SDDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  47 }

  pBXOutR8SDUseDefWHLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  48 }

  pBXOutR8SDActWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  49 }

  pBXOutR8SDDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   warmLine(1),
                   hotLine(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  50 }

  pBXOutR8SDUseDefWHLServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  51 }

  pBXOutR8SDActWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  52 }

  pBXOutR8SDDefWHLTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..16 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  53 }

  pBXOutR8SDUseDefWHLTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Warm / Hot Line - timeout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  54 }

  pBXOutR8WHLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - Enabled'."
    DEFVAL       { false }
    ::= { pBXOutR8Entry  55 }

  pBXOutR8WHLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line - number'."
    ::= { pBXOutR8Entry  56 }

  pBXOutR8SDActOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  66 }

  pBXOutR8SDDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  67 }

  pBXOutR8SDUseDefOCBCurrOprBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current operator-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  68 }

  pBXOutR8SDActMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  69 }

  pBXOutR8SDDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..50 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  70 }

  pBXOutR8SDUseDefMACMaxIncorrectCodeAttemptsPerCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Mandatory Account Codes - max incorrect code attempts per call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  71 }

  pBXOutR8SDActECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  72 }

  pBXOutR8SDDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  73 }

  pBXOutR8SDUseDefECBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  74 }

  pBXOutR8SDActECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  75 }

  pBXOutR8SDDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  76 }

  pBXOutR8SDUseDefECBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  77 }

  pBXOutR8SDActECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  78 }

  pBXOutR8SDDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  79 }

  pBXOutR8SDUseDefECBCurrSubBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current subscriber-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  80 }

  pBXOutR8SDActECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  81 }

  pBXOutR8SDDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       BITS {
                   category01(0),
                   category02(1),
                   category03(2),
                   category04(3),
                   category05(4),
                   category06(5),
                   category07(6),
                   category08(7),
                   category09(8),
                   category10(9),
                   category11(10),
                   category12(11),
                   category13(12),
                   category14(13),
                   category15(14),
                   category16(15),
                   category17(16),
                   category18(17),
                   category19(18),
                   category20(19),
                   category21(20),
                   category22(21),
                   category23(22),
                   category24(23),
                   category25(24),
                   category26(25),
                   category27(26),
                   category28(27),
                   category29(28),
                   category30(29),
                   category31(30),
                   category32(31)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  82 }

  pBXOutR8SDUseDefECBCurrOpBarredCallCategories OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enhanced Call Barring - current operator-barred call categories'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  83 }

  pBXOutR8SDActSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  84 }

  pBXOutR8SDDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  85 }

  pBXOutR8SDUseDefSCBSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  86 }

  pBXOutR8SDActSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  87 }

  pBXOutR8SDDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXOutR8Entry  88 }

  pBXOutR8SDUseDefSCBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Barring - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXOutR8Entry  89 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Barring Blocklist Number'                    */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  pBXSCBBlklstNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSCBBlklstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  2592 }

  pBXSCBBlklstNumEntry OBJECT-TYPE
    SYNTAX       PBXSCBBlklstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSCBBlklstNumNEConn,
             pBXSCBBlklstNumNetwkElement,
             pBXSCBBlklstNumCFSIx,
             pBXSCBBlklstNumDirNum,
             pBXSCBBlklstNumCldNum }
    ::= {  pBXSCBBlklstNumTable  1  }

  PBXSCBBlklstNumEntry  ::=  SEQUENCE
  {
    pBXSCBBlklstNumNEConn              Unsigned32,
    pBXSCBBlklstNumNetwkElement        DisplayString,
    pBXSCBBlklstNumCFSIx               Unsigned32,
    pBXSCBBlklstNumDirNum              DisplayString,
    pBXSCBBlklstNumCldNum              DisplayString,
    pBXSCBBlklstNumRowStatus           RowStatus
  }

  pBXSCBBlklstNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSCBBlklstNumEntry  1 }

  pBXSCBBlklstNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSCBBlklstNumEntry  2 }

  pBXSCBBlklstNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSCBBlklstNumEntry  3 }

  pBXSCBBlklstNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSCBBlklstNumEntry  4 }

  pBXSCBBlklstNumCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { pBXSCBBlklstNumEntry  5 }

  pBXSCBBlklstNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSCBBlklstNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Selective Call Barring Safelist Number'                     */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  pBXSCBSflstNumTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSCBSflstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Outgoing Call Services'."
    ::= { metaSwitch  2593 }

  pBXSCBSflstNumEntry OBJECT-TYPE
    SYNTAX       PBXSCBSflstNumEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSCBSflstNumNEConn,
             pBXSCBSflstNumNetwkElement,
             pBXSCBSflstNumCFSIx,
             pBXSCBSflstNumDirNum,
             pBXSCBSflstNumCldNum }
    ::= {  pBXSCBSflstNumTable  1  }

  PBXSCBSflstNumEntry  ::=  SEQUENCE
  {
    pBXSCBSflstNumNEConn               Unsigned32,
    pBXSCBSflstNumNetwkElement         DisplayString,
    pBXSCBSflstNumCFSIx                Unsigned32,
    pBXSCBSflstNumDirNum               DisplayString,
    pBXSCBSflstNumCldNum               DisplayString,
    pBXSCBSflstNumRowStatus            RowStatus
  }

  pBXSCBSflstNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSCBSflstNumEntry  1 }

  pBXSCBSflstNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSCBSflstNumEntry  2 }

  pBXSCBSflstNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSCBSflstNumEntry  3 }

  pBXSCBSflstNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSCBSflstNumEntry  4 }

  pBXSCBSflstNumCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'.
                  This is an index field."
    ::= { pBXSCBSflstNumEntry  5 }

  pBXSCBSflstNumRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSCBSflstNumEntry  6 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  rVTTestSubR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2594 }

  rVTTestSubR28Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR28NEConn,
             rVTTestSubR28NetwkElement,
             rVTTestSubR28CFSIx,
             rVTTestSubR28GpIx,
             rVTTestSubR28TestIx }
    ::= {  rVTTestSubR28Table  1  }

  RVTTestSubR28Entry  ::=  SEQUENCE
  {
    rVTTestSubR28NEConn                Unsigned32,
    rVTTestSubR28NetwkElement          DisplayString,
    rVTTestSubR28CFSIx                 Unsigned32,
    rVTTestSubR28TestIx                Unsigned32,
    rVTTestSubR28TestName              DisplayString,
    rVTTestSubR28DialedNum             DisplayString,
    rVTTestSubR28SDActSubType          INTEGER,
    rVTTestSubR28SDDefSubType          INTEGER,
    rVTTestSubR28SDUseDefSubType       INTEGER,
    rVTTestSubR28I3SubGpCFSIx          Unsigned32,
    rVTTestSubR28I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR28BillType              INTEGER,
    rVTTestSubR28LongDistanceCarrID    DisplayString,
    rVTTestSubR28IntraLATACarrID       DisplayString,
    rVTTestSubR28TestRes               INTEGER,
    rVTTestSubR28CauseFail             INTEGER,
    rVTTestSubR28NumVldnCarrType       INTEGER,
    rVTTestSubR28NumVldnANIIIDigits    DisplayString,
    rVTTestSubR28NumVldnAreaCode       INTEGER,
    rVTTestSubR28NumVldnModfdCldNum    DisplayString,
    rVTTestSubR28NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR28NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR28NumVldnAllowHold      INTEGER,
    rVTTestSubR28NumVldnOprCall        INTEGER,
    rVTTestSubR28NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR28NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR28NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR28NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR28NumVldnTestCall       INTEGER,
    rVTTestSubR28NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR28NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR28NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR28NumVldnTransitNetwkID DisplayString,
    rVTTestSubR28NumVldnUSCallType     INTEGER,
    rVTTestSubR28NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR28NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR28NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR28RtgTestCall           INTEGER,
    rVTTestSubR28RtgModfdCldNum        DisplayString,
    rVTTestSubR28RtgOprCall            INTEGER,
    rVTTestSubR28RtgRtgControlInd      INTEGER,
    rVTTestSubR28RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR28RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR28RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR28RtgTransitNetwkID     DisplayString,
    rVTTestSubR28RtgTandemRtgCode      INTEGER,
    rVTTestSubR28RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR28RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR28DiagsLogLvl           INTEGER,
    rVTTestSubR28DiagsAPITraceTag      DisplayString,
    rVTTestSubR28RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR28DoExtraActions        INTEGER,
    rVTTestSubR28RowStatus             RowStatus,
    rVTTestSubR28T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR28T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR28T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR28T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR28T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR28GpIx                  Unsigned32,
    rVTTestSubR28UseTCAPIfReqd         INTEGER,
    rVTTestSubR28TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR28TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR28RtgOnSwitchSubType    INTEGER,
    rVTTestSubR28SubRtgAttrs           BITS,
    rVTTestSubR28NumVldnETSICallType   INTEGER,
    rVTTestSubR28NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR28RtgEchoCancellation   INTEGER,
    rVTTestSubR28IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR28IgnoreTermAppServer   INTEGER,
    rVTTestSubR28NumVldnUDA1           Unsigned32,
    rVTTestSubR28NumVldnUDA2           Unsigned32,
    rVTTestSubR28NumVldnUDA3           Unsigned32,
    rVTTestSubR28NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR28IntnatlCarrID         DisplayString,
    rVTTestSubR28T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR28T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR28T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR28T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28LCC1                  INTEGER,
    rVTTestSubR28LCC2                  INTEGER,
    rVTTestSubR28LCC3                  INTEGER,
    rVTTestSubR28LCC4                  INTEGER,
    rVTTestSubR28LCC5                  INTEGER,
    rVTTestSubR28NumVldnBillCallType   INTEGER,
    rVTTestSubR28NumVldnStructureCode  INTEGER,
    rVTTestSubR28NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR28NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR28NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR28NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR28NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR28NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR28T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR28T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR28T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR28T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR28I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR28I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR28I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR28NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR28NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR28NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR28I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR28I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR28I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR28I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR28I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR28I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR28NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR28NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR28NumVldnValidAuthCodes INTEGER,
    rVTTestSubR28NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR28ChargeNum             DisplayString,
    rVTTestSubR28AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR28AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR28NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR28I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR28NVModCallPartyNum     DisplayString,
    rVTTestSubR28NVModChargeNum        DisplayString,
    rVTTestSubR28RtgCallPartyNum       DisplayString,
    rVTTestSubR28RtgModChargeNum       DisplayString,
    rVTTestSubR28LCC6                  INTEGER,
    rVTTestSubR28LCC7                  INTEGER,
    rVTTestSubR28LCC8                  INTEGER,
    rVTTestSubR28LCC9                  INTEGER,
    rVTTestSubR28LCC10                 INTEGER,
    rVTTestSubR28LCC11                 INTEGER,
    rVTTestSubR28LCC12                 INTEGER,
    rVTTestSubR28LCC13                 INTEGER,
    rVTTestSubR28LCC14                 INTEGER,
    rVTTestSubR28LCC15                 INTEGER,
    rVTTestSubR28LCC16                 INTEGER,
    rVTTestSubR28LCC17                 INTEGER,
    rVTTestSubR28LCC18                 INTEGER,
    rVTTestSubR28LCC19                 INTEGER,
    rVTTestSubR28LCC20                 INTEGER,
    rVTTestSubR28I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR28I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR28I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR28I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR28ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR28IncMCsIncluded        INTEGER,
    rVTTestSubR28T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR28IncMCs1OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR28IncMCs2OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR28IncMCs3OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR28IncMCs4OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR28IncMCs5OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR28IncMCs6OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR28IncMCs7OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR28IncMCs8OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR28T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR28T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR28T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR28T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR28T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR28T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR28T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR28T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR28T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR28T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR28T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR28IncMCs9OtherVals      INTEGER,
    rVTTestSubR28T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR28T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR28T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR28T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR28T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR28T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR28T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR28T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR28T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR28T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR28T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR28T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR28IncMCs10OtherVals     INTEGER,
    rVTTestSubR28ExpRsltExpRslt        INTEGER,
    rVTTestSubR28ExpRsltExpectedDest   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR28ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR28T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR28T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR28T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR28T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR28T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR28T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR28T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR28T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR28T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR28T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR28T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR28T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR28T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR28T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR28T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR28T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR28T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR28T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR28T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR28ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR28ExpRsltCauseFail      INTEGER,
    rVTTestSubR28ExpRsltResAsExpected  INTEGER,
    rVTTestSubR28NumVldnUDA4           Unsigned32,
    rVTTestSubR28NumVldnUDA5           Unsigned32,
    rVTTestSubR28NumVldnUDA6           Unsigned32,
    rVTTestSubR28NumVldnUDA7           Unsigned32,
    rVTTestSubR28NumVldnUDA8           Unsigned32,
    rVTTestSubR28NumVldnUDA9           Unsigned32,
    rVTTestSubR28NumVldnUDA10          Unsigned32,
    rVTTestSubR28NumVldnUDA11          Unsigned32,
    rVTTestSubR28NumVldnUDA12          Unsigned32,
    rVTTestSubR28NumVldnUDA13          Unsigned32,
    rVTTestSubR28NumVldnUDA14          Unsigned32,
    rVTTestSubR28NumVldnUDA15          Unsigned32,
    rVTTestSubR28NumVldnUDA16          Unsigned32,
    rVTTestSubR28NumVldnUDA17          Unsigned32,
    rVTTestSubR28NumVldnUDA18          Unsigned32,
    rVTTestSubR28NumVldnUDA19          Unsigned32,
    rVTTestSubR28NumVldnUDA20          Unsigned32,
    rVTTestSubR28NVMaxCallDurn         Unsigned32,
    rVTTestSubR28RtgMaxCallDurn        Unsigned32,
    rVTTestSubR28IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR28I1SubGpNEConn         Unsigned32,
    rVTTestSubR28I2SubGpNetwkElement   DisplayString,
    rVTTestSubR28SDActSubDirNum        DisplayString,
    rVTTestSubR28SDDefSubDirNum        DisplayString,
    rVTTestSubR28SDUseDefSubDirNum     INTEGER,
    rVTTestSubR28SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR28SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR28SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR28SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR28SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR28SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR28SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR28SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR28SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR28SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR28SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR28SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR28CldAddrScope          INTEGER,
    rVTTestSubR28SDActDialedBySub      INTEGER,
    rVTTestSubR28SDDefDialedBySub      INTEGER,
    rVTTestSubR28SDUseDefDialedBySub   INTEGER,
    rVTTestSubR28NumVldnAnnounces      LongDisplayString,
    rVTTestSubR28DateAndTimeYear       Unsigned32,
    rVTTestSubR28DateAndTimeMonth      Unsigned32,
    rVTTestSubR28DateAndTimeDate       Unsigned32,
    rVTTestSubR28HrAndTimeHr           Unsigned32,
    rVTTestSubR28MinAndTimeMin         Unsigned32,
    rVTTestSubR28NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR28NumVldnCldAddrScope   INTEGER,
    rVTTestSubR28RtgCldAddrScope       INTEGER,
    rVTTestSubR28IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR28I1LineGpNEConn        Unsigned32,
    rVTTestSubR28I2LineGpNetwkElement  DisplayString,
    rVTTestSubR28I3LineGpCFSIx         Unsigned32,
    rVTTestSubR28I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR28ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR28ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR28RtgDestTrnkGpID       DisplayString,
    rVTTestSubR28RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR28RtgRoutedToRPAS       INTEGER,
    rVTTestSubR28ModfdClgNumScope      INTEGER,
    rVTTestSubR28ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR28I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestSubR28SiteOtherVals         INTEGER,
    rVTTestSubR28NVModfdPresNumUKOnly  DisplayString,
    rVTTestSubR28NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR28RtgModfdPresNumUKOnly DisplayString,
    rVTTestSubR28RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR28NumVldnBillOverrideDialedNum
                                       INTEGER,
    rVTTestSubR28NVModSatelliteIndicator
                                       Unsigned32,
    rVTTestSubR28RtgClgPartyNumScope   INTEGER,
    rVTTestSubR28RtgClgPartyNumIncomplete
                                       INTEGER,
    rVTTestSubR28RtgClgPartyNumNumPlanIndicator
                                       INTEGER,
    rVTTestSubR28RtgClgPartyNumPresRestricted
                                       INTEGER,
    rVTTestSubR28RtgClgPartyNumScreeningIndicator
                                       INTEGER,
    rVTTestSubR28NumVldnCallTags       DisplayString
  }

  rVTTestSubR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR28Entry  1 }

  rVTTestSubR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR28Entry  2 }

  rVTTestSubR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR28Entry  3 }

  rVTTestSubR28TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR28Entry  4 }

  rVTTestSubR28TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR28Entry  5 }

  rVTTestSubR28DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR28Entry  10 }

  rVTTestSubR28SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  11 }

  rVTTestSubR28SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  12 }

  rVTTestSubR28SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR28Entry  13 }

  rVTTestSubR28I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  14 }

  rVTTestSubR28I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  15 }

  rVTTestSubR28BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR28Entry  16 }

  rVTTestSubR28LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR28Entry  17 }

  rVTTestSubR28IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR28Entry  18 }

  rVTTestSubR28TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR28Entry  19 }

  rVTTestSubR28CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR28Entry  20 }

  rVTTestSubR28NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR28Entry  21 }

  rVTTestSubR28NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR28Entry  22 }

  rVTTestSubR28NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR28Entry  23 }

  rVTTestSubR28NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR28Entry  24 }

  rVTTestSubR28NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR28Entry  25 }

  rVTTestSubR28NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR28Entry  26 }

  rVTTestSubR28NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR28Entry  27 }

  rVTTestSubR28NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR28Entry  28 }

  rVTTestSubR28NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR28Entry  29 }

  rVTTestSubR28NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR28Entry  30 }

  rVTTestSubR28NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR28Entry  31 }

  rVTTestSubR28NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR28Entry  32 }

  rVTTestSubR28NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR28Entry  33 }

  rVTTestSubR28NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR28Entry  34 }

  rVTTestSubR28NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR28Entry  35 }

  rVTTestSubR28NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR28Entry  36 }

  rVTTestSubR28NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR28Entry  37 }

  rVTTestSubR28NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR28Entry  38 }

  rVTTestSubR28NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR28Entry  39 }

  rVTTestSubR28NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR28Entry  40 }

  rVTTestSubR28NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR28Entry  41 }

  rVTTestSubR28RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR28Entry  42 }

  rVTTestSubR28RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR28Entry  43 }

  rVTTestSubR28RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR28Entry  44 }

  rVTTestSubR28RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR28Entry  45 }

  rVTTestSubR28RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR28Entry  46 }

  rVTTestSubR28RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR28Entry  47 }

  rVTTestSubR28RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR28Entry  48 }

  rVTTestSubR28RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR28Entry  49 }

  rVTTestSubR28RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR28Entry  50 }

  rVTTestSubR28RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR28Entry  51 }

  rVTTestSubR28RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR28Entry  52 }

  rVTTestSubR28DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR28Entry  53 }

  rVTTestSubR28DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR28Entry  54 }

  rVTTestSubR28RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR28Entry  55 }

  rVTTestSubR28DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR28Entry  56 }

  rVTTestSubR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR28Entry  57 }

  rVTTestSubR28T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  58 }

  rVTTestSubR28T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  59 }

  rVTTestSubR28T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  60 }

  rVTTestSubR28T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  61 }

  rVTTestSubR28T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  62 }

  rVTTestSubR28T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  63 }

  rVTTestSubR28T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  64 }

  rVTTestSubR28T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  65 }

  rVTTestSubR28T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  66 }

  rVTTestSubR28T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  67 }

  rVTTestSubR28T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  68 }

  rVTTestSubR28T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  69 }

  rVTTestSubR28GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR28Entry  70 }

  rVTTestSubR28UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR28Entry  71 }

  rVTTestSubR28TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR28Entry  72 }

  rVTTestSubR28TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR28Entry  73 }

  rVTTestSubR28RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR28Entry  75 }

  rVTTestSubR28SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR28Entry  76 }

  rVTTestSubR28NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR28Entry  77 }

  rVTTestSubR28NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR28Entry  78 }

  rVTTestSubR28RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR28Entry  79 }

  rVTTestSubR28IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR28Entry  80 }

  rVTTestSubR28IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR28Entry  81 }

  rVTTestSubR28NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR28Entry  82 }

  rVTTestSubR28NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR28Entry  83 }

  rVTTestSubR28NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR28Entry  84 }

  rVTTestSubR28NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR28Entry  86 }

  rVTTestSubR28IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR28Entry  87 }

  rVTTestSubR28T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  90 }

  rVTTestSubR28T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  91 }

  rVTTestSubR28T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  92 }

  rVTTestSubR28T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  93 }

  rVTTestSubR28T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  94 }

  rVTTestSubR28LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR28Entry  95 }

  rVTTestSubR28LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR28Entry  96 }

  rVTTestSubR28LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR28Entry  97 }

  rVTTestSubR28LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR28Entry  98 }

  rVTTestSubR28LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR28Entry  99 }

  rVTTestSubR28NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR28Entry  100 }

  rVTTestSubR28NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR28Entry  101 }

  rVTTestSubR28NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR28Entry  102 }

  rVTTestSubR28NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR28Entry  103 }

  rVTTestSubR28NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR28Entry  104 }

  rVTTestSubR28NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR28Entry  105 }

  rVTTestSubR28NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR28Entry  106 }

  rVTTestSubR28NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR28Entry  107 }

  rVTTestSubR28T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  108 }

  rVTTestSubR28T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  109 }

  rVTTestSubR28T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  110 }

  rVTTestSubR28T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  111 }

  rVTTestSubR28T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  112 }

  rVTTestSubR28I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR28Entry  113 }

  rVTTestSubR28I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR28Entry  114 }

  rVTTestSubR28I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR28Entry  115 }

  rVTTestSubR28NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR28Entry  116 }

  rVTTestSubR28NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR28Entry  117 }

  rVTTestSubR28NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR28Entry  118 }

  rVTTestSubR28I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR28Entry  119 }

  rVTTestSubR28I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR28Entry  120 }

  rVTTestSubR28I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR28Entry  121 }

  rVTTestSubR28I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR28Entry  122 }

  rVTTestSubR28I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR28Entry  123 }

  rVTTestSubR28I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR28Entry  124 }

  rVTTestSubR28NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR28Entry  125 }

  rVTTestSubR28NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR28Entry  126 }

  rVTTestSubR28NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR28Entry  127 }

  rVTTestSubR28NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR28Entry  128 }

  rVTTestSubR28ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR28Entry  129 }

  rVTTestSubR28AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR28Entry  130 }

  rVTTestSubR28AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR28Entry  131 }

  rVTTestSubR28NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR28Entry  132 }

  rVTTestSubR28I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR28Entry  133 }

  rVTTestSubR28NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR28Entry  137 }

  rVTTestSubR28NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR28Entry  138 }

  rVTTestSubR28RtgCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - calling party number'."
    ::= { rVTTestSubR28Entry  139 }

  rVTTestSubR28RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR28Entry  140 }

  rVTTestSubR28LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR28Entry  141 }

  rVTTestSubR28LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR28Entry  142 }

  rVTTestSubR28LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR28Entry  143 }

  rVTTestSubR28LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR28Entry  144 }

  rVTTestSubR28LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR28Entry  145 }

  rVTTestSubR28LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR28Entry  146 }

  rVTTestSubR28LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR28Entry  147 }

  rVTTestSubR28LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR28Entry  148 }

  rVTTestSubR28LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR28Entry  149 }

  rVTTestSubR28LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR28Entry  150 }

  rVTTestSubR28LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR28Entry  151 }

  rVTTestSubR28LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR28Entry  152 }

  rVTTestSubR28LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR28Entry  153 }

  rVTTestSubR28LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR28Entry  154 }

  rVTTestSubR28LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR28Entry  155 }

  rVTTestSubR28I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR28Entry  156 }

  rVTTestSubR28I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR28Entry  157 }

  rVTTestSubR28I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR28Entry  158 }

  rVTTestSubR28I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR28Entry  159 }

  rVTTestSubR28ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  160 }

  rVTTestSubR28IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR28Entry  161 }

  rVTTestSubR28T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  162 }

  rVTTestSubR28T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  163 }

  rVTTestSubR28T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  164 }

  rVTTestSubR28T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  165 }

  rVTTestSubR28T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  166 }

  rVTTestSubR28T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  167 }

  rVTTestSubR28T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  169 }

  rVTTestSubR28T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  170 }

  rVTTestSubR28T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  171 }

  rVTTestSubR28T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  172 }

  rVTTestSubR28T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  173 }

  rVTTestSubR28T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  174 }

  rVTTestSubR28T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  176 }

  rVTTestSubR28T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  177 }

  rVTTestSubR28T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  178 }

  rVTTestSubR28T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  179 }

  rVTTestSubR28T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  180 }

  rVTTestSubR28T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  182 }

  rVTTestSubR28T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  183 }

  rVTTestSubR28T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  184 }

  rVTTestSubR28T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  185 }

  rVTTestSubR28T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  186 }

  rVTTestSubR28IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  187 }

  rVTTestSubR28T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  188 }

  rVTTestSubR28T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  189 }

  rVTTestSubR28T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  190 }

  rVTTestSubR28T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  191 }

  rVTTestSubR28T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  192 }

  rVTTestSubR28T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  193 }

  rVTTestSubR28T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  195 }

  rVTTestSubR28T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  196 }

  rVTTestSubR28T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  197 }

  rVTTestSubR28T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  198 }

  rVTTestSubR28T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  199 }

  rVTTestSubR28T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  200 }

  rVTTestSubR28T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  202 }

  rVTTestSubR28T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  203 }

  rVTTestSubR28T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  204 }

  rVTTestSubR28T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  205 }

  rVTTestSubR28T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  206 }

  rVTTestSubR28T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  208 }

  rVTTestSubR28T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  209 }

  rVTTestSubR28T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  210 }

  rVTTestSubR28T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  211 }

  rVTTestSubR28T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  212 }

  rVTTestSubR28IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  213 }

  rVTTestSubR28T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  214 }

  rVTTestSubR28T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  215 }

  rVTTestSubR28T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  216 }

  rVTTestSubR28T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  217 }

  rVTTestSubR28T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  218 }

  rVTTestSubR28T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  219 }

  rVTTestSubR28T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  221 }

  rVTTestSubR28T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  222 }

  rVTTestSubR28T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  223 }

  rVTTestSubR28T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  224 }

  rVTTestSubR28T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  225 }

  rVTTestSubR28T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  226 }

  rVTTestSubR28T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  228 }

  rVTTestSubR28T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  229 }

  rVTTestSubR28T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  230 }

  rVTTestSubR28T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  231 }

  rVTTestSubR28T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  232 }

  rVTTestSubR28T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  234 }

  rVTTestSubR28T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  235 }

  rVTTestSubR28T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  236 }

  rVTTestSubR28T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  237 }

  rVTTestSubR28T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  238 }

  rVTTestSubR28IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  239 }

  rVTTestSubR28T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  240 }

  rVTTestSubR28T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  241 }

  rVTTestSubR28T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  242 }

  rVTTestSubR28T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  243 }

  rVTTestSubR28T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  244 }

  rVTTestSubR28T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  245 }

  rVTTestSubR28T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  247 }

  rVTTestSubR28T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  248 }

  rVTTestSubR28T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  249 }

  rVTTestSubR28T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  250 }

  rVTTestSubR28T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  251 }

  rVTTestSubR28T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  252 }

  rVTTestSubR28T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  254 }

  rVTTestSubR28T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  255 }

  rVTTestSubR28T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  256 }

  rVTTestSubR28T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  257 }

  rVTTestSubR28T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  258 }

  rVTTestSubR28T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  260 }

  rVTTestSubR28T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  261 }

  rVTTestSubR28T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  262 }

  rVTTestSubR28T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  263 }

  rVTTestSubR28T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  264 }

  rVTTestSubR28IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  265 }

  rVTTestSubR28T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  266 }

  rVTTestSubR28T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  267 }

  rVTTestSubR28T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  268 }

  rVTTestSubR28T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  269 }

  rVTTestSubR28T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  270 }

  rVTTestSubR28T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  271 }

  rVTTestSubR28T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  273 }

  rVTTestSubR28T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  274 }

  rVTTestSubR28T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  275 }

  rVTTestSubR28T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  276 }

  rVTTestSubR28T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  277 }

  rVTTestSubR28T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  278 }

  rVTTestSubR28T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  280 }

  rVTTestSubR28T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  281 }

  rVTTestSubR28T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  282 }

  rVTTestSubR28T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  283 }

  rVTTestSubR28T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  284 }

  rVTTestSubR28T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  286 }

  rVTTestSubR28T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  287 }

  rVTTestSubR28T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  288 }

  rVTTestSubR28T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  289 }

  rVTTestSubR28T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  290 }

  rVTTestSubR28IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  291 }

  rVTTestSubR28T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  292 }

  rVTTestSubR28T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  293 }

  rVTTestSubR28T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  294 }

  rVTTestSubR28T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  295 }

  rVTTestSubR28T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  296 }

  rVTTestSubR28T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  297 }

  rVTTestSubR28T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  299 }

  rVTTestSubR28T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  300 }

  rVTTestSubR28T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  301 }

  rVTTestSubR28T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  302 }

  rVTTestSubR28T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  303 }

  rVTTestSubR28T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  304 }

  rVTTestSubR28T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  306 }

  rVTTestSubR28T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  307 }

  rVTTestSubR28T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  308 }

  rVTTestSubR28T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  309 }

  rVTTestSubR28T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  310 }

  rVTTestSubR28T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  312 }

  rVTTestSubR28T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  313 }

  rVTTestSubR28T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  314 }

  rVTTestSubR28T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  315 }

  rVTTestSubR28T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  316 }

  rVTTestSubR28IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  317 }

  rVTTestSubR28T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  318 }

  rVTTestSubR28T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  319 }

  rVTTestSubR28T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  320 }

  rVTTestSubR28T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  321 }

  rVTTestSubR28T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  322 }

  rVTTestSubR28T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  323 }

  rVTTestSubR28T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  325 }

  rVTTestSubR28T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  326 }

  rVTTestSubR28T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  327 }

  rVTTestSubR28T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  328 }

  rVTTestSubR28T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  329 }

  rVTTestSubR28T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  330 }

  rVTTestSubR28T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  332 }

  rVTTestSubR28T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  333 }

  rVTTestSubR28T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  334 }

  rVTTestSubR28T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  335 }

  rVTTestSubR28T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  336 }

  rVTTestSubR28T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  338 }

  rVTTestSubR28T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  339 }

  rVTTestSubR28T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  340 }

  rVTTestSubR28T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  341 }

  rVTTestSubR28T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  342 }

  rVTTestSubR28IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  343 }

  rVTTestSubR28T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  344 }

  rVTTestSubR28T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  345 }

  rVTTestSubR28T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  346 }

  rVTTestSubR28T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  347 }

  rVTTestSubR28T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  348 }

  rVTTestSubR28T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  349 }

  rVTTestSubR28T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  351 }

  rVTTestSubR28T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  352 }

  rVTTestSubR28T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  353 }

  rVTTestSubR28T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  354 }

  rVTTestSubR28T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  355 }

  rVTTestSubR28T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  356 }

  rVTTestSubR28T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  358 }

  rVTTestSubR28T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  359 }

  rVTTestSubR28T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  360 }

  rVTTestSubR28T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  361 }

  rVTTestSubR28T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  362 }

  rVTTestSubR28T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  364 }

  rVTTestSubR28T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  365 }

  rVTTestSubR28T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  366 }

  rVTTestSubR28T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  367 }

  rVTTestSubR28T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  368 }

  rVTTestSubR28IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  369 }

  rVTTestSubR28T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  370 }

  rVTTestSubR28T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  371 }

  rVTTestSubR28T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  372 }

  rVTTestSubR28T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  373 }

  rVTTestSubR28T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  374 }

  rVTTestSubR28T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  375 }

  rVTTestSubR28T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  377 }

  rVTTestSubR28T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  378 }

  rVTTestSubR28T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  379 }

  rVTTestSubR28T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  380 }

  rVTTestSubR28T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  381 }

  rVTTestSubR28T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  382 }

  rVTTestSubR28T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  384 }

  rVTTestSubR28T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  385 }

  rVTTestSubR28T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  386 }

  rVTTestSubR28T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  387 }

  rVTTestSubR28T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  388 }

  rVTTestSubR28T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  390 }

  rVTTestSubR28T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  391 }

  rVTTestSubR28T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  392 }

  rVTTestSubR28T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  393 }

  rVTTestSubR28T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  394 }

  rVTTestSubR28IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  395 }

  rVTTestSubR28T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  396 }

  rVTTestSubR28T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  397 }

  rVTTestSubR28T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  398 }

  rVTTestSubR28T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  399 }

  rVTTestSubR28T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  400 }

  rVTTestSubR28T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  401 }

  rVTTestSubR28T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  403 }

  rVTTestSubR28T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  404 }

  rVTTestSubR28T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  405 }

  rVTTestSubR28T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  406 }

  rVTTestSubR28T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  407 }

  rVTTestSubR28T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  408 }

  rVTTestSubR28T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  410 }

  rVTTestSubR28T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  411 }

  rVTTestSubR28T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  412 }

  rVTTestSubR28T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  413 }

  rVTTestSubR28T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  414 }

  rVTTestSubR28T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  416 }

  rVTTestSubR28T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  417 }

  rVTTestSubR28T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  418 }

  rVTTestSubR28T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  419 }

  rVTTestSubR28T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  420 }

  rVTTestSubR28IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  421 }

  rVTTestSubR28ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR28Entry  422 }

  rVTTestSubR28ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR28Entry  423 }

  rVTTestSubR28T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  424 }

  rVTTestSubR28T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  425 }

  rVTTestSubR28T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  426 }

  rVTTestSubR28T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  427 }

  rVTTestSubR28T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  428 }

  rVTTestSubR28T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  429 }

  rVTTestSubR28T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  431 }

  rVTTestSubR28T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  432 }

  rVTTestSubR28T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  433 }

  rVTTestSubR28T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  434 }

  rVTTestSubR28T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  435 }

  rVTTestSubR28T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  436 }

  rVTTestSubR28T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  438 }

  rVTTestSubR28T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  439 }

  rVTTestSubR28T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  440 }

  rVTTestSubR28T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  441 }

  rVTTestSubR28T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  442 }

  rVTTestSubR28T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  444 }

  rVTTestSubR28T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  445 }

  rVTTestSubR28T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  446 }

  rVTTestSubR28T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  447 }

  rVTTestSubR28T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  448 }

  rVTTestSubR28ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  449 }

  rVTTestSubR28T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  450 }

  rVTTestSubR28T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  451 }

  rVTTestSubR28T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  452 }

  rVTTestSubR28T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  453 }

  rVTTestSubR28T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  454 }

  rVTTestSubR28T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  455 }

  rVTTestSubR28T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  457 }

  rVTTestSubR28T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  458 }

  rVTTestSubR28T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  459 }

  rVTTestSubR28T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  460 }

  rVTTestSubR28T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  461 }

  rVTTestSubR28T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  462 }

  rVTTestSubR28T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  464 }

  rVTTestSubR28T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  465 }

  rVTTestSubR28T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  466 }

  rVTTestSubR28T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  467 }

  rVTTestSubR28T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  468 }

  rVTTestSubR28T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  470 }

  rVTTestSubR28T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  471 }

  rVTTestSubR28T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  472 }

  rVTTestSubR28T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  473 }

  rVTTestSubR28T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  474 }

  rVTTestSubR28ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  475 }

  rVTTestSubR28T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  476 }

  rVTTestSubR28T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  477 }

  rVTTestSubR28T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  478 }

  rVTTestSubR28T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  479 }

  rVTTestSubR28T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  480 }

  rVTTestSubR28T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  481 }

  rVTTestSubR28T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  483 }

  rVTTestSubR28T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  484 }

  rVTTestSubR28T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  485 }

  rVTTestSubR28T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  486 }

  rVTTestSubR28T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  487 }

  rVTTestSubR28T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  488 }

  rVTTestSubR28T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  490 }

  rVTTestSubR28T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  491 }

  rVTTestSubR28T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  492 }

  rVTTestSubR28T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  493 }

  rVTTestSubR28T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  494 }

  rVTTestSubR28T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  496 }

  rVTTestSubR28T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  497 }

  rVTTestSubR28T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  498 }

  rVTTestSubR28T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  499 }

  rVTTestSubR28T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  500 }

  rVTTestSubR28ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  501 }

  rVTTestSubR28T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  502 }

  rVTTestSubR28T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  503 }

  rVTTestSubR28T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  504 }

  rVTTestSubR28T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  505 }

  rVTTestSubR28T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  506 }

  rVTTestSubR28T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  507 }

  rVTTestSubR28T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  509 }

  rVTTestSubR28T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  510 }

  rVTTestSubR28T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  511 }

  rVTTestSubR28T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  512 }

  rVTTestSubR28T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  513 }

  rVTTestSubR28T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  514 }

  rVTTestSubR28T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  516 }

  rVTTestSubR28T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  517 }

  rVTTestSubR28T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  518 }

  rVTTestSubR28T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  519 }

  rVTTestSubR28T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  520 }

  rVTTestSubR28T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  522 }

  rVTTestSubR28T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  523 }

  rVTTestSubR28T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  524 }

  rVTTestSubR28T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  525 }

  rVTTestSubR28T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  526 }

  rVTTestSubR28ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  527 }

  rVTTestSubR28T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  528 }

  rVTTestSubR28T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  529 }

  rVTTestSubR28T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  530 }

  rVTTestSubR28T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  531 }

  rVTTestSubR28T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  532 }

  rVTTestSubR28T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  533 }

  rVTTestSubR28T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  535 }

  rVTTestSubR28T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  536 }

  rVTTestSubR28T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  537 }

  rVTTestSubR28T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  538 }

  rVTTestSubR28T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  539 }

  rVTTestSubR28T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  540 }

  rVTTestSubR28T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  542 }

  rVTTestSubR28T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  543 }

  rVTTestSubR28T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  544 }

  rVTTestSubR28T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  545 }

  rVTTestSubR28T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  546 }

  rVTTestSubR28T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  548 }

  rVTTestSubR28T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  549 }

  rVTTestSubR28T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  550 }

  rVTTestSubR28T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  551 }

  rVTTestSubR28T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  552 }

  rVTTestSubR28ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  553 }

  rVTTestSubR28T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  554 }

  rVTTestSubR28T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  555 }

  rVTTestSubR28T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  556 }

  rVTTestSubR28T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  557 }

  rVTTestSubR28T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  558 }

  rVTTestSubR28T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  559 }

  rVTTestSubR28T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  561 }

  rVTTestSubR28T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  562 }

  rVTTestSubR28T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  563 }

  rVTTestSubR28T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  564 }

  rVTTestSubR28T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  565 }

  rVTTestSubR28T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  566 }

  rVTTestSubR28T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  568 }

  rVTTestSubR28T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  569 }

  rVTTestSubR28T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  570 }

  rVTTestSubR28T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  571 }

  rVTTestSubR28T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  572 }

  rVTTestSubR28T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  574 }

  rVTTestSubR28T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  575 }

  rVTTestSubR28T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  576 }

  rVTTestSubR28T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  577 }

  rVTTestSubR28T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  578 }

  rVTTestSubR28ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  579 }

  rVTTestSubR28T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  580 }

  rVTTestSubR28T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  581 }

  rVTTestSubR28T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  582 }

  rVTTestSubR28T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  583 }

  rVTTestSubR28T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  584 }

  rVTTestSubR28T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  585 }

  rVTTestSubR28T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  587 }

  rVTTestSubR28T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  588 }

  rVTTestSubR28T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  589 }

  rVTTestSubR28T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  590 }

  rVTTestSubR28T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  591 }

  rVTTestSubR28T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  592 }

  rVTTestSubR28T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  594 }

  rVTTestSubR28T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  595 }

  rVTTestSubR28T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  596 }

  rVTTestSubR28T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  597 }

  rVTTestSubR28T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  598 }

  rVTTestSubR28T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  600 }

  rVTTestSubR28T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  601 }

  rVTTestSubR28T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  602 }

  rVTTestSubR28T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  603 }

  rVTTestSubR28T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  604 }

  rVTTestSubR28ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  605 }

  rVTTestSubR28T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  606 }

  rVTTestSubR28T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  607 }

  rVTTestSubR28T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  608 }

  rVTTestSubR28T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  609 }

  rVTTestSubR28T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  610 }

  rVTTestSubR28T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  611 }

  rVTTestSubR28T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  613 }

  rVTTestSubR28T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  614 }

  rVTTestSubR28T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  615 }

  rVTTestSubR28T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  616 }

  rVTTestSubR28T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  617 }

  rVTTestSubR28T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  618 }

  rVTTestSubR28T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  620 }

  rVTTestSubR28T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  621 }

  rVTTestSubR28T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  622 }

  rVTTestSubR28T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  623 }

  rVTTestSubR28T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  624 }

  rVTTestSubR28T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  626 }

  rVTTestSubR28T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  627 }

  rVTTestSubR28T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  628 }

  rVTTestSubR28T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  629 }

  rVTTestSubR28T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  630 }

  rVTTestSubR28ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  631 }

  rVTTestSubR28T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  632 }

  rVTTestSubR28T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  633 }

  rVTTestSubR28T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  634 }

  rVTTestSubR28T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  635 }

  rVTTestSubR28T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  636 }

  rVTTestSubR28T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  637 }

  rVTTestSubR28T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  639 }

  rVTTestSubR28T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  640 }

  rVTTestSubR28T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  641 }

  rVTTestSubR28T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  642 }

  rVTTestSubR28T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  643 }

  rVTTestSubR28T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  644 }

  rVTTestSubR28T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  646 }

  rVTTestSubR28T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  647 }

  rVTTestSubR28T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  648 }

  rVTTestSubR28T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  649 }

  rVTTestSubR28T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  650 }

  rVTTestSubR28T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  652 }

  rVTTestSubR28T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  653 }

  rVTTestSubR28T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  654 }

  rVTTestSubR28T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  655 }

  rVTTestSubR28T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  656 }

  rVTTestSubR28ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  657 }

  rVTTestSubR28T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  658 }

  rVTTestSubR28T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  659 }

  rVTTestSubR28T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  660 }

  rVTTestSubR28T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  661 }

  rVTTestSubR28T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  662 }

  rVTTestSubR28T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR28Entry  663 }

  rVTTestSubR28T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  665 }

  rVTTestSubR28T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  666 }

  rVTTestSubR28T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  667 }

  rVTTestSubR28T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  668 }

  rVTTestSubR28T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  669 }

  rVTTestSubR28T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR28Entry  670 }

  rVTTestSubR28T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  672 }

  rVTTestSubR28T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  673 }

  rVTTestSubR28T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  674 }

  rVTTestSubR28T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  675 }

  rVTTestSubR28T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR28Entry  676 }

  rVTTestSubR28T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  678 }

  rVTTestSubR28T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  679 }

  rVTTestSubR28T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  680 }

  rVTTestSubR28T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  681 }

  rVTTestSubR28T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR28Entry  682 }

  rVTTestSubR28ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  683 }

  rVTTestSubR28ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR28Entry  684 }

  rVTTestSubR28ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR28Entry  685 }

  rVTTestSubR28NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR28Entry  686 }

  rVTTestSubR28NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR28Entry  687 }

  rVTTestSubR28NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR28Entry  688 }

  rVTTestSubR28NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR28Entry  689 }

  rVTTestSubR28NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR28Entry  690 }

  rVTTestSubR28NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR28Entry  691 }

  rVTTestSubR28NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR28Entry  692 }

  rVTTestSubR28NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR28Entry  693 }

  rVTTestSubR28NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR28Entry  694 }

  rVTTestSubR28NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR28Entry  695 }

  rVTTestSubR28NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR28Entry  696 }

  rVTTestSubR28NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR28Entry  697 }

  rVTTestSubR28NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR28Entry  698 }

  rVTTestSubR28NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR28Entry  699 }

  rVTTestSubR28NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR28Entry  700 }

  rVTTestSubR28NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR28Entry  701 }

  rVTTestSubR28NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR28Entry  702 }

  rVTTestSubR28NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR28Entry  703 }

  rVTTestSubR28RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR28Entry  704 }

  rVTTestSubR28IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR28Entry  706 }

  rVTTestSubR28I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  712 }

  rVTTestSubR28I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  713 }

  rVTTestSubR28SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  800 }

  rVTTestSubR28SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  801 }

  rVTTestSubR28SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR28Entry  802 }

  rVTTestSubR28SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  810 }

  rVTTestSubR28SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  811 }

  rVTTestSubR28SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  812 }

  rVTTestSubR28SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  813 }

  rVTTestSubR28SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  814 }

  rVTTestSubR28SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  815 }

  rVTTestSubR28SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  816 }

  rVTTestSubR28SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR28Entry  817 }

  rVTTestSubR28SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR28Entry  818 }

  rVTTestSubR28SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  822 }

  rVTTestSubR28SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  823 }

  rVTTestSubR28SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR28Entry  824 }

  rVTTestSubR28CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR28Entry  825 }

  rVTTestSubR28SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  826 }

  rVTTestSubR28SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR28Entry  827 }

  rVTTestSubR28SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR28Entry  828 }

  rVTTestSubR28NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR28Entry  829 }

  rVTTestSubR28DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR28Entry  830 }

  rVTTestSubR28DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR28Entry  831 }

  rVTTestSubR28DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR28Entry  832 }

  rVTTestSubR28HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR28Entry  833 }

  rVTTestSubR28MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR28Entry  834 }

  rVTTestSubR28NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR28Entry  835 }

  rVTTestSubR28NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR28Entry  836 }

  rVTTestSubR28RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR28Entry  837 }

  rVTTestSubR28IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR28Entry  838 }

  rVTTestSubR28I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  839 }

  rVTTestSubR28I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  840 }

  rVTTestSubR28I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  841 }

  rVTTestSubR28I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR28Entry  842 }

  rVTTestSubR28ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR28Entry  843 }

  rVTTestSubR28ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR28Entry  844 }

  rVTTestSubR28RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR28Entry  845 }

  rVTTestSubR28RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR28Entry  846 }

  rVTTestSubR28RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR28Entry  847 }

  rVTTestSubR28ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR28Entry  848 }

  rVTTestSubR28ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR28Entry  849 }

  rVTTestSubR28I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR28Entry  850 }

  rVTTestSubR28SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR28Entry  851 }

  rVTTestSubR28NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestSubR28Entry  852 }

  rVTTestSubR28NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR28Entry  853 }

  rVTTestSubR28RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestSubR28Entry  854 }

  rVTTestSubR28RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR28Entry  855 }

  rVTTestSubR28NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestSubR28Entry  856 }

  rVTTestSubR28NVModSatelliteIndicator OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified satellite indicator'."
    ::= { rVTTestSubR28Entry  857 }

  rVTTestSubR28RtgClgPartyNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number scope'."
    ::= { rVTTestSubR28Entry  858 }

  rVTTestSubR28RtgClgPartyNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number incomplete'."
    ::= { rVTTestSubR28Entry  859 }

  rVTTestSubR28RtgClgPartyNumNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number number plan indicator'."
    ::= { rVTTestSubR28Entry  860 }

  rVTTestSubR28RtgClgPartyNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number presentation restricted'."
    ::= { rVTTestSubR28Entry  861 }

  rVTTestSubR28RtgClgPartyNumScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number screening indicator'."
    ::= { rVTTestSubR28Entry  862 }

  rVTTestSubR28NumVldnCallTags OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation - call tags'."
    ::= { rVTTestSubR28Entry  863 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Table'                                              */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rPSRoutingTableR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSRoutingTableR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2595 }

  rPSRoutingTableR16Entry OBJECT-TYPE
    SYNTAX       RPSRoutingTableR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSRoutingTableR16NEConn,
             rPSRoutingTableR16NetwkElement,
             rPSRoutingTableR16CFSIx,
             rPSRoutingTableR16CfgSetIx,
             rPSRoutingTableR16RtgTblIx }
    ::= {  rPSRoutingTableR16Table  1  }

  RPSRoutingTableR16Entry  ::=  SEQUENCE
  {
    rPSRoutingTableR16NEConn           Unsigned32,
    rPSRoutingTableR16NetwkElement     DisplayString,
    rPSRoutingTableR16CFSIx            Unsigned32,
    rPSRoutingTableR16CfgSetIx         Unsigned32,
    rPSRoutingTableR16RtgTblIx         Unsigned32,
    rPSRoutingTableR16RtgTblType       INTEGER,
    rPSRoutingTableR16RowStatus        RowStatus,
    rPSRoutingTableR16ExportCorr       Counter64,
    rPSRoutingTableR16ExportNumObjectsExported
                                       Integer32,
    rPSRoutingTableR16ExportStatus     DisplayString,
    rPSRoutingTableR16ExportFile       DisplayString,
    rPSRoutingTableR16ExportCorrNode   DisplayString,
    rPSRoutingTableR16DoExtraActions   INTEGER,
    rPSRoutingTableR16RtgActionAlrmsAtndDp
                                       Integer32,
    rPSRoutingTableR16RtgActionAlrmEvtsAtndDp
                                       Integer32,
    rPSRoutingTableR16SummaryChldAlrmState
                                       INTEGER,
    rPSRoutingTableR16ExportCorrUID    DisplayString,
    rPSRoutingTableR16RtgTblName       DisplayString,
    rPSRoutingTableR16MatchAttr1       INTEGER,
    rPSRoutingTableR16MatchAttr2       INTEGER,
    rPSRoutingTableR16MatchAttr3       INTEGER,
    rPSRoutingTableR16TotChldAlrmsAtndDp
                                       Unsigned32,
    rPSRoutingTableR16TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    rPSRoutingTableR16FirstChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR16SecondChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR16ThirdChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR16RtgPolicyChoiceControl
                                       INTEGER,
    rPSRoutingTableR16ARRBehavior      INTEGER,
    rPSRoutingTableR16ExportIncASRepData
                                       INTEGER,
    rPSRoutingTableR16ExportChldObjectsToInc
                                       INTEGER
  }

  rPSRoutingTableR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSRoutingTableR16Entry  1 }

  rPSRoutingTableR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSRoutingTableR16Entry  2 }

  rPSRoutingTableR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSRoutingTableR16Entry  3 }

  rPSRoutingTableR16CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSRoutingTableR16Entry  4 }

  rPSRoutingTableR16RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSRoutingTableR16Entry  5 }

  rPSRoutingTableR16RtgTblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   destinationAddress(1),
                   sourceAddress(2),
                   transitAddress(3),
                   currentTime(4),
                   sequentialSelection(5),
                   weightedRandom(6),
                   stickyRandom(7),
                   callGapping(8),
                   incomingMediaType(13),
                   subscriberNVAndRoutingAttributes(14),
                   numberValidationAttributes(23),
                   incomingReleaseCause(24),
                   bearerCapability(25),
                   callingPartyCategory(26),
                   propagationDelay(27),
                   satelliteIndicator(28),
                   iSUPPreferenceIndicator(29),
                   germanNationalISUPUKKParameter(30),
                   germanNationalISUPSSPParameter(31),
                   flexibleRoutingPolicy(32),
                   signaledCallerID(33)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table type'."
    ::= { rPSRoutingTableR16Entry  6 }

  rPSRoutingTableR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSRoutingTableR16Entry  7 }

  rPSRoutingTableR16ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSRoutingTableR16Entry  8 }

  rPSRoutingTableR16ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSRoutingTableR16Entry  9 }

  rPSRoutingTableR16ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSRoutingTableR16Entry  10 }

  rPSRoutingTableR16ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSRoutingTableR16Entry  11 }

  rPSRoutingTableR16ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSRoutingTableR16Entry  12 }

  rPSRoutingTableR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSRoutingTableR16Entry  13 }

  rPSRoutingTableR16RtgActionAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarms'."
    ::= { rPSRoutingTableR16Entry  14 }

  rPSRoutingTableR16RtgActionAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSRoutingTableR16Entry  15 }

  rPSRoutingTableR16SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSRoutingTableR16Entry  16 }

  rPSRoutingTableR16ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSRoutingTableR16Entry  17 }

  rPSRoutingTableR16RtgTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table name'."
    ::= { rPSRoutingTableR16Entry  18 }

  rPSRoutingTableR16MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR16Entry  19 }

  rPSRoutingTableR16MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR16Entry  20 }

  rPSRoutingTableR16MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR16Entry  21 }

  rPSRoutingTableR16TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSRoutingTableR16Entry  22 }

  rPSRoutingTableR16TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSRoutingTableR16Entry  23 }

  rPSRoutingTableR16FirstChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First choice routing policy'."
    DEFVAL       { 1 }
    ::= { rPSRoutingTableR16Entry  24 }

  rPSRoutingTableR16SecondChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR16Entry  25 }

  rPSRoutingTableR16ThirdChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Third choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR16Entry  26 }

  rPSRoutingTableR16RtgPolicyChoiceControl OBJECT-TYPE
    SYNTAX       INTEGER {
                   sequential(0),
                   bestAvailableOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy choice control'."
    DEFVAL       { sequential }
    ::= { rPSRoutingTableR16Entry  27 }

  rPSRoutingTableR16ARRBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectNewLabel(0),
                   continueWithCurrentLabel(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR behavior'."
    DEFVAL       { selectNewLabel }
    ::= { rPSRoutingTableR16Entry  28 }

  rPSRoutingTableR16ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSRoutingTableR16Entry  29 }

  rPSRoutingTableR16ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSRoutingTableR16Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.5                                                               */
-- /* Deprecated from: 9.5.10                                                       */
-- /*********************************************************************************/

  rPSNumVldnTableR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2596 }

  rPSNumVldnTableR21Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR21NEConn,
             rPSNumVldnTableR21NetwkElement,
             rPSNumVldnTableR21CFSIx,
             rPSNumVldnTableR21CfgSetIx,
             rPSNumVldnTableR21NumVldnTblIx }
    ::= {  rPSNumVldnTableR21Table  1  }

  RPSNumVldnTableR21Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR21NEConn           Unsigned32,
    rPSNumVldnTableR21NetwkElement     DisplayString,
    rPSNumVldnTableR21CFSIx            Unsigned32,
    rPSNumVldnTableR21CfgSetIx         Unsigned32,
    rPSNumVldnTableR21NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR21NumVldnTblName   DisplayString,
    rPSNumVldnTableR21SearchType       INTEGER,
    rPSNumVldnTableR21MatchAttr1       INTEGER,
    rPSNumVldnTableR21MatchAttr2       INTEGER,
    rPSNumVldnTableR21MatchAttr3       INTEGER,
    rPSNumVldnTableR21I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR21I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR21I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR21I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR21I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR21DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR21RowStatus        RowStatus,
    rPSNumVldnTableR21ExportCorr       Counter64,
    rPSNumVldnTableR21I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR21I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR21I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR21I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR21I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR21ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR21ExportStatus     DisplayString,
    rPSNumVldnTableR21ExportFile       DisplayString,
    rPSNumVldnTableR21DefMtchAct       INTEGER,
    rPSNumVldnTableR21ExportCorrNode   DisplayString,
    rPSNumVldnTableR21DoExtraActions   INTEGER,
    rPSNumVldnTableR21ExportCorrUID    DisplayString,
    rPSNumVldnTableR21AddrMatchType    INTEGER,
    rPSNumVldnTableR21TblType          INTEGER,
    rPSNumVldnTableR21Filename         DisplayString,
    rPSNumVldnTableR21FileLoadStatus   INTEGER,
    rPSNumVldnTableR21FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR21NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR21FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR21MemUsage         Unsigned32,
    rPSNumVldnTableR21OverrideHeader   DisplayString,
    rPSNumVldnTableR21ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR21I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR21I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR21I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR21I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR21I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR21FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR21ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR21ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR21Entry  1 }

  rPSNumVldnTableR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR21Entry  2 }

  rPSNumVldnTableR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR21Entry  3 }

  rPSNumVldnTableR21CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR21Entry  4 }

  rPSNumVldnTableR21NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR21Entry  5 }

  rPSNumVldnTableR21NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR21Entry  6 }

  rPSNumVldnTableR21SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR21Entry  7 }

  rPSNumVldnTableR21MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR21Entry  8 }

  rPSNumVldnTableR21MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR21Entry  9 }

  rPSNumVldnTableR21MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR21Entry  10 }

  rPSNumVldnTableR21I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR21Entry  11 }

  rPSNumVldnTableR21I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR21Entry  12 }

  rPSNumVldnTableR21I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR21Entry  13 }

  rPSNumVldnTableR21I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR21Entry  14 }

  rPSNumVldnTableR21I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR21Entry  15 }

  rPSNumVldnTableR21DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR21Entry  16 }

  rPSNumVldnTableR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR21Entry  17 }

  rPSNumVldnTableR21ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR21Entry  18 }

  rPSNumVldnTableR21I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  19 }

  rPSNumVldnTableR21I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  20 }

  rPSNumVldnTableR21I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  21 }

  rPSNumVldnTableR21I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  22 }

  rPSNumVldnTableR21I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  23 }

  rPSNumVldnTableR21ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR21Entry  24 }

  rPSNumVldnTableR21ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR21Entry  25 }

  rPSNumVldnTableR21ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR21Entry  26 }

  rPSNumVldnTableR21DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR21Entry  27 }

  rPSNumVldnTableR21ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR21Entry  28 }

  rPSNumVldnTableR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR21Entry  29 }

  rPSNumVldnTableR21ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR21Entry  30 }

  rPSNumVldnTableR21AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7),
                   signaledCallerID(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR21Entry  31 }

  rPSNumVldnTableR21TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR21Entry  32 }

  rPSNumVldnTableR21Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR21Entry  33 }

  rPSNumVldnTableR21FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR21Entry  34 }

  rPSNumVldnTableR21FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR21Entry  35 }

  rPSNumVldnTableR21NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR21Entry  36 }

  rPSNumVldnTableR21FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR21Entry  37 }

  rPSNumVldnTableR21MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR21Entry  38 }

  rPSNumVldnTableR21OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR21Entry  39 }

  rPSNumVldnTableR21ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR21Entry  40 }

  rPSNumVldnTableR21I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  41 }

  rPSNumVldnTableR21I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  42 }

  rPSNumVldnTableR21I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  43 }

  rPSNumVldnTableR21I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  44 }

  rPSNumVldnTableR21I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR21Entry  45 }

  rPSNumVldnTableR21FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR21Entry  46 }

  rPSNumVldnTableR21ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR21Entry  47 }

  rPSNumVldnTableR21ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR21Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Network Element'                                            */
-- /* Valid from: 9.5                                                               */
-- /*********************************************************************************/

  netElementR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2597 }

  netElementR19Entry OBJECT-TYPE
    SYNTAX       NetElementR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementR19NEConn,
             netElementR19NetwkElement }
    ::= {  netElementR19Table  1  }

  NetElementR19Entry  ::=  SEQUENCE
  {
    netElementR19NEConn                Unsigned32,
    netElementR19NetwkElement          DisplayString,
    netElementR19UniqueSysIdentifier   DisplayString,
    netElementR19DeactivnMode          INTEGER,
    netElementR19MinLoggingSeverityLvlStorage
                                       Unsigned32,
    netElementR19ActivnState           INTEGER,
    netElementR19PercentageCfgUpload   Unsigned32,
    netElementR19FailEvts              Unsigned32,
    netElementR19Time                  Unsigned32,
    netElementR19SoftwareUpgradeState  INTEGER,
    netElementR19ProcASoftwareUpgradeAction
                                       INTEGER,
    netElementR19ProcASoftwareLvlRunning
                                       INTEGER,
    netElementR19ProcAUpLvlVersionLvl  Integer32,
    netElementR19ProcAUpLvlServLvl     Integer32,
    netElementR19ProcAUpLvlBootLvl     Integer32,
    netElementR19ProcABackLvlVersionLvl
                                       Integer32,
    netElementR19ProcABackLvlServLvl   Integer32,
    netElementR19ProcABackLvlBootLvl   Integer32,
    netElementR19ProcANativeLvlVersionLvl
                                       Integer32,
    netElementR19ProcANativeLvlServLvl Integer32,
    netElementR19ProcANativeLvlBootLvl Integer32,
    netElementR19ProcBSoftwareUpgradeAction
                                       INTEGER,
    netElementR19ProcBSoftwareLvlRunning
                                       INTEGER,
    netElementR19ProcBUpLvlVersionLvl  Integer32,
    netElementR19ProcBUpLvlServLvl     Integer32,
    netElementR19ProcBUpLvlBootLvl     Integer32,
    netElementR19ProcBBackLvlVersionLvl
                                       Integer32,
    netElementR19ProcBBackLvlServLvl   Integer32,
    netElementR19ProcBBackLvlBootLvl   Integer32,
    netElementR19ProcBNativeLvlVersionLvl
                                       Integer32,
    netElementR19ProcBNativeLvlServLvl Integer32,
    netElementR19ProcBNativeLvlBootLvl Integer32,
    netElementR19AlrmState             INTEGER,
    netElementR19AlrmLogCorr           Counter64,
    netElementR19AlrmEvtsAttnRq        Integer32,
    netElementR19AlrmStateTimestamp    Unsigned32,
    netElementR19AlrmResetTimestamp    Unsigned32,
    netElementR19RowStatus             RowStatus,
    netElementR19OperStatus            OperStatus,
    netElementR19GlobalSigIPv4Addr     DisplayString,
    netElementR19GlobalManagementIPAddr
                                       DisplayString,
    netElementR19GlobalCDCIRIIPAddr    DisplayString,
    netElementR19GlobalIPAddr          DisplayString,
    netElementR19NetwkElementType      INTEGER,
    netElementR19ClusterName           DisplayString,
    netElementR19PrimaryServer         INTEGER,
    netElementR19SysType               INTEGER,
    netElementR19ProcAType             INTEGER,
    netElementR19ProcBType             INTEGER,
    netElementR19SoftwareUpgradeUpgradeState
                                       INTEGER,
    netElementR19SoftwareUpgradeFirmwareUpgradeState
                                       LongDisplayString,
    netElementR19SoftwareUpgradeNextAction
                                       INTEGER,
    netElementR19PrimaryMetaViewDirectorServer
                                       INTEGER,
    netElementR19NetwkElementName      DisplayString,
    netElementR19DoExtraActions        INTEGER,
    netElementR19GlobalMediaIPv4Addr   DisplayString,
    netElementR19StatisticsAlrms       Integer32,
    netElementR19GlobalSigIPv6Addr     DisplayString,
    netElementR19GlobalMediaIPv6Addr   DisplayString,
    netElementR19HwProcSigIPv4Addr     DisplayString,
    netElementR19HwProcSigIPv6Addr     DisplayString,
    netElementR19HwProcMdIPv4Addr      DisplayString,
    netElementR19HwProcMdIPv6Addr      DisplayString,
    netElementR19PrimaryProcessor      INTEGER,
    netElementR19PreferredPrimaryLocation
                                       INTEGER,
    netElementR19ProcessorType         INTEGER,
    netElementR19SfwrVerSoftwareLvlRunning
                                       INTEGER,
    netElementR19SfwrVerNtvLvlVersionLvl
                                       Integer32,
    netElementR19SfwrVerNtvLvlServLvl  Integer32,
    netElementR19SfwrVerNtvLvlBootLvl  Integer32,
    netElementR19SfwrVerUpLvlVersionLvl
                                       Integer32,
    netElementR19SfwrVerUpLvlServLvl   Integer32,
    netElementR19SfwrVerUpLvlBootLvl   Integer32,
    netElementR19SfwrVerBackLvlVersionLvl
                                       Integer32,
    netElementR19SfwrVerBackLvlServLvl Integer32,
    netElementR19SfwrVerBackLvlBootLvl Integer32,
    netElementR19GlobalSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR19HwProcSigSecondaryIPv4Addr
                                       DisplayString,
    netElementR19GRSiteID              Unsigned32,
    netElementR19GRSiteName            DisplayString,
    netElementR19GRRmStID              Unsigned32,
    netElementR19GRRmStName            DisplayString,
    netElementR19GRPrefSite            INTEGER,
    netElementR19GRControlling         INTEGER,
    netElementR19GRAutoSwitchoverEnabled
                                       INTEGER,
    netElementR19GRCfgChangesOverrideAvtd
                                       INTEGER,
    netElementR19GRRmStContManagement  INTEGER,
    netElementR19GRRmStContSig         INTEGER,
    netElementR19GRCalls               Unsigned32,
    netElementR19GRVulnerableCalls     Unsigned32,
    netElementR19LicensingLicenseStatus
                                       INTEGER,
    netElementR19LicensingExpiryDate   Unsigned32,
    netElementR19LicensingLicensingAlrmLogCorr
                                       Counter64,
    netElementR19LicensingDCMStatus    INTEGER,
    netElementR19LicensingBackupLicenseStatus
                                       INTEGER,
    netElementR19SysMigrControlling    INTEGER,
    netElementR19SysMigrRemSiteCntMgmt INTEGER,
    netElementR19SysMigrRemSiteCntSig  INTEGER,
    netElementR19SysMigrCalls          Unsigned32,
    netElementR19SysMigrVulnerableCalls
                                       Unsigned32
  }

  netElementR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementR19Entry  1 }

  netElementR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementR19Entry  2 }

  netElementR19UniqueSysIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System unique identifier'."
    ::= { netElementR19Entry  3 }

  netElementR19DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { netElementR19Entry  5 }

  netElementR19MinLoggingSeverityLvlStorage OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..70 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Min logging severity level for storage'."
    DEFVAL       { 50 }
    ::= { netElementR19Entry  6 }

  netElementR19ActivnState OBJECT-TYPE
    SYNTAX       INTEGER {
                   softwareRestartA(0),
                   softwareRestartB(1),
                   softwareProtectionSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Activation mode'."
    ::= { netElementR19Entry  7 }

  netElementR19PercentageCfgUpload OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Configuration loading progress'."
    ::= { netElementR19Entry  8 }

  netElementR19FailEvts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software reactivations'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR19Entry  9 }

  netElementR19Time OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time'."
    ::= { netElementR19Entry  10 }

  netElementR19SoftwareUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   runningInBackLevel(2),
                   runningInUpLevel(3),
                   runningInAcceptanceMode(4),
                   upgrading(5),
                   upgradingToAcceptance(6),
                   accepting(7),
                   downgrading(8),
                   upgradingBootImage(9),
                   downgradingBootImage(10),
                   notUpgrading(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software upgrade state'."
    ::= { netElementR19Entry  11 }

  netElementR19ProcASoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software upgrade action'."
    ::= { netElementR19Entry  12 }

  netElementR19ProcASoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - software level running'."
    ::= { netElementR19Entry  13 }

  netElementR19ProcAUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Version Level'."
    ::= { netElementR19Entry  14 }

  netElementR19ProcAUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - up level Service Level'."
    ::= { netElementR19Entry  15 }

  netElementR19ProcAUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A - up level Boot Level'."
    ::= { netElementR19Entry  16 }

  netElementR19ProcABackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Version Level'."
    ::= { netElementR19Entry  17 }

  netElementR19ProcABackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Service Level'."
    ::= { netElementR19Entry  18 }

  netElementR19ProcABackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - back level Boot Level'."
    ::= { netElementR19Entry  19 }

  netElementR19ProcANativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Version Level'."
    ::= { netElementR19Entry  20 }

  netElementR19ProcANativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Service Level'."
    ::= { netElementR19Entry  21 }

  netElementR19ProcANativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor A - native level Boot Level'."
    ::= { netElementR19Entry  22 }

  netElementR19ProcBSoftwareUpgradeAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upgradingServiceLevelOnly(2),
                   upgradingServiceLevelAndBootLevel(3),
                   upgradingVersionLevelOnly(4),
                   upgradingVersionLevelAndBootLevel(5),
                   stable(6),
                   upgrade(7),
                   accepting(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software upgrade action'."
    ::= { netElementR19Entry  23 }

  netElementR19ProcBSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - software level running'."
    ::= { netElementR19Entry  24 }

  netElementR19ProcBUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Version Level'."
    ::= { netElementR19Entry  25 }

  netElementR19ProcBUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - up level Service Level'."
    ::= { netElementR19Entry  26 }

  netElementR19ProcBUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B - up level Boot Level'."
    ::= { netElementR19Entry  27 }

  netElementR19ProcBBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Version Level'."
    ::= { netElementR19Entry  28 }

  netElementR19ProcBBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Service Level'."
    ::= { netElementR19Entry  29 }

  netElementR19ProcBBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - back level Boot Level'."
    ::= { netElementR19Entry  30 }

  netElementR19ProcBNativeLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Version Level'."
    ::= { netElementR19Entry  31 }

  netElementR19ProcBNativeLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Service Level'."
    ::= { netElementR19Entry  32 }

  netElementR19ProcBNativeLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor B - native level Boot Level'."
    ::= { netElementR19Entry  33 }

  netElementR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { netElementR19Entry  53 }

  netElementR19AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { netElementR19Entry  54 }

  netElementR19AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { netElementR19Entry  55 }

  netElementR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { netElementR19Entry  56 }

  netElementR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { netElementR19Entry  57 }

  netElementR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { netElementR19Entry  58 }

  netElementR19OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR19Entry  59 }

  netElementR19GlobalSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv4 Address'."
    ::= { netElementR19Entry  60 }

  netElementR19GlobalManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Management IP Address'."
    ::= { netElementR19Entry  61 }

  netElementR19GlobalCDCIRIIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global CDC/IRI IP address'."
    ::= { netElementR19Entry  62 }

  netElementR19GlobalIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global IP Address'."
    ::= { netElementR19Entry  64 }

  netElementR19NetwkElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   callFeatureServer(1),
                   universalMediaGateway(2),
                   integratedSoftswitch(3),
                   metaViewDirector(4),
                   objectBackupStore(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network_element_type'."
    ::= { netElementR19Entry  65 }

  netElementR19ClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster_name'."
    ::= { netElementR19Entry  66 }

  netElementR19PrimaryServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary server'."
    ::= { netElementR19Entry  67 }

  netElementR19SysType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   vP2510(1),
                   mG2510(2),
                   vP3500(3),
                   mG3500(4),
                   vP3510(5),
                   mG3510(6),
                   uX9020(7),
                   uX9024(8),
                   uX4410(9),
                   uX9020UX9024(10),
                   cH6010(11),
                   cH6050(12),
                   cH6010CH6050(13),
                   vMWare(14),
                   openStack(15),
                   cXServer(16),
                   azure(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System type'."
    ::= { netElementR19Entry  72 }

  netElementR19ProcAType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor A type'."
    ::= { netElementR19Entry  73 }

  netElementR19ProcBType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor B type'."
    ::= { netElementR19Entry  74 }

  netElementR19SoftwareUpgradeUpgradeState OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   noUpgradeInProgress(2),
                   upgradeInProgress(3),
                   acceptancePhase(4),
                   acceptancePhasePreFirmwareUpgrade(5),
                   firmwareUpgradePhase(6),
                   acceptancePhasePostFirmwareUpgrade(7),
                   upgradeCompleting(8),
                   downgrading(9),
                   acceptancePhasePreNetworkConfigurationUpgrade(10),
                   enablingNewFeatures(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - upgrade state'."
    ::= { netElementR19Entry  82 }

  netElementR19SoftwareUpgradeFirmwareUpgradeState OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - firmware state'."
    ::= { netElementR19Entry  83 }

  netElementR19SoftwareUpgradeNextAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   wait(1),
                   continueUpgradeUsingTheCraftMenu(2),
                   enableNewFirmwareUsingTheCraftMenu(3),
                   upgradeAdaptorFirmwareUsingTheMetaViewExplorer(4),
                   completeUpgradeUsingTheCraftMenu(5),
                   pressRefreshAfterFiveMinutes(6),
                   updateNetworkConfigurationFromTheCraftMenu(7),
                   enableNewFeaturesFromTheCraftMenu(8)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Software Upgrade - next action'."
    ::= { netElementR19Entry  84 }

  netElementR19PrimaryMetaViewDirectorServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaViewDirectorProcessorA(0),
                   metaViewDirectorProcessorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary MetaView Director Server'."
    ::= { netElementR19Entry  85 }

  netElementR19NetwkElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..33))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element name'."
    ::= { netElementR19Entry  88 }

  netElementR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resyncShadowConfigurationDatabase(1),
                   resyncAlarms(2),
                   switchControlToThisSite(3),
                   allowConfigurationChanges(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { netElementR19Entry  99 }

  netElementR19GlobalMediaIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv4 Address'."
    ::= { netElementR19Entry  100 }

  netElementR19StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { netElementR19Entry  101 }

  netElementR19GlobalSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Signaling IPv6 Address'."
    ::= { netElementR19Entry  102 }

  netElementR19GlobalMediaIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Media IPv6 Address'."
    ::= { netElementR19Entry  103 }

  netElementR19HwProcSigIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv4 Address'."
    ::= { netElementR19Entry  104 }

  netElementR19HwProcSigIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling IPv6 Address'."
    ::= { netElementR19Entry  105 }

  netElementR19HwProcMdIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv4 Address'."
    ::= { netElementR19Entry  106 }

  netElementR19HwProcMdIPv6Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Media IPv6 Address'."
    ::= { netElementR19Entry  107 }

  netElementR19PrimaryProcessor OBJECT-TYPE
    SYNTAX       INTEGER {
                   processorA(0),
                   processorB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Processor'."
    ::= { netElementR19Entry  108 }

  netElementR19PreferredPrimaryLocation OBJECT-TYPE
    SYNTAX       INTEGER {
                   serverA(0),
                   serverB(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Preferred Primary Location'."
    ::= { netElementR19Entry  109 }

  netElementR19ProcessorType OBJECT-TYPE
    SYNTAX       INTEGER {
                   other(1),
                   sP4000(2),
                   sP4100(3),
                   sP4200(4),
                   uX9020(5),
                   uX9021(6),
                   uX9024(7),
                   dX6705(8),
                   gX6320(9),
                   gX6340(10),
                   dX6710(11),
                   dX6720(12),
                   dX6730(13)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Processor Type'."
    ::= { netElementR19Entry  110 }

  netElementR19SfwrVerSoftwareLvlRunning OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   upLevel(2),
                   backLevel(3),
                   upLevelRunningAsBackLevel(4),
                   nativeLevel(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - software level running'."
    ::= { netElementR19Entry  111 }

  netElementR19SfwrVerNtvLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Version Level'."
    ::= { netElementR19Entry  112 }

  netElementR19SfwrVerNtvLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Service Level'."
    ::= { netElementR19Entry  113 }

  netElementR19SfwrVerNtvLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - native level Boot Level'."
    ::= { netElementR19Entry  114 }

  netElementR19SfwrVerUpLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Version Level'."
    ::= { netElementR19Entry  115 }

  netElementR19SfwrVerUpLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Service Level'."
    ::= { netElementR19Entry  116 }

  netElementR19SfwrVerUpLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - up level Boot Level'."
    ::= { netElementR19Entry  117 }

  netElementR19SfwrVerBackLvlVersionLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Version Level'."
    ::= { netElementR19Entry  118 }

  netElementR19SfwrVerBackLvlServLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Service Level'."
    ::= { netElementR19Entry  119 }

  netElementR19SfwrVerBackLvlBootLvl OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Software Version - back level Boot Level'."
    ::= { netElementR19Entry  120 }

  netElementR19GlobalSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Signaling Secondary IPv4 Address'."
    ::= { netElementR19Entry  121 }

  netElementR19HwProcSigSecondaryIPv4Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..59))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Hardware Processor Signaling Secondary IPv4 Address'."
    ::= { netElementR19Entry  122 }

  netElementR19GRSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site ID'."
    ::= { netElementR19Entry  123 }

  netElementR19GRSiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - site name'."
    ::= { netElementR19Entry  124 }

  netElementR19GRRmStID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site ID'."
    ::= { netElementR19Entry  125 }

  netElementR19GRRmStName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - remote site name'."
    ::= { netElementR19Entry  126 }

  netElementR19GRPrefSite OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - preferred site'."
    ::= { netElementR19Entry  127 }

  netElementR19GRControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - controlling'."
    ::= { netElementR19Entry  128 }

  netElementR19GRAutoSwitchoverEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - automatic switchover enabled'."
    ::= { netElementR19Entry  129 }

  netElementR19GRCfgChangesOverrideAvtd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - configuration changes override activated'."
    ::= { netElementR19Entry  130 }

  netElementR19GRRmStContManagement OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Management)'."
    ::= { netElementR19Entry  131 }

  netElementR19GRRmStContSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Geo-redundancy - remote site contactable (Signaling)'."
    ::= { netElementR19Entry  132 }

  netElementR19GRCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - calls'."
    ::= { netElementR19Entry  133 }

  netElementR19GRVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Geo-redundancy - vulnerable calls'."
    ::= { netElementR19Entry  134 }

  netElementR19LicensingLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - license status'."
    ::= { netElementR19Entry  135 }

  netElementR19LicensingExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - expiry date'."
    ::= { netElementR19Entry  136 }

  netElementR19LicensingLicensingAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Licensing - licensing alarm log correlator'."
    ::= { netElementR19Entry  137 }

  netElementR19LicensingDCMStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   dCMOK(1),
                   dCMRedundancyReduced(2),
                   dCMSoftTokenExpiresSoon(3),
                   dCMUncontactable(4),
                   unknown(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - DCM status'."
    ::= { netElementR19Entry  138 }

  netElementR19LicensingBackupLicenseStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   licensed(0),
                   backupServerUnlicensed(1),
                   currentLicenseCloseToExpiry(2),
                   temporarilyLicensed(3),
                   unlicensed(4),
                   unlicensedDCMUnavailable(5),
                   licensedBypassCertificateInstalled(6),
                   unknown(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Licensing - backup license status'."
    ::= { netElementR19Entry  139 }

  netElementR19SysMigrControlling OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System migration - controlling'."
    ::= { netElementR19Entry  140 }

  netElementR19SysMigrRemSiteCntMgmt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - remote site contactable (Management)'."
    ::= { netElementR19Entry  141 }

  netElementR19SysMigrRemSiteCntSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - remote site contactable (Signaling)'."
    ::= { netElementR19Entry  142 }

  netElementR19SysMigrCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System migration - calls'."
    ::= { netElementR19Entry  143 }

  netElementR19SysMigrVulnerableCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'System migration - vulnerable calls'."
    ::= { netElementR19Entry  144 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Config Set'                                                 */
-- /* Valid from: 9.5                                                               */
-- /*********************************************************************************/

  rPSCfgSetR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSCfgSetR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing and Policy Services'."
    ::= { metaSwitch  2598 }

  rPSCfgSetR10Entry OBJECT-TYPE
    SYNTAX       RPSCfgSetR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSCfgSetR10NEConn,
             rPSCfgSetR10NetwkElement,
             rPSCfgSetR10CFSIx,
             rPSCfgSetR10CfgSetIx }
    ::= {  rPSCfgSetR10Table  1  }

  RPSCfgSetR10Entry  ::=  SEQUENCE
  {
    rPSCfgSetR10NEConn                 Unsigned32,
    rPSCfgSetR10NetwkElement           DisplayString,
    rPSCfgSetR10CFSIx                  Unsigned32,
    rPSCfgSetR10CfgSetIx               Unsigned32,
    rPSCfgSetR10CfgSetType             INTEGER,
    rPSCfgSetR10CfgSetName             DisplayString,
    rPSCfgSetR10I1InitialRtgTblNEConn  Unsigned32,
    rPSCfgSetR10I2InitialRtgTblNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3InitialRtgTblCFSIx   Unsigned32,
    rPSCfgSetR10I4InitialRtgTblCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5InitialRtgTblRtgTblIx
                                       Unsigned32,
    rPSCfgSetR10InitialRtgTblOtherVals INTEGER,
    rPSCfgSetR10I1RtgTblRemLNPLookupNEConn
                                       Unsigned32,
    rPSCfgSetR10I2RtgTblRemLNPLookupNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3RtgTblRemLNPLookupCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4RtgTblRemLNPLookupCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5RtgTblRemLNPLookupRtgTblIx
                                       Unsigned32,
    rPSCfgSetR10RtgTblRemLNPLookupOtherVals
                                       INTEGER,
    rPSCfgSetR10I1NumVldnTblCarrIDsNEConn
                                       Unsigned32,
    rPSCfgSetR10I2NumVldnTblCarrIDsNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3NumVldnTblCarrIDsCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4NumVldnTblCarrIDsCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5NumVldnTblCarrIDsNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR10NumVldnTblCarrIDsOtherVals
                                       INTEGER,
    rPSCfgSetR10I1AttrSetCarrIDsNEConn Unsigned32,
    rPSCfgSetR10I2AttrSetCarrIDsNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3AttrSetCarrIDsCFSIx  Unsigned32,
    rPSCfgSetR10I4AttrSetCarrIDsCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5AttrSetCarrIDsAttrSetIx
                                       Unsigned32,
    rPSCfgSetR10AttrSetCarrIDsOtherVals
                                       INTEGER,
    rPSCfgSetR10ReadyUse               INTEGER,
    rPSCfgSetR10AlrmState              INTEGER,
    rPSCfgSetR10AlrmEvtsAttnRqLogCorr  Counter64,
    rPSCfgSetR10AlrmEvtsAttnRq         Integer32,
    rPSCfgSetR10AlrmStateTimestamp     Unsigned32,
    rPSCfgSetR10AlrmResetTimestamp     Unsigned32,
    rPSCfgSetR10TrnkRtgAlrmsAtndDp     Integer32,
    rPSCfgSetR10TrnkRtgAlrmEvtsAtndDp  Integer32,
    rPSCfgSetR10SummaryChldAlrmState   INTEGER,
    rPSCfgSetR10ImportCnt              Integer32,
    rPSCfgSetR10ImportStatus           DisplayString,
    rPSCfgSetR10ImportMode             INTEGER,
    rPSCfgSetR10ImportFile             DisplayString,
    rPSCfgSetR10ImportCorr             Counter64,
    rPSCfgSetR10ImportCorrNode         DisplayString,
    rPSCfgSetR10ImportCorrUID          DisplayString,
    rPSCfgSetR10ExportNumObjectsExported
                                       Integer32,
    rPSCfgSetR10ExportStatus           DisplayString,
    rPSCfgSetR10ExportFile             DisplayString,
    rPSCfgSetR10ExportCorr             Counter64,
    rPSCfgSetR10ExportCorrNode         DisplayString,
    rPSCfgSetR10ExportCorrUID          DisplayString,
    rPSCfgSetR10DoExtraActions         INTEGER,
    rPSCfgSetR10RowStatus              RowStatus,
    rPSCfgSetR10AdminStatus            AdminStatus,
    rPSCfgSetR10OperStatus             OperStatus,
    rPSCfgSetR10CfgSetUsage            BITS,
    rPSCfgSetR10ForceTrnkRtg           BITS,
    rPSCfgSetR10I1NumVldnTblPostANIScreeningLookupNEConn
                                       Unsigned32,
    rPSCfgSetR10I2NumVldnTblPostANIScreeningLookupNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3NumVldnTblPostANIScreeningLookupCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4NumVldnTblPostANIScreeningLookupCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5NumVldnTblPostANIScreeningLookupNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR10NumVldnTblPostANIScreeningLookupOtherVals
                                       INTEGER,
    rPSCfgSetR10I1NumVldnTblPostAuthCodeCollctnNEConn
                                       Unsigned32,
    rPSCfgSetR10I2NumVldnTblPostAuthCodeCollctnNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3NumVldnTblPostAuthCodeCollctnCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4NumVldnTblPostAuthCodeCollctnCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5NumVldnTblPostAuthCodeCollctnNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR10NumVldnTblPostAuthCodeCollctnOtherVals
                                       INTEGER,
    rPSCfgSetR10LastModificationTime   Unsigned32,
    rPSCfgSetR10I1NumVldnTblCallFromSubNEConn
                                       Unsigned32,
    rPSCfgSetR10I2NumVldnTblCallFromSubNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3NumVldnTblCallFromSubCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4NumVldnTblCallFromSubCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5NumVldnTblCallFromSubNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR10NumVldnTblCallFromSubOtherVals
                                       INTEGER,
    rPSCfgSetR10I1AttrSetCallFromSubNEConn
                                       Unsigned32,
    rPSCfgSetR10I2AttrSetCallFromSubNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3AttrSetCallFromSubCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4AttrSetCallFromSubCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5AttrSetCallFromSubAttrSetIx
                                       Unsigned32,
    rPSCfgSetR10AttrSetCallFromSubOtherVals
                                       INTEGER,
    rPSCfgSetR10I1NVTblCllFrmTrnkOrAfterTCAPQueryNEConn
                                       Unsigned32,
    rPSCfgSetR10I2NVTblCllFrmTrnkOrAfterTCAPQueryNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3NVTblCllFrmTrnkOrAfterTCAPQueryCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4NVTblCllFrmTrnkOrAfterTCAPQueryCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5NVTblCllFrmTrnkOrAfterTCAPQueryNumVldnTblIx
                                       Unsigned32,
    rPSCfgSetR10NVTblCllFrmTrnkOrAfterTCAPQueryOtherVals
                                       INTEGER,
    rPSCfgSetR10I1AttrSetCallFromTrnkOrAfterTCAPQueryNEConn
                                       Unsigned32,
    rPSCfgSetR10I2AttrSetCallFromTrnkOrAfterTCAPQueryNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3AttrSetCallFromTrnkOrAfterTCAPQueryCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4AttrSetCallFromTrnkOrAfterTCAPQueryCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5AttrSetCallFromTrnkOrAfterTCAPQueryAttrSetIx
                                       Unsigned32,
    rPSCfgSetR10AttrSetCallFromTrnkOrAfterTCAPQueryOtherVals
                                       INTEGER,
    rPSCfgSetR10AlrmEvtsAtndDpLogCorr  Counter64,
    rPSCfgSetR10AlrmEvtsAtndDp         Integer32,
    rPSCfgSetR10AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    rPSCfgSetR10TranslationsLvl        Unsigned32,
    rPSCfgSetR10I1RtgTblIntraClusterRtgNEConn
                                       Unsigned32,
    rPSCfgSetR10I2RtgTblIntraClusterRtgNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3RtgTblIntraClusterRtgCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4RtgTblIntraClusterRtgCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5RtgTblIntraClusterRtgRtgTblIx
                                       Unsigned32,
    rPSCfgSetR10RtgTblIntraClusterRtgOtherVals
                                       INTEGER,
    rPSCfgSetR10TotChldAlrmsAtndDp     Unsigned32,
    rPSCfgSetR10TotChldAlrmEvtsAtndDp  Unsigned32,
    rPSCfgSetR10ExportIncASRepData     INTEGER,
    rPSCfgSetR10ExportChldObjectsToInc INTEGER,
    rPSCfgSetR10I1RtgTblRtgBasedOnTgIdNEConn
                                       Unsigned32,
    rPSCfgSetR10I2RtgTblRtgBasedOnTgIdNetwkElement
                                       DisplayString,
    rPSCfgSetR10I3RtgTblRtgBasedOnTgIdCFSIx
                                       Unsigned32,
    rPSCfgSetR10I4RtgTblRtgBasedOnTgIdCfgSetIx
                                       Unsigned32,
    rPSCfgSetR10I5RtgTblRtgBasedOnTgIdRtgTblIx
                                       Unsigned32,
    rPSCfgSetR10RtgTblRtgBasedOnTgIdOtherVals
                                       INTEGER,
    rPSCfgSetR10PerformENUMNPLookupOrigs
                                       INTEGER,
    rPSCfgSetR10ENUMSuffix             DisplayString,
    rPSCfgSetR10ENUMServers            DisplayString
  }

  rPSCfgSetR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSCfgSetR10Entry  1 }

  rPSCfgSetR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSCfgSetR10Entry  2 }

  rPSCfgSetR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSCfgSetR10Entry  3 }

  rPSCfgSetR10CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSCfgSetR10Entry  4 }

  rPSCfgSetR10CfgSetType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basic(1),
                   noLNPLookupNorthAmericaOnly(2),
                   uKRouting(3),
                   lNPLookupNorthAmericaOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set type'.
                  This field is only writable during create."
    ::= { rPSCfgSetR10Entry  5 }

  rPSCfgSetR10CfgSetName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set name'."
    ::= { rPSCfgSetR10Entry  6 }

  rPSCfgSetR10I1InitialRtgTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  7 }

  rPSCfgSetR10I2InitialRtgTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  8 }

  rPSCfgSetR10I3InitialRtgTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  9 }

  rPSCfgSetR10I4InitialRtgTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  10 }

  rPSCfgSetR10I5InitialRtgTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  11 }

  rPSCfgSetR10InitialRtgTblOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Initial Routing Table'.
                  This field represents the fixed
                  values that Initial Routing Table
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  12 }

  rPSCfgSetR10I1RtgTblRemLNPLookupNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  13 }

  rPSCfgSetR10I2RtgTblRemLNPLookupNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  14 }

  rPSCfgSetR10I3RtgTblRemLNPLookupCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  15 }

  rPSCfgSetR10I4RtgTblRemLNPLookupCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  16 }

  rPSCfgSetR10I5RtgTblRemLNPLookupRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  17 }

  rPSCfgSetR10RtgTblRemLNPLookupOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - remote LNP lookup'.
                  This field represents the fixed
                  values that Routing Table - remote LNP lookup
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  18 }

  rPSCfgSetR10I1NumVldnTblCarrIDsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  43 }

  rPSCfgSetR10I2NumVldnTblCarrIDsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  44 }

  rPSCfgSetR10I3NumVldnTblCarrIDsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  45 }

  rPSCfgSetR10I4NumVldnTblCarrIDsCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  46 }

  rPSCfgSetR10I5NumVldnTblCarrIDsNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  47 }

  rPSCfgSetR10NumVldnTblCarrIDsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - carrier IDs'.
                  This field represents the fixed
                  values that Number Validation Table - carrier IDs
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  48 }

  rPSCfgSetR10I1AttrSetCarrIDsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  49 }

  rPSCfgSetR10I2AttrSetCarrIDsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  50 }

  rPSCfgSetR10I3AttrSetCarrIDsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  51 }

  rPSCfgSetR10I4AttrSetCarrIDsCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  52 }

  rPSCfgSetR10I5AttrSetCarrIDsAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  53 }

  rPSCfgSetR10AttrSetCarrIDsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - carrier IDs'.
                  This field represents the fixed
                  values that Attribute Set - carrier IDs
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  54 }

  rPSCfgSetR10ReadyUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ready for use'."
    ::= { rPSCfgSetR10Entry  56 }

  rPSCfgSetR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSCfgSetR10Entry  57 }

  rPSCfgSetR10AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPSCfgSetR10Entry  58 }

  rPSCfgSetR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR10Entry  59 }

  rPSCfgSetR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSCfgSetR10Entry  60 }

  rPSCfgSetR10AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPSCfgSetR10Entry  61 }

  rPSCfgSetR10TrnkRtgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing Attend To Dependent alarms'."
    ::= { rPSCfgSetR10Entry  62 }

  rPSCfgSetR10TrnkRtgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR10Entry  63 }

  rPSCfgSetR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSCfgSetR10Entry  64 }

  rPSCfgSetR10ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { rPSCfgSetR10Entry  65 }

  rPSCfgSetR10ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { rPSCfgSetR10Entry  66 }

  rPSCfgSetR10ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { rPSCfgSetR10Entry  67 }

  rPSCfgSetR10ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { rPSCfgSetR10Entry  68 }

  rPSCfgSetR10ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { rPSCfgSetR10Entry  69 }

  rPSCfgSetR10ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { rPSCfgSetR10Entry  70 }

  rPSCfgSetR10ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { rPSCfgSetR10Entry  71 }

  rPSCfgSetR10ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSCfgSetR10Entry  72 }

  rPSCfgSetR10ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSCfgSetR10Entry  73 }

  rPSCfgSetR10ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSCfgSetR10Entry  74 }

  rPSCfgSetR10ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSCfgSetR10Entry  75 }

  rPSCfgSetR10ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSCfgSetR10Entry  76 }

  rPSCfgSetR10ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSCfgSetR10Entry  77 }

  rPSCfgSetR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   copy(1),
                   export(2),
                   import(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR10Entry  78 }

  rPSCfgSetR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { rPSCfgSetR10Entry  79 }

  rPSCfgSetR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR10Entry  80 }

  rPSCfgSetR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSCfgSetR10Entry  81 }

  rPSCfgSetR10CfgSetUsage OBJECT-TYPE
    SYNTAX       BITS {
                   transitCallsAllowed(0),
                   routingOnIncompleteCalledNumberAllowed(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config Set usage'."
    DEFVAL       { {} }
    ::= { rPSCfgSetR10Entry  82 }

  rPSCfgSetR10ForceTrnkRtg OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force trunk routing'."
    DEFVAL       { {prePaidOffSwitchCallingCardSubscriber} }
    ::= { rPSCfgSetR10Entry  83 }

  rPSCfgSetR10I1NumVldnTblPostANIScreeningLookupNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  84 }

  rPSCfgSetR10I2NumVldnTblPostANIScreeningLookupNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  85 }

  rPSCfgSetR10I3NumVldnTblPostANIScreeningLookupCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  86 }

  rPSCfgSetR10I4NumVldnTblPostANIScreeningLookupCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  87 }

  rPSCfgSetR10I5NumVldnTblPostANIScreeningLookupNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  88 }

  rPSCfgSetR10NumVldnTblPostANIScreeningLookupOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post ANI Screening lookup'.
                  This field represents the fixed
                  values that Number Validation Table - post ANI Screening lookup
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  89 }

  rPSCfgSetR10I1NumVldnTblPostAuthCodeCollctnNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  90 }

  rPSCfgSetR10I2NumVldnTblPostAuthCodeCollctnNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  91 }

  rPSCfgSetR10I3NumVldnTblPostAuthCodeCollctnCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  92 }

  rPSCfgSetR10I4NumVldnTblPostAuthCodeCollctnCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  93 }

  rPSCfgSetR10I5NumVldnTblPostAuthCodeCollctnNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  94 }

  rPSCfgSetR10NumVldnTblPostAuthCodeCollctnOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - post Authorization Code collection'.
                  This field represents the fixed
                  values that Number Validation Table - post Authorization Code collection
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  95 }

  rPSCfgSetR10LastModificationTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last modification time'."
    ::= { rPSCfgSetR10Entry  97 }

  rPSCfgSetR10I1NumVldnTblCallFromSubNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  98 }

  rPSCfgSetR10I2NumVldnTblCallFromSubNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  99 }

  rPSCfgSetR10I3NumVldnTblCallFromSubCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  100 }

  rPSCfgSetR10I4NumVldnTblCallFromSubCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  101 }

  rPSCfgSetR10I5NumVldnTblCallFromSubNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  102 }

  rPSCfgSetR10NumVldnTblCallFromSubOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from subscriber'.
                  This field represents the fixed
                  values that Number Validation Table - call from subscriber
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  103 }

  rPSCfgSetR10I1AttrSetCallFromSubNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  104 }

  rPSCfgSetR10I2AttrSetCallFromSubNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  105 }

  rPSCfgSetR10I3AttrSetCallFromSubCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  106 }

  rPSCfgSetR10I4AttrSetCallFromSubCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  107 }

  rPSCfgSetR10I5AttrSetCallFromSubAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber',
                  This field represents index
                  'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  108 }

  rPSCfgSetR10AttrSetCallFromSubOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from subscriber'.
                  This field represents the fixed
                  values that Attribute Set - call from subscriber
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  109 }

  rPSCfgSetR10I1NVTblCllFrmTrnkOrAfterTCAPQueryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  110 }

  rPSCfgSetR10I2NVTblCllFrmTrnkOrAfterTCAPQueryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  111 }

  rPSCfgSetR10I3NVTblCllFrmTrnkOrAfterTCAPQueryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  112 }

  rPSCfgSetR10I4NVTblCllFrmTrnkOrAfterTCAPQueryCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  113 }

  rPSCfgSetR10I5NVTblCllFrmTrnkOrAfterTCAPQueryNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  114 }

  rPSCfgSetR10NVTblCllFrmTrnkOrAfterTCAPQueryOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number Validation Table - call from trunk or after TCAP query'.
                  This field represents the fixed
                  values that Number Validation Table - call from trunk or after TCAP query
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  115 }

  rPSCfgSetR10I1AttrSetCallFromTrnkOrAfterTCAPQueryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  116 }

  rPSCfgSetR10I2AttrSetCallFromTrnkOrAfterTCAPQueryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  117 }

  rPSCfgSetR10I3AttrSetCallFromTrnkOrAfterTCAPQueryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  118 }

  rPSCfgSetR10I4AttrSetCallFromTrnkOrAfterTCAPQueryCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  119 }

  rPSCfgSetR10I5AttrSetCallFromTrnkOrAfterTCAPQueryAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query',
                  This field represents index
                  'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  120 }

  rPSCfgSetR10AttrSetCallFromTrnkOrAfterTCAPQueryOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute Set - call from trunk or after TCAP query'.
                  This field represents the fixed
                  values that Attribute Set - call from trunk or after TCAP query
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  121 }

  rPSCfgSetR10AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSCfgSetR10Entry  122 }

  rPSCfgSetR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSCfgSetR10Entry  123 }

  rPSCfgSetR10AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { rPSCfgSetR10Entry  124 }

  rPSCfgSetR10TranslationsLvl OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..4294967295 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Translations level'."
    ::= { rPSCfgSetR10Entry  125 }

  rPSCfgSetR10I1RtgTblIntraClusterRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  126 }

  rPSCfgSetR10I2RtgTblIntraClusterRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  127 }

  rPSCfgSetR10I3RtgTblIntraClusterRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  128 }

  rPSCfgSetR10I4RtgTblIntraClusterRtgCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  129 }

  rPSCfgSetR10I5RtgTblIntraClusterRtgRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  130 }

  rPSCfgSetR10RtgTblIntraClusterRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - intra-cluster routing'.
                  This field represents the fixed
                  values that Routing Table - intra-cluster routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  131 }

  rPSCfgSetR10TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSCfgSetR10Entry  132 }

  rPSCfgSetR10TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSCfgSetR10Entry  133 }

  rPSCfgSetR10ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSCfgSetR10Entry  134 }

  rPSCfgSetR10ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSCfgSetR10Entry  135 }

  rPSCfgSetR10I1RtgTblRtgBasedOnTgIdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  136 }

  rPSCfgSetR10I2RtgTblRtgBasedOnTgIdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  137 }

  rPSCfgSetR10I3RtgTblRtgBasedOnTgIdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  138 }

  rPSCfgSetR10I4RtgTblRtgBasedOnTgIdCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  139 }

  rPSCfgSetR10I5RtgTblRtgBasedOnTgIdRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID',
                  This field represents index
                  'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  140 }

  rPSCfgSetR10RtgTblRtgBasedOnTgIdOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Table - routing based on TG ID'.
                  This field represents the fixed
                  values that Routing Table - routing based on TG ID
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { rPSCfgSetR10Entry  141 }

  rPSCfgSetR10PerformENUMNPLookupOrigs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform ENUM NP lookup at originating services'."
    DEFVAL       { false }
    ::= { rPSCfgSetR10Entry  142 }

  rPSCfgSetR10ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSCfgSetR10Entry  143 }

  rPSCfgSetR10ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSCfgSetR10Entry  144 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR48Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR48Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2599 }

  mediaGatewayModelR48Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR48Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR48NEConn,
             mediaGatewayModelR48NetwkElement,
             mediaGatewayModelR48CFSIx,
             mediaGatewayModelR48ModelIx }
    ::= {  mediaGatewayModelR48Table  1  }

  MediaGatewayModelR48Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR48NEConn         Unsigned32,
    mediaGatewayModelR48NetwkElement   DisplayString,
    mediaGatewayModelR48CFSIx          Unsigned32,
    mediaGatewayModelR48ModelIx        Unsigned32,
    mediaGatewayModelR48Category       INTEGER,
    mediaGatewayModelR48ModelName      DisplayString,
    mediaGatewayModelR48Desc           DisplayString,
    mediaGatewayModelR48ControlProt    INTEGER,
    mediaGatewayModelR48ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR48LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR48PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR48PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR48AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR48AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR48RefCnt         Unsigned32,
    mediaGatewayModelR48RowStatus      RowStatus,
    mediaGatewayModelR48DefModel       INTEGER,
    mediaGatewayModelR48Authentication INTEGER,
    mediaGatewayModelR48SupportedConnTypes
                                       BITS,
    mediaGatewayModelR48AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR48ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR48ExportStatus   DisplayString,
    mediaGatewayModelR48ExportFile     DisplayString,
    mediaGatewayModelR48ExportCorr     Counter64,
    mediaGatewayModelR48ExportCorrNode DisplayString,
    mediaGatewayModelR48ExportCorrUID  DisplayString,
    mediaGatewayModelR48DoExtraActions INTEGER,
    mediaGatewayModelR48FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR48FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR48FBsMGCP        BITS,
    mediaGatewayModelR48FBsMeGaCo      BITS,
    mediaGatewayModelR48FBsSIP         BITS,
    mediaGatewayModelR48FixBitsMeGaCo2 BITS,
    mediaGatewayModelR48MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR48AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR48AlertInfoDR2   DisplayString,
    mediaGatewayModelR48AlertInfoDR3   DisplayString,
    mediaGatewayModelR48AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR48DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR48DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR48ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR48SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR48DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR48UpToDateCnt    Unsigned32,
    mediaGatewayModelR48SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR48SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR48Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR48AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR48VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR48AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR48FixBitsSIP2    BITS,
    mediaGatewayModelR48OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR48FBsMeGaCo4     BITS,
    mediaGatewayModelR48SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR48ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR48SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR48ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR48SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR48AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR48AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR48InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR48OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR48MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR48FixBitsSIP3    BITS,
    mediaGatewayModelR48FixBitsSIP4    BITS,
    mediaGatewayModelR48SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR48RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR48EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR48LCC1           DisplayString,
    mediaGatewayModelR48LCC2           DisplayString,
    mediaGatewayModelR48LCC3           DisplayString,
    mediaGatewayModelR48LCC4           DisplayString,
    mediaGatewayModelR48LCC5           DisplayString,
    mediaGatewayModelR48LCC6           DisplayString,
    mediaGatewayModelR48LCC7           DisplayString,
    mediaGatewayModelR48LCC8           DisplayString,
    mediaGatewayModelR48LCC9           DisplayString,
    mediaGatewayModelR48LCC10          DisplayString,
    mediaGatewayModelR48LCC11          DisplayString,
    mediaGatewayModelR48LCC12          DisplayString,
    mediaGatewayModelR48LCC13          DisplayString,
    mediaGatewayModelR48LCC14          DisplayString,
    mediaGatewayModelR48LCC15          DisplayString,
    mediaGatewayModelR48LCC16          DisplayString,
    mediaGatewayModelR48LCC17          DisplayString,
    mediaGatewayModelR48LCC18          DisplayString,
    mediaGatewayModelR48LCC19          DisplayString,
    mediaGatewayModelR48LCC20          DisplayString,
    mediaGatewayModelR48ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR48MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR48MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR48ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR48NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR48NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR48NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR48NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR48NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR48NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR48NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR48NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR48OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR48ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR48MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR48MRSPollTimeout Unsigned32,
    mediaGatewayModelR48RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR48SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR48SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR48FixBitsSIPMSML BITS,
    mediaGatewayModelR48AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR48SessionTimer   Unsigned32,
    mediaGatewayModelR48SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR48SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR48FixBitsSIP5    BITS,
    mediaGatewayModelR48FlashHookINVITEString
                                       DisplayString
  }

  mediaGatewayModelR48NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR48Entry  1 }

  mediaGatewayModelR48NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR48Entry  2 }

  mediaGatewayModelR48CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR48Entry  3 }

  mediaGatewayModelR48ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR48Entry  4 }

  mediaGatewayModelR48Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR48Entry  5 }

  mediaGatewayModelR48ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR48Entry  6 }

  mediaGatewayModelR48Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR48Entry  7 }

  mediaGatewayModelR48ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR48Entry  8 }

  mediaGatewayModelR48ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR48Entry  9 }

  mediaGatewayModelR48LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR48Entry  10 }

  mediaGatewayModelR48PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR48Entry  11 }

  mediaGatewayModelR48PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR48Entry  12 }

  mediaGatewayModelR48AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR48Entry  13 }

  mediaGatewayModelR48AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR48Entry  14 }

  mediaGatewayModelR48RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR48Entry  16 }

  mediaGatewayModelR48RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR48Entry  17 }

  mediaGatewayModelR48DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR48Entry  18 }

  mediaGatewayModelR48Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR48Entry  19 }

  mediaGatewayModelR48SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR48Entry  20 }

  mediaGatewayModelR48AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR48Entry  21 }

  mediaGatewayModelR48ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR48Entry  22 }

  mediaGatewayModelR48ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR48Entry  23 }

  mediaGatewayModelR48ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR48Entry  24 }

  mediaGatewayModelR48ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR48Entry  25 }

  mediaGatewayModelR48ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR48Entry  26 }

  mediaGatewayModelR48ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR48Entry  27 }

  mediaGatewayModelR48DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR48Entry  28 }

  mediaGatewayModelR48FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR48Entry  29 }

  mediaGatewayModelR48FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR48Entry  30 }

  mediaGatewayModelR48FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR48Entry  31 }

  mediaGatewayModelR48FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR48Entry  32 }

  mediaGatewayModelR48FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR48Entry  33 }

  mediaGatewayModelR48FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR48Entry  34 }

  mediaGatewayModelR48MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR48Entry  35 }

  mediaGatewayModelR48AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR48Entry  36 }

  mediaGatewayModelR48AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR48Entry  37 }

  mediaGatewayModelR48AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR48Entry  38 }

  mediaGatewayModelR48AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR48Entry  39 }

  mediaGatewayModelR48DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR48Entry  40 }

  mediaGatewayModelR48DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR48Entry  41 }

  mediaGatewayModelR48ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR48Entry  42 }

  mediaGatewayModelR48SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR48Entry  43 }

  mediaGatewayModelR48DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR48Entry  44 }

  mediaGatewayModelR48UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR48Entry  45 }

  mediaGatewayModelR48SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR48Entry  46 }

  mediaGatewayModelR48SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR48Entry  48 }

  mediaGatewayModelR48Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR48Entry  49 }

  mediaGatewayModelR48AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR48Entry  50 }

  mediaGatewayModelR48VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR48Entry  51 }

  mediaGatewayModelR48AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR48Entry  52 }

  mediaGatewayModelR48FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR48Entry  53 }

  mediaGatewayModelR48OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR48Entry  54 }

  mediaGatewayModelR48FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR48Entry  55 }

  mediaGatewayModelR48SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR48Entry  56 }

  mediaGatewayModelR48ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR48Entry  57 }

  mediaGatewayModelR48SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR48Entry  58 }

  mediaGatewayModelR48ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR48Entry  59 }

  mediaGatewayModelR48SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR48Entry  60 }

  mediaGatewayModelR48AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR48Entry  61 }

  mediaGatewayModelR48AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR48Entry  62 }

  mediaGatewayModelR48InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR48Entry  63 }

  mediaGatewayModelR48OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR48Entry  64 }

  mediaGatewayModelR48MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR48Entry  65 }

  mediaGatewayModelR48FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR48Entry  66 }

  mediaGatewayModelR48FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR48Entry  67 }

  mediaGatewayModelR48SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR48Entry  68 }

  mediaGatewayModelR48RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR48Entry  69 }

  mediaGatewayModelR48EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR48Entry  70 }

  mediaGatewayModelR48LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR48Entry  71 }

  mediaGatewayModelR48LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR48Entry  72 }

  mediaGatewayModelR48LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR48Entry  73 }

  mediaGatewayModelR48LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR48Entry  74 }

  mediaGatewayModelR48LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR48Entry  75 }

  mediaGatewayModelR48LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR48Entry  76 }

  mediaGatewayModelR48LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR48Entry  77 }

  mediaGatewayModelR48LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR48Entry  78 }

  mediaGatewayModelR48LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR48Entry  79 }

  mediaGatewayModelR48LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR48Entry  80 }

  mediaGatewayModelR48LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR48Entry  81 }

  mediaGatewayModelR48LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR48Entry  82 }

  mediaGatewayModelR48LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR48Entry  83 }

  mediaGatewayModelR48LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR48Entry  84 }

  mediaGatewayModelR48LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR48Entry  85 }

  mediaGatewayModelR48LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR48Entry  86 }

  mediaGatewayModelR48LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR48Entry  87 }

  mediaGatewayModelR48LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR48Entry  88 }

  mediaGatewayModelR48LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR48Entry  89 }

  mediaGatewayModelR48LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR48Entry  90 }

  mediaGatewayModelR48ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR48Entry  91 }

  mediaGatewayModelR48MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR48Entry  92 }

  mediaGatewayModelR48MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR48Entry  93 }

  mediaGatewayModelR48ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR48Entry  94 }

  mediaGatewayModelR48NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR48Entry  95 }

  mediaGatewayModelR48NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR48Entry  96 }

  mediaGatewayModelR48NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR48Entry  97 }

  mediaGatewayModelR48NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR48Entry  98 }

  mediaGatewayModelR48NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR48Entry  99 }

  mediaGatewayModelR48NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR48Entry  100 }

  mediaGatewayModelR48NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR48Entry  101 }

  mediaGatewayModelR48NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR48Entry  102 }

  mediaGatewayModelR48OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR48Entry  103 }

  mediaGatewayModelR48ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR48Entry  104 }

  mediaGatewayModelR48MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR48Entry  105 }

  mediaGatewayModelR48MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR48Entry  106 }

  mediaGatewayModelR48RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR48Entry  107 }

  mediaGatewayModelR48SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR48Entry  108 }

  mediaGatewayModelR48SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR48Entry  109 }

  mediaGatewayModelR48FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR48Entry  110 }

  mediaGatewayModelR48AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR48Entry  111 }

  mediaGatewayModelR48SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR48Entry  112 }

  mediaGatewayModelR48SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR48Entry  113 }

  mediaGatewayModelR48SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR48Entry  114 }

  mediaGatewayModelR48FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR48Entry  115 }

  mediaGatewayModelR48FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR48Entry  116 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Offline Charging'                                       */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  iMSOfflChrgR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOfflChrgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2600 }

  iMSOfflChrgR1Entry OBJECT-TYPE
    SYNTAX       IMSOfflChrgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOfflChrgR1NEConn,
             iMSOfflChrgR1NetwkElement,
             iMSOfflChrgR1CFSIx }
    ::= {  iMSOfflChrgR1Table  1  }

  IMSOfflChrgR1Entry  ::=  SEQUENCE
  {
    iMSOfflChrgR1NEConn                Unsigned32,
    iMSOfflChrgR1NetwkElement          DisplayString,
    iMSOfflChrgR1CFSIx                 Unsigned32,
    iMSOfflChrgR1I1LocalDiameterEntityNEConn
                                       Unsigned32,
    iMSOfflChrgR1I2LocalDiameterEntityNetwkElement
                                       DisplayString,
    iMSOfflChrgR1I3LocalDiameterEntityDiameterEntityIx
                                       Unsigned32,
    iMSOfflChrgR1DestRealm             DisplayString,
    iMSOfflChrgR1CacheRetryPeriod      Unsigned32,
    iMSOfflChrgR1AlrmState             INTEGER,
    iMSOfflChrgR1StatisticsAlrms       Integer32,
    iMSOfflChrgR1AlrmStateTimestamp    Unsigned32,
    iMSOfflChrgR1AlrmEvtsAttnRqLogCorr Counter64,
    iMSOfflChrgR1AlrmEvtsAttnRq        Unsigned32,
    iMSOfflChrgR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iMSOfflChrgR1DoExtraActions        INTEGER,
    iMSOfflChrgR1RowStatus             RowStatus,
    iMSOfflChrgR1AdminStatus           AdminStatus,
    iMSOfflChrgR1OperStatus            OperStatus,
    iMSOfflChrgR1DefInterimInterval    Unsigned32
  }

  iMSOfflChrgR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOfflChrgR1Entry  1 }

  iMSOfflChrgR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOfflChrgR1Entry  2 }

  iMSOfflChrgR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iMSOfflChrgR1Entry  3 }

  iMSOfflChrgR1I1LocalDiameterEntityNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgR1Entry  4 }

  iMSOfflChrgR1I2LocalDiameterEntityNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgR1Entry  5 }

  iMSOfflChrgR1I3LocalDiameterEntityDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Diameter Entity index'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgR1Entry  6 }

  iMSOfflChrgR1DestRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination realm'."
    ::= { iMSOfflChrgR1Entry  7 }

  iMSOfflChrgR1CacheRetryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cache retry period'."
    DEFVAL       { 3600 }
    ::= { iMSOfflChrgR1Entry  10 }

  iMSOfflChrgR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iMSOfflChrgR1Entry  11 }

  iMSOfflChrgR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iMSOfflChrgR1Entry  12 }

  iMSOfflChrgR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iMSOfflChrgR1Entry  13 }

  iMSOfflChrgR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iMSOfflChrgR1Entry  14 }

  iMSOfflChrgR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSOfflChrgR1Entry  15 }

  iMSOfflChrgR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iMSOfflChrgR1Entry  16 }

  iMSOfflChrgR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   retryCache(1),
                   resetAlarm(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgR1Entry  17 }

  iMSOfflChrgR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iMSOfflChrgR1Entry  18 }

  iMSOfflChrgR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgR1Entry  19 }

  iMSOfflChrgR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgR1Entry  20 }

  iMSOfflChrgR1DefInterimInterval OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default interim interval'."
    DEFVAL       { 0 }
    ::= { iMSOfflChrgR1Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Online Charging'                                        */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  iMSOnChrgR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOnChrgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2601 }

  iMSOnChrgR1Entry OBJECT-TYPE
    SYNTAX       IMSOnChrgR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOnChrgR1NEConn,
             iMSOnChrgR1NetwkElement,
             iMSOnChrgR1CFSIx }
    ::= {  iMSOnChrgR1Table  1  }

  IMSOnChrgR1Entry  ::=  SEQUENCE
  {
    iMSOnChrgR1NEConn                  Unsigned32,
    iMSOnChrgR1NetwkElement            DisplayString,
    iMSOnChrgR1CFSIx                   Unsigned32,
    iMSOnChrgR1EnableIMSOnlineCharging INTEGER,
    iMSOnChrgR1I1LocalDiameterEntityNEConn
                                       Unsigned32,
    iMSOnChrgR1I2LocalDiameterEntityNetwkElement
                                       DisplayString,
    iMSOnChrgR1I3LocalDiameterEntityDiameterEntityIx
                                       Unsigned32,
    iMSOnChrgR1DestRealm               DisplayString,
    iMSOnChrgR1DefPartiesCharged       INTEGER,
    iMSOnChrgR1DefDiameterConnFailBehavior
                                       INTEGER,
    iMSOnChrgR1DefESAModeConnFailBehavior
                                       INTEGER,
    iMSOnChrgR1ReportUsedUnitsAsTotCallTime
                                       INTEGER,
    iMSOnChrgR1ValMultipleServsIndicatorAVP
                                       INTEGER,
    iMSOnChrgR1TimeUnitsRequestedInCCR Unsigned32,
    iMSOnChrgR1CallRatingGp            Unsigned32,
    iMSOnChrgR1AlrmState               INTEGER,
    iMSOnChrgR1StatisticsAlrms         Integer32,
    iMSOnChrgR1AlrmStateTimestamp      Unsigned32,
    iMSOnChrgR1AlrmEvtsAttnRqLogCorr   Counter64,
    iMSOnChrgR1AlrmEvtsAttnRq          Unsigned32,
    iMSOnChrgR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iMSOnChrgR1RowStatus               RowStatus,
    iMSOnChrgR1AdminStatus             AdminStatus,
    iMSOnChrgR1OperStatus              OperStatus,
    iMSOnChrgR1OptionalAVPs            BITS
  }

  iMSOnChrgR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOnChrgR1Entry  1 }

  iMSOnChrgR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOnChrgR1Entry  2 }

  iMSOnChrgR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iMSOnChrgR1Entry  3 }

  iMSOnChrgR1EnableIMSOnlineCharging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable IMS online charging'."
    DEFVAL       { false }
    ::= { iMSOnChrgR1Entry  4 }

  iMSOnChrgR1I1LocalDiameterEntityNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgR1Entry  5 }

  iMSOnChrgR1I2LocalDiameterEntityNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgR1Entry  6 }

  iMSOnChrgR1I3LocalDiameterEntityDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Diameter Entity index'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgR1Entry  7 }

  iMSOnChrgR1DestRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination realm'."
    ::= { iMSOnChrgR1Entry  8 }

  iMSOnChrgR1DefPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default parties charged'."
    DEFVAL       { none }
    ::= { iMSOnChrgR1Entry  9 }

  iMSOnChrgR1DefDiameterConnFailBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminate(1),
                   retryAndTerminate(2),
                   continue(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Diameter connection failure behavior'."
    DEFVAL       { retryAndTerminate }
    ::= { iMSOnChrgR1Entry  10 }

  iMSOnChrgR1DefESAModeConnFailBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminate(1),
                   retryAndTerminate(2),
                   continue(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default ESA mode connection failure behavior'."
    DEFVAL       { continue }
    ::= { iMSOnChrgR1Entry  11 }

  iMSOnChrgR1ReportUsedUnitsAsTotCallTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Report Used-Units as total call time'."
    DEFVAL       { false }
    ::= { iMSOnChrgR1Entry  12 }

  iMSOnChrgR1ValMultipleServsIndicatorAVP OBJECT-TYPE
    SYNTAX       INTEGER {
                   supported(1),
                   unsupported(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Value of Multiple-Services-Indicator AVP'."
    DEFVAL       { unsupported }
    ::= { iMSOnChrgR1Entry  13 }

  iMSOnChrgR1TimeUnitsRequestedInCCR OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time units requested in CCR'."
    DEFVAL       { 60 }
    ::= { iMSOnChrgR1Entry  14 }

  iMSOnChrgR1CallRatingGp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Rating-Group'."
    DEFVAL       { 0 }
    ::= { iMSOnChrgR1Entry  15 }

  iMSOnChrgR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iMSOnChrgR1Entry  16 }

  iMSOnChrgR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iMSOnChrgR1Entry  17 }

  iMSOnChrgR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iMSOnChrgR1Entry  18 }

  iMSOnChrgR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iMSOnChrgR1Entry  19 }

  iMSOnChrgR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSOnChrgR1Entry  20 }

  iMSOnChrgR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iMSOnChrgR1Entry  21 }

  iMSOnChrgR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iMSOnChrgR1Entry  22 }

  iMSOnChrgR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnChrgR1Entry  23 }

  iMSOnChrgR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnChrgR1Entry  24 }

  iMSOnChrgR1OptionalAVPs OBJECT-TYPE
    SYNTAX       BITS {
                   intraBGIndicator(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional AVPs'."
    ::= { iMSOnChrgR1Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  indLineR30Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2602 }

  indLineR30Entry OBJECT-TYPE
    SYNTAX       IndLineR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR30NEConn,
             indLineR30NetwkElement,
             indLineR30CFSIx,
             indLineR30DirNum }
    ::= {  indLineR30Table  1  }

  IndLineR30Entry  ::=  SEQUENCE
  {
    indLineR30NEConn                   Unsigned32,
    indLineR30NetwkElement             DisplayString,
    indLineR30CFSIx                    Unsigned32,
    indLineR30DirNum                   DisplayString,
    indLineR30PresNum                  DisplayString,
    indLineR30ClgPartyNum              DisplayString,
    indLineR30I1SubGpNEConn            Unsigned32,
    indLineR30I2SubGpNetwkElement      DisplayString,
    indLineR30I3SubGpCFSIx             Unsigned32,
    indLineR30I4SubGpSubGpIx           Unsigned32,
    indLineR30NumStatus                INTEGER,
    indLineR30T1I1AccDevNEConn         Unsigned32,
    indLineR30T1I2AccDevNetwkElement   DisplayString,
    indLineR30T1I3AccDevCFSIx          Unsigned32,
    indLineR30T1I4AccDevGatewayIx      Unsigned32,
    indLineR30T1I5AccDevDeviceIx       Unsigned32,
    indLineR30T2I1AccDevNEConn         Unsigned32,
    indLineR30T2I2AccDevNetwkElement   DisplayString,
    indLineR30T2I3AccDevCFSIx          Unsigned32,
    indLineR30T2I4AccDevGatewayIx      Unsigned32,
    indLineR30T2I5AccDevDeviceIx       Unsigned32,
    indLineR30AccessLineNum            Unsigned32,
    indLineR30PortedExchangeID         DisplayString,
    indLineR30SignalFunctionCode       INTEGER,
    indLineR30LineUsage                INTEGER,
    indLineR30FSKFormat                INTEGER,
    indLineR30PIN                      DisplayString,
    indLineR30Locale                   INTEGER,
    indLineR30LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR30DigitMaskingReqd         INTEGER,
    indLineR30OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR30OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR30OrigingFacilityMarksADC  INTEGER,
    indLineR30TermFacilityMarksServInterception
                                       INTEGER,
    indLineR30TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR30ActYear                  Unsigned32,
    indLineR30ActMonth                 Unsigned32,
    indLineR30ActDate                  Unsigned32,
    indLineR30LastInCallClgType        INTEGER,
    indLineR30LastInCallUniqueNum      INTEGER,
    indLineR30LastInCallClgNum         DisplayString,
    indLineR30LastInCallClgPresNum     DisplayString,
    indLineR30LastInCallTimeCall       Unsigned32,
    indLineR30LastInCallCallerWaited   INTEGER,
    indLineR30LastInCallCallAnswrd     INTEGER,
    indLineR30LastInCallCallTraced     INTEGER,
    indLineR30AlrmState                INTEGER,
    indLineR30AlrmLogCorr              Counter64,
    indLineR30AddtlAlrmLogCorr         Counter64,
    indLineR30AlrmEvtsAttnRq           Unsigned32,
    indLineR30AlrmEvtsAtndDp           Unsigned32,
    indLineR30AlrmStateTimestamp       Unsigned32,
    indLineR30ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR30ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR30ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR30ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR30DiagsLogLvl              INTEGER,
    indLineR30DiagsAPITraceEnabled     INTEGER,
    indLineR30DiagsAPITraceTag         DisplayString,
    indLineR30DiagsAPITraceRemNum      DisplayString,
    indLineR30SummaryChldAlrmState     INTEGER,
    indLineR30RowStatus                RowStatus,
    indLineR30ExportNumObjectsExported Integer32,
    indLineR30ExportStatus             DisplayString,
    indLineR30ExportFile               DisplayString,
    indLineR30ExportCorr               Counter64,
    indLineR30ExportCorrNode           DisplayString,
    indLineR30ExportCorrUID            DisplayString,
    indLineR30DoExtraActions           INTEGER,
    indLineR30MovedToDirNum            DisplayString,
    indLineR30CustInfo                 DisplayString,
    indLineR30SigType                  INTEGER,
    indLineR30I1ISDNInterfaceNEConn    Unsigned32,
    indLineR30I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR30I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR30I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR30I5ISDNInterfacePRIIx     Unsigned32,
    indLineR30ISDNDefBearerCapabilities
                                       BITS,
    indLineR30DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR30SIPUserName              DisplayString,
    indLineR30SIPDomainName            DisplayString,
    indLineR30UseStaticNATMapping      INTEGER,
    indLineR30SIPRegistrationStatus    INTEGER,
    indLineR30SIPAuthenticationReqd    INTEGER,
    indLineR30NewSIPPassword           DisplayString,
    indLineR30ConfirmNewSIPPassword    DisplayString,
    indLineR30ServSuspended            INTEGER,
    indLineR30GR303NailedUpConn        INTEGER,
    indLineR30TSL                      INTEGER,
    indLineR30CustInfo2                DisplayString,
    indLineR30CustInfo3                DisplayString,
    indLineR30CustInfo4                DisplayString,
    indLineR30CustInfo5                DisplayString,
    indLineR30CustInfo6                DisplayString,
    indLineR30PrimaryLineDirNum        DisplayString,
    indLineR30RingPattnRO              INTEGER,
    indLineR30RecentlyMovedFromOldNum  INTEGER,
    indLineR30MovedFromDirNum          DisplayString,
    indLineR30ConnectCallAfterAnnounce INTEGER,
    indLineR30ChargeNum                DisplayString,
    indLineR30I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR30I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR30I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR30I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR30PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR30GR303DialType            INTEGER,
    indLineR30LastOutCallCldType       INTEGER,
    indLineR30LastOutCallCldNum        DisplayString,
    indLineR30LastOutCallNumPres       INTEGER,
    indLineR30LastOutCallCallType      INTEGER,
    indLineR30LastOutCallDirectDialed  INTEGER,
    indLineR30LastOutCallCarr          DisplayString,
    indLineR30I1PerProfNEConn          Unsigned32,
    indLineR30I2PerProfNetwkElement    DisplayString,
    indLineR30I3PerProfCFSIx           Unsigned32,
    indLineR30I4PerProfGpIx            Unsigned32,
    indLineR30InUseBy                  INTEGER,
    indLineR30UseDNIdentification      INTEGER,
    indLineR30SDActTimezone            INTEGER,
    indLineR30SDDefTimezone            INTEGER,
    indLineR30SDUseDefTimezone         INTEGER,
    indLineR30SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR30SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR30SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR30SDActMaxCallAppearances  Unsigned32,
    indLineR30SDDefMaxCallAppearances  Unsigned32,
    indLineR30SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR30SDActLongDistanceCarr    DisplayString,
    indLineR30SDDefLongDistanceCarr    DisplayString,
    indLineR30SDUseDefLongDistanceCarr INTEGER,
    indLineR30SDActIntraLATACarr       DisplayString,
    indLineR30SDDefIntraLATACarr       DisplayString,
    indLineR30SDUseDefIntraLATACarr    INTEGER,
    indLineR30SDActRtgAttrs            BITS,
    indLineR30SDDefRtgAttrs            BITS,
    indLineR30SDUseDefRtgAttrs         INTEGER,
    indLineR30SDActBillType            INTEGER,
    indLineR30SDDefBillType            INTEGER,
    indLineR30SDUseDefBillType         INTEGER,
    indLineR30SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR30SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR30SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR30SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR30SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR30SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR30SDActTariffGp            INTEGER,
    indLineR30SDDefTariffGp            INTEGER,
    indLineR30SDUseDefTariffGp         INTEGER,
    indLineR30SDActLCC1                INTEGER,
    indLineR30SDDefLCC1                INTEGER,
    indLineR30SDUseDefLCC1             INTEGER,
    indLineR30SDActLCC2                INTEGER,
    indLineR30SDDefLCC2                INTEGER,
    indLineR30SDUseDefLCC2             INTEGER,
    indLineR30SDActLCC3                INTEGER,
    indLineR30SDDefLCC3                INTEGER,
    indLineR30SDUseDefLCC3             INTEGER,
    indLineR30SDActLCC4                INTEGER,
    indLineR30SDDefLCC4                INTEGER,
    indLineR30SDUseDefLCC4             INTEGER,
    indLineR30SDActLCC5                INTEGER,
    indLineR30SDDefLCC5                INTEGER,
    indLineR30SDUseDefLCC5             INTEGER,
    indLineR30SDActForceLNPLookup      INTEGER,
    indLineR30SDDefForceLNPLookup      INTEGER,
    indLineR30SDUseDefForceLNPLookup   INTEGER,
    indLineR30SDActIntnatlCarr         DisplayString,
    indLineR30SDDefIntnatlCarr         DisplayString,
    indLineR30SDUseDefIntnatlCarr      INTEGER,
    indLineR30LineTrafficStudy         INTEGER,
    indLineR30CallListsMissedCalls     LongDisplayString,
    indLineR30CallListsAnswrdCalls     LongDisplayString,
    indLineR30CallListsDialedCalls     LongDisplayString,
    indLineR30EnabledDate              Unsigned32,
    indLineR30SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR30SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR30SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR30SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR30SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR30SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR30SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR30SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR30SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR30SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR30SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR30SDActLCC6                INTEGER,
    indLineR30SDDefLCC6                INTEGER,
    indLineR30SDUseDefLCC6             INTEGER,
    indLineR30SDActLCC7                INTEGER,
    indLineR30SDDefLCC7                INTEGER,
    indLineR30SDUseDefLCC7             INTEGER,
    indLineR30SDActLCC8                INTEGER,
    indLineR30SDDefLCC8                INTEGER,
    indLineR30SDUseDefLCC8             INTEGER,
    indLineR30SDActLCC9                INTEGER,
    indLineR30SDDefLCC9                INTEGER,
    indLineR30SDUseDefLCC9             INTEGER,
    indLineR30SDActLCC10               INTEGER,
    indLineR30SDDefLCC10               INTEGER,
    indLineR30SDUseDefLCC10            INTEGER,
    indLineR30SDActLCC11               INTEGER,
    indLineR30SDDefLCC11               INTEGER,
    indLineR30SDUseDefLCC11            INTEGER,
    indLineR30SDActLCC12               INTEGER,
    indLineR30SDDefLCC12               INTEGER,
    indLineR30SDUseDefLCC12            INTEGER,
    indLineR30SDActLCC13               INTEGER,
    indLineR30SDDefLCC13               INTEGER,
    indLineR30SDUseDefLCC13            INTEGER,
    indLineR30SDActLCC14               INTEGER,
    indLineR30SDDefLCC14               INTEGER,
    indLineR30SDUseDefLCC14            INTEGER,
    indLineR30SDActLCC15               INTEGER,
    indLineR30SDDefLCC15               INTEGER,
    indLineR30SDUseDefLCC15            INTEGER,
    indLineR30SDActLCC16               INTEGER,
    indLineR30SDDefLCC16               INTEGER,
    indLineR30SDUseDefLCC16            INTEGER,
    indLineR30SDActLCC17               INTEGER,
    indLineR30SDDefLCC17               INTEGER,
    indLineR30SDUseDefLCC17            INTEGER,
    indLineR30SDActLCC18               INTEGER,
    indLineR30SDDefLCC18               INTEGER,
    indLineR30SDUseDefLCC18            INTEGER,
    indLineR30SDActLCC19               INTEGER,
    indLineR30SDDefLCC19               INTEGER,
    indLineR30SDUseDefLCC19            INTEGER,
    indLineR30SDActLCC20               INTEGER,
    indLineR30SDDefLCC20               INTEGER,
    indLineR30SDUseDefLCC20            INTEGER,
    indLineR30T1I1GatewayNEConn        Unsigned32,
    indLineR30T1I2GatewayNetwkElement  DisplayString,
    indLineR30T1I3GatewayCFSIx         Unsigned32,
    indLineR30T1I4GatewayGatewayIx     Unsigned32,
    indLineR30T2I1GatewayNEConn        Unsigned32,
    indLineR30T2I2GatewayNetwkElement  DisplayString,
    indLineR30T2I3GatewayCFSIx         Unsigned32,
    indLineR30T2I4GatewayGatewayIx     Unsigned32,
    indLineR30SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR30SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR30SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR30SDActVQMCallLogging      INTEGER,
    indLineR30SDDefVQMCallLogging      INTEGER,
    indLineR30SDUseDefVQMCallLogging   INTEGER,
    indLineR30CFMLvlOnApply            INTEGER,
    indLineR30SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR30SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR30SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR30CurrNumRegistrations     Integer32,
    indLineR30FaultMonitoringLvl       INTEGER,
    indLineR30CFMLvlOnApply2           INTEGER,
    indLineR30SIPPassword              DisplayString,
    indLineR30SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR30SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR30SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR30SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR30SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR30SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR30SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR30SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR30SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR30SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR30SDUseDefNetwkNode        INTEGER,
    indLineR30MovedToNumAsDialed       DisplayString,
    indLineR30MovedDate                Unsigned32,
    indLineR30SDActExpireAfter         Unsigned32,
    indLineR30SDDefExpireAfter         Unsigned32,
    indLineR30SDUseDefExpireAfter      INTEGER,
    indLineR30ExpiryDate               Unsigned32,
    indLineR30SecondLocale             INTEGER,
    indLineR30SDActAdvChrgAOCD         INTEGER,
    indLineR30SDDefAdvChrgAOCD         INTEGER,
    indLineR30SDUseDefAdvChrgAOCD      INTEGER,
    indLineR30SDActAdvChrgAOCE         INTEGER,
    indLineR30SDDefAdvChrgAOCE         INTEGER,
    indLineR30SDUseDefAdvChrgAOCE      INTEGER,
    indLineR30PayphoneMetering         INTEGER,
    indLineR30SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR30SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR30SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR30SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR30SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR30SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR30SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR30SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR30SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR30SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR30SDUseDefESAProtDom       INTEGER,
    indLineR30SASHostname              LongDisplayString,
    indLineR30I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR30I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR30I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR30SDActSubTimezone         LongDisplayString,
    indLineR30SDDefSubTimezone         LongDisplayString,
    indLineR30SDUseDefSubTimezone      INTEGER,
    indLineR30SDActChargeInd           INTEGER,
    indLineR30SDDefChargeInd           INTEGER,
    indLineR30SDUseDefChargeInd        INTEGER,
    indLineR30SDActSubClgCategory      INTEGER,
    indLineR30SDDefSubClgCategory      INTEGER,
    indLineR30SDUseDefSubClgCategory   INTEGER,
    indLineR30CustomerInfoFirstName    LongDisplayString,
    indLineR30CustomerInfoSecondName   LongDisplayString,
    indLineR30CustomerInfoOtherNames   LongDisplayString,
    indLineR30CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR30CustomerInfoSurname      LongDisplayString,
    indLineR30I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR30I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR30I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR30I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR30TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR30I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR30I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR30I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR30FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR30ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR30AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR30SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR30SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR30SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR30StatisticsAlrms          Integer32,
    indLineR30SupportDevTwinning       INTEGER,
    indLineR30DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR30DevTwinningSIPUserName   DisplayString,
    indLineR30DevTwinningSIPDomainName DisplayString,
    indLineR30DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR30DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR30I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR30I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR30I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR30I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR30DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR30DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR30DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR30DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR30DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR30I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR30I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR30I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR30I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR30DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR30DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR30DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR30DevTwinningSIPPassword   DisplayString,
    indLineR30NoUserEquipment          INTEGER,
    indLineR30SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR30SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR30SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR30AllowRehoming            INTEGER,
    indLineR30I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR30SDActAccessionClientOnly INTEGER,
    indLineR30SDDefAccessionClientOnly INTEGER,
    indLineR30SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR30PreSubscribedConn        INTEGER,
    indLineR30ExportIncASRepData       INTEGER,
    indLineR30PBXIsDuplicate           INTEGER,
    indLineR30PBXIsRenumbering         INTEGER,
    indLineR30SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR30SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR30SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR30PortedRtgMethod          INTEGER,
    indLineR30LocationRtgNum           DisplayString,
    indLineR30IsIMS                    INTEGER,
    indLineR30ExportChldObjectsToInc   INTEGER,
    indLineR30SDActTypeAddtlCallAppearances
                                       INTEGER,
    indLineR30SDDefTypeAddtlCallAppearances
                                       INTEGER,
    indLineR30SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    indLineR30PermissibleInboundIPAddrs
                                       LongDisplayString
  }

  indLineR30NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR30Entry  1 }

  indLineR30NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR30Entry  2 }

  indLineR30CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR30Entry  3 }

  indLineR30DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR30Entry  4 }

  indLineR30PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR30Entry  5 }

  indLineR30ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { indLineR30Entry  6 }

  indLineR30I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR30Entry  7 }

  indLineR30I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR30Entry  8 }

  indLineR30I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR30Entry  9 }

  indLineR30I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR30Entry  10 }

  indLineR30NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR30Entry  11 }

  indLineR30T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR30Entry  12 }

  indLineR30T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR30Entry  13 }

  indLineR30T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR30Entry  14 }

  indLineR30T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR30Entry  15 }

  indLineR30T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR30Entry  16 }

  indLineR30T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR30Entry  17 }

  indLineR30T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR30Entry  18 }

  indLineR30T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR30Entry  19 }

  indLineR30T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR30Entry  20 }

  indLineR30T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR30Entry  21 }

  indLineR30AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR30Entry  22 }

  indLineR30PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR30Entry  23 }

  indLineR30SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR30Entry  24 }

  indLineR30LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR30Entry  25 }

  indLineR30FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR30Entry  26 }

  indLineR30PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR30Entry  29 }

  indLineR30Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR30Entry  30 }

  indLineR30LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR30Entry  33 }

  indLineR30DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR30Entry  34 }

  indLineR30OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR30Entry  36 }

  indLineR30OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR30Entry  37 }

  indLineR30OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR30Entry  38 }

  indLineR30TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR30Entry  39 }

  indLineR30TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR30Entry  40 }

  indLineR30ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR30Entry  42 }

  indLineR30ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR30Entry  43 }

  indLineR30ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR30Entry  44 }

  indLineR30LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR30Entry  45 }

  indLineR30LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR30Entry  46 }

  indLineR30LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR30Entry  47 }

  indLineR30LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR30Entry  48 }

  indLineR30LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR30Entry  49 }

  indLineR30LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR30Entry  50 }

  indLineR30LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR30Entry  51 }

  indLineR30LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR30Entry  52 }

  indLineR30AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR30Entry  53 }

  indLineR30AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR30Entry  54 }

  indLineR30AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR30Entry  55 }

  indLineR30AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR30Entry  56 }

  indLineR30AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR30Entry  57 }

  indLineR30AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR30Entry  58 }

  indLineR30ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR30Entry  59 }

  indLineR30ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR30Entry  60 }

  indLineR30ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR30Entry  61 }

  indLineR30ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR30Entry  62 }

  indLineR30DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR30Entry  63 }

  indLineR30DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR30Entry  64 }

  indLineR30DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR30Entry  65 }

  indLineR30DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR30Entry  66 }

  indLineR30SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR30Entry  67 }

  indLineR30RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR30Entry  68 }

  indLineR30ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR30Entry  69 }

  indLineR30ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR30Entry  70 }

  indLineR30ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR30Entry  71 }

  indLineR30ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR30Entry  72 }

  indLineR30ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR30Entry  73 }

  indLineR30ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR30Entry  74 }

  indLineR30DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2),
                   resynchronizePhones(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR30Entry  75 }

  indLineR30MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR30Entry  76 }

  indLineR30CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR30Entry  77 }

  indLineR30SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR30Entry  78 }

  indLineR30I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR30Entry  79 }

  indLineR30I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR30Entry  80 }

  indLineR30I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR30Entry  81 }

  indLineR30I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR30Entry  82 }

  indLineR30I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR30Entry  83 }

  indLineR30ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR30Entry  84 }

  indLineR30DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR30Entry  85 }

  indLineR30SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR30Entry  86 }

  indLineR30SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR30Entry  87 }

  indLineR30UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR30Entry  88 }

  indLineR30SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR30Entry  89 }

  indLineR30SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR30Entry  90 }

  indLineR30NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR30Entry  91 }

  indLineR30ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR30Entry  92 }

  indLineR30ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR30Entry  96 }

  indLineR30GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR30Entry  97 }

  indLineR30TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR30Entry  98 }

  indLineR30CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR30Entry  99 }

  indLineR30CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR30Entry  100 }

  indLineR30CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR30Entry  101 }

  indLineR30CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR30Entry  102 }

  indLineR30CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR30Entry  103 }

  indLineR30PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR30Entry  104 }

  indLineR30RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR30Entry  105 }

  indLineR30RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR30Entry  106 }

  indLineR30MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR30Entry  107 }

  indLineR30ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR30Entry  108 }

  indLineR30ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { indLineR30Entry  109 }

  indLineR30I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  110 }

  indLineR30I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  111 }

  indLineR30I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  112 }

  indLineR30I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  113 }

  indLineR30PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR30Entry  114 }

  indLineR30GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR30Entry  120 }

  indLineR30LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR30Entry  122 }

  indLineR30LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR30Entry  123 }

  indLineR30LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR30Entry  124 }

  indLineR30LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR30Entry  125 }

  indLineR30LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR30Entry  126 }

  indLineR30LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR30Entry  127 }

  indLineR30I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR30Entry  133 }

  indLineR30I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR30Entry  134 }

  indLineR30I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR30Entry  135 }

  indLineR30I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR30Entry  136 }

  indLineR30InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR30Entry  137 }

  indLineR30UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR30Entry  138 }

  indLineR30SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  139 }

  indLineR30SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  140 }

  indLineR30SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  141 }

  indLineR30SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  142 }

  indLineR30SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  143 }

  indLineR30SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  144 }

  indLineR30SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  150 }

  indLineR30SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  151 }

  indLineR30SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  152 }

  indLineR30SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  153 }

  indLineR30SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  154 }

  indLineR30SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  155 }

  indLineR30SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  156 }

  indLineR30SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  157 }

  indLineR30SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  158 }

  indLineR30SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  159 }

  indLineR30SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  160 }

  indLineR30SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  161 }

  indLineR30SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  162 }

  indLineR30SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  163 }

  indLineR30SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  164 }

  indLineR30SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  165 }

  indLineR30SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  166 }

  indLineR30SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  167 }

  indLineR30SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  168 }

  indLineR30SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  169 }

  indLineR30SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  170 }

  indLineR30SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  171 }

  indLineR30SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  172 }

  indLineR30SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  173 }

  indLineR30SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  174 }

  indLineR30SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  175 }

  indLineR30SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  176 }

  indLineR30SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  177 }

  indLineR30SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  178 }

  indLineR30SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  179 }

  indLineR30SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  180 }

  indLineR30SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  181 }

  indLineR30SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  182 }

  indLineR30SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  183 }

  indLineR30SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  184 }

  indLineR30SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  185 }

  indLineR30SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  186 }

  indLineR30SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  187 }

  indLineR30SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  188 }

  indLineR30SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  189 }

  indLineR30SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  190 }

  indLineR30SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  191 }

  indLineR30SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  192 }

  indLineR30SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  193 }

  indLineR30SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  194 }

  indLineR30LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR30Entry  195 }

  indLineR30CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR30Entry  196 }

  indLineR30CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR30Entry  197 }

  indLineR30CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR30Entry  198 }

  indLineR30EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR30Entry  199 }

  indLineR30SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  207 }

  indLineR30SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  208 }

  indLineR30SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  209 }

  indLineR30SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  210 }

  indLineR30SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  211 }

  indLineR30SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  212 }

  indLineR30SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  213 }

  indLineR30SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  214 }

  indLineSDActR30SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  216 }

  indLineSDDefR30SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR30Entry  217 }

  indLineR30SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  218 }

  indLineR30SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  224 }

  indLineR30SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  225 }

  indLineR30SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  226 }

  indLineR30SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  227 }

  indLineR30SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  228 }

  indLineR30SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  229 }

  indLineR30SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  230 }

  indLineR30SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  231 }

  indLineR30SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  232 }

  indLineR30SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  233 }

  indLineR30SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  234 }

  indLineR30SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  235 }

  indLineR30SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  236 }

  indLineR30SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  237 }

  indLineR30SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  238 }

  indLineR30SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  239 }

  indLineR30SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  240 }

  indLineR30SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  241 }

  indLineR30SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  242 }

  indLineR30SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  243 }

  indLineR30SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  244 }

  indLineR30SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  245 }

  indLineR30SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  246 }

  indLineR30SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  247 }

  indLineR30SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  248 }

  indLineR30SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  249 }

  indLineR30SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  250 }

  indLineR30SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  251 }

  indLineR30SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  252 }

  indLineR30SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  253 }

  indLineR30SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  254 }

  indLineR30SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  255 }

  indLineR30SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  256 }

  indLineR30SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  257 }

  indLineR30SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  258 }

  indLineR30SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  259 }

  indLineR30SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  260 }

  indLineR30SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  261 }

  indLineR30SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  262 }

  indLineR30SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  263 }

  indLineR30SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  264 }

  indLineR30SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  265 }

  indLineR30SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  266 }

  indLineR30SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  267 }

  indLineR30SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  268 }

  indLineR30T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR30Entry  269 }

  indLineR30T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR30Entry  270 }

  indLineR30T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR30Entry  271 }

  indLineR30T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR30Entry  272 }

  indLineR30T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR30Entry  273 }

  indLineR30T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR30Entry  274 }

  indLineR30T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR30Entry  275 }

  indLineR30T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR30Entry  276 }

  indLineR30SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  285 }

  indLineR30SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  286 }

  indLineR30SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  287 }

  indLineR30SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  301 }

  indLineR30SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  302 }

  indLineR30SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  303 }

  indLineR30CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR30Entry  304 }

  indLineR30SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  305 }

  indLineR30SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  306 }

  indLineR30SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  307 }

  indLineR30CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR30Entry  308 }

  indLineR30FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR30Entry  309 }

  indLineR30CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR30Entry  310 }

  indLineR30SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR30Entry  311 }

  indLineR30SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  312 }

  indLineR30SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  313 }

  indLineR30SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  314 }

  indLineR30SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  315 }

  indLineR30SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  316 }

  indLineR30SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  317 }

  indLineR30SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  318 }

  indLineR30SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  319 }

  indLineSDActR30SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  321 }

  indLineSDDefR30SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR30Entry  322 }

  indLineR30SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  323 }

  indLineR30MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR30Entry  328 }

  indLineR30MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR30Entry  329 }

  indLineR30SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  330 }

  indLineR30SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  331 }

  indLineR30SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  332 }

  indLineR30ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR30Entry  333 }

  indLineR30SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR30Entry  346 }

  indLineR30SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  347 }

  indLineR30SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  348 }

  indLineR30SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  349 }

  indLineR30SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  350 }

  indLineR30SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  351 }

  indLineR30SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  352 }

  indLineR30PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR30Entry  353 }

  indLineR30SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  354 }

  indLineR30SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  355 }

  indLineR30SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  356 }

  indLineR30SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  357 }

  indLineR30SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  358 }

  indLineR30SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  359 }

  indLineR30SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  360 }

  indLineR30SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  361 }

  indLineSDActR30SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  363 }

  indLineSDDefR30SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR30Entry  364 }

  indLineR30SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  365 }

  indLineR30SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR30Entry  370 }

  indLineR30I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR30Entry  371 }

  indLineR30I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR30Entry  372 }

  indLineR30I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR30Entry  373 }

  indLineR30SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  375 }

  indLineR30SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  376 }

  indLineR30SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  377 }

  indLineR30SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  378 }

  indLineR30SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  379 }

  indLineR30SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  380 }

  indLineR30SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  381 }

  indLineR30SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  382 }

  indLineR30SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  383 }

  indLineR30CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR30Entry  390 }

  indLineR30CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR30Entry  391 }

  indLineR30CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR30Entry  392 }

  indLineR30CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR30Entry  393 }

  indLineR30CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR30Entry  394 }

  indLineR30I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR30Entry  395 }

  indLineR30I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR30Entry  396 }

  indLineR30I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR30Entry  397 }

  indLineR30I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR30Entry  398 }

  indLineR30TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR30Entry  399 }

  indLineR30I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR30Entry  400 }

  indLineR30I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR30Entry  401 }

  indLineR30I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR30Entry  402 }

  indLineR30FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR30Entry  403 }

  indLineR30ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR30Entry  404 }

  indLineR30AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR30Entry  405 }

  indLineR30SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  406 }

  indLineR30SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  407 }

  indLineR30SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  408 }

  indLineR30StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR30Entry  409 }

  indLineR30SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR30Entry  410 }

  indLineR30DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR30Entry  411 }

  indLineR30DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR30Entry  412 }

  indLineR30DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR30Entry  413 }

  indLineR30DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR30Entry  414 }

  indLineR30DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR30Entry  415 }

  indLineR30I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR30Entry  416 }

  indLineR30I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR30Entry  417 }

  indLineR30I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR30Entry  418 }

  indLineR30I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR30Entry  419 }

  indLineR30DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR30Entry  420 }

  indLineR30DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR30Entry  421 }

  indLineR30DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR30Entry  422 }

  indLineR30DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR30Entry  423 }

  indLineR30DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR30Entry  424 }

  indLineR30I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  425 }

  indLineR30I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  426 }

  indLineR30I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  427 }

  indLineR30I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR30Entry  428 }

  indLineR30DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR30Entry  429 }

  indLineR30DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR30Entry  430 }

  indLineR30DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR30Entry  431 }

  indLineR30DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR30Entry  432 }

  indLineR30NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR30Entry  433 }

  indLineR30SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  434 }

  indLineR30SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  435 }

  indLineR30SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  436 }

  indLineR30AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR30Entry  437 }

  indLineR30I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR30Entry  438 }

  indLineR30SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  439 }

  indLineR30SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  440 }

  indLineR30SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  441 }

  indLineR30PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR30Entry  442 }

  indLineR30ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR30Entry  443 }

  indLineR30PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR30Entry  444 }

  indLineR30PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR30Entry  445 }

  indLineR30SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  446 }

  indLineR30SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  447 }

  indLineR30SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  448 }

  indLineR30PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { indLineR30Entry  449 }

  indLineR30LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { indLineR30Entry  450 }

  indLineR30IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { indLineR30Entry  451 }

  indLineR30ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR30Entry  452 }

  indLineR30SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  453 }

  indLineR30SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR30Entry  454 }

  indLineR30SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR30Entry  455 }

  indLineR30PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { indLineR30Entry  456 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  busGrpR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2603 }

  busGrpR24Entry OBJECT-TYPE
    SYNTAX       BusGrpR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR24NEConn,
             busGrpR24NetwkElement,
             busGrpR24CFSIx,
             busGrpR24GpIx }
    ::= {  busGrpR24Table  1  }

  BusGrpR24Entry  ::=  SEQUENCE
  {
    busGrpR24NEConn                    Unsigned32,
    busGrpR24NetwkElement              DisplayString,
    busGrpR24CFSIx                     Unsigned32,
    busGrpR24GpIx                      Unsigned32,
    busGrpR24BusGpName                 DisplayString,
    busGrpR24Locale                    INTEGER,
    busGrpR24DistinctiveAlerting       INTEGER,
    busGrpR24NumDirNums                Unsigned32,
    busGrpR24NumFreeDirNums            Unsigned32,
    busGrpR24BGLineAlrmsAttnRq         Unsigned32,
    busGrpR24BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR24BGLineAlrmsAtndDp         Unsigned32,
    busGrpR24BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR24SummaryChldAlrmState      INTEGER,
    busGrpR24ExportNumObjectsExported  Integer32,
    busGrpR24ExportStatus              DisplayString,
    busGrpR24ExportFile                DisplayString,
    busGrpR24ExportCorr                Counter64,
    busGrpR24ExportCorrNode            DisplayString,
    busGrpR24ExportCorrUID             DisplayString,
    busGrpR24DoExtraActions            INTEGER,
    busGrpR24RowStatus                 RowStatus,
    busGrpR24BillTypeIntraBGCalls      INTEGER,
    busGrpR24LocalCNAMName             DisplayString,
    busGrpR24ServSuspended             INTEGER,
    busGrpR24CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR24PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR24CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR24PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR24TotChldAlrmsAttnRq        Unsigned32,
    busGrpR24TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR24TotChldAlrmsAtndDp        Unsigned32,
    busGrpR24TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR24I1PerProfNEConn           Unsigned32,
    busGrpR24I2PerProfNetwkElement     DisplayString,
    busGrpR24I3PerProfCFSIx            Unsigned32,
    busGrpR24I4PerProfGpIx             Unsigned32,
    busGrpR24SDActLongDistanceCarr     DisplayString,
    busGrpR24SDDefLongDistanceCarr     DisplayString,
    busGrpR24SDUseDefLongDistanceCarr  INTEGER,
    busGrpR24SDActIntraLATACarr        DisplayString,
    busGrpR24SDDefIntraLATACarr        DisplayString,
    busGrpR24SDUseDefIntraLATACarr     INTEGER,
    busGrpR24SDActBillType             INTEGER,
    busGrpR24SDDefBillType             INTEGER,
    busGrpR24SDUseDefBillType          INTEGER,
    busGrpR24SDActRtgAttrs             BITS,
    busGrpR24SDDefRtgAttrs             BITS,
    busGrpR24SDUseDefRtgAttrs          INTEGER,
    busGrpR24SDActIntnatlCarr          DisplayString,
    busGrpR24SDDefIntnatlCarr          DisplayString,
    busGrpR24SDUseDefIntnatlCarr       INTEGER,
    busGrpR24SDActLCC1                 INTEGER,
    busGrpR24SDDefLCC1                 INTEGER,
    busGrpR24SDUseDefLCC1              INTEGER,
    busGrpR24SDActLCC2                 INTEGER,
    busGrpR24SDDefLCC2                 INTEGER,
    busGrpR24SDUseDefLCC2              INTEGER,
    busGrpR24SDActLCC3                 INTEGER,
    busGrpR24SDDefLCC3                 INTEGER,
    busGrpR24SDUseDefLCC3              INTEGER,
    busGrpR24SDActLCC4                 INTEGER,
    busGrpR24SDDefLCC4                 INTEGER,
    busGrpR24SDUseDefLCC4              INTEGER,
    busGrpR24SDActLCC5                 INTEGER,
    busGrpR24SDDefLCC5                 INTEGER,
    busGrpR24SDUseDefLCC5              INTEGER,
    busGrpR24SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR24SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR24SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR24SyncWithProfInProgress    INTEGER,
    busGrpR24FacGpLimsExternalCalls    INTEGER,
    busGrpR24FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR24FacGpLimsTermCalls        INTEGER,
    busGrpR24FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR24FacGpLimsOrigingCalls     INTEGER,
    busGrpR24FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR24MLHGAlrmsAttnRq           Unsigned32,
    busGrpR24MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR24MLHGAlrmsAtndDp           Unsigned32,
    busGrpR24MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR24SDActLCC6                 INTEGER,
    busGrpR24SDDefLCC6                 INTEGER,
    busGrpR24SDUseDefLCC6              INTEGER,
    busGrpR24SDActLCC7                 INTEGER,
    busGrpR24SDDefLCC7                 INTEGER,
    busGrpR24SDUseDefLCC7              INTEGER,
    busGrpR24SDActLCC8                 INTEGER,
    busGrpR24SDDefLCC8                 INTEGER,
    busGrpR24SDUseDefLCC8              INTEGER,
    busGrpR24SDActLCC9                 INTEGER,
    busGrpR24SDDefLCC9                 INTEGER,
    busGrpR24SDUseDefLCC9              INTEGER,
    busGrpR24SDActLCC10                INTEGER,
    busGrpR24SDDefLCC10                INTEGER,
    busGrpR24SDUseDefLCC10             INTEGER,
    busGrpR24SDActLCC11                INTEGER,
    busGrpR24SDDefLCC11                INTEGER,
    busGrpR24SDUseDefLCC11             INTEGER,
    busGrpR24SDActLCC12                INTEGER,
    busGrpR24SDDefLCC12                INTEGER,
    busGrpR24SDUseDefLCC12             INTEGER,
    busGrpR24SDActLCC13                INTEGER,
    busGrpR24SDDefLCC13                INTEGER,
    busGrpR24SDUseDefLCC13             INTEGER,
    busGrpR24SDActLCC14                INTEGER,
    busGrpR24SDDefLCC14                INTEGER,
    busGrpR24SDUseDefLCC14             INTEGER,
    busGrpR24SDActLCC15                INTEGER,
    busGrpR24SDDefLCC15                INTEGER,
    busGrpR24SDUseDefLCC15             INTEGER,
    busGrpR24SDActLCC16                INTEGER,
    busGrpR24SDDefLCC16                INTEGER,
    busGrpR24SDUseDefLCC16             INTEGER,
    busGrpR24SDActLCC17                INTEGER,
    busGrpR24SDDefLCC17                INTEGER,
    busGrpR24SDUseDefLCC17             INTEGER,
    busGrpR24SDActLCC18                INTEGER,
    busGrpR24SDDefLCC18                INTEGER,
    busGrpR24SDUseDefLCC18             INTEGER,
    busGrpR24SDActLCC19                INTEGER,
    busGrpR24SDDefLCC19                INTEGER,
    busGrpR24SDUseDefLCC19             INTEGER,
    busGrpR24SDActLCC20                INTEGER,
    busGrpR24SDDefLCC20                INTEGER,
    busGrpR24SDUseDefLCC20             INTEGER,
    busGrpR24BusGpTrafficStudy         INTEGER,
    busGrpR24SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR24SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR24SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR24SDActVQMCallLogging       INTEGER,
    busGrpR24SDDefVQMCallLogging       INTEGER,
    busGrpR24SDUseDefVQMCallLogging    INTEGER,
    busGrpR24SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR24SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR24SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR24SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR24SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR24SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR24SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR24SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR24SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR24SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR24SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR24SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR24SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR24SDUseDefNetwkNode         INTEGER,
    busGrpR24NumManagedDevices         Unsigned32,
    busGrpR24ChldStatisticsAlrms       Integer32,
    busGrpR24SecondLocale              INTEGER,
    busGrpR24SDActBusGpCallLogsEnabled INTEGER,
    busGrpR24SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR24SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR24SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR24SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR24SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR24SwitchsUniqueBGID         DisplayString,
    busGrpR24SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR24SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR24SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR24SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR24SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR24SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR24SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR24SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR24SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR24SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR24SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR24I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR24I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR24I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR24NetwkWideBusGpID          DisplayString,
    busGrpR24DefBusGpLinePrivileges    Unsigned32,
    busGrpR24I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR24I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR24I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR24FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR24ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR24AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR24SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR24SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR24SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR24SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR24StatisticsAlrms           Integer32,
    busGrpR24SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR24SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR24SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR24MLHGACDAvailEnabled       INTEGER,
    busGrpR24MLHGACDUnvlRsn1           DisplayString,
    busGrpR24MLHGACDUnvlRsn2           DisplayString,
    busGrpR24MLHGACDUnvlRsn3           DisplayString,
    busGrpR24MLHGACDUnvlRsn4           DisplayString,
    busGrpR24MLHGACDUnvlRsn5           DisplayString,
    busGrpR24MLHGACDUnvlRsn6           DisplayString,
    busGrpR24MLHGACDUnvlRsn7           DisplayString,
    busGrpR24MLHGACDUnvlRsn8           DisplayString,
    busGrpR24MLHGACDUnvlRsn9           DisplayString,
    busGrpR24MLHGACDUnvlRsn10          DisplayString,
    busGrpR24MLHGACDUnvlRsn11          DisplayString,
    busGrpR24MLHGACDUnvlRsn12          DisplayString,
    busGrpR24MLHGACDUnvlRsn13          DisplayString,
    busGrpR24MLHGACDUnvlRsn14          DisplayString,
    busGrpR24MLHGACDUnvlRsn15          DisplayString,
    busGrpR24MLHGACDUnvlRsn16          DisplayString,
    busGrpR24MLHGACDUnvlRsn17          DisplayString,
    busGrpR24MLHGACDUnvlRsn18          DisplayString,
    busGrpR24MLHGACDUnvlRsn19          DisplayString,
    busGrpR24MLHGACDUnvlRsn20          DisplayString,
    busGrpR24MLHGACDUnvlRsn21          DisplayString,
    busGrpR24MLHGACDUnvlRsn22          DisplayString,
    busGrpR24MLHGACDUnvlRsn23          DisplayString,
    busGrpR24MLHGACDUnvlRsn24          DisplayString,
    busGrpR24MLHGACDUnvlRsn25          DisplayString,
    busGrpR24MLHGACDUnvlRsn26          DisplayString,
    busGrpR24MLHGACDUnvlRsn27          DisplayString,
    busGrpR24MLHGACDUnvlRsn28          DisplayString,
    busGrpR24MLHGACDUnvlRsn29          DisplayString,
    busGrpR24MLHGACDUnvlRsn30          DisplayString,
    busGrpR24AllowMLHGsMultipleLogins  INTEGER,
    busGrpR24MLHGACDMWBEnabled         INTEGER,
    busGrpR24MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR24I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR24I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR24I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR24I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR24SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR24AllowRehoming             INTEGER,
    busGrpR24I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR24MLHGACDBasicACDLicenses   INTEGER,
    busGrpR24MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR24MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR24MLHGACDPremiumACDLicenses INTEGER,
    busGrpR24MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR24MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR24SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR24SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR24SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR24ExportIncASRepData        INTEGER,
    busGrpR24SDActBusGpLinesSharePresence
                                       INTEGER,
    busGrpR24SDDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR24SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR24ExportChldObjectsToInc    INTEGER,
    busGrpR24SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR24SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR24SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR24CustInfo                  DisplayString,
    busGrpR24CustInfo2                 DisplayString,
    busGrpR24CustInfo3                 DisplayString,
    busGrpR24CustInfo4                 DisplayString,
    busGrpR24CustInfo5                 DisplayString,
    busGrpR24CustInfo6                 DisplayString,
    busGrpR24TwoStgDelPermittedUntil   Unsigned32,
    busGrpR24TwoStgDelCoolingOffPeriodEnds
                                       Unsigned32,
    busGrpR24TwoStgDelPermitted        INTEGER,
    busGrpR24AlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    busGrpR24SCDObjectResyncStatus     INTEGER,
    busGrpR24AlrmState                 INTEGER
  }

  busGrpR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR24Entry  1 }

  busGrpR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR24Entry  2 }

  busGrpR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR24Entry  3 }

  busGrpR24GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR24Entry  4 }

  busGrpR24BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR24Entry  5 }

  busGrpR24Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR24Entry  12 }

  busGrpR24DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR24Entry  15 }

  busGrpR24NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR24Entry  16 }

  busGrpR24NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR24Entry  17 }

  busGrpR24BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR24Entry  18 }

  busGrpR24BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR24Entry  19 }

  busGrpR24BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR24Entry  20 }

  busGrpR24BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR24Entry  21 }

  busGrpR24SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR24Entry  22 }

  busGrpR24ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR24Entry  23 }

  busGrpR24ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR24Entry  24 }

  busGrpR24ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR24Entry  25 }

  busGrpR24ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR24Entry  26 }

  busGrpR24ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR24Entry  27 }

  busGrpR24ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR24Entry  28 }

  busGrpR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR24Entry  29 }

  busGrpR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR24Entry  30 }

  busGrpR24BillTypeIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intra-BG calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR24Entry  31 }

  busGrpR24LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR24Entry  32 }

  busGrpR24ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR24Entry  34 }

  busGrpR24CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR24Entry  35 }

  busGrpR24PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR24Entry  36 }

  busGrpR24CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR24Entry  37 }

  busGrpR24PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR24Entry  38 }

  busGrpR24TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR24Entry  39 }

  busGrpR24TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR24Entry  40 }

  busGrpR24TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR24Entry  41 }

  busGrpR24TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR24Entry  42 }

  busGrpR24I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR24Entry  49 }

  busGrpR24I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR24Entry  50 }

  busGrpR24I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR24Entry  51 }

  busGrpR24I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR24Entry  52 }

  busGrpR24SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  170 }

  busGrpR24SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  171 }

  busGrpR24SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  172 }

  busGrpR24SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  173 }

  busGrpR24SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  174 }

  busGrpR24SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  175 }

  busGrpR24SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  176 }

  busGrpR24SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  177 }

  busGrpR24SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  178 }

  busGrpR24SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  179 }

  busGrpR24SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  180 }

  busGrpR24SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  181 }

  busGrpR24SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  182 }

  busGrpR24SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  183 }

  busGrpR24SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  184 }

  busGrpR24SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  185 }

  busGrpR24SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  186 }

  busGrpR24SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  187 }

  busGrpR24SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  188 }

  busGrpR24SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  189 }

  busGrpR24SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  190 }

  busGrpR24SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  191 }

  busGrpR24SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  192 }

  busGrpR24SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  193 }

  busGrpR24SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  194 }

  busGrpR24SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  195 }

  busGrpR24SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  196 }

  busGrpR24SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  197 }

  busGrpR24SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  198 }

  busGrpR24SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  199 }

  busGrpR24SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  200 }

  busGrpR24SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  201 }

  busGrpR24SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  202 }

  busGrpR24SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR24Entry  203 }

  busGrpR24FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR24Entry  204 }

  busGrpR24FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR24Entry  205 }

  busGrpR24FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR24Entry  206 }

  busGrpR24FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR24Entry  207 }

  busGrpR24FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR24Entry  208 }

  busGrpR24FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR24Entry  209 }

  busGrpR24MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR24Entry  210 }

  busGrpR24MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR24Entry  211 }

  busGrpR24MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR24Entry  212 }

  busGrpR24MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR24Entry  213 }

  busGrpR24SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  214 }

  busGrpR24SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  215 }

  busGrpR24SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  216 }

  busGrpR24SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  217 }

  busGrpR24SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  218 }

  busGrpR24SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  219 }

  busGrpR24SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  220 }

  busGrpR24SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  221 }

  busGrpR24SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  222 }

  busGrpR24SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  223 }

  busGrpR24SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  224 }

  busGrpR24SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  225 }

  busGrpR24SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  226 }

  busGrpR24SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  227 }

  busGrpR24SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  228 }

  busGrpR24SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  229 }

  busGrpR24SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  230 }

  busGrpR24SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  231 }

  busGrpR24SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  232 }

  busGrpR24SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  233 }

  busGrpR24SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  234 }

  busGrpR24SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  235 }

  busGrpR24SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  236 }

  busGrpR24SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  237 }

  busGrpR24SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  238 }

  busGrpR24SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  239 }

  busGrpR24SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  240 }

  busGrpR24SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  241 }

  busGrpR24SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  242 }

  busGrpR24SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  243 }

  busGrpR24SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  244 }

  busGrpR24SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  245 }

  busGrpR24SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  246 }

  busGrpR24SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  247 }

  busGrpR24SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  248 }

  busGrpR24SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  249 }

  busGrpR24SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  250 }

  busGrpR24SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  251 }

  busGrpR24SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  252 }

  busGrpR24SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  253 }

  busGrpR24SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  254 }

  busGrpR24SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  255 }

  busGrpR24SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  256 }

  busGrpR24SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  257 }

  busGrpR24SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  258 }

  busGrpR24BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR24Entry  259 }

  busGrpR24SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  263 }

  busGrpR24SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  264 }

  busGrpR24SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  265 }

  busGrpR24SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  266 }

  busGrpR24SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  267 }

  busGrpR24SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  268 }

  busGrpR24SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  269 }

  busGrpR24SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  270 }

  busGrpR24SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  271 }

  busGrpR24SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  272 }

  busGrpR24SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  273 }

  busGrpR24SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  274 }

  busGrpR24SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  275 }

  busGrpR24SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  276 }

  busGrpR24SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  277 }

  busGrpR24SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  278 }

  busGrpR24SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  279 }

  busGrpSDActR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  281 }

  busGrpSDDefR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR24Entry  282 }

  busGrpR24SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  283 }

  busGrpR24NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR24Entry  290 }

  busGrpR24ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR24Entry  291 }

  busGrpR24SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR24Entry  293 }

  busGrpR24SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  305 }

  busGrpR24SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  306 }

  busGrpR24SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  307 }

  busGrpR24SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  308 }

  busGrpR24SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  309 }

  busGrpR24SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  310 }

  busGrpR24SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR24Entry  311 }

  busGrpR24SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  312 }

  busGrpR24SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  313 }

  busGrpR24SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  314 }

  busGrpR24SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  315 }

  busGrpR24SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  316 }

  busGrpR24SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  317 }

  busGrpR24SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  318 }

  busGrpR24SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  319 }

  busGrpSDActR24SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  321 }

  busGrpSDDefR24SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR24Entry  322 }

  busGrpR24SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  323 }

  busGrpR24I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR24Entry  330 }

  busGrpR24I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR24Entry  331 }

  busGrpR24I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR24Entry  332 }

  busGrpR24NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR24Entry  333 }

  busGrpR24DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR24Entry  334 }

  busGrpR24I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR24Entry  335 }

  busGrpR24I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR24Entry  336 }

  busGrpR24I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR24Entry  337 }

  busGrpR24FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR24Entry  338 }

  busGrpR24ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR24Entry  339 }

  busGrpR24AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR24Entry  340 }

  busGrpR24SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  341 }

  busGrpR24SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  342 }

  busGrpR24SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  343 }

  busGrpR24SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR24Entry  344 }

  busGrpR24StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR24Entry  345 }

  busGrpR24SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  346 }

  busGrpR24SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  347 }

  busGrpR24SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  348 }

  busGrpR24MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR24Entry  349 }

  busGrpR24MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR24Entry  350 }

  busGrpR24MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR24Entry  351 }

  busGrpR24MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR24Entry  352 }

  busGrpR24MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR24Entry  353 }

  busGrpR24MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR24Entry  354 }

  busGrpR24MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR24Entry  355 }

  busGrpR24MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR24Entry  356 }

  busGrpR24MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR24Entry  357 }

  busGrpR24MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR24Entry  358 }

  busGrpR24MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR24Entry  359 }

  busGrpR24MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR24Entry  360 }

  busGrpR24MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR24Entry  361 }

  busGrpR24MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR24Entry  362 }

  busGrpR24MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR24Entry  363 }

  busGrpR24MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR24Entry  364 }

  busGrpR24MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR24Entry  365 }

  busGrpR24MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR24Entry  366 }

  busGrpR24MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR24Entry  367 }

  busGrpR24MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR24Entry  368 }

  busGrpR24MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR24Entry  369 }

  busGrpR24MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR24Entry  370 }

  busGrpR24MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR24Entry  371 }

  busGrpR24MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR24Entry  372 }

  busGrpR24MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR24Entry  373 }

  busGrpR24MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR24Entry  374 }

  busGrpR24MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR24Entry  375 }

  busGrpR24MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR24Entry  376 }

  busGrpR24MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR24Entry  377 }

  busGrpR24MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR24Entry  378 }

  busGrpR24MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR24Entry  379 }

  busGrpR24AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR24Entry  380 }

  busGrpR24MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR24Entry  381 }

  busGrpR24MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR24Entry  382 }

  busGrpR24I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR24Entry  383 }

  busGrpR24I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR24Entry  384 }

  busGrpR24I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR24Entry  385 }

  busGrpR24I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR24Entry  386 }

  busGrpR24SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR24Entry  387 }

  busGrpR24AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR24Entry  388 }

  busGrpR24I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR24Entry  389 }

  busGrpR24MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR24Entry  390 }

  busGrpR24MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR24Entry  391 }

  busGrpR24MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR24Entry  392 }

  busGrpR24MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR24Entry  393 }

  busGrpR24MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR24Entry  394 }

  busGrpR24MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR24Entry  395 }

  busGrpR24SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  396 }

  busGrpR24SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  397 }

  busGrpR24SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  398 }

  busGrpR24ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR24Entry  399 }

  busGrpR24SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  400 }

  busGrpR24SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  401 }

  busGrpR24SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  402 }

  busGrpR24ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR24Entry  403 }

  busGrpR24SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  404 }

  busGrpR24SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR24Entry  405 }

  busGrpR24SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR24Entry  406 }

  busGrpR24CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { busGrpR24Entry  407 }

  busGrpR24CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { busGrpR24Entry  408 }

  busGrpR24CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { busGrpR24Entry  409 }

  busGrpR24CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { busGrpR24Entry  410 }

  busGrpR24CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { busGrpR24Entry  411 }

  busGrpR24CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { busGrpR24Entry  412 }

  busGrpR24TwoStgDelPermittedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted until'."
    ::= { busGrpR24Entry  413 }

  busGrpR24TwoStgDelCoolingOffPeriodEnds OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion cooling-off period ends'."
    ::= { busGrpR24Entry  414 }

  busGrpR24TwoStgDelPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted'."
    ::= { busGrpR24Entry  415 }

  busGrpR24AlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always use subscriber DN as caller ID for calls from mobile lines'."
    DEFVAL       { false }
    ::= { busGrpR24Entry  416 }

  busGrpR24SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR24Entry  431 }

  busGrpR24AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR24Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  bGLineR30Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2604 }

  bGLineR30Entry OBJECT-TYPE
    SYNTAX       BGLineR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR30NEConn,
             bGLineR30NetwkElement,
             bGLineR30CFSIx,
             bGLineR30GpIx,
             bGLineR30FirstDirNum,
             bGLineR30DirNum }
    ::= {  bGLineR30Table  1  }

  BGLineR30Entry  ::=  SEQUENCE
  {
    bGLineR30NEConn                    Unsigned32,
    bGLineR30NetwkElement              DisplayString,
    bGLineR30CFSIx                     Unsigned32,
    bGLineR30GpIx                      Unsigned32,
    bGLineR30FirstDirNum               DisplayString,
    bGLineR30DirNum                    DisplayString,
    bGLineR30PresNum                   DisplayString,
    bGLineR30ClgPartyNum               DisplayString,
    bGLineR30IntercomDialingCode       DisplayString,
    bGLineR30NumStatus                 INTEGER,
    bGLineR30PortedExchangeID          DisplayString,
    bGLineR30T1I1AccDevNEConn          Unsigned32,
    bGLineR30T1I2AccDevNetwkElement    DisplayString,
    bGLineR30T1I3AccDevCFSIx           Unsigned32,
    bGLineR30T1I4AccDevGatewayIx       Unsigned32,
    bGLineR30T1I5AccDevDeviceIx        Unsigned32,
    bGLineR30T2I1AccDevNEConn          Unsigned32,
    bGLineR30T2I2AccDevNetwkElement    DisplayString,
    bGLineR30T2I3AccDevCFSIx           Unsigned32,
    bGLineR30T2I4AccDevGatewayIx       Unsigned32,
    bGLineR30T2I5AccDevDeviceIx        Unsigned32,
    bGLineR30AccessLineNum             Unsigned32,
    bGLineR30SignalFunctionCode        INTEGER,
    bGLineR30LineUsage                 INTEGER,
    bGLineR30FSKFormat                 INTEGER,
    bGLineR30PIN                       DisplayString,
    bGLineR30LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR30DigitMaskingReqd          INTEGER,
    bGLineR30OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR30OrigingFacilityMarksADC   INTEGER,
    bGLineR30TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR30TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR30ActYear                   Unsigned32,
    bGLineR30ActMonth                  Unsigned32,
    bGLineR30ActDate                   Unsigned32,
    bGLineR30LastInCallClgType         INTEGER,
    bGLineR30LastInCallUniqueNum       INTEGER,
    bGLineR30LastInCallClgNum          DisplayString,
    bGLineR30LastInCallClgPresNum      DisplayString,
    bGLineR30LastInCallTimeCall        Unsigned32,
    bGLineR30LastInCallCallerWaited    INTEGER,
    bGLineR30LastInCallCallAnswrd      INTEGER,
    bGLineR30LastInCallCallTraced      INTEGER,
    bGLineR30AlrmState                 INTEGER,
    bGLineR30AlrmLogCorr               Counter64,
    bGLineR30AddtlAlrmLogCorr          Counter64,
    bGLineR30AlrmEvtsAttnRq            Unsigned32,
    bGLineR30AlrmEvtsAtndDp            Unsigned32,
    bGLineR30AlrmStateTimestamp        Unsigned32,
    bGLineR30ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR30ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR30ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR30ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR30DiagsLogLvl               INTEGER,
    bGLineR30DiagsAPITraceEnabled      INTEGER,
    bGLineR30DiagsAPITraceTag          DisplayString,
    bGLineR30DiagsAPITraceRemNum       DisplayString,
    bGLineR30SummaryChldAlrmState      INTEGER,
    bGLineR30ExportNumObjectsExported  Integer32,
    bGLineR30ExportStatus              DisplayString,
    bGLineR30ExportFile                DisplayString,
    bGLineR30ExportCorr                Counter64,
    bGLineR30ExportCorrNode            DisplayString,
    bGLineR30ExportCorrUID             DisplayString,
    bGLineR30DoExtraActions            INTEGER,
    bGLineR30RowStatus                 RowStatus,
    bGLineR30MovedToDirNum             DisplayString,
    bGLineR30CustInfo                  DisplayString,
    bGLineR30SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR30SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR30SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR30SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR30SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR30SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR30SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR30SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR30SDUseDefSubGpBusLine      INTEGER,
    bGLineR30SigType                   INTEGER,
    bGLineR30I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR30I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR30I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR30I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR30I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR30ISDNDefBearerCapabilities BITS,
    bGLineR30SIPUserName               DisplayString,
    bGLineR30SIPDomainName             DisplayString,
    bGLineR30UseStaticNATMapping       INTEGER,
    bGLineR30SIPRegistrationStatus     INTEGER,
    bGLineR30SIPAuthenticationReqd     INTEGER,
    bGLineR30NewSIPPassword            DisplayString,
    bGLineR30ConfirmNewSIPPassword     DisplayString,
    bGLineR30SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR30SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR30SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR30SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR30SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR30SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR30GR303NailedUpConn         INTEGER,
    bGLineR30MultipleAppearanceDirNum  DisplayString,
    bGLineR30AllowDirectDialing        INTEGER,
    bGLineR30CustInfo2                 DisplayString,
    bGLineR30CustInfo3                 DisplayString,
    bGLineR30CustInfo4                 DisplayString,
    bGLineR30CustInfo5                 DisplayString,
    bGLineR30CustInfo6                 DisplayString,
    bGLineR30RecentlyMovedFromOldNum   INTEGER,
    bGLineR30MovedFromDirNum           DisplayString,
    bGLineR30ConnectCallAfterAnnounce  INTEGER,
    bGLineR30ChargeNum                 DisplayString,
    bGLineR30I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR30I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR30I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR30I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR30PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR30GR303DialType             INTEGER,
    bGLineR30LastOutCallCldType        INTEGER,
    bGLineR30LastOutCallCldNum         DisplayString,
    bGLineR30LastOutCallNumPres        INTEGER,
    bGLineR30LastOutCallCallType       INTEGER,
    bGLineR30LastOutCallDirectDialed   INTEGER,
    bGLineR30LastOutCallCarr           DisplayString,
    bGLineR30I1PerProfNEConn           Unsigned32,
    bGLineR30I2PerProfNetwkElement     DisplayString,
    bGLineR30I3PerProfCFSIx            Unsigned32,
    bGLineR30I4PerProfGpIx             Unsigned32,
    bGLineR30UseDNIdentification       INTEGER,
    bGLineR30SDActLongDistanceCarr     DisplayString,
    bGLineR30SDDefLongDistanceCarr     DisplayString,
    bGLineR30SDUseDefLongDistanceCarr  INTEGER,
    bGLineR30SDActIntraLATACarr        DisplayString,
    bGLineR30SDDefIntraLATACarr        DisplayString,
    bGLineR30SDUseDefIntraLATACarr     INTEGER,
    bGLineR30SDActIntnatlCarr          DisplayString,
    bGLineR30SDDefIntnatlCarr          DisplayString,
    bGLineR30SDUseDefIntnatlCarr       INTEGER,
    bGLineR30SDActRtgAttrs             BITS,
    bGLineR30SDDefRtgAttrs             BITS,
    bGLineR30SDUseDefRtgAttrs          INTEGER,
    bGLineR30SDActTimezone             INTEGER,
    bGLineR30SDDefTimezone             INTEGER,
    bGLineR30SDUseDefTimezone          INTEGER,
    bGLineR30SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR30SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR30SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR30SDActLCC1                 INTEGER,
    bGLineR30SDDefLCC1                 INTEGER,
    bGLineR30SDUseDefLCC1              INTEGER,
    bGLineR30SDActLCC2                 INTEGER,
    bGLineR30SDDefLCC2                 INTEGER,
    bGLineR30SDUseDefLCC2              INTEGER,
    bGLineR30SDActLCC3                 INTEGER,
    bGLineR30SDDefLCC3                 INTEGER,
    bGLineR30SDUseDefLCC3              INTEGER,
    bGLineR30SDActLCC4                 INTEGER,
    bGLineR30SDDefLCC4                 INTEGER,
    bGLineR30SDUseDefLCC4              INTEGER,
    bGLineR30SDActLCC5                 INTEGER,
    bGLineR30SDDefLCC5                 INTEGER,
    bGLineR30SDUseDefLCC5              INTEGER,
    bGLineR30SDActMaxCallAppearances   Unsigned32,
    bGLineR30SDDefMaxCallAppearances   Unsigned32,
    bGLineR30SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR30SDActTariffGp             INTEGER,
    bGLineR30SDDefTariffGp             INTEGER,
    bGLineR30SDUseDefTariffGp          INTEGER,
    bGLineR30SDActForceLNPLookup       INTEGER,
    bGLineR30SDDefForceLNPLookup       INTEGER,
    bGLineR30SDUseDefForceLNPLookup    INTEGER,
    bGLineR30LineTrafficStudy          INTEGER,
    bGLineR30MLHGIx                    Unsigned32,
    bGLineR30MLHGMemberIx              Unsigned32,
    bGLineR30CallListsMissedCalls      LongDisplayString,
    bGLineR30CallListsAnswrdCalls      LongDisplayString,
    bGLineR30CallListsDialedCalls      LongDisplayString,
    bGLineR30EnabledDate               Unsigned32,
    bGLineR30SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR30SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR30SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR30SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR30SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR30SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR30SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR30SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR30SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR30SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR30SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR30SDActLCC6                 INTEGER,
    bGLineR30SDDefLCC6                 INTEGER,
    bGLineR30SDUseDefLCC6              INTEGER,
    bGLineR30SDActLCC7                 INTEGER,
    bGLineR30SDDefLCC7                 INTEGER,
    bGLineR30SDUseDefLCC7              INTEGER,
    bGLineR30SDActLCC8                 INTEGER,
    bGLineR30SDDefLCC8                 INTEGER,
    bGLineR30SDUseDefLCC8              INTEGER,
    bGLineR30SDActLCC9                 INTEGER,
    bGLineR30SDDefLCC9                 INTEGER,
    bGLineR30SDUseDefLCC9              INTEGER,
    bGLineR30SDActLCC10                INTEGER,
    bGLineR30SDDefLCC10                INTEGER,
    bGLineR30SDUseDefLCC10             INTEGER,
    bGLineR30SDActLCC11                INTEGER,
    bGLineR30SDDefLCC11                INTEGER,
    bGLineR30SDUseDefLCC11             INTEGER,
    bGLineR30SDActLCC12                INTEGER,
    bGLineR30SDDefLCC12                INTEGER,
    bGLineR30SDUseDefLCC12             INTEGER,
    bGLineR30SDActLCC13                INTEGER,
    bGLineR30SDDefLCC13                INTEGER,
    bGLineR30SDUseDefLCC13             INTEGER,
    bGLineR30SDActLCC14                INTEGER,
    bGLineR30SDDefLCC14                INTEGER,
    bGLineR30SDUseDefLCC14             INTEGER,
    bGLineR30SDActLCC15                INTEGER,
    bGLineR30SDDefLCC15                INTEGER,
    bGLineR30SDUseDefLCC15             INTEGER,
    bGLineR30SDActLCC16                INTEGER,
    bGLineR30SDDefLCC16                INTEGER,
    bGLineR30SDUseDefLCC16             INTEGER,
    bGLineR30SDActLCC17                INTEGER,
    bGLineR30SDDefLCC17                INTEGER,
    bGLineR30SDUseDefLCC17             INTEGER,
    bGLineR30SDActLCC18                INTEGER,
    bGLineR30SDDefLCC18                INTEGER,
    bGLineR30SDUseDefLCC18             INTEGER,
    bGLineR30SDActLCC19                INTEGER,
    bGLineR30SDDefLCC19                INTEGER,
    bGLineR30SDUseDefLCC19             INTEGER,
    bGLineR30SDActLCC20                INTEGER,
    bGLineR30SDDefLCC20                INTEGER,
    bGLineR30SDUseDefLCC20             INTEGER,
    bGLineR30T1I1GatewayNEConn         Unsigned32,
    bGLineR30T1I2GatewayNetwkElement   DisplayString,
    bGLineR30T1I3GatewayCFSIx          Unsigned32,
    bGLineR30T1I4GatewayGatewayIx      Unsigned32,
    bGLineR30T2I1GatewayNEConn         Unsigned32,
    bGLineR30T2I2GatewayNetwkElement   DisplayString,
    bGLineR30T2I3GatewayCFSIx          Unsigned32,
    bGLineR30T2I4GatewayGatewayIx      Unsigned32,
    bGLineR30I1DepartmentNEConn        Unsigned32,
    bGLineR30I2DepartmentNetwkElement  DisplayString,
    bGLineR30I3DepartmentCFSIx         Unsigned32,
    bGLineR30I4DepartmentGpIx          Unsigned32,
    bGLineR30I5DepartmentDepartmentIx  Unsigned32,
    bGLineR30DepartmentOtherVals       INTEGER,
    bGLineR30SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR30SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR30SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR30SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR30SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR30SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR30CurrNumRegistrations      Integer32,
    bGLineR30SDActVQMCallLogging       INTEGER,
    bGLineR30SDDefVQMCallLogging       INTEGER,
    bGLineR30SDUseDefVQMCallLogging    INTEGER,
    bGLineR30DiagLogCorr               Counter64,
    bGLineR30FaultMonitoringLvl        INTEGER,
    bGLineR30SIPPassword               DisplayString,
    bGLineR30SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR30SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR30SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR30SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR30SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR30SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR30SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR30SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR30SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR30SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR30SDUseDefNetwkNode         INTEGER,
    bGLineR30MovedToNumAsDialed        DisplayString,
    bGLineR30MovedDate                 Unsigned32,
    bGLineR30SDActExpireAfter          Unsigned32,
    bGLineR30SDDefExpireAfter          Unsigned32,
    bGLineR30SDUseDefExpireAfter       INTEGER,
    bGLineR30ExpiryDate                Unsigned32,
    bGLineR30SASHostname               LongDisplayString,
    bGLineR30SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR30SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR30SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR30SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR30SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR30SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR30SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR30SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR30SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR30SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR30SDUseDefESAProtDom        INTEGER,
    bGLineR30I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR30I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR30I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR30SDActSubTimezone          LongDisplayString,
    bGLineR30SDDefSubTimezone          LongDisplayString,
    bGLineR30SDUseDefSubTimezone       INTEGER,
    bGLineR30SDActChargeInd            INTEGER,
    bGLineR30SDDefChargeInd            INTEGER,
    bGLineR30SDUseDefChargeInd         INTEGER,
    bGLineR30SDActSubClgCategory       INTEGER,
    bGLineR30SDDefSubClgCategory       INTEGER,
    bGLineR30SDUseDefSubClgCategory    INTEGER,
    bGLineR30CustomerInfoFirstName     LongDisplayString,
    bGLineR30CustomerInfoSecondName    LongDisplayString,
    bGLineR30CustomerInfoOtherNames    LongDisplayString,
    bGLineR30CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR30CustomerInfoSurname       LongDisplayString,
    bGLineR30SDActBusGpLinePrivileges  Unsigned32,
    bGLineR30SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR30SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR30I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR30I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR30I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR30I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR30TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR30I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR30I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR30I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR30FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR30ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR30AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR30SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR30SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR30SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR30StatisticsAlrms           Integer32,
    bGLineR30TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR30NumBlockDevTwinning       INTEGER,
    bGLineR30ACDServLvl                INTEGER,
    bGLineR30ACDAvail                  INTEGER,
    bGLineR30I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR30I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR30I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR30I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR30I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR30ACDDspCd                  INTEGER,
    bGLineR30NoUserEquipment           INTEGER,
    bGLineR30SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR30SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR30SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR30AllowRehoming             INTEGER,
    bGLineR30I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR30PreSubscribedConn         INTEGER,
    bGLineR30LoggedInMLHGs             LongDisplayString,
    bGLineR30ExportIncASRepData        INTEGER,
    bGLineR30SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR30SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR30SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR30ClgPartyNumEmgncyCall     DisplayString,
    bGLineR30PortedRtgMethod           INTEGER,
    bGLineR30LocationRtgNum            DisplayString,
    bGLineR30IsIMS                     INTEGER,
    bGLineR30ExportChldObjectsToInc    INTEGER,
    bGLineR30SDActTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR30SDDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR30SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR30SDActAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR30SDDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR30SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR30PermissibleInboundIPAddrs LongDisplayString
  }

  bGLineR30NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR30Entry  1 }

  bGLineR30NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR30Entry  2 }

  bGLineR30CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR30Entry  3 }

  bGLineR30GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR30Entry  4 }

  bGLineR30FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR30Entry  5 }

  bGLineR30DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR30Entry  6 }

  bGLineR30PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR30Entry  7 }

  bGLineR30ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { bGLineR30Entry  8 }

  bGLineR30IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR30Entry  9 }

  bGLineR30NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR30Entry  10 }

  bGLineR30PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR30Entry  11 }

  bGLineR30T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR30Entry  12 }

  bGLineR30T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR30Entry  13 }

  bGLineR30T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR30Entry  14 }

  bGLineR30T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR30Entry  15 }

  bGLineR30T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR30Entry  16 }

  bGLineR30T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR30Entry  17 }

  bGLineR30T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR30Entry  18 }

  bGLineR30T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR30Entry  19 }

  bGLineR30T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR30Entry  20 }

  bGLineR30T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR30Entry  21 }

  bGLineR30AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR30Entry  22 }

  bGLineR30SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR30Entry  23 }

  bGLineR30LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR30Entry  24 }

  bGLineR30FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR30Entry  25 }

  bGLineR30PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR30Entry  26 }

  bGLineR30LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR30Entry  27 }

  bGLineR30DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  28 }

  bGLineR30OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  30 }

  bGLineR30OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  32 }

  bGLineR30TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  33 }

  bGLineR30TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  34 }

  bGLineR30ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR30Entry  36 }

  bGLineR30ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR30Entry  37 }

  bGLineR30ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR30Entry  38 }

  bGLineR30LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR30Entry  39 }

  bGLineR30LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR30Entry  40 }

  bGLineR30LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR30Entry  41 }

  bGLineR30LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR30Entry  42 }

  bGLineR30LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR30Entry  43 }

  bGLineR30LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR30Entry  44 }

  bGLineR30LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR30Entry  45 }

  bGLineR30LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR30Entry  46 }

  bGLineR30AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR30Entry  47 }

  bGLineR30AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR30Entry  48 }

  bGLineR30AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR30Entry  49 }

  bGLineR30AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR30Entry  50 }

  bGLineR30AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR30Entry  51 }

  bGLineR30AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR30Entry  52 }

  bGLineR30ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR30Entry  53 }

  bGLineR30ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR30Entry  54 }

  bGLineR30ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR30Entry  55 }

  bGLineR30ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR30Entry  56 }

  bGLineR30DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR30Entry  57 }

  bGLineR30DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  58 }

  bGLineR30DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR30Entry  59 }

  bGLineR30DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR30Entry  60 }

  bGLineR30SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR30Entry  61 }

  bGLineR30ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR30Entry  62 }

  bGLineR30ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR30Entry  63 }

  bGLineR30ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR30Entry  64 }

  bGLineR30ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR30Entry  65 }

  bGLineR30ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR30Entry  66 }

  bGLineR30ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR30Entry  67 }

  bGLineR30DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR30Entry  68 }

  bGLineR30RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR30Entry  69 }

  bGLineR30MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR30Entry  70 }

  bGLineR30CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR30Entry  71 }

  bGLineR30SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  72 }

  bGLineR30SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  73 }

  bGLineR30SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  74 }

  bGLineR30SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  75 }

  bGLineR30SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  76 }

  bGLineR30SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  77 }

  bGLineR30SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  78 }

  bGLineR30SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR30Entry  79 }

  bGLineR30SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  80 }

  bGLineR30SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR30Entry  81 }

  bGLineR30I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR30Entry  82 }

  bGLineR30I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR30Entry  83 }

  bGLineR30I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR30Entry  84 }

  bGLineR30I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR30Entry  85 }

  bGLineR30I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR30Entry  86 }

  bGLineR30ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR30Entry  87 }

  bGLineR30SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR30Entry  88 }

  bGLineR30SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR30Entry  89 }

  bGLineR30UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR30Entry  90 }

  bGLineR30SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR30Entry  91 }

  bGLineR30SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR30Entry  92 }

  bGLineR30NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR30Entry  93 }

  bGLineR30ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR30Entry  94 }

  bGLineR30SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  96 }

  bGLineR30SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  97 }

  bGLineR30SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  98 }

  bGLineR30SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  100 }

  bGLineR30SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  101 }

  bGLineR30SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  102 }

  bGLineR30GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR30Entry  103 }

  bGLineR30MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR30Entry  104 }

  bGLineR30AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR30Entry  105 }

  bGLineR30CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR30Entry  106 }

  bGLineR30CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR30Entry  107 }

  bGLineR30CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR30Entry  108 }

  bGLineR30CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR30Entry  109 }

  bGLineR30CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR30Entry  110 }

  bGLineR30RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  111 }

  bGLineR30MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR30Entry  112 }

  bGLineR30ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  113 }

  bGLineR30ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { bGLineR30Entry  114 }

  bGLineR30I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR30Entry  123 }

  bGLineR30I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR30Entry  124 }

  bGLineR30I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR30Entry  125 }

  bGLineR30I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR30Entry  126 }

  bGLineR30PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR30Entry  127 }

  bGLineR30GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR30Entry  133 }

  bGLineR30LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR30Entry  137 }

  bGLineR30LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR30Entry  138 }

  bGLineR30LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR30Entry  139 }

  bGLineR30LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR30Entry  140 }

  bGLineR30LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR30Entry  141 }

  bGLineR30LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR30Entry  142 }

  bGLineR30I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR30Entry  158 }

  bGLineR30I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR30Entry  159 }

  bGLineR30I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR30Entry  160 }

  bGLineR30I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR30Entry  161 }

  bGLineR30UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR30Entry  162 }

  bGLineR30SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  163 }

  bGLineR30SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  164 }

  bGLineR30SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  165 }

  bGLineR30SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  166 }

  bGLineR30SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  167 }

  bGLineR30SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  168 }

  bGLineR30SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  169 }

  bGLineR30SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  170 }

  bGLineR30SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  171 }

  bGLineR30SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  172 }

  bGLineR30SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  173 }

  bGLineR30SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  174 }

  bGLineR30SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  175 }

  bGLineR30SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  176 }

  bGLineR30SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  177 }

  bGLineR30SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  178 }

  bGLineR30SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  179 }

  bGLineR30SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  180 }

  bGLineR30SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  181 }

  bGLineR30SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  182 }

  bGLineR30SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  183 }

  bGLineR30SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  184 }

  bGLineR30SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  185 }

  bGLineR30SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  186 }

  bGLineR30SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  187 }

  bGLineR30SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  188 }

  bGLineR30SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  189 }

  bGLineR30SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  190 }

  bGLineR30SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  191 }

  bGLineR30SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  192 }

  bGLineR30SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  193 }

  bGLineR30SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  194 }

  bGLineR30SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  195 }

  bGLineR30SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  200 }

  bGLineR30SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  201 }

  bGLineR30SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  202 }

  bGLineR30SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  203 }

  bGLineR30SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  204 }

  bGLineR30SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  205 }

  bGLineR30SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  206 }

  bGLineR30SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  207 }

  bGLineR30SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  208 }

  bGLineR30LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR30Entry  209 }

  bGLineR30MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR30Entry  210 }

  bGLineR30MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR30Entry  211 }

  bGLineR30CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR30Entry  212 }

  bGLineR30CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR30Entry  213 }

  bGLineR30CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR30Entry  214 }

  bGLineR30EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR30Entry  215 }

  bGLineR30SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  223 }

  bGLineR30SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  224 }

  bGLineR30SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  225 }

  bGLineR30SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  226 }

  bGLineR30SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  227 }

  bGLineR30SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  228 }

  bGLineR30SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  229 }

  bGLineR30SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  230 }

  bGLineSDActR30SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  232 }

  bGLineSDDefR30SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR30Entry  233 }

  bGLineR30SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  234 }

  bGLineR30SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  240 }

  bGLineR30SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  241 }

  bGLineR30SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  242 }

  bGLineR30SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  243 }

  bGLineR30SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  244 }

  bGLineR30SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  245 }

  bGLineR30SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  246 }

  bGLineR30SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  247 }

  bGLineR30SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  248 }

  bGLineR30SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  249 }

  bGLineR30SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  250 }

  bGLineR30SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  251 }

  bGLineR30SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  252 }

  bGLineR30SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  253 }

  bGLineR30SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  254 }

  bGLineR30SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  255 }

  bGLineR30SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  256 }

  bGLineR30SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  257 }

  bGLineR30SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  258 }

  bGLineR30SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  259 }

  bGLineR30SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  260 }

  bGLineR30SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  261 }

  bGLineR30SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  262 }

  bGLineR30SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  263 }

  bGLineR30SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  264 }

  bGLineR30SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  265 }

  bGLineR30SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  266 }

  bGLineR30SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  267 }

  bGLineR30SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  268 }

  bGLineR30SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  269 }

  bGLineR30SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  270 }

  bGLineR30SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  271 }

  bGLineR30SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  272 }

  bGLineR30SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  273 }

  bGLineR30SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  274 }

  bGLineR30SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  275 }

  bGLineR30SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  276 }

  bGLineR30SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  277 }

  bGLineR30SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  278 }

  bGLineR30SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  279 }

  bGLineR30SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  280 }

  bGLineR30SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  281 }

  bGLineR30SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  282 }

  bGLineR30SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  283 }

  bGLineR30SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  284 }

  bGLineR30T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR30Entry  285 }

  bGLineR30T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR30Entry  286 }

  bGLineR30T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR30Entry  287 }

  bGLineR30T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR30Entry  288 }

  bGLineR30T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR30Entry  289 }

  bGLineR30T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR30Entry  290 }

  bGLineR30T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR30Entry  291 }

  bGLineR30T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR30Entry  292 }

  bGLineR30I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR30Entry  294 }

  bGLineR30I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR30Entry  295 }

  bGLineR30I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR30Entry  296 }

  bGLineR30I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR30Entry  297 }

  bGLineR30I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR30Entry  298 }

  bGLineR30DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR30Entry  299 }

  bGLineR30SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  306 }

  bGLineR30SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  307 }

  bGLineR30SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  308 }

  bGLineR30SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  314 }

  bGLineR30SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  315 }

  bGLineR30SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  316 }

  bGLineR30CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR30Entry  319 }

  bGLineR30SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  324 }

  bGLineR30SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  325 }

  bGLineR30SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  326 }

  bGLineR30DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR30Entry  327 }

  bGLineR30FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR30Entry  328 }

  bGLineR30SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR30Entry  329 }

  bGLineR30SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  330 }

  bGLineR30SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  331 }

  bGLineR30SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  332 }

  bGLineR30SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  333 }

  bGLineR30SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  334 }

  bGLineR30SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  335 }

  bGLineR30SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  336 }

  bGLineR30SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  337 }

  bGLineSDActR30SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  339 }

  bGLineSDDefR30SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR30Entry  340 }

  bGLineR30SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  341 }

  bGLineR30MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR30Entry  346 }

  bGLineR30MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR30Entry  347 }

  bGLineR30SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  348 }

  bGLineR30SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  349 }

  bGLineR30SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  350 }

  bGLineR30ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR30Entry  351 }

  bGLineR30SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR30Entry  368 }

  bGLineR30SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  370 }

  bGLineR30SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  371 }

  bGLineR30SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  372 }

  bGLineR30SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  373 }

  bGLineR30SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  374 }

  bGLineR30SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  375 }

  bGLineR30SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  376 }

  bGLineR30SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  377 }

  bGLineSDActR30SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  379 }

  bGLineSDDefR30SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR30Entry  380 }

  bGLineR30SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  381 }

  bGLineR30I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR30Entry  390 }

  bGLineR30I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR30Entry  391 }

  bGLineR30I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR30Entry  392 }

  bGLineR30SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  394 }

  bGLineR30SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  395 }

  bGLineR30SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  396 }

  bGLineR30SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  397 }

  bGLineR30SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  398 }

  bGLineR30SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  399 }

  bGLineR30SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  400 }

  bGLineR30SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  401 }

  bGLineR30SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  402 }

  bGLineR30CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR30Entry  410 }

  bGLineR30CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR30Entry  411 }

  bGLineR30CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR30Entry  412 }

  bGLineR30CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR30Entry  413 }

  bGLineR30CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR30Entry  414 }

  bGLineR30SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  415 }

  bGLineR30SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  416 }

  bGLineR30SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  417 }

  bGLineR30I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR30Entry  418 }

  bGLineR30I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR30Entry  419 }

  bGLineR30I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR30Entry  420 }

  bGLineR30I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR30Entry  421 }

  bGLineR30TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR30Entry  422 }

  bGLineR30I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR30Entry  423 }

  bGLineR30I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR30Entry  424 }

  bGLineR30I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR30Entry  425 }

  bGLineR30FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR30Entry  426 }

  bGLineR30ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR30Entry  427 }

  bGLineR30AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR30Entry  428 }

  bGLineR30SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  429 }

  bGLineR30SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  430 }

  bGLineR30SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  431 }

  bGLineR30StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR30Entry  432 }

  bGLineR30TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR30Entry  441 }

  bGLineR30NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR30Entry  442 }

  bGLineR30ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR30Entry  443 }

  bGLineR30ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR30Entry  444 }

  bGLineR30I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR30Entry  445 }

  bGLineR30I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR30Entry  446 }

  bGLineR30I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR30Entry  447 }

  bGLineR30I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR30Entry  448 }

  bGLineR30I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR30Entry  449 }

  bGLineR30ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR30Entry  450 }

  bGLineR30NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR30Entry  451 }

  bGLineR30SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  452 }

  bGLineR30SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  453 }

  bGLineR30SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  454 }

  bGLineR30AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR30Entry  455 }

  bGLineR30I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR30Entry  456 }

  bGLineR30PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR30Entry  457 }

  bGLineR30LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR30Entry  458 }

  bGLineR30ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR30Entry  459 }

  bGLineR30SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  460 }

  bGLineR30SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  461 }

  bGLineR30SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  462 }

  bGLineR30ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { bGLineR30Entry  463 }

  bGLineR30PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR30Entry  464 }

  bGLineR30LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR30Entry  465 }

  bGLineR30IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR30Entry  466 }

  bGLineR30ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR30Entry  467 }

  bGLineR30SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  468 }

  bGLineR30SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  469 }

  bGLineR30SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  470 }

  bGLineR30SDActAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  471 }

  bGLineR30SDDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR30Entry  472 }

  bGLineR30SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR30Entry  473 }

  bGLineR30PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { bGLineR30Entry  474 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  pBXR31Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2605 }

  pBXR31Entry OBJECT-TYPE
    SYNTAX       PBXR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR31NEConn,
             pBXR31NetwkElement,
             pBXR31CFSIx,
             pBXR31DirNum }
    ::= {  pBXR31Table  1  }

  PBXR31Entry  ::=  SEQUENCE
  {
    pBXR31NEConn                       Unsigned32,
    pBXR31NetwkElement                 DisplayString,
    pBXR31CFSIx                        Unsigned32,
    pBXR31DirNum                       DisplayString,
    pBXR31PresNum                      DisplayString,
    pBXR31ClgPartyNum                  DisplayString,
    pBXR31I1SubGpNEConn                Unsigned32,
    pBXR31I2SubGpNetwkElement          DisplayString,
    pBXR31I3SubGpCFSIx                 Unsigned32,
    pBXR31I4SubGpSubGpIx               Unsigned32,
    pBXR31NumStatus                    INTEGER,
    pBXR31PortedExchangeID             DisplayString,
    pBXR31LineSelMethod                INTEGER,
    pBXR31ANIDNISFormat                DisplayString,
    pBXR31PIN                          DisplayString,
    pBXR31Locale                       INTEGER,
    pBXR31DigitMaskingReqd             INTEGER,
    pBXR31TermFacilityMarksServInterception
                                       INTEGER,
    pBXR31ActYear                      Unsigned32,
    pBXR31ActMonth                     Unsigned32,
    pBXR31ActDate                      Unsigned32,
    pBXR31CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR31PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR31CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR31PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR31ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR31ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR31ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR31ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR31DiagsAPITraceEnabled         INTEGER,
    pBXR31DiagsAPITraceTag             DisplayString,
    pBXR31DiagsAPITraceRemNum          DisplayString,
    pBXR31TotChldAlrmsAttnRq           Unsigned32,
    pBXR31TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR31TotChldAlrmsAtndDp           Unsigned32,
    pBXR31TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR31SummaryChldAlrmState         INTEGER,
    pBXR31ExportNumObjectsExported     Integer32,
    pBXR31ExportStatus                 DisplayString,
    pBXR31ExportFile                   DisplayString,
    pBXR31ExportCorr                   Counter64,
    pBXR31ExportCorrNode               DisplayString,
    pBXR31ExportCorrUID                DisplayString,
    pBXR31DoExtraActions               INTEGER,
    pBXR31RowStatus                    RowStatus,
    pBXR31MovedToDirNum                DisplayString,
    pBXR31CustInfo                     DisplayString,
    pBXR31DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR31ServSuspended                INTEGER,
    pBXR31SendDIDSeqListedDirNum       INTEGER,
    pBXR31DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR31CustInfo2                    DisplayString,
    pBXR31CustInfo3                    DisplayString,
    pBXR31CustInfo4                    DisplayString,
    pBXR31CustInfo5                    DisplayString,
    pBXR31CustInfo6                    DisplayString,
    pBXR31RecentlyMovedFromOldNum      INTEGER,
    pBXR31MovedFromDirNum              DisplayString,
    pBXR31ConnectCallAfterAnnounce     INTEGER,
    pBXR31DiagsLogLvl                  INTEGER,
    pBXR31PBXFixBits                   BITS,
    pBXR31ChargeNum                    DisplayString,
    pBXR31SigType                      INTEGER,
    pBXR31SDActMaxCallAppearances      Unsigned32,
    pBXR31SDDefMaxCallAppearances      Unsigned32,
    pBXR31SDUseDefMaxCallAppearances   INTEGER,
    pBXR31I1PerProfNEConn              Unsigned32,
    pBXR31I2PerProfNetwkElement        DisplayString,
    pBXR31I3PerProfCFSIx               Unsigned32,
    pBXR31I4PerProfGpIx                Unsigned32,
    pBXR31SDActTimezone                INTEGER,
    pBXR31SDDefTimezone                INTEGER,
    pBXR31SDUseDefTimezone             INTEGER,
    pBXR31SDActAdjustDaylightSavings   INTEGER,
    pBXR31SDDefAdjustDaylightSavings   INTEGER,
    pBXR31SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR31SDActLongDistanceCarr        DisplayString,
    pBXR31SDDefLongDistanceCarr        DisplayString,
    pBXR31SDUseDefLongDistanceCarr     INTEGER,
    pBXR31SDActIntraLATACarr           DisplayString,
    pBXR31SDDefIntraLATACarr           DisplayString,
    pBXR31SDUseDefIntraLATACarr        INTEGER,
    pBXR31SDActRtgAttrs                BITS,
    pBXR31SDDefRtgAttrs                BITS,
    pBXR31SDUseDefRtgAttrs             INTEGER,
    pBXR31SDActBillType                INTEGER,
    pBXR31SDDefBillType                INTEGER,
    pBXR31SDUseDefBillType             INTEGER,
    pBXR31SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR31SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR31SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR31SDActTariffGp                INTEGER,
    pBXR31SDDefTariffGp                INTEGER,
    pBXR31SDUseDefTariffGp             INTEGER,
    pBXR31SDActIntnatlCarr             DisplayString,
    pBXR31SDDefIntnatlCarr             DisplayString,
    pBXR31SDUseDefIntnatlCarr          INTEGER,
    pBXR31SDActLCC1                    INTEGER,
    pBXR31SDDefLCC1                    INTEGER,
    pBXR31SDUseDefLCC1                 INTEGER,
    pBXR31SDActLCC2                    INTEGER,
    pBXR31SDDefLCC2                    INTEGER,
    pBXR31SDUseDefLCC2                 INTEGER,
    pBXR31SDActLCC3                    INTEGER,
    pBXR31SDDefLCC3                    INTEGER,
    pBXR31SDUseDefLCC3                 INTEGER,
    pBXR31SDActLCC4                    INTEGER,
    pBXR31SDDefLCC4                    INTEGER,
    pBXR31SDUseDefLCC4                 INTEGER,
    pBXR31SDActLCC5                    INTEGER,
    pBXR31SDDefLCC5                    INTEGER,
    pBXR31SDUseDefLCC5                 INTEGER,
    pBXR31SDActForceLNPLookup          INTEGER,
    pBXR31SDDefForceLNPLookup          INTEGER,
    pBXR31SDUseDefForceLNPLookup       INTEGER,
    pBXR31LineTrafficStudy             INTEGER,
    pBXR31DefNumDIDDigits              INTEGER,
    pBXR31EnabledDate                  Unsigned32,
    pBXR31ChargeNumReqd                INTEGER,
    pBXR31SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR31SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR31SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR31SDActLCC6                    INTEGER,
    pBXR31SDDefLCC6                    INTEGER,
    pBXR31SDUseDefLCC6                 INTEGER,
    pBXR31SDActLCC7                    INTEGER,
    pBXR31SDDefLCC7                    INTEGER,
    pBXR31SDUseDefLCC7                 INTEGER,
    pBXR31SDActLCC8                    INTEGER,
    pBXR31SDDefLCC8                    INTEGER,
    pBXR31SDUseDefLCC8                 INTEGER,
    pBXR31SDActLCC9                    INTEGER,
    pBXR31SDDefLCC9                    INTEGER,
    pBXR31SDUseDefLCC9                 INTEGER,
    pBXR31SDActLCC10                   INTEGER,
    pBXR31SDDefLCC10                   INTEGER,
    pBXR31SDUseDefLCC10                INTEGER,
    pBXR31SDActLCC11                   INTEGER,
    pBXR31SDDefLCC11                   INTEGER,
    pBXR31SDUseDefLCC11                INTEGER,
    pBXR31SDActLCC12                   INTEGER,
    pBXR31SDDefLCC12                   INTEGER,
    pBXR31SDUseDefLCC12                INTEGER,
    pBXR31SDActLCC13                   INTEGER,
    pBXR31SDDefLCC13                   INTEGER,
    pBXR31SDUseDefLCC13                INTEGER,
    pBXR31SDActLCC14                   INTEGER,
    pBXR31SDDefLCC14                   INTEGER,
    pBXR31SDUseDefLCC14                INTEGER,
    pBXR31SDActLCC15                   INTEGER,
    pBXR31SDDefLCC15                   INTEGER,
    pBXR31SDUseDefLCC15                INTEGER,
    pBXR31SDActLCC16                   INTEGER,
    pBXR31SDDefLCC16                   INTEGER,
    pBXR31SDUseDefLCC16                INTEGER,
    pBXR31SDActLCC17                   INTEGER,
    pBXR31SDDefLCC17                   INTEGER,
    pBXR31SDUseDefLCC17                INTEGER,
    pBXR31SDActLCC18                   INTEGER,
    pBXR31SDDefLCC18                   INTEGER,
    pBXR31SDUseDefLCC18                INTEGER,
    pBXR31SDActLCC19                   INTEGER,
    pBXR31SDDefLCC19                   INTEGER,
    pBXR31SDUseDefLCC19                INTEGER,
    pBXR31SDActLCC20                   INTEGER,
    pBXR31SDDefLCC20                   INTEGER,
    pBXR31SDUseDefLCC20                INTEGER,
    pBXR31LDNPBXCapacityGp             INTEGER,
    pBXR31SDActVQMCallLogging          INTEGER,
    pBXR31SDDefVQMCallLogging          INTEGER,
    pBXR31SDUseDefVQMCallLogging       INTEGER,
    pBXR31FaultMonitoringLvl           INTEGER,
    pBXR31CFMLvlOnApply2               INTEGER,
    pBXR31MovedToNumAsDialed           DisplayString,
    pBXR31MovedDate                    Unsigned32,
    pBXR31SDActExpireAfter             Unsigned32,
    pBXR31SDDefExpireAfter             Unsigned32,
    pBXR31SDUseDefExpireAfter          INTEGER,
    pBXR31ExpiryDate                   Unsigned32,
    pBXR31IntercomDialingCode          DisplayString,
    pBXR31I1BusGpBusGpNEConn           Unsigned32,
    pBXR31I2BusGpBusGpNetwkElement     DisplayString,
    pBXR31I3BusGpBusGpCFSIx            Unsigned32,
    pBXR31I4BusGpBusGpGpIx             Unsigned32,
    pBXR31BusGpBusGpOtherVals          INTEGER,
    pBXR31BusGpExternalLineCode        DisplayString,
    pBXR31BusGpInternalLineCode        DisplayString,
    pBXR31BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR31BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR31BusGpForceSimpleMatching     INTEGER,
    pBXR31BusGpDiagsLogCorr            Counter64,
    pBXR31SecondLocale                 INTEGER,
    pBXR31SDActAdvChrgAOCD             INTEGER,
    pBXR31SDDefAdvChrgAOCD             INTEGER,
    pBXR31SDUseDefAdvChrgAOCD          INTEGER,
    pBXR31SDActAdvChrgAOCE             INTEGER,
    pBXR31SDDefAdvChrgAOCE             INTEGER,
    pBXR31SDUseDefAdvChrgAOCE          INTEGER,
    pBXR31I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR31I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR31I3DelegatedManagementGpDMGIx Integer32,
    pBXR31SDActSubTimezone             LongDisplayString,
    pBXR31SDDefSubTimezone             LongDisplayString,
    pBXR31SDUseDefSubTimezone          INTEGER,
    pBXR31SDActChargeInd               INTEGER,
    pBXR31SDDefChargeInd               INTEGER,
    pBXR31SDUseDefChargeInd            INTEGER,
    pBXR31SDActSubClgCategory          INTEGER,
    pBXR31SDDefSubClgCategory          INTEGER,
    pBXR31SDUseDefSubClgCategory       INTEGER,
    pBXR31CustomerInfoFirstName        LongDisplayString,
    pBXR31CustomerInfoSecondName       LongDisplayString,
    pBXR31CustomerInfoOtherNames       LongDisplayString,
    pBXR31CustomerInfoPenultimateName  LongDisplayString,
    pBXR31CustomerInfoSurname          LongDisplayString,
    pBXR31UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR31I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR31I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR31I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR31I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR31TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR31I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR31I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR31I3FaultMonitoringProfFMPIx   Integer32,
    pBXR31FaultMonitoringProfOtherVals INTEGER,
    pBXR31ApplyFMPToReltdObjectTypes   BITS,
    pBXR31AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR31SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR31SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR31SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR31SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR31SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR31SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR31AlrmState                    INTEGER,
    pBXR31StatisticsAlrms              Integer32,
    pBXR31AlrmLogCorr                  Counter64,
    pBXR31AddtlAlrmLogCorr             Counter64,
    pBXR31AlrmEvtsAttnRq               Unsigned32,
    pBXR31AlrmEvtsAtndDp               Unsigned32,
    pBXR31AlrmStateTimestamp           Unsigned32,
    pBXR31SASHostname                  LongDisplayString,
    pBXR31UseCfgdTrnkGpID              INTEGER,
    pBXR31TrnkGpID                     INTEGER,
    pBXR31AllowRehoming                INTEGER,
    pBXR31I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR31TotCallsLimit                INTEGER,
    pBXR31MaxCalls                     Unsigned32,
    pBXR31TermCallsLimit               INTEGER,
    pBXR31MaxTermCalls                 Unsigned32,
    pBXR31OrigingCallsLimit            INTEGER,
    pBXR31MaxOrigingCalls              Unsigned32,
    pBXR31LimitIntraBGCalls            INTEGER,
    pBXR31UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR31PBXIsDuplicate               INTEGER,
    pBXR31PBXIsRenumbering             INTEGER,
    pBXR31ExportIncASRepData           INTEGER,
    pBXR31AppServerPBX                 INTEGER,
    pBXR31SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR31SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR31DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR31PortedRtgMethod              INTEGER,
    pBXR31LocationRtgNum               DisplayString,
    pBXR31IsIMS                        INTEGER,
    pBXR31ExportChldObjectsToInc       INTEGER,
    pBXR31OutboundCldPartyTON          INTEGER,
    pBXR31NormalizeInboundClgPartyNum  INTEGER,
    pBXR31PBXPrefixDN                  DisplayString,
    pBXR31PermissibleInboundIPAddrs    LongDisplayString
  }

  pBXR31NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR31Entry  1 }

  pBXR31NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR31Entry  2 }

  pBXR31CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR31Entry  3 }

  pBXR31DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR31Entry  4 }

  pBXR31PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR31Entry  5 }

  pBXR31ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { pBXR31Entry  6 }

  pBXR31I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR31Entry  7 }

  pBXR31I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR31Entry  8 }

  pBXR31I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR31Entry  9 }

  pBXR31I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR31Entry  10 }

  pBXR31NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR31Entry  11 }

  pBXR31PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR31Entry  12 }

  pBXR31LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR31Entry  13 }

  pBXR31ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR31Entry  14 }

  pBXR31PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR31Entry  18 }

  pBXR31Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR31Entry  19 }

  pBXR31DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR31Entry  22 }

  pBXR31TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR31Entry  24 }

  pBXR31ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR31Entry  26 }

  pBXR31ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR31Entry  27 }

  pBXR31ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR31Entry  28 }

  pBXR31CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR31Entry  29 }

  pBXR31PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR31Entry  30 }

  pBXR31CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR31Entry  31 }

  pBXR31PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR31Entry  32 }

  pBXR31ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR31Entry  33 }

  pBXR31ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR31Entry  34 }

  pBXR31ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR31Entry  35 }

  pBXR31ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR31Entry  36 }

  pBXR31DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR31Entry  37 }

  pBXR31DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR31Entry  38 }

  pBXR31DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR31Entry  39 }

  pBXR31TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR31Entry  40 }

  pBXR31TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR31Entry  41 }

  pBXR31TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR31Entry  42 }

  pBXR31TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR31Entry  43 }

  pBXR31SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR31Entry  44 }

  pBXR31ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR31Entry  45 }

  pBXR31ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR31Entry  46 }

  pBXR31ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR31Entry  47 }

  pBXR31ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR31Entry  48 }

  pBXR31ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR31Entry  49 }

  pBXR31ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR31Entry  50 }

  pBXR31DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR31Entry  51 }

  pBXR31RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR31Entry  52 }

  pBXR31MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR31Entry  53 }

  pBXR31CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR31Entry  54 }

  pBXR31DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR31Entry  55 }

  pBXR31ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR31Entry  57 }

  pBXR31SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR31Entry  59 }

  pBXR31DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR31Entry  60 }

  pBXR31CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR31Entry  61 }

  pBXR31CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR31Entry  62 }

  pBXR31CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR31Entry  63 }

  pBXR31CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR31Entry  64 }

  pBXR31CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR31Entry  65 }

  pBXR31RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR31Entry  66 }

  pBXR31MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR31Entry  67 }

  pBXR31ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR31Entry  68 }

  pBXR31DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR31Entry  69 }

  pBXR31PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR31Entry  71 }

  pBXR31ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { pBXR31Entry  72 }

  pBXR31SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR31Entry  74 }

  pBXR31SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  75 }

  pBXR31SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  76 }

  pBXR31SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  77 }

  pBXR31I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR31Entry  84 }

  pBXR31I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR31Entry  85 }

  pBXR31I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR31Entry  86 }

  pBXR31I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR31Entry  87 }

  pBXR31SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  88 }

  pBXR31SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  89 }

  pBXR31SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  90 }

  pBXR31SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  91 }

  pBXR31SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  92 }

  pBXR31SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  93 }

  pBXR31SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  100 }

  pBXR31SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  101 }

  pBXR31SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  102 }

  pBXR31SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  103 }

  pBXR31SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  104 }

  pBXR31SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  105 }

  pBXR31SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  106 }

  pBXR31SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  107 }

  pBXR31SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  108 }

  pBXR31SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  109 }

  pBXR31SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  110 }

  pBXR31SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  111 }

  pBXR31SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  112 }

  pBXR31SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  113 }

  pBXR31SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  114 }

  pBXR31SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  115 }

  pBXR31SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  116 }

  pBXR31SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  117 }

  pBXR31SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  118 }

  pBXR31SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  119 }

  pBXR31SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  120 }

  pBXR31SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  121 }

  pBXR31SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  122 }

  pBXR31SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  123 }

  pBXR31SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  124 }

  pBXR31SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  125 }

  pBXR31SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  126 }

  pBXR31SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  127 }

  pBXR31SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  128 }

  pBXR31SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  129 }

  pBXR31SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  130 }

  pBXR31SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  131 }

  pBXR31SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  132 }

  pBXR31SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  133 }

  pBXR31SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  134 }

  pBXR31SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  135 }

  pBXR31SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  136 }

  pBXR31SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  137 }

  pBXR31SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  138 }

  pBXR31LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR31Entry  139 }

  pBXR31DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR31Entry  140 }

  pBXR31EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR31Entry  141 }

  pBXR31ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR31Entry  142 }

  pBXR31SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  150 }

  pBXR31SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  151 }

  pBXR31SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  152 }

  pBXR31SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  153 }

  pBXR31SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  154 }

  pBXR31SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  155 }

  pBXR31SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  156 }

  pBXR31SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  157 }

  pBXR31SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  158 }

  pBXR31SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  159 }

  pBXR31SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  160 }

  pBXR31SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  161 }

  pBXR31SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  162 }

  pBXR31SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  163 }

  pBXR31SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  164 }

  pBXR31SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  165 }

  pBXR31SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  166 }

  pBXR31SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  167 }

  pBXR31SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  168 }

  pBXR31SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  169 }

  pBXR31SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  170 }

  pBXR31SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  171 }

  pBXR31SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  172 }

  pBXR31SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  173 }

  pBXR31SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  174 }

  pBXR31SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  175 }

  pBXR31SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  176 }

  pBXR31SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  177 }

  pBXR31SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  178 }

  pBXR31SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  179 }

  pBXR31SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  180 }

  pBXR31SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  181 }

  pBXR31SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  182 }

  pBXR31SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  183 }

  pBXR31SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  184 }

  pBXR31SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  185 }

  pBXR31SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  186 }

  pBXR31SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  187 }

  pBXR31SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  188 }

  pBXR31SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  189 }

  pBXR31SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  190 }

  pBXR31SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  191 }

  pBXR31SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  192 }

  pBXR31SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  193 }

  pBXR31SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  194 }

  pBXR31SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  195 }

  pBXR31SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  196 }

  pBXR31SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  197 }

  pBXR31LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR31Entry  205 }

  pBXR31SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  206 }

  pBXR31SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  207 }

  pBXR31SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  208 }

  pBXR31FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR31Entry  209 }

  pBXR31CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR31Entry  210 }

  pBXR31MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR31Entry  211 }

  pBXR31MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR31Entry  212 }

  pBXR31SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  213 }

  pBXR31SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  214 }

  pBXR31SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  215 }

  pBXR31ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR31Entry  216 }

  pBXR31IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR31Entry  217 }

  pBXR31I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR31Entry  218 }

  pBXR31I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR31Entry  219 }

  pBXR31I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR31Entry  220 }

  pBXR31I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR31Entry  221 }

  pBXR31BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR31Entry  222 }

  pBXR31BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR31Entry  223 }

  pBXR31BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR31Entry  224 }

  pBXR31BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR31Entry  225 }

  pBXR31BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR31Entry  226 }

  pBXR31BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR31Entry  227 }

  pBXR31BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR31Entry  228 }

  pBXR31SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR31Entry  230 }

  pBXR31SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  231 }

  pBXR31SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  232 }

  pBXR31SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  233 }

  pBXR31SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  234 }

  pBXR31SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  235 }

  pBXR31SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  236 }

  pBXR31I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR31Entry  237 }

  pBXR31I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR31Entry  238 }

  pBXR31I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR31Entry  239 }

  pBXR31SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  241 }

  pBXR31SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  242 }

  pBXR31SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  243 }

  pBXR31SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  244 }

  pBXR31SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  245 }

  pBXR31SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  246 }

  pBXR31SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  247 }

  pBXR31SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  248 }

  pBXR31SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  249 }

  pBXR31CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR31Entry  260 }

  pBXR31CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR31Entry  261 }

  pBXR31CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR31Entry  262 }

  pBXR31CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR31Entry  263 }

  pBXR31CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR31Entry  264 }

  pBXR31UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR31Entry  265 }

  pBXR31I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR31Entry  266 }

  pBXR31I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR31Entry  267 }

  pBXR31I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR31Entry  268 }

  pBXR31I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR31Entry  269 }

  pBXR31TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR31Entry  270 }

  pBXR31I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR31Entry  271 }

  pBXR31I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR31Entry  272 }

  pBXR31I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR31Entry  273 }

  pBXR31FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR31Entry  274 }

  pBXR31ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR31Entry  275 }

  pBXR31AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR31Entry  276 }

  pBXR31SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  277 }

  pBXR31SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  278 }

  pBXR31SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  279 }

  pBXR31SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  280 }

  pBXR31SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR31Entry  281 }

  pBXR31SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR31Entry  282 }

  pBXR31AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR31Entry  283 }

  pBXR31StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR31Entry  284 }

  pBXR31AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR31Entry  285 }

  pBXR31AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR31Entry  286 }

  pBXR31AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR31Entry  287 }

  pBXR31AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR31Entry  288 }

  pBXR31AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR31Entry  289 }

  pBXR31SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR31Entry  290 }

  pBXR31UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR31Entry  291 }

  pBXR31TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR31Entry  292 }

  pBXR31AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR31Entry  293 }

  pBXR31I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR31Entry  294 }

  pBXR31TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR31Entry  295 }

  pBXR31MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR31Entry  296 }

  pBXR31TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR31Entry  297 }

  pBXR31MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR31Entry  298 }

  pBXR31OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR31Entry  299 }

  pBXR31MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR31Entry  300 }

  pBXR31LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR31Entry  301 }

  pBXR31UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR31Entry  302 }

  pBXR31PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR31Entry  303 }

  pBXR31PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR31Entry  304 }

  pBXR31ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR31Entry  305 }

  pBXR31AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR31Entry  306 }

  pBXR31SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR31Entry  307 }

  pBXR31SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR31Entry  308 }

  pBXR31DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR31Entry  309 }

  pBXR31PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR31Entry  310 }

  pBXR31LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR31Entry  311 }

  pBXR31IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR31Entry  312 }

  pBXR31ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR31Entry  313 }

  pBXR31OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR31Entry  314 }

  pBXR31NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR31Entry  315 }

  pBXR31PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR31Entry  316 }

  pBXR31PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { pBXR31Entry  317 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Online Charging Peer'                                   */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  iMSOnPeerR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOnPeerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Local Diameter Entity'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  2606 }

  iMSOnPeerR1Entry OBJECT-TYPE
    SYNTAX       IMSOnPeerR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOnPeerR1NEConn,
             iMSOnPeerR1NetwkElement,
             iMSOnPeerR1DiameterEntityIx,
             iMSOnPeerR1PeerName,
             iMSOnPeerR1RealmName }
    ::= {  iMSOnPeerR1Table  1  }

  IMSOnPeerR1Entry  ::=  SEQUENCE
  {
    iMSOnPeerR1NEConn                  Unsigned32,
    iMSOnPeerR1NetwkElement            DisplayString,
    iMSOnPeerR1DiameterEntityIx        Unsigned32,
    iMSOnPeerR1PeerName                DisplayString,
    iMSOnPeerR1RealmName               DisplayString,
    iMSOnPeerR1Priority                Unsigned32,
    iMSOnPeerR1TransportType           INTEGER,
    iMSOnPeerR1Addr                    DisplayString,
    iMSOnPeerR1LocalPortSCTP           Unsigned32,
    iMSOnPeerR1LocalPortTCP            Unsigned32,
    iMSOnPeerR1PeerPortSCTP            Unsigned32,
    iMSOnPeerR1PeerPortTCP             Unsigned32,
    iMSOnPeerR1WatchdogInterval        Unsigned32,
    iMSOnPeerR1DoExtraActions          INTEGER,
    iMSOnPeerR1RowStatus               RowStatus,
    iMSOnPeerR1AdminStatus             AdminStatus,
    iMSOnPeerR1OperStatus              OperStatus,
    iMSOnPeerR1SiteID                  Unsigned32
  }

  iMSOnPeerR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOnPeerR1Entry  1 }

  iMSOnPeerR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOnPeerR1Entry  2 }

  iMSOnPeerR1DiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diameter Entity index'.
                  This is an index field."
    ::= { iMSOnPeerR1Entry  3 }

  iMSOnPeerR1PeerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..30))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer name'.
                  This is an index field."
    ::= { iMSOnPeerR1Entry  4 }

  iMSOnPeerR1RealmName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..63))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm name'.
                  This is an index field."
    ::= { iMSOnPeerR1Entry  5 }

  iMSOnPeerR1Priority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 1 }
    ::= { iMSOnPeerR1Entry  6 }

  iMSOnPeerR1TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCP(0),
                   sCTP(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { tCP }
    ::= { iMSOnPeerR1Entry  7 }

  iMSOnPeerR1Addr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address'.
                  This field is not writable when active."
    ::= { iMSOnPeerR1Entry  9 }

  iMSOnPeerR1LocalPortSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port (SCTP)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iMSOnPeerR1Entry  10 }

  iMSOnPeerR1LocalPortTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port (TCP)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iMSOnPeerR1Entry  11 }

  iMSOnPeerR1PeerPortSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer port (SCTP)'.
                  This field is not writable when active."
    DEFVAL       { 3868 }
    ::= { iMSOnPeerR1Entry  12 }

  iMSOnPeerR1PeerPortTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer port (TCP)'.
                  This field is not writable when active."
    DEFVAL       { 3868 }
    ::= { iMSOnPeerR1Entry  13 }

  iMSOnPeerR1WatchdogInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6000..4292967295 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Watchdog interval'."
    DEFVAL       { 30000 }
    ::= { iMSOnPeerR1Entry  15 }

  iMSOnPeerR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnPeerR1Entry  16 }

  iMSOnPeerR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iMSOnPeerR1Entry  17 }

  iMSOnPeerR1AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnPeerR1Entry  18 }

  iMSOnPeerR1OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnPeerR1Entry  19 }

  iMSOnPeerR1SiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    DEFVAL       { 0 }
    ::= { iMSOnPeerR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Offline Charging Peer'                                  */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  iMSOfflChrgPeerTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOfflChrgPeerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Local Diameter Entity'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = down(2)."
    ::= { metaSwitch  2608 }

  iMSOfflChrgPeerEntry OBJECT-TYPE
    SYNTAX       IMSOfflChrgPeerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOfflChrgPeerNEConn,
             iMSOfflChrgPeerNetwkElement,
             iMSOfflChrgPeerDiameterEntityIx,
             iMSOfflChrgPeerPeerName,
             iMSOfflChrgPeerRealmName }
    ::= {  iMSOfflChrgPeerTable  1  }

  IMSOfflChrgPeerEntry  ::=  SEQUENCE
  {
    iMSOfflChrgPeerNEConn              Unsigned32,
    iMSOfflChrgPeerNetwkElement        DisplayString,
    iMSOfflChrgPeerDiameterEntityIx    Unsigned32,
    iMSOfflChrgPeerPeerName            DisplayString,
    iMSOfflChrgPeerRealmName           DisplayString,
    iMSOfflChrgPeerSiteID              Unsigned32,
    iMSOfflChrgPeerPriority            Unsigned32,
    iMSOfflChrgPeerTransportType       INTEGER,
    iMSOfflChrgPeerAddr                DisplayString,
    iMSOfflChrgPeerLocalPortSCTP       Unsigned32,
    iMSOfflChrgPeerLocalPortTCP        Unsigned32,
    iMSOfflChrgPeerPeerPortSCTP        Unsigned32,
    iMSOfflChrgPeerPeerPortTCP         Unsigned32,
    iMSOfflChrgPeerWatchdogInterval    Unsigned32,
    iMSOfflChrgPeerRowStatus           RowStatus,
    iMSOfflChrgPeerAdminStatus         AdminStatus,
    iMSOfflChrgPeerOperStatus          OperStatus
  }

  iMSOfflChrgPeerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOfflChrgPeerEntry  1 }

  iMSOfflChrgPeerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOfflChrgPeerEntry  2 }

  iMSOfflChrgPeerDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diameter Entity index'.
                  This is an index field."
    ::= { iMSOfflChrgPeerEntry  3 }

  iMSOfflChrgPeerPeerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..30))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer name'.
                  This is an index field."
    ::= { iMSOfflChrgPeerEntry  4 }

  iMSOfflChrgPeerRealmName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..63))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm name'.
                  This is an index field."
    ::= { iMSOfflChrgPeerEntry  5 }

  iMSOfflChrgPeerSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    DEFVAL       { 0 }
    ::= { iMSOfflChrgPeerEntry  6 }

  iMSOfflChrgPeerPriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 1 }
    ::= { iMSOfflChrgPeerEntry  7 }

  iMSOfflChrgPeerTransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCP(0),
                   sCTP(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { tCP }
    ::= { iMSOfflChrgPeerEntry  8 }

  iMSOfflChrgPeerAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address'.
                  This field is not writable when active."
    ::= { iMSOfflChrgPeerEntry  9 }

  iMSOfflChrgPeerLocalPortSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port (SCTP)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iMSOfflChrgPeerEntry  10 }

  iMSOfflChrgPeerLocalPortTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port (TCP)'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iMSOfflChrgPeerEntry  11 }

  iMSOfflChrgPeerPeerPortSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer port (SCTP)'.
                  This field is not writable when active."
    DEFVAL       { 3868 }
    ::= { iMSOfflChrgPeerEntry  12 }

  iMSOfflChrgPeerPeerPortTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer port (TCP)'.
                  This field is not writable when active."
    DEFVAL       { 3868 }
    ::= { iMSOfflChrgPeerEntry  13 }

  iMSOfflChrgPeerWatchdogInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6000..4292967295 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Watchdog interval'."
    DEFVAL       { 30000 }
    ::= { iMSOfflChrgPeerEntry  14 }

  iMSOfflChrgPeerRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iMSOfflChrgPeerEntry  15 }

  iMSOfflChrgPeerAdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgPeerEntry  16 }

  iMSOfflChrgPeerOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgPeerEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Local Diameter Entity'                                      */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  lclDiamEntR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LclDiamEntR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2609 }

  lclDiamEntR4Entry OBJECT-TYPE
    SYNTAX       LclDiamEntR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { lclDiamEntR4NEConn,
             lclDiamEntR4NetwkElement,
             lclDiamEntR4DiameterEntityIx }
    ::= {  lclDiamEntR4Table  1  }

  LclDiamEntR4Entry  ::=  SEQUENCE
  {
    lclDiamEntR4NEConn                 Unsigned32,
    lclDiamEntR4NetwkElement           DisplayString,
    lclDiamEntR4DiameterEntityIx       Unsigned32,
    lclDiamEntR4LocalRealm             DisplayString,
    lclDiamEntR4LocalHost              DisplayString,
    lclDiamEntR4LocalPortNumSCTP       Unsigned32,
    lclDiamEntR4RemPortNumSCTP         Unsigned32,
    lclDiamEntR4ProductName            DisplayString,
    lclDiamEntR4RowStatus              RowStatus,
    lclDiamEntR4AdminStatus            AdminStatus,
    lclDiamEntR4OperStatus             OperStatus,
    lclDiamEntR4TransportProt          INTEGER,
    lclDiamEntR4LocalPortNumTCP        Unsigned32,
    lclDiamEntR4RemPortNumTCP          Unsigned32
  }

  lclDiamEntR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { lclDiamEntR4Entry  1 }

  lclDiamEntR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { lclDiamEntR4Entry  2 }

  lclDiamEntR4DiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diameter Entity index'.
                  This is an index field."
    ::= { lclDiamEntR4Entry  3 }

  lclDiamEntR4LocalRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local realm'.
                  This field is only writable during create."
    ::= { lclDiamEntR4Entry  4 }

  lclDiamEntR4LocalHost OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local host'.
                  This field is only writable during create."
    ::= { lclDiamEntR4Entry  5 }

  lclDiamEntR4LocalPortNumSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port number (SCTP)'.
                  This field is only writable during create."
    DEFVAL       { 0 }
    ::= { lclDiamEntR4Entry  6 }

  lclDiamEntR4RemPortNumSCTP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote port number (SCTP)'.
                  This field is only writable during create."
    DEFVAL       { 3868 }
    ::= { lclDiamEntR4Entry  7 }

  lclDiamEntR4ProductName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..30))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Product name'.
                  This field is only writable during create."
    ::= { lclDiamEntR4Entry  8 }

  lclDiamEntR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { lclDiamEntR4Entry  9 }

  lclDiamEntR4AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { lclDiamEntR4Entry  10 }

  lclDiamEntR4OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { lclDiamEntR4Entry  11 }

  lclDiamEntR4TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCP(0),
                   sCTP(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'.
                  This field is only writable during create."
    DEFVAL       { tCP }
    ::= { lclDiamEntR4Entry  12 }

  lclDiamEntR4LocalPortNumTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local port number (TCP)'.
                  This field is only writable during create."
    DEFVAL       { 0 }
    ::= { lclDiamEntR4Entry  13 }

  lclDiamEntR4RemPortNumTCP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote port number (TCP)'.
                  This field is only writable during create."
    DEFVAL       { 3868 }
    ::= { lclDiamEntR4Entry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Registered SIP Binding'                                     */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  registeredSIPBindingR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RegisteredSIPBindingR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Registered SIP Bindings for User'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2610 }

  registeredSIPBindingR3Entry OBJECT-TYPE
    SYNTAX       RegisteredSIPBindingR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { registeredSIPBindingR3NEConn,
             registeredSIPBindingR3NetwkElement,
             registeredSIPBindingR3CFSIx,
             registeredSIPBindingR3SIPDomainName,
             registeredSIPBindingR3SIPUserName,
             registeredSIPBindingR3ContactIPAddr,
             registeredSIPBindingR3ContactIPPort,
             registeredSIPBindingR3ContactName }
    ::= {  registeredSIPBindingR3Table  1  }

  RegisteredSIPBindingR3Entry  ::=  SEQUENCE
  {
    registeredSIPBindingR3NEConn       Unsigned32,
    registeredSIPBindingR3NetwkElement DisplayString,
    registeredSIPBindingR3CFSIx        Unsigned32,
    registeredSIPBindingR3SIPDomainName
                                       DisplayString,
    registeredSIPBindingR3SIPUserName  DisplayString,
    registeredSIPBindingR3ContactURI   DisplayString,
    registeredSIPBindingR3ContactIPAddr
                                       DisplayString,
    registeredSIPBindingR3ContactIPPort
                                       Unsigned32,
    registeredSIPBindingR3ContactName  DisplayString,
    registeredSIPBindingR3TransportProt
                                       INTEGER,
    registeredSIPBindingR3ContactExpiryTime
                                       Unsigned32,
    registeredSIPBindingR3UserAgentInfo
                                       DisplayString,
    registeredSIPBindingR3I1MediaGatewayModelNEConn
                                       Unsigned32,
    registeredSIPBindingR3I2MediaGatewayModelNetwkElement
                                       DisplayString,
    registeredSIPBindingR3I3MediaGatewayModelCFSIx
                                       Unsigned32,
    registeredSIPBindingR3I4MediaGatewayModelModelIx
                                       Unsigned32,
    registeredSIPBindingR3MsgWtngIndicatorStatus
                                       INTEGER,
    registeredSIPBindingR3CallServNotifStatus
                                       INTEGER,
    registeredSIPBindingR3CallListStatus
                                       INTEGER,
    registeredSIPBindingR3NumEvtSubscriptions
                                       Unsigned32,
    registeredSIPBindingR3CauseLastCallFail
                                       INTEGER,
    registeredSIPBindingR3TimeLastCallFail
                                       Unsigned32,
    registeredSIPBindingR3CallFailLogCorr
                                       Counter64,
    registeredSIPBindingR3CurrNumMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR3CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR3I1NetwkNodeNEConn
                                       Unsigned32,
    registeredSIPBindingR3I2NetwkNodeNetwkElement
                                       DisplayString,
    registeredSIPBindingR3I3NetwkNodeCFSIx
                                       Unsigned32,
    registeredSIPBindingR3I4NetwkNodeNodeIx
                                       Unsigned32,
    registeredSIPBindingR3NetwkNodeOtherVals
                                       INTEGER
  }

  registeredSIPBindingR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  1 }

  registeredSIPBindingR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  2 }

  registeredSIPBindingR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  3 }

  registeredSIPBindingR3SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..40))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  4 }

  registeredSIPBindingR3SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  5 }

  registeredSIPBindingR3ContactURI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..160))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { registeredSIPBindingR3Entry  6 }

  registeredSIPBindingR3ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  7 }

  registeredSIPBindingR3ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact port'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  8 }

  registeredSIPBindingR3ContactName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'.
                  This is an index field."
    ::= { registeredSIPBindingR3Entry  9 }

  registeredSIPBindingR3TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    ::= { registeredSIPBindingR3Entry  10 }

  registeredSIPBindingR3ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { registeredSIPBindingR3Entry  11 }

  registeredSIPBindingR3UserAgentInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User agent information'."
    ::= { registeredSIPBindingR3Entry  12 }

  registeredSIPBindingR3I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR3Entry  13 }

  registeredSIPBindingR3I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR3Entry  14 }

  registeredSIPBindingR3I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR3Entry  15 }

  registeredSIPBindingR3I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR3Entry  16 }

  registeredSIPBindingR3MsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Message Waiting Indicator status'."
    ::= { registeredSIPBindingR3Entry  17 }

  registeredSIPBindingR3CallServNotifStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notSubscribedToNotifications(2),
                   subscribedToNotifications(3),
                   registeredForNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service notification status'."
    ::= { registeredSIPBindingR3Entry  18 }

  registeredSIPBindingR3CallListStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSupported(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call List status'."
    ::= { registeredSIPBindingR3Entry  19 }

  registeredSIPBindingR3NumEvtSubscriptions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of event subscriptions'."
    ::= { registeredSIPBindingR3Entry  20 }

  registeredSIPBindingR3CauseLastCallFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569),
                   invalidSenderIPAddress(1207959570)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of last call failure'."
    ::= { registeredSIPBindingR3Entry  21 }

  registeredSIPBindingR3TimeLastCallFail OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last call failure'."
    ::= { registeredSIPBindingR3Entry  22 }

  registeredSIPBindingR3CallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call failure log correlator'."
    ::= { registeredSIPBindingR3Entry  23 }

  registeredSIPBindingR3CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { registeredSIPBindingR3Entry  24 }

  registeredSIPBindingR3CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { registeredSIPBindingR3Entry  25 }

  registeredSIPBindingR3I1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR3Entry  26 }

  registeredSIPBindingR3I2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR3Entry  27 }

  registeredSIPBindingR3I3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR3Entry  28 }

  registeredSIPBindingR3I4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR3Entry  29 }

  registeredSIPBindingR3NetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { registeredSIPBindingR3Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.5.20                                                       */
-- /*********************************************************************************/

  cfgSIPBindR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2611 }

  cfgSIPBindR23Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR23NEConn,
             cfgSIPBindR23NetwkElement,
             cfgSIPBindR23CFSIx,
             cfgSIPBindR23BindingIx }
    ::= {  cfgSIPBindR23Table  1  }

  CfgSIPBindR23Entry  ::=  SEQUENCE
  {
    cfgSIPBindR23NEConn                Unsigned32,
    cfgSIPBindR23NetwkElement          DisplayString,
    cfgSIPBindR23CFSIx                 Unsigned32,
    cfgSIPBindR23BindingIx             Unsigned32,
    cfgSIPBindR23Name                  DisplayString,
    cfgSIPBindR23CustInfo              DisplayString,
    cfgSIPBindR23CustInfo2             DisplayString,
    cfgSIPBindR23CustInfo3             DisplayString,
    cfgSIPBindR23CustInfo4             DisplayString,
    cfgSIPBindR23CustInfo5             DisplayString,
    cfgSIPBindR23CustInfo6             DisplayString,
    cfgSIPBindR23Usage                 INTEGER,
    cfgSIPBindR23UseDNIdentification   INTEGER,
    cfgSIPBindR23SIPAuthenticationReqd INTEGER,
    cfgSIPBindR23SIPUserName           DisplayString,
    cfgSIPBindR23SIPDomainName         DisplayString,
    cfgSIPBindR23NewSIPPassword        DisplayString,
    cfgSIPBindR23ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR23ContactIPAddr         DisplayString,
    cfgSIPBindR23ContactIPPort         Unsigned32,
    cfgSIPBindR23ProxyIPAddr           DisplayString,
    cfgSIPBindR23ProxyIPPort           Unsigned32,
    cfgSIPBindR23TransportProt         INTEGER,
    cfgSIPBindR23I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR23I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR23I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR23I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR23Trusted               INTEGER,
    cfgSIPBindR23UseStaticNATMapping   INTEGER,
    cfgSIPBindR23MaxCallAppearances    Unsigned32,
    cfgSIPBindR23AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR23ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR23ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR23DeactivnMode          INTEGER,
    cfgSIPBindR23LastCallFailCause     INTEGER,
    cfgSIPBindR23LastCallFailTimestamp Unsigned32,
    cfgSIPBindR23LastCallFailLogCorr   Counter64,
    cfgSIPBindR23DiagsLogLvl           INTEGER,
    cfgSIPBindR23DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR23DiagsAPITraceTag      DisplayString,
    cfgSIPBindR23ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR23ExportStatus          DisplayString,
    cfgSIPBindR23ExportFile            DisplayString,
    cfgSIPBindR23ExportCorr            Counter64,
    cfgSIPBindR23ExportCorrNode        DisplayString,
    cfgSIPBindR23ExportCorrUID         DisplayString,
    cfgSIPBindR23DoExtraActions        INTEGER,
    cfgSIPBindR23RowStatus             RowStatus,
    cfgSIPBindR23AdminStatus           AdminStatus,
    cfgSIPBindR23OperStatus            OperStatus,
    cfgSIPBindR23PollPeerDevice        INTEGER,
    cfgSIPBindR23PollingInterval       Unsigned32,
    cfgSIPBindR23AlrmState             INTEGER,
    cfgSIPBindR23AlrmLogCorr           Counter64,
    cfgSIPBindR23AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR23AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR23AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR23I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR23I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR23I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR23I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR23SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR23SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR23ActHopCnting          INTEGER,
    cfgSIPBindR23SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR23SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR23SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR23SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR23SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR23SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR23SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR23SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR23ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR23SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR23SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR23SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR23SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR23SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR23SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR23SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR23SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR23SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR23SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR23SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR23UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR23PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR23StatisticsAlrms       Integer32,
    cfgSIPBindR23I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR23I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR23I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR23I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR23ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR23CFSCtrlStatus         INTEGER,
    cfgSIPBindR23PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR23MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR23RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR23SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR23IPAddrMatchReqd       INTEGER,
    cfgSIPBindR23VirtualTrnkGpID       DisplayString,
    cfgSIPBindR23VirtualTrnkCxt        DisplayString,
    cfgSIPBindR23SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR23I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR23I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR23I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR23FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR23ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR23AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR23SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR23TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR23I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR23I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR23I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR23SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR23LearnsContactDetails  INTEGER,
    cfgSIPBindR23ContactURI            LongDisplayString,
    cfgSIPBindR23ContactName           LongDisplayString,
    cfgSIPBindR23ContactExpiryTime     Unsigned32,
    cfgSIPBindR23MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR23SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR23UseNormalTrnkRtgTblsToMatchTgId
                                       INTEGER,
    cfgSIPBindR23SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR23SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR23SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR23ContactAddrScheme     INTEGER,
    cfgSIPBindR23ContactDomainName     DisplayString,
    cfgSIPBindR23ProxyAddrScheme       INTEGER,
    cfgSIPBindR23ProxyDomainName       DisplayString,
    cfgSIPBindR23PollCallPaths         INTEGER,
    cfgSIPBindR23SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR23AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR23AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR23PollServRoutes        INTEGER,
    cfgSIPBindR23ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR23SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR23SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR23SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR23SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR23ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR23ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR23ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR23TransparentHeaders    LongDisplayString,
    cfgSIPBindR23OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR23SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR23SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR23SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR23SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR23SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR23UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR23SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR23AutoRecovery          INTEGER,
    cfgSIPBindR23AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR23SigType               INTEGER,
    cfgSIPBindR23ExportIncASRepData    INTEGER,
    cfgSIPBindR23PBXAppServer          INTEGER,
    cfgSIPBindR23NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR23MediaIPAddr           DisplayString,
    cfgSIPBindR23UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR23SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR23DNIDInE164Format      INTEGER,
    cfgSIPBindR23ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR23Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR23SIPProtOptsHonorsClgNumAPRI
                                       INTEGER,
    cfgSIPBindR23StatisticsEnabled     INTEGER,
    cfgSIPBindR23ContactAddrMatchReqd  INTEGER,
    cfgSIPBindR23AllowBothDNAndTGChangesInSingleTFL3xxResponse
                                       INTEGER,
    cfgSIPBindR23RouteDirectlyOnTGIDTFLResponses
                                       INTEGER,
    cfgSIPBindR23UseProxyIPOnTCPAppServers
                                       INTEGER
  }

  cfgSIPBindR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR23Entry  1 }

  cfgSIPBindR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR23Entry  2 }

  cfgSIPBindR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR23Entry  3 }

  cfgSIPBindR23BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR23Entry  4 }

  cfgSIPBindR23Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR23Entry  5 }

  cfgSIPBindR23CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR23Entry  6 }

  cfgSIPBindR23CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR23Entry  7 }

  cfgSIPBindR23CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR23Entry  8 }

  cfgSIPBindR23CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR23Entry  9 }

  cfgSIPBindR23CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR23Entry  10 }

  cfgSIPBindR23CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR23Entry  11 }

  cfgSIPBindR23Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR23Entry  12 }

  cfgSIPBindR23UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  13 }

  cfgSIPBindR23SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  14 }

  cfgSIPBindR23SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR23Entry  15 }

  cfgSIPBindR23SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR23Entry  16 }

  cfgSIPBindR23NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR23Entry  17 }

  cfgSIPBindR23ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR23Entry  18 }

  cfgSIPBindR23ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR23Entry  19 }

  cfgSIPBindR23ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR23Entry  20 }

  cfgSIPBindR23ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR23Entry  21 }

  cfgSIPBindR23ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR23Entry  22 }

  cfgSIPBindR23TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR23Entry  23 }

  cfgSIPBindR23I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR23Entry  24 }

  cfgSIPBindR23I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR23Entry  25 }

  cfgSIPBindR23I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR23Entry  26 }

  cfgSIPBindR23I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR23Entry  27 }

  cfgSIPBindR23Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  28 }

  cfgSIPBindR23UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  29 }

  cfgSIPBindR23MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR23Entry  30 }

  cfgSIPBindR23AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR23Entry  31 }

  cfgSIPBindR23ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR23Entry  32 }

  cfgSIPBindR23ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR23Entry  33 }

  cfgSIPBindR23DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR23Entry  34 }

  cfgSIPBindR23LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569),
                   invalidSenderIPAddress(1207959570)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR23Entry  35 }

  cfgSIPBindR23LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR23Entry  36 }

  cfgSIPBindR23LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR23Entry  37 }

  cfgSIPBindR23DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR23Entry  38 }

  cfgSIPBindR23DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  39 }

  cfgSIPBindR23DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR23Entry  40 }

  cfgSIPBindR23ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR23Entry  41 }

  cfgSIPBindR23ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR23Entry  42 }

  cfgSIPBindR23ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR23Entry  43 }

  cfgSIPBindR23ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR23Entry  44 }

  cfgSIPBindR23ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR23Entry  45 }

  cfgSIPBindR23ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR23Entry  46 }

  cfgSIPBindR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR23Entry  47 }

  cfgSIPBindR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR23Entry  48 }

  cfgSIPBindR23AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR23Entry  49 }

  cfgSIPBindR23OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR23Entry  50 }

  cfgSIPBindR23PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  56 }

  cfgSIPBindR23PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR23Entry  57 }

  cfgSIPBindR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR23Entry  60 }

  cfgSIPBindR23AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR23Entry  61 }

  cfgSIPBindR23AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR23Entry  62 }

  cfgSIPBindR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR23Entry  63 }

  cfgSIPBindR23AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR23Entry  64 }

  cfgSIPBindR23I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR23Entry  65 }

  cfgSIPBindR23I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR23Entry  66 }

  cfgSIPBindR23I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR23Entry  67 }

  cfgSIPBindR23I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR23Entry  68 }

  cfgSIPBindR23SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR23Entry  69 }

  cfgSIPBindR23SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR23Entry  76 }

  cfgSIPBindR23SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  77 }

  cfgSIPBindR23SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  78 }

  cfgSIPBindR23ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  79 }

  cfgSIPBindR23SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  80 }

  cfgSIPBindR23SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR23Entry  81 }

  cfgSIPBindR23SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  82 }

  cfgSIPBindR23SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  83 }

  cfgSIPBindR23SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  84 }

  cfgSIPBindR23SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  85 }

  cfgSIPBindR23SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  86 }

  cfgSIPBindR23SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  87 }

  cfgSIPBindR23SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  88 }

  cfgSIPBindR23SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  89 }

  cfgSIPBindR23SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  90 }

  cfgSIPBindR23SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  91 }

  cfgSIPBindR23SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  92 }

  cfgSIPBindR23SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR23Entry  93 }

  cfgSIPBindR23SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR23Entry  94 }

  cfgSIPBindR23SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  101 }

  cfgSIPBindR23ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  102 }

  cfgSIPBindR23SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  103 }

  cfgSIPBindR23SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  104 }

  cfgSIPBindR23SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  105 }

  cfgSIPBindR23SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  106 }

  cfgSIPBindR23SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  107 }

  cfgSIPBindR23SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  108 }

  cfgSIPBindR23SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  109 }

  cfgSIPBindR23SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  110 }

  cfgSIPBindSDActR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  112 }

  cfgSIPBindSDDefR23SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR23Entry  113 }

  cfgSIPBindR23SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  114 }

  cfgSIPBindR23UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR23Entry  120 }

  cfgSIPBindR23PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR23Entry  121 }

  cfgSIPBindR23StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR23Entry  122 }

  cfgSIPBindR23I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR23Entry  123 }

  cfgSIPBindR23I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR23Entry  124 }

  cfgSIPBindR23I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR23Entry  125 }

  cfgSIPBindR23I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR23Entry  126 }

  cfgSIPBindR23ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR23Entry  127 }

  cfgSIPBindR23CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR23Entry  128 }

  cfgSIPBindR23PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  129 }

  cfgSIPBindR23MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR23Entry  130 }

  cfgSIPBindR23RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR23Entry  131 }

  cfgSIPBindR23SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  132 }

  cfgSIPBindR23IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  133 }

  cfgSIPBindR23VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR23Entry  134 }

  cfgSIPBindR23VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR23Entry  135 }

  cfgSIPBindR23SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  136 }

  cfgSIPBindR23I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR23Entry  137 }

  cfgSIPBindR23I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR23Entry  138 }

  cfgSIPBindR23I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR23Entry  139 }

  cfgSIPBindR23FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR23Entry  140 }

  cfgSIPBindR23ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR23Entry  141 }

  cfgSIPBindR23AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  142 }

  cfgSIPBindR23SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR23Entry  143 }

  cfgSIPBindR23TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR23Entry  144 }

  cfgSIPBindR23I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR23Entry  145 }

  cfgSIPBindR23I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR23Entry  146 }

  cfgSIPBindR23I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR23Entry  147 }

  cfgSIPBindR23SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR23Entry  148 }

  cfgSIPBindR23LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  149 }

  cfgSIPBindR23ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR23Entry  150 }

  cfgSIPBindR23ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR23Entry  151 }

  cfgSIPBindR23ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR23Entry  152 }

  cfgSIPBindR23MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR23Entry  153 }

  cfgSIPBindR23SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  154 }

  cfgSIPBindR23UseNormalTrnkRtgTblsToMatchTgId OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use normal trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  155 }

  cfgSIPBindR23SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR23Entry  156 }

  cfgSIPBindR23SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR23Entry  157 }

  cfgSIPBindR23SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  158 }

  cfgSIPBindR23ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR23Entry  159 }

  cfgSIPBindR23ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR23Entry  160 }

  cfgSIPBindR23ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR23Entry  161 }

  cfgSIPBindR23ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR23Entry  162 }

  cfgSIPBindR23PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  163 }

  cfgSIPBindR23SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  164 }

  cfgSIPBindR23AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR23Entry  165 }

  cfgSIPBindR23AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR23Entry  166 }

  cfgSIPBindR23PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  167 }

  cfgSIPBindR23ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR23Entry  168 }

  cfgSIPBindR23SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR23Entry  169 }

  cfgSIPBindR23SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  170 }

  cfgSIPBindR23SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  171 }

  cfgSIPBindR23SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR23Entry  172 }

  cfgSIPBindR23ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR23Entry  173 }

  cfgSIPBindR23ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR23Entry  174 }

  cfgSIPBindR23ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR23Entry  175 }

  cfgSIPBindR23TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR23Entry  176 }

  cfgSIPBindR23OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR23Entry  177 }

  cfgSIPBindR23SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR23Entry  178 }

  cfgSIPBindR23SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  179 }

  cfgSIPBindR23SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR23Entry  180 }

  cfgSIPBindR23SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR23Entry  181 }

  cfgSIPBindR23SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR23Entry  182 }

  cfgSIPBindR23SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR23Entry  183 }

  cfgSIPBindR23SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR23Entry  184 }

  cfgSIPBindR23SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR23Entry  185 }

  cfgSIPBindR23UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  186 }

  cfgSIPBindR23SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR23Entry  187 }

  cfgSIPBindR23AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  188 }

  cfgSIPBindR23AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR23Entry  189 }

  cfgSIPBindR23SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR23Entry  190 }

  cfgSIPBindR23ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR23Entry  191 }

  cfgSIPBindR23PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  192 }

  cfgSIPBindR23NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  193 }

  cfgSIPBindR23MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR23Entry  194 }

  cfgSIPBindR23UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  195 }

  cfgSIPBindR23SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  196 }

  cfgSIPBindR23SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  197 }

  cfgSIPBindR23DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  198 }

  cfgSIPBindR23ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR23Entry  199 }

  cfgSIPBindR23Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR23Entry  200 }

  cfgSIPBindR23SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  201 }

  cfgSIPBindR23StatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics enabled'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  202 }

  cfgSIPBindR23ContactAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  203 }

  cfgSIPBindR23AllowBothDNAndTGChangesInSingleTFL3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow both DN and TG changes in single TFL 3xx response'."
    DEFVAL       { false }
    ::= { cfgSIPBindR23Entry  204 }

  cfgSIPBindR23RouteDirectlyOnTGIDTFLResponses OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Route directly on TG ID for TFL responses'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  205 }

  cfgSIPBindR23UseProxyIPOnTCPAppServers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use Proxy IP On TCP App Servers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR23Entry  206 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Services'                                              */
-- /* Valid from: 9.5.10                                                            */
-- /*********************************************************************************/

  classServsR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ClassServsR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2612 }

  classServsR23Entry OBJECT-TYPE
    SYNTAX       ClassServsR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { classServsR23NEConn,
             classServsR23NetwkElement,
             classServsR23CFSIx }
    ::= {  classServsR23Table  1  }

  ClassServsR23Entry  ::=  SEQUENCE
  {
    classServsR23NEConn                Unsigned32,
    classServsR23NetwkElement          DisplayString,
    classServsR23CFSIx                 Unsigned32,
    classServsR23CFU                   INTEGER,
    classServsR23CFBL                  INTEGER,
    classServsR23CFDA                  INTEGER,
    classServsR23AR                    INTEGER,
    classServsR23LineHunting           INTEGER,
    classServsR23TWC                   INTEGER,
    classServsR23CW                    INTEGER,
    classServsR23CWWithCID             INTEGER,
    classServsR23ACR                   INTEGER,
    classServsR23CallTrace             INTEGER,
    classServsR23CIDPres               INTEGER,
    classServsR23SCF                   INTEGER,
    classServsR23CND                   INTEGER,
    classServsR23SCR                   INTEGER,
    classServsR23PriorityCall          INTEGER,
    classServsR23RemCall               INTEGER,
    classServsR23SPD                   INTEGER,
    classServsR23OCB                   INTEGER,
    classServsR23PINChange             INTEGER,
    classServsR23ClgNameDlvry          INTEGER,
    classServsR23AutoClback            INTEGER,
    classServsR23CSAlrmsAttnRq         Integer32,
    classServsR23CSAlrmEvtsAttnRq      Integer32,
    classServsR23CSAlrmsAtndDp         Integer32,
    classServsR23CSAlrmEvtsAtndDp      Integer32,
    classServsR23SummaryChldAlrmState  INTEGER,
    classServsR23CNDB                  INTEGER,
    classServsR23Voicemail             INTEGER,
    classServsR23RegRemCalls           INTEGER,
    classServsR23CallXfer              INTEGER,
    classServsR23CCW                   INTEGER,
    classServsR23102                   INTEGER,
    classServsR23108                   INTEGER,
    classServsR23AlrmState             INTEGER,
    classServsR23AlrmLogCorr           Counter64,
    classServsR23AlrmEvtsAtndDp        Unsigned32,
    classServsR23AlrmStateTimestamp    Unsigned32,
    classServsR23AlrmResetTimestamp    Unsigned32,
    classServsR23RACF                  INTEGER,
    classServsR23LastCIDErasure        INTEGER,
    classServsR23MandAccCodes          INTEGER,
    classServsR23ANITestServ           INTEGER,
    classServsR23HIC                   INTEGER,
    classServsR23CPU                   INTEGER,
    classServsR23DPUNoBargeIn          INTEGER,
    classServsR23OPX                   INTEGER,
    classServsR23TeenServ              INTEGER,
    classServsR23AppServerOrig         INTEGER,
    classServsR23AppServerTerm         INTEGER,
    classServsR23DoNotDist             INTEGER,
    classServsR23CallHold              INTEGER,
    classServsR23ClgIDDlvryOverIP      INTEGER,
    classServsR23TestLine100           INTEGER,
    classServsR23TestLine101           INTEGER,
    classServsR23TestLine105           INTEGER,
    classServsR23CallLists             INTEGER,
    classServsR23FMFM                  INTEGER,
    classServsR23OHDTrigger            INTEGER,
    classServsR23TATrigger             INTEGER,
    classServsR23LSM                   INTEGER,
    classServsR23WarmHotLine           INTEGER,
    classServsR23AppServerMOHServ      INTEGER,
    classServsR23CallPark              INTEGER,
    classServsR23ClgNameDlvryQueryHandling
                                       INTEGER,
    classServsR23SDPCommPortal         INTEGER,
    classServsR23CallServsConnectedNumDlvry
                                       INTEGER,
    classServsR23ConnectedLineIDPres   INTEGER,
    classServsR23ChldStatisticsAlrms   Integer32,
    classServsR23UnavailCF             INTEGER,
    classServsR23Variant               INTEGER,
    classServsR23LongDistanceAlert     INTEGER,
    classServsR23ConnectedNameDlvry    INTEGER,
    classServsR23TotChldAlrmsAttnRq    Unsigned32,
    classServsR23TotChldAlrmEvtsAttnRq Unsigned32,
    classServsR23TotChldAlrmsAtndDp    Unsigned32,
    classServsR23TotChldAlrmEvtsAtndDp Unsigned32,
    classServsR23BCM                   INTEGER,
    classServsR23ASRecSrv              INTEGER,
    classServsR23ICDNDlvry             INTEGER,
    classServsR23OCN                   INTEGER,
    classServsR23AnnounceOnHold        INTEGER,
    classServsR23RCL                   INTEGER,
    classServsR23ECB                   INTEGER,
    classServsR23SCB                   INTEGER
  }

  classServsR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { classServsR23Entry  1 }

  classServsR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { classServsR23Entry  2 }

  classServsR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { classServsR23Entry  3 }

  classServsR23CFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unconditional Call Forwarding'."
    ::= { classServsR23Entry  4 }

  classServsR23CFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding'."
    ::= { classServsR23Entry  5 }

  classServsR23CFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding'."
    ::= { classServsR23Entry  6 }

  classServsR23AR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall'."
    ::= { classServsR23Entry  7 }

  classServsR23LineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting'."
    ::= { classServsR23Entry  8 }

  classServsR23TWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling'."
    ::= { classServsR23Entry  9 }

  classServsR23CW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting'."
    ::= { classServsR23Entry  10 }

  classServsR23CWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting With Caller ID'."
    ::= { classServsR23Entry  11 }

  classServsR23ACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection'."
    ::= { classServsR23Entry  12 }

  classServsR23CallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace'."
    ::= { classServsR23Entry  13 }

  classServsR23CIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation'."
    ::= { classServsR23Entry  14 }

  classServsR23SCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding'."
    ::= { classServsR23Entry  15 }

  classServsR23CND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery'."
    ::= { classServsR23Entry  16 }

  classServsR23SCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection'."
    ::= { classServsR23Entry  17 }

  classServsR23PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call'."
    ::= { classServsR23Entry  18 }

  classServsR23RemCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reminder Calls'."
    ::= { classServsR23Entry  19 }

  classServsR23SPD OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Speed Calling'."
    ::= { classServsR23Entry  20 }

  classServsR23OCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Barring'."
    ::= { classServsR23Entry  21 }

  classServsR23PINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change'."
    ::= { classServsR23Entry  22 }

  classServsR23ClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber'."
    ::= { classServsR23Entry  23 }

  classServsR23AutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback'."
    ::= { classServsR23Entry  24 }

  classServsR23CSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { classServsR23Entry  25 }

  classServsR23CSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR23Entry  26 }

  classServsR23CSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { classServsR23Entry  27 }

  classServsR23CSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR23Entry  28 }

  classServsR23SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { classServsR23Entry  29 }

  classServsR23CNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery Blocking'."
    ::= { classServsR23Entry  30 }

  classServsR23Voicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Voicemail'."
    ::= { classServsR23Entry  31 }

  classServsR23RegRemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular Reminder Calls'."
    ::= { classServsR23Entry  32 }

  classServsR23CallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer'."
    ::= { classServsR23Entry  33 }

  classServsR23CCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting'."
    ::= { classServsR23Entry  34 }

  classServsR23102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 102'."
    ::= { classServsR23Entry  35 }

  classServsR23108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 108'."
    ::= { classServsR23Entry  36 }

  classServsR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { classServsR23Entry  37 }

  classServsR23AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { classServsR23Entry  38 }

  classServsR23AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { classServsR23Entry  39 }

  classServsR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { classServsR23Entry  40 }

  classServsR23AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { classServsR23Entry  41 }

  classServsR23RACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Access to Call Forwarding'."
    ::= { classServsR23Entry  42 }

  classServsR23LastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure'."
    ::= { classServsR23Entry  43 }

  classServsR23MandAccCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Mandatory Account Codes'."
    ::= { classServsR23Entry  45 }

  classServsR23ANITestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI Test Service'."
    ::= { classServsR23Entry  46 }

  classServsR23HIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom'."
    ::= { classServsR23Entry  47 }

  classServsR23CPU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Pickup'."
    ::= { classServsR23Entry  48 }

  classServsR23DPUNoBargeIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directed Pickup (no barge-in)'."
    ::= { classServsR23Entry  49 }

  classServsR23OPX OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Premises Extension'."
    ::= { classServsR23Entry  50 }

  classServsR23TeenServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service'."
    ::= { classServsR23Entry  51 }

  classServsR23AppServerOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Originating Service'."
    ::= { classServsR23Entry  52 }

  classServsR23AppServerTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Terminating Service'."
    ::= { classServsR23Entry  53 }

  classServsR23DoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb'."
    ::= { classServsR23Entry  54 }

  classServsR23CallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold'."
    ::= { classServsR23Entry  55 }

  classServsR23ClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP'."
    ::= { classServsR23Entry  56 }

  classServsR23TestLine100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 100'."
    ::= { classServsR23Entry  57 }

  classServsR23TestLine101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 101'."
    ::= { classServsR23Entry  58 }

  classServsR23TestLine105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test Line 105'."
    ::= { classServsR23Entry  59 }

  classServsR23CallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists'."
    ::= { classServsR23Entry  60 }

  classServsR23FMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me'."
    ::= { classServsR23Entry  61 }

  classServsR23OHDTrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Off-Hook Delay Subscriber Trigger'."
    ::= { classServsR23Entry  63 }

  classServsR23TATrigger OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Termination Attempt Trigger'."
    ::= { classServsR23Entry  64 }

  classServsR23LSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring'."
    ::= { classServsR23Entry  65 }

  classServsR23WarmHotLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Warm / Hot Line'."
    ::= { classServsR23Entry  66 }

  classServsR23AppServerMOHServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Music On Hold Service'."
    ::= { classServsR23Entry  67 }

  classServsR23CallPark OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Park'."
    ::= { classServsR23Entry  68 }

  classServsR23ClgNameDlvryQueryHandling OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling'."
    ::= { classServsR23Entry  69 }

  classServsR23SDPCommPortal OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'EAS CommPortal'."
    ::= { classServsR23Entry  70 }

  classServsR23CallServsConnectedNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Number Delivery'."
    ::= { classServsR23Entry  71 }

  classServsR23ConnectedLineIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Line ID Presentation'."
    ::= { classServsR23Entry  72 }

  classServsR23ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { classServsR23Entry  73 }

  classServsR23UnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable Call Forwarding'."
    ::= { classServsR23Entry  74 }

  classServsR23Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   telcordia(1),
                   eTSI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    DEFVAL       { telcordia }
    ::= { classServsR23Entry  75 }

  classServsR23LongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert'."
    ::= { classServsR23Entry  76 }

  classServsR23ConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery'."
    ::= { classServsR23Entry  77 }

  classServsR23TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { classServsR23Entry  78 }

  classServsR23TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { classServsR23Entry  79 }

  classServsR23TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { classServsR23Entry  80 }

  classServsR23TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { classServsR23Entry  81 }

  classServsR23BCM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notDeployed(1),
                   deployed(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Call Manager'."
    ::= { classServsR23Entry  82 }

  classServsR23ASRecSrv OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server - Recording Service'."
    ::= { classServsR23Entry  83 }

  classServsR23ICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery'."
    ::= { classServsR23Entry  84 }

  classServsR23OCN OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Call Notifications'."
    ::= { classServsR23Entry  85 }

  classServsR23AnnounceOnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement on Hold'."
    ::= { classServsR23Entry  86 }

  classServsR23RCL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirected call limits'."
    ::= { classServsR23Entry  87 }

  classServsR23ECB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enhanced Call Barring'."
    ::= { classServsR23Entry  88 }

  classServsR23SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Barring'."
    ::= { classServsR23Entry  89 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rPSActionR30Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2616 }

  rPSActionR30Entry OBJECT-TYPE
    SYNTAX       RPSActionR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR30NEConn,
             rPSActionR30NetwkElement,
             rPSActionR30CFSIx,
             rPSActionR30CfgSetIx,
             rPSActionR30RtgTblIx,
             rPSActionR30RtgActionIx }
    ::= {  rPSActionR30Table  1  }

  RPSActionR30Entry  ::=  SEQUENCE
  {
    rPSActionR30NEConn                 Unsigned32,
    rPSActionR30NetwkElement           DisplayString,
    rPSActionR30CFSIx                  Unsigned32,
    rPSActionR30CfgSetIx               Unsigned32,
    rPSActionR30RtgTblIx               Unsigned32,
    rPSActionR30RtgActionIx            Unsigned32,
    rPSActionR30AddrType               INTEGER,
    rPSActionR30AddrScope              INTEGER,
    rPSActionR30WildcardAddrType       INTEGER,
    rPSActionR30WildcardAddr           DisplayString,
    rPSActionR30TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR30WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR30ActionProbability      Unsigned32,
    rPSActionR30Action                 INTEGER,
    rPSActionR30T1I1MediaChanNEConn    Unsigned32,
    rPSActionR30T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR30T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR30T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR30T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR30T2I1MediaChanNEConn    Unsigned32,
    rPSActionR30T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR30T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR30T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR30T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR30I1NextTblNEConn        Unsigned32,
    rPSActionR30I2NextTblNetwkElement  DisplayString,
    rPSActionR30I3NextTblCFSIx         Unsigned32,
    rPSActionR30I4NextTblCfgSetIx      Unsigned32,
    rPSActionR30I5NextTblRtgTblIx      Unsigned32,
    rPSActionR30ActionUnavailInterval  Unsigned32,
    rPSActionR30T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR30AllowAAR               INTEGER,
    rPSActionR30AllowARR               INTEGER,
    rPSActionR30RtgControlIndicator    INTEGER,
    rPSActionR30CircCode               INTEGER,
    rPSActionR30MFTandemRtgCode        INTEGER,
    rPSActionR30MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR30MFIntnatlOprRtgCode    INTEGER,
    rPSActionR30MaxChanUsage           Unsigned32,
    rPSActionR30CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR30CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR30RowStatus              RowStatus,
    rPSActionR30OptionalAttrsToSet     BITS,
    rPSActionR30AlrmState              INTEGER,
    rPSActionR30AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR30AlrmEvtsAtndDp         Integer32,
    rPSActionR30AlrmStateTimestamp     Unsigned32,
    rPSActionR30AlrmResetTimestamp     Unsigned32,
    rPSActionR30TimeRtgPrecedence      Unsigned32,
    rPSActionR30TimeRtgMinYear         Unsigned32,
    rPSActionR30TimeRtgMinMonth        Unsigned32,
    rPSActionR30TimeRtgMinDay          Unsigned32,
    rPSActionR30TimeRtgMaxYear         Unsigned32,
    rPSActionR30TimeRtgMaxMonth        Unsigned32,
    rPSActionR30TimeRtgMaxDay          Unsigned32,
    rPSActionR30TimeRtgMinDayWeek      INTEGER,
    rPSActionR30TimeRtgMinHr           Unsigned32,
    rPSActionR30TimeRtgMinMin          Unsigned32,
    rPSActionR30TimeRtgMaxDayWeek      INTEGER,
    rPSActionR30TimeRtgMaxHr           Unsigned32,
    rPSActionR30TimeRtgMaxMin          Unsigned32,
    rPSActionR30SubRtgAttrs            BITS,
    rPSActionR30NumAction              DisplayString,
    rPSActionR30Desc                   DisplayString,
    rPSActionR30AttrValOprCallMatch    INTEGER,
    rPSActionR30AttrValOprCall         INTEGER,
    rPSActionR30AttrValSubGpMatch      INTEGER,
    rPSActionR30T3I1MediaChanNEConn    Unsigned32,
    rPSActionR30T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR30T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR30T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR30I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR30I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR30I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR30I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR30AttrValANIIIDigits     Unsigned32,
    rPSActionR30AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR30AttrValDialedPrefix    INTEGER,
    rPSActionR30AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR30AttrValDialingPattn    INTEGER,
    rPSActionR30AttrValUsrDef1Match    INTEGER,
    rPSActionR30AttrValUsrDef1         Unsigned32,
    rPSActionR30AttrValUsrDef2Match    INTEGER,
    rPSActionR30AttrValUsrDef2         Unsigned32,
    rPSActionR30AttrValUsrDef3Match    INTEGER,
    rPSActionR30AttrValUsrDef3         Unsigned32,
    rPSActionR30AttrValLCC1Match       INTEGER,
    rPSActionR30AttrValLCC1            Unsigned32,
    rPSActionR30AttrValLCC2Match       INTEGER,
    rPSActionR30AttrValLCC2            Unsigned32,
    rPSActionR30AttrValLCC3Match       INTEGER,
    rPSActionR30AttrValLCC3            Unsigned32,
    rPSActionR30AttrValLCC4Match       INTEGER,
    rPSActionR30AttrValLCC4            Unsigned32,
    rPSActionR30AttrValLCC5Match       INTEGER,
    rPSActionR30AttrValLCC5            Unsigned32,
    rPSActionR30AttrValUSCallTypeMatch INTEGER,
    rPSActionR30AttrValUSCallType      INTEGER,
    rPSActionR30AttrValUKCallTypeMatch INTEGER,
    rPSActionR30AttrValUKCallType      INTEGER,
    rPSActionR30AttrValCIPMatch        INTEGER,
    rPSActionR30AttrValCIP             Unsigned32,
    rPSActionR30AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR30InMediaType            INTEGER,
    rPSActionR30T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR30T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR30T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR30T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR30T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR30T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR30T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR30T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR30T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR30T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR30T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR30T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR30T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR30T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR30T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR30T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR30T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR30T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR30T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR30T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR30T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR30T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR30T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR30T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR30T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR30T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR30T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR30T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR30T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR30InMediaRemSigStack     INTEGER,
    rPSActionR30T4I1MediaChanNEConn    Unsigned32,
    rPSActionR30T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR30T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR30I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR30AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR30T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR30T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR30T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR30I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR30I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR30I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR30NumActCallPartyNumAct  DisplayString,
    rPSActionR30NumActChargeNumAct     DisplayString,
    rPSActionR30AttrValUsrDef4Match    INTEGER,
    rPSActionR30AttrValUsrDef4         Unsigned32,
    rPSActionR30AttrValUsrDef5Match    INTEGER,
    rPSActionR30AttrValUsrDef5         Unsigned32,
    rPSActionR30AttrValUsrDef6Match    INTEGER,
    rPSActionR30AttrValUsrDef6         Unsigned32,
    rPSActionR30AttrValUsrDef7Match    INTEGER,
    rPSActionR30AttrValUsrDef7         Unsigned32,
    rPSActionR30AttrValUsrDef8Match    INTEGER,
    rPSActionR30AttrValUsrDef8         Unsigned32,
    rPSActionR30AttrValUsrDef9Match    INTEGER,
    rPSActionR30AttrValUsrDef9         Unsigned32,
    rPSActionR30AttrValUsrDef10Match   INTEGER,
    rPSActionR30AttrValUsrDef10        Unsigned32,
    rPSActionR30AttrValUsrDef11Match   INTEGER,
    rPSActionR30AttrValUsrDef11        Unsigned32,
    rPSActionR30AttrValUsrDef12Match   INTEGER,
    rPSActionR30AttrValUsrDef12        Unsigned32,
    rPSActionR30AttrValUsrDef13Match   INTEGER,
    rPSActionR30AttrValUsrDef13        Unsigned32,
    rPSActionR30AttrValUsrDef14Match   INTEGER,
    rPSActionR30AttrValUsrDef14        Unsigned32,
    rPSActionR30AttrValUsrDef15Match   INTEGER,
    rPSActionR30AttrValUsrDef15        Unsigned32,
    rPSActionR30AttrValUsrDef16Match   INTEGER,
    rPSActionR30AttrValUsrDef16        Unsigned32,
    rPSActionR30AttrValUsrDef17Match   INTEGER,
    rPSActionR30AttrValUsrDef17        Unsigned32,
    rPSActionR30AttrValUsrDef18Match   INTEGER,
    rPSActionR30AttrValUsrDef18        Unsigned32,
    rPSActionR30AttrValUsrDef19Match   INTEGER,
    rPSActionR30AttrValUsrDef19        Unsigned32,
    rPSActionR30AttrValUsrDef20Match   INTEGER,
    rPSActionR30AttrValUsrDef20        Unsigned32,
    rPSActionR30AttrValLCC6Match       INTEGER,
    rPSActionR30AttrValLCC6            Unsigned32,
    rPSActionR30AttrValLCC7Match       INTEGER,
    rPSActionR30AttrValLCC7            Unsigned32,
    rPSActionR30AttrValLCC8Match       INTEGER,
    rPSActionR30AttrValLCC8            Unsigned32,
    rPSActionR30AttrValLCC9Match       INTEGER,
    rPSActionR30AttrValLCC9            Unsigned32,
    rPSActionR30AttrValLCC10Match      INTEGER,
    rPSActionR30AttrValLCC10           Unsigned32,
    rPSActionR30AttrValLCC11Match      INTEGER,
    rPSActionR30AttrValLCC11           Unsigned32,
    rPSActionR30AttrValLCC12Match      INTEGER,
    rPSActionR30AttrValLCC12           Unsigned32,
    rPSActionR30AttrValLCC13Match      INTEGER,
    rPSActionR30AttrValLCC13           Unsigned32,
    rPSActionR30AttrValLCC14Match      INTEGER,
    rPSActionR30AttrValLCC14           Unsigned32,
    rPSActionR30AttrValLCC15Match      INTEGER,
    rPSActionR30AttrValLCC15           Unsigned32,
    rPSActionR30AttrValLCC16Match      INTEGER,
    rPSActionR30AttrValLCC16           Unsigned32,
    rPSActionR30AttrValLCC17Match      INTEGER,
    rPSActionR30AttrValLCC17           Unsigned32,
    rPSActionR30AttrValLCC18Match      INTEGER,
    rPSActionR30AttrValLCC18           Unsigned32,
    rPSActionR30AttrValLCC19Match      INTEGER,
    rPSActionR30AttrValLCC19           Unsigned32,
    rPSActionR30AttrValLCC20Match      INTEGER,
    rPSActionR30AttrValLCC20           Unsigned32,
    rPSActionR30AttrValESAStatusMatch  INTEGER,
    rPSActionR30I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR30I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR30I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR30I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR30MaxCallDurn            Unsigned32,
    rPSActionR30InReleaseCauseMatch    INTEGER,
    rPSActionR30InReleaseCause         INTEGER,
    rPSActionR30OutQ850ReleaseCause    INTEGER,
    rPSActionR30BearerCapabilityMatch  INTEGER,
    rPSActionR30BearerCapability       BITS,
    rPSActionR30AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR30AttrValPriorityCall    INTEGER,
    rPSActionR30AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR30AttrValNetWdBGID       Unsigned32,
    rPSActionR30AttrValBGLnPrivMatch   INTEGER,
    rPSActionR30AttrValBGLnPriv        Unsigned32,
    rPSActionR30AttrValISwIBGCallMatch INTEGER,
    rPSActionR30AttrValISwIBGCall      INTEGER,
    rPSActionR30AttrValOTGpIDMatch     INTEGER,
    rPSActionR30AttrValOTGpID          DisplayString,
    rPSActionR30AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR30AttrValOrigTrCxt       DisplayString,
    rPSActionR30AttrValDTGpIDMatch     INTEGER,
    rPSActionR30AttrValDTGpID          DisplayString,
    rPSActionR30AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR30AttrValDestTrnkCxt     DisplayString,
    rPSActionR30OverrideCldAddrScope   INTEGER,
    rPSActionR30RequestCNAMDip         INTEGER,
    rPSActionR30T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR30T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR30T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR30DestTrnkGpID           DisplayString,
    rPSActionR30DestTrnkCxt            DisplayString,
    rPSActionR30GenericMatchType       INTEGER,
    rPSActionR30ClgPartyCats           BITS,
    rPSActionR30LowerPropDly           Unsigned32,
    rPSActionR30UpperPropDly           Unsigned32,
    rPSActionR30SatelliteInd           Unsigned32,
    rPSActionR30IsupPreference         BITS,
    rPSActionR30GermanNukkFsrMatchType INTEGER,
    rPSActionR30GermanNukkFsrInd       Unsigned32,
    rPSActionR30GermanNukkFszMatchType INTEGER,
    rPSActionR30GermanNukkFszInd       Unsigned32,
    rPSActionR30GermanNukkIcrMatchType INTEGER,
    rPSActionR30GermanNukkIcrInd       Unsigned32,
    rPSActionR30GermanNukkNcrMatchType INTEGER,
    rPSActionR30GermanNukkNcrInd       Unsigned32,
    rPSActionR30GermanNukkCnbMatchType INTEGER,
    rPSActionR30GermanNukkCnbInd       Unsigned32,
    rPSActionR30GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR30GermanNukkCustId       Unsigned32,
    rPSActionR30GermanNukkServMatchType
                                       INTEGER,
    rPSActionR30GermanNukkServ         Unsigned32,
    rPSActionR30GermanNsspFsmMatchType INTEGER,
    rPSActionR30GermanNsspFsmInd       Unsigned32,
    rPSActionR30GermanNsspNpfMatchType INTEGER,
    rPSActionR30GermanNsspNpfInd       Unsigned32,
    rPSActionR30GermanNsspTiMatchType  INTEGER,
    rPSActionR30GermanNsspTransitInd   Unsigned32,
    rPSActionR30GermanNsspServMatchType
                                       INTEGER,
    rPSActionR30GermanNsspServ         Unsigned32,
    rPSActionR30ENUMSuffix             DisplayString,
    rPSActionR30ENUMServers            DisplayString,
    rPSActionR30RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR30CPCSpecificOther       DisplayString,
    rPSActionR30RouteLabel             DisplayString,
    rPSActionR30OverrideClgAddrScope   INTEGER,
    rPSActionR30AttrValSiteMatch       INTEGER,
    rPSActionR30I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR30NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR30OverrideISUPRetryScope INTEGER,
    rPSActionR30NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR30PresNumScopeUKOnly     INTEGER,
    rPSActionR30RecoveryFromLossRTP    INTEGER,
    rPSActionR30NumActionUDSA1Action   DisplayString,
    rPSActionR30NumActionUDSA2Action   DisplayString,
    rPSActionR30NumActionUDSA3Action   DisplayString,
    rPSActionR30NumActionUDSA4Action   DisplayString,
    rPSActionR30NumActionUDSA5Action   DisplayString,
    rPSActionR30NumActionUDSA6Action   DisplayString,
    rPSActionR30NumActionUDSA7Action   DisplayString,
    rPSActionR30NumActionUDSA8Action   DisplayString,
    rPSActionR30NumActionUDSA9Action   DisplayString,
    rPSActionR30NumActionUDSA10Action  DisplayString,
    rPSActionR30SignaledCallerIdScope  INTEGER,
    rPSActionR30SignaledCallerIdIncomplete
                                       INTEGER,
    rPSActionR30SignaledCallerIdNumPlanIndicator
                                       INTEGER,
    rPSActionR30SignaledCallerIdPresRestricted
                                       INTEGER,
    rPSActionR30SignaledCallerIdScreeningIndicator
                                       INTEGER,
    rPSActionR30AttrValCallTagsMatch   INTEGER,
    rPSActionR30AttrValCallTag         DisplayString
  }

  rPSActionR30NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR30Entry  1 }

  rPSActionR30NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR30Entry  2 }

  rPSActionR30CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR30Entry  3 }

  rPSActionR30CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR30Entry  4 }

  rPSActionR30RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR30Entry  5 }

  rPSActionR30RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR30Entry  6 }

  rPSActionR30AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR30Entry  7 }

  rPSActionR30AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR30Entry  8 }

  rPSActionR30WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR30Entry  9 }

  rPSActionR30WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR30Entry  10 }

  rPSActionR30TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR30Entry  11 }

  rPSActionR30WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  12 }

  rPSActionR30ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR30Entry  13 }

  rPSActionR30Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5),
                   routeBasedOnTGID(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR30Entry  14 }

  rPSActionR30T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  15 }

  rPSActionR30T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  16 }

  rPSActionR30T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  17 }

  rPSActionR30T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  18 }

  rPSActionR30T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  19 }

  rPSActionR30T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  20 }

  rPSActionR30T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  21 }

  rPSActionR30T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  22 }

  rPSActionR30T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  23 }

  rPSActionR30T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  24 }

  rPSActionR30T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  25 }

  rPSActionR30T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  26 }

  rPSActionR30I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR30Entry  27 }

  rPSActionR30I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR30Entry  28 }

  rPSActionR30I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR30Entry  29 }

  rPSActionR30I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR30Entry  30 }

  rPSActionR30I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR30Entry  31 }

  rPSActionR30ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR30Entry  32 }

  rPSActionR30T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  33 }

  rPSActionR30T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  34 }

  rPSActionR30AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR30Entry  35 }

  rPSActionR30AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR30Entry  36 }

  rPSActionR30RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR30Entry  37 }

  rPSActionR30CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR30Entry  38 }

  rPSActionR30MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR30Entry  39 }

  rPSActionR30MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR30Entry  40 }

  rPSActionR30MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR30Entry  41 }

  rPSActionR30MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR30Entry  42 }

  rPSActionR30CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR30Entry  43 }

  rPSActionR30CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR30Entry  44 }

  rPSActionR30RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR30Entry  50 }

  rPSActionR30OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18),
                   recoveryFromLossOfRTP(19),
                   signaledCallerIDScope(20),
                   signaledCallerIDIncomplete(21),
                   signaledCallerIDNumberPlanIndicator(22),
                   signaledCallerIDPresentationRestricted(23),
                   signaledCallerIDScreeningIndicator(24)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR30Entry  51 }

  rPSActionR30AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR30Entry  52 }

  rPSActionR30AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR30Entry  53 }

  rPSActionR30AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR30Entry  54 }

  rPSActionR30AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR30Entry  55 }

  rPSActionR30AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR30Entry  56 }

  rPSActionR30TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR30Entry  57 }

  rPSActionR30TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR30Entry  58 }

  rPSActionR30TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR30Entry  59 }

  rPSActionR30TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR30Entry  60 }

  rPSActionR30TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR30Entry  61 }

  rPSActionR30TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR30Entry  62 }

  rPSActionR30TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR30Entry  63 }

  rPSActionR30TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR30Entry  64 }

  rPSActionR30TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR30Entry  65 }

  rPSActionR30TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR30Entry  66 }

  rPSActionR30TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR30Entry  67 }

  rPSActionR30TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR30Entry  68 }

  rPSActionR30TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR30Entry  69 }

  rPSActionR30SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR30Entry  71 }

  rPSActionR30NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR30Entry  83 }

  rPSActionR30Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR30Entry  104 }

  rPSActionR30AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  105 }

  rPSActionR30AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR30Entry  106 }

  rPSActionR30AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  107 }

  rPSActionR30T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  110 }

  rPSActionR30T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  111 }

  rPSActionR30T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  112 }

  rPSActionR30T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  113 }

  rPSActionR30T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  114 }

  rPSActionR30I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR30Entry  115 }

  rPSActionR30I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR30Entry  116 }

  rPSActionR30I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR30Entry  117 }

  rPSActionR30I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR30Entry  118 }

  rPSActionR30AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  119 }

  rPSActionR30AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  120 }

  rPSActionR30AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR30Entry  121 }

  rPSActionR30AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  122 }

  rPSActionR30AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR30Entry  123 }

  rPSActionR30AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  124 }

  rPSActionR30AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR30Entry  125 }

  rPSActionR30AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  126 }

  rPSActionR30AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR30Entry  127 }

  rPSActionR30AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  128 }

  rPSActionR30AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR30Entry  129 }

  rPSActionR30AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  130 }

  rPSActionR30AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR30Entry  131 }

  rPSActionR30AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  132 }

  rPSActionR30AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR30Entry  133 }

  rPSActionR30AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  134 }

  rPSActionR30AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR30Entry  135 }

  rPSActionR30AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  136 }

  rPSActionR30AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR30Entry  137 }

  rPSActionR30AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  138 }

  rPSActionR30AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR30Entry  139 }

  rPSActionR30AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  140 }

  rPSActionR30AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR30Entry  141 }

  rPSActionR30AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  142 }

  rPSActionR30AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR30Entry  143 }

  rPSActionR30AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  144 }

  rPSActionR30AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  145 }

  rPSActionR30AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  146 }

  rPSActionR30InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR30Entry  147 }

  rPSActionR30T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR30Entry  148 }

  rPSActionR30T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR30Entry  149 }

  rPSActionR30T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR30Entry  150 }

  rPSActionR30T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR30Entry  151 }

  rPSActionR30T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR30Entry  152 }

  rPSActionR30T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR30Entry  153 }

  rPSActionR30T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR30Entry  154 }

  rPSActionR30T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR30Entry  155 }

  rPSActionR30T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR30Entry  156 }

  rPSActionR30T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR30Entry  157 }

  rPSActionR30T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  158 }

  rPSActionR30T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  159 }

  rPSActionR30T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  160 }

  rPSActionR30T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  161 }

  rPSActionR30T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  162 }

  rPSActionR30T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR30Entry  163 }

  rPSActionR30T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  164 }

  rPSActionR30T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  165 }

  rPSActionR30T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  166 }

  rPSActionR30T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  167 }

  rPSActionR30T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  168 }

  rPSActionR30T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR30Entry  169 }

  rPSActionR30T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  170 }

  rPSActionR30T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  171 }

  rPSActionR30T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  172 }

  rPSActionR30T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  173 }

  rPSActionR30T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR30Entry  174 }

  rPSActionR30T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  175 }

  rPSActionR30T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  176 }

  rPSActionR30T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  177 }

  rPSActionR30T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  178 }

  rPSActionR30T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  179 }

  rPSActionR30InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR30Entry  180 }

  rPSActionR30T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  181 }

  rPSActionR30T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  182 }

  rPSActionR30T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR30Entry  183 }

  rPSActionR30I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR30Entry  184 }

  rPSActionR30AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  185 }

  rPSActionR30T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR30Entry  186 }

  rPSActionR30T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR30Entry  187 }

  rPSActionR30T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR30Entry  188 }

  rPSActionR30I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR30Entry  189 }

  rPSActionR30I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR30Entry  190 }

  rPSActionR30I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR30Entry  191 }

  rPSActionR30NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR30Entry  193 }

  rPSActionR30NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR30Entry  194 }

  rPSActionR30AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  195 }

  rPSActionR30AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR30Entry  196 }

  rPSActionR30AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  197 }

  rPSActionR30AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR30Entry  198 }

  rPSActionR30AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  199 }

  rPSActionR30AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR30Entry  200 }

  rPSActionR30AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  201 }

  rPSActionR30AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR30Entry  202 }

  rPSActionR30AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  203 }

  rPSActionR30AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR30Entry  204 }

  rPSActionR30AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  205 }

  rPSActionR30AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR30Entry  206 }

  rPSActionR30AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  207 }

  rPSActionR30AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR30Entry  208 }

  rPSActionR30AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  209 }

  rPSActionR30AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR30Entry  210 }

  rPSActionR30AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  211 }

  rPSActionR30AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR30Entry  212 }

  rPSActionR30AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  213 }

  rPSActionR30AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR30Entry  214 }

  rPSActionR30AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  215 }

  rPSActionR30AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR30Entry  216 }

  rPSActionR30AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  217 }

  rPSActionR30AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR30Entry  218 }

  rPSActionR30AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  219 }

  rPSActionR30AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR30Entry  220 }

  rPSActionR30AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  221 }

  rPSActionR30AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR30Entry  222 }

  rPSActionR30AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  223 }

  rPSActionR30AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR30Entry  224 }

  rPSActionR30AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  225 }

  rPSActionR30AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR30Entry  226 }

  rPSActionR30AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  227 }

  rPSActionR30AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR30Entry  228 }

  rPSActionR30AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  229 }

  rPSActionR30AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR30Entry  230 }

  rPSActionR30AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  231 }

  rPSActionR30AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR30Entry  232 }

  rPSActionR30AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  233 }

  rPSActionR30AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR30Entry  234 }

  rPSActionR30AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  235 }

  rPSActionR30AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR30Entry  236 }

  rPSActionR30AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  237 }

  rPSActionR30AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR30Entry  238 }

  rPSActionR30AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  239 }

  rPSActionR30AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR30Entry  240 }

  rPSActionR30AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  241 }

  rPSActionR30AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR30Entry  242 }

  rPSActionR30AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  243 }

  rPSActionR30AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR30Entry  244 }

  rPSActionR30AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  245 }

  rPSActionR30AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR30Entry  246 }

  rPSActionR30AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  247 }

  rPSActionR30AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR30Entry  248 }

  rPSActionR30AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  249 }

  rPSActionR30AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR30Entry  250 }

  rPSActionR30AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  251 }

  rPSActionR30AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR30Entry  252 }

  rPSActionR30AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  253 }

  rPSActionR30AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR30Entry  254 }

  rPSActionR30AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  255 }

  rPSActionR30AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR30Entry  256 }

  rPSActionR30AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  257 }

  rPSActionR30AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR30Entry  258 }

  rPSActionR30AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR30Entry  259 }

  rPSActionR30I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR30Entry  260 }

  rPSActionR30I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR30Entry  261 }

  rPSActionR30I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR30Entry  262 }

  rPSActionR30I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR30Entry  263 }

  rPSActionR30MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR30Entry  264 }

  rPSActionR30InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4),
                   anyQ850ReleaseCauseIfPresent(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR30Entry  265 }

  rPSActionR30InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR30Entry  266 }

  rPSActionR30OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR30Entry  268 }

  rPSActionR30BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  269 }

  rPSActionR30BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR30Entry  270 }

  rPSActionR30AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  271 }

  rPSActionR30AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR30Entry  272 }

  rPSActionR30AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  273 }

  rPSActionR30AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR30Entry  274 }

  rPSActionR30AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  275 }

  rPSActionR30AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR30Entry  276 }

  rPSActionR30AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR30Entry  277 }

  rPSActionR30AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR30Entry  278 }

  rPSActionR30AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  279 }

  rPSActionR30AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR30Entry  280 }

  rPSActionR30AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  281 }

  rPSActionR30AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR30Entry  282 }

  rPSActionR30AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  283 }

  rPSActionR30AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR30Entry  284 }

  rPSActionR30AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  285 }

  rPSActionR30AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR30Entry  286 }

  rPSActionR30OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR30Entry  287 }

  rPSActionR30RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkToTrunkCalls(1),
                   noCalls(2),
                   allCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { noCalls }
    ::= { rPSActionR30Entry  288 }

  rPSActionR30T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR30Entry  289 }

  rPSActionR30T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR30Entry  290 }

  rPSActionR30T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR30Entry  291 }

  rPSActionR30DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR30Entry  292 }

  rPSActionR30DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR30Entry  293 }

  rPSActionR30GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR30Entry  294 }

  rPSActionR30ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR30Entry  295 }

  rPSActionR30LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  296 }

  rPSActionR30UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR30Entry  297 }

  rPSActionR30SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  298 }

  rPSActionR30IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR30Entry  299 }

  rPSActionR30GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  300 }

  rPSActionR30GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  301 }

  rPSActionR30GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  302 }

  rPSActionR30GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  303 }

  rPSActionR30GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  304 }

  rPSActionR30GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  305 }

  rPSActionR30GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  306 }

  rPSActionR30GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  307 }

  rPSActionR30GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  308 }

  rPSActionR30GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  309 }

  rPSActionR30GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  310 }

  rPSActionR30GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  311 }

  rPSActionR30GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  312 }

  rPSActionR30GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  313 }

  rPSActionR30GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  314 }

  rPSActionR30GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  315 }

  rPSActionR30GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  316 }

  rPSActionR30GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  317 }

  rPSActionR30GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  318 }

  rPSActionR30GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  319 }

  rPSActionR30GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR30Entry  320 }

  rPSActionR30GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR30Entry  321 }

  rPSActionR30ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR30Entry  322 }

  rPSActionR30ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR30Entry  323 }

  rPSActionR30RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR30Entry  324 }

  rPSActionR30CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR30Entry  325 }

  rPSActionR30RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR30Entry  326 }

  rPSActionR30OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR30Entry  327 }

  rPSActionR30AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  328 }

  rPSActionR30I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR30Entry  329 }

  rPSActionR30NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR30Entry  331 }

  rPSActionR30OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR30Entry  332 }

  rPSActionR30NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR30Entry  333 }

  rPSActionR30PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR30Entry  334 }

  rPSActionR30RecoveryFromLossRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRTPLossDetection(0),
                   detectRTPLossAndFailCall(1),
                   detectRTPLossAndRetryCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recovery from loss of RTP'."
    DEFVAL       { noRTPLossDetection }
    ::= { rPSActionR30Entry  335 }

  rPSActionR30NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSActionR30Entry  336 }

  rPSActionR30NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSActionR30Entry  337 }

  rPSActionR30NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSActionR30Entry  338 }

  rPSActionR30NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSActionR30Entry  339 }

  rPSActionR30NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSActionR30Entry  340 }

  rPSActionR30NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSActionR30Entry  341 }

  rPSActionR30NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSActionR30Entry  342 }

  rPSActionR30NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSActionR30Entry  343 }

  rPSActionR30NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSActionR30Entry  344 }

  rPSActionR30NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSActionR30Entry  345 }

  rPSActionR30SignaledCallerIdScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR30Entry  346 }

  rPSActionR30SignaledCallerIdIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSActionR30Entry  347 }

  rPSActionR30SignaledCallerIdNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSActionR30Entry  348 }

  rPSActionR30SignaledCallerIdPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID presentation restricted'."
    DEFVAL       { presentationAllowed }
    ::= { rPSActionR30Entry  349 }

  rPSActionR30SignaledCallerIdScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSActionR30Entry  350 }

  rPSActionR30AttrValCallTagsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tags match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR30Entry  351 }

  rPSActionR30AttrValCallTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSActionR30Entry  352 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.5.10                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rPSNumVldnTableR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2622 }

  rPSNumVldnTableR22Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR22NEConn,
             rPSNumVldnTableR22NetwkElement,
             rPSNumVldnTableR22CFSIx,
             rPSNumVldnTableR22CfgSetIx,
             rPSNumVldnTableR22NumVldnTblIx }
    ::= {  rPSNumVldnTableR22Table  1  }

  RPSNumVldnTableR22Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR22NEConn           Unsigned32,
    rPSNumVldnTableR22NetwkElement     DisplayString,
    rPSNumVldnTableR22CFSIx            Unsigned32,
    rPSNumVldnTableR22CfgSetIx         Unsigned32,
    rPSNumVldnTableR22NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR22NumVldnTblName   DisplayString,
    rPSNumVldnTableR22SearchType       INTEGER,
    rPSNumVldnTableR22MatchAttr1       INTEGER,
    rPSNumVldnTableR22MatchAttr2       INTEGER,
    rPSNumVldnTableR22MatchAttr3       INTEGER,
    rPSNumVldnTableR22I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR22I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR22I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR22I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR22I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR22DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR22RowStatus        RowStatus,
    rPSNumVldnTableR22ExportCorr       Counter64,
    rPSNumVldnTableR22I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR22I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR22I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR22I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR22I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR22ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR22ExportStatus     DisplayString,
    rPSNumVldnTableR22ExportFile       DisplayString,
    rPSNumVldnTableR22DefMtchAct       INTEGER,
    rPSNumVldnTableR22ExportCorrNode   DisplayString,
    rPSNumVldnTableR22DoExtraActions   INTEGER,
    rPSNumVldnTableR22ExportCorrUID    DisplayString,
    rPSNumVldnTableR22AddrMatchType    INTEGER,
    rPSNumVldnTableR22TblType          INTEGER,
    rPSNumVldnTableR22Filename         DisplayString,
    rPSNumVldnTableR22FileLoadStatus   INTEGER,
    rPSNumVldnTableR22FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR22NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR22FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR22MemUsage         Unsigned32,
    rPSNumVldnTableR22OverrideHeader   DisplayString,
    rPSNumVldnTableR22ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR22I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR22I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR22I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR22I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR22I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR22FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR22ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR22ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR22Entry  1 }

  rPSNumVldnTableR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR22Entry  2 }

  rPSNumVldnTableR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR22Entry  3 }

  rPSNumVldnTableR22CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR22Entry  4 }

  rPSNumVldnTableR22NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR22Entry  5 }

  rPSNumVldnTableR22NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR22Entry  6 }

  rPSNumVldnTableR22SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR22Entry  7 }

  rPSNumVldnTableR22MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR22Entry  8 }

  rPSNumVldnTableR22MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR22Entry  9 }

  rPSNumVldnTableR22MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR22Entry  10 }

  rPSNumVldnTableR22I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR22Entry  11 }

  rPSNumVldnTableR22I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR22Entry  12 }

  rPSNumVldnTableR22I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR22Entry  13 }

  rPSNumVldnTableR22I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR22Entry  14 }

  rPSNumVldnTableR22I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR22Entry  15 }

  rPSNumVldnTableR22DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR22Entry  16 }

  rPSNumVldnTableR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR22Entry  17 }

  rPSNumVldnTableR22ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR22Entry  18 }

  rPSNumVldnTableR22I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  19 }

  rPSNumVldnTableR22I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  20 }

  rPSNumVldnTableR22I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  21 }

  rPSNumVldnTableR22I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  22 }

  rPSNumVldnTableR22I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  23 }

  rPSNumVldnTableR22ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR22Entry  24 }

  rPSNumVldnTableR22ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR22Entry  25 }

  rPSNumVldnTableR22ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR22Entry  26 }

  rPSNumVldnTableR22DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR22Entry  27 }

  rPSNumVldnTableR22ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR22Entry  28 }

  rPSNumVldnTableR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR22Entry  29 }

  rPSNumVldnTableR22ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR22Entry  30 }

  rPSNumVldnTableR22AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumberNorthAmericaOnly(6),
                   referredByNumber(7),
                   signaledCallerID(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR22Entry  31 }

  rPSNumVldnTableR22TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR22Entry  32 }

  rPSNumVldnTableR22Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR22Entry  33 }

  rPSNumVldnTableR22FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR22Entry  34 }

  rPSNumVldnTableR22FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR22Entry  35 }

  rPSNumVldnTableR22NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR22Entry  36 }

  rPSNumVldnTableR22FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR22Entry  37 }

  rPSNumVldnTableR22MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR22Entry  38 }

  rPSNumVldnTableR22OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR22Entry  39 }

  rPSNumVldnTableR22ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR22Entry  40 }

  rPSNumVldnTableR22I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  41 }

  rPSNumVldnTableR22I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  42 }

  rPSNumVldnTableR22I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  43 }

  rPSNumVldnTableR22I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  44 }

  rPSNumVldnTableR22I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR22Entry  45 }

  rPSNumVldnTableR22FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR22Entry  46 }

  rPSNumVldnTableR22ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR22Entry  47 }

  rPSNumVldnTableR22ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR22Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CX Servers Container'                                       */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  cXServersConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CXServersConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2623 }

  cXServersConEntry OBJECT-TYPE
    SYNTAX       CXServersConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cXServersConCXSrvrsContIx }
    ::= {  cXServersConTable  1  }

  CXServersConEntry  ::=  SEQUENCE
  {
    cXServersConCXSrvrsContIx          Integer32,
    cXServersConChldAlrmsAttnRq        Integer32,
    cXServersConSummaryChldAlrmState   INTEGER
  }

  cXServersConCXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CX Servers Container index'.
                  This is an index field."
    ::= { cXServersConEntry  1 }

  cXServersConChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cXServersConEntry  2 }

  cXServersConSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cXServersConEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CX Server Connection'                                       */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  cXServerConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CXServerConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'CX Servers Container'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2624 }

  cXServerConnEntry OBJECT-TYPE
    SYNTAX       CXServerConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cXServerConnCXSrvrsContIx,
             cXServerConnCXServerConnIx }
    ::= {  cXServerConnTable  1  }

  CXServerConnEntry  ::=  SEQUENCE
  {
    cXServerConnCXSrvrsContIx          Integer32,
    cXServerConnCXServerConnIx         Integer32,
    cXServerConnClusterName            DisplayString,
    cXServerConnIDRACIPAddr            DisplayString,
    cXServerConnIDRACCommunityString   DisplayString,
    cXServerConnESXiIPAddr             DisplayString,
    cXServerConnESXiCommunityString    DisplayString,
    cXServerConnAlrmState              INTEGER,
    cXServerConnChldAlrmsAttnRq        Integer32,
    cXServerConnSummaryChldAlrmState   INTEGER,
    cXServerConnRowStatus              RowStatus,
    cXServerConnOperStatus             OperStatus
  }

  cXServerConnCXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CX Servers Container index'.
                  This is an index field."
    ::= { cXServerConnEntry  1 }

  cXServerConnCXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CX Server Connection index'.
                  This is an index field."
    ::= { cXServerConnEntry  2 }

  cXServerConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster name'."
    ::= { cXServerConnEntry  3 }

  cXServerConnIDRACIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..39))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iDRAC - IP address'.
                  This field is only writable during create."
    ::= { cXServerConnEntry  4 }

  cXServerConnIDRACCommunityString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iDRAC - community string'."
    ::= { cXServerConnEntry  5 }

  cXServerConnESXiIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..39))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESXi - IP address'.
                  This field is only writable during create."
    ::= { cXServerConnEntry  6 }

  cXServerConnESXiCommunityString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESXi - community string'."
    ::= { cXServerConnEntry  7 }

  cXServerConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cXServerConnEntry  8 }

  cXServerConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cXServerConnEntry  9 }

  cXServerConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cXServerConnEntry  10 }

  cXServerConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cXServerConnEntry  11 }

  cXServerConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cXServerConnEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'CX Server'                                                  */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  cXServerTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CXServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'CX Server Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2625 }

  cXServerEntry OBJECT-TYPE
    SYNTAX       CXServerEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cXServerCXSrvrsContIx,
             cXServerCXServerConnIx }
    ::= {  cXServerTable  1  }

  CXServerEntry  ::=  SEQUENCE
  {
    cXServerCXSrvrsContIx              Integer32,
    cXServerCXServerConnIx             Integer32,
    cXServerServerName                 DisplayString,
    cXServerServerType                 DisplayString,
    cXServerESXiVersion                DisplayString,
    cXServerAlrmState                  INTEGER,
    cXServerDoExtraActions             INTEGER
  }

  cXServerCXSrvrsContIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CX Servers Container index'.
                  This is an index field."
    ::= { cXServerEntry  1 }

  cXServerCXServerConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CX Server Connection index'.
                  This is an index field."
    ::= { cXServerEntry  2 }

  cXServerServerName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server name'."
    ::= { cXServerEntry  3 }

  cXServerServerType OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'."
    ::= { cXServerEntry  4 }

  cXServerESXiVersion OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESXi version'."
    ::= { cXServerEntry  5 }

  cXServerAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cXServerEntry  6 }

  cXServerDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   goToIDRACWebInterface(1),
                   goToESXiWebInterface(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cXServerEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  cFSR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2626 }

  cFSR18Entry OBJECT-TYPE
    SYNTAX       CFSR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR18NEConn,
             cFSR18NetwkElement,
             cFSR18CFSIx }
    ::= {  cFSR18Table  1  }

  CFSR18Entry  ::=  SEQUENCE
  {
    cFSR18NEConn                       Unsigned32,
    cFSR18NetwkElement                 DisplayString,
    cFSR18CFSIx                        Unsigned32,
    cFSR18DeactivnMode                 INTEGER,
    cFSR18AlrmState                    INTEGER,
    cFSR18AlrmLogCorr                  Counter64,
    cFSR18AlrmEvtsAttnRq               Integer32,
    cFSR18AlrmStateTimestamp           Unsigned32,
    cFSR18AlrmResetTimestamp           Unsigned32,
    cFSR18CntrldMGsAlrmsAttnRq         Integer32,
    cFSR18CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR18CntrldMGsAlrmsAtndDp         Integer32,
    cFSR18CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR18SigAlrmsAttnRq               Integer32,
    cFSR18SigAlrmEvtsAttnRq            Integer32,
    cFSR18SigAlrmsAtndDp               Integer32,
    cFSR18SigAlrmEvtsAtndDp            Integer32,
    cFSR18BillAlrmsAttnRq              Integer32,
    cFSR18BillAlrmEvtsAttnRq           Integer32,
    cFSR18CallServsAlrmsAttnRq         Integer32,
    cFSR18CallServsAlrmEvtsAttnRq      Integer32,
    cFSR18CallServsAlrmsAtndDp         Integer32,
    cFSR18CallServsAlrmEvtsAtndDp      Integer32,
    cFSR18RPSAlrmsAttnRq               Integer32,
    cFSR18RPSAlrmEvtsAttnRq            Integer32,
    cFSR18RPSAlrmsAtndDp               Integer32,
    cFSR18RPSAlrmEvtsAtndDp            Integer32,
    cFSR18SubCfgAlrmsAttnRq            Integer32,
    cFSR18SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR18SubCfgAlrmsAtndDp            Integer32,
    cFSR18SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR18TotChldAlrmsAttnRq           Unsigned32,
    cFSR18TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR18TotChldAlrmsAtndDp           Unsigned32,
    cFSR18TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR18SummaryChldAlrmState         INTEGER,
    cFSR18DoExtraActions               INTEGER,
    cFSR18RowStatus                    RowStatus,
    cFSR18AdminStatus                  AdminStatus,
    cFSR18OperStatus                   OperStatus,
    cFSR18Timezone                     INTEGER,
    cFSR18AdjustDaylightSavings        INTEGER,
    cFSR18DaylightSavingsInForce       INTEGER,
    cFSR18MaxNumLineTrafficStudies     Unsigned32,
    cFSR18T38GloballySupported         INTEGER,
    cFSR18ImportCnt                    Integer32,
    cFSR18ImportStatus                 DisplayString,
    cFSR18ImportMode                   INTEGER,
    cFSR18ImportFile                   DisplayString,
    cFSR18ImportCorr                   Counter64,
    cFSR18ImportCorrNode               DisplayString,
    cFSR18ImportCorrUID                DisplayString,
    cFSR18StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR18DefAnnounceLocale            INTEGER,
    cFSR18StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR18StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR18StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR18StatisticsAlrms              Integer32,
    cFSR18ChldStatisticsAlrms          Integer32,
    cFSR18SecondDefAnnounceLocale      INTEGER,
    cFSR18SysTimezone                  LongDisplayString,
    cFSR18SubTimezones                 LongDisplayString,
    cFSR18StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR18StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR18StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR18StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR18StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR18StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR18MRSAlrmsAttnRq               Integer32,
    cFSR18MRSAlrmEvtsAttnRq            Integer32,
    cFSR18CFSRole                      INTEGER,
    cFSR18SupportedLocales             LongDisplayString,
    cFSR18LineCfgAlrmsAttnRq           Integer32,
    cFSR18LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR18LineCfgAlrmsAtndDp           Integer32,
    cFSR18LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR18DefMediaType                 INTEGER,
    cFSR18EmgncyCallsCnt               Unsigned32,
    cFSR18EmgncyCallsDetails           LongDisplayString,
    cFSR18PublishMLHGStatus            INTEGER,
    cFSR18GatewayCtrlerRole            INTEGER,
    cFSR18EmgncyCallEquivalence        INTEGER,
    cFSR18AllowOverrideOrigingNumInBgCallLogs
                                       INTEGER,
    cFSR18TreatBGMembersCallsWithFullDNAsIntraBGDef
                                       INTEGER,
    cFSR18TwoStgDelBGsCoolingOff       INTEGER,
    cFSR18TwoStgDelBGsCoolingOffPeriod Unsigned32,
    cFSR18TwoStgDelBGsRecentlyAddedCfg INTEGER,
    cFSR18TwoStgDelBGsRecentAdditionDeletionPeriod
                                       Unsigned32,
    cFSR18RgnSpcFeatRegion             INTEGER,
    cFSR18RgnSpcFeatSuppCarrIdABNP     INTEGER,
    cFSR18RgnSpcFeatSuppCliinHkNetwks  INTEGER,
    cFSR18RgnSpcFeatLngDistDspName     DisplayString,
    cFSR18RgnSpcFeatLngDistUri         LongDisplayString,
    cFSR18RgnSpcFeatOutAreaDspName     DisplayString,
    cFSR18RgnSpcFeatOutAreaUri         LongDisplayString
  }

  cFSR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR18Entry  1 }

  cFSR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR18Entry  2 }

  cFSR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR18Entry  3 }

  cFSR18DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR18Entry  4 }

  cFSR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR18Entry  5 }

  cFSR18AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR18Entry  6 }

  cFSR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  7 }

  cFSR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR18Entry  8 }

  cFSR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR18Entry  9 }

  cFSR18CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR18Entry  10 }

  cFSR18CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  11 }

  cFSR18CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR18Entry  12 }

  cFSR18CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  13 }

  cFSR18SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR18Entry  14 }

  cFSR18SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  15 }

  cFSR18SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR18Entry  16 }

  cFSR18SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  17 }

  cFSR18BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR18Entry  18 }

  cFSR18BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  19 }

  cFSR18CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR18Entry  20 }

  cFSR18CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  21 }

  cFSR18CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR18Entry  22 }

  cFSR18CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  23 }

  cFSR18RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR18Entry  24 }

  cFSR18RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  25 }

  cFSR18RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR18Entry  26 }

  cFSR18RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  27 }

  cFSR18SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR18Entry  28 }

  cFSR18SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  29 }

  cFSR18SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR18Entry  30 }

  cFSR18SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  31 }

  cFSR18TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR18Entry  32 }

  cFSR18TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR18Entry  33 }

  cFSR18TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR18Entry  34 }

  cFSR18TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR18Entry  35 }

  cFSR18SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR18Entry  36 }

  cFSR18DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR18Entry  37 }

  cFSR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR18Entry  38 }

  cFSR18AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR18Entry  39 }

  cFSR18OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR18Entry  40 }

  cFSR18Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR18Entry  41 }

  cFSR18AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR18Entry  42 }

  cFSR18DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR18Entry  43 }

  cFSR18MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR18Entry  44 }

  cFSR18T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR18Entry  45 }

  cFSR18ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR18Entry  47 }

  cFSR18ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR18Entry  48 }

  cFSR18ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR18Entry  49 }

  cFSR18ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR18Entry  50 }

  cFSR18ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR18Entry  51 }

  cFSR18ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR18Entry  52 }

  cFSR18ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR18Entry  53 }

  cFSR18StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR18Entry  54 }

  cFSR18DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR18Entry  55 }

  cFSR18StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR18Entry  56 }

  cFSR18StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR18Entry  57 }

  cFSR18StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR18Entry  58 }

  cFSR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR18Entry  59 }

  cFSR18ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR18Entry  60 }

  cFSR18SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR18Entry  61 }

  cFSR18SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR18Entry  62 }

  cFSR18SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR18Entry  63 }

  cFSR18StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR18Entry  64 }

  cFSR18StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR18Entry  65 }

  cFSR18StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR18Entry  66 }

  cFSR18StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR18Entry  67 }

  cFSR18StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR18Entry  68 }

  cFSR18StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR18Entry  69 }

  cFSR18MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR18Entry  70 }

  cFSR18MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  71 }

  cFSR18CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR18Entry  72 }

  cFSR18SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR18Entry  73 }

  cFSR18LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR18Entry  74 }

  cFSR18LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  75 }

  cFSR18LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR18Entry  76 }

  cFSR18LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR18Entry  77 }

  cFSR18DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR18Entry  78 }

  cFSR18EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR18Entry  79 }

  cFSR18EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR18Entry  80 }

  cFSR18PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR18Entry  81 }

  cFSR18GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR18Entry  82 }

  cFSR18EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR18Entry  83 }

  cFSR18AllowOverrideOrigingNumInBgCallLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of originating number in BG call logs'."
    DEFVAL       { false }
    ::= { cFSR18Entry  85 }

  cFSR18TreatBGMembersCallsWithFullDNAsIntraBGDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat calls between BG members dialed with full DN as intra-BG - default'."
    DEFVAL       { true }
    ::= { cFSR18Entry  86 }

  cFSR18TwoStgDelBGsCoolingOff OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off'."
    DEFVAL       { disabled }
    ::= { cFSR18Entry  87 }

  cFSR18TwoStgDelBGsCoolingOffPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..672 )
    UNITS        "hours"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off period'."
    DEFVAL       { 1 }
    ::= { cFSR18Entry  88 }

  cFSR18TwoStgDelBGsRecentlyAddedCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion of recently added configuration'."
    DEFVAL       { disabled }
    ::= { cFSR18Entry  89 }

  cFSR18TwoStgDelBGsRecentAdditionDeletionPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - recent addition deletion period'."
    DEFVAL       { 1 }
    ::= { cFSR18Entry  90 }

  cFSR18RgnSpcFeatRegion OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   hongKong(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Region Specific Features - Region'."
    DEFVAL       { none }
    ::= { cFSR18Entry  91 }

  cFSR18RgnSpcFeatSuppCarrIdABNP OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support carrier identifier (ABNP)'."
    DEFVAL       { false }
    ::= { cFSR18Entry  92 }

  cFSR18RgnSpcFeatSuppCliinHkNetwks OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support CLI in HK networks'."
    DEFVAL       { false }
    ::= { cFSR18Entry  93 }

  cFSR18RgnSpcFeatLngDistDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance display name'."
    ::= { cFSR18Entry  94 }

  cFSR18RgnSpcFeatLngDistUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance URI'."
    ::= { cFSR18Entry  95 }

  cFSR18RgnSpcFeatOutAreaDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area display name'."
    ::= { cFSR18Entry  96 }

  cFSR18RgnSpcFeatOutAreaUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area URI'."
    ::= { cFSR18Entry  97 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  cfgSIPBindR24Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2627 }

  cfgSIPBindR24Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR24Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR24NEConn,
             cfgSIPBindR24NetwkElement,
             cfgSIPBindR24CFSIx,
             cfgSIPBindR24BindingIx }
    ::= {  cfgSIPBindR24Table  1  }

  CfgSIPBindR24Entry  ::=  SEQUENCE
  {
    cfgSIPBindR24NEConn                Unsigned32,
    cfgSIPBindR24NetwkElement          DisplayString,
    cfgSIPBindR24CFSIx                 Unsigned32,
    cfgSIPBindR24BindingIx             Unsigned32,
    cfgSIPBindR24Name                  DisplayString,
    cfgSIPBindR24CustInfo              DisplayString,
    cfgSIPBindR24CustInfo2             DisplayString,
    cfgSIPBindR24CustInfo3             DisplayString,
    cfgSIPBindR24CustInfo4             DisplayString,
    cfgSIPBindR24CustInfo5             DisplayString,
    cfgSIPBindR24CustInfo6             DisplayString,
    cfgSIPBindR24Usage                 INTEGER,
    cfgSIPBindR24UseDNIdentification   INTEGER,
    cfgSIPBindR24SIPAuthenticationReqd INTEGER,
    cfgSIPBindR24SIPUserName           DisplayString,
    cfgSIPBindR24SIPDomainName         DisplayString,
    cfgSIPBindR24NewSIPPassword        DisplayString,
    cfgSIPBindR24ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR24ContactIPAddr         DisplayString,
    cfgSIPBindR24ContactIPPort         Unsigned32,
    cfgSIPBindR24ProxyIPAddr           DisplayString,
    cfgSIPBindR24ProxyIPPort           Unsigned32,
    cfgSIPBindR24TransportProt         INTEGER,
    cfgSIPBindR24I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR24I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR24I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR24I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR24Trusted               INTEGER,
    cfgSIPBindR24UseStaticNATMapping   INTEGER,
    cfgSIPBindR24MaxCallAppearances    Unsigned32,
    cfgSIPBindR24AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR24ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR24ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR24DeactivnMode          INTEGER,
    cfgSIPBindR24LastCallFailCause     INTEGER,
    cfgSIPBindR24LastCallFailTimestamp Unsigned32,
    cfgSIPBindR24LastCallFailLogCorr   Counter64,
    cfgSIPBindR24DiagsLogLvl           INTEGER,
    cfgSIPBindR24DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR24DiagsAPITraceTag      DisplayString,
    cfgSIPBindR24ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR24ExportStatus          DisplayString,
    cfgSIPBindR24ExportFile            DisplayString,
    cfgSIPBindR24ExportCorr            Counter64,
    cfgSIPBindR24ExportCorrNode        DisplayString,
    cfgSIPBindR24ExportCorrUID         DisplayString,
    cfgSIPBindR24DoExtraActions        INTEGER,
    cfgSIPBindR24RowStatus             RowStatus,
    cfgSIPBindR24AdminStatus           AdminStatus,
    cfgSIPBindR24OperStatus            OperStatus,
    cfgSIPBindR24PollPeerDevice        INTEGER,
    cfgSIPBindR24PollingInterval       Unsigned32,
    cfgSIPBindR24AlrmState             INTEGER,
    cfgSIPBindR24AlrmLogCorr           Counter64,
    cfgSIPBindR24AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR24AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR24AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR24I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR24I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR24I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR24I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR24SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR24SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR24ActHopCnting          INTEGER,
    cfgSIPBindR24SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR24SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR24SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR24SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR24SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR24SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR24SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR24SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR24ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR24SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR24SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR24SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR24SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR24SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR24SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR24SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR24SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR24SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR24SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR24SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR24UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR24PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR24StatisticsAlrms       Integer32,
    cfgSIPBindR24I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR24I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR24I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR24I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR24ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR24CFSCtrlStatus         INTEGER,
    cfgSIPBindR24PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR24MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR24RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR24SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR24IPAddrMatchReqd       INTEGER,
    cfgSIPBindR24VirtualTrnkGpID       DisplayString,
    cfgSIPBindR24VirtualTrnkCxt        DisplayString,
    cfgSIPBindR24SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR24I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR24I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR24I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR24FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR24ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR24AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR24SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR24TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR24I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR24I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR24I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR24SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR24LearnsContactDetails  INTEGER,
    cfgSIPBindR24ContactURI            LongDisplayString,
    cfgSIPBindR24ContactName           LongDisplayString,
    cfgSIPBindR24ContactExpiryTime     Unsigned32,
    cfgSIPBindR24MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR24SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR24UseNormalTrnkRtgTblsToMatchTgId
                                       INTEGER,
    cfgSIPBindR24SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR24SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR24SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR24ContactAddrScheme     INTEGER,
    cfgSIPBindR24ContactDomainName     DisplayString,
    cfgSIPBindR24ProxyAddrScheme       INTEGER,
    cfgSIPBindR24ProxyDomainName       DisplayString,
    cfgSIPBindR24PollCallPaths         INTEGER,
    cfgSIPBindR24SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR24AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR24AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR24PollServRoutes        INTEGER,
    cfgSIPBindR24ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR24SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR24SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR24SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR24SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR24ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR24ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR24ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR24TransparentHeaders    LongDisplayString,
    cfgSIPBindR24OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR24SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR24SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR24SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR24SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR24SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR24UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR24SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR24AutoRecovery          INTEGER,
    cfgSIPBindR24AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR24SigType               INTEGER,
    cfgSIPBindR24ExportIncASRepData    INTEGER,
    cfgSIPBindR24PBXAppServer          INTEGER,
    cfgSIPBindR24NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR24MediaIPAddr           DisplayString,
    cfgSIPBindR24UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR24SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR24DNIDInE164Format      INTEGER,
    cfgSIPBindR24ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR24Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsHonorsClgNumAPRI
                                       INTEGER,
    cfgSIPBindR24StatisticsEnabled     INTEGER,
    cfgSIPBindR24ContactAddrMatchReqd  INTEGER,
    cfgSIPBindR24AllowBothDNAndTGChangesInSingleTFL3xxResponse
                                       INTEGER,
    cfgSIPBindR24RouteDirectlyOnTGIDTFLResponses
                                       INTEGER,
    cfgSIPBindR24UseProxyIPOnTCPAppServers
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsTrnkRoleCliAbnp
                                       INTEGER,
    cfgSIPBindR24SIPProtOptsAbnpVal    Unsigned32
  }

  cfgSIPBindR24NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR24Entry  1 }

  cfgSIPBindR24NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR24Entry  2 }

  cfgSIPBindR24CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR24Entry  3 }

  cfgSIPBindR24BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR24Entry  4 }

  cfgSIPBindR24Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR24Entry  5 }

  cfgSIPBindR24CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR24Entry  6 }

  cfgSIPBindR24CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR24Entry  7 }

  cfgSIPBindR24CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR24Entry  8 }

  cfgSIPBindR24CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR24Entry  9 }

  cfgSIPBindR24CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR24Entry  10 }

  cfgSIPBindR24CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR24Entry  11 }

  cfgSIPBindR24Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR24Entry  12 }

  cfgSIPBindR24UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  13 }

  cfgSIPBindR24SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  14 }

  cfgSIPBindR24SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR24Entry  15 }

  cfgSIPBindR24SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR24Entry  16 }

  cfgSIPBindR24NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR24Entry  17 }

  cfgSIPBindR24ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR24Entry  18 }

  cfgSIPBindR24ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR24Entry  19 }

  cfgSIPBindR24ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR24Entry  20 }

  cfgSIPBindR24ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR24Entry  21 }

  cfgSIPBindR24ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR24Entry  22 }

  cfgSIPBindR24TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR24Entry  23 }

  cfgSIPBindR24I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR24Entry  24 }

  cfgSIPBindR24I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR24Entry  25 }

  cfgSIPBindR24I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR24Entry  26 }

  cfgSIPBindR24I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR24Entry  27 }

  cfgSIPBindR24Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  28 }

  cfgSIPBindR24UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  29 }

  cfgSIPBindR24MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR24Entry  30 }

  cfgSIPBindR24AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR24Entry  31 }

  cfgSIPBindR24ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR24Entry  32 }

  cfgSIPBindR24ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR24Entry  33 }

  cfgSIPBindR24DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR24Entry  34 }

  cfgSIPBindR24LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569),
                   invalidSenderIPAddress(1207959570),
                   errorParsingXMLTariffInformation(1207959571)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR24Entry  35 }

  cfgSIPBindR24LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR24Entry  36 }

  cfgSIPBindR24LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR24Entry  37 }

  cfgSIPBindR24DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR24Entry  38 }

  cfgSIPBindR24DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  39 }

  cfgSIPBindR24DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR24Entry  40 }

  cfgSIPBindR24ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR24Entry  41 }

  cfgSIPBindR24ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR24Entry  42 }

  cfgSIPBindR24ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR24Entry  43 }

  cfgSIPBindR24ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR24Entry  44 }

  cfgSIPBindR24ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR24Entry  45 }

  cfgSIPBindR24ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR24Entry  46 }

  cfgSIPBindR24DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR24Entry  47 }

  cfgSIPBindR24RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR24Entry  48 }

  cfgSIPBindR24AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR24Entry  49 }

  cfgSIPBindR24OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR24Entry  50 }

  cfgSIPBindR24PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  56 }

  cfgSIPBindR24PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR24Entry  57 }

  cfgSIPBindR24AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR24Entry  60 }

  cfgSIPBindR24AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR24Entry  61 }

  cfgSIPBindR24AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR24Entry  62 }

  cfgSIPBindR24AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR24Entry  63 }

  cfgSIPBindR24AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR24Entry  64 }

  cfgSIPBindR24I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR24Entry  65 }

  cfgSIPBindR24I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR24Entry  66 }

  cfgSIPBindR24I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR24Entry  67 }

  cfgSIPBindR24I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR24Entry  68 }

  cfgSIPBindR24SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR24Entry  69 }

  cfgSIPBindR24SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR24Entry  76 }

  cfgSIPBindR24SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  77 }

  cfgSIPBindR24SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  78 }

  cfgSIPBindR24ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  79 }

  cfgSIPBindR24SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  80 }

  cfgSIPBindR24SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR24Entry  81 }

  cfgSIPBindR24SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  82 }

  cfgSIPBindR24SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  83 }

  cfgSIPBindR24SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  84 }

  cfgSIPBindR24SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  85 }

  cfgSIPBindR24SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  86 }

  cfgSIPBindR24SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  87 }

  cfgSIPBindR24SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  88 }

  cfgSIPBindR24SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  89 }

  cfgSIPBindR24SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  90 }

  cfgSIPBindR24SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  91 }

  cfgSIPBindR24SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  92 }

  cfgSIPBindR24SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR24Entry  93 }

  cfgSIPBindR24SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR24Entry  94 }

  cfgSIPBindR24SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  101 }

  cfgSIPBindR24ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  102 }

  cfgSIPBindR24SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  103 }

  cfgSIPBindR24SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  104 }

  cfgSIPBindR24SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  105 }

  cfgSIPBindR24SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  106 }

  cfgSIPBindR24SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  107 }

  cfgSIPBindR24SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  108 }

  cfgSIPBindR24SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  109 }

  cfgSIPBindR24SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  110 }

  cfgSIPBindSDActR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  112 }

  cfgSIPBindSDDefR24SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR24Entry  113 }

  cfgSIPBindR24SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  114 }

  cfgSIPBindR24UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR24Entry  120 }

  cfgSIPBindR24PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR24Entry  121 }

  cfgSIPBindR24StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR24Entry  122 }

  cfgSIPBindR24I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR24Entry  123 }

  cfgSIPBindR24I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR24Entry  124 }

  cfgSIPBindR24I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR24Entry  125 }

  cfgSIPBindR24I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR24Entry  126 }

  cfgSIPBindR24ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR24Entry  127 }

  cfgSIPBindR24CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR24Entry  128 }

  cfgSIPBindR24PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  129 }

  cfgSIPBindR24MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR24Entry  130 }

  cfgSIPBindR24RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR24Entry  131 }

  cfgSIPBindR24SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  132 }

  cfgSIPBindR24IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  133 }

  cfgSIPBindR24VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR24Entry  134 }

  cfgSIPBindR24VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR24Entry  135 }

  cfgSIPBindR24SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  136 }

  cfgSIPBindR24I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR24Entry  137 }

  cfgSIPBindR24I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR24Entry  138 }

  cfgSIPBindR24I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR24Entry  139 }

  cfgSIPBindR24FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR24Entry  140 }

  cfgSIPBindR24ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR24Entry  141 }

  cfgSIPBindR24AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  142 }

  cfgSIPBindR24SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR24Entry  143 }

  cfgSIPBindR24TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR24Entry  144 }

  cfgSIPBindR24I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR24Entry  145 }

  cfgSIPBindR24I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR24Entry  146 }

  cfgSIPBindR24I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR24Entry  147 }

  cfgSIPBindR24SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR24Entry  148 }

  cfgSIPBindR24LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  149 }

  cfgSIPBindR24ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR24Entry  150 }

  cfgSIPBindR24ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR24Entry  151 }

  cfgSIPBindR24ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR24Entry  152 }

  cfgSIPBindR24MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR24Entry  153 }

  cfgSIPBindR24SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  154 }

  cfgSIPBindR24UseNormalTrnkRtgTblsToMatchTgId OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use normal trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  155 }

  cfgSIPBindR24SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR24Entry  156 }

  cfgSIPBindR24SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR24Entry  157 }

  cfgSIPBindR24SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  158 }

  cfgSIPBindR24ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR24Entry  159 }

  cfgSIPBindR24ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR24Entry  160 }

  cfgSIPBindR24ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR24Entry  161 }

  cfgSIPBindR24ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR24Entry  162 }

  cfgSIPBindR24PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  163 }

  cfgSIPBindR24SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  164 }

  cfgSIPBindR24AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR24Entry  165 }

  cfgSIPBindR24AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR24Entry  166 }

  cfgSIPBindR24PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  167 }

  cfgSIPBindR24ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR24Entry  168 }

  cfgSIPBindR24SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR24Entry  169 }

  cfgSIPBindR24SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  170 }

  cfgSIPBindR24SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  171 }

  cfgSIPBindR24SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR24Entry  172 }

  cfgSIPBindR24ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR24Entry  173 }

  cfgSIPBindR24ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR24Entry  174 }

  cfgSIPBindR24ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR24Entry  175 }

  cfgSIPBindR24TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR24Entry  176 }

  cfgSIPBindR24OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR24Entry  177 }

  cfgSIPBindR24SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   finnish(50),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR24Entry  178 }

  cfgSIPBindR24SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  179 }

  cfgSIPBindR24SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR24Entry  180 }

  cfgSIPBindR24SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR24Entry  181 }

  cfgSIPBindR24SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR24Entry  182 }

  cfgSIPBindR24SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR24Entry  183 }

  cfgSIPBindR24SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR24Entry  184 }

  cfgSIPBindR24SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR24Entry  185 }

  cfgSIPBindR24UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  186 }

  cfgSIPBindR24SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR24Entry  187 }

  cfgSIPBindR24AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  188 }

  cfgSIPBindR24AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR24Entry  189 }

  cfgSIPBindR24SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR24Entry  190 }

  cfgSIPBindR24ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR24Entry  191 }

  cfgSIPBindR24PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  192 }

  cfgSIPBindR24NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  193 }

  cfgSIPBindR24MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR24Entry  194 }

  cfgSIPBindR24UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  195 }

  cfgSIPBindR24SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  196 }

  cfgSIPBindR24SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  197 }

  cfgSIPBindR24DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  198 }

  cfgSIPBindR24ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR24Entry  199 }

  cfgSIPBindR24Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR24Entry  200 }

  cfgSIPBindR24SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  201 }

  cfgSIPBindR24StatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics enabled'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  202 }

  cfgSIPBindR24ContactAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  203 }

  cfgSIPBindR24AllowBothDNAndTGChangesInSingleTFL3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow both DN and TG changes in single TFL 3xx response'."
    DEFVAL       { false }
    ::= { cfgSIPBindR24Entry  204 }

  cfgSIPBindR24RouteDirectlyOnTGIDTFLResponses OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Route directly on TG ID for TFL responses'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  205 }

  cfgSIPBindR24UseProxyIPOnTCPAppServers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use Proxy IP On TCP App Servers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR24Entry  206 }

  cfgSIPBindR24SIPProtOptsTrnkRoleCliAbnp OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   externalETS(2),
                   externalOther(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - Trunk role (CLI/ABNP)'."
    DEFVAL       { none }
    ::= { cfgSIPBindR24Entry  207 }

  cfgSIPBindR24SIPProtOptsAbnpVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - ABNP value'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR24Entry  208 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel'                                         */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  iSUPMediaChanR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2628 }

  iSUPMediaChanR19Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanR19NEConn,
             iSUPMediaChanR19NetwkElement,
             iSUPMediaChanR19CFSIx,
             iSUPMediaChanR19ISUPLocalSigDestIx,
             iSUPMediaChanR19ISUPRemSigDestIx,
             iSUPMediaChanR19MediaChanIx }
    ::= {  iSUPMediaChanR19Table  1  }

  ISUPMediaChanR19Entry  ::=  SEQUENCE
  {
    iSUPMediaChanR19NEConn             Unsigned32,
    iSUPMediaChanR19NetwkElement       DisplayString,
    iSUPMediaChanR19CFSIx              Unsigned32,
    iSUPMediaChanR19ISUPLocalSigDestIx Unsigned32,
    iSUPMediaChanR19ISUPRemSigDestIx   Unsigned32,
    iSUPMediaChanR19MediaChanIx        Unsigned32,
    iSUPMediaChanR19AllocationPolicy   INTEGER,
    iSUPMediaChanR19GuardTimerDurn     Integer32,
    iSUPMediaChanR19TrnkGpNum          INTEGER,
    iSUPMediaChanR19DualSeizurePolicy  INTEGER,
    iSUPMediaChanR19ZUtilization       INTEGER,
    iSUPMediaChanR19AlrmState          INTEGER,
    iSUPMediaChanR19AlrmEvtsAttnRq     Integer32,
    iSUPMediaChanR19AlrmStateTimestamp Unsigned32,
    iSUPMediaChanR19AlrmResetTimestamp Unsigned32,
    iSUPMediaChanR19DoExtraActions     INTEGER,
    iSUPMediaChanR19RowStatus          RowStatus,
    iSUPMediaChanR19AdminStatus        AdminStatus,
    iSUPMediaChanR19OperStatus         OperStatus,
    iSUPMediaChanR19AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPMediaChanR19AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPMediaChanR19AlrmEvtsAtndDp     Integer32,
    iSUPMediaChanR19DisallowSigLRN     INTEGER,
    iSUPMediaChanR19BAFBillAppendOrigingLRNMod
                                       INTEGER,
    iSUPMediaChanR19BAFBillConnectedSwitchLRN
                                       DisplayString,
    iSUPMediaChanR19BAFBillOverrideSignalledLRN
                                       INTEGER,
    iSUPMediaChanR19EchoCancellation   INTEGER,
    iSUPMediaChanR19Desc               DisplayString,
    iSUPMediaChanR19UseISUPCldAddrPrefixInfo
                                       INTEGER,
    iSUPMediaChanR19SupportedCallDirections
                                       INTEGER,
    iSUPMediaChanR19RcvGain            INTEGER,
    iSUPMediaChanR19BAFBillInTermCDRType
                                       INTEGER,
    iSUPMediaChanR19BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSUPMediaChanR19BAFBillInTandemCDRType
                                       INTEGER,
    iSUPMediaChanR19BAFBillOutOrigingCDRType
                                       INTEGER,
    iSUPMediaChanR19BAFBillOutTandemCDRType
                                       INTEGER,
    iSUPMediaChanR19BAFCNABllInCllsCIC Unsigned32,
    iSUPMediaChanR19BAFCNABllInCllsIncCNABillNum
                                       INTEGER,
    iSUPMediaChanR19CNABillCNABillNum  DisplayString,
    iSUPMediaChanR19CNABillIncChargeNum
                                       INTEGER,
    iSUPMediaChanR19CNABillIncClgNum   INTEGER,
    iSUPMediaChanR19Variant            INTEGER,
    iSUPMediaChanR19GatewayIx          Unsigned32,
    iSUPMediaChanR19XmitGain           INTEGER,
    iSUPMediaChanR19OverrideLocalCLLICode
                                       INTEGER,
    iSUPMediaChanR19LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR19OverrideRemCLLICode
                                       INTEGER,
    iSUPMediaChanR19RemCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR19StatisticsAlrms    Integer32,
    iSUPMediaChanR19I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSUPMediaChanR19I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSUPMediaChanR19I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSUPMediaChanR19FaultMonitoringProfOtherVals
                                       INTEGER,
    iSUPMediaChanR19ApplyFMPToReltdObjectTypes
                                       BITS,
    iSUPMediaChanR19AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSUPMediaChanR19TransportType      INTEGER,
    iSUPMediaChanR19XMLBillTrnkAccountingRef
                                       DisplayString,
    iSUPMediaChanR19RLTSupported       INTEGER,
    iSUPMediaChanR19TrnkRoleCliAbnp    INTEGER,
    iSUPMediaChanR19AbnpVal            Unsigned32
  }

  iSUPMediaChanR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanR19Entry  1 }

  iSUPMediaChanR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanR19Entry  2 }

  iSUPMediaChanR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanR19Entry  3 }

  iSUPMediaChanR19ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR19Entry  4 }

  iSUPMediaChanR19ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR19Entry  5 }

  iSUPMediaChanR19MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanR19Entry  6 }

  iSUPMediaChanR19AllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   highestNumberedCIC(1),
                   lowestNumberedCIC(2),
                   mostIdle(3),
                   leastIdle(4),
                   mostIdleLeastIdle(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation policy'.
                  This field is not writable when active."
    DEFVAL       { highestNumberedCIC }
    ::= { iSUPMediaChanR19Entry  7 }

  iSUPMediaChanR19GuardTimerDurn OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Guard timer duration'.
                  This field is not writable when active."
    DEFVAL       { 750 }
    ::= { iSUPMediaChanR19Entry  8 }

  iSUPMediaChanR19TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR19Entry  9 }

  iSUPMediaChanR19DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2),
                   highPointCodeEvenCIC(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'.
                  This field is not writable when active."
    DEFVAL       { thisExchange }
    ::= { iSUPMediaChanR19Entry  10 }

  iSUPMediaChanR19ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { iSUPMediaChanR19Entry  11 }

  iSUPMediaChanR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPMediaChanR19Entry  12 }

  iSUPMediaChanR19AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR19Entry  13 }

  iSUPMediaChanR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPMediaChanR19Entry  14 }

  iSUPMediaChanR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPMediaChanR19Entry  15 }

  iSUPMediaChanR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR19Entry  16 }

  iSUPMediaChanR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPMediaChanR19Entry  17 }

  iSUPMediaChanR19AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR19Entry  18 }

  iSUPMediaChanR19OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR19Entry  19 }

  iSUPMediaChanR19AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPMediaChanR19Entry  20 }

  iSUPMediaChanR19AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPMediaChanR19Entry  21 }

  iSUPMediaChanR19AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR19Entry  22 }

  iSUPMediaChanR19DisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  24 }

  iSUPMediaChanR19BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  25 }

  iSUPMediaChanR19BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { iSUPMediaChanR19Entry  26 }

  iSUPMediaChanR19BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  27 }

  iSUPMediaChanR19EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { iSUPMediaChanR19Entry  34 }

  iSUPMediaChanR19Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPMediaChanR19Entry  36 }

  iSUPMediaChanR19UseISUPCldAddrPrefixInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  37 }

  iSUPMediaChanR19SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSUPMediaChanR19Entry  38 }

  iSUPMediaChanR19RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR19Entry  39 }

  iSUPMediaChanR19BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR19Entry  40 }

  iSUPMediaChanR19BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  41 }

  iSUPMediaChanR19BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR19Entry  42 }

  iSUPMediaChanR19BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR19Entry  43 }

  iSUPMediaChanR19BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR19Entry  44 }

  iSUPMediaChanR19BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR19Entry  45 }

  iSUPMediaChanR19BAFCNABllInCllsIncCNABillNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include CNA billing number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  46 }

  iSUPMediaChanR19CNABillCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSUPMediaChanR19Entry  47 }

  iSUPMediaChanR19CNABillIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  48 }

  iSUPMediaChanR19CNABillIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  49 }

  iSUPMediaChanR19Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49),
                   finnish(50)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPMediaChanR19Entry  50 }

  iSUPMediaChanR19GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR19Entry  51 }

  iSUPMediaChanR19XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR19Entry  52 }

  iSUPMediaChanR19OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  53 }

  iSUPMediaChanR19LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR19Entry  54 }

  iSUPMediaChanR19OverrideRemCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override remote CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  55 }

  iSUPMediaChanR19RemCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR19Entry  56 }

  iSUPMediaChanR19StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPMediaChanR19Entry  57 }

  iSUPMediaChanR19I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR19Entry  58 }

  iSUPMediaChanR19I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR19Entry  59 }

  iSUPMediaChanR19I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR19Entry  60 }

  iSUPMediaChanR19FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPMediaChanR19Entry  61 }

  iSUPMediaChanR19ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSUPMediaChanR19Entry  62 }

  iSUPMediaChanR19AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSUPMediaChanR19Entry  63 }

  iSUPMediaChanR19TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPMediaChanR19Entry  64 }

  iSUPMediaChanR19XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSUPMediaChanR19Entry  65 }

  iSUPMediaChanR19RLTSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RLT supported'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR19Entry  66 }

  iSUPMediaChanR19TrnkRoleCliAbnp OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   externalETS(2),
                   externalOther(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk role (CLI/ABNP)'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR19Entry  67 }

  iSUPMediaChanR19AbnpVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ABNP value'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR19Entry  68 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Billing'                                                    */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  billConR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2629 }

  billConR4Entry OBJECT-TYPE
    SYNTAX       BillConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billConR4NEConn,
             billConR4NetwkElement,
             billConR4CFSIx }
    ::= {  billConR4Table  1  }

  BillConR4Entry  ::=  SEQUENCE
  {
    billConR4NEConn                    Unsigned32,
    billConR4NetwkElement              DisplayString,
    billConR4CFSIx                     Unsigned32,
    billConR4BAFBillEvtAlrmsAttnRq     Unsigned32,
    billConR4BAFBillEvtAlrmEvtsAttnRq  Unsigned32,
    billConR4BAFBillFileControlAlrmsAttnRq
                                       Integer32,
    billConR4BAFBillFileControlAlrmEvtsAttnRq
                                       Integer32,
    billConR4TotChldAlrmsAttnRq        Unsigned32,
    billConR4TotChldAlrmEvtsAttnRq     Unsigned32,
    billConR4SummaryChldAlrmState      INTEGER,
    billConR4IMSOfflineChargingAlrmsAttnRq
                                       Integer32,
    billConR4IMSOfflineChargingAlrmEvtsAttnRq
                                       Integer32,
    billConR4ChldStatisticsAlrms       Integer32,
    billConR4GlobalChargingChargeIndDefSubSetting
                                       INTEGER,
    billConR4SupportGblChrgAdvChrg     INTEGER,
    billConR4GblChrgAdvChrgDefAOCDSubscrSetting
                                       INTEGER,
    billConR4GblChrgAdvChrgDefAOCESubscrSetting
                                       INTEGER,
    billConR4GblChrgAdvChrgNumUnitsPerChargInterval
                                       Unsigned32,
    billConR4CallClassifierUDACDRClassification
                                       Unsigned32,
    billConR4StatisticsAlrms           Integer32,
    billConR4XMLBillFileControlAlrmsAttnRq
                                       Integer32,
    billConR4XMLBillFileControlAlrmEvtsAttnRq
                                       Integer32,
    billConR4CFSAMGCNameBill           DisplayString,
    billConR4IMSOnlineChargingAlrmsAttnRq
                                       Integer32,
    billConR4IMSOnlineChargingAlrmEvtsAttnRq
                                       Integer32,
    billConR4SISChargingAlrmsAttnRq    Integer32,
    billConR4SISChargingAlrmEvtsAttnRq Integer32,
    billConR4GlobalChargingMPMPulseCost
                                       Unsigned32,
    billConR4GlobalChargingSIPTariffNetwkIdentification
                                       DisplayString
  }

  billConR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billConR4Entry  1 }

  billConR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billConR4Entry  2 }

  billConR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billConR4Entry  3 }

  billConR4BAFBillEvtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarms'."
    ::= { billConR4Entry  4 }

  billConR4BAFBillEvtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billConR4Entry  5 }

  billConR4BAFBillFileControlAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing File Control Attention Required alarms'."
    ::= { billConR4Entry  6 }

  billConR4BAFBillFileControlAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing File Control Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR4Entry  7 }

  billConR4TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { billConR4Entry  8 }

  billConR4TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { billConR4Entry  9 }

  billConR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { billConR4Entry  10 }

  billConR4IMSOfflineChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Offline Charging Attention Required alarms'."
    ::= { billConR4Entry  11 }

  billConR4IMSOfflineChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Offline Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR4Entry  12 }

  billConR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { billConR4Entry  13 }

  billConR4GlobalChargingChargeIndDefSubSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - charge indication - default subscriber setting'."
    DEFVAL       { none }
    ::= { billConR4Entry  14 }

  billConR4SupportGblChrgAdvChrg OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Support'."
    DEFVAL       { notConfigured }
    ::= { billConR4Entry  15 }

  billConR4GblChrgAdvChrgDefAOCDSubscrSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Default AOC-D subscriber setting'."
    DEFVAL       { neverProvided }
    ::= { billConR4Entry  16 }

  billConR4GblChrgAdvChrgDefAOCESubscrSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Default AOC-E subscriber setting'."
    DEFVAL       { neverProvided }
    ::= { billConR4Entry  17 }

  billConR4GblChrgAdvChrgNumUnitsPerChargInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Number of units per charging interval'."
    DEFVAL       { 1 }
    ::= { billConR4Entry  18 }

  billConR4CallClassifierUDACDRClassification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Classifier - UDA for CDR Classification'."
    ::= { billConR4Entry  19 }

  billConR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { billConR4Entry  20 }

  billConR4XMLBillFileControlAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing File Control Attention Required alarms'."
    ::= { billConR4Entry  21 }

  billConR4XMLBillFileControlAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing File Control Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR4Entry  22 }

  billConR4CFSAMGCNameBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC name for billing'."
    ::= { billConR4Entry  23 }

  billConR4IMSOnlineChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Online Charging Attention Required alarms'."
    ::= { billConR4Entry  24 }

  billConR4IMSOnlineChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Online Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR4Entry  25 }

  billConR4SISChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIS Charging Attention Required alarms'."
    ::= { billConR4Entry  26 }

  billConR4SISChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIS Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR4Entry  27 }

  billConR4GlobalChargingMPMPulseCost OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Charging - MPM pulse cost'."
    DEFVAL       { 0 }
    ::= { billConR4Entry  28 }

  billConR4GlobalChargingSIPTariffNetwkIdentification OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - SIP tariff network identification'."
    ::= { billConR4Entry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'XML Application Controls'                                   */
-- /* Valid from: 9.5.20                                                            */
-- /*********************************************************************************/

  billXMLAppCtrlR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillXMLAppCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2630 }

  billXMLAppCtrlR5Entry OBJECT-TYPE
    SYNTAX       BillXMLAppCtrlR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billXMLAppCtrlR5NEConn,
             billXMLAppCtrlR5NetwkElement,
             billXMLAppCtrlR5CFSIx }
    ::= {  billXMLAppCtrlR5Table  1  }

  BillXMLAppCtrlR5Entry  ::=  SEQUENCE
  {
    billXMLAppCtrlR5NEConn             Unsigned32,
    billXMLAppCtrlR5NetwkElement       DisplayString,
    billXMLAppCtrlR5CFSIx              Unsigned32,
    billXMLAppCtrlR5PrdXMLBRecsConnectedCalls
                                       INTEGER,
    billXMLAppCtrlR5PrdXMLBRecsUnconnectedCalls
                                       INTEGER,
    billXMLAppCtrlR5PrdXMLBRecsCallServEvts
                                       INTEGER,
    billXMLAppCtrlR5GenertnHrTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR5GenertnMinTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR5GenertnSecTimeLongDurnRec
                                       Unsigned32,
    billXMLAppCtrlR5RowStatus          RowStatus,
    billXMLAppCtrlR5IncExtraSIPAndIPParms
                                       INTEGER,
    billXMLAppCtrlR5IncPChargingVectorInXmlBillRecs
                                       INTEGER,
    billXMLAppCtrlR5ExtraBillFieldsInboundSig
                                       INTEGER,
    billXMLAppCtrlR5ExtraBillFieldsXMLBillTransport
                                       INTEGER,
    billXMLAppCtrlR5ExtraBillFieldsEvtsXfers
                                       INTEGER
  }

  billXMLAppCtrlR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billXMLAppCtrlR5Entry  1 }

  billXMLAppCtrlR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billXMLAppCtrlR5Entry  2 }

  billXMLAppCtrlR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billXMLAppCtrlR5Entry  3 }

  billXMLAppCtrlR5PrdXMLBRecsConnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for connected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR5Entry  4 }

  billXMLAppCtrlR5PrdXMLBRecsUnconnectedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for unconnected calls'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR5Entry  5 }

  billXMLAppCtrlR5PrdXMLBRecsCallServEvts OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce XML billing records for call service events'."
    DEFVAL       { true }
    ::= { billXMLAppCtrlR5Entry  6 }

  billXMLAppCtrlR5GenertnHrTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (hour)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR5Entry  9 }

  billXMLAppCtrlR5GenertnMinTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (min)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR5Entry  10 }

  billXMLAppCtrlR5GenertnSecTimeLongDurnRec OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Generation time of long duration record (sec)'."
    DEFVAL       { 0 }
    ::= { billXMLAppCtrlR5Entry  11 }

  billXMLAppCtrlR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { billXMLAppCtrlR5Entry  12 }

  billXMLAppCtrlR5IncExtraSIPAndIPParms OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra SIP and IP parameters'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR5Entry  13 }

  billXMLAppCtrlR5IncPChargingVectorInXmlBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include P-Charging Vector in XML Billing Records'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR5Entry  14 }

  billXMLAppCtrlR5ExtraBillFieldsInboundSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Extra billing fields - inbound signaling'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR5Entry  15 }

  billXMLAppCtrlR5ExtraBillFieldsXMLBillTransport OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(0),
                   diameterRf(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Extra billing fields - XML billing transport'."
    DEFVAL       { local }
    ::= { billXMLAppCtrlR5Entry  16 }

  billXMLAppCtrlR5ExtraBillFieldsEvtsXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Extra billing fields - events for transfers'."
    DEFVAL       { false }
    ::= { billXMLAppCtrlR5Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Offline Charging'                                       */
-- /* Valid from: 9.5.20                                                            */
-- /*********************************************************************************/

  iMSOfflChrgR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOfflChrgR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2631 }

  iMSOfflChrgR2Entry OBJECT-TYPE
    SYNTAX       IMSOfflChrgR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOfflChrgR2NEConn,
             iMSOfflChrgR2NetwkElement,
             iMSOfflChrgR2CFSIx }
    ::= {  iMSOfflChrgR2Table  1  }

  IMSOfflChrgR2Entry  ::=  SEQUENCE
  {
    iMSOfflChrgR2NEConn                Unsigned32,
    iMSOfflChrgR2NetwkElement          DisplayString,
    iMSOfflChrgR2CFSIx                 Unsigned32,
    iMSOfflChrgR2I1LocalDiameterEntityNEConn
                                       Unsigned32,
    iMSOfflChrgR2I2LocalDiameterEntityNetwkElement
                                       DisplayString,
    iMSOfflChrgR2I3LocalDiameterEntityDiameterEntityIx
                                       Unsigned32,
    iMSOfflChrgR2DestRealm             DisplayString,
    iMSOfflChrgR2CacheRetryPeriod      Unsigned32,
    iMSOfflChrgR2AlrmState             INTEGER,
    iMSOfflChrgR2StatisticsAlrms       Integer32,
    iMSOfflChrgR2AlrmStateTimestamp    Unsigned32,
    iMSOfflChrgR2AlrmEvtsAttnRqLogCorr Counter64,
    iMSOfflChrgR2AlrmEvtsAttnRq        Unsigned32,
    iMSOfflChrgR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iMSOfflChrgR2DoExtraActions        INTEGER,
    iMSOfflChrgR2RowStatus             RowStatus,
    iMSOfflChrgR2AdminStatus           AdminStatus,
    iMSOfflChrgR2OperStatus            OperStatus,
    iMSOfflChrgR2DefInterimInterval    Unsigned32,
    iMSOfflChrgR2RfBillMode            INTEGER
  }

  iMSOfflChrgR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOfflChrgR2Entry  1 }

  iMSOfflChrgR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOfflChrgR2Entry  2 }

  iMSOfflChrgR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iMSOfflChrgR2Entry  3 }

  iMSOfflChrgR2I1LocalDiameterEntityNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgR2Entry  4 }

  iMSOfflChrgR2I2LocalDiameterEntityNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgR2Entry  5 }

  iMSOfflChrgR2I3LocalDiameterEntityDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Diameter Entity index'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOfflChrgR2Entry  6 }

  iMSOfflChrgR2DestRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination realm'."
    ::= { iMSOfflChrgR2Entry  7 }

  iMSOfflChrgR2CacheRetryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cache retry period'."
    DEFVAL       { 3600 }
    ::= { iMSOfflChrgR2Entry  10 }

  iMSOfflChrgR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iMSOfflChrgR2Entry  11 }

  iMSOfflChrgR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iMSOfflChrgR2Entry  12 }

  iMSOfflChrgR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iMSOfflChrgR2Entry  13 }

  iMSOfflChrgR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iMSOfflChrgR2Entry  14 }

  iMSOfflChrgR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSOfflChrgR2Entry  15 }

  iMSOfflChrgR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iMSOfflChrgR2Entry  16 }

  iMSOfflChrgR2DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   retryCache(1),
                   resetAlarm(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgR2Entry  17 }

  iMSOfflChrgR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iMSOfflChrgR2Entry  18 }

  iMSOfflChrgR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgR2Entry  19 }

  iMSOfflChrgR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOfflChrgR2Entry  20 }

  iMSOfflChrgR2DefInterimInterval OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default interim interval'."
    DEFVAL       { 0 }
    ::= { iMSOfflChrgR2Entry  21 }

  iMSOfflChrgR2RfBillMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRf(1),
                   xMLTransport(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Rf billing mode'."
    ::= { iMSOfflChrgR2Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profile'                                         */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  perProfR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profiles'."
    ::= { metaSwitch  2632 }

  perProfR16Entry OBJECT-TYPE
    SYNTAX       PerProfR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfR16NEConn,
             perProfR16NetwkElement,
             perProfR16CFSIx,
             perProfR16GpIx }
    ::= {  perProfR16Table  1  }

  PerProfR16Entry  ::=  SEQUENCE
  {
    perProfR16NEConn                   Unsigned32,
    perProfR16NetwkElement             DisplayString,
    perProfR16CFSIx                    Unsigned32,
    perProfR16GpIx                     Unsigned32,
    perProfR16PerProfName              DisplayString,
    perProfR16ValidSubTypes            BITS,
    perProfR16SDActCallLimitAlgorithm  INTEGER,
    perProfR16SDDefCallLimitAlgorithm  INTEGER,
    perProfR16SDUseDefCallLimitAlgorithm
                                       INTEGER,
    perProfR16SDActCallLimitVal        Unsigned32,
    perProfR16SDDefCallLimitVal        Unsigned32,
    perProfR16SDUseDefCallLimitVal     INTEGER,
    perProfR16SDActMaxCallAppearances  Unsigned32,
    perProfR16SDDefMaxCallAppearances  Unsigned32,
    perProfR16SDUseDefMaxCallAppearances
                                       INTEGER,
    perProfR16SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR16SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR16SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    perProfR16SDActLongDistanceCarr    DisplayString,
    perProfR16SDDefLongDistanceCarr    DisplayString,
    perProfR16SDUseDefLongDistanceCarr INTEGER,
    perProfR16SDActIntraLATACarr       DisplayString,
    perProfR16SDDefIntraLATACarr       DisplayString,
    perProfR16SDUseDefIntraLATACarr    INTEGER,
    perProfR16SDActIntnatlCarr         DisplayString,
    perProfR16SDDefIntnatlCarr         DisplayString,
    perProfR16SDUseDefIntnatlCarr      INTEGER,
    perProfR16SDActBillType            INTEGER,
    perProfR16SDDefBillType            INTEGER,
    perProfR16SDUseDefBillType         INTEGER,
    perProfR16SDActRtgAttrs            BITS,
    perProfR16SDDefRtgAttrs            BITS,
    perProfR16SDUseDefRtgAttrs         INTEGER,
    perProfR16SDActDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR16SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR16SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR16SDActTariffGp            INTEGER,
    perProfR16SDDefTariffGp            INTEGER,
    perProfR16SDUseDefTariffGp         INTEGER,
    perProfR16SDActForceLNPLookup      INTEGER,
    perProfR16SDDefForceLNPLookup      INTEGER,
    perProfR16SDUseDefForceLNPLookup   INTEGER,
    perProfR16SDActTimezone            INTEGER,
    perProfR16SDDefTimezone            INTEGER,
    perProfR16SDUseDefTimezone         INTEGER,
    perProfR16SDActAdjustDaylightSavings
                                       INTEGER,
    perProfR16SDDefAdjustDaylightSavings
                                       INTEGER,
    perProfR16SDUseDefAdjustDaylightSavings
                                       INTEGER,
    perProfR16SDActLCC1                INTEGER,
    perProfR16SDDefLCC1                INTEGER,
    perProfR16SDUseDefLCC1             INTEGER,
    perProfR16SDActLCC2                INTEGER,
    perProfR16SDDefLCC2                INTEGER,
    perProfR16SDUseDefLCC2             INTEGER,
    perProfR16SDActLCC3                INTEGER,
    perProfR16SDDefLCC3                INTEGER,
    perProfR16SDUseDefLCC3             INTEGER,
    perProfR16SDActLCC4                INTEGER,
    perProfR16SDDefLCC4                INTEGER,
    perProfR16SDUseDefLCC4             INTEGER,
    perProfR16SDActLCC5                INTEGER,
    perProfR16SDDefLCC5                INTEGER,
    perProfR16SDUseDefLCC5             INTEGER,
    perProfR16ChldCallServAlrmsAttnRq  Unsigned32,
    perProfR16ChldCllSrvAlrmEvtsAttnRq Unsigned32,
    perProfR16ChldCallServAlrmsAtndDp  Unsigned32,
    perProfR16ChldCllSrvAlrmEvtsAtndDp Unsigned32,
    perProfR16SummaryChldAlrmState     INTEGER,
    perProfR16ExportNumObjectsExported Integer32,
    perProfR16ExportStatus             DisplayString,
    perProfR16ExportFile               DisplayString,
    perProfR16ExportCorr               Counter64,
    perProfR16ExportCorrNode           DisplayString,
    perProfR16ExportCorrUID            DisplayString,
    perProfR16DoExtraActions           INTEGER,
    perProfR16RowStatus                RowStatus,
    perProfR16SynchronizationInProgress
                                       INTEGER,
    perProfR16SDActClgNumScreening     INTEGER,
    perProfR16SDDefClgNumScreening     INTEGER,
    perProfR16SDUseDefClgNumScreening  INTEGER,
    perProfR16SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR16SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR16SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR16SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR16SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR16SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR16SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR16SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR16SDActLCC6                INTEGER,
    perProfR16SDDefLCC6                INTEGER,
    perProfR16SDUseDefLCC6             INTEGER,
    perProfR16SDActLCC7                INTEGER,
    perProfR16SDDefLCC7                INTEGER,
    perProfR16SDUseDefLCC7             INTEGER,
    perProfR16SDActLCC8                INTEGER,
    perProfR16SDDefLCC8                INTEGER,
    perProfR16SDUseDefLCC8             INTEGER,
    perProfR16SDActLCC9                INTEGER,
    perProfR16SDDefLCC9                INTEGER,
    perProfR16SDUseDefLCC9             INTEGER,
    perProfR16SDActLCC10               INTEGER,
    perProfR16SDDefLCC10               INTEGER,
    perProfR16SDUseDefLCC10            INTEGER,
    perProfR16SDActLCC11               INTEGER,
    perProfR16SDDefLCC11               INTEGER,
    perProfR16SDUseDefLCC11            INTEGER,
    perProfR16SDActLCC12               INTEGER,
    perProfR16SDDefLCC12               INTEGER,
    perProfR16SDUseDefLCC12            INTEGER,
    perProfR16SDActLCC13               INTEGER,
    perProfR16SDDefLCC13               INTEGER,
    perProfR16SDUseDefLCC13            INTEGER,
    perProfR16SDActLCC14               INTEGER,
    perProfR16SDDefLCC14               INTEGER,
    perProfR16SDUseDefLCC14            INTEGER,
    perProfR16SDActLCC15               INTEGER,
    perProfR16SDDefLCC15               INTEGER,
    perProfR16SDUseDefLCC15            INTEGER,
    perProfR16SDActLCC16               INTEGER,
    perProfR16SDDefLCC16               INTEGER,
    perProfR16SDUseDefLCC16            INTEGER,
    perProfR16SDActLCC17               INTEGER,
    perProfR16SDDefLCC17               INTEGER,
    perProfR16SDUseDefLCC17            INTEGER,
    perProfR16SDActLCC18               INTEGER,
    perProfR16SDDefLCC18               INTEGER,
    perProfR16SDUseDefLCC18            INTEGER,
    perProfR16SDActLCC19               INTEGER,
    perProfR16SDDefLCC19               INTEGER,
    perProfR16SDUseDefLCC19            INTEGER,
    perProfR16SDActLCC20               INTEGER,
    perProfR16SDDefLCC20               INTEGER,
    perProfR16SDUseDefLCC20            INTEGER,
    perProfSDActR16SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfSDDefR16SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfR16SDUseDefSubMediaGatewayModel
                                       INTEGER,
    perProfR16SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR16SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR16SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR16SDActMaxSimulRegistrations
                                       INTEGER,
    perProfR16SDDefMaxSimulRegistrations
                                       INTEGER,
    perProfR16SDUseDefMaxSimulRegistrations
                                       INTEGER,
    perProfR16SDActAdvChrgAOCD         INTEGER,
    perProfR16SDDefAdvChrgAOCD         INTEGER,
    perProfR16SDUseDefAdvChrgAOCD      INTEGER,
    perProfR16SDActAdvChrgAOCE         INTEGER,
    perProfR16SDDefAdvChrgAOCE         INTEGER,
    perProfR16SDUseDefAdvChrgAOCE      INTEGER,
    perProfR16SDActBusGpCallLogsEnabled
                                       INTEGER,
    perProfR16SDDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR16SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR16SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR16SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR16SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR16SDActSubTimezone         LongDisplayString,
    perProfR16SDDefSubTimezone         LongDisplayString,
    perProfR16SDUseDefSubTimezone      INTEGER,
    perProfR16SDActChargeInd           INTEGER,
    perProfR16SDDefChargeInd           INTEGER,
    perProfR16SDUseDefChargeInd        INTEGER,
    perProfR16SDActSubClgCategory      INTEGER,
    perProfR16SDDefSubClgCategory      INTEGER,
    perProfR16SDUseDefSubClgCategory   INTEGER,
    perProfR16SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR16SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR16SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR16SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR16SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR16SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR16SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR16SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR16SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR16NumRefgSubs              Unsigned32,
    perProfR16ProfIsReferencedBySubs   INTEGER,
    perProfR16TotChldAlrmsAttnRq       Unsigned32,
    perProfR16TotChldAlrmEvtsAttnRq    Unsigned32,
    perProfR16TotChldAlrmsAtndDp       Unsigned32,
    perProfR16TotChldAlrmEvtsAtndDp    Unsigned32,
    perProfR16SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR16SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR16SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR16SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR16SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR16SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR16SDActAccessionClientOnly INTEGER,
    perProfR16SDDefAccessionClientOnly INTEGER,
    perProfR16SDUseDefAccessionClientOnly
                                       INTEGER,
    perProfR16SDActInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR16SDDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR16SDUseDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR16ExportIncASRepData       INTEGER,
    perProfR16SDActLineTimezone        LongDisplayString,
    perProfR16SDDefLineTimezone        LongDisplayString,
    perProfR16SDUseDefLineTimezone     INTEGER,
    perProfR16SDActBusGpLinesSharePresence
                                       INTEGER,
    perProfR16SDDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR16SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR16SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR16SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR16SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    perProfR16ExportChldObjectsToInc   INTEGER,
    perProfR16SDActTypeAddtlCallAppearances
                                       INTEGER,
    perProfR16SDDefTypeAddtlCallAppearances
                                       INTEGER,
    perProfR16SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    perProfR16SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR16SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR16SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR16SDActOutArea             INTEGER,
    perProfR16SDDefOutArea             INTEGER,
    perProfR16SDUseDefOutArea          INTEGER
  }

  perProfR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfR16Entry  1 }

  perProfR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfR16Entry  2 }

  perProfR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfR16Entry  3 }

  perProfR16GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfR16Entry  4 }

  perProfR16PerProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { perProfR16Entry  5 }

  perProfR16ValidSubTypes OBJECT-TYPE
    SYNTAX       BITS {
                   individualLine(0),
                   pBX(1),
                   businessGroup(2),
                   businessGroupLine(3),
                   multipleAppearanceDirectoryNumber(4),
                   mLHGPilotDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid subscriber types'."
    DEFVAL       { {individualLine, pBX, businessGroup, businessGroupLine, multipleAppearanceDirectoryNumber, mLHGPilotDN} }
    ::= { perProfR16Entry  6 }

  perProfR16SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  7 }

  perProfR16SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  8 }

  perProfR16SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  9 }

  perProfR16SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  10 }

  perProfR16SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  11 }

  perProfR16SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  12 }

  perProfR16SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  13 }

  perProfR16SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  14 }

  perProfR16SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  15 }

  perProfR16SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  16 }

  perProfR16SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  17 }

  perProfR16SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  18 }

  perProfR16SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  19 }

  perProfR16SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  20 }

  perProfR16SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  21 }

  perProfR16SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  22 }

  perProfR16SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  23 }

  perProfR16SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  24 }

  perProfR16SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  25 }

  perProfR16SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  26 }

  perProfR16SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  27 }

  perProfR16SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  28 }

  perProfR16SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  29 }

  perProfR16SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  30 }

  perProfR16SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  31 }

  perProfR16SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  32 }

  perProfR16SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  33 }

  perProfR16SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  34 }

  perProfR16SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  35 }

  perProfR16SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  36 }

  perProfR16SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  40 }

  perProfR16SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  41 }

  perProfR16SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  42 }

  perProfR16SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  43 }

  perProfR16SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  44 }

  perProfR16SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  45 }

  perProfR16SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  46 }

  perProfR16SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  47 }

  perProfR16SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  48 }

  perProfR16SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  49 }

  perProfR16SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  50 }

  perProfR16SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  51 }

  perProfR16SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  52 }

  perProfR16SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  53 }

  perProfR16SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  54 }

  perProfR16SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  55 }

  perProfR16SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  56 }

  perProfR16SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  57 }

  perProfR16SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  58 }

  perProfR16SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  59 }

  perProfR16SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  60 }

  perProfR16SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  61 }

  perProfR16SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  62 }

  perProfR16SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  63 }

  perProfR16SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  64 }

  perProfR16SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  65 }

  perProfR16SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  66 }

  perProfR16ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { perProfR16Entry  67 }

  perProfR16ChldCllSrvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR16Entry  68 }

  perProfR16ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { perProfR16Entry  69 }

  perProfR16ChldCllSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR16Entry  70 }

  perProfR16SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfR16Entry  71 }

  perProfR16ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfR16Entry  72 }

  perProfR16ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfR16Entry  73 }

  perProfR16ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfR16Entry  74 }

  perProfR16ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfR16Entry  75 }

  perProfR16ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfR16Entry  76 }

  perProfR16ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfR16Entry  77 }

  perProfR16DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   managePhoneProfiles(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfR16Entry  78 }

  perProfR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfR16Entry  79 }

  perProfR16SynchronizationInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization of subscribers in progress'."
    ::= { perProfR16Entry  80 }

  perProfR16SDActClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  81 }

  perProfR16SDDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  82 }

  perProfR16SDUseDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  83 }

  perProfR16SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  84 }

  perProfR16SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  85 }

  perProfR16SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  86 }

  perProfR16SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  87 }

  perProfR16SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  88 }

  perProfR16SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  89 }

  perProfR16SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  90 }

  perProfR16SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  91 }

  perProfR16SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  95 }

  perProfR16SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  96 }

  perProfR16SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  97 }

  perProfR16SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  98 }

  perProfR16SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  99 }

  perProfR16SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  100 }

  perProfR16SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  101 }

  perProfR16SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  102 }

  perProfR16SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  103 }

  perProfR16SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  104 }

  perProfR16SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  105 }

  perProfR16SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  106 }

  perProfR16SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  107 }

  perProfR16SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  108 }

  perProfR16SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  109 }

  perProfR16SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  110 }

  perProfR16SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  111 }

  perProfR16SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  112 }

  perProfR16SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  113 }

  perProfR16SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  114 }

  perProfR16SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  115 }

  perProfR16SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  116 }

  perProfR16SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  117 }

  perProfR16SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  118 }

  perProfR16SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  119 }

  perProfR16SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  120 }

  perProfR16SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  121 }

  perProfR16SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  122 }

  perProfR16SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  123 }

  perProfR16SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  124 }

  perProfR16SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  125 }

  perProfR16SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  126 }

  perProfR16SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  127 }

  perProfR16SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  128 }

  perProfR16SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  129 }

  perProfR16SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  130 }

  perProfR16SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  131 }

  perProfR16SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  132 }

  perProfR16SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  133 }

  perProfR16SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  134 }

  perProfR16SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  135 }

  perProfR16SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  136 }

  perProfR16SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  137 }

  perProfR16SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  138 }

  perProfR16SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  139 }

  perProfSDActR16SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  140 }

  perProfSDDefR16SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR16Entry  141 }

  perProfR16SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  142 }

  perProfR16SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  148 }

  perProfR16SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  149 }

  perProfR16SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  150 }

  perProfR16SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  151 }

  perProfR16SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  152 }

  perProfR16SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  153 }

  perProfR16SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  154 }

  perProfR16SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  155 }

  perProfR16SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  156 }

  perProfR16SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  157 }

  perProfR16SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  158 }

  perProfR16SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  159 }

  perProfR16SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  160 }

  perProfR16SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  161 }

  perProfR16SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  162 }

  perProfR16SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  163 }

  perProfR16SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  164 }

  perProfR16SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  165 }

  perProfR16SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  166 }

  perProfR16SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  167 }

  perProfR16SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  168 }

  perProfR16SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  169 }

  perProfR16SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  170 }

  perProfR16SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  171 }

  perProfR16SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  172 }

  perProfR16SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  173 }

  perProfR16SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  174 }

  perProfR16SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  175 }

  perProfR16SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  176 }

  perProfR16SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  177 }

  perProfR16SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  178 }

  perProfR16SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  179 }

  perProfR16SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  180 }

  perProfR16SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  181 }

  perProfR16SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  182 }

  perProfR16SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  183 }

  perProfR16NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { perProfR16Entry  184 }

  perProfR16ProfIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Profile is referenced by subscribers'."
    ::= { perProfR16Entry  185 }

  perProfR16TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfR16Entry  186 }

  perProfR16TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfR16Entry  187 }

  perProfR16TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfR16Entry  188 }

  perProfR16TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfR16Entry  189 }

  perProfR16SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  190 }

  perProfR16SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  191 }

  perProfR16SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  192 }

  perProfR16SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  193 }

  perProfR16SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  194 }

  perProfR16SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  195 }

  perProfR16SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  196 }

  perProfR16SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  197 }

  perProfR16SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  198 }

  perProfR16SDActInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  199 }

  perProfR16SDDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  200 }

  perProfR16SDUseDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  201 }

  perProfR16ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfR16Entry  202 }

  perProfR16SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  203 }

  perProfR16SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  204 }

  perProfR16SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  205 }

  perProfR16SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  206 }

  perProfR16SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  207 }

  perProfR16SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  208 }

  perProfR16SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  209 }

  perProfR16SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  210 }

  perProfR16SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  211 }

  perProfR16ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfR16Entry  212 }

  perProfR16SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  213 }

  perProfR16SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  214 }

  perProfR16SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  215 }

  perProfR16SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  216 }

  perProfR16SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  217 }

  perProfR16SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  218 }

  perProfR16SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  219 }

  perProfR16SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR16Entry  220 }

  perProfR16SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR16Entry  221 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  indLineR31Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2633 }

  indLineR31Entry OBJECT-TYPE
    SYNTAX       IndLineR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR31NEConn,
             indLineR31NetwkElement,
             indLineR31CFSIx,
             indLineR31DirNum }
    ::= {  indLineR31Table  1  }

  IndLineR31Entry  ::=  SEQUENCE
  {
    indLineR31NEConn                   Unsigned32,
    indLineR31NetwkElement             DisplayString,
    indLineR31CFSIx                    Unsigned32,
    indLineR31DirNum                   DisplayString,
    indLineR31PresNum                  DisplayString,
    indLineR31ClgPartyNum              DisplayString,
    indLineR31I1SubGpNEConn            Unsigned32,
    indLineR31I2SubGpNetwkElement      DisplayString,
    indLineR31I3SubGpCFSIx             Unsigned32,
    indLineR31I4SubGpSubGpIx           Unsigned32,
    indLineR31NumStatus                INTEGER,
    indLineR31T1I1AccDevNEConn         Unsigned32,
    indLineR31T1I2AccDevNetwkElement   DisplayString,
    indLineR31T1I3AccDevCFSIx          Unsigned32,
    indLineR31T1I4AccDevGatewayIx      Unsigned32,
    indLineR31T1I5AccDevDeviceIx       Unsigned32,
    indLineR31T2I1AccDevNEConn         Unsigned32,
    indLineR31T2I2AccDevNetwkElement   DisplayString,
    indLineR31T2I3AccDevCFSIx          Unsigned32,
    indLineR31T2I4AccDevGatewayIx      Unsigned32,
    indLineR31T2I5AccDevDeviceIx       Unsigned32,
    indLineR31AccessLineNum            Unsigned32,
    indLineR31PortedExchangeID         DisplayString,
    indLineR31SignalFunctionCode       INTEGER,
    indLineR31LineUsage                INTEGER,
    indLineR31FSKFormat                INTEGER,
    indLineR31PIN                      DisplayString,
    indLineR31Locale                   INTEGER,
    indLineR31LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR31DigitMaskingReqd         INTEGER,
    indLineR31OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR31OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR31OrigingFacilityMarksADC  INTEGER,
    indLineR31TermFacilityMarksServInterception
                                       INTEGER,
    indLineR31TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR31ActYear                  Unsigned32,
    indLineR31ActMonth                 Unsigned32,
    indLineR31ActDate                  Unsigned32,
    indLineR31LastInCallClgType        INTEGER,
    indLineR31LastInCallUniqueNum      INTEGER,
    indLineR31LastInCallClgNum         DisplayString,
    indLineR31LastInCallClgPresNum     DisplayString,
    indLineR31LastInCallTimeCall       Unsigned32,
    indLineR31LastInCallCallerWaited   INTEGER,
    indLineR31LastInCallCallAnswrd     INTEGER,
    indLineR31LastInCallCallTraced     INTEGER,
    indLineR31AlrmState                INTEGER,
    indLineR31AlrmLogCorr              Counter64,
    indLineR31AddtlAlrmLogCorr         Counter64,
    indLineR31AlrmEvtsAttnRq           Unsigned32,
    indLineR31AlrmEvtsAtndDp           Unsigned32,
    indLineR31AlrmStateTimestamp       Unsigned32,
    indLineR31ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR31ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR31ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR31ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR31DiagsLogLvl              INTEGER,
    indLineR31DiagsAPITraceEnabled     INTEGER,
    indLineR31DiagsAPITraceTag         DisplayString,
    indLineR31DiagsAPITraceRemNum      DisplayString,
    indLineR31SummaryChldAlrmState     INTEGER,
    indLineR31RowStatus                RowStatus,
    indLineR31ExportNumObjectsExported Integer32,
    indLineR31ExportStatus             DisplayString,
    indLineR31ExportFile               DisplayString,
    indLineR31ExportCorr               Counter64,
    indLineR31ExportCorrNode           DisplayString,
    indLineR31ExportCorrUID            DisplayString,
    indLineR31DoExtraActions           INTEGER,
    indLineR31MovedToDirNum            DisplayString,
    indLineR31CustInfo                 DisplayString,
    indLineR31SigType                  INTEGER,
    indLineR31I1ISDNInterfaceNEConn    Unsigned32,
    indLineR31I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR31I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR31I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR31I5ISDNInterfacePRIIx     Unsigned32,
    indLineR31ISDNDefBearerCapabilities
                                       BITS,
    indLineR31DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR31SIPUserName              DisplayString,
    indLineR31SIPDomainName            DisplayString,
    indLineR31UseStaticNATMapping      INTEGER,
    indLineR31SIPRegistrationStatus    INTEGER,
    indLineR31SIPAuthenticationReqd    INTEGER,
    indLineR31NewSIPPassword           DisplayString,
    indLineR31ConfirmNewSIPPassword    DisplayString,
    indLineR31ServSuspended            INTEGER,
    indLineR31GR303NailedUpConn        INTEGER,
    indLineR31TSL                      INTEGER,
    indLineR31CustInfo2                DisplayString,
    indLineR31CustInfo3                DisplayString,
    indLineR31CustInfo4                DisplayString,
    indLineR31CustInfo5                DisplayString,
    indLineR31CustInfo6                DisplayString,
    indLineR31PrimaryLineDirNum        DisplayString,
    indLineR31RingPattnRO              INTEGER,
    indLineR31RecentlyMovedFromOldNum  INTEGER,
    indLineR31MovedFromDirNum          DisplayString,
    indLineR31ConnectCallAfterAnnounce INTEGER,
    indLineR31ChargeNum                DisplayString,
    indLineR31I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR31I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR31I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR31I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR31PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR31GR303DialType            INTEGER,
    indLineR31LastOutCallCldType       INTEGER,
    indLineR31LastOutCallCldNum        DisplayString,
    indLineR31LastOutCallNumPres       INTEGER,
    indLineR31LastOutCallCallType      INTEGER,
    indLineR31LastOutCallDirectDialed  INTEGER,
    indLineR31LastOutCallCarr          DisplayString,
    indLineR31I1PerProfNEConn          Unsigned32,
    indLineR31I2PerProfNetwkElement    DisplayString,
    indLineR31I3PerProfCFSIx           Unsigned32,
    indLineR31I4PerProfGpIx            Unsigned32,
    indLineR31InUseBy                  INTEGER,
    indLineR31UseDNIdentification      INTEGER,
    indLineR31SDActTimezone            INTEGER,
    indLineR31SDDefTimezone            INTEGER,
    indLineR31SDUseDefTimezone         INTEGER,
    indLineR31SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR31SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR31SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR31SDActMaxCallAppearances  Unsigned32,
    indLineR31SDDefMaxCallAppearances  Unsigned32,
    indLineR31SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR31SDActLongDistanceCarr    DisplayString,
    indLineR31SDDefLongDistanceCarr    DisplayString,
    indLineR31SDUseDefLongDistanceCarr INTEGER,
    indLineR31SDActIntraLATACarr       DisplayString,
    indLineR31SDDefIntraLATACarr       DisplayString,
    indLineR31SDUseDefIntraLATACarr    INTEGER,
    indLineR31SDActRtgAttrs            BITS,
    indLineR31SDDefRtgAttrs            BITS,
    indLineR31SDUseDefRtgAttrs         INTEGER,
    indLineR31SDActBillType            INTEGER,
    indLineR31SDDefBillType            INTEGER,
    indLineR31SDUseDefBillType         INTEGER,
    indLineR31SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR31SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR31SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR31SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR31SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR31SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR31SDActTariffGp            INTEGER,
    indLineR31SDDefTariffGp            INTEGER,
    indLineR31SDUseDefTariffGp         INTEGER,
    indLineR31SDActLCC1                INTEGER,
    indLineR31SDDefLCC1                INTEGER,
    indLineR31SDUseDefLCC1             INTEGER,
    indLineR31SDActLCC2                INTEGER,
    indLineR31SDDefLCC2                INTEGER,
    indLineR31SDUseDefLCC2             INTEGER,
    indLineR31SDActLCC3                INTEGER,
    indLineR31SDDefLCC3                INTEGER,
    indLineR31SDUseDefLCC3             INTEGER,
    indLineR31SDActLCC4                INTEGER,
    indLineR31SDDefLCC4                INTEGER,
    indLineR31SDUseDefLCC4             INTEGER,
    indLineR31SDActLCC5                INTEGER,
    indLineR31SDDefLCC5                INTEGER,
    indLineR31SDUseDefLCC5             INTEGER,
    indLineR31SDActForceLNPLookup      INTEGER,
    indLineR31SDDefForceLNPLookup      INTEGER,
    indLineR31SDUseDefForceLNPLookup   INTEGER,
    indLineR31SDActIntnatlCarr         DisplayString,
    indLineR31SDDefIntnatlCarr         DisplayString,
    indLineR31SDUseDefIntnatlCarr      INTEGER,
    indLineR31LineTrafficStudy         INTEGER,
    indLineR31CallListsMissedCalls     LongDisplayString,
    indLineR31CallListsAnswrdCalls     LongDisplayString,
    indLineR31CallListsDialedCalls     LongDisplayString,
    indLineR31EnabledDate              Unsigned32,
    indLineR31SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR31SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR31SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR31SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR31SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR31SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR31SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR31SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR31SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR31SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR31SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR31SDActLCC6                INTEGER,
    indLineR31SDDefLCC6                INTEGER,
    indLineR31SDUseDefLCC6             INTEGER,
    indLineR31SDActLCC7                INTEGER,
    indLineR31SDDefLCC7                INTEGER,
    indLineR31SDUseDefLCC7             INTEGER,
    indLineR31SDActLCC8                INTEGER,
    indLineR31SDDefLCC8                INTEGER,
    indLineR31SDUseDefLCC8             INTEGER,
    indLineR31SDActLCC9                INTEGER,
    indLineR31SDDefLCC9                INTEGER,
    indLineR31SDUseDefLCC9             INTEGER,
    indLineR31SDActLCC10               INTEGER,
    indLineR31SDDefLCC10               INTEGER,
    indLineR31SDUseDefLCC10            INTEGER,
    indLineR31SDActLCC11               INTEGER,
    indLineR31SDDefLCC11               INTEGER,
    indLineR31SDUseDefLCC11            INTEGER,
    indLineR31SDActLCC12               INTEGER,
    indLineR31SDDefLCC12               INTEGER,
    indLineR31SDUseDefLCC12            INTEGER,
    indLineR31SDActLCC13               INTEGER,
    indLineR31SDDefLCC13               INTEGER,
    indLineR31SDUseDefLCC13            INTEGER,
    indLineR31SDActLCC14               INTEGER,
    indLineR31SDDefLCC14               INTEGER,
    indLineR31SDUseDefLCC14            INTEGER,
    indLineR31SDActLCC15               INTEGER,
    indLineR31SDDefLCC15               INTEGER,
    indLineR31SDUseDefLCC15            INTEGER,
    indLineR31SDActLCC16               INTEGER,
    indLineR31SDDefLCC16               INTEGER,
    indLineR31SDUseDefLCC16            INTEGER,
    indLineR31SDActLCC17               INTEGER,
    indLineR31SDDefLCC17               INTEGER,
    indLineR31SDUseDefLCC17            INTEGER,
    indLineR31SDActLCC18               INTEGER,
    indLineR31SDDefLCC18               INTEGER,
    indLineR31SDUseDefLCC18            INTEGER,
    indLineR31SDActLCC19               INTEGER,
    indLineR31SDDefLCC19               INTEGER,
    indLineR31SDUseDefLCC19            INTEGER,
    indLineR31SDActLCC20               INTEGER,
    indLineR31SDDefLCC20               INTEGER,
    indLineR31SDUseDefLCC20            INTEGER,
    indLineR31T1I1GatewayNEConn        Unsigned32,
    indLineR31T1I2GatewayNetwkElement  DisplayString,
    indLineR31T1I3GatewayCFSIx         Unsigned32,
    indLineR31T1I4GatewayGatewayIx     Unsigned32,
    indLineR31T2I1GatewayNEConn        Unsigned32,
    indLineR31T2I2GatewayNetwkElement  DisplayString,
    indLineR31T2I3GatewayCFSIx         Unsigned32,
    indLineR31T2I4GatewayGatewayIx     Unsigned32,
    indLineR31SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR31SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR31SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR31SDActVQMCallLogging      INTEGER,
    indLineR31SDDefVQMCallLogging      INTEGER,
    indLineR31SDUseDefVQMCallLogging   INTEGER,
    indLineR31CFMLvlOnApply            INTEGER,
    indLineR31SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR31SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR31SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR31CurrNumRegistrations     Integer32,
    indLineR31FaultMonitoringLvl       INTEGER,
    indLineR31CFMLvlOnApply2           INTEGER,
    indLineR31SIPPassword              DisplayString,
    indLineR31SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR31SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR31SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR31SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR31SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR31SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR31SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR31SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR31SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR31SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR31SDUseDefNetwkNode        INTEGER,
    indLineR31MovedToNumAsDialed       DisplayString,
    indLineR31MovedDate                Unsigned32,
    indLineR31SDActExpireAfter         Unsigned32,
    indLineR31SDDefExpireAfter         Unsigned32,
    indLineR31SDUseDefExpireAfter      INTEGER,
    indLineR31ExpiryDate               Unsigned32,
    indLineR31SecondLocale             INTEGER,
    indLineR31SDActAdvChrgAOCD         INTEGER,
    indLineR31SDDefAdvChrgAOCD         INTEGER,
    indLineR31SDUseDefAdvChrgAOCD      INTEGER,
    indLineR31SDActAdvChrgAOCE         INTEGER,
    indLineR31SDDefAdvChrgAOCE         INTEGER,
    indLineR31SDUseDefAdvChrgAOCE      INTEGER,
    indLineR31PayphoneMetering         INTEGER,
    indLineR31SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR31SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR31SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR31SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR31SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR31SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR31SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR31SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR31SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR31SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR31SDUseDefESAProtDom       INTEGER,
    indLineR31SASHostname              LongDisplayString,
    indLineR31I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR31I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR31I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR31SDActSubTimezone         LongDisplayString,
    indLineR31SDDefSubTimezone         LongDisplayString,
    indLineR31SDUseDefSubTimezone      INTEGER,
    indLineR31SDActChargeInd           INTEGER,
    indLineR31SDDefChargeInd           INTEGER,
    indLineR31SDUseDefChargeInd        INTEGER,
    indLineR31SDActSubClgCategory      INTEGER,
    indLineR31SDDefSubClgCategory      INTEGER,
    indLineR31SDUseDefSubClgCategory   INTEGER,
    indLineR31CustomerInfoFirstName    LongDisplayString,
    indLineR31CustomerInfoSecondName   LongDisplayString,
    indLineR31CustomerInfoOtherNames   LongDisplayString,
    indLineR31CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR31CustomerInfoSurname      LongDisplayString,
    indLineR31I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR31I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR31I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR31I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR31TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR31I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR31I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR31I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR31FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR31ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR31AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR31SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR31SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR31SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR31StatisticsAlrms          Integer32,
    indLineR31SupportDevTwinning       INTEGER,
    indLineR31DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR31DevTwinningSIPUserName   DisplayString,
    indLineR31DevTwinningSIPDomainName DisplayString,
    indLineR31DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR31DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR31I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR31I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR31I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR31I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR31DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR31DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR31DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR31DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR31DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR31I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR31I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR31I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR31I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR31DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR31DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR31DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR31DevTwinningSIPPassword   DisplayString,
    indLineR31NoUserEquipment          INTEGER,
    indLineR31SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR31SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR31SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR31AllowRehoming            INTEGER,
    indLineR31I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR31SDActAccessionClientOnly INTEGER,
    indLineR31SDDefAccessionClientOnly INTEGER,
    indLineR31SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR31PreSubscribedConn        INTEGER,
    indLineR31ExportIncASRepData       INTEGER,
    indLineR31PBXIsDuplicate           INTEGER,
    indLineR31PBXIsRenumbering         INTEGER,
    indLineR31SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR31SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR31SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR31PortedRtgMethod          INTEGER,
    indLineR31LocationRtgNum           DisplayString,
    indLineR31IsIMS                    INTEGER,
    indLineR31ExportChldObjectsToInc   INTEGER,
    indLineR31SDActTypeAddtlCallAppearances
                                       INTEGER,
    indLineR31SDDefTypeAddtlCallAppearances
                                       INTEGER,
    indLineR31SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    indLineR31PermissibleInboundIPAddrs
                                       LongDisplayString,
    indLineR31SDActOutArea             INTEGER,
    indLineR31SDDefOutArea             INTEGER,
    indLineR31SDUseDefOutArea          INTEGER
  }

  indLineR31NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR31Entry  1 }

  indLineR31NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR31Entry  2 }

  indLineR31CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR31Entry  3 }

  indLineR31DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR31Entry  4 }

  indLineR31PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR31Entry  5 }

  indLineR31ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { indLineR31Entry  6 }

  indLineR31I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR31Entry  7 }

  indLineR31I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR31Entry  8 }

  indLineR31I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR31Entry  9 }

  indLineR31I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR31Entry  10 }

  indLineR31NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR31Entry  11 }

  indLineR31T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR31Entry  12 }

  indLineR31T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR31Entry  13 }

  indLineR31T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR31Entry  14 }

  indLineR31T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR31Entry  15 }

  indLineR31T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR31Entry  16 }

  indLineR31T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR31Entry  17 }

  indLineR31T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR31Entry  18 }

  indLineR31T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR31Entry  19 }

  indLineR31T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR31Entry  20 }

  indLineR31T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR31Entry  21 }

  indLineR31AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR31Entry  22 }

  indLineR31PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR31Entry  23 }

  indLineR31SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR31Entry  24 }

  indLineR31LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR31Entry  25 }

  indLineR31FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR31Entry  26 }

  indLineR31PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR31Entry  29 }

  indLineR31Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR31Entry  30 }

  indLineR31LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR31Entry  33 }

  indLineR31DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR31Entry  34 }

  indLineR31OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR31Entry  36 }

  indLineR31OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR31Entry  37 }

  indLineR31OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR31Entry  38 }

  indLineR31TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR31Entry  39 }

  indLineR31TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR31Entry  40 }

  indLineR31ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR31Entry  42 }

  indLineR31ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR31Entry  43 }

  indLineR31ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR31Entry  44 }

  indLineR31LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR31Entry  45 }

  indLineR31LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR31Entry  46 }

  indLineR31LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR31Entry  47 }

  indLineR31LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR31Entry  48 }

  indLineR31LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR31Entry  49 }

  indLineR31LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR31Entry  50 }

  indLineR31LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR31Entry  51 }

  indLineR31LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR31Entry  52 }

  indLineR31AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR31Entry  53 }

  indLineR31AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR31Entry  54 }

  indLineR31AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR31Entry  55 }

  indLineR31AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR31Entry  56 }

  indLineR31AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR31Entry  57 }

  indLineR31AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR31Entry  58 }

  indLineR31ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR31Entry  59 }

  indLineR31ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR31Entry  60 }

  indLineR31ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR31Entry  61 }

  indLineR31ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR31Entry  62 }

  indLineR31DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR31Entry  63 }

  indLineR31DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR31Entry  64 }

  indLineR31DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR31Entry  65 }

  indLineR31DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR31Entry  66 }

  indLineR31SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR31Entry  67 }

  indLineR31RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR31Entry  68 }

  indLineR31ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR31Entry  69 }

  indLineR31ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR31Entry  70 }

  indLineR31ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR31Entry  71 }

  indLineR31ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR31Entry  72 }

  indLineR31ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR31Entry  73 }

  indLineR31ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR31Entry  74 }

  indLineR31DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2),
                   resynchronizePhones(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR31Entry  75 }

  indLineR31MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR31Entry  76 }

  indLineR31CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR31Entry  77 }

  indLineR31SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR31Entry  78 }

  indLineR31I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR31Entry  79 }

  indLineR31I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR31Entry  80 }

  indLineR31I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR31Entry  81 }

  indLineR31I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR31Entry  82 }

  indLineR31I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR31Entry  83 }

  indLineR31ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR31Entry  84 }

  indLineR31DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR31Entry  85 }

  indLineR31SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR31Entry  86 }

  indLineR31SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR31Entry  87 }

  indLineR31UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR31Entry  88 }

  indLineR31SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR31Entry  89 }

  indLineR31SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR31Entry  90 }

  indLineR31NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR31Entry  91 }

  indLineR31ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR31Entry  92 }

  indLineR31ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR31Entry  96 }

  indLineR31GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR31Entry  97 }

  indLineR31TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR31Entry  98 }

  indLineR31CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR31Entry  99 }

  indLineR31CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR31Entry  100 }

  indLineR31CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR31Entry  101 }

  indLineR31CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR31Entry  102 }

  indLineR31CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR31Entry  103 }

  indLineR31PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR31Entry  104 }

  indLineR31RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR31Entry  105 }

  indLineR31RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR31Entry  106 }

  indLineR31MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR31Entry  107 }

  indLineR31ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR31Entry  108 }

  indLineR31ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { indLineR31Entry  109 }

  indLineR31I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  110 }

  indLineR31I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  111 }

  indLineR31I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  112 }

  indLineR31I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  113 }

  indLineR31PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR31Entry  114 }

  indLineR31GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR31Entry  120 }

  indLineR31LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR31Entry  122 }

  indLineR31LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR31Entry  123 }

  indLineR31LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR31Entry  124 }

  indLineR31LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR31Entry  125 }

  indLineR31LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR31Entry  126 }

  indLineR31LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR31Entry  127 }

  indLineR31I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR31Entry  133 }

  indLineR31I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR31Entry  134 }

  indLineR31I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR31Entry  135 }

  indLineR31I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR31Entry  136 }

  indLineR31InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR31Entry  137 }

  indLineR31UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR31Entry  138 }

  indLineR31SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  139 }

  indLineR31SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  140 }

  indLineR31SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  141 }

  indLineR31SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  142 }

  indLineR31SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  143 }

  indLineR31SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  144 }

  indLineR31SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  150 }

  indLineR31SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  151 }

  indLineR31SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  152 }

  indLineR31SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  153 }

  indLineR31SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  154 }

  indLineR31SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  155 }

  indLineR31SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  156 }

  indLineR31SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  157 }

  indLineR31SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  158 }

  indLineR31SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  159 }

  indLineR31SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  160 }

  indLineR31SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  161 }

  indLineR31SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  162 }

  indLineR31SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  163 }

  indLineR31SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  164 }

  indLineR31SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  165 }

  indLineR31SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  166 }

  indLineR31SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  167 }

  indLineR31SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  168 }

  indLineR31SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  169 }

  indLineR31SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  170 }

  indLineR31SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  171 }

  indLineR31SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  172 }

  indLineR31SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  173 }

  indLineR31SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  174 }

  indLineR31SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  175 }

  indLineR31SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  176 }

  indLineR31SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  177 }

  indLineR31SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  178 }

  indLineR31SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  179 }

  indLineR31SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  180 }

  indLineR31SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  181 }

  indLineR31SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  182 }

  indLineR31SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  183 }

  indLineR31SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  184 }

  indLineR31SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  185 }

  indLineR31SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  186 }

  indLineR31SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  187 }

  indLineR31SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  188 }

  indLineR31SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  189 }

  indLineR31SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  190 }

  indLineR31SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  191 }

  indLineR31SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  192 }

  indLineR31SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  193 }

  indLineR31SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  194 }

  indLineR31LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR31Entry  195 }

  indLineR31CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR31Entry  196 }

  indLineR31CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR31Entry  197 }

  indLineR31CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR31Entry  198 }

  indLineR31EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR31Entry  199 }

  indLineR31SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  207 }

  indLineR31SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  208 }

  indLineR31SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  209 }

  indLineR31SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  210 }

  indLineR31SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  211 }

  indLineR31SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  212 }

  indLineR31SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  213 }

  indLineR31SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  214 }

  indLineSDActR31SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  216 }

  indLineSDDefR31SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR31Entry  217 }

  indLineR31SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  218 }

  indLineR31SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  224 }

  indLineR31SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  225 }

  indLineR31SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  226 }

  indLineR31SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  227 }

  indLineR31SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  228 }

  indLineR31SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  229 }

  indLineR31SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  230 }

  indLineR31SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  231 }

  indLineR31SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  232 }

  indLineR31SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  233 }

  indLineR31SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  234 }

  indLineR31SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  235 }

  indLineR31SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  236 }

  indLineR31SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  237 }

  indLineR31SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  238 }

  indLineR31SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  239 }

  indLineR31SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  240 }

  indLineR31SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  241 }

  indLineR31SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  242 }

  indLineR31SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  243 }

  indLineR31SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  244 }

  indLineR31SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  245 }

  indLineR31SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  246 }

  indLineR31SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  247 }

  indLineR31SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  248 }

  indLineR31SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  249 }

  indLineR31SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  250 }

  indLineR31SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  251 }

  indLineR31SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  252 }

  indLineR31SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  253 }

  indLineR31SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  254 }

  indLineR31SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  255 }

  indLineR31SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  256 }

  indLineR31SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  257 }

  indLineR31SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  258 }

  indLineR31SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  259 }

  indLineR31SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  260 }

  indLineR31SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  261 }

  indLineR31SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  262 }

  indLineR31SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  263 }

  indLineR31SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  264 }

  indLineR31SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  265 }

  indLineR31SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  266 }

  indLineR31SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  267 }

  indLineR31SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  268 }

  indLineR31T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR31Entry  269 }

  indLineR31T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR31Entry  270 }

  indLineR31T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR31Entry  271 }

  indLineR31T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR31Entry  272 }

  indLineR31T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR31Entry  273 }

  indLineR31T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR31Entry  274 }

  indLineR31T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR31Entry  275 }

  indLineR31T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR31Entry  276 }

  indLineR31SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  285 }

  indLineR31SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  286 }

  indLineR31SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  287 }

  indLineR31SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  301 }

  indLineR31SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  302 }

  indLineR31SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  303 }

  indLineR31CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR31Entry  304 }

  indLineR31SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  305 }

  indLineR31SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  306 }

  indLineR31SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  307 }

  indLineR31CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR31Entry  308 }

  indLineR31FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR31Entry  309 }

  indLineR31CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR31Entry  310 }

  indLineR31SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR31Entry  311 }

  indLineR31SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  312 }

  indLineR31SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  313 }

  indLineR31SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  314 }

  indLineR31SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  315 }

  indLineR31SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  316 }

  indLineR31SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  317 }

  indLineR31SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  318 }

  indLineR31SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  319 }

  indLineSDActR31SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  321 }

  indLineSDDefR31SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR31Entry  322 }

  indLineR31SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  323 }

  indLineR31MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR31Entry  328 }

  indLineR31MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR31Entry  329 }

  indLineR31SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  330 }

  indLineR31SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  331 }

  indLineR31SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  332 }

  indLineR31ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR31Entry  333 }

  indLineR31SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR31Entry  346 }

  indLineR31SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  347 }

  indLineR31SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  348 }

  indLineR31SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  349 }

  indLineR31SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  350 }

  indLineR31SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  351 }

  indLineR31SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  352 }

  indLineR31PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR31Entry  353 }

  indLineR31SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  354 }

  indLineR31SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  355 }

  indLineR31SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  356 }

  indLineR31SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  357 }

  indLineR31SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  358 }

  indLineR31SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  359 }

  indLineR31SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  360 }

  indLineR31SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  361 }

  indLineSDActR31SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  363 }

  indLineSDDefR31SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR31Entry  364 }

  indLineR31SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  365 }

  indLineR31SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR31Entry  370 }

  indLineR31I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR31Entry  371 }

  indLineR31I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR31Entry  372 }

  indLineR31I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR31Entry  373 }

  indLineR31SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  375 }

  indLineR31SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  376 }

  indLineR31SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  377 }

  indLineR31SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  378 }

  indLineR31SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  379 }

  indLineR31SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  380 }

  indLineR31SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  381 }

  indLineR31SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  382 }

  indLineR31SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  383 }

  indLineR31CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR31Entry  390 }

  indLineR31CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR31Entry  391 }

  indLineR31CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR31Entry  392 }

  indLineR31CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR31Entry  393 }

  indLineR31CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR31Entry  394 }

  indLineR31I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR31Entry  395 }

  indLineR31I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR31Entry  396 }

  indLineR31I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR31Entry  397 }

  indLineR31I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR31Entry  398 }

  indLineR31TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR31Entry  399 }

  indLineR31I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR31Entry  400 }

  indLineR31I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR31Entry  401 }

  indLineR31I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR31Entry  402 }

  indLineR31FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR31Entry  403 }

  indLineR31ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR31Entry  404 }

  indLineR31AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR31Entry  405 }

  indLineR31SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  406 }

  indLineR31SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  407 }

  indLineR31SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  408 }

  indLineR31StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR31Entry  409 }

  indLineR31SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR31Entry  410 }

  indLineR31DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR31Entry  411 }

  indLineR31DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR31Entry  412 }

  indLineR31DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR31Entry  413 }

  indLineR31DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR31Entry  414 }

  indLineR31DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR31Entry  415 }

  indLineR31I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR31Entry  416 }

  indLineR31I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR31Entry  417 }

  indLineR31I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR31Entry  418 }

  indLineR31I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR31Entry  419 }

  indLineR31DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR31Entry  420 }

  indLineR31DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR31Entry  421 }

  indLineR31DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR31Entry  422 }

  indLineR31DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR31Entry  423 }

  indLineR31DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR31Entry  424 }

  indLineR31I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  425 }

  indLineR31I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  426 }

  indLineR31I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  427 }

  indLineR31I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR31Entry  428 }

  indLineR31DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR31Entry  429 }

  indLineR31DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR31Entry  430 }

  indLineR31DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR31Entry  431 }

  indLineR31DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR31Entry  432 }

  indLineR31NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR31Entry  433 }

  indLineR31SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  434 }

  indLineR31SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  435 }

  indLineR31SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  436 }

  indLineR31AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR31Entry  437 }

  indLineR31I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR31Entry  438 }

  indLineR31SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  439 }

  indLineR31SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  440 }

  indLineR31SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  441 }

  indLineR31PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR31Entry  442 }

  indLineR31ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR31Entry  443 }

  indLineR31PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR31Entry  444 }

  indLineR31PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR31Entry  445 }

  indLineR31SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  446 }

  indLineR31SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  447 }

  indLineR31SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  448 }

  indLineR31PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { indLineR31Entry  449 }

  indLineR31LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { indLineR31Entry  450 }

  indLineR31IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { indLineR31Entry  451 }

  indLineR31ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR31Entry  452 }

  indLineR31SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  453 }

  indLineR31SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  454 }

  indLineR31SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  455 }

  indLineR31PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { indLineR31Entry  456 }

  indLineR31SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  457 }

  indLineR31SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR31Entry  458 }

  indLineR31SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR31Entry  459 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  bGLineR31Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2634 }

  bGLineR31Entry OBJECT-TYPE
    SYNTAX       BGLineR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR31NEConn,
             bGLineR31NetwkElement,
             bGLineR31CFSIx,
             bGLineR31GpIx,
             bGLineR31FirstDirNum,
             bGLineR31DirNum }
    ::= {  bGLineR31Table  1  }

  BGLineR31Entry  ::=  SEQUENCE
  {
    bGLineR31NEConn                    Unsigned32,
    bGLineR31NetwkElement              DisplayString,
    bGLineR31CFSIx                     Unsigned32,
    bGLineR31GpIx                      Unsigned32,
    bGLineR31FirstDirNum               DisplayString,
    bGLineR31DirNum                    DisplayString,
    bGLineR31PresNum                   DisplayString,
    bGLineR31ClgPartyNum               DisplayString,
    bGLineR31IntercomDialingCode       DisplayString,
    bGLineR31NumStatus                 INTEGER,
    bGLineR31PortedExchangeID          DisplayString,
    bGLineR31T1I1AccDevNEConn          Unsigned32,
    bGLineR31T1I2AccDevNetwkElement    DisplayString,
    bGLineR31T1I3AccDevCFSIx           Unsigned32,
    bGLineR31T1I4AccDevGatewayIx       Unsigned32,
    bGLineR31T1I5AccDevDeviceIx        Unsigned32,
    bGLineR31T2I1AccDevNEConn          Unsigned32,
    bGLineR31T2I2AccDevNetwkElement    DisplayString,
    bGLineR31T2I3AccDevCFSIx           Unsigned32,
    bGLineR31T2I4AccDevGatewayIx       Unsigned32,
    bGLineR31T2I5AccDevDeviceIx        Unsigned32,
    bGLineR31AccessLineNum             Unsigned32,
    bGLineR31SignalFunctionCode        INTEGER,
    bGLineR31LineUsage                 INTEGER,
    bGLineR31FSKFormat                 INTEGER,
    bGLineR31PIN                       DisplayString,
    bGLineR31LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR31DigitMaskingReqd          INTEGER,
    bGLineR31OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR31OrigingFacilityMarksADC   INTEGER,
    bGLineR31TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR31TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR31ActYear                   Unsigned32,
    bGLineR31ActMonth                  Unsigned32,
    bGLineR31ActDate                   Unsigned32,
    bGLineR31LastInCallClgType         INTEGER,
    bGLineR31LastInCallUniqueNum       INTEGER,
    bGLineR31LastInCallClgNum          DisplayString,
    bGLineR31LastInCallClgPresNum      DisplayString,
    bGLineR31LastInCallTimeCall        Unsigned32,
    bGLineR31LastInCallCallerWaited    INTEGER,
    bGLineR31LastInCallCallAnswrd      INTEGER,
    bGLineR31LastInCallCallTraced      INTEGER,
    bGLineR31AlrmState                 INTEGER,
    bGLineR31AlrmLogCorr               Counter64,
    bGLineR31AddtlAlrmLogCorr          Counter64,
    bGLineR31AlrmEvtsAttnRq            Unsigned32,
    bGLineR31AlrmEvtsAtndDp            Unsigned32,
    bGLineR31AlrmStateTimestamp        Unsigned32,
    bGLineR31ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR31ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR31ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR31ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR31DiagsLogLvl               INTEGER,
    bGLineR31DiagsAPITraceEnabled      INTEGER,
    bGLineR31DiagsAPITraceTag          DisplayString,
    bGLineR31DiagsAPITraceRemNum       DisplayString,
    bGLineR31SummaryChldAlrmState      INTEGER,
    bGLineR31ExportNumObjectsExported  Integer32,
    bGLineR31ExportStatus              DisplayString,
    bGLineR31ExportFile                DisplayString,
    bGLineR31ExportCorr                Counter64,
    bGLineR31ExportCorrNode            DisplayString,
    bGLineR31ExportCorrUID             DisplayString,
    bGLineR31DoExtraActions            INTEGER,
    bGLineR31RowStatus                 RowStatus,
    bGLineR31MovedToDirNum             DisplayString,
    bGLineR31CustInfo                  DisplayString,
    bGLineR31SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR31SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR31SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR31SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR31SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR31SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR31SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR31SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR31SDUseDefSubGpBusLine      INTEGER,
    bGLineR31SigType                   INTEGER,
    bGLineR31I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR31I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR31I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR31I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR31I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR31ISDNDefBearerCapabilities BITS,
    bGLineR31SIPUserName               DisplayString,
    bGLineR31SIPDomainName             DisplayString,
    bGLineR31UseStaticNATMapping       INTEGER,
    bGLineR31SIPRegistrationStatus     INTEGER,
    bGLineR31SIPAuthenticationReqd     INTEGER,
    bGLineR31NewSIPPassword            DisplayString,
    bGLineR31ConfirmNewSIPPassword     DisplayString,
    bGLineR31SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR31SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR31SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR31SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR31SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR31SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR31GR303NailedUpConn         INTEGER,
    bGLineR31MultipleAppearanceDirNum  DisplayString,
    bGLineR31AllowDirectDialing        INTEGER,
    bGLineR31CustInfo2                 DisplayString,
    bGLineR31CustInfo3                 DisplayString,
    bGLineR31CustInfo4                 DisplayString,
    bGLineR31CustInfo5                 DisplayString,
    bGLineR31CustInfo6                 DisplayString,
    bGLineR31RecentlyMovedFromOldNum   INTEGER,
    bGLineR31MovedFromDirNum           DisplayString,
    bGLineR31ConnectCallAfterAnnounce  INTEGER,
    bGLineR31ChargeNum                 DisplayString,
    bGLineR31I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR31I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR31I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR31I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR31PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR31GR303DialType             INTEGER,
    bGLineR31LastOutCallCldType        INTEGER,
    bGLineR31LastOutCallCldNum         DisplayString,
    bGLineR31LastOutCallNumPres        INTEGER,
    bGLineR31LastOutCallCallType       INTEGER,
    bGLineR31LastOutCallDirectDialed   INTEGER,
    bGLineR31LastOutCallCarr           DisplayString,
    bGLineR31I1PerProfNEConn           Unsigned32,
    bGLineR31I2PerProfNetwkElement     DisplayString,
    bGLineR31I3PerProfCFSIx            Unsigned32,
    bGLineR31I4PerProfGpIx             Unsigned32,
    bGLineR31UseDNIdentification       INTEGER,
    bGLineR31SDActLongDistanceCarr     DisplayString,
    bGLineR31SDDefLongDistanceCarr     DisplayString,
    bGLineR31SDUseDefLongDistanceCarr  INTEGER,
    bGLineR31SDActIntraLATACarr        DisplayString,
    bGLineR31SDDefIntraLATACarr        DisplayString,
    bGLineR31SDUseDefIntraLATACarr     INTEGER,
    bGLineR31SDActIntnatlCarr          DisplayString,
    bGLineR31SDDefIntnatlCarr          DisplayString,
    bGLineR31SDUseDefIntnatlCarr       INTEGER,
    bGLineR31SDActRtgAttrs             BITS,
    bGLineR31SDDefRtgAttrs             BITS,
    bGLineR31SDUseDefRtgAttrs          INTEGER,
    bGLineR31SDActTimezone             INTEGER,
    bGLineR31SDDefTimezone             INTEGER,
    bGLineR31SDUseDefTimezone          INTEGER,
    bGLineR31SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR31SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR31SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR31SDActLCC1                 INTEGER,
    bGLineR31SDDefLCC1                 INTEGER,
    bGLineR31SDUseDefLCC1              INTEGER,
    bGLineR31SDActLCC2                 INTEGER,
    bGLineR31SDDefLCC2                 INTEGER,
    bGLineR31SDUseDefLCC2              INTEGER,
    bGLineR31SDActLCC3                 INTEGER,
    bGLineR31SDDefLCC3                 INTEGER,
    bGLineR31SDUseDefLCC3              INTEGER,
    bGLineR31SDActLCC4                 INTEGER,
    bGLineR31SDDefLCC4                 INTEGER,
    bGLineR31SDUseDefLCC4              INTEGER,
    bGLineR31SDActLCC5                 INTEGER,
    bGLineR31SDDefLCC5                 INTEGER,
    bGLineR31SDUseDefLCC5              INTEGER,
    bGLineR31SDActMaxCallAppearances   Unsigned32,
    bGLineR31SDDefMaxCallAppearances   Unsigned32,
    bGLineR31SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR31SDActTariffGp             INTEGER,
    bGLineR31SDDefTariffGp             INTEGER,
    bGLineR31SDUseDefTariffGp          INTEGER,
    bGLineR31SDActForceLNPLookup       INTEGER,
    bGLineR31SDDefForceLNPLookup       INTEGER,
    bGLineR31SDUseDefForceLNPLookup    INTEGER,
    bGLineR31LineTrafficStudy          INTEGER,
    bGLineR31MLHGIx                    Unsigned32,
    bGLineR31MLHGMemberIx              Unsigned32,
    bGLineR31CallListsMissedCalls      LongDisplayString,
    bGLineR31CallListsAnswrdCalls      LongDisplayString,
    bGLineR31CallListsDialedCalls      LongDisplayString,
    bGLineR31EnabledDate               Unsigned32,
    bGLineR31SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR31SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR31SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR31SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR31SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR31SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR31SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR31SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR31SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR31SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR31SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR31SDActLCC6                 INTEGER,
    bGLineR31SDDefLCC6                 INTEGER,
    bGLineR31SDUseDefLCC6              INTEGER,
    bGLineR31SDActLCC7                 INTEGER,
    bGLineR31SDDefLCC7                 INTEGER,
    bGLineR31SDUseDefLCC7              INTEGER,
    bGLineR31SDActLCC8                 INTEGER,
    bGLineR31SDDefLCC8                 INTEGER,
    bGLineR31SDUseDefLCC8              INTEGER,
    bGLineR31SDActLCC9                 INTEGER,
    bGLineR31SDDefLCC9                 INTEGER,
    bGLineR31SDUseDefLCC9              INTEGER,
    bGLineR31SDActLCC10                INTEGER,
    bGLineR31SDDefLCC10                INTEGER,
    bGLineR31SDUseDefLCC10             INTEGER,
    bGLineR31SDActLCC11                INTEGER,
    bGLineR31SDDefLCC11                INTEGER,
    bGLineR31SDUseDefLCC11             INTEGER,
    bGLineR31SDActLCC12                INTEGER,
    bGLineR31SDDefLCC12                INTEGER,
    bGLineR31SDUseDefLCC12             INTEGER,
    bGLineR31SDActLCC13                INTEGER,
    bGLineR31SDDefLCC13                INTEGER,
    bGLineR31SDUseDefLCC13             INTEGER,
    bGLineR31SDActLCC14                INTEGER,
    bGLineR31SDDefLCC14                INTEGER,
    bGLineR31SDUseDefLCC14             INTEGER,
    bGLineR31SDActLCC15                INTEGER,
    bGLineR31SDDefLCC15                INTEGER,
    bGLineR31SDUseDefLCC15             INTEGER,
    bGLineR31SDActLCC16                INTEGER,
    bGLineR31SDDefLCC16                INTEGER,
    bGLineR31SDUseDefLCC16             INTEGER,
    bGLineR31SDActLCC17                INTEGER,
    bGLineR31SDDefLCC17                INTEGER,
    bGLineR31SDUseDefLCC17             INTEGER,
    bGLineR31SDActLCC18                INTEGER,
    bGLineR31SDDefLCC18                INTEGER,
    bGLineR31SDUseDefLCC18             INTEGER,
    bGLineR31SDActLCC19                INTEGER,
    bGLineR31SDDefLCC19                INTEGER,
    bGLineR31SDUseDefLCC19             INTEGER,
    bGLineR31SDActLCC20                INTEGER,
    bGLineR31SDDefLCC20                INTEGER,
    bGLineR31SDUseDefLCC20             INTEGER,
    bGLineR31T1I1GatewayNEConn         Unsigned32,
    bGLineR31T1I2GatewayNetwkElement   DisplayString,
    bGLineR31T1I3GatewayCFSIx          Unsigned32,
    bGLineR31T1I4GatewayGatewayIx      Unsigned32,
    bGLineR31T2I1GatewayNEConn         Unsigned32,
    bGLineR31T2I2GatewayNetwkElement   DisplayString,
    bGLineR31T2I3GatewayCFSIx          Unsigned32,
    bGLineR31T2I4GatewayGatewayIx      Unsigned32,
    bGLineR31I1DepartmentNEConn        Unsigned32,
    bGLineR31I2DepartmentNetwkElement  DisplayString,
    bGLineR31I3DepartmentCFSIx         Unsigned32,
    bGLineR31I4DepartmentGpIx          Unsigned32,
    bGLineR31I5DepartmentDepartmentIx  Unsigned32,
    bGLineR31DepartmentOtherVals       INTEGER,
    bGLineR31SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR31SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR31SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR31SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR31SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR31SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR31CurrNumRegistrations      Integer32,
    bGLineR31SDActVQMCallLogging       INTEGER,
    bGLineR31SDDefVQMCallLogging       INTEGER,
    bGLineR31SDUseDefVQMCallLogging    INTEGER,
    bGLineR31DiagLogCorr               Counter64,
    bGLineR31FaultMonitoringLvl        INTEGER,
    bGLineR31SIPPassword               DisplayString,
    bGLineR31SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR31SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR31SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR31SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR31SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR31SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR31SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR31SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR31SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR31SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR31SDUseDefNetwkNode         INTEGER,
    bGLineR31MovedToNumAsDialed        DisplayString,
    bGLineR31MovedDate                 Unsigned32,
    bGLineR31SDActExpireAfter          Unsigned32,
    bGLineR31SDDefExpireAfter          Unsigned32,
    bGLineR31SDUseDefExpireAfter       INTEGER,
    bGLineR31ExpiryDate                Unsigned32,
    bGLineR31SASHostname               LongDisplayString,
    bGLineR31SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR31SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR31SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR31SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR31SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR31SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR31SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR31SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR31SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR31SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR31SDUseDefESAProtDom        INTEGER,
    bGLineR31I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR31I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR31I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR31SDActSubTimezone          LongDisplayString,
    bGLineR31SDDefSubTimezone          LongDisplayString,
    bGLineR31SDUseDefSubTimezone       INTEGER,
    bGLineR31SDActChargeInd            INTEGER,
    bGLineR31SDDefChargeInd            INTEGER,
    bGLineR31SDUseDefChargeInd         INTEGER,
    bGLineR31SDActSubClgCategory       INTEGER,
    bGLineR31SDDefSubClgCategory       INTEGER,
    bGLineR31SDUseDefSubClgCategory    INTEGER,
    bGLineR31CustomerInfoFirstName     LongDisplayString,
    bGLineR31CustomerInfoSecondName    LongDisplayString,
    bGLineR31CustomerInfoOtherNames    LongDisplayString,
    bGLineR31CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR31CustomerInfoSurname       LongDisplayString,
    bGLineR31SDActBusGpLinePrivileges  Unsigned32,
    bGLineR31SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR31SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR31I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR31I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR31I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR31I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR31TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR31I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR31I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR31I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR31FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR31ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR31AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR31SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR31SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR31SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR31StatisticsAlrms           Integer32,
    bGLineR31TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR31NumBlockDevTwinning       INTEGER,
    bGLineR31ACDServLvl                INTEGER,
    bGLineR31ACDAvail                  INTEGER,
    bGLineR31I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR31I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR31I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR31I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR31I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR31ACDDspCd                  INTEGER,
    bGLineR31NoUserEquipment           INTEGER,
    bGLineR31SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR31SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR31SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR31AllowRehoming             INTEGER,
    bGLineR31I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR31PreSubscribedConn         INTEGER,
    bGLineR31LoggedInMLHGs             LongDisplayString,
    bGLineR31ExportIncASRepData        INTEGER,
    bGLineR31SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR31SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR31SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR31ClgPartyNumEmgncyCall     DisplayString,
    bGLineR31PortedRtgMethod           INTEGER,
    bGLineR31LocationRtgNum            DisplayString,
    bGLineR31IsIMS                     INTEGER,
    bGLineR31ExportChldObjectsToInc    INTEGER,
    bGLineR31SDActTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR31SDDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR31SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR31SDActAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR31SDDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR31SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR31PermissibleInboundIPAddrs LongDisplayString,
    bGLineR31PrimaryIdentity           LongDisplayString,
    bGLineR31SDActOutArea              INTEGER,
    bGLineR31SDDefOutArea              INTEGER,
    bGLineR31SDUseDefOutArea           INTEGER
  }

  bGLineR31NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR31Entry  1 }

  bGLineR31NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR31Entry  2 }

  bGLineR31CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR31Entry  3 }

  bGLineR31GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR31Entry  4 }

  bGLineR31FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR31Entry  5 }

  bGLineR31DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR31Entry  6 }

  bGLineR31PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR31Entry  7 }

  bGLineR31ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { bGLineR31Entry  8 }

  bGLineR31IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR31Entry  9 }

  bGLineR31NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR31Entry  10 }

  bGLineR31PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR31Entry  11 }

  bGLineR31T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR31Entry  12 }

  bGLineR31T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR31Entry  13 }

  bGLineR31T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR31Entry  14 }

  bGLineR31T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR31Entry  15 }

  bGLineR31T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR31Entry  16 }

  bGLineR31T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR31Entry  17 }

  bGLineR31T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR31Entry  18 }

  bGLineR31T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR31Entry  19 }

  bGLineR31T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR31Entry  20 }

  bGLineR31T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR31Entry  21 }

  bGLineR31AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR31Entry  22 }

  bGLineR31SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR31Entry  23 }

  bGLineR31LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR31Entry  24 }

  bGLineR31FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR31Entry  25 }

  bGLineR31PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR31Entry  26 }

  bGLineR31LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR31Entry  27 }

  bGLineR31DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  28 }

  bGLineR31OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  30 }

  bGLineR31OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  32 }

  bGLineR31TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  33 }

  bGLineR31TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  34 }

  bGLineR31ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR31Entry  36 }

  bGLineR31ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR31Entry  37 }

  bGLineR31ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR31Entry  38 }

  bGLineR31LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR31Entry  39 }

  bGLineR31LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR31Entry  40 }

  bGLineR31LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR31Entry  41 }

  bGLineR31LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR31Entry  42 }

  bGLineR31LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR31Entry  43 }

  bGLineR31LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR31Entry  44 }

  bGLineR31LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR31Entry  45 }

  bGLineR31LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR31Entry  46 }

  bGLineR31AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR31Entry  47 }

  bGLineR31AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR31Entry  48 }

  bGLineR31AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR31Entry  49 }

  bGLineR31AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR31Entry  50 }

  bGLineR31AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR31Entry  51 }

  bGLineR31AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR31Entry  52 }

  bGLineR31ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR31Entry  53 }

  bGLineR31ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR31Entry  54 }

  bGLineR31ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR31Entry  55 }

  bGLineR31ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR31Entry  56 }

  bGLineR31DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR31Entry  57 }

  bGLineR31DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  58 }

  bGLineR31DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR31Entry  59 }

  bGLineR31DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR31Entry  60 }

  bGLineR31SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR31Entry  61 }

  bGLineR31ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR31Entry  62 }

  bGLineR31ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR31Entry  63 }

  bGLineR31ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR31Entry  64 }

  bGLineR31ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR31Entry  65 }

  bGLineR31ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR31Entry  66 }

  bGLineR31ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR31Entry  67 }

  bGLineR31DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR31Entry  68 }

  bGLineR31RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR31Entry  69 }

  bGLineR31MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR31Entry  70 }

  bGLineR31CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR31Entry  71 }

  bGLineR31SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  72 }

  bGLineR31SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  73 }

  bGLineR31SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  74 }

  bGLineR31SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  75 }

  bGLineR31SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  76 }

  bGLineR31SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  77 }

  bGLineR31SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  78 }

  bGLineR31SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR31Entry  79 }

  bGLineR31SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  80 }

  bGLineR31SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR31Entry  81 }

  bGLineR31I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR31Entry  82 }

  bGLineR31I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR31Entry  83 }

  bGLineR31I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR31Entry  84 }

  bGLineR31I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR31Entry  85 }

  bGLineR31I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR31Entry  86 }

  bGLineR31ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR31Entry  87 }

  bGLineR31SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR31Entry  88 }

  bGLineR31SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR31Entry  89 }

  bGLineR31UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR31Entry  90 }

  bGLineR31SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR31Entry  91 }

  bGLineR31SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR31Entry  92 }

  bGLineR31NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR31Entry  93 }

  bGLineR31ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR31Entry  94 }

  bGLineR31SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  96 }

  bGLineR31SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  97 }

  bGLineR31SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  98 }

  bGLineR31SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  100 }

  bGLineR31SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  101 }

  bGLineR31SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  102 }

  bGLineR31GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR31Entry  103 }

  bGLineR31MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR31Entry  104 }

  bGLineR31AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR31Entry  105 }

  bGLineR31CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR31Entry  106 }

  bGLineR31CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR31Entry  107 }

  bGLineR31CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR31Entry  108 }

  bGLineR31CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR31Entry  109 }

  bGLineR31CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR31Entry  110 }

  bGLineR31RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  111 }

  bGLineR31MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR31Entry  112 }

  bGLineR31ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  113 }

  bGLineR31ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { bGLineR31Entry  114 }

  bGLineR31I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR31Entry  123 }

  bGLineR31I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR31Entry  124 }

  bGLineR31I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR31Entry  125 }

  bGLineR31I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR31Entry  126 }

  bGLineR31PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR31Entry  127 }

  bGLineR31GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR31Entry  133 }

  bGLineR31LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR31Entry  137 }

  bGLineR31LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR31Entry  138 }

  bGLineR31LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR31Entry  139 }

  bGLineR31LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR31Entry  140 }

  bGLineR31LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR31Entry  141 }

  bGLineR31LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR31Entry  142 }

  bGLineR31I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR31Entry  158 }

  bGLineR31I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR31Entry  159 }

  bGLineR31I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR31Entry  160 }

  bGLineR31I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR31Entry  161 }

  bGLineR31UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR31Entry  162 }

  bGLineR31SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  163 }

  bGLineR31SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  164 }

  bGLineR31SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  165 }

  bGLineR31SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  166 }

  bGLineR31SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  167 }

  bGLineR31SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  168 }

  bGLineR31SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  169 }

  bGLineR31SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  170 }

  bGLineR31SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  171 }

  bGLineR31SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  172 }

  bGLineR31SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  173 }

  bGLineR31SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  174 }

  bGLineR31SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  175 }

  bGLineR31SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  176 }

  bGLineR31SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  177 }

  bGLineR31SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  178 }

  bGLineR31SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  179 }

  bGLineR31SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  180 }

  bGLineR31SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  181 }

  bGLineR31SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  182 }

  bGLineR31SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  183 }

  bGLineR31SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  184 }

  bGLineR31SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  185 }

  bGLineR31SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  186 }

  bGLineR31SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  187 }

  bGLineR31SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  188 }

  bGLineR31SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  189 }

  bGLineR31SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  190 }

  bGLineR31SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  191 }

  bGLineR31SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  192 }

  bGLineR31SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  193 }

  bGLineR31SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  194 }

  bGLineR31SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  195 }

  bGLineR31SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  200 }

  bGLineR31SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  201 }

  bGLineR31SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  202 }

  bGLineR31SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  203 }

  bGLineR31SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  204 }

  bGLineR31SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  205 }

  bGLineR31SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  206 }

  bGLineR31SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  207 }

  bGLineR31SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  208 }

  bGLineR31LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR31Entry  209 }

  bGLineR31MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR31Entry  210 }

  bGLineR31MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR31Entry  211 }

  bGLineR31CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR31Entry  212 }

  bGLineR31CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR31Entry  213 }

  bGLineR31CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR31Entry  214 }

  bGLineR31EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR31Entry  215 }

  bGLineR31SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  223 }

  bGLineR31SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  224 }

  bGLineR31SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  225 }

  bGLineR31SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  226 }

  bGLineR31SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  227 }

  bGLineR31SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  228 }

  bGLineR31SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  229 }

  bGLineR31SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  230 }

  bGLineSDActR31SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  232 }

  bGLineSDDefR31SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR31Entry  233 }

  bGLineR31SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  234 }

  bGLineR31SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  240 }

  bGLineR31SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  241 }

  bGLineR31SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  242 }

  bGLineR31SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  243 }

  bGLineR31SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  244 }

  bGLineR31SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  245 }

  bGLineR31SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  246 }

  bGLineR31SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  247 }

  bGLineR31SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  248 }

  bGLineR31SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  249 }

  bGLineR31SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  250 }

  bGLineR31SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  251 }

  bGLineR31SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  252 }

  bGLineR31SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  253 }

  bGLineR31SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  254 }

  bGLineR31SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  255 }

  bGLineR31SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  256 }

  bGLineR31SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  257 }

  bGLineR31SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  258 }

  bGLineR31SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  259 }

  bGLineR31SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  260 }

  bGLineR31SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  261 }

  bGLineR31SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  262 }

  bGLineR31SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  263 }

  bGLineR31SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  264 }

  bGLineR31SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  265 }

  bGLineR31SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  266 }

  bGLineR31SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  267 }

  bGLineR31SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  268 }

  bGLineR31SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  269 }

  bGLineR31SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  270 }

  bGLineR31SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  271 }

  bGLineR31SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  272 }

  bGLineR31SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  273 }

  bGLineR31SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  274 }

  bGLineR31SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  275 }

  bGLineR31SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  276 }

  bGLineR31SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  277 }

  bGLineR31SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  278 }

  bGLineR31SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  279 }

  bGLineR31SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  280 }

  bGLineR31SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  281 }

  bGLineR31SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  282 }

  bGLineR31SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  283 }

  bGLineR31SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  284 }

  bGLineR31T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR31Entry  285 }

  bGLineR31T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR31Entry  286 }

  bGLineR31T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR31Entry  287 }

  bGLineR31T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR31Entry  288 }

  bGLineR31T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR31Entry  289 }

  bGLineR31T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR31Entry  290 }

  bGLineR31T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR31Entry  291 }

  bGLineR31T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR31Entry  292 }

  bGLineR31I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR31Entry  294 }

  bGLineR31I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR31Entry  295 }

  bGLineR31I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR31Entry  296 }

  bGLineR31I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR31Entry  297 }

  bGLineR31I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR31Entry  298 }

  bGLineR31DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR31Entry  299 }

  bGLineR31SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  306 }

  bGLineR31SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  307 }

  bGLineR31SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  308 }

  bGLineR31SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  314 }

  bGLineR31SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  315 }

  bGLineR31SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  316 }

  bGLineR31CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR31Entry  319 }

  bGLineR31SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  324 }

  bGLineR31SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  325 }

  bGLineR31SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  326 }

  bGLineR31DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR31Entry  327 }

  bGLineR31FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR31Entry  328 }

  bGLineR31SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR31Entry  329 }

  bGLineR31SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  330 }

  bGLineR31SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  331 }

  bGLineR31SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  332 }

  bGLineR31SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  333 }

  bGLineR31SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  334 }

  bGLineR31SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  335 }

  bGLineR31SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  336 }

  bGLineR31SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  337 }

  bGLineSDActR31SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  339 }

  bGLineSDDefR31SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR31Entry  340 }

  bGLineR31SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  341 }

  bGLineR31MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR31Entry  346 }

  bGLineR31MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR31Entry  347 }

  bGLineR31SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  348 }

  bGLineR31SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  349 }

  bGLineR31SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  350 }

  bGLineR31ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR31Entry  351 }

  bGLineR31SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR31Entry  368 }

  bGLineR31SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  370 }

  bGLineR31SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  371 }

  bGLineR31SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  372 }

  bGLineR31SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  373 }

  bGLineR31SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  374 }

  bGLineR31SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  375 }

  bGLineR31SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  376 }

  bGLineR31SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  377 }

  bGLineSDActR31SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  379 }

  bGLineSDDefR31SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR31Entry  380 }

  bGLineR31SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  381 }

  bGLineR31I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR31Entry  390 }

  bGLineR31I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR31Entry  391 }

  bGLineR31I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR31Entry  392 }

  bGLineR31SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  394 }

  bGLineR31SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  395 }

  bGLineR31SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  396 }

  bGLineR31SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  397 }

  bGLineR31SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  398 }

  bGLineR31SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  399 }

  bGLineR31SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  400 }

  bGLineR31SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  401 }

  bGLineR31SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  402 }

  bGLineR31CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR31Entry  410 }

  bGLineR31CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR31Entry  411 }

  bGLineR31CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR31Entry  412 }

  bGLineR31CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR31Entry  413 }

  bGLineR31CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR31Entry  414 }

  bGLineR31SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  415 }

  bGLineR31SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  416 }

  bGLineR31SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  417 }

  bGLineR31I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR31Entry  418 }

  bGLineR31I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR31Entry  419 }

  bGLineR31I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR31Entry  420 }

  bGLineR31I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR31Entry  421 }

  bGLineR31TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR31Entry  422 }

  bGLineR31I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR31Entry  423 }

  bGLineR31I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR31Entry  424 }

  bGLineR31I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR31Entry  425 }

  bGLineR31FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR31Entry  426 }

  bGLineR31ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR31Entry  427 }

  bGLineR31AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR31Entry  428 }

  bGLineR31SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  429 }

  bGLineR31SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  430 }

  bGLineR31SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  431 }

  bGLineR31StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR31Entry  432 }

  bGLineR31TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR31Entry  441 }

  bGLineR31NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR31Entry  442 }

  bGLineR31ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR31Entry  443 }

  bGLineR31ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR31Entry  444 }

  bGLineR31I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR31Entry  445 }

  bGLineR31I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR31Entry  446 }

  bGLineR31I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR31Entry  447 }

  bGLineR31I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR31Entry  448 }

  bGLineR31I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR31Entry  449 }

  bGLineR31ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR31Entry  450 }

  bGLineR31NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR31Entry  451 }

  bGLineR31SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  452 }

  bGLineR31SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  453 }

  bGLineR31SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  454 }

  bGLineR31AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR31Entry  455 }

  bGLineR31I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR31Entry  456 }

  bGLineR31PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR31Entry  457 }

  bGLineR31LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR31Entry  458 }

  bGLineR31ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR31Entry  459 }

  bGLineR31SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  460 }

  bGLineR31SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  461 }

  bGLineR31SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  462 }

  bGLineR31ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { bGLineR31Entry  463 }

  bGLineR31PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR31Entry  464 }

  bGLineR31LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR31Entry  465 }

  bGLineR31IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR31Entry  466 }

  bGLineR31ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR31Entry  467 }

  bGLineR31SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  468 }

  bGLineR31SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  469 }

  bGLineR31SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  470 }

  bGLineR31SDActAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  471 }

  bGLineR31SDDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  472 }

  bGLineR31SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  473 }

  bGLineR31PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { bGLineR31Entry  474 }

  bGLineR31PrimaryIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary identity'."
    ::= { bGLineR31Entry  475 }

  bGLineR31SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  476 }

  bGLineR31SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR31Entry  477 }

  bGLineR31SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR31Entry  478 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Additional Identity'                                        */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  bGLineAddIdTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineAddIdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'."
    ::= { metaSwitch  2635 }

  bGLineAddIdEntry OBJECT-TYPE
    SYNTAX       BGLineAddIdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineAddIdNEConn,
             bGLineAddIdNetwkElement,
             bGLineAddIdCFSIx,
             bGLineAddIdGpIx,
             bGLineAddIdFirstDirNum,
             bGLineAddIdDirNum,
             bGLineAddIdAddnIdIx }
    ::= {  bGLineAddIdTable  1  }

  BGLineAddIdEntry  ::=  SEQUENCE
  {
    bGLineAddIdNEConn                  Unsigned32,
    bGLineAddIdNetwkElement            DisplayString,
    bGLineAddIdCFSIx                   Unsigned32,
    bGLineAddIdGpIx                    Unsigned32,
    bGLineAddIdFirstDirNum             DisplayString,
    bGLineAddIdDirNum                  DisplayString,
    bGLineAddIdAddnIdIx                Unsigned32,
    bGLineAddIdIdentity                DisplayString,
    bGLineAddIdRowStatus               RowStatus
  }

  bGLineAddIdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineAddIdEntry  1 }

  bGLineAddIdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineAddIdEntry  2 }

  bGLineAddIdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineAddIdEntry  3 }

  bGLineAddIdGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineAddIdEntry  4 }

  bGLineAddIdFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineAddIdEntry  5 }

  bGLineAddIdDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineAddIdEntry  6 }

  bGLineAddIdAddnIdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional ID index'.
                  This is an index field."
    ::= { bGLineAddIdEntry  7 }

  bGLineAddIdIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Identity'.
                  This field is only writable during create."
    ::= { bGLineAddIdEntry  8 }

  bGLineAddIdRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineAddIdEntry  9 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  pBXR32Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2636 }

  pBXR32Entry OBJECT-TYPE
    SYNTAX       PBXR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR32NEConn,
             pBXR32NetwkElement,
             pBXR32CFSIx,
             pBXR32DirNum }
    ::= {  pBXR32Table  1  }

  PBXR32Entry  ::=  SEQUENCE
  {
    pBXR32NEConn                       Unsigned32,
    pBXR32NetwkElement                 DisplayString,
    pBXR32CFSIx                        Unsigned32,
    pBXR32DirNum                       DisplayString,
    pBXR32PresNum                      DisplayString,
    pBXR32ClgPartyNum                  DisplayString,
    pBXR32I1SubGpNEConn                Unsigned32,
    pBXR32I2SubGpNetwkElement          DisplayString,
    pBXR32I3SubGpCFSIx                 Unsigned32,
    pBXR32I4SubGpSubGpIx               Unsigned32,
    pBXR32NumStatus                    INTEGER,
    pBXR32PortedExchangeID             DisplayString,
    pBXR32LineSelMethod                INTEGER,
    pBXR32ANIDNISFormat                DisplayString,
    pBXR32PIN                          DisplayString,
    pBXR32Locale                       INTEGER,
    pBXR32DigitMaskingReqd             INTEGER,
    pBXR32TermFacilityMarksServInterception
                                       INTEGER,
    pBXR32ActYear                      Unsigned32,
    pBXR32ActMonth                     Unsigned32,
    pBXR32ActDate                      Unsigned32,
    pBXR32CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR32PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR32CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR32PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR32ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR32ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR32ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR32ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR32DiagsAPITraceEnabled         INTEGER,
    pBXR32DiagsAPITraceTag             DisplayString,
    pBXR32DiagsAPITraceRemNum          DisplayString,
    pBXR32TotChldAlrmsAttnRq           Unsigned32,
    pBXR32TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR32TotChldAlrmsAtndDp           Unsigned32,
    pBXR32TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR32SummaryChldAlrmState         INTEGER,
    pBXR32ExportNumObjectsExported     Integer32,
    pBXR32ExportStatus                 DisplayString,
    pBXR32ExportFile                   DisplayString,
    pBXR32ExportCorr                   Counter64,
    pBXR32ExportCorrNode               DisplayString,
    pBXR32ExportCorrUID                DisplayString,
    pBXR32DoExtraActions               INTEGER,
    pBXR32RowStatus                    RowStatus,
    pBXR32MovedToDirNum                DisplayString,
    pBXR32CustInfo                     DisplayString,
    pBXR32DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR32ServSuspended                INTEGER,
    pBXR32SendDIDSeqListedDirNum       INTEGER,
    pBXR32DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR32CustInfo2                    DisplayString,
    pBXR32CustInfo3                    DisplayString,
    pBXR32CustInfo4                    DisplayString,
    pBXR32CustInfo5                    DisplayString,
    pBXR32CustInfo6                    DisplayString,
    pBXR32RecentlyMovedFromOldNum      INTEGER,
    pBXR32MovedFromDirNum              DisplayString,
    pBXR32ConnectCallAfterAnnounce     INTEGER,
    pBXR32DiagsLogLvl                  INTEGER,
    pBXR32PBXFixBits                   BITS,
    pBXR32ChargeNum                    DisplayString,
    pBXR32SigType                      INTEGER,
    pBXR32SDActMaxCallAppearances      Unsigned32,
    pBXR32SDDefMaxCallAppearances      Unsigned32,
    pBXR32SDUseDefMaxCallAppearances   INTEGER,
    pBXR32I1PerProfNEConn              Unsigned32,
    pBXR32I2PerProfNetwkElement        DisplayString,
    pBXR32I3PerProfCFSIx               Unsigned32,
    pBXR32I4PerProfGpIx                Unsigned32,
    pBXR32SDActTimezone                INTEGER,
    pBXR32SDDefTimezone                INTEGER,
    pBXR32SDUseDefTimezone             INTEGER,
    pBXR32SDActAdjustDaylightSavings   INTEGER,
    pBXR32SDDefAdjustDaylightSavings   INTEGER,
    pBXR32SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR32SDActLongDistanceCarr        DisplayString,
    pBXR32SDDefLongDistanceCarr        DisplayString,
    pBXR32SDUseDefLongDistanceCarr     INTEGER,
    pBXR32SDActIntraLATACarr           DisplayString,
    pBXR32SDDefIntraLATACarr           DisplayString,
    pBXR32SDUseDefIntraLATACarr        INTEGER,
    pBXR32SDActRtgAttrs                BITS,
    pBXR32SDDefRtgAttrs                BITS,
    pBXR32SDUseDefRtgAttrs             INTEGER,
    pBXR32SDActBillType                INTEGER,
    pBXR32SDDefBillType                INTEGER,
    pBXR32SDUseDefBillType             INTEGER,
    pBXR32SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR32SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR32SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR32SDActTariffGp                INTEGER,
    pBXR32SDDefTariffGp                INTEGER,
    pBXR32SDUseDefTariffGp             INTEGER,
    pBXR32SDActIntnatlCarr             DisplayString,
    pBXR32SDDefIntnatlCarr             DisplayString,
    pBXR32SDUseDefIntnatlCarr          INTEGER,
    pBXR32SDActLCC1                    INTEGER,
    pBXR32SDDefLCC1                    INTEGER,
    pBXR32SDUseDefLCC1                 INTEGER,
    pBXR32SDActLCC2                    INTEGER,
    pBXR32SDDefLCC2                    INTEGER,
    pBXR32SDUseDefLCC2                 INTEGER,
    pBXR32SDActLCC3                    INTEGER,
    pBXR32SDDefLCC3                    INTEGER,
    pBXR32SDUseDefLCC3                 INTEGER,
    pBXR32SDActLCC4                    INTEGER,
    pBXR32SDDefLCC4                    INTEGER,
    pBXR32SDUseDefLCC4                 INTEGER,
    pBXR32SDActLCC5                    INTEGER,
    pBXR32SDDefLCC5                    INTEGER,
    pBXR32SDUseDefLCC5                 INTEGER,
    pBXR32SDActForceLNPLookup          INTEGER,
    pBXR32SDDefForceLNPLookup          INTEGER,
    pBXR32SDUseDefForceLNPLookup       INTEGER,
    pBXR32LineTrafficStudy             INTEGER,
    pBXR32DefNumDIDDigits              INTEGER,
    pBXR32EnabledDate                  Unsigned32,
    pBXR32ChargeNumReqd                INTEGER,
    pBXR32SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR32SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR32SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR32SDActLCC6                    INTEGER,
    pBXR32SDDefLCC6                    INTEGER,
    pBXR32SDUseDefLCC6                 INTEGER,
    pBXR32SDActLCC7                    INTEGER,
    pBXR32SDDefLCC7                    INTEGER,
    pBXR32SDUseDefLCC7                 INTEGER,
    pBXR32SDActLCC8                    INTEGER,
    pBXR32SDDefLCC8                    INTEGER,
    pBXR32SDUseDefLCC8                 INTEGER,
    pBXR32SDActLCC9                    INTEGER,
    pBXR32SDDefLCC9                    INTEGER,
    pBXR32SDUseDefLCC9                 INTEGER,
    pBXR32SDActLCC10                   INTEGER,
    pBXR32SDDefLCC10                   INTEGER,
    pBXR32SDUseDefLCC10                INTEGER,
    pBXR32SDActLCC11                   INTEGER,
    pBXR32SDDefLCC11                   INTEGER,
    pBXR32SDUseDefLCC11                INTEGER,
    pBXR32SDActLCC12                   INTEGER,
    pBXR32SDDefLCC12                   INTEGER,
    pBXR32SDUseDefLCC12                INTEGER,
    pBXR32SDActLCC13                   INTEGER,
    pBXR32SDDefLCC13                   INTEGER,
    pBXR32SDUseDefLCC13                INTEGER,
    pBXR32SDActLCC14                   INTEGER,
    pBXR32SDDefLCC14                   INTEGER,
    pBXR32SDUseDefLCC14                INTEGER,
    pBXR32SDActLCC15                   INTEGER,
    pBXR32SDDefLCC15                   INTEGER,
    pBXR32SDUseDefLCC15                INTEGER,
    pBXR32SDActLCC16                   INTEGER,
    pBXR32SDDefLCC16                   INTEGER,
    pBXR32SDUseDefLCC16                INTEGER,
    pBXR32SDActLCC17                   INTEGER,
    pBXR32SDDefLCC17                   INTEGER,
    pBXR32SDUseDefLCC17                INTEGER,
    pBXR32SDActLCC18                   INTEGER,
    pBXR32SDDefLCC18                   INTEGER,
    pBXR32SDUseDefLCC18                INTEGER,
    pBXR32SDActLCC19                   INTEGER,
    pBXR32SDDefLCC19                   INTEGER,
    pBXR32SDUseDefLCC19                INTEGER,
    pBXR32SDActLCC20                   INTEGER,
    pBXR32SDDefLCC20                   INTEGER,
    pBXR32SDUseDefLCC20                INTEGER,
    pBXR32LDNPBXCapacityGp             INTEGER,
    pBXR32SDActVQMCallLogging          INTEGER,
    pBXR32SDDefVQMCallLogging          INTEGER,
    pBXR32SDUseDefVQMCallLogging       INTEGER,
    pBXR32FaultMonitoringLvl           INTEGER,
    pBXR32CFMLvlOnApply2               INTEGER,
    pBXR32MovedToNumAsDialed           DisplayString,
    pBXR32MovedDate                    Unsigned32,
    pBXR32SDActExpireAfter             Unsigned32,
    pBXR32SDDefExpireAfter             Unsigned32,
    pBXR32SDUseDefExpireAfter          INTEGER,
    pBXR32ExpiryDate                   Unsigned32,
    pBXR32IntercomDialingCode          DisplayString,
    pBXR32I1BusGpBusGpNEConn           Unsigned32,
    pBXR32I2BusGpBusGpNetwkElement     DisplayString,
    pBXR32I3BusGpBusGpCFSIx            Unsigned32,
    pBXR32I4BusGpBusGpGpIx             Unsigned32,
    pBXR32BusGpBusGpOtherVals          INTEGER,
    pBXR32BusGpExternalLineCode        DisplayString,
    pBXR32BusGpInternalLineCode        DisplayString,
    pBXR32BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR32BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR32BusGpForceSimpleMatching     INTEGER,
    pBXR32BusGpDiagsLogCorr            Counter64,
    pBXR32SecondLocale                 INTEGER,
    pBXR32SDActAdvChrgAOCD             INTEGER,
    pBXR32SDDefAdvChrgAOCD             INTEGER,
    pBXR32SDUseDefAdvChrgAOCD          INTEGER,
    pBXR32SDActAdvChrgAOCE             INTEGER,
    pBXR32SDDefAdvChrgAOCE             INTEGER,
    pBXR32SDUseDefAdvChrgAOCE          INTEGER,
    pBXR32I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR32I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR32I3DelegatedManagementGpDMGIx Integer32,
    pBXR32SDActSubTimezone             LongDisplayString,
    pBXR32SDDefSubTimezone             LongDisplayString,
    pBXR32SDUseDefSubTimezone          INTEGER,
    pBXR32SDActChargeInd               INTEGER,
    pBXR32SDDefChargeInd               INTEGER,
    pBXR32SDUseDefChargeInd            INTEGER,
    pBXR32SDActSubClgCategory          INTEGER,
    pBXR32SDDefSubClgCategory          INTEGER,
    pBXR32SDUseDefSubClgCategory       INTEGER,
    pBXR32CustomerInfoFirstName        LongDisplayString,
    pBXR32CustomerInfoSecondName       LongDisplayString,
    pBXR32CustomerInfoOtherNames       LongDisplayString,
    pBXR32CustomerInfoPenultimateName  LongDisplayString,
    pBXR32CustomerInfoSurname          LongDisplayString,
    pBXR32UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR32I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR32I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR32I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR32I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR32TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR32I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR32I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR32I3FaultMonitoringProfFMPIx   Integer32,
    pBXR32FaultMonitoringProfOtherVals INTEGER,
    pBXR32ApplyFMPToReltdObjectTypes   BITS,
    pBXR32AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR32SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR32SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR32SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR32SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR32SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR32SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR32AlrmState                    INTEGER,
    pBXR32StatisticsAlrms              Integer32,
    pBXR32AlrmLogCorr                  Counter64,
    pBXR32AddtlAlrmLogCorr             Counter64,
    pBXR32AlrmEvtsAttnRq               Unsigned32,
    pBXR32AlrmEvtsAtndDp               Unsigned32,
    pBXR32AlrmStateTimestamp           Unsigned32,
    pBXR32SASHostname                  LongDisplayString,
    pBXR32UseCfgdTrnkGpID              INTEGER,
    pBXR32TrnkGpID                     INTEGER,
    pBXR32AllowRehoming                INTEGER,
    pBXR32I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR32TotCallsLimit                INTEGER,
    pBXR32MaxCalls                     Unsigned32,
    pBXR32TermCallsLimit               INTEGER,
    pBXR32MaxTermCalls                 Unsigned32,
    pBXR32OrigingCallsLimit            INTEGER,
    pBXR32MaxOrigingCalls              Unsigned32,
    pBXR32LimitIntraBGCalls            INTEGER,
    pBXR32UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR32PBXIsDuplicate               INTEGER,
    pBXR32PBXIsRenumbering             INTEGER,
    pBXR32ExportIncASRepData           INTEGER,
    pBXR32AppServerPBX                 INTEGER,
    pBXR32SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR32SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR32DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR32PortedRtgMethod              INTEGER,
    pBXR32LocationRtgNum               DisplayString,
    pBXR32IsIMS                        INTEGER,
    pBXR32ExportChldObjectsToInc       INTEGER,
    pBXR32OutboundCldPartyTON          INTEGER,
    pBXR32NormalizeInboundClgPartyNum  INTEGER,
    pBXR32PBXPrefixDN                  DisplayString,
    pBXR32PermissibleInboundIPAddrs    LongDisplayString,
    pBXR32SDActOutArea                 INTEGER,
    pBXR32SDDefOutArea                 INTEGER,
    pBXR32SDUseDefOutArea              INTEGER
  }

  pBXR32NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR32Entry  1 }

  pBXR32NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR32Entry  2 }

  pBXR32CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR32Entry  3 }

  pBXR32DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR32Entry  4 }

  pBXR32PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR32Entry  5 }

  pBXR32ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { pBXR32Entry  6 }

  pBXR32I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR32Entry  7 }

  pBXR32I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR32Entry  8 }

  pBXR32I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR32Entry  9 }

  pBXR32I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR32Entry  10 }

  pBXR32NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR32Entry  11 }

  pBXR32PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR32Entry  12 }

  pBXR32LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR32Entry  13 }

  pBXR32ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR32Entry  14 }

  pBXR32PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR32Entry  18 }

  pBXR32Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR32Entry  19 }

  pBXR32DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR32Entry  22 }

  pBXR32TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR32Entry  24 }

  pBXR32ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR32Entry  26 }

  pBXR32ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR32Entry  27 }

  pBXR32ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR32Entry  28 }

  pBXR32CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR32Entry  29 }

  pBXR32PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR32Entry  30 }

  pBXR32CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR32Entry  31 }

  pBXR32PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR32Entry  32 }

  pBXR32ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR32Entry  33 }

  pBXR32ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR32Entry  34 }

  pBXR32ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR32Entry  35 }

  pBXR32ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR32Entry  36 }

  pBXR32DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR32Entry  37 }

  pBXR32DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR32Entry  38 }

  pBXR32DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR32Entry  39 }

  pBXR32TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR32Entry  40 }

  pBXR32TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR32Entry  41 }

  pBXR32TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR32Entry  42 }

  pBXR32TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR32Entry  43 }

  pBXR32SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR32Entry  44 }

  pBXR32ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR32Entry  45 }

  pBXR32ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR32Entry  46 }

  pBXR32ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR32Entry  47 }

  pBXR32ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR32Entry  48 }

  pBXR32ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR32Entry  49 }

  pBXR32ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR32Entry  50 }

  pBXR32DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR32Entry  51 }

  pBXR32RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR32Entry  52 }

  pBXR32MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR32Entry  53 }

  pBXR32CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR32Entry  54 }

  pBXR32DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR32Entry  55 }

  pBXR32ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR32Entry  57 }

  pBXR32SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR32Entry  59 }

  pBXR32DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR32Entry  60 }

  pBXR32CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR32Entry  61 }

  pBXR32CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR32Entry  62 }

  pBXR32CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR32Entry  63 }

  pBXR32CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR32Entry  64 }

  pBXR32CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR32Entry  65 }

  pBXR32RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR32Entry  66 }

  pBXR32MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR32Entry  67 }

  pBXR32ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR32Entry  68 }

  pBXR32DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR32Entry  69 }

  pBXR32PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR32Entry  71 }

  pBXR32ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { pBXR32Entry  72 }

  pBXR32SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR32Entry  74 }

  pBXR32SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  75 }

  pBXR32SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  76 }

  pBXR32SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  77 }

  pBXR32I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR32Entry  84 }

  pBXR32I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR32Entry  85 }

  pBXR32I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR32Entry  86 }

  pBXR32I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR32Entry  87 }

  pBXR32SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  88 }

  pBXR32SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  89 }

  pBXR32SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  90 }

  pBXR32SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  91 }

  pBXR32SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  92 }

  pBXR32SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  93 }

  pBXR32SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  100 }

  pBXR32SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  101 }

  pBXR32SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  102 }

  pBXR32SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  103 }

  pBXR32SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  104 }

  pBXR32SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  105 }

  pBXR32SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  106 }

  pBXR32SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  107 }

  pBXR32SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  108 }

  pBXR32SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  109 }

  pBXR32SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  110 }

  pBXR32SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  111 }

  pBXR32SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  112 }

  pBXR32SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  113 }

  pBXR32SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  114 }

  pBXR32SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  115 }

  pBXR32SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  116 }

  pBXR32SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  117 }

  pBXR32SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  118 }

  pBXR32SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  119 }

  pBXR32SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  120 }

  pBXR32SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  121 }

  pBXR32SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  122 }

  pBXR32SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  123 }

  pBXR32SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  124 }

  pBXR32SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  125 }

  pBXR32SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  126 }

  pBXR32SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  127 }

  pBXR32SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  128 }

  pBXR32SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  129 }

  pBXR32SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  130 }

  pBXR32SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  131 }

  pBXR32SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  132 }

  pBXR32SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  133 }

  pBXR32SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  134 }

  pBXR32SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  135 }

  pBXR32SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  136 }

  pBXR32SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  137 }

  pBXR32SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  138 }

  pBXR32LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR32Entry  139 }

  pBXR32DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR32Entry  140 }

  pBXR32EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR32Entry  141 }

  pBXR32ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR32Entry  142 }

  pBXR32SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  150 }

  pBXR32SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  151 }

  pBXR32SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  152 }

  pBXR32SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  153 }

  pBXR32SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  154 }

  pBXR32SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  155 }

  pBXR32SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  156 }

  pBXR32SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  157 }

  pBXR32SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  158 }

  pBXR32SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  159 }

  pBXR32SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  160 }

  pBXR32SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  161 }

  pBXR32SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  162 }

  pBXR32SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  163 }

  pBXR32SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  164 }

  pBXR32SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  165 }

  pBXR32SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  166 }

  pBXR32SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  167 }

  pBXR32SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  168 }

  pBXR32SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  169 }

  pBXR32SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  170 }

  pBXR32SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  171 }

  pBXR32SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  172 }

  pBXR32SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  173 }

  pBXR32SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  174 }

  pBXR32SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  175 }

  pBXR32SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  176 }

  pBXR32SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  177 }

  pBXR32SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  178 }

  pBXR32SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  179 }

  pBXR32SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  180 }

  pBXR32SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  181 }

  pBXR32SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  182 }

  pBXR32SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  183 }

  pBXR32SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  184 }

  pBXR32SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  185 }

  pBXR32SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  186 }

  pBXR32SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  187 }

  pBXR32SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  188 }

  pBXR32SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  189 }

  pBXR32SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  190 }

  pBXR32SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  191 }

  pBXR32SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  192 }

  pBXR32SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  193 }

  pBXR32SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  194 }

  pBXR32SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  195 }

  pBXR32SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  196 }

  pBXR32SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  197 }

  pBXR32LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR32Entry  205 }

  pBXR32SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  206 }

  pBXR32SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  207 }

  pBXR32SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  208 }

  pBXR32FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR32Entry  209 }

  pBXR32CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR32Entry  210 }

  pBXR32MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR32Entry  211 }

  pBXR32MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR32Entry  212 }

  pBXR32SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  213 }

  pBXR32SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  214 }

  pBXR32SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  215 }

  pBXR32ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR32Entry  216 }

  pBXR32IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR32Entry  217 }

  pBXR32I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR32Entry  218 }

  pBXR32I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR32Entry  219 }

  pBXR32I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR32Entry  220 }

  pBXR32I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR32Entry  221 }

  pBXR32BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR32Entry  222 }

  pBXR32BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR32Entry  223 }

  pBXR32BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR32Entry  224 }

  pBXR32BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR32Entry  225 }

  pBXR32BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR32Entry  226 }

  pBXR32BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR32Entry  227 }

  pBXR32BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR32Entry  228 }

  pBXR32SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR32Entry  230 }

  pBXR32SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  231 }

  pBXR32SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  232 }

  pBXR32SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  233 }

  pBXR32SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  234 }

  pBXR32SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  235 }

  pBXR32SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  236 }

  pBXR32I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR32Entry  237 }

  pBXR32I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR32Entry  238 }

  pBXR32I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR32Entry  239 }

  pBXR32SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  241 }

  pBXR32SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  242 }

  pBXR32SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  243 }

  pBXR32SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  244 }

  pBXR32SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  245 }

  pBXR32SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  246 }

  pBXR32SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  247 }

  pBXR32SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  248 }

  pBXR32SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  249 }

  pBXR32CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR32Entry  260 }

  pBXR32CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR32Entry  261 }

  pBXR32CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR32Entry  262 }

  pBXR32CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR32Entry  263 }

  pBXR32CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR32Entry  264 }

  pBXR32UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR32Entry  265 }

  pBXR32I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR32Entry  266 }

  pBXR32I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR32Entry  267 }

  pBXR32I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR32Entry  268 }

  pBXR32I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR32Entry  269 }

  pBXR32TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR32Entry  270 }

  pBXR32I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR32Entry  271 }

  pBXR32I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR32Entry  272 }

  pBXR32I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR32Entry  273 }

  pBXR32FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR32Entry  274 }

  pBXR32ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR32Entry  275 }

  pBXR32AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR32Entry  276 }

  pBXR32SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  277 }

  pBXR32SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  278 }

  pBXR32SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  279 }

  pBXR32SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  280 }

  pBXR32SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  281 }

  pBXR32SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  282 }

  pBXR32AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR32Entry  283 }

  pBXR32StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR32Entry  284 }

  pBXR32AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR32Entry  285 }

  pBXR32AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR32Entry  286 }

  pBXR32AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR32Entry  287 }

  pBXR32AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR32Entry  288 }

  pBXR32AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR32Entry  289 }

  pBXR32SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR32Entry  290 }

  pBXR32UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR32Entry  291 }

  pBXR32TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR32Entry  292 }

  pBXR32AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR32Entry  293 }

  pBXR32I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR32Entry  294 }

  pBXR32TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR32Entry  295 }

  pBXR32MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR32Entry  296 }

  pBXR32TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR32Entry  297 }

  pBXR32MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR32Entry  298 }

  pBXR32OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR32Entry  299 }

  pBXR32MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR32Entry  300 }

  pBXR32LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR32Entry  301 }

  pBXR32UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR32Entry  302 }

  pBXR32PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR32Entry  303 }

  pBXR32PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR32Entry  304 }

  pBXR32ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR32Entry  305 }

  pBXR32AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR32Entry  306 }

  pBXR32SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR32Entry  307 }

  pBXR32SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR32Entry  308 }

  pBXR32DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR32Entry  309 }

  pBXR32PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR32Entry  310 }

  pBXR32LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR32Entry  311 }

  pBXR32IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR32Entry  312 }

  pBXR32ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR32Entry  313 }

  pBXR32OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR32Entry  314 }

  pBXR32NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR32Entry  315 }

  pBXR32PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR32Entry  316 }

  pBXR32PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { pBXR32Entry  317 }

  pBXR32SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  318 }

  pBXR32SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR32Entry  319 }

  pBXR32SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR32Entry  320 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Registered SIP Binding'                                     */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  registeredSIPBindingR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RegisteredSIPBindingR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Registered SIP Bindings for User'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2637 }

  registeredSIPBindingR4Entry OBJECT-TYPE
    SYNTAX       RegisteredSIPBindingR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { registeredSIPBindingR4NEConn,
             registeredSIPBindingR4NetwkElement,
             registeredSIPBindingR4CFSIx,
             registeredSIPBindingR4SIPDomainName,
             registeredSIPBindingR4SIPUserName,
             registeredSIPBindingR4ContactIPAddr,
             registeredSIPBindingR4ContactIPPort,
             registeredSIPBindingR4ContactName }
    ::= {  registeredSIPBindingR4Table  1  }

  RegisteredSIPBindingR4Entry  ::=  SEQUENCE
  {
    registeredSIPBindingR4NEConn       Unsigned32,
    registeredSIPBindingR4NetwkElement DisplayString,
    registeredSIPBindingR4CFSIx        Unsigned32,
    registeredSIPBindingR4SIPDomainName
                                       DisplayString,
    registeredSIPBindingR4SIPUserName  DisplayString,
    registeredSIPBindingR4ContactURI   DisplayString,
    registeredSIPBindingR4ContactIPAddr
                                       DisplayString,
    registeredSIPBindingR4ContactIPPort
                                       Unsigned32,
    registeredSIPBindingR4ContactName  DisplayString,
    registeredSIPBindingR4TransportProt
                                       INTEGER,
    registeredSIPBindingR4ContactExpiryTime
                                       Unsigned32,
    registeredSIPBindingR4UserAgentInfo
                                       DisplayString,
    registeredSIPBindingR4I1MediaGatewayModelNEConn
                                       Unsigned32,
    registeredSIPBindingR4I2MediaGatewayModelNetwkElement
                                       DisplayString,
    registeredSIPBindingR4I3MediaGatewayModelCFSIx
                                       Unsigned32,
    registeredSIPBindingR4I4MediaGatewayModelModelIx
                                       Unsigned32,
    registeredSIPBindingR4MsgWtngIndicatorStatus
                                       INTEGER,
    registeredSIPBindingR4CallServNotifStatus
                                       INTEGER,
    registeredSIPBindingR4CallListStatus
                                       INTEGER,
    registeredSIPBindingR4NumEvtSubscriptions
                                       Unsigned32,
    registeredSIPBindingR4CauseLastCallFail
                                       INTEGER,
    registeredSIPBindingR4TimeLastCallFail
                                       Unsigned32,
    registeredSIPBindingR4CallFailLogCorr
                                       Counter64,
    registeredSIPBindingR4CurrNumMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR4CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR4I1NetwkNodeNEConn
                                       Unsigned32,
    registeredSIPBindingR4I2NetwkNodeNetwkElement
                                       DisplayString,
    registeredSIPBindingR4I3NetwkNodeCFSIx
                                       Unsigned32,
    registeredSIPBindingR4I4NetwkNodeNodeIx
                                       Unsigned32,
    registeredSIPBindingR4NetwkNodeOtherVals
                                       INTEGER
  }

  registeredSIPBindingR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  1 }

  registeredSIPBindingR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  2 }

  registeredSIPBindingR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  3 }

  registeredSIPBindingR4SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..40))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  4 }

  registeredSIPBindingR4SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  5 }

  registeredSIPBindingR4ContactURI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..160))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { registeredSIPBindingR4Entry  6 }

  registeredSIPBindingR4ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  7 }

  registeredSIPBindingR4ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact port'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  8 }

  registeredSIPBindingR4ContactName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'.
                  This is an index field."
    ::= { registeredSIPBindingR4Entry  9 }

  registeredSIPBindingR4TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    ::= { registeredSIPBindingR4Entry  10 }

  registeredSIPBindingR4ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { registeredSIPBindingR4Entry  11 }

  registeredSIPBindingR4UserAgentInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User agent information'."
    ::= { registeredSIPBindingR4Entry  12 }

  registeredSIPBindingR4I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR4Entry  13 }

  registeredSIPBindingR4I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR4Entry  14 }

  registeredSIPBindingR4I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR4Entry  15 }

  registeredSIPBindingR4I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR4Entry  16 }

  registeredSIPBindingR4MsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Message Waiting Indicator status'."
    ::= { registeredSIPBindingR4Entry  17 }

  registeredSIPBindingR4CallServNotifStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notSubscribedToNotifications(2),
                   subscribedToNotifications(3),
                   registeredForNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service notification status'."
    ::= { registeredSIPBindingR4Entry  18 }

  registeredSIPBindingR4CallListStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSupported(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call List status'."
    ::= { registeredSIPBindingR4Entry  19 }

  registeredSIPBindingR4NumEvtSubscriptions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of event subscriptions'."
    ::= { registeredSIPBindingR4Entry  20 }

  registeredSIPBindingR4CauseLastCallFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569),
                   invalidSenderIPAddress(1207959570),
                   errorParsingXMLTariffInformation(1207959571)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of last call failure'."
    ::= { registeredSIPBindingR4Entry  21 }

  registeredSIPBindingR4TimeLastCallFail OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last call failure'."
    ::= { registeredSIPBindingR4Entry  22 }

  registeredSIPBindingR4CallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call failure log correlator'."
    ::= { registeredSIPBindingR4Entry  23 }

  registeredSIPBindingR4CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { registeredSIPBindingR4Entry  24 }

  registeredSIPBindingR4CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { registeredSIPBindingR4Entry  25 }

  registeredSIPBindingR4I1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR4Entry  26 }

  registeredSIPBindingR4I2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR4Entry  27 }

  registeredSIPBindingR4I3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR4Entry  28 }

  registeredSIPBindingR4I4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR4Entry  29 }

  registeredSIPBindingR4NetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { registeredSIPBindingR4Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR49Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR49Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2638 }

  mediaGatewayModelR49Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR49Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR49NEConn,
             mediaGatewayModelR49NetwkElement,
             mediaGatewayModelR49CFSIx,
             mediaGatewayModelR49ModelIx }
    ::= {  mediaGatewayModelR49Table  1  }

  MediaGatewayModelR49Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR49NEConn         Unsigned32,
    mediaGatewayModelR49NetwkElement   DisplayString,
    mediaGatewayModelR49CFSIx          Unsigned32,
    mediaGatewayModelR49ModelIx        Unsigned32,
    mediaGatewayModelR49Category       INTEGER,
    mediaGatewayModelR49ModelName      DisplayString,
    mediaGatewayModelR49Desc           DisplayString,
    mediaGatewayModelR49ControlProt    INTEGER,
    mediaGatewayModelR49ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR49LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR49PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR49PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR49AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR49AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR49RefCnt         Unsigned32,
    mediaGatewayModelR49RowStatus      RowStatus,
    mediaGatewayModelR49DefModel       INTEGER,
    mediaGatewayModelR49Authentication INTEGER,
    mediaGatewayModelR49SupportedConnTypes
                                       BITS,
    mediaGatewayModelR49AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR49ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR49ExportStatus   DisplayString,
    mediaGatewayModelR49ExportFile     DisplayString,
    mediaGatewayModelR49ExportCorr     Counter64,
    mediaGatewayModelR49ExportCorrNode DisplayString,
    mediaGatewayModelR49ExportCorrUID  DisplayString,
    mediaGatewayModelR49DoExtraActions INTEGER,
    mediaGatewayModelR49FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR49FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR49FBsMGCP        BITS,
    mediaGatewayModelR49FBsMeGaCo      BITS,
    mediaGatewayModelR49FBsSIP         BITS,
    mediaGatewayModelR49FixBitsMeGaCo2 BITS,
    mediaGatewayModelR49MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR49AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR49AlertInfoDR2   DisplayString,
    mediaGatewayModelR49AlertInfoDR3   DisplayString,
    mediaGatewayModelR49AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR49DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR49DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR49ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR49SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR49DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR49UpToDateCnt    Unsigned32,
    mediaGatewayModelR49SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR49SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR49Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR49AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR49VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR49AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR49FixBitsSIP2    BITS,
    mediaGatewayModelR49OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR49FBsMeGaCo4     BITS,
    mediaGatewayModelR49SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR49ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR49SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR49ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR49SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR49AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR49AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR49InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR49OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR49MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR49FixBitsSIP3    BITS,
    mediaGatewayModelR49FixBitsSIP4    BITS,
    mediaGatewayModelR49SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR49RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR49EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR49LCC1           DisplayString,
    mediaGatewayModelR49LCC2           DisplayString,
    mediaGatewayModelR49LCC3           DisplayString,
    mediaGatewayModelR49LCC4           DisplayString,
    mediaGatewayModelR49LCC5           DisplayString,
    mediaGatewayModelR49LCC6           DisplayString,
    mediaGatewayModelR49LCC7           DisplayString,
    mediaGatewayModelR49LCC8           DisplayString,
    mediaGatewayModelR49LCC9           DisplayString,
    mediaGatewayModelR49LCC10          DisplayString,
    mediaGatewayModelR49LCC11          DisplayString,
    mediaGatewayModelR49LCC12          DisplayString,
    mediaGatewayModelR49LCC13          DisplayString,
    mediaGatewayModelR49LCC14          DisplayString,
    mediaGatewayModelR49LCC15          DisplayString,
    mediaGatewayModelR49LCC16          DisplayString,
    mediaGatewayModelR49LCC17          DisplayString,
    mediaGatewayModelR49LCC18          DisplayString,
    mediaGatewayModelR49LCC19          DisplayString,
    mediaGatewayModelR49LCC20          DisplayString,
    mediaGatewayModelR49ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR49MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR49MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR49ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR49NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR49NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR49NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR49NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR49NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR49NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR49NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR49NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR49OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR49ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR49MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR49MRSPollTimeout Unsigned32,
    mediaGatewayModelR49RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR49SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR49SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR49FixBitsSIPMSML BITS,
    mediaGatewayModelR49AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR49SessionTimer   Unsigned32,
    mediaGatewayModelR49SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR49SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR49FixBitsSIP5    BITS,
    mediaGatewayModelR49FlashHookINVITEString
                                       DisplayString
  }

  mediaGatewayModelR49NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR49Entry  1 }

  mediaGatewayModelR49NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR49Entry  2 }

  mediaGatewayModelR49CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR49Entry  3 }

  mediaGatewayModelR49ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR49Entry  4 }

  mediaGatewayModelR49Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR49Entry  5 }

  mediaGatewayModelR49ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR49Entry  6 }

  mediaGatewayModelR49Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR49Entry  7 }

  mediaGatewayModelR49ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR49Entry  8 }

  mediaGatewayModelR49ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR49Entry  9 }

  mediaGatewayModelR49LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR49Entry  10 }

  mediaGatewayModelR49PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR49Entry  11 }

  mediaGatewayModelR49PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR49Entry  12 }

  mediaGatewayModelR49AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR49Entry  13 }

  mediaGatewayModelR49AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR49Entry  14 }

  mediaGatewayModelR49RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR49Entry  16 }

  mediaGatewayModelR49RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR49Entry  17 }

  mediaGatewayModelR49DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR49Entry  18 }

  mediaGatewayModelR49Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR49Entry  19 }

  mediaGatewayModelR49SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR49Entry  20 }

  mediaGatewayModelR49AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR49Entry  21 }

  mediaGatewayModelR49ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR49Entry  22 }

  mediaGatewayModelR49ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR49Entry  23 }

  mediaGatewayModelR49ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR49Entry  24 }

  mediaGatewayModelR49ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR49Entry  25 }

  mediaGatewayModelR49ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR49Entry  26 }

  mediaGatewayModelR49ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR49Entry  27 }

  mediaGatewayModelR49DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR49Entry  28 }

  mediaGatewayModelR49FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR49Entry  29 }

  mediaGatewayModelR49FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR49Entry  30 }

  mediaGatewayModelR49FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR49Entry  31 }

  mediaGatewayModelR49FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR49Entry  32 }

  mediaGatewayModelR49FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR49Entry  33 }

  mediaGatewayModelR49FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR49Entry  34 }

  mediaGatewayModelR49MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR49Entry  35 }

  mediaGatewayModelR49AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR49Entry  36 }

  mediaGatewayModelR49AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR49Entry  37 }

  mediaGatewayModelR49AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR49Entry  38 }

  mediaGatewayModelR49AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR49Entry  39 }

  mediaGatewayModelR49DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR49Entry  40 }

  mediaGatewayModelR49DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR49Entry  41 }

  mediaGatewayModelR49ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR49Entry  42 }

  mediaGatewayModelR49SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR49Entry  43 }

  mediaGatewayModelR49DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR49Entry  44 }

  mediaGatewayModelR49UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR49Entry  45 }

  mediaGatewayModelR49SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR49Entry  46 }

  mediaGatewayModelR49SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR49Entry  48 }

  mediaGatewayModelR49Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR49Entry  49 }

  mediaGatewayModelR49AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR49Entry  50 }

  mediaGatewayModelR49VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR49Entry  51 }

  mediaGatewayModelR49AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR49Entry  52 }

  mediaGatewayModelR49FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR49Entry  53 }

  mediaGatewayModelR49OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR49Entry  54 }

  mediaGatewayModelR49FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR49Entry  55 }

  mediaGatewayModelR49SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR49Entry  56 }

  mediaGatewayModelR49ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR49Entry  57 }

  mediaGatewayModelR49SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR49Entry  58 }

  mediaGatewayModelR49ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR49Entry  59 }

  mediaGatewayModelR49SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR49Entry  60 }

  mediaGatewayModelR49AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR49Entry  61 }

  mediaGatewayModelR49AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR49Entry  62 }

  mediaGatewayModelR49InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR49Entry  63 }

  mediaGatewayModelR49OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR49Entry  64 }

  mediaGatewayModelR49MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR49Entry  65 }

  mediaGatewayModelR49FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR49Entry  66 }

  mediaGatewayModelR49FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR49Entry  67 }

  mediaGatewayModelR49SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR49Entry  68 }

  mediaGatewayModelR49RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR49Entry  69 }

  mediaGatewayModelR49EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR49Entry  70 }

  mediaGatewayModelR49LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR49Entry  71 }

  mediaGatewayModelR49LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR49Entry  72 }

  mediaGatewayModelR49LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR49Entry  73 }

  mediaGatewayModelR49LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR49Entry  74 }

  mediaGatewayModelR49LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR49Entry  75 }

  mediaGatewayModelR49LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR49Entry  76 }

  mediaGatewayModelR49LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR49Entry  77 }

  mediaGatewayModelR49LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR49Entry  78 }

  mediaGatewayModelR49LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR49Entry  79 }

  mediaGatewayModelR49LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR49Entry  80 }

  mediaGatewayModelR49LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR49Entry  81 }

  mediaGatewayModelR49LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR49Entry  82 }

  mediaGatewayModelR49LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR49Entry  83 }

  mediaGatewayModelR49LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR49Entry  84 }

  mediaGatewayModelR49LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR49Entry  85 }

  mediaGatewayModelR49LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR49Entry  86 }

  mediaGatewayModelR49LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR49Entry  87 }

  mediaGatewayModelR49LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR49Entry  88 }

  mediaGatewayModelR49LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR49Entry  89 }

  mediaGatewayModelR49LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR49Entry  90 }

  mediaGatewayModelR49ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR49Entry  91 }

  mediaGatewayModelR49MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR49Entry  92 }

  mediaGatewayModelR49MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR49Entry  93 }

  mediaGatewayModelR49ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR49Entry  94 }

  mediaGatewayModelR49NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR49Entry  95 }

  mediaGatewayModelR49NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR49Entry  96 }

  mediaGatewayModelR49NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR49Entry  97 }

  mediaGatewayModelR49NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR49Entry  98 }

  mediaGatewayModelR49NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR49Entry  99 }

  mediaGatewayModelR49NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR49Entry  100 }

  mediaGatewayModelR49NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR49Entry  101 }

  mediaGatewayModelR49NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR49Entry  102 }

  mediaGatewayModelR49OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR49Entry  103 }

  mediaGatewayModelR49ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR49Entry  104 }

  mediaGatewayModelR49MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR49Entry  105 }

  mediaGatewayModelR49MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR49Entry  106 }

  mediaGatewayModelR49RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR49Entry  107 }

  mediaGatewayModelR49SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR49Entry  108 }

  mediaGatewayModelR49SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR49Entry  109 }

  mediaGatewayModelR49FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR49Entry  110 }

  mediaGatewayModelR49AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR49Entry  111 }

  mediaGatewayModelR49SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR49Entry  112 }

  mediaGatewayModelR49SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR49Entry  113 }

  mediaGatewayModelR49SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR49Entry  114 }

  mediaGatewayModelR49FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR49Entry  115 }

  mediaGatewayModelR49FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR49Entry  116 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.5.20                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  iSUPRemSigDestR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2639 }

  iSUPRemSigDestR27Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR27NEConn,
             iSUPRemSigDestR27NetwkElement,
             iSUPRemSigDestR27CFSIx,
             iSUPRemSigDestR27ISUPLocalSigDestIx,
             iSUPRemSigDestR27ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR27Table  1  }

  ISUPRemSigDestR27Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR27NEConn            Unsigned32,
    iSUPRemSigDestR27NetwkElement      DisplayString,
    iSUPRemSigDestR27CFSIx             Unsigned32,
    iSUPRemSigDestR27ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR27ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR27I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR27I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR27I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR27I4SigDestDestType INTEGER,
    iSUPRemSigDestR27I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR27ClusterMemberAddr INTEGER,
    iSUPRemSigDestR27ActHopCnting      INTEGER,
    iSUPRemSigDestR27MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR27CLLI              DisplayString,
    iSUPRemSigDestR27ErrHandlingMode   INTEGER,
    iSUPRemSigDestR27ConfusionMsgs     INTEGER,
    iSUPRemSigDestR27DirectIXCConn     INTEGER,
    iSUPRemSigDestR27PeerNetwkType     INTEGER,
    iSUPRemSigDestR27USIParmCodingType INTEGER,
    iSUPRemSigDestR27ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR27JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR27RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR27RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR27OrigCldNumParm    INTEGER,
    iSUPRemSigDestR27AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR27GenericAddrParm   INTEGER,
    iSUPRemSigDestR27GenericNameParm   INTEGER,
    iSUPRemSigDestR27RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR27CIPParm           INTEGER,
    iSUPRemSigDestR27InACCProcessing   INTEGER,
    iSUPRemSigDestR27TNSParm           INTEGER,
    iSUPRemSigDestR27ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR27CgstnStatus       INTEGER,
    iSUPRemSigDestR27AvailStatus       INTEGER,
    iSUPRemSigDestR27DiagsLogLvl       INTEGER,
    iSUPRemSigDestR27DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR27DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR27SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR27DoExtraActions    INTEGER,
    iSUPRemSigDestR27RowStatus         RowStatus,
    iSUPRemSigDestR27AdminStatus       AdminStatus,
    iSUPRemSigDestR27OperStatus        OperStatus,
    iSUPRemSigDestR27AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR27AlrmState         INTEGER,
    iSUPRemSigDestR27AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR27AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR27AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR27AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR27AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR27AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR27AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR27AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR27AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR27DeactivnMode      INTEGER,
    iSUPRemSigDestR27NetwkNum          Unsigned32,
    iSUPRemSigDestR27RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR27ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR27OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR27LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR27MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR27Variant           INTEGER,
    iSUPRemSigDestR27GatewayIx         Unsigned32,
    iSUPRemSigDestR27PartyInfoParm     INTEGER,
    iSUPRemSigDestR27IntnatlExchange   INTEGER,
    iSUPRemSigDestR27ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR27UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR27BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR27StatisticsAlrms   Integer32,
    iSUPRemSigDestR27EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR27M3UADest          Unsigned32,
    iSUPRemSigDestR27CctGpMsgs         INTEGER,
    iSUPRemSigDestR27ConnectedNumParm  INTEGER,
    iSUPRemSigDestR27TransportType     INTEGER,
    iSUPRemSigDestR27SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR27SatelliteLink     INTEGER,
    iSUPRemSigDestR27PropagationDly    Unsigned32,
    iSUPRemSigDestR27GISUPRole         INTEGER,
    iSUPRemSigDestR27RemISUPParms      LongDisplayString,
    iSUPRemSigDestR27SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER,
    iSUPRemSigDestR27SuppRecvNumsFailScreen
                                       INTEGER,
    iSUPRemSigDestR27CSIParm           INTEGER,
    iSUPRemSigDestR27HonorsClgNumAPRI  INTEGER,
    iSUPRemSigDestR27ForceNatureAddrToBeIntnatl
                                       INTEGER,
    iSUPRemSigDestR27SupportsOprLanguageCPCVals
                                       INTEGER
  }

  iSUPRemSigDestR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR27Entry  1 }

  iSUPRemSigDestR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR27Entry  2 }

  iSUPRemSigDestR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR27Entry  3 }

  iSUPRemSigDestR27ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR27Entry  4 }

  iSUPRemSigDestR27ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR27Entry  5 }

  iSUPRemSigDestR27I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR27Entry  6 }

  iSUPRemSigDestR27I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR27Entry  7 }

  iSUPRemSigDestR27I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR27Entry  8 }

  iSUPRemSigDestR27I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR27Entry  9 }

  iSUPRemSigDestR27I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR27Entry  10 }

  iSUPRemSigDestR27ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR27Entry  11 }

  iSUPRemSigDestR27ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  12 }

  iSUPRemSigDestR27MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR27Entry  13 }

  iSUPRemSigDestR27CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR27Entry  14 }

  iSUPRemSigDestR27ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR27Entry  15 }

  iSUPRemSigDestR27ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR27Entry  16 }

  iSUPRemSigDestR27DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  17 }

  iSUPRemSigDestR27PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR27Entry  18 }

  iSUPRemSigDestR27USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR27Entry  19 }

  iSUPRemSigDestR27ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  20 }

  iSUPRemSigDestR27JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  21 }

  iSUPRemSigDestR27RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  22 }

  iSUPRemSigDestR27RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  23 }

  iSUPRemSigDestR27OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  24 }

  iSUPRemSigDestR27AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  25 }

  iSUPRemSigDestR27GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  26 }

  iSUPRemSigDestR27GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  27 }

  iSUPRemSigDestR27RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  28 }

  iSUPRemSigDestR27CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  29 }

  iSUPRemSigDestR27InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR27Entry  30 }

  iSUPRemSigDestR27TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  31 }

  iSUPRemSigDestR27ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR27Entry  32 }

  iSUPRemSigDestR27CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR27Entry  33 }

  iSUPRemSigDestR27AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR27Entry  34 }

  iSUPRemSigDestR27DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR27Entry  35 }

  iSUPRemSigDestR27DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  36 }

  iSUPRemSigDestR27DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR27Entry  37 }

  iSUPRemSigDestR27SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR27Entry  38 }

  iSUPRemSigDestR27DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR27Entry  39 }

  iSUPRemSigDestR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR27Entry  40 }

  iSUPRemSigDestR27AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR27Entry  41 }

  iSUPRemSigDestR27OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR27Entry  42 }

  iSUPRemSigDestR27AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR27Entry  43 }

  iSUPRemSigDestR27AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR27Entry  44 }

  iSUPRemSigDestR27AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR27Entry  45 }

  iSUPRemSigDestR27AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR27Entry  46 }

  iSUPRemSigDestR27AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR27Entry  47 }

  iSUPRemSigDestR27AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR27Entry  48 }

  iSUPRemSigDestR27AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR27Entry  49 }

  iSUPRemSigDestR27AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR27Entry  50 }

  iSUPRemSigDestR27AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR27Entry  51 }

  iSUPRemSigDestR27AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR27Entry  52 }

  iSUPRemSigDestR27AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR27Entry  53 }

  iSUPRemSigDestR27DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR27Entry  54 }

  iSUPRemSigDestR27NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR27Entry  55 }

  iSUPRemSigDestR27RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  56 }

  iSUPRemSigDestR27ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  57 }

  iSUPRemSigDestR27OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  58 }

  iSUPRemSigDestR27LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR27Entry  59 }

  iSUPRemSigDestR27MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR27Entry  60 }

  iSUPRemSigDestR27Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49),
                   finnish(50)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR27Entry  61 }

  iSUPRemSigDestR27GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR27Entry  62 }

  iSUPRemSigDestR27PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  63 }

  iSUPRemSigDestR27IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  64 }

  iSUPRemSigDestR27ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR27Entry  65 }

  iSUPRemSigDestR27UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  66 }

  iSUPRemSigDestR27BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  67 }

  iSUPRemSigDestR27StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR27Entry  68 }

  iSUPRemSigDestR27EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  69 }

  iSUPRemSigDestR27M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR27Entry  70 }

  iSUPRemSigDestR27CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR27Entry  71 }

  iSUPRemSigDestR27ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  72 }

  iSUPRemSigDestR27TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR27Entry  73 }

  iSUPRemSigDestR27SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  74 }

  iSUPRemSigDestR27SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  75 }

  iSUPRemSigDestR27PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR27Entry  76 }

  iSUPRemSigDestR27GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR27Entry  77 }

  iSUPRemSigDestR27RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR27Entry  78 }

  iSUPRemSigDestR27SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR27Entry  79 }

  iSUPRemSigDestR27SuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  80 }

  iSUPRemSigDestR27CSIParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CSI parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  81 }

  iSUPRemSigDestR27HonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  82 }

  iSUPRemSigDestR27ForceNatureAddrToBeIntnatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force nature of address to be international'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  83 }

  iSUPRemSigDestR27SupportsOprLanguageCPCVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports Operator language CPC values'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR27Entry  84 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Local Signaling Destination'                           */
-- /* Valid from: 9.5.20                                                            */
-- /*********************************************************************************/

  iSUPLclSigDestR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPLclSigDestR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destinations'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2640 }

  iSUPLclSigDestR23Entry OBJECT-TYPE
    SYNTAX       ISUPLclSigDestR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPLclSigDestR23NEConn,
             iSUPLclSigDestR23NetwkElement,
             iSUPLclSigDestR23CFSIx,
             iSUPLclSigDestR23ISUPLocalSigDestIx }
    ::= {  iSUPLclSigDestR23Table  1  }

  ISUPLclSigDestR23Entry  ::=  SEQUENCE
  {
    iSUPLclSigDestR23NEConn            Unsigned32,
    iSUPLclSigDestR23NetwkElement      DisplayString,
    iSUPLclSigDestR23CFSIx             Unsigned32,
    iSUPLclSigDestR23ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPLclSigDestR23PassOnMsg         INTEGER,
    iSUPLclSigDestR23CgstnStatus       INTEGER,
    iSUPLclSigDestR23CLLI              DisplayString,
    iSUPLclSigDestR23SuppressEchoCancellationRequest
                                       INTEGER,
    iSUPLclSigDestR23SendUPTMsgsWhenRestartEnds
                                       INTEGER,
    iSUPLclSigDestR23T1TimerDurn       Unsigned32,
    iSUPLclSigDestR23T2TimerDurn       Unsigned32,
    iSUPLclSigDestR23T3TimerDurn       Unsigned32,
    iSUPLclSigDestR23T5TimerDurn       Unsigned32,
    iSUPLclSigDestR23T6TimerDurn       Unsigned32,
    iSUPLclSigDestR23T7TimerDurn       Unsigned32,
    iSUPLclSigDestR23T8TimerDurn       Unsigned32,
    iSUPLclSigDestR23T9TimerDurn       Unsigned32,
    iSUPLclSigDestR23T10TimerDurn      Unsigned32,
    iSUPLclSigDestR23T11TimerDurn      Unsigned32,
    iSUPLclSigDestR23T12TimerDurn      Unsigned32,
    iSUPLclSigDestR23T13TimerDurn      Unsigned32,
    iSUPLclSigDestR23T14TimerDurn      Unsigned32,
    iSUPLclSigDestR23T15TimerDurn      Unsigned32,
    iSUPLclSigDestR23T16TimerDurn      Unsigned32,
    iSUPLclSigDestR23T17TimerDurn      Unsigned32,
    iSUPLclSigDestR23T18TimerDurn      Unsigned32,
    iSUPLclSigDestR23T19TimerDurn      Unsigned32,
    iSUPLclSigDestR23T20TimerDurn      Unsigned32,
    iSUPLclSigDestR23T21TimerDurn      Unsigned32,
    iSUPLclSigDestR23T22TimerDurn      Unsigned32,
    iSUPLclSigDestR23T23TimerDurn      Unsigned32,
    iSUPLclSigDestR23T25TimerDurn      Unsigned32,
    iSUPLclSigDestR23T26TimerDurn      Unsigned32,
    iSUPLclSigDestR23T27TimerDurn      Unsigned32,
    iSUPLclSigDestR23T28TimerDurn      Unsigned32,
    iSUPLclSigDestR23T29TimerDurn      Unsigned32,
    iSUPLclSigDestR23T30TimerDurn      Unsigned32,
    iSUPLclSigDestR23T33TimerDurn      Unsigned32,
    iSUPLclSigDestR23T35TimerDurn      Unsigned32,
    iSUPLclSigDestR23T38TimerDurn      Unsigned32,
    iSUPLclSigDestR23CCRTimerDurn      Unsigned32,
    iSUPLclSigDestR23CCRRTimerDurn     Unsigned32,
    iSUPLclSigDestR23CGBTimerDurn      Unsigned32,
    iSUPLclSigDestR23CVTTimerDurn      Unsigned32,
    iSUPLclSigDestR23BLOMTimerDurn     Unsigned32,
    iSUPLclSigDestR23SUSTimerDurn      Unsigned32,
    iSUPLclSigDestR23CongTimerDurn     Unsigned32,
    iSUPLclSigDestR23MCCTimerDurn      Unsigned32,
    iSUPLclSigDestR23SegmenttnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR23TransitTimerDurn  Unsigned32,
    iSUPLclSigDestR23AutoCgstnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR23DCPLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR23UserpartInaccessibilityTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR23UserpartLongDurnTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR23CircGpQueryTimerDurn
                                       Unsigned32,
    iSUPLclSigDestR23MaxResetRetries   Unsigned32,
    iSUPLclSigDestR23MaxBlockingRetries
                                       Unsigned32,
    iSUPLclSigDestR23MaxUnblockingRetries
                                       Unsigned32,
    iSUPLclSigDestR23DeactivnMode      INTEGER,
    iSUPLclSigDestR23AlrmState         INTEGER,
    iSUPLclSigDestR23AlrmLogCorr       Counter64,
    iSUPLclSigDestR23AlrmEvtsAttnRq    Integer32,
    iSUPLclSigDestR23AlrmStateTimestamp
                                       Unsigned32,
    iSUPLclSigDestR23AlrmResetTimestamp
                                       Unsigned32,
    iSUPLclSigDestR23ChldAlrmsAttnRq   Integer32,
    iSUPLclSigDestR23ChdAlrmEvtsAttnRq Integer32,
    iSUPLclSigDestR23ChldAlrmsAtndDp   Integer32,
    iSUPLclSigDestR23ChdAlrmEvtsAtndDp Integer32,
    iSUPLclSigDestR23SummaryChldAlrmState
                                       INTEGER,
    iSUPLclSigDestR23DoExtraActions    INTEGER,
    iSUPLclSigDestR23RowStatus         RowStatus,
    iSUPLclSigDestR23AdminStatus       AdminStatus,
    iSUPLclSigDestR23OperStatus        OperStatus,
    iSUPLclSigDestR23SupportEnableISUPCldAddrPrefix
                                       INTEGER,
    iSUPLclSigDestR23T1I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR23T1I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR23T1I3SigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    iSUPLclSigDestR23Variant           INTEGER,
    iSUPLclSigDestR23ChldStatisticsAlrms
                                       Integer32,
    iSUPLclSigDestR23RequestClgNumViaINR
                                       INTEGER,
    iSUPLclSigDestR23ActionOnFailToRcvClgNumViaINF
                                       INTEGER,
    iSUPLclSigDestR23EnableISUPPriorityCallSig
                                       INTEGER,
    iSUPLclSigDestR23RequestClgCategoryViaINR
                                       INTEGER,
    iSUPLclSigDestR23ActOnFlToRcvClgCatViaINF
                                       INTEGER,
    iSUPLclSigDestR23StatisticsAlrms   Integer32,
    iSUPLclSigDestR23T2I1SigGwM3UAAppSvrNEConn
                                       Unsigned32,
    iSUPLclSigDestR23T2I2SigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    iSUPLclSigDestR23T2I3SigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    iSUPLclSigDestR23Name              DisplayString,
    iSUPLclSigDestR23EnableCallRefSig  INTEGER,
    iSUPLclSigDestR23IncExtraParmsInXMLBillRecs
                                       INTEGER,
    iSUPLclSigDestR23SupportReceivingCauseCodesOnAcm
                                       INTEGER
  }

  iSUPLclSigDestR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPLclSigDestR23Entry  1 }

  iSUPLclSigDestR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPLclSigDestR23Entry  2 }

  iSUPLclSigDestR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPLclSigDestR23Entry  3 }

  iSUPLclSigDestR23ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPLclSigDestR23Entry  4 }

  iSUPLclSigDestR23PassOnMsg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pass on message'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR23Entry  5 }

  iSUPLclSigDestR23CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPLclSigDestR23Entry  6 }

  iSUPLclSigDestR23CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR23Entry  7 }

  iSUPLclSigDestR23SuppressEchoCancellationRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suppress echo cancellation requests'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR23Entry  8 }

  iSUPLclSigDestR23SendUPTMsgsWhenRestartEnds OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send UPT messages when restart ends'.
                  This field is not writable when active."
    ::= { iSUPLclSigDestR23Entry  9 }

  iSUPLclSigDestR23T1TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T1 / TREL timer duration'."
    ::= { iSUPLclSigDestR23Entry  10 }

  iSUPLclSigDestR23T2TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 180000..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T2 timer duration'."
    DEFVAL       { 180000 }
    ::= { iSUPLclSigDestR23Entry  11 }

  iSUPLclSigDestR23T3TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T3 timer duration'."
    DEFVAL       { 120000 }
    ::= { iSUPLclSigDestR23Entry  12 }

  iSUPLclSigDestR23T5TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T5 / TREL,l timer duration'."
    ::= { iSUPLclSigDestR23Entry  14 }

  iSUPLclSigDestR23T6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T6 / TSUS,r timer duration'."
    ::= { iSUPLclSigDestR23Entry  15 }

  iSUPLclSigDestR23T7TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 20000..30000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T7 / TIAM timer duration'."
    ::= { iSUPLclSigDestR23Entry  16 }

  iSUPLclSigDestR23T8TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T8 timer duration'."
    ::= { iSUPLclSigDestR23Entry  17 }

  iSUPLclSigDestR23T9TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..720000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T9 timer duration'."
    ::= { iSUPLclSigDestR23Entry  18 }

  iSUPLclSigDestR23T10TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T10 timer duration'."
    ::= { iSUPLclSigDestR23Entry  19 }

  iSUPLclSigDestR23T11TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T11 timer duration'."
    ::= { iSUPLclSigDestR23Entry  20 }

  iSUPLclSigDestR23T12TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T12 / TBLO (blocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  21 }

  iSUPLclSigDestR23T13TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T13 / TBLO,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  22 }

  iSUPLclSigDestR23T14TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T14 / TBLO (unblocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  23 }

  iSUPLclSigDestR23T15TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T15 / TBLO,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  24 }

  iSUPLclSigDestR23T16TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T16 / TRSC timer duration'."
    ::= { iSUPLclSigDestR23Entry  25 }

  iSUPLclSigDestR23T17TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T17 / TRSC,l timer duration'."
    ::= { iSUPLclSigDestR23Entry  26 }

  iSUPLclSigDestR23T18TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T18 / TCGB (blocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  27 }

  iSUPLclSigDestR23T19TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T19 / TCGB,l (blocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  28 }

  iSUPLclSigDestR23T20TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T20 / TCGB (unblocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  29 }

  iSUPLclSigDestR23T21TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'T21 / TCGB,l (unblocking) timer duration'."
    ::= { iSUPLclSigDestR23Entry  30 }

  iSUPLclSigDestR23T22TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 4000..60000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T22 / TGRS timer duration'."
    ::= { iSUPLclSigDestR23Entry  31 }

  iSUPLclSigDestR23T23TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..900000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T23 / TGRS,l timer duration'."
    ::= { iSUPLclSigDestR23Entry  32 }

  iSUPLclSigDestR23T25TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T25 timer duration'."
    ::= { iSUPLclSigDestR23Entry  33 }

  iSUPLclSigDestR23T26TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 60000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T26 timer duration'."
    ::= { iSUPLclSigDestR23Entry  34 }

  iSUPLclSigDestR23T27TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 240000..320000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T27 / TCOT,l timer duration'."
    ::= { iSUPLclSigDestR23Entry  35 }

  iSUPLclSigDestR23T28TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T28 / TCQM timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR23Entry  36 }

  iSUPLclSigDestR23T29TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 300..600 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T29 timer duration'."
    ::= { iSUPLclSigDestR23Entry  37 }

  iSUPLclSigDestR23T30TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T30 timer duration'."
    ::= { iSUPLclSigDestR23Entry  38 }

  iSUPLclSigDestR23T33TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T33 timer duration'."
    ::= { iSUPLclSigDestR23Entry  39 }

  iSUPLclSigDestR23T35TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 15000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T35 timer duration'."
    ::= { iSUPLclSigDestR23Entry  40 }

  iSUPLclSigDestR23T38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { iSUPLclSigDestR23Entry  42 }

  iSUPLclSigDestR23CCRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..2000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR timer duration'."
    DEFVAL       { 2000 }
    ::= { iSUPLclSigDestR23Entry  43 }

  iSUPLclSigDestR23CCRRTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 16000..20000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CCR R timer duration'."
    DEFVAL       { 20000 }
    ::= { iSUPLclSigDestR23Entry  44 }

  iSUPLclSigDestR23CGBTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CGB timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR23Entry  45 }

  iSUPLclSigDestR23CVTTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CVT timer duration'."
    DEFVAL       { 10000 }
    ::= { iSUPLclSigDestR23Entry  46 }

  iSUPLclSigDestR23BLOMTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'BLO M timer duration'."
    ::= { iSUPLclSigDestR23Entry  47 }

  iSUPLclSigDestR23SUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { iSUPLclSigDestR23Entry  48 }

  iSUPLclSigDestR23CongTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 22000..32000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cong timer duration'."
    DEFVAL       { 32000 }
    ::= { iSUPLclSigDestR23Entry  49 }

  iSUPLclSigDestR23MCCTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 52000..240000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MCC timer duration'."
    DEFVAL       { 60000 }
    ::= { iSUPLclSigDestR23Entry  50 }

  iSUPLclSigDestR23SegmenttnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Segmentation timer duration'."
    ::= { iSUPLclSigDestR23Entry  51 }

  iSUPLclSigDestR23TransitTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10000..15000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit timer duration'."
    ::= { iSUPLclSigDestR23Entry  52 }

  iSUPLclSigDestR23AutoCgstnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Auto congestion timer duration'."
    DEFVAL       { 5000 }
    ::= { iSUPLclSigDestR23Entry  53 }

  iSUPLclSigDestR23DCPLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DPC long duration timer duration'."
    ::= { iSUPLclSigDestR23Entry  54 }

  iSUPLclSigDestR23UserpartInaccessibilityTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart inaccessibility timer duration'."
    ::= { iSUPLclSigDestR23Entry  55 }

  iSUPLclSigDestR23UserpartLongDurnTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Userpart long duration timer duration'."
    DEFVAL       { 300000 }
    ::= { iSUPLclSigDestR23Entry  56 }

  iSUPLclSigDestR23CircGpQueryTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Circuit group query timer duration'."
    DEFVAL       { 86400000 }
    ::= { iSUPLclSigDestR23Entry  57 }

  iSUPLclSigDestR23MaxResetRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum reset retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR23Entry  58 }

  iSUPLclSigDestR23MaxBlockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum blocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR23Entry  59 }

  iSUPLclSigDestR23MaxUnblockingRetries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum unblocking retries'."
    DEFVAL       { 0 }
    ::= { iSUPLclSigDestR23Entry  60 }

  iSUPLclSigDestR23DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPLclSigDestR23Entry  61 }

  iSUPLclSigDestR23AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPLclSigDestR23Entry  62 }

  iSUPLclSigDestR23AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { iSUPLclSigDestR23Entry  63 }

  iSUPLclSigDestR23AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR23Entry  64 }

  iSUPLclSigDestR23AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPLclSigDestR23Entry  65 }

  iSUPLclSigDestR23AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPLclSigDestR23Entry  66 }

  iSUPLclSigDestR23ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { iSUPLclSigDestR23Entry  67 }

  iSUPLclSigDestR23ChdAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR23Entry  68 }

  iSUPLclSigDestR23ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { iSUPLclSigDestR23Entry  69 }

  iSUPLclSigDestR23ChdAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPLclSigDestR23Entry  70 }

  iSUPLclSigDestR23SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPLclSigDestR23Entry  71 }

  iSUPLclSigDestR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR23Entry  72 }

  iSUPLclSigDestR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPLclSigDestR23Entry  73 }

  iSUPLclSigDestR23AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR23Entry  74 }

  iSUPLclSigDestR23OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPLclSigDestR23Entry  75 }

  iSUPLclSigDestR23SupportEnableISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP called address prefix support'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR23Entry  76 }

  iSUPLclSigDestR23T1I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR23Entry  77 }

  iSUPLclSigDestR23T1I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR23Entry  78 }

  iSUPLclSigDestR23T1I3SigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { iSUPLclSigDestR23Entry  79 }

  iSUPLclSigDestR23Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   finnish(50),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP variant'.
                  This field is only writable during create."
    ::= { iSUPLclSigDestR23Entry  80 }

  iSUPLclSigDestR23ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPLclSigDestR23Entry  81 }

  iSUPLclSigDestR23RequestClgNumViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   noCallingNumberParameterPresent(2),
                   callingNumberAbsentOrZeroLength(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling number via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR23Entry  82 }

  iSUPLclSigDestR23ActionOnFailToRcvClgNumViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling number via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR23Entry  83 }

  iSUPLclSigDestR23EnableISUPPriorityCallSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable ISUP priority call signaling'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR23Entry  84 }

  iSUPLclSigDestR23RequestClgCategoryViaINR OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(1),
                   callingCategoryUnknown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request calling category via INR'."
    DEFVAL       { never }
    ::= { iSUPLclSigDestR23Entry  85 }

  iSUPLclSigDestR23ActOnFlToRcvClgCatViaINF OBJECT-TYPE
    SYNTAX       INTEGER {
                   progressCall(1),
                   releaseCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Action on failure to receive calling category via INF'."
    DEFVAL       { progressCall }
    ::= { iSUPLclSigDestR23Entry  86 }

  iSUPLclSigDestR23StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPLclSigDestR23Entry  87 }

  iSUPLclSigDestR23T2I1SigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR23Entry  88 }

  iSUPLclSigDestR23T2I2SigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR23Entry  89 }

  iSUPLclSigDestR23T2I3SigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { iSUPLclSigDestR23Entry  90 }

  iSUPLclSigDestR23Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPLclSigDestR23Entry  91 }

  iSUPLclSigDestR23EnableCallRefSig OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable Call Reference signaling'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR23Entry  92 }

  iSUPLclSigDestR23IncExtraParmsInXMLBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Include extra parameters in XML billing records'."
    DEFVAL       { false }
    ::= { iSUPLclSigDestR23Entry  93 }

  iSUPLclSigDestR23SupportReceivingCauseCodesOnAcm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Support receiving cause codes on ACM'."
    DEFVAL       { true }
    ::= { iSUPLclSigDestR23Entry  94 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Signaling Gateway'                                          */
-- /* Valid from: 9.5.20                                                            */
-- /*********************************************************************************/

  sigGatewayR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SigGatewayR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling Gateways'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2641 }

  sigGatewayR15Entry OBJECT-TYPE
    SYNTAX       SigGatewayR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sigGatewayR15NEConn,
             sigGatewayR15NetwkElement,
             sigGatewayR15SigPointID }
    ::= {  sigGatewayR15Table  1  }

  SigGatewayR15Entry  ::=  SEQUENCE
  {
    sigGatewayR15NEConn                Unsigned32,
    sigGatewayR15NetwkElement          DisplayString,
    sigGatewayR15SigPointID            Unsigned32,
    sigGatewayR15PointCode             Unsigned32,
    sigGatewayR15SigGatewayName        DisplayString,
    sigGatewayR15I1SigPointTimerProfNEConn
                                       Unsigned32,
    sigGatewayR15I2SigPointTimerProfNetwkElement
                                       DisplayString,
    sigGatewayR15I3SigPointTimerProfSigPointID
                                       Unsigned32,
    sigGatewayR15I4SigPointTimerProfProfID
                                       Unsigned32,
    sigGatewayR15DestAlrmsAttnRq       Integer32,
    sigGatewayR15DestAlrmEvtsAttnRq    Integer32,
    sigGatewayR15DestAlrmsAtndDp       Integer32,
    sigGatewayR15DestAlrmEvtsAtndDp    Integer32,
    sigGatewayR15LinkSetAlrmsAttnRq    Integer32,
    sigGatewayR15LinkSetAlrmEvtsAttnRq Integer32,
    sigGatewayR15TotChldAlrmsAttnRq    Unsigned32,
    sigGatewayR15TotChldAlrmEvtsAttnRq Unsigned32,
    sigGatewayR15TotChldAlrmsAtndDp    Unsigned32,
    sigGatewayR15TotChldAlrmEvtsAtndDp Unsigned32,
    sigGatewayR15SummaryChldAlrmState  INTEGER,
    sigGatewayR15RowStatus             RowStatus,
    sigGatewayR15AdminStatus           AdminStatus,
    sigGatewayR15OperStatus            OperStatus,
    sigGatewayR15CgstnControlMethod    INTEGER,
    sigGatewayR15AllowProxiedPointCodes
                                       INTEGER,
    sigGatewayR15SigPointType          INTEGER,
    sigGatewayR15MTP3Variant           INTEGER,
    sigGatewayR15I1ESAESAProtDomNEConn Unsigned32,
    sigGatewayR15I2ESAESAProtDomNetwkElement
                                       DisplayString,
    sigGatewayR15I3ESAESAProtDomCFSIx  Unsigned32,
    sigGatewayR15I4ESAESAProtDomESAProtDomIx
                                       Unsigned32,
    sigGatewayR15ESAESAProtDomOtherVals
                                       INTEGER,
    sigGatewayR15ESAProtectionAct      INTEGER,
    sigGatewayR15ESASigGatewayCtrlStatus
                                       INTEGER,
    sigGatewayR15ESAAutoSwitchoverQualificationTime
                                       Unsigned32,
    sigGatewayR15ChldStatisticsAlrms   Integer32,
    sigGatewayR15NetwkIndicator        INTEGER,
    sigGatewayR15DeactivateLinksetsOnUserPartUnavail
                                       INTEGER,
    sigGatewayR15M3UARmASAlrmsAttnRq   Integer32,
    sigGatewayR15M3UARmASAlrmEvtsAttnRq
                                       Integer32,
    sigGatewayR15M3UARmASAlrmsAtndDp   Integer32,
    sigGatewayR15M3UARmASAlrmEvtsAtndDp
                                       Integer32,
    sigGatewayR15StatisticsAlrms       Integer32
  }

  sigGatewayR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sigGatewayR15Entry  1 }

  sigGatewayR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sigGatewayR15Entry  2 }

  sigGatewayR15SigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway index'.
                  This is an index field."
    ::= { sigGatewayR15Entry  3 }

  sigGatewayR15PointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Point code'.
                  This field is not writable when active."
    ::= { sigGatewayR15Entry  4 }

  sigGatewayR15SigGatewayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling Gateway name'."
    ::= { sigGatewayR15Entry  5 }

  sigGatewayR15I1SigPointTimerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR15Entry  6 }

  sigGatewayR15I2SigPointTimerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR15Entry  7 }

  sigGatewayR15I3SigPointTimerProfSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR15Entry  8 }

  sigGatewayR15I4SigPointTimerProfProfID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Signaling Point Timer Profile',
                  This field represents index 'Profile ID'
                  in referenced type 'BOOSigPointTPSE'.
                  This field is not valid at creation time."
    ::= { sigGatewayR15Entry  9 }

  sigGatewayR15DestAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarms'."
    ::= { sigGatewayR15Entry  10 }

  sigGatewayR15DestAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR15Entry  11 }

  sigGatewayR15DestAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarms'."
    ::= { sigGatewayR15Entry  12 }

  sigGatewayR15DestAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Destination Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR15Entry  13 }

  sigGatewayR15LinkSetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarms'."
    ::= { sigGatewayR15Entry  14 }

  sigGatewayR15LinkSetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Linkset Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR15Entry  15 }

  sigGatewayR15TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sigGatewayR15Entry  16 }

  sigGatewayR15TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sigGatewayR15Entry  17 }

  sigGatewayR15TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sigGatewayR15Entry  18 }

  sigGatewayR15TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sigGatewayR15Entry  19 }

  sigGatewayR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sigGatewayR15Entry  20 }

  sigGatewayR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sigGatewayR15Entry  21 }

  sigGatewayR15AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR15Entry  22 }

  sigGatewayR15OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sigGatewayR15Entry  23 }

  sigGatewayR15CgstnControlMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   nationalPriorityLevels(2),
                   nationalBuffer(3),
                   nationalTimed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion control method'.
                  This field is not writable when active."
    DEFVAL       { nationalPriorityLevels }
    ::= { sigGatewayR15Entry  24 }

  sigGatewayR15AllowProxiedPointCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow proxied point codes'."
    DEFVAL       { false }
    ::= { sigGatewayR15Entry  27 }

  sigGatewayR15SigPointType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sEP(1),
                   sTP(2),
                   sTEP(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling point type'.
                  This field is not writable when active."
    ::= { sigGatewayR15Entry  28 }

  sigGatewayR15MTP3Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1996(0),
                   argentine(4),
                   australianCA30(47),
                   australianG500(43),
                   bolivian(17),
                   brazilian(42),
                   chilean(16),
                   chinese(41),
                   colombian(7),
                   costaRican(20),
                   finnish(48),
                   french(25),
                   germanGateway(40),
                   germanZZN7(45),
                   honduran(21),
                   hongKong(22),
                   italian(19),
                   iTUBlueBook(2),
                   mexican(18),
                   newZealand(46),
                   singapore(44),
                   taiwanese(24),
                   uK(3),
                   vietnamese(23)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MTP3 variant'.
                  This field is only writable during create."
    ::= { sigGatewayR15Entry  29 }

  sigGatewayR15I1ESAESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR15Entry  30 }

  sigGatewayR15I2ESAESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR15Entry  31 }

  sigGatewayR15I3ESAESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR15Entry  32 }

  sigGatewayR15I4ESAESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { sigGatewayR15Entry  33 }

  sigGatewayR15ESAESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA - ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA - ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sigGatewayR15Entry  34 }

  sigGatewayR15ESAProtectionAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESA - protection active'."
    DEFVAL       { true }
    ::= { sigGatewayR15Entry  35 }

  sigGatewayR15ESASigGatewayCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   signalingGatewayControlling(1),
                   signalingGatewayNotControlling(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - Signaling Gateway control status'."
    ::= { sigGatewayR15Entry  36 }

  sigGatewayR15ESAAutoSwitchoverQualificationTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..60 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ESA - automatic switchover qualification time'."
    DEFVAL       { 5 }
    ::= { sigGatewayR15Entry  37 }

  sigGatewayR15ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sigGatewayR15Entry  38 }

  sigGatewayR15NetwkIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   international(1),
                   internationalSpare(2),
                   national(3),
                   nationalSpare(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network indicator'.
                  This field is not writable when active."
    DEFVAL       { national }
    ::= { sigGatewayR15Entry  39 }

  sigGatewayR15DeactivateLinksetsOnUserPartUnavail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deactivate linksets on user part unavailability'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sigGatewayR15Entry  40 }

  sigGatewayR15M3UARmASAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarms'."
    ::= { sigGatewayR15Entry  41 }

  sigGatewayR15M3UARmASAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR15Entry  42 }

  sigGatewayR15M3UARmASAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarms'."
    ::= { sigGatewayR15Entry  43 }

  sigGatewayR15M3UARmASAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'M3UA Remote Application Server Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { sigGatewayR15Entry  44 }

  sigGatewayR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sigGatewayR15Entry  45 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  cesIPSubR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CesIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2642 }

  cesIPSubR5Entry OBJECT-TYPE
    SYNTAX       CesIPSubR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cesIPSubR5NEConn,
             cesIPSubR5NetwkElement,
             cesIPSubR5SwitchIx,
             cesIPSubR5InterfaceType,
             cesIPSubR5EthernetPortIx,
             cesIPSubR5SubnetworkIx }
    ::= {  cesIPSubR5Table  1  }

  CesIPSubR5Entry  ::=  SEQUENCE
  {
    cesIPSubR5NEConn                   Unsigned32,
    cesIPSubR5NetwkElement             DisplayString,
    cesIPSubR5SwitchIx                 Unsigned32,
    cesIPSubR5InterfaceType            INTEGER,
    cesIPSubR5EthernetPortIx           INTEGER,
    cesIPSubR5SubnetworkIx             Unsigned32,
    cesIPSubR5SubnetworkAddr           DisplayString,
    cesIPSubR5DefRouterAddr            DisplayString,
    cesIPSubR5VLAN                     LongDisplayString,
    cesIPSubR5I1PortGpNEConn           Unsigned32,
    cesIPSubR5I2PortGpNetwkElement     DisplayString,
    cesIPSubR5I3PortGpSwitchIx         Unsigned32,
    cesIPSubR5I4PortGpInterfaceType    INTEGER,
    cesIPSubR5I5PortGpEthernetPortIx   INTEGER,
    cesIPSubR5I6PortGpPortGpID         Unsigned32,
    cesIPSubR5TrafficTypes             BITS,
    cesIPSubR5AlrmState                INTEGER,
    cesIPSubR5AlrmStateTimestamp       Unsigned32,
    cesIPSubR5AlrmEvtsAttnRqLogCorr    Counter64,
    cesIPSubR5AlrmEvtsAttnRq           Integer32,
    cesIPSubR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cesIPSubR5ConTstSrcAddr            DisplayString,
    cesIPSubR5ConTstTrgtAddr           DisplayString,
    cesIPSubR5ConTstTrgtStatus         INTEGER,
    cesIPSubR5InUse                    INTEGER
  }

  cesIPSubR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cesIPSubR5Entry  1 }

  cesIPSubR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cesIPSubR5Entry  2 }

  cesIPSubR5SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { cesIPSubR5Entry  4 }

  cesIPSubR5InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { cesIPSubR5Entry  5 }

  cesIPSubR5EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { cesIPSubR5Entry  6 }

  cesIPSubR5SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { cesIPSubR5Entry  7 }

  cesIPSubR5SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { cesIPSubR5Entry  8 }

  cesIPSubR5DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { cesIPSubR5Entry  9 }

  cesIPSubR5VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { cesIPSubR5Entry  10 }

  cesIPSubR5I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR5Entry  11 }

  cesIPSubR5I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR5Entry  12 }

  cesIPSubR5I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR5Entry  13 }

  cesIPSubR5I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR5Entry  14 }

  cesIPSubR5I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR5Entry  15 }

  cesIPSubR5I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR5Entry  16 }

  cesIPSubR5TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { cesIPSubR5Entry  17 }

  cesIPSubR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cesIPSubR5Entry  18 }

  cesIPSubR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cesIPSubR5Entry  19 }

  cesIPSubR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cesIPSubR5Entry  20 }

  cesIPSubR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cesIPSubR5Entry  21 }

  cesIPSubR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cesIPSubR5Entry  22 }

  cesIPSubR5ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { cesIPSubR5Entry  23 }

  cesIPSubR5ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { cesIPSubR5Entry  24 }

  cesIPSubR5ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { cesIPSubR5Entry  25 }

  cesIPSubR5InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { cesIPSubR5Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Address'                                                 */
-- /* Valid from: 9.3                                                               */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  iSISIPAddrR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISIPAddrR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Processor Ethernet'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2643 }

  iSISIPAddrR4Entry OBJECT-TYPE
    SYNTAX       ISISIPAddrR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISIPAddrR4NEConn,
             iSISIPAddrR4NetwkElement,
             iSISIPAddrR4SwitchIx,
             iSISIPAddrR4ISISIPAddrIx }
    ::= {  iSISIPAddrR4Table  1  }

  ISISIPAddrR4Entry  ::=  SEQUENCE
  {
    iSISIPAddrR4NEConn                 Unsigned32,
    iSISIPAddrR4NetwkElement           DisplayString,
    iSISIPAddrR4SwitchIx               Unsigned32,
    iSISIPAddrR4ISISIPAddrIx           Unsigned32,
    iSISIPAddrR4IPAddr                 DisplayString,
    iSISIPAddrR4I1EthernetPortInUseNEConn
                                       Unsigned32,
    iSISIPAddrR4I2EthernetPortInUseNetwkElement
                                       DisplayString,
    iSISIPAddrR4I3EthernetPortInUseSwitchIx
                                       Unsigned32,
    iSISIPAddrR4I4EthernetPortInUseInterfaceType
                                       INTEGER,
    iSISIPAddrR4I5EthernetPortInUseEthernetPortIx
                                       INTEGER,
    iSISIPAddrR4TrafficTypes           BITS,
    iSISIPAddrR4AlrmState              INTEGER,
    iSISIPAddrR4AlrmStateTimestamp     Unsigned32,
    iSISIPAddrR4AlrmEvtsAttnRqLogCorr  Counter64,
    iSISIPAddrR4AlrmEvtsAttnRq         Integer32,
    iSISIPAddrR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSISIPAddrR4ConTstTrgt1Addr        DisplayString,
    iSISIPAddrR4ConTstTrgt1Status      INTEGER,
    iSISIPAddrR4ConTstTrgt2Addr        DisplayString,
    iSISIPAddrR4ConTstTrgt2Status      INTEGER,
    iSISIPAddrR4ConTstTrgt3Addr        DisplayString,
    iSISIPAddrR4ConTstTrgt3Status      INTEGER
  }

  iSISIPAddrR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISIPAddrR4Entry  1 }

  iSISIPAddrR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISIPAddrR4Entry  2 }

  iSISIPAddrR4SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISIPAddrR4Entry  3 }

  iSISIPAddrR4ISISIPAddrIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP Address Index'.
                  This is an index field."
    ::= { iSISIPAddrR4Entry  4 }

  iSISIPAddrR4IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'."
    ::= { iSISIPAddrR4Entry  5 }

  iSISIPAddrR4I1EthernetPortInUseNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR4Entry  6 }

  iSISIPAddrR4I2EthernetPortInUseNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR4Entry  7 }

  iSISIPAddrR4I3EthernetPortInUseSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Switch index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR4Entry  8 }

  iSISIPAddrR4I4EthernetPortInUseInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR4Entry  9 }

  iSISIPAddrR4I5EthernetPortInUseEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR4Entry  10 }

  iSISIPAddrR4TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { iSISIPAddrR4Entry  11 }

  iSISIPAddrR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISIPAddrR4Entry  12 }

  iSISIPAddrR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISIPAddrR4Entry  13 }

  iSISIPAddrR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISIPAddrR4Entry  14 }

  iSISIPAddrR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISIPAddrR4Entry  15 }

  iSISIPAddrR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISIPAddrR4Entry  16 }

  iSISIPAddrR4ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { iSISIPAddrR4Entry  17 }

  iSISIPAddrR4ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { iSISIPAddrR4Entry  18 }

  iSISIPAddrR4ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { iSISIPAddrR4Entry  19 }

  iSISIPAddrR4ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { iSISIPAddrR4Entry  20 }

  iSISIPAddrR4ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { iSISIPAddrR4Entry  21 }

  iSISIPAddrR4ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { iSISIPAddrR4Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.3                                                               */
-- /*********************************************************************************/

  virtIPSubR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF VirtIPSubR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2644 }

  virtIPSubR1Entry OBJECT-TYPE
    SYNTAX       VirtIPSubR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { virtIPSubR1NEConn,
             virtIPSubR1NetwkElement,
             virtIPSubR1SwitchIx,
             virtIPSubR1InterfaceType,
             virtIPSubR1EthernetPortIx,
             virtIPSubR1SubnetworkIx }
    ::= {  virtIPSubR1Table  1  }

  VirtIPSubR1Entry  ::=  SEQUENCE
  {
    virtIPSubR1NEConn                  Unsigned32,
    virtIPSubR1NetwkElement            DisplayString,
    virtIPSubR1SwitchIx                Unsigned32,
    virtIPSubR1InterfaceType           INTEGER,
    virtIPSubR1EthernetPortIx          INTEGER,
    virtIPSubR1SubnetworkIx            Unsigned32,
    virtIPSubR1SubnetworkAddr          DisplayString,
    virtIPSubR1DefRouterAddr           DisplayString,
    virtIPSubR1I1VirtualNetwkInterfaceNEConn
                                       Unsigned32,
    virtIPSubR1I2VirtualNetwkInterfaceNetwkElement
                                       DisplayString,
    virtIPSubR1I3VirtualNetwkInterfaceSwitchIx
                                       Unsigned32,
    virtIPSubR1I4VirtualNetwkInterfaceInterfaceType
                                       INTEGER,
    virtIPSubR1I5VirtualNetwkInterfaceEthernetPortIx
                                       INTEGER,
    virtIPSubR1I6VirtualNetwkInterfaceVirtualNetwkInterfaceID
                                       Unsigned32,
    virtIPSubR1AlrmState               INTEGER,
    virtIPSubR1AlrmStateTimestamp      Unsigned32,
    virtIPSubR1AlrmEvtsAttnRqLogCorr   Counter64,
    virtIPSubR1AlrmEvtsAttnRq          Integer32,
    virtIPSubR1AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    virtIPSubR1ConTstTrgt1Addr         DisplayString,
    virtIPSubR1ConTstTrgt2Addr         DisplayString,
    virtIPSubR1ConTstTrgt3Addr         DisplayString,
    virtIPSubR1ConTstSrcAddr           DisplayString,
    virtIPSubR1ConTstTrgt1Status       INTEGER,
    virtIPSubR1ConTstTrgt2Status       INTEGER,
    virtIPSubR1ConTstTrgt3Status       INTEGER
  }

  virtIPSubR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { virtIPSubR1Entry  1 }

  virtIPSubR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { virtIPSubR1Entry  2 }

  virtIPSubR1SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { virtIPSubR1Entry  3 }

  virtIPSubR1InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { virtIPSubR1Entry  4 }

  virtIPSubR1EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { virtIPSubR1Entry  5 }

  virtIPSubR1SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { virtIPSubR1Entry  6 }

  virtIPSubR1SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { virtIPSubR1Entry  7 }

  virtIPSubR1DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { virtIPSubR1Entry  8 }

  virtIPSubR1I1VirtualNetwkInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubR1Entry  9 }

  virtIPSubR1I2VirtualNetwkInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubR1Entry  10 }

  virtIPSubR1I3VirtualNetwkInterfaceSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Switch index'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubR1Entry  11 }

  virtIPSubR1I4VirtualNetwkInterfaceInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubR1Entry  12 }

  virtIPSubR1I5VirtualNetwkInterfaceEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubR1Entry  13 }

  virtIPSubR1I6VirtualNetwkInterfaceVirtualNetwkInterfaceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Virtual Network Interface',
                  This field represents index 'Virtual Network Interface ID'
                  in referenced type 'BOOVirtualNetworkInterfaceSE'."
    ::= { virtIPSubR1Entry  14 }

  virtIPSubR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { virtIPSubR1Entry  15 }

  virtIPSubR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { virtIPSubR1Entry  16 }

  virtIPSubR1AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { virtIPSubR1Entry  17 }

  virtIPSubR1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { virtIPSubR1Entry  18 }

  virtIPSubR1AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { virtIPSubR1Entry  19 }

  virtIPSubR1ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { virtIPSubR1Entry  22 }

  virtIPSubR1ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { virtIPSubR1Entry  25 }

  virtIPSubR1ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { virtIPSubR1Entry  28 }

  virtIPSubR1ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { virtIPSubR1Entry  31 }

  virtIPSubR1ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { virtIPSubR1Entry  32 }

  virtIPSubR1ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { virtIPSubR1Entry  33 }

  virtIPSubR1ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { virtIPSubR1Entry  34 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Digit Maps'                                                 */
-- /* Valid from: 9.2                                                               */
-- /*********************************************************************************/

  indLineDigitMapsTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineDigitMapsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2645 }

  indLineDigitMapsEntry OBJECT-TYPE
    SYNTAX       IndLineDigitMapsEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineDigitMapsNEConn,
             indLineDigitMapsNetwkElement,
             indLineDigitMapsCFSIx,
             indLineDigitMapsDirNum }
    ::= {  indLineDigitMapsTable  1  }

  IndLineDigitMapsEntry  ::=  SEQUENCE
  {
    indLineDigitMapsNEConn             Unsigned32,
    indLineDigitMapsNetwkElement       DisplayString,
    indLineDigitMapsCFSIx              Unsigned32,
    indLineDigitMapsDirNum             DisplayString,
    indLineDigitMapsSubGpDigitMap      LongDisplayString,
    indLineDigitMapsSubGpCriticalTimeout
                                       Unsigned32,
    indLineDigitMapsSubGpPartialTimeout
                                       Unsigned32
  }

  indLineDigitMapsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineDigitMapsEntry  1 }

  indLineDigitMapsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineDigitMapsEntry  2 }

  indLineDigitMapsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineDigitMapsEntry  3 }

  indLineDigitMapsDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineDigitMapsEntry  4 }

  indLineDigitMapsSubGpDigitMap OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber Group digit map'."
    ::= { indLineDigitMapsEntry  5 }

  indLineDigitMapsSubGpCriticalTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber Group critical timeout'."
    ::= { indLineDigitMapsEntry  6 }

  indLineDigitMapsSubGpPartialTimeout OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber Group partial timeout'."
    ::= { indLineDigitMapsEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.3                                                               */
-- /* Valid to: 9.4.30                                                              */
-- /*********************************************************************************/

  cFSMVDIPSubR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSMVDIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Port'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2646 }

  cFSMVDIPSubR7Entry OBJECT-TYPE
    SYNTAX       CFSMVDIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSMVDIPSubR7NEConn,
             cFSMVDIPSubR7NetwkElement,
             cFSMVDIPSubR7CtrlerIx,
             cFSMVDIPSubR7InterfaceType,
             cFSMVDIPSubR7EthernetPortIx,
             cFSMVDIPSubR7SubnetworkIx }
    ::= {  cFSMVDIPSubR7Table  1  }

  CFSMVDIPSubR7Entry  ::=  SEQUENCE
  {
    cFSMVDIPSubR7NEConn                Unsigned32,
    cFSMVDIPSubR7NetwkElement          DisplayString,
    cFSMVDIPSubR7CtrlerIx              Unsigned32,
    cFSMVDIPSubR7InterfaceType         INTEGER,
    cFSMVDIPSubR7EthernetPortIx        INTEGER,
    cFSMVDIPSubR7SubnetworkIx          Unsigned32,
    cFSMVDIPSubR7SubnetworkAddr        DisplayString,
    cFSMVDIPSubR7DefRouterAddr         DisplayString,
    cFSMVDIPSubR7VLAN                  LongDisplayString,
    cFSMVDIPSubR7TrafficTypes          BITS,
    cFSMVDIPSubR7AlrmState             INTEGER,
    cFSMVDIPSubR7AlrmStateTimestamp    Unsigned32,
    cFSMVDIPSubR7AlrmEvtsAttnRqLogCorr Counter64,
    cFSMVDIPSubR7AlrmEvtsAttnRq        Integer32,
    cFSMVDIPSubR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cFSMVDIPSubR7ConTstSrcAddr         DisplayString,
    cFSMVDIPSubR7ConTstTrgt1Addr       DisplayString,
    cFSMVDIPSubR7ConTstTrgt1Status     INTEGER,
    cFSMVDIPSubR7ConTstTrgt2Addr       DisplayString,
    cFSMVDIPSubR7ConTstTrgt2Status     INTEGER,
    cFSMVDIPSubR7ConTstTrgt3Addr       DisplayString,
    cFSMVDIPSubR7ConTstTrgt3Status     INTEGER
  }

  cFSMVDIPSubR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSMVDIPSubR7Entry  1 }

  cFSMVDIPSubR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSMVDIPSubR7Entry  2 }

  cFSMVDIPSubR7CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { cFSMVDIPSubR7Entry  3 }

  cFSMVDIPSubR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { cFSMVDIPSubR7Entry  4 }

  cFSMVDIPSubR7EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { cFSMVDIPSubR7Entry  5 }

  cFSMVDIPSubR7SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { cFSMVDIPSubR7Entry  6 }

  cFSMVDIPSubR7SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { cFSMVDIPSubR7Entry  7 }

  cFSMVDIPSubR7DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { cFSMVDIPSubR7Entry  8 }

  cFSMVDIPSubR7VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { cFSMVDIPSubR7Entry  9 }

  cFSMVDIPSubR7TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { cFSMVDIPSubR7Entry  10 }

  cFSMVDIPSubR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSMVDIPSubR7Entry  11 }

  cFSMVDIPSubR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSMVDIPSubR7Entry  12 }

  cFSMVDIPSubR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cFSMVDIPSubR7Entry  13 }

  cFSMVDIPSubR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSMVDIPSubR7Entry  14 }

  cFSMVDIPSubR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cFSMVDIPSubR7Entry  15 }

  cFSMVDIPSubR7ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { cFSMVDIPSubR7Entry  16 }

  cFSMVDIPSubR7ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { cFSMVDIPSubR7Entry  17 }

  cFSMVDIPSubR7ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { cFSMVDIPSubR7Entry  18 }

  cFSMVDIPSubR7ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { cFSMVDIPSubR7Entry  19 }

  cFSMVDIPSubR7ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { cFSMVDIPSubR7Entry  20 }

  cFSMVDIPSubR7ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { cFSMVDIPSubR7Entry  21 }

  cFSMVDIPSubR7ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { cFSMVDIPSubR7Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysCH2510IPSubR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysCH2510IPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP2510 / MG2510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2647 }

  sysCH2510IPSubR7Entry OBJECT-TYPE
    SYNTAX       SysCH2510IPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysCH2510IPSubR7NEConn,
             sysCH2510IPSubR7NetwkElement,
             sysCH2510IPSubR7CtrlerIx,
             sysCH2510IPSubR7InterfaceType,
             sysCH2510IPSubR7EthernetPortIx,
             sysCH2510IPSubR7SubnetworkIx }
    ::= {  sysCH2510IPSubR7Table  1  }

  SysCH2510IPSubR7Entry  ::=  SEQUENCE
  {
    sysCH2510IPSubR7NEConn             Unsigned32,
    sysCH2510IPSubR7NetwkElement       DisplayString,
    sysCH2510IPSubR7CtrlerIx           Unsigned32,
    sysCH2510IPSubR7InterfaceType      INTEGER,
    sysCH2510IPSubR7EthernetPortIx     INTEGER,
    sysCH2510IPSubR7SubnetworkIx       Unsigned32,
    sysCH2510IPSubR7SubnetworkAddr     DisplayString,
    sysCH2510IPSubR7DefRouterAddr      DisplayString,
    sysCH2510IPSubR7VLAN               LongDisplayString,
    sysCH2510IPSubR7TrafficTypes       BITS,
    sysCH2510IPSubR7AlrmState          INTEGER,
    sysCH2510IPSubR7AlrmStateTimestamp Unsigned32,
    sysCH2510IPSubR7AlrmEvtsAttnRqLogCorr
                                       Counter64,
    sysCH2510IPSubR7AlrmEvtsAttnRq     Integer32,
    sysCH2510IPSubR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysCH2510IPSubR7ConTstSrcAddrA     DisplayString,
    sysCH2510IPSubR7ConTstSrcAddrB     DisplayString,
    sysCH2510IPSubR7ConTstTrgt1Addr    DisplayString,
    sysCH2510IPSubR7ConTstTrgt1SCA     INTEGER,
    sysCH2510IPSubR7ConTstTrgt1SCB     INTEGER,
    sysCH2510IPSubR7ConTstTrgt2Addr    DisplayString,
    sysCH2510IPSubR7ConTstTrgt2SCA     INTEGER,
    sysCH2510IPSubR7ConTstTrgt2SCB     INTEGER,
    sysCH2510IPSubR7ConTstTrgt3Addr    DisplayString,
    sysCH2510IPSubR7ConTstTrgt3SCA     INTEGER,
    sysCH2510IPSubR7ConTstTrgt3SCB     INTEGER
  }

  sysCH2510IPSubR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysCH2510IPSubR7Entry  1 }

  sysCH2510IPSubR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysCH2510IPSubR7Entry  2 }

  sysCH2510IPSubR7CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysCH2510IPSubR7Entry  3 }

  sysCH2510IPSubR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysCH2510IPSubR7Entry  4 }

  sysCH2510IPSubR7EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysCH2510IPSubR7Entry  5 }

  sysCH2510IPSubR7SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysCH2510IPSubR7Entry  6 }

  sysCH2510IPSubR7SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysCH2510IPSubR7Entry  7 }

  sysCH2510IPSubR7DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysCH2510IPSubR7Entry  8 }

  sysCH2510IPSubR7VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysCH2510IPSubR7Entry  9 }

  sysCH2510IPSubR7TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysCH2510IPSubR7Entry  10 }

  sysCH2510IPSubR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysCH2510IPSubR7Entry  11 }

  sysCH2510IPSubR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysCH2510IPSubR7Entry  12 }

  sysCH2510IPSubR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysCH2510IPSubR7Entry  13 }

  sysCH2510IPSubR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysCH2510IPSubR7Entry  14 }

  sysCH2510IPSubR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysCH2510IPSubR7Entry  15 }

  sysCH2510IPSubR7ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysCH2510IPSubR7Entry  16 }

  sysCH2510IPSubR7ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysCH2510IPSubR7Entry  17 }

  sysCH2510IPSubR7ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysCH2510IPSubR7Entry  18 }

  sysCH2510IPSubR7ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysCH2510IPSubR7Entry  19 }

  sysCH2510IPSubR7ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysCH2510IPSubR7Entry  20 }

  sysCH2510IPSubR7ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysCH2510IPSubR7Entry  21 }

  sysCH2510IPSubR7ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysCH2510IPSubR7Entry  22 }

  sysCH2510IPSubR7ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysCH2510IPSubR7Entry  23 }

  sysCH2510IPSubR7ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysCH2510IPSubR7Entry  24 }

  sysCH2510IPSubR7ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysCH2510IPSubR7Entry  25 }

  sysCH2510IPSubR7ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysCH2510IPSubR7Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysPTIIPSubR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysPTIIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3510 / MG3510'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2648 }

  sysPTIIPSubR7Entry OBJECT-TYPE
    SYNTAX       SysPTIIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysPTIIPSubR7NEConn,
             sysPTIIPSubR7NetwkElement,
             sysPTIIPSubR7CtrlerIx,
             sysPTIIPSubR7InterfaceType,
             sysPTIIPSubR7EthernetPortIx,
             sysPTIIPSubR7SubnetworkIx }
    ::= {  sysPTIIPSubR7Table  1  }

  SysPTIIPSubR7Entry  ::=  SEQUENCE
  {
    sysPTIIPSubR7NEConn                Unsigned32,
    sysPTIIPSubR7NetwkElement          DisplayString,
    sysPTIIPSubR7CtrlerIx              Unsigned32,
    sysPTIIPSubR7InterfaceType         INTEGER,
    sysPTIIPSubR7EthernetPortIx        INTEGER,
    sysPTIIPSubR7SubnetworkIx          Unsigned32,
    sysPTIIPSubR7SubnetworkAddr        DisplayString,
    sysPTIIPSubR7DefRouterAddr         DisplayString,
    sysPTIIPSubR7VLAN                  LongDisplayString,
    sysPTIIPSubR7TrafficTypes          BITS,
    sysPTIIPSubR7AlrmState             INTEGER,
    sysPTIIPSubR7AlrmStateTimestamp    Unsigned32,
    sysPTIIPSubR7AlrmEvtsAttnRqLogCorr Counter64,
    sysPTIIPSubR7AlrmEvtsAttnRq        Integer32,
    sysPTIIPSubR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysPTIIPSubR7ConTstSrcAddrA        DisplayString,
    sysPTIIPSubR7ConTstSrcAddrB        DisplayString,
    sysPTIIPSubR7ConTstTrgt1Addr       DisplayString,
    sysPTIIPSubR7ConTstTrgt1SCA        INTEGER,
    sysPTIIPSubR7ConTstTrgt1SCB        INTEGER,
    sysPTIIPSubR7ConTstTrgt2Addr       DisplayString,
    sysPTIIPSubR7ConTstTrgt2SCA        INTEGER,
    sysPTIIPSubR7ConTstTrgt2SCB        INTEGER,
    sysPTIIPSubR7ConTstTrgt3Addr       DisplayString,
    sysPTIIPSubR7ConTstTrgt3SCA        INTEGER,
    sysPTIIPSubR7ConTstTrgt3SCB        INTEGER
  }

  sysPTIIPSubR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysPTIIPSubR7Entry  1 }

  sysPTIIPSubR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysPTIIPSubR7Entry  2 }

  sysPTIIPSubR7CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysPTIIPSubR7Entry  3 }

  sysPTIIPSubR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysPTIIPSubR7Entry  4 }

  sysPTIIPSubR7EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysPTIIPSubR7Entry  5 }

  sysPTIIPSubR7SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysPTIIPSubR7Entry  6 }

  sysPTIIPSubR7SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysPTIIPSubR7Entry  7 }

  sysPTIIPSubR7DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysPTIIPSubR7Entry  8 }

  sysPTIIPSubR7VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysPTIIPSubR7Entry  9 }

  sysPTIIPSubR7TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysPTIIPSubR7Entry  10 }

  sysPTIIPSubR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysPTIIPSubR7Entry  11 }

  sysPTIIPSubR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysPTIIPSubR7Entry  12 }

  sysPTIIPSubR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysPTIIPSubR7Entry  13 }

  sysPTIIPSubR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysPTIIPSubR7Entry  14 }

  sysPTIIPSubR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysPTIIPSubR7Entry  15 }

  sysPTIIPSubR7ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysPTIIPSubR7Entry  16 }

  sysPTIIPSubR7ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysPTIIPSubR7Entry  17 }

  sysPTIIPSubR7ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysPTIIPSubR7Entry  18 }

  sysPTIIPSubR7ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysPTIIPSubR7Entry  19 }

  sysPTIIPSubR7ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysPTIIPSubR7Entry  20 }

  sysPTIIPSubR7ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysPTIIPSubR7Entry  21 }

  sysPTIIPSubR7ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysPTIIPSubR7Entry  22 }

  sysPTIIPSubR7ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysPTIIPSubR7Entry  23 }

  sysPTIIPSubR7ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysPTIIPSubR7Entry  24 }

  sysPTIIPSubR7ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysPTIIPSubR7Entry  25 }

  sysPTIIPSubR7ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysPTIIPSubR7Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.3                                                               */
-- /* Valid to: 9.4.20                                                              */
-- /*********************************************************************************/

  sysIPSubR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SysIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Ethernet Switch in VP3500 / MG3500'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2649 }

  sysIPSubR7Entry OBJECT-TYPE
    SYNTAX       SysIPSubR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sysIPSubR7NEConn,
             sysIPSubR7NetwkElement,
             sysIPSubR7CtrlerIx,
             sysIPSubR7InterfaceType,
             sysIPSubR7EthernetPortIx,
             sysIPSubR7SubnetworkIx }
    ::= {  sysIPSubR7Table  1  }

  SysIPSubR7Entry  ::=  SEQUENCE
  {
    sysIPSubR7NEConn                   Unsigned32,
    sysIPSubR7NetwkElement             DisplayString,
    sysIPSubR7CtrlerIx                 Unsigned32,
    sysIPSubR7InterfaceType            INTEGER,
    sysIPSubR7EthernetPortIx           INTEGER,
    sysIPSubR7SubnetworkIx             Unsigned32,
    sysIPSubR7SubnetworkAddr           DisplayString,
    sysIPSubR7DefRouterAddr            DisplayString,
    sysIPSubR7VLAN                     LongDisplayString,
    sysIPSubR7TrafficTypes             BITS,
    sysIPSubR7AlrmState                INTEGER,
    sysIPSubR7AlrmStateTimestamp       Unsigned32,
    sysIPSubR7AlrmEvtsAttnRqLogCorr    Counter64,
    sysIPSubR7AlrmEvtsAttnRq           Integer32,
    sysIPSubR7AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sysIPSubR7ConTstSrcAddrA           DisplayString,
    sysIPSubR7ConTstSrcAddrB           DisplayString,
    sysIPSubR7ConTstTrgt1Addr          DisplayString,
    sysIPSubR7ConTstTrgt1SCA           INTEGER,
    sysIPSubR7ConTstTrgt1SCB           INTEGER,
    sysIPSubR7ConTstTrgt2Addr          DisplayString,
    sysIPSubR7ConTstTrgt2SCA           INTEGER,
    sysIPSubR7ConTstTrgt2SCB           INTEGER,
    sysIPSubR7ConTstTrgt3Addr          DisplayString,
    sysIPSubR7ConTstTrgt3SCA           INTEGER,
    sysIPSubR7ConTstTrgt3SCB           INTEGER
  }

  sysIPSubR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sysIPSubR7Entry  1 }

  sysIPSubR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sysIPSubR7Entry  2 }

  sysIPSubR7CtrlerIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Controller index'.
                  This is an index field."
    ::= { sysIPSubR7Entry  3 }

  sysIPSubR7InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { sysIPSubR7Entry  4 }

  sysIPSubR7EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { sysIPSubR7Entry  5 }

  sysIPSubR7SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { sysIPSubR7Entry  6 }

  sysIPSubR7SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { sysIPSubR7Entry  7 }

  sysIPSubR7DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { sysIPSubR7Entry  8 }

  sysIPSubR7VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { sysIPSubR7Entry  9 }

  sysIPSubR7TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { sysIPSubR7Entry  10 }

  sysIPSubR7AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sysIPSubR7Entry  11 }

  sysIPSubR7AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sysIPSubR7Entry  12 }

  sysIPSubR7AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sysIPSubR7Entry  13 }

  sysIPSubR7AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sysIPSubR7Entry  14 }

  sysIPSubR7AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sysIPSubR7Entry  15 }

  sysIPSubR7ConTstSrcAddrA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller A)'."
    ::= { sysIPSubR7Entry  16 }

  sysIPSubR7ConTstSrcAddrB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (Controller B)'."
    ::= { sysIPSubR7Entry  17 }

  sysIPSubR7ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { sysIPSubR7Entry  18 }

  sysIPSubR7ConTstTrgt1SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller A)'."
    ::= { sysIPSubR7Entry  19 }

  sysIPSubR7ConTstTrgt1SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status (Controller B)'."
    ::= { sysIPSubR7Entry  20 }

  sysIPSubR7ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { sysIPSubR7Entry  21 }

  sysIPSubR7ConTstTrgt2SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller A)'."
    ::= { sysIPSubR7Entry  22 }

  sysIPSubR7ConTstTrgt2SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Controller B)'."
    ::= { sysIPSubR7Entry  23 }

  sysIPSubR7ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { sysIPSubR7Entry  24 }

  sysIPSubR7ConTstTrgt3SCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller A)'."
    ::= { sysIPSubR7Entry  25 }

  sysIPSubR7ConTstTrgt3SCB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Controller B)'."
    ::= { sysIPSubR7Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.4.30                                                            */
-- /* Deprecated from: 9.5.30                                                       */
-- /*********************************************************************************/

  besIPSubR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BesIPSubR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2650 }

  besIPSubR8Entry OBJECT-TYPE
    SYNTAX       BesIPSubR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { besIPSubR8NEConn,
             besIPSubR8NetwkElement,
             besIPSubR8SwitchIx,
             besIPSubR8InterfaceType,
             besIPSubR8EthernetPortIx,
             besIPSubR8SubnetworkIx }
    ::= {  besIPSubR8Table  1  }

  BesIPSubR8Entry  ::=  SEQUENCE
  {
    besIPSubR8NEConn                   Unsigned32,
    besIPSubR8NetwkElement             DisplayString,
    besIPSubR8SwitchIx                 Unsigned32,
    besIPSubR8InterfaceType            INTEGER,
    besIPSubR8EthernetPortIx           INTEGER,
    besIPSubR8SubnetworkIx             Unsigned32,
    besIPSubR8SubnetworkAddr           DisplayString,
    besIPSubR8DefRouterAddr            DisplayString,
    besIPSubR8VLAN                     LongDisplayString,
    besIPSubR8I1PortGpNEConn           Unsigned32,
    besIPSubR8I2PortGpNetwkElement     DisplayString,
    besIPSubR8I3PortGpSwitchIx         Unsigned32,
    besIPSubR8I4PortGpInterfaceType    INTEGER,
    besIPSubR8I5PortGpEthernetPortIx   INTEGER,
    besIPSubR8I6PortGpPortGpID         Unsigned32,
    besIPSubR8TrafficTypes             BITS,
    besIPSubR8AlrmState                INTEGER,
    besIPSubR8AlrmStateTimestamp       Unsigned32,
    besIPSubR8AlrmEvtsAttnRqLogCorr    Counter64,
    besIPSubR8AlrmEvtsAttnRq           Integer32,
    besIPSubR8AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    besIPSubR8ConTstSrcAddr            DisplayString,
    besIPSubR8ConTstSrcAddrPortA       DisplayString,
    besIPSubR8ConTstSrcAddrPortB       DisplayString,
    besIPSubR8ConTstTrgtAddr           DisplayString,
    besIPSubR8ConTstTrgtStatus         INTEGER,
    besIPSubR8ConnectivityTestEthernetTargetAddr
                                       DisplayString,
    besIPSubR8ConnTstEthTrgtSttsPrtA   INTEGER,
    besIPSubR8ConnTstEthTrgtSttsPrtB   INTEGER,
    besIPSubR8ConnTstPingTrgt1Addr     DisplayString,
    besIPSubR8ConnTstPingTrgt1Status   INTEGER,
    besIPSubR8ConTstTrgt2StatusPort2   INTEGER,
    besIPSubR8ConnTstPingTrgt2Addr     DisplayString,
    besIPSubR8ConnTstPingTrgt2Status   INTEGER,
    besIPSubR8ConTstTrgt3StatusPort2   INTEGER,
    besIPSubR8ConnectivityTestTestingMode
                                       INTEGER,
    besIPSubR8ConTstSrcAddrPingConnectivity
                                       DisplayString,
    besIPSubR8ConnTstPingTrgt3Addr     DisplayString,
    besIPSubR8ConnTstPingTrgt3Status   INTEGER,
    besIPSubR8InUse                    INTEGER,
    besIPSubR8ConnTstPngTgtStsPrtA     INTEGER,
    besIPSubR8ConnTstPngTgtStsPrtB     INTEGER
  }

  besIPSubR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { besIPSubR8Entry  1 }

  besIPSubR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { besIPSubR8Entry  2 }

  besIPSubR8SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { besIPSubR8Entry  3 }

  besIPSubR8InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { besIPSubR8Entry  4 }

  besIPSubR8EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { besIPSubR8Entry  5 }

  besIPSubR8SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { besIPSubR8Entry  6 }

  besIPSubR8SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { besIPSubR8Entry  7 }

  besIPSubR8DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { besIPSubR8Entry  8 }

  besIPSubR8VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { besIPSubR8Entry  9 }

  besIPSubR8I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR8Entry  10 }

  besIPSubR8I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR8Entry  11 }

  besIPSubR8I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR8Entry  12 }

  besIPSubR8I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR8Entry  13 }

  besIPSubR8I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR8Entry  14 }

  besIPSubR8I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR8Entry  15 }

  besIPSubR8TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { besIPSubR8Entry  16 }

  besIPSubR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { besIPSubR8Entry  17 }

  besIPSubR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { besIPSubR8Entry  18 }

  besIPSubR8AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { besIPSubR8Entry  19 }

  besIPSubR8AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { besIPSubR8Entry  20 }

  besIPSubR8AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { besIPSubR8Entry  21 }

  besIPSubR8ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { besIPSubR8Entry  22 }

  besIPSubR8ConTstSrcAddrPortA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port A)'."
    ::= { besIPSubR8Entry  23 }

  besIPSubR8ConTstSrcAddrPortB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port B)'."
    ::= { besIPSubR8Entry  24 }

  besIPSubR8ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { besIPSubR8Entry  25 }

  besIPSubR8ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { besIPSubR8Entry  26 }

  besIPSubR8ConnectivityTestEthernetTargetAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target address'."
    ::= { besIPSubR8Entry  27 }

  besIPSubR8ConnTstEthTrgtSttsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port A)'."
    ::= { besIPSubR8Entry  28 }

  besIPSubR8ConnTstEthTrgtSttsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port B)'."
    ::= { besIPSubR8Entry  29 }

  besIPSubR8ConnTstPingTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 address'."
    ::= { besIPSubR8Entry  30 }

  besIPSubR8ConnTstPingTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 status'."
    ::= { besIPSubR8Entry  31 }

  besIPSubR8ConTstTrgt2StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Port 2)'."
    ::= { besIPSubR8Entry  32 }

  besIPSubR8ConnTstPingTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 address'."
    ::= { besIPSubR8Entry  33 }

  besIPSubR8ConnTstPingTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 status'."
    ::= { besIPSubR8Entry  34 }

  besIPSubR8ConTstTrgt3StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Port 2)'."
    ::= { besIPSubR8Entry  35 }

  besIPSubR8ConnectivityTestTestingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   ethernet(1),
                   ethernetPing(2),
                   ping(3),
                   notSupported(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - testing mode'."
    ::= { besIPSubR8Entry  36 }

  besIPSubR8ConTstSrcAddrPingConnectivity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for ping connectivity)'."
    ::= { besIPSubR8Entry  37 }

  besIPSubR8ConnTstPingTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 address'."
    ::= { besIPSubR8Entry  38 }

  besIPSubR8ConnTstPingTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 status'."
    ::= { besIPSubR8Entry  39 }

  besIPSubR8InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { besIPSubR8Entry  40 }

  besIPSubR8ConnTstPngTgtStsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target status (Port A)'."
    ::= { besIPSubR8Entry  41 }

  besIPSubR8ConnTstPngTgtStsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target status (Port B)'."
    ::= { besIPSubR8Entry  42 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Realm'                                                      */
-- /* Valid from: 9.4.30                                                            */
-- /*********************************************************************************/

  realmR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RealmR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Realms'."
    ::= { metaSwitch  2651 }

  realmR4Entry OBJECT-TYPE
    SYNTAX       RealmR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { realmR4NEConn,
             realmR4NetwkElement,
             realmR4MediaGatewayIx,
             realmR4RealmIx }
    ::= {  realmR4Table  1  }

  RealmR4Entry  ::=  SEQUENCE
  {
    realmR4NEConn                      Unsigned32,
    realmR4NetwkElement                DisplayString,
    realmR4MediaGatewayIx              Unsigned32,
    realmR4RealmIx                     Unsigned32,
    realmR4Name                        DisplayString,
    realmR4H248Identifier              DisplayString,
    realmR4I1MediaIPInterfaceNEConn    Unsigned32,
    realmR4I2MediaIPInterfaceNetwkElement
                                       DisplayString,
    realmR4I3MediaIPInterfaceMediaGatewayIx
                                       Unsigned32,
    realmR4I4MediaIPInterfaceIPAddr    DisplayString,
    realmR4I1QualityServClassNEConn    Unsigned32,
    realmR4I2QualityServClassNetwkElement
                                       DisplayString,
    realmR4I3QualityServClassMediaGatewayIx
                                       Unsigned32,
    realmR4I4QualityServClassQualityServClassIx
                                       Unsigned32,
    realmR4I1VoiceQualityProfNEConn    Unsigned32,
    realmR4I2VoiceQualityProfNetwkElement
                                       DisplayString,
    realmR4I3VoiceQualityProfMediaGatewayIx
                                       Unsigned32,
    realmR4I4VoiceQualityProfVoiceQualityProfIx
                                       Unsigned32,
    realmR4RTPInterfaceType            INTEGER,
    realmR4AlrmState                   INTEGER,
    realmR4AlrmStateTimestamp          Unsigned32,
    realmR4AlrmEvtsAttnRqLogCorr       Counter64,
    realmR4AlrmEvtsAttnRq              Integer32,
    realmR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    realmR4DiagsLogLvl                 INTEGER,
    realmR4DiagsAPITraceEnabled        INTEGER,
    realmR4DiagsAPITraceTag            DisplayString,
    realmR4RowStatus                   RowStatus,
    realmR4StatisticsAlrms             Integer32,
    realmR4UseRTCPXR                   INTEGER
  }

  realmR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { realmR4Entry  1 }

  realmR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { realmR4Entry  2 }

  realmR4MediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media Gateway Index'.
                  This is an index field."
    ::= { realmR4Entry  3 }

  realmR4RealmIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Realm index'.
                  This is an index field."
    ::= { realmR4Entry  4 }

  realmR4Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { realmR4Entry  5 }

  realmR4H248Identifier OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'H.248 identifier'."
    ::= { realmR4Entry  6 }

  realmR4I1MediaIPInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR4Entry  7 }

  realmR4I2MediaIPInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR4Entry  8 }

  realmR4I3MediaIPInterfaceMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR4Entry  9 }

  realmR4I4MediaIPInterfaceIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media IP Interface',
                  This field represents index 'IP address'
                  in referenced type 'BOOMediaIPInterfaceSE'."
    ::= { realmR4Entry  10 }

  realmR4I1QualityServClassNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR4Entry  11 }

  realmR4I2QualityServClassNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Network Element'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR4Entry  12 }

  realmR4I3QualityServClassMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR4Entry  13 }

  realmR4I4QualityServClassQualityServClassIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..64 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Quality of Service Class',
                  This field represents index 'Quality of Service Class index'
                  in referenced type 'BOOQualityOfServiceClassSE'."
    ::= { realmR4Entry  14 }

  realmR4I1VoiceQualityProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR4Entry  15 }

  realmR4I2VoiceQualityProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR4Entry  16 }

  realmR4I3VoiceQualityProfMediaGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Media Gateway Index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR4Entry  17 }

  realmR4I4VoiceQualityProfVoiceQualityProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Voice Quality Profile',
                  This field represents index 'Voice Quality Profile index'
                  in referenced type 'BOOVoiceQualityProfileSE'."
    ::= { realmR4Entry  18 }

  realmR4RTPInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mbDefault(1),
                   nb(2),
                   aoIP(3),
                   extSIPI(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RTP interface type'."
    DEFVAL       { mbDefault }
    ::= { realmR4Entry  19 }

  realmR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { realmR4Entry  20 }

  realmR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { realmR4Entry  21 }

  realmR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { realmR4Entry  22 }

  realmR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { realmR4Entry  23 }

  realmR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { realmR4Entry  24 }

  realmR4DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { realmR4Entry  25 }

  realmR4DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { realmR4Entry  26 }

  realmR4DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { realmR4Entry  27 }

  realmR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { realmR4Entry  28 }

  realmR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { realmR4Entry  29 }

  realmR4UseRTCPXR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use RTCP-XR'."
    DEFVAL       { false }
    ::= { realmR4Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.5.30                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  cFSR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2652 }

  cFSR19Entry OBJECT-TYPE
    SYNTAX       CFSR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR19NEConn,
             cFSR19NetwkElement,
             cFSR19CFSIx }
    ::= {  cFSR19Table  1  }

  CFSR19Entry  ::=  SEQUENCE
  {
    cFSR19NEConn                       Unsigned32,
    cFSR19NetwkElement                 DisplayString,
    cFSR19CFSIx                        Unsigned32,
    cFSR19DeactivnMode                 INTEGER,
    cFSR19AlrmState                    INTEGER,
    cFSR19AlrmLogCorr                  Counter64,
    cFSR19AlrmEvtsAttnRq               Integer32,
    cFSR19AlrmStateTimestamp           Unsigned32,
    cFSR19AlrmResetTimestamp           Unsigned32,
    cFSR19CntrldMGsAlrmsAttnRq         Integer32,
    cFSR19CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR19CntrldMGsAlrmsAtndDp         Integer32,
    cFSR19CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR19SigAlrmsAttnRq               Integer32,
    cFSR19SigAlrmEvtsAttnRq            Integer32,
    cFSR19SigAlrmsAtndDp               Integer32,
    cFSR19SigAlrmEvtsAtndDp            Integer32,
    cFSR19BillAlrmsAttnRq              Integer32,
    cFSR19BillAlrmEvtsAttnRq           Integer32,
    cFSR19CallServsAlrmsAttnRq         Integer32,
    cFSR19CallServsAlrmEvtsAttnRq      Integer32,
    cFSR19CallServsAlrmsAtndDp         Integer32,
    cFSR19CallServsAlrmEvtsAtndDp      Integer32,
    cFSR19RPSAlrmsAttnRq               Integer32,
    cFSR19RPSAlrmEvtsAttnRq            Integer32,
    cFSR19RPSAlrmsAtndDp               Integer32,
    cFSR19RPSAlrmEvtsAtndDp            Integer32,
    cFSR19SubCfgAlrmsAttnRq            Integer32,
    cFSR19SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR19SubCfgAlrmsAtndDp            Integer32,
    cFSR19SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR19TotChldAlrmsAttnRq           Unsigned32,
    cFSR19TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR19TotChldAlrmsAtndDp           Unsigned32,
    cFSR19TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR19SummaryChldAlrmState         INTEGER,
    cFSR19DoExtraActions               INTEGER,
    cFSR19RowStatus                    RowStatus,
    cFSR19AdminStatus                  AdminStatus,
    cFSR19OperStatus                   OperStatus,
    cFSR19Timezone                     INTEGER,
    cFSR19AdjustDaylightSavings        INTEGER,
    cFSR19DaylightSavingsInForce       INTEGER,
    cFSR19MaxNumLineTrafficStudies     Unsigned32,
    cFSR19T38GloballySupported         INTEGER,
    cFSR19ImportCnt                    Integer32,
    cFSR19ImportStatus                 DisplayString,
    cFSR19ImportMode                   INTEGER,
    cFSR19ImportFile                   DisplayString,
    cFSR19ImportCorr                   Counter64,
    cFSR19ImportCorrNode               DisplayString,
    cFSR19ImportCorrUID                DisplayString,
    cFSR19StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR19DefAnnounceLocale            INTEGER,
    cFSR19StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR19StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR19StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR19StatisticsAlrms              Integer32,
    cFSR19ChldStatisticsAlrms          Integer32,
    cFSR19SecondDefAnnounceLocale      INTEGER,
    cFSR19SysTimezone                  LongDisplayString,
    cFSR19SubTimezones                 LongDisplayString,
    cFSR19StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR19StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR19StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR19StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR19StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR19StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR19MRSAlrmsAttnRq               Integer32,
    cFSR19MRSAlrmEvtsAttnRq            Integer32,
    cFSR19CFSRole                      INTEGER,
    cFSR19SupportedLocales             LongDisplayString,
    cFSR19LineCfgAlrmsAttnRq           Integer32,
    cFSR19LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR19LineCfgAlrmsAtndDp           Integer32,
    cFSR19LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR19DefMediaType                 INTEGER,
    cFSR19EmgncyCallsCnt               Unsigned32,
    cFSR19EmgncyCallsDetails           LongDisplayString,
    cFSR19PublishMLHGStatus            INTEGER,
    cFSR19GatewayCtrlerRole            INTEGER,
    cFSR19EmgncyCallEquivalence        INTEGER,
    cFSR19AllowOverrideOrigingNumInBgCallLogs
                                       INTEGER,
    cFSR19TreatBGMembersCallsWithFullDNAsIntraBGDef
                                       INTEGER,
    cFSR19TwoStgDelBGsCoolingOff       INTEGER,
    cFSR19TwoStgDelBGsCoolingOffPeriod Unsigned32,
    cFSR19TwoStgDelBGsRecentlyAddedCfg INTEGER,
    cFSR19TwoStgDelBGsRecentAdditionDeletionPeriod
                                       Unsigned32,
    cFSR19RgnSpcFeatRegion             INTEGER,
    cFSR19RgnSpcFeatSuppCarrIdABNP     INTEGER,
    cFSR19RgnSpcFeatSuppCliinHkNetwks  INTEGER,
    cFSR19RgnSpcFeatLngDistDspName     DisplayString,
    cFSR19RgnSpcFeatLngDistUri         LongDisplayString,
    cFSR19RgnSpcFeatOutAreaDspName     DisplayString,
    cFSR19RgnSpcFeatOutAreaUri         LongDisplayString,
    cFSR19StatisticsCurrNumPBXLinesWithTrafficStudies
                                       Integer32
  }

  cFSR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR19Entry  1 }

  cFSR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR19Entry  2 }

  cFSR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR19Entry  3 }

  cFSR19DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR19Entry  4 }

  cFSR19AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR19Entry  5 }

  cFSR19AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR19Entry  6 }

  cFSR19AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  7 }

  cFSR19AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR19Entry  8 }

  cFSR19AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR19Entry  9 }

  cFSR19CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR19Entry  10 }

  cFSR19CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  11 }

  cFSR19CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR19Entry  12 }

  cFSR19CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  13 }

  cFSR19SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR19Entry  14 }

  cFSR19SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  15 }

  cFSR19SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR19Entry  16 }

  cFSR19SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  17 }

  cFSR19BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR19Entry  18 }

  cFSR19BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  19 }

  cFSR19CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR19Entry  20 }

  cFSR19CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  21 }

  cFSR19CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR19Entry  22 }

  cFSR19CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  23 }

  cFSR19RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR19Entry  24 }

  cFSR19RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  25 }

  cFSR19RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR19Entry  26 }

  cFSR19RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  27 }

  cFSR19SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR19Entry  28 }

  cFSR19SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  29 }

  cFSR19SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR19Entry  30 }

  cFSR19SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  31 }

  cFSR19TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR19Entry  32 }

  cFSR19TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR19Entry  33 }

  cFSR19TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR19Entry  34 }

  cFSR19TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR19Entry  35 }

  cFSR19SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR19Entry  36 }

  cFSR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR19Entry  37 }

  cFSR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR19Entry  38 }

  cFSR19AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR19Entry  39 }

  cFSR19OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR19Entry  40 }

  cFSR19Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR19Entry  41 }

  cFSR19AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR19Entry  42 }

  cFSR19DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR19Entry  43 }

  cFSR19MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR19Entry  44 }

  cFSR19T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR19Entry  45 }

  cFSR19ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR19Entry  47 }

  cFSR19ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR19Entry  48 }

  cFSR19ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR19Entry  49 }

  cFSR19ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR19Entry  50 }

  cFSR19ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR19Entry  51 }

  cFSR19ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR19Entry  52 }

  cFSR19ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR19Entry  53 }

  cFSR19StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR19Entry  54 }

  cFSR19DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR19Entry  55 }

  cFSR19StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR19Entry  56 }

  cFSR19StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR19Entry  57 }

  cFSR19StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR19Entry  58 }

  cFSR19StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR19Entry  59 }

  cFSR19ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR19Entry  60 }

  cFSR19SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR19Entry  61 }

  cFSR19SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR19Entry  62 }

  cFSR19SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR19Entry  63 }

  cFSR19StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR19Entry  64 }

  cFSR19StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR19Entry  65 }

  cFSR19StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR19Entry  66 }

  cFSR19StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR19Entry  67 }

  cFSR19StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR19Entry  68 }

  cFSR19StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR19Entry  69 }

  cFSR19MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR19Entry  70 }

  cFSR19MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  71 }

  cFSR19CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR19Entry  72 }

  cFSR19SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR19Entry  73 }

  cFSR19LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR19Entry  74 }

  cFSR19LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  75 }

  cFSR19LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR19Entry  76 }

  cFSR19LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR19Entry  77 }

  cFSR19DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR19Entry  78 }

  cFSR19EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR19Entry  79 }

  cFSR19EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR19Entry  80 }

  cFSR19PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR19Entry  81 }

  cFSR19GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR19Entry  82 }

  cFSR19EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR19Entry  83 }

  cFSR19AllowOverrideOrigingNumInBgCallLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of originating number in BG call logs'."
    DEFVAL       { false }
    ::= { cFSR19Entry  85 }

  cFSR19TreatBGMembersCallsWithFullDNAsIntraBGDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat calls between BG members dialed with full DN as intra-BG - default'."
    DEFVAL       { true }
    ::= { cFSR19Entry  86 }

  cFSR19TwoStgDelBGsCoolingOff OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off'."
    DEFVAL       { disabled }
    ::= { cFSR19Entry  87 }

  cFSR19TwoStgDelBGsCoolingOffPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..672 )
    UNITS        "hours"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off period'."
    DEFVAL       { 1 }
    ::= { cFSR19Entry  88 }

  cFSR19TwoStgDelBGsRecentlyAddedCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion of recently added configuration'."
    DEFVAL       { disabled }
    ::= { cFSR19Entry  89 }

  cFSR19TwoStgDelBGsRecentAdditionDeletionPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - recent addition deletion period'."
    DEFVAL       { 1 }
    ::= { cFSR19Entry  90 }

  cFSR19RgnSpcFeatRegion OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   hongKong(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Region Specific Features - Region'."
    DEFVAL       { none }
    ::= { cFSR19Entry  91 }

  cFSR19RgnSpcFeatSuppCarrIdABNP OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support carrier identifier (ABNP)'."
    DEFVAL       { false }
    ::= { cFSR19Entry  92 }

  cFSR19RgnSpcFeatSuppCliinHkNetwks OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support CLI in HK networks'."
    DEFVAL       { false }
    ::= { cFSR19Entry  93 }

  cFSR19RgnSpcFeatLngDistDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance display name'."
    ::= { cFSR19Entry  94 }

  cFSR19RgnSpcFeatLngDistUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance URI'."
    ::= { cFSR19Entry  95 }

  cFSR19RgnSpcFeatOutAreaDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area display name'."
    ::= { cFSR19Entry  96 }

  cFSR19RgnSpcFeatOutAreaUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area URI'."
    ::= { cFSR19Entry  97 }

  cFSR19StatisticsCurrNumPBXLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBX Lines with traffic studies'."
    ::= { cFSR19Entry  98 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.5.30                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR50Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR50Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2653 }

  mediaGatewayModelR50Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR50Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR50NEConn,
             mediaGatewayModelR50NetwkElement,
             mediaGatewayModelR50CFSIx,
             mediaGatewayModelR50ModelIx }
    ::= {  mediaGatewayModelR50Table  1  }

  MediaGatewayModelR50Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR50NEConn         Unsigned32,
    mediaGatewayModelR50NetwkElement   DisplayString,
    mediaGatewayModelR50CFSIx          Unsigned32,
    mediaGatewayModelR50ModelIx        Unsigned32,
    mediaGatewayModelR50Category       INTEGER,
    mediaGatewayModelR50ModelName      DisplayString,
    mediaGatewayModelR50Desc           DisplayString,
    mediaGatewayModelR50ControlProt    INTEGER,
    mediaGatewayModelR50ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR50LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR50PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR50PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR50AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR50AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR50RefCnt         Unsigned32,
    mediaGatewayModelR50RowStatus      RowStatus,
    mediaGatewayModelR50DefModel       INTEGER,
    mediaGatewayModelR50Authentication INTEGER,
    mediaGatewayModelR50SupportedConnTypes
                                       BITS,
    mediaGatewayModelR50AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR50ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR50ExportStatus   DisplayString,
    mediaGatewayModelR50ExportFile     DisplayString,
    mediaGatewayModelR50ExportCorr     Counter64,
    mediaGatewayModelR50ExportCorrNode DisplayString,
    mediaGatewayModelR50ExportCorrUID  DisplayString,
    mediaGatewayModelR50DoExtraActions INTEGER,
    mediaGatewayModelR50FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR50FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR50FBsMGCP        BITS,
    mediaGatewayModelR50FBsMeGaCo      BITS,
    mediaGatewayModelR50FBsSIP         BITS,
    mediaGatewayModelR50FixBitsMeGaCo2 BITS,
    mediaGatewayModelR50MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR50AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR50AlertInfoDR2   DisplayString,
    mediaGatewayModelR50AlertInfoDR3   DisplayString,
    mediaGatewayModelR50AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR50DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR50DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR50ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR50SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR50DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR50UpToDateCnt    Unsigned32,
    mediaGatewayModelR50SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR50SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR50Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR50AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR50VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR50AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR50FixBitsSIP2    BITS,
    mediaGatewayModelR50OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR50FBsMeGaCo4     BITS,
    mediaGatewayModelR50SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR50ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR50SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR50ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR50SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR50AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR50AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR50InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR50OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR50MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR50FixBitsSIP3    BITS,
    mediaGatewayModelR50FixBitsSIP4    BITS,
    mediaGatewayModelR50SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR50RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR50EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR50LCC1           DisplayString,
    mediaGatewayModelR50LCC2           DisplayString,
    mediaGatewayModelR50LCC3           DisplayString,
    mediaGatewayModelR50LCC4           DisplayString,
    mediaGatewayModelR50LCC5           DisplayString,
    mediaGatewayModelR50LCC6           DisplayString,
    mediaGatewayModelR50LCC7           DisplayString,
    mediaGatewayModelR50LCC8           DisplayString,
    mediaGatewayModelR50LCC9           DisplayString,
    mediaGatewayModelR50LCC10          DisplayString,
    mediaGatewayModelR50LCC11          DisplayString,
    mediaGatewayModelR50LCC12          DisplayString,
    mediaGatewayModelR50LCC13          DisplayString,
    mediaGatewayModelR50LCC14          DisplayString,
    mediaGatewayModelR50LCC15          DisplayString,
    mediaGatewayModelR50LCC16          DisplayString,
    mediaGatewayModelR50LCC17          DisplayString,
    mediaGatewayModelR50LCC18          DisplayString,
    mediaGatewayModelR50LCC19          DisplayString,
    mediaGatewayModelR50LCC20          DisplayString,
    mediaGatewayModelR50ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR50MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR50MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR50ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR50NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR50NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR50NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR50NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR50NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR50NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR50NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR50NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR50OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR50ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR50MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR50MRSPollTimeout Unsigned32,
    mediaGatewayModelR50RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR50SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR50SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR50FixBitsSIPMSML BITS,
    mediaGatewayModelR50AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR50SessionTimer   Unsigned32,
    mediaGatewayModelR50SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR50SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR50FixBitsSIP5    BITS,
    mediaGatewayModelR50FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR50SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR50SuppRcvngTrnspSIPHdrs
                                       LongDisplayString
  }

  mediaGatewayModelR50NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR50Entry  1 }

  mediaGatewayModelR50NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR50Entry  2 }

  mediaGatewayModelR50CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR50Entry  3 }

  mediaGatewayModelR50ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR50Entry  4 }

  mediaGatewayModelR50Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR50Entry  5 }

  mediaGatewayModelR50ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR50Entry  6 }

  mediaGatewayModelR50Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR50Entry  7 }

  mediaGatewayModelR50ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR50Entry  8 }

  mediaGatewayModelR50ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR50Entry  9 }

  mediaGatewayModelR50LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR50Entry  10 }

  mediaGatewayModelR50PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR50Entry  11 }

  mediaGatewayModelR50PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR50Entry  12 }

  mediaGatewayModelR50AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR50Entry  13 }

  mediaGatewayModelR50AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR50Entry  14 }

  mediaGatewayModelR50RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR50Entry  16 }

  mediaGatewayModelR50RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR50Entry  17 }

  mediaGatewayModelR50DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR50Entry  18 }

  mediaGatewayModelR50Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR50Entry  19 }

  mediaGatewayModelR50SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR50Entry  20 }

  mediaGatewayModelR50AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR50Entry  21 }

  mediaGatewayModelR50ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR50Entry  22 }

  mediaGatewayModelR50ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR50Entry  23 }

  mediaGatewayModelR50ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR50Entry  24 }

  mediaGatewayModelR50ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR50Entry  25 }

  mediaGatewayModelR50ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR50Entry  26 }

  mediaGatewayModelR50ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR50Entry  27 }

  mediaGatewayModelR50DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR50Entry  28 }

  mediaGatewayModelR50FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR50Entry  29 }

  mediaGatewayModelR50FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR50Entry  30 }

  mediaGatewayModelR50FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR50Entry  31 }

  mediaGatewayModelR50FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR50Entry  32 }

  mediaGatewayModelR50FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR50Entry  33 }

  mediaGatewayModelR50FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR50Entry  34 }

  mediaGatewayModelR50MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR50Entry  35 }

  mediaGatewayModelR50AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR50Entry  36 }

  mediaGatewayModelR50AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR50Entry  37 }

  mediaGatewayModelR50AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR50Entry  38 }

  mediaGatewayModelR50AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR50Entry  39 }

  mediaGatewayModelR50DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR50Entry  40 }

  mediaGatewayModelR50DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR50Entry  41 }

  mediaGatewayModelR50ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR50Entry  42 }

  mediaGatewayModelR50SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR50Entry  43 }

  mediaGatewayModelR50DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR50Entry  44 }

  mediaGatewayModelR50UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR50Entry  45 }

  mediaGatewayModelR50SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR50Entry  46 }

  mediaGatewayModelR50SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR50Entry  48 }

  mediaGatewayModelR50Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR50Entry  49 }

  mediaGatewayModelR50AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR50Entry  50 }

  mediaGatewayModelR50VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR50Entry  51 }

  mediaGatewayModelR50AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR50Entry  52 }

  mediaGatewayModelR50FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR50Entry  53 }

  mediaGatewayModelR50OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR50Entry  54 }

  mediaGatewayModelR50FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR50Entry  55 }

  mediaGatewayModelR50SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR50Entry  56 }

  mediaGatewayModelR50ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR50Entry  57 }

  mediaGatewayModelR50SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR50Entry  58 }

  mediaGatewayModelR50ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR50Entry  59 }

  mediaGatewayModelR50SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR50Entry  60 }

  mediaGatewayModelR50AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR50Entry  61 }

  mediaGatewayModelR50AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR50Entry  62 }

  mediaGatewayModelR50InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR50Entry  63 }

  mediaGatewayModelR50OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR50Entry  64 }

  mediaGatewayModelR50MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR50Entry  65 }

  mediaGatewayModelR50FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR50Entry  66 }

  mediaGatewayModelR50FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR50Entry  67 }

  mediaGatewayModelR50SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR50Entry  68 }

  mediaGatewayModelR50RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR50Entry  69 }

  mediaGatewayModelR50EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR50Entry  70 }

  mediaGatewayModelR50LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR50Entry  71 }

  mediaGatewayModelR50LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR50Entry  72 }

  mediaGatewayModelR50LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR50Entry  73 }

  mediaGatewayModelR50LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR50Entry  74 }

  mediaGatewayModelR50LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR50Entry  75 }

  mediaGatewayModelR50LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR50Entry  76 }

  mediaGatewayModelR50LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR50Entry  77 }

  mediaGatewayModelR50LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR50Entry  78 }

  mediaGatewayModelR50LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR50Entry  79 }

  mediaGatewayModelR50LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR50Entry  80 }

  mediaGatewayModelR50LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR50Entry  81 }

  mediaGatewayModelR50LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR50Entry  82 }

  mediaGatewayModelR50LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR50Entry  83 }

  mediaGatewayModelR50LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR50Entry  84 }

  mediaGatewayModelR50LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR50Entry  85 }

  mediaGatewayModelR50LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR50Entry  86 }

  mediaGatewayModelR50LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR50Entry  87 }

  mediaGatewayModelR50LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR50Entry  88 }

  mediaGatewayModelR50LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR50Entry  89 }

  mediaGatewayModelR50LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR50Entry  90 }

  mediaGatewayModelR50ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR50Entry  91 }

  mediaGatewayModelR50MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR50Entry  92 }

  mediaGatewayModelR50MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR50Entry  93 }

  mediaGatewayModelR50ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR50Entry  94 }

  mediaGatewayModelR50NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR50Entry  95 }

  mediaGatewayModelR50NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR50Entry  96 }

  mediaGatewayModelR50NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR50Entry  97 }

  mediaGatewayModelR50NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR50Entry  98 }

  mediaGatewayModelR50NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR50Entry  99 }

  mediaGatewayModelR50NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR50Entry  100 }

  mediaGatewayModelR50NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR50Entry  101 }

  mediaGatewayModelR50NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR50Entry  102 }

  mediaGatewayModelR50OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR50Entry  103 }

  mediaGatewayModelR50ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR50Entry  104 }

  mediaGatewayModelR50MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR50Entry  105 }

  mediaGatewayModelR50MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR50Entry  106 }

  mediaGatewayModelR50RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR50Entry  107 }

  mediaGatewayModelR50SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR50Entry  108 }

  mediaGatewayModelR50SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR50Entry  109 }

  mediaGatewayModelR50FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR50Entry  110 }

  mediaGatewayModelR50AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR50Entry  111 }

  mediaGatewayModelR50SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR50Entry  112 }

  mediaGatewayModelR50SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR50Entry  113 }

  mediaGatewayModelR50SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR50Entry  114 }

  mediaGatewayModelR50FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR50Entry  115 }

  mediaGatewayModelR50FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR50Entry  116 }

  mediaGatewayModelR50SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR50Entry  117 }

  mediaGatewayModelR50SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR50Entry  118 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IMS Online Charging'                                        */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  iMSOnChrgR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IMSOnChrgR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Billing'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2654 }

  iMSOnChrgR2Entry OBJECT-TYPE
    SYNTAX       IMSOnChrgR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iMSOnChrgR2NEConn,
             iMSOnChrgR2NetwkElement,
             iMSOnChrgR2CFSIx }
    ::= {  iMSOnChrgR2Table  1  }

  IMSOnChrgR2Entry  ::=  SEQUENCE
  {
    iMSOnChrgR2NEConn                  Unsigned32,
    iMSOnChrgR2NetwkElement            DisplayString,
    iMSOnChrgR2CFSIx                   Unsigned32,
    iMSOnChrgR2EnableIMSOnlineCharging INTEGER,
    iMSOnChrgR2I1LocalDiameterEntityNEConn
                                       Unsigned32,
    iMSOnChrgR2I2LocalDiameterEntityNetwkElement
                                       DisplayString,
    iMSOnChrgR2I3LocalDiameterEntityDiameterEntityIx
                                       Unsigned32,
    iMSOnChrgR2DestRealm               DisplayString,
    iMSOnChrgR2DefPartiesCharged       INTEGER,
    iMSOnChrgR2DefDiameterConnFailBehavior
                                       INTEGER,
    iMSOnChrgR2DefESAModeConnFailBehavior
                                       INTEGER,
    iMSOnChrgR2ReportUsedUnitsAsTotCallTime
                                       INTEGER,
    iMSOnChrgR2ValMultipleServsIndicatorAVP
                                       INTEGER,
    iMSOnChrgR2TimeUnitsRequestedInCCR Unsigned32,
    iMSOnChrgR2CallRatingGp            Unsigned32,
    iMSOnChrgR2AlrmState               INTEGER,
    iMSOnChrgR2StatisticsAlrms         Integer32,
    iMSOnChrgR2AlrmStateTimestamp      Unsigned32,
    iMSOnChrgR2AlrmEvtsAttnRqLogCorr   Counter64,
    iMSOnChrgR2AlrmEvtsAttnRq          Unsigned32,
    iMSOnChrgR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iMSOnChrgR2RowStatus               RowStatus,
    iMSOnChrgR2AdminStatus             AdminStatus,
    iMSOnChrgR2OperStatus              OperStatus,
    iMSOnChrgR2OptionalAVPs            BITS,
    iMSOnChrgR2UseBillCldNumInRoCCRs   INTEGER
  }

  iMSOnChrgR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iMSOnChrgR2Entry  1 }

  iMSOnChrgR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iMSOnChrgR2Entry  2 }

  iMSOnChrgR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iMSOnChrgR2Entry  3 }

  iMSOnChrgR2EnableIMSOnlineCharging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enable IMS online charging'."
    DEFVAL       { false }
    ::= { iMSOnChrgR2Entry  4 }

  iMSOnChrgR2I1LocalDiameterEntityNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgR2Entry  5 }

  iMSOnChrgR2I2LocalDiameterEntityNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Network Element'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgR2Entry  6 }

  iMSOnChrgR2I3LocalDiameterEntityDiameterEntityIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Local Diameter Entity',
                  This field represents index 'Diameter Entity index'
                  in referenced type 'BOOLocalDiameterEntitySE'."
    ::= { iMSOnChrgR2Entry  7 }

  iMSOnChrgR2DestRealm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..63))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination realm'."
    ::= { iMSOnChrgR2Entry  8 }

  iMSOnChrgR2DefPartiesCharged OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   originating(2),
                   originatingAndTerminating(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default parties charged'."
    DEFVAL       { none }
    ::= { iMSOnChrgR2Entry  9 }

  iMSOnChrgR2DefDiameterConnFailBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminate(1),
                   retryAndTerminate(2),
                   continue(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Diameter connection failure behavior'."
    DEFVAL       { retryAndTerminate }
    ::= { iMSOnChrgR2Entry  10 }

  iMSOnChrgR2DefESAModeConnFailBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminate(1),
                   retryAndTerminate(2),
                   continue(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default ESA mode connection failure behavior'."
    DEFVAL       { continue }
    ::= { iMSOnChrgR2Entry  11 }

  iMSOnChrgR2ReportUsedUnitsAsTotCallTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Report Used-Units as total call time'."
    DEFVAL       { false }
    ::= { iMSOnChrgR2Entry  12 }

  iMSOnChrgR2ValMultipleServsIndicatorAVP OBJECT-TYPE
    SYNTAX       INTEGER {
                   supported(1),
                   unsupported(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Value of Multiple-Services-Indicator AVP'."
    DEFVAL       { unsupported }
    ::= { iMSOnChrgR2Entry  13 }

  iMSOnChrgR2TimeUnitsRequestedInCCR OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time units requested in CCR'."
    DEFVAL       { 60 }
    ::= { iMSOnChrgR2Entry  14 }

  iMSOnChrgR2CallRatingGp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Rating-Group'."
    DEFVAL       { 0 }
    ::= { iMSOnChrgR2Entry  15 }

  iMSOnChrgR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iMSOnChrgR2Entry  16 }

  iMSOnChrgR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iMSOnChrgR2Entry  17 }

  iMSOnChrgR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iMSOnChrgR2Entry  18 }

  iMSOnChrgR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iMSOnChrgR2Entry  19 }

  iMSOnChrgR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iMSOnChrgR2Entry  20 }

  iMSOnChrgR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iMSOnChrgR2Entry  21 }

  iMSOnChrgR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { iMSOnChrgR2Entry  22 }

  iMSOnChrgR2AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnChrgR2Entry  23 }

  iMSOnChrgR2OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iMSOnChrgR2Entry  24 }

  iMSOnChrgR2OptionalAVPs OBJECT-TYPE
    SYNTAX       BITS {
                   intraBGIndicator(0)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional AVPs'."
    ::= { iMSOnChrgR2Entry  25 }

  iMSOnChrgR2UseBillCldNumInRoCCRs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use billing called number in Ro CCRs'."
    DEFVAL       { true }
    ::= { iMSOnChrgR2Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.5.30                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  busGrpR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2655 }

  busGrpR25Entry OBJECT-TYPE
    SYNTAX       BusGrpR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR25NEConn,
             busGrpR25NetwkElement,
             busGrpR25CFSIx,
             busGrpR25GpIx }
    ::= {  busGrpR25Table  1  }

  BusGrpR25Entry  ::=  SEQUENCE
  {
    busGrpR25NEConn                    Unsigned32,
    busGrpR25NetwkElement              DisplayString,
    busGrpR25CFSIx                     Unsigned32,
    busGrpR25GpIx                      Unsigned32,
    busGrpR25BusGpName                 DisplayString,
    busGrpR25Locale                    INTEGER,
    busGrpR25DistinctiveAlerting       INTEGER,
    busGrpR25NumDirNums                Unsigned32,
    busGrpR25NumFreeDirNums            Unsigned32,
    busGrpR25BGLineAlrmsAttnRq         Unsigned32,
    busGrpR25BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR25BGLineAlrmsAtndDp         Unsigned32,
    busGrpR25BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR25SummaryChldAlrmState      INTEGER,
    busGrpR25ExportNumObjectsExported  Integer32,
    busGrpR25ExportStatus              DisplayString,
    busGrpR25ExportFile                DisplayString,
    busGrpR25ExportCorr                Counter64,
    busGrpR25ExportCorrNode            DisplayString,
    busGrpR25ExportCorrUID             DisplayString,
    busGrpR25DoExtraActions            INTEGER,
    busGrpR25RowStatus                 RowStatus,
    busGrpR25BillTypeIntraBGCalls      INTEGER,
    busGrpR25LocalCNAMName             DisplayString,
    busGrpR25ServSuspended             INTEGER,
    busGrpR25CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR25PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR25CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR25PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR25TotChldAlrmsAttnRq        Unsigned32,
    busGrpR25TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR25TotChldAlrmsAtndDp        Unsigned32,
    busGrpR25TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR25I1PerProfNEConn           Unsigned32,
    busGrpR25I2PerProfNetwkElement     DisplayString,
    busGrpR25I3PerProfCFSIx            Unsigned32,
    busGrpR25I4PerProfGpIx             Unsigned32,
    busGrpR25SDActLongDistanceCarr     DisplayString,
    busGrpR25SDDefLongDistanceCarr     DisplayString,
    busGrpR25SDUseDefLongDistanceCarr  INTEGER,
    busGrpR25SDActIntraLATACarr        DisplayString,
    busGrpR25SDDefIntraLATACarr        DisplayString,
    busGrpR25SDUseDefIntraLATACarr     INTEGER,
    busGrpR25SDActBillType             INTEGER,
    busGrpR25SDDefBillType             INTEGER,
    busGrpR25SDUseDefBillType          INTEGER,
    busGrpR25SDActRtgAttrs             BITS,
    busGrpR25SDDefRtgAttrs             BITS,
    busGrpR25SDUseDefRtgAttrs          INTEGER,
    busGrpR25SDActIntnatlCarr          DisplayString,
    busGrpR25SDDefIntnatlCarr          DisplayString,
    busGrpR25SDUseDefIntnatlCarr       INTEGER,
    busGrpR25SDActLCC1                 INTEGER,
    busGrpR25SDDefLCC1                 INTEGER,
    busGrpR25SDUseDefLCC1              INTEGER,
    busGrpR25SDActLCC2                 INTEGER,
    busGrpR25SDDefLCC2                 INTEGER,
    busGrpR25SDUseDefLCC2              INTEGER,
    busGrpR25SDActLCC3                 INTEGER,
    busGrpR25SDDefLCC3                 INTEGER,
    busGrpR25SDUseDefLCC3              INTEGER,
    busGrpR25SDActLCC4                 INTEGER,
    busGrpR25SDDefLCC4                 INTEGER,
    busGrpR25SDUseDefLCC4              INTEGER,
    busGrpR25SDActLCC5                 INTEGER,
    busGrpR25SDDefLCC5                 INTEGER,
    busGrpR25SDUseDefLCC5              INTEGER,
    busGrpR25SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR25SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR25SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR25SyncWithProfInProgress    INTEGER,
    busGrpR25FacGpLimsExternalCalls    INTEGER,
    busGrpR25FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR25FacGpLimsTermCalls        INTEGER,
    busGrpR25FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR25FacGpLimsOrigingCalls     INTEGER,
    busGrpR25FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR25MLHGAlrmsAttnRq           Unsigned32,
    busGrpR25MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR25MLHGAlrmsAtndDp           Unsigned32,
    busGrpR25MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR25SDActLCC6                 INTEGER,
    busGrpR25SDDefLCC6                 INTEGER,
    busGrpR25SDUseDefLCC6              INTEGER,
    busGrpR25SDActLCC7                 INTEGER,
    busGrpR25SDDefLCC7                 INTEGER,
    busGrpR25SDUseDefLCC7              INTEGER,
    busGrpR25SDActLCC8                 INTEGER,
    busGrpR25SDDefLCC8                 INTEGER,
    busGrpR25SDUseDefLCC8              INTEGER,
    busGrpR25SDActLCC9                 INTEGER,
    busGrpR25SDDefLCC9                 INTEGER,
    busGrpR25SDUseDefLCC9              INTEGER,
    busGrpR25SDActLCC10                INTEGER,
    busGrpR25SDDefLCC10                INTEGER,
    busGrpR25SDUseDefLCC10             INTEGER,
    busGrpR25SDActLCC11                INTEGER,
    busGrpR25SDDefLCC11                INTEGER,
    busGrpR25SDUseDefLCC11             INTEGER,
    busGrpR25SDActLCC12                INTEGER,
    busGrpR25SDDefLCC12                INTEGER,
    busGrpR25SDUseDefLCC12             INTEGER,
    busGrpR25SDActLCC13                INTEGER,
    busGrpR25SDDefLCC13                INTEGER,
    busGrpR25SDUseDefLCC13             INTEGER,
    busGrpR25SDActLCC14                INTEGER,
    busGrpR25SDDefLCC14                INTEGER,
    busGrpR25SDUseDefLCC14             INTEGER,
    busGrpR25SDActLCC15                INTEGER,
    busGrpR25SDDefLCC15                INTEGER,
    busGrpR25SDUseDefLCC15             INTEGER,
    busGrpR25SDActLCC16                INTEGER,
    busGrpR25SDDefLCC16                INTEGER,
    busGrpR25SDUseDefLCC16             INTEGER,
    busGrpR25SDActLCC17                INTEGER,
    busGrpR25SDDefLCC17                INTEGER,
    busGrpR25SDUseDefLCC17             INTEGER,
    busGrpR25SDActLCC18                INTEGER,
    busGrpR25SDDefLCC18                INTEGER,
    busGrpR25SDUseDefLCC18             INTEGER,
    busGrpR25SDActLCC19                INTEGER,
    busGrpR25SDDefLCC19                INTEGER,
    busGrpR25SDUseDefLCC19             INTEGER,
    busGrpR25SDActLCC20                INTEGER,
    busGrpR25SDDefLCC20                INTEGER,
    busGrpR25SDUseDefLCC20             INTEGER,
    busGrpR25BusGpTrafficStudy         INTEGER,
    busGrpR25SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR25SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR25SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR25SDActVQMCallLogging       INTEGER,
    busGrpR25SDDefVQMCallLogging       INTEGER,
    busGrpR25SDUseDefVQMCallLogging    INTEGER,
    busGrpR25SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR25SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR25SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR25SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR25SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR25SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR25SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR25SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR25SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR25SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR25SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR25SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR25SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR25SDUseDefNetwkNode         INTEGER,
    busGrpR25NumManagedDevices         Unsigned32,
    busGrpR25ChldStatisticsAlrms       Integer32,
    busGrpR25SecondLocale              INTEGER,
    busGrpR25SDActBusGpCallLogsEnabled INTEGER,
    busGrpR25SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR25SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR25SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR25SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR25SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR25SwitchsUniqueBGID         DisplayString,
    busGrpR25SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR25SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR25SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR25SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR25SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR25SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR25SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR25SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR25SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR25SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR25SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR25I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR25I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR25I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR25NetwkWideBusGpID          DisplayString,
    busGrpR25DefBusGpLinePrivileges    Unsigned32,
    busGrpR25I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR25I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR25I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR25FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR25ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR25AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR25SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR25SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR25SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR25SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR25StatisticsAlrms           Integer32,
    busGrpR25SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR25SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR25SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR25MLHGACDAvailEnabled       INTEGER,
    busGrpR25MLHGACDUnvlRsn1           DisplayString,
    busGrpR25MLHGACDUnvlRsn2           DisplayString,
    busGrpR25MLHGACDUnvlRsn3           DisplayString,
    busGrpR25MLHGACDUnvlRsn4           DisplayString,
    busGrpR25MLHGACDUnvlRsn5           DisplayString,
    busGrpR25MLHGACDUnvlRsn6           DisplayString,
    busGrpR25MLHGACDUnvlRsn7           DisplayString,
    busGrpR25MLHGACDUnvlRsn8           DisplayString,
    busGrpR25MLHGACDUnvlRsn9           DisplayString,
    busGrpR25MLHGACDUnvlRsn10          DisplayString,
    busGrpR25MLHGACDUnvlRsn11          DisplayString,
    busGrpR25MLHGACDUnvlRsn12          DisplayString,
    busGrpR25MLHGACDUnvlRsn13          DisplayString,
    busGrpR25MLHGACDUnvlRsn14          DisplayString,
    busGrpR25MLHGACDUnvlRsn15          DisplayString,
    busGrpR25MLHGACDUnvlRsn16          DisplayString,
    busGrpR25MLHGACDUnvlRsn17          DisplayString,
    busGrpR25MLHGACDUnvlRsn18          DisplayString,
    busGrpR25MLHGACDUnvlRsn19          DisplayString,
    busGrpR25MLHGACDUnvlRsn20          DisplayString,
    busGrpR25MLHGACDUnvlRsn21          DisplayString,
    busGrpR25MLHGACDUnvlRsn22          DisplayString,
    busGrpR25MLHGACDUnvlRsn23          DisplayString,
    busGrpR25MLHGACDUnvlRsn24          DisplayString,
    busGrpR25MLHGACDUnvlRsn25          DisplayString,
    busGrpR25MLHGACDUnvlRsn26          DisplayString,
    busGrpR25MLHGACDUnvlRsn27          DisplayString,
    busGrpR25MLHGACDUnvlRsn28          DisplayString,
    busGrpR25MLHGACDUnvlRsn29          DisplayString,
    busGrpR25MLHGACDUnvlRsn30          DisplayString,
    busGrpR25AllowMLHGsMultipleLogins  INTEGER,
    busGrpR25MLHGACDMWBEnabled         INTEGER,
    busGrpR25MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR25I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR25I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR25I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR25I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR25SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR25AllowRehoming             INTEGER,
    busGrpR25I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR25MLHGACDBasicACDLicenses   INTEGER,
    busGrpR25MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR25MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR25MLHGACDPremiumACDLicenses INTEGER,
    busGrpR25MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR25MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR25SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR25SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR25SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR25ExportIncASRepData        INTEGER,
    busGrpR25SDActBusGpLinesSharePresence
                                       INTEGER,
    busGrpR25SDDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR25SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR25ExportChldObjectsToInc    INTEGER,
    busGrpR25SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR25SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR25SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR25CustInfo                  DisplayString,
    busGrpR25CustInfo2                 DisplayString,
    busGrpR25CustInfo3                 DisplayString,
    busGrpR25CustInfo4                 DisplayString,
    busGrpR25CustInfo5                 DisplayString,
    busGrpR25CustInfo6                 DisplayString,
    busGrpR25TwoStgDelPermittedUntil   Unsigned32,
    busGrpR25TwoStgDelCoolingOffPeriodEnds
                                       Unsigned32,
    busGrpR25TwoStgDelPermitted        INTEGER,
    busGrpR25AlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    busGrpR25AllowBGAdminControlPBXCallLimits
                                       INTEGER,
    busGrpR25PBXLnClLimTotCallsLimit   INTEGER,
    busGrpR25PBXLnClLimMaxCalls        Unsigned32,
    busGrpR25PBXLnClLimTermCallsLimit  INTEGER,
    busGrpR25PBXLnClLimMaxTermCalls    Unsigned32,
    busGrpR25PBXLnClLimOrigingCallsLimit
                                       INTEGER,
    busGrpR25PBXLnClLimMaxOrigingCalls Unsigned32,
    busGrpR25SCDObjectResyncStatus     INTEGER,
    busGrpR25AlrmState                 INTEGER
  }

  busGrpR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR25Entry  1 }

  busGrpR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR25Entry  2 }

  busGrpR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR25Entry  3 }

  busGrpR25GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR25Entry  4 }

  busGrpR25BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR25Entry  5 }

  busGrpR25Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR25Entry  12 }

  busGrpR25DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR25Entry  15 }

  busGrpR25NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR25Entry  16 }

  busGrpR25NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR25Entry  17 }

  busGrpR25BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR25Entry  18 }

  busGrpR25BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR25Entry  19 }

  busGrpR25BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR25Entry  20 }

  busGrpR25BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR25Entry  21 }

  busGrpR25SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR25Entry  22 }

  busGrpR25ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR25Entry  23 }

  busGrpR25ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR25Entry  24 }

  busGrpR25ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR25Entry  25 }

  busGrpR25ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR25Entry  26 }

  busGrpR25ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR25Entry  27 }

  busGrpR25ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR25Entry  28 }

  busGrpR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR25Entry  29 }

  busGrpR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR25Entry  30 }

  busGrpR25BillTypeIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intra-BG calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR25Entry  31 }

  busGrpR25LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR25Entry  32 }

  busGrpR25ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR25Entry  34 }

  busGrpR25CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR25Entry  35 }

  busGrpR25PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR25Entry  36 }

  busGrpR25CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR25Entry  37 }

  busGrpR25PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR25Entry  38 }

  busGrpR25TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR25Entry  39 }

  busGrpR25TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR25Entry  40 }

  busGrpR25TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR25Entry  41 }

  busGrpR25TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR25Entry  42 }

  busGrpR25I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR25Entry  49 }

  busGrpR25I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR25Entry  50 }

  busGrpR25I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR25Entry  51 }

  busGrpR25I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR25Entry  52 }

  busGrpR25SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  170 }

  busGrpR25SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  171 }

  busGrpR25SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  172 }

  busGrpR25SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  173 }

  busGrpR25SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  174 }

  busGrpR25SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  175 }

  busGrpR25SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  176 }

  busGrpR25SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  177 }

  busGrpR25SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  178 }

  busGrpR25SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  179 }

  busGrpR25SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  180 }

  busGrpR25SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  181 }

  busGrpR25SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  182 }

  busGrpR25SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  183 }

  busGrpR25SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  184 }

  busGrpR25SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  185 }

  busGrpR25SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  186 }

  busGrpR25SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  187 }

  busGrpR25SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  188 }

  busGrpR25SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  189 }

  busGrpR25SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  190 }

  busGrpR25SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  191 }

  busGrpR25SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  192 }

  busGrpR25SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  193 }

  busGrpR25SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  194 }

  busGrpR25SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  195 }

  busGrpR25SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  196 }

  busGrpR25SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  197 }

  busGrpR25SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  198 }

  busGrpR25SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  199 }

  busGrpR25SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  200 }

  busGrpR25SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  201 }

  busGrpR25SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  202 }

  busGrpR25SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR25Entry  203 }

  busGrpR25FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  204 }

  busGrpR25FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR25Entry  205 }

  busGrpR25FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  206 }

  busGrpR25FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR25Entry  207 }

  busGrpR25FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  208 }

  busGrpR25FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR25Entry  209 }

  busGrpR25MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR25Entry  210 }

  busGrpR25MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR25Entry  211 }

  busGrpR25MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR25Entry  212 }

  busGrpR25MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR25Entry  213 }

  busGrpR25SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  214 }

  busGrpR25SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  215 }

  busGrpR25SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  216 }

  busGrpR25SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  217 }

  busGrpR25SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  218 }

  busGrpR25SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  219 }

  busGrpR25SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  220 }

  busGrpR25SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  221 }

  busGrpR25SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  222 }

  busGrpR25SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  223 }

  busGrpR25SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  224 }

  busGrpR25SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  225 }

  busGrpR25SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  226 }

  busGrpR25SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  227 }

  busGrpR25SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  228 }

  busGrpR25SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  229 }

  busGrpR25SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  230 }

  busGrpR25SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  231 }

  busGrpR25SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  232 }

  busGrpR25SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  233 }

  busGrpR25SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  234 }

  busGrpR25SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  235 }

  busGrpR25SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  236 }

  busGrpR25SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  237 }

  busGrpR25SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  238 }

  busGrpR25SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  239 }

  busGrpR25SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  240 }

  busGrpR25SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  241 }

  busGrpR25SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  242 }

  busGrpR25SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  243 }

  busGrpR25SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  244 }

  busGrpR25SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  245 }

  busGrpR25SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  246 }

  busGrpR25SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  247 }

  busGrpR25SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  248 }

  busGrpR25SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  249 }

  busGrpR25SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  250 }

  busGrpR25SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  251 }

  busGrpR25SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  252 }

  busGrpR25SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  253 }

  busGrpR25SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  254 }

  busGrpR25SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  255 }

  busGrpR25SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  256 }

  busGrpR25SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  257 }

  busGrpR25SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  258 }

  busGrpR25BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR25Entry  259 }

  busGrpR25SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  263 }

  busGrpR25SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  264 }

  busGrpR25SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  265 }

  busGrpR25SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  266 }

  busGrpR25SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  267 }

  busGrpR25SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  268 }

  busGrpR25SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  269 }

  busGrpR25SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  270 }

  busGrpR25SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  271 }

  busGrpR25SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  272 }

  busGrpR25SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  273 }

  busGrpR25SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  274 }

  busGrpR25SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  275 }

  busGrpR25SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  276 }

  busGrpR25SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  277 }

  busGrpR25SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  278 }

  busGrpR25SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  279 }

  busGrpSDActR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  281 }

  busGrpSDDefR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR25Entry  282 }

  busGrpR25SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  283 }

  busGrpR25NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR25Entry  290 }

  busGrpR25ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR25Entry  291 }

  busGrpR25SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR25Entry  293 }

  busGrpR25SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  305 }

  busGrpR25SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  306 }

  busGrpR25SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  307 }

  busGrpR25SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  308 }

  busGrpR25SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  309 }

  busGrpR25SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  310 }

  busGrpR25SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR25Entry  311 }

  busGrpR25SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  312 }

  busGrpR25SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  313 }

  busGrpR25SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  314 }

  busGrpR25SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  315 }

  busGrpR25SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  316 }

  busGrpR25SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  317 }

  busGrpR25SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  318 }

  busGrpR25SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  319 }

  busGrpSDActR25SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  321 }

  busGrpSDDefR25SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR25Entry  322 }

  busGrpR25SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  323 }

  busGrpR25I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR25Entry  330 }

  busGrpR25I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR25Entry  331 }

  busGrpR25I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR25Entry  332 }

  busGrpR25NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR25Entry  333 }

  busGrpR25DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR25Entry  334 }

  busGrpR25I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR25Entry  335 }

  busGrpR25I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR25Entry  336 }

  busGrpR25I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR25Entry  337 }

  busGrpR25FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR25Entry  338 }

  busGrpR25ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR25Entry  339 }

  busGrpR25AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR25Entry  340 }

  busGrpR25SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  341 }

  busGrpR25SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  342 }

  busGrpR25SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  343 }

  busGrpR25SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR25Entry  344 }

  busGrpR25StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR25Entry  345 }

  busGrpR25SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  346 }

  busGrpR25SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  347 }

  busGrpR25SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  348 }

  busGrpR25MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR25Entry  349 }

  busGrpR25MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR25Entry  350 }

  busGrpR25MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR25Entry  351 }

  busGrpR25MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR25Entry  352 }

  busGrpR25MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR25Entry  353 }

  busGrpR25MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR25Entry  354 }

  busGrpR25MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR25Entry  355 }

  busGrpR25MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR25Entry  356 }

  busGrpR25MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR25Entry  357 }

  busGrpR25MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR25Entry  358 }

  busGrpR25MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR25Entry  359 }

  busGrpR25MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR25Entry  360 }

  busGrpR25MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR25Entry  361 }

  busGrpR25MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR25Entry  362 }

  busGrpR25MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR25Entry  363 }

  busGrpR25MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR25Entry  364 }

  busGrpR25MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR25Entry  365 }

  busGrpR25MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR25Entry  366 }

  busGrpR25MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR25Entry  367 }

  busGrpR25MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR25Entry  368 }

  busGrpR25MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR25Entry  369 }

  busGrpR25MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR25Entry  370 }

  busGrpR25MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR25Entry  371 }

  busGrpR25MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR25Entry  372 }

  busGrpR25MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR25Entry  373 }

  busGrpR25MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR25Entry  374 }

  busGrpR25MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR25Entry  375 }

  busGrpR25MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR25Entry  376 }

  busGrpR25MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR25Entry  377 }

  busGrpR25MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR25Entry  378 }

  busGrpR25MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR25Entry  379 }

  busGrpR25AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR25Entry  380 }

  busGrpR25MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR25Entry  381 }

  busGrpR25MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR25Entry  382 }

  busGrpR25I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR25Entry  383 }

  busGrpR25I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR25Entry  384 }

  busGrpR25I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR25Entry  385 }

  busGrpR25I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR25Entry  386 }

  busGrpR25SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR25Entry  387 }

  busGrpR25AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR25Entry  388 }

  busGrpR25I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR25Entry  389 }

  busGrpR25MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  390 }

  busGrpR25MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR25Entry  391 }

  busGrpR25MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR25Entry  392 }

  busGrpR25MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  393 }

  busGrpR25MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR25Entry  394 }

  busGrpR25MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR25Entry  395 }

  busGrpR25SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  396 }

  busGrpR25SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  397 }

  busGrpR25SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  398 }

  busGrpR25ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR25Entry  399 }

  busGrpR25SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  400 }

  busGrpR25SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  401 }

  busGrpR25SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  402 }

  busGrpR25ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR25Entry  403 }

  busGrpR25SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  404 }

  busGrpR25SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR25Entry  405 }

  busGrpR25SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR25Entry  406 }

  busGrpR25CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { busGrpR25Entry  407 }

  busGrpR25CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { busGrpR25Entry  408 }

  busGrpR25CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { busGrpR25Entry  409 }

  busGrpR25CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { busGrpR25Entry  410 }

  busGrpR25CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { busGrpR25Entry  411 }

  busGrpR25CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { busGrpR25Entry  412 }

  busGrpR25TwoStgDelPermittedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted until'."
    ::= { busGrpR25Entry  413 }

  busGrpR25TwoStgDelCoolingOffPeriodEnds OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion cooling-off period ends'."
    ::= { busGrpR25Entry  414 }

  busGrpR25TwoStgDelPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted'."
    ::= { busGrpR25Entry  415 }

  busGrpR25AlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always use subscriber DN as caller ID for calls from mobile lines'."
    DEFVAL       { false }
    ::= { busGrpR25Entry  416 }

  busGrpR25AllowBGAdminControlPBXCallLimits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow BG administrators to control PBX call limits'."
    DEFVAL       { false }
    ::= { busGrpR25Entry  417 }

  busGrpR25PBXLnClLimTotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - total calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  418 }

  busGrpR25PBXLnClLimMaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR25Entry  419 }

  busGrpR25PBXLnClLimTermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  420 }

  busGrpR25PBXLnClLimMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum terminating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR25Entry  421 }

  busGrpR25PBXLnClLimOrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - originating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR25Entry  422 }

  busGrpR25PBXLnClLimMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum originating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR25Entry  423 }

  busGrpR25SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR25Entry  431 }

  busGrpR25AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR25Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.5.30                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  bGLineR32Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2656 }

  bGLineR32Entry OBJECT-TYPE
    SYNTAX       BGLineR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR32NEConn,
             bGLineR32NetwkElement,
             bGLineR32CFSIx,
             bGLineR32GpIx,
             bGLineR32FirstDirNum,
             bGLineR32DirNum }
    ::= {  bGLineR32Table  1  }

  BGLineR32Entry  ::=  SEQUENCE
  {
    bGLineR32NEConn                    Unsigned32,
    bGLineR32NetwkElement              DisplayString,
    bGLineR32CFSIx                     Unsigned32,
    bGLineR32GpIx                      Unsigned32,
    bGLineR32FirstDirNum               DisplayString,
    bGLineR32DirNum                    DisplayString,
    bGLineR32PresNum                   DisplayString,
    bGLineR32ClgPartyNum               DisplayString,
    bGLineR32IntercomDialingCode       DisplayString,
    bGLineR32NumStatus                 INTEGER,
    bGLineR32PortedExchangeID          DisplayString,
    bGLineR32T1I1AccDevNEConn          Unsigned32,
    bGLineR32T1I2AccDevNetwkElement    DisplayString,
    bGLineR32T1I3AccDevCFSIx           Unsigned32,
    bGLineR32T1I4AccDevGatewayIx       Unsigned32,
    bGLineR32T1I5AccDevDeviceIx        Unsigned32,
    bGLineR32T2I1AccDevNEConn          Unsigned32,
    bGLineR32T2I2AccDevNetwkElement    DisplayString,
    bGLineR32T2I3AccDevCFSIx           Unsigned32,
    bGLineR32T2I4AccDevGatewayIx       Unsigned32,
    bGLineR32T2I5AccDevDeviceIx        Unsigned32,
    bGLineR32AccessLineNum             Unsigned32,
    bGLineR32SignalFunctionCode        INTEGER,
    bGLineR32LineUsage                 INTEGER,
    bGLineR32FSKFormat                 INTEGER,
    bGLineR32PIN                       DisplayString,
    bGLineR32LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR32DigitMaskingReqd          INTEGER,
    bGLineR32OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR32OrigingFacilityMarksADC   INTEGER,
    bGLineR32TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR32TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR32ActYear                   Unsigned32,
    bGLineR32ActMonth                  Unsigned32,
    bGLineR32ActDate                   Unsigned32,
    bGLineR32LastInCallClgType         INTEGER,
    bGLineR32LastInCallUniqueNum       INTEGER,
    bGLineR32LastInCallClgNum          DisplayString,
    bGLineR32LastInCallClgPresNum      DisplayString,
    bGLineR32LastInCallTimeCall        Unsigned32,
    bGLineR32LastInCallCallerWaited    INTEGER,
    bGLineR32LastInCallCallAnswrd      INTEGER,
    bGLineR32LastInCallCallTraced      INTEGER,
    bGLineR32AlrmState                 INTEGER,
    bGLineR32AlrmLogCorr               Counter64,
    bGLineR32AddtlAlrmLogCorr          Counter64,
    bGLineR32AlrmEvtsAttnRq            Unsigned32,
    bGLineR32AlrmEvtsAtndDp            Unsigned32,
    bGLineR32AlrmStateTimestamp        Unsigned32,
    bGLineR32ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR32ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR32ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR32ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR32DiagsLogLvl               INTEGER,
    bGLineR32DiagsAPITraceEnabled      INTEGER,
    bGLineR32DiagsAPITraceTag          DisplayString,
    bGLineR32DiagsAPITraceRemNum       DisplayString,
    bGLineR32SummaryChldAlrmState      INTEGER,
    bGLineR32ExportNumObjectsExported  Integer32,
    bGLineR32ExportStatus              DisplayString,
    bGLineR32ExportFile                DisplayString,
    bGLineR32ExportCorr                Counter64,
    bGLineR32ExportCorrNode            DisplayString,
    bGLineR32ExportCorrUID             DisplayString,
    bGLineR32DoExtraActions            INTEGER,
    bGLineR32RowStatus                 RowStatus,
    bGLineR32MovedToDirNum             DisplayString,
    bGLineR32CustInfo                  DisplayString,
    bGLineR32SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR32SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR32SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR32SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR32SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR32SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR32SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR32SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR32SDUseDefSubGpBusLine      INTEGER,
    bGLineR32SigType                   INTEGER,
    bGLineR32I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR32I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR32I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR32I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR32I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR32ISDNDefBearerCapabilities BITS,
    bGLineR32SIPUserName               DisplayString,
    bGLineR32SIPDomainName             DisplayString,
    bGLineR32UseStaticNATMapping       INTEGER,
    bGLineR32SIPRegistrationStatus     INTEGER,
    bGLineR32SIPAuthenticationReqd     INTEGER,
    bGLineR32NewSIPPassword            DisplayString,
    bGLineR32ConfirmNewSIPPassword     DisplayString,
    bGLineR32SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR32SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR32SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR32SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR32SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR32SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR32GR303NailedUpConn         INTEGER,
    bGLineR32MultipleAppearanceDirNum  DisplayString,
    bGLineR32AllowDirectDialing        INTEGER,
    bGLineR32CustInfo2                 DisplayString,
    bGLineR32CustInfo3                 DisplayString,
    bGLineR32CustInfo4                 DisplayString,
    bGLineR32CustInfo5                 DisplayString,
    bGLineR32CustInfo6                 DisplayString,
    bGLineR32RecentlyMovedFromOldNum   INTEGER,
    bGLineR32MovedFromDirNum           DisplayString,
    bGLineR32ConnectCallAfterAnnounce  INTEGER,
    bGLineR32ChargeNum                 DisplayString,
    bGLineR32I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR32I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR32I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR32I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR32PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR32GR303DialType             INTEGER,
    bGLineR32LastOutCallCldType        INTEGER,
    bGLineR32LastOutCallCldNum         DisplayString,
    bGLineR32LastOutCallNumPres        INTEGER,
    bGLineR32LastOutCallCallType       INTEGER,
    bGLineR32LastOutCallDirectDialed   INTEGER,
    bGLineR32LastOutCallCarr           DisplayString,
    bGLineR32I1PerProfNEConn           Unsigned32,
    bGLineR32I2PerProfNetwkElement     DisplayString,
    bGLineR32I3PerProfCFSIx            Unsigned32,
    bGLineR32I4PerProfGpIx             Unsigned32,
    bGLineR32UseDNIdentification       INTEGER,
    bGLineR32SDActLongDistanceCarr     DisplayString,
    bGLineR32SDDefLongDistanceCarr     DisplayString,
    bGLineR32SDUseDefLongDistanceCarr  INTEGER,
    bGLineR32SDActIntraLATACarr        DisplayString,
    bGLineR32SDDefIntraLATACarr        DisplayString,
    bGLineR32SDUseDefIntraLATACarr     INTEGER,
    bGLineR32SDActIntnatlCarr          DisplayString,
    bGLineR32SDDefIntnatlCarr          DisplayString,
    bGLineR32SDUseDefIntnatlCarr       INTEGER,
    bGLineR32SDActRtgAttrs             BITS,
    bGLineR32SDDefRtgAttrs             BITS,
    bGLineR32SDUseDefRtgAttrs          INTEGER,
    bGLineR32SDActTimezone             INTEGER,
    bGLineR32SDDefTimezone             INTEGER,
    bGLineR32SDUseDefTimezone          INTEGER,
    bGLineR32SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR32SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR32SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR32SDActLCC1                 INTEGER,
    bGLineR32SDDefLCC1                 INTEGER,
    bGLineR32SDUseDefLCC1              INTEGER,
    bGLineR32SDActLCC2                 INTEGER,
    bGLineR32SDDefLCC2                 INTEGER,
    bGLineR32SDUseDefLCC2              INTEGER,
    bGLineR32SDActLCC3                 INTEGER,
    bGLineR32SDDefLCC3                 INTEGER,
    bGLineR32SDUseDefLCC3              INTEGER,
    bGLineR32SDActLCC4                 INTEGER,
    bGLineR32SDDefLCC4                 INTEGER,
    bGLineR32SDUseDefLCC4              INTEGER,
    bGLineR32SDActLCC5                 INTEGER,
    bGLineR32SDDefLCC5                 INTEGER,
    bGLineR32SDUseDefLCC5              INTEGER,
    bGLineR32SDActMaxCallAppearances   Unsigned32,
    bGLineR32SDDefMaxCallAppearances   Unsigned32,
    bGLineR32SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR32SDActTariffGp             INTEGER,
    bGLineR32SDDefTariffGp             INTEGER,
    bGLineR32SDUseDefTariffGp          INTEGER,
    bGLineR32SDActForceLNPLookup       INTEGER,
    bGLineR32SDDefForceLNPLookup       INTEGER,
    bGLineR32SDUseDefForceLNPLookup    INTEGER,
    bGLineR32LineTrafficStudy          INTEGER,
    bGLineR32MLHGIx                    Unsigned32,
    bGLineR32MLHGMemberIx              Unsigned32,
    bGLineR32CallListsMissedCalls      LongDisplayString,
    bGLineR32CallListsAnswrdCalls      LongDisplayString,
    bGLineR32CallListsDialedCalls      LongDisplayString,
    bGLineR32EnabledDate               Unsigned32,
    bGLineR32SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR32SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR32SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR32SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR32SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR32SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR32SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR32SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR32SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR32SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR32SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR32SDActLCC6                 INTEGER,
    bGLineR32SDDefLCC6                 INTEGER,
    bGLineR32SDUseDefLCC6              INTEGER,
    bGLineR32SDActLCC7                 INTEGER,
    bGLineR32SDDefLCC7                 INTEGER,
    bGLineR32SDUseDefLCC7              INTEGER,
    bGLineR32SDActLCC8                 INTEGER,
    bGLineR32SDDefLCC8                 INTEGER,
    bGLineR32SDUseDefLCC8              INTEGER,
    bGLineR32SDActLCC9                 INTEGER,
    bGLineR32SDDefLCC9                 INTEGER,
    bGLineR32SDUseDefLCC9              INTEGER,
    bGLineR32SDActLCC10                INTEGER,
    bGLineR32SDDefLCC10                INTEGER,
    bGLineR32SDUseDefLCC10             INTEGER,
    bGLineR32SDActLCC11                INTEGER,
    bGLineR32SDDefLCC11                INTEGER,
    bGLineR32SDUseDefLCC11             INTEGER,
    bGLineR32SDActLCC12                INTEGER,
    bGLineR32SDDefLCC12                INTEGER,
    bGLineR32SDUseDefLCC12             INTEGER,
    bGLineR32SDActLCC13                INTEGER,
    bGLineR32SDDefLCC13                INTEGER,
    bGLineR32SDUseDefLCC13             INTEGER,
    bGLineR32SDActLCC14                INTEGER,
    bGLineR32SDDefLCC14                INTEGER,
    bGLineR32SDUseDefLCC14             INTEGER,
    bGLineR32SDActLCC15                INTEGER,
    bGLineR32SDDefLCC15                INTEGER,
    bGLineR32SDUseDefLCC15             INTEGER,
    bGLineR32SDActLCC16                INTEGER,
    bGLineR32SDDefLCC16                INTEGER,
    bGLineR32SDUseDefLCC16             INTEGER,
    bGLineR32SDActLCC17                INTEGER,
    bGLineR32SDDefLCC17                INTEGER,
    bGLineR32SDUseDefLCC17             INTEGER,
    bGLineR32SDActLCC18                INTEGER,
    bGLineR32SDDefLCC18                INTEGER,
    bGLineR32SDUseDefLCC18             INTEGER,
    bGLineR32SDActLCC19                INTEGER,
    bGLineR32SDDefLCC19                INTEGER,
    bGLineR32SDUseDefLCC19             INTEGER,
    bGLineR32SDActLCC20                INTEGER,
    bGLineR32SDDefLCC20                INTEGER,
    bGLineR32SDUseDefLCC20             INTEGER,
    bGLineR32T1I1GatewayNEConn         Unsigned32,
    bGLineR32T1I2GatewayNetwkElement   DisplayString,
    bGLineR32T1I3GatewayCFSIx          Unsigned32,
    bGLineR32T1I4GatewayGatewayIx      Unsigned32,
    bGLineR32T2I1GatewayNEConn         Unsigned32,
    bGLineR32T2I2GatewayNetwkElement   DisplayString,
    bGLineR32T2I3GatewayCFSIx          Unsigned32,
    bGLineR32T2I4GatewayGatewayIx      Unsigned32,
    bGLineR32I1DepartmentNEConn        Unsigned32,
    bGLineR32I2DepartmentNetwkElement  DisplayString,
    bGLineR32I3DepartmentCFSIx         Unsigned32,
    bGLineR32I4DepartmentGpIx          Unsigned32,
    bGLineR32I5DepartmentDepartmentIx  Unsigned32,
    bGLineR32DepartmentOtherVals       INTEGER,
    bGLineR32SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR32SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR32SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR32SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR32SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR32SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR32CurrNumRegistrations      Integer32,
    bGLineR32SDActVQMCallLogging       INTEGER,
    bGLineR32SDDefVQMCallLogging       INTEGER,
    bGLineR32SDUseDefVQMCallLogging    INTEGER,
    bGLineR32DiagLogCorr               Counter64,
    bGLineR32FaultMonitoringLvl        INTEGER,
    bGLineR32SIPPassword               DisplayString,
    bGLineR32SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR32SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR32SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR32SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR32SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR32SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR32SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR32SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR32SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR32SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR32SDUseDefNetwkNode         INTEGER,
    bGLineR32MovedToNumAsDialed        DisplayString,
    bGLineR32MovedDate                 Unsigned32,
    bGLineR32SDActExpireAfter          Unsigned32,
    bGLineR32SDDefExpireAfter          Unsigned32,
    bGLineR32SDUseDefExpireAfter       INTEGER,
    bGLineR32ExpiryDate                Unsigned32,
    bGLineR32SASHostname               LongDisplayString,
    bGLineR32SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR32SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR32SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR32SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR32SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR32SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR32SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR32SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR32SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR32SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR32SDUseDefESAProtDom        INTEGER,
    bGLineR32I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR32I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR32I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR32SDActSubTimezone          LongDisplayString,
    bGLineR32SDDefSubTimezone          LongDisplayString,
    bGLineR32SDUseDefSubTimezone       INTEGER,
    bGLineR32SDActChargeInd            INTEGER,
    bGLineR32SDDefChargeInd            INTEGER,
    bGLineR32SDUseDefChargeInd         INTEGER,
    bGLineR32SDActSubClgCategory       INTEGER,
    bGLineR32SDDefSubClgCategory       INTEGER,
    bGLineR32SDUseDefSubClgCategory    INTEGER,
    bGLineR32CustomerInfoFirstName     LongDisplayString,
    bGLineR32CustomerInfoSecondName    LongDisplayString,
    bGLineR32CustomerInfoOtherNames    LongDisplayString,
    bGLineR32CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR32CustomerInfoSurname       LongDisplayString,
    bGLineR32SDActBusGpLinePrivileges  Unsigned32,
    bGLineR32SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR32SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR32I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR32I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR32I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR32I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR32TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR32I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR32I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR32I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR32FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR32ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR32AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR32SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR32SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR32SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR32StatisticsAlrms           Integer32,
    bGLineR32TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR32NumBlockDevTwinning       INTEGER,
    bGLineR32ACDServLvl                INTEGER,
    bGLineR32ACDAvail                  INTEGER,
    bGLineR32I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR32I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR32I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR32I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR32I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR32ACDDspCd                  INTEGER,
    bGLineR32NoUserEquipment           INTEGER,
    bGLineR32SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR32SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR32SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR32AllowRehoming             INTEGER,
    bGLineR32I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR32PreSubscribedConn         INTEGER,
    bGLineR32LoggedInMLHGs             LongDisplayString,
    bGLineR32ExportIncASRepData        INTEGER,
    bGLineR32SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR32SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR32SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR32ClgPartyNumEmgncyCall     DisplayString,
    bGLineR32PortedRtgMethod           INTEGER,
    bGLineR32LocationRtgNum            DisplayString,
    bGLineR32IsIMS                     INTEGER,
    bGLineR32ExportChldObjectsToInc    INTEGER,
    bGLineR32SDActTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR32SDDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR32SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR32SDActAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR32SDDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR32SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR32PermissibleInboundIPAddrs LongDisplayString,
    bGLineR32PrimaryIdentity           LongDisplayString,
    bGLineR32SDActOutArea              INTEGER,
    bGLineR32SDDefOutArea              INTEGER,
    bGLineR32SDUseDefOutArea           INTEGER,
    bGLineR32DIDSub                    INTEGER,
    bGLineR32DIDCode                   DisplayString,
    bGLineR32RtgType                   INTEGER,
    bGLineR32I1DIDRtgPolicyNEConn      Unsigned32,
    bGLineR32I2DIDRtgPolicyNetwkElement
                                       DisplayString,
    bGLineR32I3DIDRtgPolicyCFSIx       Unsigned32,
    bGLineR32I4DIDRtgPolicyGpIx        Unsigned32,
    bGLineR32I5DIDRtgPolicyRtgPolicyIx Unsigned32,
    bGLineR32I1OwningPBXNEConn         Unsigned32,
    bGLineR32I2OwningPBXNetwkElement   DisplayString,
    bGLineR32I3OwningPBXCFSIx          Unsigned32,
    bGLineR32I4OwningPBXDirNum         DisplayString
  }

  bGLineR32NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR32Entry  1 }

  bGLineR32NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR32Entry  2 }

  bGLineR32CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR32Entry  3 }

  bGLineR32GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR32Entry  4 }

  bGLineR32FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR32Entry  5 }

  bGLineR32DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR32Entry  6 }

  bGLineR32PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR32Entry  7 }

  bGLineR32ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { bGLineR32Entry  8 }

  bGLineR32IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR32Entry  9 }

  bGLineR32NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR32Entry  10 }

  bGLineR32PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR32Entry  11 }

  bGLineR32T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR32Entry  12 }

  bGLineR32T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR32Entry  13 }

  bGLineR32T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR32Entry  14 }

  bGLineR32T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR32Entry  15 }

  bGLineR32T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR32Entry  16 }

  bGLineR32T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR32Entry  17 }

  bGLineR32T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR32Entry  18 }

  bGLineR32T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR32Entry  19 }

  bGLineR32T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR32Entry  20 }

  bGLineR32T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR32Entry  21 }

  bGLineR32AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR32Entry  22 }

  bGLineR32SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR32Entry  23 }

  bGLineR32LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR32Entry  24 }

  bGLineR32FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR32Entry  25 }

  bGLineR32PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR32Entry  26 }

  bGLineR32LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR32Entry  27 }

  bGLineR32DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  28 }

  bGLineR32OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  30 }

  bGLineR32OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  32 }

  bGLineR32TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  33 }

  bGLineR32TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  34 }

  bGLineR32ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR32Entry  36 }

  bGLineR32ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR32Entry  37 }

  bGLineR32ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR32Entry  38 }

  bGLineR32LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR32Entry  39 }

  bGLineR32LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR32Entry  40 }

  bGLineR32LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR32Entry  41 }

  bGLineR32LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR32Entry  42 }

  bGLineR32LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR32Entry  43 }

  bGLineR32LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR32Entry  44 }

  bGLineR32LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR32Entry  45 }

  bGLineR32LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR32Entry  46 }

  bGLineR32AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR32Entry  47 }

  bGLineR32AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR32Entry  48 }

  bGLineR32AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR32Entry  49 }

  bGLineR32AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR32Entry  50 }

  bGLineR32AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR32Entry  51 }

  bGLineR32AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR32Entry  52 }

  bGLineR32ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR32Entry  53 }

  bGLineR32ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR32Entry  54 }

  bGLineR32ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR32Entry  55 }

  bGLineR32ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR32Entry  56 }

  bGLineR32DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR32Entry  57 }

  bGLineR32DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  58 }

  bGLineR32DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR32Entry  59 }

  bGLineR32DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR32Entry  60 }

  bGLineR32SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR32Entry  61 }

  bGLineR32ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR32Entry  62 }

  bGLineR32ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR32Entry  63 }

  bGLineR32ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR32Entry  64 }

  bGLineR32ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR32Entry  65 }

  bGLineR32ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR32Entry  66 }

  bGLineR32ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR32Entry  67 }

  bGLineR32DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR32Entry  68 }

  bGLineR32RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR32Entry  69 }

  bGLineR32MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR32Entry  70 }

  bGLineR32CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR32Entry  71 }

  bGLineR32SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  72 }

  bGLineR32SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  73 }

  bGLineR32SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  74 }

  bGLineR32SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  75 }

  bGLineR32SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  76 }

  bGLineR32SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  77 }

  bGLineR32SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  78 }

  bGLineR32SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR32Entry  79 }

  bGLineR32SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  80 }

  bGLineR32SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR32Entry  81 }

  bGLineR32I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR32Entry  82 }

  bGLineR32I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR32Entry  83 }

  bGLineR32I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR32Entry  84 }

  bGLineR32I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR32Entry  85 }

  bGLineR32I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR32Entry  86 }

  bGLineR32ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR32Entry  87 }

  bGLineR32SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR32Entry  88 }

  bGLineR32SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR32Entry  89 }

  bGLineR32UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR32Entry  90 }

  bGLineR32SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR32Entry  91 }

  bGLineR32SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR32Entry  92 }

  bGLineR32NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR32Entry  93 }

  bGLineR32ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR32Entry  94 }

  bGLineR32SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  96 }

  bGLineR32SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  97 }

  bGLineR32SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  98 }

  bGLineR32SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  100 }

  bGLineR32SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  101 }

  bGLineR32SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  102 }

  bGLineR32GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR32Entry  103 }

  bGLineR32MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR32Entry  104 }

  bGLineR32AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR32Entry  105 }

  bGLineR32CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR32Entry  106 }

  bGLineR32CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR32Entry  107 }

  bGLineR32CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR32Entry  108 }

  bGLineR32CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR32Entry  109 }

  bGLineR32CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR32Entry  110 }

  bGLineR32RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  111 }

  bGLineR32MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR32Entry  112 }

  bGLineR32ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  113 }

  bGLineR32ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { bGLineR32Entry  114 }

  bGLineR32I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR32Entry  123 }

  bGLineR32I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR32Entry  124 }

  bGLineR32I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR32Entry  125 }

  bGLineR32I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR32Entry  126 }

  bGLineR32PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR32Entry  127 }

  bGLineR32GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR32Entry  133 }

  bGLineR32LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR32Entry  137 }

  bGLineR32LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR32Entry  138 }

  bGLineR32LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR32Entry  139 }

  bGLineR32LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR32Entry  140 }

  bGLineR32LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR32Entry  141 }

  bGLineR32LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR32Entry  142 }

  bGLineR32I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR32Entry  158 }

  bGLineR32I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR32Entry  159 }

  bGLineR32I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR32Entry  160 }

  bGLineR32I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR32Entry  161 }

  bGLineR32UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR32Entry  162 }

  bGLineR32SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  163 }

  bGLineR32SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  164 }

  bGLineR32SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  165 }

  bGLineR32SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  166 }

  bGLineR32SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  167 }

  bGLineR32SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  168 }

  bGLineR32SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  169 }

  bGLineR32SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  170 }

  bGLineR32SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  171 }

  bGLineR32SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  172 }

  bGLineR32SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  173 }

  bGLineR32SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  174 }

  bGLineR32SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  175 }

  bGLineR32SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  176 }

  bGLineR32SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  177 }

  bGLineR32SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  178 }

  bGLineR32SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  179 }

  bGLineR32SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  180 }

  bGLineR32SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  181 }

  bGLineR32SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  182 }

  bGLineR32SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  183 }

  bGLineR32SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  184 }

  bGLineR32SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  185 }

  bGLineR32SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  186 }

  bGLineR32SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  187 }

  bGLineR32SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  188 }

  bGLineR32SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  189 }

  bGLineR32SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  190 }

  bGLineR32SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  191 }

  bGLineR32SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  192 }

  bGLineR32SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  193 }

  bGLineR32SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  194 }

  bGLineR32SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  195 }

  bGLineR32SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  200 }

  bGLineR32SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  201 }

  bGLineR32SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  202 }

  bGLineR32SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  203 }

  bGLineR32SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  204 }

  bGLineR32SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  205 }

  bGLineR32SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  206 }

  bGLineR32SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  207 }

  bGLineR32SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  208 }

  bGLineR32LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  209 }

  bGLineR32MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR32Entry  210 }

  bGLineR32MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR32Entry  211 }

  bGLineR32CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR32Entry  212 }

  bGLineR32CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR32Entry  213 }

  bGLineR32CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR32Entry  214 }

  bGLineR32EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR32Entry  215 }

  bGLineR32SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  223 }

  bGLineR32SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  224 }

  bGLineR32SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  225 }

  bGLineR32SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  226 }

  bGLineR32SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  227 }

  bGLineR32SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  228 }

  bGLineR32SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  229 }

  bGLineR32SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  230 }

  bGLineSDActR32SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  232 }

  bGLineSDDefR32SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR32Entry  233 }

  bGLineR32SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  234 }

  bGLineR32SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  240 }

  bGLineR32SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  241 }

  bGLineR32SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  242 }

  bGLineR32SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  243 }

  bGLineR32SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  244 }

  bGLineR32SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  245 }

  bGLineR32SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  246 }

  bGLineR32SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  247 }

  bGLineR32SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  248 }

  bGLineR32SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  249 }

  bGLineR32SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  250 }

  bGLineR32SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  251 }

  bGLineR32SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  252 }

  bGLineR32SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  253 }

  bGLineR32SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  254 }

  bGLineR32SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  255 }

  bGLineR32SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  256 }

  bGLineR32SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  257 }

  bGLineR32SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  258 }

  bGLineR32SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  259 }

  bGLineR32SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  260 }

  bGLineR32SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  261 }

  bGLineR32SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  262 }

  bGLineR32SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  263 }

  bGLineR32SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  264 }

  bGLineR32SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  265 }

  bGLineR32SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  266 }

  bGLineR32SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  267 }

  bGLineR32SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  268 }

  bGLineR32SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  269 }

  bGLineR32SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  270 }

  bGLineR32SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  271 }

  bGLineR32SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  272 }

  bGLineR32SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  273 }

  bGLineR32SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  274 }

  bGLineR32SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  275 }

  bGLineR32SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  276 }

  bGLineR32SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  277 }

  bGLineR32SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  278 }

  bGLineR32SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  279 }

  bGLineR32SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  280 }

  bGLineR32SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  281 }

  bGLineR32SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  282 }

  bGLineR32SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  283 }

  bGLineR32SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  284 }

  bGLineR32T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR32Entry  285 }

  bGLineR32T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR32Entry  286 }

  bGLineR32T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR32Entry  287 }

  bGLineR32T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR32Entry  288 }

  bGLineR32T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR32Entry  289 }

  bGLineR32T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR32Entry  290 }

  bGLineR32T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR32Entry  291 }

  bGLineR32T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR32Entry  292 }

  bGLineR32I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR32Entry  294 }

  bGLineR32I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR32Entry  295 }

  bGLineR32I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR32Entry  296 }

  bGLineR32I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR32Entry  297 }

  bGLineR32I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR32Entry  298 }

  bGLineR32DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR32Entry  299 }

  bGLineR32SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  306 }

  bGLineR32SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  307 }

  bGLineR32SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  308 }

  bGLineR32SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  314 }

  bGLineR32SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  315 }

  bGLineR32SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  316 }

  bGLineR32CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR32Entry  319 }

  bGLineR32SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  324 }

  bGLineR32SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  325 }

  bGLineR32SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  326 }

  bGLineR32DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR32Entry  327 }

  bGLineR32FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR32Entry  328 }

  bGLineR32SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR32Entry  329 }

  bGLineR32SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  330 }

  bGLineR32SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  331 }

  bGLineR32SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  332 }

  bGLineR32SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  333 }

  bGLineR32SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  334 }

  bGLineR32SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  335 }

  bGLineR32SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  336 }

  bGLineR32SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  337 }

  bGLineSDActR32SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  339 }

  bGLineSDDefR32SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR32Entry  340 }

  bGLineR32SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  341 }

  bGLineR32MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR32Entry  346 }

  bGLineR32MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR32Entry  347 }

  bGLineR32SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  348 }

  bGLineR32SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  349 }

  bGLineR32SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  350 }

  bGLineR32ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR32Entry  351 }

  bGLineR32SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR32Entry  368 }

  bGLineR32SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  370 }

  bGLineR32SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  371 }

  bGLineR32SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  372 }

  bGLineR32SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  373 }

  bGLineR32SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  374 }

  bGLineR32SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  375 }

  bGLineR32SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  376 }

  bGLineR32SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  377 }

  bGLineSDActR32SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  379 }

  bGLineSDDefR32SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR32Entry  380 }

  bGLineR32SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  381 }

  bGLineR32I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR32Entry  390 }

  bGLineR32I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR32Entry  391 }

  bGLineR32I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR32Entry  392 }

  bGLineR32SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  394 }

  bGLineR32SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  395 }

  bGLineR32SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  396 }

  bGLineR32SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  397 }

  bGLineR32SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  398 }

  bGLineR32SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  399 }

  bGLineR32SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  400 }

  bGLineR32SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  401 }

  bGLineR32SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  402 }

  bGLineR32CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR32Entry  410 }

  bGLineR32CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR32Entry  411 }

  bGLineR32CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR32Entry  412 }

  bGLineR32CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR32Entry  413 }

  bGLineR32CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR32Entry  414 }

  bGLineR32SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  415 }

  bGLineR32SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  416 }

  bGLineR32SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  417 }

  bGLineR32I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR32Entry  418 }

  bGLineR32I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR32Entry  419 }

  bGLineR32I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR32Entry  420 }

  bGLineR32I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR32Entry  421 }

  bGLineR32TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR32Entry  422 }

  bGLineR32I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR32Entry  423 }

  bGLineR32I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR32Entry  424 }

  bGLineR32I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR32Entry  425 }

  bGLineR32FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR32Entry  426 }

  bGLineR32ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR32Entry  427 }

  bGLineR32AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR32Entry  428 }

  bGLineR32SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  429 }

  bGLineR32SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  430 }

  bGLineR32SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  431 }

  bGLineR32StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR32Entry  432 }

  bGLineR32TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR32Entry  441 }

  bGLineR32NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR32Entry  442 }

  bGLineR32ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR32Entry  443 }

  bGLineR32ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR32Entry  444 }

  bGLineR32I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR32Entry  445 }

  bGLineR32I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR32Entry  446 }

  bGLineR32I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR32Entry  447 }

  bGLineR32I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR32Entry  448 }

  bGLineR32I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR32Entry  449 }

  bGLineR32ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR32Entry  450 }

  bGLineR32NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR32Entry  451 }

  bGLineR32SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  452 }

  bGLineR32SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  453 }

  bGLineR32SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  454 }

  bGLineR32AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR32Entry  455 }

  bGLineR32I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR32Entry  456 }

  bGLineR32PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR32Entry  457 }

  bGLineR32LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR32Entry  458 }

  bGLineR32ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR32Entry  459 }

  bGLineR32SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  460 }

  bGLineR32SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  461 }

  bGLineR32SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  462 }

  bGLineR32ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { bGLineR32Entry  463 }

  bGLineR32PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR32Entry  464 }

  bGLineR32LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR32Entry  465 }

  bGLineR32IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR32Entry  466 }

  bGLineR32ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR32Entry  467 }

  bGLineR32SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  468 }

  bGLineR32SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  469 }

  bGLineR32SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  470 }

  bGLineR32SDActAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  471 }

  bGLineR32SDDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  472 }

  bGLineR32SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  473 }

  bGLineR32PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { bGLineR32Entry  474 }

  bGLineR32PrimaryIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary identity'."
    ::= { bGLineR32Entry  475 }

  bGLineR32SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  476 }

  bGLineR32SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR32Entry  477 }

  bGLineR32SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR32Entry  478 }

  bGLineR32DIDSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID subscriber'."
    DEFVAL       { false }
    ::= { bGLineR32Entry  479 }

  bGLineR32DIDCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID code'."
    ::= { bGLineR32Entry  480 }

  bGLineR32RtgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingPolicy(0),
                   pBX(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing type'."
    DEFVAL       { routingPolicy }
    ::= { bGLineR32Entry  481 }

  bGLineR32I1DIDRtgPolicyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR32Entry  482 }

  bGLineR32I2DIDRtgPolicyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR32Entry  483 }

  bGLineR32I3DIDRtgPolicyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR32Entry  484 }

  bGLineR32I4DIDRtgPolicyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Group index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR32Entry  485 }

  bGLineR32I5DIDRtgPolicyRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Routing Policy index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR32Entry  486 }

  bGLineR32I1OwningPBXNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR32Entry  487 }

  bGLineR32I2OwningPBXNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR32Entry  488 }

  bGLineR32I3OwningPBXCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR32Entry  489 }

  bGLineR32I4OwningPBXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR32Entry  490 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Short Code'                                                 */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  busGrpShortCodeR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpShortCodeR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dialing Plan'."
    ::= { metaSwitch  2657 }

  busGrpShortCodeR4Entry OBJECT-TYPE
    SYNTAX       BusGrpShortCodeR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpShortCodeR4NEConn,
             busGrpShortCodeR4NetwkElement,
             busGrpShortCodeR4CFSIx,
             busGrpShortCodeR4GpIx,
             busGrpShortCodeR4Type,
             busGrpShortCodeR4FirstShortCode }
    ::= {  busGrpShortCodeR4Table  1  }

  BusGrpShortCodeR4Entry  ::=  SEQUENCE
  {
    busGrpShortCodeR4NEConn            Unsigned32,
    busGrpShortCodeR4NetwkElement      DisplayString,
    busGrpShortCodeR4CFSIx             Unsigned32,
    busGrpShortCodeR4GpIx              Unsigned32,
    busGrpShortCodeR4Type              INTEGER,
    busGrpShortCodeR4FirstShortCode    DisplayString,
    busGrpShortCodeR4LastShortCode     DisplayString,
    busGrpShortCodeR4FirstExternalDirNum
                                       DisplayString,
    busGrpShortCodeR4LastExternalDirNum
                                       DisplayString,
    busGrpShortCodeR4DialingPlanCode   DisplayString,
    busGrpShortCodeR4RowStatus         RowStatus,
    busGrpShortCodeR4I1DepartmentNEConn
                                       Unsigned32,
    busGrpShortCodeR4I2DepartmentNetwkElement
                                       DisplayString,
    busGrpShortCodeR4I3DepartmentCFSIx Unsigned32,
    busGrpShortCodeR4I4DepartmentGpIx  Unsigned32,
    busGrpShortCodeR4I5DepartmentDepartmentIx
                                       Unsigned32,
    busGrpShortCodeR4DepartmentOtherVals
                                       INTEGER,
    busGrpShortCodeR4ShortCodeInterSwitchBusGp
                                       INTEGER,
    busGrpShortCodeR4Name              DisplayString
  }

  busGrpShortCodeR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpShortCodeR4Entry  1 }

  busGrpShortCodeR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpShortCodeR4Entry  2 }

  busGrpShortCodeR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpShortCodeR4Entry  3 }

  busGrpShortCodeR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpShortCodeR4Entry  4 }

  busGrpShortCodeR4Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   externalNumber(1),
                   rangeOfExternalNumbers(2),
                   otherDialingPlanCode(3)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Type'.
                  This is an index field."
    ::= { busGrpShortCodeR4Entry  5 }

  busGrpShortCodeR4FirstShortCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..7))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) Short code'.
                  This is an index field."
    ::= { busGrpShortCodeR4Entry  6 }

  busGrpShortCodeR4LastShortCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Short code'.
                  This field is only writable during create."
    ::= { busGrpShortCodeR4Entry  7 }

  busGrpShortCodeR4FirstExternalDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '(First) external Directory number'."
    ::= { busGrpShortCodeR4Entry  8 }

  busGrpShortCodeR4LastExternalDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last external Directory number'."
    ::= { busGrpShortCodeR4Entry  9 }

  busGrpShortCodeR4DialingPlanCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialing Plan code'."
    ::= { busGrpShortCodeR4Entry  10 }

  busGrpShortCodeR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpShortCodeR4Entry  11 }

  busGrpShortCodeR4I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR4Entry  12 }

  busGrpShortCodeR4I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR4Entry  13 }

  busGrpShortCodeR4I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR4Entry  14 }

  busGrpShortCodeR4I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR4Entry  15 }

  busGrpShortCodeR4I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { busGrpShortCodeR4Entry  16 }

  busGrpShortCodeR4DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpShortCodeR4Entry  17 }

  busGrpShortCodeR4ShortCodeInterSwitchBusGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Short code for Inter-switch Business Group'."
    DEFVAL       { false }
    ::= { busGrpShortCodeR4Entry  18 }

  busGrpShortCodeR4Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { busGrpShortCodeR4Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Policy'                                             */
-- /* Valid from: 9.5.30                                                            */
-- /* Deprecated from: 9.6.10                                                       */
-- /*********************************************************************************/

  rtgPlcyTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RtgPlcyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  2658 }

  rtgPlcyEntry OBJECT-TYPE
    SYNTAX       RtgPlcyEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rtgPlcyNEConn,
             rtgPlcyNetwkElement,
             rtgPlcyCFSIx,
             rtgPlcyGpIx,
             rtgPlcyRtgPolicyIx }
    ::= {  rtgPlcyTable  1  }

  RtgPlcyEntry  ::=  SEQUENCE
  {
    rtgPlcyNEConn                      Unsigned32,
    rtgPlcyNetwkElement                DisplayString,
    rtgPlcyCFSIx                       Unsigned32,
    rtgPlcyGpIx                        Unsigned32,
    rtgPlcyRtgPolicyIx                 Unsigned32,
    rtgPlcyName                        DisplayString,
    rtgPlcyI1DepartmentNEConn          Unsigned32,
    rtgPlcyI2DepartmentNetwkElement    DisplayString,
    rtgPlcyI3DepartmentCFSIx           Unsigned32,
    rtgPlcyI4DepartmentGpIx            Unsigned32,
    rtgPlcyI5DepartmentDepartmentIx    Unsigned32,
    rtgPlcyDepartmentOtherVals         INTEGER,
    rtgPlcyLineSelMethod               INTEGER,
    rtgPlcyNumLinesToTry               Unsigned32,
    rtgPlcyNumLinesToTryPerPriority    Unsigned32,
    rtgPlcyFallbackDirNum              DisplayString,
    rtgPlcyNumChldLines                Unsigned32,
    rtgPlcyHasAssignedLines            INTEGER,
    rtgPlcyRowStatus                   RowStatus
  }

  rtgPlcyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rtgPlcyEntry  1 }

  rtgPlcyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rtgPlcyEntry  2 }

  rtgPlcyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rtgPlcyEntry  3 }

  rtgPlcyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rtgPlcyEntry  4 }

  rtgPlcyRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Policy index'.
                  This is an index field."
    ::= { rtgPlcyEntry  5 }

  rtgPlcyName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { rtgPlcyEntry  6 }

  rtgPlcyI1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyEntry  7 }

  rtgPlcyI2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyEntry  8 }

  rtgPlcyI3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyEntry  9 }

  rtgPlcyI4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyEntry  10 }

  rtgPlcyI5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyEntry  11 }

  rtgPlcyDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rtgPlcyEntry  12 }

  rtgPlcyLineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   roundRobinAscendingISDNSIPOnly(4),
                   roundRobinDescendingISDNSIPOnly(5),
                   mostCallsISDNSIPOnly(6),
                   fewestCallsISDNSIPOnly(7),
                   weightedRandom(8),
                   ordered(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'."
    DEFVAL       { roundRobinAscendingISDNSIPOnly }
    ::= { rtgPlcyEntry  13 }

  rtgPlcyNumLinesToTry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of lines to try'."
    DEFVAL       { 10 }
    ::= { rtgPlcyEntry  14 }

  rtgPlcyNumLinesToTryPerPriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of lines to try per priority'."
    DEFVAL       { 10 }
    ::= { rtgPlcyEntry  15 }

  rtgPlcyFallbackDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fallback directory number'."
    ::= { rtgPlcyEntry  16 }

  rtgPlcyNumChldLines OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of child lines'."
    ::= { rtgPlcyEntry  17 }

  rtgPlcyHasAssignedLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Has assigned lines'."
    ::= { rtgPlcyEntry  18 }

  rtgPlcyRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rtgPlcyEntry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Policy Line'                                        */
-- /* Valid from: 9.5.30                                                            */
-- /* Deprecated from: 9.6.20                                                       */
-- /*********************************************************************************/

  rtgPlcyLineTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF RtgPlcyLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Policy'."
    ::= { metaSwitch  2659 }

  rtgPlcyLineEntry OBJECT-TYPE
    SYNTAX       RtgPlcyLineEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rtgPlcyLineNEConn,
             rtgPlcyLineNetwkElement,
             rtgPlcyLineCFSIx,
             rtgPlcyLineGpIx,
             rtgPlcyLineRtgPolicyIx,
             rtgPlcyLineRtgPolicyLineIx }
    ::= {  rtgPlcyLineTable  1  }

  RtgPlcyLineEntry  ::=  SEQUENCE
  {
    rtgPlcyLineNEConn                  Unsigned32,
    rtgPlcyLineNetwkElement            DisplayString,
    rtgPlcyLineCFSIx                   Unsigned32,
    rtgPlcyLineGpIx                    Unsigned32,
    rtgPlcyLineRtgPolicyIx             Unsigned32,
    rtgPlcyLineRtgPolicyLineIx         Unsigned32,
    rtgPlcyLineI1PBXDirNumNEConn       Unsigned32,
    rtgPlcyLineI2PBXDirNumNetwkElement DisplayString,
    rtgPlcyLineI3PBXDirNumCFSIx        Unsigned32,
    rtgPlcyLineI4PBXDirNumDirNum       DisplayString,
    rtgPlcyLineI1PBXLineNEConn         Unsigned32,
    rtgPlcyLineI2PBXLineNetwkElement   DisplayString,
    rtgPlcyLineI3PBXLineCFSIx          Unsigned32,
    rtgPlcyLineI4PBXLineDirNum         DisplayString,
    rtgPlcyLineI5PBXLineTerminalIx     Unsigned32,
    rtgPlcyLineTrnkGpName              DisplayString,
    rtgPlcyLinePosition                Unsigned32,
    rtgPlcyLinePriority                Unsigned32,
    rtgPlcyLineWeight                  Unsigned32,
    rtgPlcyLineDoExtraActions          INTEGER,
    rtgPlcyLineRowStatus               RowStatus
  }

  rtgPlcyLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rtgPlcyLineEntry  1 }

  rtgPlcyLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rtgPlcyLineEntry  2 }

  rtgPlcyLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rtgPlcyLineEntry  3 }

  rtgPlcyLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rtgPlcyLineEntry  4 }

  rtgPlcyLineRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Policy index'.
                  This is an index field."
    ::= { rtgPlcyLineEntry  5 }

  rtgPlcyLineRtgPolicyLineIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Policy Line index'.
                  This is an index field."
    ::= { rtgPlcyLineEntry  6 }

  rtgPlcyLineI1PBXDirNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineEntry  7 }

  rtgPlcyLineI2PBXDirNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineEntry  8 }

  rtgPlcyLineI3PBXDirNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineEntry  9 }

  rtgPlcyLineI4PBXDirNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineEntry  10 }

  rtgPlcyLineI1PBXLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineEntry  11 }

  rtgPlcyLineI2PBXLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineEntry  12 }

  rtgPlcyLineI3PBXLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineEntry  13 }

  rtgPlcyLineI4PBXLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineEntry  14 }

  rtgPlcyLineI5PBXLineTerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Terminal number'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineEntry  15 }

  rtgPlcyLineTrnkGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group name'."
    ::= { rtgPlcyLineEntry  16 }

  rtgPlcyLinePosition OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Position'."
    ::= { rtgPlcyLineEntry  17 }

  rtgPlcyLinePriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 1 }
    ::= { rtgPlcyLineEntry  18 }

  rtgPlcyLineWeight OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Weight'."
    DEFVAL       { 1 }
    ::= { rtgPlcyLineEntry  19 }

  rtgPlcyLineDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   moveUp(1),
                   moveDown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rtgPlcyLineEntry  20 }

  rtgPlcyLineRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rtgPlcyLineEntry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.5.30                                                            */
-- /* Deprecated from: 9.5.40                                                       */
-- /*********************************************************************************/

  pBXR33Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2660 }

  pBXR33Entry OBJECT-TYPE
    SYNTAX       PBXR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR33NEConn,
             pBXR33NetwkElement,
             pBXR33CFSIx,
             pBXR33DirNum }
    ::= {  pBXR33Table  1  }

  PBXR33Entry  ::=  SEQUENCE
  {
    pBXR33NEConn                       Unsigned32,
    pBXR33NetwkElement                 DisplayString,
    pBXR33CFSIx                        Unsigned32,
    pBXR33DirNum                       DisplayString,
    pBXR33PresNum                      DisplayString,
    pBXR33ClgPartyNum                  DisplayString,
    pBXR33I1SubGpNEConn                Unsigned32,
    pBXR33I2SubGpNetwkElement          DisplayString,
    pBXR33I3SubGpCFSIx                 Unsigned32,
    pBXR33I4SubGpSubGpIx               Unsigned32,
    pBXR33NumStatus                    INTEGER,
    pBXR33PortedExchangeID             DisplayString,
    pBXR33LineSelMethod                INTEGER,
    pBXR33ANIDNISFormat                DisplayString,
    pBXR33PIN                          DisplayString,
    pBXR33Locale                       INTEGER,
    pBXR33DigitMaskingReqd             INTEGER,
    pBXR33TermFacilityMarksServInterception
                                       INTEGER,
    pBXR33ActYear                      Unsigned32,
    pBXR33ActMonth                     Unsigned32,
    pBXR33ActDate                      Unsigned32,
    pBXR33CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR33PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR33CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR33PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR33ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR33ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR33ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR33ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR33DiagsAPITraceEnabled         INTEGER,
    pBXR33DiagsAPITraceTag             DisplayString,
    pBXR33DiagsAPITraceRemNum          DisplayString,
    pBXR33TotChldAlrmsAttnRq           Unsigned32,
    pBXR33TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR33TotChldAlrmsAtndDp           Unsigned32,
    pBXR33TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR33SummaryChldAlrmState         INTEGER,
    pBXR33ExportNumObjectsExported     Integer32,
    pBXR33ExportStatus                 DisplayString,
    pBXR33ExportFile                   DisplayString,
    pBXR33ExportCorr                   Counter64,
    pBXR33ExportCorrNode               DisplayString,
    pBXR33ExportCorrUID                DisplayString,
    pBXR33DoExtraActions               INTEGER,
    pBXR33RowStatus                    RowStatus,
    pBXR33MovedToDirNum                DisplayString,
    pBXR33CustInfo                     DisplayString,
    pBXR33DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR33ServSuspended                INTEGER,
    pBXR33SendDIDSeqListedDirNum       INTEGER,
    pBXR33DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR33CustInfo2                    DisplayString,
    pBXR33CustInfo3                    DisplayString,
    pBXR33CustInfo4                    DisplayString,
    pBXR33CustInfo5                    DisplayString,
    pBXR33CustInfo6                    DisplayString,
    pBXR33RecentlyMovedFromOldNum      INTEGER,
    pBXR33MovedFromDirNum              DisplayString,
    pBXR33ConnectCallAfterAnnounce     INTEGER,
    pBXR33DiagsLogLvl                  INTEGER,
    pBXR33PBXFixBits                   BITS,
    pBXR33ChargeNum                    DisplayString,
    pBXR33SigType                      INTEGER,
    pBXR33SDActMaxCallAppearances      Unsigned32,
    pBXR33SDDefMaxCallAppearances      Unsigned32,
    pBXR33SDUseDefMaxCallAppearances   INTEGER,
    pBXR33I1PerProfNEConn              Unsigned32,
    pBXR33I2PerProfNetwkElement        DisplayString,
    pBXR33I3PerProfCFSIx               Unsigned32,
    pBXR33I4PerProfGpIx                Unsigned32,
    pBXR33SDActTimezone                INTEGER,
    pBXR33SDDefTimezone                INTEGER,
    pBXR33SDUseDefTimezone             INTEGER,
    pBXR33SDActAdjustDaylightSavings   INTEGER,
    pBXR33SDDefAdjustDaylightSavings   INTEGER,
    pBXR33SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR33SDActLongDistanceCarr        DisplayString,
    pBXR33SDDefLongDistanceCarr        DisplayString,
    pBXR33SDUseDefLongDistanceCarr     INTEGER,
    pBXR33SDActIntraLATACarr           DisplayString,
    pBXR33SDDefIntraLATACarr           DisplayString,
    pBXR33SDUseDefIntraLATACarr        INTEGER,
    pBXR33SDActRtgAttrs                BITS,
    pBXR33SDDefRtgAttrs                BITS,
    pBXR33SDUseDefRtgAttrs             INTEGER,
    pBXR33SDActBillType                INTEGER,
    pBXR33SDDefBillType                INTEGER,
    pBXR33SDUseDefBillType             INTEGER,
    pBXR33SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR33SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR33SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR33SDActTariffGp                INTEGER,
    pBXR33SDDefTariffGp                INTEGER,
    pBXR33SDUseDefTariffGp             INTEGER,
    pBXR33SDActIntnatlCarr             DisplayString,
    pBXR33SDDefIntnatlCarr             DisplayString,
    pBXR33SDUseDefIntnatlCarr          INTEGER,
    pBXR33SDActLCC1                    INTEGER,
    pBXR33SDDefLCC1                    INTEGER,
    pBXR33SDUseDefLCC1                 INTEGER,
    pBXR33SDActLCC2                    INTEGER,
    pBXR33SDDefLCC2                    INTEGER,
    pBXR33SDUseDefLCC2                 INTEGER,
    pBXR33SDActLCC3                    INTEGER,
    pBXR33SDDefLCC3                    INTEGER,
    pBXR33SDUseDefLCC3                 INTEGER,
    pBXR33SDActLCC4                    INTEGER,
    pBXR33SDDefLCC4                    INTEGER,
    pBXR33SDUseDefLCC4                 INTEGER,
    pBXR33SDActLCC5                    INTEGER,
    pBXR33SDDefLCC5                    INTEGER,
    pBXR33SDUseDefLCC5                 INTEGER,
    pBXR33SDActForceLNPLookup          INTEGER,
    pBXR33SDDefForceLNPLookup          INTEGER,
    pBXR33SDUseDefForceLNPLookup       INTEGER,
    pBXR33LineTrafficStudy             INTEGER,
    pBXR33DefNumDIDDigits              INTEGER,
    pBXR33EnabledDate                  Unsigned32,
    pBXR33ChargeNumReqd                INTEGER,
    pBXR33SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR33SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR33SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR33SDActLCC6                    INTEGER,
    pBXR33SDDefLCC6                    INTEGER,
    pBXR33SDUseDefLCC6                 INTEGER,
    pBXR33SDActLCC7                    INTEGER,
    pBXR33SDDefLCC7                    INTEGER,
    pBXR33SDUseDefLCC7                 INTEGER,
    pBXR33SDActLCC8                    INTEGER,
    pBXR33SDDefLCC8                    INTEGER,
    pBXR33SDUseDefLCC8                 INTEGER,
    pBXR33SDActLCC9                    INTEGER,
    pBXR33SDDefLCC9                    INTEGER,
    pBXR33SDUseDefLCC9                 INTEGER,
    pBXR33SDActLCC10                   INTEGER,
    pBXR33SDDefLCC10                   INTEGER,
    pBXR33SDUseDefLCC10                INTEGER,
    pBXR33SDActLCC11                   INTEGER,
    pBXR33SDDefLCC11                   INTEGER,
    pBXR33SDUseDefLCC11                INTEGER,
    pBXR33SDActLCC12                   INTEGER,
    pBXR33SDDefLCC12                   INTEGER,
    pBXR33SDUseDefLCC12                INTEGER,
    pBXR33SDActLCC13                   INTEGER,
    pBXR33SDDefLCC13                   INTEGER,
    pBXR33SDUseDefLCC13                INTEGER,
    pBXR33SDActLCC14                   INTEGER,
    pBXR33SDDefLCC14                   INTEGER,
    pBXR33SDUseDefLCC14                INTEGER,
    pBXR33SDActLCC15                   INTEGER,
    pBXR33SDDefLCC15                   INTEGER,
    pBXR33SDUseDefLCC15                INTEGER,
    pBXR33SDActLCC16                   INTEGER,
    pBXR33SDDefLCC16                   INTEGER,
    pBXR33SDUseDefLCC16                INTEGER,
    pBXR33SDActLCC17                   INTEGER,
    pBXR33SDDefLCC17                   INTEGER,
    pBXR33SDUseDefLCC17                INTEGER,
    pBXR33SDActLCC18                   INTEGER,
    pBXR33SDDefLCC18                   INTEGER,
    pBXR33SDUseDefLCC18                INTEGER,
    pBXR33SDActLCC19                   INTEGER,
    pBXR33SDDefLCC19                   INTEGER,
    pBXR33SDUseDefLCC19                INTEGER,
    pBXR33SDActLCC20                   INTEGER,
    pBXR33SDDefLCC20                   INTEGER,
    pBXR33SDUseDefLCC20                INTEGER,
    pBXR33LDNPBXCapacityGp             INTEGER,
    pBXR33SDActVQMCallLogging          INTEGER,
    pBXR33SDDefVQMCallLogging          INTEGER,
    pBXR33SDUseDefVQMCallLogging       INTEGER,
    pBXR33FaultMonitoringLvl           INTEGER,
    pBXR33CFMLvlOnApply2               INTEGER,
    pBXR33MovedToNumAsDialed           DisplayString,
    pBXR33MovedDate                    Unsigned32,
    pBXR33SDActExpireAfter             Unsigned32,
    pBXR33SDDefExpireAfter             Unsigned32,
    pBXR33SDUseDefExpireAfter          INTEGER,
    pBXR33ExpiryDate                   Unsigned32,
    pBXR33IntercomDialingCode          DisplayString,
    pBXR33I1BusGpBusGpNEConn           Unsigned32,
    pBXR33I2BusGpBusGpNetwkElement     DisplayString,
    pBXR33I3BusGpBusGpCFSIx            Unsigned32,
    pBXR33I4BusGpBusGpGpIx             Unsigned32,
    pBXR33BusGpBusGpOtherVals          INTEGER,
    pBXR33BusGpExternalLineCode        DisplayString,
    pBXR33BusGpInternalLineCode        DisplayString,
    pBXR33BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR33BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR33BusGpForceSimpleMatching     INTEGER,
    pBXR33BusGpDiagsLogCorr            Counter64,
    pBXR33SecondLocale                 INTEGER,
    pBXR33SDActAdvChrgAOCD             INTEGER,
    pBXR33SDDefAdvChrgAOCD             INTEGER,
    pBXR33SDUseDefAdvChrgAOCD          INTEGER,
    pBXR33SDActAdvChrgAOCE             INTEGER,
    pBXR33SDDefAdvChrgAOCE             INTEGER,
    pBXR33SDUseDefAdvChrgAOCE          INTEGER,
    pBXR33I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR33I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR33I3DelegatedManagementGpDMGIx Integer32,
    pBXR33SDActSubTimezone             LongDisplayString,
    pBXR33SDDefSubTimezone             LongDisplayString,
    pBXR33SDUseDefSubTimezone          INTEGER,
    pBXR33SDActChargeInd               INTEGER,
    pBXR33SDDefChargeInd               INTEGER,
    pBXR33SDUseDefChargeInd            INTEGER,
    pBXR33SDActSubClgCategory          INTEGER,
    pBXR33SDDefSubClgCategory          INTEGER,
    pBXR33SDUseDefSubClgCategory       INTEGER,
    pBXR33CustomerInfoFirstName        LongDisplayString,
    pBXR33CustomerInfoSecondName       LongDisplayString,
    pBXR33CustomerInfoOtherNames       LongDisplayString,
    pBXR33CustomerInfoPenultimateName  LongDisplayString,
    pBXR33CustomerInfoSurname          LongDisplayString,
    pBXR33UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR33I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR33I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR33I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR33I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR33TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR33I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR33I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR33I3FaultMonitoringProfFMPIx   Integer32,
    pBXR33FaultMonitoringProfOtherVals INTEGER,
    pBXR33ApplyFMPToReltdObjectTypes   BITS,
    pBXR33AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR33SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR33SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR33SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR33SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR33SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR33SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR33AlrmState                    INTEGER,
    pBXR33StatisticsAlrms              Integer32,
    pBXR33AlrmLogCorr                  Counter64,
    pBXR33AddtlAlrmLogCorr             Counter64,
    pBXR33AlrmEvtsAttnRq               Unsigned32,
    pBXR33AlrmEvtsAtndDp               Unsigned32,
    pBXR33AlrmStateTimestamp           Unsigned32,
    pBXR33SASHostname                  LongDisplayString,
    pBXR33UseCfgdTrnkGpID              INTEGER,
    pBXR33TrnkGpID                     INTEGER,
    pBXR33AllowRehoming                INTEGER,
    pBXR33I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR33TotCallsLimit                INTEGER,
    pBXR33MaxCalls                     Unsigned32,
    pBXR33TermCallsLimit               INTEGER,
    pBXR33MaxTermCalls                 Unsigned32,
    pBXR33OrigingCallsLimit            INTEGER,
    pBXR33MaxOrigingCalls              Unsigned32,
    pBXR33LimitIntraBGCalls            INTEGER,
    pBXR33UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR33PBXIsDuplicate               INTEGER,
    pBXR33PBXIsRenumbering             INTEGER,
    pBXR33ExportIncASRepData           INTEGER,
    pBXR33AppServerPBX                 INTEGER,
    pBXR33SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR33SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR33DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR33PortedRtgMethod              INTEGER,
    pBXR33LocationRtgNum               DisplayString,
    pBXR33IsIMS                        INTEGER,
    pBXR33ExportChldObjectsToInc       INTEGER,
    pBXR33OutboundCldPartyTON          INTEGER,
    pBXR33NormalizeInboundClgPartyNum  INTEGER,
    pBXR33PBXPrefixDN                  DisplayString,
    pBXR33PermissibleInboundIPAddrs    LongDisplayString,
    pBXR33SDActOutArea                 INTEGER,
    pBXR33SDDefOutArea                 INTEGER,
    pBXR33SDUseDefOutArea              INTEGER,
    pBXR33ClgPartyNumEmgncyCall        DisplayString,
    pBXR33BillUsesSignaledTrnkGpParm   INTEGER,
    pBXR33HasAssignedLines             INTEGER,
    pBXR33HasChldLnsRefdByRtgPlcyLns   INTEGER,
    pBXR33I1BusGpDepartmentNEConn      Unsigned32,
    pBXR33I2BusGpDepartmentNetwkElement
                                       DisplayString,
    pBXR33I3BusGpDepartmentCFSIx       Unsigned32,
    pBXR33I4BusGpDepartmentGpIx        Unsigned32,
    pBXR33I5BusGpDepartmentDepartmentIx
                                       Unsigned32,
    pBXR33BusGpDepartmentOtherVals     INTEGER,
    pBXR33ChldStatisticsAlrms          Integer32
  }

  pBXR33NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR33Entry  1 }

  pBXR33NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR33Entry  2 }

  pBXR33CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR33Entry  3 }

  pBXR33DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR33Entry  4 }

  pBXR33PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR33Entry  5 }

  pBXR33ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { pBXR33Entry  6 }

  pBXR33I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR33Entry  7 }

  pBXR33I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR33Entry  8 }

  pBXR33I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR33Entry  9 }

  pBXR33I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR33Entry  10 }

  pBXR33NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR33Entry  11 }

  pBXR33PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR33Entry  12 }

  pBXR33LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR33Entry  13 }

  pBXR33ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR33Entry  14 }

  pBXR33PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR33Entry  18 }

  pBXR33Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR33Entry  19 }

  pBXR33DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR33Entry  22 }

  pBXR33TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR33Entry  24 }

  pBXR33ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR33Entry  26 }

  pBXR33ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR33Entry  27 }

  pBXR33ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR33Entry  28 }

  pBXR33CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR33Entry  29 }

  pBXR33PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR33Entry  30 }

  pBXR33CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR33Entry  31 }

  pBXR33PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR33Entry  32 }

  pBXR33ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR33Entry  33 }

  pBXR33ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR33Entry  34 }

  pBXR33ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR33Entry  35 }

  pBXR33ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR33Entry  36 }

  pBXR33DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR33Entry  37 }

  pBXR33DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR33Entry  38 }

  pBXR33DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR33Entry  39 }

  pBXR33TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR33Entry  40 }

  pBXR33TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR33Entry  41 }

  pBXR33TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR33Entry  42 }

  pBXR33TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR33Entry  43 }

  pBXR33SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR33Entry  44 }

  pBXR33ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR33Entry  45 }

  pBXR33ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR33Entry  46 }

  pBXR33ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR33Entry  47 }

  pBXR33ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR33Entry  48 }

  pBXR33ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR33Entry  49 }

  pBXR33ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR33Entry  50 }

  pBXR33DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR33Entry  51 }

  pBXR33RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR33Entry  52 }

  pBXR33MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR33Entry  53 }

  pBXR33CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR33Entry  54 }

  pBXR33DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR33Entry  55 }

  pBXR33ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR33Entry  57 }

  pBXR33SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR33Entry  59 }

  pBXR33DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR33Entry  60 }

  pBXR33CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR33Entry  61 }

  pBXR33CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR33Entry  62 }

  pBXR33CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR33Entry  63 }

  pBXR33CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR33Entry  64 }

  pBXR33CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR33Entry  65 }

  pBXR33RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR33Entry  66 }

  pBXR33MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR33Entry  67 }

  pBXR33ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR33Entry  68 }

  pBXR33DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR33Entry  69 }

  pBXR33PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR33Entry  71 }

  pBXR33ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { pBXR33Entry  72 }

  pBXR33SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR33Entry  74 }

  pBXR33SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  75 }

  pBXR33SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  76 }

  pBXR33SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  77 }

  pBXR33I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR33Entry  84 }

  pBXR33I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR33Entry  85 }

  pBXR33I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR33Entry  86 }

  pBXR33I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR33Entry  87 }

  pBXR33SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  88 }

  pBXR33SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  89 }

  pBXR33SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  90 }

  pBXR33SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  91 }

  pBXR33SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  92 }

  pBXR33SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  93 }

  pBXR33SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  100 }

  pBXR33SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  101 }

  pBXR33SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  102 }

  pBXR33SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  103 }

  pBXR33SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  104 }

  pBXR33SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  105 }

  pBXR33SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  106 }

  pBXR33SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  107 }

  pBXR33SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  108 }

  pBXR33SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  109 }

  pBXR33SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  110 }

  pBXR33SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  111 }

  pBXR33SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  112 }

  pBXR33SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  113 }

  pBXR33SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  114 }

  pBXR33SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  115 }

  pBXR33SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  116 }

  pBXR33SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  117 }

  pBXR33SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  118 }

  pBXR33SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  119 }

  pBXR33SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  120 }

  pBXR33SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  121 }

  pBXR33SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  122 }

  pBXR33SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  123 }

  pBXR33SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  124 }

  pBXR33SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  125 }

  pBXR33SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  126 }

  pBXR33SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  127 }

  pBXR33SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  128 }

  pBXR33SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  129 }

  pBXR33SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  130 }

  pBXR33SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  131 }

  pBXR33SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  132 }

  pBXR33SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  133 }

  pBXR33SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  134 }

  pBXR33SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  135 }

  pBXR33SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  136 }

  pBXR33SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  137 }

  pBXR33SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  138 }

  pBXR33LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR33Entry  139 }

  pBXR33DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR33Entry  140 }

  pBXR33EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR33Entry  141 }

  pBXR33ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR33Entry  142 }

  pBXR33SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  150 }

  pBXR33SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  151 }

  pBXR33SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  152 }

  pBXR33SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  153 }

  pBXR33SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  154 }

  pBXR33SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  155 }

  pBXR33SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  156 }

  pBXR33SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  157 }

  pBXR33SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  158 }

  pBXR33SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  159 }

  pBXR33SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  160 }

  pBXR33SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  161 }

  pBXR33SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  162 }

  pBXR33SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  163 }

  pBXR33SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  164 }

  pBXR33SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  165 }

  pBXR33SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  166 }

  pBXR33SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  167 }

  pBXR33SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  168 }

  pBXR33SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  169 }

  pBXR33SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  170 }

  pBXR33SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  171 }

  pBXR33SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  172 }

  pBXR33SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  173 }

  pBXR33SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  174 }

  pBXR33SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  175 }

  pBXR33SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  176 }

  pBXR33SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  177 }

  pBXR33SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  178 }

  pBXR33SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  179 }

  pBXR33SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  180 }

  pBXR33SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  181 }

  pBXR33SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  182 }

  pBXR33SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  183 }

  pBXR33SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  184 }

  pBXR33SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  185 }

  pBXR33SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  186 }

  pBXR33SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  187 }

  pBXR33SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  188 }

  pBXR33SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  189 }

  pBXR33SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  190 }

  pBXR33SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  191 }

  pBXR33SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  192 }

  pBXR33SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  193 }

  pBXR33SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  194 }

  pBXR33SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  195 }

  pBXR33SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  196 }

  pBXR33SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  197 }

  pBXR33LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR33Entry  205 }

  pBXR33SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  206 }

  pBXR33SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  207 }

  pBXR33SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  208 }

  pBXR33FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR33Entry  209 }

  pBXR33CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR33Entry  210 }

  pBXR33MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR33Entry  211 }

  pBXR33MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR33Entry  212 }

  pBXR33SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  213 }

  pBXR33SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  214 }

  pBXR33SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  215 }

  pBXR33ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR33Entry  216 }

  pBXR33IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR33Entry  217 }

  pBXR33I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR33Entry  218 }

  pBXR33I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR33Entry  219 }

  pBXR33I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR33Entry  220 }

  pBXR33I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR33Entry  221 }

  pBXR33BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR33Entry  222 }

  pBXR33BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR33Entry  223 }

  pBXR33BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR33Entry  224 }

  pBXR33BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR33Entry  225 }

  pBXR33BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR33Entry  226 }

  pBXR33BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR33Entry  227 }

  pBXR33BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR33Entry  228 }

  pBXR33SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR33Entry  230 }

  pBXR33SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  231 }

  pBXR33SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  232 }

  pBXR33SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  233 }

  pBXR33SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  234 }

  pBXR33SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  235 }

  pBXR33SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  236 }

  pBXR33I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR33Entry  237 }

  pBXR33I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR33Entry  238 }

  pBXR33I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR33Entry  239 }

  pBXR33SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  241 }

  pBXR33SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  242 }

  pBXR33SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  243 }

  pBXR33SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  244 }

  pBXR33SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  245 }

  pBXR33SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  246 }

  pBXR33SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  247 }

  pBXR33SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  248 }

  pBXR33SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  249 }

  pBXR33CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR33Entry  260 }

  pBXR33CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR33Entry  261 }

  pBXR33CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR33Entry  262 }

  pBXR33CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR33Entry  263 }

  pBXR33CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR33Entry  264 }

  pBXR33UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR33Entry  265 }

  pBXR33I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR33Entry  266 }

  pBXR33I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR33Entry  267 }

  pBXR33I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR33Entry  268 }

  pBXR33I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR33Entry  269 }

  pBXR33TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR33Entry  270 }

  pBXR33I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR33Entry  271 }

  pBXR33I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR33Entry  272 }

  pBXR33I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR33Entry  273 }

  pBXR33FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR33Entry  274 }

  pBXR33ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR33Entry  275 }

  pBXR33AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR33Entry  276 }

  pBXR33SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  277 }

  pBXR33SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  278 }

  pBXR33SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  279 }

  pBXR33SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  280 }

  pBXR33SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  281 }

  pBXR33SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  282 }

  pBXR33AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR33Entry  283 }

  pBXR33StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR33Entry  284 }

  pBXR33AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR33Entry  285 }

  pBXR33AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR33Entry  286 }

  pBXR33AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR33Entry  287 }

  pBXR33AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR33Entry  288 }

  pBXR33AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR33Entry  289 }

  pBXR33SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR33Entry  290 }

  pBXR33UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR33Entry  291 }

  pBXR33TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR33Entry  292 }

  pBXR33AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR33Entry  293 }

  pBXR33I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR33Entry  294 }

  pBXR33TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR33Entry  295 }

  pBXR33MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR33Entry  296 }

  pBXR33TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR33Entry  297 }

  pBXR33MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR33Entry  298 }

  pBXR33OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR33Entry  299 }

  pBXR33MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR33Entry  300 }

  pBXR33LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR33Entry  301 }

  pBXR33UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR33Entry  302 }

  pBXR33PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR33Entry  303 }

  pBXR33PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR33Entry  304 }

  pBXR33ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR33Entry  305 }

  pBXR33AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR33Entry  306 }

  pBXR33SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR33Entry  307 }

  pBXR33SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR33Entry  308 }

  pBXR33DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR33Entry  309 }

  pBXR33PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR33Entry  310 }

  pBXR33LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR33Entry  311 }

  pBXR33IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR33Entry  312 }

  pBXR33ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR33Entry  313 }

  pBXR33OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR33Entry  314 }

  pBXR33NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR33Entry  315 }

  pBXR33PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR33Entry  316 }

  pBXR33PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { pBXR33Entry  317 }

  pBXR33SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  318 }

  pBXR33SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR33Entry  319 }

  pBXR33SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR33Entry  320 }

  pBXR33ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { pBXR33Entry  321 }

  pBXR33BillUsesSignaledTrnkGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing uses signaled trunk group parameter'.
                  This field is not writable when active."
    DEFVAL       { never }
    ::= { pBXR33Entry  322 }

  pBXR33HasAssignedLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Has assigned lines'."
    DEFVAL       { false }
    ::= { pBXR33Entry  323 }

  pBXR33HasChldLnsRefdByRtgPlcyLns OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Has Child Lines referenced by Routing Policy Lines'."
    ::= { pBXR33Entry  324 }

  pBXR33I1BusGpDepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR33Entry  325 }

  pBXR33I2BusGpDepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR33Entry  326 }

  pBXR33I3BusGpDepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR33Entry  327 }

  pBXR33I4BusGpDepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR33Entry  328 }

  pBXR33I5BusGpDepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR33Entry  329 }

  pBXR33BusGpDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department'.
                  This field represents the fixed
                  values that Business Group - department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR33Entry  330 }

  pBXR33ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { pBXR33Entry  331 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Lines'                                                  */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  pBXLineConR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2661 }

  pBXLineConR1Entry OBJECT-TYPE
    SYNTAX       PBXLineConR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineConR1NEConn,
             pBXLineConR1NetwkElement,
             pBXLineConR1CFSIx,
             pBXLineConR1DirNum }
    ::= {  pBXLineConR1Table  1  }

  PBXLineConR1Entry  ::=  SEQUENCE
  {
    pBXLineConR1NEConn                 Unsigned32,
    pBXLineConR1NetwkElement           DisplayString,
    pBXLineConR1CFSIx                  Unsigned32,
    pBXLineConR1DirNum                 DisplayString,
    pBXLineConR1CurrPBXLineAlrmsAttnRq Unsigned32,
    pBXLineConR1PrevPBXLineAlrmsAttnRq Unsigned32,
    pBXLineConR1CurrPBXLineAlrmsAtndDp Unsigned32,
    pBXLineConR1PrevPBXLineAlrmsAtndDp Unsigned32,
    pBXLineConR1SummaryChldAlrmState   INTEGER,
    pBXLineConR1ChldStatisticsAlrms    Integer32
  }

  pBXLineConR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineConR1Entry  1 }

  pBXLineConR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineConR1Entry  2 }

  pBXLineConR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineConR1Entry  3 }

  pBXLineConR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineConR1Entry  4 }

  pBXLineConR1CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXLineConR1Entry  5 }

  pBXLineConR1PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineConR1Entry  6 }

  pBXLineConR1CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXLineConR1Entry  7 }

  pBXLineConR1PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineConR1Entry  8 }

  pBXLineConR1SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXLineConR1Entry  9 }

  pBXLineConR1ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { pBXLineConR1Entry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX Line'                                                   */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  pBXLineR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXLineR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2662 }

  pBXLineR15Entry OBJECT-TYPE
    SYNTAX       PBXLineR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXLineR15NEConn,
             pBXLineR15NetwkElement,
             pBXLineR15CFSIx,
             pBXLineR15DirNum,
             pBXLineR15TerminalIx }
    ::= {  pBXLineR15Table  1  }

  PBXLineR15Entry  ::=  SEQUENCE
  {
    pBXLineR15NEConn                   Unsigned32,
    pBXLineR15NetwkElement             DisplayString,
    pBXLineR15CFSIx                    Unsigned32,
    pBXLineR15DirNum                   DisplayString,
    pBXLineR15TerminalIx               Unsigned32,
    pBXLineR15PBXLineUsage             INTEGER,
    pBXLineR15T1I1AccDevNEConn         Unsigned32,
    pBXLineR15T1I2AccDevNetwkElement   DisplayString,
    pBXLineR15T1I3AccDevCFSIx          Unsigned32,
    pBXLineR15T1I4AccDevGatewayIx      Unsigned32,
    pBXLineR15T1I5AccDevDeviceIx       Unsigned32,
    pBXLineR15T2I1AccDevNEConn         Unsigned32,
    pBXLineR15T2I2AccDevNetwkElement   DisplayString,
    pBXLineR15T2I3AccDevCFSIx          Unsigned32,
    pBXLineR15T2I4AccDevGatewayIx      Unsigned32,
    pBXLineR15T2I5AccDevDeviceIx       Unsigned32,
    pBXLineR15AccessLineNum            Unsigned32,
    pBXLineR15SignalFunctionCode       INTEGER,
    pBXLineR15LineUsage                INTEGER,
    pBXLineR15FSKFormat                INTEGER,
    pBXLineR15LineSideAnswerSupervisionSupported
                                       INTEGER,
    pBXLineR15AlrmState                INTEGER,
    pBXLineR15AlrmLogCorr              Counter64,
    pBXLineR15AddtlAlrmLogCorr         Counter64,
    pBXLineR15AlrmEvtsAttnRq           Unsigned32,
    pBXLineR15AlrmEvtsAtndDp           Unsigned32,
    pBXLineR15AlrmStateTimestamp       Unsigned32,
    pBXLineR15DiagsLogLvl              INTEGER,
    pBXLineR15DiagsAPITraceEnabled     INTEGER,
    pBXLineR15DiagsAPITraceTag         DisplayString,
    pBXLineR15DiagsAPITraceRemNum      DisplayString,
    pBXLineR15RowStatus                RowStatus,
    pBXLineR15SigType                  INTEGER,
    pBXLineR15I1ISDNInterfaceNEConn    Unsigned32,
    pBXLineR15I2ISDNInterfaceNetwkElement
                                       DisplayString,
    pBXLineR15I3ISDNInterfaceCFSIx     Unsigned32,
    pBXLineR15I4ISDNInterfaceISDNIx    Unsigned32,
    pBXLineR15I5ISDNInterfacePRIIx     Unsigned32,
    pBXLineR15ISDNDefBearerCapabilities
                                       BITS,
    pBXLineR15GR303NailedUpConn        INTEGER,
    pBXLineR15I1CfgdSIPBindingNEConn   Unsigned32,
    pBXLineR15I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    pBXLineR15I3CfgdSIPBindingCFSIx    Unsigned32,
    pBXLineR15I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    pBXLineR15GR303DialType            INTEGER,
    pBXLineR15PBXPlaysRingback         INTEGER,
    pBXLineR15PBXPlaysDialtone         INTEGER,
    pBXLineR15T1I1GatewayNEConn        Unsigned32,
    pBXLineR15T1I2GatewayNetwkElement  DisplayString,
    pBXLineR15T1I3GatewayCFSIx         Unsigned32,
    pBXLineR15T1I4GatewayGatewayIx     Unsigned32,
    pBXLineR15T2I1GatewayNEConn        Unsigned32,
    pBXLineR15T2I2GatewayNetwkElement  DisplayString,
    pBXLineR15T2I3GatewayCFSIx         Unsigned32,
    pBXLineR15T2I4GatewayGatewayIx     Unsigned32,
    pBXLineR15SDActMaxCallAppearances  Unsigned32,
    pBXLineR15SDDefMaxCallAppearances  Unsigned32,
    pBXLineR15SDUseDefMaxCallAppearances
                                       INTEGER,
    pBXLineR15CFMLvlOnApply            INTEGER,
    pBXLineR15FaultMonitoringLvlRO     INTEGER,
    pBXLineR15CallBurstThreshold       Unsigned32,
    pBXLineR15PreSubscribedConn        INTEGER,
    pBXLineR15SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR15SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    pBXLineR15SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    pBXLineR15SelGp                    INTEGER,
    pBXLineR15Name                     DisplayString,
    pBXLineR15LineTrafficStudy         INTEGER,
    pBXLineR15CallLimitsTotCallsLimit  INTEGER,
    pBXLineR15CallLimitsMaxCalls       Unsigned32,
    pBXLineR15CallLimitsTermCallsLimit INTEGER,
    pBXLineR15CallLimitsMaxTermCalls   Unsigned32,
    pBXLineR15CallLimitsOrigingCallsLimit
                                       INTEGER,
    pBXLineR15CallLimitsMaxOrigingCalls
                                       Unsigned32,
    pBXLineR15StatisticsAlrms          Integer32
  }

  pBXLineR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXLineR15Entry  1 }

  pBXLineR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXLineR15Entry  2 }

  pBXLineR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXLineR15Entry  3 }

  pBXLineR15DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXLineR15Entry  4 }

  pBXLineR15TerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminal number'.
                  This is an index field."
    ::= { pBXLineR15Entry  5 }

  pBXLineR15PBXLineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   directInwardDialOnly(1),
                   listedDirectNumberOnly(2),
                   listedDirectNumberOrDirectInwardDial(3),
                   directInwardSystemAccessOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Line usage'.
                  This field is not writable when active."
    DEFVAL       { listedDirectNumberOrDirectInwardDial }
    ::= { pBXLineR15Entry  6 }

  pBXLineR15T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR15Entry  7 }

  pBXLineR15T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR15Entry  8 }

  pBXLineR15T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR15Entry  9 }

  pBXLineR15T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR15Entry  10 }

  pBXLineR15T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { pBXLineR15Entry  11 }

  pBXLineR15T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR15Entry  12 }

  pBXLineR15T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR15Entry  13 }

  pBXLineR15T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR15Entry  14 }

  pBXLineR15T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR15Entry  15 }

  pBXLineR15T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { pBXLineR15Entry  16 }

  pBXLineR15AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { pBXLineR15Entry  17 }

  pBXLineR15SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { pBXLineR15Entry  18 }

  pBXLineR15LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { pBXLineR15Entry  19 }

  pBXLineR15FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { pBXLineR15Entry  20 }

  pBXLineR15LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXLineR15Entry  21 }

  pBXLineR15AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXLineR15Entry  22 }

  pBXLineR15AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXLineR15Entry  23 }

  pBXLineR15AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXLineR15Entry  24 }

  pBXLineR15AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR15Entry  25 }

  pBXLineR15AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXLineR15Entry  26 }

  pBXLineR15AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXLineR15Entry  27 }

  pBXLineR15DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXLineR15Entry  28 }

  pBXLineR15DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXLineR15Entry  29 }

  pBXLineR15DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXLineR15Entry  30 }

  pBXLineR15DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXLineR15Entry  31 }

  pBXLineR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXLineR15Entry  32 }

  pBXLineR15SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXLineR15Entry  33 }

  pBXLineR15I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR15Entry  34 }

  pBXLineR15I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR15Entry  35 }

  pBXLineR15I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR15Entry  36 }

  pBXLineR15I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR15Entry  37 }

  pBXLineR15I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { pBXLineR15Entry  38 }

  pBXLineR15ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { pBXLineR15Entry  39 }

  pBXLineR15GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR15Entry  49 }

  pBXLineR15I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR15Entry  50 }

  pBXLineR15I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR15Entry  51 }

  pBXLineR15I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR15Entry  52 }

  pBXLineR15I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { pBXLineR15Entry  53 }

  pBXLineR15GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { pBXLineR15Entry  54 }

  pBXLineR15PBXPlaysRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays ringback'.
                  This field is not writable when active."
    ::= { pBXLineR15Entry  55 }

  pBXLineR15PBXPlaysDialtone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX plays dialtone'.
                  This field is not writable when active."
    ::= { pBXLineR15Entry  56 }

  pBXLineR15T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR15Entry  97 }

  pBXLineR15T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR15Entry  98 }

  pBXLineR15T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR15Entry  99 }

  pBXLineR15T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { pBXLineR15Entry  100 }

  pBXLineR15T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR15Entry  101 }

  pBXLineR15T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR15Entry  102 }

  pBXLineR15T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR15Entry  103 }

  pBXLineR15T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { pBXLineR15Entry  104 }

  pBXLineR15SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR15Entry  105 }

  pBXLineR15SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR15Entry  106 }

  pBXLineR15SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR15Entry  107 }

  pBXLineR15CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXLineR15Entry  108 }

  pBXLineR15FaultMonitoringLvlRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXLineR15Entry  109 }

  pBXLineR15CallBurstThreshold OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call burst threshold'."
    DEFVAL       { 0 }
    ::= { pBXLineR15Entry  110 }

  pBXLineR15PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXLineR15Entry  111 }

  pBXLineR15SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR15Entry  112 }

  pBXLineR15SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXLineR15Entry  113 }

  pBXLineR15SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXLineR15Entry  114 }

  pBXLineR15SelGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   primary(1),
                   secondary(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selection group'.
                  This field is not writable when active."
    DEFVAL       { primary }
    ::= { pBXLineR15Entry  115 }

  pBXLineR15Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { pBXLineR15Entry  116 }

  pBXLineR15LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXLineR15Entry  117 }

  pBXLineR15CallLimitsTotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call limits - total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXLineR15Entry  118 }

  pBXLineR15CallLimitsMaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call limits - maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXLineR15Entry  119 }

  pBXLineR15CallLimitsTermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call limits - terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXLineR15Entry  120 }

  pBXLineR15CallLimitsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call limits - maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXLineR15Entry  121 }

  pBXLineR15CallLimitsOrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call limits - originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXLineR15Entry  122 }

  pBXLineR15CallLimitsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call limits - maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXLineR15Entry  123 }

  pBXLineR15StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXLineR15Entry  124 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Resources'                                         */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  ethRsrcsR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF EthRsrcsR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2663 }

  ethRsrcsR3Entry OBJECT-TYPE
    SYNTAX       EthRsrcsR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { ethRsrcsR3NEConn,
             ethRsrcsR3NetwkElement }
    ::= {  ethRsrcsR3Table  1  }

  EthRsrcsR3Entry  ::=  SEQUENCE
  {
    ethRsrcsR3NEConn                   Unsigned32,
    ethRsrcsR3NetwkElement             DisplayString,
    ethRsrcsR3SwitchUsedManagementTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv4SigTraffic INTEGER,
    ethRsrcsR3SwitchUsedIPv6SigTraffic INTEGER,
    ethRsrcsR3SwitchUsedIPv4MediaTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6MediaTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedChassisInternalTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedBladePairInternalTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedLawfulInterceptTraffic
                                       INTEGER,
    ethRsrcsR3BESAlrmsAttnRq           Integer32,
    ethRsrcsR3BESAlrmEvtsAttnRq        Integer32,
    ethRsrcsR3BESAlrmsAtndDp           Integer32,
    ethRsrcsR3BESAlrmEvtsAtndDp        Integer32,
    ethRsrcsR3CESAlrmsAttnRq           Integer32,
    ethRsrcsR3CESAlrmEvtsAttnRq        Integer32,
    ethRsrcsR3TotChldAlrmsAttnRq       Unsigned32,
    ethRsrcsR3TotChldAlrmEvtsAttnRq    Unsigned32,
    ethRsrcsR3TotChldAlrmsAtndDp       Unsigned32,
    ethRsrcsR3TotChldAlrmEvtsAtndDp    Unsigned32,
    ethRsrcsR3SummaryChldAlrmState     INTEGER,
    ethRsrcsR3ChldStatisticsAlrms      Integer32,
    ethRsrcsR3SwitchUsedIPv4UsernameAccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6UsernameAccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv4E164AccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6E164AccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv4AppServerSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6AppServerSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv4InternalSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6InternalSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv4NetwkSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6NetwkSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3ProcessorEthernetAlrmsAttnRq
                                       Integer32,
    ethRsrcsR3ProcessorEthernetAlrmEvtsAttnRq
                                       Integer32,
    ethRsrcsR3SwitchUsedIPv4EASSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6EASSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv4TrnkGpAccessSIPSigTraffic
                                       INTEGER,
    ethRsrcsR3SwitchUsedIPv6TrnkGpAccessSIPSigTraffic
                                       INTEGER
  }

  ethRsrcsR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { ethRsrcsR3Entry  1 }

  ethRsrcsR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { ethRsrcsR3Entry  2 }

  ethRsrcsR3SwitchUsedManagementTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for management traffic'."
    ::= { ethRsrcsR3Entry  3 }

  ethRsrcsR3SwitchUsedIPv4SigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 signaling traffic'."
    ::= { ethRsrcsR3Entry  4 }

  ethRsrcsR3SwitchUsedIPv6SigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 signaling traffic'."
    ::= { ethRsrcsR3Entry  5 }

  ethRsrcsR3SwitchUsedIPv4MediaTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 media traffic'."
    ::= { ethRsrcsR3Entry  6 }

  ethRsrcsR3SwitchUsedIPv6MediaTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 media traffic'."
    ::= { ethRsrcsR3Entry  7 }

  ethRsrcsR3SwitchUsedChassisInternalTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for chassis-internal traffic'."
    ::= { ethRsrcsR3Entry  8 }

  ethRsrcsR3SwitchUsedBladePairInternalTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for blade-pair-internal traffic'."
    ::= { ethRsrcsR3Entry  9 }

  ethRsrcsR3SwitchUsedLawfulInterceptTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for lawful intercept traffic'."
    ::= { ethRsrcsR3Entry  10 }

  ethRsrcsR3BESAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attention Required alarms'."
    ::= { ethRsrcsR3Entry  11 }

  ethRsrcsR3BESAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR3Entry  12 }

  ethRsrcsR3BESAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attend To Dependent alarms'."
    ::= { ethRsrcsR3Entry  13 }

  ethRsrcsR3BESAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Blade Ethernet Switch Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR3Entry  14 }

  ethRsrcsR3CESAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Ethernet Switch Attention Required alarms'."
    ::= { ethRsrcsR3Entry  15 }

  ethRsrcsR3CESAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Chassis Ethernet Switch Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR3Entry  16 }

  ethRsrcsR3TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { ethRsrcsR3Entry  19 }

  ethRsrcsR3TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { ethRsrcsR3Entry  20 }

  ethRsrcsR3TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { ethRsrcsR3Entry  21 }

  ethRsrcsR3TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { ethRsrcsR3Entry  22 }

  ethRsrcsR3SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { ethRsrcsR3Entry  23 }

  ethRsrcsR3ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { ethRsrcsR3Entry  24 }

  ethRsrcsR3SwitchUsedIPv4UsernameAccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Username Access SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  25 }

  ethRsrcsR3SwitchUsedIPv6UsernameAccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Username Access SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  26 }

  ethRsrcsR3SwitchUsedIPv4E164AccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 E.164 Access SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  27 }

  ethRsrcsR3SwitchUsedIPv6E164AccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 E.164 Access SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  28 }

  ethRsrcsR3SwitchUsedIPv4AppServerSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Application Server SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  29 }

  ethRsrcsR3SwitchUsedIPv6AppServerSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Application Server SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  30 }

  ethRsrcsR3SwitchUsedIPv4InternalSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Internal SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  31 }

  ethRsrcsR3SwitchUsedIPv6InternalSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Internal SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  32 }

  ethRsrcsR3SwitchUsedIPv4NetwkSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 Network SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  33 }

  ethRsrcsR3SwitchUsedIPv6NetwkSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 Network SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  34 }

  ethRsrcsR3ProcessorEthernetAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor Ethernet Attention Required alarms'."
    ::= { ethRsrcsR3Entry  35 }

  ethRsrcsR3ProcessorEthernetAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Processor Ethernet Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { ethRsrcsR3Entry  36 }

  ethRsrcsR3SwitchUsedIPv4EASSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 EAS SIP Signaling traffic'."
    ::= { ethRsrcsR3Entry  37 }

  ethRsrcsR3SwitchUsedIPv6EASSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 EAS SIP Signaling traffic'."
    ::= { ethRsrcsR3Entry  38 }

  ethRsrcsR3SwitchUsedIPv4TrnkGpAccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv4 trunk group Access SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  39 }

  ethRsrcsR3SwitchUsedIPv6TrnkGpAccessSIPSigTraffic OBJECT-TYPE
    SYNTAX       INTEGER {
                   switchA(1),
                   switchB(2),
                   none(3),
                   unknown(4),
                   loadBalanced(5),
                   both(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Switch used for IPv6 trunk group Access SIP signaling traffic'."
    ::= { ethRsrcsR3Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Interface'                                         */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  rPASEthIntR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPASEthIntR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'RPAS Service'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2664 }

  rPASEthIntR3Entry OBJECT-TYPE
    SYNTAX       RPASEthIntR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPASEthIntR3NEConn,
             rPASEthIntR3NetwkElement,
             rPASEthIntR3RPASIx,
             rPASEthIntR3InterfaceType,
             rPASEthIntR3IPAddr,
             rPASEthIntR3PortNum }
    ::= {  rPASEthIntR3Table  1  }

  RPASEthIntR3Entry  ::=  SEQUENCE
  {
    rPASEthIntR3NEConn                 Unsigned32,
    rPASEthIntR3NetwkElement           DisplayString,
    rPASEthIntR3RPASIx                 Unsigned32,
    rPASEthIntR3InterfaceType          INTEGER,
    rPASEthIntR3IPAddr                 DisplayString,
    rPASEthIntR3PortNum                Unsigned32,
    rPASEthIntR3AlrmState              INTEGER,
    rPASEthIntR3StatisticsAlrms        Integer32,
    rPASEthIntR3AlrmEvtsAttnRqLogCorr  Counter64,
    rPASEthIntR3AlrmEvtsAttnRq         Integer32,
    rPASEthIntR3AlrmStateTimestamp     Unsigned32,
    rPASEthIntR3AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  rPASEthIntR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPASEthIntR3Entry  1 }

  rPASEthIntR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPASEthIntR3Entry  2 }

  rPASEthIntR3RPASIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RPAS Index'.
                  This is an index field."
    ::= { rPASEthIntR3Entry  3 }

  rPASEthIntR3InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internalSIPSignaling(0),
                   accessSIPSignalingUsernameDomain(1),
                   accessSIPSignalingE164(2),
                   networkSIPSignaling(3),
                   applicationServerSIPSignaling(4),
                   coreSIPSignaling(5),
                   accessSIPSignaling(6),
                   eASSIPSignaling(7),
                   accessSIPSignalingTrunkGroup(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { rPASEthIntR3Entry  4 }

  rPASEthIntR3IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { rPASEthIntR3Entry  5 }

  rPASEthIntR3PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { rPASEthIntR3Entry  6 }

  rPASEthIntR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPASEthIntR3Entry  7 }

  rPASEthIntR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { rPASEthIntR3Entry  8 }

  rPASEthIntR3AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { rPASEthIntR3Entry  9 }

  rPASEthIntR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPASEthIntR3Entry  10 }

  rPASEthIntR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPASEthIntR3Entry  11 }

  rPASEthIntR3AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { rPASEthIntR3Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Ethernet Interface'                                         */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  eSAPEthIntR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ESAPEthIntR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ESAP Service'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2665 }

  eSAPEthIntR2Entry OBJECT-TYPE
    SYNTAX       ESAPEthIntR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { eSAPEthIntR2NEConn,
             eSAPEthIntR2NetwkElement,
             eSAPEthIntR2ESAPIx,
             eSAPEthIntR2InterfaceType,
             eSAPEthIntR2IPAddr,
             eSAPEthIntR2PortNum }
    ::= {  eSAPEthIntR2Table  1  }

  ESAPEthIntR2Entry  ::=  SEQUENCE
  {
    eSAPEthIntR2NEConn                 Unsigned32,
    eSAPEthIntR2NetwkElement           DisplayString,
    eSAPEthIntR2ESAPIx                 Unsigned32,
    eSAPEthIntR2InterfaceType          INTEGER,
    eSAPEthIntR2IPAddr                 DisplayString,
    eSAPEthIntR2PortNum                Unsigned32,
    eSAPEthIntR2AlrmState              INTEGER,
    eSAPEthIntR2StatisticsAlrms        Integer32,
    eSAPEthIntR2AlrmEvtsAttnRqLogCorr  Counter64,
    eSAPEthIntR2AlrmEvtsAttnRq         Integer32,
    eSAPEthIntR2AlrmStateTimestamp     Unsigned32,
    eSAPEthIntR2AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  eSAPEthIntR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { eSAPEthIntR2Entry  1 }

  eSAPEthIntR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { eSAPEthIntR2Entry  2 }

  eSAPEthIntR2ESAPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ESAP Index'.
                  This is an index field."
    ::= { eSAPEthIntR2Entry  3 }

  eSAPEthIntR2InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internalSIPSignaling(0),
                   accessSIPSignalingUsernameDomain(1),
                   accessSIPSignalingE164(2),
                   networkSIPSignaling(3),
                   applicationServerSIPSignaling(4),
                   coreSIPSignaling(5),
                   accessSIPSignaling(6),
                   eASSIPSignaling(7),
                   accessSIPSignalingTrunkGroup(8)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface type'.
                  This is an index field."
    ::= { eSAPEthIntR2Entry  4 }

  eSAPEthIntR2IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..58))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'.
                  This is an index field."
    ::= { eSAPEthIntR2Entry  5 }

  eSAPEthIntR2PortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Port number'.
                  This is an index field."
    ::= { eSAPEthIntR2Entry  6 }

  eSAPEthIntR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { eSAPEthIntR2Entry  7 }

  eSAPEthIntR2StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { eSAPEthIntR2Entry  8 }

  eSAPEthIntR2AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { eSAPEthIntR2Entry  9 }

  eSAPEthIntR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { eSAPEthIntR2Entry  10 }

  eSAPEthIntR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { eSAPEthIntR2Entry  11 }

  eSAPEthIntR2AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { eSAPEthIntR2Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IS-IS Subnetwork'                                           */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  iSISSubR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISSubR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2666 }

  iSISSubR4Entry OBJECT-TYPE
    SYNTAX       ISISSubR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISSubR4NEConn,
             iSISSubR4NetwkElement,
             iSISSubR4SwitchIx,
             iSISSubR4ISISSubnetworkIx }
    ::= {  iSISSubR4Table  1  }

  ISISSubR4Entry  ::=  SEQUENCE
  {
    iSISSubR4NEConn                    Unsigned32,
    iSISSubR4NetwkElement              DisplayString,
    iSISSubR4SwitchIx                  Unsigned32,
    iSISSubR4ISISSubnetworkIx          Unsigned32,
    iSISSubR4SubnetworkAddr            DisplayString,
    iSISSubR4AdjacencyStatus           INTEGER,
    iSISSubR4I1ISISUplinkNEConn        Unsigned32,
    iSISSubR4I2ISISUplinkNetwkElement  DisplayString,
    iSISSubR4I3ISISUplinkSwitchIx      Unsigned32,
    iSISSubR4I4ISISUplinkInterfaceType INTEGER,
    iSISSubR4I5ISISUplinkEthernetPortIx
                                       INTEGER,
    iSISSubR4TrafficTypes              BITS,
    iSISSubR4AlrmState                 INTEGER,
    iSISSubR4AlrmStateTimestamp        Unsigned32,
    iSISSubR4AlrmEvtsAttnRqLogCorr     Counter64,
    iSISSubR4AlrmEvtsAttnRq            Integer32,
    iSISSubR4AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32
  }

  iSISSubR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISSubR4Entry  1 }

  iSISSubR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISSubR4Entry  2 }

  iSISSubR4SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISSubR4Entry  3 }

  iSISSubR4ISISSubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IS-IS Subnetwork Index'.
                  This is an index field."
    ::= { iSISSubR4Entry  4 }

  iSISSubR4SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { iSISSubR4Entry  5 }

  iSISSubR4AdjacencyStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   down(1),
                   up(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjacency status'."
    ::= { iSISSubR4Entry  6 }

  iSISSubR4I1ISISUplinkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR4Entry  7 }

  iSISSubR4I2ISISUplinkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Network Element'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR4Entry  8 }

  iSISSubR4I3ISISUplinkSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Switch index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR4Entry  9 }

  iSISSubR4I4ISISUplinkInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Interface Type'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR4Entry  10 }

  iSISSubR4I5ISISUplinkEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'IS-IS Uplink',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOORTMUplinkSE'."
    ::= { iSISSubR4Entry  11 }

  iSISSubR4TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23),
                   iPv4TrunkGroupAccessSIPSignaling(24),
                   iPv6TrunkGroupAccessSIPSignaling(25),
                   iPv6Management(26)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { iSISSubR4Entry  12 }

  iSISSubR4AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISSubR4Entry  13 }

  iSISSubR4AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISSubR4Entry  14 }

  iSISSubR4AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISSubR4Entry  15 }

  iSISSubR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISSubR4Entry  16 }

  iSISSubR4AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISSubR4Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  cesIPSubR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CesIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Chassis Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2667 }

  cesIPSubR6Entry OBJECT-TYPE
    SYNTAX       CesIPSubR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cesIPSubR6NEConn,
             cesIPSubR6NetwkElement,
             cesIPSubR6SwitchIx,
             cesIPSubR6InterfaceType,
             cesIPSubR6EthernetPortIx,
             cesIPSubR6SubnetworkIx }
    ::= {  cesIPSubR6Table  1  }

  CesIPSubR6Entry  ::=  SEQUENCE
  {
    cesIPSubR6NEConn                   Unsigned32,
    cesIPSubR6NetwkElement             DisplayString,
    cesIPSubR6SwitchIx                 Unsigned32,
    cesIPSubR6InterfaceType            INTEGER,
    cesIPSubR6EthernetPortIx           INTEGER,
    cesIPSubR6SubnetworkIx             Unsigned32,
    cesIPSubR6SubnetworkAddr           DisplayString,
    cesIPSubR6DefRouterAddr            DisplayString,
    cesIPSubR6VLAN                     LongDisplayString,
    cesIPSubR6I1PortGpNEConn           Unsigned32,
    cesIPSubR6I2PortGpNetwkElement     DisplayString,
    cesIPSubR6I3PortGpSwitchIx         Unsigned32,
    cesIPSubR6I4PortGpInterfaceType    INTEGER,
    cesIPSubR6I5PortGpEthernetPortIx   INTEGER,
    cesIPSubR6I6PortGpPortGpID         Unsigned32,
    cesIPSubR6TrafficTypes             BITS,
    cesIPSubR6AlrmState                INTEGER,
    cesIPSubR6AlrmStateTimestamp       Unsigned32,
    cesIPSubR6AlrmEvtsAttnRqLogCorr    Counter64,
    cesIPSubR6AlrmEvtsAttnRq           Integer32,
    cesIPSubR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    cesIPSubR6ConTstSrcAddr            DisplayString,
    cesIPSubR6ConTstTrgtAddr           DisplayString,
    cesIPSubR6ConTstTrgtStatus         INTEGER,
    cesIPSubR6InUse                    INTEGER
  }

  cesIPSubR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cesIPSubR6Entry  1 }

  cesIPSubR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cesIPSubR6Entry  2 }

  cesIPSubR6SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { cesIPSubR6Entry  4 }

  cesIPSubR6InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { cesIPSubR6Entry  5 }

  cesIPSubR6EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { cesIPSubR6Entry  6 }

  cesIPSubR6SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { cesIPSubR6Entry  7 }

  cesIPSubR6SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { cesIPSubR6Entry  8 }

  cesIPSubR6DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { cesIPSubR6Entry  9 }

  cesIPSubR6VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { cesIPSubR6Entry  10 }

  cesIPSubR6I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR6Entry  11 }

  cesIPSubR6I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR6Entry  12 }

  cesIPSubR6I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR6Entry  13 }

  cesIPSubR6I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR6Entry  14 }

  cesIPSubR6I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR6Entry  15 }

  cesIPSubR6I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { cesIPSubR6Entry  16 }

  cesIPSubR6TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23),
                   iPv4TrunkGroupAccessSIPSignaling(24),
                   iPv6TrunkGroupAccessSIPSignaling(25),
                   iPv6Management(26)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { cesIPSubR6Entry  17 }

  cesIPSubR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cesIPSubR6Entry  18 }

  cesIPSubR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cesIPSubR6Entry  19 }

  cesIPSubR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cesIPSubR6Entry  20 }

  cesIPSubR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cesIPSubR6Entry  21 }

  cesIPSubR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { cesIPSubR6Entry  22 }

  cesIPSubR6ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { cesIPSubR6Entry  23 }

  cesIPSubR6ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { cesIPSubR6Entry  24 }

  cesIPSubR6ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { cesIPSubR6Entry  25 }

  cesIPSubR6InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { cesIPSubR6Entry  26 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Subnetwork'                                              */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  besIPSubR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BesIPSubR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Blade Ethernet Switch'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2668 }

  besIPSubR9Entry OBJECT-TYPE
    SYNTAX       BesIPSubR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { besIPSubR9NEConn,
             besIPSubR9NetwkElement,
             besIPSubR9SwitchIx,
             besIPSubR9InterfaceType,
             besIPSubR9EthernetPortIx,
             besIPSubR9SubnetworkIx }
    ::= {  besIPSubR9Table  1  }

  BesIPSubR9Entry  ::=  SEQUENCE
  {
    besIPSubR9NEConn                   Unsigned32,
    besIPSubR9NetwkElement             DisplayString,
    besIPSubR9SwitchIx                 Unsigned32,
    besIPSubR9InterfaceType            INTEGER,
    besIPSubR9EthernetPortIx           INTEGER,
    besIPSubR9SubnetworkIx             Unsigned32,
    besIPSubR9SubnetworkAddr           DisplayString,
    besIPSubR9DefRouterAddr            DisplayString,
    besIPSubR9VLAN                     LongDisplayString,
    besIPSubR9I1PortGpNEConn           Unsigned32,
    besIPSubR9I2PortGpNetwkElement     DisplayString,
    besIPSubR9I3PortGpSwitchIx         Unsigned32,
    besIPSubR9I4PortGpInterfaceType    INTEGER,
    besIPSubR9I5PortGpEthernetPortIx   INTEGER,
    besIPSubR9I6PortGpPortGpID         Unsigned32,
    besIPSubR9TrafficTypes             BITS,
    besIPSubR9AlrmState                INTEGER,
    besIPSubR9AlrmStateTimestamp       Unsigned32,
    besIPSubR9AlrmEvtsAttnRqLogCorr    Counter64,
    besIPSubR9AlrmEvtsAttnRq           Integer32,
    besIPSubR9AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    besIPSubR9ConTstSrcAddr            DisplayString,
    besIPSubR9ConTstSrcAddrPortA       DisplayString,
    besIPSubR9ConTstSrcAddrPortB       DisplayString,
    besIPSubR9ConTstTrgtAddr           DisplayString,
    besIPSubR9ConTstTrgtStatus         INTEGER,
    besIPSubR9ConnectivityTestEthernetTargetAddr
                                       DisplayString,
    besIPSubR9ConnTstEthTrgtSttsPrtA   INTEGER,
    besIPSubR9ConnTstEthTrgtSttsPrtB   INTEGER,
    besIPSubR9ConnTstPingTrgt1Addr     DisplayString,
    besIPSubR9ConnTstPingTrgt1Status   INTEGER,
    besIPSubR9ConTstTrgt2StatusPort2   INTEGER,
    besIPSubR9ConnTstPingTrgt2Addr     DisplayString,
    besIPSubR9ConnTstPingTrgt2Status   INTEGER,
    besIPSubR9ConTstTrgt3StatusPort2   INTEGER,
    besIPSubR9ConnectivityTestTestingMode
                                       INTEGER,
    besIPSubR9ConTstSrcAddrPingConnectivity
                                       DisplayString,
    besIPSubR9ConnTstPingTrgt3Addr     DisplayString,
    besIPSubR9ConnTstPingTrgt3Status   INTEGER,
    besIPSubR9InUse                    INTEGER,
    besIPSubR9ConnTstPngTgtStsPrtA     INTEGER,
    besIPSubR9ConnTstPngTgtStsPrtB     INTEGER
  }

  besIPSubR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { besIPSubR9Entry  1 }

  besIPSubR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { besIPSubR9Entry  2 }

  besIPSubR9SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { besIPSubR9Entry  3 }

  besIPSubR9InterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Interface Type'.
                  This is an index field."
    ::= { besIPSubR9Entry  4 }

  besIPSubR9EthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ethernet Port index'.
                  This is an index field."
    ::= { besIPSubR9Entry  5 }

  besIPSubR9SubnetworkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork index'.
                  This is an index field."
    ::= { besIPSubR9Entry  6 }

  besIPSubR9SubnetworkAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..117))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subnetwork address'."
    ::= { besIPSubR9Entry  7 }

  besIPSubR9DefRouterAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default router address'."
    ::= { besIPSubR9Entry  8 }

  besIPSubR9VLAN OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'VLAN'."
    ::= { besIPSubR9Entry  9 }

  besIPSubR9I1PortGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR9Entry  10 }

  besIPSubR9I2PortGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR9Entry  11 }

  besIPSubR9I3PortGpSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Switch index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR9Entry  12 }

  besIPSubR9I4PortGpInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR9Entry  13 }

  besIPSubR9I5PortGpEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR9Entry  14 }

  besIPSubR9I6PortGpPortGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..710 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Port Group',
                  This field represents index 'Port Group ID'
                  in referenced type 'BOOPortGroupSE'."
    ::= { besIPSubR9Entry  15 }

  besIPSubR9TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23),
                   iPv4TrunkGroupAccessSIPSignaling(24),
                   iPv6TrunkGroupAccessSIPSignaling(25),
                   iPv6Management(26)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { besIPSubR9Entry  16 }

  besIPSubR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { besIPSubR9Entry  17 }

  besIPSubR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { besIPSubR9Entry  18 }

  besIPSubR9AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { besIPSubR9Entry  19 }

  besIPSubR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { besIPSubR9Entry  20 }

  besIPSubR9AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { besIPSubR9Entry  21 }

  besIPSubR9ConTstSrcAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address'."
    ::= { besIPSubR9Entry  22 }

  besIPSubR9ConTstSrcAddrPortA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port A)'."
    ::= { besIPSubR9Entry  23 }

  besIPSubR9ConTstSrcAddrPortB OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for Ethernet connectivity from Port B)'."
    ::= { besIPSubR9Entry  24 }

  besIPSubR9ConTstTrgtAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target address'."
    ::= { besIPSubR9Entry  25 }

  besIPSubR9ConTstTrgtStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - target status'."
    ::= { besIPSubR9Entry  26 }

  besIPSubR9ConnectivityTestEthernetTargetAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target address'."
    ::= { besIPSubR9Entry  27 }

  besIPSubR9ConnTstEthTrgtSttsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port A)'."
    ::= { besIPSubR9Entry  28 }

  besIPSubR9ConnTstEthTrgtSttsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ethernet target status (Port B)'."
    ::= { besIPSubR9Entry  29 }

  besIPSubR9ConnTstPingTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 address'."
    ::= { besIPSubR9Entry  30 }

  besIPSubR9ConnTstPingTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 1 status'."
    ::= { besIPSubR9Entry  31 }

  besIPSubR9ConTstTrgt2StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status (Port 2)'."
    ::= { besIPSubR9Entry  32 }

  besIPSubR9ConnTstPingTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 address'."
    ::= { besIPSubR9Entry  33 }

  besIPSubR9ConnTstPingTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 2 status'."
    ::= { besIPSubR9Entry  34 }

  besIPSubR9ConTstTrgt3StatusPort2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status (Port 2)'."
    ::= { besIPSubR9Entry  35 }

  besIPSubR9ConnectivityTestTestingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   ethernet(1),
                   ethernetPing(2),
                   ping(3),
                   notSupported(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connectivity test - testing mode'."
    ::= { besIPSubR9Entry  36 }

  besIPSubR9ConTstSrcAddrPingConnectivity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - source address (for ping connectivity)'."
    ::= { besIPSubR9Entry  37 }

  besIPSubR9ConnTstPingTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 address'."
    ::= { besIPSubR9Entry  38 }

  besIPSubR9ConnTstPingTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target 3 status'."
    ::= { besIPSubR9Entry  39 }

  besIPSubR9InUse OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use'."
    ::= { besIPSubR9Entry  40 }

  besIPSubR9ConnTstPngTgtStsPrtA OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target status (Port A)'."
    ::= { besIPSubR9Entry  41 }

  besIPSubR9ConnTstPngTgtStsPrtB OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - ping target status (Port B)'."
    ::= { besIPSubR9Entry  42 }

-- /*********************************************************************************/
-- /* MIB table for SE 'IP Address'                                                 */
-- /* Valid from: 9.5.30                                                            */
-- /*********************************************************************************/

  iSISIPAddrR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISISIPAddrR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Processor Ethernet'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2669 }

  iSISIPAddrR5Entry OBJECT-TYPE
    SYNTAX       ISISIPAddrR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSISIPAddrR5NEConn,
             iSISIPAddrR5NetwkElement,
             iSISIPAddrR5SwitchIx,
             iSISIPAddrR5ISISIPAddrIx }
    ::= {  iSISIPAddrR5Table  1  }

  ISISIPAddrR5Entry  ::=  SEQUENCE
  {
    iSISIPAddrR5NEConn                 Unsigned32,
    iSISIPAddrR5NetwkElement           DisplayString,
    iSISIPAddrR5SwitchIx               Unsigned32,
    iSISIPAddrR5ISISIPAddrIx           Unsigned32,
    iSISIPAddrR5IPAddr                 DisplayString,
    iSISIPAddrR5I1EthernetPortInUseNEConn
                                       Unsigned32,
    iSISIPAddrR5I2EthernetPortInUseNetwkElement
                                       DisplayString,
    iSISIPAddrR5I3EthernetPortInUseSwitchIx
                                       Unsigned32,
    iSISIPAddrR5I4EthernetPortInUseInterfaceType
                                       INTEGER,
    iSISIPAddrR5I5EthernetPortInUseEthernetPortIx
                                       INTEGER,
    iSISIPAddrR5TrafficTypes           BITS,
    iSISIPAddrR5AlrmState              INTEGER,
    iSISIPAddrR5AlrmStateTimestamp     Unsigned32,
    iSISIPAddrR5AlrmEvtsAttnRqLogCorr  Counter64,
    iSISIPAddrR5AlrmEvtsAttnRq         Integer32,
    iSISIPAddrR5AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSISIPAddrR5ConTstTrgt1Addr        DisplayString,
    iSISIPAddrR5ConTstTrgt1Status      INTEGER,
    iSISIPAddrR5ConTstTrgt2Addr        DisplayString,
    iSISIPAddrR5ConTstTrgt2Status      INTEGER,
    iSISIPAddrR5ConTstTrgt3Addr        DisplayString,
    iSISIPAddrR5ConTstTrgt3Status      INTEGER
  }

  iSISIPAddrR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSISIPAddrR5Entry  1 }

  iSISIPAddrR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSISIPAddrR5Entry  2 }

  iSISIPAddrR5SwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch index'.
                  This is an index field."
    ::= { iSISIPAddrR5Entry  3 }

  iSISIPAddrR5ISISIPAddrIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP Address Index'.
                  This is an index field."
    ::= { iSISIPAddrR5Entry  4 }

  iSISIPAddrR5IPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address'."
    ::= { iSISIPAddrR5Entry  5 }

  iSISIPAddrR5I1EthernetPortInUseNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR5Entry  6 }

  iSISIPAddrR5I2EthernetPortInUseNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR5Entry  7 }

  iSISIPAddrR5I3EthernetPortInUseSwitchIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Switch index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR5Entry  8 }

  iSISIPAddrR5I4EthernetPortInUseInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   universal(1),
                   management(2),
                   signaling(3),
                   cALEA(4),
                   primaryBackupLink(5),
                   nTP(6),
                   media(7),
                   universal2(8),
                   universal3(9),
                   universal4(10)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Interface Type'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR5Entry  9 }

  iSISIPAddrR5I5EthernetPortInUseEthernetPortIx OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3),
                   d(4),
                   e(5),
                   f(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Ethernet port in use',
                  This field represents index 'Ethernet Port index'
                  in referenced type 'BOOISISPortSE'."
    ::= { iSISIPAddrR5Entry  10 }

  iSISIPAddrR5TrafficTypes OBJECT-TYPE
    SYNTAX       BITS {
                   management(0),
                   iPv4Signaling(1),
                   iPv4Media(2),
                   lawfulInterception(3),
                   iPv6Signaling(4),
                   iPv6Media(5),
                   primaryBackup(6),
                   iPv4UsernameAccessSIPSignaling(7),
                   iPv4E164AccessSIPSignaling(8),
                   iPv4NetworkSIPSignaling(9),
                   iPv4ApplicationServerSIPSignaling(10),
                   iPv6UsernameAccessSIPSignaling(11),
                   iPv6E164AccessSIPSignaling(12),
                   iPv6NetworkSIPSignaling(13),
                   iPv6ApplicationServerSIPSignaling(14),
                   primaryBackupHeartbeat1(16),
                   primaryBackupHeartbeat2(17),
                   iPv4MediaDefault(18),
                   iPv6MediaDefault(19),
                   iPv4SignalingDefault(20),
                   iPv6SignalingDefault(21),
                   iPv4EASSIPSignaling(22),
                   iPv6EASSIPSignaling(23),
                   iPv4TrunkGroupAccessSIPSignaling(24),
                   iPv6TrunkGroupAccessSIPSignaling(25),
                   iPv6Management(26)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic types'."
    ::= { iSISIPAddrR5Entry  11 }

  iSISIPAddrR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSISIPAddrR5Entry  12 }

  iSISIPAddrR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSISIPAddrR5Entry  13 }

  iSISIPAddrR5AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSISIPAddrR5Entry  14 }

  iSISIPAddrR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSISIPAddrR5Entry  15 }

  iSISIPAddrR5AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSISIPAddrR5Entry  16 }

  iSISIPAddrR5ConTstTrgt1Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 address'."
    ::= { iSISIPAddrR5Entry  17 }

  iSISIPAddrR5ConTstTrgt1Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 1 status'."
    ::= { iSISIPAddrR5Entry  18 }

  iSISIPAddrR5ConTstTrgt2Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 address'."
    ::= { iSISIPAddrR5Entry  19 }

  iSISIPAddrR5ConTstTrgt2Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 2 status'."
    ::= { iSISIPAddrR5Entry  20 }

  iSISIPAddrR5ConTstTrgt3Addr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 address'."
    ::= { iSISIPAddrR5Entry  21 }

  iSISIPAddrR5ConTstTrgt3Status OBJECT-TYPE
    SYNTAX       INTEGER {
                   oK(1),
                   unreachable(2),
                   intermittentFailures(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connectivity test - target 3 status'."
    ::= { iSISIPAddrR5Entry  22 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  sIPR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2670 }

  sIPR16Entry OBJECT-TYPE
    SYNTAX       SIPR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR16NEConn,
             sIPR16NetwkElement,
             sIPR16CFSIx,
             sIPR16SIPIx }
    ::= {  sIPR16Table  1  }

  SIPR16Entry  ::=  SEQUENCE
  {
    sIPR16NEConn                       Unsigned32,
    sIPR16NetwkElement                 DisplayString,
    sIPR16CFSIx                        Unsigned32,
    sIPR16SIPIx                        Unsigned32,
    sIPR16ServerAddrIPv4               DisplayString,
    sIPR16DeactivnMode                 INTEGER,
    sIPR16AlrmState                    INTEGER,
    sIPR16AlrmLogCorr                  Counter64,
    sIPR16AlrmEvtsAttnRq               Integer32,
    sIPR16AlrmStateTimestamp           Unsigned32,
    sIPR16AlrmResetTimestamp           Unsigned32,
    sIPR16RowStatus                    RowStatus,
    sIPR16AdminStatus                  AdminStatus,
    sIPR16OperStatus                   OperStatus,
    sIPR16SIPRetransmitTimerT1         Unsigned32,
    sIPR16ChldAlrmsAtndDp              Unsigned32,
    sIPR16ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR16SummaryChldAlrmState         INTEGER,
    sIPR16ChldAlrmsAttnRq              Unsigned32,
    sIPR16ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR16ChldStatisticsAlrms          Integer32,
    sIPR16SIPTVariant                  INTEGER,
    sIPR16StatisticsAlrms              Integer32,
    sIPR16ServerAddrIPv6               DisplayString,
    sIPR16NetwkElementID               Unsigned32,
    sIPR16FinancialentityID            DisplayString,
    sIPR16InterOprIdentifierIOI        DisplayString,
    sIPR16ServerIdentity               DisplayString,
    sIPR16TransparentProxies           LongDisplayString,
    sIPR16TotChldAlrmsAttnRq           Unsigned32,
    sIPR16TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR16TotChldAlrmsAtndDp           Unsigned32,
    sIPR16TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR16ProdShortSIPHeaderEncodings  INTEGER,
    sIPR16I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR16I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR16I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR16I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR16I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR16DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR16TransitIoi                   DisplayString,
    sIPR16LocalServerPort              INTEGER,
    sIPR16TransitIoiSignificantChars   Unsigned32,
    sIPR16ClusterAddr                  DisplayString,
    sIPR16AllowInboundOverlapSigWithSIPI
                                       INTEGER,
    sIPR16InterDigitTimeout            Unsigned32,
    sIPR16IntnatlScopePlusPrefixedE164FormatDNs
                                       INTEGER,
    sIPR16SupportEnableHistoryInfoAnd181
                                       INTEGER,
    sIPR16SkipAuthenticationUnREGISTERsFromPerimeta
                                       INTEGER,
    sIPR16SubMCATimeout                Unsigned32,
    sIPR16SIPRespCodToAnnounceMappingTbl
                                       LongDisplayString
  }

  sIPR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR16Entry  1 }

  sIPR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR16Entry  2 }

  sIPR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR16Entry  3 }

  sIPR16SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR16Entry  4 }

  sIPR16ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR16Entry  5 }

  sIPR16DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR16Entry  6 }

  sIPR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR16Entry  7 }

  sIPR16AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR16Entry  8 }

  sIPR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR16Entry  9 }

  sIPR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR16Entry  10 }

  sIPR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR16Entry  11 }

  sIPR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR16Entry  12 }

  sIPR16AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR16Entry  13 }

  sIPR16OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR16Entry  14 }

  sIPR16SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR16Entry  15 }

  sIPR16ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR16Entry  17 }

  sIPR16ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR16Entry  18 }

  sIPR16SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR16Entry  19 }

  sIPR16ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR16Entry  21 }

  sIPR16ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR16Entry  22 }

  sIPR16ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR16Entry  23 }

  sIPR16SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR16Entry  24 }

  sIPR16StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR16Entry  25 }

  sIPR16ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR16Entry  26 }

  sIPR16NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR16Entry  27 }

  sIPR16FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR16Entry  28 }

  sIPR16InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR16Entry  30 }

  sIPR16ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR16Entry  37 }

  sIPR16TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR16Entry  39 }

  sIPR16TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR16Entry  40 }

  sIPR16TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR16Entry  41 }

  sIPR16TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR16Entry  42 }

  sIPR16TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR16Entry  43 }

  sIPR16ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR16Entry  44 }

  sIPR16I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR16Entry  45 }

  sIPR16I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR16Entry  46 }

  sIPR16I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR16Entry  47 }

  sIPR16I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR16Entry  48 }

  sIPR16I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR16Entry  49 }

  sIPR16DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR16Entry  50 }

  sIPR16TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR16Entry  51 }

  sIPR16LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR16Entry  52 }

  sIPR16TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR16Entry  53 }

  sIPR16ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR16Entry  54 }

  sIPR16AllowInboundOverlapSigWithSIPI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow inbound overlap signaling with SIP-I'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sIPR16Entry  55 }

  sIPR16InterDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-digit timeout'."
    DEFVAL       { 5000 }
    ::= { sIPR16Entry  56 }

  sIPR16IntnatlScopePlusPrefixedE164FormatDNs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International Scope for plus-prefixed E.164-format DNs'."
    DEFVAL       { true }
    ::= { sIPR16Entry  57 }

  sIPR16SupportEnableHistoryInfoAnd181 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable History-Info and 181 support'."
    DEFVAL       { false }
    ::= { sIPR16Entry  58 }

  sIPR16SkipAuthenticationUnREGISTERsFromPerimeta OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Skip authentication for unREGISTERs from Perimeta'."
    DEFVAL       { false }
    ::= { sIPR16Entry  59 }

  sIPR16SubMCATimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..120 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber MCA timeout'."
    DEFVAL       { 0 }
    ::= { sIPR16Entry  60 }

  sIPR16SIPRespCodToAnnounceMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to announcement mapping table'."
    ::= { sIPR16Entry  61 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Billing'                                                    */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  billConR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BillConR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Feature Server'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2671 }

  billConR5Entry OBJECT-TYPE
    SYNTAX       BillConR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { billConR5NEConn,
             billConR5NetwkElement,
             billConR5CFSIx }
    ::= {  billConR5Table  1  }

  BillConR5Entry  ::=  SEQUENCE
  {
    billConR5NEConn                    Unsigned32,
    billConR5NetwkElement              DisplayString,
    billConR5CFSIx                     Unsigned32,
    billConR5BAFBillEvtAlrmsAttnRq     Unsigned32,
    billConR5BAFBillEvtAlrmEvtsAttnRq  Unsigned32,
    billConR5BAFBillFileControlAlrmsAttnRq
                                       Integer32,
    billConR5BAFBillFileControlAlrmEvtsAttnRq
                                       Integer32,
    billConR5TotChldAlrmsAttnRq        Unsigned32,
    billConR5TotChldAlrmEvtsAttnRq     Unsigned32,
    billConR5SummaryChldAlrmState      INTEGER,
    billConR5IMSOfflineChargingAlrmsAttnRq
                                       Integer32,
    billConR5IMSOfflineChargingAlrmEvtsAttnRq
                                       Integer32,
    billConR5ChldStatisticsAlrms       Integer32,
    billConR5GlobalChargingChargeIndDefSubSetting
                                       INTEGER,
    billConR5SupportGblChrgAdvChrg     INTEGER,
    billConR5GblChrgAdvChrgDefAOCDSubscrSetting
                                       INTEGER,
    billConR5GblChrgAdvChrgDefAOCESubscrSetting
                                       INTEGER,
    billConR5GblChrgAdvChrgNumUnitsPerChargInterval
                                       Unsigned32,
    billConR5CallClassifierUDACDRClassification
                                       Unsigned32,
    billConR5StatisticsAlrms           Integer32,
    billConR5XMLBillFileControlAlrmsAttnRq
                                       Integer32,
    billConR5XMLBillFileControlAlrmEvtsAttnRq
                                       Integer32,
    billConR5CFSAMGCNameBill           DisplayString,
    billConR5IMSOnlineChargingAlrmsAttnRq
                                       Integer32,
    billConR5IMSOnlineChargingAlrmEvtsAttnRq
                                       Integer32,
    billConR5SISChargingAlrmsAttnRq    Integer32,
    billConR5SISChargingAlrmEvtsAttnRq Integer32,
    billConR5GlobalChargingMPMPulseCost
                                       Unsigned32,
    billConR5GlobalChargingSIPTariffNetwkIdentification
                                       DisplayString,
    billConR5GlblChrgLngDurnRecsIntervalAddtlRecs
                                       Unsigned32,
    billConR5GlblChrgLngDurnRecsMinCallTime
                                       Unsigned32
  }

  billConR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { billConR5Entry  1 }

  billConR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { billConR5Entry  2 }

  billConR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { billConR5Entry  3 }

  billConR5BAFBillEvtAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarms'."
    ::= { billConR5Entry  4 }

  billConR5BAFBillEvtAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing Event Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { billConR5Entry  5 }

  billConR5BAFBillFileControlAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing File Control Attention Required alarms'."
    ::= { billConR5Entry  6 }

  billConR5BAFBillFileControlAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing File Control Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR5Entry  7 }

  billConR5TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { billConR5Entry  8 }

  billConR5TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { billConR5Entry  9 }

  billConR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { billConR5Entry  10 }

  billConR5IMSOfflineChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Offline Charging Attention Required alarms'."
    ::= { billConR5Entry  11 }

  billConR5IMSOfflineChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Offline Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR5Entry  12 }

  billConR5ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { billConR5Entry  13 }

  billConR5GlobalChargingChargeIndDefSubSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - charge indication - default subscriber setting'."
    DEFVAL       { none }
    ::= { billConR5Entry  14 }

  billConR5SupportGblChrgAdvChrg OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Support'."
    DEFVAL       { notConfigured }
    ::= { billConR5Entry  15 }

  billConR5GblChrgAdvChrgDefAOCDSubscrSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Default AOC-D subscriber setting'."
    DEFVAL       { neverProvided }
    ::= { billConR5Entry  16 }

  billConR5GblChrgAdvChrgDefAOCESubscrSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Default AOC-E subscriber setting'."
    DEFVAL       { neverProvided }
    ::= { billConR5Entry  17 }

  billConR5GblChrgAdvChrgNumUnitsPerChargInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - advice of charge - Number of units per charging interval'."
    DEFVAL       { 1 }
    ::= { billConR5Entry  18 }

  billConR5CallClassifierUDACDRClassification OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Classifier - UDA for CDR Classification'."
    ::= { billConR5Entry  19 }

  billConR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { billConR5Entry  20 }

  billConR5XMLBillFileControlAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing File Control Attention Required alarms'."
    ::= { billConR5Entry  21 }

  billConR5XMLBillFileControlAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing File Control Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR5Entry  22 }

  billConR5CFSAMGCNameBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CFS / AMGC name for billing'."
    ::= { billConR5Entry  23 }

  billConR5IMSOnlineChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Online Charging Attention Required alarms'."
    ::= { billConR5Entry  24 }

  billConR5IMSOnlineChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS Online Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR5Entry  25 }

  billConR5SISChargingAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIS Charging Attention Required alarms'."
    ::= { billConR5Entry  26 }

  billConR5SISChargingAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIS Charging Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { billConR5Entry  27 }

  billConR5GlobalChargingMPMPulseCost OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global Charging - MPM pulse cost'."
    DEFVAL       { 0 }
    ::= { billConR5Entry  28 }

  billConR5GlobalChargingSIPTariffNetwkIdentification OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - SIP tariff network identification'."
    ::= { billConR5Entry  29 }

  billConR5GlblChrgLngDurnRecsIntervalAddtlRecs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..720 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - Long Duration Records - Interval for additional records'."
    DEFVAL       { 0 }
    ::= { billConR5Entry  30 }

  billConR5GlblChrgLngDurnRecsMinCallTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global Charging - Long Duration Records - Minimum call time'."
    DEFVAL       { 1440 }
    ::= { billConR5Entry  31 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  genClSrvCtrlR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenClSrvCtrlR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2672 }

  genClSrvCtrlR16Entry OBJECT-TYPE
    SYNTAX       GenClSrvCtrlR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genClSrvCtrlR16NEConn,
             genClSrvCtrlR16NetwkElement,
             genClSrvCtrlR16CFSIx }
    ::= {  genClSrvCtrlR16Table  1  }

  GenClSrvCtrlR16Entry  ::=  SEQUENCE
  {
    genClSrvCtrlR16NEConn              Unsigned32,
    genClSrvCtrlR16NetwkElement        DisplayString,
    genClSrvCtrlR16CFSIx               Unsigned32,
    genClSrvCtrlR16PINChangeAccessCode DisplayString,
    genClSrvCtrlR16SLEConfirmTimeout   INTEGER,
    genClSrvCtrlR16SLENewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR16SLEOptionSelTimeout INTEGER,
    genClSrvCtrlR16SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR16SLESPCSQueryTimeout INTEGER,
    genClSrvCtrlR16SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genClSrvCtrlR16SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR16SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR16RowStatus           RowStatus,
    genClSrvCtrlR16SupportPINChange    INTEGER,
    genClSrvCtrlR16MaxInvalidPINAttempts
                                       Unsigned32,
    genClSrvCtrlR16SuspendedServAccessNum
                                       DisplayString,
    genClSrvCtrlR16SupportCallLists    INTEGER,
    genClSrvCtrlR16CLMaxNumCallsPerList
                                       Unsigned32,
    genClSrvCtrlR16CallListsAlwaysReplicateEntries
                                       INTEGER,
    genClSrvCtrlR16EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genClSrvCtrlR16RecMvdSbExPrcHr     Unsigned32,
    genClSrvCtrlR16RecMvdSbExPrcMin    Unsigned32,
    genClSrvCtrlR16DefRecMvdSubExpiry  Unsigned32,
    genClSrvCtrlR16GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genClSrvCtrlR16SupportAdvancedVoiceCodecs
                                       INTEGER,
    genClSrvCtrlR16SupportVideoCodecs  INTEGER,
    genClSrvCtrlR16CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genClSrvCtrlR16SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genClSrvCtrlR16LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genClSrvCtrlR16CallListsDefSetting INTEGER,
    genClSrvCtrlR16HRCLSubLimitType    INTEGER,
    genClSrvCtrlR16HRCLSubMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR16HRCLPBXLimitType    INTEGER,
    genClSrvCtrlR16HRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR16PINChangeGenerateBillRec
                                       INTEGER,
    genClSrvCtrlR16PINChangeConfirmPINOnPINChange
                                       INTEGER,
    genClSrvCtrlR16PINChangePINLockout INTEGER,
    genClSrvCtrlR16PINChangeTUISeparatorKey
                                       INTEGER,
    genClSrvCtrlR16PINChangeNotifyAppServer
                                       INTEGER,
    genClSrvCtrlR16I1PINChangeAppServerNEConn
                                       Unsigned32,
    genClSrvCtrlR16I2PINChangeAppServerNetwkElement
                                       DisplayString,
    genClSrvCtrlR16I3PINChangeAppServerCFSIx
                                       Unsigned32,
    genClSrvCtrlR16I4PINChangeAppServerDirNum
                                       DisplayString,
    genClSrvCtrlR16AlrmState           INTEGER,
    genClSrvCtrlR16AlrmStateTimestamp  Unsigned32,
    genClSrvCtrlR16AlrmEvtsAttnRqLogCorr
                                       Counter64,
    genClSrvCtrlR16AlrmEvtsAttnRq      Unsigned32,
    genClSrvCtrlR16AlrmEvtsAtndDp      Unsigned32,
    genClSrvCtrlR16AlrmResetTimestamp  Unsigned32,
    genClSrvCtrlR16AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs
                                       INTEGER,
    genClSrvCtrlR16SupportRCL          INTEGER,
    genClSrvCtrlR16RCLDefMaxSimulRedirCalls
                                       Unsigned32,
    genClSrvCtrlR16IMSCallLimitsPermitDeptFacilityGpCallLimits
                                       INTEGER,
    genClSrvCtrlR16CallServGpsEnableSupportCSGs
                                       INTEGER
  }

  genClSrvCtrlR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genClSrvCtrlR16Entry  1 }

  genClSrvCtrlR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genClSrvCtrlR16Entry  2 }

  genClSrvCtrlR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genClSrvCtrlR16Entry  3 }

  genClSrvCtrlR16PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR16Entry  4 }

  genClSrvCtrlR16SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR16Entry  5 }

  genClSrvCtrlR16SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR16Entry  6 }

  genClSrvCtrlR16SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR16Entry  7 }

  genClSrvCtrlR16SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR16Entry  8 }

  genClSrvCtrlR16SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genClSrvCtrlR16Entry  9 }

  genClSrvCtrlR16SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genClSrvCtrlR16Entry  10 }

  genClSrvCtrlR16SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR16Entry  11 }

  genClSrvCtrlR16SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR16Entry  12 }

  genClSrvCtrlR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genClSrvCtrlR16Entry  13 }

  genClSrvCtrlR16SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR16Entry  14 }

  genClSrvCtrlR16MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR16Entry  15 }

  genClSrvCtrlR16SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR16Entry  16 }

  genClSrvCtrlR16SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR16Entry  17 }

  genClSrvCtrlR16CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR16Entry  18 }

  genClSrvCtrlR16CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  20 }

  genClSrvCtrlR16EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  21 }

  genClSrvCtrlR16RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR16Entry  22 }

  genClSrvCtrlR16RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR16Entry  23 }

  genClSrvCtrlR16DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR16Entry  24 }

  genClSrvCtrlR16GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  25 }

  genClSrvCtrlR16SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR16Entry  26 }

  genClSrvCtrlR16SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR16Entry  27 }

  genClSrvCtrlR16CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genClSrvCtrlR16Entry  28 }

  genClSrvCtrlR16SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genClSrvCtrlR16Entry  29 }

  genClSrvCtrlR16LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  30 }

  genClSrvCtrlR16CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genClSrvCtrlR16Entry  31 }

  genClSrvCtrlR16HRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR16Entry  32 }

  genClSrvCtrlR16HRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber maximum high risk calls'."
    DEFVAL       { 2 }
    ::= { genClSrvCtrlR16Entry  33 }

  genClSrvCtrlR16HRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR16Entry  34 }

  genClSrvCtrlR16HRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX maximum high risk calls'."
    DEFVAL       { 5 }
    ::= { genClSrvCtrlR16Entry  35 }

  genClSrvCtrlR16PINChangeGenerateBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - generate billing record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  36 }

  genClSrvCtrlR16PINChangeConfirmPINOnPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - confirm PIN on PIN change'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  37 }

  genClSrvCtrlR16PINChangePINLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                   rACFOnly(1),
                   fullServiceSuspension(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - PIN lockout'.
                  This field is not writable when active."
    DEFVAL       { rACFOnly }
    ::= { genClSrvCtrlR16Entry  38 }

  genClSrvCtrlR16PINChangeTUISeparatorKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   hash(1),
                   star(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - TUI separator key'.
                  This field is not writable when active."
    DEFVAL       { hash }
    ::= { genClSrvCtrlR16Entry  39 }

  genClSrvCtrlR16PINChangeNotifyAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - notify application server'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  40 }

  genClSrvCtrlR16I1PINChangeAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR16Entry  41 }

  genClSrvCtrlR16I2PINChangeAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR16Entry  42 }

  genClSrvCtrlR16I3PINChangeAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR16Entry  43 }

  genClSrvCtrlR16I4PINChangeAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR16Entry  44 }

  genClSrvCtrlR16AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { genClSrvCtrlR16Entry  45 }

  genClSrvCtrlR16AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { genClSrvCtrlR16Entry  46 }

  genClSrvCtrlR16AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { genClSrvCtrlR16Entry  47 }

  genClSrvCtrlR16AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR16Entry  48 }

  genClSrvCtrlR16AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR16Entry  49 }

  genClSrvCtrlR16AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { genClSrvCtrlR16Entry  50 }

  genClSrvCtrlR16AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow suspension of lawful intercept Call Content Channel when using video codecs'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  51 }

  genClSrvCtrlR16SupportRCL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirected call limits - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR16Entry  52 }

  genClSrvCtrlR16RCLDefMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - default maximum simultaneous redirected calls'."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR16Entry  53 }

  genClSrvCtrlR16IMSCallLimitsPermitDeptFacilityGpCallLimits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS call limits - permit department/facility group call limits on IMS'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  54 }

  genClSrvCtrlR16CallServGpsEnableSupportCSGs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Service Groups - enable support for Call Service Groups'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR16Entry  55 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Multi Party Call Services'                           */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  multiPartyServR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MultiPartyServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2673 }

  multiPartyServR10Entry OBJECT-TYPE
    SYNTAX       MultiPartyServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { multiPartyServR10NEConn,
             multiPartyServR10NetwkElement,
             multiPartyServR10CFSIx }
    ::= {  multiPartyServR10Table  1  }

  MultiPartyServR10Entry  ::=  SEQUENCE
  {
    multiPartyServR10NEConn            Unsigned32,
    multiPartyServR10NetwkElement      DisplayString,
    multiPartyServR10CFSIx             Unsigned32,
    multiPartyServR10SupportTWC        INTEGER,
    multiPartyServR10TWCEndCall        INTEGER,
    multiPartyServR10TWCShuttle        INTEGER,
    multiPartyServR10TWCEstablish      INTEGER,
    multiPartyServR10TWCXfer           INTEGER,
    multiPartyServR10TWCDisc1          INTEGER,
    multiPartyServR10TWCHold1          INTEGER,
    multiPartyServR10TWCDisc2          INTEGER,
    multiPartyServR10TWCHold2          INTEGER,
    multiPartyServR10SupportCallXfer   INTEGER,
    multiPartyServR10SupportCW         INTEGER,
    multiPartyServR10SupportCWWithCID  INTEGER,
    multiPartyServR10CWEnableCode      DisplayString,
    multiPartyServR10CWDisableCode     DisplayString,
    multiPartyServR10CWCheckCode       DisplayString,
    multiPartyServR10SupportCCW        INTEGER,
    multiPartyServR10CCWDisableDurnCallCode
                                       DisplayString,
    multiPartyServR10CCWNotEnabledBehaviour
                                       INTEGER,
    multiPartyServR10CCWDisableDuringCall
                                       INTEGER,
    multiPartyServR10RowStatus         RowStatus,
    multiPartyServR10SupportHIC        INTEGER,
    multiPartyServR10HICDefSetting     INTEGER,
    multiPartyServR10HICDistRinging    INTEGER,
    multiPartyServR10HICDistRingingDefSetting
                                       INTEGER,
    multiPartyServR10SupportCallHold   INTEGER,
    multiPartyServR10CallHoldAccessCode
                                       DisplayString,
    multiPartyServR10TWCCTBillConfBAFBillRecType
                                       INTEGER,
    multiPartyServR10TWCCTConfUSBDef   INTEGER,
    multiPartyServR10SupportLSM        INTEGER,
    multiPartyServR10LSMDefSetting     INTEGER,
    multiPartyServR10LSMDefMaxLines    INTEGER,
    multiPartyServR10LSMTotNumLines    Integer32,
    multiPartyServR10CWRedirectionReasonIfNoAnswer
                                       INTEGER,
    multiPartyServR10HICActivateDuringCall
                                       INTEGER,
    multiPartyServR10LSMMonitorDoNotDistStatusDefVal
                                       INTEGER,
    multiPartyServR10SupportAnnounceOnHold
                                       INTEGER,
    multiPartyServR10LSMIncreasedSIPNOTIFYMsgRate
                                       INTEGER,
    multiPartyServR10LSMPreferHighVolumeUsers
                                       INTEGER,
    multiPartyServR10CallXferTreatBlindXferAsFwd
                                       INTEGER,
    multiPartyServR10LSMMaxSIPNOTIFYMsgRate
                                       INTEGER,
    multiPartyServR10StatisticsAlrms   Integer32
  }

  multiPartyServR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { multiPartyServR10Entry  1 }

  multiPartyServR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { multiPartyServR10Entry  2 }

  multiPartyServR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { multiPartyServR10Entry  3 }

  multiPartyServR10SupportTWC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  4 }

  multiPartyServR10TWCEndCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - end current call'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { multiPartyServR10Entry  5 }

  multiPartyServR10TWCShuttle OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - swap calls'.
                  This field is not writable when active."
    DEFVAL       { two }
    ::= { multiPartyServR10Entry  6 }

  multiPartyServR10TWCEstablish OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - establish 3-way call'.
                  This field is not writable when active."
    DEFVAL       { three }
    ::= { multiPartyServR10Entry  7 }

  multiPartyServR10TWCXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '3-Way Calling - transfer call'.
                  This field is not writable when active."
    DEFVAL       { four }
    ::= { multiPartyServR10Entry  8 }

  multiPartyServR10TWCDisc1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect first caller'.
                  This field is not writable when active."
    DEFVAL       { five }
    ::= { multiPartyServR10Entry  9 }

  multiPartyServR10TWCHold1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put first caller on hold'.
                  This field is not writable when active."
    DEFVAL       { six }
    ::= { multiPartyServR10Entry  10 }

  multiPartyServR10TWCDisc2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - disconnect second caller'.
                  This field is not writable when active."
    DEFVAL       { seven }
    ::= { multiPartyServR10Entry  11 }

  multiPartyServR10TWCHold2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9),
                   recall(10),
                   flashHook(11),
                   onHook(12),
                   hash(13),
                   star(14),
                   a(15),
                   b(16),
                   c(17),
                   d(18)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling - put second caller on hold'.
                  This field is not writable when active."
    DEFVAL       { eight }
    ::= { multiPartyServR10Entry  12 }

  multiPartyServR10SupportCallXfer OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Transfer support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  13 }

  multiPartyServR10SupportCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  14 }

  multiPartyServR10SupportCWWithCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting With Caller ID support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  15 }

  multiPartyServR10CWEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - enable code'.
                  This field is not writable when active."
    ::= { multiPartyServR10Entry  16 }

  multiPartyServR10CWDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - disable code'.
                  This field is not writable when active."
    ::= { multiPartyServR10Entry  17 }

  multiPartyServR10CWCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Waiting - check code'.
                  This field is not writable when active."
    ::= { multiPartyServR10Entry  18 }

  multiPartyServR10SupportCCW OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cancel Call Waiting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  19 }

  multiPartyServR10CCWDisableDurnCallCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable for duration of call code'.
                  This field is not writable when active."
    ::= { multiPartyServR10Entry  20 }

  multiPartyServR10CCWNotEnabledBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   featureNotAvailable(1),
                   none(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - not enabled behavior'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { multiPartyServR10Entry  21 }

  multiPartyServR10CCWDisableDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cancel Call Waiting - disable during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR10Entry  22 }

  multiPartyServR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { multiPartyServR10Entry  23 }

  multiPartyServR10SupportHIC OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  24 }

  multiPartyServR10HICDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR10Entry  25 }

  multiPartyServR10HICDistRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Home Intercom Distinctive Ringing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR10Entry  26 }

  multiPartyServR10HICDistRingingDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom Distinctive Ringing - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR10Entry  27 }

  multiPartyServR10SupportCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  31 }

  multiPartyServR10CallHoldAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Hold - access code'.
                  This field is not writable when active."
    ::= { multiPartyServR10Entry  32 }

  multiPartyServR10TWCCTBillConfBAFBillRecType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   structure0076CallType026(2),
                   structure0001CallType048(3),
                   structure0028CallType049(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - BAF billing record type'.
                  This field is not writable when active."
    DEFVAL       { structure0076CallType026 }
    ::= { multiPartyServR10Entry  33 }

  multiPartyServR10TWCCTConfUSBDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  '3-Way Calling / Call Transfer billing - conferencing - usage sensitive billing default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR10Entry  34 }

  multiPartyServR10SupportLSM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line State Monitoring - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  35 }

  multiPartyServR10LSMDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR10Entry  36 }

  multiPartyServR10LSMDefMaxLines OBJECT-TYPE
    SYNTAX       INTEGER ( 1..200 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - default maximum number of monitored lines per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { multiPartyServR10Entry  37 }

  multiPartyServR10LSMTotNumLines OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - total number of monitored lines'."
    ::= { multiPartyServR10Entry  38 }

  multiPartyServR10CWRedirectionReasonIfNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   busy(1),
                   noAnswer(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Waiting - redirection reason if no answer'.
                  This field is not writable when active."
    DEFVAL       { noAnswer }
    ::= { multiPartyServR10Entry  39 }

  multiPartyServR10HICActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Home Intercom - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { multiPartyServR10Entry  40 }

  multiPartyServR10LSMMonitorDoNotDistStatusDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - monitor Do Not Disturb status default value'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR10Entry  41 }

  multiPartyServR10SupportAnnounceOnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement on Hold - support'."
    DEFVAL       { notConfigured }
    ::= { multiPartyServR10Entry  42 }

  multiPartyServR10LSMIncreasedSIPNOTIFYMsgRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - increased SIP NOTIFY message rate'."
    DEFVAL       { true }
    ::= { multiPartyServR10Entry  43 }

  multiPartyServR10LSMPreferHighVolumeUsers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - prefer high volume users'."
    DEFVAL       { false }
    ::= { multiPartyServR10Entry  44 }

  multiPartyServR10CallXferTreatBlindXferAsFwd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat blind transfer as forwarding'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { multiPartyServR10Entry  45 }

  multiPartyServR10LSMMaxSIPNOTIFYMsgRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   threeHundred(300),
                   sixHundred(600),
                   sevenHundredAndFifty(750),
                   oneThousand(1000),
                   oneThousadnTwoHundred(1200),
                   oneThousadnFiveHundred(1500),
                   twoThousand(2000)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line State Monitoring - maximum SIP NOTIFY message rate'."
    DEFVAL       { threeHundred }
    ::= { multiPartyServR10Entry  46 }

  multiPartyServR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { multiPartyServR10Entry  47 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rPSAttrEntryR34Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2674 }

  rPSAttrEntryR34Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR34NEConn,
             rPSAttrEntryR34NetwkElement,
             rPSAttrEntryR34CFSIx,
             rPSAttrEntryR34CfgSetIx,
             rPSAttrEntryR34AttrSetIx,
             rPSAttrEntryR34AttrEntryIx }
    ::= {  rPSAttrEntryR34Table  1  }

  RPSAttrEntryR34Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR34NEConn              Unsigned32,
    rPSAttrEntryR34NetwkElement        DisplayString,
    rPSAttrEntryR34CFSIx               Unsigned32,
    rPSAttrEntryR34CfgSetIx            Unsigned32,
    rPSAttrEntryR34AttrSetIx           Unsigned32,
    rPSAttrEntryR34AttrEntryIx         Unsigned32,
    rPSAttrEntryR34AttrType            INTEGER,
    rPSAttrEntryR34AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR34AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR34AttrValCldAddrScope INTEGER,
    rPSAttrEntryR34AttrValCldAddrType  INTEGER,
    rPSAttrEntryR34AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR34AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR34AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR34AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR34AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR34AttrValOprCall      INTEGER,
    rPSAttrEntryR34AttrValPriorityCall INTEGER,
    rPSAttrEntryR34AttrValRegionCode   Unsigned32,
    rPSAttrEntryR34AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR34AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR34AttrValRtgControlUK INTEGER,
    rPSAttrEntryR34AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR34AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR34AttrValTestCall     INTEGER,
    rPSAttrEntryR34AttrValAnnounceID   INTEGER,
    rPSAttrEntryR34AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR34AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR34AttrValTransitNetID Unsigned32,
    rPSAttrEntryR34AttrValUSCallType   INTEGER,
    rPSAttrEntryR34AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR34AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR34AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR34AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR34AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR34AttrValUSCarrType   INTEGER,
    rPSAttrEntryR34AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR34AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR34AttrValClgCategory  INTEGER,
    rPSAttrEntryR34RowStatus           RowStatus,
    rPSAttrEntryR34AttrValUKCallType   INTEGER,
    rPSAttrEntryR34AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR34I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR34I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR34I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR34I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR34AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR34AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR34AttrValUSLATA       Unsigned32,
    rPSAttrEntryR34AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR34AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR34AttrValUsrDef       Unsigned32,
    rPSAttrEntryR34AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR34AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR34AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR34AttrValBillCallType INTEGER,
    rPSAttrEntryR34AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR34AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR34AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR34AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR34AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR34AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR34T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR34T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR34T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR34AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR34I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR34I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR34I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR34I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR34AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR34AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR34I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR34I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR34I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR34I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR34AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR34AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR34AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR34AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR34AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR34AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR34AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR34AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR34AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR34AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR34AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR34AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR34AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR34AttrValOTGpID       INTEGER,
    rPSAttrEntryR34AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR34AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR34AttrValDTGpID       INTEGER,
    rPSAttrEntryR34AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR34AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR34AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR34AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR34T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR34T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR34T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR34AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR34AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR34AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR34AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR34AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR34AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR34AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR34AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR34AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR34AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR34AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR34ClgAddrScope        INTEGER,
    rPSAttrEntryR34AttrValHighRiskCall INTEGER,
    rPSAttrEntryR34RtgPolicyNum        Unsigned32,
    rPSAttrEntryR34RtgPolicy           LongDisplayString,
    rPSAttrEntryR34AttrValLCC          INTEGER,
    rPSAttrEntryR34AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR34AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR34AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR34AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR34AttrValScreenInd    INTEGER,
    rPSAttrEntryR34AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR34AttrValPresNumScope INTEGER,
    rPSAttrEntryR34AttrValCnfNum       INTEGER,
    rPSAttrEntryR34AttrValCnfOutdial   INTEGER,
    rPSAttrEntryR34AttrValISUPCarrSelInfo
                                       INTEGER,
    rPSAttrEntryR34AttrValRemTransitNetwkSelParm
                                       INTEGER,
    rPSAttrEntryR34AttrValUsrDefHex    Integer32,
    rPSAttrEntryR34AttrValCallProgressInd
                                       INTEGER,
    rPSAttrEntryR34AttrValBillOvrDldNum
                                       INTEGER,
    rPSAttrEntryR34AttrValClgAddrPrivacyTrustOverride
                                       INTEGER,
    rPSAttrEntryR34AttrValSatInd       Unsigned32,
    rPSAttrEntryR34AttrValUserCanSkip  INTEGER,
    rPSAttrEntryR34AttrValActionOnHexDigitClgPartyNum
                                       INTEGER,
    rPSAttrEntryR34AttrValCallTagToAdd DisplayString,
    rPSAttrEntryR34AttrValChargeAddrScope
                                       INTEGER
  }

  rPSAttrEntryR34NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR34Entry  1 }

  rPSAttrEntryR34NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR34Entry  2 }

  rPSAttrEntryR34CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR34Entry  3 }

  rPSAttrEntryR34CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR34Entry  4 }

  rPSAttrEntryR34AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR34Entry  5 }

  rPSAttrEntryR34AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR34Entry  6 }

  rPSAttrEntryR34AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   billingOverrideDialedNumber(172),
                   callProgressIndication(173),
                   conferenceOutdial(174),
                   conferenceNumber(175),
                   iSUPCarrierSelectionInformation(176),
                   removeTransitNetworkSelectionParameter(177),
                   callingAddressPrivacyTrustOverride(182),
                   satelliteIndicator(193),
                   actionOnHexDigitCallingPartyNumber(195),
                   callTags(196),
                   chargeAddressScope(197)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR34Entry  7 }

  rPSAttrEntryR34AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  8 }

  rPSAttrEntryR34AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  9 }

  rPSAttrEntryR34AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  10 }

  rPSAttrEntryR34AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR34Entry  11 }

  rPSAttrEntryR34AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  12 }

  rPSAttrEntryR34AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  13 }

  rPSAttrEntryR34AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  14 }

  rPSAttrEntryR34AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR34Entry  15 }

  rPSAttrEntryR34AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  16 }

  rPSAttrEntryR34AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  17 }

  rPSAttrEntryR34AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  18 }

  rPSAttrEntryR34AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  19 }

  rPSAttrEntryR34AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR34Entry  20 }

  rPSAttrEntryR34AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  21 }

  rPSAttrEntryR34AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR34Entry  22 }

  rPSAttrEntryR34AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  23 }

  rPSAttrEntryR34AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  24 }

  rPSAttrEntryR34AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  25 }

  rPSAttrEntryR34AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR34Entry  26 }

  rPSAttrEntryR34AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR34Entry  27 }

  rPSAttrEntryR34AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR34Entry  28 }

  rPSAttrEntryR34AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  29 }

  rPSAttrEntryR34AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  30 }

  rPSAttrEntryR34AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  31 }

  rPSAttrEntryR34AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR34Entry  32 }

  rPSAttrEntryR34AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR34Entry  33 }

  rPSAttrEntryR34AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR34Entry  34 }

  rPSAttrEntryR34AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR34Entry  35 }

  rPSAttrEntryR34AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  36 }

  rPSAttrEntryR34AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  37 }

  rPSAttrEntryR34AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  38 }

  rPSAttrEntryR34AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR34Entry  39 }

  rPSAttrEntryR34RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR34Entry  40 }

  rPSAttrEntryR34AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  41 }

  rPSAttrEntryR34AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR34Entry  42 }

  rPSAttrEntryR34I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR34Entry  43 }

  rPSAttrEntryR34I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR34Entry  44 }

  rPSAttrEntryR34I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR34Entry  45 }

  rPSAttrEntryR34I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR34Entry  46 }

  rPSAttrEntryR34AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR34Entry  47 }

  rPSAttrEntryR34AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR34Entry  48 }

  rPSAttrEntryR34AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  49 }

  rPSAttrEntryR34AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR34Entry  50 }

  rPSAttrEntryR34AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  51 }

  rPSAttrEntryR34AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR34Entry  52 }

  rPSAttrEntryR34AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  53 }

  rPSAttrEntryR34AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR34Entry  54 }

  rPSAttrEntryR34AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR34Entry  55 }

  rPSAttrEntryR34AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR34Entry  56 }

  rPSAttrEntryR34AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR34Entry  57 }

  rPSAttrEntryR34AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  58 }

  rPSAttrEntryR34AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  59 }

  rPSAttrEntryR34AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR34Entry  60 }

  rPSAttrEntryR34AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR34Entry  61 }

  rPSAttrEntryR34AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR34Entry  62 }

  rPSAttrEntryR34T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR34Entry  63 }

  rPSAttrEntryR34T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR34Entry  64 }

  rPSAttrEntryR34T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR34Entry  65 }

  rPSAttrEntryR34AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR34Entry  66 }

  rPSAttrEntryR34I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR34Entry  67 }

  rPSAttrEntryR34I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR34Entry  68 }

  rPSAttrEntryR34I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR34Entry  69 }

  rPSAttrEntryR34I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR34Entry  70 }

  rPSAttrEntryR34AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR34Entry  71 }

  rPSAttrEntryR34AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR34Entry  72 }

  rPSAttrEntryR34I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR34Entry  73 }

  rPSAttrEntryR34I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR34Entry  74 }

  rPSAttrEntryR34I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR34Entry  75 }

  rPSAttrEntryR34I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR34Entry  76 }

  rPSAttrEntryR34AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR34Entry  77 }

  rPSAttrEntryR34AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR34Entry  78 }

  rPSAttrEntryR34AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR34Entry  79 }

  rPSAttrEntryR34AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR34Entry  80 }

  rPSAttrEntryR34AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR34Entry  81 }

  rPSAttrEntryR34AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR34Entry  82 }

  rPSAttrEntryR34AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR34Entry  83 }

  rPSAttrEntryR34AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR34Entry  84 }

  rPSAttrEntryR34AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR34Entry  85 }

  rPSAttrEntryR34AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR34Entry  86 }

  rPSAttrEntryR34AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR34Entry  88 }

  rPSAttrEntryR34AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR34Entry  89 }

  rPSAttrEntryR34AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR34Entry  90 }

  rPSAttrEntryR34AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR34Entry  91 }

  rPSAttrEntryR34AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR34Entry  92 }

  rPSAttrEntryR34AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR34Entry  93 }

  rPSAttrEntryR34AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR34Entry  94 }

  rPSAttrEntryR34AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR34Entry  95 }

  rPSAttrEntryR34AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR34Entry  96 }

  rPSAttrEntryR34AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR34Entry  97 }

  rPSAttrEntryR34AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR34Entry  98 }

  rPSAttrEntryR34T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR34Entry  99 }

  rPSAttrEntryR34T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR34Entry  100 }

  rPSAttrEntryR34T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR34Entry  101 }

  rPSAttrEntryR34AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  102 }

  rPSAttrEntryR34AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR34Entry  103 }

  rPSAttrEntryR34AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  104 }

  rPSAttrEntryR34AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR34Entry  105 }

  rPSAttrEntryR34AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  106 }

  rPSAttrEntryR34AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  107 }

  rPSAttrEntryR34AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  108 }

  rPSAttrEntryR34AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  109 }

  rPSAttrEntryR34AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  110 }

  rPSAttrEntryR34AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  111 }

  rPSAttrEntryR34AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  112 }

  rPSAttrEntryR34ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  113 }

  rPSAttrEntryR34AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR34Entry  114 }

  rPSAttrEntryR34RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR34Entry  115 }

  rPSAttrEntryR34RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR34Entry  116 }

  rPSAttrEntryR34AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR34Entry  117 }

  rPSAttrEntryR34AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  118 }

  rPSAttrEntryR34AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  119 }

  rPSAttrEntryR34AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR34Entry  120 }

  rPSAttrEntryR34AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR34Entry  121 }

  rPSAttrEntryR34AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR34Entry  122 }

  rPSAttrEntryR34AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR34Entry  123 }

  rPSAttrEntryR34AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  124 }

  rPSAttrEntryR34AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  125 }

  rPSAttrEntryR34AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  126 }

  rPSAttrEntryR34AttrValISUPCarrSelInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   notIncluded(0),
                   presubscribedAndNotInput(1),
                   presubscribedAndInput(2),
                   presubscribedAndInputUndetermined(3),
                   notPresubscribedAndInput(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP carrier selection information'."
    DEFVAL       { notIncluded }
    ::= { rPSAttrEntryR34Entry  127 }

  rPSAttrEntryR34AttrValRemTransitNetwkSelParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove transit network selection parameter'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR34Entry  128 }

  rPSAttrEntryR34AttrValUsrDefHex OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - user defined (hex)'."
    ::= { rPSAttrEntryR34Entry  129 }

  rPSAttrEntryR34AttrValCallProgressInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   postDialDelayComfortTone(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call progress indication'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR34Entry  130 }

  rPSAttrEntryR34AttrValBillOvrDldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override dialed number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  131 }

  rPSAttrEntryR34AttrValClgAddrPrivacyTrustOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   removeRestrictedAddressIfDestinationIsUntrusted(0),
                   sendRestrictedAddressAlways(1),
                   removeRestrictedAddressAlways(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling address privacy trust override'."
    DEFVAL       { removeRestrictedAddressIfDestinationIsUntrusted }
    ::= { rPSAttrEntryR34Entry  132 }

  rPSAttrEntryR34AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR34Entry  133 }

  rPSAttrEntryR34AttrValUserCanSkip OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user can skip'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR34Entry  134 }

  rPSAttrEntryR34AttrValActionOnHexDigitClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   trunkPassThroughOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - action on hex-digit calling party number'."
    DEFVAL       { ignore }
    ::= { rPSAttrEntryR34Entry  135 }

  rPSAttrEntryR34AttrValCallTagToAdd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSAttrEntryR34Entry  136 }

  rPSAttrEntryR34AttrValChargeAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charge address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR34Entry  137 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Persistent Profile'                                         */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  perProfR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PerProfR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profiles'."
    ::= { metaSwitch  2675 }

  perProfR17Entry OBJECT-TYPE
    SYNTAX       PerProfR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { perProfR17NEConn,
             perProfR17NetwkElement,
             perProfR17CFSIx,
             perProfR17GpIx }
    ::= {  perProfR17Table  1  }

  PerProfR17Entry  ::=  SEQUENCE
  {
    perProfR17NEConn                   Unsigned32,
    perProfR17NetwkElement             DisplayString,
    perProfR17CFSIx                    Unsigned32,
    perProfR17GpIx                     Unsigned32,
    perProfR17PerProfName              DisplayString,
    perProfR17ValidSubTypes            BITS,
    perProfR17SDActCallLimitAlgorithm  INTEGER,
    perProfR17SDDefCallLimitAlgorithm  INTEGER,
    perProfR17SDUseDefCallLimitAlgorithm
                                       INTEGER,
    perProfR17SDActCallLimitVal        Unsigned32,
    perProfR17SDDefCallLimitVal        Unsigned32,
    perProfR17SDUseDefCallLimitVal     INTEGER,
    perProfR17SDActMaxCallAppearances  Unsigned32,
    perProfR17SDDefMaxCallAppearances  Unsigned32,
    perProfR17SDUseDefMaxCallAppearances
                                       INTEGER,
    perProfR17SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR17SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    perProfR17SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    perProfR17SDActLongDistanceCarr    DisplayString,
    perProfR17SDDefLongDistanceCarr    DisplayString,
    perProfR17SDUseDefLongDistanceCarr INTEGER,
    perProfR17SDActIntraLATACarr       DisplayString,
    perProfR17SDDefIntraLATACarr       DisplayString,
    perProfR17SDUseDefIntraLATACarr    INTEGER,
    perProfR17SDActIntnatlCarr         DisplayString,
    perProfR17SDDefIntnatlCarr         DisplayString,
    perProfR17SDUseDefIntnatlCarr      INTEGER,
    perProfR17SDActBillType            INTEGER,
    perProfR17SDDefBillType            INTEGER,
    perProfR17SDUseDefBillType         INTEGER,
    perProfR17SDActRtgAttrs            BITS,
    perProfR17SDDefRtgAttrs            BITS,
    perProfR17SDUseDefRtgAttrs         INTEGER,
    perProfR17SDActDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR17SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR17SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    perProfR17SDActTariffGp            INTEGER,
    perProfR17SDDefTariffGp            INTEGER,
    perProfR17SDUseDefTariffGp         INTEGER,
    perProfR17SDActForceLNPLookup      INTEGER,
    perProfR17SDDefForceLNPLookup      INTEGER,
    perProfR17SDUseDefForceLNPLookup   INTEGER,
    perProfR17SDActTimezone            INTEGER,
    perProfR17SDDefTimezone            INTEGER,
    perProfR17SDUseDefTimezone         INTEGER,
    perProfR17SDActAdjustDaylightSavings
                                       INTEGER,
    perProfR17SDDefAdjustDaylightSavings
                                       INTEGER,
    perProfR17SDUseDefAdjustDaylightSavings
                                       INTEGER,
    perProfR17SDActLCC1                INTEGER,
    perProfR17SDDefLCC1                INTEGER,
    perProfR17SDUseDefLCC1             INTEGER,
    perProfR17SDActLCC2                INTEGER,
    perProfR17SDDefLCC2                INTEGER,
    perProfR17SDUseDefLCC2             INTEGER,
    perProfR17SDActLCC3                INTEGER,
    perProfR17SDDefLCC3                INTEGER,
    perProfR17SDUseDefLCC3             INTEGER,
    perProfR17SDActLCC4                INTEGER,
    perProfR17SDDefLCC4                INTEGER,
    perProfR17SDUseDefLCC4             INTEGER,
    perProfR17SDActLCC5                INTEGER,
    perProfR17SDDefLCC5                INTEGER,
    perProfR17SDUseDefLCC5             INTEGER,
    perProfR17ChldCallServAlrmsAttnRq  Unsigned32,
    perProfR17ChldCllSrvAlrmEvtsAttnRq Unsigned32,
    perProfR17ChldCallServAlrmsAtndDp  Unsigned32,
    perProfR17ChldCllSrvAlrmEvtsAtndDp Unsigned32,
    perProfR17SummaryChldAlrmState     INTEGER,
    perProfR17ExportNumObjectsExported Integer32,
    perProfR17ExportStatus             DisplayString,
    perProfR17ExportFile               DisplayString,
    perProfR17ExportCorr               Counter64,
    perProfR17ExportCorrNode           DisplayString,
    perProfR17ExportCorrUID            DisplayString,
    perProfR17DoExtraActions           INTEGER,
    perProfR17RowStatus                RowStatus,
    perProfR17SynchronizationInProgress
                                       INTEGER,
    perProfR17SDActClgNumScreening     INTEGER,
    perProfR17SDDefClgNumScreening     INTEGER,
    perProfR17SDUseDefClgNumScreening  INTEGER,
    perProfR17SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR17SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR17SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR17SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR17SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    perProfR17SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    perProfR17SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    perProfR17SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    perProfR17SDActLCC6                INTEGER,
    perProfR17SDDefLCC6                INTEGER,
    perProfR17SDUseDefLCC6             INTEGER,
    perProfR17SDActLCC7                INTEGER,
    perProfR17SDDefLCC7                INTEGER,
    perProfR17SDUseDefLCC7             INTEGER,
    perProfR17SDActLCC8                INTEGER,
    perProfR17SDDefLCC8                INTEGER,
    perProfR17SDUseDefLCC8             INTEGER,
    perProfR17SDActLCC9                INTEGER,
    perProfR17SDDefLCC9                INTEGER,
    perProfR17SDUseDefLCC9             INTEGER,
    perProfR17SDActLCC10               INTEGER,
    perProfR17SDDefLCC10               INTEGER,
    perProfR17SDUseDefLCC10            INTEGER,
    perProfR17SDActLCC11               INTEGER,
    perProfR17SDDefLCC11               INTEGER,
    perProfR17SDUseDefLCC11            INTEGER,
    perProfR17SDActLCC12               INTEGER,
    perProfR17SDDefLCC12               INTEGER,
    perProfR17SDUseDefLCC12            INTEGER,
    perProfR17SDActLCC13               INTEGER,
    perProfR17SDDefLCC13               INTEGER,
    perProfR17SDUseDefLCC13            INTEGER,
    perProfR17SDActLCC14               INTEGER,
    perProfR17SDDefLCC14               INTEGER,
    perProfR17SDUseDefLCC14            INTEGER,
    perProfR17SDActLCC15               INTEGER,
    perProfR17SDDefLCC15               INTEGER,
    perProfR17SDUseDefLCC15            INTEGER,
    perProfR17SDActLCC16               INTEGER,
    perProfR17SDDefLCC16               INTEGER,
    perProfR17SDUseDefLCC16            INTEGER,
    perProfR17SDActLCC17               INTEGER,
    perProfR17SDDefLCC17               INTEGER,
    perProfR17SDUseDefLCC17            INTEGER,
    perProfR17SDActLCC18               INTEGER,
    perProfR17SDDefLCC18               INTEGER,
    perProfR17SDUseDefLCC18            INTEGER,
    perProfR17SDActLCC19               INTEGER,
    perProfR17SDDefLCC19               INTEGER,
    perProfR17SDUseDefLCC19            INTEGER,
    perProfR17SDActLCC20               INTEGER,
    perProfR17SDDefLCC20               INTEGER,
    perProfR17SDUseDefLCC20            INTEGER,
    perProfSDActR17SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfSDDefR17SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    perProfR17SDUseDefSubMediaGatewayModel
                                       INTEGER,
    perProfR17SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR17SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR17SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    perProfR17SDActMaxSimulRegistrations
                                       INTEGER,
    perProfR17SDDefMaxSimulRegistrations
                                       INTEGER,
    perProfR17SDUseDefMaxSimulRegistrations
                                       INTEGER,
    perProfR17SDActAdvChrgAOCD         INTEGER,
    perProfR17SDDefAdvChrgAOCD         INTEGER,
    perProfR17SDUseDefAdvChrgAOCD      INTEGER,
    perProfR17SDActAdvChrgAOCE         INTEGER,
    perProfR17SDDefAdvChrgAOCE         INTEGER,
    perProfR17SDUseDefAdvChrgAOCE      INTEGER,
    perProfR17SDActBusGpCallLogsEnabled
                                       INTEGER,
    perProfR17SDDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR17SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    perProfR17SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR17SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR17SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    perProfR17SDActSubTimezone         LongDisplayString,
    perProfR17SDDefSubTimezone         LongDisplayString,
    perProfR17SDUseDefSubTimezone      INTEGER,
    perProfR17SDActChargeInd           INTEGER,
    perProfR17SDDefChargeInd           INTEGER,
    perProfR17SDUseDefChargeInd        INTEGER,
    perProfR17SDActSubClgCategory      INTEGER,
    perProfR17SDDefSubClgCategory      INTEGER,
    perProfR17SDUseDefSubClgCategory   INTEGER,
    perProfR17SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR17SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR17SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    perProfR17SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR17SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR17SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    perProfR17SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR17SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR17SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    perProfR17NumRefgSubs              Unsigned32,
    perProfR17ProfIsReferencedBySubs   INTEGER,
    perProfR17TotChldAlrmsAttnRq       Unsigned32,
    perProfR17TotChldAlrmEvtsAttnRq    Unsigned32,
    perProfR17TotChldAlrmsAtndDp       Unsigned32,
    perProfR17TotChldAlrmEvtsAtndDp    Unsigned32,
    perProfR17SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR17SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR17SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    perProfR17SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR17SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR17SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    perProfR17SDActAccessionClientOnly INTEGER,
    perProfR17SDDefAccessionClientOnly INTEGER,
    perProfR17SDUseDefAccessionClientOnly
                                       INTEGER,
    perProfR17SDActInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR17SDDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR17SDUseDefInterruptMOHToProvideRingback
                                       INTEGER,
    perProfR17ExportIncASRepData       INTEGER,
    perProfR17SDActLineTimezone        LongDisplayString,
    perProfR17SDDefLineTimezone        LongDisplayString,
    perProfR17SDUseDefLineTimezone     INTEGER,
    perProfR17SDActBusGpLinesSharePresence
                                       INTEGER,
    perProfR17SDDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR17SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    perProfR17SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR17SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    perProfR17SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    perProfR17ExportChldObjectsToInc   INTEGER,
    perProfR17SDActTypeAddtlCallAppearances
                                       INTEGER,
    perProfR17SDDefTypeAddtlCallAppearances
                                       INTEGER,
    perProfR17SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    perProfR17SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR17SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR17SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    perProfR17SDActOutArea             INTEGER,
    perProfR17SDDefOutArea             INTEGER,
    perProfR17SDUseDefOutArea          INTEGER,
    perProfR17SDActActionOnFaildClgNumScreening
                                       INTEGER,
    perProfR17SDDefActionOnFaildClgNumScreening
                                       INTEGER,
    perProfR17SDUseDefActionOnFaildClgNumScreening
                                       INTEGER
  }

  perProfR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { perProfR17Entry  1 }

  perProfR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { perProfR17Entry  2 }

  perProfR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { perProfR17Entry  3 }

  perProfR17GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { perProfR17Entry  4 }

  perProfR17PerProfName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { perProfR17Entry  5 }

  perProfR17ValidSubTypes OBJECT-TYPE
    SYNTAX       BITS {
                   individualLine(0),
                   pBX(1),
                   businessGroup(2),
                   businessGroupLine(3),
                   multipleAppearanceDirectoryNumber(4),
                   mLHGPilotDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid subscriber types'."
    DEFVAL       { {individualLine, pBX, businessGroup, businessGroupLine, multipleAppearanceDirectoryNumber, mLHGPilotDN} }
    ::= { perProfR17Entry  6 }

  perProfR17SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  7 }

  perProfR17SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  8 }

  perProfR17SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  9 }

  perProfR17SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  10 }

  perProfR17SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  11 }

  perProfR17SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'MADN call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  12 }

  perProfR17SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  13 }

  perProfR17SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  14 }

  perProfR17SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  15 }

  perProfR17SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  16 }

  perProfR17SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  17 }

  perProfR17SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  18 }

  perProfR17SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  19 }

  perProfR17SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  20 }

  perProfR17SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  21 }

  perProfR17SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  22 }

  perProfR17SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  23 }

  perProfR17SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  24 }

  perProfR17SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  25 }

  perProfR17SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  26 }

  perProfR17SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  27 }

  perProfR17SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  28 }

  perProfR17SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRateOrIfNotValidFlatRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  29 }

  perProfR17SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  30 }

  perProfR17SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  31 }

  perProfR17SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  32 }

  perProfR17SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  33 }

  perProfR17SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  34 }

  perProfR17SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  35 }

  perProfR17SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  36 }

  perProfR17SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  40 }

  perProfR17SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  41 }

  perProfR17SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  42 }

  perProfR17SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  43 }

  perProfR17SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  44 }

  perProfR17SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  45 }

  perProfR17SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  46 }

  perProfR17SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  47 }

  perProfR17SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  48 }

  perProfR17SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  49 }

  perProfR17SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  50 }

  perProfR17SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  51 }

  perProfR17SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  52 }

  perProfR17SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  53 }

  perProfR17SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  54 }

  perProfR17SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  55 }

  perProfR17SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  56 }

  perProfR17SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  57 }

  perProfR17SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  58 }

  perProfR17SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  59 }

  perProfR17SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  60 }

  perProfR17SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  61 }

  perProfR17SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  62 }

  perProfR17SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  63 }

  perProfR17SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  64 }

  perProfR17SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  65 }

  perProfR17SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  66 }

  perProfR17ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { perProfR17Entry  67 }

  perProfR17ChldCllSrvAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR17Entry  68 }

  perProfR17ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { perProfR17Entry  69 }

  perProfR17ChldCllSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { perProfR17Entry  70 }

  perProfR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { perProfR17Entry  71 }

  perProfR17ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { perProfR17Entry  72 }

  perProfR17ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { perProfR17Entry  73 }

  perProfR17ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { perProfR17Entry  74 }

  perProfR17ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { perProfR17Entry  75 }

  perProfR17ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { perProfR17Entry  76 }

  perProfR17ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { perProfR17Entry  77 }

  perProfR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   managePhoneProfiles(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { perProfR17Entry  78 }

  perProfR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { perProfR17Entry  79 }

  perProfR17SynchronizationInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization of subscribers in progress'."
    ::= { perProfR17Entry  80 }

  perProfR17SDActClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  81 }

  perProfR17SDDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  82 }

  perProfR17SDUseDefClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  83 }

  perProfR17SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  84 }

  perProfR17SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  85 }

  perProfR17SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  86 }

  perProfR17SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  87 }

  perProfR17SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  88 }

  perProfR17SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  89 }

  perProfR17SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  90 }

  perProfR17SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  91 }

  perProfR17SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  95 }

  perProfR17SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  96 }

  perProfR17SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  97 }

  perProfR17SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  98 }

  perProfR17SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  99 }

  perProfR17SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  100 }

  perProfR17SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  101 }

  perProfR17SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  102 }

  perProfR17SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  103 }

  perProfR17SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  104 }

  perProfR17SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  105 }

  perProfR17SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  106 }

  perProfR17SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  107 }

  perProfR17SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  108 }

  perProfR17SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  109 }

  perProfR17SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  110 }

  perProfR17SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  111 }

  perProfR17SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  112 }

  perProfR17SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  113 }

  perProfR17SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  114 }

  perProfR17SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  115 }

  perProfR17SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  116 }

  perProfR17SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  117 }

  perProfR17SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  118 }

  perProfR17SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  119 }

  perProfR17SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  120 }

  perProfR17SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  121 }

  perProfR17SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  122 }

  perProfR17SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  123 }

  perProfR17SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  124 }

  perProfR17SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  125 }

  perProfR17SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  126 }

  perProfR17SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  127 }

  perProfR17SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  128 }

  perProfR17SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  129 }

  perProfR17SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  130 }

  perProfR17SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  131 }

  perProfR17SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  132 }

  perProfR17SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  133 }

  perProfR17SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  134 }

  perProfR17SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  135 }

  perProfR17SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  136 }

  perProfR17SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  137 }

  perProfR17SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  138 }

  perProfR17SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  139 }

  perProfSDActR17SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  140 }

  perProfSDDefR17SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { perProfR17Entry  141 }

  perProfR17SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  142 }

  perProfR17SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  148 }

  perProfR17SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  149 }

  perProfR17SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  150 }

  perProfR17SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  151 }

  perProfR17SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  152 }

  perProfR17SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  153 }

  perProfR17SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  154 }

  perProfR17SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  155 }

  perProfR17SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  156 }

  perProfR17SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  157 }

  perProfR17SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  158 }

  perProfR17SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  159 }

  perProfR17SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  160 }

  perProfR17SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  161 }

  perProfR17SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  162 }

  perProfR17SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  163 }

  perProfR17SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  164 }

  perProfR17SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  165 }

  perProfR17SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  166 }

  perProfR17SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  167 }

  perProfR17SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  168 }

  perProfR17SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  169 }

  perProfR17SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  170 }

  perProfR17SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  171 }

  perProfR17SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  172 }

  perProfR17SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  173 }

  perProfR17SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  174 }

  perProfR17SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  175 }

  perProfR17SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  176 }

  perProfR17SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  177 }

  perProfR17SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  178 }

  perProfR17SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  179 }

  perProfR17SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  180 }

  perProfR17SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  181 }

  perProfR17SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  182 }

  perProfR17SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  183 }

  perProfR17NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { perProfR17Entry  184 }

  perProfR17ProfIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Profile is referenced by subscribers'."
    ::= { perProfR17Entry  185 }

  perProfR17TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { perProfR17Entry  186 }

  perProfR17TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { perProfR17Entry  187 }

  perProfR17TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { perProfR17Entry  188 }

  perProfR17TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { perProfR17Entry  189 }

  perProfR17SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  190 }

  perProfR17SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  191 }

  perProfR17SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  192 }

  perProfR17SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  193 }

  perProfR17SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  194 }

  perProfR17SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  195 }

  perProfR17SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  196 }

  perProfR17SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  197 }

  perProfR17SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  198 }

  perProfR17SDActInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  199 }

  perProfR17SDDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  200 }

  perProfR17SDUseDefInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Interrupt Music on Hold to provide Ringback in MLHG queues'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  201 }

  perProfR17ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { perProfR17Entry  202 }

  perProfR17SDActLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  203 }

  perProfR17SDDefLineTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  204 }

  perProfR17SDUseDefLineTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  205 }

  perProfR17SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  206 }

  perProfR17SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  207 }

  perProfR17SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  208 }

  perProfR17SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  209 }

  perProfR17SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  210 }

  perProfR17SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  211 }

  perProfR17ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { perProfR17Entry  212 }

  perProfR17SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  213 }

  perProfR17SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  214 }

  perProfR17SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  215 }

  perProfR17SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  216 }

  perProfR17SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  217 }

  perProfR17SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  218 }

  perProfR17SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  219 }

  perProfR17SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  220 }

  perProfR17SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  221 }

  perProfR17SDActActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  222 }

  perProfR17SDDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { perProfR17Entry  223 }

  perProfR17SDUseDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PBX action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { perProfR17Entry  224 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Individual Line'                                            */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  indLineR32Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Lines'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2676 }

  indLineR32Entry OBJECT-TYPE
    SYNTAX       IndLineR32Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineR32NEConn,
             indLineR32NetwkElement,
             indLineR32CFSIx,
             indLineR32DirNum }
    ::= {  indLineR32Table  1  }

  IndLineR32Entry  ::=  SEQUENCE
  {
    indLineR32NEConn                   Unsigned32,
    indLineR32NetwkElement             DisplayString,
    indLineR32CFSIx                    Unsigned32,
    indLineR32DirNum                   DisplayString,
    indLineR32PresNum                  DisplayString,
    indLineR32ClgPartyNum              DisplayString,
    indLineR32I1SubGpNEConn            Unsigned32,
    indLineR32I2SubGpNetwkElement      DisplayString,
    indLineR32I3SubGpCFSIx             Unsigned32,
    indLineR32I4SubGpSubGpIx           Unsigned32,
    indLineR32NumStatus                INTEGER,
    indLineR32T1I1AccDevNEConn         Unsigned32,
    indLineR32T1I2AccDevNetwkElement   DisplayString,
    indLineR32T1I3AccDevCFSIx          Unsigned32,
    indLineR32T1I4AccDevGatewayIx      Unsigned32,
    indLineR32T1I5AccDevDeviceIx       Unsigned32,
    indLineR32T2I1AccDevNEConn         Unsigned32,
    indLineR32T2I2AccDevNetwkElement   DisplayString,
    indLineR32T2I3AccDevCFSIx          Unsigned32,
    indLineR32T2I4AccDevGatewayIx      Unsigned32,
    indLineR32T2I5AccDevDeviceIx       Unsigned32,
    indLineR32AccessLineNum            Unsigned32,
    indLineR32PortedExchangeID         DisplayString,
    indLineR32SignalFunctionCode       INTEGER,
    indLineR32LineUsage                INTEGER,
    indLineR32FSKFormat                INTEGER,
    indLineR32PIN                      DisplayString,
    indLineR32Locale                   INTEGER,
    indLineR32LineSideAnswerSupervisionSupported
                                       INTEGER,
    indLineR32DigitMaskingReqd         INTEGER,
    indLineR32OrigingFacilityMarksDisabled
                                       INTEGER,
    indLineR32OrigingFacilityMarksAttendedCallOffice
                                       INTEGER,
    indLineR32OrigingFacilityMarksADC  INTEGER,
    indLineR32TermFacilityMarksServInterception
                                       INTEGER,
    indLineR32TermFacilityMarksFixedDestServ
                                       INTEGER,
    indLineR32ActYear                  Unsigned32,
    indLineR32ActMonth                 Unsigned32,
    indLineR32ActDate                  Unsigned32,
    indLineR32LastInCallClgType        INTEGER,
    indLineR32LastInCallUniqueNum      INTEGER,
    indLineR32LastInCallClgNum         DisplayString,
    indLineR32LastInCallClgPresNum     DisplayString,
    indLineR32LastInCallTimeCall       Unsigned32,
    indLineR32LastInCallCallerWaited   INTEGER,
    indLineR32LastInCallCallAnswrd     INTEGER,
    indLineR32LastInCallCallTraced     INTEGER,
    indLineR32AlrmState                INTEGER,
    indLineR32AlrmLogCorr              Counter64,
    indLineR32AddtlAlrmLogCorr         Counter64,
    indLineR32AlrmEvtsAttnRq           Unsigned32,
    indLineR32AlrmEvtsAtndDp           Unsigned32,
    indLineR32AlrmStateTimestamp       Unsigned32,
    indLineR32ChldCallServAlrmsAttnRq  Unsigned32,
    indLineR32ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    indLineR32ChldCallServAlrmsAtndDp  Unsigned32,
    indLineR32ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    indLineR32DiagsLogLvl              INTEGER,
    indLineR32DiagsAPITraceEnabled     INTEGER,
    indLineR32DiagsAPITraceTag         DisplayString,
    indLineR32DiagsAPITraceRemNum      DisplayString,
    indLineR32SummaryChldAlrmState     INTEGER,
    indLineR32RowStatus                RowStatus,
    indLineR32ExportNumObjectsExported Integer32,
    indLineR32ExportStatus             DisplayString,
    indLineR32ExportFile               DisplayString,
    indLineR32ExportCorr               Counter64,
    indLineR32ExportCorrNode           DisplayString,
    indLineR32ExportCorrUID            DisplayString,
    indLineR32DoExtraActions           INTEGER,
    indLineR32MovedToDirNum            DisplayString,
    indLineR32CustInfo                 DisplayString,
    indLineR32SigType                  INTEGER,
    indLineR32I1ISDNInterfaceNEConn    Unsigned32,
    indLineR32I2ISDNInterfaceNetwkElement
                                       DisplayString,
    indLineR32I3ISDNInterfaceCFSIx     Unsigned32,
    indLineR32I4ISDNInterfaceISDNIx    Unsigned32,
    indLineR32I5ISDNInterfacePRIIx     Unsigned32,
    indLineR32ISDNDefBearerCapabilities
                                       BITS,
    indLineR32DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    indLineR32SIPUserName              DisplayString,
    indLineR32SIPDomainName            DisplayString,
    indLineR32UseStaticNATMapping      INTEGER,
    indLineR32SIPRegistrationStatus    INTEGER,
    indLineR32SIPAuthenticationReqd    INTEGER,
    indLineR32NewSIPPassword           DisplayString,
    indLineR32ConfirmNewSIPPassword    DisplayString,
    indLineR32ServSuspended            INTEGER,
    indLineR32GR303NailedUpConn        INTEGER,
    indLineR32TSL                      INTEGER,
    indLineR32CustInfo2                DisplayString,
    indLineR32CustInfo3                DisplayString,
    indLineR32CustInfo4                DisplayString,
    indLineR32CustInfo5                DisplayString,
    indLineR32CustInfo6                DisplayString,
    indLineR32PrimaryLineDirNum        DisplayString,
    indLineR32RingPattnRO              INTEGER,
    indLineR32RecentlyMovedFromOldNum  INTEGER,
    indLineR32MovedFromDirNum          DisplayString,
    indLineR32ConnectCallAfterAnnounce INTEGER,
    indLineR32ChargeNum                DisplayString,
    indLineR32I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR32I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR32I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR32I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR32PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR32GR303DialType            INTEGER,
    indLineR32LastOutCallCldType       INTEGER,
    indLineR32LastOutCallCldNum        DisplayString,
    indLineR32LastOutCallNumPres       INTEGER,
    indLineR32LastOutCallCallType      INTEGER,
    indLineR32LastOutCallDirectDialed  INTEGER,
    indLineR32LastOutCallCarr          DisplayString,
    indLineR32I1PerProfNEConn          Unsigned32,
    indLineR32I2PerProfNetwkElement    DisplayString,
    indLineR32I3PerProfCFSIx           Unsigned32,
    indLineR32I4PerProfGpIx            Unsigned32,
    indLineR32InUseBy                  INTEGER,
    indLineR32UseDNIdentification      INTEGER,
    indLineR32SDActTimezone            INTEGER,
    indLineR32SDDefTimezone            INTEGER,
    indLineR32SDUseDefTimezone         INTEGER,
    indLineR32SDActAdjustDaylightSavings
                                       INTEGER,
    indLineR32SDDefAdjustDaylightSavings
                                       INTEGER,
    indLineR32SDUseDefAdjustDaylightSavings
                                       INTEGER,
    indLineR32SDActMaxCallAppearances  Unsigned32,
    indLineR32SDDefMaxCallAppearances  Unsigned32,
    indLineR32SDUseDefMaxCallAppearances
                                       INTEGER,
    indLineR32SDActLongDistanceCarr    DisplayString,
    indLineR32SDDefLongDistanceCarr    DisplayString,
    indLineR32SDUseDefLongDistanceCarr INTEGER,
    indLineR32SDActIntraLATACarr       DisplayString,
    indLineR32SDDefIntraLATACarr       DisplayString,
    indLineR32SDUseDefIntraLATACarr    INTEGER,
    indLineR32SDActRtgAttrs            BITS,
    indLineR32SDDefRtgAttrs            BITS,
    indLineR32SDUseDefRtgAttrs         INTEGER,
    indLineR32SDActBillType            INTEGER,
    indLineR32SDDefBillType            INTEGER,
    indLineR32SDUseDefBillType         INTEGER,
    indLineR32SDActDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR32SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR32SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    indLineR32SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR32SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR32SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    indLineR32SDActTariffGp            INTEGER,
    indLineR32SDDefTariffGp            INTEGER,
    indLineR32SDUseDefTariffGp         INTEGER,
    indLineR32SDActLCC1                INTEGER,
    indLineR32SDDefLCC1                INTEGER,
    indLineR32SDUseDefLCC1             INTEGER,
    indLineR32SDActLCC2                INTEGER,
    indLineR32SDDefLCC2                INTEGER,
    indLineR32SDUseDefLCC2             INTEGER,
    indLineR32SDActLCC3                INTEGER,
    indLineR32SDDefLCC3                INTEGER,
    indLineR32SDUseDefLCC3             INTEGER,
    indLineR32SDActLCC4                INTEGER,
    indLineR32SDDefLCC4                INTEGER,
    indLineR32SDUseDefLCC4             INTEGER,
    indLineR32SDActLCC5                INTEGER,
    indLineR32SDDefLCC5                INTEGER,
    indLineR32SDUseDefLCC5             INTEGER,
    indLineR32SDActForceLNPLookup      INTEGER,
    indLineR32SDDefForceLNPLookup      INTEGER,
    indLineR32SDUseDefForceLNPLookup   INTEGER,
    indLineR32SDActIntnatlCarr         DisplayString,
    indLineR32SDDefIntnatlCarr         DisplayString,
    indLineR32SDUseDefIntnatlCarr      INTEGER,
    indLineR32LineTrafficStudy         INTEGER,
    indLineR32CallListsMissedCalls     LongDisplayString,
    indLineR32CallListsAnswrdCalls     LongDisplayString,
    indLineR32CallListsDialedCalls     LongDisplayString,
    indLineR32EnabledDate              Unsigned32,
    indLineR32SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR32SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR32SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR32SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR32SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR32SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR32SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR32SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    indLineSDActR32SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineSDDefR32SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR32SDUseDefSubMediaGatewayModel
                                       INTEGER,
    indLineR32SDActLCC6                INTEGER,
    indLineR32SDDefLCC6                INTEGER,
    indLineR32SDUseDefLCC6             INTEGER,
    indLineR32SDActLCC7                INTEGER,
    indLineR32SDDefLCC7                INTEGER,
    indLineR32SDUseDefLCC7             INTEGER,
    indLineR32SDActLCC8                INTEGER,
    indLineR32SDDefLCC8                INTEGER,
    indLineR32SDUseDefLCC8             INTEGER,
    indLineR32SDActLCC9                INTEGER,
    indLineR32SDDefLCC9                INTEGER,
    indLineR32SDUseDefLCC9             INTEGER,
    indLineR32SDActLCC10               INTEGER,
    indLineR32SDDefLCC10               INTEGER,
    indLineR32SDUseDefLCC10            INTEGER,
    indLineR32SDActLCC11               INTEGER,
    indLineR32SDDefLCC11               INTEGER,
    indLineR32SDUseDefLCC11            INTEGER,
    indLineR32SDActLCC12               INTEGER,
    indLineR32SDDefLCC12               INTEGER,
    indLineR32SDUseDefLCC12            INTEGER,
    indLineR32SDActLCC13               INTEGER,
    indLineR32SDDefLCC13               INTEGER,
    indLineR32SDUseDefLCC13            INTEGER,
    indLineR32SDActLCC14               INTEGER,
    indLineR32SDDefLCC14               INTEGER,
    indLineR32SDUseDefLCC14            INTEGER,
    indLineR32SDActLCC15               INTEGER,
    indLineR32SDDefLCC15               INTEGER,
    indLineR32SDUseDefLCC15            INTEGER,
    indLineR32SDActLCC16               INTEGER,
    indLineR32SDDefLCC16               INTEGER,
    indLineR32SDUseDefLCC16            INTEGER,
    indLineR32SDActLCC17               INTEGER,
    indLineR32SDDefLCC17               INTEGER,
    indLineR32SDUseDefLCC17            INTEGER,
    indLineR32SDActLCC18               INTEGER,
    indLineR32SDDefLCC18               INTEGER,
    indLineR32SDUseDefLCC18            INTEGER,
    indLineR32SDActLCC19               INTEGER,
    indLineR32SDDefLCC19               INTEGER,
    indLineR32SDUseDefLCC19            INTEGER,
    indLineR32SDActLCC20               INTEGER,
    indLineR32SDDefLCC20               INTEGER,
    indLineR32SDUseDefLCC20            INTEGER,
    indLineR32T1I1GatewayNEConn        Unsigned32,
    indLineR32T1I2GatewayNetwkElement  DisplayString,
    indLineR32T1I3GatewayCFSIx         Unsigned32,
    indLineR32T1I4GatewayGatewayIx     Unsigned32,
    indLineR32T2I1GatewayNEConn        Unsigned32,
    indLineR32T2I2GatewayNetwkElement  DisplayString,
    indLineR32T2I3GatewayCFSIx         Unsigned32,
    indLineR32T2I4GatewayGatewayIx     Unsigned32,
    indLineR32SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR32SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR32SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    indLineR32SDActVQMCallLogging      INTEGER,
    indLineR32SDDefVQMCallLogging      INTEGER,
    indLineR32SDUseDefVQMCallLogging   INTEGER,
    indLineR32CFMLvlOnApply            INTEGER,
    indLineR32SDActMaxSimulRegistrations
                                       INTEGER,
    indLineR32SDDefMaxSimulRegistrations
                                       INTEGER,
    indLineR32SDUseDefMaxSimulRegistrations
                                       INTEGER,
    indLineR32CurrNumRegistrations     Integer32,
    indLineR32FaultMonitoringLvl       INTEGER,
    indLineR32CFMLvlOnApply2           INTEGER,
    indLineR32SIPPassword              DisplayString,
    indLineR32SDActI1NetwkNodeNEConn   Unsigned32,
    indLineR32SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR32SDActI3NetwkNodeCFSIx    Unsigned32,
    indLineR32SDActI4NetwkNodeNodeIx   Unsigned32,
    indLineR32SDDefI1NetwkNodeNEConn   Unsigned32,
    indLineR32SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    indLineR32SDDefI3NetwkNodeCFSIx    Unsigned32,
    indLineR32SDDefI4NetwkNodeNodeIx   Unsigned32,
    indLineSDActR32SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineSDDefR32SDActNetwkNodeOtherVals
                                       INTEGER,
    indLineR32SDUseDefNetwkNode        INTEGER,
    indLineR32MovedToNumAsDialed       DisplayString,
    indLineR32MovedDate                Unsigned32,
    indLineR32SDActExpireAfter         Unsigned32,
    indLineR32SDDefExpireAfter         Unsigned32,
    indLineR32SDUseDefExpireAfter      INTEGER,
    indLineR32ExpiryDate               Unsigned32,
    indLineR32SecondLocale             INTEGER,
    indLineR32SDActAdvChrgAOCD         INTEGER,
    indLineR32SDDefAdvChrgAOCD         INTEGER,
    indLineR32SDUseDefAdvChrgAOCD      INTEGER,
    indLineR32SDActAdvChrgAOCE         INTEGER,
    indLineR32SDDefAdvChrgAOCE         INTEGER,
    indLineR32SDUseDefAdvChrgAOCE      INTEGER,
    indLineR32PayphoneMetering         INTEGER,
    indLineR32SDActI1ESAProtDomNEConn  Unsigned32,
    indLineR32SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR32SDActI3ESAProtDomCFSIx   Unsigned32,
    indLineR32SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineR32SDDefI1ESAProtDomNEConn  Unsigned32,
    indLineR32SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    indLineR32SDDefI3ESAProtDomCFSIx   Unsigned32,
    indLineR32SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    indLineSDActR32SDActESAProtDomOtherVals
                                       INTEGER,
    indLineSDDefR32SDActESAProtDomOtherVals
                                       INTEGER,
    indLineR32SDUseDefESAProtDom       INTEGER,
    indLineR32SASHostname              LongDisplayString,
    indLineR32I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    indLineR32I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    indLineR32I3DelegatedManagementGpDMGIx
                                       Integer32,
    indLineR32SDActSubTimezone         LongDisplayString,
    indLineR32SDDefSubTimezone         LongDisplayString,
    indLineR32SDUseDefSubTimezone      INTEGER,
    indLineR32SDActChargeInd           INTEGER,
    indLineR32SDDefChargeInd           INTEGER,
    indLineR32SDUseDefChargeInd        INTEGER,
    indLineR32SDActSubClgCategory      INTEGER,
    indLineR32SDDefSubClgCategory      INTEGER,
    indLineR32SDUseDefSubClgCategory   INTEGER,
    indLineR32CustomerInfoFirstName    LongDisplayString,
    indLineR32CustomerInfoSecondName   LongDisplayString,
    indLineR32CustomerInfoOtherNames   LongDisplayString,
    indLineR32CustomerInfoPenultimateName
                                       LongDisplayString,
    indLineR32CustomerInfoSurname      LongDisplayString,
    indLineR32I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    indLineR32I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    indLineR32I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    indLineR32I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    indLineR32TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    indLineR32I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    indLineR32I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    indLineR32I3FaultMonitoringProfFMPIx
                                       Integer32,
    indLineR32FaultMonitoringProfOtherVals
                                       INTEGER,
    indLineR32ApplyFMPToReltdObjectTypes
                                       BITS,
    indLineR32AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    indLineR32SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR32SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR32SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    indLineR32StatisticsAlrms          Integer32,
    indLineR32SupportDevTwinning       INTEGER,
    indLineR32DevTwinningUseDNIdentification
                                       INTEGER,
    indLineR32DevTwinningSIPUserName   DisplayString,
    indLineR32DevTwinningSIPDomainName DisplayString,
    indLineR32DevTwinningMaxSimulRegistrations
                                       INTEGER,
    indLineR32DevTwinningCurrNumRegistrations
                                       Integer32,
    indLineR32I1DevTwinningMediaGatewayModelNEConn
                                       Unsigned32,
    indLineR32I2DevTwinningMediaGatewayModelNetwkElement
                                       DisplayString,
    indLineR32I3DevTwinningMediaGatewayModelCFSIx
                                       Unsigned32,
    indLineR32I4DevTwinningMediaGatewayModelModelIx
                                       Unsigned32,
    indLineR32DevTwinningMediaGatewayModelOtherVals
                                       INTEGER,
    indLineR32DevTwinningUseStaticNATMapping
                                       INTEGER,
    indLineR32DevTwinningSIPAuthenticationReqd
                                       INTEGER,
    indLineR32DevTwinningNewSIPPassword
                                       DisplayString,
    indLineR32DevTwinningConfirmNewSIPPassword
                                       DisplayString,
    indLineR32I1DevTwinningPreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    indLineR32I2DevTwinningPreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    indLineR32I3DevTwinningPreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    indLineR32I4DevTwinningPreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    indLineR32DevTwinningPreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    indLineR32DevTwinningMaxCallAppearances
                                       Unsigned32,
    indLineR32DevTwinningMaxPermittedContactRefreshInterval
                                       Unsigned32,
    indLineR32DevTwinningSIPPassword   DisplayString,
    indLineR32NoUserEquipment          INTEGER,
    indLineR32SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR32SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR32SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    indLineR32AllowRehoming            INTEGER,
    indLineR32I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    indLineR32SDActAccessionClientOnly INTEGER,
    indLineR32SDDefAccessionClientOnly INTEGER,
    indLineR32SDUseDefAccessionClientOnly
                                       INTEGER,
    indLineR32PreSubscribedConn        INTEGER,
    indLineR32ExportIncASRepData       INTEGER,
    indLineR32PBXIsDuplicate           INTEGER,
    indLineR32PBXIsRenumbering         INTEGER,
    indLineR32SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR32SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    indLineR32SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    indLineR32PortedRtgMethod          INTEGER,
    indLineR32LocationRtgNum           DisplayString,
    indLineR32IsIMS                    INTEGER,
    indLineR32ExportChldObjectsToInc   INTEGER,
    indLineR32SDActTypeAddtlCallAppearances
                                       INTEGER,
    indLineR32SDDefTypeAddtlCallAppearances
                                       INTEGER,
    indLineR32SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    indLineR32PermissibleInboundIPAddrs
                                       LongDisplayString,
    indLineR32SDActOutArea             INTEGER,
    indLineR32SDDefOutArea             INTEGER,
    indLineR32SDUseDefOutArea          INTEGER,
    indLineR32SDActOvrChargeNum        DisplayString,
    indLineR32SDDefOvrChargeNum        DisplayString,
    indLineR32SDUseDefOvrChargeNum     INTEGER,
    indLineR32SDActOvrClgPartyNum      DisplayString,
    indLineR32SDDefOvrClgPartyNum      DisplayString,
    indLineR32SDUseDefOvrClgPartyNum   INTEGER,
    indLineR32DNIDInE164Format         INTEGER,
    indLineR32RequestSource            INTEGER
  }

  indLineR32NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineR32Entry  1 }

  indLineR32NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineR32Entry  2 }

  indLineR32CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineR32Entry  3 }

  indLineR32DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineR32Entry  4 }

  indLineR32PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { indLineR32Entry  5 }

  indLineR32ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { indLineR32Entry  6 }

  indLineR32I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR32Entry  7 }

  indLineR32I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR32Entry  8 }

  indLineR32I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR32Entry  9 }

  indLineR32I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { indLineR32Entry  10 }

  indLineR32NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { indLineR32Entry  11 }

  indLineR32T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR32Entry  12 }

  indLineR32T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR32Entry  13 }

  indLineR32T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR32Entry  14 }

  indLineR32T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR32Entry  15 }

  indLineR32T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { indLineR32Entry  16 }

  indLineR32T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR32Entry  17 }

  indLineR32T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR32Entry  18 }

  indLineR32T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR32Entry  19 }

  indLineR32T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR32Entry  20 }

  indLineR32T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { indLineR32Entry  21 }

  indLineR32AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { indLineR32Entry  22 }

  indLineR32PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { indLineR32Entry  23 }

  indLineR32SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { indLineR32Entry  24 }

  indLineR32LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { indLineR32Entry  25 }

  indLineR32FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { indLineR32Entry  26 }

  indLineR32PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { indLineR32Entry  29 }

  indLineR32Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { indLineR32Entry  30 }

  indLineR32LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR32Entry  33 }

  indLineR32DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { indLineR32Entry  34 }

  indLineR32OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { indLineR32Entry  36 }

  indLineR32OrigingFacilityMarksAttendedCallOffice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - attended call office'."
    DEFVAL       { false }
    ::= { indLineR32Entry  37 }

  indLineR32OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { indLineR32Entry  38 }

  indLineR32TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { indLineR32Entry  39 }

  indLineR32TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { indLineR32Entry  40 }

  indLineR32ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { indLineR32Entry  42 }

  indLineR32ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { indLineR32Entry  43 }

  indLineR32ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { indLineR32Entry  44 }

  indLineR32LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { indLineR32Entry  45 }

  indLineR32LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { indLineR32Entry  46 }

  indLineR32LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { indLineR32Entry  47 }

  indLineR32LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { indLineR32Entry  48 }

  indLineR32LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { indLineR32Entry  49 }

  indLineR32LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { indLineR32Entry  50 }

  indLineR32LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { indLineR32Entry  51 }

  indLineR32LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { indLineR32Entry  52 }

  indLineR32AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { indLineR32Entry  53 }

  indLineR32AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { indLineR32Entry  54 }

  indLineR32AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { indLineR32Entry  55 }

  indLineR32AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR32Entry  56 }

  indLineR32AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR32Entry  57 }

  indLineR32AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { indLineR32Entry  58 }

  indLineR32ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { indLineR32Entry  59 }

  indLineR32ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR32Entry  60 }

  indLineR32ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { indLineR32Entry  61 }

  indLineR32ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { indLineR32Entry  62 }

  indLineR32DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { indLineR32Entry  63 }

  indLineR32DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { indLineR32Entry  64 }

  indLineR32DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { indLineR32Entry  65 }

  indLineR32DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { indLineR32Entry  66 }

  indLineR32SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { indLineR32Entry  67 }

  indLineR32RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineR32Entry  68 }

  indLineR32ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineR32Entry  69 }

  indLineR32ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineR32Entry  70 }

  indLineR32ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineR32Entry  71 }

  indLineR32ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineR32Entry  72 }

  indLineR32ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineR32Entry  73 }

  indLineR32ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineR32Entry  74 }

  indLineR32DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   deleteRegisteredSIPBindings(2),
                   resynchronizePhones(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineR32Entry  75 }

  indLineR32MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { indLineR32Entry  76 }

  indLineR32CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { indLineR32Entry  77 }

  indLineR32SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { indLineR32Entry  78 }

  indLineR32I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR32Entry  79 }

  indLineR32I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR32Entry  80 }

  indLineR32I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR32Entry  81 }

  indLineR32I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR32Entry  82 }

  indLineR32I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { indLineR32Entry  83 }

  indLineR32ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { indLineR32Entry  84 }

  indLineR32DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { indLineR32Entry  85 }

  indLineR32SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { indLineR32Entry  86 }

  indLineR32SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { indLineR32Entry  87 }

  indLineR32UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR32Entry  88 }

  indLineR32SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { indLineR32Entry  89 }

  indLineR32SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR32Entry  90 }

  indLineR32NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR32Entry  91 }

  indLineR32ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR32Entry  92 }

  indLineR32ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { indLineR32Entry  96 }

  indLineR32GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR32Entry  97 }

  indLineR32TSL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Teen Service Line'.
                  This field is only writable during create."
    DEFVAL       { false }
    ::= { indLineR32Entry  98 }

  indLineR32CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { indLineR32Entry  99 }

  indLineR32CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { indLineR32Entry  100 }

  indLineR32CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { indLineR32Entry  101 }

  indLineR32CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { indLineR32Entry  102 }

  indLineR32CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { indLineR32Entry  103 }

  indLineR32PrimaryLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary Line Directory Number'."
    ::= { indLineR32Entry  104 }

  indLineR32RingPattnRO OBJECT-TYPE
    SYNTAX       INTEGER {
                   longLong(1),
                   shortLongShort(2),
                   shortShortLong(3),
                   cadence1(4),
                   cadence2(5),
                   cadence3(6),
                   distinctiveRingPattern2(7),
                   distinctiveRingPattern3(8),
                   distinctiveRingPattern4(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { indLineR32Entry  105 }

  indLineR32RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { indLineR32Entry  106 }

  indLineR32MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { indLineR32Entry  107 }

  indLineR32ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { indLineR32Entry  108 }

  indLineR32ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { indLineR32Entry  109 }

  indLineR32I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  110 }

  indLineR32I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  111 }

  indLineR32I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  112 }

  indLineR32I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  113 }

  indLineR32PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR32Entry  114 }

  indLineR32GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { indLineR32Entry  120 }

  indLineR32LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { indLineR32Entry  122 }

  indLineR32LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { indLineR32Entry  123 }

  indLineR32LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { indLineR32Entry  124 }

  indLineR32LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { indLineR32Entry  125 }

  indLineR32LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { indLineR32Entry  126 }

  indLineR32LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { indLineR32Entry  127 }

  indLineR32I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR32Entry  133 }

  indLineR32I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR32Entry  134 }

  indLineR32I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR32Entry  135 }

  indLineR32I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { indLineR32Entry  136 }

  indLineR32InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   testCallsServices(32)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { indLineR32Entry  137 }

  indLineR32UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR32Entry  138 }

  indLineR32SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  139 }

  indLineR32SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  140 }

  indLineR32SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  141 }

  indLineR32SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  142 }

  indLineR32SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  143 }

  indLineR32SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  144 }

  indLineR32SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  150 }

  indLineR32SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  151 }

  indLineR32SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  152 }

  indLineR32SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  153 }

  indLineR32SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  154 }

  indLineR32SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  155 }

  indLineR32SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  156 }

  indLineR32SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  157 }

  indLineR32SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  158 }

  indLineR32SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  159 }

  indLineR32SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  160 }

  indLineR32SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  161 }

  indLineR32SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  162 }

  indLineR32SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  163 }

  indLineR32SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  164 }

  indLineR32SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  165 }

  indLineR32SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  166 }

  indLineR32SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  167 }

  indLineR32SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  168 }

  indLineR32SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  169 }

  indLineR32SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  170 }

  indLineR32SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  171 }

  indLineR32SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  172 }

  indLineR32SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  173 }

  indLineR32SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  174 }

  indLineR32SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  175 }

  indLineR32SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  176 }

  indLineR32SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  177 }

  indLineR32SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  178 }

  indLineR32SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  179 }

  indLineR32SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  180 }

  indLineR32SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  181 }

  indLineR32SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  182 }

  indLineR32SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  183 }

  indLineR32SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  184 }

  indLineR32SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  185 }

  indLineR32SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  186 }

  indLineR32SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  187 }

  indLineR32SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  188 }

  indLineR32SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  189 }

  indLineR32SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  190 }

  indLineR32SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  191 }

  indLineR32SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  192 }

  indLineR32SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  193 }

  indLineR32SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  194 }

  indLineR32LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { indLineR32Entry  195 }

  indLineR32CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { indLineR32Entry  196 }

  indLineR32CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { indLineR32Entry  197 }

  indLineR32CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { indLineR32Entry  198 }

  indLineR32EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { indLineR32Entry  199 }

  indLineR32SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  207 }

  indLineR32SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  208 }

  indLineR32SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  209 }

  indLineR32SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  210 }

  indLineR32SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  211 }

  indLineR32SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  212 }

  indLineR32SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  213 }

  indLineR32SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  214 }

  indLineSDActR32SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  216 }

  indLineSDDefR32SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { indLineR32Entry  217 }

  indLineR32SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  218 }

  indLineR32SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  224 }

  indLineR32SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  225 }

  indLineR32SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  226 }

  indLineR32SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  227 }

  indLineR32SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  228 }

  indLineR32SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  229 }

  indLineR32SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  230 }

  indLineR32SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  231 }

  indLineR32SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  232 }

  indLineR32SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  233 }

  indLineR32SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  234 }

  indLineR32SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  235 }

  indLineR32SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  236 }

  indLineR32SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  237 }

  indLineR32SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  238 }

  indLineR32SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  239 }

  indLineR32SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  240 }

  indLineR32SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  241 }

  indLineR32SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  242 }

  indLineR32SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  243 }

  indLineR32SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  244 }

  indLineR32SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  245 }

  indLineR32SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  246 }

  indLineR32SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  247 }

  indLineR32SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  248 }

  indLineR32SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  249 }

  indLineR32SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  250 }

  indLineR32SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  251 }

  indLineR32SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  252 }

  indLineR32SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  253 }

  indLineR32SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  254 }

  indLineR32SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  255 }

  indLineR32SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  256 }

  indLineR32SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  257 }

  indLineR32SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  258 }

  indLineR32SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  259 }

  indLineR32SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  260 }

  indLineR32SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  261 }

  indLineR32SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  262 }

  indLineR32SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  263 }

  indLineR32SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  264 }

  indLineR32SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  265 }

  indLineR32SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  266 }

  indLineR32SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  267 }

  indLineR32SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  268 }

  indLineR32T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR32Entry  269 }

  indLineR32T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR32Entry  270 }

  indLineR32T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR32Entry  271 }

  indLineR32T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { indLineR32Entry  272 }

  indLineR32T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR32Entry  273 }

  indLineR32T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR32Entry  274 }

  indLineR32T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR32Entry  275 }

  indLineR32T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { indLineR32Entry  276 }

  indLineR32SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  285 }

  indLineR32SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  286 }

  indLineR32SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  287 }

  indLineR32SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  301 }

  indLineR32SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  302 }

  indLineR32SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  303 }

  indLineR32CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR32Entry  304 }

  indLineR32SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  305 }

  indLineR32SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  306 }

  indLineR32SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  307 }

  indLineR32CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { indLineR32Entry  308 }

  indLineR32FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { indLineR32Entry  309 }

  indLineR32CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { indLineR32Entry  310 }

  indLineR32SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { indLineR32Entry  311 }

  indLineR32SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  312 }

  indLineR32SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  313 }

  indLineR32SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  314 }

  indLineR32SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  315 }

  indLineR32SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  316 }

  indLineR32SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  317 }

  indLineR32SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  318 }

  indLineR32SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  319 }

  indLineSDActR32SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  321 }

  indLineSDDefR32SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { indLineR32Entry  322 }

  indLineR32SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  323 }

  indLineR32MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { indLineR32Entry  328 }

  indLineR32MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { indLineR32Entry  329 }

  indLineR32SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  330 }

  indLineR32SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  331 }

  indLineR32SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  332 }

  indLineR32ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { indLineR32Entry  333 }

  indLineR32SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { indLineR32Entry  346 }

  indLineR32SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  347 }

  indLineR32SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  348 }

  indLineR32SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  349 }

  indLineR32SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  350 }

  indLineR32SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  351 }

  indLineR32SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  352 }

  indLineR32PayphoneMetering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Payphone metering'."
    DEFVAL       { false }
    ::= { indLineR32Entry  353 }

  indLineR32SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  354 }

  indLineR32SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  355 }

  indLineR32SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  356 }

  indLineR32SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  357 }

  indLineR32SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  358 }

  indLineR32SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  359 }

  indLineR32SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  360 }

  indLineR32SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  361 }

  indLineSDActR32SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  363 }

  indLineSDDefR32SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { indLineR32Entry  364 }

  indLineR32SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  365 }

  indLineR32SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { indLineR32Entry  370 }

  indLineR32I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR32Entry  371 }

  indLineR32I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR32Entry  372 }

  indLineR32I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { indLineR32Entry  373 }

  indLineR32SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  375 }

  indLineR32SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  376 }

  indLineR32SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  377 }

  indLineR32SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  378 }

  indLineR32SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  379 }

  indLineR32SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  380 }

  indLineR32SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  381 }

  indLineR32SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  382 }

  indLineR32SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  383 }

  indLineR32CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { indLineR32Entry  390 }

  indLineR32CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { indLineR32Entry  391 }

  indLineR32CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { indLineR32Entry  392 }

  indLineR32CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { indLineR32Entry  393 }

  indLineR32CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { indLineR32Entry  394 }

  indLineR32I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR32Entry  395 }

  indLineR32I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR32Entry  396 }

  indLineR32I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR32Entry  397 }

  indLineR32I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { indLineR32Entry  398 }

  indLineR32TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR32Entry  399 }

  indLineR32I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR32Entry  400 }

  indLineR32I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR32Entry  401 }

  indLineR32I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { indLineR32Entry  402 }

  indLineR32FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR32Entry  403 }

  indLineR32ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { indLineR32Entry  404 }

  indLineR32AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { indLineR32Entry  405 }

  indLineR32SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  406 }

  indLineR32SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  407 }

  indLineR32SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  408 }

  indLineR32StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { indLineR32Entry  409 }

  indLineR32SupportDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSubscribed(1),
                   subscribedNotEnabled(2),
                   subscribedAndEnabled(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Device twinning - support'."
    DEFVAL       { notSubscribed }
    ::= { indLineR32Entry  410 }

  indLineR32DevTwinningUseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use DN for identification'."
    DEFVAL       { false }
    ::= { indLineR32Entry  411 }

  indLineR32DevTwinningSIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP user name'."
    ::= { indLineR32Entry  412 }

  indLineR32DevTwinningSIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP domain name'."
    ::= { indLineR32Entry  413 }

  indLineR32DevTwinningMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum simultaneous registrations'."
    DEFVAL       { 1 }
    ::= { indLineR32Entry  414 }

  indLineR32DevTwinningCurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned current number of registrations'."
    ::= { indLineR32Entry  415 }

  indLineR32I1DevTwinningMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR32Entry  416 }

  indLineR32I2DevTwinningMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR32Entry  417 }

  indLineR32I3DevTwinningMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR32Entry  418 }

  indLineR32I4DevTwinningMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model',
                  This field represents index
                  'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { indLineR32Entry  419 }

  indLineR32DevTwinningMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned Media Gateway Model'.
                  This field represents the fixed
                  values that Device twinning - twinned Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR32Entry  420 }

  indLineR32DevTwinningUseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned use static NAT mapping'."
    DEFVAL       { false }
    ::= { indLineR32Entry  421 }

  indLineR32DevTwinningSIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP authentication required'."
    DEFVAL       { true }
    ::= { indLineR32Entry  422 }

  indLineR32DevTwinningNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR32Entry  423 }

  indLineR32DevTwinningConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { indLineR32Entry  424 }

  indLineR32I1DevTwinningPreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  425 }

  indLineR32I2DevTwinningPreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  426 }

  indLineR32I3DevTwinningPreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  427 }

  indLineR32I4DevTwinningPreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { indLineR32Entry  428 }

  indLineR32DevTwinningPreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Device twinning - twinned preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Device twinning - twinned preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { indLineR32Entry  429 }

  indLineR32DevTwinningMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum call appearances'."
    DEFVAL       { 1 }
    ::= { indLineR32Entry  430 }

  indLineR32DevTwinningMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { indLineR32Entry  431 }

  indLineR32DevTwinningSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Device twinning - twinned SIP password'."
    ::= { indLineR32Entry  432 }

  indLineR32NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR32Entry  433 }

  indLineR32SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  434 }

  indLineR32SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  435 }

  indLineR32SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  436 }

  indLineR32AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { indLineR32Entry  437 }

  indLineR32I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { indLineR32Entry  438 }

  indLineR32SDActAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  439 }

  indLineR32SDDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  440 }

  indLineR32SDUseDefAccessionClientOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Accession Client only'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  441 }

  indLineR32PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR32Entry  442 }

  indLineR32ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineR32Entry  443 }

  indLineR32PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { indLineR32Entry  444 }

  indLineR32PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { indLineR32Entry  445 }

  indLineR32SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  446 }

  indLineR32SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  447 }

  indLineR32SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  448 }

  indLineR32PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { indLineR32Entry  449 }

  indLineR32LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { indLineR32Entry  450 }

  indLineR32IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { indLineR32Entry  451 }

  indLineR32ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineR32Entry  452 }

  indLineR32SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  453 }

  indLineR32SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  454 }

  indLineR32SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  455 }

  indLineR32PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { indLineR32Entry  456 }

  indLineR32SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  457 }

  indLineR32SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  458 }

  indLineR32SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  459 }

  indLineR32SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  460 }

  indLineR32SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  461 }

  indLineR32SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  462 }

  indLineR32SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  463 }

  indLineR32SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineR32Entry  464 }

  indLineR32SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineR32Entry  465 }

  indLineR32DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { indLineR32Entry  466 }

  indLineR32RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { indLineR32Entry  467 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  indLnClFwdR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLnClFwdR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2677 }

  indLnClFwdR10Entry OBJECT-TYPE
    SYNTAX       IndLnClFwdR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLnClFwdR10NEConn,
             indLnClFwdR10NetwkElement,
             indLnClFwdR10CFSIx,
             indLnClFwdR10DirNum }
    ::= {  indLnClFwdR10Table  1  }

  IndLnClFwdR10Entry  ::=  SEQUENCE
  {
    indLnClFwdR10NEConn                Unsigned32,
    indLnClFwdR10NetwkElement          DisplayString,
    indLnClFwdR10CFSIx                 Unsigned32,
    indLnClFwdR10DirNum                DisplayString,
    indLnClFwdR10SDActUserNotifCallDiversion
                                       INTEGER,
    indLnClFwdR10SDDefUserNotifCallDiversion
                                       INTEGER,
    indLnClFwdR10SDUseDefUserNotifCallDiversion
                                       INTEGER,
    indLnClFwdR10SDActNumRlsdToDivertedToUser
                                       INTEGER,
    indLnClFwdR10SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLnClFwdR10SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    indLnClFwdR10SDActPlayConfirmTone  INTEGER,
    indLnClFwdR10SDDefPlayConfirmTone  INTEGER,
    indLnClFwdR10SDUseDefPlayConfirmTone
                                       INTEGER,
    indLnClFwdR10SDActCFUSubscribed    INTEGER,
    indLnClFwdR10SDDefCFUSubscribed    INTEGER,
    indLnClFwdR10SDUseDefCFUSubscribed INTEGER,
    indLnClFwdR10CFUEnabled            INTEGER,
    indLnClFwdR10CFUNum                DisplayString,
    indLnClFwdR10SDActCFBLSubscribed   INTEGER,
    indLnClFwdR10SDDefCFBLSubscribed   INTEGER,
    indLnClFwdR10SDUseDefCFBLSubscribed
                                       INTEGER,
    indLnClFwdR10CFBLEnabled           INTEGER,
    indLnClFwdR10CFBLNum               DisplayString,
    indLnClFwdR10SDActCFDASubscribed   INTEGER,
    indLnClFwdR10SDDefCFDASubscribed   INTEGER,
    indLnClFwdR10SDUseDefCFDASubscribed
                                       INTEGER,
    indLnClFwdR10CFDAEnabled           INTEGER,
    indLnClFwdR10CFDANum               DisplayString,
    indLnClFwdR10SDActCFDANoReplyTime  Unsigned32,
    indLnClFwdR10SDDefCFDANoReplyTime  Unsigned32,
    indLnClFwdR10SDUseDefCFDANoReplyTime
                                       INTEGER,
    indLnClFwdR10SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLnClFwdR10SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLnClFwdR10SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    indLnClFwdR10SDActSCFSubscribed    INTEGER,
    indLnClFwdR10SDDefSCFSubscribed    INTEGER,
    indLnClFwdR10SDUseDefSCFSubscribed INTEGER,
    indLnClFwdR10SCFEnabled            INTEGER,
    indLnClFwdR10SCFNumToFwdTo         DisplayString,
    indLnClFwdR10SCFNumAnonNumsFwd     Unsigned32,
    indLnClFwdR10SDActSCFUSB           INTEGER,
    indLnClFwdR10SDDefSCFUSB           INTEGER,
    indLnClFwdR10SDUseDefSCFUSB        INTEGER,
    indLnClFwdR10SDActLineHunt         INTEGER,
    indLnClFwdR10SDDefLineHunt         INTEGER,
    indLnClFwdR10SDUseDefLineHunt      INTEGER,
    indLnClFwdR10SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLnClFwdR10SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    indLnClFwdR10SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    indLnClFwdR10SDActBasicArrangementLineHunting
                                       INTEGER,
    indLnClFwdR10SDDefBasicArrangementLineHunting
                                       INTEGER,
    indLnClFwdR10SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    indLnClFwdR10DoExtraActions        INTEGER,
    indLnClFwdR10SDActRACFSubscribed   INTEGER,
    indLnClFwdR10SDDefRACFSubscribed   INTEGER,
    indLnClFwdR10SDUseDefRACFSubscribed
                                       INTEGER,
    indLnClFwdR10RACFBlocked           INTEGER,
    indLnClFwdR10SDActMaxSimulFwds     Unsigned32,
    indLnClFwdR10SDDefMaxSimulFwds     Unsigned32,
    indLnClFwdR10SDUseDefMaxSimulFwds  INTEGER,
    indLnClFwdR10SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLnClFwdR10SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLnClFwdR10SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    indLnClFwdR10SDActCFUSingleRing    INTEGER,
    indLnClFwdR10SDDefCFUSingleRing    INTEGER,
    indLnClFwdR10SDUseDefCFUSingleRing INTEGER,
    indLnClFwdR10SDActSCFSingleRing    INTEGER,
    indLnClFwdR10SDDefSCFSingleRing    INTEGER,
    indLnClFwdR10SDUseDefSCFSingleRing INTEGER,
    indLnClFwdR10SDActCFUVariant       INTEGER,
    indLnClFwdR10SDDefCFUVariant       INTEGER,
    indLnClFwdR10SDUseDefCFUVariant    INTEGER,
    indLnClFwdR10SDActCFBLVariant      INTEGER,
    indLnClFwdR10SDDefCFBLVariant      INTEGER,
    indLnClFwdR10SDUseDefCFBLVariant   INTEGER,
    indLnClFwdR10SDActCFDAVariant      INTEGER,
    indLnClFwdR10SDDefCFDAVariant      INTEGER,
    indLnClFwdR10SDUseDefCFDAVariant   INTEGER,
    indLnClFwdR10BasicLineHuntingEnabled
                                       INTEGER,
    indLnClFwdR10SDActFMFMSubscribed   INTEGER,
    indLnClFwdR10SDDefFMFMSubscribed   INTEGER,
    indLnClFwdR10SDUseDefFMFMSubscribed
                                       INTEGER,
    indLnClFwdR10SDActFMFMServLvl      INTEGER,
    indLnClFwdR10SDDefFMFMServLvl      INTEGER,
    indLnClFwdR10SDUseDefFMFMServLvl   INTEGER,
    indLnClFwdR10FMFMEnabled           INTEGER,
    indLnClFwdR10SDActRequireCrtsyCall INTEGER,
    indLnClFwdR10SDDefRequireCrtsyCall INTEGER,
    indLnClFwdR10SDUseDefRequireCrtsyCall
                                       INTEGER,
    indLnClFwdR10SDActUnavailCFSubscribed
                                       INTEGER,
    indLnClFwdR10SDDefUnavailCFSubscribed
                                       INTEGER,
    indLnClFwdR10SDUseDefUnavailCFSubscribed
                                       INTEGER,
    indLnClFwdR10UnavailCFEnabled      INTEGER,
    indLnClFwdR10UnavailCFNum          DisplayString,
    indLnClFwdR10SDActNmRlToCllr       INTEGER,
    indLnClFwdR10SDDefNmRlToCllr       INTEGER,
    indLnClFwdR10SDUseDefNmRlToCllr    INTEGER,
    indLnClFwdR10SDActDivertedToNmRlToCllr
                                       INTEGER,
    indLnClFwdR10SDDefDivertedToNmRlToCllr
                                       INTEGER,
    indLnClFwdR10SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    indLnClFwdR10SDActIntegratedCF     INTEGER,
    indLnClFwdR10SDDefIntegratedCF     INTEGER,
    indLnClFwdR10SDUseDefIntegratedCF  INTEGER,
    indLnClFwdR10SDActCFUOvrEnabled    INTEGER,
    indLnClFwdR10SDDefCFUOvrEnabled    INTEGER,
    indLnClFwdR10SDUseDefCFUOvrEnabled INTEGER,
    indLnClFwdR10SDActCFUOvrNum        DisplayString,
    indLnClFwdR10SDDefCFUOvrNum        DisplayString,
    indLnClFwdR10SDUseDefCFUOvrNum     INTEGER,
    indLnClFwdR10SDActUnvCFOvrEnabled  INTEGER,
    indLnClFwdR10SDDefUnvCFOvrEnabled  INTEGER,
    indLnClFwdR10SDUseDefUnvCFOvrEnabled
                                       INTEGER,
    indLnClFwdR10SDActUnvCFOvrNum      DisplayString,
    indLnClFwdR10SDDefUnvCFOvrNum      DisplayString,
    indLnClFwdR10SDUseDefUnvCFOvrNum   INTEGER
  }

  indLnClFwdR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLnClFwdR10Entry  1 }

  indLnClFwdR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLnClFwdR10Entry  2 }

  indLnClFwdR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLnClFwdR10Entry  3 }

  indLnClFwdR10DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLnClFwdR10Entry  4 }

  indLnClFwdR10SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  5 }

  indLnClFwdR10SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  6 }

  indLnClFwdR10SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  7 }

  indLnClFwdR10SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  8 }

  indLnClFwdR10SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  9 }

  indLnClFwdR10SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  10 }

  indLnClFwdR10SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  11 }

  indLnClFwdR10SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  12 }

  indLnClFwdR10SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  13 }

  indLnClFwdR10SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  14 }

  indLnClFwdR10SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  15 }

  indLnClFwdR10SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  16 }

  indLnClFwdR10CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLnClFwdR10Entry  17 }

  indLnClFwdR10CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { indLnClFwdR10Entry  18 }

  indLnClFwdR10SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  19 }

  indLnClFwdR10SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  20 }

  indLnClFwdR10SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  21 }

  indLnClFwdR10CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLnClFwdR10Entry  22 }

  indLnClFwdR10CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { indLnClFwdR10Entry  23 }

  indLnClFwdR10SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  24 }

  indLnClFwdR10SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  25 }

  indLnClFwdR10SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  26 }

  indLnClFwdR10CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLnClFwdR10Entry  27 }

  indLnClFwdR10CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { indLnClFwdR10Entry  28 }

  indLnClFwdR10SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  29 }

  indLnClFwdR10SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  30 }

  indLnClFwdR10SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  31 }

  indLnClFwdR10SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  32 }

  indLnClFwdR10SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  33 }

  indLnClFwdR10SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  34 }

  indLnClFwdR10SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  35 }

  indLnClFwdR10SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  36 }

  indLnClFwdR10SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  37 }

  indLnClFwdR10SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { indLnClFwdR10Entry  38 }

  indLnClFwdR10SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { indLnClFwdR10Entry  39 }

  indLnClFwdR10SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { indLnClFwdR10Entry  40 }

  indLnClFwdR10SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  41 }

  indLnClFwdR10SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  42 }

  indLnClFwdR10SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  43 }

  indLnClFwdR10SDActLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  44 }

  indLnClFwdR10SDDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  45 }

  indLnClFwdR10SDUseDefLineHunt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  46 }

  indLnClFwdR10SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  47 }

  indLnClFwdR10SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  48 }

  indLnClFwdR10SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  49 }

  indLnClFwdR10SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  50 }

  indLnClFwdR10SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  51 }

  indLnClFwdR10SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  52 }

  indLnClFwdR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLnClFwdR10Entry  53 }

  indLnClFwdR10SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  54 }

  indLnClFwdR10SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  55 }

  indLnClFwdR10SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  56 }

  indLnClFwdR10RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { indLnClFwdR10Entry  57 }

  indLnClFwdR10SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  61 }

  indLnClFwdR10SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  62 }

  indLnClFwdR10SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  63 }

  indLnClFwdR10SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  64 }

  indLnClFwdR10SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  65 }

  indLnClFwdR10SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  66 }

  indLnClFwdR10SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  68 }

  indLnClFwdR10SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  69 }

  indLnClFwdR10SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  70 }

  indLnClFwdR10SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  77 }

  indLnClFwdR10SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  78 }

  indLnClFwdR10SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  79 }

  indLnClFwdR10SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  80 }

  indLnClFwdR10SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  81 }

  indLnClFwdR10SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  82 }

  indLnClFwdR10SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  83 }

  indLnClFwdR10SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  84 }

  indLnClFwdR10SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  85 }

  indLnClFwdR10SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  86 }

  indLnClFwdR10SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  87 }

  indLnClFwdR10SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  88 }

  indLnClFwdR10BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  89 }

  indLnClFwdR10SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  90 }

  indLnClFwdR10SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  91 }

  indLnClFwdR10SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  92 }

  indLnClFwdR10SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  93 }

  indLnClFwdR10SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  94 }

  indLnClFwdR10SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  95 }

  indLnClFwdR10FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { indLnClFwdR10Entry  96 }

  indLnClFwdR10SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  97 }

  indLnClFwdR10SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  98 }

  indLnClFwdR10SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  99 }

  indLnClFwdR10SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  100 }

  indLnClFwdR10SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  101 }

  indLnClFwdR10SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  102 }

  indLnClFwdR10UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { indLnClFwdR10Entry  103 }

  indLnClFwdR10UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { indLnClFwdR10Entry  104 }

  indLnClFwdR10SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  105 }

  indLnClFwdR10SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  106 }

  indLnClFwdR10SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  107 }

  indLnClFwdR10SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  108 }

  indLnClFwdR10SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  109 }

  indLnClFwdR10SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  110 }

  indLnClFwdR10SDActIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  111 }

  indLnClFwdR10SDDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  112 }

  indLnClFwdR10SDUseDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  113 }

  indLnClFwdR10SDActCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  114 }

  indLnClFwdR10SDDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  115 }

  indLnClFwdR10SDUseDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  116 }

  indLnClFwdR10SDActCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  117 }

  indLnClFwdR10SDDefCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  118 }

  indLnClFwdR10SDUseDefCFUOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  119 }

  indLnClFwdR10SDActUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  120 }

  indLnClFwdR10SDDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  121 }

  indLnClFwdR10SDUseDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  122 }

  indLnClFwdR10SDActUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  123 }

  indLnClFwdR10SDDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLnClFwdR10Entry  124 }

  indLnClFwdR10SDUseDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLnClFwdR10Entry  125 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  busGrpR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2678 }

  busGrpR26Entry OBJECT-TYPE
    SYNTAX       BusGrpR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR26NEConn,
             busGrpR26NetwkElement,
             busGrpR26CFSIx,
             busGrpR26GpIx }
    ::= {  busGrpR26Table  1  }

  BusGrpR26Entry  ::=  SEQUENCE
  {
    busGrpR26NEConn                    Unsigned32,
    busGrpR26NetwkElement              DisplayString,
    busGrpR26CFSIx                     Unsigned32,
    busGrpR26GpIx                      Unsigned32,
    busGrpR26BusGpName                 DisplayString,
    busGrpR26Locale                    INTEGER,
    busGrpR26DistinctiveAlerting       INTEGER,
    busGrpR26NumDirNums                Unsigned32,
    busGrpR26NumFreeDirNums            Unsigned32,
    busGrpR26BGLineAlrmsAttnRq         Unsigned32,
    busGrpR26BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR26BGLineAlrmsAtndDp         Unsigned32,
    busGrpR26BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR26SummaryChldAlrmState      INTEGER,
    busGrpR26ExportNumObjectsExported  Integer32,
    busGrpR26ExportStatus              DisplayString,
    busGrpR26ExportFile                DisplayString,
    busGrpR26ExportCorr                Counter64,
    busGrpR26ExportCorrNode            DisplayString,
    busGrpR26ExportCorrUID             DisplayString,
    busGrpR26DoExtraActions            INTEGER,
    busGrpR26RowStatus                 RowStatus,
    busGrpR26BillTypeIntraBGCalls      INTEGER,
    busGrpR26LocalCNAMName             DisplayString,
    busGrpR26ServSuspended             INTEGER,
    busGrpR26CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR26PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR26CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR26PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR26TotChldAlrmsAttnRq        Unsigned32,
    busGrpR26TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR26TotChldAlrmsAtndDp        Unsigned32,
    busGrpR26TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR26I1PerProfNEConn           Unsigned32,
    busGrpR26I2PerProfNetwkElement     DisplayString,
    busGrpR26I3PerProfCFSIx            Unsigned32,
    busGrpR26I4PerProfGpIx             Unsigned32,
    busGrpR26SDActLongDistanceCarr     DisplayString,
    busGrpR26SDDefLongDistanceCarr     DisplayString,
    busGrpR26SDUseDefLongDistanceCarr  INTEGER,
    busGrpR26SDActIntraLATACarr        DisplayString,
    busGrpR26SDDefIntraLATACarr        DisplayString,
    busGrpR26SDUseDefIntraLATACarr     INTEGER,
    busGrpR26SDActBillType             INTEGER,
    busGrpR26SDDefBillType             INTEGER,
    busGrpR26SDUseDefBillType          INTEGER,
    busGrpR26SDActRtgAttrs             BITS,
    busGrpR26SDDefRtgAttrs             BITS,
    busGrpR26SDUseDefRtgAttrs          INTEGER,
    busGrpR26SDActIntnatlCarr          DisplayString,
    busGrpR26SDDefIntnatlCarr          DisplayString,
    busGrpR26SDUseDefIntnatlCarr       INTEGER,
    busGrpR26SDActLCC1                 INTEGER,
    busGrpR26SDDefLCC1                 INTEGER,
    busGrpR26SDUseDefLCC1              INTEGER,
    busGrpR26SDActLCC2                 INTEGER,
    busGrpR26SDDefLCC2                 INTEGER,
    busGrpR26SDUseDefLCC2              INTEGER,
    busGrpR26SDActLCC3                 INTEGER,
    busGrpR26SDDefLCC3                 INTEGER,
    busGrpR26SDUseDefLCC3              INTEGER,
    busGrpR26SDActLCC4                 INTEGER,
    busGrpR26SDDefLCC4                 INTEGER,
    busGrpR26SDUseDefLCC4              INTEGER,
    busGrpR26SDActLCC5                 INTEGER,
    busGrpR26SDDefLCC5                 INTEGER,
    busGrpR26SDUseDefLCC5              INTEGER,
    busGrpR26SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR26SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR26SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR26SyncWithProfInProgress    INTEGER,
    busGrpR26FacGpLimsExternalCalls    INTEGER,
    busGrpR26FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR26FacGpLimsTermCalls        INTEGER,
    busGrpR26FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR26FacGpLimsOrigingCalls     INTEGER,
    busGrpR26FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR26MLHGAlrmsAttnRq           Unsigned32,
    busGrpR26MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR26MLHGAlrmsAtndDp           Unsigned32,
    busGrpR26MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR26SDActLCC6                 INTEGER,
    busGrpR26SDDefLCC6                 INTEGER,
    busGrpR26SDUseDefLCC6              INTEGER,
    busGrpR26SDActLCC7                 INTEGER,
    busGrpR26SDDefLCC7                 INTEGER,
    busGrpR26SDUseDefLCC7              INTEGER,
    busGrpR26SDActLCC8                 INTEGER,
    busGrpR26SDDefLCC8                 INTEGER,
    busGrpR26SDUseDefLCC8              INTEGER,
    busGrpR26SDActLCC9                 INTEGER,
    busGrpR26SDDefLCC9                 INTEGER,
    busGrpR26SDUseDefLCC9              INTEGER,
    busGrpR26SDActLCC10                INTEGER,
    busGrpR26SDDefLCC10                INTEGER,
    busGrpR26SDUseDefLCC10             INTEGER,
    busGrpR26SDActLCC11                INTEGER,
    busGrpR26SDDefLCC11                INTEGER,
    busGrpR26SDUseDefLCC11             INTEGER,
    busGrpR26SDActLCC12                INTEGER,
    busGrpR26SDDefLCC12                INTEGER,
    busGrpR26SDUseDefLCC12             INTEGER,
    busGrpR26SDActLCC13                INTEGER,
    busGrpR26SDDefLCC13                INTEGER,
    busGrpR26SDUseDefLCC13             INTEGER,
    busGrpR26SDActLCC14                INTEGER,
    busGrpR26SDDefLCC14                INTEGER,
    busGrpR26SDUseDefLCC14             INTEGER,
    busGrpR26SDActLCC15                INTEGER,
    busGrpR26SDDefLCC15                INTEGER,
    busGrpR26SDUseDefLCC15             INTEGER,
    busGrpR26SDActLCC16                INTEGER,
    busGrpR26SDDefLCC16                INTEGER,
    busGrpR26SDUseDefLCC16             INTEGER,
    busGrpR26SDActLCC17                INTEGER,
    busGrpR26SDDefLCC17                INTEGER,
    busGrpR26SDUseDefLCC17             INTEGER,
    busGrpR26SDActLCC18                INTEGER,
    busGrpR26SDDefLCC18                INTEGER,
    busGrpR26SDUseDefLCC18             INTEGER,
    busGrpR26SDActLCC19                INTEGER,
    busGrpR26SDDefLCC19                INTEGER,
    busGrpR26SDUseDefLCC19             INTEGER,
    busGrpR26SDActLCC20                INTEGER,
    busGrpR26SDDefLCC20                INTEGER,
    busGrpR26SDUseDefLCC20             INTEGER,
    busGrpR26BusGpTrafficStudy         INTEGER,
    busGrpR26SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR26SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR26SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR26SDActVQMCallLogging       INTEGER,
    busGrpR26SDDefVQMCallLogging       INTEGER,
    busGrpR26SDUseDefVQMCallLogging    INTEGER,
    busGrpR26SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR26SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR26SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR26SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR26SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR26SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR26SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR26SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR26SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR26SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR26SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR26SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR26SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR26SDUseDefNetwkNode         INTEGER,
    busGrpR26NumManagedDevices         Unsigned32,
    busGrpR26ChldStatisticsAlrms       Integer32,
    busGrpR26SecondLocale              INTEGER,
    busGrpR26SDActBusGpCallLogsEnabled INTEGER,
    busGrpR26SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR26SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR26SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR26SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR26SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR26SwitchsUniqueBGID         DisplayString,
    busGrpR26SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR26SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR26SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR26SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR26SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR26SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR26SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR26SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR26SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR26SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR26SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR26I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR26I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR26I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR26NetwkWideBusGpID          DisplayString,
    busGrpR26DefBusGpLinePrivileges    Unsigned32,
    busGrpR26I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR26I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR26I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR26FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR26ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR26AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR26SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR26SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR26SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR26SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR26StatisticsAlrms           Integer32,
    busGrpR26SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR26SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR26SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR26MLHGACDAvailEnabled       INTEGER,
    busGrpR26MLHGACDUnvlRsn1           DisplayString,
    busGrpR26MLHGACDUnvlRsn2           DisplayString,
    busGrpR26MLHGACDUnvlRsn3           DisplayString,
    busGrpR26MLHGACDUnvlRsn4           DisplayString,
    busGrpR26MLHGACDUnvlRsn5           DisplayString,
    busGrpR26MLHGACDUnvlRsn6           DisplayString,
    busGrpR26MLHGACDUnvlRsn7           DisplayString,
    busGrpR26MLHGACDUnvlRsn8           DisplayString,
    busGrpR26MLHGACDUnvlRsn9           DisplayString,
    busGrpR26MLHGACDUnvlRsn10          DisplayString,
    busGrpR26MLHGACDUnvlRsn11          DisplayString,
    busGrpR26MLHGACDUnvlRsn12          DisplayString,
    busGrpR26MLHGACDUnvlRsn13          DisplayString,
    busGrpR26MLHGACDUnvlRsn14          DisplayString,
    busGrpR26MLHGACDUnvlRsn15          DisplayString,
    busGrpR26MLHGACDUnvlRsn16          DisplayString,
    busGrpR26MLHGACDUnvlRsn17          DisplayString,
    busGrpR26MLHGACDUnvlRsn18          DisplayString,
    busGrpR26MLHGACDUnvlRsn19          DisplayString,
    busGrpR26MLHGACDUnvlRsn20          DisplayString,
    busGrpR26MLHGACDUnvlRsn21          DisplayString,
    busGrpR26MLHGACDUnvlRsn22          DisplayString,
    busGrpR26MLHGACDUnvlRsn23          DisplayString,
    busGrpR26MLHGACDUnvlRsn24          DisplayString,
    busGrpR26MLHGACDUnvlRsn25          DisplayString,
    busGrpR26MLHGACDUnvlRsn26          DisplayString,
    busGrpR26MLHGACDUnvlRsn27          DisplayString,
    busGrpR26MLHGACDUnvlRsn28          DisplayString,
    busGrpR26MLHGACDUnvlRsn29          DisplayString,
    busGrpR26MLHGACDUnvlRsn30          DisplayString,
    busGrpR26AllowMLHGsMultipleLogins  INTEGER,
    busGrpR26MLHGACDMWBEnabled         INTEGER,
    busGrpR26MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR26I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR26I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR26I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR26I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR26SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR26AllowRehoming             INTEGER,
    busGrpR26I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR26MLHGACDBasicACDLicenses   INTEGER,
    busGrpR26MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR26MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR26MLHGACDPremiumACDLicenses INTEGER,
    busGrpR26MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR26MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR26SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR26SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR26SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR26ExportIncASRepData        INTEGER,
    busGrpR26SDActBusGpLinesSharePresence
                                       INTEGER,
    busGrpR26SDDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR26SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR26ExportChldObjectsToInc    INTEGER,
    busGrpR26SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR26SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR26SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR26CustInfo                  DisplayString,
    busGrpR26CustInfo2                 DisplayString,
    busGrpR26CustInfo3                 DisplayString,
    busGrpR26CustInfo4                 DisplayString,
    busGrpR26CustInfo5                 DisplayString,
    busGrpR26CustInfo6                 DisplayString,
    busGrpR26TwoStgDelPermittedUntil   Unsigned32,
    busGrpR26TwoStgDelCoolingOffPeriodEnds
                                       Unsigned32,
    busGrpR26TwoStgDelPermitted        INTEGER,
    busGrpR26AlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    busGrpR26AllowBGAdminControlPBXCallLimits
                                       INTEGER,
    busGrpR26PBXLnClLimTotCallsLimit   INTEGER,
    busGrpR26PBXLnClLimMaxCalls        Unsigned32,
    busGrpR26PBXLnClLimTermCallsLimit  INTEGER,
    busGrpR26PBXLnClLimMaxTermCalls    Unsigned32,
    busGrpR26PBXLnClLimOrigingCallsLimit
                                       INTEGER,
    busGrpR26PBXLnClLimMaxOrigingCalls Unsigned32,
    busGrpR26AllowBGAdminToCfgClgPartyNum
                                       INTEGER,
    busGrpR26PBXLnClLimTotBurstingLimit
                                       INTEGER,
    busGrpR26PBXLnClLimMaxBurstingCalls
                                       Unsigned32,
    busGrpR26PBXLnClLimLimitIntraBGCalls
                                       INTEGER,
    busGrpR26SCDObjectResyncStatus     INTEGER,
    busGrpR26AlrmState                 INTEGER
  }

  busGrpR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR26Entry  1 }

  busGrpR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR26Entry  2 }

  busGrpR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR26Entry  3 }

  busGrpR26GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR26Entry  4 }

  busGrpR26BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR26Entry  5 }

  busGrpR26Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR26Entry  12 }

  busGrpR26DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR26Entry  15 }

  busGrpR26NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR26Entry  16 }

  busGrpR26NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR26Entry  17 }

  busGrpR26BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR26Entry  18 }

  busGrpR26BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR26Entry  19 }

  busGrpR26BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR26Entry  20 }

  busGrpR26BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR26Entry  21 }

  busGrpR26SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR26Entry  22 }

  busGrpR26ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR26Entry  23 }

  busGrpR26ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR26Entry  24 }

  busGrpR26ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR26Entry  25 }

  busGrpR26ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR26Entry  26 }

  busGrpR26ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR26Entry  27 }

  busGrpR26ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR26Entry  28 }

  busGrpR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR26Entry  29 }

  busGrpR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR26Entry  30 }

  busGrpR26BillTypeIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intra-BG calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR26Entry  31 }

  busGrpR26LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR26Entry  32 }

  busGrpR26ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR26Entry  34 }

  busGrpR26CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR26Entry  35 }

  busGrpR26PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR26Entry  36 }

  busGrpR26CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR26Entry  37 }

  busGrpR26PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR26Entry  38 }

  busGrpR26TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR26Entry  39 }

  busGrpR26TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR26Entry  40 }

  busGrpR26TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR26Entry  41 }

  busGrpR26TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR26Entry  42 }

  busGrpR26I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR26Entry  49 }

  busGrpR26I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR26Entry  50 }

  busGrpR26I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR26Entry  51 }

  busGrpR26I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR26Entry  52 }

  busGrpR26SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  170 }

  busGrpR26SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  171 }

  busGrpR26SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  172 }

  busGrpR26SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  173 }

  busGrpR26SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  174 }

  busGrpR26SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  175 }

  busGrpR26SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  176 }

  busGrpR26SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  177 }

  busGrpR26SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  178 }

  busGrpR26SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  179 }

  busGrpR26SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  180 }

  busGrpR26SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  181 }

  busGrpR26SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  182 }

  busGrpR26SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  183 }

  busGrpR26SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  184 }

  busGrpR26SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  185 }

  busGrpR26SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  186 }

  busGrpR26SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  187 }

  busGrpR26SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  188 }

  busGrpR26SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  189 }

  busGrpR26SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  190 }

  busGrpR26SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  191 }

  busGrpR26SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  192 }

  busGrpR26SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  193 }

  busGrpR26SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  194 }

  busGrpR26SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  195 }

  busGrpR26SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  196 }

  busGrpR26SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  197 }

  busGrpR26SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  198 }

  busGrpR26SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  199 }

  busGrpR26SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  200 }

  busGrpR26SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  201 }

  busGrpR26SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  202 }

  busGrpR26SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR26Entry  203 }

  busGrpR26FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  204 }

  busGrpR26FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR26Entry  205 }

  busGrpR26FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  206 }

  busGrpR26FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR26Entry  207 }

  busGrpR26FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  208 }

  busGrpR26FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR26Entry  209 }

  busGrpR26MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR26Entry  210 }

  busGrpR26MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR26Entry  211 }

  busGrpR26MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR26Entry  212 }

  busGrpR26MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR26Entry  213 }

  busGrpR26SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  214 }

  busGrpR26SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  215 }

  busGrpR26SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  216 }

  busGrpR26SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  217 }

  busGrpR26SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  218 }

  busGrpR26SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  219 }

  busGrpR26SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  220 }

  busGrpR26SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  221 }

  busGrpR26SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  222 }

  busGrpR26SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  223 }

  busGrpR26SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  224 }

  busGrpR26SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  225 }

  busGrpR26SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  226 }

  busGrpR26SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  227 }

  busGrpR26SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  228 }

  busGrpR26SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  229 }

  busGrpR26SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  230 }

  busGrpR26SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  231 }

  busGrpR26SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  232 }

  busGrpR26SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  233 }

  busGrpR26SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  234 }

  busGrpR26SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  235 }

  busGrpR26SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  236 }

  busGrpR26SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  237 }

  busGrpR26SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  238 }

  busGrpR26SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  239 }

  busGrpR26SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  240 }

  busGrpR26SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  241 }

  busGrpR26SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  242 }

  busGrpR26SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  243 }

  busGrpR26SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  244 }

  busGrpR26SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  245 }

  busGrpR26SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  246 }

  busGrpR26SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  247 }

  busGrpR26SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  248 }

  busGrpR26SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  249 }

  busGrpR26SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  250 }

  busGrpR26SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  251 }

  busGrpR26SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  252 }

  busGrpR26SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  253 }

  busGrpR26SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  254 }

  busGrpR26SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  255 }

  busGrpR26SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  256 }

  busGrpR26SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  257 }

  busGrpR26SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  258 }

  busGrpR26BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR26Entry  259 }

  busGrpR26SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  263 }

  busGrpR26SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  264 }

  busGrpR26SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  265 }

  busGrpR26SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  266 }

  busGrpR26SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  267 }

  busGrpR26SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  268 }

  busGrpR26SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  269 }

  busGrpR26SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  270 }

  busGrpR26SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  271 }

  busGrpR26SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  272 }

  busGrpR26SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  273 }

  busGrpR26SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  274 }

  busGrpR26SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  275 }

  busGrpR26SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  276 }

  busGrpR26SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  277 }

  busGrpR26SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  278 }

  busGrpR26SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  279 }

  busGrpSDActR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  281 }

  busGrpSDDefR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR26Entry  282 }

  busGrpR26SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  283 }

  busGrpR26NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR26Entry  290 }

  busGrpR26ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR26Entry  291 }

  busGrpR26SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR26Entry  293 }

  busGrpR26SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  305 }

  busGrpR26SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  306 }

  busGrpR26SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  307 }

  busGrpR26SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  308 }

  busGrpR26SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  309 }

  busGrpR26SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  310 }

  busGrpR26SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR26Entry  311 }

  busGrpR26SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  312 }

  busGrpR26SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  313 }

  busGrpR26SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  314 }

  busGrpR26SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  315 }

  busGrpR26SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  316 }

  busGrpR26SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  317 }

  busGrpR26SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  318 }

  busGrpR26SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  319 }

  busGrpSDActR26SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  321 }

  busGrpSDDefR26SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR26Entry  322 }

  busGrpR26SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  323 }

  busGrpR26I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR26Entry  330 }

  busGrpR26I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR26Entry  331 }

  busGrpR26I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR26Entry  332 }

  busGrpR26NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR26Entry  333 }

  busGrpR26DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR26Entry  334 }

  busGrpR26I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR26Entry  335 }

  busGrpR26I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR26Entry  336 }

  busGrpR26I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR26Entry  337 }

  busGrpR26FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR26Entry  338 }

  busGrpR26ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR26Entry  339 }

  busGrpR26AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR26Entry  340 }

  busGrpR26SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  341 }

  busGrpR26SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  342 }

  busGrpR26SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  343 }

  busGrpR26SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR26Entry  344 }

  busGrpR26StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR26Entry  345 }

  busGrpR26SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  346 }

  busGrpR26SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  347 }

  busGrpR26SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  348 }

  busGrpR26MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR26Entry  349 }

  busGrpR26MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR26Entry  350 }

  busGrpR26MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR26Entry  351 }

  busGrpR26MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR26Entry  352 }

  busGrpR26MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR26Entry  353 }

  busGrpR26MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR26Entry  354 }

  busGrpR26MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR26Entry  355 }

  busGrpR26MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR26Entry  356 }

  busGrpR26MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR26Entry  357 }

  busGrpR26MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR26Entry  358 }

  busGrpR26MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR26Entry  359 }

  busGrpR26MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR26Entry  360 }

  busGrpR26MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR26Entry  361 }

  busGrpR26MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR26Entry  362 }

  busGrpR26MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR26Entry  363 }

  busGrpR26MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR26Entry  364 }

  busGrpR26MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR26Entry  365 }

  busGrpR26MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR26Entry  366 }

  busGrpR26MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR26Entry  367 }

  busGrpR26MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR26Entry  368 }

  busGrpR26MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR26Entry  369 }

  busGrpR26MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR26Entry  370 }

  busGrpR26MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR26Entry  371 }

  busGrpR26MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR26Entry  372 }

  busGrpR26MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR26Entry  373 }

  busGrpR26MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR26Entry  374 }

  busGrpR26MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR26Entry  375 }

  busGrpR26MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR26Entry  376 }

  busGrpR26MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR26Entry  377 }

  busGrpR26MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR26Entry  378 }

  busGrpR26MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR26Entry  379 }

  busGrpR26AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR26Entry  380 }

  busGrpR26MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR26Entry  381 }

  busGrpR26MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR26Entry  382 }

  busGrpR26I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR26Entry  383 }

  busGrpR26I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR26Entry  384 }

  busGrpR26I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR26Entry  385 }

  busGrpR26I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR26Entry  386 }

  busGrpR26SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR26Entry  387 }

  busGrpR26AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR26Entry  388 }

  busGrpR26I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR26Entry  389 }

  busGrpR26MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  390 }

  busGrpR26MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR26Entry  391 }

  busGrpR26MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR26Entry  392 }

  busGrpR26MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  393 }

  busGrpR26MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR26Entry  394 }

  busGrpR26MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR26Entry  395 }

  busGrpR26SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  396 }

  busGrpR26SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  397 }

  busGrpR26SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  398 }

  busGrpR26ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR26Entry  399 }

  busGrpR26SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  400 }

  busGrpR26SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  401 }

  busGrpR26SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  402 }

  busGrpR26ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR26Entry  403 }

  busGrpR26SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  404 }

  busGrpR26SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR26Entry  405 }

  busGrpR26SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR26Entry  406 }

  busGrpR26CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { busGrpR26Entry  407 }

  busGrpR26CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { busGrpR26Entry  408 }

  busGrpR26CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { busGrpR26Entry  409 }

  busGrpR26CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { busGrpR26Entry  410 }

  busGrpR26CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { busGrpR26Entry  411 }

  busGrpR26CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { busGrpR26Entry  412 }

  busGrpR26TwoStgDelPermittedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted until'."
    ::= { busGrpR26Entry  413 }

  busGrpR26TwoStgDelCoolingOffPeriodEnds OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion cooling-off period ends'."
    ::= { busGrpR26Entry  414 }

  busGrpR26TwoStgDelPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted'."
    ::= { busGrpR26Entry  415 }

  busGrpR26AlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always use subscriber DN as caller ID for calls from mobile lines'."
    DEFVAL       { false }
    ::= { busGrpR26Entry  416 }

  busGrpR26AllowBGAdminControlPBXCallLimits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow BG administrators to control PBX call limits'."
    DEFVAL       { false }
    ::= { busGrpR26Entry  417 }

  busGrpR26PBXLnClLimTotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - total calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  418 }

  busGrpR26PBXLnClLimMaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR26Entry  419 }

  busGrpR26PBXLnClLimTermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  420 }

  busGrpR26PBXLnClLimMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum terminating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR26Entry  421 }

  busGrpR26PBXLnClLimOrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - originating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR26Entry  422 }

  busGrpR26PBXLnClLimMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum originating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR26Entry  423 }

  busGrpR26AllowBGAdminToCfgClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow BG administrators to configure calling party number'."
    DEFVAL       { false }
    ::= { busGrpR26Entry  424 }

  busGrpR26PBXLnClLimTotBurstingLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - total bursting limit'."
    DEFVAL       { notPermitted }
    ::= { busGrpR26Entry  425 }

  busGrpR26PBXLnClLimMaxBurstingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum bursting calls'."
    DEFVAL       { 1 }
    ::= { busGrpR26Entry  426 }

  busGrpR26PBXLnClLimLimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - limit Intra-BG calls'."
    DEFVAL       { true }
    ::= { busGrpR26Entry  427 }

  busGrpR26SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR26Entry  431 }

  busGrpR26AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR26Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  bGLineR33Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2679 }

  bGLineR33Entry OBJECT-TYPE
    SYNTAX       BGLineR33Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR33NEConn,
             bGLineR33NetwkElement,
             bGLineR33CFSIx,
             bGLineR33GpIx,
             bGLineR33FirstDirNum,
             bGLineR33DirNum }
    ::= {  bGLineR33Table  1  }

  BGLineR33Entry  ::=  SEQUENCE
  {
    bGLineR33NEConn                    Unsigned32,
    bGLineR33NetwkElement              DisplayString,
    bGLineR33CFSIx                     Unsigned32,
    bGLineR33GpIx                      Unsigned32,
    bGLineR33FirstDirNum               DisplayString,
    bGLineR33DirNum                    DisplayString,
    bGLineR33PresNum                   DisplayString,
    bGLineR33ClgPartyNum               DisplayString,
    bGLineR33IntercomDialingCode       DisplayString,
    bGLineR33NumStatus                 INTEGER,
    bGLineR33PortedExchangeID          DisplayString,
    bGLineR33T1I1AccDevNEConn          Unsigned32,
    bGLineR33T1I2AccDevNetwkElement    DisplayString,
    bGLineR33T1I3AccDevCFSIx           Unsigned32,
    bGLineR33T1I4AccDevGatewayIx       Unsigned32,
    bGLineR33T1I5AccDevDeviceIx        Unsigned32,
    bGLineR33T2I1AccDevNEConn          Unsigned32,
    bGLineR33T2I2AccDevNetwkElement    DisplayString,
    bGLineR33T2I3AccDevCFSIx           Unsigned32,
    bGLineR33T2I4AccDevGatewayIx       Unsigned32,
    bGLineR33T2I5AccDevDeviceIx        Unsigned32,
    bGLineR33AccessLineNum             Unsigned32,
    bGLineR33SignalFunctionCode        INTEGER,
    bGLineR33LineUsage                 INTEGER,
    bGLineR33FSKFormat                 INTEGER,
    bGLineR33PIN                       DisplayString,
    bGLineR33LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR33DigitMaskingReqd          INTEGER,
    bGLineR33OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR33OrigingFacilityMarksADC   INTEGER,
    bGLineR33TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR33TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR33ActYear                   Unsigned32,
    bGLineR33ActMonth                  Unsigned32,
    bGLineR33ActDate                   Unsigned32,
    bGLineR33LastInCallClgType         INTEGER,
    bGLineR33LastInCallUniqueNum       INTEGER,
    bGLineR33LastInCallClgNum          DisplayString,
    bGLineR33LastInCallClgPresNum      DisplayString,
    bGLineR33LastInCallTimeCall        Unsigned32,
    bGLineR33LastInCallCallerWaited    INTEGER,
    bGLineR33LastInCallCallAnswrd      INTEGER,
    bGLineR33LastInCallCallTraced      INTEGER,
    bGLineR33AlrmState                 INTEGER,
    bGLineR33AlrmLogCorr               Counter64,
    bGLineR33AddtlAlrmLogCorr          Counter64,
    bGLineR33AlrmEvtsAttnRq            Unsigned32,
    bGLineR33AlrmEvtsAtndDp            Unsigned32,
    bGLineR33AlrmStateTimestamp        Unsigned32,
    bGLineR33ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR33ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR33ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR33ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR33DiagsLogLvl               INTEGER,
    bGLineR33DiagsAPITraceEnabled      INTEGER,
    bGLineR33DiagsAPITraceTag          DisplayString,
    bGLineR33DiagsAPITraceRemNum       DisplayString,
    bGLineR33SummaryChldAlrmState      INTEGER,
    bGLineR33ExportNumObjectsExported  Integer32,
    bGLineR33ExportStatus              DisplayString,
    bGLineR33ExportFile                DisplayString,
    bGLineR33ExportCorr                Counter64,
    bGLineR33ExportCorrNode            DisplayString,
    bGLineR33ExportCorrUID             DisplayString,
    bGLineR33DoExtraActions            INTEGER,
    bGLineR33RowStatus                 RowStatus,
    bGLineR33MovedToDirNum             DisplayString,
    bGLineR33CustInfo                  DisplayString,
    bGLineR33SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR33SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR33SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR33SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR33SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR33SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR33SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR33SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR33SDUseDefSubGpBusLine      INTEGER,
    bGLineR33SigType                   INTEGER,
    bGLineR33I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR33I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR33I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR33I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR33I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR33ISDNDefBearerCapabilities BITS,
    bGLineR33SIPUserName               DisplayString,
    bGLineR33SIPDomainName             DisplayString,
    bGLineR33UseStaticNATMapping       INTEGER,
    bGLineR33SIPRegistrationStatus     INTEGER,
    bGLineR33SIPAuthenticationReqd     INTEGER,
    bGLineR33NewSIPPassword            DisplayString,
    bGLineR33ConfirmNewSIPPassword     DisplayString,
    bGLineR33SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR33SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR33SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR33SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR33SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR33SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR33GR303NailedUpConn         INTEGER,
    bGLineR33MultipleAppearanceDirNum  DisplayString,
    bGLineR33AllowDirectDialing        INTEGER,
    bGLineR33CustInfo2                 DisplayString,
    bGLineR33CustInfo3                 DisplayString,
    bGLineR33CustInfo4                 DisplayString,
    bGLineR33CustInfo5                 DisplayString,
    bGLineR33CustInfo6                 DisplayString,
    bGLineR33RecentlyMovedFromOldNum   INTEGER,
    bGLineR33MovedFromDirNum           DisplayString,
    bGLineR33ConnectCallAfterAnnounce  INTEGER,
    bGLineR33ChargeNum                 DisplayString,
    bGLineR33I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR33I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR33I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR33I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR33PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR33GR303DialType             INTEGER,
    bGLineR33LastOutCallCldType        INTEGER,
    bGLineR33LastOutCallCldNum         DisplayString,
    bGLineR33LastOutCallNumPres        INTEGER,
    bGLineR33LastOutCallCallType       INTEGER,
    bGLineR33LastOutCallDirectDialed   INTEGER,
    bGLineR33LastOutCallCarr           DisplayString,
    bGLineR33I1PerProfNEConn           Unsigned32,
    bGLineR33I2PerProfNetwkElement     DisplayString,
    bGLineR33I3PerProfCFSIx            Unsigned32,
    bGLineR33I4PerProfGpIx             Unsigned32,
    bGLineR33UseDNIdentification       INTEGER,
    bGLineR33SDActLongDistanceCarr     DisplayString,
    bGLineR33SDDefLongDistanceCarr     DisplayString,
    bGLineR33SDUseDefLongDistanceCarr  INTEGER,
    bGLineR33SDActIntraLATACarr        DisplayString,
    bGLineR33SDDefIntraLATACarr        DisplayString,
    bGLineR33SDUseDefIntraLATACarr     INTEGER,
    bGLineR33SDActIntnatlCarr          DisplayString,
    bGLineR33SDDefIntnatlCarr          DisplayString,
    bGLineR33SDUseDefIntnatlCarr       INTEGER,
    bGLineR33SDActRtgAttrs             BITS,
    bGLineR33SDDefRtgAttrs             BITS,
    bGLineR33SDUseDefRtgAttrs          INTEGER,
    bGLineR33SDActTimezone             INTEGER,
    bGLineR33SDDefTimezone             INTEGER,
    bGLineR33SDUseDefTimezone          INTEGER,
    bGLineR33SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR33SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR33SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR33SDActLCC1                 INTEGER,
    bGLineR33SDDefLCC1                 INTEGER,
    bGLineR33SDUseDefLCC1              INTEGER,
    bGLineR33SDActLCC2                 INTEGER,
    bGLineR33SDDefLCC2                 INTEGER,
    bGLineR33SDUseDefLCC2              INTEGER,
    bGLineR33SDActLCC3                 INTEGER,
    bGLineR33SDDefLCC3                 INTEGER,
    bGLineR33SDUseDefLCC3              INTEGER,
    bGLineR33SDActLCC4                 INTEGER,
    bGLineR33SDDefLCC4                 INTEGER,
    bGLineR33SDUseDefLCC4              INTEGER,
    bGLineR33SDActLCC5                 INTEGER,
    bGLineR33SDDefLCC5                 INTEGER,
    bGLineR33SDUseDefLCC5              INTEGER,
    bGLineR33SDActMaxCallAppearances   Unsigned32,
    bGLineR33SDDefMaxCallAppearances   Unsigned32,
    bGLineR33SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR33SDActTariffGp             INTEGER,
    bGLineR33SDDefTariffGp             INTEGER,
    bGLineR33SDUseDefTariffGp          INTEGER,
    bGLineR33SDActForceLNPLookup       INTEGER,
    bGLineR33SDDefForceLNPLookup       INTEGER,
    bGLineR33SDUseDefForceLNPLookup    INTEGER,
    bGLineR33LineTrafficStudy          INTEGER,
    bGLineR33MLHGIx                    Unsigned32,
    bGLineR33MLHGMemberIx              Unsigned32,
    bGLineR33CallListsMissedCalls      LongDisplayString,
    bGLineR33CallListsAnswrdCalls      LongDisplayString,
    bGLineR33CallListsDialedCalls      LongDisplayString,
    bGLineR33EnabledDate               Unsigned32,
    bGLineR33SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR33SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR33SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR33SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR33SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR33SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR33SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR33SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR33SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR33SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR33SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR33SDActLCC6                 INTEGER,
    bGLineR33SDDefLCC6                 INTEGER,
    bGLineR33SDUseDefLCC6              INTEGER,
    bGLineR33SDActLCC7                 INTEGER,
    bGLineR33SDDefLCC7                 INTEGER,
    bGLineR33SDUseDefLCC7              INTEGER,
    bGLineR33SDActLCC8                 INTEGER,
    bGLineR33SDDefLCC8                 INTEGER,
    bGLineR33SDUseDefLCC8              INTEGER,
    bGLineR33SDActLCC9                 INTEGER,
    bGLineR33SDDefLCC9                 INTEGER,
    bGLineR33SDUseDefLCC9              INTEGER,
    bGLineR33SDActLCC10                INTEGER,
    bGLineR33SDDefLCC10                INTEGER,
    bGLineR33SDUseDefLCC10             INTEGER,
    bGLineR33SDActLCC11                INTEGER,
    bGLineR33SDDefLCC11                INTEGER,
    bGLineR33SDUseDefLCC11             INTEGER,
    bGLineR33SDActLCC12                INTEGER,
    bGLineR33SDDefLCC12                INTEGER,
    bGLineR33SDUseDefLCC12             INTEGER,
    bGLineR33SDActLCC13                INTEGER,
    bGLineR33SDDefLCC13                INTEGER,
    bGLineR33SDUseDefLCC13             INTEGER,
    bGLineR33SDActLCC14                INTEGER,
    bGLineR33SDDefLCC14                INTEGER,
    bGLineR33SDUseDefLCC14             INTEGER,
    bGLineR33SDActLCC15                INTEGER,
    bGLineR33SDDefLCC15                INTEGER,
    bGLineR33SDUseDefLCC15             INTEGER,
    bGLineR33SDActLCC16                INTEGER,
    bGLineR33SDDefLCC16                INTEGER,
    bGLineR33SDUseDefLCC16             INTEGER,
    bGLineR33SDActLCC17                INTEGER,
    bGLineR33SDDefLCC17                INTEGER,
    bGLineR33SDUseDefLCC17             INTEGER,
    bGLineR33SDActLCC18                INTEGER,
    bGLineR33SDDefLCC18                INTEGER,
    bGLineR33SDUseDefLCC18             INTEGER,
    bGLineR33SDActLCC19                INTEGER,
    bGLineR33SDDefLCC19                INTEGER,
    bGLineR33SDUseDefLCC19             INTEGER,
    bGLineR33SDActLCC20                INTEGER,
    bGLineR33SDDefLCC20                INTEGER,
    bGLineR33SDUseDefLCC20             INTEGER,
    bGLineR33T1I1GatewayNEConn         Unsigned32,
    bGLineR33T1I2GatewayNetwkElement   DisplayString,
    bGLineR33T1I3GatewayCFSIx          Unsigned32,
    bGLineR33T1I4GatewayGatewayIx      Unsigned32,
    bGLineR33T2I1GatewayNEConn         Unsigned32,
    bGLineR33T2I2GatewayNetwkElement   DisplayString,
    bGLineR33T2I3GatewayCFSIx          Unsigned32,
    bGLineR33T2I4GatewayGatewayIx      Unsigned32,
    bGLineR33I1DepartmentNEConn        Unsigned32,
    bGLineR33I2DepartmentNetwkElement  DisplayString,
    bGLineR33I3DepartmentCFSIx         Unsigned32,
    bGLineR33I4DepartmentGpIx          Unsigned32,
    bGLineR33I5DepartmentDepartmentIx  Unsigned32,
    bGLineR33DepartmentOtherVals       INTEGER,
    bGLineR33SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR33SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR33SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR33SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR33SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR33SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR33CurrNumRegistrations      Integer32,
    bGLineR33SDActVQMCallLogging       INTEGER,
    bGLineR33SDDefVQMCallLogging       INTEGER,
    bGLineR33SDUseDefVQMCallLogging    INTEGER,
    bGLineR33DiagLogCorr               Counter64,
    bGLineR33FaultMonitoringLvl        INTEGER,
    bGLineR33SIPPassword               DisplayString,
    bGLineR33SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR33SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR33SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR33SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR33SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR33SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR33SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR33SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR33SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR33SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR33SDUseDefNetwkNode         INTEGER,
    bGLineR33MovedToNumAsDialed        DisplayString,
    bGLineR33MovedDate                 Unsigned32,
    bGLineR33SDActExpireAfter          Unsigned32,
    bGLineR33SDDefExpireAfter          Unsigned32,
    bGLineR33SDUseDefExpireAfter       INTEGER,
    bGLineR33ExpiryDate                Unsigned32,
    bGLineR33SASHostname               LongDisplayString,
    bGLineR33SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR33SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR33SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR33SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR33SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR33SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR33SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR33SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR33SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR33SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR33SDUseDefESAProtDom        INTEGER,
    bGLineR33I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR33I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR33I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR33SDActSubTimezone          LongDisplayString,
    bGLineR33SDDefSubTimezone          LongDisplayString,
    bGLineR33SDUseDefSubTimezone       INTEGER,
    bGLineR33SDActChargeInd            INTEGER,
    bGLineR33SDDefChargeInd            INTEGER,
    bGLineR33SDUseDefChargeInd         INTEGER,
    bGLineR33SDActSubClgCategory       INTEGER,
    bGLineR33SDDefSubClgCategory       INTEGER,
    bGLineR33SDUseDefSubClgCategory    INTEGER,
    bGLineR33CustomerInfoFirstName     LongDisplayString,
    bGLineR33CustomerInfoSecondName    LongDisplayString,
    bGLineR33CustomerInfoOtherNames    LongDisplayString,
    bGLineR33CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR33CustomerInfoSurname       LongDisplayString,
    bGLineR33SDActBusGpLinePrivileges  Unsigned32,
    bGLineR33SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR33SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR33I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR33I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR33I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR33I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR33TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR33I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR33I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR33I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR33FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR33ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR33AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR33SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR33SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR33SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR33StatisticsAlrms           Integer32,
    bGLineR33TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR33NumBlockDevTwinning       INTEGER,
    bGLineR33ACDServLvl                INTEGER,
    bGLineR33ACDAvail                  INTEGER,
    bGLineR33I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR33I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR33I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR33I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR33I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR33ACDDspCd                  INTEGER,
    bGLineR33NoUserEquipment           INTEGER,
    bGLineR33SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR33SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR33SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR33AllowRehoming             INTEGER,
    bGLineR33I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR33PreSubscribedConn         INTEGER,
    bGLineR33LoggedInMLHGs             LongDisplayString,
    bGLineR33ExportIncASRepData        INTEGER,
    bGLineR33SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR33SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR33SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR33ClgPartyNumEmgncyCall     DisplayString,
    bGLineR33PortedRtgMethod           INTEGER,
    bGLineR33LocationRtgNum            DisplayString,
    bGLineR33IsIMS                     INTEGER,
    bGLineR33ExportChldObjectsToInc    INTEGER,
    bGLineR33SDActTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR33SDDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR33SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR33SDActAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR33SDDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR33SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR33PermissibleInboundIPAddrs LongDisplayString,
    bGLineR33PrimaryIdentity           LongDisplayString,
    bGLineR33SDActOutArea              INTEGER,
    bGLineR33SDDefOutArea              INTEGER,
    bGLineR33SDUseDefOutArea           INTEGER,
    bGLineR33DIDSub                    INTEGER,
    bGLineR33DIDCode                   DisplayString,
    bGLineR33RtgType                   INTEGER,
    bGLineR33I1DIDRtgPolicyNEConn      Unsigned32,
    bGLineR33I2DIDRtgPolicyNetwkElement
                                       DisplayString,
    bGLineR33I3DIDRtgPolicyCFSIx       Unsigned32,
    bGLineR33I4DIDRtgPolicyGpIx        Unsigned32,
    bGLineR33I5DIDRtgPolicyRtgPolicyIx Unsigned32,
    bGLineR33I1OwningPBXNEConn         Unsigned32,
    bGLineR33I2OwningPBXNetwkElement   DisplayString,
    bGLineR33I3OwningPBXCFSIx          Unsigned32,
    bGLineR33I4OwningPBXDirNum         DisplayString,
    bGLineR33SDActOvrChargeNum         DisplayString,
    bGLineR33SDDefOvrChargeNum         DisplayString,
    bGLineR33SDUseDefOvrChargeNum      INTEGER,
    bGLineR33SDActOvrClgPartyNum       DisplayString,
    bGLineR33SDDefOvrClgPartyNum       DisplayString,
    bGLineR33SDUseDefOvrClgPartyNum    INTEGER,
    bGLineR33I1CallServGpNEConn        Unsigned32,
    bGLineR33I2CallServGpNetwkElement  DisplayString,
    bGLineR33I3CallServGpCFSIx         Unsigned32,
    bGLineR33I4CallServGpGpIx          Unsigned32,
    bGLineR33I5CallServGpCSGIx         Unsigned32,
    bGLineR33CallServGpOtherVals       INTEGER,
    bGLineR33DNIDInE164Format          INTEGER,
    bGLineR33RequestSource             INTEGER,
    bGLineR33PBXIsRenumbering          INTEGER
  }

  bGLineR33NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR33Entry  1 }

  bGLineR33NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR33Entry  2 }

  bGLineR33CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR33Entry  3 }

  bGLineR33GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR33Entry  4 }

  bGLineR33FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR33Entry  5 }

  bGLineR33DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR33Entry  6 }

  bGLineR33PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR33Entry  7 }

  bGLineR33ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { bGLineR33Entry  8 }

  bGLineR33IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR33Entry  9 }

  bGLineR33NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR33Entry  10 }

  bGLineR33PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR33Entry  11 }

  bGLineR33T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR33Entry  12 }

  bGLineR33T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR33Entry  13 }

  bGLineR33T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR33Entry  14 }

  bGLineR33T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR33Entry  15 }

  bGLineR33T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR33Entry  16 }

  bGLineR33T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR33Entry  17 }

  bGLineR33T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR33Entry  18 }

  bGLineR33T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR33Entry  19 }

  bGLineR33T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR33Entry  20 }

  bGLineR33T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR33Entry  21 }

  bGLineR33AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR33Entry  22 }

  bGLineR33SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR33Entry  23 }

  bGLineR33LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR33Entry  24 }

  bGLineR33FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR33Entry  25 }

  bGLineR33PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR33Entry  26 }

  bGLineR33LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR33Entry  27 }

  bGLineR33DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  28 }

  bGLineR33OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  30 }

  bGLineR33OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  32 }

  bGLineR33TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  33 }

  bGLineR33TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  34 }

  bGLineR33ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR33Entry  36 }

  bGLineR33ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR33Entry  37 }

  bGLineR33ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR33Entry  38 }

  bGLineR33LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR33Entry  39 }

  bGLineR33LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR33Entry  40 }

  bGLineR33LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR33Entry  41 }

  bGLineR33LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR33Entry  42 }

  bGLineR33LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR33Entry  43 }

  bGLineR33LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR33Entry  44 }

  bGLineR33LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR33Entry  45 }

  bGLineR33LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR33Entry  46 }

  bGLineR33AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR33Entry  47 }

  bGLineR33AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR33Entry  48 }

  bGLineR33AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR33Entry  49 }

  bGLineR33AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR33Entry  50 }

  bGLineR33AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR33Entry  51 }

  bGLineR33AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR33Entry  52 }

  bGLineR33ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR33Entry  53 }

  bGLineR33ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR33Entry  54 }

  bGLineR33ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR33Entry  55 }

  bGLineR33ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR33Entry  56 }

  bGLineR33DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR33Entry  57 }

  bGLineR33DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  58 }

  bGLineR33DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR33Entry  59 }

  bGLineR33DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR33Entry  60 }

  bGLineR33SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR33Entry  61 }

  bGLineR33ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR33Entry  62 }

  bGLineR33ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR33Entry  63 }

  bGLineR33ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR33Entry  64 }

  bGLineR33ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR33Entry  65 }

  bGLineR33ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR33Entry  66 }

  bGLineR33ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR33Entry  67 }

  bGLineR33DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR33Entry  68 }

  bGLineR33RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR33Entry  69 }

  bGLineR33MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR33Entry  70 }

  bGLineR33CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR33Entry  71 }

  bGLineR33SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  72 }

  bGLineR33SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  73 }

  bGLineR33SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  74 }

  bGLineR33SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  75 }

  bGLineR33SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  76 }

  bGLineR33SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  77 }

  bGLineR33SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  78 }

  bGLineR33SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR33Entry  79 }

  bGLineR33SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  80 }

  bGLineR33SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR33Entry  81 }

  bGLineR33I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR33Entry  82 }

  bGLineR33I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR33Entry  83 }

  bGLineR33I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR33Entry  84 }

  bGLineR33I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR33Entry  85 }

  bGLineR33I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR33Entry  86 }

  bGLineR33ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR33Entry  87 }

  bGLineR33SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR33Entry  88 }

  bGLineR33SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR33Entry  89 }

  bGLineR33UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR33Entry  90 }

  bGLineR33SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR33Entry  91 }

  bGLineR33SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR33Entry  92 }

  bGLineR33NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR33Entry  93 }

  bGLineR33ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR33Entry  94 }

  bGLineR33SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  96 }

  bGLineR33SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  97 }

  bGLineR33SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  98 }

  bGLineR33SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  100 }

  bGLineR33SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  101 }

  bGLineR33SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  102 }

  bGLineR33GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR33Entry  103 }

  bGLineR33MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR33Entry  104 }

  bGLineR33AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR33Entry  105 }

  bGLineR33CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR33Entry  106 }

  bGLineR33CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR33Entry  107 }

  bGLineR33CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR33Entry  108 }

  bGLineR33CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR33Entry  109 }

  bGLineR33CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR33Entry  110 }

  bGLineR33RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  111 }

  bGLineR33MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR33Entry  112 }

  bGLineR33ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  113 }

  bGLineR33ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { bGLineR33Entry  114 }

  bGLineR33I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR33Entry  123 }

  bGLineR33I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR33Entry  124 }

  bGLineR33I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR33Entry  125 }

  bGLineR33I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR33Entry  126 }

  bGLineR33PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR33Entry  127 }

  bGLineR33GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR33Entry  133 }

  bGLineR33LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR33Entry  137 }

  bGLineR33LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR33Entry  138 }

  bGLineR33LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR33Entry  139 }

  bGLineR33LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR33Entry  140 }

  bGLineR33LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR33Entry  141 }

  bGLineR33LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR33Entry  142 }

  bGLineR33I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR33Entry  158 }

  bGLineR33I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR33Entry  159 }

  bGLineR33I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR33Entry  160 }

  bGLineR33I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR33Entry  161 }

  bGLineR33UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR33Entry  162 }

  bGLineR33SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  163 }

  bGLineR33SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  164 }

  bGLineR33SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  165 }

  bGLineR33SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  166 }

  bGLineR33SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  167 }

  bGLineR33SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  168 }

  bGLineR33SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  169 }

  bGLineR33SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  170 }

  bGLineR33SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  171 }

  bGLineR33SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  172 }

  bGLineR33SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  173 }

  bGLineR33SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  174 }

  bGLineR33SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  175 }

  bGLineR33SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  176 }

  bGLineR33SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  177 }

  bGLineR33SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  178 }

  bGLineR33SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  179 }

  bGLineR33SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  180 }

  bGLineR33SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  181 }

  bGLineR33SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  182 }

  bGLineR33SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  183 }

  bGLineR33SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  184 }

  bGLineR33SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  185 }

  bGLineR33SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  186 }

  bGLineR33SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  187 }

  bGLineR33SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  188 }

  bGLineR33SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  189 }

  bGLineR33SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  190 }

  bGLineR33SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  191 }

  bGLineR33SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  192 }

  bGLineR33SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  193 }

  bGLineR33SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  194 }

  bGLineR33SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  195 }

  bGLineR33SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  200 }

  bGLineR33SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  201 }

  bGLineR33SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  202 }

  bGLineR33SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  203 }

  bGLineR33SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  204 }

  bGLineR33SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  205 }

  bGLineR33SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  206 }

  bGLineR33SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  207 }

  bGLineR33SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  208 }

  bGLineR33LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  209 }

  bGLineR33MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR33Entry  210 }

  bGLineR33MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR33Entry  211 }

  bGLineR33CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR33Entry  212 }

  bGLineR33CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR33Entry  213 }

  bGLineR33CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR33Entry  214 }

  bGLineR33EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR33Entry  215 }

  bGLineR33SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  223 }

  bGLineR33SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  224 }

  bGLineR33SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  225 }

  bGLineR33SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  226 }

  bGLineR33SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  227 }

  bGLineR33SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  228 }

  bGLineR33SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  229 }

  bGLineR33SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  230 }

  bGLineSDActR33SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  232 }

  bGLineSDDefR33SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR33Entry  233 }

  bGLineR33SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  234 }

  bGLineR33SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  240 }

  bGLineR33SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  241 }

  bGLineR33SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  242 }

  bGLineR33SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  243 }

  bGLineR33SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  244 }

  bGLineR33SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  245 }

  bGLineR33SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  246 }

  bGLineR33SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  247 }

  bGLineR33SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  248 }

  bGLineR33SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  249 }

  bGLineR33SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  250 }

  bGLineR33SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  251 }

  bGLineR33SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  252 }

  bGLineR33SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  253 }

  bGLineR33SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  254 }

  bGLineR33SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  255 }

  bGLineR33SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  256 }

  bGLineR33SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  257 }

  bGLineR33SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  258 }

  bGLineR33SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  259 }

  bGLineR33SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  260 }

  bGLineR33SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  261 }

  bGLineR33SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  262 }

  bGLineR33SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  263 }

  bGLineR33SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  264 }

  bGLineR33SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  265 }

  bGLineR33SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  266 }

  bGLineR33SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  267 }

  bGLineR33SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  268 }

  bGLineR33SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  269 }

  bGLineR33SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  270 }

  bGLineR33SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  271 }

  bGLineR33SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  272 }

  bGLineR33SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  273 }

  bGLineR33SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  274 }

  bGLineR33SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  275 }

  bGLineR33SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  276 }

  bGLineR33SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  277 }

  bGLineR33SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  278 }

  bGLineR33SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  279 }

  bGLineR33SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  280 }

  bGLineR33SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  281 }

  bGLineR33SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  282 }

  bGLineR33SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  283 }

  bGLineR33SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  284 }

  bGLineR33T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR33Entry  285 }

  bGLineR33T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR33Entry  286 }

  bGLineR33T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR33Entry  287 }

  bGLineR33T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR33Entry  288 }

  bGLineR33T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR33Entry  289 }

  bGLineR33T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR33Entry  290 }

  bGLineR33T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR33Entry  291 }

  bGLineR33T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR33Entry  292 }

  bGLineR33I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR33Entry  294 }

  bGLineR33I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR33Entry  295 }

  bGLineR33I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR33Entry  296 }

  bGLineR33I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR33Entry  297 }

  bGLineR33I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR33Entry  298 }

  bGLineR33DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR33Entry  299 }

  bGLineR33SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  306 }

  bGLineR33SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  307 }

  bGLineR33SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  308 }

  bGLineR33SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  314 }

  bGLineR33SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  315 }

  bGLineR33SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  316 }

  bGLineR33CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR33Entry  319 }

  bGLineR33SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  324 }

  bGLineR33SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  325 }

  bGLineR33SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  326 }

  bGLineR33DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR33Entry  327 }

  bGLineR33FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR33Entry  328 }

  bGLineR33SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR33Entry  329 }

  bGLineR33SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  330 }

  bGLineR33SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  331 }

  bGLineR33SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  332 }

  bGLineR33SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  333 }

  bGLineR33SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  334 }

  bGLineR33SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  335 }

  bGLineR33SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  336 }

  bGLineR33SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  337 }

  bGLineSDActR33SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  339 }

  bGLineSDDefR33SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR33Entry  340 }

  bGLineR33SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  341 }

  bGLineR33MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR33Entry  346 }

  bGLineR33MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR33Entry  347 }

  bGLineR33SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  348 }

  bGLineR33SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  349 }

  bGLineR33SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  350 }

  bGLineR33ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR33Entry  351 }

  bGLineR33SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR33Entry  368 }

  bGLineR33SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  370 }

  bGLineR33SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  371 }

  bGLineR33SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  372 }

  bGLineR33SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  373 }

  bGLineR33SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  374 }

  bGLineR33SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  375 }

  bGLineR33SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  376 }

  bGLineR33SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  377 }

  bGLineSDActR33SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  379 }

  bGLineSDDefR33SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR33Entry  380 }

  bGLineR33SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  381 }

  bGLineR33I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR33Entry  390 }

  bGLineR33I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR33Entry  391 }

  bGLineR33I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR33Entry  392 }

  bGLineR33SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  394 }

  bGLineR33SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  395 }

  bGLineR33SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  396 }

  bGLineR33SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  397 }

  bGLineR33SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  398 }

  bGLineR33SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  399 }

  bGLineR33SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  400 }

  bGLineR33SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  401 }

  bGLineR33SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  402 }

  bGLineR33CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR33Entry  410 }

  bGLineR33CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR33Entry  411 }

  bGLineR33CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR33Entry  412 }

  bGLineR33CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR33Entry  413 }

  bGLineR33CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR33Entry  414 }

  bGLineR33SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  415 }

  bGLineR33SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  416 }

  bGLineR33SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  417 }

  bGLineR33I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR33Entry  418 }

  bGLineR33I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR33Entry  419 }

  bGLineR33I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR33Entry  420 }

  bGLineR33I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR33Entry  421 }

  bGLineR33TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR33Entry  422 }

  bGLineR33I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR33Entry  423 }

  bGLineR33I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR33Entry  424 }

  bGLineR33I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR33Entry  425 }

  bGLineR33FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR33Entry  426 }

  bGLineR33ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR33Entry  427 }

  bGLineR33AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR33Entry  428 }

  bGLineR33SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  429 }

  bGLineR33SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  430 }

  bGLineR33SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  431 }

  bGLineR33StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR33Entry  432 }

  bGLineR33TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR33Entry  441 }

  bGLineR33NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR33Entry  442 }

  bGLineR33ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR33Entry  443 }

  bGLineR33ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR33Entry  444 }

  bGLineR33I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR33Entry  445 }

  bGLineR33I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR33Entry  446 }

  bGLineR33I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR33Entry  447 }

  bGLineR33I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR33Entry  448 }

  bGLineR33I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR33Entry  449 }

  bGLineR33ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR33Entry  450 }

  bGLineR33NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR33Entry  451 }

  bGLineR33SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  452 }

  bGLineR33SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  453 }

  bGLineR33SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  454 }

  bGLineR33AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR33Entry  455 }

  bGLineR33I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR33Entry  456 }

  bGLineR33PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR33Entry  457 }

  bGLineR33LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR33Entry  458 }

  bGLineR33ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR33Entry  459 }

  bGLineR33SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  460 }

  bGLineR33SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  461 }

  bGLineR33SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  462 }

  bGLineR33ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { bGLineR33Entry  463 }

  bGLineR33PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR33Entry  464 }

  bGLineR33LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR33Entry  465 }

  bGLineR33IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR33Entry  466 }

  bGLineR33ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR33Entry  467 }

  bGLineR33SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  468 }

  bGLineR33SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  469 }

  bGLineR33SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  470 }

  bGLineR33SDActAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  471 }

  bGLineR33SDDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  472 }

  bGLineR33SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  473 }

  bGLineR33PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { bGLineR33Entry  474 }

  bGLineR33PrimaryIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary identity'."
    ::= { bGLineR33Entry  475 }

  bGLineR33SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  476 }

  bGLineR33SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  477 }

  bGLineR33SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  478 }

  bGLineR33DIDSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID subscriber'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  479 }

  bGLineR33DIDCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID code'."
    ::= { bGLineR33Entry  480 }

  bGLineR33RtgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingPolicy(0),
                   pBX(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing type'."
    DEFVAL       { routingPolicy }
    ::= { bGLineR33Entry  481 }

  bGLineR33I1DIDRtgPolicyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR33Entry  482 }

  bGLineR33I2DIDRtgPolicyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR33Entry  483 }

  bGLineR33I3DIDRtgPolicyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR33Entry  484 }

  bGLineR33I4DIDRtgPolicyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Group index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR33Entry  485 }

  bGLineR33I5DIDRtgPolicyRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Routing Policy index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR33Entry  486 }

  bGLineR33I1OwningPBXNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR33Entry  487 }

  bGLineR33I2OwningPBXNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR33Entry  488 }

  bGLineR33I3OwningPBXCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR33Entry  489 }

  bGLineR33I4OwningPBXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR33Entry  490 }

  bGLineR33SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  491 }

  bGLineR33SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  492 }

  bGLineR33SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  493 }

  bGLineR33SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  494 }

  bGLineR33SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR33Entry  495 }

  bGLineR33SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR33Entry  496 }

  bGLineR33I1CallServGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR33Entry  497 }

  bGLineR33I2CallServGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR33Entry  498 }

  bGLineR33I3CallServGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR33Entry  499 }

  bGLineR33I4CallServGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR33Entry  500 }

  bGLineR33I5CallServGpCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Service Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR33Entry  501 }

  bGLineR33CallServGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group'.
                  This field represents the fixed
                  values that Call Service Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR33Entry  502 }

  bGLineR33DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR33Entry  503 }

  bGLineR33RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { bGLineR33Entry  504 }

  bGLineR33PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { bGLineR33Entry  505 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  bGLineCallFwdR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineCallFwdR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2680 }

  bGLineCallFwdR9Entry OBJECT-TYPE
    SYNTAX       BGLineCallFwdR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineCallFwdR9NEConn,
             bGLineCallFwdR9NetwkElement,
             bGLineCallFwdR9CFSIx,
             bGLineCallFwdR9GpIx,
             bGLineCallFwdR9FirstDirNum,
             bGLineCallFwdR9DirNum }
    ::= {  bGLineCallFwdR9Table  1  }

  BGLineCallFwdR9Entry  ::=  SEQUENCE
  {
    bGLineCallFwdR9NEConn              Unsigned32,
    bGLineCallFwdR9NetwkElement        DisplayString,
    bGLineCallFwdR9CFSIx               Unsigned32,
    bGLineCallFwdR9GpIx                Unsigned32,
    bGLineCallFwdR9FirstDirNum         DisplayString,
    bGLineCallFwdR9DirNum              DisplayString,
    bGLineCallFwdR9SDActUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR9SDDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR9SDUseDefUserNotifCallDiversion
                                       INTEGER,
    bGLineCallFwdR9SDActNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR9SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR9SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    bGLineCallFwdR9SDActPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR9SDDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR9SDUseDefPlayConfirmTone
                                       INTEGER,
    bGLineCallFwdR9SDActCFUSubscribed  INTEGER,
    bGLineCallFwdR9SDDefCFUSubscribed  INTEGER,
    bGLineCallFwdR9SDUseDefCFUSubscribed
                                       INTEGER,
    bGLineCallFwdR9CFUEnabled          INTEGER,
    bGLineCallFwdR9CFUNum              DisplayString,
    bGLineCallFwdR9SDActCFBLSubscribed INTEGER,
    bGLineCallFwdR9SDDefCFBLSubscribed INTEGER,
    bGLineCallFwdR9SDUseDefCFBLSubscribed
                                       INTEGER,
    bGLineCallFwdR9CFBLEnabled         INTEGER,
    bGLineCallFwdR9CFBLNum             DisplayString,
    bGLineCallFwdR9SDActCFDASubscribed INTEGER,
    bGLineCallFwdR9SDDefCFDASubscribed INTEGER,
    bGLineCallFwdR9SDUseDefCFDASubscribed
                                       INTEGER,
    bGLineCallFwdR9CFDAEnabled         INTEGER,
    bGLineCallFwdR9CFDANum             DisplayString,
    bGLineCallFwdR9SDActCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR9SDDefCFDANoReplyTime
                                       Unsigned32,
    bGLineCallFwdR9SDUseDefCFDANoReplyTime
                                       INTEGER,
    bGLineCallFwdR9SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR9SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR9SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    bGLineCallFwdR9SDActSCFSubscribed  INTEGER,
    bGLineCallFwdR9SDDefSCFSubscribed  INTEGER,
    bGLineCallFwdR9SDUseDefSCFSubscribed
                                       INTEGER,
    bGLineCallFwdR9SCFEnabled          INTEGER,
    bGLineCallFwdR9SCFNumToFwdTo       DisplayString,
    bGLineCallFwdR9SCFNumAnonNumsFwd   Unsigned32,
    bGLineCallFwdR9SDActSCFUSB         INTEGER,
    bGLineCallFwdR9SDDefSCFUSB         INTEGER,
    bGLineCallFwdR9SDUseDefSCFUSB      INTEGER,
    bGLineCallFwdR9SDActBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR9SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR9SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    bGLineCallFwdR9SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR9SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    bGLineCallFwdR9SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    bGLineCallFwdR9SDActBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR9SDDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR9SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    bGLineCallFwdR9SDActRACFSubscribed INTEGER,
    bGLineCallFwdR9SDDefRACFSubscribed INTEGER,
    bGLineCallFwdR9SDUseDefRACFSubscribed
                                       INTEGER,
    bGLineCallFwdR9RACFBlocked         INTEGER,
    bGLineCallFwdR9DoExtraActions      INTEGER,
    bGLineCallFwdR9SDActMaxSimulFwds   Unsigned32,
    bGLineCallFwdR9SDDefMaxSimulFwds   Unsigned32,
    bGLineCallFwdR9SDUseDefMaxSimulFwds
                                       INTEGER,
    bGLineCallFwdR9SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR9SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR9SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    bGLineCallFwdR9SDActCFUSingleRing  INTEGER,
    bGLineCallFwdR9SDDefCFUSingleRing  INTEGER,
    bGLineCallFwdR9SDUseDefCFUSingleRing
                                       INTEGER,
    bGLineCallFwdR9SDActSCFSingleRing  INTEGER,
    bGLineCallFwdR9SDDefSCFSingleRing  INTEGER,
    bGLineCallFwdR9SDUseDefSCFSingleRing
                                       INTEGER,
    bGLineCallFwdR9SDActCFUVariant     INTEGER,
    bGLineCallFwdR9SDDefCFUVariant     INTEGER,
    bGLineCallFwdR9SDUseDefCFUVariant  INTEGER,
    bGLineCallFwdR9SDActCFBLVariant    INTEGER,
    bGLineCallFwdR9SDDefCFBLVariant    INTEGER,
    bGLineCallFwdR9SDUseDefCFBLVariant INTEGER,
    bGLineCallFwdR9SDActCFDAVariant    INTEGER,
    bGLineCallFwdR9SDDefCFDAVariant    INTEGER,
    bGLineCallFwdR9SDUseDefCFDAVariant INTEGER,
    bGLineCallFwdR9BasicLineHuntingEnabled
                                       INTEGER,
    bGLineCallFwdR9SDActFMFMSubscribed INTEGER,
    bGLineCallFwdR9SDDefFMFMSubscribed INTEGER,
    bGLineCallFwdR9SDUseDefFMFMSubscribed
                                       INTEGER,
    bGLineCallFwdR9SDActFMFMServLvl    INTEGER,
    bGLineCallFwdR9SDDefFMFMServLvl    INTEGER,
    bGLineCallFwdR9SDUseDefFMFMServLvl INTEGER,
    bGLineCallFwdR9FMFMEnabled         INTEGER,
    bGLineCallFwdR9SDActRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR9SDDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR9SDUseDefRequireCrtsyCall
                                       INTEGER,
    bGLineCallFwdR9SDActUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR9SDDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR9SDUseDefUnavailCFSubscribed
                                       INTEGER,
    bGLineCallFwdR9UnavailCFEnabled    INTEGER,
    bGLineCallFwdR9UnavailCFNum        DisplayString,
    bGLineCallFwdR9SDActNmRlToCllr     INTEGER,
    bGLineCallFwdR9SDDefNmRlToCllr     INTEGER,
    bGLineCallFwdR9SDUseDefNmRlToCllr  INTEGER,
    bGLineCallFwdR9SDActDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR9SDDefDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR9SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    bGLineCallFwdR9SDActIntegratedCF   INTEGER,
    bGLineCallFwdR9SDDefIntegratedCF   INTEGER,
    bGLineCallFwdR9SDUseDefIntegratedCF
                                       INTEGER,
    bGLineCallFwdR9SDActCFUOvrEnabled  INTEGER,
    bGLineCallFwdR9SDDefCFUOvrEnabled  INTEGER,
    bGLineCallFwdR9SDUseDefCFUOvrEnabled
                                       INTEGER,
    bGLineCallFwdR9SDActCFUOvrNum      DisplayString,
    bGLineCallFwdR9SDDefCFUOvrNum      DisplayString,
    bGLineCallFwdR9SDUseDefCFUOvrNum   INTEGER,
    bGLineCallFwdR9SDActUnvCFOvrEnabled
                                       INTEGER,
    bGLineCallFwdR9SDDefUnvCFOvrEnabled
                                       INTEGER,
    bGLineCallFwdR9SDUseDefUnvCFOvrEnabled
                                       INTEGER,
    bGLineCallFwdR9SDActUnvCFOvrNum    DisplayString,
    bGLineCallFwdR9SDDefUnvCFOvrNum    DisplayString,
    bGLineCallFwdR9SDUseDefUnvCFOvrNum INTEGER
  }

  bGLineCallFwdR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineCallFwdR9Entry  1 }

  bGLineCallFwdR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineCallFwdR9Entry  2 }

  bGLineCallFwdR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineCallFwdR9Entry  3 }

  bGLineCallFwdR9GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineCallFwdR9Entry  4 }

  bGLineCallFwdR9FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR9Entry  5 }

  bGLineCallFwdR9DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineCallFwdR9Entry  6 }

  bGLineCallFwdR9SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  7 }

  bGLineCallFwdR9SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  8 }

  bGLineCallFwdR9SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  9 }

  bGLineCallFwdR9SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  10 }

  bGLineCallFwdR9SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  11 }

  bGLineCallFwdR9SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  12 }

  bGLineCallFwdR9SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  13 }

  bGLineCallFwdR9SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  14 }

  bGLineCallFwdR9SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  15 }

  bGLineCallFwdR9SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  16 }

  bGLineCallFwdR9SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  17 }

  bGLineCallFwdR9SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  18 }

  bGLineCallFwdR9CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR9Entry  19 }

  bGLineCallFwdR9CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { bGLineCallFwdR9Entry  20 }

  bGLineCallFwdR9SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  21 }

  bGLineCallFwdR9SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  22 }

  bGLineCallFwdR9SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  23 }

  bGLineCallFwdR9CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR9Entry  24 }

  bGLineCallFwdR9CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { bGLineCallFwdR9Entry  25 }

  bGLineCallFwdR9SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  26 }

  bGLineCallFwdR9SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  27 }

  bGLineCallFwdR9SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  28 }

  bGLineCallFwdR9CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR9Entry  29 }

  bGLineCallFwdR9CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { bGLineCallFwdR9Entry  30 }

  bGLineCallFwdR9SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  31 }

  bGLineCallFwdR9SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  32 }

  bGLineCallFwdR9SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  33 }

  bGLineCallFwdR9SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  34 }

  bGLineCallFwdR9SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  35 }

  bGLineCallFwdR9SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  36 }

  bGLineCallFwdR9SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  37 }

  bGLineCallFwdR9SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  38 }

  bGLineCallFwdR9SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  39 }

  bGLineCallFwdR9SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR9Entry  40 }

  bGLineCallFwdR9SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { bGLineCallFwdR9Entry  41 }

  bGLineCallFwdR9SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { bGLineCallFwdR9Entry  42 }

  bGLineCallFwdR9SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  43 }

  bGLineCallFwdR9SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  44 }

  bGLineCallFwdR9SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  45 }

  bGLineCallFwdR9SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  46 }

  bGLineCallFwdR9SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  47 }

  bGLineCallFwdR9SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  48 }

  bGLineCallFwdR9SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  49 }

  bGLineCallFwdR9SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  50 }

  bGLineCallFwdR9SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  51 }

  bGLineCallFwdR9SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  52 }

  bGLineCallFwdR9SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  53 }

  bGLineCallFwdR9SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  54 }

  bGLineCallFwdR9SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  55 }

  bGLineCallFwdR9SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  56 }

  bGLineCallFwdR9SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  57 }

  bGLineCallFwdR9RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR9Entry  58 }

  bGLineCallFwdR9DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineCallFwdR9Entry  59 }

  bGLineCallFwdR9SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  63 }

  bGLineCallFwdR9SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  64 }

  bGLineCallFwdR9SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  65 }

  bGLineCallFwdR9SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  66 }

  bGLineCallFwdR9SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  67 }

  bGLineCallFwdR9SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  68 }

  bGLineCallFwdR9SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  70 }

  bGLineCallFwdR9SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  71 }

  bGLineCallFwdR9SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  72 }

  bGLineCallFwdR9SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  79 }

  bGLineCallFwdR9SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  80 }

  bGLineCallFwdR9SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  81 }

  bGLineCallFwdR9SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  90 }

  bGLineCallFwdR9SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  91 }

  bGLineCallFwdR9SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  92 }

  bGLineCallFwdR9SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  93 }

  bGLineCallFwdR9SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  94 }

  bGLineCallFwdR9SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  95 }

  bGLineCallFwdR9SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  96 }

  bGLineCallFwdR9SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  97 }

  bGLineCallFwdR9SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  98 }

  bGLineCallFwdR9BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  99 }

  bGLineCallFwdR9SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  100 }

  bGLineCallFwdR9SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  101 }

  bGLineCallFwdR9SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  102 }

  bGLineCallFwdR9SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  103 }

  bGLineCallFwdR9SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  104 }

  bGLineCallFwdR9SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  105 }

  bGLineCallFwdR9FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR9Entry  106 }

  bGLineCallFwdR9SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  107 }

  bGLineCallFwdR9SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  108 }

  bGLineCallFwdR9SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  109 }

  bGLineCallFwdR9SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  110 }

  bGLineCallFwdR9SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  111 }

  bGLineCallFwdR9SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  112 }

  bGLineCallFwdR9UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { bGLineCallFwdR9Entry  113 }

  bGLineCallFwdR9UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { bGLineCallFwdR9Entry  114 }

  bGLineCallFwdR9SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  115 }

  bGLineCallFwdR9SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  116 }

  bGLineCallFwdR9SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  117 }

  bGLineCallFwdR9SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  118 }

  bGLineCallFwdR9SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  119 }

  bGLineCallFwdR9SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  120 }

  bGLineCallFwdR9SDActIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  121 }

  bGLineCallFwdR9SDDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  122 }

  bGLineCallFwdR9SDUseDefIntegratedCF OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Integrated call forwarding'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  123 }

  bGLineCallFwdR9SDActCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  124 }

  bGLineCallFwdR9SDDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  125 }

  bGLineCallFwdR9SDUseDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  126 }

  bGLineCallFwdR9SDActCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  127 }

  bGLineCallFwdR9SDDefCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  128 }

  bGLineCallFwdR9SDUseDefCFUOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  129 }

  bGLineCallFwdR9SDActUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  130 }

  bGLineCallFwdR9SDDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  131 }

  bGLineCallFwdR9SDUseDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  132 }

  bGLineCallFwdR9SDActUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  133 }

  bGLineCallFwdR9SDDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineCallFwdR9Entry  134 }

  bGLineCallFwdR9SDUseDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineCallFwdR9Entry  135 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Service Group'                                         */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  cSGTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CSGEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  2681 }

  cSGEntry OBJECT-TYPE
    SYNTAX       CSGEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cSGNEConn,
             cSGNetwkElement,
             cSGCFSIx,
             cSGGpIx,
             cSGCSGIx }
    ::= {  cSGTable  1  }

  CSGEntry  ::=  SEQUENCE
  {
    cSGNEConn                          Unsigned32,
    cSGNetwkElement                    DisplayString,
    cSGCFSIx                           Unsigned32,
    cSGGpIx                            Unsigned32,
    cSGCSGIx                           Unsigned32,
    cSGNumRefgSubs                     Unsigned32,
    cSGCSGName                         DisplayString,
    cSGSDActOvrClgPartyNum             DisplayString,
    cSGSDDefOvrClgPartyNum             DisplayString,
    cSGSDUseDefOvrClgPartyNum          INTEGER,
    cSGI1DepartmentNEConn              Unsigned32,
    cSGI2DepartmentNetwkElement        DisplayString,
    cSGI3DepartmentCFSIx               Unsigned32,
    cSGI4DepartmentGpIx                Unsigned32,
    cSGI5DepartmentDepartmentIx        Unsigned32,
    cSGDepartmentOtherVals             INTEGER,
    cSGAllowOverrideInhSubBarredCallTypes
                                       INTEGER,
    cSGCSGIsReferencedBySubs           INTEGER,
    cSGRequestSource                   INTEGER,
    cSGRowStatus                       RowStatus
  }

  cSGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cSGEntry  1 }

  cSGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cSGEntry  2 }

  cSGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cSGEntry  3 }

  cSGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { cSGEntry  4 }

  cSGCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service Group index'.
                  This is an index field."
    ::= { cSGEntry  5 }

  cSGNumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { cSGEntry  6 }

  cSGCSGName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..45))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cSGEntry  7 }

  cSGSDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGEntry  8 }

  cSGSDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGEntry  9 }

  cSGSDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGEntry  10 }

  cSGI1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { cSGEntry  11 }

  cSGI2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { cSGEntry  12 }

  cSGI3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { cSGEntry  13 }

  cSGI4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { cSGEntry  14 }

  cSGI5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { cSGEntry  15 }

  cSGDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cSGEntry  16 }

  cSGAllowOverrideInhSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of inherited subscriber-barred call types'."
    DEFVAL       { false }
    ::= { cSGEntry  17 }

  cSGCSGIsReferencedBySubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CSG is referenced by subscribers'."
    ::= { cSGEntry  18 }

  cSGRequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { cSGEntry  19 }

  cSGRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cSGEntry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  cSGCallFwdTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CSGCallFwdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Service Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2682 }

  cSGCallFwdEntry OBJECT-TYPE
    SYNTAX       CSGCallFwdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cSGCallFwdNEConn,
             cSGCallFwdNetwkElement,
             cSGCallFwdCFSIx,
             cSGCallFwdGpIx,
             cSGCallFwdCSGIx }
    ::= {  cSGCallFwdTable  1  }

  CSGCallFwdEntry  ::=  SEQUENCE
  {
    cSGCallFwdNEConn                   Unsigned32,
    cSGCallFwdNetwkElement             DisplayString,
    cSGCallFwdCFSIx                    Unsigned32,
    cSGCallFwdGpIx                     Unsigned32,
    cSGCallFwdCSGIx                    Unsigned32,
    cSGCallFwdSDActCFUVariant          INTEGER,
    cSGCallFwdSDDefCFUVariant          INTEGER,
    cSGCallFwdSDUseDefCFUVariant       INTEGER,
    cSGCallFwdSDActCFUOvrEnabled       INTEGER,
    cSGCallFwdSDDefCFUOvrEnabled       INTEGER,
    cSGCallFwdSDUseDefCFUOvrEnabled    INTEGER,
    cSGCallFwdSDActCFUOvrNum           DisplayString,
    cSGCallFwdSDDefCFUOvrNum           DisplayString,
    cSGCallFwdSDUseDefCFUOvrNum        INTEGER,
    cSGCallFwdSDActCFUSingleRing       INTEGER,
    cSGCallFwdSDDefCFUSingleRing       INTEGER,
    cSGCallFwdSDUseDefCFUSingleRing    INTEGER,
    cSGCallFwdSDActUnvCFOvrEnabled     INTEGER,
    cSGCallFwdSDDefUnvCFOvrEnabled     INTEGER,
    cSGCallFwdSDUseDefUnvCFOvrEnabled  INTEGER,
    cSGCallFwdSDActUnvCFOvrNum         DisplayString,
    cSGCallFwdSDDefUnvCFOvrNum         DisplayString,
    cSGCallFwdSDUseDefUnvCFOvrNum      INTEGER
  }

  cSGCallFwdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cSGCallFwdEntry  1 }

  cSGCallFwdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cSGCallFwdEntry  2 }

  cSGCallFwdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cSGCallFwdEntry  3 }

  cSGCallFwdGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { cSGCallFwdEntry  4 }

  cSGCallFwdCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service Group index'.
                  This is an index field."
    ::= { cSGCallFwdEntry  5 }

  cSGCallFwdSDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  6 }

  cSGCallFwdSDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  7 }

  cSGCallFwdSDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGCallFwdEntry  8 }

  cSGCallFwdSDActCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  9 }

  cSGCallFwdSDDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  10 }

  cSGCallFwdSDUseDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGCallFwdEntry  11 }

  cSGCallFwdSDActCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  12 }

  cSGCallFwdSDDefCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  13 }

  cSGCallFwdSDUseDefCFUOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGCallFwdEntry  14 }

  cSGCallFwdSDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  15 }

  cSGCallFwdSDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  16 }

  cSGCallFwdSDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGCallFwdEntry  17 }

  cSGCallFwdSDActUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  18 }

  cSGCallFwdSDDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  19 }

  cSGCallFwdSDUseDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGCallFwdEntry  20 }

  cSGCallFwdSDActUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  21 }

  cSGCallFwdSDDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGCallFwdEntry  22 }

  cSGCallFwdSDUseDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGCallFwdEntry  23 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Outgoing Call Services'                                     */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  cSGOutgoingTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF CSGOutgoingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Service Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2683 }

  cSGOutgoingEntry OBJECT-TYPE
    SYNTAX       CSGOutgoingEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cSGOutgoingNEConn,
             cSGOutgoingNetwkElement,
             cSGOutgoingCFSIx,
             cSGOutgoingGpIx,
             cSGOutgoingCSGIx }
    ::= {  cSGOutgoingTable  1  }

  CSGOutgoingEntry  ::=  SEQUENCE
  {
    cSGOutgoingNEConn                  Unsigned32,
    cSGOutgoingNetwkElement            DisplayString,
    cSGOutgoingCFSIx                   Unsigned32,
    cSGOutgoingGpIx                    Unsigned32,
    cSGOutgoingCSGIx                   Unsigned32,
    cSGOutgoingSDActOCBCurrSubBarredCallTypes
                                       BITS,
    cSGOutgoingSDDefOCBCurrSubBarredCallTypes
                                       BITS,
    cSGOutgoingSDUseDefOCBCurrSubBarredCallTypes
                                       INTEGER
  }

  cSGOutgoingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cSGOutgoingEntry  1 }

  cSGOutgoingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cSGOutgoingEntry  2 }

  cSGOutgoingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cSGOutgoingEntry  3 }

  cSGOutgoingGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { cSGOutgoingEntry  4 }

  cSGOutgoingCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service Group index'.
                  This is an index field."
    ::= { cSGOutgoingEntry  5 }

  cSGOutgoingSDActOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGOutgoingEntry  6 }

  cSGOutgoingSDDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       BITS {
                   international(0),
                   nationalAndMobile(1),
                   local(2),
                   operator(3),
                   accessCodes(4),
                   premium(5),
                   accessCodesThatChangeConfiguration(6),
                   directoryAssistance(7),
                   national(8),
                   mobile(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cSGOutgoingEntry  7 }

  cSGOutgoingSDUseDefOCBCurrSubBarredCallTypes OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Barring - current subscriber-barred call types'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cSGOutgoingEntry  8 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multiple Appearance Directory Number'                       */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  mADNR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Numbers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2684 }

  mADNR12Entry OBJECT-TYPE
    SYNTAX       MADNR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNR12NEConn,
             mADNR12NetwkElement,
             mADNR12CFSIx,
             mADNR12GpIx,
             mADNR12DirNum }
    ::= {  mADNR12Table  1  }

  MADNR12Entry  ::=  SEQUENCE
  {
    mADNR12NEConn                      Unsigned32,
    mADNR12NetwkElement                DisplayString,
    mADNR12CFSIx                       Unsigned32,
    mADNR12GpIx                        Unsigned32,
    mADNR12DirNum                      DisplayString,
    mADNR12IntercomDialingCode         DisplayString,
    mADNR12NumStatus                   INTEGER,
    mADNR12RecentlyMovedFromOldNum     INTEGER,
    mADNR12MovedFromDirNum             DisplayString,
    mADNR12ConnectCallAfterAnnounce    INTEGER,
    mADNR12MovedToDirNum               DisplayString,
    mADNR12PortedExchangeID            DisplayString,
    mADNR12PIN                         DisplayString,
    mADNR12ActYear                     Unsigned32,
    mADNR12ActMonth                    Unsigned32,
    mADNR12ActDate                     Unsigned32,
    mADNR12ChldCallServAlrmsAttnRq     Unsigned32,
    mADNR12ChldCallServAlrmEvtsAttnRq  Unsigned32,
    mADNR12ChldCallServAlrmsAtndDp     Unsigned32,
    mADNR12ChldCallServAlrmEvtsAtndDp  Unsigned32,
    mADNR12DiagsLogLvl                 INTEGER,
    mADNR12DiagsAPITraceEnabled        INTEGER,
    mADNR12DiagsAPITraceTag            DisplayString,
    mADNR12DiagsAPITraceRemNum         DisplayString,
    mADNR12SummaryChldAlrmState        INTEGER,
    mADNR12RowStatus                   RowStatus,
    mADNR12ClgPartyNum                 DisplayString,
    mADNR12ChargeNum                   DisplayString,
    mADNR12I1PerProfNEConn             Unsigned32,
    mADNR12I2PerProfNetwkElement       DisplayString,
    mADNR12I3PerProfCFSIx              Unsigned32,
    mADNR12I4PerProfGpIx               Unsigned32,
    mADNR12SDActCallLimitAlgorithm     INTEGER,
    mADNR12SDDefCallLimitAlgorithm     INTEGER,
    mADNR12SDUseDefCallLimitAlgorithm  INTEGER,
    mADNR12SDActCallLimitVal           Unsigned32,
    mADNR12SDDefCallLimitVal           Unsigned32,
    mADNR12SDUseDefCallLimitVal        INTEGER,
    mADNR12SDActForceLNPLookup         INTEGER,
    mADNR12SDDefForceLNPLookup         INTEGER,
    mADNR12SDUseDefForceLNPLookup      INTEGER,
    mADNR12MultipleAppearanceDirNum    DisplayString,
    mADNR12MLHGIx                      Unsigned32,
    mADNR12MLHGMemberIx                Unsigned32,
    mADNR12EnabledDate                 Unsigned32,
    mADNR12I1DepartmentNEConn          Unsigned32,
    mADNR12I2DepartmentNetwkElement    DisplayString,
    mADNR12I3DepartmentCFSIx           Unsigned32,
    mADNR12I4DepartmentGpIx            Unsigned32,
    mADNR12I5DepartmentDepartmentIx    Unsigned32,
    mADNR12DepartmentOtherVals         INTEGER,
    mADNR12NumMembers                  Unsigned32,
    mADNR12MovedDate                   Unsigned32,
    mADNR12SDActExpireAfter            Unsigned32,
    mADNR12SDDefExpireAfter            Unsigned32,
    mADNR12SDUseDefExpireAfter         INTEGER,
    mADNR12ExpiryDate                  Unsigned32,
    mADNR12MADNApplyDistinctiveRingPattn
                                       INTEGER,
    mADNR12MADNRingPattn               INTEGER,
    mADNR12I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mADNR12I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mADNR12I3DelegatedManagementGpDMGIx
                                       Integer32,
    mADNR12SASHostname                 LongDisplayString,
    mADNR12SDActChargeInd              INTEGER,
    mADNR12SDDefChargeInd              INTEGER,
    mADNR12SDUseDefChargeInd           INTEGER,
    mADNR12I1FaultMonitoringProfEMSIx  Unsigned32,
    mADNR12I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mADNR12I3FaultMonitoringProfFMPIx  Integer32,
    mADNR12FaultMonitoringProfOtherVals
                                       INTEGER,
    mADNR12AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mADNR12PortedRtgMethod             INTEGER,
    mADNR12LocationRtgNum              DisplayString,
    mADNR12IsIMS                       INTEGER,
    mADNR12SDActOvrChargeNum           DisplayString,
    mADNR12SDDefOvrChargeNum           DisplayString,
    mADNR12SDUseDefOvrChargeNum        INTEGER,
    mADNR12SDActOvrClgPartyNum         DisplayString,
    mADNR12SDDefOvrClgPartyNum         DisplayString,
    mADNR12SDUseDefOvrClgPartyNum      INTEGER,
    mADNR12I1CallServGpNEConn          Unsigned32,
    mADNR12I2CallServGpNetwkElement    DisplayString,
    mADNR12I3CallServGpCFSIx           Unsigned32,
    mADNR12I4CallServGpGpIx            Unsigned32,
    mADNR12I5CallServGpCSGIx           Unsigned32,
    mADNR12CallServGpOtherVals         INTEGER,
    mADNR12RequestSource               INTEGER
  }

  mADNR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNR12Entry  1 }

  mADNR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNR12Entry  2 }

  mADNR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNR12Entry  3 }

  mADNR12GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNR12Entry  4 }

  mADNR12DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mADNR12Entry  5 }

  mADNR12IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mADNR12Entry  8 }

  mADNR12NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mADNR12Entry  9 }

  mADNR12RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mADNR12Entry  10 }

  mADNR12MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mADNR12Entry  11 }

  mADNR12ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mADNR12Entry  12 }

  mADNR12MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mADNR12Entry  13 }

  mADNR12PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mADNR12Entry  14 }

  mADNR12PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mADNR12Entry  15 }

  mADNR12ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mADNR12Entry  17 }

  mADNR12ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mADNR12Entry  18 }

  mADNR12ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mADNR12Entry  19 }

  mADNR12ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mADNR12Entry  20 }

  mADNR12ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR12Entry  21 }

  mADNR12ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mADNR12Entry  22 }

  mADNR12ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mADNR12Entry  23 }

  mADNR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mADNR12Entry  24 }

  mADNR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mADNR12Entry  25 }

  mADNR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mADNR12Entry  26 }

  mADNR12DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mADNR12Entry  27 }

  mADNR12SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mADNR12Entry  28 }

  mADNR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mADNR12Entry  29 }

  mADNR12ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { mADNR12Entry  30 }

  mADNR12ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { mADNR12Entry  31 }

  mADNR12I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR12Entry  32 }

  mADNR12I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR12Entry  33 }

  mADNR12I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR12Entry  34 }

  mADNR12I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mADNR12Entry  35 }

  mADNR12SDActCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  90 }

  mADNR12SDDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   totalCallsCannotExceedNumberOfMembers(1),
                   totalCallsCannotExceedSpecifiedValue(2),
                   queuedCallsCannotExceedSpecifiedValue(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  91 }

  mADNR12SDUseDefCallLimitAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit algorithm'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR12Entry  92 }

  mADNR12SDActCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  93 }

  mADNR12SDDefCallLimitVal OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  94 }

  mADNR12SDUseDefCallLimitVal OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call limit value'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR12Entry  95 }

  mADNR12SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  96 }

  mADNR12SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  97 }

  mADNR12SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR12Entry  98 }

  mADNR12MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mADNR12Entry  99 }

  mADNR12MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mADNR12Entry  100 }

  mADNR12MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mADNR12Entry  101 }

  mADNR12EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mADNR12Entry  102 }

  mADNR12I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR12Entry  104 }

  mADNR12I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR12Entry  105 }

  mADNR12I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR12Entry  106 }

  mADNR12I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR12Entry  107 }

  mADNR12I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mADNR12Entry  108 }

  mADNR12DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR12Entry  109 }

  mADNR12NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mADNR12Entry  110 }

  mADNR12MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mADNR12Entry  111 }

  mADNR12SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  112 }

  mADNR12SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  113 }

  mADNR12SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR12Entry  114 }

  mADNR12ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mADNR12Entry  115 }

  mADNR12MADNApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mADNR12Entry  117 }

  mADNR12MADNRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mADNR12Entry  118 }

  mADNR12I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR12Entry  119 }

  mADNR12I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR12Entry  120 }

  mADNR12I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mADNR12Entry  121 }

  mADNR12SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mADNR12Entry  123 }

  mADNR12SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  124 }

  mADNR12SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  125 }

  mADNR12SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR12Entry  126 }

  mADNR12I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR12Entry  127 }

  mADNR12I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR12Entry  128 }

  mADNR12I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mADNR12Entry  129 }

  mADNR12FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR12Entry  130 }

  mADNR12AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mADNR12Entry  131 }

  mADNR12PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mADNR12Entry  132 }

  mADNR12LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mADNR12Entry  133 }

  mADNR12IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mADNR12Entry  134 }

  mADNR12SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  135 }

  mADNR12SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  136 }

  mADNR12SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR12Entry  137 }

  mADNR12SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  138 }

  mADNR12SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNR12Entry  139 }

  mADNR12SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNR12Entry  140 }

  mADNR12I1CallServGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mADNR12Entry  141 }

  mADNR12I2CallServGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mADNR12Entry  142 }

  mADNR12I3CallServGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mADNR12Entry  143 }

  mADNR12I4CallServGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mADNR12Entry  144 }

  mADNR12I5CallServGpCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Service Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mADNR12Entry  145 }

  mADNR12CallServGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group'.
                  This field represents the fixed
                  values that Call Service Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mADNR12Entry  146 }

  mADNR12RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { mADNR12Entry  147 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  mADNCallFwdR7Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MADNCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multiple Appearance Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2685 }

  mADNCallFwdR7Entry OBJECT-TYPE
    SYNTAX       MADNCallFwdR7Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mADNCallFwdR7NEConn,
             mADNCallFwdR7NetwkElement,
             mADNCallFwdR7CFSIx,
             mADNCallFwdR7GpIx,
             mADNCallFwdR7DirNum }
    ::= {  mADNCallFwdR7Table  1  }

  MADNCallFwdR7Entry  ::=  SEQUENCE
  {
    mADNCallFwdR7NEConn                Unsigned32,
    mADNCallFwdR7NetwkElement          DisplayString,
    mADNCallFwdR7CFSIx                 Unsigned32,
    mADNCallFwdR7GpIx                  Unsigned32,
    mADNCallFwdR7DirNum                DisplayString,
    mADNCallFwdR7SDActUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR7SDDefUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR7SDUseDefUserNotifCallDiversion
                                       INTEGER,
    mADNCallFwdR7SDActNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR7SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR7SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    mADNCallFwdR7SDActPlayConfirmTone  INTEGER,
    mADNCallFwdR7SDDefPlayConfirmTone  INTEGER,
    mADNCallFwdR7SDUseDefPlayConfirmTone
                                       INTEGER,
    mADNCallFwdR7SDActCFUSubscribed    INTEGER,
    mADNCallFwdR7SDDefCFUSubscribed    INTEGER,
    mADNCallFwdR7SDUseDefCFUSubscribed INTEGER,
    mADNCallFwdR7CFUEnabled            INTEGER,
    mADNCallFwdR7CFUNum                DisplayString,
    mADNCallFwdR7SDActCFBLSubscribed   INTEGER,
    mADNCallFwdR7SDDefCFBLSubscribed   INTEGER,
    mADNCallFwdR7SDUseDefCFBLSubscribed
                                       INTEGER,
    mADNCallFwdR7CFBLEnabled           INTEGER,
    mADNCallFwdR7CFBLNum               DisplayString,
    mADNCallFwdR7SDActCFDASubscribed   INTEGER,
    mADNCallFwdR7SDDefCFDASubscribed   INTEGER,
    mADNCallFwdR7SDUseDefCFDASubscribed
                                       INTEGER,
    mADNCallFwdR7CFDAEnabled           INTEGER,
    mADNCallFwdR7CFDANum               DisplayString,
    mADNCallFwdR7SDActCFDANoReplyTime  Unsigned32,
    mADNCallFwdR7SDDefCFDANoReplyTime  Unsigned32,
    mADNCallFwdR7SDUseDefCFDANoReplyTime
                                       INTEGER,
    mADNCallFwdR7SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR7SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mADNCallFwdR7SDActSCFSubscribed    INTEGER,
    mADNCallFwdR7SDDefSCFSubscribed    INTEGER,
    mADNCallFwdR7SDUseDefSCFSubscribed INTEGER,
    mADNCallFwdR7SCFEnabled            INTEGER,
    mADNCallFwdR7SCFNumToFwdTo         DisplayString,
    mADNCallFwdR7SCFNumAnonNumsFwd     Unsigned32,
    mADNCallFwdR7SDActSCFUSB           INTEGER,
    mADNCallFwdR7SDDefSCFUSB           INTEGER,
    mADNCallFwdR7SDUseDefSCFUSB        INTEGER,
    mADNCallFwdR7SDActBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR7SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR7SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    mADNCallFwdR7SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    mADNCallFwdR7SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    mADNCallFwdR7SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    mADNCallFwdR7SDActBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR7SDDefBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR7SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    mADNCallFwdR7SDActRACFSubscribed   INTEGER,
    mADNCallFwdR7SDDefRACFSubscribed   INTEGER,
    mADNCallFwdR7SDUseDefRACFSubscribed
                                       INTEGER,
    mADNCallFwdR7RACFBlocked           INTEGER,
    mADNCallFwdR7DoExtraActions        INTEGER,
    mADNCallFwdR7SDActMaxSimulFwds     Unsigned32,
    mADNCallFwdR7SDDefMaxSimulFwds     Unsigned32,
    mADNCallFwdR7SDUseDefMaxSimulFwds  INTEGER,
    mADNCallFwdR7SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR7SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR7SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mADNCallFwdR7SDActCFUSingleRing    INTEGER,
    mADNCallFwdR7SDDefCFUSingleRing    INTEGER,
    mADNCallFwdR7SDUseDefCFUSingleRing INTEGER,
    mADNCallFwdR7SDActSCFSingleRing    INTEGER,
    mADNCallFwdR7SDDefSCFSingleRing    INTEGER,
    mADNCallFwdR7SDUseDefSCFSingleRing INTEGER,
    mADNCallFwdR7SDActCFUVariant       INTEGER,
    mADNCallFwdR7SDDefCFUVariant       INTEGER,
    mADNCallFwdR7SDUseDefCFUVariant    INTEGER,
    mADNCallFwdR7SDActCFBLVariant      INTEGER,
    mADNCallFwdR7SDDefCFBLVariant      INTEGER,
    mADNCallFwdR7SDUseDefCFBLVariant   INTEGER,
    mADNCallFwdR7SDActCFDAVariant      INTEGER,
    mADNCallFwdR7SDDefCFDAVariant      INTEGER,
    mADNCallFwdR7SDUseDefCFDAVariant   INTEGER,
    mADNCallFwdR7BasicLineHuntingEnabled
                                       INTEGER,
    mADNCallFwdR7SDActRequireCrtsyCall INTEGER,
    mADNCallFwdR7SDDefRequireCrtsyCall INTEGER,
    mADNCallFwdR7SDUseDefRequireCrtsyCall
                                       INTEGER,
    mADNCallFwdR7SDActNmRlToCllr       INTEGER,
    mADNCallFwdR7SDDefNmRlToCllr       INTEGER,
    mADNCallFwdR7SDUseDefNmRlToCllr    INTEGER,
    mADNCallFwdR7SDActDivertedToNmRlToCllr
                                       INTEGER,
    mADNCallFwdR7SDDefDivertedToNmRlToCllr
                                       INTEGER,
    mADNCallFwdR7SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    mADNCallFwdR7SDActCFUOvrEnabled    INTEGER,
    mADNCallFwdR7SDDefCFUOvrEnabled    INTEGER,
    mADNCallFwdR7SDUseDefCFUOvrEnabled INTEGER,
    mADNCallFwdR7SDActCFUOvrNum        DisplayString,
    mADNCallFwdR7SDDefCFUOvrNum        DisplayString,
    mADNCallFwdR7SDUseDefCFUOvrNum     INTEGER
  }

  mADNCallFwdR7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mADNCallFwdR7Entry  1 }

  mADNCallFwdR7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mADNCallFwdR7Entry  2 }

  mADNCallFwdR7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mADNCallFwdR7Entry  3 }

  mADNCallFwdR7GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mADNCallFwdR7Entry  4 }

  mADNCallFwdR7DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mADNCallFwdR7Entry  5 }

  mADNCallFwdR7SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  6 }

  mADNCallFwdR7SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  7 }

  mADNCallFwdR7SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  8 }

  mADNCallFwdR7SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  9 }

  mADNCallFwdR7SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  10 }

  mADNCallFwdR7SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  11 }

  mADNCallFwdR7SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  12 }

  mADNCallFwdR7SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  13 }

  mADNCallFwdR7SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  14 }

  mADNCallFwdR7SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  15 }

  mADNCallFwdR7SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  16 }

  mADNCallFwdR7SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  17 }

  mADNCallFwdR7CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR7Entry  18 }

  mADNCallFwdR7CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { mADNCallFwdR7Entry  19 }

  mADNCallFwdR7SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  20 }

  mADNCallFwdR7SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  21 }

  mADNCallFwdR7SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  22 }

  mADNCallFwdR7CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR7Entry  23 }

  mADNCallFwdR7CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { mADNCallFwdR7Entry  24 }

  mADNCallFwdR7SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  25 }

  mADNCallFwdR7SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  26 }

  mADNCallFwdR7SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  27 }

  mADNCallFwdR7CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR7Entry  28 }

  mADNCallFwdR7CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { mADNCallFwdR7Entry  29 }

  mADNCallFwdR7SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  30 }

  mADNCallFwdR7SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  31 }

  mADNCallFwdR7SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  32 }

  mADNCallFwdR7SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  33 }

  mADNCallFwdR7SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  34 }

  mADNCallFwdR7SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  35 }

  mADNCallFwdR7SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  36 }

  mADNCallFwdR7SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  37 }

  mADNCallFwdR7SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  38 }

  mADNCallFwdR7SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mADNCallFwdR7Entry  39 }

  mADNCallFwdR7SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { mADNCallFwdR7Entry  40 }

  mADNCallFwdR7SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { mADNCallFwdR7Entry  41 }

  mADNCallFwdR7SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  42 }

  mADNCallFwdR7SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  43 }

  mADNCallFwdR7SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  44 }

  mADNCallFwdR7SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  45 }

  mADNCallFwdR7SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  46 }

  mADNCallFwdR7SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  47 }

  mADNCallFwdR7SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  48 }

  mADNCallFwdR7SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  49 }

  mADNCallFwdR7SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  50 }

  mADNCallFwdR7SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  51 }

  mADNCallFwdR7SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  52 }

  mADNCallFwdR7SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  53 }

  mADNCallFwdR7SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  54 }

  mADNCallFwdR7SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  55 }

  mADNCallFwdR7SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  56 }

  mADNCallFwdR7RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { mADNCallFwdR7Entry  57 }

  mADNCallFwdR7DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mADNCallFwdR7Entry  58 }

  mADNCallFwdR7SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  62 }

  mADNCallFwdR7SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  63 }

  mADNCallFwdR7SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  64 }

  mADNCallFwdR7SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  65 }

  mADNCallFwdR7SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  66 }

  mADNCallFwdR7SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  67 }

  mADNCallFwdR7SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  69 }

  mADNCallFwdR7SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  70 }

  mADNCallFwdR7SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  71 }

  mADNCallFwdR7SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  78 }

  mADNCallFwdR7SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  79 }

  mADNCallFwdR7SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  80 }

  mADNCallFwdR7SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  90 }

  mADNCallFwdR7SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  91 }

  mADNCallFwdR7SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  92 }

  mADNCallFwdR7SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  93 }

  mADNCallFwdR7SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  94 }

  mADNCallFwdR7SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  95 }

  mADNCallFwdR7SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  96 }

  mADNCallFwdR7SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  97 }

  mADNCallFwdR7SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  98 }

  mADNCallFwdR7BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  99 }

  mADNCallFwdR7SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  100 }

  mADNCallFwdR7SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  101 }

  mADNCallFwdR7SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  102 }

  mADNCallFwdR7SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  103 }

  mADNCallFwdR7SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  104 }

  mADNCallFwdR7SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  105 }

  mADNCallFwdR7SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  106 }

  mADNCallFwdR7SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  107 }

  mADNCallFwdR7SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  108 }

  mADNCallFwdR7SDActCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  109 }

  mADNCallFwdR7SDDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  110 }

  mADNCallFwdR7SDUseDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  111 }

  mADNCallFwdR7SDActCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  112 }

  mADNCallFwdR7SDDefCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mADNCallFwdR7Entry  113 }

  mADNCallFwdR7SDUseDefCFUOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mADNCallFwdR7Entry  114 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  mLHGPilotDNR15Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2686 }

  mLHGPilotDNR15Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR15Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR15NEConn,
             mLHGPilotDNR15NetwkElement,
             mLHGPilotDNR15CFSIx,
             mLHGPilotDNR15GpIx,
             mLHGPilotDNR15MLHGGpIx,
             mLHGPilotDNR15DirNum }
    ::= {  mLHGPilotDNR15Table  1  }

  MLHGPilotDNR15Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR15NEConn               Unsigned32,
    mLHGPilotDNR15NetwkElement         DisplayString,
    mLHGPilotDNR15CFSIx                Unsigned32,
    mLHGPilotDNR15GpIx                 Unsigned32,
    mLHGPilotDNR15MLHGGpIx             Unsigned32,
    mLHGPilotDNR15DirNum               DisplayString,
    mLHGPilotDNR15I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR15I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR15I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR15I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR15InUseBy              INTEGER,
    mLHGPilotDNR15IntercomDialingCode  DisplayString,
    mLHGPilotDNR15MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR15MLHGIx               Unsigned32,
    mLHGPilotDNR15MLHGMemberIx         Unsigned32,
    mLHGPilotDNR15CustInfo             DisplayString,
    mLHGPilotDNR15CustInfo2            DisplayString,
    mLHGPilotDNR15CustInfo3            DisplayString,
    mLHGPilotDNR15CustInfo4            DisplayString,
    mLHGPilotDNR15CustInfo5            DisplayString,
    mLHGPilotDNR15CustInfo6            DisplayString,
    mLHGPilotDNR15NumStatus            INTEGER,
    mLHGPilotDNR15RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR15MovedFromDirNum      DisplayString,
    mLHGPilotDNR15ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR15MovedToDirNum        DisplayString,
    mLHGPilotDNR15PortedExchangeID     DisplayString,
    mLHGPilotDNR15PIN                  DisplayString,
    mLHGPilotDNR15SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR15SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR15SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR15SDActTimezone        INTEGER,
    mLHGPilotDNR15SDDefTimezone        INTEGER,
    mLHGPilotDNR15SDUseDefTimezone     INTEGER,
    mLHGPilotDNR15SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR15SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR15SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR15ActYear              Unsigned32,
    mLHGPilotDNR15ActMonth             Unsigned32,
    mLHGPilotDNR15ActDate              Unsigned32,
    mLHGPilotDNR15DiagsLogLvl          INTEGER,
    mLHGPilotDNR15DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR15DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR15DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR15ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR15ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR15ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR15ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR15SummaryChldAlrmState INTEGER,
    mLHGPilotDNR15RowStatus            RowStatus,
    mLHGPilotDNR15EnabledDate          Unsigned32,
    mLHGPilotDNR15MovedDate            Unsigned32,
    mLHGPilotDNR15SDActExpireAfter     Unsigned32,
    mLHGPilotDNR15SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR15SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR15ExpiryDate           Unsigned32,
    mLHGPilotDNR15I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR15I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR15I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR15SASHostname          LongDisplayString,
    mLHGPilotDNR15SDActChargeInd       INTEGER,
    mLHGPilotDNR15SDDefChargeInd       INTEGER,
    mLHGPilotDNR15SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR15CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR15CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR15CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR15CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR15CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR15I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR15I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR15I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR15FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR15AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR15MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR15MLHGRingPattn        INTEGER,
    mLHGPilotDNR15SigType              INTEGER,
    mLHGPilotDNR15UseDNIdentification  INTEGER,
    mLHGPilotDNR15SIPUserName          DisplayString,
    mLHGPilotDNR15SIPDomainName        DisplayString,
    mLHGPilotDNR15SDActLCC1            INTEGER,
    mLHGPilotDNR15SDDefLCC1            INTEGER,
    mLHGPilotDNR15SDUseDefLCC1         INTEGER,
    mLHGPilotDNR15SDActLCC2            INTEGER,
    mLHGPilotDNR15SDDefLCC2            INTEGER,
    mLHGPilotDNR15SDUseDefLCC2         INTEGER,
    mLHGPilotDNR15SDActLCC3            INTEGER,
    mLHGPilotDNR15SDDefLCC3            INTEGER,
    mLHGPilotDNR15SDUseDefLCC3         INTEGER,
    mLHGPilotDNR15SDActLCC4            INTEGER,
    mLHGPilotDNR15SDDefLCC4            INTEGER,
    mLHGPilotDNR15SDUseDefLCC4         INTEGER,
    mLHGPilotDNR15SDActLCC5            INTEGER,
    mLHGPilotDNR15SDDefLCC5            INTEGER,
    mLHGPilotDNR15SDUseDefLCC5         INTEGER,
    mLHGPilotDNR15SDActLCC6            INTEGER,
    mLHGPilotDNR15SDDefLCC6            INTEGER,
    mLHGPilotDNR15SDUseDefLCC6         INTEGER,
    mLHGPilotDNR15SDActLCC7            INTEGER,
    mLHGPilotDNR15SDDefLCC7            INTEGER,
    mLHGPilotDNR15SDUseDefLCC7         INTEGER,
    mLHGPilotDNR15SDActLCC8            INTEGER,
    mLHGPilotDNR15SDDefLCC8            INTEGER,
    mLHGPilotDNR15SDUseDefLCC8         INTEGER,
    mLHGPilotDNR15SDActLCC9            INTEGER,
    mLHGPilotDNR15SDDefLCC9            INTEGER,
    mLHGPilotDNR15SDUseDefLCC9         INTEGER,
    mLHGPilotDNR15SDActLCC10           INTEGER,
    mLHGPilotDNR15SDDefLCC10           INTEGER,
    mLHGPilotDNR15SDUseDefLCC10        INTEGER,
    mLHGPilotDNR15SDActLCC11           INTEGER,
    mLHGPilotDNR15SDDefLCC11           INTEGER,
    mLHGPilotDNR15SDUseDefLCC11        INTEGER,
    mLHGPilotDNR15SDActLCC12           INTEGER,
    mLHGPilotDNR15SDDefLCC12           INTEGER,
    mLHGPilotDNR15SDUseDefLCC12        INTEGER,
    mLHGPilotDNR15SDActLCC13           INTEGER,
    mLHGPilotDNR15SDDefLCC13           INTEGER,
    mLHGPilotDNR15SDUseDefLCC13        INTEGER,
    mLHGPilotDNR15SDActLCC14           INTEGER,
    mLHGPilotDNR15SDDefLCC14           INTEGER,
    mLHGPilotDNR15SDUseDefLCC14        INTEGER,
    mLHGPilotDNR15SDActLCC15           INTEGER,
    mLHGPilotDNR15SDDefLCC15           INTEGER,
    mLHGPilotDNR15SDUseDefLCC15        INTEGER,
    mLHGPilotDNR15SDActLCC16           INTEGER,
    mLHGPilotDNR15SDDefLCC16           INTEGER,
    mLHGPilotDNR15SDUseDefLCC16        INTEGER,
    mLHGPilotDNR15SDActLCC17           INTEGER,
    mLHGPilotDNR15SDDefLCC17           INTEGER,
    mLHGPilotDNR15SDUseDefLCC17        INTEGER,
    mLHGPilotDNR15SDActLCC18           INTEGER,
    mLHGPilotDNR15SDDefLCC18           INTEGER,
    mLHGPilotDNR15SDUseDefLCC18        INTEGER,
    mLHGPilotDNR15SDActLCC19           INTEGER,
    mLHGPilotDNR15SDDefLCC19           INTEGER,
    mLHGPilotDNR15SDUseDefLCC19        INTEGER,
    mLHGPilotDNR15SDActLCC20           INTEGER,
    mLHGPilotDNR15SDDefLCC20           INTEGER,
    mLHGPilotDNR15SDUseDefLCC20        INTEGER,
    mLHGPilotDNR15ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR15ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR15ExitMLHGQueueNumToFwdTo
                                       DisplayString,
    mLHGPilotDNR15PresentPilotNameToAgents
                                       INTEGER,
    mLHGPilotDNR15PortedRtgMethod      INTEGER,
    mLHGPilotDNR15LocationRtgNum       DisplayString,
    mLHGPilotDNR15IsIMS                INTEGER,
    mLHGPilotDNR15I1CallServGpNEConn   Unsigned32,
    mLHGPilotDNR15I2CallServGpNetwkElement
                                       DisplayString,
    mLHGPilotDNR15I3CallServGpCFSIx    Unsigned32,
    mLHGPilotDNR15I4CallServGpGpIx     Unsigned32,
    mLHGPilotDNR15I5CallServGpCSGIx    Unsigned32,
    mLHGPilotDNR15CallServGpOtherVals  INTEGER
  }

  mLHGPilotDNR15NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR15Entry  1 }

  mLHGPilotDNR15NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR15Entry  2 }

  mLHGPilotDNR15CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR15Entry  3 }

  mLHGPilotDNR15GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR15Entry  4 }

  mLHGPilotDNR15MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR15Entry  5 }

  mLHGPilotDNR15DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR15Entry  6 }

  mLHGPilotDNR15I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR15Entry  7 }

  mLHGPilotDNR15I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR15Entry  8 }

  mLHGPilotDNR15I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR15Entry  9 }

  mLHGPilotDNR15I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR15Entry  10 }

  mLHGPilotDNR15InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR15Entry  11 }

  mLHGPilotDNR15IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR15Entry  12 }

  mLHGPilotDNR15MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR15Entry  13 }

  mLHGPilotDNR15MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR15Entry  14 }

  mLHGPilotDNR15MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR15Entry  15 }

  mLHGPilotDNR15CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR15Entry  16 }

  mLHGPilotDNR15CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR15Entry  17 }

  mLHGPilotDNR15CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR15Entry  18 }

  mLHGPilotDNR15CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR15Entry  19 }

  mLHGPilotDNR15CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR15Entry  20 }

  mLHGPilotDNR15CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR15Entry  21 }

  mLHGPilotDNR15NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR15Entry  22 }

  mLHGPilotDNR15RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  23 }

  mLHGPilotDNR15MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR15Entry  24 }

  mLHGPilotDNR15ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  25 }

  mLHGPilotDNR15MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR15Entry  26 }

  mLHGPilotDNR15PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR15Entry  27 }

  mLHGPilotDNR15PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR15Entry  28 }

  mLHGPilotDNR15SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  29 }

  mLHGPilotDNR15SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  30 }

  mLHGPilotDNR15SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  31 }

  mLHGPilotDNR15SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  32 }

  mLHGPilotDNR15SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  33 }

  mLHGPilotDNR15SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  34 }

  mLHGPilotDNR15SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  35 }

  mLHGPilotDNR15SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  36 }

  mLHGPilotDNR15SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  37 }

  mLHGPilotDNR15ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR15Entry  38 }

  mLHGPilotDNR15ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR15Entry  39 }

  mLHGPilotDNR15ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR15Entry  40 }

  mLHGPilotDNR15DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR15Entry  41 }

  mLHGPilotDNR15DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  42 }

  mLHGPilotDNR15DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR15Entry  43 }

  mLHGPilotDNR15DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR15Entry  44 }

  mLHGPilotDNR15ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR15Entry  45 }

  mLHGPilotDNR15ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR15Entry  46 }

  mLHGPilotDNR15ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR15Entry  47 }

  mLHGPilotDNR15ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR15Entry  48 }

  mLHGPilotDNR15SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR15Entry  49 }

  mLHGPilotDNR15RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR15Entry  50 }

  mLHGPilotDNR15EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR15Entry  51 }

  mLHGPilotDNR15MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR15Entry  52 }

  mLHGPilotDNR15SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  53 }

  mLHGPilotDNR15SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  54 }

  mLHGPilotDNR15SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  55 }

  mLHGPilotDNR15ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR15Entry  56 }

  mLHGPilotDNR15I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR15Entry  58 }

  mLHGPilotDNR15I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR15Entry  59 }

  mLHGPilotDNR15I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR15Entry  60 }

  mLHGPilotDNR15SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR15Entry  62 }

  mLHGPilotDNR15SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  63 }

  mLHGPilotDNR15SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  64 }

  mLHGPilotDNR15SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  65 }

  mLHGPilotDNR15CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR15Entry  80 }

  mLHGPilotDNR15CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR15Entry  81 }

  mLHGPilotDNR15CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR15Entry  82 }

  mLHGPilotDNR15CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR15Entry  83 }

  mLHGPilotDNR15CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR15Entry  84 }

  mLHGPilotDNR15I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR15Entry  85 }

  mLHGPilotDNR15I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR15Entry  86 }

  mLHGPilotDNR15I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR15Entry  87 }

  mLHGPilotDNR15FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR15Entry  88 }

  mLHGPilotDNR15AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  89 }

  mLHGPilotDNR15MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  90 }

  mLHGPilotDNR15MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR15Entry  91 }

  mLHGPilotDNR15SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR15Entry  92 }

  mLHGPilotDNR15UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  93 }

  mLHGPilotDNR15SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR15Entry  94 }

  mLHGPilotDNR15SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR15Entry  95 }

  mLHGPilotDNR15SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  96 }

  mLHGPilotDNR15SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  97 }

  mLHGPilotDNR15SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  98 }

  mLHGPilotDNR15SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  99 }

  mLHGPilotDNR15SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  100 }

  mLHGPilotDNR15SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  101 }

  mLHGPilotDNR15SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  102 }

  mLHGPilotDNR15SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  103 }

  mLHGPilotDNR15SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  104 }

  mLHGPilotDNR15SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  105 }

  mLHGPilotDNR15SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  106 }

  mLHGPilotDNR15SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  107 }

  mLHGPilotDNR15SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  108 }

  mLHGPilotDNR15SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  109 }

  mLHGPilotDNR15SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  110 }

  mLHGPilotDNR15SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  111 }

  mLHGPilotDNR15SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  112 }

  mLHGPilotDNR15SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  113 }

  mLHGPilotDNR15SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  114 }

  mLHGPilotDNR15SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  115 }

  mLHGPilotDNR15SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  116 }

  mLHGPilotDNR15SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  117 }

  mLHGPilotDNR15SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  118 }

  mLHGPilotDNR15SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  119 }

  mLHGPilotDNR15SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  120 }

  mLHGPilotDNR15SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  121 }

  mLHGPilotDNR15SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  122 }

  mLHGPilotDNR15SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  123 }

  mLHGPilotDNR15SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  124 }

  mLHGPilotDNR15SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  125 }

  mLHGPilotDNR15SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  126 }

  mLHGPilotDNR15SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  127 }

  mLHGPilotDNR15SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  128 }

  mLHGPilotDNR15SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  129 }

  mLHGPilotDNR15SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  130 }

  mLHGPilotDNR15SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  131 }

  mLHGPilotDNR15SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  132 }

  mLHGPilotDNR15SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  133 }

  mLHGPilotDNR15SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  134 }

  mLHGPilotDNR15SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  135 }

  mLHGPilotDNR15SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  136 }

  mLHGPilotDNR15SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  137 }

  mLHGPilotDNR15SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  138 }

  mLHGPilotDNR15SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  139 }

  mLHGPilotDNR15SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  140 }

  mLHGPilotDNR15SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  141 }

  mLHGPilotDNR15SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  142 }

  mLHGPilotDNR15SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  143 }

  mLHGPilotDNR15SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  144 }

  mLHGPilotDNR15SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  145 }

  mLHGPilotDNR15SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  146 }

  mLHGPilotDNR15SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  147 }

  mLHGPilotDNR15SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  148 }

  mLHGPilotDNR15SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  149 }

  mLHGPilotDNR15SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  150 }

  mLHGPilotDNR15SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  151 }

  mLHGPilotDNR15SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  152 }

  mLHGPilotDNR15SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  153 }

  mLHGPilotDNR15SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR15Entry  154 }

  mLHGPilotDNR15SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR15Entry  155 }

  mLHGPilotDNR15ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  156 }

  mLHGPilotDNR15ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  157 }

  mLHGPilotDNR15ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR15Entry  158 }

  mLHGPilotDNR15PresentPilotNameToAgents OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Present pilot name to agents'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR15Entry  159 }

  mLHGPilotDNR15PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mLHGPilotDNR15Entry  160 }

  mLHGPilotDNR15LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mLHGPilotDNR15Entry  161 }

  mLHGPilotDNR15IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mLHGPilotDNR15Entry  162 }

  mLHGPilotDNR15I1CallServGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR15Entry  163 }

  mLHGPilotDNR15I2CallServGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR15Entry  164 }

  mLHGPilotDNR15I3CallServGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR15Entry  165 }

  mLHGPilotDNR15I4CallServGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR15Entry  166 }

  mLHGPilotDNR15I5CallServGpCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Service Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR15Entry  167 }

  mLHGPilotDNR15CallServGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group'.
                  This field represents the fixed
                  values that Call Service Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR15Entry  168 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  mLHGPltDNCFwR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPltDNCFwR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2687 }

  mLHGPltDNCFwR4Entry OBJECT-TYPE
    SYNTAX       MLHGPltDNCFwR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPltDNCFwR4NEConn,
             mLHGPltDNCFwR4NetwkElement,
             mLHGPltDNCFwR4CFSIx,
             mLHGPltDNCFwR4GpIx,
             mLHGPltDNCFwR4MLHGGpIx,
             mLHGPltDNCFwR4DirNum }
    ::= {  mLHGPltDNCFwR4Table  1  }

  MLHGPltDNCFwR4Entry  ::=  SEQUENCE
  {
    mLHGPltDNCFwR4NEConn               Unsigned32,
    mLHGPltDNCFwR4NetwkElement         DisplayString,
    mLHGPltDNCFwR4CFSIx                Unsigned32,
    mLHGPltDNCFwR4GpIx                 Unsigned32,
    mLHGPltDNCFwR4MLHGGpIx             Unsigned32,
    mLHGPltDNCFwR4DirNum               DisplayString,
    mLHGPltDNCFwR4SDActMaxSimulFwds    Unsigned32,
    mLHGPltDNCFwR4SDDefMaxSimulFwds    Unsigned32,
    mLHGPltDNCFwR4SDUseDefMaxSimulFwds INTEGER,
    mLHGPltDNCFwR4SDActUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCFwR4SDDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCFwR4SDUseDefUserNotifCallDiversion
                                       INTEGER,
    mLHGPltDNCFwR4SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCFwR4SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCFwR4SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    mLHGPltDNCFwR4SDActNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCFwR4SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCFwR4SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    mLHGPltDNCFwR4SDActPlayConfirmTone INTEGER,
    mLHGPltDNCFwR4SDDefPlayConfirmTone INTEGER,
    mLHGPltDNCFwR4SDUseDefPlayConfirmTone
                                       INTEGER,
    mLHGPltDNCFwR4SDActCFUSubscribed   INTEGER,
    mLHGPltDNCFwR4SDDefCFUSubscribed   INTEGER,
    mLHGPltDNCFwR4SDUseDefCFUSubscribed
                                       INTEGER,
    mLHGPltDNCFwR4SDActCFUVariant      INTEGER,
    mLHGPltDNCFwR4SDDefCFUVariant      INTEGER,
    mLHGPltDNCFwR4SDUseDefCFUVariant   INTEGER,
    mLHGPltDNCFwR4CFUEnabled           INTEGER,
    mLHGPltDNCFwR4CFUNum               DisplayString,
    mLHGPltDNCFwR4SDActCFBLSubscribed  INTEGER,
    mLHGPltDNCFwR4SDDefCFBLSubscribed  INTEGER,
    mLHGPltDNCFwR4SDUseDefCFBLSubscribed
                                       INTEGER,
    mLHGPltDNCFwR4SDActCFBLVariant     INTEGER,
    mLHGPltDNCFwR4SDDefCFBLVariant     INTEGER,
    mLHGPltDNCFwR4SDUseDefCFBLVariant  INTEGER,
    mLHGPltDNCFwR4CFBLEnabled          INTEGER,
    mLHGPltDNCFwR4CFBLNum              DisplayString,
    mLHGPltDNCFwR4SDActCFDASubscribed  INTEGER,
    mLHGPltDNCFwR4SDDefCFDASubscribed  INTEGER,
    mLHGPltDNCFwR4SDUseDefCFDASubscribed
                                       INTEGER,
    mLHGPltDNCFwR4SDActCFDAVariant     INTEGER,
    mLHGPltDNCFwR4SDDefCFDAVariant     INTEGER,
    mLHGPltDNCFwR4SDUseDefCFDAVariant  INTEGER,
    mLHGPltDNCFwR4CFDAEnabled          INTEGER,
    mLHGPltDNCFwR4CFDANum              DisplayString,
    mLHGPltDNCFwR4SDActCFDANoReplyTime Unsigned32,
    mLHGPltDNCFwR4SDDefCFDANoReplyTime Unsigned32,
    mLHGPltDNCFwR4SDUseDefCFDANoReplyTime
                                       INTEGER,
    mLHGPltDNCFwR4SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCFwR4SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCFwR4SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    mLHGPltDNCFwR4SDActSCFSubscribed   INTEGER,
    mLHGPltDNCFwR4SDDefSCFSubscribed   INTEGER,
    mLHGPltDNCFwR4SDUseDefSCFSubscribed
                                       INTEGER,
    mLHGPltDNCFwR4SCFEnabled           INTEGER,
    mLHGPltDNCFwR4SCFNumToFwdTo        DisplayString,
    mLHGPltDNCFwR4SCFNumAnonNumsFwd    Unsigned32,
    mLHGPltDNCFwR4SDActSCFUSB          INTEGER,
    mLHGPltDNCFwR4SDDefSCFUSB          INTEGER,
    mLHGPltDNCFwR4SDUseDefSCFUSB       INTEGER,
    mLHGPltDNCFwR4SDActRACFSubscribed  INTEGER,
    mLHGPltDNCFwR4SDDefRACFSubscribed  INTEGER,
    mLHGPltDNCFwR4SDUseDefRACFSubscribed
                                       INTEGER,
    mLHGPltDNCFwR4RACFBlocked          INTEGER,
    mLHGPltDNCFwR4DoExtraActions       INTEGER,
    mLHGPltDNCFwR4SDActRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCFwR4SDDefRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCFwR4SDUseDefRequireCrtsyCall
                                       INTEGER,
    mLHGPltDNCFwR4SDActUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCFwR4SDDefUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCFwR4SDUseDefUnavailCFSubscribed
                                       INTEGER,
    mLHGPltDNCFwR4UnavailCFEnabled     INTEGER,
    mLHGPltDNCFwR4UnavailCFNum         DisplayString,
    mLHGPltDNCFwR4SDActNmRlToCllr      INTEGER,
    mLHGPltDNCFwR4SDDefNmRlToCllr      INTEGER,
    mLHGPltDNCFwR4SDUseDefNmRlToCllr   INTEGER,
    mLHGPltDNCFwR4SDActDivertedToNmRlToCllr
                                       INTEGER,
    mLHGPltDNCFwR4SDDefDivertedToNmRlToCllr
                                       INTEGER,
    mLHGPltDNCFwR4SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    mLHGPltDNCFwR4SDActCFUOvrEnabled   INTEGER,
    mLHGPltDNCFwR4SDDefCFUOvrEnabled   INTEGER,
    mLHGPltDNCFwR4SDUseDefCFUOvrEnabled
                                       INTEGER,
    mLHGPltDNCFwR4SDActCFUOvrNum       DisplayString,
    mLHGPltDNCFwR4SDDefCFUOvrNum       DisplayString,
    mLHGPltDNCFwR4SDUseDefCFUOvrNum    INTEGER,
    mLHGPltDNCFwR4SDActUnvCFOvrEnabled INTEGER,
    mLHGPltDNCFwR4SDDefUnvCFOvrEnabled INTEGER,
    mLHGPltDNCFwR4SDUseDefUnvCFOvrEnabled
                                       INTEGER,
    mLHGPltDNCFwR4SDActUnvCFOvrNum     DisplayString,
    mLHGPltDNCFwR4SDDefUnvCFOvrNum     DisplayString,
    mLHGPltDNCFwR4SDUseDefUnvCFOvrNum  INTEGER
  }

  mLHGPltDNCFwR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPltDNCFwR4Entry  1 }

  mLHGPltDNCFwR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPltDNCFwR4Entry  2 }

  mLHGPltDNCFwR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPltDNCFwR4Entry  3 }

  mLHGPltDNCFwR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPltDNCFwR4Entry  4 }

  mLHGPltDNCFwR4MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPltDNCFwR4Entry  5 }

  mLHGPltDNCFwR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPltDNCFwR4Entry  6 }

  mLHGPltDNCFwR4SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  7 }

  mLHGPltDNCFwR4SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  8 }

  mLHGPltDNCFwR4SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  9 }

  mLHGPltDNCFwR4SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  10 }

  mLHGPltDNCFwR4SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  11 }

  mLHGPltDNCFwR4SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  12 }

  mLHGPltDNCFwR4SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  13 }

  mLHGPltDNCFwR4SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  14 }

  mLHGPltDNCFwR4SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  15 }

  mLHGPltDNCFwR4SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  16 }

  mLHGPltDNCFwR4SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  17 }

  mLHGPltDNCFwR4SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  18 }

  mLHGPltDNCFwR4SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  19 }

  mLHGPltDNCFwR4SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  20 }

  mLHGPltDNCFwR4SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  21 }

  mLHGPltDNCFwR4SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  22 }

  mLHGPltDNCFwR4SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  23 }

  mLHGPltDNCFwR4SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  24 }

  mLHGPltDNCFwR4SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  25 }

  mLHGPltDNCFwR4SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  26 }

  mLHGPltDNCFwR4SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  27 }

  mLHGPltDNCFwR4CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCFwR4Entry  28 }

  mLHGPltDNCFwR4CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { mLHGPltDNCFwR4Entry  29 }

  mLHGPltDNCFwR4SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  30 }

  mLHGPltDNCFwR4SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  31 }

  mLHGPltDNCFwR4SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  32 }

  mLHGPltDNCFwR4SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  33 }

  mLHGPltDNCFwR4SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  34 }

  mLHGPltDNCFwR4SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  35 }

  mLHGPltDNCFwR4CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCFwR4Entry  36 }

  mLHGPltDNCFwR4CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { mLHGPltDNCFwR4Entry  37 }

  mLHGPltDNCFwR4SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  38 }

  mLHGPltDNCFwR4SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  39 }

  mLHGPltDNCFwR4SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  40 }

  mLHGPltDNCFwR4SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  41 }

  mLHGPltDNCFwR4SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  42 }

  mLHGPltDNCFwR4SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  43 }

  mLHGPltDNCFwR4CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCFwR4Entry  44 }

  mLHGPltDNCFwR4CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { mLHGPltDNCFwR4Entry  45 }

  mLHGPltDNCFwR4SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  46 }

  mLHGPltDNCFwR4SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  47 }

  mLHGPltDNCFwR4SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  48 }

  mLHGPltDNCFwR4SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  49 }

  mLHGPltDNCFwR4SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  50 }

  mLHGPltDNCFwR4SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  51 }

  mLHGPltDNCFwR4SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  52 }

  mLHGPltDNCFwR4SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  53 }

  mLHGPltDNCFwR4SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  54 }

  mLHGPltDNCFwR4SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCFwR4Entry  55 }

  mLHGPltDNCFwR4SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { mLHGPltDNCFwR4Entry  56 }

  mLHGPltDNCFwR4SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { mLHGPltDNCFwR4Entry  57 }

  mLHGPltDNCFwR4SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  58 }

  mLHGPltDNCFwR4SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  59 }

  mLHGPltDNCFwR4SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  60 }

  mLHGPltDNCFwR4SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  61 }

  mLHGPltDNCFwR4SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  62 }

  mLHGPltDNCFwR4SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  63 }

  mLHGPltDNCFwR4RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { mLHGPltDNCFwR4Entry  64 }

  mLHGPltDNCFwR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGPltDNCFwR4Entry  65 }

  mLHGPltDNCFwR4SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  66 }

  mLHGPltDNCFwR4SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  67 }

  mLHGPltDNCFwR4SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  68 }

  mLHGPltDNCFwR4SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  69 }

  mLHGPltDNCFwR4SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  70 }

  mLHGPltDNCFwR4SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  71 }

  mLHGPltDNCFwR4UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { mLHGPltDNCFwR4Entry  72 }

  mLHGPltDNCFwR4UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { mLHGPltDNCFwR4Entry  73 }

  mLHGPltDNCFwR4SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  74 }

  mLHGPltDNCFwR4SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  75 }

  mLHGPltDNCFwR4SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  76 }

  mLHGPltDNCFwR4SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  77 }

  mLHGPltDNCFwR4SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  78 }

  mLHGPltDNCFwR4SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  79 }

  mLHGPltDNCFwR4SDActCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  80 }

  mLHGPltDNCFwR4SDDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  81 }

  mLHGPltDNCFwR4SDUseDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  82 }

  mLHGPltDNCFwR4SDActCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  83 }

  mLHGPltDNCFwR4SDDefCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  84 }

  mLHGPltDNCFwR4SDUseDefCFUOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  85 }

  mLHGPltDNCFwR4SDActUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  86 }

  mLHGPltDNCFwR4SDDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  87 }

  mLHGPltDNCFwR4SDUseDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  88 }

  mLHGPltDNCFwR4SDActUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  89 }

  mLHGPltDNCFwR4SDDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNCFwR4Entry  90 }

  mLHGPltDNCFwR4SDUseDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNCFwR4Entry  91 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  pBXR34Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2688 }

  pBXR34Entry OBJECT-TYPE
    SYNTAX       PBXR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR34NEConn,
             pBXR34NetwkElement,
             pBXR34CFSIx,
             pBXR34DirNum }
    ::= {  pBXR34Table  1  }

  PBXR34Entry  ::=  SEQUENCE
  {
    pBXR34NEConn                       Unsigned32,
    pBXR34NetwkElement                 DisplayString,
    pBXR34CFSIx                        Unsigned32,
    pBXR34DirNum                       DisplayString,
    pBXR34PresNum                      DisplayString,
    pBXR34ClgPartyNum                  DisplayString,
    pBXR34I1SubGpNEConn                Unsigned32,
    pBXR34I2SubGpNetwkElement          DisplayString,
    pBXR34I3SubGpCFSIx                 Unsigned32,
    pBXR34I4SubGpSubGpIx               Unsigned32,
    pBXR34NumStatus                    INTEGER,
    pBXR34PortedExchangeID             DisplayString,
    pBXR34LineSelMethod                INTEGER,
    pBXR34ANIDNISFormat                DisplayString,
    pBXR34PIN                          DisplayString,
    pBXR34Locale                       INTEGER,
    pBXR34DigitMaskingReqd             INTEGER,
    pBXR34TermFacilityMarksServInterception
                                       INTEGER,
    pBXR34ActYear                      Unsigned32,
    pBXR34ActMonth                     Unsigned32,
    pBXR34ActDate                      Unsigned32,
    pBXR34CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR34PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR34CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR34PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR34ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR34ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR34ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR34ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR34DiagsAPITraceEnabled         INTEGER,
    pBXR34DiagsAPITraceTag             DisplayString,
    pBXR34DiagsAPITraceRemNum          DisplayString,
    pBXR34TotChldAlrmsAttnRq           Unsigned32,
    pBXR34TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR34TotChldAlrmsAtndDp           Unsigned32,
    pBXR34TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR34SummaryChldAlrmState         INTEGER,
    pBXR34ExportNumObjectsExported     Integer32,
    pBXR34ExportStatus                 DisplayString,
    pBXR34ExportFile                   DisplayString,
    pBXR34ExportCorr                   Counter64,
    pBXR34ExportCorrNode               DisplayString,
    pBXR34ExportCorrUID                DisplayString,
    pBXR34DoExtraActions               INTEGER,
    pBXR34RowStatus                    RowStatus,
    pBXR34MovedToDirNum                DisplayString,
    pBXR34CustInfo                     DisplayString,
    pBXR34DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR34ServSuspended                INTEGER,
    pBXR34SendDIDSeqListedDirNum       INTEGER,
    pBXR34DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR34CustInfo2                    DisplayString,
    pBXR34CustInfo3                    DisplayString,
    pBXR34CustInfo4                    DisplayString,
    pBXR34CustInfo5                    DisplayString,
    pBXR34CustInfo6                    DisplayString,
    pBXR34RecentlyMovedFromOldNum      INTEGER,
    pBXR34MovedFromDirNum              DisplayString,
    pBXR34ConnectCallAfterAnnounce     INTEGER,
    pBXR34DiagsLogLvl                  INTEGER,
    pBXR34PBXFixBits                   BITS,
    pBXR34ChargeNum                    DisplayString,
    pBXR34SigType                      INTEGER,
    pBXR34SDActMaxCallAppearances      Unsigned32,
    pBXR34SDDefMaxCallAppearances      Unsigned32,
    pBXR34SDUseDefMaxCallAppearances   INTEGER,
    pBXR34I1PerProfNEConn              Unsigned32,
    pBXR34I2PerProfNetwkElement        DisplayString,
    pBXR34I3PerProfCFSIx               Unsigned32,
    pBXR34I4PerProfGpIx                Unsigned32,
    pBXR34SDActTimezone                INTEGER,
    pBXR34SDDefTimezone                INTEGER,
    pBXR34SDUseDefTimezone             INTEGER,
    pBXR34SDActAdjustDaylightSavings   INTEGER,
    pBXR34SDDefAdjustDaylightSavings   INTEGER,
    pBXR34SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR34SDActLongDistanceCarr        DisplayString,
    pBXR34SDDefLongDistanceCarr        DisplayString,
    pBXR34SDUseDefLongDistanceCarr     INTEGER,
    pBXR34SDActIntraLATACarr           DisplayString,
    pBXR34SDDefIntraLATACarr           DisplayString,
    pBXR34SDUseDefIntraLATACarr        INTEGER,
    pBXR34SDActRtgAttrs                BITS,
    pBXR34SDDefRtgAttrs                BITS,
    pBXR34SDUseDefRtgAttrs             INTEGER,
    pBXR34SDActBillType                INTEGER,
    pBXR34SDDefBillType                INTEGER,
    pBXR34SDUseDefBillType             INTEGER,
    pBXR34SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR34SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR34SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR34SDActTariffGp                INTEGER,
    pBXR34SDDefTariffGp                INTEGER,
    pBXR34SDUseDefTariffGp             INTEGER,
    pBXR34SDActIntnatlCarr             DisplayString,
    pBXR34SDDefIntnatlCarr             DisplayString,
    pBXR34SDUseDefIntnatlCarr          INTEGER,
    pBXR34SDActLCC1                    INTEGER,
    pBXR34SDDefLCC1                    INTEGER,
    pBXR34SDUseDefLCC1                 INTEGER,
    pBXR34SDActLCC2                    INTEGER,
    pBXR34SDDefLCC2                    INTEGER,
    pBXR34SDUseDefLCC2                 INTEGER,
    pBXR34SDActLCC3                    INTEGER,
    pBXR34SDDefLCC3                    INTEGER,
    pBXR34SDUseDefLCC3                 INTEGER,
    pBXR34SDActLCC4                    INTEGER,
    pBXR34SDDefLCC4                    INTEGER,
    pBXR34SDUseDefLCC4                 INTEGER,
    pBXR34SDActLCC5                    INTEGER,
    pBXR34SDDefLCC5                    INTEGER,
    pBXR34SDUseDefLCC5                 INTEGER,
    pBXR34SDActForceLNPLookup          INTEGER,
    pBXR34SDDefForceLNPLookup          INTEGER,
    pBXR34SDUseDefForceLNPLookup       INTEGER,
    pBXR34LineTrafficStudy             INTEGER,
    pBXR34DefNumDIDDigits              INTEGER,
    pBXR34EnabledDate                  Unsigned32,
    pBXR34ChargeNumReqd                INTEGER,
    pBXR34SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR34SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR34SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR34SDActLCC6                    INTEGER,
    pBXR34SDDefLCC6                    INTEGER,
    pBXR34SDUseDefLCC6                 INTEGER,
    pBXR34SDActLCC7                    INTEGER,
    pBXR34SDDefLCC7                    INTEGER,
    pBXR34SDUseDefLCC7                 INTEGER,
    pBXR34SDActLCC8                    INTEGER,
    pBXR34SDDefLCC8                    INTEGER,
    pBXR34SDUseDefLCC8                 INTEGER,
    pBXR34SDActLCC9                    INTEGER,
    pBXR34SDDefLCC9                    INTEGER,
    pBXR34SDUseDefLCC9                 INTEGER,
    pBXR34SDActLCC10                   INTEGER,
    pBXR34SDDefLCC10                   INTEGER,
    pBXR34SDUseDefLCC10                INTEGER,
    pBXR34SDActLCC11                   INTEGER,
    pBXR34SDDefLCC11                   INTEGER,
    pBXR34SDUseDefLCC11                INTEGER,
    pBXR34SDActLCC12                   INTEGER,
    pBXR34SDDefLCC12                   INTEGER,
    pBXR34SDUseDefLCC12                INTEGER,
    pBXR34SDActLCC13                   INTEGER,
    pBXR34SDDefLCC13                   INTEGER,
    pBXR34SDUseDefLCC13                INTEGER,
    pBXR34SDActLCC14                   INTEGER,
    pBXR34SDDefLCC14                   INTEGER,
    pBXR34SDUseDefLCC14                INTEGER,
    pBXR34SDActLCC15                   INTEGER,
    pBXR34SDDefLCC15                   INTEGER,
    pBXR34SDUseDefLCC15                INTEGER,
    pBXR34SDActLCC16                   INTEGER,
    pBXR34SDDefLCC16                   INTEGER,
    pBXR34SDUseDefLCC16                INTEGER,
    pBXR34SDActLCC17                   INTEGER,
    pBXR34SDDefLCC17                   INTEGER,
    pBXR34SDUseDefLCC17                INTEGER,
    pBXR34SDActLCC18                   INTEGER,
    pBXR34SDDefLCC18                   INTEGER,
    pBXR34SDUseDefLCC18                INTEGER,
    pBXR34SDActLCC19                   INTEGER,
    pBXR34SDDefLCC19                   INTEGER,
    pBXR34SDUseDefLCC19                INTEGER,
    pBXR34SDActLCC20                   INTEGER,
    pBXR34SDDefLCC20                   INTEGER,
    pBXR34SDUseDefLCC20                INTEGER,
    pBXR34LDNPBXCapacityGp             INTEGER,
    pBXR34SDActVQMCallLogging          INTEGER,
    pBXR34SDDefVQMCallLogging          INTEGER,
    pBXR34SDUseDefVQMCallLogging       INTEGER,
    pBXR34FaultMonitoringLvl           INTEGER,
    pBXR34CFMLvlOnApply2               INTEGER,
    pBXR34MovedToNumAsDialed           DisplayString,
    pBXR34MovedDate                    Unsigned32,
    pBXR34SDActExpireAfter             Unsigned32,
    pBXR34SDDefExpireAfter             Unsigned32,
    pBXR34SDUseDefExpireAfter          INTEGER,
    pBXR34ExpiryDate                   Unsigned32,
    pBXR34IntercomDialingCode          DisplayString,
    pBXR34I1BusGpBusGpNEConn           Unsigned32,
    pBXR34I2BusGpBusGpNetwkElement     DisplayString,
    pBXR34I3BusGpBusGpCFSIx            Unsigned32,
    pBXR34I4BusGpBusGpGpIx             Unsigned32,
    pBXR34BusGpBusGpOtherVals          INTEGER,
    pBXR34BusGpExternalLineCode        DisplayString,
    pBXR34BusGpInternalLineCode        DisplayString,
    pBXR34BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR34BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR34BusGpForceSimpleMatching     INTEGER,
    pBXR34BusGpDiagsLogCorr            Counter64,
    pBXR34SecondLocale                 INTEGER,
    pBXR34SDActAdvChrgAOCD             INTEGER,
    pBXR34SDDefAdvChrgAOCD             INTEGER,
    pBXR34SDUseDefAdvChrgAOCD          INTEGER,
    pBXR34SDActAdvChrgAOCE             INTEGER,
    pBXR34SDDefAdvChrgAOCE             INTEGER,
    pBXR34SDUseDefAdvChrgAOCE          INTEGER,
    pBXR34I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR34I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR34I3DelegatedManagementGpDMGIx Integer32,
    pBXR34SDActSubTimezone             LongDisplayString,
    pBXR34SDDefSubTimezone             LongDisplayString,
    pBXR34SDUseDefSubTimezone          INTEGER,
    pBXR34SDActChargeInd               INTEGER,
    pBXR34SDDefChargeInd               INTEGER,
    pBXR34SDUseDefChargeInd            INTEGER,
    pBXR34SDActSubClgCategory          INTEGER,
    pBXR34SDDefSubClgCategory          INTEGER,
    pBXR34SDUseDefSubClgCategory       INTEGER,
    pBXR34CustomerInfoFirstName        LongDisplayString,
    pBXR34CustomerInfoSecondName       LongDisplayString,
    pBXR34CustomerInfoOtherNames       LongDisplayString,
    pBXR34CustomerInfoPenultimateName  LongDisplayString,
    pBXR34CustomerInfoSurname          LongDisplayString,
    pBXR34UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR34I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR34I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR34I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR34I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR34TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR34I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR34I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR34I3FaultMonitoringProfFMPIx   Integer32,
    pBXR34FaultMonitoringProfOtherVals INTEGER,
    pBXR34ApplyFMPToReltdObjectTypes   BITS,
    pBXR34AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR34SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR34SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR34SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR34SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR34SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR34SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR34AlrmState                    INTEGER,
    pBXR34StatisticsAlrms              Integer32,
    pBXR34AlrmLogCorr                  Counter64,
    pBXR34AddtlAlrmLogCorr             Counter64,
    pBXR34AlrmEvtsAttnRq               Unsigned32,
    pBXR34AlrmEvtsAtndDp               Unsigned32,
    pBXR34AlrmStateTimestamp           Unsigned32,
    pBXR34SASHostname                  LongDisplayString,
    pBXR34UseCfgdTrnkGpID              INTEGER,
    pBXR34TrnkGpID                     INTEGER,
    pBXR34AllowRehoming                INTEGER,
    pBXR34I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR34TotCallsLimit                INTEGER,
    pBXR34MaxCalls                     Unsigned32,
    pBXR34TermCallsLimit               INTEGER,
    pBXR34MaxTermCalls                 Unsigned32,
    pBXR34OrigingCallsLimit            INTEGER,
    pBXR34MaxOrigingCalls              Unsigned32,
    pBXR34LimitIntraBGCalls            INTEGER,
    pBXR34UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR34PBXIsDuplicate               INTEGER,
    pBXR34PBXIsRenumbering             INTEGER,
    pBXR34ExportIncASRepData           INTEGER,
    pBXR34AppServerPBX                 INTEGER,
    pBXR34SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR34SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR34DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR34PortedRtgMethod              INTEGER,
    pBXR34LocationRtgNum               DisplayString,
    pBXR34IsIMS                        INTEGER,
    pBXR34ExportChldObjectsToInc       INTEGER,
    pBXR34OutboundCldPartyTON          INTEGER,
    pBXR34NormalizeInboundClgPartyNum  INTEGER,
    pBXR34PBXPrefixDN                  DisplayString,
    pBXR34PermissibleInboundIPAddrs    LongDisplayString,
    pBXR34SDActOutArea                 INTEGER,
    pBXR34SDDefOutArea                 INTEGER,
    pBXR34SDUseDefOutArea              INTEGER,
    pBXR34ClgPartyNumEmgncyCall        DisplayString,
    pBXR34BillUsesSignaledTrnkGpParm   INTEGER,
    pBXR34HasAssignedLines             INTEGER,
    pBXR34HasChldLnsRefdByRtgPlcyLns   INTEGER,
    pBXR34I1BusGpDepartmentNEConn      Unsigned32,
    pBXR34I2BusGpDepartmentNetwkElement
                                       DisplayString,
    pBXR34I3BusGpDepartmentCFSIx       Unsigned32,
    pBXR34I4BusGpDepartmentGpIx        Unsigned32,
    pBXR34I5BusGpDepartmentDepartmentIx
                                       Unsigned32,
    pBXR34BusGpDepartmentOtherVals     INTEGER,
    pBXR34ChldStatisticsAlrms          Integer32,
    pBXR34SDActOvrChargeNum            DisplayString,
    pBXR34SDDefOvrChargeNum            DisplayString,
    pBXR34SDUseDefOvrChargeNum         INTEGER,
    pBXR34SDActOvrClgPartyNum          DisplayString,
    pBXR34SDDefOvrClgPartyNum          DisplayString,
    pBXR34SDUseDefOvrClgPartyNum       INTEGER,
    pBXR34SDActActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR34SDDefActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR34SDUseDefActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR34RequestSource                INTEGER
  }

  pBXR34NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR34Entry  1 }

  pBXR34NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR34Entry  2 }

  pBXR34CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR34Entry  3 }

  pBXR34DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR34Entry  4 }

  pBXR34PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR34Entry  5 }

  pBXR34ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { pBXR34Entry  6 }

  pBXR34I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR34Entry  7 }

  pBXR34I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR34Entry  8 }

  pBXR34I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR34Entry  9 }

  pBXR34I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR34Entry  10 }

  pBXR34NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR34Entry  11 }

  pBXR34PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR34Entry  12 }

  pBXR34LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR34Entry  13 }

  pBXR34ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR34Entry  14 }

  pBXR34PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR34Entry  18 }

  pBXR34Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR34Entry  19 }

  pBXR34DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR34Entry  22 }

  pBXR34TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR34Entry  24 }

  pBXR34ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR34Entry  26 }

  pBXR34ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR34Entry  27 }

  pBXR34ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR34Entry  28 }

  pBXR34CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR34Entry  29 }

  pBXR34PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR34Entry  30 }

  pBXR34CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR34Entry  31 }

  pBXR34PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR34Entry  32 }

  pBXR34ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR34Entry  33 }

  pBXR34ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR34Entry  34 }

  pBXR34ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR34Entry  35 }

  pBXR34ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR34Entry  36 }

  pBXR34DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR34Entry  37 }

  pBXR34DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR34Entry  38 }

  pBXR34DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR34Entry  39 }

  pBXR34TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR34Entry  40 }

  pBXR34TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR34Entry  41 }

  pBXR34TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR34Entry  42 }

  pBXR34TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR34Entry  43 }

  pBXR34SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR34Entry  44 }

  pBXR34ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR34Entry  45 }

  pBXR34ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR34Entry  46 }

  pBXR34ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR34Entry  47 }

  pBXR34ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR34Entry  48 }

  pBXR34ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR34Entry  49 }

  pBXR34ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR34Entry  50 }

  pBXR34DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR34Entry  51 }

  pBXR34RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR34Entry  52 }

  pBXR34MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR34Entry  53 }

  pBXR34CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR34Entry  54 }

  pBXR34DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR34Entry  55 }

  pBXR34ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR34Entry  57 }

  pBXR34SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR34Entry  59 }

  pBXR34DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR34Entry  60 }

  pBXR34CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR34Entry  61 }

  pBXR34CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR34Entry  62 }

  pBXR34CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR34Entry  63 }

  pBXR34CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR34Entry  64 }

  pBXR34CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR34Entry  65 }

  pBXR34RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR34Entry  66 }

  pBXR34MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR34Entry  67 }

  pBXR34ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR34Entry  68 }

  pBXR34DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR34Entry  69 }

  pBXR34PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR34Entry  71 }

  pBXR34ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { pBXR34Entry  72 }

  pBXR34SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR34Entry  74 }

  pBXR34SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  75 }

  pBXR34SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  76 }

  pBXR34SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  77 }

  pBXR34I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR34Entry  84 }

  pBXR34I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR34Entry  85 }

  pBXR34I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR34Entry  86 }

  pBXR34I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR34Entry  87 }

  pBXR34SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  88 }

  pBXR34SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  89 }

  pBXR34SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  90 }

  pBXR34SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  91 }

  pBXR34SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  92 }

  pBXR34SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  93 }

  pBXR34SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  100 }

  pBXR34SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  101 }

  pBXR34SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  102 }

  pBXR34SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  103 }

  pBXR34SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  104 }

  pBXR34SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  105 }

  pBXR34SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  106 }

  pBXR34SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  107 }

  pBXR34SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  108 }

  pBXR34SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  109 }

  pBXR34SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  110 }

  pBXR34SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  111 }

  pBXR34SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  112 }

  pBXR34SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  113 }

  pBXR34SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  114 }

  pBXR34SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  115 }

  pBXR34SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  116 }

  pBXR34SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  117 }

  pBXR34SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  118 }

  pBXR34SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  119 }

  pBXR34SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  120 }

  pBXR34SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  121 }

  pBXR34SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  122 }

  pBXR34SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  123 }

  pBXR34SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  124 }

  pBXR34SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  125 }

  pBXR34SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  126 }

  pBXR34SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  127 }

  pBXR34SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  128 }

  pBXR34SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  129 }

  pBXR34SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  130 }

  pBXR34SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  131 }

  pBXR34SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  132 }

  pBXR34SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  133 }

  pBXR34SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  134 }

  pBXR34SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  135 }

  pBXR34SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  136 }

  pBXR34SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  137 }

  pBXR34SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  138 }

  pBXR34LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR34Entry  139 }

  pBXR34DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR34Entry  140 }

  pBXR34EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR34Entry  141 }

  pBXR34ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR34Entry  142 }

  pBXR34SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  150 }

  pBXR34SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  151 }

  pBXR34SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  152 }

  pBXR34SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  153 }

  pBXR34SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  154 }

  pBXR34SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  155 }

  pBXR34SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  156 }

  pBXR34SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  157 }

  pBXR34SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  158 }

  pBXR34SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  159 }

  pBXR34SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  160 }

  pBXR34SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  161 }

  pBXR34SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  162 }

  pBXR34SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  163 }

  pBXR34SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  164 }

  pBXR34SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  165 }

  pBXR34SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  166 }

  pBXR34SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  167 }

  pBXR34SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  168 }

  pBXR34SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  169 }

  pBXR34SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  170 }

  pBXR34SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  171 }

  pBXR34SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  172 }

  pBXR34SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  173 }

  pBXR34SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  174 }

  pBXR34SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  175 }

  pBXR34SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  176 }

  pBXR34SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  177 }

  pBXR34SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  178 }

  pBXR34SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  179 }

  pBXR34SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  180 }

  pBXR34SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  181 }

  pBXR34SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  182 }

  pBXR34SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  183 }

  pBXR34SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  184 }

  pBXR34SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  185 }

  pBXR34SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  186 }

  pBXR34SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  187 }

  pBXR34SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  188 }

  pBXR34SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  189 }

  pBXR34SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  190 }

  pBXR34SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  191 }

  pBXR34SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  192 }

  pBXR34SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  193 }

  pBXR34SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  194 }

  pBXR34SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  195 }

  pBXR34SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  196 }

  pBXR34SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  197 }

  pBXR34LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR34Entry  205 }

  pBXR34SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  206 }

  pBXR34SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  207 }

  pBXR34SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  208 }

  pBXR34FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR34Entry  209 }

  pBXR34CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR34Entry  210 }

  pBXR34MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR34Entry  211 }

  pBXR34MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR34Entry  212 }

  pBXR34SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  213 }

  pBXR34SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  214 }

  pBXR34SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  215 }

  pBXR34ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR34Entry  216 }

  pBXR34IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR34Entry  217 }

  pBXR34I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR34Entry  218 }

  pBXR34I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR34Entry  219 }

  pBXR34I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR34Entry  220 }

  pBXR34I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR34Entry  221 }

  pBXR34BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR34Entry  222 }

  pBXR34BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR34Entry  223 }

  pBXR34BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR34Entry  224 }

  pBXR34BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR34Entry  225 }

  pBXR34BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR34Entry  226 }

  pBXR34BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR34Entry  227 }

  pBXR34BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR34Entry  228 }

  pBXR34SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR34Entry  230 }

  pBXR34SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  231 }

  pBXR34SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  232 }

  pBXR34SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  233 }

  pBXR34SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  234 }

  pBXR34SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  235 }

  pBXR34SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  236 }

  pBXR34I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR34Entry  237 }

  pBXR34I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR34Entry  238 }

  pBXR34I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR34Entry  239 }

  pBXR34SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  241 }

  pBXR34SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  242 }

  pBXR34SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  243 }

  pBXR34SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  244 }

  pBXR34SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  245 }

  pBXR34SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  246 }

  pBXR34SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  247 }

  pBXR34SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  248 }

  pBXR34SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  249 }

  pBXR34CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR34Entry  260 }

  pBXR34CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR34Entry  261 }

  pBXR34CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR34Entry  262 }

  pBXR34CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR34Entry  263 }

  pBXR34CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR34Entry  264 }

  pBXR34UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR34Entry  265 }

  pBXR34I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR34Entry  266 }

  pBXR34I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR34Entry  267 }

  pBXR34I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR34Entry  268 }

  pBXR34I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR34Entry  269 }

  pBXR34TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR34Entry  270 }

  pBXR34I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR34Entry  271 }

  pBXR34I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR34Entry  272 }

  pBXR34I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR34Entry  273 }

  pBXR34FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR34Entry  274 }

  pBXR34ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR34Entry  275 }

  pBXR34AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR34Entry  276 }

  pBXR34SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  277 }

  pBXR34SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  278 }

  pBXR34SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  279 }

  pBXR34SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  280 }

  pBXR34SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  281 }

  pBXR34SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  282 }

  pBXR34AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR34Entry  283 }

  pBXR34StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR34Entry  284 }

  pBXR34AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR34Entry  285 }

  pBXR34AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR34Entry  286 }

  pBXR34AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR34Entry  287 }

  pBXR34AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR34Entry  288 }

  pBXR34AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR34Entry  289 }

  pBXR34SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR34Entry  290 }

  pBXR34UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR34Entry  291 }

  pBXR34TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR34Entry  292 }

  pBXR34AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR34Entry  293 }

  pBXR34I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR34Entry  294 }

  pBXR34TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR34Entry  295 }

  pBXR34MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR34Entry  296 }

  pBXR34TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR34Entry  297 }

  pBXR34MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR34Entry  298 }

  pBXR34OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR34Entry  299 }

  pBXR34MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR34Entry  300 }

  pBXR34LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR34Entry  301 }

  pBXR34UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR34Entry  302 }

  pBXR34PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR34Entry  303 }

  pBXR34PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR34Entry  304 }

  pBXR34ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR34Entry  305 }

  pBXR34AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR34Entry  306 }

  pBXR34SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR34Entry  307 }

  pBXR34SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR34Entry  308 }

  pBXR34DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR34Entry  309 }

  pBXR34PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR34Entry  310 }

  pBXR34LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR34Entry  311 }

  pBXR34IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR34Entry  312 }

  pBXR34ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR34Entry  313 }

  pBXR34OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR34Entry  314 }

  pBXR34NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR34Entry  315 }

  pBXR34PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR34Entry  316 }

  pBXR34PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { pBXR34Entry  317 }

  pBXR34SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  318 }

  pBXR34SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  319 }

  pBXR34SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  320 }

  pBXR34ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { pBXR34Entry  321 }

  pBXR34BillUsesSignaledTrnkGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing uses signaled trunk group parameter'.
                  This field is not writable when active."
    DEFVAL       { never }
    ::= { pBXR34Entry  322 }

  pBXR34HasAssignedLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Has assigned lines'."
    DEFVAL       { false }
    ::= { pBXR34Entry  323 }

  pBXR34HasChldLnsRefdByRtgPlcyLns OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Has Child Lines referenced by Routing Policy Lines'."
    ::= { pBXR34Entry  324 }

  pBXR34I1BusGpDepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR34Entry  325 }

  pBXR34I2BusGpDepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR34Entry  326 }

  pBXR34I3BusGpDepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR34Entry  327 }

  pBXR34I4BusGpDepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR34Entry  328 }

  pBXR34I5BusGpDepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR34Entry  329 }

  pBXR34BusGpDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department'.
                  This field represents the fixed
                  values that Business Group - department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR34Entry  330 }

  pBXR34ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { pBXR34Entry  331 }

  pBXR34SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  332 }

  pBXR34SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  333 }

  pBXR34SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  334 }

  pBXR34SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  335 }

  pBXR34SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  336 }

  pBXR34SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  337 }

  pBXR34SDActActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  338 }

  pBXR34SDDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR34Entry  339 }

  pBXR34SDUseDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR34Entry  340 }

  pBXR34RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { pBXR34Entry  341 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Forwarding Services'                                   */
-- /* Valid from: 9.5.40                                                            */
-- /*********************************************************************************/

  pBXCallFwdR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXCallFwdR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2689 }

  pBXCallFwdR10Entry OBJECT-TYPE
    SYNTAX       PBXCallFwdR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXCallFwdR10NEConn,
             pBXCallFwdR10NetwkElement,
             pBXCallFwdR10CFSIx,
             pBXCallFwdR10DirNum }
    ::= {  pBXCallFwdR10Table  1  }

  PBXCallFwdR10Entry  ::=  SEQUENCE
  {
    pBXCallFwdR10NEConn                Unsigned32,
    pBXCallFwdR10NetwkElement          DisplayString,
    pBXCallFwdR10CFSIx                 Unsigned32,
    pBXCallFwdR10DirNum                DisplayString,
    pBXCallFwdR10SDActUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR10SDDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR10SDUseDefUserNotifCallDiversion
                                       INTEGER,
    pBXCallFwdR10SDActNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR10SDDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR10SDUseDefNumRlsdToDivertedToUser
                                       INTEGER,
    pBXCallFwdR10SDActPlayConfirmTone  INTEGER,
    pBXCallFwdR10SDDefPlayConfirmTone  INTEGER,
    pBXCallFwdR10SDUseDefPlayConfirmTone
                                       INTEGER,
    pBXCallFwdR10SDActCFUSubscribed    INTEGER,
    pBXCallFwdR10SDDefCFUSubscribed    INTEGER,
    pBXCallFwdR10SDUseDefCFUSubscribed INTEGER,
    pBXCallFwdR10CFUEnabled            INTEGER,
    pBXCallFwdR10CFUNum                DisplayString,
    pBXCallFwdR10SDActCFBLSubscribed   INTEGER,
    pBXCallFwdR10SDDefCFBLSubscribed   INTEGER,
    pBXCallFwdR10SDUseDefCFBLSubscribed
                                       INTEGER,
    pBXCallFwdR10CFBLEnabled           INTEGER,
    pBXCallFwdR10CFBLNum               DisplayString,
    pBXCallFwdR10SDActCFDASubscribed   INTEGER,
    pBXCallFwdR10SDDefCFDASubscribed   INTEGER,
    pBXCallFwdR10SDUseDefCFDASubscribed
                                       INTEGER,
    pBXCallFwdR10CFDAEnabled           INTEGER,
    pBXCallFwdR10CFDANum               DisplayString,
    pBXCallFwdR10SDActCFDANoReplyTime  Unsigned32,
    pBXCallFwdR10SDDefCFDANoReplyTime  Unsigned32,
    pBXCallFwdR10SDUseDefCFDANoReplyTime
                                       INTEGER,
    pBXCallFwdR10SDActCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR10SDDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR10SDUseDefCFUAndCFBLAndCFDAUSB
                                       INTEGER,
    pBXCallFwdR10SDActSCFSubscribed    INTEGER,
    pBXCallFwdR10SDDefSCFSubscribed    INTEGER,
    pBXCallFwdR10SDUseDefSCFSubscribed INTEGER,
    pBXCallFwdR10SCFEnabled            INTEGER,
    pBXCallFwdR10SCFNumToFwdTo         DisplayString,
    pBXCallFwdR10SCFNumAnonNumsFwd     Unsigned32,
    pBXCallFwdR10SDActSCFUSB           INTEGER,
    pBXCallFwdR10SDDefSCFUSB           INTEGER,
    pBXCallFwdR10SDUseDefSCFUSB        INTEGER,
    pBXCallFwdR10SDActBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR10SDDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR10SDUseDefBasicLineHuntingSubscribed
                                       INTEGER,
    pBXCallFwdR10SDActBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR10SDDefBasicNoReplyTimeLineHunting
                                       Unsigned32,
    pBXCallFwdR10SDUseDefBasicNoReplyTimeLineHunting
                                       INTEGER,
    pBXCallFwdR10SDActBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR10SDDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR10SDUseDefBasicArrangementLineHunting
                                       INTEGER,
    pBXCallFwdR10SDActRACFSubscribed   INTEGER,
    pBXCallFwdR10SDDefRACFSubscribed   INTEGER,
    pBXCallFwdR10SDUseDefRACFSubscribed
                                       INTEGER,
    pBXCallFwdR10RACFBlocked           INTEGER,
    pBXCallFwdR10DoExtraActions        INTEGER,
    pBXCallFwdR10SDActMaxSimulFwds     Unsigned32,
    pBXCallFwdR10SDDefMaxSimulFwds     Unsigned32,
    pBXCallFwdR10SDUseDefMaxSimulFwds  INTEGER,
    pBXCallFwdR10SDActDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR10SDDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR10SDUseDefDelivRedirectingNumAsClgNum
                                       INTEGER,
    pBXCallFwdR10SDActCFUSingleRing    INTEGER,
    pBXCallFwdR10SDDefCFUSingleRing    INTEGER,
    pBXCallFwdR10SDUseDefCFUSingleRing INTEGER,
    pBXCallFwdR10SDActSCFSingleRing    INTEGER,
    pBXCallFwdR10SDDefSCFSingleRing    INTEGER,
    pBXCallFwdR10SDUseDefSCFSingleRing INTEGER,
    pBXCallFwdR10SDActCFUVariant       INTEGER,
    pBXCallFwdR10SDDefCFUVariant       INTEGER,
    pBXCallFwdR10SDUseDefCFUVariant    INTEGER,
    pBXCallFwdR10SDActCFBLVariant      INTEGER,
    pBXCallFwdR10SDDefCFBLVariant      INTEGER,
    pBXCallFwdR10SDUseDefCFBLVariant   INTEGER,
    pBXCallFwdR10SDActCFDAVariant      INTEGER,
    pBXCallFwdR10SDDefCFDAVariant      INTEGER,
    pBXCallFwdR10SDUseDefCFDAVariant   INTEGER,
    pBXCallFwdR10BasicLineHuntingEnabled
                                       INTEGER,
    pBXCallFwdR10SDActFMFMSubscribed   INTEGER,
    pBXCallFwdR10SDDefFMFMSubscribed   INTEGER,
    pBXCallFwdR10SDUseDefFMFMSubscribed
                                       INTEGER,
    pBXCallFwdR10SDActFMFMServLvl      INTEGER,
    pBXCallFwdR10SDDefFMFMServLvl      INTEGER,
    pBXCallFwdR10SDUseDefFMFMServLvl   INTEGER,
    pBXCallFwdR10FMFMEnabled           INTEGER,
    pBXCallFwdR10SDActRequireCrtsyCall INTEGER,
    pBXCallFwdR10SDDefRequireCrtsyCall INTEGER,
    pBXCallFwdR10SDUseDefRequireCrtsyCall
                                       INTEGER,
    pBXCallFwdR10SDActUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR10SDDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR10SDUseDefUnavailCFSubscribed
                                       INTEGER,
    pBXCallFwdR10UnavailCFEnabled      INTEGER,
    pBXCallFwdR10UnavailCFNum          DisplayString,
    pBXCallFwdR10CFUUseValsAsDefsOnDIDNums
                                       INTEGER,
    pBXCallFwdR10SDActNmRlToCllr       INTEGER,
    pBXCallFwdR10SDDefNmRlToCllr       INTEGER,
    pBXCallFwdR10SDUseDefNmRlToCllr    INTEGER,
    pBXCallFwdR10SDActDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR10SDDefDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR10SDUseDefDivertedToNmRlToCllr
                                       INTEGER,
    pBXCallFwdR10CFUAppndExtNum        INTEGER,
    pBXCallFwdR10CFBLAppndExtNum       INTEGER,
    pBXCallFwdR10CFDAAppndExtNum       INTEGER,
    pBXCallFwdR10UnavailCFAppndExtNum  INTEGER,
    pBXCallFwdR10SCFAppndExtNum        INTEGER,
    pBXCallFwdR10SDActCFUOvrEnabled    INTEGER,
    pBXCallFwdR10SDDefCFUOvrEnabled    INTEGER,
    pBXCallFwdR10SDUseDefCFUOvrEnabled INTEGER,
    pBXCallFwdR10SDActCFUOvrNum        DisplayString,
    pBXCallFwdR10SDDefCFUOvrNum        DisplayString,
    pBXCallFwdR10SDUseDefCFUOvrNum     INTEGER,
    pBXCallFwdR10SDActUnvCFOvrEnabled  INTEGER,
    pBXCallFwdR10SDDefUnvCFOvrEnabled  INTEGER,
    pBXCallFwdR10SDUseDefUnvCFOvrEnabled
                                       INTEGER,
    pBXCallFwdR10SDActUnvCFOvrNum      DisplayString,
    pBXCallFwdR10SDDefUnvCFOvrNum      DisplayString,
    pBXCallFwdR10SDUseDefUnvCFOvrNum   INTEGER
  }

  pBXCallFwdR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXCallFwdR10Entry  1 }

  pBXCallFwdR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXCallFwdR10Entry  2 }

  pBXCallFwdR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXCallFwdR10Entry  3 }

  pBXCallFwdR10DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXCallFwdR10Entry  4 }

  pBXCallFwdR10SDActUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  5 }

  pBXCallFwdR10SDDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  6 }

  pBXCallFwdR10SDUseDefUserNotifCallDiversion OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'User notification of call diversion'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  7 }

  pBXCallFwdR10SDActNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  8 }

  pBXCallFwdR10SDDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  9 }

  pBXCallFwdR10SDUseDefNumRlsdToDivertedToUser OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to diverted-to user'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  10 }

  pBXCallFwdR10SDActPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  11 }

  pBXCallFwdR10SDDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  12 }

  pBXCallFwdR10SDUseDefPlayConfirmTone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Play confirm tone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  13 }

  pBXCallFwdR10SDActCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  14 }

  pBXCallFwdR10SDDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  15 }

  pBXCallFwdR10SDUseDefCFUSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  16 }

  pBXCallFwdR10CFUEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  17 }

  pBXCallFwdR10CFUNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - number'."
    ::= { pBXCallFwdR10Entry  18 }

  pBXCallFwdR10SDActCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  19 }

  pBXCallFwdR10SDDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  20 }

  pBXCallFwdR10SDUseDefCFBLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  21 }

  pBXCallFwdR10CFBLEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  22 }

  pBXCallFwdR10CFBLNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - number'."
    ::= { pBXCallFwdR10Entry  23 }

  pBXCallFwdR10SDActCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  24 }

  pBXCallFwdR10SDDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  25 }

  pBXCallFwdR10SDUseDefCFDASubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  26 }

  pBXCallFwdR10CFDAEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  27 }

  pBXCallFwdR10CFDANum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding - number'."
    ::= { pBXCallFwdR10Entry  28 }

  pBXCallFwdR10SDActCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  29 }

  pBXCallFwdR10SDDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  30 }

  pBXCallFwdR10SDUseDefCFDANoReplyTime OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  31 }

  pBXCallFwdR10SDActCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  32 }

  pBXCallFwdR10SDDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  33 }

  pBXCallFwdR10SDUseDefCFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  34 }

  pBXCallFwdR10SDActSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  35 }

  pBXCallFwdR10SDDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  36 }

  pBXCallFwdR10SDUseDefSCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  37 }

  pBXCallFwdR10SCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - Enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  38 }

  pBXCallFwdR10SCFNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number to forward to'."
    ::= { pBXCallFwdR10Entry  39 }

  pBXCallFwdR10SCFNumAnonNumsFwd OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - number of anonymous numbers forwarded'."
    ::= { pBXCallFwdR10Entry  40 }

  pBXCallFwdR10SDActSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  41 }

  pBXCallFwdR10SDDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  42 }

  pBXCallFwdR10SDUseDefSCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - usage sensitive billing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  43 }

  pBXCallFwdR10SDActBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  44 }

  pBXCallFwdR10SDDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  45 }

  pBXCallFwdR10SDUseDefBasicLineHuntingSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  46 }

  pBXCallFwdR10SDActBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  47 }

  pBXCallFwdR10SDDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 6..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  48 }

  pBXCallFwdR10SDUseDefBasicNoReplyTimeLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - no reply time'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  49 }

  pBXCallFwdR10SDActBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  50 }

  pBXCallFwdR10SDDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   circular(1),
                   regular(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  51 }

  pBXCallFwdR10SDUseDefBasicArrangementLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Basic Line Hunting - arrangement'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  52 }

  pBXCallFwdR10SDActRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  53 }

  pBXCallFwdR10SDDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  54 }

  pBXCallFwdR10SDUseDefRACFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Remote Access to Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  55 }

  pBXCallFwdR10RACFBlocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - blocked'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  56 }

  pBXCallFwdR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   removeAllSelectiveForwardingNumbers(1),
                   removeAnonymousSelectiveForwardingNumbers(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXCallFwdR10Entry  57 }

  pBXCallFwdR10SDActMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  61 }

  pBXCallFwdR10SDDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  62 }

  pBXCallFwdR10SDUseDefMaxSimulFwds OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous forwardings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  63 }

  pBXCallFwdR10SDActDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  64 }

  pBXCallFwdR10SDDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  65 }

  pBXCallFwdR10SDUseDefDelivRedirectingNumAsClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deliver redirecting number as calling number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  66 }

  pBXCallFwdR10SDActCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  68 }

  pBXCallFwdR10SDDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  69 }

  pBXCallFwdR10SDUseDefCFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  70 }

  pBXCallFwdR10SDActSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  77 }

  pBXCallFwdR10SDDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  78 }

  pBXCallFwdR10SDUseDefSCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Selective Call Forwarding - single ring'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  79 }

  pBXCallFwdR10SDActCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  80 }

  pBXCallFwdR10SDDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  81 }

  pBXCallFwdR10SDUseDefCFUVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  82 }

  pBXCallFwdR10SDActCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  83 }

  pBXCallFwdR10SDDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  84 }

  pBXCallFwdR10SDUseDefCFBLVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Busy Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  85 }

  pBXCallFwdR10SDActCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  86 }

  pBXCallFwdR10SDDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   variable(1),
                   fixedNumber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  87 }

  pBXCallFwdR10SDUseDefCFDAVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Delayed Call Forwarding - variant'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  88 }

  pBXCallFwdR10BasicLineHuntingEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting - Enabled'."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  89 }

  pBXCallFwdR10SDActFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  90 }

  pBXCallFwdR10SDDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  91 }

  pBXCallFwdR10SDUseDefFMFMSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  92 }

  pBXCallFwdR10SDActFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  93 }

  pBXCallFwdR10SDDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSimRing(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  94 }

  pBXCallFwdR10SDUseDefFMFMServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Find-me-follow-me - service level'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  95 }

  pBXCallFwdR10FMFMEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  96 }

  pBXCallFwdR10SDActRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  97 }

  pBXCallFwdR10SDDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  98 }

  pBXCallFwdR10SDUseDefRequireCrtsyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Require courtesy call'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  99 }

  pBXCallFwdR10SDActUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  100 }

  pBXCallFwdR10SDDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  101 }

  pBXCallFwdR10SDUseDefUnavailCFSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  102 }

  pBXCallFwdR10UnavailCFEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - enabled'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  103 }

  pBXCallFwdR10UnavailCFNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - number'."
    ::= { pBXCallFwdR10Entry  104 }

  pBXCallFwdR10CFUUseValsAsDefsOnDIDNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - use values as defaults on DID Numbers'."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  105 }

  pBXCallFwdR10SDActNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  106 }

  pBXCallFwdR10SDDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  107 }

  pBXCallFwdR10SDUseDefNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  108 }

  pBXCallFwdR10SDActDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  109 }

  pBXCallFwdR10SDDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  110 }

  pBXCallFwdR10SDUseDefDivertedToNmRlToCllr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Diverted-to number released to caller'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  111 }

  pBXCallFwdR10CFUAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  112 }

  pBXCallFwdR10CFBLAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  113 }

  pBXCallFwdR10CFDAAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  114 }

  pBXCallFwdR10UnavailCFAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  115 }

  pBXCallFwdR10SCFAppndExtNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - append extension number'."
    DEFVAL       { false }
    ::= { pBXCallFwdR10Entry  116 }

  pBXCallFwdR10SDActCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  117 }

  pBXCallFwdR10SDDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  118 }

  pBXCallFwdR10SDUseDefCFUOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  119 }

  pBXCallFwdR10SDActCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  120 }

  pBXCallFwdR10SDDefCFUOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  121 }

  pBXCallFwdR10SDUseDefCFUOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unconditional Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  122 }

  pBXCallFwdR10SDActUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  123 }

  pBXCallFwdR10SDDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  124 }

  pBXCallFwdR10SDUseDefUnvCFOvrEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  125 }

  pBXCallFwdR10SDActUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  126 }

  pBXCallFwdR10SDDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXCallFwdR10Entry  127 }

  pBXCallFwdR10SDUseDefUnvCFOvrNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Unavailable Call Forwarding - number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXCallFwdR10Entry  128 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  mediaGatewayModelR51Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR51Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2690 }

  mediaGatewayModelR51Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR51Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR51NEConn,
             mediaGatewayModelR51NetwkElement,
             mediaGatewayModelR51CFSIx,
             mediaGatewayModelR51ModelIx }
    ::= {  mediaGatewayModelR51Table  1  }

  MediaGatewayModelR51Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR51NEConn         Unsigned32,
    mediaGatewayModelR51NetwkElement   DisplayString,
    mediaGatewayModelR51CFSIx          Unsigned32,
    mediaGatewayModelR51ModelIx        Unsigned32,
    mediaGatewayModelR51Category       INTEGER,
    mediaGatewayModelR51ModelName      DisplayString,
    mediaGatewayModelR51Desc           DisplayString,
    mediaGatewayModelR51ControlProt    INTEGER,
    mediaGatewayModelR51ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR51LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR51PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR51PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR51AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR51AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR51RefCnt         Unsigned32,
    mediaGatewayModelR51RowStatus      RowStatus,
    mediaGatewayModelR51DefModel       INTEGER,
    mediaGatewayModelR51Authentication INTEGER,
    mediaGatewayModelR51SupportedConnTypes
                                       BITS,
    mediaGatewayModelR51AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR51ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR51ExportStatus   DisplayString,
    mediaGatewayModelR51ExportFile     DisplayString,
    mediaGatewayModelR51ExportCorr     Counter64,
    mediaGatewayModelR51ExportCorrNode DisplayString,
    mediaGatewayModelR51ExportCorrUID  DisplayString,
    mediaGatewayModelR51DoExtraActions INTEGER,
    mediaGatewayModelR51FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR51FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR51FBsMGCP        BITS,
    mediaGatewayModelR51FBsMeGaCo      BITS,
    mediaGatewayModelR51FBsSIP         BITS,
    mediaGatewayModelR51FixBitsMeGaCo2 BITS,
    mediaGatewayModelR51MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR51AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR51AlertInfoDR2   DisplayString,
    mediaGatewayModelR51AlertInfoDR3   DisplayString,
    mediaGatewayModelR51AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR51DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR51DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR51ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR51SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR51DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR51UpToDateCnt    Unsigned32,
    mediaGatewayModelR51SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR51SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR51Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR51AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR51VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR51AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR51FixBitsSIP2    BITS,
    mediaGatewayModelR51OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR51FBsMeGaCo4     BITS,
    mediaGatewayModelR51SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR51ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR51SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR51ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR51SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR51AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR51AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR51InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR51OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR51MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR51FixBitsSIP3    BITS,
    mediaGatewayModelR51FixBitsSIP4    BITS,
    mediaGatewayModelR51SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR51RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR51EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR51LCC1           DisplayString,
    mediaGatewayModelR51LCC2           DisplayString,
    mediaGatewayModelR51LCC3           DisplayString,
    mediaGatewayModelR51LCC4           DisplayString,
    mediaGatewayModelR51LCC5           DisplayString,
    mediaGatewayModelR51LCC6           DisplayString,
    mediaGatewayModelR51LCC7           DisplayString,
    mediaGatewayModelR51LCC8           DisplayString,
    mediaGatewayModelR51LCC9           DisplayString,
    mediaGatewayModelR51LCC10          DisplayString,
    mediaGatewayModelR51LCC11          DisplayString,
    mediaGatewayModelR51LCC12          DisplayString,
    mediaGatewayModelR51LCC13          DisplayString,
    mediaGatewayModelR51LCC14          DisplayString,
    mediaGatewayModelR51LCC15          DisplayString,
    mediaGatewayModelR51LCC16          DisplayString,
    mediaGatewayModelR51LCC17          DisplayString,
    mediaGatewayModelR51LCC18          DisplayString,
    mediaGatewayModelR51LCC19          DisplayString,
    mediaGatewayModelR51LCC20          DisplayString,
    mediaGatewayModelR51ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR51MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR51MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR51ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR51NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR51NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR51NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR51NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR51NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR51NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR51NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR51NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR51OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR51ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR51MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR51MRSPollTimeout Unsigned32,
    mediaGatewayModelR51RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR51SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR51SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR51FixBitsSIPMSML BITS,
    mediaGatewayModelR51AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR51SessionTimer   Unsigned32,
    mediaGatewayModelR51SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR51SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR51FixBitsSIP5    BITS,
    mediaGatewayModelR51FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR51SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR51SuppRcvngTrnspSIPHdrs
                                       LongDisplayString,
    mediaGatewayModelR51PreferTrnspSIPHdrSentByThisAS
                                       INTEGER
  }

  mediaGatewayModelR51NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR51Entry  1 }

  mediaGatewayModelR51NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR51Entry  2 }

  mediaGatewayModelR51CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR51Entry  3 }

  mediaGatewayModelR51ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR51Entry  4 }

  mediaGatewayModelR51Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR51Entry  5 }

  mediaGatewayModelR51ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR51Entry  6 }

  mediaGatewayModelR51Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR51Entry  7 }

  mediaGatewayModelR51ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR51Entry  8 }

  mediaGatewayModelR51ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR51Entry  9 }

  mediaGatewayModelR51LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR51Entry  10 }

  mediaGatewayModelR51PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR51Entry  11 }

  mediaGatewayModelR51PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR51Entry  12 }

  mediaGatewayModelR51AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  13 }

  mediaGatewayModelR51AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR51Entry  14 }

  mediaGatewayModelR51RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR51Entry  16 }

  mediaGatewayModelR51RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR51Entry  17 }

  mediaGatewayModelR51DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  18 }

  mediaGatewayModelR51Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR51Entry  19 }

  mediaGatewayModelR51SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR51Entry  20 }

  mediaGatewayModelR51AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR51Entry  21 }

  mediaGatewayModelR51ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR51Entry  22 }

  mediaGatewayModelR51ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR51Entry  23 }

  mediaGatewayModelR51ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR51Entry  24 }

  mediaGatewayModelR51ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR51Entry  25 }

  mediaGatewayModelR51ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR51Entry  26 }

  mediaGatewayModelR51ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR51Entry  27 }

  mediaGatewayModelR51DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR51Entry  28 }

  mediaGatewayModelR51FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR51Entry  29 }

  mediaGatewayModelR51FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR51Entry  30 }

  mediaGatewayModelR51FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR51Entry  31 }

  mediaGatewayModelR51FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR51Entry  32 }

  mediaGatewayModelR51FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR51Entry  33 }

  mediaGatewayModelR51FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR51Entry  34 }

  mediaGatewayModelR51MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR51Entry  35 }

  mediaGatewayModelR51AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR51Entry  36 }

  mediaGatewayModelR51AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR51Entry  37 }

  mediaGatewayModelR51AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR51Entry  38 }

  mediaGatewayModelR51AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR51Entry  39 }

  mediaGatewayModelR51DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR51Entry  40 }

  mediaGatewayModelR51DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR51Entry  41 }

  mediaGatewayModelR51ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR51Entry  42 }

  mediaGatewayModelR51SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR51Entry  43 }

  mediaGatewayModelR51DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR51Entry  44 }

  mediaGatewayModelR51UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR51Entry  45 }

  mediaGatewayModelR51SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR51Entry  46 }

  mediaGatewayModelR51SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR51Entry  48 }

  mediaGatewayModelR51Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR51Entry  49 }

  mediaGatewayModelR51AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR51Entry  50 }

  mediaGatewayModelR51VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR51Entry  51 }

  mediaGatewayModelR51AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR51Entry  52 }

  mediaGatewayModelR51FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR51Entry  53 }

  mediaGatewayModelR51OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR51Entry  54 }

  mediaGatewayModelR51FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR51Entry  55 }

  mediaGatewayModelR51SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR51Entry  56 }

  mediaGatewayModelR51ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR51Entry  57 }

  mediaGatewayModelR51SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR51Entry  58 }

  mediaGatewayModelR51ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR51Entry  59 }

  mediaGatewayModelR51SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR51Entry  60 }

  mediaGatewayModelR51AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR51Entry  61 }

  mediaGatewayModelR51AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR51Entry  62 }

  mediaGatewayModelR51InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR51Entry  63 }

  mediaGatewayModelR51OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR51Entry  64 }

  mediaGatewayModelR51MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR51Entry  65 }

  mediaGatewayModelR51FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR51Entry  66 }

  mediaGatewayModelR51FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR51Entry  67 }

  mediaGatewayModelR51SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR51Entry  68 }

  mediaGatewayModelR51RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  69 }

  mediaGatewayModelR51EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR51Entry  70 }

  mediaGatewayModelR51LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR51Entry  71 }

  mediaGatewayModelR51LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR51Entry  72 }

  mediaGatewayModelR51LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR51Entry  73 }

  mediaGatewayModelR51LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR51Entry  74 }

  mediaGatewayModelR51LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR51Entry  75 }

  mediaGatewayModelR51LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR51Entry  76 }

  mediaGatewayModelR51LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR51Entry  77 }

  mediaGatewayModelR51LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR51Entry  78 }

  mediaGatewayModelR51LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR51Entry  79 }

  mediaGatewayModelR51LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR51Entry  80 }

  mediaGatewayModelR51LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR51Entry  81 }

  mediaGatewayModelR51LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR51Entry  82 }

  mediaGatewayModelR51LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR51Entry  83 }

  mediaGatewayModelR51LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR51Entry  84 }

  mediaGatewayModelR51LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR51Entry  85 }

  mediaGatewayModelR51LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR51Entry  86 }

  mediaGatewayModelR51LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR51Entry  87 }

  mediaGatewayModelR51LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR51Entry  88 }

  mediaGatewayModelR51LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR51Entry  89 }

  mediaGatewayModelR51LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR51Entry  90 }

  mediaGatewayModelR51ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR51Entry  91 }

  mediaGatewayModelR51MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR51Entry  92 }

  mediaGatewayModelR51MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR51Entry  93 }

  mediaGatewayModelR51ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR51Entry  94 }

  mediaGatewayModelR51NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR51Entry  95 }

  mediaGatewayModelR51NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR51Entry  96 }

  mediaGatewayModelR51NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR51Entry  97 }

  mediaGatewayModelR51NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR51Entry  98 }

  mediaGatewayModelR51NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR51Entry  99 }

  mediaGatewayModelR51NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR51Entry  100 }

  mediaGatewayModelR51NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR51Entry  101 }

  mediaGatewayModelR51NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  102 }

  mediaGatewayModelR51OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  103 }

  mediaGatewayModelR51ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR51Entry  104 }

  mediaGatewayModelR51MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR51Entry  105 }

  mediaGatewayModelR51MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR51Entry  106 }

  mediaGatewayModelR51RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR51Entry  107 }

  mediaGatewayModelR51SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  108 }

  mediaGatewayModelR51SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR51Entry  109 }

  mediaGatewayModelR51FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR51Entry  110 }

  mediaGatewayModelR51AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR51Entry  111 }

  mediaGatewayModelR51SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR51Entry  112 }

  mediaGatewayModelR51SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR51Entry  113 }

  mediaGatewayModelR51SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  114 }

  mediaGatewayModelR51FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7),
                   alwaysAuthorizePEarlyMedia(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR51Entry  115 }

  mediaGatewayModelR51FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR51Entry  116 }

  mediaGatewayModelR51SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR51Entry  117 }

  mediaGatewayModelR51SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR51Entry  118 }

  mediaGatewayModelR51PreferTrnspSIPHdrSentByThisAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Prefer transparent SIP header values sent by this application server'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR51Entry  119 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rVTTestSubR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2691 }

  rVTTestSubR29Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR29NEConn,
             rVTTestSubR29NetwkElement,
             rVTTestSubR29CFSIx,
             rVTTestSubR29GpIx,
             rVTTestSubR29TestIx }
    ::= {  rVTTestSubR29Table  1  }

  RVTTestSubR29Entry  ::=  SEQUENCE
  {
    rVTTestSubR29NEConn                Unsigned32,
    rVTTestSubR29NetwkElement          DisplayString,
    rVTTestSubR29CFSIx                 Unsigned32,
    rVTTestSubR29TestIx                Unsigned32,
    rVTTestSubR29TestName              DisplayString,
    rVTTestSubR29DialedNum             DisplayString,
    rVTTestSubR29SDActSubType          INTEGER,
    rVTTestSubR29SDDefSubType          INTEGER,
    rVTTestSubR29SDUseDefSubType       INTEGER,
    rVTTestSubR29I3SubGpCFSIx          Unsigned32,
    rVTTestSubR29I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR29BillType              INTEGER,
    rVTTestSubR29LongDistanceCarrID    DisplayString,
    rVTTestSubR29IntraLATACarrID       DisplayString,
    rVTTestSubR29TestRes               INTEGER,
    rVTTestSubR29CauseFail             INTEGER,
    rVTTestSubR29NumVldnCarrType       INTEGER,
    rVTTestSubR29NumVldnANIIIDigits    DisplayString,
    rVTTestSubR29NumVldnAreaCode       INTEGER,
    rVTTestSubR29NumVldnModfdCldNum    DisplayString,
    rVTTestSubR29NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR29NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR29NumVldnAllowHold      INTEGER,
    rVTTestSubR29NumVldnOprCall        INTEGER,
    rVTTestSubR29NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR29NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR29NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR29NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR29NumVldnTestCall       INTEGER,
    rVTTestSubR29NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR29NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR29NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR29NumVldnTransitNetwkID DisplayString,
    rVTTestSubR29NumVldnUSCallType     INTEGER,
    rVTTestSubR29NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR29NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR29NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR29RtgTestCall           INTEGER,
    rVTTestSubR29RtgModfdCldNum        DisplayString,
    rVTTestSubR29RtgOprCall            INTEGER,
    rVTTestSubR29RtgRtgControlInd      INTEGER,
    rVTTestSubR29RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR29RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR29RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR29RtgTransitNetwkID     DisplayString,
    rVTTestSubR29RtgTandemRtgCode      INTEGER,
    rVTTestSubR29RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR29RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR29DiagsLogLvl           INTEGER,
    rVTTestSubR29DiagsAPITraceTag      DisplayString,
    rVTTestSubR29RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR29DoExtraActions        INTEGER,
    rVTTestSubR29RowStatus             RowStatus,
    rVTTestSubR29T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR29T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR29T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR29T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR29T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR29GpIx                  Unsigned32,
    rVTTestSubR29UseTCAPIfReqd         INTEGER,
    rVTTestSubR29TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR29TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR29RtgOnSwitchSubType    INTEGER,
    rVTTestSubR29SubRtgAttrs           BITS,
    rVTTestSubR29NumVldnETSICallType   INTEGER,
    rVTTestSubR29NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR29RtgEchoCancellation   INTEGER,
    rVTTestSubR29IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR29IgnoreTermAppServer   INTEGER,
    rVTTestSubR29NumVldnUDA1           Unsigned32,
    rVTTestSubR29NumVldnUDA2           Unsigned32,
    rVTTestSubR29NumVldnUDA3           Unsigned32,
    rVTTestSubR29NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR29IntnatlCarrID         DisplayString,
    rVTTestSubR29T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR29T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR29T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR29T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29LCC1                  INTEGER,
    rVTTestSubR29LCC2                  INTEGER,
    rVTTestSubR29LCC3                  INTEGER,
    rVTTestSubR29LCC4                  INTEGER,
    rVTTestSubR29LCC5                  INTEGER,
    rVTTestSubR29NumVldnBillCallType   INTEGER,
    rVTTestSubR29NumVldnStructureCode  INTEGER,
    rVTTestSubR29NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR29NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR29NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR29NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR29NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR29NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR29T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR29T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR29T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR29T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR29I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR29I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR29I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR29NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR29NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR29NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR29I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR29I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR29I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR29I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR29I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR29I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR29NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR29NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR29NumVldnValidAuthCodes INTEGER,
    rVTTestSubR29NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR29ChargeNum             DisplayString,
    rVTTestSubR29AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR29AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR29NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR29I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR29NVModCallPartyNum     DisplayString,
    rVTTestSubR29NVModChargeNum        DisplayString,
    rVTTestSubR29RtgCallPartyNum       DisplayString,
    rVTTestSubR29RtgModChargeNum       DisplayString,
    rVTTestSubR29LCC6                  INTEGER,
    rVTTestSubR29LCC7                  INTEGER,
    rVTTestSubR29LCC8                  INTEGER,
    rVTTestSubR29LCC9                  INTEGER,
    rVTTestSubR29LCC10                 INTEGER,
    rVTTestSubR29LCC11                 INTEGER,
    rVTTestSubR29LCC12                 INTEGER,
    rVTTestSubR29LCC13                 INTEGER,
    rVTTestSubR29LCC14                 INTEGER,
    rVTTestSubR29LCC15                 INTEGER,
    rVTTestSubR29LCC16                 INTEGER,
    rVTTestSubR29LCC17                 INTEGER,
    rVTTestSubR29LCC18                 INTEGER,
    rVTTestSubR29LCC19                 INTEGER,
    rVTTestSubR29LCC20                 INTEGER,
    rVTTestSubR29I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR29I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR29I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR29I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR29ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR29IncMCsIncluded        INTEGER,
    rVTTestSubR29T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR29IncMCs1OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR29IncMCs2OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR29IncMCs3OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR29IncMCs4OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR29IncMCs5OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR29IncMCs6OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR29IncMCs7OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR29IncMCs8OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR29T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR29T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR29T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR29T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR29T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR29T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR29T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR29T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR29T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR29T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR29T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR29IncMCs9OtherVals      INTEGER,
    rVTTestSubR29T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR29T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR29T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR29T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR29T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR29T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR29T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR29T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR29T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR29T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR29T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR29T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR29IncMCs10OtherVals     INTEGER,
    rVTTestSubR29ExpRsltExpRslt        INTEGER,
    rVTTestSubR29ExpRsltExpectedDest   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR29ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR29T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR29T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR29T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR29T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR29T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR29T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR29T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR29T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR29T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR29T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR29T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR29T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR29T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR29T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR29T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR29T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR29T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR29T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR29T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR29ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR29ExpRsltCauseFail      INTEGER,
    rVTTestSubR29ExpRsltResAsExpected  INTEGER,
    rVTTestSubR29NumVldnUDA4           Unsigned32,
    rVTTestSubR29NumVldnUDA5           Unsigned32,
    rVTTestSubR29NumVldnUDA6           Unsigned32,
    rVTTestSubR29NumVldnUDA7           Unsigned32,
    rVTTestSubR29NumVldnUDA8           Unsigned32,
    rVTTestSubR29NumVldnUDA9           Unsigned32,
    rVTTestSubR29NumVldnUDA10          Unsigned32,
    rVTTestSubR29NumVldnUDA11          Unsigned32,
    rVTTestSubR29NumVldnUDA12          Unsigned32,
    rVTTestSubR29NumVldnUDA13          Unsigned32,
    rVTTestSubR29NumVldnUDA14          Unsigned32,
    rVTTestSubR29NumVldnUDA15          Unsigned32,
    rVTTestSubR29NumVldnUDA16          Unsigned32,
    rVTTestSubR29NumVldnUDA17          Unsigned32,
    rVTTestSubR29NumVldnUDA18          Unsigned32,
    rVTTestSubR29NumVldnUDA19          Unsigned32,
    rVTTestSubR29NumVldnUDA20          Unsigned32,
    rVTTestSubR29NVMaxCallDurn         Unsigned32,
    rVTTestSubR29RtgMaxCallDurn        Unsigned32,
    rVTTestSubR29IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR29I1SubGpNEConn         Unsigned32,
    rVTTestSubR29I2SubGpNetwkElement   DisplayString,
    rVTTestSubR29SDActSubDirNum        DisplayString,
    rVTTestSubR29SDDefSubDirNum        DisplayString,
    rVTTestSubR29SDUseDefSubDirNum     INTEGER,
    rVTTestSubR29SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR29SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR29SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR29SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR29SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR29SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR29SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR29SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR29SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR29SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR29SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR29SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR29CldAddrScope          INTEGER,
    rVTTestSubR29SDActDialedBySub      INTEGER,
    rVTTestSubR29SDDefDialedBySub      INTEGER,
    rVTTestSubR29SDUseDefDialedBySub   INTEGER,
    rVTTestSubR29NumVldnAnnounces      LongDisplayString,
    rVTTestSubR29DateAndTimeYear       Unsigned32,
    rVTTestSubR29DateAndTimeMonth      Unsigned32,
    rVTTestSubR29DateAndTimeDate       Unsigned32,
    rVTTestSubR29HrAndTimeHr           Unsigned32,
    rVTTestSubR29MinAndTimeMin         Unsigned32,
    rVTTestSubR29NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR29NumVldnCldAddrScope   INTEGER,
    rVTTestSubR29RtgCldAddrScope       INTEGER,
    rVTTestSubR29IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR29I1LineGpNEConn        Unsigned32,
    rVTTestSubR29I2LineGpNetwkElement  DisplayString,
    rVTTestSubR29I3LineGpCFSIx         Unsigned32,
    rVTTestSubR29I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR29ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR29ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR29RtgDestTrnkGpID       DisplayString,
    rVTTestSubR29RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR29RtgRoutedToRPAS       INTEGER,
    rVTTestSubR29ModfdClgNumScope      INTEGER,
    rVTTestSubR29ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR29I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestSubR29SiteOtherVals         INTEGER,
    rVTTestSubR29NVModfdPresNumUKOnly  DisplayString,
    rVTTestSubR29NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR29RtgModfdPresNumUKOnly DisplayString,
    rVTTestSubR29RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR29NumVldnBillOverrideDialedNum
                                       INTEGER,
    rVTTestSubR29NVModSatelliteIndicator
                                       Unsigned32,
    rVTTestSubR29RtgClgPartyNumScope   INTEGER,
    rVTTestSubR29RtgClgPartyNumIncomplete
                                       INTEGER,
    rVTTestSubR29RtgClgPartyNumNumPlanIndicator
                                       INTEGER,
    rVTTestSubR29RtgClgPartyNumPresRestricted
                                       INTEGER,
    rVTTestSubR29RtgClgPartyNumScreeningIndicator
                                       INTEGER,
    rVTTestSubR29NumVldnCallTags       DisplayString
  }

  rVTTestSubR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR29Entry  1 }

  rVTTestSubR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR29Entry  2 }

  rVTTestSubR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR29Entry  3 }

  rVTTestSubR29TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR29Entry  4 }

  rVTTestSubR29TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR29Entry  5 }

  rVTTestSubR29DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR29Entry  10 }

  rVTTestSubR29SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  11 }

  rVTTestSubR29SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  12 }

  rVTTestSubR29SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR29Entry  13 }

  rVTTestSubR29I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  14 }

  rVTTestSubR29I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  15 }

  rVTTestSubR29BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR29Entry  16 }

  rVTTestSubR29LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR29Entry  17 }

  rVTTestSubR29IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR29Entry  18 }

  rVTTestSubR29TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR29Entry  19 }

  rVTTestSubR29CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR29Entry  20 }

  rVTTestSubR29NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR29Entry  21 }

  rVTTestSubR29NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR29Entry  22 }

  rVTTestSubR29NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR29Entry  23 }

  rVTTestSubR29NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR29Entry  24 }

  rVTTestSubR29NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR29Entry  25 }

  rVTTestSubR29NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR29Entry  26 }

  rVTTestSubR29NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR29Entry  27 }

  rVTTestSubR29NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR29Entry  28 }

  rVTTestSubR29NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR29Entry  29 }

  rVTTestSubR29NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR29Entry  30 }

  rVTTestSubR29NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR29Entry  31 }

  rVTTestSubR29NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR29Entry  32 }

  rVTTestSubR29NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR29Entry  33 }

  rVTTestSubR29NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR29Entry  34 }

  rVTTestSubR29NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR29Entry  35 }

  rVTTestSubR29NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR29Entry  36 }

  rVTTestSubR29NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR29Entry  37 }

  rVTTestSubR29NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR29Entry  38 }

  rVTTestSubR29NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR29Entry  39 }

  rVTTestSubR29NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR29Entry  40 }

  rVTTestSubR29NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR29Entry  41 }

  rVTTestSubR29RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR29Entry  42 }

  rVTTestSubR29RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR29Entry  43 }

  rVTTestSubR29RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR29Entry  44 }

  rVTTestSubR29RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR29Entry  45 }

  rVTTestSubR29RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR29Entry  46 }

  rVTTestSubR29RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR29Entry  47 }

  rVTTestSubR29RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR29Entry  48 }

  rVTTestSubR29RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR29Entry  49 }

  rVTTestSubR29RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR29Entry  50 }

  rVTTestSubR29RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR29Entry  51 }

  rVTTestSubR29RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR29Entry  52 }

  rVTTestSubR29DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR29Entry  53 }

  rVTTestSubR29DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR29Entry  54 }

  rVTTestSubR29RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR29Entry  55 }

  rVTTestSubR29DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR29Entry  56 }

  rVTTestSubR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR29Entry  57 }

  rVTTestSubR29T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  58 }

  rVTTestSubR29T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  59 }

  rVTTestSubR29T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  60 }

  rVTTestSubR29T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  61 }

  rVTTestSubR29T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  62 }

  rVTTestSubR29T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  63 }

  rVTTestSubR29T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  64 }

  rVTTestSubR29T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  65 }

  rVTTestSubR29T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  66 }

  rVTTestSubR29T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  67 }

  rVTTestSubR29T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  68 }

  rVTTestSubR29T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  69 }

  rVTTestSubR29GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR29Entry  70 }

  rVTTestSubR29UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR29Entry  71 }

  rVTTestSubR29TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR29Entry  72 }

  rVTTestSubR29TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR29Entry  73 }

  rVTTestSubR29RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5),
                   cSG(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR29Entry  75 }

  rVTTestSubR29SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR29Entry  76 }

  rVTTestSubR29NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR29Entry  77 }

  rVTTestSubR29NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR29Entry  78 }

  rVTTestSubR29RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR29Entry  79 }

  rVTTestSubR29IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR29Entry  80 }

  rVTTestSubR29IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR29Entry  81 }

  rVTTestSubR29NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR29Entry  82 }

  rVTTestSubR29NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR29Entry  83 }

  rVTTestSubR29NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR29Entry  84 }

  rVTTestSubR29NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR29Entry  86 }

  rVTTestSubR29IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR29Entry  87 }

  rVTTestSubR29T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  90 }

  rVTTestSubR29T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  91 }

  rVTTestSubR29T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  92 }

  rVTTestSubR29T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  93 }

  rVTTestSubR29T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  94 }

  rVTTestSubR29LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR29Entry  95 }

  rVTTestSubR29LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR29Entry  96 }

  rVTTestSubR29LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR29Entry  97 }

  rVTTestSubR29LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR29Entry  98 }

  rVTTestSubR29LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR29Entry  99 }

  rVTTestSubR29NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR29Entry  100 }

  rVTTestSubR29NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR29Entry  101 }

  rVTTestSubR29NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR29Entry  102 }

  rVTTestSubR29NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR29Entry  103 }

  rVTTestSubR29NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR29Entry  104 }

  rVTTestSubR29NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR29Entry  105 }

  rVTTestSubR29NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR29Entry  106 }

  rVTTestSubR29NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR29Entry  107 }

  rVTTestSubR29T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  108 }

  rVTTestSubR29T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  109 }

  rVTTestSubR29T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  110 }

  rVTTestSubR29T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  111 }

  rVTTestSubR29T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  112 }

  rVTTestSubR29I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR29Entry  113 }

  rVTTestSubR29I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR29Entry  114 }

  rVTTestSubR29I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR29Entry  115 }

  rVTTestSubR29NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR29Entry  116 }

  rVTTestSubR29NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR29Entry  117 }

  rVTTestSubR29NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR29Entry  118 }

  rVTTestSubR29I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR29Entry  119 }

  rVTTestSubR29I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR29Entry  120 }

  rVTTestSubR29I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR29Entry  121 }

  rVTTestSubR29I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR29Entry  122 }

  rVTTestSubR29I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR29Entry  123 }

  rVTTestSubR29I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR29Entry  124 }

  rVTTestSubR29NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR29Entry  125 }

  rVTTestSubR29NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR29Entry  126 }

  rVTTestSubR29NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR29Entry  127 }

  rVTTestSubR29NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR29Entry  128 }

  rVTTestSubR29ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR29Entry  129 }

  rVTTestSubR29AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR29Entry  130 }

  rVTTestSubR29AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR29Entry  131 }

  rVTTestSubR29NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR29Entry  132 }

  rVTTestSubR29I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR29Entry  133 }

  rVTTestSubR29NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR29Entry  137 }

  rVTTestSubR29NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR29Entry  138 }

  rVTTestSubR29RtgCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - calling party number'."
    ::= { rVTTestSubR29Entry  139 }

  rVTTestSubR29RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR29Entry  140 }

  rVTTestSubR29LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR29Entry  141 }

  rVTTestSubR29LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR29Entry  142 }

  rVTTestSubR29LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR29Entry  143 }

  rVTTestSubR29LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR29Entry  144 }

  rVTTestSubR29LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR29Entry  145 }

  rVTTestSubR29LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR29Entry  146 }

  rVTTestSubR29LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR29Entry  147 }

  rVTTestSubR29LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR29Entry  148 }

  rVTTestSubR29LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR29Entry  149 }

  rVTTestSubR29LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR29Entry  150 }

  rVTTestSubR29LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR29Entry  151 }

  rVTTestSubR29LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR29Entry  152 }

  rVTTestSubR29LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR29Entry  153 }

  rVTTestSubR29LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR29Entry  154 }

  rVTTestSubR29LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR29Entry  155 }

  rVTTestSubR29I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR29Entry  156 }

  rVTTestSubR29I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR29Entry  157 }

  rVTTestSubR29I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR29Entry  158 }

  rVTTestSubR29I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR29Entry  159 }

  rVTTestSubR29ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  160 }

  rVTTestSubR29IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR29Entry  161 }

  rVTTestSubR29T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  162 }

  rVTTestSubR29T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  163 }

  rVTTestSubR29T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  164 }

  rVTTestSubR29T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  165 }

  rVTTestSubR29T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  166 }

  rVTTestSubR29T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  167 }

  rVTTestSubR29T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  169 }

  rVTTestSubR29T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  170 }

  rVTTestSubR29T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  171 }

  rVTTestSubR29T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  172 }

  rVTTestSubR29T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  173 }

  rVTTestSubR29T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  174 }

  rVTTestSubR29T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  176 }

  rVTTestSubR29T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  177 }

  rVTTestSubR29T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  178 }

  rVTTestSubR29T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  179 }

  rVTTestSubR29T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  180 }

  rVTTestSubR29T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  182 }

  rVTTestSubR29T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  183 }

  rVTTestSubR29T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  184 }

  rVTTestSubR29T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  185 }

  rVTTestSubR29T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  186 }

  rVTTestSubR29IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  187 }

  rVTTestSubR29T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  188 }

  rVTTestSubR29T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  189 }

  rVTTestSubR29T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  190 }

  rVTTestSubR29T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  191 }

  rVTTestSubR29T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  192 }

  rVTTestSubR29T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  193 }

  rVTTestSubR29T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  195 }

  rVTTestSubR29T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  196 }

  rVTTestSubR29T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  197 }

  rVTTestSubR29T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  198 }

  rVTTestSubR29T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  199 }

  rVTTestSubR29T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  200 }

  rVTTestSubR29T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  202 }

  rVTTestSubR29T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  203 }

  rVTTestSubR29T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  204 }

  rVTTestSubR29T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  205 }

  rVTTestSubR29T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  206 }

  rVTTestSubR29T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  208 }

  rVTTestSubR29T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  209 }

  rVTTestSubR29T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  210 }

  rVTTestSubR29T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  211 }

  rVTTestSubR29T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  212 }

  rVTTestSubR29IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  213 }

  rVTTestSubR29T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  214 }

  rVTTestSubR29T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  215 }

  rVTTestSubR29T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  216 }

  rVTTestSubR29T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  217 }

  rVTTestSubR29T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  218 }

  rVTTestSubR29T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  219 }

  rVTTestSubR29T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  221 }

  rVTTestSubR29T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  222 }

  rVTTestSubR29T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  223 }

  rVTTestSubR29T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  224 }

  rVTTestSubR29T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  225 }

  rVTTestSubR29T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  226 }

  rVTTestSubR29T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  228 }

  rVTTestSubR29T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  229 }

  rVTTestSubR29T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  230 }

  rVTTestSubR29T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  231 }

  rVTTestSubR29T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  232 }

  rVTTestSubR29T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  234 }

  rVTTestSubR29T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  235 }

  rVTTestSubR29T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  236 }

  rVTTestSubR29T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  237 }

  rVTTestSubR29T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  238 }

  rVTTestSubR29IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  239 }

  rVTTestSubR29T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  240 }

  rVTTestSubR29T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  241 }

  rVTTestSubR29T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  242 }

  rVTTestSubR29T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  243 }

  rVTTestSubR29T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  244 }

  rVTTestSubR29T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  245 }

  rVTTestSubR29T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  247 }

  rVTTestSubR29T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  248 }

  rVTTestSubR29T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  249 }

  rVTTestSubR29T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  250 }

  rVTTestSubR29T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  251 }

  rVTTestSubR29T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  252 }

  rVTTestSubR29T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  254 }

  rVTTestSubR29T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  255 }

  rVTTestSubR29T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  256 }

  rVTTestSubR29T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  257 }

  rVTTestSubR29T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  258 }

  rVTTestSubR29T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  260 }

  rVTTestSubR29T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  261 }

  rVTTestSubR29T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  262 }

  rVTTestSubR29T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  263 }

  rVTTestSubR29T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  264 }

  rVTTestSubR29IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  265 }

  rVTTestSubR29T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  266 }

  rVTTestSubR29T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  267 }

  rVTTestSubR29T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  268 }

  rVTTestSubR29T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  269 }

  rVTTestSubR29T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  270 }

  rVTTestSubR29T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  271 }

  rVTTestSubR29T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  273 }

  rVTTestSubR29T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  274 }

  rVTTestSubR29T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  275 }

  rVTTestSubR29T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  276 }

  rVTTestSubR29T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  277 }

  rVTTestSubR29T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  278 }

  rVTTestSubR29T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  280 }

  rVTTestSubR29T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  281 }

  rVTTestSubR29T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  282 }

  rVTTestSubR29T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  283 }

  rVTTestSubR29T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  284 }

  rVTTestSubR29T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  286 }

  rVTTestSubR29T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  287 }

  rVTTestSubR29T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  288 }

  rVTTestSubR29T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  289 }

  rVTTestSubR29T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  290 }

  rVTTestSubR29IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  291 }

  rVTTestSubR29T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  292 }

  rVTTestSubR29T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  293 }

  rVTTestSubR29T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  294 }

  rVTTestSubR29T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  295 }

  rVTTestSubR29T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  296 }

  rVTTestSubR29T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  297 }

  rVTTestSubR29T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  299 }

  rVTTestSubR29T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  300 }

  rVTTestSubR29T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  301 }

  rVTTestSubR29T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  302 }

  rVTTestSubR29T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  303 }

  rVTTestSubR29T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  304 }

  rVTTestSubR29T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  306 }

  rVTTestSubR29T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  307 }

  rVTTestSubR29T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  308 }

  rVTTestSubR29T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  309 }

  rVTTestSubR29T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  310 }

  rVTTestSubR29T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  312 }

  rVTTestSubR29T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  313 }

  rVTTestSubR29T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  314 }

  rVTTestSubR29T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  315 }

  rVTTestSubR29T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  316 }

  rVTTestSubR29IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  317 }

  rVTTestSubR29T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  318 }

  rVTTestSubR29T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  319 }

  rVTTestSubR29T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  320 }

  rVTTestSubR29T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  321 }

  rVTTestSubR29T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  322 }

  rVTTestSubR29T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  323 }

  rVTTestSubR29T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  325 }

  rVTTestSubR29T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  326 }

  rVTTestSubR29T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  327 }

  rVTTestSubR29T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  328 }

  rVTTestSubR29T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  329 }

  rVTTestSubR29T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  330 }

  rVTTestSubR29T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  332 }

  rVTTestSubR29T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  333 }

  rVTTestSubR29T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  334 }

  rVTTestSubR29T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  335 }

  rVTTestSubR29T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  336 }

  rVTTestSubR29T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  338 }

  rVTTestSubR29T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  339 }

  rVTTestSubR29T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  340 }

  rVTTestSubR29T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  341 }

  rVTTestSubR29T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  342 }

  rVTTestSubR29IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  343 }

  rVTTestSubR29T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  344 }

  rVTTestSubR29T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  345 }

  rVTTestSubR29T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  346 }

  rVTTestSubR29T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  347 }

  rVTTestSubR29T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  348 }

  rVTTestSubR29T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  349 }

  rVTTestSubR29T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  351 }

  rVTTestSubR29T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  352 }

  rVTTestSubR29T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  353 }

  rVTTestSubR29T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  354 }

  rVTTestSubR29T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  355 }

  rVTTestSubR29T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  356 }

  rVTTestSubR29T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  358 }

  rVTTestSubR29T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  359 }

  rVTTestSubR29T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  360 }

  rVTTestSubR29T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  361 }

  rVTTestSubR29T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  362 }

  rVTTestSubR29T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  364 }

  rVTTestSubR29T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  365 }

  rVTTestSubR29T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  366 }

  rVTTestSubR29T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  367 }

  rVTTestSubR29T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  368 }

  rVTTestSubR29IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  369 }

  rVTTestSubR29T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  370 }

  rVTTestSubR29T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  371 }

  rVTTestSubR29T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  372 }

  rVTTestSubR29T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  373 }

  rVTTestSubR29T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  374 }

  rVTTestSubR29T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  375 }

  rVTTestSubR29T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  377 }

  rVTTestSubR29T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  378 }

  rVTTestSubR29T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  379 }

  rVTTestSubR29T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  380 }

  rVTTestSubR29T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  381 }

  rVTTestSubR29T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  382 }

  rVTTestSubR29T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  384 }

  rVTTestSubR29T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  385 }

  rVTTestSubR29T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  386 }

  rVTTestSubR29T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  387 }

  rVTTestSubR29T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  388 }

  rVTTestSubR29T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  390 }

  rVTTestSubR29T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  391 }

  rVTTestSubR29T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  392 }

  rVTTestSubR29T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  393 }

  rVTTestSubR29T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  394 }

  rVTTestSubR29IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  395 }

  rVTTestSubR29T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  396 }

  rVTTestSubR29T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  397 }

  rVTTestSubR29T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  398 }

  rVTTestSubR29T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  399 }

  rVTTestSubR29T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  400 }

  rVTTestSubR29T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  401 }

  rVTTestSubR29T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  403 }

  rVTTestSubR29T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  404 }

  rVTTestSubR29T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  405 }

  rVTTestSubR29T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  406 }

  rVTTestSubR29T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  407 }

  rVTTestSubR29T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  408 }

  rVTTestSubR29T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  410 }

  rVTTestSubR29T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  411 }

  rVTTestSubR29T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  412 }

  rVTTestSubR29T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  413 }

  rVTTestSubR29T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  414 }

  rVTTestSubR29T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  416 }

  rVTTestSubR29T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  417 }

  rVTTestSubR29T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  418 }

  rVTTestSubR29T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  419 }

  rVTTestSubR29T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  420 }

  rVTTestSubR29IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  421 }

  rVTTestSubR29ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR29Entry  422 }

  rVTTestSubR29ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR29Entry  423 }

  rVTTestSubR29T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  424 }

  rVTTestSubR29T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  425 }

  rVTTestSubR29T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  426 }

  rVTTestSubR29T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  427 }

  rVTTestSubR29T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  428 }

  rVTTestSubR29T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  429 }

  rVTTestSubR29T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  431 }

  rVTTestSubR29T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  432 }

  rVTTestSubR29T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  433 }

  rVTTestSubR29T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  434 }

  rVTTestSubR29T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  435 }

  rVTTestSubR29T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  436 }

  rVTTestSubR29T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  438 }

  rVTTestSubR29T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  439 }

  rVTTestSubR29T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  440 }

  rVTTestSubR29T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  441 }

  rVTTestSubR29T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  442 }

  rVTTestSubR29T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  444 }

  rVTTestSubR29T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  445 }

  rVTTestSubR29T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  446 }

  rVTTestSubR29T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  447 }

  rVTTestSubR29T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  448 }

  rVTTestSubR29ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  449 }

  rVTTestSubR29T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  450 }

  rVTTestSubR29T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  451 }

  rVTTestSubR29T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  452 }

  rVTTestSubR29T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  453 }

  rVTTestSubR29T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  454 }

  rVTTestSubR29T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  455 }

  rVTTestSubR29T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  457 }

  rVTTestSubR29T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  458 }

  rVTTestSubR29T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  459 }

  rVTTestSubR29T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  460 }

  rVTTestSubR29T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  461 }

  rVTTestSubR29T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  462 }

  rVTTestSubR29T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  464 }

  rVTTestSubR29T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  465 }

  rVTTestSubR29T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  466 }

  rVTTestSubR29T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  467 }

  rVTTestSubR29T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  468 }

  rVTTestSubR29T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  470 }

  rVTTestSubR29T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  471 }

  rVTTestSubR29T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  472 }

  rVTTestSubR29T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  473 }

  rVTTestSubR29T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  474 }

  rVTTestSubR29ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  475 }

  rVTTestSubR29T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  476 }

  rVTTestSubR29T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  477 }

  rVTTestSubR29T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  478 }

  rVTTestSubR29T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  479 }

  rVTTestSubR29T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  480 }

  rVTTestSubR29T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  481 }

  rVTTestSubR29T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  483 }

  rVTTestSubR29T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  484 }

  rVTTestSubR29T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  485 }

  rVTTestSubR29T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  486 }

  rVTTestSubR29T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  487 }

  rVTTestSubR29T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  488 }

  rVTTestSubR29T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  490 }

  rVTTestSubR29T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  491 }

  rVTTestSubR29T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  492 }

  rVTTestSubR29T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  493 }

  rVTTestSubR29T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  494 }

  rVTTestSubR29T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  496 }

  rVTTestSubR29T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  497 }

  rVTTestSubR29T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  498 }

  rVTTestSubR29T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  499 }

  rVTTestSubR29T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  500 }

  rVTTestSubR29ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  501 }

  rVTTestSubR29T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  502 }

  rVTTestSubR29T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  503 }

  rVTTestSubR29T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  504 }

  rVTTestSubR29T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  505 }

  rVTTestSubR29T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  506 }

  rVTTestSubR29T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  507 }

  rVTTestSubR29T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  509 }

  rVTTestSubR29T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  510 }

  rVTTestSubR29T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  511 }

  rVTTestSubR29T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  512 }

  rVTTestSubR29T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  513 }

  rVTTestSubR29T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  514 }

  rVTTestSubR29T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  516 }

  rVTTestSubR29T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  517 }

  rVTTestSubR29T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  518 }

  rVTTestSubR29T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  519 }

  rVTTestSubR29T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  520 }

  rVTTestSubR29T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  522 }

  rVTTestSubR29T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  523 }

  rVTTestSubR29T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  524 }

  rVTTestSubR29T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  525 }

  rVTTestSubR29T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  526 }

  rVTTestSubR29ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  527 }

  rVTTestSubR29T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  528 }

  rVTTestSubR29T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  529 }

  rVTTestSubR29T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  530 }

  rVTTestSubR29T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  531 }

  rVTTestSubR29T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  532 }

  rVTTestSubR29T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  533 }

  rVTTestSubR29T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  535 }

  rVTTestSubR29T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  536 }

  rVTTestSubR29T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  537 }

  rVTTestSubR29T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  538 }

  rVTTestSubR29T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  539 }

  rVTTestSubR29T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  540 }

  rVTTestSubR29T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  542 }

  rVTTestSubR29T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  543 }

  rVTTestSubR29T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  544 }

  rVTTestSubR29T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  545 }

  rVTTestSubR29T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  546 }

  rVTTestSubR29T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  548 }

  rVTTestSubR29T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  549 }

  rVTTestSubR29T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  550 }

  rVTTestSubR29T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  551 }

  rVTTestSubR29T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  552 }

  rVTTestSubR29ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  553 }

  rVTTestSubR29T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  554 }

  rVTTestSubR29T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  555 }

  rVTTestSubR29T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  556 }

  rVTTestSubR29T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  557 }

  rVTTestSubR29T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  558 }

  rVTTestSubR29T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  559 }

  rVTTestSubR29T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  561 }

  rVTTestSubR29T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  562 }

  rVTTestSubR29T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  563 }

  rVTTestSubR29T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  564 }

  rVTTestSubR29T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  565 }

  rVTTestSubR29T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  566 }

  rVTTestSubR29T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  568 }

  rVTTestSubR29T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  569 }

  rVTTestSubR29T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  570 }

  rVTTestSubR29T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  571 }

  rVTTestSubR29T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  572 }

  rVTTestSubR29T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  574 }

  rVTTestSubR29T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  575 }

  rVTTestSubR29T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  576 }

  rVTTestSubR29T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  577 }

  rVTTestSubR29T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  578 }

  rVTTestSubR29ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  579 }

  rVTTestSubR29T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  580 }

  rVTTestSubR29T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  581 }

  rVTTestSubR29T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  582 }

  rVTTestSubR29T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  583 }

  rVTTestSubR29T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  584 }

  rVTTestSubR29T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  585 }

  rVTTestSubR29T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  587 }

  rVTTestSubR29T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  588 }

  rVTTestSubR29T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  589 }

  rVTTestSubR29T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  590 }

  rVTTestSubR29T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  591 }

  rVTTestSubR29T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  592 }

  rVTTestSubR29T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  594 }

  rVTTestSubR29T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  595 }

  rVTTestSubR29T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  596 }

  rVTTestSubR29T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  597 }

  rVTTestSubR29T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  598 }

  rVTTestSubR29T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  600 }

  rVTTestSubR29T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  601 }

  rVTTestSubR29T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  602 }

  rVTTestSubR29T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  603 }

  rVTTestSubR29T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  604 }

  rVTTestSubR29ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  605 }

  rVTTestSubR29T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  606 }

  rVTTestSubR29T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  607 }

  rVTTestSubR29T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  608 }

  rVTTestSubR29T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  609 }

  rVTTestSubR29T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  610 }

  rVTTestSubR29T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  611 }

  rVTTestSubR29T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  613 }

  rVTTestSubR29T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  614 }

  rVTTestSubR29T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  615 }

  rVTTestSubR29T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  616 }

  rVTTestSubR29T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  617 }

  rVTTestSubR29T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  618 }

  rVTTestSubR29T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  620 }

  rVTTestSubR29T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  621 }

  rVTTestSubR29T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  622 }

  rVTTestSubR29T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  623 }

  rVTTestSubR29T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  624 }

  rVTTestSubR29T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  626 }

  rVTTestSubR29T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  627 }

  rVTTestSubR29T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  628 }

  rVTTestSubR29T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  629 }

  rVTTestSubR29T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  630 }

  rVTTestSubR29ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  631 }

  rVTTestSubR29T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  632 }

  rVTTestSubR29T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  633 }

  rVTTestSubR29T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  634 }

  rVTTestSubR29T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  635 }

  rVTTestSubR29T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  636 }

  rVTTestSubR29T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  637 }

  rVTTestSubR29T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  639 }

  rVTTestSubR29T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  640 }

  rVTTestSubR29T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  641 }

  rVTTestSubR29T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  642 }

  rVTTestSubR29T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  643 }

  rVTTestSubR29T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  644 }

  rVTTestSubR29T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  646 }

  rVTTestSubR29T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  647 }

  rVTTestSubR29T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  648 }

  rVTTestSubR29T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  649 }

  rVTTestSubR29T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  650 }

  rVTTestSubR29T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  652 }

  rVTTestSubR29T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  653 }

  rVTTestSubR29T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  654 }

  rVTTestSubR29T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  655 }

  rVTTestSubR29T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  656 }

  rVTTestSubR29ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  657 }

  rVTTestSubR29T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  658 }

  rVTTestSubR29T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  659 }

  rVTTestSubR29T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  660 }

  rVTTestSubR29T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  661 }

  rVTTestSubR29T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  662 }

  rVTTestSubR29T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR29Entry  663 }

  rVTTestSubR29T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  665 }

  rVTTestSubR29T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  666 }

  rVTTestSubR29T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  667 }

  rVTTestSubR29T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  668 }

  rVTTestSubR29T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  669 }

  rVTTestSubR29T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR29Entry  670 }

  rVTTestSubR29T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  672 }

  rVTTestSubR29T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  673 }

  rVTTestSubR29T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  674 }

  rVTTestSubR29T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  675 }

  rVTTestSubR29T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR29Entry  676 }

  rVTTestSubR29T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  678 }

  rVTTestSubR29T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  679 }

  rVTTestSubR29T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  680 }

  rVTTestSubR29T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  681 }

  rVTTestSubR29T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR29Entry  682 }

  rVTTestSubR29ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  683 }

  rVTTestSubR29ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR29Entry  684 }

  rVTTestSubR29ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR29Entry  685 }

  rVTTestSubR29NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR29Entry  686 }

  rVTTestSubR29NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR29Entry  687 }

  rVTTestSubR29NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR29Entry  688 }

  rVTTestSubR29NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR29Entry  689 }

  rVTTestSubR29NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR29Entry  690 }

  rVTTestSubR29NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR29Entry  691 }

  rVTTestSubR29NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR29Entry  692 }

  rVTTestSubR29NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR29Entry  693 }

  rVTTestSubR29NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR29Entry  694 }

  rVTTestSubR29NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR29Entry  695 }

  rVTTestSubR29NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR29Entry  696 }

  rVTTestSubR29NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR29Entry  697 }

  rVTTestSubR29NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR29Entry  698 }

  rVTTestSubR29NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR29Entry  699 }

  rVTTestSubR29NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR29Entry  700 }

  rVTTestSubR29NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR29Entry  701 }

  rVTTestSubR29NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR29Entry  702 }

  rVTTestSubR29NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR29Entry  703 }

  rVTTestSubR29RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR29Entry  704 }

  rVTTestSubR29IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR29Entry  706 }

  rVTTestSubR29I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  712 }

  rVTTestSubR29I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  713 }

  rVTTestSubR29SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  800 }

  rVTTestSubR29SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  801 }

  rVTTestSubR29SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR29Entry  802 }

  rVTTestSubR29SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  810 }

  rVTTestSubR29SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  811 }

  rVTTestSubR29SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  812 }

  rVTTestSubR29SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  813 }

  rVTTestSubR29SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  814 }

  rVTTestSubR29SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  815 }

  rVTTestSubR29SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  816 }

  rVTTestSubR29SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR29Entry  817 }

  rVTTestSubR29SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR29Entry  818 }

  rVTTestSubR29SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  822 }

  rVTTestSubR29SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  823 }

  rVTTestSubR29SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR29Entry  824 }

  rVTTestSubR29CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR29Entry  825 }

  rVTTestSubR29SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  826 }

  rVTTestSubR29SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR29Entry  827 }

  rVTTestSubR29SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR29Entry  828 }

  rVTTestSubR29NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR29Entry  829 }

  rVTTestSubR29DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR29Entry  830 }

  rVTTestSubR29DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR29Entry  831 }

  rVTTestSubR29DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR29Entry  832 }

  rVTTestSubR29HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR29Entry  833 }

  rVTTestSubR29MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR29Entry  834 }

  rVTTestSubR29NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR29Entry  835 }

  rVTTestSubR29NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR29Entry  836 }

  rVTTestSubR29RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR29Entry  837 }

  rVTTestSubR29IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR29Entry  838 }

  rVTTestSubR29I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  839 }

  rVTTestSubR29I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  840 }

  rVTTestSubR29I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  841 }

  rVTTestSubR29I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR29Entry  842 }

  rVTTestSubR29ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR29Entry  843 }

  rVTTestSubR29ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR29Entry  844 }

  rVTTestSubR29RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR29Entry  845 }

  rVTTestSubR29RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR29Entry  846 }

  rVTTestSubR29RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR29Entry  847 }

  rVTTestSubR29ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR29Entry  848 }

  rVTTestSubR29ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR29Entry  849 }

  rVTTestSubR29I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR29Entry  850 }

  rVTTestSubR29SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR29Entry  851 }

  rVTTestSubR29NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestSubR29Entry  852 }

  rVTTestSubR29NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR29Entry  853 }

  rVTTestSubR29RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestSubR29Entry  854 }

  rVTTestSubR29RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR29Entry  855 }

  rVTTestSubR29NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestSubR29Entry  856 }

  rVTTestSubR29NVModSatelliteIndicator OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified satellite indicator'."
    ::= { rVTTestSubR29Entry  857 }

  rVTTestSubR29RtgClgPartyNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number scope'."
    ::= { rVTTestSubR29Entry  858 }

  rVTTestSubR29RtgClgPartyNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number incomplete'."
    ::= { rVTTestSubR29Entry  859 }

  rVTTestSubR29RtgClgPartyNumNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number number plan indicator'."
    ::= { rVTTestSubR29Entry  860 }

  rVTTestSubR29RtgClgPartyNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number presentation restricted'."
    ::= { rVTTestSubR29Entry  861 }

  rVTTestSubR29RtgClgPartyNumScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number screening indicator'."
    ::= { rVTTestSubR29Entry  862 }

  rVTTestSubR29NumVldnCallTags OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation - call tags'."
    ::= { rVTTestSubR29Entry  863 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.5.40                                                            */
-- /* Deprecated from: 9.6                                                          */
-- /*********************************************************************************/

  rVTTestTrunkR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2692 }

  rVTTestTrunkR26Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR26NEConn,
             rVTTestTrunkR26NetwkElement,
             rVTTestTrunkR26CFSIx,
             rVTTestTrunkR26GpIx,
             rVTTestTrunkR26TestIx }
    ::= {  rVTTestTrunkR26Table  1  }

  RVTTestTrunkR26Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR26NEConn              Unsigned32,
    rVTTestTrunkR26NetwkElement        DisplayString,
    rVTTestTrunkR26CFSIx               Unsigned32,
    rVTTestTrunkR26GpIx                Unsigned32,
    rVTTestTrunkR26TestIx              Unsigned32,
    rVTTestTrunkR26TestName            DisplayString,
    rVTTestTrunkR26CldNum              DisplayString,
    rVTTestTrunkR26T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR26T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR26T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR26T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR26T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR26AllowOprHoldIs      INTEGER,
    rVTTestTrunkR26PriorityCall        INTEGER,
    rVTTestTrunkR26UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR26IgnoreTermAppServer INTEGER,
    rVTTestTrunkR26InTrnkGpNum         INTEGER,
    rVTTestTrunkR26ClgPartyNum         DisplayString,
    rVTTestTrunkR26ReqdRetryRtg        INTEGER,
    rVTTestTrunkR26TestCall            INTEGER,
    rVTTestTrunkR26TransitNetwkID      DisplayString,
    rVTTestTrunkR26TestRes             INTEGER,
    rVTTestTrunkR26CauseFail           INTEGER,
    rVTTestTrunkR26NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR26NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR26NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR26AllowNumVldnHold    INTEGER,
    rVTTestTrunkR26NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR26NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR26NumVldnTestCall     INTEGER,
    rVTTestTrunkR26NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR26NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR26NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR26NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR26NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR26NumVldnUDA1         Unsigned32,
    rVTTestTrunkR26NumVldnUDA2         Unsigned32,
    rVTTestTrunkR26NumVldnUDA3         Unsigned32,
    rVTTestTrunkR26NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR26RtgTestCall         INTEGER,
    rVTTestTrunkR26RtgModfdCldNum      DisplayString,
    rVTTestTrunkR26RtgOprCall          INTEGER,
    rVTTestTrunkR26RtgRtgControlInd    INTEGER,
    rVTTestTrunkR26RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR26RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR26RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR26RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR26T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR26T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR26T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR26T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR26T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR26RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR26RtgEchoCancellation INTEGER,
    rVTTestTrunkR26TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR26TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR26DiagsLogLvl         INTEGER,
    rVTTestTrunkR26DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR26DoExtraActions      INTEGER,
    rVTTestTrunkR26RowStatus           RowStatus,
    rVTTestTrunkR26NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR26NumVldnBillCallType INTEGER,
    rVTTestTrunkR26NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR26NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR26ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR26NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR26UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR26NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR26NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR26NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR26T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR26T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR26CldAddrScope        INTEGER,
    rVTTestTrunkR26ClgNumScope         INTEGER,
    rVTTestTrunkR26ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR26OprCall             INTEGER,
    rVTTestTrunkR26EchoCancellation    INTEGER,
    rVTTestTrunkR26ClgCategory         INTEGER,
    rVTTestTrunkR26CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR26ChargeNumANIPresent INTEGER,
    rVTTestTrunkR26ChargeNumANI        DisplayString,
    rVTTestTrunkR26BearerCapability    INTEGER,
    rVTTestTrunkR26OrigingExchangeAddr DisplayString,
    rVTTestTrunkR26PortedNum           DisplayString,
    rVTTestTrunkR26LNPLookupPerformed  INTEGER,
    rVTTestTrunkR26ReleaseControlMode  INTEGER,
    rVTTestTrunkR26DialedPrefix        INTEGER,
    rVTTestTrunkR26AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR26AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR26NumVldnClgCategory  INTEGER,
    rVTTestTrunkR26NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR26NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR26NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR26I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR26I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR26I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR26I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR26NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR26NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR26NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR26I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR26I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR26I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR26I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR26I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR26I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR26NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR26NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR26NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR26NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR26RtgFGDCarrID        DisplayString,
    rVTTestTrunkR26RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR26RtgChargeNumANI     DisplayString,
    rVTTestTrunkR26RtgDialedPrefix     INTEGER,
    rVTTestTrunkR26NVModCallPartyNum   DisplayString,
    rVTTestTrunkR26NVModChargeNum      DisplayString,
    rVTTestTrunkR26RtgCallPartyNum     DisplayString,
    rVTTestTrunkR26RtgModChargeNum     DisplayString,
    rVTTestTrunkR26SIPType             INTEGER,
    rVTTestTrunkR26I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR26I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR26I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR26I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR26ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR26IncMCsIncluded      INTEGER,
    rVTTestTrunkR26T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR26T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR26T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR26T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR26T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR26T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR26T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR26T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR26T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR26T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR26T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR26IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR26T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR26T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR26T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR26T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR26T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR26T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR26T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR26T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR26T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR26T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR26T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR26IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR26ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR26ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR26ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR26T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR26T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR26T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR26T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR26T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR26T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR26T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR26T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR26T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR26T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR26T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR26T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR26T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR26T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR26T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR26T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR26ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR26ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR26ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR26NumVldnUDA4         Unsigned32,
    rVTTestTrunkR26NumVldnUDA5         Unsigned32,
    rVTTestTrunkR26NumVldnUDA6         Unsigned32,
    rVTTestTrunkR26NumVldnUDA7         Unsigned32,
    rVTTestTrunkR26NumVldnUDA8         Unsigned32,
    rVTTestTrunkR26NumVldnUDA9         Unsigned32,
    rVTTestTrunkR26NumVldnUDA10        Unsigned32,
    rVTTestTrunkR26NumVldnUDA11        Unsigned32,
    rVTTestTrunkR26NumVldnUDA12        Unsigned32,
    rVTTestTrunkR26NumVldnUDA13        Unsigned32,
    rVTTestTrunkR26NumVldnUDA14        Unsigned32,
    rVTTestTrunkR26NumVldnUDA15        Unsigned32,
    rVTTestTrunkR26NumVldnUDA16        Unsigned32,
    rVTTestTrunkR26NumVldnUDA17        Unsigned32,
    rVTTestTrunkR26NumVldnUDA18        Unsigned32,
    rVTTestTrunkR26NumVldnUDA19        Unsigned32,
    rVTTestTrunkR26NumVldnUDA20        Unsigned32,
    rVTTestTrunkR26NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR26RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR26IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR26NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR26SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR26SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR26SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR26SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR26SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR26SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR26SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR26SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR26SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR26SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR26SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR26SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR26NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR26DateAndTimeYear     Unsigned32,
    rVTTestTrunkR26DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR26DateAndTimeDate     Unsigned32,
    rVTTestTrunkR26HrAndTimeHr         Unsigned32,
    rVTTestTrunkR26MinAndTimeMin       Unsigned32,
    rVTTestTrunkR26NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR26SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR26SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR26SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR26SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR26SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR26SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR26SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR26SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR26SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR26NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR26SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR26SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR26SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR26SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR26SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR26SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR26SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR26SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR26SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR26SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR26SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR26SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR26NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR26NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR26NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR26NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR26NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR26RtgCldAddrScope     INTEGER,
    rVTTestTrunkR26LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR26ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR26ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR26RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR26RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR26PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR26PropagationDly      Unsigned32,
    rVTTestTrunkR26SatelliteIndPresent INTEGER,
    rVTTestTrunkR26SatelliteInd        Unsigned32,
    rVTTestTrunkR26IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR26IsupPreference      INTEGER,
    rVTTestTrunkR26GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR26GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR26GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR26GermanIsupSspParm   INTEGER,
    rVTTestTrunkR26ModfdClgNumScope    INTEGER,
    rVTTestTrunkR26ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR26I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR26SiteOtherVals       INTEGER,
    rVTTestTrunkR26LCC1                INTEGER,
    rVTTestTrunkR26LCC2                INTEGER,
    rVTTestTrunkR26LCC3                INTEGER,
    rVTTestTrunkR26LCC4                INTEGER,
    rVTTestTrunkR26LCC5                INTEGER,
    rVTTestTrunkR26LCC6                INTEGER,
    rVTTestTrunkR26LCC7                INTEGER,
    rVTTestTrunkR26LCC8                INTEGER,
    rVTTestTrunkR26LCC9                INTEGER,
    rVTTestTrunkR26LCC10               INTEGER,
    rVTTestTrunkR26LCC11               INTEGER,
    rVTTestTrunkR26LCC12               INTEGER,
    rVTTestTrunkR26LCC13               INTEGER,
    rVTTestTrunkR26LCC14               INTEGER,
    rVTTestTrunkR26LCC15               INTEGER,
    rVTTestTrunkR26LCC16               INTEGER,
    rVTTestTrunkR26LCC17               INTEGER,
    rVTTestTrunkR26LCC18               INTEGER,
    rVTTestTrunkR26LCC19               INTEGER,
    rVTTestTrunkR26LCC20               INTEGER,
    rVTTestTrunkR26NVModCallPartyIncomplete
                                       INTEGER,
    rVTTestTrunkR26NVModCallPartyPresRestrict
                                       INTEGER,
    rVTTestTrunkR26PresNumUKOnly       DisplayString,
    rVTTestTrunkR26PresNumScopeUKOnly  INTEGER,
    rVTTestTrunkR26NVModClPrtNumPlanInd
                                       INTEGER,
    rVTTestTrunkR26NVModCallPartyScreenInd
                                       INTEGER,
    rVTTestTrunkR26NVModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR26NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR26RtgModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR26RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR26NumVldnBillOverrideDialedNum
                                       INTEGER,
    rVTTestTrunkR26NVModSatelliteIndicator
                                       Unsigned32,
    rVTTestTrunkR26RtgClgPartyNumScope INTEGER,
    rVTTestTrunkR26RtgClgPartyNumIncomplete
                                       INTEGER,
    rVTTestTrunkR26RtgClgPartyNumNumPlanIndicator
                                       INTEGER,
    rVTTestTrunkR26RtgClgPartyNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR26RtgClgPartyNumScreeningIndicator
                                       INTEGER
  }

  rVTTestTrunkR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR26Entry  1 }

  rVTTestTrunkR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR26Entry  2 }

  rVTTestTrunkR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR26Entry  3 }

  rVTTestTrunkR26GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR26Entry  4 }

  rVTTestTrunkR26TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR26Entry  5 }

  rVTTestTrunkR26TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR26Entry  6 }

  rVTTestTrunkR26CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR26Entry  7 }

  rVTTestTrunkR26T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  12 }

  rVTTestTrunkR26T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  13 }

  rVTTestTrunkR26T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  14 }

  rVTTestTrunkR26T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  15 }

  rVTTestTrunkR26T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  16 }

  rVTTestTrunkR26T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  17 }

  rVTTestTrunkR26T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  18 }

  rVTTestTrunkR26T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  19 }

  rVTTestTrunkR26T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  20 }

  rVTTestTrunkR26T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  21 }

  rVTTestTrunkR26T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  22 }

  rVTTestTrunkR26T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  23 }

  rVTTestTrunkR26T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  24 }

  rVTTestTrunkR26T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  25 }

  rVTTestTrunkR26T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  26 }

  rVTTestTrunkR26T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  27 }

  rVTTestTrunkR26T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  28 }

  rVTTestTrunkR26ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR26Entry  29 }

  rVTTestTrunkR26AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR26Entry  30 }

  rVTTestTrunkR26PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR26Entry  31 }

  rVTTestTrunkR26UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR26Entry  32 }

  rVTTestTrunkR26IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR26Entry  33 }

  rVTTestTrunkR26InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR26Entry  34 }

  rVTTestTrunkR26ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR26Entry  35 }

  rVTTestTrunkR26ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR26Entry  36 }

  rVTTestTrunkR26TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR26Entry  37 }

  rVTTestTrunkR26TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR26Entry  38 }

  rVTTestTrunkR26TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR26Entry  39 }

  rVTTestTrunkR26CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR26Entry  40 }

  rVTTestTrunkR26NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR26Entry  42 }

  rVTTestTrunkR26NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR26Entry  43 }

  rVTTestTrunkR26NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR26Entry  44 }

  rVTTestTrunkR26AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR26Entry  45 }

  rVTTestTrunkR26NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR26Entry  46 }

  rVTTestTrunkR26NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR26Entry  47 }

  rVTTestTrunkR26NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR26Entry  48 }

  rVTTestTrunkR26NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR26Entry  49 }

  rVTTestTrunkR26NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR26Entry  50 }

  rVTTestTrunkR26NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR26Entry  51 }

  rVTTestTrunkR26NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR26Entry  52 }

  rVTTestTrunkR26NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR26Entry  53 }

  rVTTestTrunkR26NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR26Entry  54 }

  rVTTestTrunkR26NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR26Entry  55 }

  rVTTestTrunkR26NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR26Entry  56 }

  rVTTestTrunkR26NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR26Entry  57 }

  rVTTestTrunkR26RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR26Entry  59 }

  rVTTestTrunkR26RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR26Entry  60 }

  rVTTestTrunkR26RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR26Entry  61 }

  rVTTestTrunkR26RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR26Entry  62 }

  rVTTestTrunkR26RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR26Entry  63 }

  rVTTestTrunkR26RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR26Entry  64 }

  rVTTestTrunkR26RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR26Entry  65 }

  rVTTestTrunkR26RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR26Entry  66 }

  rVTTestTrunkR26T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  67 }

  rVTTestTrunkR26T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  68 }

  rVTTestTrunkR26T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  69 }

  rVTTestTrunkR26T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  70 }

  rVTTestTrunkR26T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  71 }

  rVTTestTrunkR26T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  72 }

  rVTTestTrunkR26T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  73 }

  rVTTestTrunkR26T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  74 }

  rVTTestTrunkR26T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  75 }

  rVTTestTrunkR26T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  76 }

  rVTTestTrunkR26T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  77 }

  rVTTestTrunkR26T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  78 }

  rVTTestTrunkR26T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  79 }

  rVTTestTrunkR26T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  80 }

  rVTTestTrunkR26T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  81 }

  rVTTestTrunkR26T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  82 }

  rVTTestTrunkR26T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  83 }

  rVTTestTrunkR26RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5),
                   cSG(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR26Entry  84 }

  rVTTestTrunkR26RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR26Entry  85 }

  rVTTestTrunkR26RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR26Entry  86 }

  rVTTestTrunkR26TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR26Entry  87 }

  rVTTestTrunkR26TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR26Entry  88 }

  rVTTestTrunkR26DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR26Entry  90 }

  rVTTestTrunkR26DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR26Entry  91 }

  rVTTestTrunkR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR26Entry  93 }

  rVTTestTrunkR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR26Entry  94 }

  rVTTestTrunkR26NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR26Entry  96 }

  rVTTestTrunkR26NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR26Entry  97 }

  rVTTestTrunkR26NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR26Entry  98 }

  rVTTestTrunkR26NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR26Entry  99 }

  rVTTestTrunkR26ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR26Entry  100 }

  rVTTestTrunkR26NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR26Entry  101 }

  rVTTestTrunkR26UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR26Entry  102 }

  rVTTestTrunkR26NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR26Entry  103 }

  rVTTestTrunkR26NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR26Entry  104 }

  rVTTestTrunkR26NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR26Entry  105 }

  rVTTestTrunkR26T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  106 }

  rVTTestTrunkR26T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  107 }

  rVTTestTrunkR26T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  108 }

  rVTTestTrunkR26T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  109 }

  rVTTestTrunkR26T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  110 }

  rVTTestTrunkR26CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR26Entry  111 }

  rVTTestTrunkR26ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR26Entry  112 }

  rVTTestTrunkR26ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR26Entry  113 }

  rVTTestTrunkR26OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR26Entry  114 }

  rVTTestTrunkR26EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR26Entry  115 }

  rVTTestTrunkR26ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR26Entry  116 }

  rVTTestTrunkR26CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR26Entry  117 }

  rVTTestTrunkR26ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR26Entry  118 }

  rVTTestTrunkR26ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR26Entry  119 }

  rVTTestTrunkR26BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR26Entry  120 }

  rVTTestTrunkR26OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR26Entry  121 }

  rVTTestTrunkR26PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR26Entry  122 }

  rVTTestTrunkR26LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR26Entry  123 }

  rVTTestTrunkR26ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR26Entry  124 }

  rVTTestTrunkR26DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR26Entry  125 }

  rVTTestTrunkR26AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR26Entry  126 }

  rVTTestTrunkR26AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR26Entry  127 }

  rVTTestTrunkR26NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR26Entry  128 }

  rVTTestTrunkR26NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR26Entry  129 }

  rVTTestTrunkR26NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR26Entry  130 }

  rVTTestTrunkR26NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR26Entry  131 }

  rVTTestTrunkR26I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR26Entry  132 }

  rVTTestTrunkR26I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR26Entry  133 }

  rVTTestTrunkR26I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR26Entry  134 }

  rVTTestTrunkR26I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR26Entry  135 }

  rVTTestTrunkR26NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR26Entry  136 }

  rVTTestTrunkR26NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR26Entry  137 }

  rVTTestTrunkR26NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR26Entry  138 }

  rVTTestTrunkR26I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR26Entry  139 }

  rVTTestTrunkR26I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR26Entry  140 }

  rVTTestTrunkR26I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR26Entry  141 }

  rVTTestTrunkR26I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR26Entry  142 }

  rVTTestTrunkR26I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR26Entry  143 }

  rVTTestTrunkR26I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR26Entry  144 }

  rVTTestTrunkR26NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR26Entry  145 }

  rVTTestTrunkR26NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR26Entry  146 }

  rVTTestTrunkR26NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR26Entry  147 }

  rVTTestTrunkR26NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR26Entry  148 }

  rVTTestTrunkR26RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR26Entry  149 }

  rVTTestTrunkR26RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR26Entry  150 }

  rVTTestTrunkR26RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR26Entry  151 }

  rVTTestTrunkR26RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR26Entry  152 }

  rVTTestTrunkR26NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR26Entry  153 }

  rVTTestTrunkR26NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR26Entry  154 }

  rVTTestTrunkR26RtgCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - calling party number'."
    ::= { rVTTestTrunkR26Entry  155 }

  rVTTestTrunkR26RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR26Entry  156 }

  rVTTestTrunkR26SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR26Entry  157 }

  rVTTestTrunkR26I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR26Entry  158 }

  rVTTestTrunkR26I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR26Entry  159 }

  rVTTestTrunkR26I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR26Entry  160 }

  rVTTestTrunkR26I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR26Entry  161 }

  rVTTestTrunkR26ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  162 }

  rVTTestTrunkR26IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR26Entry  163 }

  rVTTestTrunkR26T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  164 }

  rVTTestTrunkR26T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  165 }

  rVTTestTrunkR26T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  166 }

  rVTTestTrunkR26T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  167 }

  rVTTestTrunkR26T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  168 }

  rVTTestTrunkR26T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  169 }

  rVTTestTrunkR26T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  171 }

  rVTTestTrunkR26T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  172 }

  rVTTestTrunkR26T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  173 }

  rVTTestTrunkR26T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  174 }

  rVTTestTrunkR26T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  175 }

  rVTTestTrunkR26T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  176 }

  rVTTestTrunkR26T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  178 }

  rVTTestTrunkR26T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  179 }

  rVTTestTrunkR26T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  180 }

  rVTTestTrunkR26T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  181 }

  rVTTestTrunkR26T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  182 }

  rVTTestTrunkR26T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  184 }

  rVTTestTrunkR26T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  185 }

  rVTTestTrunkR26T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  186 }

  rVTTestTrunkR26T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  187 }

  rVTTestTrunkR26T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  188 }

  rVTTestTrunkR26IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  189 }

  rVTTestTrunkR26T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  190 }

  rVTTestTrunkR26T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  191 }

  rVTTestTrunkR26T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  192 }

  rVTTestTrunkR26T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  193 }

  rVTTestTrunkR26T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  194 }

  rVTTestTrunkR26T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  195 }

  rVTTestTrunkR26T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  197 }

  rVTTestTrunkR26T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  198 }

  rVTTestTrunkR26T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  199 }

  rVTTestTrunkR26T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  200 }

  rVTTestTrunkR26T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  201 }

  rVTTestTrunkR26T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  202 }

  rVTTestTrunkR26T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  204 }

  rVTTestTrunkR26T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  205 }

  rVTTestTrunkR26T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  206 }

  rVTTestTrunkR26T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  207 }

  rVTTestTrunkR26T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  208 }

  rVTTestTrunkR26T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  210 }

  rVTTestTrunkR26T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  211 }

  rVTTestTrunkR26T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  212 }

  rVTTestTrunkR26T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  213 }

  rVTTestTrunkR26T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  214 }

  rVTTestTrunkR26IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  215 }

  rVTTestTrunkR26T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  216 }

  rVTTestTrunkR26T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  217 }

  rVTTestTrunkR26T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  218 }

  rVTTestTrunkR26T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  219 }

  rVTTestTrunkR26T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  220 }

  rVTTestTrunkR26T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  221 }

  rVTTestTrunkR26T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  223 }

  rVTTestTrunkR26T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  224 }

  rVTTestTrunkR26T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  225 }

  rVTTestTrunkR26T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  226 }

  rVTTestTrunkR26T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  227 }

  rVTTestTrunkR26T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  228 }

  rVTTestTrunkR26T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  230 }

  rVTTestTrunkR26T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  231 }

  rVTTestTrunkR26T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  232 }

  rVTTestTrunkR26T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  233 }

  rVTTestTrunkR26T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  234 }

  rVTTestTrunkR26T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  236 }

  rVTTestTrunkR26T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  237 }

  rVTTestTrunkR26T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  238 }

  rVTTestTrunkR26T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  239 }

  rVTTestTrunkR26T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  240 }

  rVTTestTrunkR26IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  241 }

  rVTTestTrunkR26T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  242 }

  rVTTestTrunkR26T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  243 }

  rVTTestTrunkR26T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  244 }

  rVTTestTrunkR26T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  245 }

  rVTTestTrunkR26T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  246 }

  rVTTestTrunkR26T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  247 }

  rVTTestTrunkR26T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  249 }

  rVTTestTrunkR26T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  250 }

  rVTTestTrunkR26T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  251 }

  rVTTestTrunkR26T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  252 }

  rVTTestTrunkR26T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  253 }

  rVTTestTrunkR26T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  254 }

  rVTTestTrunkR26T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  256 }

  rVTTestTrunkR26T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  257 }

  rVTTestTrunkR26T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  258 }

  rVTTestTrunkR26T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  259 }

  rVTTestTrunkR26T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  260 }

  rVTTestTrunkR26T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  262 }

  rVTTestTrunkR26T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  263 }

  rVTTestTrunkR26T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  264 }

  rVTTestTrunkR26T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  265 }

  rVTTestTrunkR26T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  266 }

  rVTTestTrunkR26IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  267 }

  rVTTestTrunkR26T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  268 }

  rVTTestTrunkR26T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  269 }

  rVTTestTrunkR26T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  270 }

  rVTTestTrunkR26T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  271 }

  rVTTestTrunkR26T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  272 }

  rVTTestTrunkR26T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  273 }

  rVTTestTrunkR26T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  275 }

  rVTTestTrunkR26T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  276 }

  rVTTestTrunkR26T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  277 }

  rVTTestTrunkR26T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  278 }

  rVTTestTrunkR26T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  279 }

  rVTTestTrunkR26T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  280 }

  rVTTestTrunkR26T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  282 }

  rVTTestTrunkR26T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  283 }

  rVTTestTrunkR26T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  284 }

  rVTTestTrunkR26T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  285 }

  rVTTestTrunkR26T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  286 }

  rVTTestTrunkR26T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  288 }

  rVTTestTrunkR26T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  289 }

  rVTTestTrunkR26T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  290 }

  rVTTestTrunkR26T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  291 }

  rVTTestTrunkR26T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  292 }

  rVTTestTrunkR26IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  293 }

  rVTTestTrunkR26T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  294 }

  rVTTestTrunkR26T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  295 }

  rVTTestTrunkR26T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  296 }

  rVTTestTrunkR26T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  297 }

  rVTTestTrunkR26T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  298 }

  rVTTestTrunkR26T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  299 }

  rVTTestTrunkR26T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  301 }

  rVTTestTrunkR26T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  302 }

  rVTTestTrunkR26T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  303 }

  rVTTestTrunkR26T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  304 }

  rVTTestTrunkR26T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  305 }

  rVTTestTrunkR26T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  306 }

  rVTTestTrunkR26T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  308 }

  rVTTestTrunkR26T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  309 }

  rVTTestTrunkR26T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  310 }

  rVTTestTrunkR26T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  311 }

  rVTTestTrunkR26T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  312 }

  rVTTestTrunkR26T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  314 }

  rVTTestTrunkR26T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  315 }

  rVTTestTrunkR26T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  316 }

  rVTTestTrunkR26T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  317 }

  rVTTestTrunkR26T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  318 }

  rVTTestTrunkR26IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  319 }

  rVTTestTrunkR26T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  320 }

  rVTTestTrunkR26T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  321 }

  rVTTestTrunkR26T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  322 }

  rVTTestTrunkR26T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  323 }

  rVTTestTrunkR26T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  324 }

  rVTTestTrunkR26T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  325 }

  rVTTestTrunkR26T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  327 }

  rVTTestTrunkR26T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  328 }

  rVTTestTrunkR26T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  329 }

  rVTTestTrunkR26T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  330 }

  rVTTestTrunkR26T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  331 }

  rVTTestTrunkR26T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  332 }

  rVTTestTrunkR26T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  334 }

  rVTTestTrunkR26T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  335 }

  rVTTestTrunkR26T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  336 }

  rVTTestTrunkR26T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  337 }

  rVTTestTrunkR26T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  338 }

  rVTTestTrunkR26T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  340 }

  rVTTestTrunkR26T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  341 }

  rVTTestTrunkR26T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  342 }

  rVTTestTrunkR26T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  343 }

  rVTTestTrunkR26T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  344 }

  rVTTestTrunkR26IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  345 }

  rVTTestTrunkR26T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  346 }

  rVTTestTrunkR26T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  347 }

  rVTTestTrunkR26T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  348 }

  rVTTestTrunkR26T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  349 }

  rVTTestTrunkR26T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  350 }

  rVTTestTrunkR26T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  351 }

  rVTTestTrunkR26T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  353 }

  rVTTestTrunkR26T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  354 }

  rVTTestTrunkR26T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  355 }

  rVTTestTrunkR26T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  356 }

  rVTTestTrunkR26T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  357 }

  rVTTestTrunkR26T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  358 }

  rVTTestTrunkR26T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  360 }

  rVTTestTrunkR26T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  361 }

  rVTTestTrunkR26T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  362 }

  rVTTestTrunkR26T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  363 }

  rVTTestTrunkR26T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  364 }

  rVTTestTrunkR26T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  366 }

  rVTTestTrunkR26T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  367 }

  rVTTestTrunkR26T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  368 }

  rVTTestTrunkR26T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  369 }

  rVTTestTrunkR26T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  370 }

  rVTTestTrunkR26IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  371 }

  rVTTestTrunkR26T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  372 }

  rVTTestTrunkR26T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  373 }

  rVTTestTrunkR26T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  374 }

  rVTTestTrunkR26T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  375 }

  rVTTestTrunkR26T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  376 }

  rVTTestTrunkR26T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  377 }

  rVTTestTrunkR26T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  379 }

  rVTTestTrunkR26T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  380 }

  rVTTestTrunkR26T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  381 }

  rVTTestTrunkR26T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  382 }

  rVTTestTrunkR26T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  383 }

  rVTTestTrunkR26T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  384 }

  rVTTestTrunkR26T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  386 }

  rVTTestTrunkR26T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  387 }

  rVTTestTrunkR26T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  388 }

  rVTTestTrunkR26T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  389 }

  rVTTestTrunkR26T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  390 }

  rVTTestTrunkR26T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  392 }

  rVTTestTrunkR26T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  393 }

  rVTTestTrunkR26T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  394 }

  rVTTestTrunkR26T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  395 }

  rVTTestTrunkR26T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  396 }

  rVTTestTrunkR26IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  397 }

  rVTTestTrunkR26T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  398 }

  rVTTestTrunkR26T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  399 }

  rVTTestTrunkR26T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  400 }

  rVTTestTrunkR26T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  401 }

  rVTTestTrunkR26T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  402 }

  rVTTestTrunkR26T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  403 }

  rVTTestTrunkR26T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  405 }

  rVTTestTrunkR26T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  406 }

  rVTTestTrunkR26T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  407 }

  rVTTestTrunkR26T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  408 }

  rVTTestTrunkR26T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  409 }

  rVTTestTrunkR26T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  410 }

  rVTTestTrunkR26T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  412 }

  rVTTestTrunkR26T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  413 }

  rVTTestTrunkR26T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  414 }

  rVTTestTrunkR26T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  415 }

  rVTTestTrunkR26T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  416 }

  rVTTestTrunkR26T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  418 }

  rVTTestTrunkR26T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  419 }

  rVTTestTrunkR26T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  420 }

  rVTTestTrunkR26T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  421 }

  rVTTestTrunkR26T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  422 }

  rVTTestTrunkR26IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  423 }

  rVTTestTrunkR26ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR26Entry  424 }

  rVTTestTrunkR26ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR26Entry  425 }

  rVTTestTrunkR26T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  426 }

  rVTTestTrunkR26T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  427 }

  rVTTestTrunkR26T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  428 }

  rVTTestTrunkR26T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  429 }

  rVTTestTrunkR26T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  430 }

  rVTTestTrunkR26T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  431 }

  rVTTestTrunkR26T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  433 }

  rVTTestTrunkR26T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  434 }

  rVTTestTrunkR26T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  435 }

  rVTTestTrunkR26T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  436 }

  rVTTestTrunkR26T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  437 }

  rVTTestTrunkR26T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  438 }

  rVTTestTrunkR26T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  440 }

  rVTTestTrunkR26T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  441 }

  rVTTestTrunkR26T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  442 }

  rVTTestTrunkR26T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  443 }

  rVTTestTrunkR26T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  444 }

  rVTTestTrunkR26T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  446 }

  rVTTestTrunkR26T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  447 }

  rVTTestTrunkR26T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  448 }

  rVTTestTrunkR26T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  449 }

  rVTTestTrunkR26T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  450 }

  rVTTestTrunkR26ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  451 }

  rVTTestTrunkR26T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  452 }

  rVTTestTrunkR26T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  453 }

  rVTTestTrunkR26T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  454 }

  rVTTestTrunkR26T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  455 }

  rVTTestTrunkR26T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  456 }

  rVTTestTrunkR26T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  457 }

  rVTTestTrunkR26T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  459 }

  rVTTestTrunkR26T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  460 }

  rVTTestTrunkR26T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  461 }

  rVTTestTrunkR26T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  462 }

  rVTTestTrunkR26T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  463 }

  rVTTestTrunkR26T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  464 }

  rVTTestTrunkR26T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  466 }

  rVTTestTrunkR26T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  467 }

  rVTTestTrunkR26T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  468 }

  rVTTestTrunkR26T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  469 }

  rVTTestTrunkR26T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  470 }

  rVTTestTrunkR26T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  472 }

  rVTTestTrunkR26T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  473 }

  rVTTestTrunkR26T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  474 }

  rVTTestTrunkR26T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  475 }

  rVTTestTrunkR26T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  476 }

  rVTTestTrunkR26ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  477 }

  rVTTestTrunkR26T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  478 }

  rVTTestTrunkR26T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  479 }

  rVTTestTrunkR26T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  480 }

  rVTTestTrunkR26T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  481 }

  rVTTestTrunkR26T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  482 }

  rVTTestTrunkR26T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  483 }

  rVTTestTrunkR26T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  485 }

  rVTTestTrunkR26T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  486 }

  rVTTestTrunkR26T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  487 }

  rVTTestTrunkR26T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  488 }

  rVTTestTrunkR26T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  489 }

  rVTTestTrunkR26T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  490 }

  rVTTestTrunkR26T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  492 }

  rVTTestTrunkR26T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  493 }

  rVTTestTrunkR26T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  494 }

  rVTTestTrunkR26T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  495 }

  rVTTestTrunkR26T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  496 }

  rVTTestTrunkR26T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  498 }

  rVTTestTrunkR26T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  499 }

  rVTTestTrunkR26T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  500 }

  rVTTestTrunkR26T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  501 }

  rVTTestTrunkR26T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  502 }

  rVTTestTrunkR26ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  503 }

  rVTTestTrunkR26T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  504 }

  rVTTestTrunkR26T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  505 }

  rVTTestTrunkR26T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  506 }

  rVTTestTrunkR26T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  507 }

  rVTTestTrunkR26T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  508 }

  rVTTestTrunkR26T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  509 }

  rVTTestTrunkR26T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  511 }

  rVTTestTrunkR26T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  512 }

  rVTTestTrunkR26T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  513 }

  rVTTestTrunkR26T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  514 }

  rVTTestTrunkR26T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  515 }

  rVTTestTrunkR26T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  516 }

  rVTTestTrunkR26T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  518 }

  rVTTestTrunkR26T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  519 }

  rVTTestTrunkR26T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  520 }

  rVTTestTrunkR26T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  521 }

  rVTTestTrunkR26T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  522 }

  rVTTestTrunkR26T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  524 }

  rVTTestTrunkR26T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  525 }

  rVTTestTrunkR26T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  526 }

  rVTTestTrunkR26T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  527 }

  rVTTestTrunkR26T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  528 }

  rVTTestTrunkR26ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  529 }

  rVTTestTrunkR26T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  530 }

  rVTTestTrunkR26T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  531 }

  rVTTestTrunkR26T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  532 }

  rVTTestTrunkR26T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  533 }

  rVTTestTrunkR26T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  534 }

  rVTTestTrunkR26T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  535 }

  rVTTestTrunkR26T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  537 }

  rVTTestTrunkR26T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  538 }

  rVTTestTrunkR26T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  539 }

  rVTTestTrunkR26T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  540 }

  rVTTestTrunkR26T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  541 }

  rVTTestTrunkR26T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  542 }

  rVTTestTrunkR26T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  544 }

  rVTTestTrunkR26T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  545 }

  rVTTestTrunkR26T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  546 }

  rVTTestTrunkR26T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  547 }

  rVTTestTrunkR26T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  548 }

  rVTTestTrunkR26T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  550 }

  rVTTestTrunkR26T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  551 }

  rVTTestTrunkR26T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  552 }

  rVTTestTrunkR26T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  553 }

  rVTTestTrunkR26T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  554 }

  rVTTestTrunkR26ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  555 }

  rVTTestTrunkR26T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  556 }

  rVTTestTrunkR26T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  557 }

  rVTTestTrunkR26T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  558 }

  rVTTestTrunkR26T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  559 }

  rVTTestTrunkR26T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  560 }

  rVTTestTrunkR26T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  561 }

  rVTTestTrunkR26T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  563 }

  rVTTestTrunkR26T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  564 }

  rVTTestTrunkR26T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  565 }

  rVTTestTrunkR26T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  566 }

  rVTTestTrunkR26T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  567 }

  rVTTestTrunkR26T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  568 }

  rVTTestTrunkR26T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  570 }

  rVTTestTrunkR26T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  571 }

  rVTTestTrunkR26T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  572 }

  rVTTestTrunkR26T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  573 }

  rVTTestTrunkR26T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  574 }

  rVTTestTrunkR26T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  576 }

  rVTTestTrunkR26T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  577 }

  rVTTestTrunkR26T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  578 }

  rVTTestTrunkR26T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  579 }

  rVTTestTrunkR26T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  580 }

  rVTTestTrunkR26ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  581 }

  rVTTestTrunkR26T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  582 }

  rVTTestTrunkR26T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  583 }

  rVTTestTrunkR26T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  584 }

  rVTTestTrunkR26T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  585 }

  rVTTestTrunkR26T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  586 }

  rVTTestTrunkR26T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  587 }

  rVTTestTrunkR26T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  589 }

  rVTTestTrunkR26T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  590 }

  rVTTestTrunkR26T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  591 }

  rVTTestTrunkR26T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  592 }

  rVTTestTrunkR26T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  593 }

  rVTTestTrunkR26T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  594 }

  rVTTestTrunkR26T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  596 }

  rVTTestTrunkR26T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  597 }

  rVTTestTrunkR26T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  598 }

  rVTTestTrunkR26T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  599 }

  rVTTestTrunkR26T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  600 }

  rVTTestTrunkR26T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  602 }

  rVTTestTrunkR26T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  603 }

  rVTTestTrunkR26T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  604 }

  rVTTestTrunkR26T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  605 }

  rVTTestTrunkR26T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  606 }

  rVTTestTrunkR26ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  607 }

  rVTTestTrunkR26T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  608 }

  rVTTestTrunkR26T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  609 }

  rVTTestTrunkR26T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  610 }

  rVTTestTrunkR26T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  611 }

  rVTTestTrunkR26T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  612 }

  rVTTestTrunkR26T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  613 }

  rVTTestTrunkR26T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  615 }

  rVTTestTrunkR26T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  616 }

  rVTTestTrunkR26T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  617 }

  rVTTestTrunkR26T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  618 }

  rVTTestTrunkR26T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  619 }

  rVTTestTrunkR26T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  620 }

  rVTTestTrunkR26T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  622 }

  rVTTestTrunkR26T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  623 }

  rVTTestTrunkR26T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  624 }

  rVTTestTrunkR26T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  625 }

  rVTTestTrunkR26T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  626 }

  rVTTestTrunkR26T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  628 }

  rVTTestTrunkR26T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  629 }

  rVTTestTrunkR26T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  630 }

  rVTTestTrunkR26T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  631 }

  rVTTestTrunkR26T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  632 }

  rVTTestTrunkR26ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  633 }

  rVTTestTrunkR26T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  634 }

  rVTTestTrunkR26T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  635 }

  rVTTestTrunkR26T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  636 }

  rVTTestTrunkR26T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  637 }

  rVTTestTrunkR26T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  638 }

  rVTTestTrunkR26T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  639 }

  rVTTestTrunkR26T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  641 }

  rVTTestTrunkR26T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  642 }

  rVTTestTrunkR26T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  643 }

  rVTTestTrunkR26T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  644 }

  rVTTestTrunkR26T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  645 }

  rVTTestTrunkR26T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  646 }

  rVTTestTrunkR26T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  648 }

  rVTTestTrunkR26T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  649 }

  rVTTestTrunkR26T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  650 }

  rVTTestTrunkR26T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  651 }

  rVTTestTrunkR26T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  652 }

  rVTTestTrunkR26T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  654 }

  rVTTestTrunkR26T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  655 }

  rVTTestTrunkR26T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  656 }

  rVTTestTrunkR26T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  657 }

  rVTTestTrunkR26T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  658 }

  rVTTestTrunkR26ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  659 }

  rVTTestTrunkR26T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  660 }

  rVTTestTrunkR26T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  661 }

  rVTTestTrunkR26T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  662 }

  rVTTestTrunkR26T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  663 }

  rVTTestTrunkR26T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  664 }

  rVTTestTrunkR26T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  665 }

  rVTTestTrunkR26T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  667 }

  rVTTestTrunkR26T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  668 }

  rVTTestTrunkR26T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  669 }

  rVTTestTrunkR26T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  670 }

  rVTTestTrunkR26T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  671 }

  rVTTestTrunkR26T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR26Entry  672 }

  rVTTestTrunkR26T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  674 }

  rVTTestTrunkR26T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  675 }

  rVTTestTrunkR26T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  676 }

  rVTTestTrunkR26T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  677 }

  rVTTestTrunkR26T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR26Entry  678 }

  rVTTestTrunkR26T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  680 }

  rVTTestTrunkR26T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  681 }

  rVTTestTrunkR26T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  682 }

  rVTTestTrunkR26T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  683 }

  rVTTestTrunkR26T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR26Entry  684 }

  rVTTestTrunkR26ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  685 }

  rVTTestTrunkR26ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR26Entry  686 }

  rVTTestTrunkR26ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR26Entry  687 }

  rVTTestTrunkR26NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR26Entry  688 }

  rVTTestTrunkR26NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR26Entry  689 }

  rVTTestTrunkR26NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR26Entry  690 }

  rVTTestTrunkR26NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR26Entry  691 }

  rVTTestTrunkR26NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR26Entry  692 }

  rVTTestTrunkR26NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR26Entry  693 }

  rVTTestTrunkR26NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR26Entry  694 }

  rVTTestTrunkR26NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR26Entry  695 }

  rVTTestTrunkR26NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR26Entry  696 }

  rVTTestTrunkR26NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR26Entry  697 }

  rVTTestTrunkR26NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR26Entry  698 }

  rVTTestTrunkR26NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR26Entry  699 }

  rVTTestTrunkR26NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR26Entry  700 }

  rVTTestTrunkR26NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR26Entry  701 }

  rVTTestTrunkR26NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR26Entry  702 }

  rVTTestTrunkR26NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR26Entry  703 }

  rVTTestTrunkR26NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR26Entry  704 }

  rVTTestTrunkR26NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR26Entry  705 }

  rVTTestTrunkR26RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR26Entry  706 }

  rVTTestTrunkR26IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR26Entry  708 }

  rVTTestTrunkR26NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR26Entry  709 }

  rVTTestTrunkR26SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  800 }

  rVTTestTrunkR26SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  801 }

  rVTTestTrunkR26SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  802 }

  rVTTestTrunkR26SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  803 }

  rVTTestTrunkR26SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  804 }

  rVTTestTrunkR26SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  805 }

  rVTTestTrunkR26SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  806 }

  rVTTestTrunkR26SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR26Entry  807 }

  rVTTestTrunkR26SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  808 }

  rVTTestTrunkR26SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  812 }

  rVTTestTrunkR26SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  813 }

  rVTTestTrunkR26SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  814 }

  rVTTestTrunkR26NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR26Entry  815 }

  rVTTestTrunkR26DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR26Entry  816 }

  rVTTestTrunkR26DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR26Entry  817 }

  rVTTestTrunkR26DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR26Entry  818 }

  rVTTestTrunkR26HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR26Entry  819 }

  rVTTestTrunkR26MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR26Entry  820 }

  rVTTestTrunkR26NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR26Entry  821 }

  rVTTestTrunkR26SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  822 }

  rVTTestTrunkR26SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  823 }

  rVTTestTrunkR26SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  824 }

  rVTTestTrunkR26SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  825 }

  rVTTestTrunkR26SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  826 }

  rVTTestTrunkR26SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  827 }

  rVTTestTrunkR26SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  828 }

  rVTTestTrunkR26SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  829 }

  rVTTestTrunkR26SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  830 }

  rVTTestTrunkR26NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR26Entry  831 }

  rVTTestTrunkR26SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  832 }

  rVTTestTrunkR26SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  833 }

  rVTTestTrunkR26SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  834 }

  rVTTestTrunkR26SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  835 }

  rVTTestTrunkR26SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  836 }

  rVTTestTrunkR26SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  837 }

  rVTTestTrunkR26SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  838 }

  rVTTestTrunkR26SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  839 }

  rVTTestTrunkR26SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  840 }

  rVTTestTrunkR26SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  841 }

  rVTTestTrunkR26SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR26Entry  842 }

  rVTTestTrunkR26SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR26Entry  843 }

  rVTTestTrunkR26NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR26Entry  844 }

  rVTTestTrunkR26NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR26Entry  845 }

  rVTTestTrunkR26NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR26Entry  846 }

  rVTTestTrunkR26NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR26Entry  847 }

  rVTTestTrunkR26NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR26Entry  848 }

  rVTTestTrunkR26RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR26Entry  849 }

  rVTTestTrunkR26LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR26Entry  850 }

  rVTTestTrunkR26ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR26Entry  851 }

  rVTTestTrunkR26ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR26Entry  852 }

  rVTTestTrunkR26RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR26Entry  853 }

  rVTTestTrunkR26RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR26Entry  854 }

  rVTTestTrunkR26PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR26Entry  855 }

  rVTTestTrunkR26PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR26Entry  856 }

  rVTTestTrunkR26SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR26Entry  857 }

  rVTTestTrunkR26SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR26Entry  858 }

  rVTTestTrunkR26IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR26Entry  859 }

  rVTTestTrunkR26IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR26Entry  860 }

  rVTTestTrunkR26GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR26Entry  861 }

  rVTTestTrunkR26GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR26Entry  862 }

  rVTTestTrunkR26GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR26Entry  863 }

  rVTTestTrunkR26GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR26Entry  864 }

  rVTTestTrunkR26ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR26Entry  865 }

  rVTTestTrunkR26ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR26Entry  866 }

  rVTTestTrunkR26I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR26Entry  867 }

  rVTTestTrunkR26SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR26Entry  868 }

  rVTTestTrunkR26LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestTrunkR26Entry  869 }

  rVTTestTrunkR26LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestTrunkR26Entry  870 }

  rVTTestTrunkR26LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestTrunkR26Entry  871 }

  rVTTestTrunkR26LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestTrunkR26Entry  872 }

  rVTTestTrunkR26LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestTrunkR26Entry  873 }

  rVTTestTrunkR26LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestTrunkR26Entry  874 }

  rVTTestTrunkR26LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestTrunkR26Entry  875 }

  rVTTestTrunkR26LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestTrunkR26Entry  876 }

  rVTTestTrunkR26LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestTrunkR26Entry  877 }

  rVTTestTrunkR26LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestTrunkR26Entry  878 }

  rVTTestTrunkR26LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestTrunkR26Entry  879 }

  rVTTestTrunkR26LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestTrunkR26Entry  880 }

  rVTTestTrunkR26LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestTrunkR26Entry  881 }

  rVTTestTrunkR26LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestTrunkR26Entry  882 }

  rVTTestTrunkR26LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestTrunkR26Entry  883 }

  rVTTestTrunkR26LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestTrunkR26Entry  884 }

  rVTTestTrunkR26LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestTrunkR26Entry  885 }

  rVTTestTrunkR26LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestTrunkR26Entry  886 }

  rVTTestTrunkR26LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestTrunkR26Entry  887 }

  rVTTestTrunkR26LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestTrunkR26Entry  888 }

  rVTTestTrunkR26NVModCallPartyIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address incomplete'."
    ::= { rVTTestTrunkR26Entry  889 }

  rVTTestTrunkR26NVModCallPartyPresRestrict OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address presentation restriction'."
    ::= { rVTTestTrunkR26Entry  890 }

  rVTTestTrunkR26PresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number (UK only)'."
    ::= { rVTTestTrunkR26Entry  891 }

  rVTTestTrunkR26PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    ::= { rVTTestTrunkR26Entry  892 }

  rVTTestTrunkR26NVModClPrtNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address number plan indicator'."
    ::= { rVTTestTrunkR26Entry  893 }

  rVTTestTrunkR26NVModCallPartyScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address screening indicator'."
    ::= { rVTTestTrunkR26Entry  894 }

  rVTTestTrunkR26NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR26Entry  895 }

  rVTTestTrunkR26NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR26Entry  896 }

  rVTTestTrunkR26RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR26Entry  897 }

  rVTTestTrunkR26RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR26Entry  898 }

  rVTTestTrunkR26NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestTrunkR26Entry  899 }

  rVTTestTrunkR26NVModSatelliteIndicator OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified satellite indicator'."
    ::= { rVTTestTrunkR26Entry  900 }

  rVTTestTrunkR26RtgClgPartyNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number scope'."
    ::= { rVTTestTrunkR26Entry  901 }

  rVTTestTrunkR26RtgClgPartyNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number incomplete'."
    ::= { rVTTestTrunkR26Entry  902 }

  rVTTestTrunkR26RtgClgPartyNumNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number number plan indicator'."
    ::= { rVTTestTrunkR26Entry  903 }

  rVTTestTrunkR26RtgClgPartyNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number presentation restricted'."
    ::= { rVTTestTrunkR26Entry  904 }

  rVTTestTrunkR26RtgClgPartyNumScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number screening indicator'."
    ::= { rVTTestTrunkR26Entry  905 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  cFSR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2693 }

  cFSR20Entry OBJECT-TYPE
    SYNTAX       CFSR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR20NEConn,
             cFSR20NetwkElement,
             cFSR20CFSIx }
    ::= {  cFSR20Table  1  }

  CFSR20Entry  ::=  SEQUENCE
  {
    cFSR20NEConn                       Unsigned32,
    cFSR20NetwkElement                 DisplayString,
    cFSR20CFSIx                        Unsigned32,
    cFSR20DeactivnMode                 INTEGER,
    cFSR20AlrmState                    INTEGER,
    cFSR20AlrmLogCorr                  Counter64,
    cFSR20AlrmEvtsAttnRq               Integer32,
    cFSR20AlrmStateTimestamp           Unsigned32,
    cFSR20AlrmResetTimestamp           Unsigned32,
    cFSR20CntrldMGsAlrmsAttnRq         Integer32,
    cFSR20CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR20CntrldMGsAlrmsAtndDp         Integer32,
    cFSR20CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR20SigAlrmsAttnRq               Integer32,
    cFSR20SigAlrmEvtsAttnRq            Integer32,
    cFSR20SigAlrmsAtndDp               Integer32,
    cFSR20SigAlrmEvtsAtndDp            Integer32,
    cFSR20BillAlrmsAttnRq              Integer32,
    cFSR20BillAlrmEvtsAttnRq           Integer32,
    cFSR20CallServsAlrmsAttnRq         Integer32,
    cFSR20CallServsAlrmEvtsAttnRq      Integer32,
    cFSR20CallServsAlrmsAtndDp         Integer32,
    cFSR20CallServsAlrmEvtsAtndDp      Integer32,
    cFSR20RPSAlrmsAttnRq               Integer32,
    cFSR20RPSAlrmEvtsAttnRq            Integer32,
    cFSR20RPSAlrmsAtndDp               Integer32,
    cFSR20RPSAlrmEvtsAtndDp            Integer32,
    cFSR20SubCfgAlrmsAttnRq            Integer32,
    cFSR20SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR20SubCfgAlrmsAtndDp            Integer32,
    cFSR20SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR20TotChldAlrmsAttnRq           Unsigned32,
    cFSR20TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR20TotChldAlrmsAtndDp           Unsigned32,
    cFSR20TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR20SummaryChldAlrmState         INTEGER,
    cFSR20DoExtraActions               INTEGER,
    cFSR20RowStatus                    RowStatus,
    cFSR20AdminStatus                  AdminStatus,
    cFSR20OperStatus                   OperStatus,
    cFSR20Timezone                     INTEGER,
    cFSR20AdjustDaylightSavings        INTEGER,
    cFSR20DaylightSavingsInForce       INTEGER,
    cFSR20MaxNumLineTrafficStudies     Unsigned32,
    cFSR20T38GloballySupported         INTEGER,
    cFSR20ImportCnt                    Integer32,
    cFSR20ImportStatus                 DisplayString,
    cFSR20ImportMode                   INTEGER,
    cFSR20ImportFile                   DisplayString,
    cFSR20ImportCorr                   Counter64,
    cFSR20ImportCorrNode               DisplayString,
    cFSR20ImportCorrUID                DisplayString,
    cFSR20StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR20DefAnnounceLocale            INTEGER,
    cFSR20StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR20StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR20StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR20StatisticsAlrms              Integer32,
    cFSR20ChldStatisticsAlrms          Integer32,
    cFSR20SecondDefAnnounceLocale      INTEGER,
    cFSR20SysTimezone                  LongDisplayString,
    cFSR20SubTimezones                 LongDisplayString,
    cFSR20StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR20StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR20StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR20StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR20StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR20StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR20MRSAlrmsAttnRq               Integer32,
    cFSR20MRSAlrmEvtsAttnRq            Integer32,
    cFSR20CFSRole                      INTEGER,
    cFSR20SupportedLocales             LongDisplayString,
    cFSR20LineCfgAlrmsAttnRq           Integer32,
    cFSR20LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR20LineCfgAlrmsAtndDp           Integer32,
    cFSR20LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR20DefMediaType                 INTEGER,
    cFSR20EmgncyCallsCnt               Unsigned32,
    cFSR20EmgncyCallsDetails           LongDisplayString,
    cFSR20PublishMLHGStatus            INTEGER,
    cFSR20GatewayCtrlerRole            INTEGER,
    cFSR20EmgncyCallEquivalence        INTEGER,
    cFSR20AllowOverrideOrigingNumInBgCallLogs
                                       INTEGER,
    cFSR20TreatBGMembersCallsWithFullDNAsIntraBGDef
                                       INTEGER,
    cFSR20TwoStgDelBGsCoolingOff       INTEGER,
    cFSR20TwoStgDelBGsCoolingOffPeriod Unsigned32,
    cFSR20TwoStgDelBGsRecentlyAddedCfg INTEGER,
    cFSR20TwoStgDelBGsRecentAdditionDeletionPeriod
                                       Unsigned32,
    cFSR20RgnSpcFeatRegion             INTEGER,
    cFSR20RgnSpcFeatSuppCarrIdABNP     INTEGER,
    cFSR20RgnSpcFeatSuppCliinHkNetwks  INTEGER,
    cFSR20RgnSpcFeatLngDistDspName     DisplayString,
    cFSR20RgnSpcFeatLngDistUri         LongDisplayString,
    cFSR20RgnSpcFeatOutAreaDspName     DisplayString,
    cFSR20RgnSpcFeatOutAreaUri         LongDisplayString,
    cFSR20StatisticsCurrNumPBXLinesWithTrafficStudies
                                       Integer32,
    cFSR20AlwaysNegotiateTwoWayMediaCallSetup
                                       INTEGER
  }

  cFSR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR20Entry  1 }

  cFSR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR20Entry  2 }

  cFSR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR20Entry  3 }

  cFSR20DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR20Entry  4 }

  cFSR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR20Entry  5 }

  cFSR20AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR20Entry  6 }

  cFSR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  7 }

  cFSR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR20Entry  8 }

  cFSR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR20Entry  9 }

  cFSR20CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR20Entry  10 }

  cFSR20CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  11 }

  cFSR20CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR20Entry  12 }

  cFSR20CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  13 }

  cFSR20SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR20Entry  14 }

  cFSR20SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  15 }

  cFSR20SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR20Entry  16 }

  cFSR20SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  17 }

  cFSR20BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR20Entry  18 }

  cFSR20BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  19 }

  cFSR20CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR20Entry  20 }

  cFSR20CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  21 }

  cFSR20CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR20Entry  22 }

  cFSR20CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  23 }

  cFSR20RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR20Entry  24 }

  cFSR20RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  25 }

  cFSR20RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR20Entry  26 }

  cFSR20RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  27 }

  cFSR20SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR20Entry  28 }

  cFSR20SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  29 }

  cFSR20SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR20Entry  30 }

  cFSR20SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  31 }

  cFSR20TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR20Entry  32 }

  cFSR20TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR20Entry  33 }

  cFSR20TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR20Entry  34 }

  cFSR20TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR20Entry  35 }

  cFSR20SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR20Entry  36 }

  cFSR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR20Entry  37 }

  cFSR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR20Entry  38 }

  cFSR20AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR20Entry  39 }

  cFSR20OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR20Entry  40 }

  cFSR20Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR20Entry  41 }

  cFSR20AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR20Entry  42 }

  cFSR20DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR20Entry  43 }

  cFSR20MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR20Entry  44 }

  cFSR20T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR20Entry  45 }

  cFSR20ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR20Entry  47 }

  cFSR20ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR20Entry  48 }

  cFSR20ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR20Entry  49 }

  cFSR20ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR20Entry  50 }

  cFSR20ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR20Entry  51 }

  cFSR20ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR20Entry  52 }

  cFSR20ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR20Entry  53 }

  cFSR20StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR20Entry  54 }

  cFSR20DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR20Entry  55 }

  cFSR20StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR20Entry  56 }

  cFSR20StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR20Entry  57 }

  cFSR20StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR20Entry  58 }

  cFSR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR20Entry  59 }

  cFSR20ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR20Entry  60 }

  cFSR20SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR20Entry  61 }

  cFSR20SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR20Entry  62 }

  cFSR20SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR20Entry  63 }

  cFSR20StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR20Entry  64 }

  cFSR20StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR20Entry  65 }

  cFSR20StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR20Entry  66 }

  cFSR20StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR20Entry  67 }

  cFSR20StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR20Entry  68 }

  cFSR20StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR20Entry  69 }

  cFSR20MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR20Entry  70 }

  cFSR20MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  71 }

  cFSR20CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR20Entry  72 }

  cFSR20SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR20Entry  73 }

  cFSR20LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR20Entry  74 }

  cFSR20LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  75 }

  cFSR20LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR20Entry  76 }

  cFSR20LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR20Entry  77 }

  cFSR20DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR20Entry  78 }

  cFSR20EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR20Entry  79 }

  cFSR20EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR20Entry  80 }

  cFSR20PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR20Entry  81 }

  cFSR20GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR20Entry  82 }

  cFSR20EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR20Entry  83 }

  cFSR20AllowOverrideOrigingNumInBgCallLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of originating number in BG call logs'."
    DEFVAL       { false }
    ::= { cFSR20Entry  85 }

  cFSR20TreatBGMembersCallsWithFullDNAsIntraBGDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat calls between BG members dialed with full DN as intra-BG - default'."
    DEFVAL       { true }
    ::= { cFSR20Entry  86 }

  cFSR20TwoStgDelBGsCoolingOff OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off'."
    DEFVAL       { disabled }
    ::= { cFSR20Entry  87 }

  cFSR20TwoStgDelBGsCoolingOffPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..672 )
    UNITS        "hours"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off period'."
    DEFVAL       { 1 }
    ::= { cFSR20Entry  88 }

  cFSR20TwoStgDelBGsRecentlyAddedCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion of recently added configuration'."
    DEFVAL       { disabled }
    ::= { cFSR20Entry  89 }

  cFSR20TwoStgDelBGsRecentAdditionDeletionPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - recent addition deletion period'."
    DEFVAL       { 1 }
    ::= { cFSR20Entry  90 }

  cFSR20RgnSpcFeatRegion OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   hongKong(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Region Specific Features - Region'."
    DEFVAL       { none }
    ::= { cFSR20Entry  91 }

  cFSR20RgnSpcFeatSuppCarrIdABNP OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support carrier identifier (ABNP)'."
    DEFVAL       { false }
    ::= { cFSR20Entry  92 }

  cFSR20RgnSpcFeatSuppCliinHkNetwks OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support CLI in HK networks'."
    DEFVAL       { false }
    ::= { cFSR20Entry  93 }

  cFSR20RgnSpcFeatLngDistDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance display name'."
    ::= { cFSR20Entry  94 }

  cFSR20RgnSpcFeatLngDistUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance URI'."
    ::= { cFSR20Entry  95 }

  cFSR20RgnSpcFeatOutAreaDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area display name'."
    ::= { cFSR20Entry  96 }

  cFSR20RgnSpcFeatOutAreaUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area URI'."
    ::= { cFSR20Entry  97 }

  cFSR20StatisticsCurrNumPBXLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBX Lines with traffic studies'."
    ::= { cFSR20Entry  98 }

  cFSR20AlwaysNegotiateTwoWayMediaCallSetup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always negotiate two way media at call setup'."
    DEFVAL       { false }
    ::= { cFSR20Entry  99 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Group'                                      */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  mLHGR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2694 }

  mLHGR9Entry OBJECT-TYPE
    SYNTAX       MLHGR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGR9NEConn,
             mLHGR9NetwkElement,
             mLHGR9CFSIx,
             mLHGR9GpIx,
             mLHGR9MLHGGpIx }
    ::= {  mLHGR9Table  1  }

  MLHGR9Entry  ::=  SEQUENCE
  {
    mLHGR9NEConn                       Unsigned32,
    mLHGR9NetwkElement                 DisplayString,
    mLHGR9CFSIx                        Unsigned32,
    mLHGR9GpIx                         Unsigned32,
    mLHGR9MLHGGpIx                     Unsigned32,
    mLHGR9Name                         DisplayString,
    mLHGR9DistributionAlgorithm        INTEGER,
    mLHGR9QueuingSupported             INTEGER,
    mLHGR9MaxQueueLen                  INTEGER,
    mLHGR9LimitQueuingTime             INTEGER,
    mLHGR9MaxQueueTimeout              INTEGER,
    mLHGR9HuntOnDirectDialedCalls      INTEGER,
    mLHGR9DlvryCldDNAsCID              INTEGER,
    mLHGR9TrafficStudy                 INTEGER,
    mLHGR9DiagsLogLvl                  INTEGER,
    mLHGR9DiagsAPITraceEnabled         INTEGER,
    mLHGR9DiagsAPITraceTag             DisplayString,
    mLHGR9DiagsAPITraceRemNum          DisplayString,
    mLHGR9ChldAlrmsAttnRq              Unsigned32,
    mLHGR9ChldAlrmEvtsAttnRq           Unsigned32,
    mLHGR9ChldAlrmsAtndDp              Unsigned32,
    mLHGR9ChldAlrmEvtsAtndDp           Unsigned32,
    mLHGR9SummaryChldAlrmState         INTEGER,
    mLHGR9RowStatus                    RowStatus,
    mLHGR9I1DepartmentNEConn           Unsigned32,
    mLHGR9I2DepartmentNetwkElement     DisplayString,
    mLHGR9I3DepartmentCFSIx            Unsigned32,
    mLHGR9I4DepartmentGpIx             Unsigned32,
    mLHGR9I5DepartmentDepartmentIx     Unsigned32,
    mLHGR9DepartmentOtherVals          INTEGER,
    mLHGR9Num                          Unsigned32,
    mLHGR9LoginLogoutSupportedByDef    INTEGER,
    mLHGR9NumMembers                   Unsigned32,
    mLHGR9NumLoggedInMembers           Unsigned32,
    mLHGR9StatisticsAlrms              Integer32,
    mLHGR9ChldStatisticsAlrms          Integer32,
    mLHGR9HuntOnNoAnswer               INTEGER,
    mLHGR9NoAnswerTimeout              INTEGER,
    mLHGR9NoAnswerExclusionTime        INTEGER,
    mLHGR9ServLvl                      INTEGER,
    mLHGR9ACDWrapUpEnabled             INTEGER,
    mLHGR9ACDDspCdsReqd                INTEGER,
    mLHGR9ACDDspCd1                    DisplayString,
    mLHGR9ACDDspCd2                    DisplayString,
    mLHGR9ACDDspCd3                    DisplayString,
    mLHGR9ACDDspCd4                    DisplayString,
    mLHGR9ACDDspCd5                    DisplayString,
    mLHGR9ACDDspCd6                    DisplayString,
    mLHGR9ACDDspCd7                    DisplayString,
    mLHGR9ACDDspCd8                    DisplayString,
    mLHGR9ACDDspCd9                    DisplayString,
    mLHGR9ACDDspCd10                   DisplayString,
    mLHGR9ACDDspCd11                   DisplayString,
    mLHGR9ACDDspCd12                   DisplayString,
    mLHGR9ACDDspCd13                   DisplayString,
    mLHGR9ACDDspCd14                   DisplayString,
    mLHGR9ACDDspCd15                   DisplayString,
    mLHGR9ACDDspCd16                   DisplayString,
    mLHGR9ACDDspCd17                   DisplayString,
    mLHGR9ACDDspCd18                   DisplayString,
    mLHGR9ACDDspCd19                   DisplayString,
    mLHGR9ACDDspCd20                   DisplayString,
    mLHGR9ACDDspCd21                   DisplayString,
    mLHGR9ACDDspCd22                   DisplayString,
    mLHGR9ACDDspCd23                   DisplayString,
    mLHGR9ACDDspCd24                   DisplayString,
    mLHGR9ACDDspCd25                   DisplayString,
    mLHGR9ACDDspCd26                   DisplayString,
    mLHGR9ACDDspCd27                   DisplayString,
    mLHGR9ACDDspCd28                   DisplayString,
    mLHGR9ACDDspCd29                   DisplayString,
    mLHGR9ACDDspCd30                   DisplayString,
    mLHGR9UnavailCFSupported           INTEGER,
    mLHGR9ACDMaxWrapUpTime             Unsigned32,
    mLHGR9SDActOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR9SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR9SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR9QueueStsAnnounceEnabled      INTEGER,
    mLHGR9QueueStsAnnounceDly          INTEGER,
    mLHGR9QueueStsAnnounceInterval     INTEGER,
    mLHGR9NumExternalMembers           Unsigned32,
    mLHGR9AllowExternalMembers         INTEGER,
    mLHGR9SetHighDiversionCntExternalMembers
                                       INTEGER,
    mLHGR9QueueStsAnnounceFormat       INTEGER
  }

  mLHGR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGR9Entry  1 }

  mLHGR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGR9Entry  2 }

  mLHGR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGR9Entry  3 }

  mLHGR9GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGR9Entry  4 }

  mLHGR9MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGR9Entry  5 }

  mLHGR9Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGR9Entry  6 }

  mLHGR9DistributionAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   linear(1),
                   circular(2),
                   uniformRoundRobin(3),
                   uniformLongestIdle(4),
                   ringAll(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distribution algorithm'."
    DEFVAL       { linear }
    ::= { mLHGR9Entry  7 }

  mLHGR9QueuingSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queuing supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR9Entry  8 }

  mLHGR9MaxQueueLen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue length'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mLHGR9Entry  9 }

  mLHGR9LimitQueuingTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit queuing time'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR9Entry  10 }

  mLHGR9MaxQueueTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue timeout'.
                  This field is not writable when active."
    ::= { mLHGR9Entry  11 }

  mLHGR9HuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on direct dialed calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR9Entry  12 }

  mLHGR9DlvryCldDNAsCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delivery of pilot information as Caller ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR9Entry  13 }

  mLHGR9TrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic study'."
    DEFVAL       { false }
    ::= { mLHGR9Entry  14 }

  mLHGR9DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGR9Entry  15 }

  mLHGR9DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGR9Entry  16 }

  mLHGR9DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGR9Entry  17 }

  mLHGR9DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGR9Entry  18 }

  mLHGR9ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mLHGR9Entry  19 }

  mLHGR9ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR9Entry  20 }

  mLHGR9ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mLHGR9Entry  21 }

  mLHGR9ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR9Entry  22 }

  mLHGR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGR9Entry  23 }

  mLHGR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGR9Entry  24 }

  mLHGR9I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR9Entry  25 }

  mLHGR9I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR9Entry  26 }

  mLHGR9I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR9Entry  27 }

  mLHGR9I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR9Entry  28 }

  mLHGR9I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR9Entry  29 }

  mLHGR9DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGR9Entry  30 }

  mLHGR9Num OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mLHGR9Entry  31 }

  mLHGR9LoginLogoutSupportedByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Login/logout supported by default for new members'."
    DEFVAL       { false }
    ::= { mLHGR9Entry  32 }

  mLHGR9NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mLHGR9Entry  33 }

  mLHGR9NumLoggedInMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of logged-in members'."
    ::= { mLHGR9Entry  34 }

  mLHGR9StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGR9Entry  35 }

  mLHGR9ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGR9Entry  36 }

  mLHGR9HuntOnNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on no-answer'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR9Entry  37 }

  mLHGR9NoAnswerTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer timeout'."
    DEFVAL       { 30 }
    ::= { mLHGR9Entry  38 }

  mLHGR9NoAnswerExclusionTime OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer exclusion time'."
    DEFVAL       { 30 }
    ::= { mLHGR9Entry  39 }

  mLHGR9ServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service level'."
    DEFVAL       { mLHG }
    ::= { mLHGR9Entry  40 }

  mLHGR9ACDWrapUpEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - wrap-up enabled'."
    DEFVAL       { false }
    ::= { mLHGR9Entry  41 }

  mLHGR9ACDDspCdsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition codes required'."
    DEFVAL       { false }
    ::= { mLHGR9Entry  42 }

  mLHGR9ACDDspCd1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 1'."
    ::= { mLHGR9Entry  43 }

  mLHGR9ACDDspCd2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 2'."
    ::= { mLHGR9Entry  44 }

  mLHGR9ACDDspCd3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 3'."
    ::= { mLHGR9Entry  45 }

  mLHGR9ACDDspCd4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 4'."
    ::= { mLHGR9Entry  46 }

  mLHGR9ACDDspCd5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 5'."
    ::= { mLHGR9Entry  47 }

  mLHGR9ACDDspCd6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 6'."
    ::= { mLHGR9Entry  48 }

  mLHGR9ACDDspCd7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 7'."
    ::= { mLHGR9Entry  49 }

  mLHGR9ACDDspCd8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 8'."
    ::= { mLHGR9Entry  50 }

  mLHGR9ACDDspCd9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 9'."
    ::= { mLHGR9Entry  51 }

  mLHGR9ACDDspCd10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 10'."
    ::= { mLHGR9Entry  52 }

  mLHGR9ACDDspCd11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 11'."
    ::= { mLHGR9Entry  53 }

  mLHGR9ACDDspCd12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 12'."
    ::= { mLHGR9Entry  54 }

  mLHGR9ACDDspCd13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 13'."
    ::= { mLHGR9Entry  55 }

  mLHGR9ACDDspCd14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 14'."
    ::= { mLHGR9Entry  56 }

  mLHGR9ACDDspCd15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 15'."
    ::= { mLHGR9Entry  57 }

  mLHGR9ACDDspCd16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 16'."
    ::= { mLHGR9Entry  58 }

  mLHGR9ACDDspCd17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 17'."
    ::= { mLHGR9Entry  59 }

  mLHGR9ACDDspCd18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 18'."
    ::= { mLHGR9Entry  60 }

  mLHGR9ACDDspCd19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 19'."
    ::= { mLHGR9Entry  61 }

  mLHGR9ACDDspCd20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 20'."
    ::= { mLHGR9Entry  62 }

  mLHGR9ACDDspCd21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 21'."
    ::= { mLHGR9Entry  63 }

  mLHGR9ACDDspCd22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 22'."
    ::= { mLHGR9Entry  64 }

  mLHGR9ACDDspCd23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 23'."
    ::= { mLHGR9Entry  65 }

  mLHGR9ACDDspCd24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 24'."
    ::= { mLHGR9Entry  66 }

  mLHGR9ACDDspCd25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 25'."
    ::= { mLHGR9Entry  67 }

  mLHGR9ACDDspCd26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 26'."
    ::= { mLHGR9Entry  68 }

  mLHGR9ACDDspCd27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 27'."
    ::= { mLHGR9Entry  69 }

  mLHGR9ACDDspCd28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 28'."
    ::= { mLHGR9Entry  70 }

  mLHGR9ACDDspCd29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 29'."
    ::= { mLHGR9Entry  71 }

  mLHGR9ACDDspCd30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 30'."
    ::= { mLHGR9Entry  72 }

  mLHGR9UnavailCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding supported'."
    DEFVAL       { true }
    ::= { mLHGR9Entry  73 }

  mLHGR9ACDMaxWrapUpTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - maximum wrap up time'."
    DEFVAL       { 0 }
    ::= { mLHGR9Entry  74 }

  mLHGR9SDActOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR9Entry  75 }

  mLHGR9SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR9Entry  76 }

  mLHGR9SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGR9Entry  77 }

  mLHGR9QueueStsAnnounceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement enabled'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR9Entry  78 }

  mLHGR9QueueStsAnnounceDly OBJECT-TYPE
    SYNTAX       INTEGER ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement delay'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { mLHGR9Entry  79 }

  mLHGR9QueueStsAnnounceInterval OBJECT-TYPE
    SYNTAX       INTEGER ( 5..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queue status announcement interval'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { mLHGR9Entry  80 }

  mLHGR9NumExternalMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of external members'."
    ::= { mLHGR9Entry  81 }

  mLHGR9AllowExternalMembers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow external members'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR9Entry  82 }

  mLHGR9SetHighDiversionCntExternalMembers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Set high Diversion count for external members'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR9Entry  83 }

  mLHGR9QueueStsAnnounceFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   positionAndWaitTime(1),
                   customRecording(2),
                   position(3),
                   customRecordingAndPosition(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement format'.
                  This field is not writable when active."
    DEFVAL       { positionAndWaitTime }
    ::= { mLHGR9Entry  84 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MetaView Director Service'                                  */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  mVDR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MVDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2695 }

  mVDR6Entry OBJECT-TYPE
    SYNTAX       MVDR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mVDR6NEConn,
             mVDR6NetwkElement,
             mVDR6MetaViewDirectorIx }
    ::= {  mVDR6Table  1  }

  MVDR6Entry  ::=  SEQUENCE
  {
    mVDR6NEConn                        Unsigned32,
    mVDR6NetwkElement                  DisplayString,
    mVDR6MetaViewDirectorIx            Unsigned32,
    mVDR6NumLocationSources            Unsigned32,
    mVDR6LocationUpdateInterfacePortNum
                                       Unsigned32,
    mVDR6LocationQueryInterfacePortNum Unsigned32,
    mVDR6NotifPublicationInterfacePortNum
                                       Unsigned32,
    mVDR6NotifSubscriptionInterfacePortNum
                                       Unsigned32,
    mVDR6StatisticsAlrms               Integer32,
    mVDR6LocationSourceAlrmsAttnRq     INTEGER,
    mVDR6LocationSourceAlrmEvtsAttnRq  Unsigned32,
    mVDR6SummaryChldAlrmState          INTEGER,
    mVDR6ChldStatisticsAlrms           Integer32,
    mVDR6DoExtraActions                INTEGER,
    mVDR6MaxNumCallEvts                Unsigned32,
    mVDR6SiteID                        Unsigned32,
    mVDR6SiteName                      DisplayString,
    mVDR6RepatriationEnabled           INTEGER,
    mVDR6RepatriationSiteID            Unsigned32,
    mVDR6I1RepatriationSiteClusterSiteConnIx
                                       Integer32,
    mVDR6RepatriationSiteOtherVals     INTEGER,
    mVDR6RepatriationSourceType        INTEGER,
    mVDR6GlobalMinE164NumLen           Unsigned32,
    mVDR6GlobalMaxE164NumLen           Unsigned32,
    mVDR6GlobalMaxPBXSuffixDigits      Unsigned32,
    mVDR6RegBackgroundResyncs          INTEGER,
    mVDR6ReplicateEvtState             INTEGER
  }

  mVDR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mVDR6Entry  1 }

  mVDR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mVDR6Entry  2 }

  mVDR6MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { mVDR6Entry  3 }

  mVDR6NumLocationSources OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of location sources'."
    ::= { mVDR6Entry  4 }

  mVDR6LocationUpdateInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Update interface port number'."
    ::= { mVDR6Entry  5 }

  mVDR6LocationQueryInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Query interface port number'."
    ::= { mVDR6Entry  6 }

  mVDR6NotifPublicationInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Publication interface port number'."
    ::= { mVDR6Entry  7 }

  mVDR6NotifSubscriptionInterfacePortNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Notification Subscription interface port number'."
    ::= { mVDR6Entry  8 }

  mVDR6StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mVDR6Entry  9 }

  mVDR6LocationSourceAlrmsAttnRq OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarms'."
    ::= { mVDR6Entry  10 }

  mVDR6LocationSourceAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Location Source Attention Required alarm events'."
    ::= { mVDR6Entry  11 }

  mVDR6SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mVDR6Entry  12 }

  mVDR6ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mVDR6Entry  13 }

  mVDR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   queryDatabase(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mVDR6Entry  14 }

  mVDR6MaxNumCallEvts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum number of call events'."
    DEFVAL       { 10 }
    ::= { mVDR6Entry  15 }

  mVDR6SiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { mVDR6Entry  16 }

  mVDR6SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { mVDR6Entry  17 }

  mVDR6RepatriationEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Enabled'."
    DEFVAL       { false }
    ::= { mVDR6Entry  18 }

  mVDR6RepatriationSiteID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..31 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation Site ID'."
    ::= { mVDR6Entry  19 }

  mVDR6I1RepatriationSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { mVDR6Entry  20 }

  mVDR6RepatriationSiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   all(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Repatriation Site'.
                  This field represents the fixed
                  values that Repatriation Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mVDR6Entry  21 }

  mVDR6RepatriationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(0),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Repatriation source type'."
    DEFVAL       { all }
    ::= { mVDR6Entry  22 }

  mVDR6GlobalMinE164NumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global minimum E.164 number length'."
    ::= { mVDR6Entry  23 }

  mVDR6GlobalMaxE164NumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Global maximum E.164 number length'."
    ::= { mVDR6Entry  24 }

  mVDR6GlobalMaxPBXSuffixDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Global maximum suffix digits'."
    ::= { mVDR6Entry  25 }

  mVDR6RegBackgroundResyncs OBJECT-TYPE
    SYNTAX       INTEGER {
                   midnight(0),
                   oneAM(1),
                   twoAM(2),
                   threeAM(3),
                   fourAM(4),
                   fiveAM(5),
                   sixAM(6),
                   sevenAM(7),
                   eightAM(8),
                   nineAM(9),
                   tenAM(10),
                   elevenAM(11),
                   midday(12),
                   onePM(13),
                   twoPM(14),
                   threePM(15),
                   fourPM(16),
                   fivePM(17),
                   sixPM(18),
                   sevenPM(19),
                   eightPM(20),
                   ninePM(21),
                   tenPM(22),
                   elevenPM(23),
                   off(255)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Regular background resyncs'."
    DEFVAL       { twoAM }
    ::= { mVDR6Entry  26 }

  mVDR6ReplicateEvtState OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Replicate event state'."
    DEFVAL       { false }
    ::= { mVDR6Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Location Source'                                            */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  locSrcR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF LocSrcR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MetaView Director Service'.
                  This table is not creatable."
    ::= { metaSwitch  2696 }

  locSrcR6Entry OBJECT-TYPE
    SYNTAX       LocSrcR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { locSrcR6NEConn,
             locSrcR6NetwkElement,
             locSrcR6MetaViewDirectorIx,
             locSrcR6LocationSourceIx }
    ::= {  locSrcR6Table  1  }

  LocSrcR6Entry  ::=  SEQUENCE
  {
    locSrcR6NEConn                     Unsigned32,
    locSrcR6NetwkElement               DisplayString,
    locSrcR6MetaViewDirectorIx         Unsigned32,
    locSrcR6LocationSourceIx           Unsigned32,
    locSrcR6LocationSourceName         DisplayString,
    locSrcR6LocationSourceType         INTEGER,
    locSrcR6LocationSourceUniqueFingerprint
                                       DisplayString,
    locSrcR6LocSrcTplgType1            INTEGER,
    locSrcR6LocSrcTplgVal1             DisplayString,
    locSrcR6LocSrcTplgType2            INTEGER,
    locSrcR6LocSrcTplgVal2             DisplayString,
    locSrcR6LocSrcTplgType3            INTEGER,
    locSrcR6LocSrcTplgVal3             DisplayString,
    locSrcR6LocSrcTplgType4            INTEGER,
    locSrcR6LocSrcTplgVal4             DisplayString,
    locSrcR6LocSrcTplgType5            INTEGER,
    locSrcR6LocSrcTplgVal5             DisplayString,
    locSrcR6LocSrcTplgType6            INTEGER,
    locSrcR6LocSrcTplgVal6             DisplayString,
    locSrcR6LocSrcTplgType7            INTEGER,
    locSrcR6LocSrcTplgVal7             DisplayString,
    locSrcR6LocSrcTplgType8            INTEGER,
    locSrcR6LocSrcTplgVal8             DisplayString,
    locSrcR6LocSrcTplgType9            INTEGER,
    locSrcR6LocSrcTplgVal9             DisplayString,
    locSrcR6LocSrcTplgType10           INTEGER,
    locSrcR6LocSrcTplgVal10            DisplayString,
    locSrcR6LocSrcTplgType11           INTEGER,
    locSrcR6LocSrcTplgVal11            DisplayString,
    locSrcR6LocSrcTplgType12           INTEGER,
    locSrcR6LocSrcTplgVal12            DisplayString,
    locSrcR6LocSrcTplgType13           INTEGER,
    locSrcR6LocSrcTplgVal13            DisplayString,
    locSrcR6LocSrcTplgType14           INTEGER,
    locSrcR6LocSrcTplgVal14            DisplayString,
    locSrcR6LocSrcTplgType15           INTEGER,
    locSrcR6LocSrcTplgVal15            DisplayString,
    locSrcR6LocSrcTplgType16           INTEGER,
    locSrcR6LocSrcTplgVal16            DisplayString,
    locSrcR6LocSrcTplgType17           INTEGER,
    locSrcR6LocSrcTplgVal17            DisplayString,
    locSrcR6LocSrcTplgType18           INTEGER,
    locSrcR6LocSrcTplgVal18            DisplayString,
    locSrcR6LocSrcTplgType19           INTEGER,
    locSrcR6LocSrcTplgVal19            DisplayString,
    locSrcR6LocSrcTplgType20           INTEGER,
    locSrcR6LocSrcTplgVal20            DisplayString,
    locSrcR6LocationSourceSyncStatus   INTEGER,
    locSrcR6LocationSourceNumKeys      Unsigned32,
    locSrcR6AlrmState                  INTEGER,
    locSrcR6StatisticsAlrms            Integer32,
    locSrcR6AlrmEvtsAttnRqLogCorr      Counter64,
    locSrcR6AlrmEvtsAttnRq             Integer32,
    locSrcR6AlrmStateTimestamp         Unsigned32,
    locSrcR6AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    locSrcR6RowStatus                  RowStatus,
    locSrcR6SiteID                     Unsigned32,
    locSrcR6SiteName                   DisplayString,
    locSrcR6DoExtraActions             INTEGER,
    locSrcR6TopologySigAddrTopologyVals
                                       LongDisplayString,
    locSrcR6OBSDeletionCode            DisplayString,
    locSrcR6TopologyNumBlocks          Unsigned32,
    locSrcR6TopologyNumRehomedBlocks   Unsigned32,
    locSrcR6LocSrcTplgType21           INTEGER,
    locSrcR6LocSrcTplgVal21            DisplayString,
    locSrcR6LocSrcTplgType22           INTEGER,
    locSrcR6LocSrcTplgVal22            DisplayString,
    locSrcR6LocSrcTplgType23           INTEGER,
    locSrcR6LocSrcTplgVal23            DisplayString,
    locSrcR6LocSrcTplgType24           INTEGER,
    locSrcR6LocSrcTplgVal24            DisplayString,
    locSrcR6LocSrcTplgType25           INTEGER,
    locSrcR6LocSrcTplgVal25            DisplayString,
    locSrcR6LocSrcTplgType26           INTEGER,
    locSrcR6LocSrcTplgVal26            DisplayString,
    locSrcR6LocSrcTplgType27           INTEGER,
    locSrcR6LocSrcTplgVal27            DisplayString,
    locSrcR6LocSrcTplgType28           INTEGER,
    locSrcR6LocSrcTplgVal28            DisplayString,
    locSrcR6LocSrcTplgType29           INTEGER,
    locSrcR6LocSrcTplgVal29            DisplayString,
    locSrcR6LocSrcTplgType30           INTEGER,
    locSrcR6LocSrcTplgVal30            DisplayString,
    locSrcR6LocSrcTplgType31           INTEGER,
    locSrcR6LocSrcTplgVal31            DisplayString,
    locSrcR6LocSrcTplgType32           INTEGER,
    locSrcR6LocSrcTplgVal32            DisplayString,
    locSrcR6LocSrcTplgType33           INTEGER,
    locSrcR6LocSrcTplgVal33            DisplayString,
    locSrcR6LocSrcTplgType34           INTEGER,
    locSrcR6LocSrcTplgVal34            DisplayString,
    locSrcR6LocSrcTplgType35           INTEGER,
    locSrcR6LocSrcTplgVal35            DisplayString,
    locSrcR6LocSrcTplgType36           INTEGER,
    locSrcR6LocSrcTplgVal36            DisplayString,
    locSrcR6LocSrcTplgType37           INTEGER,
    locSrcR6LocSrcTplgVal37            DisplayString,
    locSrcR6LocSrcTplgType38           INTEGER,
    locSrcR6LocSrcTplgVal38            DisplayString,
    locSrcR6LocSrcTplgType39           INTEGER,
    locSrcR6LocSrcTplgVal39            DisplayString,
    locSrcR6LocSrcTplgType40           INTEGER,
    locSrcR6LocSrcTplgVal40            DisplayString,
    locSrcR6LocSrcTplgType41           INTEGER,
    locSrcR6LocSrcTplgVal41            DisplayString,
    locSrcR6LocSrcTplgType42           INTEGER,
    locSrcR6LocSrcTplgVal42            DisplayString,
    locSrcR6LocSrcTplgType43           INTEGER,
    locSrcR6LocSrcTplgVal43            DisplayString,
    locSrcR6LocSrcTplgType44           INTEGER,
    locSrcR6LocSrcTplgVal44            DisplayString,
    locSrcR6LocSrcTplgType45           INTEGER,
    locSrcR6LocSrcTplgVal45            DisplayString,
    locSrcR6LocSrcTplgType46           INTEGER,
    locSrcR6LocSrcTplgVal46            DisplayString,
    locSrcR6LocSrcTplgType47           INTEGER,
    locSrcR6LocSrcTplgVal47            DisplayString,
    locSrcR6LocSrcTplgType48           INTEGER,
    locSrcR6LocSrcTplgVal48            DisplayString,
    locSrcR6LocSrcTplgType49           INTEGER,
    locSrcR6LocSrcTplgVal49            DisplayString,
    locSrcR6LocSrcTplgType50           INTEGER,
    locSrcR6LocSrcTplgVal50            DisplayString,
    locSrcR6LocSrcTplgType51           INTEGER,
    locSrcR6LocSrcTplgVal51            DisplayString,
    locSrcR6LocSrcTplgType52           INTEGER,
    locSrcR6LocSrcTplgVal52            DisplayString,
    locSrcR6LocSrcTplgType53           INTEGER,
    locSrcR6LocSrcTplgVal53            DisplayString,
    locSrcR6LocSrcTplgType54           INTEGER,
    locSrcR6LocSrcTplgVal54            DisplayString,
    locSrcR6LocSrcTplgType55           INTEGER,
    locSrcR6LocSrcTplgVal55            DisplayString,
    locSrcR6LocSrcTplgType56           INTEGER,
    locSrcR6LocSrcTplgVal56            DisplayString,
    locSrcR6LocSrcTplgType57           INTEGER,
    locSrcR6LocSrcTplgVal57            DisplayString,
    locSrcR6LocSrcTplgType58           INTEGER,
    locSrcR6LocSrcTplgVal58            DisplayString,
    locSrcR6LocSrcTplgType59           INTEGER,
    locSrcR6LocSrcTplgVal59            DisplayString,
    locSrcR6LocSrcTplgType60           INTEGER,
    locSrcR6LocSrcTplgVal60            DisplayString,
    locSrcR6LocSrcTplgType61           INTEGER,
    locSrcR6LocSrcTplgVal61            DisplayString,
    locSrcR6LocSrcTplgType62           INTEGER,
    locSrcR6LocSrcTplgVal62            DisplayString,
    locSrcR6LocSrcTplgType63           INTEGER,
    locSrcR6LocSrcTplgVal63            DisplayString,
    locSrcR6LocSrcTplgType64           INTEGER,
    locSrcR6LocSrcTplgVal64            DisplayString,
    locSrcR6LocSrcTplgType65           INTEGER,
    locSrcR6LocSrcTplgVal65            DisplayString,
    locSrcR6LocSrcTplgType66           INTEGER,
    locSrcR6LocSrcTplgVal66            DisplayString,
    locSrcR6LocSrcTplgType67           INTEGER,
    locSrcR6LocSrcTplgVal67            DisplayString,
    locSrcR6LocSrcTplgType68           INTEGER,
    locSrcR6LocSrcTplgVal68            DisplayString,
    locSrcR6LocSrcTplgType69           INTEGER,
    locSrcR6LocSrcTplgVal69            DisplayString,
    locSrcR6LocSrcTplgType70           INTEGER,
    locSrcR6LocSrcTplgVal70            DisplayString,
    locSrcR6LocSrcTplgType71           INTEGER,
    locSrcR6LocSrcTplgVal71            DisplayString,
    locSrcR6LocSrcTplgType72           INTEGER,
    locSrcR6LocSrcTplgVal72            DisplayString,
    locSrcR6LocSrcTplgType73           INTEGER,
    locSrcR6LocSrcTplgVal73            DisplayString,
    locSrcR6LocSrcTplgType74           INTEGER,
    locSrcR6LocSrcTplgVal74            DisplayString,
    locSrcR6LocSrcTplgType75           INTEGER,
    locSrcR6LocSrcTplgVal75            DisplayString,
    locSrcR6LocSrcTplgType76           INTEGER,
    locSrcR6LocSrcTplgVal76            DisplayString,
    locSrcR6LocSrcTplgType77           INTEGER,
    locSrcR6LocSrcTplgVal77            DisplayString,
    locSrcR6LocSrcTplgType78           INTEGER,
    locSrcR6LocSrcTplgVal78            DisplayString,
    locSrcR6LocSrcTplgType79           INTEGER,
    locSrcR6LocSrcTplgVal79            DisplayString,
    locSrcR6LocSrcTplgType80           INTEGER,
    locSrcR6LocSrcTplgVal80            DisplayString,
    locSrcR6LocSrcTplgType81           INTEGER,
    locSrcR6LocSrcTplgVal81            DisplayString,
    locSrcR6LocSrcTplgType82           INTEGER,
    locSrcR6LocSrcTplgVal82            DisplayString,
    locSrcR6LocSrcTplgType83           INTEGER,
    locSrcR6LocSrcTplgVal83            DisplayString,
    locSrcR6LocSrcTplgType84           INTEGER,
    locSrcR6LocSrcTplgVal84            DisplayString,
    locSrcR6LocSrcTplgType85           INTEGER,
    locSrcR6LocSrcTplgVal85            DisplayString,
    locSrcR6LocSrcTplgType86           INTEGER,
    locSrcR6LocSrcTplgVal86            DisplayString,
    locSrcR6LocSrcTplgType87           INTEGER,
    locSrcR6LocSrcTplgVal87            DisplayString,
    locSrcR6LocSrcTplgType88           INTEGER,
    locSrcR6LocSrcTplgVal88            DisplayString,
    locSrcR6LocSrcTplgType89           INTEGER,
    locSrcR6LocSrcTplgVal89            DisplayString,
    locSrcR6LocSrcTplgType90           INTEGER,
    locSrcR6LocSrcTplgVal90            DisplayString,
    locSrcR6LocSrcTplgType91           INTEGER,
    locSrcR6LocSrcTplgVal91            DisplayString,
    locSrcR6LocSrcTplgType92           INTEGER,
    locSrcR6LocSrcTplgVal92            DisplayString,
    locSrcR6LocSrcTplgType93           INTEGER,
    locSrcR6LocSrcTplgVal93            DisplayString,
    locSrcR6LocSrcTplgType94           INTEGER,
    locSrcR6LocSrcTplgVal94            DisplayString,
    locSrcR6LocSrcTplgType95           INTEGER,
    locSrcR6LocSrcTplgVal95            DisplayString,
    locSrcR6LocSrcTplgType96           INTEGER,
    locSrcR6LocSrcTplgVal96            DisplayString,
    locSrcR6LocSrcTplgType97           INTEGER,
    locSrcR6LocSrcTplgVal97            DisplayString,
    locSrcR6LocSrcTplgType98           INTEGER,
    locSrcR6LocSrcTplgVal98            DisplayString,
    locSrcR6LocSrcTplgType99           INTEGER,
    locSrcR6LocSrcTplgVal99            DisplayString,
    locSrcR6LocSrcTplgType100          INTEGER,
    locSrcR6LocSrcTplgVal100           DisplayString,
    locSrcR6LocSrcTplgType101          INTEGER,
    locSrcR6LocSrcTplgVal101           DisplayString,
    locSrcR6LocSrcTplgType102          INTEGER,
    locSrcR6LocSrcTplgVal102           DisplayString,
    locSrcR6LocSrcTplgType103          INTEGER,
    locSrcR6LocSrcTplgVal103           DisplayString,
    locSrcR6LocSrcTplgType104          INTEGER,
    locSrcR6LocSrcTplgVal104           DisplayString,
    locSrcR6LocSrcTplgType105          INTEGER,
    locSrcR6LocSrcTplgVal105           DisplayString,
    locSrcR6LocSrcTplgType106          INTEGER,
    locSrcR6LocSrcTplgVal106           DisplayString,
    locSrcR6LocSrcTplgType107          INTEGER,
    locSrcR6LocSrcTplgVal107           DisplayString,
    locSrcR6LocSrcTplgType108          INTEGER,
    locSrcR6LocSrcTplgVal108           DisplayString,
    locSrcR6LocSrcTplgType109          INTEGER,
    locSrcR6LocSrcTplgVal109           DisplayString,
    locSrcR6LocSrcTplgType110          INTEGER,
    locSrcR6LocSrcTplgVal110           DisplayString,
    locSrcR6LocSrcTplgType111          INTEGER,
    locSrcR6LocSrcTplgVal111           DisplayString,
    locSrcR6LocSrcTplgType112          INTEGER,
    locSrcR6LocSrcTplgVal112           DisplayString,
    locSrcR6LocSrcTplgType113          INTEGER,
    locSrcR6LocSrcTplgVal113           DisplayString,
    locSrcR6LocSrcTplgType114          INTEGER,
    locSrcR6LocSrcTplgVal114           DisplayString,
    locSrcR6LocSrcTplgType115          INTEGER,
    locSrcR6LocSrcTplgVal115           DisplayString,
    locSrcR6LocSrcTplgType116          INTEGER,
    locSrcR6LocSrcTplgVal116           DisplayString,
    locSrcR6LocSrcTplgType117          INTEGER,
    locSrcR6LocSrcTplgVal117           DisplayString,
    locSrcR6LocSrcTplgType118          INTEGER,
    locSrcR6LocSrcTplgVal118           DisplayString,
    locSrcR6LocSrcTplgType119          INTEGER,
    locSrcR6LocSrcTplgVal119           DisplayString,
    locSrcR6LocSrcTplgType120          INTEGER,
    locSrcR6LocSrcTplgVal120           DisplayString,
    locSrcR6LocSrcTplgType121          INTEGER,
    locSrcR6LocSrcTplgVal121           DisplayString,
    locSrcR6LocSrcTplgType122          INTEGER,
    locSrcR6LocSrcTplgVal122           DisplayString,
    locSrcR6LocSrcTplgType123          INTEGER,
    locSrcR6LocSrcTplgVal123           DisplayString,
    locSrcR6LocSrcTplgType124          INTEGER,
    locSrcR6LocSrcTplgVal124           DisplayString,
    locSrcR6LocSrcTplgType125          INTEGER,
    locSrcR6LocSrcTplgVal125           DisplayString,
    locSrcR6LocSrcTplgType126          INTEGER,
    locSrcR6LocSrcTplgVal126           DisplayString,
    locSrcR6LocSrcTplgType127          INTEGER,
    locSrcR6LocSrcTplgVal127           DisplayString,
    locSrcR6LocSrcTplgType128          INTEGER,
    locSrcR6LocSrcTplgVal128           DisplayString,
    locSrcR6LocSrcTplgType129          INTEGER,
    locSrcR6LocSrcTplgVal129           DisplayString,
    locSrcR6LocSrcTplgType130          INTEGER,
    locSrcR6LocSrcTplgVal130           DisplayString,
    locSrcR6LocSrcTplgType131          INTEGER,
    locSrcR6LocSrcTplgVal131           DisplayString,
    locSrcR6LocSrcTplgType132          INTEGER,
    locSrcR6LocSrcTplgVal132           DisplayString,
    locSrcR6LocSrcTplgType133          INTEGER,
    locSrcR6LocSrcTplgVal133           DisplayString,
    locSrcR6LocSrcTplgType134          INTEGER,
    locSrcR6LocSrcTplgVal134           DisplayString,
    locSrcR6LocSrcTplgType135          INTEGER,
    locSrcR6LocSrcTplgVal135           DisplayString,
    locSrcR6LocSrcTplgType136          INTEGER,
    locSrcR6LocSrcTplgVal136           DisplayString,
    locSrcR6LocSrcTplgType137          INTEGER,
    locSrcR6LocSrcTplgVal137           DisplayString,
    locSrcR6LocSrcTplgType138          INTEGER,
    locSrcR6LocSrcTplgVal138           DisplayString,
    locSrcR6LocSrcTplgType139          INTEGER,
    locSrcR6LocSrcTplgVal139           DisplayString,
    locSrcR6LocSrcTplgType140          INTEGER,
    locSrcR6LocSrcTplgVal140           DisplayString
  }

  locSrcR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { locSrcR6Entry  1 }

  locSrcR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { locSrcR6Entry  2 }

  locSrcR6MetaViewDirectorIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView Director Index'.
                  This is an index field."
    ::= { locSrcR6Entry  3 }

  locSrcR6LocationSourceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Source Index'.
                  This is an index field."
    ::= { locSrcR6Entry  4 }

  locSrcR6LocationSourceName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source name'."
    ::= { locSrcR6Entry  5 }

  locSrcR6LocationSourceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(65),
                   callFeatureServer(67),
                   serviceDeliveryCenter(83)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source type'."
    ::= { locSrcR6Entry  6 }

  locSrcR6LocationSourceUniqueFingerprint OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source unique fingerprint'."
    ::= { locSrcR6Entry  7 }

  locSrcR6LocSrcTplgType1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 1'."
    ::= { locSrcR6Entry  8 }

  locSrcR6LocSrcTplgVal1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 1'."
    ::= { locSrcR6Entry  9 }

  locSrcR6LocSrcTplgType2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 2'."
    ::= { locSrcR6Entry  10 }

  locSrcR6LocSrcTplgVal2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 2'."
    ::= { locSrcR6Entry  11 }

  locSrcR6LocSrcTplgType3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 3'."
    ::= { locSrcR6Entry  12 }

  locSrcR6LocSrcTplgVal3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 3'."
    ::= { locSrcR6Entry  13 }

  locSrcR6LocSrcTplgType4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 4'."
    ::= { locSrcR6Entry  14 }

  locSrcR6LocSrcTplgVal4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 4'."
    ::= { locSrcR6Entry  15 }

  locSrcR6LocSrcTplgType5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 5'."
    ::= { locSrcR6Entry  16 }

  locSrcR6LocSrcTplgVal5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 5'."
    ::= { locSrcR6Entry  17 }

  locSrcR6LocSrcTplgType6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 6'."
    ::= { locSrcR6Entry  18 }

  locSrcR6LocSrcTplgVal6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 6'."
    ::= { locSrcR6Entry  19 }

  locSrcR6LocSrcTplgType7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 7'."
    ::= { locSrcR6Entry  20 }

  locSrcR6LocSrcTplgVal7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 7'."
    ::= { locSrcR6Entry  21 }

  locSrcR6LocSrcTplgType8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 8'."
    ::= { locSrcR6Entry  22 }

  locSrcR6LocSrcTplgVal8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 8'."
    ::= { locSrcR6Entry  23 }

  locSrcR6LocSrcTplgType9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 9'."
    ::= { locSrcR6Entry  24 }

  locSrcR6LocSrcTplgVal9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 9'."
    ::= { locSrcR6Entry  25 }

  locSrcR6LocSrcTplgType10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 10'."
    ::= { locSrcR6Entry  26 }

  locSrcR6LocSrcTplgVal10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 10'."
    ::= { locSrcR6Entry  27 }

  locSrcR6LocSrcTplgType11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 11'."
    ::= { locSrcR6Entry  28 }

  locSrcR6LocSrcTplgVal11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 11'."
    ::= { locSrcR6Entry  29 }

  locSrcR6LocSrcTplgType12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 12'."
    ::= { locSrcR6Entry  30 }

  locSrcR6LocSrcTplgVal12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 12'."
    ::= { locSrcR6Entry  31 }

  locSrcR6LocSrcTplgType13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 13'."
    ::= { locSrcR6Entry  32 }

  locSrcR6LocSrcTplgVal13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 13'."
    ::= { locSrcR6Entry  33 }

  locSrcR6LocSrcTplgType14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 14'."
    ::= { locSrcR6Entry  34 }

  locSrcR6LocSrcTplgVal14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 14'."
    ::= { locSrcR6Entry  35 }

  locSrcR6LocSrcTplgType15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 15'."
    ::= { locSrcR6Entry  36 }

  locSrcR6LocSrcTplgVal15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 15'."
    ::= { locSrcR6Entry  37 }

  locSrcR6LocSrcTplgType16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 16'."
    ::= { locSrcR6Entry  38 }

  locSrcR6LocSrcTplgVal16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 16'."
    ::= { locSrcR6Entry  39 }

  locSrcR6LocSrcTplgType17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 17'."
    ::= { locSrcR6Entry  40 }

  locSrcR6LocSrcTplgVal17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 17'."
    ::= { locSrcR6Entry  41 }

  locSrcR6LocSrcTplgType18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 18'."
    ::= { locSrcR6Entry  42 }

  locSrcR6LocSrcTplgVal18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 18'."
    ::= { locSrcR6Entry  43 }

  locSrcR6LocSrcTplgType19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 19'."
    ::= { locSrcR6Entry  44 }

  locSrcR6LocSrcTplgVal19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 19'."
    ::= { locSrcR6Entry  45 }

  locSrcR6LocSrcTplgType20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 20'."
    ::= { locSrcR6Entry  46 }

  locSrcR6LocSrcTplgVal20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 20'."
    ::= { locSrcR6Entry  47 }

  locSrcR6LocationSourceSyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   lostContactWithSource(1),
                   loadingFromDisk(2),
                   synchronizingWithSource(3),
                   inSync(4),
                   deletingSource(5),
                   lostContactWithSourceWaitingForTimeout(6),
                   lostContactWithSourceRehomingOnDemand(7),
                   lostContactWithSourceRehomingAllConfiguration(8),
                   lostContactWithSourceRehomingComplete(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Source synchronization status'."
    ::= { locSrcR6Entry  48 }

  locSrcR6LocationSourceNumKeys OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of keys'."
    ::= { locSrcR6Entry  49 }

  locSrcR6AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { locSrcR6Entry  50 }

  locSrcR6StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { locSrcR6Entry  51 }

  locSrcR6AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { locSrcR6Entry  52 }

  locSrcR6AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { locSrcR6Entry  53 }

  locSrcR6AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { locSrcR6Entry  54 }

  locSrcR6AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { locSrcR6Entry  55 }

  locSrcR6RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { locSrcR6Entry  56 }

  locSrcR6SiteID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site ID'."
    ::= { locSrcR6Entry  57 }

  locSrcR6SiteName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Site name'."
    ::= { locSrcR6Entry  58 }

  locSrcR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resync(1),
                   startRehomingOnDemand(2),
                   rehomeAllConfiguration(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { locSrcR6Entry  59 }

  locSrcR6TopologySigAddrTopologyVals OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..12800))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Topology - signaling address topology values'."
    ::= { locSrcR6Entry  60 }

  locSrcR6OBSDeletionCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'OBS deletion code'."
    ::= { locSrcR6Entry  61 }

  locSrcR6TopologyNumBlocks OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - number of blocks'."
    ::= { locSrcR6Entry  62 }

  locSrcR6TopologyNumRehomedBlocks OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Topology - number of rehomed blocks'."
    ::= { locSrcR6Entry  63 }

  locSrcR6LocSrcTplgType21 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 21'."
    ::= { locSrcR6Entry  64 }

  locSrcR6LocSrcTplgVal21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 21'."
    ::= { locSrcR6Entry  65 }

  locSrcR6LocSrcTplgType22 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 22'."
    ::= { locSrcR6Entry  66 }

  locSrcR6LocSrcTplgVal22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 22'."
    ::= { locSrcR6Entry  67 }

  locSrcR6LocSrcTplgType23 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 23'."
    ::= { locSrcR6Entry  68 }

  locSrcR6LocSrcTplgVal23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 23'."
    ::= { locSrcR6Entry  69 }

  locSrcR6LocSrcTplgType24 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 24'."
    ::= { locSrcR6Entry  70 }

  locSrcR6LocSrcTplgVal24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 24'."
    ::= { locSrcR6Entry  71 }

  locSrcR6LocSrcTplgType25 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 25'."
    ::= { locSrcR6Entry  72 }

  locSrcR6LocSrcTplgVal25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 25'."
    ::= { locSrcR6Entry  73 }

  locSrcR6LocSrcTplgType26 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 26'."
    ::= { locSrcR6Entry  74 }

  locSrcR6LocSrcTplgVal26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 26'."
    ::= { locSrcR6Entry  75 }

  locSrcR6LocSrcTplgType27 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 27'."
    ::= { locSrcR6Entry  76 }

  locSrcR6LocSrcTplgVal27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 27'."
    ::= { locSrcR6Entry  77 }

  locSrcR6LocSrcTplgType28 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 28'."
    ::= { locSrcR6Entry  78 }

  locSrcR6LocSrcTplgVal28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 28'."
    ::= { locSrcR6Entry  79 }

  locSrcR6LocSrcTplgType29 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 29'."
    ::= { locSrcR6Entry  80 }

  locSrcR6LocSrcTplgVal29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 29'."
    ::= { locSrcR6Entry  81 }

  locSrcR6LocSrcTplgType30 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 30'."
    ::= { locSrcR6Entry  82 }

  locSrcR6LocSrcTplgVal30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 30'."
    ::= { locSrcR6Entry  83 }

  locSrcR6LocSrcTplgType31 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 31'."
    ::= { locSrcR6Entry  84 }

  locSrcR6LocSrcTplgVal31 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 31'."
    ::= { locSrcR6Entry  85 }

  locSrcR6LocSrcTplgType32 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 32'."
    ::= { locSrcR6Entry  86 }

  locSrcR6LocSrcTplgVal32 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 32'."
    ::= { locSrcR6Entry  87 }

  locSrcR6LocSrcTplgType33 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 33'."
    ::= { locSrcR6Entry  88 }

  locSrcR6LocSrcTplgVal33 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 33'."
    ::= { locSrcR6Entry  89 }

  locSrcR6LocSrcTplgType34 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 34'."
    ::= { locSrcR6Entry  90 }

  locSrcR6LocSrcTplgVal34 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 34'."
    ::= { locSrcR6Entry  91 }

  locSrcR6LocSrcTplgType35 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 35'."
    ::= { locSrcR6Entry  92 }

  locSrcR6LocSrcTplgVal35 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 35'."
    ::= { locSrcR6Entry  93 }

  locSrcR6LocSrcTplgType36 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 36'."
    ::= { locSrcR6Entry  94 }

  locSrcR6LocSrcTplgVal36 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 36'."
    ::= { locSrcR6Entry  95 }

  locSrcR6LocSrcTplgType37 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 37'."
    ::= { locSrcR6Entry  96 }

  locSrcR6LocSrcTplgVal37 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 37'."
    ::= { locSrcR6Entry  97 }

  locSrcR6LocSrcTplgType38 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 38'."
    ::= { locSrcR6Entry  98 }

  locSrcR6LocSrcTplgVal38 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 38'."
    ::= { locSrcR6Entry  99 }

  locSrcR6LocSrcTplgType39 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 39'."
    ::= { locSrcR6Entry  100 }

  locSrcR6LocSrcTplgVal39 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 39'."
    ::= { locSrcR6Entry  101 }

  locSrcR6LocSrcTplgType40 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 40'."
    ::= { locSrcR6Entry  102 }

  locSrcR6LocSrcTplgVal40 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 40'."
    ::= { locSrcR6Entry  103 }

  locSrcR6LocSrcTplgType41 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 41'."
    ::= { locSrcR6Entry  104 }

  locSrcR6LocSrcTplgVal41 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 41'."
    ::= { locSrcR6Entry  105 }

  locSrcR6LocSrcTplgType42 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 42'."
    ::= { locSrcR6Entry  106 }

  locSrcR6LocSrcTplgVal42 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 42'."
    ::= { locSrcR6Entry  107 }

  locSrcR6LocSrcTplgType43 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 43'."
    ::= { locSrcR6Entry  108 }

  locSrcR6LocSrcTplgVal43 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 43'."
    ::= { locSrcR6Entry  109 }

  locSrcR6LocSrcTplgType44 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 44'."
    ::= { locSrcR6Entry  110 }

  locSrcR6LocSrcTplgVal44 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 44'."
    ::= { locSrcR6Entry  111 }

  locSrcR6LocSrcTplgType45 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 45'."
    ::= { locSrcR6Entry  112 }

  locSrcR6LocSrcTplgVal45 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 45'."
    ::= { locSrcR6Entry  113 }

  locSrcR6LocSrcTplgType46 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 46'."
    ::= { locSrcR6Entry  114 }

  locSrcR6LocSrcTplgVal46 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 46'."
    ::= { locSrcR6Entry  115 }

  locSrcR6LocSrcTplgType47 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 47'."
    ::= { locSrcR6Entry  116 }

  locSrcR6LocSrcTplgVal47 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 47'."
    ::= { locSrcR6Entry  117 }

  locSrcR6LocSrcTplgType48 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 48'."
    ::= { locSrcR6Entry  118 }

  locSrcR6LocSrcTplgVal48 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 48'."
    ::= { locSrcR6Entry  119 }

  locSrcR6LocSrcTplgType49 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 49'."
    ::= { locSrcR6Entry  120 }

  locSrcR6LocSrcTplgVal49 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 49'."
    ::= { locSrcR6Entry  121 }

  locSrcR6LocSrcTplgType50 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 50'."
    ::= { locSrcR6Entry  122 }

  locSrcR6LocSrcTplgVal50 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 50'."
    ::= { locSrcR6Entry  123 }

  locSrcR6LocSrcTplgType51 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 51'."
    ::= { locSrcR6Entry  124 }

  locSrcR6LocSrcTplgVal51 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 51'."
    ::= { locSrcR6Entry  125 }

  locSrcR6LocSrcTplgType52 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 52'."
    ::= { locSrcR6Entry  126 }

  locSrcR6LocSrcTplgVal52 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 52'."
    ::= { locSrcR6Entry  127 }

  locSrcR6LocSrcTplgType53 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 53'."
    ::= { locSrcR6Entry  128 }

  locSrcR6LocSrcTplgVal53 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 53'."
    ::= { locSrcR6Entry  129 }

  locSrcR6LocSrcTplgType54 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 54'."
    ::= { locSrcR6Entry  130 }

  locSrcR6LocSrcTplgVal54 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 54'."
    ::= { locSrcR6Entry  131 }

  locSrcR6LocSrcTplgType55 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 55'."
    ::= { locSrcR6Entry  132 }

  locSrcR6LocSrcTplgVal55 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 55'."
    ::= { locSrcR6Entry  133 }

  locSrcR6LocSrcTplgType56 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 56'."
    ::= { locSrcR6Entry  134 }

  locSrcR6LocSrcTplgVal56 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 56'."
    ::= { locSrcR6Entry  135 }

  locSrcR6LocSrcTplgType57 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 57'."
    ::= { locSrcR6Entry  136 }

  locSrcR6LocSrcTplgVal57 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 57'."
    ::= { locSrcR6Entry  137 }

  locSrcR6LocSrcTplgType58 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 58'."
    ::= { locSrcR6Entry  138 }

  locSrcR6LocSrcTplgVal58 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 58'."
    ::= { locSrcR6Entry  139 }

  locSrcR6LocSrcTplgType59 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 59'."
    ::= { locSrcR6Entry  140 }

  locSrcR6LocSrcTplgVal59 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 59'."
    ::= { locSrcR6Entry  141 }

  locSrcR6LocSrcTplgType60 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 60'."
    ::= { locSrcR6Entry  142 }

  locSrcR6LocSrcTplgVal60 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 60'."
    ::= { locSrcR6Entry  143 }

  locSrcR6LocSrcTplgType61 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 61'."
    ::= { locSrcR6Entry  144 }

  locSrcR6LocSrcTplgVal61 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 61'."
    ::= { locSrcR6Entry  145 }

  locSrcR6LocSrcTplgType62 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 62'."
    ::= { locSrcR6Entry  146 }

  locSrcR6LocSrcTplgVal62 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 62'."
    ::= { locSrcR6Entry  147 }

  locSrcR6LocSrcTplgType63 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 63'."
    ::= { locSrcR6Entry  148 }

  locSrcR6LocSrcTplgVal63 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 63'."
    ::= { locSrcR6Entry  149 }

  locSrcR6LocSrcTplgType64 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 64'."
    ::= { locSrcR6Entry  150 }

  locSrcR6LocSrcTplgVal64 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 64'."
    ::= { locSrcR6Entry  151 }

  locSrcR6LocSrcTplgType65 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 65'."
    ::= { locSrcR6Entry  152 }

  locSrcR6LocSrcTplgVal65 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 65'."
    ::= { locSrcR6Entry  153 }

  locSrcR6LocSrcTplgType66 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 66'."
    ::= { locSrcR6Entry  154 }

  locSrcR6LocSrcTplgVal66 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 66'."
    ::= { locSrcR6Entry  155 }

  locSrcR6LocSrcTplgType67 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 67'."
    ::= { locSrcR6Entry  156 }

  locSrcR6LocSrcTplgVal67 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 67'."
    ::= { locSrcR6Entry  157 }

  locSrcR6LocSrcTplgType68 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 68'."
    ::= { locSrcR6Entry  158 }

  locSrcR6LocSrcTplgVal68 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 68'."
    ::= { locSrcR6Entry  159 }

  locSrcR6LocSrcTplgType69 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 69'."
    ::= { locSrcR6Entry  160 }

  locSrcR6LocSrcTplgVal69 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 69'."
    ::= { locSrcR6Entry  161 }

  locSrcR6LocSrcTplgType70 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 70'."
    ::= { locSrcR6Entry  162 }

  locSrcR6LocSrcTplgVal70 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 70'."
    ::= { locSrcR6Entry  163 }

  locSrcR6LocSrcTplgType71 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 71'."
    ::= { locSrcR6Entry  164 }

  locSrcR6LocSrcTplgVal71 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 71'."
    ::= { locSrcR6Entry  165 }

  locSrcR6LocSrcTplgType72 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 72'."
    ::= { locSrcR6Entry  166 }

  locSrcR6LocSrcTplgVal72 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 72'."
    ::= { locSrcR6Entry  167 }

  locSrcR6LocSrcTplgType73 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 73'."
    ::= { locSrcR6Entry  168 }

  locSrcR6LocSrcTplgVal73 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 73'."
    ::= { locSrcR6Entry  169 }

  locSrcR6LocSrcTplgType74 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 74'."
    ::= { locSrcR6Entry  170 }

  locSrcR6LocSrcTplgVal74 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 74'."
    ::= { locSrcR6Entry  171 }

  locSrcR6LocSrcTplgType75 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 75'."
    ::= { locSrcR6Entry  172 }

  locSrcR6LocSrcTplgVal75 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 75'."
    ::= { locSrcR6Entry  173 }

  locSrcR6LocSrcTplgType76 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 76'."
    ::= { locSrcR6Entry  174 }

  locSrcR6LocSrcTplgVal76 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 76'."
    ::= { locSrcR6Entry  175 }

  locSrcR6LocSrcTplgType77 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 77'."
    ::= { locSrcR6Entry  176 }

  locSrcR6LocSrcTplgVal77 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 77'."
    ::= { locSrcR6Entry  177 }

  locSrcR6LocSrcTplgType78 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 78'."
    ::= { locSrcR6Entry  178 }

  locSrcR6LocSrcTplgVal78 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 78'."
    ::= { locSrcR6Entry  179 }

  locSrcR6LocSrcTplgType79 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 79'."
    ::= { locSrcR6Entry  180 }

  locSrcR6LocSrcTplgVal79 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 79'."
    ::= { locSrcR6Entry  181 }

  locSrcR6LocSrcTplgType80 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 80'."
    ::= { locSrcR6Entry  182 }

  locSrcR6LocSrcTplgVal80 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 80'."
    ::= { locSrcR6Entry  183 }

  locSrcR6LocSrcTplgType81 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 81'."
    ::= { locSrcR6Entry  184 }

  locSrcR6LocSrcTplgVal81 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 81'."
    ::= { locSrcR6Entry  185 }

  locSrcR6LocSrcTplgType82 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 82'."
    ::= { locSrcR6Entry  186 }

  locSrcR6LocSrcTplgVal82 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 82'."
    ::= { locSrcR6Entry  187 }

  locSrcR6LocSrcTplgType83 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 83'."
    ::= { locSrcR6Entry  188 }

  locSrcR6LocSrcTplgVal83 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 83'."
    ::= { locSrcR6Entry  189 }

  locSrcR6LocSrcTplgType84 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 84'."
    ::= { locSrcR6Entry  190 }

  locSrcR6LocSrcTplgVal84 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 84'."
    ::= { locSrcR6Entry  191 }

  locSrcR6LocSrcTplgType85 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 85'."
    ::= { locSrcR6Entry  192 }

  locSrcR6LocSrcTplgVal85 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 85'."
    ::= { locSrcR6Entry  193 }

  locSrcR6LocSrcTplgType86 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 86'."
    ::= { locSrcR6Entry  194 }

  locSrcR6LocSrcTplgVal86 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 86'."
    ::= { locSrcR6Entry  195 }

  locSrcR6LocSrcTplgType87 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 87'."
    ::= { locSrcR6Entry  196 }

  locSrcR6LocSrcTplgVal87 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 87'."
    ::= { locSrcR6Entry  197 }

  locSrcR6LocSrcTplgType88 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 88'."
    ::= { locSrcR6Entry  198 }

  locSrcR6LocSrcTplgVal88 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 88'."
    ::= { locSrcR6Entry  199 }

  locSrcR6LocSrcTplgType89 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 89'."
    ::= { locSrcR6Entry  200 }

  locSrcR6LocSrcTplgVal89 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 89'."
    ::= { locSrcR6Entry  201 }

  locSrcR6LocSrcTplgType90 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 90'."
    ::= { locSrcR6Entry  202 }

  locSrcR6LocSrcTplgVal90 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 90'."
    ::= { locSrcR6Entry  203 }

  locSrcR6LocSrcTplgType91 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 91'."
    ::= { locSrcR6Entry  204 }

  locSrcR6LocSrcTplgVal91 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 91'."
    ::= { locSrcR6Entry  205 }

  locSrcR6LocSrcTplgType92 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 92'."
    ::= { locSrcR6Entry  206 }

  locSrcR6LocSrcTplgVal92 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 92'."
    ::= { locSrcR6Entry  207 }

  locSrcR6LocSrcTplgType93 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 93'."
    ::= { locSrcR6Entry  208 }

  locSrcR6LocSrcTplgVal93 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 93'."
    ::= { locSrcR6Entry  209 }

  locSrcR6LocSrcTplgType94 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 94'."
    ::= { locSrcR6Entry  210 }

  locSrcR6LocSrcTplgVal94 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 94'."
    ::= { locSrcR6Entry  211 }

  locSrcR6LocSrcTplgType95 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 95'."
    ::= { locSrcR6Entry  212 }

  locSrcR6LocSrcTplgVal95 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 95'."
    ::= { locSrcR6Entry  213 }

  locSrcR6LocSrcTplgType96 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 96'."
    ::= { locSrcR6Entry  214 }

  locSrcR6LocSrcTplgVal96 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 96'."
    ::= { locSrcR6Entry  215 }

  locSrcR6LocSrcTplgType97 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 97'."
    ::= { locSrcR6Entry  216 }

  locSrcR6LocSrcTplgVal97 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 97'."
    ::= { locSrcR6Entry  217 }

  locSrcR6LocSrcTplgType98 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 98'."
    ::= { locSrcR6Entry  218 }

  locSrcR6LocSrcTplgVal98 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 98'."
    ::= { locSrcR6Entry  219 }

  locSrcR6LocSrcTplgType99 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 99'."
    ::= { locSrcR6Entry  220 }

  locSrcR6LocSrcTplgVal99 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 99'."
    ::= { locSrcR6Entry  221 }

  locSrcR6LocSrcTplgType100 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 100'."
    ::= { locSrcR6Entry  222 }

  locSrcR6LocSrcTplgVal100 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 100'."
    ::= { locSrcR6Entry  223 }

  locSrcR6LocSrcTplgType101 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 101'."
    ::= { locSrcR6Entry  224 }

  locSrcR6LocSrcTplgVal101 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 101'."
    ::= { locSrcR6Entry  225 }

  locSrcR6LocSrcTplgType102 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 102'."
    ::= { locSrcR6Entry  226 }

  locSrcR6LocSrcTplgVal102 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 102'."
    ::= { locSrcR6Entry  227 }

  locSrcR6LocSrcTplgType103 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 103'."
    ::= { locSrcR6Entry  228 }

  locSrcR6LocSrcTplgVal103 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 103'."
    ::= { locSrcR6Entry  229 }

  locSrcR6LocSrcTplgType104 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 104'."
    ::= { locSrcR6Entry  230 }

  locSrcR6LocSrcTplgVal104 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 104'."
    ::= { locSrcR6Entry  231 }

  locSrcR6LocSrcTplgType105 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 105'."
    ::= { locSrcR6Entry  232 }

  locSrcR6LocSrcTplgVal105 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 105'."
    ::= { locSrcR6Entry  233 }

  locSrcR6LocSrcTplgType106 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 106'."
    ::= { locSrcR6Entry  234 }

  locSrcR6LocSrcTplgVal106 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 106'."
    ::= { locSrcR6Entry  235 }

  locSrcR6LocSrcTplgType107 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 107'."
    ::= { locSrcR6Entry  236 }

  locSrcR6LocSrcTplgVal107 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 107'."
    ::= { locSrcR6Entry  237 }

  locSrcR6LocSrcTplgType108 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 108'."
    ::= { locSrcR6Entry  238 }

  locSrcR6LocSrcTplgVal108 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 108'."
    ::= { locSrcR6Entry  239 }

  locSrcR6LocSrcTplgType109 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 109'."
    ::= { locSrcR6Entry  240 }

  locSrcR6LocSrcTplgVal109 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 109'."
    ::= { locSrcR6Entry  241 }

  locSrcR6LocSrcTplgType110 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 110'."
    ::= { locSrcR6Entry  242 }

  locSrcR6LocSrcTplgVal110 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 110'."
    ::= { locSrcR6Entry  243 }

  locSrcR6LocSrcTplgType111 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 111'."
    ::= { locSrcR6Entry  244 }

  locSrcR6LocSrcTplgVal111 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 111'."
    ::= { locSrcR6Entry  245 }

  locSrcR6LocSrcTplgType112 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 112'."
    ::= { locSrcR6Entry  246 }

  locSrcR6LocSrcTplgVal112 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 112'."
    ::= { locSrcR6Entry  247 }

  locSrcR6LocSrcTplgType113 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 113'."
    ::= { locSrcR6Entry  248 }

  locSrcR6LocSrcTplgVal113 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 113'."
    ::= { locSrcR6Entry  249 }

  locSrcR6LocSrcTplgType114 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 114'."
    ::= { locSrcR6Entry  250 }

  locSrcR6LocSrcTplgVal114 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 114'."
    ::= { locSrcR6Entry  251 }

  locSrcR6LocSrcTplgType115 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 115'."
    ::= { locSrcR6Entry  252 }

  locSrcR6LocSrcTplgVal115 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 115'."
    ::= { locSrcR6Entry  253 }

  locSrcR6LocSrcTplgType116 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 116'."
    ::= { locSrcR6Entry  254 }

  locSrcR6LocSrcTplgVal116 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 116'."
    ::= { locSrcR6Entry  255 }

  locSrcR6LocSrcTplgType117 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 117'."
    ::= { locSrcR6Entry  256 }

  locSrcR6LocSrcTplgVal117 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 117'."
    ::= { locSrcR6Entry  257 }

  locSrcR6LocSrcTplgType118 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 118'."
    ::= { locSrcR6Entry  258 }

  locSrcR6LocSrcTplgVal118 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 118'."
    ::= { locSrcR6Entry  259 }

  locSrcR6LocSrcTplgType119 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 119'."
    ::= { locSrcR6Entry  260 }

  locSrcR6LocSrcTplgVal119 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 119'."
    ::= { locSrcR6Entry  261 }

  locSrcR6LocSrcTplgType120 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 120'."
    ::= { locSrcR6Entry  262 }

  locSrcR6LocSrcTplgVal120 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 120'."
    ::= { locSrcR6Entry  263 }

  locSrcR6LocSrcTplgType121 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 121'."
    ::= { locSrcR6Entry  264 }

  locSrcR6LocSrcTplgVal121 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 121'."
    ::= { locSrcR6Entry  265 }

  locSrcR6LocSrcTplgType122 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 122'."
    ::= { locSrcR6Entry  266 }

  locSrcR6LocSrcTplgVal122 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 122'."
    ::= { locSrcR6Entry  267 }

  locSrcR6LocSrcTplgType123 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 123'."
    ::= { locSrcR6Entry  268 }

  locSrcR6LocSrcTplgVal123 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 123'."
    ::= { locSrcR6Entry  269 }

  locSrcR6LocSrcTplgType124 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 124'."
    ::= { locSrcR6Entry  270 }

  locSrcR6LocSrcTplgVal124 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 124'."
    ::= { locSrcR6Entry  271 }

  locSrcR6LocSrcTplgType125 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 125'."
    ::= { locSrcR6Entry  272 }

  locSrcR6LocSrcTplgVal125 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 125'."
    ::= { locSrcR6Entry  273 }

  locSrcR6LocSrcTplgType126 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 126'."
    ::= { locSrcR6Entry  274 }

  locSrcR6LocSrcTplgVal126 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 126'."
    ::= { locSrcR6Entry  275 }

  locSrcR6LocSrcTplgType127 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 127'."
    ::= { locSrcR6Entry  276 }

  locSrcR6LocSrcTplgVal127 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 127'."
    ::= { locSrcR6Entry  277 }

  locSrcR6LocSrcTplgType128 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 128'."
    ::= { locSrcR6Entry  278 }

  locSrcR6LocSrcTplgVal128 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 128'."
    ::= { locSrcR6Entry  279 }

  locSrcR6LocSrcTplgType129 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 129'."
    ::= { locSrcR6Entry  280 }

  locSrcR6LocSrcTplgVal129 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 129'."
    ::= { locSrcR6Entry  281 }

  locSrcR6LocSrcTplgType130 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 130'."
    ::= { locSrcR6Entry  282 }

  locSrcR6LocSrcTplgVal130 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 130'."
    ::= { locSrcR6Entry  283 }

  locSrcR6LocSrcTplgType131 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 131'."
    ::= { locSrcR6Entry  284 }

  locSrcR6LocSrcTplgVal131 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 131'."
    ::= { locSrcR6Entry  285 }

  locSrcR6LocSrcTplgType132 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 132'."
    ::= { locSrcR6Entry  286 }

  locSrcR6LocSrcTplgVal132 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 132'."
    ::= { locSrcR6Entry  287 }

  locSrcR6LocSrcTplgType133 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 133'."
    ::= { locSrcR6Entry  288 }

  locSrcR6LocSrcTplgVal133 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 133'."
    ::= { locSrcR6Entry  289 }

  locSrcR6LocSrcTplgType134 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 134'."
    ::= { locSrcR6Entry  290 }

  locSrcR6LocSrcTplgVal134 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 134'."
    ::= { locSrcR6Entry  291 }

  locSrcR6LocSrcTplgType135 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 135'."
    ::= { locSrcR6Entry  292 }

  locSrcR6LocSrcTplgVal135 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 135'."
    ::= { locSrcR6Entry  293 }

  locSrcR6LocSrcTplgType136 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 136'."
    ::= { locSrcR6Entry  294 }

  locSrcR6LocSrcTplgVal136 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 136'."
    ::= { locSrcR6Entry  295 }

  locSrcR6LocSrcTplgType137 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 137'."
    ::= { locSrcR6Entry  296 }

  locSrcR6LocSrcTplgVal137 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 137'."
    ::= { locSrcR6Entry  297 }

  locSrcR6LocSrcTplgType138 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 138'."
    ::= { locSrcR6Entry  298 }

  locSrcR6LocSrcTplgVal138 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 138'."
    ::= { locSrcR6Entry  299 }

  locSrcR6LocSrcTplgType139 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 139'."
    ::= { locSrcR6Entry  300 }

  locSrcR6LocSrcTplgVal139 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 139'."
    ::= { locSrcR6Entry  301 }

  locSrcR6LocSrcTplgType140 OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(65535),
                   entityID(0),
                   friendlyName(1),
                   entityType(2),
                   signalingAddress(3),
                   managementAddress(4),
                   managingDeviceAddress(5),
                   lDAPAddress(6),
                   iMAPAddress(7),
                   sMTPAddress(8),
                   adminGUIAddress(9),
                   domainPrefix(10),
                   webappAddress(11),
                   availabilityForCalls(12),
                   cluster(13),
                   availabilityForConfiguration(14),
                   currentBHCA(17),
                   ratedBHCA(18),
                   rPASLoadBalancingWeight(19),
                   minimumE164NumberLength(21),
                   maximumE164NumberLength(22),
                   maximumSuffixDigits(23),
                   gRDisconnectTimeoutMs(24),
                   clusterManagerAddress(25),
                   sMPPProxyAddress(26),
                   minimumDNLength(27),
                   maximumDNLength(28),
                   redundant(29)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology type 140'."
    ::= { locSrcR6Entry  302 }

  locSrcR6LocSrcTplgVal140 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Topology - topology value 140'."
    ::= { locSrcR6Entry  303 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.10                                                       */
-- /*********************************************************************************/

  sIPR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2697 }

  sIPR17Entry OBJECT-TYPE
    SYNTAX       SIPR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR17NEConn,
             sIPR17NetwkElement,
             sIPR17CFSIx,
             sIPR17SIPIx }
    ::= {  sIPR17Table  1  }

  SIPR17Entry  ::=  SEQUENCE
  {
    sIPR17NEConn                       Unsigned32,
    sIPR17NetwkElement                 DisplayString,
    sIPR17CFSIx                        Unsigned32,
    sIPR17SIPIx                        Unsigned32,
    sIPR17ServerAddrIPv4               DisplayString,
    sIPR17DeactivnMode                 INTEGER,
    sIPR17AlrmState                    INTEGER,
    sIPR17AlrmLogCorr                  Counter64,
    sIPR17AlrmEvtsAttnRq               Integer32,
    sIPR17AlrmStateTimestamp           Unsigned32,
    sIPR17AlrmResetTimestamp           Unsigned32,
    sIPR17RowStatus                    RowStatus,
    sIPR17AdminStatus                  AdminStatus,
    sIPR17OperStatus                   OperStatus,
    sIPR17SIPRetransmitTimerT1         Unsigned32,
    sIPR17ChldAlrmsAtndDp              Unsigned32,
    sIPR17ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR17SummaryChldAlrmState         INTEGER,
    sIPR17ChldAlrmsAttnRq              Unsigned32,
    sIPR17ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR17ChldStatisticsAlrms          Integer32,
    sIPR17SIPTVariant                  INTEGER,
    sIPR17StatisticsAlrms              Integer32,
    sIPR17ServerAddrIPv6               DisplayString,
    sIPR17NetwkElementID               Unsigned32,
    sIPR17FinancialentityID            DisplayString,
    sIPR17InterOprIdentifierIOI        DisplayString,
    sIPR17ServerIdentity               DisplayString,
    sIPR17TransparentProxies           LongDisplayString,
    sIPR17TotChldAlrmsAttnRq           Unsigned32,
    sIPR17TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR17TotChldAlrmsAtndDp           Unsigned32,
    sIPR17TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR17ProdShortSIPHeaderEncodings  INTEGER,
    sIPR17I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR17I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR17I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR17I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR17I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR17DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR17TransitIoi                   DisplayString,
    sIPR17LocalServerPort              INTEGER,
    sIPR17TransitIoiSignificantChars   Unsigned32,
    sIPR17ClusterAddr                  DisplayString,
    sIPR17AllowInboundOverlapSigWithSIPI
                                       INTEGER,
    sIPR17InterDigitTimeout            Unsigned32,
    sIPR17IntnatlScopePlusPrefixedE164FormatDNs
                                       INTEGER,
    sIPR17SupportEnableHistoryInfoAnd181
                                       INTEGER,
    sIPR17SkipAuthenticationUnREGISTERsFromPerimeta
                                       INTEGER,
    sIPR17SubMCATimeout                Unsigned32,
    sIPR17SIPRespCodToAnnounceMappingTbl
                                       LongDisplayString,
    sIPR17SubIPChkOvrHTTPSEnabled      INTEGER,
    sIPR17SubIPChkOvrHTTPSRemAddr      DisplayString,
    sIPR17SubIPChkOvrHTTPSRemPort      Unsigned32,
    sIPR17SubIPChkOvrHTTPSLocalPort    Unsigned32,
    sIPR17SubIPChkOvrHTTPSRequestTimeout
                                       Unsigned32,
    sIPR17SubIPChkOvrHTTPSUsername     DisplayString,
    sIPR17SubIPChkOvrHTTPSNewPassword  DisplayString,
    sIPR17SubIPChkOvrHTTPSConfirmNewPassword
                                       DisplayString
  }

  sIPR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR17Entry  1 }

  sIPR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR17Entry  2 }

  sIPR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR17Entry  3 }

  sIPR17SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR17Entry  4 }

  sIPR17ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR17Entry  5 }

  sIPR17DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR17Entry  6 }

  sIPR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR17Entry  7 }

  sIPR17AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR17Entry  8 }

  sIPR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR17Entry  9 }

  sIPR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR17Entry  10 }

  sIPR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR17Entry  11 }

  sIPR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR17Entry  12 }

  sIPR17AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR17Entry  13 }

  sIPR17OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR17Entry  14 }

  sIPR17SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR17Entry  15 }

  sIPR17ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR17Entry  17 }

  sIPR17ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR17Entry  18 }

  sIPR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR17Entry  19 }

  sIPR17ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR17Entry  21 }

  sIPR17ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR17Entry  22 }

  sIPR17ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR17Entry  23 }

  sIPR17SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR17Entry  24 }

  sIPR17StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR17Entry  25 }

  sIPR17ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR17Entry  26 }

  sIPR17NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR17Entry  27 }

  sIPR17FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR17Entry  28 }

  sIPR17InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR17Entry  30 }

  sIPR17ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR17Entry  37 }

  sIPR17TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR17Entry  39 }

  sIPR17TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR17Entry  40 }

  sIPR17TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR17Entry  41 }

  sIPR17TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR17Entry  42 }

  sIPR17TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR17Entry  43 }

  sIPR17ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR17Entry  44 }

  sIPR17I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR17Entry  45 }

  sIPR17I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR17Entry  46 }

  sIPR17I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR17Entry  47 }

  sIPR17I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR17Entry  48 }

  sIPR17I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR17Entry  49 }

  sIPR17DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR17Entry  50 }

  sIPR17TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR17Entry  51 }

  sIPR17LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR17Entry  52 }

  sIPR17TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR17Entry  53 }

  sIPR17ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR17Entry  54 }

  sIPR17AllowInboundOverlapSigWithSIPI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow inbound overlap signaling with SIP-I'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sIPR17Entry  55 }

  sIPR17InterDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-digit timeout'."
    DEFVAL       { 5000 }
    ::= { sIPR17Entry  56 }

  sIPR17IntnatlScopePlusPrefixedE164FormatDNs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International Scope for plus-prefixed E.164-format DNs'."
    DEFVAL       { true }
    ::= { sIPR17Entry  57 }

  sIPR17SupportEnableHistoryInfoAnd181 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable History-Info and 181 support'."
    DEFVAL       { false }
    ::= { sIPR17Entry  58 }

  sIPR17SkipAuthenticationUnREGISTERsFromPerimeta OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Skip authentication for unREGISTERs from Perimeta'."
    DEFVAL       { false }
    ::= { sIPR17Entry  59 }

  sIPR17SubMCATimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..120 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber MCA timeout'."
    DEFVAL       { 0 }
    ::= { sIPR17Entry  60 }

  sIPR17SIPRespCodToAnnounceMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to announcement mapping table'."
    ::= { sIPR17Entry  61 }

  sIPR17SubIPChkOvrHTTPSEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - enabled'."
    DEFVAL       { false }
    ::= { sIPR17Entry  62 }

  sIPR17SubIPChkOvrHTTPSRemAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - remote address'."
    ::= { sIPR17Entry  63 }

  sIPR17SubIPChkOvrHTTPSRemPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - remote port'."
    DEFVAL       { 443 }
    ::= { sIPR17Entry  64 }

  sIPR17SubIPChkOvrHTTPSLocalPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - local port'."
    DEFVAL       { 0 }
    ::= { sIPR17Entry  65 }

  sIPR17SubIPChkOvrHTTPSRequestTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - request timeout'."
    DEFVAL       { 2000 }
    ::= { sIPR17Entry  66 }

  sIPR17SubIPChkOvrHTTPSUsername OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - username'."
    ::= { sIPR17Entry  67 }

  sIPR17SubIPChkOvrHTTPSNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { sIPR17Entry  68 }

  sIPR17SubIPChkOvrHTTPSConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { sIPR17Entry  69 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global General Call Service Controls'                       */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  genClSrvCtrlR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF GenClSrvCtrlR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2698 }

  genClSrvCtrlR17Entry OBJECT-TYPE
    SYNTAX       GenClSrvCtrlR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { genClSrvCtrlR17NEConn,
             genClSrvCtrlR17NetwkElement,
             genClSrvCtrlR17CFSIx }
    ::= {  genClSrvCtrlR17Table  1  }

  GenClSrvCtrlR17Entry  ::=  SEQUENCE
  {
    genClSrvCtrlR17NEConn              Unsigned32,
    genClSrvCtrlR17NetwkElement        DisplayString,
    genClSrvCtrlR17CFSIx               Unsigned32,
    genClSrvCtrlR17PINChangeAccessCode DisplayString,
    genClSrvCtrlR17SLEConfirmTimeout   INTEGER,
    genClSrvCtrlR17SLENewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR17SLEOptionSelTimeout INTEGER,
    genClSrvCtrlR17SLEAddOrDeleteNewNumEntryTimeout
                                       INTEGER,
    genClSrvCtrlR17SLESPCSQueryTimeout INTEGER,
    genClSrvCtrlR17SLEOptionSelAfterListVoiceBackTimeout
                                       INTEGER,
    genClSrvCtrlR17SLEWrongDigitThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR17SLETimeoutsThresholdBeforeSessionTerm
                                       INTEGER,
    genClSrvCtrlR17RowStatus           RowStatus,
    genClSrvCtrlR17SupportPINChange    INTEGER,
    genClSrvCtrlR17MaxInvalidPINAttempts
                                       Unsigned32,
    genClSrvCtrlR17SuspendedServAccessNum
                                       DisplayString,
    genClSrvCtrlR17SupportCallLists    INTEGER,
    genClSrvCtrlR17CLMaxNumCallsPerList
                                       Unsigned32,
    genClSrvCtrlR17CallListsAlwaysReplicateEntries
                                       INTEGER,
    genClSrvCtrlR17EnableAdvancedAlertingFeaturesDefSetting
                                       INTEGER,
    genClSrvCtrlR17RecMvdSbExPrcHr     Unsigned32,
    genClSrvCtrlR17RecMvdSbExPrcMin    Unsigned32,
    genClSrvCtrlR17DefRecMvdSubExpiry  Unsigned32,
    genClSrvCtrlR17GenCSCtrlAllowBGAdminChangeExpMod
                                       INTEGER,
    genClSrvCtrlR17SupportAdvancedVoiceCodecs
                                       INTEGER,
    genClSrvCtrlR17SupportVideoCodecs  INTEGER,
    genClSrvCtrlR17CodecsLawfulInterceptionPolicy
                                       INTEGER,
    genClSrvCtrlR17SuspendedServLocalAnnounceSuspendedSubs
                                       INTEGER,
    genClSrvCtrlR17LocalRtgEnableLocalTrnkGpRtg
                                       INTEGER,
    genClSrvCtrlR17CallListsDefSetting INTEGER,
    genClSrvCtrlR17HRCLSubLimitType    INTEGER,
    genClSrvCtrlR17HRCLSubMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR17HRCLPBXLimitType    INTEGER,
    genClSrvCtrlR17HRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    genClSrvCtrlR17PINChangeGenerateBillRec
                                       INTEGER,
    genClSrvCtrlR17PINChangeConfirmPINOnPINChange
                                       INTEGER,
    genClSrvCtrlR17PINChangePINLockout INTEGER,
    genClSrvCtrlR17PINChangeTUISeparatorKey
                                       INTEGER,
    genClSrvCtrlR17PINChangeNotifyAppServer
                                       INTEGER,
    genClSrvCtrlR17I1PINChangeAppServerNEConn
                                       Unsigned32,
    genClSrvCtrlR17I2PINChangeAppServerNetwkElement
                                       DisplayString,
    genClSrvCtrlR17I3PINChangeAppServerCFSIx
                                       Unsigned32,
    genClSrvCtrlR17I4PINChangeAppServerDirNum
                                       DisplayString,
    genClSrvCtrlR17AlrmState           INTEGER,
    genClSrvCtrlR17AlrmStateTimestamp  Unsigned32,
    genClSrvCtrlR17AlrmEvtsAttnRqLogCorr
                                       Counter64,
    genClSrvCtrlR17AlrmEvtsAttnRq      Unsigned32,
    genClSrvCtrlR17AlrmEvtsAtndDp      Unsigned32,
    genClSrvCtrlR17AlrmResetTimestamp  Unsigned32,
    genClSrvCtrlR17AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs
                                       INTEGER,
    genClSrvCtrlR17SupportRCL          INTEGER,
    genClSrvCtrlR17RCLDefMaxSimulRedirCalls
                                       Unsigned32,
    genClSrvCtrlR17IMSCallLimitsPermitDeptFacilityGpCallLimits
                                       INTEGER,
    genClSrvCtrlR17CallServGpsEnableSupportCSGs
                                       INTEGER,
    genClSrvCtrlR17SupportSchedules    INTEGER
  }

  genClSrvCtrlR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { genClSrvCtrlR17Entry  1 }

  genClSrvCtrlR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { genClSrvCtrlR17Entry  2 }

  genClSrvCtrlR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { genClSrvCtrlR17Entry  3 }

  genClSrvCtrlR17PINChangeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - access code'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR17Entry  4 }

  genClSrvCtrlR17SLEConfirmTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - confirm timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR17Entry  5 }

  genClSrvCtrlR17SLENewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR17Entry  6 }

  genClSrvCtrlR17SLEOptionSelTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR17Entry  7 }

  genClSrvCtrlR17SLEAddOrDeleteNewNumEntryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - add or delete new number entry timeout'.
                  This field is not writable when active."
    DEFVAL       { 4000 }
    ::= { genClSrvCtrlR17Entry  8 }

  genClSrvCtrlR17SLESPCSQueryTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..4000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - SPCS query timeout'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { genClSrvCtrlR17Entry  9 }

  genClSrvCtrlR17SLEOptionSelAfterListVoiceBackTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 2000..3000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - option selection after list voice back timeout'.
                  This field is not writable when active."
    DEFVAL       { 2500 }
    ::= { genClSrvCtrlR17Entry  10 }

  genClSrvCtrlR17SLEWrongDigitThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - wrong digit threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR17Entry  11 }

  genClSrvCtrlR17SLETimeoutsThresholdBeforeSessionTerm OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Screen List Editing - timeouts threshold before session termination'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { genClSrvCtrlR17Entry  12 }

  genClSrvCtrlR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { genClSrvCtrlR17Entry  13 }

  genClSrvCtrlR17SupportPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR17Entry  14 }

  genClSrvCtrlR17MaxInvalidPINAttempts OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum invalid PIN attempts'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR17Entry  15 }

  genClSrvCtrlR17SuspendedServAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suspended service access number'.
                  This field is not writable when active."
    ::= { genClSrvCtrlR17Entry  16 }

  genClSrvCtrlR17SupportCallLists OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR17Entry  17 }

  genClSrvCtrlR17CLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - maximum number of calls per list'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR17Entry  18 }

  genClSrvCtrlR17CallListsAlwaysReplicateEntries OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Lists - always replicate entries'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  20 }

  genClSrvCtrlR17EnableAdvancedAlertingFeaturesDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable advanced alerting features - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  21 }

  genClSrvCtrlR17RecMvdSbExPrcHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing hour'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR17Entry  22 }

  genClSrvCtrlR17RecMvdSbExPrcMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - recently moved Subscriber expiry processing minute'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR17Entry  23 }

  genClSrvCtrlR17DefRecMvdSubExpiry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Changed Number Announcements - default for recently moved Subscriber expiry'."
    DEFVAL       { 0 }
    ::= { genClSrvCtrlR17Entry  24 }

  genClSrvCtrlR17GenCSCtrlAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Administration - allow BG administrators to change expansion modules'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  25 }

  genClSrvCtrlR17SupportAdvancedVoiceCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR17Entry  26 }

  genClSrvCtrlR17SupportVideoCodecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR17Entry  27 }

  genClSrvCtrlR17CodecsLawfulInterceptionPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   permitCodecsOnlyInsideBusinessGroupsPerformNoInterception(1),
                   permitCodecsOnlyInsideBusinessGroupsProhibitForInterceptedCalls(2),
                   permitCodecsOnAllCallTypesProhibitForInterceptedCalls(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Codecs - lawful interception policy'."
    DEFVAL       { permitCodecsOnAllCallTypesProhibitForInterceptedCalls }
    ::= { genClSrvCtrlR17Entry  28 }

  genClSrvCtrlR17SuspendedServLocalAnnounceSuspendedSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Suspended Service - local announcement for suspended subscribers'."
    DEFVAL       { true }
    ::= { genClSrvCtrlR17Entry  29 }

  genClSrvCtrlR17LocalRtgEnableLocalTrnkGpRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Local routing - enable local Trunk Group routing'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  30 }

  genClSrvCtrlR17CallListsDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - default setting'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { genClSrvCtrlR17Entry  31 }

  genClSrvCtrlR17HRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR17Entry  32 }

  genClSrvCtrlR17HRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - subscriber maximum high risk calls'."
    DEFVAL       { 2 }
    ::= { genClSrvCtrlR17Entry  33 }

  genClSrvCtrlR17HRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX limit type'."
    DEFVAL       { limited }
    ::= { genClSrvCtrlR17Entry  34 }

  genClSrvCtrlR17HRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'High risk call limits - PBX maximum high risk calls'."
    DEFVAL       { 5 }
    ::= { genClSrvCtrlR17Entry  35 }

  genClSrvCtrlR17PINChangeGenerateBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - generate billing record'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  36 }

  genClSrvCtrlR17PINChangeConfirmPINOnPINChange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - confirm PIN on PIN change'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  37 }

  genClSrvCtrlR17PINChangePINLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                   rACFOnly(1),
                   fullServiceSuspension(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - PIN lockout'.
                  This field is not writable when active."
    DEFVAL       { rACFOnly }
    ::= { genClSrvCtrlR17Entry  38 }

  genClSrvCtrlR17PINChangeTUISeparatorKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   hash(1),
                   star(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN Change - TUI separator key'.
                  This field is not writable when active."
    DEFVAL       { hash }
    ::= { genClSrvCtrlR17Entry  39 }

  genClSrvCtrlR17PINChangeNotifyAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PIN Change - notify application server'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  40 }

  genClSrvCtrlR17I1PINChangeAppServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR17Entry  41 }

  genClSrvCtrlR17I2PINChangeAppServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR17Entry  42 }

  genClSrvCtrlR17I3PINChangeAppServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR17Entry  43 }

  genClSrvCtrlR17I4PINChangeAppServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PIN Change - application server',
                  This field represents index 'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { genClSrvCtrlR17Entry  44 }

  genClSrvCtrlR17AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { genClSrvCtrlR17Entry  45 }

  genClSrvCtrlR17AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { genClSrvCtrlR17Entry  46 }

  genClSrvCtrlR17AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { genClSrvCtrlR17Entry  47 }

  genClSrvCtrlR17AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR17Entry  48 }

  genClSrvCtrlR17AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { genClSrvCtrlR17Entry  49 }

  genClSrvCtrlR17AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { genClSrvCtrlR17Entry  50 }

  genClSrvCtrlR17AlwSuspLwflIntrcptClCntntChanWhenUsingVidCdcs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow suspension of lawful intercept Call Content Channel when using video codecs'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  51 }

  genClSrvCtrlR17SupportRCL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirected call limits - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR17Entry  52 }

  genClSrvCtrlR17RCLDefMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - default maximum simultaneous redirected calls'."
    DEFVAL       { 10 }
    ::= { genClSrvCtrlR17Entry  53 }

  genClSrvCtrlR17IMSCallLimitsPermitDeptFacilityGpCallLimits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'IMS call limits - permit department/facility group call limits on IMS'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  54 }

  genClSrvCtrlR17CallServGpsEnableSupportCSGs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Service Groups - enable support for Call Service Groups'."
    DEFVAL       { false }
    ::= { genClSrvCtrlR17Entry  55 }

  genClSrvCtrlR17SupportSchedules OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedules - support'."
    DEFVAL       { notConfigured }
    ::= { genClSrvCtrlR17Entry  56 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  rPSAttrEntryR35Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2699 }

  rPSAttrEntryR35Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR35NEConn,
             rPSAttrEntryR35NetwkElement,
             rPSAttrEntryR35CFSIx,
             rPSAttrEntryR35CfgSetIx,
             rPSAttrEntryR35AttrSetIx,
             rPSAttrEntryR35AttrEntryIx }
    ::= {  rPSAttrEntryR35Table  1  }

  RPSAttrEntryR35Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR35NEConn              Unsigned32,
    rPSAttrEntryR35NetwkElement        DisplayString,
    rPSAttrEntryR35CFSIx               Unsigned32,
    rPSAttrEntryR35CfgSetIx            Unsigned32,
    rPSAttrEntryR35AttrSetIx           Unsigned32,
    rPSAttrEntryR35AttrEntryIx         Unsigned32,
    rPSAttrEntryR35AttrType            INTEGER,
    rPSAttrEntryR35AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR35AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR35AttrValCldAddrScope INTEGER,
    rPSAttrEntryR35AttrValCldAddrType  INTEGER,
    rPSAttrEntryR35AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR35AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR35AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR35AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR35AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR35AttrValOprCall      INTEGER,
    rPSAttrEntryR35AttrValPriorityCall INTEGER,
    rPSAttrEntryR35AttrValRegionCode   Unsigned32,
    rPSAttrEntryR35AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR35AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR35AttrValRtgControlUK INTEGER,
    rPSAttrEntryR35AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR35AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR35AttrValTestCall     INTEGER,
    rPSAttrEntryR35AttrValAnnounceID   INTEGER,
    rPSAttrEntryR35AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR35AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR35AttrValTransitNetID Unsigned32,
    rPSAttrEntryR35AttrValUSCallType   INTEGER,
    rPSAttrEntryR35AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR35AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR35AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR35AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR35AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR35AttrValUSCarrType   INTEGER,
    rPSAttrEntryR35AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR35AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR35AttrValClgCategory  INTEGER,
    rPSAttrEntryR35RowStatus           RowStatus,
    rPSAttrEntryR35AttrValUKCallType   INTEGER,
    rPSAttrEntryR35AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR35I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR35I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR35I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR35I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR35AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR35AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR35AttrValUSLATA       Unsigned32,
    rPSAttrEntryR35AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR35AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR35AttrValUsrDef       Unsigned32,
    rPSAttrEntryR35AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR35AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR35AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR35AttrValBillCallType INTEGER,
    rPSAttrEntryR35AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR35AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR35AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR35AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR35AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR35AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR35T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR35T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR35T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR35AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR35I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR35I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR35I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR35I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR35AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR35AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR35I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR35I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR35I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR35I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR35AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR35AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR35AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR35AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR35AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR35AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR35AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR35AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR35AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR35AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR35AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR35AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR35AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR35AttrValOTGpID       INTEGER,
    rPSAttrEntryR35AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR35AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR35AttrValDTGpID       INTEGER,
    rPSAttrEntryR35AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR35AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR35AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR35AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR35T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR35T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR35T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR35AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR35AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR35AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR35AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR35AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR35AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR35AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR35AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR35AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR35AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR35AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR35ClgAddrScope        INTEGER,
    rPSAttrEntryR35AttrValHighRiskCall INTEGER,
    rPSAttrEntryR35RtgPolicyNum        Unsigned32,
    rPSAttrEntryR35RtgPolicy           LongDisplayString,
    rPSAttrEntryR35AttrValLCC          INTEGER,
    rPSAttrEntryR35AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR35AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR35AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR35AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR35AttrValScreenInd    INTEGER,
    rPSAttrEntryR35AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR35AttrValPresNumScope INTEGER,
    rPSAttrEntryR35AttrValCnfNum       INTEGER,
    rPSAttrEntryR35AttrValCnfOutdial   INTEGER,
    rPSAttrEntryR35AttrValISUPCarrSelInfo
                                       INTEGER,
    rPSAttrEntryR35AttrValRemTransitNetwkSelParm
                                       INTEGER,
    rPSAttrEntryR35AttrValUsrDefHex    Integer32,
    rPSAttrEntryR35AttrValCallProgressInd
                                       INTEGER,
    rPSAttrEntryR35AttrValBillOvrDldNum
                                       INTEGER,
    rPSAttrEntryR35AttrValClgAddrPrivacyTrustOverride
                                       INTEGER,
    rPSAttrEntryR35AttrValSatInd       Unsigned32,
    rPSAttrEntryR35AttrValUserCanSkip  INTEGER,
    rPSAttrEntryR35AttrValActionOnHexDigitClgPartyNum
                                       INTEGER,
    rPSAttrEntryR35AttrValCallTagToAdd DisplayString,
    rPSAttrEntryR35AttrValChargeAddrScope
                                       INTEGER,
    rPSAttrEntryR35AttrValSigCIdPRst   INTEGER,
    rPSAttrEntryR35AttrValSigCIdInc    INTEGER,
    rPSAttrEntryR35AttrValRemSignaledCallerIdIfZeroLen
                                       INTEGER
  }

  rPSAttrEntryR35NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR35Entry  1 }

  rPSAttrEntryR35NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR35Entry  2 }

  rPSAttrEntryR35CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR35Entry  3 }

  rPSAttrEntryR35CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR35Entry  4 }

  rPSAttrEntryR35AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR35Entry  5 }

  rPSAttrEntryR35AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR35Entry  6 }

  rPSAttrEntryR35AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   billingOverrideDialedNumber(172),
                   callProgressIndication(173),
                   conferenceOutdial(174),
                   conferenceNumber(175),
                   iSUPCarrierSelectionInformation(176),
                   removeTransitNetworkSelectionParameter(177),
                   callingAddressPrivacyTrustOverride(182),
                   satelliteIndicator(193),
                   actionOnHexDigitCallingPartyNumber(195),
                   callTags(196),
                   chargeAddressScope(197),
                   signaledCallerIDPresentationRestriction(198),
                   signaledCallerIDIncomplete(199),
                   removeSignaledCallerIDIfZeroLength(200)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR35Entry  7 }

  rPSAttrEntryR35AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  8 }

  rPSAttrEntryR35AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  9 }

  rPSAttrEntryR35AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  10 }

  rPSAttrEntryR35AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR35Entry  11 }

  rPSAttrEntryR35AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  12 }

  rPSAttrEntryR35AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  13 }

  rPSAttrEntryR35AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  14 }

  rPSAttrEntryR35AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR35Entry  15 }

  rPSAttrEntryR35AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  16 }

  rPSAttrEntryR35AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  17 }

  rPSAttrEntryR35AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  18 }

  rPSAttrEntryR35AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  19 }

  rPSAttrEntryR35AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR35Entry  20 }

  rPSAttrEntryR35AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  21 }

  rPSAttrEntryR35AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR35Entry  22 }

  rPSAttrEntryR35AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  23 }

  rPSAttrEntryR35AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  24 }

  rPSAttrEntryR35AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  25 }

  rPSAttrEntryR35AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR35Entry  26 }

  rPSAttrEntryR35AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR35Entry  27 }

  rPSAttrEntryR35AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR35Entry  28 }

  rPSAttrEntryR35AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  29 }

  rPSAttrEntryR35AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  30 }

  rPSAttrEntryR35AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  31 }

  rPSAttrEntryR35AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR35Entry  32 }

  rPSAttrEntryR35AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR35Entry  33 }

  rPSAttrEntryR35AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR35Entry  34 }

  rPSAttrEntryR35AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR35Entry  35 }

  rPSAttrEntryR35AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  36 }

  rPSAttrEntryR35AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  37 }

  rPSAttrEntryR35AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  38 }

  rPSAttrEntryR35AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR35Entry  39 }

  rPSAttrEntryR35RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR35Entry  40 }

  rPSAttrEntryR35AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  41 }

  rPSAttrEntryR35AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR35Entry  42 }

  rPSAttrEntryR35I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR35Entry  43 }

  rPSAttrEntryR35I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR35Entry  44 }

  rPSAttrEntryR35I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR35Entry  45 }

  rPSAttrEntryR35I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR35Entry  46 }

  rPSAttrEntryR35AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR35Entry  47 }

  rPSAttrEntryR35AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR35Entry  48 }

  rPSAttrEntryR35AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  49 }

  rPSAttrEntryR35AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR35Entry  50 }

  rPSAttrEntryR35AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  51 }

  rPSAttrEntryR35AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR35Entry  52 }

  rPSAttrEntryR35AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  53 }

  rPSAttrEntryR35AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR35Entry  54 }

  rPSAttrEntryR35AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR35Entry  55 }

  rPSAttrEntryR35AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR35Entry  56 }

  rPSAttrEntryR35AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR35Entry  57 }

  rPSAttrEntryR35AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  58 }

  rPSAttrEntryR35AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  59 }

  rPSAttrEntryR35AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR35Entry  60 }

  rPSAttrEntryR35AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR35Entry  61 }

  rPSAttrEntryR35AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR35Entry  62 }

  rPSAttrEntryR35T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR35Entry  63 }

  rPSAttrEntryR35T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR35Entry  64 }

  rPSAttrEntryR35T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR35Entry  65 }

  rPSAttrEntryR35AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR35Entry  66 }

  rPSAttrEntryR35I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR35Entry  67 }

  rPSAttrEntryR35I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR35Entry  68 }

  rPSAttrEntryR35I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR35Entry  69 }

  rPSAttrEntryR35I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR35Entry  70 }

  rPSAttrEntryR35AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR35Entry  71 }

  rPSAttrEntryR35AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR35Entry  72 }

  rPSAttrEntryR35I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR35Entry  73 }

  rPSAttrEntryR35I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR35Entry  74 }

  rPSAttrEntryR35I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR35Entry  75 }

  rPSAttrEntryR35I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR35Entry  76 }

  rPSAttrEntryR35AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR35Entry  77 }

  rPSAttrEntryR35AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR35Entry  78 }

  rPSAttrEntryR35AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR35Entry  79 }

  rPSAttrEntryR35AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR35Entry  80 }

  rPSAttrEntryR35AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR35Entry  81 }

  rPSAttrEntryR35AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR35Entry  82 }

  rPSAttrEntryR35AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR35Entry  83 }

  rPSAttrEntryR35AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR35Entry  84 }

  rPSAttrEntryR35AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR35Entry  85 }

  rPSAttrEntryR35AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR35Entry  86 }

  rPSAttrEntryR35AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR35Entry  88 }

  rPSAttrEntryR35AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR35Entry  89 }

  rPSAttrEntryR35AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR35Entry  90 }

  rPSAttrEntryR35AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR35Entry  91 }

  rPSAttrEntryR35AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR35Entry  92 }

  rPSAttrEntryR35AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR35Entry  93 }

  rPSAttrEntryR35AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR35Entry  94 }

  rPSAttrEntryR35AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR35Entry  95 }

  rPSAttrEntryR35AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR35Entry  96 }

  rPSAttrEntryR35AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR35Entry  97 }

  rPSAttrEntryR35AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR35Entry  98 }

  rPSAttrEntryR35T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR35Entry  99 }

  rPSAttrEntryR35T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR35Entry  100 }

  rPSAttrEntryR35T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR35Entry  101 }

  rPSAttrEntryR35AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  102 }

  rPSAttrEntryR35AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR35Entry  103 }

  rPSAttrEntryR35AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  104 }

  rPSAttrEntryR35AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR35Entry  105 }

  rPSAttrEntryR35AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  106 }

  rPSAttrEntryR35AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  107 }

  rPSAttrEntryR35AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  108 }

  rPSAttrEntryR35AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  109 }

  rPSAttrEntryR35AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  110 }

  rPSAttrEntryR35AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  111 }

  rPSAttrEntryR35AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  112 }

  rPSAttrEntryR35ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  113 }

  rPSAttrEntryR35AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR35Entry  114 }

  rPSAttrEntryR35RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR35Entry  115 }

  rPSAttrEntryR35RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR35Entry  116 }

  rPSAttrEntryR35AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR35Entry  117 }

  rPSAttrEntryR35AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  118 }

  rPSAttrEntryR35AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  119 }

  rPSAttrEntryR35AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR35Entry  120 }

  rPSAttrEntryR35AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR35Entry  121 }

  rPSAttrEntryR35AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR35Entry  122 }

  rPSAttrEntryR35AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR35Entry  123 }

  rPSAttrEntryR35AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  124 }

  rPSAttrEntryR35AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  125 }

  rPSAttrEntryR35AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  126 }

  rPSAttrEntryR35AttrValISUPCarrSelInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   notIncluded(0),
                   presubscribedAndNotInput(1),
                   presubscribedAndInput(2),
                   presubscribedAndInputUndetermined(3),
                   notPresubscribedAndInput(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP carrier selection information'."
    DEFVAL       { notIncluded }
    ::= { rPSAttrEntryR35Entry  127 }

  rPSAttrEntryR35AttrValRemTransitNetwkSelParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove transit network selection parameter'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR35Entry  128 }

  rPSAttrEntryR35AttrValUsrDefHex OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - user defined (hex)'."
    ::= { rPSAttrEntryR35Entry  129 }

  rPSAttrEntryR35AttrValCallProgressInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   postDialDelayComfortTone(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call progress indication'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR35Entry  130 }

  rPSAttrEntryR35AttrValBillOvrDldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override dialed number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  131 }

  rPSAttrEntryR35AttrValClgAddrPrivacyTrustOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   removeRestrictedAddressIfDestinationIsUntrusted(0),
                   sendRestrictedAddressAlways(1),
                   removeRestrictedAddressAlways(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling address privacy trust override'."
    DEFVAL       { removeRestrictedAddressIfDestinationIsUntrusted }
    ::= { rPSAttrEntryR35Entry  132 }

  rPSAttrEntryR35AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR35Entry  133 }

  rPSAttrEntryR35AttrValUserCanSkip OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user can skip'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  134 }

  rPSAttrEntryR35AttrValActionOnHexDigitClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   trunkPassThroughOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - action on hex-digit calling party number'."
    DEFVAL       { ignore }
    ::= { rPSAttrEntryR35Entry  135 }

  rPSAttrEntryR35AttrValCallTagToAdd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSAttrEntryR35Entry  136 }

  rPSAttrEntryR35AttrValChargeAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charge address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR35Entry  137 }

  rPSAttrEntryR35AttrValSigCIdPRst OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR35Entry  138 }

  rPSAttrEntryR35AttrValSigCIdInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  139 }

  rPSAttrEntryR35AttrValRemSignaledCallerIdIfZeroLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove signaled caller ID if zero length'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR35Entry  140 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Entry'                                    */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  rPSNVEntryR29Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNVEntryR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2700 }

  rPSNVEntryR29Entry OBJECT-TYPE
    SYNTAX       RPSNVEntryR29Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNVEntryR29NEConn,
             rPSNVEntryR29NetwkElement,
             rPSNVEntryR29CFSIx,
             rPSNVEntryR29CfgSetIx,
             rPSNVEntryR29NumVldnTblIx,
             rPSNVEntryR29NumVldnEntryIx }
    ::= {  rPSNVEntryR29Table  1  }

  RPSNVEntryR29Entry  ::=  SEQUENCE
  {
    rPSNVEntryR29NEConn                Unsigned32,
    rPSNVEntryR29NetwkElement          DisplayString,
    rPSNVEntryR29CFSIx                 Unsigned32,
    rPSNVEntryR29CfgSetIx              Unsigned32,
    rPSNVEntryR29NumVldnTblIx          Unsigned32,
    rPSNVEntryR29NumVldnEntryIx        Unsigned32,
    rPSNVEntryR29NumVldnEntryName      DisplayString,
    rPSNVEntryR29Num                   DisplayString,
    rPSNVEntryR29MinMatchLen           Unsigned32,
    rPSNVEntryR29I1RtgAttrSetNEConn    Unsigned32,
    rPSNVEntryR29I2RtgAttrSetNetwkElement
                                       DisplayString,
    rPSNVEntryR29I3RtgAttrSetCFSIx     Unsigned32,
    rPSNVEntryR29I4RtgAttrSetCfgSetIx  Unsigned32,
    rPSNVEntryR29I5RtgAttrSetAttrSetIx Unsigned32,
    rPSNVEntryR29RtgAttrSetOtherVals   INTEGER,
    rPSNVEntryR29RowStatus             RowStatus,
    rPSNVEntryR29EditAction            DisplayString,
    rPSNVEntryR29BillType              INTEGER,
    rPSNVEntryR29CldAddrComplete       INTEGER,
    rPSNVEntryR29CldAddrScope          INTEGER,
    rPSNVEntryR29FgdPrefixDialed       INTEGER,
    rPSNVEntryR29OprCall               INTEGER,
    rPSNVEntryR29I1NextNumVldnTblNEConn
                                       Unsigned32,
    rPSNVEntryR29I2NextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNVEntryR29I3NextNumVldnTblCFSIx Unsigned32,
    rPSNVEntryR29I4NextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNVEntryR29I5NextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNVEntryR29MatchAction           INTEGER,
    rPSNVEntryR29MatchCIP              INTEGER,
    rPSNVEntryR29AttrValCIP            INTEGER,
    rPSNVEntryR29MatchLCC1             INTEGER,
    rPSNVEntryR29LCC1                  Unsigned32,
    rPSNVEntryR29MatchLCC2             INTEGER,
    rPSNVEntryR29LCC2                  Unsigned32,
    rPSNVEntryR29MatchLCC3             INTEGER,
    rPSNVEntryR29LCC3                  Unsigned32,
    rPSNVEntryR29MatchLCC4             INTEGER,
    rPSNVEntryR29LCC4                  Unsigned32,
    rPSNVEntryR29MatchLCC5             INTEGER,
    rPSNVEntryR29LCC5                  Unsigned32,
    rPSNVEntryR29UseCldNumMainBillRec  INTEGER,
    rPSNVEntryR29MatchBillType         INTEGER,
    rPSNVEntryR29MatchCldAddrComplete  INTEGER,
    rPSNVEntryR29MatchCldAddrScope     INTEGER,
    rPSNVEntryR29MatchFgdPrefixDialed  INTEGER,
    rPSNVEntryR29MatchOprCall          INTEGER,
    rPSNVEntryR29MatchSubGp            INTEGER,
    rPSNVEntryR29MatchANIIIDigits      INTEGER,
    rPSNVEntryR29ANIIIDigits           Unsigned32,
    rPSNVEntryR29MatchUSCallType       INTEGER,
    rPSNVEntryR29USCallType            INTEGER,
    rPSNVEntryR29MatchUKCallType       INTEGER,
    rPSNVEntryR29UKCallType            INTEGER,
    rPSNVEntryR29MatchDialedPrefix     INTEGER,
    rPSNVEntryR29DialedPrefix          INTEGER,
    rPSNVEntryR29MatchDialingPattn     INTEGER,
    rPSNVEntryR29DialingPattn          INTEGER,
    rPSNVEntryR29MatchUsrDef1          INTEGER,
    rPSNVEntryR29UsrDef1               Unsigned32,
    rPSNVEntryR29MatchUsrDef2          INTEGER,
    rPSNVEntryR29UsrDef2               Unsigned32,
    rPSNVEntryR29MatchUsrDef3          INTEGER,
    rPSNVEntryR29UsrDef3               Unsigned32,
    rPSNVEntryR29AttrValInMediaAdjExchangeMatch
                                       INTEGER,
    rPSNVEntryR29T1I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR29T1I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR29T1I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR29T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR29T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR29AVInMedChMatch        INTEGER,
    rPSNVEntryR29T1I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR29T1I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR29T1I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR29T1I4AttrValInMediaMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR29T1I5AttrValInMediaMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSNVEntryR29T1I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR29AttrValInMedSigStackMatch
                                       INTEGER,
    rPSNVEntryR29AVInMedSigStack       INTEGER,
    rPSNVEntryR29AttrValUsDefMFCallTypeMatch
                                       INTEGER,
    rPSNVEntryR29AttrValUsrDefMFCallType
                                       Unsigned32,
    rPSNVEntryR29T2I5AttrValInMediaMediaChanRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR29T2I6AttrValInMediaMediaChanMediaChanIx
                                       Unsigned32,
    rPSNVEntryR29T3I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR29T3I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR29T3I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR29T3I4AttrValInMediaMediaChanSIPIx
                                       Unsigned32,
    rPSNVEntryR29T3I5AttrValInMediaMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSNVEntryR29T4I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR29T4I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR29T4I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR29T4I4AttrValInMediaMediaChanISDNIx
                                       Unsigned32,
    rPSNVEntryR29T4I5AttrValInMediaMediaChanPRIIx
                                       Unsigned32,
    rPSNVEntryR29T2I1AttrValInMediaAdjExchangeNEConn
                                       Unsigned32,
    rPSNVEntryR29T2I2AttrValInMediaAdjExchangeNetwkElement
                                       DisplayString,
    rPSNVEntryR29T2I3AttrValInMediaAdjExchangeCFSIx
                                       Unsigned32,
    rPSNVEntryR29T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR29T2I5AttrValInMediaAdjExchangeRemExchangeIx
                                       Unsigned32,
    rPSNVEntryR29T2I1AttrValInMediaMediaChanNEConn
                                       Unsigned32,
    rPSNVEntryR29T2I2AttrValInMediaMediaChanNetwkElement
                                       DisplayString,
    rPSNVEntryR29T2I3AttrValInMediaMediaChanCFSIx
                                       Unsigned32,
    rPSNVEntryR29T2I4AttrValInMediaMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSNVEntryR29I1AttrValSubGpNEConn  Unsigned32,
    rPSNVEntryR29I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSNVEntryR29I3AttrValSubGpCFSIx   Unsigned32,
    rPSNVEntryR29I4AttrValSubGpSubGpIx Unsigned32,
    rPSNVEntryR29AttrValSubGpOtherVals INTEGER,
    rPSNVEntryR29AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSNVEntryR29AttrValMatchANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR29AttrValANIScreeningEntry
                                       INTEGER,
    rPSNVEntryR29AttValMatchANIScrnLookup
                                       INTEGER,
    rPSNVEntryR29AttrValANIScrnLookup  INTEGER,
    rPSNVEntryR29AttrValTransitNetwkIDMatch
                                       INTEGER,
    rPSNVEntryR29TransitNetwkID        Unsigned32,
    rPSNVEntryR29I1AttrValInMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSNVEntryR29I2AttrValInMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSNVEntryR29I3AttrValInMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSNVEntryR29I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSNVEntryR29T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR29T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR29T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSNVEntryR29AttrValMatchSubscrNVRtgAttr
                                       INTEGER,
    rPSNVEntryR29AttrValSubscrNVRtgAttr
                                       BITS,
    rPSNVEntryR29NumActCallPartyNumAct DisplayString,
    rPSNVEntryR29NumActChargeNumAct    DisplayString,
    rPSNVEntryR29MatchUsrDef4          INTEGER,
    rPSNVEntryR29UsrDef4               Unsigned32,
    rPSNVEntryR29MatchUsrDef5          INTEGER,
    rPSNVEntryR29UsrDef5               Unsigned32,
    rPSNVEntryR29MatchUsrDef6          INTEGER,
    rPSNVEntryR29UsrDef6               Unsigned32,
    rPSNVEntryR29MatchUsrDef7          INTEGER,
    rPSNVEntryR29UsrDef7               Unsigned32,
    rPSNVEntryR29MatchUsrDef8          INTEGER,
    rPSNVEntryR29UsrDef8               Unsigned32,
    rPSNVEntryR29MatchUsrDef9          INTEGER,
    rPSNVEntryR29UsrDef9               Unsigned32,
    rPSNVEntryR29MatchUsrDef10         INTEGER,
    rPSNVEntryR29UsrDef10              Unsigned32,
    rPSNVEntryR29MatchUsrDef11         INTEGER,
    rPSNVEntryR29UsrDef11              Unsigned32,
    rPSNVEntryR29MatchUsrDef12         INTEGER,
    rPSNVEntryR29UsrDef12              Unsigned32,
    rPSNVEntryR29MatchUsrDef13         INTEGER,
    rPSNVEntryR29UsrDef13              Unsigned32,
    rPSNVEntryR29MatchUsrDef14         INTEGER,
    rPSNVEntryR29UsrDef14              Unsigned32,
    rPSNVEntryR29MatchUsrDef15         INTEGER,
    rPSNVEntryR29UsrDef15              Unsigned32,
    rPSNVEntryR29MatchUsrDef16         INTEGER,
    rPSNVEntryR29UsrDef16              Unsigned32,
    rPSNVEntryR29MatchUsrDef17         INTEGER,
    rPSNVEntryR29UsrDef17              Unsigned32,
    rPSNVEntryR29MatchUsrDef18         INTEGER,
    rPSNVEntryR29UsrDef18              Unsigned32,
    rPSNVEntryR29MatchUsrDef19         INTEGER,
    rPSNVEntryR29UsrDef19              Unsigned32,
    rPSNVEntryR29MatchUsrDef20         INTEGER,
    rPSNVEntryR29UsrDef20              Unsigned32,
    rPSNVEntryR29AttrValLCC6Match      INTEGER,
    rPSNVEntryR29AttrValLCC6           Unsigned32,
    rPSNVEntryR29AttrValLCC7Match      INTEGER,
    rPSNVEntryR29AttrValLCC7           Unsigned32,
    rPSNVEntryR29AttrValLCC8Match      INTEGER,
    rPSNVEntryR29AttrValLCC8           Unsigned32,
    rPSNVEntryR29AttrValLCC9Match      INTEGER,
    rPSNVEntryR29AttrValLCC9           Unsigned32,
    rPSNVEntryR29AttrValLCC10Match     INTEGER,
    rPSNVEntryR29AttrValLCC10          Unsigned32,
    rPSNVEntryR29AttrValLCC11Match     INTEGER,
    rPSNVEntryR29AttrValLCC11          Unsigned32,
    rPSNVEntryR29AttrValLCC12Match     INTEGER,
    rPSNVEntryR29AttrValLCC12          Unsigned32,
    rPSNVEntryR29AttrValLCC13Match     INTEGER,
    rPSNVEntryR29AttrValLCC13          Unsigned32,
    rPSNVEntryR29AttrValLCC14Match     INTEGER,
    rPSNVEntryR29AttrValLCC14          Unsigned32,
    rPSNVEntryR29AttrValLCC15Match     INTEGER,
    rPSNVEntryR29AttrValLCC15          Unsigned32,
    rPSNVEntryR29AttrValLCC16Match     INTEGER,
    rPSNVEntryR29AttrValLCC16          Unsigned32,
    rPSNVEntryR29AttrValLCC17Match     INTEGER,
    rPSNVEntryR29AttrValLCC17          Unsigned32,
    rPSNVEntryR29AttrValLCC18Match     INTEGER,
    rPSNVEntryR29AttrValLCC18          Unsigned32,
    rPSNVEntryR29AttrValLCC19Match     INTEGER,
    rPSNVEntryR29AttrValLCC19          Unsigned32,
    rPSNVEntryR29AttrValLCC20Match     INTEGER,
    rPSNVEntryR29AttrValLCC20          Unsigned32,
    rPSNVEntryR29AttrValESAStatusMatch INTEGER,
    rPSNVEntryR29I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSNVEntryR29I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSNVEntryR29I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSNVEntryR29I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSNVEntryR29AttrValBearerCapabilityMatch
                                       INTEGER,
    rPSNVEntryR29AVBearerCapability    BITS,
    rPSNVEntryR29RedirectionReasonMatch
                                       INTEGER,
    rPSNVEntryR29RedirectionReason     INTEGER,
    rPSNVEntryR29AttrValTimeDayMatch   INTEGER,
    rPSNVEntryR29AttrValValidFromHr    Unsigned32,
    rPSNVEntryR29AttrValValidFromMin   Unsigned32,
    rPSNVEntryR29AttrValValidToHr      Unsigned32,
    rPSNVEntryR29AttrValValidToMin     Unsigned32,
    rPSNVEntryR29AttrValDayWeekMatch   INTEGER,
    rPSNVEntryR29AttrValDayWeek        BITS,
    rPSNVEntryR29AttrValDateRangeMatch INTEGER,
    rPSNVEntryR29AttrValValidFromYear  Unsigned32,
    rPSNVEntryR29AttrValValidFromMonth Unsigned32,
    rPSNVEntryR29AttrValValidFromDate  Unsigned32,
    rPSNVEntryR29AttrValValidUntilYear Unsigned32,
    rPSNVEntryR29AttrValValidUntilMonth
                                       Unsigned32,
    rPSNVEntryR29AttrValValidUntilDate Unsigned32,
    rPSNVEntryR29AttrValDialedBySubMatch
                                       INTEGER,
    rPSNVEntryR29AttrValDialedBySub    INTEGER,
    rPSNVEntryR29AttrValNetWdBGIDMatch INTEGER,
    rPSNVEntryR29AttrValNetWdBGID      Unsigned32,
    rPSNVEntryR29AttrValBGLnPrivMatch  INTEGER,
    rPSNVEntryR29AttrValBGLnPriv       Unsigned32,
    rPSNVEntryR29AttrValISwIBGCallMatch
                                       INTEGER,
    rPSNVEntryR29AttrValISwIBGCall     INTEGER,
    rPSNVEntryR29UseCldNumInMod611     INTEGER,
    rPSNVEntryR29AttrValOTGpIDMatch    INTEGER,
    rPSNVEntryR29AttrValOTGpID         DisplayString,
    rPSNVEntryR29AttrValOrigTrCxtMatch INTEGER,
    rPSNVEntryR29AttrValOrigTrCxt      DisplayString,
    rPSNVEntryR29AttrValDTGpIDMatch    INTEGER,
    rPSNVEntryR29AttrValDTGpID         DisplayString,
    rPSNVEntryR29AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSNVEntryR29AttrValDestTrnkCxt    DisplayString,
    rPSNVEntryR29NumActionFirstRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR29NumActionLastRedirectingNumAction
                                       DisplayString,
    rPSNVEntryR29T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSNVEntryR29T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSNVEntryR29T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSNVEntryR29AttrValClgPrtCtgryMatch
                                       INTEGER,
    rPSNVEntryR29AttrValClgPrtCtgry    BITS,
    rPSNVEntryR29AttrValIsupPrefsMatch INTEGER,
    rPSNVEntryR29AttrValIsupPrefs      BITS,
    rPSNVEntryR29AttrValGrmNkMatch     INTEGER,
    rPSNVEntryR29AttrValGrmNkFsrMatchType
                                       INTEGER,
    rPSNVEntryR29AttrValGrmNkFsrInd    Unsigned32,
    rPSNVEntryR29AttrValGrmNkFszMatchType
                                       INTEGER,
    rPSNVEntryR29AttrValGrmNkFszInd    Unsigned32,
    rPSNVEntryR29AttrValGrmNkIcrMatchType
                                       INTEGER,
    rPSNVEntryR29AttrValGrmNkIcrInd    Unsigned32,
    rPSNVEntryR29AttrValGrmNkNcrMatchType
                                       INTEGER,
    rPSNVEntryR29AttrValGrmNkNcrInd    Unsigned32,
    rPSNVEntryR29AttrValGrmNkCnbMatchType
                                       INTEGER,
    rPSNVEntryR29AttrValGrmNkCnbInd    Unsigned32,
    rPSNVEntryR29AttrValGrmNkCustIdMatchType
                                       INTEGER,
    rPSNVEntryR29AttrValGrmNkCustId    Unsigned32,
    rPSNVEntryR29AttrValGrmNkServMatchType
                                       INTEGER,
    rPSNVEntryR29AttrValGrmNkServ      Unsigned32,
    rPSNVEntryR29AttrValClgAddrScopeMatch
                                       INTEGER,
    rPSNVEntryR29ClgAddrScope          INTEGER,
    rPSNVEntryR29AttrValCPCSpecificOther
                                       DisplayString,
    rPSNVEntryR29AttrValSiteMatch      INTEGER,
    rPSNVEntryR29I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSNVEntryR29NumActionSignaledCIDAction
                                       DisplayString,
    rPSNVEntryR29NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSNVEntryR29AttrValCgNmEqCdNmMatch
                                       INTEGER,
    rPSNVEntryR29AttrValCgNmEqCdNm     INTEGER,
    rPSNVEntryR29UseClgNumBillRec      INTEGER,
    rPSNVEntryR29ClgNumActionBill      DisplayString,
    rPSNVEntryR29CldNumActionBill      DisplayString,
    rPSNVEntryR29NumActionUDSA1Action  DisplayString,
    rPSNVEntryR29NumActionUDSA2Action  DisplayString,
    rPSNVEntryR29NumActionUDSA3Action  DisplayString,
    rPSNVEntryR29NumActionUDSA4Action  DisplayString,
    rPSNVEntryR29NumActionUDSA5Action  DisplayString,
    rPSNVEntryR29NumActionUDSA6Action  DisplayString,
    rPSNVEntryR29NumActionUDSA7Action  DisplayString,
    rPSNVEntryR29NumActionUDSA8Action  DisplayString,
    rPSNVEntryR29NumActionUDSA9Action  DisplayString,
    rPSNVEntryR29NumActionUDSA10Action DisplayString,
    rPSNVEntryR29AttrValSatIndMatch    INTEGER,
    rPSNVEntryR29AttrValSatInd         Unsigned32,
    rPSNVEntryR29AttrValCgPtNumPrsMatch
                                       INTEGER,
    rPSNVEntryR29AttrValClgPartyNumPresence
                                       INTEGER,
    rPSNVEntryR29AttrValCallTagsMatch  INTEGER,
    rPSNVEntryR29AttrValCallTag        DisplayString,
    rPSNVEntryR29AttrValSigCIdPRstMatch
                                       INTEGER,
    rPSNVEntryR29AttrValSigCIdPRst     INTEGER,
    rPSNVEntryR29AttrValSigCIdIncMatch INTEGER,
    rPSNVEntryR29AttrValSigCIdInc      INTEGER
  }

  rPSNVEntryR29NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNVEntryR29Entry  1 }

  rPSNVEntryR29NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNVEntryR29Entry  2 }

  rPSNVEntryR29CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNVEntryR29Entry  3 }

  rPSNVEntryR29CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNVEntryR29Entry  4 }

  rPSNVEntryR29NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNVEntryR29Entry  5 }

  rPSNVEntryR29NumVldnEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry index'.
                  This is an index field."
    ::= { rPSNVEntryR29Entry  6 }

  rPSNVEntryR29NumVldnEntryName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Entry name'."
    ::= { rPSNVEntryR29Entry  7 }

  rPSNVEntryR29Num OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { rPSNVEntryR29Entry  8 }

  rPSNVEntryR29MinMatchLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Minimum match length'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  9 }

  rPSNVEntryR29I1RtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR29Entry  10 }

  rPSNVEntryR29I2RtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR29Entry  11 }

  rPSNVEntryR29I3RtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR29Entry  12 }

  rPSNVEntryR29I4RtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR29Entry  13 }

  rPSNVEntryR29I5RtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNVEntryR29Entry  14 }

  rPSNVEntryR29RtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing Attribute Set'.
                  This field represents the fixed
                  values that Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR29Entry  15 }

  rPSNVEntryR29RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNVEntryR29Entry  16 }

  rPSNVEntryR29EditAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSNVEntryR29Entry  17 }

  rPSNVEntryR29BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - billing type'."
    DEFVAL       { flatRate }
    ::= { rPSNVEntryR29Entry  18 }

  rPSNVEntryR29CldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR29Entry  19 }

  rPSNVEntryR29CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR29Entry  20 }

  rPSNVEntryR29FgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR29Entry  21 }

  rPSNVEntryR29OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR29Entry  22 }

  rPSNVEntryR29I1NextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR29Entry  28 }

  rPSNVEntryR29I2NextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR29Entry  29 }

  rPSNVEntryR29I3NextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR29Entry  30 }

  rPSNVEntryR29I4NextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR29Entry  31 }

  rPSNVEntryR29I5NextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table',
                  This field represents index 'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNVEntryR29Entry  32 }

  rPSNVEntryR29MatchAction OBJECT-TYPE
    SYNTAX       INTEGER {
                   useDefault(0),
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Next action'."
    DEFVAL       { useDefault }
    ::= { rPSNVEntryR29Entry  33 }

  rPSNVEntryR29MatchCIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  34 }

  rPSNVEntryR29AttrValCIP OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  35 }

  rPSNVEntryR29MatchLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  49 }

  rPSNVEntryR29LCC1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSNVEntryR29Entry  50 }

  rPSNVEntryR29MatchLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  51 }

  rPSNVEntryR29LCC2 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSNVEntryR29Entry  52 }

  rPSNVEntryR29MatchLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  53 }

  rPSNVEntryR29LCC3 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSNVEntryR29Entry  54 }

  rPSNVEntryR29MatchLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  55 }

  rPSNVEntryR29LCC4 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSNVEntryR29Entry  56 }

  rPSNVEntryR29MatchLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  57 }

  rPSNVEntryR29LCC5 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSNVEntryR29Entry  58 }

  rPSNVEntryR29UseCldNumMainBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use called number for main billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR29Entry  59 }

  rPSNVEntryR29MatchBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  60 }

  rPSNVEntryR29MatchCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  61 }

  rPSNVEntryR29MatchCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  62 }

  rPSNVEntryR29MatchFgdPrefixDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD prefix dialed match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  63 }

  rPSNVEntryR29MatchOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  64 }

  rPSNVEntryR29MatchSubGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  65 }

  rPSNVEntryR29MatchANIIIDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  68 }

  rPSNVEntryR29ANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  69 }

  rPSNVEntryR29MatchUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  70 }

  rPSNVEntryR29USCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR29Entry  71 }

  rPSNVEntryR29MatchUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  72 }

  rPSNVEntryR29UKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR29Entry  73 }

  rPSNVEntryR29MatchDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  74 }

  rPSNVEntryR29DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR29Entry  75 }

  rPSNVEntryR29MatchDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  76 }

  rPSNVEntryR29DialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSNVEntryR29Entry  77 }

  rPSNVEntryR29MatchUsrDef1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  78 }

  rPSNVEntryR29UsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSNVEntryR29Entry  79 }

  rPSNVEntryR29MatchUsrDef2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  80 }

  rPSNVEntryR29UsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSNVEntryR29Entry  81 }

  rPSNVEntryR29MatchUsrDef3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  82 }

  rPSNVEntryR29UsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSNVEntryR29Entry  83 }

  rPSNVEntryR29AttrValInMediaAdjExchangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR29Entry  84 }

  rPSNVEntryR29T1I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR29Entry  85 }

  rPSNVEntryR29T1I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR29Entry  86 }

  rPSNVEntryR29T1I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR29Entry  87 }

  rPSNVEntryR29T1I4AttrValInMediaAdjExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR29Entry  88 }

  rPSNVEntryR29T1I5AttrValInMediaAdjExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSNVEntryR29Entry  89 }

  rPSNVEntryR29AVInMedChMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Media Channel match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  90 }

  rPSNVEntryR29T1I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  91 }

  rPSNVEntryR29T1I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  92 }

  rPSNVEntryR29T1I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  93 }

  rPSNVEntryR29T1I4AttrValInMediaMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  94 }

  rPSNVEntryR29T1I5AttrValInMediaMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  95 }

  rPSNVEntryR29T1I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  96 }

  rPSNVEntryR29AttrValInMedSigStackMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  97 }

  rPSNVEntryR29AVInMedSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Incoming Media - Signaling Stack'."
    ::= { rPSNVEntryR29Entry  98 }

  rPSNVEntryR29AttrValUsDefMFCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  99 }

  rPSNVEntryR29AttrValUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User defined MF call type'."
    ::= { rPSNVEntryR29Entry  100 }

  rPSNVEntryR29T2I5AttrValInMediaMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  101 }

  rPSNVEntryR29T2I6AttrValInMediaMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  102 }

  rPSNVEntryR29T3I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR29Entry  103 }

  rPSNVEntryR29T3I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR29Entry  104 }

  rPSNVEntryR29T3I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR29Entry  105 }

  rPSNVEntryR29T3I4AttrValInMediaMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR29Entry  106 }

  rPSNVEntryR29T3I5AttrValInMediaMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSNVEntryR29Entry  107 }

  rPSNVEntryR29T4I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR29Entry  108 }

  rPSNVEntryR29T4I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR29Entry  109 }

  rPSNVEntryR29T4I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR29Entry  110 }

  rPSNVEntryR29T4I4AttrValInMediaMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR29Entry  111 }

  rPSNVEntryR29T4I5AttrValInMediaMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSNVEntryR29Entry  112 }

  rPSNVEntryR29T2I1AttrValInMediaAdjExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR29Entry  113 }

  rPSNVEntryR29T2I2AttrValInMediaAdjExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR29Entry  114 }

  rPSNVEntryR29T2I3AttrValInMediaAdjExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR29Entry  115 }

  rPSNVEntryR29T2I4AttrValInMediaAdjExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR29Entry  116 }

  rPSNVEntryR29T2I5AttrValInMediaAdjExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Adjacent Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSNVEntryR29Entry  117 }

  rPSNVEntryR29T2I1AttrValInMediaMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  119 }

  rPSNVEntryR29T2I2AttrValInMediaMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  120 }

  rPSNVEntryR29T2I3AttrValInMediaMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  121 }

  rPSNVEntryR29T2I4AttrValInMediaMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSNVEntryR29Entry  122 }

  rPSNVEntryR29I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR29Entry  123 }

  rPSNVEntryR29I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR29Entry  124 }

  rPSNVEntryR29I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR29Entry  125 }

  rPSNVEntryR29I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSNVEntryR29Entry  126 }

  rPSNVEntryR29AttrValSubGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   any(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group'.
                  This field represents the fixed
                  values that Attribute value - Subscriber Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNVEntryR29Entry  127 }

  rPSNVEntryR29AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  132 }

  rPSNVEntryR29AttrValMatchANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  136 }

  rPSNVEntryR29AttrValANIScreeningEntry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Entry'."
    DEFVAL       { notMatched }
    ::= { rPSNVEntryR29Entry  137 }

  rPSNVEntryR29AttValMatchANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  138 }

  rPSNVEntryR29AttrValANIScrnLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening Lookup'."
    DEFVAL       { none }
    ::= { rPSNVEntryR29Entry  139 }

  rPSNVEntryR29AttrValTransitNetwkIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  140 }

  rPSNVEntryR29TransitNetwkID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  141 }

  rPSNVEntryR29I1AttrValInMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR29Entry  147 }

  rPSNVEntryR29I2AttrValInMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR29Entry  148 }

  rPSNVEntryR29I3AttrValInMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR29Entry  149 }

  rPSNVEntryR29I4AttrValInMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSNVEntryR29Entry  150 }

  rPSNVEntryR29T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR29Entry  183 }

  rPSNVEntryR29T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR29Entry  184 }

  rPSNVEntryR29T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSNVEntryR29Entry  185 }

  rPSNVEntryR29AttrValMatchSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  186 }

  rPSNVEntryR29AttrValSubscrNVRtgAttr OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR29Entry  187 }

  rPSNVEntryR29NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSNVEntryR29Entry  188 }

  rPSNVEntryR29NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSNVEntryR29Entry  189 }

  rPSNVEntryR29MatchUsrDef4 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  190 }

  rPSNVEntryR29UsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSNVEntryR29Entry  191 }

  rPSNVEntryR29MatchUsrDef5 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  192 }

  rPSNVEntryR29UsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSNVEntryR29Entry  193 }

  rPSNVEntryR29MatchUsrDef6 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  194 }

  rPSNVEntryR29UsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSNVEntryR29Entry  195 }

  rPSNVEntryR29MatchUsrDef7 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  196 }

  rPSNVEntryR29UsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSNVEntryR29Entry  197 }

  rPSNVEntryR29MatchUsrDef8 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  198 }

  rPSNVEntryR29UsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSNVEntryR29Entry  199 }

  rPSNVEntryR29MatchUsrDef9 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  200 }

  rPSNVEntryR29UsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSNVEntryR29Entry  201 }

  rPSNVEntryR29MatchUsrDef10 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  202 }

  rPSNVEntryR29UsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSNVEntryR29Entry  203 }

  rPSNVEntryR29MatchUsrDef11 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  204 }

  rPSNVEntryR29UsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSNVEntryR29Entry  205 }

  rPSNVEntryR29MatchUsrDef12 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  206 }

  rPSNVEntryR29UsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSNVEntryR29Entry  207 }

  rPSNVEntryR29MatchUsrDef13 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  208 }

  rPSNVEntryR29UsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSNVEntryR29Entry  209 }

  rPSNVEntryR29MatchUsrDef14 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  210 }

  rPSNVEntryR29UsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSNVEntryR29Entry  211 }

  rPSNVEntryR29MatchUsrDef15 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  212 }

  rPSNVEntryR29UsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSNVEntryR29Entry  213 }

  rPSNVEntryR29MatchUsrDef16 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  214 }

  rPSNVEntryR29UsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSNVEntryR29Entry  215 }

  rPSNVEntryR29MatchUsrDef17 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  216 }

  rPSNVEntryR29UsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSNVEntryR29Entry  217 }

  rPSNVEntryR29MatchUsrDef18 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  218 }

  rPSNVEntryR29UsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSNVEntryR29Entry  219 }

  rPSNVEntryR29MatchUsrDef19 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  220 }

  rPSNVEntryR29UsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSNVEntryR29Entry  221 }

  rPSNVEntryR29MatchUsrDef20 OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  222 }

  rPSNVEntryR29UsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSNVEntryR29Entry  223 }

  rPSNVEntryR29AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  224 }

  rPSNVEntryR29AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSNVEntryR29Entry  225 }

  rPSNVEntryR29AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  226 }

  rPSNVEntryR29AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSNVEntryR29Entry  227 }

  rPSNVEntryR29AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  228 }

  rPSNVEntryR29AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSNVEntryR29Entry  229 }

  rPSNVEntryR29AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  230 }

  rPSNVEntryR29AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSNVEntryR29Entry  231 }

  rPSNVEntryR29AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  232 }

  rPSNVEntryR29AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSNVEntryR29Entry  233 }

  rPSNVEntryR29AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  234 }

  rPSNVEntryR29AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSNVEntryR29Entry  235 }

  rPSNVEntryR29AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  236 }

  rPSNVEntryR29AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSNVEntryR29Entry  237 }

  rPSNVEntryR29AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  238 }

  rPSNVEntryR29AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSNVEntryR29Entry  239 }

  rPSNVEntryR29AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  240 }

  rPSNVEntryR29AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSNVEntryR29Entry  241 }

  rPSNVEntryR29AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  242 }

  rPSNVEntryR29AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSNVEntryR29Entry  243 }

  rPSNVEntryR29AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  244 }

  rPSNVEntryR29AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSNVEntryR29Entry  245 }

  rPSNVEntryR29AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  246 }

  rPSNVEntryR29AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSNVEntryR29Entry  247 }

  rPSNVEntryR29AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  248 }

  rPSNVEntryR29AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSNVEntryR29Entry  249 }

  rPSNVEntryR29AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  250 }

  rPSNVEntryR29AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSNVEntryR29Entry  251 }

  rPSNVEntryR29AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  252 }

  rPSNVEntryR29AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSNVEntryR29Entry  253 }

  rPSNVEntryR29AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSNVEntryR29Entry  254 }

  rPSNVEntryR29I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR29Entry  255 }

  rPSNVEntryR29I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR29Entry  256 }

  rPSNVEntryR29I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR29Entry  257 }

  rPSNVEntryR29I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSNVEntryR29Entry  258 }

  rPSNVEntryR29AttrValBearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  260 }

  rPSNVEntryR29AVBearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - bearer capability'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR29Entry  261 }

  rPSNVEntryR29RedirectionReasonMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  262 }

  rPSNVEntryR29RedirectionReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   unconditional(1),
                   busy(2),
                   noAnswer(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - redirection reason'."
    DEFVAL       { unconditional }
    ::= { rPSNVEntryR29Entry  263 }

  rPSNVEntryR29AttrValTimeDayMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - time of day match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR29Entry  264 }

  rPSNVEntryR29AttrValValidFromHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (hour)'."
    ::= { rPSNVEntryR29Entry  265 }

  rPSNVEntryR29AttrValValidFromMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (minute)'."
    ::= { rPSNVEntryR29Entry  266 }

  rPSNVEntryR29AttrValValidToHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - valid to (hour)'."
    ::= { rPSNVEntryR29Entry  267 }

  rPSNVEntryR29AttrValValidToMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid to (minute)'."
    ::= { rPSNVEntryR29Entry  268 }

  rPSNVEntryR29AttrValDayWeekMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - day of week match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR29Entry  269 }

  rPSNVEntryR29AttrValDayWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - day of week'."
    ::= { rPSNVEntryR29Entry  270 }

  rPSNVEntryR29AttrValDateRangeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - date range match'."
    DEFVAL       { exact }
    ::= { rPSNVEntryR29Entry  271 }

  rPSNVEntryR29AttrValValidFromYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (year)'."
    ::= { rPSNVEntryR29Entry  272 }

  rPSNVEntryR29AttrValValidFromMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (month)'."
    ::= { rPSNVEntryR29Entry  273 }

  rPSNVEntryR29AttrValValidFromDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid from (date)'."
    ::= { rPSNVEntryR29Entry  274 }

  rPSNVEntryR29AttrValValidUntilYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (year)'."
    ::= { rPSNVEntryR29Entry  275 }

  rPSNVEntryR29AttrValValidUntilMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (month)'."
    ::= { rPSNVEntryR29Entry  276 }

  rPSNVEntryR29AttrValValidUntilDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - valid until (date)'."
    ::= { rPSNVEntryR29Entry  277 }

  rPSNVEntryR29AttrValDialedBySubMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  278 }

  rPSNVEntryR29AttrValDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed by subscriber'."
    DEFVAL       { no }
    ::= { rPSNVEntryR29Entry  279 }

  rPSNVEntryR29AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  280 }

  rPSNVEntryR29AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSNVEntryR29Entry  281 }

  rPSNVEntryR29AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  282 }

  rPSNVEntryR29AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSNVEntryR29Entry  283 }

  rPSNVEntryR29AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR29Entry  284 }

  rPSNVEntryR29AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   unknown(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSNVEntryR29Entry  285 }

  rPSNVEntryR29UseCldNumInMod611 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use called number in module 611'."
    DEFVAL       { false }
    ::= { rPSNVEntryR29Entry  286 }

  rPSNVEntryR29AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  287 }

  rPSNVEntryR29AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSNVEntryR29Entry  288 }

  rPSNVEntryR29AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  289 }

  rPSNVEntryR29AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSNVEntryR29Entry  290 }

  rPSNVEntryR29AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  291 }

  rPSNVEntryR29AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSNVEntryR29Entry  292 }

  rPSNVEntryR29AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  293 }

  rPSNVEntryR29AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSNVEntryR29Entry  294 }

  rPSNVEntryR29NumActionFirstRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - first redirecting number action'."
    ::= { rPSNVEntryR29Entry  295 }

  rPSNVEntryR29NumActionLastRedirectingNumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - last redirecting number action'."
    ::= { rPSNVEntryR29Entry  296 }

  rPSNVEntryR29T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR29Entry  297 }

  rPSNVEntryR29T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR29Entry  298 }

  rPSNVEntryR29T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSNVEntryR29Entry  299 }

  rPSNVEntryR29AttrValClgPrtCtgryMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party category match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  300 }

  rPSNVEntryR29AttrValClgPrtCtgry OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSNVEntryR29Entry  301 }

  rPSNVEntryR29AttrValIsupPrefsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  302 }

  rPSNVEntryR29AttrValIsupPrefs OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSNVEntryR29Entry  303 }

  rPSNVEntryR29AttrValGrmNkMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  304 }

  rPSNVEntryR29AttrValGrmNkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR29Entry  305 }

  rPSNVEntryR29AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  306 }

  rPSNVEntryR29AttrValGrmNkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR29Entry  307 }

  rPSNVEntryR29AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  308 }

  rPSNVEntryR29AttrValGrmNkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR29Entry  309 }

  rPSNVEntryR29AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  310 }

  rPSNVEntryR29AttrValGrmNkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR29Entry  311 }

  rPSNVEntryR29AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  312 }

  rPSNVEntryR29AttrValGrmNkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR29Entry  313 }

  rPSNVEntryR29AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  314 }

  rPSNVEntryR29AttrValGrmNkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR29Entry  315 }

  rPSNVEntryR29AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  316 }

  rPSNVEntryR29AttrValGrmNkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSNVEntryR29Entry  317 }

  rPSNVEntryR29AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  318 }

  rPSNVEntryR29AttrValClgAddrScopeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  319 }

  rPSNVEntryR29ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSNVEntryR29Entry  320 }

  rPSNVEntryR29AttrValCPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSNVEntryR29Entry  321 }

  rPSNVEntryR29AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  322 }

  rPSNVEntryR29I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSNVEntryR29Entry  323 }

  rPSNVEntryR29NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSNVEntryR29Entry  325 }

  rPSNVEntryR29NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSNVEntryR29Entry  326 }

  rPSNVEntryR29AttrValCgNmEqCdNmMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSNVEntryR29Entry  327 }

  rPSNVEntryR29AttrValCgNmEqCdNm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling number equals called number'."
    DEFVAL       { yes }
    ::= { rPSNVEntryR29Entry  328 }

  rPSNVEntryR29UseClgNumBillRec OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use calling number for billing record'."
    DEFVAL       { false }
    ::= { rPSNVEntryR29Entry  330 }

  rPSNVEntryR29ClgNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number action for billing'."
    ::= { rPSNVEntryR29Entry  331 }

  rPSNVEntryR29CldNumActionBill OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number action for billing'."
    ::= { rPSNVEntryR29Entry  332 }

  rPSNVEntryR29NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSNVEntryR29Entry  333 }

  rPSNVEntryR29NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSNVEntryR29Entry  334 }

  rPSNVEntryR29NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSNVEntryR29Entry  335 }

  rPSNVEntryR29NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSNVEntryR29Entry  336 }

  rPSNVEntryR29NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSNVEntryR29Entry  337 }

  rPSNVEntryR29NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSNVEntryR29Entry  338 }

  rPSNVEntryR29NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSNVEntryR29Entry  339 }

  rPSNVEntryR29NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSNVEntryR29Entry  340 }

  rPSNVEntryR29NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSNVEntryR29Entry  341 }

  rPSNVEntryR29NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSNVEntryR29Entry  342 }

  rPSNVEntryR29AttrValSatIndMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  343 }

  rPSNVEntryR29AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSNVEntryR29Entry  344 }

  rPSNVEntryR29AttrValCgPtNumPrsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling party number presence match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  345 }

  rPSNVEntryR29AttrValClgPartyNumPresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   numeric(1),
                   hexDigit(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling party number presence'."
    DEFVAL       { numeric }
    ::= { rPSNVEntryR29Entry  346 }

  rPSNVEntryR29AttrValCallTagsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tags match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  347 }

  rPSNVEntryR29AttrValCallTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSNVEntryR29Entry  348 }

  rPSNVEntryR29AttrValSigCIdPRstMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID presentation restriction match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  349 }

  rPSNVEntryR29AttrValSigCIdPRst OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSNVEntryR29Entry  350 }

  rPSNVEntryR29AttrValSigCIdIncMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID incomplete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSNVEntryR29Entry  351 }

  rPSNVEntryR29AttrValSigCIdInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSNVEntryR29Entry  352 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Action'                                             */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  rPSActionR31Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSActionR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Table'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2701 }

  rPSActionR31Entry OBJECT-TYPE
    SYNTAX       RPSActionR31Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSActionR31NEConn,
             rPSActionR31NetwkElement,
             rPSActionR31CFSIx,
             rPSActionR31CfgSetIx,
             rPSActionR31RtgTblIx,
             rPSActionR31RtgActionIx }
    ::= {  rPSActionR31Table  1  }

  RPSActionR31Entry  ::=  SEQUENCE
  {
    rPSActionR31NEConn                 Unsigned32,
    rPSActionR31NetwkElement           DisplayString,
    rPSActionR31CFSIx                  Unsigned32,
    rPSActionR31CfgSetIx               Unsigned32,
    rPSActionR31RtgTblIx               Unsigned32,
    rPSActionR31RtgActionIx            Unsigned32,
    rPSActionR31AddrType               INTEGER,
    rPSActionR31AddrScope              INTEGER,
    rPSActionR31WildcardAddrType       INTEGER,
    rPSActionR31WildcardAddr           DisplayString,
    rPSActionR31TemporaryAlternateRtgIndicator
                                       INTEGER,
    rPSActionR31WildcardAddrEffectivePrefixLen
                                       Unsigned32,
    rPSActionR31ActionProbability      Unsigned32,
    rPSActionR31Action                 INTEGER,
    rPSActionR31T1I1MediaChanNEConn    Unsigned32,
    rPSActionR31T1I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T1I3MediaChanCFSIx     Unsigned32,
    rPSActionR31T1I4MediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR31T1I5MediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR31T1I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR31T2I1MediaChanNEConn    Unsigned32,
    rPSActionR31T2I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T2I3MediaChanCFSIx     Unsigned32,
    rPSActionR31T2I4MediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR31T2I5MediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR31T2I6MediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR31I1NextTblNEConn        Unsigned32,
    rPSActionR31I2NextTblNetwkElement  DisplayString,
    rPSActionR31I3NextTblCFSIx         Unsigned32,
    rPSActionR31I4NextTblCfgSetIx      Unsigned32,
    rPSActionR31I5NextTblRtgTblIx      Unsigned32,
    rPSActionR31ActionUnavailInterval  Unsigned32,
    rPSActionR31T4I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T4I3MediaChanCFSIx     Unsigned32,
    rPSActionR31AllowAAR               INTEGER,
    rPSActionR31AllowARR               INTEGER,
    rPSActionR31RtgControlIndicator    INTEGER,
    rPSActionR31CircCode               INTEGER,
    rPSActionR31MFTandemRtgCode        INTEGER,
    rPSActionR31MFIntnatlNonOprRtgCode INTEGER,
    rPSActionR31MFIntnatlOprRtgCode    INTEGER,
    rPSActionR31MaxChanUsage           Unsigned32,
    rPSActionR31CgstnLvl1AcceptanceProbability
                                       Unsigned32,
    rPSActionR31CgstnLvl2AcceptanceProbability
                                       Unsigned32,
    rPSActionR31RowStatus              RowStatus,
    rPSActionR31OptionalAttrsToSet     BITS,
    rPSActionR31AlrmState              INTEGER,
    rPSActionR31AlrmEvtsAtndDpLogCorr  Counter64,
    rPSActionR31AlrmEvtsAtndDp         Integer32,
    rPSActionR31AlrmStateTimestamp     Unsigned32,
    rPSActionR31AlrmResetTimestamp     Unsigned32,
    rPSActionR31TimeRtgPrecedence      Unsigned32,
    rPSActionR31TimeRtgMinYear         Unsigned32,
    rPSActionR31TimeRtgMinMonth        Unsigned32,
    rPSActionR31TimeRtgMinDay          Unsigned32,
    rPSActionR31TimeRtgMaxYear         Unsigned32,
    rPSActionR31TimeRtgMaxMonth        Unsigned32,
    rPSActionR31TimeRtgMaxDay          Unsigned32,
    rPSActionR31TimeRtgMinDayWeek      INTEGER,
    rPSActionR31TimeRtgMinHr           Unsigned32,
    rPSActionR31TimeRtgMinMin          Unsigned32,
    rPSActionR31TimeRtgMaxDayWeek      INTEGER,
    rPSActionR31TimeRtgMaxHr           Unsigned32,
    rPSActionR31TimeRtgMaxMin          Unsigned32,
    rPSActionR31SubRtgAttrs            BITS,
    rPSActionR31NumAction              DisplayString,
    rPSActionR31Desc                   DisplayString,
    rPSActionR31AttrValOprCallMatch    INTEGER,
    rPSActionR31AttrValOprCall         INTEGER,
    rPSActionR31AttrValSubGpMatch      INTEGER,
    rPSActionR31T3I1MediaChanNEConn    Unsigned32,
    rPSActionR31T3I2MediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T3I3MediaChanCFSIx     Unsigned32,
    rPSActionR31T3I4MediaChanSIPIx     Unsigned32,
    rPSActionR31T3I5MediaChanSIPTrnkIx Unsigned32,
    rPSActionR31I1AttrValSubGpNEConn   Unsigned32,
    rPSActionR31I2AttrValSubGpNetwkElement
                                       DisplayString,
    rPSActionR31I3AttrValSubGpCFSIx    Unsigned32,
    rPSActionR31I4AttrValSubGpSubGpIx  Unsigned32,
    rPSActionR31AttrValANIIIDigits     Unsigned32,
    rPSActionR31AttrValDialedPrefixMatch
                                       INTEGER,
    rPSActionR31AttrValDialedPrefix    INTEGER,
    rPSActionR31AttrValDialingPattnMatch
                                       INTEGER,
    rPSActionR31AttrValDialingPattn    INTEGER,
    rPSActionR31AttrValUsrDef1Match    INTEGER,
    rPSActionR31AttrValUsrDef1         Unsigned32,
    rPSActionR31AttrValUsrDef2Match    INTEGER,
    rPSActionR31AttrValUsrDef2         Unsigned32,
    rPSActionR31AttrValUsrDef3Match    INTEGER,
    rPSActionR31AttrValUsrDef3         Unsigned32,
    rPSActionR31AttrValLCC1Match       INTEGER,
    rPSActionR31AttrValLCC1            Unsigned32,
    rPSActionR31AttrValLCC2Match       INTEGER,
    rPSActionR31AttrValLCC2            Unsigned32,
    rPSActionR31AttrValLCC3Match       INTEGER,
    rPSActionR31AttrValLCC3            Unsigned32,
    rPSActionR31AttrValLCC4Match       INTEGER,
    rPSActionR31AttrValLCC4            Unsigned32,
    rPSActionR31AttrValLCC5Match       INTEGER,
    rPSActionR31AttrValLCC5            Unsigned32,
    rPSActionR31AttrValUSCallTypeMatch INTEGER,
    rPSActionR31AttrValUSCallType      INTEGER,
    rPSActionR31AttrValUKCallTypeMatch INTEGER,
    rPSActionR31AttrValUKCallType      INTEGER,
    rPSActionR31AttrValCIPMatch        INTEGER,
    rPSActionR31AttrValCIP             Unsigned32,
    rPSActionR31AttrValANIIIDigitsMatch
                                       INTEGER,
    rPSActionR31InMediaType            INTEGER,
    rPSActionR31T1I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR31T1I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR31T1I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR31T1I4InMediaRemExchangeISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR31T1I5InMediaRemExchangeISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR31T2I1InMediaRemExchangeNEConn
                                       Unsigned32,
    rPSActionR31T2I2InMediaRemExchangeNetwkElement
                                       DisplayString,
    rPSActionR31T2I3InMediaRemExchangeCFSIx
                                       Unsigned32,
    rPSActionR31T2I4InMediaRemExchangeMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR31T2I5InMediaRemExchangeRemExchangeIx
                                       Unsigned32,
    rPSActionR31T1I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR31T1I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T1I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR31T1I4InMediaRemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR31T1I5InMediaRemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rPSActionR31T1I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR31T2I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR31T2I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T2I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR31T2I4InMediaRemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rPSActionR31T2I5InMediaRemMediaChanRemExchangeIx
                                       Unsigned32,
    rPSActionR31T2I6InMediaRemMediaChanMediaChanIx
                                       Unsigned32,
    rPSActionR31T3I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR31T3I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T3I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR31T3I4InMediaRemMediaChanSIPIx
                                       Unsigned32,
    rPSActionR31T3I5InMediaRemMediaChanSIPTrnkIx
                                       Unsigned32,
    rPSActionR31T4I1InMediaRemMediaChanNEConn
                                       Unsigned32,
    rPSActionR31T4I2InMediaRemMediaChanNetwkElement
                                       DisplayString,
    rPSActionR31T4I3InMediaRemMediaChanCFSIx
                                       Unsigned32,
    rPSActionR31T4I4InMediaRemMediaChanISDNIx
                                       Unsigned32,
    rPSActionR31T4I5InMediaRemMediaChanPRIIx
                                       Unsigned32,
    rPSActionR31InMediaRemSigStack     INTEGER,
    rPSActionR31T4I1MediaChanNEConn    Unsigned32,
    rPSActionR31T4I4MediaChanISDNIx    Unsigned32,
    rPSActionR31T4I5MediaChanPRIIx     Unsigned32,
    rPSActionR31I4InMediaISUPLocalSigDestISUPLocalSigDestIx
                                       Unsigned32,
    rPSActionR31AttrValOrgSigGwM3UAAppSvrMatch
                                       INTEGER,
    rPSActionR31T1I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR31T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR31T1I3AttrValOrgSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSActionR31I1InMediaISUPLocalSigDestNEConn
                                       Unsigned32,
    rPSActionR31I2InMediaISUPLocalSigDestNetwkElement
                                       DisplayString,
    rPSActionR31I3InMediaISUPLocalSigDestCFSIx
                                       Unsigned32,
    rPSActionR31NumActCallPartyNumAct  DisplayString,
    rPSActionR31NumActChargeNumAct     DisplayString,
    rPSActionR31AttrValUsrDef4Match    INTEGER,
    rPSActionR31AttrValUsrDef4         Unsigned32,
    rPSActionR31AttrValUsrDef5Match    INTEGER,
    rPSActionR31AttrValUsrDef5         Unsigned32,
    rPSActionR31AttrValUsrDef6Match    INTEGER,
    rPSActionR31AttrValUsrDef6         Unsigned32,
    rPSActionR31AttrValUsrDef7Match    INTEGER,
    rPSActionR31AttrValUsrDef7         Unsigned32,
    rPSActionR31AttrValUsrDef8Match    INTEGER,
    rPSActionR31AttrValUsrDef8         Unsigned32,
    rPSActionR31AttrValUsrDef9Match    INTEGER,
    rPSActionR31AttrValUsrDef9         Unsigned32,
    rPSActionR31AttrValUsrDef10Match   INTEGER,
    rPSActionR31AttrValUsrDef10        Unsigned32,
    rPSActionR31AttrValUsrDef11Match   INTEGER,
    rPSActionR31AttrValUsrDef11        Unsigned32,
    rPSActionR31AttrValUsrDef12Match   INTEGER,
    rPSActionR31AttrValUsrDef12        Unsigned32,
    rPSActionR31AttrValUsrDef13Match   INTEGER,
    rPSActionR31AttrValUsrDef13        Unsigned32,
    rPSActionR31AttrValUsrDef14Match   INTEGER,
    rPSActionR31AttrValUsrDef14        Unsigned32,
    rPSActionR31AttrValUsrDef15Match   INTEGER,
    rPSActionR31AttrValUsrDef15        Unsigned32,
    rPSActionR31AttrValUsrDef16Match   INTEGER,
    rPSActionR31AttrValUsrDef16        Unsigned32,
    rPSActionR31AttrValUsrDef17Match   INTEGER,
    rPSActionR31AttrValUsrDef17        Unsigned32,
    rPSActionR31AttrValUsrDef18Match   INTEGER,
    rPSActionR31AttrValUsrDef18        Unsigned32,
    rPSActionR31AttrValUsrDef19Match   INTEGER,
    rPSActionR31AttrValUsrDef19        Unsigned32,
    rPSActionR31AttrValUsrDef20Match   INTEGER,
    rPSActionR31AttrValUsrDef20        Unsigned32,
    rPSActionR31AttrValLCC6Match       INTEGER,
    rPSActionR31AttrValLCC6            Unsigned32,
    rPSActionR31AttrValLCC7Match       INTEGER,
    rPSActionR31AttrValLCC7            Unsigned32,
    rPSActionR31AttrValLCC8Match       INTEGER,
    rPSActionR31AttrValLCC8            Unsigned32,
    rPSActionR31AttrValLCC9Match       INTEGER,
    rPSActionR31AttrValLCC9            Unsigned32,
    rPSActionR31AttrValLCC10Match      INTEGER,
    rPSActionR31AttrValLCC10           Unsigned32,
    rPSActionR31AttrValLCC11Match      INTEGER,
    rPSActionR31AttrValLCC11           Unsigned32,
    rPSActionR31AttrValLCC12Match      INTEGER,
    rPSActionR31AttrValLCC12           Unsigned32,
    rPSActionR31AttrValLCC13Match      INTEGER,
    rPSActionR31AttrValLCC13           Unsigned32,
    rPSActionR31AttrValLCC14Match      INTEGER,
    rPSActionR31AttrValLCC14           Unsigned32,
    rPSActionR31AttrValLCC15Match      INTEGER,
    rPSActionR31AttrValLCC15           Unsigned32,
    rPSActionR31AttrValLCC16Match      INTEGER,
    rPSActionR31AttrValLCC16           Unsigned32,
    rPSActionR31AttrValLCC17Match      INTEGER,
    rPSActionR31AttrValLCC17           Unsigned32,
    rPSActionR31AttrValLCC18Match      INTEGER,
    rPSActionR31AttrValLCC18           Unsigned32,
    rPSActionR31AttrValLCC19Match      INTEGER,
    rPSActionR31AttrValLCC19           Unsigned32,
    rPSActionR31AttrValLCC20Match      INTEGER,
    rPSActionR31AttrValLCC20           Unsigned32,
    rPSActionR31AttrValESAStatusMatch  INTEGER,
    rPSActionR31I1AttrValControllingESAProtDomNEConn
                                       Unsigned32,
    rPSActionR31I2AttrValControllingESAProtDomNetwkElement
                                       DisplayString,
    rPSActionR31I3AttrValControllingESAProtDomCFSIx
                                       Unsigned32,
    rPSActionR31I4AttrValControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rPSActionR31MaxCallDurn            Unsigned32,
    rPSActionR31InReleaseCauseMatch    INTEGER,
    rPSActionR31InReleaseCause         INTEGER,
    rPSActionR31OutQ850ReleaseCause    INTEGER,
    rPSActionR31BearerCapabilityMatch  INTEGER,
    rPSActionR31BearerCapability       BITS,
    rPSActionR31AttrValsPriorityCallMatch
                                       INTEGER,
    rPSActionR31AttrValPriorityCall    INTEGER,
    rPSActionR31AttrValNetWdBGIDMatch  INTEGER,
    rPSActionR31AttrValNetWdBGID       Unsigned32,
    rPSActionR31AttrValBGLnPrivMatch   INTEGER,
    rPSActionR31AttrValBGLnPriv        Unsigned32,
    rPSActionR31AttrValISwIBGCallMatch INTEGER,
    rPSActionR31AttrValISwIBGCall      INTEGER,
    rPSActionR31AttrValOTGpIDMatch     INTEGER,
    rPSActionR31AttrValOTGpID          DisplayString,
    rPSActionR31AttrValOrigTrCxtMatch  INTEGER,
    rPSActionR31AttrValOrigTrCxt       DisplayString,
    rPSActionR31AttrValDTGpIDMatch     INTEGER,
    rPSActionR31AttrValDTGpID          DisplayString,
    rPSActionR31AttrValDestTrnkCxtMatch
                                       INTEGER,
    rPSActionR31AttrValDestTrnkCxt     DisplayString,
    rPSActionR31OverrideCldAddrScope   INTEGER,
    rPSActionR31RequestCNAMDip         INTEGER,
    rPSActionR31T2I1AttrValOrgSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSActionR31T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSActionR31T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSActionR31DestTrnkGpID           DisplayString,
    rPSActionR31DestTrnkCxt            DisplayString,
    rPSActionR31GenericMatchType       INTEGER,
    rPSActionR31ClgPartyCats           BITS,
    rPSActionR31LowerPropDly           Unsigned32,
    rPSActionR31UpperPropDly           Unsigned32,
    rPSActionR31SatelliteInd           Unsigned32,
    rPSActionR31IsupPreference         BITS,
    rPSActionR31GermanNukkFsrMatchType INTEGER,
    rPSActionR31GermanNukkFsrInd       Unsigned32,
    rPSActionR31GermanNukkFszMatchType INTEGER,
    rPSActionR31GermanNukkFszInd       Unsigned32,
    rPSActionR31GermanNukkIcrMatchType INTEGER,
    rPSActionR31GermanNukkIcrInd       Unsigned32,
    rPSActionR31GermanNukkNcrMatchType INTEGER,
    rPSActionR31GermanNukkNcrInd       Unsigned32,
    rPSActionR31GermanNukkCnbMatchType INTEGER,
    rPSActionR31GermanNukkCnbInd       Unsigned32,
    rPSActionR31GermanNukkCustIdMatchType
                                       INTEGER,
    rPSActionR31GermanNukkCustId       Unsigned32,
    rPSActionR31GermanNukkServMatchType
                                       INTEGER,
    rPSActionR31GermanNukkServ         Unsigned32,
    rPSActionR31GermanNsspFsmMatchType INTEGER,
    rPSActionR31GermanNsspFsmInd       Unsigned32,
    rPSActionR31GermanNsspNpfMatchType INTEGER,
    rPSActionR31GermanNsspNpfInd       Unsigned32,
    rPSActionR31GermanNsspTiMatchType  INTEGER,
    rPSActionR31GermanNsspTransitInd   Unsigned32,
    rPSActionR31GermanNsspServMatchType
                                       INTEGER,
    rPSActionR31GermanNsspServ         Unsigned32,
    rPSActionR31ENUMSuffix             DisplayString,
    rPSActionR31ENUMServers            DisplayString,
    rPSActionR31RemTollFreeLookupRequest
                                       INTEGER,
    rPSActionR31CPCSpecificOther       DisplayString,
    rPSActionR31RouteLabel             DisplayString,
    rPSActionR31OverrideClgAddrScope   INTEGER,
    rPSActionR31AttrValSiteMatch       INTEGER,
    rPSActionR31I1AttrValSiteClusterSiteConnIx
                                       Integer32,
    rPSActionR31NumActionSignaledCIDAction
                                       DisplayString,
    rPSActionR31OverrideISUPRetryScope INTEGER,
    rPSActionR31NumActionPresNumActionUKOnly
                                       DisplayString,
    rPSActionR31PresNumScopeUKOnly     INTEGER,
    rPSActionR31RecoveryFromLossRTP    INTEGER,
    rPSActionR31NumActionUDSA1Action   DisplayString,
    rPSActionR31NumActionUDSA2Action   DisplayString,
    rPSActionR31NumActionUDSA3Action   DisplayString,
    rPSActionR31NumActionUDSA4Action   DisplayString,
    rPSActionR31NumActionUDSA5Action   DisplayString,
    rPSActionR31NumActionUDSA6Action   DisplayString,
    rPSActionR31NumActionUDSA7Action   DisplayString,
    rPSActionR31NumActionUDSA8Action   DisplayString,
    rPSActionR31NumActionUDSA9Action   DisplayString,
    rPSActionR31NumActionUDSA10Action  DisplayString,
    rPSActionR31SignaledCallerIdScope  INTEGER,
    rPSActionR31SignaledCallerIdIncomplete
                                       INTEGER,
    rPSActionR31SignaledCallerIdNumPlanIndicator
                                       INTEGER,
    rPSActionR31SignaledCallerIdPresRestricted
                                       INTEGER,
    rPSActionR31SignaledCallerIdScreeningIndicator
                                       INTEGER,
    rPSActionR31AttrValCallTagsMatch   INTEGER,
    rPSActionR31AttrValCallTag         DisplayString,
    rPSActionR31AttrValSigCIdPRstMatch INTEGER,
    rPSActionR31AttrValSigCIdPRst      INTEGER,
    rPSActionR31AttrValSigCIdIncMatch  INTEGER,
    rPSActionR31AttrValSigCIdInc       INTEGER,
    rPSActionR31RemSignaledCallerIdIfZeroLen
                                       INTEGER
  }

  rPSActionR31NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSActionR31Entry  1 }

  rPSActionR31NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSActionR31Entry  2 }

  rPSActionR31CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSActionR31Entry  3 }

  rPSActionR31CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSActionR31Entry  4 }

  rPSActionR31RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSActionR31Entry  5 }

  rPSActionR31RtgActionIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing action index'.
                  This is an index field."
    ::= { rPSActionR31Entry  6 }

  rPSActionR31AddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPresent(0),
                   e164(8),
                   networkID(131073)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address type'."
    ::= { rPSActionR31Entry  7 }

  rPSActionR31AddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17),
                   matchAny(2147483647)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address scope'."
    DEFVAL       { matchAny }
    ::= { rPSActionR31Entry  8 }

  rPSActionR31WildcardAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   explicitWildcard(1),
                   fullWildcardAnyType(2),
                   fullWildcardThisType(3),
                   partWildcardHeader(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address type'."
    ::= { rPSActionR31Entry  9 }

  rPSActionR31WildcardAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Wildcard address'."
    ::= { rPSActionR31Entry  10 }

  rPSActionR31TemporaryAlternateRtgIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Temporary Alternate Routing indicator'."
    DEFVAL       { false }
    ::= { rPSActionR31Entry  11 }

  rPSActionR31WildcardAddrEffectivePrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Wildcard address effective prefix length'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  12 }

  rPSActionR31ActionProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action probability'."
    ::= { rPSActionR31Entry  13 }

  rPSActionR31Action OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingComplete(1),
                   reject(2),
                   tableLookup(3),
                   returnForReroute(4),
                   eNUMLookup(5),
                   routeBasedOnTGID(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action'."
    ::= { rPSActionR31Entry  14 }

  rPSActionR31T1I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  15 }

  rPSActionR31T1I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  16 }

  rPSActionR31T1I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  17 }

  rPSActionR31T1I4MediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  18 }

  rPSActionR31T1I5MediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  19 }

  rPSActionR31T1I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  20 }

  rPSActionR31T2I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  21 }

  rPSActionR31T2I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  22 }

  rPSActionR31T2I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  23 }

  rPSActionR31T2I4MediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  24 }

  rPSActionR31T2I5MediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  25 }

  rPSActionR31T2I6MediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  26 }

  rPSActionR31I1NextTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR31Entry  27 }

  rPSActionR31I2NextTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR31Entry  28 }

  rPSActionR31I3NextTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR31Entry  29 }

  rPSActionR31I4NextTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR31Entry  30 }

  rPSActionR31I5NextTblRtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next table',
                  This field represents index 'Routing Table index'
                  in referenced type 'BOORPSRoutingTableSE'."
    ::= { rPSActionR31Entry  31 }

  rPSActionR31ActionUnavailInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call gapping interval'."
    ::= { rPSActionR31Entry  32 }

  rPSActionR31T4I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  33 }

  rPSActionR31T4I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  34 }

  rPSActionR31AllowAAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'AAR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR31Entry  35 }

  rPSActionR31AllowARR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR allowed'."
    DEFVAL       { true }
    ::= { rPSActionR31Entry  36 }

  rPSActionR31RtgControlIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSActionR31Entry  37 }

  rPSActionR31CircCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..15 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit code'."
    ::= { rPSActionR31Entry  38 }

  rPSActionR31MFTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF tandem routing code'."
    ::= { rPSActionR31Entry  39 }

  rPSActionR31MFIntnatlNonOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international non-operator routing code'."
    ::= { rPSActionR31Entry  40 }

  rPSActionR31MFIntnatlOprRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MF international operator routing code'."
    ::= { rPSActionR31Entry  41 }

  rPSActionR31MaxChanUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Max channel usage'."
    DEFVAL       { 100 }
    ::= { rPSActionR31Entry  42 }

  rPSActionR31CgstnLvl1AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 1 acceptance probability'."
    ::= { rPSActionR31Entry  43 }

  rPSActionR31CgstnLvl2AcceptanceProbability OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Congestion level 2 acceptance probability'."
    ::= { rPSActionR31Entry  44 }

  rPSActionR31RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSActionR31Entry  50 }

  rPSActionR31OptionalAttrsToSet OBJECT-TYPE
    SYNTAX       BITS {
                   aARAllowed(0),
                   aRRAllowed(1),
                   routingControlUKOnly(2),
                   circuitCodeNorthAmericaOnly(3),
                   mFTandemRoutingCodeNorthAmericaOnly(4),
                   mFInternationalNonOperatorRoutingCodeNorthAmericaOnly(5),
                   mFInternationalOperatorRoutingCodeNorthAmericaOnly(6),
                   maxChannelUsage(7),
                   congestionLevel1AcceptanceProbability(8),
                   congestionLevel2AcceptanceProbability(9),
                   maximumCallDuration(10),
                   outgoingQ850ReleaseCause(11),
                   calledAddressScope(12),
                   requestCNAMDip(13),
                   destinationTrunkGroupID(14),
                   destinationTrunkContext(15),
                   callingAddressScope(16),
                   overrideISUPRetryScope(17),
                   presentationNumberScopeUKOnly(18),
                   recoveryFromLossOfRTP(19),
                   signaledCallerIDScope(20),
                   signaledCallerIDIncomplete(21),
                   signaledCallerIDNumberPlanIndicator(22),
                   signaledCallerIDPresentationRestricted(23),
                   signaledCallerIDScreeningIndicator(24),
                   removeSignaledCallerIDIfZeroLength(25)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Optional attributes to set'."
    ::= { rPSActionR31Entry  51 }

  rPSActionR31AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { rPSActionR31Entry  52 }

  rPSActionR31AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { rPSActionR31Entry  53 }

  rPSActionR31AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSActionR31Entry  54 }

  rPSActionR31AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { rPSActionR31Entry  55 }

  rPSActionR31AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { rPSActionR31Entry  56 }

  rPSActionR31TimeRtgPrecedence OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing precedence'."
    ::= { rPSActionR31Entry  57 }

  rPSActionR31TimeRtgMinYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (year)'."
    ::= { rPSActionR31Entry  58 }

  rPSActionR31TimeRtgMinMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (month)'."
    ::= { rPSActionR31Entry  59 }

  rPSActionR31TimeRtgMinDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid from (date)'."
    ::= { rPSActionR31Entry  60 }

  rPSActionR31TimeRtgMaxYear OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "yyyy"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (year)'."
    ::= { rPSActionR31Entry  61 }

  rPSActionR31TimeRtgMaxMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (month)'."
    ::= { rPSActionR31Entry  62 }

  rPSActionR31TimeRtgMaxDay OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Valid until (date)'."
    ::= { rPSActionR31Entry  63 }

  rPSActionR31TimeRtgMinDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (day)'."
    ::= { rPSActionR31Entry  64 }

  rPSActionR31TimeRtgMinHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (hour)'."
    ::= { rPSActionR31Entry  65 }

  rPSActionR31TimeRtgMinMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route from (minute)'."
    ::= { rPSActionR31Entry  66 }

  rPSActionR31TimeRtgMaxDayWeek OBJECT-TYPE
    SYNTAX       INTEGER {
                   monday(1),
                   tuesday(2),
                   wednesday(3),
                   thursday(4),
                   friday(5),
                   saturday(6),
                   sunday(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (day)'."
    ::= { rPSActionR31Entry  67 }

  rPSActionR31TimeRtgMaxHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (hour)'."
    ::= { rPSActionR31Entry  68 }

  rPSActionR31TimeRtgMaxMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route until (minute)'."
    ::= { rPSActionR31Entry  69 }

  rPSActionR31SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rPSActionR31Entry  71 }

  rPSActionR31NumAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - called number action'."
    ::= { rPSActionR31Entry  83 }

  rPSActionR31Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { rPSActionR31Entry  104 }

  rPSActionR31AttrValOprCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - operator call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  105 }

  rPSActionR31AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { true }
    ::= { rPSActionR31Entry  106 }

  rPSActionR31AttrValSubGpMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Subscriber Group match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  107 }

  rPSActionR31T3I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  110 }

  rPSActionR31T3I2MediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  111 }

  rPSActionR31T3I3MediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  112 }

  rPSActionR31T3I4MediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  113 }

  rPSActionR31T3I5MediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  114 }

  rPSActionR31I1AttrValSubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR31Entry  115 }

  rPSActionR31I2AttrValSubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR31Entry  116 }

  rPSActionR31I3AttrValSubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR31Entry  117 }

  rPSActionR31I4AttrValSubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Subscriber Group',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rPSActionR31Entry  118 }

  rPSActionR31AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  119 }

  rPSActionR31AttrValDialedPrefixMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialed Prefix match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  120 }

  rPSActionR31AttrValDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialed Prefix'."
    DEFVAL       { unknown }
    ::= { rPSActionR31Entry  121 }

  rPSActionR31AttrValDialingPattnMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Dialing Pattern match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  122 }

  rPSActionR31AttrValDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - Dialing Pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSActionR31Entry  123 }

  rPSActionR31AttrValUsrDef1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  124 }

  rPSActionR31AttrValUsrDef1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 1'."
    ::= { rPSActionR31Entry  125 }

  rPSActionR31AttrValUsrDef2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  126 }

  rPSActionR31AttrValUsrDef2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 2'."
    ::= { rPSActionR31Entry  127 }

  rPSActionR31AttrValUsrDef3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  128 }

  rPSActionR31AttrValUsrDef3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 3'."
    ::= { rPSActionR31Entry  129 }

  rPSActionR31AttrValLCC1Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  130 }

  rPSActionR31AttrValLCC1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 1'."
    ::= { rPSActionR31Entry  131 }

  rPSActionR31AttrValLCC2Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  132 }

  rPSActionR31AttrValLCC2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 2'."
    ::= { rPSActionR31Entry  133 }

  rPSActionR31AttrValLCC3Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  134 }

  rPSActionR31AttrValLCC3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 3'."
    ::= { rPSActionR31Entry  135 }

  rPSActionR31AttrValLCC4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  136 }

  rPSActionR31AttrValLCC4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 4'."
    ::= { rPSActionR31Entry  137 }

  rPSActionR31AttrValLCC5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  138 }

  rPSActionR31AttrValLCC5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 5'."
    ::= { rPSActionR31Entry  139 }

  rPSActionR31AttrValUSCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - US Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  140 }

  rPSActionR31AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR31Entry  141 }

  rPSActionR31AttrValUKCallTypeMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - UK Call Type match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  142 }

  rPSActionR31AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK Call Type'."
    DEFVAL       { unknown }
    ::= { rPSActionR31Entry  143 }

  rPSActionR31AttrValCIPMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  144 }

  rPSActionR31AttrValCIP OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - CIP'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  145 }

  rPSActionR31AttrValANIIIDigitsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI II digits match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  146 }

  rPSActionR31InMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   remoteAny(2),
                   remoteSpecifiedSignalingStack(5),
                   remoteSpecifiedExchange(3),
                   remoteSpecifiedMediaChannel(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming Media type'."
    ::= { rPSActionR31Entry  147 }

  rPSActionR31T1I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR31Entry  148 }

  rPSActionR31T1I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR31Entry  149 }

  rPSActionR31T1I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR31Entry  150 }

  rPSActionR31T1I4InMediaRemExchangeISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR31Entry  151 }

  rPSActionR31T1I5InMediaRemExchangeISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPRemoteSigDestSE'."
    ::= { rPSActionR31Entry  152 }

  rPSActionR31T2I1InMediaRemExchangeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR31Entry  153 }

  rPSActionR31T2I2InMediaRemExchangeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR31Entry  154 }

  rPSActionR31T2I3InMediaRemExchangeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR31Entry  155 }

  rPSActionR31T2I4InMediaRemExchangeMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR31Entry  156 }

  rPSActionR31T2I5InMediaRemExchangeRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Exchange',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFRemoteExchangeSE'."
    ::= { rPSActionR31Entry  157 }

  rPSActionR31T1I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  158 }

  rPSActionR31T1I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  159 }

  rPSActionR31T1I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  160 }

  rPSActionR31T1I4InMediaRemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  161 }

  rPSActionR31T1I5InMediaRemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  162 }

  rPSActionR31T1I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rPSActionR31Entry  163 }

  rPSActionR31T2I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  164 }

  rPSActionR31T2I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  165 }

  rPSActionR31T2I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  166 }

  rPSActionR31T2I4InMediaRemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  167 }

  rPSActionR31T2I5InMediaRemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  168 }

  rPSActionR31T2I6InMediaRemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rPSActionR31Entry  169 }

  rPSActionR31T3I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  170 }

  rPSActionR31T3I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  171 }

  rPSActionR31T3I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  172 }

  rPSActionR31T3I4InMediaRemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  173 }

  rPSActionR31T3I5InMediaRemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rPSActionR31Entry  174 }

  rPSActionR31T4I1InMediaRemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  175 }

  rPSActionR31T4I2InMediaRemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  176 }

  rPSActionR31T4I3InMediaRemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  177 }

  rPSActionR31T4I4InMediaRemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  178 }

  rPSActionR31T4I5InMediaRemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - Remote Media Channel',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  179 }

  rPSActionR31InMediaRemSigStack OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUP(1),
                   mF(4),
                   sIP(7),
                   iSDN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming Media - Remote Signaling Stack'."
    ::= { rPSActionR31Entry  180 }

  rPSActionR31T4I1MediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  181 }

  rPSActionR31T4I4MediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  182 }

  rPSActionR31T4I5MediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rPSActionR31Entry  183 }

  rPSActionR31I4InMediaISUPLocalSigDestISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR31Entry  184 }

  rPSActionR31AttrValOrgSigGwM3UAAppSvrMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  185 }

  rPSActionR31T1I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR31Entry  186 }

  rPSActionR31T1I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR31Entry  187 }

  rPSActionR31T1I3AttrValOrgSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSActionR31Entry  188 }

  rPSActionR31I1InMediaISUPLocalSigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR31Entry  189 }

  rPSActionR31I2InMediaISUPLocalSigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR31Entry  190 }

  rPSActionR31I3InMediaISUPLocalSigDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Incoming Media - ISUP Local Signaling Destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPLocalSigDestSE'."
    ::= { rPSActionR31Entry  191 }

  rPSActionR31NumActCallPartyNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - calling party number action'."
    ::= { rPSActionR31Entry  193 }

  rPSActionR31NumActChargeNumAct OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - charge number action'."
    ::= { rPSActionR31Entry  194 }

  rPSActionR31AttrValUsrDef4Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 4 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  195 }

  rPSActionR31AttrValUsrDef4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 4'."
    ::= { rPSActionR31Entry  196 }

  rPSActionR31AttrValUsrDef5Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 5 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  197 }

  rPSActionR31AttrValUsrDef5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 5'."
    ::= { rPSActionR31Entry  198 }

  rPSActionR31AttrValUsrDef6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  199 }

  rPSActionR31AttrValUsrDef6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 6'."
    ::= { rPSActionR31Entry  200 }

  rPSActionR31AttrValUsrDef7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  201 }

  rPSActionR31AttrValUsrDef7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 7'."
    ::= { rPSActionR31Entry  202 }

  rPSActionR31AttrValUsrDef8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  203 }

  rPSActionR31AttrValUsrDef8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 8'."
    ::= { rPSActionR31Entry  204 }

  rPSActionR31AttrValUsrDef9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  205 }

  rPSActionR31AttrValUsrDef9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 9'."
    ::= { rPSActionR31Entry  206 }

  rPSActionR31AttrValUsrDef10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  207 }

  rPSActionR31AttrValUsrDef10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 10'."
    ::= { rPSActionR31Entry  208 }

  rPSActionR31AttrValUsrDef11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  209 }

  rPSActionR31AttrValUsrDef11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 11'."
    ::= { rPSActionR31Entry  210 }

  rPSActionR31AttrValUsrDef12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  211 }

  rPSActionR31AttrValUsrDef12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 12'."
    ::= { rPSActionR31Entry  212 }

  rPSActionR31AttrValUsrDef13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  213 }

  rPSActionR31AttrValUsrDef13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 13'."
    ::= { rPSActionR31Entry  214 }

  rPSActionR31AttrValUsrDef14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  215 }

  rPSActionR31AttrValUsrDef14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 14'."
    ::= { rPSActionR31Entry  216 }

  rPSActionR31AttrValUsrDef15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  217 }

  rPSActionR31AttrValUsrDef15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 15'."
    ::= { rPSActionR31Entry  218 }

  rPSActionR31AttrValUsrDef16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  219 }

  rPSActionR31AttrValUsrDef16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 16'."
    ::= { rPSActionR31Entry  220 }

  rPSActionR31AttrValUsrDef17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  221 }

  rPSActionR31AttrValUsrDef17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 17'."
    ::= { rPSActionR31Entry  222 }

  rPSActionR31AttrValUsrDef18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  223 }

  rPSActionR31AttrValUsrDef18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 18'."
    ::= { rPSActionR31Entry  224 }

  rPSActionR31AttrValUsrDef19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  225 }

  rPSActionR31AttrValUsrDef19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 19'."
    ::= { rPSActionR31Entry  226 }

  rPSActionR31AttrValUsrDef20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - User Defined 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  227 }

  rPSActionR31AttrValUsrDef20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - User Defined 20'."
    ::= { rPSActionR31Entry  228 }

  rPSActionR31AttrValLCC6Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  229 }

  rPSActionR31AttrValLCC6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 6'."
    ::= { rPSActionR31Entry  230 }

  rPSActionR31AttrValLCC7Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  231 }

  rPSActionR31AttrValLCC7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 7'."
    ::= { rPSActionR31Entry  232 }

  rPSActionR31AttrValLCC8Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  233 }

  rPSActionR31AttrValLCC8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 8'."
    ::= { rPSActionR31Entry  234 }

  rPSActionR31AttrValLCC9Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  235 }

  rPSActionR31AttrValLCC9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 9'."
    ::= { rPSActionR31Entry  236 }

  rPSActionR31AttrValLCC10Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  237 }

  rPSActionR31AttrValLCC10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 10'."
    ::= { rPSActionR31Entry  238 }

  rPSActionR31AttrValLCC11Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  239 }

  rPSActionR31AttrValLCC11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 11'."
    ::= { rPSActionR31Entry  240 }

  rPSActionR31AttrValLCC12Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  241 }

  rPSActionR31AttrValLCC12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 12'."
    ::= { rPSActionR31Entry  242 }

  rPSActionR31AttrValLCC13Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  243 }

  rPSActionR31AttrValLCC13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 13'."
    ::= { rPSActionR31Entry  244 }

  rPSActionR31AttrValLCC14Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  245 }

  rPSActionR31AttrValLCC14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 14'."
    ::= { rPSActionR31Entry  246 }

  rPSActionR31AttrValLCC15Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  247 }

  rPSActionR31AttrValLCC15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 15'."
    ::= { rPSActionR31Entry  248 }

  rPSActionR31AttrValLCC16Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  249 }

  rPSActionR31AttrValLCC16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 16'."
    ::= { rPSActionR31Entry  250 }

  rPSActionR31AttrValLCC17Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  251 }

  rPSActionR31AttrValLCC17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 17'."
    ::= { rPSActionR31Entry  252 }

  rPSActionR31AttrValLCC18Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  253 }

  rPSActionR31AttrValLCC18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 18'."
    ::= { rPSActionR31Entry  254 }

  rPSActionR31AttrValLCC19Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  255 }

  rPSActionR31AttrValLCC19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 19'."
    ::= { rPSActionR31Entry  256 }

  rPSActionR31AttrValLCC20Match OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20 match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  257 }

  rPSActionR31AttrValLCC20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Line Class Code 20'."
    ::= { rPSActionR31Entry  258 }

  rPSActionR31AttrValESAStatusMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   specificESAInControl(1),
                   anyESAInControl(2),
                   any(3),
                   mainCallFeatureServerInControl(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ESA Status match'."
    DEFVAL       { anyESAInControl }
    ::= { rPSActionR31Entry  259 }

  rPSActionR31I1AttrValControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR31Entry  260 }

  rPSActionR31I2AttrValControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR31Entry  261 }

  rPSActionR31I3AttrValControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR31Entry  262 }

  rPSActionR31I4AttrValControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rPSActionR31Entry  263 }

  rPSActionR31MaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call duration'."
    ::= { rPSActionR31Entry  264 }

  rPSActionR31InReleaseCauseMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   matchAny(1),
                   anyReleaseCauseIfPresent(2),
                   noReleaseCause(3),
                   q850ReleaseCause(4),
                   anyQ850ReleaseCauseIfPresent(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause match'."
    DEFVAL       { noReleaseCause }
    ::= { rPSActionR31Entry  265 }

  rPSActionR31InReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming release cause'."
    ::= { rPSActionR31Entry  266 }

  rPSActionR31OutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSActionR31Entry  268 }

  rPSActionR31BearerCapabilityMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(1),
                   exact(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability match'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  269 }

  rPSActionR31BearerCapability OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { {} }
    ::= { rPSActionR31Entry  270 }

  rPSActionR31AttrValsPriorityCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - priority call match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  271 }

  rPSActionR31AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { yes }
    ::= { rPSActionR31Entry  272 }

  rPSActionR31AttrValNetWdBGIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  273 }

  rPSActionR31AttrValNetWdBGID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - network-wide Business Group ID'."
    ::= { rPSActionR31Entry  274 }

  rPSActionR31AttrValBGLnPrivMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  275 }

  rPSActionR31AttrValBGLnPriv OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - business Group line privileges'."
    ::= { rPSActionR31Entry  276 }

  rPSActionR31AttrValISwIBGCallMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchEvenIfNotPresent(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call match'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR31Entry  277 }

  rPSActionR31AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    ::= { rPSActionR31Entry  278 }

  rPSActionR31AttrValOTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  279 }

  rPSActionR31AttrValOTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSActionR31Entry  280 }

  rPSActionR31AttrValOrigTrCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  281 }

  rPSActionR31AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSActionR31Entry  282 }

  rPSActionR31AttrValDTGpIDMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  283 }

  rPSActionR31AttrValDTGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSActionR31Entry  284 }

  rPSActionR31AttrValDestTrnkCxtMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  285 }

  rPSActionR31AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSActionR31Entry  286 }

  rPSActionR31OverrideCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR31Entry  287 }

  rPSActionR31RequestCNAMDip OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkToTrunkCalls(1),
                   noCalls(2),
                   allCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request CNAM dip'."
    DEFVAL       { noCalls }
    ::= { rPSActionR31Entry  288 }

  rPSActionR31T2I1AttrValOrgSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR31Entry  289 }

  rPSActionR31T2I2AttrValOrgSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR31Entry  290 }

  rPSActionR31T2I3AttrValOrgSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - originating Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSActionR31Entry  291 }

  rPSActionR31DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rPSActionR31Entry  292 }

  rPSActionR31DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rPSActionR31Entry  293 }

  rPSActionR31GenericMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match type'."
    DEFVAL       { matchEvenIfNotPresent }
    ::= { rPSActionR31Entry  294 }

  rPSActionR31ClgPartyCats OBJECT-TYPE
    SYNTAX       BITS {
                   zeroUnknown(0),
                   oneOperatorFrench(1),
                   twoOperatorEnglish(2),
                   threeOperatorGerman(3),
                   fourOperatorRussian(4),
                   fiveOperatorSpanish(5),
                   sixOperatorLanguageSix(6),
                   sevenOperatorLanguageSeven(7),
                   eightOperatorLanguageEight(8),
                   nineNationalOperator(9),
                   tenOrdinaryCallingSubscriber(10),
                   elevenCallingSubscriberWithPriority(11),
                   twelveDataCall(12),
                   thirteenTestCall(13),
                   fifteenPayphone(14),
                   sixteenNationalUse(15),
                   twentyTwoNationalUse(16),
                   twoHundredTwentyFourNationalUse(17),
                   twoHundredTwentyFiveNationalUse(18),
                   twoHundredTwentySixNationalUse(19),
                   twoHundredFortySixNationalUse(20),
                   twoHundredFortySevenNationalUse(21),
                   twoHundredFortyEightNationalUse(22),
                   twoHundredFortyNineNationalUse(23),
                   twoHundredFiftyNationalUse(24),
                   twoHundredFiftyOneNationalUse(25),
                   twoHundredFiftyTwoNationalUse(26),
                   twoHundredFiftyThreeNationalUse(27),
                   twoHundredFiftyFourNationalUse(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party categories'."
    DEFVAL       { {} }
    ::= { rPSActionR31Entry  295 }

  rPSActionR31LowerPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Lower propagation delay'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  296 }

  rPSActionR31UpperPropDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Upper propagation delay'."
    DEFVAL       { 9999 }
    ::= { rPSActionR31Entry  297 }

  rPSActionR31SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  298 }

  rPSActionR31IsupPreference OBJECT-TYPE
    SYNTAX       BITS {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { {iSUPPreferred} }
    ::= { rPSActionR31Entry  299 }

  rPSActionR31GermanNukkFsrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Foreign special routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  300 }

  rPSActionR31GermanNukkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  301 }

  rPSActionR31GermanNukkFszMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  302 }

  rPSActionR31GermanNukkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  303 }

  rPSActionR31GermanNukkIcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  304 }

  rPSActionR31GermanNukkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  305 }

  rPSActionR31GermanNukkNcrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  306 }

  rPSActionR31GermanNukkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  307 }

  rPSActionR31GermanNukkCnbMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  308 }

  rPSActionR31GermanNukkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  309 }

  rPSActionR31GermanNukkCustIdMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  310 }

  rPSActionR31GermanNukkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  311 }

  rPSActionR31GermanNukkServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  312 }

  rPSActionR31GermanNukkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  313 }

  rPSActionR31GermanNsspFsmMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Final signal monitoring match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  314 }

  rPSActionR31GermanNsspFsmInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Final signal monitoring indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  315 }

  rPSActionR31GermanNsspNpfMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  316 }

  rPSActionR31GermanNsspNpfInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling System No. 5 protection function indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  317 }

  rPSActionR31GermanNsspTiMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  318 }

  rPSActionR31GermanNsspTransitInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit indicator'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  319 }

  rPSActionR31GermanNsspServMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   alwaysMatch(0),
                   exact(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code match type'."
    DEFVAL       { alwaysMatch }
    ::= { rPSActionR31Entry  320 }

  rPSActionR31GermanNsspServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSActionR31Entry  321 }

  rPSActionR31ENUMSuffix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM suffix'."
    ::= { rPSActionR31Entry  322 }

  rPSActionR31ENUMServers OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..31))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ENUM servers'."
    ::= { rPSActionR31Entry  323 }

  rPSActionR31RemTollFreeLookupRequest OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Toll-Free Lookup request'."
    DEFVAL       { false }
    ::= { rPSActionR31Entry  324 }

  rPSActionR31CPCSpecificOther OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CPC specific other'."
    ::= { rPSActionR31Entry  325 }

  rPSActionR31RouteLabel OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Route label'."
    ::= { rPSActionR31Entry  326 }

  rPSActionR31OverrideClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR31Entry  327 }

  rPSActionR31AttrValSiteMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - site match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  328 }

  rPSActionR31I1AttrValSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rPSActionR31Entry  329 }

  rPSActionR31NumActionSignaledCIDAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - signaled caller ID action'."
    ::= { rPSActionR31Entry  331 }

  rPSActionR31OverrideISUPRetryScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   differentLocalSignalingDestinationOrProtocol(1),
                   differentRemoteSignalingDestination(2),
                   differentMediaChannel(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override ISUP retry scope'."
    DEFVAL       { differentMediaChannel }
    ::= { rPSActionR31Entry  332 }

  rPSActionR31NumActionPresNumActionUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number action - presentation number action (UK only)'."
    ::= { rPSActionR31Entry  333 }

  rPSActionR31PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { unknown }
    ::= { rPSActionR31Entry  334 }

  rPSActionR31RecoveryFromLossRTP OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRTPLossDetection(0),
                   detectRTPLossAndFailCall(1),
                   detectRTPLossAndRetryCall(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recovery from loss of RTP'."
    DEFVAL       { noRTPLossDetection }
    ::= { rPSActionR31Entry  335 }

  rPSActionR31NumActionUDSA1Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 1 action'."
    ::= { rPSActionR31Entry  336 }

  rPSActionR31NumActionUDSA2Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 2 action'."
    ::= { rPSActionR31Entry  337 }

  rPSActionR31NumActionUDSA3Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 3 action'."
    ::= { rPSActionR31Entry  338 }

  rPSActionR31NumActionUDSA4Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 4 action'."
    ::= { rPSActionR31Entry  339 }

  rPSActionR31NumActionUDSA5Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 5 action'."
    ::= { rPSActionR31Entry  340 }

  rPSActionR31NumActionUDSA6Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 6 action'."
    ::= { rPSActionR31Entry  341 }

  rPSActionR31NumActionUDSA7Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 7 action'."
    ::= { rPSActionR31Entry  342 }

  rPSActionR31NumActionUDSA8Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 8 action'."
    ::= { rPSActionR31Entry  343 }

  rPSActionR31NumActionUDSA9Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 9 action'."
    ::= { rPSActionR31Entry  344 }

  rPSActionR31NumActionUDSA10Action OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number action - UDSA 10 action'."
    ::= { rPSActionR31Entry  345 }

  rPSActionR31SignaledCallerIdScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID scope'."
    DEFVAL       { unknown }
    ::= { rPSActionR31Entry  346 }

  rPSActionR31SignaledCallerIdIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSActionR31Entry  347 }

  rPSActionR31SignaledCallerIdNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSActionR31Entry  348 }

  rPSActionR31SignaledCallerIdPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID presentation restricted'."
    DEFVAL       { presentationAllowed }
    ::= { rPSActionR31Entry  349 }

  rPSActionR31SignaledCallerIdScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaled caller ID screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSActionR31Entry  350 }

  rPSActionR31AttrValCallTagsMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tags match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  351 }

  rPSActionR31AttrValCallTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSActionR31Entry  352 }

  rPSActionR31AttrValSigCIdPRstMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID presentation restriction match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  353 }

  rPSActionR31AttrValSigCIdPRst OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSActionR31Entry  354 }

  rPSActionR31AttrValSigCIdIncMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   exact(1),
                   matchAnyIfPresent(2),
                   matchEvenIfNotPresent(3),
                   onlyMatchIfAbsent(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID incomplete match'."
    DEFVAL       { matchAnyIfPresent }
    ::= { rPSActionR31Entry  355 }

  rPSActionR31AttrValSigCIdInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSActionR31Entry  356 }

  rPSActionR31RemSignaledCallerIdIfZeroLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remove Signaled caller ID if zero length'."
    DEFVAL       { no }
    ::= { rPSActionR31Entry  357 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Profile General Call Service'                               */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  pPrfGClSrvCtrlR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PPrfGClSrvCtrlR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Persistent Profile'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2702 }

  pPrfGClSrvCtrlR6Entry OBJECT-TYPE
    SYNTAX       PPrfGClSrvCtrlR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pPrfGClSrvCtrlR6NEConn,
             pPrfGClSrvCtrlR6NetwkElement,
             pPrfGClSrvCtrlR6CFSIx,
             pPrfGClSrvCtrlR6GpIx }
    ::= {  pPrfGClSrvCtrlR6Table  1  }

  PPrfGClSrvCtrlR6Entry  ::=  SEQUENCE
  {
    pPrfGClSrvCtrlR6NEConn             Unsigned32,
    pPrfGClSrvCtrlR6NetwkElement       DisplayString,
    pPrfGClSrvCtrlR6CFSIx              Unsigned32,
    pPrfGClSrvCtrlR6GpIx               Unsigned32,
    pPrfGClSrvCtrlR6SDActPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDDefPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDUseDefPINChangeSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDDefVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDDefCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDUseDefCallListsSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR6SDDefCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR6SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR6SDDefHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR6SDUseDefHRCLSubLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActHRCLSubMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR6SDDefHRCLSubMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR6SDUseDefHRCLSubMaxHighRiskCalls
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR6SDDefHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR6SDUseDefHRCLPBXLimitType
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActHRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR6SDDefHRCLPBXMaxHighRiskCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR6SDUseDefHRCLPBXMaxHighRiskCalls
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActRCLSubscribed INTEGER,
    pPrfGClSrvCtrlR6SDDefRCLSubscribed INTEGER,
    pPrfGClSrvCtrlR6SDUseDefRCLSubscribed
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR6SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    pPrfGClSrvCtrlR6SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    pPrfGClSrvCtrlR6SDActSchedSubscrd  INTEGER,
    pPrfGClSrvCtrlR6SDDefSchedSubscrd  INTEGER,
    pPrfGClSrvCtrlR6SDUseDefSchedSubscrd
                                       INTEGER
  }

  pPrfGClSrvCtrlR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR6Entry  1 }

  pPrfGClSrvCtrlR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR6Entry  2 }

  pPrfGClSrvCtrlR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR6Entry  3 }

  pPrfGClSrvCtrlR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { pPrfGClSrvCtrlR6Entry  4 }

  pPrfGClSrvCtrlR6SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  5 }

  pPrfGClSrvCtrlR6SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  6 }

  pPrfGClSrvCtrlR6SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  7 }

  pPrfGClSrvCtrlR6SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  8 }

  pPrfGClSrvCtrlR6SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  9 }

  pPrfGClSrvCtrlR6SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  10 }

  pPrfGClSrvCtrlR6SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  11 }

  pPrfGClSrvCtrlR6SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  12 }

  pPrfGClSrvCtrlR6SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  13 }

  pPrfGClSrvCtrlR6SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  14 }

  pPrfGClSrvCtrlR6SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  15 }

  pPrfGClSrvCtrlR6SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  16 }

  pPrfGClSrvCtrlR6SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  17 }

  pPrfGClSrvCtrlR6SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  18 }

  pPrfGClSrvCtrlR6SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  19 }

  pPrfGClSrvCtrlR6SDActHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  20 }

  pPrfGClSrvCtrlR6SDDefHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  21 }

  pPrfGClSrvCtrlR6SDUseDefHRCLSubLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  22 }

  pPrfGClSrvCtrlR6SDActHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  23 }

  pPrfGClSrvCtrlR6SDDefHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  24 }

  pPrfGClSrvCtrlR6SDUseDefHRCLSubMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - subscriber maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  25 }

  pPrfGClSrvCtrlR6SDActHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  26 }

  pPrfGClSrvCtrlR6SDDefHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  27 }

  pPrfGClSrvCtrlR6SDUseDefHRCLPBXLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  28 }

  pPrfGClSrvCtrlR6SDActHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  29 }

  pPrfGClSrvCtrlR6SDDefHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  30 }

  pPrfGClSrvCtrlR6SDUseDefHRCLPBXMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - PBX maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  31 }

  pPrfGClSrvCtrlR6SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  32 }

  pPrfGClSrvCtrlR6SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  33 }

  pPrfGClSrvCtrlR6SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  34 }

  pPrfGClSrvCtrlR6SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  35 }

  pPrfGClSrvCtrlR6SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  36 }

  pPrfGClSrvCtrlR6SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  37 }

  pPrfGClSrvCtrlR6SDActSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  38 }

  pPrfGClSrvCtrlR6SDDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pPrfGClSrvCtrlR6Entry  39 }

  pPrfGClSrvCtrlR6SDUseDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pPrfGClSrvCtrlR6Entry  40 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedules'                                                  */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  indLineSchedsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2703 }

  indLineSchedsConEntry OBJECT-TYPE
    SYNTAX       IndLineSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSchedsConNEConn,
             indLineSchedsConNetwkElement,
             indLineSchedsConCFSIx,
             indLineSchedsConDirNum }
    ::= {  indLineSchedsConTable  1  }

  IndLineSchedsConEntry  ::=  SEQUENCE
  {
    indLineSchedsConNEConn             Unsigned32,
    indLineSchedsConNetwkElement       DisplayString,
    indLineSchedsConCFSIx              Unsigned32,
    indLineSchedsConDirNum             DisplayString,
    indLineSchedsConImportCnt          Integer32,
    indLineSchedsConImportStatus       DisplayString,
    indLineSchedsConImportMode         INTEGER,
    indLineSchedsConImportFile         DisplayString,
    indLineSchedsConImportCorr         Counter64,
    indLineSchedsConImportCorrNode     DisplayString,
    indLineSchedsConImportCorrUID      DisplayString,
    indLineSchedsConDoExtraActions     INTEGER
  }

  indLineSchedsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSchedsConEntry  1 }

  indLineSchedsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSchedsConEntry  2 }

  indLineSchedsConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSchedsConEntry  3 }

  indLineSchedsConDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSchedsConEntry  4 }

  indLineSchedsConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { indLineSchedsConEntry  5 }

  indLineSchedsConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { indLineSchedsConEntry  6 }

  indLineSchedsConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { indLineSchedsConEntry  7 }

  indLineSchedsConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { indLineSchedsConEntry  8 }

  indLineSchedsConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { indLineSchedsConEntry  9 }

  indLineSchedsConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { indLineSchedsConEntry  10 }

  indLineSchedsConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { indLineSchedsConEntry  11 }

  indLineSchedsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineSchedsConEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedule'                                                   */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  indLineSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedules'."
    ::= { metaSwitch  2704 }

  indLineSchedEntry OBJECT-TYPE
    SYNTAX       IndLineSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSchedNEConn,
             indLineSchedNetwkElement,
             indLineSchedCFSIx,
             indLineSchedDirNum,
             indLineSchedScheduleIx }
    ::= {  indLineSchedTable  1  }

  IndLineSchedEntry  ::=  SEQUENCE
  {
    indLineSchedNEConn                 Unsigned32,
    indLineSchedNetwkElement           DisplayString,
    indLineSchedCFSIx                  Unsigned32,
    indLineSchedDirNum                 DisplayString,
    indLineSchedScheduleIx             Unsigned32,
    indLineSchedName                   DisplayString,
    indLineSchedExportNumObjectsExported
                                       Integer32,
    indLineSchedExportStatus           DisplayString,
    indLineSchedExportFile             DisplayString,
    indLineSchedExportChldObjectsToInc INTEGER,
    indLineSchedExportIncASRepData     INTEGER,
    indLineSchedExportCorr             Counter64,
    indLineSchedExportCorrNode         DisplayString,
    indLineSchedExportCorrUID          DisplayString,
    indLineSchedDoExtraActions         INTEGER,
    indLineSchedRowStatus              RowStatus
  }

  indLineSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSchedEntry  1 }

  indLineSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSchedEntry  2 }

  indLineSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSchedEntry  3 }

  indLineSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSchedEntry  4 }

  indLineSchedScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { indLineSchedEntry  5 }

  indLineSchedName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { indLineSchedEntry  6 }

  indLineSchedExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { indLineSchedEntry  7 }

  indLineSchedExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { indLineSchedEntry  8 }

  indLineSchedExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { indLineSchedEntry  9 }

  indLineSchedExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { indLineSchedEntry  10 }

  indLineSchedExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { indLineSchedEntry  11 }

  indLineSchedExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { indLineSchedEntry  12 }

  indLineSchedExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { indLineSchedEntry  13 }

  indLineSchedExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { indLineSchedEntry  14 }

  indLineSchedDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineSchedEntry  15 }

  indLineSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSchedEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Period'                                                     */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  indLineSchdPrdTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedule'."
    ::= { metaSwitch  2705 }

  indLineSchdPrdEntry OBJECT-TYPE
    SYNTAX       IndLineSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineSchdPrdNEConn,
             indLineSchdPrdNetwkElement,
             indLineSchdPrdCFSIx,
             indLineSchdPrdDirNum,
             indLineSchdPrdScheduleIx,
             indLineSchdPrdPeriodIx }
    ::= {  indLineSchdPrdTable  1  }

  IndLineSchdPrdEntry  ::=  SEQUENCE
  {
    indLineSchdPrdNEConn               Unsigned32,
    indLineSchdPrdNetwkElement         DisplayString,
    indLineSchdPrdCFSIx                Unsigned32,
    indLineSchdPrdDirNum               DisplayString,
    indLineSchdPrdScheduleIx           Unsigned32,
    indLineSchdPrdPeriodIx             Unsigned32,
    indLineSchdPrdName                 DisplayString,
    indLineSchdPrdDaysTheWeek          BITS,
    indLineSchdPrdStartHr              Unsigned32,
    indLineSchdPrdStartMin             Unsigned32,
    indLineSchdPrdEndHr                Unsigned32,
    indLineSchdPrdEndMin               Unsigned32,
    indLineSchdPrdRowStatus            RowStatus
  }

  indLineSchdPrdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineSchdPrdEntry  1 }

  indLineSchdPrdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineSchdPrdEntry  2 }

  indLineSchdPrdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineSchdPrdEntry  3 }

  indLineSchdPrdDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineSchdPrdEntry  4 }

  indLineSchdPrdScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { indLineSchdPrdEntry  5 }

  indLineSchdPrdPeriodIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Period index'.
                  This is an index field."
    ::= { indLineSchdPrdEntry  6 }

  indLineSchdPrdName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { indLineSchdPrdEntry  7 }

  indLineSchdPrdDaysTheWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days of the week'."
    ::= { indLineSchdPrdEntry  8 }

  indLineSchdPrdStartHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (hour)'."
    ::= { indLineSchdPrdEntry  9 }

  indLineSchdPrdStartMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (minute)'."
    ::= { indLineSchdPrdEntry  10 }

  indLineSchdPrdEndHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..24 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (hour)'."
    ::= { indLineSchdPrdEntry  11 }

  indLineSchdPrdEndMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (minute)'."
    ::= { indLineSchdPrdEntry  12 }

  indLineSchdPrdRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineSchdPrdEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  indLineGClSrvCtrlR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineGClSrvCtrlR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Individual Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2706 }

  indLineGClSrvCtrlR6Entry OBJECT-TYPE
    SYNTAX       IndLineGClSrvCtrlR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineGClSrvCtrlR6NEConn,
             indLineGClSrvCtrlR6NetwkElement,
             indLineGClSrvCtrlR6CFSIx,
             indLineGClSrvCtrlR6DirNum }
    ::= {  indLineGClSrvCtrlR6Table  1  }

  IndLineGClSrvCtrlR6Entry  ::=  SEQUENCE
  {
    indLineGClSrvCtrlR6NEConn          Unsigned32,
    indLineGClSrvCtrlR6NetwkElement    DisplayString,
    indLineGClSrvCtrlR6CFSIx           Unsigned32,
    indLineGClSrvCtrlR6DirNum          DisplayString,
    indLineGClSrvCtrlR6SDActPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefPINChangeSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDActVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDActCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefCallListsSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDActCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    indLineGClSrvCtrlR6SDActHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefHRCLLimitType
                                       INTEGER,
    indLineGClSrvCtrlR6SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    indLineGClSrvCtrlR6DoExtraActions  INTEGER,
    indLineGClSrvCtrlR6SDActRCLSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefRCLSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefRCLSubscribed
                                       INTEGER,
    indLineGClSrvCtrlR6SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    indLineGClSrvCtrlR6SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    indLineGClSrvCtrlR6SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    indLineGClSrvCtrlR6RCLCurrRedirectedCallCnt
                                       Unsigned32,
    indLineGClSrvCtrlR6SDActSchedSubscrd
                                       INTEGER,
    indLineGClSrvCtrlR6SDDefSchedSubscrd
                                       INTEGER,
    indLineGClSrvCtrlR6SDUseDefSchedSubscrd
                                       INTEGER
  }

  indLineGClSrvCtrlR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR6Entry  1 }

  indLineGClSrvCtrlR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR6Entry  2 }

  indLineGClSrvCtrlR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR6Entry  3 }

  indLineGClSrvCtrlR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineGClSrvCtrlR6Entry  4 }

  indLineGClSrvCtrlR6SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  5 }

  indLineGClSrvCtrlR6SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  6 }

  indLineGClSrvCtrlR6SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  7 }

  indLineGClSrvCtrlR6SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  8 }

  indLineGClSrvCtrlR6SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  9 }

  indLineGClSrvCtrlR6SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  10 }

  indLineGClSrvCtrlR6SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  11 }

  indLineGClSrvCtrlR6SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  12 }

  indLineGClSrvCtrlR6SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  13 }

  indLineGClSrvCtrlR6SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  14 }

  indLineGClSrvCtrlR6SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  15 }

  indLineGClSrvCtrlR6SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  16 }

  indLineGClSrvCtrlR6SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  17 }

  indLineGClSrvCtrlR6SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  18 }

  indLineGClSrvCtrlR6SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  19 }

  indLineGClSrvCtrlR6SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { indLineGClSrvCtrlR6Entry  20 }

  indLineGClSrvCtrlR6SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  21 }

  indLineGClSrvCtrlR6SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  22 }

  indLineGClSrvCtrlR6SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { indLineGClSrvCtrlR6Entry  23 }

  indLineGClSrvCtrlR6SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  24 }

  indLineGClSrvCtrlR6SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  25 }

  indLineGClSrvCtrlR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCallLists(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { indLineGClSrvCtrlR6Entry  26 }

  indLineGClSrvCtrlR6SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  27 }

  indLineGClSrvCtrlR6SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  28 }

  indLineGClSrvCtrlR6SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  29 }

  indLineGClSrvCtrlR6SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  30 }

  indLineGClSrvCtrlR6SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  31 }

  indLineGClSrvCtrlR6SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  32 }

  indLineGClSrvCtrlR6RCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { indLineGClSrvCtrlR6Entry  33 }

  indLineGClSrvCtrlR6SDActSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  34 }

  indLineGClSrvCtrlR6SDDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { indLineGClSrvCtrlR6Entry  35 }

  indLineGClSrvCtrlR6SDUseDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { indLineGClSrvCtrlR6Entry  36 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Forwarding Schedule'                                        */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  indLineFwdSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF IndLineFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  2707 }

  indLineFwdSchedEntry OBJECT-TYPE
    SYNTAX       IndLineFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { indLineFwdSchedNEConn,
             indLineFwdSchedNetwkElement,
             indLineFwdSchedCFSIx,
             indLineFwdSchedDirNum,
             indLineFwdSchedFwdIx }
    ::= {  indLineFwdSchedTable  1  }

  IndLineFwdSchedEntry  ::=  SEQUENCE
  {
    indLineFwdSchedNEConn              Unsigned32,
    indLineFwdSchedNetwkElement        DisplayString,
    indLineFwdSchedCFSIx               Unsigned32,
    indLineFwdSchedDirNum              DisplayString,
    indLineFwdSchedFwdIx               Unsigned32,
    indLineFwdSchedI1FwdScheduleNEConn Unsigned32,
    indLineFwdSchedI2FwdScheduleNetwkElement
                                       DisplayString,
    indLineFwdSchedI3FwdScheduleCFSIx  Unsigned32,
    indLineFwdSchedI4FwdScheduleDirNum DisplayString,
    indLineFwdSchedI5FwdScheduleScheduleIx
                                       Unsigned32,
    indLineFwdSchedFwdScheduleNum      DisplayString,
    indLineFwdSchedFwdScheduleEnabled  INTEGER,
    indLineFwdSchedRowStatus           RowStatus
  }

  indLineFwdSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { indLineFwdSchedEntry  1 }

  indLineFwdSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { indLineFwdSchedEntry  2 }

  indLineFwdSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { indLineFwdSchedEntry  3 }

  indLineFwdSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { indLineFwdSchedEntry  4 }

  indLineFwdSchedFwdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding index'.
                  This is an index field."
    ::= { indLineFwdSchedEntry  5 }

  indLineFwdSchedI1FwdScheduleNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOIndLineScheduleSE'."
    ::= { indLineFwdSchedEntry  6 }

  indLineFwdSchedI2FwdScheduleNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element'
                  in referenced type 'BOOIndLineScheduleSE'."
    ::= { indLineFwdSchedEntry  7 }

  indLineFwdSchedI3FwdScheduleCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOIndLineScheduleSE'."
    ::= { indLineFwdSchedEntry  8 }

  indLineFwdSchedI4FwdScheduleDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Directory number'
                  in referenced type 'BOOIndLineScheduleSE'."
    ::= { indLineFwdSchedEntry  9 }

  indLineFwdSchedI5FwdScheduleScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Schedule index'
                  in referenced type 'BOOIndLineScheduleSE'."
    ::= { indLineFwdSchedEntry  10 }

  indLineFwdSchedFwdScheduleNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding number'."
    ::= { indLineFwdSchedEntry  11 }

  indLineFwdSchedFwdScheduleEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled'."
    DEFVAL       { true }
    ::= { indLineFwdSchedEntry  12 }

  indLineFwdSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { indLineFwdSchedEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.60                                                       */
-- /*********************************************************************************/

  busGrpR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2708 }

  busGrpR27Entry OBJECT-TYPE
    SYNTAX       BusGrpR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR27NEConn,
             busGrpR27NetwkElement,
             busGrpR27CFSIx,
             busGrpR27GpIx }
    ::= {  busGrpR27Table  1  }

  BusGrpR27Entry  ::=  SEQUENCE
  {
    busGrpR27NEConn                    Unsigned32,
    busGrpR27NetwkElement              DisplayString,
    busGrpR27CFSIx                     Unsigned32,
    busGrpR27GpIx                      Unsigned32,
    busGrpR27BusGpName                 DisplayString,
    busGrpR27Locale                    INTEGER,
    busGrpR27DistinctiveAlerting       INTEGER,
    busGrpR27NumDirNums                Unsigned32,
    busGrpR27NumFreeDirNums            Unsigned32,
    busGrpR27BGLineAlrmsAttnRq         Unsigned32,
    busGrpR27BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR27BGLineAlrmsAtndDp         Unsigned32,
    busGrpR27BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR27SummaryChldAlrmState      INTEGER,
    busGrpR27ExportNumObjectsExported  Integer32,
    busGrpR27ExportStatus              DisplayString,
    busGrpR27ExportFile                DisplayString,
    busGrpR27ExportCorr                Counter64,
    busGrpR27ExportCorrNode            DisplayString,
    busGrpR27ExportCorrUID             DisplayString,
    busGrpR27DoExtraActions            INTEGER,
    busGrpR27RowStatus                 RowStatus,
    busGrpR27BillTypeIntraBGCalls      INTEGER,
    busGrpR27LocalCNAMName             DisplayString,
    busGrpR27ServSuspended             INTEGER,
    busGrpR27CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR27PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR27CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR27PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR27TotChldAlrmsAttnRq        Unsigned32,
    busGrpR27TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR27TotChldAlrmsAtndDp        Unsigned32,
    busGrpR27TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR27I1PerProfNEConn           Unsigned32,
    busGrpR27I2PerProfNetwkElement     DisplayString,
    busGrpR27I3PerProfCFSIx            Unsigned32,
    busGrpR27I4PerProfGpIx             Unsigned32,
    busGrpR27SDActLongDistanceCarr     DisplayString,
    busGrpR27SDDefLongDistanceCarr     DisplayString,
    busGrpR27SDUseDefLongDistanceCarr  INTEGER,
    busGrpR27SDActIntraLATACarr        DisplayString,
    busGrpR27SDDefIntraLATACarr        DisplayString,
    busGrpR27SDUseDefIntraLATACarr     INTEGER,
    busGrpR27SDActBillType             INTEGER,
    busGrpR27SDDefBillType             INTEGER,
    busGrpR27SDUseDefBillType          INTEGER,
    busGrpR27SDActRtgAttrs             BITS,
    busGrpR27SDDefRtgAttrs             BITS,
    busGrpR27SDUseDefRtgAttrs          INTEGER,
    busGrpR27SDActIntnatlCarr          DisplayString,
    busGrpR27SDDefIntnatlCarr          DisplayString,
    busGrpR27SDUseDefIntnatlCarr       INTEGER,
    busGrpR27SDActLCC1                 INTEGER,
    busGrpR27SDDefLCC1                 INTEGER,
    busGrpR27SDUseDefLCC1              INTEGER,
    busGrpR27SDActLCC2                 INTEGER,
    busGrpR27SDDefLCC2                 INTEGER,
    busGrpR27SDUseDefLCC2              INTEGER,
    busGrpR27SDActLCC3                 INTEGER,
    busGrpR27SDDefLCC3                 INTEGER,
    busGrpR27SDUseDefLCC3              INTEGER,
    busGrpR27SDActLCC4                 INTEGER,
    busGrpR27SDDefLCC4                 INTEGER,
    busGrpR27SDUseDefLCC4              INTEGER,
    busGrpR27SDActLCC5                 INTEGER,
    busGrpR27SDDefLCC5                 INTEGER,
    busGrpR27SDUseDefLCC5              INTEGER,
    busGrpR27SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR27SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR27SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR27SyncWithProfInProgress    INTEGER,
    busGrpR27FacGpLimsExternalCalls    INTEGER,
    busGrpR27FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR27FacGpLimsTermCalls        INTEGER,
    busGrpR27FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR27FacGpLimsOrigingCalls     INTEGER,
    busGrpR27FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR27MLHGAlrmsAttnRq           Unsigned32,
    busGrpR27MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR27MLHGAlrmsAtndDp           Unsigned32,
    busGrpR27MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR27SDActLCC6                 INTEGER,
    busGrpR27SDDefLCC6                 INTEGER,
    busGrpR27SDUseDefLCC6              INTEGER,
    busGrpR27SDActLCC7                 INTEGER,
    busGrpR27SDDefLCC7                 INTEGER,
    busGrpR27SDUseDefLCC7              INTEGER,
    busGrpR27SDActLCC8                 INTEGER,
    busGrpR27SDDefLCC8                 INTEGER,
    busGrpR27SDUseDefLCC8              INTEGER,
    busGrpR27SDActLCC9                 INTEGER,
    busGrpR27SDDefLCC9                 INTEGER,
    busGrpR27SDUseDefLCC9              INTEGER,
    busGrpR27SDActLCC10                INTEGER,
    busGrpR27SDDefLCC10                INTEGER,
    busGrpR27SDUseDefLCC10             INTEGER,
    busGrpR27SDActLCC11                INTEGER,
    busGrpR27SDDefLCC11                INTEGER,
    busGrpR27SDUseDefLCC11             INTEGER,
    busGrpR27SDActLCC12                INTEGER,
    busGrpR27SDDefLCC12                INTEGER,
    busGrpR27SDUseDefLCC12             INTEGER,
    busGrpR27SDActLCC13                INTEGER,
    busGrpR27SDDefLCC13                INTEGER,
    busGrpR27SDUseDefLCC13             INTEGER,
    busGrpR27SDActLCC14                INTEGER,
    busGrpR27SDDefLCC14                INTEGER,
    busGrpR27SDUseDefLCC14             INTEGER,
    busGrpR27SDActLCC15                INTEGER,
    busGrpR27SDDefLCC15                INTEGER,
    busGrpR27SDUseDefLCC15             INTEGER,
    busGrpR27SDActLCC16                INTEGER,
    busGrpR27SDDefLCC16                INTEGER,
    busGrpR27SDUseDefLCC16             INTEGER,
    busGrpR27SDActLCC17                INTEGER,
    busGrpR27SDDefLCC17                INTEGER,
    busGrpR27SDUseDefLCC17             INTEGER,
    busGrpR27SDActLCC18                INTEGER,
    busGrpR27SDDefLCC18                INTEGER,
    busGrpR27SDUseDefLCC18             INTEGER,
    busGrpR27SDActLCC19                INTEGER,
    busGrpR27SDDefLCC19                INTEGER,
    busGrpR27SDUseDefLCC19             INTEGER,
    busGrpR27SDActLCC20                INTEGER,
    busGrpR27SDDefLCC20                INTEGER,
    busGrpR27SDUseDefLCC20             INTEGER,
    busGrpR27BusGpTrafficStudy         INTEGER,
    busGrpR27SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR27SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR27SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR27SDActVQMCallLogging       INTEGER,
    busGrpR27SDDefVQMCallLogging       INTEGER,
    busGrpR27SDUseDefVQMCallLogging    INTEGER,
    busGrpR27SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR27SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR27SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR27SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR27SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR27SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR27SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR27SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR27SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR27SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR27SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR27SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR27SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR27SDUseDefNetwkNode         INTEGER,
    busGrpR27NumManagedDevices         Unsigned32,
    busGrpR27ChldStatisticsAlrms       Integer32,
    busGrpR27SecondLocale              INTEGER,
    busGrpR27SDActBusGpCallLogsEnabled INTEGER,
    busGrpR27SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR27SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR27SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR27SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR27SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR27SwitchsUniqueBGID         DisplayString,
    busGrpR27SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR27SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR27SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR27SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR27SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR27SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR27SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR27SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR27SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR27SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR27SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR27I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR27I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR27I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR27NetwkWideBusGpID          DisplayString,
    busGrpR27DefBusGpLinePrivileges    Unsigned32,
    busGrpR27I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR27I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR27I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR27FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR27ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR27AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR27SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR27SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR27SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR27SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR27StatisticsAlrms           Integer32,
    busGrpR27SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR27SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR27SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR27MLHGACDAvailEnabled       INTEGER,
    busGrpR27MLHGACDUnvlRsn1           DisplayString,
    busGrpR27MLHGACDUnvlRsn2           DisplayString,
    busGrpR27MLHGACDUnvlRsn3           DisplayString,
    busGrpR27MLHGACDUnvlRsn4           DisplayString,
    busGrpR27MLHGACDUnvlRsn5           DisplayString,
    busGrpR27MLHGACDUnvlRsn6           DisplayString,
    busGrpR27MLHGACDUnvlRsn7           DisplayString,
    busGrpR27MLHGACDUnvlRsn8           DisplayString,
    busGrpR27MLHGACDUnvlRsn9           DisplayString,
    busGrpR27MLHGACDUnvlRsn10          DisplayString,
    busGrpR27MLHGACDUnvlRsn11          DisplayString,
    busGrpR27MLHGACDUnvlRsn12          DisplayString,
    busGrpR27MLHGACDUnvlRsn13          DisplayString,
    busGrpR27MLHGACDUnvlRsn14          DisplayString,
    busGrpR27MLHGACDUnvlRsn15          DisplayString,
    busGrpR27MLHGACDUnvlRsn16          DisplayString,
    busGrpR27MLHGACDUnvlRsn17          DisplayString,
    busGrpR27MLHGACDUnvlRsn18          DisplayString,
    busGrpR27MLHGACDUnvlRsn19          DisplayString,
    busGrpR27MLHGACDUnvlRsn20          DisplayString,
    busGrpR27MLHGACDUnvlRsn21          DisplayString,
    busGrpR27MLHGACDUnvlRsn22          DisplayString,
    busGrpR27MLHGACDUnvlRsn23          DisplayString,
    busGrpR27MLHGACDUnvlRsn24          DisplayString,
    busGrpR27MLHGACDUnvlRsn25          DisplayString,
    busGrpR27MLHGACDUnvlRsn26          DisplayString,
    busGrpR27MLHGACDUnvlRsn27          DisplayString,
    busGrpR27MLHGACDUnvlRsn28          DisplayString,
    busGrpR27MLHGACDUnvlRsn29          DisplayString,
    busGrpR27MLHGACDUnvlRsn30          DisplayString,
    busGrpR27AllowMLHGsMultipleLogins  INTEGER,
    busGrpR27MLHGACDMWBEnabled         INTEGER,
    busGrpR27MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR27I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR27I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR27I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR27I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR27SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR27AllowRehoming             INTEGER,
    busGrpR27I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR27MLHGACDBasicACDLicenses   INTEGER,
    busGrpR27MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR27MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR27MLHGACDPremiumACDLicenses INTEGER,
    busGrpR27MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR27MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR27SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR27SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR27SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR27ExportIncASRepData        INTEGER,
    busGrpR27SDActBusGpLinesSharePresence
                                       INTEGER,
    busGrpR27SDDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR27SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR27ExportChldObjectsToInc    INTEGER,
    busGrpR27SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR27SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR27SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR27CustInfo                  DisplayString,
    busGrpR27CustInfo2                 DisplayString,
    busGrpR27CustInfo3                 DisplayString,
    busGrpR27CustInfo4                 DisplayString,
    busGrpR27CustInfo5                 DisplayString,
    busGrpR27CustInfo6                 DisplayString,
    busGrpR27TwoStgDelPermittedUntil   Unsigned32,
    busGrpR27TwoStgDelCoolingOffPeriodEnds
                                       Unsigned32,
    busGrpR27TwoStgDelPermitted        INTEGER,
    busGrpR27AlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    busGrpR27AllowBGAdminControlPBXCallLimits
                                       INTEGER,
    busGrpR27PBXLnClLimTotCallsLimit   INTEGER,
    busGrpR27PBXLnClLimMaxCalls        Unsigned32,
    busGrpR27PBXLnClLimTermCallsLimit  INTEGER,
    busGrpR27PBXLnClLimMaxTermCalls    Unsigned32,
    busGrpR27PBXLnClLimOrigingCallsLimit
                                       INTEGER,
    busGrpR27PBXLnClLimMaxOrigingCalls Unsigned32,
    busGrpR27AllowBGAdminToCfgClgPartyNum
                                       INTEGER,
    busGrpR27PBXLnClLimTotBurstingLimit
                                       INTEGER,
    busGrpR27PBXLnClLimMaxBurstingCalls
                                       Unsigned32,
    busGrpR27PBXLnClLimLimitIntraBGCalls
                                       INTEGER,
    busGrpR27AllowSubsToOverrideCfgdCPN
                                       INTEGER,
    busGrpR27SCDObjectResyncStatus     INTEGER,
    busGrpR27AlrmState                 INTEGER
  }

  busGrpR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR27Entry  1 }

  busGrpR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR27Entry  2 }

  busGrpR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR27Entry  3 }

  busGrpR27GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR27Entry  4 }

  busGrpR27BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR27Entry  5 }

  busGrpR27Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR27Entry  12 }

  busGrpR27DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR27Entry  15 }

  busGrpR27NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR27Entry  16 }

  busGrpR27NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR27Entry  17 }

  busGrpR27BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR27Entry  18 }

  busGrpR27BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR27Entry  19 }

  busGrpR27BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR27Entry  20 }

  busGrpR27BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR27Entry  21 }

  busGrpR27SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR27Entry  22 }

  busGrpR27ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR27Entry  23 }

  busGrpR27ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR27Entry  24 }

  busGrpR27ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR27Entry  25 }

  busGrpR27ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR27Entry  26 }

  busGrpR27ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR27Entry  27 }

  busGrpR27ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR27Entry  28 }

  busGrpR27DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR27Entry  29 }

  busGrpR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR27Entry  30 }

  busGrpR27BillTypeIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intra-BG calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR27Entry  31 }

  busGrpR27LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR27Entry  32 }

  busGrpR27ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR27Entry  34 }

  busGrpR27CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR27Entry  35 }

  busGrpR27PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR27Entry  36 }

  busGrpR27CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR27Entry  37 }

  busGrpR27PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR27Entry  38 }

  busGrpR27TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR27Entry  39 }

  busGrpR27TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR27Entry  40 }

  busGrpR27TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR27Entry  41 }

  busGrpR27TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR27Entry  42 }

  busGrpR27I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR27Entry  49 }

  busGrpR27I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR27Entry  50 }

  busGrpR27I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR27Entry  51 }

  busGrpR27I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR27Entry  52 }

  busGrpR27SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  170 }

  busGrpR27SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  171 }

  busGrpR27SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  172 }

  busGrpR27SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  173 }

  busGrpR27SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  174 }

  busGrpR27SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  175 }

  busGrpR27SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  176 }

  busGrpR27SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  177 }

  busGrpR27SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  178 }

  busGrpR27SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  179 }

  busGrpR27SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  180 }

  busGrpR27SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  181 }

  busGrpR27SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  182 }

  busGrpR27SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  183 }

  busGrpR27SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  184 }

  busGrpR27SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  185 }

  busGrpR27SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  186 }

  busGrpR27SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  187 }

  busGrpR27SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  188 }

  busGrpR27SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  189 }

  busGrpR27SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  190 }

  busGrpR27SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  191 }

  busGrpR27SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  192 }

  busGrpR27SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  193 }

  busGrpR27SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  194 }

  busGrpR27SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  195 }

  busGrpR27SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  196 }

  busGrpR27SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  197 }

  busGrpR27SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  198 }

  busGrpR27SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  199 }

  busGrpR27SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  200 }

  busGrpR27SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  201 }

  busGrpR27SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  202 }

  busGrpR27SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR27Entry  203 }

  busGrpR27FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  204 }

  busGrpR27FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR27Entry  205 }

  busGrpR27FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  206 }

  busGrpR27FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR27Entry  207 }

  busGrpR27FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  208 }

  busGrpR27FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR27Entry  209 }

  busGrpR27MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR27Entry  210 }

  busGrpR27MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR27Entry  211 }

  busGrpR27MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR27Entry  212 }

  busGrpR27MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR27Entry  213 }

  busGrpR27SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  214 }

  busGrpR27SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  215 }

  busGrpR27SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  216 }

  busGrpR27SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  217 }

  busGrpR27SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  218 }

  busGrpR27SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  219 }

  busGrpR27SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  220 }

  busGrpR27SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  221 }

  busGrpR27SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  222 }

  busGrpR27SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  223 }

  busGrpR27SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  224 }

  busGrpR27SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  225 }

  busGrpR27SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  226 }

  busGrpR27SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  227 }

  busGrpR27SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  228 }

  busGrpR27SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  229 }

  busGrpR27SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  230 }

  busGrpR27SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  231 }

  busGrpR27SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  232 }

  busGrpR27SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  233 }

  busGrpR27SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  234 }

  busGrpR27SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  235 }

  busGrpR27SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  236 }

  busGrpR27SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  237 }

  busGrpR27SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  238 }

  busGrpR27SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  239 }

  busGrpR27SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  240 }

  busGrpR27SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  241 }

  busGrpR27SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  242 }

  busGrpR27SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  243 }

  busGrpR27SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  244 }

  busGrpR27SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  245 }

  busGrpR27SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  246 }

  busGrpR27SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  247 }

  busGrpR27SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  248 }

  busGrpR27SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  249 }

  busGrpR27SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  250 }

  busGrpR27SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  251 }

  busGrpR27SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  252 }

  busGrpR27SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  253 }

  busGrpR27SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  254 }

  busGrpR27SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  255 }

  busGrpR27SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  256 }

  busGrpR27SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  257 }

  busGrpR27SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  258 }

  busGrpR27BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR27Entry  259 }

  busGrpR27SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  263 }

  busGrpR27SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  264 }

  busGrpR27SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  265 }

  busGrpR27SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  266 }

  busGrpR27SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  267 }

  busGrpR27SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  268 }

  busGrpR27SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  269 }

  busGrpR27SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  270 }

  busGrpR27SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  271 }

  busGrpR27SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  272 }

  busGrpR27SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  273 }

  busGrpR27SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  274 }

  busGrpR27SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  275 }

  busGrpR27SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  276 }

  busGrpR27SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  277 }

  busGrpR27SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  278 }

  busGrpR27SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  279 }

  busGrpSDActR27SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  281 }

  busGrpSDDefR27SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR27Entry  282 }

  busGrpR27SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  283 }

  busGrpR27NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR27Entry  290 }

  busGrpR27ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR27Entry  291 }

  busGrpR27SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR27Entry  293 }

  busGrpR27SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  305 }

  busGrpR27SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  306 }

  busGrpR27SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  307 }

  busGrpR27SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  308 }

  busGrpR27SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  309 }

  busGrpR27SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  310 }

  busGrpR27SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR27Entry  311 }

  busGrpR27SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  312 }

  busGrpR27SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  313 }

  busGrpR27SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  314 }

  busGrpR27SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  315 }

  busGrpR27SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  316 }

  busGrpR27SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  317 }

  busGrpR27SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  318 }

  busGrpR27SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  319 }

  busGrpSDActR27SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  321 }

  busGrpSDDefR27SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR27Entry  322 }

  busGrpR27SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  323 }

  busGrpR27I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR27Entry  330 }

  busGrpR27I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR27Entry  331 }

  busGrpR27I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR27Entry  332 }

  busGrpR27NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR27Entry  333 }

  busGrpR27DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR27Entry  334 }

  busGrpR27I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR27Entry  335 }

  busGrpR27I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR27Entry  336 }

  busGrpR27I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR27Entry  337 }

  busGrpR27FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR27Entry  338 }

  busGrpR27ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR27Entry  339 }

  busGrpR27AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR27Entry  340 }

  busGrpR27SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  341 }

  busGrpR27SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  342 }

  busGrpR27SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  343 }

  busGrpR27SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR27Entry  344 }

  busGrpR27StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR27Entry  345 }

  busGrpR27SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  346 }

  busGrpR27SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  347 }

  busGrpR27SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  348 }

  busGrpR27MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR27Entry  349 }

  busGrpR27MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR27Entry  350 }

  busGrpR27MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR27Entry  351 }

  busGrpR27MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR27Entry  352 }

  busGrpR27MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR27Entry  353 }

  busGrpR27MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR27Entry  354 }

  busGrpR27MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR27Entry  355 }

  busGrpR27MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR27Entry  356 }

  busGrpR27MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR27Entry  357 }

  busGrpR27MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR27Entry  358 }

  busGrpR27MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR27Entry  359 }

  busGrpR27MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR27Entry  360 }

  busGrpR27MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR27Entry  361 }

  busGrpR27MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR27Entry  362 }

  busGrpR27MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR27Entry  363 }

  busGrpR27MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR27Entry  364 }

  busGrpR27MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR27Entry  365 }

  busGrpR27MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR27Entry  366 }

  busGrpR27MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR27Entry  367 }

  busGrpR27MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR27Entry  368 }

  busGrpR27MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR27Entry  369 }

  busGrpR27MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR27Entry  370 }

  busGrpR27MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR27Entry  371 }

  busGrpR27MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR27Entry  372 }

  busGrpR27MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR27Entry  373 }

  busGrpR27MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR27Entry  374 }

  busGrpR27MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR27Entry  375 }

  busGrpR27MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR27Entry  376 }

  busGrpR27MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR27Entry  377 }

  busGrpR27MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR27Entry  378 }

  busGrpR27MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR27Entry  379 }

  busGrpR27AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR27Entry  380 }

  busGrpR27MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR27Entry  381 }

  busGrpR27MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR27Entry  382 }

  busGrpR27I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR27Entry  383 }

  busGrpR27I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR27Entry  384 }

  busGrpR27I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR27Entry  385 }

  busGrpR27I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR27Entry  386 }

  busGrpR27SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR27Entry  387 }

  busGrpR27AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR27Entry  388 }

  busGrpR27I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR27Entry  389 }

  busGrpR27MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  390 }

  busGrpR27MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR27Entry  391 }

  busGrpR27MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR27Entry  392 }

  busGrpR27MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  393 }

  busGrpR27MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR27Entry  394 }

  busGrpR27MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR27Entry  395 }

  busGrpR27SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  396 }

  busGrpR27SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  397 }

  busGrpR27SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  398 }

  busGrpR27ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR27Entry  399 }

  busGrpR27SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  400 }

  busGrpR27SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  401 }

  busGrpR27SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  402 }

  busGrpR27ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR27Entry  403 }

  busGrpR27SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  404 }

  busGrpR27SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR27Entry  405 }

  busGrpR27SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR27Entry  406 }

  busGrpR27CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { busGrpR27Entry  407 }

  busGrpR27CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { busGrpR27Entry  408 }

  busGrpR27CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { busGrpR27Entry  409 }

  busGrpR27CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { busGrpR27Entry  410 }

  busGrpR27CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { busGrpR27Entry  411 }

  busGrpR27CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { busGrpR27Entry  412 }

  busGrpR27TwoStgDelPermittedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted until'."
    ::= { busGrpR27Entry  413 }

  busGrpR27TwoStgDelCoolingOffPeriodEnds OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion cooling-off period ends'."
    ::= { busGrpR27Entry  414 }

  busGrpR27TwoStgDelPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted'."
    ::= { busGrpR27Entry  415 }

  busGrpR27AlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always use subscriber DN as caller ID for calls from mobile lines'."
    DEFVAL       { false }
    ::= { busGrpR27Entry  416 }

  busGrpR27AllowBGAdminControlPBXCallLimits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow BG administrators to control PBX call limits'."
    DEFVAL       { false }
    ::= { busGrpR27Entry  417 }

  busGrpR27PBXLnClLimTotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - total calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  418 }

  busGrpR27PBXLnClLimMaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR27Entry  419 }

  busGrpR27PBXLnClLimTermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  420 }

  busGrpR27PBXLnClLimMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum terminating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR27Entry  421 }

  busGrpR27PBXLnClLimOrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - originating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR27Entry  422 }

  busGrpR27PBXLnClLimMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum originating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR27Entry  423 }

  busGrpR27AllowBGAdminToCfgClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow BG administrators to configure calling party number'."
    DEFVAL       { false }
    ::= { busGrpR27Entry  424 }

  busGrpR27PBXLnClLimTotBurstingLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - total bursting limit'."
    DEFVAL       { notPermitted }
    ::= { busGrpR27Entry  425 }

  busGrpR27PBXLnClLimMaxBurstingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum bursting calls'."
    DEFVAL       { 1 }
    ::= { busGrpR27Entry  426 }

  busGrpR27PBXLnClLimLimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - limit Intra-BG calls'."
    DEFVAL       { true }
    ::= { busGrpR27Entry  427 }

  busGrpR27AllowSubsToOverrideCfgdCPN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow subscribers to override configured CPN'."
    DEFVAL       { false }
    ::= { busGrpR27Entry  428 }

  busGrpR27SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR27Entry  431 }

  busGrpR27AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR27Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.20                                                       */
-- /*********************************************************************************/

  bGLineR34Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2709 }

  bGLineR34Entry OBJECT-TYPE
    SYNTAX       BGLineR34Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR34NEConn,
             bGLineR34NetwkElement,
             bGLineR34CFSIx,
             bGLineR34GpIx,
             bGLineR34FirstDirNum,
             bGLineR34DirNum }
    ::= {  bGLineR34Table  1  }

  BGLineR34Entry  ::=  SEQUENCE
  {
    bGLineR34NEConn                    Unsigned32,
    bGLineR34NetwkElement              DisplayString,
    bGLineR34CFSIx                     Unsigned32,
    bGLineR34GpIx                      Unsigned32,
    bGLineR34FirstDirNum               DisplayString,
    bGLineR34DirNum                    DisplayString,
    bGLineR34PresNum                   DisplayString,
    bGLineR34ClgPartyNum               DisplayString,
    bGLineR34IntercomDialingCode       DisplayString,
    bGLineR34NumStatus                 INTEGER,
    bGLineR34PortedExchangeID          DisplayString,
    bGLineR34T1I1AccDevNEConn          Unsigned32,
    bGLineR34T1I2AccDevNetwkElement    DisplayString,
    bGLineR34T1I3AccDevCFSIx           Unsigned32,
    bGLineR34T1I4AccDevGatewayIx       Unsigned32,
    bGLineR34T1I5AccDevDeviceIx        Unsigned32,
    bGLineR34T2I1AccDevNEConn          Unsigned32,
    bGLineR34T2I2AccDevNetwkElement    DisplayString,
    bGLineR34T2I3AccDevCFSIx           Unsigned32,
    bGLineR34T2I4AccDevGatewayIx       Unsigned32,
    bGLineR34T2I5AccDevDeviceIx        Unsigned32,
    bGLineR34AccessLineNum             Unsigned32,
    bGLineR34SignalFunctionCode        INTEGER,
    bGLineR34LineUsage                 INTEGER,
    bGLineR34FSKFormat                 INTEGER,
    bGLineR34PIN                       DisplayString,
    bGLineR34LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR34DigitMaskingReqd          INTEGER,
    bGLineR34OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR34OrigingFacilityMarksADC   INTEGER,
    bGLineR34TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR34TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR34ActYear                   Unsigned32,
    bGLineR34ActMonth                  Unsigned32,
    bGLineR34ActDate                   Unsigned32,
    bGLineR34LastInCallClgType         INTEGER,
    bGLineR34LastInCallUniqueNum       INTEGER,
    bGLineR34LastInCallClgNum          DisplayString,
    bGLineR34LastInCallClgPresNum      DisplayString,
    bGLineR34LastInCallTimeCall        Unsigned32,
    bGLineR34LastInCallCallerWaited    INTEGER,
    bGLineR34LastInCallCallAnswrd      INTEGER,
    bGLineR34LastInCallCallTraced      INTEGER,
    bGLineR34AlrmState                 INTEGER,
    bGLineR34AlrmLogCorr               Counter64,
    bGLineR34AddtlAlrmLogCorr          Counter64,
    bGLineR34AlrmEvtsAttnRq            Unsigned32,
    bGLineR34AlrmEvtsAtndDp            Unsigned32,
    bGLineR34AlrmStateTimestamp        Unsigned32,
    bGLineR34ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR34ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR34ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR34ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR34DiagsLogLvl               INTEGER,
    bGLineR34DiagsAPITraceEnabled      INTEGER,
    bGLineR34DiagsAPITraceTag          DisplayString,
    bGLineR34DiagsAPITraceRemNum       DisplayString,
    bGLineR34SummaryChldAlrmState      INTEGER,
    bGLineR34ExportNumObjectsExported  Integer32,
    bGLineR34ExportStatus              DisplayString,
    bGLineR34ExportFile                DisplayString,
    bGLineR34ExportCorr                Counter64,
    bGLineR34ExportCorrNode            DisplayString,
    bGLineR34ExportCorrUID             DisplayString,
    bGLineR34DoExtraActions            INTEGER,
    bGLineR34RowStatus                 RowStatus,
    bGLineR34MovedToDirNum             DisplayString,
    bGLineR34CustInfo                  DisplayString,
    bGLineR34SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR34SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR34SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR34SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR34SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR34SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR34SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR34SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR34SDUseDefSubGpBusLine      INTEGER,
    bGLineR34SigType                   INTEGER,
    bGLineR34I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR34I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR34I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR34I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR34I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR34ISDNDefBearerCapabilities BITS,
    bGLineR34SIPUserName               DisplayString,
    bGLineR34SIPDomainName             DisplayString,
    bGLineR34UseStaticNATMapping       INTEGER,
    bGLineR34SIPRegistrationStatus     INTEGER,
    bGLineR34SIPAuthenticationReqd     INTEGER,
    bGLineR34NewSIPPassword            DisplayString,
    bGLineR34ConfirmNewSIPPassword     DisplayString,
    bGLineR34SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR34SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR34SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR34SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR34SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR34SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR34GR303NailedUpConn         INTEGER,
    bGLineR34MultipleAppearanceDirNum  DisplayString,
    bGLineR34AllowDirectDialing        INTEGER,
    bGLineR34CustInfo2                 DisplayString,
    bGLineR34CustInfo3                 DisplayString,
    bGLineR34CustInfo4                 DisplayString,
    bGLineR34CustInfo5                 DisplayString,
    bGLineR34CustInfo6                 DisplayString,
    bGLineR34RecentlyMovedFromOldNum   INTEGER,
    bGLineR34MovedFromDirNum           DisplayString,
    bGLineR34ConnectCallAfterAnnounce  INTEGER,
    bGLineR34ChargeNum                 DisplayString,
    bGLineR34I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR34I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR34I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR34I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR34PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR34GR303DialType             INTEGER,
    bGLineR34LastOutCallCldType        INTEGER,
    bGLineR34LastOutCallCldNum         DisplayString,
    bGLineR34LastOutCallNumPres        INTEGER,
    bGLineR34LastOutCallCallType       INTEGER,
    bGLineR34LastOutCallDirectDialed   INTEGER,
    bGLineR34LastOutCallCarr           DisplayString,
    bGLineR34I1PerProfNEConn           Unsigned32,
    bGLineR34I2PerProfNetwkElement     DisplayString,
    bGLineR34I3PerProfCFSIx            Unsigned32,
    bGLineR34I4PerProfGpIx             Unsigned32,
    bGLineR34UseDNIdentification       INTEGER,
    bGLineR34SDActLongDistanceCarr     DisplayString,
    bGLineR34SDDefLongDistanceCarr     DisplayString,
    bGLineR34SDUseDefLongDistanceCarr  INTEGER,
    bGLineR34SDActIntraLATACarr        DisplayString,
    bGLineR34SDDefIntraLATACarr        DisplayString,
    bGLineR34SDUseDefIntraLATACarr     INTEGER,
    bGLineR34SDActIntnatlCarr          DisplayString,
    bGLineR34SDDefIntnatlCarr          DisplayString,
    bGLineR34SDUseDefIntnatlCarr       INTEGER,
    bGLineR34SDActRtgAttrs             BITS,
    bGLineR34SDDefRtgAttrs             BITS,
    bGLineR34SDUseDefRtgAttrs          INTEGER,
    bGLineR34SDActTimezone             INTEGER,
    bGLineR34SDDefTimezone             INTEGER,
    bGLineR34SDUseDefTimezone          INTEGER,
    bGLineR34SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR34SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR34SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR34SDActLCC1                 INTEGER,
    bGLineR34SDDefLCC1                 INTEGER,
    bGLineR34SDUseDefLCC1              INTEGER,
    bGLineR34SDActLCC2                 INTEGER,
    bGLineR34SDDefLCC2                 INTEGER,
    bGLineR34SDUseDefLCC2              INTEGER,
    bGLineR34SDActLCC3                 INTEGER,
    bGLineR34SDDefLCC3                 INTEGER,
    bGLineR34SDUseDefLCC3              INTEGER,
    bGLineR34SDActLCC4                 INTEGER,
    bGLineR34SDDefLCC4                 INTEGER,
    bGLineR34SDUseDefLCC4              INTEGER,
    bGLineR34SDActLCC5                 INTEGER,
    bGLineR34SDDefLCC5                 INTEGER,
    bGLineR34SDUseDefLCC5              INTEGER,
    bGLineR34SDActMaxCallAppearances   Unsigned32,
    bGLineR34SDDefMaxCallAppearances   Unsigned32,
    bGLineR34SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR34SDActTariffGp             INTEGER,
    bGLineR34SDDefTariffGp             INTEGER,
    bGLineR34SDUseDefTariffGp          INTEGER,
    bGLineR34SDActForceLNPLookup       INTEGER,
    bGLineR34SDDefForceLNPLookup       INTEGER,
    bGLineR34SDUseDefForceLNPLookup    INTEGER,
    bGLineR34LineTrafficStudy          INTEGER,
    bGLineR34MLHGIx                    Unsigned32,
    bGLineR34MLHGMemberIx              Unsigned32,
    bGLineR34CallListsMissedCalls      LongDisplayString,
    bGLineR34CallListsAnswrdCalls      LongDisplayString,
    bGLineR34CallListsDialedCalls      LongDisplayString,
    bGLineR34EnabledDate               Unsigned32,
    bGLineR34SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR34SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR34SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR34SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR34SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR34SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR34SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR34SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR34SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR34SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR34SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR34SDActLCC6                 INTEGER,
    bGLineR34SDDefLCC6                 INTEGER,
    bGLineR34SDUseDefLCC6              INTEGER,
    bGLineR34SDActLCC7                 INTEGER,
    bGLineR34SDDefLCC7                 INTEGER,
    bGLineR34SDUseDefLCC7              INTEGER,
    bGLineR34SDActLCC8                 INTEGER,
    bGLineR34SDDefLCC8                 INTEGER,
    bGLineR34SDUseDefLCC8              INTEGER,
    bGLineR34SDActLCC9                 INTEGER,
    bGLineR34SDDefLCC9                 INTEGER,
    bGLineR34SDUseDefLCC9              INTEGER,
    bGLineR34SDActLCC10                INTEGER,
    bGLineR34SDDefLCC10                INTEGER,
    bGLineR34SDUseDefLCC10             INTEGER,
    bGLineR34SDActLCC11                INTEGER,
    bGLineR34SDDefLCC11                INTEGER,
    bGLineR34SDUseDefLCC11             INTEGER,
    bGLineR34SDActLCC12                INTEGER,
    bGLineR34SDDefLCC12                INTEGER,
    bGLineR34SDUseDefLCC12             INTEGER,
    bGLineR34SDActLCC13                INTEGER,
    bGLineR34SDDefLCC13                INTEGER,
    bGLineR34SDUseDefLCC13             INTEGER,
    bGLineR34SDActLCC14                INTEGER,
    bGLineR34SDDefLCC14                INTEGER,
    bGLineR34SDUseDefLCC14             INTEGER,
    bGLineR34SDActLCC15                INTEGER,
    bGLineR34SDDefLCC15                INTEGER,
    bGLineR34SDUseDefLCC15             INTEGER,
    bGLineR34SDActLCC16                INTEGER,
    bGLineR34SDDefLCC16                INTEGER,
    bGLineR34SDUseDefLCC16             INTEGER,
    bGLineR34SDActLCC17                INTEGER,
    bGLineR34SDDefLCC17                INTEGER,
    bGLineR34SDUseDefLCC17             INTEGER,
    bGLineR34SDActLCC18                INTEGER,
    bGLineR34SDDefLCC18                INTEGER,
    bGLineR34SDUseDefLCC18             INTEGER,
    bGLineR34SDActLCC19                INTEGER,
    bGLineR34SDDefLCC19                INTEGER,
    bGLineR34SDUseDefLCC19             INTEGER,
    bGLineR34SDActLCC20                INTEGER,
    bGLineR34SDDefLCC20                INTEGER,
    bGLineR34SDUseDefLCC20             INTEGER,
    bGLineR34T1I1GatewayNEConn         Unsigned32,
    bGLineR34T1I2GatewayNetwkElement   DisplayString,
    bGLineR34T1I3GatewayCFSIx          Unsigned32,
    bGLineR34T1I4GatewayGatewayIx      Unsigned32,
    bGLineR34T2I1GatewayNEConn         Unsigned32,
    bGLineR34T2I2GatewayNetwkElement   DisplayString,
    bGLineR34T2I3GatewayCFSIx          Unsigned32,
    bGLineR34T2I4GatewayGatewayIx      Unsigned32,
    bGLineR34I1DepartmentNEConn        Unsigned32,
    bGLineR34I2DepartmentNetwkElement  DisplayString,
    bGLineR34I3DepartmentCFSIx         Unsigned32,
    bGLineR34I4DepartmentGpIx          Unsigned32,
    bGLineR34I5DepartmentDepartmentIx  Unsigned32,
    bGLineR34DepartmentOtherVals       INTEGER,
    bGLineR34SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR34SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR34SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR34SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR34SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR34SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR34CurrNumRegistrations      Integer32,
    bGLineR34SDActVQMCallLogging       INTEGER,
    bGLineR34SDDefVQMCallLogging       INTEGER,
    bGLineR34SDUseDefVQMCallLogging    INTEGER,
    bGLineR34DiagLogCorr               Counter64,
    bGLineR34FaultMonitoringLvl        INTEGER,
    bGLineR34SIPPassword               DisplayString,
    bGLineR34SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR34SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR34SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR34SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR34SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR34SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR34SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR34SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR34SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR34SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR34SDUseDefNetwkNode         INTEGER,
    bGLineR34MovedToNumAsDialed        DisplayString,
    bGLineR34MovedDate                 Unsigned32,
    bGLineR34SDActExpireAfter          Unsigned32,
    bGLineR34SDDefExpireAfter          Unsigned32,
    bGLineR34SDUseDefExpireAfter       INTEGER,
    bGLineR34ExpiryDate                Unsigned32,
    bGLineR34SASHostname               LongDisplayString,
    bGLineR34SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR34SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR34SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR34SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR34SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR34SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR34SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR34SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR34SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR34SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR34SDUseDefESAProtDom        INTEGER,
    bGLineR34I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR34I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR34I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR34SDActSubTimezone          LongDisplayString,
    bGLineR34SDDefSubTimezone          LongDisplayString,
    bGLineR34SDUseDefSubTimezone       INTEGER,
    bGLineR34SDActChargeInd            INTEGER,
    bGLineR34SDDefChargeInd            INTEGER,
    bGLineR34SDUseDefChargeInd         INTEGER,
    bGLineR34SDActSubClgCategory       INTEGER,
    bGLineR34SDDefSubClgCategory       INTEGER,
    bGLineR34SDUseDefSubClgCategory    INTEGER,
    bGLineR34CustomerInfoFirstName     LongDisplayString,
    bGLineR34CustomerInfoSecondName    LongDisplayString,
    bGLineR34CustomerInfoOtherNames    LongDisplayString,
    bGLineR34CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR34CustomerInfoSurname       LongDisplayString,
    bGLineR34SDActBusGpLinePrivileges  Unsigned32,
    bGLineR34SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR34SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR34I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR34I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR34I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR34I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR34TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR34I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR34I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR34I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR34FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR34ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR34AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR34SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR34SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR34SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR34StatisticsAlrms           Integer32,
    bGLineR34TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR34NumBlockDevTwinning       INTEGER,
    bGLineR34ACDServLvl                INTEGER,
    bGLineR34ACDAvail                  INTEGER,
    bGLineR34I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR34I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR34I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR34I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR34I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR34ACDDspCd                  INTEGER,
    bGLineR34NoUserEquipment           INTEGER,
    bGLineR34SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR34SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR34SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR34AllowRehoming             INTEGER,
    bGLineR34I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR34PreSubscribedConn         INTEGER,
    bGLineR34LoggedInMLHGs             LongDisplayString,
    bGLineR34ExportIncASRepData        INTEGER,
    bGLineR34SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR34SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR34SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR34ClgPartyNumEmgncyCall     DisplayString,
    bGLineR34PortedRtgMethod           INTEGER,
    bGLineR34LocationRtgNum            DisplayString,
    bGLineR34IsIMS                     INTEGER,
    bGLineR34ExportChldObjectsToInc    INTEGER,
    bGLineR34SDActTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR34SDDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR34SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR34SDActAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR34SDDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR34SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR34PermissibleInboundIPAddrs LongDisplayString,
    bGLineR34PrimaryIdentity           LongDisplayString,
    bGLineR34SDActOutArea              INTEGER,
    bGLineR34SDDefOutArea              INTEGER,
    bGLineR34SDUseDefOutArea           INTEGER,
    bGLineR34DIDSub                    INTEGER,
    bGLineR34DIDCode                   DisplayString,
    bGLineR34RtgType                   INTEGER,
    bGLineR34I1DIDRtgPolicyNEConn      Unsigned32,
    bGLineR34I2DIDRtgPolicyNetwkElement
                                       DisplayString,
    bGLineR34I3DIDRtgPolicyCFSIx       Unsigned32,
    bGLineR34I4DIDRtgPolicyGpIx        Unsigned32,
    bGLineR34I5DIDRtgPolicyRtgPolicyIx Unsigned32,
    bGLineR34I1OwningPBXNEConn         Unsigned32,
    bGLineR34I2OwningPBXNetwkElement   DisplayString,
    bGLineR34I3OwningPBXCFSIx          Unsigned32,
    bGLineR34I4OwningPBXDirNum         DisplayString,
    bGLineR34SDActOvrChargeNum         DisplayString,
    bGLineR34SDDefOvrChargeNum         DisplayString,
    bGLineR34SDUseDefOvrChargeNum      INTEGER,
    bGLineR34SDActOvrClgPartyNum       DisplayString,
    bGLineR34SDDefOvrClgPartyNum       DisplayString,
    bGLineR34SDUseDefOvrClgPartyNum    INTEGER,
    bGLineR34I1CallServGpNEConn        Unsigned32,
    bGLineR34I2CallServGpNetwkElement  DisplayString,
    bGLineR34I3CallServGpCFSIx         Unsigned32,
    bGLineR34I4CallServGpGpIx          Unsigned32,
    bGLineR34I5CallServGpCSGIx         Unsigned32,
    bGLineR34CallServGpOtherVals       INTEGER,
    bGLineR34DNIDInE164Format          INTEGER,
    bGLineR34RequestSource             INTEGER,
    bGLineR34PBXIsRenumbering          INTEGER,
    bGLineR34HeadLine                  INTEGER,
    bGLineR34CIDToUseOnOutboundCalls   LongDisplayString
  }

  bGLineR34NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR34Entry  1 }

  bGLineR34NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR34Entry  2 }

  bGLineR34CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR34Entry  3 }

  bGLineR34GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR34Entry  4 }

  bGLineR34FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR34Entry  5 }

  bGLineR34DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR34Entry  6 }

  bGLineR34PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR34Entry  7 }

  bGLineR34ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { bGLineR34Entry  8 }

  bGLineR34IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR34Entry  9 }

  bGLineR34NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR34Entry  10 }

  bGLineR34PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR34Entry  11 }

  bGLineR34T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR34Entry  12 }

  bGLineR34T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR34Entry  13 }

  bGLineR34T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR34Entry  14 }

  bGLineR34T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR34Entry  15 }

  bGLineR34T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR34Entry  16 }

  bGLineR34T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR34Entry  17 }

  bGLineR34T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR34Entry  18 }

  bGLineR34T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR34Entry  19 }

  bGLineR34T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR34Entry  20 }

  bGLineR34T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR34Entry  21 }

  bGLineR34AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR34Entry  22 }

  bGLineR34SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR34Entry  23 }

  bGLineR34LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR34Entry  24 }

  bGLineR34FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR34Entry  25 }

  bGLineR34PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR34Entry  26 }

  bGLineR34LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  27 }

  bGLineR34DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  28 }

  bGLineR34OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  30 }

  bGLineR34OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  32 }

  bGLineR34TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  33 }

  bGLineR34TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  34 }

  bGLineR34ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR34Entry  36 }

  bGLineR34ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR34Entry  37 }

  bGLineR34ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR34Entry  38 }

  bGLineR34LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR34Entry  39 }

  bGLineR34LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR34Entry  40 }

  bGLineR34LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR34Entry  41 }

  bGLineR34LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR34Entry  42 }

  bGLineR34LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR34Entry  43 }

  bGLineR34LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR34Entry  44 }

  bGLineR34LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR34Entry  45 }

  bGLineR34LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR34Entry  46 }

  bGLineR34AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR34Entry  47 }

  bGLineR34AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR34Entry  48 }

  bGLineR34AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR34Entry  49 }

  bGLineR34AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR34Entry  50 }

  bGLineR34AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR34Entry  51 }

  bGLineR34AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR34Entry  52 }

  bGLineR34ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR34Entry  53 }

  bGLineR34ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR34Entry  54 }

  bGLineR34ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR34Entry  55 }

  bGLineR34ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR34Entry  56 }

  bGLineR34DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR34Entry  57 }

  bGLineR34DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  58 }

  bGLineR34DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR34Entry  59 }

  bGLineR34DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR34Entry  60 }

  bGLineR34SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR34Entry  61 }

  bGLineR34ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR34Entry  62 }

  bGLineR34ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR34Entry  63 }

  bGLineR34ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR34Entry  64 }

  bGLineR34ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR34Entry  65 }

  bGLineR34ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR34Entry  66 }

  bGLineR34ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR34Entry  67 }

  bGLineR34DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR34Entry  68 }

  bGLineR34RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR34Entry  69 }

  bGLineR34MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR34Entry  70 }

  bGLineR34CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR34Entry  71 }

  bGLineR34SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  72 }

  bGLineR34SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  73 }

  bGLineR34SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  74 }

  bGLineR34SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  75 }

  bGLineR34SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  76 }

  bGLineR34SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  77 }

  bGLineR34SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  78 }

  bGLineR34SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR34Entry  79 }

  bGLineR34SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  80 }

  bGLineR34SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR34Entry  81 }

  bGLineR34I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR34Entry  82 }

  bGLineR34I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR34Entry  83 }

  bGLineR34I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR34Entry  84 }

  bGLineR34I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR34Entry  85 }

  bGLineR34I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR34Entry  86 }

  bGLineR34ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR34Entry  87 }

  bGLineR34SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR34Entry  88 }

  bGLineR34SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR34Entry  89 }

  bGLineR34UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  90 }

  bGLineR34SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR34Entry  91 }

  bGLineR34SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR34Entry  92 }

  bGLineR34NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR34Entry  93 }

  bGLineR34ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR34Entry  94 }

  bGLineR34SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  96 }

  bGLineR34SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  97 }

  bGLineR34SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  98 }

  bGLineR34SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  100 }

  bGLineR34SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  101 }

  bGLineR34SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  102 }

  bGLineR34GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  103 }

  bGLineR34MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR34Entry  104 }

  bGLineR34AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR34Entry  105 }

  bGLineR34CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR34Entry  106 }

  bGLineR34CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR34Entry  107 }

  bGLineR34CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR34Entry  108 }

  bGLineR34CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR34Entry  109 }

  bGLineR34CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR34Entry  110 }

  bGLineR34RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  111 }

  bGLineR34MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR34Entry  112 }

  bGLineR34ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  113 }

  bGLineR34ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { bGLineR34Entry  114 }

  bGLineR34I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR34Entry  123 }

  bGLineR34I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR34Entry  124 }

  bGLineR34I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR34Entry  125 }

  bGLineR34I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR34Entry  126 }

  bGLineR34PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR34Entry  127 }

  bGLineR34GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR34Entry  133 }

  bGLineR34LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR34Entry  137 }

  bGLineR34LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR34Entry  138 }

  bGLineR34LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR34Entry  139 }

  bGLineR34LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR34Entry  140 }

  bGLineR34LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR34Entry  141 }

  bGLineR34LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR34Entry  142 }

  bGLineR34I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR34Entry  158 }

  bGLineR34I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR34Entry  159 }

  bGLineR34I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR34Entry  160 }

  bGLineR34I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR34Entry  161 }

  bGLineR34UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  162 }

  bGLineR34SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  163 }

  bGLineR34SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  164 }

  bGLineR34SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  165 }

  bGLineR34SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  166 }

  bGLineR34SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  167 }

  bGLineR34SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  168 }

  bGLineR34SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  169 }

  bGLineR34SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  170 }

  bGLineR34SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  171 }

  bGLineR34SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  172 }

  bGLineR34SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  173 }

  bGLineR34SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  174 }

  bGLineR34SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  175 }

  bGLineR34SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  176 }

  bGLineR34SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  177 }

  bGLineR34SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  178 }

  bGLineR34SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  179 }

  bGLineR34SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  180 }

  bGLineR34SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  181 }

  bGLineR34SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  182 }

  bGLineR34SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  183 }

  bGLineR34SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  184 }

  bGLineR34SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  185 }

  bGLineR34SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  186 }

  bGLineR34SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  187 }

  bGLineR34SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  188 }

  bGLineR34SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  189 }

  bGLineR34SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  190 }

  bGLineR34SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  191 }

  bGLineR34SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  192 }

  bGLineR34SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  193 }

  bGLineR34SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  194 }

  bGLineR34SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  195 }

  bGLineR34SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  200 }

  bGLineR34SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  201 }

  bGLineR34SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  202 }

  bGLineR34SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  203 }

  bGLineR34SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  204 }

  bGLineR34SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  205 }

  bGLineR34SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  206 }

  bGLineR34SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  207 }

  bGLineR34SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  208 }

  bGLineR34LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  209 }

  bGLineR34MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR34Entry  210 }

  bGLineR34MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR34Entry  211 }

  bGLineR34CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR34Entry  212 }

  bGLineR34CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR34Entry  213 }

  bGLineR34CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR34Entry  214 }

  bGLineR34EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR34Entry  215 }

  bGLineR34SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  223 }

  bGLineR34SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  224 }

  bGLineR34SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  225 }

  bGLineR34SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  226 }

  bGLineR34SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  227 }

  bGLineR34SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  228 }

  bGLineR34SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  229 }

  bGLineR34SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  230 }

  bGLineSDActR34SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  232 }

  bGLineSDDefR34SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR34Entry  233 }

  bGLineR34SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  234 }

  bGLineR34SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  240 }

  bGLineR34SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  241 }

  bGLineR34SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  242 }

  bGLineR34SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  243 }

  bGLineR34SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  244 }

  bGLineR34SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  245 }

  bGLineR34SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  246 }

  bGLineR34SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  247 }

  bGLineR34SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  248 }

  bGLineR34SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  249 }

  bGLineR34SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  250 }

  bGLineR34SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  251 }

  bGLineR34SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  252 }

  bGLineR34SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  253 }

  bGLineR34SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  254 }

  bGLineR34SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  255 }

  bGLineR34SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  256 }

  bGLineR34SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  257 }

  bGLineR34SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  258 }

  bGLineR34SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  259 }

  bGLineR34SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  260 }

  bGLineR34SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  261 }

  bGLineR34SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  262 }

  bGLineR34SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  263 }

  bGLineR34SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  264 }

  bGLineR34SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  265 }

  bGLineR34SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  266 }

  bGLineR34SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  267 }

  bGLineR34SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  268 }

  bGLineR34SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  269 }

  bGLineR34SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  270 }

  bGLineR34SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  271 }

  bGLineR34SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  272 }

  bGLineR34SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  273 }

  bGLineR34SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  274 }

  bGLineR34SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  275 }

  bGLineR34SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  276 }

  bGLineR34SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  277 }

  bGLineR34SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  278 }

  bGLineR34SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  279 }

  bGLineR34SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  280 }

  bGLineR34SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  281 }

  bGLineR34SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  282 }

  bGLineR34SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  283 }

  bGLineR34SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  284 }

  bGLineR34T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR34Entry  285 }

  bGLineR34T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR34Entry  286 }

  bGLineR34T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR34Entry  287 }

  bGLineR34T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR34Entry  288 }

  bGLineR34T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR34Entry  289 }

  bGLineR34T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR34Entry  290 }

  bGLineR34T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR34Entry  291 }

  bGLineR34T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR34Entry  292 }

  bGLineR34I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR34Entry  294 }

  bGLineR34I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR34Entry  295 }

  bGLineR34I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR34Entry  296 }

  bGLineR34I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR34Entry  297 }

  bGLineR34I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR34Entry  298 }

  bGLineR34DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR34Entry  299 }

  bGLineR34SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  306 }

  bGLineR34SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  307 }

  bGLineR34SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  308 }

  bGLineR34SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  314 }

  bGLineR34SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  315 }

  bGLineR34SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  316 }

  bGLineR34CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR34Entry  319 }

  bGLineR34SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  324 }

  bGLineR34SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  325 }

  bGLineR34SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  326 }

  bGLineR34DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR34Entry  327 }

  bGLineR34FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR34Entry  328 }

  bGLineR34SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR34Entry  329 }

  bGLineR34SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  330 }

  bGLineR34SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  331 }

  bGLineR34SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  332 }

  bGLineR34SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  333 }

  bGLineR34SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  334 }

  bGLineR34SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  335 }

  bGLineR34SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  336 }

  bGLineR34SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  337 }

  bGLineSDActR34SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  339 }

  bGLineSDDefR34SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR34Entry  340 }

  bGLineR34SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  341 }

  bGLineR34MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR34Entry  346 }

  bGLineR34MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR34Entry  347 }

  bGLineR34SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  348 }

  bGLineR34SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  349 }

  bGLineR34SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  350 }

  bGLineR34ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR34Entry  351 }

  bGLineR34SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR34Entry  368 }

  bGLineR34SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  370 }

  bGLineR34SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  371 }

  bGLineR34SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  372 }

  bGLineR34SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  373 }

  bGLineR34SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  374 }

  bGLineR34SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  375 }

  bGLineR34SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  376 }

  bGLineR34SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  377 }

  bGLineSDActR34SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  379 }

  bGLineSDDefR34SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR34Entry  380 }

  bGLineR34SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  381 }

  bGLineR34I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR34Entry  390 }

  bGLineR34I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR34Entry  391 }

  bGLineR34I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR34Entry  392 }

  bGLineR34SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  394 }

  bGLineR34SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  395 }

  bGLineR34SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  396 }

  bGLineR34SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  397 }

  bGLineR34SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  398 }

  bGLineR34SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  399 }

  bGLineR34SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  400 }

  bGLineR34SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  401 }

  bGLineR34SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  402 }

  bGLineR34CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR34Entry  410 }

  bGLineR34CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR34Entry  411 }

  bGLineR34CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR34Entry  412 }

  bGLineR34CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR34Entry  413 }

  bGLineR34CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR34Entry  414 }

  bGLineR34SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  415 }

  bGLineR34SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  416 }

  bGLineR34SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  417 }

  bGLineR34I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR34Entry  418 }

  bGLineR34I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR34Entry  419 }

  bGLineR34I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR34Entry  420 }

  bGLineR34I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR34Entry  421 }

  bGLineR34TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR34Entry  422 }

  bGLineR34I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR34Entry  423 }

  bGLineR34I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR34Entry  424 }

  bGLineR34I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR34Entry  425 }

  bGLineR34FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR34Entry  426 }

  bGLineR34ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR34Entry  427 }

  bGLineR34AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR34Entry  428 }

  bGLineR34SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  429 }

  bGLineR34SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  430 }

  bGLineR34SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  431 }

  bGLineR34StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR34Entry  432 }

  bGLineR34TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR34Entry  441 }

  bGLineR34NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR34Entry  442 }

  bGLineR34ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR34Entry  443 }

  bGLineR34ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR34Entry  444 }

  bGLineR34I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR34Entry  445 }

  bGLineR34I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR34Entry  446 }

  bGLineR34I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR34Entry  447 }

  bGLineR34I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR34Entry  448 }

  bGLineR34I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR34Entry  449 }

  bGLineR34ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR34Entry  450 }

  bGLineR34NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  451 }

  bGLineR34SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  452 }

  bGLineR34SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  453 }

  bGLineR34SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  454 }

  bGLineR34AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR34Entry  455 }

  bGLineR34I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR34Entry  456 }

  bGLineR34PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  457 }

  bGLineR34LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR34Entry  458 }

  bGLineR34ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR34Entry  459 }

  bGLineR34SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  460 }

  bGLineR34SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  461 }

  bGLineR34SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  462 }

  bGLineR34ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { bGLineR34Entry  463 }

  bGLineR34PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR34Entry  464 }

  bGLineR34LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR34Entry  465 }

  bGLineR34IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR34Entry  466 }

  bGLineR34ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR34Entry  467 }

  bGLineR34SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  468 }

  bGLineR34SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  469 }

  bGLineR34SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  470 }

  bGLineR34SDActAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  471 }

  bGLineR34SDDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  472 }

  bGLineR34SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  473 }

  bGLineR34PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { bGLineR34Entry  474 }

  bGLineR34PrimaryIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary identity'."
    ::= { bGLineR34Entry  475 }

  bGLineR34SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  476 }

  bGLineR34SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  477 }

  bGLineR34SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  478 }

  bGLineR34DIDSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID subscriber'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  479 }

  bGLineR34DIDCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID code'."
    ::= { bGLineR34Entry  480 }

  bGLineR34RtgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingPolicy(0),
                   pBX(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing type'."
    DEFVAL       { routingPolicy }
    ::= { bGLineR34Entry  481 }

  bGLineR34I1DIDRtgPolicyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR34Entry  482 }

  bGLineR34I2DIDRtgPolicyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR34Entry  483 }

  bGLineR34I3DIDRtgPolicyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR34Entry  484 }

  bGLineR34I4DIDRtgPolicyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Group index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR34Entry  485 }

  bGLineR34I5DIDRtgPolicyRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Routing Policy index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR34Entry  486 }

  bGLineR34I1OwningPBXNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR34Entry  487 }

  bGLineR34I2OwningPBXNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR34Entry  488 }

  bGLineR34I3OwningPBXCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR34Entry  489 }

  bGLineR34I4OwningPBXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR34Entry  490 }

  bGLineR34SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  491 }

  bGLineR34SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  492 }

  bGLineR34SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  493 }

  bGLineR34SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  494 }

  bGLineR34SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR34Entry  495 }

  bGLineR34SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR34Entry  496 }

  bGLineR34I1CallServGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR34Entry  497 }

  bGLineR34I2CallServGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR34Entry  498 }

  bGLineR34I3CallServGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR34Entry  499 }

  bGLineR34I4CallServGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR34Entry  500 }

  bGLineR34I5CallServGpCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Service Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR34Entry  501 }

  bGLineR34CallServGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group'.
                  This field represents the fixed
                  values that Call Service Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR34Entry  502 }

  bGLineR34DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  503 }

  bGLineR34RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { bGLineR34Entry  504 }

  bGLineR34PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { bGLineR34Entry  505 }

  bGLineR34HeadLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Head line'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR34Entry  506 }

  bGLineR34CIDToUseOnOutboundCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID to use on outbound calls'."
    DEFVAL       { "Configured Calling Party Number" }
    ::= { bGLineR34Entry  507 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedules'                                                  */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  bGLineSchedsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2710 }

  bGLineSchedsConEntry OBJECT-TYPE
    SYNTAX       BGLineSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSchedsConNEConn,
             bGLineSchedsConNetwkElement,
             bGLineSchedsConCFSIx,
             bGLineSchedsConGpIx,
             bGLineSchedsConFirstDirNum,
             bGLineSchedsConDirNum }
    ::= {  bGLineSchedsConTable  1  }

  BGLineSchedsConEntry  ::=  SEQUENCE
  {
    bGLineSchedsConNEConn              Unsigned32,
    bGLineSchedsConNetwkElement        DisplayString,
    bGLineSchedsConCFSIx               Unsigned32,
    bGLineSchedsConGpIx                Unsigned32,
    bGLineSchedsConFirstDirNum         DisplayString,
    bGLineSchedsConDirNum              DisplayString,
    bGLineSchedsConImportCnt           Integer32,
    bGLineSchedsConImportStatus        DisplayString,
    bGLineSchedsConImportMode          INTEGER,
    bGLineSchedsConImportFile          DisplayString,
    bGLineSchedsConImportCorr          Counter64,
    bGLineSchedsConImportCorrNode      DisplayString,
    bGLineSchedsConImportCorrUID       DisplayString,
    bGLineSchedsConDoExtraActions      INTEGER
  }

  bGLineSchedsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSchedsConEntry  1 }

  bGLineSchedsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSchedsConEntry  2 }

  bGLineSchedsConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSchedsConEntry  3 }

  bGLineSchedsConGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSchedsConEntry  4 }

  bGLineSchedsConFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSchedsConEntry  5 }

  bGLineSchedsConDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSchedsConEntry  6 }

  bGLineSchedsConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { bGLineSchedsConEntry  7 }

  bGLineSchedsConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { bGLineSchedsConEntry  8 }

  bGLineSchedsConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { bGLineSchedsConEntry  9 }

  bGLineSchedsConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { bGLineSchedsConEntry  10 }

  bGLineSchedsConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { bGLineSchedsConEntry  11 }

  bGLineSchedsConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { bGLineSchedsConEntry  12 }

  bGLineSchedsConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { bGLineSchedsConEntry  13 }

  bGLineSchedsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineSchedsConEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedule'                                                   */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  bGLineSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedules'."
    ::= { metaSwitch  2711 }

  bGLineSchedEntry OBJECT-TYPE
    SYNTAX       BGLineSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSchedNEConn,
             bGLineSchedNetwkElement,
             bGLineSchedCFSIx,
             bGLineSchedGpIx,
             bGLineSchedFirstDirNum,
             bGLineSchedDirNum,
             bGLineSchedScheduleIx }
    ::= {  bGLineSchedTable  1  }

  BGLineSchedEntry  ::=  SEQUENCE
  {
    bGLineSchedNEConn                  Unsigned32,
    bGLineSchedNetwkElement            DisplayString,
    bGLineSchedCFSIx                   Unsigned32,
    bGLineSchedGpIx                    Unsigned32,
    bGLineSchedFirstDirNum             DisplayString,
    bGLineSchedDirNum                  DisplayString,
    bGLineSchedScheduleIx              Unsigned32,
    bGLineSchedName                    DisplayString,
    bGLineSchedExportNumObjectsExported
                                       Integer32,
    bGLineSchedExportStatus            DisplayString,
    bGLineSchedExportFile              DisplayString,
    bGLineSchedExportChldObjectsToInc  INTEGER,
    bGLineSchedExportIncASRepData      INTEGER,
    bGLineSchedExportCorr              Counter64,
    bGLineSchedExportCorrNode          DisplayString,
    bGLineSchedExportCorrUID           DisplayString,
    bGLineSchedDoExtraActions          INTEGER,
    bGLineSchedRowStatus               RowStatus
  }

  bGLineSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSchedEntry  1 }

  bGLineSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSchedEntry  2 }

  bGLineSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSchedEntry  3 }

  bGLineSchedGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSchedEntry  4 }

  bGLineSchedFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSchedEntry  5 }

  bGLineSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSchedEntry  6 }

  bGLineSchedScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { bGLineSchedEntry  7 }

  bGLineSchedName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { bGLineSchedEntry  8 }

  bGLineSchedExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineSchedEntry  9 }

  bGLineSchedExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineSchedEntry  10 }

  bGLineSchedExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineSchedEntry  11 }

  bGLineSchedExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineSchedEntry  12 }

  bGLineSchedExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineSchedEntry  13 }

  bGLineSchedExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineSchedEntry  14 }

  bGLineSchedExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineSchedEntry  15 }

  bGLineSchedExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineSchedEntry  16 }

  bGLineSchedDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineSchedEntry  17 }

  bGLineSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSchedEntry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Period'                                                     */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  bGLineSchdPrdTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedule'."
    ::= { metaSwitch  2712 }

  bGLineSchdPrdEntry OBJECT-TYPE
    SYNTAX       BGLineSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineSchdPrdNEConn,
             bGLineSchdPrdNetwkElement,
             bGLineSchdPrdCFSIx,
             bGLineSchdPrdGpIx,
             bGLineSchdPrdFirstDirNum,
             bGLineSchdPrdDirNum,
             bGLineSchdPrdScheduleIx,
             bGLineSchdPrdPeriodIx }
    ::= {  bGLineSchdPrdTable  1  }

  BGLineSchdPrdEntry  ::=  SEQUENCE
  {
    bGLineSchdPrdNEConn                Unsigned32,
    bGLineSchdPrdNetwkElement          DisplayString,
    bGLineSchdPrdCFSIx                 Unsigned32,
    bGLineSchdPrdGpIx                  Unsigned32,
    bGLineSchdPrdFirstDirNum           DisplayString,
    bGLineSchdPrdDirNum                DisplayString,
    bGLineSchdPrdScheduleIx            Unsigned32,
    bGLineSchdPrdPeriodIx              Unsigned32,
    bGLineSchdPrdName                  DisplayString,
    bGLineSchdPrdDaysTheWeek           BITS,
    bGLineSchdPrdStartHr               Unsigned32,
    bGLineSchdPrdStartMin              Unsigned32,
    bGLineSchdPrdEndHr                 Unsigned32,
    bGLineSchdPrdEndMin                Unsigned32,
    bGLineSchdPrdRowStatus             RowStatus
  }

  bGLineSchdPrdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  1 }

  bGLineSchdPrdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  2 }

  bGLineSchdPrdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  3 }

  bGLineSchdPrdGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  4 }

  bGLineSchdPrdFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  5 }

  bGLineSchdPrdDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  6 }

  bGLineSchdPrdScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  7 }

  bGLineSchdPrdPeriodIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Period index'.
                  This is an index field."
    ::= { bGLineSchdPrdEntry  8 }

  bGLineSchdPrdName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { bGLineSchdPrdEntry  9 }

  bGLineSchdPrdDaysTheWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days of the week'."
    ::= { bGLineSchdPrdEntry  10 }

  bGLineSchdPrdStartHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (hour)'."
    ::= { bGLineSchdPrdEntry  11 }

  bGLineSchdPrdStartMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (minute)'."
    ::= { bGLineSchdPrdEntry  12 }

  bGLineSchdPrdEndHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..24 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (hour)'."
    ::= { bGLineSchdPrdEntry  13 }

  bGLineSchdPrdEndMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (minute)'."
    ::= { bGLineSchdPrdEntry  14 }

  bGLineSchdPrdRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineSchdPrdEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  bGLnGnCllSrvCtrlR6Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLnGnCllSrvCtrlR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2713 }

  bGLnGnCllSrvCtrlR6Entry OBJECT-TYPE
    SYNTAX       BGLnGnCllSrvCtrlR6Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLnGnCllSrvCtrlR6NEConn,
             bGLnGnCllSrvCtrlR6NetwkElement,
             bGLnGnCllSrvCtrlR6CFSIx,
             bGLnGnCllSrvCtrlR6GpIx,
             bGLnGnCllSrvCtrlR6FirstDirNum,
             bGLnGnCllSrvCtrlR6DirNum }
    ::= {  bGLnGnCllSrvCtrlR6Table  1  }

  BGLnGnCllSrvCtrlR6Entry  ::=  SEQUENCE
  {
    bGLnGnCllSrvCtrlR6NEConn           Unsigned32,
    bGLnGnCllSrvCtrlR6NetwkElement     DisplayString,
    bGLnGnCllSrvCtrlR6CFSIx            Unsigned32,
    bGLnGnCllSrvCtrlR6GpIx             Unsigned32,
    bGLnGnCllSrvCtrlR6FirstDirNum      DisplayString,
    bGLnGnCllSrvCtrlR6DirNum           DisplayString,
    bGLnGnCllSrvCtrlR6SDActPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefPINChangeSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDActVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDActCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefCallListsSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDActCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefCLMaxNumCallsPerList
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDActHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefHRCLLimitType
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR6DoExtraActions   INTEGER,
    bGLnGnCllSrvCtrlR6SDActRCLSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefRCLSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefRCLSubscribed
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    bGLnGnCllSrvCtrlR6SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    bGLnGnCllSrvCtrlR6SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    bGLnGnCllSrvCtrlR6RCLCurrRedirectedCallCnt
                                       Unsigned32,
    bGLnGnCllSrvCtrlR6SDActSchedSubscrd
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDDefSchedSubscrd
                                       INTEGER,
    bGLnGnCllSrvCtrlR6SDUseDefSchedSubscrd
                                       INTEGER
  }

  bGLnGnCllSrvCtrlR6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR6Entry  1 }

  bGLnGnCllSrvCtrlR6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR6Entry  2 }

  bGLnGnCllSrvCtrlR6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR6Entry  3 }

  bGLnGnCllSrvCtrlR6GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR6Entry  4 }

  bGLnGnCllSrvCtrlR6FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR6Entry  5 }

  bGLnGnCllSrvCtrlR6DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLnGnCllSrvCtrlR6Entry  6 }

  bGLnGnCllSrvCtrlR6SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  7 }

  bGLnGnCllSrvCtrlR6SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  8 }

  bGLnGnCllSrvCtrlR6SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  9 }

  bGLnGnCllSrvCtrlR6SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  10 }

  bGLnGnCllSrvCtrlR6SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  11 }

  bGLnGnCllSrvCtrlR6SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  12 }

  bGLnGnCllSrvCtrlR6SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  13 }

  bGLnGnCllSrvCtrlR6SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  14 }

  bGLnGnCllSrvCtrlR6SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  15 }

  bGLnGnCllSrvCtrlR6SDActCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  16 }

  bGLnGnCllSrvCtrlR6SDDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  17 }

  bGLnGnCllSrvCtrlR6SDUseDefCallListsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  18 }

  bGLnGnCllSrvCtrlR6SDActCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  19 }

  bGLnGnCllSrvCtrlR6SDDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER ( 1..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  20 }

  bGLnGnCllSrvCtrlR6SDUseDefCLMaxNumCallsPerList OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Call Lists - maximum number of calls per list'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  21 }

  bGLnGnCllSrvCtrlR6SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { bGLnGnCllSrvCtrlR6Entry  22 }

  bGLnGnCllSrvCtrlR6SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  23 }

  bGLnGnCllSrvCtrlR6SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  24 }

  bGLnGnCllSrvCtrlR6SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 2 }
    ::= { bGLnGnCllSrvCtrlR6Entry  25 }

  bGLnGnCllSrvCtrlR6SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  26 }

  bGLnGnCllSrvCtrlR6SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  27 }

  bGLnGnCllSrvCtrlR6DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCallLists(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLnGnCllSrvCtrlR6Entry  28 }

  bGLnGnCllSrvCtrlR6SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  29 }

  bGLnGnCllSrvCtrlR6SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  30 }

  bGLnGnCllSrvCtrlR6SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  31 }

  bGLnGnCllSrvCtrlR6SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  32 }

  bGLnGnCllSrvCtrlR6SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  33 }

  bGLnGnCllSrvCtrlR6SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  34 }

  bGLnGnCllSrvCtrlR6RCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { bGLnGnCllSrvCtrlR6Entry  35 }

  bGLnGnCllSrvCtrlR6SDActSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  36 }

  bGLnGnCllSrvCtrlR6SDDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLnGnCllSrvCtrlR6Entry  37 }

  bGLnGnCllSrvCtrlR6SDUseDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLnGnCllSrvCtrlR6Entry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Forwarding Schedule'                                        */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  bGLineFwdSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  2714 }

  bGLineFwdSchedEntry OBJECT-TYPE
    SYNTAX       BGLineFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineFwdSchedNEConn,
             bGLineFwdSchedNetwkElement,
             bGLineFwdSchedCFSIx,
             bGLineFwdSchedGpIx,
             bGLineFwdSchedFirstDirNum,
             bGLineFwdSchedDirNum,
             bGLineFwdSchedFwdIx }
    ::= {  bGLineFwdSchedTable  1  }

  BGLineFwdSchedEntry  ::=  SEQUENCE
  {
    bGLineFwdSchedNEConn               Unsigned32,
    bGLineFwdSchedNetwkElement         DisplayString,
    bGLineFwdSchedCFSIx                Unsigned32,
    bGLineFwdSchedGpIx                 Unsigned32,
    bGLineFwdSchedFirstDirNum          DisplayString,
    bGLineFwdSchedDirNum               DisplayString,
    bGLineFwdSchedFwdIx                Unsigned32,
    bGLineFwdSchedI1FwdScheduleNEConn  Unsigned32,
    bGLineFwdSchedI2FwdScheduleNetwkElement
                                       DisplayString,
    bGLineFwdSchedI3FwdScheduleCFSIx   Unsigned32,
    bGLineFwdSchedI4FwdScheduleGpIx    Unsigned32,
    bGLineFwdSchedI5FwdScheduleFirstDirNum
                                       DisplayString,
    bGLineFwdSchedI6FwdScheduleDirNum  DisplayString,
    bGLineFwdSchedI7FwdScheduleScheduleIx
                                       Unsigned32,
    bGLineFwdSchedFwdScheduleNum       DisplayString,
    bGLineFwdSchedFwdScheduleEnabled   INTEGER,
    bGLineFwdSchedRowStatus            RowStatus
  }

  bGLineFwdSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineFwdSchedEntry  1 }

  bGLineFwdSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineFwdSchedEntry  2 }

  bGLineFwdSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineFwdSchedEntry  3 }

  bGLineFwdSchedGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineFwdSchedEntry  4 }

  bGLineFwdSchedFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineFwdSchedEntry  5 }

  bGLineFwdSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineFwdSchedEntry  6 }

  bGLineFwdSchedFwdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding index'.
                  This is an index field."
    ::= { bGLineFwdSchedEntry  7 }

  bGLineFwdSchedI1FwdScheduleNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusLineScheduleSE'."
    ::= { bGLineFwdSchedEntry  8 }

  bGLineFwdSchedI2FwdScheduleNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusLineScheduleSE'."
    ::= { bGLineFwdSchedEntry  9 }

  bGLineFwdSchedI3FwdScheduleCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusLineScheduleSE'."
    ::= { bGLineFwdSchedEntry  10 }

  bGLineFwdSchedI4FwdScheduleGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusLineScheduleSE'."
    ::= { bGLineFwdSchedEntry  11 }

  bGLineFwdSchedI5FwdScheduleFirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'First Directory number'
                  in referenced type 'BOOBusLineScheduleSE'."
    ::= { bGLineFwdSchedEntry  12 }

  bGLineFwdSchedI6FwdScheduleDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Directory number'
                  in referenced type 'BOOBusLineScheduleSE'."
    ::= { bGLineFwdSchedEntry  13 }

  bGLineFwdSchedI7FwdScheduleScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Schedule index'
                  in referenced type 'BOOBusLineScheduleSE'."
    ::= { bGLineFwdSchedEntry  14 }

  bGLineFwdSchedFwdScheduleNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding number'."
    ::= { bGLineFwdSchedEntry  15 }

  bGLineFwdSchedFwdScheduleEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled'."
    DEFVAL       { true }
    ::= { bGLineFwdSchedEntry  16 }

  bGLineFwdSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineFwdSchedEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Intercom Code Range'                                        */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  busGrpIntercomCodeRangeR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpIntercomCodeRangeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Dialing Plan'."
    ::= { metaSwitch  2715 }

  busGrpIntercomCodeRangeR1Entry OBJECT-TYPE
    SYNTAX       BusGrpIntercomCodeRangeR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpIntercomCodeRangeR1NEConn,
             busGrpIntercomCodeRangeR1NetwkElement,
             busGrpIntercomCodeRangeR1CFSIx,
             busGrpIntercomCodeRangeR1GpIx,
             busGrpIntercomCodeRangeR1FirstCode }
    ::= {  busGrpIntercomCodeRangeR1Table  1  }

  BusGrpIntercomCodeRangeR1Entry  ::=  SEQUENCE
  {
    busGrpIntercomCodeRangeR1NEConn    Unsigned32,
    busGrpIntercomCodeRangeR1NetwkElement
                                       DisplayString,
    busGrpIntercomCodeRangeR1CFSIx     Unsigned32,
    busGrpIntercomCodeRangeR1GpIx      Unsigned32,
    busGrpIntercomCodeRangeR1FirstCode DisplayString,
    busGrpIntercomCodeRangeR1LastCode  DisplayString,
    busGrpIntercomCodeRangeR1FirstDirNum
                                       DisplayString,
    busGrpIntercomCodeRangeR1LastDirNum
                                       DisplayString,
    busGrpIntercomCodeRangeR1RowStatus RowStatus,
    busGrpIntercomCodeRangeR1LocationPrefixLen
                                       Unsigned32
  }

  busGrpIntercomCodeRangeR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeR1Entry  1 }

  busGrpIntercomCodeRangeR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeR1Entry  2 }

  busGrpIntercomCodeRangeR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeR1Entry  3 }

  busGrpIntercomCodeRangeR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeR1Entry  4 }

  busGrpIntercomCodeRangeR1FirstCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..7))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First code'.
                  This is an index field."
    ::= { busGrpIntercomCodeRangeR1Entry  5 }

  busGrpIntercomCodeRangeR1LastCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last code'."
    ::= { busGrpIntercomCodeRangeR1Entry  6 }

  busGrpIntercomCodeRangeR1FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'."
    ::= { busGrpIntercomCodeRangeR1Entry  7 }

  busGrpIntercomCodeRangeR1LastDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Directory number'."
    ::= { busGrpIntercomCodeRangeR1Entry  8 }

  busGrpIntercomCodeRangeR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpIntercomCodeRangeR1Entry  9 }

  busGrpIntercomCodeRangeR1LocationPrefixLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location prefix length'."
    DEFVAL       { 0 }
    ::= { busGrpIntercomCodeRangeR1Entry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  mLHGPilotDNR16Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2716 }

  mLHGPilotDNR16Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR16Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR16NEConn,
             mLHGPilotDNR16NetwkElement,
             mLHGPilotDNR16CFSIx,
             mLHGPilotDNR16GpIx,
             mLHGPilotDNR16MLHGGpIx,
             mLHGPilotDNR16DirNum }
    ::= {  mLHGPilotDNR16Table  1  }

  MLHGPilotDNR16Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR16NEConn               Unsigned32,
    mLHGPilotDNR16NetwkElement         DisplayString,
    mLHGPilotDNR16CFSIx                Unsigned32,
    mLHGPilotDNR16GpIx                 Unsigned32,
    mLHGPilotDNR16MLHGGpIx             Unsigned32,
    mLHGPilotDNR16DirNum               DisplayString,
    mLHGPilotDNR16I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR16I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR16I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR16I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR16InUseBy              INTEGER,
    mLHGPilotDNR16IntercomDialingCode  DisplayString,
    mLHGPilotDNR16MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR16MLHGIx               Unsigned32,
    mLHGPilotDNR16MLHGMemberIx         Unsigned32,
    mLHGPilotDNR16CustInfo             DisplayString,
    mLHGPilotDNR16CustInfo2            DisplayString,
    mLHGPilotDNR16CustInfo3            DisplayString,
    mLHGPilotDNR16CustInfo4            DisplayString,
    mLHGPilotDNR16CustInfo5            DisplayString,
    mLHGPilotDNR16CustInfo6            DisplayString,
    mLHGPilotDNR16NumStatus            INTEGER,
    mLHGPilotDNR16RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR16MovedFromDirNum      DisplayString,
    mLHGPilotDNR16ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR16MovedToDirNum        DisplayString,
    mLHGPilotDNR16PortedExchangeID     DisplayString,
    mLHGPilotDNR16PIN                  DisplayString,
    mLHGPilotDNR16SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR16SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR16SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR16SDActTimezone        INTEGER,
    mLHGPilotDNR16SDDefTimezone        INTEGER,
    mLHGPilotDNR16SDUseDefTimezone     INTEGER,
    mLHGPilotDNR16SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR16SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR16SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR16ActYear              Unsigned32,
    mLHGPilotDNR16ActMonth             Unsigned32,
    mLHGPilotDNR16ActDate              Unsigned32,
    mLHGPilotDNR16DiagsLogLvl          INTEGER,
    mLHGPilotDNR16DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR16DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR16DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR16ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR16ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR16ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR16ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR16SummaryChldAlrmState INTEGER,
    mLHGPilotDNR16RowStatus            RowStatus,
    mLHGPilotDNR16EnabledDate          Unsigned32,
    mLHGPilotDNR16MovedDate            Unsigned32,
    mLHGPilotDNR16SDActExpireAfter     Unsigned32,
    mLHGPilotDNR16SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR16SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR16ExpiryDate           Unsigned32,
    mLHGPilotDNR16I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR16I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR16I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR16SASHostname          LongDisplayString,
    mLHGPilotDNR16SDActChargeInd       INTEGER,
    mLHGPilotDNR16SDDefChargeInd       INTEGER,
    mLHGPilotDNR16SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR16CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR16CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR16CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR16CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR16CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR16I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR16I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR16I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR16FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR16AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR16MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR16MLHGRingPattn        INTEGER,
    mLHGPilotDNR16SigType              INTEGER,
    mLHGPilotDNR16UseDNIdentification  INTEGER,
    mLHGPilotDNR16SIPUserName          DisplayString,
    mLHGPilotDNR16SIPDomainName        DisplayString,
    mLHGPilotDNR16SDActLCC1            INTEGER,
    mLHGPilotDNR16SDDefLCC1            INTEGER,
    mLHGPilotDNR16SDUseDefLCC1         INTEGER,
    mLHGPilotDNR16SDActLCC2            INTEGER,
    mLHGPilotDNR16SDDefLCC2            INTEGER,
    mLHGPilotDNR16SDUseDefLCC2         INTEGER,
    mLHGPilotDNR16SDActLCC3            INTEGER,
    mLHGPilotDNR16SDDefLCC3            INTEGER,
    mLHGPilotDNR16SDUseDefLCC3         INTEGER,
    mLHGPilotDNR16SDActLCC4            INTEGER,
    mLHGPilotDNR16SDDefLCC4            INTEGER,
    mLHGPilotDNR16SDUseDefLCC4         INTEGER,
    mLHGPilotDNR16SDActLCC5            INTEGER,
    mLHGPilotDNR16SDDefLCC5            INTEGER,
    mLHGPilotDNR16SDUseDefLCC5         INTEGER,
    mLHGPilotDNR16SDActLCC6            INTEGER,
    mLHGPilotDNR16SDDefLCC6            INTEGER,
    mLHGPilotDNR16SDUseDefLCC6         INTEGER,
    mLHGPilotDNR16SDActLCC7            INTEGER,
    mLHGPilotDNR16SDDefLCC7            INTEGER,
    mLHGPilotDNR16SDUseDefLCC7         INTEGER,
    mLHGPilotDNR16SDActLCC8            INTEGER,
    mLHGPilotDNR16SDDefLCC8            INTEGER,
    mLHGPilotDNR16SDUseDefLCC8         INTEGER,
    mLHGPilotDNR16SDActLCC9            INTEGER,
    mLHGPilotDNR16SDDefLCC9            INTEGER,
    mLHGPilotDNR16SDUseDefLCC9         INTEGER,
    mLHGPilotDNR16SDActLCC10           INTEGER,
    mLHGPilotDNR16SDDefLCC10           INTEGER,
    mLHGPilotDNR16SDUseDefLCC10        INTEGER,
    mLHGPilotDNR16SDActLCC11           INTEGER,
    mLHGPilotDNR16SDDefLCC11           INTEGER,
    mLHGPilotDNR16SDUseDefLCC11        INTEGER,
    mLHGPilotDNR16SDActLCC12           INTEGER,
    mLHGPilotDNR16SDDefLCC12           INTEGER,
    mLHGPilotDNR16SDUseDefLCC12        INTEGER,
    mLHGPilotDNR16SDActLCC13           INTEGER,
    mLHGPilotDNR16SDDefLCC13           INTEGER,
    mLHGPilotDNR16SDUseDefLCC13        INTEGER,
    mLHGPilotDNR16SDActLCC14           INTEGER,
    mLHGPilotDNR16SDDefLCC14           INTEGER,
    mLHGPilotDNR16SDUseDefLCC14        INTEGER,
    mLHGPilotDNR16SDActLCC15           INTEGER,
    mLHGPilotDNR16SDDefLCC15           INTEGER,
    mLHGPilotDNR16SDUseDefLCC15        INTEGER,
    mLHGPilotDNR16SDActLCC16           INTEGER,
    mLHGPilotDNR16SDDefLCC16           INTEGER,
    mLHGPilotDNR16SDUseDefLCC16        INTEGER,
    mLHGPilotDNR16SDActLCC17           INTEGER,
    mLHGPilotDNR16SDDefLCC17           INTEGER,
    mLHGPilotDNR16SDUseDefLCC17        INTEGER,
    mLHGPilotDNR16SDActLCC18           INTEGER,
    mLHGPilotDNR16SDDefLCC18           INTEGER,
    mLHGPilotDNR16SDUseDefLCC18        INTEGER,
    mLHGPilotDNR16SDActLCC19           INTEGER,
    mLHGPilotDNR16SDDefLCC19           INTEGER,
    mLHGPilotDNR16SDUseDefLCC19        INTEGER,
    mLHGPilotDNR16SDActLCC20           INTEGER,
    mLHGPilotDNR16SDDefLCC20           INTEGER,
    mLHGPilotDNR16SDUseDefLCC20        INTEGER,
    mLHGPilotDNR16ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR16ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR16ExitMLHGQueueNumToFwdTo
                                       DisplayString,
    mLHGPilotDNR16PresentPilotNameToAgents
                                       INTEGER,
    mLHGPilotDNR16PortedRtgMethod      INTEGER,
    mLHGPilotDNR16LocationRtgNum       DisplayString,
    mLHGPilotDNR16IsIMS                INTEGER,
    mLHGPilotDNR16I1CallServGpNEConn   Unsigned32,
    mLHGPilotDNR16I2CallServGpNetwkElement
                                       DisplayString,
    mLHGPilotDNR16I3CallServGpCFSIx    Unsigned32,
    mLHGPilotDNR16I4CallServGpGpIx     Unsigned32,
    mLHGPilotDNR16I5CallServGpCSGIx    Unsigned32,
    mLHGPilotDNR16CallServGpOtherVals  INTEGER,
    mLHGPilotDNR16SDActSubTimezone     LongDisplayString,
    mLHGPilotDNR16SDDefSubTimezone     LongDisplayString,
    mLHGPilotDNR16SDUseDefSubTimezone  INTEGER
  }

  mLHGPilotDNR16NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR16Entry  1 }

  mLHGPilotDNR16NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR16Entry  2 }

  mLHGPilotDNR16CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR16Entry  3 }

  mLHGPilotDNR16GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR16Entry  4 }

  mLHGPilotDNR16MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR16Entry  5 }

  mLHGPilotDNR16DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR16Entry  6 }

  mLHGPilotDNR16I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR16Entry  7 }

  mLHGPilotDNR16I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR16Entry  8 }

  mLHGPilotDNR16I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR16Entry  9 }

  mLHGPilotDNR16I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR16Entry  10 }

  mLHGPilotDNR16InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR16Entry  11 }

  mLHGPilotDNR16IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR16Entry  12 }

  mLHGPilotDNR16MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR16Entry  13 }

  mLHGPilotDNR16MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR16Entry  14 }

  mLHGPilotDNR16MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR16Entry  15 }

  mLHGPilotDNR16CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR16Entry  16 }

  mLHGPilotDNR16CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR16Entry  17 }

  mLHGPilotDNR16CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR16Entry  18 }

  mLHGPilotDNR16CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR16Entry  19 }

  mLHGPilotDNR16CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR16Entry  20 }

  mLHGPilotDNR16CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR16Entry  21 }

  mLHGPilotDNR16NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR16Entry  22 }

  mLHGPilotDNR16RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  23 }

  mLHGPilotDNR16MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR16Entry  24 }

  mLHGPilotDNR16ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  25 }

  mLHGPilotDNR16MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR16Entry  26 }

  mLHGPilotDNR16PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR16Entry  27 }

  mLHGPilotDNR16PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR16Entry  28 }

  mLHGPilotDNR16SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  29 }

  mLHGPilotDNR16SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  30 }

  mLHGPilotDNR16SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  31 }

  mLHGPilotDNR16SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  32 }

  mLHGPilotDNR16SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  33 }

  mLHGPilotDNR16SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  34 }

  mLHGPilotDNR16SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  35 }

  mLHGPilotDNR16SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  36 }

  mLHGPilotDNR16SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  37 }

  mLHGPilotDNR16ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR16Entry  38 }

  mLHGPilotDNR16ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR16Entry  39 }

  mLHGPilotDNR16ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR16Entry  40 }

  mLHGPilotDNR16DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR16Entry  41 }

  mLHGPilotDNR16DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  42 }

  mLHGPilotDNR16DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR16Entry  43 }

  mLHGPilotDNR16DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR16Entry  44 }

  mLHGPilotDNR16ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR16Entry  45 }

  mLHGPilotDNR16ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR16Entry  46 }

  mLHGPilotDNR16ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR16Entry  47 }

  mLHGPilotDNR16ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR16Entry  48 }

  mLHGPilotDNR16SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR16Entry  49 }

  mLHGPilotDNR16RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR16Entry  50 }

  mLHGPilotDNR16EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR16Entry  51 }

  mLHGPilotDNR16MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR16Entry  52 }

  mLHGPilotDNR16SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  53 }

  mLHGPilotDNR16SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  54 }

  mLHGPilotDNR16SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  55 }

  mLHGPilotDNR16ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR16Entry  56 }

  mLHGPilotDNR16I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR16Entry  58 }

  mLHGPilotDNR16I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR16Entry  59 }

  mLHGPilotDNR16I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR16Entry  60 }

  mLHGPilotDNR16SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR16Entry  62 }

  mLHGPilotDNR16SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  63 }

  mLHGPilotDNR16SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  64 }

  mLHGPilotDNR16SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  65 }

  mLHGPilotDNR16CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR16Entry  80 }

  mLHGPilotDNR16CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR16Entry  81 }

  mLHGPilotDNR16CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR16Entry  82 }

  mLHGPilotDNR16CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR16Entry  83 }

  mLHGPilotDNR16CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR16Entry  84 }

  mLHGPilotDNR16I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR16Entry  85 }

  mLHGPilotDNR16I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR16Entry  86 }

  mLHGPilotDNR16I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR16Entry  87 }

  mLHGPilotDNR16FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR16Entry  88 }

  mLHGPilotDNR16AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  89 }

  mLHGPilotDNR16MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  90 }

  mLHGPilotDNR16MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR16Entry  91 }

  mLHGPilotDNR16SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR16Entry  92 }

  mLHGPilotDNR16UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  93 }

  mLHGPilotDNR16SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR16Entry  94 }

  mLHGPilotDNR16SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR16Entry  95 }

  mLHGPilotDNR16SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  96 }

  mLHGPilotDNR16SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  97 }

  mLHGPilotDNR16SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  98 }

  mLHGPilotDNR16SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  99 }

  mLHGPilotDNR16SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  100 }

  mLHGPilotDNR16SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  101 }

  mLHGPilotDNR16SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  102 }

  mLHGPilotDNR16SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  103 }

  mLHGPilotDNR16SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  104 }

  mLHGPilotDNR16SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  105 }

  mLHGPilotDNR16SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  106 }

  mLHGPilotDNR16SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  107 }

  mLHGPilotDNR16SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  108 }

  mLHGPilotDNR16SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  109 }

  mLHGPilotDNR16SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  110 }

  mLHGPilotDNR16SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  111 }

  mLHGPilotDNR16SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  112 }

  mLHGPilotDNR16SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  113 }

  mLHGPilotDNR16SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  114 }

  mLHGPilotDNR16SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  115 }

  mLHGPilotDNR16SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  116 }

  mLHGPilotDNR16SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  117 }

  mLHGPilotDNR16SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  118 }

  mLHGPilotDNR16SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  119 }

  mLHGPilotDNR16SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  120 }

  mLHGPilotDNR16SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  121 }

  mLHGPilotDNR16SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  122 }

  mLHGPilotDNR16SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  123 }

  mLHGPilotDNR16SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  124 }

  mLHGPilotDNR16SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  125 }

  mLHGPilotDNR16SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  126 }

  mLHGPilotDNR16SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  127 }

  mLHGPilotDNR16SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  128 }

  mLHGPilotDNR16SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  129 }

  mLHGPilotDNR16SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  130 }

  mLHGPilotDNR16SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  131 }

  mLHGPilotDNR16SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  132 }

  mLHGPilotDNR16SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  133 }

  mLHGPilotDNR16SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  134 }

  mLHGPilotDNR16SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  135 }

  mLHGPilotDNR16SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  136 }

  mLHGPilotDNR16SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  137 }

  mLHGPilotDNR16SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  138 }

  mLHGPilotDNR16SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  139 }

  mLHGPilotDNR16SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  140 }

  mLHGPilotDNR16SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  141 }

  mLHGPilotDNR16SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  142 }

  mLHGPilotDNR16SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  143 }

  mLHGPilotDNR16SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  144 }

  mLHGPilotDNR16SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  145 }

  mLHGPilotDNR16SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  146 }

  mLHGPilotDNR16SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  147 }

  mLHGPilotDNR16SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  148 }

  mLHGPilotDNR16SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  149 }

  mLHGPilotDNR16SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  150 }

  mLHGPilotDNR16SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  151 }

  mLHGPilotDNR16SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  152 }

  mLHGPilotDNR16SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  153 }

  mLHGPilotDNR16SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  154 }

  mLHGPilotDNR16SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  155 }

  mLHGPilotDNR16ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  156 }

  mLHGPilotDNR16ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  157 }

  mLHGPilotDNR16ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR16Entry  158 }

  mLHGPilotDNR16PresentPilotNameToAgents OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Present pilot name to agents'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR16Entry  159 }

  mLHGPilotDNR16PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mLHGPilotDNR16Entry  160 }

  mLHGPilotDNR16LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mLHGPilotDNR16Entry  161 }

  mLHGPilotDNR16IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mLHGPilotDNR16Entry  162 }

  mLHGPilotDNR16I1CallServGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR16Entry  163 }

  mLHGPilotDNR16I2CallServGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR16Entry  164 }

  mLHGPilotDNR16I3CallServGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR16Entry  165 }

  mLHGPilotDNR16I4CallServGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR16Entry  166 }

  mLHGPilotDNR16I5CallServGpCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Service Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR16Entry  167 }

  mLHGPilotDNR16CallServGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group'.
                  This field represents the fixed
                  values that Call Service Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR16Entry  168 }

  mLHGPilotDNR16SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  169 }

  mLHGPilotDNR16SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR16Entry  170 }

  mLHGPilotDNR16SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR16Entry  171 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedules'                                                  */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  mLHGPilotDNSchedsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2717 }

  mLHGPilotDNSchedsConEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNSchedsConNEConn,
             mLHGPilotDNSchedsConNetwkElement,
             mLHGPilotDNSchedsConCFSIx,
             mLHGPilotDNSchedsConGpIx,
             mLHGPilotDNSchedsConMLHGGpIx,
             mLHGPilotDNSchedsConDirNum }
    ::= {  mLHGPilotDNSchedsConTable  1  }

  MLHGPilotDNSchedsConEntry  ::=  SEQUENCE
  {
    mLHGPilotDNSchedsConNEConn         Unsigned32,
    mLHGPilotDNSchedsConNetwkElement   DisplayString,
    mLHGPilotDNSchedsConCFSIx          Unsigned32,
    mLHGPilotDNSchedsConGpIx           Unsigned32,
    mLHGPilotDNSchedsConMLHGGpIx       Unsigned32,
    mLHGPilotDNSchedsConDirNum         DisplayString,
    mLHGPilotDNSchedsConImportCnt      Integer32,
    mLHGPilotDNSchedsConImportStatus   DisplayString,
    mLHGPilotDNSchedsConImportMode     INTEGER,
    mLHGPilotDNSchedsConImportFile     DisplayString,
    mLHGPilotDNSchedsConImportCorr     Counter64,
    mLHGPilotDNSchedsConImportCorrNode DisplayString,
    mLHGPilotDNSchedsConImportCorrUID  DisplayString,
    mLHGPilotDNSchedsConDoExtraActions INTEGER
  }

  mLHGPilotDNSchedsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNSchedsConEntry  1 }

  mLHGPilotDNSchedsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNSchedsConEntry  2 }

  mLHGPilotDNSchedsConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNSchedsConEntry  3 }

  mLHGPilotDNSchedsConGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSchedsConEntry  4 }

  mLHGPilotDNSchedsConMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSchedsConEntry  5 }

  mLHGPilotDNSchedsConDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNSchedsConEntry  6 }

  mLHGPilotDNSchedsConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { mLHGPilotDNSchedsConEntry  7 }

  mLHGPilotDNSchedsConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { mLHGPilotDNSchedsConEntry  8 }

  mLHGPilotDNSchedsConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { mLHGPilotDNSchedsConEntry  9 }

  mLHGPilotDNSchedsConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { mLHGPilotDNSchedsConEntry  10 }

  mLHGPilotDNSchedsConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { mLHGPilotDNSchedsConEntry  11 }

  mLHGPilotDNSchedsConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { mLHGPilotDNSchedsConEntry  12 }

  mLHGPilotDNSchedsConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { mLHGPilotDNSchedsConEntry  13 }

  mLHGPilotDNSchedsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGPilotDNSchedsConEntry  14 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedule'                                                   */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  mLHGPilotDNSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedules'."
    ::= { metaSwitch  2718 }

  mLHGPilotDNSchedEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNSchedNEConn,
             mLHGPilotDNSchedNetwkElement,
             mLHGPilotDNSchedCFSIx,
             mLHGPilotDNSchedGpIx,
             mLHGPilotDNSchedMLHGGpIx,
             mLHGPilotDNSchedDirNum,
             mLHGPilotDNSchedScheduleIx }
    ::= {  mLHGPilotDNSchedTable  1  }

  MLHGPilotDNSchedEntry  ::=  SEQUENCE
  {
    mLHGPilotDNSchedNEConn             Unsigned32,
    mLHGPilotDNSchedNetwkElement       DisplayString,
    mLHGPilotDNSchedCFSIx              Unsigned32,
    mLHGPilotDNSchedGpIx               Unsigned32,
    mLHGPilotDNSchedMLHGGpIx           Unsigned32,
    mLHGPilotDNSchedDirNum             DisplayString,
    mLHGPilotDNSchedScheduleIx         Unsigned32,
    mLHGPilotDNSchedName               DisplayString,
    mLHGPilotDNSchedExportNumObjectsExported
                                       Integer32,
    mLHGPilotDNSchedExportStatus       DisplayString,
    mLHGPilotDNSchedExportFile         DisplayString,
    mLHGPilotDNSchedExportChldObjectsToInc
                                       INTEGER,
    mLHGPilotDNSchedExportIncASRepData INTEGER,
    mLHGPilotDNSchedExportCorr         Counter64,
    mLHGPilotDNSchedExportCorrNode     DisplayString,
    mLHGPilotDNSchedExportCorrUID      DisplayString,
    mLHGPilotDNSchedDoExtraActions     INTEGER,
    mLHGPilotDNSchedRowStatus          RowStatus
  }

  mLHGPilotDNSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNSchedEntry  1 }

  mLHGPilotDNSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNSchedEntry  2 }

  mLHGPilotDNSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNSchedEntry  3 }

  mLHGPilotDNSchedGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSchedEntry  4 }

  mLHGPilotDNSchedMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSchedEntry  5 }

  mLHGPilotDNSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNSchedEntry  6 }

  mLHGPilotDNSchedScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { mLHGPilotDNSchedEntry  7 }

  mLHGPilotDNSchedName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGPilotDNSchedEntry  8 }

  mLHGPilotDNSchedExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mLHGPilotDNSchedEntry  9 }

  mLHGPilotDNSchedExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mLHGPilotDNSchedEntry  10 }

  mLHGPilotDNSchedExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mLHGPilotDNSchedEntry  11 }

  mLHGPilotDNSchedExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mLHGPilotDNSchedEntry  12 }

  mLHGPilotDNSchedExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mLHGPilotDNSchedEntry  13 }

  mLHGPilotDNSchedExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mLHGPilotDNSchedEntry  14 }

  mLHGPilotDNSchedExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mLHGPilotDNSchedEntry  15 }

  mLHGPilotDNSchedExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mLHGPilotDNSchedEntry  16 }

  mLHGPilotDNSchedDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGPilotDNSchedEntry  17 }

  mLHGPilotDNSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNSchedEntry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Period'                                                     */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  mLHGPilotDNSchdPrdTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedule'."
    ::= { metaSwitch  2719 }

  mLHGPilotDNSchdPrdEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNSchdPrdNEConn,
             mLHGPilotDNSchdPrdNetwkElement,
             mLHGPilotDNSchdPrdCFSIx,
             mLHGPilotDNSchdPrdGpIx,
             mLHGPilotDNSchdPrdMLHGGpIx,
             mLHGPilotDNSchdPrdDirNum,
             mLHGPilotDNSchdPrdScheduleIx,
             mLHGPilotDNSchdPrdPeriodIx }
    ::= {  mLHGPilotDNSchdPrdTable  1  }

  MLHGPilotDNSchdPrdEntry  ::=  SEQUENCE
  {
    mLHGPilotDNSchdPrdNEConn           Unsigned32,
    mLHGPilotDNSchdPrdNetwkElement     DisplayString,
    mLHGPilotDNSchdPrdCFSIx            Unsigned32,
    mLHGPilotDNSchdPrdGpIx             Unsigned32,
    mLHGPilotDNSchdPrdMLHGGpIx         Unsigned32,
    mLHGPilotDNSchdPrdDirNum           DisplayString,
    mLHGPilotDNSchdPrdScheduleIx       Unsigned32,
    mLHGPilotDNSchdPrdPeriodIx         Unsigned32,
    mLHGPilotDNSchdPrdName             DisplayString,
    mLHGPilotDNSchdPrdDaysTheWeek      BITS,
    mLHGPilotDNSchdPrdStartHr          Unsigned32,
    mLHGPilotDNSchdPrdStartMin         Unsigned32,
    mLHGPilotDNSchdPrdEndHr            Unsigned32,
    mLHGPilotDNSchdPrdEndMin           Unsigned32,
    mLHGPilotDNSchdPrdRowStatus        RowStatus
  }

  mLHGPilotDNSchdPrdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  1 }

  mLHGPilotDNSchdPrdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  2 }

  mLHGPilotDNSchdPrdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  3 }

  mLHGPilotDNSchdPrdGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  4 }

  mLHGPilotDNSchdPrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  5 }

  mLHGPilotDNSchdPrdDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  6 }

  mLHGPilotDNSchdPrdScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  7 }

  mLHGPilotDNSchdPrdPeriodIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Period index'.
                  This is an index field."
    ::= { mLHGPilotDNSchdPrdEntry  8 }

  mLHGPilotDNSchdPrdName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGPilotDNSchdPrdEntry  9 }

  mLHGPilotDNSchdPrdDaysTheWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days of the week'."
    ::= { mLHGPilotDNSchdPrdEntry  10 }

  mLHGPilotDNSchdPrdStartHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (hour)'."
    ::= { mLHGPilotDNSchdPrdEntry  11 }

  mLHGPilotDNSchdPrdStartMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (minute)'."
    ::= { mLHGPilotDNSchdPrdEntry  12 }

  mLHGPilotDNSchdPrdEndHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..24 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (hour)'."
    ::= { mLHGPilotDNSchdPrdEntry  13 }

  mLHGPilotDNSchdPrdEndMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (minute)'."
    ::= { mLHGPilotDNSchdPrdEntry  14 }

  mLHGPilotDNSchdPrdRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNSchdPrdEntry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  mLHGPltDNGnClSvCtlR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPltDNGnClSvCtlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MLHG Pilot Directory Number'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2720 }

  mLHGPltDNGnClSvCtlR1Entry OBJECT-TYPE
    SYNTAX       MLHGPltDNGnClSvCtlR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPltDNGnClSvCtlR1NEConn,
             mLHGPltDNGnClSvCtlR1NetwkElement,
             mLHGPltDNGnClSvCtlR1CFSIx,
             mLHGPltDNGnClSvCtlR1GpIx,
             mLHGPltDNGnClSvCtlR1MLHGGpIx,
             mLHGPltDNGnClSvCtlR1DirNum }
    ::= {  mLHGPltDNGnClSvCtlR1Table  1  }

  MLHGPltDNGnClSvCtlR1Entry  ::=  SEQUENCE
  {
    mLHGPltDNGnClSvCtlR1NEConn         Unsigned32,
    mLHGPltDNGnClSvCtlR1NetwkElement   DisplayString,
    mLHGPltDNGnClSvCtlR1CFSIx          Unsigned32,
    mLHGPltDNGnClSvCtlR1GpIx           Unsigned32,
    mLHGPltDNGnClSvCtlR1MLHGGpIx       Unsigned32,
    mLHGPltDNGnClSvCtlR1DirNum         DisplayString,
    mLHGPltDNGnClSvCtlR1SDActRCLSubscribed
                                       INTEGER,
    mLHGPltDNGnClSvCtlR1SDDefRCLSubscribed
                                       INTEGER,
    mLHGPltDNGnClSvCtlR1SDUseDefRCLSubscribed
                                       INTEGER,
    mLHGPltDNGnClSvCtlR1SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    mLHGPltDNGnClSvCtlR1SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    mLHGPltDNGnClSvCtlR1SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    mLHGPltDNGnClSvCtlR1RCLCurrRedirectedCallCnt
                                       Unsigned32,
    mLHGPltDNGnClSvCtlR1SDActSchedSubscrd
                                       INTEGER,
    mLHGPltDNGnClSvCtlR1SDDefSchedSubscrd
                                       INTEGER,
    mLHGPltDNGnClSvCtlR1SDUseDefSchedSubscrd
                                       INTEGER
  }

  mLHGPltDNGnClSvCtlR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  1 }

  mLHGPltDNGnClSvCtlR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  2 }

  mLHGPltDNGnClSvCtlR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  3 }

  mLHGPltDNGnClSvCtlR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  4 }

  mLHGPltDNGnClSvCtlR1MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  5 }

  mLHGPltDNGnClSvCtlR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  6 }

  mLHGPltDNGnClSvCtlR1SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  7 }

  mLHGPltDNGnClSvCtlR1SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  8 }

  mLHGPltDNGnClSvCtlR1SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNGnClSvCtlR1Entry  9 }

  mLHGPltDNGnClSvCtlR1SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  10 }

  mLHGPltDNGnClSvCtlR1SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  11 }

  mLHGPltDNGnClSvCtlR1SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNGnClSvCtlR1Entry  12 }

  mLHGPltDNGnClSvCtlR1RCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { mLHGPltDNGnClSvCtlR1Entry  13 }

  mLHGPltDNGnClSvCtlR1SDActSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  14 }

  mLHGPltDNGnClSvCtlR1SDDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPltDNGnClSvCtlR1Entry  15 }

  mLHGPltDNGnClSvCtlR1SDUseDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPltDNGnClSvCtlR1Entry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Forwarding Schedule'                                        */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  mLHGPilotDNFwdSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  2721 }

  mLHGPilotDNFwdSchedEntry OBJECT-TYPE
    SYNTAX       MLHGPilotDNFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNFwdSchedNEConn,
             mLHGPilotDNFwdSchedNetwkElement,
             mLHGPilotDNFwdSchedCFSIx,
             mLHGPilotDNFwdSchedGpIx,
             mLHGPilotDNFwdSchedMLHGGpIx,
             mLHGPilotDNFwdSchedDirNum,
             mLHGPilotDNFwdSchedFwdIx }
    ::= {  mLHGPilotDNFwdSchedTable  1  }

  MLHGPilotDNFwdSchedEntry  ::=  SEQUENCE
  {
    mLHGPilotDNFwdSchedNEConn          Unsigned32,
    mLHGPilotDNFwdSchedNetwkElement    DisplayString,
    mLHGPilotDNFwdSchedCFSIx           Unsigned32,
    mLHGPilotDNFwdSchedGpIx            Unsigned32,
    mLHGPilotDNFwdSchedMLHGGpIx        Unsigned32,
    mLHGPilotDNFwdSchedDirNum          DisplayString,
    mLHGPilotDNFwdSchedFwdIx           Unsigned32,
    mLHGPilotDNFwdSchedI1FwdScheduleNEConn
                                       Unsigned32,
    mLHGPilotDNFwdSchedI2FwdScheduleNetwkElement
                                       DisplayString,
    mLHGPilotDNFwdSchedI3FwdScheduleCFSIx
                                       Unsigned32,
    mLHGPilotDNFwdSchedI4FwdScheduleGpIx
                                       Unsigned32,
    mLHGPilotDNFwdSchedI5FwdScheduleMLHGGpIx
                                       Unsigned32,
    mLHGPilotDNFwdSchedI6FwdScheduleDirNum
                                       DisplayString,
    mLHGPilotDNFwdSchedI7FwdScheduleScheduleIx
                                       Unsigned32,
    mLHGPilotDNFwdSchedFwdScheduleNum  DisplayString,
    mLHGPilotDNFwdSchedFwdScheduleEnabled
                                       INTEGER,
    mLHGPilotDNFwdSchedRowStatus       RowStatus
  }

  mLHGPilotDNFwdSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNFwdSchedEntry  1 }

  mLHGPilotDNFwdSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNFwdSchedEntry  2 }

  mLHGPilotDNFwdSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNFwdSchedEntry  3 }

  mLHGPilotDNFwdSchedGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNFwdSchedEntry  4 }

  mLHGPilotDNFwdSchedMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNFwdSchedEntry  5 }

  mLHGPilotDNFwdSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { mLHGPilotDNFwdSchedEntry  6 }

  mLHGPilotDNFwdSchedFwdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding index'.
                  This is an index field."
    ::= { mLHGPilotDNFwdSchedEntry  7 }

  mLHGPilotDNFwdSchedI1FwdScheduleNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMLHGPilotDNScheduleSE'."
    ::= { mLHGPilotDNFwdSchedEntry  8 }

  mLHGPilotDNFwdSchedI2FwdScheduleNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMLHGPilotDNScheduleSE'."
    ::= { mLHGPilotDNFwdSchedEntry  9 }

  mLHGPilotDNFwdSchedI3FwdScheduleCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMLHGPilotDNScheduleSE'."
    ::= { mLHGPilotDNFwdSchedEntry  10 }

  mLHGPilotDNFwdSchedI4FwdScheduleGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Group index'
                  in referenced type 'BOOMLHGPilotDNScheduleSE'."
    ::= { mLHGPilotDNFwdSchedEntry  11 }

  mLHGPilotDNFwdSchedI5FwdScheduleMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'MLHG Group index'
                  in referenced type 'BOOMLHGPilotDNScheduleSE'."
    ::= { mLHGPilotDNFwdSchedEntry  12 }

  mLHGPilotDNFwdSchedI6FwdScheduleDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Directory number'
                  in referenced type 'BOOMLHGPilotDNScheduleSE'."
    ::= { mLHGPilotDNFwdSchedEntry  13 }

  mLHGPilotDNFwdSchedI7FwdScheduleScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Schedule index'
                  in referenced type 'BOOMLHGPilotDNScheduleSE'."
    ::= { mLHGPilotDNFwdSchedEntry  14 }

  mLHGPilotDNFwdSchedFwdScheduleNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding number'."
    ::= { mLHGPilotDNFwdSchedEntry  15 }

  mLHGPilotDNFwdSchedFwdScheduleEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled'."
    DEFVAL       { true }
    ::= { mLHGPilotDNFwdSchedEntry  16 }

  mLHGPilotDNFwdSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNFwdSchedEntry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedules'                                                  */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  pBXSchedsConTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2722 }

  pBXSchedsConEntry OBJECT-TYPE
    SYNTAX       PBXSchedsConEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSchedsConNEConn,
             pBXSchedsConNetwkElement,
             pBXSchedsConCFSIx,
             pBXSchedsConDirNum }
    ::= {  pBXSchedsConTable  1  }

  PBXSchedsConEntry  ::=  SEQUENCE
  {
    pBXSchedsConNEConn                 Unsigned32,
    pBXSchedsConNetwkElement           DisplayString,
    pBXSchedsConCFSIx                  Unsigned32,
    pBXSchedsConDirNum                 DisplayString,
    pBXSchedsConImportCnt              Integer32,
    pBXSchedsConImportStatus           DisplayString,
    pBXSchedsConImportMode             INTEGER,
    pBXSchedsConImportFile             DisplayString,
    pBXSchedsConImportCorr             Counter64,
    pBXSchedsConImportCorrNode         DisplayString,
    pBXSchedsConImportCorrUID          DisplayString,
    pBXSchedsConDoExtraActions         INTEGER
  }

  pBXSchedsConNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSchedsConEntry  1 }

  pBXSchedsConNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSchedsConEntry  2 }

  pBXSchedsConCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSchedsConEntry  3 }

  pBXSchedsConDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSchedsConEntry  4 }

  pBXSchedsConImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { pBXSchedsConEntry  5 }

  pBXSchedsConImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { pBXSchedsConEntry  6 }

  pBXSchedsConImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { pBXSchedsConEntry  7 }

  pBXSchedsConImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { pBXSchedsConEntry  8 }

  pBXSchedsConImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { pBXSchedsConEntry  9 }

  pBXSchedsConImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { pBXSchedsConEntry  10 }

  pBXSchedsConImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { pBXSchedsConEntry  11 }

  pBXSchedsConDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXSchedsConEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Schedule'                                                   */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  pBXSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedules'."
    ::= { metaSwitch  2723 }

  pBXSchedEntry OBJECT-TYPE
    SYNTAX       PBXSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSchedNEConn,
             pBXSchedNetwkElement,
             pBXSchedCFSIx,
             pBXSchedDirNum,
             pBXSchedScheduleIx }
    ::= {  pBXSchedTable  1  }

  PBXSchedEntry  ::=  SEQUENCE
  {
    pBXSchedNEConn                     Unsigned32,
    pBXSchedNetwkElement               DisplayString,
    pBXSchedCFSIx                      Unsigned32,
    pBXSchedDirNum                     DisplayString,
    pBXSchedScheduleIx                 Unsigned32,
    pBXSchedName                       DisplayString,
    pBXSchedExportNumObjectsExported   Integer32,
    pBXSchedExportStatus               DisplayString,
    pBXSchedExportFile                 DisplayString,
    pBXSchedExportChldObjectsToInc     INTEGER,
    pBXSchedExportIncASRepData         INTEGER,
    pBXSchedExportCorr                 Counter64,
    pBXSchedExportCorrNode             DisplayString,
    pBXSchedExportCorrUID              DisplayString,
    pBXSchedDoExtraActions             INTEGER,
    pBXSchedRowStatus                  RowStatus
  }

  pBXSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSchedEntry  1 }

  pBXSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSchedEntry  2 }

  pBXSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSchedEntry  3 }

  pBXSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSchedEntry  4 }

  pBXSchedScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { pBXSchedEntry  5 }

  pBXSchedName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { pBXSchedEntry  6 }

  pBXSchedExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXSchedEntry  7 }

  pBXSchedExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXSchedEntry  8 }

  pBXSchedExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXSchedEntry  9 }

  pBXSchedExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXSchedEntry  10 }

  pBXSchedExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXSchedEntry  11 }

  pBXSchedExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXSchedEntry  12 }

  pBXSchedExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXSchedEntry  13 }

  pBXSchedExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXSchedEntry  14 }

  pBXSchedDoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXSchedEntry  15 }

  pBXSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSchedEntry  16 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Period'                                                     */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  pBXSchdPrdTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Schedule'."
    ::= { metaSwitch  2724 }

  pBXSchdPrdEntry OBJECT-TYPE
    SYNTAX       PBXSchdPrdEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXSchdPrdNEConn,
             pBXSchdPrdNetwkElement,
             pBXSchdPrdCFSIx,
             pBXSchdPrdDirNum,
             pBXSchdPrdScheduleIx,
             pBXSchdPrdPeriodIx }
    ::= {  pBXSchdPrdTable  1  }

  PBXSchdPrdEntry  ::=  SEQUENCE
  {
    pBXSchdPrdNEConn                   Unsigned32,
    pBXSchdPrdNetwkElement             DisplayString,
    pBXSchdPrdCFSIx                    Unsigned32,
    pBXSchdPrdDirNum                   DisplayString,
    pBXSchdPrdScheduleIx               Unsigned32,
    pBXSchdPrdPeriodIx                 Unsigned32,
    pBXSchdPrdName                     DisplayString,
    pBXSchdPrdDaysTheWeek              BITS,
    pBXSchdPrdStartHr                  Unsigned32,
    pBXSchdPrdStartMin                 Unsigned32,
    pBXSchdPrdEndHr                    Unsigned32,
    pBXSchdPrdEndMin                   Unsigned32,
    pBXSchdPrdRowStatus                RowStatus
  }

  pBXSchdPrdNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXSchdPrdEntry  1 }

  pBXSchdPrdNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXSchdPrdEntry  2 }

  pBXSchdPrdCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXSchdPrdEntry  3 }

  pBXSchdPrdDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXSchdPrdEntry  4 }

  pBXSchdPrdScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Schedule index'.
                  This is an index field."
    ::= { pBXSchdPrdEntry  5 }

  pBXSchdPrdPeriodIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Period index'.
                  This is an index field."
    ::= { pBXSchdPrdEntry  6 }

  pBXSchdPrdName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { pBXSchdPrdEntry  7 }

  pBXSchdPrdDaysTheWeek OBJECT-TYPE
    SYNTAX       BITS {
                   monday(0),
                   tuesday(1),
                   wednesday(2),
                   thursday(3),
                   friday(4),
                   saturday(5),
                   sunday(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days of the week'."
    ::= { pBXSchdPrdEntry  8 }

  pBXSchdPrdStartHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (hour)'."
    ::= { pBXSchdPrdEntry  9 }

  pBXSchdPrdStartMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Start time (minute)'."
    ::= { pBXSchdPrdEntry  10 }

  pBXSchdPrdEndHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..24 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (hour)'."
    ::= { pBXSchdPrdEntry  11 }

  pBXSchdPrdEndMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'End time (minute)'."
    ::= { pBXSchdPrdEntry  12 }

  pBXSchdPrdRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXSchdPrdEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'General Call Service Controls'                              */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  pBXGnCllSrvCtrlR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXGnCllSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBX'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2725 }

  pBXGnCllSrvCtrlR4Entry OBJECT-TYPE
    SYNTAX       PBXGnCllSrvCtrlR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXGnCllSrvCtrlR4NEConn,
             pBXGnCllSrvCtrlR4NetwkElement,
             pBXGnCllSrvCtrlR4CFSIx,
             pBXGnCllSrvCtrlR4DirNum }
    ::= {  pBXGnCllSrvCtrlR4Table  1  }

  PBXGnCllSrvCtrlR4Entry  ::=  SEQUENCE
  {
    pBXGnCllSrvCtrlR4NEConn            Unsigned32,
    pBXGnCllSrvCtrlR4NetwkElement      DisplayString,
    pBXGnCllSrvCtrlR4CFSIx             Unsigned32,
    pBXGnCllSrvCtrlR4DirNum            DisplayString,
    pBXGnCllSrvCtrlR4SDActPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDDefPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDUseDefPINChangeSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDActVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDDefVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDUseDefVideoCodecsSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDActHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDDefHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDUseDefHRCLLimitType
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDActHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDDefHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDUseDefHRCLMaxHighRiskCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDActRCLSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDDefRCLSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDUseDefRCLSubscribed
                                       INTEGER,
    pBXGnCllSrvCtrlR4SDActRCLMaxSimulRedirCalls
                                       Unsigned32,
    pBXGnCllSrvCtrlR4SDDefRCLMaxSimulRedirCalls
                                       Unsigned32,
    pBXGnCllSrvCtrlR4SDUseDefRCLMaxSimulRedirCalls
                                       INTEGER,
    pBXGnCllSrvCtrlR4RCLCurrRedirectedCallCnt
                                       Unsigned32,
    pBXGnCllSrvCtrlR4SDActSchedSubscrd INTEGER,
    pBXGnCllSrvCtrlR4SDDefSchedSubscrd INTEGER,
    pBXGnCllSrvCtrlR4SDUseDefSchedSubscrd
                                       INTEGER
  }

  pBXGnCllSrvCtrlR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR4Entry  1 }

  pBXGnCllSrvCtrlR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR4Entry  2 }

  pBXGnCllSrvCtrlR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR4Entry  3 }

  pBXGnCllSrvCtrlR4DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXGnCllSrvCtrlR4Entry  4 }

  pBXGnCllSrvCtrlR4SDActPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  5 }

  pBXGnCllSrvCtrlR4SDDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  6 }

  pBXGnCllSrvCtrlR4SDUseDefPINChangeSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'PIN Change - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  7 }

  pBXGnCllSrvCtrlR4SDActAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  8 }

  pBXGnCllSrvCtrlR4SDDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  9 }

  pBXGnCllSrvCtrlR4SDUseDefAdvancedVoiceCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advanced voice codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  10 }

  pBXGnCllSrvCtrlR4SDActVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  11 }

  pBXGnCllSrvCtrlR4SDDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  12 }

  pBXGnCllSrvCtrlR4SDUseDefVideoCodecsSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Video codecs - Subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  13 }

  pBXGnCllSrvCtrlR4SDActHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { limited }
    ::= { pBXGnCllSrvCtrlR4Entry  14 }

  pBXGnCllSrvCtrlR4SDDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   softLimit(2),
                   limited(3),
                   notPermitted(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  15 }

  pBXGnCllSrvCtrlR4SDUseDefHRCLLimitType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - limit type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  16 }

  pBXGnCllSrvCtrlR4SDActHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { 5 }
    ::= { pBXGnCllSrvCtrlR4Entry  17 }

  pBXGnCllSrvCtrlR4SDDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER ( 1..1000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  18 }

  pBXGnCllSrvCtrlR4SDUseDefHRCLMaxHighRiskCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'High risk call limits - maximum high risk calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  19 }

  pBXGnCllSrvCtrlR4SDActRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  20 }

  pBXGnCllSrvCtrlR4SDDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  21 }

  pBXGnCllSrvCtrlR4SDUseDefRCLSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  22 }

  pBXGnCllSrvCtrlR4SDActRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  23 }

  pBXGnCllSrvCtrlR4SDDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  24 }

  pBXGnCllSrvCtrlR4SDUseDefRCLMaxSimulRedirCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Redirected call limits - maximum simultaneous redirected calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  25 }

  pBXGnCllSrvCtrlR4RCLCurrRedirectedCallCnt OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Redirected call limits - current redirected call count'."
    ::= { pBXGnCllSrvCtrlR4Entry  26 }

  pBXGnCllSrvCtrlR4SDActSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  27 }

  pBXGnCllSrvCtrlR4SDDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXGnCllSrvCtrlR4Entry  28 }

  pBXGnCllSrvCtrlR4SDUseDefSchedSubscrd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Schedules - subscribed'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXGnCllSrvCtrlR4Entry  29 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Forwarding Schedule'                                        */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  pBXFwdSchedTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Forwarding Services'."
    ::= { metaSwitch  2726 }

  pBXFwdSchedEntry OBJECT-TYPE
    SYNTAX       PBXFwdSchedEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXFwdSchedNEConn,
             pBXFwdSchedNetwkElement,
             pBXFwdSchedCFSIx,
             pBXFwdSchedDirNum,
             pBXFwdSchedFwdIx }
    ::= {  pBXFwdSchedTable  1  }

  PBXFwdSchedEntry  ::=  SEQUENCE
  {
    pBXFwdSchedNEConn                  Unsigned32,
    pBXFwdSchedNetwkElement            DisplayString,
    pBXFwdSchedCFSIx                   Unsigned32,
    pBXFwdSchedDirNum                  DisplayString,
    pBXFwdSchedFwdIx                   Unsigned32,
    pBXFwdSchedI1FwdScheduleNEConn     Unsigned32,
    pBXFwdSchedI2FwdScheduleNetwkElement
                                       DisplayString,
    pBXFwdSchedI3FwdScheduleCFSIx      Unsigned32,
    pBXFwdSchedI4FwdScheduleDirNum     DisplayString,
    pBXFwdSchedI5FwdScheduleScheduleIx Unsigned32,
    pBXFwdSchedFwdScheduleNum          DisplayString,
    pBXFwdSchedFwdScheduleEnabled      INTEGER,
    pBXFwdSchedRowStatus               RowStatus
  }

  pBXFwdSchedNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXFwdSchedEntry  1 }

  pBXFwdSchedNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXFwdSchedEntry  2 }

  pBXFwdSchedCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXFwdSchedEntry  3 }

  pBXFwdSchedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXFwdSchedEntry  4 }

  pBXFwdSchedFwdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding index'.
                  This is an index field."
    ::= { pBXFwdSchedEntry  5 }

  pBXFwdSchedI1FwdScheduleNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXScheduleSE'."
    ::= { pBXFwdSchedEntry  6 }

  pBXFwdSchedI2FwdScheduleNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXScheduleSE'."
    ::= { pBXFwdSchedEntry  7 }

  pBXFwdSchedI3FwdScheduleCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXScheduleSE'."
    ::= { pBXFwdSchedEntry  8 }

  pBXFwdSchedI4FwdScheduleDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXScheduleSE'."
    ::= { pBXFwdSchedEntry  9 }

  pBXFwdSchedI5FwdScheduleScheduleIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Schedule',
                  This field represents index 'Schedule index'
                  in referenced type 'BOOPBXScheduleSE'."
    ::= { pBXFwdSchedEntry  10 }

  pBXFwdSchedFwdScheduleNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Forwarding number'."
    ::= { pBXFwdSchedEntry  11 }

  pBXFwdSchedFwdScheduleEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled'."
    DEFVAL       { true }
    ::= { pBXFwdSchedEntry  12 }

  pBXFwdSchedRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXFwdSchedEntry  13 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Route Verification Test Group'                              */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  rVTTestGroupR19Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestGroupR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Tests'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2727 }

  rVTTestGroupR19Entry OBJECT-TYPE
    SYNTAX       RVTTestGroupR19Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestGroupR19NEConn,
             rVTTestGroupR19NetwkElement,
             rVTTestGroupR19CFSIx,
             rVTTestGroupR19GpIx }
    ::= {  rVTTestGroupR19Table  1  }

  RVTTestGroupR19Entry  ::=  SEQUENCE
  {
    rVTTestGroupR19NEConn              Unsigned32,
    rVTTestGroupR19NetwkElement        DisplayString,
    rVTTestGroupR19CFSIx               Unsigned32,
    rVTTestGroupR19GpIx                Unsigned32,
    rVTTestGroupR19TestName            DisplayString,
    rVTTestGroupR19I1DefTrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestGroupR19I2DefTrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestGroupR19I3DefTrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestGroupR19I4DefTrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestGroupR19DefSubType          INTEGER,
    rVTTestGroupR19DefSubDirNum        DisplayString,
    rVTTestGroupR19I1SubGpNEConn       Unsigned32,
    rVTTestGroupR19I2SubGpNetwkElement DisplayString,
    rVTTestGroupR19I3SubGpCFSIx        Unsigned32,
    rVTTestGroupR19I4SubGpSubGpIx      Unsigned32,
    rVTTestGroupR19BillType            INTEGER,
    rVTTestGroupR19LongDistanceCarrID  DisplayString,
    rVTTestGroupR19IntraLATACarrID     DisplayString,
    rVTTestGroupR19ClgNumANIIIDigits   DisplayString,
    rVTTestGroupR19AllowOprHoldIs      INTEGER,
    rVTTestGroupR19PriorityCall        INTEGER,
    rVTTestGroupR19InTrnkGpNum         INTEGER,
    rVTTestGroupR19UseTCAPIfReqd       INTEGER,
    rVTTestGroupR19ClgPartyNum         DisplayString,
    rVTTestGroupR19ReqdRetryRtg        INTEGER,
    rVTTestGroupR19TestCall            INTEGER,
    rVTTestGroupR19TransitNetwkID      DisplayString,
    rVTTestGroupR19TestStatus          INTEGER,
    rVTTestGroupR19NumTestsExecuted    Unsigned32,
    rVTTestGroupR19NumTestsSucceeded   Unsigned32,
    rVTTestGroupR19NumTestsFaild       Unsigned32,
    rVTTestGroupR19DiagsLogLvl         INTEGER,
    rVTTestGroupR19DiagsAPITraceTag    DisplayString,
    rVTTestGroupR19ExportNumObjectsExported
                                       Integer32,
    rVTTestGroupR19ExportStatus        DisplayString,
    rVTTestGroupR19ExportFile          DisplayString,
    rVTTestGroupR19ExportCorr          Counter64,
    rVTTestGroupR19ExportCorrNode      DisplayString,
    rVTTestGroupR19ExportCorrUID       DisplayString,
    rVTTestGroupR19DoExtraActions      INTEGER,
    rVTTestGroupR19RowStatus           RowStatus,
    rVTTestGroupR19NumTests            Unsigned32,
    rVTTestGroupR19SubRtgAttrs         BITS,
    rVTTestGroupR19IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestGroupR19IgnoreTermAppServer INTEGER,
    rVTTestGroupR19T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR19T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR19T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR19T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestGroupR19T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19IntnatlCarrID       DisplayString,
    rVTTestGroupR19LCC1                INTEGER,
    rVTTestGroupR19LCC2                INTEGER,
    rVTTestGroupR19LCC3                INTEGER,
    rVTTestGroupR19LCC4                INTEGER,
    rVTTestGroupR19LCC5                INTEGER,
    rVTTestGroupR19ISUPCldAddrPrefix   DisplayString,
    rVTTestGroupR19UsrDefMFCallType    Unsigned32,
    rVTTestGroupR19T4I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestGroupR19T4I4RemMediaChanISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5RemMediaChanPRIIx
                                       Unsigned32,
    rVTTestGroupR19CarrIdentificationParm
                                       DisplayString,
    rVTTestGroupR19ChargeNumANIPresent INTEGER,
    rVTTestGroupR19ChargeNumANI        DisplayString,
    rVTTestGroupR19BearerCapability    INTEGER,
    rVTTestGroupR19OrigingExchangeAddr DisplayString,
    rVTTestGroupR19PortedNum           DisplayString,
    rVTTestGroupR19LNPLookupPerformed  INTEGER,
    rVTTestGroupR19ReleaseControlMode  INTEGER,
    rVTTestGroupR19DialedPrefix        INTEGER,
    rVTTestGroupR19AuthCodeCodeAndPIN  DisplayString,
    rVTTestGroupR19AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestGroupR19ClgNumScope         INTEGER,
    rVTTestGroupR19ClgNumPresRestricted
                                       INTEGER,
    rVTTestGroupR19OprCall             INTEGER,
    rVTTestGroupR19EchoCancellation    INTEGER,
    rVTTestGroupR19ClgCategory         INTEGER,
    rVTTestGroupR19I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestGroupR19I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestGroupR19I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestGroupR19I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestGroupR19ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestGroupR19SIPType             INTEGER,
    rVTTestGroupR19LCC6                INTEGER,
    rVTTestGroupR19LCC7                INTEGER,
    rVTTestGroupR19LCC8                INTEGER,
    rVTTestGroupR19LCC9                INTEGER,
    rVTTestGroupR19LCC10               INTEGER,
    rVTTestGroupR19LCC11               INTEGER,
    rVTTestGroupR19LCC12               INTEGER,
    rVTTestGroupR19LCC13               INTEGER,
    rVTTestGroupR19LCC14               INTEGER,
    rVTTestGroupR19LCC15               INTEGER,
    rVTTestGroupR19LCC16               INTEGER,
    rVTTestGroupR19LCC17               INTEGER,
    rVTTestGroupR19LCC18               INTEGER,
    rVTTestGroupR19LCC19               INTEGER,
    rVTTestGroupR19LCC20               INTEGER,
    rVTTestGroupR19IncMCsIncluded      INTEGER,
    rVTTestGroupR19T1I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs1NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs1OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs2NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs2OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs3NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs3OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs4NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs4OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs5NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs5OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs6NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs6OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs7NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs7OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs8NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs8OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR19T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR19T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR19T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR19T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR19T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR19T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestGroupR19T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs9NEConn   Unsigned32,
    rVTTestGroupR19T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestGroupR19T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestGroupR19T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestGroupR19IncMCs9OtherVals    INTEGER,
    rVTTestGroupR19T1I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR19T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR19T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR19T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR19T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR19T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR19T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestGroupR19T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1IncMCs10NEConn  Unsigned32,
    rVTTestGroupR19T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestGroupR19T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestGroupR19T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestGroupR19IncMCs10OtherVals   INTEGER,
    rVTTestGroupR19ExpRsltsExpRslt     INTEGER,
    rVTTestGroupR19ExpRsltsExpectedDest
                                       INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC1OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC2OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC3OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC4OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC5OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC6OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC7OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC8OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestGroupR19ExpRsltMC9OtherVals INTEGER,
    rVTTestGroupR19T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR19T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR19T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestGroupR19T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR19T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR19T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestGroupR19T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestGroupR19T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR19T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR19T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestGroupR19T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestGroupR19T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestGroupR19T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestGroupR19T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestGroupR19T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestGroupR19T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestGroupR19ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestGroupR19ExpRsltsCauseFail   INTEGER,
    rVTTestGroupR19ExpRsltsNumTstsNotYetRun
                                       Unsigned32,
    rVTTestGroupR19ExpRsltsNumTstsPassed
                                       Unsigned32,
    rVTTestGroupR19ExpRsltsNumTstsFaild
                                       Unsigned32,
    rVTTestGroupR19IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestGroupR19IncMedChSimulateMedChOnlineDef
                                       INTEGER,
    rVTTestGroupR19DialedBySub         INTEGER,
    rVTTestGroupR19DateAndTimeYear     Unsigned32,
    rVTTestGroupR19DateAndTimeMonth    Unsigned32,
    rVTTestGroupR19DateAndTimeDate     Unsigned32,
    rVTTestGroupR19HrAndTimeHr         Unsigned32,
    rVTTestGroupR19MinAndTimeMin       Unsigned32,
    rVTTestGroupR19ExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestGroupR19NetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestGroupR19BusGpLinePrivileges Unsigned32,
    rVTTestGroupR19OrigTrGpID          DisplayString,
    rVTTestGroupR19OrigTrCxt           DisplayString,
    rVTTestGroupR19DestTrnkGpID        DisplayString,
    rVTTestGroupR19DestTrnkCxt         DisplayString,
    rVTTestGroupR19I1LineGpNEConn      Unsigned32,
    rVTTestGroupR19I2LineGpNetwkElement
                                       DisplayString,
    rVTTestGroupR19I3LineGpCFSIx       Unsigned32,
    rVTTestGroupR19I4LineGpSubGpIx     Unsigned32,
    rVTTestGroupR19IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestGroupR19LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestGroupR19ExpRsltsDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestGroupR19ExpRsltsDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestGroupR19PropagationDlyPresent
                                       INTEGER,
    rVTTestGroupR19PropagationDly      Unsigned32,
    rVTTestGroupR19SatelliteIndPresent INTEGER,
    rVTTestGroupR19SatelliteInd        Unsigned32,
    rVTTestGroupR19IsupPreferencePresent
                                       INTEGER,
    rVTTestGroupR19IsupPreference      INTEGER,
    rVTTestGroupR19GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestGroupR19GermanIsupUkkParm   INTEGER,
    rVTTestGroupR19GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestGroupR19GermanIsupSspParm   INTEGER,
    rVTTestGroupR19I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestGroupR19SiteOtherVals       INTEGER,
    rVTTestGroupR19ExportIncASRepData  INTEGER,
    rVTTestGroupR19PresNumUKOnly       DisplayString,
    rVTTestGroupR19PresNumScopeUKOnly  INTEGER,
    rVTTestGroupR19ExportChldObjectsToInc
                                       INTEGER,
    rVTTestGroupR19ClgNumIncomplete    INTEGER,
    rVTTestGroupR19DiagsAPITraceEnabled
                                       INTEGER
  }

  rVTTestGroupR19NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestGroupR19Entry  1 }

  rVTTestGroupR19NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestGroupR19Entry  2 }

  rVTTestGroupR19CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestGroupR19Entry  3 }

  rVTTestGroupR19GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestGroupR19Entry  4 }

  rVTTestGroupR19TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestGroupR19Entry  5 }

  rVTTestGroupR19I1DefTrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR19Entry  6 }

  rVTTestGroupR19I2DefTrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR19Entry  7 }

  rVTTestGroupR19I3DefTrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR19Entry  8 }

  rVTTestGroupR19I4DefTrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk routing config set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { rVTTestGroupR19Entry  9 }

  rVTTestGroupR19DefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default subscriber type'."
    ::= { rVTTestGroupR19Entry  10 }

  rVTTestGroupR19DefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default subscriber directory number'."
    ::= { rVTTestGroupR19Entry  11 }

  rVTTestGroupR19I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  12 }

  rVTTestGroupR19I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  13 }

  rVTTestGroupR19I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  14 }

  rVTTestGroupR19I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  15 }

  rVTTestGroupR19BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestGroupR19Entry  16 }

  rVTTestGroupR19LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestGroupR19Entry  17 }

  rVTTestGroupR19IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestGroupR19Entry  18 }

  rVTTestGroupR19ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestGroupR19Entry  19 }

  rVTTestGroupR19AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  20 }

  rVTTestGroupR19PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  21 }

  rVTTestGroupR19InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestGroupR19Entry  22 }

  rVTTestGroupR19UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  23 }

  rVTTestGroupR19ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestGroupR19Entry  24 }

  rVTTestGroupR19ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestGroupR19Entry  25 }

  rVTTestGroupR19TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  26 }

  rVTTestGroupR19TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestGroupR19Entry  27 }

  rVTTestGroupR19TestStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRun(1),
                   inProgress(2),
                   complete(3),
                   canceled(4),
                   canceling(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group test status'."
    ::= { rVTTestGroupR19Entry  28 }

  rVTTestGroupR19NumTestsExecuted OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests executed'."
    ::= { rVTTestGroupR19Entry  29 }

  rVTTestGroupR19NumTestsSucceeded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests succeeded'."
    ::= { rVTTestGroupR19Entry  30 }

  rVTTestGroupR19NumTestsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests failed'."
    ::= { rVTTestGroupR19Entry  31 }

  rVTTestGroupR19DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestGroupR19Entry  32 }

  rVTTestGroupR19DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestGroupR19Entry  33 }

  rVTTestGroupR19ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rVTTestGroupR19Entry  34 }

  rVTTestGroupR19ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rVTTestGroupR19Entry  35 }

  rVTTestGroupR19ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rVTTestGroupR19Entry  36 }

  rVTTestGroupR19ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rVTTestGroupR19Entry  37 }

  rVTTestGroupR19ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rVTTestGroupR19Entry  38 }

  rVTTestGroupR19ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rVTTestGroupR19Entry  39 }

  rVTTestGroupR19DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runAllTests(1),
                   cancelAllTests(2),
                   export(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestGroupR19Entry  40 }

  rVTTestGroupR19RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestGroupR19Entry  41 }

  rVTTestGroupR19NumTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of tests'."
    ::= { rVTTestGroupR19Entry  42 }

  rVTTestGroupR19SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    DEFVAL       { {} }
    ::= { rVTTestGroupR19Entry  43 }

  rVTTestGroupR19IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR19Entry  54 }

  rVTTestGroupR19IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    DEFVAL       { true }
    ::= { rVTTestGroupR19Entry  55 }

  rVTTestGroupR19T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  56 }

  rVTTestGroupR19T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  57 }

  rVTTestGroupR19T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  58 }

  rVTTestGroupR19T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  59 }

  rVTTestGroupR19T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  60 }

  rVTTestGroupR19T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  61 }

  rVTTestGroupR19T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  62 }

  rVTTestGroupR19T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  63 }

  rVTTestGroupR19T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  64 }

  rVTTestGroupR19T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  65 }

  rVTTestGroupR19T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  66 }

  rVTTestGroupR19T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  67 }

  rVTTestGroupR19T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  68 }

  rVTTestGroupR19T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  69 }

  rVTTestGroupR19T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  70 }

  rVTTestGroupR19T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  71 }

  rVTTestGroupR19T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  72 }

  rVTTestGroupR19IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestGroupR19Entry  73 }

  rVTTestGroupR19LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestGroupR19Entry  74 }

  rVTTestGroupR19LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestGroupR19Entry  75 }

  rVTTestGroupR19LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestGroupR19Entry  76 }

  rVTTestGroupR19LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestGroupR19Entry  77 }

  rVTTestGroupR19LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestGroupR19Entry  78 }

  rVTTestGroupR19ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestGroupR19Entry  79 }

  rVTTestGroupR19UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestGroupR19Entry  80 }

  rVTTestGroupR19T4I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  81 }

  rVTTestGroupR19T4I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  82 }

  rVTTestGroupR19T4I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  83 }

  rVTTestGroupR19T4I4RemMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  84 }

  rVTTestGroupR19T4I5RemMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  85 }

  rVTTestGroupR19CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default carrier identification parameter'."
    ::= { rVTTestGroupR19Entry  86 }

  rVTTestGroupR19ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  87 }

  rVTTestGroupR19ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestGroupR19Entry  88 }

  rVTTestGroupR19BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    DEFVAL       { speech }
    ::= { rVTTestGroupR19Entry  89 }

  rVTTestGroupR19OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestGroupR19Entry  90 }

  rVTTestGroupR19PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestGroupR19Entry  91 }

  rVTTestGroupR19LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  92 }

  rVTTestGroupR19ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    DEFVAL       { callingParty }
    ::= { rVTTestGroupR19Entry  93 }

  rVTTestGroupR19DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR19Entry  94 }

  rVTTestGroupR19AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestGroupR19Entry  95 }

  rVTTestGroupR19AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestGroupR19Entry  96 }

  rVTTestGroupR19ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    DEFVAL       { national }
    ::= { rVTTestGroupR19Entry  97 }

  rVTTestGroupR19ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    DEFVAL       { allowed }
    ::= { rVTTestGroupR19Entry  98 }

  rVTTestGroupR19OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  99 }

  rVTTestGroupR19EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    DEFVAL       { none }
    ::= { rVTTestGroupR19Entry  100 }

  rVTTestGroupR19ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    DEFVAL       { unknown }
    ::= { rVTTestGroupR19Entry  101 }

  rVTTestGroupR19I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR19Entry  102 }

  rVTTestGroupR19I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR19Entry  103 }

  rVTTestGroupR19I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR19Entry  104 }

  rVTTestGroupR19I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestGroupR19Entry  105 }

  rVTTestGroupR19ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  106 }

  rVTTestGroupR19SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    DEFVAL       { basicSIP }
    ::= { rVTTestGroupR19Entry  107 }

  rVTTestGroupR19LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestGroupR19Entry  108 }

  rVTTestGroupR19LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestGroupR19Entry  109 }

  rVTTestGroupR19LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestGroupR19Entry  110 }

  rVTTestGroupR19LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestGroupR19Entry  111 }

  rVTTestGroupR19LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestGroupR19Entry  112 }

  rVTTestGroupR19LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestGroupR19Entry  113 }

  rVTTestGroupR19LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestGroupR19Entry  114 }

  rVTTestGroupR19LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestGroupR19Entry  115 }

  rVTTestGroupR19LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestGroupR19Entry  116 }

  rVTTestGroupR19LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestGroupR19Entry  117 }

  rVTTestGroupR19LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestGroupR19Entry  118 }

  rVTTestGroupR19LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestGroupR19Entry  119 }

  rVTTestGroupR19LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestGroupR19Entry  120 }

  rVTTestGroupR19LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestGroupR19Entry  121 }

  rVTTestGroupR19LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestGroupR19Entry  122 }

  rVTTestGroupR19IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    DEFVAL       { all }
    ::= { rVTTestGroupR19Entry  123 }

  rVTTestGroupR19T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  124 }

  rVTTestGroupR19T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  125 }

  rVTTestGroupR19T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  126 }

  rVTTestGroupR19T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  127 }

  rVTTestGroupR19T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  128 }

  rVTTestGroupR19T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  129 }

  rVTTestGroupR19T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  131 }

  rVTTestGroupR19T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  132 }

  rVTTestGroupR19T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  133 }

  rVTTestGroupR19T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  134 }

  rVTTestGroupR19T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  135 }

  rVTTestGroupR19T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  136 }

  rVTTestGroupR19T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  138 }

  rVTTestGroupR19T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  139 }

  rVTTestGroupR19T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  140 }

  rVTTestGroupR19T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  141 }

  rVTTestGroupR19T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  142 }

  rVTTestGroupR19T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  144 }

  rVTTestGroupR19T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  145 }

  rVTTestGroupR19T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  146 }

  rVTTestGroupR19T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  147 }

  rVTTestGroupR19T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  148 }

  rVTTestGroupR19IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  149 }

  rVTTestGroupR19T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  150 }

  rVTTestGroupR19T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  151 }

  rVTTestGroupR19T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  152 }

  rVTTestGroupR19T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  153 }

  rVTTestGroupR19T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  154 }

  rVTTestGroupR19T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  155 }

  rVTTestGroupR19T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  157 }

  rVTTestGroupR19T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  158 }

  rVTTestGroupR19T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  159 }

  rVTTestGroupR19T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  160 }

  rVTTestGroupR19T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  161 }

  rVTTestGroupR19T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  162 }

  rVTTestGroupR19T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  164 }

  rVTTestGroupR19T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  165 }

  rVTTestGroupR19T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  166 }

  rVTTestGroupR19T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  167 }

  rVTTestGroupR19T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  168 }

  rVTTestGroupR19T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  170 }

  rVTTestGroupR19T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  171 }

  rVTTestGroupR19T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  172 }

  rVTTestGroupR19T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  173 }

  rVTTestGroupR19T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  174 }

  rVTTestGroupR19IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  175 }

  rVTTestGroupR19T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  176 }

  rVTTestGroupR19T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  177 }

  rVTTestGroupR19T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  178 }

  rVTTestGroupR19T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  179 }

  rVTTestGroupR19T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  180 }

  rVTTestGroupR19T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  181 }

  rVTTestGroupR19T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  183 }

  rVTTestGroupR19T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  184 }

  rVTTestGroupR19T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  185 }

  rVTTestGroupR19T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  186 }

  rVTTestGroupR19T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  187 }

  rVTTestGroupR19T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  188 }

  rVTTestGroupR19T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  190 }

  rVTTestGroupR19T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  191 }

  rVTTestGroupR19T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  192 }

  rVTTestGroupR19T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  193 }

  rVTTestGroupR19T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  194 }

  rVTTestGroupR19T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  196 }

  rVTTestGroupR19T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  197 }

  rVTTestGroupR19T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  198 }

  rVTTestGroupR19T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  199 }

  rVTTestGroupR19T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  200 }

  rVTTestGroupR19IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  201 }

  rVTTestGroupR19T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  202 }

  rVTTestGroupR19T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  203 }

  rVTTestGroupR19T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  204 }

  rVTTestGroupR19T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  205 }

  rVTTestGroupR19T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  206 }

  rVTTestGroupR19T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  207 }

  rVTTestGroupR19T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  209 }

  rVTTestGroupR19T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  210 }

  rVTTestGroupR19T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  211 }

  rVTTestGroupR19T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  212 }

  rVTTestGroupR19T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  213 }

  rVTTestGroupR19T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  214 }

  rVTTestGroupR19T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  216 }

  rVTTestGroupR19T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  217 }

  rVTTestGroupR19T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  218 }

  rVTTestGroupR19T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  219 }

  rVTTestGroupR19T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  220 }

  rVTTestGroupR19T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  222 }

  rVTTestGroupR19T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  223 }

  rVTTestGroupR19T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  224 }

  rVTTestGroupR19T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  225 }

  rVTTestGroupR19T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  226 }

  rVTTestGroupR19IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  227 }

  rVTTestGroupR19T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  228 }

  rVTTestGroupR19T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  229 }

  rVTTestGroupR19T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  230 }

  rVTTestGroupR19T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  231 }

  rVTTestGroupR19T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  232 }

  rVTTestGroupR19T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  233 }

  rVTTestGroupR19T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  235 }

  rVTTestGroupR19T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  236 }

  rVTTestGroupR19T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  237 }

  rVTTestGroupR19T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  238 }

  rVTTestGroupR19T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  239 }

  rVTTestGroupR19T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  240 }

  rVTTestGroupR19T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  242 }

  rVTTestGroupR19T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  243 }

  rVTTestGroupR19T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  244 }

  rVTTestGroupR19T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  245 }

  rVTTestGroupR19T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  246 }

  rVTTestGroupR19T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  248 }

  rVTTestGroupR19T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  249 }

  rVTTestGroupR19T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  250 }

  rVTTestGroupR19T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  251 }

  rVTTestGroupR19T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  252 }

  rVTTestGroupR19IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  253 }

  rVTTestGroupR19T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  254 }

  rVTTestGroupR19T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  255 }

  rVTTestGroupR19T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  256 }

  rVTTestGroupR19T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  257 }

  rVTTestGroupR19T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  258 }

  rVTTestGroupR19T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  259 }

  rVTTestGroupR19T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  261 }

  rVTTestGroupR19T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  262 }

  rVTTestGroupR19T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  263 }

  rVTTestGroupR19T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  264 }

  rVTTestGroupR19T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  265 }

  rVTTestGroupR19T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  266 }

  rVTTestGroupR19T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  268 }

  rVTTestGroupR19T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  269 }

  rVTTestGroupR19T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  270 }

  rVTTestGroupR19T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  271 }

  rVTTestGroupR19T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  272 }

  rVTTestGroupR19T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  274 }

  rVTTestGroupR19T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  275 }

  rVTTestGroupR19T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  276 }

  rVTTestGroupR19T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  277 }

  rVTTestGroupR19T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  278 }

  rVTTestGroupR19IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  279 }

  rVTTestGroupR19T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  280 }

  rVTTestGroupR19T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  281 }

  rVTTestGroupR19T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  282 }

  rVTTestGroupR19T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  283 }

  rVTTestGroupR19T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  284 }

  rVTTestGroupR19T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  285 }

  rVTTestGroupR19T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  287 }

  rVTTestGroupR19T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  288 }

  rVTTestGroupR19T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  289 }

  rVTTestGroupR19T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  290 }

  rVTTestGroupR19T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  291 }

  rVTTestGroupR19T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  292 }

  rVTTestGroupR19T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  294 }

  rVTTestGroupR19T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  295 }

  rVTTestGroupR19T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  296 }

  rVTTestGroupR19T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  297 }

  rVTTestGroupR19T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  298 }

  rVTTestGroupR19T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  300 }

  rVTTestGroupR19T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  301 }

  rVTTestGroupR19T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  302 }

  rVTTestGroupR19T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  303 }

  rVTTestGroupR19T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  304 }

  rVTTestGroupR19IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  305 }

  rVTTestGroupR19T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  306 }

  rVTTestGroupR19T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  307 }

  rVTTestGroupR19T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  308 }

  rVTTestGroupR19T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  309 }

  rVTTestGroupR19T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  310 }

  rVTTestGroupR19T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  311 }

  rVTTestGroupR19T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  313 }

  rVTTestGroupR19T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  314 }

  rVTTestGroupR19T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  315 }

  rVTTestGroupR19T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  316 }

  rVTTestGroupR19T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  317 }

  rVTTestGroupR19T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  318 }

  rVTTestGroupR19T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  320 }

  rVTTestGroupR19T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  321 }

  rVTTestGroupR19T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  322 }

  rVTTestGroupR19T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  323 }

  rVTTestGroupR19T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  324 }

  rVTTestGroupR19T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  326 }

  rVTTestGroupR19T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  327 }

  rVTTestGroupR19T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  328 }

  rVTTestGroupR19T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  329 }

  rVTTestGroupR19T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  330 }

  rVTTestGroupR19IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  331 }

  rVTTestGroupR19T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  332 }

  rVTTestGroupR19T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  333 }

  rVTTestGroupR19T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  334 }

  rVTTestGroupR19T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  335 }

  rVTTestGroupR19T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  336 }

  rVTTestGroupR19T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  337 }

  rVTTestGroupR19T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  339 }

  rVTTestGroupR19T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  340 }

  rVTTestGroupR19T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  341 }

  rVTTestGroupR19T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  342 }

  rVTTestGroupR19T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  343 }

  rVTTestGroupR19T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  344 }

  rVTTestGroupR19T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  346 }

  rVTTestGroupR19T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  347 }

  rVTTestGroupR19T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  348 }

  rVTTestGroupR19T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  349 }

  rVTTestGroupR19T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  350 }

  rVTTestGroupR19T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  352 }

  rVTTestGroupR19T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  353 }

  rVTTestGroupR19T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  354 }

  rVTTestGroupR19T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  355 }

  rVTTestGroupR19T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  356 }

  rVTTestGroupR19IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  357 }

  rVTTestGroupR19T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  358 }

  rVTTestGroupR19T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  359 }

  rVTTestGroupR19T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  360 }

  rVTTestGroupR19T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  361 }

  rVTTestGroupR19T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  362 }

  rVTTestGroupR19T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  363 }

  rVTTestGroupR19T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  365 }

  rVTTestGroupR19T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  366 }

  rVTTestGroupR19T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  367 }

  rVTTestGroupR19T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  368 }

  rVTTestGroupR19T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  369 }

  rVTTestGroupR19T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  370 }

  rVTTestGroupR19T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  372 }

  rVTTestGroupR19T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  373 }

  rVTTestGroupR19T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  374 }

  rVTTestGroupR19T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  375 }

  rVTTestGroupR19T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  376 }

  rVTTestGroupR19T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  378 }

  rVTTestGroupR19T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  379 }

  rVTTestGroupR19T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  380 }

  rVTTestGroupR19T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  381 }

  rVTTestGroupR19T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  382 }

  rVTTestGroupR19IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  383 }

  rVTTestGroupR19ExpRsltsExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected result'."
    DEFVAL       { none }
    ::= { rVTTestGroupR19Entry  384 }

  rVTTestGroupR19ExpRsltsExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination'."
    ::= { rVTTestGroupR19Entry  385 }

  rVTTestGroupR19T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  386 }

  rVTTestGroupR19T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  387 }

  rVTTestGroupR19T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  388 }

  rVTTestGroupR19T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  389 }

  rVTTestGroupR19T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  390 }

  rVTTestGroupR19T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  391 }

  rVTTestGroupR19T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  393 }

  rVTTestGroupR19T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  394 }

  rVTTestGroupR19T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  395 }

  rVTTestGroupR19T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  396 }

  rVTTestGroupR19T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  397 }

  rVTTestGroupR19T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  398 }

  rVTTestGroupR19T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  400 }

  rVTTestGroupR19T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  401 }

  rVTTestGroupR19T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  402 }

  rVTTestGroupR19T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  403 }

  rVTTestGroupR19T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  404 }

  rVTTestGroupR19T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  406 }

  rVTTestGroupR19T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  407 }

  rVTTestGroupR19T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  408 }

  rVTTestGroupR19T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  409 }

  rVTTestGroupR19T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  410 }

  rVTTestGroupR19ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 1'.
                  This field represents the fixed
                  values that Expected results - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  411 }

  rVTTestGroupR19T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  412 }

  rVTTestGroupR19T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  413 }

  rVTTestGroupR19T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  414 }

  rVTTestGroupR19T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  415 }

  rVTTestGroupR19T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  416 }

  rVTTestGroupR19T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  417 }

  rVTTestGroupR19T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  419 }

  rVTTestGroupR19T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  420 }

  rVTTestGroupR19T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  421 }

  rVTTestGroupR19T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  422 }

  rVTTestGroupR19T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  423 }

  rVTTestGroupR19T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  424 }

  rVTTestGroupR19T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  426 }

  rVTTestGroupR19T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  427 }

  rVTTestGroupR19T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  428 }

  rVTTestGroupR19T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  429 }

  rVTTestGroupR19T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  430 }

  rVTTestGroupR19T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  432 }

  rVTTestGroupR19T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  433 }

  rVTTestGroupR19T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  434 }

  rVTTestGroupR19T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  435 }

  rVTTestGroupR19T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  436 }

  rVTTestGroupR19ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 2'.
                  This field represents the fixed
                  values that Expected results - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  437 }

  rVTTestGroupR19T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  438 }

  rVTTestGroupR19T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  439 }

  rVTTestGroupR19T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  440 }

  rVTTestGroupR19T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  441 }

  rVTTestGroupR19T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  442 }

  rVTTestGroupR19T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  443 }

  rVTTestGroupR19T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  445 }

  rVTTestGroupR19T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  446 }

  rVTTestGroupR19T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  447 }

  rVTTestGroupR19T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  448 }

  rVTTestGroupR19T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  449 }

  rVTTestGroupR19T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  450 }

  rVTTestGroupR19T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  452 }

  rVTTestGroupR19T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  453 }

  rVTTestGroupR19T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  454 }

  rVTTestGroupR19T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  455 }

  rVTTestGroupR19T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  456 }

  rVTTestGroupR19T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  458 }

  rVTTestGroupR19T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  459 }

  rVTTestGroupR19T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  460 }

  rVTTestGroupR19T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  461 }

  rVTTestGroupR19T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  462 }

  rVTTestGroupR19ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 3'.
                  This field represents the fixed
                  values that Expected results - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  463 }

  rVTTestGroupR19T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  464 }

  rVTTestGroupR19T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  465 }

  rVTTestGroupR19T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  466 }

  rVTTestGroupR19T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  467 }

  rVTTestGroupR19T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  468 }

  rVTTestGroupR19T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  469 }

  rVTTestGroupR19T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  471 }

  rVTTestGroupR19T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  472 }

  rVTTestGroupR19T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  473 }

  rVTTestGroupR19T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  474 }

  rVTTestGroupR19T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  475 }

  rVTTestGroupR19T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  476 }

  rVTTestGroupR19T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  478 }

  rVTTestGroupR19T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  479 }

  rVTTestGroupR19T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  480 }

  rVTTestGroupR19T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  481 }

  rVTTestGroupR19T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  482 }

  rVTTestGroupR19T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  484 }

  rVTTestGroupR19T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  485 }

  rVTTestGroupR19T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  486 }

  rVTTestGroupR19T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  487 }

  rVTTestGroupR19T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  488 }

  rVTTestGroupR19ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 4'.
                  This field represents the fixed
                  values that Expected results - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  489 }

  rVTTestGroupR19T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  490 }

  rVTTestGroupR19T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  491 }

  rVTTestGroupR19T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  492 }

  rVTTestGroupR19T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  493 }

  rVTTestGroupR19T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  494 }

  rVTTestGroupR19T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  495 }

  rVTTestGroupR19T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  497 }

  rVTTestGroupR19T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  498 }

  rVTTestGroupR19T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  499 }

  rVTTestGroupR19T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  500 }

  rVTTestGroupR19T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  501 }

  rVTTestGroupR19T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  502 }

  rVTTestGroupR19T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  504 }

  rVTTestGroupR19T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  505 }

  rVTTestGroupR19T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  506 }

  rVTTestGroupR19T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  507 }

  rVTTestGroupR19T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  508 }

  rVTTestGroupR19T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  510 }

  rVTTestGroupR19T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  511 }

  rVTTestGroupR19T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  512 }

  rVTTestGroupR19T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  513 }

  rVTTestGroupR19T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  514 }

  rVTTestGroupR19ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 5'.
                  This field represents the fixed
                  values that Expected results - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  515 }

  rVTTestGroupR19T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  516 }

  rVTTestGroupR19T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  517 }

  rVTTestGroupR19T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  518 }

  rVTTestGroupR19T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  519 }

  rVTTestGroupR19T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  520 }

  rVTTestGroupR19T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  521 }

  rVTTestGroupR19T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  523 }

  rVTTestGroupR19T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  524 }

  rVTTestGroupR19T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  525 }

  rVTTestGroupR19T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  526 }

  rVTTestGroupR19T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  527 }

  rVTTestGroupR19T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  528 }

  rVTTestGroupR19T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  530 }

  rVTTestGroupR19T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  531 }

  rVTTestGroupR19T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  532 }

  rVTTestGroupR19T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  533 }

  rVTTestGroupR19T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  534 }

  rVTTestGroupR19T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  536 }

  rVTTestGroupR19T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  537 }

  rVTTestGroupR19T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  538 }

  rVTTestGroupR19T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  539 }

  rVTTestGroupR19T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  540 }

  rVTTestGroupR19ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 6'.
                  This field represents the fixed
                  values that Expected results - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  541 }

  rVTTestGroupR19T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  542 }

  rVTTestGroupR19T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  543 }

  rVTTestGroupR19T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  544 }

  rVTTestGroupR19T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  545 }

  rVTTestGroupR19T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  546 }

  rVTTestGroupR19T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  547 }

  rVTTestGroupR19T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  549 }

  rVTTestGroupR19T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  550 }

  rVTTestGroupR19T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  551 }

  rVTTestGroupR19T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  552 }

  rVTTestGroupR19T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  553 }

  rVTTestGroupR19T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  554 }

  rVTTestGroupR19T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  556 }

  rVTTestGroupR19T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  557 }

  rVTTestGroupR19T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  558 }

  rVTTestGroupR19T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  559 }

  rVTTestGroupR19T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  560 }

  rVTTestGroupR19T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  562 }

  rVTTestGroupR19T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  563 }

  rVTTestGroupR19T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  564 }

  rVTTestGroupR19T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  565 }

  rVTTestGroupR19T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  566 }

  rVTTestGroupR19ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 7'.
                  This field represents the fixed
                  values that Expected results - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  567 }

  rVTTestGroupR19T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  568 }

  rVTTestGroupR19T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  569 }

  rVTTestGroupR19T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  570 }

  rVTTestGroupR19T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  571 }

  rVTTestGroupR19T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  572 }

  rVTTestGroupR19T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  573 }

  rVTTestGroupR19T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  575 }

  rVTTestGroupR19T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  576 }

  rVTTestGroupR19T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  577 }

  rVTTestGroupR19T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  578 }

  rVTTestGroupR19T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  579 }

  rVTTestGroupR19T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  580 }

  rVTTestGroupR19T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  582 }

  rVTTestGroupR19T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  583 }

  rVTTestGroupR19T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  584 }

  rVTTestGroupR19T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  585 }

  rVTTestGroupR19T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  586 }

  rVTTestGroupR19T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  588 }

  rVTTestGroupR19T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  589 }

  rVTTestGroupR19T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  590 }

  rVTTestGroupR19T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  591 }

  rVTTestGroupR19T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  592 }

  rVTTestGroupR19ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 8'.
                  This field represents the fixed
                  values that Expected results - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  593 }

  rVTTestGroupR19T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  594 }

  rVTTestGroupR19T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  595 }

  rVTTestGroupR19T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  596 }

  rVTTestGroupR19T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  597 }

  rVTTestGroupR19T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  598 }

  rVTTestGroupR19T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  599 }

  rVTTestGroupR19T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  601 }

  rVTTestGroupR19T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  602 }

  rVTTestGroupR19T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  603 }

  rVTTestGroupR19T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  604 }

  rVTTestGroupR19T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  605 }

  rVTTestGroupR19T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  606 }

  rVTTestGroupR19T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  608 }

  rVTTestGroupR19T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  609 }

  rVTTestGroupR19T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  610 }

  rVTTestGroupR19T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  611 }

  rVTTestGroupR19T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  612 }

  rVTTestGroupR19T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  614 }

  rVTTestGroupR19T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  615 }

  rVTTestGroupR19T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  616 }

  rVTTestGroupR19T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  617 }

  rVTTestGroupR19T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  618 }

  rVTTestGroupR19ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 9'.
                  This field represents the fixed
                  values that Expected results - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  619 }

  rVTTestGroupR19T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  620 }

  rVTTestGroupR19T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  621 }

  rVTTestGroupR19T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  622 }

  rVTTestGroupR19T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  623 }

  rVTTestGroupR19T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  624 }

  rVTTestGroupR19T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  625 }

  rVTTestGroupR19T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  627 }

  rVTTestGroupR19T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  628 }

  rVTTestGroupR19T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  629 }

  rVTTestGroupR19T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  630 }

  rVTTestGroupR19T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  631 }

  rVTTestGroupR19T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestGroupR19Entry  632 }

  rVTTestGroupR19T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  634 }

  rVTTestGroupR19T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  635 }

  rVTTestGroupR19T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  636 }

  rVTTestGroupR19T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  637 }

  rVTTestGroupR19T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestGroupR19Entry  638 }

  rVTTestGroupR19T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  640 }

  rVTTestGroupR19T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  641 }

  rVTTestGroupR19T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  642 }

  rVTTestGroupR19T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  643 }

  rVTTestGroupR19T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestGroupR19Entry  644 }

  rVTTestGroupR19ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected results - media channel 10'.
                  This field represents the fixed
                  values that Expected results - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  645 }

  rVTTestGroupR19ExpRsltsCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - cause of failure'."
    ::= { rVTTestGroupR19Entry  646 }

  rVTTestGroupR19ExpRsltsNumTstsNotYetRun OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests not yet run'."
    ::= { rVTTestGroupR19Entry  647 }

  rVTTestGroupR19ExpRsltsNumTstsPassed OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests passed'."
    ::= { rVTTestGroupR19Entry  648 }

  rVTTestGroupR19ExpRsltsNumTstsFaild OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - number of validated tests failed'."
    ::= { rVTTestGroupR19Entry  649 }

  rVTTestGroupR19IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestGroupR19Entry  658 }

  rVTTestGroupR19IncMedChSimulateMedChOnlineDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulate media channels online - default'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  660 }

  rVTTestGroupR19DialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed by subscriber'."
    DEFVAL       { true }
    ::= { rVTTestGroupR19Entry  661 }

  rVTTestGroupR19DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestGroupR19Entry  662 }

  rVTTestGroupR19DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestGroupR19Entry  663 }

  rVTTestGroupR19DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestGroupR19Entry  664 }

  rVTTestGroupR19HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestGroupR19Entry  665 }

  rVTTestGroupR19MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestGroupR19Entry  666 }

  rVTTestGroupR19ExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'External Business Group information present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  667 }

  rVTTestGroupR19NetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Network-wide Business Group identifier'."
    ::= { rVTTestGroupR19Entry  668 }

  rVTTestGroupR19BusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR19Entry  669 }

  rVTTestGroupR19OrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk group ID'."
    ::= { rVTTestGroupR19Entry  670 }

  rVTTestGroupR19OrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating trunk context'."
    ::= { rVTTestGroupR19Entry  671 }

  rVTTestGroupR19DestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk group ID'."
    ::= { rVTTestGroupR19Entry  672 }

  rVTTestGroupR19DestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination trunk context'."
    ::= { rVTTestGroupR19Entry  673 }

  rVTTestGroupR19I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  674 }

  rVTTestGroupR19I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  675 }

  rVTTestGroupR19I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  676 }

  rVTTestGroupR19I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestGroupR19Entry  677 }

  rVTTestGroupR19IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    DEFVAL       { notRoutedToRPAS }
    ::= { rVTTestGroupR19Entry  678 }

  rVTTestGroupR19LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  679 }

  rVTTestGroupR19ExpRsltsDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group ID after routing'."
    ::= { rVTTestGroupR19Entry  680 }

  rVTTestGroupR19ExpRsltsDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected results - expected destination trunk group context after routing'."
    ::= { rVTTestGroupR19Entry  681 }

  rVTTestGroupR19PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  682 }

  rVTTestGroupR19PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR19Entry  683 }

  rVTTestGroupR19SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  684 }

  rVTTestGroupR19SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR19Entry  685 }

  rVTTestGroupR19IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  686 }

  rVTTestGroupR19IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestGroupR19Entry  687 }

  rVTTestGroupR19GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  688 }

  rVTTestGroupR19GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR19Entry  689 }

  rVTTestGroupR19GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  690 }

  rVTTestGroupR19GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestGroupR19Entry  691 }

  rVTTestGroupR19I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestGroupR19Entry  692 }

  rVTTestGroupR19SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestGroupR19Entry  693 }

  rVTTestGroupR19ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rVTTestGroupR19Entry  704 }

  rVTTestGroupR19PresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number (UK only)'."
    ::= { rVTTestGroupR19Entry  705 }

  rVTTestGroupR19PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    DEFVAL       { national }
    ::= { rVTTestGroupR19Entry  706 }

  rVTTestGroupR19ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rVTTestGroupR19Entry  707 }

  rVTTestGroupR19ClgNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number incomplete'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  708 }

  rVTTestGroupR19DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { rVTTestGroupR19Entry  709 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Trunk Route Verification Test'                              */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  rVTTestTrunkR27Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestTrunkR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2728 }

  rVTTestTrunkR27Entry OBJECT-TYPE
    SYNTAX       RVTTestTrunkR27Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestTrunkR27NEConn,
             rVTTestTrunkR27NetwkElement,
             rVTTestTrunkR27CFSIx,
             rVTTestTrunkR27GpIx,
             rVTTestTrunkR27TestIx }
    ::= {  rVTTestTrunkR27Table  1  }

  RVTTestTrunkR27Entry  ::=  SEQUENCE
  {
    rVTTestTrunkR27NEConn              Unsigned32,
    rVTTestTrunkR27NetwkElement        DisplayString,
    rVTTestTrunkR27CFSIx               Unsigned32,
    rVTTestTrunkR27GpIx                Unsigned32,
    rVTTestTrunkR27TestIx              Unsigned32,
    rVTTestTrunkR27TestName            DisplayString,
    rVTTestTrunkR27CldNum              DisplayString,
    rVTTestTrunkR27T1I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR27T1I4RemMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5RemMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR27T2I4RemMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5RemMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6RemMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1RemMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2RemMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3RemMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR27T3I4RemMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR27T3I5RemMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27ClgNumANIIIDigits   DisplayString,
    rVTTestTrunkR27AllowOprHoldIs      INTEGER,
    rVTTestTrunkR27PriorityCall        INTEGER,
    rVTTestTrunkR27UseTCAPIfReqd       INTEGER,
    rVTTestTrunkR27IgnoreTermAppServer INTEGER,
    rVTTestTrunkR27InTrnkGpNum         INTEGER,
    rVTTestTrunkR27ClgPartyNum         DisplayString,
    rVTTestTrunkR27ReqdRetryRtg        INTEGER,
    rVTTestTrunkR27TestCall            INTEGER,
    rVTTestTrunkR27TransitNetwkID      DisplayString,
    rVTTestTrunkR27TestRes             INTEGER,
    rVTTestTrunkR27CauseFail           INTEGER,
    rVTTestTrunkR27NumVldnANIIIDigits  DisplayString,
    rVTTestTrunkR27NumVldnModfdCldNum  DisplayString,
    rVTTestTrunkR27NumVldnCarrSelMethod
                                       INTEGER,
    rVTTestTrunkR27AllowNumVldnHold    INTEGER,
    rVTTestTrunkR27NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestTrunkR27NumVldn950SS7XFromRestrictedLine
                                       INTEGER,
    rVTTestTrunkR27NumVldnTestCall     INTEGER,
    rVTTestTrunkR27NumVldnTOrAnnID     Unsigned32,
    rVTTestTrunkR27NumVldnTOrAnnPrm1   DisplayString,
    rVTTestTrunkR27NumVldnTOrAnnPrm2   DisplayString,
    rVTTestTrunkR27NumVldnTransitNetwkID
                                       DisplayString,
    rVTTestTrunkR27NumVldnEchoCancellation
                                       INTEGER,
    rVTTestTrunkR27NumVldnUDA1         Unsigned32,
    rVTTestTrunkR27NumVldnUDA2         Unsigned32,
    rVTTestTrunkR27NumVldnUDA3         Unsigned32,
    rVTTestTrunkR27NumVldnMsgBillIx    Unsigned32,
    rVTTestTrunkR27RtgTestCall         INTEGER,
    rVTTestTrunkR27RtgModfdCldNum      DisplayString,
    rVTTestTrunkR27RtgOprCall          INTEGER,
    rVTTestTrunkR27RtgRtgControlInd    INTEGER,
    rVTTestTrunkR27RtgTOrAnnID         Unsigned32,
    rVTTestTrunkR27RtgTOrAnnParm1      DisplayString,
    rVTTestTrunkR27RtgTOrAnnParm2      DisplayString,
    rVTTestTrunkR27RtgTransitNetwkID   DisplayString,
    rVTTestTrunkR27T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR27T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR27T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR27T3I4RtgMediaChanSIPIx
                                       Unsigned32,
    rVTTestTrunkR27T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27RtgOnSwitchSubType  INTEGER,
    rVTTestTrunkR27RtgOnSwitchSubNum   DisplayString,
    rVTTestTrunkR27RtgEchoCancellation INTEGER,
    rVTTestTrunkR27TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestTrunkR27TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestTrunkR27DiagsLogLvl         INTEGER,
    rVTTestTrunkR27DiagsAPITraceTag    DisplayString,
    rVTTestTrunkR27DoExtraActions      INTEGER,
    rVTTestTrunkR27RowStatus           RowStatus,
    rVTTestTrunkR27NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestTrunkR27NumVldnBillCallType INTEGER,
    rVTTestTrunkR27NumVldnStructureCode
                                       INTEGER,
    rVTTestTrunkR27NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestTrunkR27ISUPCldAddrPrefix   DisplayString,
    rVTTestTrunkR27NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestTrunkR27UsrDefMFCallType    Unsigned32,
    rVTTestTrunkR27NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestTrunkR27NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestTrunkR27NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestTrunkR27T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3RtgMediaChanCFSIx
                                       Unsigned32,
    rVTTestTrunkR27T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5RtgMediaChanPRIIx
                                       Unsigned32,
    rVTTestTrunkR27CldAddrScope        INTEGER,
    rVTTestTrunkR27ClgNumScope         INTEGER,
    rVTTestTrunkR27ClgNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR27OprCall             INTEGER,
    rVTTestTrunkR27EchoCancellation    INTEGER,
    rVTTestTrunkR27ClgCategory         INTEGER,
    rVTTestTrunkR27CarrIdentificationParm
                                       DisplayString,
    rVTTestTrunkR27ChargeNumANIPresent INTEGER,
    rVTTestTrunkR27ChargeNumANI        DisplayString,
    rVTTestTrunkR27BearerCapability    INTEGER,
    rVTTestTrunkR27OrigingExchangeAddr DisplayString,
    rVTTestTrunkR27PortedNum           DisplayString,
    rVTTestTrunkR27LNPLookupPerformed  INTEGER,
    rVTTestTrunkR27ReleaseControlMode  INTEGER,
    rVTTestTrunkR27DialedPrefix        INTEGER,
    rVTTestTrunkR27AuthCodeCodeAndPIN  DisplayString,
    rVTTestTrunkR27AuthCodeFinalDestNum
                                       DisplayString,
    rVTTestTrunkR27NumVldnClgCategory  INTEGER,
    rVTTestTrunkR27NumVldnFGDCarrID    DisplayString,
    rVTTestTrunkR27NumVldnCldAddrScope INTEGER,
    rVTTestTrunkR27NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestTrunkR27I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestTrunkR27I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestTrunkR27I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestTrunkR27I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestTrunkR27NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestTrunkR27NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestTrunkR27NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestTrunkR27I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestTrunkR27I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestTrunkR27I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestTrunkR27I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestTrunkR27I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestTrunkR27I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestTrunkR27NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestTrunkR27NumVldnAuthCodeTbl  INTEGER,
    rVTTestTrunkR27NumVldnValidAuthCodes
                                       INTEGER,
    rVTTestTrunkR27NumVldnAuthCodePrefix
                                       DisplayString,
    rVTTestTrunkR27RtgFGDCarrID        DisplayString,
    rVTTestTrunkR27RtgChargeNumANIPresent
                                       INTEGER,
    rVTTestTrunkR27RtgChargeNumANI     DisplayString,
    rVTTestTrunkR27RtgDialedPrefix     INTEGER,
    rVTTestTrunkR27NVModCallPartyNum   DisplayString,
    rVTTestTrunkR27NVModChargeNum      DisplayString,
    rVTTestTrunkR27RtgCallPartyNum     DisplayString,
    rVTTestTrunkR27RtgModChargeNum     DisplayString,
    rVTTestTrunkR27SIPType             INTEGER,
    rVTTestTrunkR27I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestTrunkR27I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestTrunkR27I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestTrunkR27I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestTrunkR27ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestTrunkR27IncMCsIncluded      INTEGER,
    rVTTestTrunkR27T1I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs1SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs1NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs1CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs1ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs1PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs1OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs2SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs2NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs2CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs2ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs2PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs2OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs3SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs3NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs3CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs3ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs3PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs3OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs4SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs4NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs4CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs4ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs4PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs4OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs5SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs5NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs5CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs5ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs5PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs5OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs6SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs6NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs6CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs6ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs6PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs6OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs7SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs7NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs7CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs7ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs7PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs7OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs8SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs8NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs8CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs8ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs8PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs8OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR27T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR27T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR27T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR27T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR27T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR27T3I4IncMCs9SIPIx    Unsigned32,
    rVTTestTrunkR27T3I5IncMCs9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs9NEConn   Unsigned32,
    rVTTestTrunkR27T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs9CFSIx    Unsigned32,
    rVTTestTrunkR27T4I4IncMCs9ISDNIx   Unsigned32,
    rVTTestTrunkR27T4I5IncMCs9PRIIx    Unsigned32,
    rVTTestTrunkR27IncMCs9OtherVals    INTEGER,
    rVTTestTrunkR27T1I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR27T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR27T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR27T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR27T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR27T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR27T3I4IncMCs10SIPIx   Unsigned32,
    rVTTestTrunkR27T3I5IncMCs10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1IncMCs10NEConn  Unsigned32,
    rVTTestTrunkR27T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3IncMCs10CFSIx   Unsigned32,
    rVTTestTrunkR27T4I4IncMCs10ISDNIx  Unsigned32,
    rVTTestTrunkR27T4I5IncMCs10PRIIx   Unsigned32,
    rVTTestTrunkR27IncMCs10OtherVals   INTEGER,
    rVTTestTrunkR27ExpRsltExpRslt      INTEGER,
    rVTTestTrunkR27ExpRsltExpectedDest INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC1SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC1NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC1CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC1ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC1PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC1OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC2SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC2NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC2CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC2ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC2PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC2OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC3SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC3NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC3CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC3ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC3PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC3OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC4SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC4NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC4CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC4ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC4PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC4OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC5SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC5NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC5CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC5ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC5PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC5OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC6SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC6NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC6CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC6ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC6PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC6OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC7SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC7NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC7CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC7ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC7PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC7OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC8SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC8NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC8CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC8ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC8PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC8OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC9SIPIx Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC9NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC9CFSIx Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC9ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC9PRIIx Unsigned32,
    rVTTestTrunkR27ExpRsltMC9OtherVals INTEGER,
    rVTTestTrunkR27T1I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR27T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T1I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR27T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestTrunkR27T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T2I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR27T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T2I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR27T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestTrunkR27T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestTrunkR27T3I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR27T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T3I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR27T3I4ExpRsltMC10SIPIx
                                       Unsigned32,
    rVTTestTrunkR27T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestTrunkR27T4I1ExpRsltMC10NEConn
                                       Unsigned32,
    rVTTestTrunkR27T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestTrunkR27T4I3ExpRsltMC10CFSIx
                                       Unsigned32,
    rVTTestTrunkR27T4I4ExpRsltMC10ISDNIx
                                       Unsigned32,
    rVTTestTrunkR27T4I5ExpRsltMC10PRIIx
                                       Unsigned32,
    rVTTestTrunkR27ExpRsltMC10OtherVals
                                       INTEGER,
    rVTTestTrunkR27ExpRsltCauseFail    INTEGER,
    rVTTestTrunkR27ExpRsltResAsExpected
                                       INTEGER,
    rVTTestTrunkR27NumVldnUDA4         Unsigned32,
    rVTTestTrunkR27NumVldnUDA5         Unsigned32,
    rVTTestTrunkR27NumVldnUDA6         Unsigned32,
    rVTTestTrunkR27NumVldnUDA7         Unsigned32,
    rVTTestTrunkR27NumVldnUDA8         Unsigned32,
    rVTTestTrunkR27NumVldnUDA9         Unsigned32,
    rVTTestTrunkR27NumVldnUDA10        Unsigned32,
    rVTTestTrunkR27NumVldnUDA11        Unsigned32,
    rVTTestTrunkR27NumVldnUDA12        Unsigned32,
    rVTTestTrunkR27NumVldnUDA13        Unsigned32,
    rVTTestTrunkR27NumVldnUDA14        Unsigned32,
    rVTTestTrunkR27NumVldnUDA15        Unsigned32,
    rVTTestTrunkR27NumVldnUDA16        Unsigned32,
    rVTTestTrunkR27NumVldnUDA17        Unsigned32,
    rVTTestTrunkR27NumVldnUDA18        Unsigned32,
    rVTTestTrunkR27NumVldnUDA19        Unsigned32,
    rVTTestTrunkR27NumVldnUDA20        Unsigned32,
    rVTTestTrunkR27NVMaxCallDurn       Unsigned32,
    rVTTestTrunkR27RtgMaxCallDurn      Unsigned32,
    rVTTestTrunkR27IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestTrunkR27NumVldnOutReleaseCause
                                       INTEGER,
    rVTTestTrunkR27SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR27SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR27SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR27SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR27SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestTrunkR27SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestTrunkR27SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestTrunkR27SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestTrunkR27SDUseDefTrnkRtgCfgSet
                                       INTEGER,
    rVTTestTrunkR27SDActIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR27SDDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR27SDUseDefIncludedMediaChansSimMediaChansOnline
                                       INTEGER,
    rVTTestTrunkR27NumVldnAnnounces    LongDisplayString,
    rVTTestTrunkR27DateAndTimeYear     Unsigned32,
    rVTTestTrunkR27DateAndTimeMonth    Unsigned32,
    rVTTestTrunkR27DateAndTimeDate     Unsigned32,
    rVTTestTrunkR27HrAndTimeHr         Unsigned32,
    rVTTestTrunkR27MinAndTimeMin       Unsigned32,
    rVTTestTrunkR27NumVldnChargingInterval
                                       Unsigned32,
    rVTTestTrunkR27SDActExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR27SDDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR27SDUseDefExternalBusGpInfoPresent
                                       INTEGER,
    rVTTestTrunkR27SDActNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR27SDDefNetwkWideBusGpIdentifier
                                       Unsigned32,
    rVTTestTrunkR27SDUseDefNetwkWideBusGpIdentifier
                                       INTEGER,
    rVTTestTrunkR27SDActBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR27SDDefBusGpLinePrivileges
                                       Unsigned32,
    rVTTestTrunkR27SDUseDefBusGpLinePrivileges
                                       INTEGER,
    rVTTestTrunkR27NumVldnInterSwitchIntraBGCall
                                       INTEGER,
    rVTTestTrunkR27SDActOrigTrGpID     DisplayString,
    rVTTestTrunkR27SDDefOrigTrGpID     DisplayString,
    rVTTestTrunkR27SDUseDefOrigTrGpID  INTEGER,
    rVTTestTrunkR27SDActOrigTrCxt      DisplayString,
    rVTTestTrunkR27SDDefOrigTrCxt      DisplayString,
    rVTTestTrunkR27SDUseDefOrigTrCxt   INTEGER,
    rVTTestTrunkR27SDActDestTrnkGpID   DisplayString,
    rVTTestTrunkR27SDDefDestTrnkGpID   DisplayString,
    rVTTestTrunkR27SDUseDefDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR27SDActDestTrnkCxt    DisplayString,
    rVTTestTrunkR27SDDefDestTrnkCxt    DisplayString,
    rVTTestTrunkR27SDUseDefDestTrnkCxt INTEGER,
    rVTTestTrunkR27NumVldnOrigTrGpID   DisplayString,
    rVTTestTrunkR27NumVldnOrigTrCxt    DisplayString,
    rVTTestTrunkR27NumVldnDestTrnkGpID DisplayString,
    rVTTestTrunkR27NumVldnDestTrnkCxt  DisplayString,
    rVTTestTrunkR27NumVldnRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rVTTestTrunkR27RtgCldAddrScope     INTEGER,
    rVTTestTrunkR27LNPOverSIPLookupResponse
                                       INTEGER,
    rVTTestTrunkR27ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestTrunkR27ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestTrunkR27RtgDestTrnkGpID     DisplayString,
    rVTTestTrunkR27RtgDestTrnkGpCxt    DisplayString,
    rVTTestTrunkR27PropagationDlyPresent
                                       INTEGER,
    rVTTestTrunkR27PropagationDly      Unsigned32,
    rVTTestTrunkR27SatelliteIndPresent INTEGER,
    rVTTestTrunkR27SatelliteInd        Unsigned32,
    rVTTestTrunkR27IsupPreferencePresent
                                       INTEGER,
    rVTTestTrunkR27IsupPreference      INTEGER,
    rVTTestTrunkR27GermanIsupUkkParamPresent
                                       INTEGER,
    rVTTestTrunkR27GermanIsupUkkParm   INTEGER,
    rVTTestTrunkR27GermanIsupSspParamPresent
                                       INTEGER,
    rVTTestTrunkR27GermanIsupSspParm   INTEGER,
    rVTTestTrunkR27ModfdClgNumScope    INTEGER,
    rVTTestTrunkR27ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestTrunkR27I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestTrunkR27SiteOtherVals       INTEGER,
    rVTTestTrunkR27LCC1                INTEGER,
    rVTTestTrunkR27LCC2                INTEGER,
    rVTTestTrunkR27LCC3                INTEGER,
    rVTTestTrunkR27LCC4                INTEGER,
    rVTTestTrunkR27LCC5                INTEGER,
    rVTTestTrunkR27LCC6                INTEGER,
    rVTTestTrunkR27LCC7                INTEGER,
    rVTTestTrunkR27LCC8                INTEGER,
    rVTTestTrunkR27LCC9                INTEGER,
    rVTTestTrunkR27LCC10               INTEGER,
    rVTTestTrunkR27LCC11               INTEGER,
    rVTTestTrunkR27LCC12               INTEGER,
    rVTTestTrunkR27LCC13               INTEGER,
    rVTTestTrunkR27LCC14               INTEGER,
    rVTTestTrunkR27LCC15               INTEGER,
    rVTTestTrunkR27LCC16               INTEGER,
    rVTTestTrunkR27LCC17               INTEGER,
    rVTTestTrunkR27LCC18               INTEGER,
    rVTTestTrunkR27LCC19               INTEGER,
    rVTTestTrunkR27LCC20               INTEGER,
    rVTTestTrunkR27NVModCallPartyIncomplete
                                       INTEGER,
    rVTTestTrunkR27NVModCallPartyPresRestrict
                                       INTEGER,
    rVTTestTrunkR27PresNumUKOnly       DisplayString,
    rVTTestTrunkR27PresNumScopeUKOnly  INTEGER,
    rVTTestTrunkR27NVModClPrtNumPlanInd
                                       INTEGER,
    rVTTestTrunkR27NVModCallPartyScreenInd
                                       INTEGER,
    rVTTestTrunkR27NVModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR27NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR27RtgModfdPresNumUKOnly
                                       DisplayString,
    rVTTestTrunkR27RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestTrunkR27NumVldnBillOverrideDialedNum
                                       INTEGER,
    rVTTestTrunkR27NVModSatelliteIndicator
                                       Unsigned32,
    rVTTestTrunkR27RtgClgPartyNumScope INTEGER,
    rVTTestTrunkR27RtgClgPartyNumIncomplete
                                       INTEGER,
    rVTTestTrunkR27RtgClgPartyNumNumPlanIndicator
                                       INTEGER,
    rVTTestTrunkR27RtgClgPartyNumPresRestricted
                                       INTEGER,
    rVTTestTrunkR27RtgClgPartyNumScreeningIndicator
                                       INTEGER,
    rVTTestTrunkR27ClgNumIncomplete    INTEGER,
    rVTTestTrunkR27DiagsAPITraceEnabled
                                       INTEGER
  }

  rVTTestTrunkR27NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestTrunkR27Entry  1 }

  rVTTestTrunkR27NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestTrunkR27Entry  2 }

  rVTTestTrunkR27CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestTrunkR27Entry  3 }

  rVTTestTrunkR27GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestTrunkR27Entry  4 }

  rVTTestTrunkR27TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestTrunkR27Entry  5 }

  rVTTestTrunkR27TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestTrunkR27Entry  6 }

  rVTTestTrunkR27CldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called number'."
    ::= { rVTTestTrunkR27Entry  7 }

  rVTTestTrunkR27T1I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  12 }

  rVTTestTrunkR27T1I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  13 }

  rVTTestTrunkR27T1I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  14 }

  rVTTestTrunkR27T1I4RemMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  15 }

  rVTTestTrunkR27T1I5RemMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  16 }

  rVTTestTrunkR27T1I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  17 }

  rVTTestTrunkR27T2I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  18 }

  rVTTestTrunkR27T2I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  19 }

  rVTTestTrunkR27T2I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  20 }

  rVTTestTrunkR27T2I4RemMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  21 }

  rVTTestTrunkR27T2I5RemMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  22 }

  rVTTestTrunkR27T2I6RemMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  23 }

  rVTTestTrunkR27T3I1RemMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  24 }

  rVTTestTrunkR27T3I2RemMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  25 }

  rVTTestTrunkR27T3I3RemMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  26 }

  rVTTestTrunkR27T3I4RemMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  27 }

  rVTTestTrunkR27T3I5RemMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Remote media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  28 }

  rVTTestTrunkR27ClgNumANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number ANI II digits'."
    ::= { rVTTestTrunkR27Entry  29 }

  rVTTestTrunkR27AllowOprHoldIs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator hold allowed'."
    ::= { rVTTestTrunkR27Entry  30 }

  rVTTestTrunkR27PriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority call'."
    ::= { rVTTestTrunkR27Entry  31 }

  rVTTestTrunkR27UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestTrunkR27Entry  32 }

  rVTTestTrunkR27IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestTrunkR27Entry  33 }

  rVTTestTrunkR27InTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming trunk group ID'."
    ::= { rVTTestTrunkR27Entry  34 }

  rVTTestTrunkR27ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { rVTTestTrunkR27Entry  35 }

  rVTTestTrunkR27ReqdRetryRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Required retry routing'."
    ::= { rVTTestTrunkR27Entry  36 }

  rVTTestTrunkR27TestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test call'."
    ::= { rVTTestTrunkR27Entry  37 }

  rVTTestTrunkR27TransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit Network ID'."
    ::= { rVTTestTrunkR27Entry  38 }

  rVTTestTrunkR27TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestTrunkR27Entry  39 }

  rVTTestTrunkR27CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestTrunkR27Entry  40 }

  rVTTestTrunkR27NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestTrunkR27Entry  42 }

  rVTTestTrunkR27NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestTrunkR27Entry  43 }

  rVTTestTrunkR27NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestTrunkR27Entry  44 }

  rVTTestTrunkR27AllowNumVldnHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestTrunkR27Entry  45 }

  rVTTestTrunkR27NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestTrunkR27Entry  46 }

  rVTTestTrunkR27NumVldn950SS7XFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestTrunkR27Entry  47 }

  rVTTestTrunkR27NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestTrunkR27Entry  48 }

  rVTTestTrunkR27NumVldnTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestTrunkR27Entry  49 }

  rVTTestTrunkR27NumVldnTOrAnnPrm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR27Entry  50 }

  rVTTestTrunkR27NumVldnTOrAnnPrm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR27Entry  51 }

  rVTTestTrunkR27NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestTrunkR27Entry  52 }

  rVTTestTrunkR27NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestTrunkR27Entry  53 }

  rVTTestTrunkR27NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestTrunkR27Entry  54 }

  rVTTestTrunkR27NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestTrunkR27Entry  55 }

  rVTTestTrunkR27NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestTrunkR27Entry  56 }

  rVTTestTrunkR27NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestTrunkR27Entry  57 }

  rVTTestTrunkR27RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestTrunkR27Entry  59 }

  rVTTestTrunkR27RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestTrunkR27Entry  60 }

  rVTTestTrunkR27RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestTrunkR27Entry  61 }

  rVTTestTrunkR27RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestTrunkR27Entry  62 }

  rVTTestTrunkR27RtgTOrAnnID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestTrunkR27Entry  63 }

  rVTTestTrunkR27RtgTOrAnnParm1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestTrunkR27Entry  64 }

  rVTTestTrunkR27RtgTOrAnnParm2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestTrunkR27Entry  65 }

  rVTTestTrunkR27RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestTrunkR27Entry  66 }

  rVTTestTrunkR27T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  67 }

  rVTTestTrunkR27T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  68 }

  rVTTestTrunkR27T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  69 }

  rVTTestTrunkR27T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  70 }

  rVTTestTrunkR27T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  71 }

  rVTTestTrunkR27T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  72 }

  rVTTestTrunkR27T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  73 }

  rVTTestTrunkR27T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  74 }

  rVTTestTrunkR27T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  75 }

  rVTTestTrunkR27T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  76 }

  rVTTestTrunkR27T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  77 }

  rVTTestTrunkR27T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  78 }

  rVTTestTrunkR27T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  79 }

  rVTTestTrunkR27T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  80 }

  rVTTestTrunkR27T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  81 }

  rVTTestTrunkR27T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  82 }

  rVTTestTrunkR27T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  83 }

  rVTTestTrunkR27RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5),
                   cSG(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestTrunkR27Entry  84 }

  rVTTestTrunkR27RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestTrunkR27Entry  85 }

  rVTTestTrunkR27RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestTrunkR27Entry  86 }

  rVTTestTrunkR27TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestTrunkR27Entry  87 }

  rVTTestTrunkR27TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestTrunkR27Entry  88 }

  rVTTestTrunkR27DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestTrunkR27Entry  90 }

  rVTTestTrunkR27DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestTrunkR27Entry  91 }

  rVTTestTrunkR27DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestTrunkR27Entry  93 }

  rVTTestTrunkR27RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestTrunkR27Entry  94 }

  rVTTestTrunkR27NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestTrunkR27Entry  96 }

  rVTTestTrunkR27NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestTrunkR27Entry  97 }

  rVTTestTrunkR27NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestTrunkR27Entry  98 }

  rVTTestTrunkR27NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestTrunkR27Entry  99 }

  rVTTestTrunkR27ISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP called address prefix'."
    ::= { rVTTestTrunkR27Entry  100 }

  rVTTestTrunkR27NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestTrunkR27Entry  101 }

  rVTTestTrunkR27UsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User defined MF call type'."
    ::= { rVTTestTrunkR27Entry  102 }

  rVTTestTrunkR27NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestTrunkR27Entry  103 }

  rVTTestTrunkR27NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestTrunkR27Entry  104 }

  rVTTestTrunkR27NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestTrunkR27Entry  105 }

  rVTTestTrunkR27T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  106 }

  rVTTestTrunkR27T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  107 }

  rVTTestTrunkR27T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  108 }

  rVTTestTrunkR27T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  109 }

  rVTTestTrunkR27T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  110 }

  rVTTestTrunkR27CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestTrunkR27Entry  111 }

  rVTTestTrunkR27ClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   subscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number scope'."
    ::= { rVTTestTrunkR27Entry  112 }

  rVTTestTrunkR27ClgNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   allowed(0),
                   restricted(1),
                   numberNotAvailable(2),
                   noIndication(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling number presentation restricted'."
    ::= { rVTTestTrunkR27Entry  113 }

  rVTTestTrunkR27OprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Operator call'."
    ::= { rVTTestTrunkR27Entry  114 }

  rVTTestTrunkR27EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'."
    ::= { rVTTestTrunkR27Entry  115 }

  rVTTestTrunkR27ClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling category'."
    ::= { rVTTestTrunkR27Entry  116 }

  rVTTestTrunkR27CarrIdentificationParm OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Carrier identification parameter'."
    ::= { rVTTestTrunkR27Entry  117 }

  rVTTestTrunkR27ChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI) present'."
    ::= { rVTTestTrunkR27Entry  118 }

  rVTTestTrunkR27ChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number (ANI)'."
    ::= { rVTTestTrunkR27Entry  119 }

  rVTTestTrunkR27BearerCapability OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(0),
                   threePointOneKHertzAudio(1),
                   sixtyFourKBitsPerSecondData(2),
                   fiftySixKBitsPerSecondData(3),
                   sixtyFourKbpsRestricted(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Bearer capability'."
    ::= { rVTTestTrunkR27Entry  120 }

  rVTTestTrunkR27OrigingExchangeAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating exchange address'."
    ::= { rVTTestTrunkR27Entry  121 }

  rVTTestTrunkR27PortedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported number'."
    ::= { rVTTestTrunkR27Entry  122 }

  rVTTestTrunkR27LNPLookupPerformed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP lookup performed'."
    ::= { rVTTestTrunkR27Entry  123 }

  rVTTestTrunkR27ReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Release control mode'."
    ::= { rVTTestTrunkR27Entry  124 }

  rVTTestTrunkR27DialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed prefix'."
    ::= { rVTTestTrunkR27Entry  125 }

  rVTTestTrunkR27AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestTrunkR27Entry  126 }

  rVTTestTrunkR27AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestTrunkR27Entry  127 }

  rVTTestTrunkR27NumVldnClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5),
                   emergency(6),
                   highPriorityEmergency(7),
                   nationalSecurityAndEmergencyPreparednessNSEP(8),
                   oSSOperatorUKOnly(9),
                   adminDiversionOrdinaryUKOnly(10),
                   adminDiversionOrdinaryWithPriorityUKOnly(11),
                   adminDiversionPayphoneUKOnly(12),
                   adminDiversionPayphoneWithPriorityUKOnly(13),
                   other(14)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - calling category'."
    ::= { rVTTestTrunkR27Entry  128 }

  rVTTestTrunkR27NumVldnFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestTrunkR27Entry  129 }

  rVTTestTrunkR27NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestTrunkR27Entry  130 }

  rVTTestTrunkR27NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestTrunkR27Entry  131 }

  rVTTestTrunkR27I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR27Entry  132 }

  rVTTestTrunkR27I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR27Entry  133 }

  rVTTestTrunkR27I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR27Entry  134 }

  rVTTestTrunkR27I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestTrunkR27Entry  135 }

  rVTTestTrunkR27NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestTrunkR27Entry  136 }

  rVTTestTrunkR27NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestTrunkR27Entry  137 }

  rVTTestTrunkR27NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestTrunkR27Entry  138 }

  rVTTestTrunkR27I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR27Entry  139 }

  rVTTestTrunkR27I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR27Entry  140 }

  rVTTestTrunkR27I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR27Entry  141 }

  rVTTestTrunkR27I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR27Entry  142 }

  rVTTestTrunkR27I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR27Entry  143 }

  rVTTestTrunkR27I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestTrunkR27Entry  144 }

  rVTTestTrunkR27NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestTrunkR27Entry  145 }

  rVTTestTrunkR27NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestTrunkR27Entry  146 }

  rVTTestTrunkR27NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestTrunkR27Entry  147 }

  rVTTestTrunkR27NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestTrunkR27Entry  148 }

  rVTTestTrunkR27RtgFGDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - FGD carrier ID'."
    ::= { rVTTestTrunkR27Entry  149 }

  rVTTestTrunkR27RtgChargeNumANIPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - charge number (ANI) present'."
    ::= { rVTTestTrunkR27Entry  150 }

  rVTTestTrunkR27RtgChargeNumANI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - charge number (ANI)'."
    ::= { rVTTestTrunkR27Entry  151 }

  rVTTestTrunkR27RtgDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - dialed prefix'."
    ::= { rVTTestTrunkR27Entry  152 }

  rVTTestTrunkR27NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestTrunkR27Entry  153 }

  rVTTestTrunkR27NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestTrunkR27Entry  154 }

  rVTTestTrunkR27RtgCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - calling party number'."
    ::= { rVTTestTrunkR27Entry  155 }

  rVTTestTrunkR27RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestTrunkR27Entry  156 }

  rVTTestTrunkR27SIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP type'."
    ::= { rVTTestTrunkR27Entry  157 }

  rVTTestTrunkR27I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR27Entry  158 }

  rVTTestTrunkR27I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR27Entry  159 }

  rVTTestTrunkR27I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR27Entry  160 }

  rVTTestTrunkR27I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestTrunkR27Entry  161 }

  rVTTestTrunkR27ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  162 }

  rVTTestTrunkR27IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestTrunkR27Entry  163 }

  rVTTestTrunkR27T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  164 }

  rVTTestTrunkR27T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  165 }

  rVTTestTrunkR27T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  166 }

  rVTTestTrunkR27T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  167 }

  rVTTestTrunkR27T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  168 }

  rVTTestTrunkR27T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  169 }

  rVTTestTrunkR27T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  171 }

  rVTTestTrunkR27T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  172 }

  rVTTestTrunkR27T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  173 }

  rVTTestTrunkR27T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  174 }

  rVTTestTrunkR27T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  175 }

  rVTTestTrunkR27T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  176 }

  rVTTestTrunkR27T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  178 }

  rVTTestTrunkR27T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  179 }

  rVTTestTrunkR27T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  180 }

  rVTTestTrunkR27T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  181 }

  rVTTestTrunkR27T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  182 }

  rVTTestTrunkR27T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  184 }

  rVTTestTrunkR27T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  185 }

  rVTTestTrunkR27T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  186 }

  rVTTestTrunkR27T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  187 }

  rVTTestTrunkR27T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  188 }

  rVTTestTrunkR27IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  189 }

  rVTTestTrunkR27T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  190 }

  rVTTestTrunkR27T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  191 }

  rVTTestTrunkR27T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  192 }

  rVTTestTrunkR27T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  193 }

  rVTTestTrunkR27T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  194 }

  rVTTestTrunkR27T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  195 }

  rVTTestTrunkR27T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  197 }

  rVTTestTrunkR27T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  198 }

  rVTTestTrunkR27T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  199 }

  rVTTestTrunkR27T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  200 }

  rVTTestTrunkR27T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  201 }

  rVTTestTrunkR27T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  202 }

  rVTTestTrunkR27T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  204 }

  rVTTestTrunkR27T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  205 }

  rVTTestTrunkR27T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  206 }

  rVTTestTrunkR27T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  207 }

  rVTTestTrunkR27T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  208 }

  rVTTestTrunkR27T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  210 }

  rVTTestTrunkR27T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  211 }

  rVTTestTrunkR27T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  212 }

  rVTTestTrunkR27T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  213 }

  rVTTestTrunkR27T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  214 }

  rVTTestTrunkR27IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  215 }

  rVTTestTrunkR27T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  216 }

  rVTTestTrunkR27T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  217 }

  rVTTestTrunkR27T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  218 }

  rVTTestTrunkR27T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  219 }

  rVTTestTrunkR27T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  220 }

  rVTTestTrunkR27T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  221 }

  rVTTestTrunkR27T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  223 }

  rVTTestTrunkR27T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  224 }

  rVTTestTrunkR27T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  225 }

  rVTTestTrunkR27T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  226 }

  rVTTestTrunkR27T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  227 }

  rVTTestTrunkR27T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  228 }

  rVTTestTrunkR27T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  230 }

  rVTTestTrunkR27T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  231 }

  rVTTestTrunkR27T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  232 }

  rVTTestTrunkR27T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  233 }

  rVTTestTrunkR27T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  234 }

  rVTTestTrunkR27T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  236 }

  rVTTestTrunkR27T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  237 }

  rVTTestTrunkR27T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  238 }

  rVTTestTrunkR27T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  239 }

  rVTTestTrunkR27T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  240 }

  rVTTestTrunkR27IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  241 }

  rVTTestTrunkR27T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  242 }

  rVTTestTrunkR27T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  243 }

  rVTTestTrunkR27T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  244 }

  rVTTestTrunkR27T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  245 }

  rVTTestTrunkR27T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  246 }

  rVTTestTrunkR27T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  247 }

  rVTTestTrunkR27T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  249 }

  rVTTestTrunkR27T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  250 }

  rVTTestTrunkR27T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  251 }

  rVTTestTrunkR27T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  252 }

  rVTTestTrunkR27T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  253 }

  rVTTestTrunkR27T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  254 }

  rVTTestTrunkR27T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  256 }

  rVTTestTrunkR27T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  257 }

  rVTTestTrunkR27T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  258 }

  rVTTestTrunkR27T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  259 }

  rVTTestTrunkR27T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  260 }

  rVTTestTrunkR27T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  262 }

  rVTTestTrunkR27T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  263 }

  rVTTestTrunkR27T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  264 }

  rVTTestTrunkR27T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  265 }

  rVTTestTrunkR27T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  266 }

  rVTTestTrunkR27IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  267 }

  rVTTestTrunkR27T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  268 }

  rVTTestTrunkR27T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  269 }

  rVTTestTrunkR27T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  270 }

  rVTTestTrunkR27T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  271 }

  rVTTestTrunkR27T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  272 }

  rVTTestTrunkR27T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  273 }

  rVTTestTrunkR27T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  275 }

  rVTTestTrunkR27T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  276 }

  rVTTestTrunkR27T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  277 }

  rVTTestTrunkR27T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  278 }

  rVTTestTrunkR27T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  279 }

  rVTTestTrunkR27T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  280 }

  rVTTestTrunkR27T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  282 }

  rVTTestTrunkR27T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  283 }

  rVTTestTrunkR27T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  284 }

  rVTTestTrunkR27T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  285 }

  rVTTestTrunkR27T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  286 }

  rVTTestTrunkR27T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  288 }

  rVTTestTrunkR27T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  289 }

  rVTTestTrunkR27T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  290 }

  rVTTestTrunkR27T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  291 }

  rVTTestTrunkR27T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  292 }

  rVTTestTrunkR27IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  293 }

  rVTTestTrunkR27T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  294 }

  rVTTestTrunkR27T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  295 }

  rVTTestTrunkR27T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  296 }

  rVTTestTrunkR27T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  297 }

  rVTTestTrunkR27T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  298 }

  rVTTestTrunkR27T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  299 }

  rVTTestTrunkR27T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  301 }

  rVTTestTrunkR27T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  302 }

  rVTTestTrunkR27T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  303 }

  rVTTestTrunkR27T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  304 }

  rVTTestTrunkR27T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  305 }

  rVTTestTrunkR27T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  306 }

  rVTTestTrunkR27T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  308 }

  rVTTestTrunkR27T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  309 }

  rVTTestTrunkR27T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  310 }

  rVTTestTrunkR27T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  311 }

  rVTTestTrunkR27T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  312 }

  rVTTestTrunkR27T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  314 }

  rVTTestTrunkR27T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  315 }

  rVTTestTrunkR27T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  316 }

  rVTTestTrunkR27T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  317 }

  rVTTestTrunkR27T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  318 }

  rVTTestTrunkR27IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  319 }

  rVTTestTrunkR27T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  320 }

  rVTTestTrunkR27T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  321 }

  rVTTestTrunkR27T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  322 }

  rVTTestTrunkR27T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  323 }

  rVTTestTrunkR27T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  324 }

  rVTTestTrunkR27T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  325 }

  rVTTestTrunkR27T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  327 }

  rVTTestTrunkR27T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  328 }

  rVTTestTrunkR27T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  329 }

  rVTTestTrunkR27T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  330 }

  rVTTestTrunkR27T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  331 }

  rVTTestTrunkR27T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  332 }

  rVTTestTrunkR27T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  334 }

  rVTTestTrunkR27T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  335 }

  rVTTestTrunkR27T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  336 }

  rVTTestTrunkR27T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  337 }

  rVTTestTrunkR27T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  338 }

  rVTTestTrunkR27T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  340 }

  rVTTestTrunkR27T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  341 }

  rVTTestTrunkR27T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  342 }

  rVTTestTrunkR27T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  343 }

  rVTTestTrunkR27T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  344 }

  rVTTestTrunkR27IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  345 }

  rVTTestTrunkR27T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  346 }

  rVTTestTrunkR27T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  347 }

  rVTTestTrunkR27T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  348 }

  rVTTestTrunkR27T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  349 }

  rVTTestTrunkR27T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  350 }

  rVTTestTrunkR27T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  351 }

  rVTTestTrunkR27T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  353 }

  rVTTestTrunkR27T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  354 }

  rVTTestTrunkR27T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  355 }

  rVTTestTrunkR27T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  356 }

  rVTTestTrunkR27T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  357 }

  rVTTestTrunkR27T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  358 }

  rVTTestTrunkR27T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  360 }

  rVTTestTrunkR27T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  361 }

  rVTTestTrunkR27T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  362 }

  rVTTestTrunkR27T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  363 }

  rVTTestTrunkR27T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  364 }

  rVTTestTrunkR27T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  366 }

  rVTTestTrunkR27T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  367 }

  rVTTestTrunkR27T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  368 }

  rVTTestTrunkR27T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  369 }

  rVTTestTrunkR27T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  370 }

  rVTTestTrunkR27IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  371 }

  rVTTestTrunkR27T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  372 }

  rVTTestTrunkR27T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  373 }

  rVTTestTrunkR27T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  374 }

  rVTTestTrunkR27T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  375 }

  rVTTestTrunkR27T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  376 }

  rVTTestTrunkR27T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  377 }

  rVTTestTrunkR27T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  379 }

  rVTTestTrunkR27T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  380 }

  rVTTestTrunkR27T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  381 }

  rVTTestTrunkR27T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  382 }

  rVTTestTrunkR27T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  383 }

  rVTTestTrunkR27T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  384 }

  rVTTestTrunkR27T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  386 }

  rVTTestTrunkR27T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  387 }

  rVTTestTrunkR27T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  388 }

  rVTTestTrunkR27T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  389 }

  rVTTestTrunkR27T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  390 }

  rVTTestTrunkR27T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  392 }

  rVTTestTrunkR27T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  393 }

  rVTTestTrunkR27T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  394 }

  rVTTestTrunkR27T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  395 }

  rVTTestTrunkR27T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  396 }

  rVTTestTrunkR27IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  397 }

  rVTTestTrunkR27T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  398 }

  rVTTestTrunkR27T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  399 }

  rVTTestTrunkR27T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  400 }

  rVTTestTrunkR27T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  401 }

  rVTTestTrunkR27T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  402 }

  rVTTestTrunkR27T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  403 }

  rVTTestTrunkR27T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  405 }

  rVTTestTrunkR27T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  406 }

  rVTTestTrunkR27T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  407 }

  rVTTestTrunkR27T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  408 }

  rVTTestTrunkR27T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  409 }

  rVTTestTrunkR27T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  410 }

  rVTTestTrunkR27T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  412 }

  rVTTestTrunkR27T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  413 }

  rVTTestTrunkR27T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  414 }

  rVTTestTrunkR27T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  415 }

  rVTTestTrunkR27T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  416 }

  rVTTestTrunkR27T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  418 }

  rVTTestTrunkR27T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  419 }

  rVTTestTrunkR27T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  420 }

  rVTTestTrunkR27T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  421 }

  rVTTestTrunkR27T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  422 }

  rVTTestTrunkR27IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  423 }

  rVTTestTrunkR27ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestTrunkR27Entry  424 }

  rVTTestTrunkR27ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestTrunkR27Entry  425 }

  rVTTestTrunkR27T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  426 }

  rVTTestTrunkR27T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  427 }

  rVTTestTrunkR27T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  428 }

  rVTTestTrunkR27T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  429 }

  rVTTestTrunkR27T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  430 }

  rVTTestTrunkR27T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  431 }

  rVTTestTrunkR27T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  433 }

  rVTTestTrunkR27T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  434 }

  rVTTestTrunkR27T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  435 }

  rVTTestTrunkR27T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  436 }

  rVTTestTrunkR27T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  437 }

  rVTTestTrunkR27T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  438 }

  rVTTestTrunkR27T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  440 }

  rVTTestTrunkR27T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  441 }

  rVTTestTrunkR27T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  442 }

  rVTTestTrunkR27T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  443 }

  rVTTestTrunkR27T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  444 }

  rVTTestTrunkR27T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  446 }

  rVTTestTrunkR27T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  447 }

  rVTTestTrunkR27T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  448 }

  rVTTestTrunkR27T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  449 }

  rVTTestTrunkR27T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  450 }

  rVTTestTrunkR27ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  451 }

  rVTTestTrunkR27T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  452 }

  rVTTestTrunkR27T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  453 }

  rVTTestTrunkR27T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  454 }

  rVTTestTrunkR27T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  455 }

  rVTTestTrunkR27T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  456 }

  rVTTestTrunkR27T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  457 }

  rVTTestTrunkR27T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  459 }

  rVTTestTrunkR27T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  460 }

  rVTTestTrunkR27T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  461 }

  rVTTestTrunkR27T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  462 }

  rVTTestTrunkR27T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  463 }

  rVTTestTrunkR27T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  464 }

  rVTTestTrunkR27T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  466 }

  rVTTestTrunkR27T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  467 }

  rVTTestTrunkR27T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  468 }

  rVTTestTrunkR27T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  469 }

  rVTTestTrunkR27T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  470 }

  rVTTestTrunkR27T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  472 }

  rVTTestTrunkR27T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  473 }

  rVTTestTrunkR27T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  474 }

  rVTTestTrunkR27T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  475 }

  rVTTestTrunkR27T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  476 }

  rVTTestTrunkR27ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  477 }

  rVTTestTrunkR27T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  478 }

  rVTTestTrunkR27T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  479 }

  rVTTestTrunkR27T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  480 }

  rVTTestTrunkR27T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  481 }

  rVTTestTrunkR27T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  482 }

  rVTTestTrunkR27T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  483 }

  rVTTestTrunkR27T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  485 }

  rVTTestTrunkR27T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  486 }

  rVTTestTrunkR27T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  487 }

  rVTTestTrunkR27T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  488 }

  rVTTestTrunkR27T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  489 }

  rVTTestTrunkR27T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  490 }

  rVTTestTrunkR27T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  492 }

  rVTTestTrunkR27T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  493 }

  rVTTestTrunkR27T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  494 }

  rVTTestTrunkR27T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  495 }

  rVTTestTrunkR27T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  496 }

  rVTTestTrunkR27T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  498 }

  rVTTestTrunkR27T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  499 }

  rVTTestTrunkR27T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  500 }

  rVTTestTrunkR27T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  501 }

  rVTTestTrunkR27T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  502 }

  rVTTestTrunkR27ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  503 }

  rVTTestTrunkR27T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  504 }

  rVTTestTrunkR27T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  505 }

  rVTTestTrunkR27T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  506 }

  rVTTestTrunkR27T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  507 }

  rVTTestTrunkR27T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  508 }

  rVTTestTrunkR27T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  509 }

  rVTTestTrunkR27T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  511 }

  rVTTestTrunkR27T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  512 }

  rVTTestTrunkR27T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  513 }

  rVTTestTrunkR27T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  514 }

  rVTTestTrunkR27T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  515 }

  rVTTestTrunkR27T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  516 }

  rVTTestTrunkR27T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  518 }

  rVTTestTrunkR27T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  519 }

  rVTTestTrunkR27T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  520 }

  rVTTestTrunkR27T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  521 }

  rVTTestTrunkR27T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  522 }

  rVTTestTrunkR27T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  524 }

  rVTTestTrunkR27T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  525 }

  rVTTestTrunkR27T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  526 }

  rVTTestTrunkR27T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  527 }

  rVTTestTrunkR27T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  528 }

  rVTTestTrunkR27ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  529 }

  rVTTestTrunkR27T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  530 }

  rVTTestTrunkR27T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  531 }

  rVTTestTrunkR27T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  532 }

  rVTTestTrunkR27T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  533 }

  rVTTestTrunkR27T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  534 }

  rVTTestTrunkR27T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  535 }

  rVTTestTrunkR27T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  537 }

  rVTTestTrunkR27T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  538 }

  rVTTestTrunkR27T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  539 }

  rVTTestTrunkR27T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  540 }

  rVTTestTrunkR27T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  541 }

  rVTTestTrunkR27T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  542 }

  rVTTestTrunkR27T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  544 }

  rVTTestTrunkR27T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  545 }

  rVTTestTrunkR27T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  546 }

  rVTTestTrunkR27T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  547 }

  rVTTestTrunkR27T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  548 }

  rVTTestTrunkR27T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  550 }

  rVTTestTrunkR27T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  551 }

  rVTTestTrunkR27T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  552 }

  rVTTestTrunkR27T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  553 }

  rVTTestTrunkR27T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  554 }

  rVTTestTrunkR27ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  555 }

  rVTTestTrunkR27T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  556 }

  rVTTestTrunkR27T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  557 }

  rVTTestTrunkR27T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  558 }

  rVTTestTrunkR27T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  559 }

  rVTTestTrunkR27T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  560 }

  rVTTestTrunkR27T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  561 }

  rVTTestTrunkR27T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  563 }

  rVTTestTrunkR27T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  564 }

  rVTTestTrunkR27T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  565 }

  rVTTestTrunkR27T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  566 }

  rVTTestTrunkR27T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  567 }

  rVTTestTrunkR27T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  568 }

  rVTTestTrunkR27T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  570 }

  rVTTestTrunkR27T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  571 }

  rVTTestTrunkR27T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  572 }

  rVTTestTrunkR27T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  573 }

  rVTTestTrunkR27T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  574 }

  rVTTestTrunkR27T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  576 }

  rVTTestTrunkR27T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  577 }

  rVTTestTrunkR27T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  578 }

  rVTTestTrunkR27T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  579 }

  rVTTestTrunkR27T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  580 }

  rVTTestTrunkR27ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  581 }

  rVTTestTrunkR27T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  582 }

  rVTTestTrunkR27T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  583 }

  rVTTestTrunkR27T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  584 }

  rVTTestTrunkR27T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  585 }

  rVTTestTrunkR27T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  586 }

  rVTTestTrunkR27T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  587 }

  rVTTestTrunkR27T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  589 }

  rVTTestTrunkR27T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  590 }

  rVTTestTrunkR27T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  591 }

  rVTTestTrunkR27T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  592 }

  rVTTestTrunkR27T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  593 }

  rVTTestTrunkR27T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  594 }

  rVTTestTrunkR27T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  596 }

  rVTTestTrunkR27T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  597 }

  rVTTestTrunkR27T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  598 }

  rVTTestTrunkR27T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  599 }

  rVTTestTrunkR27T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  600 }

  rVTTestTrunkR27T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  602 }

  rVTTestTrunkR27T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  603 }

  rVTTestTrunkR27T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  604 }

  rVTTestTrunkR27T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  605 }

  rVTTestTrunkR27T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  606 }

  rVTTestTrunkR27ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  607 }

  rVTTestTrunkR27T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  608 }

  rVTTestTrunkR27T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  609 }

  rVTTestTrunkR27T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  610 }

  rVTTestTrunkR27T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  611 }

  rVTTestTrunkR27T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  612 }

  rVTTestTrunkR27T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  613 }

  rVTTestTrunkR27T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  615 }

  rVTTestTrunkR27T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  616 }

  rVTTestTrunkR27T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  617 }

  rVTTestTrunkR27T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  618 }

  rVTTestTrunkR27T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  619 }

  rVTTestTrunkR27T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  620 }

  rVTTestTrunkR27T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  622 }

  rVTTestTrunkR27T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  623 }

  rVTTestTrunkR27T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  624 }

  rVTTestTrunkR27T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  625 }

  rVTTestTrunkR27T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  626 }

  rVTTestTrunkR27T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  628 }

  rVTTestTrunkR27T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  629 }

  rVTTestTrunkR27T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  630 }

  rVTTestTrunkR27T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  631 }

  rVTTestTrunkR27T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  632 }

  rVTTestTrunkR27ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  633 }

  rVTTestTrunkR27T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  634 }

  rVTTestTrunkR27T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  635 }

  rVTTestTrunkR27T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  636 }

  rVTTestTrunkR27T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  637 }

  rVTTestTrunkR27T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  638 }

  rVTTestTrunkR27T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  639 }

  rVTTestTrunkR27T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  641 }

  rVTTestTrunkR27T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  642 }

  rVTTestTrunkR27T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  643 }

  rVTTestTrunkR27T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  644 }

  rVTTestTrunkR27T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  645 }

  rVTTestTrunkR27T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  646 }

  rVTTestTrunkR27T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  648 }

  rVTTestTrunkR27T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  649 }

  rVTTestTrunkR27T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  650 }

  rVTTestTrunkR27T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  651 }

  rVTTestTrunkR27T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  652 }

  rVTTestTrunkR27T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  654 }

  rVTTestTrunkR27T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  655 }

  rVTTestTrunkR27T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  656 }

  rVTTestTrunkR27T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  657 }

  rVTTestTrunkR27T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  658 }

  rVTTestTrunkR27ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  659 }

  rVTTestTrunkR27T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  660 }

  rVTTestTrunkR27T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  661 }

  rVTTestTrunkR27T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  662 }

  rVTTestTrunkR27T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  663 }

  rVTTestTrunkR27T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  664 }

  rVTTestTrunkR27T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  665 }

  rVTTestTrunkR27T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  667 }

  rVTTestTrunkR27T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  668 }

  rVTTestTrunkR27T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  669 }

  rVTTestTrunkR27T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  670 }

  rVTTestTrunkR27T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  671 }

  rVTTestTrunkR27T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestTrunkR27Entry  672 }

  rVTTestTrunkR27T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  674 }

  rVTTestTrunkR27T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  675 }

  rVTTestTrunkR27T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  676 }

  rVTTestTrunkR27T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  677 }

  rVTTestTrunkR27T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestTrunkR27Entry  678 }

  rVTTestTrunkR27T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  680 }

  rVTTestTrunkR27T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  681 }

  rVTTestTrunkR27T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  682 }

  rVTTestTrunkR27T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  683 }

  rVTTestTrunkR27T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestTrunkR27Entry  684 }

  rVTTestTrunkR27ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  685 }

  rVTTestTrunkR27ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestTrunkR27Entry  686 }

  rVTTestTrunkR27ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestTrunkR27Entry  687 }

  rVTTestTrunkR27NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestTrunkR27Entry  688 }

  rVTTestTrunkR27NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestTrunkR27Entry  689 }

  rVTTestTrunkR27NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestTrunkR27Entry  690 }

  rVTTestTrunkR27NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestTrunkR27Entry  691 }

  rVTTestTrunkR27NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestTrunkR27Entry  692 }

  rVTTestTrunkR27NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestTrunkR27Entry  693 }

  rVTTestTrunkR27NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestTrunkR27Entry  694 }

  rVTTestTrunkR27NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestTrunkR27Entry  695 }

  rVTTestTrunkR27NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestTrunkR27Entry  696 }

  rVTTestTrunkR27NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestTrunkR27Entry  697 }

  rVTTestTrunkR27NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestTrunkR27Entry  698 }

  rVTTestTrunkR27NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestTrunkR27Entry  699 }

  rVTTestTrunkR27NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestTrunkR27Entry  700 }

  rVTTestTrunkR27NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestTrunkR27Entry  701 }

  rVTTestTrunkR27NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestTrunkR27Entry  702 }

  rVTTestTrunkR27NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestTrunkR27Entry  703 }

  rVTTestTrunkR27NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestTrunkR27Entry  704 }

  rVTTestTrunkR27NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestTrunkR27Entry  705 }

  rVTTestTrunkR27RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestTrunkR27Entry  706 }

  rVTTestTrunkR27IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestTrunkR27Entry  708 }

  rVTTestTrunkR27NumVldnOutReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - outgoing release cause'."
    ::= { rVTTestTrunkR27Entry  709 }

  rVTTestTrunkR27SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  800 }

  rVTTestTrunkR27SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  801 }

  rVTTestTrunkR27SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  802 }

  rVTTestTrunkR27SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  803 }

  rVTTestTrunkR27SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  804 }

  rVTTestTrunkR27SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  805 }

  rVTTestTrunkR27SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  806 }

  rVTTestTrunkR27SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestTrunkR27Entry  807 }

  rVTTestTrunkR27SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  808 }

  rVTTestTrunkR27SDActIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  812 }

  rVTTestTrunkR27SDDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  813 }

  rVTTestTrunkR27SDUseDefIncludedMediaChansSimMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  814 }

  rVTTestTrunkR27NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestTrunkR27Entry  815 }

  rVTTestTrunkR27DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestTrunkR27Entry  816 }

  rVTTestTrunkR27DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestTrunkR27Entry  817 }

  rVTTestTrunkR27DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestTrunkR27Entry  818 }

  rVTTestTrunkR27HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestTrunkR27Entry  819 }

  rVTTestTrunkR27MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestTrunkR27Entry  820 }

  rVTTestTrunkR27NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestTrunkR27Entry  821 }

  rVTTestTrunkR27SDActExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  822 }

  rVTTestTrunkR27SDDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  823 }

  rVTTestTrunkR27SDUseDefExternalBusGpInfoPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'External Business Group information present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  824 }

  rVTTestTrunkR27SDActNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  825 }

  rVTTestTrunkR27SDDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16777215 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  826 }

  rVTTestTrunkR27SDUseDefNetwkWideBusGpIdentifier OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network-wide Business Group identifier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  827 }

  rVTTestTrunkR27SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  828 }

  rVTTestTrunkR27SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  829 }

  rVTTestTrunkR27SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  830 }

  rVTTestTrunkR27NumVldnInterSwitchIntraBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - inter-switch intra-BG call'."
    ::= { rVTTestTrunkR27Entry  831 }

  rVTTestTrunkR27SDActOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  832 }

  rVTTestTrunkR27SDDefOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  833 }

  rVTTestTrunkR27SDUseDefOrigTrGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  834 }

  rVTTestTrunkR27SDActOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  835 }

  rVTTestTrunkR27SDDefOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  836 }

  rVTTestTrunkR27SDUseDefOrigTrCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Originating trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  837 }

  rVTTestTrunkR27SDActDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  838 }

  rVTTestTrunkR27SDDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  839 }

  rVTTestTrunkR27SDUseDefDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk group ID'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  840 }

  rVTTestTrunkR27SDActDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  841 }

  rVTTestTrunkR27SDDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestTrunkR27Entry  842 }

  rVTTestTrunkR27SDUseDefDestTrnkCxt OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Destination trunk context'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestTrunkR27Entry  843 }

  rVTTestTrunkR27NumVldnOrigTrGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk group ID'."
    ::= { rVTTestTrunkR27Entry  844 }

  rVTTestTrunkR27NumVldnOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - originating trunk context'."
    ::= { rVTTestTrunkR27Entry  845 }

  rVTTestTrunkR27NumVldnDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk group ID'."
    ::= { rVTTestTrunkR27Entry  846 }

  rVTTestTrunkR27NumVldnDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - destination trunk context'."
    ::= { rVTTestTrunkR27Entry  847 }

  rVTTestTrunkR27NumVldnRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - route based on destination trunk group ID'."
    ::= { rVTTestTrunkR27Entry  848 }

  rVTTestTrunkR27RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestTrunkR27Entry  849 }

  rVTTestTrunkR27LNPOverSIPLookupResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LNP-over-SIP lookup response'."
    ::= { rVTTestTrunkR27Entry  850 }

  rVTTestTrunkR27ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestTrunkR27Entry  851 }

  rVTTestTrunkR27ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestTrunkR27Entry  852 }

  rVTTestTrunkR27RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestTrunkR27Entry  853 }

  rVTTestTrunkR27RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestTrunkR27Entry  854 }

  rVTTestTrunkR27PropagationDlyPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR27Entry  855 }

  rVTTestTrunkR27PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR27Entry  856 }

  rVTTestTrunkR27SatelliteIndPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR27Entry  857 }

  rVTTestTrunkR27SatelliteInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite indicator'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR27Entry  858 }

  rVTTestTrunkR27IsupPreferencePresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preference present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR27Entry  859 }

  rVTTestTrunkR27IsupPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSUPPreferred(0),
                   iSUPNotRequired(1),
                   iSUPRequired(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP preferences'."
    DEFVAL       { iSUPNotRequired }
    ::= { rVTTestTrunkR27Entry  860 }

  rVTTestTrunkR27GermanIsupUkkParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR27Entry  861 }

  rVTTestTrunkR27GermanIsupUkkParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP UKK parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR27Entry  862 }

  rVTTestTrunkR27GermanIsupSspParamPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter present'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR27Entry  863 }

  rVTTestTrunkR27GermanIsupSspParm OBJECT-TYPE
    SYNTAX       INTEGER ( 0..32767 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'German ISUP SSP parameter'."
    DEFVAL       { 0 }
    ::= { rVTTestTrunkR27Entry  864 }

  rVTTestTrunkR27ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestTrunkR27Entry  865 }

  rVTTestTrunkR27ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestTrunkR27Entry  866 }

  rVTTestTrunkR27I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestTrunkR27Entry  867 }

  rVTTestTrunkR27SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestTrunkR27Entry  868 }

  rVTTestTrunkR27LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestTrunkR27Entry  869 }

  rVTTestTrunkR27LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestTrunkR27Entry  870 }

  rVTTestTrunkR27LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestTrunkR27Entry  871 }

  rVTTestTrunkR27LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestTrunkR27Entry  872 }

  rVTTestTrunkR27LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestTrunkR27Entry  873 }

  rVTTestTrunkR27LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestTrunkR27Entry  874 }

  rVTTestTrunkR27LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestTrunkR27Entry  875 }

  rVTTestTrunkR27LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestTrunkR27Entry  876 }

  rVTTestTrunkR27LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestTrunkR27Entry  877 }

  rVTTestTrunkR27LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestTrunkR27Entry  878 }

  rVTTestTrunkR27LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestTrunkR27Entry  879 }

  rVTTestTrunkR27LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestTrunkR27Entry  880 }

  rVTTestTrunkR27LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestTrunkR27Entry  881 }

  rVTTestTrunkR27LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestTrunkR27Entry  882 }

  rVTTestTrunkR27LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestTrunkR27Entry  883 }

  rVTTestTrunkR27LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestTrunkR27Entry  884 }

  rVTTestTrunkR27LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestTrunkR27Entry  885 }

  rVTTestTrunkR27LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestTrunkR27Entry  886 }

  rVTTestTrunkR27LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestTrunkR27Entry  887 }

  rVTTestTrunkR27LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestTrunkR27Entry  888 }

  rVTTestTrunkR27NVModCallPartyIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address incomplete'."
    ::= { rVTTestTrunkR27Entry  889 }

  rVTTestTrunkR27NVModCallPartyPresRestrict OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address presentation restriction'."
    ::= { rVTTestTrunkR27Entry  890 }

  rVTTestTrunkR27PresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number (UK only)'."
    ::= { rVTTestTrunkR27Entry  891 }

  rVTTestTrunkR27PresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Presentation number scope (UK only)'."
    ::= { rVTTestTrunkR27Entry  892 }

  rVTTestTrunkR27NVModClPrtNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address number plan indicator'."
    ::= { rVTTestTrunkR27Entry  893 }

  rVTTestTrunkR27NVModCallPartyScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Modified calling address screening indicator'."
    ::= { rVTTestTrunkR27Entry  894 }

  rVTTestTrunkR27NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR27Entry  895 }

  rVTTestTrunkR27NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR27Entry  896 }

  rVTTestTrunkR27RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestTrunkR27Entry  897 }

  rVTTestTrunkR27RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestTrunkR27Entry  898 }

  rVTTestTrunkR27NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestTrunkR27Entry  899 }

  rVTTestTrunkR27NVModSatelliteIndicator OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified satellite indicator'."
    ::= { rVTTestTrunkR27Entry  900 }

  rVTTestTrunkR27RtgClgPartyNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number scope'."
    ::= { rVTTestTrunkR27Entry  901 }

  rVTTestTrunkR27RtgClgPartyNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number incomplete'."
    ::= { rVTTestTrunkR27Entry  902 }

  rVTTestTrunkR27RtgClgPartyNumNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number number plan indicator'."
    ::= { rVTTestTrunkR27Entry  903 }

  rVTTestTrunkR27RtgClgPartyNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number presentation restricted'."
    ::= { rVTTestTrunkR27Entry  904 }

  rVTTestTrunkR27RtgClgPartyNumScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number screening indicator'."
    ::= { rVTTestTrunkR27Entry  905 }

  rVTTestTrunkR27ClgNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number incomplete'."
    ::= { rVTTestTrunkR27Entry  906 }

  rVTTestTrunkR27DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { rVTTestTrunkR27Entry  907 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Subscriber Route Verification Test'                         */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  rVTTestSubR30Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RVTTestSubR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Route Verification Test Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2729 }

  rVTTestSubR30Entry OBJECT-TYPE
    SYNTAX       RVTTestSubR30Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rVTTestSubR30NEConn,
             rVTTestSubR30NetwkElement,
             rVTTestSubR30CFSIx,
             rVTTestSubR30GpIx,
             rVTTestSubR30TestIx }
    ::= {  rVTTestSubR30Table  1  }

  RVTTestSubR30Entry  ::=  SEQUENCE
  {
    rVTTestSubR30NEConn                Unsigned32,
    rVTTestSubR30NetwkElement          DisplayString,
    rVTTestSubR30CFSIx                 Unsigned32,
    rVTTestSubR30TestIx                Unsigned32,
    rVTTestSubR30TestName              DisplayString,
    rVTTestSubR30DialedNum             DisplayString,
    rVTTestSubR30SDActSubType          INTEGER,
    rVTTestSubR30SDDefSubType          INTEGER,
    rVTTestSubR30SDUseDefSubType       INTEGER,
    rVTTestSubR30I3SubGpCFSIx          Unsigned32,
    rVTTestSubR30I4SubGpSubGpIx        Unsigned32,
    rVTTestSubR30BillType              INTEGER,
    rVTTestSubR30LongDistanceCarrID    DisplayString,
    rVTTestSubR30IntraLATACarrID       DisplayString,
    rVTTestSubR30TestRes               INTEGER,
    rVTTestSubR30CauseFail             INTEGER,
    rVTTestSubR30NumVldnCarrType       INTEGER,
    rVTTestSubR30NumVldnANIIIDigits    DisplayString,
    rVTTestSubR30NumVldnAreaCode       INTEGER,
    rVTTestSubR30NumVldnModfdCldNum    DisplayString,
    rVTTestSubR30NumVldnCarrSelMethod  INTEGER,
    rVTTestSubR30NumVldnFeatureGpDCarrID
                                       DisplayString,
    rVTTestSubR30NumVldnAllowHold      INTEGER,
    rVTTestSubR30NumVldnOprCall        INTEGER,
    rVTTestSubR30NumVldnReleaseControlMode
                                       INTEGER,
    rVTTestSubR30NumVldn950SUBXFromRestrictedLine
                                       INTEGER,
    rVTTestSubR30NumVldnSigAccessSigType
                                       INTEGER,
    rVTTestSubR30NumVldnSignalFeatureGpDCarrIDIndicator
                                       INTEGER,
    rVTTestSubR30NumVldnTestCall       INTEGER,
    rVTTestSubR30NumVldnToneOrAnnounceID
                                       Unsigned32,
    rVTTestSubR30NumVldnParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR30NumVldnParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR30NumVldnTransitNetwkID DisplayString,
    rVTTestSubR30NumVldnUSCallType     INTEGER,
    rVTTestSubR30NumVldnUSDialledPrefix
                                       INTEGER,
    rVTTestSubR30NumVldnModfdNOAOprCalls
                                       INTEGER,
    rVTTestSubR30NumVldnOprNOACallOutput
                                       INTEGER,
    rVTTestSubR30RtgTestCall           INTEGER,
    rVTTestSubR30RtgModfdCldNum        DisplayString,
    rVTTestSubR30RtgOprCall            INTEGER,
    rVTTestSubR30RtgRtgControlInd      INTEGER,
    rVTTestSubR30RtgToneOrAnnounceID   Unsigned32,
    rVTTestSubR30RtgParm1ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR30RtgParm2ToneOrAnnounce
                                       DisplayString,
    rVTTestSubR30RtgTransitNetwkID     DisplayString,
    rVTTestSubR30RtgTandemRtgCode      INTEGER,
    rVTTestSubR30RtgNonOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR30RtgOpAssistedIntnatlRtgCode
                                       INTEGER,
    rVTTestSubR30DiagsLogLvl           INTEGER,
    rVTTestSubR30DiagsAPITraceTag      DisplayString,
    rVTTestSubR30RtgOnSwitchSubNum     DisplayString,
    rVTTestSubR30DoExtraActions        INTEGER,
    rVTTestSubR30RowStatus             RowStatus,
    rVTTestSubR30T1I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR30T1I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR30T1I4RtgMediaChanISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5RtgMediaChanISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR30T2I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR30T2I4RtgMediaChanMFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5RtgMediaChanRemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6RtgMediaChanMediaChanIx
                                       Unsigned32,
    rVTTestSubR30GpIx                  Unsigned32,
    rVTTestSubR30UseTCAPIfReqd         INTEGER,
    rVTTestSubR30TCAPQueriesLocalNumPortab
                                       INTEGER,
    rVTTestSubR30TCAPQueriesTollFreeLookup
                                       INTEGER,
    rVTTestSubR30RtgOnSwitchSubType    INTEGER,
    rVTTestSubR30SubRtgAttrs           BITS,
    rVTTestSubR30NumVldnETSICallType   INTEGER,
    rVTTestSubR30NumVldnEchoCancellation
                                       INTEGER,
    rVTTestSubR30RtgEchoCancellation   INTEGER,
    rVTTestSubR30IgnoreOrigingAppServer
                                       INTEGER,
    rVTTestSubR30IgnoreTermAppServer   INTEGER,
    rVTTestSubR30NumVldnUDA1           Unsigned32,
    rVTTestSubR30NumVldnUDA2           Unsigned32,
    rVTTestSubR30NumVldnUDA3           Unsigned32,
    rVTTestSubR30NumVldnMsgBillIx      Unsigned32,
    rVTTestSubR30IntnatlCarrID         DisplayString,
    rVTTestSubR30T3I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR30T3I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR30T3I4RtgMediaChanSIPIx Unsigned32,
    rVTTestSubR30T3I5RtgMediaChanSIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30LCC1                  INTEGER,
    rVTTestSubR30LCC2                  INTEGER,
    rVTTestSubR30LCC3                  INTEGER,
    rVTTestSubR30LCC4                  INTEGER,
    rVTTestSubR30LCC5                  INTEGER,
    rVTTestSubR30NumVldnBillCallType   INTEGER,
    rVTTestSubR30NumVldnStructureCode  INTEGER,
    rVTTestSubR30NumVldnOverrideAINBill
                                       INTEGER,
    rVTTestSubR30NumVldnISUPCldAddrPrefix
                                       DisplayString,
    rVTTestSubR30NumVldnUsrDefMFCallType
                                       Unsigned32,
    rVTTestSubR30NumVldnUsePseudoANIPANI
                                       INTEGER,
    rVTTestSubR30NumVldnPseudoANIEgressSigTypes
                                       BITS,
    rVTTestSubR30NumVldnPseudoANIPresIndicator
                                       INTEGER,
    rVTTestSubR30T4I1RtgMediaChanNEConn
                                       Unsigned32,
    rVTTestSubR30T4I2RtgMediaChanNetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3RtgMediaChanCFSIx Unsigned32,
    rVTTestSubR30T4I4RtgMediaChanISDNIx
                                       Unsigned32,
    rVTTestSubR30T4I5RtgMediaChanPRIIx Unsigned32,
    rVTTestSubR30I2NumVldnANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rVTTestSubR30I3NumVldnANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rVTTestSubR30I4NumVldnANIScreeningLookupTblTblIx
                                       INTEGER,
    rVTTestSubR30NumVldnNumTypeANILookup
                                       INTEGER,
    rVTTestSubR30NumVldnNumUsedANILookup
                                       DisplayString,
    rVTTestSubR30NumVldnMatchedANIScreeningEntryType
                                       INTEGER,
    rVTTestSubR30I1NumVldnMatchedANIScreeningEntryNEConn
                                       Unsigned32,
    rVTTestSubR30I2NumVldnMatchedANIScreeningEntryNetwkElement
                                       DisplayString,
    rVTTestSubR30I3NumVldnMatchedANIScreeningEntryCFSIx
                                       Unsigned32,
    rVTTestSubR30I4NumVldnMatchedANIScreeningEntryTblIx
                                       INTEGER,
    rVTTestSubR30I5NumVldnMatchedANIScreeningEntryFullANILen
                                       INTEGER,
    rVTTestSubR30I6NumVldnMatchedANIScreeningEntryANIPrefix
                                       DisplayString,
    rVTTestSubR30NumVldnAuthCodeOperation
                                       INTEGER,
    rVTTestSubR30NumVldnAuthCodeTbl    INTEGER,
    rVTTestSubR30NumVldnValidAuthCodes INTEGER,
    rVTTestSubR30NumVldnAuthCodePrefix DisplayString,
    rVTTestSubR30ChargeNum             DisplayString,
    rVTTestSubR30AuthCodeCodeAndPIN    DisplayString,
    rVTTestSubR30AuthCodeFinalDestNum  DisplayString,
    rVTTestSubR30NumVldnANIScreeningLookupType
                                       INTEGER,
    rVTTestSubR30I1NumVldnANIScreeningLookupTblNEConn
                                       Unsigned32,
    rVTTestSubR30NVModCallPartyNum     DisplayString,
    rVTTestSubR30NVModChargeNum        DisplayString,
    rVTTestSubR30RtgCallPartyNum       DisplayString,
    rVTTestSubR30RtgModChargeNum       DisplayString,
    rVTTestSubR30LCC6                  INTEGER,
    rVTTestSubR30LCC7                  INTEGER,
    rVTTestSubR30LCC8                  INTEGER,
    rVTTestSubR30LCC9                  INTEGER,
    rVTTestSubR30LCC10                 INTEGER,
    rVTTestSubR30LCC11                 INTEGER,
    rVTTestSubR30LCC12                 INTEGER,
    rVTTestSubR30LCC13                 INTEGER,
    rVTTestSubR30LCC14                 INTEGER,
    rVTTestSubR30LCC15                 INTEGER,
    rVTTestSubR30LCC16                 INTEGER,
    rVTTestSubR30LCC17                 INTEGER,
    rVTTestSubR30LCC18                 INTEGER,
    rVTTestSubR30LCC19                 INTEGER,
    rVTTestSubR30LCC20                 INTEGER,
    rVTTestSubR30I1ControllingESAProtDomNEConn
                                       Unsigned32,
    rVTTestSubR30I2ControllingESAProtDomNetwkElement
                                       DisplayString,
    rVTTestSubR30I3ControllingESAProtDomCFSIx
                                       Unsigned32,
    rVTTestSubR30I4ControllingESAProtDomESAProtDomIx
                                       Unsigned32,
    rVTTestSubR30ControllingESAProtDomOtherVals
                                       INTEGER,
    rVTTestSubR30IncMCsIncluded        INTEGER,
    rVTTestSubR30T1I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs1MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs1SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs1SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs1NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs1NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs1CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs1ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs1PRIIx      Unsigned32,
    rVTTestSubR30IncMCs1OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs2MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs2SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs2SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs2NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs2NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs2CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs2ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs2PRIIx      Unsigned32,
    rVTTestSubR30IncMCs2OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs3MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs3SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs3SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs3NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs3NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs3CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs3ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs3PRIIx      Unsigned32,
    rVTTestSubR30IncMCs3OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs4MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs4SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs4SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs4NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs4NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs4CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs4ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs4PRIIx      Unsigned32,
    rVTTestSubR30IncMCs4OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs5MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs5SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs5SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs5NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs5NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs5CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs5ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs5PRIIx      Unsigned32,
    rVTTestSubR30IncMCs5OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs6MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs6SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs6SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs6NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs6NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs6CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs6ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs6PRIIx      Unsigned32,
    rVTTestSubR30IncMCs6OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs7MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs7SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs7SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs7NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs7NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs7CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs7ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs7PRIIx      Unsigned32,
    rVTTestSubR30IncMCs7OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs8MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs8SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs8SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs8NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs8NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs8CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs8ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs8PRIIx      Unsigned32,
    rVTTestSubR30IncMCs8OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR30T1I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR30T1I4IncMCs9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR30T2I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR30T2I4IncMCs9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs9MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR30T3I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR30T3I4IncMCs9SIPIx      Unsigned32,
    rVTTestSubR30T3I5IncMCs9SIPTrnkIx  Unsigned32,
    rVTTestSubR30T4I1IncMCs9NEConn     Unsigned32,
    rVTTestSubR30T4I2IncMCs9NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs9CFSIx      Unsigned32,
    rVTTestSubR30T4I4IncMCs9ISDNIx     Unsigned32,
    rVTTestSubR30T4I5IncMCs9PRIIx      Unsigned32,
    rVTTestSubR30IncMCs9OtherVals      INTEGER,
    rVTTestSubR30T1I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR30T1I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR30T1I4IncMCs10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5IncMCs10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR30T2I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR30T2I4IncMCs10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5IncMCs10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6IncMCs10MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR30T3I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR30T3I4IncMCs10SIPIx     Unsigned32,
    rVTTestSubR30T3I5IncMCs10SIPTrnkIx Unsigned32,
    rVTTestSubR30T4I1IncMCs10NEConn    Unsigned32,
    rVTTestSubR30T4I2IncMCs10NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3IncMCs10CFSIx     Unsigned32,
    rVTTestSubR30T4I4IncMCs10ISDNIx    Unsigned32,
    rVTTestSubR30T4I5IncMCs10PRIIx     Unsigned32,
    rVTTestSubR30IncMCs10OtherVals     INTEGER,
    rVTTestSubR30ExpRsltExpRslt        INTEGER,
    rVTTestSubR30ExpRsltExpectedDest   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC1ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC1ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC1MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC1RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC1MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC1SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC1SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC1NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC1NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC1CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC1ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC1PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC1OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC2ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC2ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC2MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC2RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC2MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC2SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC2SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC2NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC2NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC2CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC2ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC2PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC2OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC3ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC3ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC3MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC3RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC3MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC3SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC3SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC3NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC3NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC3CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC3ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC3PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC3OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC4ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC4ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC4MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC4RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC4MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC4SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC4SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC4NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC4NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC4CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC4ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC4PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC4OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC5ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC5ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC5MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC5RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC5MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC5SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC5SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC5NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC5NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC5CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC5ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC5PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC5OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC6ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC6ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC6MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC6RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC6MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC6SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC6SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC6NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC6NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC6CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC6ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC6PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC6OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC7ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC7ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC7MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC7RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC7MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC7SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC7SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC7NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC7NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC7CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC7ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC7PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC7OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC8ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC8ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC8MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC8RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC8MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC8SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC8SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC8NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC8NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC8CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC8ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC8PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC8OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC9ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC9ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC9MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC9RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC9MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC9SIPIx   Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC9SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC9NEConn  Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC9NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC9CFSIx   Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC9ISDNIx  Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC9PRIIx   Unsigned32,
    rVTTestSubR30ExpRsltMC9OtherVals   INTEGER,
    rVTTestSubR30T1I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR30T1I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR30T1I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR30T1I4ExpRsltMC10ISUPLocalSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I5ExpRsltMC10ISUPRemSigDestIx
                                       Unsigned32,
    rVTTestSubR30T1I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T2I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR30T2I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR30T2I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR30T2I4ExpRsltMC10MFLocalExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I5ExpRsltMC10RemExchangeIx
                                       Unsigned32,
    rVTTestSubR30T2I6ExpRsltMC10MediaChanIx
                                       Unsigned32,
    rVTTestSubR30T3I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR30T3I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR30T3I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR30T3I4ExpRsltMC10SIPIx  Unsigned32,
    rVTTestSubR30T3I5ExpRsltMC10SIPTrnkIx
                                       Unsigned32,
    rVTTestSubR30T4I1ExpRsltMC10NEConn Unsigned32,
    rVTTestSubR30T4I2ExpRsltMC10NetwkElement
                                       DisplayString,
    rVTTestSubR30T4I3ExpRsltMC10CFSIx  Unsigned32,
    rVTTestSubR30T4I4ExpRsltMC10ISDNIx Unsigned32,
    rVTTestSubR30T4I5ExpRsltMC10PRIIx  Unsigned32,
    rVTTestSubR30ExpRsltMC10OtherVals  INTEGER,
    rVTTestSubR30ExpRsltCauseFail      INTEGER,
    rVTTestSubR30ExpRsltResAsExpected  INTEGER,
    rVTTestSubR30NumVldnUDA4           Unsigned32,
    rVTTestSubR30NumVldnUDA5           Unsigned32,
    rVTTestSubR30NumVldnUDA6           Unsigned32,
    rVTTestSubR30NumVldnUDA7           Unsigned32,
    rVTTestSubR30NumVldnUDA8           Unsigned32,
    rVTTestSubR30NumVldnUDA9           Unsigned32,
    rVTTestSubR30NumVldnUDA10          Unsigned32,
    rVTTestSubR30NumVldnUDA11          Unsigned32,
    rVTTestSubR30NumVldnUDA12          Unsigned32,
    rVTTestSubR30NumVldnUDA13          Unsigned32,
    rVTTestSubR30NumVldnUDA14          Unsigned32,
    rVTTestSubR30NumVldnUDA15          Unsigned32,
    rVTTestSubR30NumVldnUDA16          Unsigned32,
    rVTTestSubR30NumVldnUDA17          Unsigned32,
    rVTTestSubR30NumVldnUDA18          Unsigned32,
    rVTTestSubR30NumVldnUDA19          Unsigned32,
    rVTTestSubR30NumVldnUDA20          Unsigned32,
    rVTTestSubR30NVMaxCallDurn         Unsigned32,
    rVTTestSubR30RtgMaxCallDurn        Unsigned32,
    rVTTestSubR30IncludedMediaChansSimulatedInReleaseCause
                                       INTEGER,
    rVTTestSubR30I1SubGpNEConn         Unsigned32,
    rVTTestSubR30I2SubGpNetwkElement   DisplayString,
    rVTTestSubR30SDActSubDirNum        DisplayString,
    rVTTestSubR30SDDefSubDirNum        DisplayString,
    rVTTestSubR30SDUseDefSubDirNum     INTEGER,
    rVTTestSubR30SDActI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR30SDActI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR30SDActI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR30SDActI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR30SDDefI1TrnkRtgCfgSetNEConn
                                       Unsigned32,
    rVTTestSubR30SDDefI2TrnkRtgCfgSetNetwkElement
                                       DisplayString,
    rVTTestSubR30SDDefI3TrnkRtgCfgSetCFSIx
                                       Unsigned32,
    rVTTestSubR30SDDefI4TrnkRtgCfgSetCfgSetIx
                                       Unsigned32,
    rVTTestSubR30SDUseDefTrnkRtgCfgSet INTEGER,
    rVTTestSubR30SDActIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR30SDDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR30SDUseDefIncludedMediaChansSimulateMediaChansOnline
                                       INTEGER,
    rVTTestSubR30CldAddrScope          INTEGER,
    rVTTestSubR30SDActDialedBySub      INTEGER,
    rVTTestSubR30SDDefDialedBySub      INTEGER,
    rVTTestSubR30SDUseDefDialedBySub   INTEGER,
    rVTTestSubR30NumVldnAnnounces      LongDisplayString,
    rVTTestSubR30DateAndTimeYear       Unsigned32,
    rVTTestSubR30DateAndTimeMonth      Unsigned32,
    rVTTestSubR30DateAndTimeDate       Unsigned32,
    rVTTestSubR30HrAndTimeHr           Unsigned32,
    rVTTestSubR30MinAndTimeMin         Unsigned32,
    rVTTestSubR30NumVldnChargingInterval
                                       Unsigned32,
    rVTTestSubR30NumVldnCldAddrScope   INTEGER,
    rVTTestSubR30RtgCldAddrScope       INTEGER,
    rVTTestSubR30IntraClusterRtgBehaviour
                                       INTEGER,
    rVTTestSubR30I1LineGpNEConn        Unsigned32,
    rVTTestSubR30I2LineGpNetwkElement  DisplayString,
    rVTTestSubR30I3LineGpCFSIx         Unsigned32,
    rVTTestSubR30I4LineGpSubGpIx       Unsigned32,
    rVTTestSubR30ExpRsltDstTrkGpIDAftRtg
                                       DisplayString,
    rVTTestSubR30ExpRsltDstTrkGpCxtAftRtg
                                       DisplayString,
    rVTTestSubR30RtgDestTrnkGpID       DisplayString,
    rVTTestSubR30RtgDestTrnkGpCxt      DisplayString,
    rVTTestSubR30RtgRoutedToRPAS       INTEGER,
    rVTTestSubR30ModfdClgNumScope      INTEGER,
    rVTTestSubR30ModfdGermanIsupUkkParm
                                       Integer32,
    rVTTestSubR30I1SiteClusterSiteConnIx
                                       Integer32,
    rVTTestSubR30SiteOtherVals         INTEGER,
    rVTTestSubR30NVModfdPresNumUKOnly  DisplayString,
    rVTTestSubR30NVModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR30RtgModfdPresNumUKOnly DisplayString,
    rVTTestSubR30RtgModfdPresNumScopeUKOnly
                                       INTEGER,
    rVTTestSubR30NumVldnBillOverrideDialedNum
                                       INTEGER,
    rVTTestSubR30NVModSatelliteIndicator
                                       Unsigned32,
    rVTTestSubR30RtgClgPartyNumScope   INTEGER,
    rVTTestSubR30RtgClgPartyNumIncomplete
                                       INTEGER,
    rVTTestSubR30RtgClgPartyNumNumPlanIndicator
                                       INTEGER,
    rVTTestSubR30RtgClgPartyNumPresRestricted
                                       INTEGER,
    rVTTestSubR30RtgClgPartyNumScreeningIndicator
                                       INTEGER,
    rVTTestSubR30NumVldnCallTags       DisplayString,
    rVTTestSubR30NVModCallNumPresRestricted
                                       INTEGER,
    rVTTestSubR30NVModCallPartyIncomplete
                                       INTEGER,
    rVTTestSubR30DiagsAPITraceEnabled  INTEGER
  }

  rVTTestSubR30NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rVTTestSubR30Entry  1 }

  rVTTestSubR30NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rVTTestSubR30Entry  2 }

  rVTTestSubR30CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rVTTestSubR30Entry  3 }

  rVTTestSubR30TestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test index'.
                  This is an index field."
    ::= { rVTTestSubR30Entry  4 }

  rVTTestSubR30TestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test name'."
    ::= { rVTTestSubR30Entry  5 }

  rVTTestSubR30DialedNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dialed number'."
    ::= { rVTTestSubR30Entry  10 }

  rVTTestSubR30SDActSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  11 }

  rVTTestSubR30SDDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   configured(1),
                   hypothetical(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  12 }

  rVTTestSubR30SDUseDefSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR30Entry  13 }

  rVTTestSubR30I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  14 }

  rVTTestSubR30I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  15 }

  rVTTestSubR30BillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRateBilling(1),
                   messageRateBilling(2),
                   fXRateBilling(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type'."
    ::= { rVTTestSubR30Entry  16 }

  rVTTestSubR30LongDistanceCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long distance carrier ID'."
    ::= { rVTTestSubR30Entry  17 }

  rVTTestSubR30IntraLATACarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IntraLATA carrier ID'."
    ::= { rVTTestSubR30Entry  18 }

  rVTTestSubR30TestRes OBJECT-TYPE
    SYNTAX       INTEGER {
                   notYetRun(1),
                   resultPending(2),
                   succeeded(3),
                   identifiedCallServiceAccessCode(4),
                   notAbleToRun(5),
                   failedNumberValidation(6),
                   failedRouting(7),
                   callingNumberNotFound(8),
                   calledNumberNotFound(9),
                   rVTComponentsNotSetup(10),
                   resourceFailed(11),
                   pendingActivation(12),
                   queryFailed(13),
                   canceled(14),
                   noSubscriberDNConfigured(15),
                   canceling(16),
                   failedIntraClusterRouting(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Test result'."
    ::= { rVTTestSubR30Entry  19 }

  rVTTestSubR30CauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of failure'."
    ::= { rVTTestSubR30Entry  20 }

  rVTTestSubR30NumVldnCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - carrier type'."
    ::= { rVTTestSubR30Entry  21 }

  rVTTestSubR30NumVldnANIIIDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..2))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - ANI II digits'."
    ::= { rVTTestSubR30Entry  22 }

  rVTTestSubR30NumVldnAreaCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - area code dialed'."
    ::= { rVTTestSubR30Entry  23 }

  rVTTestSubR30NumVldnModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified called number'."
    ::= { rVTTestSubR30Entry  24 }

  rVTTestSubR30NumVldnCarrSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   unspecified(0),
                   presubscribed(1),
                   presubscribedAndInput(2),
                   presubscribedMayHaveBeenInput(3),
                   input(4),
                   matchAnyValue(2147483647)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - carrier selection method'."
    ::= { rVTTestSubR30Entry  25 }

  rVTTestSubR30NumVldnFeatureGpDCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - FGD carrier ID'."
    ::= { rVTTestSubR30Entry  26 }

  rVTTestSubR30NumVldnAllowHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - call hold allowed'."
    ::= { rVTTestSubR30Entry  27 }

  rVTTestSubR30NumVldnOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - operator call'."
    ::= { rVTTestSubR30Entry  28 }

  rVTTestSubR30NumVldnReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - release control mode'."
    ::= { rVTTestSubR30Entry  29 }

  rVTTestSubR30NumVldn950SUBXFromRestrictedLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - restricted line 950 call'."
    ::= { rVTTestSubR30Entry  30 }

  rVTTestSubR30NumVldnSigAccessSigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signaling access signaling type'."
    ::= { rVTTestSubR30Entry  31 }

  rVTTestSubR30NumVldnSignalFeatureGpDCarrIDIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - signal FGD carrier ID indicator'."
    ::= { rVTTestSubR30Entry  32 }

  rVTTestSubR30NumVldnTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - test call'."
    ::= { rVTTestSubR30Entry  33 }

  rVTTestSubR30NumVldnToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement ID'."
    ::= { rVTTestSubR30Entry  34 }

  rVTTestSubR30NumVldnParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 1'."
    ::= { rVTTestSubR30Entry  35 }

  rVTTestSubR30NumVldnParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - tone or announcement parameter 2'."
    ::= { rVTTestSubR30Entry  36 }

  rVTTestSubR30NumVldnTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Transit Network ID'."
    ::= { rVTTestSubR30Entry  37 }

  rVTTestSubR30NumVldnUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR30Entry  38 }

  rVTTestSubR30NumVldnUSDialledPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - dialed prefix'."
    ::= { rVTTestSubR30Entry  39 }

  rVTTestSubR30NumVldnModfdNOAOprCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use modified operator NOA encoding'."
    ::= { rVTTestSubR30Entry  40 }

  rVTTestSubR30NumVldnOprNOACallOutput OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use operator requested NOA encoding'."
    ::= { rVTTestSubR30Entry  41 }

  rVTTestSubR30RtgTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - test call'."
    ::= { rVTTestSubR30Entry  42 }

  rVTTestSubR30RtgModfdCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified called number'."
    ::= { rVTTestSubR30Entry  43 }

  rVTTestSubR30RtgOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - operator call'."
    ::= { rVTTestSubR30Entry  44 }

  rVTTestSubR30RtgRtgControlInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routing control'."
    ::= { rVTTestSubR30Entry  45 }

  rVTTestSubR30RtgToneOrAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tone or announcement ID'."
    ::= { rVTTestSubR30Entry  46 }

  rVTTestSubR30RtgParm1ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 1'."
    ::= { rVTTestSubR30Entry  47 }

  rVTTestSubR30RtgParm2ToneOrAnnounce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - tone or announcement parameter 2'."
    ::= { rVTTestSubR30Entry  48 }

  rVTTestSubR30RtgTransitNetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - Transit Network ID'."
    ::= { rVTTestSubR30Entry  49 }

  rVTTestSubR30RtgTandemRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..99 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - tandem routing code'."
    ::= { rVTTestSubR30Entry  50 }

  rVTTestSubR30RtgNonOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - non op assisted international routing code'."
    ::= { rVTTestSubR30Entry  51 }

  rVTTestSubR30RtgOpAssistedIntnatlRtgCode OBJECT-TYPE
    SYNTAX       INTEGER ( 120..199 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - op assisted international routing code'."
    ::= { rVTTestSubR30Entry  52 }

  rVTTestSubR30DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { rVTTestSubR30Entry  53 }

  rVTTestSubR30DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { rVTTestSubR30Entry  54 }

  rVTTestSubR30RtgOnSwitchSubNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber number'."
    ::= { rVTTestSubR30Entry  55 }

  rVTTestSubR30DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   runTest(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rVTTestSubR30Entry  56 }

  rVTTestSubR30RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rVTTestSubR30Entry  57 }

  rVTTestSubR30T1I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  58 }

  rVTTestSubR30T1I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  59 }

  rVTTestSubR30T1I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  60 }

  rVTTestSubR30T1I4RtgMediaChanISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  61 }

  rVTTestSubR30T1I5RtgMediaChanISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  62 }

  rVTTestSubR30T1I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  63 }

  rVTTestSubR30T2I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  64 }

  rVTTestSubR30T2I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  65 }

  rVTTestSubR30T2I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  66 }

  rVTTestSubR30T2I4RtgMediaChanMFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  67 }

  rVTTestSubR30T2I5RtgMediaChanRemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  68 }

  rVTTestSubR30T2I6RtgMediaChanMediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  69 }

  rVTTestSubR30GpIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rVTTestSubR30Entry  70 }

  rVTTestSubR30UseTCAPIfReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use TCAP if required'."
    ::= { rVTTestSubR30Entry  71 }

  rVTTestSubR30TCAPQueriesLocalNumPortab OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TCAP queries - Local Number Portability'."
    ::= { rVTTestSubR30Entry  72 }

  rVTTestSubR30TCAPQueriesTollFreeLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRequired(0),
                   successfulNoAutomaticCodeGapping(1),
                   successfulEncounteredAutomaticCodeGapping(2),
                   notAttemptedRestrictionOnCurrentCall(3),
                   notAttemptedAutomaticCodeGappingControlsInPlace(4),
                   failedBadResponse(5),
                   failedTimeout(6),
                   failedTCAPFailure(7),
                   failedParameterInformationUnavailable(8),
                   failedResourceAllocationFailure(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP queries - Toll Free Lookup'."
    ::= { rVTTestSubR30Entry  73 }

  rVTTestSubR30RtgOnSwitchSubType OBJECT-TYPE
    SYNTAX       INTEGER {
                   profile(0),
                   residential(1),
                   business(2),
                   pBX(3),
                   mSR(4),
                   sIP(5),
                   cSG(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - on-switch subscriber type'."
    ::= { rVTTestSubR30Entry  75 }

  rVTTestSubR30SubRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber NV and routing attributes'."
    ::= { rVTTestSubR30Entry  76 }

  rVTTestSubR30NumVldnETSICallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - call type'."
    ::= { rVTTestSubR30Entry  77 }

  rVTTestSubR30NumVldnEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - echo cancellation'."
    ::= { rVTTestSubR30Entry  78 }

  rVTTestSubR30RtgEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - echo cancellation'."
    ::= { rVTTestSubR30Entry  79 }

  rVTTestSubR30IgnoreOrigingAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Originating Application Server'."
    ::= { rVTTestSubR30Entry  80 }

  rVTTestSubR30IgnoreTermAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ignore Terminating Application Server'."
    ::= { rVTTestSubR30Entry  81 }

  rVTTestSubR30NumVldnUDA1 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 1'."
    ::= { rVTTestSubR30Entry  82 }

  rVTTestSubR30NumVldnUDA2 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 2'."
    ::= { rVTTestSubR30Entry  83 }

  rVTTestSubR30NumVldnUDA3 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 3'."
    ::= { rVTTestSubR30Entry  84 }

  rVTTestSubR30NumVldnMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - message billing index'."
    ::= { rVTTestSubR30Entry  86 }

  rVTTestSubR30IntnatlCarrID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International carrier ID'."
    ::= { rVTTestSubR30Entry  87 }

  rVTTestSubR30T3I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  90 }

  rVTTestSubR30T3I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  91 }

  rVTTestSubR30T3I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  92 }

  rVTTestSubR30T3I4RtgMediaChanSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  93 }

  rVTTestSubR30T3I5RtgMediaChanSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  94 }

  rVTTestSubR30LCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { rVTTestSubR30Entry  95 }

  rVTTestSubR30LCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { rVTTestSubR30Entry  96 }

  rVTTestSubR30LCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { rVTTestSubR30Entry  97 }

  rVTTestSubR30LCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { rVTTestSubR30Entry  98 }

  rVTTestSubR30LCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { rVTTestSubR30Entry  99 }

  rVTTestSubR30NumVldnBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing call type'."
    ::= { rVTTestSubR30Entry  100 }

  rVTTestSubR30NumVldnStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing structure code'."
    ::= { rVTTestSubR30Entry  101 }

  rVTTestSubR30NumVldnOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - override AIN billing'."
    ::= { rVTTestSubR30Entry  102 }

  rVTTestSubR30NumVldnISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ISUP called address prefix'."
    ::= { rVTTestSubR30Entry  103 }

  rVTTestSubR30NumVldnUsrDefMFCallType OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined MF call type'."
    ::= { rVTTestSubR30Entry  104 }

  rVTTestSubR30NumVldnUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(1),
                   never(2),
                   onlyWhenANIIsAvailable(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - use Pseudo ANI (pANI)'."
    ::= { rVTTestSubR30Entry  105 }

  rVTTestSubR30NumVldnPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI egress signaling types'."
    ::= { rVTTestSubR30Entry  106 }

  rVTTestSubR30NumVldnPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - pseudo ANI presentation indicator'."
    ::= { rVTTestSubR30Entry  107 }

  rVTTestSubR30T4I1RtgMediaChanNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  108 }

  rVTTestSubR30T4I2RtgMediaChanNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  109 }

  rVTTestSubR30T4I3RtgMediaChanCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  110 }

  rVTTestSubR30T4I4RtgMediaChanISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  111 }

  rVTTestSubR30T4I5RtgMediaChanPRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Routing - media channel',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  112 }

  rVTTestSubR30I2NumVldnANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR30Entry  113 }

  rVTTestSubR30I3NumVldnANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR30Entry  114 }

  rVTTestSubR30I4NumVldnANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR30Entry  115 }

  rVTTestSubR30NumVldnNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number type for ANI lookup'."
    ::= { rVTTestSubR30Entry  116 }

  rVTTestSubR30NumVldnNumUsedANILookup OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Number used for ANI lookup'."
    ::= { rVTTestSubR30Entry  117 }

  rVTTestSubR30NumVldnMatchedANIScreeningEntryType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notMatched(1),
                   allowed(2),
                   denied(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Matched ANI Screening Entry type'."
    ::= { rVTTestSubR30Entry  118 }

  rVTTestSubR30I1NumVldnMatchedANIScreeningEntryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR30Entry  119 }

  rVTTestSubR30I2NumVldnMatchedANIScreeningEntryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR30Entry  120 }

  rVTTestSubR30I3NumVldnMatchedANIScreeningEntryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR30Entry  121 }

  rVTTestSubR30I4NumVldnMatchedANIScreeningEntryTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR30Entry  122 }

  rVTTestSubR30I5NumVldnMatchedANIScreeningEntryFullANILen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'Full ANI length'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR30Entry  123 }

  rVTTestSubR30I6NumVldnMatchedANIScreeningEntryANIPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - Matched ANI Screening Entry',
                  This field represents index
                  'ANI prefix'
                  in referenced type 'BOOANIScreeningEntrySE'."
    ::= { rVTTestSubR30Entry  124 }

  rVTTestSubR30NumVldnAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Operation'."
    ::= { rVTTestSubR30Entry  125 }

  rVTTestSubR30NumVldnAuthCodeTbl OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Table'."
    ::= { rVTTestSubR30Entry  126 }

  rVTTestSubR30NumVldnValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Valid Authorization Codes'."
    ::= { rVTTestSubR30Entry  127 }

  rVTTestSubR30NumVldnAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - Authorization Code Prefix'."
    ::= { rVTTestSubR30Entry  128 }

  rVTTestSubR30ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { rVTTestSubR30Entry  129 }

  rVTTestSubR30AuthCodeCodeAndPIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorization Code - Code and PIN'."
    ::= { rVTTestSubR30Entry  130 }

  rVTTestSubR30AuthCodeFinalDestNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Authorization Code - Final Destination Number'."
    ::= { rVTTestSubR30Entry  131 }

  rVTTestSubR30NumVldnANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - ANI Screening lookup type'."
    ::= { rVTTestSubR30Entry  132 }

  rVTTestSubR30I1NumVldnANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Number validation - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rVTTestSubR30Entry  133 }

  rVTTestSubR30NVModCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling party number'."
    ::= { rVTTestSubR30Entry  137 }

  rVTTestSubR30NVModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified charge number'."
    ::= { rVTTestSubR30Entry  138 }

  rVTTestSubR30RtgCallPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - calling party number'."
    ::= { rVTTestSubR30Entry  139 }

  rVTTestSubR30RtgModChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - modified charge number'."
    ::= { rVTTestSubR30Entry  140 }

  rVTTestSubR30LCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { rVTTestSubR30Entry  141 }

  rVTTestSubR30LCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { rVTTestSubR30Entry  142 }

  rVTTestSubR30LCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { rVTTestSubR30Entry  143 }

  rVTTestSubR30LCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { rVTTestSubR30Entry  144 }

  rVTTestSubR30LCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { rVTTestSubR30Entry  145 }

  rVTTestSubR30LCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { rVTTestSubR30Entry  146 }

  rVTTestSubR30LCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { rVTTestSubR30Entry  147 }

  rVTTestSubR30LCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { rVTTestSubR30Entry  148 }

  rVTTestSubR30LCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { rVTTestSubR30Entry  149 }

  rVTTestSubR30LCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { rVTTestSubR30Entry  150 }

  rVTTestSubR30LCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { rVTTestSubR30Entry  151 }

  rVTTestSubR30LCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { rVTTestSubR30Entry  152 }

  rVTTestSubR30LCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { rVTTestSubR30Entry  153 }

  rVTTestSubR30LCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { rVTTestSubR30Entry  154 }

  rVTTestSubR30LCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { rVTTestSubR30Entry  155 }

  rVTTestSubR30I1ControllingESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR30Entry  156 }

  rVTTestSubR30I2ControllingESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR30Entry  157 }

  rVTTestSubR30I3ControllingESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR30Entry  158 }

  rVTTestSubR30I4ControllingESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain',
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { rVTTestSubR30Entry  159 }

  rVTTestSubR30ControllingESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noneMainCallFeatureServerInControl(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Controlling ESA Protection Domain'.
                  This field represents the fixed
                  values that Controlling ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  160 }

  rVTTestSubR30IncMCsIncluded OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   specified(2),
                   allExceptSpecified(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - media channels included'."
    ::= { rVTTestSubR30Entry  161 }

  rVTTestSubR30T1I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  162 }

  rVTTestSubR30T1I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  163 }

  rVTTestSubR30T1I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  164 }

  rVTTestSubR30T1I4IncMCs1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  165 }

  rVTTestSubR30T1I5IncMCs1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  166 }

  rVTTestSubR30T1I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  167 }

  rVTTestSubR30T2I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  169 }

  rVTTestSubR30T2I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  170 }

  rVTTestSubR30T2I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  171 }

  rVTTestSubR30T2I4IncMCs1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  172 }

  rVTTestSubR30T2I5IncMCs1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  173 }

  rVTTestSubR30T2I6IncMCs1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  174 }

  rVTTestSubR30T3I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  176 }

  rVTTestSubR30T3I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  177 }

  rVTTestSubR30T3I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  178 }

  rVTTestSubR30T3I4IncMCs1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  179 }

  rVTTestSubR30T3I5IncMCs1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  180 }

  rVTTestSubR30T4I1IncMCs1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  182 }

  rVTTestSubR30T4I2IncMCs1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  183 }

  rVTTestSubR30T4I3IncMCs1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  184 }

  rVTTestSubR30T4I4IncMCs1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  185 }

  rVTTestSubR30T4I5IncMCs1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  186 }

  rVTTestSubR30IncMCs1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 1'.
                  This field represents the fixed
                  values that Included media channels - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  187 }

  rVTTestSubR30T1I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  188 }

  rVTTestSubR30T1I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  189 }

  rVTTestSubR30T1I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  190 }

  rVTTestSubR30T1I4IncMCs2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  191 }

  rVTTestSubR30T1I5IncMCs2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  192 }

  rVTTestSubR30T1I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  193 }

  rVTTestSubR30T2I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  195 }

  rVTTestSubR30T2I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  196 }

  rVTTestSubR30T2I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  197 }

  rVTTestSubR30T2I4IncMCs2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  198 }

  rVTTestSubR30T2I5IncMCs2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  199 }

  rVTTestSubR30T2I6IncMCs2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  200 }

  rVTTestSubR30T3I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  202 }

  rVTTestSubR30T3I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  203 }

  rVTTestSubR30T3I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  204 }

  rVTTestSubR30T3I4IncMCs2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  205 }

  rVTTestSubR30T3I5IncMCs2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  206 }

  rVTTestSubR30T4I1IncMCs2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  208 }

  rVTTestSubR30T4I2IncMCs2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  209 }

  rVTTestSubR30T4I3IncMCs2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  210 }

  rVTTestSubR30T4I4IncMCs2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  211 }

  rVTTestSubR30T4I5IncMCs2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  212 }

  rVTTestSubR30IncMCs2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 2'.
                  This field represents the fixed
                  values that Included media channels - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  213 }

  rVTTestSubR30T1I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  214 }

  rVTTestSubR30T1I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  215 }

  rVTTestSubR30T1I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  216 }

  rVTTestSubR30T1I4IncMCs3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  217 }

  rVTTestSubR30T1I5IncMCs3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  218 }

  rVTTestSubR30T1I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  219 }

  rVTTestSubR30T2I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  221 }

  rVTTestSubR30T2I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  222 }

  rVTTestSubR30T2I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  223 }

  rVTTestSubR30T2I4IncMCs3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  224 }

  rVTTestSubR30T2I5IncMCs3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  225 }

  rVTTestSubR30T2I6IncMCs3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  226 }

  rVTTestSubR30T3I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  228 }

  rVTTestSubR30T3I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  229 }

  rVTTestSubR30T3I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  230 }

  rVTTestSubR30T3I4IncMCs3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  231 }

  rVTTestSubR30T3I5IncMCs3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  232 }

  rVTTestSubR30T4I1IncMCs3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  234 }

  rVTTestSubR30T4I2IncMCs3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  235 }

  rVTTestSubR30T4I3IncMCs3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  236 }

  rVTTestSubR30T4I4IncMCs3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  237 }

  rVTTestSubR30T4I5IncMCs3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  238 }

  rVTTestSubR30IncMCs3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 3'.
                  This field represents the fixed
                  values that Included media channels - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  239 }

  rVTTestSubR30T1I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  240 }

  rVTTestSubR30T1I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  241 }

  rVTTestSubR30T1I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  242 }

  rVTTestSubR30T1I4IncMCs4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  243 }

  rVTTestSubR30T1I5IncMCs4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  244 }

  rVTTestSubR30T1I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  245 }

  rVTTestSubR30T2I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  247 }

  rVTTestSubR30T2I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  248 }

  rVTTestSubR30T2I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  249 }

  rVTTestSubR30T2I4IncMCs4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  250 }

  rVTTestSubR30T2I5IncMCs4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  251 }

  rVTTestSubR30T2I6IncMCs4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  252 }

  rVTTestSubR30T3I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  254 }

  rVTTestSubR30T3I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  255 }

  rVTTestSubR30T3I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  256 }

  rVTTestSubR30T3I4IncMCs4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  257 }

  rVTTestSubR30T3I5IncMCs4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  258 }

  rVTTestSubR30T4I1IncMCs4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  260 }

  rVTTestSubR30T4I2IncMCs4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  261 }

  rVTTestSubR30T4I3IncMCs4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  262 }

  rVTTestSubR30T4I4IncMCs4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  263 }

  rVTTestSubR30T4I5IncMCs4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  264 }

  rVTTestSubR30IncMCs4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 4'.
                  This field represents the fixed
                  values that Included media channels - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  265 }

  rVTTestSubR30T1I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  266 }

  rVTTestSubR30T1I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  267 }

  rVTTestSubR30T1I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  268 }

  rVTTestSubR30T1I4IncMCs5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  269 }

  rVTTestSubR30T1I5IncMCs5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  270 }

  rVTTestSubR30T1I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  271 }

  rVTTestSubR30T2I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  273 }

  rVTTestSubR30T2I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  274 }

  rVTTestSubR30T2I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  275 }

  rVTTestSubR30T2I4IncMCs5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  276 }

  rVTTestSubR30T2I5IncMCs5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  277 }

  rVTTestSubR30T2I6IncMCs5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  278 }

  rVTTestSubR30T3I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  280 }

  rVTTestSubR30T3I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  281 }

  rVTTestSubR30T3I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  282 }

  rVTTestSubR30T3I4IncMCs5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  283 }

  rVTTestSubR30T3I5IncMCs5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  284 }

  rVTTestSubR30T4I1IncMCs5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  286 }

  rVTTestSubR30T4I2IncMCs5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  287 }

  rVTTestSubR30T4I3IncMCs5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  288 }

  rVTTestSubR30T4I4IncMCs5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  289 }

  rVTTestSubR30T4I5IncMCs5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  290 }

  rVTTestSubR30IncMCs5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 5'.
                  This field represents the fixed
                  values that Included media channels - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  291 }

  rVTTestSubR30T1I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  292 }

  rVTTestSubR30T1I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  293 }

  rVTTestSubR30T1I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  294 }

  rVTTestSubR30T1I4IncMCs6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  295 }

  rVTTestSubR30T1I5IncMCs6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  296 }

  rVTTestSubR30T1I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  297 }

  rVTTestSubR30T2I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  299 }

  rVTTestSubR30T2I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  300 }

  rVTTestSubR30T2I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  301 }

  rVTTestSubR30T2I4IncMCs6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  302 }

  rVTTestSubR30T2I5IncMCs6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  303 }

  rVTTestSubR30T2I6IncMCs6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  304 }

  rVTTestSubR30T3I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  306 }

  rVTTestSubR30T3I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  307 }

  rVTTestSubR30T3I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  308 }

  rVTTestSubR30T3I4IncMCs6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  309 }

  rVTTestSubR30T3I5IncMCs6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  310 }

  rVTTestSubR30T4I1IncMCs6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  312 }

  rVTTestSubR30T4I2IncMCs6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  313 }

  rVTTestSubR30T4I3IncMCs6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  314 }

  rVTTestSubR30T4I4IncMCs6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  315 }

  rVTTestSubR30T4I5IncMCs6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  316 }

  rVTTestSubR30IncMCs6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 6'.
                  This field represents the fixed
                  values that Included media channels - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  317 }

  rVTTestSubR30T1I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  318 }

  rVTTestSubR30T1I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  319 }

  rVTTestSubR30T1I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  320 }

  rVTTestSubR30T1I4IncMCs7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  321 }

  rVTTestSubR30T1I5IncMCs7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  322 }

  rVTTestSubR30T1I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  323 }

  rVTTestSubR30T2I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  325 }

  rVTTestSubR30T2I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  326 }

  rVTTestSubR30T2I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  327 }

  rVTTestSubR30T2I4IncMCs7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  328 }

  rVTTestSubR30T2I5IncMCs7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  329 }

  rVTTestSubR30T2I6IncMCs7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  330 }

  rVTTestSubR30T3I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  332 }

  rVTTestSubR30T3I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  333 }

  rVTTestSubR30T3I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  334 }

  rVTTestSubR30T3I4IncMCs7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  335 }

  rVTTestSubR30T3I5IncMCs7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  336 }

  rVTTestSubR30T4I1IncMCs7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  338 }

  rVTTestSubR30T4I2IncMCs7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  339 }

  rVTTestSubR30T4I3IncMCs7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  340 }

  rVTTestSubR30T4I4IncMCs7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  341 }

  rVTTestSubR30T4I5IncMCs7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  342 }

  rVTTestSubR30IncMCs7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 7'.
                  This field represents the fixed
                  values that Included media channels - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  343 }

  rVTTestSubR30T1I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  344 }

  rVTTestSubR30T1I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  345 }

  rVTTestSubR30T1I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  346 }

  rVTTestSubR30T1I4IncMCs8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  347 }

  rVTTestSubR30T1I5IncMCs8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  348 }

  rVTTestSubR30T1I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  349 }

  rVTTestSubR30T2I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  351 }

  rVTTestSubR30T2I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  352 }

  rVTTestSubR30T2I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  353 }

  rVTTestSubR30T2I4IncMCs8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  354 }

  rVTTestSubR30T2I5IncMCs8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  355 }

  rVTTestSubR30T2I6IncMCs8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  356 }

  rVTTestSubR30T3I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  358 }

  rVTTestSubR30T3I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  359 }

  rVTTestSubR30T3I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  360 }

  rVTTestSubR30T3I4IncMCs8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  361 }

  rVTTestSubR30T3I5IncMCs8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  362 }

  rVTTestSubR30T4I1IncMCs8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  364 }

  rVTTestSubR30T4I2IncMCs8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  365 }

  rVTTestSubR30T4I3IncMCs8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  366 }

  rVTTestSubR30T4I4IncMCs8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  367 }

  rVTTestSubR30T4I5IncMCs8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  368 }

  rVTTestSubR30IncMCs8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 8'.
                  This field represents the fixed
                  values that Included media channels - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  369 }

  rVTTestSubR30T1I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  370 }

  rVTTestSubR30T1I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  371 }

  rVTTestSubR30T1I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  372 }

  rVTTestSubR30T1I4IncMCs9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  373 }

  rVTTestSubR30T1I5IncMCs9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  374 }

  rVTTestSubR30T1I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  375 }

  rVTTestSubR30T2I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  377 }

  rVTTestSubR30T2I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  378 }

  rVTTestSubR30T2I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  379 }

  rVTTestSubR30T2I4IncMCs9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  380 }

  rVTTestSubR30T2I5IncMCs9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  381 }

  rVTTestSubR30T2I6IncMCs9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  382 }

  rVTTestSubR30T3I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  384 }

  rVTTestSubR30T3I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  385 }

  rVTTestSubR30T3I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  386 }

  rVTTestSubR30T3I4IncMCs9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  387 }

  rVTTestSubR30T3I5IncMCs9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  388 }

  rVTTestSubR30T4I1IncMCs9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  390 }

  rVTTestSubR30T4I2IncMCs9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  391 }

  rVTTestSubR30T4I3IncMCs9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  392 }

  rVTTestSubR30T4I4IncMCs9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  393 }

  rVTTestSubR30T4I5IncMCs9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  394 }

  rVTTestSubR30IncMCs9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 9'.
                  This field represents the fixed
                  values that Included media channels - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  395 }

  rVTTestSubR30T1I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  396 }

  rVTTestSubR30T1I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  397 }

  rVTTestSubR30T1I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  398 }

  rVTTestSubR30T1I4IncMCs10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  399 }

  rVTTestSubR30T1I5IncMCs10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  400 }

  rVTTestSubR30T1I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  401 }

  rVTTestSubR30T2I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  403 }

  rVTTestSubR30T2I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  404 }

  rVTTestSubR30T2I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  405 }

  rVTTestSubR30T2I4IncMCs10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  406 }

  rVTTestSubR30T2I5IncMCs10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  407 }

  rVTTestSubR30T2I6IncMCs10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  408 }

  rVTTestSubR30T3I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  410 }

  rVTTestSubR30T3I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  411 }

  rVTTestSubR30T3I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  412 }

  rVTTestSubR30T3I4IncMCs10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  413 }

  rVTTestSubR30T3I5IncMCs10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  414 }

  rVTTestSubR30T4I1IncMCs10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  416 }

  rVTTestSubR30T4I2IncMCs10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  417 }

  rVTTestSubR30T4I3IncMCs10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  418 }

  rVTTestSubR30T4I4IncMCs10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  419 }

  rVTTestSubR30T4I5IncMCs10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  420 }

  rVTTestSubR30IncMCs10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Included media channels - media channel 10'.
                  This field represents the fixed
                  values that Included media channels - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  421 }

  rVTTestSubR30ExpRsltExpRslt OBJECT-TYPE
    SYNTAX       INTEGER {
                   useValuesOnTestGroup(0),
                   none(1),
                   succeeded(2),
                   identifiedCallServiceAccessCode(3),
                   failedNumberValidation(4),
                   failedRouting(5),
                   calledNumberNotFound(6),
                   queryFailed(7)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expected result - expected result'."
    DEFVAL       { useValuesOnTestGroup }
    ::= { rVTTestSubR30Entry  422 }

  rVTTestSubR30ExpRsltExpectedDest OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyMediaChannelOrOnSwitchSubscriber(1),
                   oneOfSpecifiedMediaChannels(2),
                   anyMediaChannelExceptSpecified(3),
                   onSwitchSubscriber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination'."
    ::= { rVTTestSubR30Entry  423 }

  rVTTestSubR30T1I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  424 }

  rVTTestSubR30T1I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  425 }

  rVTTestSubR30T1I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  426 }

  rVTTestSubR30T1I4ExpRsltMC1ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  427 }

  rVTTestSubR30T1I5ExpRsltMC1ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  428 }

  rVTTestSubR30T1I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  429 }

  rVTTestSubR30T2I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  431 }

  rVTTestSubR30T2I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  432 }

  rVTTestSubR30T2I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  433 }

  rVTTestSubR30T2I4ExpRsltMC1MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  434 }

  rVTTestSubR30T2I5ExpRsltMC1RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  435 }

  rVTTestSubR30T2I6ExpRsltMC1MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  436 }

  rVTTestSubR30T3I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  438 }

  rVTTestSubR30T3I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  439 }

  rVTTestSubR30T3I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  440 }

  rVTTestSubR30T3I4ExpRsltMC1SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  441 }

  rVTTestSubR30T3I5ExpRsltMC1SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  442 }

  rVTTestSubR30T4I1ExpRsltMC1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  444 }

  rVTTestSubR30T4I2ExpRsltMC1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  445 }

  rVTTestSubR30T4I3ExpRsltMC1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  446 }

  rVTTestSubR30T4I4ExpRsltMC1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  447 }

  rVTTestSubR30T4I5ExpRsltMC1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  448 }

  rVTTestSubR30ExpRsltMC1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 1'.
                  This field represents the fixed
                  values that Expected result - media channel 1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  449 }

  rVTTestSubR30T1I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  450 }

  rVTTestSubR30T1I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  451 }

  rVTTestSubR30T1I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  452 }

  rVTTestSubR30T1I4ExpRsltMC2ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  453 }

  rVTTestSubR30T1I5ExpRsltMC2ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  454 }

  rVTTestSubR30T1I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  455 }

  rVTTestSubR30T2I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  457 }

  rVTTestSubR30T2I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  458 }

  rVTTestSubR30T2I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  459 }

  rVTTestSubR30T2I4ExpRsltMC2MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  460 }

  rVTTestSubR30T2I5ExpRsltMC2RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  461 }

  rVTTestSubR30T2I6ExpRsltMC2MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  462 }

  rVTTestSubR30T3I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  464 }

  rVTTestSubR30T3I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  465 }

  rVTTestSubR30T3I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  466 }

  rVTTestSubR30T3I4ExpRsltMC2SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  467 }

  rVTTestSubR30T3I5ExpRsltMC2SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  468 }

  rVTTestSubR30T4I1ExpRsltMC2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  470 }

  rVTTestSubR30T4I2ExpRsltMC2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  471 }

  rVTTestSubR30T4I3ExpRsltMC2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  472 }

  rVTTestSubR30T4I4ExpRsltMC2ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  473 }

  rVTTestSubR30T4I5ExpRsltMC2PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  474 }

  rVTTestSubR30ExpRsltMC2OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 2'.
                  This field represents the fixed
                  values that Expected result - media channel 2
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  475 }

  rVTTestSubR30T1I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  476 }

  rVTTestSubR30T1I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  477 }

  rVTTestSubR30T1I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  478 }

  rVTTestSubR30T1I4ExpRsltMC3ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  479 }

  rVTTestSubR30T1I5ExpRsltMC3ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  480 }

  rVTTestSubR30T1I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  481 }

  rVTTestSubR30T2I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  483 }

  rVTTestSubR30T2I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  484 }

  rVTTestSubR30T2I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  485 }

  rVTTestSubR30T2I4ExpRsltMC3MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  486 }

  rVTTestSubR30T2I5ExpRsltMC3RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  487 }

  rVTTestSubR30T2I6ExpRsltMC3MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  488 }

  rVTTestSubR30T3I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  490 }

  rVTTestSubR30T3I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  491 }

  rVTTestSubR30T3I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  492 }

  rVTTestSubR30T3I4ExpRsltMC3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  493 }

  rVTTestSubR30T3I5ExpRsltMC3SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  494 }

  rVTTestSubR30T4I1ExpRsltMC3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  496 }

  rVTTestSubR30T4I2ExpRsltMC3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  497 }

  rVTTestSubR30T4I3ExpRsltMC3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  498 }

  rVTTestSubR30T4I4ExpRsltMC3ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  499 }

  rVTTestSubR30T4I5ExpRsltMC3PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  500 }

  rVTTestSubR30ExpRsltMC3OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 3'.
                  This field represents the fixed
                  values that Expected result - media channel 3
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  501 }

  rVTTestSubR30T1I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  502 }

  rVTTestSubR30T1I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  503 }

  rVTTestSubR30T1I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  504 }

  rVTTestSubR30T1I4ExpRsltMC4ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  505 }

  rVTTestSubR30T1I5ExpRsltMC4ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  506 }

  rVTTestSubR30T1I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  507 }

  rVTTestSubR30T2I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  509 }

  rVTTestSubR30T2I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  510 }

  rVTTestSubR30T2I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  511 }

  rVTTestSubR30T2I4ExpRsltMC4MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  512 }

  rVTTestSubR30T2I5ExpRsltMC4RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  513 }

  rVTTestSubR30T2I6ExpRsltMC4MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  514 }

  rVTTestSubR30T3I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  516 }

  rVTTestSubR30T3I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  517 }

  rVTTestSubR30T3I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  518 }

  rVTTestSubR30T3I4ExpRsltMC4SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  519 }

  rVTTestSubR30T3I5ExpRsltMC4SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  520 }

  rVTTestSubR30T4I1ExpRsltMC4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  522 }

  rVTTestSubR30T4I2ExpRsltMC4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  523 }

  rVTTestSubR30T4I3ExpRsltMC4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  524 }

  rVTTestSubR30T4I4ExpRsltMC4ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  525 }

  rVTTestSubR30T4I5ExpRsltMC4PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  526 }

  rVTTestSubR30ExpRsltMC4OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 4'.
                  This field represents the fixed
                  values that Expected result - media channel 4
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  527 }

  rVTTestSubR30T1I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  528 }

  rVTTestSubR30T1I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  529 }

  rVTTestSubR30T1I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  530 }

  rVTTestSubR30T1I4ExpRsltMC5ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  531 }

  rVTTestSubR30T1I5ExpRsltMC5ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  532 }

  rVTTestSubR30T1I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  533 }

  rVTTestSubR30T2I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  535 }

  rVTTestSubR30T2I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  536 }

  rVTTestSubR30T2I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  537 }

  rVTTestSubR30T2I4ExpRsltMC5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  538 }

  rVTTestSubR30T2I5ExpRsltMC5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  539 }

  rVTTestSubR30T2I6ExpRsltMC5MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  540 }

  rVTTestSubR30T3I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  542 }

  rVTTestSubR30T3I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  543 }

  rVTTestSubR30T3I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  544 }

  rVTTestSubR30T3I4ExpRsltMC5SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  545 }

  rVTTestSubR30T3I5ExpRsltMC5SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  546 }

  rVTTestSubR30T4I1ExpRsltMC5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  548 }

  rVTTestSubR30T4I2ExpRsltMC5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  549 }

  rVTTestSubR30T4I3ExpRsltMC5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  550 }

  rVTTestSubR30T4I4ExpRsltMC5ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  551 }

  rVTTestSubR30T4I5ExpRsltMC5PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  552 }

  rVTTestSubR30ExpRsltMC5OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 5'.
                  This field represents the fixed
                  values that Expected result - media channel 5
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  553 }

  rVTTestSubR30T1I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  554 }

  rVTTestSubR30T1I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  555 }

  rVTTestSubR30T1I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  556 }

  rVTTestSubR30T1I4ExpRsltMC6ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  557 }

  rVTTestSubR30T1I5ExpRsltMC6ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  558 }

  rVTTestSubR30T1I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  559 }

  rVTTestSubR30T2I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  561 }

  rVTTestSubR30T2I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  562 }

  rVTTestSubR30T2I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  563 }

  rVTTestSubR30T2I4ExpRsltMC6MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  564 }

  rVTTestSubR30T2I5ExpRsltMC6RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  565 }

  rVTTestSubR30T2I6ExpRsltMC6MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  566 }

  rVTTestSubR30T3I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  568 }

  rVTTestSubR30T3I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  569 }

  rVTTestSubR30T3I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  570 }

  rVTTestSubR30T3I4ExpRsltMC6SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  571 }

  rVTTestSubR30T3I5ExpRsltMC6SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  572 }

  rVTTestSubR30T4I1ExpRsltMC6NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  574 }

  rVTTestSubR30T4I2ExpRsltMC6NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  575 }

  rVTTestSubR30T4I3ExpRsltMC6CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  576 }

  rVTTestSubR30T4I4ExpRsltMC6ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  577 }

  rVTTestSubR30T4I5ExpRsltMC6PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  578 }

  rVTTestSubR30ExpRsltMC6OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 6'.
                  This field represents the fixed
                  values that Expected result - media channel 6
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  579 }

  rVTTestSubR30T1I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  580 }

  rVTTestSubR30T1I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  581 }

  rVTTestSubR30T1I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  582 }

  rVTTestSubR30T1I4ExpRsltMC7ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  583 }

  rVTTestSubR30T1I5ExpRsltMC7ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  584 }

  rVTTestSubR30T1I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  585 }

  rVTTestSubR30T2I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  587 }

  rVTTestSubR30T2I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  588 }

  rVTTestSubR30T2I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  589 }

  rVTTestSubR30T2I4ExpRsltMC7MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  590 }

  rVTTestSubR30T2I5ExpRsltMC7RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  591 }

  rVTTestSubR30T2I6ExpRsltMC7MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  592 }

  rVTTestSubR30T3I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  594 }

  rVTTestSubR30T3I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  595 }

  rVTTestSubR30T3I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  596 }

  rVTTestSubR30T3I4ExpRsltMC7SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  597 }

  rVTTestSubR30T3I5ExpRsltMC7SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  598 }

  rVTTestSubR30T4I1ExpRsltMC7NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  600 }

  rVTTestSubR30T4I2ExpRsltMC7NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  601 }

  rVTTestSubR30T4I3ExpRsltMC7CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  602 }

  rVTTestSubR30T4I4ExpRsltMC7ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  603 }

  rVTTestSubR30T4I5ExpRsltMC7PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  604 }

  rVTTestSubR30ExpRsltMC7OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 7'.
                  This field represents the fixed
                  values that Expected result - media channel 7
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  605 }

  rVTTestSubR30T1I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  606 }

  rVTTestSubR30T1I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  607 }

  rVTTestSubR30T1I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  608 }

  rVTTestSubR30T1I4ExpRsltMC8ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  609 }

  rVTTestSubR30T1I5ExpRsltMC8ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  610 }

  rVTTestSubR30T1I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  611 }

  rVTTestSubR30T2I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  613 }

  rVTTestSubR30T2I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  614 }

  rVTTestSubR30T2I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  615 }

  rVTTestSubR30T2I4ExpRsltMC8MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  616 }

  rVTTestSubR30T2I5ExpRsltMC8RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  617 }

  rVTTestSubR30T2I6ExpRsltMC8MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  618 }

  rVTTestSubR30T3I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  620 }

  rVTTestSubR30T3I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  621 }

  rVTTestSubR30T3I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  622 }

  rVTTestSubR30T3I4ExpRsltMC8SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  623 }

  rVTTestSubR30T3I5ExpRsltMC8SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  624 }

  rVTTestSubR30T4I1ExpRsltMC8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  626 }

  rVTTestSubR30T4I2ExpRsltMC8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  627 }

  rVTTestSubR30T4I3ExpRsltMC8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  628 }

  rVTTestSubR30T4I4ExpRsltMC8ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  629 }

  rVTTestSubR30T4I5ExpRsltMC8PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  630 }

  rVTTestSubR30ExpRsltMC8OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 8'.
                  This field represents the fixed
                  values that Expected result - media channel 8
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  631 }

  rVTTestSubR30T1I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  632 }

  rVTTestSubR30T1I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  633 }

  rVTTestSubR30T1I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  634 }

  rVTTestSubR30T1I4ExpRsltMC9ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  635 }

  rVTTestSubR30T1I5ExpRsltMC9ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  636 }

  rVTTestSubR30T1I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  637 }

  rVTTestSubR30T2I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  639 }

  rVTTestSubR30T2I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  640 }

  rVTTestSubR30T2I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  641 }

  rVTTestSubR30T2I4ExpRsltMC9MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  642 }

  rVTTestSubR30T2I5ExpRsltMC9RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  643 }

  rVTTestSubR30T2I6ExpRsltMC9MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  644 }

  rVTTestSubR30T3I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  646 }

  rVTTestSubR30T3I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  647 }

  rVTTestSubR30T3I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  648 }

  rVTTestSubR30T3I4ExpRsltMC9SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  649 }

  rVTTestSubR30T3I5ExpRsltMC9SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  650 }

  rVTTestSubR30T4I1ExpRsltMC9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  652 }

  rVTTestSubR30T4I2ExpRsltMC9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  653 }

  rVTTestSubR30T4I3ExpRsltMC9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  654 }

  rVTTestSubR30T4I4ExpRsltMC9ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  655 }

  rVTTestSubR30T4I5ExpRsltMC9PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  656 }

  rVTTestSubR30ExpRsltMC9OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 9'.
                  This field represents the fixed
                  values that Expected result - media channel 9
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  657 }

  rVTTestSubR30T1I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  658 }

  rVTTestSubR30T1I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  659 }

  rVTTestSubR30T1I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  660 }

  rVTTestSubR30T1I4ExpRsltMC10ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Local Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  661 }

  rVTTestSubR30T1I5ExpRsltMC10ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISUP Remote Signaling Destination index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  662 }

  rVTTestSubR30T1I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOISUPMediaChannelSE'."
    ::= { rVTTestSubR30Entry  663 }

  rVTTestSubR30T2I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  665 }

  rVTTestSubR30T2I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  666 }

  rVTTestSubR30T2I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  667 }

  rVTTestSubR30T2I4ExpRsltMC10MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'MF Local Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  668 }

  rVTTestSubR30T2I5ExpRsltMC10RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Remote Exchange index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  669 }

  rVTTestSubR30T2I6ExpRsltMC10MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Media channel index'
                  in referenced type 'BOOMFMediaChannelSE'."
    ::= { rVTTestSubR30Entry  670 }

  rVTTestSubR30T3I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  672 }

  rVTTestSubR30T3I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  673 }

  rVTTestSubR30T3I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  674 }

  rVTTestSubR30T3I4ExpRsltMC10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  675 }

  rVTTestSubR30T3I5ExpRsltMC10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { rVTTestSubR30Entry  676 }

  rVTTestSubR30T4I1ExpRsltMC10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  678 }

  rVTTestSubR30T4I2ExpRsltMC10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  679 }

  rVTTestSubR30T4I3ExpRsltMC10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  680 }

  rVTTestSubR30T4I4ExpRsltMC10ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  681 }

  rVTTestSubR30T4I5ExpRsltMC10PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { rVTTestSubR30Entry  682 }

  rVTTestSubR30ExpRsltMC10OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Expected result - media channel 10'.
                  This field represents the fixed
                  values that Expected result - media channel 10
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  683 }

  rVTTestSubR30ExpRsltCauseFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incompleteDigits(2),
                   incompleteDigitMap(3),
                   numberValidationError(4),
                   addressIncomplete(5),
                   routingFailed(6),
                   configurationInconsistent(7),
                   addressNotValid(8),
                   maximumNumberOfRoutesTried(9),
                   internalRoutingError(10),
                   noRouteToAddress(11),
                   temporaryFailure(12),
                   noRouteToTransit(13),
                   transitNotValid(14),
                   resourceShortage(15),
                   noRouteToAddressCongestion(16),
                   noRouteToTransitCongested(17),
                   lNPCallMisrouted(18),
                   unallocatedNumber(19),
                   callRejected(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - cause of failure'."
    ::= { rVTTestSubR30Entry  684 }

  rVTTestSubR30ExpRsltResAsExpected OBJECT-TYPE
    SYNTAX       INTEGER {
                   yes(1),
                   no(2),
                   notYetRunToCompletion(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - result as expected'."
    ::= { rVTTestSubR30Entry  685 }

  rVTTestSubR30NumVldnUDA4 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 4'."
    ::= { rVTTestSubR30Entry  686 }

  rVTTestSubR30NumVldnUDA5 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 5'."
    ::= { rVTTestSubR30Entry  687 }

  rVTTestSubR30NumVldnUDA6 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 6'."
    ::= { rVTTestSubR30Entry  688 }

  rVTTestSubR30NumVldnUDA7 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 7'."
    ::= { rVTTestSubR30Entry  689 }

  rVTTestSubR30NumVldnUDA8 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 8'."
    ::= { rVTTestSubR30Entry  690 }

  rVTTestSubR30NumVldnUDA9 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 9'."
    ::= { rVTTestSubR30Entry  691 }

  rVTTestSubR30NumVldnUDA10 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 10'."
    ::= { rVTTestSubR30Entry  692 }

  rVTTestSubR30NumVldnUDA11 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 11'."
    ::= { rVTTestSubR30Entry  693 }

  rVTTestSubR30NumVldnUDA12 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 12'."
    ::= { rVTTestSubR30Entry  694 }

  rVTTestSubR30NumVldnUDA13 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 13'."
    ::= { rVTTestSubR30Entry  695 }

  rVTTestSubR30NumVldnUDA14 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 14'."
    ::= { rVTTestSubR30Entry  696 }

  rVTTestSubR30NumVldnUDA15 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 15'."
    ::= { rVTTestSubR30Entry  697 }

  rVTTestSubR30NumVldnUDA16 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 16'."
    ::= { rVTTestSubR30Entry  698 }

  rVTTestSubR30NumVldnUDA17 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 17'."
    ::= { rVTTestSubR30Entry  699 }

  rVTTestSubR30NumVldnUDA18 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 18'."
    ::= { rVTTestSubR30Entry  700 }

  rVTTestSubR30NumVldnUDA19 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 19'."
    ::= { rVTTestSubR30Entry  701 }

  rVTTestSubR30NumVldnUDA20 OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - user defined attribute 20'."
    ::= { rVTTestSubR30Entry  702 }

  rVTTestSubR30NVMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - maximum call duration'."
    ::= { rVTTestSubR30Entry  703 }

  rVTTestSubR30RtgMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - maximum call duration'."
    ::= { rVTTestSubR30Entry  704 }

  rVTTestSubR30IncludedMediaChansSimulatedInReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   useValuesOnTestGroup(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   noCircuitChannelAvail(34),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   incompatibleDest(88),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Included media channels - simulated incoming release cause'."
    ::= { rVTTestSubR30Entry  706 }

  rVTTestSubR30I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  712 }

  rVTTestSubR30I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  713 }

  rVTTestSubR30SDActSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  800 }

  rVTTestSubR30SDDefSubDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  801 }

  rVTTestSubR30SDUseDefSubDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber directory number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR30Entry  802 }

  rVTTestSubR30SDActI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  810 }

  rVTTestSubR30SDActI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  811 }

  rVTTestSubR30SDActI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  812 }

  rVTTestSubR30SDActI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  813 }

  rVTTestSubR30SDDefI1TrnkRtgCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  814 }

  rVTTestSubR30SDDefI2TrnkRtgCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  815 }

  rVTTestSubR30SDDefI3TrnkRtgCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  816 }

  rVTTestSubR30SDDefI4TrnkRtgCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Trunk Routing Config Set'.
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSConfigSetSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Trunk Routing Config Set'."
    ::= { rVTTestSubR30Entry  817 }

  rVTTestSubR30SDUseDefTrnkRtgCfgSet OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Trunk Routing Config Set'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR30Entry  818 }

  rVTTestSubR30SDActIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  822 }

  rVTTestSubR30SDDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  823 }

  rVTTestSubR30SDUseDefIncludedMediaChansSimulateMediaChansOnline OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Included media channels - simulate media channels online'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR30Entry  824 }

  rVTTestSubR30CldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Called address scope'."
    DEFVAL       { unknown }
    ::= { rVTTestSubR30Entry  825 }

  rVTTestSubR30SDActDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  826 }

  rVTTestSubR30SDDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { rVTTestSubR30Entry  827 }

  rVTTestSubR30SDUseDefDialedBySub OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Dialed by subscriber'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { rVTTestSubR30Entry  828 }

  rVTTestSubR30NumVldnAnnounces OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number validation - announcements'."
    ::= { rVTTestSubR30Entry  829 }

  rVTTestSubR30DateAndTimeYear OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2000..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - year'."
    ::= { rVTTestSubR30Entry  830 }

  rVTTestSubR30DateAndTimeMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - month'."
    ::= { rVTTestSubR30Entry  831 }

  rVTTestSubR30DateAndTimeDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - date'."
    ::= { rVTTestSubR30Entry  832 }

  rVTTestSubR30HrAndTimeHr OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..23 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - hour'."
    ::= { rVTTestSubR30Entry  833 }

  rVTTestSubR30MinAndTimeMin OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..59 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Date and Time - minute'."
    ::= { rVTTestSubR30Entry  834 }

  rVTTestSubR30NumVldnChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - charging interval'."
    ::= { rVTTestSubR30Entry  835 }

  rVTTestSubR30NumVldnCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - called address scope'."
    ::= { rVTTestSubR30Entry  836 }

  rVTTestSubR30RtgCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - called address scope'."
    ::= { rVTTestSubR30Entry  837 }

  rVTTestSubR30IntraClusterRtgBehaviour OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRoutedToRPAS(1),
                   numberFoundByRPAS(2),
                   numberNotFoundByRPAS(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intra-cluster routing behaviour'."
    ::= { rVTTestSubR30Entry  838 }

  rVTTestSubR30I1LineGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  839 }

  rVTTestSubR30I2LineGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  840 }

  rVTTestSubR30I3LineGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  841 }

  rVTTestSubR30I4LineGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Line Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { rVTTestSubR30Entry  842 }

  rVTTestSubR30ExpRsltDstTrkGpIDAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group ID after routing'."
    ::= { rVTTestSubR30Entry  843 }

  rVTTestSubR30ExpRsltDstTrkGpCxtAftRtg OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Expected result - expected destination trunk group context after routing'."
    ::= { rVTTestSubR30Entry  844 }

  rVTTestSubR30RtgDestTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group ID'."
    ::= { rVTTestSubR30Entry  845 }

  rVTTestSubR30RtgDestTrnkGpCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - destination trunk group context'."
    ::= { rVTTestSubR30Entry  846 }

  rVTTestSubR30RtgRoutedToRPAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing - routed to RPAS'."
    ::= { rVTTestSubR30Entry  847 }

  rVTTestSubR30ModfdClgNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Modified calling number scope'."
    ::= { rVTTestSubR30Entry  848 }

  rVTTestSubR30ModfdGermanIsupUkkParm OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Modified German ISUP UKK parameter'."
    ::= { rVTTestSubR30Entry  849 }

  rVTTestSubR30I1SiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { rVTTestSubR30Entry  850 }

  rVTTestSubR30SiteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Site'.
                  This field represents the fixed
                  values that Site
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rVTTestSubR30Entry  851 }

  rVTTestSubR30NVModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number (UK only)'."
    ::= { rVTTestSubR30Entry  852 }

  rVTTestSubR30NVModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR30Entry  853 }

  rVTTestSubR30RtgModfdPresNumUKOnly OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number (UK only)'."
    ::= { rVTTestSubR30Entry  854 }

  rVTTestSubR30RtgModfdPresNumScopeUKOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - modified presentation number scope (UK only)'."
    ::= { rVTTestSubR30Entry  855 }

  rVTTestSubR30NumVldnBillOverrideDialedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - billing override dialed number'."
    ::= { rVTTestSubR30Entry  856 }

  rVTTestSubR30NVModSatelliteIndicator OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified satellite indicator'."
    ::= { rVTTestSubR30Entry  857 }

  rVTTestSubR30RtgClgPartyNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecified(3),
                   subscriber(4),
                   abbreviated(6),
                   reserved1(7),
                   ninefiftyPlus(8),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number scope'."
    ::= { rVTTestSubR30Entry  858 }

  rVTTestSubR30RtgClgPartyNumIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number incomplete'."
    ::= { rVTTestSubR30Entry  859 }

  rVTTestSubR30RtgClgPartyNumNumPlanIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number number plan indicator'."
    ::= { rVTTestSubR30Entry  860 }

  rVTTestSubR30RtgClgPartyNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number presentation restricted'."
    ::= { rVTTestSubR30Entry  861 }

  rVTTestSubR30RtgClgPartyNumScreeningIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing - calling party number screening indicator'."
    ::= { rVTTestSubR30Entry  862 }

  rVTTestSubR30NumVldnCallTags OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation - call tags'."
    ::= { rVTTestSubR30Entry  863 }

  rVTTestSubR30NVModCallNumPresRestricted OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number Validation - modified calling number presentation restricted'."
    ::= { rVTTestSubR30Entry  864 }

  rVTTestSubR30NVModCallPartyIncomplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number validation - modified calling address incomplete'."
    ::= { rVTTestSubR30Entry  865 }

  rVTTestSubR30DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { rVTTestSubR30Entry  866 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Table'                                              */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  rPSRoutingTableR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSRoutingTableR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Trunk Routing'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2730 }

  rPSRoutingTableR17Entry OBJECT-TYPE
    SYNTAX       RPSRoutingTableR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSRoutingTableR17NEConn,
             rPSRoutingTableR17NetwkElement,
             rPSRoutingTableR17CFSIx,
             rPSRoutingTableR17CfgSetIx,
             rPSRoutingTableR17RtgTblIx }
    ::= {  rPSRoutingTableR17Table  1  }

  RPSRoutingTableR17Entry  ::=  SEQUENCE
  {
    rPSRoutingTableR17NEConn           Unsigned32,
    rPSRoutingTableR17NetwkElement     DisplayString,
    rPSRoutingTableR17CFSIx            Unsigned32,
    rPSRoutingTableR17CfgSetIx         Unsigned32,
    rPSRoutingTableR17RtgTblIx         Unsigned32,
    rPSRoutingTableR17RtgTblType       INTEGER,
    rPSRoutingTableR17RowStatus        RowStatus,
    rPSRoutingTableR17ExportCorr       Counter64,
    rPSRoutingTableR17ExportNumObjectsExported
                                       Integer32,
    rPSRoutingTableR17ExportStatus     DisplayString,
    rPSRoutingTableR17ExportFile       DisplayString,
    rPSRoutingTableR17ExportCorrNode   DisplayString,
    rPSRoutingTableR17DoExtraActions   INTEGER,
    rPSRoutingTableR17RtgActionAlrmsAtndDp
                                       Integer32,
    rPSRoutingTableR17RtgActionAlrmEvtsAtndDp
                                       Integer32,
    rPSRoutingTableR17SummaryChldAlrmState
                                       INTEGER,
    rPSRoutingTableR17ExportCorrUID    DisplayString,
    rPSRoutingTableR17RtgTblName       DisplayString,
    rPSRoutingTableR17MatchAttr1       INTEGER,
    rPSRoutingTableR17MatchAttr2       INTEGER,
    rPSRoutingTableR17MatchAttr3       INTEGER,
    rPSRoutingTableR17TotChldAlrmsAtndDp
                                       Unsigned32,
    rPSRoutingTableR17TotChldAlrmEvtsAtndDp
                                       Unsigned32,
    rPSRoutingTableR17FirstChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR17SecondChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR17ThirdChoiceRtgPolicy
                                       Unsigned32,
    rPSRoutingTableR17RtgPolicyChoiceControl
                                       INTEGER,
    rPSRoutingTableR17ARRBehavior      INTEGER,
    rPSRoutingTableR17ExportIncASRepData
                                       INTEGER,
    rPSRoutingTableR17ExportChldObjectsToInc
                                       INTEGER
  }

  rPSRoutingTableR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSRoutingTableR17Entry  1 }

  rPSRoutingTableR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSRoutingTableR17Entry  2 }

  rPSRoutingTableR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSRoutingTableR17Entry  3 }

  rPSRoutingTableR17CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSRoutingTableR17Entry  4 }

  rPSRoutingTableR17RtgTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table index'.
                  This is an index field."
    ::= { rPSRoutingTableR17Entry  5 }

  rPSRoutingTableR17RtgTblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   destinationAddress(1),
                   sourceAddress(2),
                   transitAddress(3),
                   currentTime(4),
                   sequentialSelection(5),
                   weightedRandom(6),
                   stickyRandom(7),
                   callGapping(8),
                   incomingMediaType(13),
                   subscriberNVAndRoutingAttributes(14),
                   numberValidationAttributes(23),
                   incomingReleaseCause(24),
                   bearerCapability(25),
                   callingPartyCategory(26),
                   propagationDelay(27),
                   satelliteIndicator(28),
                   iSUPPreferenceIndicator(29),
                   germanNationalISUPUKKParameter(30),
                   germanNationalISUPSSPParameter(31),
                   flexibleRoutingPolicy(32),
                   signaledCallerID(33)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table type'."
    ::= { rPSRoutingTableR17Entry  6 }

  rPSRoutingTableR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSRoutingTableR17Entry  7 }

  rPSRoutingTableR17ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSRoutingTableR17Entry  8 }

  rPSRoutingTableR17ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSRoutingTableR17Entry  9 }

  rPSRoutingTableR17ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSRoutingTableR17Entry  10 }

  rPSRoutingTableR17ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSRoutingTableR17Entry  11 }

  rPSRoutingTableR17ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSRoutingTableR17Entry  12 }

  rPSRoutingTableR17DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSRoutingTableR17Entry  13 }

  rPSRoutingTableR17RtgActionAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarms'."
    ::= { rPSRoutingTableR17Entry  14 }

  rPSRoutingTableR17RtgActionAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Routing Action Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { rPSRoutingTableR17Entry  15 }

  rPSRoutingTableR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { rPSRoutingTableR17Entry  16 }

  rPSRoutingTableR17ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSRoutingTableR17Entry  17 }

  rPSRoutingTableR17RtgTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Table name'."
    ::= { rPSRoutingTableR17Entry  18 }

  rPSRoutingTableR17MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   signaledCallerIDIncomplete(199),
                   signaledCallerIDPresentationRestriction(198),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR17Entry  19 }

  rPSRoutingTableR17MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   signaledCallerIDIncomplete(199),
                   signaledCallerIDPresentationRestriction(198),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR17Entry  20 }

  rPSRoutingTableR17MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   interSwitchIntraBGCall(139),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   priorityCall(20),
                   signaledCallerIDIncomplete(199),
                   signaledCallerIDPresentationRestriction(198),
                   subscriberGroup(42),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSRoutingTableR17Entry  21 }

  rPSRoutingTableR17TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { rPSRoutingTableR17Entry  22 }

  rPSRoutingTableR17TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { rPSRoutingTableR17Entry  23 }

  rPSRoutingTableR17FirstChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First choice routing policy'."
    DEFVAL       { 1 }
    ::= { rPSRoutingTableR17Entry  24 }

  rPSRoutingTableR17SecondChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR17Entry  25 }

  rPSRoutingTableR17ThirdChoiceRtgPolicy OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Third choice routing policy'."
    DEFVAL       { 0 }
    ::= { rPSRoutingTableR17Entry  26 }

  rPSRoutingTableR17RtgPolicyChoiceControl OBJECT-TYPE
    SYNTAX       INTEGER {
                   sequential(0),
                   bestAvailableOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy choice control'."
    DEFVAL       { sequential }
    ::= { rPSRoutingTableR17Entry  27 }

  rPSRoutingTableR17ARRBehavior OBJECT-TYPE
    SYNTAX       INTEGER {
                   selectNewLabel(0),
                   continueWithCurrentLabel(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ARR behavior'."
    DEFVAL       { selectNewLabel }
    ::= { rPSRoutingTableR17Entry  28 }

  rPSRoutingTableR17ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSRoutingTableR17Entry  29 }

  rPSRoutingTableR17ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSRoutingTableR17Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Number Validation Table'                                    */
-- /* Valid from: 9.6                                                               */
-- /*********************************************************************************/

  rPSNumVldnTableR23Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSNumVldnTableR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Number Validation Tables'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2731 }

  rPSNumVldnTableR23Entry OBJECT-TYPE
    SYNTAX       RPSNumVldnTableR23Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSNumVldnTableR23NEConn,
             rPSNumVldnTableR23NetwkElement,
             rPSNumVldnTableR23CFSIx,
             rPSNumVldnTableR23CfgSetIx,
             rPSNumVldnTableR23NumVldnTblIx }
    ::= {  rPSNumVldnTableR23Table  1  }

  RPSNumVldnTableR23Entry  ::=  SEQUENCE
  {
    rPSNumVldnTableR23NEConn           Unsigned32,
    rPSNumVldnTableR23NetwkElement     DisplayString,
    rPSNumVldnTableR23CFSIx            Unsigned32,
    rPSNumVldnTableR23CfgSetIx         Unsigned32,
    rPSNumVldnTableR23NumVldnTblIx     Unsigned32,
    rPSNumVldnTableR23NumVldnTblName   DisplayString,
    rPSNumVldnTableR23SearchType       INTEGER,
    rPSNumVldnTableR23MatchAttr1       INTEGER,
    rPSNumVldnTableR23MatchAttr2       INTEGER,
    rPSNumVldnTableR23MatchAttr3       INTEGER,
    rPSNumVldnTableR23I1DefRtgAttrSetNEConn
                                       Unsigned32,
    rPSNumVldnTableR23I2DefRtgAttrSetNetwkElement
                                       DisplayString,
    rPSNumVldnTableR23I3DefRtgAttrSetCFSIx
                                       Unsigned32,
    rPSNumVldnTableR23I4DefRtgAttrSetCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR23I5DefRtgAttrSetAttrSetIx
                                       Unsigned32,
    rPSNumVldnTableR23DefRtgAttrSetOtherVals
                                       INTEGER,
    rPSNumVldnTableR23RowStatus        RowStatus,
    rPSNumVldnTableR23ExportCorr       Counter64,
    rPSNumVldnTableR23I1DefNextNumVldnTblNEConn
                                       Unsigned32,
    rPSNumVldnTableR23I2DefNextNumVldnTblNetwkElement
                                       DisplayString,
    rPSNumVldnTableR23I3DefNextNumVldnTblCFSIx
                                       Unsigned32,
    rPSNumVldnTableR23I4DefNextNumVldnTblCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR23I5DefNextNumVldnTblNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR23ExportNumObjectsExported
                                       Integer32,
    rPSNumVldnTableR23ExportStatus     DisplayString,
    rPSNumVldnTableR23ExportFile       DisplayString,
    rPSNumVldnTableR23DefMtchAct       INTEGER,
    rPSNumVldnTableR23ExportCorrNode   DisplayString,
    rPSNumVldnTableR23DoExtraActions   INTEGER,
    rPSNumVldnTableR23ExportCorrUID    DisplayString,
    rPSNumVldnTableR23AddrMatchType    INTEGER,
    rPSNumVldnTableR23TblType          INTEGER,
    rPSNumVldnTableR23Filename         DisplayString,
    rPSNumVldnTableR23FileLoadStatus   INTEGER,
    rPSNumVldnTableR23FileLoadTimestamp
                                       Unsigned32,
    rPSNumVldnTableR23NumEntriesLoaded Unsigned32,
    rPSNumVldnTableR23FileStatusLogCorr
                                       Counter64,
    rPSNumVldnTableR23MemUsage         Unsigned32,
    rPSNumVldnTableR23OverrideHeader   DisplayString,
    rPSNumVldnTableR23ActionIfNoMatch  INTEGER,
    rPSNumVldnTableR23I1NextNumVldnTblIfNoMatchNEConn
                                       Unsigned32,
    rPSNumVldnTableR23I2NextNumVldnTblIfNoMatchNetwkElement
                                       DisplayString,
    rPSNumVldnTableR23I3NextNumVldnTblIfNoMatchCFSIx
                                       Unsigned32,
    rPSNumVldnTableR23I4NextNumVldnTblIfNoMatchCfgSetIx
                                       Unsigned32,
    rPSNumVldnTableR23I5NextNumVldnTblIfNoMatchNumVldnTblIx
                                       Unsigned32,
    rPSNumVldnTableR23FileHeaderLine   LongDisplayString,
    rPSNumVldnTableR23ExportIncASRepData
                                       INTEGER,
    rPSNumVldnTableR23ExportChldObjectsToInc
                                       INTEGER
  }

  rPSNumVldnTableR23NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSNumVldnTableR23Entry  1 }

  rPSNumVldnTableR23NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSNumVldnTableR23Entry  2 }

  rPSNumVldnTableR23CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSNumVldnTableR23Entry  3 }

  rPSNumVldnTableR23CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSNumVldnTableR23Entry  4 }

  rPSNumVldnTableR23NumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table index'.
                  This is an index field."
    ::= { rPSNumVldnTableR23Entry  5 }

  rPSNumVldnTableR23NumVldnTblName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Validation Table name'."
    ::= { rPSNumVldnTableR23Entry  6 }

  rPSNumVldnTableR23SearchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeMatch(0),
                   uniqueMatch(1),
                   prefixMatch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Search type'."
    DEFVAL       { completeMatch }
    ::= { rPSNumVldnTableR23Entry  7 }

  rPSNumVldnTableR23MatchAttr1 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   signaledCallerIDIncomplete(199),
                   signaledCallerIDPresentationRestriction(198),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 1'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR23Entry  8 }

  rPSNumVldnTableR23MatchAttr2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   signaledCallerIDIncomplete(199),
                   signaledCallerIDPresentationRestriction(198),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 2'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR23Entry  9 }

  rPSNumVldnTableR23MatchAttr3 OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   aNIScreeningEntryNorthAmericaOnly(76),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   bearerCapability(123),
                   billingTypeNorthAmericaOnly(3),
                   businessGroupLinePrivileges(138),
                   callTags(196),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   callingAddressScope(159),
                   callingNumberEqualsCalledNumber(178),
                   callingPartyCategory(156),
                   callingPartyNumberPresence(194),
                   cIPNorthAmericaOnly(10),
                   site(162),
                   dateRange(131),
                   dayOfWeek(132),
                   destinationTrunkContext(144),
                   destinationTrunkGroupID(143),
                   dialedBySubscriber(43),
                   dialedPrefixNorthAmericaOnly(33),
                   dialingPatternNorthAmericaOnly(35),
                   eSAStatus(88),
                   fGDPrefixDialedNorthAmericaOnly(13),
                   germanNationalISUPUKKParameter(158),
                   incomingMedia(55),
                   interSwitchIntraBGCall(139),
                   iSUPPreferenceIndicator(157),
                   lineClassCode1(61),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode2(62),
                   lineClassCode20(121),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   networkWideBusinessGroupID(137),
                   none(0),
                   operatorCall(15),
                   originatingSignalingGatewayM3UAApplicationServer(75),
                   originatingTrunkContext(142),
                   originatingTrunkGroupID(141),
                   redirectionReason(128),
                   satelliteIndicator(193),
                   signaledCallerIDIncomplete(199),
                   signaledCallerIDPresentationRestriction(198),
                   subscriberGroup(42),
                   subscriberNVAndRoutingAttributes(85),
                   timeOfDay(130),
                   transitNetworkIDNorthAmericaOnly(31),
                   uKCallType(44),
                   uSCallType(32),
                   userDefined1(52),
                   userDefined10(96),
                   userDefined11(97),
                   userDefined12(98),
                   userDefined13(99),
                   userDefined14(100),
                   userDefined15(101),
                   userDefined16(102),
                   userDefined17(103),
                   userDefined18(104),
                   userDefined19(105),
                   userDefined2(53),
                   userDefined20(106),
                   userDefined3(54),
                   userDefined4(90),
                   userDefined5(91),
                   userDefined6(92),
                   userDefined7(93),
                   userDefined8(94),
                   userDefined9(95),
                   userDefinedMFCallTypeNorthAmericaOnly(72)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Match Attribute 3'."
    DEFVAL       { none }
    ::= { rPSNumVldnTableR23Entry  10 }

  rPSNumVldnTableR23I1DefRtgAttrSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR23Entry  11 }

  rPSNumVldnTableR23I2DefRtgAttrSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Network Element'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR23Entry  12 }

  rPSNumVldnTableR23I3DefRtgAttrSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR23Entry  13 }

  rPSNumVldnTableR23I4DefRtgAttrSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Config set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR23Entry  14 }

  rPSNumVldnTableR23I5DefRtgAttrSetAttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set',
                  This field represents index 'Attribute Set index'
                  in referenced type 'BOORPSAttributeSetSE'."
    ::= { rPSNumVldnTableR23Entry  15 }

  rPSNumVldnTableR23DefRtgAttrSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default Routing Attribute Set'.
                  This field represents the fixed
                  values that Default Routing Attribute Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSNumVldnTableR23Entry  16 }

  rPSNumVldnTableR23RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSNumVldnTableR23Entry  17 }

  rPSNumVldnTableR23ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { rPSNumVldnTableR23Entry  18 }

  rPSNumVldnTableR23I1DefNextNumVldnTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  19 }

  rPSNumVldnTableR23I2DefNextNumVldnTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  20 }

  rPSNumVldnTableR23I3DefNextNumVldnTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  21 }

  rPSNumVldnTableR23I4DefNextNumVldnTblCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  22 }

  rPSNumVldnTableR23I5DefNextNumVldnTblNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default next Number Validation Table',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  23 }

  rPSNumVldnTableR23ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { rPSNumVldnTableR23Entry  24 }

  rPSNumVldnTableR23ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { rPSNumVldnTableR23Entry  25 }

  rPSNumVldnTableR23ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { rPSNumVldnTableR23Entry  26 }

  rPSNumVldnTableR23DefMtchAct OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   storeCarrierIDAndRestart(4),
                   handleAsSAC(5),
                   failANIScreeningNorthAmericaOnly(6),
                   storeCarrierIDAndLookUp(7),
                   announceAndCompleteValidation(8),
                   announceAndLookUp(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default next action'."
    DEFVAL       { completeValidation }
    ::= { rPSNumVldnTableR23Entry  27 }

  rPSNumVldnTableR23ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { rPSNumVldnTableR23Entry  28 }

  rPSNumVldnTableR23DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rPSNumVldnTableR23Entry  29 }

  rPSNumVldnTableR23ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { rPSNumVldnTableR23Entry  30 }

  rPSNumVldnTableR23AddrMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   source(1),
                   destination(2),
                   jIPNorthAmericaOnly(3),
                   lRNNorthAmericaOnly(4),
                   lNPOriginalDialedNumberNorthAmericaOnly(5),
                   chargeNumber(6),
                   referredByNumber(7),
                   signaledCallerID(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Address match type'."
    DEFVAL       { destination }
    ::= { rPSNumVldnTableR23Entry  31 }

  rPSNumVldnTableR23TblType OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   fileBased(2),
                   fileBasedAttributeMatching(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Table type'."
    DEFVAL       { normal }
    ::= { rPSNumVldnTableR23Entry  32 }

  rPSNumVldnTableR23Filename OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..94))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Filename'."
    ::= { rPSNumVldnTableR23Entry  33 }

  rPSNumVldnTableR23FileLoadStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFile(1),
                   loadPending(2),
                   loading(3),
                   loadFailed(4),
                   loadComplete(5),
                   loadCompleteWithErrors(6),
                   updatePending(7),
                   updating(8),
                   updateFailed(9),
                   updateComplete(10),
                   updateCompleteWithErrors(11)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load status'."
    ::= { rPSNumVldnTableR23Entry  34 }

  rPSNumVldnTableR23FileLoadTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File load timestamp'."
    ::= { rPSNumVldnTableR23Entry  35 }

  rPSNumVldnTableR23NumEntriesLoaded OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of entries loaded'."
    ::= { rPSNumVldnTableR23Entry  36 }

  rPSNumVldnTableR23FileStatusLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File status log correlator'."
    ::= { rPSNumVldnTableR23Entry  37 }

  rPSNumVldnTableR23MemUsage OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "megabytes"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Memory usage'."
    ::= { rPSNumVldnTableR23Entry  38 }

  rPSNumVldnTableR23OverrideHeader OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..80))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override header'."
    ::= { rPSNumVldnTableR23Entry  39 }

  rPSNumVldnTableR23ActionIfNoMatch OBJECT-TYPE
    SYNTAX       INTEGER {
                   completeValidation(1),
                   lookUp(2),
                   rejectAndAnnounce(3),
                   failANIScreeningNorthAmericaOnly(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action if no match'."
    DEFVAL       { rejectAndAnnounce }
    ::= { rPSNumVldnTableR23Entry  40 }

  rPSNumVldnTableR23I1NextNumVldnTblIfNoMatchNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  41 }

  rPSNumVldnTableR23I2NextNumVldnTblIfNoMatchNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  42 }

  rPSNumVldnTableR23I3NextNumVldnTblIfNoMatchCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  43 }

  rPSNumVldnTableR23I4NextNumVldnTblIfNoMatchCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  44 }

  rPSNumVldnTableR23I5NextNumVldnTblIfNoMatchNumVldnTblIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Next Number Validation Table if no match',
                  This field represents index
                  'Number Validation Table index'
                  in referenced type 'BOORPSNumValidationTableSE'."
    ::= { rPSNumVldnTableR23Entry  45 }

  rPSNumVldnTableR23FileHeaderLine OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'File header line'."
    ::= { rPSNumVldnTableR23Entry  46 }

  rPSNumVldnTableR23ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { rPSNumVldnTableR23Entry  47 }

  rPSNumVldnTableR23ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { rPSNumVldnTableR23Entry  48 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.6                                                               */
-- /* Deprecated from: 9.6.10                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR52Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR52Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2732 }

  mediaGatewayModelR52Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR52Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR52NEConn,
             mediaGatewayModelR52NetwkElement,
             mediaGatewayModelR52CFSIx,
             mediaGatewayModelR52ModelIx }
    ::= {  mediaGatewayModelR52Table  1  }

  MediaGatewayModelR52Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR52NEConn         Unsigned32,
    mediaGatewayModelR52NetwkElement   DisplayString,
    mediaGatewayModelR52CFSIx          Unsigned32,
    mediaGatewayModelR52ModelIx        Unsigned32,
    mediaGatewayModelR52Category       INTEGER,
    mediaGatewayModelR52ModelName      DisplayString,
    mediaGatewayModelR52Desc           DisplayString,
    mediaGatewayModelR52ControlProt    INTEGER,
    mediaGatewayModelR52ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR52LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR52PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR52PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR52AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR52AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR52RefCnt         Unsigned32,
    mediaGatewayModelR52RowStatus      RowStatus,
    mediaGatewayModelR52DefModel       INTEGER,
    mediaGatewayModelR52Authentication INTEGER,
    mediaGatewayModelR52SupportedConnTypes
                                       BITS,
    mediaGatewayModelR52AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR52ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR52ExportStatus   DisplayString,
    mediaGatewayModelR52ExportFile     DisplayString,
    mediaGatewayModelR52ExportCorr     Counter64,
    mediaGatewayModelR52ExportCorrNode DisplayString,
    mediaGatewayModelR52ExportCorrUID  DisplayString,
    mediaGatewayModelR52DoExtraActions INTEGER,
    mediaGatewayModelR52FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR52FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR52FBsMGCP        BITS,
    mediaGatewayModelR52FBsMeGaCo      BITS,
    mediaGatewayModelR52FBsSIP         BITS,
    mediaGatewayModelR52FixBitsMeGaCo2 BITS,
    mediaGatewayModelR52MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR52AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR52AlertInfoDR2   DisplayString,
    mediaGatewayModelR52AlertInfoDR3   DisplayString,
    mediaGatewayModelR52AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR52DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR52DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR52ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR52SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR52DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR52UpToDateCnt    Unsigned32,
    mediaGatewayModelR52SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR52SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR52Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR52AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR52VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR52AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR52FixBitsSIP2    BITS,
    mediaGatewayModelR52OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR52FBsMeGaCo4     BITS,
    mediaGatewayModelR52SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR52ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR52SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR52ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR52SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR52AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR52AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR52InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR52OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR52MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR52FixBitsSIP3    BITS,
    mediaGatewayModelR52FixBitsSIP4    BITS,
    mediaGatewayModelR52SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR52RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR52EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR52LCC1           DisplayString,
    mediaGatewayModelR52LCC2           DisplayString,
    mediaGatewayModelR52LCC3           DisplayString,
    mediaGatewayModelR52LCC4           DisplayString,
    mediaGatewayModelR52LCC5           DisplayString,
    mediaGatewayModelR52LCC6           DisplayString,
    mediaGatewayModelR52LCC7           DisplayString,
    mediaGatewayModelR52LCC8           DisplayString,
    mediaGatewayModelR52LCC9           DisplayString,
    mediaGatewayModelR52LCC10          DisplayString,
    mediaGatewayModelR52LCC11          DisplayString,
    mediaGatewayModelR52LCC12          DisplayString,
    mediaGatewayModelR52LCC13          DisplayString,
    mediaGatewayModelR52LCC14          DisplayString,
    mediaGatewayModelR52LCC15          DisplayString,
    mediaGatewayModelR52LCC16          DisplayString,
    mediaGatewayModelR52LCC17          DisplayString,
    mediaGatewayModelR52LCC18          DisplayString,
    mediaGatewayModelR52LCC19          DisplayString,
    mediaGatewayModelR52LCC20          DisplayString,
    mediaGatewayModelR52ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR52MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR52MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR52ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR52NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR52NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR52NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR52NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR52NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR52NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR52NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR52NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR52OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR52ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR52MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR52MRSPollTimeout Unsigned32,
    mediaGatewayModelR52RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR52SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR52SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR52FixBitsSIPMSML BITS,
    mediaGatewayModelR52AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR52SessionTimer   Unsigned32,
    mediaGatewayModelR52SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR52SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR52FixBitsSIP5    BITS,
    mediaGatewayModelR52FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR52SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR52SuppRcvngTrnspSIPHdrs
                                       LongDisplayString,
    mediaGatewayModelR52PreferTrnspSIPHdrSentByThisAS
                                       INTEGER
  }

  mediaGatewayModelR52NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR52Entry  1 }

  mediaGatewayModelR52NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR52Entry  2 }

  mediaGatewayModelR52CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR52Entry  3 }

  mediaGatewayModelR52ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR52Entry  4 }

  mediaGatewayModelR52Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR52Entry  5 }

  mediaGatewayModelR52ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR52Entry  6 }

  mediaGatewayModelR52Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR52Entry  7 }

  mediaGatewayModelR52ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR52Entry  8 }

  mediaGatewayModelR52ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR52Entry  9 }

  mediaGatewayModelR52LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR52Entry  10 }

  mediaGatewayModelR52PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR52Entry  11 }

  mediaGatewayModelR52PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR52Entry  12 }

  mediaGatewayModelR52AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  13 }

  mediaGatewayModelR52AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR52Entry  14 }

  mediaGatewayModelR52RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR52Entry  16 }

  mediaGatewayModelR52RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR52Entry  17 }

  mediaGatewayModelR52DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  18 }

  mediaGatewayModelR52Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR52Entry  19 }

  mediaGatewayModelR52SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR52Entry  20 }

  mediaGatewayModelR52AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR52Entry  21 }

  mediaGatewayModelR52ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR52Entry  22 }

  mediaGatewayModelR52ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR52Entry  23 }

  mediaGatewayModelR52ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR52Entry  24 }

  mediaGatewayModelR52ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR52Entry  25 }

  mediaGatewayModelR52ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR52Entry  26 }

  mediaGatewayModelR52ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR52Entry  27 }

  mediaGatewayModelR52DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR52Entry  28 }

  mediaGatewayModelR52FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR52Entry  29 }

  mediaGatewayModelR52FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR52Entry  30 }

  mediaGatewayModelR52FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR52Entry  31 }

  mediaGatewayModelR52FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR52Entry  32 }

  mediaGatewayModelR52FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR52Entry  33 }

  mediaGatewayModelR52FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR52Entry  34 }

  mediaGatewayModelR52MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR52Entry  35 }

  mediaGatewayModelR52AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR52Entry  36 }

  mediaGatewayModelR52AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR52Entry  37 }

  mediaGatewayModelR52AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR52Entry  38 }

  mediaGatewayModelR52AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR52Entry  39 }

  mediaGatewayModelR52DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR52Entry  40 }

  mediaGatewayModelR52DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR52Entry  41 }

  mediaGatewayModelR52ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR52Entry  42 }

  mediaGatewayModelR52SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR52Entry  43 }

  mediaGatewayModelR52DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR52Entry  44 }

  mediaGatewayModelR52UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR52Entry  45 }

  mediaGatewayModelR52SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR52Entry  46 }

  mediaGatewayModelR52SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR52Entry  48 }

  mediaGatewayModelR52Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR52Entry  49 }

  mediaGatewayModelR52AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR52Entry  50 }

  mediaGatewayModelR52VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR52Entry  51 }

  mediaGatewayModelR52AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR52Entry  52 }

  mediaGatewayModelR52FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR52Entry  53 }

  mediaGatewayModelR52OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR52Entry  54 }

  mediaGatewayModelR52FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR52Entry  55 }

  mediaGatewayModelR52SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR52Entry  56 }

  mediaGatewayModelR52ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR52Entry  57 }

  mediaGatewayModelR52SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR52Entry  58 }

  mediaGatewayModelR52ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR52Entry  59 }

  mediaGatewayModelR52SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR52Entry  60 }

  mediaGatewayModelR52AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR52Entry  61 }

  mediaGatewayModelR52AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR52Entry  62 }

  mediaGatewayModelR52InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR52Entry  63 }

  mediaGatewayModelR52OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR52Entry  64 }

  mediaGatewayModelR52MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR52Entry  65 }

  mediaGatewayModelR52FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR52Entry  66 }

  mediaGatewayModelR52FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20),
                   supportsXMSWPrimaryDNHeader(21),
                   doesNotSupportAInactiveForCFSInitiatedCallHold(22),
                   sendsPrimaryCallerIDInPAssertedIdentity(23),
                   alwaysSignalPEarlyMediaSupportDuringSetup(24),
                   supportsSDPBandwidthParameters(25)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR52Entry  67 }

  mediaGatewayModelR52SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR52Entry  68 }

  mediaGatewayModelR52RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  69 }

  mediaGatewayModelR52EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR52Entry  70 }

  mediaGatewayModelR52LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR52Entry  71 }

  mediaGatewayModelR52LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR52Entry  72 }

  mediaGatewayModelR52LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR52Entry  73 }

  mediaGatewayModelR52LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR52Entry  74 }

  mediaGatewayModelR52LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR52Entry  75 }

  mediaGatewayModelR52LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR52Entry  76 }

  mediaGatewayModelR52LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR52Entry  77 }

  mediaGatewayModelR52LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR52Entry  78 }

  mediaGatewayModelR52LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR52Entry  79 }

  mediaGatewayModelR52LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR52Entry  80 }

  mediaGatewayModelR52LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR52Entry  81 }

  mediaGatewayModelR52LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR52Entry  82 }

  mediaGatewayModelR52LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR52Entry  83 }

  mediaGatewayModelR52LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR52Entry  84 }

  mediaGatewayModelR52LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR52Entry  85 }

  mediaGatewayModelR52LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR52Entry  86 }

  mediaGatewayModelR52LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR52Entry  87 }

  mediaGatewayModelR52LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR52Entry  88 }

  mediaGatewayModelR52LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR52Entry  89 }

  mediaGatewayModelR52LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR52Entry  90 }

  mediaGatewayModelR52ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR52Entry  91 }

  mediaGatewayModelR52MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR52Entry  92 }

  mediaGatewayModelR52MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR52Entry  93 }

  mediaGatewayModelR52ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR52Entry  94 }

  mediaGatewayModelR52NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR52Entry  95 }

  mediaGatewayModelR52NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR52Entry  96 }

  mediaGatewayModelR52NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR52Entry  97 }

  mediaGatewayModelR52NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR52Entry  98 }

  mediaGatewayModelR52NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR52Entry  99 }

  mediaGatewayModelR52NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR52Entry  100 }

  mediaGatewayModelR52NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR52Entry  101 }

  mediaGatewayModelR52NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  102 }

  mediaGatewayModelR52OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  103 }

  mediaGatewayModelR52ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR52Entry  104 }

  mediaGatewayModelR52MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR52Entry  105 }

  mediaGatewayModelR52MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR52Entry  106 }

  mediaGatewayModelR52RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR52Entry  107 }

  mediaGatewayModelR52SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  108 }

  mediaGatewayModelR52SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR52Entry  109 }

  mediaGatewayModelR52FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR52Entry  110 }

  mediaGatewayModelR52AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR52Entry  111 }

  mediaGatewayModelR52SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR52Entry  112 }

  mediaGatewayModelR52SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR52Entry  113 }

  mediaGatewayModelR52SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  114 }

  mediaGatewayModelR52FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7),
                   alwaysAuthorizePEarlyMedia(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR52Entry  115 }

  mediaGatewayModelR52FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR52Entry  116 }

  mediaGatewayModelR52SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR52Entry  117 }

  mediaGatewayModelR52SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR52Entry  118 }

  mediaGatewayModelR52PreferTrnspSIPHdrSentByThisAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Prefer transparent SIP header values sent by this application server'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR52Entry  119 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Bindings'                                    */
-- /* Valid from: 9.6.10                                                            */
-- /*********************************************************************************/

  cfgSIPBindConR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Controlled Networks'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2733 }

  cfgSIPBindConR4Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindConR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindConR4NEConn,
             cfgSIPBindConR4NetwkElement,
             cfgSIPBindConR4CFSIx }
    ::= {  cfgSIPBindConR4Table  1  }

  CfgSIPBindConR4Entry  ::=  SEQUENCE
  {
    cfgSIPBindConR4NEConn              Unsigned32,
    cfgSIPBindConR4NetwkElement        DisplayString,
    cfgSIPBindConR4CFSIx               Unsigned32,
    cfgSIPBindConR4ImportCnt           Integer32,
    cfgSIPBindConR4ImportStatus        DisplayString,
    cfgSIPBindConR4ImportMode          INTEGER,
    cfgSIPBindConR4ImportFile          DisplayString,
    cfgSIPBindConR4ImportCorr          Counter64,
    cfgSIPBindConR4ImportCorrNode      DisplayString,
    cfgSIPBindConR4ImportCorrUID       DisplayString,
    cfgSIPBindConR4DoExtraActions      INTEGER,
    cfgSIPBindConR4AlrmsAttnRq         Unsigned32,
    cfgSIPBindConR4AlrmEvtsAttnRq      Unsigned32,
    cfgSIPBindConR4SummaryChldAlrmState
                                       INTEGER,
    cfgSIPBindConR4ChldStatisticsAlrms Integer32,
    cfgSIPBindConR4TotChldAlrmsAttnRq  Unsigned32,
    cfgSIPBindConR4TotChldAlrmEvtsAttnRq
                                       Unsigned32,
    cfgSIPBindConR4ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindConR4ExportStatus        DisplayString,
    cfgSIPBindConR4ExportFile          DisplayString,
    cfgSIPBindConR4ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindConR4ExportIncASRepData  INTEGER,
    cfgSIPBindConR4ExportCorr          Counter64,
    cfgSIPBindConR4ExportCorrNode      DisplayString,
    cfgSIPBindConR4ExportCorrUID       DisplayString
  }

  cfgSIPBindConR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindConR4Entry  1 }

  cfgSIPBindConR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindConR4Entry  2 }

  cfgSIPBindConR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindConR4Entry  3 }

  cfgSIPBindConR4ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cfgSIPBindConR4Entry  4 }

  cfgSIPBindConR4ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cfgSIPBindConR4Entry  5 }

  cfgSIPBindConR4ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cfgSIPBindConR4Entry  6 }

  cfgSIPBindConR4ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cfgSIPBindConR4Entry  7 }

  cfgSIPBindConR4ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cfgSIPBindConR4Entry  8 }

  cfgSIPBindConR4ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cfgSIPBindConR4Entry  9 }

  cfgSIPBindConR4ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cfgSIPBindConR4Entry  10 }

  cfgSIPBindConR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   export(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindConR4Entry  11 }

  cfgSIPBindConR4AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured SIP Binding Attention Required alarms'."
    ::= { cfgSIPBindConR4Entry  12 }

  cfgSIPBindConR4AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured SIP Binding Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindConR4Entry  13 }

  cfgSIPBindConR4SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cfgSIPBindConR4Entry  14 }

  cfgSIPBindConR4ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cfgSIPBindConR4Entry  15 }

  cfgSIPBindConR4TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cfgSIPBindConR4Entry  16 }

  cfgSIPBindConR4TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cfgSIPBindConR4Entry  17 }

  cfgSIPBindConR4ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindConR4Entry  18 }

  cfgSIPBindConR4ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindConR4Entry  19 }

  cfgSIPBindConR4ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindConR4Entry  20 }

  cfgSIPBindConR4ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindConR4Entry  21 }

  cfgSIPBindConR4ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindConR4Entry  22 }

  cfgSIPBindConR4ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindConR4Entry  23 }

  cfgSIPBindConR4ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindConR4Entry  24 }

  cfgSIPBindConR4ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindConR4Entry  25 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP'                                                        */
-- /* Valid from: 9.6.10                                                            */
-- /*********************************************************************************/

  sIPR18Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2734 }

  sIPR18Entry OBJECT-TYPE
    SYNTAX       SIPR18Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPR18NEConn,
             sIPR18NetwkElement,
             sIPR18CFSIx,
             sIPR18SIPIx }
    ::= {  sIPR18Table  1  }

  SIPR18Entry  ::=  SEQUENCE
  {
    sIPR18NEConn                       Unsigned32,
    sIPR18NetwkElement                 DisplayString,
    sIPR18CFSIx                        Unsigned32,
    sIPR18SIPIx                        Unsigned32,
    sIPR18ServerAddrIPv4               DisplayString,
    sIPR18DeactivnMode                 INTEGER,
    sIPR18AlrmState                    INTEGER,
    sIPR18AlrmLogCorr                  Counter64,
    sIPR18AlrmEvtsAttnRq               Integer32,
    sIPR18AlrmStateTimestamp           Unsigned32,
    sIPR18AlrmResetTimestamp           Unsigned32,
    sIPR18RowStatus                    RowStatus,
    sIPR18AdminStatus                  AdminStatus,
    sIPR18OperStatus                   OperStatus,
    sIPR18SIPRetransmitTimerT1         Unsigned32,
    sIPR18ChldAlrmsAtndDp              Unsigned32,
    sIPR18ChldAlrmEvtsAtndDp           Unsigned32,
    sIPR18SummaryChldAlrmState         INTEGER,
    sIPR18ChldAlrmsAttnRq              Unsigned32,
    sIPR18ChldAlrmEvtsAttnRq           Unsigned32,
    sIPR18ChldStatisticsAlrms          Integer32,
    sIPR18SIPTVariant                  INTEGER,
    sIPR18StatisticsAlrms              Integer32,
    sIPR18ServerAddrIPv6               DisplayString,
    sIPR18NetwkElementID               Unsigned32,
    sIPR18FinancialentityID            DisplayString,
    sIPR18InterOprIdentifierIOI        DisplayString,
    sIPR18ServerIdentity               DisplayString,
    sIPR18TransparentProxies           LongDisplayString,
    sIPR18TotChldAlrmsAttnRq           Unsigned32,
    sIPR18TotChldAlrmEvtsAttnRq        Unsigned32,
    sIPR18TotChldAlrmsAtndDp           Unsigned32,
    sIPR18TotChldAlrmEvtsAtndDp        Unsigned32,
    sIPR18ProdShortSIPHeaderEncodings  INTEGER,
    sIPR18I1DefTrnkENUMDomainRtgNEConn Unsigned32,
    sIPR18I2DefTrnkENUMDomainRtgNetwkElement
                                       DisplayString,
    sIPR18I3DefTrnkENUMDomainRtgCFSIx  Unsigned32,
    sIPR18I4DefTrnkENUMDomainRtgSIPIx  Unsigned32,
    sIPR18I5DefTrnkENUMDomainRtgSIPTrnkIx
                                       Unsigned32,
    sIPR18DefTrnkENUMDomainRtgOtherVals
                                       INTEGER,
    sIPR18TransitIoi                   DisplayString,
    sIPR18LocalServerPort              INTEGER,
    sIPR18TransitIoiSignificantChars   Unsigned32,
    sIPR18ClusterAddr                  DisplayString,
    sIPR18AllowInboundOverlapSigWithSIPI
                                       INTEGER,
    sIPR18InterDigitTimeout            Unsigned32,
    sIPR18IntnatlScopePlusPrefixedE164FormatDNs
                                       INTEGER,
    sIPR18SupportEnableHistoryInfoAnd181
                                       INTEGER,
    sIPR18SkipAuthenticationUnREGISTERsFromPerimeta
                                       INTEGER,
    sIPR18SubMCATimeout                Unsigned32,
    sIPR18SIPRespCodToAnnounceMappingTbl
                                       LongDisplayString,
    sIPR18SubIPChkOvrHTTPSEnabled      INTEGER,
    sIPR18SubIPChkOvrHTTPSRemAddr      DisplayString,
    sIPR18SubIPChkOvrHTTPSRemPort      Unsigned32,
    sIPR18SubIPChkOvrHTTPSLocalPort    Unsigned32,
    sIPR18SubIPChkOvrHTTPSRequestTimeout
                                       Unsigned32,
    sIPR18SubIPChkOvrHTTPSUsername     DisplayString,
    sIPR18SubIPChkOvrHTTPSNewPassword  DisplayString,
    sIPR18SubIPChkOvrHTTPSConfirmNewPassword
                                       DisplayString,
    sIPR18SDPAlternativeIP             DisplayString
  }

  sIPR18NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPR18Entry  1 }

  sIPR18NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPR18Entry  2 }

  sIPR18CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPR18Entry  3 }

  sIPR18SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPR18Entry  4 }

  sIPR18ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { sIPR18Entry  5 }

  sIPR18DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPR18Entry  6 }

  sIPR18AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPR18Entry  7 }

  sIPR18AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { sIPR18Entry  8 }

  sIPR18AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR18Entry  9 }

  sIPR18AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPR18Entry  10 }

  sIPR18AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { sIPR18Entry  11 }

  sIPR18RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIPR18Entry  12 }

  sIPR18AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR18Entry  13 }

  sIPR18OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPR18Entry  14 }

  sIPR18SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { sIPR18Entry  15 }

  sIPR18ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { sIPR18Entry  17 }

  sIPR18ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR18Entry  18 }

  sIPR18SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIPR18Entry  19 }

  sIPR18ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIPR18Entry  21 }

  sIPR18ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPR18Entry  22 }

  sIPR18ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { sIPR18Entry  23 }

  sIPR18SIPTVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP-T Variant'.
                  This field is not writable when active."
    DEFVAL       { aNSI1999 }
    ::= { sIPR18Entry  24 }

  sIPR18StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPR18Entry  25 }

  sIPR18ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { sIPR18Entry  26 }

  sIPR18NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { sIPR18Entry  27 }

  sIPR18FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { sIPR18Entry  28 }

  sIPR18InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { sIPR18Entry  30 }

  sIPR18ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { sIPR18Entry  37 }

  sIPR18TransparentProxies OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent proxies'."
    ::= { sIPR18Entry  39 }

  sIPR18TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { sIPR18Entry  40 }

  sIPR18TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { sIPR18Entry  41 }

  sIPR18TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { sIPR18Entry  42 }

  sIPR18TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { sIPR18Entry  43 }

  sIPR18ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { sIPR18Entry  44 }

  sIPR18I1DefTrnkENUMDomainRtgNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR18Entry  45 }

  sIPR18I2DefTrnkENUMDomainRtgNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR18Entry  46 }

  sIPR18I3DefTrnkENUMDomainRtgCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR18Entry  47 }

  sIPR18I4DefTrnkENUMDomainRtgSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR18Entry  48 }

  sIPR18I5DefTrnkENUMDomainRtgSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing',
                  This field represents index
                  'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { sIPR18Entry  49 }

  sIPR18DefTrnkENUMDomainRtgOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default trunk for ENUM domain routing'.
                  This field represents the fixed
                  values that Default trunk for ENUM domain routing
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPR18Entry  50 }

  sIPR18TransitIoi OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi'."
    ::= { sIPR18Entry  51 }

  sIPR18LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { sIPR18Entry  52 }

  sIPR18TransitIoiSignificantChars OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..64 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transit-ioi significant chars'."
    DEFVAL       { 0 }
    ::= { sIPR18Entry  53 }

  sIPR18ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { sIPR18Entry  54 }

  sIPR18AllowInboundOverlapSigWithSIPI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow inbound overlap signaling with SIP-I'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { sIPR18Entry  55 }

  sIPR18InterDigitTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1000..6000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-digit timeout'."
    DEFVAL       { 5000 }
    ::= { sIPR18Entry  56 }

  sIPR18IntnatlScopePlusPrefixedE164FormatDNs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International Scope for plus-prefixed E.164-format DNs'."
    DEFVAL       { true }
    ::= { sIPR18Entry  57 }

  sIPR18SupportEnableHistoryInfoAnd181 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable History-Info and 181 support'."
    DEFVAL       { false }
    ::= { sIPR18Entry  58 }

  sIPR18SkipAuthenticationUnREGISTERsFromPerimeta OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Skip authentication for unREGISTERs from Perimeta'."
    DEFVAL       { false }
    ::= { sIPR18Entry  59 }

  sIPR18SubMCATimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..120 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber MCA timeout'."
    DEFVAL       { 0 }
    ::= { sIPR18Entry  60 }

  sIPR18SIPRespCodToAnnounceMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to announcement mapping table'."
    ::= { sIPR18Entry  61 }

  sIPR18SubIPChkOvrHTTPSEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - enabled'."
    DEFVAL       { false }
    ::= { sIPR18Entry  62 }

  sIPR18SubIPChkOvrHTTPSRemAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - remote address'."
    ::= { sIPR18Entry  63 }

  sIPR18SubIPChkOvrHTTPSRemPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - remote port'."
    DEFVAL       { 443 }
    ::= { sIPR18Entry  64 }

  sIPR18SubIPChkOvrHTTPSLocalPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - local port'."
    DEFVAL       { 0 }
    ::= { sIPR18Entry  65 }

  sIPR18SubIPChkOvrHTTPSRequestTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..10000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - request timeout'."
    DEFVAL       { 2000 }
    ::= { sIPR18Entry  66 }

  sIPR18SubIPChkOvrHTTPSUsername OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - username'."
    ::= { sIPR18Entry  67 }

  sIPR18SubIPChkOvrHTTPSNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { sIPR18Entry  68 }

  sIPR18SubIPChkOvrHTTPSConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber IP checking over HTTPS - confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { sIPR18Entry  69 }

  sIPR18SDPAlternativeIP OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SDP alternative IP'."
    ::= { sIPR18Entry  70 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Trunk'                                                  */
-- /* Valid from: 9.6.10                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  sIPTrunkR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPTrunkR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP Trunks'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2735 }

  sIPTrunkR10Entry OBJECT-TYPE
    SYNTAX       SIPTrunkR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPTrunkR10NEConn,
             sIPTrunkR10NetwkElement,
             sIPTrunkR10CFSIx,
             sIPTrunkR10SIPIx,
             sIPTrunkR10SIPTrnkIx }
    ::= {  sIPTrunkR10Table  1  }

  SIPTrunkR10Entry  ::=  SEQUENCE
  {
    sIPTrunkR10NEConn                  Unsigned32,
    sIPTrunkR10NetwkElement            DisplayString,
    sIPTrunkR10CFSIx                   Unsigned32,
    sIPTrunkR10SIPIx                   Unsigned32,
    sIPTrunkR10SIPTrnkIx               Unsigned32,
    sIPTrunkR10SIPTrnkName             DisplayString,
    sIPTrunkR10Desc                    DisplayString,
    sIPTrunkR10TrnkGpNum               INTEGER,
    sIPTrunkR10NetwkNum                Unsigned32,
    sIPTrunkR10I1CfgdSIPBindingNEConn  Unsigned32,
    sIPTrunkR10I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    sIPTrunkR10I3CfgdSIPBindingCFSIx   Unsigned32,
    sIPTrunkR10I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    sIPTrunkR10ForceEchoCltnOnInboundCalls
                                       INTEGER,
    sIPTrunkR10ForceEchoCltnOnOutboundCalls
                                       INTEGER,
    sIPTrunkR10ZUtilization            INTEGER,
    sIPTrunkR10DeactivnMode            INTEGER,
    sIPTrunkR10AlrmState               INTEGER,
    sIPTrunkR10AlrmLogCorr             Counter64,
    sIPTrunkR10AlrmEvtsAtndDp          Unsigned32,
    sIPTrunkR10AlrmStateTimestamp      Unsigned32,
    sIPTrunkR10AlrmResetTimestamp      Unsigned32,
    sIPTrunkR10DiagsLogLvl             INTEGER,
    sIPTrunkR10DiagsAPITraceEnabled    INTEGER,
    sIPTrunkR10DiagsAPITraceTag        DisplayString,
    sIPTrunkR10DoExtraActions          INTEGER,
    sIPTrunkR10RowStatus               RowStatus,
    sIPTrunkR10AdminStatus             AdminStatus,
    sIPTrunkR10OperStatus              OperStatus,
    sIPTrunkR10SupportedCallDirections INTEGER,
    sIPTrunkR10BAFBillInTermCDRType    INTEGER,
    sIPTrunkR10BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    sIPTrunkR10BAFBillInTandemCDRType  INTEGER,
    sIPTrunkR10BAFBillOutOrigingCDRType
                                       INTEGER,
    sIPTrunkR10BAFBillOutTandemCDRType INTEGER,
    sIPTrunkR10BAFCNABllInCllsCIC      Unsigned32,
    sIPTrunkR10BAFCNABllInCllsCNABillNum
                                       DisplayString,
    sIPTrunkR10BAFCNABllInCllsIncClgNum
                                       INTEGER,
    sIPTrunkR10DirectIXCConn           INTEGER,
    sIPTrunkR10ExchangePerformsLNPLookup
                                       INTEGER,
    sIPTrunkR10BAFBillAppendOrigingLRNMod
                                       INTEGER,
    sIPTrunkR10BAFBillConnectedSwitchLRN
                                       DisplayString,
    sIPTrunkR10BAFBillOverrideSignalledLRN
                                       INTEGER,
    sIPTrunkR10BAFCNABllInCllsIncChargeNum
                                       INTEGER,
    sIPTrunkR10AlrmEvtsAttnRq          Unsigned32,
    sIPTrunkR10AlrmEvtsAttnRqLogCorr   Counter64,
    sIPTrunkR10AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sIPTrunkR10UseFwdAddrAsChargeAddr  INTEGER,
    sIPTrunkR10StatisticsAlrms         Integer32,
    sIPTrunkR10I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    sIPTrunkR10I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    sIPTrunkR10I3FaultMonitoringProfFMPIx
                                       Integer32,
    sIPTrunkR10FaultMonitoringProfOtherVals
                                       INTEGER,
    sIPTrunkR10ApplyFMPToReltdObjectTypes
                                       BITS,
    sIPTrunkR10AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    sIPTrunkR10XMLBillTrnkAccountingRef
                                       DisplayString,
    sIPTrunkR10InBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR10OutBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR10UseSignaledTrnkGpIDInTCAPQueries
                                       INTEGER,
    sIPTrunkR10PropagationDly          Unsigned32,
    sIPTrunkR10IntnatlExchange         INTEGER,
    sIPTrunkR10SatelliteLink           INTEGER,
    sIPTrunkR10PeerNetwkType           INTEGER,
    sIPTrunkR10ForceRtgTrnk            INTEGER
  }

  sIPTrunkR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPTrunkR10Entry  1 }

  sIPTrunkR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPTrunkR10Entry  2 }

  sIPTrunkR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPTrunkR10Entry  3 }

  sIPTrunkR10SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPTrunkR10Entry  4 }

  sIPTrunkR10SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk index'.
                  This is an index field."
    ::= { sIPTrunkR10Entry  5 }

  sIPTrunkR10SIPTrnkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk name'."
    ::= { sIPTrunkR10Entry  6 }

  sIPTrunkR10Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sIPTrunkR10Entry  7 }

  sIPTrunkR10TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'."
    ::= { sIPTrunkR10Entry  8 }

  sIPTrunkR10NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR10Entry  9 }

  sIPTrunkR10I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR10Entry  10 }

  sIPTrunkR10I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR10Entry  11 }

  sIPTrunkR10I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR10Entry  12 }

  sIPTrunkR10I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR10Entry  13 }

  sIPTrunkR10ForceEchoCltnOnInboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on inbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  14 }

  sIPTrunkR10ForceEchoCltnOnOutboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on outbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  15 }

  sIPTrunkR10ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { sIPTrunkR10Entry  17 }

  sIPTrunkR10DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPTrunkR10Entry  20 }

  sIPTrunkR10AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPTrunkR10Entry  22 }

  sIPTrunkR10AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sIPTrunkR10Entry  23 }

  sIPTrunkR10AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR10Entry  24 }

  sIPTrunkR10AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPTrunkR10Entry  25 }

  sIPTrunkR10AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { sIPTrunkR10Entry  26 }

  sIPTrunkR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sIPTrunkR10Entry  28 }

  sIPTrunkR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  29 }

  sIPTrunkR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sIPTrunkR10Entry  30 }

  sIPTrunkR10DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR10Entry  32 }

  sIPTrunkR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPTrunkR10Entry  33 }

  sIPTrunkR10AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR10Entry  34 }

  sIPTrunkR10OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR10Entry  35 }

  sIPTrunkR10SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { sIPTrunkR10Entry  36 }

  sIPTrunkR10BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR10Entry  37 }

  sIPTrunkR10BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  38 }

  sIPTrunkR10BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR10Entry  39 }

  sIPTrunkR10BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR10Entry  40 }

  sIPTrunkR10BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR10Entry  41 }

  sIPTrunkR10BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR10Entry  42 }

  sIPTrunkR10BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { sIPTrunkR10Entry  43 }

  sIPTrunkR10BAFCNABllInCllsIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  44 }

  sIPTrunkR10DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  45 }

  sIPTrunkR10ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { sIPTrunkR10Entry  46 }

  sIPTrunkR10BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  47 }

  sIPTrunkR10BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { sIPTrunkR10Entry  48 }

  sIPTrunkR10BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  49 }

  sIPTrunkR10BAFCNABllInCllsIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  50 }

  sIPTrunkR10AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR10Entry  52 }

  sIPTrunkR10AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sIPTrunkR10Entry  57 }

  sIPTrunkR10AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sIPTrunkR10Entry  58 }

  sIPTrunkR10UseFwdAddrAsChargeAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use forwarding address as charge address'."
    DEFVAL       { true }
    ::= { sIPTrunkR10Entry  60 }

  sIPTrunkR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPTrunkR10Entry  61 }

  sIPTrunkR10I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR10Entry  62 }

  sIPTrunkR10I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR10Entry  63 }

  sIPTrunkR10I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR10Entry  64 }

  sIPTrunkR10FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPTrunkR10Entry  65 }

  sIPTrunkR10ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { sIPTrunkR10Entry  66 }

  sIPTrunkR10AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { sIPTrunkR10Entry  67 }

  sIPTrunkR10XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { sIPTrunkR10Entry  68 }

  sIPTrunkR10InBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR10Entry  69 }

  sIPTrunkR10OutBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR10Entry  70 }

  sIPTrunkR10UseSignaledTrnkGpIDInTCAPQueries OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use signaled trunk group ID in TCAP queries'."
    DEFVAL       { never }
    ::= { sIPTrunkR10Entry  71 }

  sIPTrunkR10PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR10Entry  72 }

  sIPTrunkR10IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  73 }

  sIPTrunkR10SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  74 }

  sIPTrunkR10PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { sIPTrunkR10Entry  75 }

  sIPTrunkR10ForceRtgTrnk OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force routing trunk'."
    DEFVAL       { false }
    ::= { sIPTrunkR10Entry  76 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP - AGCF'                                                 */
-- /* Valid from: 9.6.10                                                            */
-- /*********************************************************************************/

  aGCSIPR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AGCSIPR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Signaling'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2736 }

  aGCSIPR3Entry OBJECT-TYPE
    SYNTAX       AGCSIPR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { aGCSIPR3NEConn,
             aGCSIPR3NetwkElement,
             aGCSIPR3CFSIx,
             aGCSIPR3SIPIx }
    ::= {  aGCSIPR3Table  1  }

  AGCSIPR3Entry  ::=  SEQUENCE
  {
    aGCSIPR3NEConn                     Unsigned32,
    aGCSIPR3NetwkElement               DisplayString,
    aGCSIPR3CFSIx                      Unsigned32,
    aGCSIPR3SIPIx                      Unsigned32,
    aGCSIPR3ServerIdentity             DisplayString,
    aGCSIPR3ServerAddrIPv4             DisplayString,
    aGCSIPR3ServerAddrIPv6             DisplayString,
    aGCSIPR3LocalServerPort            INTEGER,
    aGCSIPR3SIPRetransmitTimerT1       Unsigned32,
    aGCSIPR3NetwkElementID             Unsigned32,
    aGCSIPR3FinancialentityID          DisplayString,
    aGCSIPR3DeactivnMode               INTEGER,
    aGCSIPR3I1DefSIPRegistrarNEConn    Unsigned32,
    aGCSIPR3I2DefSIPRegistrarNetwkElement
                                       DisplayString,
    aGCSIPR3I3DefSIPRegistrarCFSIx     Unsigned32,
    aGCSIPR3I4DefSIPRegistrarSIPIx     Unsigned32,
    aGCSIPR3I5DefSIPRegistrarPRegistrarIx
                                       Unsigned32,
    aGCSIPR3NetwkID                    DisplayString,
    aGCSIPR3InterOprIdentifierIOI      DisplayString,
    aGCSIPR3ProdShortSIPHeaderEncodings
                                       INTEGER,
    aGCSIPR3AlrmState                  INTEGER,
    aGCSIPR3StatisticsAlrms            Integer32,
    aGCSIPR3AlrmLogCorr                Counter64,
    aGCSIPR3AlrmEvtsAttnRq             Integer32,
    aGCSIPR3AlrmStateTimestamp         Unsigned32,
    aGCSIPR3AlrmResetTimestamp         Unsigned32,
    aGCSIPR3RowStatus                  RowStatus,
    aGCSIPR3AdminStatus                AdminStatus,
    aGCSIPR3OperStatus                 OperStatus,
    aGCSIPR3ClusterAddr                DisplayString,
    aGCSIPR3UnregisterLinesWhenAccDevUnavail
                                       INTEGER,
    aGCSIPR3SDPAlternativeIP           DisplayString
  }

  aGCSIPR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { aGCSIPR3Entry  1 }

  aGCSIPR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { aGCSIPR3Entry  2 }

  aGCSIPR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { aGCSIPR3Entry  3 }

  aGCSIPR3SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { aGCSIPR3Entry  4 }

  aGCSIPR3ServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server identity'."
    ::= { aGCSIPR3Entry  5 }

  aGCSIPR3ServerAddrIPv4 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv4)'."
    ::= { aGCSIPR3Entry  6 }

  aGCSIPR3ServerAddrIPv6 OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server address (IPv6)'."
    ::= { aGCSIPR3Entry  7 }

  aGCSIPR3LocalServerPort OBJECT-TYPE
    SYNTAX       INTEGER ( 5060..5069 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local server port'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { aGCSIPR3Entry  8 }

  aGCSIPR3SIPRetransmitTimerT1 OBJECT-TYPE
    SYNTAX       Unsigned32 ( 125..1000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP retransmit timer (T1)'."
    DEFVAL       { 250 }
    ::= { aGCSIPR3Entry  9 }

  aGCSIPR3NetwkElementID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network element ID'."
    ::= { aGCSIPR3Entry  10 }

  aGCSIPR3FinancialentityID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Financial entity ID'."
    ::= { aGCSIPR3Entry  11 }

  aGCSIPR3DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { aGCSIPR3Entry  12 }

  aGCSIPR3I1DefSIPRegistrarNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR3Entry  13 }

  aGCSIPR3I2DefSIPRegistrarNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR3Entry  14 }

  aGCSIPR3I3DefSIPRegistrarCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR3Entry  15 }

  aGCSIPR3I4DefSIPRegistrarSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR3Entry  16 }

  aGCSIPR3I5DefSIPRegistrarPRegistrarIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default SIP Registrar',
                  This field represents index 'SIP Registrar Index'
                  in referenced type 'BOOSIPRegistrarSE'."
    ::= { aGCSIPR3Entry  17 }

  aGCSIPR3NetwkID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network ID'."
    ::= { aGCSIPR3Entry  18 }

  aGCSIPR3InterOprIdentifierIOI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Inter-operator Identifier (IOI)'."
    ::= { aGCSIPR3Entry  19 }

  aGCSIPR3ProdShortSIPHeaderEncodings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Produce short SIP header encodings'."
    DEFVAL       { false }
    ::= { aGCSIPR3Entry  20 }

  aGCSIPR3AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { aGCSIPR3Entry  21 }

  aGCSIPR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { aGCSIPR3Entry  22 }

  aGCSIPR3AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { aGCSIPR3Entry  23 }

  aGCSIPR3AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { aGCSIPR3Entry  24 }

  aGCSIPR3AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { aGCSIPR3Entry  25 }

  aGCSIPR3AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { aGCSIPR3Entry  26 }

  aGCSIPR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { aGCSIPR3Entry  27 }

  aGCSIPR3AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPR3Entry  28 }

  aGCSIPR3OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { aGCSIPR3Entry  29 }

  aGCSIPR3ClusterAddr OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster address'."
    ::= { aGCSIPR3Entry  30 }

  aGCSIPR3UnregisterLinesWhenAccDevUnavail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unregister lines when access device unavailable'."
    DEFVAL       { false }
    ::= { aGCSIPR3Entry  31 }

  aGCSIPR3SDPAlternativeIP OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SDP alternative IP'."
    ::= { aGCSIPR3Entry  32 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Call Forwarding Services'                            */
-- /* Valid from: 9.6.10                                                            */
-- /*********************************************************************************/

  callFwdServR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CallFwdServR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2737 }

  callFwdServR13Entry OBJECT-TYPE
    SYNTAX       CallFwdServR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { callFwdServR13NEConn,
             callFwdServR13NetwkElement,
             callFwdServR13CFSIx }
    ::= {  callFwdServR13Table  1  }

  CallFwdServR13Entry  ::=  SEQUENCE
  {
    callFwdServR13NEConn               Unsigned32,
    callFwdServR13NetwkElement         DisplayString,
    callFwdServR13CFSIx                Unsigned32,
    callFwdServR13AllowRestrictionUsedNum
                                       INTEGER,
    callFwdServR13MaxSimulFwdsPerSub   Unsigned32,
    callFwdServR13SupportCFU           INTEGER,
    callFwdServR13CFUAndCFBLAndCFDAUSB INTEGER,
    callFwdServR13CFUEnableCode        DisplayString,
    callFwdServR13CFUDisableCode       DisplayString,
    callFwdServR13CFUCheckCode         DisplayString,
    callFwdServR13CFUMaxNum            Unsigned32,
    callFwdServR13CFUAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR13CFUSingleRing        INTEGER,
    callFwdServR13SupportCFBL          INTEGER,
    callFwdServR13CFBLEnableCode       DisplayString,
    callFwdServR13CFBLDisableCode      DisplayString,
    callFwdServR13CFBLCheckCode        DisplayString,
    callFwdServR13CFBLMaxNum           Unsigned32,
    callFwdServR13CFBLAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR13SupportCFDA          INTEGER,
    callFwdServR13CFDAEnableCode       DisplayString,
    callFwdServR13CFDADisableCode      DisplayString,
    callFwdServR13CFDACheckCode        DisplayString,
    callFwdServR13CFDAMaxNum           Unsigned32,
    callFwdServR13CFDAAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR13CFDASingleRing       INTEGER,
    callFwdServR13CFDAContRinging      INTEGER,
    callFwdServR13CFDAContRingingAfterFail
                                       INTEGER,
    callFwdServR13CFBLAndCFDAEnableCode
                                       DisplayString,
    callFwdServR13CFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR13RowStatus            RowStatus,
    callFwdServR13SCFUSB               INTEGER,
    callFwdServR13AllowSCFUSBDenied    INTEGER,
    callFwdServR13SupportLineHunting   INTEGER,
    callFwdServR13LineHuntingAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR13LineHuntingMaxNumEntries
                                       Unsigned32,
    callFwdServR13SupportSCF           INTEGER,
    callFwdServR13SCFMaxNum            Unsigned32,
    callFwdServR13SCFAcceptanceRetryTime
                                       Unsigned32,
    callFwdServR13SCFSingleRing        INTEGER,
    callFwdServR13SCFMaxNumEntries     Unsigned32,
    callFwdServR13SCFAccessCode        DisplayString,
    callFwdServR13SCFAlternativeAccessCode
                                       DisplayString,
    callFwdServR13SupportRACF          INTEGER,
    callFwdServR13RACFAccessNum        DisplayString,
    callFwdServR13RACFMaxSimulCalls    Unsigned32,
    callFwdServR13LineHuntingMarkBAFBillRecs
                                       INTEGER,
    callFwdServR13LineHuntingContHuntingIfNoReply
                                       INTEGER,
    callFwdServR13SupportFMFM          INTEGER,
    callFwdServR13FMFMSimRingEnableCode
                                       DisplayString,
    callFwdServR13FMFMSimRingDisableCode
                                       DisplayString,
    callFwdServR13FMFMFMFMEnableCode   DisplayString,
    callFwdServR13FMFMFMFMDisableCode  DisplayString,
    callFwdServR13FMFMFMFMPlayComfortAnnounce
                                       INTEGER,
    callFwdServR13RequireCrtsyCallByDef
                                       INTEGER,
    callFwdServR13SupportUnavailCF     INTEGER,
    callFwdServR13UnavailCFMaxNum      Unsigned32,
    callFwdServR13CFUAndCFBLAndCFDADisableCode
                                       DisplayString,
    callFwdServR13UseAnnouncesforconfirmation
                                       INTEGER,
    callFwdServR13BasicLineHuntingSubSEnabledFieldDef
                                       INTEGER,
    callFwdServR13IntegratedCFSupported
                                       INTEGER,
    callFwdServR13UseAnnouncesConfirmationDigitMap
                                       DisplayString,
    callFwdServR13DelivRedirectNumAsCallerToVoicemail
                                       INTEGER
  }

  callFwdServR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { callFwdServR13Entry  1 }

  callFwdServR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { callFwdServR13Entry  2 }

  callFwdServR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { callFwdServR13Entry  3 }

  callFwdServR13AllowRestrictionUsedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow restriction for used number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR13Entry  4 }

  callFwdServR13MaxSimulFwdsPerSub OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default maximum simultaneous forwardings per subscriber'.
                  This field is not writable when active."
    DEFVAL       { 1000 }
    ::= { callFwdServR13Entry  5 }

  callFwdServR13SupportCFU OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  6 }

  callFwdServR13CFUAndCFBLAndCFDAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy or Delayed Call Forwarding usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  7 }

  callFwdServR13CFUEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  8 }

  callFwdServR13CFUDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  9 }

  callFwdServR13CFUCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  10 }

  callFwdServR13CFUMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR13Entry  11 }

  callFwdServR13CFUAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR13Entry  12 }

  callFwdServR13CFUSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  13 }

  callFwdServR13SupportCFBL OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  14 }

  callFwdServR13CFBLEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  15 }

  callFwdServR13CFBLDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  16 }

  callFwdServR13CFBLCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  17 }

  callFwdServR13CFBLMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Busy Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR13Entry  18 }

  callFwdServR13CFBLAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR13Entry  19 }

  callFwdServR13SupportCFDA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Delayed Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  20 }

  callFwdServR13CFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  21 }

  callFwdServR13CFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  22 }

  callFwdServR13CFDACheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - check code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  23 }

  callFwdServR13CFDAMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR13Entry  24 }

  callFwdServR13CFDAAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR13Entry  25 }

  callFwdServR13CFDASingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  26 }

  callFwdServR13CFDAContRinging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing'."
    ::= { callFwdServR13Entry  27 }

  callFwdServR13CFDAContRingingAfterFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delayed Call Forwarding - continue ringing after failure'."
    ::= { callFwdServR13Entry  28 }

  callFwdServR13CFBLAndCFDAEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - enable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  29 }

  callFwdServR13CFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  30 }

  callFwdServR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { callFwdServR13Entry  31 }

  callFwdServR13SCFUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  32 }

  callFwdServR13AllowSCFUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR13Entry  33 }

  callFwdServR13SupportLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Basic Line Hunting support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  34 }

  callFwdServR13LineHuntingAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR13Entry  35 }

  callFwdServR13LineHuntingMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR13Entry  36 }

  callFwdServR13SupportSCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  37 }

  callFwdServR13SCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number'.
                  This field is not writable when active."
    DEFVAL       { 5 }
    ::= { callFwdServR13Entry  38 }

  callFwdServR13SCFAcceptanceRetryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - acceptance retry time'.
                  This field is not writable when active."
    DEFVAL       { 120 }
    ::= { callFwdServR13Entry  39 }

  callFwdServR13SCFSingleRing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  40 }

  callFwdServR13SCFMaxNumEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - max number of entries'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { callFwdServR13Entry  41 }

  callFwdServR13SCFAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - access code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  42 }

  callFwdServR13SCFAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Forwarding - alternative access code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  43 }

  callFwdServR13SupportRACF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  44 }

  callFwdServR13RACFAccessNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - access number'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  45 }

  callFwdServR13RACFMaxSimulCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Remote Access to Call Forwarding - maximum simultaneous calls'.
                  This field is not writable when active."
    DEFVAL       { 50 }
    ::= { callFwdServR13Entry  46 }

  callFwdServR13LineHuntingMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  47 }

  callFwdServR13LineHuntingContHuntingIfNoReply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - continue hunting if no reply'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR13Entry  54 }

  callFwdServR13SupportFMFM OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Find-me-follow-me - Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  55 }

  callFwdServR13FMFMSimRingEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing enable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  56 }

  callFwdServR13FMFMSimRingDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - SimRing disable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  57 }

  callFwdServR13FMFMFMFMEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me enable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  58 }

  callFwdServR13FMFMFMFMDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me disable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  59 }

  callFwdServR13FMFMFMFMPlayComfortAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Find-me-follow-me - Find-me-follow-me play comfort announcement'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR13Entry  60 }

  callFwdServR13RequireCrtsyCallByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Require courtesy call by default'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { callFwdServR13Entry  61 }

  callFwdServR13SupportUnavailCF OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - support'."
    DEFVAL       { notConfigured }
    ::= { callFwdServR13Entry  62 }

  callFwdServR13UnavailCFMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding - max number'."
    DEFVAL       { 5 }
    ::= { callFwdServR13Entry  63 }

  callFwdServR13CFUAndCFBLAndCFDADisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unconditional, Busy and Delayed Call Forwarding - disable code'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  64 }

  callFwdServR13UseAnnouncesforconfirmation OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use Announcements for confirmation'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  65 }

  callFwdServR13BasicLineHuntingSubSEnabledFieldDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Basic Line Hunting - subscriber's Enabled field default'."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  66 }

  callFwdServR13IntegratedCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Integrated call forwarding supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  67 }

  callFwdServR13UseAnnouncesConfirmationDigitMap OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..200))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use Announcements for confirmation digit map'.
                  This field is not writable when active."
    ::= { callFwdServR13Entry  68 }

  callFwdServR13DelivRedirectNumAsCallerToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver Redirect Number as Caller to Voicemail'."
    DEFVAL       { false }
    ::= { callFwdServR13Entry  69 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Policy'                                             */
-- /* Valid from: 9.6.10                                                            */
-- /*********************************************************************************/

  rtgPlcyR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RtgPlcyR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'."
    ::= { metaSwitch  2738 }

  rtgPlcyR1Entry OBJECT-TYPE
    SYNTAX       RtgPlcyR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rtgPlcyR1NEConn,
             rtgPlcyR1NetwkElement,
             rtgPlcyR1CFSIx,
             rtgPlcyR1GpIx,
             rtgPlcyR1RtgPolicyIx }
    ::= {  rtgPlcyR1Table  1  }

  RtgPlcyR1Entry  ::=  SEQUENCE
  {
    rtgPlcyR1NEConn                    Unsigned32,
    rtgPlcyR1NetwkElement              DisplayString,
    rtgPlcyR1CFSIx                     Unsigned32,
    rtgPlcyR1GpIx                      Unsigned32,
    rtgPlcyR1RtgPolicyIx               Unsigned32,
    rtgPlcyR1Name                      DisplayString,
    rtgPlcyR1I1DepartmentNEConn        Unsigned32,
    rtgPlcyR1I2DepartmentNetwkElement  DisplayString,
    rtgPlcyR1I3DepartmentCFSIx         Unsigned32,
    rtgPlcyR1I4DepartmentGpIx          Unsigned32,
    rtgPlcyR1I5DepartmentDepartmentIx  Unsigned32,
    rtgPlcyR1DepartmentOtherVals       INTEGER,
    rtgPlcyR1LineSelMethod             INTEGER,
    rtgPlcyR1NumLinesToTry             Unsigned32,
    rtgPlcyR1NumLinesToTryPerPriority  Unsigned32,
    rtgPlcyR1FallbackDirNum            DisplayString,
    rtgPlcyR1NumChldLines              Unsigned32,
    rtgPlcyR1HasAssignedLines          INTEGER,
    rtgPlcyR1RowStatus                 RowStatus,
    rtgPlcyR1DIDForkingPolicy          INTEGER
  }

  rtgPlcyR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rtgPlcyR1Entry  1 }

  rtgPlcyR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rtgPlcyR1Entry  2 }

  rtgPlcyR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rtgPlcyR1Entry  3 }

  rtgPlcyR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rtgPlcyR1Entry  4 }

  rtgPlcyR1RtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Policy index'.
                  This is an index field."
    ::= { rtgPlcyR1Entry  5 }

  rtgPlcyR1Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { rtgPlcyR1Entry  6 }

  rtgPlcyR1I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyR1Entry  7 }

  rtgPlcyR1I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyR1Entry  8 }

  rtgPlcyR1I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyR1Entry  9 }

  rtgPlcyR1I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyR1Entry  10 }

  rtgPlcyR1I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { rtgPlcyR1Entry  11 }

  rtgPlcyR1DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rtgPlcyR1Entry  12 }

  rtgPlcyR1LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   roundRobinAscendingISDNSIPOnly(4),
                   roundRobinDescendingISDNSIPOnly(5),
                   mostCallsISDNSIPOnly(6),
                   fewestCallsISDNSIPOnly(7),
                   weightedRandom(8),
                   ordered(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'."
    DEFVAL       { roundRobinAscendingISDNSIPOnly }
    ::= { rtgPlcyR1Entry  13 }

  rtgPlcyR1NumLinesToTry OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of lines to try'."
    DEFVAL       { 10 }
    ::= { rtgPlcyR1Entry  14 }

  rtgPlcyR1NumLinesToTryPerPriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of lines to try per priority'."
    DEFVAL       { 10 }
    ::= { rtgPlcyR1Entry  15 }

  rtgPlcyR1FallbackDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fallback directory number'."
    ::= { rtgPlcyR1Entry  16 }

  rtgPlcyR1NumChldLines OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of child lines'."
    ::= { rtgPlcyR1Entry  17 }

  rtgPlcyR1HasAssignedLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Has assigned lines'."
    ::= { rtgPlcyR1Entry  18 }

  rtgPlcyR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rtgPlcyR1Entry  19 }

  rtgPlcyR1DIDForkingPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   forkToSIPRegistrationAndDID(1),
                   sIPRegistrationFirst(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID Forking Policy'."
    DEFVAL       { forkToSIPRegistrationAndDID }
    ::= { rtgPlcyR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.6.10                                                            */
-- /* Deprecated from: 9.6.20                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR53Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR53Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2739 }

  mediaGatewayModelR53Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR53Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR53NEConn,
             mediaGatewayModelR53NetwkElement,
             mediaGatewayModelR53CFSIx,
             mediaGatewayModelR53ModelIx }
    ::= {  mediaGatewayModelR53Table  1  }

  MediaGatewayModelR53Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR53NEConn         Unsigned32,
    mediaGatewayModelR53NetwkElement   DisplayString,
    mediaGatewayModelR53CFSIx          Unsigned32,
    mediaGatewayModelR53ModelIx        Unsigned32,
    mediaGatewayModelR53Category       INTEGER,
    mediaGatewayModelR53ModelName      DisplayString,
    mediaGatewayModelR53Desc           DisplayString,
    mediaGatewayModelR53ControlProt    INTEGER,
    mediaGatewayModelR53ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR53LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR53PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR53PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR53AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR53AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR53RefCnt         Unsigned32,
    mediaGatewayModelR53RowStatus      RowStatus,
    mediaGatewayModelR53DefModel       INTEGER,
    mediaGatewayModelR53Authentication INTEGER,
    mediaGatewayModelR53SupportedConnTypes
                                       BITS,
    mediaGatewayModelR53AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR53ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR53ExportStatus   DisplayString,
    mediaGatewayModelR53ExportFile     DisplayString,
    mediaGatewayModelR53ExportCorr     Counter64,
    mediaGatewayModelR53ExportCorrNode DisplayString,
    mediaGatewayModelR53ExportCorrUID  DisplayString,
    mediaGatewayModelR53DoExtraActions INTEGER,
    mediaGatewayModelR53FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR53FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR53FBsMGCP        BITS,
    mediaGatewayModelR53FBsMeGaCo      BITS,
    mediaGatewayModelR53FBsSIP         BITS,
    mediaGatewayModelR53FixBitsMeGaCo2 BITS,
    mediaGatewayModelR53MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR53AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR53AlertInfoDR2   DisplayString,
    mediaGatewayModelR53AlertInfoDR3   DisplayString,
    mediaGatewayModelR53AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR53DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR53DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR53ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR53SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR53DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR53UpToDateCnt    Unsigned32,
    mediaGatewayModelR53SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR53SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR53Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR53AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR53VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR53AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR53FixBitsSIP2    BITS,
    mediaGatewayModelR53OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR53FBsMeGaCo4     BITS,
    mediaGatewayModelR53SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR53ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR53SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR53ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR53SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR53AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR53AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR53InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR53OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR53MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR53FixBitsSIP3    BITS,
    mediaGatewayModelR53FixBitsSIP4    BITS,
    mediaGatewayModelR53SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR53RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR53EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR53LCC1           DisplayString,
    mediaGatewayModelR53LCC2           DisplayString,
    mediaGatewayModelR53LCC3           DisplayString,
    mediaGatewayModelR53LCC4           DisplayString,
    mediaGatewayModelR53LCC5           DisplayString,
    mediaGatewayModelR53LCC6           DisplayString,
    mediaGatewayModelR53LCC7           DisplayString,
    mediaGatewayModelR53LCC8           DisplayString,
    mediaGatewayModelR53LCC9           DisplayString,
    mediaGatewayModelR53LCC10          DisplayString,
    mediaGatewayModelR53LCC11          DisplayString,
    mediaGatewayModelR53LCC12          DisplayString,
    mediaGatewayModelR53LCC13          DisplayString,
    mediaGatewayModelR53LCC14          DisplayString,
    mediaGatewayModelR53LCC15          DisplayString,
    mediaGatewayModelR53LCC16          DisplayString,
    mediaGatewayModelR53LCC17          DisplayString,
    mediaGatewayModelR53LCC18          DisplayString,
    mediaGatewayModelR53LCC19          DisplayString,
    mediaGatewayModelR53LCC20          DisplayString,
    mediaGatewayModelR53ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR53MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR53MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR53ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR53NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR53NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR53NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR53NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR53NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR53NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR53NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR53NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR53OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR53ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR53MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR53MRSPollTimeout Unsigned32,
    mediaGatewayModelR53RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR53SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR53SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR53FixBitsSIPMSML BITS,
    mediaGatewayModelR53AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR53SessionTimer   Unsigned32,
    mediaGatewayModelR53SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR53SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR53FixBitsSIP5    BITS,
    mediaGatewayModelR53FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR53SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR53SuppRcvngTrnspSIPHdrs
                                       LongDisplayString,
    mediaGatewayModelR53PreferTrnspSIPHdrSentByThisAS
                                       INTEGER
  }

  mediaGatewayModelR53NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR53Entry  1 }

  mediaGatewayModelR53NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR53Entry  2 }

  mediaGatewayModelR53CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR53Entry  3 }

  mediaGatewayModelR53ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR53Entry  4 }

  mediaGatewayModelR53Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR53Entry  5 }

  mediaGatewayModelR53ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR53Entry  6 }

  mediaGatewayModelR53Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR53Entry  7 }

  mediaGatewayModelR53ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR53Entry  8 }

  mediaGatewayModelR53ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR53Entry  9 }

  mediaGatewayModelR53LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR53Entry  10 }

  mediaGatewayModelR53PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR53Entry  11 }

  mediaGatewayModelR53PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR53Entry  12 }

  mediaGatewayModelR53AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  13 }

  mediaGatewayModelR53AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR53Entry  14 }

  mediaGatewayModelR53RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR53Entry  16 }

  mediaGatewayModelR53RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR53Entry  17 }

  mediaGatewayModelR53DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  18 }

  mediaGatewayModelR53Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR53Entry  19 }

  mediaGatewayModelR53SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR53Entry  20 }

  mediaGatewayModelR53AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR53Entry  21 }

  mediaGatewayModelR53ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR53Entry  22 }

  mediaGatewayModelR53ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR53Entry  23 }

  mediaGatewayModelR53ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR53Entry  24 }

  mediaGatewayModelR53ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR53Entry  25 }

  mediaGatewayModelR53ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR53Entry  26 }

  mediaGatewayModelR53ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR53Entry  27 }

  mediaGatewayModelR53DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR53Entry  28 }

  mediaGatewayModelR53FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR53Entry  29 }

  mediaGatewayModelR53FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR53Entry  30 }

  mediaGatewayModelR53FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR53Entry  31 }

  mediaGatewayModelR53FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR53Entry  32 }

  mediaGatewayModelR53FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR53Entry  33 }

  mediaGatewayModelR53FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR53Entry  34 }

  mediaGatewayModelR53MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR53Entry  35 }

  mediaGatewayModelR53AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR53Entry  36 }

  mediaGatewayModelR53AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR53Entry  37 }

  mediaGatewayModelR53AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR53Entry  38 }

  mediaGatewayModelR53AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR53Entry  39 }

  mediaGatewayModelR53DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR53Entry  40 }

  mediaGatewayModelR53DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR53Entry  41 }

  mediaGatewayModelR53ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR53Entry  42 }

  mediaGatewayModelR53SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR53Entry  43 }

  mediaGatewayModelR53DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR53Entry  44 }

  mediaGatewayModelR53UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR53Entry  45 }

  mediaGatewayModelR53SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR53Entry  46 }

  mediaGatewayModelR53SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR53Entry  48 }

  mediaGatewayModelR53Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR53Entry  49 }

  mediaGatewayModelR53AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR53Entry  50 }

  mediaGatewayModelR53VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR53Entry  51 }

  mediaGatewayModelR53AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR53Entry  52 }

  mediaGatewayModelR53FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR53Entry  53 }

  mediaGatewayModelR53OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR53Entry  54 }

  mediaGatewayModelR53FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR53Entry  55 }

  mediaGatewayModelR53SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR53Entry  56 }

  mediaGatewayModelR53ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR53Entry  57 }

  mediaGatewayModelR53SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR53Entry  58 }

  mediaGatewayModelR53ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR53Entry  59 }

  mediaGatewayModelR53SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR53Entry  60 }

  mediaGatewayModelR53AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR53Entry  61 }

  mediaGatewayModelR53AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR53Entry  62 }

  mediaGatewayModelR53InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR53Entry  63 }

  mediaGatewayModelR53OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR53Entry  64 }

  mediaGatewayModelR53MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR53Entry  65 }

  mediaGatewayModelR53FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR53Entry  66 }

  mediaGatewayModelR53FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20),
                   supportsXMSWPrimaryDNHeader(21),
                   doesNotSupportAInactiveForCFSInitiatedCallHold(22),
                   sendsPrimaryCallerIDInPAssertedIdentity(23),
                   alwaysSignalPEarlyMediaSupportDuringSetup(24),
                   supportsSDPBandwidthParameters(25),
                   trustVerstatParameters(26),
                   supportsVerstatUserpartParameter(27),
                   supportsVerstatURIParameter(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR53Entry  67 }

  mediaGatewayModelR53SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR53Entry  68 }

  mediaGatewayModelR53RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  69 }

  mediaGatewayModelR53EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR53Entry  70 }

  mediaGatewayModelR53LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR53Entry  71 }

  mediaGatewayModelR53LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR53Entry  72 }

  mediaGatewayModelR53LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR53Entry  73 }

  mediaGatewayModelR53LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR53Entry  74 }

  mediaGatewayModelR53LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR53Entry  75 }

  mediaGatewayModelR53LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR53Entry  76 }

  mediaGatewayModelR53LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR53Entry  77 }

  mediaGatewayModelR53LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR53Entry  78 }

  mediaGatewayModelR53LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR53Entry  79 }

  mediaGatewayModelR53LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR53Entry  80 }

  mediaGatewayModelR53LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR53Entry  81 }

  mediaGatewayModelR53LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR53Entry  82 }

  mediaGatewayModelR53LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR53Entry  83 }

  mediaGatewayModelR53LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR53Entry  84 }

  mediaGatewayModelR53LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR53Entry  85 }

  mediaGatewayModelR53LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR53Entry  86 }

  mediaGatewayModelR53LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR53Entry  87 }

  mediaGatewayModelR53LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR53Entry  88 }

  mediaGatewayModelR53LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR53Entry  89 }

  mediaGatewayModelR53LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR53Entry  90 }

  mediaGatewayModelR53ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR53Entry  91 }

  mediaGatewayModelR53MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR53Entry  92 }

  mediaGatewayModelR53MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR53Entry  93 }

  mediaGatewayModelR53ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR53Entry  94 }

  mediaGatewayModelR53NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR53Entry  95 }

  mediaGatewayModelR53NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR53Entry  96 }

  mediaGatewayModelR53NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR53Entry  97 }

  mediaGatewayModelR53NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR53Entry  98 }

  mediaGatewayModelR53NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR53Entry  99 }

  mediaGatewayModelR53NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR53Entry  100 }

  mediaGatewayModelR53NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR53Entry  101 }

  mediaGatewayModelR53NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  102 }

  mediaGatewayModelR53OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  103 }

  mediaGatewayModelR53ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR53Entry  104 }

  mediaGatewayModelR53MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR53Entry  105 }

  mediaGatewayModelR53MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR53Entry  106 }

  mediaGatewayModelR53RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR53Entry  107 }

  mediaGatewayModelR53SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  108 }

  mediaGatewayModelR53SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR53Entry  109 }

  mediaGatewayModelR53FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR53Entry  110 }

  mediaGatewayModelR53AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR53Entry  111 }

  mediaGatewayModelR53SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR53Entry  112 }

  mediaGatewayModelR53SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR53Entry  113 }

  mediaGatewayModelR53SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  114 }

  mediaGatewayModelR53FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7),
                   alwaysAuthorizePEarlyMedia(8),
                   useAlternativeIPForBlackHoleSDP(9),
                   trustLocationInformation(10),
                   supportsReceivingLocationInformation(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR53Entry  115 }

  mediaGatewayModelR53FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR53Entry  116 }

  mediaGatewayModelR53SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR53Entry  117 }

  mediaGatewayModelR53SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR53Entry  118 }

  mediaGatewayModelR53PreferTrnspSIPHdrSentByThisAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Prefer transparent SIP header values sent by this application server'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR53Entry  119 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Line'                                        */
-- /* Valid from: 9.6.20                                                            */
-- /*********************************************************************************/

  bGLineR35Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Number Block'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2740 }

  bGLineR35Entry OBJECT-TYPE
    SYNTAX       BGLineR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineR35NEConn,
             bGLineR35NetwkElement,
             bGLineR35CFSIx,
             bGLineR35GpIx,
             bGLineR35FirstDirNum,
             bGLineR35DirNum }
    ::= {  bGLineR35Table  1  }

  BGLineR35Entry  ::=  SEQUENCE
  {
    bGLineR35NEConn                    Unsigned32,
    bGLineR35NetwkElement              DisplayString,
    bGLineR35CFSIx                     Unsigned32,
    bGLineR35GpIx                      Unsigned32,
    bGLineR35FirstDirNum               DisplayString,
    bGLineR35DirNum                    DisplayString,
    bGLineR35PresNum                   DisplayString,
    bGLineR35ClgPartyNum               DisplayString,
    bGLineR35IntercomDialingCode       DisplayString,
    bGLineR35NumStatus                 INTEGER,
    bGLineR35PortedExchangeID          DisplayString,
    bGLineR35T1I1AccDevNEConn          Unsigned32,
    bGLineR35T1I2AccDevNetwkElement    DisplayString,
    bGLineR35T1I3AccDevCFSIx           Unsigned32,
    bGLineR35T1I4AccDevGatewayIx       Unsigned32,
    bGLineR35T1I5AccDevDeviceIx        Unsigned32,
    bGLineR35T2I1AccDevNEConn          Unsigned32,
    bGLineR35T2I2AccDevNetwkElement    DisplayString,
    bGLineR35T2I3AccDevCFSIx           Unsigned32,
    bGLineR35T2I4AccDevGatewayIx       Unsigned32,
    bGLineR35T2I5AccDevDeviceIx        Unsigned32,
    bGLineR35AccessLineNum             Unsigned32,
    bGLineR35SignalFunctionCode        INTEGER,
    bGLineR35LineUsage                 INTEGER,
    bGLineR35FSKFormat                 INTEGER,
    bGLineR35PIN                       DisplayString,
    bGLineR35LineSideAnswerSupervisionSupported
                                       INTEGER,
    bGLineR35DigitMaskingReqd          INTEGER,
    bGLineR35OrigingFacilityMarksDisabled
                                       INTEGER,
    bGLineR35OrigingFacilityMarksADC   INTEGER,
    bGLineR35TermFacilityMarksServInterception
                                       INTEGER,
    bGLineR35TermFacilityMarksFixedDestServ
                                       INTEGER,
    bGLineR35ActYear                   Unsigned32,
    bGLineR35ActMonth                  Unsigned32,
    bGLineR35ActDate                   Unsigned32,
    bGLineR35LastInCallClgType         INTEGER,
    bGLineR35LastInCallUniqueNum       INTEGER,
    bGLineR35LastInCallClgNum          DisplayString,
    bGLineR35LastInCallClgPresNum      DisplayString,
    bGLineR35LastInCallTimeCall        Unsigned32,
    bGLineR35LastInCallCallerWaited    INTEGER,
    bGLineR35LastInCallCallAnswrd      INTEGER,
    bGLineR35LastInCallCallTraced      INTEGER,
    bGLineR35AlrmState                 INTEGER,
    bGLineR35AlrmLogCorr               Counter64,
    bGLineR35AddtlAlrmLogCorr          Counter64,
    bGLineR35AlrmEvtsAttnRq            Unsigned32,
    bGLineR35AlrmEvtsAtndDp            Unsigned32,
    bGLineR35AlrmStateTimestamp        Unsigned32,
    bGLineR35ChldCallServAlrmsAttnRq   Unsigned32,
    bGLineR35ChldCallServAlrmEvtsAttnRq
                                       Unsigned32,
    bGLineR35ChldCallServAlrmsAtndDp   Unsigned32,
    bGLineR35ChldCallServAlrmEvtsAtndDp
                                       Unsigned32,
    bGLineR35DiagsLogLvl               INTEGER,
    bGLineR35DiagsAPITraceEnabled      INTEGER,
    bGLineR35DiagsAPITraceTag          DisplayString,
    bGLineR35DiagsAPITraceRemNum       DisplayString,
    bGLineR35SummaryChldAlrmState      INTEGER,
    bGLineR35ExportNumObjectsExported  Integer32,
    bGLineR35ExportStatus              DisplayString,
    bGLineR35ExportFile                DisplayString,
    bGLineR35ExportCorr                Counter64,
    bGLineR35ExportCorrNode            DisplayString,
    bGLineR35ExportCorrUID             DisplayString,
    bGLineR35DoExtraActions            INTEGER,
    bGLineR35RowStatus                 RowStatus,
    bGLineR35MovedToDirNum             DisplayString,
    bGLineR35CustInfo                  DisplayString,
    bGLineR35SDActI1SubGpBusLineNEConn Unsigned32,
    bGLineR35SDActI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR35SDActI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR35SDActI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR35SDDefI1SubGpBusLineNEConn Unsigned32,
    bGLineR35SDDefI2SubGpBusLineNetwkElement
                                       DisplayString,
    bGLineR35SDDefI3SubGpBusLineCFSIx  Unsigned32,
    bGLineR35SDDefI4SubGpBusLineSubGpIx
                                       Unsigned32,
    bGLineR35SDUseDefSubGpBusLine      INTEGER,
    bGLineR35SigType                   INTEGER,
    bGLineR35I1ISDNInterfaceNEConn     Unsigned32,
    bGLineR35I2ISDNInterfaceNetwkElement
                                       DisplayString,
    bGLineR35I3ISDNInterfaceCFSIx      Unsigned32,
    bGLineR35I4ISDNInterfaceISDNIx     Unsigned32,
    bGLineR35I5ISDNInterfacePRIIx      Unsigned32,
    bGLineR35ISDNDefBearerCapabilities BITS,
    bGLineR35SIPUserName               DisplayString,
    bGLineR35SIPDomainName             DisplayString,
    bGLineR35UseStaticNATMapping       INTEGER,
    bGLineR35SIPRegistrationStatus     INTEGER,
    bGLineR35SIPAuthenticationReqd     INTEGER,
    bGLineR35NewSIPPassword            DisplayString,
    bGLineR35ConfirmNewSIPPassword     DisplayString,
    bGLineR35SDActMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR35SDDefMaxPermittedContactRefreshInterval
                                       Unsigned32,
    bGLineR35SDUseDefMaxPermittedContactRefreshInterval
                                       INTEGER,
    bGLineR35SDActServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR35SDDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR35SDUseDefServSuspendedBusGrpLine
                                       INTEGER,
    bGLineR35GR303NailedUpConn         INTEGER,
    bGLineR35MultipleAppearanceDirNum  DisplayString,
    bGLineR35AllowDirectDialing        INTEGER,
    bGLineR35CustInfo2                 DisplayString,
    bGLineR35CustInfo3                 DisplayString,
    bGLineR35CustInfo4                 DisplayString,
    bGLineR35CustInfo5                 DisplayString,
    bGLineR35CustInfo6                 DisplayString,
    bGLineR35RecentlyMovedFromOldNum   INTEGER,
    bGLineR35MovedFromDirNum           DisplayString,
    bGLineR35ConnectCallAfterAnnounce  INTEGER,
    bGLineR35ChargeNum                 DisplayString,
    bGLineR35I1PreferredLocationTrnkGatewayNEConn
                                       Unsigned32,
    bGLineR35I2PreferredLocationTrnkGatewayNetwkElement
                                       DisplayString,
    bGLineR35I3PreferredLocationTrnkGatewayCFSIx
                                       Unsigned32,
    bGLineR35I4PreferredLocationTrnkGatewayLocationIx
                                       Unsigned32,
    bGLineR35PreferredLocationTrnkGatewayOtherVals
                                       INTEGER,
    bGLineR35GR303DialType             INTEGER,
    bGLineR35LastOutCallCldType        INTEGER,
    bGLineR35LastOutCallCldNum         DisplayString,
    bGLineR35LastOutCallNumPres        INTEGER,
    bGLineR35LastOutCallCallType       INTEGER,
    bGLineR35LastOutCallDirectDialed   INTEGER,
    bGLineR35LastOutCallCarr           DisplayString,
    bGLineR35I1PerProfNEConn           Unsigned32,
    bGLineR35I2PerProfNetwkElement     DisplayString,
    bGLineR35I3PerProfCFSIx            Unsigned32,
    bGLineR35I4PerProfGpIx             Unsigned32,
    bGLineR35UseDNIdentification       INTEGER,
    bGLineR35SDActLongDistanceCarr     DisplayString,
    bGLineR35SDDefLongDistanceCarr     DisplayString,
    bGLineR35SDUseDefLongDistanceCarr  INTEGER,
    bGLineR35SDActIntraLATACarr        DisplayString,
    bGLineR35SDDefIntraLATACarr        DisplayString,
    bGLineR35SDUseDefIntraLATACarr     INTEGER,
    bGLineR35SDActIntnatlCarr          DisplayString,
    bGLineR35SDDefIntnatlCarr          DisplayString,
    bGLineR35SDUseDefIntnatlCarr       INTEGER,
    bGLineR35SDActRtgAttrs             BITS,
    bGLineR35SDDefRtgAttrs             BITS,
    bGLineR35SDUseDefRtgAttrs          INTEGER,
    bGLineR35SDActTimezone             INTEGER,
    bGLineR35SDDefTimezone             INTEGER,
    bGLineR35SDUseDefTimezone          INTEGER,
    bGLineR35SDActAdjustDaylightSavings
                                       INTEGER,
    bGLineR35SDDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR35SDUseDefAdjustDaylightSavings
                                       INTEGER,
    bGLineR35SDActLCC1                 INTEGER,
    bGLineR35SDDefLCC1                 INTEGER,
    bGLineR35SDUseDefLCC1              INTEGER,
    bGLineR35SDActLCC2                 INTEGER,
    bGLineR35SDDefLCC2                 INTEGER,
    bGLineR35SDUseDefLCC2              INTEGER,
    bGLineR35SDActLCC3                 INTEGER,
    bGLineR35SDDefLCC3                 INTEGER,
    bGLineR35SDUseDefLCC3              INTEGER,
    bGLineR35SDActLCC4                 INTEGER,
    bGLineR35SDDefLCC4                 INTEGER,
    bGLineR35SDUseDefLCC4              INTEGER,
    bGLineR35SDActLCC5                 INTEGER,
    bGLineR35SDDefLCC5                 INTEGER,
    bGLineR35SDUseDefLCC5              INTEGER,
    bGLineR35SDActMaxCallAppearances   Unsigned32,
    bGLineR35SDDefMaxCallAppearances   Unsigned32,
    bGLineR35SDUseDefMaxCallAppearances
                                       INTEGER,
    bGLineR35SDActTariffGp             INTEGER,
    bGLineR35SDDefTariffGp             INTEGER,
    bGLineR35SDUseDefTariffGp          INTEGER,
    bGLineR35SDActForceLNPLookup       INTEGER,
    bGLineR35SDDefForceLNPLookup       INTEGER,
    bGLineR35SDUseDefForceLNPLookup    INTEGER,
    bGLineR35LineTrafficStudy          INTEGER,
    bGLineR35MLHGIx                    Unsigned32,
    bGLineR35MLHGMemberIx              Unsigned32,
    bGLineR35CallListsMissedCalls      LongDisplayString,
    bGLineR35CallListsAnswrdCalls      LongDisplayString,
    bGLineR35CallListsDialedCalls      LongDisplayString,
    bGLineR35EnabledDate               Unsigned32,
    bGLineR35SDActI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR35SDActI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR35SDActI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR35SDActI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineR35SDDefI1SubMediaGatewayModelNEConn
                                       Unsigned32,
    bGLineR35SDDefI2SubMediaGatewayModelNetwkElement
                                       DisplayString,
    bGLineR35SDDefI3SubMediaGatewayModelCFSIx
                                       Unsigned32,
    bGLineR35SDDefI4SubMediaGatewayModelModelIx
                                       Unsigned32,
    bGLineSDActR35SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineSDDefR35SDActSubMediaGatewayModelOtherVals
                                       INTEGER,
    bGLineR35SDUseDefSubMediaGatewayModel
                                       INTEGER,
    bGLineR35SDActLCC6                 INTEGER,
    bGLineR35SDDefLCC6                 INTEGER,
    bGLineR35SDUseDefLCC6              INTEGER,
    bGLineR35SDActLCC7                 INTEGER,
    bGLineR35SDDefLCC7                 INTEGER,
    bGLineR35SDUseDefLCC7              INTEGER,
    bGLineR35SDActLCC8                 INTEGER,
    bGLineR35SDDefLCC8                 INTEGER,
    bGLineR35SDUseDefLCC8              INTEGER,
    bGLineR35SDActLCC9                 INTEGER,
    bGLineR35SDDefLCC9                 INTEGER,
    bGLineR35SDUseDefLCC9              INTEGER,
    bGLineR35SDActLCC10                INTEGER,
    bGLineR35SDDefLCC10                INTEGER,
    bGLineR35SDUseDefLCC10             INTEGER,
    bGLineR35SDActLCC11                INTEGER,
    bGLineR35SDDefLCC11                INTEGER,
    bGLineR35SDUseDefLCC11             INTEGER,
    bGLineR35SDActLCC12                INTEGER,
    bGLineR35SDDefLCC12                INTEGER,
    bGLineR35SDUseDefLCC12             INTEGER,
    bGLineR35SDActLCC13                INTEGER,
    bGLineR35SDDefLCC13                INTEGER,
    bGLineR35SDUseDefLCC13             INTEGER,
    bGLineR35SDActLCC14                INTEGER,
    bGLineR35SDDefLCC14                INTEGER,
    bGLineR35SDUseDefLCC14             INTEGER,
    bGLineR35SDActLCC15                INTEGER,
    bGLineR35SDDefLCC15                INTEGER,
    bGLineR35SDUseDefLCC15             INTEGER,
    bGLineR35SDActLCC16                INTEGER,
    bGLineR35SDDefLCC16                INTEGER,
    bGLineR35SDUseDefLCC16             INTEGER,
    bGLineR35SDActLCC17                INTEGER,
    bGLineR35SDDefLCC17                INTEGER,
    bGLineR35SDUseDefLCC17             INTEGER,
    bGLineR35SDActLCC18                INTEGER,
    bGLineR35SDDefLCC18                INTEGER,
    bGLineR35SDUseDefLCC18             INTEGER,
    bGLineR35SDActLCC19                INTEGER,
    bGLineR35SDDefLCC19                INTEGER,
    bGLineR35SDUseDefLCC19             INTEGER,
    bGLineR35SDActLCC20                INTEGER,
    bGLineR35SDDefLCC20                INTEGER,
    bGLineR35SDUseDefLCC20             INTEGER,
    bGLineR35T1I1GatewayNEConn         Unsigned32,
    bGLineR35T1I2GatewayNetwkElement   DisplayString,
    bGLineR35T1I3GatewayCFSIx          Unsigned32,
    bGLineR35T1I4GatewayGatewayIx      Unsigned32,
    bGLineR35T2I1GatewayNEConn         Unsigned32,
    bGLineR35T2I2GatewayNetwkElement   DisplayString,
    bGLineR35T2I3GatewayCFSIx          Unsigned32,
    bGLineR35T2I4GatewayGatewayIx      Unsigned32,
    bGLineR35I1DepartmentNEConn        Unsigned32,
    bGLineR35I2DepartmentNetwkElement  DisplayString,
    bGLineR35I3DepartmentCFSIx         Unsigned32,
    bGLineR35I4DepartmentGpIx          Unsigned32,
    bGLineR35I5DepartmentDepartmentIx  Unsigned32,
    bGLineR35DepartmentOtherVals       INTEGER,
    bGLineR35SDActFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR35SDDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR35SDUseDefFlashHookCallServsProvidedBy
                                       INTEGER,
    bGLineR35SDActMaxSimulRegistrations
                                       INTEGER,
    bGLineR35SDDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR35SDUseDefMaxSimulRegistrations
                                       INTEGER,
    bGLineR35CurrNumRegistrations      Integer32,
    bGLineR35SDActVQMCallLogging       INTEGER,
    bGLineR35SDDefVQMCallLogging       INTEGER,
    bGLineR35SDUseDefVQMCallLogging    INTEGER,
    bGLineR35DiagLogCorr               Counter64,
    bGLineR35FaultMonitoringLvl        INTEGER,
    bGLineR35SIPPassword               DisplayString,
    bGLineR35SDActI1NetwkNodeNEConn    Unsigned32,
    bGLineR35SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR35SDActI3NetwkNodeCFSIx     Unsigned32,
    bGLineR35SDActI4NetwkNodeNodeIx    Unsigned32,
    bGLineR35SDDefI1NetwkNodeNEConn    Unsigned32,
    bGLineR35SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    bGLineR35SDDefI3NetwkNodeCFSIx     Unsigned32,
    bGLineR35SDDefI4NetwkNodeNodeIx    Unsigned32,
    bGLineSDActR35SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineSDDefR35SDActNetwkNodeOtherVals
                                       INTEGER,
    bGLineR35SDUseDefNetwkNode         INTEGER,
    bGLineR35MovedToNumAsDialed        DisplayString,
    bGLineR35MovedDate                 Unsigned32,
    bGLineR35SDActExpireAfter          Unsigned32,
    bGLineR35SDDefExpireAfter          Unsigned32,
    bGLineR35SDUseDefExpireAfter       INTEGER,
    bGLineR35ExpiryDate                Unsigned32,
    bGLineR35SASHostname               LongDisplayString,
    bGLineR35SDActI1ESAProtDomNEConn   Unsigned32,
    bGLineR35SDActI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR35SDActI3ESAProtDomCFSIx    Unsigned32,
    bGLineR35SDActI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineR35SDDefI1ESAProtDomNEConn   Unsigned32,
    bGLineR35SDDefI2ESAProtDomNetwkElement
                                       DisplayString,
    bGLineR35SDDefI3ESAProtDomCFSIx    Unsigned32,
    bGLineR35SDDefI4ESAProtDomESAProtDomIx
                                       Unsigned32,
    bGLineSDActR35SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineSDDefR35SDActESAProtDomOtherVals
                                       INTEGER,
    bGLineR35SDUseDefESAProtDom        INTEGER,
    bGLineR35I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    bGLineR35I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    bGLineR35I3DelegatedManagementGpDMGIx
                                       Integer32,
    bGLineR35SDActSubTimezone          LongDisplayString,
    bGLineR35SDDefSubTimezone          LongDisplayString,
    bGLineR35SDUseDefSubTimezone       INTEGER,
    bGLineR35SDActChargeInd            INTEGER,
    bGLineR35SDDefChargeInd            INTEGER,
    bGLineR35SDUseDefChargeInd         INTEGER,
    bGLineR35SDActSubClgCategory       INTEGER,
    bGLineR35SDDefSubClgCategory       INTEGER,
    bGLineR35SDUseDefSubClgCategory    INTEGER,
    bGLineR35CustomerInfoFirstName     LongDisplayString,
    bGLineR35CustomerInfoSecondName    LongDisplayString,
    bGLineR35CustomerInfoOtherNames    LongDisplayString,
    bGLineR35CustomerInfoPenultimateName
                                       LongDisplayString,
    bGLineR35CustomerInfoSurname       LongDisplayString,
    bGLineR35SDActBusGpLinePrivileges  Unsigned32,
    bGLineR35SDDefBusGpLinePrivileges  Unsigned32,
    bGLineR35SDUseDefBusGpLinePrivileges
                                       INTEGER,
    bGLineR35I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    bGLineR35I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    bGLineR35I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    bGLineR35I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    bGLineR35TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    bGLineR35I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    bGLineR35I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    bGLineR35I3FaultMonitoringProfFMPIx
                                       Integer32,
    bGLineR35FaultMonitoringProfOtherVals
                                       INTEGER,
    bGLineR35ApplyFMPToReltdObjectTypes
                                       BITS,
    bGLineR35AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    bGLineR35SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR35SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR35SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    bGLineR35StatisticsAlrms           Integer32,
    bGLineR35TwinnedWithAPBXDIDNum     INTEGER,
    bGLineR35NumBlockDevTwinning       INTEGER,
    bGLineR35ACDServLvl                INTEGER,
    bGLineR35ACDAvail                  INTEGER,
    bGLineR35I1ACDLastAnswrdMLHGNEConn Unsigned32,
    bGLineR35I2ACDLastAnswrdMLHGNetwkElement
                                       DisplayString,
    bGLineR35I3ACDLastAnswrdMLHGCFSIx  Unsigned32,
    bGLineR35I4ACDLastAnswrdMLHGGpIx   Unsigned32,
    bGLineR35I5ACDLastAnswrdMLHGMLHGGpIx
                                       Unsigned32,
    bGLineR35ACDDspCd                  INTEGER,
    bGLineR35NoUserEquipment           INTEGER,
    bGLineR35SDActAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR35SDDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR35SDUseDefAuthenticationUsernameIncsDomain
                                       INTEGER,
    bGLineR35AllowRehoming             INTEGER,
    bGLineR35I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    bGLineR35PreSubscribedConn         INTEGER,
    bGLineR35LoggedInMLHGs             LongDisplayString,
    bGLineR35ExportIncASRepData        INTEGER,
    bGLineR35SDActNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR35SDDefNetwkDisconnectSignalDurn
                                       Unsigned32,
    bGLineR35SDUseDefNetwkDisconnectSignalDurn
                                       INTEGER,
    bGLineR35ClgPartyNumEmgncyCall     DisplayString,
    bGLineR35PortedRtgMethod           INTEGER,
    bGLineR35LocationRtgNum            DisplayString,
    bGLineR35IsIMS                     INTEGER,
    bGLineR35ExportChldObjectsToInc    INTEGER,
    bGLineR35SDActTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR35SDDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR35SDUseDefTypeAddtlCallAppearances
                                       INTEGER,
    bGLineR35SDActAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR35SDDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR35SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    bGLineR35PermissibleInboundIPAddrs LongDisplayString,
    bGLineR35PrimaryIdentity           LongDisplayString,
    bGLineR35SDActOutArea              INTEGER,
    bGLineR35SDDefOutArea              INTEGER,
    bGLineR35SDUseDefOutArea           INTEGER,
    bGLineR35DIDSub                    INTEGER,
    bGLineR35DIDCode                   DisplayString,
    bGLineR35RtgType                   INTEGER,
    bGLineR35I1DIDRtgPolicyNEConn      Unsigned32,
    bGLineR35I2DIDRtgPolicyNetwkElement
                                       DisplayString,
    bGLineR35I3DIDRtgPolicyCFSIx       Unsigned32,
    bGLineR35I4DIDRtgPolicyGpIx        Unsigned32,
    bGLineR35I5DIDRtgPolicyRtgPolicyIx Unsigned32,
    bGLineR35I1OwningPBXNEConn         Unsigned32,
    bGLineR35I2OwningPBXNetwkElement   DisplayString,
    bGLineR35I3OwningPBXCFSIx          Unsigned32,
    bGLineR35I4OwningPBXDirNum         DisplayString,
    bGLineR35SDActOvrChargeNum         DisplayString,
    bGLineR35SDDefOvrChargeNum         DisplayString,
    bGLineR35SDUseDefOvrChargeNum      INTEGER,
    bGLineR35SDActOvrClgPartyNum       DisplayString,
    bGLineR35SDDefOvrClgPartyNum       DisplayString,
    bGLineR35SDUseDefOvrClgPartyNum    INTEGER,
    bGLineR35I1CallServGpNEConn        Unsigned32,
    bGLineR35I2CallServGpNetwkElement  DisplayString,
    bGLineR35I3CallServGpCFSIx         Unsigned32,
    bGLineR35I4CallServGpGpIx          Unsigned32,
    bGLineR35I5CallServGpCSGIx         Unsigned32,
    bGLineR35CallServGpOtherVals       INTEGER,
    bGLineR35DNIDInE164Format          INTEGER,
    bGLineR35RequestSource             INTEGER,
    bGLineR35PBXIsRenumbering          INTEGER,
    bGLineR35HeadLine                  INTEGER,
    bGLineR35CIDToUseOnOutboundCalls   LongDisplayString,
    bGLineR35I1FirstRtgPolicyLineToTryNEConn
                                       Unsigned32,
    bGLineR35I2FirstRtgPolicyLineToTryNetwkElement
                                       DisplayString,
    bGLineR35I3FirstRtgPolicyLineToTryCFSIx
                                       Unsigned32,
    bGLineR35I4FirstRtgPolicyLineToTryGpIx
                                       Unsigned32,
    bGLineR35I5FirstRtgPolicyLineToTryRtgPolicyIx
                                       Unsigned32,
    bGLineR35I6FirstRtgPolicyLineToTryRtgPolicyLineIx
                                       Unsigned32,
    bGLineR35FirstRtgPolicyLineToTryOtherVals
                                       INTEGER
  }

  bGLineR35NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineR35Entry  1 }

  bGLineR35NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineR35Entry  2 }

  bGLineR35CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineR35Entry  3 }

  bGLineR35GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineR35Entry  4 }

  bGLineR35FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineR35Entry  5 }

  bGLineR35DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineR35Entry  6 }

  bGLineR35PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { bGLineR35Entry  7 }

  bGLineR35ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { bGLineR35Entry  8 }

  bGLineR35IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { bGLineR35Entry  9 }

  bGLineR35NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { bGLineR35Entry  10 }

  bGLineR35PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { bGLineR35Entry  11 }

  bGLineR35T1I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR35Entry  12 }

  bGLineR35T1I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR35Entry  13 }

  bGLineR35T1I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR35Entry  14 }

  bGLineR35T1I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR35Entry  15 }

  bGLineR35T1I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOTAGAccessDeviceSE'."
    ::= { bGLineR35Entry  16 }

  bGLineR35T2I1AccDevNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR35Entry  17 }

  bGLineR35T2I2AccDevNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR35Entry  18 }

  bGLineR35T2I3AccDevCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR35Entry  19 }

  bGLineR35T2I4AccDevGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR35Entry  20 }

  bGLineR35T2I5AccDevDeviceIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Access Device',
                  This field represents index 'Device index'
                  in referenced type 'BOOSubGAccessDeviceSE'."
    ::= { bGLineR35Entry  21 }

  bGLineR35AccessLineNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access Line number'.
                  This field is not writable when active."
    ::= { bGLineR35Entry  22 }

  bGLineR35SignalFunctionCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   loopStart(1),
                   groundStart(2),
                   eAndMWinkStart(3),
                   eAndMWinkStartOriginatingDelayStartTerminating(4),
                   eAndMWinkStartOriginatingOnly(5),
                   eAndMImmediateStartOriginatingOnly(6),
                   eAndMWinkStartTerminatingOnly(7),
                   eAndMDelayStartTerminatingOnly(8),
                   lRBWinkStart(9),
                   lRBWinkStartOriginatingOnly(10),
                   lRBWinkStartTerminatingOnly(11),
                   reversedLRBWinkStartOriginatingOnly(12),
                   lRBDelayStartTerminatingOnly(13),
                   lRBWinkStartOriginatingDelayStartTerminating(14),
                   reversalOnAnswerLoopStart(15),
                   reversalOnSeizureLoopStart(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signal function code'.
                  This field is not writable when active."
    DEFVAL       { loopStart }
    ::= { bGLineR35Entry  23 }

  bGLineR35LineUsage OBJECT-TYPE
    SYNTAX       INTEGER {
                   voiceAndFax(1),
                   faxOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line usage'.
                  This field is not writable when active."
    DEFVAL       { voiceAndFax }
    ::= { bGLineR35Entry  24 }

  bGLineR35FSKFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   bellcore(1),
                   uK(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'FSK format'.
                  This field is not writable when active."
    ::= { bGLineR35Entry  25 }

  bGLineR35PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { bGLineR35Entry  26 }

  bGLineR35LineSideAnswerSupervisionSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line side answer supervision supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  27 }

  bGLineR35DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  28 }

  bGLineR35OrigingFacilityMarksDisabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating facility marks - disabled'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  30 }

  bGLineR35OrigingFacilityMarksADC OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating facility marks - AD&C'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  32 }

  bGLineR35TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  33 }

  bGLineR35TermFacilityMarksFixedDestServ OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - fixed destination service'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  34 }

  bGLineR35ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { bGLineR35Entry  36 }

  bGLineR35ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { bGLineR35Entry  37 }

  bGLineR35ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { bGLineR35Entry  38 }

  bGLineR35LastInCallClgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - calling type'."
    ::= { bGLineR35Entry  39 }

  bGLineR35LastInCallUniqueNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - unique number'."
    ::= { bGLineR35Entry  40 }

  bGLineR35LastInCallClgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling number'."
    ::= { bGLineR35Entry  41 }

  bGLineR35LastInCallClgPresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - calling presentation number'."
    ::= { bGLineR35Entry  42 }

  bGLineR35LastInCallTimeCall OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - time of call'."
    ::= { bGLineR35Entry  43 }

  bGLineR35LastInCallCallerWaited OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - caller waited'."
    ::= { bGLineR35Entry  44 }

  bGLineR35LastInCallCallAnswrd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last incoming call - call answered'."
    ::= { bGLineR35Entry  45 }

  bGLineR35LastInCallCallTraced OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last incoming call - call traced'."
    ::= { bGLineR35Entry  46 }

  bGLineR35AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { bGLineR35Entry  47 }

  bGLineR35AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { bGLineR35Entry  48 }

  bGLineR35AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { bGLineR35Entry  49 }

  bGLineR35AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR35Entry  50 }

  bGLineR35AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR35Entry  51 }

  bGLineR35AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { bGLineR35Entry  52 }

  bGLineR35ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { bGLineR35Entry  53 }

  bGLineR35ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR35Entry  54 }

  bGLineR35ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { bGLineR35Entry  55 }

  bGLineR35ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { bGLineR35Entry  56 }

  bGLineR35DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { bGLineR35Entry  57 }

  bGLineR35DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  58 }

  bGLineR35DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { bGLineR35Entry  59 }

  bGLineR35DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { bGLineR35Entry  60 }

  bGLineR35SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { bGLineR35Entry  61 }

  bGLineR35ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { bGLineR35Entry  62 }

  bGLineR35ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { bGLineR35Entry  63 }

  bGLineR35ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { bGLineR35Entry  64 }

  bGLineR35ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { bGLineR35Entry  65 }

  bGLineR35ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { bGLineR35Entry  66 }

  bGLineR35ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { bGLineR35Entry  67 }

  bGLineR35DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   deleteRegisteredSIPBindings(3),
                   resynchronizePhones(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { bGLineR35Entry  68 }

  bGLineR35RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineR35Entry  69 }

  bGLineR35MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { bGLineR35Entry  70 }

  bGLineR35CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { bGLineR35Entry  71 }

  bGLineR35SDActI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  72 }

  bGLineR35SDActI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  73 }

  bGLineR35SDActI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  74 }

  bGLineR35SDActI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  75 }

  bGLineR35SDDefI1SubGpBusLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  76 }

  bGLineR35SDDefI2SubGpBusLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  77 }

  bGLineR35SDDefI3SubGpBusLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  78 }

  bGLineR35SDDefI4SubGpBusLineSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Subscriber Group'.
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Subscriber Group'."
    ::= { bGLineR35Entry  79 }

  bGLineR35SDUseDefSubGpBusLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber Group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  80 }

  bGLineR35SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { bGLineR35Entry  81 }

  bGLineR35I1ISDNInterfaceNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR35Entry  82 }

  bGLineR35I2ISDNInterfaceNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR35Entry  83 }

  bGLineR35I3ISDNInterfaceCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR35Entry  84 }

  bGLineR35I4ISDNInterfaceISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR35Entry  85 }

  bGLineR35I5ISDNInterfacePRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ISDN Interface',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPrimaryRateInterfaceSE'."
    ::= { bGLineR35Entry  86 }

  bGLineR35ISDNDefBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN default bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { bGLineR35Entry  87 }

  bGLineR35SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { bGLineR35Entry  88 }

  bGLineR35SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { bGLineR35Entry  89 }

  bGLineR35UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  90 }

  bGLineR35SIPRegistrationStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notRegistered(2),
                   registered(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP registration status'."
    ::= { bGLineR35Entry  91 }

  bGLineR35SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { true }
    ::= { bGLineR35Entry  92 }

  bGLineR35NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR35Entry  93 }

  bGLineR35ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'.
                  Field is write-only, GETs will return an empty string."
    ::= { bGLineR35Entry  94 }

  bGLineR35SDActMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  96 }

  bGLineR35SDDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  97 }

  bGLineR35SDUseDefMaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum permitted contact refresh interval'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  98 }

  bGLineR35SDActServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  100 }

  bGLineR35SDDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  101 }

  bGLineR35SDUseDefServSuspendedBusGrpLine OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Service suspended'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  102 }

  bGLineR35GR303NailedUpConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Nailed-up connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  103 }

  bGLineR35MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { bGLineR35Entry  104 }

  bGLineR35AllowDirectDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow direct dialing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { bGLineR35Entry  105 }

  bGLineR35CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { bGLineR35Entry  106 }

  bGLineR35CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { bGLineR35Entry  107 }

  bGLineR35CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { bGLineR35Entry  108 }

  bGLineR35CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { bGLineR35Entry  109 }

  bGLineR35CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { bGLineR35Entry  110 }

  bGLineR35RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  111 }

  bGLineR35MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { bGLineR35Entry  112 }

  bGLineR35ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  113 }

  bGLineR35ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { bGLineR35Entry  114 }

  bGLineR35I1PreferredLocationTrnkGatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR35Entry  123 }

  bGLineR35I2PreferredLocationTrnkGatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR35Entry  124 }

  bGLineR35I3PreferredLocationTrnkGatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR35Entry  125 }

  bGLineR35I4PreferredLocationTrnkGatewayLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { bGLineR35Entry  126 }

  bGLineR35PreferredLocationTrnkGatewayOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR35Entry  127 }

  bGLineR35GR303DialType OBJECT-TYPE
    SYNTAX       INTEGER {
                   dTMFOrPulseDial(1),
                   pulseDialOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'GR-303 dial type'.
                  This field is not writable when active."
    DEFVAL       { dTMFOrPulseDial }
    ::= { bGLineR35Entry  133 }

  bGLineR35LastOutCallCldType OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - called type'."
    ::= { bGLineR35Entry  137 }

  bGLineR35LastOutCallCldNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - called number'."
    ::= { bGLineR35Entry  138 }

  bGLineR35LastOutCallNumPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAvailable(1),
                   ordinary(2),
                   payPhone(3),
                   withheldOrdinary(4),
                   withheldPayPhone(5),
                   ordinaryPresentationNumberOnly(6),
                   payPhonePresentationNumberOnly(7),
                   withheldOrdinaryPresentationNumberOnly(8),
                   withheldPayPhonePresentationNumberOnly(9)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - number presentation'."
    ::= { bGLineR35Entry  139 }

  bGLineR35LastOutCallCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - call type'."
    ::= { bGLineR35Entry  140 }

  bGLineR35LastOutCallDirectDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last outgoing call - direct dialed'."
    ::= { bGLineR35Entry  141 }

  bGLineR35LastOutCallCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last outgoing call - carrier'."
    ::= { bGLineR35Entry  142 }

  bGLineR35I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR35Entry  158 }

  bGLineR35I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR35Entry  159 }

  bGLineR35I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR35Entry  160 }

  bGLineR35I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { bGLineR35Entry  161 }

  bGLineR35UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  162 }

  bGLineR35SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  163 }

  bGLineR35SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  164 }

  bGLineR35SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  165 }

  bGLineR35SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  166 }

  bGLineR35SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  167 }

  bGLineR35SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  168 }

  bGLineR35SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  169 }

  bGLineR35SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  170 }

  bGLineR35SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  171 }

  bGLineR35SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  172 }

  bGLineR35SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  173 }

  bGLineR35SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  174 }

  bGLineR35SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  175 }

  bGLineR35SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  176 }

  bGLineR35SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  177 }

  bGLineR35SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  178 }

  bGLineR35SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  179 }

  bGLineR35SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  180 }

  bGLineR35SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  181 }

  bGLineR35SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  182 }

  bGLineR35SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  183 }

  bGLineR35SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  184 }

  bGLineR35SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  185 }

  bGLineR35SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  186 }

  bGLineR35SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  187 }

  bGLineR35SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  188 }

  bGLineR35SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  189 }

  bGLineR35SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  190 }

  bGLineR35SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  191 }

  bGLineR35SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  192 }

  bGLineR35SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  193 }

  bGLineR35SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  194 }

  bGLineR35SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  195 }

  bGLineR35SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  200 }

  bGLineR35SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  201 }

  bGLineR35SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  202 }

  bGLineR35SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  203 }

  bGLineR35SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  204 }

  bGLineR35SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  205 }

  bGLineR35SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  206 }

  bGLineR35SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  207 }

  bGLineR35SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  208 }

  bGLineR35LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  209 }

  bGLineR35MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { bGLineR35Entry  210 }

  bGLineR35MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { bGLineR35Entry  211 }

  bGLineR35CallListsMissedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - missed calls'."
    ::= { bGLineR35Entry  212 }

  bGLineR35CallListsAnswrdCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - answered calls'."
    ::= { bGLineR35Entry  213 }

  bGLineR35CallListsDialedCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Lists - dialed calls'."
    ::= { bGLineR35Entry  214 }

  bGLineR35EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { bGLineR35Entry  215 }

  bGLineR35SDActI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  223 }

  bGLineR35SDActI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  224 }

  bGLineR35SDActI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  225 }

  bGLineR35SDActI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  226 }

  bGLineR35SDDefI1SubMediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  227 }

  bGLineR35SDDefI2SubMediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  228 }

  bGLineR35SDDefI3SubMediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  229 }

  bGLineR35SDDefI4SubMediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Media Gateway Model'.
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  230 }

  bGLineSDActR35SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  232 }

  bGLineSDDefR35SDActSubMediaGatewayModelOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   derivedFromSIPUserAgent(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway Model'.
                  This field represents the fixed
                  values that Media Gateway Model
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Media Gateway Model'."
    ::= { bGLineR35Entry  233 }

  bGLineR35SDUseDefSubMediaGatewayModel OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Media Gateway Model'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  234 }

  bGLineR35SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  240 }

  bGLineR35SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  241 }

  bGLineR35SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  242 }

  bGLineR35SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  243 }

  bGLineR35SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  244 }

  bGLineR35SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  245 }

  bGLineR35SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  246 }

  bGLineR35SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  247 }

  bGLineR35SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  248 }

  bGLineR35SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  249 }

  bGLineR35SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  250 }

  bGLineR35SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  251 }

  bGLineR35SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  252 }

  bGLineR35SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  253 }

  bGLineR35SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  254 }

  bGLineR35SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  255 }

  bGLineR35SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  256 }

  bGLineR35SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  257 }

  bGLineR35SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  258 }

  bGLineR35SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  259 }

  bGLineR35SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  260 }

  bGLineR35SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  261 }

  bGLineR35SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  262 }

  bGLineR35SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  263 }

  bGLineR35SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  264 }

  bGLineR35SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  265 }

  bGLineR35SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  266 }

  bGLineR35SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  267 }

  bGLineR35SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  268 }

  bGLineR35SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  269 }

  bGLineR35SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  270 }

  bGLineR35SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  271 }

  bGLineR35SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  272 }

  bGLineR35SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  273 }

  bGLineR35SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  274 }

  bGLineR35SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  275 }

  bGLineR35SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  276 }

  bGLineR35SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  277 }

  bGLineR35SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  278 }

  bGLineR35SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  279 }

  bGLineR35SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  280 }

  bGLineR35SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  281 }

  bGLineR35SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  282 }

  bGLineR35SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  283 }

  bGLineR35SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  284 }

  bGLineR35T1I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR35Entry  285 }

  bGLineR35T1I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR35Entry  286 }

  bGLineR35T1I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR35Entry  287 }

  bGLineR35T1I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOTrunkAccessGatewaySE'."
    ::= { bGLineR35Entry  288 }

  bGLineR35T2I1GatewayNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR35Entry  289 }

  bGLineR35T2I2GatewayNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR35Entry  290 }

  bGLineR35T2I3GatewayCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR35Entry  291 }

  bGLineR35T2I4GatewayGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Gateway',
                  This field represents index 'Gateway Index'
                  in referenced type 'BOOSubscriberGatewaySE'."
    ::= { bGLineR35Entry  292 }

  bGLineR35I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR35Entry  294 }

  bGLineR35I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR35Entry  295 }

  bGLineR35I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR35Entry  296 }

  bGLineR35I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR35Entry  297 }

  bGLineR35I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { bGLineR35Entry  298 }

  bGLineR35DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR35Entry  299 }

  bGLineR35SDActFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  306 }

  bGLineR35SDDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSphereCFS(1),
                   endpoint(2),
                   tAS(3),
                   metaswitchAGC(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  307 }

  bGLineR35SDUseDefFlashHookCallServsProvidedBy OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Flash-hook call services provided by'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  308 }

  bGLineR35SDActMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  314 }

  bGLineR35SDDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER ( 1..32 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  315 }

  bGLineR35SDUseDefMaxSimulRegistrations OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum simultaneous registrations'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  316 }

  bGLineR35CurrNumRegistrations OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Current number of registrations'."
    ::= { bGLineR35Entry  319 }

  bGLineR35SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  324 }

  bGLineR35SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  325 }

  bGLineR35SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  326 }

  bGLineR35DiagLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostic log correlator'."
    ::= { bGLineR35Entry  327 }

  bGLineR35FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { bGLineR35Entry  328 }

  bGLineR35SIPPassword OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP password'."
    ::= { bGLineR35Entry  329 }

  bGLineR35SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  330 }

  bGLineR35SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  331 }

  bGLineR35SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  332 }

  bGLineR35SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  333 }

  bGLineR35SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  334 }

  bGLineR35SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  335 }

  bGLineR35SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  336 }

  bGLineR35SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  337 }

  bGLineSDActR35SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  339 }

  bGLineSDDefR35SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { bGLineR35Entry  340 }

  bGLineR35SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  341 }

  bGLineR35MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { bGLineR35Entry  346 }

  bGLineR35MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { bGLineR35Entry  347 }

  bGLineR35SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  348 }

  bGLineR35SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  349 }

  bGLineR35SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  350 }

  bGLineR35ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { bGLineR35Entry  351 }

  bGLineR35SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { bGLineR35Entry  368 }

  bGLineR35SDActI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  370 }

  bGLineR35SDActI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  371 }

  bGLineR35SDActI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  372 }

  bGLineR35SDActI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  373 }

  bGLineR35SDDefI1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  374 }

  bGLineR35SDDefI2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  375 }

  bGLineR35SDDefI3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  376 }

  bGLineR35SDDefI4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'ESA Protection Domain'.
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  377 }

  bGLineSDActR35SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  379 }

  bGLineSDDefR35SDActESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'ESA Protection Domain'."
    ::= { bGLineR35Entry  380 }

  bGLineR35SDUseDefESAProtDom OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'ESA Protection Domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  381 }

  bGLineR35I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR35Entry  390 }

  bGLineR35I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR35Entry  391 }

  bGLineR35I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { bGLineR35Entry  392 }

  bGLineR35SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  394 }

  bGLineR35SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  395 }

  bGLineR35SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  396 }

  bGLineR35SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  397 }

  bGLineR35SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  398 }

  bGLineR35SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  399 }

  bGLineR35SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  400 }

  bGLineR35SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  401 }

  bGLineR35SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  402 }

  bGLineR35CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { bGLineR35Entry  410 }

  bGLineR35CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { bGLineR35Entry  411 }

  bGLineR35CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { bGLineR35Entry  412 }

  bGLineR35CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { bGLineR35Entry  413 }

  bGLineR35CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { bGLineR35Entry  414 }

  bGLineR35SDActBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  415 }

  bGLineR35SDDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  416 }

  bGLineR35SDUseDefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group line privileges'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  417 }

  bGLineR35I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR35Entry  418 }

  bGLineR35I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR35Entry  419 }

  bGLineR35I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR35Entry  420 }

  bGLineR35I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { bGLineR35Entry  421 }

  bGLineR35TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR35Entry  422 }

  bGLineR35I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR35Entry  423 }

  bGLineR35I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR35Entry  424 }

  bGLineR35I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { bGLineR35Entry  425 }

  bGLineR35FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR35Entry  426 }

  bGLineR35ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { bGLineR35Entry  427 }

  bGLineR35AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { bGLineR35Entry  428 }

  bGLineR35SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  429 }

  bGLineR35SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  430 }

  bGLineR35SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  431 }

  bGLineR35StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { bGLineR35Entry  432 }

  bGLineR35TwinnedWithAPBXDIDNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(1),
                   true(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Twinned with a PBX DID Number'."
    ::= { bGLineR35Entry  441 }

  bGLineR35NumBlockDevTwinning OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   pBXDIDs(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number Block device twinning'."
    ::= { bGLineR35Entry  442 }

  bGLineR35ACDServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - service level'."
    ::= { bGLineR35Entry  443 }

  bGLineR35ACDAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(0),
                   wrapUp(1),
                   unavailabilityReason1(2),
                   unavailabilityReason2(3),
                   unavailabilityReason3(4),
                   unavailabilityReason4(5),
                   unavailabilityReason5(6),
                   unavailabilityReason6(7),
                   unavailabilityReason7(8),
                   unavailabilityReason8(9),
                   unavailabilityReason9(10),
                   unavailabilityReason10(11),
                   unavailabilityReason11(12),
                   unavailabilityReason12(13),
                   unavailabilityReason13(14),
                   unavailabilityReason14(15),
                   unavailabilityReason15(16),
                   unavailabilityReason16(17),
                   unavailabilityReason17(18),
                   unavailabilityReason18(19),
                   unavailabilityReason19(20),
                   unavailabilityReason20(21),
                   unavailabilityReason21(22),
                   unavailabilityReason22(23),
                   unavailabilityReason23(24),
                   unavailabilityReason24(25),
                   unavailabilityReason25(26),
                   unavailabilityReason26(27),
                   unavailabilityReason27(28),
                   unavailabilityReason28(29),
                   unavailabilityReason29(30),
                   unavailabilityReason30(31),
                   dND(32),
                   inACall(33),
                   loggedOut(34),
                   notReady(35),
                   none(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - availability'."
    DEFVAL       { available }
    ::= { bGLineR35Entry  444 }

  bGLineR35I1ACDLastAnswrdMLHGNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR35Entry  445 }

  bGLineR35I2ACDLastAnswrdMLHGNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR35Entry  446 }

  bGLineR35I3ACDLastAnswrdMLHGCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR35Entry  447 }

  bGLineR35I4ACDLastAnswrdMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR35Entry  448 }

  bGLineR35I5ACDLastAnswrdMLHGMLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automated Call Distribution - last answered MLHG',
                  This field represents index
                  'MLHG Group index'
                  in referenced type 'BOOMLHGSE'."
    ::= { bGLineR35Entry  449 }

  bGLineR35ACDDspCd OBJECT-TYPE
    SYNTAX       INTEGER ( 0..30 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code'.
                  Field is write-only, GETs will return 0."
    ::= { bGLineR35Entry  450 }

  bGLineR35NoUserEquipment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No user equipment'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  451 }

  bGLineR35SDActAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  452 }

  bGLineR35SDDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  453 }

  bGLineR35SDUseDefAuthenticationUsernameIncsDomain OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Authentication username includes domain'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  454 }

  bGLineR35AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    ::= { bGLineR35Entry  455 }

  bGLineR35I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { bGLineR35Entry  456 }

  bGLineR35PreSubscribedConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pre-subscribed connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  457 }

  bGLineR35LoggedInMLHGs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..10593))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LoggedInMLHGs'."
    ::= { bGLineR35Entry  458 }

  bGLineR35ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { bGLineR35Entry  459 }

  bGLineR35SDActNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  460 }

  bGLineR35SDDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  461 }

  bGLineR35SDUseDefNetwkDisconnectSignalDurn OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network disconnect signal duration'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  462 }

  bGLineR35ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { bGLineR35Entry  463 }

  bGLineR35PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { bGLineR35Entry  464 }

  bGLineR35LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { bGLineR35Entry  465 }

  bGLineR35IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { bGLineR35Entry  466 }

  bGLineR35ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { bGLineR35Entry  467 }

  bGLineR35SDActTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  468 }

  bGLineR35SDDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                   bidirectional(0),
                   incomingOnly(1),
                   outgoingOnly(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  469 }

  bGLineR35SDUseDefTypeAddtlCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Type of additional call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  470 }

  bGLineR35SDActAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  471 }

  bGLineR35SDDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  472 }

  bGLineR35SDUseDefAlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Always use subscriber DN as caller ID for calls from mobile lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  473 }

  bGLineR35PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { bGLineR35Entry  474 }

  bGLineR35PrimaryIdentity OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary identity'."
    ::= { bGLineR35Entry  475 }

  bGLineR35SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  476 }

  bGLineR35SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  477 }

  bGLineR35SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  478 }

  bGLineR35DIDSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID subscriber'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  479 }

  bGLineR35DIDCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..25))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DID code'."
    ::= { bGLineR35Entry  480 }

  bGLineR35RtgType OBJECT-TYPE
    SYNTAX       INTEGER {
                   routingPolicy(0),
                   pBX(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing type'."
    DEFVAL       { routingPolicy }
    ::= { bGLineR35Entry  481 }

  bGLineR35I1DIDRtgPolicyNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR35Entry  482 }

  bGLineR35I2DIDRtgPolicyNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Network Element'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR35Entry  483 }

  bGLineR35I3DIDRtgPolicyCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR35Entry  484 }

  bGLineR35I4DIDRtgPolicyGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Group index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR35Entry  485 }

  bGLineR35I5DIDRtgPolicyRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'DID Routing Policy',
                  This field represents index 'Routing Policy index'
                  in referenced type 'BOORoutingPolicySE'."
    ::= { bGLineR35Entry  486 }

  bGLineR35I1OwningPBXNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR35Entry  487 }

  bGLineR35I2OwningPBXNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR35Entry  488 }

  bGLineR35I3OwningPBXCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR35Entry  489 }

  bGLineR35I4OwningPBXDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Owning PBX',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXSE'."
    ::= { bGLineR35Entry  490 }

  bGLineR35SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  491 }

  bGLineR35SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  492 }

  bGLineR35SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  493 }

  bGLineR35SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  494 }

  bGLineR35SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { bGLineR35Entry  495 }

  bGLineR35SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { bGLineR35Entry  496 }

  bGLineR35I1CallServGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR35Entry  497 }

  bGLineR35I2CallServGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR35Entry  498 }

  bGLineR35I3CallServGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR35Entry  499 }

  bGLineR35I4CallServGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR35Entry  500 }

  bGLineR35I5CallServGpCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Service Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { bGLineR35Entry  501 }

  bGLineR35CallServGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group'.
                  This field represents the fixed
                  values that Call Service Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR35Entry  502 }

  bGLineR35DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  503 }

  bGLineR35RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { bGLineR35Entry  504 }

  bGLineR35PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { bGLineR35Entry  505 }

  bGLineR35HeadLine OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Head line'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { bGLineR35Entry  506 }

  bGLineR35CIDToUseOnOutboundCalls OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID to use on outbound calls'."
    DEFVAL       { "Configured Calling Party Number" }
    ::= { bGLineR35Entry  507 }

  bGLineR35I1FirstRtgPolicyLineToTryNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First Routing Policy Line to Try',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { bGLineR35Entry  508 }

  bGLineR35I2FirstRtgPolicyLineToTryNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First Routing Policy Line to Try',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { bGLineR35Entry  509 }

  bGLineR35I3FirstRtgPolicyLineToTryCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First Routing Policy Line to Try',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { bGLineR35Entry  510 }

  bGLineR35I4FirstRtgPolicyLineToTryGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First Routing Policy Line to Try',
                  This field represents index
                  'Group index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { bGLineR35Entry  511 }

  bGLineR35I5FirstRtgPolicyLineToTryRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First Routing Policy Line to Try',
                  This field represents index
                  'Routing Policy index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { bGLineR35Entry  512 }

  bGLineR35I6FirstRtgPolicyLineToTryRtgPolicyLineIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First Routing Policy Line to Try',
                  This field represents index
                  'Routing Policy Line index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { bGLineR35Entry  513 }

  bGLineR35FirstRtgPolicyLineToTryOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'First Routing Policy Line to Try'.
                  This field represents the fixed
                  values that First Routing Policy Line to Try
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineR35Entry  514 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Routing Policy Line'                                        */
-- /* Valid from: 9.6.20                                                            */
-- /*********************************************************************************/

  rtgPlcyLineR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RtgPlcyLineR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Routing Policy'."
    ::= { metaSwitch  2741 }

  rtgPlcyLineR1Entry OBJECT-TYPE
    SYNTAX       RtgPlcyLineR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rtgPlcyLineR1NEConn,
             rtgPlcyLineR1NetwkElement,
             rtgPlcyLineR1CFSIx,
             rtgPlcyLineR1GpIx,
             rtgPlcyLineR1RtgPolicyIx,
             rtgPlcyLineR1RtgPolicyLineIx }
    ::= {  rtgPlcyLineR1Table  1  }

  RtgPlcyLineR1Entry  ::=  SEQUENCE
  {
    rtgPlcyLineR1NEConn                Unsigned32,
    rtgPlcyLineR1NetwkElement          DisplayString,
    rtgPlcyLineR1CFSIx                 Unsigned32,
    rtgPlcyLineR1GpIx                  Unsigned32,
    rtgPlcyLineR1RtgPolicyIx           Unsigned32,
    rtgPlcyLineR1RtgPolicyLineIx       Unsigned32,
    rtgPlcyLineR1I1PBXDirNumNEConn     Unsigned32,
    rtgPlcyLineR1I2PBXDirNumNetwkElement
                                       DisplayString,
    rtgPlcyLineR1I3PBXDirNumCFSIx      Unsigned32,
    rtgPlcyLineR1I4PBXDirNumDirNum     DisplayString,
    rtgPlcyLineR1I1PBXLineNEConn       Unsigned32,
    rtgPlcyLineR1I2PBXLineNetwkElement DisplayString,
    rtgPlcyLineR1I3PBXLineCFSIx        Unsigned32,
    rtgPlcyLineR1I4PBXLineDirNum       DisplayString,
    rtgPlcyLineR1I5PBXLineTerminalIx   Unsigned32,
    rtgPlcyLineR1TrnkGpName            DisplayString,
    rtgPlcyLineR1Position              Unsigned32,
    rtgPlcyLineR1Priority              Unsigned32,
    rtgPlcyLineR1Weight                Unsigned32,
    rtgPlcyLineR1DoExtraActions        INTEGER,
    rtgPlcyLineR1RowStatus             RowStatus,
    rtgPlcyLineR1UnavailReroutingPolicy
                                       INTEGER,
    rtgPlcyLineR1UnavailFwdNum         DisplayString,
    rtgPlcyLineR1I1UnavailReroutingLineNEConn
                                       Unsigned32,
    rtgPlcyLineR1I2UnavailReroutingLineNetwkElement
                                       DisplayString,
    rtgPlcyLineR1I3UnavailReroutingLineCFSIx
                                       Unsigned32,
    rtgPlcyLineR1I4UnavailReroutingLineGpIx
                                       Unsigned32,
    rtgPlcyLineR1I5UnavailReroutingLineRtgPolicyIx
                                       Unsigned32,
    rtgPlcyLineR1I6UnavailReroutingLineRtgPolicyLineIx
                                       Unsigned32,
    rtgPlcyLineR1CapacityReroutingPolicy
                                       INTEGER,
    rtgPlcyLineR1CapacityFwdNum        DisplayString,
    rtgPlcyLineR1I1CapacityReroutingLineNEConn
                                       Unsigned32,
    rtgPlcyLineR1I2CapacityReroutingLineNetwkElement
                                       DisplayString,
    rtgPlcyLineR1I3CapacityReroutingLineCFSIx
                                       Unsigned32,
    rtgPlcyLineR1I4CapacityReroutingLineGpIx
                                       Unsigned32,
    rtgPlcyLineR1I5CapacityReroutingLineRtgPolicyIx
                                       Unsigned32,
    rtgPlcyLineR1I6CapacityReroutingLineRtgPolicyLineIx
                                       Unsigned32,
    rtgPlcyLineR1DoNotConsiderLineRtgPolicyLineSel
                                       INTEGER
  }

  rtgPlcyLineR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rtgPlcyLineR1Entry  1 }

  rtgPlcyLineR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rtgPlcyLineR1Entry  2 }

  rtgPlcyLineR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rtgPlcyLineR1Entry  3 }

  rtgPlcyLineR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { rtgPlcyLineR1Entry  4 }

  rtgPlcyLineR1RtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Policy index'.
                  This is an index field."
    ::= { rtgPlcyLineR1Entry  5 }

  rtgPlcyLineR1RtgPolicyLineIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing Policy Line index'.
                  This is an index field."
    ::= { rtgPlcyLineR1Entry  6 }

  rtgPlcyLineR1I1PBXDirNumNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineR1Entry  7 }

  rtgPlcyLineR1I2PBXDirNumNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineR1Entry  8 }

  rtgPlcyLineR1I3PBXDirNumCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineR1Entry  9 }

  rtgPlcyLineR1I4PBXDirNumDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX directory number',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXSE'."
    ::= { rtgPlcyLineR1Entry  10 }

  rtgPlcyLineR1I1PBXLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineR1Entry  11 }

  rtgPlcyLineR1I2PBXLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineR1Entry  12 }

  rtgPlcyLineR1I3PBXLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineR1Entry  13 }

  rtgPlcyLineR1I4PBXLineDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Directory number'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineR1Entry  14 }

  rtgPlcyLineR1I5PBXLineTerminalIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'PBX Line',
                  This field represents index 'Terminal number'
                  in referenced type 'BOOPBXLineSE'."
    ::= { rtgPlcyLineR1Entry  15 }

  rtgPlcyLineR1TrnkGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group name'."
    ::= { rtgPlcyLineR1Entry  16 }

  rtgPlcyLineR1Position OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Position'."
    ::= { rtgPlcyLineR1Entry  17 }

  rtgPlcyLineR1Priority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority'."
    DEFVAL       { 1 }
    ::= { rtgPlcyLineR1Entry  18 }

  rtgPlcyLineR1Weight OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Weight'."
    DEFVAL       { 1 }
    ::= { rtgPlcyLineR1Entry  19 }

  rtgPlcyLineR1DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   moveUp(1),
                   moveDown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { rtgPlcyLineR1Entry  20 }

  rtgPlcyLineR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rtgPlcyLineR1Entry  21 }

  rtgPlcyLineR1UnavailReroutingPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeToAnotherLine(1),
                   forwardToDirectoryNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable rerouting policy'."
    DEFVAL       { none }
    ::= { rtgPlcyLineR1Entry  22 }

  rtgPlcyLineR1UnavailFwdNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Unavailable forwarding number'."
    ::= { rtgPlcyLineR1Entry  23 }

  rtgPlcyLineR1I1UnavailReroutingLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Unavailable rerouting line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  24 }

  rtgPlcyLineR1I2UnavailReroutingLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Unavailable rerouting line',
                  This field represents index 'Network Element'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  25 }

  rtgPlcyLineR1I3UnavailReroutingLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Unavailable rerouting line',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  26 }

  rtgPlcyLineR1I4UnavailReroutingLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Unavailable rerouting line',
                  This field represents index 'Group index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  27 }

  rtgPlcyLineR1I5UnavailReroutingLineRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Unavailable rerouting line',
                  This field represents index 'Routing Policy index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  28 }

  rtgPlcyLineR1I6UnavailReroutingLineRtgPolicyLineIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Unavailable rerouting line',
                  This field represents index 'Routing Policy Line index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  29 }

  rtgPlcyLineR1CapacityReroutingPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeToAnotherLine(1),
                   forwardToDirectoryNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'At capacity rerouting policy'."
    DEFVAL       { none }
    ::= { rtgPlcyLineR1Entry  30 }

  rtgPlcyLineR1CapacityFwdNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'At capacity forwarding number'."
    ::= { rtgPlcyLineR1Entry  31 }

  rtgPlcyLineR1I1CapacityReroutingLineNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'At capacity rerouting line',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  32 }

  rtgPlcyLineR1I2CapacityReroutingLineNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'At capacity rerouting line',
                  This field represents index 'Network Element'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  33 }

  rtgPlcyLineR1I3CapacityReroutingLineCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'At capacity rerouting line',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  34 }

  rtgPlcyLineR1I4CapacityReroutingLineGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'At capacity rerouting line',
                  This field represents index 'Group index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  35 }

  rtgPlcyLineR1I5CapacityReroutingLineRtgPolicyIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'At capacity rerouting line',
                  This field represents index 'Routing Policy index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  36 }

  rtgPlcyLineR1I6CapacityReroutingLineRtgPolicyLineIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'At capacity rerouting line',
                  This field represents index 'Routing Policy Line index'
                  in referenced type 'BOORoutingPolicyLineSE'."
    ::= { rtgPlcyLineR1Entry  37 }

  rtgPlcyLineR1DoNotConsiderLineRtgPolicyLineSel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do not consider line for routing policy line selection'."
    DEFVAL       { false }
    ::= { rtgPlcyLineR1Entry  38 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 9.6.20                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  cIDServR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2742 }

  cIDServR21Entry OBJECT-TYPE
    SYNTAX       CIDServR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR21NEConn,
             cIDServR21NetwkElement,
             cIDServR21CFSIx }
    ::= {  cIDServR21Table  1  }

  CIDServR21Entry  ::=  SEQUENCE
  {
    cIDServR21NEConn                   Unsigned32,
    cIDServR21NetwkElement             DisplayString,
    cIDServR21CFSIx                    Unsigned32,
    cIDServR21CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR21SupportAR                INTEGER,
    cIDServR21ARDefSetting             INTEGER,
    cIDServR21AROneOrTwoStageActivn    INTEGER,
    cIDServR21ARTwoStageAccessCode     DisplayString,
    cIDServR21SupportCallTrace         INTEGER,
    cIDServR21CallTraceUSB             INTEGER,
    cIDServR21CallTraceDefSetting      INTEGER,
    cIDServR21CallTraceActivateCode    DisplayString,
    cIDServR21CallTraceTwoStageActivn  INTEGER,
    cIDServR21CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR21CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR21CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR21CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR21SupportCIDPres           INTEGER,
    cIDServR21CIDPresClgPartyNum       INTEGER,
    cIDServR21CIDPresClgPartySubAddr   INTEGER,
    cIDServR21CIDPresDelivByDef        INTEGER,
    cIDServR21CIDPresPresentNumCode    DisplayString,
    cIDServR21CIDPresWitholdNumCode    DisplayString,
    cIDServR21CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR21CIDPresDefNetwkInfo      INTEGER,
    cIDServR21CIDPresDefNetwkNum       DisplayString,
    cIDServR21SupportCNDB              INTEGER,
    cIDServR21CNDBUSB                  INTEGER,
    cIDServR21CNDBDefSetting           INTEGER,
    cIDServR21CNDBDefOverrideCode      DisplayString,
    cIDServR21CNDBConfirmationTone     INTEGER,
    cIDServR21RowStatus                RowStatus,
    cIDServR21SupportCND               INTEGER,
    cIDServR21CNDUSB                   INTEGER,
    cIDServR21CNDEnableCode            DisplayString,
    cIDServR21CNDDisableCode           DisplayString,
    cIDServR21CNDCheckCode             DisplayString,
    cIDServR21ARUSB                    INTEGER,
    cIDServR21AROneStageAccessCode     DisplayString,
    cIDServR21ARSecondStageRecallKey   INTEGER,
    cIDServR21ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR21ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR21ARCallRtnTimeout         Unsigned32,
    cIDServR21ARRejNonUniqueNums       INTEGER,
    cIDServR21ARRejAnonNums            INTEGER,
    cIDServR21ARMarkBAFBillRecs        INTEGER,
    cIDServR21SupportClgNameDlvry      INTEGER,
    cIDServR21ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR21ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR21ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR21I1CNAMSLHRNEConn         Unsigned32,
    cIDServR21I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR21I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR21I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR21CNAMSLHROtherVals        INTEGER,
    cIDServR21AlrmState                INTEGER,
    cIDServR21AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR21AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR21AlrmEvtsAtndDp           Unsigned32,
    cIDServR21AlrmStateTimestamp       Unsigned32,
    cIDServR21AlrmResetTimestamp       Unsigned32,
    cIDServR21ClgNameDlvryUSB          INTEGER,
    cIDServR21ARDeactivateCode         DisplayString,
    cIDServR21SupportAutoClback        INTEGER,
    cIDServR21AutoClbackDefVal         INTEGER,
    cIDServR21AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR21AutoClbackUSB            INTEGER,
    cIDServR21AutoClbackActivateCode   DisplayString,
    cIDServR21AutoClbackDeactivateCode DisplayString,
    cIDServR21ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR21ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR21ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR21ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR21ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR21ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR21ARClbackOrigingScanRate  INTEGER,
    cIDServR21ARClbackMaxRingCycles    INTEGER,
    cIDServR21ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR21AllowARClbackTermScanning
                                       INTEGER,
    cIDServR21ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR21ARClbackMaxActivns       INTEGER,
    cIDServR21I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR21I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR21I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR21I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR21ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR21ARClbackMaxQueueSize     Unsigned32,
    cIDServR21SupportLastCIDErasure    INTEGER,
    cIDServR21LastCIDErasureDefSetting INTEGER,
    cIDServR21LastCIDErasureAccessCode DisplayString,
    cIDServR21ClgNameDlvryNameSource   BITS,
    cIDServR21CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR21ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR21SupportClgIDDlvryOverIP  INTEGER,
    cIDServR21I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR21I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR21I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR21I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR21ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR21AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR21AlrmEvtsAttnRq           Unsigned32,
    cIDServR21ChldAlrmsAttnRq          Unsigned32,
    cIDServR21ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR21SummaryChldAlrmState     INTEGER,
    cIDServR21CNDDefPreferredSIPFormat INTEGER,
    cIDServR21ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR21SupportClgNameDlvryQH    INTEGER,
    cIDServR21CNAMCacheEnabled         INTEGER,
    cIDServR21ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR21CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR21I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR21I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR21I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR21I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR21CNAMSLHRQHOtherVals      INTEGER,
    cIDServR21DoExtraActions           INTEGER,
    cIDServR21CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR21CacheQueryRess           INTEGER,
    cIDServR21CacheImportFilename      DisplayString,
    cIDServR21CacheImportSchedule      INTEGER,
    cIDServR21CacheImportHr            INTEGER,
    cIDServR21CacheImportMin           INTEGER,
    cIDServR21TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR21TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR21CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR21SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR21SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR21CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR21CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR21CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR21ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR21SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR21TotChldAlrmsAttnRq       Unsigned32,
    cIDServR21TotChldAlrmEvtsAttnRq    Unsigned32,
    cIDServR21ARClbackUseTestCalls     INTEGER,
    cIDServR21I1ClgNameDlvrySIPSubscriptionServerNEConn
                                       Unsigned32,
    cIDServR21I2ClgNameDlvrySIPSubscriptionServerNetwkElement
                                       DisplayString,
    cIDServR21I3ClgNameDlvrySIPSubscriptionServerCFSIx
                                       Unsigned32,
    cIDServR21I4ClgNameDlvrySIPSubscriptionServerBindingIx
                                       Unsigned32,
    cIDServR21ClgNameDlvrySIPSubscriptionServerOtherVals
                                       INTEGER,
    cIDServR21ClgNameDlvryServerIdentity
                                       DisplayString,
    cIDServR21SupportICDNDlvry         INTEGER,
    cIDServR21ARAllowAROnBusy          INTEGER,
    cIDServR21CallTraceAddtlCallTraceInfo
                                       BITS,
    cIDServR21CIDUsePBXSigPrsnt        INTEGER,
    cIDServR21ClgNameDlvryAdviceRiskClgNames
                                       LongDisplayString
  }

  cIDServR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR21Entry  1 }

  cIDServR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR21Entry  2 }

  cIDServR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR21Entry  3 }

  cIDServR21CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR21Entry  4 }

  cIDServR21SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  5 }

  cIDServR21ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  6 }

  cIDServR21AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  7 }

  cIDServR21ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  8 }

  cIDServR21SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  9 }

  cIDServR21CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  10 }

  cIDServR21CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  11 }

  cIDServR21CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  12 }

  cIDServR21CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  13 }

  cIDServR21CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR21Entry  14 }

  cIDServR21CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR21Entry  15 }

  cIDServR21CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR21Entry  16 }

  cIDServR21CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR21Entry  17 }

  cIDServR21SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  18 }

  cIDServR21CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  19 }

  cIDServR21CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  20 }

  cIDServR21CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  21 }

  cIDServR21CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  22 }

  cIDServR21CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  23 }

  cIDServR21CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  24 }

  cIDServR21CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  25 }

  cIDServR21CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  26 }

  cIDServR21SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  27 }

  cIDServR21CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  28 }

  cIDServR21CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  29 }

  cIDServR21CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  30 }

  cIDServR21CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  31 }

  cIDServR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR21Entry  32 }

  cIDServR21SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  33 }

  cIDServR21CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  34 }

  cIDServR21CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  35 }

  cIDServR21CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  36 }

  cIDServR21CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  37 }

  cIDServR21ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  38 }

  cIDServR21AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  39 }

  cIDServR21ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  40 }

  cIDServR21ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR21Entry  41 }

  cIDServR21ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR21Entry  42 }

  cIDServR21ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR21Entry  43 }

  cIDServR21ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  44 }

  cIDServR21ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  45 }

  cIDServR21ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  46 }

  cIDServR21SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  47 }

  cIDServR21ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR21Entry  48 }

  cIDServR21ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  50 }

  cIDServR21ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  51 }

  cIDServR21I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  52 }

  cIDServR21I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  53 }

  cIDServR21I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  54 }

  cIDServR21I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  55 }

  cIDServR21CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR21Entry  56 }

  cIDServR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR21Entry  57 }

  cIDServR21AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR21Entry  58 }

  cIDServR21AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR21Entry  59 }

  cIDServR21AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR21Entry  60 }

  cIDServR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR21Entry  61 }

  cIDServR21AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR21Entry  62 }

  cIDServR21ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  63 }

  cIDServR21ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  64 }

  cIDServR21SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  65 }

  cIDServR21AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  66 }

  cIDServR21AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  67 }

  cIDServR21AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  68 }

  cIDServR21AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  69 }

  cIDServR21AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  70 }

  cIDServR21ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR21Entry  71 }

  cIDServR21ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR21Entry  72 }

  cIDServR21ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR21Entry  73 }

  cIDServR21ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR21Entry  74 }

  cIDServR21ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR21Entry  75 }

  cIDServR21ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR21Entry  76 }

  cIDServR21ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR21Entry  77 }

  cIDServR21ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR21Entry  78 }

  cIDServR21ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR21Entry  79 }

  cIDServR21AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  80 }

  cIDServR21ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR21Entry  81 }

  cIDServR21ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR21Entry  82 }

  cIDServR21I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  83 }

  cIDServR21I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  84 }

  cIDServR21I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  85 }

  cIDServR21I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  86 }

  cIDServR21ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR21Entry  87 }

  cIDServR21ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR21Entry  88 }

  cIDServR21SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  89 }

  cIDServR21LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  90 }

  cIDServR21LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  91 }

  cIDServR21ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR21Entry  92 }

  cIDServR21CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR21Entry  93 }

  cIDServR21ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  97 }

  cIDServR21SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  98 }

  cIDServR21I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR21Entry  99 }

  cIDServR21I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR21Entry  100 }

  cIDServR21I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR21Entry  101 }

  cIDServR21I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR21Entry  102 }

  cIDServR21ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR21Entry  104 }

  cIDServR21AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR21Entry  105 }

  cIDServR21AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR21Entry  106 }

  cIDServR21ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR21Entry  107 }

  cIDServR21ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR21Entry  108 }

  cIDServR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR21Entry  109 }

  cIDServR21CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR21Entry  110 }

  cIDServR21ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2),
                   sIPQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR21Entry  111 }

  cIDServR21SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  113 }

  cIDServR21CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR21Entry  114 }

  cIDServR21ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR21Entry  115 }

  cIDServR21CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR21Entry  116 }

  cIDServR21I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  117 }

  cIDServR21I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  118 }

  cIDServR21I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  119 }

  cIDServR21I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR21Entry  120 }

  cIDServR21CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR21Entry  121 }

  cIDServR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR21Entry  124 }

  cIDServR21CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR21Entry  125 }

  cIDServR21CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR21Entry  126 }

  cIDServR21CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR21Entry  127 }

  cIDServR21CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR21Entry  128 }

  cIDServR21CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR21Entry  129 }

  cIDServR21CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR21Entry  130 }

  cIDServR21TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR21Entry  131 }

  cIDServR21TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR21Entry  132 }

  cIDServR21CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  133 }

  cIDServR21SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  134 }

  cIDServR21SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  135 }

  cIDServR21CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR21Entry  136 }

  cIDServR21CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR21Entry  137 }

  cIDServR21CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  138 }

  cIDServR21ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR21Entry  139 }

  cIDServR21SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  140 }

  cIDServR21TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR21Entry  141 }

  cIDServR21TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR21Entry  142 }

  cIDServR21ARClbackUseTestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - use test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR21Entry  143 }

  cIDServR21I1ClgNameDlvrySIPSubscriptionServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR21Entry  144 }

  cIDServR21I2ClgNameDlvrySIPSubscriptionServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR21Entry  145 }

  cIDServR21I3ClgNameDlvrySIPSubscriptionServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR21Entry  146 }

  cIDServR21I4ClgNameDlvrySIPSubscriptionServerBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR21Entry  147 }

  cIDServR21ClgNameDlvrySIPSubscriptionServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server'.
                  This field represents the fixed
                  values that Calling Name Delivery - SIP subscription server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR21Entry  148 }

  cIDServR21ClgNameDlvryServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - server identity'."
    ::= { cIDServR21Entry  149 }

  cIDServR21SupportICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR21Entry  150 }

  cIDServR21ARAllowAROnBusy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - allow Automatic Recall on Busy'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR21Entry  151 }

  cIDServR21CallTraceAddtlCallTraceInfo OBJECT-TYPE
    SYNTAX       BITS {
                   lastForwardingPartyRedirectingNumber(0),
                   originalDestinationRedirectingNumber(1),
                   trunkGroupNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - additional Call Trace information'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { cIDServR21Entry  152 }

  cIDServR21CIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(0),
                   never(1),
                   useIfNotWithheld(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - use PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { always }
    ::= { cIDServR21Entry  153 }

  cIDServR21ClgNameDlvryAdviceRiskClgNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..509))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - advice of Risk Calling Names'."
    ::= { cIDServR21Entry  154 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.6.20                                                            */
-- /* Deprecated from: 9.6.30                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR54Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR54Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2743 }

  mediaGatewayModelR54Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR54Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR54NEConn,
             mediaGatewayModelR54NetwkElement,
             mediaGatewayModelR54CFSIx,
             mediaGatewayModelR54ModelIx }
    ::= {  mediaGatewayModelR54Table  1  }

  MediaGatewayModelR54Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR54NEConn         Unsigned32,
    mediaGatewayModelR54NetwkElement   DisplayString,
    mediaGatewayModelR54CFSIx          Unsigned32,
    mediaGatewayModelR54ModelIx        Unsigned32,
    mediaGatewayModelR54Category       INTEGER,
    mediaGatewayModelR54ModelName      DisplayString,
    mediaGatewayModelR54Desc           DisplayString,
    mediaGatewayModelR54ControlProt    INTEGER,
    mediaGatewayModelR54ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR54LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR54PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR54PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR54AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR54AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR54RefCnt         Unsigned32,
    mediaGatewayModelR54RowStatus      RowStatus,
    mediaGatewayModelR54DefModel       INTEGER,
    mediaGatewayModelR54Authentication INTEGER,
    mediaGatewayModelR54SupportedConnTypes
                                       BITS,
    mediaGatewayModelR54AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR54ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR54ExportStatus   DisplayString,
    mediaGatewayModelR54ExportFile     DisplayString,
    mediaGatewayModelR54ExportCorr     Counter64,
    mediaGatewayModelR54ExportCorrNode DisplayString,
    mediaGatewayModelR54ExportCorrUID  DisplayString,
    mediaGatewayModelR54DoExtraActions INTEGER,
    mediaGatewayModelR54FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR54FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR54FBsMGCP        BITS,
    mediaGatewayModelR54FBsMeGaCo      BITS,
    mediaGatewayModelR54FBsSIP         BITS,
    mediaGatewayModelR54FixBitsMeGaCo2 BITS,
    mediaGatewayModelR54MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR54AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR54AlertInfoDR2   DisplayString,
    mediaGatewayModelR54AlertInfoDR3   DisplayString,
    mediaGatewayModelR54AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR54DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR54DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR54ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR54SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR54DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR54UpToDateCnt    Unsigned32,
    mediaGatewayModelR54SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR54SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR54Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR54AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR54VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR54AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR54FixBitsSIP2    BITS,
    mediaGatewayModelR54OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR54FBsMeGaCo4     BITS,
    mediaGatewayModelR54SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR54ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR54SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR54ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR54SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR54AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR54AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR54InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR54OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR54MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR54FixBitsSIP3    BITS,
    mediaGatewayModelR54FixBitsSIP4    BITS,
    mediaGatewayModelR54SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR54RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR54EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR54LCC1           DisplayString,
    mediaGatewayModelR54LCC2           DisplayString,
    mediaGatewayModelR54LCC3           DisplayString,
    mediaGatewayModelR54LCC4           DisplayString,
    mediaGatewayModelR54LCC5           DisplayString,
    mediaGatewayModelR54LCC6           DisplayString,
    mediaGatewayModelR54LCC7           DisplayString,
    mediaGatewayModelR54LCC8           DisplayString,
    mediaGatewayModelR54LCC9           DisplayString,
    mediaGatewayModelR54LCC10          DisplayString,
    mediaGatewayModelR54LCC11          DisplayString,
    mediaGatewayModelR54LCC12          DisplayString,
    mediaGatewayModelR54LCC13          DisplayString,
    mediaGatewayModelR54LCC14          DisplayString,
    mediaGatewayModelR54LCC15          DisplayString,
    mediaGatewayModelR54LCC16          DisplayString,
    mediaGatewayModelR54LCC17          DisplayString,
    mediaGatewayModelR54LCC18          DisplayString,
    mediaGatewayModelR54LCC19          DisplayString,
    mediaGatewayModelR54LCC20          DisplayString,
    mediaGatewayModelR54ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR54MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR54MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR54ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR54NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR54NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR54NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR54NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR54NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR54NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR54NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR54NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR54OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR54ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR54MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR54MRSPollTimeout Unsigned32,
    mediaGatewayModelR54RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR54SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR54SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR54FixBitsSIPMSML BITS,
    mediaGatewayModelR54AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR54SessionTimer   Unsigned32,
    mediaGatewayModelR54SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR54SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR54FixBitsSIP5    BITS,
    mediaGatewayModelR54FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR54SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR54SuppRcvngTrnspSIPHdrs
                                       LongDisplayString,
    mediaGatewayModelR54PreferTrnspSIPHdrSentByThisAS
                                       INTEGER
  }

  mediaGatewayModelR54NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR54Entry  1 }

  mediaGatewayModelR54NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR54Entry  2 }

  mediaGatewayModelR54CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR54Entry  3 }

  mediaGatewayModelR54ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR54Entry  4 }

  mediaGatewayModelR54Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR54Entry  5 }

  mediaGatewayModelR54ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR54Entry  6 }

  mediaGatewayModelR54Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR54Entry  7 }

  mediaGatewayModelR54ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR54Entry  8 }

  mediaGatewayModelR54ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR54Entry  9 }

  mediaGatewayModelR54LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR54Entry  10 }

  mediaGatewayModelR54PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR54Entry  11 }

  mediaGatewayModelR54PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR54Entry  12 }

  mediaGatewayModelR54AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  13 }

  mediaGatewayModelR54AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR54Entry  14 }

  mediaGatewayModelR54RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR54Entry  16 }

  mediaGatewayModelR54RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR54Entry  17 }

  mediaGatewayModelR54DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  18 }

  mediaGatewayModelR54Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR54Entry  19 }

  mediaGatewayModelR54SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR54Entry  20 }

  mediaGatewayModelR54AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR54Entry  21 }

  mediaGatewayModelR54ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR54Entry  22 }

  mediaGatewayModelR54ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR54Entry  23 }

  mediaGatewayModelR54ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR54Entry  24 }

  mediaGatewayModelR54ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR54Entry  25 }

  mediaGatewayModelR54ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR54Entry  26 }

  mediaGatewayModelR54ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR54Entry  27 }

  mediaGatewayModelR54DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR54Entry  28 }

  mediaGatewayModelR54FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR54Entry  29 }

  mediaGatewayModelR54FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR54Entry  30 }

  mediaGatewayModelR54FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR54Entry  31 }

  mediaGatewayModelR54FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR54Entry  32 }

  mediaGatewayModelR54FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR54Entry  33 }

  mediaGatewayModelR54FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR54Entry  34 }

  mediaGatewayModelR54MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR54Entry  35 }

  mediaGatewayModelR54AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR54Entry  36 }

  mediaGatewayModelR54AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR54Entry  37 }

  mediaGatewayModelR54AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR54Entry  38 }

  mediaGatewayModelR54AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR54Entry  39 }

  mediaGatewayModelR54DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR54Entry  40 }

  mediaGatewayModelR54DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR54Entry  41 }

  mediaGatewayModelR54ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR54Entry  42 }

  mediaGatewayModelR54SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR54Entry  43 }

  mediaGatewayModelR54DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR54Entry  44 }

  mediaGatewayModelR54UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR54Entry  45 }

  mediaGatewayModelR54SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR54Entry  46 }

  mediaGatewayModelR54SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR54Entry  48 }

  mediaGatewayModelR54Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR54Entry  49 }

  mediaGatewayModelR54AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR54Entry  50 }

  mediaGatewayModelR54VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR54Entry  51 }

  mediaGatewayModelR54AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR54Entry  52 }

  mediaGatewayModelR54FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR54Entry  53 }

  mediaGatewayModelR54OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR54Entry  54 }

  mediaGatewayModelR54FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR54Entry  55 }

  mediaGatewayModelR54SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR54Entry  56 }

  mediaGatewayModelR54ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR54Entry  57 }

  mediaGatewayModelR54SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR54Entry  58 }

  mediaGatewayModelR54ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR54Entry  59 }

  mediaGatewayModelR54SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR54Entry  60 }

  mediaGatewayModelR54AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR54Entry  61 }

  mediaGatewayModelR54AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR54Entry  62 }

  mediaGatewayModelR54InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR54Entry  63 }

  mediaGatewayModelR54OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR54Entry  64 }

  mediaGatewayModelR54MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR54Entry  65 }

  mediaGatewayModelR54FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR54Entry  66 }

  mediaGatewayModelR54FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20),
                   supportsXMSWPrimaryDNHeader(21),
                   doesNotSupportAInactiveForCFSInitiatedCallHold(22),
                   sendsPrimaryCallerIDInPAssertedIdentity(23),
                   alwaysSignalPEarlyMediaSupportDuringSetup(24),
                   supportsSDPBandwidthParameters(25),
                   trustVerstatParameters(26),
                   supportsVerstatUserpartParameter(27),
                   supportsVerstatURIParameter(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR54Entry  67 }

  mediaGatewayModelR54SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR54Entry  68 }

  mediaGatewayModelR54RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  69 }

  mediaGatewayModelR54EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR54Entry  70 }

  mediaGatewayModelR54LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR54Entry  71 }

  mediaGatewayModelR54LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR54Entry  72 }

  mediaGatewayModelR54LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR54Entry  73 }

  mediaGatewayModelR54LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR54Entry  74 }

  mediaGatewayModelR54LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR54Entry  75 }

  mediaGatewayModelR54LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR54Entry  76 }

  mediaGatewayModelR54LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR54Entry  77 }

  mediaGatewayModelR54LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR54Entry  78 }

  mediaGatewayModelR54LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR54Entry  79 }

  mediaGatewayModelR54LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR54Entry  80 }

  mediaGatewayModelR54LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR54Entry  81 }

  mediaGatewayModelR54LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR54Entry  82 }

  mediaGatewayModelR54LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR54Entry  83 }

  mediaGatewayModelR54LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR54Entry  84 }

  mediaGatewayModelR54LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR54Entry  85 }

  mediaGatewayModelR54LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR54Entry  86 }

  mediaGatewayModelR54LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR54Entry  87 }

  mediaGatewayModelR54LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR54Entry  88 }

  mediaGatewayModelR54LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR54Entry  89 }

  mediaGatewayModelR54LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR54Entry  90 }

  mediaGatewayModelR54ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR54Entry  91 }

  mediaGatewayModelR54MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR54Entry  92 }

  mediaGatewayModelR54MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR54Entry  93 }

  mediaGatewayModelR54ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR54Entry  94 }

  mediaGatewayModelR54NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR54Entry  95 }

  mediaGatewayModelR54NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR54Entry  96 }

  mediaGatewayModelR54NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR54Entry  97 }

  mediaGatewayModelR54NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR54Entry  98 }

  mediaGatewayModelR54NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR54Entry  99 }

  mediaGatewayModelR54NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR54Entry  100 }

  mediaGatewayModelR54NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR54Entry  101 }

  mediaGatewayModelR54NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  102 }

  mediaGatewayModelR54OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  103 }

  mediaGatewayModelR54ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR54Entry  104 }

  mediaGatewayModelR54MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR54Entry  105 }

  mediaGatewayModelR54MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR54Entry  106 }

  mediaGatewayModelR54RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR54Entry  107 }

  mediaGatewayModelR54SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  108 }

  mediaGatewayModelR54SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR54Entry  109 }

  mediaGatewayModelR54FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR54Entry  110 }

  mediaGatewayModelR54AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR54Entry  111 }

  mediaGatewayModelR54SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR54Entry  112 }

  mediaGatewayModelR54SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR54Entry  113 }

  mediaGatewayModelR54SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  114 }

  mediaGatewayModelR54FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7),
                   alwaysAuthorizePEarlyMedia(8),
                   useAlternativeIPForBlackHoleSDP(9),
                   trustLocationInformation(10),
                   supportsReceivingLocationInformation(11),
                   requiresRTCPDuringUnidirectionalInactiveMedia(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR54Entry  115 }

  mediaGatewayModelR54FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR54Entry  116 }

  mediaGatewayModelR54SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR54Entry  117 }

  mediaGatewayModelR54SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR54Entry  118 }

  mediaGatewayModelR54PreferTrnspSIPHdrSentByThisAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Prefer transparent SIP header values sent by this application server'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR54Entry  119 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.6.30                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  cFSR21Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2744 }

  cFSR21Entry OBJECT-TYPE
    SYNTAX       CFSR21Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR21NEConn,
             cFSR21NetwkElement,
             cFSR21CFSIx }
    ::= {  cFSR21Table  1  }

  CFSR21Entry  ::=  SEQUENCE
  {
    cFSR21NEConn                       Unsigned32,
    cFSR21NetwkElement                 DisplayString,
    cFSR21CFSIx                        Unsigned32,
    cFSR21DeactivnMode                 INTEGER,
    cFSR21AlrmState                    INTEGER,
    cFSR21AlrmLogCorr                  Counter64,
    cFSR21AlrmEvtsAttnRq               Integer32,
    cFSR21AlrmStateTimestamp           Unsigned32,
    cFSR21AlrmResetTimestamp           Unsigned32,
    cFSR21CntrldMGsAlrmsAttnRq         Integer32,
    cFSR21CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR21CntrldMGsAlrmsAtndDp         Integer32,
    cFSR21CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR21SigAlrmsAttnRq               Integer32,
    cFSR21SigAlrmEvtsAttnRq            Integer32,
    cFSR21SigAlrmsAtndDp               Integer32,
    cFSR21SigAlrmEvtsAtndDp            Integer32,
    cFSR21BillAlrmsAttnRq              Integer32,
    cFSR21BillAlrmEvtsAttnRq           Integer32,
    cFSR21CallServsAlrmsAttnRq         Integer32,
    cFSR21CallServsAlrmEvtsAttnRq      Integer32,
    cFSR21CallServsAlrmsAtndDp         Integer32,
    cFSR21CallServsAlrmEvtsAtndDp      Integer32,
    cFSR21RPSAlrmsAttnRq               Integer32,
    cFSR21RPSAlrmEvtsAttnRq            Integer32,
    cFSR21RPSAlrmsAtndDp               Integer32,
    cFSR21RPSAlrmEvtsAtndDp            Integer32,
    cFSR21SubCfgAlrmsAttnRq            Integer32,
    cFSR21SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR21SubCfgAlrmsAtndDp            Integer32,
    cFSR21SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR21TotChldAlrmsAttnRq           Unsigned32,
    cFSR21TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR21TotChldAlrmsAtndDp           Unsigned32,
    cFSR21TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR21SummaryChldAlrmState         INTEGER,
    cFSR21DoExtraActions               INTEGER,
    cFSR21RowStatus                    RowStatus,
    cFSR21AdminStatus                  AdminStatus,
    cFSR21OperStatus                   OperStatus,
    cFSR21Timezone                     INTEGER,
    cFSR21AdjustDaylightSavings        INTEGER,
    cFSR21DaylightSavingsInForce       INTEGER,
    cFSR21MaxNumLineTrafficStudies     Unsigned32,
    cFSR21T38GloballySupported         INTEGER,
    cFSR21ImportCnt                    Integer32,
    cFSR21ImportStatus                 DisplayString,
    cFSR21ImportMode                   INTEGER,
    cFSR21ImportFile                   DisplayString,
    cFSR21ImportCorr                   Counter64,
    cFSR21ImportCorrNode               DisplayString,
    cFSR21ImportCorrUID                DisplayString,
    cFSR21StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR21DefAnnounceLocale            INTEGER,
    cFSR21StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR21StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR21StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR21StatisticsAlrms              Integer32,
    cFSR21ChldStatisticsAlrms          Integer32,
    cFSR21SecondDefAnnounceLocale      INTEGER,
    cFSR21SysTimezone                  LongDisplayString,
    cFSR21SubTimezones                 LongDisplayString,
    cFSR21StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR21StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR21StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR21StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR21StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR21StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR21MRSAlrmsAttnRq               Integer32,
    cFSR21MRSAlrmEvtsAttnRq            Integer32,
    cFSR21CFSRole                      INTEGER,
    cFSR21SupportedLocales             LongDisplayString,
    cFSR21LineCfgAlrmsAttnRq           Integer32,
    cFSR21LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR21LineCfgAlrmsAtndDp           Integer32,
    cFSR21LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR21DefMediaType                 INTEGER,
    cFSR21EmgncyCallsCnt               Unsigned32,
    cFSR21EmgncyCallsDetails           LongDisplayString,
    cFSR21PublishMLHGStatus            INTEGER,
    cFSR21GatewayCtrlerRole            INTEGER,
    cFSR21EmgncyCallEquivalence        INTEGER,
    cFSR21AllowOverrideOrigingNumInBgCallLogs
                                       INTEGER,
    cFSR21TreatBGMembersCallsWithFullDNAsIntraBGDef
                                       INTEGER,
    cFSR21TwoStgDelBGsCoolingOff       INTEGER,
    cFSR21TwoStgDelBGsCoolingOffPeriod Unsigned32,
    cFSR21TwoStgDelBGsRecentlyAddedCfg INTEGER,
    cFSR21TwoStgDelBGsRecentAdditionDeletionPeriod
                                       Unsigned32,
    cFSR21RgnSpcFeatRegion             INTEGER,
    cFSR21RgnSpcFeatSuppCarrIdABNP     INTEGER,
    cFSR21RgnSpcFeatSuppCliinHkNetwks  INTEGER,
    cFSR21RgnSpcFeatLngDistDspName     DisplayString,
    cFSR21RgnSpcFeatLngDistUri         LongDisplayString,
    cFSR21RgnSpcFeatOutAreaDspName     DisplayString,
    cFSR21RgnSpcFeatOutAreaUri         LongDisplayString,
    cFSR21StatisticsCurrNumPBXLinesWithTrafficStudies
                                       Integer32,
    cFSR21AlwaysNegotiateTwoWayMediaCallSetup
                                       INTEGER,
    cFSR21ComplyWithFCC20187           INTEGER,
    cFSR21SIPRespCodeMappingQ850CauseCode21WithLocUser
                                       INTEGER
  }

  cFSR21NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR21Entry  1 }

  cFSR21NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR21Entry  2 }

  cFSR21CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR21Entry  3 }

  cFSR21DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR21Entry  4 }

  cFSR21AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR21Entry  5 }

  cFSR21AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR21Entry  6 }

  cFSR21AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  7 }

  cFSR21AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR21Entry  8 }

  cFSR21AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR21Entry  9 }

  cFSR21CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR21Entry  10 }

  cFSR21CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  11 }

  cFSR21CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR21Entry  12 }

  cFSR21CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  13 }

  cFSR21SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR21Entry  14 }

  cFSR21SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  15 }

  cFSR21SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR21Entry  16 }

  cFSR21SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  17 }

  cFSR21BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR21Entry  18 }

  cFSR21BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  19 }

  cFSR21CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR21Entry  20 }

  cFSR21CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  21 }

  cFSR21CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR21Entry  22 }

  cFSR21CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  23 }

  cFSR21RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR21Entry  24 }

  cFSR21RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  25 }

  cFSR21RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR21Entry  26 }

  cFSR21RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  27 }

  cFSR21SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR21Entry  28 }

  cFSR21SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  29 }

  cFSR21SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR21Entry  30 }

  cFSR21SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  31 }

  cFSR21TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR21Entry  32 }

  cFSR21TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR21Entry  33 }

  cFSR21TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR21Entry  34 }

  cFSR21TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR21Entry  35 }

  cFSR21SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR21Entry  36 }

  cFSR21DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR21Entry  37 }

  cFSR21RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR21Entry  38 }

  cFSR21AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR21Entry  39 }

  cFSR21OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR21Entry  40 }

  cFSR21Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR21Entry  41 }

  cFSR21AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR21Entry  42 }

  cFSR21DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR21Entry  43 }

  cFSR21MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR21Entry  44 }

  cFSR21T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR21Entry  45 }

  cFSR21ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR21Entry  47 }

  cFSR21ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR21Entry  48 }

  cFSR21ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR21Entry  49 }

  cFSR21ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR21Entry  50 }

  cFSR21ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR21Entry  51 }

  cFSR21ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR21Entry  52 }

  cFSR21ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR21Entry  53 }

  cFSR21StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR21Entry  54 }

  cFSR21DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR21Entry  55 }

  cFSR21StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR21Entry  56 }

  cFSR21StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR21Entry  57 }

  cFSR21StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR21Entry  58 }

  cFSR21StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR21Entry  59 }

  cFSR21ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR21Entry  60 }

  cFSR21SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR21Entry  61 }

  cFSR21SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR21Entry  62 }

  cFSR21SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR21Entry  63 }

  cFSR21StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR21Entry  64 }

  cFSR21StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR21Entry  65 }

  cFSR21StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR21Entry  66 }

  cFSR21StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR21Entry  67 }

  cFSR21StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR21Entry  68 }

  cFSR21StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR21Entry  69 }

  cFSR21MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR21Entry  70 }

  cFSR21MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  71 }

  cFSR21CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR21Entry  72 }

  cFSR21SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR21Entry  73 }

  cFSR21LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR21Entry  74 }

  cFSR21LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  75 }

  cFSR21LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR21Entry  76 }

  cFSR21LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR21Entry  77 }

  cFSR21DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR21Entry  78 }

  cFSR21EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR21Entry  79 }

  cFSR21EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR21Entry  80 }

  cFSR21PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR21Entry  81 }

  cFSR21GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR21Entry  82 }

  cFSR21EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR21Entry  83 }

  cFSR21AllowOverrideOrigingNumInBgCallLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of originating number in BG call logs'."
    DEFVAL       { false }
    ::= { cFSR21Entry  85 }

  cFSR21TreatBGMembersCallsWithFullDNAsIntraBGDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat calls between BG members dialed with full DN as intra-BG - default'."
    DEFVAL       { true }
    ::= { cFSR21Entry  86 }

  cFSR21TwoStgDelBGsCoolingOff OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off'."
    DEFVAL       { disabled }
    ::= { cFSR21Entry  87 }

  cFSR21TwoStgDelBGsCoolingOffPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..672 )
    UNITS        "hours"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off period'."
    DEFVAL       { 1 }
    ::= { cFSR21Entry  88 }

  cFSR21TwoStgDelBGsRecentlyAddedCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion of recently added configuration'."
    DEFVAL       { disabled }
    ::= { cFSR21Entry  89 }

  cFSR21TwoStgDelBGsRecentAdditionDeletionPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - recent addition deletion period'."
    DEFVAL       { 1 }
    ::= { cFSR21Entry  90 }

  cFSR21RgnSpcFeatRegion OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   hongKong(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Region Specific Features - Region'."
    DEFVAL       { none }
    ::= { cFSR21Entry  91 }

  cFSR21RgnSpcFeatSuppCarrIdABNP OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support carrier identifier (ABNP)'."
    DEFVAL       { false }
    ::= { cFSR21Entry  92 }

  cFSR21RgnSpcFeatSuppCliinHkNetwks OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support CLI in HK networks'."
    DEFVAL       { false }
    ::= { cFSR21Entry  93 }

  cFSR21RgnSpcFeatLngDistDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance display name'."
    ::= { cFSR21Entry  94 }

  cFSR21RgnSpcFeatLngDistUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance URI'."
    ::= { cFSR21Entry  95 }

  cFSR21RgnSpcFeatOutAreaDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area display name'."
    ::= { cFSR21Entry  96 }

  cFSR21RgnSpcFeatOutAreaUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area URI'."
    ::= { cFSR21Entry  97 }

  cFSR21StatisticsCurrNumPBXLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBX Lines with traffic studies'."
    ::= { cFSR21Entry  98 }

  cFSR21AlwaysNegotiateTwoWayMediaCallSetup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always negotiate two way media at call setup'."
    DEFVAL       { false }
    ::= { cFSR21Entry  99 }

  cFSR21ComplyWithFCC20187 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Comply with FCC 20-187'."
    DEFVAL       { true }
    ::= { cFSR21Entry  100 }

  cFSR21SIPRespCodeMappingQ850CauseCode21WithLocUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixHundredAndThree(1),
                   sixHundredAndSeven(2),
                   sixHundredAndEight(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code mapping for Q.850 cause code 21 with location ''user'''."
    DEFVAL       { sixHundredAndThree }
    ::= { cFSR21Entry  101 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.6.30                                                            */
-- /* Deprecated from: 9.6.40                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR55Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR55Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2745 }

  mediaGatewayModelR55Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR55Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR55NEConn,
             mediaGatewayModelR55NetwkElement,
             mediaGatewayModelR55CFSIx,
             mediaGatewayModelR55ModelIx }
    ::= {  mediaGatewayModelR55Table  1  }

  MediaGatewayModelR55Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR55NEConn         Unsigned32,
    mediaGatewayModelR55NetwkElement   DisplayString,
    mediaGatewayModelR55CFSIx          Unsigned32,
    mediaGatewayModelR55ModelIx        Unsigned32,
    mediaGatewayModelR55Category       INTEGER,
    mediaGatewayModelR55ModelName      DisplayString,
    mediaGatewayModelR55Desc           DisplayString,
    mediaGatewayModelR55ControlProt    INTEGER,
    mediaGatewayModelR55ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR55LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR55PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR55PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR55AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR55AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR55RefCnt         Unsigned32,
    mediaGatewayModelR55RowStatus      RowStatus,
    mediaGatewayModelR55DefModel       INTEGER,
    mediaGatewayModelR55Authentication INTEGER,
    mediaGatewayModelR55SupportedConnTypes
                                       BITS,
    mediaGatewayModelR55AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR55ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR55ExportStatus   DisplayString,
    mediaGatewayModelR55ExportFile     DisplayString,
    mediaGatewayModelR55ExportCorr     Counter64,
    mediaGatewayModelR55ExportCorrNode DisplayString,
    mediaGatewayModelR55ExportCorrUID  DisplayString,
    mediaGatewayModelR55DoExtraActions INTEGER,
    mediaGatewayModelR55FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR55FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR55FBsMGCP        BITS,
    mediaGatewayModelR55FBsMeGaCo      BITS,
    mediaGatewayModelR55FBsSIP         BITS,
    mediaGatewayModelR55FixBitsMeGaCo2 BITS,
    mediaGatewayModelR55MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR55AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR55AlertInfoDR2   DisplayString,
    mediaGatewayModelR55AlertInfoDR3   DisplayString,
    mediaGatewayModelR55AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR55DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR55DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR55ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR55SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR55DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR55UpToDateCnt    Unsigned32,
    mediaGatewayModelR55SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR55SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR55Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR55AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR55VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR55AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR55FixBitsSIP2    BITS,
    mediaGatewayModelR55OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR55FBsMeGaCo4     BITS,
    mediaGatewayModelR55SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR55ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR55SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR55ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR55SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR55AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR55AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR55InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR55OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR55MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR55FixBitsSIP3    BITS,
    mediaGatewayModelR55FixBitsSIP4    BITS,
    mediaGatewayModelR55SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR55RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR55EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR55LCC1           DisplayString,
    mediaGatewayModelR55LCC2           DisplayString,
    mediaGatewayModelR55LCC3           DisplayString,
    mediaGatewayModelR55LCC4           DisplayString,
    mediaGatewayModelR55LCC5           DisplayString,
    mediaGatewayModelR55LCC6           DisplayString,
    mediaGatewayModelR55LCC7           DisplayString,
    mediaGatewayModelR55LCC8           DisplayString,
    mediaGatewayModelR55LCC9           DisplayString,
    mediaGatewayModelR55LCC10          DisplayString,
    mediaGatewayModelR55LCC11          DisplayString,
    mediaGatewayModelR55LCC12          DisplayString,
    mediaGatewayModelR55LCC13          DisplayString,
    mediaGatewayModelR55LCC14          DisplayString,
    mediaGatewayModelR55LCC15          DisplayString,
    mediaGatewayModelR55LCC16          DisplayString,
    mediaGatewayModelR55LCC17          DisplayString,
    mediaGatewayModelR55LCC18          DisplayString,
    mediaGatewayModelR55LCC19          DisplayString,
    mediaGatewayModelR55LCC20          DisplayString,
    mediaGatewayModelR55ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR55MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR55MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR55ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR55NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR55NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR55NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR55NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR55NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR55NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR55NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR55NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR55OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR55ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR55MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR55MRSPollTimeout Unsigned32,
    mediaGatewayModelR55RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR55SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR55SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR55FixBitsSIPMSML BITS,
    mediaGatewayModelR55AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR55SessionTimer   Unsigned32,
    mediaGatewayModelR55SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR55SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR55FixBitsSIP5    BITS,
    mediaGatewayModelR55FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR55SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR55SuppRcvngTrnspSIPHdrs
                                       LongDisplayString,
    mediaGatewayModelR55PreferTrnspSIPHdrSentByThisAS
                                       INTEGER,
    mediaGatewayModelR55SIPRespCodeMappingQ850CauseCode21WithLocUser
                                       INTEGER
  }

  mediaGatewayModelR55NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR55Entry  1 }

  mediaGatewayModelR55NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR55Entry  2 }

  mediaGatewayModelR55CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR55Entry  3 }

  mediaGatewayModelR55ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR55Entry  4 }

  mediaGatewayModelR55Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR55Entry  5 }

  mediaGatewayModelR55ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR55Entry  6 }

  mediaGatewayModelR55Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR55Entry  7 }

  mediaGatewayModelR55ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR55Entry  8 }

  mediaGatewayModelR55ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR55Entry  9 }

  mediaGatewayModelR55LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR55Entry  10 }

  mediaGatewayModelR55PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR55Entry  11 }

  mediaGatewayModelR55PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR55Entry  12 }

  mediaGatewayModelR55AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  13 }

  mediaGatewayModelR55AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR55Entry  14 }

  mediaGatewayModelR55RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR55Entry  16 }

  mediaGatewayModelR55RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR55Entry  17 }

  mediaGatewayModelR55DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  18 }

  mediaGatewayModelR55Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR55Entry  19 }

  mediaGatewayModelR55SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR55Entry  20 }

  mediaGatewayModelR55AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR55Entry  21 }

  mediaGatewayModelR55ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR55Entry  22 }

  mediaGatewayModelR55ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR55Entry  23 }

  mediaGatewayModelR55ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR55Entry  24 }

  mediaGatewayModelR55ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR55Entry  25 }

  mediaGatewayModelR55ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR55Entry  26 }

  mediaGatewayModelR55ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR55Entry  27 }

  mediaGatewayModelR55DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR55Entry  28 }

  mediaGatewayModelR55FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR55Entry  29 }

  mediaGatewayModelR55FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR55Entry  30 }

  mediaGatewayModelR55FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16),
                   useAlternateStandardRingingSignal(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR55Entry  31 }

  mediaGatewayModelR55FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR55Entry  32 }

  mediaGatewayModelR55FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR55Entry  33 }

  mediaGatewayModelR55FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR55Entry  34 }

  mediaGatewayModelR55MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR55Entry  35 }

  mediaGatewayModelR55AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR55Entry  36 }

  mediaGatewayModelR55AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR55Entry  37 }

  mediaGatewayModelR55AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR55Entry  38 }

  mediaGatewayModelR55AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR55Entry  39 }

  mediaGatewayModelR55DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR55Entry  40 }

  mediaGatewayModelR55DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR55Entry  41 }

  mediaGatewayModelR55ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR55Entry  42 }

  mediaGatewayModelR55SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR55Entry  43 }

  mediaGatewayModelR55DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR55Entry  44 }

  mediaGatewayModelR55UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR55Entry  45 }

  mediaGatewayModelR55SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR55Entry  46 }

  mediaGatewayModelR55SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR55Entry  48 }

  mediaGatewayModelR55Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR55Entry  49 }

  mediaGatewayModelR55AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR55Entry  50 }

  mediaGatewayModelR55VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR55Entry  51 }

  mediaGatewayModelR55AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR55Entry  52 }

  mediaGatewayModelR55FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR55Entry  53 }

  mediaGatewayModelR55OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR55Entry  54 }

  mediaGatewayModelR55FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR55Entry  55 }

  mediaGatewayModelR55SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR55Entry  56 }

  mediaGatewayModelR55ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR55Entry  57 }

  mediaGatewayModelR55SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR55Entry  58 }

  mediaGatewayModelR55ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR55Entry  59 }

  mediaGatewayModelR55SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR55Entry  60 }

  mediaGatewayModelR55AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR55Entry  61 }

  mediaGatewayModelR55AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR55Entry  62 }

  mediaGatewayModelR55InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR55Entry  63 }

  mediaGatewayModelR55OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR55Entry  64 }

  mediaGatewayModelR55MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR55Entry  65 }

  mediaGatewayModelR55FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR55Entry  66 }

  mediaGatewayModelR55FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20),
                   supportsXMSWPrimaryDNHeader(21),
                   doesNotSupportAInactiveForCFSInitiatedCallHold(22),
                   sendsPrimaryCallerIDInPAssertedIdentity(23),
                   alwaysSignalPEarlyMediaSupportDuringSetup(24),
                   supportsSDPBandwidthParameters(25),
                   trustVerstatParameters(26),
                   supportsVerstatUserpartParameter(27),
                   supportsVerstatURIParameter(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR55Entry  67 }

  mediaGatewayModelR55SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR55Entry  68 }

  mediaGatewayModelR55RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  69 }

  mediaGatewayModelR55EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR55Entry  70 }

  mediaGatewayModelR55LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR55Entry  71 }

  mediaGatewayModelR55LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR55Entry  72 }

  mediaGatewayModelR55LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR55Entry  73 }

  mediaGatewayModelR55LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR55Entry  74 }

  mediaGatewayModelR55LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR55Entry  75 }

  mediaGatewayModelR55LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR55Entry  76 }

  mediaGatewayModelR55LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR55Entry  77 }

  mediaGatewayModelR55LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR55Entry  78 }

  mediaGatewayModelR55LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR55Entry  79 }

  mediaGatewayModelR55LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR55Entry  80 }

  mediaGatewayModelR55LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR55Entry  81 }

  mediaGatewayModelR55LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR55Entry  82 }

  mediaGatewayModelR55LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR55Entry  83 }

  mediaGatewayModelR55LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR55Entry  84 }

  mediaGatewayModelR55LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR55Entry  85 }

  mediaGatewayModelR55LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR55Entry  86 }

  mediaGatewayModelR55LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR55Entry  87 }

  mediaGatewayModelR55LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR55Entry  88 }

  mediaGatewayModelR55LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR55Entry  89 }

  mediaGatewayModelR55LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR55Entry  90 }

  mediaGatewayModelR55ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR55Entry  91 }

  mediaGatewayModelR55MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR55Entry  92 }

  mediaGatewayModelR55MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR55Entry  93 }

  mediaGatewayModelR55ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR55Entry  94 }

  mediaGatewayModelR55NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR55Entry  95 }

  mediaGatewayModelR55NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR55Entry  96 }

  mediaGatewayModelR55NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR55Entry  97 }

  mediaGatewayModelR55NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR55Entry  98 }

  mediaGatewayModelR55NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR55Entry  99 }

  mediaGatewayModelR55NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR55Entry  100 }

  mediaGatewayModelR55NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR55Entry  101 }

  mediaGatewayModelR55NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  102 }

  mediaGatewayModelR55OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  103 }

  mediaGatewayModelR55ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR55Entry  104 }

  mediaGatewayModelR55MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR55Entry  105 }

  mediaGatewayModelR55MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR55Entry  106 }

  mediaGatewayModelR55RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR55Entry  107 }

  mediaGatewayModelR55SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  108 }

  mediaGatewayModelR55SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR55Entry  109 }

  mediaGatewayModelR55FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR55Entry  110 }

  mediaGatewayModelR55AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR55Entry  111 }

  mediaGatewayModelR55SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR55Entry  112 }

  mediaGatewayModelR55SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR55Entry  113 }

  mediaGatewayModelR55SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  114 }

  mediaGatewayModelR55FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7),
                   alwaysAuthorizePEarlyMedia(8),
                   useAlternativeIPForBlackHoleSDP(9),
                   trustLocationInformation(10),
                   supportsReceivingLocationInformation(11),
                   requiresRTCPDuringUnidirectionalInactiveMedia(12),
                   doesNotSupportTheSip608FeatureCapabilityIndicator(13),
                   supportsXMSWFromHeader(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR55Entry  115 }

  mediaGatewayModelR55FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR55Entry  116 }

  mediaGatewayModelR55SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR55Entry  117 }

  mediaGatewayModelR55SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR55Entry  118 }

  mediaGatewayModelR55PreferTrnspSIPHdrSentByThisAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Prefer transparent SIP header values sent by this application server'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR55Entry  119 }

  mediaGatewayModelR55SIPRespCodeMappingQ850CauseCode21WithLocUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   sixHundredAndThree(1),
                   sixHundredAndSeven(2),
                   sixHundredAndEight(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code mapping for Q.850 cause code 21 with location ''user'''."
    DEFVAL       { default }
    ::= { mediaGatewayModelR55Entry  120 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Attribute Entry'                                            */
-- /* Valid from: 9.6.30                                                            */
-- /*********************************************************************************/

  rPSAttrEntryR36Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RPSAttrEntryR36Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Attribute Set'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2746 }

  rPSAttrEntryR36Entry OBJECT-TYPE
    SYNTAX       RPSAttrEntryR36Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { rPSAttrEntryR36NEConn,
             rPSAttrEntryR36NetwkElement,
             rPSAttrEntryR36CFSIx,
             rPSAttrEntryR36CfgSetIx,
             rPSAttrEntryR36AttrSetIx,
             rPSAttrEntryR36AttrEntryIx }
    ::= {  rPSAttrEntryR36Table  1  }

  RPSAttrEntryR36Entry  ::=  SEQUENCE
  {
    rPSAttrEntryR36NEConn              Unsigned32,
    rPSAttrEntryR36NetwkElement        DisplayString,
    rPSAttrEntryR36CFSIx               Unsigned32,
    rPSAttrEntryR36CfgSetIx            Unsigned32,
    rPSAttrEntryR36AttrSetIx           Unsigned32,
    rPSAttrEntryR36AttrEntryIx         Unsigned32,
    rPSAttrEntryR36AttrType            INTEGER,
    rPSAttrEntryR36AttrValANIIIDigits  Unsigned32,
    rPSAttrEntryR36AttrValAreaCodeDialed
                                       INTEGER,
    rPSAttrEntryR36AttrValCldAddrScope INTEGER,
    rPSAttrEntryR36AttrValCldAddrType  INTEGER,
    rPSAttrEntryR36AttrValCntryCodeLen Unsigned32,
    rPSAttrEntryR36AttrValFGDCarrID    Unsigned32,
    rPSAttrEntryR36AttrValAllowFGDCarrDialing
                                       INTEGER,
    rPSAttrEntryR36AttrValFGDCarrRequirement
                                       INTEGER,
    rPSAttrEntryR36AttrValAllowCallHold
                                       INTEGER,
    rPSAttrEntryR36AttrValOprCall      INTEGER,
    rPSAttrEntryR36AttrValPriorityCall INTEGER,
    rPSAttrEntryR36AttrValRegionCode   Unsigned32,
    rPSAttrEntryR36AttrValReleaseControlMode
                                       INTEGER,
    rPSAttrEntryR36AttrValRestrictedLine950Call
                                       INTEGER,
    rPSAttrEntryR36AttrValRtgControlUK INTEGER,
    rPSAttrEntryR36AttrValSignalAccessSigOprCall
                                       INTEGER,
    rPSAttrEntryR36AttrValSignalFGDCarrID
                                       INTEGER,
    rPSAttrEntryR36AttrValTestCall     INTEGER,
    rPSAttrEntryR36AttrValAnnounceID   INTEGER,
    rPSAttrEntryR36AttrValParm1Announce
                                       DisplayString,
    rPSAttrEntryR36AttrValParm2Announce
                                       DisplayString,
    rPSAttrEntryR36AttrValTransitNetID Unsigned32,
    rPSAttrEntryR36AttrValUSCallType   INTEGER,
    rPSAttrEntryR36AttrValUSDialedPrefix
                                       INTEGER,
    rPSAttrEntryR36AttrValUSAllowedDialingPattn
                                       BITS,
    rPSAttrEntryR36AttrValUSDialingPattn
                                       INTEGER,
    rPSAttrEntryR36AttrValUSAllowedCarrCallType
                                       BITS,
    rPSAttrEntryR36AttrValUSCarrCallType
                                       INTEGER,
    rPSAttrEntryR36AttrValUSCarrType   INTEGER,
    rPSAttrEntryR36AttrValUseModfdOprNOAEncoding
                                       INTEGER,
    rPSAttrEntryR36AttrValUseOprRequestedNOAEncoding
                                       INTEGER,
    rPSAttrEntryR36AttrValClgCategory  INTEGER,
    rPSAttrEntryR36RowStatus           RowStatus,
    rPSAttrEntryR36AttrValUKCallType   INTEGER,
    rPSAttrEntryR36AttrValCustomerAnnounceID
                                       Unsigned32,
    rPSAttrEntryR36I1AttrValINTriggerIxNEConn
                                       Unsigned32,
    rPSAttrEntryR36I2AttrValINTriggerIxNetwkElement
                                       DisplayString,
    rPSAttrEntryR36I3AttrValINTriggerIxCFSIx
                                       Unsigned32,
    rPSAttrEntryR36I4AttrValINTriggerIxTriggerIx
                                       Unsigned32,
    rPSAttrEntryR36AttrValINTriggerIxOtherVals
                                       INTEGER,
    rPSAttrEntryR36AttrValINUSTriggerMatchType
                                       INTEGER,
    rPSAttrEntryR36AttrValUSLATA       Unsigned32,
    rPSAttrEntryR36AttrValEchoCancellation
                                       INTEGER,
    rPSAttrEntryR36AttrValForceOnSwitchLookup
                                       INTEGER,
    rPSAttrEntryR36AttrValUsrDef       Unsigned32,
    rPSAttrEntryR36AttrValPermitWhenServSuspended
                                       INTEGER,
    rPSAttrEntryR36AttrValMsgBillIx    Unsigned32,
    rPSAttrEntryR36AttrValUsePseudoANIPANI
                                       INTEGER,
    rPSAttrEntryR36AttrValBillCallType INTEGER,
    rPSAttrEntryR36AttrValBillStructureCode
                                       INTEGER,
    rPSAttrEntryR36AttrValBillOverrideAINBill
                                       INTEGER,
    rPSAttrEntryR36AttrValForceLNPLookup
                                       INTEGER,
    rPSAttrEntryR36AttrValISUPCldAddrPrefix
                                       DisplayString,
    rPSAttrEntryR36AttrValPseudoANIEgressSigTypes
                                       BITS,
    rPSAttrEntryR36AttrValPseudoANIPresIndicator
                                       INTEGER,
    rPSAttrEntryR36T1I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR36T1I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR36T1I3AttrValSigGwM3UAAppSvrSigPointID
                                       Unsigned32,
    rPSAttrEntryR36AttrValANIScreeningLookupType
                                       INTEGER,
    rPSAttrEntryR36I1AttrValANIScreeningLookupTblNEConn
                                       Unsigned32,
    rPSAttrEntryR36I2AttrValANIScreeningLookupTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR36I3AttrValANIScreeningLookupTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR36I4AttrValANIScreeningLookupTblTblIx
                                       INTEGER,
    rPSAttrEntryR36AttrValNumTypeANILookup
                                       INTEGER,
    rPSAttrEntryR36AttrValAuthCodeOperation
                                       INTEGER,
    rPSAttrEntryR36I1AttrValAuthCodeTblNEConn
                                       Unsigned32,
    rPSAttrEntryR36I2AttrValAuthCodeTblNetwkElement
                                       DisplayString,
    rPSAttrEntryR36I3AttrValAuthCodeTblCFSIx
                                       Unsigned32,
    rPSAttrEntryR36I4AttrValAuthCodeTblTblIx
                                       INTEGER,
    rPSAttrEntryR36AttrValValidAuthCodes
                                       INTEGER,
    rPSAttrEntryR36AttrValAuthCode     LongDisplayString,
    rPSAttrEntryR36AttrValAuthCodePrefix
                                       DisplayString,
    rPSAttrEntryR36AttrValINQueryANINPA
                                       Unsigned32,
    rPSAttrEntryR36AttrValINQuryANINPANXX
                                       Unsigned32,
    rPSAttrEntryR36AttrValINQryANI1stPreference
                                       INTEGER,
    rPSAttrEntryR36AttrValINQryANI2ndPreference
                                       INTEGER,
    rPSAttrEntryR36AttrValINQryANI3rdPreference
                                       INTEGER,
    rPSAttrEntryR36AttrValMaxCallDurn  Unsigned32,
    rPSAttrEntryR36AttrValCldAddrComplete
                                       INTEGER,
    rPSAttrEntryR36AttrValOutQ850ReleaseCause
                                       INTEGER,
    rPSAttrEntryR36AttrValChargingInterval
                                       Unsigned32,
    rPSAttrEntryR36AttrValISwIBGCall   INTEGER,
    rPSAttrEntryR36AttrValOTGpID       INTEGER,
    rPSAttrEntryR36AttrValOTGpIDVal    DisplayString,
    rPSAttrEntryR36AttrValOrigTrCxt    DisplayString,
    rPSAttrEntryR36AttrValDTGpID       INTEGER,
    rPSAttrEntryR36AttrValDTGpIDVal    DisplayString,
    rPSAttrEntryR36AttrValDestTrnkCxt  DisplayString,
    rPSAttrEntryR36AttrValRouteBasedOnDestTrnkGpID
                                       INTEGER,
    rPSAttrEntryR36AttrValApplyLongDistanceAlert
                                       INTEGER,
    rPSAttrEntryR36T2I1AttrValSigGwM3UAAppSvrNEConn
                                       Unsigned32,
    rPSAttrEntryR36T2I2AttrValSigGwM3UAAppSvrNetwkElement
                                       DisplayString,
    rPSAttrEntryR36T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx
                                       Unsigned32,
    rPSAttrEntryR36AttrValRstrctdNum   INTEGER,
    rPSAttrEntryR36AttrValLNPTFLQHOnBehalfSIPPeer
                                       INTEGER,
    rPSAttrEntryR36AttrValLocalNumLen  Unsigned32,
    rPSAttrEntryR36AttrValSuppressExternalLineCodeOnCIDToBG
                                       INTEGER,
    rPSAttrEntryR36AttrValGrmNkFsrInd  Unsigned32,
    rPSAttrEntryR36AttrValGrmNkFszInd  Unsigned32,
    rPSAttrEntryR36AttrValGrmNkIcrInd  Unsigned32,
    rPSAttrEntryR36AttrValGrmNkNcrInd  Unsigned32,
    rPSAttrEntryR36AttrValGrmNkCnbInd  Unsigned32,
    rPSAttrEntryR36AttrValGrmNkCustId  Unsigned32,
    rPSAttrEntryR36AttrValGrmNkServ    Unsigned32,
    rPSAttrEntryR36ClgAddrScope        INTEGER,
    rPSAttrEntryR36AttrValHighRiskCall INTEGER,
    rPSAttrEntryR36RtgPolicyNum        Unsigned32,
    rPSAttrEntryR36RtgPolicy           LongDisplayString,
    rPSAttrEntryR36AttrValLCC          INTEGER,
    rPSAttrEntryR36AttrValDialedNameDlvryAllowedOutsideBG
                                       INTEGER,
    rPSAttrEntryR36AttrValNumIncompleteIndicator
                                       INTEGER,
    rPSAttrEntryR36AttrValPresRestrictedInd
                                       INTEGER,
    rPSAttrEntryR36AttrValCldAddrIsADN INTEGER,
    rPSAttrEntryR36AttrValScreenInd    INTEGER,
    rPSAttrEntryR36AttrValNumPlanInd   INTEGER,
    rPSAttrEntryR36AttrValPresNumScope INTEGER,
    rPSAttrEntryR36AttrValCnfNum       INTEGER,
    rPSAttrEntryR36AttrValCnfOutdial   INTEGER,
    rPSAttrEntryR36AttrValISUPCarrSelInfo
                                       INTEGER,
    rPSAttrEntryR36AttrValRemTransitNetwkSelParm
                                       INTEGER,
    rPSAttrEntryR36AttrValUsrDefHex    Integer32,
    rPSAttrEntryR36AttrValCallProgressInd
                                       INTEGER,
    rPSAttrEntryR36AttrValBillOvrDldNum
                                       INTEGER,
    rPSAttrEntryR36AttrValClgAddrPrivacyTrustOverride
                                       INTEGER,
    rPSAttrEntryR36AttrValSatInd       Unsigned32,
    rPSAttrEntryR36AttrValUserCanSkip  INTEGER,
    rPSAttrEntryR36AttrValActionOnHexDigitClgPartyNum
                                       INTEGER,
    rPSAttrEntryR36AttrValCallTagToAdd DisplayString,
    rPSAttrEntryR36AttrValChargeAddrScope
                                       INTEGER,
    rPSAttrEntryR36AttrValSigCIdPRst   INTEGER,
    rPSAttrEntryR36AttrValSigCIdInc    INTEGER,
    rPSAttrEntryR36AttrValRemSignaledCallerIdIfZeroLen
                                       INTEGER,
    rPSAttrEntryR36AttrValUntrustedSource
                                       INTEGER
  }

  rPSAttrEntryR36NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { rPSAttrEntryR36Entry  1 }

  rPSAttrEntryR36NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { rPSAttrEntryR36Entry  2 }

  rPSAttrEntryR36CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { rPSAttrEntryR36Entry  3 }

  rPSAttrEntryR36CfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Config set index'.
                  This is an index field."
    ::= { rPSAttrEntryR36Entry  4 }

  rPSAttrEntryR36AttrSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute Set index'.
                  This is an index field."
    ::= { rPSAttrEntryR36Entry  5 }

  rPSAttrEntryR36AttrEntryIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute entry index'.
                  This is an index field."
    ::= { rPSAttrEntryR36Entry  6 }

  rPSAttrEntryR36AttrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNIIIDigitsNorthAmericaOnly(1),
                   areaCodeDialed(2),
                   calledAddressComplete(5),
                   calledAddressScope(6),
                   calledAddressType(7),
                   countryCodeLength(9),
                   fGDCarrierIDNorthAmericaOnly(10),
                   fGDCarrierDialingAllowedNorthAmericaOnly(11),
                   fGDCarrierRequirementNorthAmericaOnly(12),
                   callHoldAllowed(14),
                   operatorCall(15),
                   priorityCall(20),
                   regionCodeNorthAmericaOnly(21),
                   releaseControlMode(22),
                   restrictedLine950CallNorthAmericaOnly(23),
                   routingControlUKOnly(24),
                   signalAccessSignalingForOperatorCallNorthAmericaOnly(25),
                   signalingFGDCarrierIDNorthAmericaOnly(26),
                   testCall(27),
                   announcementID(28),
                   announcementParameter1(29),
                   announcementParameter2(30),
                   transitNetworkIDNorthAmericaOnly(31),
                   uSCallType(32),
                   dialedPrefixNorthAmericaOnly(33),
                   allowedDialingPatternNorthAmericaOnly(34),
                   dialingPatternNorthAmericaOnly(35),
                   allowedCarrierCallTypeNorthAmericaOnly(36),
                   carrierCallTypeNorthAmericaOnly(37),
                   carrierTypeNorthAmericaOnly(38),
                   useModifiedOperatorNOAEncodingNorthAmericaOnly(39),
                   useOperatorRequestedNOAEncodingNorthAmericaOnly(40),
                   callingCategory(41),
                   uKCallType(44),
                   customerAnnouncementID(45),
                   iNTriggerValue(46),
                   iNUSTriggerMatchType(47),
                   uSLATA(48),
                   echoCancellation(49),
                   forceOnSwitchLookup(51),
                   userDefinedAttribute1(52),
                   userDefinedAttribute2(53),
                   userDefinedAttribute3(54),
                   permitWhenServiceSuspended(56),
                   messageBillingIndex(57),
                   usePseudoANIPANINorthAmericaOnly(60),
                   lineClassCode1(61),
                   lineClassCode2(62),
                   lineClassCode3(63),
                   lineClassCode4(64),
                   lineClassCode5(65),
                   billingCallType(66),
                   billingStructureCode(67),
                   billingOverrideAINBillingNorthAmericaOnly(68),
                   forceLNPLookupNorthAmericaOnly(70),
                   iSUPCalledAddressPrefixNorthAmericaOnly(71),
                   userDefinedMFCallTypeNorthAmericaOnly(72),
                   pseudoANIPresentationIndicatorNorthAmericaOnly(73),
                   pseudoANIEgressSignalingTypesNorthAmericaOnly(74),
                   signalingGatewayM3UAApplicationServer(75),
                   aNIScreeningLookupNorthAmericaOnly(77),
                   numberTypeForANILookupNorthAmericaOnly(78),
                   authorizationCodeService(79),
                   iNQueryANINPANorthAmericaOnly(80),
                   iNQueryANINPANXXNorthAmericaOnly(81),
                   iNQueryANI1stPreferenceNorthAmericaOnly(82),
                   iNQueryANI2ndPreferenceNorthAmericaOnly(83),
                   iNQueryANI3rdPreferenceNorthAmericaOnly(84),
                   maximumCallDuration(89),
                   userDefinedAttribute4(90),
                   userDefinedAttribute5(91),
                   userDefinedAttribute6(92),
                   userDefinedAttribute7(93),
                   userDefinedAttribute8(94),
                   userDefinedAttribute9(95),
                   userDefinedAttribute10(96),
                   userDefinedAttribute11(97),
                   userDefinedAttribute12(98),
                   userDefinedAttribute13(99),
                   userDefinedAttribute14(100),
                   userDefinedAttribute15(101),
                   userDefinedAttribute16(102),
                   userDefinedAttribute17(103),
                   userDefinedAttribute18(104),
                   userDefinedAttribute19(105),
                   userDefinedAttribute20(106),
                   lineClassCode6(107),
                   lineClassCode7(108),
                   lineClassCode8(109),
                   lineClassCode9(110),
                   lineClassCode10(111),
                   lineClassCode11(112),
                   lineClassCode12(113),
                   lineClassCode13(114),
                   lineClassCode14(115),
                   lineClassCode15(116),
                   lineClassCode16(117),
                   lineClassCode17(118),
                   lineClassCode18(119),
                   lineClassCode19(120),
                   lineClassCode20(121),
                   outgoingQ850ReleaseCause(122),
                   chargingInterval(129),
                   interSwitchIntraBGCall(139),
                   originatingTrunkGroupID(141),
                   originatingTrunkContext(142),
                   destinationTrunkGroupID(143),
                   destinationTrunkContext(144),
                   routeBasedOnDestinationTrunkGroupID(145),
                   callTypeForLongDistanceAlert(150),
                   restrictedNumber(151),
                   lNPTFLQueryHandlingOnBehalfOfSIPPeer(152),
                   localNumberLength(154),
                   suppressExternalLineCodeOnCallerIDToBG(155),
                   germanNationalISUPUKKParameter(158),
                   callingAddressScope(159),
                   routingPolicy(160),
                   highRiskCall(161),
                   callingAddressIncomplete(163),
                   callingAddressPresentationRestriction(164),
                   dialedNameDeliveryAllowedOutsideBG(166),
                   calledAddressIsADN(167),
                   callingAddressScreeningIndicator(168),
                   callingAddressNumberPlanIndicator(169),
                   presentationNumberScopeUKOnly(171),
                   billingOverrideDialedNumber(172),
                   callProgressIndication(173),
                   conferenceOutdial(174),
                   conferenceNumber(175),
                   iSUPCarrierSelectionInformation(176),
                   removeTransitNetworkSelectionParameter(177),
                   callingAddressPrivacyTrustOverride(182),
                   satelliteIndicator(193),
                   actionOnHexDigitCallingPartyNumber(195),
                   callTags(196),
                   chargeAddressScope(197),
                   signaledCallerIDPresentationRestriction(198),
                   signaledCallerIDIncomplete(199),
                   removeSignaledCallerIDIfZeroLength(200),
                   untrustedSource(201)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute type'."
    ::= { rPSAttrEntryR36Entry  7 }

  rPSAttrEntryR36AttrValANIIIDigits OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - ANI II digits'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  8 }

  rPSAttrEntryR36AttrValAreaCodeDialed OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   notApplicable(1),
                   notDialed(2),
                   dialed(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - area code dialed'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  9 }

  rPSAttrEntryR36AttrValCldAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  10 }

  rPSAttrEntryR36AttrValCldAddrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   e164(8),
                   dialedDigits(196608)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address type'."
    DEFVAL       { e164 }
    ::= { rPSAttrEntryR36Entry  11 }

  rPSAttrEntryR36AttrValCntryCodeLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - country code length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  12 }

  rPSAttrEntryR36AttrValFGDCarrID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - FGD carrier ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  13 }

  rPSAttrEntryR36AttrValAllowFGDCarrDialing OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier dialing allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  14 }

  rPSAttrEntryR36AttrValFGDCarrRequirement OBJECT-TYPE
    SYNTAX       INTEGER {
                   noneRequired(0),
                   useDialedOrPIC1(1),
                   useDialedOrPIC2(2),
                   useSpecified(3),
                   useDialedOrPIC3(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - FGD carrier requirement'."
    DEFVAL       { noneRequired }
    ::= { rPSAttrEntryR36Entry  15 }

  rPSAttrEntryR36AttrValAllowCallHold OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call hold allowed'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  16 }

  rPSAttrEntryR36AttrValOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  17 }

  rPSAttrEntryR36AttrValPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - priority call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  18 }

  rPSAttrEntryR36AttrValRegionCode OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - region code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  19 }

  rPSAttrEntryR36AttrValReleaseControlMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   callingParty(0),
                   calledParty(1),
                   lastParty(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - release control mode'."
    DEFVAL       { callingParty }
    ::= { rPSAttrEntryR36Entry  20 }

  rPSAttrEntryR36AttrValRestrictedLine950Call OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted line 950 call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  21 }

  rPSAttrEntryR36AttrValRtgControlUK OBJECT-TYPE
    SYNTAX       INTEGER {
                   alternateRoutingAllowedContinuousRetryAllowed(0),
                   alternateRoutingBarredContinuousRetryAllowed(1),
                   alternateRoutingAllowedContinuousRetryBarred(2),
                   alternateRoutingBarredContinuousRetryBarred(3),
                   alternateRoutingAllowedOnceContinuousRetryAllowed(4),
                   alternateRoutingAllowedOnceContinuousRetryBarred(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - routing control'."
    DEFVAL       { alternateRoutingAllowedContinuousRetryAllowed }
    ::= { rPSAttrEntryR36Entry  22 }

  rPSAttrEntryR36AttrValSignalAccessSigOprCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal access signaling for operator call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  23 }

  rPSAttrEntryR36AttrValSignalFGDCarrID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signal FGD carrier ID'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  24 }

  rPSAttrEntryR36AttrValTestCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - test call'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  25 }

  rPSAttrEntryR36AttrValAnnounceID OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   badAreaCode(1),
                   missingAreaCode(2),
                   unnecessaryAreaCode(3),
                   unnecessaryPrefix(4),
                   numberDisconnected(5),
                   individualNumberChanged(6),
                   badCAC(7),
                   changedCAC(8),
                   wrongCAC(9),
                   noIntraLATACAC(10),
                   badCACCombination(11),
                   noDomesticCAC(12),
                   noInternationalCAC(13),
                   restrictedCAC(14),
                   prefixRequired(15),
                   groupNumberChanged(16),
                   mediaInUse(17),
                   testTone(19),
                   prohibitedCAC(358),
                   aNIScreeningFailed(371),
                   forwardedToVoicemail(456),
                   longDistanceCall(457),
                   newAreaCodeNorthAmericaOnly(460)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - announcement ID'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR36Entry  26 }

  rPSAttrEntryR36AttrValParm1Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 1'."
    ::= { rPSAttrEntryR36Entry  27 }

  rPSAttrEntryR36AttrValParm2Announce OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - announcement parameter 2'."
    ::= { rPSAttrEntryR36Entry  28 }

  rPSAttrEntryR36AttrValTransitNetID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Transit Network ID'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  29 }

  rPSAttrEntryR36AttrValUSCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   operator(1),
                   emergency(2),
                   local(3),
                   intraLATA(4),
                   interLATANational(5),
                   interLATAInternational(6),
                   tollFree(7),
                   premium(8),
                   otherNonGeographic(9),
                   operatorService(10),
                   directoryAssist(11),
                   fGDCutThrough(12),
                   fGB(13),
                   internationalTollFree(14),
                   otherN11(15),
                   international(16),
                   other(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  30 }

  rPSAttrEntryR36AttrValUSDialedPrefix OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   onePlus(1),
                   zeroPlus(2),
                   zeroMinus(3),
                   none(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialed prefix'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  31 }

  rPSAttrEntryR36AttrValUSAllowedDialingPattn OBJECT-TYPE
    SYNTAX       BITS {
                   sevenDigits(0),
                   tenDigits(1),
                   onePlusTenDigits(2),
                   zeroPlusTenDigits(3),
                   other(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed dialing pattern'."
    DEFVAL       { {sevenDigits, tenDigits, onePlusTenDigits, zeroPlusTenDigits, other} }
    ::= { rPSAttrEntryR36Entry  32 }

  rPSAttrEntryR36AttrValUSDialingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   sevenDigits(1),
                   tenDigits(2),
                   onePlusTenDigits(4),
                   zeroPlusTenDigits(8),
                   other(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - dialing pattern'."
    DEFVAL       { sevenDigits }
    ::= { rPSAttrEntryR36Entry  33 }

  rPSAttrEntryR36AttrValUSAllowedCarrCallType OBJECT-TYPE
    SYNTAX       BITS {
                   internationalNotWorldZone1(0),
                   internationalWorldZone1(1),
                   interLATA(2),
                   intraLATA(3),
                   interLATACDR(4),
                   operator(5),
                   unspecified(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - allowed carrier call type'."
    DEFVAL       { {internationalNotWorldZone1, internationalWorldZone1, interLATA, intraLATA, interLATACDR, operator} }
    ::= { rPSAttrEntryR36Entry  34 }

  rPSAttrEntryR36AttrValUSCarrCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   internationalNotWorldZone1(1),
                   internationalWorldZone1(2),
                   interLATA(4),
                   intraLATA(8),
                   interLATACDR(16),
                   operator(32),
                   unspecified(-2147483648)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - carrier call type'."
    DEFVAL       { internationalNotWorldZone1 }
    ::= { rPSAttrEntryR36Entry  35 }

  rPSAttrEntryR36AttrValUSCarrType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   lEC(2),
                   interLATA(3),
                   international(4),
                   interLATAAndInternational(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - carrier type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  36 }

  rPSAttrEntryR36AttrValUseModfdOprNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use modified operator NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  37 }

  rPSAttrEntryR36AttrValUseOprRequestedNOAEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - use operator requested NOA encoding'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  38 }

  rPSAttrEntryR36AttrValClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   emergency(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling category'."
    DEFVAL       { normal }
    ::= { rPSAttrEntryR36Entry  39 }

  rPSAttrEntryR36RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { rPSAttrEntryR36Entry  40 }

  rPSAttrEntryR36AttrValUKCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   local(1),
                   localNonGeographical(2),
                   national(3),
                   nationalNonGeographical(4),
                   international(5),
                   personalNumbering(6),
                   paging(7),
                   mobile(8),
                   corporate(9),
                   corporateTollFree(10),
                   tollFree(11),
                   premium(12),
                   broadband(13),
                   operator(14),
                   directoryEnquiries(15),
                   emergency(16),
                   repair(17),
                   otherCarrier(18),
                   other(19),
                   intraLATA(20),
                   interLATANational(21),
                   interLATAInternational(22),
                   otherNonGeographic(23),
                   operatorService(24),
                   fGDCutThrough(25),
                   fGB(26),
                   internationalTollFree(27),
                   otherN11(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - UK call type'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  41 }

  rPSAttrEntryR36AttrValCustomerAnnounceID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - customer announcement ID'."
    ::= { rPSAttrEntryR36Entry  42 }

  rPSAttrEntryR36I1AttrValINTriggerIxNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR36Entry  43 }

  rPSAttrEntryR36I2AttrValINTriggerIxNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR36Entry  44 }

  rPSAttrEntryR36I3AttrValINTriggerIxCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR36Entry  45 }

  rPSAttrEntryR36I4AttrValINTriggerIxTriggerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index',
                  This field represents index
                  'Trigger index'
                  in referenced type 'BOOINServiceTriggerSE'."
    ::= { rPSAttrEntryR36Entry  46 }

  rPSAttrEntryR36AttrValINTriggerIxOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - IN trigger index'.
                  This field represents the fixed
                  values that Attribute value - IN trigger index
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { rPSAttrEntryR36Entry  47 }

  rPSAttrEntryR36AttrValINUSTriggerMatchType OBJECT-TYPE
    SYNTAX       INTEGER {
                   nPA(4),
                   nPANXX(5),
                   nPANXXXXXX(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN US trigger match type'."
    DEFVAL       { nPA }
    ::= { rPSAttrEntryR36Entry  48 }

  rPSAttrEntryR36AttrValUSLATA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - US LATA'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  49 }

  rPSAttrEntryR36AttrValEchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3),
                   disallowed(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - echo cancellation'."
    DEFVAL       { preferred }
    ::= { rPSAttrEntryR36Entry  50 }

  rPSAttrEntryR36AttrValForceOnSwitchLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force on-switch lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  51 }

  rPSAttrEntryR36AttrValUsrDef OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user defined'."
    ::= { rPSAttrEntryR36Entry  52 }

  rPSAttrEntryR36AttrValPermitWhenServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - permit when service suspended'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  53 }

  rPSAttrEntryR36AttrValMsgBillIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - message billing index'."
    ::= { rPSAttrEntryR36Entry  54 }

  rPSAttrEntryR36AttrValUsePseudoANIPANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   always(1),
                   onlyWhenNoCallingNumber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Use Pseudo ANI (pANI)'."
    DEFVAL       { always }
    ::= { rPSAttrEntryR36Entry  55 }

  rPSAttrEntryR36AttrValBillCallType OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroOne(1),
                   zeroZeroFive(5),
                   zeroZeroSix(6),
                   zeroZeroNine(9),
                   zeroThreeThree(33),
                   zeroFourFive(45),
                   zeroFourSeven(47),
                   zeroSixZero(60),
                   zeroSevenFour(74),
                   zeroEightEight(88),
                   oneOneZero(110),
                   oneOneNine(119),
                   oneThreeOne(131),
                   oneThreeTwo(132),
                   oneThreeFour(134),
                   oneFourOne(141),
                   oneFourTwo(142),
                   sevenOneZero(710),
                   sevenOneOne(711),
                   sevenOneFour(714),
                   sevenTwoZero(720),
                   sevenTwoOne(721),
                   eightHundred(800),
                   eightHundredAndOne(801),
                   eightHundredAndTwo(802),
                   eightHundredAndThree(803),
                   eightHundredAndFour(804),
                   eightHundredAndFive(805),
                   eightHundredAndSix(806),
                   eightHundredAndSeven(807),
                   eightHundredAndEight(808),
                   eightHundredAndNine(809),
                   eightHundredAndTen(810),
                   eightHundredAndEleven(811),
                   eightHundredAndTwelve(812),
                   eightHundredAndThirteen(813),
                   eightHundredAndFourteen(814),
                   eightHundredAndFiveteen(815),
                   eightHundredAndSixteen(816),
                   eightHundredAndSeventeen(817),
                   eightHundredAndEighteen(818),
                   eightHundredAndNineteen(819),
                   eightHundredAndTwenty(820),
                   eightHundredAndTwentyOne(821),
                   eightHundredAndTwentyTwo(822),
                   eightHundredAndTwentyThree(823),
                   eightHundredAndTwentyFour(824),
                   eightHundredAndTwentyFive(825),
                   eightHundredAndTwentySix(826),
                   eightHundredAndTwentySeven(827),
                   eightHundredAndTwentyEight(828),
                   eightHundredAndTwentyNine(829),
                   eightHundredAndThirty(830),
                   eightHundredAndThirtyOne(831),
                   eightHundredAndThirtyTwo(832),
                   eightHundredAndThirtyThree(833),
                   eightHundredAndThirtyFour(834),
                   eightHundredAndThirtyFive(835),
                   eightHundredAndThirtySix(836),
                   eightHundredAndThirtySeven(837),
                   eightHundredAndThirtyEight(838),
                   eightHundredAndThirtyNine(839),
                   eightHundredAndForty(840),
                   eightHundredAndFortyOne(841),
                   eightHundredAndFortyTwo(842),
                   eightHundredAndFortyThree(843),
                   eightHundredAndFortyFour(844),
                   eightHundredAndFortyFive(845),
                   eightHundredAndFortySix(846),
                   eightHundredAndFortySeven(847),
                   eightHundredAndFortyEight(848),
                   eightHundredAndFortyNine(849),
                   eightHundredAndFifty(850),
                   eightHundredAndFiftyOne(851),
                   eightHundredAndFiftyTwo(852),
                   eightHundredAndFiftyThree(853),
                   eightHundredAndFiftyFour(854),
                   eightHundredAndFiftyFive(855),
                   eightHundredAndFiftySix(856),
                   eightHundredAndFiftySeven(857),
                   eightHundredAndFiftyEight(858),
                   eightHundredAndFiftyNine(859),
                   eightHundredAndSixty(860),
                   eightHundredAndSixtyOne(861),
                   eightHundredAndSixtyTwo(862),
                   eightHundredAndSixtyThree(863),
                   eightHundredAndSixtyFour(864),
                   eightHundredAndSixtyFive(865),
                   eightHundredAndSixtySix(866),
                   eightHundredAndSixtySeven(867),
                   eightHundredAndSixtyEight(868),
                   eightHundredAndSixtyNine(869),
                   eightHundredAndSeventy(870),
                   eightHundredAndSeventyOne(871),
                   eightHundredAndSeventyTwo(872),
                   eightHundredAndSeventyThree(873),
                   eightHundredAndSeventyFour(874),
                   eightHundredAndSeventyFive(875),
                   eightHundredAndSeventySix(876),
                   eightHundredAndSeventySeven(877),
                   eightHundredAndSeventyEight(878),
                   eightHundredAndSeventyNine(879),
                   eightHundredAndEighty(880),
                   eightHundredAndEightyOne(881),
                   eightHundredAndEightyTwo(882),
                   eightHundredAndEightyThree(883),
                   eightHundredAndEightyFour(884),
                   eightHundredAndEightyFive(885),
                   eightHundredAndEightySix(886),
                   eightHundredAndEightySeven(887),
                   eightHundredAndEightyEight(888),
                   eightHundredAndEightyNine(889),
                   eightHundredAndNinety(890),
                   eightHundredAndNinetyOne(891),
                   eightHundredAndNinetyTwo(892),
                   eightHundredAndNinetyThree(893),
                   eightHundredAndNinetyFour(894),
                   eightHundredAndNinetyFive(895),
                   eightHundredAndNinetySix(896),
                   eightHundredAndNinetySeven(897),
                   eightHundredAndNinetyEight(898),
                   eightHundredAndNinetyNine(899),
                   nineHundredAnd(900),
                   nineHundredAndOne(901),
                   nineHundredAndTwo(902),
                   nineHundredAndThree(903),
                   nineHundredAndFour(904),
                   nineHundredAndFive(905),
                   nineHundredAndSix(906),
                   nineHundredAndSeven(907),
                   nineHundredAndEight(908),
                   nineHundredAndNine(909),
                   nineHundredAndTen(910),
                   nineOneOne(911),
                   nineHundredAndTwelve(912),
                   nineHundredAndThirteen(913),
                   nineHundredAndFourteen(914),
                   nineHundredAndFiveteen(915),
                   nineHundredAndSixteen(916),
                   nineHundredAndSeventeen(917),
                   nineHundredAndEighteen(918),
                   nineHundredAndNineteen(919),
                   nineHundredAndTwenty(920),
                   nineHundredAndTwentyOne(921),
                   nineHundredAndTwentyTwo(922),
                   nineHundredAndTwentyThree(923),
                   nineHundredAndTwentyFour(924),
                   nineHundredAndTwentyFive(925),
                   nineHundredAndTwentySix(926),
                   nineHundredAndTwentySeven(927),
                   nineHundredAndTwentyEight(928),
                   nineHundredAndTwentyNine(929),
                   nineHundredAndThirty(930),
                   nineHundredAndThirtyOne(931),
                   nineHundredAndThirtyTwo(932),
                   nineHundredAndThirtyThree(933),
                   nineHundredAndThirtyFour(934),
                   nineHundredAndThirtyFive(935),
                   nineHundredAndThirtySix(936),
                   nineHundredAndThirtySeven(937),
                   nineHundredAndThirtyEight(938),
                   nineHundredAndThirtyNine(939),
                   nineHundredAndForty(940),
                   nineHundredAndFortyOne(941),
                   nineHundredAndFortyTwo(942),
                   nineHundredAndFortyThree(943),
                   nineHundredAndFortyFour(944),
                   nineHundredAndFortyFive(945),
                   nineHundredAndFortySix(946),
                   nineHundredAndFortySeven(947),
                   nineHundredAndFortyEight(948),
                   nineHundredAndFortyNine(949),
                   nineHundredAndFifty(950),
                   nineHundredAndFiftyOne(951),
                   nineHundredAndFiftyTwo(952),
                   nineHundredAndFiftyThree(953),
                   nineHundredAndFiftyFour(954),
                   nineHundredAndFiftyFive(955),
                   nineHundredAndFiftySix(956),
                   nineHundredAndFiftySeven(957),
                   nineHundredAndFiftyEight(958),
                   nineHundredAndFiftyNine(959),
                   nineHundredAndSixty(960),
                   nineHundredAndSixtyOne(961),
                   nineHundredAndSixtyTwo(962),
                   nineHundredAndSixtyThree(963),
                   nineHundredAndSixtyFour(964),
                   nineHundredAndSixtyFive(965),
                   nineHundredAndSixtySix(966),
                   nineHundredAndSixtySeven(967),
                   nineHundredAndSixtyEight(968),
                   nineHundredAndSixtyNine(969),
                   nineHundredAndSeventy(970),
                   nineHundredAndSeventyOne(971),
                   nineHundredAndSeventyTwo(972),
                   nineHundredAndSeventyThree(973),
                   nineHundredAndSeventyFour(974),
                   nineHundredAndSeventyFive(975),
                   nineHundredAndSeventySix(976),
                   nineHundredAndSeventySeven(977),
                   nineHundredAndSeventyEight(978),
                   nineHundredAndSeventyNine(979),
                   nineHundredAndEighty(980),
                   nineHundredAndEightyOne(981),
                   nineHundredAndEightyTwo(982),
                   nineHundredAndEightyThree(983),
                   nineHundredAndEightyFour(984),
                   nineHundredAndEightyFive(985),
                   nineHundredAndEightySix(986),
                   nineHundredAndEightySeven(987),
                   nineHundredAndEightyEight(988),
                   nineHundredAndEightyNine(989),
                   nineHundredAndNinety(990),
                   nineHundredAndNinetyOne(991),
                   nineHundredAndNinetyTwo(992),
                   nineHundredAndNinetyThree(993),
                   nineHundredAndNinetyFour(994),
                   nineHundredAndNinetyFive(995),
                   nineHundredAndNinetySix(996),
                   nineHundredAndNinetySeven(997),
                   nineHundredAndNinetyEight(998),
                   nineHundredAndNinetyNine(999)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - call type'."
    ::= { rPSAttrEntryR36Entry  56 }

  rPSAttrEntryR36AttrValBillStructureCode OBJECT-TYPE
    SYNTAX       INTEGER {
                   zeroZeroZeroOne(1),
                   zeroZeroZeroTwo(2),
                   zeroZeroTwoZero(20),
                   zeroZeroTwoEight(28),
                   zeroZeroSevenNine(79),
                   zeroTwoTwoZero(220),
                   zeroTwoTwoOne(221),
                   zeroThreeSixZero(360),
                   zeroTHreeSixFour(364),
                   zeroFiveZeroZero(500),
                   zeroSixTwoFive(625),
                   zeroSixFiveThree(653)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - structure code'."
    ::= { rPSAttrEntryR36Entry  57 }

  rPSAttrEntryR36AttrValBillOverrideAINBill OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override AIN billing'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  58 }

  rPSAttrEntryR36AttrValForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - force LNP lookup'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  59 }

  rPSAttrEntryR36AttrValISUPCldAddrPrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP called address prefix'."
    ::= { rPSAttrEntryR36Entry  60 }

  rPSAttrEntryR36AttrValPseudoANIEgressSigTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSUP(0),
                   iSDNAccess(1),
                   iSDNTrunk(2),
                   sIPAccess(3),
                   sIPTrunk(4),
                   analog(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI egress signaling types'."
    DEFVAL       { {iSUP, iSDNAccess, iSDNTrunk, sIPAccess, sIPTrunk, analog} }
    ::= { rPSAttrEntryR36Entry  61 }

  rPSAttrEntryR36AttrValPseudoANIPresIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   restricted(1),
                   available(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - pseudo ANI presentation indicator'."
    DEFVAL       { restricted }
    ::= { rPSAttrEntryR36Entry  62 }

  rPSAttrEntryR36T1I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR36Entry  63 }

  rPSAttrEntryR36T1I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR36Entry  64 }

  rPSAttrEntryR36T1I3AttrValSigGwM3UAAppSvrSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Signaling Gateway index'
                  in referenced type 'BOOSigGatewaySE'."
    ::= { rPSAttrEntryR36Entry  65 }

  rPSAttrEntryR36AttrValANIScreeningLookupType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   lookupInSpecificTable(1),
                   lookupOnCarrierCodeNorthAmericaOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ANI Screening lookup type'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR36Entry  66 }

  rPSAttrEntryR36I1AttrValANIScreeningLookupTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR36Entry  67 }

  rPSAttrEntryR36I2AttrValANIScreeningLookupTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR36Entry  68 }

  rPSAttrEntryR36I3AttrValANIScreeningLookupTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR36Entry  69 }

  rPSAttrEntryR36I4AttrValANIScreeningLookupTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - ANI Screening lookup table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOANIScreeningTableSE'."
    ::= { rPSAttrEntryR36Entry  70 }

  rPSAttrEntryR36AttrValNumTypeANILookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   chargeNumber(0),
                   chargeNumberPreferred(1),
                   callingPartyNumber(2),
                   callingPartyNumberPreferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - number type for ANI lookup'."
    DEFVAL       { chargeNumber }
    ::= { rPSAttrEntryR36Entry  71 }

  rPSAttrEntryR36AttrValAuthCodeOperation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   noValidation(1),
                   onSwitchCallingCardHotline(2),
                   offSwitchCallingCard(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Operation'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR36Entry  72 }

  rPSAttrEntryR36I1AttrValAuthCodeTblNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR36Entry  73 }

  rPSAttrEntryR36I2AttrValAuthCodeTblNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR36Entry  74 }

  rPSAttrEntryR36I3AttrValAuthCodeTblCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR36Entry  75 }

  rPSAttrEntryR36I4AttrValAuthCodeTblTblIx OBJECT-TYPE
    SYNTAX       INTEGER ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Authorization Code Table',
                  This field represents index
                  'Table index'
                  in referenced type 'BOOAuthCodeTableSE'."
    ::= { rPSAttrEntryR36Entry  76 }

  rPSAttrEntryR36AttrValValidAuthCodes OBJECT-TYPE
    SYNTAX       INTEGER {
                   anyCodeInTable(0),
                   specificCode(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Valid Authorization Codes'."
    DEFVAL       { anyCodeInTable }
    ::= { rPSAttrEntryR36Entry  77 }

  rPSAttrEntryR36AttrValAuthCode OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code'."
    ::= { rPSAttrEntryR36Entry  78 }

  rPSAttrEntryR36AttrValAuthCodePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..19))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Authorization Code Prefix'."
    ::= { rPSAttrEntryR36Entry  79 }

  rPSAttrEntryR36AttrValINQueryANINPA OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA'."
    ::= { rPSAttrEntryR36Entry  80 }

  rPSAttrEntryR36AttrValINQuryANINPANXX OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI NPA-NXX'."
    ::= { rPSAttrEntryR36Entry  81 }

  rPSAttrEntryR36AttrValINQryANI1stPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 1st preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR36Entry  82 }

  rPSAttrEntryR36AttrValINQryANI2ndPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 2nd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR36Entry  83 }

  rPSAttrEntryR36AttrValINQryANI3rdPreference OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardANI(0),
                   provided7DigitANIWithConfiguredNPA(1),
                   sourceAddressNPANXX(2),
                   configuredNPANXX(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - IN query ANI 3rd preference'."
    DEFVAL       { standardANI }
    ::= { rPSAttrEntryR36Entry  84 }

  rPSAttrEntryR36AttrValMaxCallDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1440 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - maximum call duration'."
    ::= { rPSAttrEntryR36Entry  85 }

  rPSAttrEntryR36AttrValCldAddrComplete OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address complete'."
    ::= { rPSAttrEntryR36Entry  86 }

  rPSAttrEntryR36AttrValOutQ850ReleaseCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   auto(0),
                   unallocatedNumber(1),
                   noRouteToSpecTranNwk(2),
                   noRouteToDest(3),
                   sendSpecialInfoTone(4),
                   misdialedTrunkPrefix(5),
                   channelUnacceptable(6),
                   callAwardedToEstdChan(7),
                   callPreEmpted(8),
                   callPreEmptedCircRerserved(9),
                   fourteenQueryOnReleasePortedNumNatUse(14),
                   normalCallClearing(16),
                   userBusy(17),
                   userNotResponding(18),
                   userNotAnswering(19),
                   subscriberAbsent(20),
                   callRejected(21),
                   numberChanged(22),
                   destOutOfOrder(27),
                   invalidNumberFormat(28),
                   facilitiesRejected(29),
                   responseToStatusInquiry(30),
                   normalUnspecified(31),
                   noCircuitChannelAvail(34),
                   networkOutOfOrder(38),
                   temporaryFailure(41),
                   switchingEquipmentCongestion(42),
                   accessInformationDiscarded(43),
                   reqCircuitChanNotAvail(44),
                   precedenceCallBlocked(46),
                   resourceUnavailableUnspecified(47),
                   requestedFacilityNotSubscribed(50),
                   outgoingCallsBarredWithinCUG(53),
                   incomingCallsBarredWithinCUG(55),
                   bearerCapabilityNotAuthorized(57),
                   bearerCapabilityNotPresentlyAvailable(58),
                   inconsistencyInOutgoingInfoElt(62),
                   serviceOrOptNotAvailUnspec(63),
                   bearerCapabilityNotImplemented(65),
                   requestedFacilityNotImplemented(69),
                   onlyRstdDigInfoBrrCapAvail(70),
                   serviceOptNotImpltdUnspec(79),
                   userNotMemberOfCUG(87),
                   incompatibleDest(88),
                   nonExistentCUG(90),
                   invalidTranNwkSel(91),
                   invalidMessageUnspec(95),
                   msgTypeNonExistentOrNotImpl(97),
                   msgNotComparWithCallState(98),
                   infoEltParamNonExistentOrNotImpl(99),
                   recoveryOnTimerExpiry(102),
                   paramNonExistentOrNotImplPassedOn(103),
                   unrecognizedParamDiscarded(110),
                   protocolErrorUnspecified(111),
                   interworkingUnspecified(127)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - outgoing Q.850 release cause'."
    DEFVAL       { auto }
    ::= { rPSAttrEntryR36Entry  88 }

  rPSAttrEntryR36AttrValChargingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charging interval'."
    ::= { rPSAttrEntryR36Entry  89 }

  rPSAttrEntryR36AttrValISwIBGCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - inter-switch intra-BG call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR36Entry  90 }

  rPSAttrEntryR36AttrValOTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2),
                   incomingTrunkGroupNumber(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID'."
    ::= { rPSAttrEntryR36Entry  91 }

  rPSAttrEntryR36AttrValOTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk group ID value'."
    ::= { rPSAttrEntryR36Entry  92 }

  rPSAttrEntryR36AttrValOrigTrCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - originating trunk context'."
    ::= { rPSAttrEntryR36Entry  93 }

  rPSAttrEntryR36AttrValDTGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   cleared(1),
                   specified(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID'."
    ::= { rPSAttrEntryR36Entry  94 }

  rPSAttrEntryR36AttrValDTGpIDVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk group ID value'."
    ::= { rPSAttrEntryR36Entry  95 }

  rPSAttrEntryR36AttrValDestTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - destination trunk context'."
    ::= { rPSAttrEntryR36Entry  96 }

  rPSAttrEntryR36AttrValRouteBasedOnDestTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - route based on destination trunk group ID'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR36Entry  97 }

  rPSAttrEntryR36AttrValApplyLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call type for long distance alert'."
    DEFVAL       { longDistance }
    ::= { rPSAttrEntryR36Entry  98 }

  rPSAttrEntryR36T2I1AttrValSigGwM3UAAppSvrNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR36Entry  99 }

  rPSAttrEntryR36T2I2AttrValSigGwM3UAAppSvrNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR36Entry  100 }

  rPSAttrEntryR36T2I3AttrValSigGwM3UAAppSvrM3UAAppServerIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Attribute value - Signaling Gateway/M3UA Application Server',
                  This field represents index
                  'M3UA Application Server index'
                  in referenced type 'BOOM3UAApplicationServerSE'."
    ::= { rPSAttrEntryR36Entry  101 }

  rPSAttrEntryR36AttrValRstrctdNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - restricted number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  102 }

  rPSAttrEntryR36AttrValLNPTFLQHOnBehalfSIPPeer OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - LNP/TFL query handling on behalf of SIP peer'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR36Entry  103 }

  rPSAttrEntryR36AttrValLocalNumLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..32 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - local number length'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  104 }

  rPSAttrEntryR36AttrValSuppressExternalLineCodeOnCIDToBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - suppress external line code on caller ID to BG'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR36Entry  105 }

  rPSAttrEntryR36AttrValGrmNkFsrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  106 }

  rPSAttrEntryR36AttrValGrmNkFszInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Foreign special zoning indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  107 }

  rPSAttrEntryR36AttrValGrmNkIcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'International carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  108 }

  rPSAttrEntryR36AttrValGrmNkNcrInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'National carrier routing indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  109 }

  rPSAttrEntryR36AttrValGrmNkCnbInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Code number block indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  110 }

  rPSAttrEntryR36AttrValGrmNkCustId OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16383 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer identity'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  111 }

  rPSAttrEntryR36AttrValGrmNkServ OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..127 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service type code'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  112 }

  rPSAttrEntryR36ClgAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  113 }

  rPSAttrEntryR36AttrValHighRiskCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - high risk call'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR36Entry  114 }

  rPSAttrEntryR36RtgPolicyNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy number'."
    ::= { rPSAttrEntryR36Entry  115 }

  rPSAttrEntryR36RtgPolicy OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Routing policy'."
    ::= { rPSAttrEntryR36Entry  116 }

  rPSAttrEntryR36AttrValLCC OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - line class code'."
    ::= { rPSAttrEntryR36Entry  117 }

  rPSAttrEntryR36AttrValDialedNameDlvryAllowedOutsideBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - dialed name delivery allowed outside BG'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  118 }

  rPSAttrEntryR36AttrValNumIncompleteIndicator OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  119 }

  rPSAttrEntryR36AttrValPresRestrictedInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR36Entry  120 }

  rPSAttrEntryR36AttrValCldAddrIsADN OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - called address is a DN'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR36Entry  121 }

  rPSAttrEntryR36AttrValScreenInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   networkProvided(0),
                   userProvidedVerifiedPassed(1),
                   userProvidedFailed(2),
                   userProvidedNotVerified(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address screening indicator'."
    DEFVAL       { networkProvided }
    ::= { rPSAttrEntryR36Entry  122 }

  rPSAttrEntryR36AttrValNumPlanInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   iSDNNumberPlan(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - Calling address number plan indicator'."
    DEFVAL       { iSDNNumberPlan }
    ::= { rPSAttrEntryR36Entry  123 }

  rPSAttrEntryR36AttrValPresNumScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - presentation number scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  124 }

  rPSAttrEntryR36AttrValCnfNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  125 }

  rPSAttrEntryR36AttrValCnfOutdial OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - conference outdial'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  126 }

  rPSAttrEntryR36AttrValISUPCarrSelInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   notIncluded(0),
                   presubscribedAndNotInput(1),
                   presubscribedAndInput(2),
                   presubscribedAndInputUndetermined(3),
                   notPresubscribedAndInput(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - ISUP carrier selection information'."
    DEFVAL       { notIncluded }
    ::= { rPSAttrEntryR36Entry  127 }

  rPSAttrEntryR36AttrValRemTransitNetwkSelParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove transit network selection parameter'."
    DEFVAL       { yes }
    ::= { rPSAttrEntryR36Entry  128 }

  rPSAttrEntryR36AttrValUsrDefHex OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - user defined (hex)'."
    ::= { rPSAttrEntryR36Entry  129 }

  rPSAttrEntryR36AttrValCallProgressInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   postDialDelayComfortTone(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - call progress indication'."
    DEFVAL       { none }
    ::= { rPSAttrEntryR36Entry  130 }

  rPSAttrEntryR36AttrValBillOvrDldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - billing - override dialed number'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  131 }

  rPSAttrEntryR36AttrValClgAddrPrivacyTrustOverride OBJECT-TYPE
    SYNTAX       INTEGER {
                   removeRestrictedAddressIfDestinationIsUntrusted(0),
                   sendRestrictedAddressAlways(1),
                   removeRestrictedAddressAlways(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - calling address privacy trust override'."
    DEFVAL       { removeRestrictedAddressIfDestinationIsUntrusted }
    ::= { rPSAttrEntryR36Entry  132 }

  rPSAttrEntryR36AttrValSatInd OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - satellite indicator'."
    DEFVAL       { 0 }
    ::= { rPSAttrEntryR36Entry  133 }

  rPSAttrEntryR36AttrValUserCanSkip OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - user can skip'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  134 }

  rPSAttrEntryR36AttrValActionOnHexDigitClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   ignore(1),
                   trunkPassThroughOnly(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - action on hex-digit calling party number'."
    DEFVAL       { ignore }
    ::= { rPSAttrEntryR36Entry  135 }

  rPSAttrEntryR36AttrValCallTagToAdd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..6))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attribute value - call tag'."
    ::= { rPSAttrEntryR36Entry  136 }

  rPSAttrEntryR36AttrValChargeAddrScope OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   networkSpecifiedNumber(3),
                   subscriber(4),
                   noNumber(9),
                   uKSpecific(10),
                   specialNumberFranceOnly(15),
                   nSNWithTransitNetworkSelectionFranceOnly(16),
                   internationalWithTransitNetworkSelectionFranceOnly(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - charge address scope'."
    DEFVAL       { unknown }
    ::= { rPSAttrEntryR36Entry  137 }

  rPSAttrEntryR36AttrValSigCIdPRst OBJECT-TYPE
    SYNTAX       INTEGER {
                   presentationAllowed(0),
                   presentationRestricted(1),
                   addressNotAvailable(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID presentation restriction'."
    DEFVAL       { presentationAllowed }
    ::= { rPSAttrEntryR36Entry  138 }

  rPSAttrEntryR36AttrValSigCIdInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - signaled caller ID incomplete'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  139 }

  rPSAttrEntryR36AttrValRemSignaledCallerIdIfZeroLen OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - remove signaled caller ID if zero length'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  140 }

  rPSAttrEntryR36AttrValUntrustedSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(0),
                   yes(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attribute value - untrusted source'."
    DEFVAL       { no }
    ::= { rPSAttrEntryR36Entry  141 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Additional Identity'                                        */
-- /* Valid from: 9.6.30                                                            */
-- /* Deprecated from: 9.6.40                                                       */
-- /*********************************************************************************/

  bGLineAddIdR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineAddIdR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'."
    ::= { metaSwitch  2747 }

  bGLineAddIdR1Entry OBJECT-TYPE
    SYNTAX       BGLineAddIdR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineAddIdR1NEConn,
             bGLineAddIdR1NetwkElement,
             bGLineAddIdR1CFSIx,
             bGLineAddIdR1GpIx,
             bGLineAddIdR1FirstDirNum,
             bGLineAddIdR1DirNum,
             bGLineAddIdR1AddnIdIx }
    ::= {  bGLineAddIdR1Table  1  }

  BGLineAddIdR1Entry  ::=  SEQUENCE
  {
    bGLineAddIdR1NEConn                Unsigned32,
    bGLineAddIdR1NetwkElement          DisplayString,
    bGLineAddIdR1CFSIx                 Unsigned32,
    bGLineAddIdR1GpIx                  Unsigned32,
    bGLineAddIdR1FirstDirNum           DisplayString,
    bGLineAddIdR1DirNum                DisplayString,
    bGLineAddIdR1AddnIdIx              Unsigned32,
    bGLineAddIdR1Identity              DisplayString,
    bGLineAddIdR1RowStatus             RowStatus,
    bGLineAddIdR1UseAddtlIDAsCIDOnOrigCalls
                                       INTEGER
  }

  bGLineAddIdR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineAddIdR1Entry  1 }

  bGLineAddIdR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineAddIdR1Entry  2 }

  bGLineAddIdR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineAddIdR1Entry  3 }

  bGLineAddIdR1GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineAddIdR1Entry  4 }

  bGLineAddIdR1FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineAddIdR1Entry  5 }

  bGLineAddIdR1DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineAddIdR1Entry  6 }

  bGLineAddIdR1AddnIdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional ID index'.
                  This is an index field."
    ::= { bGLineAddIdR1Entry  7 }

  bGLineAddIdR1Identity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Identity'.
                  This field is only writable during create."
    ::= { bGLineAddIdR1Entry  8 }

  bGLineAddIdR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineAddIdR1Entry  9 }

  bGLineAddIdR1UseAddtlIDAsCIDOnOrigCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use additional ID as caller ID on originating calls'."
    DEFVAL       { false }
    ::= { bGLineAddIdR1Entry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Pilot Directory Number'                                */
-- /* Valid from: 9.6.30                                                            */
-- /*********************************************************************************/

  mLHGPilotDNR17Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGPilotDNR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2748 }

  mLHGPilotDNR17Entry OBJECT-TYPE
    SYNTAX       MLHGPilotDNR17Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGPilotDNR17NEConn,
             mLHGPilotDNR17NetwkElement,
             mLHGPilotDNR17CFSIx,
             mLHGPilotDNR17GpIx,
             mLHGPilotDNR17MLHGGpIx,
             mLHGPilotDNR17DirNum }
    ::= {  mLHGPilotDNR17Table  1  }

  MLHGPilotDNR17Entry  ::=  SEQUENCE
  {
    mLHGPilotDNR17NEConn               Unsigned32,
    mLHGPilotDNR17NetwkElement         DisplayString,
    mLHGPilotDNR17CFSIx                Unsigned32,
    mLHGPilotDNR17GpIx                 Unsigned32,
    mLHGPilotDNR17MLHGGpIx             Unsigned32,
    mLHGPilotDNR17DirNum               DisplayString,
    mLHGPilotDNR17I1PerProfNEConn      Unsigned32,
    mLHGPilotDNR17I2PerProfNetwkElement
                                       DisplayString,
    mLHGPilotDNR17I3PerProfCFSIx       Unsigned32,
    mLHGPilotDNR17I4PerProfGpIx        Unsigned32,
    mLHGPilotDNR17InUseBy              INTEGER,
    mLHGPilotDNR17IntercomDialingCode  DisplayString,
    mLHGPilotDNR17MultipleAppearanceDirNum
                                       DisplayString,
    mLHGPilotDNR17MLHGIx               Unsigned32,
    mLHGPilotDNR17MLHGMemberIx         Unsigned32,
    mLHGPilotDNR17CustInfo             DisplayString,
    mLHGPilotDNR17CustInfo2            DisplayString,
    mLHGPilotDNR17CustInfo3            DisplayString,
    mLHGPilotDNR17CustInfo4            DisplayString,
    mLHGPilotDNR17CustInfo5            DisplayString,
    mLHGPilotDNR17CustInfo6            DisplayString,
    mLHGPilotDNR17NumStatus            INTEGER,
    mLHGPilotDNR17RecentlyMovedFromOldNum
                                       INTEGER,
    mLHGPilotDNR17MovedFromDirNum      DisplayString,
    mLHGPilotDNR17ConnectCallAfterAnnounce
                                       INTEGER,
    mLHGPilotDNR17MovedToDirNum        DisplayString,
    mLHGPilotDNR17PortedExchangeID     DisplayString,
    mLHGPilotDNR17PIN                  DisplayString,
    mLHGPilotDNR17SDActForceLNPLookup  INTEGER,
    mLHGPilotDNR17SDDefForceLNPLookup  INTEGER,
    mLHGPilotDNR17SDUseDefForceLNPLookup
                                       INTEGER,
    mLHGPilotDNR17SDActTimezone        INTEGER,
    mLHGPilotDNR17SDDefTimezone        INTEGER,
    mLHGPilotDNR17SDUseDefTimezone     INTEGER,
    mLHGPilotDNR17SDActAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR17SDDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR17SDUseDefAdjustDaylightSavings
                                       INTEGER,
    mLHGPilotDNR17ActYear              Unsigned32,
    mLHGPilotDNR17ActMonth             Unsigned32,
    mLHGPilotDNR17ActDate              Unsigned32,
    mLHGPilotDNR17DiagsLogLvl          INTEGER,
    mLHGPilotDNR17DiagsAPITraceEnabled INTEGER,
    mLHGPilotDNR17DiagsAPITraceTag     DisplayString,
    mLHGPilotDNR17DiagsAPITraceRemNum  DisplayString,
    mLHGPilotDNR17ChdCallServAlrmsAttnRq
                                       Unsigned32,
    mLHGPilotDNR17ChdCallServAlrmEvtsAttnRq
                                       Unsigned32,
    mLHGPilotDNR17ChldCallSrvAlrmsAtndDp
                                       Unsigned32,
    mLHGPilotDNR17ChldCallSrvAlrmEvtsAtndDp
                                       Unsigned32,
    mLHGPilotDNR17SummaryChldAlrmState INTEGER,
    mLHGPilotDNR17RowStatus            RowStatus,
    mLHGPilotDNR17EnabledDate          Unsigned32,
    mLHGPilotDNR17MovedDate            Unsigned32,
    mLHGPilotDNR17SDActExpireAfter     Unsigned32,
    mLHGPilotDNR17SDDefExpireAfter     Unsigned32,
    mLHGPilotDNR17SDUseDefExpireAfter  INTEGER,
    mLHGPilotDNR17ExpiryDate           Unsigned32,
    mLHGPilotDNR17I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    mLHGPilotDNR17I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    mLHGPilotDNR17I3DelegatedManagementGpDMGIx
                                       Integer32,
    mLHGPilotDNR17SASHostname          LongDisplayString,
    mLHGPilotDNR17SDActChargeInd       INTEGER,
    mLHGPilotDNR17SDDefChargeInd       INTEGER,
    mLHGPilotDNR17SDUseDefChargeInd    INTEGER,
    mLHGPilotDNR17CustomerInfoFirstName
                                       LongDisplayString,
    mLHGPilotDNR17CustomerInfoSecondName
                                       LongDisplayString,
    mLHGPilotDNR17CustomerInfoOtherNames
                                       LongDisplayString,
    mLHGPilotDNR17CustomerInfoPenultimateName
                                       LongDisplayString,
    mLHGPilotDNR17CustomerInfoSurname  LongDisplayString,
    mLHGPilotDNR17I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mLHGPilotDNR17I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mLHGPilotDNR17I3FaultMonitoringProfFMPIx
                                       Integer32,
    mLHGPilotDNR17FaultMonitoringProfOtherVals
                                       INTEGER,
    mLHGPilotDNR17AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mLHGPilotDNR17MLHGApplyDistinctiveRingPattn
                                       INTEGER,
    mLHGPilotDNR17MLHGRingPattn        INTEGER,
    mLHGPilotDNR17SigType              INTEGER,
    mLHGPilotDNR17UseDNIdentification  INTEGER,
    mLHGPilotDNR17SIPUserName          DisplayString,
    mLHGPilotDNR17SIPDomainName        DisplayString,
    mLHGPilotDNR17SDActLCC1            INTEGER,
    mLHGPilotDNR17SDDefLCC1            INTEGER,
    mLHGPilotDNR17SDUseDefLCC1         INTEGER,
    mLHGPilotDNR17SDActLCC2            INTEGER,
    mLHGPilotDNR17SDDefLCC2            INTEGER,
    mLHGPilotDNR17SDUseDefLCC2         INTEGER,
    mLHGPilotDNR17SDActLCC3            INTEGER,
    mLHGPilotDNR17SDDefLCC3            INTEGER,
    mLHGPilotDNR17SDUseDefLCC3         INTEGER,
    mLHGPilotDNR17SDActLCC4            INTEGER,
    mLHGPilotDNR17SDDefLCC4            INTEGER,
    mLHGPilotDNR17SDUseDefLCC4         INTEGER,
    mLHGPilotDNR17SDActLCC5            INTEGER,
    mLHGPilotDNR17SDDefLCC5            INTEGER,
    mLHGPilotDNR17SDUseDefLCC5         INTEGER,
    mLHGPilotDNR17SDActLCC6            INTEGER,
    mLHGPilotDNR17SDDefLCC6            INTEGER,
    mLHGPilotDNR17SDUseDefLCC6         INTEGER,
    mLHGPilotDNR17SDActLCC7            INTEGER,
    mLHGPilotDNR17SDDefLCC7            INTEGER,
    mLHGPilotDNR17SDUseDefLCC7         INTEGER,
    mLHGPilotDNR17SDActLCC8            INTEGER,
    mLHGPilotDNR17SDDefLCC8            INTEGER,
    mLHGPilotDNR17SDUseDefLCC8         INTEGER,
    mLHGPilotDNR17SDActLCC9            INTEGER,
    mLHGPilotDNR17SDDefLCC9            INTEGER,
    mLHGPilotDNR17SDUseDefLCC9         INTEGER,
    mLHGPilotDNR17SDActLCC10           INTEGER,
    mLHGPilotDNR17SDDefLCC10           INTEGER,
    mLHGPilotDNR17SDUseDefLCC10        INTEGER,
    mLHGPilotDNR17SDActLCC11           INTEGER,
    mLHGPilotDNR17SDDefLCC11           INTEGER,
    mLHGPilotDNR17SDUseDefLCC11        INTEGER,
    mLHGPilotDNR17SDActLCC12           INTEGER,
    mLHGPilotDNR17SDDefLCC12           INTEGER,
    mLHGPilotDNR17SDUseDefLCC12        INTEGER,
    mLHGPilotDNR17SDActLCC13           INTEGER,
    mLHGPilotDNR17SDDefLCC13           INTEGER,
    mLHGPilotDNR17SDUseDefLCC13        INTEGER,
    mLHGPilotDNR17SDActLCC14           INTEGER,
    mLHGPilotDNR17SDDefLCC14           INTEGER,
    mLHGPilotDNR17SDUseDefLCC14        INTEGER,
    mLHGPilotDNR17SDActLCC15           INTEGER,
    mLHGPilotDNR17SDDefLCC15           INTEGER,
    mLHGPilotDNR17SDUseDefLCC15        INTEGER,
    mLHGPilotDNR17SDActLCC16           INTEGER,
    mLHGPilotDNR17SDDefLCC16           INTEGER,
    mLHGPilotDNR17SDUseDefLCC16        INTEGER,
    mLHGPilotDNR17SDActLCC17           INTEGER,
    mLHGPilotDNR17SDDefLCC17           INTEGER,
    mLHGPilotDNR17SDUseDefLCC17        INTEGER,
    mLHGPilotDNR17SDActLCC18           INTEGER,
    mLHGPilotDNR17SDDefLCC18           INTEGER,
    mLHGPilotDNR17SDUseDefLCC18        INTEGER,
    mLHGPilotDNR17SDActLCC19           INTEGER,
    mLHGPilotDNR17SDDefLCC19           INTEGER,
    mLHGPilotDNR17SDUseDefLCC19        INTEGER,
    mLHGPilotDNR17SDActLCC20           INTEGER,
    mLHGPilotDNR17SDDefLCC20           INTEGER,
    mLHGPilotDNR17SDUseDefLCC20        INTEGER,
    mLHGPilotDNR17ExitMLHGQueueEnabled INTEGER,
    mLHGPilotDNR17ExitMLHGQueueFwdToVoicemail
                                       INTEGER,
    mLHGPilotDNR17ExitMLHGQueueNumToFwdTo
                                       DisplayString,
    mLHGPilotDNR17PresentPilotNameToAgents
                                       INTEGER,
    mLHGPilotDNR17PortedRtgMethod      INTEGER,
    mLHGPilotDNR17LocationRtgNum       DisplayString,
    mLHGPilotDNR17IsIMS                INTEGER,
    mLHGPilotDNR17I1CallServGpNEConn   Unsigned32,
    mLHGPilotDNR17I2CallServGpNetwkElement
                                       DisplayString,
    mLHGPilotDNR17I3CallServGpCFSIx    Unsigned32,
    mLHGPilotDNR17I4CallServGpGpIx     Unsigned32,
    mLHGPilotDNR17I5CallServGpCSGIx    Unsigned32,
    mLHGPilotDNR17CallServGpOtherVals  INTEGER,
    mLHGPilotDNR17SDActSubTimezone     LongDisplayString,
    mLHGPilotDNR17SDDefSubTimezone     LongDisplayString,
    mLHGPilotDNR17SDUseDefSubTimezone  INTEGER,
    mLHGPilotDNR17DNIDInE164Format     INTEGER
  }

  mLHGPilotDNR17NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGPilotDNR17Entry  1 }

  mLHGPilotDNR17NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGPilotDNR17Entry  2 }

  mLHGPilotDNR17CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGPilotDNR17Entry  3 }

  mLHGPilotDNR17GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR17Entry  4 }

  mLHGPilotDNR17MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGPilotDNR17Entry  5 }

  mLHGPilotDNR17DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Pilot directory number'.
                  This is an index field."
    ::= { mLHGPilotDNR17Entry  6 }

  mLHGPilotDNR17I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR17Entry  7 }

  mLHGPilotDNR17I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR17Entry  8 }

  mLHGPilotDNR17I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR17Entry  9 }

  mLHGPilotDNR17I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { mLHGPilotDNR17Entry  10 }

  mLHGPilotDNR17InUseBy OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   callForwardingService(1),
                   callForwardingUnconditionalCallForwarding(2),
                   callForwardingBusyCallForwarding(3),
                   callForwardingDelayedCallForwarding(4),
                   callForwardingRemoteCallForwarding(5),
                   callForwardingSelectCallForwarding(6),
                   callForwardingLineHunting(7),
                   incomingCallServices(8),
                   incomingSelectiveCallRejection(9),
                   incomingAnonymousCallRejection(10),
                   incomingPriorityCall(11),
                   multiPartyCallServices(12),
                   multiParty3WayCalling(13),
                   multiPartyCallWaiting(14),
                   multiPartyCallWaitingWithCallerID(15),
                   callerIDService(16),
                   callerIDCallingNumberDelivery(17),
                   callerIDCallerIDPresentation(18),
                   automaticRecall(19),
                   callerIDCallTrace(20),
                   messageServices(21),
                   messageMessageCenter(22),
                   messageReminderCall(23),
                   messageRegularReminderCalls(24),
                   outgoingCallServices(25),
                   outgoingSpeedDialing(26),
                   outgoingCallBarring(27),
                   directDialService(28),
                   directDialDirectDialOut(29),
                   directDialDirectDialIn(30),
                   genericCallServices(31),
                   testCallsServices(32),
                   callerIDCallingNameDelivery(33),
                   intelligentNetworkingServices(34),
                   callPickupCallPickupGroup(35),
                   callPickup(36),
                   callPickupDirectedPickup(37),
                   callPickupTAFAS(38),
                   sdbCsTslGp(39),
                   incomingSelectiveCallAcceptance(40),
                   longDistanceService(42)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In use by'."
    ::= { mLHGPilotDNR17Entry  11 }

  mLHGPilotDNR17IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { mLHGPilotDNR17Entry  12 }

  mLHGPilotDNR17MultipleAppearanceDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple appearance directory number'."
    ::= { mLHGPilotDNR17Entry  13 }

  mLHGPilotDNR17MLHGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Index'."
    ::= { mLHGPilotDNR17Entry  14 }

  mLHGPilotDNR17MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG_Member_Index'."
    ::= { mLHGPilotDNR17Entry  15 }

  mLHGPilotDNR17CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { mLHGPilotDNR17Entry  16 }

  mLHGPilotDNR17CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { mLHGPilotDNR17Entry  17 }

  mLHGPilotDNR17CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { mLHGPilotDNR17Entry  18 }

  mLHGPilotDNR17CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { mLHGPilotDNR17Entry  19 }

  mLHGPilotDNR17CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { mLHGPilotDNR17Entry  20 }

  mLHGPilotDNR17CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { mLHGPilotDNR17Entry  21 }

  mLHGPilotDNR17NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { mLHGPilotDNR17Entry  22 }

  mLHGPilotDNR17RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  23 }

  mLHGPilotDNR17MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { mLHGPilotDNR17Entry  24 }

  mLHGPilotDNR17ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  25 }

  mLHGPilotDNR17MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { mLHGPilotDNR17Entry  26 }

  mLHGPilotDNR17PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR17Entry  27 }

  mLHGPilotDNR17PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { mLHGPilotDNR17Entry  28 }

  mLHGPilotDNR17SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  29 }

  mLHGPilotDNR17SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  30 }

  mLHGPilotDNR17SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  31 }

  mLHGPilotDNR17SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  32 }

  mLHGPilotDNR17SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  33 }

  mLHGPilotDNR17SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  34 }

  mLHGPilotDNR17SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  35 }

  mLHGPilotDNR17SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  36 }

  mLHGPilotDNR17SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  37 }

  mLHGPilotDNR17ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { mLHGPilotDNR17Entry  38 }

  mLHGPilotDNR17ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { mLHGPilotDNR17Entry  39 }

  mLHGPilotDNR17ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { mLHGPilotDNR17Entry  40 }

  mLHGPilotDNR17DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGPilotDNR17Entry  41 }

  mLHGPilotDNR17DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  42 }

  mLHGPilotDNR17DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGPilotDNR17Entry  43 }

  mLHGPilotDNR17DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGPilotDNR17Entry  44 }

  mLHGPilotDNR17ChdCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { mLHGPilotDNR17Entry  45 }

  mLHGPilotDNR17ChdCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR17Entry  46 }

  mLHGPilotDNR17ChldCallSrvAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { mLHGPilotDNR17Entry  47 }

  mLHGPilotDNR17ChldCallSrvAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGPilotDNR17Entry  48 }

  mLHGPilotDNR17SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGPilotDNR17Entry  49 }

  mLHGPilotDNR17RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGPilotDNR17Entry  50 }

  mLHGPilotDNR17EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { mLHGPilotDNR17Entry  51 }

  mLHGPilotDNR17MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { mLHGPilotDNR17Entry  52 }

  mLHGPilotDNR17SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  53 }

  mLHGPilotDNR17SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  54 }

  mLHGPilotDNR17SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  55 }

  mLHGPilotDNR17ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { mLHGPilotDNR17Entry  56 }

  mLHGPilotDNR17I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR17Entry  58 }

  mLHGPilotDNR17I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR17Entry  59 }

  mLHGPilotDNR17I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { mLHGPilotDNR17Entry  60 }

  mLHGPilotDNR17SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { mLHGPilotDNR17Entry  62 }

  mLHGPilotDNR17SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  63 }

  mLHGPilotDNR17SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  64 }

  mLHGPilotDNR17SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  65 }

  mLHGPilotDNR17CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { mLHGPilotDNR17Entry  80 }

  mLHGPilotDNR17CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { mLHGPilotDNR17Entry  81 }

  mLHGPilotDNR17CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { mLHGPilotDNR17Entry  82 }

  mLHGPilotDNR17CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { mLHGPilotDNR17Entry  83 }

  mLHGPilotDNR17CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { mLHGPilotDNR17Entry  84 }

  mLHGPilotDNR17I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR17Entry  85 }

  mLHGPilotDNR17I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR17Entry  86 }

  mLHGPilotDNR17I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mLHGPilotDNR17Entry  87 }

  mLHGPilotDNR17FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR17Entry  88 }

  mLHGPilotDNR17AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  89 }

  mLHGPilotDNR17MLHGApplyDistinctiveRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Apply Distinctive Ring Pattern'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  90 }

  mLHGPilotDNR17MLHGRingPattn OBJECT-TYPE
    SYNTAX       INTEGER {
                   standardRinging(1),
                   distinctiveRingingType2(2),
                   distinctiveRingingType3(3),
                   distinctiveRingingType4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ring Pattern'."
    ::= { mLHGPilotDNR17Entry  91 }

  mLHGPilotDNR17SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { mLHGPilotDNR17Entry  92 }

  mLHGPilotDNR17UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  93 }

  mLHGPilotDNR17SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR17Entry  94 }

  mLHGPilotDNR17SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This field is not writable when active."
    ::= { mLHGPilotDNR17Entry  95 }

  mLHGPilotDNR17SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  96 }

  mLHGPilotDNR17SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  97 }

  mLHGPilotDNR17SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  98 }

  mLHGPilotDNR17SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  99 }

  mLHGPilotDNR17SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  100 }

  mLHGPilotDNR17SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  101 }

  mLHGPilotDNR17SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  102 }

  mLHGPilotDNR17SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  103 }

  mLHGPilotDNR17SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  104 }

  mLHGPilotDNR17SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  105 }

  mLHGPilotDNR17SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  106 }

  mLHGPilotDNR17SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  107 }

  mLHGPilotDNR17SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  108 }

  mLHGPilotDNR17SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  109 }

  mLHGPilotDNR17SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  110 }

  mLHGPilotDNR17SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  111 }

  mLHGPilotDNR17SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  112 }

  mLHGPilotDNR17SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  113 }

  mLHGPilotDNR17SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  114 }

  mLHGPilotDNR17SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  115 }

  mLHGPilotDNR17SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  116 }

  mLHGPilotDNR17SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  117 }

  mLHGPilotDNR17SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  118 }

  mLHGPilotDNR17SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  119 }

  mLHGPilotDNR17SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  120 }

  mLHGPilotDNR17SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  121 }

  mLHGPilotDNR17SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  122 }

  mLHGPilotDNR17SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  123 }

  mLHGPilotDNR17SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  124 }

  mLHGPilotDNR17SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  125 }

  mLHGPilotDNR17SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  126 }

  mLHGPilotDNR17SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  127 }

  mLHGPilotDNR17SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  128 }

  mLHGPilotDNR17SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  129 }

  mLHGPilotDNR17SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  130 }

  mLHGPilotDNR17SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  131 }

  mLHGPilotDNR17SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  132 }

  mLHGPilotDNR17SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  133 }

  mLHGPilotDNR17SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  134 }

  mLHGPilotDNR17SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  135 }

  mLHGPilotDNR17SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  136 }

  mLHGPilotDNR17SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  137 }

  mLHGPilotDNR17SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  138 }

  mLHGPilotDNR17SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  139 }

  mLHGPilotDNR17SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  140 }

  mLHGPilotDNR17SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  141 }

  mLHGPilotDNR17SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  142 }

  mLHGPilotDNR17SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  143 }

  mLHGPilotDNR17SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  144 }

  mLHGPilotDNR17SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  145 }

  mLHGPilotDNR17SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  146 }

  mLHGPilotDNR17SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  147 }

  mLHGPilotDNR17SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  148 }

  mLHGPilotDNR17SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  149 }

  mLHGPilotDNR17SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  150 }

  mLHGPilotDNR17SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  151 }

  mLHGPilotDNR17SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  152 }

  mLHGPilotDNR17SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  153 }

  mLHGPilotDNR17SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  154 }

  mLHGPilotDNR17SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  155 }

  mLHGPilotDNR17ExitMLHGQueueEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exit MLHG queue - enabled'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  156 }

  mLHGPilotDNR17ExitMLHGQueueFwdToVoicemail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - forward to voicemail'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  157 }

  mLHGPilotDNR17ExitMLHGQueueNumToFwdTo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Exit MLHG queue - number to forward to'."
    ::= { mLHGPilotDNR17Entry  158 }

  mLHGPilotDNR17PresentPilotNameToAgents OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Present pilot name to agents'."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  159 }

  mLHGPilotDNR17PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { mLHGPilotDNR17Entry  160 }

  mLHGPilotDNR17LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { mLHGPilotDNR17Entry  161 }

  mLHGPilotDNR17IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { mLHGPilotDNR17Entry  162 }

  mLHGPilotDNR17I1CallServGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR17Entry  163 }

  mLHGPilotDNR17I2CallServGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR17Entry  164 }

  mLHGPilotDNR17I3CallServGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR17Entry  165 }

  mLHGPilotDNR17I4CallServGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR17Entry  166 }

  mLHGPilotDNR17I5CallServGpCSGIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group',
                  This field represents index 'Call Service Group index'
                  in referenced type 'BOOCallServiceGroupSE'."
    ::= { mLHGPilotDNR17Entry  167 }

  mLHGPilotDNR17CallServGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Call Service Group'.
                  This field represents the fixed
                  values that Call Service Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGPilotDNR17Entry  168 }

  mLHGPilotDNR17SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  169 }

  mLHGPilotDNR17SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGPilotDNR17Entry  170 }

  mLHGPilotDNR17SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGPilotDNR17Entry  171 }

  mLHGPilotDNR17DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGPilotDNR17Entry  172 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Member'                                                */
-- /* Valid from: 9.6.30                                                            */
-- /* Deprecated from: 9.6.70                                                       */
-- /*********************************************************************************/

  mLHGMemberR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGMemberR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'."
    ::= { metaSwitch  2749 }

  mLHGMemberR3Entry OBJECT-TYPE
    SYNTAX       MLHGMemberR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGMemberR3NEConn,
             mLHGMemberR3NetwkElement,
             mLHGMemberR3CFSIx,
             mLHGMemberR3GpIx,
             mLHGMemberR3MLHGGpIx,
             mLHGMemberR3MLHGMemberIx }
    ::= {  mLHGMemberR3Table  1  }

  MLHGMemberR3Entry  ::=  SEQUENCE
  {
    mLHGMemberR3NEConn                 Unsigned32,
    mLHGMemberR3NetwkElement           DisplayString,
    mLHGMemberR3CFSIx                  Unsigned32,
    mLHGMemberR3GpIx                   Unsigned32,
    mLHGMemberR3MLHGGpIx               Unsigned32,
    mLHGMemberR3MLHGMemberIx           Unsigned32,
    mLHGMemberR3MemberDirNum           DisplayString,
    mLHGMemberR3Position               Unsigned32,
    mLHGMemberR3DoExtraActions         INTEGER,
    mLHGMemberR3RowStatus              RowStatus,
    mLHGMemberR3LoginLogoutSupported   INTEGER,
    mLHGMemberR3LoggedIn               INTEGER,
    mLHGMemberR3StatisticsAlrms        Integer32,
    mLHGMemberR3AgentQueuePriority     Unsigned32,
    mLHGMemberR3CallDistributionWeighting
                                       Unsigned32
  }

  mLHGMemberR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGMemberR3Entry  1 }

  mLHGMemberR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGMemberR3Entry  2 }

  mLHGMemberR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGMemberR3Entry  3 }

  mLHGMemberR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGMemberR3Entry  4 }

  mLHGMemberR3MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGMemberR3Entry  5 }

  mLHGMemberR3MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Member index'.
                  This is an index field."
    ::= { mLHGMemberR3Entry  6 }

  mLHGMemberR3MemberDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This field is only writable during create."
    ::= { mLHGMemberR3Entry  7 }

  mLHGMemberR3Position OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Position'."
    ::= { mLHGMemberR3Entry  8 }

  mLHGMemberR3DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   moveUp(1),
                   moveDown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGMemberR3Entry  9 }

  mLHGMemberR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGMemberR3Entry  10 }

  mLHGMemberR3LoginLogoutSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Login/logout supported'."
    ::= { mLHGMemberR3Entry  11 }

  mLHGMemberR3LoggedIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Logged in'."
    DEFVAL       { false }
    ::= { mLHGMemberR3Entry  12 }

  mLHGMemberR3StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGMemberR3Entry  13 }

  mLHGMemberR3AgentQueuePriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Agent Queue Priority'."
    DEFVAL       { 5 }
    ::= { mLHGMemberR3Entry  14 }

  mLHGMemberR3CallDistributionWeighting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Distribution Weighting'."
    DEFVAL       { 0 }
    ::= { mLHGMemberR3Entry  15 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.6.30                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  pBXR35Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2750 }

  pBXR35Entry OBJECT-TYPE
    SYNTAX       PBXR35Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR35NEConn,
             pBXR35NetwkElement,
             pBXR35CFSIx,
             pBXR35DirNum }
    ::= {  pBXR35Table  1  }

  PBXR35Entry  ::=  SEQUENCE
  {
    pBXR35NEConn                       Unsigned32,
    pBXR35NetwkElement                 DisplayString,
    pBXR35CFSIx                        Unsigned32,
    pBXR35DirNum                       DisplayString,
    pBXR35PresNum                      DisplayString,
    pBXR35ClgPartyNum                  DisplayString,
    pBXR35I1SubGpNEConn                Unsigned32,
    pBXR35I2SubGpNetwkElement          DisplayString,
    pBXR35I3SubGpCFSIx                 Unsigned32,
    pBXR35I4SubGpSubGpIx               Unsigned32,
    pBXR35NumStatus                    INTEGER,
    pBXR35PortedExchangeID             DisplayString,
    pBXR35LineSelMethod                INTEGER,
    pBXR35ANIDNISFormat                DisplayString,
    pBXR35PIN                          DisplayString,
    pBXR35Locale                       INTEGER,
    pBXR35DigitMaskingReqd             INTEGER,
    pBXR35TermFacilityMarksServInterception
                                       INTEGER,
    pBXR35ActYear                      Unsigned32,
    pBXR35ActMonth                     Unsigned32,
    pBXR35ActDate                      Unsigned32,
    pBXR35CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR35PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR35CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR35PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR35ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR35ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR35ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR35ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR35DiagsAPITraceEnabled         INTEGER,
    pBXR35DiagsAPITraceTag             DisplayString,
    pBXR35DiagsAPITraceRemNum          DisplayString,
    pBXR35TotChldAlrmsAttnRq           Unsigned32,
    pBXR35TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR35TotChldAlrmsAtndDp           Unsigned32,
    pBXR35TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR35SummaryChldAlrmState         INTEGER,
    pBXR35ExportNumObjectsExported     Integer32,
    pBXR35ExportStatus                 DisplayString,
    pBXR35ExportFile                   DisplayString,
    pBXR35ExportCorr                   Counter64,
    pBXR35ExportCorrNode               DisplayString,
    pBXR35ExportCorrUID                DisplayString,
    pBXR35DoExtraActions               INTEGER,
    pBXR35RowStatus                    RowStatus,
    pBXR35MovedToDirNum                DisplayString,
    pBXR35CustInfo                     DisplayString,
    pBXR35DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR35ServSuspended                INTEGER,
    pBXR35SendDIDSeqListedDirNum       INTEGER,
    pBXR35DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR35CustInfo2                    DisplayString,
    pBXR35CustInfo3                    DisplayString,
    pBXR35CustInfo4                    DisplayString,
    pBXR35CustInfo5                    DisplayString,
    pBXR35CustInfo6                    DisplayString,
    pBXR35RecentlyMovedFromOldNum      INTEGER,
    pBXR35MovedFromDirNum              DisplayString,
    pBXR35ConnectCallAfterAnnounce     INTEGER,
    pBXR35DiagsLogLvl                  INTEGER,
    pBXR35PBXFixBits                   BITS,
    pBXR35ChargeNum                    DisplayString,
    pBXR35SigType                      INTEGER,
    pBXR35SDActMaxCallAppearances      Unsigned32,
    pBXR35SDDefMaxCallAppearances      Unsigned32,
    pBXR35SDUseDefMaxCallAppearances   INTEGER,
    pBXR35I1PerProfNEConn              Unsigned32,
    pBXR35I2PerProfNetwkElement        DisplayString,
    pBXR35I3PerProfCFSIx               Unsigned32,
    pBXR35I4PerProfGpIx                Unsigned32,
    pBXR35SDActTimezone                INTEGER,
    pBXR35SDDefTimezone                INTEGER,
    pBXR35SDUseDefTimezone             INTEGER,
    pBXR35SDActAdjustDaylightSavings   INTEGER,
    pBXR35SDDefAdjustDaylightSavings   INTEGER,
    pBXR35SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR35SDActLongDistanceCarr        DisplayString,
    pBXR35SDDefLongDistanceCarr        DisplayString,
    pBXR35SDUseDefLongDistanceCarr     INTEGER,
    pBXR35SDActIntraLATACarr           DisplayString,
    pBXR35SDDefIntraLATACarr           DisplayString,
    pBXR35SDUseDefIntraLATACarr        INTEGER,
    pBXR35SDActRtgAttrs                BITS,
    pBXR35SDDefRtgAttrs                BITS,
    pBXR35SDUseDefRtgAttrs             INTEGER,
    pBXR35SDActBillType                INTEGER,
    pBXR35SDDefBillType                INTEGER,
    pBXR35SDUseDefBillType             INTEGER,
    pBXR35SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR35SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR35SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR35SDActTariffGp                INTEGER,
    pBXR35SDDefTariffGp                INTEGER,
    pBXR35SDUseDefTariffGp             INTEGER,
    pBXR35SDActIntnatlCarr             DisplayString,
    pBXR35SDDefIntnatlCarr             DisplayString,
    pBXR35SDUseDefIntnatlCarr          INTEGER,
    pBXR35SDActLCC1                    INTEGER,
    pBXR35SDDefLCC1                    INTEGER,
    pBXR35SDUseDefLCC1                 INTEGER,
    pBXR35SDActLCC2                    INTEGER,
    pBXR35SDDefLCC2                    INTEGER,
    pBXR35SDUseDefLCC2                 INTEGER,
    pBXR35SDActLCC3                    INTEGER,
    pBXR35SDDefLCC3                    INTEGER,
    pBXR35SDUseDefLCC3                 INTEGER,
    pBXR35SDActLCC4                    INTEGER,
    pBXR35SDDefLCC4                    INTEGER,
    pBXR35SDUseDefLCC4                 INTEGER,
    pBXR35SDActLCC5                    INTEGER,
    pBXR35SDDefLCC5                    INTEGER,
    pBXR35SDUseDefLCC5                 INTEGER,
    pBXR35SDActForceLNPLookup          INTEGER,
    pBXR35SDDefForceLNPLookup          INTEGER,
    pBXR35SDUseDefForceLNPLookup       INTEGER,
    pBXR35LineTrafficStudy             INTEGER,
    pBXR35DefNumDIDDigits              INTEGER,
    pBXR35EnabledDate                  Unsigned32,
    pBXR35ChargeNumReqd                INTEGER,
    pBXR35SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR35SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR35SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR35SDActLCC6                    INTEGER,
    pBXR35SDDefLCC6                    INTEGER,
    pBXR35SDUseDefLCC6                 INTEGER,
    pBXR35SDActLCC7                    INTEGER,
    pBXR35SDDefLCC7                    INTEGER,
    pBXR35SDUseDefLCC7                 INTEGER,
    pBXR35SDActLCC8                    INTEGER,
    pBXR35SDDefLCC8                    INTEGER,
    pBXR35SDUseDefLCC8                 INTEGER,
    pBXR35SDActLCC9                    INTEGER,
    pBXR35SDDefLCC9                    INTEGER,
    pBXR35SDUseDefLCC9                 INTEGER,
    pBXR35SDActLCC10                   INTEGER,
    pBXR35SDDefLCC10                   INTEGER,
    pBXR35SDUseDefLCC10                INTEGER,
    pBXR35SDActLCC11                   INTEGER,
    pBXR35SDDefLCC11                   INTEGER,
    pBXR35SDUseDefLCC11                INTEGER,
    pBXR35SDActLCC12                   INTEGER,
    pBXR35SDDefLCC12                   INTEGER,
    pBXR35SDUseDefLCC12                INTEGER,
    pBXR35SDActLCC13                   INTEGER,
    pBXR35SDDefLCC13                   INTEGER,
    pBXR35SDUseDefLCC13                INTEGER,
    pBXR35SDActLCC14                   INTEGER,
    pBXR35SDDefLCC14                   INTEGER,
    pBXR35SDUseDefLCC14                INTEGER,
    pBXR35SDActLCC15                   INTEGER,
    pBXR35SDDefLCC15                   INTEGER,
    pBXR35SDUseDefLCC15                INTEGER,
    pBXR35SDActLCC16                   INTEGER,
    pBXR35SDDefLCC16                   INTEGER,
    pBXR35SDUseDefLCC16                INTEGER,
    pBXR35SDActLCC17                   INTEGER,
    pBXR35SDDefLCC17                   INTEGER,
    pBXR35SDUseDefLCC17                INTEGER,
    pBXR35SDActLCC18                   INTEGER,
    pBXR35SDDefLCC18                   INTEGER,
    pBXR35SDUseDefLCC18                INTEGER,
    pBXR35SDActLCC19                   INTEGER,
    pBXR35SDDefLCC19                   INTEGER,
    pBXR35SDUseDefLCC19                INTEGER,
    pBXR35SDActLCC20                   INTEGER,
    pBXR35SDDefLCC20                   INTEGER,
    pBXR35SDUseDefLCC20                INTEGER,
    pBXR35LDNPBXCapacityGp             INTEGER,
    pBXR35SDActVQMCallLogging          INTEGER,
    pBXR35SDDefVQMCallLogging          INTEGER,
    pBXR35SDUseDefVQMCallLogging       INTEGER,
    pBXR35FaultMonitoringLvl           INTEGER,
    pBXR35CFMLvlOnApply2               INTEGER,
    pBXR35MovedToNumAsDialed           DisplayString,
    pBXR35MovedDate                    Unsigned32,
    pBXR35SDActExpireAfter             Unsigned32,
    pBXR35SDDefExpireAfter             Unsigned32,
    pBXR35SDUseDefExpireAfter          INTEGER,
    pBXR35ExpiryDate                   Unsigned32,
    pBXR35IntercomDialingCode          DisplayString,
    pBXR35I1BusGpBusGpNEConn           Unsigned32,
    pBXR35I2BusGpBusGpNetwkElement     DisplayString,
    pBXR35I3BusGpBusGpCFSIx            Unsigned32,
    pBXR35I4BusGpBusGpGpIx             Unsigned32,
    pBXR35BusGpBusGpOtherVals          INTEGER,
    pBXR35BusGpExternalLineCode        DisplayString,
    pBXR35BusGpInternalLineCode        DisplayString,
    pBXR35BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR35BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR35BusGpForceSimpleMatching     INTEGER,
    pBXR35BusGpDiagsLogCorr            Counter64,
    pBXR35SecondLocale                 INTEGER,
    pBXR35SDActAdvChrgAOCD             INTEGER,
    pBXR35SDDefAdvChrgAOCD             INTEGER,
    pBXR35SDUseDefAdvChrgAOCD          INTEGER,
    pBXR35SDActAdvChrgAOCE             INTEGER,
    pBXR35SDDefAdvChrgAOCE             INTEGER,
    pBXR35SDUseDefAdvChrgAOCE          INTEGER,
    pBXR35I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR35I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR35I3DelegatedManagementGpDMGIx Integer32,
    pBXR35SDActSubTimezone             LongDisplayString,
    pBXR35SDDefSubTimezone             LongDisplayString,
    pBXR35SDUseDefSubTimezone          INTEGER,
    pBXR35SDActChargeInd               INTEGER,
    pBXR35SDDefChargeInd               INTEGER,
    pBXR35SDUseDefChargeInd            INTEGER,
    pBXR35SDActSubClgCategory          INTEGER,
    pBXR35SDDefSubClgCategory          INTEGER,
    pBXR35SDUseDefSubClgCategory       INTEGER,
    pBXR35CustomerInfoFirstName        LongDisplayString,
    pBXR35CustomerInfoSecondName       LongDisplayString,
    pBXR35CustomerInfoOtherNames       LongDisplayString,
    pBXR35CustomerInfoPenultimateName  LongDisplayString,
    pBXR35CustomerInfoSurname          LongDisplayString,
    pBXR35UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR35I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR35I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR35I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR35I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR35TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR35I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR35I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR35I3FaultMonitoringProfFMPIx   Integer32,
    pBXR35FaultMonitoringProfOtherVals INTEGER,
    pBXR35ApplyFMPToReltdObjectTypes   BITS,
    pBXR35AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR35SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR35SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR35SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR35SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR35SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR35SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR35AlrmState                    INTEGER,
    pBXR35StatisticsAlrms              Integer32,
    pBXR35AlrmLogCorr                  Counter64,
    pBXR35AddtlAlrmLogCorr             Counter64,
    pBXR35AlrmEvtsAttnRq               Unsigned32,
    pBXR35AlrmEvtsAtndDp               Unsigned32,
    pBXR35AlrmStateTimestamp           Unsigned32,
    pBXR35SASHostname                  LongDisplayString,
    pBXR35UseCfgdTrnkGpID              INTEGER,
    pBXR35TrnkGpID                     INTEGER,
    pBXR35AllowRehoming                INTEGER,
    pBXR35I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR35TotCallsLimit                INTEGER,
    pBXR35MaxCalls                     Unsigned32,
    pBXR35TermCallsLimit               INTEGER,
    pBXR35MaxTermCalls                 Unsigned32,
    pBXR35OrigingCallsLimit            INTEGER,
    pBXR35MaxOrigingCalls              Unsigned32,
    pBXR35LimitIntraBGCalls            INTEGER,
    pBXR35UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR35PBXIsDuplicate               INTEGER,
    pBXR35PBXIsRenumbering             INTEGER,
    pBXR35ExportIncASRepData           INTEGER,
    pBXR35AppServerPBX                 INTEGER,
    pBXR35SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR35SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR35DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR35PortedRtgMethod              INTEGER,
    pBXR35LocationRtgNum               DisplayString,
    pBXR35IsIMS                        INTEGER,
    pBXR35ExportChldObjectsToInc       INTEGER,
    pBXR35OutboundCldPartyTON          INTEGER,
    pBXR35NormalizeInboundClgPartyNum  INTEGER,
    pBXR35PBXPrefixDN                  DisplayString,
    pBXR35PermissibleInboundIPAddrs    LongDisplayString,
    pBXR35SDActOutArea                 INTEGER,
    pBXR35SDDefOutArea                 INTEGER,
    pBXR35SDUseDefOutArea              INTEGER,
    pBXR35ClgPartyNumEmgncyCall        DisplayString,
    pBXR35BillUsesSignaledTrnkGpParm   INTEGER,
    pBXR35HasAssignedLines             INTEGER,
    pBXR35HasChldLnsRefdByRtgPlcyLns   INTEGER,
    pBXR35I1BusGpDepartmentNEConn      Unsigned32,
    pBXR35I2BusGpDepartmentNetwkElement
                                       DisplayString,
    pBXR35I3BusGpDepartmentCFSIx       Unsigned32,
    pBXR35I4BusGpDepartmentGpIx        Unsigned32,
    pBXR35I5BusGpDepartmentDepartmentIx
                                       Unsigned32,
    pBXR35BusGpDepartmentOtherVals     INTEGER,
    pBXR35ChldStatisticsAlrms          Integer32,
    pBXR35SDActOvrChargeNum            DisplayString,
    pBXR35SDDefOvrChargeNum            DisplayString,
    pBXR35SDUseDefOvrChargeNum         INTEGER,
    pBXR35SDActOvrClgPartyNum          DisplayString,
    pBXR35SDDefOvrClgPartyNum          DisplayString,
    pBXR35SDUseDefOvrClgPartyNum       INTEGER,
    pBXR35SDActActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR35SDDefActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR35SDUseDefActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR35RequestSource                INTEGER,
    pBXR35UseDirNumDNISOnSIPLines      INTEGER
  }

  pBXR35NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR35Entry  1 }

  pBXR35NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR35Entry  2 }

  pBXR35CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR35Entry  3 }

  pBXR35DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR35Entry  4 }

  pBXR35PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR35Entry  5 }

  pBXR35ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { pBXR35Entry  6 }

  pBXR35I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR35Entry  7 }

  pBXR35I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR35Entry  8 }

  pBXR35I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR35Entry  9 }

  pBXR35I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR35Entry  10 }

  pBXR35NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR35Entry  11 }

  pBXR35PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR35Entry  12 }

  pBXR35LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR35Entry  13 }

  pBXR35ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR35Entry  14 }

  pBXR35PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR35Entry  18 }

  pBXR35Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR35Entry  19 }

  pBXR35DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR35Entry  22 }

  pBXR35TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR35Entry  24 }

  pBXR35ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR35Entry  26 }

  pBXR35ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR35Entry  27 }

  pBXR35ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR35Entry  28 }

  pBXR35CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR35Entry  29 }

  pBXR35PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR35Entry  30 }

  pBXR35CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR35Entry  31 }

  pBXR35PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR35Entry  32 }

  pBXR35ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR35Entry  33 }

  pBXR35ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR35Entry  34 }

  pBXR35ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR35Entry  35 }

  pBXR35ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR35Entry  36 }

  pBXR35DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR35Entry  37 }

  pBXR35DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR35Entry  38 }

  pBXR35DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR35Entry  39 }

  pBXR35TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR35Entry  40 }

  pBXR35TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR35Entry  41 }

  pBXR35TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR35Entry  42 }

  pBXR35TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR35Entry  43 }

  pBXR35SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR35Entry  44 }

  pBXR35ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR35Entry  45 }

  pBXR35ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR35Entry  46 }

  pBXR35ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR35Entry  47 }

  pBXR35ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR35Entry  48 }

  pBXR35ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR35Entry  49 }

  pBXR35ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR35Entry  50 }

  pBXR35DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR35Entry  51 }

  pBXR35RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR35Entry  52 }

  pBXR35MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR35Entry  53 }

  pBXR35CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR35Entry  54 }

  pBXR35DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR35Entry  55 }

  pBXR35ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR35Entry  57 }

  pBXR35SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR35Entry  59 }

  pBXR35DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR35Entry  60 }

  pBXR35CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR35Entry  61 }

  pBXR35CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR35Entry  62 }

  pBXR35CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR35Entry  63 }

  pBXR35CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR35Entry  64 }

  pBXR35CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR35Entry  65 }

  pBXR35RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR35Entry  66 }

  pBXR35MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR35Entry  67 }

  pBXR35ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR35Entry  68 }

  pBXR35DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR35Entry  69 }

  pBXR35PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR35Entry  71 }

  pBXR35ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { pBXR35Entry  72 }

  pBXR35SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR35Entry  74 }

  pBXR35SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  75 }

  pBXR35SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  76 }

  pBXR35SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  77 }

  pBXR35I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR35Entry  84 }

  pBXR35I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR35Entry  85 }

  pBXR35I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR35Entry  86 }

  pBXR35I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR35Entry  87 }

  pBXR35SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  88 }

  pBXR35SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  89 }

  pBXR35SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  90 }

  pBXR35SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  91 }

  pBXR35SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  92 }

  pBXR35SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  93 }

  pBXR35SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  100 }

  pBXR35SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  101 }

  pBXR35SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  102 }

  pBXR35SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  103 }

  pBXR35SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  104 }

  pBXR35SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  105 }

  pBXR35SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  106 }

  pBXR35SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  107 }

  pBXR35SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  108 }

  pBXR35SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  109 }

  pBXR35SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  110 }

  pBXR35SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  111 }

  pBXR35SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  112 }

  pBXR35SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  113 }

  pBXR35SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  114 }

  pBXR35SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  115 }

  pBXR35SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  116 }

  pBXR35SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  117 }

  pBXR35SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  118 }

  pBXR35SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  119 }

  pBXR35SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  120 }

  pBXR35SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  121 }

  pBXR35SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  122 }

  pBXR35SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  123 }

  pBXR35SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  124 }

  pBXR35SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  125 }

  pBXR35SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  126 }

  pBXR35SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  127 }

  pBXR35SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  128 }

  pBXR35SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  129 }

  pBXR35SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  130 }

  pBXR35SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  131 }

  pBXR35SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  132 }

  pBXR35SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  133 }

  pBXR35SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  134 }

  pBXR35SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  135 }

  pBXR35SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  136 }

  pBXR35SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  137 }

  pBXR35SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  138 }

  pBXR35LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR35Entry  139 }

  pBXR35DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR35Entry  140 }

  pBXR35EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR35Entry  141 }

  pBXR35ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR35Entry  142 }

  pBXR35SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  150 }

  pBXR35SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  151 }

  pBXR35SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  152 }

  pBXR35SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  153 }

  pBXR35SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  154 }

  pBXR35SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  155 }

  pBXR35SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  156 }

  pBXR35SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  157 }

  pBXR35SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  158 }

  pBXR35SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  159 }

  pBXR35SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  160 }

  pBXR35SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  161 }

  pBXR35SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  162 }

  pBXR35SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  163 }

  pBXR35SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  164 }

  pBXR35SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  165 }

  pBXR35SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  166 }

  pBXR35SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  167 }

  pBXR35SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  168 }

  pBXR35SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  169 }

  pBXR35SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  170 }

  pBXR35SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  171 }

  pBXR35SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  172 }

  pBXR35SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  173 }

  pBXR35SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  174 }

  pBXR35SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  175 }

  pBXR35SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  176 }

  pBXR35SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  177 }

  pBXR35SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  178 }

  pBXR35SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  179 }

  pBXR35SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  180 }

  pBXR35SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  181 }

  pBXR35SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  182 }

  pBXR35SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  183 }

  pBXR35SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  184 }

  pBXR35SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  185 }

  pBXR35SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  186 }

  pBXR35SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  187 }

  pBXR35SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  188 }

  pBXR35SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  189 }

  pBXR35SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  190 }

  pBXR35SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  191 }

  pBXR35SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  192 }

  pBXR35SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  193 }

  pBXR35SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  194 }

  pBXR35SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  195 }

  pBXR35SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  196 }

  pBXR35SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  197 }

  pBXR35LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR35Entry  205 }

  pBXR35SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  206 }

  pBXR35SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  207 }

  pBXR35SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  208 }

  pBXR35FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR35Entry  209 }

  pBXR35CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR35Entry  210 }

  pBXR35MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR35Entry  211 }

  pBXR35MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR35Entry  212 }

  pBXR35SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  213 }

  pBXR35SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  214 }

  pBXR35SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  215 }

  pBXR35ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR35Entry  216 }

  pBXR35IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR35Entry  217 }

  pBXR35I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR35Entry  218 }

  pBXR35I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR35Entry  219 }

  pBXR35I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR35Entry  220 }

  pBXR35I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR35Entry  221 }

  pBXR35BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR35Entry  222 }

  pBXR35BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR35Entry  223 }

  pBXR35BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR35Entry  224 }

  pBXR35BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR35Entry  225 }

  pBXR35BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR35Entry  226 }

  pBXR35BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR35Entry  227 }

  pBXR35BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR35Entry  228 }

  pBXR35SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR35Entry  230 }

  pBXR35SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  231 }

  pBXR35SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  232 }

  pBXR35SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  233 }

  pBXR35SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  234 }

  pBXR35SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  235 }

  pBXR35SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  236 }

  pBXR35I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR35Entry  237 }

  pBXR35I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR35Entry  238 }

  pBXR35I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR35Entry  239 }

  pBXR35SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  241 }

  pBXR35SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  242 }

  pBXR35SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  243 }

  pBXR35SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  244 }

  pBXR35SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  245 }

  pBXR35SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  246 }

  pBXR35SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  247 }

  pBXR35SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  248 }

  pBXR35SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  249 }

  pBXR35CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR35Entry  260 }

  pBXR35CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR35Entry  261 }

  pBXR35CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR35Entry  262 }

  pBXR35CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR35Entry  263 }

  pBXR35CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR35Entry  264 }

  pBXR35UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR35Entry  265 }

  pBXR35I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR35Entry  266 }

  pBXR35I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR35Entry  267 }

  pBXR35I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR35Entry  268 }

  pBXR35I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR35Entry  269 }

  pBXR35TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR35Entry  270 }

  pBXR35I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR35Entry  271 }

  pBXR35I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR35Entry  272 }

  pBXR35I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR35Entry  273 }

  pBXR35FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR35Entry  274 }

  pBXR35ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR35Entry  275 }

  pBXR35AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR35Entry  276 }

  pBXR35SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  277 }

  pBXR35SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  278 }

  pBXR35SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  279 }

  pBXR35SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  280 }

  pBXR35SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  281 }

  pBXR35SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  282 }

  pBXR35AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR35Entry  283 }

  pBXR35StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR35Entry  284 }

  pBXR35AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR35Entry  285 }

  pBXR35AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR35Entry  286 }

  pBXR35AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR35Entry  287 }

  pBXR35AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR35Entry  288 }

  pBXR35AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR35Entry  289 }

  pBXR35SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR35Entry  290 }

  pBXR35UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR35Entry  291 }

  pBXR35TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR35Entry  292 }

  pBXR35AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR35Entry  293 }

  pBXR35I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR35Entry  294 }

  pBXR35TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR35Entry  295 }

  pBXR35MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR35Entry  296 }

  pBXR35TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR35Entry  297 }

  pBXR35MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR35Entry  298 }

  pBXR35OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR35Entry  299 }

  pBXR35MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR35Entry  300 }

  pBXR35LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR35Entry  301 }

  pBXR35UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR35Entry  302 }

  pBXR35PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR35Entry  303 }

  pBXR35PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR35Entry  304 }

  pBXR35ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR35Entry  305 }

  pBXR35AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR35Entry  306 }

  pBXR35SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR35Entry  307 }

  pBXR35SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR35Entry  308 }

  pBXR35DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR35Entry  309 }

  pBXR35PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR35Entry  310 }

  pBXR35LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR35Entry  311 }

  pBXR35IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR35Entry  312 }

  pBXR35ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR35Entry  313 }

  pBXR35OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR35Entry  314 }

  pBXR35NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR35Entry  315 }

  pBXR35PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR35Entry  316 }

  pBXR35PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { pBXR35Entry  317 }

  pBXR35SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  318 }

  pBXR35SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  319 }

  pBXR35SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  320 }

  pBXR35ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { pBXR35Entry  321 }

  pBXR35BillUsesSignaledTrnkGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing uses signaled trunk group parameter'.
                  This field is not writable when active."
    DEFVAL       { never }
    ::= { pBXR35Entry  322 }

  pBXR35HasAssignedLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Has assigned lines'."
    DEFVAL       { false }
    ::= { pBXR35Entry  323 }

  pBXR35HasChldLnsRefdByRtgPlcyLns OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Has Child Lines referenced by Routing Policy Lines'."
    ::= { pBXR35Entry  324 }

  pBXR35I1BusGpDepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR35Entry  325 }

  pBXR35I2BusGpDepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR35Entry  326 }

  pBXR35I3BusGpDepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR35Entry  327 }

  pBXR35I4BusGpDepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR35Entry  328 }

  pBXR35I5BusGpDepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR35Entry  329 }

  pBXR35BusGpDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department'.
                  This field represents the fixed
                  values that Business Group - department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR35Entry  330 }

  pBXR35ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { pBXR35Entry  331 }

  pBXR35SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  332 }

  pBXR35SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  333 }

  pBXR35SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  334 }

  pBXR35SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  335 }

  pBXR35SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  336 }

  pBXR35SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  337 }

  pBXR35SDActActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  338 }

  pBXR35SDDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR35Entry  339 }

  pBXR35SDUseDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR35Entry  340 }

  pBXR35RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { pBXR35Entry  341 }

  pBXR35UseDirNumDNISOnSIPLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use directory number for DNIS on SIP lines'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR35Entry  342 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.6.30                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  cfgSIPBindR25Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2751 }

  cfgSIPBindR25Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR25Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR25NEConn,
             cfgSIPBindR25NetwkElement,
             cfgSIPBindR25CFSIx,
             cfgSIPBindR25BindingIx }
    ::= {  cfgSIPBindR25Table  1  }

  CfgSIPBindR25Entry  ::=  SEQUENCE
  {
    cfgSIPBindR25NEConn                Unsigned32,
    cfgSIPBindR25NetwkElement          DisplayString,
    cfgSIPBindR25CFSIx                 Unsigned32,
    cfgSIPBindR25BindingIx             Unsigned32,
    cfgSIPBindR25Name                  DisplayString,
    cfgSIPBindR25CustInfo              DisplayString,
    cfgSIPBindR25CustInfo2             DisplayString,
    cfgSIPBindR25CustInfo3             DisplayString,
    cfgSIPBindR25CustInfo4             DisplayString,
    cfgSIPBindR25CustInfo5             DisplayString,
    cfgSIPBindR25CustInfo6             DisplayString,
    cfgSIPBindR25Usage                 INTEGER,
    cfgSIPBindR25UseDNIdentification   INTEGER,
    cfgSIPBindR25SIPAuthenticationReqd INTEGER,
    cfgSIPBindR25SIPUserName           DisplayString,
    cfgSIPBindR25SIPDomainName         DisplayString,
    cfgSIPBindR25NewSIPPassword        DisplayString,
    cfgSIPBindR25ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR25ContactIPAddr         DisplayString,
    cfgSIPBindR25ContactIPPort         Unsigned32,
    cfgSIPBindR25ProxyIPAddr           DisplayString,
    cfgSIPBindR25ProxyIPPort           Unsigned32,
    cfgSIPBindR25TransportProt         INTEGER,
    cfgSIPBindR25I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR25I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR25I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR25I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR25Trusted               INTEGER,
    cfgSIPBindR25UseStaticNATMapping   INTEGER,
    cfgSIPBindR25MaxCallAppearances    Unsigned32,
    cfgSIPBindR25AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR25ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR25ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR25DeactivnMode          INTEGER,
    cfgSIPBindR25LastCallFailCause     INTEGER,
    cfgSIPBindR25LastCallFailTimestamp Unsigned32,
    cfgSIPBindR25LastCallFailLogCorr   Counter64,
    cfgSIPBindR25DiagsLogLvl           INTEGER,
    cfgSIPBindR25DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR25DiagsAPITraceTag      DisplayString,
    cfgSIPBindR25ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR25ExportStatus          DisplayString,
    cfgSIPBindR25ExportFile            DisplayString,
    cfgSIPBindR25ExportCorr            Counter64,
    cfgSIPBindR25ExportCorrNode        DisplayString,
    cfgSIPBindR25ExportCorrUID         DisplayString,
    cfgSIPBindR25DoExtraActions        INTEGER,
    cfgSIPBindR25RowStatus             RowStatus,
    cfgSIPBindR25AdminStatus           AdminStatus,
    cfgSIPBindR25OperStatus            OperStatus,
    cfgSIPBindR25PollPeerDevice        INTEGER,
    cfgSIPBindR25PollingInterval       Unsigned32,
    cfgSIPBindR25AlrmState             INTEGER,
    cfgSIPBindR25AlrmLogCorr           Counter64,
    cfgSIPBindR25AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR25AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR25AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR25I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR25I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR25I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR25I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR25SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR25SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR25ActHopCnting          INTEGER,
    cfgSIPBindR25SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR25SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR25SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR25SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR25SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR25SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR25SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR25SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR25ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR25SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR25SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR25SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR25SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR25SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR25SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR25SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR25SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR25SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR25SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR25SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR25UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR25PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR25StatisticsAlrms       Integer32,
    cfgSIPBindR25I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR25I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR25I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR25I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR25ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR25CFSCtrlStatus         INTEGER,
    cfgSIPBindR25PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR25MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR25RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR25SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR25IPAddrMatchReqd       INTEGER,
    cfgSIPBindR25VirtualTrnkGpID       DisplayString,
    cfgSIPBindR25VirtualTrnkCxt        DisplayString,
    cfgSIPBindR25SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR25I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR25I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR25I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR25FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR25ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR25AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR25SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR25TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR25I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR25I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR25I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR25SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR25LearnsContactDetails  INTEGER,
    cfgSIPBindR25ContactURI            LongDisplayString,
    cfgSIPBindR25ContactName           LongDisplayString,
    cfgSIPBindR25ContactExpiryTime     Unsigned32,
    cfgSIPBindR25MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR25SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR25UseNormalTrnkRtgTblsToMatchTgId
                                       INTEGER,
    cfgSIPBindR25SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR25SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR25SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR25ContactAddrScheme     INTEGER,
    cfgSIPBindR25ContactDomainName     DisplayString,
    cfgSIPBindR25ProxyAddrScheme       INTEGER,
    cfgSIPBindR25ProxyDomainName       DisplayString,
    cfgSIPBindR25PollCallPaths         INTEGER,
    cfgSIPBindR25SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR25AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR25AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR25PollServRoutes        INTEGER,
    cfgSIPBindR25ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR25SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR25SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR25SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR25SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR25ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR25ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR25ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR25TransparentHeaders    LongDisplayString,
    cfgSIPBindR25OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR25SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR25SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR25SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR25SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR25SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR25UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR25SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR25AutoRecovery          INTEGER,
    cfgSIPBindR25AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR25SigType               INTEGER,
    cfgSIPBindR25ExportIncASRepData    INTEGER,
    cfgSIPBindR25PBXAppServer          INTEGER,
    cfgSIPBindR25NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR25MediaIPAddr           DisplayString,
    cfgSIPBindR25UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR25SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR25DNIDInE164Format      INTEGER,
    cfgSIPBindR25ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR25Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsHonorsClgNumAPRI
                                       INTEGER,
    cfgSIPBindR25StatisticsEnabled     INTEGER,
    cfgSIPBindR25ContactAddrMatchReqd  INTEGER,
    cfgSIPBindR25AllowBothDNAndTGChangesInSingleTFL3xxResponse
                                       INTEGER,
    cfgSIPBindR25RouteDirectlyOnTGIDTFLResponses
                                       INTEGER,
    cfgSIPBindR25UseProxyIPOnTCPAppServers
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsTrnkRoleCliAbnp
                                       INTEGER,
    cfgSIPBindR25SIPProtOptsAbnpVal    Unsigned32
  }

  cfgSIPBindR25NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR25Entry  1 }

  cfgSIPBindR25NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR25Entry  2 }

  cfgSIPBindR25CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR25Entry  3 }

  cfgSIPBindR25BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR25Entry  4 }

  cfgSIPBindR25Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR25Entry  5 }

  cfgSIPBindR25CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR25Entry  6 }

  cfgSIPBindR25CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR25Entry  7 }

  cfgSIPBindR25CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR25Entry  8 }

  cfgSIPBindR25CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR25Entry  9 }

  cfgSIPBindR25CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR25Entry  10 }

  cfgSIPBindR25CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR25Entry  11 }

  cfgSIPBindR25Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR25Entry  12 }

  cfgSIPBindR25UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  13 }

  cfgSIPBindR25SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  14 }

  cfgSIPBindR25SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR25Entry  15 }

  cfgSIPBindR25SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR25Entry  16 }

  cfgSIPBindR25NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR25Entry  17 }

  cfgSIPBindR25ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR25Entry  18 }

  cfgSIPBindR25ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR25Entry  19 }

  cfgSIPBindR25ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR25Entry  20 }

  cfgSIPBindR25ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR25Entry  21 }

  cfgSIPBindR25ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR25Entry  22 }

  cfgSIPBindR25TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR25Entry  23 }

  cfgSIPBindR25I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR25Entry  24 }

  cfgSIPBindR25I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR25Entry  25 }

  cfgSIPBindR25I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR25Entry  26 }

  cfgSIPBindR25I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR25Entry  27 }

  cfgSIPBindR25Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  28 }

  cfgSIPBindR25UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  29 }

  cfgSIPBindR25MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR25Entry  30 }

  cfgSIPBindR25AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR25Entry  31 }

  cfgSIPBindR25ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR25Entry  32 }

  cfgSIPBindR25ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR25Entry  33 }

  cfgSIPBindR25DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR25Entry  34 }

  cfgSIPBindR25LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569),
                   invalidSenderIPAddress(1207959570),
                   errorParsingXMLTariffInformation(1207959571),
                   callBlocked(1207959572)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR25Entry  35 }

  cfgSIPBindR25LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR25Entry  36 }

  cfgSIPBindR25LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR25Entry  37 }

  cfgSIPBindR25DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR25Entry  38 }

  cfgSIPBindR25DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  39 }

  cfgSIPBindR25DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR25Entry  40 }

  cfgSIPBindR25ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR25Entry  41 }

  cfgSIPBindR25ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR25Entry  42 }

  cfgSIPBindR25ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR25Entry  43 }

  cfgSIPBindR25ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR25Entry  44 }

  cfgSIPBindR25ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR25Entry  45 }

  cfgSIPBindR25ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR25Entry  46 }

  cfgSIPBindR25DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR25Entry  47 }

  cfgSIPBindR25RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR25Entry  48 }

  cfgSIPBindR25AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR25Entry  49 }

  cfgSIPBindR25OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR25Entry  50 }

  cfgSIPBindR25PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  56 }

  cfgSIPBindR25PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR25Entry  57 }

  cfgSIPBindR25AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR25Entry  60 }

  cfgSIPBindR25AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR25Entry  61 }

  cfgSIPBindR25AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR25Entry  62 }

  cfgSIPBindR25AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR25Entry  63 }

  cfgSIPBindR25AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR25Entry  64 }

  cfgSIPBindR25I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR25Entry  65 }

  cfgSIPBindR25I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR25Entry  66 }

  cfgSIPBindR25I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR25Entry  67 }

  cfgSIPBindR25I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR25Entry  68 }

  cfgSIPBindR25SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR25Entry  69 }

  cfgSIPBindR25SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR25Entry  76 }

  cfgSIPBindR25SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  77 }

  cfgSIPBindR25SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  78 }

  cfgSIPBindR25ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  79 }

  cfgSIPBindR25SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  80 }

  cfgSIPBindR25SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR25Entry  81 }

  cfgSIPBindR25SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  82 }

  cfgSIPBindR25SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  83 }

  cfgSIPBindR25SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  84 }

  cfgSIPBindR25SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  85 }

  cfgSIPBindR25SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  86 }

  cfgSIPBindR25SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  87 }

  cfgSIPBindR25SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  88 }

  cfgSIPBindR25SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  89 }

  cfgSIPBindR25SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  90 }

  cfgSIPBindR25SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  91 }

  cfgSIPBindR25SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  92 }

  cfgSIPBindR25SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR25Entry  93 }

  cfgSIPBindR25SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR25Entry  94 }

  cfgSIPBindR25SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  101 }

  cfgSIPBindR25ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  102 }

  cfgSIPBindR25SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  103 }

  cfgSIPBindR25SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  104 }

  cfgSIPBindR25SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  105 }

  cfgSIPBindR25SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  106 }

  cfgSIPBindR25SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  107 }

  cfgSIPBindR25SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  108 }

  cfgSIPBindR25SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  109 }

  cfgSIPBindR25SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  110 }

  cfgSIPBindSDActR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  112 }

  cfgSIPBindSDDefR25SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR25Entry  113 }

  cfgSIPBindR25SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  114 }

  cfgSIPBindR25UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR25Entry  120 }

  cfgSIPBindR25PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR25Entry  121 }

  cfgSIPBindR25StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR25Entry  122 }

  cfgSIPBindR25I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR25Entry  123 }

  cfgSIPBindR25I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR25Entry  124 }

  cfgSIPBindR25I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR25Entry  125 }

  cfgSIPBindR25I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR25Entry  126 }

  cfgSIPBindR25ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR25Entry  127 }

  cfgSIPBindR25CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR25Entry  128 }

  cfgSIPBindR25PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  129 }

  cfgSIPBindR25MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR25Entry  130 }

  cfgSIPBindR25RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR25Entry  131 }

  cfgSIPBindR25SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  132 }

  cfgSIPBindR25IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  133 }

  cfgSIPBindR25VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR25Entry  134 }

  cfgSIPBindR25VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR25Entry  135 }

  cfgSIPBindR25SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  136 }

  cfgSIPBindR25I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR25Entry  137 }

  cfgSIPBindR25I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR25Entry  138 }

  cfgSIPBindR25I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR25Entry  139 }

  cfgSIPBindR25FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR25Entry  140 }

  cfgSIPBindR25ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR25Entry  141 }

  cfgSIPBindR25AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  142 }

  cfgSIPBindR25SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR25Entry  143 }

  cfgSIPBindR25TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR25Entry  144 }

  cfgSIPBindR25I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR25Entry  145 }

  cfgSIPBindR25I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR25Entry  146 }

  cfgSIPBindR25I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR25Entry  147 }

  cfgSIPBindR25SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR25Entry  148 }

  cfgSIPBindR25LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  149 }

  cfgSIPBindR25ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR25Entry  150 }

  cfgSIPBindR25ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR25Entry  151 }

  cfgSIPBindR25ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR25Entry  152 }

  cfgSIPBindR25MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR25Entry  153 }

  cfgSIPBindR25SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  154 }

  cfgSIPBindR25UseNormalTrnkRtgTblsToMatchTgId OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use normal trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  155 }

  cfgSIPBindR25SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR25Entry  156 }

  cfgSIPBindR25SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR25Entry  157 }

  cfgSIPBindR25SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  158 }

  cfgSIPBindR25ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR25Entry  159 }

  cfgSIPBindR25ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR25Entry  160 }

  cfgSIPBindR25ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR25Entry  161 }

  cfgSIPBindR25ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR25Entry  162 }

  cfgSIPBindR25PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  163 }

  cfgSIPBindR25SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  164 }

  cfgSIPBindR25AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR25Entry  165 }

  cfgSIPBindR25AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR25Entry  166 }

  cfgSIPBindR25PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  167 }

  cfgSIPBindR25ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR25Entry  168 }

  cfgSIPBindR25SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR25Entry  169 }

  cfgSIPBindR25SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  170 }

  cfgSIPBindR25SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  171 }

  cfgSIPBindR25SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR25Entry  172 }

  cfgSIPBindR25ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR25Entry  173 }

  cfgSIPBindR25ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR25Entry  174 }

  cfgSIPBindR25ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR25Entry  175 }

  cfgSIPBindR25TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR25Entry  176 }

  cfgSIPBindR25OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR25Entry  177 }

  cfgSIPBindR25SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   finnish(50),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR25Entry  178 }

  cfgSIPBindR25SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  179 }

  cfgSIPBindR25SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR25Entry  180 }

  cfgSIPBindR25SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR25Entry  181 }

  cfgSIPBindR25SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR25Entry  182 }

  cfgSIPBindR25SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR25Entry  183 }

  cfgSIPBindR25SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR25Entry  184 }

  cfgSIPBindR25SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR25Entry  185 }

  cfgSIPBindR25UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  186 }

  cfgSIPBindR25SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR25Entry  187 }

  cfgSIPBindR25AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  188 }

  cfgSIPBindR25AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR25Entry  189 }

  cfgSIPBindR25SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR25Entry  190 }

  cfgSIPBindR25ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR25Entry  191 }

  cfgSIPBindR25PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  192 }

  cfgSIPBindR25NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  193 }

  cfgSIPBindR25MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR25Entry  194 }

  cfgSIPBindR25UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  195 }

  cfgSIPBindR25SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  196 }

  cfgSIPBindR25SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  197 }

  cfgSIPBindR25DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  198 }

  cfgSIPBindR25ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR25Entry  199 }

  cfgSIPBindR25Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR25Entry  200 }

  cfgSIPBindR25SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  201 }

  cfgSIPBindR25StatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics enabled'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  202 }

  cfgSIPBindR25ContactAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  203 }

  cfgSIPBindR25AllowBothDNAndTGChangesInSingleTFL3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow both DN and TG changes in single TFL 3xx response'."
    DEFVAL       { false }
    ::= { cfgSIPBindR25Entry  204 }

  cfgSIPBindR25RouteDirectlyOnTGIDTFLResponses OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Route directly on TG ID for TFL responses'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  205 }

  cfgSIPBindR25UseProxyIPOnTCPAppServers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use Proxy IP On TCP App Servers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR25Entry  206 }

  cfgSIPBindR25SIPProtOptsTrnkRoleCliAbnp OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   externalETS(2),
                   externalOther(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - Trunk role (CLI/ABNP)'."
    DEFVAL       { none }
    ::= { cfgSIPBindR25Entry  207 }

  cfgSIPBindR25SIPProtOptsAbnpVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - ABNP value'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR25Entry  208 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Registered SIP Binding'                                     */
-- /* Valid from: 9.6.30                                                            */
-- /*********************************************************************************/

  registeredSIPBindingR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF RegisteredSIPBindingR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Registered SIP Bindings for User'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2752 }

  registeredSIPBindingR5Entry OBJECT-TYPE
    SYNTAX       RegisteredSIPBindingR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { registeredSIPBindingR5NEConn,
             registeredSIPBindingR5NetwkElement,
             registeredSIPBindingR5CFSIx,
             registeredSIPBindingR5SIPDomainName,
             registeredSIPBindingR5SIPUserName,
             registeredSIPBindingR5ContactIPAddr,
             registeredSIPBindingR5ContactIPPort,
             registeredSIPBindingR5ContactName }
    ::= {  registeredSIPBindingR5Table  1  }

  RegisteredSIPBindingR5Entry  ::=  SEQUENCE
  {
    registeredSIPBindingR5NEConn       Unsigned32,
    registeredSIPBindingR5NetwkElement DisplayString,
    registeredSIPBindingR5CFSIx        Unsigned32,
    registeredSIPBindingR5SIPDomainName
                                       DisplayString,
    registeredSIPBindingR5SIPUserName  DisplayString,
    registeredSIPBindingR5ContactURI   DisplayString,
    registeredSIPBindingR5ContactIPAddr
                                       DisplayString,
    registeredSIPBindingR5ContactIPPort
                                       Unsigned32,
    registeredSIPBindingR5ContactName  DisplayString,
    registeredSIPBindingR5TransportProt
                                       INTEGER,
    registeredSIPBindingR5ContactExpiryTime
                                       Unsigned32,
    registeredSIPBindingR5UserAgentInfo
                                       DisplayString,
    registeredSIPBindingR5I1MediaGatewayModelNEConn
                                       Unsigned32,
    registeredSIPBindingR5I2MediaGatewayModelNetwkElement
                                       DisplayString,
    registeredSIPBindingR5I3MediaGatewayModelCFSIx
                                       Unsigned32,
    registeredSIPBindingR5I4MediaGatewayModelModelIx
                                       Unsigned32,
    registeredSIPBindingR5MsgWtngIndicatorStatus
                                       INTEGER,
    registeredSIPBindingR5CallServNotifStatus
                                       INTEGER,
    registeredSIPBindingR5CallListStatus
                                       INTEGER,
    registeredSIPBindingR5NumEvtSubscriptions
                                       Unsigned32,
    registeredSIPBindingR5CauseLastCallFail
                                       INTEGER,
    registeredSIPBindingR5TimeLastCallFail
                                       Unsigned32,
    registeredSIPBindingR5CallFailLogCorr
                                       Counter64,
    registeredSIPBindingR5CurrNumMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR5CurrNumHighBandwidthMediaStreamsInUse
                                       Unsigned32,
    registeredSIPBindingR5I1NetwkNodeNEConn
                                       Unsigned32,
    registeredSIPBindingR5I2NetwkNodeNetwkElement
                                       DisplayString,
    registeredSIPBindingR5I3NetwkNodeCFSIx
                                       Unsigned32,
    registeredSIPBindingR5I4NetwkNodeNodeIx
                                       Unsigned32,
    registeredSIPBindingR5NetwkNodeOtherVals
                                       INTEGER
  }

  registeredSIPBindingR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  1 }

  registeredSIPBindingR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  2 }

  registeredSIPBindingR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  3 }

  registeredSIPBindingR5SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..40))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  4 }

  registeredSIPBindingR5SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  5 }

  registeredSIPBindingR5ContactURI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..160))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { registeredSIPBindingR5Entry  6 }

  registeredSIPBindingR5ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  7 }

  registeredSIPBindingR5ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact port'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  8 }

  registeredSIPBindingR5ContactName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..160))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'.
                  This is an index field."
    ::= { registeredSIPBindingR5Entry  9 }

  registeredSIPBindingR5TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    ::= { registeredSIPBindingR5Entry  10 }

  registeredSIPBindingR5ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { registeredSIPBindingR5Entry  11 }

  registeredSIPBindingR5UserAgentInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User agent information'."
    ::= { registeredSIPBindingR5Entry  12 }

  registeredSIPBindingR5I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR5Entry  13 }

  registeredSIPBindingR5I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR5Entry  14 }

  registeredSIPBindingR5I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR5Entry  15 }

  registeredSIPBindingR5I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { registeredSIPBindingR5Entry  16 }

  registeredSIPBindingR5MsgWtngIndicatorStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Message Waiting Indicator status'."
    ::= { registeredSIPBindingR5Entry  17 }

  registeredSIPBindingR5CallServNotifStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   serviceNotConfiguredForSubscriber(1),
                   notSubscribedToNotifications(2),
                   subscribedToNotifications(3),
                   registeredForNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Service notification status'."
    ::= { registeredSIPBindingR5Entry  18 }

  registeredSIPBindingR5CallListStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notSupported(1),
                   notRegisteredForNotifications(2),
                   registeredForNotifications(3),
                   unsolicitedNotifications(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call List status'."
    ::= { registeredSIPBindingR5Entry  19 }

  registeredSIPBindingR5NumEvtSubscriptions OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of event subscriptions'."
    ::= { registeredSIPBindingR5Entry  20 }

  registeredSIPBindingR5CauseLastCallFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569),
                   invalidSenderIPAddress(1207959570),
                   errorParsingXMLTariffInformation(1207959571),
                   callBlocked(1207959572)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cause of last call failure'."
    ::= { registeredSIPBindingR5Entry  21 }

  registeredSIPBindingR5TimeLastCallFail OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Time of last call failure'."
    ::= { registeredSIPBindingR5Entry  22 }

  registeredSIPBindingR5CallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call failure log correlator'."
    ::= { registeredSIPBindingR5Entry  23 }

  registeredSIPBindingR5CurrNumMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of media streams in use'."
    ::= { registeredSIPBindingR5Entry  24 }

  registeredSIPBindingR5CurrNumHighBandwidthMediaStreamsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth media streams in use'."
    ::= { registeredSIPBindingR5Entry  25 }

  registeredSIPBindingR5I1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR5Entry  26 }

  registeredSIPBindingR5I2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR5Entry  27 }

  registeredSIPBindingR5I3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR5Entry  28 }

  registeredSIPBindingR5I4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node',
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'."
    ::= { registeredSIPBindingR5Entry  29 }

  registeredSIPBindingR5NetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { registeredSIPBindingR5Entry  30 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Multi Line Hunt Group'                                      */
-- /* Valid from: 9.6.30                                                            */
-- /*********************************************************************************/

  mLHGR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2753 }

  mLHGR10Entry OBJECT-TYPE
    SYNTAX       MLHGR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGR10NEConn,
             mLHGR10NetwkElement,
             mLHGR10CFSIx,
             mLHGR10GpIx,
             mLHGR10MLHGGpIx }
    ::= {  mLHGR10Table  1  }

  MLHGR10Entry  ::=  SEQUENCE
  {
    mLHGR10NEConn                      Unsigned32,
    mLHGR10NetwkElement                DisplayString,
    mLHGR10CFSIx                       Unsigned32,
    mLHGR10GpIx                        Unsigned32,
    mLHGR10MLHGGpIx                    Unsigned32,
    mLHGR10Name                        DisplayString,
    mLHGR10DistributionAlgorithm       INTEGER,
    mLHGR10QueuingSupported            INTEGER,
    mLHGR10MaxQueueLen                 INTEGER,
    mLHGR10LimitQueuingTime            INTEGER,
    mLHGR10MaxQueueTimeout             INTEGER,
    mLHGR10HuntOnDirectDialedCalls     INTEGER,
    mLHGR10DlvryCldDNAsCID             INTEGER,
    mLHGR10TrafficStudy                INTEGER,
    mLHGR10DiagsLogLvl                 INTEGER,
    mLHGR10DiagsAPITraceEnabled        INTEGER,
    mLHGR10DiagsAPITraceTag            DisplayString,
    mLHGR10DiagsAPITraceRemNum         DisplayString,
    mLHGR10ChldAlrmsAttnRq             Unsigned32,
    mLHGR10ChldAlrmEvtsAttnRq          Unsigned32,
    mLHGR10ChldAlrmsAtndDp             Unsigned32,
    mLHGR10ChldAlrmEvtsAtndDp          Unsigned32,
    mLHGR10SummaryChldAlrmState        INTEGER,
    mLHGR10RowStatus                   RowStatus,
    mLHGR10I1DepartmentNEConn          Unsigned32,
    mLHGR10I2DepartmentNetwkElement    DisplayString,
    mLHGR10I3DepartmentCFSIx           Unsigned32,
    mLHGR10I4DepartmentGpIx            Unsigned32,
    mLHGR10I5DepartmentDepartmentIx    Unsigned32,
    mLHGR10DepartmentOtherVals         INTEGER,
    mLHGR10Num                         Unsigned32,
    mLHGR10LoginLogoutSupportedByDef   INTEGER,
    mLHGR10NumMembers                  Unsigned32,
    mLHGR10NumLoggedInMembers          Unsigned32,
    mLHGR10StatisticsAlrms             Integer32,
    mLHGR10ChldStatisticsAlrms         Integer32,
    mLHGR10HuntOnNoAnswer              INTEGER,
    mLHGR10NoAnswerTimeout             INTEGER,
    mLHGR10NoAnswerExclusionTime       INTEGER,
    mLHGR10ServLvl                     INTEGER,
    mLHGR10ACDWrapUpEnabled            INTEGER,
    mLHGR10ACDDspCdsReqd               INTEGER,
    mLHGR10ACDDspCd1                   DisplayString,
    mLHGR10ACDDspCd2                   DisplayString,
    mLHGR10ACDDspCd3                   DisplayString,
    mLHGR10ACDDspCd4                   DisplayString,
    mLHGR10ACDDspCd5                   DisplayString,
    mLHGR10ACDDspCd6                   DisplayString,
    mLHGR10ACDDspCd7                   DisplayString,
    mLHGR10ACDDspCd8                   DisplayString,
    mLHGR10ACDDspCd9                   DisplayString,
    mLHGR10ACDDspCd10                  DisplayString,
    mLHGR10ACDDspCd11                  DisplayString,
    mLHGR10ACDDspCd12                  DisplayString,
    mLHGR10ACDDspCd13                  DisplayString,
    mLHGR10ACDDspCd14                  DisplayString,
    mLHGR10ACDDspCd15                  DisplayString,
    mLHGR10ACDDspCd16                  DisplayString,
    mLHGR10ACDDspCd17                  DisplayString,
    mLHGR10ACDDspCd18                  DisplayString,
    mLHGR10ACDDspCd19                  DisplayString,
    mLHGR10ACDDspCd20                  DisplayString,
    mLHGR10ACDDspCd21                  DisplayString,
    mLHGR10ACDDspCd22                  DisplayString,
    mLHGR10ACDDspCd23                  DisplayString,
    mLHGR10ACDDspCd24                  DisplayString,
    mLHGR10ACDDspCd25                  DisplayString,
    mLHGR10ACDDspCd26                  DisplayString,
    mLHGR10ACDDspCd27                  DisplayString,
    mLHGR10ACDDspCd28                  DisplayString,
    mLHGR10ACDDspCd29                  DisplayString,
    mLHGR10ACDDspCd30                  DisplayString,
    mLHGR10UnavailCFSupported          INTEGER,
    mLHGR10ACDMaxWrapUpTime            Unsigned32,
    mLHGR10SDActOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR10SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR10SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs
                                       INTEGER,
    mLHGR10QueueStsAnnounceEnabled     INTEGER,
    mLHGR10QueueStsAnnounceDly         INTEGER,
    mLHGR10QueueStsAnnounceInterval    INTEGER,
    mLHGR10NumExternalMembers          Unsigned32,
    mLHGR10AllowExternalMembers        INTEGER,
    mLHGR10SetHighDiversionCntExternalMembers
                                       INTEGER,
    mLHGR10QueueStsAnnounceFormat      INTEGER
  }

  mLHGR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGR10Entry  1 }

  mLHGR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGR10Entry  2 }

  mLHGR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGR10Entry  3 }

  mLHGR10GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGR10Entry  4 }

  mLHGR10MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGR10Entry  5 }

  mLHGR10Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mLHGR10Entry  6 }

  mLHGR10DistributionAlgorithm OBJECT-TYPE
    SYNTAX       INTEGER {
                   linear(1),
                   circular(2),
                   uniformRoundRobin(3),
                   uniformLongestIdle(4),
                   ringAll(5),
                   weightedRandom(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distribution algorithm'."
    DEFVAL       { linear }
    ::= { mLHGR10Entry  7 }

  mLHGR10QueuingSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queuing supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR10Entry  8 }

  mLHGR10MaxQueueLen OBJECT-TYPE
    SYNTAX       INTEGER ( 1..256 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue length'.
                  This field is not writable when active."
    DEFVAL       { 16 }
    ::= { mLHGR10Entry  9 }

  mLHGR10LimitQueuingTime OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit queuing time'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR10Entry  10 }

  mLHGR10MaxQueueTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum queue timeout'.
                  This field is not writable when active."
    ::= { mLHGR10Entry  11 }

  mLHGR10HuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on direct dialed calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR10Entry  12 }

  mLHGR10DlvryCldDNAsCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Delivery of pilot information as Caller ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR10Entry  13 }

  mLHGR10TrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic study'."
    DEFVAL       { false }
    ::= { mLHGR10Entry  14 }

  mLHGR10DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mLHGR10Entry  15 }

  mLHGR10DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mLHGR10Entry  16 }

  mLHGR10DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mLHGR10Entry  17 }

  mLHGR10DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { mLHGR10Entry  18 }

  mLHGR10ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mLHGR10Entry  19 }

  mLHGR10ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR10Entry  20 }

  mLHGR10ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mLHGR10Entry  21 }

  mLHGR10ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mLHGR10Entry  22 }

  mLHGR10SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mLHGR10Entry  23 }

  mLHGR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGR10Entry  24 }

  mLHGR10I1DepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR10Entry  25 }

  mLHGR10I2DepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR10Entry  26 }

  mLHGR10I3DepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR10Entry  27 }

  mLHGR10I4DepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR10Entry  28 }

  mLHGR10I5DepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { mLHGR10Entry  29 }

  mLHGR10DepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Department'.
                  This field represents the fixed
                  values that Department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mLHGR10Entry  30 }

  mLHGR10Num OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number'."
    ::= { mLHGR10Entry  31 }

  mLHGR10LoginLogoutSupportedByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Login/logout supported by default for new members'."
    DEFVAL       { false }
    ::= { mLHGR10Entry  32 }

  mLHGR10NumMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of members'."
    ::= { mLHGR10Entry  33 }

  mLHGR10NumLoggedInMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of logged-in members'."
    ::= { mLHGR10Entry  34 }

  mLHGR10StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGR10Entry  35 }

  mLHGR10ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mLHGR10Entry  36 }

  mLHGR10HuntOnNoAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Hunt on no-answer'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR10Entry  37 }

  mLHGR10NoAnswerTimeout OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer timeout'."
    DEFVAL       { 30 }
    ::= { mLHGR10Entry  38 }

  mLHGR10NoAnswerExclusionTime OBJECT-TYPE
    SYNTAX       INTEGER ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'No-answer exclusion time'."
    DEFVAL       { 30 }
    ::= { mLHGR10Entry  39 }

  mLHGR10ServLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   mLHG(0),
                   basicACD(1),
                   premiumACD(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service level'."
    DEFVAL       { mLHG }
    ::= { mLHGR10Entry  40 }

  mLHGR10ACDWrapUpEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - wrap-up enabled'."
    DEFVAL       { false }
    ::= { mLHGR10Entry  41 }

  mLHGR10ACDDspCdsReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition codes required'."
    DEFVAL       { false }
    ::= { mLHGR10Entry  42 }

  mLHGR10ACDDspCd1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 1'."
    ::= { mLHGR10Entry  43 }

  mLHGR10ACDDspCd2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 2'."
    ::= { mLHGR10Entry  44 }

  mLHGR10ACDDspCd3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 3'."
    ::= { mLHGR10Entry  45 }

  mLHGR10ACDDspCd4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 4'."
    ::= { mLHGR10Entry  46 }

  mLHGR10ACDDspCd5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 5'."
    ::= { mLHGR10Entry  47 }

  mLHGR10ACDDspCd6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 6'."
    ::= { mLHGR10Entry  48 }

  mLHGR10ACDDspCd7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 7'."
    ::= { mLHGR10Entry  49 }

  mLHGR10ACDDspCd8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 8'."
    ::= { mLHGR10Entry  50 }

  mLHGR10ACDDspCd9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 9'."
    ::= { mLHGR10Entry  51 }

  mLHGR10ACDDspCd10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 10'."
    ::= { mLHGR10Entry  52 }

  mLHGR10ACDDspCd11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 11'."
    ::= { mLHGR10Entry  53 }

  mLHGR10ACDDspCd12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 12'."
    ::= { mLHGR10Entry  54 }

  mLHGR10ACDDspCd13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 13'."
    ::= { mLHGR10Entry  55 }

  mLHGR10ACDDspCd14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 14'."
    ::= { mLHGR10Entry  56 }

  mLHGR10ACDDspCd15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 15'."
    ::= { mLHGR10Entry  57 }

  mLHGR10ACDDspCd16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 16'."
    ::= { mLHGR10Entry  58 }

  mLHGR10ACDDspCd17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 17'."
    ::= { mLHGR10Entry  59 }

  mLHGR10ACDDspCd18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 18'."
    ::= { mLHGR10Entry  60 }

  mLHGR10ACDDspCd19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 19'."
    ::= { mLHGR10Entry  61 }

  mLHGR10ACDDspCd20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 20'."
    ::= { mLHGR10Entry  62 }

  mLHGR10ACDDspCd21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 21'."
    ::= { mLHGR10Entry  63 }

  mLHGR10ACDDspCd22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 22'."
    ::= { mLHGR10Entry  64 }

  mLHGR10ACDDspCd23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 23'."
    ::= { mLHGR10Entry  65 }

  mLHGR10ACDDspCd24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 24'."
    ::= { mLHGR10Entry  66 }

  mLHGR10ACDDspCd25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 25'."
    ::= { mLHGR10Entry  67 }

  mLHGR10ACDDspCd26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 26'."
    ::= { mLHGR10Entry  68 }

  mLHGR10ACDDspCd27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 27'."
    ::= { mLHGR10Entry  69 }

  mLHGR10ACDDspCd28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 28'."
    ::= { mLHGR10Entry  70 }

  mLHGR10ACDDspCd29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 29'."
    ::= { mLHGR10Entry  71 }

  mLHGR10ACDDspCd30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - disposition code 30'."
    ::= { mLHGR10Entry  72 }

  mLHGR10UnavailCFSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unavailable Call Forwarding supported'."
    DEFVAL       { true }
    ::= { mLHGR10Entry  73 }

  mLHGR10ACDMaxWrapUpTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..86400 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automated Call Distribution - maximum wrap up time'."
    DEFVAL       { 0 }
    ::= { mLHGR10Entry  74 }

  mLHGR10SDActOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR10Entry  75 }

  mLHGR10SDDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGR10Entry  76 }

  mLHGR10SDUseDefOfferCallsToSIPLinesInCallsWithSpareMCAs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Offer calls to SIP lines in calls with spare MCAs'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGR10Entry  77 }

  mLHGR10QueueStsAnnounceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement enabled'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR10Entry  78 }

  mLHGR10QueueStsAnnounceDly OBJECT-TYPE
    SYNTAX       INTEGER ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement delay'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { mLHGR10Entry  79 }

  mLHGR10QueueStsAnnounceInterval OBJECT-TYPE
    SYNTAX       INTEGER ( 5..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Queue status announcement interval'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { mLHGR10Entry  80 }

  mLHGR10NumExternalMembers OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of external members'."
    ::= { mLHGR10Entry  81 }

  mLHGR10AllowExternalMembers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow external members'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { mLHGR10Entry  82 }

  mLHGR10SetHighDiversionCntExternalMembers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Set high Diversion count for external members'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { mLHGR10Entry  83 }

  mLHGR10QueueStsAnnounceFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   positionAndWaitTime(1),
                   customRecording(2),
                   position(3),
                   customRecordingAndPosition(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Queue status announcement format'.
                  This field is not writable when active."
    DEFVAL       { positionAndWaitTime }
    ::= { mLHGR10Entry  84 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server'                                         */
-- /* Valid from: 9.6.40                                                            */
-- /* Deprecated from: 9.6.60                                                       */
-- /*********************************************************************************/

  appServR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Application Servers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2754 }

  appServR11Entry OBJECT-TYPE
    SYNTAX       AppServR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServR11NEConn,
             appServR11NetwkElement,
             appServR11CFSIx,
             appServR11DirNum }
    ::= {  appServR11Table  1  }

  AppServR11Entry  ::=  SEQUENCE
  {
    appServR11NEConn                   Unsigned32,
    appServR11NetwkElement             DisplayString,
    appServR11CFSIx                    Unsigned32,
    appServR11DirNum                   DisplayString,
    appServR11Desc                     DisplayString,
    appServR11ServerType               BITS,
    appServR11SDActMaxCallAppearances  Unsigned32,
    appServR11SDDefMaxCallAppearances  Unsigned32,
    appServR11SDUseDefMaxCallAppearances
                                       INTEGER,
    appServR11AlrmState                INTEGER,
    appServR11AlrmLogCorr              Counter64,
    appServR11AddtlAlrmLogCorr         Counter64,
    appServR11AlrmEvtsAttnRq           Unsigned32,
    appServR11AlrmEvtsAtndDp           Unsigned32,
    appServR11AlrmStateTimestamp       Unsigned32,
    appServR11DiagsLogLvl              INTEGER,
    appServR11DiagsAPITraceEnabled     INTEGER,
    appServR11DiagsAPITraceTag         DisplayString,
    appServR11DiagsAPITraceRemNum      DisplayString,
    appServR11RowStatus                RowStatus,
    appServR11ActionOnFail             INTEGER,
    appServR11RetryDly                 Unsigned32,
    appServR11I1CfgdSIPBindingNEConn   Unsigned32,
    appServR11I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    appServR11I3CfgdSIPBindingCFSIx    Unsigned32,
    appServR11I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    appServR11OrigingServerBillXfers   INTEGER,
    appServR11TermServerBillXfers      INTEGER,
    appServR11TermServerProvideClgName INTEGER,
    appServR11SDActVQMCallLogging      INTEGER,
    appServR11SDDefVQMCallLogging      INTEGER,
    appServR11SDUseDefVQMCallLogging   INTEGER,
    appServR11TermServerOnlyCorrelateSASTrails
                                       INTEGER,
    appServR11StatisticsAlrms          Integer32,
    appServR11RecSrvWebInterfaceURL    LongDisplayString,
    appServR11DisableAppServerDuringBasicLineHunting
                                       INTEGER
  }

  appServR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServR11Entry  1 }

  appServR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServR11Entry  2 }

  appServR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServR11Entry  3 }

  appServR11DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServR11Entry  4 }

  appServR11Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { appServR11Entry  5 }

  appServR11ServerType OBJECT-TYPE
    SYNTAX       BITS {
                   originating(0),
                   terminating(1),
                   voicemail(2),
                   musicOnHold(4),
                   presence(6),
                   recording(7),
                   cNAM(8),
                   notification(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'.
                  This field is not writable when active."
    ::= { appServR11Entry  6 }

  appServR11SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR11Entry  18 }

  appServR11SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR11Entry  19 }

  appServR11SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR11Entry  20 }

  appServR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServR11Entry  22 }

  appServR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { appServR11Entry  23 }

  appServR11AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { appServR11Entry  24 }

  appServR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR11Entry  25 }

  appServR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR11Entry  26 }

  appServR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServR11Entry  27 }

  appServR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { appServR11Entry  28 }

  appServR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { appServR11Entry  29 }

  appServR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { appServR11Entry  30 }

  appServR11DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { appServR11Entry  31 }

  appServR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { appServR11Entry  32 }

  appServR11ActionOnFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   rejectCall(1),
                   bypassServer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action on failure'.
                  This field is not writable when active."
    DEFVAL       { rejectCall }
    ::= { appServR11Entry  33 }

  appServR11RetryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Retry delay'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { appServR11Entry  34 }

  appServR11I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR11Entry  35 }

  appServR11I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR11Entry  36 }

  appServR11I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR11Entry  37 }

  appServR11I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR11Entry  38 }

  appServR11OrigingServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating server - billing of transfers'."
    DEFVAL       { singleRecordOriginalDN }
    ::= { appServR11Entry  39 }

  appServR11TermServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - billing of transfers'."
    DEFVAL       { twoRecords }
    ::= { appServR11Entry  40 }

  appServR11TermServerProvideClgName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - provide calling name'."
    DEFVAL       { false }
    ::= { appServR11Entry  41 }

  appServR11SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR11Entry  46 }

  appServR11SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR11Entry  47 }

  appServR11SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR11Entry  48 }

  appServR11TermServerOnlyCorrelateSASTrails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - only correlate SAS trails'."
    DEFVAL       { false }
    ::= { appServR11Entry  49 }

  appServR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { appServR11Entry  50 }

  appServR11RecSrvWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording server - web interface URL'."
    ::= { appServR11Entry  51 }

  appServR11DisableAppServerDuringBasicLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Disable application server during Basic Line Hunting'."
    DEFVAL       { false }
    ::= { appServR11Entry  52 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Additional Identity'                                        */
-- /* Valid from: 9.6.40                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  bGLineAddIdR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineAddIdR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'."
    ::= { metaSwitch  2755 }

  bGLineAddIdR2Entry OBJECT-TYPE
    SYNTAX       BGLineAddIdR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineAddIdR2NEConn,
             bGLineAddIdR2NetwkElement,
             bGLineAddIdR2CFSIx,
             bGLineAddIdR2GpIx,
             bGLineAddIdR2FirstDirNum,
             bGLineAddIdR2DirNum,
             bGLineAddIdR2AddnIdIx }
    ::= {  bGLineAddIdR2Table  1  }

  BGLineAddIdR2Entry  ::=  SEQUENCE
  {
    bGLineAddIdR2NEConn                Unsigned32,
    bGLineAddIdR2NetwkElement          DisplayString,
    bGLineAddIdR2CFSIx                 Unsigned32,
    bGLineAddIdR2GpIx                  Unsigned32,
    bGLineAddIdR2FirstDirNum           DisplayString,
    bGLineAddIdR2DirNum                DisplayString,
    bGLineAddIdR2AddnIdIx              Unsigned32,
    bGLineAddIdR2Identity              DisplayString,
    bGLineAddIdR2RowStatus             RowStatus,
    bGLineAddIdR2UseAddtlIDAsCIDOnOrigCalls
                                       INTEGER,
    bGLineAddIdR2CallRecingStatus      INTEGER,
    bGLineAddIdR2MOHStatus             INTEGER
  }

  bGLineAddIdR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineAddIdR2Entry  1 }

  bGLineAddIdR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineAddIdR2Entry  2 }

  bGLineAddIdR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineAddIdR2Entry  3 }

  bGLineAddIdR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineAddIdR2Entry  4 }

  bGLineAddIdR2FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineAddIdR2Entry  5 }

  bGLineAddIdR2DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineAddIdR2Entry  6 }

  bGLineAddIdR2AddnIdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional ID index'.
                  This is an index field."
    ::= { bGLineAddIdR2Entry  7 }

  bGLineAddIdR2Identity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Identity'.
                  This field is only writable during create."
    ::= { bGLineAddIdR2Entry  8 }

  bGLineAddIdR2RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineAddIdR2Entry  9 }

  bGLineAddIdR2UseAddtlIDAsCIDOnOrigCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use additional ID as caller ID on originating calls'."
    DEFVAL       { false }
    ::= { bGLineAddIdR2Entry  10 }

  bGLineAddIdR2CallRecingStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsPrimary(0),
                   disabled(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Recording status'."
    DEFVAL       { sameAsPrimary }
    ::= { bGLineAddIdR2Entry  11 }

  bGLineAddIdR2MOHStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsPrimary(0),
                   disabled(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music on Hold status'."
    DEFVAL       { sameAsPrimary }
    ::= { bGLineAddIdR2Entry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.6.40                                                            */
-- /* Deprecated from: 9.6.50                                                       */
-- /*********************************************************************************/

  mediaGatewayModelR56Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR56Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2756 }

  mediaGatewayModelR56Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR56Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR56NEConn,
             mediaGatewayModelR56NetwkElement,
             mediaGatewayModelR56CFSIx,
             mediaGatewayModelR56ModelIx }
    ::= {  mediaGatewayModelR56Table  1  }

  MediaGatewayModelR56Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR56NEConn         Unsigned32,
    mediaGatewayModelR56NetwkElement   DisplayString,
    mediaGatewayModelR56CFSIx          Unsigned32,
    mediaGatewayModelR56ModelIx        Unsigned32,
    mediaGatewayModelR56Category       INTEGER,
    mediaGatewayModelR56ModelName      DisplayString,
    mediaGatewayModelR56Desc           DisplayString,
    mediaGatewayModelR56ControlProt    INTEGER,
    mediaGatewayModelR56ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR56LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR56PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR56PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR56AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR56AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR56RefCnt         Unsigned32,
    mediaGatewayModelR56RowStatus      RowStatus,
    mediaGatewayModelR56DefModel       INTEGER,
    mediaGatewayModelR56Authentication INTEGER,
    mediaGatewayModelR56SupportedConnTypes
                                       BITS,
    mediaGatewayModelR56AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR56ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR56ExportStatus   DisplayString,
    mediaGatewayModelR56ExportFile     DisplayString,
    mediaGatewayModelR56ExportCorr     Counter64,
    mediaGatewayModelR56ExportCorrNode DisplayString,
    mediaGatewayModelR56ExportCorrUID  DisplayString,
    mediaGatewayModelR56DoExtraActions INTEGER,
    mediaGatewayModelR56FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR56FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR56FBsMGCP        BITS,
    mediaGatewayModelR56FBsMeGaCo      BITS,
    mediaGatewayModelR56FBsSIP         BITS,
    mediaGatewayModelR56FixBitsMeGaCo2 BITS,
    mediaGatewayModelR56MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR56AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR56AlertInfoDR2   DisplayString,
    mediaGatewayModelR56AlertInfoDR3   DisplayString,
    mediaGatewayModelR56AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR56DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR56DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR56ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR56SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR56DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR56UpToDateCnt    Unsigned32,
    mediaGatewayModelR56SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR56SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR56Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR56AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR56VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR56AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR56FixBitsSIP2    BITS,
    mediaGatewayModelR56OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR56FBsMeGaCo4     BITS,
    mediaGatewayModelR56SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR56ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR56SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR56ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR56SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR56AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR56AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR56InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR56OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR56MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR56FixBitsSIP3    BITS,
    mediaGatewayModelR56FixBitsSIP4    BITS,
    mediaGatewayModelR56SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR56RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR56EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR56LCC1           DisplayString,
    mediaGatewayModelR56LCC2           DisplayString,
    mediaGatewayModelR56LCC3           DisplayString,
    mediaGatewayModelR56LCC4           DisplayString,
    mediaGatewayModelR56LCC5           DisplayString,
    mediaGatewayModelR56LCC6           DisplayString,
    mediaGatewayModelR56LCC7           DisplayString,
    mediaGatewayModelR56LCC8           DisplayString,
    mediaGatewayModelR56LCC9           DisplayString,
    mediaGatewayModelR56LCC10          DisplayString,
    mediaGatewayModelR56LCC11          DisplayString,
    mediaGatewayModelR56LCC12          DisplayString,
    mediaGatewayModelR56LCC13          DisplayString,
    mediaGatewayModelR56LCC14          DisplayString,
    mediaGatewayModelR56LCC15          DisplayString,
    mediaGatewayModelR56LCC16          DisplayString,
    mediaGatewayModelR56LCC17          DisplayString,
    mediaGatewayModelR56LCC18          DisplayString,
    mediaGatewayModelR56LCC19          DisplayString,
    mediaGatewayModelR56LCC20          DisplayString,
    mediaGatewayModelR56ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR56MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR56MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR56ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR56NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR56NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR56NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR56NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR56NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR56NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR56NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR56NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR56OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR56ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR56MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR56MRSPollTimeout Unsigned32,
    mediaGatewayModelR56RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR56SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR56SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR56FixBitsSIPMSML BITS,
    mediaGatewayModelR56AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR56SessionTimer   Unsigned32,
    mediaGatewayModelR56SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR56SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR56FixBitsSIP5    BITS,
    mediaGatewayModelR56FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR56SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR56SuppRcvngTrnspSIPHdrs
                                       LongDisplayString,
    mediaGatewayModelR56PreferTrnspSIPHdrSentByThisAS
                                       INTEGER,
    mediaGatewayModelR56SIPRespCodeMappingQ850CauseCode21WithLocUser
                                       INTEGER
  }

  mediaGatewayModelR56NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR56Entry  1 }

  mediaGatewayModelR56NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR56Entry  2 }

  mediaGatewayModelR56CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR56Entry  3 }

  mediaGatewayModelR56ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR56Entry  4 }

  mediaGatewayModelR56Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR56Entry  5 }

  mediaGatewayModelR56ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR56Entry  6 }

  mediaGatewayModelR56Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR56Entry  7 }

  mediaGatewayModelR56ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR56Entry  8 }

  mediaGatewayModelR56ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR56Entry  9 }

  mediaGatewayModelR56LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR56Entry  10 }

  mediaGatewayModelR56PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR56Entry  11 }

  mediaGatewayModelR56PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR56Entry  12 }

  mediaGatewayModelR56AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  13 }

  mediaGatewayModelR56AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR56Entry  14 }

  mediaGatewayModelR56RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR56Entry  16 }

  mediaGatewayModelR56RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR56Entry  17 }

  mediaGatewayModelR56DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  18 }

  mediaGatewayModelR56Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR56Entry  19 }

  mediaGatewayModelR56SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR56Entry  20 }

  mediaGatewayModelR56AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR56Entry  21 }

  mediaGatewayModelR56ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR56Entry  22 }

  mediaGatewayModelR56ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR56Entry  23 }

  mediaGatewayModelR56ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR56Entry  24 }

  mediaGatewayModelR56ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR56Entry  25 }

  mediaGatewayModelR56ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR56Entry  26 }

  mediaGatewayModelR56ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR56Entry  27 }

  mediaGatewayModelR56DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR56Entry  28 }

  mediaGatewayModelR56FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR56Entry  29 }

  mediaGatewayModelR56FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12),
                   supportsWidebandTelephoneEvent(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR56Entry  30 }

  mediaGatewayModelR56FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16),
                   useAlternateStandardRingingSignal(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR56Entry  31 }

  mediaGatewayModelR56FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR56Entry  32 }

  mediaGatewayModelR56FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR56Entry  33 }

  mediaGatewayModelR56FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR56Entry  34 }

  mediaGatewayModelR56MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR56Entry  35 }

  mediaGatewayModelR56AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR56Entry  36 }

  mediaGatewayModelR56AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR56Entry  37 }

  mediaGatewayModelR56AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR56Entry  38 }

  mediaGatewayModelR56AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR56Entry  39 }

  mediaGatewayModelR56DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR56Entry  40 }

  mediaGatewayModelR56DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR56Entry  41 }

  mediaGatewayModelR56ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR56Entry  42 }

  mediaGatewayModelR56SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR56Entry  43 }

  mediaGatewayModelR56DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR56Entry  44 }

  mediaGatewayModelR56UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR56Entry  45 }

  mediaGatewayModelR56SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR56Entry  46 }

  mediaGatewayModelR56SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR56Entry  48 }

  mediaGatewayModelR56Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR56Entry  49 }

  mediaGatewayModelR56AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR56Entry  50 }

  mediaGatewayModelR56VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR56Entry  51 }

  mediaGatewayModelR56AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR56Entry  52 }

  mediaGatewayModelR56FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR56Entry  53 }

  mediaGatewayModelR56OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR56Entry  54 }

  mediaGatewayModelR56FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR56Entry  55 }

  mediaGatewayModelR56SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR56Entry  56 }

  mediaGatewayModelR56ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR56Entry  57 }

  mediaGatewayModelR56SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR56Entry  58 }

  mediaGatewayModelR56ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR56Entry  59 }

  mediaGatewayModelR56SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR56Entry  60 }

  mediaGatewayModelR56AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR56Entry  61 }

  mediaGatewayModelR56AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR56Entry  62 }

  mediaGatewayModelR56InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR56Entry  63 }

  mediaGatewayModelR56OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR56Entry  64 }

  mediaGatewayModelR56MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR56Entry  65 }

  mediaGatewayModelR56FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR56Entry  66 }

  mediaGatewayModelR56FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20),
                   supportsXMSWPrimaryDNHeader(21),
                   doesNotSupportAInactiveForCFSInitiatedCallHold(22),
                   sendsPrimaryCallerIDInPAssertedIdentity(23),
                   alwaysSignalPEarlyMediaSupportDuringSetup(24),
                   supportsSDPBandwidthParameters(25),
                   trustVerstatParameters(26),
                   supportsVerstatUserpartParameter(27),
                   supportsVerstatURIParameter(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR56Entry  67 }

  mediaGatewayModelR56SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR56Entry  68 }

  mediaGatewayModelR56RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  69 }

  mediaGatewayModelR56EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR56Entry  70 }

  mediaGatewayModelR56LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR56Entry  71 }

  mediaGatewayModelR56LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR56Entry  72 }

  mediaGatewayModelR56LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR56Entry  73 }

  mediaGatewayModelR56LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR56Entry  74 }

  mediaGatewayModelR56LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR56Entry  75 }

  mediaGatewayModelR56LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR56Entry  76 }

  mediaGatewayModelR56LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR56Entry  77 }

  mediaGatewayModelR56LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR56Entry  78 }

  mediaGatewayModelR56LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR56Entry  79 }

  mediaGatewayModelR56LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR56Entry  80 }

  mediaGatewayModelR56LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR56Entry  81 }

  mediaGatewayModelR56LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR56Entry  82 }

  mediaGatewayModelR56LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR56Entry  83 }

  mediaGatewayModelR56LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR56Entry  84 }

  mediaGatewayModelR56LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR56Entry  85 }

  mediaGatewayModelR56LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR56Entry  86 }

  mediaGatewayModelR56LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR56Entry  87 }

  mediaGatewayModelR56LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR56Entry  88 }

  mediaGatewayModelR56LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR56Entry  89 }

  mediaGatewayModelR56LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR56Entry  90 }

  mediaGatewayModelR56ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR56Entry  91 }

  mediaGatewayModelR56MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR56Entry  92 }

  mediaGatewayModelR56MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR56Entry  93 }

  mediaGatewayModelR56ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR56Entry  94 }

  mediaGatewayModelR56NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR56Entry  95 }

  mediaGatewayModelR56NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR56Entry  96 }

  mediaGatewayModelR56NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR56Entry  97 }

  mediaGatewayModelR56NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR56Entry  98 }

  mediaGatewayModelR56NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR56Entry  99 }

  mediaGatewayModelR56NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR56Entry  100 }

  mediaGatewayModelR56NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR56Entry  101 }

  mediaGatewayModelR56NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  102 }

  mediaGatewayModelR56OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  103 }

  mediaGatewayModelR56ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR56Entry  104 }

  mediaGatewayModelR56MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR56Entry  105 }

  mediaGatewayModelR56MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR56Entry  106 }

  mediaGatewayModelR56RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR56Entry  107 }

  mediaGatewayModelR56SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  108 }

  mediaGatewayModelR56SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR56Entry  109 }

  mediaGatewayModelR56FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR56Entry  110 }

  mediaGatewayModelR56AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR56Entry  111 }

  mediaGatewayModelR56SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR56Entry  112 }

  mediaGatewayModelR56SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR56Entry  113 }

  mediaGatewayModelR56SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  114 }

  mediaGatewayModelR56FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7),
                   alwaysAuthorizePEarlyMedia(8),
                   useAlternativeIPForBlackHoleSDP(9),
                   trustLocationInformation(10),
                   supportsReceivingLocationInformation(11),
                   requiresRTCPDuringUnidirectionalInactiveMedia(12),
                   doesNotSupportTheSip608FeatureCapabilityIndicator(13),
                   supportsXMSWFromHeader(14),
                   sendErrorResponsesForSIPNOTIFYCarryingMWI(15),
                   supportsReceivingTheXMSWAddidTermHeader(16)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR56Entry  115 }

  mediaGatewayModelR56FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR56Entry  116 }

  mediaGatewayModelR56SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR56Entry  117 }

  mediaGatewayModelR56SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR56Entry  118 }

  mediaGatewayModelR56PreferTrnspSIPHdrSentByThisAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Prefer transparent SIP header values sent by this application server'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR56Entry  119 }

  mediaGatewayModelR56SIPRespCodeMappingQ850CauseCode21WithLocUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   sixHundredAndThree(1),
                   sixHundredAndSeven(2),
                   sixHundredAndEight(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code mapping for Q.850 cause code 21 with location ''user'''."
    DEFVAL       { default }
    ::= { mediaGatewayModelR56Entry  120 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP to TCAP MWI Converter'                                  */
-- /* Valid from: 9.6.40                                                            */
-- /*********************************************************************************/

  sIPToTCAPMWIConvR1Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPToTCAPMWIConvR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Message Services'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2758 }

  sIPToTCAPMWIConvR1Entry OBJECT-TYPE
    SYNTAX       SIPToTCAPMWIConvR1Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPToTCAPMWIConvR1NEConn,
             sIPToTCAPMWIConvR1NetwkElement,
             sIPToTCAPMWIConvR1CFSIx,
             sIPToTCAPMWIConvR1SipToTcapMwiConvIx }
    ::= {  sIPToTCAPMWIConvR1Table  1  }

  SIPToTCAPMWIConvR1Entry  ::=  SEQUENCE
  {
    sIPToTCAPMWIConvR1NEConn           Unsigned32,
    sIPToTCAPMWIConvR1NetwkElement     DisplayString,
    sIPToTCAPMWIConvR1CFSIx            Unsigned32,
    sIPToTCAPMWIConvR1SipToTcapMwiConvIx
                                       Unsigned32,
    sIPToTCAPMWIConvR1Desc             DisplayString,
    sIPToTCAPMWIConvR1TCAPDestName     DisplayString,
    sIPToTCAPMWIConvR1I1ServLogicHostRouteNEConn
                                       Unsigned32,
    sIPToTCAPMWIConvR1I2ServLogicHostRouteNetwkElement
                                       DisplayString,
    sIPToTCAPMWIConvR1I3ServLogicHostRouteCFSIx
                                       Unsigned32,
    sIPToTCAPMWIConvR1I4ServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    sIPToTCAPMWIConvR1TCAPQueryTimeout Unsigned32,
    sIPToTCAPMWIConvR1AuthorizedMSRID  DisplayString,
    sIPToTCAPMWIConvR1AlrmState        INTEGER,
    sIPToTCAPMWIConvR1StatisticsAlrms  Integer32,
    sIPToTCAPMWIConvR1AlrmStateTimestamp
                                       Unsigned32,
    sIPToTCAPMWIConvR1AlmEvtsAtndDpLogCorr
                                       Counter64,
    sIPToTCAPMWIConvR1AlmEvtsAtndDp    Unsigned32,
    sIPToTCAPMWIConvR1AlmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    sIPToTCAPMWIConvR1RowStatus        RowStatus,
    sIPToTCAPMWIConvR1UseDMSEncoding   INTEGER
  }

  sIPToTCAPMWIConvR1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvR1Entry  1 }

  sIPToTCAPMWIConvR1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvR1Entry  2 }

  sIPToTCAPMWIConvR1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvR1Entry  3 }

  sIPToTCAPMWIConvR1SipToTcapMwiConvIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Converter index'.
                  This is an index field."
    ::= { sIPToTCAPMWIConvR1Entry  4 }

  sIPToTCAPMWIConvR1Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sIPToTCAPMWIConvR1Entry  5 }

  sIPToTCAPMWIConvR1TCAPDestName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP Destination name'."
    ::= { sIPToTCAPMWIConvR1Entry  6 }

  sIPToTCAPMWIConvR1I1ServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvR1Entry  7 }

  sIPToTCAPMWIConvR1I2ServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvR1Entry  8 }

  sIPToTCAPMWIConvR1I3ServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvR1Entry  9 }

  sIPToTCAPMWIConvR1I4ServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Service Logic Host Route',
                  This field represents index 'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { sIPToTCAPMWIConvR1Entry  10 }

  sIPToTCAPMWIConvR1TCAPQueryTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TCAP query timeout'."
    DEFVAL       { 3 }
    ::= { sIPToTCAPMWIConvR1Entry  11 }

  sIPToTCAPMWIConvR1AuthorizedMSRID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authorized MSR ID'."
    ::= { sIPToTCAPMWIConvR1Entry  12 }

  sIPToTCAPMWIConvR1AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPToTCAPMWIConvR1Entry  13 }

  sIPToTCAPMWIConvR1StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPToTCAPMWIConvR1Entry  14 }

  sIPToTCAPMWIConvR1AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPToTCAPMWIConvR1Entry  15 }

  sIPToTCAPMWIConvR1AlmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sIPToTCAPMWIConvR1Entry  16 }

  sIPToTCAPMWIConvR1AlmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPToTCAPMWIConvR1Entry  17 }

  sIPToTCAPMWIConvR1AlmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { sIPToTCAPMWIConvR1Entry  18 }

  sIPToTCAPMWIConvR1RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPToTCAPMWIConvR1Entry  19 }

  sIPToTCAPMWIConvR1UseDMSEncoding OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DMS encoding'."
    DEFVAL       { false }
    ::= { sIPToTCAPMWIConvR1Entry  20 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIMon Connection'                                           */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  sIMonConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIMonConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2759 }

  sIMonConnEntry OBJECT-TYPE
    SYNTAX       SIMonConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIMonConnSIMonConnIx }
    ::= {  sIMonConnTable  1  }

  SIMonConnEntry  ::=  SEQUENCE
  {
    sIMonConnSIMonConnIx               Integer32,
    sIMonConnManagementIPAddr          DisplayString,
    sIMonConnSNMPCommunity             DisplayString,
    sIMonConnNodeName                  DisplayString,
    sIMonConnAlrmState                 INTEGER,
    sIMonConnChldAlrmsAttnRq           Integer32,
    sIMonConnSummaryChldAlrmState      INTEGER,
    sIMonConnRowStatus                 RowStatus,
    sIMonConnOperStatus                OperStatus,
    sIMonConnSecondaryManagementIPAddr DisplayString,
    sIMonConnClusterName               DisplayString,
    sIMonConnSecondaryNodeName         DisplayString
  }

  sIMonConnSIMonConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIMon Connection index'.
                  This is an index field."
    ::= { sIMonConnEntry  1 }

  sIMonConnManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { sIMonConnEntry  2 }

  sIMonConnSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    ::= { sIMonConnEntry  3 }

  sIMonConnNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node name'.
                  This field is only writable during create."
    ::= { sIMonConnEntry  4 }

  sIMonConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIMonConnEntry  5 }

  sIMonConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { sIMonConnEntry  6 }

  sIMonConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { sIMonConnEntry  7 }

  sIMonConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { sIMonConnEntry  8 }

  sIMonConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIMonConnEntry  9 }

  sIMonConnSecondaryManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary Management IP address'.
                  This field is only writable during create."
    ::= { sIMonConnEntry  10 }

  sIMonConnClusterName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster name'.
                  This field is only writable during create."
    ::= { sIMonConnEntry  11 }

  sIMonConnSecondaryNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary Node name'.
                  This field is only writable during create."
    ::= { sIMonConnEntry  12 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIMon'                                                      */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  sIMonTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIMonEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIMon Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2760 }

  sIMonEntry OBJECT-TYPE
    SYNTAX       SIMonEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIMonSIMonConnIx }
    ::= {  sIMonTable  1  }

  SIMonEntry  ::=  SEQUENCE
  {
    sIMonSIMonConnIx                   Integer32,
    sIMonNodeName                      DisplayString,
    sIMonAlrmState                     INTEGER
  }

  sIMonSIMonConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIMon Connection index'.
                  This is an index field."
    ::= { sIMonEntry  1 }

  sIMonNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Node name'."
    ::= { sIMonEntry  2 }

  sIMonAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIMonEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TelcoBridges Tmedia Gateway Connection'                     */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  telcoBridgesTMGConnTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TelcoBridgesTMGConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Top level table in the OML Hierarchy.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2761 }

  telcoBridgesTMGConnEntry OBJECT-TYPE
    SYNTAX       TelcoBridgesTMGConnEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { telcoBridgesTMGConnTelcoBridgesTMGConnIx }
    ::= {  telcoBridgesTMGConnTable  1  }

  TelcoBridgesTMGConnEntry  ::=  SEQUENCE
  {
    telcoBridgesTMGConnTelcoBridgesTMGConnIx
                                       Integer32,
    telcoBridgesTMGConnName            DisplayString,
    telcoBridgesTMGConnManagementIPAddr
                                       DisplayString,
    telcoBridgesTMGConnSecondaryManagementIPAddr
                                       DisplayString,
    telcoBridgesTMGConnSNMPCommunity   DisplayString,
    telcoBridgesTMGConnAlrmState       INTEGER,
    telcoBridgesTMGConnChldAlrmsAttnRq Integer32,
    telcoBridgesTMGConnSummaryChldAlrmState
                                       INTEGER,
    telcoBridgesTMGConnRowStatus       RowStatus,
    telcoBridgesTMGConnOperStatus      OperStatus
  }

  telcoBridgesTMGConnTelcoBridgesTMGConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TelcoBridges Tmedia Gateway Connection index'.
                  This is an index field."
    ::= { telcoBridgesTMGConnEntry  1 }

  telcoBridgesTMGConnName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'.
                  This field is only writable during create."
    ::= { telcoBridgesTMGConnEntry  2 }

  telcoBridgesTMGConnManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management IP address'.
                  This field is only writable during create."
    ::= { telcoBridgesTMGConnEntry  3 }

  telcoBridgesTMGConnSecondaryManagementIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..15))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary Management IP address'.
                  This field is only writable during create."
    ::= { telcoBridgesTMGConnEntry  4 }

  telcoBridgesTMGConnSNMPCommunity OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SNMP community'.
                  This field is not writable when active."
    DEFVAL       { "public" }
    ::= { telcoBridgesTMGConnEntry  5 }

  telcoBridgesTMGConnAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { telcoBridgesTMGConnEntry  6 }

  telcoBridgesTMGConnChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { telcoBridgesTMGConnEntry  7 }

  telcoBridgesTMGConnSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { telcoBridgesTMGConnEntry  8 }

  telcoBridgesTMGConnRowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { telcoBridgesTMGConnEntry  9 }

  telcoBridgesTMGConnOperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { telcoBridgesTMGConnEntry  10 }

-- /*********************************************************************************/
-- /* MIB table for SE 'TelcoBridges Tmedia Gateway'                                */
-- /* Valid from: 3.2                                                               */
-- /*********************************************************************************/

  telcoBridgesTMGTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF TelcoBridgesTMGEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'TelcoBridges Tmedia Gateway Connection'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2762 }

  telcoBridgesTMGEntry OBJECT-TYPE
    SYNTAX       TelcoBridgesTMGEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { telcoBridgesTMGTelcoBridgesTMGConnIx }
    ::= {  telcoBridgesTMGTable  1  }

  TelcoBridgesTMGEntry  ::=  SEQUENCE
  {
    telcoBridgesTMGTelcoBridgesTMGConnIx
                                       Integer32,
    telcoBridgesTMGName                DisplayString,
    telcoBridgesTMGAlrmState           INTEGER
  }

  telcoBridgesTMGTelcoBridgesTMGConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'TelcoBridges Tmedia Gateway Connection index'.
                  This is an index field."
    ::= { telcoBridgesTMGEntry  1 }

  telcoBridgesTMGName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { telcoBridgesTMGEntry  2 }

  telcoBridgesTMGAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { telcoBridgesTMGEntry  3 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Call Feature Server'                                        */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  cFSR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CFSR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Network Element'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2763 }

  cFSR22Entry OBJECT-TYPE
    SYNTAX       CFSR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cFSR22NEConn,
             cFSR22NetwkElement,
             cFSR22CFSIx }
    ::= {  cFSR22Table  1  }

  CFSR22Entry  ::=  SEQUENCE
  {
    cFSR22NEConn                       Unsigned32,
    cFSR22NetwkElement                 DisplayString,
    cFSR22CFSIx                        Unsigned32,
    cFSR22DeactivnMode                 INTEGER,
    cFSR22AlrmState                    INTEGER,
    cFSR22AlrmLogCorr                  Counter64,
    cFSR22AlrmEvtsAttnRq               Integer32,
    cFSR22AlrmStateTimestamp           Unsigned32,
    cFSR22AlrmResetTimestamp           Unsigned32,
    cFSR22CntrldMGsAlrmsAttnRq         Integer32,
    cFSR22CntrldMGsAlrmEvtsAttnRq      Integer32,
    cFSR22CntrldMGsAlrmsAtndDp         Integer32,
    cFSR22CntrldMGsAlrmEvtsAtndDp      Integer32,
    cFSR22SigAlrmsAttnRq               Integer32,
    cFSR22SigAlrmEvtsAttnRq            Integer32,
    cFSR22SigAlrmsAtndDp               Integer32,
    cFSR22SigAlrmEvtsAtndDp            Integer32,
    cFSR22BillAlrmsAttnRq              Integer32,
    cFSR22BillAlrmEvtsAttnRq           Integer32,
    cFSR22CallServsAlrmsAttnRq         Integer32,
    cFSR22CallServsAlrmEvtsAttnRq      Integer32,
    cFSR22CallServsAlrmsAtndDp         Integer32,
    cFSR22CallServsAlrmEvtsAtndDp      Integer32,
    cFSR22RPSAlrmsAttnRq               Integer32,
    cFSR22RPSAlrmEvtsAttnRq            Integer32,
    cFSR22RPSAlrmsAtndDp               Integer32,
    cFSR22RPSAlrmEvtsAtndDp            Integer32,
    cFSR22SubCfgAlrmsAttnRq            Integer32,
    cFSR22SubCfgAlrmEvtsAttnRq         Integer32,
    cFSR22SubCfgAlrmsAtndDp            Integer32,
    cFSR22SubCfgAlrmEvtsAtndDp         Integer32,
    cFSR22TotChldAlrmsAttnRq           Unsigned32,
    cFSR22TotChldAlrmEvtsAttnRq        Unsigned32,
    cFSR22TotChldAlrmsAtndDp           Unsigned32,
    cFSR22TotChldAlrmEvtsAtndDp        Unsigned32,
    cFSR22SummaryChldAlrmState         INTEGER,
    cFSR22DoExtraActions               INTEGER,
    cFSR22RowStatus                    RowStatus,
    cFSR22AdminStatus                  AdminStatus,
    cFSR22OperStatus                   OperStatus,
    cFSR22Timezone                     INTEGER,
    cFSR22AdjustDaylightSavings        INTEGER,
    cFSR22DaylightSavingsInForce       INTEGER,
    cFSR22MaxNumLineTrafficStudies     Unsigned32,
    cFSR22T38GloballySupported         INTEGER,
    cFSR22ImportCnt                    Integer32,
    cFSR22ImportStatus                 DisplayString,
    cFSR22ImportMode                   INTEGER,
    cFSR22ImportFile                   DisplayString,
    cFSR22ImportCorr                   Counter64,
    cFSR22ImportCorrNode               DisplayString,
    cFSR22ImportCorrUID                DisplayString,
    cFSR22StatisticsCurrNumMonitoredSubGs
                                       Unsigned32,
    cFSR22DefAnnounceLocale            INTEGER,
    cFSR22StatisticsBusGpsWithStatisticsEnabled
                                       Unsigned32,
    cFSR22StatisticsMLHGsWithStatisticsEnabled
                                       Unsigned32,
    cFSR22StatisticsMLHGMembershipsWithStatisticsEnabled
                                       Unsigned32,
    cFSR22StatisticsAlrms              Integer32,
    cFSR22ChldStatisticsAlrms          Integer32,
    cFSR22SecondDefAnnounceLocale      INTEGER,
    cFSR22SysTimezone                  LongDisplayString,
    cFSR22SubTimezones                 LongDisplayString,
    cFSR22StatisticsCurrNumIndLinesWithTrafficStudies
                                       Integer32,
    cFSR22StatisticsCurrNumBusGpLinesWithTrafficStudies
                                       Integer32,
    cFSR22StatisticsCurrNumPBXsWithTrafficStudies
                                       Integer32,
    cFSR22StatisticsCurrNumBusGpsWithTrafficStudies
                                       Integer32,
    cFSR22StatisticsCurrNumMLHGsWithTrafficStudies
                                       Integer32,
    cFSR22StatisticsTotCurrLineTrafficStudies
                                       Integer32,
    cFSR22MRSAlrmsAttnRq               Integer32,
    cFSR22MRSAlrmEvtsAttnRq            Integer32,
    cFSR22CFSRole                      INTEGER,
    cFSR22SupportedLocales             LongDisplayString,
    cFSR22LineCfgAlrmsAttnRq           Integer32,
    cFSR22LineCfgAlrmEvtsAttnRq        Integer32,
    cFSR22LineCfgAlrmsAtndDp           Integer32,
    cFSR22LineCfgAlrmEvtsAtndDp        Integer32,
    cFSR22DefMediaType                 INTEGER,
    cFSR22EmgncyCallsCnt               Unsigned32,
    cFSR22EmgncyCallsDetails           LongDisplayString,
    cFSR22PublishMLHGStatus            INTEGER,
    cFSR22GatewayCtrlerRole            INTEGER,
    cFSR22EmgncyCallEquivalence        INTEGER,
    cFSR22AllowOverrideOrigingNumInBgCallLogs
                                       INTEGER,
    cFSR22TreatBGMembersCallsWithFullDNAsIntraBGDef
                                       INTEGER,
    cFSR22TwoStgDelBGsCoolingOff       INTEGER,
    cFSR22TwoStgDelBGsCoolingOffPeriod Unsigned32,
    cFSR22TwoStgDelBGsRecentlyAddedCfg INTEGER,
    cFSR22TwoStgDelBGsRecentAdditionDeletionPeriod
                                       Unsigned32,
    cFSR22RgnSpcFeatRegion             INTEGER,
    cFSR22RgnSpcFeatSuppCarrIdABNP     INTEGER,
    cFSR22RgnSpcFeatSuppCliinHkNetwks  INTEGER,
    cFSR22RgnSpcFeatLngDistDspName     DisplayString,
    cFSR22RgnSpcFeatLngDistUri         LongDisplayString,
    cFSR22RgnSpcFeatOutAreaDspName     DisplayString,
    cFSR22RgnSpcFeatOutAreaUri         LongDisplayString,
    cFSR22StatisticsCurrNumPBXLinesWithTrafficStudies
                                       Integer32,
    cFSR22AlwaysNegotiateTwoWayMediaCallSetup
                                       INTEGER,
    cFSR22ComplyWithFCC20187           INTEGER,
    cFSR22SIPRespCodeMappingQ850CauseCode21WithLocUser
                                       INTEGER,
    cFSR22STIRSHAKENOriginationID      DisplayString
  }

  cFSR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cFSR22Entry  1 }

  cFSR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cFSR22Entry  2 }

  cFSR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cFSR22Entry  3 }

  cFSR22DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cFSR22Entry  4 }

  cFSR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cFSR22Entry  5 }

  cFSR22AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cFSR22Entry  6 }

  cFSR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  7 }

  cFSR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cFSR22Entry  8 }

  cFSR22AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cFSR22Entry  9 }

  cFSR22CntrldMGsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarms'."
    ::= { cFSR22Entry  10 }

  cFSR22CntrldMGsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  11 }

  cFSR22CntrldMGsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarms'."
    ::= { cFSR22Entry  12 }

  cFSR22CntrldMGsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Controlled Networks Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  13 }

  cFSR22SigAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarms'."
    ::= { cFSR22Entry  14 }

  cFSR22SigAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  15 }

  cFSR22SigAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarms'."
    ::= { cFSR22Entry  16 }

  cFSR22SigAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signaling Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  17 }

  cFSR22BillAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing Attention Required alarms'."
    ::= { cFSR22Entry  18 }

  cFSR22BillAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  19 }

  cFSR22CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { cFSR22Entry  20 }

  cFSR22CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  21 }

  cFSR22CallServsAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarms'."
    ::= { cFSR22Entry  22 }

  cFSR22CallServsAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  23 }

  cFSR22RPSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarms'."
    ::= { cFSR22Entry  24 }

  cFSR22RPSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  25 }

  cFSR22RPSAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarms'."
    ::= { cFSR22Entry  26 }

  cFSR22RPSAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk Routing and Policy Services Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  27 }

  cFSR22SubCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarms'."
    ::= { cFSR22Entry  28 }

  cFSR22SubCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  29 }

  cFSR22SubCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarms'."
    ::= { cFSR22Entry  30 }

  cFSR22SubCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  31 }

  cFSR22TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cFSR22Entry  32 }

  cFSR22TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cFSR22Entry  33 }

  cFSR22TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { cFSR22Entry  34 }

  cFSR22TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { cFSR22Entry  35 }

  cFSR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cFSR22Entry  36 }

  cFSR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   import(1),
                   resetStatistics(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR22Entry  37 }

  cFSR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cFSR22Entry  38 }

  cFSR22AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR22Entry  39 }

  cFSR22OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cFSR22Entry  40 }

  cFSR22Timezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Timezone'."
    ::= { cFSR22Entry  41 }

  cFSR22AdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Adjust for Daylight Savings'."
    ::= { cFSR22Entry  42 }

  cFSR22DaylightSavingsInForce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Daylight Savings in force'."
    ::= { cFSR22Entry  43 }

  cFSR22MaxNumLineTrafficStudies OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of Line Traffic Studies'."
    DEFVAL       { 200 }
    ::= { cFSR22Entry  44 }

  cFSR22T38GloballySupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'T.38 globally supported'."
    DEFVAL       { false }
    ::= { cFSR22Entry  45 }

  cFSR22ImportCnt OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Import - number of objects imported'."
    ::= { cFSR22Entry  47 }

  cFSR22ImportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - status'."
    ::= { cFSR22Entry  48 }

  cFSR22ImportMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   doNotOverwrite(1),
                   doNotCreate(3),
                   overwriteOrCreate(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - mode'."
    DEFVAL       { doNotOverwrite }
    ::= { cFSR22Entry  49 }

  cFSR22ImportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - file'."
    ::= { cFSR22Entry  50 }

  cFSR22ImportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - log correlator'."
    ::= { cFSR22Entry  51 }

  cFSR22ImportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator node'."
    ::= { cFSR22Entry  52 }

  cFSR22ImportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Import - correlator uid'."
    ::= { cFSR22Entry  53 }

  cFSR22StatisticsCurrNumMonitoredSubGs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of monitored Subscriber Gateways'."
    ::= { cFSR22Entry  54 }

  cFSR22DefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default announcement locale'."
    ::= { cFSR22Entry  55 }

  cFSR22StatisticsBusGpsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - Business Groups with statistics enabled'."
    ::= { cFSR22Entry  56 }

  cFSR22StatisticsMLHGsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHGs with statistics enabled'."
    ::= { cFSR22Entry  57 }

  cFSR22StatisticsMLHGMembershipsWithStatisticsEnabled OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - MLHG memberships with statistics enabled'."
    ::= { cFSR22Entry  58 }

  cFSR22StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cFSR22Entry  59 }

  cFSR22ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { cFSR22Entry  60 }

  cFSR22SecondDefAnnounceLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Second default announcement locale'."
    ::= { cFSR22Entry  61 }

  cFSR22SysTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'System timezone'."
    ::= { cFSR22Entry  62 }

  cFSR22SubTimezones OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Subscriber timezones'."
    ::= { cFSR22Entry  63 }

  cFSR22StatisticsCurrNumIndLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Individual Lines with traffic studies'."
    ::= { cFSR22Entry  64 }

  cFSR22StatisticsCurrNumBusGpLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Group Lines with traffic studies'."
    ::= { cFSR22Entry  65 }

  cFSR22StatisticsCurrNumPBXsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBXs with traffic studies'."
    ::= { cFSR22Entry  66 }

  cFSR22StatisticsCurrNumBusGpsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of Business Groups with traffic studies'."
    ::= { cFSR22Entry  67 }

  cFSR22StatisticsCurrNumMLHGsWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of MLHGs with traffic studies'."
    ::= { cFSR22Entry  68 }

  cFSR22StatisticsTotCurrLineTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - total current Line Traffic Studies'."
    ::= { cFSR22Entry  69 }

  cFSR22MRSAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarms'."
    ::= { cFSR22Entry  70 }

  cFSR22MRSAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Resource Server Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  71 }

  cFSR22CFSRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   cFSInPreIMSNetwork(1),
                   cFSInIMSNetwork(2),
                   accessGatewayController(3),
                   representativeApplicationServer(4),
                   representativeApplicationServerMetaViewDirector(5),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server role'."
    ::= { cFSR22Entry  72 }

  cFSR22SupportedLocales OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported locales'."
    ::= { cFSR22Entry  73 }

  cFSR22LineCfgAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarms'."
    ::= { cFSR22Entry  74 }

  cFSR22LineCfgAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attention Required alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  75 }

  cFSR22LineCfgAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarms'."
    ::= { cFSR22Entry  76 }

  cFSR22LineCfgAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Line Configuration Attend To Dependent alarm events'.
                  Field is a RESET field, can only set to 0."
    ::= { cFSR22Entry  77 }

  cFSR22DefMediaType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsSignalingDefaultIPv4(1),
                   sameAsSignalingDefaultIPv6(2),
                   alwaysIPv4(3),
                   alwaysIPv6(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default media type'."
    DEFVAL       { sameAsSignalingDefaultIPv4 }
    ::= { cFSR22Entry  78 }

  cFSR22EmgncyCallsCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls count'."
    ::= { cFSR22Entry  79 }

  cFSR22EmgncyCallsDetails OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..5300))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency calls details'."
    ::= { cFSR22Entry  80 }

  cFSR22PublishMLHGStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Publish MLHG status'."
    DEFVAL       { true }
    ::= { cFSR22Entry  81 }

  cFSR22GatewayCtrlerRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   accessGatewayController(3),
                   mediaGatewayController(6),
                   accessAndMediaGatewayController(7)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Controller role'."
    ::= { cFSR22Entry  82 }

  cFSR22EmgncyCallEquivalence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call equivalence'."
    DEFVAL       { false }
    ::= { cFSR22Entry  83 }

  cFSR22AllowOverrideOrigingNumInBgCallLogs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow override of originating number in BG call logs'."
    DEFVAL       { false }
    ::= { cFSR22Entry  85 }

  cFSR22TreatBGMembersCallsWithFullDNAsIntraBGDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treat calls between BG members dialed with full DN as intra-BG - default'."
    DEFVAL       { true }
    ::= { cFSR22Entry  86 }

  cFSR22TwoStgDelBGsCoolingOff OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off'."
    DEFVAL       { disabled }
    ::= { cFSR22Entry  87 }

  cFSR22TwoStgDelBGsCoolingOffPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..672 )
    UNITS        "hours"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion cooling-off period'."
    DEFVAL       { 1 }
    ::= { cFSR22Entry  88 }

  cFSR22TwoStgDelBGsRecentlyAddedCfg OBJECT-TYPE
    SYNTAX       INTEGER {
                   enabled(1),
                   disabled(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - deletion of recently added configuration'."
    DEFVAL       { disabled }
    ::= { cFSR22Entry  89 }

  cFSR22TwoStgDelBGsRecentAdditionDeletionPeriod OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10080 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion for Business Groups - recent addition deletion period'."
    DEFVAL       { 1 }
    ::= { cFSR22Entry  90 }

  cFSR22RgnSpcFeatRegion OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   hongKong(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Region Specific Features - Region'."
    DEFVAL       { none }
    ::= { cFSR22Entry  91 }

  cFSR22RgnSpcFeatSuppCarrIdABNP OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support carrier identifier (ABNP)'."
    DEFVAL       { false }
    ::= { cFSR22Entry  92 }

  cFSR22RgnSpcFeatSuppCliinHkNetwks OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Support CLI in HK networks'."
    DEFVAL       { false }
    ::= { cFSR22Entry  93 }

  cFSR22RgnSpcFeatLngDistDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance display name'."
    ::= { cFSR22Entry  94 }

  cFSR22RgnSpcFeatLngDistUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Long distance URI'."
    ::= { cFSR22Entry  95 }

  cFSR22RgnSpcFeatOutAreaDspName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area display name'."
    ::= { cFSR22Entry  96 }

  cFSR22RgnSpcFeatOutAreaUri OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..292))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Region Specific Features - Out-of-area URI'."
    ::= { cFSR22Entry  97 }

  cFSR22StatisticsCurrNumPBXLinesWithTrafficStudies OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Statistics - current number of PBX Lines with traffic studies'."
    ::= { cFSR22Entry  98 }

  cFSR22AlwaysNegotiateTwoWayMediaCallSetup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always negotiate two way media at call setup'."
    DEFVAL       { false }
    ::= { cFSR22Entry  99 }

  cFSR22ComplyWithFCC20187 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Comply with FCC 20-187'."
    DEFVAL       { true }
    ::= { cFSR22Entry  100 }

  cFSR22SIPRespCodeMappingQ850CauseCode21WithLocUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   sixHundredAndThree(1),
                   sixHundredAndSeven(2),
                   sixHundredAndEight(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code mapping for Q.850 cause code 21 with location ''user'''."
    DEFVAL       { sixHundredAndThree }
    ::= { cFSR22Entry  101 }

  cFSR22STIRSHAKENOriginationID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..36))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Origination ID'."
    ::= { cFSR22Entry  102 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Configured SIP Binding'                                     */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  cfgSIPBindR26Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CfgSIPBindR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Configured SIP Bindings'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2764 }

  cfgSIPBindR26Entry OBJECT-TYPE
    SYNTAX       CfgSIPBindR26Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cfgSIPBindR26NEConn,
             cfgSIPBindR26NetwkElement,
             cfgSIPBindR26CFSIx,
             cfgSIPBindR26BindingIx }
    ::= {  cfgSIPBindR26Table  1  }

  CfgSIPBindR26Entry  ::=  SEQUENCE
  {
    cfgSIPBindR26NEConn                Unsigned32,
    cfgSIPBindR26NetwkElement          DisplayString,
    cfgSIPBindR26CFSIx                 Unsigned32,
    cfgSIPBindR26BindingIx             Unsigned32,
    cfgSIPBindR26Name                  DisplayString,
    cfgSIPBindR26CustInfo              DisplayString,
    cfgSIPBindR26CustInfo2             DisplayString,
    cfgSIPBindR26CustInfo3             DisplayString,
    cfgSIPBindR26CustInfo4             DisplayString,
    cfgSIPBindR26CustInfo5             DisplayString,
    cfgSIPBindR26CustInfo6             DisplayString,
    cfgSIPBindR26Usage                 INTEGER,
    cfgSIPBindR26UseDNIdentification   INTEGER,
    cfgSIPBindR26SIPAuthenticationReqd INTEGER,
    cfgSIPBindR26SIPUserName           DisplayString,
    cfgSIPBindR26SIPDomainName         DisplayString,
    cfgSIPBindR26NewSIPPassword        DisplayString,
    cfgSIPBindR26ConfirmNewSIPPassword DisplayString,
    cfgSIPBindR26ContactIPAddr         DisplayString,
    cfgSIPBindR26ContactIPPort         Unsigned32,
    cfgSIPBindR26ProxyIPAddr           DisplayString,
    cfgSIPBindR26ProxyIPPort           Unsigned32,
    cfgSIPBindR26TransportProt         INTEGER,
    cfgSIPBindR26I1MediaGatewayModelNEConn
                                       Unsigned32,
    cfgSIPBindR26I2MediaGatewayModelNetwkElement
                                       DisplayString,
    cfgSIPBindR26I3MediaGatewayModelCFSIx
                                       Unsigned32,
    cfgSIPBindR26I4MediaGatewayModelModelIx
                                       Unsigned32,
    cfgSIPBindR26Trusted               INTEGER,
    cfgSIPBindR26UseStaticNATMapping   INTEGER,
    cfgSIPBindR26MaxCallAppearances    Unsigned32,
    cfgSIPBindR26AllowMaxConcurrHighBandwidthCallAppearances
                                       Unsigned32,
    cfgSIPBindR26ConcurrNumCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR26ConcurrNumHighBandwidthCallAppearancesInUse
                                       Unsigned32,
    cfgSIPBindR26DeactivnMode          INTEGER,
    cfgSIPBindR26LastCallFailCause     INTEGER,
    cfgSIPBindR26LastCallFailTimestamp Unsigned32,
    cfgSIPBindR26LastCallFailLogCorr   Counter64,
    cfgSIPBindR26DiagsLogLvl           INTEGER,
    cfgSIPBindR26DiagsAPITraceEnabled  INTEGER,
    cfgSIPBindR26DiagsAPITraceTag      DisplayString,
    cfgSIPBindR26ExportNumObjectsExported
                                       Integer32,
    cfgSIPBindR26ExportStatus          DisplayString,
    cfgSIPBindR26ExportFile            DisplayString,
    cfgSIPBindR26ExportCorr            Counter64,
    cfgSIPBindR26ExportCorrNode        DisplayString,
    cfgSIPBindR26ExportCorrUID         DisplayString,
    cfgSIPBindR26DoExtraActions        INTEGER,
    cfgSIPBindR26RowStatus             RowStatus,
    cfgSIPBindR26AdminStatus           AdminStatus,
    cfgSIPBindR26OperStatus            OperStatus,
    cfgSIPBindR26PollPeerDevice        INTEGER,
    cfgSIPBindR26PollingInterval       Unsigned32,
    cfgSIPBindR26AlrmState             INTEGER,
    cfgSIPBindR26AlrmLogCorr           Counter64,
    cfgSIPBindR26AlrmEvtsAttnRq        Unsigned32,
    cfgSIPBindR26AlrmStateTimestamp    Unsigned32,
    cfgSIPBindR26AlrmResetTimestamp    Unsigned32,
    cfgSIPBindR26I1SIPBindingLocationNEConn
                                       Unsigned32,
    cfgSIPBindR26I2SIPBindingLocationNetwkElement
                                       DisplayString,
    cfgSIPBindR26I3SIPBindingLocationCFSIx
                                       Unsigned32,
    cfgSIPBindR26I4SIPBindingLocationLocationIx
                                       Unsigned32,
    cfgSIPBindR26SIPBindingLocationOtherVals
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsSIPType    INTEGER,
    cfgSIPBindR26SIPProtOptsDisallowSigLRN
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsUseISUPCldAddrPfxInfo
                                       INTEGER,
    cfgSIPBindR26ActHopCnting          INTEGER,
    cfgSIPBindR26SIPProtOptsAcceptTNSParam
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsUSIParamCodingType
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsInclChgeNumAndOutLineInfo
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsInclJurisdictionInfoParam
                                       INTEGER,
    cfgSIPBindR26SIPPrtOpsIncRdrctNumParam
                                       INTEGER,
    cfgSIPBindR26SIPPrtOpsIncRdrctInfoParam
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsInclOrigCldNumParam
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsInclAccessTransportParam
                                       INTEGER,
    cfgSIPBindR26SIPPrtOpsIncGnrcAddParam
                                       INTEGER,
    cfgSIPBindR26SIPPrtOpsIncGnrcNameParam
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsIncPartyInfoParam
                                       INTEGER,
    cfgSIPBindR26SIPPrtOpsIncRdrctCapbtyParam
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsInclCIPParm
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsMIMEVersionParam
                                       DisplayString,
    cfgSIPBindR26SIPProtOptsMIMEHandlingParam
                                       DisplayString,
    cfgSIPBindR26SuppressRedirectionInfo
                                       INTEGER,
    cfgSIPBindR26ForceVldnRedirectionNum
                                       INTEGER,
    cfgSIPBindR26SDActI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR26SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR26SDActI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR26SDActI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindR26SDDefI1NetwkNodeNEConn
                                       Unsigned32,
    cfgSIPBindR26SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    cfgSIPBindR26SDDefI3NetwkNodeCFSIx Unsigned32,
    cfgSIPBindR26SDDefI4NetwkNodeNodeIx
                                       Unsigned32,
    cfgSIPBindSDActR26SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindSDDefR26SDActNetwkNodeOtherVals
                                       INTEGER,
    cfgSIPBindR26SDUseDefNetwkNode     INTEGER,
    cfgSIPBindR26UseCallerNameProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR26PlayAnnouncesWhenErrConditionsOccur
                                       INTEGER,
    cfgSIPBindR26StatisticsAlrms       Integer32,
    cfgSIPBindR26I1ESAProtDomNEConn    Unsigned32,
    cfgSIPBindR26I2ESAProtDomNetwkElement
                                       DisplayString,
    cfgSIPBindR26I3ESAProtDomCFSIx     Unsigned32,
    cfgSIPBindR26I4ESAProtDomESAProtDomIx
                                       Unsigned32,
    cfgSIPBindR26ESAProtDomOtherVals   INTEGER,
    cfgSIPBindR26CFSCtrlStatus         INTEGER,
    cfgSIPBindR26PerformTranslationsOnRedirectedNums
                                       INTEGER,
    cfgSIPBindR26MaxNumUntranslatedRedirections
                                       Unsigned32,
    cfgSIPBindR26RtnCodesPreventingCallRedirection
                                       DisplayString,
    cfgSIPBindR26SIPProtOptsUserToUserInfoParm
                                       INTEGER,
    cfgSIPBindR26IPAddrMatchReqd       INTEGER,
    cfgSIPBindR26VirtualTrnkGpID       DisplayString,
    cfgSIPBindR26VirtualTrnkCxt        DisplayString,
    cfgSIPBindR26SIPProtOptsIncBusGpParm
                                       INTEGER,
    cfgSIPBindR26I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    cfgSIPBindR26I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    cfgSIPBindR26I3FaultMonitoringProfFMPIx
                                       Integer32,
    cfgSIPBindR26FaultMonitoringProfOtherVals
                                       INTEGER,
    cfgSIPBindR26ApplyFMPToReltdObjectTypes
                                       BITS,
    cfgSIPBindR26AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    cfgSIPBindR26SupportedInTrnkGpParmType
                                       INTEGER,
    cfgSIPBindR26TrnkGpParmTypeOnOutMsgs
                                       INTEGER,
    cfgSIPBindR26I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    cfgSIPBindR26I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    cfgSIPBindR26I3DelegatedManagementGpDMGIx
                                       Integer32,
    cfgSIPBindR26SIPProtOptsMIMEBaseParam
                                       DisplayString,
    cfgSIPBindR26LearnsContactDetails  INTEGER,
    cfgSIPBindR26ContactURI            LongDisplayString,
    cfgSIPBindR26ContactName           LongDisplayString,
    cfgSIPBindR26ContactExpiryTime     Unsigned32,
    cfgSIPBindR26MaxPermittedContactRefreshInterval
                                       Unsigned32,
    cfgSIPBindR26SelNewTrnkOn3xxResponse
                                       INTEGER,
    cfgSIPBindR26UseNormalTrnkRtgTblsToMatchTgId
                                       INTEGER,
    cfgSIPBindR26SDActSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR26SDDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR26SDUseDefSupportedPreferredMediaAddrFamilies
                                       INTEGER,
    cfgSIPBindR26ContactAddrScheme     INTEGER,
    cfgSIPBindR26ContactDomainName     DisplayString,
    cfgSIPBindR26ProxyAddrScheme       INTEGER,
    cfgSIPBindR26ProxyDomainName       DisplayString,
    cfgSIPBindR26PollCallPaths         INTEGER,
    cfgSIPBindR26SignalClgPartyLATAOnOutboundRequests
                                       INTEGER,
    cfgSIPBindR26AddtlInboundContactIPAddrs
                                       LongDisplayString,
    cfgSIPBindR26AddtlInboundProxyIPAddrs
                                       LongDisplayString,
    cfgSIPBindR26PollServRoutes        INTEGER,
    cfgSIPBindR26ServRoutePollingInterval
                                       Unsigned32,
    cfgSIPBindR26SubReregTrggrsRespCods
                                       DisplayString,
    cfgSIPBindR26SubReregTrggrsInviteTimeOut
                                       INTEGER,
    cfgSIPBindR26SubReregTrggrsDelayedCallerHangUp
                                       INTEGER,
    cfgSIPBindR26SubReregTrggrsMinCallerHangUpDly
                                       Unsigned32,
    cfgSIPBindR26ICSCFContactIPAddr    DisplayString,
    cfgSIPBindR26ICSCFContactIPPort    Unsigned32,
    cfgSIPBindR26ICSCFContactDomainName
                                       DisplayString,
    cfgSIPBindR26TransparentHeaders    LongDisplayString,
    cfgSIPBindR26OutboundRouteHeaderUserPart
                                       DisplayString,
    cfgSIPBindR26SIPProtOptsISUPVariant
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsIncConnectedNum
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsGenerateConfusion
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsGIsupRole  INTEGER,
    cfgSIPBindR26SIPProtOptsT6TimerDurn
                                       Unsigned32,
    cfgSIPBindR26SIPProtOptsT38TimerDurn
                                       Unsigned32,
    cfgSIPBindR26SIPProtOptsSUSTimerDurn
                                       Unsigned32,
    cfgSIPBindR26SIPProtOptsRemIsupParms
                                       LongDisplayString,
    cfgSIPBindR26UseCustomSIPINVITEResponseTimeout
                                       INTEGER,
    cfgSIPBindR26SIPINVITEResponseTimeout
                                       Unsigned32,
    cfgSIPBindR26AutoRecovery          INTEGER,
    cfgSIPBindR26AutoRecoveryInterval  Unsigned32,
    cfgSIPBindR26SigType               INTEGER,
    cfgSIPBindR26ExportIncASRepData    INTEGER,
    cfgSIPBindR26PBXAppServer          INTEGER,
    cfgSIPBindR26NoDTMFHubIfNotTermMedia
                                       INTEGER,
    cfgSIPBindR26MediaIPAddr           DisplayString,
    cfgSIPBindR26UseMediaIPAddrNetwkNodeAssignment
                                       INTEGER,
    cfgSIPBindR26SIPPrtOptsUseISUPClDetails
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsSuppRecvNumsFailScreen
                                       INTEGER,
    cfgSIPBindR26DNIDInE164Format      INTEGER,
    cfgSIPBindR26ExportChldObjectsToInc
                                       INTEGER,
    cfgSIPBindR26Treatment3xxTGParmsUsedRtg
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsHonorsClgNumAPRI
                                       INTEGER,
    cfgSIPBindR26StatisticsEnabled     INTEGER,
    cfgSIPBindR26ContactAddrMatchReqd  INTEGER,
    cfgSIPBindR26AllowBothDNAndTGChangesInSingleTFL3xxResponse
                                       INTEGER,
    cfgSIPBindR26RouteDirectlyOnTGIDTFLResponses
                                       INTEGER,
    cfgSIPBindR26UseProxyIPOnTCPAppServers
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsTrnkRoleCliAbnp
                                       INTEGER,
    cfgSIPBindR26SIPProtOptsAbnpVal    Unsigned32,
    cfgSIPBindR26UseSTIRSHAKENParmsProvidedBySIPDevice
                                       INTEGER,
    cfgSIPBindR26CallGuardianAuthenticationHub
                                       INTEGER
  }

  cfgSIPBindR26NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cfgSIPBindR26Entry  1 }

  cfgSIPBindR26NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cfgSIPBindR26Entry  2 }

  cfgSIPBindR26CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cfgSIPBindR26Entry  3 }

  cfgSIPBindR26BindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Binding Index'.
                  This is an index field."
    ::= { cfgSIPBindR26Entry  4 }

  cfgSIPBindR26Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { cfgSIPBindR26Entry  5 }

  cfgSIPBindR26CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { cfgSIPBindR26Entry  6 }

  cfgSIPBindR26CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { cfgSIPBindR26Entry  7 }

  cfgSIPBindR26CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { cfgSIPBindR26Entry  8 }

  cfgSIPBindR26CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { cfgSIPBindR26Entry  9 }

  cfgSIPBindR26CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { cfgSIPBindR26Entry  10 }

  cfgSIPBindR26CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { cfgSIPBindR26Entry  11 }

  cfgSIPBindR26Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   subscriber(1),
                   applicationServer(2),
                   trunk(3),
                   registrar(4),
                   iMSCore(5),
                   aGCPBX(6)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'."
    DEFVAL       { subscriber }
    ::= { cfgSIPBindR26Entry  12 }

  cfgSIPBindR26UseDNIdentification OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use DN for identification'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  13 }

  cfgSIPBindR26SIPAuthenticationReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP authentication required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  14 }

  cfgSIPBindR26SIPUserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP user name'."
    ::= { cfgSIPBindR26Entry  15 }

  cfgSIPBindR26SIPDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP domain name'."
    ::= { cfgSIPBindR26Entry  16 }

  cfgSIPBindR26NewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New SIP password'."
    ::= { cfgSIPBindR26Entry  17 }

  cfgSIPBindR26ConfirmNewSIPPassword OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new SIP password'."
    ::= { cfgSIPBindR26Entry  18 }

  cfgSIPBindR26ContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR26Entry  19 }

  cfgSIPBindR26ContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR26Entry  20 }

  cfgSIPBindR26ProxyIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR26Entry  21 }

  cfgSIPBindR26ProxyIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR26Entry  22 }

  cfgSIPBindR26TransportProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   uDP(1),
                   tCP(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport protocol'."
    DEFVAL       { uDP }
    ::= { cfgSIPBindR26Entry  23 }

  cfgSIPBindR26I1MediaGatewayModelNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR26Entry  24 }

  cfgSIPBindR26I2MediaGatewayModelNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Network Element'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR26Entry  25 }

  cfgSIPBindR26I3MediaGatewayModelCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR26Entry  26 }

  cfgSIPBindR26I4MediaGatewayModelModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Media Gateway model',
                  This field represents index 'Model index'
                  in referenced type 'BOOMediaGatewayModelSE'."
    ::= { cfgSIPBindR26Entry  27 }

  cfgSIPBindR26Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  28 }

  cfgSIPBindR26UseStaticNATMapping OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use static NAT mapping'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  29 }

  cfgSIPBindR26MaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum call appearances'."
    DEFVAL       { 24 }
    ::= { cfgSIPBindR26Entry  30 }

  cfgSIPBindR26AllowMaxConcurrHighBandwidthCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum concurrent high bandwidth call appearances allowed'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR26Entry  31 }

  cfgSIPBindR26ConcurrNumCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of call appearances in use'."
    ::= { cfgSIPBindR26Entry  32 }

  cfgSIPBindR26ConcurrNumHighBandwidthCallAppearancesInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Current number of high bandwidth call appearances in use'."
    ::= { cfgSIPBindR26Entry  33 }

  cfgSIPBindR26DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { cfgSIPBindR26Entry  34 }

  cfgSIPBindR26LastCallFailCause OBJECT-TYPE
    SYNTAX       INTEGER {
                   noFailure(1207959552),
                   callRedirected(1207959553),
                   sIPAuthorizationFailed(1207959554),
                   subscriberBusy(1207959555),
                   unspecified(1207959556),
                   invalidSIPAddress(1207959557),
                   unsupportedSIPREGISTERQuery(1207959558),
                   rEGISTERExpiryIntervalTooBrief(1207959559),
                   invalidOrMissingSDPBody(1207959560),
                   maximumCallAppearanceLimitReached(1207959561),
                   noContactIPAddressRegistered(1207959562),
                   sIPAuthorizationError(1207959563),
                   sIPRegistrationInProgress(1207959564),
                   mediaRenegotiationFailed(1207959565),
                   subscriberNotContactable(1207959566),
                   invalidISUPBody(1207959567),
                   maximumTrunkCallLimitReached(1207959568),
                   invalidOrMissingUserAgentHeader(1207959569),
                   invalidSenderIPAddress(1207959570),
                   errorParsingXMLTariffInformation(1207959571),
                   callBlocked(1207959572)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - cause'."
    ::= { cfgSIPBindR26Entry  35 }

  cfgSIPBindR26LastCallFailTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last call failure - timestamp'."
    ::= { cfgSIPBindR26Entry  36 }

  cfgSIPBindR26LastCallFailLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last call failure - log correlator'."
    ::= { cfgSIPBindR26Entry  37 }

  cfgSIPBindR26DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { cfgSIPBindR26Entry  38 }

  cfgSIPBindR26DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  39 }

  cfgSIPBindR26DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { cfgSIPBindR26Entry  40 }

  cfgSIPBindR26ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { cfgSIPBindR26Entry  41 }

  cfgSIPBindR26ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { cfgSIPBindR26Entry  42 }

  cfgSIPBindR26ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { cfgSIPBindR26Entry  43 }

  cfgSIPBindR26ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { cfgSIPBindR26Entry  44 }

  cfgSIPBindR26ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { cfgSIPBindR26Entry  45 }

  cfgSIPBindR26ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { cfgSIPBindR26Entry  46 }

  cfgSIPBindR26DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR26Entry  47 }

  cfgSIPBindR26RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { cfgSIPBindR26Entry  48 }

  cfgSIPBindR26AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR26Entry  49 }

  cfgSIPBindR26OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { cfgSIPBindR26Entry  50 }

  cfgSIPBindR26PollPeerDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll peer device'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  56 }

  cfgSIPBindR26PollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR26Entry  57 }

  cfgSIPBindR26AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cfgSIPBindR26Entry  60 }

  cfgSIPBindR26AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { cfgSIPBindR26Entry  61 }

  cfgSIPBindR26AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cfgSIPBindR26Entry  62 }

  cfgSIPBindR26AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cfgSIPBindR26Entry  63 }

  cfgSIPBindR26AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cfgSIPBindR26Entry  64 }

  cfgSIPBindR26I1SIPBindingLocationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR26Entry  65 }

  cfgSIPBindR26I2SIPBindingLocationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR26Entry  66 }

  cfgSIPBindR26I3SIPBindingLocationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR26Entry  67 }

  cfgSIPBindR26I4SIPBindingLocationLocationIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway',
                  This field represents index
                  'location index'
                  in referenced type 'BOOLocationSE'."
    ::= { cfgSIPBindR26Entry  68 }

  cfgSIPBindR26SIPBindingLocationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred location of Trunk Gateway'.
                  This field represents the fixed
                  values that Preferred location of Trunk Gateway
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR26Entry  69 }

  cfgSIPBindR26SIPProtOptsSIPType OBJECT-TYPE
    SYNTAX       INTEGER {
                   basicSIP(1),
                   sIPT(2),
                   sIPI(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - SIP type'."
    DEFVAL       { basicSIP }
    ::= { cfgSIPBindR26Entry  76 }

  cfgSIPBindR26SIPProtOptsDisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  77 }

  cfgSIPBindR26SIPProtOptsUseISUPCldAddrPfxInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  78 }

  cfgSIPBindR26ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - active hop counting'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  79 }

  cfgSIPBindR26SIPProtOptsAcceptTNSParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - accept TNS parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  80 }

  cfgSIPBindR26SIPProtOptsUSIParamCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - USI parameter coding type'."
    DEFVAL       { speech }
    ::= { cfgSIPBindR26Entry  81 }

  cfgSIPBindR26SIPProtOptsInclChgeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include charge number and outgoing line information'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  82 }

  cfgSIPBindR26SIPProtOptsInclJurisdictionInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include jurisdiction information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  83 }

  cfgSIPBindR26SIPPrtOpsIncRdrctNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirecting number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  84 }

  cfgSIPBindR26SIPPrtOpsIncRdrctInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirection information parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  85 }

  cfgSIPBindR26SIPProtOptsInclOrigCldNumParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include original called number parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  86 }

  cfgSIPBindR26SIPProtOptsInclAccessTransportParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include access transport parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  87 }

  cfgSIPBindR26SIPPrtOpsIncGnrcAddParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic address parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  88 }

  cfgSIPBindR26SIPPrtOpsIncGnrcNameParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include generic name parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  89 }

  cfgSIPBindR26SIPProtOptsIncPartyInfoParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include party information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  90 }

  cfgSIPBindR26SIPPrtOpsIncRdrctCapbtyParam OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include redirect capability parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  91 }

  cfgSIPBindR26SIPProtOptsInclCIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include CIP parameter'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  92 }

  cfgSIPBindR26SIPProtOptsMIMEVersionParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME version parameter'."
    ::= { cfgSIPBindR26Entry  93 }

  cfgSIPBindR26SIPProtOptsMIMEHandlingParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME handling parameter'."
    ::= { cfgSIPBindR26Entry  94 }

  cfgSIPBindR26SuppressRedirectionInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Suppress redirection information'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  101 }

  cfgSIPBindR26ForceVldnRedirectionNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force validation of redirection number'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  102 }

  cfgSIPBindR26SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  103 }

  cfgSIPBindR26SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  104 }

  cfgSIPBindR26SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  105 }

  cfgSIPBindR26SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  106 }

  cfgSIPBindR26SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  107 }

  cfgSIPBindR26SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  108 }

  cfgSIPBindR26SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  109 }

  cfgSIPBindR26SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  110 }

  cfgSIPBindSDActR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  112 }

  cfgSIPBindSDDefR26SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { cfgSIPBindR26Entry  113 }

  cfgSIPBindR26SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  114 }

  cfgSIPBindR26UseCallerNameProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use caller name provided by SIP device'."
    ::= { cfgSIPBindR26Entry  120 }

  cfgSIPBindR26PlayAnnouncesWhenErrConditionsOccur OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Play announcements when error conditions occur'."
    ::= { cfgSIPBindR26Entry  121 }

  cfgSIPBindR26StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { cfgSIPBindR26Entry  122 }

  cfgSIPBindR26I1ESAProtDomNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR26Entry  123 }

  cfgSIPBindR26I2ESAProtDomNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR26Entry  124 }

  cfgSIPBindR26I3ESAProtDomCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR26Entry  125 }

  cfgSIPBindR26I4ESAProtDomESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain',
                  This field represents index 'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'."
    ::= { cfgSIPBindR26Entry  126 }

  cfgSIPBindR26ESAProtDomOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'ESA Protection Domain'.
                  This field represents the fixed
                  values that ESA Protection Domain
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR26Entry  127 }

  cfgSIPBindR26CFSCtrlStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   controlling(1),
                   abandoned(2),
                   cautiouslyControlling(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Feature Server control status'."
    ::= { cfgSIPBindR26Entry  128 }

  cfgSIPBindR26PerformTranslationsOnRedirectedNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Perform translations on redirected numbers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  129 }

  cfgSIPBindR26MaxNumUntranslatedRedirections OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of untranslated redirections'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR26Entry  130 }

  cfgSIPBindR26RtnCodesPreventingCallRedirection OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Return codes preventing call redirection'."
    ::= { cfgSIPBindR26Entry  131 }

  cfgSIPBindR26SIPProtOptsUserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - user to user information parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  132 }

  cfgSIPBindR26IPAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'IP address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  133 }

  cfgSIPBindR26VirtualTrnkGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk group ID'."
    ::= { cfgSIPBindR26Entry  134 }

  cfgSIPBindR26VirtualTrnkCxt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..40))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Virtual trunk context'."
    ::= { cfgSIPBindR26Entry  135 }

  cfgSIPBindR26SIPProtOptsIncBusGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include Business Group parameter'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  136 }

  cfgSIPBindR26I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR26Entry  137 }

  cfgSIPBindR26I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR26Entry  138 }

  cfgSIPBindR26I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { cfgSIPBindR26Entry  139 }

  cfgSIPBindR26FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cfgSIPBindR26Entry  140 }

  cfgSIPBindR26ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   sIPTrunk(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { cfgSIPBindR26Entry  141 }

  cfgSIPBindR26AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  142 }

  cfgSIPBindR26SupportedInTrnkGpParmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported incoming trunk group parameter type'."
    DEFVAL       { none }
    ::= { cfgSIPBindR26Entry  143 }

  cfgSIPBindR26TrnkGpParmTypeOnOutMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   tgrpTrunkContext(2),
                   otgDtg(3),
                   xNortelProfile(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Trunk group parameter type on outgoing messages'."
    DEFVAL       { none }
    ::= { cfgSIPBindR26Entry  144 }

  cfgSIPBindR26I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR26Entry  145 }

  cfgSIPBindR26I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR26Entry  146 }

  cfgSIPBindR26I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { cfgSIPBindR26Entry  147 }

  cfgSIPBindR26SIPProtOptsMIMEBaseParam OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - MIME base parameter'."
    ::= { cfgSIPBindR26Entry  148 }

  cfgSIPBindR26LearnsContactDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Learns contact details'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  149 }

  cfgSIPBindR26ContactURI OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact URI'."
    ::= { cfgSIPBindR26Entry  150 }

  cfgSIPBindR26ContactName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..376))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact name'."
    ::= { cfgSIPBindR26Entry  151 }

  cfgSIPBindR26ContactExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact expiry time'."
    ::= { cfgSIPBindR26Entry  152 }

  cfgSIPBindR26MaxPermittedContactRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2073600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum permitted contact refresh interval'."
    DEFVAL       { 86400 }
    ::= { cfgSIPBindR26Entry  153 }

  cfgSIPBindR26SelNewTrnkOn3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Select new trunk on 3xx response'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  154 }

  cfgSIPBindR26UseNormalTrnkRtgTblsToMatchTgId OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use normal trunk routing tables to match TG ID'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  155 }

  cfgSIPBindR26SDActSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { iPv4 }
    ::= { cfgSIPBindR26Entry  156 }

  cfgSIPBindR26SDDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                   iPv4(1),
                   iPv6(2),
                   dualStackPreferIPv4(3),
                   dualStackPreferIPv6(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { cfgSIPBindR26Entry  157 }

  cfgSIPBindR26SDUseDefSupportedPreferredMediaAddrFamilies OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Supported/preferred media address families'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  158 }

  cfgSIPBindR26ContactAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR26Entry  159 }

  cfgSIPBindR26ContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR26Entry  160 }

  cfgSIPBindR26ProxyAddrScheme OBJECT-TYPE
    SYNTAX       INTEGER {
                   domainNameSRVLookup(1),
                   iPAddressAndPort(2),
                   domainNameNAPTRLookup(3),
                   domainNameAAAAALookup(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy address scheme'.
                  This field is not writable when active."
    DEFVAL       { domainNameSRVLookup }
    ::= { cfgSIPBindR26Entry  161 }

  cfgSIPBindR26ProxyDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Proxy domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR26Entry  162 }

  cfgSIPBindR26PollCallPaths OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll call paths'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  163 }

  cfgSIPBindR26SignalClgPartyLATAOnOutboundRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Signal calling party LATA on outbound requests'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  164 }

  cfgSIPBindR26AddtlInboundContactIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound contact IP addresses'."
    ::= { cfgSIPBindR26Entry  165 }

  cfgSIPBindR26AddtlInboundProxyIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1160))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional inbound proxy IP addresses'."
    ::= { cfgSIPBindR26Entry  166 }

  cfgSIPBindR26PollServRoutes OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll service-routes'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  167 }

  cfgSIPBindR26ServRoutePollingInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service-Route polling interval'."
    DEFVAL       { 30 }
    ::= { cfgSIPBindR26Entry  168 }

  cfgSIPBindR26SubReregTrggrsRespCods OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - response codes'."
    ::= { cfgSIPBindR26Entry  169 }

  cfgSIPBindR26SubReregTrggrsInviteTimeOut OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - INVITE time-out'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  170 }

  cfgSIPBindR26SubReregTrggrsDelayedCallerHangUp OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - delayed caller hang-up'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  171 }

  cfgSIPBindR26SubReregTrggrsMinCallerHangUpDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber re-register triggers - minimum caller hang-up delay'."
    DEFVAL       { 3 }
    ::= { cfgSIPBindR26Entry  172 }

  cfgSIPBindR26ICSCFContactIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR26Entry  173 }

  cfgSIPBindR26ICSCFContactIPPort OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..65535 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact IP port'.
                  This field is not writable when active."
    DEFVAL       { 5060 }
    ::= { cfgSIPBindR26Entry  174 }

  cfgSIPBindR26ICSCFContactDomainName OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'I-CSCF contact domain name'.
                  This field is not writable when active."
    ::= { cfgSIPBindR26Entry  175 }

  cfgSIPBindR26TransparentHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transparent headers'."
    ::= { cfgSIPBindR26Entry  176 }

  cfgSIPBindR26OutboundRouteHeaderUserPart OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound route header user part'."
    ::= { cfgSIPBindR26Entry  177 }

  cfgSIPBindR26SIPProtOptsISUPVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   argentine(7),
                   australianCA30(49),
                   australianG500(45),
                   bolivian(20),
                   brazilian(44),
                   chilean(19),
                   colombian(10),
                   costaRican(24),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   finnish(50),
                   french(29),
                   germanGatewayISUP163TR76(43),
                   germanZZN7(47),
                   honduran(25),
                   hongKong(26),
                   italian(22),
                   iTUTQ7671991(23),
                   iTUT1997(4),
                   mexican(21),
                   newZealand(48),
                   singapore(46),
                   taiwanese(28),
                   uK(2),
                   vietnamese(27)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - ISUP variant'."
    DEFVAL       { iTUT1997 }
    ::= { cfgSIPBindR26Entry  178 }

  cfgSIPBindR26SIPProtOptsIncConnectedNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - include connected number'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  179 }

  cfgSIPBindR26SIPProtOptsGenerateConfusion OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - generate confusion'."
    ::= { cfgSIPBindR26Entry  180 }

  cfgSIPBindR26SIPProtOptsGIsupRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - G-ISUP role'."
    DEFVAL       { t4 }
    ::= { cfgSIPBindR26Entry  181 }

  cfgSIPBindR26SIPProtOptsT6TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2500..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T6 / TSUS,r timer duration'."
    ::= { cfgSIPBindR26Entry  182 }

  cfgSIPBindR26SIPProtOptsT38TimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 120000..180000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - T38 timer duration'."
    DEFVAL       { 150000 }
    ::= { cfgSIPBindR26Entry  183 }

  cfgSIPBindR26SIPProtOptsSUSTimerDurn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 14000..16000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - SUS timer duration'."
    DEFVAL       { 15000 }
    ::= { cfgSIPBindR26Entry  184 }

  cfgSIPBindR26SIPProtOptsRemIsupParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - remove ISUP parameters'."
    ::= { cfgSIPBindR26Entry  185 }

  cfgSIPBindR26UseCustomSIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use custom SIP INVITE response timeout'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  186 }

  cfgSIPBindR26SIPINVITEResponseTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP INVITE response timeout'."
    DEFVAL       { 10 }
    ::= { cfgSIPBindR26Entry  187 }

  cfgSIPBindR26AutoRecovery OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  188 }

  cfgSIPBindR26AutoRecoveryInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic recovery interval'."
    DEFVAL       { 300 }
    ::= { cfgSIPBindR26Entry  189 }

  cfgSIPBindR26SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsMediaType(1),
                   iPv4(2),
                   iPv6(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'."
    DEFVAL       { sameAsMediaType }
    ::= { cfgSIPBindR26Entry  190 }

  cfgSIPBindR26ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { cfgSIPBindR26Entry  191 }

  cfgSIPBindR26PBXAppServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Application Server'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  192 }

  cfgSIPBindR26NoDTMFHubIfNotTermMedia OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'No DTMF hub if not terminating media'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  193 }

  cfgSIPBindR26MediaIPAddr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..58))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media IP address'.
                  This field is not writable when active."
    ::= { cfgSIPBindR26Entry  194 }

  cfgSIPBindR26UseMediaIPAddrNetwkNodeAssignment OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use media IP address for Network Node assignment'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  195 }

  cfgSIPBindR26SIPPrtOptsUseISUPClDetails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - use ISUP calling details'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  196 }

  cfgSIPBindR26SIPProtOptsSuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  197 }

  cfgSIPBindR26DNIDInE164Format OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DN ID in E.164 format'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  198 }

  cfgSIPBindR26ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { cfgSIPBindR26Entry  199 }

  cfgSIPBindR26Treatment3xxTGParmsUsedRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   discardTGParametersUsedForRouting(1),
                   alwaysPreserveTGParameters(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Treatment of 3xx TG parameters used for routing'."
    DEFVAL       { discardTGParametersUsedForRouting }
    ::= { cfgSIPBindR26Entry  200 }

  cfgSIPBindR26SIPProtOptsHonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  201 }

  cfgSIPBindR26StatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics enabled'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  202 }

  cfgSIPBindR26ContactAddrMatchReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Contact address match required'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  203 }

  cfgSIPBindR26AllowBothDNAndTGChangesInSingleTFL3xxResponse OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow both DN and TG changes in single TFL 3xx response'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  204 }

  cfgSIPBindR26RouteDirectlyOnTGIDTFLResponses OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Route directly on TG ID for TFL responses'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  205 }

  cfgSIPBindR26UseProxyIPOnTCPAppServers OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use Proxy IP On TCP App Servers'."
    DEFVAL       { true }
    ::= { cfgSIPBindR26Entry  206 }

  cfgSIPBindR26SIPProtOptsTrnkRoleCliAbnp OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   externalETS(2),
                   externalOther(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP protocol options - Trunk role (CLI/ABNP)'."
    DEFVAL       { none }
    ::= { cfgSIPBindR26Entry  207 }

  cfgSIPBindR26SIPProtOptsAbnpVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP protocol options - ABNP value'."
    DEFVAL       { 0 }
    ::= { cfgSIPBindR26Entry  208 }

  cfgSIPBindR26UseSTIRSHAKENParmsProvidedBySIPDevice OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use STIR / SHAKEN parameters provided by SIP device'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  209 }

  cfgSIPBindR26CallGuardianAuthenticationHub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Guardian Authentication Hub'."
    DEFVAL       { false }
    ::= { cfgSIPBindR26Entry  210 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISDN Primary Rate Interface'                                */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  iSDNPRIR14Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISDNPRIR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISDN Primary Rate Interfaces'."
    ::= { metaSwitch  2765 }

  iSDNPRIR14Entry OBJECT-TYPE
    SYNTAX       ISDNPRIR14Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSDNPRIR14NEConn,
             iSDNPRIR14NetwkElement,
             iSDNPRIR14CFSIx,
             iSDNPRIR14ISDNIx,
             iSDNPRIR14PRIIx }
    ::= {  iSDNPRIR14Table  1  }

  ISDNPRIR14Entry  ::=  SEQUENCE
  {
    iSDNPRIR14NEConn                   Unsigned32,
    iSDNPRIR14NetwkElement             DisplayString,
    iSDNPRIR14CFSIx                    Unsigned32,
    iSDNPRIR14ISDNIx                   Unsigned32,
    iSDNPRIR14PRIIx                    Unsigned32,
    iSDNPRIR14I1PRIProfNEConn          Unsigned32,
    iSDNPRIR14I2PRIProfNetwkElement    DisplayString,
    iSDNPRIR14I3PRIProfCFSIx           Unsigned32,
    iSDNPRIR14I4PRIProfISDNIx          Unsigned32,
    iSDNPRIR14I5PRIProfInterfaceType   INTEGER,
    iSDNPRIR14I6PRIProfProfIx          Unsigned32,
    iSDNPRIR14Desc                     DisplayString,
    iSDNPRIR14CustInfo                 DisplayString,
    iSDNPRIR14NFASInterface            INTEGER,
    iSDNPRIR14DChanBackupAvail         INTEGER,
    iSDNPRIR14I1PrimaryDChanDS1NEConn  Unsigned32,
    iSDNPRIR14I2PrimaryDChanDS1NetwkElement
                                       DisplayString,
    iSDNPRIR14I3PrimaryDChanDS1CFSIx   Unsigned32,
    iSDNPRIR14I4PrimaryDChanDS1ISDNIx  Unsigned32,
    iSDNPRIR14I5PrimaryDChanDS1PRIIx   Unsigned32,
    iSDNPRIR14I6PrimaryDChanDS1DS1Ix   Unsigned32,
    iSDNPRIR14PrimaryDChanDS1OtherVals INTEGER,
    iSDNPRIR14PrimaryDChanDS0          INTEGER,
    iSDNPRIR14I1PrimaryDChanSCTPAssociationNEConn
                                       Unsigned32,
    iSDNPRIR14I2PrimaryDChanSCTPAssociationNetwkElement
                                       DisplayString,
    iSDNPRIR14I3PrimaryDChanSCTPAssociationCFSIx
                                       Unsigned32,
    iSDNPRIR14I4PrimaryDChanSCTPAssociationGatewayIx
                                       Unsigned32,
    iSDNPRIR14I5PrimaryDChanSCTPAssociationPortIx
                                       Unsigned32,
    iSDNPRIR14PrimaryDChanSCTPAssociationOtherVals
                                       INTEGER,
    iSDNPRIR14PrimaryDChanStatus       INTEGER,
    iSDNPRIR14I1SecondaryDChanDS1NEConn
                                       Unsigned32,
    iSDNPRIR14I2SecondaryDChanDS1NetwkElement
                                       DisplayString,
    iSDNPRIR14I3SecondaryDChanDS1CFSIx Unsigned32,
    iSDNPRIR14I4SecondaryDChanDS1ISDNIx
                                       Unsigned32,
    iSDNPRIR14I5SecondaryDChanDS1PRIIx Unsigned32,
    iSDNPRIR14I6SecondaryDChanDS1DS1Ix Unsigned32,
    iSDNPRIR14SecondaryDChanDS1OtherVals
                                       INTEGER,
    iSDNPRIR14SecondaryDChanDS0        INTEGER,
    iSDNPRIR14I1SecondaryDChanSCTPAssociationNEConn
                                       Unsigned32,
    iSDNPRIR14I2SecondaryDChanSCTPAssociationNetwkElement
                                       DisplayString,
    iSDNPRIR14I3SecondaryDChanSCTPAssociationCFSIx
                                       Unsigned32,
    iSDNPRIR14I4SecondaryDChanSCTPAssociationGatewayIx
                                       Unsigned32,
    iSDNPRIR14I5SecondaryDChanSCTPAssociationPortIx
                                       Unsigned32,
    iSDNPRIR14SecondaryDChanSCTPAssociationOtherVals
                                       INTEGER,
    iSDNPRIR14SecondaryDChanStatus     INTEGER,
    iSDNPRIR14OverallDChanStatus       INTEGER,
    iSDNPRIR14SupportedBearerCapabilities
                                       BITS,
    iSDNPRIR14BearerCapabilitiesWithNoPrimarySub
                                       BITS,
    iSDNPRIR14ChanAllocationPolicy     INTEGER,
    iSDNPRIR14RingbackSupported        INTEGER,
    iSDNPRIR14ClgNumReqd               INTEGER,
    iSDNPRIR14NumRefgSubs              Unsigned32,
    iSDNPRIR14DeactivnMode             INTEGER,
    iSDNPRIR14CfgdPrimaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR14ActualPrimaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR14CfgdSecondaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR14ActualSecondaryDChanIUASCTPIdentifier
                                       Unsigned32,
    iSDNPRIR14AlrmState                INTEGER,
    iSDNPRIR14AlrmStateTimestamp       Unsigned32,
    iSDNPRIR14AlrmEvtsAttnRqLogCorr    Counter64,
    iSDNPRIR14AddtlAlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSDNPRIR14AlrmEvtsAttnRq           Integer32,
    iSDNPRIR14AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    iSDNPRIR14AlrmEvtsAtndDpLogCorr    Counter64,
    iSDNPRIR14AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSDNPRIR14AlrmEvtsAtndDp           Integer32,
    iSDNPRIR14AlrmEvtsAtndDpResetTimestamp
                                       Unsigned32,
    iSDNPRIR14ISDNPRIDS1AlrmsAttnRq    Integer32,
    iSDNPRIR14ISDNPRIDS1AlrmEvtsAttnRq Integer32,
    iSDNPRIR14ISDNPRIDS1AlrmsAtndDp    Integer32,
    iSDNPRIR14ISDNPRIDS1AlrmEvtsAtndDp Integer32,
    iSDNPRIR14DiagsLogLvl              INTEGER,
    iSDNPRIR14DiagsAPITraceEnabled     INTEGER,
    iSDNPRIR14DiagsAPITraceTag         DisplayString,
    iSDNPRIR14SummaryChldAlrmState     INTEGER,
    iSDNPRIR14ExportNumObjectsExported Integer32,
    iSDNPRIR14ExportStatus             DisplayString,
    iSDNPRIR14ExportFile               DisplayString,
    iSDNPRIR14ExportCorr               Counter64,
    iSDNPRIR14ExportCorrNode           DisplayString,
    iSDNPRIR14ExportCorrUID            DisplayString,
    iSDNPRIR14DoExtraActions           INTEGER,
    iSDNPRIR14RowStatus                RowStatus,
    iSDNPRIR14AdminStatus              AdminStatus,
    iSDNPRIR14OperStatus               OperStatus,
    iSDNPRIR14CustInfo2                DisplayString,
    iSDNPRIR14CustInfo3                DisplayString,
    iSDNPRIR14CustInfo4                DisplayString,
    iSDNPRIR14CustInfo5                DisplayString,
    iSDNPRIR14CustInfo6                DisplayString,
    iSDNPRIR14Usage                    INTEGER,
    iSDNPRIR14TrnkGpNum                Unsigned32,
    iSDNPRIR14NetwkNum                 Unsigned32,
    iSDNPRIR14ForceEchoCancellationOnInboundCalls
                                       INTEGER,
    iSDNPRIR14SupportedCallDirections  INTEGER,
    iSDNPRIR14DirectIXCConn            INTEGER,
    iSDNPRIR14BAFBillInTermCDRType     INTEGER,
    iSDNPRIR14BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSDNPRIR14BAFBillInTandemCDRType   INTEGER,
    iSDNPRIR14BAFBillOutOrigingCDRType INTEGER,
    iSDNPRIR14BAFBillOutTandemCDRType  INTEGER,
    iSDNPRIR14BAFCNABllInCllsCIC       Unsigned32,
    iSDNPRIR14BAFCNABllInCllsCNABillNum
                                       DisplayString,
    iSDNPRIR14BAFCNABllInCllsIncClgNum INTEGER,
    iSDNPRIR14BChanRestartState        INTEGER,
    iSDNPRIR14Trusted                  INTEGER,
    iSDNPRIR14RcvGain                  INTEGER,
    iSDNPRIR14XmitGain                 INTEGER,
    iSDNPRIR14AllowTwoBChanXferInTBCTRequests
                                       INTEGER,
    iSDNPRIR14TwoBChanXferSendTBCTNotifToCtrler
                                       INTEGER,
    iSDNPRIR14FaultMonitoringLvl       INTEGER,
    iSDNPRIR14CFMLvlOnApply            INTEGER,
    iSDNPRIR14AllowTwoBChanXferOutTBCTRequests
                                       INTEGER,
    iSDNPRIR14TwoBChanXferOutTBCTRequestGpID
                                       Unsigned32,
    iSDNPRIR14StatisticsAlrms          Integer32,
    iSDNPRIR14DS1Type                  INTEGER,
    iSDNPRIR14I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSDNPRIR14I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSDNPRIR14I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSDNPRIR14FaultMonitoringProfOtherVals
                                       INTEGER,
    iSDNPRIR14ApplyFMPToReltdObjectTypes
                                       BITS,
    iSDNPRIR14AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSDNPRIR14RestrictRedirectingNums  INTEGER,
    iSDNPRIR14XMLBillTrnkAccountingRef DisplayString,
    iSDNPRIR14ExportIncASRepData       INTEGER,
    iSDNPRIR14ExportChldObjectsToInc   INTEGER,
    iSDNPRIR14STIRSHAKENAttestationLvl INTEGER,
    iSDNPRIR14STIRSHAKENOriginationID  DisplayString
  }

  iSDNPRIR14NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSDNPRIR14Entry  1 }

  iSDNPRIR14NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSDNPRIR14Entry  2 }

  iSDNPRIR14CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSDNPRIR14Entry  3 }

  iSDNPRIR14ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISDN index'.
                  This is an index field."
    ::= { iSDNPRIR14Entry  4 }

  iSDNPRIR14PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Index'.
                  This is an index field."
    ::= { iSDNPRIR14Entry  5 }

  iSDNPRIR14I1PRIProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR14Entry  6 }

  iSDNPRIR14I2PRIProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR14Entry  7 }

  iSDNPRIR14I3PRIProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR14Entry  8 }

  iSDNPRIR14I4PRIProfISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR14Entry  9 }

  iSDNPRIR14I5PRIProfInterfaceType OBJECT-TYPE
    SYNTAX       INTEGER {
                   primaryRate(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Interface type'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR14Entry  10 }

  iSDNPRIR14I6PRIProfProfIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary Rate Interface Profile',
                  This field represents index 'Profile index'
                  in referenced type 'BOOISDNInterfaceProfileSE'."
    ::= { iSDNPRIR14Entry  11 }

  iSDNPRIR14Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSDNPRIR14Entry  12 }

  iSDNPRIR14CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { iSDNPRIR14Entry  13 }

  iSDNPRIR14NFASInterface OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'NFAS interface'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  14 }

  iSDNPRIR14DChanBackupAvail OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'D-channel backup available'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  15 }

  iSDNPRIR14I1PrimaryDChanDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  16 }

  iSDNPRIR14I2PrimaryDChanDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  17 }

  iSDNPRIR14I3PrimaryDChanDS1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  18 }

  iSDNPRIR14I4PrimaryDChanDS1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  19 }

  iSDNPRIR14I5PrimaryDChanDS1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  20 }

  iSDNPRIR14I6PrimaryDChanDS1DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1',
                  This field represents index 'DS1 index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  21 }

  iSDNPRIR14PrimaryDChanDS1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel DS1'.
                  This field represents the fixed
                  values that Primary D-channel DS1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  22 }

  iSDNPRIR14PrimaryDChanDS0 OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary D-channel DS0'.
                  This field is not writable when active."
    ::= { iSDNPRIR14Entry  23 }

  iSDNPRIR14I1PrimaryDChanSCTPAssociationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  24 }

  iSDNPRIR14I2PrimaryDChanSCTPAssociationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  25 }

  iSDNPRIR14I3PrimaryDChanSCTPAssociationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  26 }

  iSDNPRIR14I4PrimaryDChanSCTPAssociationGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Gateway Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  27 }

  iSDNPRIR14I5PrimaryDChanSCTPAssociationPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  28 }

  iSDNPRIR14PrimaryDChanSCTPAssociationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Primary D-channel SCTP Association'.
                  This field represents the fixed
                  values that Primary D-channel SCTP Association
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  29 }

  iSDNPRIR14PrimaryDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   inactiveMediaDown(2),
                   inactiveSignalingFailure(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Primary D-channel status'."
    ::= { iSDNPRIR14Entry  30 }

  iSDNPRIR14I1SecondaryDChanDS1NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  31 }

  iSDNPRIR14I2SecondaryDChanDS1NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Network Element'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  32 }

  iSDNPRIR14I3SecondaryDChanDS1CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  33 }

  iSDNPRIR14I4SecondaryDChanDS1ISDNIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'ISDN index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  34 }

  iSDNPRIR14I5SecondaryDChanDS1PRIIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'Index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  35 }

  iSDNPRIR14I6SecondaryDChanDS1DS1Ix OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..20 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1',
                  This field represents index 'DS1 index'
                  in referenced type 'BOOISDNPRIDS1SE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  36 }

  iSDNPRIR14SecondaryDChanDS1OtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel DS1'.
                  This field represents the fixed
                  values that Secondary D-channel DS1
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  37 }

  iSDNPRIR14SecondaryDChanDS0 OBJECT-TYPE
    SYNTAX       INTEGER ( 1..31 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary D-channel DS0'.
                  This field is not writable when active."
    ::= { iSDNPRIR14Entry  38 }

  iSDNPRIR14I1SecondaryDChanSCTPAssociationNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  39 }

  iSDNPRIR14I2SecondaryDChanSCTPAssociationNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  40 }

  iSDNPRIR14I3SecondaryDChanSCTPAssociationCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  41 }

  iSDNPRIR14I4SecondaryDChanSCTPAssociationGatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Gateway Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  42 }

  iSDNPRIR14I5SecondaryDChanSCTPAssociationPortIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association',
                  This field represents index
                  'Index'
                  in referenced type 'BOOISDNSCTPAssocSE'.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  43 }

  iSDNPRIR14SecondaryDChanSCTPAssociationOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Secondary D-channel SCTP Association'.
                  This field represents the fixed
                  values that Secondary D-channel SCTP Association
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This field is not valid at creation time."
    ::= { iSDNPRIR14Entry  44 }

  iSDNPRIR14SecondaryDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   inactiveMediaDown(2),
                   inactiveSignalingFailure(3),
                   active(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Secondary D-channel status'."
    ::= { iSDNPRIR14Entry  45 }

  iSDNPRIR14OverallDChanStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(1),
                   primaryChannelActive(2),
                   secondaryChannelActive(3),
                   inactive(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Overall D-channel status'."
    ::= { iSDNPRIR14Entry  46 }

  iSDNPRIR14SupportedBearerCapabilities OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported bearer capabilities'.
                  This field is not writable when active."
    DEFVAL       { {speechOr31kHzAudio, sixtyFourKBitsPerSecondData, fiftySixKBitsPerSecondData, sixtyFourKbpsRestricted} }
    ::= { iSDNPRIR14Entry  47 }

  iSDNPRIR14BearerCapabilitiesWithNoPrimarySub OBJECT-TYPE
    SYNTAX       BITS {
                   speechOr31kHzAudio(0),
                   sixtyFourKBitsPerSecondData(1),
                   fiftySixKBitsPerSecondData(2),
                   sixtyFourKbpsRestricted(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Bearer capabilities with no primary subscriber'."
    ::= { iSDNPRIR14Entry  48 }

  iSDNPRIR14ChanAllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailableChannel(1),
                   highestAvailableChannel(2),
                   mostIdle(3),
                   leastIdle(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Channel allocation policy'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailableChannel }
    ::= { iSDNPRIR14Entry  49 }

  iSDNPRIR14RingbackSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Far end play ringback'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { iSDNPRIR14Entry  50 }

  iSDNPRIR14ClgNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling number required'."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  51 }

  iSDNPRIR14NumRefgSubs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of referencing subscribers'."
    ::= { iSDNPRIR14Entry  52 }

  iSDNPRIR14DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSDNPRIR14Entry  53 }

  iSDNPRIR14CfgdPrimaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured primary D-channel IUA / SCTP identifier'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { iSDNPRIR14Entry  54 }

  iSDNPRIR14ActualPrimaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Actual primary D-channel IUA / SCTP identifier'."
    ::= { iSDNPRIR14Entry  55 }

  iSDNPRIR14CfgdSecondaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Configured secondary D-channel IUA / SCTP identifier'.
                  Field is not valid at creation time.
                  This field is not writable when active."
    ::= { iSDNPRIR14Entry  56 }

  iSDNPRIR14ActualSecondaryDChanIUASCTPIdentifier OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Actual secondary D-channel IUA / SCTP identifier'."
    ::= { iSDNPRIR14Entry  57 }

  iSDNPRIR14AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSDNPRIR14Entry  58 }

  iSDNPRIR14AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSDNPRIR14Entry  59 }

  iSDNPRIR14AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSDNPRIR14Entry  60 }

  iSDNPRIR14AddtlAlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attention Required'."
    ::= { iSDNPRIR14Entry  61 }

  iSDNPRIR14AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR14Entry  62 }

  iSDNPRIR14AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { iSDNPRIR14Entry  63 }

  iSDNPRIR14AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIR14Entry  64 }

  iSDNPRIR14AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { iSDNPRIR14Entry  65 }

  iSDNPRIR14AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR14Entry  66 }

  iSDNPRIR14AlrmEvtsAtndDpResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { iSDNPRIR14Entry  67 }

  iSDNPRIR14ISDNPRIDS1AlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attention Required alarms'."
    ::= { iSDNPRIR14Entry  68 }

  iSDNPRIR14ISDNPRIDS1AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR14Entry  69 }

  iSDNPRIR14ISDNPRIDS1AlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attend To Dependent alarms'."
    ::= { iSDNPRIR14Entry  70 }

  iSDNPRIR14ISDNPRIDS1AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISDN PRI DS1 Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSDNPRIR14Entry  71 }

  iSDNPRIR14DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSDNPRIR14Entry  72 }

  iSDNPRIR14DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  73 }

  iSDNPRIR14DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSDNPRIR14Entry  74 }

  iSDNPRIR14SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSDNPRIR14Entry  75 }

  iSDNPRIR14ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { iSDNPRIR14Entry  76 }

  iSDNPRIR14ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { iSDNPRIR14Entry  77 }

  iSDNPRIR14ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { iSDNPRIR14Entry  78 }

  iSDNPRIR14ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { iSDNPRIR14Entry  79 }

  iSDNPRIR14ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { iSDNPRIR14Entry  80 }

  iSDNPRIR14ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { iSDNPRIR14Entry  81 }

  iSDNPRIR14DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   restartAllBchannels(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR14Entry  82 }

  iSDNPRIR14RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    DEFVAL       { createAndWait }
    ::= { iSDNPRIR14Entry  83 }

  iSDNPRIR14AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR14Entry  84 }

  iSDNPRIR14OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSDNPRIR14Entry  85 }

  iSDNPRIR14CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { iSDNPRIR14Entry  86 }

  iSDNPRIR14CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { iSDNPRIR14Entry  87 }

  iSDNPRIR14CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { iSDNPRIR14Entry  88 }

  iSDNPRIR14CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { iSDNPRIR14Entry  89 }

  iSDNPRIR14CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { iSDNPRIR14Entry  90 }

  iSDNPRIR14Usage OBJECT-TYPE
    SYNTAX       INTEGER {
                   access(1),
                   trunk(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Usage'.
                  This field is not writable when active."
    DEFVAL       { access }
    ::= { iSDNPRIR14Entry  91 }

  iSDNPRIR14TrnkGpNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSDNPRIR14Entry  92 }

  iSDNPRIR14NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { iSDNPRIR14Entry  93 }

  iSDNPRIR14ForceEchoCancellationOnInboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on inbound calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  96 }

  iSDNPRIR14SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'.
                  This field is not writable when active."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSDNPRIR14Entry  97 }

  iSDNPRIR14DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  98 }

  iSDNPRIR14BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   iSDN0450001(8),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR14Entry  100 }

  iSDNPRIR14BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  101 }

  iSDNPRIR14BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   iSDN0450001(8),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR14Entry  102 }

  iSDNPRIR14BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   iSDN0450001(8),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR14Entry  103 }

  iSDNPRIR14BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   iSDN0450001(8),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSDNPRIR14Entry  104 }

  iSDNPRIR14BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR14Entry  105 }

  iSDNPRIR14BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSDNPRIR14Entry  106 }

  iSDNPRIR14BAFCNABllInCllsIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  107 }

  iSDNPRIR14BChanRestartState OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   inProgress(2),
                   restartFailed(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'B-channel restart state'."
    ::= { iSDNPRIR14Entry  108 }

  iSDNPRIR14Trusted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trusted'."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  115 }

  iSDNPRIR14RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR14Entry  116 }

  iSDNPRIR14XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSDNPRIR14Entry  117 }

  iSDNPRIR14AllowTwoBChanXferInTBCTRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Incoming TBCT requests allowed'."
    DEFVAL       { false }
    ::= { iSDNPRIR14Entry  125 }

  iSDNPRIR14TwoBChanXferSendTBCTNotifToCtrler OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - send TBCT notification to controller'."
    DEFVAL       { true }
    ::= { iSDNPRIR14Entry  126 }

  iSDNPRIR14FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { iSDNPRIR14Entry  141 }

  iSDNPRIR14CFMLvlOnApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { iSDNPRIR14Entry  142 }

  iSDNPRIR14AllowTwoBChanXferOutTBCTRequests OBJECT-TYPE
    SYNTAX       INTEGER {
                   notAllowed(1),
                   allowedWithinPRI(2),
                   allowedWithinPRITBCTGroup(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Outgoing TBCT requests'."
    DEFVAL       { notAllowed }
    ::= { iSDNPRIR14Entry  144 }

  iSDNPRIR14TwoBChanXferOutTBCTRequestGpID OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two B-Channel Transfer - Outgoing TBCT request group ID'."
    ::= { iSDNPRIR14Entry  145 }

  iSDNPRIR14StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSDNPRIR14Entry  146 }

  iSDNPRIR14DS1Type OBJECT-TYPE
    SYNTAX       INTEGER {
                   e1(1),
                   t1(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'DS1 type'."
    ::= { iSDNPRIR14Entry  147 }

  iSDNPRIR14I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR14Entry  148 }

  iSDNPRIR14I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR14Entry  149 }

  iSDNPRIR14I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSDNPRIR14Entry  150 }

  iSDNPRIR14FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSDNPRIR14Entry  151 }

  iSDNPRIR14ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSDNPRIR14Entry  152 }

  iSDNPRIR14AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSDNPRIR14Entry  153 }

  iSDNPRIR14RestrictRedirectingNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   noRestriction(1),
                   useOriginalRedirectingNumberOnly(2),
                   useLastRedirectingNumberOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Restrict Redirecting Number'."
    DEFVAL       { noRestriction }
    ::= { iSDNPRIR14Entry  154 }

  iSDNPRIR14XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSDNPRIR14Entry  155 }

  iSDNPRIR14ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { iSDNPRIR14Entry  156 }

  iSDNPRIR14ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { iSDNPRIR14Entry  157 }

  iSDNPRIR14STIRSHAKENAttestationLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Attestation level'."
    DEFVAL       { c }
    ::= { iSDNPRIR14Entry  158 }

  iSDNPRIR14STIRSHAKENOriginationID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..36))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Origination ID'."
    ::= { iSDNPRIR14Entry  159 }

-- /*********************************************************************************/
-- /* MIB table for SE 'SIP Trunk'                                                  */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  sIPTrunkR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF SIPTrunkR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'SIP Trunks'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2766 }

  sIPTrunkR11Entry OBJECT-TYPE
    SYNTAX       SIPTrunkR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { sIPTrunkR11NEConn,
             sIPTrunkR11NetwkElement,
             sIPTrunkR11CFSIx,
             sIPTrunkR11SIPIx,
             sIPTrunkR11SIPTrnkIx }
    ::= {  sIPTrunkR11Table  1  }

  SIPTrunkR11Entry  ::=  SEQUENCE
  {
    sIPTrunkR11NEConn                  Unsigned32,
    sIPTrunkR11NetwkElement            DisplayString,
    sIPTrunkR11CFSIx                   Unsigned32,
    sIPTrunkR11SIPIx                   Unsigned32,
    sIPTrunkR11SIPTrnkIx               Unsigned32,
    sIPTrunkR11SIPTrnkName             DisplayString,
    sIPTrunkR11Desc                    DisplayString,
    sIPTrunkR11TrnkGpNum               INTEGER,
    sIPTrunkR11NetwkNum                Unsigned32,
    sIPTrunkR11I1CfgdSIPBindingNEConn  Unsigned32,
    sIPTrunkR11I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    sIPTrunkR11I3CfgdSIPBindingCFSIx   Unsigned32,
    sIPTrunkR11I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    sIPTrunkR11ForceEchoCltnOnInboundCalls
                                       INTEGER,
    sIPTrunkR11ForceEchoCltnOnOutboundCalls
                                       INTEGER,
    sIPTrunkR11ZUtilization            INTEGER,
    sIPTrunkR11DeactivnMode            INTEGER,
    sIPTrunkR11AlrmState               INTEGER,
    sIPTrunkR11AlrmLogCorr             Counter64,
    sIPTrunkR11AlrmEvtsAtndDp          Unsigned32,
    sIPTrunkR11AlrmStateTimestamp      Unsigned32,
    sIPTrunkR11AlrmResetTimestamp      Unsigned32,
    sIPTrunkR11DiagsLogLvl             INTEGER,
    sIPTrunkR11DiagsAPITraceEnabled    INTEGER,
    sIPTrunkR11DiagsAPITraceTag        DisplayString,
    sIPTrunkR11DoExtraActions          INTEGER,
    sIPTrunkR11RowStatus               RowStatus,
    sIPTrunkR11AdminStatus             AdminStatus,
    sIPTrunkR11OperStatus              OperStatus,
    sIPTrunkR11SupportedCallDirections INTEGER,
    sIPTrunkR11BAFBillInTermCDRType    INTEGER,
    sIPTrunkR11BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    sIPTrunkR11BAFBillInTandemCDRType  INTEGER,
    sIPTrunkR11BAFBillOutOrigingCDRType
                                       INTEGER,
    sIPTrunkR11BAFBillOutTandemCDRType INTEGER,
    sIPTrunkR11BAFCNABllInCllsCIC      Unsigned32,
    sIPTrunkR11BAFCNABllInCllsCNABillNum
                                       DisplayString,
    sIPTrunkR11BAFCNABllInCllsIncClgNum
                                       INTEGER,
    sIPTrunkR11DirectIXCConn           INTEGER,
    sIPTrunkR11ExchangePerformsLNPLookup
                                       INTEGER,
    sIPTrunkR11BAFBillAppendOrigingLRNMod
                                       INTEGER,
    sIPTrunkR11BAFBillConnectedSwitchLRN
                                       DisplayString,
    sIPTrunkR11BAFBillOverrideSignalledLRN
                                       INTEGER,
    sIPTrunkR11BAFCNABllInCllsIncChargeNum
                                       INTEGER,
    sIPTrunkR11AlrmEvtsAttnRq          Unsigned32,
    sIPTrunkR11AlrmEvtsAttnRqLogCorr   Counter64,
    sIPTrunkR11AlrmEvtsAttnRqResetTimestamp
                                       Unsigned32,
    sIPTrunkR11UseFwdAddrAsChargeAddr  INTEGER,
    sIPTrunkR11StatisticsAlrms         Integer32,
    sIPTrunkR11I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    sIPTrunkR11I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    sIPTrunkR11I3FaultMonitoringProfFMPIx
                                       Integer32,
    sIPTrunkR11FaultMonitoringProfOtherVals
                                       INTEGER,
    sIPTrunkR11ApplyFMPToReltdObjectTypes
                                       BITS,
    sIPTrunkR11AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    sIPTrunkR11XMLBillTrnkAccountingRef
                                       DisplayString,
    sIPTrunkR11InBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR11OutBillUsesSignaledTrnkGpNum
                                       INTEGER,
    sIPTrunkR11UseSignaledTrnkGpIDInTCAPQueries
                                       INTEGER,
    sIPTrunkR11PropagationDly          Unsigned32,
    sIPTrunkR11IntnatlExchange         INTEGER,
    sIPTrunkR11SatelliteLink           INTEGER,
    sIPTrunkR11PeerNetwkType           INTEGER,
    sIPTrunkR11ForceRtgTrnk            INTEGER,
    sIPTrunkR11DefSTIRSHAKENAttestationLvl
                                       INTEGER,
    sIPTrunkR11STIRSHAKENOriginationID DisplayString,
    sIPTrunkR11DefForceRtgTrnk         INTEGER,
    sIPTrunkR11ForceRtgSubRefs         Unsigned32
  }

  sIPTrunkR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { sIPTrunkR11Entry  1 }

  sIPTrunkR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { sIPTrunkR11Entry  2 }

  sIPTrunkR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { sIPTrunkR11Entry  3 }

  sIPTrunkR11SIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP index'.
                  This is an index field."
    ::= { sIPTrunkR11Entry  4 }

  sIPTrunkR11SIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk index'.
                  This is an index field."
    ::= { sIPTrunkR11Entry  5 }

  sIPTrunkR11SIPTrnkName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP Trunk name'."
    ::= { sIPTrunkR11Entry  6 }

  sIPTrunkR11Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { sIPTrunkR11Entry  7 }

  sIPTrunkR11TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'."
    ::= { sIPTrunkR11Entry  8 }

  sIPTrunkR11NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR11Entry  9 }

  sIPTrunkR11I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR11Entry  10 }

  sIPTrunkR11I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR11Entry  11 }

  sIPTrunkR11I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR11Entry  12 }

  sIPTrunkR11I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { sIPTrunkR11Entry  13 }

  sIPTrunkR11ForceEchoCltnOnInboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on inbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  14 }

  sIPTrunkR11ForceEchoCltnOnOutboundCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force echo cancellation on outbound calls'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  15 }

  sIPTrunkR11ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    UNITS        "%"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { sIPTrunkR11Entry  17 }

  sIPTrunkR11DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { sIPTrunkR11Entry  20 }

  sIPTrunkR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { sIPTrunkR11Entry  22 }

  sIPTrunkR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { sIPTrunkR11Entry  23 }

  sIPTrunkR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR11Entry  24 }

  sIPTrunkR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { sIPTrunkR11Entry  25 }

  sIPTrunkR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attend To Dependent alarm events reset timestamp'."
    ::= { sIPTrunkR11Entry  26 }

  sIPTrunkR11DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { sIPTrunkR11Entry  28 }

  sIPTrunkR11DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  29 }

  sIPTrunkR11DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { sIPTrunkR11Entry  30 }

  sIPTrunkR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR11Entry  32 }

  sIPTrunkR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { sIPTrunkR11Entry  33 }

  sIPTrunkR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR11Entry  34 }

  sIPTrunkR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { sIPTrunkR11Entry  35 }

  sIPTrunkR11SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { sIPTrunkR11Entry  36 }

  sIPTrunkR11BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR11Entry  37 }

  sIPTrunkR11BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  38 }

  sIPTrunkR11BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR11Entry  39 }

  sIPTrunkR11BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR11Entry  40 }

  sIPTrunkR11BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { sIPTrunkR11Entry  41 }

  sIPTrunkR11BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR11Entry  42 }

  sIPTrunkR11BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { sIPTrunkR11Entry  43 }

  sIPTrunkR11BAFCNABllInCllsIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  44 }

  sIPTrunkR11DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  45 }

  sIPTrunkR11ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { sIPTrunkR11Entry  46 }

  sIPTrunkR11BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  47 }

  sIPTrunkR11BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { sIPTrunkR11Entry  48 }

  sIPTrunkR11BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  49 }

  sIPTrunkR11BAFCNABllInCllsIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  50 }

  sIPTrunkR11AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { sIPTrunkR11Entry  52 }

  sIPTrunkR11AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { sIPTrunkR11Entry  57 }

  sIPTrunkR11AlrmEvtsAttnRqResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Attention Required alarm events reset timestamp'."
    ::= { sIPTrunkR11Entry  58 }

  sIPTrunkR11UseFwdAddrAsChargeAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use forwarding address as charge address'."
    DEFVAL       { true }
    ::= { sIPTrunkR11Entry  60 }

  sIPTrunkR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { sIPTrunkR11Entry  61 }

  sIPTrunkR11I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR11Entry  62 }

  sIPTrunkR11I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR11Entry  63 }

  sIPTrunkR11I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { sIPTrunkR11Entry  64 }

  sIPTrunkR11FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { sIPTrunkR11Entry  65 }

  sIPTrunkR11ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { sIPTrunkR11Entry  66 }

  sIPTrunkR11AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { sIPTrunkR11Entry  67 }

  sIPTrunkR11XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { sIPTrunkR11Entry  68 }

  sIPTrunkR11InBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Incoming billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR11Entry  69 }

  sIPTrunkR11OutBillUsesSignaledTrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Outgoing billing uses signaled trunk group number'."
    DEFVAL       { never }
    ::= { sIPTrunkR11Entry  70 }

  sIPTrunkR11UseSignaledTrnkGpIDInTCAPQueries OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use signaled trunk group ID in TCAP queries'."
    DEFVAL       { never }
    ::= { sIPTrunkR11Entry  71 }

  sIPTrunkR11PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { sIPTrunkR11Entry  72 }

  sIPTrunkR11IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  73 }

  sIPTrunkR11SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  74 }

  sIPTrunkR11PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { sIPTrunkR11Entry  75 }

  sIPTrunkR11ForceRtgTrnk OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Force routing trunk'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  76 }

  sIPTrunkR11DefSTIRSHAKENAttestationLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default STIR / SHAKEN Attestation level'."
    DEFVAL       { c }
    ::= { sIPTrunkR11Entry  77 }

  sIPTrunkR11STIRSHAKENOriginationID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..36))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Origination ID'."
    ::= { sIPTrunkR11Entry  78 }

  sIPTrunkR11DefForceRtgTrnk OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default force routing trunk'."
    DEFVAL       { false }
    ::= { sIPTrunkR11Entry  79 }

  sIPTrunkR11ForceRtgSubRefs OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force routing subscriber references'."
    ::= { sIPTrunkR11Entry  80 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Remote Exchange'                                         */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  mFRemExR5Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFRemExR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Local Exchange'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2767 }

  mFRemExR5Entry OBJECT-TYPE
    SYNTAX       MFRemExR5Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFRemExR5NEConn,
             mFRemExR5NetwkElement,
             mFRemExR5CFSIx,
             mFRemExR5MFLocalExchangeIx,
             mFRemExR5RemExchangeIx }
    ::= {  mFRemExR5Table  1  }

  MFRemExR5Entry  ::=  SEQUENCE
  {
    mFRemExR5NEConn                    Unsigned32,
    mFRemExR5NetwkElement              DisplayString,
    mFRemExR5CFSIx                     Unsigned32,
    mFRemExR5MFLocalExchangeIx         Unsigned32,
    mFRemExR5RemExchangeIx             Unsigned32,
    mFRemExR5AlrmState                 INTEGER,
    mFRemExR5AlrmLogCorr               Counter64,
    mFRemExR5AlrmEvtsAttnRq            Integer32,
    mFRemExR5AlrmStateTimestamp        Unsigned32,
    mFRemExR5AlrmResetTimestamp        Unsigned32,
    mFRemExR5ChldAlrmsAttnRq           Integer32,
    mFRemExR5ChldAlrmEvtsAttnRq        Integer32,
    mFRemExR5ChldAlrmsAtndDp           Integer32,
    mFRemExR5ChldAlrmEvtsAtndDp        Integer32,
    mFRemExR5DiagsLogLvl               INTEGER,
    mFRemExR5DiagsAPITraceEnabled      INTEGER,
    mFRemExR5DiagsAPITraceTag          DisplayString,
    mFRemExR5SummaryChldAlrmState      INTEGER,
    mFRemExR5RowStatus                 RowStatus,
    mFRemExR5AdminStatus               AdminStatus,
    mFRemExR5OperStatus                OperStatus,
    mFRemExR5DoExtraActions            INTEGER,
    mFRemExR5NetwkNum                  Unsigned32,
    mFRemExR5Name                      DisplayString,
    mFRemExR5ChldStatisticsAlrms       Integer32,
    mFRemExR5StatisticsAlrms           Integer32,
    mFRemExR5STIRSHAKENOriginationID   DisplayString
  }

  mFRemExR5NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFRemExR5Entry  1 }

  mFRemExR5NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFRemExR5Entry  2 }

  mFRemExR5CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFRemExR5Entry  3 }

  mFRemExR5MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFRemExR5Entry  4 }

  mFRemExR5RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFRemExR5Entry  5 }

  mFRemExR5AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFRemExR5Entry  6 }

  mFRemExR5AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mFRemExR5Entry  7 }

  mFRemExR5AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFRemExR5Entry  8 }

  mFRemExR5AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFRemExR5Entry  9 }

  mFRemExR5AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFRemExR5Entry  10 }

  mFRemExR5ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { mFRemExR5Entry  11 }

  mFRemExR5ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFRemExR5Entry  12 }

  mFRemExR5ChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attend To Dependent alarms'."
    ::= { mFRemExR5Entry  13 }

  mFRemExR5ChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFRemExR5Entry  14 }

  mFRemExR5DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { mFRemExR5Entry  15 }

  mFRemExR5DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { mFRemExR5Entry  16 }

  mFRemExR5DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { mFRemExR5Entry  17 }

  mFRemExR5SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { mFRemExR5Entry  18 }

  mFRemExR5RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFRemExR5Entry  19 }

  mFRemExR5AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFRemExR5Entry  20 }

  mFRemExR5OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mFRemExR5Entry  21 }

  mFRemExR5DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFRemExR5Entry  22 }

  mFRemExR5NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { mFRemExR5Entry  23 }

  mFRemExR5Name OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mFRemExR5Entry  24 }

  mFRemExR5ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { mFRemExR5Entry  25 }

  mFRemExR5StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mFRemExR5Entry  26 }

  mFRemExR5STIRSHAKENOriginationID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..36))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Origination ID'."
    ::= { mFRemExR5Entry  27 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MF Media Channel'                                           */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  mFMediaChanR11Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MFMediaChanR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'MF Remote Exchange'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2768 }

  mFMediaChanR11Entry OBJECT-TYPE
    SYNTAX       MFMediaChanR11Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mFMediaChanR11NEConn,
             mFMediaChanR11NetwkElement,
             mFMediaChanR11CFSIx,
             mFMediaChanR11MFLocalExchangeIx,
             mFMediaChanR11RemExchangeIx,
             mFMediaChanR11MediaChanIx }
    ::= {  mFMediaChanR11Table  1  }

  MFMediaChanR11Entry  ::=  SEQUENCE
  {
    mFMediaChanR11NEConn               Unsigned32,
    mFMediaChanR11NetwkElement         DisplayString,
    mFMediaChanR11CFSIx                Unsigned32,
    mFMediaChanR11MFLocalExchangeIx    Unsigned32,
    mFMediaChanR11RemExchangeIx        Unsigned32,
    mFMediaChanR11MediaChanIx          Unsigned32,
    mFMediaChanR11TrnkGpNum            INTEGER,
    mFMediaChanR11ZUtilization         INTEGER,
    mFMediaChanR11ZUtilizationAllowedCircs
                                       INTEGER,
    mFMediaChanR11AlrmState            INTEGER,
    mFMediaChanR11AlrmLogCorr          Counter64,
    mFMediaChanR11AlrmEvtsAtndDp       Integer32,
    mFMediaChanR11AlrmStateTimestamp   Unsigned32,
    mFMediaChanR11AlrmResetTimestamp   Unsigned32,
    mFMediaChanR11RowStatus            RowStatus,
    mFMediaChanR11AdminStatus          AdminStatus,
    mFMediaChanR11OperStatus           OperStatus,
    mFMediaChanR11DoExtraActions       INTEGER,
    mFMediaChanR11EchoCancellation     INTEGER,
    mFMediaChanR11Desc                 DisplayString,
    mFMediaChanR11MediaAllocationPolicy
                                       INTEGER,
    mFMediaChanR11DirectIXCConn        INTEGER,
    mFMediaChanR11BillConnSwitchLRN    DisplayString,
    mFMediaChanR11BillConnSwitchNPA    DisplayString,
    mFMediaChanR11BAFCNABllInCllsCIC   Unsigned32,
    mFMediaChanR11BAFCNABllInCllsCNABillNum
                                       DisplayString,
    mFMediaChanR11BAFCNABllInCllsAppendANI
                                       INTEGER,
    mFMediaChanR11BAFBillInTermCDRType INTEGER,
    mFMediaChanR11BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    mFMediaChanR11BAFBillInTandemCDRType
                                       INTEGER,
    mFMediaChanR11BAFBillOutOrigingCDRType
                                       INTEGER,
    mFMediaChanR11BAFBillOutTandemCDRType
                                       INTEGER,
    mFMediaChanR11RcvGain              INTEGER,
    mFMediaChanR11XmitGain             INTEGER,
    mFMediaChanR11StatisticsAlrms      Integer32,
    mFMediaChanR11I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    mFMediaChanR11I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    mFMediaChanR11I3FaultMonitoringProfFMPIx
                                       Integer32,
    mFMediaChanR11FaultMonitoringProfOtherVals
                                       INTEGER,
    mFMediaChanR11ApplyFMPToReltdObjectTypes
                                       BITS,
    mFMediaChanR11AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    mFMediaChanR11XMLBillTrnkAccountingRef
                                       DisplayString,
    mFMediaChanR11STIRSHAKENAttestationLvl
                                       INTEGER
  }

  mFMediaChanR11NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mFMediaChanR11Entry  1 }

  mFMediaChanR11NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mFMediaChanR11Entry  2 }

  mFMediaChanR11CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mFMediaChanR11Entry  3 }

  mFMediaChanR11MFLocalExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MF Local Exchange index'.
                  This is an index field."
    ::= { mFMediaChanR11Entry  4 }

  mFMediaChanR11RemExchangeIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote Exchange index'.
                  This is an index field."
    ::= { mFMediaChanR11Entry  5 }

  mFMediaChanR11MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { mFMediaChanR11Entry  6 }

  mFMediaChanR11TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { mFMediaChanR11Entry  7 }

  mFMediaChanR11ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { mFMediaChanR11Entry  8 }

  mFMediaChanR11ZUtilizationAllowedCircs OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization of allowed circuits'."
    ::= { mFMediaChanR11Entry  9 }

  mFMediaChanR11AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { mFMediaChanR11Entry  10 }

  mFMediaChanR11AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { mFMediaChanR11Entry  11 }

  mFMediaChanR11AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { mFMediaChanR11Entry  12 }

  mFMediaChanR11AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { mFMediaChanR11Entry  13 }

  mFMediaChanR11AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { mFMediaChanR11Entry  14 }

  mFMediaChanR11RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mFMediaChanR11Entry  15 }

  mFMediaChanR11AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR11Entry  16 }

  mFMediaChanR11OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR11Entry  17 }

  mFMediaChanR11DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mFMediaChanR11Entry  18 }

  mFMediaChanR11EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mFMediaChanR11Entry  19 }

  mFMediaChanR11Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { mFMediaChanR11Entry  20 }

  mFMediaChanR11MediaAllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   topDown(1),
                   bottomUp(2),
                   mostIdle(3),
                   leastIdle(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media allocation policy'.
                  This field is not writable when active."
    DEFVAL       { mostIdle }
    ::= { mFMediaChanR11Entry  21 }

  mFMediaChanR11DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { mFMediaChanR11Entry  22 }

  mFMediaChanR11BillConnSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { mFMediaChanR11Entry  25 }

  mFMediaChanR11BillConnSwitchNPA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..3))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch NPA'."
    ::= { mFMediaChanR11Entry  26 }

  mFMediaChanR11BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR11Entry  28 }

  mFMediaChanR11BAFCNABllInCllsCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { mFMediaChanR11Entry  29 }

  mFMediaChanR11BAFCNABllInCllsAppendANI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - append ANI'."
    DEFVAL       { false }
    ::= { mFMediaChanR11Entry  30 }

  mFMediaChanR11BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   fGC1350653(7),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR11Entry  31 }

  mFMediaChanR11BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { mFMediaChanR11Entry  32 }

  mFMediaChanR11BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   fGC1350653(7),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR11Entry  33 }

  mFMediaChanR11BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   fGC1340625(7),
                   cAMAIXC1100625(9),
                   cAMAToll0060001(10),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR11Entry  34 }

  mFMediaChanR11BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   fGC1340625(7),
                   cAMAIXC1100625(9),
                   cAMAToll0060001(10),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { mFMediaChanR11Entry  35 }

  mFMediaChanR11RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR11Entry  36 }

  mFMediaChanR11XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { mFMediaChanR11Entry  37 }

  mFMediaChanR11StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mFMediaChanR11Entry  38 }

  mFMediaChanR11I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR11Entry  39 }

  mFMediaChanR11I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR11Entry  40 }

  mFMediaChanR11I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { mFMediaChanR11Entry  41 }

  mFMediaChanR11FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { mFMediaChanR11Entry  42 }

  mFMediaChanR11ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { mFMediaChanR11Entry  43 }

  mFMediaChanR11AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { mFMediaChanR11Entry  44 }

  mFMediaChanR11XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { mFMediaChanR11Entry  45 }

  mFMediaChanR11STIRSHAKENAttestationLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Attestation level'."
    DEFVAL       { c }
    ::= { mFMediaChanR11Entry  46 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Remote Signaling Destination'                          */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  iSUPRemSigDestR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPRemSigDestR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Local Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2769 }

  iSUPRemSigDestR28Entry OBJECT-TYPE
    SYNTAX       ISUPRemSigDestR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPRemSigDestR28NEConn,
             iSUPRemSigDestR28NetwkElement,
             iSUPRemSigDestR28CFSIx,
             iSUPRemSigDestR28ISUPLocalSigDestIx,
             iSUPRemSigDestR28ISUPRemSigDestIx }
    ::= {  iSUPRemSigDestR28Table  1  }

  ISUPRemSigDestR28Entry  ::=  SEQUENCE
  {
    iSUPRemSigDestR28NEConn            Unsigned32,
    iSUPRemSigDestR28NetwkElement      DisplayString,
    iSUPRemSigDestR28CFSIx             Unsigned32,
    iSUPRemSigDestR28ISUPLocalSigDestIx
                                       Unsigned32,
    iSUPRemSigDestR28ISUPRemSigDestIx  Unsigned32,
    iSUPRemSigDestR28I1SigDestNEConn   Unsigned32,
    iSUPRemSigDestR28I2SigDestNetwkElement
                                       DisplayString,
    iSUPRemSigDestR28I3SigDestSigPointID
                                       Unsigned32,
    iSUPRemSigDestR28I4SigDestDestType INTEGER,
    iSUPRemSigDestR28I5SigDestPointCode
                                       Unsigned32,
    iSUPRemSigDestR28ClusterMemberAddr INTEGER,
    iSUPRemSigDestR28ActHopCnting      INTEGER,
    iSUPRemSigDestR28MaxCgstnLvl       INTEGER,
    iSUPRemSigDestR28CLLI              DisplayString,
    iSUPRemSigDestR28ErrHandlingMode   INTEGER,
    iSUPRemSigDestR28ConfusionMsgs     INTEGER,
    iSUPRemSigDestR28DirectIXCConn     INTEGER,
    iSUPRemSigDestR28PeerNetwkType     INTEGER,
    iSUPRemSigDestR28USIParmCodingType INTEGER,
    iSUPRemSigDestR28ChargeNumAndOutLineInfo
                                       INTEGER,
    iSUPRemSigDestR28JurisdictionInfoParm
                                       INTEGER,
    iSUPRemSigDestR28RedirectionNumParm
                                       INTEGER,
    iSUPRemSigDestR28RedirectionInfoParm
                                       INTEGER,
    iSUPRemSigDestR28OrigCldNumParm    INTEGER,
    iSUPRemSigDestR28AccessTransportParm
                                       INTEGER,
    iSUPRemSigDestR28GenericAddrParm   INTEGER,
    iSUPRemSigDestR28GenericNameParm   INTEGER,
    iSUPRemSigDestR28RedirectCapabilityParm
                                       INTEGER,
    iSUPRemSigDestR28CIPParm           INTEGER,
    iSUPRemSigDestR28InACCProcessing   INTEGER,
    iSUPRemSigDestR28TNSParm           INTEGER,
    iSUPRemSigDestR28ACCCgstnStatus    INTEGER,
    iSUPRemSigDestR28CgstnStatus       INTEGER,
    iSUPRemSigDestR28AvailStatus       INTEGER,
    iSUPRemSigDestR28DiagsLogLvl       INTEGER,
    iSUPRemSigDestR28DiagsAPITraceEnabled
                                       INTEGER,
    iSUPRemSigDestR28DiagsAPITraceTag  DisplayString,
    iSUPRemSigDestR28SummaryChldAlrmState
                                       INTEGER,
    iSUPRemSigDestR28DoExtraActions    INTEGER,
    iSUPRemSigDestR28RowStatus         RowStatus,
    iSUPRemSigDestR28AdminStatus       AdminStatus,
    iSUPRemSigDestR28OperStatus        OperStatus,
    iSUPRemSigDestR28AlrmResetTimestamp
                                       Unsigned32,
    iSUPRemSigDestR28AlrmState         INTEGER,
    iSUPRemSigDestR28AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPRemSigDestR28AlrmEvtsAttnRq    Integer32,
    iSUPRemSigDestR28AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPRemSigDestR28AlrmEvtsAtndDp    Integer32,
    iSUPRemSigDestR28AlrmsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR28AlrmEvtsAttnRqMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR28AlrmsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR28AlrmEvtsAtndDpMediaChanAndCircGp
                                       Integer32,
    iSUPRemSigDestR28AlrmStateTimestamp
                                       Unsigned32,
    iSUPRemSigDestR28DeactivnMode      INTEGER,
    iSUPRemSigDestR28NetwkNum          Unsigned32,
    iSUPRemSigDestR28RequestRemEchoCancellationDevices
                                       INTEGER,
    iSUPRemSigDestR28ExchangePerformsLNPLookup
                                       INTEGER,
    iSUPRemSigDestR28OverrideLocalCLLICode
                                       INTEGER,
    iSUPRemSigDestR28LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPRemSigDestR28MaxSimulContinuityTests
                                       Unsigned32,
    iSUPRemSigDestR28Variant           INTEGER,
    iSUPRemSigDestR28GatewayIx         Unsigned32,
    iSUPRemSigDestR28PartyInfoParm     INTEGER,
    iSUPRemSigDestR28IntnatlExchange   INTEGER,
    iSUPRemSigDestR28ChldStatisticsAlrms
                                       Integer32,
    iSUPRemSigDestR28UserToUserInfoParm
                                       INTEGER,
    iSUPRemSigDestR28BusGpParmSupported
                                       INTEGER,
    iSUPRemSigDestR28StatisticsAlrms   Integer32,
    iSUPRemSigDestR28EmgncyCallAssumeAnswer
                                       INTEGER,
    iSUPRemSigDestR28M3UADest          Unsigned32,
    iSUPRemSigDestR28CctGpMsgs         INTEGER,
    iSUPRemSigDestR28ConnectedNumParm  INTEGER,
    iSUPRemSigDestR28TransportType     INTEGER,
    iSUPRemSigDestR28SuppRcvngNonStdCPCvals
                                       INTEGER,
    iSUPRemSigDestR28SatelliteLink     INTEGER,
    iSUPRemSigDestR28PropagationDly    Unsigned32,
    iSUPRemSigDestR28GISUPRole         INTEGER,
    iSUPRemSigDestR28RemISUPParms      LongDisplayString,
    iSUPRemSigDestR28SuppRcvngCllRejCauseOnPostACMREL
                                       INTEGER,
    iSUPRemSigDestR28SuppRecvNumsFailScreen
                                       INTEGER,
    iSUPRemSigDestR28CSIParm           INTEGER,
    iSUPRemSigDestR28HonorsClgNumAPRI  INTEGER,
    iSUPRemSigDestR28ForceNatureAddrToBeIntnatl
                                       INTEGER,
    iSUPRemSigDestR28SupportsOprLanguageCPCVals
                                       INTEGER,
    iSUPRemSigDestR28STIRSHAKENOriginationID
                                       DisplayString
  }

  iSUPRemSigDestR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPRemSigDestR28Entry  1 }

  iSUPRemSigDestR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPRemSigDestR28Entry  2 }

  iSUPRemSigDestR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPRemSigDestR28Entry  3 }

  iSUPRemSigDestR28ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR28Entry  4 }

  iSUPRemSigDestR28ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPRemSigDestR28Entry  5 }

  iSUPRemSigDestR28I1SigDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR28Entry  6 }

  iSUPRemSigDestR28I2SigDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR28Entry  7 }

  iSUPRemSigDestR28I3SigDestSigPointID OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Signaling Gateway index'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR28Entry  8 }

  iSUPRemSigDestR28I4SigDestDestType OBJECT-TYPE
    SYNTAX       INTEGER {
                   cluster(0),
                   destination(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Destination type'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR28Entry  9 }

  iSUPRemSigDestR28I5SigDestPointCode OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Destination',
                  This field represents index 'Point code'
                  in referenced type 'BOOSigDestSE'."
    ::= { iSUPRemSigDestR28Entry  10 }

  iSUPRemSigDestR28ClusterMemberAddr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Cluster member address'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR28Entry  11 }

  iSUPRemSigDestR28ActHopCnting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active hop counting'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  12 }

  iSUPRemSigDestR28MaxCgstnLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum congestion level'."
    DEFVAL       { level3 }
    ::= { iSUPRemSigDestR28Entry  13 }

  iSUPRemSigDestR28CLLI OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CLLI'."
    ::= { iSUPRemSigDestR28Entry  14 }

  iSUPRemSigDestR28ErrHandlingMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   noTonesRequired(1),
                   tonesAlwaysRequired(2),
                   tonesIfInterworking(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Error handling mode'."
    DEFVAL       { noTonesRequired }
    ::= { iSUPRemSigDestR28Entry  15 }

  iSUPRemSigDestR28ConfusionMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confusion messages'."
    ::= { iSUPRemSigDestR28Entry  16 }

  iSUPRemSigDestR28DirectIXCConn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Direct IXC connection'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  17 }

  iSUPRemSigDestR28PeerNetwkType OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameNetwork(1),
                   localNetwork(2),
                   privateNetwork(3),
                   transitNetwork(4),
                   internationalNetwork(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Peer network type'."
    DEFVAL       { sameNetwork }
    ::= { iSUPRemSigDestR28Entry  18 }

  iSUPRemSigDestR28USIParmCodingType OBJECT-TYPE
    SYNTAX       INTEGER {
                   speech(1),
                   thirtyOneKHertzAudio(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'USI parameter coding type'."
    DEFVAL       { speech }
    ::= { iSUPRemSigDestR28Entry  19 }

  iSUPRemSigDestR28ChargeNumAndOutLineInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Charge number and outgoing line information'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  20 }

  iSUPRemSigDestR28JurisdictionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Jurisdiction information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  21 }

  iSUPRemSigDestR28RedirectionNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirecting number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  22 }

  iSUPRemSigDestR28RedirectionInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirection information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  23 }

  iSUPRemSigDestR28OrigCldNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Original called number parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  24 }

  iSUPRemSigDestR28AccessTransportParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access transport parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  25 }

  iSUPRemSigDestR28GenericAddrParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic address parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  26 }

  iSUPRemSigDestR28GenericNameParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Generic name parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  27 }

  iSUPRemSigDestR28RedirectCapabilityParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Redirect capability parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  28 }

  iSUPRemSigDestR28CIPParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CIP parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  29 }

  iSUPRemSigDestR28InACCProcessing OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Incoming ACC processing'."
    ::= { iSUPRemSigDestR28Entry  30 }

  iSUPRemSigDestR28TNSParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'TNS parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  31 }

  iSUPRemSigDestR28ACCCgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ACC congestion status'."
    ::= { iSUPRemSigDestR28Entry  32 }

  iSUPRemSigDestR28CgstnStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   level1(1),
                   level2(2),
                   level3(3),
                   uncongested(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Congestion status'."
    ::= { iSUPRemSigDestR28Entry  33 }

  iSUPRemSigDestR28AvailStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   available(1),
                   unavailableInaccessible(2),
                   unavailableUnequipped(3),
                   unavailablePaused(4),
                   unavailableCongested(5),
                   unknown(6)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Availability status'."
    ::= { iSUPRemSigDestR28Entry  34 }

  iSUPRemSigDestR28DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { iSUPRemSigDestR28Entry  35 }

  iSUPRemSigDestR28DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  36 }

  iSUPRemSigDestR28DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { iSUPRemSigDestR28Entry  37 }

  iSUPRemSigDestR28SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { iSUPRemSigDestR28Entry  38 }

  iSUPRemSigDestR28DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR28Entry  39 }

  iSUPRemSigDestR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPRemSigDestR28Entry  40 }

  iSUPRemSigDestR28AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR28Entry  41 }

  iSUPRemSigDestR28OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPRemSigDestR28Entry  42 }

  iSUPRemSigDestR28AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPRemSigDestR28Entry  43 }

  iSUPRemSigDestR28AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPRemSigDestR28Entry  44 }

  iSUPRemSigDestR28AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPRemSigDestR28Entry  45 }

  iSUPRemSigDestR28AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR28Entry  46 }

  iSUPRemSigDestR28AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPRemSigDestR28Entry  47 }

  iSUPRemSigDestR28AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR28Entry  48 }

  iSUPRemSigDestR28AlrmsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarms'."
    ::= { iSUPRemSigDestR28Entry  49 }

  iSUPRemSigDestR28AlrmEvtsAttnRqMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR28Entry  50 }

  iSUPRemSigDestR28AlrmsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarms'."
    ::= { iSUPRemSigDestR28Entry  51 }

  iSUPRemSigDestR28AlrmEvtsAtndDpMediaChanAndCircGp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Media Channel and Circuit Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPRemSigDestR28Entry  52 }

  iSUPRemSigDestR28AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPRemSigDestR28Entry  53 }

  iSUPRemSigDestR28DeactivnMode OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   quiesce(2),
                   abort(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Deactivation mode'."
    DEFVAL       { normal }
    ::= { iSUPRemSigDestR28Entry  54 }

  iSUPRemSigDestR28NetwkNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network number'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR28Entry  55 }

  iSUPRemSigDestR28RequestRemEchoCancellationDevices OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Request remote echo cancellation devices'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  56 }

  iSUPRemSigDestR28ExchangePerformsLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Exchange performs LNP lookup'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  57 }

  iSUPRemSigDestR28OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  58 }

  iSUPRemSigDestR28LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'."
    ::= { iSUPRemSigDestR28Entry  59 }

  iSUPRemSigDestR28MaxSimulContinuityTests OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous continuity tests'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR28Entry  60 }

  iSUPRemSigDestR28Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49),
                   finnish(50)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPRemSigDestR28Entry  61 }

  iSUPRemSigDestR28GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR28Entry  62 }

  iSUPRemSigDestR28PartyInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Party information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  63 }

  iSUPRemSigDestR28IntnatlExchange OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'International exchange'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  64 }

  iSUPRemSigDestR28ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { iSUPRemSigDestR28Entry  65 }

  iSUPRemSigDestR28UserToUserInfoParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'User to user information parameter'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  66 }

  iSUPRemSigDestR28BusGpParmSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group parameter supported'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  67 }

  iSUPRemSigDestR28StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPRemSigDestR28Entry  68 }

  iSUPRemSigDestR28EmgncyCallAssumeAnswer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Emergency call assume answer'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  69 }

  iSUPRemSigDestR28M3UADest OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Destination'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR28Entry  70 }

  iSUPRemSigDestR28CctGpMsgs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Circuit group messages supported'.
                  This field is not writable when active."
    ::= { iSUPRemSigDestR28Entry  71 }

  iSUPRemSigDestR28ConnectedNumParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected number parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  72 }

  iSUPRemSigDestR28TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPRemSigDestR28Entry  73 }

  iSUPRemSigDestR28SuppRcvngNonStdCPCvals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving non-standard CPC values'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  74 }

  iSUPRemSigDestR28SatelliteLink OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Satellite link'."
    DEFVAL       { false }
    ::= { iSUPRemSigDestR28Entry  75 }

  iSUPRemSigDestR28PropagationDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Propagation delay'."
    DEFVAL       { 0 }
    ::= { iSUPRemSigDestR28Entry  76 }

  iSUPRemSigDestR28GISUPRole OBJECT-TYPE
    SYNTAX       INTEGER {
                   t3(3),
                   t4(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'G-ISUP Role'."
    DEFVAL       { t4 }
    ::= { iSUPRemSigDestR28Entry  77 }

  iSUPRemSigDestR28RemISUPParms OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..512))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remove ISUP parameters'."
    ::= { iSUPRemSigDestR28Entry  78 }

  iSUPRemSigDestR28SuppRcvngCllRejCauseOnPostACMREL OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving call rejected cause on post-ACM REL'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  79 }

  iSUPRemSigDestR28SuppRecvNumsFailScreen OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving numbers that failed to screen'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  80 }

  iSUPRemSigDestR28CSIParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'CSI parameter'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  81 }

  iSUPRemSigDestR28HonorsClgNumAPRI OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Honors calling number presentation restricted indicator'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  82 }

  iSUPRemSigDestR28ForceNatureAddrToBeIntnatl OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Force nature of address to be international'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  83 }

  iSUPRemSigDestR28SupportsOprLanguageCPCVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports Operator language CPC values'."
    DEFVAL       { true }
    ::= { iSUPRemSigDestR28Entry  84 }

  iSUPRemSigDestR28STIRSHAKENOriginationID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..36))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Origination ID'."
    ::= { iSUPRemSigDestR28Entry  85 }

-- /*********************************************************************************/
-- /* MIB table for SE 'ISUP Media Channel'                                         */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  iSUPMediaChanR20Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF ISUPMediaChanR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'ISUP Remote Signaling Destination'.
                  Table does not support createAndWait.
                  Table is created in state AdminStatus = up(1)."
    ::= { metaSwitch  2770 }

  iSUPMediaChanR20Entry OBJECT-TYPE
    SYNTAX       ISUPMediaChanR20Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { iSUPMediaChanR20NEConn,
             iSUPMediaChanR20NetwkElement,
             iSUPMediaChanR20CFSIx,
             iSUPMediaChanR20ISUPLocalSigDestIx,
             iSUPMediaChanR20ISUPRemSigDestIx,
             iSUPMediaChanR20MediaChanIx }
    ::= {  iSUPMediaChanR20Table  1  }

  ISUPMediaChanR20Entry  ::=  SEQUENCE
  {
    iSUPMediaChanR20NEConn             Unsigned32,
    iSUPMediaChanR20NetwkElement       DisplayString,
    iSUPMediaChanR20CFSIx              Unsigned32,
    iSUPMediaChanR20ISUPLocalSigDestIx Unsigned32,
    iSUPMediaChanR20ISUPRemSigDestIx   Unsigned32,
    iSUPMediaChanR20MediaChanIx        Unsigned32,
    iSUPMediaChanR20AllocationPolicy   INTEGER,
    iSUPMediaChanR20GuardTimerDurn     Integer32,
    iSUPMediaChanR20TrnkGpNum          INTEGER,
    iSUPMediaChanR20DualSeizurePolicy  INTEGER,
    iSUPMediaChanR20ZUtilization       INTEGER,
    iSUPMediaChanR20AlrmState          INTEGER,
    iSUPMediaChanR20AlrmEvtsAttnRq     Integer32,
    iSUPMediaChanR20AlrmStateTimestamp Unsigned32,
    iSUPMediaChanR20AlrmResetTimestamp Unsigned32,
    iSUPMediaChanR20DoExtraActions     INTEGER,
    iSUPMediaChanR20RowStatus          RowStatus,
    iSUPMediaChanR20AdminStatus        AdminStatus,
    iSUPMediaChanR20OperStatus         OperStatus,
    iSUPMediaChanR20AlrmEvtsAttnRqLogCorr
                                       Counter64,
    iSUPMediaChanR20AlrmEvtsAtndDpLogCorr
                                       Counter64,
    iSUPMediaChanR20AlrmEvtsAtndDp     Integer32,
    iSUPMediaChanR20DisallowSigLRN     INTEGER,
    iSUPMediaChanR20BAFBillAppendOrigingLRNMod
                                       INTEGER,
    iSUPMediaChanR20BAFBillConnectedSwitchLRN
                                       DisplayString,
    iSUPMediaChanR20BAFBillOverrideSignalledLRN
                                       INTEGER,
    iSUPMediaChanR20EchoCancellation   INTEGER,
    iSUPMediaChanR20Desc               DisplayString,
    iSUPMediaChanR20UseISUPCldAddrPrefixInfo
                                       INTEGER,
    iSUPMediaChanR20SupportedCallDirections
                                       INTEGER,
    iSUPMediaChanR20RcvGain            INTEGER,
    iSUPMediaChanR20BAFBillInTermCDRType
                                       INTEGER,
    iSUPMediaChanR20BAFBillGenerateAddtlInCallCDR
                                       INTEGER,
    iSUPMediaChanR20BAFBillInTandemCDRType
                                       INTEGER,
    iSUPMediaChanR20BAFBillOutOrigingCDRType
                                       INTEGER,
    iSUPMediaChanR20BAFBillOutTandemCDRType
                                       INTEGER,
    iSUPMediaChanR20BAFCNABllInCllsCIC Unsigned32,
    iSUPMediaChanR20BAFCNABllInCllsIncCNABillNum
                                       INTEGER,
    iSUPMediaChanR20CNABillCNABillNum  DisplayString,
    iSUPMediaChanR20CNABillIncChargeNum
                                       INTEGER,
    iSUPMediaChanR20CNABillIncClgNum   INTEGER,
    iSUPMediaChanR20Variant            INTEGER,
    iSUPMediaChanR20GatewayIx          Unsigned32,
    iSUPMediaChanR20XmitGain           INTEGER,
    iSUPMediaChanR20OverrideLocalCLLICode
                                       INTEGER,
    iSUPMediaChanR20LocalCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR20OverrideRemCLLICode
                                       INTEGER,
    iSUPMediaChanR20RemCLLICodeOverrideVal
                                       DisplayString,
    iSUPMediaChanR20StatisticsAlrms    Integer32,
    iSUPMediaChanR20I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    iSUPMediaChanR20I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    iSUPMediaChanR20I3FaultMonitoringProfFMPIx
                                       Integer32,
    iSUPMediaChanR20FaultMonitoringProfOtherVals
                                       INTEGER,
    iSUPMediaChanR20ApplyFMPToReltdObjectTypes
                                       BITS,
    iSUPMediaChanR20AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    iSUPMediaChanR20TransportType      INTEGER,
    iSUPMediaChanR20XMLBillTrnkAccountingRef
                                       DisplayString,
    iSUPMediaChanR20RLTSupported       INTEGER,
    iSUPMediaChanR20TrnkRoleCliAbnp    INTEGER,
    iSUPMediaChanR20AbnpVal            Unsigned32,
    iSUPMediaChanR20STIRSHAKENAttestationLvl
                                       INTEGER
  }

  iSUPMediaChanR20NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { iSUPMediaChanR20Entry  1 }

  iSUPMediaChanR20NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { iSUPMediaChanR20Entry  2 }

  iSUPMediaChanR20CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { iSUPMediaChanR20Entry  3 }

  iSUPMediaChanR20ISUPLocalSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Local Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR20Entry  4 }

  iSUPMediaChanR20ISUPRemSigDestIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'ISUP Remote Signaling Destination index'.
                  This is an index field."
    ::= { iSUPMediaChanR20Entry  5 }

  iSUPMediaChanR20MediaChanIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Media channel index'.
                  This is an index field."
    ::= { iSUPMediaChanR20Entry  6 }

  iSUPMediaChanR20AllocationPolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   highestNumberedCIC(1),
                   lowestNumberedCIC(2),
                   mostIdle(3),
                   leastIdle(4),
                   mostIdleLeastIdle(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allocation policy'.
                  This field is not writable when active."
    DEFVAL       { highestNumberedCIC }
    ::= { iSUPMediaChanR20Entry  7 }

  iSUPMediaChanR20GuardTimerDurn OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Guard timer duration'.
                  This field is not writable when active."
    DEFVAL       { 750 }
    ::= { iSUPMediaChanR20Entry  8 }

  iSUPMediaChanR20TrnkGpNum OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk group number'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR20Entry  9 }

  iSUPMediaChanR20DualSeizurePolicy OBJECT-TYPE
    SYNTAX       INTEGER {
                   thisExchange(1),
                   remoteExchange(2),
                   highPointCodeEvenCIC(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Dual seizure policy'.
                  This field is not writable when active."
    DEFVAL       { thisExchange }
    ::= { iSUPMediaChanR20Entry  10 }

  iSUPMediaChanR20ZUtilization OBJECT-TYPE
    SYNTAX       INTEGER ( 0..100 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field '% utilization'."
    ::= { iSUPMediaChanR20Entry  11 }

  iSUPMediaChanR20AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { iSUPMediaChanR20Entry  12 }

  iSUPMediaChanR20AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR20Entry  13 }

  iSUPMediaChanR20AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { iSUPMediaChanR20Entry  14 }

  iSUPMediaChanR20AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { iSUPMediaChanR20Entry  15 }

  iSUPMediaChanR20DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   resetStatistics(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR20Entry  16 }

  iSUPMediaChanR20RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { iSUPMediaChanR20Entry  17 }

  iSUPMediaChanR20AdminStatus OBJECT-TYPE
    SYNTAX       AdminStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR20Entry  18 }

  iSUPMediaChanR20OperStatus OBJECT-TYPE
    SYNTAX       OperStatus
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  ""
    ::= { iSUPMediaChanR20Entry  19 }

  iSUPMediaChanR20AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { iSUPMediaChanR20Entry  20 }

  iSUPMediaChanR20AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { iSUPMediaChanR20Entry  21 }

  iSUPMediaChanR20AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { iSUPMediaChanR20Entry  22 }

  iSUPMediaChanR20DisallowSigLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Disallow signaling for LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  24 }

  iSUPMediaChanR20BAFBillAppendOrigingLRNMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - append originating LRN module'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  25 }

  iSUPMediaChanR20BAFBillConnectedSwitchLRN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - connected switch LRN'."
    ::= { iSUPMediaChanR20Entry  26 }

  iSUPMediaChanR20BAFBillOverrideSignalledLRN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - override signaled LRN'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  27 }

  iSUPMediaChanR20EchoCancellation OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   required(2),
                   preferred(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Echo cancellation'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { iSUPMediaChanR20Entry  34 }

  iSUPMediaChanR20Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Name'."
    ::= { iSUPMediaChanR20Entry  36 }

  iSUPMediaChanR20UseISUPCldAddrPrefixInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use ISUP called address prefix information'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  37 }

  iSUPMediaChanR20SupportedCallDirections OBJECT-TYPE
    SYNTAX       INTEGER {
                   incomingAndOutgoing(1),
                   incomingOnly(2),
                   outgoingOnly(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported call directions'."
    DEFVAL       { incomingAndOutgoing }
    ::= { iSUPMediaChanR20Entry  38 }

  iSUPMediaChanR20RcvGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Receive gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR20Entry  39 }

  iSUPMediaChanR20BAFBillInTermCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming terminating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR20Entry  40 }

  iSUPMediaChanR20BAFBillGenerateAddtlInCallCDR OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - generate additional incoming call CDR'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  41 }

  iSUPMediaChanR20BAFBillInTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1190625(2),
                   fGB1350653(3),
                   cNA7200625UponLNPQuery(4),
                   cNA7200625Always(5),
                   tT7100625(6),
                   wirelessType2A0660625(12),
                   wirelessType2B0650625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - incoming tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR20Entry  42 }

  iSUPMediaChanR20BAFBillOutOrigingCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing originating CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR20Entry  43 }

  iSUPMediaChanR20BAFBillOutTandemCDRType OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   fGD1100625(2),
                   fGB1340625(3),
                   tT7110625(6),
                   oneOneNineSlashZeroSixTwoFive(11),
                   wirelessType2A0640625(12),
                   wirelessType2B0630625(13),
                   stationPaidWithAIN0060220(14),
                   dALTrunkWithCPN7140625(15),
                   lECWithCPN8190625(16),
                   lECWithNoCPN8190653(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF Billing - outgoing tandem CDR type'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR20Entry  44 }

  iSUPMediaChanR20BAFCNABllInCllsCIC OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CIC'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR20Entry  45 }

  iSUPMediaChanR20BAFCNABllInCllsIncCNABillNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include CNA billing number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  46 }

  iSUPMediaChanR20CNABillCNABillNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - CNA billing number'."
    ::= { iSUPMediaChanR20Entry  47 }

  iSUPMediaChanR20CNABillIncChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include charge number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  48 }

  iSUPMediaChanR20CNABillIncClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'BAF CNA billing for incoming calls - include calling number'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  49 }

  iSUPMediaChanR20Variant OBJECT-TYPE
    SYNTAX       INTEGER {
                   aNSI1999(1),
                   uK(2),
                   iTUT1997(4),
                   eTSIV2International1995(5),
                   eTSIV2National1995(6),
                   argentine(7),
                   user2(8),
                   user3(9),
                   colombian(10),
                   user4(11),
                   user5(12),
                   user6(13),
                   user7(14),
                   user8(15),
                   user9(16),
                   user10(17),
                   user11(18),
                   chilean(19),
                   bolivian(20),
                   mexican(21),
                   italian(22),
                   iTUTQ7671991(23),
                   costaRican(24),
                   honduran(25),
                   hongKong(26),
                   vietnamese(27),
                   taiwanese(28),
                   french(29),
                   user16(30),
                   user17(31),
                   user18(32),
                   user19(33),
                   user20(34),
                   user21(35),
                   user22(36),
                   user23(37),
                   user24(38),
                   user25(39),
                   user26(40),
                   user27(41),
                   user28(42),
                   german(43),
                   brazilian(44),
                   australianG500(45),
                   singapore(46),
                   germanZZN7(47),
                   newZealand(48),
                   australianCA30(49),
                   finnish(50)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Variant'.
                  This field is only writable during create."
    ::= { iSUPMediaChanR20Entry  50 }

  iSUPMediaChanR20GatewayIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Gateway Index'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR20Entry  51 }

  iSUPMediaChanR20XmitGain OBJECT-TYPE
    SYNTAX       INTEGER ( -12..12 )
    UNITS        "dB"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transmit gain'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR20Entry  52 }

  iSUPMediaChanR20OverrideLocalCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override local CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  53 }

  iSUPMediaChanR20LocalCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR20Entry  54 }

  iSUPMediaChanR20OverrideRemCLLICode OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Override remote CLLI code'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  55 }

  iSUPMediaChanR20RemCLLICodeOverrideVal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Remote CLLI code override value'.
                  This field is not writable when active."
    ::= { iSUPMediaChanR20Entry  56 }

  iSUPMediaChanR20StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { iSUPMediaChanR20Entry  57 }

  iSUPMediaChanR20I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR20Entry  58 }

  iSUPMediaChanR20I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR20Entry  59 }

  iSUPMediaChanR20I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { iSUPMediaChanR20Entry  60 }

  iSUPMediaChanR20FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { iSUPMediaChanR20Entry  61 }

  iSUPMediaChanR20ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   tDMPort(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { iSUPMediaChanR20Entry  62 }

  iSUPMediaChanR20AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { iSUPMediaChanR20Entry  63 }

  iSUPMediaChanR20TransportType OBJECT-TYPE
    SYNTAX       INTEGER {
                   mTP3(1),
                   m3UA(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Transport type'.
                  This field is not writable when active."
    DEFVAL       { mTP3 }
    ::= { iSUPMediaChanR20Entry  64 }

  iSUPMediaChanR20XMLBillTrnkAccountingRef OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'XML Billing - trunk accounting reference'."
    ::= { iSUPMediaChanR20Entry  65 }

  iSUPMediaChanR20RLTSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'RLT supported'."
    DEFVAL       { false }
    ::= { iSUPMediaChanR20Entry  66 }

  iSUPMediaChanR20TrnkRoleCliAbnp OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   externalETS(2),
                   externalOther(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk role (CLI/ABNP)'."
    DEFVAL       { none }
    ::= { iSUPMediaChanR20Entry  67 }

  iSUPMediaChanR20AbnpVal OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..99999999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ABNP value'."
    DEFVAL       { 0 }
    ::= { iSUPMediaChanR20Entry  68 }

  iSUPMediaChanR20STIRSHAKENAttestationLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Attestation level'."
    DEFVAL       { c }
    ::= { iSUPMediaChanR20Entry  69 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Caller ID Services'                                  */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  cIDServR22Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF CIDServR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2771 }

  cIDServR22Entry OBJECT-TYPE
    SYNTAX       CIDServR22Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { cIDServR22NEConn,
             cIDServR22NetwkElement,
             cIDServR22CFSIx }
    ::= {  cIDServR22Table  1  }

  CIDServR22Entry  ::=  SEQUENCE
  {
    cIDServR22NEConn                   Unsigned32,
    cIDServR22NetwkElement             DisplayString,
    cIDServR22CFSIx                    Unsigned32,
    cIDServR22CallTraceMaxNumCallsToTrace
                                       Unsigned32,
    cIDServR22SupportAR                INTEGER,
    cIDServR22ARDefSetting             INTEGER,
    cIDServR22AROneOrTwoStageActivn    INTEGER,
    cIDServR22ARTwoStageAccessCode     DisplayString,
    cIDServR22SupportCallTrace         INTEGER,
    cIDServR22CallTraceUSB             INTEGER,
    cIDServR22CallTraceDefSetting      INTEGER,
    cIDServR22CallTraceActivateCode    DisplayString,
    cIDServR22CallTraceTwoStageActivn  INTEGER,
    cIDServR22CallTraceTwoStageInvocationKey
                                       INTEGER,
    cIDServR22CallTraceTwoStageMaxAttempts
                                       Unsigned32,
    cIDServR22CallTraceTwoStageTimeoutLen
                                       Unsigned32,
    cIDServR22CallTraceTwoStageMaxTimeouts
                                       Unsigned32,
    cIDServR22SupportCIDPres           INTEGER,
    cIDServR22CIDPresClgPartyNum       INTEGER,
    cIDServR22CIDPresClgPartySubAddr   INTEGER,
    cIDServR22CIDPresDelivByDef        INTEGER,
    cIDServR22CIDPresPresentNumCode    DisplayString,
    cIDServR22CIDPresWitholdNumCode    DisplayString,
    cIDServR22CIDPresRedirectingNumInfo
                                       INTEGER,
    cIDServR22CIDPresDefNetwkInfo      INTEGER,
    cIDServR22CIDPresDefNetwkNum       DisplayString,
    cIDServR22SupportCNDB              INTEGER,
    cIDServR22CNDBUSB                  INTEGER,
    cIDServR22CNDBDefSetting           INTEGER,
    cIDServR22CNDBDefOverrideCode      DisplayString,
    cIDServR22CNDBConfirmationTone     INTEGER,
    cIDServR22RowStatus                RowStatus,
    cIDServR22SupportCND               INTEGER,
    cIDServR22CNDUSB                   INTEGER,
    cIDServR22CNDEnableCode            DisplayString,
    cIDServR22CNDDisableCode           DisplayString,
    cIDServR22CNDCheckCode             DisplayString,
    cIDServR22ARUSB                    INTEGER,
    cIDServR22AROneStageAccessCode     DisplayString,
    cIDServR22ARSecondStageRecallKey   INTEGER,
    cIDServR22ARNumInvalidActionsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR22ARNumTimeoutsBeforeErrAnnounce
                                       Unsigned32,
    cIDServR22ARCallRtnTimeout         Unsigned32,
    cIDServR22ARRejNonUniqueNums       INTEGER,
    cIDServR22ARRejAnonNums            INTEGER,
    cIDServR22ARMarkBAFBillRecs        INTEGER,
    cIDServR22SupportClgNameDlvry      INTEGER,
    cIDServR22ClgNameDlvryDatabaseQueryTimeoutLen
                                       Unsigned32,
    cIDServR22ClgNameDlvryXmitPrivateIndWithhldNums
                                       INTEGER,
    cIDServR22ClgNameDlvryQueryNameInterLATACalls
                                       INTEGER,
    cIDServR22I1CNAMSLHRNEConn         Unsigned32,
    cIDServR22I2CNAMSLHRNetwkElement   DisplayString,
    cIDServR22I3CNAMSLHRCFSIx          Unsigned32,
    cIDServR22I4CNAMSLHRServLogicHostRouteIx
                                       Unsigned32,
    cIDServR22CNAMSLHROtherVals        INTEGER,
    cIDServR22AlrmState                INTEGER,
    cIDServR22AlrmEvtsAtndDpLogCorr    Counter64,
    cIDServR22AddtlAlrmEvtsAtndDpLogCorr
                                       Counter64,
    cIDServR22AlrmEvtsAtndDp           Unsigned32,
    cIDServR22AlrmStateTimestamp       Unsigned32,
    cIDServR22AlrmResetTimestamp       Unsigned32,
    cIDServR22ClgNameDlvryUSB          INTEGER,
    cIDServR22ARDeactivateCode         DisplayString,
    cIDServR22SupportAutoClback        INTEGER,
    cIDServR22AutoClbackDefVal         INTEGER,
    cIDServR22AutoClbackMarkBAFBillRecs
                                       INTEGER,
    cIDServR22AutoClbackUSB            INTEGER,
    cIDServR22AutoClbackActivateCode   DisplayString,
    cIDServR22AutoClbackDeactivateCode DisplayString,
    cIDServR22ARClbackResumeScanTimerT2
                                       INTEGER,
    cIDServR22ARClbackInitialQueryResponseTimerT5
                                       INTEGER,
    cIDServR22ARClbackMonitoringTimerT6
                                       INTEGER,
    cIDServR22ARClbackSubsequentQueryResponseTimerT9
                                       INTEGER,
    cIDServR22ARClbackOrigingOverallMonitoringTimerT10
                                       INTEGER,
    cIDServR22ARClbackResumeScanThreshold
                                       INTEGER,
    cIDServR22ARClbackOrigingScanRate  INTEGER,
    cIDServR22ARClbackMaxRingCycles    INTEGER,
    cIDServR22ARClbackMaxSpecialRingBacks
                                       INTEGER,
    cIDServR22AllowARClbackTermScanning
                                       INTEGER,
    cIDServR22ARClbackTermScanningMonitoringTimerT7
                                       INTEGER,
    cIDServR22ARClbackMaxActivns       INTEGER,
    cIDServR22I1ARClbackServLogicHostRouteNEConn
                                       Unsigned32,
    cIDServR22I2ARClbackServLogicHostRouteNetwkElement
                                       DisplayString,
    cIDServR22I3ARClbackServLogicHostRouteCFSIx
                                       Unsigned32,
    cIDServR22I4ARClbackServLogicHostRouteServLogicHostRouteIx
                                       Unsigned32,
    cIDServR22ARClbackServLogicHostRouteOtherVals
                                       INTEGER,
    cIDServR22ARClbackMaxQueueSize     Unsigned32,
    cIDServR22SupportLastCIDErasure    INTEGER,
    cIDServR22LastCIDErasureDefSetting INTEGER,
    cIDServR22LastCIDErasureAccessCode DisplayString,
    cIDServR22ClgNameDlvryNameSource   BITS,
    cIDServR22CIDPresNumWithholdRejReason
                                       INTEGER,
    cIDServR22ClgNameDlvrySendCallerNamesOnTrnkCalls
                                       INTEGER,
    cIDServR22SupportClgIDDlvryOverIP  INTEGER,
    cIDServR22I1ClgIDDlvryOverIPDefDestNEConn
                                       Unsigned32,
    cIDServR22I2ClgIDDlvryOverIPDefDestNetwkElement
                                       DisplayString,
    cIDServR22I3ClgIDDlvryOverIPDefDestCFSIx
                                       Unsigned32,
    cIDServR22I4ClgIDDlvryOverIPDefDestIPDestIx
                                       Unsigned32,
    cIDServR22ClgIDDlvryOverIPPollInterval
                                       Unsigned32,
    cIDServR22AlrmEvtsAttnRqLogCorr    Counter64,
    cIDServR22AlrmEvtsAttnRq           Unsigned32,
    cIDServR22ChldAlrmsAttnRq          Unsigned32,
    cIDServR22ChldAlrmEvtsAttnRq       Unsigned32,
    cIDServR22SummaryChldAlrmState     INTEGER,
    cIDServR22CNDDefPreferredSIPFormat INTEGER,
    cIDServR22ClgNameDlvryNetwkQueryMethod
                                       INTEGER,
    cIDServR22SupportClgNameDlvryQH    INTEGER,
    cIDServR22CNAMCacheEnabled         INTEGER,
    cIDServR22ClgNameDlvryMaxCacheEntries
                                       Unsigned32,
    cIDServR22CNAMCacheEntryExpiryTime Unsigned32,
    cIDServR22I1CNAMSLHRQHNEConn       Unsigned32,
    cIDServR22I2CNAMSLHRQHNetwkElement DisplayString,
    cIDServR22I3CNAMSLHRQHCFSIx        Unsigned32,
    cIDServR22I4CNAMSLHRQHServLogicHostRouteIx
                                       Unsigned32,
    cIDServR22CNAMSLHRQHOtherVals      INTEGER,
    cIDServR22DoExtraActions           INTEGER,
    cIDServR22CallerNameProxyTandemCalls
                                       INTEGER,
    cIDServR22CacheQueryRess           INTEGER,
    cIDServR22CacheImportFilename      DisplayString,
    cIDServR22CacheImportSchedule      INTEGER,
    cIDServR22CacheImportHr            INTEGER,
    cIDServR22CacheImportMin           INTEGER,
    cIDServR22TimeLastSuccessfulCacheImport
                                       Unsigned32,
    cIDServR22TimeNextScheduledCacheImport
                                       Unsigned32,
    cIDServR22CallTraceActivateDuringCall
                                       INTEGER,
    cIDServR22SpprtCllrIdConnNumDlvry  INTEGER,
    cIDServR22SpprtCllrIdConnLnIDPres  INTEGER,
    cIDServR22CllrIdConnLnIDPresDeliv  INTEGER,
    cIDServR22CllrIdConnLnIDPresIgnore INTEGER,
    cIDServR22CNDSuppOvrgPvcySettgClgSub
                                       INTEGER,
    cIDServR22ConnectedNumDlvrySuppOvrgPvcySettgConnSub
                                       INTEGER,
    cIDServR22SupportConnectedNameDlvry
                                       INTEGER,
    cIDServR22TotChldAlrmsAttnRq       Unsigned32,
    cIDServR22TotChldAlrmEvtsAttnRq    Unsigned32,
    cIDServR22ARClbackUseTestCalls     INTEGER,
    cIDServR22I1ClgNameDlvrySIPSubscriptionServerNEConn
                                       Unsigned32,
    cIDServR22I2ClgNameDlvrySIPSubscriptionServerNetwkElement
                                       DisplayString,
    cIDServR22I3ClgNameDlvrySIPSubscriptionServerCFSIx
                                       Unsigned32,
    cIDServR22I4ClgNameDlvrySIPSubscriptionServerBindingIx
                                       Unsigned32,
    cIDServR22ClgNameDlvrySIPSubscriptionServerOtherVals
                                       INTEGER,
    cIDServR22ClgNameDlvryServerIdentity
                                       DisplayString,
    cIDServR22SupportICDNDlvry         INTEGER,
    cIDServR22ARAllowAROnBusy          INTEGER,
    cIDServR22CallTraceAddtlCallTraceInfo
                                       BITS,
    cIDServR22CIDUsePBXSigPrsnt        INTEGER,
    cIDServR22ClgNameDlvryAdviceRiskClgNames
                                       LongDisplayString,
    cIDServR22SupportSTIRSHAKEN        INTEGER,
    cIDServR22STIRSHAKENUseCnamPrefixToIndicateVerifiedClgNum
                                       INTEGER
  }

  cIDServR22NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { cIDServR22Entry  1 }

  cIDServR22NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { cIDServR22Entry  2 }

  cIDServR22CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { cIDServR22Entry  3 }

  cIDServR22CallTraceMaxNumCallsToTrace OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..10000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - max number of calls to trace'.
                  This field is not writable when active."
    DEFVAL       { 500 }
    ::= { cIDServR22Entry  4 }

  cIDServR22SupportAR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Recall support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  5 }

  cIDServR22ARDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  6 }

  cIDServR22AROneOrTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   oneStage(1),
                   twoStage(2),
                   both(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - activation type'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  7 }

  cIDServR22ARTwoStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - two stage access code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  8 }

  cIDServR22SupportCallTrace OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  9 }

  cIDServR22CallTraceUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  10 }

  cIDServR22CallTraceDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  11 }

  cIDServR22CallTraceActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  12 }

  cIDServR22CallTraceTwoStageActivn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - two stage activation'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  13 }

  cIDServR22CallTraceTwoStageInvocationKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage invocation key'.
                  This field is not writable when active."
    DEFVAL       { one }
    ::= { cIDServR22Entry  14 }

  cIDServR22CallTraceTwoStageMaxAttempts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max attempts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR22Entry  15 }

  cIDServR22CallTraceTwoStageTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage timeout length'.
                  This field is not writable when active."
    DEFVAL       { 6 }
    ::= { cIDServR22Entry  16 }

  cIDServR22CallTraceTwoStageMaxTimeouts OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - two stage max timeouts'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR22Entry  17 }

  cIDServR22SupportCIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Caller ID Presentation support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  18 }

  cIDServR22CIDPresClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party number'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  19 }

  cIDServR22CIDPresClgPartySubAddr OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver calling party sub-address'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  20 }

  cIDServR22CIDPresDelivByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  21 }

  cIDServR22CIDPresPresentNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - present number code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  22 }

  cIDServR22CIDPresWitholdNumCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - withhold number code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  23 }

  cIDServR22CIDPresRedirectingNumInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver redirecting number information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  24 }

  cIDServR22CIDPresDefNetwkInfo OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - deliver default network information'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  25 }

  cIDServR22CIDPresDefNetwkNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - default network number'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  26 }

  cIDServR22SupportCNDB OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  27 }

  cIDServR22CNDBUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  28 }

  cIDServR22CNDBDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  29 }

  cIDServR22CNDBDefOverrideCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - default override code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  30 }

  cIDServR22CNDBConfirmationTone OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery Blocking - confirmation tone'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  31 }

  cIDServR22RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { cIDServR22Entry  32 }

  cIDServR22SupportCND OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling Number Delivery support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  33 }

  cIDServR22CNDUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  34 }

  cIDServR22CNDEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - enable code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  35 }

  cIDServR22CNDDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - disable code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  36 }

  cIDServR22CNDCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery - check code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  37 }

  cIDServR22ARUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  38 }

  cIDServR22AROneStageAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - one stage access code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  39 }

  cIDServR22ARSecondStageRecallKey OBJECT-TYPE
    SYNTAX       INTEGER {
                   zero(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5),
                   six(6),
                   seven(7),
                   eight(8),
                   nine(9)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return key'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  40 }

  cIDServR22ARNumInvalidActionsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of incorrect actions before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR22Entry  41 }

  cIDServR22ARNumTimeoutsBeforeErrAnnounce OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - number of timeouts before error announcement'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR22Entry  42 }

  cIDServR22ARCallRtnTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..10 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - call return timeout'.
                  This field is not writable when active."
    DEFVAL       { 7 }
    ::= { cIDServR22Entry  43 }

  cIDServR22ARRejNonUniqueNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject non-unique numbers'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  44 }

  cIDServR22ARRejAnonNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - reject anonymous numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  45 }

  cIDServR22ARMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  46 }

  cIDServR22SupportClgNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - subscriber support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  47 }

  cIDServR22ClgNameDlvryDatabaseQueryTimeoutLen OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..6 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - database query timeout length'.
                  This field is not writable when active."
    DEFVAL       { 3 }
    ::= { cIDServR22Entry  48 }

  cIDServR22ClgNameDlvryXmitPrivateIndWithhldNums OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - transmit private indication for withheld numbers'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  50 }

  cIDServR22ClgNameDlvryQueryNameInterLATACalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query name for interLATA calls'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  51 }

  cIDServR22I1CNAMSLHRNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  52 }

  cIDServR22I2CNAMSLHRNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  53 }

  cIDServR22I3CNAMSLHRCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  54 }

  cIDServR22I4CNAMSLHRServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  55 }

  cIDServR22CNAMSLHROtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (outgoing queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (outgoing queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR22Entry  56 }

  cIDServR22AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { cIDServR22Entry  57 }

  cIDServR22AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { cIDServR22Entry  58 }

  cIDServR22AddtlAlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Additional alarm log correlator - Attend To Dependent'."
    ::= { cIDServR22Entry  59 }

  cIDServR22AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR22Entry  60 }

  cIDServR22AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { cIDServR22Entry  61 }

  cIDServR22AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { cIDServR22Entry  62 }

  cIDServR22ClgNameDlvryUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  63 }

  cIDServR22ARDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  64 }

  cIDServR22SupportAutoClback OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Automatic Callback support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  65 }

  cIDServR22AutoClbackDefVal OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  66 }

  cIDServR22AutoClbackMarkBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - mark BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  67 }

  cIDServR22AutoClbackUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  68 }

  cIDServR22AutoClbackActivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - activate code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  69 }

  cIDServR22AutoClbackDeactivateCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Callback - deactivate code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  70 }

  cIDServR22ARClbackResumeScanTimerT2 OBJECT-TYPE
    SYNTAX       INTEGER ( 180..720 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning timer T2'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR22Entry  71 }

  cIDServR22ARClbackInitialQueryResponseTimerT5 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - initial query response timer T5'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR22Entry  72 }

  cIDServR22ARClbackMonitoringTimerT6 OBJECT-TYPE
    SYNTAX       INTEGER ( 1500..2100 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - monitoring timer T6'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR22Entry  73 }

  cIDServR22ARClbackSubsequentQueryResponseTimerT9 OBJECT-TYPE
    SYNTAX       INTEGER ( 1000..5000 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - subsequent query response timer T9'.
                  This field is not writable when active."
    DEFVAL       { 3000 }
    ::= { cIDServR22Entry  74 }

  cIDServR22ARClbackOrigingOverallMonitoringTimerT10 OBJECT-TYPE
    SYNTAX       INTEGER ( 120..240 )
    UNITS        "minutes"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating overall monitoring timer T10'.
                  This field is not writable when active."
    DEFVAL       { 180 }
    ::= { cIDServR22Entry  75 }

  cIDServR22ARClbackResumeScanThreshold OBJECT-TYPE
    SYNTAX       INTEGER ( 0..420 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - resume scanning threshold'.
                  This field is not writable when active."
    DEFVAL       { 300 }
    ::= { cIDServR22Entry  76 }

  cIDServR22ARClbackOrigingScanRate OBJECT-TYPE
    SYNTAX       INTEGER {
                   thirty(30),
                   fortyFive(45),
                   sixty(60),
                   seventyFive(75),
                   ninety(90)
                 }
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - originating scan rate'.
                  This field is not writable when active."
    DEFVAL       { sixty }
    ::= { cIDServR22Entry  77 }

  cIDServR22ARClbackMaxRingCycles OBJECT-TYPE
    SYNTAX       INTEGER ( 2..5 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max ring cycles'.
                  This field is not writable when active."
    DEFVAL       { 4 }
    ::= { cIDServR22Entry  78 }

  cIDServR22ARClbackMaxSpecialRingBacks OBJECT-TYPE
    SYNTAX       INTEGER ( 1..12 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max special ring backs'.
                  This field is not writable when active."
    DEFVAL       { 2 }
    ::= { cIDServR22Entry  79 }

  cIDServR22AllowARClbackTermScanning OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - terminating scanning allowed'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  80 }

  cIDServR22ARClbackTermScanningMonitoringTimerT7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..1800 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - termination scanning monitoring timer T7'.
                  This field is not writable when active."
    DEFVAL       { 1800 }
    ::= { cIDServR22Entry  81 }

  cIDServR22ARClbackMaxActivns OBJECT-TYPE
    SYNTAX       INTEGER ( 10..30 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - max concurrent activations'.
                  This field is not writable when active."
    DEFVAL       { 20 }
    ::= { cIDServR22Entry  82 }

  cIDServR22I1ARClbackServLogicHostRouteNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  83 }

  cIDServR22I2ARClbackServLogicHostRouteNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  84 }

  cIDServR22I3ARClbackServLogicHostRouteCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  85 }

  cIDServR22I4ARClbackServLogicHostRouteServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  86 }

  cIDServR22ARClbackServLogicHostRouteOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Automatic Recall / Callback - Service Logic Host Route'.
                  This field represents the fixed
                  values that Automatic Recall / Callback - Service Logic Host Route
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR22Entry  87 }

  cIDServR22ARClbackMaxQueueSize OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..20 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - maximum queue size'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { cIDServR22Entry  88 }

  cIDServR22SupportLastCIDErasure OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Last Caller ID Erasure support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  89 }

  cIDServR22LastCIDErasureDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  90 }

  cIDServR22LastCIDErasureAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Last Caller ID Erasure - access code'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  91 }

  cIDServR22ClgNameDlvryNameSource OBJECT-TYPE
    SYNTAX       BITS {
                   trunkSignaling(0),
                   localDefinition(1),
                   networkQuery(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - name sources'.
                  This field is not writable when active."
    ::= { cIDServR22Entry  92 }

  cIDServR22CIDPresNumWithholdRejReason OBJECT-TYPE
    SYNTAX       INTEGER {
                   blocked(0),
                   numberUnavailable(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - number withhold rejection reason'.
                  This field is not writable when active."
    DEFVAL       { blocked }
    ::= { cIDServR22Entry  93 }

  cIDServR22ClgNameDlvrySendCallerNamesOnTrnkCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - send caller names on trunk calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  97 }

  cIDServR22SupportClgIDDlvryOverIP OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  98 }

  cIDServR22I1ClgIDDlvryOverIPDefDestNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR22Entry  99 }

  cIDServR22I2ClgIDDlvryOverIPDefDestNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR22Entry  100 }

  cIDServR22I3ClgIDDlvryOverIPDefDestCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR22Entry  101 }

  cIDServR22I4ClgIDDlvryOverIPDefDestIPDestIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name and Number Delivery over IP - default destination',
                  This field represents index
                  'IP destination index'
                  in referenced type 'BOOCallerIDIPDestinationSE'."
    ::= { cIDServR22Entry  102 }

  cIDServR22ClgIDDlvryOverIPPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name and Number Delivery over IP - poll interval'.
                  This field is not writable when active."
    DEFVAL       { 60 }
    ::= { cIDServR22Entry  104 }

  cIDServR22AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { cIDServR22Entry  105 }

  cIDServR22AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR22Entry  106 }

  cIDServR22ChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child Attention Required alarms'."
    ::= { cIDServR22Entry  107 }

  cIDServR22ChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { cIDServR22Entry  108 }

  cIDServR22SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { cIDServR22Entry  109 }

  cIDServR22CNDDefPreferredSIPFormat OBJECT-TYPE
    SYNTAX       INTEGER {
                   directoryNumber(1),
                   sIPURI(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - default preferred SIP format'.
                  This field is not writable when active."
    DEFVAL       { directoryNumber }
    ::= { cIDServR22Entry  110 }

  cIDServR22ClgNameDlvryNetwkQueryMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   tCAPQuery(1),
                   targusIPQuery(2),
                   sIPQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - network query method'.
                  This field is not writable when active."
    DEFVAL       { tCAPQuery }
    ::= { cIDServR22Entry  111 }

  cIDServR22SupportClgNameDlvryQH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - query handling support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  113 }

  cIDServR22CNAMCacheEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache enabled'."
    DEFVAL       { false }
    ::= { cIDServR22Entry  114 }

  cIDServR22ClgNameDlvryMaxCacheEntries OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100000000 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - maximum cache entries'."
    ::= { cIDServR22Entry  115 }

  cIDServR22CNAMCacheEntryExpiryTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..100 )
    UNITS        "days"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache entry expiry time'."
    DEFVAL       { 30 }
    ::= { cIDServR22Entry  116 }

  cIDServR22I1CNAMSLHRQHNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  117 }

  cIDServR22I2CNAMSLHRQHNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  118 }

  cIDServR22I3CNAMSLHRQHCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  119 }

  cIDServR22I4CNAMSLHRQHServLogicHostRouteIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)',
                  This field represents index
                  'Service Logic Host Route index'
                  in referenced type 'BOOTCAPSLHRSE'."
    ::= { cIDServR22Entry  120 }

  cIDServR22CNAMSLHRQHOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - Service Logic Host Route (incoming queries)'.
                  This field represents the fixed
                  values that Calling Name Delivery - Service Logic Host Route (incoming queries)
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR22Entry  121 }

  cIDServR22DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   clearCNAMCache(1),
                   manageCNAMCache(2),
                   runCNAMNetworkQuery(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  ""
    ::= { cIDServR22Entry  124 }

  cIDServR22CallerNameProxyTandemCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - caller name proxy for tandem calls'."
    DEFVAL       { false }
    ::= { cIDServR22Entry  125 }

  cIDServR22CacheQueryRess OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache query results'."
    DEFVAL       { true }
    ::= { cIDServR22Entry  126 }

  cIDServR22CacheImportFilename OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import file name'."
    ::= { cIDServR22Entry  127 }

  cIDServR22CacheImportSchedule OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   once(2),
                   daily(3),
                   monday(4),
                   tuesday(5),
                   wednesday(6),
                   thursday(7),
                   friday(8),
                   saturday(9),
                   sunday(10)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import schedule'."
    DEFVAL       { none }
    ::= { cIDServR22Entry  128 }

  cIDServR22CacheImportHr OBJECT-TYPE
    SYNTAX       INTEGER ( 0..23 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import hour'."
    ::= { cIDServR22Entry  129 }

  cIDServR22CacheImportMin OBJECT-TYPE
    SYNTAX       INTEGER ( 0..59 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - cache import minute'."
    ::= { cIDServR22Entry  130 }

  cIDServR22TimeLastSuccessfulCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of last successful cache import'."
    ::= { cIDServR22Entry  131 }

  cIDServR22TimeNextScheduledCacheImport OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - time of next scheduled cache import'."
    ::= { cIDServR22Entry  132 }

  cIDServR22CallTraceActivateDuringCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Trace - activate during call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  133 }

  cIDServR22SpprtCllrIdConnNumDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  134 }

  cIDServR22SpprtCllrIdConnLnIDPres OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  135 }

  cIDServR22CllrIdConnLnIDPresDeliv OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - deliver'."
    DEFVAL       { false }
    ::= { cIDServR22Entry  136 }

  cIDServR22CllrIdConnLnIDPresIgnore OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Line ID Presentation - ignore PBX signaled CID presentation'."
    DEFVAL       { false }
    ::= { cIDServR22Entry  137 }

  cIDServR22CNDSuppOvrgPvcySettgClgSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Number Delivery - support overriding privacy setting of calling subscriber'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  138 }

  cIDServR22ConnectedNumDlvrySuppOvrgPvcySettgConnSub OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Connected Number Delivery - support overriding privacy setting of connected subscriber'."
    DEFVAL       { false }
    ::= { cIDServR22Entry  139 }

  cIDServR22SupportConnectedNameDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connected Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  140 }

  cIDServR22TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { cIDServR22Entry  141 }

  cIDServR22TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { cIDServR22Entry  142 }

  cIDServR22ARClbackUseTestCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall / Callback - use test calls'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { cIDServR22Entry  143 }

  cIDServR22I1ClgNameDlvrySIPSubscriptionServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR22Entry  144 }

  cIDServR22I2ClgNameDlvrySIPSubscriptionServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR22Entry  145 }

  cIDServR22I3ClgNameDlvrySIPSubscriptionServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR22Entry  146 }

  cIDServR22I4ClgNameDlvrySIPSubscriptionServerBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server',
                  This field represents index
                  'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { cIDServR22Entry  147 }

  cIDServR22ClgNameDlvrySIPSubscriptionServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Calling Name Delivery - SIP subscription server'.
                  This field represents the fixed
                  values that Calling Name Delivery - SIP subscription server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { cIDServR22Entry  148 }

  cIDServR22ClgNameDlvryServerIdentity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - server identity'."
    ::= { cIDServR22Entry  149 }

  cIDServR22SupportICDNDlvry OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Intercom Call Dialed Name Delivery - support'."
    DEFVAL       { notConfigured }
    ::= { cIDServR22Entry  150 }

  cIDServR22ARAllowAROnBusy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Automatic Recall - allow Automatic Recall on Busy'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { cIDServR22Entry  151 }

  cIDServR22CallTraceAddtlCallTraceInfo OBJECT-TYPE
    SYNTAX       BITS {
                   lastForwardingPartyRedirectingNumber(0),
                   originalDestinationRedirectingNumber(1),
                   trunkGroupNumber(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Trace - additional Call Trace information'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { cIDServR22Entry  152 }

  cIDServR22CIDUsePBXSigPrsnt OBJECT-TYPE
    SYNTAX       INTEGER {
                   always(0),
                   never(1),
                   useIfNotWithheld(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Caller ID Presentation - use PBX signaled CID presentation'.
                  This field is not writable when active."
    DEFVAL       { always }
    ::= { cIDServR22Entry  153 }

  cIDServR22ClgNameDlvryAdviceRiskClgNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..509))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling Name Delivery - advice of Risk Calling Names'."
    ::= { cIDServR22Entry  154 }

  cIDServR22SupportSTIRSHAKEN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN - support'."
    DEFVAL       { false }
    ::= { cIDServR22Entry  155 }

  cIDServR22STIRSHAKENUseCnamPrefixToIndicateVerifiedClgNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'STIR / SHAKEN - use CNAM  prefix to indicate verified calling number'."
    DEFVAL       { false }
    ::= { cIDServR22Entry  156 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Incoming Call Services'                              */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  inServR10Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF InServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2772 }

  inServR10Entry OBJECT-TYPE
    SYNTAX       InServR10Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { inServR10NEConn,
             inServR10NetwkElement,
             inServR10CFSIx }
    ::= {  inServR10Table  1  }

  InServR10Entry  ::=  SEQUENCE
  {
    inServR10NEConn                    Unsigned32,
    inServR10NetwkElement              DisplayString,
    inServR10CFSIx                     Unsigned32,
    inServR10SupportACR                INTEGER,
    inServR10ACRUSB                    INTEGER,
    inServR10ACRAvailToAll             INTEGER,
    inServR10ACREnableCode             DisplayString,
    inServR10ACRDisableCode            DisplayString,
    inServR10ACRCheckCode              DisplayString,
    inServR10RowStatus                 RowStatus,
    inServR10SupportSCR                INTEGER,
    inServR10SCRUSB                    INTEGER,
    inServR10AllowSCRUSBDenied         INTEGER,
    inServR10SCRAccessCode             DisplayString,
    inServR10SCRSecondaryAccessCode    DisplayString,
    inServR10SCRMaxNum                 Unsigned32,
    inServR10SupportPriorityCall       INTEGER,
    inServR10PriorityCallUSB           INTEGER,
    inServR10AllowPriorityCallUSBDenied
                                       INTEGER,
    inServR10PriorityCallAccessCode    DisplayString,
    inServR10PriorityCallSecondaryAccessCode
                                       DisplayString,
    inServR10PriorityCallMaxNum        Unsigned32,
    inServR10SupportDoNotDist          INTEGER,
    inServR10DoNotDistEnableCode       DisplayString,
    inServR10DoNotDistDisableCode      DisplayString,
    inServR10DoNotDistCheckCode        DisplayString,
    inServR10DoNotDistSingleRingDef    INTEGER,
    inServR10SupportSCA                INTEGER,
    inServR10SCAUSB                    INTEGER,
    inServR10SCAUSBCanBeDenied         INTEGER,
    inServR10SCAAccessCode             DisplayString,
    inServR10SCAAlternativeAccessCode  DisplayString,
    inServR10SCAMaxNumsToConfigure     Unsigned32,
    inServR10MLHGsProdBAFBillRecs      INTEGER,
    inServR10MLHGsBAFBillFeatureCode   INTEGER,
    inServR10MLHGsLogInOutAccCodeSupported
                                       INTEGER,
    inServR10MLHGsLogInOutAccCode      DisplayString,
    inServR10MLHGsStatisticsEnabledByDef
                                       INTEGER,
    inServR10MADNMLHGCOClsToSIPLnsClsSprMCA
                                       INTEGER,
    inServR10SupportLongDistanceAlert  INTEGER,
    inServR10LongDistanceAlertClgAreaUndet
                                       INTEGER,
    inServR10SupportDoNotDistIntegratedDND
                                       INTEGER,
    inServR10MLHGsMonitorAccessCode    DisplayString,
    inServR10MLHGsWhisperAccessCode    DisplayString,
    inServR10MLHGsBargeInAccessCode    DisplayString,
    inServR10ClsMltDevsCrossDeviceCallRej
                                       INTEGER,
    inServR10ClsMltDevsSplyClCmpltElsewrRsnAnswrdCls
                                       INTEGER,
    inServR10DoNotDistPinReqdToConfigureDnd
                                       INTEGER,
    inServR10MLHGsOrigServPilotDNsOnExtCalls
                                       INTEGER
  }

  inServR10NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { inServR10Entry  1 }

  inServR10NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { inServR10Entry  2 }

  inServR10CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { inServR10Entry  3 }

  inServR10SupportACR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Anonymous Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR10Entry  4 }

  inServR10ACRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  5 }

  inServR10ACRAvailToAll OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - available to all'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  6 }

  inServR10ACREnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - enable code'.
                  This field is not writable when active."
    ::= { inServR10Entry  7 }

  inServR10ACRDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - disable code'.
                  This field is not writable when active."
    ::= { inServR10Entry  8 }

  inServR10ACRCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Anonymous Call Rejection - check code'.
                  This field is not writable when active."
    ::= { inServR10Entry  9 }

  inServR10RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { inServR10Entry  10 }

  inServR10SupportSCR OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Selective Call Rejection support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR10Entry  11 }

  inServR10SCRUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  12 }

  inServR10AllowSCRUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR10Entry  13 }

  inServR10SCRAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  14 }

  inServR10SCRSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - alternative access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  15 }

  inServR10SCRMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Selective Call Rejection - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR10Entry  16 }

  inServR10SupportPriorityCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR10Entry  17 }

  inServR10PriorityCallUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  18 }

  inServR10AllowPriorityCallUSBDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR10Entry  19 }

  inServR10PriorityCallAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Priority Call - access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  20 }

  inServR10PriorityCallSecondaryAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - alternative access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  21 }

  inServR10PriorityCallMaxNum OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Priority Call - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR10Entry  22 }

  inServR10SupportDoNotDist OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR10Entry  26 }

  inServR10DoNotDistEnableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - enable code'.
                  This field is not writable when active."
    ::= { inServR10Entry  27 }

  inServR10DoNotDistDisableCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - disable code'.
                  This field is not writable when active."
    ::= { inServR10Entry  28 }

  inServR10DoNotDistCheckCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Do Not Disturb - check code'.
                  This field is not writable when active."
    ::= { inServR10Entry  29 }

  inServR10DoNotDistSingleRingDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - default single ring setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  30 }

  inServR10SupportSCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance Support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR10Entry  31 }

  inServR10SCAUSB OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  32 }

  inServR10SCAUSBCanBeDenied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - usage sensitive billing can be denied'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR10Entry  33 }

  inServR10SCAAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  34 }

  inServR10SCAAlternativeAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - alternative access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  35 }

  inServR10SCAMaxNumsToConfigure OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - Selective Call Acceptance - maximum numbers to configure'.
                  This field is not writable when active."
    DEFVAL       { 10 }
    ::= { inServR10Entry  36 }

  inServR10MLHGsProdBAFBillRecs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - produce BAF billing records'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { inServR10Entry  37 }

  inServR10MLHGsBAFBillFeatureCode OBJECT-TYPE
    SYNTAX       INTEGER ( 0..999 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - BAF billing feature code'.
                  This field is not writable when active."
    DEFVAL       { 14 }
    ::= { inServR10Entry  38 }

  inServR10MLHGsLogInOutAccCodeSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code supported'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  39 }

  inServR10MLHGsLogInOutAccCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - login/logout access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  40 }

  inServR10MLHGsStatisticsEnabledByDef OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - statistics enabled by default'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  41 }

  inServR10MADNMLHGCOClsToSIPLnsClsSprMCA OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MADN/MLHG calls - offer MADN/MLHG calls to SIP lines in calls with spare MCAs'."
    DEFVAL       { true }
    ::= { inServR10Entry  42 }

  inServR10SupportLongDistanceAlert OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Long Distance Alert - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { inServR10Entry  43 }

  inServR10LongDistanceAlertClgAreaUndet OBJECT-TYPE
    SYNTAX       INTEGER {
                   local(1),
                   longDistance(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Long Distance Alert - treatment if calling area undetermined'.
                  This field is not writable when active."
    DEFVAL       { longDistance }
    ::= { inServR10Entry  44 }

  inServR10SupportDoNotDistIntegratedDND OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - integrated DND support'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  45 }

  inServR10MLHGsMonitorAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - monitor access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  46 }

  inServR10MLHGsWhisperAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - whisper access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  47 }

  inServR10MLHGsBargeInAccessCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - barge-in access code'.
                  This field is not writable when active."
    ::= { inServR10Entry  48 }

  inServR10ClsMltDevsCrossDeviceCallRej OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls to multiple devices - cross-device call rejection'."
    DEFVAL       { false }
    ::= { inServR10Entry  49 }

  inServR10ClsMltDevsSplyClCmpltElsewrRsnAnswrdCls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calls to multiple devices - Supply call completed elsewhere reason for answered calls'."
    DEFVAL       { false }
    ::= { inServR10Entry  50 }

  inServR10DoNotDistPinReqdToConfigureDnd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Do Not Disturb - pin required to configure DND'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { inServR10Entry  51 }

  inServR10MLHGsOrigServPilotDNsOnExtCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - originating services for pilot DNs on external calls'."
    DEFVAL       { false }
    ::= { inServR10Entry  52 }

-- /*********************************************************************************/
-- /* MIB table for SE 'PBX'                                                        */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  pBXR36Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF PBXR36Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'PBXs'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2773 }

  pBXR36Entry OBJECT-TYPE
    SYNTAX       PBXR36Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { pBXR36NEConn,
             pBXR36NetwkElement,
             pBXR36CFSIx,
             pBXR36DirNum }
    ::= {  pBXR36Table  1  }

  PBXR36Entry  ::=  SEQUENCE
  {
    pBXR36NEConn                       Unsigned32,
    pBXR36NetwkElement                 DisplayString,
    pBXR36CFSIx                        Unsigned32,
    pBXR36DirNum                       DisplayString,
    pBXR36PresNum                      DisplayString,
    pBXR36ClgPartyNum                  DisplayString,
    pBXR36I1SubGpNEConn                Unsigned32,
    pBXR36I2SubGpNetwkElement          DisplayString,
    pBXR36I3SubGpCFSIx                 Unsigned32,
    pBXR36I4SubGpSubGpIx               Unsigned32,
    pBXR36NumStatus                    INTEGER,
    pBXR36PortedExchangeID             DisplayString,
    pBXR36LineSelMethod                INTEGER,
    pBXR36ANIDNISFormat                DisplayString,
    pBXR36PIN                          DisplayString,
    pBXR36Locale                       INTEGER,
    pBXR36DigitMaskingReqd             INTEGER,
    pBXR36TermFacilityMarksServInterception
                                       INTEGER,
    pBXR36ActYear                      Unsigned32,
    pBXR36ActMonth                     Unsigned32,
    pBXR36ActDate                      Unsigned32,
    pBXR36CurrPBXLineAlrmsAttnRq       Unsigned32,
    pBXR36PrevPBXLineAlrmsAttnRq       Unsigned32,
    pBXR36CurrPBXLineAlrmsAtndDp       Unsigned32,
    pBXR36PrevPBXLineAlrmsAtndDp       Unsigned32,
    pBXR36ChldCallServAlrmsAttnRq      Unsigned32,
    pBXR36ChldCallServAlrmEvtsAttnRq   Unsigned32,
    pBXR36ChldCallServAlrmsAtndDp      Unsigned32,
    pBXR36ChldCallServAlrmEvtsAtndDp   Unsigned32,
    pBXR36DiagsAPITraceEnabled         INTEGER,
    pBXR36DiagsAPITraceTag             DisplayString,
    pBXR36DiagsAPITraceRemNum          DisplayString,
    pBXR36TotChldAlrmsAttnRq           Unsigned32,
    pBXR36TotChldAlrmEvtsAttnRq        Unsigned32,
    pBXR36TotChldAlrmsAtndDp           Unsigned32,
    pBXR36TotChldAlrmEvtsAtndDp        Unsigned32,
    pBXR36SummaryChldAlrmState         INTEGER,
    pBXR36ExportNumObjectsExported     Integer32,
    pBXR36ExportStatus                 DisplayString,
    pBXR36ExportFile                   DisplayString,
    pBXR36ExportCorr                   Counter64,
    pBXR36ExportCorrNode               DisplayString,
    pBXR36ExportCorrUID                DisplayString,
    pBXR36DoExtraActions               INTEGER,
    pBXR36RowStatus                    RowStatus,
    pBXR36MovedToDirNum                DisplayString,
    pBXR36CustInfo                     DisplayString,
    pBXR36DelivISDNUserProvidedNumOnEmgncyCall
                                       INTEGER,
    pBXR36ServSuspended                INTEGER,
    pBXR36SendDIDSeqListedDirNum       INTEGER,
    pBXR36DNISUsedInDIDSeqListedDirNum DisplayString,
    pBXR36CustInfo2                    DisplayString,
    pBXR36CustInfo3                    DisplayString,
    pBXR36CustInfo4                    DisplayString,
    pBXR36CustInfo5                    DisplayString,
    pBXR36CustInfo6                    DisplayString,
    pBXR36RecentlyMovedFromOldNum      INTEGER,
    pBXR36MovedFromDirNum              DisplayString,
    pBXR36ConnectCallAfterAnnounce     INTEGER,
    pBXR36DiagsLogLvl                  INTEGER,
    pBXR36PBXFixBits                   BITS,
    pBXR36ChargeNum                    DisplayString,
    pBXR36SigType                      INTEGER,
    pBXR36SDActMaxCallAppearances      Unsigned32,
    pBXR36SDDefMaxCallAppearances      Unsigned32,
    pBXR36SDUseDefMaxCallAppearances   INTEGER,
    pBXR36I1PerProfNEConn              Unsigned32,
    pBXR36I2PerProfNetwkElement        DisplayString,
    pBXR36I3PerProfCFSIx               Unsigned32,
    pBXR36I4PerProfGpIx                Unsigned32,
    pBXR36SDActTimezone                INTEGER,
    pBXR36SDDefTimezone                INTEGER,
    pBXR36SDUseDefTimezone             INTEGER,
    pBXR36SDActAdjustDaylightSavings   INTEGER,
    pBXR36SDDefAdjustDaylightSavings   INTEGER,
    pBXR36SDUseDefAdjustDaylightSavings
                                       INTEGER,
    pBXR36SDActLongDistanceCarr        DisplayString,
    pBXR36SDDefLongDistanceCarr        DisplayString,
    pBXR36SDUseDefLongDistanceCarr     INTEGER,
    pBXR36SDActIntraLATACarr           DisplayString,
    pBXR36SDDefIntraLATACarr           DisplayString,
    pBXR36SDUseDefIntraLATACarr        INTEGER,
    pBXR36SDActRtgAttrs                BITS,
    pBXR36SDDefRtgAttrs                BITS,
    pBXR36SDUseDefRtgAttrs             INTEGER,
    pBXR36SDActBillType                INTEGER,
    pBXR36SDDefBillType                INTEGER,
    pBXR36SDUseDefBillType             INTEGER,
    pBXR36SDActDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR36SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR36SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    pBXR36SDActTariffGp                INTEGER,
    pBXR36SDDefTariffGp                INTEGER,
    pBXR36SDUseDefTariffGp             INTEGER,
    pBXR36SDActIntnatlCarr             DisplayString,
    pBXR36SDDefIntnatlCarr             DisplayString,
    pBXR36SDUseDefIntnatlCarr          INTEGER,
    pBXR36SDActLCC1                    INTEGER,
    pBXR36SDDefLCC1                    INTEGER,
    pBXR36SDUseDefLCC1                 INTEGER,
    pBXR36SDActLCC2                    INTEGER,
    pBXR36SDDefLCC2                    INTEGER,
    pBXR36SDUseDefLCC2                 INTEGER,
    pBXR36SDActLCC3                    INTEGER,
    pBXR36SDDefLCC3                    INTEGER,
    pBXR36SDUseDefLCC3                 INTEGER,
    pBXR36SDActLCC4                    INTEGER,
    pBXR36SDDefLCC4                    INTEGER,
    pBXR36SDUseDefLCC4                 INTEGER,
    pBXR36SDActLCC5                    INTEGER,
    pBXR36SDDefLCC5                    INTEGER,
    pBXR36SDUseDefLCC5                 INTEGER,
    pBXR36SDActForceLNPLookup          INTEGER,
    pBXR36SDDefForceLNPLookup          INTEGER,
    pBXR36SDUseDefForceLNPLookup       INTEGER,
    pBXR36LineTrafficStudy             INTEGER,
    pBXR36DefNumDIDDigits              INTEGER,
    pBXR36EnabledDate                  Unsigned32,
    pBXR36ChargeNumReqd                INTEGER,
    pBXR36SDActClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR36SDDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR36SDUseDefClgNumConnectedLineIDScreening
                                       INTEGER,
    pBXR36SDActLCC6                    INTEGER,
    pBXR36SDDefLCC6                    INTEGER,
    pBXR36SDUseDefLCC6                 INTEGER,
    pBXR36SDActLCC7                    INTEGER,
    pBXR36SDDefLCC7                    INTEGER,
    pBXR36SDUseDefLCC7                 INTEGER,
    pBXR36SDActLCC8                    INTEGER,
    pBXR36SDDefLCC8                    INTEGER,
    pBXR36SDUseDefLCC8                 INTEGER,
    pBXR36SDActLCC9                    INTEGER,
    pBXR36SDDefLCC9                    INTEGER,
    pBXR36SDUseDefLCC9                 INTEGER,
    pBXR36SDActLCC10                   INTEGER,
    pBXR36SDDefLCC10                   INTEGER,
    pBXR36SDUseDefLCC10                INTEGER,
    pBXR36SDActLCC11                   INTEGER,
    pBXR36SDDefLCC11                   INTEGER,
    pBXR36SDUseDefLCC11                INTEGER,
    pBXR36SDActLCC12                   INTEGER,
    pBXR36SDDefLCC12                   INTEGER,
    pBXR36SDUseDefLCC12                INTEGER,
    pBXR36SDActLCC13                   INTEGER,
    pBXR36SDDefLCC13                   INTEGER,
    pBXR36SDUseDefLCC13                INTEGER,
    pBXR36SDActLCC14                   INTEGER,
    pBXR36SDDefLCC14                   INTEGER,
    pBXR36SDUseDefLCC14                INTEGER,
    pBXR36SDActLCC15                   INTEGER,
    pBXR36SDDefLCC15                   INTEGER,
    pBXR36SDUseDefLCC15                INTEGER,
    pBXR36SDActLCC16                   INTEGER,
    pBXR36SDDefLCC16                   INTEGER,
    pBXR36SDUseDefLCC16                INTEGER,
    pBXR36SDActLCC17                   INTEGER,
    pBXR36SDDefLCC17                   INTEGER,
    pBXR36SDUseDefLCC17                INTEGER,
    pBXR36SDActLCC18                   INTEGER,
    pBXR36SDDefLCC18                   INTEGER,
    pBXR36SDUseDefLCC18                INTEGER,
    pBXR36SDActLCC19                   INTEGER,
    pBXR36SDDefLCC19                   INTEGER,
    pBXR36SDUseDefLCC19                INTEGER,
    pBXR36SDActLCC20                   INTEGER,
    pBXR36SDDefLCC20                   INTEGER,
    pBXR36SDUseDefLCC20                INTEGER,
    pBXR36LDNPBXCapacityGp             INTEGER,
    pBXR36SDActVQMCallLogging          INTEGER,
    pBXR36SDDefVQMCallLogging          INTEGER,
    pBXR36SDUseDefVQMCallLogging       INTEGER,
    pBXR36FaultMonitoringLvl           INTEGER,
    pBXR36CFMLvlOnApply2               INTEGER,
    pBXR36MovedToNumAsDialed           DisplayString,
    pBXR36MovedDate                    Unsigned32,
    pBXR36SDActExpireAfter             Unsigned32,
    pBXR36SDDefExpireAfter             Unsigned32,
    pBXR36SDUseDefExpireAfter          INTEGER,
    pBXR36ExpiryDate                   Unsigned32,
    pBXR36IntercomDialingCode          DisplayString,
    pBXR36I1BusGpBusGpNEConn           Unsigned32,
    pBXR36I2BusGpBusGpNetwkElement     DisplayString,
    pBXR36I3BusGpBusGpCFSIx            Unsigned32,
    pBXR36I4BusGpBusGpGpIx             Unsigned32,
    pBXR36BusGpBusGpOtherVals          INTEGER,
    pBXR36BusGpExternalLineCode        DisplayString,
    pBXR36BusGpInternalLineCode        DisplayString,
    pBXR36BusGpStarReplacementPulseDialing
                                       DisplayString,
    pBXR36BusGpSimpleDigitMatchingAutomaticallyApplied
                                       INTEGER,
    pBXR36BusGpForceSimpleMatching     INTEGER,
    pBXR36BusGpDiagsLogCorr            Counter64,
    pBXR36SecondLocale                 INTEGER,
    pBXR36SDActAdvChrgAOCD             INTEGER,
    pBXR36SDDefAdvChrgAOCD             INTEGER,
    pBXR36SDUseDefAdvChrgAOCD          INTEGER,
    pBXR36SDActAdvChrgAOCE             INTEGER,
    pBXR36SDDefAdvChrgAOCE             INTEGER,
    pBXR36SDUseDefAdvChrgAOCE          INTEGER,
    pBXR36I1DelegatedManagementGpEMSIx Unsigned32,
    pBXR36I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    pBXR36I3DelegatedManagementGpDMGIx Integer32,
    pBXR36SDActSubTimezone             LongDisplayString,
    pBXR36SDDefSubTimezone             LongDisplayString,
    pBXR36SDUseDefSubTimezone          INTEGER,
    pBXR36SDActChargeInd               INTEGER,
    pBXR36SDDefChargeInd               INTEGER,
    pBXR36SDUseDefChargeInd            INTEGER,
    pBXR36SDActSubClgCategory          INTEGER,
    pBXR36SDDefSubClgCategory          INTEGER,
    pBXR36SDUseDefSubClgCategory       INTEGER,
    pBXR36CustomerInfoFirstName        LongDisplayString,
    pBXR36CustomerInfoSecondName       LongDisplayString,
    pBXR36CustomerInfoOtherNames       LongDisplayString,
    pBXR36CustomerInfoPenultimateName  LongDisplayString,
    pBXR36CustomerInfoSurname          LongDisplayString,
    pBXR36UseNatlNumberingPlanOn10DigitCalls
                                       INTEGER,
    pBXR36I1TestCallsOverridingCfgSetNEConn
                                       Unsigned32,
    pBXR36I2TestCallsOverridingCfgSetNetwkElement
                                       DisplayString,
    pBXR36I3TestCallsOverridingCfgSetCFSIx
                                       Unsigned32,
    pBXR36I4TestCallsOverridingCfgSetCfgSetIx
                                       Unsigned32,
    pBXR36TestCallsOverridingCfgSetOtherVals
                                       INTEGER,
    pBXR36I1FaultMonitoringProfEMSIx   Unsigned32,
    pBXR36I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    pBXR36I3FaultMonitoringProfFMPIx   Integer32,
    pBXR36FaultMonitoringProfOtherVals INTEGER,
    pBXR36ApplyFMPToReltdObjectTypes   BITS,
    pBXR36AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    pBXR36SDActClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR36SDDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR36SDUseDefClgNumPrecedenceEmgncyCalls
                                       INTEGER,
    pBXR36SDActAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR36SDDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR36SDUseDefAddtlClgNumScreeningEmgncyCalls
                                       INTEGER,
    pBXR36AlrmState                    INTEGER,
    pBXR36StatisticsAlrms              Integer32,
    pBXR36AlrmLogCorr                  Counter64,
    pBXR36AddtlAlrmLogCorr             Counter64,
    pBXR36AlrmEvtsAttnRq               Unsigned32,
    pBXR36AlrmEvtsAtndDp               Unsigned32,
    pBXR36AlrmStateTimestamp           Unsigned32,
    pBXR36SASHostname                  LongDisplayString,
    pBXR36UseCfgdTrnkGpID              INTEGER,
    pBXR36TrnkGpID                     INTEGER,
    pBXR36AllowRehoming                INTEGER,
    pBXR36I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    pBXR36TotCallsLimit                INTEGER,
    pBXR36MaxCalls                     Unsigned32,
    pBXR36TermCallsLimit               INTEGER,
    pBXR36MaxTermCalls                 Unsigned32,
    pBXR36OrigingCallsLimit            INTEGER,
    pBXR36MaxOrigingCalls              Unsigned32,
    pBXR36LimitIntraBGCalls            INTEGER,
    pBXR36UsePBXSuppliedFailReasonUnsuccessfulCalls
                                       INTEGER,
    pBXR36PBXIsDuplicate               INTEGER,
    pBXR36PBXIsRenumbering             INTEGER,
    pBXR36ExportIncASRepData           INTEGER,
    pBXR36AppServerPBX                 INTEGER,
    pBXR36SupportsExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR36SendDDIPrefixExtensionDialingBySuffixDigits
                                       INTEGER,
    pBXR36DDIPrefixExtensionDialingBySuffixDigits
                                       DisplayString,
    pBXR36PortedRtgMethod              INTEGER,
    pBXR36LocationRtgNum               DisplayString,
    pBXR36IsIMS                        INTEGER,
    pBXR36ExportChldObjectsToInc       INTEGER,
    pBXR36OutboundCldPartyTON          INTEGER,
    pBXR36NormalizeInboundClgPartyNum  INTEGER,
    pBXR36PBXPrefixDN                  DisplayString,
    pBXR36PermissibleInboundIPAddrs    LongDisplayString,
    pBXR36SDActOutArea                 INTEGER,
    pBXR36SDDefOutArea                 INTEGER,
    pBXR36SDUseDefOutArea              INTEGER,
    pBXR36ClgPartyNumEmgncyCall        DisplayString,
    pBXR36BillUsesSignaledTrnkGpParm   INTEGER,
    pBXR36HasAssignedLines             INTEGER,
    pBXR36HasChldLnsRefdByRtgPlcyLns   INTEGER,
    pBXR36I1BusGpDepartmentNEConn      Unsigned32,
    pBXR36I2BusGpDepartmentNetwkElement
                                       DisplayString,
    pBXR36I3BusGpDepartmentCFSIx       Unsigned32,
    pBXR36I4BusGpDepartmentGpIx        Unsigned32,
    pBXR36I5BusGpDepartmentDepartmentIx
                                       Unsigned32,
    pBXR36BusGpDepartmentOtherVals     INTEGER,
    pBXR36ChldStatisticsAlrms          Integer32,
    pBXR36SDActOvrChargeNum            DisplayString,
    pBXR36SDDefOvrChargeNum            DisplayString,
    pBXR36SDUseDefOvrChargeNum         INTEGER,
    pBXR36SDActOvrClgPartyNum          DisplayString,
    pBXR36SDDefOvrClgPartyNum          DisplayString,
    pBXR36SDUseDefOvrClgPartyNum       INTEGER,
    pBXR36SDActActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR36SDDefActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR36SDUseDefActionOnFaildClgNumScreening
                                       INTEGER,
    pBXR36RequestSource                INTEGER,
    pBXR36UseDirNumDNISOnSIPLines      INTEGER,
    pBXR36UnownedNumSTIRSHAKENAttestationLvl
                                       INTEGER,
    pBXR36STIRSHAKENOriginationID      DisplayString,
    pBXR36EnterpriseID                 DisplayString
  }

  pBXR36NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { pBXR36Entry  1 }

  pBXR36NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { pBXR36Entry  2 }

  pBXR36CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { pBXR36Entry  3 }

  pBXR36DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { pBXR36Entry  4 }

  pBXR36PresNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Presentation number'.
                  This field is not writable when active."
    ::= { pBXR36Entry  5 }

  pBXR36ClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Calling party number'."
    ::= { pBXR36Entry  6 }

  pBXR36I1SubGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR36Entry  7 }

  pBXR36I2SubGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR36Entry  8 }

  pBXR36I3SubGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR36Entry  9 }

  pBXR36I4SubGpSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group',
                  This field represents index 'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { pBXR36Entry  10 }

  pBXR36NumStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   normal(1),
                   portedTo(2),
                   portedFromUKOnly(3),
                   recentlyMoved(4),
                   reservedOldNumber(5),
                   reservedForFutureUse(6),
                   portedOutNorthAmericaOnly(7),
                   reservedPortedInNorthAmericaOnly(8),
                   nonGeographic(9)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number status'.
                  This field is not writable when active."
    DEFVAL       { normal }
    ::= { pBXR36Entry  11 }

  pBXR36PortedExchangeID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported exchange ID'.
                  This field is not writable when active."
    ::= { pBXR36Entry  12 }

  pBXR36LineSelMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   lowestAvailable(1),
                   highestAvailableAnalogLineT1CASOnly(2),
                   leastRecentlyUsedAnalogLineT1CASOnly(3),
                   roundRobinAscendingISDNSIPOnly(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line selection method'.
                  This field is not writable when active."
    DEFVAL       { lowestAvailable }
    ::= { pBXR36Entry  13 }

  pBXR36ANIDNISFormat OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..23))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ANI / DNIS format'.
                  This field is not writable when active."
    DEFVAL       { "*ANI*DNIS*" }
    ::= { pBXR36Entry  14 }

  pBXR36PIN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PIN'."
    ::= { pBXR36Entry  18 }

  pBXR36Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { pBXR36Entry  19 }

  pBXR36DigitMaskingReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit masking required'."
    DEFVAL       { false }
    ::= { pBXR36Entry  22 }

  pBXR36TermFacilityMarksServInterception OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating facility marks - service interception'."
    DEFVAL       { false }
    ::= { pBXR36Entry  24 }

  pBXR36ActYear OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active year'."
    ::= { pBXR36Entry  26 }

  pBXR36ActMonth OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..12 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active month'."
    ::= { pBXR36Entry  27 }

  pBXR36ActDate OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..31 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Active date'."
    ::= { pBXR36Entry  28 }

  pBXR36CurrPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarms'."
    ::= { pBXR36Entry  29 }

  pBXR36PrevPBXLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR36Entry  30 }

  pBXR36CurrPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarms'."
    ::= { pBXR36Entry  31 }

  pBXR36PrevPBXLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR36Entry  32 }

  pBXR36ChldCallServAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarms'."
    ::= { pBXR36Entry  33 }

  pBXR36ChldCallServAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR36Entry  34 }

  pBXR36ChldCallServAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarms'."
    ::= { pBXR36Entry  35 }

  pBXR36ChldCallServAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Child Call Service Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR36Entry  36 }

  pBXR36DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { pBXR36Entry  37 }

  pBXR36DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { pBXR36Entry  38 }

  pBXR36DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { pBXR36Entry  39 }

  pBXR36TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { pBXR36Entry  40 }

  pBXR36TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { pBXR36Entry  41 }

  pBXR36TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { pBXR36Entry  42 }

  pBXR36TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { pBXR36Entry  43 }

  pBXR36SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { pBXR36Entry  44 }

  pBXR36ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { pBXR36Entry  45 }

  pBXR36ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { pBXR36Entry  46 }

  pBXR36ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { pBXR36Entry  47 }

  pBXR36ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { pBXR36Entry  48 }

  pBXR36ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { pBXR36Entry  49 }

  pBXR36ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { pBXR36Entry  50 }

  pBXR36DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   generateDiagnosticsLog(2),
                   emptyDIDCSTemporaryStore(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { pBXR36Entry  51 }

  pBXR36RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { pBXR36Entry  52 }

  pBXR36MovedToDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to directory number'."
    ::= { pBXR36Entry  53 }

  pBXR36CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { pBXR36Entry  54 }

  pBXR36DelivISDNUserProvidedNumOnEmgncyCall OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Deliver ISDN User Provided Number on emergency call'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR36Entry  55 }

  pBXR36ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { pBXR36Entry  57 }

  pBXR36SendDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR36Entry  59 }

  pBXR36DNISUsedInDIDSeqListedDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DNIS used in DID sequence for Listed Directory Number'.
                  This field is not writable when active."
    ::= { pBXR36Entry  60 }

  pBXR36CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { pBXR36Entry  61 }

  pBXR36CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { pBXR36Entry  62 }

  pBXR36CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { pBXR36Entry  63 }

  pBXR36CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { pBXR36Entry  64 }

  pBXR36CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { pBXR36Entry  65 }

  pBXR36RecentlyMovedFromOldNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recently moved from old number'."
    DEFVAL       { false }
    ::= { pBXR36Entry  66 }

  pBXR36MovedFromDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved from directory number'."
    ::= { pBXR36Entry  67 }

  pBXR36ConnectCallAfterAnnounce OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Connect call after announcement'."
    DEFVAL       { false }
    ::= { pBXR36Entry  68 }

  pBXR36DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { pBXR36Entry  69 }

  pBXR36PBXFixBits OBJECT-TYPE
    SYNTAX       BITS {
                   tenDigitMaxANI(0),
                   always10DigitANI(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits'.
                  This field is not writable when active."
    DEFVAL       { {} }
    ::= { pBXR36Entry  71 }

  pBXR36ChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number'."
    ::= { pBXR36Entry  72 }

  pBXR36SigType OBJECT-TYPE
    SYNTAX       INTEGER {
                   analogLineT1CAS(1),
                   iSDNPRI(2),
                   sIP(4),
                   none(256),
                   sIPAndISDNPRI(512)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Signaling type'.
                  This field is not writable when active."
    DEFVAL       { analogLineT1CAS }
    ::= { pBXR36Entry  74 }

  pBXR36SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  75 }

  pBXR36SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  76 }

  pBXR36SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default maximum call appearances for PBX lines'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  77 }

  pBXR36I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR36Entry  84 }

  pBXR36I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR36Entry  85 }

  pBXR36I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR36Entry  86 }

  pBXR36I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { pBXR36Entry  87 }

  pBXR36SDActTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  88 }

  pBXR36SDDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   eEST2(10),
                   cET1(20),
                   gMT0(30),
                   wET1(40),
                   gMT2(50),
                   gMT3(60),
                   aST4(70),
                   eST5(80),
                   cST6(90),
                   mST7(100),
                   pST8(110),
                   aLST9(120),
                   hST10(130),
                   sST11(140)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  89 }

  pBXR36SDUseDefTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  90 }

  pBXR36SDActAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  91 }

  pBXR36SDDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  92 }

  pBXR36SDUseDefAdjustDaylightSavings OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Adjust for Daylight Savings'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  93 }

  pBXR36SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  100 }

  pBXR36SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  101 }

  pBXR36SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  102 }

  pBXR36SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  103 }

  pBXR36SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  104 }

  pBXR36SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  105 }

  pBXR36SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  106 }

  pBXR36SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  107 }

  pBXR36SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  108 }

  pBXR36SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  109 }

  pBXR36SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2),
                   fXRate(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  110 }

  pBXR36SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  111 }

  pBXR36SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  112 }

  pBXR36SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  113 }

  pBXR36SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  114 }

  pBXR36SDActTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  115 }

  pBXR36SDDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER ( 0..63 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  116 }

  pBXR36SDUseDefTariffGp OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Tariff group'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  117 }

  pBXR36SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  118 }

  pBXR36SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  119 }

  pBXR36SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  120 }

  pBXR36SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  121 }

  pBXR36SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  122 }

  pBXR36SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  123 }

  pBXR36SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  124 }

  pBXR36SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  125 }

  pBXR36SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  126 }

  pBXR36SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  127 }

  pBXR36SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  128 }

  pBXR36SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  129 }

  pBXR36SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  130 }

  pBXR36SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  131 }

  pBXR36SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  132 }

  pBXR36SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  133 }

  pBXR36SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  134 }

  pBXR36SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  135 }

  pBXR36SDActForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  136 }

  pBXR36SDDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  137 }

  pBXR36SDUseDefForceLNPLookup OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Force LNP lookup'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  138 }

  pBXR36LineTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Traffic Study'."
    DEFVAL       { false }
    ::= { pBXR36Entry  139 }

  pBXR36DefNumDIDDigits OBJECT-TYPE
    SYNTAX       INTEGER ( 0..25 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default number of DID digits'."
    ::= { pBXR36Entry  140 }

  pBXR36EnabledDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enabled date'."
    ::= { pBXR36Entry  141 }

  pBXR36ChargeNumReqd OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Charge number required'.
                  This field is not writable when active."
    DEFVAL       { true }
    ::= { pBXR36Entry  142 }

  pBXR36SDActClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  150 }

  pBXR36SDDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  151 }

  pBXR36SDUseDefClgNumConnectedLineIDScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number / connected line ID screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  152 }

  pBXR36SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  153 }

  pBXR36SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  154 }

  pBXR36SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  155 }

  pBXR36SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  156 }

  pBXR36SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  157 }

  pBXR36SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  158 }

  pBXR36SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  159 }

  pBXR36SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  160 }

  pBXR36SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  161 }

  pBXR36SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  162 }

  pBXR36SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  163 }

  pBXR36SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  164 }

  pBXR36SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  165 }

  pBXR36SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  166 }

  pBXR36SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  167 }

  pBXR36SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  168 }

  pBXR36SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  169 }

  pBXR36SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  170 }

  pBXR36SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  171 }

  pBXR36SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  172 }

  pBXR36SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  173 }

  pBXR36SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  174 }

  pBXR36SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  175 }

  pBXR36SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  176 }

  pBXR36SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  177 }

  pBXR36SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  178 }

  pBXR36SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  179 }

  pBXR36SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  180 }

  pBXR36SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  181 }

  pBXR36SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  182 }

  pBXR36SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  183 }

  pBXR36SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  184 }

  pBXR36SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  185 }

  pBXR36SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  186 }

  pBXR36SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  187 }

  pBXR36SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  188 }

  pBXR36SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  189 }

  pBXR36SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  190 }

  pBXR36SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  191 }

  pBXR36SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  192 }

  pBXR36SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  193 }

  pBXR36SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  194 }

  pBXR36SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  195 }

  pBXR36SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  196 }

  pBXR36SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  197 }

  pBXR36LDNPBXCapacityGp OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   one(1),
                   two(2),
                   three(3),
                   four(4),
                   five(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'LDN PBX capacity group'."
    DEFVAL       { default }
    ::= { pBXR36Entry  205 }

  pBXR36SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  206 }

  pBXR36SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  207 }

  pBXR36SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  208 }

  pBXR36FaultMonitoringLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   five(5),
                   ten(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fault monitoring level'."
    DEFVAL       { ten }
    ::= { pBXR36Entry  209 }

  pBXR36CFMLvlOnApply2 OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Cascade fault monitoring level on apply'."
    DEFVAL       { true }
    ::= { pBXR36Entry  210 }

  pBXR36MovedToNumAsDialed OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved to number as dialed'."
    ::= { pBXR36Entry  211 }

  pBXR36MovedDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Moved date'."
    ::= { pBXR36Entry  212 }

  pBXR36SDActExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  213 }

  pBXR36SDDefExpireAfter OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..366 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  214 }

  pBXR36SDUseDefExpireAfter OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Expire after'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  215 }

  pBXR36ExpiryDate OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Expiry date'."
    ::= { pBXR36Entry  216 }

  pBXR36IntercomDialingCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..7))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Intercom dialing code'."
    ::= { pBXR36Entry  217 }

  pBXR36I1BusGpBusGpNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR36Entry  218 }

  pBXR36I2BusGpBusGpNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Network Element'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR36Entry  219 }

  pBXR36I3BusGpBusGpCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR36Entry  220 }

  pBXR36I4BusGpBusGpGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group',
                  This field represents index 'Group index'
                  in referenced type 'BOOBusinessGroupSE'."
    ::= { pBXR36Entry  221 }

  pBXR36BusGpBusGpOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - Business Group'.
                  This field represents the fixed
                  values that Business Group - Business Group
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR36Entry  222 }

  pBXR36BusGpExternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - external line code'."
    ::= { pBXR36Entry  223 }

  pBXR36BusGpInternalLineCode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - internal line code'."
    ::= { pBXR36Entry  224 }

  pBXR36BusGpStarReplacementPulseDialing OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..5))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - star replacement for pulse dialing'."
    ::= { pBXR36Entry  225 }

  pBXR36BusGpSimpleDigitMatchingAutomaticallyApplied OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - simple matching automatically applied'."
    ::= { pBXR36Entry  226 }

  pBXR36BusGpForceSimpleMatching OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - force simple matching'."
    DEFVAL       { false }
    ::= { pBXR36Entry  227 }

  pBXR36BusGpDiagsLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group - diagnostic log correlator'."
    ::= { pBXR36Entry  228 }

  pBXR36SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { pBXR36Entry  230 }

  pBXR36SDActAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  231 }

  pBXR36SDDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  232 }

  pBXR36SDUseDefAdvChrgAOCD OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-D'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  233 }

  pBXR36SDActAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  234 }

  pBXR36SDDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                   neverProvided(1),
                   providedOnRequest(2),
                   alwaysProvided(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  235 }

  pBXR36SDUseDefAdvChrgAOCE OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Advice of Charge - AOC-E'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  236 }

  pBXR36I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR36Entry  237 }

  pBXR36I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR36Entry  238 }

  pBXR36I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { pBXR36Entry  239 }

  pBXR36SDActSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  241 }

  pBXR36SDDefSubTimezone OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  242 }

  pBXR36SDUseDefSubTimezone OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Subscriber timezone'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  243 }

  pBXR36SDActChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  244 }

  pBXR36SDDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   charge(2),
                   noCharge(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  245 }

  pBXR36SDUseDefChargeInd OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge indication'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  246 }

  pBXR36SDActSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  247 }

  pBXR36SDDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                   ordinaryCallingSubscriber(1),
                   callingSubscriberWithPriority(2),
                   operator(3),
                   payphone(4),
                   testCall(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  248 }

  pBXR36SDUseDefSubClgCategory OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Category'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  249 }

  pBXR36CustomerInfoFirstName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - first name'."
    ::= { pBXR36Entry  260 }

  pBXR36CustomerInfoSecondName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - second name'."
    ::= { pBXR36Entry  261 }

  pBXR36CustomerInfoOtherNames OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - other name(s)'."
    ::= { pBXR36Entry  262 }

  pBXR36CustomerInfoPenultimateName OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Customer information - penultimate name'."
    ::= { pBXR36Entry  263 }

  pBXR36CustomerInfoSurname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information - surname'."
    ::= { pBXR36Entry  264 }

  pBXR36UseNatlNumberingPlanOn10DigitCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use national numbering plan on 10-digit calls'."
    DEFVAL       { false }
    ::= { pBXR36Entry  265 }

  pBXR36I1TestCallsOverridingCfgSetNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR36Entry  266 }

  pBXR36I2TestCallsOverridingCfgSetNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR36Entry  267 }

  pBXR36I3TestCallsOverridingCfgSetCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR36Entry  268 }

  pBXR36I4TestCallsOverridingCfgSetCfgSetIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set',
                  This field represents index
                  'Config set index'
                  in referenced type 'BOORPSConfigSetSE'."
    ::= { pBXR36Entry  269 }

  pBXR36TestCallsOverridingCfgSetOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Test Calls - overriding Config Set'.
                  This field represents the fixed
                  values that Test Calls - overriding Config Set
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR36Entry  270 }

  pBXR36I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR36Entry  271 }

  pBXR36I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR36Entry  272 }

  pBXR36I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { pBXR36Entry  273 }

  pBXR36FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR36Entry  274 }

  pBXR36ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   iSDNPRI(0),
                   tDMPort(2),
                   subscriberGateway(3),
                   tAGAccessDevice(4),
                   configuredSIPBinding(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { pBXR36Entry  275 }

  pBXR36AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { pBXR36Entry  276 }

  pBXR36SDActClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  277 }

  pBXR36SDDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   cPNUPNDN(1),
                   cPNDN(2),
                   uPNCPNDN(3),
                   uPNDN(4),
                   dN(5)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  278 }

  pBXR36SDUseDefClgNumPrecedenceEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling number precedence for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  279 }

  pBXR36SDActAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  280 }

  pBXR36SDDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   noScreening(1),
                   validFormatTelcordiaOnly(2),
                   ownedDN(3),
                   ignoreProvidedNumber(4)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  281 }

  pBXR36SDUseDefAddtlClgNumScreeningEmgncyCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Additional calling number screening for emergency calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  282 }

  pBXR36AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { pBXR36Entry  283 }

  pBXR36StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { pBXR36Entry  284 }

  pBXR36AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { pBXR36Entry  285 }

  pBXR36AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { pBXR36Entry  286 }

  pBXR36AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR36Entry  287 }

  pBXR36AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { pBXR36Entry  288 }

  pBXR36AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { pBXR36Entry  289 }

  pBXR36SASHostname OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SAS hostname'."
    ::= { pBXR36Entry  290 }

  pBXR36UseCfgdTrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Use configured Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR36Entry  291 }

  pBXR36TrnkGpID OBJECT-TYPE
    SYNTAX       INTEGER ( 0..9999 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Trunk Group ID'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { pBXR36Entry  292 }

  pBXR36AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { pBXR36Entry  293 }

  pBXR36I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { pBXR36Entry  294 }

  pBXR36TotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Total calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR36Entry  295 }

  pBXR36MaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum calls'."
    DEFVAL       { 64 }
    ::= { pBXR36Entry  296 }

  pBXR36TermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR36Entry  297 }

  pBXR36MaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum terminating calls'."
    DEFVAL       { 64 }
    ::= { pBXR36Entry  298 }

  pBXR36OrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating calls limit'."
    DEFVAL       { unlimited }
    ::= { pBXR36Entry  299 }

  pBXR36MaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum originating calls'."
    DEFVAL       { 64 }
    ::= { pBXR36Entry  300 }

  pBXR36LimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Limit Intra-BG calls'."
    DEFVAL       { false }
    ::= { pBXR36Entry  301 }

  pBXR36UsePBXSuppliedFailReasonUnsuccessfulCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use PBX supplied failure reason for unsuccessful calls'."
    DEFVAL       { false }
    ::= { pBXR36Entry  302 }

  pBXR36PBXIsDuplicate OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX Is Duplicate'."
    ::= { pBXR36Entry  303 }

  pBXR36PBXIsRenumbering OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX_Is_Renumbering'."
    DEFVAL       { false }
    ::= { pBXR36Entry  304 }

  pBXR36ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { pBXR36Entry  305 }

  pBXR36AppServerPBX OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Application Server PBX'."
    DEFVAL       { false }
    ::= { pBXR36Entry  306 }

  pBXR36SupportsExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR36Entry  307 }

  pBXR36SendDDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR36Entry  308 }

  pBXR36DDIPrefixExtensionDialingBySuffixDigits OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..24))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'DID prefix for extension dialing by suffix digits'.
                  This field is not writable when active."
    ::= { pBXR36Entry  309 }

  pBXR36PortedRtgMethod OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   configuredLocationRoutingNumber(1),
                   defaultThenConfiguredLRN(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Ported routing method'."
    DEFVAL       { default }
    ::= { pBXR36Entry  310 }

  pBXR36LocationRtgNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..10))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Location Routing Number'."
    ::= { pBXR36Entry  311 }

  pBXR36IsIMS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Is IMS'."
    ::= { pBXR36Entry  312 }

  pBXR36ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { pBXR36Entry  313 }

  pBXR36OutboundCldPartyTON OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   international(1),
                   national(2),
                   local(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Outbound called party TON'."
    DEFVAL       { unknown }
    ::= { pBXR36Entry  314 }

  pBXR36NormalizeInboundClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Normalize inbound calling party number'."
    DEFVAL       { false }
    ::= { pBXR36Entry  315 }

  pBXR36PBXPrefixDN OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'PBX prefix DN'."
    ::= { pBXR36Entry  316 }

  pBXR36PermissibleInboundIPAddrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..880))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Permissible inbound IP addresses'."
    ::= { pBXR36Entry  317 }

  pBXR36SDActOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  318 }

  pBXR36SDDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  319 }

  pBXR36SDUseDefOutArea OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Out-of-area'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  320 }

  pBXR36ClgPartyNumEmgncyCall OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Calling party number for emergency calls'."
    ::= { pBXR36Entry  321 }

  pBXR36BillUsesSignaledTrnkGpParm OBJECT-TYPE
    SYNTAX       INTEGER {
                   never(0),
                   ifPresent(1),
                   always(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Billing uses signaled trunk group parameter'.
                  This field is not writable when active."
    DEFVAL       { never }
    ::= { pBXR36Entry  322 }

  pBXR36HasAssignedLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Has assigned lines'."
    DEFVAL       { false }
    ::= { pBXR36Entry  323 }

  pBXR36HasChldLnsRefdByRtgPlcyLns OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Has Child Lines referenced by Routing Policy Lines'."
    ::= { pBXR36Entry  324 }

  pBXR36I1BusGpDepartmentNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR36Entry  325 }

  pBXR36I2BusGpDepartmentNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Network Element'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR36Entry  326 }

  pBXR36I3BusGpDepartmentCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR36Entry  327 }

  pBXR36I4BusGpDepartmentGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Group index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR36Entry  328 }

  pBXR36I5BusGpDepartmentDepartmentIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 2..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department',
                  This field represents index 'Department index'
                  in referenced type 'BOODepartmentSE'."
    ::= { pBXR36Entry  329 }

  pBXR36BusGpDepartmentOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Business Group - department'.
                  This field represents the fixed
                  values that Business Group - department
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { pBXR36Entry  330 }

  pBXR36ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { pBXR36Entry  331 }

  pBXR36SDActOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  332 }

  pBXR36SDDefOvrChargeNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  333 }

  pBXR36SDUseDefOvrChargeNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Charge number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  334 }

  pBXR36SDActOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  335 }

  pBXR36SDDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  336 }

  pBXR36SDUseDefOvrClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Calling party number'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  337 }

  pBXR36SDActActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  338 }

  pBXR36SDDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                   replaceNumber(1),
                   rejectUnlessEmergencyCall(2),
                   rejectCall(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { pBXR36Entry  339 }

  pBXR36SDUseDefActionOnFaildClgNumScreening OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Action on failed calling number screening'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { pBXR36Entry  340 }

  pBXR36RequestSource OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaView(1),
                   commPortal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Request source'.
                  Field is write-only, GETs will return 0."
    DEFVAL       { metaView }
    ::= { pBXR36Entry  341 }

  pBXR36UseDirNumDNISOnSIPLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use directory number for DNIS on SIP lines'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { pBXR36Entry  342 }

  pBXR36UnownedNumSTIRSHAKENAttestationLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   a(1),
                   b(2),
                   c(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Unowned number STIR / SHAKEN Attestation level'."
    DEFVAL       { b }
    ::= { pBXR36Entry  343 }

  pBXR36STIRSHAKENOriginationID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..36))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'STIR / SHAKEN Origination ID'."
    ::= { pBXR36Entry  344 }

  pBXR36EnterpriseID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Enterprise ID'."
    ::= { pBXR36Entry  345 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Craft User'                                                 */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  emsCraftUserR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF EmsCraftUserR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2774 }

  emsCraftUserR3Entry OBJECT-TYPE
    SYNTAX       EmsCraftUserR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { emsCraftUserR3EMSIx,
             emsCraftUserR3EMSNodeName,
             emsCraftUserR3UserName }
    ::= {  emsCraftUserR3Table  1  }

  EmsCraftUserR3Entry  ::=  SEQUENCE
  {
    emsCraftUserR3EMSIx                Unsigned32,
    emsCraftUserR3EMSNodeName          DisplayString,
    emsCraftUserR3UserName             DisplayString,
    emsCraftUserR3NewPassword          DisplayString,
    emsCraftUserR3ConfirmNewPassword   DisplayString,
    emsCraftUserR3UserDesc             DisplayString,
    emsCraftUserR3RowStatus            RowStatus,
    emsCraftUserR3UserSecurityLvl      INTEGER,
    emsCraftUserR3SDActPasswordExpiryPeriod
                                       Unsigned32,
    emsCraftUserR3SDDefPasswordExpiryPeriod
                                       Unsigned32,
    emsCraftUserR3SDUseDefPasswordExpiryPeriod
                                       INTEGER,
    emsCraftUserR3DaysUntilPasswordExpiry
                                       Unsigned32,
    emsCraftUserR3SDActLoginFailsBeforeLockout
                                       Unsigned32,
    emsCraftUserR3SDDefLoginFailsBeforeLockout
                                       Unsigned32,
    emsCraftUserR3SDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    emsCraftUserR3NumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    emsCraftUserR3AccountLocked        INTEGER
  }

  emsCraftUserR3EMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView NE index'.
                  This is an index field."
    ::= { emsCraftUserR3Entry  1 }

  emsCraftUserR3EMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MetaView node name'.
                  This is an index field."
    ::= { emsCraftUserR3Entry  2 }

  emsCraftUserR3UserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { emsCraftUserR3Entry  3 }

  emsCraftUserR3NewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { emsCraftUserR3Entry  4 }

  emsCraftUserR3ConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { emsCraftUserR3Entry  5 }

  emsCraftUserR3UserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { emsCraftUserR3Entry  6 }

  emsCraftUserR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { emsCraftUserR3Entry  7 }

  emsCraftUserR3UserSecurityLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   administrator(1),
                   restricted(2),
                   secureAdministrator(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User security level'."
    DEFVAL       { administrator }
    ::= { emsCraftUserR3Entry  10 }

  emsCraftUserR3SDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR3Entry  11 }

  emsCraftUserR3SDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR3Entry  12 }

  emsCraftUserR3SDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { emsCraftUserR3Entry  13 }

  emsCraftUserR3DaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { emsCraftUserR3Entry  14 }

  emsCraftUserR3SDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR3Entry  15 }

  emsCraftUserR3SDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { emsCraftUserR3Entry  16 }

  emsCraftUserR3SDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { emsCraftUserR3Entry  17 }

  emsCraftUserR3NumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { emsCraftUserR3Entry  18 }

  emsCraftUserR3AccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { emsCraftUserR3Entry  19 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Craft User'                                                 */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  netElementCraftUserR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF NetElementCraftUserR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Users'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2775 }

  netElementCraftUserR4Entry OBJECT-TYPE
    SYNTAX       NetElementCraftUserR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { netElementCraftUserR4NEConn,
             netElementCraftUserR4NetwkElement,
             netElementCraftUserR4UserName }
    ::= {  netElementCraftUserR4Table  1  }

  NetElementCraftUserR4Entry  ::=  SEQUENCE
  {
    netElementCraftUserR4NEConn        Unsigned32,
    netElementCraftUserR4NetwkElement  DisplayString,
    netElementCraftUserR4UserName      DisplayString,
    netElementCraftUserR4NewPassword   DisplayString,
    netElementCraftUserR4ConfirmNewPassword
                                       DisplayString,
    netElementCraftUserR4UserDesc      DisplayString,
    netElementCraftUserR4RowStatus     RowStatus,
    netElementCraftUserR4UserSecurityLvl
                                       INTEGER,
    netElementCraftUserR4SDActPasswordExpiryPeriod
                                       Unsigned32,
    netElementCraftUserR4SDDefPasswordExpiryPeriod
                                       Unsigned32,
    netElementCraftUserR4SDUseDefPasswordExpiryPeriod
                                       INTEGER,
    netElementCraftUserR4DaysUntilPasswordExpiry
                                       Unsigned32,
    netElementCraftUserR4SDActLoginFailsBeforeLockout
                                       Unsigned32,
    netElementCraftUserR4SDDefLoginFailsBeforeLockout
                                       Unsigned32,
    netElementCraftUserR4SDUseDefLoginFailsBeforeLockout
                                       INTEGER,
    netElementCraftUserR4NumLoginFailsSinceLastSuccessfulLogin
                                       Unsigned32,
    netElementCraftUserR4AccountLocked INTEGER
  }

  netElementCraftUserR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { netElementCraftUserR4Entry  1 }

  netElementCraftUserR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { netElementCraftUserR4Entry  2 }

  netElementCraftUserR4UserName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..8))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User name'.
                  This is an index field."
    ::= { netElementCraftUserR4Entry  3 }

  netElementCraftUserR4NewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'New password'.
                  Field is write-only, GETs will return an empty string."
    ::= { netElementCraftUserR4Entry  4 }

  netElementCraftUserR4ConfirmNewPassword OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Confirm new password'.
                  Field is write-only, GETs will return an empty string."
    ::= { netElementCraftUserR4Entry  5 }

  netElementCraftUserR4UserDesc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User description'."
    ::= { netElementCraftUserR4Entry  6 }

  netElementCraftUserR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { netElementCraftUserR4Entry  7 }

  netElementCraftUserR4UserSecurityLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   administrator(1),
                   restricted(2),
                   secureAdministrator(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'User security level'."
    DEFVAL       { administrator }
    ::= { netElementCraftUserR4Entry  8 }

  netElementCraftUserR4SDActPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR4Entry  9 }

  netElementCraftUserR4SDDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR4Entry  10 }

  netElementCraftUserR4SDUseDefPasswordExpiryPeriod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    UNITS        "days"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Password expiry period'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { netElementCraftUserR4Entry  11 }

  netElementCraftUserR4DaysUntilPasswordExpiry OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "days"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Days until password expiry'."
    ::= { netElementCraftUserR4Entry  12 }

  netElementCraftUserR4SDActLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR4Entry  13 }

  netElementCraftUserR4SDDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { netElementCraftUserR4Entry  14 }

  netElementCraftUserR4SDUseDefLoginFailsBeforeLockout OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Login failures before lockout'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { netElementCraftUserR4Entry  15 }

  netElementCraftUserR4NumLoginFailsSinceLastSuccessfulLogin OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number of login failures since last successful login'."
    ::= { netElementCraftUserR4Entry  16 }

  netElementCraftUserR4AccountLocked OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Account locked'."
    DEFVAL       { false }
    ::= { netElementCraftUserR4Entry  17 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Remote Media Gateway Model'                                 */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  mediaGatewayModelR57Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MediaGatewayModelR57Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Remote Media Gateway Models'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2776 }

  mediaGatewayModelR57Entry OBJECT-TYPE
    SYNTAX       MediaGatewayModelR57Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mediaGatewayModelR57NEConn,
             mediaGatewayModelR57NetwkElement,
             mediaGatewayModelR57CFSIx,
             mediaGatewayModelR57ModelIx }
    ::= {  mediaGatewayModelR57Table  1  }

  MediaGatewayModelR57Entry  ::=  SEQUENCE
  {
    mediaGatewayModelR57NEConn         Unsigned32,
    mediaGatewayModelR57NetwkElement   DisplayString,
    mediaGatewayModelR57CFSIx          Unsigned32,
    mediaGatewayModelR57ModelIx        Unsigned32,
    mediaGatewayModelR57Category       INTEGER,
    mediaGatewayModelR57ModelName      DisplayString,
    mediaGatewayModelR57Desc           DisplayString,
    mediaGatewayModelR57ControlProt    INTEGER,
    mediaGatewayModelR57ControlProtVariant
                                       INTEGER,
    mediaGatewayModelR57LowBandwidthVoiceCodecsSupportedAsStandard
                                       BITS,
    mediaGatewayModelR57PreferredLowBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR57PacketizationInterval
                                       Unsigned32,
    mediaGatewayModelR57AllowSilenceSuppression
                                       INTEGER,
    mediaGatewayModelR57AccDevAnalogPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR57RefCnt         Unsigned32,
    mediaGatewayModelR57RowStatus      RowStatus,
    mediaGatewayModelR57DefModel       INTEGER,
    mediaGatewayModelR57Authentication INTEGER,
    mediaGatewayModelR57SupportedConnTypes
                                       BITS,
    mediaGatewayModelR57AccDevDigitalPortNamePrefix
                                       DisplayString,
    mediaGatewayModelR57ExportNumObjectsExported
                                       Integer32,
    mediaGatewayModelR57ExportStatus   DisplayString,
    mediaGatewayModelR57ExportFile     DisplayString,
    mediaGatewayModelR57ExportCorr     Counter64,
    mediaGatewayModelR57ExportCorrNode DisplayString,
    mediaGatewayModelR57ExportCorrUID  DisplayString,
    mediaGatewayModelR57DoExtraActions INTEGER,
    mediaGatewayModelR57FBsMGCPSIPMeGaCo
                                       BITS,
    mediaGatewayModelR57FBsMGCPMeGaCo  BITS,
    mediaGatewayModelR57FBsMGCP        BITS,
    mediaGatewayModelR57FBsMeGaCo      BITS,
    mediaGatewayModelR57FBsSIP         BITS,
    mediaGatewayModelR57FixBitsMeGaCo2 BITS,
    mediaGatewayModelR57MaxSimulTransactionsOutstanding
                                       Unsigned32,
    mediaGatewayModelR57AlertInfoDRNormal
                                       DisplayString,
    mediaGatewayModelR57AlertInfoDR2   DisplayString,
    mediaGatewayModelR57AlertInfoDR3   DisplayString,
    mediaGatewayModelR57AlertInfoDR4PriorityClgLDA
                                       DisplayString,
    mediaGatewayModelR57DynFixBitsMGCPMeGaCoSIP
                                       BITS,
    mediaGatewayModelR57DynamicFixBitsMGCP
                                       BITS,
    mediaGatewayModelR57ManagementConnCommand
                                       LongDisplayString,
    mediaGatewayModelR57SubGMonitoringOptions
                                       BITS,
    mediaGatewayModelR57DigitOverhangTime
                                       Unsigned32,
    mediaGatewayModelR57UpToDateCnt    Unsigned32,
    mediaGatewayModelR57SupportedHighBandwidthMediaFormats
                                       BITS,
    mediaGatewayModelR57SIPRespCodToQ850CauseCodeMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR57Q850CauseCodeToSIPRespCodMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR57AdvancedVoiceCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR57VideoCodecsPermitted
                                       INTEGER,
    mediaGatewayModelR57AdvVceVidCdcs  LongDisplayString,
    mediaGatewayModelR57FixBitsSIP2    BITS,
    mediaGatewayModelR57OrderPreferenceSupportedCodecs
                                       LongDisplayString,
    mediaGatewayModelR57FBsMeGaCo4     BITS,
    mediaGatewayModelR57SIPRespCodESAFail
                                       Unsigned32,
    mediaGatewayModelR57ILBCPrefFrSz   INTEGER,
    mediaGatewayModelR57SIPToISUPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR57ISUPToSIPCPCMappingTbl
                                       LongDisplayString,
    mediaGatewayModelR57SIPRespCodCgstn
                                       Unsigned32,
    mediaGatewayModelR57AccessNetwkInfo
                                       DisplayString,
    mediaGatewayModelR57AlertInfoDRRingsplash
                                       DisplayString,
    mediaGatewayModelR57InCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR57OutCallPollInterval
                                       Unsigned32,
    mediaGatewayModelR57MaxReacquisitionInterval
                                       Unsigned32,
    mediaGatewayModelR57FixBitsSIP3    BITS,
    mediaGatewayModelR57FixBitsSIP4    BITS,
    mediaGatewayModelR57SupportedDataCodecs
                                       BITS,
    mediaGatewayModelR57RestrictEvtTypesIncludedInAllowEvtsHeaders
                                       INTEGER,
    mediaGatewayModelR57EvtTypesIncludedInAllowEvtsHeaders
                                       BITS,
    mediaGatewayModelR57LCC1           DisplayString,
    mediaGatewayModelR57LCC2           DisplayString,
    mediaGatewayModelR57LCC3           DisplayString,
    mediaGatewayModelR57LCC4           DisplayString,
    mediaGatewayModelR57LCC5           DisplayString,
    mediaGatewayModelR57LCC6           DisplayString,
    mediaGatewayModelR57LCC7           DisplayString,
    mediaGatewayModelR57LCC8           DisplayString,
    mediaGatewayModelR57LCC9           DisplayString,
    mediaGatewayModelR57LCC10          DisplayString,
    mediaGatewayModelR57LCC11          DisplayString,
    mediaGatewayModelR57LCC12          DisplayString,
    mediaGatewayModelR57LCC13          DisplayString,
    mediaGatewayModelR57LCC14          DisplayString,
    mediaGatewayModelR57LCC15          DisplayString,
    mediaGatewayModelR57LCC16          DisplayString,
    mediaGatewayModelR57LCC17          DisplayString,
    mediaGatewayModelR57LCC18          DisplayString,
    mediaGatewayModelR57LCC19          DisplayString,
    mediaGatewayModelR57LCC20          DisplayString,
    mediaGatewayModelR57ExportIncASRepData
                                       INTEGER,
    mediaGatewayModelR57MaxNumVoiceCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR57MaxNumVideoCodecsSupported
                                       Unsigned32,
    mediaGatewayModelR57ExportChldObjectsToInc
                                       INTEGER,
    mediaGatewayModelR57NumFmtsCldIntnatlScope
                                       DisplayString,
    mediaGatewayModelR57NumFmtsCldNatlScope
                                       DisplayString,
    mediaGatewayModelR57NumFmtsCldShrtCd
                                       DisplayString,
    mediaGatewayModelR57NumFmtsClgIntnatlScope
                                       DisplayString,
    mediaGatewayModelR57NumFmtsClgNatlScope
                                       DisplayString,
    mediaGatewayModelR57NumFmtsRdrIntnatlScope
                                       DisplayString,
    mediaGatewayModelR57NumFmtsRdrNatlScope
                                       DisplayString,
    mediaGatewayModelR57NumFmtsOvrdAutogenCID
                                       INTEGER,
    mediaGatewayModelR57OverrideToHeaderUserPartOnINVITEs
                                       INTEGER,
    mediaGatewayModelR57ValToHeaderUserPart
                                       INTEGER,
    mediaGatewayModelR57MRSPollInterval
                                       Unsigned32,
    mediaGatewayModelR57MRSPollTimeout Unsigned32,
    mediaGatewayModelR57RingLenUseWithICF
                                       Unsigned32,
    mediaGatewayModelR57SupportsNotifysRequestingResynchronization
                                       INTEGER,
    mediaGatewayModelR57SipResynchronizationEvt
                                       DisplayString,
    mediaGatewayModelR57FixBitsSIPMSML BITS,
    mediaGatewayModelR57AnnounceURIPrefix
                                       LongDisplayString,
    mediaGatewayModelR57SessionTimer   Unsigned32,
    mediaGatewayModelR57SIPDialogCxtConferences
                                       INTEGER,
    mediaGatewayModelR57SupportsReceivingUnsolicitedUaProfNotifys
                                       INTEGER,
    mediaGatewayModelR57FixBitsSIP5    BITS,
    mediaGatewayModelR57FlashHookINVITEString
                                       DisplayString,
    mediaGatewayModelR57SendsTransparentSIPHeaders
                                       LongDisplayString,
    mediaGatewayModelR57SuppRcvngTrnspSIPHdrs
                                       LongDisplayString,
    mediaGatewayModelR57PreferTrnspSIPHdrSentByThisAS
                                       INTEGER,
    mediaGatewayModelR57SIPRespCodeMappingQ850CauseCode21WithLocUser
                                       INTEGER
  }

  mediaGatewayModelR57NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mediaGatewayModelR57Entry  1 }

  mediaGatewayModelR57NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mediaGatewayModelR57Entry  2 }

  mediaGatewayModelR57CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mediaGatewayModelR57Entry  3 }

  mediaGatewayModelR57ModelIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model index'.
                  This is an index field."
    ::= { mediaGatewayModelR57Entry  4 }

  mediaGatewayModelR57Category OBJECT-TYPE
    SYNTAX       INTEGER {
                   trunkAccess(1),
                   subscriber(2),
                   sIP(3),
                   mediaResourceServer(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Category'.
                  This field is only writable during create."
    ::= { mediaGatewayModelR57Entry  5 }

  mediaGatewayModelR57ModelName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Model name'."
    ::= { mediaGatewayModelR57Entry  6 }

  mediaGatewayModelR57Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { mediaGatewayModelR57Entry  7 }

  mediaGatewayModelR57ControlProt OBJECT-TYPE
    SYNTAX       INTEGER {
                   internal(0),
                   mGCP(1),
                   megacoH248(2),
                   sIP(3),
                   sIPMSML(5)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol'.
                  This field is only writable during create."
    DEFVAL       { mGCP }
    ::= { mediaGatewayModelR57Entry  8 }

  mediaGatewayModelR57ControlProtVariant OBJECT-TYPE
    SYNTAX       INTEGER {
                   noVariant(0),
                   mGCPV10(1),
                   mGCPNCSV10(2),
                   h248Text(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Control protocol variant'.
                  This field is not writable when active."
    DEFVAL       { mGCPV10 }
    ::= { mediaGatewayModelR57Entry  9 }

  mediaGatewayModelR57LowBandwidthVoiceCodecsSupportedAsStandard OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AAB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Low-bandwidth voice codecs supported as standard'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR57Entry  10 }

  mediaGatewayModelR57PreferredLowBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g72632kbps(2),
                   g729AB(3),
                   g722WB(9),
                   g7222AMRWB(10),
                   aMRNB(11),
                   eVRCHeaderFree(12),
                   eVRCInterleavedBundled(13),
                   eVRCBHeaderFree(14),
                   eVRCBInterleavedBundled(15),
                   iLBC(16),
                   gSMHR(17),
                   gSMFR(18),
                   gSMEFR(19),
                   g7222MonoAMRWB(21),
                   aMRNBMono(22)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Preferred low-bandwidth media formats'."
    ::= { mediaGatewayModelR57Entry  11 }

  mediaGatewayModelR57PacketizationInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..80 )
    UNITS        "milliseconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Packetization interval'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR57Entry  12 }

  mediaGatewayModelR57AllowSilenceSuppression OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Silence suppression allowed'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  13 }

  mediaGatewayModelR57AccDevAnalogPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device analog port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR57Entry  14 }

  mediaGatewayModelR57RefCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Reference count'."
    ::= { mediaGatewayModelR57Entry  16 }

  mediaGatewayModelR57RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mediaGatewayModelR57Entry  17 }

  mediaGatewayModelR57DefModel OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Default model'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  18 }

  mediaGatewayModelR57Authentication OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   optional(2),
                   mandatory(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Authentication'.
                  This field is not writable when active."
    DEFVAL       { none }
    ::= { mediaGatewayModelR57Entry  19 }

  mediaGatewayModelR57SupportedConnTypes OBJECT-TYPE
    SYNTAX       BITS {
                   analog(0),
                   digital(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported connection types'."
    DEFVAL       { {analog} }
    ::= { mediaGatewayModelR57Entry  20 }

  mediaGatewayModelR57AccDevDigitalPortNamePrefix OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..12))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Access Device digital port name prefix'.
                  This field is not writable when active."
    ::= { mediaGatewayModelR57Entry  21 }

  mediaGatewayModelR57ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { mediaGatewayModelR57Entry  22 }

  mediaGatewayModelR57ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { mediaGatewayModelR57Entry  23 }

  mediaGatewayModelR57ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { mediaGatewayModelR57Entry  24 }

  mediaGatewayModelR57ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { mediaGatewayModelR57Entry  25 }

  mediaGatewayModelR57ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { mediaGatewayModelR57Entry  26 }

  mediaGatewayModelR57ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { mediaGatewayModelR57Entry  27 }

  mediaGatewayModelR57DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mediaGatewayModelR57Entry  28 }

  mediaGatewayModelR57FBsMGCPSIPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   cannotBeHub(0),
                   simpleContexts(1),
                   noLoopbackBetweenContexts(2),
                   restrictedDirectMedia(3),
                   cannotPlayRingback(4),
                   cannotControlEndpointConnectivity(5),
                   cannotMoveContexts(6),
                   connectionsAlwaysReceive(7),
                   doesNotSupportOutOfBandDTMF(8),
                   onlySupportsSendingOutOfBandDTMF(9),
                   cannotReportDetectionOfCallTypeDiscriminationTones(10),
                   cannotDoAutonomousFallbackForDataCalls(11),
                   requiresOutOfBandDTMFForAllCodecs(12),
                   t38Supported(13),
                   t38ToT38RelaySupported(14),
                   t38ToG711TranscodingSupported(15),
                   doesNotSupportChangingSDP(16),
                   eCMOverT38FaxSupported(17),
                   mRCompressionOverT38FaxSupported(18)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML)'."
    ::= { mediaGatewayModelR57Entry  29 }

  mediaGatewayModelR57FBsMGCPMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   singleAALNTier(0),
                   lowerCaseNames(1),
                   endpointNameIsAALNS(2),
                   noEmbeddedDigitMaps(3),
                   append1ToEndpointName(4),
                   useIPAddressNotDomainName(5),
                   noPortHierarchy(6),
                   useLWT1ForStandardWaitingTone(7),
                   doesNotSupportConnectivityTesting(8),
                   noSupportForWildcardedAudits(9),
                   mGDoesNotSupportProtectionSwitch(10),
                   serializeAllCommandsForSameContext(11),
                   supportFlatAnalogueTerminations(12),
                   supportsWidebandTelephoneEvent(13)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP, MeGaCo)'."
    ::= { mediaGatewayModelR57Entry  30 }

  mediaGatewayModelR57FBsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   doesNotSupportEmbeddedActions(0),
                   doesNotSupportDTTimeoutSignal(1),
                   onlyUsesLegacyRingbackSignal(2),
                   requiresMinimalSDPSubset(3),
                   supportsNetworkDisconnectLOsiSignal(4),
                   endpointNamesStartAtZero(5),
                   useConnectionsNotSignalsForCOTResponse(7),
                   onlyUseGenericOCEvent(8),
                   interpretRSIPGracefulWithNoDelayAsInactive(9),
                   ignoreRestartDelaysOfLength1(10),
                   auditPortStatusOnBinding(11),
                   allowClearUpTimeAfterDLCXResponse(12),
                   doesNotSupportDialToneSignalTimeout(13),
                   requiresConnectionBeforePlayingInCallSignal(14),
                   pollRegardlessOfCallState(15),
                   supportsConnectedPartyPresentation(16),
                   useAlternateStandardRingingSignal(17)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP)'."
    ::= { mediaGatewayModelR57Entry  31 }

  mediaGatewayModelR57FBsMeGaCo OBJECT-TYPE
    SYNTAX       BITS {
                   choosesOwnContextIndices(0),
                   supportsDirectedCallProgressTonesBCGPackage(1),
                   supportsAdditionalCallProgressTonesXCGPackage(2),
                   supportsCallServicesRelatedTonesSRVTNPackage(3),
                   supportsAdditionalCallServicesRelatedTonesXSRVTNPackage(4),
                   supportsTheVisualMessageWaitingIndicatorINDPackage(5),
                   supports1004HzLineTestToneANSILT1004Package(6),
                   supportsMetaSwitchAnalogLineStateIndicationsMETASWALSTPackage(7),
                   supportsMetaSwitchExtendedCallerIDDeliveryMETASWANDISPPackage(8),
                   supportsAnalogLineConfigurationByTheCFSMETASWALCONFPkg(9),
                   supportsAdditionalMetaSwitchSpecificSignalsMETASWSIGPackage(10),
                   supportsMetaSwitchAnnouncementsMETASWANNPackage(11),
                   supportsContinuityTestingUsingStandardControlCTPackage(12),
                   supportsEchoCancellationUsingStandardControlTDMCPackage(13),
                   supportsContinuityTestingUsingMetaSwitchXtdCtrlMETASWCTPkg(14),
                   supportsEchoCancellationUsingMetaSwitchXtdCtrlMETASWTDMCPkg(15),
                   supportsMFCallControlMETASWMFPackage(16),
                   supportsMFLineConfigurationByTheCFSMETASWMFCONFPkg(17),
                   supportsMetaSwitchMessageSegmentationSchemeMETASWSEGPackage(18),
                   supportsMGCPStyleDigitMapsXDDPackage(19),
                   longText(20),
                   doesNotReportProfileName(21),
                   supportsUKAnalogLineControlMSFUKALPackage(22),
                   supportsUKCallProgressTonesMSFUKCGPackage(23),
                   noSupportForConnectionTimeoutDetectionITPackage(24),
                   mGDoesNotSupportStartOfDayResetFlows(25),
                   noSupportForNamedDigitMaps(26),
                   supportsMetaSwitchDiagnosticsMETASWDIAGSPackage(27),
                   supportsCallTypesCTYPPackage(28),
                   supportsFaxTextPhoneAndModemTonesDetectionFTMDPackage(29),
                   requiresRepeatedCallWaitingSignal(30),
                   noSupportForMetaSwitchNEIdentificationMETASWNEIDPackage(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo)'."
    ::= { mediaGatewayModelR57Entry  32 }

  mediaGatewayModelR57FBsSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsSDPConnectivityRequests(0),
                   useE164Numbers(1),
                   canSendReceiveMultiple18XResponsesWithUpdatedSDP(2),
                   unrecognizedSDPAllowed(3),
                   includeInternationalAccessPrefix(4),
                   expectsUnsolicitedMessageWaitingNotifications(5),
                   expectsUnsolicitedCallListNotifications(6),
                   suppressSuperfluous18xResponses(7),
                   includeTransportParameterInFromHeader(8),
                   supportsReceivingINVITEsWithNoSDP(9),
                   mayLoopCallsBackToMetaSwitch(10),
                   supportsReceivingSIPReasonHeaderOverTandemTrunkCalls(11),
                   preferPAssertedIdentityForCallingNumber(12),
                   doesNotSupportRFC3581(13),
                   routeCANCELsUsingContactDetails(14),
                   suppressDestinationDirectoryNumber(15),
                   applyE164RulesToCallingNumberFieldsOnly(16),
                   sendDTMFInSIPINFO(17),
                   trustNumberPortabilityInformationNpdi(18),
                   trustCarrierInformationCic(19),
                   supportsReceivingNumberPortabilityInformationNpdi(20),
                   supportsReceivingNumberPortabilityInformationNpdiYes(21),
                   supportsReceivingCarrierInformationCicXXXX(22),
                   supportsReceivingCarrierInformationCicCCXXXX(23),
                   attemptToPassThroughREFERs(24),
                   supportsReceivingSIPReasonHeaderQ850Causes(25),
                   trustSIPReasonHeaderQ850Causes(26),
                   honorsSDPConnectivityRequests(27),
                   supportsReceivingJurisdictionInformationParameter(28),
                   trustJurisdictionInformationParameter(29),
                   supportsReceivingChargeInformation(30),
                   trustChargeInformation(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP)'."
    ::= { mediaGatewayModelR57Entry  33 }

  mediaGatewayModelR57FixBitsMeGaCo2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsMetaSwitchCALEAImplementationMETASWCALEAPackage(0),
                   noDigitBufferingInEventBuffer(1),
                   useDataSignalNotDwaSignalForCallerID(2),
                   startupFlowsAreUKMSANGatewayStyle(3),
                   rTPCodecsMustBeReserved(4),
                   quietTerminationMegacoPackage(5),
                   supportsBasicCASEventsBCASPackage(6),
                   supportsBasicCASAddressingBCASADDRPackage(7),
                   supportsRobbedBitSignalingEventsRBSPackage(8),
                   supportsMFToneDetectionMFDPackage(9),
                   supportsMetaSwitchLAPDControlMETASWLAPD(10),
                   supportsStatisticsReportingRTPPackage(11),
                   supportsRemoteStatisticsReportingMETASWRTPPackage(12),
                   supportsMetaSwitchOutboundDigitDetectionMETASWODDPackage(13),
                   h24826AmetSupported(14),
                   supportsEmergencyContextProperty(15),
                   requiresContextAuditContinuationUntilErrorReported(16),
                   ignoreExtraDigitsOnPartialMatch(17),
                   restrictedTargetedConnectivityInConferencingContexts(18),
                   supportsIVRTerminations(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 2'."
    ::= { mediaGatewayModelR57Entry  34 }

  mediaGatewayModelR57MaxSimulTransactionsOutstanding OBJECT-TYPE
    SYNTAX       Unsigned32 ( 10..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum simultaneous transactions outstanding'."
    ::= { mediaGatewayModelR57Entry  35 }

  mediaGatewayModelR57AlertInfoDRNormal OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - normal ringing'."
    ::= { mediaGatewayModelR57Entry  36 }

  mediaGatewayModelR57AlertInfoDR2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 2 (Intra-Business Group calling)'."
    ::= { mediaGatewayModelR57Entry  37 }

  mediaGatewayModelR57AlertInfoDR3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 3 (Automatic Recall/Callback)'."
    ::= { mediaGatewayModelR57Entry  38 }

  mediaGatewayModelR57AlertInfoDR4PriorityClgLDA OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - distinctive ringing 4 (Priority Calling/Long Distance Alert)'."
    ::= { mediaGatewayModelR57Entry  39 }

  mediaGatewayModelR57DynFixBitsMGCPMeGaCoSIP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsRTPComfortNoise(0),
                   supportsRTCP(1),
                   trustPacketLossStatistics(2),
                   trustJitterStatistics(3),
                   trustRoundTripTimeStatistics(4),
                   failedDirectMediaOfferTriggersIndirectOffer(5),
                   noImplicitG711OnIncomingOffersAndAnswers(6),
                   requiresUnspecifiedAddressAsIPv6BlackholeMediaAddress(7),
                   supportsRTCPXR(8),
                   doesNotSupportGlitchlessMonitor(9),
                   includeFmtpParameterInSDP(10),
                   trustPacketsSentReceivedStatistics(11),
                   trustOctetsSentReceivedStatistics(12),
                   rFC3960EarlyMediaCutThrough(13),
                   supportsReceivingLongerCallingPartyName(14)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Fix bits (MGCP, MeGaCo, SIP, SIP / MSML) 2'."
    ::= { mediaGatewayModelR57Entry  40 }

  mediaGatewayModelR57DynamicFixBitsMGCP OBJECT-TYPE
    SYNTAX       BITS {
                   supportsNotifiedEntity(0),
                   eSAServerShouldAuditNorthAmericaOnly(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MGCP) 2'."
    ::= { mediaGatewayModelR57Entry  41 }

  mediaGatewayModelR57ManagementConnCommand OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Management connection command'."
    ::= { mediaGatewayModelR57Entry  42 }

  mediaGatewayModelR57SubGMonitoringOptions OBJECT-TYPE
    SYNTAX       BITS {
                   callUsageStatistics(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Subscriber Gateway monitoring options'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR57Entry  43 }

  mediaGatewayModelR57DigitOverhangTime OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Digit overhang time'."
    DEFVAL       { 250 }
    ::= { mediaGatewayModelR57Entry  44 }

  mediaGatewayModelR57UpToDateCnt OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Up to date count'."
    ::= { mediaGatewayModelR57Entry  45 }

  mediaGatewayModelR57SupportedHighBandwidthMediaFormats OBJECT-TYPE
    SYNTAX       BITS {
                   g711ULaw(0),
                   g711ALaw(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supported high-bandwidth media formats'."
    ::= { mediaGatewayModelR57Entry  46 }

  mediaGatewayModelR57SIPRespCodToQ850CauseCodeMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code to Q.850 cause code mapping table'."
    ::= { mediaGatewayModelR57Entry  48 }

  mediaGatewayModelR57Q850CauseCodeToSIPRespCodMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1024))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Q.850 cause code to SIP response code mapping table'."
    ::= { mediaGatewayModelR57Entry  49 }

  mediaGatewayModelR57AdvancedVoiceCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR57Entry  50 }

  mediaGatewayModelR57VideoCodecsPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   no(1),
                   specifiedCodecs(2),
                   anyCodecs(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Video codecs permitted'."
    DEFVAL       { no }
    ::= { mediaGatewayModelR57Entry  51 }

  mediaGatewayModelR57AdvVceVidCdcs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Advanced voice / video codecs'."
    ::= { mediaGatewayModelR57Entry  52 }

  mediaGatewayModelR57FixBitsSIP2 OBJECT-TYPE
    SYNTAX       BITS {
                   supportsGETSResourcePriorityHeader(0),
                   supportsXMSWCallControlHeader(1),
                   supportsReceiving180After183(2),
                   relayDTMFInSIPINFO(3),
                   treat183WithNoSDPAs180(4),
                   doesNotSupportPAssertedIdentityHeader(5),
                   stripLocalCountryCodeOnIncomingCalls(6),
                   useUnavailableIfCallerIDNotAvailable(7),
                   supportsXMSWIntercomHeader(8),
                   passThroughSIPDCSBillingInfoHeader(9),
                   addUserPhoneToRequestURI(10),
                   supportsOliParameterInPAssertedIdentity(11),
                   supportsCpcParameterInPAssertedIdentity(12),
                   supportsCarrierSelectionParameter(13),
                   supportsPDCSBillingInfoHeader(14),
                   supportsPChargingFunctionAddressesHeader(15),
                   supportsPChargingVectorHeader(16),
                   supportsMetaswitchCustomAlertInfoParameters(17),
                   authenticationUsernameIncludesDomain(18),
                   preferNo100rel(19),
                   supportsPriorityHeaderForEmergencyCalls(20),
                   prioritizeEmergencyCallsIdentifiedByPriorityHeader(21),
                   supportsXMSWUUSHeader(22),
                   omitTransportUdpParameter(23),
                   doesNotSupportPServedUserHeader(24),
                   doNotActAsARouteingB2BUAForForwardedCalls(25),
                   supportsReceivingWarningHeaderInSIPResponses(26),
                   sendsSIPMessagesWithAMissingISUPBody(27),
                   supportsTransitIoiInPChargingVectorHeader(28),
                   supportsServiceInteractionXMLElementWithNPSSP(29),
                   supportsReceivingAutomataParameterOnContactHeader(30),
                   q19125Compliant(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 2'."
    ::= { mediaGatewayModelR57Entry  53 }

  mediaGatewayModelR57OrderPreferenceSupportedCodecs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..1000))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Order of preference for supported voice codecs'."
    ::= { mediaGatewayModelR57Entry  54 }

  mediaGatewayModelR57FBsMeGaCo4 OBJECT-TYPE
    SYNTAX       BITS {
                   requiresSecureIUAWhenUsingSecureMeGaCo(0)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (MeGaCo) 4'."
    ::= { mediaGatewayModelR57Entry  55 }

  mediaGatewayModelR57SIPRespCodESAFail OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..699 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for ESA failure'."
    DEFVAL       { 503 }
    ::= { mediaGatewayModelR57Entry  56 }

  mediaGatewayModelR57ILBCPrefFrSz OBJECT-TYPE
    SYNTAX       INTEGER {
                   twentyMilliseconds(1),
                   thirtyMilliseconds(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'iLBC preferred frame size'."
    DEFVAL       { thirtyMilliseconds }
    ::= { mediaGatewayModelR57Entry  57 }

  mediaGatewayModelR57SIPToISUPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP to ISUP CPC mapping table'."
    ::= { mediaGatewayModelR57Entry  58 }

  mediaGatewayModelR57ISUPToSIPCPCMappingTbl OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..2048))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'ISUP to SIP CPC mapping table'."
    ::= { mediaGatewayModelR57Entry  59 }

  mediaGatewayModelR57SIPRespCodCgstn OBJECT-TYPE
    SYNTAX       Unsigned32 ( 400..606 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP response code for congestion'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR57Entry  60 }

  mediaGatewayModelR57AccessNetwkInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Access network information'."
    ::= { mediaGatewayModelR57Entry  61 }

  mediaGatewayModelR57AlertInfoDRRingsplash OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..128))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alert-Info strings for Distinctive Ringing - Ringsplash'."
    ::= { mediaGatewayModelR57Entry  62 }

  mediaGatewayModelR57InCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'In-call poll interval'."
    ::= { mediaGatewayModelR57Entry  63 }

  mediaGatewayModelR57OutCallPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 11..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Out-of-call poll interval'."
    DEFVAL       { 3600 }
    ::= { mediaGatewayModelR57Entry  64 }

  mediaGatewayModelR57MaxReacquisitionInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 30..86400 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Maximum re-acquisition interval'."
    DEFVAL       { 86400 }
    ::= { mediaGatewayModelR57Entry  65 }

  mediaGatewayModelR57FixBitsSIP3 OBJECT-TYPE
    SYNTAX       BITS {
                   nVANIIIOverridesReceivedSIP(0),
                   suppressFirstDTMFInSIPINFO(1),
                   useCallingNameFromPAssertedIdentityIfPresent(2),
                   supportsSIPPreconditions(3),
                   requestSendrecvPreconditions(4),
                   usePEarlyMediaHeaderToAuthorizeEarlyMedia(5),
                   emergencyCallSuspendResumeViaSDPConnectivity(6),
                   pDCSOSPSHeaderNotSupportedOutbound(7),
                   useReINVITEForOperatorRingbackNotUPDATE(8),
                   supportsEncodingNPUKKInTransitIoiInPChargingVectorHeader(9),
                   mayGenerateAuthenticationChallengesForSIPINVITEMessages(10),
                   addCallerNameToPAssertedIdentityOutbound(11),
                   updatePAssertedIdentityWhenCallerIDChanges(12),
                   remoteHoldRemoteRetrievalViaSDPConnectivity(13),
                   sendEOrFAndNotOrAsSIPDialDigits(14),
                   supportReceivingSIPRECMetadataSnapshots(15),
                   supports181CallIsBeingForwarded(16),
                   acceptQ735ResourcePriorityInbound(17),
                   supportQ735ResourcePriorityOutbound(18),
                   passThroughSDPConnectivity(19),
                   useAlternateCallWaitingSIPINFO(20),
                   supportsHistoryInfoRFC7044(21),
                   supportsCauseParameterFromRFC4458(22),
                   prioritizeVoiceOverClearmode(23),
                   doesNotSupportCrossDeviceCallRejection(24),
                   treat183WithNoSDPAsAddressComplete(25),
                   addGeneratedQ850CodeToReasonHeader(26),
                   requiresAllowHeader(27),
                   trustAcceptLanguageHeader(28),
                   supportsReceivingLanguageInformation(29),
                   mayGenerateAuthenticationChallengesForSIPNOTIFYMessages(30),
                   useDiversionDNInPAssertedIdentity(31)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 3'."
    ::= { mediaGatewayModelR57Entry  66 }

  mediaGatewayModelR57FixBitsSIP4 OBJECT-TYPE
    SYNTAX       BITS {
                   useEarlyMediaSDPFromFirstDownstreamForkOnly(0),
                   doesNotPlayRingbackInEarlyMedia(1),
                   useE164NumbersForPBXs(2),
                   useE164NumbersForRegisteredSubscribers(3),
                   doesNotSupportRemotePartyId(4),
                   useFromHeaderToSelectPBX(5),
                   sendsCOLPCONPInPAI(6),
                   supportsRFC4916FromChange(7),
                   mapBetweenFromHeaderAndPresentationNumberUKOnly(8),
                   supportsPCallingPartyIDHeader(9),
                   permitsCorrelationUsingE164Numbers(10),
                   supportReceivingINVITEsToCallTrace(11),
                   sendINVITEsToCallTrace(12),
                   supportsSendingTransitPAssertedIdentity(13),
                   supportsReceivingTransitPAssertedIdentity(14),
                   q735PrioritiesForPBX(15),
                   supportsXMSWCapacityGroupHeader(16),
                   displayFullDNInCallerIDForIntraBGCalls(17),
                   donTTreat183AsAlerting(18),
                   sendCpcParameterInPAssertedIdentityHeaderAsSIPURIParameter(19),
                   doNotInterwork180WithSDPToCPGAfterReceiving183WithSDP(20),
                   supportsXMSWPrimaryDNHeader(21),
                   doesNotSupportAInactiveForCFSInitiatedCallHold(22),
                   sendsPrimaryCallerIDInPAssertedIdentity(23),
                   alwaysSignalPEarlyMediaSupportDuringSetup(24),
                   supportsSDPBandwidthParameters(25),
                   trustVerstatParameters(26),
                   supportsVerstatUserpartParameter(27),
                   supportsVerstatURIParameter(28)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 4'."
    ::= { mediaGatewayModelR57Entry  67 }

  mediaGatewayModelR57SupportedDataCodecs OBJECT-TYPE
    SYNTAX       BITS {
                   clearmode(20)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Supported data codecs'."
    DEFVAL       { {} }
    ::= { mediaGatewayModelR57Entry  68 }

  mediaGatewayModelR57RestrictEvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Restrict event types included in Allow-Events headers'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  69 }

  mediaGatewayModelR57EvtTypesIncludedInAllowEvtsHeaders OBJECT-TYPE
    SYNTAX       BITS {
                   messageSummary(0),
                   refer(1),
                   dialog(2),
                   lineSeize(3),
                   presence(4),
                   callInfo(5),
                   asFeatureEvent(6),
                   callingName(7),
                   uaProfile(8)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Event types included in Allow-Events headers'."
    DEFVAL       { {messageSummary, refer, dialog, lineSeize, presence, callInfo, asFeatureEvent, callingName, uaProfile} }
    ::= { mediaGatewayModelR57Entry  70 }

  mediaGatewayModelR57LCC1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 1'."
    ::= { mediaGatewayModelR57Entry  71 }

  mediaGatewayModelR57LCC2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 2'."
    ::= { mediaGatewayModelR57Entry  72 }

  mediaGatewayModelR57LCC3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 3'."
    ::= { mediaGatewayModelR57Entry  73 }

  mediaGatewayModelR57LCC4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 4'."
    ::= { mediaGatewayModelR57Entry  74 }

  mediaGatewayModelR57LCC5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 5'."
    ::= { mediaGatewayModelR57Entry  75 }

  mediaGatewayModelR57LCC6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 6'."
    ::= { mediaGatewayModelR57Entry  76 }

  mediaGatewayModelR57LCC7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 7'."
    ::= { mediaGatewayModelR57Entry  77 }

  mediaGatewayModelR57LCC8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 8'."
    ::= { mediaGatewayModelR57Entry  78 }

  mediaGatewayModelR57LCC9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 9'."
    ::= { mediaGatewayModelR57Entry  79 }

  mediaGatewayModelR57LCC10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 10'."
    ::= { mediaGatewayModelR57Entry  80 }

  mediaGatewayModelR57LCC11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 11'."
    ::= { mediaGatewayModelR57Entry  81 }

  mediaGatewayModelR57LCC12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 12'."
    ::= { mediaGatewayModelR57Entry  82 }

  mediaGatewayModelR57LCC13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 13'."
    ::= { mediaGatewayModelR57Entry  83 }

  mediaGatewayModelR57LCC14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 14'."
    ::= { mediaGatewayModelR57Entry  84 }

  mediaGatewayModelR57LCC15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 15'."
    ::= { mediaGatewayModelR57Entry  85 }

  mediaGatewayModelR57LCC16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 16'."
    ::= { mediaGatewayModelR57Entry  86 }

  mediaGatewayModelR57LCC17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 17'."
    ::= { mediaGatewayModelR57Entry  87 }

  mediaGatewayModelR57LCC18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 18'."
    ::= { mediaGatewayModelR57Entry  88 }

  mediaGatewayModelR57LCC19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 19'."
    ::= { mediaGatewayModelR57Entry  89 }

  mediaGatewayModelR57LCC20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..20))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Line Class Code 20'."
    ::= { mediaGatewayModelR57Entry  90 }

  mediaGatewayModelR57ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { mediaGatewayModelR57Entry  91 }

  mediaGatewayModelR57MaxNumVoiceCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of voice codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR57Entry  92 }

  mediaGatewayModelR57MaxNumVideoCodecsSupported OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..16 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Maximum number of video codecs supported'."
    DEFVAL       { 5 }
    ::= { mediaGatewayModelR57Entry  93 }

  mediaGatewayModelR57ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { mediaGatewayModelR57Entry  94 }

  mediaGatewayModelR57NumFmtsCldIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - international scope'."
    ::= { mediaGatewayModelR57Entry  95 }

  mediaGatewayModelR57NumFmtsCldNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - national scope'."
    ::= { mediaGatewayModelR57Entry  96 }

  mediaGatewayModelR57NumFmtsCldShrtCd OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - called number format - short code'."
    ::= { mediaGatewayModelR57Entry  97 }

  mediaGatewayModelR57NumFmtsClgIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - international scope'."
    ::= { mediaGatewayModelR57Entry  98 }

  mediaGatewayModelR57NumFmtsClgNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - calling number format - national scope'."
    ::= { mediaGatewayModelR57Entry  99 }

  mediaGatewayModelR57NumFmtsRdrIntnatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - international scope'."
    ::= { mediaGatewayModelR57Entry  100 }

  mediaGatewayModelR57NumFmtsRdrNatlScope OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - redirect number format - national scope'."
    ::= { mediaGatewayModelR57Entry  101 }

  mediaGatewayModelR57NumFmtsOvrdAutogenCID OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Number formats - override autogenerated caller ID'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  102 }

  mediaGatewayModelR57OverrideToHeaderUserPartOnINVITEs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Override To header user part on INVITEs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  103 }

  mediaGatewayModelR57ValToHeaderUserPart OBJECT-TYPE
    SYNTAX       INTEGER {
                   uDSA1(1),
                   uDSA2(2),
                   uDSA3(3),
                   uDSA4(4),
                   uDSA5(5),
                   uDSA6(6),
                   uDSA7(7),
                   uDSA8(8),
                   uDSA9(9),
                   uDSA10(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Value of To header user part'."
    ::= { mediaGatewayModelR57Entry  104 }

  mediaGatewayModelR57MRSPollInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll interval'."
    DEFVAL       { 500 }
    ::= { mediaGatewayModelR57Entry  105 }

  mediaGatewayModelR57MRSPollTimeout OBJECT-TYPE
    SYNTAX       Unsigned32 ( 50..50000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Poll timeout'."
    DEFVAL       { 2000 }
    ::= { mediaGatewayModelR57Entry  106 }

  mediaGatewayModelR57RingLenUseWithICF OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..36 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Ring length for use with Integrated Call Forwarding'."
    DEFVAL       { 4 }
    ::= { mediaGatewayModelR57Entry  107 }

  mediaGatewayModelR57SupportsNotifysRequestingResynchronization OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports NOTIFYs requesting resynchronization'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  108 }

  mediaGatewayModelR57SipResynchronizationEvt OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..60))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'SIP resynchronization event'."
    ::= { mediaGatewayModelR57Entry  109 }

  mediaGatewayModelR57FixBitsSIPMSML OBJECT-TYPE
    SYNTAX       BITS {
                   useMetaswannMetaswtonURIs(0),
                   useMetaswitchHeadersForConnectionControl(1),
                   mRSChoosesConferenceNames(2),
                   doesNotSupportMSMLDialogGroupPackage(3),
                   useMeGaCoDigitMaps(4),
                   playexitEventsTearDownDialogs(5),
                   playMultipleAnnouncementsInOneAudioElement(6),
                   clampsDTMFIntoConferencesByDefault(7),
                   omitDiagnosticMarkParameters(8),
                   useContentTypeTextXmlForMSML(9),
                   supportsXCallGroupHeader(10),
                   guarantees200ResponseToOPTIONSWhenRunning(11)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP / MSML)'."
    ::= { mediaGatewayModelR57Entry  110 }

  mediaGatewayModelR57AnnounceURIPrefix OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Announcement URI prefix'."
    ::= { mediaGatewayModelR57Entry  111 }

  mediaGatewayModelR57SessionTimer OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..300 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Session timer'."
    DEFVAL       { 0 }
    ::= { mediaGatewayModelR57Entry  112 }

  mediaGatewayModelR57SIPDialogCxtConferences OBJECT-TYPE
    SYNTAX       INTEGER {
                   terminationDialog(1),
                   contextControlChannel(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP dialog for context conferences'."
    DEFVAL       { terminationDialog }
    ::= { mediaGatewayModelR57Entry  113 }

  mediaGatewayModelR57SupportsReceivingUnsolicitedUaProfNotifys OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving unsolicited ua-profile NOTIFYs'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  114 }

  mediaGatewayModelR57FixBitsSIP5 OBJECT-TYPE
    SYNTAX       BITS {
                   useTheFullCalledDNWhenStartingNV(0),
                   suppressSubscriberIPAddressMatching(1),
                   supportsSIPTariff(2),
                   supportsOMR(3),
                   supportsUserPhoneForSIPURIs(4),
                   supportsPhoneContextForSIPURIs(5),
                   trustABNPInPChargingVectorHeader(6),
                   supportsEncodingABNPInPChargingVectorHeader(7),
                   alwaysAuthorizePEarlyMedia(8),
                   useAlternativeIPForBlackHoleSDP(9),
                   trustLocationInformation(10),
                   supportsReceivingLocationInformation(11),
                   requiresRTCPDuringUnidirectionalInactiveMedia(12),
                   doesNotSupportTheSip608FeatureCapabilityIndicator(13),
                   supportsXMSWFromHeader(14),
                   sendErrorResponsesForSIPNOTIFYCarryingMWI(15),
                   supportsReceivingTheXMSWAddidTermHeader(16),
                   supportsReceivingSTIRSHAKENSIPHeaders(17),
                   supportsReceivingEnterpriseID(18),
                   sendsTrustedEnterpriseID(19)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Fix bits (SIP) 5'."
    ::= { mediaGatewayModelR57Entry  115 }

  mediaGatewayModelR57FlashHookINVITEString OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Flash-hook INVITE string'."
    ::= { mediaGatewayModelR57Entry  116 }

  mediaGatewayModelR57SendsTransparentSIPHeaders OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Sends transparent SIP headers'."
    ::= { mediaGatewayModelR57Entry  117 }

  mediaGatewayModelR57SuppRcvngTrnspSIPHdrs OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Supports receiving transparent SIP headers'."
    ::= { mediaGatewayModelR57Entry  118 }

  mediaGatewayModelR57PreferTrnspSIPHdrSentByThisAS OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Prefer transparent SIP header values sent by this application server'."
    DEFVAL       { false }
    ::= { mediaGatewayModelR57Entry  119 }

  mediaGatewayModelR57SIPRespCodeMappingQ850CauseCode21WithLocUser OBJECT-TYPE
    SYNTAX       INTEGER {
                   default(0),
                   sixHundredAndThree(1),
                   sixHundredAndSeven(2),
                   sixHundredAndEight(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'SIP response code mapping for Q.850 cause code 21 with location ''user'''."
    DEFVAL       { default }
    ::= { mediaGatewayModelR57Entry  120 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Additional Identity'                                        */
-- /* Valid from: 9.6.50                                                            */
-- /*********************************************************************************/

  bGLineAddIdR3Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BGLineAddIdR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Line'."
    ::= { metaSwitch  2777 }

  bGLineAddIdR3Entry OBJECT-TYPE
    SYNTAX       BGLineAddIdR3Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { bGLineAddIdR3NEConn,
             bGLineAddIdR3NetwkElement,
             bGLineAddIdR3CFSIx,
             bGLineAddIdR3GpIx,
             bGLineAddIdR3FirstDirNum,
             bGLineAddIdR3DirNum,
             bGLineAddIdR3AddnIdIx }
    ::= {  bGLineAddIdR3Table  1  }

  BGLineAddIdR3Entry  ::=  SEQUENCE
  {
    bGLineAddIdR3NEConn                Unsigned32,
    bGLineAddIdR3NetwkElement          DisplayString,
    bGLineAddIdR3CFSIx                 Unsigned32,
    bGLineAddIdR3GpIx                  Unsigned32,
    bGLineAddIdR3FirstDirNum           DisplayString,
    bGLineAddIdR3DirNum                DisplayString,
    bGLineAddIdR3AddnIdIx              Unsigned32,
    bGLineAddIdR3Identity              DisplayString,
    bGLineAddIdR3RowStatus             RowStatus,
    bGLineAddIdR3UseAddtlIDAsCIDOnOrigCalls
                                       INTEGER,
    bGLineAddIdR3CallRecingStatus      INTEGER,
    bGLineAddIdR3MOHStatus             INTEGER,
    bGLineAddIdR3I1ForceRtgTrnkNEConn  Unsigned32,
    bGLineAddIdR3I2ForceRtgTrnkNetwkElement
                                       DisplayString,
    bGLineAddIdR3I3ForceRtgTrnkCFSIx   Unsigned32,
    bGLineAddIdR3I4ForceRtgTrnkSIPIx   Unsigned32,
    bGLineAddIdR3I5ForceRtgTrnkSIPTrnkIx
                                       Unsigned32,
    bGLineAddIdR3ForceRtgTrnkOtherVals INTEGER
  }

  bGLineAddIdR3NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { bGLineAddIdR3Entry  1 }

  bGLineAddIdR3NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { bGLineAddIdR3Entry  2 }

  bGLineAddIdR3CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { bGLineAddIdR3Entry  3 }

  bGLineAddIdR3GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { bGLineAddIdR3Entry  4 }

  bGLineAddIdR3FirstDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'First Directory number'.
                  This is an index field."
    ::= { bGLineAddIdR3Entry  5 }

  bGLineAddIdR3DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { bGLineAddIdR3Entry  6 }

  bGLineAddIdR3AddnIdIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..3 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional ID index'.
                  This is an index field."
    ::= { bGLineAddIdR3Entry  7 }

  bGLineAddIdR3Identity OBJECT-TYPE
    SYNTAX       DisplayString
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Identity'.
                  This field is only writable during create."
    ::= { bGLineAddIdR3Entry  8 }

  bGLineAddIdR3RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { bGLineAddIdR3Entry  9 }

  bGLineAddIdR3UseAddtlIDAsCIDOnOrigCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Use additional ID as caller ID on originating calls'."
    DEFVAL       { false }
    ::= { bGLineAddIdR3Entry  10 }

  bGLineAddIdR3CallRecingStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsPrimary(0),
                   disabled(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Recording status'."
    DEFVAL       { sameAsPrimary }
    ::= { bGLineAddIdR3Entry  11 }

  bGLineAddIdR3MOHStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   sameAsPrimary(0),
                   disabled(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music on Hold status'."
    DEFVAL       { sameAsPrimary }
    ::= { bGLineAddIdR3Entry  12 }

  bGLineAddIdR3I1ForceRtgTrnkNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Force routing trunk',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { bGLineAddIdR3Entry  13 }

  bGLineAddIdR3I2ForceRtgTrnkNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Force routing trunk',
                  This field represents index 'Network Element'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { bGLineAddIdR3Entry  14 }

  bGLineAddIdR3I3ForceRtgTrnkCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Force routing trunk',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { bGLineAddIdR3Entry  15 }

  bGLineAddIdR3I4ForceRtgTrnkSIPIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Force routing trunk',
                  This field represents index 'SIP index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { bGLineAddIdR3Entry  16 }

  bGLineAddIdR3I5ForceRtgTrnkSIPTrnkIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Force routing trunk',
                  This field represents index 'SIP Trunk index'
                  in referenced type 'BOOSIPTrunkSE'."
    ::= { bGLineAddIdR3Entry  17 }

  bGLineAddIdR3ForceRtgTrnkOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   default(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Force routing trunk'.
                  This field represents the fixed
                  values that Force routing trunk
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { bGLineAddIdR3Entry  18 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Application Servers'                         */
-- /* Valid from: 9.6.60                                                            */
-- /*********************************************************************************/

  busGrpAppServR2Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpAppServR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2778 }

  busGrpAppServR2Entry OBJECT-TYPE
    SYNTAX       BusGrpAppServR2Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpAppServR2NEConn,
             busGrpAppServR2NetwkElement,
             busGrpAppServR2CFSIx,
             busGrpAppServR2GpIx }
    ::= {  busGrpAppServR2Table  1  }

  BusGrpAppServR2Entry  ::=  SEQUENCE
  {
    busGrpAppServR2NEConn              Unsigned32,
    busGrpAppServR2NetwkElement        DisplayString,
    busGrpAppServR2CFSIx               Unsigned32,
    busGrpAppServR2GpIx                Unsigned32,
    busGrpAppServR2MOHSubscribed       INTEGER,
    busGrpAppServR2MOHServClass        Unsigned32,
    busGrpAppServR2MOHServLimitConcurrCalls
                                       INTEGER,
    busGrpAppServR2MOHServMaxConcurrCalls
                                       Unsigned32,
    busGrpAppServR2RecSrvPlayToneDuringRecings
                                       INTEGER,
    busGrpAppServR2RecSrvAllowRecingIntraBusGpCalls
                                       INTEGER,
    busGrpAppServR2MOHLvl              INTEGER,
    busGrpAppServR2I1MOHEnhancedServerNEConn
                                       Unsigned32,
    busGrpAppServR2I2MOHEnhancedServerNetwkElement
                                       DisplayString,
    busGrpAppServR2I3MOHEnhancedServerCFSIx
                                       Unsigned32,
    busGrpAppServR2I4MOHEnhancedServerDirNum
                                       DisplayString,
    busGrpAppServR2EnhancedMOHMigration
                                       INTEGER,
    busGrpAppServR2AlrmState           INTEGER,
    busGrpAppServR2AlrmLogCorr         Counter64,
    busGrpAppServR2AlrmEvtsAttnRq      Unsigned32,
    busGrpAppServR2AlrmStateTimestamp  Unsigned32,
    busGrpAppServR2AlrmResetTimestamp  Unsigned32
  }

  busGrpAppServR2NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpAppServR2Entry  1 }

  busGrpAppServR2NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpAppServR2Entry  2 }

  busGrpAppServR2CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpAppServR2Entry  3 }

  busGrpAppServR2GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpAppServR2Entry  4 }

  busGrpAppServR2MOHSubscribed OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - Subscribed'."
    DEFVAL       { false }
    ::= { busGrpAppServR2Entry  5 }

  busGrpAppServR2MOHServClass OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..16 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - class of service'."
    DEFVAL       { 0 }
    ::= { busGrpAppServR2Entry  6 }

  busGrpAppServR2MOHServLimitConcurrCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - limit concurrent calls'."
    DEFVAL       { true }
    ::= { busGrpAppServR2Entry  7 }

  busGrpAppServR2MOHServMaxConcurrCalls OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - maximum concurrent calls'."
    DEFVAL       { 16 }
    ::= { busGrpAppServR2Entry  8 }

  busGrpAppServR2RecSrvPlayToneDuringRecings OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - play tone during recordings'."
    DEFVAL       { false }
    ::= { busGrpAppServR2Entry  9 }

  busGrpAppServR2RecSrvAllowRecingIntraBusGpCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - allow recording of intra-Business Group calls'."
    DEFVAL       { true }
    ::= { busGrpAppServR2Entry  10 }

  busGrpAppServR2MOHLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   basic(1),
                   enhanced(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music On Hold Service - Level'."
    ::= { busGrpAppServR2Entry  11 }

  busGrpAppServR2I1MOHEnhancedServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Enhanced Music On Hold Server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { busGrpAppServR2Entry  12 }

  busGrpAppServR2I2MOHEnhancedServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Enhanced Music On Hold Server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { busGrpAppServR2Entry  13 }

  busGrpAppServR2I3MOHEnhancedServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Enhanced Music On Hold Server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { busGrpAppServR2Entry  14 }

  busGrpAppServR2I4MOHEnhancedServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Enhanced Music On Hold Server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { busGrpAppServR2Entry  15 }

  busGrpAppServR2EnhancedMOHMigration OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - Enhanced Music On Hold Migration Mode'."
    DEFVAL       { false }
    ::= { busGrpAppServR2Entry  16 }

  busGrpAppServR2AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpAppServR2Entry  17 }

  busGrpAppServR2AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { busGrpAppServR2Entry  18 }

  busGrpAppServR2AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpAppServR2Entry  19 }

  busGrpAppServR2AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { busGrpAppServR2Entry  20 }

  busGrpAppServR2AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { busGrpAppServR2Entry  21 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Application Servers'                                 */
-- /* Valid from: 9.6.60                                                            */
-- /* Deprecated from: 9.6.70                                                       */
-- /*********************************************************************************/

  appServsR8Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServsR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2779 }

  appServsR8Entry OBJECT-TYPE
    SYNTAX       AppServsR8Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServsR8NEConn,
             appServsR8NetwkElement,
             appServsR8CFSIx }
    ::= {  appServsR8Table  1  }

  AppServsR8Entry  ::=  SEQUENCE
  {
    appServsR8NEConn                   Unsigned32,
    appServsR8NetwkElement             DisplayString,
    appServsR8CFSIx                    Unsigned32,
    appServsR8SupportOrig              INTEGER,
    appServsR8OrigDefSetting           INTEGER,
    appServsR8I1OrigDefServerNEConn    Unsigned32,
    appServsR8I2OrigDefServerNetwkElement
                                       DisplayString,
    appServsR8I3OrigDefServerCFSIx     Unsigned32,
    appServsR8I4OrigDefServerDirNum    DisplayString,
    appServsR8SupportTerm              INTEGER,
    appServsR8TermDefSetting           INTEGER,
    appServsR8I1TermDefServerNEConn    Unsigned32,
    appServsR8I2TermDefServerNetwkElement
                                       DisplayString,
    appServsR8I3TermDefServerCFSIx     Unsigned32,
    appServsR8I4TermDefServerDirNum    DisplayString,
    appServsR8AlrmState                INTEGER,
    appServsR8AlrmEvtsAttnRqLogCorr    Counter64,
    appServsR8AlrmEvtsAttnRq           Unsigned32,
    appServsR8AlrmEvtsAtndDpLogCorr    Counter64,
    appServsR8AlrmEvtsAtndDp           Unsigned32,
    appServsR8AlrmStateTimestamp       Unsigned32,
    appServsR8AlrmResetTimestamp       Unsigned32,
    appServsR8CurrAppServerAlrmsAttnRq Unsigned32,
    appServsR8PrevAppServerAlrmsAttnRq Unsigned32,
    appServsR8CurrAppServerAlrmsAtndDp Unsigned32,
    appServsR8PrevAppServerAlrmsAtndDp Unsigned32,
    appServsR8RowStatus                RowStatus,
    appServsR8SummaryChldAlrmState     INTEGER,
    appServsR8SupportMOH               INTEGER,
    appServsR8I1BasicMOHServerNEConn   Unsigned32,
    appServsR8I2BasicMOHServerNetwkElement
                                       DisplayString,
    appServsR8I3BasicMOHServerCFSIx    Unsigned32,
    appServsR8I4BasicMOHServerDirNum   DisplayString,
    appServsR8ASOrigCallsEnabled       INTEGER,
    appServsR8ASOrigCallsBillableDn    INTEGER,
    appServsR8ASOrigCllsBrCllTypesUs   BITS,
    appServsR8ASOrigCllsBrCllTypesUk   BITS,
    appServsR8ASOrigCallsReqMatchOnSwitchNum
                                       INTEGER,
    appServsR8ASOrigCallsLCC1          INTEGER,
    appServsR8ASOrigCallsLCC2          INTEGER,
    appServsR8ASOrigCallsLCC3          INTEGER,
    appServsR8ASOrigCallsLCC4          INTEGER,
    appServsR8ASOrigCallsLCC5          INTEGER,
    appServsR8ASOrigCallsLCC6          INTEGER,
    appServsR8ASOrigCallsLCC7          INTEGER,
    appServsR8ASOrigCallsLCC8          INTEGER,
    appServsR8ASOrigCallsLCC9          INTEGER,
    appServsR8ASOrigCallsLCC10         INTEGER,
    appServsR8ASOrigCallsLCC11         INTEGER,
    appServsR8ASOrigCallsLCC12         INTEGER,
    appServsR8ASOrigCallsLCC13         INTEGER,
    appServsR8ASOrigCallsLCC14         INTEGER,
    appServsR8ASOrigCallsLCC15         INTEGER,
    appServsR8ASOrigCallsLCC16         INTEGER,
    appServsR8ASOrigCallsLCC17         INTEGER,
    appServsR8ASOrigCallsLCC18         INTEGER,
    appServsR8ASOrigCallsLCC19         INTEGER,
    appServsR8ASOrigCallsLCC20         INTEGER,
    appServsR8ASOrigCallsPrefLongDistCarr
                                       DisplayString,
    appServsR8ASOrigCallsPrefIntraLATACarr
                                       DisplayString,
    appServsR8ASOrigCallsPrefInternatCarr
                                       DisplayString,
    appServsR8ASOrigCallsOffSwitchCDRs INTEGER,
    appServsR8ChldStatisticsAlrms      Integer32,
    appServsR8TotChldAlrmsAttnRq       Unsigned32,
    appServsR8TotChldAlrmEvtsAttnRq    Unsigned32,
    appServsR8TotChldAlrmsAtndDp       Unsigned32,
    appServsR8TotChldAlrmEvtsAtndDp    Unsigned32,
    appServsR8SupportRecSrv            INTEGER,
    appServsR8RecSrvDefSubscribedSetting
                                       INTEGER,
    appServsR8RecSrvDefEnabledSetting  INTEGER,
    appServsR8I1RecSrvDefServerNEConn  Unsigned32,
    appServsR8I2RecSrvDefServerNetwkElement
                                       DisplayString,
    appServsR8I3RecSrvDefServerCFSIx   Unsigned32,
    appServsR8I4RecSrvDefServerDirNum  DisplayString,
    appServsR8RecSrvDefServerWebInterfaceURL
                                       LongDisplayString,
    appServsR8BasicMOHServerOtherVals  INTEGER
  }

  appServsR8NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServsR8Entry  1 }

  appServsR8NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServsR8Entry  2 }

  appServsR8CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServsR8Entry  3 }

  appServsR8SupportOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR8Entry  4 }

  appServsR8OrigDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR8Entry  5 }

  appServsR8I1OrigDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  6 }

  appServsR8I2OrigDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  7 }

  appServsR8I3OrigDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  8 }

  appServsR8I4OrigDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  9 }

  appServsR8SupportTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR8Entry  10 }

  appServsR8TermDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR8Entry  11 }

  appServsR8I1TermDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  12 }

  appServsR8I2TermDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  13 }

  appServsR8I3TermDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  14 }

  appServsR8I4TermDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  15 }

  appServsR8AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServsR8Entry  16 }

  appServsR8AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { appServsR8Entry  17 }

  appServsR8AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR8Entry  18 }

  appServsR8AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { appServsR8Entry  19 }

  appServsR8AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR8Entry  20 }

  appServsR8AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServsR8Entry  21 }

  appServsR8AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { appServsR8Entry  22 }

  appServsR8CurrAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarms'."
    ::= { appServsR8Entry  23 }

  appServsR8PrevAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR8Entry  24 }

  appServsR8CurrAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarms'."
    ::= { appServsR8Entry  25 }

  appServsR8PrevAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR8Entry  26 }

  appServsR8RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { appServsR8Entry  27 }

  appServsR8SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { appServsR8Entry  31 }

  appServsR8SupportMOH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music On Hold Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR8Entry  32 }

  appServsR8I1BasicMOHServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  33 }

  appServsR8I2BasicMOHServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  34 }

  appServsR8I3BasicMOHServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  35 }

  appServsR8I4BasicMOHServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  36 }

  appServsR8ASOrigCallsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - enabled'."
    DEFVAL       { false }
    ::= { appServsR8Entry  37 }

  appServsR8ASOrigCallsBillableDn OBJECT-TYPE
    SYNTAX       INTEGER {
                   mailboxOwner(1),
                   originalCaller(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - billable directory number'."
    DEFVAL       { mailboxOwner }
    ::= { appServsR8Entry  38 }

  appServsR8ASOrigCllsBrCllTypesUs OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   regional(1),
                   national(2),
                   carrierDialed(3),
                   international(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {regional, national, carrierDialed, international} }
    ::= { appServsR8Entry  39 }

  appServsR8ASOrigCllsBrCllTypesUk OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   mobile(1),
                   national(2),
                   international(3),
                   carrierDialed(4),
                   regional(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {mobile, national, international} }
    ::= { appServsR8Entry  40 }

  appServsR8ASOrigCallsReqMatchOnSwitchNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - require matching on-switch number'."
    DEFVAL       { true }
    ::= { appServsR8Entry  41 }

  appServsR8ASOrigCallsLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 1'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  42 }

  appServsR8ASOrigCallsLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 2'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  43 }

  appServsR8ASOrigCallsLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 3'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  44 }

  appServsR8ASOrigCallsLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 4'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  45 }

  appServsR8ASOrigCallsLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 5'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  46 }

  appServsR8ASOrigCallsLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 6'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  47 }

  appServsR8ASOrigCallsLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 7'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  48 }

  appServsR8ASOrigCallsLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 8'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  49 }

  appServsR8ASOrigCallsLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 9'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  50 }

  appServsR8ASOrigCallsLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 10'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  51 }

  appServsR8ASOrigCallsLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 11'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  52 }

  appServsR8ASOrigCallsLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 12'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  53 }

  appServsR8ASOrigCallsLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 13'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  54 }

  appServsR8ASOrigCallsLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 14'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  55 }

  appServsR8ASOrigCallsLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 15'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  56 }

  appServsR8ASOrigCallsLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 16'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  57 }

  appServsR8ASOrigCallsLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 17'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  58 }

  appServsR8ASOrigCallsLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 18'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  59 }

  appServsR8ASOrigCallsLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 19'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  60 }

  appServsR8ASOrigCallsLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 20'."
    DEFVAL       { 0 }
    ::= { appServsR8Entry  61 }

  appServsR8ASOrigCallsPrefLongDistCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred long distance carrier'."
    ::= { appServsR8Entry  62 }

  appServsR8ASOrigCallsPrefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred intraLATA carrier'."
    ::= { appServsR8Entry  63 }

  appServsR8ASOrigCallsPrefInternatCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred international carrier'."
    ::= { appServsR8Entry  64 }

  appServsR8ASOrigCallsOffSwitchCDRs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - generate off-switch CDRs'."
    DEFVAL       { false }
    ::= { appServsR8Entry  65 }

  appServsR8ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { appServsR8Entry  66 }

  appServsR8TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { appServsR8Entry  67 }

  appServsR8TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { appServsR8Entry  68 }

  appServsR8TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { appServsR8Entry  69 }

  appServsR8TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { appServsR8Entry  70 }

  appServsR8SupportRecSrv OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording Service - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR8Entry  71 }

  appServsR8RecSrvDefSubscribedSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default subscribed setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR8Entry  72 }

  appServsR8RecSrvDefEnabledSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default enabled setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR8Entry  73 }

  appServsR8I1RecSrvDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  74 }

  appServsR8I2RecSrvDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  75 }

  appServsR8I3RecSrvDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  76 }

  appServsR8I4RecSrvDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR8Entry  77 }

  appServsR8RecSrvDefServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default server web interface URL'."
    ::= { appServsR8Entry  78 }

  appServsR8BasicMOHServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server'.
                  This field represents the fixed
                  values that Music On Hold Service - Basic Music on Hold server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { appServsR8Entry  79 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group'                                             */
-- /* Valid from: 9.6.60                                                            */
-- /*********************************************************************************/

  busGrpR28Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Groups'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2780 }

  busGrpR28Entry OBJECT-TYPE
    SYNTAX       BusGrpR28Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpR28NEConn,
             busGrpR28NetwkElement,
             busGrpR28CFSIx,
             busGrpR28GpIx }
    ::= {  busGrpR28Table  1  }

  BusGrpR28Entry  ::=  SEQUENCE
  {
    busGrpR28NEConn                    Unsigned32,
    busGrpR28NetwkElement              DisplayString,
    busGrpR28CFSIx                     Unsigned32,
    busGrpR28GpIx                      Unsigned32,
    busGrpR28BusGpName                 DisplayString,
    busGrpR28Locale                    INTEGER,
    busGrpR28DistinctiveAlerting       INTEGER,
    busGrpR28NumDirNums                Unsigned32,
    busGrpR28NumFreeDirNums            Unsigned32,
    busGrpR28BGLineAlrmsAttnRq         Unsigned32,
    busGrpR28BGLineAlrmEvtsAttnRq      Unsigned32,
    busGrpR28BGLineAlrmsAtndDp         Unsigned32,
    busGrpR28BGLineAlrmEvtsAtndDp      Unsigned32,
    busGrpR28SummaryChldAlrmState      INTEGER,
    busGrpR28ExportNumObjectsExported  Integer32,
    busGrpR28ExportStatus              DisplayString,
    busGrpR28ExportFile                DisplayString,
    busGrpR28ExportCorr                Counter64,
    busGrpR28ExportCorrNode            DisplayString,
    busGrpR28ExportCorrUID             DisplayString,
    busGrpR28DoExtraActions            INTEGER,
    busGrpR28RowStatus                 RowStatus,
    busGrpR28BillTypeIntraBGCalls      INTEGER,
    busGrpR28LocalCNAMName             DisplayString,
    busGrpR28ServSuspended             INTEGER,
    busGrpR28CurrMADNAlrmsAttnRq       Unsigned32,
    busGrpR28PrevMADNAlrmsAttnRq       Unsigned32,
    busGrpR28CurrMADNAlrmsAtndDp       Unsigned32,
    busGrpR28PrevMADNAlrmsAtndDp       Unsigned32,
    busGrpR28TotChldAlrmsAttnRq        Unsigned32,
    busGrpR28TotChldAlrmEvtsAttnRq     Unsigned32,
    busGrpR28TotChldAlrmsAtndDp        Unsigned32,
    busGrpR28TotChldAlrmEvtsAtndDp     Unsigned32,
    busGrpR28I1PerProfNEConn           Unsigned32,
    busGrpR28I2PerProfNetwkElement     DisplayString,
    busGrpR28I3PerProfCFSIx            Unsigned32,
    busGrpR28I4PerProfGpIx             Unsigned32,
    busGrpR28SDActLongDistanceCarr     DisplayString,
    busGrpR28SDDefLongDistanceCarr     DisplayString,
    busGrpR28SDUseDefLongDistanceCarr  INTEGER,
    busGrpR28SDActIntraLATACarr        DisplayString,
    busGrpR28SDDefIntraLATACarr        DisplayString,
    busGrpR28SDUseDefIntraLATACarr     INTEGER,
    busGrpR28SDActBillType             INTEGER,
    busGrpR28SDDefBillType             INTEGER,
    busGrpR28SDUseDefBillType          INTEGER,
    busGrpR28SDActRtgAttrs             BITS,
    busGrpR28SDDefRtgAttrs             BITS,
    busGrpR28SDUseDefRtgAttrs          INTEGER,
    busGrpR28SDActIntnatlCarr          DisplayString,
    busGrpR28SDDefIntnatlCarr          DisplayString,
    busGrpR28SDUseDefIntnatlCarr       INTEGER,
    busGrpR28SDActLCC1                 INTEGER,
    busGrpR28SDDefLCC1                 INTEGER,
    busGrpR28SDUseDefLCC1              INTEGER,
    busGrpR28SDActLCC2                 INTEGER,
    busGrpR28SDDefLCC2                 INTEGER,
    busGrpR28SDUseDefLCC2              INTEGER,
    busGrpR28SDActLCC3                 INTEGER,
    busGrpR28SDDefLCC3                 INTEGER,
    busGrpR28SDUseDefLCC3              INTEGER,
    busGrpR28SDActLCC4                 INTEGER,
    busGrpR28SDDefLCC4                 INTEGER,
    busGrpR28SDUseDefLCC4              INTEGER,
    busGrpR28SDActLCC5                 INTEGER,
    busGrpR28SDDefLCC5                 INTEGER,
    busGrpR28SDUseDefLCC5              INTEGER,
    busGrpR28SDActDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR28SDDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR28SDUseDefDenyAllUsageSensFeatures
                                       INTEGER,
    busGrpR28SyncWithProfInProgress    INTEGER,
    busGrpR28FacGpLimsExternalCalls    INTEGER,
    busGrpR28FacGpLimsMaxExternalCalls Unsigned32,
    busGrpR28FacGpLimsTermCalls        INTEGER,
    busGrpR28FacGpLimsMaxTermCalls     Unsigned32,
    busGrpR28FacGpLimsOrigingCalls     INTEGER,
    busGrpR28FacGpLimsMaxOrigingCalls  Unsigned32,
    busGrpR28MLHGAlrmsAttnRq           Unsigned32,
    busGrpR28MLHGAlrmEvtsAttnRq        Unsigned32,
    busGrpR28MLHGAlrmsAtndDp           Unsigned32,
    busGrpR28MLHGAlrmEvtsAtndDp        Unsigned32,
    busGrpR28SDActLCC6                 INTEGER,
    busGrpR28SDDefLCC6                 INTEGER,
    busGrpR28SDUseDefLCC6              INTEGER,
    busGrpR28SDActLCC7                 INTEGER,
    busGrpR28SDDefLCC7                 INTEGER,
    busGrpR28SDUseDefLCC7              INTEGER,
    busGrpR28SDActLCC8                 INTEGER,
    busGrpR28SDDefLCC8                 INTEGER,
    busGrpR28SDUseDefLCC8              INTEGER,
    busGrpR28SDActLCC9                 INTEGER,
    busGrpR28SDDefLCC9                 INTEGER,
    busGrpR28SDUseDefLCC9              INTEGER,
    busGrpR28SDActLCC10                INTEGER,
    busGrpR28SDDefLCC10                INTEGER,
    busGrpR28SDUseDefLCC10             INTEGER,
    busGrpR28SDActLCC11                INTEGER,
    busGrpR28SDDefLCC11                INTEGER,
    busGrpR28SDUseDefLCC11             INTEGER,
    busGrpR28SDActLCC12                INTEGER,
    busGrpR28SDDefLCC12                INTEGER,
    busGrpR28SDUseDefLCC12             INTEGER,
    busGrpR28SDActLCC13                INTEGER,
    busGrpR28SDDefLCC13                INTEGER,
    busGrpR28SDUseDefLCC13             INTEGER,
    busGrpR28SDActLCC14                INTEGER,
    busGrpR28SDDefLCC14                INTEGER,
    busGrpR28SDUseDefLCC14             INTEGER,
    busGrpR28SDActLCC15                INTEGER,
    busGrpR28SDDefLCC15                INTEGER,
    busGrpR28SDUseDefLCC15             INTEGER,
    busGrpR28SDActLCC16                INTEGER,
    busGrpR28SDDefLCC16                INTEGER,
    busGrpR28SDUseDefLCC16             INTEGER,
    busGrpR28SDActLCC17                INTEGER,
    busGrpR28SDDefLCC17                INTEGER,
    busGrpR28SDUseDefLCC17             INTEGER,
    busGrpR28SDActLCC18                INTEGER,
    busGrpR28SDDefLCC18                INTEGER,
    busGrpR28SDUseDefLCC18             INTEGER,
    busGrpR28SDActLCC19                INTEGER,
    busGrpR28SDDefLCC19                INTEGER,
    busGrpR28SDUseDefLCC19             INTEGER,
    busGrpR28SDActLCC20                INTEGER,
    busGrpR28SDDefLCC20                INTEGER,
    busGrpR28SDUseDefLCC20             INTEGER,
    busGrpR28BusGpTrafficStudy         INTEGER,
    busGrpR28SDActEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR28SDDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR28SDUseDefEnableAdvancedAlertingFeatures
                                       INTEGER,
    busGrpR28SDActVQMCallLogging       INTEGER,
    busGrpR28SDDefVQMCallLogging       INTEGER,
    busGrpR28SDUseDefVQMCallLogging    INTEGER,
    busGrpR28SDActMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR28SDDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR28SDUseDefMLHGsStatisticsEnabled
                                       INTEGER,
    busGrpR28SDActI1NetwkNodeNEConn    Unsigned32,
    busGrpR28SDActI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR28SDActI3NetwkNodeCFSIx     Unsigned32,
    busGrpR28SDActI4NetwkNodeNodeIx    Unsigned32,
    busGrpR28SDDefI1NetwkNodeNEConn    Unsigned32,
    busGrpR28SDDefI2NetwkNodeNetwkElement
                                       DisplayString,
    busGrpR28SDDefI3NetwkNodeCFSIx     Unsigned32,
    busGrpR28SDDefI4NetwkNodeNodeIx    Unsigned32,
    busGrpSDActR28SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpSDDefR28SDActNetwkNodeOtherVals
                                       INTEGER,
    busGrpR28SDUseDefNetwkNode         INTEGER,
    busGrpR28NumManagedDevices         Unsigned32,
    busGrpR28ChldStatisticsAlrms       Integer32,
    busGrpR28SecondLocale              INTEGER,
    busGrpR28SDActBusGpCallLogsEnabled INTEGER,
    busGrpR28SDDefBusGpCallLogsEnabled INTEGER,
    busGrpR28SDUseDefBusGpCallLogsEnabled
                                       INTEGER,
    busGrpR28SDActAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR28SDDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR28SDUseDefAllowBGAdminChangeExpMod
                                       INTEGER,
    busGrpR28SwitchsUniqueBGID         DisplayString,
    busGrpR28SDActI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR28SDActI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR28SDActI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR28SDActI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpR28SDDefI1DefESAProtDomSIPSubsNEConn
                                       Unsigned32,
    busGrpR28SDDefI2DefESAProtDomSIPSubsNetwkElement
                                       DisplayString,
    busGrpR28SDDefI3DefESAProtDomSIPSubsCFSIx
                                       Unsigned32,
    busGrpR28SDDefI4DefESAProtDomSIPSubsESAProtDomIx
                                       Unsigned32,
    busGrpSDActR28SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpSDDefR28SDActDefESAProtDomSIPSubsOtherVals
                                       INTEGER,
    busGrpR28SDUseDefDefESAProtDomSIPSubs
                                       INTEGER,
    busGrpR28I1DelegatedManagementGpEMSIx
                                       Unsigned32,
    busGrpR28I2DelegatedManagementGpEMSNodeName
                                       DisplayString,
    busGrpR28I3DelegatedManagementGpDMGIx
                                       Integer32,
    busGrpR28NetwkWideBusGpID          DisplayString,
    busGrpR28DefBusGpLinePrivileges    Unsigned32,
    busGrpR28I1FaultMonitoringProfEMSIx
                                       Unsigned32,
    busGrpR28I2FaultMonitoringProfEMSNodeName
                                       DisplayString,
    busGrpR28I3FaultMonitoringProfFMPIx
                                       Integer32,
    busGrpR28FaultMonitoringProfOtherVals
                                       INTEGER,
    busGrpR28ApplyFMPToReltdObjectTypes
                                       BITS,
    busGrpR28AllowFMPsFromReltdObjectsToApply
                                       INTEGER,
    busGrpR28SDActBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR28SDDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR28SDUseDefBusGpForcedOffSwitchRtg
                                       INTEGER,
    busGrpR28SendAdvancedSIPMsgsToServAssuranceServer
                                       INTEGER,
    busGrpR28StatisticsAlrms           Integer32,
    busGrpR28SDActBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR28SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR28SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent
                                       INTEGER,
    busGrpR28MLHGACDAvailEnabled       INTEGER,
    busGrpR28MLHGACDUnvlRsn1           DisplayString,
    busGrpR28MLHGACDUnvlRsn2           DisplayString,
    busGrpR28MLHGACDUnvlRsn3           DisplayString,
    busGrpR28MLHGACDUnvlRsn4           DisplayString,
    busGrpR28MLHGACDUnvlRsn5           DisplayString,
    busGrpR28MLHGACDUnvlRsn6           DisplayString,
    busGrpR28MLHGACDUnvlRsn7           DisplayString,
    busGrpR28MLHGACDUnvlRsn8           DisplayString,
    busGrpR28MLHGACDUnvlRsn9           DisplayString,
    busGrpR28MLHGACDUnvlRsn10          DisplayString,
    busGrpR28MLHGACDUnvlRsn11          DisplayString,
    busGrpR28MLHGACDUnvlRsn12          DisplayString,
    busGrpR28MLHGACDUnvlRsn13          DisplayString,
    busGrpR28MLHGACDUnvlRsn14          DisplayString,
    busGrpR28MLHGACDUnvlRsn15          DisplayString,
    busGrpR28MLHGACDUnvlRsn16          DisplayString,
    busGrpR28MLHGACDUnvlRsn17          DisplayString,
    busGrpR28MLHGACDUnvlRsn18          DisplayString,
    busGrpR28MLHGACDUnvlRsn19          DisplayString,
    busGrpR28MLHGACDUnvlRsn20          DisplayString,
    busGrpR28MLHGACDUnvlRsn21          DisplayString,
    busGrpR28MLHGACDUnvlRsn22          DisplayString,
    busGrpR28MLHGACDUnvlRsn23          DisplayString,
    busGrpR28MLHGACDUnvlRsn24          DisplayString,
    busGrpR28MLHGACDUnvlRsn25          DisplayString,
    busGrpR28MLHGACDUnvlRsn26          DisplayString,
    busGrpR28MLHGACDUnvlRsn27          DisplayString,
    busGrpR28MLHGACDUnvlRsn28          DisplayString,
    busGrpR28MLHGACDUnvlRsn29          DisplayString,
    busGrpR28MLHGACDUnvlRsn30          DisplayString,
    busGrpR28AllowMLHGsMultipleLogins  INTEGER,
    busGrpR28MLHGACDMWBEnabled         INTEGER,
    busGrpR28MLHGACDAgentStatusRefreshInterval
                                       Unsigned32,
    busGrpR28I1SubGpNonRsvdNumsNEConn  Unsigned32,
    busGrpR28I2SubGpNonRsvdNumsNetwkElement
                                       DisplayString,
    busGrpR28I3SubGpNonRsvdNumsCFSIx   Unsigned32,
    busGrpR28I4SubGpNonRsvdNumsSubGpIx Unsigned32,
    busGrpR28SubGpNonRsvdNumsOtherVals INTEGER,
    busGrpR28AllowRehoming             INTEGER,
    busGrpR28I1PreferredSiteClusterSiteConnIx
                                       Integer32,
    busGrpR28MLHGACDBasicACDLicenses   INTEGER,
    busGrpR28MLHGACDNumBscACDLcs       Unsigned32,
    busGrpR28MLHGACDNumBscACDLcsInUse  Unsigned32,
    busGrpR28MLHGACDPremiumACDLicenses INTEGER,
    busGrpR28MLHGACDNumPrmACDLcs       Unsigned32,
    busGrpR28MLHGACDNumPrmACDLcsInUse  Unsigned32,
    busGrpR28SDActMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR28SDDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR28SDUseDefMLHGsInterruptMOHToProvideRingback
                                       INTEGER,
    busGrpR28ExportIncASRepData        INTEGER,
    busGrpR28SDActBusGpLinesSharePresence
                                       INTEGER,
    busGrpR28SDDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR28SDUseDefBusGpLinesSharePresence
                                       INTEGER,
    busGrpR28ExportChldObjectsToInc    INTEGER,
    busGrpR28SDActTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR28SDDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR28SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG
                                       INTEGER,
    busGrpR28CustInfo                  DisplayString,
    busGrpR28CustInfo2                 DisplayString,
    busGrpR28CustInfo3                 DisplayString,
    busGrpR28CustInfo4                 DisplayString,
    busGrpR28CustInfo5                 DisplayString,
    busGrpR28CustInfo6                 DisplayString,
    busGrpR28TwoStgDelPermittedUntil   Unsigned32,
    busGrpR28TwoStgDelCoolingOffPeriodEnds
                                       Unsigned32,
    busGrpR28TwoStgDelPermitted        INTEGER,
    busGrpR28AlwaysUseSubDNAsCIDCallsFromMobLines
                                       INTEGER,
    busGrpR28AllowBGAdminControlPBXCallLimits
                                       INTEGER,
    busGrpR28PBXLnClLimTotCallsLimit   INTEGER,
    busGrpR28PBXLnClLimMaxCalls        Unsigned32,
    busGrpR28PBXLnClLimTermCallsLimit  INTEGER,
    busGrpR28PBXLnClLimMaxTermCalls    Unsigned32,
    busGrpR28PBXLnClLimOrigingCallsLimit
                                       INTEGER,
    busGrpR28PBXLnClLimMaxOrigingCalls Unsigned32,
    busGrpR28AllowBGAdminToCfgClgPartyNum
                                       INTEGER,
    busGrpR28PBXLnClLimTotBurstingLimit
                                       INTEGER,
    busGrpR28PBXLnClLimMaxBurstingCalls
                                       Unsigned32,
    busGrpR28PBXLnClLimLimitIntraBGCalls
                                       INTEGER,
    busGrpR28AllowSubsToOverrideCfgdCPN
                                       INTEGER,
    busGrpR28CallServsAlrmsAttnRq      Unsigned32,
    busGrpR28CallServsAlrmEvtsAttnRq   Unsigned32,
    busGrpR28SCDObjectResyncStatus     INTEGER,
    busGrpR28AlrmState                 INTEGER
  }

  busGrpR28NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpR28Entry  1 }

  busGrpR28NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpR28Entry  2 }

  busGrpR28CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpR28Entry  3 }

  busGrpR28GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpR28Entry  4 }

  busGrpR28BusGpName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Business Group name'."
    ::= { busGrpR28Entry  5 }

  busGrpR28Locale OBJECT-TYPE
    SYNTAX       INTEGER {
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Locale'."
    ::= { busGrpR28Entry  12 }

  busGrpR28DistinctiveAlerting OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   external(1),
                   internal(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Distinctive alerting'."
    DEFVAL       { external }
    ::= { busGrpR28Entry  15 }

  busGrpR28NumDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of directory numbers'."
    ::= { busGrpR28Entry  16 }

  busGrpR28NumFreeDirNums OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of free directory numbers'."
    ::= { busGrpR28Entry  17 }

  busGrpR28BGLineAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarms'."
    ::= { busGrpR28Entry  18 }

  busGrpR28BGLineAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR28Entry  19 }

  busGrpR28BGLineAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarms'."
    ::= { busGrpR28Entry  20 }

  busGrpR28BGLineAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Business Group Line Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR28Entry  21 }

  busGrpR28SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpR28Entry  22 }

  busGrpR28ExportNumObjectsExported OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - number of objects exported'."
    ::= { busGrpR28Entry  23 }

  busGrpR28ExportStatus OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - status'."
    ::= { busGrpR28Entry  24 }

  busGrpR28ExportFile OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - file'."
    ::= { busGrpR28Entry  25 }

  busGrpR28ExportCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - log correlator'."
    ::= { busGrpR28Entry  26 }

  busGrpR28ExportCorrNode OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator node'."
    ::= { busGrpR28Entry  27 }

  busGrpR28ExportCorrUID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..65))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - correlator uid'."
    ::= { busGrpR28Entry  28 }

  busGrpR28DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   export(1),
                   resyncShadowConfigurationDatabase(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { busGrpR28Entry  29 }

  busGrpR28RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { busGrpR28Entry  30 }

  busGrpR28BillTypeIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   allFlatRate(1),
                   allMessageRate(2),
                   localCallsFlatRate(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Billing type - intra-BG calls'."
    DEFVAL       { localCallsFlatRate }
    ::= { busGrpR28Entry  31 }

  busGrpR28LocalCNAMName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..50))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Local CNAM name'."
    ::= { busGrpR28Entry  32 }

  busGrpR28ServSuspended OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   incomingCalls(2),
                   outgoingCalls(3),
                   incomingAndOutgoingCalls(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Service suspended'."
    DEFVAL       { none }
    ::= { busGrpR28Entry  34 }

  busGrpR28CurrMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarms'."
    ::= { busGrpR28Entry  35 }

  busGrpR28PrevMADNAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR28Entry  36 }

  busGrpR28CurrMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarms'."
    ::= { busGrpR28Entry  37 }

  busGrpR28PrevMADNAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multiple Appearance Directory Number Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR28Entry  38 }

  busGrpR28TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { busGrpR28Entry  39 }

  busGrpR28TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { busGrpR28Entry  40 }

  busGrpR28TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { busGrpR28Entry  41 }

  busGrpR28TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { busGrpR28Entry  42 }

  busGrpR28I1PerProfNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR28Entry  49 }

  busGrpR28I2PerProfNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Network Element'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR28Entry  50 }

  busGrpR28I3PerProfCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR28Entry  51 }

  busGrpR28I4PerProfGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1073741823 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Persistent Profile',
                  This field represents index 'Group index'
                  in referenced type 'BOOPersistentProfileSE'."
    ::= { busGrpR28Entry  52 }

  busGrpR28SDActLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  170 }

  busGrpR28SDDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  171 }

  busGrpR28SDUseDefLongDistanceCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Long distance carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  172 }

  busGrpR28SDActIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  173 }

  busGrpR28SDDefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  174 }

  busGrpR28SDUseDefIntraLATACarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'IntraLATA carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  175 }

  busGrpR28SDActBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  176 }

  busGrpR28SDDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                   flatRate(1),
                   messageRate(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  177 }

  busGrpR28SDUseDefBillType OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Billing type'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  178 }

  busGrpR28SDActRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  179 }

  busGrpR28SDDefRtgAttrs OBJECT-TYPE
    SYNTAX       BITS {
                   prePaidOffSwitchCallingCardSubscriber(0),
                   faxModemSubscriber(1),
                   nomadicSubscriber(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  180 }

  busGrpR28SDUseDefRtgAttrs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Number Validation and routing attributes'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  181 }

  busGrpR28SDActIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  182 }

  busGrpR28SDDefIntnatlCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  183 }

  busGrpR28SDUseDefIntnatlCarr OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'International carrier'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  184 }

  busGrpR28SDActLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  185 }

  busGrpR28SDDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  186 }

  busGrpR28SDUseDefLCC1 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 1'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  187 }

  busGrpR28SDActLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  188 }

  busGrpR28SDDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  189 }

  busGrpR28SDUseDefLCC2 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 2'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  190 }

  busGrpR28SDActLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  191 }

  busGrpR28SDDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  192 }

  busGrpR28SDUseDefLCC3 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 3'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  193 }

  busGrpR28SDActLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  194 }

  busGrpR28SDDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  195 }

  busGrpR28SDUseDefLCC4 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 4'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  196 }

  busGrpR28SDActLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  197 }

  busGrpR28SDDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  198 }

  busGrpR28SDUseDefLCC5 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 5'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  199 }

  busGrpR28SDActDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  200 }

  busGrpR28SDDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  201 }

  busGrpR28SDUseDefDenyAllUsageSensFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Deny all usage sensitive features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  202 }

  busGrpR28SyncWithProfInProgress OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Synchronization with profile in progress'."
    ::= { busGrpR28Entry  203 }

  busGrpR28FacGpLimsExternalCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - external calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  204 }

  busGrpR28FacGpLimsMaxExternalCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum external calls'."
    DEFVAL       { 16 }
    ::= { busGrpR28Entry  205 }

  busGrpR28FacGpLimsTermCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - terminating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  206 }

  busGrpR28FacGpLimsMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum terminating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR28Entry  207 }

  busGrpR28FacGpLimsOrigingCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   notPermitted(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - originating calls'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  208 }

  busGrpR28FacGpLimsMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Facility Group Limits - maximum originating calls'."
    DEFVAL       { 16 }
    ::= { busGrpR28Entry  209 }

  busGrpR28MLHGAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarms'."
    ::= { busGrpR28Entry  210 }

  busGrpR28MLHGAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR28Entry  211 }

  busGrpR28MLHGAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarms'."
    ::= { busGrpR28Entry  212 }

  busGrpR28MLHGAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Group Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR28Entry  213 }

  busGrpR28SDActLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  214 }

  busGrpR28SDDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  215 }

  busGrpR28SDUseDefLCC6 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 6'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  216 }

  busGrpR28SDActLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  217 }

  busGrpR28SDDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  218 }

  busGrpR28SDUseDefLCC7 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 7'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  219 }

  busGrpR28SDActLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  220 }

  busGrpR28SDDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  221 }

  busGrpR28SDUseDefLCC8 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 8'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  222 }

  busGrpR28SDActLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  223 }

  busGrpR28SDDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  224 }

  busGrpR28SDUseDefLCC9 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 9'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  225 }

  busGrpR28SDActLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  226 }

  busGrpR28SDDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  227 }

  busGrpR28SDUseDefLCC10 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 10'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  228 }

  busGrpR28SDActLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  229 }

  busGrpR28SDDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  230 }

  busGrpR28SDUseDefLCC11 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 11'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  231 }

  busGrpR28SDActLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  232 }

  busGrpR28SDDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  233 }

  busGrpR28SDUseDefLCC12 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 12'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  234 }

  busGrpR28SDActLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  235 }

  busGrpR28SDDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  236 }

  busGrpR28SDUseDefLCC13 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 13'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  237 }

  busGrpR28SDActLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  238 }

  busGrpR28SDDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  239 }

  busGrpR28SDUseDefLCC14 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 14'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  240 }

  busGrpR28SDActLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  241 }

  busGrpR28SDDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  242 }

  busGrpR28SDUseDefLCC15 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 15'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  243 }

  busGrpR28SDActLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  244 }

  busGrpR28SDDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  245 }

  busGrpR28SDUseDefLCC16 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 16'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  246 }

  busGrpR28SDActLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  247 }

  busGrpR28SDDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  248 }

  busGrpR28SDUseDefLCC17 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 17'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  249 }

  busGrpR28SDActLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  250 }

  busGrpR28SDDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  251 }

  busGrpR28SDUseDefLCC18 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 18'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  252 }

  busGrpR28SDActLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  253 }

  busGrpR28SDDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  254 }

  busGrpR28SDUseDefLCC19 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 19'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  255 }

  busGrpR28SDActLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  256 }

  busGrpR28SDDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  257 }

  busGrpR28SDUseDefLCC20 OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Line Class Code 20'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  258 }

  busGrpR28BusGpTrafficStudy OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Traffic Study'."
    DEFVAL       { false }
    ::= { busGrpR28Entry  259 }

  busGrpR28SDActEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  263 }

  busGrpR28SDDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  264 }

  busGrpR28SDUseDefEnableAdvancedAlertingFeatures OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Enable advanced alerting features'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  265 }

  busGrpR28SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  266 }

  busGrpR28SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  267 }

  busGrpR28SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  268 }

  busGrpR28SDActMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  269 }

  busGrpR28SDDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  270 }

  busGrpR28SDUseDefMLHGsStatisticsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - statistics enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  271 }

  busGrpR28SDActI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  272 }

  busGrpR28SDActI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  273 }

  busGrpR28SDActI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  274 }

  busGrpR28SDActI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  275 }

  busGrpR28SDDefI1NetwkNodeNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  276 }

  busGrpR28SDDefI2NetwkNodeNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Network Element'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  277 }

  busGrpR28SDDefI3NetwkNodeCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  278 }

  busGrpR28SDDefI4NetwkNodeNodeIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Network Node'.
                  This field represents index 'Index'
                  in referenced type 'BOONetworkNodeSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  279 }

  busGrpSDActR28SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  281 }

  busGrpSDDefR28SDActNetwkNodeOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Network Node'.
                  This field represents the fixed
                  values that Network Node
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Network Node'."
    ::= { busGrpR28Entry  282 }

  busGrpR28SDUseDefNetwkNode OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Network Node'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  283 }

  busGrpR28NumManagedDevices OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Number of Managed Devices'."
    ::= { busGrpR28Entry  290 }

  busGrpR28ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { busGrpR28Entry  291 }

  busGrpR28SecondLocale OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(9),
                   englishUS(0),
                   englishUK(1),
                   englishCanadian(2),
                   frenchCanadian(5),
                   spanishLatinAmerica(6),
                   userDefined1(3),
                   userDefined2(4),
                   afrikaansNamibia(10),
                   afrikaansSouthAfrica(11),
                   albanianAlbania(12),
                   arabicAlgeria(13),
                   arabicBahrain(14),
                   arabicChad(15),
                   arabicComoros(16),
                   arabicDjibouti(17),
                   arabicEgypt(18),
                   arabicEritrea(19),
                   arabicIraq(20),
                   arabicIsrael(21),
                   arabicJordan(22),
                   arabicKuwait(23),
                   arabicLebanon(24),
                   arabicLibya(25),
                   arabicMauritania(26),
                   arabicMorocco(27),
                   arabicOman(28),
                   arabicPhilippines(29),
                   arabicQatar(30),
                   arabicSaudiArabia(31),
                   arabicSomalia(32),
                   arabicSudan(33),
                   arabicSyria(34),
                   arabicTunisia(35),
                   arabicUnitedArabEmirates(36),
                   arabicWesternSahara(37),
                   arabicYemen(38),
                   armenianArmenia(39),
                   assameseIndia(40),
                   azerbaijaniAzerbaijan(41),
                   basqueSpain(42),
                   belarusianBelarus(43),
                   bengaliBangladesh(44),
                   bengaliIndia(45),
                   bodoIndia(46),
                   bosnianBosniaAndHerzegovina(47),
                   bruneiBrunei(48),
                   bulgarianBulgaria(49),
                   burmeseMyanmar(50),
                   catalanAndorra(51),
                   catalanSpain(52),
                   centralKhmerCambodia(53),
                   chamorroNorthernMarianaIslands(54),
                   chineseChina(55),
                   chineseHongKong(56),
                   chineseMacao(57),
                   chineseSingapore(58),
                   chineseTaiwan(59),
                   chuukeseMicronesiaFederatedStatesOf(60),
                   croatianBosniaAndHerzegovina(61),
                   croatianCroatia(62),
                   czechCzechRepublic(63),
                   danishDenmark(64),
                   dhivehiMaldives(65),
                   dogriIndia(66),
                   dutchAruba(67),
                   dutchBelgium(68),
                   dutchBonaireSintEustatiusAndSaba(69),
                   dutchCuracao(70),
                   dutchNetherlands(71),
                   englishAmericanSamoa(72),
                   englishAnguilla(73),
                   englishAntiguaAndBarbuda(74),
                   englishAustralia(75),
                   englishBahamas(76),
                   englishBarbados(77),
                   englishBelize(78),
                   englishBermuda(79),
                   englishBotswana(80),
                   englishBritishIndianOceanTerritory(81),
                   englishCameroon(82),
                   englishChristmasIsland(83),
                   englishCookIslands(84),
                   englishDominica(85),
                   englishFiji(86),
                   englishGambia(87),
                   englishGhana(88),
                   englishGibraltar(89),
                   englishGrenada(90),
                   englishGuam(91),
                   englishGuyana(92),
                   englishHongKong(93),
                   englishIndia(94),
                   englishIreland(95),
                   englishIsrael(96),
                   englishJamaica(97),
                   englishKenya(98),
                   englishKiribati(99),
                   englishLesotho(100),
                   englishLiberia(101),
                   englishMalawi(102),
                   englishMalaysia(103),
                   englishMaldives(104),
                   englishMalta(105),
                   englishMarshallIslands(106),
                   englishMauritius(107),
                   englishMicronesiaFederatedStatesOf(108),
                   englishNamibia(109),
                   englishNewZealand(110),
                   englishNigeria(111),
                   englishNorthernMarianaIslands(112),
                   englishPakistan(113),
                   englishPalau(114),
                   englishPapuaNewGuinea(115),
                   englishPhilippines(116),
                   englishPuertoRico(117),
                   englishRwanda(118),
                   englishSeychelles(119),
                   englishSierraLeone(120),
                   englishSingapore(121),
                   englishSouthAfrica(122),
                   englishSudan(123),
                   englishSwaziland(124),
                   englishTanzania(125),
                   englishTokelau(126),
                   englishTrinidadAndTobago(127),
                   englishUganda(128),
                   englishVanuatu(129),
                   englishZambia(130),
                   englishZimbabwe(131),
                   estonianEstonia(132),
                   fijianFiji(133),
                   filipinoPhilippines(134),
                   finnishFinland(135),
                   frenchBelgium(136),
                   frenchBenin(137),
                   frenchBurkinaFaso(138),
                   frenchBurundi(139),
                   frenchCameroon(140),
                   frenchCentralAfricanRepublic(141),
                   frenchChad(142),
                   frenchComoros(143),
                   frenchCongo(144),
                   frenchCongoTheDemocraticRepublicOfThe(145),
                   frenchCoteDIvoire(146),
                   frenchDjibouti(147),
                   frenchEquatorialGuinea(148),
                   frenchFrance(149),
                   frenchFrenchGuiana(150),
                   frenchFrenchPolynesia(151),
                   frenchGabon(152),
                   frenchGuadeloupe(153),
                   frenchGuinea(154),
                   frenchHaiti(155),
                   frenchItaly(156),
                   frenchLebanon(157),
                   frenchLuxembourg(158),
                   frenchMadagascar(159),
                   frenchMali(160),
                   frenchMartinique(161),
                   frenchMauritania(162),
                   frenchMayotte(163),
                   frenchNewCaledonia(164),
                   frenchNiger(165),
                   frenchReunion(166),
                   frenchRwanda(167),
                   frenchSenegal(168),
                   frenchSeychelles(169),
                   frenchSwitzerland(170),
                   frenchTunisia(171),
                   frenchVanuatu(172),
                   galicianSpain(173),
                   georgianGeorgia(174),
                   germanAustria(175),
                   germanBelgium(176),
                   germanGermany(177),
                   germanItaly(178),
                   germanLiechtenstein(179),
                   germanLuxembourg(180),
                   germanSwitzerland(181),
                   greekCyprus(182),
                   greekGreece(183),
                   gujaratiIndia(184),
                   haitianHaiti(185),
                   hebrewIsrael(186),
                   hindiIndia(187),
                   hiriMotuPapuaNewGuinea(188),
                   hungarianHungary(189),
                   icelandicIceland(190),
                   indonesianEastTimor(191),
                   indonesianIndonesia(192),
                   irishIreland(193),
                   italianItaly(194),
                   italianSwitzerland(195),
                   japaneseJapan(196),
                   kalaallisutGreenland(197),
                   kannadaIndia(198),
                   kashmiriIndia(199),
                   kazakhKazakhstan(200),
                   kirghizKyrgyzstan(201),
                   konkaniIndia(202),
                   koreanKoreaDemocraticPeopleSRepublicOf(203),
                   koreanKoreaRepublicOf(204),
                   laoLaos(205),
                   latvianLatvia(206),
                   lingalaCongo(207),
                   lithuanianLithuania(208),
                   macedonianMacedonia(209),
                   maithiliIndia(210),
                   malagasyMadagascar(211),
                   malayMalaysia(212),
                   malaySingapore(213),
                   malayalamIndia(214),
                   malteseMalta(215),
                   manipuriIndia(216),
                   maoriNewZealand(217),
                   marathiIndia(218),
                   marshalleseMarshallIslands(219),
                   mongolianMongolia(220),
                   nepaliIndia(221),
                   nepaliNepal(222),
                   norwegianNorway(223),
                   oriyaIndia(224),
                   palauanPalau(225),
                   panjabiIndia(226),
                   papiamentoAruba(227),
                   papiamentoBonaireSintEustatiusAndSaba(228),
                   papiamentoCuracao(229),
                   persianAfghanistan(230),
                   persianIran(231),
                   pohnpeianMicronesiaFederatedStatesOf(232),
                   polishPoland(233),
                   portugueseAngola(234),
                   portugueseBrazil(235),
                   portugueseEastTimor(236),
                   portugueseMacao(237),
                   portugueseMozambique(238),
                   portuguesePortugal(239),
                   romanianMoldova(240),
                   romanianRomania(241),
                   russianBelarus(242),
                   russianEstonia(243),
                   russianGeorgia(244),
                   russianIsrael(245),
                   russianKazakhstan(246),
                   russianKyrgyzstan(247),
                   russianLatvia(248),
                   russianRussianFederation(249),
                   russianTajikistan(250),
                   russianTurkmenistan(251),
                   russianUkraine(252),
                   russianUzbekistan(253),
                   samoanSamoa(254),
                   sanskritIndia(255),
                   santaliIndia(256),
                   scottishGaelicUnitedKingdom(257),
                   serbianBosniaAndHerzegovina(258),
                   serbianMontenegro(259),
                   serbianSerbia(260),
                   seselwaCreoleFrenchSeychelles(261),
                   sindhiIndia(262),
                   sinhalaSriLanka(263),
                   slovakSlovakia(264),
                   slovenianSlovenia(265),
                   somaliSomalia(266),
                   southernPashtoAfghanistan(267),
                   spanishArgentina(268),
                   spanishBelize(269),
                   spanishBolivia(270),
                   spanishChile(271),
                   spanishColombia(272),
                   spanishCostaRica(273),
                   spanishCuba(274),
                   spanishDominicanRepublic(275),
                   spanishEcuador(276),
                   spanishElSalvador(277),
                   spanishEquatorialGuinea(278),
                   spanishGuatemala(279),
                   spanishHonduras(280),
                   spanishMexico(281),
                   spanishNicaragua(282),
                   spanishPanama(283),
                   spanishParaguay(284),
                   spanishPeru(285),
                   spanishPhilippines(286),
                   spanishPuertoRico(287),
                   spanishSpain(288),
                   spanishUruguay(289),
                   spanishVenezuela(290),
                   swahiliKenya(291),
                   swedishSweden(292),
                   tagalogPhilippines(293),
                   tajikTajikistan(294),
                   tamilIndia(295),
                   teluguIndia(296),
                   thaiThailand(297),
                   tokPisinPapuaNewGuinea(298),
                   tokelauTokelau(299),
                   turkishCyprus(300),
                   turkishTurkey(301),
                   turkmenTurkmenistan(302),
                   ukrainianUkraine(303),
                   urduIndia(304),
                   uzbekUzbekistan(305),
                   vietnameseVietNam(306),
                   walloonBelgium(307),
                   welshUnitedKingdom(308),
                   swedishFinland(309),
                   mandarinHongKong(310)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Second locale'."
    DEFVAL       { none }
    ::= { busGrpR28Entry  293 }

  busGrpR28SDActBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  305 }

  busGrpR28SDDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  306 }

  busGrpR28SDUseDefBusGpCallLogsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Call Logs Enabled'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  307 }

  busGrpR28SDActAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  308 }

  busGrpR28SDDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  309 }

  busGrpR28SDUseDefAllowBGAdminChangeExpMod OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Allow BG administrators to change expansion modules'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  310 }

  busGrpR28SwitchsUniqueBGID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Switch's unique BG ID'."
    ::= { busGrpR28Entry  311 }

  busGrpR28SDActI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  312 }

  busGrpR28SDActI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  313 }

  busGrpR28SDActI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  314 }

  busGrpR28SDActI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  315 }

  busGrpR28SDDefI1DefESAProtDomSIPSubsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  316 }

  busGrpR28SDDefI2DefESAProtDomSIPSubsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  317 }

  busGrpR28SDDefI3DefESAProtDomSIPSubsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  318 }

  busGrpR28SDDefI4DefESAProtDomSIPSubsESAProtDomIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the specific value for the underlying 
                  switchable default MetaView field 'Default ESA Protection Domain for SIP subscribers'.
                  This field represents index
                  'ESA Protection Domain index'
                  in referenced type 'BOOESAProtectionDomainSE'.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  319 }

  busGrpSDActR28SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  321 }

  busGrpSDDefR28SDActDefESAProtDomSIPSubsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1),
                   allProtectionDomains(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Default ESA Protection Domain for SIP subscribers'.
                  This field represents the fixed
                  values that Default ESA Protection Domain for SIP subscribers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0.
                  This is a cross reference field expansion
                  representing the default value for the underlying 
                  switchable default EMS  field 'Default ESA Protection Domain for SIP subscribers'."
    ::= { busGrpR28Entry  322 }

  busGrpR28SDUseDefDefESAProtDomSIPSubs OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Default ESA Protection Domain for SIP subscribers'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  323 }

  busGrpR28I1DelegatedManagementGpEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR28Entry  330 }

  busGrpR28I2DelegatedManagementGpEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR28Entry  331 }

  busGrpR28I3DelegatedManagementGpDMGIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Delegated Management Group',
                  This field represents index 'Index'
                  in referenced type 'BOODelegatedManagementGroupSE'."
    ::= { busGrpR28Entry  332 }

  busGrpR28NetwkWideBusGpID OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network-wide Business Group ID'."
    ::= { busGrpR28Entry  333 }

  busGrpR28DefBusGpLinePrivileges OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..255 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Default Business Group line privileges'."
    DEFVAL       { 0 }
    ::= { busGrpR28Entry  334 }

  busGrpR28I1FaultMonitoringProfEMSIx OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView NE index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR28Entry  335 }

  busGrpR28I2FaultMonitoringProfEMSNodeName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'MetaView node name'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR28Entry  336 }

  busGrpR28I3FaultMonitoringProfFMPIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile',
                  This field represents index 'FMP Index'
                  in referenced type 'BOOFaultMonitoringProfileSE'."
    ::= { busGrpR28Entry  337 }

  busGrpR28FaultMonitoringProfOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Fault Monitoring Profile'.
                  This field represents the fixed
                  values that Fault Monitoring Profile
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR28Entry  338 }

  busGrpR28ApplyFMPToReltdObjectTypes OBJECT-TYPE
    SYNTAX       BITS {
                   subscriber(1),
                   subscriberGateway(3),
                   tAGAccessDevice(4)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Apply Fault Monitoring Profile to related object types'."
    DEFVAL       { {} }
    ::= { busGrpR28Entry  339 }

  busGrpR28AllowFMPsFromReltdObjectsToApply OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow Fault Monitoring Profiles from related objects to apply'."
    DEFVAL       { true }
    ::= { busGrpR28Entry  340 }

  busGrpR28SDActBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  341 }

  busGrpR28SDDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   routeOutOfBGCallsOffSwitch(1),
                   routeOutOfDepartmentCallsOffSwitch(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  342 }

  busGrpR28SDUseDefBusGpForcedOffSwitchRtg OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group forced off-switch routing'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  343 }

  busGrpR28SendAdvancedSIPMsgsToServAssuranceServer OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Send advanced SIP messages to Service Assurance Server'."
    DEFVAL       { false }
    ::= { busGrpR28Entry  344 }

  busGrpR28StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { busGrpR28Entry  345 }

  busGrpR28SDActBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  346 }

  busGrpR28SDDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  347 }

  busGrpR28SDUseDefBusGpPrefixCIDWithExternalLineCodeIfPresent OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group prefix caller ID with external line code if present'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  348 }

  busGrpR28MLHGACDAvailEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - availability enabled'."
    DEFVAL       { false }
    ::= { busGrpR28Entry  349 }

  busGrpR28MLHGACDUnvlRsn1 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 1'."
    ::= { busGrpR28Entry  350 }

  busGrpR28MLHGACDUnvlRsn2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 2'."
    ::= { busGrpR28Entry  351 }

  busGrpR28MLHGACDUnvlRsn3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 3'."
    ::= { busGrpR28Entry  352 }

  busGrpR28MLHGACDUnvlRsn4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 4'."
    ::= { busGrpR28Entry  353 }

  busGrpR28MLHGACDUnvlRsn5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 5'."
    ::= { busGrpR28Entry  354 }

  busGrpR28MLHGACDUnvlRsn6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 6'."
    ::= { busGrpR28Entry  355 }

  busGrpR28MLHGACDUnvlRsn7 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 7'."
    ::= { busGrpR28Entry  356 }

  busGrpR28MLHGACDUnvlRsn8 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 8'."
    ::= { busGrpR28Entry  357 }

  busGrpR28MLHGACDUnvlRsn9 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 9'."
    ::= { busGrpR28Entry  358 }

  busGrpR28MLHGACDUnvlRsn10 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 10'."
    ::= { busGrpR28Entry  359 }

  busGrpR28MLHGACDUnvlRsn11 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 11'."
    ::= { busGrpR28Entry  360 }

  busGrpR28MLHGACDUnvlRsn12 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 12'."
    ::= { busGrpR28Entry  361 }

  busGrpR28MLHGACDUnvlRsn13 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 13'."
    ::= { busGrpR28Entry  362 }

  busGrpR28MLHGACDUnvlRsn14 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 14'."
    ::= { busGrpR28Entry  363 }

  busGrpR28MLHGACDUnvlRsn15 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 15'."
    ::= { busGrpR28Entry  364 }

  busGrpR28MLHGACDUnvlRsn16 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 16'."
    ::= { busGrpR28Entry  365 }

  busGrpR28MLHGACDUnvlRsn17 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 17'."
    ::= { busGrpR28Entry  366 }

  busGrpR28MLHGACDUnvlRsn18 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 18'."
    ::= { busGrpR28Entry  367 }

  busGrpR28MLHGACDUnvlRsn19 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 19'."
    ::= { busGrpR28Entry  368 }

  busGrpR28MLHGACDUnvlRsn20 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 20'."
    ::= { busGrpR28Entry  369 }

  busGrpR28MLHGACDUnvlRsn21 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 21'."
    ::= { busGrpR28Entry  370 }

  busGrpR28MLHGACDUnvlRsn22 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 22'."
    ::= { busGrpR28Entry  371 }

  busGrpR28MLHGACDUnvlRsn23 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 23'."
    ::= { busGrpR28Entry  372 }

  busGrpR28MLHGACDUnvlRsn24 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 24'."
    ::= { busGrpR28Entry  373 }

  busGrpR28MLHGACDUnvlRsn25 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 25'."
    ::= { busGrpR28Entry  374 }

  busGrpR28MLHGACDUnvlRsn26 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 26'."
    ::= { busGrpR28Entry  375 }

  busGrpR28MLHGACDUnvlRsn27 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 27'."
    ::= { busGrpR28Entry  376 }

  busGrpR28MLHGACDUnvlRsn28 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 28'."
    ::= { busGrpR28Entry  377 }

  busGrpR28MLHGACDUnvlRsn29 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 29'."
    ::= { busGrpR28Entry  378 }

  busGrpR28MLHGACDUnvlRsn30 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - unavailability reason 30'."
    ::= { busGrpR28Entry  379 }

  busGrpR28AllowMLHGsMultipleLogins OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Multi Line Hunt Groups - multiple logins allowed'."
    DEFVAL       { true }
    ::= { busGrpR28Entry  380 }

  busGrpR28MLHGACDMWBEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - MWB enabled'."
    DEFVAL       { true }
    ::= { busGrpR28Entry  381 }

  busGrpR28MLHGACDAgentStatusRefreshInterval OBJECT-TYPE
    SYNTAX       Unsigned32 ( 5..30 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - agent status refresh interval'."
    DEFVAL       { 5 }
    ::= { busGrpR28Entry  382 }

  busGrpR28I1SubGpNonRsvdNumsNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR28Entry  383 }

  busGrpR28I2SubGpNonRsvdNumsNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR28Entry  384 }

  busGrpR28I3SubGpNonRsvdNumsCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR28Entry  385 }

  busGrpR28I4SubGpNonRsvdNumsSubGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483646 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers',
                  This field represents index
                  'Subscriber Group index'
                  in referenced type 'BOOSubscriberGroupSE'."
    ::= { busGrpR28Entry  386 }

  busGrpR28SubGpNonRsvdNumsOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   noSubscriberGroup(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Subscriber Group for non-reserved numbers'.
                  This field represents the fixed
                  values that Subscriber Group for non-reserved numbers
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { busGrpR28Entry  387 }

  busGrpR28AllowRehoming OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Allow rehoming'."
    DEFVAL       { true }
    ::= { busGrpR28Entry  388 }

  busGrpR28I1PreferredSiteClusterSiteConnIx OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Preferred site',
                  This field represents index 'Site Connection index'
                  in referenced type 'BOOClusterSiteConnSE'."
    ::= { busGrpR28Entry  389 }

  busGrpR28MLHGACDBasicACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - basic ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  390 }

  busGrpR28MLHGACDNumBscACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR28Entry  391 }

  busGrpR28MLHGACDNumBscACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Basic ACD licenses in use'."
    ::= { busGrpR28Entry  392 }

  busGrpR28MLHGACDPremiumACDLicenses OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(1),
                   unlimited(2),
                   limited(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - premium ACD licenses'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  393 }

  busGrpR28MLHGACDNumPrmACDLcs OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses'."
    DEFVAL       { 10 }
    ::= { busGrpR28Entry  394 }

  busGrpR28MLHGACDNumPrmACDLcsInUse OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'MLHG Automated Call Distribution - number of Premium ACD licenses in use'."
    ::= { busGrpR28Entry  395 }

  busGrpR28SDActMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  396 }

  busGrpR28SDDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  397 }

  busGrpR28SDUseDefMLHGsInterruptMOHToProvideRingback OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Multi Line Hunt Groups - interrupt Music on Hold to provide Ringback'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  398 }

  busGrpR28ExportIncASRepData OBJECT-TYPE
    SYNTAX       INTEGER {
                   false(2),
                   true(1)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Export - include Application Server Repository Data'."
    ::= { busGrpR28Entry  399 }

  busGrpR28SDActBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  400 }

  busGrpR28SDDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  401 }

  busGrpR28SDUseDefBusGpLinesSharePresence OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Business Group Lines share presence'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  402 }

  busGrpR28ExportChldObjectsToInc OBJECT-TYPE
    SYNTAX       INTEGER {
                   all(1),
                   importable(2),
                   none(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Export - child objects to include'."
    DEFVAL       { importable }
    ::= { busGrpR28Entry  403 }

  busGrpR28SDActTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  404 }

  busGrpR28SDDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { busGrpR28Entry  405 }

  busGrpR28SDUseDefTreatBGMembersCallsWithFullDNAsIntraBG OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Treat calls between BG members dialed with full DN as intra-BG'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { busGrpR28Entry  406 }

  busGrpR28CustInfo OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information'."
    ::= { busGrpR28Entry  407 }

  busGrpR28CustInfo2 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 2'."
    ::= { busGrpR28Entry  408 }

  busGrpR28CustInfo3 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 3'."
    ::= { busGrpR28Entry  409 }

  busGrpR28CustInfo4 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 4'."
    ::= { busGrpR28Entry  410 }

  busGrpR28CustInfo5 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 5'."
    ::= { busGrpR28Entry  411 }

  busGrpR28CustInfo6 OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Customer information 6'."
    ::= { busGrpR28Entry  412 }

  busGrpR28TwoStgDelPermittedUntil OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted until'."
    ::= { busGrpR28Entry  413 }

  busGrpR28TwoStgDelCoolingOffPeriodEnds OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion cooling-off period ends'."
    ::= { busGrpR28Entry  414 }

  busGrpR28TwoStgDelPermitted OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Two-Stage Deletion - deletion permitted'."
    ::= { busGrpR28Entry  415 }

  busGrpR28AlwaysUseSubDNAsCIDCallsFromMobLines OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Always use subscriber DN as caller ID for calls from mobile lines'."
    DEFVAL       { false }
    ::= { busGrpR28Entry  416 }

  busGrpR28AllowBGAdminControlPBXCallLimits OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow BG administrators to control PBX call limits'."
    DEFVAL       { false }
    ::= { busGrpR28Entry  417 }

  busGrpR28PBXLnClLimTotCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - total calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  418 }

  busGrpR28PBXLnClLimMaxCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR28Entry  419 }

  busGrpR28PBXLnClLimTermCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - terminating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  420 }

  busGrpR28PBXLnClLimMaxTermCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum terminating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR28Entry  421 }

  busGrpR28PBXLnClLimOrigingCallsLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - originating calls limit'."
    DEFVAL       { unlimited }
    ::= { busGrpR28Entry  422 }

  busGrpR28PBXLnClLimMaxOrigingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum originating calls'."
    DEFVAL       { 10000 }
    ::= { busGrpR28Entry  423 }

  busGrpR28AllowBGAdminToCfgClgPartyNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow BG administrators to configure calling party number'."
    DEFVAL       { false }
    ::= { busGrpR28Entry  424 }

  busGrpR28PBXLnClLimTotBurstingLimit OBJECT-TYPE
    SYNTAX       INTEGER {
                   unlimited(1),
                   limited(2),
                   notPermitted(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - total bursting limit'."
    DEFVAL       { notPermitted }
    ::= { busGrpR28Entry  425 }

  busGrpR28PBXLnClLimMaxBurstingCalls OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - maximum bursting calls'."
    DEFVAL       { 1 }
    ::= { busGrpR28Entry  426 }

  busGrpR28PBXLnClLimLimitIntraBGCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'PBX line call limits - limit Intra-BG calls'."
    DEFVAL       { true }
    ::= { busGrpR28Entry  427 }

  busGrpR28AllowSubsToOverrideCfgdCPN OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Allow subscribers to override configured CPN'."
    DEFVAL       { false }
    ::= { busGrpR28Entry  428 }

  busGrpR28CallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { busGrpR28Entry  429 }

  busGrpR28CallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpR28Entry  430 }

  busGrpR28SCDObjectResyncStatus OBJECT-TYPE
    SYNTAX       INTEGER {
                   notApplicable(0),
                   errorOccuredDuringResync(1),
                   complete(2),
                   synchronizationInProgress(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Shadow Config Database Resync Status'."
    ::= { busGrpR28Entry  431 }

  busGrpR28AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { busGrpR28Entry  432 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server'                                         */
-- /* Valid from: 9.6.60                                                            */
-- /* Deprecated from: 9.6.70                                                       */
-- /*********************************************************************************/

  appServR12Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Application Servers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2781 }

  appServR12Entry OBJECT-TYPE
    SYNTAX       AppServR12Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServR12NEConn,
             appServR12NetwkElement,
             appServR12CFSIx,
             appServR12DirNum }
    ::= {  appServR12Table  1  }

  AppServR12Entry  ::=  SEQUENCE
  {
    appServR12NEConn                   Unsigned32,
    appServR12NetwkElement             DisplayString,
    appServR12CFSIx                    Unsigned32,
    appServR12DirNum                   DisplayString,
    appServR12Desc                     DisplayString,
    appServR12ServerType               BITS,
    appServR12SDActMaxCallAppearances  Unsigned32,
    appServR12SDDefMaxCallAppearances  Unsigned32,
    appServR12SDUseDefMaxCallAppearances
                                       INTEGER,
    appServR12AlrmState                INTEGER,
    appServR12AlrmLogCorr              Counter64,
    appServR12AddtlAlrmLogCorr         Counter64,
    appServR12AlrmEvtsAttnRq           Unsigned32,
    appServR12AlrmEvtsAtndDp           Unsigned32,
    appServR12AlrmStateTimestamp       Unsigned32,
    appServR12DiagsLogLvl              INTEGER,
    appServR12DiagsAPITraceEnabled     INTEGER,
    appServR12DiagsAPITraceTag         DisplayString,
    appServR12DiagsAPITraceRemNum      DisplayString,
    appServR12RowStatus                RowStatus,
    appServR12ActionOnFail             INTEGER,
    appServR12RetryDly                 Unsigned32,
    appServR12I1CfgdSIPBindingNEConn   Unsigned32,
    appServR12I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    appServR12I3CfgdSIPBindingCFSIx    Unsigned32,
    appServR12I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    appServR12OrigingServerBillXfers   INTEGER,
    appServR12TermServerBillXfers      INTEGER,
    appServR12TermServerProvideClgName INTEGER,
    appServR12SDActVQMCallLogging      INTEGER,
    appServR12SDDefVQMCallLogging      INTEGER,
    appServR12SDUseDefVQMCallLogging   INTEGER,
    appServR12TermServerOnlyCorrelateSASTrails
                                       INTEGER,
    appServR12StatisticsAlrms          Integer32,
    appServR12RecSrvWebInterfaceURL    LongDisplayString,
    appServR12DisableAppServerDuringBasicLineHunting
                                       INTEGER
  }

  appServR12NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServR12Entry  1 }

  appServR12NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServR12Entry  2 }

  appServR12CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServR12Entry  3 }

  appServR12DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServR12Entry  4 }

  appServR12Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { appServR12Entry  5 }

  appServR12ServerType OBJECT-TYPE
    SYNTAX       BITS {
                   originating(0),
                   terminating(1),
                   voicemail(2),
                   musicOnHoldBasic(4),
                   presence(6),
                   recording(7),
                   cNAM(8),
                   notification(9),
                   musicOnHoldEnhanced(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'.
                  This field is not writable when active."
    ::= { appServR12Entry  6 }

  appServR12SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR12Entry  18 }

  appServR12SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR12Entry  19 }

  appServR12SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR12Entry  20 }

  appServR12AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServR12Entry  22 }

  appServR12AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { appServR12Entry  23 }

  appServR12AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { appServR12Entry  24 }

  appServR12AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR12Entry  25 }

  appServR12AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR12Entry  26 }

  appServR12AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServR12Entry  27 }

  appServR12DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { appServR12Entry  28 }

  appServR12DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { appServR12Entry  29 }

  appServR12DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { appServR12Entry  30 }

  appServR12DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { appServR12Entry  31 }

  appServR12RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { appServR12Entry  32 }

  appServR12ActionOnFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   rejectCall(1),
                   bypassServer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action on failure'.
                  This field is not writable when active."
    DEFVAL       { rejectCall }
    ::= { appServR12Entry  33 }

  appServR12RetryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Retry delay'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { appServR12Entry  34 }

  appServR12I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR12Entry  35 }

  appServR12I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR12Entry  36 }

  appServR12I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR12Entry  37 }

  appServR12I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR12Entry  38 }

  appServR12OrigingServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating server - billing of transfers'."
    DEFVAL       { singleRecordOriginalDN }
    ::= { appServR12Entry  39 }

  appServR12TermServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - billing of transfers'."
    DEFVAL       { twoRecords }
    ::= { appServR12Entry  40 }

  appServR12TermServerProvideClgName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - provide calling name'."
    DEFVAL       { false }
    ::= { appServR12Entry  41 }

  appServR12SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR12Entry  46 }

  appServR12SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR12Entry  47 }

  appServR12SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR12Entry  48 }

  appServR12TermServerOnlyCorrelateSASTrails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - only correlate SAS trails'."
    DEFVAL       { false }
    ::= { appServR12Entry  49 }

  appServR12StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { appServR12Entry  50 }

  appServR12RecSrvWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording server - web interface URL'."
    ::= { appServR12Entry  51 }

  appServR12DisableAppServerDuringBasicLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Disable application server during Basic Line Hunting'."
    DEFVAL       { false }
    ::= { appServR12Entry  52 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Business Group Call Services'                               */
-- /* Valid from: 9.6.60                                                            */
-- /*********************************************************************************/

  busGrpCallServicesTable OBJECT-TYPE
    SYNTAX       SEQUENCE OF BusGrpCallServicesEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Business Group'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2782 }

  busGrpCallServicesEntry OBJECT-TYPE
    SYNTAX       BusGrpCallServicesEntry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { busGrpCallServicesNEConn,
             busGrpCallServicesNetwkElement,
             busGrpCallServicesCFSIx,
             busGrpCallServicesGpIx }
    ::= {  busGrpCallServicesTable  1  }

  BusGrpCallServicesEntry  ::=  SEQUENCE
  {
    busGrpCallServicesNEConn           Unsigned32,
    busGrpCallServicesNetwkElement     DisplayString,
    busGrpCallServicesCFSIx            Unsigned32,
    busGrpCallServicesGpIx             Unsigned32,
    busGrpCallServicesCallServsAlrmsAttnRq
                                       Unsigned32,
    busGrpCallServicesCallServsAlrmEvtsAttnRq
                                       Unsigned32,
    busGrpCallServicesSummaryChldAlrmState
                                       INTEGER
  }

  busGrpCallServicesNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { busGrpCallServicesEntry  1 }

  busGrpCallServicesNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { busGrpCallServicesEntry  2 }

  busGrpCallServicesCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { busGrpCallServicesEntry  3 }

  busGrpCallServicesGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { busGrpCallServicesEntry  4 }

  busGrpCallServicesCallServsAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarms'."
    ::= { busGrpCallServicesEntry  5 }

  busGrpCallServicesCallServsAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Call Services Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { busGrpCallServicesEntry  6 }

  busGrpCallServicesSummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { busGrpCallServicesEntry  7 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Global Application Servers'                                 */
-- /* Valid from: 9.6.70                                                            */
-- /*********************************************************************************/

  appServsR9Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServsR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Call Services'.
                  This table is neither creatable nor deletable."
    ::= { metaSwitch  2783 }

  appServsR9Entry OBJECT-TYPE
    SYNTAX       AppServsR9Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServsR9NEConn,
             appServsR9NetwkElement,
             appServsR9CFSIx }
    ::= {  appServsR9Table  1  }

  AppServsR9Entry  ::=  SEQUENCE
  {
    appServsR9NEConn                   Unsigned32,
    appServsR9NetwkElement             DisplayString,
    appServsR9CFSIx                    Unsigned32,
    appServsR9SupportOrig              INTEGER,
    appServsR9OrigDefSetting           INTEGER,
    appServsR9I1OrigDefServerNEConn    Unsigned32,
    appServsR9I2OrigDefServerNetwkElement
                                       DisplayString,
    appServsR9I3OrigDefServerCFSIx     Unsigned32,
    appServsR9I4OrigDefServerDirNum    DisplayString,
    appServsR9SupportTerm              INTEGER,
    appServsR9TermDefSetting           INTEGER,
    appServsR9I1TermDefServerNEConn    Unsigned32,
    appServsR9I2TermDefServerNetwkElement
                                       DisplayString,
    appServsR9I3TermDefServerCFSIx     Unsigned32,
    appServsR9I4TermDefServerDirNum    DisplayString,
    appServsR9AlrmState                INTEGER,
    appServsR9AlrmEvtsAttnRqLogCorr    Counter64,
    appServsR9AlrmEvtsAttnRq           Unsigned32,
    appServsR9AlrmEvtsAtndDpLogCorr    Counter64,
    appServsR9AlrmEvtsAtndDp           Unsigned32,
    appServsR9AlrmStateTimestamp       Unsigned32,
    appServsR9AlrmResetTimestamp       Unsigned32,
    appServsR9CurrAppServerAlrmsAttnRq Unsigned32,
    appServsR9PrevAppServerAlrmsAttnRq Unsigned32,
    appServsR9CurrAppServerAlrmsAtndDp Unsigned32,
    appServsR9PrevAppServerAlrmsAtndDp Unsigned32,
    appServsR9RowStatus                RowStatus,
    appServsR9SummaryChldAlrmState     INTEGER,
    appServsR9SupportMOH               INTEGER,
    appServsR9I1BasicMOHServerNEConn   Unsigned32,
    appServsR9I2BasicMOHServerNetwkElement
                                       DisplayString,
    appServsR9I3BasicMOHServerCFSIx    Unsigned32,
    appServsR9I4BasicMOHServerDirNum   DisplayString,
    appServsR9ASOrigCallsEnabled       INTEGER,
    appServsR9ASOrigCallsBillableDn    INTEGER,
    appServsR9ASOrigCllsBrCllTypesUs   BITS,
    appServsR9ASOrigCllsBrCllTypesUk   BITS,
    appServsR9ASOrigCallsReqMatchOnSwitchNum
                                       INTEGER,
    appServsR9ASOrigCallsLCC1          INTEGER,
    appServsR9ASOrigCallsLCC2          INTEGER,
    appServsR9ASOrigCallsLCC3          INTEGER,
    appServsR9ASOrigCallsLCC4          INTEGER,
    appServsR9ASOrigCallsLCC5          INTEGER,
    appServsR9ASOrigCallsLCC6          INTEGER,
    appServsR9ASOrigCallsLCC7          INTEGER,
    appServsR9ASOrigCallsLCC8          INTEGER,
    appServsR9ASOrigCallsLCC9          INTEGER,
    appServsR9ASOrigCallsLCC10         INTEGER,
    appServsR9ASOrigCallsLCC11         INTEGER,
    appServsR9ASOrigCallsLCC12         INTEGER,
    appServsR9ASOrigCallsLCC13         INTEGER,
    appServsR9ASOrigCallsLCC14         INTEGER,
    appServsR9ASOrigCallsLCC15         INTEGER,
    appServsR9ASOrigCallsLCC16         INTEGER,
    appServsR9ASOrigCallsLCC17         INTEGER,
    appServsR9ASOrigCallsLCC18         INTEGER,
    appServsR9ASOrigCallsLCC19         INTEGER,
    appServsR9ASOrigCallsLCC20         INTEGER,
    appServsR9ASOrigCallsPrefLongDistCarr
                                       DisplayString,
    appServsR9ASOrigCallsPrefIntraLATACarr
                                       DisplayString,
    appServsR9ASOrigCallsPrefInternatCarr
                                       DisplayString,
    appServsR9ASOrigCallsOffSwitchCDRs INTEGER,
    appServsR9ChldStatisticsAlrms      Integer32,
    appServsR9TotChldAlrmsAttnRq       Unsigned32,
    appServsR9TotChldAlrmEvtsAttnRq    Unsigned32,
    appServsR9TotChldAlrmsAtndDp       Unsigned32,
    appServsR9TotChldAlrmEvtsAtndDp    Unsigned32,
    appServsR9SupportRecSrv            INTEGER,
    appServsR9RecSrvDefSubscribedSetting
                                       INTEGER,
    appServsR9RecSrvDefEnabledSetting  INTEGER,
    appServsR9I1RecSrvDefServerNEConn  Unsigned32,
    appServsR9I2RecSrvDefServerNetwkElement
                                       DisplayString,
    appServsR9I3RecSrvDefServerCFSIx   Unsigned32,
    appServsR9I4RecSrvDefServerDirNum  DisplayString,
    appServsR9RecSrvDefServerWebInterfaceURL
                                       LongDisplayString,
    appServsR9BasicMOHServerOtherVals  INTEGER,
    appServsR9SupportEMOHOnly          INTEGER
  }

  appServsR9NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServsR9Entry  1 }

  appServsR9NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServsR9Entry  2 }

  appServsR9CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServsR9Entry  3 }

  appServsR9SupportOrig OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Originating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR9Entry  4 }

  appServsR9OrigDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR9Entry  5 }

  appServsR9I1OrigDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  6 }

  appServsR9I2OrigDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  7 }

  appServsR9I3OrigDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  8 }

  appServsR9I4OrigDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Originating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  9 }

  appServsR9SupportTerm OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Terminating Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR9Entry  10 }

  appServsR9TermDefSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating Service - default setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR9Entry  11 }

  appServsR9I1TermDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  12 }

  appServsR9I2TermDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  13 }

  appServsR9I3TermDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  14 }

  appServsR9I4TermDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Terminating Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  15 }

  appServsR9AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServsR9Entry  16 }

  appServsR9AlrmEvtsAttnRqLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attention Required'."
    ::= { appServsR9Entry  17 }

  appServsR9AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR9Entry  18 }

  appServsR9AlrmEvtsAtndDpLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Alarm log correlator - Attend To Dependent'."
    ::= { appServsR9Entry  19 }

  appServsR9AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR9Entry  20 }

  appServsR9AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServsR9Entry  21 }

  appServsR9AlrmResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm events reset timestamp'."
    ::= { appServsR9Entry  22 }

  appServsR9CurrAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarms'."
    ::= { appServsR9Entry  23 }

  appServsR9PrevAppServerAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR9Entry  24 }

  appServsR9CurrAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarms'."
    ::= { appServsR9Entry  25 }

  appServsR9PrevAppServerAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServsR9Entry  26 }

  appServsR9RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait or createAndGo."
    ::= { appServsR9Entry  27 }

  appServsR9SummaryChldAlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Summary child alarm state'."
    ::= { appServsR9Entry  31 }

  appServsR9SupportMOH OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Music On Hold Service support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR9Entry  32 }

  appServsR9I1BasicMOHServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  33 }

  appServsR9I2BasicMOHServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  34 }

  appServsR9I3BasicMOHServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  35 }

  appServsR9I4BasicMOHServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  36 }

  appServsR9ASOrigCallsEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - enabled'."
    DEFVAL       { false }
    ::= { appServsR9Entry  37 }

  appServsR9ASOrigCallsBillableDn OBJECT-TYPE
    SYNTAX       INTEGER {
                   mailboxOwner(1),
                   originalCaller(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - billable directory number'."
    DEFVAL       { mailboxOwner }
    ::= { appServsR9Entry  38 }

  appServsR9ASOrigCllsBrCllTypesUs OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   regional(1),
                   national(2),
                   carrierDialed(3),
                   international(4)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {regional, national, carrierDialed, international} }
    ::= { appServsR9Entry  39 }

  appServsR9ASOrigCllsBrCllTypesUk OBJECT-TYPE
    SYNTAX       BITS {
                   local(0),
                   mobile(1),
                   national(2),
                   international(3),
                   carrierDialed(4),
                   regional(5)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - bar call types'."
    DEFVAL       { {mobile, national, international} }
    ::= { appServsR9Entry  40 }

  appServsR9ASOrigCallsReqMatchOnSwitchNum OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - require matching on-switch number'."
    DEFVAL       { true }
    ::= { appServsR9Entry  41 }

  appServsR9ASOrigCallsLCC1 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 1'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  42 }

  appServsR9ASOrigCallsLCC2 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 2'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  43 }

  appServsR9ASOrigCallsLCC3 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 3'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  44 }

  appServsR9ASOrigCallsLCC4 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 4'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  45 }

  appServsR9ASOrigCallsLCC5 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 5'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  46 }

  appServsR9ASOrigCallsLCC6 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 6'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  47 }

  appServsR9ASOrigCallsLCC7 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 7'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  48 }

  appServsR9ASOrigCallsLCC8 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 8'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  49 }

  appServsR9ASOrigCallsLCC9 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 9'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  50 }

  appServsR9ASOrigCallsLCC10 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 10'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  51 }

  appServsR9ASOrigCallsLCC11 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 11'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  52 }

  appServsR9ASOrigCallsLCC12 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 12'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  53 }

  appServsR9ASOrigCallsLCC13 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 13'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  54 }

  appServsR9ASOrigCallsLCC14 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 14'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  55 }

  appServsR9ASOrigCallsLCC15 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 15'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  56 }

  appServsR9ASOrigCallsLCC16 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 16'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  57 }

  appServsR9ASOrigCallsLCC17 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 17'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  58 }

  appServsR9ASOrigCallsLCC18 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 18'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  59 }

  appServsR9ASOrigCallsLCC19 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 19'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  60 }

  appServsR9ASOrigCallsLCC20 OBJECT-TYPE
    SYNTAX       INTEGER ( 0..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - Line Class Code 20'."
    DEFVAL       { 0 }
    ::= { appServsR9Entry  61 }

  appServsR9ASOrigCallsPrefLongDistCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred long distance carrier'."
    ::= { appServsR9Entry  62 }

  appServsR9ASOrigCallsPrefIntraLATACarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred intraLATA carrier'."
    ::= { appServsR9Entry  63 }

  appServsR9ASOrigCallsPrefInternatCarr OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..4))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - preferred international carrier'."
    ::= { appServsR9Entry  64 }

  appServsR9ASOrigCallsOffSwitchCDRs OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Application Server originated calls - generate off-switch CDRs'."
    DEFVAL       { false }
    ::= { appServsR9Entry  65 }

  appServsR9ChldStatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Child statistics alarms'."
    ::= { appServsR9Entry  66 }

  appServsR9TotChldAlrmsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarms'."
    ::= { appServsR9Entry  67 }

  appServsR9TotChldAlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attention Required alarm events'."
    ::= { appServsR9Entry  68 }

  appServsR9TotChldAlrmsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarms'."
    ::= { appServsR9Entry  69 }

  appServsR9TotChldAlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Total child Attend To Dependent alarm events'."
    ::= { appServsR9Entry  70 }

  appServsR9SupportRecSrv OBJECT-TYPE
    SYNTAX       INTEGER {
                   notConfigured(1),
                   configured(2),
                   disabled(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Recording Service - support'.
                  This field is not writable when active."
    DEFVAL       { notConfigured }
    ::= { appServsR9Entry  71 }

  appServsR9RecSrvDefSubscribedSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default subscribed setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR9Entry  72 }

  appServsR9RecSrvDefEnabledSetting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default enabled setting'.
                  This field is not writable when active."
    DEFVAL       { false }
    ::= { appServsR9Entry  73 }

  appServsR9I1RecSrvDefServerNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Network Element Connection'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  74 }

  appServsR9I2RecSrvDefServerNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Network Element'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  75 }

  appServsR9I3RecSrvDefServerCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Call Feature Server Index'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  76 }

  appServsR9I4RecSrvDefServerDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Recording Service - default server',
                  This field represents index
                  'Directory number'
                  in referenced type 'BOOApplicationServerSE'."
    ::= { appServsR9Entry  77 }

  appServsR9RecSrvDefServerWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording Service - default server web interface URL'."
    ::= { appServsR9Entry  78 }

  appServsR9BasicMOHServerOtherVals OBJECT-TYPE
    SYNTAX       INTEGER {
                   cross-ref(0),
                   none(1)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Music On Hold Service - Basic Music on Hold server'.
                  This field represents the fixed
                  values that Music On Hold Service - Basic Music on Hold server
                  can take.
                  If the MetaView field is a reference
                  to an object, then this field must
                  be set to 0."
    ::= { appServsR9Entry  79 }

  appServsR9SupportEMOHOnly OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Music On Hold Service - Support Enhanced Music On Hold Only'."
    DEFVAL       { true }
    ::= { appServsR9Entry  80 }

-- /*********************************************************************************/
-- /* MIB table for SE 'Application Server'                                         */
-- /* Valid from: 9.6.70                                                            */
-- /*********************************************************************************/

  appServR13Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF AppServR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Global Application Servers'.
                  Table does not support createAndWait."
    ::= { metaSwitch  2784 }

  appServR13Entry OBJECT-TYPE
    SYNTAX       AppServR13Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { appServR13NEConn,
             appServR13NetwkElement,
             appServR13CFSIx,
             appServR13DirNum }
    ::= {  appServR13Table  1  }

  AppServR13Entry  ::=  SEQUENCE
  {
    appServR13NEConn                   Unsigned32,
    appServR13NetwkElement             DisplayString,
    appServR13CFSIx                    Unsigned32,
    appServR13DirNum                   DisplayString,
    appServR13Desc                     DisplayString,
    appServR13ServerType               BITS,
    appServR13SDActMaxCallAppearances  Unsigned32,
    appServR13SDDefMaxCallAppearances  Unsigned32,
    appServR13SDUseDefMaxCallAppearances
                                       INTEGER,
    appServR13AlrmState                INTEGER,
    appServR13AlrmLogCorr              Counter64,
    appServR13AddtlAlrmLogCorr         Counter64,
    appServR13AlrmEvtsAttnRq           Unsigned32,
    appServR13AlrmEvtsAtndDp           Unsigned32,
    appServR13AlrmStateTimestamp       Unsigned32,
    appServR13DiagsLogLvl              INTEGER,
    appServR13DiagsAPITraceEnabled     INTEGER,
    appServR13DiagsAPITraceTag         DisplayString,
    appServR13DiagsAPITraceRemNum      DisplayString,
    appServR13RowStatus                RowStatus,
    appServR13ActionOnFail             INTEGER,
    appServR13RetryDly                 Unsigned32,
    appServR13I1CfgdSIPBindingNEConn   Unsigned32,
    appServR13I2CfgdSIPBindingNetwkElement
                                       DisplayString,
    appServR13I3CfgdSIPBindingCFSIx    Unsigned32,
    appServR13I4CfgdSIPBindingBindingIx
                                       Unsigned32,
    appServR13OrigingServerBillXfers   INTEGER,
    appServR13TermServerBillXfers      INTEGER,
    appServR13TermServerProvideClgName INTEGER,
    appServR13SDActVQMCallLogging      INTEGER,
    appServR13SDDefVQMCallLogging      INTEGER,
    appServR13SDUseDefVQMCallLogging   INTEGER,
    appServR13TermServerOnlyCorrelateSASTrails
                                       INTEGER,
    appServR13StatisticsAlrms          Integer32,
    appServR13RecSrvWebInterfaceURL    LongDisplayString,
    appServR13DisableAppServerDuringBasicLineHunting
                                       INTEGER,
    appServR13EnableEnhancedMOH        INTEGER
  }

  appServR13NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { appServR13Entry  1 }

  appServR13NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { appServR13Entry  2 }

  appServR13CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { appServR13Entry  3 }

  appServR13DirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This is an index field."
    ::= { appServR13Entry  4 }

  appServR13Desc OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..64))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Description'."
    ::= { appServR13Entry  5 }

  appServR13ServerType OBJECT-TYPE
    SYNTAX       BITS {
                   originating(0),
                   terminating(1),
                   voicemail(2),
                   musicOnHoldBasic(4),
                   presence(6),
                   recording(7),
                   cNAM(8),
                   notification(9),
                   musicOnHoldEnhanced(10)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Server type'.
                  This field is not writable when active."
    ::= { appServR13Entry  6 }

  appServR13SDActMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR13Entry  18 }

  appServR13SDDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR13Entry  19 }

  appServR13SDUseDefMaxCallAppearances OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Maximum call appearances'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR13Entry  20 }

  appServR13AlrmState OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state'."
    ::= { appServR13Entry  22 }

  appServR13AlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm log correlator'."
    ::= { appServR13Entry  23 }

  appServR13AddtlAlrmLogCorr OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Additional alarm log correlator'."
    ::= { appServR13Entry  24 }

  appServR13AlrmEvtsAttnRq OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attention Required alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR13Entry  25 }

  appServR13AlrmEvtsAtndDp OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Attend To Dependent alarm events'.
                  Field is not valid at creation time.
                  Field is a RESET field, can only set to 0."
    ::= { appServR13Entry  26 }

  appServR13AlrmStateTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Alarm state changed timestamp'."
    ::= { appServR13Entry  27 }

  appServR13DiagsLogLvl OBJECT-TYPE
    SYNTAX       INTEGER {
                   level10Diagnostics(10),
                   level20VerboseStatistics(20),
                   level30VerboseOperational(30),
                   level40Statistics(40),
                   level50Audit(50),
                   level60Operational(60),
                   level70Unexpected(70),
                   level80Error(80),
                   level90Fatal(90),
                   defaultLevel(255)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - logging - log level'."
    DEFVAL       { defaultLevel }
    ::= { appServR13Entry  28 }

  appServR13DiagsAPITraceEnabled OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Diagnostics - API trace - enabled'."
    DEFVAL       { false }
    ::= { appServR13Entry  29 }

  appServR13DiagsAPITraceTag OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..8))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace tag'."
    ::= { appServR13Entry  30 }

  appServR13DiagsAPITraceRemNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Diagnostics - API trace - trace remote number'."
    ::= { appServR13Entry  31 }

  appServR13RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { appServR13Entry  32 }

  appServR13ActionOnFail OBJECT-TYPE
    SYNTAX       INTEGER {
                   rejectCall(1),
                   bypassServer(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Action on failure'.
                  This field is not writable when active."
    DEFVAL       { rejectCall }
    ::= { appServR13Entry  33 }

  appServR13RetryDly OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..3600 )
    UNITS        "seconds"
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Retry delay'.
                  This field is not writable when active."
    DEFVAL       { 0 }
    ::= { appServR13Entry  34 }

  appServR13I1CfgdSIPBindingNEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element Connection'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR13Entry  35 }

  appServR13I2CfgdSIPBindingNetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Network Element'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR13Entry  36 }

  appServR13I3CfgdSIPBindingCFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Call Feature Server Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR13Entry  37 }

  appServR13I4CfgdSIPBindingBindingIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This is a cross reference field expansion
                  representing the underlying MetaView field
                  'Configured SIP Binding',
                  This field represents index 'Binding Index'
                  in referenced type 'BOOConfiguredSIPBindingSE'."
    ::= { appServR13Entry  38 }

  appServR13OrigingServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Originating server - billing of transfers'."
    DEFVAL       { singleRecordOriginalDN }
    ::= { appServR13Entry  39 }

  appServR13TermServerBillXfers OBJECT-TYPE
    SYNTAX       INTEGER {
                   singleRecordOriginalDN(1),
                   singleRecordNewDN(2),
                   twoRecords(3)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - billing of transfers'."
    DEFVAL       { twoRecords }
    ::= { appServR13Entry  40 }

  appServR13TermServerProvideClgName OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - provide calling name'."
    DEFVAL       { false }
    ::= { appServR13Entry  41 }

  appServR13SDActVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR13Entry  46 }

  appServR13SDDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { appServR13Entry  47 }

  appServR13SDUseDefVQMCallLogging OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'VQM call logging'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { appServR13Entry  48 }

  appServR13TermServerOnlyCorrelateSASTrails OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Terminating server - only correlate SAS trails'."
    DEFVAL       { false }
    ::= { appServR13Entry  49 }

  appServR13StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { appServR13Entry  50 }

  appServR13RecSrvWebInterfaceURL OBJECT-TYPE
    SYNTAX       LongDisplayString (SIZE(0..256))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Recording server - web interface URL'."
    ::= { appServR13Entry  51 }

  appServR13DisableAppServerDuringBasicLineHunting OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Disable application server during Basic Line Hunting'."
    DEFVAL       { false }
    ::= { appServR13Entry  52 }

  appServR13EnableEnhancedMOH OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field
                  'Enable enhanced music on hold capability'."
    DEFVAL       { false }
    ::= { appServR13Entry  53 }

-- /*********************************************************************************/
-- /* MIB table for SE 'MLHG Member'                                                */
-- /* Valid from: 9.6.70                                                            */
-- /*********************************************************************************/

  mLHGMemberR4Table OBJECT-TYPE
    SYNTAX       SEQUENCE OF MLHGMemberR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "This table is a child of 'Multi Line Hunt Group'."
    ::= { metaSwitch  2785 }

  mLHGMemberR4Entry OBJECT-TYPE
    SYNTAX       MLHGMemberR4Entry
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  ""
    INDEX  { mLHGMemberR4NEConn,
             mLHGMemberR4NetwkElement,
             mLHGMemberR4CFSIx,
             mLHGMemberR4GpIx,
             mLHGMemberR4MLHGGpIx,
             mLHGMemberR4MLHGMemberIx }
    ::= {  mLHGMemberR4Table  1  }

  MLHGMemberR4Entry  ::=  SEQUENCE
  {
    mLHGMemberR4NEConn                 Unsigned32,
    mLHGMemberR4NetwkElement           DisplayString,
    mLHGMemberR4CFSIx                  Unsigned32,
    mLHGMemberR4GpIx                   Unsigned32,
    mLHGMemberR4MLHGGpIx               Unsigned32,
    mLHGMemberR4MLHGMemberIx           Unsigned32,
    mLHGMemberR4MemberDirNum           DisplayString,
    mLHGMemberR4Position               Unsigned32,
    mLHGMemberR4DoExtraActions         INTEGER,
    mLHGMemberR4RowStatus              RowStatus,
    mLHGMemberR4LoginLogoutSupported   INTEGER,
    mLHGMemberR4LoggedIn               INTEGER,
    mLHGMemberR4StatisticsAlrms        Integer32,
    mLHGMemberR4AgentQueuePriority     Unsigned32,
    mLHGMemberR4CallDistributionWeighting
                                       Unsigned32,
    mLHGMemberR4SDActHuntOnDirectDialedCalls
                                       INTEGER,
    mLHGMemberR4SDDefHuntOnDirectDialedCalls
                                       INTEGER,
    mLHGMemberR4SDUseDefHuntOnDirectDialedCalls
                                       INTEGER
  }

  mLHGMemberR4NEConn OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element Connection'.
                  This is an index field."
    ::= { mLHGMemberR4Entry  1 }

  mLHGMemberR4NetwkElement OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Network Element'.
                  This is an index field."
    ::= { mLHGMemberR4Entry  2 }

  mLHGMemberR4CFSIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Feature Server Index'.
                  This is an index field."
    ::= { mLHGMemberR4Entry  3 }

  mLHGMemberR4GpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..1073741823 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Group index'.
                  This is an index field."
    ::= { mLHGMemberR4Entry  4 }

  mLHGMemberR4MLHGGpIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Group index'.
                  This is an index field."
    ::= { mLHGMemberR4Entry  5 }

  mLHGMemberR4MLHGMemberIx OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   not-accessible
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'MLHG Member index'.
                  This is an index field."
    ::= { mLHGMemberR4Entry  6 }

  mLHGMemberR4MemberDirNum OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(0..32))
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Directory number'.
                  This field is only writable during create."
    ::= { mLHGMemberR4Entry  7 }

  mLHGMemberR4Position OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..2147483647 )
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Position'."
    ::= { mLHGMemberR4Entry  8 }

  mLHGMemberR4DoExtraActions OBJECT-TYPE
    SYNTAX       INTEGER {
                   none(0),
                   moveUp(1),
                   moveDown(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  ""
    ::= { mLHGMemberR4Entry  9 }

  mLHGMemberR4RowStatus OBJECT-TYPE
    SYNTAX       RowStatus
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "This table does not support createAndWait."
    DEFVAL       { createAndGo }
    ::= { mLHGMemberR4Entry  10 }

  mLHGMemberR4LoginLogoutSupported OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Login/logout supported'."
    ::= { mLHGMemberR4Entry  11 }

  mLHGMemberR4LoggedIn OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Logged in'."
    DEFVAL       { false }
    ::= { mLHGMemberR4Entry  12 }

  mLHGMemberR4StatisticsAlrms OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Statistics alarms'."
    ::= { mLHGMemberR4Entry  13 }

  mLHGMemberR4AgentQueuePriority OBJECT-TYPE
    SYNTAX       Unsigned32 ( 1..9 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Agent Queue Priority'."
    DEFVAL       { 5 }
    ::= { mLHGMemberR4Entry  14 }

  mLHGMemberR4CallDistributionWeighting OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..1000 )
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to MetaView field 'Call Distribution Weighting'."
    DEFVAL       { 0 }
    ::= { mLHGMemberR4Entry  15 }

  mLHGMemberR4SDActHuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Hunt on direct dialed calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGMemberR4Entry  16 }

  mLHGMemberR4SDDefHuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                   true(1),
                   false(2)
                 }
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Hunt on direct dialed calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    ::= { mLHGMemberR4Entry  17 }

  mLHGMemberR4SDUseDefHuntOnDirectDialedCalls OBJECT-TYPE
    SYNTAX       INTEGER {
                 true(1),
                 false(2)
                 }
    MAX-ACCESS   read-create
    STATUS       current
    DESCRIPTION  "Corresponds to the use default flag for the switchable 
                  default MetaView field 'Hunt on direct dialed calls'.  
                  The value of this field determines whether the default 
                  value or specific value is used for this field."
    DEFVAL       { true }
    ::= { mLHGMemberR4Entry  18 }



-- /*********************************************************/
-- /* Traps section                                         */
-- /*********************************************************/

metaswitchTraps OBJECT IDENTIFIER ::= { metaSwitchEMS 2 }

-- /**************************************************************************/
-- /* Trap for MetaSwitch alarms.                                            */
-- /**************************************************************************/
alarmTrapsPrefix OBJECT IDENTIFIER ::= { metaswitchTraps 1 }

  alarmTrap NOTIFICATION-TYPE
    OBJECTS      { alarmTrapElementName,
                   alarmTrapElementInstance,
                   alarmTrapElementDisplayType,
                   alarmTrapElementType,
                   alarmTrapDisplayName,
                   alarmTrapDisplayPath,
                   alarmTrapGroupDisplay,
                   alarmTrapGroup,
                   alarmTrapAlarmOID,
                   alarmTrapAlarmedObjectPrimaryOID,
                   alarmTrapSeverity,
                   alarmTrapAlarmType,
                   alarmTrapDescription,
                   alarmTrapCause,
                   alarmTrapEffect,
                   alarmTrapAction,
                   alarmTrapAssociatedProblemDescription,
                   alarmTrapLogCorrelator,
                   alarmTrapLogID,
                   alarmTrapEMSIdentifier,
                   alarmTrapEMSName,
                   alarmTrapEMSIPAddress,
                   alarmTrapEquipmentType,
                   alarmTrapEquipmentIdentifier,
                   alarmTrapEquipmentName,
                   alarmTrapEquipmentIPAddress,
                   alarmTrapEquipmentSoftwareVersion,
                   alarmTrapEquipmentSoftwareVersionDisplay,
                   alarmTrapObjectAdditionalInformation,
                   alarmTrapObjectLocation,
                   alarmTrapAlarmTimestamp,
                   alarmTrapAlarmCount,
                   alarmTrapCountResetTimestamp,
                   alarmTrapAlarmFaultType
                   }
    STATUS       current
    DESCRIPTION  "This is the alarm trap table for MetaSwitch.  A
                  notify is sent on this table when a MetaSwitch
                  object is either alarmed or cleared.  Logs associated
                  with the alarmed object are supplied in the 
                  Description, Cause, Effect and Action fields.  If
                  no log is found then these fields are not filled in.
                  The EMSUniqueIdentifier and Alarm OID together
                  provide a unique identifier across all MetaViews. "
    ::= { alarmTrapsPrefix 1 }

  alarmTrapElementName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The internal OML name of the alarmed element"
    ::= { alarmTrap  2 }

  alarmTrapElementInstance OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The instance of the alarmed element"
    ::= { alarmTrap  3 }

  alarmTrapElementDisplayType OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The display type of alarmed element"
    ::= { alarmTrap  4 }

  alarmTrapElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   netElementConn(1),
                   unsupNetElement(2),
                   netElement(3),
                   netElStats(4),
                   uMG(5),
                   uMGStats(6),
                   hwCon(7),
                   pCISeg(8),
                   adaptor(9),
                   adaptorStats(10),
                   iPMediaPort(15),
                   iPMediaPortStats(16),
                   mTP2Ctrler(17),
                   mTP2CtrlerStats(18),
                   lAPDResource(19),
                   lAPDResourceStats(20),
                   lAPDTerm(21),
                   physDS1Port(22),
                   physDS1PortStats(23),
                   physDS1DS0Term(24),
                   physDS3Port(25),
                   physDS3PortStats(26),
                   dS1OvrDS3Prt(27),
                   dS1OverDS3PortStats(28),
                   dS1OverDS3DS0Term(29),
                   virtPortCon(30),
                   mGRTPPort(35),
                   mGRTPPortStats(36),
                   mFProfile(37),
                   mGMtp2ProtProf(38),
                   mGSigCCCon(39),
                   mGSigCrConn(40),
                   connHwCon(41),
                   iDTContainer(53),
                   iDT(54),
                   iDTStats(55),
                   iDTInterface(56),
                   iDTSubscrLnTm(57),
                   sigGateway(58),
                   sigDest(59),
                   sigRoute(60),
                   sigLinkset(61),
                   sigLink(62),
                   sigLinkTP(63),
                   sigLinksetTP(64),
                   sigPointTP(65),
                   cFS(66),
                   cFSStatsSI(67),
                   cFSStats(68),
                   cntrldGwCon(69),
                   mGModelCon(70),
                   mediaGatewayModel(71),
                   location(72),
                   staticNATMapping(73),
                   tAGCon(74),
                   tAG(75),
                   cFSRTPPort(76),
                   iSDNSCTPAssocCon(77),
                   iSDNSCTPAssoc(78),
                   iSDNSCTPStream(79),
                   tDMPortCon(81),
                   tDMPort(82),
                   tDMTerm(83),
                   tAGAccDevCon(85),
                   tAGAccessDevice(86),
                   tAGAccessLine(87),
                   subGCon(89),
                   subG(90),
                   subGAccessDevice(91),
                   subGAccessLine(92),
                   cfgSIPBindCon(96),
                   cfgSIPBind(97),
                   subGMaintList(99),
                   accDevMaintList(100),
                   signalingCon(101),
                   lineSig(102),
                   iSDN(103),
                   iSDNInterfaceProfile(104),
                   iSDNPRICon(105),
                   iSDNPRI(106),
                   iSDNPRIStats(107),
                   iSDNPRIDS1(108),
                   iSDNPRIDS0(109),
                   sIP(110),
                   sIPTrunkCon(111),
                   sIPTrunk(112),
                   sIPTrunkStats(113),
                   mFLocalEx(114),
                   mFLocalExStats(115),
                   mFRemEx(116),
                   mFRemExStats(117),
                   mFCircGp(118),
                   mFCircGpStats(119),
                   mFCirc(120),
                   mFMediaChan(121),
                   mFMediaChanStats(122),
                   mFCallProfileRoot(123),
                   mFCallProfileData(124),
                   mFCallTrace(125),
                   sS7SigCon(126),
                   iSUPLclSigDest(127),
                   iSUPLocalSigDestStats(128),
                   iSUPStackMessages(129),
                   iSUPRemSigDest(130),
                   iSUPRemSigDestStats(131),
                   iSUPCircGp(132),
                   iSUPCircGpStats(133),
                   iSUPCirc(134),
                   iSUPPrxdCircGp(135),
                   iSUPMediaChan(136),
                   iSUPMediaChanStats(137),
                   iSUPCallTrace(138),
                   tCAPAppContext(151),
                   tCAPSLHR(152),
                   tCAPSLHRStats(153),
                   tCAPAutoCodeGappingCtrl(154),
                   billCon(155),
                   classServs(159),
                   genCallServCtrl(160),
                   appServs(161),
                   appServ(162),
                   appServStats(163),
                   callFwdServ(164),
                   callFwdServStats(165),
                   cPUServ(167),
                   cPUServStats(168),
                   cIDServ(169),
                   cIDServStats(170),
                   inServ(171),
                   inServStats(172),
                   iN(173),
                   iNServiceStats(174),
                   iNServiceTrigger(175),
                   iNSTrigStats(176),
                   msgServ(177),
                   msgServStats(178),
                   vSLink(179),
                   vSLinkStats(180),
                   vSLineGp(181),
                   vSLineGpStats(182),
                   vSLine(183),
                   multiPartyServ(184),
                   multiPartyServStats(185),
                   oPX(186),
                   outServ(187),
                   outServStats(188),
                   teen(189),
                   webServices(190),
                   rPS(191),
                   rPSCfgSet(192),
                   rPSDigitMapCon(193),
                   rPSDigitMap(194),
                   rPSDigitMapSection(195),
                   rPSNumValidationCon(196),
                   rPSAttrSet(197),
                   rPSAttrEntry(198),
                   rPSNumVldnTable(199),
                   rPSNVEntry(200),
                   rPSLocalRtgCon(201),
                   rPSLocalAreaNumbers(202),
                   rPSLocationRoutingNum(203),
                   rPSTrunkRtgCon(204),
                   rPSRoutingTable(205),
                   rPSAction(206),
                   subConfCon(207),
                   numberRange(208),
                   reservedNumberRange(209),
                   reservedNumber(210),
                   subGp(211),
                   indLineCon(212),
                   indLine(213),
                   indLineGClSrvCtrl(214),
                   indLineAppServs(215),
                   indLineCallFwd(216),
                   indLineLineHuntNum(217),
                   indLineSelFwdNum(218),
                   indLineSelFwdAnonNum(219),
                   indLineCID(220),
                   indLineARACRequest(221),
                   indLineIn(222),
                   indLineSelCallRejNum(223),
                   indLineSelCallRejAnonNum(224),
                   indLinePCN(225),
                   indLinePCAN(226),
                   indLineMsg(227),
                   indLineRemCall(228),
                   indLineMultiParty(229),
                   indLineOPX(230),
                   indLineOut(231),
                   indLineSPDNum(232),
                   indLineTeen(233),
                   indLineWeb(234),
                   busGrpCon(235),
                   busGrp(236),
                   busGrpNumBlock(237),
                   busGrpExcludedRange(238),
                   bGLine(239),
                   bGLnGnCllSrvCtrl(240),
                   bGLineAppServs(241),
                   bGLineCallFwd(242),
                   bGLineLineHuntNum(243),
                   bGLineSelFwdNum(244),
                   bGLineSelFwdAnonNum(245),
                   bGLineCPU(246),
                   bGLineCID(247),
                   bGLineARACRequest(248),
                   bGLineIn(249),
                   bGLineSelCallRejNum(250),
                   bGLineSelCallRejAnonNum(251),
                   bGLinePCN(252),
                   bGLinePCAN(253),
                   bGLineMsg(254),
                   bGLineRemCall(255),
                   bGLineMultiParty(256),
                   bGLineOut(257),
                   bGLineSPDNum(258),
                   bGLineWeb(259),
                   busGrpDialingPlan(260),
                   busGrpIntercomCodeRange(261),
                   busGrpShortCode(262),
                   mADNCon(263),
                   mADN(264),
                   mADNStats(265),
                   mADNCallFwd(266),
                   mADNLineHuntNum(267),
                   mADNSelFwdNum(268),
                   mADNSelFwdAnonNum(269),
                   mADNIn(270),
                   mADNSelCallRejNum(271),
                   mADNSelCallRejAnonNum(272),
                   mADNAppServs(273),
                   mADNMsg(274),
                   mADNMember(275),
                   busGrpCPU(276),
                   busGrpCPUStats(277),
                   cPUGroup(278),
                   cPUGroupStats(279),
                   cPUGroupMember(280),
                   busGrpOut(281),
                   pBXCon(282),
                   pBX(283),
                   pBXStats(284),
                   pBXLineCon(285),
                   pBXLine(286),
                   pBXDICNumber(287),
                   pBXGenCallServCtrl(288),
                   pBXAppServs(289),
                   pBXCallFwd(290),
                   pBXLineHuntNum(291),
                   pBXSelFwdNum(292),
                   pBXSelFwdAnonNum(293),
                   pBXCID(294),
                   pBXIn(295),
                   pBXSelCallRejNum(296),
                   pBXSelCallRejAnonNum(297),
                   pBXMsg(298),
                   pBXOut(299),
                   pBXSPDNum(300),
                   pBXWeb(301),
                   subMaintList(302),
                   subAtndDpMaintList(303),
                   callTraceControl(304),
                   callTraceEntry(305),
                   rVTContainer(306),
                   rVTTestGroup(307),
                   rVTTestTrunk(308),
                   rVTTestSub(309),
                   testCalls(310),
                   testCallsStats(311),
                   dNSDNS(312),
                   dNSNmSvrGpCon(313),
                   dNSNameServerGp(314),
                   dNSDomainNameSuffix(315),
                   dNSNameServer(316),
                   sysHardwareCon(317),
                   sysEthernetSwitch(318),
                   sysEthernetPort(319),
                   sysPTIEthernetSwitch(320),
                   sysPTIEthernetPort(321),
                   uX9000SS(322),
                   cFSServerPowerSupply(323),
                   fTEthernetIntface(324),
                   fTEthernetPort(325),
                   sysAlarmCard(326),
                   sysAlarmCardPSupply(327),
                   aPITrace(328),
                   aPITracingObject(329),
                   billUser(330),
                   netElementCraftUser(331),
                   ems(332),
                   emsStats(333),
                   reportCon(334),
                   report(335),
                   logCollector(336),
                   emailNotification(337),
                   nMSCertificate(338),
                   emsUserContainer(339),
                   emsUser(340),
                   emsCraftUser(341),
                   tDMPortMaintList(345),
                   callerIDIPDest(346),
                   netElementUsers(347),
                   emsUsers(348),
                   trafficStudy(350),
                   perProfCon(351),
                   perProf(352),
                   perProfGClSrvCtrl(353),
                   perProfAppServ(354),
                   perProfCallFwd(355),
                   perProfCPU(356),
                   perProfCallerID(357),
                   perProfIn(358),
                   perProfMsg(359),
                   perProfMultiParty(360),
                   perProfOut(361),
                   perProfWeb(362),
                   indLineStats(364),
                   bGLineStats(366),
                   callLogging(367),
                   detailedCallLog(368),
                   mFIncCallProfileRoot(369),
                   mFIncCallProfileData(370),
                   mFProtocolProfile(371),
                   indLineFmfmRule(377),
                   indLineSCANum(378),
                   indLineSCAAnonNum(379),
                   busGrpStats(382),
                   bGLineFmfmRule(383),
                   bGLineSCANum(384),
                   bGLineSCAAnonNum(385),
                   mADNSCANum(387),
                   mADNSCAAnonNum(388),
                   mLHGCon(389),
                   mLHG(390),
                   mLHGStats(392),
                   mLHGPilotDN(393),
                   mLHGPilotDNAppServ(394),
                   mLHGPltDNCallFwd(395),
                   mLHGPilotDNSelFwdNum(396),
                   mLHGPilotDNSelFwdAnonNum(397),
                   mLHGPilotDNIn(398),
                   mLHGPilotDNSCRNum(399),
                   mLHGPilotDNSCRAnonNum(400),
                   mLHGPilotDNMsg(401),
                   mLHGMember(402),
                   pBXFmfmRule(403),
                   pBXSCANum(404),
                   pBXSCAAnonNum(405),
                   sys2510EthSwitch(406),
                   sys2510EthPort(407),
                   sigGtwCon(408),
                   iSUPLocalSigDestCon(409),
                   sCCPCon(410),
                   tAGStatsSI(415),
                   tAGStats(416),
                   sCCP2(417),
                   sCCP2Stats(419),
                   sCCP2LocAccPnt(420),
                   sCCP2LocAccPntStats(422),
                   sCCP2PrxdAccPt(423),
                   sCCP2RemSigDst(424),
                   sCCP2RemSigDstStats(426),
                   sCCP2RemAccPt(427),
                   sCCP2RemoteConcArea(428),
                   sCCP2RemoteDestListEntry(429),
                   sCCP2EntitySet(430),
                   sCCP2GTTranslator(431),
                   mACTableCon(432),
                   mACTable(433),
                   perProfINS(434),
                   indLineINS(435),
                   bGLineINS(436),
                   mADNINS(437),
                   mLHGPilotDNINS(438),
                   pBXINS(439),
                   longDistance(440),
                   longDistServStats(442),
                   longDistServClassCon(443),
                   longDistServClass(444),
                   aNIScrnTblCon(445),
                   aNIScrnTbl(446),
                   aNIScreeningEntry(447),
                   authCodeTablesCon(448),
                   authCodeTable(449),
                   authCode(450),
                   nomE911(451),
                   nomE911Record(452),
                   rPSAttrSetTabCon(453),
                   rPSNumVldnTabCon(454),
                   emsUserType(455),
                   sNMPAlarmDest(456),
                   eSAServer(457),
                   eSAProtDomCon(458),
                   eSAProtDom(459),
                   iSDNCallTrace(461),
                   sIPCallTrace(463),
                   callPark(464),
                   callParkStats(466),
                   lineCCCon(467),
                   lineCC(468),
                   userDefAttrCon(469),
                   userDefAttr(470),
                   busGrpAppServ(471),
                   bGCallPark(472),
                   busGrpCallParkStats(474),
                   busGrpOrbitCodeRange(475),
                   cFSStatsCon(476),
                   iSUPMediaChanStatsCon(477),
                   cASProtocolProfile(478),
                   subGwStats(480),
                   cMTSCon(481),
                   cMTSConStats(483),
                   cMTS(484),
                   cMTSStats(486),
                   flowSpecMapping(488),
                   tCAPSLHRQryRtsCon(489),
                   tCAPSLHRQueryRoute(490),
                   systemPTIEthPtStatsCon(491),
                   systemPTIEthPtStats(492),
                   systemCH2510EthPtStatsCon(493),
                   systemCH2510EthPtStats(494),
                   systemFTEthPtStatsCon(495),
                   systemFTEthPtStats(496),
                   uMGStatsCon(497),
                   sIPTrunkStatsCon(498),
                   mFMediaChannelStatsCon(499),
                   statsDb(500),
                   aSRepositoryData(501),
                   iSDNPRIMaintList(502),
                   iSDNPRIAtndDpMntLst(503),
                   department(505),
                   registeredSIPBFUCon(506),
                   registeredSIPBinding(507),
                   emsStatsCon(508),
                   metaSphereServerConn(509),
                   metaSphereServer(510),
                   metaSphereApplication(511),
                   metaSphereCommPortal(512),
                   metaSphereDirectory(513),
                   metaSphereMailboxStore(514),
                   metaSphereMediaServer(515),
                   metaSphereNotification(516),
                   metaSphereSMTP(517),
                   metaSphereWeb(518),
                   metaSphereServiceMonitor(519),
                   metaSphereStatisticsMonitor(520),
                   metaSphereAdjunctDevice(521),
                   networkNodesCon(522),
                   networkNode(523),
                   networkInterconnect(524),
                   rPSOnSwitchCarrier(525),
                   bGLineDigitMaps(526),
                   managedDevice(528),
                   servAssServ(530),
                   mVConfigDBConn(531),
                   delegatedManagementGroupCon(532),
                   sIPToTCAPMWIConv(533),
                   mVD(534),
                   locSrc(535),
                   mVDConn(536),
                   delegatedManagementGroup(537),
                   shadowCfgDb(538),
                   faultMonitoringProfile(539),
                   sysIPSub(540),
                   sysPTIIPSub(541),
                   sysCH2510IPSub(542),
                   cFSMVDIPSub(543),
                   m2PASigLink(544),
                   m2PAProtProfile(545),
                   dMGNumberRange(547),
                   perProfDMGInformation(548),
                   pBXDIDNumClServs(549),
                   pBXTmpDIDNumClServs(551),
                   pBXMultiParty(552),
                   restrictedNumber(554),
                   mdRscSrvrCon(555),
                   mdRscSrvr(556),
                   callLogUser(558),
                   m3UARoute(562),
                   rPASEthInt(563),
                   rTMUplink(564),
                   portGrp(565),
                   besIPSub(566),
                   cesIPSub(567),
                   tDMCarrier(568),
                   bITSPort(569),
                   mGResRTPPort(570),
                   mGResMTP2Port(571),
                   mGResLAPDPort(572),
                   mGResIVRPort(573),
                   clocking(574),
                   systemConn(578),
                   system(579),
                   tDMConfig(580),
                   tDMDefCarrier(582),
                   tDMCrrDS0Term(583),
                   lclClkRef(584),
                   mGResLAPDTerm(585),
                   m3UAAS(586),
                   m3UADestinationCon(587),
                   m3UADestination(588),
                   iMSOfflChrg(589),
                   addValAccCodes(590),
                   lclDiamEnt(592),
                   ethRsrcs(593),
                   bes(594),
                   ces(596),
                   sysHwInv(597),
                   sysHISlot(598),
                   sysHICESBlade(599),
                   sysHwInvBlade(600),
                   sysHIShMgr(601),
                   sysHIFanTray(602),
                   sysHIPwrEntMod(603),
                   sysHIUsrCard(604),
                   sysEthRsrcs(605),
                   sysCES(606),
                   sysClkMod(607),
                   sysUplnk(608),
                   sysPortGrp(609),
                   sysCESIPSub(610),
                   sysUsers(611),
                   sysCraftUsr(613),
                   sysShMgmnt(614),
                   sysShMgr(615),
                   sysDryAlarms(616),
                   perimetaConn(617),
                   servBrkrConn(618),
                   sIPSessRtrConn(619),
                   perimeta(620),
                   servBrkr(621),
                   sIPSessRtr(622),
                   staticDomain(624),
                   result(625),
                   aGCLine(626),
                   aGCLineOPX(627),
                   aGCPBX(628),
                   aGCPBXLine(629),
                   clusterMgr(630),
                   billAppCtrl(631),
                   billEventInfo(632),
                   billFileCtrl(633),
                   alrmLogFileMgr(634),
                   sIPRegistrar(636),
                   billXMLAppCtrl(637),
                   billXMLFlCtrl(638),
                   aGCLineCon(639),
                   aGCLineMsg(640),
                   aGCLineOut(641),
                   aGCPBXCon(642),
                   aGCPBXLineCon(643),
                   iSISSub(644),
                   procEth(645),
                   iSISPort(646),
                   iSISIPAddr(647),
                   sysISISSub(648),
                   virtPltfrmConn(649),
                   virtPltfrm(650),
                   m3UARemAS(651),
                   m3UARemASP(652),
                   iUACrConn(653),
                   h248M3UARemAS(654),
                   h248M3UARemIPSP(655),
                   iDTSubscrLnTmCon(656),
                   realmsCon(658),
                   realm(659),
                   mediaIPIntsCon(660),
                   mediaProfsCon(661),
                   mediaIPInt(662),
                   qosClassesCon(663),
                   qosClass(664),
                   vqProfsCon(665),
                   vqProf(666),
                   h248Cfg(667),
                   h248MGC(668),
                   h248Prof(669),
                   sISChrg(670),
                   iMSOnChrg(671),
                   perProfOnChrgCtrls(672),
                   indLineOnChrgCtrls(673),
                   bGLineOnChrgCtrls(674),
                   pBXOnChrgCtrls(675),
                   iMSOnPeer(676),
                   mVStatCon(678),
                   diagDS0(679),
                   iMSCore(680),
                   clusterSiteConn(681),
                   connToOBS(682),
                   linkToOBS(683),
                   hSSIConn(685),
                   dellServerConn(686),
                   dellServer(687),
                   bGMultiParty(688),
                   mADNWeb(689),
                   mLHGPilotDNWeb(690),
                   v5PortCon(691),
                   v5Port(692),
                   v5Link(693),
                   v5SubscriberLineTermCon(694),
                   v5SubscriberLineTerm(695),
                   aGCSIP(696),
                   virtNtwkInt(697),
                   virtIPSub(698),
                   sysLogMgr(699),
                   mVRpi(700),
                   mVRpiCfs(701),
                   numRngCon(702),
                   eSAP(703),
                   eSAPEthInt(704),
                   outClBrngLvlsCon(705),
                   outClBrngLvl(706),
                   indLineMngdDevCon(707),
                   indLineMngdDev(708),
                   aGCLineMultiParty(709),
                   carrSig(710),
                   uDSAsCon(711),
                   uDSA(712),
                   licFeat(713),
                   cwCoreDep(719),
                   sproutCluster(720),
                   sproutNode(721),
                   homesteadCluster(722),
                   homesteadNode(723),
                   ralfCluster(724),
                   ralfNode(725),
                   mswCCFDep(726),
                   cCFCluster(727),
                   ccfNode(728),
                   rhinoDep(729),
                   rhinoCluster(730),
                   rhinoNode(731),
                   voLTEMgmtNodeConn(732),
                   voLTEMgmtNode(733),
                   mRFConn(734),
                   mRF(735),
                   cNAMCacheEntry(736),
                   cNAMNetQry(737),
                   lNPNetQry(738),
                   lNPCacheEntry(739),
                   tFLNetQry(740),
                   tR08IDTPort(741),
                   analytics(742),
                   licStatus(743),
                   cCGenCluster(744),
                   cCGenNode(745),
                   tR08IDTPortCon(746),
                   oBS(747),
                   sDEConn(748),
                   sDE(749),
                   eCBCategsCon(750),
                   rPSNVTagsCon(751),
                   eCBCateg(752),
                   eCBCategRule(753),
                   rPSNVTag(754),
                   indLineSCBBlklstNum(755),
                   indLineSCBSflstNum(756),
                   bGLineSCBBlklstNum(757),
                   bGLineSCBSflstNum(758),
                   mLHGPltDNGnClSvCtl(759),
                   pBXSCBBlklstNum(760),
                   pBXSCBSflstNum(761),
                   bGLineAddIdCon(762),
                   bGLineAddId(763),
                   cXServersCon(764),
                   cXServerConn(765),
                   cXServer(766),
                   iMSOfflChrgPeer(767),
                   indLineDigitMaps(768),
                   routingPoliciesCon(769),
                   rtgPlcy(770),
                   rtgPlcyLine(771),
                   cSGsCon(772),
                   cSG(773),
                   cSGCallFwd(774),
                   cSGOutgoing(775),
                   indLineSchedsCon(776),
                   indLineSched(777),
                   indLineSchdPrd(778),
                   bGLineSchedsCon(779),
                   bGLineSched(780),
                   bGLineSchdPrd(781),
                   bGLineFwdSched(782),
                   mLHGPilotDNSchedsCon(783),
                   mLHGPilotDNSched(784),
                   mLHGPilotDNSchdPrd(785),
                   mLHGPilotDNFwdSched(786),
                   pBXSchedsCon(787),
                   pBXSched(788),
                   pBXSchdPrd(789),
                   pBXFwdSched(790),
                   indLineFwdSched(791),
                   sIMonConn(792),
                   sIMon(793),
                   telcoBridgesTMGConn(794),
                   telcoBridgesTMG(795),
                   busGrpCallServices(796)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The type of alarmed element"
    ::= { alarmTrap 5 }

  alarmTrapDisplayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..128))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The user-friendly display name of the alarmed element"
    ::= { alarmTrap 6 }

  alarmTrapDisplayPath OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..1024))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The user-friendly display name of the alarmed element,
                  including ancestors"
    ::= { alarmTrap 7 }

  alarmTrapGroupDisplay OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The display name of the group 
                  containing the alarmed element"
    ::= { alarmTrap 8 }

  alarmTrapGroup OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSwitchConnection(1),
                   metaSwitch(2),
                   mediaGateway(3),
                   hardware(4),
                   virtualPorts(5),
                   signalingCrossConnects(6),
                   iDTs(7),
                   signalingDestinations(8),
                   signalingLinksets(9),
                   callAgent(10),
                   trunkAccessGateway(11),
                   lAPDResources(12),
                   configuredSIPBindings(13),
                   iSDN(14),
                   iSUP(15),
                   mF(16),
                   sIP(17),
                   sCCP(18),
                   billing(19),
                   callServices(20),
                   applicationServers(21),
                   callerID(22),
                   intelligentNetworking(23),
                   messageServices(24),
                   pCM(25),
                   webServices(26),
                   lawfulInterception(27),
                   routing(28),
                   persistentProfile(29),
                   callTrace(30),
                   rVT(31),
                   dNS(32),
                   systemHardware(33),
                   aPITrace(34),
                   reports(35),
                   logCollector(36),
                   emailNotifications(37),
                   iads(38),
                   subscribers(40),
                   subscriberGateways(42),
                   accessDevices(43),
                   tdmPorts(44),
                   esaServer(45),
                   esaProtectionDomains(46),
                   cMTS(47),
                   metaViewServer(48),
                   statisticsDatabase(49),
                   appServerRepositoryData(50),
                   iSDNPrimaryRateInterfaces(51),
                   networkNode(52),
                   networkInterconnect(53),
                   metaSphereServer(54),
                   metaSphereAdjunctDevice(55),
                   serviceAssuranceServer(56),
                   mVD(57),
                   serviceBroker(58),
                   perimeta(59),
                   sipRouter(60),
                   perimetaHpi(61),
                   system(62),
                   chassisManagement(63),
                   hardwareInventory(64),
                   mediaResourceServer(65),
                   m3ua(66),
                   rPAS(67),
                   colibria(68),
                   virtualizationPlatform(69),
                   hSSI(70),
                   cDRC(71),
                   statConn(72),
                   v5(73),
                   dellServer(74),
                   oBS(75),
                   rPI(76),
                   messagingServer(77),
                   eSAP(78),
                   licensedFeatures(79),
                   cwCore(80),
                   mswCCF(81),
                   voLTEMgmt(82),
                   mRF(83),
                   rhino(84),
                   tR08IDTs(85),
                   licStatus(86),
                   sDE(87),
                   cxServer(88),
                   sIMon(89),
                   telcoBridgesTMG(90),
                   businessGroupApplicationServers(91)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The group containing the alarmed element"
    ::= { alarmTrap 9 }

  alarmTrapAlarmOID OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The OID of the alarm.  In this release this
                  is purely for deduplification.  Queries on this the
                  Alarm MIB are not supported. "
    ::= { alarmTrap 10 }

  alarmTrapAlarmedObjectPrimaryOID OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The OID of the alarmed obect.  Gets and Sets on
                  this OID are supported. "
    ::= { alarmTrap 11 }

  alarmTrapSeverity OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Severity of the alarm condition.
                  80     Unknown
             or   0-19   Diagnostics
                  20-29  Verbose statistics
                  30-39  Verbose operational
                  40-49  Statistics
                  50-59  Audit
                  60-69  Operational
                  70-79  Unexpected
                  80-89  Error
                  90-100 Fatal"
    ::= { alarmTrap 20 }

  alarmTrapAlarmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Type of the alarm. AttentionRequired implies the element
                  itself required attention, AttendToDependent implies
                  an element on which this element relies is
                  AttentionRequired."
    ::= { alarmTrap 21 }

  alarmTrapDescription OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Detailed description of the alarmed condition."
    ::= { alarmTrap 23 }

  alarmTrapCause OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Information on possible causes of the alarmed condition."
    ::= { alarmTrap 24 }

  alarmTrapEffect OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Information on other events that may occur as a
                  result of the alarmed condition."
    ::= { alarmTrap 25 }

  alarmTrapAction OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Suggested actions that you can take to resolve the problem."
    ::= { alarmTrap 26 }

  alarmTrapAssociatedProblemDescription OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Description of an associated problem."
    ::= { alarmTrap 27 }

  alarmTrapLogCorrelator OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "The correlator of the main log of the alarm."
    ::= { alarmTrap 28 }

  alarmTrapLogID OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Identifier for the main log of the alarm"
    ::= {alarmTrap 29 }

  alarmTrapEMSIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The unique identifier of the MetaView Server."
    ::= { alarmTrap 50 }

  alarmTrapEMSName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The name of the MetaView Server."
    ::= { alarmTrap 51 }

  alarmTrapEMSIPAddress OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The IP address of the MetaView Server."
    ::= { alarmTrap 52 }

  alarmTrapEquipmentType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   metaSwitchCallAgent(1),
                   metaSwitchMediaGateway(2),
                   metaSwitchIntegratedSoftswitch(3),
                   metaSwitchEMS(100),
                   metaSphereSDP(101),
                   metaSphereUMS(102),
                   metaSphereAdjunctDevice(103),
                   serviceBroker(104),
                   sessionController(105),
                   sipSessionRouter(106),
                   mediaResourceServer(107),
                   system(108),
                   colibria(109),
                   serviceAssuranceServer(110),
                   virtualizationPlatform(111),
                   metaSwitchAccessGatewayController(112),
                   hssi(113),
                   cdrc(114),
                   statCon(115),
                   dellServer(116),
                   rPI(117),
                   messagingServer(118),
                   representativeApplicationServer(119),
                   emergencyStandaloneProxy(120),
                   cwCore(121),
                   mswCCF(122),
                   voLTEMgmt(123),
                   mRF(124),
                   rhino(125),
                   sDE(126),
                   cxServer(127),
                   sIMon(128),
                   telcoBridgesTMG(129)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The type of the equipment on which the alarmed condition
                  has been identified."
    ::= {alarmTrap 53 }

  alarmTrapEquipmentIdentifier OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The unique identifier of the NE or MetaView Server."
    ::= {alarmTrap 54 }

  alarmTrapEquipmentName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The name of the equipment. This will be the NE or MetaView Server name."
    ::= {alarmTrap 55 }

  alarmTrapEquipmentIPAddress OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The IP address of the equipment. This will be the
                  NE or MetaView Server IP address."
    ::= {alarmTrap 56 }

  alarmTrapEquipmentSoftwareVersion OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The version of the software on the equipment."
    ::= {alarmTrap 57 }

  alarmTrapEquipmentSoftwareVersionDisplay OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The displayable form of the version."
    ::= {alarmTrap 58 }

  alarmTrapObjectAdditionalInformation OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..256))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "User comment relating to the alarmed element."
    ::= {alarmTrap 80 }

  alarmTrapObjectLocation OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The physical location of the alarmed element."
    ::= { alarmTrap 81 }

  alarmTrapAlarmCount OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Number of times this element has been alarmed"
    ::= {alarmTrap 82 }

  alarmTrapCountResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Time the alarm count on this element was last reset
                  in seconds since Jan 1 1970."
    ::= {alarmTrap 83 }

  alarmTrapAlarmTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Time of the last alarm in seconds since Jan 1 1970."
    ::= {alarmTrap 84 }

  alarmTrapAlarmFaultType OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Whether this fault represents a (stateful) alarm or an event."
    ::= {alarmTrap 90 }

-- /**************************************************************************/
-- /* Short Trap for MetaSwitch alarms.                                      */
-- /* Valid from: 7.1                                                        */
-- /**************************************************************************/

  alarmShortTrap NOTIFICATION-TYPE
    OBJECTS      {
                   alarmShortTrapElementInstance,
                   alarmShortTrapElementType,
                   alarmShortTrapDisplayName,
                   alarmShortTrapGroup,
                   alarmShortTrapAlarmedObjectPrimaryOID,
                   alarmShortTrapSeverity,
                   alarmShortTrapAlarmType,
                   alarmShortTrapDescription,
                   alarmShortTrapAssociatedProblemDescription,
                   alarmShortTrapLogCorrelator,
                   alarmShortTrapLogID,
                   alarmShortTrapEMSName,
                   alarmShortTrapEquipmentType,
                   alarmShortTrapEquipmentName,
                   alarmShortTrapEquipmentSoftwareVersion,
                   alarmShortTrapAlarmTimestamp,
                   alarmShortTrapAlarmCount,
                   alarmShortTrapCountResetTimestamp,
                   alarmShortTrapAlarmIndex
                   }
    STATUS       current
    DESCRIPTION  "This is a short alarm trap table for MetaSwitch.
                  This behaves similarly to the alarmTrap MIB, but
                  contains fewer fields. This should be used when
                  your network or alarm monitoring application requires
                  alarm notifcations that are not fragmented. Sending
                  this trap type is configured through the MetaView
                  Explorer on the SNMP Alarm Destination object."
    ::= { alarmTrapsPrefix 2 }

  alarmShortTrapElementInstance OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The instance of the alarmed element"
    ::= { alarmShortTrap 3 }

  alarmShortTrapElementType OBJECT-TYPE
    SYNTAX       INTEGER {
                   netElementConn(1),
                   unsupNetElement(2),
                   netElement(3),
                   netElStats(4),
                   uMG(5),
                   uMGStats(6),
                   hwCon(7),
                   pCISeg(8),
                   adaptor(9),
                   adaptorStats(10),
                   iPMediaPort(15),
                   iPMediaPortStats(16),
                   mTP2Ctrler(17),
                   mTP2CtrlerStats(18),
                   lAPDResource(19),
                   lAPDResourceStats(20),
                   lAPDTerm(21),
                   physDS1Port(22),
                   physDS1PortStats(23),
                   physDS1DS0Term(24),
                   physDS3Port(25),
                   physDS3PortStats(26),
                   dS1OvrDS3Prt(27),
                   dS1OverDS3PortStats(28),
                   dS1OverDS3DS0Term(29),
                   virtPortCon(30),
                   mGRTPPort(35),
                   mGRTPPortStats(36),
                   mFProfile(37),
                   mGMtp2ProtProf(38),
                   mGSigCCCon(39),
                   mGSigCrConn(40),
                   connHwCon(41),
                   iDTContainer(53),
                   iDT(54),
                   iDTStats(55),
                   iDTInterface(56),
                   iDTSubscrLnTm(57),
                   sigGateway(58),
                   sigDest(59),
                   sigRoute(60),
                   sigLinkset(61),
                   sigLink(62),
                   sigLinkTP(63),
                   sigLinksetTP(64),
                   sigPointTP(65),
                   cFS(66),
                   cFSStatsSI(67),
                   cFSStats(68),
                   cntrldGwCon(69),
                   mGModelCon(70),
                   mediaGatewayModel(71),
                   location(72),
                   staticNATMapping(73),
                   tAGCon(74),
                   tAG(75),
                   cFSRTPPort(76),
                   iSDNSCTPAssocCon(77),
                   iSDNSCTPAssoc(78),
                   iSDNSCTPStream(79),
                   tDMPortCon(81),
                   tDMPort(82),
                   tDMTerm(83),
                   tAGAccDevCon(85),
                   tAGAccessDevice(86),
                   tAGAccessLine(87),
                   subGCon(89),
                   subG(90),
                   subGAccessDevice(91),
                   subGAccessLine(92),
                   cfgSIPBindCon(96),
                   cfgSIPBind(97),
                   subGMaintList(99),
                   accDevMaintList(100),
                   signalingCon(101),
                   lineSig(102),
                   iSDN(103),
                   iSDNInterfaceProfile(104),
                   iSDNPRICon(105),
                   iSDNPRI(106),
                   iSDNPRIStats(107),
                   iSDNPRIDS1(108),
                   iSDNPRIDS0(109),
                   sIP(110),
                   sIPTrunkCon(111),
                   sIPTrunk(112),
                   sIPTrunkStats(113),
                   mFLocalEx(114),
                   mFLocalExStats(115),
                   mFRemEx(116),
                   mFRemExStats(117),
                   mFCircGp(118),
                   mFCircGpStats(119),
                   mFCirc(120),
                   mFMediaChan(121),
                   mFMediaChanStats(122),
                   mFCallProfileRoot(123),
                   mFCallProfileData(124),
                   mFCallTrace(125),
                   sS7SigCon(126),
                   iSUPLclSigDest(127),
                   iSUPLocalSigDestStats(128),
                   iSUPStackMessages(129),
                   iSUPRemSigDest(130),
                   iSUPRemSigDestStats(131),
                   iSUPCircGp(132),
                   iSUPCircGpStats(133),
                   iSUPCirc(134),
                   iSUPPrxdCircGp(135),
                   iSUPMediaChan(136),
                   iSUPMediaChanStats(137),
                   iSUPCallTrace(138),
                   tCAPAppContext(151),
                   tCAPSLHR(152),
                   tCAPSLHRStats(153),
                   tCAPAutoCodeGappingCtrl(154),
                   billCon(155),
                   classServs(159),
                   genCallServCtrl(160),
                   appServs(161),
                   appServ(162),
                   appServStats(163),
                   callFwdServ(164),
                   callFwdServStats(165),
                   cPUServ(167),
                   cPUServStats(168),
                   cIDServ(169),
                   cIDServStats(170),
                   inServ(171),
                   inServStats(172),
                   iN(173),
                   iNServiceStats(174),
                   iNServiceTrigger(175),
                   iNSTrigStats(176),
                   msgServ(177),
                   msgServStats(178),
                   vSLink(179),
                   vSLinkStats(180),
                   vSLineGp(181),
                   vSLineGpStats(182),
                   vSLine(183),
                   multiPartyServ(184),
                   multiPartyServStats(185),
                   oPX(186),
                   outServ(187),
                   outServStats(188),
                   teen(189),
                   webServices(190),
                   rPS(191),
                   rPSCfgSet(192),
                   rPSDigitMapCon(193),
                   rPSDigitMap(194),
                   rPSDigitMapSection(195),
                   rPSNumValidationCon(196),
                   rPSAttrSet(197),
                   rPSAttrEntry(198),
                   rPSNumVldnTable(199),
                   rPSNVEntry(200),
                   rPSLocalRtgCon(201),
                   rPSLocalAreaNumbers(202),
                   rPSLocationRoutingNum(203),
                   rPSTrunkRtgCon(204),
                   rPSRoutingTable(205),
                   rPSAction(206),
                   subConfCon(207),
                   numberRange(208),
                   reservedNumberRange(209),
                   reservedNumber(210),
                   subGp(211),
                   indLineCon(212),
                   indLine(213),
                   indLineGClSrvCtrl(214),
                   indLineAppServs(215),
                   indLineCallFwd(216),
                   indLineLineHuntNum(217),
                   indLineSelFwdNum(218),
                   indLineSelFwdAnonNum(219),
                   indLineCID(220),
                   indLineARACRequest(221),
                   indLineIn(222),
                   indLineSelCallRejNum(223),
                   indLineSelCallRejAnonNum(224),
                   indLinePCN(225),
                   indLinePCAN(226),
                   indLineMsg(227),
                   indLineRemCall(228),
                   indLineMultiParty(229),
                   indLineOPX(230),
                   indLineOut(231),
                   indLineSPDNum(232),
                   indLineTeen(233),
                   indLineWeb(234),
                   busGrpCon(235),
                   busGrp(236),
                   busGrpNumBlock(237),
                   busGrpExcludedRange(238),
                   bGLine(239),
                   bGLnGnCllSrvCtrl(240),
                   bGLineAppServs(241),
                   bGLineCallFwd(242),
                   bGLineLineHuntNum(243),
                   bGLineSelFwdNum(244),
                   bGLineSelFwdAnonNum(245),
                   bGLineCPU(246),
                   bGLineCID(247),
                   bGLineARACRequest(248),
                   bGLineIn(249),
                   bGLineSelCallRejNum(250),
                   bGLineSelCallRejAnonNum(251),
                   bGLinePCN(252),
                   bGLinePCAN(253),
                   bGLineMsg(254),
                   bGLineRemCall(255),
                   bGLineMultiParty(256),
                   bGLineOut(257),
                   bGLineSPDNum(258),
                   bGLineWeb(259),
                   busGrpDialingPlan(260),
                   busGrpIntercomCodeRange(261),
                   busGrpShortCode(262),
                   mADNCon(263),
                   mADN(264),
                   mADNStats(265),
                   mADNCallFwd(266),
                   mADNLineHuntNum(267),
                   mADNSelFwdNum(268),
                   mADNSelFwdAnonNum(269),
                   mADNIn(270),
                   mADNSelCallRejNum(271),
                   mADNSelCallRejAnonNum(272),
                   mADNAppServs(273),
                   mADNMsg(274),
                   mADNMember(275),
                   busGrpCPU(276),
                   busGrpCPUStats(277),
                   cPUGroup(278),
                   cPUGroupStats(279),
                   cPUGroupMember(280),
                   busGrpOut(281),
                   pBXCon(282),
                   pBX(283),
                   pBXStats(284),
                   pBXLineCon(285),
                   pBXLine(286),
                   pBXDICNumber(287),
                   pBXGenCallServCtrl(288),
                   pBXAppServs(289),
                   pBXCallFwd(290),
                   pBXLineHuntNum(291),
                   pBXSelFwdNum(292),
                   pBXSelFwdAnonNum(293),
                   pBXCID(294),
                   pBXIn(295),
                   pBXSelCallRejNum(296),
                   pBXSelCallRejAnonNum(297),
                   pBXMsg(298),
                   pBXOut(299),
                   pBXSPDNum(300),
                   pBXWeb(301),
                   subMaintList(302),
                   subAtndDpMaintList(303),
                   callTraceControl(304),
                   callTraceEntry(305),
                   rVTContainer(306),
                   rVTTestGroup(307),
                   rVTTestTrunk(308),
                   rVTTestSub(309),
                   testCalls(310),
                   testCallsStats(311),
                   dNSDNS(312),
                   dNSNmSvrGpCon(313),
                   dNSNameServerGp(314),
                   dNSDomainNameSuffix(315),
                   dNSNameServer(316),
                   sysHardwareCon(317),
                   sysEthernetSwitch(318),
                   sysEthernetPort(319),
                   sysPTIEthernetSwitch(320),
                   sysPTIEthernetPort(321),
                   uX9000SS(322),
                   cFSServerPowerSupply(323),
                   fTEthernetIntface(324),
                   fTEthernetPort(325),
                   sysAlarmCard(326),
                   sysAlarmCardPSupply(327),
                   aPITrace(328),
                   aPITracingObject(329),
                   billUser(330),
                   netElementCraftUser(331),
                   ems(332),
                   emsStats(333),
                   reportCon(334),
                   report(335),
                   logCollector(336),
                   emailNotification(337),
                   nMSCertificate(338),
                   emsUserContainer(339),
                   emsUser(340),
                   emsCraftUser(341),
                   tDMPortMaintList(345),
                   callerIDIPDest(346),
                   netElementUsers(347),
                   emsUsers(348),
                   trafficStudy(350),
                   perProfCon(351),
                   perProf(352),
                   perProfGClSrvCtrl(353),
                   perProfAppServ(354),
                   perProfCallFwd(355),
                   perProfCPU(356),
                   perProfCallerID(357),
                   perProfIn(358),
                   perProfMsg(359),
                   perProfMultiParty(360),
                   perProfOut(361),
                   perProfWeb(362),
                   indLineStats(364),
                   bGLineStats(366),
                   callLogging(367),
                   detailedCallLog(368),
                   mFIncCallProfileRoot(369),
                   mFIncCallProfileData(370),
                   mFProtocolProfile(371),
                   indLineFmfmRule(377),
                   indLineSCANum(378),
                   indLineSCAAnonNum(379),
                   busGrpStats(382),
                   bGLineFmfmRule(383),
                   bGLineSCANum(384),
                   bGLineSCAAnonNum(385),
                   mADNSCANum(387),
                   mADNSCAAnonNum(388),
                   mLHGCon(389),
                   mLHG(390),
                   mLHGStats(392),
                   mLHGPilotDN(393),
                   mLHGPilotDNAppServ(394),
                   mLHGPltDNCallFwd(395),
                   mLHGPilotDNSelFwdNum(396),
                   mLHGPilotDNSelFwdAnonNum(397),
                   mLHGPilotDNIn(398),
                   mLHGPilotDNSCRNum(399),
                   mLHGPilotDNSCRAnonNum(400),
                   mLHGPilotDNMsg(401),
                   mLHGMember(402),
                   pBXFmfmRule(403),
                   pBXSCANum(404),
                   pBXSCAAnonNum(405),
                   sys2510EthSwitch(406),
                   sys2510EthPort(407),
                   sigGtwCon(408),
                   iSUPLocalSigDestCon(409),
                   sCCPCon(410),
                   tAGStatsSI(415),
                   tAGStats(416),
                   sCCP2(417),
                   sCCP2Stats(419),
                   sCCP2LocAccPnt(420),
                   sCCP2LocAccPntStats(422),
                   sCCP2PrxdAccPt(423),
                   sCCP2RemSigDst(424),
                   sCCP2RemSigDstStats(426),
                   sCCP2RemAccPt(427),
                   sCCP2RemoteConcArea(428),
                   sCCP2RemoteDestListEntry(429),
                   sCCP2EntitySet(430),
                   sCCP2GTTranslator(431),
                   mACTableCon(432),
                   mACTable(433),
                   perProfINS(434),
                   indLineINS(435),
                   bGLineINS(436),
                   mADNINS(437),
                   mLHGPilotDNINS(438),
                   pBXINS(439),
                   longDistance(440),
                   longDistServStats(442),
                   longDistServClassCon(443),
                   longDistServClass(444),
                   aNIScrnTblCon(445),
                   aNIScrnTbl(446),
                   aNIScreeningEntry(447),
                   authCodeTablesCon(448),
                   authCodeTable(449),
                   authCode(450),
                   nomE911(451),
                   nomE911Record(452),
                   rPSAttrSetTabCon(453),
                   rPSNumVldnTabCon(454),
                   emsUserType(455),
                   sNMPAlarmDest(456),
                   eSAServer(457),
                   eSAProtDomCon(458),
                   eSAProtDom(459),
                   iSDNCallTrace(461),
                   sIPCallTrace(463),
                   callPark(464),
                   callParkStats(466),
                   lineCCCon(467),
                   lineCC(468),
                   userDefAttrCon(469),
                   userDefAttr(470),
                   busGrpAppServ(471),
                   bGCallPark(472),
                   busGrpCallParkStats(474),
                   busGrpOrbitCodeRange(475),
                   cFSStatsCon(476),
                   iSUPMediaChanStatsCon(477),
                   cASProtocolProfile(478),
                   subGwStats(480),
                   cMTSCon(481),
                   cMTSConStats(483),
                   cMTS(484),
                   cMTSStats(486),
                   flowSpecMapping(488),
                   tCAPSLHRQryRtsCon(489),
                   tCAPSLHRQueryRoute(490),
                   systemPTIEthPtStatsCon(491),
                   systemPTIEthPtStats(492),
                   systemCH2510EthPtStatsCon(493),
                   systemCH2510EthPtStats(494),
                   systemFTEthPtStatsCon(495),
                   systemFTEthPtStats(496),
                   uMGStatsCon(497),
                   sIPTrunkStatsCon(498),
                   mFMediaChannelStatsCon(499),
                   statsDb(500),
                   aSRepositoryData(501),
                   iSDNPRIMaintList(502),
                   iSDNPRIAtndDpMntLst(503),
                   department(505),
                   registeredSIPBFUCon(506),
                   registeredSIPBinding(507),
                   emsStatsCon(508),
                   metaSphereServerConn(509),
                   metaSphereServer(510),
                   metaSphereApplication(511),
                   metaSphereCommPortal(512),
                   metaSphereDirectory(513),
                   metaSphereMailboxStore(514),
                   metaSphereMediaServer(515),
                   metaSphereNotification(516),
                   metaSphereSMTP(517),
                   metaSphereWeb(518),
                   metaSphereServiceMonitor(519),
                   metaSphereStatisticsMonitor(520),
                   metaSphereAdjunctDevice(521),
                   networkNodesCon(522),
                   networkNode(523),
                   networkInterconnect(524),
                   rPSOnSwitchCarrier(525),
                   bGLineDigitMaps(526),
                   managedDevice(528),
                   servAssServ(530),
                   mVConfigDBConn(531),
                   delegatedManagementGroupCon(532),
                   sIPToTCAPMWIConv(533),
                   mVD(534),
                   locSrc(535),
                   mVDConn(536),
                   delegatedManagementGroup(537),
                   shadowCfgDb(538),
                   faultMonitoringProfile(539),
                   sysIPSub(540),
                   sysPTIIPSub(541),
                   sysCH2510IPSub(542),
                   cFSMVDIPSub(543),
                   m2PASigLink(544),
                   m2PAProtProfile(545),
                   dMGNumberRange(547),
                   perProfDMGInformation(548),
                   pBXDIDNumClServs(549),
                   pBXTmpDIDNumClServs(551),
                   pBXMultiParty(552),
                   restrictedNumber(554),
                   mdRscSrvrCon(555),
                   mdRscSrvr(556),
                   callLogUser(558),
                   m3UARoute(562),
                   rPASEthInt(563),
                   rTMUplink(564),
                   portGrp(565),
                   besIPSub(566),
                   cesIPSub(567),
                   tDMCarrier(568),
                   bITSPort(569),
                   mGResRTPPort(570),
                   mGResMTP2Port(571),
                   mGResLAPDPort(572),
                   mGResIVRPort(573),
                   clocking(574),
                   systemConn(578),
                   system(579),
                   tDMConfig(580),
                   tDMDefCarrier(582),
                   tDMCrrDS0Term(583),
                   lclClkRef(584),
                   mGResLAPDTerm(585),
                   m3UAAS(586),
                   m3UADestinationCon(587),
                   m3UADestination(588),
                   iMSOfflChrg(589),
                   addValAccCodes(590),
                   lclDiamEnt(592),
                   ethRsrcs(593),
                   bes(594),
                   ces(596),
                   sysHwInv(597),
                   sysHISlot(598),
                   sysHICESBlade(599),
                   sysHwInvBlade(600),
                   sysHIShMgr(601),
                   sysHIFanTray(602),
                   sysHIPwrEntMod(603),
                   sysHIUsrCard(604),
                   sysEthRsrcs(605),
                   sysCES(606),
                   sysClkMod(607),
                   sysUplnk(608),
                   sysPortGrp(609),
                   sysCESIPSub(610),
                   sysUsers(611),
                   sysCraftUsr(613),
                   sysShMgmnt(614),
                   sysShMgr(615),
                   sysDryAlarms(616),
                   perimetaConn(617),
                   servBrkrConn(618),
                   sIPSessRtrConn(619),
                   perimeta(620),
                   servBrkr(621),
                   sIPSessRtr(622),
                   staticDomain(624),
                   result(625),
                   aGCLine(626),
                   aGCLineOPX(627),
                   aGCPBX(628),
                   aGCPBXLine(629),
                   clusterMgr(630),
                   billAppCtrl(631),
                   billEventInfo(632),
                   billFileCtrl(633),
                   alrmLogFileMgr(634),
                   sIPRegistrar(636),
                   billXMLAppCtrl(637),
                   billXMLFlCtrl(638),
                   aGCLineCon(639),
                   aGCLineMsg(640),
                   aGCLineOut(641),
                   aGCPBXCon(642),
                   aGCPBXLineCon(643),
                   iSISSub(644),
                   procEth(645),
                   iSISPort(646),
                   iSISIPAddr(647),
                   sysISISSub(648),
                   virtPltfrmConn(649),
                   virtPltfrm(650),
                   m3UARemAS(651),
                   m3UARemASP(652),
                   iUACrConn(653),
                   h248M3UARemAS(654),
                   h248M3UARemIPSP(655),
                   iDTSubscrLnTmCon(656),
                   realmsCon(658),
                   realm(659),
                   mediaIPIntsCon(660),
                   mediaProfsCon(661),
                   mediaIPInt(662),
                   qosClassesCon(663),
                   qosClass(664),
                   vqProfsCon(665),
                   vqProf(666),
                   h248Cfg(667),
                   h248MGC(668),
                   h248Prof(669),
                   sISChrg(670),
                   iMSOnChrg(671),
                   perProfOnChrgCtrls(672),
                   indLineOnChrgCtrls(673),
                   bGLineOnChrgCtrls(674),
                   pBXOnChrgCtrls(675),
                   iMSOnPeer(676),
                   mVStatCon(678),
                   diagDS0(679),
                   iMSCore(680),
                   clusterSiteConn(681),
                   connToOBS(682),
                   linkToOBS(683),
                   hSSIConn(685),
                   dellServerConn(686),
                   dellServer(687),
                   bGMultiParty(688),
                   mADNWeb(689),
                   mLHGPilotDNWeb(690),
                   v5PortCon(691),
                   v5Port(692),
                   v5Link(693),
                   v5SubscriberLineTermCon(694),
                   v5SubscriberLineTerm(695),
                   aGCSIP(696),
                   virtNtwkInt(697),
                   virtIPSub(698),
                   sysLogMgr(699),
                   mVRpi(700),
                   mVRpiCfs(701),
                   numRngCon(702),
                   eSAP(703),
                   eSAPEthInt(704),
                   outClBrngLvlsCon(705),
                   outClBrngLvl(706),
                   indLineMngdDevCon(707),
                   indLineMngdDev(708),
                   aGCLineMultiParty(709),
                   carrSig(710),
                   uDSAsCon(711),
                   uDSA(712),
                   licFeat(713),
                   cwCoreDep(719),
                   sproutCluster(720),
                   sproutNode(721),
                   homesteadCluster(722),
                   homesteadNode(723),
                   ralfCluster(724),
                   ralfNode(725),
                   mswCCFDep(726),
                   cCFCluster(727),
                   ccfNode(728),
                   rhinoDep(729),
                   rhinoCluster(730),
                   rhinoNode(731),
                   voLTEMgmtNodeConn(732),
                   voLTEMgmtNode(733),
                   mRFConn(734),
                   mRF(735),
                   cNAMCacheEntry(736),
                   cNAMNetQry(737),
                   lNPNetQry(738),
                   lNPCacheEntry(739),
                   tFLNetQry(740),
                   tR08IDTPort(741),
                   analytics(742),
                   licStatus(743),
                   cCGenCluster(744),
                   cCGenNode(745),
                   tR08IDTPortCon(746),
                   oBS(747),
                   sDEConn(748),
                   sDE(749),
                   eCBCategsCon(750),
                   rPSNVTagsCon(751),
                   eCBCateg(752),
                   eCBCategRule(753),
                   rPSNVTag(754),
                   indLineSCBBlklstNum(755),
                   indLineSCBSflstNum(756),
                   bGLineSCBBlklstNum(757),
                   bGLineSCBSflstNum(758),
                   mLHGPltDNGnClSvCtl(759),
                   pBXSCBBlklstNum(760),
                   pBXSCBSflstNum(761),
                   bGLineAddIdCon(762),
                   bGLineAddId(763),
                   cXServersCon(764),
                   cXServerConn(765),
                   cXServer(766),
                   iMSOfflChrgPeer(767),
                   indLineDigitMaps(768),
                   routingPoliciesCon(769),
                   rtgPlcy(770),
                   rtgPlcyLine(771),
                   cSGsCon(772),
                   cSG(773),
                   cSGCallFwd(774),
                   cSGOutgoing(775),
                   indLineSchedsCon(776),
                   indLineSched(777),
                   indLineSchdPrd(778),
                   bGLineSchedsCon(779),
                   bGLineSched(780),
                   bGLineSchdPrd(781),
                   bGLineFwdSched(782),
                   mLHGPilotDNSchedsCon(783),
                   mLHGPilotDNSched(784),
                   mLHGPilotDNSchdPrd(785),
                   mLHGPilotDNFwdSched(786),
                   pBXSchedsCon(787),
                   pBXSched(788),
                   pBXSchdPrd(789),
                   pBXFwdSched(790),
                   indLineFwdSched(791),
                   sIMonConn(792),
                   sIMon(793),
                   telcoBridgesTMGConn(794),
                   telcoBridgesTMG(795),
                   busGrpCallServices(796)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The type of alarmed element"
    ::= { alarmShortTrap 5 }

  alarmShortTrapDisplayName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..128))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The user-friendly display name of the alarmed element"
    ::= { alarmShortTrap 6 }

  alarmShortTrapGroup OBJECT-TYPE
    SYNTAX       INTEGER {
                   metaSwitchConnection(1),
                   metaSwitch(2),
                   mediaGateway(3),
                   hardware(4),
                   virtualPorts(5),
                   signalingCrossConnects(6),
                   iDTs(7),
                   signalingDestinations(8),
                   signalingLinksets(9),
                   callAgent(10),
                   trunkAccessGateway(11),
                   lAPDResources(12),
                   configuredSIPBindings(13),
                   iSDN(14),
                   iSUP(15),
                   mF(16),
                   sIP(17),
                   sCCP(18),
                   billing(19),
                   callServices(20),
                   applicationServers(21),
                   callerID(22),
                   intelligentNetworking(23),
                   messageServices(24),
                   pCM(25),
                   webServices(26),
                   lawfulInterception(27),
                   routing(28),
                   persistentProfile(29),
                   callTrace(30),
                   rVT(31),
                   dNS(32),
                   systemHardware(33),
                   aPITrace(34),
                   reports(35),
                   logCollector(36),
                   emailNotifications(37),
                   iads(38),
                   subscribers(40),
                   subscriberGateways(42),
                   accessDevices(43),
                   tdmPorts(44),
                   esaServer(45),
                   esaProtectionDomains(46),
                   cMTS(47),
                   metaViewServer(48),
                   statisticsDatabase(49),
                   appServerRepositoryData(50),
                   iSDNPrimaryRateInterfaces(51),
                   networkNode(52),
                   networkInterconnect(53),
                   metaSphereServer(54),
                   metaSphereAdjunctDevice(55),
                   serviceAssuranceServer(56),
                   mVD(57),
                   serviceBroker(58),
                   perimeta(59),
                   sipRouter(60),
                   perimetaHpi(61),
                   system(62),
                   chassisManagement(63),
                   hardwareInventory(64),
                   mediaResourceServer(65),
                   m3ua(66),
                   rPAS(67),
                   colibria(68),
                   virtualizationPlatform(69),
                   hSSI(70),
                   cDRC(71),
                   statConn(72),
                   v5(73),
                   dellServer(74),
                   oBS(75),
                   rPI(76),
                   messagingServer(77),
                   eSAP(78),
                   licensedFeatures(79),
                   cwCore(80),
                   mswCCF(81),
                   voLTEMgmt(82),
                   mRF(83),
                   rhino(84),
                   tR08IDTs(85),
                   licStatus(86),
                   sDE(87),
                   cxServer(88),
                   sIMon(89),
                   telcoBridgesTMG(90),
                   businessGroupApplicationServers(91)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The group containing the alarmed element"
    ::= { alarmShortTrap 9 }

  alarmShortTrapAlarmedObjectPrimaryOID OBJECT-TYPE
    SYNTAX       OBJECT IDENTIFIER
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The OID of the alarmed obect.  Gets and Sets on
                  this OID are supported. "
    ::= { alarmShortTrap 11 }

  alarmShortTrapSeverity OBJECT-TYPE
    SYNTAX       Unsigned32 ( 0..100 )
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Severity of the alarm condition.
                  0      Unknown
                  1-19   Diagnostics
                  20-29  Verbose statistics
                  30-39  Verbose operational
                  40-49  Statistics
                  50-59  Audit
                  60-69  Operational
                  70-79  Unexpected
                  80-89  Error
                  90-100 Fatal"
    ::= { alarmShortTrap 20 }

  alarmShortTrapAlarmType OBJECT-TYPE
    SYNTAX       INTEGER {
                   clear(1),
                   attentionRequired(2),
                   attendToDependent(3)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Type of the alarm. AttentionRequired implies the element
                  itself required attention, AttendToDependent implies
                  an element on which this element relies is
                  AttentionRequired."
    ::= { alarmShortTrap 21 }

  alarmShortTrapDescription OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Detailed description of the alarmed condition."
    ::= { alarmShortTrap 23 }

  alarmShortTrapAssociatedProblemDescription OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..4096))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Description of an associated problem."
    ::= { alarmShortTrap 27 }

  alarmShortTrapLogCorrelator OBJECT-TYPE
    SYNTAX       Counter64
    MAX-ACCESS   read-only
    STATUS       current
    DESCRIPTION  "The correlator of the main log of the alarm."
    ::= { alarmShortTrap 28 }

  alarmShortTrapLogID OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Identifier for the main log of the alarm"
    ::= {alarmShortTrap 29 }

  alarmShortTrapEMSName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..64))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The name of the MetaView Server."
    ::= { alarmShortTrap 51 }

  alarmShortTrapEquipmentType OBJECT-TYPE
    SYNTAX       INTEGER {
                   unknown(0),
                   metaSwitchCallAgent(1),
                   metaSwitchMediaGateway(2),
                   metaSwitchIntegratedSoftswitch(3),
                   metaSwitchEMS(100),
                   metaSphereSDP(101),
                   metaSphereUMS(102),
                   metaSphereAdjunctDevice(103)
                 }
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The type of the equipment on which the alarmed condition
                  has been identified."
    ::= {alarmShortTrap 53 }

  alarmShortTrapEquipmentName OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..32))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The name of the equipment. This will be the NE or MetaView Server name."
    ::= {alarmShortTrap 55 }

  alarmShortTrapEquipmentSoftwareVersion OBJECT-TYPE
    SYNTAX       Unsigned32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "The version of the software on the equipment."
    ::= {alarmShortTrap 57 }

  alarmShortTrapAlarmCount OBJECT-TYPE
    SYNTAX       Integer32
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Number of times this element has been alarmed"
    ::= {alarmShortTrap 82 }

  alarmShortTrapCountResetTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Time the alarm count on this element was last reset
                  in seconds since Jan 1 1970."
    ::= {alarmShortTrap 83 }

  alarmShortTrapAlarmTimestamp OBJECT-TYPE
    SYNTAX       Unsigned32
    UNITS        "UTC"
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "Time of the last alarm in seconds since Jan 1 1970."
    ::= {alarmShortTrap 84 }

  alarmShortTrapAlarmIndex OBJECT-TYPE
    SYNTAX       DisplayString (SIZE(1..254))
    MAX-ACCESS   read-write
    STATUS       current
    DESCRIPTION  "A short index for the alarm. This field is typically set to
                  the dot and decimal representation of the Alarm OID.
                  However, whent the length of the Display Name field and the
                  decimal OID exceeds 254 characters, a hash of the OID is used
                  to try and achieve a unique index."
    ::= { alarmShortTrap 85 }



END
